ht-emr 0.7.21 → 0.7.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.id="canvas-editor-style",e.appendChild(document.createTextNode(`.ce-select-control-popup{max-width:160px;min-width:69px;max-height:225px;position:absolute;z-index:1;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;box-shadow:0 2px 12px #0000001a;box-sizing:border-box;margin:5px 0;overflow-y:auto}.ce-select-control-popup ul{list-style:none;padding:3px 0;margin:0;box-sizing:border-box}.ce-select-control-popup ul li{font-size:13px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#666;height:36px;line-height:36px;box-sizing:border-box;cursor:pointer}.ce-select-control-popup ul li:hover{background-color:#eef2fd}.ce-select-control-popup ul li.active{color:var(--COLOR-HOVER, #5175f4);font-weight:700}.ce-calculator{position:absolute;z-index:1;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;box-shadow:0 2px 12px #0000001a;box-sizing:border-box;margin:5px 0;padding:8px;width:200px}.ce-calculator-display{width:100%;height:40px;line-height:40px;text-align:right;padding:0 10px;margin-bottom:8px;border:1px solid #e4e7ed;border-radius:4px;background-color:#f5f7fa;font-size:16px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.ce-calculator-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.ce-calculator-button{width:100%;height:36px;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;font-size:14px;cursor:pointer;transition:all .2s;box-sizing:border-box}.ce-calculator-button:hover{background-color:#eef2fd;border-color:#c6d1ff}.ce-calculator-button:active{background-color:#e1e8ff}.ce-calculator-button.operator{background-color:#f5f7fa}.ce-calculator-button.operator:hover{background-color:#eef2fd}.ce-calculator-button.equal{background-color:var(--COLOR-HOVER, #5175f4);color:#fff;border-color:var(--COLOR-HOVER, #5175f4)}.ce-calculator-button.equal:hover{background-color:var(--COLOR-HOVER, #6a84ff);border-color:var(--COLOR-HOVER, #6a84ff)}.ce-calculator-button.utility{background-color:#f0f2f5}.ce-calculator-button.utility:hover{background-color:#e6e8eb}.ce-date-container{display:none;width:300px;overflow:hidden;left:0;right:0;position:absolute;z-index:1;color:#606266;background:#fff;border-radius:4px;padding:10px;-webkit-user-select:none;user-select:none;border:1px solid #e4e7ed;box-shadow:0 2px 12px #0000001a}.ce-date-container.active{display:block}.ce-date-wrap{display:none}.ce-date-wrap.active{display:block}.ce-date-title{display:flex;justify-content:center;align-items:center;text-align:center;color:#606266;font-size:16px}.ce-date-title>span{display:inline-block}.ce-date-title>span:not(.ce-date-title__now){font-family:cursive;cursor:pointer}.ce-date-title>span:not(.ce-date-title__now):hover{color:#5175f4}.ce-date-title .ce-date-title__pre-year,.ce-date-title .ce-date-title__pre-month{width:15%}.ce-date-title .ce-date-title__now{width:40%}.ce-date-title .ce-date-title__next-year,.ce-date-title .ce-date-title__next-month{width:15%}.ce-date-week{width:100%;display:flex;justify-content:center;margin-top:15px;padding-bottom:5px;border-bottom:1px solid #e4e7ed}.ce-date-week>span{list-style:none;width:calc(100%/7);text-align:center;color:#606266;font-size:14px}.ce-date-day{width:100%;display:flex;flex-wrap:wrap;align-items:center;margin-top:5px}.ce-date-day>div{width:calc(100%/7);height:40px;text-align:center;color:#606266;font-size:14px;cursor:pointer;line-height:40px;border-radius:4px}.ce-date-day>div:hover{color:#5175f4;opacity:.8}.ce-date-day>div.active{color:#5175f4;font-weight:700}.ce-date-day>div.disable{color:#c0c4cc}.ce-date-day>div.select{color:#fff;background-color:#5175f4}.ce-time-wrap{display:none;padding:10px;height:286px}.ce-time-wrap ::-webkit-scrollbar{width:0}.ce-time-wrap.active{display:flex}.ce-time-wrap li{list-style:none}.ce-time-wrap>li{width:33.3%;height:100%;text-align:center}.ce-time-wrap>li>span{transform:translateY(-5px);display:inline-block}.ce-time-wrap>li>ol{height:calc(100% - 20px);overflow-y:auto;border:1px solid #e2e2e2;position:relative}.ce-time-wrap>li:first-child>ol{border-right:0}.ce-time-wrap>li:last-child>ol{border-left:0}.ce-time-wrap>li>ol>li{line-height:30px;cursor:pointer;transition:all .3s}.ce-time-wrap>li>ol>li:hover{background-color:#eaeaea}.ce-time-wrap>li>ol>li.active{color:#fff;background:#5175f4}.ce-date-menu{width:100%;height:28px;display:flex;justify-content:flex-end;align-items:center;padding-top:10px;position:relative;border-top:1px solid #e4e7ed}.ce-date-menu button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;appearance:none;text-align:center;box-sizing:border-box;outline:none;transition:.1s;font-weight:500;-webkit-user-select:none;user-select:none;padding:7px 15px;font-size:12px;border-radius:3px;margin:0 0 0 10px}.ce-date-menu button:hover{color:#5175f4;border-color:#5175f4}.ce-date-menu button.ce-date-menu__time{border:1px solid transparent;position:absolute;left:0;margin-left:0}.ce-date-menu button.ce-date-menu__time:hover{color:#5175f4}.ce-block-item{position:absolute;z-index:0;background-color:#fff;border:1px solid rgb(235 236 240)}.ce-block-item .ce-resizer-selection{width:100%;height:100%}.ce-block-item .ce-resizer-mask{position:absolute;inset:0;z-index:1;background-color:transparent}.ce-table-tool__row{position:absolute;width:12px;border-radius:6.5px;overflow:hidden;background-color:#e2e6ed}.ce-table-tool__row .ce-table-tool__row__item{width:100%;position:relative;cursor:pointer;transition:all .3s}.ce-table-tool__row .ce-table-tool__row__item:after{content:"";position:absolute;bottom:0;left:2px;width:8px;height:1px;background-color:#c0c6cf}.ce-table-tool__row .ce-table-tool__row__item:hover{background-color:#dadce0}.ce-table-tool__row .ce-table-tool__row__item:last-child:after{display:none}.ce-table-tool__quick__add{width:16px;height:16px;position:absolute;border-radius:50%;background-color:#e2e6ed;cursor:pointer}.ce-table-tool__quick__add:after{content:"+";color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.ce-table-tool__select{width:16px;height:18px;position:absolute;border-radius:3px;cursor:pointer}.ce-table-tool__select:hover{background-color:#e2e6ed}.ce-table-tool__select:after{content:":::";color:#aaaaab;position:absolute;top:50%;left:50%;transform:translate(-75%,-50%) rotate(-90deg)}.ce-table-tool__col{position:absolute;height:12px;border-radius:6.5px;overflow:hidden;background-color:#e2e6ed;display:flex}.ce-table-tool__col .ce-table-tool__col__item{height:100%;position:relative;cursor:pointer;transition:all .3s}.ce-table-tool__col .ce-table-tool__col__item:after{content:"";position:absolute;top:2px;left:-1px;width:1px;height:8px;z-index:1;background-color:#c0c6cf}.ce-table-tool__col .ce-table-tool__col__item:hover{background-color:#dadce0}.ce-table-tool__col .ce-table-tool__col__item:first-child:after{display:none}.ce-table-tool__row .ce-table-tool__row__item.active,.ce-table-tool__col .ce-table-tool__col__item.active{background-color:#c4d7fa}.ce-table-tool__col .ce-table-tool__anchor{right:-5px;width:10px;height:12px;z-index:9;position:absolute;cursor:col-resize}.ce-table-tool__row .ce-table-tool__anchor{bottom:-5px;left:0;width:12px;height:10px;z-index:9;position:absolute;cursor:row-resize}.ce-table-anchor__line{z-index:9;position:absolute;border:1px dotted #000000}.ce-table-tool__border{position:absolute;z-index:1;background:transparent;pointer-events:none}.ce-table-tool__border__row{position:absolute;cursor:row-resize;pointer-events:auto}.ce-table-tool__border__col{position:absolute;cursor:col-resize;pointer-events:auto}.ce-resizer-selection{position:absolute;border:1px solid;pointer-events:none}.ce-resizer-selection .resizer-handle{position:absolute;z-index:9;width:10px;height:10px;box-shadow:0 1px 4px #0000004d;border-radius:5px;border:2px solid #ffffff;box-sizing:border-box;pointer-events:initial}.ce-resizer-selection .handle-0{cursor:nw-resize}.ce-resizer-selection .handle-1{cursor:n-resize}.ce-resizer-selection .handle-2{cursor:ne-resize}.ce-resizer-selection .handle-3{cursor:e-resize}.ce-resizer-selection .handle-4{cursor:se-resize}.ce-resizer-selection .handle-5{cursor:s-resize}.ce-resizer-selection .handle-6{cursor:sw-resize}.ce-resizer-selection .handle-7{cursor:w-resize}.ce-resizer-size-view{display:flex;align-items:center;height:20px;white-space:nowrap;position:absolute;z-index:9;top:-30px;left:0;opacity:.9;background-color:#000;padding:0 5px;border-radius:4px}.ce-resizer-size-view span{color:#fff;font-size:12px}.ce-resizer-image{position:absolute;opacity:.5}.ce-image-previewer{position:fixed;left:0;top:0;z-index:1000;width:100%;height:100%;overflow:hidden;background:#f2f4f7;display:flex;align-items:center;justify-content:center;animation:previewerAnimation .3s}@keyframes previewerAnimation{0%{opacity:.1}to{opacity:1}}.ce-image-previewer .image-close{width:24px;height:24px;display:inline-block;position:absolute;right:50px;top:30px;z-index:99;cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.97%207l1.415%201.414-7.779%207.778%207.779%207.779-1.414%201.414-7.779-7.779-7.778%207.779L7%2023.97l7.778-7.779L7%208.414%208.414%207l7.778%207.778L23.971%207z'%20fill='%233D4757'%20fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;background-size:100% 100%;transition:all .3s;border-radius:50%}.ce-image-previewer .image-close:hover{background-color:#e2e6ed}.ce-image-previewer .ce-image-container{position:relative}.ce-image-previewer .ce-image-container img{cursor:move;position:relative}.ce-image-previewer .ce-image-menu{height:50px;position:absolute;bottom:50px;z-index:99;display:flex;align-items:center;justify-content:center}.ce-image-previewer .ce-image-menu i{width:32px;height:32px;margin:0 8px;cursor:pointer;display:inline-block;background-repeat:no-repeat;background-size:100% 100%;transition:all .3s;border-radius:50%}.ce-image-previewer .ce-image-menu i:hover{background-color:#e2e6ed}.ce-image-previewer .ce-image-menu i.zoom-in{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%2014v-4h2v4h4v2h-4v4h-2v-4h-4v-2h4zm8.749%2010.163A11.952%2011.952%200%200115%2027C8.373%2027%203%2021.627%203%2015S8.373%203%2015%203s12%205.373%2012%2012c0%202.954-1.067%205.658-2.837%207.749l4.908%204.908-1.414%201.414-4.908-4.908zM15%2025c5.523%200%2010-4.477%2010-10S20.523%205%2015%205%205%209.477%205%2015s4.477%2010%2010%2010z'%20fill='%233D4757'/%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu i.zoom-out{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.749%2024.163A11.952%2011.952%200%200115%2027C8.373%2027%203%2021.627%203%2015S8.373%203%2015%203s12%205.373%2012%2012c0%202.954-1.067%205.658-2.837%207.749l4.908%204.908-1.414%201.414-4.908-4.908zM15%2025c5.523%200%2010-4.477%2010-10S20.523%205%2015%205%205%209.477%205%2015s4.477%2010%2010%2010zm-5-11h10v2H10v-2z'%20fill='%233D4757'/%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu i.rotate{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='%233D4757'%20fill-rule='evenodd'%3e%3cpath%20d='M16%204c6.627%200%2012%205.373%2012%2012a11.97%2011.97%200%2001-4%208.944V23h-.86A9.968%209.968%200%200026%2016c0-5.523-4.477-10-10-10S6%2010.477%206%2016c0%205.185%203.947%209.449%209%209.95v2.009C8.84%2027.451%204%2022.291%204%2016%204%209.373%209.373%204%2016%204z'%20fill-rule='nonzero'/%3e%3cpath%20d='M19.879%2027.328l1.767-6.717%204.95%204.95z'/%3e%3c/g%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu i.original-size{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%204h24v24H4V4zm2%202v20h20V6H6zm4%205h2v10h-2V11zm5%202h2v2h-2v-2zm0%204h2v2h-2v-2zm5-6h2v10h-2V11z'%20fill='%233D4757'/%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu i.image-download{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.5%2015v3.5h15V15H21v5H3v-5h1.5zm8.232-11.226v9.196l4.05-4.05%201.06%201.06-5.834%205.834-5.833-5.833%201.06-1.06%203.998%203.996V3.774h1.5z'%20fill='%233D4757'/%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu .image-navigate{display:flex;align-items:center;justify-content:center}.ce-image-previewer .ce-image-menu i.image-pre{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5%204.063L6.875%2010l5.625%205.938'%20stroke='%233D4757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu i.image-next{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%204.063L13.125%2010%207.5%2015.938'%20stroke='%233D4757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.ce-image-previewer .ce-image-menu .image-count{color:#000;font-size:20px}.ce-image-previewer .ce-image-menu i.disabled{cursor:not-allowed;opacity:.5}.ce-contextmenu-container{z-index:9;position:fixed;display:none;padding:4px;overflow-x:hidden;overflow-y:auto;background:#fff;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;border-radius:2px}.ce-contextmenu-content{display:flex;flex-direction:column}.ce-contextmenu-content .ce-contextmenu-sub-item:after{position:absolute;content:"";width:16px;height:16px;right:12px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h16v16H0z'/%3e%3cg%20fill='%23767C85'%3e%3cpath%20d='M7%2012.243l-.707-.707%204.243-4.243.707.707z'/%3e%3cpath%20d='M6.293%204.464L7%203.757%2011.243%208l-.707.707z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-content .ce-contextmenu-item{min-width:140px;padding:0 32px 0 16px;height:30px;display:flex;align-items:center;white-space:nowrap;box-sizing:border-box;cursor:pointer}.ce-contextmenu-content .ce-contextmenu-item.hover{background:#1937580a}.ce-contextmenu-content .ce-contextmenu-item span{max-width:300px;font-size:12px;color:#3d4757;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ce-contextmenu-content .ce-contextmenu-item span.ce-shortcut{color:#767c85;height:30px;flex:1;text-align:right;line-height:30px;margin-left:20px}.ce-contextmenu-content .ce-contextmenu-item i{width:16px;height:16px;vertical-align:middle;display:inline-block;background-repeat:no-repeat;background-size:100% 100%;flex-shrink:0;margin-right:8px}.ce-contextmenu-divider{background-color:#e2e6ed;margin:4px 16px;height:1px}.ce-contextmenu-print{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='%233D4757'%20fill-rule='evenodd'%3e%3cpath%20d='M12%204h-1V2H5v2H4V2a1%201%200%20011-1h6a1%201%200%20011%201v2zm0%205v4a1%201%200%2001-1%201H5a1%201%200%2001-1-1V9h1v4h6V9h1z'/%3e%3cpath%20d='M12%2012v-1h2V5H2v6h2v1H2a1%201%200%2001-1-1V5a1%201%200%20011-1h12a1%201%200%20011%201v6a1%201%200%2001-1%201h-2z'/%3e%3cpath%20d='M3%208h10v1H3zm8-2h2v1h-2z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-image{background-image:url("data:image/svg+xml,%3csvg%20version='1.1'%20id='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20x='0'%20y='0'%20viewBox='0%200%2016%2016'%20xml:space='preserve'%3e%3cstyle%3e.st0{fill:%233d4757}%3c/style%3e%3cg%20id='_x30_0-公共_x2F_02工具栏_x2F_插入图片-16px-'%3e%3cg%20id='Group-19'%20transform='translate(1%201)'%3e%3cpath%20id='Combined-Shape'%20class='st0'%20d='M1%200h12c.6%200%201%20.4%201%201v11c0%20.6-.4%201-1%201H1c-.6%200-1-.4-1-1V1c0-.6.4-1%201-1zm0%201v11h12V1H1z'/%3e%3ccircle%20id='椭圆形'%20class='st0'%20cx='10'%20cy='4'%20r='1'/%3e%3cpath%20id='Path'%20class='st0'%20d='M8.5%2011.2l-4-4.1L1%2010.7V9.2c1.7-1.6%202.7-2.5%203-2.8.4-.5.7-.4%201%200L8.5%2010%2011%207.3c.4-.5.6-.5%201-.1l2%202.8v1.5l-2.5-3.4-3%203.1z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-image-change{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(2%204)'%20fill='%233D4757'%3e%3ccircle%20fill-rule='nonzero'%20cx='3'%20cy='1'%20r='1'/%3e%3cpath%20d='M7.473%208.223L3.47%204.107%200%207.667v-1.5C1.715%204.6%202.707%203.664%202.975%203.358c.402-.457.651-.39%201.042%200L7.473%207%209.96%204.349c.414-.462.62-.462%201.011-.071L13%207.06v1.5l-2.51-3.41-3.017%203.072z'/%3e%3c/g%3e%3cpath%20d='M6%201.5H1.5v12h13v-4V13a.5.5%200%2001-.5.5H2a.5.5%200%2001-.5-.5V2a.5.5%200%2001.5-.5h4zm8.5%208V6l-.5.5h1l-.5-.5v3.5zM6%201.5h4L9.5%201v1l.5-.5H6z'%20stroke='%233D4757'/%3e%3cpath%20d='M13.085%201.316l-3.814%204a1%201%200%20001.458%201.368l3.815-4a1%201%200%2010-1.459-1.368z'%20fill='%233D4757'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-insert-row-col{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20stroke='%233D4757'%20d='M8.5%205.5h6v4h-6z'/%3e%3cpath%20fill='%233D4757'%20d='M4%207v1h2V7zm-3%20.5L4%205v5zM1%201h12v1H1zm0%2012h12v1H1z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-insert-top-row{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%233D4757'%20d='M8%205H7v3h1zm-.5-3L10%205H5z'/%3e%3crect%20stroke='%233D4757'%20x='1.5'%20y='10.5'%20width='12'%20height='3'%20rx='1'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-insert-bottom-row{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%233D4757'%20d='M7%2011h1V8H7zm.5%203L5%2011h5z'/%3e%3crect%20stroke='%233D4757'%20x='1.5'%20y='2.5'%20width='12'%20height='3'%20rx='1'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-insert-left-col{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%233D4757'%20d='M11%207v1h3V7zm-3%20.5L11%205v5z'/%3e%3crect%20stroke='%233D4757'%20transform='rotate(90%204%207.5)'%20x='-2'%20y='6'%20width='12'%20height='3'%20rx='1'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-insert-right-col{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%233D4757'%20d='M5%208V7H2v1zm3-.5L5%2010V5z'/%3e%3crect%20stroke='%233D4757'%20transform='rotate(90%2012%207.5)'%20x='6'%20y='6'%20width='12'%20height='3'%20rx='1'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-delete-row-col{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20stroke='%23929AA8'%20d='M8.5%206.5h6v2h-6z'/%3e%3cpath%20fill='%233D4757'%20d='M2%2012h11v1H2zM2%202h11v1H2zm.63%203L7%209.35l-.635.65L2%205.63z'/%3e%3cpath%20fill='%233D4757'%20d='M2%209.363L6.355%205%207%205.707%202.695%2010z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-delete-row{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20stroke='%23929AA8'%20d='M8.5%205.5h6v4h-6z'/%3e%3cpath%20fill='%233D4757'%20d='M1%2013h12v1H1zM1%201h12v1H1zm0%204h1v1H1zm1%201h1v1H2zm1%201h1v1H3zm1-1h1v1H4zm1-1h1v1H5zM4%208h1v1H4zM2%208h1v1H2zm3%201h1v1H5zM1%209h1v1H1z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-delete-col{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20stroke='%23929AA8'%20d='M5.5%207.5v-6h4v6z'/%3e%3cpath%20fill='%233D4757'%20d='M13%2015V3h1v12zM1%2015V3h1v12zm4%200v-1h1v1zm1-1v-1h1v1zm1-1v-1h1v1zm-1-1v-1h1v1zm-1-1v-1h1v1zm3%201v-1h1v1zm0%202v-1h1v1zm1-3v-1h1v1zm0%204v-1h1v1z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-delete-table{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='%233D4757'%20fill-rule='evenodd'%3e%3cpath%20d='M14%2013h-1v-3H2v3H1v-3a1%201%200%20011-1h11a1%201%200%20011%201v3z'%20fill-rule='nonzero'/%3e%3cpath%20d='M5.625%202L10%206.375%209.375%207%205%202.625z'/%3e%3cpath%20d='M5%206.375L9.375%202l.625.625L5.625%207z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-merge-cell{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='%233D4757'%20fill-rule='evenodd'%3e%3cpath%20d='M6%201v1H2v11h4v1H2a1%201%200%2001-1-1V2a1%201%200%20011-1h4zm3%200h4a1%201%200%20011%201v11a1%201%200%2001-1%201H9v-1h4V2H9V1z'/%3e%3cpath%20fill-rule='nonzero'%20d='M6%201h1v4H6zm2%200h1v4H8z'/%3e%3cpath%20d='M8%207.5L10%206v3zm-1%200L5%206v3z'/%3e%3cpath%20d='M9%207h3v1H9zM3%207h3v1H3z'/%3e%3cpath%20fill-rule='nonzero'%20d='M8%2010h1v4H8zm-2%200h1v4H6z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-merge-cancel-cell{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='%233D4757'%20fill-rule='evenodd'%3e%3cpath%20d='M6%201v1H2v11h4v1H2a1%201%200%2001-1-1V2a1%201%200%20011-1h4zm3%200h4a1%201%200%20011%201v11a1%201%200%2001-1%201H9v-1h4V2H9V1z'/%3e%3cpath%20fill-rule='nonzero'%20d='M6%201h1v4H6zm2%200h1v4H8z'/%3e%3cpath%20d='M3%207.5L5%206v3zm9%200L10%206v3z'/%3e%3cpath%20d='M4%207h3v1H4zm4%200h3v1H8z'/%3e%3cpath%20fill-rule='nonzero'%20d='M8%2010h1v4H8zm-2%200h1v4H6z'/%3e%3c/g%3e%3c/svg%3e")}.ce-contextmenu-vertical-align{background-image:url("data:image/svg+xml,%3csvg%20height='16'%20viewBox='0%200%2016%2016'%20width='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2013h12v1H2zm0-3h8v1H2zm0-3h12v1H2zm0-6h12v1H2zm0%203h8v1H2z'%20fill='%233d4757'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.ce-contextmenu-vertical-align-top{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%208H7v6h1zm-.5-3L10%208H5zM2%203h11v1H2z'%20fill='%233D4757'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.ce-contextmenu-vertical-align-middle{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2012H7v3h1zm-.5-3l2.5%203H5zM7%203h1V0H7zm.5%203L5%203h5zM2%207h11v1H2z'%20fill='%233D4757'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.ce-contextmenu-vertical-align-bottom{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%209h1V3H7zm.5%203L5%209h5zM2%2013h11v1H2z'%20fill='%233D4757'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.ce-contextmenu-border-all{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%233D4757'/%3e%3cpath%20fill='%233D4757'%20d='M3%208h11v1H3z'/%3e%3cpath%20fill='%233D4757'%20d='M9%203v11H8V3z'/%3e%3c/svg%3e")}.ce-contextmenu-border-empty{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203h-1V2h1a1%201%200%20011%201v1h-1V3zm-3-1v1H8.5v2h-1V3H6V2h4zM4%202v1H3v1H2V3a1%201%200%20011-1h1zM2%206h1v1.5h2v1H3V10H2V6zm0%206h1v1h1v1H3a1%201%200%2001-1-1v-1zm4%202v-1h1.5v-2h1v2H10v1H6zm6%200v-1h1v-1h1v1a1%201%200%2001-1%201h-1zm2-4h-1V8.5h-2v-1h2V6h1v4zM8.5%207.5v-1h-1v1h-1v1h1v1h1v-1h1v-1h-1z'%20fill='%23AAACB0'/%3e%3c/svg%3e")}.ce-contextmenu-border-dash{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203h-1V2h1a1%201%200%20011%201v1h-1V3zm-3-1v1H8.5v2h-1V3H6V2h4zM4%202v1H3v1H2V3a1%201%200%20011-1h1zM2%206h1v1.5h2v1H3V10H2V6zm0%206h1v1h1v1H3a1%201%200%2001-1-1v-1zm4%202v-1h1.5v-2h1v2H10v1H6zm6%200v-1h1v-1h1v1a1%201%200%2001-1%201h-1zm2-4h-1V8.5h-2v-1h2V6h1v4zM8.5%207.5v-1h-1v1h-1v1h1v1h1v-1h1v-1h-1z'%20fill='%23000000'/%3e%3c/svg%3e")}.ce-contextmenu-border-external{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%233D4757'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%205V3H8v2h1zm0%209v-2H8v2h1zM5%208H3v1h2V8zm9%200h-2v1h2V8zM9%207v1h1v1H9v1H8V9H7V8h1V7h1z'%20fill='%23AAACB0'/%3e%3c/svg%3e")}.ce-contextmenu-border-internal{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%205V3H8v2h1zm0%209v-2H8v2h1zM5%208H3v1h2V8zm9%200h-2v1h2V8zM9%207v1h1v1H9v1H8V9H7V8h1V7h1z'%20fill='%233D4757'/%3e%3c/svg%3e")}.ce-contextmenu-border-td{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'/%3e%3cpath%20stroke='%233D4757'%20d='M8.5%202.5%20v6%20h-6'/%3e%3c/svg%3e")}.ce-contextmenu-border-td-top{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'/%3e%3cpath%20stroke='%233D4757'%20stroke-width='2'%20d='M2.5%203%20h12'/%3e%3c/svg%3e")}.ce-contextmenu-border-td-left{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'/%3e%3cpath%20stroke='%233D4757'%20stroke-width='2'%20d='M3%203%20v11'/%3e%3c/svg%3e")}.ce-contextmenu-border-td-bottom{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'/%3e%3cpath%20stroke='%233D4757'%20stroke-width='2'%20d='M2.5%2014%20h12'/%3e%3c/svg%3e")}.ce-contextmenu-border-td-right{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'/%3e%3cpath%20stroke='%233D4757'%20stroke-width='2'%20d='M14%203%20v11'/%3e%3c/svg%3e")}.ce-contextmenu-border-td-forward{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'%20/%3e%3cpath%20stroke='%233D4757'%20d='M14%203%20l-11%2011'%20/%3e%3c/svg%3e")}.ce-contextmenu-border-td-back{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%203a.5.5%200%2001.5-.5h11a.5.5%200%2001.5.5v11a.5.5%200%2001-.5.5H3a.5.5%200%2001-.5-.5V3z'%20stroke='%23AAACB0'%20/%3e%3cpath%20stroke='%233D4757'%20d='M3%203%20l11%2011'%20/%3e%3c/svg%3e")}.ce-hyperlink-popup{background:#fff;box-shadow:0 2px 12px #626b8433;border-radius:2px;color:#3d4757;padding:12px 16px;position:absolute;z-index:1;text-align:center;display:none}.ce-hyperlink-popup a{min-width:100px;max-width:300px;font-size:12px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;text-decoration:none;border-bottom-width:1px;border-bottom-style:solid;color:#00f}.ce-zone-indicator>div{padding:3px 6px;color:#000;font-size:12px;background:#dae7fc;position:absolute;transform-origin:0 0}.ce-zone-indicator-border__top,.ce-zone-indicator-border__bottom,.ce-zone-indicator-border__left,.ce-zone-indicator-border__right{display:block;position:absolute;z-index:0}.ce-zone-indicator-border__top{border-top:2px dashed rgb(238,238,238)}.ce-zone-indicator-border__bottom{border-top:2px dashed rgb(238,238,238);width:100%}.ce-zone-indicator-border__left{border-left:2px dashed rgb(238,238,238)}.ce-zone-indicator-border__right{border-right:2px dashed rgb(238,238,238)}.ce-zone-tip{display:none;align-items:center;height:30px;white-space:nowrap;position:fixed;opacity:.9;background-color:#000;padding:0 5px;border-radius:4px;z-index:9;transition:all .3s;outline:none;-webkit-user-select:none;user-select:none;pointer-events:none;transform:translate(10px,10px)}.ce-zone-tip.show{display:flex}.ce-zone-tip span{color:#fff;font-size:12px}.ce-inputarea{min-width:60px!important;min-height:0;margin:0;padding:0;left:0;top:0;letter-spacing:0;font-size:12px;position:absolute;z-index:-1;outline:none;resize:none;border:none;overflow:hidden;color:transparent;-webkit-user-select:none;user-select:none;caret-color:transparent;background-color:transparent;white-space:pre}.ce-cursor{width:1px;height:20px;left:0;right:0;position:absolute;outline:none;background-color:#000;pointer-events:none}.ce-cursor.ce-cursor--animation{animation-duration:1s;animation-iteration-count:infinite;animation-name:cursorAnimation}@keyframes cursorAnimation{0%{opacity:1}13%{opacity:0}50%{opacity:0}63%{opacity:1}to{opacity:1}}.ce-float-image{position:absolute;opacity:.5;pointer-events:none}.ce-button-input-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;justify-content:center;align-items:center;z-index:2000}.ce-button-input-modal__content{background:#fff;border-radius:8px;padding:20px;min-width:320px;max-width:480px;box-shadow:0 4px 20px #00000026}.ce-button-input-modal__title{font-size:14px;font-weight:500;color:#333;margin-bottom:12px}.ce-button-input-modal__textarea{width:100%;min-height:100px;padding:10px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px;line-height:1.5;resize:vertical;outline:none;box-sizing:border-box;font-family:inherit}.ce-button-input-modal__textarea:focus{border-color:#5175f4}.ce-button-input-modal__textarea::placeholder{color:#c0c4cc}.ce-button-input-modal__buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.ce-button-input-modal__cancel,.ce-button-input-modal__confirm{padding:8px 16px;font-size:13px;border-radius:4px;cursor:pointer;border:1px solid #dcdfe6;background:#fff;color:#606266;transition:all .2s}.ce-button-input-modal__cancel:hover{color:#5175f4;border-color:#5175f4}.ce-button-input-modal__confirm{background:#5175f4;border-color:#5175f4;color:#fff}.ce-button-input-modal__confirm:hover{background:#409eff;border-color:#409eff}.ce-button-edit-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;justify-content:center;align-items:center;z-index:1000}.ce-button-edit-modal__content{background:#fff;border-radius:8px;padding:20px;min-width:320px;max-width:480px;box-shadow:0 4px 20px #00000026}.ce-button-edit-modal__title{font-size:14px;font-weight:500;color:#333;margin-bottom:16px}.ce-button-edit-modal__form{display:flex;flex-direction:column;gap:12px}.ce-button-edit-modal__field{display:flex;align-items:center;gap:8px}.ce-button-edit-modal__field label{min-width:80px;font-size:13px;color:#606266}.ce-button-edit-modal__field input{flex:1;padding:8px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px;outline:none;box-sizing:border-box}.ce-button-edit-modal__field input:focus{border-color:#5175f4}.ce-button-edit-modal__field input::placeholder{color:#c0c4cc}.ce-button-edit-modal__buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.ce-button-edit-modal__cancel,.ce-button-edit-modal__confirm{padding:8px 16px;font-size:13px;border-radius:4px;cursor:pointer;border:1px solid #dcdfe6;background:#fff;color:#606266;transition:all .2s}.ce-button-edit-modal__cancel:hover{color:#5175f4;border-color:#5175f4}.ce-button-edit-modal__confirm{background:#5175f4;border-color:#5175f4;color:#fff}.ce-button-edit-modal__confirm:hover{background:#409eff;border-color:#409eff}.ce-number-input-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;justify-content:center;align-items:center;z-index:2000}.ce-number-input-modal__content{background:#fff;border-radius:8px;padding:20px;min-width:300px;max-width:400px;box-shadow:0 4px 20px #00000026}.ce-number-input-modal__title{font-size:14px;font-weight:500;color:#333;margin-bottom:12px}.ce-number-input-modal__hint{font-size:12px;color:#909399;margin-bottom:12px}.ce-number-input-modal__input{width:100%;padding:10px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px;outline:none;box-sizing:border-box}.ce-number-input-modal__input:focus{border-color:#5175f4}.ce-number-input-modal__input::placeholder{color:#c0c4cc}.ce-number-input-modal__error{font-size:12px;color:#f56c6c;margin-top:8px}.ce-number-input-modal__buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.ce-number-input-modal__cancel,.ce-number-input-modal__confirm{padding:8px 16px;font-size:13px;border-radius:4px;cursor:pointer;border:1px solid #dcdfe6;background:#fff;color:#606266;transition:all .2s}.ce-number-input-modal__cancel:hover{color:#5175f4;border-color:#5175f4}.ce-number-input-modal__confirm{background:#5175f4;border-color:#5175f4;color:#fff}.ce-number-input-modal__confirm:hover{background:#409eff;border-color:#409eff}.tooth-position-edit-modal,.tooth-position-create-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.tooth-position-modal__container{position:relative;top:auto;left:auto;transform:none;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:400px;max-width:90vw;max-height:calc(100vh - 48px);display:flex;flex-direction:column;pointer-events:auto}.tooth-position-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e8e8e8}.tooth-position-modal__header span{font-size:16px;font-weight:500;color:#333}.tooth-position-modal__close{font-size:20px;cursor:pointer;color:#999;line-height:1}.tooth-position-modal__close:hover{color:#333}.tooth-position-modal__content{padding:20px;max-height:60vh;overflow-y:auto}.tooth-section{margin-bottom:20px}.tooth-section:last-child{margin-bottom:0}.tooth-section-title{font-size:14px;font-weight:500;color:#333;margin-bottom:12px;padding-left:8px;border-left:3px solid #1890ff}.tooth-row{display:flex;align-items:center;margin-bottom:8px}.tooth-row:last-child{margin-bottom:0}.tooth-row-label{width:30px;font-size:13px;color:#666}.tooth-buttons{display:flex;gap:8px;flex-wrap:wrap}.letter-buttons{margin-left:30px}.tooth-checkbox{display:flex;align-items:center;cursor:pointer}.tooth-checkbox input{display:none}.tooth-checkbox span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d9d9d9;border-radius:4px;background:#f5f5f5;font-size:14px;color:#333;transition:all .2s}.tooth-checkbox input:checked+span{background:#1890ff;border-color:#1890ff;color:#fff}.tooth-checkbox:hover span{border-color:#1890ff}.tooth-position-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #e8e8e8}.tooth-position-modal__footer .btn-cancel,.tooth-position-modal__footer .btn-confirm{padding:8px 20px;font-size:14px;border-radius:4px;cursor:pointer;border:1px solid #dcdfe6;background:#fff;color:#606266;transition:all .2s}.tooth-position-modal__footer .btn-cancel:hover{color:#1890ff;border-color:#1890ff}.tooth-position-modal__footer .btn-confirm{background:#1890ff;border-color:#1890ff;color:#fff}.tooth-position-modal__footer .btn-confirm:hover{background:#40a9ff;border-color:#40a9ff}.tooth-grid-container{display:flex;flex-direction:column;align-items:center;padding:15px 20px;background:#fafafa;border-radius:8px;margin-bottom:15px;position:relative}.tooth-quick-buttons{display:flex;gap:6px;margin-bottom:16px}.tooth-quick-buttons-left{display:flex;flex-direction:column;gap:6px;flex:1}.tooth-quick-buttons-row{display:flex;gap:6px}.tooth-quick-btn{padding:6px 12px;font-size:12px;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;background:#fff;color:#333;transition:all .2s;white-space:nowrap}.tooth-quick-btn:hover{border-color:#1890ff;color:#1890ff}.tooth-quick-btn.selected{background:#0ff;border-color:#0ff;color:#fff}.tooth-quick-btn--clear{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.tooth-quick-btn--clear:hover{background:#ff5252;border-color:#ff5252;color:#fff}.tooth-grid-container:before{content:"";position:absolute;left:50%;top:20px;bottom:20px;width:2px;background:#000;transform:translate(-50%);z-index:1}.tooth-grid-container:after{content:"";position:absolute;left:20px;right:20px;top:50%;height:2px;background:#000;transform:translateY(-50%);z-index:1}.tooth-grid-letter-row,.tooth-grid-number-row{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.tooth-grid-half{display:flex;align-items:center;justify-content:center;gap:4px}.tooth-grid-half.left{justify-content:flex-end;padding-right:15px}.tooth-grid-half.right{justify-content:flex-start;padding-left:15px}.tooth-grid-divider-v,.tooth-grid-divider-h{display:none}.tooth-grid-number-item{width:34px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#333;cursor:pointer;background:#fff;transition:all .2s;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:12px}.upper-number-row .tooth-grid-number-item{border-top:none;border-radius:0 0 12px 12px}.lower-number-row .tooth-grid-number-item{border-bottom:none;border-radius:12px 12px 0 0}.tooth-grid-number-item[data-value="1"],.tooth-grid-number-item[data-value="2"],.tooth-grid-number-item[data-value="3"]{border-radius:50px}.upper-number-row .tooth-grid-number-item[data-value="1"],.upper-number-row .tooth-grid-number-item[data-value="2"],.upper-number-row .tooth-grid-number-item[data-value="3"]{border-top:none!important;border-radius:0 0 50px 50px!important}.lower-number-row .tooth-grid-number-item[data-value="1"],.lower-number-row .tooth-grid-number-item[data-value="2"],.lower-number-row .tooth-grid-number-item[data-value="3"]{border-bottom:none!important;border-radius:50px 50px 0 0!important}.tooth-grid-number-item:hover{border-color:#1890ff;color:#1890ff}.tooth-grid-number-item.selected{background:#1890ff;border-color:#1890ff;color:#fff}.tooth-grid-letter-item{width:34px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#333;cursor:pointer;background:#fff;border:1px solid #d9d9d9;transition:all .2s;box-sizing:border-box;border-radius:12px}.upper-letter-row .tooth-grid-letter-item{border-top:none;border-radius:0 0 12px 12px}.lower-letter-row .tooth-grid-letter-item{border-bottom:none;border-radius:12px 12px 0 0}.tooth-grid-letter-item[data-value=A],.tooth-grid-letter-item[data-value=B],.tooth-grid-letter-item[data-value=C]{border-radius:50px}.upper-letter-row .tooth-grid-letter-item[data-value=A],.upper-letter-row .tooth-grid-letter-item[data-value=B],.upper-letter-row .tooth-grid-letter-item[data-value=C]{border-top:none!important;border-radius:0 0 50px 50px!important}.lower-letter-row .tooth-grid-letter-item[data-value=A],.lower-letter-row .tooth-grid-letter-item[data-value=B],.lower-letter-row .tooth-grid-letter-item[data-value=C]{border-bottom:none!important;border-radius:50px 50px 0 0!important}.tooth-grid-letter-item:hover{border-color:#1890ff;color:#1890ff}.tooth-grid-letter-item.selected{background:#1890ff;border-color:#1890ff;color:#fff}.tooth-grid-letter-row.hidden,.tooth-grid-number-row.hidden{display:none}.tooth-grid-letter-row{margin-bottom:8px}.tooth-grid-number-row.upper-number-row{margin-bottom:15px}.tooth-grid-number-row.lower-number-row{margin-top:15px}.tooth-grid-letter-row.lower-letter-row{margin-top:8px}.tooth-preview-section{padding-top:10px;border-top:1px solid #e8e8e8}.tooth-preview-title{font-size:14px;font-weight:500;color:#333;margin-bottom:12px}.tooth-preview-wrapper{display:flex;gap:15px}.tooth-preview-container{display:flex;justify-content:center;align-items:center;padding:10px;background:#fafafa;border-radius:8px;flex:1;min-height:60px}.tooth-preview-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;width:100%;min-height:70px;position:relative}.tooth-preview-grid:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#000;transform:translate(-50%)}.tooth-preview-grid:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#000;transform:translateY(-50%)}.tooth-preview-quadrant{display:flex;align-items:center;padding:5px 10px;font-size:12px;flex-wrap:wrap;gap:4px;justify-content:center}.tooth-preview-upper-left{justify-content:flex-end}.tooth-preview-upper-right{justify-content:flex-start}.tooth-preview-lower-left{justify-content:flex-end}.tooth-preview-lower-right{justify-content:flex-start}.tooth-preview-tooth{position:relative;display:inline;margin:0 4px}.tooth-preview-tooth-value{font-size:12px}.tooth-preview-tooth-value--deciduous{font-size:10px}.tooth-preview-tooth-bracket{font-size:12px}.tooth-preview-supernumerary{font-size:9px;vertical-align:super;margin:0 1px}.tooth-preview-surface{font-size:9px;vertical-align:super;margin-left:1px}.tooth-extra-panel{width:100px;display:flex;flex-direction:column;gap:10px}.tooth-surface-panel{background:#fafafa;border-radius:8px;padding:10px 20px}.tooth-surface-title{font-size:12px;font-weight:500;color:#333;margin-bottom:8px;text-align:center}.tooth-surface-grid{display:flex;flex-direction:column;gap:4px;align-items:center}.tooth-surface-row{display:flex;gap:4px;justify-content:center}.tooth-surface-item{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#333;cursor:pointer;background:#fff;border:1px dashed #d9d9d9;border-radius:5px;transition:all .2s;box-sizing:border-box}.tooth-surface-item--indent{margin-left:17px}.tooth-surface-item:hover{border-color:#1890ff;color:#1890ff}.tooth-surface-item.selected{background:#1890ff;border-color:#1890ff;border-style:solid;color:#fff}.tooth-supernumerary-panel{background:#fafafa;border-radius:8px;padding:10px 20px}.tooth-supernumerary-title{font-size:12px;font-weight:500;color:#333;margin-bottom:4px;text-align:center}.tooth-supernumerary-hint{font-size:10px;color:#999;font-weight:400}.tooth-supernumerary-grid{display:flex;gap:8px;justify-content:center;margin-top:8px}.tooth-supernumerary-item{width:30px;height:35px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#333;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-bottom:none;border-radius:50px;transition:all .2s;box-sizing:border-box}.tooth-supernumerary-item:hover{border-color:#1890ff;color:#1890ff}.tooth-supernumerary-item.selected{background:#1890ff;border-color:#1890ff;color:#fff}.ce-button-input-modal,.ce-button-edit-modal,.ce-number-input-modal,.tooth-position-edit-modal,.tooth-position-create-modal{inset:0;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;overflow:auto;background:transparent;pointer-events:none}.ce-button-input-modal__content,.ce-button-edit-modal__content,.ce-number-input-modal__content,.tooth-position-modal__container{pointer-events:auto}.ce-button-input-modal__content,.ce-button-edit-modal__content,.ce-number-input-modal__content{max-height:calc(100vh - 48px);overflow:auto}.tooth-position-modal__mask{display:none}.tooth-position-modal__container{position:relative;top:auto;left:auto;transform:none;display:flex;flex-direction:column;max-height:calc(100vh - 48px)}.ant-modal-mask{display:none!important}.ant-modal-wrap{position:fixed!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;box-sizing:border-box!important;overflow:auto!important;pointer-events:none!important}.ant-modal{top:auto!important;margin:0!important;padding-bottom:0!important;max-width:calc(100vw - 48px)!important;max-height:calc(100vh - 48px)!important;pointer-events:auto!important}.ant-modal-content{max-height:calc(100vh - 48px)!important;overflow:auto!important}.dialog-mask{display:none}.dialog-container{position:fixed;inset:0;overflow:auto;z-index:999;margin:0;padding:24px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;pointer-events:none}.dialog{position:relative;padding:0 30px 30px;background:#fff;box-shadow:0 2px 12px #38383833;border:1px solid #e2e6ed;border-radius:2px;max-height:calc(100vh - 48px);overflow:auto;pointer-events:auto}.dialog-title{position:relative;border-bottom:1px solid #e2e6ed;margin-bottom:30px;height:60px;display:flex;align-items:center;justify-content:space-between}.dialog-title i{width:16px;height:16px;cursor:pointer;display:inline-block;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.9%208.192l4.242%204.243-.707.707L8.192%208.9%203.95%2013.142l-.707-.707%204.242-4.243L3.243%203.95l.707-.707%204.242%204.242%204.243-4.242.707.707L8.9%208.192z'%20fill='%236A6A6A'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.dialog-option__item{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between}.dialog-option__item span{margin-right:12px;font-size:14px;color:#3d4757;position:relative}.dialog-option__item input,.dialog-option__item textarea,.dialog-option__item select{width:276px;height:30px;border-radius:2px;border:1px solid #d3d3d3;min-height:30px;padding:5px;box-sizing:border-box;outline:none;appearance:none;-webkit-user-select:none;user-select:none;font-family:inherit}.dialog-option__item input:focus,.dialog-option__item textarea:focus{border-color:#4991f2}.dialog-option__item--require:before{content:"*";color:#f56c6c;margin-right:4px;position:absolute;left:-8px}.dialog-menu{display:flex;align-items:center;justify-content:flex-end}.dialog-menu button{position:relative;display:inline-block;border:1px solid #e2e6ed;border-radius:2px;background:#fff;line-height:22px;padding:0 16px;white-space:nowrap;cursor:pointer}.dialog-menu button:hover{background:#1937580a}.dialog-menu__cancel{margin-right:16px}.dialog-menu button[type=submit]{color:#fff;background:#4991f2;border-color:#4991f2}.dialog-menu button[type=submit]:hover{background:#5b9cf3;border-color:#5b9cf3}.dialog-radio-group{display:flex;flex-direction:column;gap:8px}.dialog-radio-group--horizontal{flex-direction:row;gap:16px}.dialog-radio-item{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#3d4757}.dialog-radio-item input[type=radio]{width:16px;height:16px;margin:0 6px 0 0;cursor:pointer;appearance:auto}.dialog-radio-item span{margin:0}`)),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- (function(s,Tn){typeof exports=="object"&&typeof module<"u"?Tn(exports):typeof define=="function"&&define.amd?define(["exports"],Tn):(s=typeof globalThis<"u"?globalThis:s||self,Tn(s["canvas-editor"]={}))})(this,(function(s){"use strict";const Tn="0.7.21";s.MaxHeightRatio=void 0,(function(o){o.HALF="half",o.ONE_THIRD="one-third",o.QUARTER="quarter"})(s.MaxHeightRatio||(s.MaxHeightRatio={})),s.NumberType=void 0,(function(o){o.ARABIC="arabic",o.CHINESE="chinese"})(s.NumberType||(s.NumberType={})),s.ImageDisplay=void 0,(function(o){o.INLINE="inline",o.BLOCK="block",o.SURROUND="surround",o.FLOAT_TOP="float-top",o.FLOAT_BOTTOM="float-bottom"})(s.ImageDisplay||(s.ImageDisplay={})),s.LocationPosition=void 0,(function(o){o.BEFORE="before",o.AFTER="after",o.OUTER_BEFORE="outer-before",o.OUTER_AFTER="outer-after"})(s.LocationPosition||(s.LocationPosition={})),s.FlexDirection=void 0,(function(o){o.ROW="row",o.COLUMN="column"})(s.FlexDirection||(s.FlexDirection={}));const _="​",ms=`
3
- `,jo=" ",ps="&nbsp;",Hl=["·","、",":",":",",",",",".","。",";",";","?","?","!","!"],Cs={[s.MaxHeightRatio.HALF]:1/2,[s.MaxHeightRatio.ONE_THIRD]:1/3,[s.MaxHeightRatio.QUARTER]:1/4},qo={ENGLISH:"A-Za-z",NUMBER:"0-9.$¥",SPANISH:"A-Za-zÁÉÍÓÚáéíóúÑñÜü",FRENCH:"A-Za-zÀÂÇàâçÉéÈèÊêËëÎîÏïÔôÙùÛûŸÿ",GERMAN:"A-Za-zÄäÖöÜüß",RUSSIAN:"А-Яа-яЁё",PORTUGUESE:"A-Za-zÁÉÍÓÚáéíóúÃÕãõÇç",ITALIAN:"A-Za-zÀàÈèÉéÌìÍíÎîÓóÒòÙù",DUTCH:"A-Za-zÀàÁáÂâÄäÈèÉéÊêËëÌìÍíÎîÏïÓóÒòÔôÖöÙùÛûÜü",SWEDISH:"A-Za-zÅåÄäÖö",GREEK:"ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω"},_l="中";s.RowFlex=void 0,(function(o){o.LEFT="left",o.CENTER="center",o.RIGHT="right",o.ALIGNMENT="alignment",o.JUSTIFY="justify"})(s.RowFlex||(s.RowFlex={}));const ti=/[0-9.]/,Al=/[\uD800-\uDBFF][\uDC00-\uDFFF]/,kl=/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,Gl=new RegExp(`${kl.source}|${Al.source}`,"g"),xl=/[、,。?!;:……「」“”‘’*()【】〔〕〖〗〘〙〚〛《》———﹝﹞–—\\/·.,!?;:`~<>()[\]{}'"|]/,ei=new RegExp(`^[${_}
4
- ]`),Bl=/[^0-9\+\-\.eE,]/,Jl=/\s/;function $l(o,t){let e;return function(...n){e&&window.clearTimeout(e),e=window.setTimeout(()=>{o.apply(this,n)},t)}}function zl(o,t){let e=0,n;return function(...i){const l=Date.now();l-e>=t?(window.clearTimeout(n),o.apply(this,i),e=l):(window.clearTimeout(n),n=window.setTimeout(()=>{o.apply(this,i),e=l},t))}}function ni(o,t){if(!o||typeof o!="object")return o;let e={};return Array.isArray(o)?e=o.map(n=>ni(n,t)):Object.keys(o).forEach(n=>{t.includes(n)||(e[n]=ni(o[n],t))}),e}function ht(o){if(typeof structuredClone=="function")return structuredClone(o);if(!o||typeof o!="object")return o;let t={};return Array.isArray(o)?t=o.map(e=>ht(e)):Object.keys(o).forEach(e=>{t[e]=ht(o[e])}),t}function oi(o){return o&&o.nodeType===1&&o.tagName.toLowerCase()==="body"}function Is(o,t,e){if(o&&!oi(o))for(o=o;o;){if(!t||t(o)||oi(o))return t&&!t(o)&&oi(o)?null:o;o=o.parentNode}return null}function Tt(){function o(){return((1+Math.random())*65536|0).toString(16).substring(1)}return o()+o()+"-"+o()+"-"+o()+"-"+o()+"-"+o()+o()+o()}function Dt(o){const t=[];if(Intl.Segmenter){const n=new Intl.Segmenter().segment(o);for(const{segment:i}of n)t.push(i)}else{const e=new Map;for(const i of o.matchAll(Gl))e.set(i.index,i[0]);let n=0;for(;n<o.length;){const i=e.get(n);i?(t.push(i),n+=i.length):(t.push(o[n]),n++)}}return t}function Ls(o,t){const e=document.createElement("a");e.href=o,e.download=t,e.click()}function jl(o,t){ql(3,o,t)}function ql(o,t,e){let n=0,i=0;const l=function(r){n=new Date().getTime()-i<300?n+1:0,i=new Date().getTime(),n>=o-1&&(e(r),n=0)};t.addEventListener("click",l)}function go(o){return Object.prototype.toString.call(o)==="[object Object]"}function ii(o){return Array.isArray(o)}function si(o){return Object.prototype.toString.call(o)==="[object Number]"}function ta(o){return Object.prototype.toString.call(o)==="[object String]"}function Ps(o,t){if(go(o)&&go(t)){const e=t;for(const[n,i]of Object.entries(o))e[n]?e[n]=Ps(i,e[n]):e[n]=i}else ii(o)&&ii(t)&&t.push(...o);return t}function ri(o){if(typeof queueMicrotask=="function"){queueMicrotask(()=>{o()});return}if(typeof Promise<"u"){Promise.resolve().then(()=>{o()});return}setTimeout(()=>{o()},0)}function ea(o){const t=["零","一","二","三","四","五","六","七","八","九"],e=["","十","百","千","万","十","百","千","亿","十","百","千","万","十","百","千","亿"];if(!o||isNaN(o))return"零";const n=o.toString().split("");let i="";for(let l=0;l<n.length;l++){const r=n.length-1-l;i=`${e[l]}${i}`,i=`${t[Number(n[r])]}${i}`}return i=i.replace(/零(千|百|十)/g,"零").replace(/十零/g,"十"),i=i.replace(/零+/g,"零"),i=i.replace(/零亿/g,"亿").replace(/零万/g,"万"),i=i.replace(/亿万/g,"亿"),i=i.replace(/零+$/,""),i=i.replace(/^一十/g,"十"),i}function an(o,t,e){for(let n=0;n<o.length;n++){const i=o[n],l=t[i];l!==void 0?e[i]=l:delete e[i]}}function Es(o,t){if(!(!t.length||!o.length))for(let e=o.length-1;e>=0;e--)t.includes(o[e])&&o.splice(e,1)}function ie(o,t){const e={};for(const n in o)t.includes(n)&&(e[n]=o[n]);return e}function Ce(o,t){const e={};for(const n in o)t.includes(n)||(e[n]=o[n]);return e}function na(o){const e=new TextEncoder().encode(o),n=Array.from(e,l=>String.fromCharCode(l));return window.btoa(n.join(""))}function oa(o){let t=o.parentElement;for(;t;){const n=window.getComputedStyle(t).getPropertyValue("overflow-y");if(t.scrollHeight>t.clientHeight&&(n==="auto"||n==="scroll"))return t;t=t.parentElement}return document.documentElement}function Ms(o,t){return o.length!==t.length?!1:!o.some(e=>!t.includes(e))}function ia(o,t){if(!go(o)||!go(t))return!1;const e=Object.keys(o),n=Object.keys(t);return e.length!==n.length?!1:!e.some(i=>t[i]!==o[i])}function sa(o,t){const e=o.x,n=o.x+o.width,i=o.y,l=o.y+o.height,r=t.x,a=t.x+t.width,c=t.y,d=t.y+t.height;return!(e>a||n<r||i>d||l<c)}function Os(o){return o==null}function To(o){return o.replace(/\r\n|\r/g,`
5
- `)}function Ss(o,t,e=0){const n=Math.max(0,Math.floor(e));if(n>=o.length)return typeof t=="string"&&t===""?{index:o.length,length:0}:{index:-1,length:0};if(typeof t=="string"){if(t==="")return{index:n,length:0};const c=o.indexOf(t,n);return c===-1?{index:-1,length:0}:{index:c,length:t.length}}const i=t.flags,l=i.includes("g")?i:i+"g",r=new RegExp(t.source,l);r.lastIndex=n;const a=r.exec(o);return a?{index:a.index,length:a[0].length}:{index:-1,length:0}}function Xs(o,t){if(!t){o.scrollTop=0;return}const e=[];let n=t.offsetParent;for(;n&&o!==n&&o.contains(n);)e.push(n),n=n.offsetParent;const i=t.offsetTop+e.reduce((c,d)=>c+d.offsetTop,0),l=i+t.offsetHeight,r=o.scrollTop,a=r+o.clientHeight;i<r?o.scrollTop=i:l>a&&(o.scrollTop=l-o.clientHeight)}function se(){return typeof performance<"u"&&performance.now?performance.now():Date.now()}function ra(o,t){return o.performance.enabled&&t>=o.performance.threshold}function li(o,t,e,n=[],i){if(!ra(o,e))return;const l={duration:Number(e.toFixed(2)),breakdown:n.map(r=>({label:r.label,duration:Number(r.duration.toFixed(2))})),...i};console.log(`[canvas-editor perf] ${t}`,l)}const la=12,aa={width:1,color:"#000000",dragWidth:2,dragColor:"#0000FF",dragFloatImageDisabled:!1},Ue="editor-component",tt="ce",Bn=`${tt}-clipboard`,fo={print:{imagePreviewerDisabled:!1,backgroundDisabled:!1},compare:{imagePreviewerDisabled:!1,backgroundDisabled:!1},readonly:{imagePreviewerDisabled:!1},form:{controlDeletableDisabled:!1,inputTraceEnabled:!0,deleteTraceEnabled:!0}};var Jt;(function(o){o.UP="top",o.DOWN="down",o.LEFT="left",o.RIGHT="right"})(Jt||(Jt={}));const fn=typeof navigator<"u"&&/Mac OS X/.test(navigator.userAgent),ca=typeof navigator<"u"&&/iPad|iPhone/.test(navigator.userAgent),da=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),ua=typeof navigator<"u"&&/Firefox/.test(navigator.userAgent);s.ElementType=void 0,(function(o){o.TEXT="text",o.TEXTFIELD="TextField",o.BUTTON="button",o.IMAGE="image",o.TABLE="table",o.HYPERLINK="hyperlink",o.SUPERSCRIPT="superscript",o.SUBSCRIPT="subscript",o.SEPARATOR="separator",o.PAGE_BREAK="pageBreak",o.CONTROL="control",o.AREA="area",o.CHECKBOX="checkbox",o.RADIO="radio",o.LATEX="latex",o.TAB="tab",o.DATE="date",o.BLOCK="block",o.TITLE="title",o.LIST="list",o.SPLIT_TAG="splitTag",o.LABEL="label",o.MENSTRUAL_HISTORY="menstrualHistory",o.FETAL_HEART_POSITION="fetalHeartPosition",o.TOOTH_POSITION="toothPosition",o.SPECIAL_SYMBOLS="specialSymbols",o.MACRO="macro",o.CUSTOM_MACRO="customMacro",o.REUSABLE_ITEM="reusableItem",o.SUB_TEMPLATE="subTemplate"})(s.ElementType||(s.ElementType={}));const Ne=["bold","color","highlight","font","size","italic","underline","strikeout","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime"],Te=["rowFlex","rowMargin"],Ra=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","url","areaId","hyperlinkId","dateId","dateFormat","groupIds","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","rowMargin","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime"],ha=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","rowMargin","dashArray","trList","tdPadding","tableToolDisabled","borderType","borderColor","borderWidth","borderExternalWidth","translateX","width","height","url","colgroup","valueList","control","checkbox","radio","dateFormat","block","level","title","listType","listStyle","listWrap","groupIds","conceptId","imgDisplay","imgFloatPosition","imgToolDisabled","imgPreviewDisabled","imgCrop","imgCaption","textDecoration","extension","externalId","areaId","area","hide","label","labelId","lineWidth","deletePerson","newElEditPerson","deleteTime","newElEditTime","dictCode","macroConfig","menstrualData","menstrualHistoryId","fetalHeartData","fetalHeartPositionId","toothPositionData","toothPositionId","reusableItemConfig","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","subTemplateExpanded"],ga=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],Sn=["tdId","trId","tableId"],ai=["level","titleId","title"],Jn=["listId","listType","listStyle"],ci=["control","controlId","controlComponent"],ue=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"],mn=["areaId","area"],di=[...Sn,...ai,...Jn,...mn],Ie=[s.ElementType.TEXT,s.ElementType.HYPERLINK,s.ElementType.SUBSCRIPT,s.ElementType.SUPERSCRIPT,s.ElementType.CONTROL,s.ElementType.DATE],Ta=[s.ElementType.IMAGE,s.ElementType.LATEX],fa=[s.ElementType.BLOCK,s.ElementType.PAGE_BREAK,s.ElementType.SEPARATOR,s.ElementType.TABLE],ma=["HR","TABLE","UL","OL"],pa=[s.ElementType.TITLE,s.ElementType.LIST];class Xn{static sandbox=["allow-scripts","allow-same-origin"];static allow=["fullscreen"];element;constructor(t){this.element=t}_defineIframeProperties(t){Object.defineProperties(t,{parent:{get:()=>null},__POWERED_BY_CANVAS_EDITOR__:{get:()=>!0}})}render(t){const{iframeBlock:e}=this.element.block||{},n=document.createElement("iframe");n.setAttribute("data-id",this.element.id),n.sandbox.add(...e?.sandbox||Xn.sandbox),n.setAttribute("allow",[e?.allow||Xn.allow].join(" ")),n.style.border="none",n.style.width="100%",n.style.height="100%",e?.src?n.src=e.src:e?.srcdoc&&(n.srcdoc=e.srcdoc),t.append(n),this._defineIframeProperties(n.contentWindow)}}class Ns{draw;options;imageCache;container;floatImageContainer;floatImage;constructor(t){this.draw=t,this.options=t.getOptions(),this.container=t.getContainer(),this.imageCache=new Map,this.floatImageContainer=null,this.floatImage=null}getOriginalMainImageList(){const t=[],e=n=>{for(const i of n)if(i.type===s.ElementType.TABLE){const l=i.trList;for(let r=0;r<l.length;r++){const a=l[r];for(let c=0;c<a.tdList.length;c++){const d=a.tdList[c];e(d.value)}}}else i.type===s.ElementType.IMAGE&&t.push(i)};return e(this.draw.getOriginalMainElementList()),t}_countImagesBeforeTarget(t,e){let n=0;for(const i of t){if(i===e)break;if(i.type===s.ElementType.TABLE){const l=i.trList;for(const r of l)for(const a of r.tdList)n+=this._countImagesBeforeTarget(a.value,e)}else i.type===s.ElementType.IMAGE&&n++}return n}createFloatImage(t){const{scale:e}=this.options;let n=this.floatImageContainer,i=this.floatImage;n||(n=document.createElement("div"),n.classList.add(`${tt}-float-image`),this.container.append(n),this.floatImageContainer=n),i||(i=document.createElement("img"),n.append(i),this.floatImage=i),n.style.display="none",i.style.width=`${t.width*e}px`,i.style.height=`${t.height*e}px`;const l=this.draw.getHeight(),r=this.draw.getPageGap(),a=this.draw.getPageNo()*(l+r),c=t.imgFloatPosition;n.style.left=`${c.x*e}px`,n.style.top=`${a+c.y*e}px`,i.src=t.value}dragFloatImage(t,e){if(!this.floatImageContainer)return;this.floatImageContainer.style.display="block";const n=parseFloat(this.floatImageContainer.style.left)+t,i=parseFloat(this.floatImageContainer.style.top)+e;this.floatImageContainer.style.left=`${n}px`,this.floatImageContainer.style.top=`${i}px`}destroyFloatImage(){this.floatImageContainer&&(this.floatImageContainer.style.display="none")}addImageObserver(t){this.draw.getImageObserver().add(t)}getFallbackImage(t,e){const i=(t-Math.ceil(t/8)*8)/2,l=(e-Math.ceil(e/8)*8)/2,r=`<svg xmlns="http://www.w3.org/2000/svg" width="${t}" height="${e}" viewBox="0 0 ${t} ${e}">
2
+ (function(s,Tn){typeof exports=="object"&&typeof module<"u"?Tn(exports):typeof define=="function"&&define.amd?define(["exports"],Tn):(s=typeof globalThis<"u"?globalThis:s||self,Tn(s["canvas-editor"]={}))})(this,(function(s){"use strict";const Tn="0.7.23";s.MaxHeightRatio=void 0,(function(o){o.HALF="half",o.ONE_THIRD="one-third",o.QUARTER="quarter"})(s.MaxHeightRatio||(s.MaxHeightRatio={})),s.NumberType=void 0,(function(o){o.ARABIC="arabic",o.CHINESE="chinese"})(s.NumberType||(s.NumberType={})),s.ImageDisplay=void 0,(function(o){o.INLINE="inline",o.BLOCK="block",o.SURROUND="surround",o.FLOAT_TOP="float-top",o.FLOAT_BOTTOM="float-bottom"})(s.ImageDisplay||(s.ImageDisplay={})),s.LocationPosition=void 0,(function(o){o.BEFORE="before",o.AFTER="after",o.OUTER_BEFORE="outer-before",o.OUTER_AFTER="outer-after"})(s.LocationPosition||(s.LocationPosition={})),s.FlexDirection=void 0,(function(o){o.ROW="row",o.COLUMN="column"})(s.FlexDirection||(s.FlexDirection={}));const H="​",ps=`
3
+ `,qo=" ",Cs="&nbsp;",kl=["·","、",":",":",",",",",".","。",";",";","?","?","!","!"],Is={[s.MaxHeightRatio.HALF]:1/2,[s.MaxHeightRatio.ONE_THIRD]:1/3,[s.MaxHeightRatio.QUARTER]:1/4},ti={ENGLISH:"A-Za-z",NUMBER:"0-9.$¥",SPANISH:"A-Za-zÁÉÍÓÚáéíóúÑñÜü",FRENCH:"A-Za-zÀÂÇàâçÉéÈèÊêËëÎîÏïÔôÙùÛûŸÿ",GERMAN:"A-Za-zÄäÖöÜüß",RUSSIAN:"А-Яа-яЁё",PORTUGUESE:"A-Za-zÁÉÍÓÚáéíóúÃÕãõÇç",ITALIAN:"A-Za-zÀàÈèÉéÌìÍíÎîÓóÒòÙù",DUTCH:"A-Za-zÀàÁáÂâÄäÈèÉéÊêËëÌìÍíÎîÏïÓóÒòÔôÖöÙùÛûÜü",SWEDISH:"A-Za-zÅåÄäÖö",GREEK:"ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω"},Gl="中";s.RowFlex=void 0,(function(o){o.LEFT="left",o.CENTER="center",o.RIGHT="right",o.ALIGNMENT="alignment",o.JUSTIFY="justify"})(s.RowFlex||(s.RowFlex={}));const ei=/[0-9.]/,xl=/[\uD800-\uDBFF][\uDC00-\uDFFF]/,Bl=/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,Jl=new RegExp(`${Bl.source}|${xl.source}`,"g"),$l=/[、,。?!;:……「」“”‘’*()【】〔〕〖〗〘〙〚〛《》———﹝﹞–—\\/·.,!?;:`~<>()[\]{}'"|]/,ni=new RegExp(`^[${H}
4
+ ]`),zl=/[^0-9\+\-\.eE,]/,jl=/\s/;function ql(o,t){let e;return function(...n){e&&window.clearTimeout(e),e=window.setTimeout(()=>{o.apply(this,n)},t)}}function ta(o,t){let e=0,n;return function(...i){const l=Date.now();l-e>=t?(window.clearTimeout(n),o.apply(this,i),e=l):(window.clearTimeout(n),n=window.setTimeout(()=>{o.apply(this,i),e=l},t))}}function oi(o,t){if(!o||typeof o!="object")return o;let e={};return Array.isArray(o)?e=o.map(n=>oi(n,t)):Object.keys(o).forEach(n=>{t.includes(n)||(e[n]=oi(o[n],t))}),e}function ht(o){if(typeof structuredClone=="function")return structuredClone(o);if(!o||typeof o!="object")return o;let t={};return Array.isArray(o)?t=o.map(e=>ht(e)):Object.keys(o).forEach(e=>{t[e]=ht(o[e])}),t}function ii(o){return o&&o.nodeType===1&&o.tagName.toLowerCase()==="body"}function Ls(o,t,e){if(o&&!ii(o))for(o=o;o;){if(!t||t(o)||ii(o))return t&&!t(o)&&ii(o)?null:o;o=o.parentNode}return null}function Tt(){function o(){return((1+Math.random())*65536|0).toString(16).substring(1)}return o()+o()+"-"+o()+"-"+o()+"-"+o()+"-"+o()+o()+o()}function Dt(o){const t=[];if(Intl.Segmenter){const n=new Intl.Segmenter().segment(o);for(const{segment:i}of n)t.push(i)}else{const e=new Map;for(const i of o.matchAll(Jl))e.set(i.index,i[0]);let n=0;for(;n<o.length;){const i=e.get(n);i?(t.push(i),n+=i.length):(t.push(o[n]),n++)}}return t}function Ps(o,t){const e=document.createElement("a");e.href=o,e.download=t,e.click()}function ea(o,t){na(3,o,t)}function na(o,t,e){let n=0,i=0;const l=function(r){n=new Date().getTime()-i<300?n+1:0,i=new Date().getTime(),n>=o-1&&(e(r),n=0)};t.addEventListener("click",l)}function go(o){return Object.prototype.toString.call(o)==="[object Object]"}function si(o){return Array.isArray(o)}function ri(o){return Object.prototype.toString.call(o)==="[object Number]"}function oa(o){return Object.prototype.toString.call(o)==="[object String]"}function Es(o,t){if(go(o)&&go(t)){const e=t;for(const[n,i]of Object.entries(o))e[n]?e[n]=Es(i,e[n]):e[n]=i}else si(o)&&si(t)&&t.push(...o);return t}function li(o){if(typeof queueMicrotask=="function"){queueMicrotask(()=>{o()});return}if(typeof Promise<"u"){Promise.resolve().then(()=>{o()});return}setTimeout(()=>{o()},0)}function ia(o){const t=["零","一","二","三","四","五","六","七","八","九"],e=["","十","百","千","万","十","百","千","亿","十","百","千","万","十","百","千","亿"];if(!o||isNaN(o))return"零";const n=o.toString().split("");let i="";for(let l=0;l<n.length;l++){const r=n.length-1-l;i=`${e[l]}${i}`,i=`${t[Number(n[r])]}${i}`}return i=i.replace(/零(千|百|十)/g,"零").replace(/十零/g,"十"),i=i.replace(/零+/g,"零"),i=i.replace(/零亿/g,"亿").replace(/零万/g,"万"),i=i.replace(/亿万/g,"亿"),i=i.replace(/零+$/,""),i=i.replace(/^一十/g,"十"),i}function an(o,t,e){for(let n=0;n<o.length;n++){const i=o[n],l=t[i];l!==void 0?e[i]=l:delete e[i]}}function Ms(o,t){if(!(!t.length||!o.length))for(let e=o.length-1;e>=0;e--)t.includes(o[e])&&o.splice(e,1)}function ie(o,t){const e={};for(const n in o)t.includes(n)&&(e[n]=o[n]);return e}function Ce(o,t){const e={};for(const n in o)t.includes(n)||(e[n]=o[n]);return e}function sa(o){const e=new TextEncoder().encode(o),n=Array.from(e,l=>String.fromCharCode(l));return window.btoa(n.join(""))}function ra(o){let t=o.parentElement;for(;t;){const n=window.getComputedStyle(t).getPropertyValue("overflow-y");if(t.scrollHeight>t.clientHeight&&(n==="auto"||n==="scroll"))return t;t=t.parentElement}return document.documentElement}function Os(o,t){return o.length!==t.length?!1:!o.some(e=>!t.includes(e))}function la(o,t){if(!go(o)||!go(t))return!1;const e=Object.keys(o),n=Object.keys(t);return e.length!==n.length?!1:!e.some(i=>t[i]!==o[i])}function aa(o,t){const e=o.x,n=o.x+o.width,i=o.y,l=o.y+o.height,r=t.x,a=t.x+t.width,c=t.y,d=t.y+t.height;return!(e>a||n<r||i>d||l<c)}function Ss(o){return o==null}function To(o){return o.replace(/\r\n|\r/g,`
5
+ `)}function Xs(o,t,e=0){const n=Math.max(0,Math.floor(e));if(n>=o.length)return typeof t=="string"&&t===""?{index:o.length,length:0}:{index:-1,length:0};if(typeof t=="string"){if(t==="")return{index:n,length:0};const c=o.indexOf(t,n);return c===-1?{index:-1,length:0}:{index:c,length:t.length}}const i=t.flags,l=i.includes("g")?i:i+"g",r=new RegExp(t.source,l);r.lastIndex=n;const a=r.exec(o);return a?{index:a.index,length:a[0].length}:{index:-1,length:0}}function Ns(o,t){if(!t){o.scrollTop=0;return}const e=[];let n=t.offsetParent;for(;n&&o!==n&&o.contains(n);)e.push(n),n=n.offsetParent;const i=t.offsetTop+e.reduce((c,d)=>c+d.offsetTop,0),l=i+t.offsetHeight,r=o.scrollTop,a=r+o.clientHeight;i<r?o.scrollTop=i:l>a&&(o.scrollTop=l-o.clientHeight)}function se(){return typeof performance<"u"&&performance.now?performance.now():Date.now()}function ca(o,t){return o.performance.enabled&&t>=o.performance.threshold}function ai(o,t,e,n=[],i){if(!ca(o,e))return;const l={duration:Number(e.toFixed(2)),breakdown:n.map(r=>({label:r.label,duration:Number(r.duration.toFixed(2))})),...i};console.log(`[canvas-editor perf] ${t}`,l)}const da=12,ua={width:1,color:"#000000",dragWidth:2,dragColor:"#0000FF",dragFloatImageDisabled:!1},Ue="editor-component",tt="ce",Bn=`${tt}-clipboard`,fo={print:{imagePreviewerDisabled:!1,backgroundDisabled:!1},compare:{imagePreviewerDisabled:!1,backgroundDisabled:!1},readonly:{imagePreviewerDisabled:!1},form:{controlDeletableDisabled:!1,inputTraceEnabled:!0,deleteTraceEnabled:!0}};var Jt;(function(o){o.UP="top",o.DOWN="down",o.LEFT="left",o.RIGHT="right"})(Jt||(Jt={}));const fn=typeof navigator<"u"&&/Mac OS X/.test(navigator.userAgent),Ra=typeof navigator<"u"&&/iPad|iPhone/.test(navigator.userAgent),ha=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),ga=typeof navigator<"u"&&/Firefox/.test(navigator.userAgent);s.ElementType=void 0,(function(o){o.TEXT="text",o.TEXTFIELD="TextField",o.BUTTON="button",o.IMAGE="image",o.TABLE="table",o.HYPERLINK="hyperlink",o.SUPERSCRIPT="superscript",o.SUBSCRIPT="subscript",o.SEPARATOR="separator",o.PAGE_BREAK="pageBreak",o.CONTROL="control",o.AREA="area",o.CHECKBOX="checkbox",o.RADIO="radio",o.LATEX="latex",o.TAB="tab",o.DATE="date",o.BLOCK="block",o.TITLE="title",o.LIST="list",o.SPLIT_TAG="splitTag",o.LABEL="label",o.MENSTRUAL_HISTORY="menstrualHistory",o.FETAL_HEART_POSITION="fetalHeartPosition",o.TOOTH_POSITION="toothPosition",o.SPECIAL_SYMBOLS="specialSymbols",o.MACRO="macro",o.CUSTOM_MACRO="customMacro",o.REUSABLE_ITEM="reusableItem",o.SUB_TEMPLATE="subTemplate"})(s.ElementType||(s.ElementType={}));const Ne=["bold","color","highlight","font","size","italic","underline","strikeout","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime"],Te=["rowFlex","rowMargin"],Ta=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","url","areaId","hyperlinkId","dateId","dateFormat","groupIds","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","rowMargin","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime"],fa=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","rowMargin","dashArray","trList","tdPadding","tableToolDisabled","borderType","borderColor","borderWidth","borderExternalWidth","translateX","width","height","url","colgroup","valueList","control","checkbox","radio","dateFormat","block","level","title","listType","listStyle","listWrap","groupIds","conceptId","imgDisplay","imgFloatPosition","imgToolDisabled","imgPreviewDisabled","imgCrop","imgCaption","textDecoration","extension","externalId","areaId","area","hide","label","labelId","lineWidth","deletePerson","newElEditPerson","deleteTime","newElEditTime","dictCode","macroConfig","menstrualData","menstrualHistoryId","fetalHeartData","fetalHeartPositionId","toothPositionData","toothPositionId","reusableItemConfig","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","subTemplateExpanded"],ma=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],Sn=["tdId","trId","tableId"],ci=["level","titleId","title"],Jn=["listId","listType","listStyle"],di=["control","controlId","controlComponent"],ue=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"],mn=["areaId","area"],ui=[...Sn,...ci,...Jn,...mn],Ie=[s.ElementType.TEXT,s.ElementType.HYPERLINK,s.ElementType.SUBSCRIPT,s.ElementType.SUPERSCRIPT,s.ElementType.CONTROL,s.ElementType.DATE],pa=[s.ElementType.IMAGE,s.ElementType.LATEX],Ca=[s.ElementType.BLOCK,s.ElementType.PAGE_BREAK,s.ElementType.SEPARATOR,s.ElementType.TABLE],Ia=["HR","TABLE","UL","OL"],La=[s.ElementType.TITLE,s.ElementType.LIST];class Xn{static sandbox=["allow-scripts","allow-same-origin"];static allow=["fullscreen"];element;constructor(t){this.element=t}_defineIframeProperties(t){Object.defineProperties(t,{parent:{get:()=>null},__POWERED_BY_CANVAS_EDITOR__:{get:()=>!0}})}render(t){const{iframeBlock:e}=this.element.block||{},n=document.createElement("iframe");n.setAttribute("data-id",this.element.id),n.sandbox.add(...e?.sandbox||Xn.sandbox),n.setAttribute("allow",[e?.allow||Xn.allow].join(" ")),n.style.border="none",n.style.width="100%",n.style.height="100%",e?.src?n.src=e.src:e?.srcdoc&&(n.srcdoc=e.srcdoc),t.append(n),this._defineIframeProperties(n.contentWindow)}}class Fs{draw;options;imageCache;container;floatImageContainer;floatImage;constructor(t){this.draw=t,this.options=t.getOptions(),this.container=t.getContainer(),this.imageCache=new Map,this.floatImageContainer=null,this.floatImage=null}getOriginalMainImageList(){const t=[],e=n=>{for(const i of n)if(i.type===s.ElementType.TABLE){const l=i.trList;for(let r=0;r<l.length;r++){const a=l[r];for(let c=0;c<a.tdList.length;c++){const d=a.tdList[c];e(d.value)}}}else i.type===s.ElementType.IMAGE&&t.push(i)};return e(this.draw.getOriginalMainElementList()),t}_countImagesBeforeTarget(t,e){let n=0;for(const i of t){if(i===e)break;if(i.type===s.ElementType.TABLE){const l=i.trList;for(const r of l)for(const a of r.tdList)n+=this._countImagesBeforeTarget(a.value,e)}else i.type===s.ElementType.IMAGE&&n++}return n}createFloatImage(t){const{scale:e}=this.options;let n=this.floatImageContainer,i=this.floatImage;n||(n=document.createElement("div"),n.classList.add(`${tt}-float-image`),this.container.append(n),this.floatImageContainer=n),i||(i=document.createElement("img"),n.append(i),this.floatImage=i),n.style.display="none",i.style.width=`${t.width*e}px`,i.style.height=`${t.height*e}px`;const l=this.draw.getHeight(),r=this.draw.getPageGap(),a=this.draw.getPageNo()*(l+r),c=t.imgFloatPosition;n.style.left=`${c.x*e}px`,n.style.top=`${a+c.y*e}px`,i.src=t.value}dragFloatImage(t,e){if(!this.floatImageContainer)return;this.floatImageContainer.style.display="block";const n=parseFloat(this.floatImageContainer.style.left)+t,i=parseFloat(this.floatImageContainer.style.top)+e;this.floatImageContainer.style.left=`${n}px`,this.floatImageContainer.style.top=`${i}px`}destroyFloatImage(){this.floatImageContainer&&(this.floatImageContainer.style.display="none")}addImageObserver(t){this.draw.getImageObserver().add(t)}getFallbackImage(t,e){const i=(t-Math.ceil(t/8)*8)/2,l=(e-Math.ceil(e/8)*8)/2,r=`<svg xmlns="http://www.w3.org/2000/svg" width="${t}" height="${e}" viewBox="0 0 ${t} ${e}">
6
6
  <rect width="${t}" height="${e}" fill="url(#mosaic)" />
7
7
  <defs>
8
8
  <pattern id="mosaic" x="${i}" y="${l}" width="16" height="16" patternUnits="userSpaceOnUse">
@@ -10,7 +10,7 @@
10
10
  <rect width="8" height="8" fill="#cccccc" transform="translate(8, 8)" />
11
11
  </pattern>
12
12
  </defs>
13
- </svg>`,a=new Image;return a.src=`data:image/svg+xml;base64,${na(r)}`,a}_drawImageWithCrop(t,e,n,i,l,r,a){if(n.imgCrop){const{x:c,y:d,width:u,height:R}=n.imgCrop;t.drawImage(e,c,d,u,R,i,l,r,a)}else t.drawImage(e,i,l,r,a)}_renderCaption(t,e,n,i,l,r){if(!e.imgCaption?.value)return;const{scale:a,imgCaption:c}=this.options;let d=e.imgCaption.value;if(d.includes("{imageNo}")){const I=this.draw.getOriginalMainElementList(),p=this._countImagesBeforeTarget(I,e)+1;d=d.replace(/\{imageNo\}/g,String(p))}const u=(e.imgCaption.size||c.size)*a,R=e.imgCaption.font||c.font,h=e.imgCaption.color||c.color;t.save(),t.font=`${u}px ${R}`,t.fillStyle=h,t.textAlign="center";let g=d;const T=t.measureText(d);if(T.width>l){let I=0,p=d.length;for(;I<p;){const L=Math.ceil((I+p)/2),M=d.substring(0,L);t.measureText(M+"...").width<=l?I=L:p=L-1}g=d.substring(0,I)+"..."}const f=(e.imgCaption.top??c.top)*a,m=i+r+f+T.actualBoundingBoxAscent,C=n+l/2;t.fillText(g,C,m),t.restore()}render(t,e,n,i){const{scale:l}=this.options,r=e.width*l,a=e.height*l;if(this.imageCache.has(e.value)){const c=this.imageCache.get(e.value);this._drawImageWithCrop(t,c,e,n,i,r,a),this._renderCaption(t,e,n,i,r,a)}else{const c=this.draw.getRenderCount(),d=new Promise((u,R)=>{const h=new Image;h.setAttribute("crossOrigin","Anonymous"),h.src=e.value,h.onload=()=>{this.imageCache.set(e.value,h),u(e),c===this.draw.getRenderCount()&&(e.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM?this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}):(this._drawImageWithCrop(t,h,e,n,i,r,a),this._renderCaption(t,e,n,i,r,a)))},h.onerror=g=>{const T=this.getFallbackImage(r,a);T.onload=()=>{this._drawImageWithCrop(t,T,e,n,i,r,a),this.imageCache.set(e.value,T),this._renderCaption(t,e,n,i,r,a)},R(g)}});this.addImageObserver(d)}}}const mo=82;function Nn(o){return ui[o]==null&&Ca(o),ui[o]}function Ca(o){const t=Ia[o];if(t==null)return;const e=t.substring(3,5),n=1*e.charCodeAt(0)-mo,i=1*e.charCodeAt(1)-mo,l=t.substring(5),r=[[]];let a=1/0,c=-1/0,d=1/0,u=-1/0,R=0;for(;R<l.length;){const h=l.substring(R,R+2);if(h==" R")r.push([]);else{const g=h.charCodeAt(0)-mo-n,T=h.charCodeAt(1)-mo;a=Math.min(T,a),c=Math.max(T,c),d=Math.min(g,d),u=Math.max(g,u),r[r.length-1].push([g,T])}R+=2}ui[o]={w:i-n,xmin:d,xmax:u,ymin:a,ymax:c,polylines:r}}const ui={},Ia={1:" 9MWRMNV RRMVV RPSTS",2:" 16MWOMOV ROMSMUNUPSQ ROQSQURUUSVOV",3:" 11MXVNTMRMPNOPOSPURVTVVU",4:" 12MWOMOV ROMRMTNUPUSTURVOV",5:" 12MWOMOV ROMUM ROQSQ ROVUV",6:" 9MVOMOV ROMUM ROQSQ",7:" 15MXVNTMRMPNOPOSPURVTVVUVR RSRVR",8:" 9MWOMOV RUMUV ROQUQ",9:" 3PTRMRV",10:" 7NUSMSTRVPVOTOS",11:" 9MWOMOV RUMOS RQQUV",12:" 6MVOMOV ROVUV",13:" 12LXNMNV RNMRV RVMRV RVMVV",14:" 9MWOMOV ROMUV RUMUV",15:" 14MXRMPNOPOSPURVSVUUVSVPUNSMRM",16:" 10MWOMOV ROMSMUNUQSROR",17:" 17MXRMPNOPOSPURVSVUUVSVPUNSMRM RSTVW",18:" 13MWOMOV ROMSMUNUQSROR RRRUV",19:" 13MWUNSMQMONOOPPTRUSUUSVQVOU",20:" 6MWRMRV RNMVM",21:" 9MXOMOSPURVSVUUVSVM",22:" 6MWNMRV RVMRV",23:" 12LXNMPV RRMPV RRMTV RVMTV",24:" 6MWOMUV RUMOV",25:" 7MWNMRQRV RVMRQ",26:" 9MWUMOV ROMUM ROVUV",27:" 9MWRMNV RRMVV RPSTS",28:" 16MWOMOV ROMSMUNUPSQ ROQSQURUUSVOV",29:" 6MVOMOV ROMUM",30:" 9MWRMNV RRMVV RNVVV",31:" 12MWOMOV ROMUM ROQSQ ROVUV",32:" 9MWUMOV ROMUM ROVUV",33:" 9MWOMOV RUMUV ROQUQ",34:" 20MXRMPNOPOSPURVSVUUVSVPUNSMRM RQQTR RTQQR",35:" 3PTRMRV",36:" 9MWOMOV RUMOS RQQUV",37:" 6MWRMNV RRMVV",38:" 12LXNMNV RNMRV RVMRV RVMVV",39:" 9MWOMOV ROMUV RUMUV",40:" 12MWOMUM RPQTR RTQPR ROVUV",41:" 14MXRMPNOPOSPURVSVUUVSVPUNSMRM",42:" 9MWOMOV RUMUV ROMUM",43:" 10MWOMOV ROMSMUNUQSROR",44:" 10MWOMRQOV ROMUM ROVUV",45:" 6MWRMRV RNMVM",46:" 15MWNONNOMPMQNRPRV RVOVNUMTMSNRP",47:" 13LXRMRV RPONPNSPTTTVSVPTOPO",48:" 6MWOMUV RUMOV",49:" 12LXRMRV RNOOPOSQTSTUSUPVO",50:" 13MXOVQVOROPPNRMSMUNVPVRTVVV",200:" 12MWRMPNOPOSPURVTUUSUPTNRM",201:" 4MWPORMRV",202:" 9MWONQMSMUNUPTROVUV",203:" 15MWONQMSMUNUPSQ RRQSQURUUSVQVOU",204:" 7MWSMSV RSMNSVS",205:" 14MWPMOQQPRPTQUSTURVQVOU RPMTM",206:" 14MWTMRMPNOPOSPURVTUUSTQRPPQOS",207:" 6MWUMQV ROMUM",208:" 19MWQMONOPQQSQUPUNSMQM RQQOROUQVSVUUURSQ",209:" 14MWUPTRRSPROPPNRMTNUPUSTURVPV",210:" 6PURURVSVSURU",211:" 7PUSVRVRUSUSWRY",212:" 12PURPRQSQSPRP RRURVSVSURU",213:" 13PURPRQSQSPRP RSVRVRUSUSWRY",214:" 12PURMRR RSMSR RRURVSVSURU",215:" 17NWPNRMSMUNUPRQRRSRSQUP RRURVSVSURU",216:" 3PTRMRQ",217:" 6NVPMPQ RTMTQ",218:" 10NVQMPNPPQQSQTPTNSMQM",219:" 16MWUNSMQMONOPQQTRUSUUSVQVOU RRLRW",220:" 3MWVLNW",221:" 7OVTLRNQPQSRUTW",222:" 7NUPLRNSPSSRUPW",223:" 3PTRLRW",224:" 3LXNRVR",225:" 6LXRNRV RNRVR",226:" 6LXNPVP RNTVT",227:" 6MWOOUU RUOOU",228:" 9MWRORU ROPUT RUPOT",229:" 6PURQRRSRSQRQ",230:" 7PUSMRORQSQSPRP",231:" 7PUSNRNRMSMSORQ",232:" 7LXSOVRSU RNRVR",233:" 12MXRLPW RULSW ROPVP ROSVS",234:" 21LXVRURTSSURVOVNUNSORRQSPSNRMPMONOPQSSUUVVV",235:" 20LXNNOQOSNV RVNUQUSVV RNNQOSOVN RNVQUSUVV",501:" 9I[RFJ[ RRFZ[ RMTWT",502:" 24G\\KFK[ RKFTFWGXHYJYLXNWOTP RKPTPWQXRYTYWXYWZT[K[",503:" 19H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZV",504:" 16G\\KFK[ RKFRFUGWIXKYNYSXVWXUZR[K[",505:" 12H[LFL[ RLFYF RLPTP RL[Y[",506:" 9HZLFL[ RLFYF RLPTP",507:" 23H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZVZS RUSZS",508:" 9G]KFK[ RYFY[ RKPYP",509:" 3NVRFR[",510:" 11JZVFVVUYTZR[P[NZMYLVLT",511:" 9G\\KFK[ RYFKT RPOY[",512:" 6HYLFL[ RL[X[",513:" 12F^JFJ[ RJFR[ RZFR[ RZFZ[",514:" 9G]KFK[ RKFY[ RYFY[",515:" 22G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF",516:" 14G\\KFK[ RKFTFWGXHYJYMXOWPTQKQ",517:" 25G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF RSWY]",518:" 17G\\KFK[ RKFTFWGXHYJYLXNWOTPKP RRPY[",519:" 21H\\YIWGTFPFMGKIKKLMMNOOUQWRXSYUYXWZT[P[MZKX",520:" 6JZRFR[ RKFYF",521:" 11G]KFKULXNZQ[S[VZXXYUYF",522:" 6I[JFR[ RZFR[",523:" 12F^HFM[ RRFM[ RRFW[ R\\FW[",524:" 6H\\KFY[ RYFK[",525:" 7I[JFRPR[ RZFRP",526:" 9H\\YFK[ RKFYF RK[Y[",527:" 9I[RFJ[ RRFZ[ RMTWT",528:" 24G\\KFK[ RKFTFWGXHYJYLXNWOTP RKPTPWQXRYTYWXYWZT[K[",529:" 6HYLFL[ RLFXF",530:" 9I[RFJ[ RRFZ[ RJ[Z[",531:" 12H[LFL[ RLFYF RLPTP RL[Y[",532:" 9H\\YFK[ RKFYF RK[Y[",533:" 9G]KFK[ RYFY[ RKPYP",534:" 25G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF ROPUP",535:" 3NVRFR[",536:" 9G\\KFK[ RYFKT RPOY[",537:" 6I[RFJ[ RRFZ[",538:" 12F^JFJ[ RJFR[ RZFR[ RZFZ[",539:" 9G]KFK[ RKFY[ RYFY[",540:" 9I[KFYF ROPUP RK[Y[",541:" 22G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF",542:" 9G]KFK[ RYFY[ RKFYF",543:" 14G\\KFK[ RKFTFWGXHYJYMXOWPTQKQ",544:" 10I[KFRPK[ RKFYF RK[Y[",545:" 6JZRFR[ RKFYF",546:" 19I[KKKILGMFOFPGQIRMR[ RYKYIXGWFUFTGSIRM",547:" 21H\\RFR[ RPKMLLMKOKRLTMUPVTVWUXTYRYOXMWLTKPK",548:" 6H\\KFY[ RK[YF",549:" 18G]RFR[ RILJLKMLQMSNTQUSUVTWSXQYMZL[L",550:" 17H\\K[O[LTKPKLLINGQFSFVGXIYLYPXTU[Y[",551:" 20G[G[IZLWOSSLVFV[UXSUQSNQLQKRKTLVNXQZT[Y[",552:" 41F]SHTITLSPRSQUOXMZK[J[IZIWJRKOLMNJPHRGUFXFZG[I[KZMYNWOTP RSPTPWQXRYTYWXYWZU[R[PZOX",553:" 24H\\TLTMUNWNYMZKZIYGWFTFQGOIMLLNKRKVLYMZO[Q[TZVXWV",554:" 35G^TFRGQIPMOSNVMXKZI[G[FZFXGWIWKXMZP[S[VZXXZT[O[KZHYGWFTFRHRJSMUPWRZT\\U",555:" 28H\\VJVKWLYLZKZIYGVFRFOGNINLONPOSPPPMQLRKTKWLYMZP[S[VZXXYV",556:" 28H\\RLPLNKMINGQFTFXG[G]F RXGVNTTRXPZN[L[JZIXIVJULUNV RQPZP",557:" 29G^G[IZMVPQQNRJRGQFPFOGNINLONQOUOXNYMZKZQYVXXVZS[O[LZJXIVIT",558:" 38F^MMKLJJJIKGMFNFPGQIQKPONULYJ[H[GZGX RMRVOXN[L]J^H^G]F\\FZHXLVRUWUZV[W[YZZY\\V",559:" 25IZWVUTSQROQLQIRGSFUFVGWIWLVQTVSXQZO[M[KZJXJVKUMUOV",560:" 25JYT^R[PVOPOJPGRFTFUGVJVMURR[PaOdNfLgKfKdLaN^P\\SZWX",561:" 39F^MMKLJJJIKGMFNFPGQIQKPONULYJ[H[GZGX R^I^G]F\\FZGXIVLTNROPO RROSQSXTZU[V[XZYY[V",562:" 29I\\MRORSQVOXMYKYHXFVFUGTISNRSQVPXNZL[J[IZIXJWLWNXQZT[V[YZ[X",563:" 45@aEMCLBJBICGEFFFHGIIIKHPGTE[ RGTJLLHMGOFPFRGSISKRPQTO[ RQTTLVHWGYFZF\\G]I]K\\PZWZZ[[\\[^Z_YaV",564:" 32E]JMHLGJGIHGJFKFMGNINKMPLTJ[ RLTOLQHRGTFVFXGYIYKXPVWVZW[X[ZZ[Y]V",565:" 29H]TFQGOIMLLNKRKVLYMZO[Q[TZVXXUYSZOZKYHXGVFTFRHRKSNUQWSZU\\V",566:" 31F_SHTITLSPRSQUOXMZK[J[IZIWJRKOLMNJPHRGUFZF\\G]H^J^M]O\\PZQWQUPTO",567:" 32H^ULTNSOQPOPNNNLOIQGTFWFYGZIZMYPWSSWPYNZK[I[HZHXIWKWMXPZS[V[YZ[X",568:" 38F_SHTITLSPRSQUOXMZK[J[IZIWJRKOLMNJPHRGUFYF[G\\H]J]M\\O[PYQVQSPTQUSUXVZX[ZZ[Y]V",569:" 28H\\H[JZLXOTQQSMTJTGSFRFQGPIPKQMSOVQXSYUYWXYWZT[P[MZKXJVJT",570:" 25H[RLPLNKMINGQFTFXG[G]F RXGVNTTRXPZN[L[JZIXIVJULUNV",571:" 33E]JMHLGJGIHGJFKFMGNINKMOLRKVKXLZN[P[RZSYUUXMZF RXMWQVWVZW[X[ZZ[Y]V",572:" 32F]KMILHJHIIGKFLFNGOIOKNOMRLVLYM[O[QZTWVTXPYMZIZGYFXFWGVIVKWNYP[Q",573:" 25C_HMFLEJEIFGHFIFKGLILLK[ RUFK[ RUFS[ RaF_G\\JYNVTS[",574:" 36F^NLLLKKKILGNFPFRGSISLQUQXRZT[V[XZYXYVXUVU R]I]G\\FZFXGVITLPUNXLZJ[H[GZGX",575:" 38F]KMILHJHIIGKFLFNGOIOKNOMRLVLXMZN[P[RZTXVUWSYM R[FYMVWT]RbPfNgMfMdNaP^S[VY[V",576:" 40H]ULTNSOQPOPNNNLOIQGTFWFYGZIZMYPWTTWPZN[K[JZJXKWNWPXQYR[R^QaPcNfLgKfKdLaN^Q[TYZV",583:" 9I[JFR[ RZFR[ RJFZF",601:" 18I\\XMX[ RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",602:" 18H[LFL[ RLPNNPMSMUNWPXSXUWXUZS[P[NZLX",603:" 15I[XPVNTMQMONMPLSLUMXOZQ[T[VZXX",604:" 18I\\XFX[ RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",605:" 18I[LSXSXQWOVNTMQMONMPLSLUMXOZQ[T[VZXX",606:" 9MYWFUFSGRJR[ ROMVM",607:" 23I\\XMX]W`VaTbQbOa RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",608:" 11I\\MFM[ RMQPNRMUMWNXQX[",609:" 9NVQFRGSFREQF RRMR[",610:" 12MWRFSGTFSERF RSMS^RaPbNb",611:" 9IZMFM[ RWMMW RQSX[",612:" 3NVRFR[",613:" 19CaGMG[ RGQJNLMOMQNRQR[ RRQUNWMZM\\N]Q][",614:" 11I\\MMM[ RMQPNRMUMWNXQX[",615:" 18I\\QMONMPLSLUMXOZQ[T[VZXXYUYSXPVNTMQM",616:" 18H[LMLb RLPNNPMSMUNWPXSXUWXUZS[P[NZLX",617:" 18I\\XMXb RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",618:" 9KXOMO[ ROSPPRNTMWM",619:" 18J[XPWNTMQMNNMPNRPSUTWUXWXXWZT[Q[NZMX",620:" 9MYRFRWSZU[W[ ROMVM",621:" 11I\\MMMWNZP[S[UZXW RXMX[",622:" 6JZLMR[ RXMR[",623:" 12G]JMN[ RRMN[ RRMV[ RZMV[",624:" 6J[MMX[ RXMM[",625:" 10JZLMR[ RXMR[P_NaLbKb",626:" 9J[XMM[ RMMXM RM[X[",627:" 24H]QMONMPLRKUKXLZN[P[RZUWWTYPZM RQMSMTNUPWXXZY[Z[",628:" 31I\\UFSGQIOMNPMTLZKb RUFWFYHYKXMWNUORO RROTPVRWTWWVYUZS[Q[OZNYMV",629:" 17I\\JPLNNMOMQNROSRSVR[ RZMYPXRR[P_Ob",630:" 24I[TMQMONMPLSLVMYNZP[R[TZVXWUWRVOTMRKQIQGRFTFVGXI",631:" 19JZWOVNTMQMONOPPRSS RSSOTMVMXNZP[S[UZWX",632:" 23JYTFRGQHQIRJUKXK RXKTMQONRMUMWNYP[S]T_TaSbQbP`",633:" 19H\\IQJOLMNMONOPNTL[ RNTPPRNTMVMXOXRWWTb",634:" 27G\\HQIOKMMMNNNPMUMXNZO[Q[SZUWVUWRXMXJWGUFSFRHRJSMUPWRZT",635:" 9LWRMPTOXOZP[R[TYUW",636:" 19I[OMK[ RYNXMWMUNQROSNS RNSPTQUSZT[U[VZ",637:" 9JZKFMFOGPHX[ RRML[",638:" 21H]OMIb RNQMVMYO[Q[SZUXWT RYMWTVXVZW[Y[[Y\\W",639:" 14I[LMOMNSMXL[ RYMXPWRUURXOZL[",640:" 29JZTFRGQHQIRJUKXK RUKRLPMOOOQQSTTVT RTTPUNVMXMZO\\S^T_TaRbPb",641:" 18J[RMPNNPMSMVNYOZQ[S[UZWXXUXRWOVNTMRM",642:" 13G]PML[ RUMVSWXX[ RIPKNNM[M",643:" 19I[MSMVNYOZQ[S[UZWXXUXRWOVNTMRMPNNPMSIb",644:" 18I][MQMONMPLSLVMYNZP[R[TZVXWUWRVOUNSM",645:" 8H\\SMP[ RJPLNOMZM",646:" 16H\\IQJOLMNMONOPMVMYO[Q[TZVXXTYPYM",647:" 21G]ONMOKQJTJWKYLZN[Q[TZWXYUZRZOXMVMTORSPXMb",648:" 14I[KMMMOOU`WbYb RZMYOWRM]K`Jb",649:" 20F]VFNb RGQHOJMLMMNMPLULXMZO[Q[TZVXXUZP[M",650:" 23F]NMLNJQITIWJZK[M[OZQW RRSQWRZS[U[WZYWZTZQYNXM",651:" 22L\\UUTSRRPRNSMTLVLXMZO[Q[SZTXVRUWUZV[W[YZZY\\V",652:" 23M[MVOSRNSLTITGSFQGPIOMNTNZO[P[RZTXUUURVVWWYW[V",653:" 14MXTTTSSRQROSNTMVMXNZP[S[VYXV",654:" 24L\\UUTSRRPRNSMTLVLXMZO[Q[SZTXZF RVRUWUZV[W[YZZY\\V",655:" 17NXOYQXRWSUSSRRQROSNUNXOZQ[S[UZVYXV",656:" 24OWOVSQUNVLWIWGVFTGSIQQNZKaJdJfKgMfNcOZP[R[TZUYWV",657:" 28L[UUTSRRPRNSMTLVLXMZO[Q[SZTY RVRTYPdOfMgLfLdMaP^S\\U[XY[V",658:" 29M\\MVOSRNSLTITGSFQGPIOMNSM[ RM[NXOVQSSRURVSVUUXUZV[W[YZZY\\V",659:" 16PWSMSNTNTMSM RPVRRPXPZQ[R[TZUYWV",660:" 20PWSMSNTNTMSM RPVRRLdKfIgHfHdIaL^O\\Q[TYWV",661:" 33M[MVOSRNSLTITGSFQGPIOMNSM[ RM[NXOVQSSRURVSVUTVQV RQVSWTZU[V[XZYY[V",662:" 18OWOVQSTNULVIVGUFSGRIQMPTPZQ[R[TZUYWV",663:" 33E^EVGSIRJSJTIXH[ RIXJVLSNRPRQSQTPXO[ RPXQVSSURWRXSXUWXWZX[Y[[Z\\Y^V",664:" 23J\\JVLSNROSOTNXM[ RNXOVQSSRURVSVUUXUZV[W[YZZY\\V",665:" 23LZRRPRNSMTLVLXMZO[Q[SZTYUWUUTSRRQSQURWTXWXYWZV",666:" 24KZKVMSNQMUGg RMUNSPRRRTSUUUWTYSZQ[ RMZO[R[UZWYZV",667:" 27L[UUTSRRPRNSMTLVLXMZO[Q[SZ RVRUUSZPaOdOfPgRfScS\\U[XY[V",668:" 15MZMVOSPQPSSSTTTVSYSZT[U[WZXYZV",669:" 16NYNVPSQQQSSVTXTZR[ RNZP[T[VZWYYV",670:" 16OXOVQSSO RVFPXPZQ[S[UZVYXV RPNWN",671:" 19L[LVNRLXLZM[O[QZSXUU RVRTXTZU[V[XZYY[V",672:" 17L[LVNRMWMZN[O[RZTXUUUR RURVVWWYW[V",673:" 25I^LRJTIWIYJ[L[NZPX RRRPXPZQ[S[UZWXXUXR RXRYVZW\\W^V",674:" 20JZJVLSNRPRQSQZR[U[XYZV RWSVRTRSSOZN[L[KZ",675:" 23L[LVNRLXLZM[O[QZSXUU RVRPdOfMgLfLdMaP^S\\U[XY[V",676:" 23LZLVNSPRRRTTTVSXQZN[P\\Q^QaPdOfMgLfLdMaP^S\\WYZV",677:" 22J\\K[NZQXSVUSWOXKXIWGUFSGRHQJPOPTQXRZT[V[XZYY",683:" 26I[WUWRVOUNSMQMONMPLSLVMYNZP[R[TZVXWUXPXKWHVGTFRFPGNI",684:" 16JZWNUMRMPNNPMSMVNYOZQ[T[VZ RMTUT",685:" 23J[TFRGPJOLNOMTMXNZO[Q[SZUWVUWRXMXIWGVFTF RNPWP",686:" 21H\\VFNb RQMNNLPKSKVLXNZQ[S[VZXXYUYRXPVNSMQM",687:" 16I[XOWNTMQMNNMOLQLSMUOWSZT\\T^S_Q_",700:" 18H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF",701:" 5H\\NJPISFS[",702:" 15H\\LKLJMHNGPFTFVGWHXJXLWNUQK[Y[",703:" 16H\\MFXFRNUNWOXPYSYUXXVZS[P[MZLYKW",704:" 7H\\UFKTZT RUFU[",705:" 18H\\WFMFLOMNPMSMVNXPYSYUXXVZS[P[MZLYKW",706:" 24H\\XIWGTFRFOGMJLOLTMXOZR[S[VZXXYUYTXQVOSNRNOOMQLT",707:" 6H\\YFO[ RKFYF",708:" 30H\\PFMGLILKMMONSOVPXRYTYWXYWZT[P[MZLYKWKTLRNPQOUNWMXKXIWGTFPF",709:" 24H\\XMWPURRSQSNRLPKMKLLINGQFRFUGWIXMXRWWUZR[P[MZLX",710:" 6MWRYQZR[SZRY",711:" 9MWSZR[QZRYSZS\\R^Q_",712:" 12MWRMQNROSNRM RRYQZR[SZRY",713:" 15MWRMQNROSNRM RSZR[QZRYSZS\\R^Q_",714:" 9MWRFRT RRYQZR[SZRY",715:" 21I[LKLJMHNGPFTFVGWHXJXLWNVORQRT RRYQZR[SZRY",716:" 3NVRFRM",717:" 6JZNFNM RVFVM",718:" 14KYQFOGNINKOMQNSNUMVKVIUGSFQF",719:" 27H\\PBP_ RTBT_ RYIWGTFPFMGKIKKLMMNOOUQWRXSYUYXWZT[P[MZKX",720:" 3G][BIb",721:" 11KYVBTDRGPKOPOTPYR]T`Vb",722:" 11KYNBPDRGTKUPUTTYR]P`Nb",723:" 3NVRBRb",724:" 3E_IR[R",725:" 6E_RIR[ RIR[R",726:" 6E_IO[O RIU[U",727:" 6G]KKYY RYKKY",728:" 9JZRLRX RMOWU RWOMU",729:" 6MWRQQRRSSRRQ",730:" 8MWSFRGQIQKRLSKRJ",731:" 8MWRHQGRFSGSIRKQL",732:" 9E_UMXP[RXTUW RIR[R",733:" 12H]SBLb RYBRb RLOZO RKUYU",734:" 35E_\\O\\N[MZMYNXPVUTXRZP[L[JZIYHWHUISJRQNRMSKSIRGPFNGMIMKNNPQUXWZY[[[\\Z\\Y",735:" 28G]IIJKKOKUJYI[ R[IZKYOYUZY[[ RIIKJOKUKYJ[I RI[KZOYUYYZ[[",737:" 6KYOBO[ RUBU[",738:" 6F^RBR[ RI[[[",739:" 4F^[BI[[[",740:" 18E_RIQJRKSJRI RIYHZI[JZIY R[YZZ[[\\Z[Y",741:" 33F^RHNLKPJSJUKWMXOXQWRU RRHVLYPZSZUYWWXUXSWRU RRUQYP\\ RRUSYT\\ RP\\T\\",742:" 26F^RNQKPINHMHKIJKJOKRLTNWR\\ RRNSKTIVHWHYIZKZOYRXTVWR\\",743:" 20F^RGPJLOIR RRGTJXO[R RIRLUPZR] R[RXUTZR]",744:" 48F^RTTWVXXXZW[U[SZQXPVPSQ RSQUOVMVKUISHQHOINKNMOOQQ RQQNPLPJQISIUJWLXNXPWRT RRTQYP\\ RRTSYT\\ RP\\T\\",745:" 55F^RRR[Q\\ RRVQ\\ RRIQHOHNINKONRR RRISHUHVIVKUNRR RRRNOLNJNIOIQJR RRRVOXNZN[O[QZR RRRNULVJVIUISJR RRRVUXVZV[U[SZR",746:" 55F^ISJSLTMVMXLZ RISIRJQLQMRNTNWMYLZ RRGPIOLOOQUQXPZR\\ RRGTIULUOSUSXTZR\\ R[S[RZQXQWRVTVWWYXZ R[SZSXTWVWXXZ RKVYV",750:" 18PSSRRSQSPRPQQPRPSQSSRUQV RQQQRRRRQQQ",751:" 16PTQPPQPSQTSTTSTQSPQP RRQQRRSSRRQ",752:" 9NVPOTU RTOPU RNRVR",753:" 28MWRKQMOPMR RRKSMUPWR RRMOQ RRMUQ RROPQ RROTQ RQQSQ RMRWR",754:" 26MWMRMQNOONQMSMUNVOWQWR RPNTN ROOUO RNPVP RNQVQ RMRWR",755:" 14LRLFLRRRLF RLIPQ RLLOR RLOMQ",756:" 10MWRKQMOPMR RRKSMUPWR",757:" 11MWWRWQVOUNSMQMONNOMQMR",758:" 13G]]R]P\\MZJWHTGPGMHJJHMGPGR",759:" 11MWMRMSNUOVQWSWUVVUWSWR",760:" 7LXLPNRQSSSVRXP",761:" 6RURUTTURTPRO",762:" 7RVRRUPVNVLUKTK",763:" 7NRRROPNNNLOKPK",764:" 21MWWHVGTFQFOGNHMJMLNNOOUSVTWVWXVZU[S\\P\\N[MZ",765:" 21G]IWHVGTGQHOINKMMMONPOTUUVWWYW[V\\U]S]P\\N[M",766:" 31G]RRTUUVWWYW[V\\U]S]Q\\O[NYMWMUNTOPUOVMWKWIVHUGSGQHOINKMMMONPORR",767:" 22H\\KFK[ RHF[FQP[Z RZV[Y\\[ RZVZY RWYZY RWYZZ\\[",768:" 30KYUARBPCNELHKLKRLUNWQXSXVWXUYR RKPLMNKQJSJVKXMYPYVXZV]T_R`Oa",796:" 3>f>RfR",797:" 3D`D``D",798:" 3RRR>Rf",799:" 3D`DD``",800:" 3D`DR`R",801:" 3F^FY^K",802:" 3KYK^YF",803:" 3RRRDR`",804:" 3KYKFY^",805:" 3F^FK^Y",806:" 3KYKRYR",807:" 3MWMWWM",808:" 3RRRKRY",809:" 3MWMMWW",810:" 8GRRGPGMHJJHMGPGR",811:" 8GRGRGTHWJZM\\P]R]",812:" 8R]R]T]W\\ZZ\\W]T]R",813:" 8R]]R]P\\MZJWHTGRG",814:" 9D`DOGQKSPTTTYS]Q`O",815:" 9PUUDSGQKPPPTQYS]U`",816:" 9OTODQGSKTPTTSYQ]O`",817:" 9D`DUGSKQPPTPYQ]S`U",818:" 5KYRJYNKVRZ",819:" 5JZJRNKVYZR",820:" 5KYKVKNYVYN",821:" 5JZLXJPZTXL",822:" 23JZJ]L]O\\Q[TXUVVSVOULTJSIQIPJOLNONSOVPXS[U\\X]Z]",823:" 23I]]Z]X\\U[SXPVOSNONLOJPIQISJTLUOVSVVUXT[Q\\O]L]J",824:" 23JZZGXGUHSIPLONNQNUOXPZQ[S[TZUXVUVQUNTLQIOHLGJG",825:" 23G[GJGLHOIQLTNUQVUVXUZT[S[QZPXOUNQNNOLPISHUGXGZ",826:" 21E[EPFRHTJUMVQVUUXSZP[NZLWLSMQNNPLSKVKYL\\M^",827:" 19EYETHVKWPWSVVTXQYNYLXKVKSLPNNQMTMYN\\P_",828:" 26OUQOOQOSQUSUUSUQSOQO RQPPQPSQTSTTSTQSPQP RRQQRRSSRRQ",829:" 11RWRMSMUNVOWQWSVUUVSWRW",830:" 9D`DRJR RORUR RZR`R",831:" 5D`DUDO`O`U",832:" 6JZRDJR RRDZR",833:" 9D`DR`R RJYZY RP`T`",834:" 9D`DR`R RDRRb R`RRb",840:" 18KYQKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK",841:" 6LXLLLXXXXLLL",842:" 5KYRJKVYVRJ",843:" 6LXRHLRR\\XRRH",844:" 12JZRIPOJOOSMYRUWYUSZOTORI",845:" 6KYRKRY RKRYR",846:" 6MWMMWW RWMMW",847:" 9MWRLRX RMOWU RWOMU",850:" 35NVQNOONQNSOUQVSVUUVSVQUOSNQN ROQOS RPPPT RQOQU RRORU RSOSU RTPTT RUQUS",851:" 27NVNNNVVVVNNN ROOOU RPOPU RQOQU RRORU RSOSU RTOTU RUOUU",852:" 17MWRLMUWURL RROOT RROUT RRRQT RRRST",853:" 17LULRUWUMLR RORTU RORTO RRRTS RRRTQ",854:" 17MWRXWOMORX RRUUP RRUOP RRRSP RRRQP",855:" 17OXXROMOWXR RURPO RURPU RRRPQ RRRPS",856:" 22LXRLNWXPLPVWRL RRRRL RRRLP RRRNW RRRVW RRRXP",857:" 11RYRKRY RRKYNRQ RSMVNSO",860:" 13MWRLRX ROOUO RMUOWQXSXUWWU",861:" 11LXRLRX RLQMOWOXQ RPWTW",862:" 14KYMNWX RWNMX ROLLOKQ RULXOYQ",863:" 18I[NII[ RVI[[ RMM[[ RWMI[ RNIVI RMMWM",864:" 21I[RGRV RMJWP RWJMP RIVL\\ R[VX\\ RIV[V RL\\X\\",865:" 11G[MJSV RKPSL RG\\[\\[RG\\",866:" 14LXPLPPLPLTPTPXTXTTXTXPTPTLPL",867:" 32KYYPXNVLSKQKNLLNKQKSLVNXQYSYVXXVYT RYPWNUMSMQNPOOQOSPUQVSWUWWVYT",868:" 10KYRJKVYVRJ RRZYNKNRZ",869:" 34G]PIPGQFSFTGTI RGZHXJVKTLPLKMJOIUIWJXKXPYTZV\\X]Z RGZ]Z RQZP[Q\\S\\T[SZ",870:" 64JZRMRS RRSQ\\ RRSS\\ RQ\\S\\ RRMQJPHNG RQJNG RRMSJTHVG RSJVG RRMNKLKJM RPLLLJM RRMVKXKZM RTLXLZM RRMPNOOOR RRMPOOR RRMTNUOUR RRMTOUR",871:" 94JZRIRK RRNRP RRSRU RRYQ\\ RRYS\\ RQ\\S\\ RRGQIPJ RRGSITJ RPJRITJ RRKPNNOMN RRKTNVOWN RNOPORNTOVO RRPPSNTLTKRKSLT RRPTSVTXTYRYSXT RNTPTRSTTVT RRUPXOYMZLZKYJWJYLZ RRUTXUYWZXZYYZWZYXZ RMZOZRYUZWZ",872:" 40JZRYQ\\ RRYS\\ RQ\\S\\ RRYUZXZZXZUYTWTYRZOYMWLUMVJUHSGQGOHNJOMMLKMJOKRMTKTJUJXLZOZRY",873:" 32JZRYQ\\ RRYS\\ RQ\\S\\ RRYVXVVXUXRZQZLYIXHVHTGPGNHLHKIJLJQLRLUNVNXRY",874:" 15I[IPKR RLKNP RRGRO RXKVP R[PYR",899:" 6QSRQQRRSSRRQ",900:" 10PTQPPQPSQTSTTSTQSPQP",901:" 14NVQNOONQNSOUQVSVUUVSVQUOSNQN",902:" 18MWQMONNOMQMSNUOVQWSWUVVUWSWQVOUNSMQM",903:" 18KYQKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK",904:" 22G]PGMHJJHMGPGTHWJZM\\P]T]W\\ZZ\\W]T]P\\MZJWHTGPG",905:" 34AcPALBJCGEEGCJBLAPATBXCZE]G_JaLbPcTcXbZa]__]aZbXcTcPbLaJ_G]EZCXBTAPA",906:" 34<hP<K=G?DAAD?G=K<P<T=Y?]A`DcGeKgPhThYg]e`cc`e]gYhThPgKeGcD`A]?Y=T<P<",907:" 50){O)I*E+@-;073370;-@+E*I)O)U*[+_-d0i3m7q;t@wEyIzO{U{[z_ydwitmqqmtiwdy_z[{U{OzIyEw@t;q7m3i0d-_+[*U)O)",908:" 34>fRAPCMDJDGCEA>H@JAMAZB]D_G`M`PaRc RRATCWDZD]C_AfHdJcMcZb]`_]`W`TaRc",909:" 33AcRAPCMDJDGCEABGAKAPBTDXG\\L`Rc RRATCWDZD]C_AbGcKcPbT`X]\\X`Rc RBHbH",997:" 3MWMXWX",998:" 3JZJZZZ",999:" 3JZJ]Z]",1001:" 18KYRKMX RRNVX RRKWX ROTTT RKXPX RTXYX",1002:" 35JZNKNX ROKOX RLKSKVLWNVPSQ RSKULVNUPSQ ROQSQVRWTWUVWSXLX RSQURVTVUUWSX",1003:" 24KYVLWKWOVLTKQKOLNMMPMSNVOWQXTXVWWU RQKOMNPNSOVQX",1004:" 26JZNKNX ROKOX RLKSKVLWMXPXSWVVWSXLX RSKULVMWPWSVVUWSX",1005:" 22JYNKNX ROKOX RSOSS RLKVKVOUK ROQSQ RLXVXVTUX",1006:" 20JXNKNX ROKOX RSOSS RLKVKVOUK ROQSQ RLXQX",1007:" 36K[VLWKWOVLTKQKOLNMMPMSNVOWQXTXVW RQKOMNPNSOVQX RTXUWVU RVSVX RWSWX RTSYS",1008:" 27J[NKNX ROKOX RVKVX RWKWX RLKQK RTKYK ROQVQ RLXQX RTXYX",1009:" 12NWRKRX RSKSX RPKUK RPXUX",1010:" 19LXSKSURWQX RTKTUSWQXPXNWMUNTOUNV RQKVK",1011:" 27JZNKNX ROKOX RWKOS RQQVX RRQWX RLKQK RTKYK RLXQX RTXYX",1012:" 14KXOKOX RPKPX RMKRK RMXWXWTVX",1013:" 30I\\MKMX RNNRX RNKRU RWKRX RWKWX RXKXX RKKNK RWKZK RKXOX RUXZX",1014:" 21JZNKNX ROMVX ROKVV RVKVX RLKOK RTKXK RLXPX",1015:" 32KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK",1016:" 25JYNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXQX",1017:" 47KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK RPWPUQTSTTUUZV[W[XZ RTUUXVZW[",1018:" 37JZNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXQX RSRTSUWVXWXXW RSRUSVWWX",1019:" 32KZVMWKWOVMULSKQKOLNMNOOPQQTRVSWT RNNOOQPTQVRWSWVVWTXRXPWOVNTNXOV",1020:" 16KZRKRX RSKSX RNKMOMKXKXOWK RPXUX",1021:" 20J[NKNUOWQXTXVWWUWK ROKOUPWQX RLKQK RUKYK",1022:" 15KYMKRX RNKRU RWKRX RKKPK RTKYK",1023:" 24I[LKOX RMKOT RRKOX RRKUX RSKUT RXKUX RJKOK RVKZK",1024:" 21KZNKVX ROKWX RWKNX RLKQK RTKYK RLXQX RTXYX",1025:" 20LYNKRRRX ROKSR RWKSRSX RLKQK RTKYK RPXUX",1026:" 16LYVKNX RWKOX ROKNONKWK RNXWXWTVX",1027:" 18KYRKMX RRNVX RRKWX ROTTT RKXPX RTXYX",1028:" 35JZNKNX ROKOX RLKSKVLWNVPSQ RSKULVNUPSQ ROQSQVRWTWUVWSXLX RSQURVTVUUWSX",1029:" 14KXOKOX RPKPX RMKWKWOVK RMXRX",1030:" 15KYRKLX RRMWX RRKXX RMWVW RLXXX",1031:" 22JYNKNX ROKOX RSOSS RLKVKVOUK ROQSQ RLXVXVTUX",1032:" 16LYVKNX RWKOX ROKNONKWK RNXWXWTVX",1033:" 27J[NKNX ROKOX RVKVX RWKWX RLKQK RTKYK ROQVQ RLXQX RTXYX",1034:" 44KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK RQOQT RTOTT RQQTQ RQRTR",1035:" 12NWRKRX RSKSX RPKUK RPXUX",1036:" 27JZNKNX ROKOX RWKOS RQQVX RRQWX RLKQK RTKYK RLXQX RTXYX",1037:" 15KYRKMX RRNVX RRKWX RKXPX RTXYX",1038:" 30I\\MKMX RNNRX RNKRU RWKRX RWKWX RXKXX RKKNK RWKZK RKXOX RUXZX",1039:" 21JZNKNX ROMVX ROKVV RVKVX RLKOK RTKXK RLXPX",1040:" 36JZMJLM RXJWM RPPOS RUPTS RMVLY RXVWY RMKWK RMLWL RPQTQ RPRTR RMWWW RMXWX",1041:" 32KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK",1042:" 21J[NKNX ROKOX RVKVX RWKWX RLKYK RLXQX RTXYX",1043:" 25JYNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXQX",1044:" 20K[MKRQ RNKSQMX RMKWKXOVK RNWWW RMXWXXTVX",1045:" 16KZRKRX RSKSX RNKMOMKXKXOWK RPXUX",1046:" 33KZMONLOKPKQLRORX RXOWLVKUKTLSOSX RMONMOLPLQMRO RXOWMVLULTMSO RPXUX",1047:" 40KZRKRX RSKSX RQNNOMQMRNTQUTUWTXRXQWOTNQN RQNOONQNROTQU RTUVTWRWQVOTN RPKUK RPXUX",1048:" 21KZNKVX ROKWX RWKNX RLKQK RTKYK RLXQX RTXYX",1049:" 33J[RKRX RSKSX RLPMONOOSQU RTUVSWOXOYP RMONROTQUTUVTWRXO RPKUK RPXUX",1050:" 35KZMVNXQXMRMONMOLQKTKVLWMXOXRTXWXXV ROUNRNOOMQK RTKVMWOWRVU RNWPW RUWWW",1051:" 18KYTKKX RSMTX RTKUX RNTTT RIXNX RRXWX",1052:" 34JYPKLX RQKMX RNKUKWLWNVPSQ RUKVLVNUPSQ ROQRQTRUSUUTWQXJX RRQTSTUSWQX",1053:" 25KXVLWLXKWNVLTKRKPLOMNOMRMUNWPXRXTWUU RRKPMOONRNVPX",1054:" 26JYPKLX RQKMX RNKTKVLWNWQVTUVTWQXJX RTKULVNVQUTTVSWQX",1055:" 22JYPKLX RQKMX RSORS RNKXKWNWK ROQRQ RJXTXUUSX",1056:" 20JXPKLX RQKMX RSORS RNKXKWNWK ROQRQ RJXOX",1057:" 33KYVLWLXKWNVLTKRKPLOMNOMRMUNWPXRXTWUVVS RRKPMOONRNVPX RRXTVUS RSSXS",1058:" 27J[PKLX RQKMX RXKTX RYKUX RNKSK RVK[K ROQVQ RJXOX RRXWX",1059:" 12NWTKPX RUKQX RRKWK RNXSX",1060:" 19LXUKRUQWPX RVKSURWPXOXMWLUMTNUMV RSKXK",1061:" 27JZPKLX RQKMX RYKOR RRPTX RSPUX RNKSK RVK[K RJXOX RRXWX",1062:" 14KXQKMX RRKNX ROKTK RKXUXVUTX",1063:" 30I\\OKKX ROMPX RPKQV RYKPX RYKUX RZKVX RMKPK RYK\\K RIXMX RSXXX",1064:" 21JZPKLX RPKTX RQKTU RXKTX RNKQK RVKZK RJXNX",1065:" 32KYRKPLOMNOMRMUNWPXRXTWUVVTWQWNVLTKRK RRKPMOONRNVPX RRXTVUTVQVMTK",1066:" 24JYPKLX RQKMX RNKUKWLXMXOWQTROR RUKWMWOVQTR RJXOX",1067:" 46KYRKPLOMNOMRMUNWPXRXTWUVVTWQWNVLTKRK RRKPMOONRNVPX RRXTVUTVQVMTK ROWOVPUQURVRZS[T[UZ RRVSZT[",1068:" 35JZPKLX RQKMX RNKUKWLXMXOWQTROR RUKWMWOVQTR RSRTWUXVXWW RSRTSUWVX RJXOX",1069:" 28KZWLXLYKXNWLUKRKPLOMOOPPUSVT RONPOURVSVVUWSXPXNWMULXMWNW",1070:" 16KZTKPX RUKQX RPKNNOKZKYNYK RNXSX",1071:" 20J[PKMUMWOXSXUWVUYK RQKNUNWOX RNKSK RWK[K",1072:" 15KYOKPX RPKQV RYKPX RMKRK RVK[K",1073:" 24I[NKMX ROKNV RTKMX RTKSX RUKTV RZKSX RLKQK RXK\\K",1074:" 21KZPKTX RQKUX RYKLX RNKSK RVK[K RJXOX RRXWX",1075:" 20LYPKRQPX RQKSQ RYKSQQX RNKSK RVK[K RNXSX",1076:" 16LYXKLX RYKMX RQKONPKYK RLXUXVUTX",1101:" 32LZQOPPPQOQOPQOTOVQVWWXXX RTOUQUWWX RURRSPTOUOWPXSXTWUU RRSPUPWQX",1102:" 29JYNKNX ROKOX RORPPROTOVPWRWUVWTXRXPWOU RTOUPVRVUUWTX RLKOK",1103:" 24LXVQUQURVRVQUPSOQOOPNRNUOWQXSXUWVV RQOPPOROUPWQX",1104:" 32L[VKVX RWKWX RVRUPSOQOOPNRNUOWQXSXUWVU RQOPPOROUPWQX RTKWK RVXYX",1105:" 26LXOSVSVRUPSOQOOPNRNUOWQXSXUWVV RUSUQSO RQOPPOROUPWQX",1106:" 20LWTKULUMVMVLTKRKPMPX RRKQMQX RNOSO RNXSX",1107:" 42LYQOOQOSQUSUUSUQSOQO RQOPQPSQU RSUTSTQSO RTPUOVO RPTOUOXPYTYVZ ROWPXTXVYV[T\\P\\N[NYPX",1108:" 28J[NKNX ROKOX RORPPROTOVPWRWX RTOUPVRVX RLKOK RLXQX RTXYX",1109:" 18NWRKRLSLSKRK RRORX RSOSX RPOSO RPXUX",1110:" 23NWSKSLTLTKSK RSOSZR\\ RTOTZR\\P\\O[OZPZP[O[ RQOTO",1111:" 27JZNKNX ROKOX RWOOU RRSVX RSSWX RLKOK RTOYO RLXQX RTXYX",1112:" 12NWRKRX RSKSX RPKSK RPXUX",1113:" 44F_JOJX RKOKX RKRLPNOPORPSRSX RPOQPRRRX RSRTPVOXOZP[R[X RXOYPZRZX RHOKO RHXMX RPXUX RXX]X",1114:" 28J[NONX ROOOX RORPPROTOVPWRWX RTOUPVRVX RLOOO RLXQX RTXYX",1115:" 28LYQOOPNRNUOWQXTXVWWUWRVPTOQO RQOPPOROUPWQX RTXUWVUVRUPTO",1116:" 32JYNON\\ ROOO\\ RORPPROTOVPWRWUVWTXRXPWOU RTOUPVRVUUWTX RLOOO RL\\Q\\",1117:" 29KYUOU\\ RVOV\\ RURTPROPONPMRMUNWPXRXTWUU RPOOPNRNUOWPX RS\\X\\",1118:" 22KXOOOX RPOPX RPRQPSOUOVPVQUQUPVP RMOPO RMXRX",1119:" 26LYTOUPUQVQVPTOQOOPORQSTTVU ROQQRTSVTVWTXQXOWOVPVPWQX",1120:" 14LWPKPVRXTXUWUV RQKQVRX RNOTO",1121:" 28J[NONUOWQXSXUWVU ROOOUPWQX RVOVX RWOWX RLOOO RTOWO RVXYX",1122:" 15KYNORX ROORV RVORX RLOQO RTOXO",1123:" 24I[LOOX RMOOU RROOX RROUX RSOUU RXOUX RJOOO RVOZO",1124:" 21KYNOUX ROOVX RVONX RLOQO RTOXO RLXPX RSXXX",1125:" 23KYNORX ROORV RVORXP[N\\M\\L[LZMZM[L[ RLOQO RTOXO",1126:" 16LXUONX RVOOX ROONQNOVO RNXVXVVUX",1127:" 32K[QOOPNQMSMUNWPXQXSWUUWRXO RQOOQNSNUOWPX RQOSOUPWWXX RSOTPVWXXYX",1128:" 40KXRKPMOOMUK\\ RQLPNNTL\\ RRKTKVLVNUPRQ RTKULUNTPRQ RRQTRUTUVTWRXQXOWNT RRQSRTTTVRX",1129:" 19KYLQNOPORPSSSXR\\ RLQNPPPRQSS RWOVRSXQ\\",1130:" 39KYSOQOOPNQMSMUNWPXRXTWUVVTVRUPRNQLQKRJTJUKVM RQOOQNSNVPX RRXTVUTUQSO RQLRKTKVM",1131:" 27LXVPTOQOOPOQPRRS RQOPPPQRS RRSOTNUNWPXSXUW RRSPTOUOWPX",1132:" 28LWRKQLQMSNVNVMSNPOOPNRNTOVPWRXSYS[R\\P\\O[ RSNQOPPOROTPVRX",1133:" 26IYJRKPLONOOPOQMX RMONPNQLX ROQPPROTOVPVRS\\ RTOUPURR\\",1134:" 35IYJSKQLPNPOQOVPX RMPNQNUOWPXQXSWTVUTVQVNULTKRKQLQNRPURWS RQXSVTTUQUNTK",1135:" 13NWROPVPWQXSXUWVU RSOQVQWRX",1136:" 26KYOOLX RPOMX RUOVPWPVOTORQOR RORPSRWTXVWWU RORQSSWTX",1137:" 15LXLKNKPLWX RNKOLVX RRPMX RRPNX",1138:" 26KZOOK\\ RPOL\\ RNUNWOXQXSWTV RVOTVTWUXWXXWYU RWOUVUWVX",1139:" 19JYNOMX ROONUMX RVRVOWOVRTUQWNXMX RLOOO",1140:" 36MXRKQLQMSNVN RTNQOPPPRRSUS RTNROQPQRRS RSSPTOUOWQXSYTZT[S\\Q\\ RSSQTPUPWQX",1141:" 28KXQOOPNQMSMUNWPXRXTWUVVTVRUPSOQO RQOOQNSNVPX RRXTVUTUQSO",1142:" 20IZPPMX RPPNX RTPSX RTPTX RKQMOXO RKQMPXP",1143:" 29JXSOQOOPNQMSJ\\ RQOOQNSK\\ RSOUPVRVTUVTWRXPXNWMU RSOUQUTTVRX",1144:" 28K[YOQOOPNQMSMUNWPXRXTWUVVTVRUPYP RQOOQNSNVPX RRXTVUTUQSO",1145:" 14KZSPQX RSPRX RMQOOXO RMQOPXP",1146:" 24JXKRLPMOOOPPPROUOWPX RNOOPORNUNWPXQXSWUUVRVOUOVP",1147:" 35KZOPNQMSMUNWPXRXUWWUXRXPWOUOTPSRRUO\\ RMUNVPWRWUVWTXR RXQWPUPSR RRUQXP\\",1148:" 17KXMONOPPS[T\\ RNOOPR[T\\U\\ RVOTRNYL\\",1149:" 28I[TKQ\\ RUKP\\ RJRKPLONOOPOVPWSWUVWT RMONPNTOWPXSXUWWTXRYO",1150:" 36JZNPPPPONPMQLSLUMWNXPXQWRUSR RLUNWPWRU RRRRWSXUXWVXTXRWPVOVPWP RRUSWUWWV",1151:" 32KZVOTVTWUXWXXWYU RWOUVUWVX RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX",1152:" 32JXOKMR RPKNRNVPX RNROPQOSOUPVRVTUVTWRXPXNWMUMR RSOUQUTTVRX RMKPK",1153:" 22KXUPUQVQUPSOQOOPNQMSMUNWPXRXTWUV RQOOQNSNVPX",1154:" 35KZWKTVTWUXWXXWYU RXKUVUWVX RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX RUKXK",1155:" 23KWNURTTSURUPSOQOOPNQMSMUNWPXRXTWUV RQOOQNSNVPX",1156:" 23MXWKXLXKVKTLSNPYO[N\\ RVKULTNQYP[N\\L\\L[M\\ RPOVO",1157:" 34KYVOTVSYR[ RWOUVTYR[P\\M\\L[M[N\\ RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX",1158:" 29KZPKLX RQKMX ROQPPROTOVPVRUUUWVX RTOUPURTUTWUXWXXWYU RNKQK",1159:" 26MWSKSLTLTKSK RNROPPOROSPSRRURWSX RQORPRRQUQWRXTXUWVU",1160:" 26MWTKTLULUKTK RORPPQOSOTPTRRYQ[O\\M\\M[N\\ RROSPSRQYP[O\\",1161:" 32KXPKLX RQKMX RVPUQVQVPUOTORQPROR RORPSQWRXTXUWVU RORQSRWSX RNKQK",1162:" 16NVSKPVPWQXSXTWUU RTKQVQWRX RQKTK",1163:" 46F^GRHPIOKOLPLQJX RJOKPKQIX RLQMPOOQOSPSQQX RQORPRQPX RSQTPVOXOZPZRYUYWZX RXOYPYRXUXWYX[X\\W]U",1164:" 33J[KRLPMOOOPPPQNX RNOOPOQMX RPQQPSOUOWPWRVUVWWX RUOVPVRUUUWVXXXYWZU",1165:" 28KXQOOPNQMSMUNWPXRXTWUVVTVRUPSOQO RQOOQNSNVPX RRXTVUTUQSO",1166:" 35JYKRLPMOOOPPPQM\\ RNOOPOQL\\ RPQROTOVPWRWTVVUWSXQXOVOT RTOVQVTUVSX RJ\\O\\",1167:" 28KYVOR\\ RWOS\\ RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX RP\\U\\",1168:" 22LXMRNPOOQORPRQPX RPOQPQQOX RRQSPUOVOWPWQVQWP",1169:" 24LYVPVQWQVPTOQOOPORQSTTVU ROQQRTSVTVWTXQXOWNVOVOW",1170:" 16NWSKPVPWQXSXTWUU RTKQVQWRX RPOUO",1171:" 33IZJRKPLONOOPORNUNWOX RMONPNRMUMWOXQXSWTV RVOTVTWUXWXXWYU RWOUVUWVX",1172:" 24JXKRLPMOOOPPPROUOWPX RNOOPORNUNWPXQXSWUUVRVOUOVP",1173:" 37H\\IRJPKOMONPNRMUMWNX RLOMPMRLULWNXOXQWRV RTORVRWTX RUOSVSWTXUXWWYUZRZOYOZP",1174:" 38JZMRNPPOROSPSR RQORPRRQUPWNXMXLWLVMVLW RXPWQXQXPWOVOTPSRRURWSX RQUQWRXTXVWWU",1175:" 35IYJRKPLONOOPORNUNWOX RMONPNRMUMWOXQXSWTV RVOTVSYR[ RWOUVTYR[P\\M\\L[M[N\\",1176:" 27KYWOWPVQNVMWMX RNQOOROUQ ROPRPUQVQ RNVOVRWUW ROVRXUXVV",1177:" 39H[RKSLSMTMTLRKOKMLLNLX ROKNLMNMX RXKYLYMZMZLXKVKTMTX RVKUMUX RJOWO RJXOX RRXWX",1178:" 29J[UKVLWLWKQKOLNNNX RQKPLONOX RVOVX RWOWX RLOWO RLXQX RTXYX",1179:" 27J[WKQKOLNNNX RQKPLONOX RUKVLVX RWKWX RLOVO RLXQX RTXYX",1180:" 48F_PKQLQMRMRLPKMKKLJNJX RMKLLKNKX RYKZL[L[KUKSLRNRX RUKTLSNSX RZOZX R[O[X RHO[O RHXMX RPXUX RXX]X",1181:" 46F_PKQLQMRMRLPKMKKLJNJX RMKLLKNKX R[KUKSLRNRX RUKTLSNSX RYKZLZX R[K[X RHOZO RHXMX RPXUX RXX]X",1182:" 12NWRORX RSOSX RPOSO RPXUX",1184:" 21LXVPTOROPPOQNSNUOWQXSXUW RROPQOSOVQX ROSSS",1185:" 35LYSKQLPMOONRNUOWPXRXTWUVVTWQWNVLUKSK RSKQMPOOSOVPX RRXTVUTVPVMUK ROQVQ",1186:" 34KZTKQ\\ RUKP\\ RQONPMRMUNWQXTXWWXUXRWPTOQO RQOOPNRNUOWQX RTXVWWUWRVPTO",1187:" 22LXUPVRVQUPSOQOOPNRNTOVRX RQOOQOTPVRXSYS[R\\P\\",1191:" 45I[VKWLXLVKSKQLPMOOLYK[J\\ RSKQMPOMYL[J\\H\\H[I\\ RZK[L[KYKWLVNSYR[Q\\ RYKXLWNTYS[Q\\O\\O[P\\ RLOYO",1192:" 38IZVKWLXLXKSKQLPMOOLYK[J\\ RSKQMPOMYL[J\\H\\H[I\\ RVOTVTWUXWXXWYU RWOUVUWVX RLOWO",1193:" 38IZVKWL RXKSKQLPMOOLYK[J\\ RSKQMPOMYL[J\\H\\H[I\\ RWKTVTWUXWXXWYU RXKUVUWVX RLOVO",1194:" 63F^SKTLTM RULSKPKNLMMLOIYH[G\\ RPKNMMOJYI[G\\E\\E[F\\ RZK[L\\L\\KWKUL RTMSOPYO[N\\ RWKUMTOQYP[N\\L\\L[M\\ RZOXVXWYX[X\\W]U R[OYVYWZX RIO[O",1195:" 63F^SKTLTM RULSKPKNLMMLOIYH[G\\ RPKNMMOJYI[G\\E\\E[F\\ RZK[L R\\KWKUL RTMSOPYO[N\\ RWKUMTOQYP[N\\L\\L[M\\ R[KXVXWYX[X\\W]U R\\KYVYWZX RIOZO",1196:" 20MWNROPPOROSPSRRURWSX RQORPRRQUQWRXTXUWVU",1200:" 28LYQKOLNONTOWQXTXVWWTWOVLTKQK RQKPLOOOTPWQX RTXUWVTVOULTK",1201:" 10LYPNSKSX RRLRX ROXVX",1202:" 35LYOMONNNNMOLQKTKVLWNVPTQQROSNUNX RTKULVNUPTQ RNWOVPVSWVWWV RPVSXVXWVWU",1203:" 39LYOMONNNNMOLQKTKVLWNVPTQ RTKULVNUPTQ RRQTQVRWTWUVWTXQXOWNVNUOUOV RTQURVTVUUWTX",1204:" 13LYSMSX RTKTX RTKMTXT RQXVX",1205:" 33LYOKNQ ROKVK ROLSLVK RNQOPQOTOVPWRWUVWTXQXOWNVNUOUOV RTOUPVRVUUWTX",1206:" 36LYVMVNWNWMVLTKRKPLOMNPNUOWQXTXVWWUWSVQTPQPNR RRKPMOPOUPWQX RTXUWVUVSUQTP",1207:" 22LYNKNO RVMRTPX RWKTQQX RNMPKRKUM RNMPLRLUMVM",1208:" 51LYQKOLNNOPQQTQVPWNVLTKQK RQKPLONPPQQ RTQUPVNULTK RQQORNTNUOWQXTXVWWUWTVRTQ RQQPROTOUPWQX RTXUWVUVTURTQ",1209:" 36LYOVOUNUNVOWQXSXUWVVWSWNVLTKQKOLNNNPORQSTSWQ RSXUVVSVNULTK RQKPLONOPPRQS",1210:" 6NVRVQWRXSWRV",1211:" 8NVSWRXQWRVSWSYQ[",1212:" 12NVROQPRQSPRO RRVQWRXSWRV",1213:" 14NVROQPRQSPRO RSWRXQWRVSWSYQ[",1214:" 15NVRKQLRSSLRK RRLRO RRVQWRXSWRV",1215:" 29LYNNONOONONNOLQKTKVLWNWOVQSRRSRTST RTKVMVPUQSR RRWRXSXSWRW",1216:" 6OVRKRP RSKRP",1217:" 12LXOKOP RPKOP RUKUP RVKUP",1218:" 10MWQKPLPNQOSOTNTLSKQK",1219:" 9MWRJRP ROKUO RUKOO",1220:" 3KZXHM\\",1221:" 16MWUHSJQMPPPTQWSZU\\ RSJRLQPQTRXSZ",1222:" 16MWOHQJSMTPTTSWQZO\\ RQJRLSPSTRXQZ",1223:" 12MWPHP\\ RQHQ\\ RPHUH RP\\U\\",1224:" 12MWSHS\\ RTHT\\ ROHTH RO\\T\\",1225:" 38LWSHQIPJPLRNSP RQIPL RSNRQ RPJQLSNSPRQPRRSSTSVQXPZ RRSSV RPXQ[ RSTRVPXPZQ[S\\",1226:" 38MXQHSITJTLRNQP RSITL RQNRQ RTJSLQNQPRQTRRSQTQVSXTZ RRSQV RTXS[ RQTRVTXTZS[Q\\",1227:" 4MWTHPRT\\",1228:" 4MWPHTRP\\",1229:" 3OURHR\\",1230:" 6MWPHP\\ RTHT\\",1231:" 3I[LRXR",1232:" 6I[RLRX RLRXR",1233:" 9JZRMRX RMRWR RMXWX",1234:" 9JZRMRX RMMWM RMRWR",1235:" 6JZMMWW RWMMW",1236:" 6NVRQQRRSSRRQ",1237:" 15I[RLQMRNSMRL RLRXR RRVQWRXSWRV",1238:" 6I[LPXP RLTXT",1239:" 9I[WLMX RLPXP RLTXT",1240:" 9I[LNXN RLRXR RLVXV",1241:" 4JZWLMRWX",1242:" 4JZMLWRMX",1243:" 10JZWKMOWS RMTWT RMXWX",1244:" 10JZMKWOMS RMTWT RMXWX",1245:" 21H[YUWUUTTSRPQOONNNLOKQKRLTNUOUQTRSTPUOWNYN",1246:" 16JZLTLRMPOPUSWSXR RLRMQOQUTWTXRXP",1247:" 8JZMSRPWS RMSRQWS",1248:" 7NVSKPO RSKTLPO",1249:" 7NVQKTO RQKPLTO",1250:" 14LXNKOMQNSNUMVK RNKONQOSOUNVK",1251:" 8NVSLRMQLRKSLSNQP",1252:" 8NVSKQMQORPSORNQO",1253:" 8NVQLRMSLRKQLQNSP",1254:" 8NVQKSMSORPQORNSO",1256:" 11JZWMQMONNOMQMSNUOVQWWW",1257:" 11JZMMMSNUOVQWSWUVVUWSWM",1258:" 11JZMMSMUNVOWQWSVUUVSWMW",1259:" 11JZMWMQNOONQMSMUNVOWQWW",1260:" 14JZWMQMONNOMQMSNUOVQWWW RMRUR",1261:" 13I[TOUPXRUTTU RUPWRUT RLRWR",1262:" 13MWRMRX ROPPORLTOUP RPORMTO",1263:" 13I[POOPLROTPU ROPMROT RMRXR",1264:" 13MWRLRW ROTPURXTUUT RPURWTU",1265:" 37KYVSUPSOQOOPNQMSMUNWPXRXTWUVVTWQWNVLTKQKPLQLRK RQOOQNSNVPX RRXTVUTVQVNULTK",1266:" 15JZLKRX RMKRV RXKRX RLKXK RNLWL",1267:" 10G[IOLORW RKORX R[FRX",1268:" 26I[XIXJYJYIXHVHTJSLROQUPYO[ RUITKSORUQXPZN\\L\\K[KZLZL[",1269:" 40I[XIXJYJYIXHVHTJSLROQUPYO[ RUITKSORUQXPZN\\L\\K[KZLZL[ RQNOONQNSOUQVSVUUVSVQUOSNQN",1270:" 26H\\ZRYTWUVUTTSSQPPONNMNKOJQJRKTMUNUPTQSSPTOVNWNYOZQZR",1271:" 26JZXKLX ROKPLPNOOMOLNLLMKOKSLVLXK RUTTUTWUXWXXWXUWTUT",1272:" 41J[YPXPXQYQYPXOWOVPUTTVSWQXOXMWLVLTMSORRPSNSLRKPKOLONPQUWWXXXYW ROXMVMTOR RONPPVWWX",1273:" 29J[UPSOQOPQPRQTSTUS RUOUSVTXTYRYQXNVLSKRKOLMNLQLRMUOWRXSXVW",1274:" 34KZQHQ\\ RTHT\\ RWLVLVMWMWLUKPKNLNNOPVSWT RNNOOVRWTWVVWTXQXOWNVNUOUOVNV",1275:" 12KYRKN\\ RVKR\\ RNQWQ RMVVV",1276:" 40LXTLSLSMTMTLSKQKPLPNQPTRUS RPNQOTQUSUUSW RQPOROTPVSXTY ROTPUSWTYT[S\\Q\\P[PZQZQ[P[",1277:" 29LXRKQLRMSLRK RRMRQ RRQQSRVSSRQ RRVR\\ RPOONNOOPPOTOUNVOUPTO",1278:" 42LXRMSLRKQLRMRQQRSURV RRQSRQURVRZQ[R\\S[RZ RPOONNOOPPOTOUNVOUPTO RPXOWNXOYPXTXUWVXUYTX",1279:" 12LYVKVX RNKVK RQQVQ RNXVX",1281:" 24H\\QKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK RRQQRRSSRRQ",1282:" 33LYQKPLPMQN RTKULUMTN RRNPOOQORPTRUSUUTVRVQUOSNRN RRURY RSUSY ROWVW",1283:" 23LYRKPLONOOPQRRSRUQVOVNULSKRK RRRRX RSRSX ROUVU",1284:" 24H\\QKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK RRKRY RKRYR",1285:" 25JYRRPQOQMRLTLUMWOXPXRWSUSTRR RWMRR RRMWMWR RRMVNWR",1286:" 25JZLLMKOKQLRNRPQRPSNT ROKPLQNQQPS RVKUX RWKTX RNTXT",1287:" 27JYNKNU ROKNR RNROPQOSOUPVQVTTVTXUYVYWX RSOUQUTTV RLKOK",1288:" 27LYONRKRQ RVNSKSQ RRQPROTOUPWRXSXUWVUVTURSQ RRTRUSUSTRT",1289:" 27JZRKRY RMKMPNRPSTSVRWPWK RLMMKNM RQMRKSM RVMWKXM ROVUV",1290:" 27JYNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXVXVUUX",1291:" 20LYWKTKQLONNQNSOVQXTYWY RWKTLRNQQQSRVTXWY",1292:" 23JZRRPQOQMRLTLUMWOXPXRWSUSTRR RSLQQ RWMRR RXQSS",1293:" 12KYPMTW RTMPW RMPWT RWPMT",1294:" 34J[OUMULVLXMYOYPXPVNTMRMONMOLQKTKVLWMXOXRWTUVUXVYXYYXYVXUVU RNMPLULWM",1295:" 34J[OOMOLNLLMKOKPLPNNPMRMUNWOXQYTYVXWWXUXRWPUNULVKXKYLYNXOVO RNWPXUXWW",1401:" 21F^KHK\\ RLHL\\ RXHX\\ RYHY\\ RHH\\H RH\\O\\ RU\\\\\\",1402:" 20H]KHRQJ\\ RJHQQ RJHYHZMXH RK[X[ RJ\\Y\\ZWX\\",1403:" 20KYVBTDRGPKOPOTPYR]T`Vb RTDRHQKPPPTQYR\\T`",1404:" 20KYNBPDRGTKUPUTTYR]P`Nb RPDRHSKTPTTSYR\\P`",1405:" 12KYOBOb RPBPb ROBVB RObVb",1406:" 12KYTBTb RUBUb RNBUB RNbUb",1407:" 40KYTBRCQDPFPHQJRKSMSOQQ RRCQEQGRISJTLTNSPORSTTVTXSZR[Q]Q_Ra RQSSUSWRYQZP\\P^Q`RaTb",1408:" 40KYPBRCSDTFTHSJRKQMQOSQ RRCSESGRIQJPLPNQPURQTPVPXQZR[S]S_Ra RSSQUQWRYSZT\\T^S`RaPb",1409:" 24KYU@RCPFOIOLPOSVTYT\\S_Ra RRCQEPHPKQNTUUXU[T^RaOd",1410:" 24KYO@RCTFUIULTOQVPYP\\Q_Ra RRCSETHTKSNPUOXO[P^RaUd",1411:" 13AXCRGRR` RGSRa RFSRb RX:Rb",1412:" 32F^[CZD[E\\D\\C[BYBWCUETGSJRNPZO^N` RVDUFTJRVQZP]O_MaKbIbHaH`I_J`Ia",2001:" 18H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[",2002:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2003:" 32G\\XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXXYV RQFOGMILKKNKSLVMXOZQ[",2004:" 30G]LFL[ RMFM[ RIFSFVGXIYKZNZSYVXXVZS[I[ RSFUGWIXKYNYSXVWXUZS[",2005:" 22G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[",2006:" 20G[LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[P[",2007:" 40G^XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXX RQFOGMILKKNKSLVMXOZQ[ RXSX[ RYSY[ RUS\\S",2008:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[",2009:" 12MXRFR[ RSFS[ ROFVF RO[V[",2010:" 20KZUFUWTZR[P[NZMXMVNUOVNW RTFTWSZR[ RQFXF",2011:" 27F\\KFK[ RLFL[ RYFLS RQOY[ RPOX[ RHFOF RUF[F RH[O[ RU[[[",2012:" 14I[NFN[ ROFO[ RKFRF RK[Z[ZUY[",2013:" 30F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][",2014:" 21G^LFL[ RMFYY RMHY[ RYFY[ RIFMF RVF\\F RI[O[",2015:" 44G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF",2016:" 29G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[",2017:" 64G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF RNYNXOVQURUTVUXV_W`Y`Z^Z] RUXV\\W^X_Y_Z^",2018:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUPMP RUFWGXHYJYLXNWOUP RI[P[ RRPTQURXYYZZZ[Y RTQUSWZX[Z[[Y[X",2019:" 34H\\XIYFYLXIVGSFPFMGKIKKLMMNOOUQWRYT RKKMMONUPWQXRYTYXWZT[Q[NZLXKUK[LX",2020:" 16I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[",2021:" 23F^KFKULXNZQ[S[VZXXYUYF RLFLUMXOZQ[ RHFOF RVF\\F",2022:" 15H\\KFR[ RLFRX RYFR[ RIFOF RUF[F",2023:" 24F^JFN[ RKFNV RRFN[ RRFV[ RSFVV RZFV[ RGFNF RWF]F",2024:" 21H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[",2025:" 20H]KFRQR[ RLFSQS[ RZFSQ RIFOF RVF\\F RO[V[",2026:" 16H\\XFK[ RYFL[ RLFKLKFYF RK[Y[YUX[",2027:" 18H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[",2028:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2029:" 14I[NFN[ ROFO[ RKFZFZLYF RK[R[",2030:" 15H\\RFJ[ RRFZ[ RRIY[ RKZYZ RJ[Z[",2031:" 22G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[",2032:" 16H\\XFK[ RYFL[ RLFKLKFYF RK[Y[YUX[",2033:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[",2034:" 56G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF ROMOT RUMUT ROPUP ROQUQ",2035:" 12MXRFR[ RSFS[ ROFVF RO[V[",2036:" 27F\\KFK[ RLFL[ RYFLS RQOY[ RPOX[ RHFOF RUF[F RH[O[ RU[[[",2037:" 15H\\RFK[ RRFY[ RRIX[ RI[O[ RU[[[",2038:" 30F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][",2039:" 21G^LFL[ RMFYY RMHY[ RYFY[ RIFMF RVF\\F RI[O[",2040:" 36G]KEJJ RZEYJ RONNS RVNUS RKWJ\\ RZWY\\ RKGYG RKHYH ROPUP ROQUQ RKYYY RKZYZ",2041:" 44G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF",2042:" 21F^KFK[ RLFL[ RXFX[ RYFY[ RHF\\F RH[O[ RU[\\[",2043:" 29G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[",2044:" 20H]KFRPJ[ RJFQP RJFYFZLXF RKZXZ RJ[Y[ZUX[",2045:" 16I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[",2046:" 33I\\KKKILGMFOFPGQIRMR[ RKIMGOGQI RZKZIYGXFVFUGTISMS[ RZIXGVGTI RO[V[",2047:" 48H]RFR[ RSFS[ RPKMLLMKOKRLTMUPVUVXUYTZRZOYMXLUKPK RPKNLMMLOLRMTNUPV RUVWUXTYRYOXMWLUK ROFVF RO[V[",2048:" 21H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[",2049:" 41G^RFR[ RSFS[ RIMJLLMMQNSOTQU RJLKMLQMSNTQUTUWTXSYQZM[L RTUVTWSXQYM[L\\M ROFVF RO[V[",2050:" 43G]JXK[O[MWKSJPJLKIMGPFTFWGYIZLZPYSWWU[Y[ZX RMWLTKPKLLINGPF RTFVGXIYLYPXTWW RKZNZ RVZYZ",2051:" 18H\\UFH[ RUFV[ RTHU[ RLUUU RF[L[ RR[X[",2052:" 41F^OFI[ RPFJ[ RLFWFZG[I[KZNYOVP RWFYGZIZKYNXOVP RMPVPXQYSYUXXVZR[F[ RVPWQXSXUWXUZR[",2053:" 34H]ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[S[UZWXXV RTFRGPINLMOLSLVMYNZP[",2054:" 30F]OFI[ RPFJ[ RLFUFXGYHZKZOYSWWUYSZO[F[ RUFWGXHYKYOXSVWTYRZO[",2055:" 22F]OFI[ RPFJ[ RTLRT RLF[FZLZF RMPSP RF[U[WVT[",2056:" 20F\\OFI[ RPFJ[ RTLRT RLF[FZLZF RMPSP RF[M[",2057:" 42H^ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[R[UZWXYT RTFRGPINLMOLSLVMYNZP[ RR[TZVXXT RUT\\T",2058:" 27E_NFH[ ROFI[ R[FU[ R\\FV[ RKFRF RXF_F RLPXP RE[L[ RR[Y[",2059:" 12LYUFO[ RVFP[ RRFYF RL[S[",2060:" 21I[XFSWRYQZO[M[KZJXJVKULVKW RWFRWQYO[ RTF[F",2061:" 27F]OFI[ RPFJ[ R]FLS RSOW[ RROV[ RLFSF RYF_F RF[M[ RS[Y[",2062:" 14H\\QFK[ RRFL[ RNFUF RH[W[YUV[",2063:" 30E`NFH[ RNFO[ ROFPY R\\FO[ R\\FV[ R]FW[ RKFOF R\\F`F RE[K[ RS[Z[",2064:" 21F_OFI[ ROFVX ROIV[ R\\FV[ RLFOF RYF_F RF[L[",2065:" 42G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF RSFQGOIMLLOKSKVLYN[ RQ[SZUXWUXRYNYKXHVF",2066:" 27F]OFI[ RPFJ[ RLFXF[G\\I\\K[NYPUQMQ RXFZG[I[KZNXPUQ RF[M[",2067:" 61G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF RSFQGOIMLLOKSKVLYN[ RQ[SZUXWUXRYNYKXHVF RLYLXMVOUPURVSXS_T`V`W^W] RSXT^U_V_W^",2068:" 42F^OFI[ RPFJ[ RLFWFZG[I[KZNYOVPMP RWFYGZIZKYNXOVP RRPTQURVZW[Y[ZYZX RURWYXZYZZY RF[M[",2069:" 35G^ZH[H\\F[L[JZHYGVFRFOGMIMKNMONVRXT RMKOMVQWRXTXWWYVZS[O[LZKYJWJUI[JYKY",2070:" 16H]UFO[ RVFP[ ROFLLNF]F\\L\\F RL[S[",2071:" 25F_NFKQJUJXKZN[R[UZWXXU\\F ROFLQKUKXLZN[ RKFRF RYF_F",2072:" 15H\\NFO[ ROFPY R\\FO[ RLFRF RXF^F",2073:" 24E_MFK[ RNFLY RUFK[ RUFS[ RVFTY R]FS[ RJFQF RZF`F",2074:" 21G]NFU[ ROFV[ R\\FH[ RLFRF RXF^F RF[L[ RR[X[",2075:" 20H]NFRPO[ ROFSPP[ R]FSP RLFRF RYF_F RL[S[",2076:" 16G][FH[ R\\FI[ ROFLLNF\\F RH[V[XUU[",2077:" 46H\\KILKXWYYY[ RLLXX RKIKKLMXYY[ RPPLTKVKXLZK[ RKVMZ RLTLVMXMZK[ RSSXN RVIVLWNYNYLWKVI RVIWLYN",2101:" 39I]NONPMPMONNPMTMVNWOXQXXYZZ[ RWOWXXZZ[[[ RWQVRPSMTLVLXMZP[S[UZWX RPSNTMVMXNZP[",2102:" 33G\\LFL[ RMFM[ RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIFMF",2103:" 28H[WPVQWRXQXPVNTMQMNNLPKSKULXNZQ[S[VZXX RQMONMPLSLUMXOZQ[",2104:" 36H]WFW[ RXFX[ RWPUNSMQMNNLPKSKULXNZQ[S[UZWX RQMONMPLSLUMXOZQ[ RTFXF RW[[[",2105:" 31H[LSXSXQWOVNTMQMNNLPKSKULXNZQ[S[VZXX RWSWPVN RQMONMPLSLUMXOZQ[",2106:" 22KXUGTHUIVHVGUFSFQGPIP[ RSFRGQIQ[ RMMUM RM[T[",2107:" 60I\\QMONNOMQMSNUOVQWSWUVVUWSWQVOUNSMQM RONNPNTOV RUVVTVPUN RVOWNYMYNWN RNUMVLXLYM[P\\U\\X]Y^ RLYMZP[U[X\\Y^Y_XaUbObLaK_K^L\\O[",2108:" 28G]LFL[ RMFM[ RMPONRMTMWNXPX[ RTMVNWPW[ RIFMF RI[P[ RT[[[",2109:" 18MXRFQGRHSGRF RRMR[ RSMS[ ROMSM RO[V[",2110:" 25MXSFRGSHTGSF RTMT_SaQbObNaN`O_P`Oa RSMS_RaQb RPMTM",2111:" 27G\\LFL[ RMFM[ RWMMW RRSX[ RQSW[ RIFMF RTMZM RI[P[ RT[Z[",2112:" 12MXRFR[ RSFS[ ROFSF RO[V[",2113:" 44BcGMG[ RHMH[ RHPJNMMOMRNSPS[ ROMQNRPR[ RSPUNXMZM]N^P^[ RZM\\N]P][ RDMHM RD[K[ RO[V[ RZ[a[",2114:" 28G]LML[ RMMM[ RMPONRMTMWNXPX[ RTMVNWPW[ RIMMM RI[P[ RT[[[",2115:" 36H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM",2116:" 36G\\LMLb RMMMb RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIMMM RIbPb",2117:" 33H\\WMWb RXMXb RWPUNSMQMNNLPKSKULXNZQ[S[UZWX RQMONMPLSLUMXOZQ[ RTb[b",2118:" 23IZNMN[ ROMO[ ROSPPRNTMWMXNXOWPVOWN RKMOM RK[R[",2119:" 32J[WOXMXQWOVNTMPMNNMOMQNRPSUUWVXW RMPNQPRUTWUXVXYWZU[Q[OZNYMWM[NY",2120:" 16KZPFPWQZS[U[WZXX RQFQWRZS[ RMMUM",2121:" 28G]LMLXMZP[R[UZWX RMMMXNZP[ RWMW[ RXMX[ RIMMM RTMXM RW[[[",2122:" 15I[LMR[ RMMRY RXMR[ RJMPM RTMZM",2123:" 24F^JMN[ RKMNX RRMN[ RRMV[ RSMVX RZMV[ RGMNM RWM]M",2124:" 21H\\LMW[ RMMX[ RXML[ RJMPM RTMZM RJ[P[ RT[Z[",2125:" 22H[LMR[ RMMRY RXMR[P_NaLbKbJaK`La RJMPM RTMZM",2126:" 16I[WML[ RXMM[ RMMLQLMXM RL[X[XWW[",2127:" 40G^QMNNLPKRJUJXKZN[P[RZUWWTYPZM RQMONMPLRKUKXLZN[ RQMSMUNVPXXYZZ[ RSMTNUPWXXZZ[[[",2128:" 57G\\TFQGOIMMLPKTJZIb RTFRGPINMMPLTKZJb RTFVFXGYHYKXMWNTOPO RVFXHXKWMVNTO RPOTPVRWTWWVYUZR[P[NZMYLV RPOSPURVTVWUYTZR[",2129:" 28H\\IPKNMMOMQNROSRSVRZOb RJOLNPNRO RZMYPXRSYP^Nb RYMXPWRSY",2130:" 44I\\VNTMRMONMQLTLWMYNZP[R[UZWWXTXQWOSJRHRFSEUEWFYH RRMPNNQMTMXNZ RR[TZVWWTWPVNTKSISGTFVFYH",2131:" 32I[XPVNTMPMNNNPPRSS RPMONOPQRSS RSSNTLVLXMZP[S[UZWX RSSOTMVMXNZP[",2132:" 31I[TFRGQHQIRJUKZKZJWKSMPOMRLULWMYP[S]T_TaSbQbPa RULQONRMUMWNYP[",2133:" 32G]HQIOKMNMONOPNTL[ RMMNNNPMTK[ RNTPPRNTMVMXNYOYRXWUb RVMXOXRWWTb",2134:" 44F]GQHOJMMMNNNPMUMXNZO[ RLMMNMPLULXMZO[Q[SZUXWUXRYMYIXGVFTFRHRJSMUPWRZT RSZUWVUWRXMXIWGVF",2135:" 15LXRMPTOXOZP[S[UYVW RSMQTPXPZQ[",2136:" 29H\\NMJ[ ROMK[ RXMYNZNYMWMUNQROSMS ROSQTSZT[ ROSPTRZS[U[WZYW",2137:" 23H\\KFMFOGPHQJWXXZY[ RMFOHPJVXWZY[Z[ RRMJ[ RRMK[",2138:" 28F]MMGb RNMHb RMPLVLYN[P[RZTXVU RXMUXUZV[Y[[Y\\W RYMVXVZW[",2139:" 24H\\NML[ ROMNSMXL[ RYMXQVU RZMYPXRVUTWQYOZL[ RKMOM",2140:" 45IZTFRGQHQIRJUKXK RUKQLOMNONQPSSTVT RUKRLPMOOOQQSST RSTOUMVLXLZN\\S^T_TaRbPb RSTPUNVMXMZO\\S^",2141:" 32I[RMONMQLTLWMYNZP[R[UZWWXTXQWOVNTMRM RRMPNNQMTMXNZ RR[TZVWWTWPVN",2142:" 22G]PNL[ RPNM[ RVNV[ RVNW[ RIPKNNM[M RIPKONN[N",2143:" 31H[LVMYNZP[R[UZWWXTXQWOVNTMRMONMQLTHb RR[TZVWWTWPVN RRMPNNQMTIb",2144:" 35H][MQMNNLQKTKWLYMZO[Q[TZVWWTWQVOUNSM RQMONMQLTLXMZ RQ[SZUWVTVPUN RUN[N",2145:" 16H\\SNP[ RSNQ[ RJPLNOMZM RJPLOONZN",2146:" 31H\\IQJOLMOMPNPPNVNYP[ RNMONOPMVMYNZP[Q[TZVXXUYRYOXMWNXOYR RXUYO",2147:" 37G]ONMOKQJTJWKYLZN[Q[TZWXYUZRZOXMVMTORSPXMb RJWLYNZQZTYWWYU RZOXNVNTPRSPYNb",2148:" 23I[KMMMONPPU_VaWb RMMNNOPT_UaWbYb RZMYOWRM]K`Jb",2149:" 34F]UFOb RVFNb RGQHOJMMMNNNPMUMXOZRZTYWVYS RLMMNMPLULXMZO[R[TZVXXUYS[M",2150:" 44F]JQLOONNMLNJQITIWJZK[M[OZQWRT RIWJYKZMZOYQW RQTQWRZS[U[WZYWZTZQYNXMWNYOZQ RQWRYSZUZWYYW",2151:" 39H]XMVTUXUZV[Y[[Y\\W RYMWTVXVZW[ RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ",2152:" 36H[PFLSLVMYNZ RQFMS RMSNPPNRMTMVNWOXQXTWWUZR[P[NZMWMS RVNWPWTVWTZR[ RMFQF",2153:" 25I[WPWQXQXPWNUMRMONMQLTLWMYNZP[R[UZWW RRMPNNQMTMXNZ",2154:" 42H]ZFVTUXUZV[Y[[Y\\W R[FWTVXVZW[ RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ RWF[F",2155:" 26I[MVQUTTWRXPWNUMRMONMQLTLWMYNZP[R[UZWX RRMPNNQMTMXNZ",2156:" 35KZZGYHZI[H[GZFXFVGUHTJSMP[O_Na RXFVHUJTNRWQ[P^O`NaLbJbIaI`J_K`Ja ROMYM",2157:" 43H\\YMU[T^RaObLbJaI`I_J^K_J` RXMT[S^QaOb RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ",2158:" 31H]PFJ[ RQFK[ RMTOPQNSMUMWNXOXQVWVZW[ RUMWOWQUWUZV[Y[[Y\\W RMFQF",2159:" 26LYUFTGUHVGUF RMQNOPMSMTNTQRWRZS[ RRMSNSQQWQZR[U[WYXW",2160:" 32LYVFUGVHWGVF RNQOOQMTMUNUQR[Q^P`OaMbKbJaJ`K_L`Ka RSMTNTQQ[P^O`Mb",2161:" 34H\\PFJ[ RQFK[ RXNWOXPYOYNXMWMUNQROSMS ROSQTSZT[ ROSPTRZS[U[WZYW RMFQF",2162:" 18MYUFQTPXPZQ[T[VYWW RVFRTQXQZR[ RRFVF",2163:" 52AbBQCOEMHMINIPHTF[ RGMHNHPGTE[ RHTJPLNNMPMRNSOSQP[ RPMRORQO[ RRTTPVNXMZM\\N]O]Q[W[Z\\[ RZM\\O\\QZWZZ[[^[`YaW",2164:" 37F]GQHOJMMMNNNPMTK[ RLMMNMPLTJ[ RMTOPQNSMUMWNXOXQVWVZW[ RUMWOWQUWUZV[Y[[Y\\W",2165:" 32I[RMONMQLTLWMYNZP[R[UZWWXTXQWOVNTMRM RRMPNNQMTMXNZ RR[TZVWWTWPVN",2166:" 42G\\HQIOKMNMONOPNTJb RMMNNNPMTIb RNTOQQNSMUMWNXOYQYTXWVZS[Q[OZNWNT RWNXPXTWWUZS[ RFbMb",2167:" 33H\\XMRb RYMSb RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ RObVb",2168:" 26IZJQKOMMPMQNQPPTN[ ROMPNPPOTM[ RPTRPTNVMXMYNYOXPWOXN",2169:" 28J[XOXPYPYOXNUMRMONNONQORVVWW RNPOQVUWVWYVZS[P[MZLYLXMXMY",2170:" 18KYTFPTOXOZP[S[UYVW RUFQTPXPZQ[ RNMWM",2171:" 37F]GQHOJMMMNNNQLWLYN[ RLMMNMQKWKYLZN[P[RZTXVT RXMVTUXUZV[Y[[Y\\W RYMWTVXVZW[",2172:" 26H\\IQJOLMOMPNPQNWNYP[ RNMONOQMWMYNZP[Q[TZVXXUYQYMXMYO",2173:" 41C`DQEOGMJMKNKQIWIYK[ RIMJNJQHWHYIZK[M[OZQXRV RTMRVRYSZU[W[YZ[X\\V]R]M\\M]O RUMSVSYU[",2174:" 42H\\KQMNOMRMSOSR RQMRORRQVPXNZL[K[JZJYKXLYKZ RQVQYR[U[WZYW RYNXOYPZOZNYMXMVNTPSRRVRYS[",2175:" 41G\\HQIOKMNMONOQMWMYO[ RMMNNNQLWLYMZO[Q[SZUXWT RZMV[U^SaPbMbKaJ`J_K^L_K` RYMU[T^RaPb",2176:" 31H\\YMXOVQNWLYK[ RLQMOOMRMVO RMOONRNVOXO RLYNYRZUZWY RNYR[U[WYXW",2177:" 43G^VGUHVIWHWGUFRFOGMILLL[ RRFPGNIMLM[ R\\G[H\\I]H]G\\FZFXGWIW[ RZFYGXIX[ RIM[M RI[P[ RT[[[",2178:" 33G]WGVHWIXHWGUFRFOGMILLL[ RRFPGNIMLM[ RWMW[ RXMX[ RIMXM RI[P[ RT[[[",2179:" 35G]VGUHVIWHWGUF RXFRFOGMILLL[ RRFPGNIMLM[ RWHW[ RXFX[ RIMWM RI[P[ RT[[[",2180:" 54BcRGQHRISHRGPFMFJGHIGLG[ RMFKGIIHLH[ R]G\\H]I^H]G[FXFUGSIRLR[ RXFVGTISLS[ R]M][ R^M^[ RDM^M RD[K[ RO[V[ RZ[a[",2181:" 56BcRGQHRISHRGPFMFJGHIGLG[ RMFKGIIHLH[ R\\G[H\\I]H]G[F R^FXFUGSIRLR[ RXFVGTISLS[ R]H][ R^F^[ RDM]M RD[K[ RO[V[ RZ[a[",2182:" 12MXRMR[ RSMS[ ROMSM RO[V[",2184:" 25IZWNUMRMONMPLSLVMYNZQ[T[VZ RRMPNNPMSMVNYOZQ[ RMTUT",2185:" 43I\\TFQGOJNLMOLTLXMZO[Q[TZVWWUXRYMYIXGVFTF RTFRGPJOLNOMTMXNZO[ RQ[SZUWVUWRXMXIWGVF RNPWP",2186:" 42G]UFOb RVFNb RQMMNKPJSJVKXMZP[S[WZYXZUZRYPWNTMQM RQMNNLPKSKVLXNZP[ RS[VZXXYUYRXPVNTM",2187:" 27I[TMVNXPXOWNTMQMNNMOLQLSMUOWSZ RQMONNOMQMSNUSZT\\T^S_Q_",2190:" 45G]LMKNJPJRKUOYP[ RJRKTOXP[P]O`MbLbKaJ_J\\KXMTOQRNTMVMYNZPZTYXWZU[T[SZSXTWUXTY RVMXNYPYTXXWZ",2191:" 69E_YGXHYIZHYGWFTFQGOINKMNLRJ[I_Ha RTFRGPIOKNNLWK[J^I`HaFbDbCaC`D_E`Da R_G^H_I`H`G_F]F[GZHYJXMU[T_Sa R]F[HZJYNWWV[U^T`SaQbObNaN`O_P`Oa RIM^M",2192:" 52F^[GZH[I\\H[GXFUFRGPIOKNNMRK[J_Ia RUFSGQIPKONMWL[K^J`IaGbEbDaD`E_F`Ea RYMWTVXVZW[Z[\\Y]W RZMXTWXWZX[ RJMZM",2193:" 54F^YGXHYIZHZGXF R\\FUFRGPIOKNNMRK[J_Ia RUFSGQIPKONMWL[K^J`IaGbEbDaD`E_F`Ea R[FWTVXVZW[Z[\\Y]W R\\FXTWXWZX[ RJMYM",2194:" 86@cTGSHTIUHTGRFOFLGJIIKHNGRE[D_Ca ROFMGKIJKINGWF[E^D`CaAb?b>a>`?_@`?a R`G_H`IaH`G]FZFWGUITKSNRRP[O_Na RZFXGVIUKTNRWQ[P^O`NaLbJbIaI`J_K`Ja R^M\\T[X[Z\\[_[aYbW R_M]T\\X\\Z][ RDM_M",2195:" 88@cTGSHTIUHTGRFOFLGJIIKHNGRE[D_Ca ROFMGKIJKINGWF[E^D`CaAb?b>a>`?_@`?a R^G]H^I_H_G]F RaFZFWGUITKSNRRP[O_Na RZFXGVIUKTNRWQ[P^O`NaLbJbIaI`J_K`Ja R`F\\T[X[Z\\[_[aYbW RaF]T\\X\\Z][ RDM^M",2196:" 20LYMQNOPMSMTNTQRWRZS[ RRMSNSQQWQZR[U[WYXW",2200:" 40H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF RQFOGNHMJLOLRMWNYOZQ[ RS[UZVYWWXRXOWJVHUGSF",2201:" 11H\\NJPISFS[ RRGR[ RN[W[",2202:" 45H\\LJMKLLKKKJLHMGPFTFWGXHYJYLXNUPPRNSLUKXK[ RTFVGWHXJXLWNTPPR RKYLXNXSZVZXYYX RNXS[W[XZYXYV",2203:" 47H\\LJMKLLKKKJLHMGPFTFWGXIXLWNTOQO RTFVGWIWLVNTO RTOVPXRYTYWXYWZT[P[MZLYKWKVLUMVLW RWQXTXWWYVZT[",2204:" 13H\\THT[ RUFU[ RUFJUZU RQ[X[",2205:" 39H\\MFKP RKPMNPMSMVNXPYSYUXXVZS[P[MZLYKWKVLUMVLW RSMUNWPXSXUWXUZS[ RMFWF RMGRGWF",2206:" 48H\\WIVJWKXJXIWGUFRFOGMILKKOKULXNZQ[S[VZXXYUYTXQVOSNRNOOMQLT RRFPGNIMKLOLUMXOZQ[ RS[UZWXXUXTWQUOSN",2207:" 31H\\KFKL RKJLHNFPFUIWIXHYF RLHNGPGUI RYFYIXLTQSSRVR[ RXLSQRSQVQ[",2208:" 63H\\PFMGLILLMNPOTOWNXLXIWGTFPF RPFNGMIMLNNPO RTOVNWLWIVGTF RPOMPLQKSKWLYMZP[T[WZXYYWYSXQWPTO RPONPMQLSLWMYNZP[ RT[VZWYXWXSWQVPTO",2209:" 48H\\XMWPURRSQSNRLPKMKLLINGQFSFVGXIYLYRXVWXUZR[O[MZLXLWMVNWMX RQSORMPLMLLMIOGQF RSFUGWIXLXRWVVXTZR[",2210:" 6MWRYQZR[SZRY",2211:" 8MWR[QZRYSZS\\R^Q_",2212:" 12MWRMQNROSNRM RRYQZR[SZRY",2213:" 14MWRMQNROSNRM RR[QZRYSZS\\R^Q_",2214:" 15MWRFQHRTSHRF RRHRN RRYQZR[SZRY",2215:" 32I[MJNKMLLKLJMHNGPFSFVGWHXJXLWNVORQRT RSFUGVHWJWLVNTP RRYQZR[SZRY",2216:" 6NVRFQM RSFQM",2217:" 12JZNFMM ROFMM RVFUM RWFUM",2218:" 14KYQFOGNINKOMQNSNUMVKVIUGSFQF",2219:" 9JZRFRR RMIWO RWIMO",2220:" 3G][BIb",2221:" 20KYVBTDRGPKOPOTPYR]T`Vb RTDRHQKPPPTQYR\\T`",2222:" 20KYNBPDRGTKUPUTTYR]P`Nb RPDRHSKTPTTSYR\\P`",2223:" 12KYOBOb RPBPb ROBVB RObVb",2224:" 12KYTBTb RUBUb RNBUB RNbUb",2225:" 40KYTBRCQDPFPHQJRKSMSOQQ RRCQEQGRISJTLTNSPORSTTVTXSZR[Q]Q_Ra RQSSUSWRYQZP\\P^Q`RaTb",2226:" 40KYPBRCSDTFTHSJRKQMQOSQ RRCSESGRIQJPLPNQPURQTPVPXQZR[S]S_Ra RSSQUQWRYSZT\\T^S`RaPb",2227:" 4KYUBNRUb",2228:" 4KYOBVROb",2229:" 3NVRBRb",2230:" 6KYOBOb RUBUb",2231:" 3E_IR[R",2232:" 6E_RIR[ RIR[R",2233:" 9F^RJR[ RJRZR RJ[Z[",2234:" 9F^RJR[ RJJZJ RJRZR",2235:" 6G]KKYY RYKKY",2236:" 6MWRQQRRSSRRQ",2237:" 15E_RIQJRKSJRI RIR[R RRYQZR[SZRY",2238:" 6E_IO[O RIU[U",2239:" 9E_YIK[ RIO[O RIU[U",2240:" 9E_IM[M RIR[R RIW[W",2241:" 4F^ZIJRZ[",2242:" 4F^JIZRJ[",2243:" 10F^ZFJMZT RJVZV RJ[Z[",2244:" 10F^JFZMJT RJVZV RJ[Z[",2245:" 21F_[WYWWVUTRPQOONMNKOJQJSKUMVOVQURTUPWNYM[M",2246:" 24F^IUISJPLONOPPTSVTXTZS[Q RISJQLPNPPQTTVUXUZT[Q[O",2247:" 8G]JTROZT RJTRPZT",2248:" 7LXTFOL RTFUGOL",2249:" 7LXPFUL RPFOGUL",2250:" 18H\\KFLHNJQKSKVJXHYF RKFLINKQLSLVKXIYF",2251:" 8MWRHQGRFSGSIRKQL",2252:" 8MWSFRGQIQKRLSKRJ",2253:" 8MWRHSGRFQGQIRKSL",2254:" 8MWQFRGSISKRLQKRJ",2255:" 10E[HMLMRY RKMR[ R[BR[",2256:" 13F^ZJSJOKMLKNJQJSKVMXOYSZZZ",2257:" 13F^JJJQKULWNYQZSZVYXWYUZQZJ",2258:" 13F^JJQJUKWLYNZQZSYVWXUYQZJZ",2259:" 13F^JZJSKOLMNKQJSJVKXMYOZSZZ",2260:" 16F^ZJSJOKMLKNJQJSKVMXOYSZZZ RJRVR",2261:" 11E_XP[RXT RUMZRUW RIRZR",2262:" 11JZPLRITL RMORJWO RRJR[",2263:" 11E_LPIRLT ROMJROW RJR[R",2264:" 11JZPXR[TX RMURZWU RRIRZ",2265:" 44I\\XRWOVNTMRMONMQLTLWMYNZP[R[UZWXXUYPYKXHWGUFRFPGOHOIPIPH RRMPNNQMTMXNZ RR[TZVXWUXPXKWHUF",2266:" 15H\\JFR[ RKFRY RZFR[ RJFZF RKGYG",2267:" 10AbDMIMRY RHNR[ Rb:R[",2268:" 32F^[CZD[E\\D\\C[BYBWCUETGSJRNPZO^N` RVDUFTJRVQZP]O_MaKbIbHaH`I_J`Ia",2269:" 50F^[CZD[E\\D\\C[BYBWCUETGSJRNPZO^N` RVDUFTJRVQZP]O_MaKbIbHaH`I_J`Ia RQKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK",2270:" 26F_\\S[UYVWVUUTTQPPONNLNJOIQISJULVNVPUQTTPUOWNYN[O\\Q\\S",2271:" 32F^[FI[ RNFPHPJOLMMKMIKIIJGLFNFPGSHVHYG[F RWTUUTWTYV[X[ZZ[X[VYTWT",2272:" 49F_[NZO[P\\O\\N[MZMYNXPVUTXRZP[M[JZIXIUJSPORMSKSIRGPFNGMIMKNNPQUXWZZ[[[\\Z\\Y RM[KZJXJUKSMQ RMKNMVXXZZ[",2273:" 56E`WNVLTKQKOLNMMPMSNUPVSVUUVS RQKOMNPNSOUPV RWKVSVUXVZV\\T]Q]O\\L[JYHWGTFQFNGLHJJILHOHRIUJWLYNZQ[T[WZYYZX RXKWSWUXV",2274:" 42H\\PBP_ RTBT_ RXIWJXKYJYIWGTFPFMGKIKKLMMNOOUQWRYT RKKMMONUPWQXRYTYXWZT[P[MZKXKWLVMWLX",2275:" 12H]SFLb RYFRb RLQZQ RKWYW",2276:" 46JZUITJUKVJVIUGSFQFOGNINKOMQOVR ROMTPVRWTWVVXTZ RPNNPMRMTNVPXU[ RNVSYU[V]V_UaSbQbOaN_N^O]P^O_",2277:" 30JZRFQHRJSHRF RRFRb RRQQTRbSTRQ RLMNNPMNLLM RLMXM RTMVNXMVLTM",2278:" 56JZRFQHRJSHRF RRFRT RRPQRSVRXQVSRRP RRTRb RR^Q`RbS`R^ RLMNNPMNLLM RLMXM RTMVNXMVLTM RL[N\\P[NZL[ RL[X[ RT[V\\X[VZT[",2279:" 12I\\XFX[ RKFXF RPPXP RK[X[",2281:" 38E`QFNGKIILHOHRIUKXNZQ[T[WZZX\\U]R]O\\LZIWGTFQF RROQPQQRRSRTQTPSORO RRPRQSQSPRP",2282:" 45J[PFNGOIQJ RPFOGOI RUFWGVITJ RUFVGVI RQJOKNLMNMQNSOTQUTUVTWSXQXNWLVKTJQJ RRUR[ RSUS[ RNXWX",2283:" 27I\\RFOGMILLLMMPORRSSSVRXPYMYLXIVGSFRF RRSR[ RSSS[ RNWWW",2284:" 28D`PFMGJIHLGOGSHVJYM[P\\T\\W[ZY\\V]S]O\\LZIWGTFPF RRFR\\ RGQ]Q",2285:" 31G`PMMNKPJSJTKWMYPZQZTYVWWTWSVPTNQMPM R]GWG[HUN R]G]M\\IVO R\\HVN",2286:" 28F\\IIJGLFOFQGRIRLQOPQNSKU ROFPGQIQMPPNS RVFT[ RWFS[ RKUYU",2287:" 30I\\MFMU RNFMQ RMQNOONQMTMWNXPXRWTUV RTMVNWPWRTXTZU[W[YY RKFNF",2288:" 44I\\RNOOMQLTLUMXOZR[S[VZXXYUYTXQVOSNRN RRHNJRFRN RSHWJSFSN RRSQTQURVSVTUTTSSRS RRTRUSUSTRT",2289:" 37G^QHRFR[ RTHSFS[ RJHKFKMLPNRQSRS RMHLFLNMQ R[HZFZMYPWRTSSS RXHYFYNXQ RNWWW",2290:" 31G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[Y[YVX[",2291:" 24H[YGUGQHNJLMKPKSLVNYQ[U\\Y\\ RYGVHSJQMPPPSQVSYV[Y\\",2292:" 27F_OQMQKRJSIUIWJYKZM[O[QZRYSWSURSQROQ RSHPQ RZJRR R\\QST",2293:" 12H\\OKUY RUKOY RKOYU RYOKU",2294:" 48F^NVLUKUIVHXHYI[K\\L\\N[OYOXNVKRJOJMKJMHPGTGWHYJZMZOYRVVUXUYV[X\\Y\\[[\\Y\\X[VYUXUVV RJMKKMIPHTHWIYKZM",2295:" 48F^NMLNKNIMHKHJIHKGLGNHOJOKNMKQJTJVKYM[P\\T\\W[YYZVZTYQVMUKUJVHXGYG[H\\J\\K[MYNXNVM RJVKXMZP[T[WZYXZV",2301:" 40F_JMILIJJHLGNGPHQIRKSP RIJKHMHOIPJQLRPR[ R[M\\L\\J[HYGWGUHTISKRP R\\JZHXHVIUJTLSPS[",2302:" 51F^IGJKKMMOPPTPWOYMZK[G RIGJJKLMNPOTOWNYLZJ[G RPONPMQLSLVMXOZQ[S[UZWXXVXSWQVPTO RPPNQMSMVNY RVYWVWSVQTP",2303:" 30F^MJMV RNKNU RVKVU RWJWV RIGKIMJPKTKWJYI[G RIYKWMVPUTUWVYW[Y",2304:" 48F^[ILIJJILINJPLQNQPPQNQLPJ[J RIMJOKPMQ RQMPKOJMI RIXXXZW[U[SZQXPVPTQSSSUTWIW R[TZRYQWP RSTTVUWWX",2305:" 48F]OUMTLTJUIWIXJZL[M[OZPXPWOUJPINIKJILHOGSGWHYJZLZOYRVUUWUYV[X[YZZX RMSKPJNJKKILH RSGVHXJYLYOXRVU",2306:" 48G_HKKHMKMV RJILLLV RMKPHRKRU ROIQLQU RRKUHWKW[ RTIVLV[ RWKZH[J\\M\\P[SZUXWUYP[ RYIZJ[M[PZSYUWWTYP[",2307:" 41F^ISMSLRKOKMLJNHQGSGVHXJYMYOXRWS[S RITOTMRLOLMMJOHQG RSGUHWJXMXOWRUT[T RKXYX RKYYY",2308:" 30F_GLJIMLMX RIJLMLX RMLPISLSX ROJRMRX RSLVIYLYW[Y RUJXMXXZZ]W",2309:" 33G]ZIJY RZIWJQJ RXKUKQJ RZIYLYR RXKXNYR RQRJR RPSMSJR RQRQY RPSPVQY",2310:" 33F^HOJKOU RJMOWRPWPZO[M[KZIXHWHUITKTMUPVRWUWXUZ RWHVIUKUMWQXTXWWYUZ",2311:" 36F^IOLLPN RKMOORLUN RQMTOWLYN RVMXO[L RIULRPT RKSOURRUT RQSTUWRYT RVSXU[R",2312:" 48F^JHNJPLQOQRPUNWJY RJHMIOJQLRO RRRQUOWMXJY RZHWIUJSLRO RRRSUUWWXZY RZHVJTLSOSRTUVWZY RIP[P RIQ[Q",2317:" 12NVQQQSSSSQQQ RQQSS RSQQS",2318:" 18JZMPQRTTVVWYW[V]U^ RMQST RMRPSTUVWWY",2319:" 18JZWKVMTOPQMR RSPMS RUFVGWIWKVNTPQRMT",2320:" 36H\\SMONLPKRKTLVNWQWUVXTYRYPXNVMSM RXNSM RVMQNLP RONKR RLVQW RNWSVXT RUVYR",2321:" 36H\\SMONLPKRKTLVNWQWUVXTYRYPXNVMSM RXNSM RVMQNLP RONKR RLVQW RNWSVXT RUVYR",2322:" 34J[SMPNNPMRMTNVPWRWUVWTXRXPWNUMSM ROPUM RNRVN RMTWO RNUXP ROVWR RPWVT",2323:" 18JZOGO^ RUFU] RMNWL RMOWM RMWWU RMXWV",2324:" 18JZNFNX RVLV^ RNNVL RNOVM RNWVU RNXVV",2325:" 25JZNBNW RNNQLTLVMWOWQVSSUQVNW RNNQMTMVN RUMVOVQUSSU",2326:" 18E_HIHL R\\I\\L RHI\\I RHJ\\J RHK\\K RHL\\L",2327:" 18JZMNMQ RWNWQ RMNWN RMOWO RMPWP RMQWQ",2328:" 49JZMLWX RMLONQOTOVNWMWKUKUMTO RONTO RQOWM RVKVN RULWL RWXUVSUPUNVMWMYOYOWPU RUVPU RSUMW RNVNY RMXOX",2329:" 26JZPOOMOKMKMMNNPOSOUNWL RNKNN RMLOL RMMSO RPOUN RWLWY",2330:" 86A^GfHfIeIdHcGcFdFfGhIiKiNhPfQdR`RUQ;Q4R/S-U,V,X-Y/Y3X6W8U;P?JCHEFHEJDNDREVGYJ[N\\R\\V[XZZW[T[PZMYKWITHPHMIKKJNJRKUMW RGdGeHeHdGd RU;Q?LCIFGIFKENERFVGXJ[ RR\\U[WZYWZTZPYMXKVITH",2331:"103EfNSOUQVSVUUVSVQUOSNQNOONPMSMVNYP[S\\V\\Y[[Y\\W]T]P\\MZJXIUHRHOIMJKLIOHSHXI]KaMcPeTfYf]e`cba RKLJNIRIXJ\\L`NbQdUeYe]d_cba RPOTO ROPUP RNQVQ RNRVR RNSVS ROTUT RPUTU RaLaNcNcLaL RbLbN RaMcM RaVaXcXcVaV RbVbX RaWcW",2332:" 30D`H@Hd RM@Md RW@Wd R\\@\\d RMMWK RMNWL RMOWM RMWWU RMXWV RMYWW",2367:" 12NVQQQSSSSQQQ RQQSS RSQQS",2368:" 18JZMPQRTTVVWYW[V]U^ RMQST RMRPSTUVWWY",2369:" 18JZWKVMTOPQMR RSPMS RUFVGWIWKVNTPQRMT",2370:" 32H\\PMMNLOKQKSLUMVPWTWWVXUYSYQXOWNTMPM RMNLPLSMUNVPW RWVXTXQWOVNTM",2371:" 36H\\SMONLPKRKTLVNWQWUVXTYRYPXNVMSM RXNSM RVMQNLP RONKR RLVQW RNWSVXT RUVYR",2372:" 34J[SMPNNPMRMTNVPWRWUVWTXRXPWNUMSM ROPUM RNRVN RMTWO RNUXP ROVWR RPWVT",2373:" 18JZOGO^ RUFU] RMNWL RMOWM RMWWU RMXWV",2374:" 18JZNFNX RVLV^ RNNVL RNOVM RNWVU RNXVV",2375:" 25JZNBNW RNNQLTLVMWOWQVSSUQVNW RNNQMTMVN RUMVOVQUSSU",2376:" 18E_HIHL R\\I\\L RHI\\I RHJ\\J RHK\\K RHL\\L",2377:" 18JZMNMQ RWNWQ RMNWN RMOWO RMPWP RMQWQ",2378:" 36JZQCVMRTRU RULQS RTITKPRRUUY RW\\UYSXQXOYN[N]O_Ra RW\\UZSYOYO]P_Ra RSXPZN]",2379:" 26JZPOOMOKMKMMNNPOSOUNWL RNKNN RMLOL RMMSO RPOUN RWLSY",2380:" 86A^GfHfIeIdHcGcFdFfGhIiKiNhPfQdR`RUQ;Q4R/S-U,V,X-Y/Y3X6W8U;P?JCHEFHEJDNDREVGYJ[N\\R\\V[XZZW[T[PZMYKWITHPHMIKKJNJRKUMW RGdGeHeHdGd RU;Q?LCIFGIFKENERFVGXJ[ RR\\U[WZYWZTZPYMXKVITH",2381:" 89IjNQOOQNSNUOVQVSUUSVQVOUNTMQMNNKPISHWH[I^K`NaRaW`[_]]`ZcVfQiMk RWHZI]K_N`R`W_[^]\\`YcTgQi RPOTO ROPUP RNQVQ RNRVR RNSVS ROTUT RPUTU ReLeNgNgLeL RfLfN ReMgM ReVeXgXgVeV RfVfX ReWgW",2382:" 85D`H>Hf RI>If RM>Mf RQBSBSDQDQAR?T>W>Y?[A\\D\\I[LYNWOUOSNRLQNOQNROSQVRXSVUUWUYV[X\\[\\`[cYeWfTfReQcQ`S`SbQb RRBRD RQCSC RY?ZA[D[IZLYN RRLRNPQNRPSRVRX RYVZX[[[`ZcYe RR`Rb RQaSa",2401:" 21AcHBHb RIBIb R[B[b R\\B\\b RDB`B RDbMb RWb`b",2402:" 23BaGBQPFb RFBPP REBPQ REB\\B^I[B RGa\\a RFb\\b^[[b",2403:" 28I[X+U1R8P=OANFMNMVN^OcPgRlUsXy RU1S6Q<P@OFNNNVO^PdQhSnUs",2404:" 28I[L+O1R8T=UAVFWNWVV^UcTgRlOsLy RO1Q6S<T@UFVNVVU^TdShQnOs",2405:" 14I[M+MRMy RN+NRNy RM+X+ RMyXy",2406:" 14I[V+VRVy RW+WRWy RL+W+ RLyWy",2407:" 48I[V+S-Q/P1O4O8P<TDUGUJTMRP RS-Q0P4P8Q;UCVGVJUMRPNRRTUWVZV]UaQiPlPpQtSw RRTTWUZU]T`PhOlOpPsQuSwVy",2408:" 48I[N+Q-S/T1U4U8T<PDOGOJPMRP RQ-S0T4T8S;OCNGNJOMRPVRRTOWNZN]OaSiTlTpStQw RRTPWOZO]P`ThUlUpTsSuQwNy",2409:" 32I[V.S1Q4O8N=NCOIPMSXT\\UbUgTlSoQs RS1Q5P8O=OBPHQLTWU[VaVgUlSpQsNv",2410:" 32I[N.Q1S4U8V=VCUITMQXP\\ObOgPlQoSs RQ1S5T8U=UBTHSLPWO[NaNgOlQpSsVv",2411:' 147Z:RARRo R@RQo R?RRr RZ"VJRr',2412:" 57Ca].\\.[/[0\\1]1^0^.],[+Y+W,U.T0S3R:QJQjPsOv R\\/\\0]0]/\\/ RR:Rj RU.T1S:SZRjQqPtOvMxKyIyGxFvFtGsHsItIuHvGv RGtGuHuHtGt",2501:" 20H\\RFJ[ RRIK[J[ RRIY[Z[ RRFZ[ RMUWU RLVXV",2502:" 44H\\LFL[ RMGMZ RLFTFWGXHYJYMXOWPTQ RMGTGWHXJXMWOTP RMPTPWQXRYTYWXYWZT[L[ RMQTQWRXTXWWYTZMZ",2503:" 38H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZV RZKYKXIWHUGQGOHMKLNLSMVOYQZUZWYXXYVZV",2504:" 32H]LFL[ RMGMZ RLFSFVGXIYKZNZSYVXXVZS[L[ RMGSGVHWIXKYNYSXVWXVYSZMZ",2505:" 27I\\MFM[ RNGNZ RMFYF RNGYGYF RNPTPTQ RNQTQ RNZYZY[ RM[Y[",2506:" 21I[MFM[ RNGN[M[ RMFYF RNGYGYF RNPTPTQ RNQTQ",2507:" 44H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZVZRUR RZKYKXIWHUGQGOHNIMKLNLSMVNXOYQZUZWYXXYVYSUSUR",2508:" 22G]KFK[ RKFLFL[K[ RYFXFX[Y[ RYFY[ RLPXP RLQXQ",2509:" 8NWRFR[S[ RRFSFS[",2510:" 20J[VFVVUYSZQZOYNVMV RVFWFWVVYUZS[Q[OZNYMV",2511:" 22H]LFL[M[ RLFMFM[ RZFYFMR RZFMS RPOY[Z[ RQOZ[",2512:" 14IZMFM[ RMFNFNZ RNZYZY[ RM[Y[",2513:" 26F^JFJ[ RKKK[J[ RKKR[ RJFRX RZFRX RYKR[ RYKY[Z[ RZFZ[",2514:" 20G]KFK[ RLIL[K[ RLIY[ RKFXX RXFXX RXFYFY[",2515:" 40G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF RQGNHLKKNKSLVNYQZSZVYXVYSYNXKVHSGQG",2516:" 27H\\LFL[ RMGM[L[ RLFUFWGXHYJYMXOWPUQMQ RMGUGWHXJXMWOUPMP",2517:" 48G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF RQGNHLKKNKSLVNYQZSZVYXVYSYNXKVHSGQG RSXX]Y] RSXTXY]",2518:" 34H\\LFL[ RMGM[L[ RLFTFWGXHYJYMXOWPTQMQ RMGTGWHXJXMWOTPMP RRQX[Y[ RSQY[",2519:" 43H\\YIWGTFPFMGKIKKLMMNOOTQVRWSXUXXWYTZPZNYMXKX RYIWIVHTGPGMHLILKMMONTPVQXSYUYXWZT[P[MZKX",2520:" 15J[RGR[ RSGS[R[ RLFYFYG RLFLGYG",2521:" 24G]KFKULXNZQ[S[VZXXYUYF RKFLFLUMXNYQZSZVYWXXUXFYF",2522:" 14H\\JFR[ RJFKFRX RZFYFRX RZFR[",2523:" 26E_GFM[ RGFHFMX RRFMX RRIM[ RRIW[ RRFWX R]F\\FWX R]FW[",2524:" 16H\\KFX[Y[ RKFLFY[ RYFXFK[ RYFL[K[",2525:" 17I\\KFRPR[S[ RKFLFSP RZFYFRP RZFSPS[",2526:" 20H\\XFK[ RYFL[ RKFYF RKFKGXG RLZYZY[ RK[Y[",2551:" 38E\\XFVHTKQPOSLWIZG[E[DZDXEWFXEY RXFWJUTT[ RXFU[ RT[TYSVRTPRNQLQKRKTLWOZR[V[XZ",2552:" 70F^UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWIXHY ROLNNMOKOJNJLKJMHOGRFXFZG[I[KZMXNTORO RXFYGZIZKYMXN RTOWPXQYSYVXYWZU[S[RZRXSU RTOVPWQXSXVWYU[",2553:" 41H]KHJJJLKNNOQOUNWMYKZIZGYFWFTGQJOMMQLULXMZP[R[UZWXXVXTWRURSSRU RWFUGRJPMNQMUMXNZP[",2554:" 43F]UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWJWLXNZP[S[UZWXYTZOZLYIWGUFPFMGKIJKJMKNMNNMOK",2555:" 49I\\WIVJVLWMYMZKZIYGWFTFRGQHPJPLQNSO RTFRHQJQMSO RSOQONPLRKTKWLYMZO[R[UZWXXVXTWRURSSRU RQOOPMRLTLXMZ",2556:" 46G\\WHVJTORUQWOZM[ RQLPNNOLOKMKKLINGQF[FXGWHVKTSSVRXPZM[K[IZHYHXIWJXIY RSFWGXG ROSPRRQVQXPZMXT",2557:" 53G]JIIKIMJOLPOPROTNWKXHXGWFVFTGRIQKPNPQQSSTUTWSYQZO RWFUGSIRKQNQRST RZOYSWWUYSZO[L[JZIXIWJVKWJX RYSWVUXRZO[",2558:" 55F^LLKKKILGOFRFOQMWLYKZI[G[FZFXGWHXGY RRFOONRLWKYI[ RJTKSMRVOXN[L]J^H^G]F\\FZGXJWLURTVTYV[W[YZ[X R\\FZHXLVRUVUYV[",2559:" 33IYWHUKSPQUPWNZL[ RYLWNTOQOONNLNJOHQGUFYFWHVJTPRVQXOZL[J[IZIXJWKXJY",2560:" 34IZYFWHUKSPPYN] RYMWOTPQPOONMNKOIQGUFYFWIVKSTQXPZN]M^K_J^J\\KZMXOWRVVU",2561:" 59F^LLKKKIMGPFRFOQMWLYKZI[G[FZFXGWHXGY RRFOONRLWKYI[ RZGWKUMSNPO R]G\\H]I^H^G]F\\FZGWLVMTNPO RPOSPTRUYV[ RPORPSRTYV[W[YZ[X",2562:" 40I[MILKLMMOOPRPUOWNZK[H[GZFYFWGVHTKPUOWMZK[ RVHTLRSQVPXNZK[I[HZHXIWKWMXPZR[U[WZYX",2563:" 49D`RFNOKUIXGZE[C[BZBXCWDXCY RRFPMOQNVNZP[ RRFQJPOOVOZP[ R[FWORXP[ R[FYMXQWVWZY[Z[\\Z^X R[FZJYOXVXZY[",2564:" 38G^RFQJOPMULWJZH[F[EZEXFWGXFY RRFRKSVT[ RRFSKTVT[ R`G_H`IaHaG`F^F\\GZJYLWQUWT[",2565:" 34H]SFQGOIMLLNKRKVLYMZO[Q[TZVXXUYSZOZKYHXGWGUHSJQNPSPV RQGOJMNLRLVMYO[",2566:" 53F]UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWIXHY ROLNNMOKOJNJLKJMHOGRFVFYGZH[J[MZOYPVQTQRP RVFXGYHZJZMYOXPVQ",2567:" 43H]UJULTNSOQPOPNNNLOIQGTFWFYGZIZMYPWSSWPYNZK[I[HZHXIWKWMXPZS[V[XZZX RWFXGYIYMXPVSSVOYK[",2568:" 65F^UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWIXHY ROLNNMOKOJNJLKJMHOGRFWFZG[I[KZMYNVORO RWFYGZIZKYMXNVO RROUPVRWYX[ RROTPURVYX[Y[[Z]X",2569:" 36H\\NIMKMMNOPPSPVOXN[K\\H\\G[FZFXGWHVJUMSTRWPZN[ RVJUNTUSXQZN[K[IZHXHWIVJWIX",2570:" 38I[YHXJVOTUSWQZO[ RSLRNPONOMMMKNIPGSF\\FZGYHXKVSUVTXRZO[M[KZJYJXKWLXKY RUFYGZG",2571:" 39G]HJJGLFMFOHOKNNKVKYL[ RMFNHNKKSJVJYL[N[PZSWUTVR RZFVRUVUYW[X[ZZ\\X R[FWRVVVYW[",2572:" 36G\\HJJGLFMFOHOKNOLVLYM[ RMFNHNKLRKVKYM[N[QZTWVTXPYMZIZGYFXFWGVIVLWNYP[Q]Q",2573:" 41F]ILHLGKGIHGJFNFMHLLKUJ[ RLLLUK[ RVFTHRLOUMYK[ RVFUHTLSUR[ RTLTUS[ R`F^G\\IZLWUUYS[",2574:" 52H\\PKOLMLLKLIMGOFQFSGTITLSPQUOXMZJ[H[GZGXHWIXHY RQFRGSISLRPPUNXLZJ[ R]G\\H]I^H^G]F[FYGWIULSPRURXSZT[U[WZYX",2575:" 42G]JJLGNFOFQGQIOOORPT ROFPGPINONRPTRTUSWQYNZL R\\FZLWTUX R]F[LYQWUUXSZP[L[JZIXIWJVKWJX",2576:" 44G\\ZHYJWOVRUTSWQYOZL[ RSLRNPONOMMMKNIPGSF]F[GZHYKXOVUTXQZL[H[GZGXHWJWLXOZQ[T[WZYX RVFZG[G",2601:" 36H\\WMW[X[ RWMXMX[ RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2602:" 36H\\LFL[M[ RLFMFM[ RMPONQMTMVNXPYSYUXXVZT[Q[OZMX RMPQNTNVOWPXSXUWXVYTZQZMX",2603:" 32I[XPVNTMQMONMPLSLUMXOZQ[T[VZXX RXPWQVOTNQNOONPMSMUNXOYQZTZVYWWXX",2604:" 36H\\WFW[X[ RWFXFX[ RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2605:" 36I[MTXTXQWOVNTMQMONMPLSLUMXOZQ[T[VZXX RMSWSWQVOTNQNOONPMSMUNXOYQZTZVYWWXX",2606:" 24LZWFUFSGRJR[S[ RWFWGUGSH RTGSJS[ ROMVMVN ROMONVN",2607:" 48H\\XMWMW\\V_U`SaQaO`N_L_ RXMX\\W_UaSbPbNaL_ RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2608:" 25H\\LFL[M[ RLFMFM[ RMQPNRMUMWNXQX[ RMQPORNTNVOWQW[X[",2609:" 24NWRFQGQHRISITHTGSFRF RRGRHSHSGRG RRMR[S[ RRMSMS[",2610:" 24NWRFQGQHRISITHTGSFRF RRGRHSHSGRG RRMRbSb RRMSMSb",2611:" 22H[LFL[M[ RLFMFM[ RXMWMMW RXMMX RPTV[X[ RQSX[",2612:" 8NWRFR[S[ RRFSFS[",2613:" 42CbGMG[H[ RGMHMH[ RHQKNMMPMRNSQS[ RHQKOMNONQORQR[S[ RSQVNXM[M]N^Q^[ RSQVOXNZN\\O]Q][^[",2614:" 25H\\LML[M[ RLMMMM[ RMQPNRMUMWNXQX[ RMQPORNTNVOWQW[X[",2615:" 36I\\QMONMPLSLUMXOZQ[T[VZXXYUYSXPVNTMQM RQNOONPMSMUNXOYQZTZVYWXXUXSWPVOTNQN",2616:" 36H\\LMLbMb RLMMMMb RMPONQMTMVNXPYSYUXXVZT[Q[OZMX RMPQNTNVOWPXSXUWXVYTZQZMX",2617:" 36H\\WMWbXb RWMXMXb RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2618:" 21KYOMO[P[ ROMPMP[ RPSQPSNUMXM RPSQQSOUNXNXM",2619:" 50J[XPWNTMQMNNMPNRPSUUWV RVUWWWXVZ RWYTZQZNY ROZNXMX RXPWPVN RWOTNQNNO RONNPOR RNQPRUTWUXWXXWZT[Q[NZMX",2620:" 16MXRFR[S[ RRFSFS[ ROMVMVN ROMONVN",2621:" 25H\\LMLWMZO[R[TZWW RLMMMMWNYPZRZTYWW RWMW[X[ RWMXMX[",2622:" 14JZLMR[ RLMMMRY RXMWMRY RXMR[",2623:" 26F^IMN[ RIMJMNX RRMNX RRPN[ RRPV[ RRMVX R[MZMVX R[MV[",2624:" 16I[LMW[X[ RLMMMX[ RXMWML[ RXMM[L[",2625:" 17JZLMR[ RLMMMRY RXMWMRYNb RXMR[ObNb",2626:" 20I[VNL[ RXMNZ RLMXM RLMLNVN RNZXZX[ RL[X[",2651:" 33K[UUTSRRPRNSMTLVLXMZO[Q[SZTX RPRNTMVMYO[ RVRTXTZV[XZYY[V RWRUXUZV[",2652:" 23LZLVNSPO RSFMXMZO[P[RZTXUUURVVWWXWZV RTFNXNZO[",2653:" 22LXTSSTTTTSSRQROSNTMVMXNZP[S[VYXV RQROTNVNYP[",2654:" 33K[UUTSRRPRNSMTLVLXMZO[Q[SZTX RPRNTMVMYO[ RZFTXTZV[XZYY[V R[FUXUZV[",2655:" 23LXOYQXRWSUSSRRQROSNTMVMXNZP[S[VYXV RQROTNVNYP[",2656:" 27OXRRUOWLXIXGWFUGTIKdKfLgNfOcPZQ[S[UZVYXV RTISNRRO[M`Kd",2657:" 38K[UUTSRRPRNSMTLVLXMZO[Q[SZTX RPRNTMVMYO[ RVRPd RWRT[R`PdOfMgLfLdMaO_R]V[YY[V",2658:" 30L[LVNSPO RSFL[ RTFM[ ROUQSSRTRVSVUUXUZV[ RTRUSUUTXTZV[XZYY[V",2659:" 19NVSLRMSNTMSL RQROXOZQ[SZTYVV RRRPXPZQ[",2660:" 24NVSLRMSNTMSL RQRKd RRRO[M`KdJfHgGfGdHaJ_M]Q[TYVV",2661:" 31LZLVNSPO RSFL[ RTFM[ RURUSVSURTRRTOU ROURVSZT[ ROUQVRZT[U[XYZV",2662:" 17NVNVPSRO RUFOXOZQ[SZTYVV RVFPXPZQ[",2663:" 45E^EVGSIRKSKUI[ RIRJSJUH[ RKUMSORPRRSRUP[ RPRQSQUO[ RRUTSVRWRYSYUXXXZY[ RWRXSXUWXWZY[[Z\\Y^V",2664:" 32I[IVKSMROSOUM[ RMRNSNUL[ ROUQSSRTRVSVUUXUZV[ RTRUSUUTXTZV[XZYY[V",2665:" 29KYRRPRNSMTLVLXMZO[Q[SZTYUWUUTSRRQSQURWTXVXXWYV RPRNTMVMYO[",2666:" 30L[LVNSPO RQLHg RRLIg ROUQSSRTRVSVUUXUZV[ RTRUSUUTXTZV[XZYY[V",2667:" 35K[UUTSRRPRNSMTLVLXMZO[Q[SZ RPRNTMVMYO[ RVRPdPfQgSfTcT[V[YY[V RWRT[R`Pd",2668:" 24LZLVNSPRRSRUP[ RPRQSQUO[ RRUTSVRWRVU RVRVUWWXWZV",2669:" 22NZNVPSQQQSTUUWUYTZR[ RQSSUTWTYR[ RNZP[U[XYZV",2670:" 20NVNVPSRO RUFOXOZQ[SZTYVV RVFPXPZQ[ RPNVN",2671:" 27K[NRLXLZN[O[QZSXUU RORMXMZN[ RVRTXTZV[XZYY[V RWRUXUZV[",2672:" 23KZNRMTLWLZN[O[RZTXUUUR RORNTMWMZN[ RURVVWWXWZV",2673:" 36H]LRJTIWIZK[L[NZPX RMRKTJWJZK[ RRRPXPZR[S[UZWXXUXR RSRQXQZR[ RXRYVZW[W]V",2674:" 42JZJVLSNRPRQSQUPXOZM[L[KZKYLYKZ RWSVTWTWSVRURSSRUQXQZR[U[XYZV RQSRU RSSQU RPXQZ RQXOZ",2675:" 32K[NRLXLZN[O[QZSXUU RORMXMZN[ RVRPd RWRT[R`PdOfMgLfLdMaO_R]V[YY[V",2676:" 38LYLVNSPRRRTSTVSXPZN[ RRRSSSVRXPZ RN[P\\Q^QaPdNfLgKfKdLaO^R\\VYYV RN[O\\P^PaOdNf",2700:" 42H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF ROGMJLOLRMWOZ RNYQZSZVY RUZWWXRXOWJUG RVHSGQGNH",2701:" 12H\\NJPISFS[ RNJNKPJRHR[S[",2702:" 34H\\LKLJMHNGPFTFVGWHXJXLWNUQL[ RLKMKMJNHPGTGVHWJWLVNTQK[ RLZYZY[ RK[Y[",2703:" 48H\\MFXFQO RMFMGWG RWFPO RQNSNVOXQYTYUXXVZS[P[MZLYKWLW RPOSOVPXS RTOWQXTXUWXTZ RXVVYSZPZMYLW ROZLX",2704:" 18H\\UIU[V[ RVFV[ RVFKVZV RUILV RLUZUZV",2705:" 53H\\MFLO RNGMN RMFWFWG RNGWG RMNPMSMVNXPYSYUXXVZS[P[MZLYKWLW RLOMOONSNVOXR RTNWPXSXUWXTZ RXVVYSZPZMYLW ROZLX",2706:" 62H\\VGWIXIWGTFRFOGMJLOLTMXOZR[S[VZXXYUYTXQVOSNRNOOMQ RWHTGRGOH RPGNJMOMTNXQZ RMVOYRZSZVYXV RTZWXXUXTWQTO RXSVPSOROOPMS RQONQMT",2707:" 12H\\KFYFO[ RKFKGXG RXFN[O[",2708:" 68H\\PFMGLILKMMNNPOTPVQWRXTXWWYTZPZMYLWLTMRNQPPTOVNWMXKXIWGTFPF RNGMIMKNMPNTOVPXRYTYWXYWZT[P[MZLYKWKTLRNPPOTNVMWKWIVG RWHTGPGMH RLXOZ RUZXX",2709:" 62H\\WPURRSQSNRLPKMKLLINGQFRFUGWIXMXRWWUZR[P[MZLXMXNZ RWMVPSR RWNUQRRQRNQLN RPRMPLMLLMIPG RLKNHQGRGUHWK RSGVIWMWRVWTZ RUYRZPZMY",2710:" 16MXRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2711:" 24MXTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",2712:" 32MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2713:" 40MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",2714:" 24MXRFRTST RRFSFST RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2715:" 58I\\LKLJMHNGQFTFWGXHYJYLXNWOUPRQ RLKMKMJNHQGTGWHXJXLWNUORP RMIPG RUGXI RXMTP RRPRTSTSP RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2716:" 24MXTFRGQIQLRMSMTLTKSJRJQK RRKRLSLSKRK RRGQK RQIRJ",2717:" 24MXTHSIRIQHQGRFSFTGTJSLQM RRGRHSHSGRG RSITJ RTHSL",2718:" 71F_\\MZMXNWPUVTXSYQZMZKYJWJUKSLRQOSMTKTISGQFPFNGMIMKNNPQUWXZZ[\\[ R\\M\\NZNXO RYNXPVVUXSZQ[M[KZJYIWIUJSLQQNRMSKSIRG RSHQGPGNH ROGNINKONQQVWXYZZ\\Z\\[",2719:" 51I\\RBR_S_ RRBSBS_ RWIYIWGTFQFNGLILKMMNNVRWSXUXWWYTZQZOYNX RWIVHTGQGNHMIMKNMVQXSYUYWXYWZT[Q[NZLXNX RXXUZ",2720:" 8G^[BIbJb R[B\\BJb",2721:" 24KYUBSDQGOKNPNTOYQ]S`UbVb RUBVBTDRGPKOPOTPYR]T`Vb",2722:" 24KYNBPDRGTKUPUTTYR]P`NbOb RNBOBQDSGUKVPVTUYS]Q`Ob",2723:" 39JZRFQGSQRR RRFRR RRFSGQQRR RMINIVOWO RMIWO RMIMJWNWO RWIVINOMO RWIMO RWIWJMNMO",2724:" 8F_JQ[Q[R RJQJR[R",2725:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",2726:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",2727:" 11NWSFRGRM RSGRM RSFTGRM",2728:" 22I[NFMGMM RNGMM RNFOGMM RWFVGVM RWGVM RWFXGVM",2729:" 30KYQFOGNINKOMQNSNUMVKVIUGSFQF RQFNIOMSNVKUGQF RSFOGNKQNUMVISF",2750:" 42H]TFQGOIMLLOKSKVLYMZO[Q[TZVXXUYRZNZKYHXGVFTF RTFRGPINLMOLSLVMYO[ RQ[SZUXWUXRYNYKXHVF",2751:" 15H]TJO[ RVFP[ RVFSIPKNL RUIQKNL",2752:" 42H]OJPKOLNKNJOHPGSFVFYGZIZKYMWOTQPSMUKWI[ RVFXGYIYKXMVOPS RJYKXMXRZUZWYXW RMXR[U[WZXW",2753:" 50H]OJPKOLNKNJOHPGSFVFYGZIZKYMVOSP RVFXGYIYKXMVO RQPSPVQWRXTXWWYVZS[O[LZKYJWJVKULVKW RSPUQVRWTWWVYUZS[",2754:" 10H]XGR[ RYFS[ RYFJUZU",2755:" 39H]QFLP RQF[F RQGVG[F RLPMOPNSNVOWPXRXUWXUZR[O[LZKYJWJVKULVKW RSNUOVPWRWUVXTZR[",2756:" 46H]YIXJYKZJZIYGWFTFQGOIMLLOKSKWLYMZO[R[UZWXXVXSWQVPTOQOOPMRLT RTFRGPINLMOLSLXMZ RR[TZVXWVWRVP",2757:" 30H]NFLL R[FZIXLSRQUPWO[ RXLRRPUOWN[ RMIPFRFWI RNHPGRGWIYIZH[F",2758:" 63H]SFPGOHNJNMOOQPTPXOYNZLZIYGVFSF RSFQGPHOJOMPOQP RTPWOXNYLYIXGVF RQPMQKSJUJXKZN[R[VZWYXWXTWRVQTP RQPNQLSKUKXLZN[ RR[UZVYWWWSVQ",2759:" 46H]YMXOVQTRQROQNPMNMKNIPGSFVFXGYHZJZNYRXUVXTZQ[N[LZKXKWLVMWLX ROQNONKOIQGSF RXGYIYNXRWUUXSZQ[",2760:" 6MXPYOZP[QZPY",2761:" 8MXP[OZPYQZQ[P]N_",2762:" 11MXSMRNSOTNSM RPYOZP[QZ",2763:" 14MXSMRNSOTNSM RP[OZPYQZQ[P]N_",2764:" 17MXUFTGRS RUGRS RUFVGRS RPYOZP[QZPY",2765:" 34H]OJPKOLNKNJOHPGSFWFZG[I[KZMYNSPQQQSRTTT RWFYGZIZKYMXNVO RPYOZP[QZPY",2766:" 8MXVFTHSJSKTLUKTJ",2767:" 8MXUHTGUFVGVHUJSL",2768:" 55E_\\N[O\\P]O]N\\M[MYNWPRXPZN[K[HZGXGVHTISKRPPROTMUKUITGRFPGOIOLPRQUSXUZW[Y[ZYZX RK[IZHXHVITJSPP ROLPQQTSWUYWZYZZY",2769:" 41H]TBL_ RYBQ_ RZJYKZL[K[JZHYGVFRFOGMIMKNMONVRXT RMKOMVQWRXTXWWYVZS[O[LZKYJWJVKULVKW",2770:" 3G]_BEb",2771:" 20KZZBVESHQKOONTNXO]P`Qb RVESIQMPPOUOZP_Qb",2772:" 20JYSBTDUGVLVPUUSYQ\\N_Jb RSBTEUJUOTTSWQ[N_",2773:" 9J[TFTR ROIYO RYIOO",2774:" 3E_IR[R",2775:" 6E_RIR[ RIR[R",2776:" 6E_IO[O RIU[U",2777:" 6NWUFSM RVFSM",2778:" 12I[PFNM RQFNM RYFWM RZFWM",2779:" 14KZSFQGPIPKQMSNUNWMXKXIWGUFSF",2801:" 18H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[",2802:" 31G]LFL[ RMFM[ RIFYFYLXF RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2803:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2804:" 14I[NFN[ ROFO[ RKFZFZLYF RK[R[",2805:" 31F^NFNLMTLXKZJ[ RXFX[ RYFY[ RKF\\F RG[\\[ RG[Gb RH[Gb R[[\\b R\\[\\b",2806:" 22G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[",2807:" 71CbRFR[ RSFS[ ROFVF RGGHHGIFHFGGFHFIGJIKMLONPWPYOZM[I\\G]F^F_G_H^I]H^G RNPLQKSJXIZH[ RNPMQLSKXJZI[G[FZEX RWPYQZS[X\\Z][ RWPXQYSZX[Z\\[^[_Z`X RO[V[",2808:" 45H\\LIKFKLLINGPFTFWGXIXLWNTOQO RTFVGWIWLVNTO RTOVPXRYTYWXYWZT[O[MZLYKWKVLUMVLW RWQXTXWWYVZT[",2809:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RXHLY RH[O[ RU[\\[",2810:" 37F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RXHLY RH[O[ RU[\\[ RN@N?M?M@NBPCTCVBW@",2811:" 43F^KFK[ RLFL[ RHFOF RLPSPUOVMWIXGYFZF[G[HZIYHZG RSPUQVSWXXZY[ RSPTQUSVXWZX[Z[[Z\\X RH[O[",2812:" 25E^MFMLLTKXJZI[H[GZGYHXIYHZ RXFX[ RYFY[ RJF\\F RU[\\[",2813:" 30F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][",2814:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[",2815:" 44G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF",2816:" 21F^KFK[ RLFL[ RXFX[ RYFY[ RHF\\F RH[O[ RU[\\[",2817:" 29G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[",2818:" 32G\\XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXXYV RQFOGMILKKNKSLVMXOZQ[",2819:" 16I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[",2820:" 24H]KFRV RLFSV RZFSVQYPZN[M[LZLYMXNYMZ RIFOF RVF\\F",2821:" 48F_RFR[ RSFS[ ROFVF RPILJJLIOIRJULWPXUXYW[U\\R\\O[LYJUIPI RPIMJKLJOJRKUMWPX RUXXWZU[R[OZLXJUI RO[V[",2822:" 21H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[",2823:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RH[\\[ R[[\\b R\\[\\b",2824:" 28F]KFKQLSOTRTUSWQ RLFLQMSOT RWFW[ RXFX[ RHFOF RTF[F RT[[[",2825:" 30BcGFG[ RHFH[ RRFR[ RSFS[ R]F][ R^F^[ RDFKF ROFVF RZFaF RD[a[",2826:" 36BcGFG[ RHFH[ RRFR[ RSFS[ R]F][ R^F^[ RDFKF ROFVF RZFaF RD[a[ R`[ab Ra[ab",2827:" 31F`PFP[ RQFQ[ RIFHLHFTF RQPXP[Q\\R]T]W\\Y[ZX[M[ RXPZQ[R\\T\\W[YZZX[",2828:" 41CaHFH[ RIFI[ REFLF RIPPPSQTRUTUWTYSZP[E[ RPPRQSRTTTWSYRZP[ R[F[[ R\\F\\[ RXF_F RX[_[",2829:" 29H]MFM[ RNFN[ RJFQF RNPUPXQYRZTZWYYXZU[J[ RUPWQXRYTYWXYWZU[",2830:" 39H]LIKFKLLINGQFSFVGXIYKZNZSYVXXVZS[P[MZLYKWKVLUMVLW RSFUGWIXKYNYSXVWXUZS[ RPPYP",2831:" 59CbHFH[ RIFI[ REFLF RE[L[ RVFSGQIPKOOORPVQXSZV[X[[Z]X^V_R_O^K]I[GXFVF RVFTGRIQKPOPRQVRXTZV[ RX[ZZ\\X]V^R^O]K\\IZGXF RIPOP",2832:" 45G]WFW[ RXFX[ R[FOFLGKHJJJLKNLOOPWP ROFMGLHKJKLLNMOOP RRPPQORLYKZJZIY RPQOSMZL[J[IYIX RT[[[",2901:" 39I]NONPMPMONNPMTMVNWOXQXXYZZ[ RWOWXXZZ[[[ RWQVRPSMTLVLXMZP[S[UZWX RPSNTMVMXNZP[",2902:" 48H\\XFWGQINKLNKQKULXNZQ[S[VZXXYUYSXPVNSMQMNNLPKS RXFWHUIQJNLLN RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM",2903:" 37H\\MMM[ RNMN[ RJMUMXNYPYQXSUT RUMWNXPXQWSUT RNTUTXUYWYXXZU[J[ RUTWUXWXXWZU[",2904:" 14HZMMM[ RNMN[ RJMXMXRWM RJ[Q[",2905:" 22F]NMNQMWLZK[ RWMW[ RXMX[ RKM[M RI[H`H[[[[`Z[",2906:" 31H[LSXSXQWOVNTMQMNNLPKSKULXNZQ[S[VZXX RWSWPVN RQMONMPLSLUMXOZQ[",2907:" 59E`RMR[ RSMS[ ROMVM RJNIOHNIMJMKNMRNSPTUTWSXRZN[M\\M]N\\O[N RPTNUMVKZJ[ RPTNVLZK[I[HZGX RUTWUXVZZ[[ RUTWVYZZ[\\[]Z^X RO[V[",2908:" 42I[MOLMLQMONNPMTMWNXPXQWSTT RTMVNWPWQVSTT RQTTTWUXWXXWZT[P[MZLXLWMVNWMX RTTVUWWWXVZT[",2909:" 27G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[P[ RT[[[ RWNMZ",2910:" 37G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[P[ RT[[[ RWNMZ ROGOFNFNGOIQJSJUIVG",2911:" 38H\\MMM[ RNMN[ RJMQM RNTPTSSTRVNWMXMYNXOWN RPTSUTVVZW[ RPTRUSVUZV[X[YZZX RJ[Q[",2912:" 22G]NMNQMWLZK[J[IZJYKZ RWMW[ RXMX[ RKM[M RT[[[",2913:" 30G^LML[ RLMR[ RMMRY RXMR[ RXMX[ RYMY[ RIMMM RXM\\M RI[O[ RU[\\[",2914:" 27G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RMTWT RI[P[ RT[[[",2915:" 36H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM",2916:" 21G]LML[ RMMM[ RWMW[ RXMX[ RIM[M RI[P[ RT[[[",2917:" 36G\\LMLb RMMMb RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIMMM RIbPb",2918:" 28H[WPVQWRXQXPVNTMQMNNLPKSKULXNZQ[S[VZXX RQMONMPLSLUMXOZQ[",2919:" 16I\\RMR[ RSMS[ RMMLRLMYMYRXM RO[V[",2920:" 22I[LMR[ RMMRY RXMR[P_NaLbKbJaK`La RJMPM RTMZM",2921:" 52H]RFRb RSFSb ROFSF RRPQNPMNMLNKQKWLZN[P[QZRX RNMMNLQLWMZN[ RWMXNYQYWXZW[ RSPTNUMWMYNZQZWYZW[U[TZSX RObVb",2922:" 21H\\LMW[ RMMX[ RXML[ RJMPM RTMZM RJ[P[ RT[Z[",2923:" 23G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[[[[`Z[",2924:" 28G]LMLTMVPWRWUVWT RMMMTNVPW RWMW[ RXMX[ RIMPM RTM[M RT[[[",2925:" 30CbHMH[ RIMI[ RRMR[ RSMS[ R\\M\\[ R]M][ REMLM ROMVM RYM`M RE[`[",2926:" 32CbHMH[ RIMI[ RRMR[ RSMS[ R\\M\\[ R]M][ REMLM ROMVM RYM`M RE[`[``_[",2927:" 27H]QMQ[ RRMR[ RLMKRKMUM RRTVTYUZWZXYZV[N[ RVTXUYWYXXZV[",2928:" 37E_JMJ[ RKMK[ RGMNM RKTOTRUSWSXRZO[G[ ROTQURWRXQZO[ RYMY[ RZMZ[ RVM]M RV[][",2929:" 25J[OMO[ RPMP[ RLMSM RPTTTWUXWXXWZT[L[ RTTVUWWWXVZT[",2930:" 34I\\MOLMLQMONNPMSMVNXPYSYUXXVZS[P[NZLXLWMVNWMX RSMUNWPXSXUWXUZS[ RRTXT",2931:" 51DaIMI[ RJMJ[ RFMMM RF[M[ RVMSNQPPSPUQXSZV[X[[Z]X^U^S]P[NXMVM RVMTNRPQSQURXTZV[ RX[ZZ\\X]U]S\\PZNXM RJTPT",2932:" 40G\\VMV[ RWMW[ RZMOMLNKPKQLSOTVT ROMMNLPLQMSOT RTTQUPVNZM[ RTTRUQVOZN[L[KZJX RS[Z[",3001:" 36H\\RFKZ RQIW[ RRIX[ RRFY[ RMUVU RI[O[ RT[[[ RKZJ[ RKZM[ RWZU[ RWYV[ RXYZ[",3002:" 78G]LFL[ RMGMZ RNFN[ RIFUFXGYHZJZLYNXOUP RXHYJYLXN RUFWGXIXMWOUP RNPUPXQYRZTZWYYXZU[I[ RXRYTYWXY RUPWQXSXXWZU[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3003:" 37G\\XIYFYLXIVGTFQFNGLIKKJNJSKVLXNZQ[T[VZXXYV RMILKKNKSLVMX RQFOGMJLNLSMWOZQ[",3004:" 62G]LFL[ RMGMZ RNFN[ RIFSFVGXIYKZNZSYVXXVZS[I[ RWIXKYNYSXVWX RSFUGWJXNXSWWUZS[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3005:" 83G\\LFL[ RMGMZ RNFN[ RIFYFYL RNPTP RTLTT RI[Y[YU RJFLG RKFLH ROFNH RPFNG RTFYG RVFYH RWFYI RXFYL RTLSPTT RTNRPTR RTOPPTQ RLZJ[ RLYK[ RNYO[ RNZP[ RT[YZ RV[YY RW[YX RX[YU",3006:" 70G[LFL[ RMGMZ RNFN[ RIFYFYL RNPTP RTLTT RI[Q[ RJFLG RKFLH ROFNH RPFNG RTFYG RVFYH RWFYI RXFYL RTLSPTT RTNRPTR RTOPPTQ RLZJ[ RLYK[ RNYO[ RNZP[",3007:" 60G^XIYFYLXIVGTFQFNGLIKKJNJSKVLXNZQ[T[VZXZY[YS RMILKKNKSLVMX RQFOGMJLNLSMWOZQ[ RXTXY RWSWYVZ RTS\\S RUSWT RVSWU RZSYU R[SYT",3008:" 81F^KFK[ RLGLZ RMFM[ RWFW[ RXGXZ RYFY[ RHFPF RTF\\F RMPWP RH[P[ RT[\\[ RIFKG RJFKH RNFMH ROFMG RUFWG RVFWH RZFYH R[FYG RKZI[ RKYJ[ RMYN[ RMZO[ RWZU[ RWYV[ RYYZ[ RYZ[[",3009:" 39LXQFQ[ RRGRZ RSFS[ RNFVF RN[V[ ROFQG RPFQH RTFSH RUFSG RQZO[ RQYP[ RSYT[ RSZU[",3010:" 45JYSFSWRZQ[ RTGTWSZ RUFUWTZQ[O[MZLXLVMUNUOVOWNXMX RMVMWNWNVMV RPFXF RQFSG RRFSH RVFUH RWFUG",3011:" 69F\\KFK[ RLGLZ RMFM[ RXGMR RPPW[ RQPX[ RQNY[ RHFPF RUF[F RH[P[ RT[[[ RIFKG RJFKH RNFMH ROFMG RWFXG RZFXG RKZI[ RKYJ[ RMYN[ RMZO[ RWYU[ RWYZ[",3012:" 52I[NFN[ ROGOZ RPFP[ RKFSF RK[Z[ZU RLFNG RMFNH RQFPH RRFPG RNZL[ RNYM[ RPYQ[ RPZR[ RU[ZZ RW[ZY RX[ZX RY[ZU",3013:" 63E_JFJZ RJFQ[ RKFQX RLFRX RXFQ[ RXFX[ RYGYZ RZFZ[ RGFLF RXF]F RG[M[ RU[][ RHFJG R[FZH R\\FZG RJZH[ RJZL[ RXZV[ RXYW[ RZY[[ RZZ\\[",3014:" 39F^KFKZ RKFY[ RLFXX RMFYX RYGY[ RHFMF RVF\\F RH[N[ RIFKG RWFYG R[FYG RKZI[ RKZM[",3015:" 54G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RMILKKNKSLVMX RWXXVYSYNXKWI RQFOGMJLNLSMWOZQ[ RS[UZWWXSXNWJUGSF",3016:" 59G]LFL[ RMGMZ RNFN[ RIFUFXGYHZJZMYOXPUQNQ RXHYJYMXO RUFWGXIXNWPUQ RI[Q[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3017:" 77G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RMILKKNKSLVMX RWXXVYSYNXKWI RQFOGMJLNLSMWOZQ[ RS[UZWWXSXNWJUGSF RNXOVQURUTVUXV^W`Y`Z^Z\\ RV\\W^X_Y_ RUXW]X^Y^Z]",3018:" 80G]LFL[ RMGMZ RNFN[ RIFUFXGYHZJZLYNXOUPNP RXHYJYLXN RUFWGXIXMWOUP RRPTQUSWYX[Z[[Y[W RWWXYYZZZ RTQURXXYYZY[X RI[Q[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3019:" 44H\\XIYFYLXIVGSFPFMGKIKLLNOPURWSXUXXWZ RLLMNOOUQWRXT RMGLILKMMONUPXRYTYWXYWZT[Q[NZLXKUK[LX",3020:" 57H\\JFJL RQFQ[ RRGRZ RSFS[ RZFZL RJFZF RN[V[ RKFJL RLFJI RMFJH ROFJG RUFZG RWFZH RXFZI RYFZL RQZO[ RQYP[ RSYT[ RSZU[",3021:" 45F^KFKULXNZQ[S[VZXXYUYG RLGLVMX RMFMVNYOZQ[ RHFPF RVF\\F RIFKG RJFKH RNFMH ROFMG RWFYG R[FYG",3022:" 34H\\KFR[ RLFRXR[ RMFSX RYGR[ RIFPF RUF[F RJFLH RNFMH ROFMG RWFYG RZFYG",3023:" 55F^JFN[ RKFNVN[ RLFOV RRFOVN[ RRFV[ RSFVVV[ RTFWV RZGWVV[ RGFOF RRFTF RWF]F RHFKG RIFKH RMFLH RNFLG RXFZG R\\FZG",3024:" 54H\\KFW[ RLFX[ RMFY[ RXGLZ RIFPF RUF[F RI[O[ RT[[[ RJFMH RNFMH ROFMG RVFXG RZFXG RLZJ[ RLZN[ RWZU[ RWYV[ RWYZ[",3025:" 48G]JFQQQ[ RKFRQRZ RLFSQS[ RYGSQ RHFOF RVF\\F RN[V[ RIFKG RNFLG RWFYG R[FYG RQZO[ RQYP[ RSYT[ RSZU[",3026:" 41H\\YFKFKL RWFK[ RXFL[ RYFM[ RK[Y[YU RLFKL RMFKI RNFKH RPFKG RT[YZ RV[YY RW[YX RX[YU",3051:" 38H\\UFIZ RSJT[ RTHUZ RUFUHVYV[ RLUTU RF[L[ RQ[X[ RIZG[ RIZK[ RTZR[ RTYS[ RVYW[",3052:" 78F^OFI[ RPFJ[ RQFK[ RLFWFZG[I[KZNYOVP RYGZIZKYNXO RWFXGYIYKXNVP RNPVPXQYSYUXXVZR[F[ RWQXSXUWXUZ RVPWRWUVXTZR[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3053:" 41H]ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[S[UZWXXV RQHOJNLMOLSLWMY RTFRGPJOLNOMSMXNZP[",3054:" 63F]OFI[ RPFJ[ RQFK[ RLFUFXGYHZKZOYSWWUYSZO[F[ RWGXHYKYOXSVWTY RUFWHXKXOWSUWRZO[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3055:" 80F]OFI[ RPFJ[ RQFK[ RULST RLF[FZL RNPTP RF[U[WV RMFPG RNFOH RRFPH RSFPG RWFZG RXFZH RYFZI RZFZL RULSPST RTNRPSR RTOQPSQ RJZG[ RJYH[ RKYL[ RJZM[ RP[UZ RR[UY RUYWV",3056:" 70F\\OFI[ RPFJ[ RQFK[ RULST RLF[FZL RNPTP RF[N[ RMFPG RNFOH RRFPH RSFPG RWFZG RXFZH RYFZI RZFZL RULSPST RTNRPSR RTOQPSQ RJZG[ RJYH[ RKYL[ RJZM[",3057:" 65H^ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[R[UZWXYT RQHOJNLMOLSLWMY RVXWWXT RTFRGPJOLNOMSMXNZP[ RR[TZVWWT RTT\\T RUTWU RVTWW RZTXV R[TXU",3058:" 81E_NFH[ ROFI[ RPFJ[ RZFT[ R[FU[ R\\FV[ RKFSF RWF_F RLPXP RE[M[ RQ[Y[ RLFOG RMFNH RQFOH RRFOG RXF[G RYFZH R]F[H R^F[G RIZF[ RIYG[ RJYK[ RIZL[ RUZR[ RUYS[ RVYW[ RUZX[",3059:" 39KYTFN[ RUFO[ RVFP[ RQFYF RK[S[ RRFUG RSFTH RWFUH RXFUG ROZL[ ROYM[ RPYQ[ ROZR[",3060:" 47I\\WFRWQYO[ RXFTSSVRX RYFUSSXQZO[M[KZJXJVKULUMVMWLXKX RKVKWLWLVKV RTF\\F RUFXG RVFWH RZFXH R[FXG",3061:" 72F]OFI[ RPFJ[ RQFK[ R\\GMR RQOU[ RROV[ RSNWZ RLFTF RYF_F RF[N[ RR[Y[ RMFPG RNFOH RRFPH RSFPG RZF\\G R^F\\G RJZG[ RJYH[ RKYL[ RJZM[ RUZS[ RUYT[ RVYX[",3062:" 49H\\QFK[ RRFL[ RSFM[ RNFVF RH[W[YU ROFRG RPFQH RTFRH RUFRG RLZI[ RLYJ[ RMYN[ RLZO[ RR[WZ RT[XX RV[YU",3063:" 68D`MFGZ RMGNYN[ RNFOY ROFPX R[FPXN[ R[FU[ R\\FV[ R]FW[ RJFOF R[F`F RD[J[ RR[Z[ RKFMG RLFMH R^F\\H R_F\\G RGZE[ RGZI[ RVZS[ RVYT[ RWYX[ RVZY[",3064:" 43F_OFIZ ROFV[ RPFVX RQFWX R\\GWXV[ RLFQF RYF_F RF[L[ RMFPG RNFPH RZF\\G R^F\\G RIZG[ RIZK[",3065:" 56G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF ROIMLLOKSKWLY RUXWUXRYNYJXH RSFQGOJNLMOLSLXMZN[ RQ[SZUWVUWRXNXIWGVF",3066:" 60F]OFI[ RPFJ[ RQFK[ RLFXF[G\\I\\K[NYPUQMQ RZG[I[KZNXP RXFYGZIZKYNWPUQ RF[N[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3067:" 78G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF ROIMLLOKSKWLY RUXWUXRYNYJXH RSFQGOJNLMOLSLXMZN[ RQ[SZUWVUWRXNXIWGVF RLXMVOUPURVSXT]U^V^W] RT^U_V_ RSXS_T`V`W]W\\",3068:" 78F^OFI[ RPFJ[ RQFK[ RLFWFZG[I[KZNYOVPNP RYGZIZKYNXO RWFXGYIYKXNVP RRPTQURWXXYYYZX RWYXZYZ RURVZW[Y[ZXZW RF[N[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3069:" 44G^ZH[H\\F[L[JZHYGVFRFOGMIMLNNPPVSWUWXVZ RNLONVRWT ROGNINKOMUPWRXTXWWYVZS[O[LZKYJWJUI[JYKY",3070:" 54G]TFN[ RUFO[ RVFP[ RMFKL R]F\\L RMF]F RK[S[ RNFKL RPFLI RRFMG RYF\\G RZF\\H R[F\\I R\\F\\L ROZL[ ROYM[ RPYQ[ ROZR[",3071:" 48F_NFKQJUJXKZN[R[UZWXXU\\G ROFLQKUKYLZ RPFMQLULYN[ RKFSF RYF_F RLFOG RMFNH RQFOH RRFOG RZF\\G R^F\\G",3072:" 35H\\NFNHOYO[ ROGPX RPFQW R[GO[ RLFSF RXF^F RMFNH RQFPH RRFOG RYF[G R]F[G",3073:" 57E_MFMHKYK[ RNGLX ROFMW RUFMWK[ RUFUHSYS[ RVGTX RWFUW R]GUWS[ RJFRF RUFWF RZF`F RKFNG RLFMH RPFNI RQFNG R[F]G R_F]G",3074:" 54G]NFT[ ROFU[ RPFV[ R[GIZ RLFSF RXF^F RF[L[ RQ[X[ RMFOH RQFPH RRFPG RYF[G R]F[G RIZG[ RIZK[ RTZR[ RTYS[ RUYW[",3075:" 51G]MFQPN[ RNFRPO[ ROFSPP[ R\\GSP RKFRF RYF_F RK[S[ RLFNG RPFOH RQFNG RZF\\G R^F\\G ROZL[ ROYM[ RPYQ[ ROZR[",3076:" 35G]ZFH[ R[FI[ R\\FJ[ R\\FNFLL RH[V[XU ROFLL RPFMI RRFNG RR[VZ RT[WX RU[XU",3101:" 54I]NPNOOOOQMQMONNPMTMVNWOXQXXYZZ[ RVOWQWXXZ RTMUNVPVXWZZ[[[ RVRUSPTMULWLXMZP[S[UZVX RNUMWMXNZ RUSQTOUNWNXOZP[",3102:" 47G\\LFL[MZOZ RMGMY RIFNFNZ RNPONQMSMVNXPYSYUXXVZS[Q[OZNX RWPXRXVWX RSMUNVOWRWVVYUZS[ RJFLG RKFLH",3103:" 34H[WQWPVPVRXRXPVNTMQMNNLPKSKULXNZQ[S[VZXX RMPLRLVMX RQMONNOMRMVNYOZQ[",3104:" 52H]VFV[[[ RWGWZ RSFXFX[ RVPUNSMQMNNLPKSKULXNZQ[S[UZVX RMPLRLVMX RQMONNOMRMVNYOZQ[ RTFVG RUFVH RXYY[ RXZZ[",3105:" 41H[MSXSXQWOVNSMQMNNLPKSKULXNZQ[S[VZXX RWRWQVO RMPLRLVMX RVSVPUNSM RQMONNOMRMVNYOZQ[",3106:" 40KYWHWGVGVIXIXGWFTFRGQHPKP[ RRHQKQZ RTFSGRIR[ RMMVM RM[U[ RPZN[ RPYO[ RRYS[ RRZT[",3107:" 89I\\XNYOZNYMXMVNUO RQMONNOMQMSNUOVQWSWUVVUWSWQVOUNSMQM ROONQNSOU RUUVSVQUO RQMPNOPOTPVQW RSWTVUTUPTNSM RNUMVLXLYM[N\\Q]U]X^Y_ RN[Q\\U\\X] RLYMZP[U[X\\Y^Y_XaUbObLaK_K^L\\O[ RObMaL_L^M\\O[",3108:" 65G^LFL[ RMGMZ RIFNFN[ RNQOOPNRMUMWNXOYRY[ RWOXRXZ RUMVNWQW[ RI[Q[ RT[\\[ RJFLG RKFLH RLZJ[ RLYK[ RNYO[ RNZP[ RWZU[ RWYV[ RYYZ[ RYZ[[",3109:" 43LXQFQHSHSFQF RRFRH RQGSG RQMQ[ RRNRZ RNMSMS[ RN[V[ ROMQN RPMQO RQZO[ RQYP[ RSYT[ RSZU[",3110:" 41KXRFRHTHTFRF RSFSH RRGTG RRMR^QaPb RSNS]R` ROMTMT]S`RaPbMbLaL_N_NaMaM` RPMRN RQMRO",3111:" 61G]LFL[ RMGMZ RIFNFN[ RWNNW RRSY[ RRTX[ RQTW[ RTM[M RI[Q[ RT[[[ RJFLG RKFLH RUMWN RZMWN RLZJ[ RLYK[ RNYO[ RNZP[ RWYU[ RVYZ[",3112:" 31LXQFQ[ RRGRZ RNFSFS[ RN[V[ ROFQG RPFQH RQZO[ RQYP[ RSYT[ RSZU[",3113:" 99AcFMF[ RGNGZ RCMHMH[ RHQIOJNLMOMQNROSRS[ RQORRRZ ROMPNQQQ[ RSQTOUNWMZM\\N]O^R^[ R\\O]R]Z RZM[N\\Q\\[ RC[K[ RN[V[ RY[a[ RDMFN REMFO RFZD[ RFYE[ RHYI[ RHZJ[ RQZO[ RQYP[ RSYT[ RSZU[ R\\ZZ[ R\\Y[[ R^Y_[ R^Z`[",3114:" 65G^LML[ RMNMZ RIMNMN[ RNQOOPNRMUMWNXOYRY[ RWOXRXZ RUMVNWQW[ RI[Q[ RT[\\[ RJMLN RKMLO RLZJ[ RLYK[ RNYO[ RNZP[ RWZU[ RWYV[ RYYZ[ RYZ[[",3115:" 46H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RMPLRLVMX RWXXVXRWP RQMONNOMRMVNYOZQ[ RS[UZVYWVWRVOUNSM",3116:" 60G\\LMLb RMNMa RIMNMNb RNPONQMSMVNXPYSYUXXVZS[Q[OZNX RWPXRXVWX RSMUNVOWRWVVYUZS[ RIbQb RJMLN RKMLO RLaJb RL`Kb RN`Ob RNaPb",3117:" 55H\\VNVb RWOWa RUNWNXMXb RVPUNSMQMNNLPKSKULXNZQ[S[UZVX RMPLRLVMX RQMONNOMRMVNYOZQ[ RSb[b RVaTb RV`Ub RX`Yb RXaZb",3118:" 43IZNMN[ RONOZ RKMPMP[ RWOWNVNVPXPXNWMUMSNQPPS RK[S[ RLMNN RMMNO RNZL[ RNYM[ RPYQ[ RPZR[",3119:" 43J[WOXMXQWOVNTMPMNNMOMQNSPTUUWVXY RNNMQ RNRPSUTWU RXVWZ RMONQPRUSWTXVXYWZU[Q[OZNYMWM[NY",3120:" 22KZPHPVQYRZT[V[XZYX RQHQWRY RPHRFRWSZT[ RMMVM",3121:" 43G^LMLVMYNZP[S[UZVYWW RMNMWNY RIMNMNWOZP[ RWMW[\\[ RXNXZ RTMYMY[ RJMLN RKMLO RYYZ[ RYZ[[",3122:" 31I[LMR[ RMMRY RNMSY RXNSYR[ RJMQM RTMZM RKMNO RPMNN RVMXN RYMXN",3123:" 45F^JMN[ RKMNX RLMOX RRMOXN[ RRMV[ RSMVX RRMTMWX RZNWXV[ RGMOM RWM]M RHMKN RNMLN RXMZN R\\MZN",3124:" 48H\\LMV[ RMMW[ RNMX[ RWNMZ RJMQM RTMZM RJ[P[ RS[Z[ RKMMN RPMNN RUMWN RYMWN RMZK[ RMZO[ RVZT[ RWZY[",3125:" 40H[LMR[ RMMRY RNMSY RXNSYP_NaLbJbIaI_K_KaJaJ` RJMQM RTMZM RKMNO RPMNN RVMXN RYMXN",3126:" 41I[VML[ RWMM[ RXMN[ RXMLMLQ RL[X[XW RMMLQ RNMLP ROMLO RQMLN RS[XZ RU[XY RV[XX RW[XW",3151:" 50G]WMUTUXVZW[Y[[Y\\W RXMVTVZ RWMYMWTVX RUTUQTNRMPMMNKQJTJVKYLZN[P[RZSYTWUT RNNLQKTKWLY RPMNOMQLTLWMZN[",3152:" 52I\\PFNMMSMWNYOZQ[S[VZXWYTYRXOWNUMSMQNPOOQNT RQFOMNQNWOZ RVYWWXTXQWO RMFRFPMNT RS[UYVWWTWQVNUM RNFQG ROFPH",3153:" 34I[WQWPVPVRXRXPWNUMRMONMQLTLVMYNZP[R[UZWW ROONQMTMWNY RRMPOOQNTNWOZP[",3154:" 58G]YFVQUUUXVZW[Y[[Y\\W RZFWQVUVZ RVF[FWTVX RUTUQTNRMPMMNKQJTJVKYLZN[P[RZSYTWUT RMOLQKTKWLY RPMNOMQLTLWMZN[ RWFZG RXFYH",3155:" 33I[MVQUTTWRXPWNUMRMONMQLTLVMYNZP[R[UZWX ROONQMTMWNY RRMPOOQNTNWOZP[",3156:" 45JZZHZGYGYI[I[GZFXFVGTISKRNQRO[N^M`Kb RTJSMRRP[O^ RXFVHUJTMSRQZP]O_MaKbIbHaH_J_JaIaI` RNMYM",3157:" 57H]XMT[S^QaOb RYMU[S_ RXMZMV[T_RaObLbJaI`I^K^K`J`J_ RVTVQUNSMQMNNLQKTKVLYMZO[Q[SZTYUWVT RNOMQLTLWMY RQMOONQMTMWNZO[",3158:" 41G]OFI[K[ RPFJ[ RLFQFK[ RMTOPQNSMUMWNXPXSVX RWNWRVVVZ RWPUUUXVZW[Y[[Y\\W RMFPG RNFOH",3159:" 35KXSFSHUHUFSF RTFTH RSGUG RLQMOOMQMRNSPSSQX RRNRRQVQZ RRPPUPXQZR[T[VYWW",3160:" 45KXUFUHWHWFUF RVFVH RUGWG RMQNOPMRMSNTPTSRZQ]P_NaLbJbIaI_K_KaJaJ` RSNSSQZP]O_ RSPRTP[O^N`Lb",3161:" 49G]OFI[K[ RPFJ[ RLFQFK[ RYOYNXNXPZPZNYMWMUNQROS RMSOSQTRUTYUZWZ RQUSYTZ ROSPTRZS[U[WZYW RMFPG RNFOH",3162:" 26LXTFQQPUPXQZR[T[VYWW RUFRQQUQZ RQFVFRTQX RRFUG RSFTH",3163:" 61@cAQBODMFMGNHPHSF[ RGNGSE[ RGPFTD[F[ RHSJPLNNMPMRNSPSSQ[ RRNRSP[ RRPQTO[Q[ RSSUPWNYM[M]N^P^S\\X R]N]R\\V\\Z R]P[U[X\\Z][_[aYbW",3164:" 42F^GQHOJMLMMNNPNSL[ RMNMSK[ RMPLTJ[L[ RNSPPRNTMVMXNYPYSWX RXNXRWVWZ RXPVUVXWZX[Z[\\Y]W",3165:" 46H\\QMNNLQKTKVLYMZP[S[VZXWYTYRXOWNTMQM RNOMQLTLWMY RVYWWXTXQWO RQMOONQMTMWNZP[ RS[UYVWWTWQVNTM",3166:" 66G]HQIOKMMMNNOPOSNWKb RNNNSMWJb RNPMTIb ROTPQQORNTMVMXNYOZRZTYWWZT[R[PZOWOT RXOYQYTXWWY RVMWNXQXTWWVYT[ RFbNb RJaGb RJ`Hb RK`Lb RJaMb",3167:" 57G\\WMQb RXMRb RWMYMSb RUTUQTNRMPMMNKQJTJVKYLZN[P[RZSYTWUT RMOLQKTKWLY RPMNOMQLTLWMZN[ RNbVb RRaOb RR`Pb RS`Tb RRaUb",3168:" 30I[JQKOMMOMPNQPQTO[ RPNPTN[ RPPOTM[O[ RYOYNXNXPZPZNYMWMUNSPQT",3169:" 47J[XPXOWOWQYQYOXNUMRMONNONQOSQTTUVVWX RONNQ RORQSTTVU RWVVZ RNOOQQRTSVTWVWXVZS[P[MZLYLWNWNYMYMX",3170:" 23KYTFQQPUPXQZR[T[VYWW RUFRQQUQZ RTFVFRTQX RNMXM",3171:" 42F^GQHOJMLMMNNPNSLX RMNMRLVLZ RMPKUKXLZN[P[RZTXVU RXMVUVXWZX[Z[\\Y]W RYMWUWZ RXMZMXTWX",3172:" 29H\\IQJOLMNMONPPPSNX RONORNVNZ ROPMUMXNZP[R[TZVXXUYQYMXMXNYP",3173:" 48CaDQEOGMIMJNKPKSIX RJNJRIVIZ RJPHUHXIZK[M[OZQXRU RTMRURXSZU[W[YZ[X]U^Q^M]M]N^P RUMSUSZ RTMVMTTSX",3174:" 51G]JQLNNMPMRNSPSR RPMQNQRPVOXMZK[I[HZHXJXJZIZIY RRORRQVQY RZOZNYNYP[P[NZMXMVNTPSRRVRZS[ RPVPXQZS[U[WZYW",3175:" 49G]HQIOKMMMNNOPOSMX RNNNRMVMZ RNPLULXMZO[Q[SZUXWT RYMU[T^RaPb RZMV[T_ RYM[MW[U_SaPbMbKaJ`J^L^L`K`K_",3176:" 39H\\YMXOVQNWLYK[ RXOOOMPLR RVORNONNO RVORMOMMOLR RLYUYWXXV RNYRZUZVY RNYR[U[WYXV",3200:" 50H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF RNHMJLNLSMWNY RVYWWXSXNWJVH RQFOGNIMNMSNXOZQ[ RS[UZVXWSWNVIUGSF",3201:" 28H\\QHQ[ RRHRZ RSFS[ RSFPINJ RM[W[ RQZO[ RQYP[ RSYT[ RSZU[",3202:" 62H\\LJLKMKMJLJ RLIMINJNKMLLLKKKJLHMGPFTFWGXHYJYLXNUPPRNSLUKXK[ RWHXJXLWN RTFVGWJWLVNTPPR RKYLXNXSYWYYX RNXSZWZXY RNXS[W[XZYXYV",3203:" 76H\\LJLKMKMJLJ RLIMINJNKMLLLKKKJLHMGPFTFWGXIXLWNTO RVGWIWLVN RSFUGVIVLUNSO RQOTOVPXRYTYWXYWZT[P[MZLYKWKVLUMUNVNWMXLX RWRXTXWWY RSOUPVQWTWWVZT[ RLVLWMWMVLV",3204:" 28H\\SIS[ RTHTZ RUFU[ RUFJUZU RP[X[ RSZQ[ RSYR[ RUYV[ RUZW[",3205:" 55H\\MFKPMNPMSMVNXPYSYUXXVZS[P[MZLYKWKVLUMUNVNWMXLX RWPXRXVWX RSMUNVOWRWVVYUZS[ RLVLWMWMVLV RMFWF RMGUG RMHQHUGWF",3206:" 69H\\VIVJWJWIVI RWHVHUIUJVKWKXJXIWGUFRFOGMILKKOKULXNZQ[S[VZXXYUYTXQVOSNQNOONPMR RNIMKLOLUMXNY RWXXVXSWQ RRFPGOHNJMNMUNXOZQ[ RS[UZVYWVWSVPUOSN",3207:" 43H\\KFKL RYFYIXLTQSSRWR[ RSRRTQWQ[ RXLSQQTPWP[R[ RKJLHNFPFUIWIXHYF RMHNGPGRH RKJLINHPHUI",3208:" 79H\\PFMGLILLMNPOTOWNXLXIWGTFPF RNGMIMLNN RVNWLWIVG RPFOGNINLONPO RTOUNVLVIUGTF RPOMPLQKSKWLYMZP[T[WZXYYWYSXQWPTO RMQLSLWMY RWYXWXSWQ RPONPMSMWNZP[ RT[VZWWWSVPTO",3209:" 69H\\MWMXNXNWMW RWOVQURSSQSNRLPKMKLLINGQFSFVGXIYLYRXVWXUZR[O[MZLXLWMVNVOWOXNYMY RMPLNLKMI RVHWIXLXRWVVX RQSORNQMNMKNHOGQF RSFUGVIWLWSVWUYTZR[",3210:" 16MXRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3211:" 24MXTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",3212:" 32MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3213:" 40MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",3214:" 34MXRFQGQIRQ RRFRTST RRFSFST RSFTGTISQ RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3215:" 52I\\MKMJNJNLLLLJMHNGPFTFWGXHYJYLXNWOSQ RWHXIXMWN RTFVGWIWMVOUP RRQRTSTSQRQ RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3216:" 24MXTFRGQIQLRMSMTLTKSJRJQK RRKRLSLSKRK RRGQK RQIRJ",3217:" 24MXTHSIRIQHQGRFSFTGTJSLQM RRGRHSHSGRG RSITJ RTHSL",3218:" 74E_[O[NZNZP\\P\\N[MZMYNXPVUTXRZP[L[JZIXIUJSPORMSKSIRGPFNGMIMLNOPRTWWZY[[[\\Y\\X RKZJXJUKSLR RRMSI RSKRG RNGMK RNNPQTVWYYZ RN[LZKXKULSPO RMINMQQUVXYZZ[Z\\Y",3219:" 56H\\PBP_ RTBT_ RXKXJWJWLYLYJXHWGTFPFMGKIKLLNOPURWSXUXXWZ RLLMNOOUQWRXT RMGLILKMMONUPXRYTYWXYWZT[P[MZLYKWKUMUMWLWLV",3220:" 8G^[BIbJb R[B\\BJb",3221:" 27KYUBSDQGOKNPNTOYQ]S`Ub RQHPKOOOUPYQ\\ RSDRFQIPOPUQ[R^S`",3222:" 27KYOBQDSGUKVPVTUYS]Q`Ob RSHTKUOUUTYS\\ RQDRFSITOTUS[R^Q`",3223:" 39JZRFQGSQRR RRFRR RRFSGQQRR RMINIVOWO RMIWO RMIMJWNWO RWIVINOMO RWIMO RWIWJMNMO",3224:" 8F_JQ[Q[R RJQJR[R",3225:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",3226:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",3227:" 11NWSFRGRM RSGRM RSFTGRM",3228:" 22I[NFMGMM RNGMM RNFOGMM RWFVGVM RWGVM RWFXGVM",3229:" 30KYQFOGNINKOMQNSNUMVKVIUGSFQF RQFNIOMSNVKUGQF RSFOGNKQNUMVISF",3250:" 58H]TFQGOIMLLOKSKVLYMZO[Q[TZVXXUYRZNZKYHXGVFTF RQHOJNLMOLSLWMY RTYVWWUXRYNYJXH RTFRGPJOLNOMSMXNZO[ RQ[SZUWVUWRXNXIWGVF",3251:" 20H]TJO[Q[ RWFUJP[ RWFQ[ RWFTIQKOL RTJRKOL",3252:" 52H]OKOJPJPLNLNJOHPGSFVFYGZIZKYMWOMUKWI[ RXGYIYKXMVOSQ RVFWGXIXKWMUOMU RJYKXMXRYWYXX RMXRZWZ RMXR[U[WZXXXW",3253:" 64H]OKOJPJPLNLNJOHPGSFVFYGZIZKYMXNVOSP RXGYIYKXMWN RVFWGXIXKWMUOSP RQPSPVQWRXTXWWYUZR[O[LZKYJWJULULWKWKV RVRWTWWVY RSPUQVSVWUYTZR[",3254:" 15H]WJR[T[ RZFXJS[ RZFT[ RZFJUZU",3255:" 49H]QFLP RQF[F RQGYG RPHUHYG[F RLPMOPNSNVOWPXRXUWXUZQ[N[LZKYJWJULULWKWKV RVPWRWUVXTZ RSNUOVQVUUXSZQ[",3256:" 61H]YJYIXIXKZKZIYGWFTFQGOIMLLOKSKVLYMZO[R[UZWXXVXSWQVPTOQOOPNQMS RPINLMOLSLWMY RVXWVWSVQ RTFRGPJOLNOMSMXNZO[ RR[TZUYVVVRUPTO",3257:" 39H]NFLL R[FZIXLTQRTQWP[ RRSPWO[ RXLRRPUOWN[P[ RMIPFRFWI ROGRGWI RMIOHRHWIYIZH[F",3258:"104H]SFPGOHNJNMOOQPTPWOYNZLZIYGWFSF RUFPG RPHOJONPO ROORP RSPWO RXNYLYIXG RYGUF RSFQHPJPNQP RTPVOWNXLXHWF RQPMQKSJUJXKZN[R[VZWYXWXTWRVQTP RRPMQ RNQLSKUKXLZ RKZP[VZ RVYWWWTVR RVQSP RQPOQMSLULXMZN[ RR[TZUYVWVSUQTP",3259:" 61H]XNWPVQTRQROQNPMNMKNIPGSFVFXGYHZKZNYRXUVXTZQ[N[LZKXKVMVMXLXLW ROPNNNKOI RXHYJYNXRWUUX RQRPQOOOKPHQGSF RVFWGXIXNWRVUUWSZQ[",3260:" 16MXPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3261:" 22MXQ[P[OZOYPXQXRYR[Q]P^N_ RPYPZQZQYPY RQ[Q\\P^",3262:" 32MXSMRNROSPTPUOUNTMSM RSNSOTOTNSN RPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3263:" 38MXSMRNROSPTPUOUNTMSM RSNSOTOTNSN RQ[P[OZOYPXQXRYR[Q]P^N_ RPYPZQZQYPY RQ[Q\\P^",3264:" 34MXVFUFTGRT RVGUGRT RVGVHRT RVFWGWHRT RPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3265:" 59H]OKOJPJPLNLNJOHPGSFWFZG[I[KZMYNWOSPQQQSSTTT RUFZG RYGZIZKYMXNVO RWFXGYIYKXMWNSPRQRSST RPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3266:" 22MXWFUGTHSJSLTMUMVLVKUJTJ RUGTITJ RTKTLULUKTK",3267:" 22MXVIUITHTGUFVFWGWIVKULSM RUGUHVHVGUG RVIVJUL",3268:" 72E_\\O\\N[N[P]P]N\\M[MYNWPRXPZN[K[HZGXGVHTISKRPPROTMUKUITGRFPGOIOLPRQURWTZV[X[YYYX RL[HZ RIZHXHVITJSLR RPPQSTYVZ RK[JZIXIVJTKSMRRO ROLPOQRSVUYWZXZYY",3269:" 52H]TBL_ RYBQ_ RZKZJYJYL[L[JZHYGVFRFOGMIMLNNPPVSWUWXVZ RNLONVRWT ROGNINKOMUPWRXTXWWYVZS[O[LZKYJWJULULWKWKV",3270:" 8G^_BEbFb R_B`BFb",3271:" 32JZZBXCUERHPKNOMSMXN\\O_Qb RSHQKOONTN\\ RZBWDTGRJQLPOOSN\\ RNTO]P`Qb",3272:" 32JZSBUEVHWLWQVUTYR\\O_LaJb RVHVPUUSYQ\\ RSBTDUGVP RVHUQTUSXRZP]M`Jb",3273:" 39J[TFSGUQTR RTFTR RTFUGSQTR ROIPIXOYO ROIYO ROIOJYNYO RYIXIPOOO RYIOO RYIYJONOO",3274:" 8F_JQ[Q[R RJQJR[R",3275:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",3276:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",3277:" 11MWUFTGRM RUGRM RUFVGRM",3278:" 22H\\PFOGMM RPGMM RPFQGMM RZFYGWM RZGWM RZF[GWM",3279:" 30KZSFQGPIPKQMSNUNWMXKXIWGUFSF RSFPIQMUNXKWGSF RUFQGPKSNWMXIUF",3301:" 62F^IHJIIJHIIGKFMFOGPHQKQOPRNTLUIV ROHPKPPOR RMFNGOJOPNSLU RLVOY RKVOZ RIVN[UV R\\G[H\\H\\G[FYFWGVHUJUYW[[W RWHVJVXXZ RYFXGWJWWYY",3302:"101E_GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGQHRJRRQUOW RPHQJQT RNFOGPJPUOW RRISGUFWFYGZH[J\\K RYHZJ RWFXGYJZK\\K R\\KRP RYM[O\\R\\U[XYZV[S[PZJWIWHX RXNYN[P RVNYO[Q\\S RTZRZLWKW RZYXZUZRYNWKVIVHXHZI[JZIY",3303:" 79F^RHPFNFLGJJINIRJVLYNZQ[T[WZYY[W RLHKJJMJRKVMYPZ RNFMGLIKMKQLUMWOYRZUZXY[W RUFRHQIPKPLQNTPURUT RQKQLUPUQ RQIQJRLUNVPVRUTSURUPTOR RUFVGXHZH RUGVHWH RTGVIXIZH[G",3304:" 79E_HLHKIIKGNFRFUGWHYJ[M\\Q\\U[XYZV[S[PZJWIWHX RKHMGRGUHWIYK[N RTZRZLWKW RHKJIMHRHUIWJYL[O\\R RZYXZUZRYNWKVIVHXHZI[JZIY RPHMKLMLONSNU RMNMONQNR RMKMMOQOSNUMVKVJUJT",3305:" 95F^RHPFNFLGJJINIRJVLYNZQ[T[WZYY[W RLHKJJMJRKVMYPZ RNFMGLIKMKQLUMWOYRZUZXY[W RUFRHQIPKPLQNTPURUT RQKQLUPUQ RQIQJRLUNVPVRUTSURUPTOR RUFVGXHZH RUGVHWH RTGVIXIZH[G RUNYK RYKZL\\L RXLYMZM RWMXNZN\\L",3306:" 94F^MNKMJKJIKGNFQFTGXI RKHMGRGUH RJKKIMHRHXIZI[H[GZFYF RSHRIQKQMROVSWVWYV\\U]S^ RTPWSXVXYW[ RQMSOVQXSYVYYX[V]S^O^L]K\\JZJWLTLRKQ RL\\K[KWLU RO^M]L[LWMTMRLQJQIRIS RUPYL RYLZM\\M RXMYNZN RWNXOZO\\M",3307:" 99E_UJTHSGQFNFKGIJHNHRIUJWLYNZQ[T[WZYY[W\\T\\Q[NYL RKHJJIMIRJUKW RZW[U[QZNYM RNFLGKIJMJRKVLXNZ RWZYXZUZQYOWM RUFRHPJOLOMPOSQTSTU RPLPMTQTR RPJPKQMTOUQUSTURVQVOUNS RTOYLZJ R\\FZJ RYG]I R\\F[GYGZHZJ[I]I\\H\\F",3308:" 92F_RFPGNIMKMMNOPQQSQU RNLNMQQQR RNINKOMQORQRSQUPVNWLWJVIUHSHQIPJQIR RRFTHVHXG RQGSH RPGQHSIUIXG RRPYK RYK[N\\Q\\T[WYYVZR[ RXLZN[Q[UZW RVMWMYOZRZVYXXYVZ RVZTZRYPYNZM\\N^P_R_T^ RSZQZ RR[PZNZ",3309:" 83F_PPNPLOKNJLJJKHLGOFQFTGWJYK RLHNGRGTHUI RJJKIMHQHTIVJYK[K\\J\\H[GYG RJXKYJZIYIWJVLVNWPYR\\T^ RNXOYQ\\R] RLVMWNYP\\Q]S^V^X]Y\\ZZZWYUWRVPVO RYXYWVRVQ RX]Y[YYXWVTURUPWNYNZOZP",3310:" 83F_PPNPLOKNJLJJKHLGOFQFTGWJYK RLHNGRGTHUI RJJKIMHQHTIVJYK[K\\J\\H[GYG RJXKYJZIYIWJVLVNWPYR\\T^ RNXOYQ\\R] RLVMWNYP\\Q]S^V^X]Y\\ZZZWYUWRVPVO RYXYWVRVQ RX]Y[YYXWVTURUPWNYNZOZP",3311:" 81E_[KZIXGUFRFOGMILKLNMQPWPYN[ RMNMOPUPV RNHMJMMNOPSQVQXPZN[L[JZ RHVJZ RGYKW RHVHXGYIYJZJXKWIWHV RNONMOKQJTJVKXMYM RUKWM RRJTKULVN RYMPQ RUOYXZY[Y RTPXXZZ RSPWYY[\\X",3312:" 73G^ZSYTVTUSUQVOXLYJYH RVQVPYLYK RWTVSVRWPYNZLZJYHXGUFPFMGLHKJKLLNNQOSOTNV RLKLLOQOR RLHLJMLOOPQPSOUMWJY RMWOWRYUZXZZY RNXOXSZTZ RJYLXMXQZT[V[YZZY[W",3313:"128BbEQERFSHSJRJOIMGJGHIF RIOGK RHSIRIPGMFKFIGGIFKFMGOIPLPROUNWLYI[HZGZ RNIOLORNUMW RJZIYHY RKFMHNKNRMVLXKYJXIXF[ RNGPFRFTGVIWLWRVUUWSYQ[PZOZ RUIVLVRUV RRZQYPY RRFTHUKUSTWSYRXQXN[ RUHVGXFZF\\G]H^J_K R\\H]J RZF[G\\J]K_K R_K\\M[NZQZT[X][`X R\\N[P[T\\W^Z R_K]M\\O\\S]W_Y",3314:" 96D`GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGRISLSRRUQWOYL[KZIZG[ RQIRKRRQUPWOX RMZKYIY RNFPHQKQRPVNYLXJXG[ RRHSGUFWFYGZH[J\\K RYHZJ RWFXGYJZK\\K R\\KYMXNWQWTXXZ[]X RYNXPXTYW[Z R\\KZMYOYSZW\\Y",3315:" 72D`PFNGLIKKKMMQMS RLLLMMOMP RLILKNONQMSLTJTISIR RPFQGWIZK[M\\P\\S[VZXXZU[R[OZIWHWGX RPGQHWJYKZL RPFPHQIWKYL[N\\P RSZQZKWJW RYYWZTZQYMWJVHVGXGZH[IZHY",3316:"100E`HQHRISKSMRMOLMJJJHLF RLOJK RKSLRLPJMIKIIJGLFOFQGRHSJSU RSWS\\R^P_M_L^L\\M[N\\M] RQHRJR\\Q^ ROFPGQJQU RQWQ\\P^O_ RSJXF RXFZI[K\\O\\R[UYXV[ RWGZK[N[O RVHXJZM[P[SZVYX RWYUVSU RQUOVMX RWZUWSVPV RV[TXSW RQWOWMX",3317:" 88D`PFNGLIKKKMMQMS RLLLMMOMP RLILKNONQMSLTJTISIR RPFQGWIZK[M\\P\\S[VZX RXZU[R[OZIWHWGX RPGQHWJYKZL RPFPHQIWKYL[N\\P RSZQZKWJW RXZTZQYMWJVHVGXGZH[IZHY RTXVVXV\\Z]Z RWWXW[Z RUWVWZ[\\[^Y",3318:" 96D`GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGQHRJRVQXOZM[K[IZ RPHQJQVPX RNFOGPJPVOYM[ RGVIZ RFYJW RGVGXFYHYIZIXJWHWGV RRISGUFWFYGZH[J\\K RYHZJ RWFXGYJZK\\K R\\KRP RTOXYZ[]X RUOYX[Z RVNZX[Y\\Y",3319:" 83E`\\H[G\\F]G]I\\KZKVISHOHKIIK RYJVHSGOGLH R]I\\JZJVGSFOFLGJIIKHNHRIUJWLYNZQ[U[XZZY\\W]T]Q\\OZNWNUOSRQSOS RLXNYQZUZYY RIUKWMXPYUYYX[W\\V]T RXOWOSSRS R]Q[OYOWPUSSTQTOSNQNOOMQL",3320:" 81F_LNJMIKIIJGMFRFUGYJ[J\\I RJHLGRGUHXJ RIKJILHRHUIYK[K\\I\\G[FZG[H RUIRLQNQPSTSV RRORPSRSS RRLRNTRTTSVRWPWOVOT RJYKZJ[IZIXJVLVOWSYVZYZ[Y RLWMWSZUZ RIXJWKWMXQZT[W[ZZ\\X",3321:" 45G]JHKHLILWJX RKGMHMXPZ RIILFNHNWPYRY RJXKXMYO[RYVV RTHUHVIVYX[[X RUGWHWYYZ RSIVFYHXIXXYYZY",3322:"100D`GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGQHRJRRQUOW RPHQJQT RNFOGPJPUOW RRISGUFWFYG[J\\K RYHZJ RWFXGYJZK\\K RZKXKWLWNXP[R\\T RXO[Q RWMXN[P\\R\\V[XYZW[S[PZJWIWHX RTZRZLWKW RZYXZUZRYNWKVIVHXHZI[JZIY",3323:"143BcEQERFSHSJRJOIMGJGHIF RIOGK RHSIRIPGMFKFIGGIFLFNGOHPJPNOQMTKV RNHOJOONR RLFMGNJNOMSKV RNGPFSFUG RWFTGSISMTPVSWUWWVY RTMTNWSWT RWFUGTITLUNWQXTXVWXUZS[O[MZKXIWGWFX RNZKWJW RQ[OZLWJVGVFXFZG[HZGY RWFZF\\G^J_K R\\H]J RZF[G\\J]K_K R]K[KZLZN[P^R_T R[O^Q RZM[N^P_R_W^Y]Z[[X[UZ RYZXZVY R^Y\\ZZZXYWX",3324:" 86F^KHMHOIPJQMQO RQQQUPXM[KZI[ RNZLYKY ROYNYLXI[ RMGPHQIRLRUSWUYWZ RIINFPGRISLSO RSQSTTWUXWYYY RQURXTZV[[X RSLTIWFYG[F RVGXHYH RUHVHXI[F RKSMOQO RSOWOYM RMPWP RKSMQQQ RSQWQYM",3325:" 74E_HQHRISKSMRMOLMJJJHLF RLOJK RKSLRLPJMIKIIJGLFOFQGRHSJSORRQTQUSWTW RQHRJRPQSPUSX ROFPGQJQPPTOVRYUV RSJ[F RYGYZX] RZGZXY[ R[F[VZZY\\W^T_P_M^K\\JZKYLZK[",3326:" 74F^NIOGQFTFVGWHXJXMWOVPTQ RQQOPNN RVHWIWNVO RTFUGVIVNUPTQ RMUNSORQQTQWRYTZVZZY\\W^T_P_N^KZJY RXTYVYZX\\ RTQWSXUX[W]V^T_ RO^N]LZKY RR_P^O]MZLYIYHZH\\I]J]",3401:" 46J[TMQNOONPMSMVNYO[UX RNVOYPZ RQNOPNSNUOXQZ RRNSOUPUYW[ZX RSNVPVXXZ RTMUNWOXO RWPXO RWPWXXYYY",3402:" 50J[LHMINK RTFQGOINKNXMY RPIOKOXRZ RTFRGQHPKPXRYSZ RMYNYPZQ[TZ RPPVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3403:" 27KXRNTPVOTMRNOPNRNWOYQ[UY RSNUO RPPOROWPYQZ RQOPQPVQXSZ",3404:" 47J[QFNINKOLSNVPWRWUVXTZ ROJOKSMVOWP ROHOIPJUMWOXRXUWXTZQ[ RRNNPNXMY ROPOXRZ RPOPXRYSZ RMYNYPZQ[",3405:" 27KXPUVQSMOPNRNWOYQ[UY RUQRN RPPOROWPYQZ RTRROQOPQPVQXSZ",3406:" 49LYXFWGUGSFQFPHPMOONP RVHTHRGQG RXFWHVITIRHQHPI RPKQMRNTOVOVP RNPPP RRPVP RPPPTQ` RSOPOQNQ[ RRPRTQ`",3407:" 53J[TMQNOONPMSMVNYO[UX RNWOYPZ RQNOPNSNUOXQZ RRNSOUPUXV[V]U_ RSNVPVZ RTMUNWOXO RWPXO RWPW\\V^U_S`P`N_M^M]N]N^",3408:" 50J[LHMINK RTFQGOINKNXMY RPIOKOYPZ RTFRGQHPKPXQYRY RMYOZP[SX RPPVMWOXSXWWZV\\T^Q` RUNVOWR RTNVQWTWWV[T^",3409:" 39MWRFQGQHRISHSGRF RQGSH RQHSG ROOPOQPQYS[VX RPNRORXTZ RNPQMRNTO RSPTO RSPSXTYUY",3410:" 45MWRFQGQHRISHSGRF RQGSH RQHSG ROOPOQPQ[P^O_M` RPNROR[Q] RNPQMRNTO RSPTO RSPS[R]P_M` RS[T]U^",3411:" 63KYNHOIPK RUFSGQIPKPMOONP RPPPXOY RRIQKQM RQOPOQMQXSZ RUFSHRKRO RRPRXSYTY ROYQZR[UX RRLVIWJWLUNSO RUJVKVLUN RROWOWP RNPPP RRPWP",3412:" 29MWOHPIQK RWFTGRIQKQXPY RSIRKRYTZ RWFUGTHSKSXTYUY RPYRZS[VX",3413:" 74E_GOHOIPIXHYJ[ RHNJPJXIYJZKYJX RFPIMKOKXLYJ[ RNNPOQQQXPYR[ RPNQORQRXQYRZSYRX RKPNNPMRNSPSXTYR[ RVNWOYPYY[[^X RWNZPZX\\Z RSPVNXMYN[O\\O R[P\\O R[P[X\\Y]Y",3414:" 49I[KOLOMPMXLYN[ RLNNPNXMYNZOYNX RJPMMOOOXPYN[ RRNSOUPUYW[ZX RSNVPVXXZ ROPRNTMUNWOXO RWPXO RWPWXXYYY",3415:" 41J[NPNXMY ROPOXRZ RQOPPPXRYSZ RMYNYPZQ[TZ RNPQOVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3416:" 57J[OJMLMNNQNXLZ RNYO` RNMNNOQO[ RNKNLONPQPXQXSYTZ RPYO` RSZQY RTZR[PY RNYLZ RPPVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3417:" 43J[TMQNOONPMSMVNYO[UX RNWOYPZ RQNOPNSNUOXQZ RRNSOUPUXV` RSNVPV[ RTMUNWOXO RWPXO RWPWXV`",3418:" 32KYNOOOPPPXOY RONQPQYSZ RMPPMRORXSYTY ROYQZR[UX RTNUPWOVMRO RUNVO",3419:" 42LWXFWGUGSFQFPHPMOONP RVHTHRGQG RXFWHVITIRHQHPI RPKRP RPPPTQ` RQOPOQNQ[ RRPRTQ` RNPPP",3420:" 37LXSIRLQNPONP RSISOVOVP RNPQP RSPVP RQPQXPY RROQORMRXTZ RSPSXTYUY RPYRZS[VX",3421:" 47I[KOLOMPMXLY RLNNPNXPZ RJPMMOOOXQYRZ RLYMYOZP[RZUX RVMTOUPUYW[ZX RVPWOVNUOVPVXXZ RVMXOWPWXXYYY",3422:" 47J[OKMMMONRNXMY RNNNOOROXRZ RNLNMOOPRPXRYSZ RMYNYPZQ[TZ RPPVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3423:" 72F_KKIMIOJRJXIYK[ RJNJOKRKXJYKZLYKX RJLJMKOLRLXMYK[ RONQORQRXQY RQNROSQSXVZ RLPONQMSNTPTXVYWZ RQYRYTZU[XZ RTPZM[O\\R\\T[XZYXZ RYNZO[Q RXNZP[S[UZXXZ",3424:" 44KZOOPOQPQXPXNYM[M]N_P`S`V_V^U^U_ RPNRPRXUZ RNPQMSOSXUYVZ RXYT[SZQYOYM[ RUNVPXOWMSO RVNWO",3425:" 47J[OKMMMONRNXMY RNNNOOROYQZ RNLNMOOPRPXQYRY RMYOZP[SX RPPVMWOXSXWWZV\\T^Q` RUNVOWR RTNVQWTWWV[T^",3426:" 43KYNPSMUNVPVRUTQV RSNUO RRNTOUQURTTSU RSUUWVYV]U_S`Q`O_N]N[OYQXWV RRVTWUY RQVTXUZU]T_S`",3427:" 61JZRMPNMPMRNU RNPNROT RPNOOORPT RPNROTOVNWMWKVJTJ RQNSN RRMTNVN RNUVRWUWWVYR[ RUSVUVXUY RTSUUUXTZ RTZRYOYL[ RSZQZ RR[PZNZL[",3428:" 78J[VFUGSGQFOFNHNMMOLP RTHRHPGOG RVFUHTIRIPHOHNI RNKPP RNPNTO` ROONOONO[ RPPPTO` RLPNP RPPUMWNXPXRWTSV RUNWO RTNVOWQWRVTUU RUUWVXXX[W]U_R` RUVWW RSVTVVWWYW\\V^",3429:" 62J[PIOLNNMOKP RPIPXQYO[ ROONOONOXNYOZPYOX RKPNPNXMYO[ RPPUMWNXPXRWTSV RUNWO RTNVOWQWRVTUU RUUWVXXX[W]U_R` RUVWW RSVTVVWWYW\\V^",3501:" 60G]LINGPFRFSGZW[X]X RQGRHYXZZ[YYX RNGPGQHXXYZZ[[[]X RLMMLOKPKQL RPLPM RMLOLPN RG[IYKXNXPY RJYNYOZ RG[JZMZN[PY RRJLX RNSVS",3502:"110F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RRIQJPLPU RQKQS RRIRRQTPU RRIXFZG[I[KYMUO RXGZIZK RVGXHYIYLWN RWNZP[R[X RYPZRZW RWNXOYQYX RJ[MYPXTXWY RLZOYTYVZ RJ[NZSZU[WYYX[X RUOUX RURYR RUUYU",3503:" 69E]NGLHJJILHOHSIVJXMZP[S[VZXYZW[U RJKINISKWNYQZTZWY RNGLIKKJNJRKUNXQYTYWXYW[U RPJPV RQJQT RRIRSQUPV RPJRIUFWGYGZF RTGVHXH RSHUIWIYHZF RWIWX",3504:" 72G^IFWFYGZIZX RKGWGYIYW RIFJGLHWHXIXX ROKNLMNMOKOJPJRKQMQMV RNMNT RKPNP ROKOSNUMV RI[LYOXSXVY RKZNYSYUZ RI[MZRZT[VYXXZX RRHRX RRMTNVNXM RRSTRVRXS",3505:" 94G]IHKFMFOGQF RLGNG RIHKGMHOHQF RNKMLLNLOJOIPIRJQLQLW RMMMU RJPMP RNKNTMVLW RQMRJSHTGVFXF[G RTHVGXGZH RRJSIUHWHYI[G RQURRSPTOVOXP RTPVPWQ RRRSQUQVRXP RK[NYRXWX[Y RMZPYWYZZ RK[OZVZY[[Y RQMQX",3506:" 91F]JHLFOFQGSF RMGPG RJHLGNHQHSF RPKOLNNNOLOKPKRLQNQNV ROMOT RLPOP RPKPSOUNV RSJSYRZQZMXKXIYG[ RTJTX RTPXP RPZOZMYJY RUIUOXO RXQUQUWTYP[N[LZJZG[ RSJUIXFZG\\G]F RWGYH[H RVHXIZI\\H]F RXIXW",3507:" 87E^NGLHJJILHOHRIUJWLYNZQ[U[XZZX[V[SZQYPWOUO RJKINISJV RNGLIKKJNJSKVLXNZ RYXZWZSYQ RU[WZXYYWYSXQWPUO RPJPW RQJQU RRIRTQVPW RPJRIUFWGYGZF RTGVHXH RSHUIWIYHZF RYHUOU[ RUSYS RUVYV",3508:"112F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RJ[MYPXSXUY RLZOYRYTZ RJ[NZQZS[UY RRIQJPLPU RQKQS RRIRRQTPU RRITGVFXFZG RWGXGYH RTGVGXIZG RUOWNYLZM[P[TZXX[ RXMYNZPZUYX RWNXNYPYUX[ RUOUY RURYR RUUYU",3509:" 67I\\LHNFQFTGVF ROGSG RLHNGQHTHVF RSKRLQNQOOONPNROQQQQV RRMRT ROPRP RSKSSRUQV RYHWJVMVXUZSZOXMXKYI[ RWKWW RRZQZOYLY RYHXJXVWXUZS[P[NZKZI[",3510:" 65H\\LHNFQFTGVF ROGSG RLHNGQHTHVF RSKRLQNQOOONPNROQQQQV RRMRT ROPRP RSKSSRUQV RYHWJVMVXUZ RWKWW RYHXJXVWXUZR[O[LZJXJVKULUMVLWKW RJVMV",3511:"115F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RJ[MYPXSXUY RLZNYRYTZ RJ[NZQZS[UY RRIQJPLPU RQKQS RRIRRQTPU RRITGVFXFZG RWGXGYH RTGVGXIZG RUOXLYM[N RWMYN[N R[NYQWSUU RWSYTZX[Z\\Z RYVZZ RWSXTYZZ[[[\\Z RUOUY",3512:" 85G]IHKFNFPGRF RLGOG RIHKGMHPHRF RNKMLLNLOJOIPIRJQLQLW RMMMU RJPMP RNKNTMVLW RK[NYRXWX[Y RMZPYWYZZ RK[OZVZY[[Y RSIRJQLQU RRKRS RSISRRTQU RSIUGWFYF[G RXGYGZH RUGWGYI[G RWGWX",3513:"107D`LJKKJMJOHOGPGRHQJQJU RKLKS RHPKP RLJLRKTJU RE[GYIXKXMYNYOX RHYKYMZ RE[GZJZL[M[NZOX RLJPFTJTWUYVY RPGSJSXRYSZTYSX RPPSP RNHOHRKROOO ROQRQRXQYS[VYWX RTJXF\\J\\W]Y^Y RXG[J[X]Z RXP[P RVHWHZKZOWO RWQZQZY\\[^Y ROHOX RWHWX",3514:" 84E^GIIGKFMFOGQJVUXXYY RMGOIPKVWYZ RIGKGMHOKTVVYWZY[ RVHXIZI\\H]F RWGYH[H RVHXFZG\\G]F RKOIOHPHRIQKQ RIPKP RG[IYKXNXPY RJYMYOZ RG[JZMZN[PY RKGKX RYIY[ RRLSMUNWNYM RKTMSQSST",3515:" 79E_NFLGJIIKHNHRIUJWLYNZQ[S[VZXYZW[U\\R\\N[KZIXGVFUGRIOJ RJJIMISJV RNFLHKJJMJSKVLXNZ RZV[S[MYIXH RVZXXYVZSZMYKWHUG ROJOW RPJPU RQJQTPVOW RUGUZ RUMWNXNZM RUSWRXRZS",3516:" 70H^KFLGMIMOKOJPJRKQMQMYJ[MZMbO` RMHNJN` RKPNP RKFMGNHOJO` ROKRIVFZJZX RVGYJYX RTHUHXKXY RRXUXXY RSYUYWZ RRZTZV[XYZX RRIR_ RRMTNVNXM RRSTRVRXS",3517:" 99E_NFLGJIIKHNHRIUJWLYNZP[T[VZXYZW[U\\R\\N[KZIXGVFUGRIOJ RJJIMISJV RNFLHKJJMJSKVLXNZ RZV[S[MYIXH RVZXXYVZSZMYKWHUG ROJOW RPJPU RQJQTPVOW RUGUZ RUMWNXNZM RUSWRXRZS RP[QZRZT[X`Za[a RT\\V_XaYa RRZS[VaXbZb[a",3518:"108F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RJ[MYPXRXUY RLZNYRYTZ RJ[NZQZS[UY RRIQJPLPU RQKQS RRIRRQTPU RRIUGWFYGZIZLYNXOTQRR RWGXGYIYMXN RUGWHXJXMWOTQ RTQVRWSZX[Y\\Y RWTYX[Z RTQVSXYZ[\\Y",3519:" 94G^UITHRGOF RVHTG RWGSFOFLGKHJJKLLMONWNYOZPZRYU RKKLLOMXMZN[O[QZS RKHKJLKOLYL[M\\O\\QYUU[ RIOJPLQUQVRVSUU RJQLRTRUS RIOIPJRLSSSUTUU RI[LYPXSXVY RKZNYRYUZ RI[MZRZU[ RWGUISL RRNPQ ROSMUKVJVJUKV",3520:" 71E]JJILHOHSIVKYMZP[S[VZXYZW[U RISJVLXNYQZTZWY RJJIMIQJTLWNXQYTYWXYW[U RHIIGKFOFUGYG[F RPGTHXH RHIIHKGNGTIWIYH[F RSIRJPKPV RQKQT RRJRSQUPV RWIWX",3521:" 89F^HHJFLFOGQF RKGNG RHHJGMHOHQF RKJJLIOISJVKXMZP[S[VZXYZ[\\Y RJSKVNYQZTZ RKJJNJQKTLVNXQYUYXX RUIQJPLPV RQKQT RRJRSQUPV RUIWHYFZG\\HZIZW[Y\\Y RYIZHYGXHYIYX[Z RWHXIXX RUIUY RUNXN RURXR",3522:" 72G^JFKGLILOJOIPIRJQLQLXJY RLHMJMX RJPMP RNYQYSZ RJFLGMHNJNXRXUY RJYMYPZR[UYXXZX RRJUIWHYFZG\\HZIZX RYIZHYGXHYIYW RWHXIXX RRJRX RRMTNVNXM RRSTRVRXS",3523:" 95E`HFIGJIJOHOGPGRHQJQJXHY RJHKJKX RHPKP RLYNYPZ RHFJGKHLJLXOXQY RHYKYNZO[QYTXVYW[YY\\X ROHRFTHTXWXYY RRGSHSX ROHQHRIRXQY RWYXZ RWHZF\\H\\X RZG[H[X RWHYHZIZXYY ROHOX RWHWX RONRN RORRR RWNZN RWRZR",3524:" 65G]HIJGLFNFOGWYXZZZ RMGNHVYWZ RJGLGMHUZV[X[ZZ\\X RWFYG[G\\F RWGXHZH RVHWIYI[H\\F RH[IYKXMXNY RJYLYMZ RH[IZKZM[ RWFSO RQRM[ RLPPP RSPXP",3525:" 86G^JFKGLILOJOIPIRJQLQLXJY RLHMJMX RJPMP RNYQYSZ RJFLGMHNJNXRXUY RJYMYPZR[UYXX RRJUIWHYFZG\\HZIZ^Y`WbUaQ`L` RYIZHYGXHYIYY RWHXIXXZ[ RXaV`S` RY`V_P_L` RRJRX RRMTNVNXM RRSTRVRXS",3526:" 57H\\XGWIROOSMWJ[ RVKNV RZFWJUNRRMXLZ RJHLFOGUGZF RKGOHSHWG RJHNIRIVHXG RLZNYRXVXZY RMZQYUYYZ RJ[OZUZX[ZY RMPQP RTPXP",3601:" 53J[PRNTMVMXNZP[RYUX RMVNXOYQZ RNTNVOXQYRY RNPPPSOUNVMXOWPWXXYYY RONNOQO RTOWOVNVYWZ RMOOMPNROUPUYW[YY RMORT",3602:" 44I[LHMJMXKY RNJMHNGNXQZ RLHOFOXQYRZ RKYMYOZP[RZUYWY ROPROTNUMVNXOYOWPWY RTNVOVX RROSOUPUY",3603:" 35JXNONXLYMYOZP[ ROOOYQZ RPOPXRYSYQZP[ RNORNTMUNWOXO RSNTOVO RPORNTPVPXO",3604:" 41IZRMPNMOMXKY RNONXQZ RRMOOOXQYRZ RKYMYOZP[RZUYWY RMHPFQIWOWY RPINHOGPIVOVX RMHUPUY",3605:" 32JXNONXLYMYOZP[ ROOOYQZ RPOPXRYSYQZP[ RNORNTMWQURPU RSNVQ RPORNUR",3606:" 41JWNHNXLYMYOZP[ ROHOYQZ RPHPXRYSYQZP[ RNHQGSFTGVHWH RRGSHUH RPHQGSIUIWH RKMNM RPMTM",3607:" 56I[MOMXKYLYNZO[PZRYUX RNPNYPZ ROOOXQYRY RMOOORNTMUNWOYOWPW\\V_TaRbQaO`M` RSNVPV\\ RSaQ`P` RRNSOUPUZV]V_ RTaS`Q_O_M`",3608:" 47I[LHMJMXKYLYNZO[ RNJMHNGNYPZ RLHOFOXQYO[ ROPROTNUMVNXOYOWPWYU[T] RTNVOVYU[ RROSOUPUYT]T`UbVbT`",3609:" 35MWRFPHRITHRF RRGQHSHRG RRMQNOOQPQYS[UY RRPSORNQORPRYSZ RRMSNUOSPSXTYUY",3610:" 39MWRFPHRITHRF RRGQHSHRG RRMQNOOQPQYS[T] RRPSORNQORPRYS[ RRMSNUOSPSYT]T`RbPbPaRb",3611:" 50IZLHMJMXKYLYNZO[ RNJMHNGNYPZ RLHOFOXQYO[ ROPRNTMVPSROU RSNUP RRNTQ RSRTSVXWYXY RSSTTUYVZ RRSSTTYV[XY",3612:" 22MWPHQJQXOYPYRZS[ RRJQHRGRYTZ RPHSFSXUYVYTZS[",3613:" 67E_GOHOIPIXGYHYJZK[ RINJOJYLZ RGOIMKOKXMYK[ RKPNOPNQMSOSXUYS[ RPNRORYTZ RNOOOQPQXPYRZS[ RSPVOXNYMZN\\O]O[P[X\\Y]Y RXNZOZY[Z RVOWOYPYY[[]Y",3614:" 45I[KOLOMPMXKYLYNZO[ RMNNONYPZ RKOMMOOOXQYO[ ROPROTNUMVNXOYOWPWXXYYY RTNVOVYWZ RROSOUPUYW[YY",3615:" 40I[MOMXKY RNPNXQZ ROOOXQYRZ RKYMYOZP[RZUYWY RMOOORNTMUNWOYOWPWY RSNVPVX RRNSOUPUY",3616:" 54I[LMMOMXKYMYMb RMNNONaO`N^ RNYOYQZ RLMNNOOOXQYRZ ROZP[RZUYWY ROZO^P`Mb ROPROTNUMVNXOYOWPWY RTNVOVX RROSOUPUY",3617:" 44I[MOMXKY RNPNYPZ ROOOXQYRY RKYLYNZO[PZRYUX RMOOORNTMUNWOYOWPWb RSNVPVaU`V^ RRNSOUPU^T`Wb",3618:" 38JXLOMONPNXLYMYOZP[ RMNOOOYQZ RLONMPOPXRYSYQZP[ RPOTMUNWOXO RSNTOVO RRNTPVPXO",3619:" 59JZMOMSOTUTWUWY RNONS RVUVY RPNOOOSQT RSTUUUYTZ RMOPNRMTNVNWM RQNSN RPNROTOVN RWYTZR[PZNZL[ RSZQZ RTZRYOYL[ RWMVOTROWL[",3620:" 28MWPHQJQXOYPYRZS[ RRJQHRGRYTZ RPHSFSXUYVYTZS[ RNMQM RSMVM",3621:" 47I[KOLOMPMXKY RLNNONYPZ RKOMMOOOXQYRY RKYLYNZO[PZRYUX RUMVNXOYOWPWXXYYY RTNVOVYWZ RUMSOUPUYW[YY",3622:" 36I[LMMOMXP[RYUXWX RMNNONXQZ RLMNNOOOWPXRY RUMVNXOYOWPWX RTNVOVW RUMSOUPUX",3623:" 57E_HMIOIXL[NYQX RINJOJXMZ RHMJNKOKWLXNY RQMOOQPQXT[VYYX[X RPNRORXUZ RQMRNTOSPSWTXVY RYMZN\\O]O[P[X RXNZOZW RYMWOYPYX",3624:" 59H[KOLONPOQSYTZV[XY RMNOOTYVZ RKOMMONPOTWUXWYXY RRSUMVNXNYM RUNVOWO RTOVPXOYM RQUN[MZKZJ[ RNZMYLY ROYMXKYJ[ RMTPT RSTVT",3625:" 60I[KOLOMPMXKY RLNNONYPZ RKOMMOOOXQYRY RKYLYNZO[PZRYUX RUMVNXOYOWPW\\V_TaRbQaO`M` RTNVOV\\ RSaQ`P` RUMSOUPUZV]V_ RTaS`Q_O_M`",3626:" 38I[XML[ RLONPQPTOXM RMNOOSO RLONMPNTNXM RL[PYSXVXXY RQYUYWZ RL[PZTZV[XY RNTVT",3700:" 42H\\LHLXJY RMIMXPZ RNHNXPYQZ RLHNHSGUF RSGTHVIVY RTGWIWX RUFVGXHZHXIXY RJYLYNZO[QZVYXY",3701:" 27H\\OHPIQKQXOY RQIPHQGRIRYTZ ROHRFSHSXUYVY ROYPYRZS[TZVY",3702:" 48H\\LHNHPGQFSGVHXH RPHRG RLHNIPIRHSG RVHVP RWIWO RXHXPQPNQLSKVK[ RK[OYSXVXZY RNZQYVYYZ RK[PZUZX[ZY",3703:" 57H\\LHMHOGPFRGVHXH ROHQG RLHNIPIRG RVHVO RWIWN RXHXOVOSPQQ RQPSQVRXRXY RWSWX RVRVY RKYMXOXQYRZ ROYQZ RKYMYOZP[RZVYXY",3704:" 41H\\UFKPKUTU RVUZU[V[TZU RLPLT RMNMU RTGTXRY RUJVHUGUYWZ RUFWHVJVXXYYY RRYSYUZV[WZYY",3705:" 53H\\LFLO RLFXF RMGVG RLHUHWGXF RVLUMSNOOLO RSNTNVOVY RUMWNWX RVLWMYNZNXOXY RKYMXOXQYRZ ROYQZ RKYMYOZP[RZVYXY",3706:" 59H\\LHLXJY RMIMXPZ RNHNXPYQZ RLHNHRGTFUGWHXH RSGUH RRGTIVIXH RNPOPSOUNVM RSOTOVPVY RUNWPWX RVMWNYOZOXPXY RJYLYNZO[QZVYXY",3707:" 38H\\KHMFPGUGZF RLGOHTHWG RKHOIRIVHZF RZFYHWKSOQRPUPXQ[ RRQQTQWRZ RUMSPRSRVSYQ[",3708:" 71H\\LILO RMJMN RNINO RLINISHUGVF RSHTHVIVO RUGWHWN RVFWGYHZHXIXO RLONOVRXR RXOVONRLR RLRLXJY RMSMXPZ RNRNXPYQZ RVRVY RWSWX RXRXY RJYLYNZO[QZVYXY",3709:" 60H\\LHLQJR RMIMROS RNHNQPRQR RLHNHSGUF RSGTHVIVY RTGWIWX RUFVGXHZHXIXY RJRKRMSNTOSQRUQVQ RKYMXOXQYRZ ROYQZ RKYMYOZP[RZVYXY",3710:" 11LXRXPZR[TZRX RRYQZSZRY",3711:" 14LXR^R\\PZRXSZS\\R^P_ RRYQZR[RY",3712:" 22LXRMPORPTORM RRNQOSORN RRXPZR[TZRX RRYQZSZRY",3713:" 25LXRMPORPTORM RRNQOSORN RR^R\\PZRXSZS\\R^P_ RRYQZR[RY",3714:" 30LXRFQGOHQIRT RRISHRGQHRIRT RRFSGUHSIRT RRXPZR[TZRX RRYQZSZRY",3715:" 51I[LJMHNGQFSFVGWHXJXLWNUPSQ RMJNH RVHWIWMVN RLJNKNIOGQF RSFUGVIVMUOSQ RRQRTSQQQRT RRXPZR[TZRX RRYQZSZRY",3716:" 14LXTFRGQIQKRMTKRIRG RRJRLSKRJ",3717:" 14LXRLRJPHRFSHSJRLPM RRGQHRIRG",3718:" 62E_YNZO[O\\N RXOYP[P RXPYQZQ[P\\N RYNST RRUL[HVNP ROOSKOFJLPRTXVZX[Z[[Z\\X RLZIV RRKOG RKLPQTWVYXZ[Z RMZIU RRLNG RKKQQUWVXXY[Y\\X",3719:" 60H\\PBP_ RTBT_ RTFVGWIWKYJXHWGTFPFMGKIKLLNOPURWSXUXXWZ RXJWH RLLMNOOUQWRXT RMYLW RMGLILKMMONUPXRYTYWXYWZT[P[MZLYKWMVMXNZP[",3720:" 8G^[BIbJb R[B\\BJb",3721:" 27KYUBSDQGOKNPNTOYQ]S`Ub RQHPKOOOUPYQ\\ RSDRFQIPOPUQ[R^S`",3722:" 27KYOBQDSGUKVPVTUYS]Q`Ob RSHTKUOUUTYS\\ RQDRFSITOTUS[R^Q`",3723:" 39JZRFQGSQRR RRFRR RRFSGQQRR RMINIVOWO RMIWO RMIMJWNWO RWIVINOMO RWIMO RWIWJMNMO",3724:" 8F_JQ[Q[R RJQJR[R",3725:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",3726:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",3727:" 11NWSFRGRM RSGRM RSFTGRM",3728:" 22I[NFMGMM RNGMM RNFOGMM RWFVGVM RWGVM RWFXGVM",3729:" 30KYQFOGNINKOMQNSNUMVKVIUGSFQF RQFNIOMSNVKUGQF RSFOGNKQNUMVISF",3801:" 52E_NHLIJKIMHPHSIUKV RJLIOISJU RNHLJKLJOJRKVKXJZH[ RVHXHXYVY RYHYY RZGZZ RHFKGQHVHZG\\F RJPXP RH[KZQYVYZZ\\[",3802:" 65E_LGLZ RMGMZ RPFNGNZP[ RHJJHLGPFUFXGZIZKYM RXHYIYKXM RUFWGXIXKWL RQUOTNRNPONPMSLVLYM[O\\Q\\T[WYYWZT[P[LZJYHW RZO[Q[UZW RVLYNZQZUYXWZ",3803:" 60E_\\F[HZJXHVGSFQFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[Y\\[ R[HZMZT[Y RZKYJ RZNYKXIVG RJKINISJV RNGLIKKJNJSKVLXNZ RYWZV RVZXXYVZS",3804:" 46E_KGKZ RLGLZ RNFMGMZN[ RHKIIKGNFSFVGXHZJ[L\\O\\R[UZWXYVZS[N[KZIXHV RZK[N[SZV RVGXIYKZNZSYVXXVZ",3805:" 86E_\\F[HZJXHVGSFQFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[Y\\[ R[HZMZT[Y RZKYJ RZMXIVG RJKINISJV RNGLIKKJNJSKVLXNZ RYWZV RVZXXYVZS RJPKONOUQXQZP RPPRQURWRYQ RMORRUSWSYRZP RZMYLXLWMXNYM",3806:" 69E_JHJZ RMGKHKY ROFMGLILYNY RHJJHLGOFSFVGXHYI\\F R\\F[HZLZO[S\\U RZIYK RVGXIYLZO RLPMOOOTPWPYO RQPTQVQXP RNOTRVRXQYOYLXKWKVLWMXL RH[JZNYSYYZ\\[",3807:" 90E_\\F[HZJXHVGSFQFNGLHJJILHOHRIUJWLYNZQ[T[VZXYYXZV[Y\\[ R[HZMZT[Y RZKYJ RZNYKXIVG RJKINISJV RNGLIKKJNJSKVLXNZ RXXYVYR RVZWYXVXQ RKSLRMSLTKTJS RJPKNMMOMRNUPWQ RKOMNONROTP RJPLOOOUQYQZP",3808:" 50E_JGJZH[ RKHKZ RNHLHLZ RHFJGNHSHYG\\F RLPMNOLRKVKYL[N\\Q\\T[UYV RZN[P[SZU RVKXLYMZOZSYVYXZZ\\[ RH[LZPZU[",3809:" 23E_QIQY RRJRX RSISY RHFLHPITIXH\\F RH[KZOYUYYZ\\[",3810:" 42E_TIVIVXUZS[ RWIWXVY RXHXY RHFLHPITIXH\\F RIOHQHUIXKZN[S[VZXYZW\\T RIUJXKY RHSJUKXLZN[",3811:" 70E_JGJZH[ RKHKZ RNHLHLZ RHFJGNHSHYG\\F RLPMNOLRKUKXLYMYOXPSRQSPTPUQVRUQT RWLXMXOWP RUKWMWOVPSR RSRVRYSZUZWYX RWSYUYW RSRVSXUYXZZ[[\\[ RH[LZPZU[",3812:" 45E_JGJZ RKHKY RNHLHLYNY R\\KZNYPXSXUYW[X RZOYRYUZW R\\K[MZQZT[X\\[ RHFJGNHSHYG\\F RH[JZNYSYYZ\\[",3813:" 68E_QIQY RRJRX RSISY RNYLWJVIUHRHMIJKHMGPFTFWGYH[J\\M\\R[UZVXWVY RJUIRIMJJ RLWKUJRJLKIMG RZJ[M[RZU RWGYIZLZRYUXW RHFLHPITIXH\\F RH[KZOYUYYZ\\[",3814:" 48E_JHJZH[ RLHKIKZ ROFMGLILZ RHJJHLGOFSFVGXHZJ[L\\O\\S[UYV RZK[N[RZU RVGXIYKZNZRYVYXZZ[[\\[ RH[LZPZU[",3815:" 54E_QFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[U\\R\\O[LZJXHVGSFQF RJKINISJV RNGLIKKJNJSKVLXNZ RZV[S[NZK RVZXXYVZSZNYKXIVG",3816:" 51E_JIJZ RMHKJKY RQFOGMILKLYNY RHKJINGQFTFWGYH[J\\M\\O[RYTVURUOTMRLO RZJ[L[PZR RWGYIZLZPYSVU RH[JZNYSYYZ\\[",3817:" 74E_QFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[U\\R\\O[LZJXHVGSFQF RJKINISJV RNGLIKKJNJSKVLXNZ RZV[S[NZK RVZXXYVZSZNYKXIVG RJSKUNVTW[W\\X\\Z[[[Z\\Y RPWRW RKUNWQXSXTW",3818:" 69E_JIJZH[ RKIKZ RLHLZ RHKJILHNGQFUFYG[I\\K\\N[PZQ RYHZI[K[NZP RUFWGYIZKZOYQ RXRUSRSPRPPROUOXPZR\\U\\W[XZX RXQYR[V[WZT RTOVPXRYTZX[Z\\[ RH[LZPZU[",3819:" 94E_TFZG\\F[H[JYHWGTFPFMGJJIMIOJRLTOURUTTUSVQVP R[GZH[J RJPKRLSOTRTTS RKIJKJNKPMRPSRSTRVPWOXO RLQMQNPPNRMUMWNYPZRZUYXWZ RPMRLULXMZO[R[UZW RIWJYIZ RNPNOOMPLRKUKXL[O\\R\\T[WYYWZT[P[MZKYIWIYH[JZP[",3820:" 66E_QHMHKIJJILHOHSIVJXKYMZP[S[VZXYZW[U\\R\\N[KYIWH RUHTITKULVKUJ RISJVLXNYQZTZWY RJJINIQJTLWNXQYTYWXYW[T\\R RHFKI RKHLG RIGJGKFMGQHWHZG\\F",3821:" 51E_LHJJILHOHRIUJWLYNZQ[U[XZZY RKJJLIOISJV RKILJLKKMJPJSKVLXNZ RVHXHXXWZU[ RYHYXXY RZGZY\\[ RHFKGQHVHZG\\F",3822:" 31E_HFR[ RIGJHQWRY RJGKHRWSX R\\FR[ RWNUS RYLUQTTTV RHFJGOHUHZG\\F",3823:" 67E_LHJJILHOHRIUJWLYNZQ[S[VZXYZW[U\\R\\O[LZJXH RJLIOIRJUKW RJJKKKLJOJRKVLXNZ RYWZU[R[OZL RVZXXYVZRZOYLYKZJ RQIQ[ RRJRZ RSIS[ RHFLHPITIXH\\F",3824:" 41E_HFXYYZ RIGKHZZ RLH\\[ R\\FSP RQRJZ RPSMULW RQRMTLUKWKY RHFLHPITIXH\\F RH[JZNYSYYZ\\[",3825:" 47E_XHXZ RYHYY RZGZY RKHIJHMHPISKUMVPWSWVVXU RLUOVUV RHPIRKTNUTUVV RHFLHPITIXH\\F RHWJYLZP[T[XZ\\X",3826:" 73E_HFIGKHNHSFVFYGZIZKYM RXGYIYKXM RVFWGXIXL RXNTOROPNPLRKTKXL RTKVLWMVNTO RYM[O\\R\\T[WYYWZT[P[MZKYIWHTHRIOJNLMNMPNPPOQNPOO RXMZO[Q[UZW RXNYOZQZUYXWZ",3901:" 42J[PQMTMXP[TY RNTNXPZ ROROWRZ RRSMNNMONNO RONSNUMWOWXXY RUNVOVXUYVZWYVX RSNUPUXTYV[XY",3902:" 31IZNHLFMJMXP[UYWX RNHNXPZ RNHPFOJOWRZ ROOTMWPWX RTNVPVX RRNUQUY",3903:" 23KWNPNYP[RY ROPOYPZ RPOPXQYRY RNPTMVOTPRN RSNUO",3904:" 32JZRMMPMXP[RZUYWY RNPNXPZ ROOOWRZ RPIPFQIWPWY RPIVPVX RPIMIPJUPUY",3905:" 25KXNPNYP[RY ROPOYPZ RPOPXQYRY RNPTMWQPU RSNVQ RRNUR",3906:" 32KWOIOXNYP[ RPIPXOYPZQYPX RQHQXRYP[ ROIUFWHUISG RTGVH RLMOM RQMUM",3907:" 41J[MPMXP[UY RNPNXPZ ROOOWRZ RMPOOTMWPW]V_U`SaQaO`MaObQa RTNVPV]U_ RPaNa RRNUQU^T`Sa",3908:" 42I[NHLFMJMXLYN[ RNHNXMYNZOYNX RNHPFOJOXPYN[ ROORNTMWPWYT]T`UbVbT` RTNVPVYU[ RRNUQUZT]",3909:" 37MWRFPHRJTHRF RRGQHRISHRG RRMPOQPQXPYR[ RRPSORNQORPRXQYRZSYRX RRMTOSPSXTYR[",3910:" 37MWRFPHRJTHRF RRGQHRISHRG RRMPOQPQYT] RRPSORNQORPRYS[ RRMTOSPSZT]T`RbPaPbRb",3911:" 51IZNHLFMJMXLYN[ RNHNXMYNZOYNX RNHPFOJOXPYN[ ROPRNTMVPSROU RSNUP RRNTQ RRSSTTYV[XY RSSTUUYVZ RSRTSVXWYXY",3912:" 21MWRHPFQJQXPYR[ RRHRXQYRZSYRX RRHTFSJSXTYR[",3913:" 66E_GOHOIPIXHYJ[ RINJOJXIYJZKYJX RGOIMKOKXLYJ[ RKONNPMSOSXTYR[ RPNRORXQYRZSYRX RNNQPQXPYR[ RSOVNXM[O[X\\YZ[ RXNZOZXYYZZ[YZX RVNYPYXXYZ[",3914:" 44I[KOLOMPMXLYN[ RMNNONXMYNZOYNX RKOMMOOOXPYN[ ROORNTMWOWXXYV[ RTNVOVXUYVZWYVX RRNUPUXTYV[",3915:" 28JZMPMXP[UYWX RNPNXPZ ROOOWRZ RMPOOTMWPWX RTNVPVX RRNUQUY",3916:" 47IZLMMOMXKYMYM_LbN` RNON` RLMNNOOOXQYRZ RNYOYQZ ROZP[UYWX ROZO_PbN` ROORNTMWPWX RTNVPVX RRNUQUY",3917:" 31J[MPMXP[UY RNPNXPZ ROOOWRZ RMPOOTMWPW_XbV` RTNVPV` RRNUQU_TbV`",3918:" 31KXMONOOPOXNYP[ RONPOPXOYPZQYPX RMOOMQOQXRYP[ RQOUMWOUPSN RTNVO",3919:" 41JZMPMSOUURWTWX RNPNSOT ROOOSPT RUSVTVX RTSUTUY RMPSMVNTOQN RRNUN RWXQ[MYOXSZ ROYQZ",3920:" 27MWRHPFQJQXPYR[ RRHRXQYRZSYRX RRHTFSJSXTYR[ RNMQM RSMVM",3921:" 40I[KOLOMPMYP[UY RMNNONYPZ RKOMMOOOXRZ RVMXOWPWXXYYY RVPWOVNUOVPVYWZ RVMTOUPUYW[YY",3922:" 36I[LMMOMXQ[SYWW RMNNONXQZ RLMNNOOOWRYSY RVMXOWPWW RVPWOVNUOVPVW RVMTOUPUX",3923:" 59E_HMIOIXM[OYQX RINJOJXMZ RHMJNKOKWNYOY RRMPOQPQXU[WY[W RRPSORNQORPRXUZ RRMTOSPSWVYWY RZM\\O[P[W RZP[OZNYOZPZW RZMXOYPYX",3924:" 39I[LONPUZV[XY RMNOOUYWZ RLONMONVXXY RXMVMVOXOXMVOSS RQUNYL[N[NYLYL[ RNTQT RSTVT",3925:" 49I[KOLOMPMYP[UY RMNNONYPZ RKOMMOOOXRZ RVMXOWPW]V_U`SaQaO`MaObQa RVPWOVNUOVPV^U_ RPaNa RVMTOUPU^T`Sa",3926:" 43L[RNOPOORNTMWOWSRU RTNVOVS RRNUPUSTT RRUWWW]V_U`SaQaO`MaObQa RVWV^U_ RPaNa RTVUWU^T`Sa"},Nt={"\\frac":{glyph:0,arity:2,flags:{}},"\\binom":{glyph:0,arity:2,flags:{}},"\\sqrt":{glyph:2267,arity:1,flags:{opt:!0,xfl:!0,yfl:!0}},"^":{glyph:0,arity:1,flags:{}},_:{glyph:0,arity:1,flags:{}},"(":{glyph:2221,arity:0,flags:{yfl:!0}},")":{glyph:2222,arity:0,flags:{yfl:!0}},"[":{glyph:2223,arity:0,flags:{yfl:!0}},"]":{glyph:2224,arity:0,flags:{yfl:!0}},"\\langle":{glyph:2227,arity:0,flags:{yfl:!0}},"\\rangle":{glyph:2228,arity:0,flags:{yfl:!0}},"|":{glyph:2229,arity:0,flags:{yfl:!0}},"\\|":{glyph:2230,arity:0,flags:{yfl:!0}},"\\{":{glyph:2225,arity:0,flags:{yfl:!0}},"\\}":{glyph:2226,arity:0,flags:{yfl:!0}},"\\#":{glyph:2275,arity:0,flags:{}},"\\$":{glyph:2274,arity:0,flags:{}},"\\&":{glyph:2273,arity:0,flags:{}},"\\%":{glyph:2271,arity:0,flags:{}},"\\begin":{glyph:0,arity:1,flags:{}},"\\end":{glyph:0,arity:1,flags:{}},"\\left":{glyph:0,arity:1,flags:{}},"\\right":{glyph:0,arity:1,flags:{}},"\\middle":{glyph:0,arity:1,flags:{}},"\\cdot":{glyph:2236,arity:0,flags:{}},"\\pm":{glyph:2233,arity:0,flags:{}},"\\mp":{glyph:2234,arity:0,flags:{}},"\\times":{glyph:2235,arity:0,flags:{}},"\\div":{glyph:2237,arity:0,flags:{}},"\\leqq":{glyph:2243,arity:0,flags:{}},"\\geqq":{glyph:2244,arity:0,flags:{}},"\\leq":{glyph:2243,arity:0,flags:{}},"\\geq":{glyph:2244,arity:0,flags:{}},"\\propto":{glyph:2245,arity:0,flags:{}},"\\sim":{glyph:2246,arity:0,flags:{}},"\\equiv":{glyph:2240,arity:0,flags:{}},"\\dagger":{glyph:2277,arity:0,flags:{}},"\\ddagger":{glyph:2278,arity:0,flags:{}},"\\ell":{glyph:662,arity:0,flags:{}},"\\vec":{glyph:2261,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\overrightarrow":{glyph:2261,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\overleftarrow":{glyph:2263,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\bar":{glyph:2231,arity:1,flags:{hat:!0,xfl:!0}},"\\overline":{glyph:2231,arity:1,flags:{hat:!0,xfl:!0}},"\\widehat":{glyph:2247,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\hat":{glyph:2247,arity:1,flags:{hat:!0}},"\\acute":{glyph:2248,arity:1,flags:{hat:!0}},"\\grave":{glyph:2249,arity:1,flags:{hat:!0}},"\\breve":{glyph:2250,arity:1,flags:{hat:!0}},"\\tilde":{glyph:2246,arity:1,flags:{hat:!0}},"\\underline":{glyph:2231,arity:1,flags:{mat:!0,xfl:!0}},"\\not":{glyph:2220,arity:1,flags:{}},"\\neq":{glyph:2239,arity:1,flags:{}},"\\ne":{glyph:2239,arity:1,flags:{}},"\\exists":{glyph:2279,arity:0,flags:{}},"\\in":{glyph:2260,arity:0,flags:{}},"\\subset":{glyph:2256,arity:0,flags:{}},"\\supset":{glyph:2258,arity:0,flags:{}},"\\cup":{glyph:2257,arity:0,flags:{}},"\\cap":{glyph:2259,arity:0,flags:{}},"\\infty":{glyph:2270,arity:0,flags:{}},"\\partial":{glyph:2265,arity:0,flags:{}},"\\nabla":{glyph:2266,arity:0,flags:{}},"\\aleph":{glyph:2077,arity:0,flags:{}},"\\wp":{glyph:2190,arity:0,flags:{}},"\\therefore":{glyph:740,arity:0,flags:{}},"\\mid":{glyph:2229,arity:0,flags:{}},"\\sum":{glyph:2402,arity:0,flags:{big:!0}},"\\prod":{glyph:2401,arity:0,flags:{big:!0}},"\\bigoplus":{glyph:2284,arity:0,flags:{big:!0}},"\\bigodot":{glyph:2281,arity:0,flags:{big:!0}},"\\int":{glyph:2412,arity:0,flags:{yfl:!0}},"\\oint":{glyph:2269,arity:0,flags:{yfl:!0}},"\\oplus":{glyph:1284,arity:0,flags:{}},"\\odot":{glyph:1281,arity:0,flags:{}},"\\perp":{glyph:738,arity:0,flags:{}},"\\angle":{glyph:739,arity:0,flags:{}},"\\triangle":{glyph:842,arity:0,flags:{}},"\\Box":{glyph:841,arity:0,flags:{}},"\\rightarrow":{glyph:2261,arity:0,flags:{}},"\\to":{glyph:2261,arity:0,flags:{}},"\\leftarrow":{glyph:2263,arity:0,flags:{}},"\\gets":{glyph:2263,arity:0,flags:{}},"\\circ":{glyph:902,arity:0,flags:{}},"\\bigcirc":{glyph:904,arity:0,flags:{}},"\\bullet":{glyph:828,arity:0,flags:{}},"\\star":{glyph:856,arity:0,flags:{}},"\\diamond":{glyph:743,arity:0,flags:{}},"\\ast":{glyph:728,arity:0,flags:{}},"\\log":{glyph:0,arity:0,flags:{txt:!0}},"\\ln":{glyph:0,arity:0,flags:{txt:!0}},"\\exp":{glyph:0,arity:0,flags:{txt:!0}},"\\mod":{glyph:0,arity:0,flags:{txt:!0}},"\\lim":{glyph:0,arity:0,flags:{txt:!0,big:!0}},"\\sin":{glyph:0,arity:0,flags:{txt:!0}},"\\cos":{glyph:0,arity:0,flags:{txt:!0}},"\\tan":{glyph:0,arity:0,flags:{txt:!0}},"\\csc":{glyph:0,arity:0,flags:{txt:!0}},"\\sec":{glyph:0,arity:0,flags:{txt:!0}},"\\cot":{glyph:0,arity:0,flags:{txt:!0}},"\\sinh":{glyph:0,arity:0,flags:{txt:!0}},"\\cosh":{glyph:0,arity:0,flags:{txt:!0}},"\\tanh":{glyph:0,arity:0,flags:{txt:!0}},"\\csch":{glyph:0,arity:0,flags:{txt:!0}},"\\sech":{glyph:0,arity:0,flags:{txt:!0}},"\\coth":{glyph:0,arity:0,flags:{txt:!0}},"\\arcsin":{glyph:0,arity:0,flags:{txt:!0}},"\\arccos":{glyph:0,arity:0,flags:{txt:!0}},"\\arctan":{glyph:0,arity:0,flags:{txt:!0}},"\\arccsc":{glyph:0,arity:0,flags:{txt:!0}},"\\arcsec":{glyph:0,arity:0,flags:{txt:!0}},"\\arccot":{glyph:0,arity:0,flags:{txt:!0}},"\\text":{glyph:0,arity:1,flags:{}},"\\mathnormal":{glyph:0,arity:1,flags:{}},"\\mathrm":{glyph:0,arity:1,flags:{}},"\\mathit":{glyph:0,arity:1,flags:{}},"\\mathbf":{glyph:0,arity:1,flags:{}},"\\mathsf":{glyph:0,arity:1,flags:{}},"\\mathtt":{glyph:0,arity:1,flags:{}},"\\mathfrak":{glyph:0,arity:1,flags:{}},"\\mathcal":{glyph:0,arity:1,flags:{}},"\\mathbb":{glyph:0,arity:1,flags:{}},"\\mathscr":{glyph:0,arity:1,flags:{}},"\\rm":{glyph:0,arity:1,flags:{}},"\\it":{glyph:0,arity:1,flags:{}},"\\bf":{glyph:0,arity:1,flags:{}},"\\sf":{glyph:0,arity:1,flags:{}},"\\tt":{glyph:0,arity:1,flags:{}},"\\frak":{glyph:0,arity:1,flags:{}},"\\cal":{glyph:0,arity:1,flags:{}},"\\bb":{glyph:0,arity:1,flags:{}},"\\scr":{glyph:0,arity:1,flags:{}},"\\quad":{glyph:0,arity:0,flags:{}},"\\,":{glyph:0,arity:0,flags:{}},"\\.":{glyph:0,arity:0,flags:{}},"\\;":{glyph:0,arity:0,flags:{}},"\\!":{glyph:0,arity:0,flags:{}},"\\alpha":{glyph:2127,flags:{}},"\\beta":{glyph:2128,flags:{}},"\\gamma":{glyph:2129,flags:{}},"\\delta":{glyph:2130,flags:{}},"\\varepsilon":{glyph:2131,flags:{}},"\\zeta":{glyph:2132,flags:{}},"\\eta":{glyph:2133,flags:{}},"\\vartheta":{glyph:2134,flags:{}},"\\iota":{glyph:2135,flags:{}},"\\kappa":{glyph:2136,flags:{}},"\\lambda":{glyph:2137,flags:{}},"\\mu":{glyph:2138,flags:{}},"\\nu":{glyph:2139,flags:{}},"\\xi":{glyph:2140,flags:{}},"\\omicron":{glyph:2141,flags:{}},"\\pi":{glyph:2142,flags:{}},"\\rho":{glyph:2143,flags:{}},"\\sigma":{glyph:2144,flags:{}},"\\tau":{glyph:2145,flags:{}},"\\upsilon":{glyph:2146,flags:{}},"\\varphi":{glyph:2147,flags:{}},"\\chi":{glyph:2148,flags:{}},"\\psi":{glyph:2149,flags:{}},"\\omega":{glyph:2150,flags:{}},"\\epsilon":{glyph:2184,flags:{}},"\\theta":{glyph:2185,flags:{}},"\\phi":{glyph:2186,flags:{}},"\\varsigma":{glyph:2187,flags:{}},"\\Alpha":{glyph:2027,flags:{}},"\\Beta":{glyph:2028,flags:{}},"\\Gamma":{glyph:2029,flags:{}},"\\Delta":{glyph:2030,flags:{}},"\\Epsilon":{glyph:2031,flags:{}},"\\Zeta":{glyph:2032,flags:{}},"\\Eta":{glyph:2033,flags:{}},"\\Theta":{glyph:2034,flags:{}},"\\Iota":{glyph:2035,flags:{}},"\\Kappa":{glyph:2036,flags:{}},"\\Lambda":{glyph:2037,flags:{}},"\\Mu":{glyph:2038,flags:{}},"\\Nu":{glyph:2039,flags:{}},"\\Xi":{glyph:2040,flags:{}},"\\Omicron":{glyph:2041,flags:{}},"\\Pi":{glyph:2042,flags:{}},"\\Rho":{glyph:2043,flags:{}},"\\Sigma":{glyph:2044,flags:{}},"\\Tau":{glyph:2045,flags:{}},"\\Upsilon":{glyph:2046,flags:{}},"\\Phi":{glyph:2047,flags:{}},"\\Chi":{glyph:2048,flags:{}},"\\Psi":{glyph:2049,flags:{}},"\\Omega":{glyph:2050,flags:{}}};function po(o,t="math"){const e=o.charCodeAt(0);if(65<=e&&e<=90){const n=e-65;return t=="text"||t=="rm"?n+2001:t=="tt"?n+501:t=="bf"||t=="bb"?n+3001:t=="sf"?n+2501:t=="frak"?n+3301:t=="scr"||t=="cal"?n+2551:n+2051}if(97<=e&&e<=122){const n=e-97;return t=="text"||t=="rm"?n+2101:t=="tt"?n+601:t=="bf"||t=="bb"?n+3101:t=="sf"?n+2601:t=="frak"?n+3401:t=="scr"||t=="cal"?n+2651:n+2151}if(48<=e&&e<=57){const n=e-48;return t=="it"?n+2750:t=="bf"?n+3200:t=="tt"?n+700:n+2200}return{".":2210,",":2211,":":2212,";":2213,"!":2214,"?":2215,"'":2216,'"':2217,"*":2219,"/":2220,"-":2231,"+":2232,"=":2238,"<":2241,">":2242,"~":2246,"@":2273,"\\":804}[o]}const Ee={SUB_SUP_SCALE:.5,SQRT_MAG_SCALE:.5,FRAC_SCALE:.85,LINE_SPACING:.5,FRAC_SPACING:.4};function La(o){o=o.replace(/\n/g," ");let t=0;const e=[];let n="";for(;t<o.length;)o[t]==" "?n.length&&(e.push(n),n=""):o[t]=="\\"?n.length==1&&n[0]=="\\"?(n+=o[t],e.push(n),n=""):(n.length&&e.push(n),n=o[t]):/[A-Za-z0-9\.]/.test(o[t])?n+=o[t]:(n.length&&n!="\\"&&(e.push(n),n=""),n+=o[t],e.push(n),n=""),t++;return n.length&&e.push(n),e}function Pa(o){return{type:Nt[o]?"symb":"char",mode:"math",text:o,chld:[],bbox:null}}function Ri(o){let t=0,e={type:"node",text:"",mode:"math",chld:[],bbox:null};function n(){if(o[t]!="[")return null;let l=0,r=t;for(;r<o.length;){if(o[r]=="[")l++;else if(o[r]=="]"&&(l--,!l))break;r++}const a=Ri(o.slice(t+1,r));return t=r,a}function i(l){let r=t,a=r,c=0,d=0;const u=[];for(;r<o.length;){if(o[r]=="{")c||(a=r),c++;else if(o[r]=="}"){if(c--,!c&&(u.push(Ri(o.slice(a+1,r))),d++,d==l))break}else if(c==0&&(u.push(Pa(o[r])),d++,d==l))break;r++}return t=r,u}for(t=0;t<o.length;t++){const l=Nt[o[t]],r={type:"",text:o[t],mode:"math",chld:[],bbox:null};if(l)if(l.arity){t++,r.type="func";let a=null;l.flags.opt&&(a=n(),a&&t++);const c=i(l.arity);r.chld=c,a&&r.chld.push(a)}else r.type="symb";else o[t]=="{"?(r.type="node",r.text="",r.chld=i(1)):r.type="char";e.chld.push(r)}return e.chld.length==1&&(e=e.chld[0]),e}function Fs(o){let t=0;for(;t<o.length;){if(o[t].text=="\\begin"){let e;for(e=t;e<o.length&&o[e].text!="\\end";e++);const n=o.splice(t+1,e-(t+1));Fs(n),o[t].text=o[t].chld[0].text,o[t].chld=n,o.splice(t+1,1)}t++}}function fe(o,t,e,n,i,l){if(e==null&&(e=t),!!o.bbox){l&&(o.bbox.x*=t,o.bbox.y*=e),o.bbox.w*=t,o.bbox.h*=e;for(let r=0;r<o.chld.length;r++)fe(o.chld[r],t,e,0,0,!0);o.bbox.x+=n,o.bbox.y+=i}}function ys(o){let t=1/0,e=-1/0,n=1/0,i=-1/0;for(let l=0;l<o.length;l++)o[l].bbox&&(t=Math.min(t,o[l].bbox.x),n=Math.min(n,o[l].bbox.y),e=Math.max(e,o[l].bbox.x+o[l].bbox.w),i=Math.max(i,o[l].bbox.y+o[l].bbox.h));return{x:t,y:n,w:e-t,h:i-n}}function Ea(o){if(!o.length)return null;const t=ys(o);for(let n=0;n<o.length;n++)o[n].bbox&&(o[n].bbox.x-=t.x,o[n].bbox.y-=t.y);return{type:"node",text:"",mode:"math",chld:o,bbox:t}}function Ma(o,t="center"){for(let d=0;d<o.length;d++)if(o[d].text=="^"||o[d].text=="'"){let u=0,R=d;for(;R>0&&(o[R].text=="^"||o[R].text=="_"||o[R].text=="'");)R--;u=o[R].bbox.y,o[d].text=="'"?o[d].bbox.y=u:(fe(o[d],Ee.SUB_SUP_SCALE,null,0,0),Nt[o[R].text]&&Nt[o[R].text].flags.big?o[d].bbox.y=u-o[d].bbox.h:o[R].text=="\\int"?o[d].bbox.y=u:o[d].bbox.y=u-o[d].bbox.h/2)}else if(o[d].text=="_"){let u=1,R=d;for(;R>0&&(o[R].text=="^"||o[R].text=="_"||o[R].text=="'");)R--;u=o[R].bbox.y+o[R].bbox.h,fe(o[d],Ee.SUB_SUP_SCALE,null,0,0),Nt[o[R].text]&&Nt[o[R].text].flags.big?o[d].bbox.y=u:o[R].text=="\\int"?o[d].bbox.y=u-o[d].bbox.h:o[d].bbox.y=u-o[d].bbox.h/2}function e(d,u,R,h,g){let T=d,f=g,m=1/0,C=-1/0;for(;h>0?T<o.length:T>=0;){if(o[T].text==u)f++;else if(o[T].text==R){if(f--,f==0)break}else o[T].text=="^"||o[T].text=="_"||o[T].bbox&&(m=Math.min(m,o[T].bbox.y),C=Math.max(C,o[T].bbox.y+o[T].bbox.h));T+=h}return[m,C]}for(let d=0;d<o.length;d++)if(o[d].text=="\\left"){const[u,R]=e(d,"\\left","\\right",1,0);u!=1/0&&R!=-1/0&&(o[d].bbox.y=u,fe(o[d],1,(R-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\right"){const[u,R]=e(d,"\\right","\\left",-1,0);u!=1/0&&R!=-1/0&&(o[d].bbox.y=u,fe(o[d],1,(R-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\middle"){const[u,R]=e(d,"\\right","\\left",-1,1),[h,g]=e(d,"\\left","\\right",1,1),T=Math.min(u,h),f=Math.max(R,g);T!=1/0&&f!=-1/0&&(o[d].bbox.y=T,fe(o[d],1,(f-T)/o[d].bbox.h,0,0))}if(!o.some(d=>d.text=="&"||d.text=="\\\\"))return;const n=[];let i=[],l=[];for(let d=0;d<o.length;d++)o[d].text=="&"?(i.push(l),l=[]):o[d].text=="\\\\"?(l.length&&(i.push(l),l=[]),n.push(i),i=[]):l.push(o[d]);l.length&&i.push(l),i.length&&n.push(i);const r=[],a=[];for(let d=0;d<n.length;d++){const u=[];for(let R=0;R<n[d].length;R++){const h=Ea(n[d][R]);h&&(r[R]=r[R]||0,r[R]=Math.max(h.bbox.w+1,r[R])),u[R]=h}a.push(u)}const c=[];for(let d=0;d<a.length;d++){let u=1/0,R=-1/0;for(let h=0;h<a[d].length;h++)a[d][h]&&(u=Math.min(u,a[d][h].bbox.y),R=Math.max(R,a[d][h].bbox.y+a[d][h].bbox.h));c.push([u,R])}for(let d=0;d<c.length;d++)(c[d][0]==1/0||c[d][1]==1/0)&&(c[d][0]=d==0?0:c[d-1][1],c[d][1]=c[d][0]+2);for(let d=1;d<a.length;d++){const u=c[d-1][1]-c[d][0]+Ee.LINE_SPACING;for(let R=0;R<a[d].length;R++)a[d][R]&&(a[d][R].bbox.y+=u);c[d][0]+=u,c[d][1]+=u}o.splice(0,o.length);for(let d=0;d<a.length;d++){let u=0;for(let R=0;R<a[d].length;R++){const h=a[d][R];if(!h){u+=r[R];continue}h.bbox.x+=u,u+=r[R]-h.bbox.w,t=="center"?h.bbox.x+=(r[R]-h.bbox.w)/2:t=="left"||(t=="right"||t=="equation"&&R!=a[d].length-1)&&(h.bbox.x+=r[R]-h.bbox.w),o.push(h)}}}function we(o,t="math"){const e={"\\text":"text","\\mathnormal":"math","\\mathrm":"rm","\\mathit":"it","\\mathbf":"bf","\\mathsf":"sf","\\mathtt":"tt","\\mathfrak":"frak","\\mathcal":"cal","\\mathbb":"bb","\\mathscr":"scr","\\rm":"rm","\\it":"it","\\bf":"bf","\\sf":"tt","\\tt":"tt","\\frak":"frak","\\cal":"cal","\\bb":"bb","\\scr":"scr"}[o.text]??t;if(!o.chld.length){if(Nt[o.text])if(Nt[o.text].flags.big)o.text=="\\lim"?o.bbox={x:0,y:0,w:3.5,h:2}:o.bbox={x:0,y:-.5,w:3,h:3};else if(Nt[o.text].flags.txt){let n=0;for(let i=1;i<o.text.length;i++)n+=Nn(po(o.text[i],"text")).w;n/=16,o.bbox={x:0,y:0,w:n,h:2}}else if(Nt[o.text].glyph){let n=Nn(Nt[o.text].glyph).w;n/=16,o.text=="\\int"||o.text=="\\oint"?o.bbox={x:0,y:-1.5,w:n,h:5}:o.bbox={x:0,y:0,w:n,h:2}}else o.bbox={x:0,y:0,w:1,h:2};else{let n=0;for(let i=0;i<o.text.length;i++)Nn(po(o.text[i],e))&&(e=="tt"?n+=16:n+=Nn(po(o.text[i],e)).w);n/=16,o.bbox={x:0,y:0,w:n,h:2}}o.mode=e;return}if(o.text=="\\frac"){const n=o.chld[0],i=o.chld[1],l=Ee.FRAC_SCALE;we(n),we(i),n.bbox.x=0,n.bbox.y=0,i.bbox.x=0,i.bbox.y=0;const r=Math.max(n.bbox.w,i.bbox.w)*l;fe(n,l,null,(r-n.bbox.w*l)/2,0),fe(i,l,null,(r-i.bbox.w*l)/2,n.bbox.h+Ee.FRAC_SPACING),o.bbox={x:0,y:-n.bbox.h+1-Ee.FRAC_SPACING/2,w:r,h:n.bbox.h+i.bbox.h+Ee.FRAC_SPACING}}else if(o.text=="\\binom"){const n=o.chld[0],i=o.chld[1];we(n),we(i),n.bbox.x=0,n.bbox.y=0,i.bbox.x=0,i.bbox.y=0;const l=Math.max(n.bbox.w,i.bbox.w);fe(n,1,null,(l-n.bbox.w)/2+1,0),fe(i,1,null,(l-i.bbox.w)/2+1,n.bbox.h),o.bbox={x:0,y:-n.bbox.h+1,w:l+2,h:n.bbox.h+i.bbox.h}}else if(o.text=="\\sqrt"){const n=o.chld[0];we(n);const i=o.chld[1];let l=0;i&&(we(i),l=Math.max(i.bbox.w*Ee.SQRT_MAG_SCALE-.5,0),fe(i,Ee.SQRT_MAG_SCALE,null,0,.5)),fe(n,1,null,1+l,.5),o.bbox={x:0,y:2-n.bbox.h-.5,w:n.bbox.w+1+l,h:n.bbox.h+.5}}else if(Nt[o.text]&&Nt[o.text].flags.hat){const n=o.chld[0];we(n);const i=n.bbox.y-.5;n.bbox.y=.5,o.bbox={x:0,y:i,w:n.bbox.w,h:n.bbox.h+.5}}else if(Nt[o.text]&&Nt[o.text].flags.mat){const n=o.chld[0];we(n),o.bbox={x:0,y:0,w:n.bbox.w,h:n.bbox.h+.5}}else{let n=0,i=0,l=1;for(let R=0;R<o.chld.length;R++){const h=o.chld[R],g={"\\quad":2,"\\,":6/18,"\\:":8/18,"\\;":10/18,"\\!":-6/18}[h.text]??null;if(h.text=="\\\\"){i+=l,n=0,l=1;continue}else{if(h.text=="&")continue;if(g!=null){n+=g;continue}else{if(we(h,e),fe(h,1,null,n,i),h.text=="^"||h.text=="_"||h.text=="'"){let T=R;for(;T>0&&(o.chld[T].text=="^"||o.chld[T].text=="_"||o.chld[T].text=="'");)T--;const f=Nt[o.chld[T].text]&&Nt[o.chld[T].text].flags.big;if(h.text=="'"){let m=T+1,C=0;for(;m<R;)o.chld[m].text=="'"&&C++,m++;h.bbox.x=o.chld[T].bbox.x+o.chld[T].bbox.w+h.bbox.w*C,n=Math.max(n,h.bbox.x+h.bbox.w)}else if(f){const m=o.chld[T].bbox.x+(o.chld[T].bbox.w-h.bbox.w*Ee.SUB_SUP_SCALE)/2;h.bbox.x=m,n=Math.max(n,o.chld[T].bbox.x+o.chld[T].bbox.w+(h.bbox.w*Ee.SUB_SUP_SCALE-o.chld[T].bbox.w)/2)}else h.bbox.x=o.chld[T].bbox.x+o.chld[T].bbox.w,n=Math.max(n,h.bbox.x+h.bbox.w*Ee.SUB_SUP_SCALE)}else n+=h.bbox.w;t=="text"&&(n+=1),l=Math.max(h.bbox.y+h.bbox.h-i,l)}}}i+=l;const r={bmatrix:["[","]"],pmatrix:["(",")"],Bmatrix:["\\{","\\}"],cases:["\\{"]},a={bmatrix:"center",pmatrix:"center",Bmatrix:"center",cases:"left",matrix:"center",aligned:"equation"}[o.text]??"left",c=!!r[o.text],d=!!r[o.text]&&r[o.text].length>1;Ma(o.chld,a);const u=ys(o.chld);o.text=="\\text"&&(u.x-=1,u.w+=2);for(let R=0;R<o.chld.length;R++)fe(o.chld[R],1,null,-u.x+(c?1.5:0),-u.y);o.bbox={x:0,y:0,w:u.w+1.5*Number(c)+1.5*Number(d),h:u.h},c&&o.chld.unshift({type:"symb",text:r[o.text][0],mode:o.mode,chld:[],bbox:{x:0,y:0,w:1,h:u.h}}),d&&o.chld.push({type:"symb",text:r[o.text][1],mode:o.mode,chld:[],bbox:{x:u.w+2,y:0,w:1,h:u.h}}),(c||d||o.text=="matrix")&&(o.type="node",o.text="",o.bbox.y-=(o.bbox.h-2)/2)}}function Oa(o){function t(n,i,l){const r=[];if(n.bbox){if(i+=n.bbox.x,l+=n.bbox.y,n.text=="\\frac"){const a=n.chld[1].bbox.y-(n.chld[0].bbox.y+n.chld[0].bbox.h),c={type:"symb",mode:n.mode,text:"\\bar",bbox:{x:i,y:l+(n.chld[1].bbox.y-a/2)-a/2,w:n.bbox.w,h:a},chld:[]};r.push(c)}else if(n.text=="\\sqrt"){const a=n.chld[0].bbox.y,c=Math.max(0,n.chld[0].bbox.x-n.chld[0].bbox.h/2),d={type:"symb",mode:n.mode,text:"\\sqrt",bbox:{x:i+c,y:l+a/2,w:n.chld[0].bbox.x-c,h:n.bbox.h-a/2},chld:[]};r.push(d),r.push({type:"symb",text:"\\bar",mode:n.mode,bbox:{x:i+n.chld[0].bbox.x,y:l,w:n.bbox.w-n.chld[0].bbox.x,h:a},chld:[]})}else if(n.text=="\\binom"){const a=Math.min(n.chld[0].bbox.x,n.chld[1].bbox.x),c={type:"symb",mode:n.mode,text:"(",bbox:{x:i,y:l,w:a,h:n.bbox.h},chld:[]};r.push(c),r.push({type:"symb",text:")",mode:n.mode,bbox:{x:i+n.bbox.w-a,y:l,w:a,h:n.bbox.h},chld:[]})}else if(Nt[n.text]&&Nt[n.text].flags.hat){const a=n.chld[0].bbox.y,c={type:"symb",mode:n.mode,text:n.text,bbox:{x:i,y:l,w:n.bbox.w,h:a},chld:[]};r.push(c)}else if(Nt[n.text]&&Nt[n.text].flags.mat){const a=n.chld[0].bbox.h,c={type:"symb",text:n.text,mode:n.mode,bbox:{x:i,y:l+a,w:n.bbox.w,h:n.bbox.h-a},chld:[]};r.push(c)}else if(n.type!="node"&&n.text!="^"&&n.text!="_"){const a={type:n.type=="func"?"symb":n.type,text:n.text,mode:n.mode,bbox:{x:i,y:l,w:n.bbox.w,h:n.bbox.h},chld:[]};r.push(a)}}for(let a=0;a<n.chld.length;a++){const c=t(n.chld[a],i,l);r.push(...c)}return r}const e=t(o,-o.bbox.x,-o.bbox.y);o.type="node",o.text="",o.chld=e}function Sa(o){const t=[];for(let e=0;e<o.chld.length;e++){const n=o.chld[e];let i=n.bbox.h/2,l=!1;if(Nt[n.text]&&Nt[n.text].flags.hat&&!Nt[n.text].flags.xfl&&!Nt[n.text].flags.yfl&&(i*=4,l=!0),Nt[n.text]&&Nt[n.text].glyph){const r=Nn(Nt[n.text].glyph);for(let a=0;a<r.polylines.length;a++){const c=[];for(let d=0;d<r.polylines[a].length;d++){let u=r.polylines[a][d][0],R=r.polylines[a][d][1];if(Nt[n.text].flags.xfl)u=(u-r.xmin)/Math.max(r.xmax-r.xmin,1)*n.bbox.w,u+=n.bbox.x;else if(r.w/16*i>n.bbox.w)u=u/Math.max(r.w,1)*n.bbox.w,u+=n.bbox.x;else{u=u/16*i;const h=(n.bbox.w-r.w/16*i)/2;u+=n.bbox.x+h}if(Nt[n.text].flags.yfl)R=(R-r.ymin)/Math.max(r.ymax-r.ymin,1)*n.bbox.h,R+=n.bbox.y;else{if(R=R/16*i,l){const h=(r.ymax+r.ymin)/2;R-=h/16*i}R+=n.bbox.y+n.bbox.h/2}c.push([u,R])}t.push(c)}}else if(Nt[n.text]&&Nt[n.text].flags.txt||n.type=="char"){let r=n.bbox.x;const a=!!(Nt[n.text]&&Nt[n.text].flags.txt);for(let c=Number(a);c<n.text.length;c++){const d=Nn(po(n.text[c],a?"text":n.mode));if(!d){console.warn("unmapped character: "+n.text[c]);continue}for(let u=0;u<d.polylines.length;u++){const R=[];for(let h=0;h<d.polylines[u].length;h++){let g=d.polylines[u][h][0],T=d.polylines[u][h][1];g/=16,T/=16,g*=i,T*=i,n.mode=="tt"&&(d.w>16?g*=16/d.w:g+=(16-d.w)/2/16),g+=r,T+=n.bbox.y+n.bbox.h/2,R.push([g,T])}t.push(R)}n.mode=="tt"?r+=i:r+=d.w/16*i}}}return t}function Ze(o){return Math.round(o*100)/100}class Xa{_latex;_tree;_tokens;_polylines;constructor(t){this._latex=t,this._tokens=La(t),this._tree=Ri(this._tokens),Fs(this._tree.chld),we(this._tree),Oa(this._tree),this._polylines=Sa(this._tree)}resolveScale(t){if(t==null)return[16,16,16,16];let e=t.SCALE_X??16,n=t.SCALE_Y??16;if(t.MIN_CHAR_H!=null){let r=0;for(let c=0;c<this._tree.chld.length;c++){const d=this._tree.chld[c];(d.type=="char"||Nt[d.text]&&(Nt[d.text].flags.txt||!Object.keys(Nt[d.text].flags).length))&&(r=Math.min(d.bbox.h,r))}const a=Math.max(1,t.MIN_CHAR_H/r);e*=a,n*=a}if(t.MAX_W!=null){const r=e;e=Math.min(e,t.MAX_W/this._tree.bbox.w),n*=e/r}if(t.MAX_H!=null){const r=n;n=Math.min(n,t.MAX_H/this._tree.bbox.h),e*=n/r}const i=t.MARGIN_X??e,l=t.MARGIN_Y??n;return[i,l,e,n]}polylines(t){t||(t={});const e=[],[n,i,l,r]=this.resolveScale(t);for(let a=0;a<this._polylines.length;a++){e.push([]);for(let c=0;c<this._polylines[a].length;c++){const[d,u]=this._polylines[a][c];e[e.length-1].push([n+d*l,i+u*r])}}return e}pathd(t){t||(t={});let e="";const[n,i,l,r]=this.resolveScale(t);for(let a=0;a<this._polylines.length;a++)for(let c=0;c<this._polylines[a].length;c++){const[d,u]=this._polylines[a][c];e+=c?"L":"M",e+=`${Ze(n+d*l)} ${Ze(i+u*r)}`}return e}svg(t){t||(t={});const[e,n,i,l]=this.resolveScale(t),r=Ze(this._tree.bbox.w*i+e*2),a=Ze(this._tree.bbox.h*l+n*2);let c=`<svg
13
+ </svg>`,a=new Image;return a.src=`data:image/svg+xml;base64,${sa(r)}`,a}_drawImageWithCrop(t,e,n,i,l,r,a){if(n.imgCrop){const{x:c,y:d,width:u,height:R}=n.imgCrop;t.drawImage(e,c,d,u,R,i,l,r,a)}else t.drawImage(e,i,l,r,a)}_renderCaption(t,e,n,i,l,r){if(!e.imgCaption?.value)return;const{scale:a,imgCaption:c}=this.options;let d=e.imgCaption.value;if(d.includes("{imageNo}")){const I=this.draw.getOriginalMainElementList(),p=this._countImagesBeforeTarget(I,e)+1;d=d.replace(/\{imageNo\}/g,String(p))}const u=(e.imgCaption.size||c.size)*a,R=e.imgCaption.font||c.font,h=e.imgCaption.color||c.color;t.save(),t.font=`${u}px ${R}`,t.fillStyle=h,t.textAlign="center";let g=d;const T=t.measureText(d);if(T.width>l){let I=0,p=d.length;for(;I<p;){const L=Math.ceil((I+p)/2),M=d.substring(0,L);t.measureText(M+"...").width<=l?I=L:p=L-1}g=d.substring(0,I)+"..."}const f=(e.imgCaption.top??c.top)*a,m=i+r+f+T.actualBoundingBoxAscent,C=n+l/2;t.fillText(g,C,m),t.restore()}render(t,e,n,i){const{scale:l}=this.options,r=e.width*l,a=e.height*l;if(this.imageCache.has(e.value)){const c=this.imageCache.get(e.value);this._drawImageWithCrop(t,c,e,n,i,r,a),this._renderCaption(t,e,n,i,r,a)}else{const c=this.draw.getRenderCount(),d=new Promise((u,R)=>{const h=new Image;h.setAttribute("crossOrigin","Anonymous"),h.src=e.value,h.onload=()=>{this.imageCache.set(e.value,h),u(e),c===this.draw.getRenderCount()&&(e.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM?this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}):(this._drawImageWithCrop(t,h,e,n,i,r,a),this._renderCaption(t,e,n,i,r,a)))},h.onerror=g=>{const T=this.getFallbackImage(r,a);T.onload=()=>{this._drawImageWithCrop(t,T,e,n,i,r,a),this.imageCache.set(e.value,T),this._renderCaption(t,e,n,i,r,a)},R(g)}});this.addImageObserver(d)}}}const mo=82;function Nn(o){return Ri[o]==null&&Pa(o),Ri[o]}function Pa(o){const t=Ea[o];if(t==null)return;const e=t.substring(3,5),n=1*e.charCodeAt(0)-mo,i=1*e.charCodeAt(1)-mo,l=t.substring(5),r=[[]];let a=1/0,c=-1/0,d=1/0,u=-1/0,R=0;for(;R<l.length;){const h=l.substring(R,R+2);if(h==" R")r.push([]);else{const g=h.charCodeAt(0)-mo-n,T=h.charCodeAt(1)-mo;a=Math.min(T,a),c=Math.max(T,c),d=Math.min(g,d),u=Math.max(g,u),r[r.length-1].push([g,T])}R+=2}Ri[o]={w:i-n,xmin:d,xmax:u,ymin:a,ymax:c,polylines:r}}const Ri={},Ea={1:" 9MWRMNV RRMVV RPSTS",2:" 16MWOMOV ROMSMUNUPSQ ROQSQURUUSVOV",3:" 11MXVNTMRMPNOPOSPURVTVVU",4:" 12MWOMOV ROMRMTNUPUSTURVOV",5:" 12MWOMOV ROMUM ROQSQ ROVUV",6:" 9MVOMOV ROMUM ROQSQ",7:" 15MXVNTMRMPNOPOSPURVTVVUVR RSRVR",8:" 9MWOMOV RUMUV ROQUQ",9:" 3PTRMRV",10:" 7NUSMSTRVPVOTOS",11:" 9MWOMOV RUMOS RQQUV",12:" 6MVOMOV ROVUV",13:" 12LXNMNV RNMRV RVMRV RVMVV",14:" 9MWOMOV ROMUV RUMUV",15:" 14MXRMPNOPOSPURVSVUUVSVPUNSMRM",16:" 10MWOMOV ROMSMUNUQSROR",17:" 17MXRMPNOPOSPURVSVUUVSVPUNSMRM RSTVW",18:" 13MWOMOV ROMSMUNUQSROR RRRUV",19:" 13MWUNSMQMONOOPPTRUSUUSVQVOU",20:" 6MWRMRV RNMVM",21:" 9MXOMOSPURVSVUUVSVM",22:" 6MWNMRV RVMRV",23:" 12LXNMPV RRMPV RRMTV RVMTV",24:" 6MWOMUV RUMOV",25:" 7MWNMRQRV RVMRQ",26:" 9MWUMOV ROMUM ROVUV",27:" 9MWRMNV RRMVV RPSTS",28:" 16MWOMOV ROMSMUNUPSQ ROQSQURUUSVOV",29:" 6MVOMOV ROMUM",30:" 9MWRMNV RRMVV RNVVV",31:" 12MWOMOV ROMUM ROQSQ ROVUV",32:" 9MWUMOV ROMUM ROVUV",33:" 9MWOMOV RUMUV ROQUQ",34:" 20MXRMPNOPOSPURVSVUUVSVPUNSMRM RQQTR RTQQR",35:" 3PTRMRV",36:" 9MWOMOV RUMOS RQQUV",37:" 6MWRMNV RRMVV",38:" 12LXNMNV RNMRV RVMRV RVMVV",39:" 9MWOMOV ROMUV RUMUV",40:" 12MWOMUM RPQTR RTQPR ROVUV",41:" 14MXRMPNOPOSPURVSVUUVSVPUNSMRM",42:" 9MWOMOV RUMUV ROMUM",43:" 10MWOMOV ROMSMUNUQSROR",44:" 10MWOMRQOV ROMUM ROVUV",45:" 6MWRMRV RNMVM",46:" 15MWNONNOMPMQNRPRV RVOVNUMTMSNRP",47:" 13LXRMRV RPONPNSPTTTVSVPTOPO",48:" 6MWOMUV RUMOV",49:" 12LXRMRV RNOOPOSQTSTUSUPVO",50:" 13MXOVQVOROPPNRMSMUNVPVRTVVV",200:" 12MWRMPNOPOSPURVTUUSUPTNRM",201:" 4MWPORMRV",202:" 9MWONQMSMUNUPTROVUV",203:" 15MWONQMSMUNUPSQ RRQSQURUUSVQVOU",204:" 7MWSMSV RSMNSVS",205:" 14MWPMOQQPRPTQUSTURVQVOU RPMTM",206:" 14MWTMRMPNOPOSPURVTUUSTQRPPQOS",207:" 6MWUMQV ROMUM",208:" 19MWQMONOPQQSQUPUNSMQM RQQOROUQVSVUUURSQ",209:" 14MWUPTRRSPROPPNRMTNUPUSTURVPV",210:" 6PURURVSVSURU",211:" 7PUSVRVRUSUSWRY",212:" 12PURPRQSQSPRP RRURVSVSURU",213:" 13PURPRQSQSPRP RSVRVRUSUSWRY",214:" 12PURMRR RSMSR RRURVSVSURU",215:" 17NWPNRMSMUNUPRQRRSRSQUP RRURVSVSURU",216:" 3PTRMRQ",217:" 6NVPMPQ RTMTQ",218:" 10NVQMPNPPQQSQTPTNSMQM",219:" 16MWUNSMQMONOPQQTRUSUUSVQVOU RRLRW",220:" 3MWVLNW",221:" 7OVTLRNQPQSRUTW",222:" 7NUPLRNSPSSRUPW",223:" 3PTRLRW",224:" 3LXNRVR",225:" 6LXRNRV RNRVR",226:" 6LXNPVP RNTVT",227:" 6MWOOUU RUOOU",228:" 9MWRORU ROPUT RUPOT",229:" 6PURQRRSRSQRQ",230:" 7PUSMRORQSQSPRP",231:" 7PUSNRNRMSMSORQ",232:" 7LXSOVRSU RNRVR",233:" 12MXRLPW RULSW ROPVP ROSVS",234:" 21LXVRURTSSURVOVNUNSORRQSPSNRMPMONOPQSSUUVVV",235:" 20LXNNOQOSNV RVNUQUSVV RNNQOSOVN RNVQUSUVV",501:" 9I[RFJ[ RRFZ[ RMTWT",502:" 24G\\KFK[ RKFTFWGXHYJYLXNWOTP RKPTPWQXRYTYWXYWZT[K[",503:" 19H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZV",504:" 16G\\KFK[ RKFRFUGWIXKYNYSXVWXUZR[K[",505:" 12H[LFL[ RLFYF RLPTP RL[Y[",506:" 9HZLFL[ RLFYF RLPTP",507:" 23H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZVZS RUSZS",508:" 9G]KFK[ RYFY[ RKPYP",509:" 3NVRFR[",510:" 11JZVFVVUYTZR[P[NZMYLVLT",511:" 9G\\KFK[ RYFKT RPOY[",512:" 6HYLFL[ RL[X[",513:" 12F^JFJ[ RJFR[ RZFR[ RZFZ[",514:" 9G]KFK[ RKFY[ RYFY[",515:" 22G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF",516:" 14G\\KFK[ RKFTFWGXHYJYMXOWPTQKQ",517:" 25G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF RSWY]",518:" 17G\\KFK[ RKFTFWGXHYJYLXNWOTPKP RRPY[",519:" 21H\\YIWGTFPFMGKIKKLMMNOOUQWRXSYUYXWZT[P[MZKX",520:" 6JZRFR[ RKFYF",521:" 11G]KFKULXNZQ[S[VZXXYUYF",522:" 6I[JFR[ RZFR[",523:" 12F^HFM[ RRFM[ RRFW[ R\\FW[",524:" 6H\\KFY[ RYFK[",525:" 7I[JFRPR[ RZFRP",526:" 9H\\YFK[ RKFYF RK[Y[",527:" 9I[RFJ[ RRFZ[ RMTWT",528:" 24G\\KFK[ RKFTFWGXHYJYLXNWOTP RKPTPWQXRYTYWXYWZT[K[",529:" 6HYLFL[ RLFXF",530:" 9I[RFJ[ RRFZ[ RJ[Z[",531:" 12H[LFL[ RLFYF RLPTP RL[Y[",532:" 9H\\YFK[ RKFYF RK[Y[",533:" 9G]KFK[ RYFY[ RKPYP",534:" 25G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF ROPUP",535:" 3NVRFR[",536:" 9G\\KFK[ RYFKT RPOY[",537:" 6I[RFJ[ RRFZ[",538:" 12F^JFJ[ RJFR[ RZFR[ RZFZ[",539:" 9G]KFK[ RKFY[ RYFY[",540:" 9I[KFYF ROPUP RK[Y[",541:" 22G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF",542:" 9G]KFK[ RYFY[ RKFYF",543:" 14G\\KFK[ RKFTFWGXHYJYMXOWPTQKQ",544:" 10I[KFRPK[ RKFYF RK[Y[",545:" 6JZRFR[ RKFYF",546:" 19I[KKKILGMFOFPGQIRMR[ RYKYIXGWFUFTGSIRM",547:" 21H\\RFR[ RPKMLLMKOKRLTMUPVTVWUXTYRYOXMWLTKPK",548:" 6H\\KFY[ RK[YF",549:" 18G]RFR[ RILJLKMLQMSNTQUSUVTWSXQYMZL[L",550:" 17H\\K[O[LTKPKLLINGQFSFVGXIYLYPXTU[Y[",551:" 20G[G[IZLWOSSLVFV[UXSUQSNQLQKRKTLVNXQZT[Y[",552:" 41F]SHTITLSPRSQUOXMZK[J[IZIWJRKOLMNJPHRGUFXFZG[I[KZMYNWOTP RSPTPWQXRYTYWXYWZU[R[PZOX",553:" 24H\\TLTMUNWNYMZKZIYGWFTFQGOIMLLNKRKVLYMZO[Q[TZVXWV",554:" 35G^TFRGQIPMOSNVMXKZI[G[FZFXGWIWKXMZP[S[VZXXZT[O[KZHYGWFTFRHRJSMUPWRZT\\U",555:" 28H\\VJVKWLYLZKZIYGVFRFOGNINLONPOSPPPMQLRKTKWLYMZP[S[VZXXYV",556:" 28H\\RLPLNKMINGQFTFXG[G]F RXGVNTTRXPZN[L[JZIXIVJULUNV RQPZP",557:" 29G^G[IZMVPQQNRJRGQFPFOGNINLONQOUOXNYMZKZQYVXXVZS[O[LZJXIVIT",558:" 38F^MMKLJJJIKGMFNFPGQIQKPONULYJ[H[GZGX RMRVOXN[L]J^H^G]F\\FZHXLVRUWUZV[W[YZZY\\V",559:" 25IZWVUTSQROQLQIRGSFUFVGWIWLVQTVSXQZO[M[KZJXJVKUMUOV",560:" 25JYT^R[PVOPOJPGRFTFUGVJVMURR[PaOdNfLgKfKdLaN^P\\SZWX",561:" 39F^MMKLJJJIKGMFNFPGQIQKPONULYJ[H[GZGX R^I^G]F\\FZGXIVLTNROPO RROSQSXTZU[V[XZYY[V",562:" 29I\\MRORSQVOXMYKYHXFVFUGTISNRSQVPXNZL[J[IZIXJWLWNXQZT[V[YZ[X",563:" 45@aEMCLBJBICGEFFFHGIIIKHPGTE[ RGTJLLHMGOFPFRGSISKRPQTO[ RQTTLVHWGYFZF\\G]I]K\\PZWZZ[[\\[^Z_YaV",564:" 32E]JMHLGJGIHGJFKFMGNINKMPLTJ[ RLTOLQHRGTFVFXGYIYKXPVWVZW[X[ZZ[Y]V",565:" 29H]TFQGOIMLLNKRKVLYMZO[Q[TZVXXUYSZOZKYHXGVFTFRHRKSNUQWSZU\\V",566:" 31F_SHTITLSPRSQUOXMZK[J[IZIWJRKOLMNJPHRGUFZF\\G]H^J^M]O\\PZQWQUPTO",567:" 32H^ULTNSOQPOPNNNLOIQGTFWFYGZIZMYPWSSWPYNZK[I[HZHXIWKWMXPZS[V[YZ[X",568:" 38F_SHTITLSPRSQUOXMZK[J[IZIWJRKOLMNJPHRGUFYF[G\\H]J]M\\O[PYQVQSPTQUSUXVZX[ZZ[Y]V",569:" 28H\\H[JZLXOTQQSMTJTGSFRFQGPIPKQMSOVQXSYUYWXYWZT[P[MZKXJVJT",570:" 25H[RLPLNKMINGQFTFXG[G]F RXGVNTTRXPZN[L[JZIXIVJULUNV",571:" 33E]JMHLGJGIHGJFKFMGNINKMOLRKVKXLZN[P[RZSYUUXMZF RXMWQVWVZW[X[ZZ[Y]V",572:" 32F]KMILHJHIIGKFLFNGOIOKNOMRLVLYM[O[QZTWVTXPYMZIZGYFXFWGVIVKWNYP[Q",573:" 25C_HMFLEJEIFGHFIFKGLILLK[ RUFK[ RUFS[ RaF_G\\JYNVTS[",574:" 36F^NLLLKKKILGNFPFRGSISLQUQXRZT[V[XZYXYVXUVU R]I]G\\FZFXGVITLPUNXLZJ[H[GZGX",575:" 38F]KMILHJHIIGKFLFNGOIOKNOMRLVLXMZN[P[RZTXVUWSYM R[FYMVWT]RbPfNgMfMdNaP^S[VY[V",576:" 40H]ULTNSOQPOPNNNLOIQGTFWFYGZIZMYPWTTWPZN[K[JZJXKWNWPXQYR[R^QaPcNfLgKfKdLaN^Q[TYZV",583:" 9I[JFR[ RZFR[ RJFZF",601:" 18I\\XMX[ RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",602:" 18H[LFL[ RLPNNPMSMUNWPXSXUWXUZS[P[NZLX",603:" 15I[XPVNTMQMONMPLSLUMXOZQ[T[VZXX",604:" 18I\\XFX[ RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",605:" 18I[LSXSXQWOVNTMQMONMPLSLUMXOZQ[T[VZXX",606:" 9MYWFUFSGRJR[ ROMVM",607:" 23I\\XMX]W`VaTbQbOa RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",608:" 11I\\MFM[ RMQPNRMUMWNXQX[",609:" 9NVQFRGSFREQF RRMR[",610:" 12MWRFSGTFSERF RSMS^RaPbNb",611:" 9IZMFM[ RWMMW RQSX[",612:" 3NVRFR[",613:" 19CaGMG[ RGQJNLMOMQNRQR[ RRQUNWMZM\\N]Q][",614:" 11I\\MMM[ RMQPNRMUMWNXQX[",615:" 18I\\QMONMPLSLUMXOZQ[T[VZXXYUYSXPVNTMQM",616:" 18H[LMLb RLPNNPMSMUNWPXSXUWXUZS[P[NZLX",617:" 18I\\XMXb RXPVNTMQMONMPLSLUMXOZQ[T[VZXX",618:" 9KXOMO[ ROSPPRNTMWM",619:" 18J[XPWNTMQMNNMPNRPSUTWUXWXXWZT[Q[NZMX",620:" 9MYRFRWSZU[W[ ROMVM",621:" 11I\\MMMWNZP[S[UZXW RXMX[",622:" 6JZLMR[ RXMR[",623:" 12G]JMN[ RRMN[ RRMV[ RZMV[",624:" 6J[MMX[ RXMM[",625:" 10JZLMR[ RXMR[P_NaLbKb",626:" 9J[XMM[ RMMXM RM[X[",627:" 24H]QMONMPLRKUKXLZN[P[RZUWWTYPZM RQMSMTNUPWXXZY[Z[",628:" 31I\\UFSGQIOMNPMTLZKb RUFWFYHYKXMWNUORO RROTPVRWTWWVYUZS[Q[OZNYMV",629:" 17I\\JPLNNMOMQNROSRSVR[ RZMYPXRR[P_Ob",630:" 24I[TMQMONMPLSLVMYNZP[R[TZVXWUWRVOTMRKQIQGRFTFVGXI",631:" 19JZWOVNTMQMONOPPRSS RSSOTMVMXNZP[S[UZWX",632:" 23JYTFRGQHQIRJUKXK RXKTMQONRMUMWNYP[S]T_TaSbQbP`",633:" 19H\\IQJOLMNMONOPNTL[ RNTPPRNTMVMXOXRWWTb",634:" 27G\\HQIOKMMMNNNPMUMXNZO[Q[SZUWVUWRXMXJWGUFSFRHRJSMUPWRZT",635:" 9LWRMPTOXOZP[R[TYUW",636:" 19I[OMK[ RYNXMWMUNQROSNS RNSPTQUSZT[U[VZ",637:" 9JZKFMFOGPHX[ RRML[",638:" 21H]OMIb RNQMVMYO[Q[SZUXWT RYMWTVXVZW[Y[[Y\\W",639:" 14I[LMOMNSMXL[ RYMXPWRUURXOZL[",640:" 29JZTFRGQHQIRJUKXK RUKRLPMOOOQQSTTVT RTTPUNVMXMZO\\S^T_TaRbPb",641:" 18J[RMPNNPMSMVNYOZQ[S[UZWXXUXRWOVNTMRM",642:" 13G]PML[ RUMVSWXX[ RIPKNNM[M",643:" 19I[MSMVNYOZQ[S[UZWXXUXRWOVNTMRMPNNPMSIb",644:" 18I][MQMONMPLSLVMYNZP[R[TZVXWUWRVOUNSM",645:" 8H\\SMP[ RJPLNOMZM",646:" 16H\\IQJOLMNMONOPMVMYO[Q[TZVXXTYPYM",647:" 21G]ONMOKQJTJWKYLZN[Q[TZWXYUZRZOXMVMTORSPXMb",648:" 14I[KMMMOOU`WbYb RZMYOWRM]K`Jb",649:" 20F]VFNb RGQHOJMLMMNMPLULXMZO[Q[TZVXXUZP[M",650:" 23F]NMLNJQITIWJZK[M[OZQW RRSQWRZS[U[WZYWZTZQYNXM",651:" 22L\\UUTSRRPRNSMTLVLXMZO[Q[SZTXVRUWUZV[W[YZZY\\V",652:" 23M[MVOSRNSLTITGSFQGPIOMNTNZO[P[RZTXUUURVVWWYW[V",653:" 14MXTTTSSRQROSNTMVMXNZP[S[VYXV",654:" 24L\\UUTSRRPRNSMTLVLXMZO[Q[SZTXZF RVRUWUZV[W[YZZY\\V",655:" 17NXOYQXRWSUSSRRQROSNUNXOZQ[S[UZVYXV",656:" 24OWOVSQUNVLWIWGVFTGSIQQNZKaJdJfKgMfNcOZP[R[TZUYWV",657:" 28L[UUTSRRPRNSMTLVLXMZO[Q[SZTY RVRTYPdOfMgLfLdMaP^S\\U[XY[V",658:" 29M\\MVOSRNSLTITGSFQGPIOMNSM[ RM[NXOVQSSRURVSVUUXUZV[W[YZZY\\V",659:" 16PWSMSNTNTMSM RPVRRPXPZQ[R[TZUYWV",660:" 20PWSMSNTNTMSM RPVRRLdKfIgHfHdIaL^O\\Q[TYWV",661:" 33M[MVOSRNSLTITGSFQGPIOMNSM[ RM[NXOVQSSRURVSVUTVQV RQVSWTZU[V[XZYY[V",662:" 18OWOVQSTNULVIVGUFSGRIQMPTPZQ[R[TZUYWV",663:" 33E^EVGSIRJSJTIXH[ RIXJVLSNRPRQSQTPXO[ RPXQVSSURWRXSXUWXWZX[Y[[Z\\Y^V",664:" 23J\\JVLSNROSOTNXM[ RNXOVQSSRURVSVUUXUZV[W[YZZY\\V",665:" 23LZRRPRNSMTLVLXMZO[Q[SZTYUWUUTSRRQSQURWTXWXYWZV",666:" 24KZKVMSNQMUGg RMUNSPRRRTSUUUWTYSZQ[ RMZO[R[UZWYZV",667:" 27L[UUTSRRPRNSMTLVLXMZO[Q[SZ RVRUUSZPaOdOfPgRfScS\\U[XY[V",668:" 15MZMVOSPQPSSSTTTVSYSZT[U[WZXYZV",669:" 16NYNVPSQQQSSVTXTZR[ RNZP[T[VZWYYV",670:" 16OXOVQSSO RVFPXPZQ[S[UZVYXV RPNWN",671:" 19L[LVNRLXLZM[O[QZSXUU RVRTXTZU[V[XZYY[V",672:" 17L[LVNRMWMZN[O[RZTXUUUR RURVVWWYW[V",673:" 25I^LRJTIWIYJ[L[NZPX RRRPXPZQ[S[UZWXXUXR RXRYVZW\\W^V",674:" 20JZJVLSNRPRQSQZR[U[XYZV RWSVRTRSSOZN[L[KZ",675:" 23L[LVNRLXLZM[O[QZSXUU RVRPdOfMgLfLdMaP^S\\U[XY[V",676:" 23LZLVNSPRRRTTTVSXQZN[P\\Q^QaPdOfMgLfLdMaP^S\\WYZV",677:" 22J\\K[NZQXSVUSWOXKXIWGUFSGRHQJPOPTQXRZT[V[XZYY",683:" 26I[WUWRVOUNSMQMONMPLSLVMYNZP[R[TZVXWUXPXKWHVGTFRFPGNI",684:" 16JZWNUMRMPNNPMSMVNYOZQ[T[VZ RMTUT",685:" 23J[TFRGPJOLNOMTMXNZO[Q[SZUWVUWRXMXIWGVFTF RNPWP",686:" 21H\\VFNb RQMNNLPKSKVLXNZQ[S[VZXXYUYRXPVNSMQM",687:" 16I[XOWNTMQMNNMOLQLSMUOWSZT\\T^S_Q_",700:" 18H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF",701:" 5H\\NJPISFS[",702:" 15H\\LKLJMHNGPFTFVGWHXJXLWNUQK[Y[",703:" 16H\\MFXFRNUNWOXPYSYUXXVZS[P[MZLYKW",704:" 7H\\UFKTZT RUFU[",705:" 18H\\WFMFLOMNPMSMVNXPYSYUXXVZS[P[MZLYKW",706:" 24H\\XIWGTFRFOGMJLOLTMXOZR[S[VZXXYUYTXQVOSNRNOOMQLT",707:" 6H\\YFO[ RKFYF",708:" 30H\\PFMGLILKMMONSOVPXRYTYWXYWZT[P[MZLYKWKTLRNPQOUNWMXKXIWGTFPF",709:" 24H\\XMWPURRSQSNRLPKMKLLINGQFRFUGWIXMXRWWUZR[P[MZLX",710:" 6MWRYQZR[SZRY",711:" 9MWSZR[QZRYSZS\\R^Q_",712:" 12MWRMQNROSNRM RRYQZR[SZRY",713:" 15MWRMQNROSNRM RSZR[QZRYSZS\\R^Q_",714:" 9MWRFRT RRYQZR[SZRY",715:" 21I[LKLJMHNGPFTFVGWHXJXLWNVORQRT RRYQZR[SZRY",716:" 3NVRFRM",717:" 6JZNFNM RVFVM",718:" 14KYQFOGNINKOMQNSNUMVKVIUGSFQF",719:" 27H\\PBP_ RTBT_ RYIWGTFPFMGKIKKLMMNOOUQWRXSYUYXWZT[P[MZKX",720:" 3G][BIb",721:" 11KYVBTDRGPKOPOTPYR]T`Vb",722:" 11KYNBPDRGTKUPUTTYR]P`Nb",723:" 3NVRBRb",724:" 3E_IR[R",725:" 6E_RIR[ RIR[R",726:" 6E_IO[O RIU[U",727:" 6G]KKYY RYKKY",728:" 9JZRLRX RMOWU RWOMU",729:" 6MWRQQRRSSRRQ",730:" 8MWSFRGQIQKRLSKRJ",731:" 8MWRHQGRFSGSIRKQL",732:" 9E_UMXP[RXTUW RIR[R",733:" 12H]SBLb RYBRb RLOZO RKUYU",734:" 35E_\\O\\N[MZMYNXPVUTXRZP[L[JZIYHWHUISJRQNRMSKSIRGPFNGMIMKNNPQUXWZY[[[\\Z\\Y",735:" 28G]IIJKKOKUJYI[ R[IZKYOYUZY[[ RIIKJOKUKYJ[I RI[KZOYUYYZ[[",737:" 6KYOBO[ RUBU[",738:" 6F^RBR[ RI[[[",739:" 4F^[BI[[[",740:" 18E_RIQJRKSJRI RIYHZI[JZIY R[YZZ[[\\Z[Y",741:" 33F^RHNLKPJSJUKWMXOXQWRU RRHVLYPZSZUYWWXUXSWRU RRUQYP\\ RRUSYT\\ RP\\T\\",742:" 26F^RNQKPINHMHKIJKJOKRLTNWR\\ RRNSKTIVHWHYIZKZOYRXTVWR\\",743:" 20F^RGPJLOIR RRGTJXO[R RIRLUPZR] R[RXUTZR]",744:" 48F^RTTWVXXXZW[U[SZQXPVPSQ RSQUOVMVKUISHQHOINKNMOOQQ RQQNPLPJQISIUJWLXNXPWRT RRTQYP\\ RRTSYT\\ RP\\T\\",745:" 55F^RRR[Q\\ RRVQ\\ RRIQHOHNINKONRR RRISHUHVIVKUNRR RRRNOLNJNIOIQJR RRRVOXNZN[O[QZR RRRNULVJVIUISJR RRRVUXVZV[U[SZR",746:" 55F^ISJSLTMVMXLZ RISIRJQLQMRNTNWMYLZ RRGPIOLOOQUQXPZR\\ RRGTIULUOSUSXTZR\\ R[S[RZQXQWRVTVWWYXZ R[SZSXTWVWXXZ RKVYV",750:" 18PSSRRSQSPRPQQPRPSQSSRUQV RQQQRRRRQQQ",751:" 16PTQPPQPSQTSTTSTQSPQP RRQQRRSSRRQ",752:" 9NVPOTU RTOPU RNRVR",753:" 28MWRKQMOPMR RRKSMUPWR RRMOQ RRMUQ RROPQ RROTQ RQQSQ RMRWR",754:" 26MWMRMQNOONQMSMUNVOWQWR RPNTN ROOUO RNPVP RNQVQ RMRWR",755:" 14LRLFLRRRLF RLIPQ RLLOR RLOMQ",756:" 10MWRKQMOPMR RRKSMUPWR",757:" 11MWWRWQVOUNSMQMONNOMQMR",758:" 13G]]R]P\\MZJWHTGPGMHJJHMGPGR",759:" 11MWMRMSNUOVQWSWUVVUWSWR",760:" 7LXLPNRQSSSVRXP",761:" 6RURUTTURTPRO",762:" 7RVRRUPVNVLUKTK",763:" 7NRRROPNNNLOKPK",764:" 21MWWHVGTFQFOGNHMJMLNNOOUSVTWVWXVZU[S\\P\\N[MZ",765:" 21G]IWHVGTGQHOINKMMMONPOTUUVWWYW[V\\U]S]P\\N[M",766:" 31G]RRTUUVWWYW[V\\U]S]Q\\O[NYMWMUNTOPUOVMWKWIVHUGSGQHOINKMMMONPORR",767:" 22H\\KFK[ RHF[FQP[Z RZV[Y\\[ RZVZY RWYZY RWYZZ\\[",768:" 30KYUARBPCNELHKLKRLUNWQXSXVWXUYR RKPLMNKQJSJVKXMYPYVXZV]T_R`Oa",796:" 3>f>RfR",797:" 3D`D``D",798:" 3RRR>Rf",799:" 3D`DD``",800:" 3D`DR`R",801:" 3F^FY^K",802:" 3KYK^YF",803:" 3RRRDR`",804:" 3KYKFY^",805:" 3F^FK^Y",806:" 3KYKRYR",807:" 3MWMWWM",808:" 3RRRKRY",809:" 3MWMMWW",810:" 8GRRGPGMHJJHMGPGR",811:" 8GRGRGTHWJZM\\P]R]",812:" 8R]R]T]W\\ZZ\\W]T]R",813:" 8R]]R]P\\MZJWHTGRG",814:" 9D`DOGQKSPTTTYS]Q`O",815:" 9PUUDSGQKPPPTQYS]U`",816:" 9OTODQGSKTPTTSYQ]O`",817:" 9D`DUGSKQPPTPYQ]S`U",818:" 5KYRJYNKVRZ",819:" 5JZJRNKVYZR",820:" 5KYKVKNYVYN",821:" 5JZLXJPZTXL",822:" 23JZJ]L]O\\Q[TXUVVSVOULTJSIQIPJOLNONSOVPXS[U\\X]Z]",823:" 23I]]Z]X\\U[SXPVOSNONLOJPIQISJTLUOVSVVUXT[Q\\O]L]J",824:" 23JZZGXGUHSIPLONNQNUOXPZQ[S[TZUXVUVQUNTLQIOHLGJG",825:" 23G[GJGLHOIQLTNUQVUVXUZT[S[QZPXOUNQNNOLPISHUGXGZ",826:" 21E[EPFRHTJUMVQVUUXSZP[NZLWLSMQNNPLSKVKYL\\M^",827:" 19EYETHVKWPWSVVTXQYNYLXKVKSLPNNQMTMYN\\P_",828:" 26OUQOOQOSQUSUUSUQSOQO RQPPQPSQTSTTSTQSPQP RRQQRRSSRRQ",829:" 11RWRMSMUNVOWQWSVUUVSWRW",830:" 9D`DRJR RORUR RZR`R",831:" 5D`DUDO`O`U",832:" 6JZRDJR RRDZR",833:" 9D`DR`R RJYZY RP`T`",834:" 9D`DR`R RDRRb R`RRb",840:" 18KYQKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK",841:" 6LXLLLXXXXLLL",842:" 5KYRJKVYVRJ",843:" 6LXRHLRR\\XRRH",844:" 12JZRIPOJOOSMYRUWYUSZOTORI",845:" 6KYRKRY RKRYR",846:" 6MWMMWW RWMMW",847:" 9MWRLRX RMOWU RWOMU",850:" 35NVQNOONQNSOUQVSVUUVSVQUOSNQN ROQOS RPPPT RQOQU RRORU RSOSU RTPTT RUQUS",851:" 27NVNNNVVVVNNN ROOOU RPOPU RQOQU RRORU RSOSU RTOTU RUOUU",852:" 17MWRLMUWURL RROOT RROUT RRRQT RRRST",853:" 17LULRUWUMLR RORTU RORTO RRRTS RRRTQ",854:" 17MWRXWOMORX RRUUP RRUOP RRRSP RRRQP",855:" 17OXXROMOWXR RURPO RURPU RRRPQ RRRPS",856:" 22LXRLNWXPLPVWRL RRRRL RRRLP RRRNW RRRVW RRRXP",857:" 11RYRKRY RRKYNRQ RSMVNSO",860:" 13MWRLRX ROOUO RMUOWQXSXUWWU",861:" 11LXRLRX RLQMOWOXQ RPWTW",862:" 14KYMNWX RWNMX ROLLOKQ RULXOYQ",863:" 18I[NII[ RVI[[ RMM[[ RWMI[ RNIVI RMMWM",864:" 21I[RGRV RMJWP RWJMP RIVL\\ R[VX\\ RIV[V RL\\X\\",865:" 11G[MJSV RKPSL RG\\[\\[RG\\",866:" 14LXPLPPLPLTPTPXTXTTXTXPTPTLPL",867:" 32KYYPXNVLSKQKNLLNKQKSLVNXQYSYVXXVYT RYPWNUMSMQNPOOQOSPUQVSWUWWVYT",868:" 10KYRJKVYVRJ RRZYNKNRZ",869:" 34G]PIPGQFSFTGTI RGZHXJVKTLPLKMJOIUIWJXKXPYTZV\\X]Z RGZ]Z RQZP[Q\\S\\T[SZ",870:" 64JZRMRS RRSQ\\ RRSS\\ RQ\\S\\ RRMQJPHNG RQJNG RRMSJTHVG RSJVG RRMNKLKJM RPLLLJM RRMVKXKZM RTLXLZM RRMPNOOOR RRMPOOR RRMTNUOUR RRMTOUR",871:" 94JZRIRK RRNRP RRSRU RRYQ\\ RRYS\\ RQ\\S\\ RRGQIPJ RRGSITJ RPJRITJ RRKPNNOMN RRKTNVOWN RNOPORNTOVO RRPPSNTLTKRKSLT RRPTSVTXTYRYSXT RNTPTRSTTVT RRUPXOYMZLZKYJWJYLZ RRUTXUYWZXZYYZWZYXZ RMZOZRYUZWZ",872:" 40JZRYQ\\ RRYS\\ RQ\\S\\ RRYUZXZZXZUYTWTYRZOYMWLUMVJUHSGQGOHNJOMMLKMJOKRMTKTJUJXLZOZRY",873:" 32JZRYQ\\ RRYS\\ RQ\\S\\ RRYVXVVXUXRZQZLYIXHVHTGPGNHLHKIJLJQLRLUNVNXRY",874:" 15I[IPKR RLKNP RRGRO RXKVP R[PYR",899:" 6QSRQQRRSSRRQ",900:" 10PTQPPQPSQTSTTSTQSPQP",901:" 14NVQNOONQNSOUQVSVUUVSVQUOSNQN",902:" 18MWQMONNOMQMSNUOVQWSWUVVUWSWQVOUNSMQM",903:" 18KYQKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK",904:" 22G]PGMHJJHMGPGTHWJZM\\P]T]W\\ZZ\\W]T]P\\MZJWHTGPG",905:" 34AcPALBJCGEEGCJBLAPATBXCZE]G_JaLbPcTcXbZa]__]aZbXcTcPbLaJ_G]EZCXBTAPA",906:" 34<hP<K=G?DAAD?G=K<P<T=Y?]A`DcGeKgPhThYg]e`cc`e]gYhThPgKeGcD`A]?Y=T<P<",907:" 50){O)I*E+@-;073370;-@+E*I)O)U*[+_-d0i3m7q;t@wEyIzO{U{[z_ydwitmqqmtiwdy_z[{U{OzIyEw@t;q7m3i0d-_+[*U)O)",908:" 34>fRAPCMDJDGCEA>H@JAMAZB]D_G`M`PaRc RRATCWDZD]C_AfHdJcMcZb]`_]`W`TaRc",909:" 33AcRAPCMDJDGCEABGAKAPBTDXG\\L`Rc RRATCWDZD]C_AbGcKcPbT`X]\\X`Rc RBHbH",997:" 3MWMXWX",998:" 3JZJZZZ",999:" 3JZJ]Z]",1001:" 18KYRKMX RRNVX RRKWX ROTTT RKXPX RTXYX",1002:" 35JZNKNX ROKOX RLKSKVLWNVPSQ RSKULVNUPSQ ROQSQVRWTWUVWSXLX RSQURVTVUUWSX",1003:" 24KYVLWKWOVLTKQKOLNMMPMSNVOWQXTXVWWU RQKOMNPNSOVQX",1004:" 26JZNKNX ROKOX RLKSKVLWMXPXSWVVWSXLX RSKULVMWPWSVVUWSX",1005:" 22JYNKNX ROKOX RSOSS RLKVKVOUK ROQSQ RLXVXVTUX",1006:" 20JXNKNX ROKOX RSOSS RLKVKVOUK ROQSQ RLXQX",1007:" 36K[VLWKWOVLTKQKOLNMMPMSNVOWQXTXVW RQKOMNPNSOVQX RTXUWVU RVSVX RWSWX RTSYS",1008:" 27J[NKNX ROKOX RVKVX RWKWX RLKQK RTKYK ROQVQ RLXQX RTXYX",1009:" 12NWRKRX RSKSX RPKUK RPXUX",1010:" 19LXSKSURWQX RTKTUSWQXPXNWMUNTOUNV RQKVK",1011:" 27JZNKNX ROKOX RWKOS RQQVX RRQWX RLKQK RTKYK RLXQX RTXYX",1012:" 14KXOKOX RPKPX RMKRK RMXWXWTVX",1013:" 30I\\MKMX RNNRX RNKRU RWKRX RWKWX RXKXX RKKNK RWKZK RKXOX RUXZX",1014:" 21JZNKNX ROMVX ROKVV RVKVX RLKOK RTKXK RLXPX",1015:" 32KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK",1016:" 25JYNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXQX",1017:" 47KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK RPWPUQTSTTUUZV[W[XZ RTUUXVZW[",1018:" 37JZNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXQX RSRTSUWVXWXXW RSRUSVWWX",1019:" 32KZVMWKWOVMULSKQKOLNMNOOPQQTRVSWT RNNOOQPTQVRWSWVVWTXRXPWOVNTNXOV",1020:" 16KZRKRX RSKSX RNKMOMKXKXOWK RPXUX",1021:" 20J[NKNUOWQXTXVWWUWK ROKOUPWQX RLKQK RUKYK",1022:" 15KYMKRX RNKRU RWKRX RKKPK RTKYK",1023:" 24I[LKOX RMKOT RRKOX RRKUX RSKUT RXKUX RJKOK RVKZK",1024:" 21KZNKVX ROKWX RWKNX RLKQK RTKYK RLXQX RTXYX",1025:" 20LYNKRRRX ROKSR RWKSRSX RLKQK RTKYK RPXUX",1026:" 16LYVKNX RWKOX ROKNONKWK RNXWXWTVX",1027:" 18KYRKMX RRNVX RRKWX ROTTT RKXPX RTXYX",1028:" 35JZNKNX ROKOX RLKSKVLWNVPSQ RSKULVNUPSQ ROQSQVRWTWUVWSXLX RSQURVTVUUWSX",1029:" 14KXOKOX RPKPX RMKWKWOVK RMXRX",1030:" 15KYRKLX RRMWX RRKXX RMWVW RLXXX",1031:" 22JYNKNX ROKOX RSOSS RLKVKVOUK ROQSQ RLXVXVTUX",1032:" 16LYVKNX RWKOX ROKNONKWK RNXWXWTVX",1033:" 27J[NKNX ROKOX RVKVX RWKWX RLKQK RTKYK ROQVQ RLXQX RTXYX",1034:" 44KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK RQOQT RTOTT RQQTQ RQRTR",1035:" 12NWRKRX RSKSX RPKUK RPXUX",1036:" 27JZNKNX ROKOX RWKOS RQQVX RRQWX RLKQK RTKYK RLXQX RTXYX",1037:" 15KYRKMX RRNVX RRKWX RKXPX RTXYX",1038:" 30I\\MKMX RNNRX RNKRU RWKRX RWKWX RXKXX RKKNK RWKZK RKXOX RUXZX",1039:" 21JZNKNX ROMVX ROKVV RVKVX RLKOK RTKXK RLXPX",1040:" 36JZMJLM RXJWM RPPOS RUPTS RMVLY RXVWY RMKWK RMLWL RPQTQ RPRTR RMWWW RMXWX",1041:" 32KZQKOLNMMPMSNVOWQXTXVWWVXSXPWMVLTKQK RQKOMNPNSOVQX RTXVVWSWPVMTK",1042:" 21J[NKNX ROKOX RVKVX RWKWX RLKYK RLXQX RTXYX",1043:" 25JYNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXQX",1044:" 20K[MKRQ RNKSQMX RMKWKXOVK RNWWW RMXWXXTVX",1045:" 16KZRKRX RSKSX RNKMOMKXKXOWK RPXUX",1046:" 33KZMONLOKPKQLRORX RXOWLVKUKTLSOSX RMONMOLPLQMRO RXOWMVLULTMSO RPXUX",1047:" 40KZRKRX RSKSX RQNNOMQMRNTQUTUWTXRXQWOTNQN RQNOONQNROTQU RTUVTWRWQVOTN RPKUK RPXUX",1048:" 21KZNKVX ROKWX RWKNX RLKQK RTKYK RLXQX RTXYX",1049:" 33J[RKRX RSKSX RLPMONOOSQU RTUVSWOXOYP RMONROTQUTUVTWRXO RPKUK RPXUX",1050:" 35KZMVNXQXMRMONMOLQKTKVLWMXOXRTXWXXV ROUNRNOOMQK RTKVMWOWRVU RNWPW RUWWW",1051:" 18KYTKKX RSMTX RTKUX RNTTT RIXNX RRXWX",1052:" 34JYPKLX RQKMX RNKUKWLWNVPSQ RUKVLVNUPSQ ROQRQTRUSUUTWQXJX RRQTSTUSWQX",1053:" 25KXVLWLXKWNVLTKRKPLOMNOMRMUNWPXRXTWUU RRKPMOONRNVPX",1054:" 26JYPKLX RQKMX RNKTKVLWNWQVTUVTWQXJX RTKULVNVQUTTVSWQX",1055:" 22JYPKLX RQKMX RSORS RNKXKWNWK ROQRQ RJXTXUUSX",1056:" 20JXPKLX RQKMX RSORS RNKXKWNWK ROQRQ RJXOX",1057:" 33KYVLWLXKWNVLTKRKPLOMNOMRMUNWPXRXTWUVVS RRKPMOONRNVPX RRXTVUS RSSXS",1058:" 27J[PKLX RQKMX RXKTX RYKUX RNKSK RVK[K ROQVQ RJXOX RRXWX",1059:" 12NWTKPX RUKQX RRKWK RNXSX",1060:" 19LXUKRUQWPX RVKSURWPXOXMWLUMTNUMV RSKXK",1061:" 27JZPKLX RQKMX RYKOR RRPTX RSPUX RNKSK RVK[K RJXOX RRXWX",1062:" 14KXQKMX RRKNX ROKTK RKXUXVUTX",1063:" 30I\\OKKX ROMPX RPKQV RYKPX RYKUX RZKVX RMKPK RYK\\K RIXMX RSXXX",1064:" 21JZPKLX RPKTX RQKTU RXKTX RNKQK RVKZK RJXNX",1065:" 32KYRKPLOMNOMRMUNWPXRXTWUVVTWQWNVLTKRK RRKPMOONRNVPX RRXTVUTVQVMTK",1066:" 24JYPKLX RQKMX RNKUKWLXMXOWQTROR RUKWMWOVQTR RJXOX",1067:" 46KYRKPLOMNOMRMUNWPXRXTWUVVTWQWNVLTKRK RRKPMOONRNVPX RRXTVUTVQVMTK ROWOVPUQURVRZS[T[UZ RRVSZT[",1068:" 35JZPKLX RQKMX RNKUKWLXMXOWQTROR RUKWMWOVQTR RSRTWUXVXWW RSRTSUWVX RJXOX",1069:" 28KZWLXLYKXNWLUKRKPLOMOOPPUSVT RONPOURVSVVUWSXPXNWMULXMWNW",1070:" 16KZTKPX RUKQX RPKNNOKZKYNYK RNXSX",1071:" 20J[PKMUMWOXSXUWVUYK RQKNUNWOX RNKSK RWK[K",1072:" 15KYOKPX RPKQV RYKPX RMKRK RVK[K",1073:" 24I[NKMX ROKNV RTKMX RTKSX RUKTV RZKSX RLKQK RXK\\K",1074:" 21KZPKTX RQKUX RYKLX RNKSK RVK[K RJXOX RRXWX",1075:" 20LYPKRQPX RQKSQ RYKSQQX RNKSK RVK[K RNXSX",1076:" 16LYXKLX RYKMX RQKONPKYK RLXUXVUTX",1101:" 32LZQOPPPQOQOPQOTOVQVWWXXX RTOUQUWWX RURRSPTOUOWPXSXTWUU RRSPUPWQX",1102:" 29JYNKNX ROKOX RORPPROTOVPWRWUVWTXRXPWOU RTOUPVRVUUWTX RLKOK",1103:" 24LXVQUQURVRVQUPSOQOOPNRNUOWQXSXUWVV RQOPPOROUPWQX",1104:" 32L[VKVX RWKWX RVRUPSOQOOPNRNUOWQXSXUWVU RQOPPOROUPWQX RTKWK RVXYX",1105:" 26LXOSVSVRUPSOQOOPNRNUOWQXSXUWVV RUSUQSO RQOPPOROUPWQX",1106:" 20LWTKULUMVMVLTKRKPMPX RRKQMQX RNOSO RNXSX",1107:" 42LYQOOQOSQUSUUSUQSOQO RQOPQPSQU RSUTSTQSO RTPUOVO RPTOUOXPYTYVZ ROWPXTXVYV[T\\P\\N[NYPX",1108:" 28J[NKNX ROKOX RORPPROTOVPWRWX RTOUPVRVX RLKOK RLXQX RTXYX",1109:" 18NWRKRLSLSKRK RRORX RSOSX RPOSO RPXUX",1110:" 23NWSKSLTLTKSK RSOSZR\\ RTOTZR\\P\\O[OZPZP[O[ RQOTO",1111:" 27JZNKNX ROKOX RWOOU RRSVX RSSWX RLKOK RTOYO RLXQX RTXYX",1112:" 12NWRKRX RSKSX RPKSK RPXUX",1113:" 44F_JOJX RKOKX RKRLPNOPORPSRSX RPOQPRRRX RSRTPVOXOZP[R[X RXOYPZRZX RHOKO RHXMX RPXUX RXX]X",1114:" 28J[NONX ROOOX RORPPROTOVPWRWX RTOUPVRVX RLOOO RLXQX RTXYX",1115:" 28LYQOOPNRNUOWQXTXVWWUWRVPTOQO RQOPPOROUPWQX RTXUWVUVRUPTO",1116:" 32JYNON\\ ROOO\\ RORPPROTOVPWRWUVWTXRXPWOU RTOUPVRVUUWTX RLOOO RL\\Q\\",1117:" 29KYUOU\\ RVOV\\ RURTPROPONPMRMUNWPXRXTWUU RPOOPNRNUOWPX RS\\X\\",1118:" 22KXOOOX RPOPX RPRQPSOUOVPVQUQUPVP RMOPO RMXRX",1119:" 26LYTOUPUQVQVPTOQOOPORQSTTVU ROQQRTSVTVWTXQXOWOVPVPWQX",1120:" 14LWPKPVRXTXUWUV RQKQVRX RNOTO",1121:" 28J[NONUOWQXSXUWVU ROOOUPWQX RVOVX RWOWX RLOOO RTOWO RVXYX",1122:" 15KYNORX ROORV RVORX RLOQO RTOXO",1123:" 24I[LOOX RMOOU RROOX RROUX RSOUU RXOUX RJOOO RVOZO",1124:" 21KYNOUX ROOVX RVONX RLOQO RTOXO RLXPX RSXXX",1125:" 23KYNORX ROORV RVORXP[N\\M\\L[LZMZM[L[ RLOQO RTOXO",1126:" 16LXUONX RVOOX ROONQNOVO RNXVXVVUX",1127:" 32K[QOOPNQMSMUNWPXQXSWUUWRXO RQOOQNSNUOWPX RQOSOUPWWXX RSOTPVWXXYX",1128:" 40KXRKPMOOMUK\\ RQLPNNTL\\ RRKTKVLVNUPRQ RTKULUNTPRQ RRQTRUTUVTWRXQXOWNT RRQSRTTTVRX",1129:" 19KYLQNOPORPSSSXR\\ RLQNPPPRQSS RWOVRSXQ\\",1130:" 39KYSOQOOPNQMSMUNWPXRXTWUVVTVRUPRNQLQKRJTJUKVM RQOOQNSNVPX RRXTVUTUQSO RQLRKTKVM",1131:" 27LXVPTOQOOPOQPRRS RQOPPPQRS RRSOTNUNWPXSXUW RRSPTOUOWPX",1132:" 28LWRKQLQMSNVNVMSNPOOPNRNTOVPWRXSYS[R\\P\\O[ RSNQOPPOROTPVRX",1133:" 26IYJRKPLONOOPOQMX RMONPNQLX ROQPPROTOVPVRS\\ RTOUPURR\\",1134:" 35IYJSKQLPNPOQOVPX RMPNQNUOWPXQXSWTVUTVQVNULTKRKQLQNRPURWS RQXSVTTUQUNTK",1135:" 13NWROPVPWQXSXUWVU RSOQVQWRX",1136:" 26KYOOLX RPOMX RUOVPWPVOTORQOR RORPSRWTXVWWU RORQSSWTX",1137:" 15LXLKNKPLWX RNKOLVX RRPMX RRPNX",1138:" 26KZOOK\\ RPOL\\ RNUNWOXQXSWTV RVOTVTWUXWXXWYU RWOUVUWVX",1139:" 19JYNOMX ROONUMX RVRVOWOVRTUQWNXMX RLOOO",1140:" 36MXRKQLQMSNVN RTNQOPPPRRSUS RTNROQPQRRS RSSPTOUOWQXSYTZT[S\\Q\\ RSSQTPUPWQX",1141:" 28KXQOOPNQMSMUNWPXRXTWUVVTVRUPSOQO RQOOQNSNVPX RRXTVUTUQSO",1142:" 20IZPPMX RPPNX RTPSX RTPTX RKQMOXO RKQMPXP",1143:" 29JXSOQOOPNQMSJ\\ RQOOQNSK\\ RSOUPVRVTUVTWRXPXNWMU RSOUQUTTVRX",1144:" 28K[YOQOOPNQMSMUNWPXRXTWUVVTVRUPYP RQOOQNSNVPX RRXTVUTUQSO",1145:" 14KZSPQX RSPRX RMQOOXO RMQOPXP",1146:" 24JXKRLPMOOOPPPROUOWPX RNOOPORNUNWPXQXSWUUVRVOUOVP",1147:" 35KZOPNQMSMUNWPXRXUWWUXRXPWOUOTPSRRUO\\ RMUNVPWRWUVWTXR RXQWPUPSR RRUQXP\\",1148:" 17KXMONOPPS[T\\ RNOOPR[T\\U\\ RVOTRNYL\\",1149:" 28I[TKQ\\ RUKP\\ RJRKPLONOOPOVPWSWUVWT RMONPNTOWPXSXUWWTXRYO",1150:" 36JZNPPPPONPMQLSLUMWNXPXQWRUSR RLUNWPWRU RRRRWSXUXWVXTXRWPVOVPWP RRUSWUWWV",1151:" 32KZVOTVTWUXWXXWYU RWOUVUWVX RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX",1152:" 32JXOKMR RPKNRNVPX RNROPQOSOUPVRVTUVTWRXPXNWMUMR RSOUQUTTVRX RMKPK",1153:" 22KXUPUQVQUPSOQOOPNQMSMUNWPXRXTWUV RQOOQNSNVPX",1154:" 35KZWKTVTWUXWXXWYU RXKUVUWVX RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX RUKXK",1155:" 23KWNURTTSURUPSOQOOPNQMSMUNWPXRXTWUV RQOOQNSNVPX",1156:" 23MXWKXLXKVKTLSNPYO[N\\ RVKULTNQYP[N\\L\\L[M\\ RPOVO",1157:" 34KYVOTVSYR[ RWOUVTYR[P\\M\\L[M[N\\ RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX",1158:" 29KZPKLX RQKMX ROQPPROTOVPVRUUUWVX RTOUPURTUTWUXWXXWYU RNKQK",1159:" 26MWSKSLTLTKSK RNROPPOROSPSRRURWSX RQORPRRQUQWRXTXUWVU",1160:" 26MWTKTLULUKTK RORPPQOSOTPTRRYQ[O\\M\\M[N\\ RROSPSRQYP[O\\",1161:" 32KXPKLX RQKMX RVPUQVQVPUOTORQPROR RORPSQWRXTXUWVU RORQSRWSX RNKQK",1162:" 16NVSKPVPWQXSXTWUU RTKQVQWRX RQKTK",1163:" 46F^GRHPIOKOLPLQJX RJOKPKQIX RLQMPOOQOSPSQQX RQORPRQPX RSQTPVOXOZPZRYUYWZX RXOYPYRXUXWYX[X\\W]U",1164:" 33J[KRLPMOOOPPPQNX RNOOPOQMX RPQQPSOUOWPWRVUVWWX RUOVPVRUUUWVXXXYWZU",1165:" 28KXQOOPNQMSMUNWPXRXTWUVVTVRUPSOQO RQOOQNSNVPX RRXTVUTUQSO",1166:" 35JYKRLPMOOOPPPQM\\ RNOOPOQL\\ RPQROTOVPWRWTVVUWSXQXOVOT RTOVQVTUVSX RJ\\O\\",1167:" 28KYVOR\\ RWOS\\ RUSUQSOQOOPNQMSMUNWPXRXTV RQOOQNSNVPX RP\\U\\",1168:" 22LXMRNPOOQORPRQPX RPOQPQQOX RRQSPUOVOWPWQVQWP",1169:" 24LYVPVQWQVPTOQOOPORQSTTVU ROQQRTSVTVWTXQXOWNVOVOW",1170:" 16NWSKPVPWQXSXTWUU RTKQVQWRX RPOUO",1171:" 33IZJRKPLONOOPORNUNWOX RMONPNRMUMWOXQXSWTV RVOTVTWUXWXXWYU RWOUVUWVX",1172:" 24JXKRLPMOOOPPPROUOWPX RNOOPORNUNWPXQXSWUUVRVOUOVP",1173:" 37H\\IRJPKOMONPNRMUMWNX RLOMPMRLULWNXOXQWRV RTORVRWTX RUOSVSWTXUXWWYUZRZOYOZP",1174:" 38JZMRNPPOROSPSR RQORPRRQUPWNXMXLWLVMVLW RXPWQXQXPWOVOTPSRRURWSX RQUQWRXTXVWWU",1175:" 35IYJRKPLONOOPORNUNWOX RMONPNRMUMWOXQXSWTV RVOTVSYR[ RWOUVTYR[P\\M\\L[M[N\\",1176:" 27KYWOWPVQNVMWMX RNQOOROUQ ROPRPUQVQ RNVOVRWUW ROVRXUXVV",1177:" 39H[RKSLSMTMTLRKOKMLLNLX ROKNLMNMX RXKYLYMZMZLXKVKTMTX RVKUMUX RJOWO RJXOX RRXWX",1178:" 29J[UKVLWLWKQKOLNNNX RQKPLONOX RVOVX RWOWX RLOWO RLXQX RTXYX",1179:" 27J[WKQKOLNNNX RQKPLONOX RUKVLVX RWKWX RLOVO RLXQX RTXYX",1180:" 48F_PKQLQMRMRLPKMKKLJNJX RMKLLKNKX RYKZL[L[KUKSLRNRX RUKTLSNSX RZOZX R[O[X RHO[O RHXMX RPXUX RXX]X",1181:" 46F_PKQLQMRMRLPKMKKLJNJX RMKLLKNKX R[KUKSLRNRX RUKTLSNSX RYKZLZX R[K[X RHOZO RHXMX RPXUX RXX]X",1182:" 12NWRORX RSOSX RPOSO RPXUX",1184:" 21LXVPTOROPPOQNSNUOWQXSXUW RROPQOSOVQX ROSSS",1185:" 35LYSKQLPMOONRNUOWPXRXTWUVVTWQWNVLUKSK RSKQMPOOSOVPX RRXTVUTVPVMUK ROQVQ",1186:" 34KZTKQ\\ RUKP\\ RQONPMRMUNWQXTXWWXUXRWPTOQO RQOOPNRNUOWQX RTXVWWUWRVPTO",1187:" 22LXUPVRVQUPSOQOOPNRNTOVRX RQOOQOTPVRXSYS[R\\P\\",1191:" 45I[VKWLXLVKSKQLPMOOLYK[J\\ RSKQMPOMYL[J\\H\\H[I\\ RZK[L[KYKWLVNSYR[Q\\ RYKXLWNTYS[Q\\O\\O[P\\ RLOYO",1192:" 38IZVKWLXLXKSKQLPMOOLYK[J\\ RSKQMPOMYL[J\\H\\H[I\\ RVOTVTWUXWXXWYU RWOUVUWVX RLOWO",1193:" 38IZVKWL RXKSKQLPMOOLYK[J\\ RSKQMPOMYL[J\\H\\H[I\\ RWKTVTWUXWXXWYU RXKUVUWVX RLOVO",1194:" 63F^SKTLTM RULSKPKNLMMLOIYH[G\\ RPKNMMOJYI[G\\E\\E[F\\ RZK[L\\L\\KWKUL RTMSOPYO[N\\ RWKUMTOQYP[N\\L\\L[M\\ RZOXVXWYX[X\\W]U R[OYVYWZX RIO[O",1195:" 63F^SKTLTM RULSKPKNLMMLOIYH[G\\ RPKNMMOJYI[G\\E\\E[F\\ RZK[L R\\KWKUL RTMSOPYO[N\\ RWKUMTOQYP[N\\L\\L[M\\ R[KXVXWYX[X\\W]U R\\KYVYWZX RIOZO",1196:" 20MWNROPPOROSPSRRURWSX RQORPRRQUQWRXTXUWVU",1200:" 28LYQKOLNONTOWQXTXVWWTWOVLTKQK RQKPLOOOTPWQX RTXUWVTVOULTK",1201:" 10LYPNSKSX RRLRX ROXVX",1202:" 35LYOMONNNNMOLQKTKVLWNVPTQQROSNUNX RTKULVNUPTQ RNWOVPVSWVWWV RPVSXVXWVWU",1203:" 39LYOMONNNNMOLQKTKVLWNVPTQ RTKULVNUPTQ RRQTQVRWTWUVWTXQXOWNVNUOUOV RTQURVTVUUWTX",1204:" 13LYSMSX RTKTX RTKMTXT RQXVX",1205:" 33LYOKNQ ROKVK ROLSLVK RNQOPQOTOVPWRWUVWTXQXOWNVNUOUOV RTOUPVRVUUWTX",1206:" 36LYVMVNWNWMVLTKRKPLOMNPNUOWQXTXVWWUWSVQTPQPNR RRKPMOPOUPWQX RTXUWVUVSUQTP",1207:" 22LYNKNO RVMRTPX RWKTQQX RNMPKRKUM RNMPLRLUMVM",1208:" 51LYQKOLNNOPQQTQVPWNVLTKQK RQKPLONPPQQ RTQUPVNULTK RQQORNTNUOWQXTXVWWUWTVRTQ RQQPROTOUPWQX RTXUWVUVTURTQ",1209:" 36LYOVOUNUNVOWQXSXUWVVWSWNVLTKQKOLNNNPORQSTSWQ RSXUVVSVNULTK RQKPLONOPPRQS",1210:" 6NVRVQWRXSWRV",1211:" 8NVSWRXQWRVSWSYQ[",1212:" 12NVROQPRQSPRO RRVQWRXSWRV",1213:" 14NVROQPRQSPRO RSWRXQWRVSWSYQ[",1214:" 15NVRKQLRSSLRK RRLRO RRVQWRXSWRV",1215:" 29LYNNONOONONNOLQKTKVLWNWOVQSRRSRTST RTKVMVPUQSR RRWRXSXSWRW",1216:" 6OVRKRP RSKRP",1217:" 12LXOKOP RPKOP RUKUP RVKUP",1218:" 10MWQKPLPNQOSOTNTLSKQK",1219:" 9MWRJRP ROKUO RUKOO",1220:" 3KZXHM\\",1221:" 16MWUHSJQMPPPTQWSZU\\ RSJRLQPQTRXSZ",1222:" 16MWOHQJSMTPTTSWQZO\\ RQJRLSPSTRXQZ",1223:" 12MWPHP\\ RQHQ\\ RPHUH RP\\U\\",1224:" 12MWSHS\\ RTHT\\ ROHTH RO\\T\\",1225:" 38LWSHQIPJPLRNSP RQIPL RSNRQ RPJQLSNSPRQPRRSSTSVQXPZ RRSSV RPXQ[ RSTRVPXPZQ[S\\",1226:" 38MXQHSITJTLRNQP RSITL RQNRQ RTJSLQNQPRQTRRSQTQVSXTZ RRSQV RTXS[ RQTRVTXTZS[Q\\",1227:" 4MWTHPRT\\",1228:" 4MWPHTRP\\",1229:" 3OURHR\\",1230:" 6MWPHP\\ RTHT\\",1231:" 3I[LRXR",1232:" 6I[RLRX RLRXR",1233:" 9JZRMRX RMRWR RMXWX",1234:" 9JZRMRX RMMWM RMRWR",1235:" 6JZMMWW RWMMW",1236:" 6NVRQQRRSSRRQ",1237:" 15I[RLQMRNSMRL RLRXR RRVQWRXSWRV",1238:" 6I[LPXP RLTXT",1239:" 9I[WLMX RLPXP RLTXT",1240:" 9I[LNXN RLRXR RLVXV",1241:" 4JZWLMRWX",1242:" 4JZMLWRMX",1243:" 10JZWKMOWS RMTWT RMXWX",1244:" 10JZMKWOMS RMTWT RMXWX",1245:" 21H[YUWUUTTSRPQOONNNLOKQKRLTNUOUQTRSTPUOWNYN",1246:" 16JZLTLRMPOPUSWSXR RLRMQOQUTWTXRXP",1247:" 8JZMSRPWS RMSRQWS",1248:" 7NVSKPO RSKTLPO",1249:" 7NVQKTO RQKPLTO",1250:" 14LXNKOMQNSNUMVK RNKONQOSOUNVK",1251:" 8NVSLRMQLRKSLSNQP",1252:" 8NVSKQMQORPSORNQO",1253:" 8NVQLRMSLRKQLQNSP",1254:" 8NVQKSMSORPQORNSO",1256:" 11JZWMQMONNOMQMSNUOVQWWW",1257:" 11JZMMMSNUOVQWSWUVVUWSWM",1258:" 11JZMMSMUNVOWQWSVUUVSWMW",1259:" 11JZMWMQNOONQMSMUNVOWQWW",1260:" 14JZWMQMONNOMQMSNUOVQWWW RMRUR",1261:" 13I[TOUPXRUTTU RUPWRUT RLRWR",1262:" 13MWRMRX ROPPORLTOUP RPORMTO",1263:" 13I[POOPLROTPU ROPMROT RMRXR",1264:" 13MWRLRW ROTPURXTUUT RPURWTU",1265:" 37KYVSUPSOQOOPNQMSMUNWPXRXTWUVVTWQWNVLTKQKPLQLRK RQOOQNSNVPX RRXTVUTVQVNULTK",1266:" 15JZLKRX RMKRV RXKRX RLKXK RNLWL",1267:" 10G[IOLORW RKORX R[FRX",1268:" 26I[XIXJYJYIXHVHTJSLROQUPYO[ RUITKSORUQXPZN\\L\\K[KZLZL[",1269:" 40I[XIXJYJYIXHVHTJSLROQUPYO[ RUITKSORUQXPZN\\L\\K[KZLZL[ RQNOONQNSOUQVSVUUVSVQUOSNQN",1270:" 26H\\ZRYTWUVUTTSSQPPONNMNKOJQJRKTMUNUPTQSSPTOVNWNYOZQZR",1271:" 26JZXKLX ROKPLPNOOMOLNLLMKOKSLVLXK RUTTUTWUXWXXWXUWTUT",1272:" 41J[YPXPXQYQYPXOWOVPUTTVSWQXOXMWLVLTMSORRPSNSLRKPKOLONPQUWWXXXYW ROXMVMTOR RONPPVWWX",1273:" 29J[UPSOQOPQPRQTSTUS RUOUSVTXTYRYQXNVLSKRKOLMNLQLRMUOWRXSXVW",1274:" 34KZQHQ\\ RTHT\\ RWLVLVMWMWLUKPKNLNNOPVSWT RNNOOVRWTWVVWTXQXOWNVNUOUOVNV",1275:" 12KYRKN\\ RVKR\\ RNQWQ RMVVV",1276:" 40LXTLSLSMTMTLSKQKPLPNQPTRUS RPNQOTQUSUUSW RQPOROTPVSXTY ROTPUSWTYT[S\\Q\\P[PZQZQ[P[",1277:" 29LXRKQLRMSLRK RRMRQ RRQQSRVSSRQ RRVR\\ RPOONNOOPPOTOUNVOUPTO",1278:" 42LXRMSLRKQLRMRQQRSURV RRQSRQURVRZQ[R\\S[RZ RPOONNOOPPOTOUNVOUPTO RPXOWNXOYPXTXUWVXUYTX",1279:" 12LYVKVX RNKVK RQQVQ RNXVX",1281:" 24H\\QKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK RRQQRRSSRRQ",1282:" 33LYQKPLPMQN RTKULUMTN RRNPOOQORPTRUSUUTVRVQUOSNRN RRURY RSUSY ROWVW",1283:" 23LYRKPLONOOPQRRSRUQVOVNULSKRK RRRRX RSRSX ROUVU",1284:" 24H\\QKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK RRKRY RKRYR",1285:" 25JYRRPQOQMRLTLUMWOXPXRWSUSTRR RWMRR RRMWMWR RRMVNWR",1286:" 25JZLLMKOKQLRNRPQRPSNT ROKPLQNQQPS RVKUX RWKTX RNTXT",1287:" 27JYNKNU ROKNR RNROPQOSOUPVQVTTVTXUYVYWX RSOUQUTTV RLKOK",1288:" 27LYONRKRQ RVNSKSQ RRQPROTOUPWRXSXUWVUVTURSQ RRTRUSUSTRT",1289:" 27JZRKRY RMKMPNRPSTSVRWPWK RLMMKNM RQMRKSM RVMWKXM ROVUV",1290:" 27JYNKNX ROKOX RLKSKVLWNWOVQSROR RSKULVNVOUQSR RLXVXVUUX",1291:" 20LYWKTKQLONNQNSOVQXTYWY RWKTLRNQQQSRVTXWY",1292:" 23JZRRPQOQMRLTLUMWOXPXRWSUSTRR RSLQQ RWMRR RXQSS",1293:" 12KYPMTW RTMPW RMPWT RWPMT",1294:" 34J[OUMULVLXMYOYPXPVNTMRMONMOLQKTKVLWMXOXRWTUVUXVYXYYXYVXUVU RNMPLULWM",1295:" 34J[OOMOLNLLMKOKPLPNNPMRMUNWOXQYTYVXWWXUXRWPUNULVKXKYLYNXOVO RNWPXUXWW",1401:" 21F^KHK\\ RLHL\\ RXHX\\ RYHY\\ RHH\\H RH\\O\\ RU\\\\\\",1402:" 20H]KHRQJ\\ RJHQQ RJHYHZMXH RK[X[ RJ\\Y\\ZWX\\",1403:" 20KYVBTDRGPKOPOTPYR]T`Vb RTDRHQKPPPTQYR\\T`",1404:" 20KYNBPDRGTKUPUTTYR]P`Nb RPDRHSKTPTTSYR\\P`",1405:" 12KYOBOb RPBPb ROBVB RObVb",1406:" 12KYTBTb RUBUb RNBUB RNbUb",1407:" 40KYTBRCQDPFPHQJRKSMSOQQ RRCQEQGRISJTLTNSPORSTTVTXSZR[Q]Q_Ra RQSSUSWRYQZP\\P^Q`RaTb",1408:" 40KYPBRCSDTFTHSJRKQMQOSQ RRCSESGRIQJPLPNQPURQTPVPXQZR[S]S_Ra RSSQUQWRYSZT\\T^S`RaPb",1409:" 24KYU@RCPFOIOLPOSVTYT\\S_Ra RRCQEPHPKQNTUUXU[T^RaOd",1410:" 24KYO@RCTFUIULTOQVPYP\\Q_Ra RRCSETHTKSNPUOXO[P^RaUd",1411:" 13AXCRGRR` RGSRa RFSRb RX:Rb",1412:" 32F^[CZD[E\\D\\C[BYBWCUETGSJRNPZO^N` RVDUFTJRVQZP]O_MaKbIbHaH`I_J`Ia",2001:" 18H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[",2002:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2003:" 32G\\XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXXYV RQFOGMILKKNKSLVMXOZQ[",2004:" 30G]LFL[ RMFM[ RIFSFVGXIYKZNZSYVXXVZS[I[ RSFUGWIXKYNYSXVWXUZS[",2005:" 22G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[",2006:" 20G[LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[P[",2007:" 40G^XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXX RQFOGMILKKNKSLVMXOZQ[ RXSX[ RYSY[ RUS\\S",2008:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[",2009:" 12MXRFR[ RSFS[ ROFVF RO[V[",2010:" 20KZUFUWTZR[P[NZMXMVNUOVNW RTFTWSZR[ RQFXF",2011:" 27F\\KFK[ RLFL[ RYFLS RQOY[ RPOX[ RHFOF RUF[F RH[O[ RU[[[",2012:" 14I[NFN[ ROFO[ RKFRF RK[Z[ZUY[",2013:" 30F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][",2014:" 21G^LFL[ RMFYY RMHY[ RYFY[ RIFMF RVF\\F RI[O[",2015:" 44G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF",2016:" 29G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[",2017:" 64G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF RNYNXOVQURUTVUXV_W`Y`Z^Z] RUXV\\W^X_Y_Z^",2018:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUPMP RUFWGXHYJYLXNWOUP RI[P[ RRPTQURXYYZZZ[Y RTQUSWZX[Z[[Y[X",2019:" 34H\\XIYFYLXIVGSFPFMGKIKKLMMNOOUQWRYT RKKMMONUPWQXRYTYXWZT[Q[NZLXKUK[LX",2020:" 16I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[",2021:" 23F^KFKULXNZQ[S[VZXXYUYF RLFLUMXOZQ[ RHFOF RVF\\F",2022:" 15H\\KFR[ RLFRX RYFR[ RIFOF RUF[F",2023:" 24F^JFN[ RKFNV RRFN[ RRFV[ RSFVV RZFV[ RGFNF RWF]F",2024:" 21H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[",2025:" 20H]KFRQR[ RLFSQS[ RZFSQ RIFOF RVF\\F RO[V[",2026:" 16H\\XFK[ RYFL[ RLFKLKFYF RK[Y[YUX[",2027:" 18H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[",2028:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2029:" 14I[NFN[ ROFO[ RKFZFZLYF RK[R[",2030:" 15H\\RFJ[ RRFZ[ RRIY[ RKZYZ RJ[Z[",2031:" 22G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[",2032:" 16H\\XFK[ RYFL[ RLFKLKFYF RK[Y[YUX[",2033:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[",2034:" 56G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF ROMOT RUMUT ROPUP ROQUQ",2035:" 12MXRFR[ RSFS[ ROFVF RO[V[",2036:" 27F\\KFK[ RLFL[ RYFLS RQOY[ RPOX[ RHFOF RUF[F RH[O[ RU[[[",2037:" 15H\\RFK[ RRFY[ RRIX[ RI[O[ RU[[[",2038:" 30F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][",2039:" 21G^LFL[ RMFYY RMHY[ RYFY[ RIFMF RVF\\F RI[O[",2040:" 36G]KEJJ RZEYJ RONNS RVNUS RKWJ\\ RZWY\\ RKGYG RKHYH ROPUP ROQUQ RKYYY RKZYZ",2041:" 44G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF",2042:" 21F^KFK[ RLFL[ RXFX[ RYFY[ RHF\\F RH[O[ RU[\\[",2043:" 29G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[",2044:" 20H]KFRPJ[ RJFQP RJFYFZLXF RKZXZ RJ[Y[ZUX[",2045:" 16I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[",2046:" 33I\\KKKILGMFOFPGQIRMR[ RKIMGOGQI RZKZIYGXFVFUGTISMS[ RZIXGVGTI RO[V[",2047:" 48H]RFR[ RSFS[ RPKMLLMKOKRLTMUPVUVXUYTZRZOYMXLUKPK RPKNLMMLOLRMTNUPV RUVWUXTYRYOXMWLUK ROFVF RO[V[",2048:" 21H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[",2049:" 41G^RFR[ RSFS[ RIMJLLMMQNSOTQU RJLKMLQMSNTQUTUWTXSYQZM[L RTUVTWSXQYM[L\\M ROFVF RO[V[",2050:" 43G]JXK[O[MWKSJPJLKIMGPFTFWGYIZLZPYSWWU[Y[ZX RMWLTKPKLLINGPF RTFVGXIYLYPXTWW RKZNZ RVZYZ",2051:" 18H\\UFH[ RUFV[ RTHU[ RLUUU RF[L[ RR[X[",2052:" 41F^OFI[ RPFJ[ RLFWFZG[I[KZNYOVP RWFYGZIZKYNXOVP RMPVPXQYSYUXXVZR[F[ RVPWQXSXUWXUZR[",2053:" 34H]ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[S[UZWXXV RTFRGPINLMOLSLVMYNZP[",2054:" 30F]OFI[ RPFJ[ RLFUFXGYHZKZOYSWWUYSZO[F[ RUFWGXHYKYOXSVWTYRZO[",2055:" 22F]OFI[ RPFJ[ RTLRT RLF[FZLZF RMPSP RF[U[WVT[",2056:" 20F\\OFI[ RPFJ[ RTLRT RLF[FZLZF RMPSP RF[M[",2057:" 42H^ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[R[UZWXYT RTFRGPINLMOLSLVMYNZP[ RR[TZVXXT RUT\\T",2058:" 27E_NFH[ ROFI[ R[FU[ R\\FV[ RKFRF RXF_F RLPXP RE[L[ RR[Y[",2059:" 12LYUFO[ RVFP[ RRFYF RL[S[",2060:" 21I[XFSWRYQZO[M[KZJXJVKULVKW RWFRWQYO[ RTF[F",2061:" 27F]OFI[ RPFJ[ R]FLS RSOW[ RROV[ RLFSF RYF_F RF[M[ RS[Y[",2062:" 14H\\QFK[ RRFL[ RNFUF RH[W[YUV[",2063:" 30E`NFH[ RNFO[ ROFPY R\\FO[ R\\FV[ R]FW[ RKFOF R\\F`F RE[K[ RS[Z[",2064:" 21F_OFI[ ROFVX ROIV[ R\\FV[ RLFOF RYF_F RF[L[",2065:" 42G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF RSFQGOIMLLOKSKVLYN[ RQ[SZUXWUXRYNYKXHVF",2066:" 27F]OFI[ RPFJ[ RLFXF[G\\I\\K[NYPUQMQ RXFZG[I[KZNXPUQ RF[M[",2067:" 61G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF RSFQGOIMLLOKSKVLYN[ RQ[SZUXWUXRYNYKXHVF RLYLXMVOUPURVSXS_T`V`W^W] RSXT^U_V_W^",2068:" 42F^OFI[ RPFJ[ RLFWFZG[I[KZNYOVPMP RWFYGZIZKYNXOVP RRPTQURVZW[Y[ZYZX RURWYXZYZZY RF[M[",2069:" 35G^ZH[H\\F[L[JZHYGVFRFOGMIMKNMONVRXT RMKOMVQWRXTXWWYVZS[O[LZKYJWJUI[JYKY",2070:" 16H]UFO[ RVFP[ ROFLLNF]F\\L\\F RL[S[",2071:" 25F_NFKQJUJXKZN[R[UZWXXU\\F ROFLQKUKXLZN[ RKFRF RYF_F",2072:" 15H\\NFO[ ROFPY R\\FO[ RLFRF RXF^F",2073:" 24E_MFK[ RNFLY RUFK[ RUFS[ RVFTY R]FS[ RJFQF RZF`F",2074:" 21G]NFU[ ROFV[ R\\FH[ RLFRF RXF^F RF[L[ RR[X[",2075:" 20H]NFRPO[ ROFSPP[ R]FSP RLFRF RYF_F RL[S[",2076:" 16G][FH[ R\\FI[ ROFLLNF\\F RH[V[XUU[",2077:" 46H\\KILKXWYYY[ RLLXX RKIKKLMXYY[ RPPLTKVKXLZK[ RKVMZ RLTLVMXMZK[ RSSXN RVIVLWNYNYLWKVI RVIWLYN",2101:" 39I]NONPMPMONNPMTMVNWOXQXXYZZ[ RWOWXXZZ[[[ RWQVRPSMTLVLXMZP[S[UZWX RPSNTMVMXNZP[",2102:" 33G\\LFL[ RMFM[ RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIFMF",2103:" 28H[WPVQWRXQXPVNTMQMNNLPKSKULXNZQ[S[VZXX RQMONMPLSLUMXOZQ[",2104:" 36H]WFW[ RXFX[ RWPUNSMQMNNLPKSKULXNZQ[S[UZWX RQMONMPLSLUMXOZQ[ RTFXF RW[[[",2105:" 31H[LSXSXQWOVNTMQMNNLPKSKULXNZQ[S[VZXX RWSWPVN RQMONMPLSLUMXOZQ[",2106:" 22KXUGTHUIVHVGUFSFQGPIP[ RSFRGQIQ[ RMMUM RM[T[",2107:" 60I\\QMONNOMQMSNUOVQWSWUVVUWSWQVOUNSMQM RONNPNTOV RUVVTVPUN RVOWNYMYNWN RNUMVLXLYM[P\\U\\X]Y^ RLYMZP[U[X\\Y^Y_XaUbObLaK_K^L\\O[",2108:" 28G]LFL[ RMFM[ RMPONRMTMWNXPX[ RTMVNWPW[ RIFMF RI[P[ RT[[[",2109:" 18MXRFQGRHSGRF RRMR[ RSMS[ ROMSM RO[V[",2110:" 25MXSFRGSHTGSF RTMT_SaQbObNaN`O_P`Oa RSMS_RaQb RPMTM",2111:" 27G\\LFL[ RMFM[ RWMMW RRSX[ RQSW[ RIFMF RTMZM RI[P[ RT[Z[",2112:" 12MXRFR[ RSFS[ ROFSF RO[V[",2113:" 44BcGMG[ RHMH[ RHPJNMMOMRNSPS[ ROMQNRPR[ RSPUNXMZM]N^P^[ RZM\\N]P][ RDMHM RD[K[ RO[V[ RZ[a[",2114:" 28G]LML[ RMMM[ RMPONRMTMWNXPX[ RTMVNWPW[ RIMMM RI[P[ RT[[[",2115:" 36H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM",2116:" 36G\\LMLb RMMMb RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIMMM RIbPb",2117:" 33H\\WMWb RXMXb RWPUNSMQMNNLPKSKULXNZQ[S[UZWX RQMONMPLSLUMXOZQ[ RTb[b",2118:" 23IZNMN[ ROMO[ ROSPPRNTMWMXNXOWPVOWN RKMOM RK[R[",2119:" 32J[WOXMXQWOVNTMPMNNMOMQNRPSUUWVXW RMPNQPRUTWUXVXYWZU[Q[OZNYMWM[NY",2120:" 16KZPFPWQZS[U[WZXX RQFQWRZS[ RMMUM",2121:" 28G]LMLXMZP[R[UZWX RMMMXNZP[ RWMW[ RXMX[ RIMMM RTMXM RW[[[",2122:" 15I[LMR[ RMMRY RXMR[ RJMPM RTMZM",2123:" 24F^JMN[ RKMNX RRMN[ RRMV[ RSMVX RZMV[ RGMNM RWM]M",2124:" 21H\\LMW[ RMMX[ RXML[ RJMPM RTMZM RJ[P[ RT[Z[",2125:" 22H[LMR[ RMMRY RXMR[P_NaLbKbJaK`La RJMPM RTMZM",2126:" 16I[WML[ RXMM[ RMMLQLMXM RL[X[XWW[",2127:" 40G^QMNNLPKRJUJXKZN[P[RZUWWTYPZM RQMONMPLRKUKXLZN[ RQMSMUNVPXXYZZ[ RSMTNUPWXXZZ[[[",2128:" 57G\\TFQGOIMMLPKTJZIb RTFRGPINMMPLTKZJb RTFVFXGYHYKXMWNTOPO RVFXHXKWMVNTO RPOTPVRWTWWVYUZR[P[NZMYLV RPOSPURVTVWUYTZR[",2129:" 28H\\IPKNMMOMQNROSRSVRZOb RJOLNPNRO RZMYPXRSYP^Nb RYMXPWRSY",2130:" 44I\\VNTMRMONMQLTLWMYNZP[R[UZWWXTXQWOSJRHRFSEUEWFYH RRMPNNQMTMXNZ RR[TZVWWTWPVNTKSISGTFVFYH",2131:" 32I[XPVNTMPMNNNPPRSS RPMONOPQRSS RSSNTLVLXMZP[S[UZWX RSSOTMVMXNZP[",2132:" 31I[TFRGQHQIRJUKZKZJWKSMPOMRLULWMYP[S]T_TaSbQbPa RULQONRMUMWNYP[",2133:" 32G]HQIOKMNMONOPNTL[ RMMNNNPMTK[ RNTPPRNTMVMXNYOYRXWUb RVMXOXRWWTb",2134:" 44F]GQHOJMMMNNNPMUMXNZO[ RLMMNMPLULXMZO[Q[SZUXWUXRYMYIXGVFTFRHRJSMUPWRZT RSZUWVUWRXMXIWGVF",2135:" 15LXRMPTOXOZP[S[UYVW RSMQTPXPZQ[",2136:" 29H\\NMJ[ ROMK[ RXMYNZNYMWMUNQROSMS ROSQTSZT[ ROSPTRZS[U[WZYW",2137:" 23H\\KFMFOGPHQJWXXZY[ RMFOHPJVXWZY[Z[ RRMJ[ RRMK[",2138:" 28F]MMGb RNMHb RMPLVLYN[P[RZTXVU RXMUXUZV[Y[[Y\\W RYMVXVZW[",2139:" 24H\\NML[ ROMNSMXL[ RYMXQVU RZMYPXRVUTWQYOZL[ RKMOM",2140:" 45IZTFRGQHQIRJUKXK RUKQLOMNONQPSSTVT RUKRLPMOOOQQSST RSTOUMVLXLZN\\S^T_TaRbPb RSTPUNVMXMZO\\S^",2141:" 32I[RMONMQLTLWMYNZP[R[UZWWXTXQWOVNTMRM RRMPNNQMTMXNZ RR[TZVWWTWPVN",2142:" 22G]PNL[ RPNM[ RVNV[ RVNW[ RIPKNNM[M RIPKONN[N",2143:" 31H[LVMYNZP[R[UZWWXTXQWOVNTMRMONMQLTHb RR[TZVWWTWPVN RRMPNNQMTIb",2144:" 35H][MQMNNLQKTKWLYMZO[Q[TZVWWTWQVOUNSM RQMONMQLTLXMZ RQ[SZUWVTVPUN RUN[N",2145:" 16H\\SNP[ RSNQ[ RJPLNOMZM RJPLOONZN",2146:" 31H\\IQJOLMOMPNPPNVNYP[ RNMONOPMVMYNZP[Q[TZVXXUYRYOXMWNXOYR RXUYO",2147:" 37G]ONMOKQJTJWKYLZN[Q[TZWXYUZRZOXMVMTORSPXMb RJWLYNZQZTYWWYU RZOXNVNTPRSPYNb",2148:" 23I[KMMMONPPU_VaWb RMMNNOPT_UaWbYb RZMYOWRM]K`Jb",2149:" 34F]UFOb RVFNb RGQHOJMMMNNNPMUMXOZRZTYWVYS RLMMNMPLULXMZO[R[TZVXXUYS[M",2150:" 44F]JQLOONNMLNJQITIWJZK[M[OZQWRT RIWJYKZMZOYQW RQTQWRZS[U[WZYWZTZQYNXMWNYOZQ RQWRYSZUZWYYW",2151:" 39H]XMVTUXUZV[Y[[Y\\W RYMWTVXVZW[ RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ",2152:" 36H[PFLSLVMYNZ RQFMS RMSNPPNRMTMVNWOXQXTWWUZR[P[NZMWMS RVNWPWTVWTZR[ RMFQF",2153:" 25I[WPWQXQXPWNUMRMONMQLTLWMYNZP[R[UZWW RRMPNNQMTMXNZ",2154:" 42H]ZFVTUXUZV[Y[[Y\\W R[FWTVXVZW[ RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ RWF[F",2155:" 26I[MVQUTTWRXPWNUMRMONMQLTLWMYNZP[R[UZWX RRMPNNQMTMXNZ",2156:" 35KZZGYHZI[H[GZFXFVGUHTJSMP[O_Na RXFVHUJTNRWQ[P^O`NaLbJbIaI`J_K`Ja ROMYM",2157:" 43H\\YMU[T^RaObLbJaI`I_J^K_J` RXMT[S^QaOb RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ",2158:" 31H]PFJ[ RQFK[ RMTOPQNSMUMWNXOXQVWVZW[ RUMWOWQUWUZV[Y[[Y\\W RMFQF",2159:" 26LYUFTGUHVGUF RMQNOPMSMTNTQRWRZS[ RRMSNSQQWQZR[U[WYXW",2160:" 32LYVFUGVHWGVF RNQOOQMTMUNUQR[Q^P`OaMbKbJaJ`K_L`Ka RSMTNTQQ[P^O`Mb",2161:" 34H\\PFJ[ RQFK[ RXNWOXPYOYNXMWMUNQROSMS ROSQTSZT[ ROSPTRZS[U[WZYW RMFQF",2162:" 18MYUFQTPXPZQ[T[VYWW RVFRTQXQZR[ RRFVF",2163:" 52AbBQCOEMHMINIPHTF[ RGMHNHPGTE[ RHTJPLNNMPMRNSOSQP[ RPMRORQO[ RRTTPVNXMZM\\N]O]Q[W[Z\\[ RZM\\O\\QZWZZ[[^[`YaW",2164:" 37F]GQHOJMMMNNNPMTK[ RLMMNMPLTJ[ RMTOPQNSMUMWNXOXQVWVZW[ RUMWOWQUWUZV[Y[[Y\\W",2165:" 32I[RMONMQLTLWMYNZP[R[UZWWXTXQWOVNTMRM RRMPNNQMTMXNZ RR[TZVWWTWPVN",2166:" 42G\\HQIOKMNMONOPNTJb RMMNNNPMTIb RNTOQQNSMUMWNXOYQYTXWVZS[Q[OZNWNT RWNXPXTWWUZS[ RFbMb",2167:" 33H\\XMRb RYMSb RVTVQUNSMQMNNLQKTKWLYMZO[Q[SZUWVT RQMONMQLTLXMZ RObVb",2168:" 26IZJQKOMMPMQNQPPTN[ ROMPNPPOTM[ RPTRPTNVMXMYNYOXPWOXN",2169:" 28J[XOXPYPYOXNUMRMONNONQORVVWW RNPOQVUWVWYVZS[P[MZLYLXMXMY",2170:" 18KYTFPTOXOZP[S[UYVW RUFQTPXPZQ[ RNMWM",2171:" 37F]GQHOJMMMNNNQLWLYN[ RLMMNMQKWKYLZN[P[RZTXVT RXMVTUXUZV[Y[[Y\\W RYMWTVXVZW[",2172:" 26H\\IQJOLMOMPNPQNWNYP[ RNMONOQMWMYNZP[Q[TZVXXUYQYMXMYO",2173:" 41C`DQEOGMJMKNKQIWIYK[ RIMJNJQHWHYIZK[M[OZQXRV RTMRVRYSZU[W[YZ[X\\V]R]M\\M]O RUMSVSYU[",2174:" 42H\\KQMNOMRMSOSR RQMRORRQVPXNZL[K[JZJYKXLYKZ RQVQYR[U[WZYW RYNXOYPZOZNYMXMVNTPSRRVRYS[",2175:" 41G\\HQIOKMNMONOQMWMYO[ RMMNNNQLWLYMZO[Q[SZUXWT RZMV[U^SaPbMbKaJ`J_K^L_K` RYMU[T^RaPb",2176:" 31H\\YMXOVQNWLYK[ RLQMOOMRMVO RMOONRNVOXO RLYNYRZUZWY RNYR[U[WYXW",2177:" 43G^VGUHVIWHWGUFRFOGMILLL[ RRFPGNIMLM[ R\\G[H\\I]H]G\\FZFXGWIW[ RZFYGXIX[ RIM[M RI[P[ RT[[[",2178:" 33G]WGVHWIXHWGUFRFOGMILLL[ RRFPGNIMLM[ RWMW[ RXMX[ RIMXM RI[P[ RT[[[",2179:" 35G]VGUHVIWHWGUF RXFRFOGMILLL[ RRFPGNIMLM[ RWHW[ RXFX[ RIMWM RI[P[ RT[[[",2180:" 54BcRGQHRISHRGPFMFJGHIGLG[ RMFKGIIHLH[ R]G\\H]I^H]G[FXFUGSIRLR[ RXFVGTISLS[ R]M][ R^M^[ RDM^M RD[K[ RO[V[ RZ[a[",2181:" 56BcRGQHRISHRGPFMFJGHIGLG[ RMFKGIIHLH[ R\\G[H\\I]H]G[F R^FXFUGSIRLR[ RXFVGTISLS[ R]H][ R^F^[ RDM]M RD[K[ RO[V[ RZ[a[",2182:" 12MXRMR[ RSMS[ ROMSM RO[V[",2184:" 25IZWNUMRMONMPLSLVMYNZQ[T[VZ RRMPNNPMSMVNYOZQ[ RMTUT",2185:" 43I\\TFQGOJNLMOLTLXMZO[Q[TZVWWUXRYMYIXGVFTF RTFRGPJOLNOMTMXNZO[ RQ[SZUWVUWRXMXIWGVF RNPWP",2186:" 42G]UFOb RVFNb RQMMNKPJSJVKXMZP[S[WZYXZUZRYPWNTMQM RQMNNLPKSKVLXNZP[ RS[VZXXYUYRXPVNTM",2187:" 27I[TMVNXPXOWNTMQMNNMOLQLSMUOWSZ RQMONNOMQMSNUSZT\\T^S_Q_",2190:" 45G]LMKNJPJRKUOYP[ RJRKTOXP[P]O`MbLbKaJ_J\\KXMTOQRNTMVMYNZPZTYXWZU[T[SZSXTWUXTY RVMXNYPYTXXWZ",2191:" 69E_YGXHYIZHYGWFTFQGOINKMNLRJ[I_Ha RTFRGPIOKNNLWK[J^I`HaFbDbCaC`D_E`Da R_G^H_I`H`G_F]F[GZHYJXMU[T_Sa R]F[HZJYNWWV[U^T`SaQbObNaN`O_P`Oa RIM^M",2192:" 52F^[GZH[I\\H[GXFUFRGPIOKNNMRK[J_Ia RUFSGQIPKONMWL[K^J`IaGbEbDaD`E_F`Ea RYMWTVXVZW[Z[\\Y]W RZMXTWXWZX[ RJMZM",2193:" 54F^YGXHYIZHZGXF R\\FUFRGPIOKNNMRK[J_Ia RUFSGQIPKONMWL[K^J`IaGbEbDaD`E_F`Ea R[FWTVXVZW[Z[\\Y]W R\\FXTWXWZX[ RJMYM",2194:" 86@cTGSHTIUHTGRFOFLGJIIKHNGRE[D_Ca ROFMGKIJKINGWF[E^D`CaAb?b>a>`?_@`?a R`G_H`IaH`G]FZFWGUITKSNRRP[O_Na RZFXGVIUKTNRWQ[P^O`NaLbJbIaI`J_K`Ja R^M\\T[X[Z\\[_[aYbW R_M]T\\X\\Z][ RDM_M",2195:" 88@cTGSHTIUHTGRFOFLGJIIKHNGRE[D_Ca ROFMGKIJKINGWF[E^D`CaAb?b>a>`?_@`?a R^G]H^I_H_G]F RaFZFWGUITKSNRRP[O_Na RZFXGVIUKTNRWQ[P^O`NaLbJbIaI`J_K`Ja R`F\\T[X[Z\\[_[aYbW RaF]T\\X\\Z][ RDM^M",2196:" 20LYMQNOPMSMTNTQRWRZS[ RRMSNSQQWQZR[U[WYXW",2200:" 40H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF RQFOGNHMJLOLRMWNYOZQ[ RS[UZVYWWXRXOWJVHUGSF",2201:" 11H\\NJPISFS[ RRGR[ RN[W[",2202:" 45H\\LJMKLLKKKJLHMGPFTFWGXHYJYLXNUPPRNSLUKXK[ RTFVGWHXJXLWNTPPR RKYLXNXSZVZXYYX RNXS[W[XZYXYV",2203:" 47H\\LJMKLLKKKJLHMGPFTFWGXIXLWNTOQO RTFVGWIWLVNTO RTOVPXRYTYWXYWZT[P[MZLYKWKVLUMVLW RWQXTXWWYVZT[",2204:" 13H\\THT[ RUFU[ RUFJUZU RQ[X[",2205:" 39H\\MFKP RKPMNPMSMVNXPYSYUXXVZS[P[MZLYKWKVLUMVLW RSMUNWPXSXUWXUZS[ RMFWF RMGRGWF",2206:" 48H\\WIVJWKXJXIWGUFRFOGMILKKOKULXNZQ[S[VZXXYUYTXQVOSNRNOOMQLT RRFPGNIMKLOLUMXOZQ[ RS[UZWXXUXTWQUOSN",2207:" 31H\\KFKL RKJLHNFPFUIWIXHYF RLHNGPGUI RYFYIXLTQSSRVR[ RXLSQRSQVQ[",2208:" 63H\\PFMGLILLMNPOTOWNXLXIWGTFPF RPFNGMIMLNNPO RTOVNWLWIVGTF RPOMPLQKSKWLYMZP[T[WZXYYWYSXQWPTO RPONPMQLSLWMYNZP[ RT[VZWYXWXSWQVPTO",2209:" 48H\\XMWPURRSQSNRLPKMKLLINGQFSFVGXIYLYRXVWXUZR[O[MZLXLWMVNWMX RQSORMPLMLLMIOGQF RSFUGWIXLXRWVVXTZR[",2210:" 6MWRYQZR[SZRY",2211:" 8MWR[QZRYSZS\\R^Q_",2212:" 12MWRMQNROSNRM RRYQZR[SZRY",2213:" 14MWRMQNROSNRM RR[QZRYSZS\\R^Q_",2214:" 15MWRFQHRTSHRF RRHRN RRYQZR[SZRY",2215:" 32I[MJNKMLLKLJMHNGPFSFVGWHXJXLWNVORQRT RSFUGVHWJWLVNTP RRYQZR[SZRY",2216:" 6NVRFQM RSFQM",2217:" 12JZNFMM ROFMM RVFUM RWFUM",2218:" 14KYQFOGNINKOMQNSNUMVKVIUGSFQF",2219:" 9JZRFRR RMIWO RWIMO",2220:" 3G][BIb",2221:" 20KYVBTDRGPKOPOTPYR]T`Vb RTDRHQKPPPTQYR\\T`",2222:" 20KYNBPDRGTKUPUTTYR]P`Nb RPDRHSKTPTTSYR\\P`",2223:" 12KYOBOb RPBPb ROBVB RObVb",2224:" 12KYTBTb RUBUb RNBUB RNbUb",2225:" 40KYTBRCQDPFPHQJRKSMSOQQ RRCQEQGRISJTLTNSPORSTTVTXSZR[Q]Q_Ra RQSSUSWRYQZP\\P^Q`RaTb",2226:" 40KYPBRCSDTFTHSJRKQMQOSQ RRCSESGRIQJPLPNQPURQTPVPXQZR[S]S_Ra RSSQUQWRYSZT\\T^S`RaPb",2227:" 4KYUBNRUb",2228:" 4KYOBVROb",2229:" 3NVRBRb",2230:" 6KYOBOb RUBUb",2231:" 3E_IR[R",2232:" 6E_RIR[ RIR[R",2233:" 9F^RJR[ RJRZR RJ[Z[",2234:" 9F^RJR[ RJJZJ RJRZR",2235:" 6G]KKYY RYKKY",2236:" 6MWRQQRRSSRRQ",2237:" 15E_RIQJRKSJRI RIR[R RRYQZR[SZRY",2238:" 6E_IO[O RIU[U",2239:" 9E_YIK[ RIO[O RIU[U",2240:" 9E_IM[M RIR[R RIW[W",2241:" 4F^ZIJRZ[",2242:" 4F^JIZRJ[",2243:" 10F^ZFJMZT RJVZV RJ[Z[",2244:" 10F^JFZMJT RJVZV RJ[Z[",2245:" 21F_[WYWWVUTRPQOONMNKOJQJSKUMVOVQURTUPWNYM[M",2246:" 24F^IUISJPLONOPPTSVTXTZS[Q RISJQLPNPPQTTVUXUZT[Q[O",2247:" 8G]JTROZT RJTRPZT",2248:" 7LXTFOL RTFUGOL",2249:" 7LXPFUL RPFOGUL",2250:" 18H\\KFLHNJQKSKVJXHYF RKFLINKQLSLVKXIYF",2251:" 8MWRHQGRFSGSIRKQL",2252:" 8MWSFRGQIQKRLSKRJ",2253:" 8MWRHSGRFQGQIRKSL",2254:" 8MWQFRGSISKRLQKRJ",2255:" 10E[HMLMRY RKMR[ R[BR[",2256:" 13F^ZJSJOKMLKNJQJSKVMXOYSZZZ",2257:" 13F^JJJQKULWNYQZSZVYXWYUZQZJ",2258:" 13F^JJQJUKWLYNZQZSYVWXUYQZJZ",2259:" 13F^JZJSKOLMNKQJSJVKXMYOZSZZ",2260:" 16F^ZJSJOKMLKNJQJSKVMXOYSZZZ RJRVR",2261:" 11E_XP[RXT RUMZRUW RIRZR",2262:" 11JZPLRITL RMORJWO RRJR[",2263:" 11E_LPIRLT ROMJROW RJR[R",2264:" 11JZPXR[TX RMURZWU RRIRZ",2265:" 44I\\XRWOVNTMRMONMQLTLWMYNZP[R[UZWXXUYPYKXHWGUFRFPGOHOIPIPH RRMPNNQMTMXNZ RR[TZVXWUXPXKWHUF",2266:" 15H\\JFR[ RKFRY RZFR[ RJFZF RKGYG",2267:" 10AbDMIMRY RHNR[ Rb:R[",2268:" 32F^[CZD[E\\D\\C[BYBWCUETGSJRNPZO^N` RVDUFTJRVQZP]O_MaKbIbHaH`I_J`Ia",2269:" 50F^[CZD[E\\D\\C[BYBWCUETGSJRNPZO^N` RVDUFTJRVQZP]O_MaKbIbHaH`I_J`Ia RQKNLLNKQKSLVNXQYSYVXXVYSYQXNVLSKQK",2270:" 26F_\\S[UYVWVUUTTQPPONNLNJOIQISJULVNVPUQTTPUOWNYN[O\\Q\\S",2271:" 32F^[FI[ RNFPHPJOLMMKMIKIIJGLFNFPGSHVHYG[F RWTUUTWTYV[X[ZZ[X[VYTWT",2272:" 49F_[NZO[P\\O\\N[MZMYNXPVUTXRZP[M[JZIXIUJSPORMSKSIRGPFNGMIMKNNPQUXWZZ[[[\\Z\\Y RM[KZJXJUKSMQ RMKNMVXXZZ[",2273:" 56E`WNVLTKQKOLNMMPMSNUPVSVUUVS RQKOMNPNSOUPV RWKVSVUXVZV\\T]Q]O\\L[JYHWGTFQFNGLHJJILHOHRIUJWLYNZQ[T[WZYYZX RXKWSWUXV",2274:" 42H\\PBP_ RTBT_ RXIWJXKYJYIWGTFPFMGKIKKLMMNOOUQWRYT RKKMMONUPWQXRYTYXWZT[P[MZKXKWLVMWLX",2275:" 12H]SFLb RYFRb RLQZQ RKWYW",2276:" 46JZUITJUKVJVIUGSFQFOGNINKOMQOVR ROMTPVRWTWVVXTZ RPNNPMRMTNVPXU[ RNVSYU[V]V_UaSbQbOaN_N^O]P^O_",2277:" 30JZRFQHRJSHRF RRFRb RRQQTRbSTRQ RLMNNPMNLLM RLMXM RTMVNXMVLTM",2278:" 56JZRFQHRJSHRF RRFRT RRPQRSVRXQVSRRP RRTRb RR^Q`RbS`R^ RLMNNPMNLLM RLMXM RTMVNXMVLTM RL[N\\P[NZL[ RL[X[ RT[V\\X[VZT[",2279:" 12I\\XFX[ RKFXF RPPXP RK[X[",2281:" 38E`QFNGKIILHOHRIUKXNZQ[T[WZZX\\U]R]O\\LZIWGTFQF RROQPQQRRSRTQTPSORO RRPRQSQSPRP",2282:" 45J[PFNGOIQJ RPFOGOI RUFWGVITJ RUFVGVI RQJOKNLMNMQNSOTQUTUVTWSXQXNWLVKTJQJ RRUR[ RSUS[ RNXWX",2283:" 27I\\RFOGMILLLMMPORRSSSVRXPYMYLXIVGSFRF RRSR[ RSSS[ RNWWW",2284:" 28D`PFMGJIHLGOGSHVJYM[P\\T\\W[ZY\\V]S]O\\LZIWGTFPF RRFR\\ RGQ]Q",2285:" 31G`PMMNKPJSJTKWMYPZQZTYVWWTWSVPTNQMPM R]GWG[HUN R]G]M\\IVO R\\HVN",2286:" 28F\\IIJGLFOFQGRIRLQOPQNSKU ROFPGQIQMPPNS RVFT[ RWFS[ RKUYU",2287:" 30I\\MFMU RNFMQ RMQNOONQMTMWNXPXRWTUV RTMVNWPWRTXTZU[W[YY RKFNF",2288:" 44I\\RNOOMQLTLUMXOZR[S[VZXXYUYTXQVOSNRN RRHNJRFRN RSHWJSFSN RRSQTQURVSVTUTTSSRS RRTRUSUSTRT",2289:" 37G^QHRFR[ RTHSFS[ RJHKFKMLPNRQSRS RMHLFLNMQ R[HZFZMYPWRTSSS RXHYFYNXQ RNWWW",2290:" 31G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[Y[YVX[",2291:" 24H[YGUGQHNJLMKPKSLVNYQ[U\\Y\\ RYGVHSJQMPPPSQVSYV[Y\\",2292:" 27F_OQMQKRJSIUIWJYKZM[O[QZRYSWSURSQROQ RSHPQ RZJRR R\\QST",2293:" 12H\\OKUY RUKOY RKOYU RYOKU",2294:" 48F^NVLUKUIVHXHYI[K\\L\\N[OYOXNVKRJOJMKJMHPGTGWHYJZMZOYRVVUXUYV[X\\Y\\[[\\Y\\X[VYUXUVV RJMKKMIPHTHWIYKZM",2295:" 48F^NMLNKNIMHKHJIHKGLGNHOJOKNMKQJTJVKYM[P\\T\\W[YYZVZTYQVMUKUJVHXGYG[H\\J\\K[MYNXNVM RJVKXMZP[T[WZYXZV",2301:" 40F_JMILIJJHLGNGPHQIRKSP RIJKHMHOIPJQLRPR[ R[M\\L\\J[HYGWGUHTISKRP R\\JZHXHVIUJTLSPS[",2302:" 51F^IGJKKMMOPPTPWOYMZK[G RIGJJKLMNPOTOWNYLZJ[G RPONPMQLSLVMXOZQ[S[UZWXXVXSWQVPTO RPPNQMSMVNY RVYWVWSVQTP",2303:" 30F^MJMV RNKNU RVKVU RWJWV RIGKIMJPKTKWJYI[G RIYKWMVPUTUWVYW[Y",2304:" 48F^[ILIJJILINJPLQNQPPQNQLPJ[J RIMJOKPMQ RQMPKOJMI RIXXXZW[U[SZQXPVPTQSSSUTWIW R[TZRYQWP RSTTVUWWX",2305:" 48F]OUMTLTJUIWIXJZL[M[OZPXPWOUJPINIKJILHOGSGWHYJZLZOYRVUUWUYV[X[YZZX RMSKPJNJKKILH RSGVHXJYLYOXRVU",2306:" 48G_HKKHMKMV RJILLLV RMKPHRKRU ROIQLQU RRKUHWKW[ RTIVLV[ RWKZH[J\\M\\P[SZUXWUYP[ RYIZJ[M[PZSYUWWTYP[",2307:" 41F^ISMSLRKOKMLJNHQGSGVHXJYMYOXRWS[S RITOTMRLOLMMJOHQG RSGUHWJXMXOWRUT[T RKXYX RKYYY",2308:" 30F_GLJIMLMX RIJLMLX RMLPISLSX ROJRMRX RSLVIYLYW[Y RUJXMXXZZ]W",2309:" 33G]ZIJY RZIWJQJ RXKUKQJ RZIYLYR RXKXNYR RQRJR RPSMSJR RQRQY RPSPVQY",2310:" 33F^HOJKOU RJMOWRPWPZO[M[KZIXHWHUITKTMUPVRWUWXUZ RWHVIUKUMWQXTXWWYUZ",2311:" 36F^IOLLPN RKMOORLUN RQMTOWLYN RVMXO[L RIULRPT RKSOURRUT RQSTUWRYT RVSXU[R",2312:" 48F^JHNJPLQOQRPUNWJY RJHMIOJQLRO RRRQUOWMXJY RZHWIUJSLRO RRRSUUWWXZY RZHVJTLSOSRTUVWZY RIP[P RIQ[Q",2317:" 12NVQQQSSSSQQQ RQQSS RSQQS",2318:" 18JZMPQRTTVVWYW[V]U^ RMQST RMRPSTUVWWY",2319:" 18JZWKVMTOPQMR RSPMS RUFVGWIWKVNTPQRMT",2320:" 36H\\SMONLPKRKTLVNWQWUVXTYRYPXNVMSM RXNSM RVMQNLP RONKR RLVQW RNWSVXT RUVYR",2321:" 36H\\SMONLPKRKTLVNWQWUVXTYRYPXNVMSM RXNSM RVMQNLP RONKR RLVQW RNWSVXT RUVYR",2322:" 34J[SMPNNPMRMTNVPWRWUVWTXRXPWNUMSM ROPUM RNRVN RMTWO RNUXP ROVWR RPWVT",2323:" 18JZOGO^ RUFU] RMNWL RMOWM RMWWU RMXWV",2324:" 18JZNFNX RVLV^ RNNVL RNOVM RNWVU RNXVV",2325:" 25JZNBNW RNNQLTLVMWOWQVSSUQVNW RNNQMTMVN RUMVOVQUSSU",2326:" 18E_HIHL R\\I\\L RHI\\I RHJ\\J RHK\\K RHL\\L",2327:" 18JZMNMQ RWNWQ RMNWN RMOWO RMPWP RMQWQ",2328:" 49JZMLWX RMLONQOTOVNWMWKUKUMTO RONTO RQOWM RVKVN RULWL RWXUVSUPUNVMWMYOYOWPU RUVPU RSUMW RNVNY RMXOX",2329:" 26JZPOOMOKMKMMNNPOSOUNWL RNKNN RMLOL RMMSO RPOUN RWLWY",2330:" 86A^GfHfIeIdHcGcFdFfGhIiKiNhPfQdR`RUQ;Q4R/S-U,V,X-Y/Y3X6W8U;P?JCHEFHEJDNDREVGYJ[N\\R\\V[XZZW[T[PZMYKWITHPHMIKKJNJRKUMW RGdGeHeHdGd RU;Q?LCIFGIFKENERFVGXJ[ RR\\U[WZYWZTZPYMXKVITH",2331:"103EfNSOUQVSVUUVSVQUOSNQNOONPMSMVNYP[S\\V\\Y[[Y\\W]T]P\\MZJXIUHRHOIMJKLIOHSHXI]KaMcPeTfYf]e`cba RKLJNIRIXJ\\L`NbQdUeYe]d_cba RPOTO ROPUP RNQVQ RNRVR RNSVS ROTUT RPUTU RaLaNcNcLaL RbLbN RaMcM RaVaXcXcVaV RbVbX RaWcW",2332:" 30D`H@Hd RM@Md RW@Wd R\\@\\d RMMWK RMNWL RMOWM RMWWU RMXWV RMYWW",2367:" 12NVQQQSSSSQQQ RQQSS RSQQS",2368:" 18JZMPQRTTVVWYW[V]U^ RMQST RMRPSTUVWWY",2369:" 18JZWKVMTOPQMR RSPMS RUFVGWIWKVNTPQRMT",2370:" 32H\\PMMNLOKQKSLUMVPWTWWVXUYSYQXOWNTMPM RMNLPLSMUNVPW RWVXTXQWOVNTM",2371:" 36H\\SMONLPKRKTLVNWQWUVXTYRYPXNVMSM RXNSM RVMQNLP RONKR RLVQW RNWSVXT RUVYR",2372:" 34J[SMPNNPMRMTNVPWRWUVWTXRXPWNUMSM ROPUM RNRVN RMTWO RNUXP ROVWR RPWVT",2373:" 18JZOGO^ RUFU] RMNWL RMOWM RMWWU RMXWV",2374:" 18JZNFNX RVLV^ RNNVL RNOVM RNWVU RNXVV",2375:" 25JZNBNW RNNQLTLVMWOWQVSSUQVNW RNNQMTMVN RUMVOVQUSSU",2376:" 18E_HIHL R\\I\\L RHI\\I RHJ\\J RHK\\K RHL\\L",2377:" 18JZMNMQ RWNWQ RMNWN RMOWO RMPWP RMQWQ",2378:" 36JZQCVMRTRU RULQS RTITKPRRUUY RW\\UYSXQXOYN[N]O_Ra RW\\UZSYOYO]P_Ra RSXPZN]",2379:" 26JZPOOMOKMKMMNNPOSOUNWL RNKNN RMLOL RMMSO RPOUN RWLSY",2380:" 86A^GfHfIeIdHcGcFdFfGhIiKiNhPfQdR`RUQ;Q4R/S-U,V,X-Y/Y3X6W8U;P?JCHEFHEJDNDREVGYJ[N\\R\\V[XZZW[T[PZMYKWITHPHMIKKJNJRKUMW RGdGeHeHdGd RU;Q?LCIFGIFKENERFVGXJ[ RR\\U[WZYWZTZPYMXKVITH",2381:" 89IjNQOOQNSNUOVQVSUUSVQVOUNTMQMNNKPISHWH[I^K`NaRaW`[_]]`ZcVfQiMk RWHZI]K_N`R`W_[^]\\`YcTgQi RPOTO ROPUP RNQVQ RNRVR RNSVS ROTUT RPUTU ReLeNgNgLeL RfLfN ReMgM ReVeXgXgVeV RfVfX ReWgW",2382:" 85D`H>Hf RI>If RM>Mf RQBSBSDQDQAR?T>W>Y?[A\\D\\I[LYNWOUOSNRLQNOQNROSQVRXSVUUWUYV[X\\[\\`[cYeWfTfReQcQ`S`SbQb RRBRD RQCSC RY?ZA[D[IZLYN RRLRNPQNRPSRVRX RYVZX[[[`ZcYe RR`Rb RQaSa",2401:" 21AcHBHb RIBIb R[B[b R\\B\\b RDB`B RDbMb RWb`b",2402:" 23BaGBQPFb RFBPP REBPQ REB\\B^I[B RGa\\a RFb\\b^[[b",2403:" 28I[X+U1R8P=OANFMNMVN^OcPgRlUsXy RU1S6Q<P@OFNNNVO^PdQhSnUs",2404:" 28I[L+O1R8T=UAVFWNWVV^UcTgRlOsLy RO1Q6S<T@UFVNVVU^TdShQnOs",2405:" 14I[M+MRMy RN+NRNy RM+X+ RMyXy",2406:" 14I[V+VRVy RW+WRWy RL+W+ RLyWy",2407:" 48I[V+S-Q/P1O4O8P<TDUGUJTMRP RS-Q0P4P8Q;UCVGVJUMRPNRRTUWVZV]UaQiPlPpQtSw RRTTWUZU]T`PhOlOpPsQuSwVy",2408:" 48I[N+Q-S/T1U4U8T<PDOGOJPMRP RQ-S0T4T8S;OCNGNJOMRPVRRTOWNZN]OaSiTlTpStQw RRTPWOZO]P`ThUlUpTsSuQwNy",2409:" 32I[V.S1Q4O8N=NCOIPMSXT\\UbUgTlSoQs RS1Q5P8O=OBPHQLTWU[VaVgUlSpQsNv",2410:" 32I[N.Q1S4U8V=VCUITMQXP\\ObOgPlQoSs RQ1S5T8U=UBTHSLPWO[NaNgOlQpSsVv",2411:' 147Z:RARRo R@RQo R?RRr RZ"VJRr',2412:" 57Ca].\\.[/[0\\1]1^0^.],[+Y+W,U.T0S3R:QJQjPsOv R\\/\\0]0]/\\/ RR:Rj RU.T1S:SZRjQqPtOvMxKyIyGxFvFtGsHsItIuHvGv RGtGuHuHtGt",2501:" 20H\\RFJ[ RRIK[J[ RRIY[Z[ RRFZ[ RMUWU RLVXV",2502:" 44H\\LFL[ RMGMZ RLFTFWGXHYJYMXOWPTQ RMGTGWHXJXMWOTP RMPTPWQXRYTYWXYWZT[L[ RMQTQWRXTXWWYTZMZ",2503:" 38H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZV RZKYKXIWHUGQGOHMKLNLSMVOYQZUZWYXXYVZV",2504:" 32H]LFL[ RMGMZ RLFSFVGXIYKZNZSYVXXVZS[L[ RMGSGVHWIXKYNYSXVWXVYSZMZ",2505:" 27I\\MFM[ RNGNZ RMFYF RNGYGYF RNPTPTQ RNQTQ RNZYZY[ RM[Y[",2506:" 21I[MFM[ RNGN[M[ RMFYF RNGYGYF RNPTPTQ RNQTQ",2507:" 44H]ZKYIWGUFQFOGMILKKNKSLVMXOZQ[U[WZYXZVZRUR RZKYKXIWHUGQGOHNIMKLNLSMVNXOYQZUZWYXXYVYSUSUR",2508:" 22G]KFK[ RKFLFL[K[ RYFXFX[Y[ RYFY[ RLPXP RLQXQ",2509:" 8NWRFR[S[ RRFSFS[",2510:" 20J[VFVVUYSZQZOYNVMV RVFWFWVVYUZS[Q[OZNYMV",2511:" 22H]LFL[M[ RLFMFM[ RZFYFMR RZFMS RPOY[Z[ RQOZ[",2512:" 14IZMFM[ RMFNFNZ RNZYZY[ RM[Y[",2513:" 26F^JFJ[ RKKK[J[ RKKR[ RJFRX RZFRX RYKR[ RYKY[Z[ RZFZ[",2514:" 20G]KFK[ RLIL[K[ RLIY[ RKFXX RXFXX RXFYFY[",2515:" 40G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF RQGNHLKKNKSLVNYQZSZVYXVYSYNXKVHSGQG",2516:" 27H\\LFL[ RMGM[L[ RLFUFWGXHYJYMXOWPUQMQ RMGUGWHXJXMWOUPMP",2517:" 48G]PFNGLIKKJNJSKVLXNZP[T[VZXXYVZSZNYKXIVGTFPF RQGNHLKKNKSLVNYQZSZVYXVYSYNXKVHSGQG RSXX]Y] RSXTXY]",2518:" 34H\\LFL[ RMGM[L[ RLFTFWGXHYJYMXOWPTQMQ RMGTGWHXJXMWOTPMP RRQX[Y[ RSQY[",2519:" 43H\\YIWGTFPFMGKIKKLMMNOOTQVRWSXUXXWYTZPZNYMXKX RYIWIVHTGPGMHLILKMMONTPVQXSYUYXWZT[P[MZKX",2520:" 15J[RGR[ RSGS[R[ RLFYFYG RLFLGYG",2521:" 24G]KFKULXNZQ[S[VZXXYUYF RKFLFLUMXNYQZSZVYWXXUXFYF",2522:" 14H\\JFR[ RJFKFRX RZFYFRX RZFR[",2523:" 26E_GFM[ RGFHFMX RRFMX RRIM[ RRIW[ RRFWX R]F\\FWX R]FW[",2524:" 16H\\KFX[Y[ RKFLFY[ RYFXFK[ RYFL[K[",2525:" 17I\\KFRPR[S[ RKFLFSP RZFYFRP RZFSPS[",2526:" 20H\\XFK[ RYFL[ RKFYF RKFKGXG RLZYZY[ RK[Y[",2551:" 38E\\XFVHTKQPOSLWIZG[E[DZDXEWFXEY RXFWJUTT[ RXFU[ RT[TYSVRTPRNQLQKRKTLWOZR[V[XZ",2552:" 70F^UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWIXHY ROLNNMOKOJNJLKJMHOGRFXFZG[I[KZMXNTORO RXFYGZIZKYMXN RTOWPXQYSYVXYWZU[S[RZRXSU RTOVPWQXSXVWYU[",2553:" 41H]KHJJJLKNNOQOUNWMYKZIZGYFWFTGQJOMMQLULXMZP[R[UZWXXVXTWRURSSRU RWFUGRJPMNQMUMXNZP[",2554:" 43F]UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWJWLXNZP[S[UZWXYTZOZLYIWGUFPFMGKIJKJMKNMNNMOK",2555:" 49I\\WIVJVLWMYMZKZIYGWFTFRGQHPJPLQNSO RTFRHQJQMSO RSOQONPLRKTKWLYMZO[R[UZWXXVXTWRURSSRU RQOOPMRLTLXMZ",2556:" 46G\\WHVJTORUQWOZM[ RQLPNNOLOKMKKLINGQF[FXGWHVKTSSVRXPZM[K[IZHYHXIWJXIY RSFWGXG ROSPRRQVQXPZMXT",2557:" 53G]JIIKIMJOLPOPROTNWKXHXGWFVFTGRIQKPNPQQSSTUTWSYQZO RWFUGSIRKQNQRST RZOYSWWUYSZO[L[JZIXIWJVKWJX RYSWVUXRZO[",2558:" 55F^LLKKKILGOFRFOQMWLYKZI[G[FZFXGWHXGY RRFOONRLWKYI[ RJTKSMRVOXN[L]J^H^G]F\\FZGXJWLURTVTYV[W[YZ[X R\\FZHXLVRUVUYV[",2559:" 33IYWHUKSPQUPWNZL[ RYLWNTOQOONNLNJOHQGUFYFWHVJTPRVQXOZL[J[IZIXJWKXJY",2560:" 34IZYFWHUKSPPYN] RYMWOTPQPOONMNKOIQGUFYFWIVKSTQXPZN]M^K_J^J\\KZMXOWRVVU",2561:" 59F^LLKKKIMGPFRFOQMWLYKZI[G[FZFXGWHXGY RRFOONRLWKYI[ RZGWKUMSNPO R]G\\H]I^H^G]F\\FZGWLVMTNPO RPOSPTRUYV[ RPORPSRTYV[W[YZ[X",2562:" 40I[MILKLMMOOPRPUOWNZK[H[GZFYFWGVHTKPUOWMZK[ RVHTLRSQVPXNZK[I[HZHXIWKWMXPZR[U[WZYX",2563:" 49D`RFNOKUIXGZE[C[BZBXCWDXCY RRFPMOQNVNZP[ RRFQJPOOVOZP[ R[FWORXP[ R[FYMXQWVWZY[Z[\\Z^X R[FZJYOXVXZY[",2564:" 38G^RFQJOPMULWJZH[F[EZEXFWGXFY RRFRKSVT[ RRFSKTVT[ R`G_H`IaHaG`F^F\\GZJYLWQUWT[",2565:" 34H]SFQGOIMLLNKRKVLYMZO[Q[TZVXXUYSZOZKYHXGWGUHSJQNPSPV RQGOJMNLRLVMYO[",2566:" 53F]UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWIXHY ROLNNMOKOJNJLKJMHOGRFVFYGZH[J[MZOYPVQTQRP RVFXGYHZJZMYOXPVQ",2567:" 43H]UJULTNSOQPOPNNNLOIQGTFWFYGZIZMYPWSSWPYNZK[I[HZHXIWKWMXPZS[V[XZZX RWFXGYIYMXPVSSVOYK[",2568:" 65F^UGTHSJQOOUNWLZJ[ RTHSKQSPVOXMZJ[H[GZGXHWIXHY ROLNNMOKOJNJLKJMHOGRFWFZG[I[KZMYNVORO RWFYGZIZKYMXNVO RROUPVRWYX[ RROTPURVYX[Y[[Z]X",2569:" 36H\\NIMKMMNOPPSPVOXN[K\\H\\G[FZFXGWHVJUMSTRWPZN[ RVJUNTUSXQZN[K[IZHXHWIVJWIX",2570:" 38I[YHXJVOTUSWQZO[ RSLRNPONOMMMKNIPGSF\\FZGYHXKVSUVTXRZO[M[KZJYJXKWLXKY RUFYGZG",2571:" 39G]HJJGLFMFOHOKNNKVKYL[ RMFNHNKKSJVJYL[N[PZSWUTVR RZFVRUVUYW[X[ZZ\\X R[FWRVVVYW[",2572:" 36G\\HJJGLFMFOHOKNOLVLYM[ RMFNHNKLRKVKYM[N[QZTWVTXPYMZIZGYFXFWGVIVLWNYP[Q]Q",2573:" 41F]ILHLGKGIHGJFNFMHLLKUJ[ RLLLUK[ RVFTHRLOUMYK[ RVFUHTLSUR[ RTLTUS[ R`F^G\\IZLWUUYS[",2574:" 52H\\PKOLMLLKLIMGOFQFSGTITLSPQUOXMZJ[H[GZGXHWIXHY RQFRGSISLRPPUNXLZJ[ R]G\\H]I^H^G]F[FYGWIULSPRURXSZT[U[WZYX",2575:" 42G]JJLGNFOFQGQIOOORPT ROFPGPINONRPTRTUSWQYNZL R\\FZLWTUX R]F[LYQWUUXSZP[L[JZIXIWJVKWJX",2576:" 44G\\ZHYJWOVRUTSWQYOZL[ RSLRNPONOMMMKNIPGSF]F[GZHYKXOVUTXQZL[H[GZGXHWJWLXOZQ[T[WZYX RVFZG[G",2601:" 36H\\WMW[X[ RWMXMX[ RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2602:" 36H\\LFL[M[ RLFMFM[ RMPONQMTMVNXPYSYUXXVZT[Q[OZMX RMPQNTNVOWPXSXUWXVYTZQZMX",2603:" 32I[XPVNTMQMONMPLSLUMXOZQ[T[VZXX RXPWQVOTNQNOONPMSMUNXOYQZTZVYWWXX",2604:" 36H\\WFW[X[ RWFXFX[ RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2605:" 36I[MTXTXQWOVNTMQMONMPLSLUMXOZQ[T[VZXX RMSWSWQVOTNQNOONPMSMUNXOYQZTZVYWWXX",2606:" 24LZWFUFSGRJR[S[ RWFWGUGSH RTGSJS[ ROMVMVN ROMONVN",2607:" 48H\\XMWMW\\V_U`SaQaO`N_L_ RXMX\\W_UaSbPbNaL_ RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2608:" 25H\\LFL[M[ RLFMFM[ RMQPNRMUMWNXQX[ RMQPORNTNVOWQW[X[",2609:" 24NWRFQGQHRISITHTGSFRF RRGRHSHSGRG RRMR[S[ RRMSMS[",2610:" 24NWRFQGQHRISITHTGSFRF RRGRHSHSGRG RRMRbSb RRMSMSb",2611:" 22H[LFL[M[ RLFMFM[ RXMWMMW RXMMX RPTV[X[ RQSX[",2612:" 8NWRFR[S[ RRFSFS[",2613:" 42CbGMG[H[ RGMHMH[ RHQKNMMPMRNSQS[ RHQKOMNONQORQR[S[ RSQVNXM[M]N^Q^[ RSQVOXNZN\\O]Q][^[",2614:" 25H\\LML[M[ RLMMMM[ RMQPNRMUMWNXQX[ RMQPORNTNVOWQW[X[",2615:" 36I\\QMONMPLSLUMXOZQ[T[VZXXYUYSXPVNTMQM RQNOONPMSMUNXOYQZTZVYWXXUXSWPVOTNQN",2616:" 36H\\LMLbMb RLMMMMb RMPONQMTMVNXPYSYUXXVZT[Q[OZMX RMPQNTNVOWPXSXUWXVYTZQZMX",2617:" 36H\\WMWbXb RWMXMXb RWPUNSMPMNNLPKSKULXNZP[S[UZWX RWPSNPNNOMPLSLUMXNYPZSZWX",2618:" 21KYOMO[P[ ROMPMP[ RPSQPSNUMXM RPSQQSOUNXNXM",2619:" 50J[XPWNTMQMNNMPNRPSUUWV RVUWWWXVZ RWYTZQZNY ROZNXMX RXPWPVN RWOTNQNNO RONNPOR RNQPRUTWUXWXXWZT[Q[NZMX",2620:" 16MXRFR[S[ RRFSFS[ ROMVMVN ROMONVN",2621:" 25H\\LMLWMZO[R[TZWW RLMMMMWNYPZRZTYWW RWMW[X[ RWMXMX[",2622:" 14JZLMR[ RLMMMRY RXMWMRY RXMR[",2623:" 26F^IMN[ RIMJMNX RRMNX RRPN[ RRPV[ RRMVX R[MZMVX R[MV[",2624:" 16I[LMW[X[ RLMMMX[ RXMWML[ RXMM[L[",2625:" 17JZLMR[ RLMMMRY RXMWMRYNb RXMR[ObNb",2626:" 20I[VNL[ RXMNZ RLMXM RLMLNVN RNZXZX[ RL[X[",2651:" 33K[UUTSRRPRNSMTLVLXMZO[Q[SZTX RPRNTMVMYO[ RVRTXTZV[XZYY[V RWRUXUZV[",2652:" 23LZLVNSPO RSFMXMZO[P[RZTXUUURVVWWXWZV RTFNXNZO[",2653:" 22LXTSSTTTTSSRQROSNTMVMXNZP[S[VYXV RQROTNVNYP[",2654:" 33K[UUTSRRPRNSMTLVLXMZO[Q[SZTX RPRNTMVMYO[ RZFTXTZV[XZYY[V R[FUXUZV[",2655:" 23LXOYQXRWSUSSRRQROSNTMVMXNZP[S[VYXV RQROTNVNYP[",2656:" 27OXRRUOWLXIXGWFUGTIKdKfLgNfOcPZQ[S[UZVYXV RTISNRRO[M`Kd",2657:" 38K[UUTSRRPRNSMTLVLXMZO[Q[SZTX RPRNTMVMYO[ RVRPd RWRT[R`PdOfMgLfLdMaO_R]V[YY[V",2658:" 30L[LVNSPO RSFL[ RTFM[ ROUQSSRTRVSVUUXUZV[ RTRUSUUTXTZV[XZYY[V",2659:" 19NVSLRMSNTMSL RQROXOZQ[SZTYVV RRRPXPZQ[",2660:" 24NVSLRMSNTMSL RQRKd RRRO[M`KdJfHgGfGdHaJ_M]Q[TYVV",2661:" 31LZLVNSPO RSFL[ RTFM[ RURUSVSURTRRTOU ROURVSZT[ ROUQVRZT[U[XYZV",2662:" 17NVNVPSRO RUFOXOZQ[SZTYVV RVFPXPZQ[",2663:" 45E^EVGSIRKSKUI[ RIRJSJUH[ RKUMSORPRRSRUP[ RPRQSQUO[ RRUTSVRWRYSYUXXXZY[ RWRXSXUWXWZY[[Z\\Y^V",2664:" 32I[IVKSMROSOUM[ RMRNSNUL[ ROUQSSRTRVSVUUXUZV[ RTRUSUUTXTZV[XZYY[V",2665:" 29KYRRPRNSMTLVLXMZO[Q[SZTYUWUUTSRRQSQURWTXVXXWYV RPRNTMVMYO[",2666:" 30L[LVNSPO RQLHg RRLIg ROUQSSRTRVSVUUXUZV[ RTRUSUUTXTZV[XZYY[V",2667:" 35K[UUTSRRPRNSMTLVLXMZO[Q[SZ RPRNTMVMYO[ RVRPdPfQgSfTcT[V[YY[V RWRT[R`Pd",2668:" 24LZLVNSPRRSRUP[ RPRQSQUO[ RRUTSVRWRVU RVRVUWWXWZV",2669:" 22NZNVPSQQQSTUUWUYTZR[ RQSSUTWTYR[ RNZP[U[XYZV",2670:" 20NVNVPSRO RUFOXOZQ[SZTYVV RVFPXPZQ[ RPNVN",2671:" 27K[NRLXLZN[O[QZSXUU RORMXMZN[ RVRTXTZV[XZYY[V RWRUXUZV[",2672:" 23KZNRMTLWLZN[O[RZTXUUUR RORNTMWMZN[ RURVVWWXWZV",2673:" 36H]LRJTIWIZK[L[NZPX RMRKTJWJZK[ RRRPXPZR[S[UZWXXUXR RSRQXQZR[ RXRYVZW[W]V",2674:" 42JZJVLSNRPRQSQUPXOZM[L[KZKYLYKZ RWSVTWTWSVRURSSRUQXQZR[U[XYZV RQSRU RSSQU RPXQZ RQXOZ",2675:" 32K[NRLXLZN[O[QZSXUU RORMXMZN[ RVRPd RWRT[R`PdOfMgLfLdMaO_R]V[YY[V",2676:" 38LYLVNSPRRRTSTVSXPZN[ RRRSSSVRXPZ RN[P\\Q^QaPdNfLgKfKdLaO^R\\VYYV RN[O\\P^PaOdNf",2700:" 42H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF ROGMJLOLRMWOZ RNYQZSZVY RUZWWXRXOWJUG RVHSGQGNH",2701:" 12H\\NJPISFS[ RNJNKPJRHR[S[",2702:" 34H\\LKLJMHNGPFTFVGWHXJXLWNUQL[ RLKMKMJNHPGTGVHWJWLVNTQK[ RLZYZY[ RK[Y[",2703:" 48H\\MFXFQO RMFMGWG RWFPO RQNSNVOXQYTYUXXVZS[P[MZLYKWLW RPOSOVPXS RTOWQXTXUWXTZ RXVVYSZPZMYLW ROZLX",2704:" 18H\\UIU[V[ RVFV[ RVFKVZV RUILV RLUZUZV",2705:" 53H\\MFLO RNGMN RMFWFWG RNGWG RMNPMSMVNXPYSYUXXVZS[P[MZLYKWLW RLOMOONSNVOXR RTNWPXSXUWXTZ RXVVYSZPZMYLW ROZLX",2706:" 62H\\VGWIXIWGTFRFOGMJLOLTMXOZR[S[VZXXYUYTXQVOSNRNOOMQ RWHTGRGOH RPGNJMOMTNXQZ RMVOYRZSZVYXV RTZWXXUXTWQTO RXSVPSOROOPMS RQONQMT",2707:" 12H\\KFYFO[ RKFKGXG RXFN[O[",2708:" 68H\\PFMGLILKMMNNPOTPVQWRXTXWWYTZPZMYLWLTMRNQPPTOVNWMXKXIWGTFPF RNGMIMKNMPNTOVPXRYTYWXYWZT[P[MZLYKWKTLRNPPOTNVMWKWIVG RWHTGPGMH RLXOZ RUZXX",2709:" 62H\\WPURRSQSNRLPKMKLLINGQFRFUGWIXMXRWWUZR[P[MZLXMXNZ RWMVPSR RWNUQRRQRNQLN RPRMPLMLLMIPG RLKNHQGRGUHWK RSGVIWMWRVWTZ RUYRZPZMY",2710:" 16MXRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2711:" 24MXTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",2712:" 32MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2713:" 40MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",2714:" 24MXRFRTST RRFSFST RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2715:" 58I\\LKLJMHNGQFTFWGXHYJYLXNWOUPRQ RLKMKMJNHQGTGWHXJXLWNUORP RMIPG RUGXI RXMTP RRPRTSTSP RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",2716:" 24MXTFRGQIQLRMSMTLTKSJRJQK RRKRLSLSKRK RRGQK RQIRJ",2717:" 24MXTHSIRIQHQGRFSFTGTJSLQM RRGRHSHSGRG RSITJ RTHSL",2718:" 71F_\\MZMXNWPUVTXSYQZMZKYJWJUKSLRQOSMTKTISGQFPFNGMIMKNNPQUWXZZ[\\[ R\\M\\NZNXO RYNXPVVUXSZQ[M[KZJYIWIUJSLQQNRMSKSIRG RSHQGPGNH ROGNINKONQQVWXYZZ\\Z\\[",2719:" 51I\\RBR_S_ RRBSBS_ RWIYIWGTFQFNGLILKMMNNVRWSXUXWWYTZQZOYNX RWIVHTGQGNHMIMKNMVQXSYUYWXYWZT[Q[NZLXNX RXXUZ",2720:" 8G^[BIbJb R[B\\BJb",2721:" 24KYUBSDQGOKNPNTOYQ]S`UbVb RUBVBTDRGPKOPOTPYR]T`Vb",2722:" 24KYNBPDRGTKUPUTTYR]P`NbOb RNBOBQDSGUKVPVTUYS]Q`Ob",2723:" 39JZRFQGSQRR RRFRR RRFSGQQRR RMINIVOWO RMIWO RMIMJWNWO RWIVINOMO RWIMO RWIWJMNMO",2724:" 8F_JQ[Q[R RJQJR[R",2725:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",2726:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",2727:" 11NWSFRGRM RSGRM RSFTGRM",2728:" 22I[NFMGMM RNGMM RNFOGMM RWFVGVM RWGVM RWFXGVM",2729:" 30KYQFOGNINKOMQNSNUMVKVIUGSFQF RQFNIOMSNVKUGQF RSFOGNKQNUMVISF",2750:" 42H]TFQGOIMLLOKSKVLYMZO[Q[TZVXXUYRZNZKYHXGVFTF RTFRGPINLMOLSLVMYO[ RQ[SZUXWUXRYNYKXHVF",2751:" 15H]TJO[ RVFP[ RVFSIPKNL RUIQKNL",2752:" 42H]OJPKOLNKNJOHPGSFVFYGZIZKYMWOTQPSMUKWI[ RVFXGYIYKXMVOPS RJYKXMXRZUZWYXW RMXR[U[WZXW",2753:" 50H]OJPKOLNKNJOHPGSFVFYGZIZKYMVOSP RVFXGYIYKXMVO RQPSPVQWRXTXWWYVZS[O[LZKYJWJVKULVKW RSPUQVRWTWWVYUZS[",2754:" 10H]XGR[ RYFS[ RYFJUZU",2755:" 39H]QFLP RQF[F RQGVG[F RLPMOPNSNVOWPXRXUWXUZR[O[LZKYJWJVKULVKW RSNUOVPWRWUVXTZR[",2756:" 46H]YIXJYKZJZIYGWFTFQGOIMLLOKSKWLYMZO[R[UZWXXVXSWQVPTOQOOPMRLT RTFRGPINLMOLSLXMZ RR[TZVXWVWRVP",2757:" 30H]NFLL R[FZIXLSRQUPWO[ RXLRRPUOWN[ RMIPFRFWI RNHPGRGWIYIZH[F",2758:" 63H]SFPGOHNJNMOOQPTPXOYNZLZIYGVFSF RSFQGPHOJOMPOQP RTPWOXNYLYIXGVF RQPMQKSJUJXKZN[R[VZWYXWXTWRVQTP RQPNQLSKUKXLZN[ RR[UZVYWWWSVQ",2759:" 46H]YMXOVQTRQROQNPMNMKNIPGSFVFXGYHZJZNYRXUVXTZQ[N[LZKXKWLVMWLX ROQNONKOIQGSF RXGYIYNXRWUUXSZQ[",2760:" 6MXPYOZP[QZPY",2761:" 8MXP[OZPYQZQ[P]N_",2762:" 11MXSMRNSOTNSM RPYOZP[QZ",2763:" 14MXSMRNSOTNSM RP[OZPYQZQ[P]N_",2764:" 17MXUFTGRS RUGRS RUFVGRS RPYOZP[QZPY",2765:" 34H]OJPKOLNKNJOHPGSFWFZG[I[KZMYNSPQQQSRTTT RWFYGZIZKYMXNVO RPYOZP[QZPY",2766:" 8MXVFTHSJSKTLUKTJ",2767:" 8MXUHTGUFVGVHUJSL",2768:" 55E_\\N[O\\P]O]N\\M[MYNWPRXPZN[K[HZGXGVHTISKRPPROTMUKUITGRFPGOIOLPRQUSXUZW[Y[ZYZX RK[IZHXHVITJSPP ROLPQQTSWUYWZYZZY",2769:" 41H]TBL_ RYBQ_ RZJYKZL[K[JZHYGVFRFOGMIMKNMONVRXT RMKOMVQWRXTXWWYVZS[O[LZKYJWJVKULVKW",2770:" 3G]_BEb",2771:" 20KZZBVESHQKOONTNXO]P`Qb RVESIQMPPOUOZP_Qb",2772:" 20JYSBTDUGVLVPUUSYQ\\N_Jb RSBTEUJUOTTSWQ[N_",2773:" 9J[TFTR ROIYO RYIOO",2774:" 3E_IR[R",2775:" 6E_RIR[ RIR[R",2776:" 6E_IO[O RIU[U",2777:" 6NWUFSM RVFSM",2778:" 12I[PFNM RQFNM RYFWM RZFWM",2779:" 14KZSFQGPIPKQMSNUNWMXKXIWGUFSF",2801:" 18H\\RFK[ RRFY[ RRIX[ RMUVU RI[O[ RU[[[",2802:" 31G]LFL[ RMFM[ RIFYFYLXF RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2803:" 45G]LFL[ RMFM[ RIFUFXGYHZJZLYNXOUP RUFWGXHYJYLXNWOUP RMPUPXQYRZTZWYYXZU[I[ RUPWQXRYTYWXYWZU[",2804:" 14I[NFN[ ROFO[ RKFZFZLYF RK[R[",2805:" 31F^NFNLMTLXKZJ[ RXFX[ RYFY[ RKF\\F RG[\\[ RG[Gb RH[Gb R[[\\b R\\[\\b",2806:" 22G\\LFL[ RMFM[ RSLST RIFYFYLXF RMPSP RI[Y[YUX[",2807:" 71CbRFR[ RSFS[ ROFVF RGGHHGIFHFGGFHFIGJIKMLONPWPYOZM[I\\G]F^F_G_H^I]H^G RNPLQKSJXIZH[ RNPMQLSKXJZI[G[FZEX RWPYQZS[X\\Z][ RWPXQYSZX[Z\\[^[_Z`X RO[V[",2808:" 45H\\LIKFKLLINGPFTFWGXIXLWNTOQO RTFVGWIWLVNTO RTOVPXRYTYWXYWZT[O[MZLYKWKVLUMVLW RWQXTXWWYVZT[",2809:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RXHLY RH[O[ RU[\\[",2810:" 37F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RXHLY RH[O[ RU[\\[ RN@N?M?M@NBPCTCVBW@",2811:" 43F^KFK[ RLFL[ RHFOF RLPSPUOVMWIXGYFZF[G[HZIYHZG RSPUQVSWXXZY[ RSPTQUSVXWZX[Z[[Z\\X RH[O[",2812:" 25E^MFMLLTKXJZI[H[GZGYHXIYHZ RXFX[ RYFY[ RJF\\F RU[\\[",2813:" 30F_KFK[ RLFRX RKFR[ RYFR[ RYFY[ RZFZ[ RHFLF RYF]F RH[N[ RV[][",2814:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RLPXP RH[O[ RU[\\[",2815:" 44G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RQFOGMILKKOKRLVMXOZQ[ RS[UZWXXVYRYOXKWIUGSF",2816:" 21F^KFK[ RLFL[ RXFX[ RYFY[ RHF\\F RH[O[ RU[\\[",2817:" 29G]LFL[ RMFM[ RIFUFXGYHZJZMYOXPUQMQ RUFWGXHYJYMXOWPUQ RI[P[",2818:" 32G\\XIYLYFXIVGSFQFNGLIKKJNJSKVLXNZQ[S[VZXXYV RQFOGMILKKNKSLVMXOZQ[",2819:" 16I\\RFR[ RSFS[ RLFKLKFZFZLYF RO[V[",2820:" 24H]KFRV RLFSV RZFSVQYPZN[M[LZLYMXNYMZ RIFOF RVF\\F",2821:" 48F_RFR[ RSFS[ ROFVF RPILJJLIOIRJULWPXUXYW[U\\R\\O[LYJUIPI RPIMJKLJOJRKUMWPX RUXXWZU[R[OZLXJUI RO[V[",2822:" 21H\\KFX[ RLFY[ RYFK[ RIFOF RUF[F RI[O[ RU[[[",2823:" 27F^KFK[ RLFL[ RXFX[ RYFY[ RHFOF RUF\\F RH[\\[ R[[\\b R\\[\\b",2824:" 28F]KFKQLSOTRTUSWQ RLFLQMSOT RWFW[ RXFX[ RHFOF RTF[F RT[[[",2825:" 30BcGFG[ RHFH[ RRFR[ RSFS[ R]F][ R^F^[ RDFKF ROFVF RZFaF RD[a[",2826:" 36BcGFG[ RHFH[ RRFR[ RSFS[ R]F][ R^F^[ RDFKF ROFVF RZFaF RD[a[ R`[ab Ra[ab",2827:" 31F`PFP[ RQFQ[ RIFHLHFTF RQPXP[Q\\R]T]W\\Y[ZX[M[ RXPZQ[R\\T\\W[YZZX[",2828:" 41CaHFH[ RIFI[ REFLF RIPPPSQTRUTUWTYSZP[E[ RPPRQSRTTTWSYRZP[ R[F[[ R\\F\\[ RXF_F RX[_[",2829:" 29H]MFM[ RNFN[ RJFQF RNPUPXQYRZTZWYYXZU[J[ RUPWQXRYTYWXYWZU[",2830:" 39H]LIKFKLLINGQFSFVGXIYKZNZSYVXXVZS[P[MZLYKWKVLUMVLW RSFUGWIXKYNYSXVWXUZS[ RPPYP",2831:" 59CbHFH[ RIFI[ REFLF RE[L[ RVFSGQIPKOOORPVQXSZV[X[[Z]X^V_R_O^K]I[GXFVF RVFTGRIQKPOPRQVRXTZV[ RX[ZZ\\X]V^R^O]K\\IZGXF RIPOP",2832:" 45G]WFW[ RXFX[ R[FOFLGKHJJJLKNLOOPWP ROFMGLHKJKLLNMOOP RRPPQORLYKZJZIY RPQOSMZL[J[IYIX RT[[[",2901:" 39I]NONPMPMONNPMTMVNWOXQXXYZZ[ RWOWXXZZ[[[ RWQVRPSMTLVLXMZP[S[UZWX RPSNTMVMXNZP[",2902:" 48H\\XFWGQINKLNKQKULXNZQ[S[VZXXYUYSXPVNSMQMNNLPKS RXFWHUIQJNLLN RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM",2903:" 37H\\MMM[ RNMN[ RJMUMXNYPYQXSUT RUMWNXPXQWSUT RNTUTXUYWYXXZU[J[ RUTWUXWXXWZU[",2904:" 14HZMMM[ RNMN[ RJMXMXRWM RJ[Q[",2905:" 22F]NMNQMWLZK[ RWMW[ RXMX[ RKM[M RI[H`H[[[[`Z[",2906:" 31H[LSXSXQWOVNTMQMNNLPKSKULXNZQ[S[VZXX RWSWPVN RQMONMPLSLUMXOZQ[",2907:" 59E`RMR[ RSMS[ ROMVM RJNIOHNIMJMKNMRNSPTUTWSXRZN[M\\M]N\\O[N RPTNUMVKZJ[ RPTNVLZK[I[HZGX RUTWUXVZZ[[ RUTWVYZZ[\\[]Z^X RO[V[",2908:" 42I[MOLMLQMONNPMTMWNXPXQWSTT RTMVNWPWQVSTT RQTTTWUXWXXWZT[P[MZLXLWMVNWMX RTTVUWWWXVZT[",2909:" 27G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[P[ RT[[[ RWNMZ",2910:" 37G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[P[ RT[[[ RWNMZ ROGOFNFNGOIQJSJUIVG",2911:" 38H\\MMM[ RNMN[ RJMQM RNTPTSSTRVNWMXMYNXOWN RPTSUTVVZW[ RPTRUSVUZV[X[YZZX RJ[Q[",2912:" 22G]NMNQMWLZK[J[IZJYKZ RWMW[ RXMX[ RKM[M RT[[[",2913:" 30G^LML[ RLMR[ RMMRY RXMR[ RXMX[ RYMY[ RIMMM RXM\\M RI[O[ RU[\\[",2914:" 27G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RMTWT RI[P[ RT[[[",2915:" 36H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RQMONMPLSLUMXOZQ[ RS[UZWXXUXSWPUNSM",2916:" 21G]LML[ RMMM[ RWMW[ RXMX[ RIM[M RI[P[ RT[[[",2917:" 36G\\LMLb RMMMb RMPONQMSMVNXPYSYUXXVZS[Q[OZMX RSMUNWPXSXUWXUZS[ RIMMM RIbPb",2918:" 28H[WPVQWRXQXPVNTMQMNNLPKSKULXNZQ[S[VZXX RQMONMPLSLUMXOZQ[",2919:" 16I\\RMR[ RSMS[ RMMLRLMYMYRXM RO[V[",2920:" 22I[LMR[ RMMRY RXMR[P_NaLbKbJaK`La RJMPM RTMZM",2921:" 52H]RFRb RSFSb ROFSF RRPQNPMNMLNKQKWLZN[P[QZRX RNMMNLQLWMZN[ RWMXNYQYWXZW[ RSPTNUMWMYNZQZWYZW[U[TZSX RObVb",2922:" 21H\\LMW[ RMMX[ RXML[ RJMPM RTMZM RJ[P[ RT[Z[",2923:" 23G]LML[ RMMM[ RWMW[ RXMX[ RIMPM RTM[M RI[[[[`Z[",2924:" 28G]LMLTMVPWRWUVWT RMMMTNVPW RWMW[ RXMX[ RIMPM RTM[M RT[[[",2925:" 30CbHMH[ RIMI[ RRMR[ RSMS[ R\\M\\[ R]M][ REMLM ROMVM RYM`M RE[`[",2926:" 32CbHMH[ RIMI[ RRMR[ RSMS[ R\\M\\[ R]M][ REMLM ROMVM RYM`M RE[`[``_[",2927:" 27H]QMQ[ RRMR[ RLMKRKMUM RRTVTYUZWZXYZV[N[ RVTXUYWYXXZV[",2928:" 37E_JMJ[ RKMK[ RGMNM RKTOTRUSWSXRZO[G[ ROTQURWRXQZO[ RYMY[ RZMZ[ RVM]M RV[][",2929:" 25J[OMO[ RPMP[ RLMSM RPTTTWUXWXXWZT[L[ RTTVUWWWXVZT[",2930:" 34I\\MOLMLQMONNPMSMVNXPYSYUXXVZS[P[NZLXLWMVNWMX RSMUNWPXSXUWXUZS[ RRTXT",2931:" 51DaIMI[ RJMJ[ RFMMM RF[M[ RVMSNQPPSPUQXSZV[X[[Z]X^U^S]P[NXMVM RVMTNRPQSQURXTZV[ RX[ZZ\\X]U]S\\PZNXM RJTPT",2932:" 40G\\VMV[ RWMW[ RZMOMLNKPKQLSOTVT ROMMNLPLQMSOT RTTQUPVNZM[ RTTRUQVOZN[L[KZJX RS[Z[",3001:" 36H\\RFKZ RQIW[ RRIX[ RRFY[ RMUVU RI[O[ RT[[[ RKZJ[ RKZM[ RWZU[ RWYV[ RXYZ[",3002:" 78G]LFL[ RMGMZ RNFN[ RIFUFXGYHZJZLYNXOUP RXHYJYLXN RUFWGXIXMWOUP RNPUPXQYRZTZWYYXZU[I[ RXRYTYWXY RUPWQXSXXWZU[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3003:" 37G\\XIYFYLXIVGTFQFNGLIKKJNJSKVLXNZQ[T[VZXXYV RMILKKNKSLVMX RQFOGMJLNLSMWOZQ[",3004:" 62G]LFL[ RMGMZ RNFN[ RIFSFVGXIYKZNZSYVXXVZS[I[ RWIXKYNYSXVWX RSFUGWJXNXSWWUZS[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3005:" 83G\\LFL[ RMGMZ RNFN[ RIFYFYL RNPTP RTLTT RI[Y[YU RJFLG RKFLH ROFNH RPFNG RTFYG RVFYH RWFYI RXFYL RTLSPTT RTNRPTR RTOPPTQ RLZJ[ RLYK[ RNYO[ RNZP[ RT[YZ RV[YY RW[YX RX[YU",3006:" 70G[LFL[ RMGMZ RNFN[ RIFYFYL RNPTP RTLTT RI[Q[ RJFLG RKFLH ROFNH RPFNG RTFYG RVFYH RWFYI RXFYL RTLSPTT RTNRPTR RTOPPTQ RLZJ[ RLYK[ RNYO[ RNZP[",3007:" 60G^XIYFYLXIVGTFQFNGLIKKJNJSKVLXNZQ[T[VZXZY[YS RMILKKNKSLVMX RQFOGMJLNLSMWOZQ[ RXTXY RWSWYVZ RTS\\S RUSWT RVSWU RZSYU R[SYT",3008:" 81F^KFK[ RLGLZ RMFM[ RWFW[ RXGXZ RYFY[ RHFPF RTF\\F RMPWP RH[P[ RT[\\[ RIFKG RJFKH RNFMH ROFMG RUFWG RVFWH RZFYH R[FYG RKZI[ RKYJ[ RMYN[ RMZO[ RWZU[ RWYV[ RYYZ[ RYZ[[",3009:" 39LXQFQ[ RRGRZ RSFS[ RNFVF RN[V[ ROFQG RPFQH RTFSH RUFSG RQZO[ RQYP[ RSYT[ RSZU[",3010:" 45JYSFSWRZQ[ RTGTWSZ RUFUWTZQ[O[MZLXLVMUNUOVOWNXMX RMVMWNWNVMV RPFXF RQFSG RRFSH RVFUH RWFUG",3011:" 69F\\KFK[ RLGLZ RMFM[ RXGMR RPPW[ RQPX[ RQNY[ RHFPF RUF[F RH[P[ RT[[[ RIFKG RJFKH RNFMH ROFMG RWFXG RZFXG RKZI[ RKYJ[ RMYN[ RMZO[ RWYU[ RWYZ[",3012:" 52I[NFN[ ROGOZ RPFP[ RKFSF RK[Z[ZU RLFNG RMFNH RQFPH RRFPG RNZL[ RNYM[ RPYQ[ RPZR[ RU[ZZ RW[ZY RX[ZX RY[ZU",3013:" 63E_JFJZ RJFQ[ RKFQX RLFRX RXFQ[ RXFX[ RYGYZ RZFZ[ RGFLF RXF]F RG[M[ RU[][ RHFJG R[FZH R\\FZG RJZH[ RJZL[ RXZV[ RXYW[ RZY[[ RZZ\\[",3014:" 39F^KFKZ RKFY[ RLFXX RMFYX RYGY[ RHFMF RVF\\F RH[N[ RIFKG RWFYG R[FYG RKZI[ RKZM[",3015:" 54G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RMILKKNKSLVMX RWXXVYSYNXKWI RQFOGMJLNLSMWOZQ[ RS[UZWWXSXNWJUGSF",3016:" 59G]LFL[ RMGMZ RNFN[ RIFUFXGYHZJZMYOXPUQNQ RXHYJYMXO RUFWGXIXNWPUQ RI[Q[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3017:" 77G]QFNGLIKKJOJRKVLXNZQ[S[VZXXYVZRZOYKXIVGSFQF RMILKKNKSLVMX RWXXVYSYNXKWI RQFOGMJLNLSMWOZQ[ RS[UZWWXSXNWJUGSF RNXOVQURUTVUXV^W`Y`Z^Z\\ RV\\W^X_Y_ RUXW]X^Y^Z]",3018:" 80G]LFL[ RMGMZ RNFN[ RIFUFXGYHZJZLYNXOUPNP RXHYJYLXN RUFWGXIXMWOUP RRPTQUSWYX[Z[[Y[W RWWXYYZZZ RTQURXXYYZY[X RI[Q[ RJFLG RKFLH ROFNH RPFNG RLZJ[ RLYK[ RNYO[ RNZP[",3019:" 44H\\XIYFYLXIVGSFPFMGKIKLLNOPURWSXUXXWZ RLLMNOOUQWRXT RMGLILKMMONUPXRYTYWXYWZT[Q[NZLXKUK[LX",3020:" 57H\\JFJL RQFQ[ RRGRZ RSFS[ RZFZL RJFZF RN[V[ RKFJL RLFJI RMFJH ROFJG RUFZG RWFZH RXFZI RYFZL RQZO[ RQYP[ RSYT[ RSZU[",3021:" 45F^KFKULXNZQ[S[VZXXYUYG RLGLVMX RMFMVNYOZQ[ RHFPF RVF\\F RIFKG RJFKH RNFMH ROFMG RWFYG R[FYG",3022:" 34H\\KFR[ RLFRXR[ RMFSX RYGR[ RIFPF RUF[F RJFLH RNFMH ROFMG RWFYG RZFYG",3023:" 55F^JFN[ RKFNVN[ RLFOV RRFOVN[ RRFV[ RSFVVV[ RTFWV RZGWVV[ RGFOF RRFTF RWF]F RHFKG RIFKH RMFLH RNFLG RXFZG R\\FZG",3024:" 54H\\KFW[ RLFX[ RMFY[ RXGLZ RIFPF RUF[F RI[O[ RT[[[ RJFMH RNFMH ROFMG RVFXG RZFXG RLZJ[ RLZN[ RWZU[ RWYV[ RWYZ[",3025:" 48G]JFQQQ[ RKFRQRZ RLFSQS[ RYGSQ RHFOF RVF\\F RN[V[ RIFKG RNFLG RWFYG R[FYG RQZO[ RQYP[ RSYT[ RSZU[",3026:" 41H\\YFKFKL RWFK[ RXFL[ RYFM[ RK[Y[YU RLFKL RMFKI RNFKH RPFKG RT[YZ RV[YY RW[YX RX[YU",3051:" 38H\\UFIZ RSJT[ RTHUZ RUFUHVYV[ RLUTU RF[L[ RQ[X[ RIZG[ RIZK[ RTZR[ RTYS[ RVYW[",3052:" 78F^OFI[ RPFJ[ RQFK[ RLFWFZG[I[KZNYOVP RYGZIZKYNXO RWFXGYIYKXNVP RNPVPXQYSYUXXVZR[F[ RWQXSXUWXUZ RVPWRWUVXTZR[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3053:" 41H]ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[S[UZWXXV RQHOJNLMOLSLWMY RTFRGPJOLNOMSMXNZP[",3054:" 63F]OFI[ RPFJ[ RQFK[ RLFUFXGYHZKZOYSWWUYSZO[F[ RWGXHYKYOXSVWTY RUFWHXKXOWSUWRZO[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3055:" 80F]OFI[ RPFJ[ RQFK[ RULST RLF[FZL RNPTP RF[U[WV RMFPG RNFOH RRFPH RSFPG RWFZG RXFZH RYFZI RZFZL RULSPST RTNRPSR RTOQPSQ RJZG[ RJYH[ RKYL[ RJZM[ RP[UZ RR[UY RUYWV",3056:" 70F\\OFI[ RPFJ[ RQFK[ RULST RLF[FZL RNPTP RF[N[ RMFPG RNFOH RRFPH RSFPG RWFZG RXFZH RYFZI RZFZL RULSPST RTNRPSR RTOQPSQ RJZG[ RJYH[ RKYL[ RJZM[",3057:" 65H^ZH[H\\F[L[JZHYGWFTFQGOIMLLOKSKVLYMZP[R[UZWXYT RQHOJNLMOLSLWMY RVXWWXT RTFRGPJOLNOMSMXNZP[ RR[TZVWWT RTT\\T RUTWU RVTWW RZTXV R[TXU",3058:" 81E_NFH[ ROFI[ RPFJ[ RZFT[ R[FU[ R\\FV[ RKFSF RWF_F RLPXP RE[M[ RQ[Y[ RLFOG RMFNH RQFOH RRFOG RXF[G RYFZH R]F[H R^F[G RIZF[ RIYG[ RJYK[ RIZL[ RUZR[ RUYS[ RVYW[ RUZX[",3059:" 39KYTFN[ RUFO[ RVFP[ RQFYF RK[S[ RRFUG RSFTH RWFUH RXFUG ROZL[ ROYM[ RPYQ[ ROZR[",3060:" 47I\\WFRWQYO[ RXFTSSVRX RYFUSSXQZO[M[KZJXJVKULUMVMWLXKX RKVKWLWLVKV RTF\\F RUFXG RVFWH RZFXH R[FXG",3061:" 72F]OFI[ RPFJ[ RQFK[ R\\GMR RQOU[ RROV[ RSNWZ RLFTF RYF_F RF[N[ RR[Y[ RMFPG RNFOH RRFPH RSFPG RZF\\G R^F\\G RJZG[ RJYH[ RKYL[ RJZM[ RUZS[ RUYT[ RVYX[",3062:" 49H\\QFK[ RRFL[ RSFM[ RNFVF RH[W[YU ROFRG RPFQH RTFRH RUFRG RLZI[ RLYJ[ RMYN[ RLZO[ RR[WZ RT[XX RV[YU",3063:" 68D`MFGZ RMGNYN[ RNFOY ROFPX R[FPXN[ R[FU[ R\\FV[ R]FW[ RJFOF R[F`F RD[J[ RR[Z[ RKFMG RLFMH R^F\\H R_F\\G RGZE[ RGZI[ RVZS[ RVYT[ RWYX[ RVZY[",3064:" 43F_OFIZ ROFV[ RPFVX RQFWX R\\GWXV[ RLFQF RYF_F RF[L[ RMFPG RNFPH RZF\\G R^F\\G RIZG[ RIZK[",3065:" 56G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF ROIMLLOKSKWLY RUXWUXRYNYJXH RSFQGOJNLMOLSLXMZN[ RQ[SZUWVUWRXNXIWGVF",3066:" 60F]OFI[ RPFJ[ RQFK[ RLFXF[G\\I\\K[NYPUQMQ RZG[I[KZNXP RXFYGZIZKYNWPUQ RF[N[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3067:" 78G]SFPGNILLKOJSJVKYLZN[Q[TZVXXUYRZNZKYHXGVFSF ROIMLLOKSKWLY RUXWUXRYNYJXH RSFQGOJNLMOLSLXMZN[ RQ[SZUWVUWRXNXIWGVF RLXMVOUPURVSXT]U^V^W] RT^U_V_ RSXS_T`V`W]W\\",3068:" 78F^OFI[ RPFJ[ RQFK[ RLFWFZG[I[KZNYOVPNP RYGZIZKYNXO RWFXGYIYKXNVP RRPTQURWXXYYYZX RWYXZYZ RURVZW[Y[ZXZW RF[N[ RMFPG RNFOH RRFPH RSFPG RJZG[ RJYH[ RKYL[ RJZM[",3069:" 44G^ZH[H\\F[L[JZHYGVFRFOGMIMLNNPPVSWUWXVZ RNLONVRWT ROGNINKOMUPWRXTXWWYVZS[O[LZKYJWJUI[JYKY",3070:" 54G]TFN[ RUFO[ RVFP[ RMFKL R]F\\L RMF]F RK[S[ RNFKL RPFLI RRFMG RYF\\G RZF\\H R[F\\I R\\F\\L ROZL[ ROYM[ RPYQ[ ROZR[",3071:" 48F_NFKQJUJXKZN[R[UZWXXU\\G ROFLQKUKYLZ RPFMQLULYN[ RKFSF RYF_F RLFOG RMFNH RQFOH RRFOG RZF\\G R^F\\G",3072:" 35H\\NFNHOYO[ ROGPX RPFQW R[GO[ RLFSF RXF^F RMFNH RQFPH RRFOG RYF[G R]F[G",3073:" 57E_MFMHKYK[ RNGLX ROFMW RUFMWK[ RUFUHSYS[ RVGTX RWFUW R]GUWS[ RJFRF RUFWF RZF`F RKFNG RLFMH RPFNI RQFNG R[F]G R_F]G",3074:" 54G]NFT[ ROFU[ RPFV[ R[GIZ RLFSF RXF^F RF[L[ RQ[X[ RMFOH RQFPH RRFPG RYF[G R]F[G RIZG[ RIZK[ RTZR[ RTYS[ RUYW[",3075:" 51G]MFQPN[ RNFRPO[ ROFSPP[ R\\GSP RKFRF RYF_F RK[S[ RLFNG RPFOH RQFNG RZF\\G R^F\\G ROZL[ ROYM[ RPYQ[ ROZR[",3076:" 35G]ZFH[ R[FI[ R\\FJ[ R\\FNFLL RH[V[XU ROFLL RPFMI RRFNG RR[VZ RT[WX RU[XU",3101:" 54I]NPNOOOOQMQMONNPMTMVNWOXQXXYZZ[ RVOWQWXXZ RTMUNVPVXWZZ[[[ RVRUSPTMULWLXMZP[S[UZVX RNUMWMXNZ RUSQTOUNWNXOZP[",3102:" 47G\\LFL[MZOZ RMGMY RIFNFNZ RNPONQMSMVNXPYSYUXXVZS[Q[OZNX RWPXRXVWX RSMUNVOWRWVVYUZS[ RJFLG RKFLH",3103:" 34H[WQWPVPVRXRXPVNTMQMNNLPKSKULXNZQ[S[VZXX RMPLRLVMX RQMONNOMRMVNYOZQ[",3104:" 52H]VFV[[[ RWGWZ RSFXFX[ RVPUNSMQMNNLPKSKULXNZQ[S[UZVX RMPLRLVMX RQMONNOMRMVNYOZQ[ RTFVG RUFVH RXYY[ RXZZ[",3105:" 41H[MSXSXQWOVNSMQMNNLPKSKULXNZQ[S[VZXX RWRWQVO RMPLRLVMX RVSVPUNSM RQMONNOMRMVNYOZQ[",3106:" 40KYWHWGVGVIXIXGWFTFRGQHPKP[ RRHQKQZ RTFSGRIR[ RMMVM RM[U[ RPZN[ RPYO[ RRYS[ RRZT[",3107:" 89I\\XNYOZNYMXMVNUO RQMONNOMQMSNUOVQWSWUVVUWSWQVOUNSMQM ROONQNSOU RUUVSVQUO RQMPNOPOTPVQW RSWTVUTUPTNSM RNUMVLXLYM[N\\Q]U]X^Y_ RN[Q\\U\\X] RLYMZP[U[X\\Y^Y_XaUbObLaK_K^L\\O[ RObMaL_L^M\\O[",3108:" 65G^LFL[ RMGMZ RIFNFN[ RNQOOPNRMUMWNXOYRY[ RWOXRXZ RUMVNWQW[ RI[Q[ RT[\\[ RJFLG RKFLH RLZJ[ RLYK[ RNYO[ RNZP[ RWZU[ RWYV[ RYYZ[ RYZ[[",3109:" 43LXQFQHSHSFQF RRFRH RQGSG RQMQ[ RRNRZ RNMSMS[ RN[V[ ROMQN RPMQO RQZO[ RQYP[ RSYT[ RSZU[",3110:" 41KXRFRHTHTFRF RSFSH RRGTG RRMR^QaPb RSNS]R` ROMTMT]S`RaPbMbLaL_N_NaMaM` RPMRN RQMRO",3111:" 61G]LFL[ RMGMZ RIFNFN[ RWNNW RRSY[ RRTX[ RQTW[ RTM[M RI[Q[ RT[[[ RJFLG RKFLH RUMWN RZMWN RLZJ[ RLYK[ RNYO[ RNZP[ RWYU[ RVYZ[",3112:" 31LXQFQ[ RRGRZ RNFSFS[ RN[V[ ROFQG RPFQH RQZO[ RQYP[ RSYT[ RSZU[",3113:" 99AcFMF[ RGNGZ RCMHMH[ RHQIOJNLMOMQNROSRS[ RQORRRZ ROMPNQQQ[ RSQTOUNWMZM\\N]O^R^[ R\\O]R]Z RZM[N\\Q\\[ RC[K[ RN[V[ RY[a[ RDMFN REMFO RFZD[ RFYE[ RHYI[ RHZJ[ RQZO[ RQYP[ RSYT[ RSZU[ R\\ZZ[ R\\Y[[ R^Y_[ R^Z`[",3114:" 65G^LML[ RMNMZ RIMNMN[ RNQOOPNRMUMWNXOYRY[ RWOXRXZ RUMVNWQW[ RI[Q[ RT[\\[ RJMLN RKMLO RLZJ[ RLYK[ RNYO[ RNZP[ RWZU[ RWYV[ RYYZ[ RYZ[[",3115:" 46H\\QMNNLPKSKULXNZQ[S[VZXXYUYSXPVNSMQM RMPLRLVMX RWXXVXRWP RQMONNOMRMVNYOZQ[ RS[UZVYWVWRVOUNSM",3116:" 60G\\LMLb RMNMa RIMNMNb RNPONQMSMVNXPYSYUXXVZS[Q[OZNX RWPXRXVWX RSMUNVOWRWVVYUZS[ RIbQb RJMLN RKMLO RLaJb RL`Kb RN`Ob RNaPb",3117:" 55H\\VNVb RWOWa RUNWNXMXb RVPUNSMQMNNLPKSKULXNZQ[S[UZVX RMPLRLVMX RQMONNOMRMVNYOZQ[ RSb[b RVaTb RV`Ub RX`Yb RXaZb",3118:" 43IZNMN[ RONOZ RKMPMP[ RWOWNVNVPXPXNWMUMSNQPPS RK[S[ RLMNN RMMNO RNZL[ RNYM[ RPYQ[ RPZR[",3119:" 43J[WOXMXQWOVNTMPMNNMOMQNSPTUUWVXY RNNMQ RNRPSUTWU RXVWZ RMONQPRUSWTXVXYWZU[Q[OZNYMWM[NY",3120:" 22KZPHPVQYRZT[V[XZYX RQHQWRY RPHRFRWSZT[ RMMVM",3121:" 43G^LMLVMYNZP[S[UZVYWW RMNMWNY RIMNMNWOZP[ RWMW[\\[ RXNXZ RTMYMY[ RJMLN RKMLO RYYZ[ RYZ[[",3122:" 31I[LMR[ RMMRY RNMSY RXNSYR[ RJMQM RTMZM RKMNO RPMNN RVMXN RYMXN",3123:" 45F^JMN[ RKMNX RLMOX RRMOXN[ RRMV[ RSMVX RRMTMWX RZNWXV[ RGMOM RWM]M RHMKN RNMLN RXMZN R\\MZN",3124:" 48H\\LMV[ RMMW[ RNMX[ RWNMZ RJMQM RTMZM RJ[P[ RS[Z[ RKMMN RPMNN RUMWN RYMWN RMZK[ RMZO[ RVZT[ RWZY[",3125:" 40H[LMR[ RMMRY RNMSY RXNSYP_NaLbJbIaI_K_KaJaJ` RJMQM RTMZM RKMNO RPMNN RVMXN RYMXN",3126:" 41I[VML[ RWMM[ RXMN[ RXMLMLQ RL[X[XW RMMLQ RNMLP ROMLO RQMLN RS[XZ RU[XY RV[XX RW[XW",3151:" 50G]WMUTUXVZW[Y[[Y\\W RXMVTVZ RWMYMWTVX RUTUQTNRMPMMNKQJTJVKYLZN[P[RZSYTWUT RNNLQKTKWLY RPMNOMQLTLWMZN[",3152:" 52I\\PFNMMSMWNYOZQ[S[VZXWYTYRXOWNUMSMQNPOOQNT RQFOMNQNWOZ RVYWWXTXQWO RMFRFPMNT RS[UYVWWTWQVNUM RNFQG ROFPH",3153:" 34I[WQWPVPVRXRXPWNUMRMONMQLTLVMYNZP[R[UZWW ROONQMTMWNY RRMPOOQNTNWOZP[",3154:" 58G]YFVQUUUXVZW[Y[[Y\\W RZFWQVUVZ RVF[FWTVX RUTUQTNRMPMMNKQJTJVKYLZN[P[RZSYTWUT RMOLQKTKWLY RPMNOMQLTLWMZN[ RWFZG RXFYH",3155:" 33I[MVQUTTWRXPWNUMRMONMQLTLVMYNZP[R[UZWX ROONQMTMWNY RRMPOOQNTNWOZP[",3156:" 45JZZHZGYGYI[I[GZFXFVGTISKRNQRO[N^M`Kb RTJSMRRP[O^ RXFVHUJTMSRQZP]O_MaKbIbHaH_J_JaIaI` RNMYM",3157:" 57H]XMT[S^QaOb RYMU[S_ RXMZMV[T_RaObLbJaI`I^K^K`J`J_ RVTVQUNSMQMNNLQKTKVLYMZO[Q[SZTYUWVT RNOMQLTLWMY RQMOONQMTMWNZO[",3158:" 41G]OFI[K[ RPFJ[ RLFQFK[ RMTOPQNSMUMWNXPXSVX RWNWRVVVZ RWPUUUXVZW[Y[[Y\\W RMFPG RNFOH",3159:" 35KXSFSHUHUFSF RTFTH RSGUG RLQMOOMQMRNSPSSQX RRNRRQVQZ RRPPUPXQZR[T[VYWW",3160:" 45KXUFUHWHWFUF RVFVH RUGWG RMQNOPMRMSNTPTSRZQ]P_NaLbJbIaI_K_KaJaJ` RSNSSQZP]O_ RSPRTP[O^N`Lb",3161:" 49G]OFI[K[ RPFJ[ RLFQFK[ RYOYNXNXPZPZNYMWMUNQROS RMSOSQTRUTYUZWZ RQUSYTZ ROSPTRZS[U[WZYW RMFPG RNFOH",3162:" 26LXTFQQPUPXQZR[T[VYWW RUFRQQUQZ RQFVFRTQX RRFUG RSFTH",3163:" 61@cAQBODMFMGNHPHSF[ RGNGSE[ RGPFTD[F[ RHSJPLNNMPMRNSPSSQ[ RRNRSP[ RRPQTO[Q[ RSSUPWNYM[M]N^P^S\\X R]N]R\\V\\Z R]P[U[X\\Z][_[aYbW",3164:" 42F^GQHOJMLMMNNPNSL[ RMNMSK[ RMPLTJ[L[ RNSPPRNTMVMXNYPYSWX RXNXRWVWZ RXPVUVXWZX[Z[\\Y]W",3165:" 46H\\QMNNLQKTKVLYMZP[S[VZXWYTYRXOWNTMQM RNOMQLTLWMY RVYWWXTXQWO RQMOONQMTMWNZP[ RS[UYVWWTWQVNTM",3166:" 66G]HQIOKMMMNNOPOSNWKb RNNNSMWJb RNPMTIb ROTPQQORNTMVMXNYOZRZTYWWZT[R[PZOWOT RXOYQYTXWWY RVMWNXQXTWWVYT[ RFbNb RJaGb RJ`Hb RK`Lb RJaMb",3167:" 57G\\WMQb RXMRb RWMYMSb RUTUQTNRMPMMNKQJTJVKYLZN[P[RZSYTWUT RMOLQKTKWLY RPMNOMQLTLWMZN[ RNbVb RRaOb RR`Pb RS`Tb RRaUb",3168:" 30I[JQKOMMOMPNQPQTO[ RPNPTN[ RPPOTM[O[ RYOYNXNXPZPZNYMWMUNSPQT",3169:" 47J[XPXOWOWQYQYOXNUMRMONNONQOSQTTUVVWX RONNQ RORQSTTVU RWVVZ RNOOQQRTSVTWVWXVZS[P[MZLYLWNWNYMYMX",3170:" 23KYTFQQPUPXQZR[T[VYWW RUFRQQUQZ RTFVFRTQX RNMXM",3171:" 42F^GQHOJMLMMNNPNSLX RMNMRLVLZ RMPKUKXLZN[P[RZTXVU RXMVUVXWZX[Z[\\Y]W RYMWUWZ RXMZMXTWX",3172:" 29H\\IQJOLMNMONPPPSNX RONORNVNZ ROPMUMXNZP[R[TZVXXUYQYMXMXNYP",3173:" 48CaDQEOGMIMJNKPKSIX RJNJRIVIZ RJPHUHXIZK[M[OZQXRU RTMRURXSZU[W[YZ[X]U^Q^M]M]N^P RUMSUSZ RTMVMTTSX",3174:" 51G]JQLNNMPMRNSPSR RPMQNQRPVOXMZK[I[HZHXJXJZIZIY RRORRQVQY RZOZNYNYP[P[NZMXMVNTPSRRVRZS[ RPVPXQZS[U[WZYW",3175:" 49G]HQIOKMMMNNOPOSMX RNNNRMVMZ RNPLULXMZO[Q[SZUXWT RYMU[T^RaPb RZMV[T_ RYM[MW[U_SaPbMbKaJ`J^L^L`K`K_",3176:" 39H\\YMXOVQNWLYK[ RXOOOMPLR RVORNONNO RVORMOMMOLR RLYUYWXXV RNYRZUZVY RNYR[U[WYXV",3200:" 50H\\QFNGLJKOKRLWNZQ[S[VZXWYRYOXJVGSFQF RNHMJLNLSMWNY RVYWWXSXNWJVH RQFOGNIMNMSNXOZQ[ RS[UZVXWSWNVIUGSF",3201:" 28H\\QHQ[ RRHRZ RSFS[ RSFPINJ RM[W[ RQZO[ RQYP[ RSYT[ RSZU[",3202:" 62H\\LJLKMKMJLJ RLIMINJNKMLLLKKKJLHMGPFTFWGXHYJYLXNUPPRNSLUKXK[ RWHXJXLWN RTFVGWJWLVNTPPR RKYLXNXSYWYYX RNXSZWZXY RNXS[W[XZYXYV",3203:" 76H\\LJLKMKMJLJ RLIMINJNKMLLLKKKJLHMGPFTFWGXIXLWNTO RVGWIWLVN RSFUGVIVLUNSO RQOTOVPXRYTYWXYWZT[P[MZLYKWKVLUMUNVNWMXLX RWRXTXWWY RSOUPVQWTWWVZT[ RLVLWMWMVLV",3204:" 28H\\SIS[ RTHTZ RUFU[ RUFJUZU RP[X[ RSZQ[ RSYR[ RUYV[ RUZW[",3205:" 55H\\MFKPMNPMSMVNXPYSYUXXVZS[P[MZLYKWKVLUMUNVNWMXLX RWPXRXVWX RSMUNVOWRWVVYUZS[ RLVLWMWMVLV RMFWF RMGUG RMHQHUGWF",3206:" 69H\\VIVJWJWIVI RWHVHUIUJVKWKXJXIWGUFRFOGMILKKOKULXNZQ[S[VZXXYUYTXQVOSNQNOONPMR RNIMKLOLUMXNY RWXXVXSWQ RRFPGOHNJMNMUNXOZQ[ RS[UZVYWVWSVPUOSN",3207:" 43H\\KFKL RYFYIXLTQSSRWR[ RSRRTQWQ[ RXLSQQTPWP[R[ RKJLHNFPFUIWIXHYF RMHNGPGRH RKJLINHPHUI",3208:" 79H\\PFMGLILLMNPOTOWNXLXIWGTFPF RNGMIMLNN RVNWLWIVG RPFOGNINLONPO RTOUNVLVIUGTF RPOMPLQKSKWLYMZP[T[WZXYYWYSXQWPTO RMQLSLWMY RWYXWXSWQ RPONPMSMWNZP[ RT[VZWWWSVPTO",3209:" 69H\\MWMXNXNWMW RWOVQURSSQSNRLPKMKLLINGQFSFVGXIYLYRXVWXUZR[O[MZLXLWMVNVOWOXNYMY RMPLNLKMI RVHWIXLXRWVVX RQSORNQMNMKNHOGQF RSFUGVIWLWSVWUYTZR[",3210:" 16MXRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3211:" 24MXTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",3212:" 32MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3213:" 40MXRMQNQORPSPTOTNSMRM RRNROSOSNRN RTZS[R[QZQYRXSXTYT\\S^Q_ RRYRZSZSYRY RS[T\\ RTZS^",3214:" 34MXRFQGQIRQ RRFRTST RRFSFST RSFTGTISQ RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3215:" 52I\\MKMJNJNLLLLJMHNGPFTFWGXHYJYLXNWOSQ RWHXIXMWN RTFVGWIWMVOUP RRQRTSTSQRQ RRXQYQZR[S[TZTYSXRX RRYRZSZSYRY",3216:" 24MXTFRGQIQLRMSMTLTKSJRJQK RRKRLSLSKRK RRGQK RQIRJ",3217:" 24MXTHSIRIQHQGRFSFTGTJSLQM RRGRHSHSGRG RSITJ RTHSL",3218:" 74E_[O[NZNZP\\P\\N[MZMYNXPVUTXRZP[L[JZIXIUJSPORMSKSIRGPFNGMIMLNOPRTWWZY[[[\\Y\\X RKZJXJUKSLR RRMSI RSKRG RNGMK RNNPQTVWYYZ RN[LZKXKULSPO RMINMQQUVXYZZ[Z\\Y",3219:" 56H\\PBP_ RTBT_ RXKXJWJWLYLYJXHWGTFPFMGKIKLLNOPURWSXUXXWZ RLLMNOOUQWRXT RMGLILKMMONUPXRYTYWXYWZT[P[MZLYKWKUMUMWLWLV",3220:" 8G^[BIbJb R[B\\BJb",3221:" 27KYUBSDQGOKNPNTOYQ]S`Ub RQHPKOOOUPYQ\\ RSDRFQIPOPUQ[R^S`",3222:" 27KYOBQDSGUKVPVTUYS]Q`Ob RSHTKUOUUTYS\\ RQDRFSITOTUS[R^Q`",3223:" 39JZRFQGSQRR RRFRR RRFSGQQRR RMINIVOWO RMIWO RMIMJWNWO RWIVINOMO RWIMO RWIWJMNMO",3224:" 8F_JQ[Q[R RJQJR[R",3225:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",3226:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",3227:" 11NWSFRGRM RSGRM RSFTGRM",3228:" 22I[NFMGMM RNGMM RNFOGMM RWFVGVM RWGVM RWFXGVM",3229:" 30KYQFOGNINKOMQNSNUMVKVIUGSFQF RQFNIOMSNVKUGQF RSFOGNKQNUMVISF",3250:" 58H]TFQGOIMLLOKSKVLYMZO[Q[TZVXXUYRZNZKYHXGVFTF RQHOJNLMOLSLWMY RTYVWWUXRYNYJXH RTFRGPJOLNOMSMXNZO[ RQ[SZUWVUWRXNXIWGVF",3251:" 20H]TJO[Q[ RWFUJP[ RWFQ[ RWFTIQKOL RTJRKOL",3252:" 52H]OKOJPJPLNLNJOHPGSFVFYGZIZKYMWOMUKWI[ RXGYIYKXMVOSQ RVFWGXIXKWMUOMU RJYKXMXRYWYXX RMXRZWZ RMXR[U[WZXXXW",3253:" 64H]OKOJPJPLNLNJOHPGSFVFYGZIZKYMXNVOSP RXGYIYKXMWN RVFWGXIXKWMUOSP RQPSPVQWRXTXWWYUZR[O[LZKYJWJULULWKWKV RVRWTWWVY RSPUQVSVWUYTZR[",3254:" 15H]WJR[T[ RZFXJS[ RZFT[ RZFJUZU",3255:" 49H]QFLP RQF[F RQGYG RPHUHYG[F RLPMOPNSNVOWPXRXUWXUZQ[N[LZKYJWJULULWKWKV RVPWRWUVXTZ RSNUOVQVUUXSZQ[",3256:" 61H]YJYIXIXKZKZIYGWFTFQGOIMLLOKSKVLYMZO[R[UZWXXVXSWQVPTOQOOPNQMS RPINLMOLSLWMY RVXWVWSVQ RTFRGPJOLNOMSMXNZO[ RR[TZUYVVVRUPTO",3257:" 39H]NFLL R[FZIXLTQRTQWP[ RRSPWO[ RXLRRPUOWN[P[ RMIPFRFWI ROGRGWI RMIOHRHWIYIZH[F",3258:"104H]SFPGOHNJNMOOQPTPWOYNZLZIYGWFSF RUFPG RPHOJONPO ROORP RSPWO RXNYLYIXG RYGUF RSFQHPJPNQP RTPVOWNXLXHWF RQPMQKSJUJXKZN[R[VZWYXWXTWRVQTP RRPMQ RNQLSKUKXLZ RKZP[VZ RVYWWWTVR RVQSP RQPOQMSLULXMZN[ RR[TZUYVWVSUQTP",3259:" 61H]XNWPVQTRQROQNPMNMKNIPGSFVFXGYHZKZNYRXUVXTZQ[N[LZKXKVMVMXLXLW ROPNNNKOI RXHYJYNXRWUUX RQRPQOOOKPHQGSF RVFWGXIXNWRVUUWSZQ[",3260:" 16MXPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3261:" 22MXQ[P[OZOYPXQXRYR[Q]P^N_ RPYPZQZQYPY RQ[Q\\P^",3262:" 32MXSMRNROSPTPUOUNTMSM RSNSOTOTNSN RPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3263:" 38MXSMRNROSPTPUOUNTMSM RSNSOTOTNSN RQ[P[OZOYPXQXRYR[Q]P^N_ RPYPZQZQYPY RQ[Q\\P^",3264:" 34MXVFUFTGRT RVGUGRT RVGVHRT RVFWGWHRT RPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3265:" 59H]OKOJPJPLNLNJOHPGSFWFZG[I[KZMYNWOSPQQQSSTTT RUFZG RYGZIZKYMXNVO RWFXGYIYKXMWNSPRQRSST RPXOYOZP[Q[RZRYQXPX RPYPZQZQYPY",3266:" 22MXWFUGTHSJSLTMUMVLVKUJTJ RUGTITJ RTKTLULUKTK",3267:" 22MXVIUITHTGUFVFWGWIVKULSM RUGUHVHVGUG RVIVJUL",3268:" 72E_\\O\\N[N[P]P]N\\M[MYNWPRXPZN[K[HZGXGVHTISKRPPROTMUKUITGRFPGOIOLPRQURWTZV[X[YYYX RL[HZ RIZHXHVITJSLR RPPQSTYVZ RK[JZIXIVJTKSMRRO ROLPOQRSVUYWZXZYY",3269:" 52H]TBL_ RYBQ_ RZKZJYJYL[L[JZHYGVFRFOGMIMLNNPPVSWUWXVZ RNLONVRWT ROGNINKOMUPWRXTXWWYVZS[O[LZKYJWJULULWKWKV",3270:" 8G^_BEbFb R_B`BFb",3271:" 32JZZBXCUERHPKNOMSMXN\\O_Qb RSHQKOONTN\\ RZBWDTGRJQLPOOSN\\ RNTO]P`Qb",3272:" 32JZSBUEVHWLWQVUTYR\\O_LaJb RVHVPUUSYQ\\ RSBTDUGVP RVHUQTUSXRZP]M`Jb",3273:" 39J[TFSGUQTR RTFTR RTFUGSQTR ROIPIXOYO ROIYO ROIOJYNYO RYIXIPOOO RYIOO RYIYJONOO",3274:" 8F_JQ[Q[R RJQJR[R",3275:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",3276:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",3277:" 11MWUFTGRM RUGRM RUFVGRM",3278:" 22H\\PFOGMM RPGMM RPFQGMM RZFYGWM RZGWM RZF[GWM",3279:" 30KZSFQGPIPKQMSNUNWMXKXIWGUFSF RSFPIQMUNXKWGSF RUFQGPKSNWMXIUF",3301:" 62F^IHJIIJHIIGKFMFOGPHQKQOPRNTLUIV ROHPKPPOR RMFNGOJOPNSLU RLVOY RKVOZ RIVN[UV R\\G[H\\H\\G[FYFWGVHUJUYW[[W RWHVJVXXZ RYFXGWJWWYY",3302:"101E_GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGQHRJRRQUOW RPHQJQT RNFOGPJPUOW RRISGUFWFYGZH[J\\K RYHZJ RWFXGYJZK\\K R\\KRP RYM[O\\R\\U[XYZV[S[PZJWIWHX RXNYN[P RVNYO[Q\\S RTZRZLWKW RZYXZUZRYNWKVIVHXHZI[JZIY",3303:" 79F^RHPFNFLGJJINIRJVLYNZQ[T[WZYY[W RLHKJJMJRKVMYPZ RNFMGLIKMKQLUMWOYRZUZXY[W RUFRHQIPKPLQNTPURUT RQKQLUPUQ RQIQJRLUNVPVRUTSURUPTOR RUFVGXHZH RUGVHWH RTGVIXIZH[G",3304:" 79E_HLHKIIKGNFRFUGWHYJ[M\\Q\\U[XYZV[S[PZJWIWHX RKHMGRGUHWIYK[N RTZRZLWKW RHKJIMHRHUIWJYL[O\\R RZYXZUZRYNWKVIVHXHZI[JZIY RPHMKLMLONSNU RMNMONQNR RMKMMOQOSNUMVKVJUJT",3305:" 95F^RHPFNFLGJJINIRJVLYNZQ[T[WZYY[W RLHKJJMJRKVMYPZ RNFMGLIKMKQLUMWOYRZUZXY[W RUFRHQIPKPLQNTPURUT RQKQLUPUQ RQIQJRLUNVPVRUTSURUPTOR RUFVGXHZH RUGVHWH RTGVIXIZH[G RUNYK RYKZL\\L RXLYMZM RWMXNZN\\L",3306:" 94F^MNKMJKJIKGNFQFTGXI RKHMGRGUH RJKKIMHRHXIZI[H[GZFYF RSHRIQKQMROVSWVWYV\\U]S^ RTPWSXVXYW[ RQMSOVQXSYVYYX[V]S^O^L]K\\JZJWLTLRKQ RL\\K[KWLU RO^M]L[LWMTMRLQJQIRIS RUPYL RYLZM\\M RXMYNZN RWNXOZO\\M",3307:" 99E_UJTHSGQFNFKGIJHNHRIUJWLYNZQ[T[WZYY[W\\T\\Q[NYL RKHJJIMIRJUKW RZW[U[QZNYM RNFLGKIJMJRKVLXNZ RWZYXZUZQYOWM RUFRHPJOLOMPOSQTSTU RPLPMTQTR RPJPKQMTOUQUSTURVQVOUNS RTOYLZJ R\\FZJ RYG]I R\\F[GYGZHZJ[I]I\\H\\F",3308:" 92F_RFPGNIMKMMNOPQQSQU RNLNMQQQR RNINKOMQORQRSQUPVNWLWJVIUHSHQIPJQIR RRFTHVHXG RQGSH RPGQHSIUIXG RRPYK RYK[N\\Q\\T[WYYVZR[ RXLZN[Q[UZW RVMWMYOZRZVYXXYVZ RVZTZRYPYNZM\\N^P_R_T^ RSZQZ RR[PZNZ",3309:" 83F_PPNPLOKNJLJJKHLGOFQFTGWJYK RLHNGRGTHUI RJJKIMHQHTIVJYK[K\\J\\H[GYG RJXKYJZIYIWJVLVNWPYR\\T^ RNXOYQ\\R] RLVMWNYP\\Q]S^V^X]Y\\ZZZWYUWRVPVO RYXYWVRVQ RX]Y[YYXWVTURUPWNYNZOZP",3310:" 83F_PPNPLOKNJLJJKHLGOFQFTGWJYK RLHNGRGTHUI RJJKIMHQHTIVJYK[K\\J\\H[GYG RJXKYJZIYIWJVLVNWPYR\\T^ RNXOYQ\\R] RLVMWNYP\\Q]S^V^X]Y\\ZZZWYUWRVPVO RYXYWVRVQ RX]Y[YYXWVTURUPWNYNZOZP",3311:" 81E_[KZIXGUFRFOGMILKLNMQPWPYN[ RMNMOPUPV RNHMJMMNOPSQVQXPZN[L[JZ RHVJZ RGYKW RHVHXGYIYJZJXKWIWHV RNONMOKQJTJVKXMYM RUKWM RRJTKULVN RYMPQ RUOYXZY[Y RTPXXZZ RSPWYY[\\X",3312:" 73G^ZSYTVTUSUQVOXLYJYH RVQVPYLYK RWTVSVRWPYNZLZJYHXGUFPFMGLHKJKLLNNQOSOTNV RLKLLOQOR RLHLJMLOOPQPSOUMWJY RMWOWRYUZXZZY RNXOXSZTZ RJYLXMXQZT[V[YZZY[W",3313:"128BbEQERFSHSJRJOIMGJGHIF RIOGK RHSIRIPGMFKFIGGIFKFMGOIPLPROUNWLYI[HZGZ RNIOLORNUMW RJZIYHY RKFMHNKNRMVLXKYJXIXF[ RNGPFRFTGVIWLWRVUUWSYQ[PZOZ RUIVLVRUV RRZQYPY RRFTHUKUSTWSYRXQXN[ RUHVGXFZF\\G]H^J_K R\\H]J RZF[G\\J]K_K R_K\\M[NZQZT[X][`X R\\N[P[T\\W^Z R_K]M\\O\\S]W_Y",3314:" 96D`GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGRISLSRRUQWOYL[KZIZG[ RQIRKRRQUPWOX RMZKYIY RNFPHQKQRPVNYLXJXG[ RRHSGUFWFYGZH[J\\K RYHZJ RWFXGYJZK\\K R\\KYMXNWQWTXXZ[]X RYNXPXTYW[Z R\\KZMYOYSZW\\Y",3315:" 72D`PFNGLIKKKMMQMS RLLLMMOMP RLILKNONQMSLTJTISIR RPFQGWIZK[M\\P\\S[VZXXZU[R[OZIWHWGX RPGQHWJYKZL RPFPHQIWKYL[N\\P RSZQZKWJW RYYWZTZQYMWJVHVGXGZH[IZHY",3316:"100E`HQHRISKSMRMOLMJJJHLF RLOJK RKSLRLPJMIKIIJGLFOFQGRHSJSU RSWS\\R^P_M_L^L\\M[N\\M] RQHRJR\\Q^ ROFPGQJQU RQWQ\\P^O_ RSJXF RXFZI[K\\O\\R[UYXV[ RWGZK[N[O RVHXJZM[P[SZVYX RWYUVSU RQUOVMX RWZUWSVPV RV[TXSW RQWOWMX",3317:" 88D`PFNGLIKKKMMQMS RLLLMMOMP RLILKNONQMSLTJTISIR RPFQGWIZK[M\\P\\S[VZX RXZU[R[OZIWHWGX RPGQHWJYKZL RPFPHQIWKYL[N\\P RSZQZKWJW RXZTZQYMWJVHVGXGZH[IZHY RTXVVXV\\Z]Z RWWXW[Z RUWVWZ[\\[^Y",3318:" 96D`GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGQHRJRVQXOZM[K[IZ RPHQJQVPX RNFOGPJPVOYM[ RGVIZ RFYJW RGVGXFYHYIZIXJWHWGV RRISGUFWFYGZH[J\\K RYHZJ RWFXGYJZK\\K R\\KRP RTOXYZ[]X RUOYX[Z RVNZX[Y\\Y",3319:" 83E`\\H[G\\F]G]I\\KZKVISHOHKIIK RYJVHSGOGLH R]I\\JZJVGSFOFLGJIIKHNHRIUJWLYNZQ[U[XZZY\\W]T]Q\\OZNWNUOSRQSOS RLXNYQZUZYY RIUKWMXPYUYYX[W\\V]T RXOWOSSRS R]Q[OYOWPUSSTQTOSNQNOOMQL",3320:" 81F_LNJMIKIIJGMFRFUGYJ[J\\I RJHLGRGUHXJ RIKJILHRHUIYK[K\\I\\G[FZG[H RUIRLQNQPSTSV RRORPSRSS RRLRNTRTTSVRWPWOVOT RJYKZJ[IZIXJVLVOWSYVZYZ[Y RLWMWSZUZ RIXJWKWMXQZT[W[ZZ\\X",3321:" 45G]JHKHLILWJX RKGMHMXPZ RIILFNHNWPYRY RJXKXMYO[RYVV RTHUHVIVYX[[X RUGWHWYYZ RSIVFYHXIXXYYZY",3322:"100D`GQGRHSJSLRLOKMIJIHKF RKOIK RJSKRKPIMHKHIIGKFNFPGQHRJRRQUOW RPHQJQT RNFOGPJPUOW RRISGUFWFYG[J\\K RYHZJ RWFXGYJZK\\K RZKXKWLWNXP[R\\T RXO[Q RWMXN[P\\R\\V[XYZW[S[PZJWIWHX RTZRZLWKW RZYXZUZRYNWKVIVHXHZI[JZIY",3323:"143BcEQERFSHSJRJOIMGJGHIF RIOGK RHSIRIPGMFKFIGGIFLFNGOHPJPNOQMTKV RNHOJOONR RLFMGNJNOMSKV RNGPFSFUG RWFTGSISMTPVSWUWWVY RTMTNWSWT RWFUGTITLUNWQXTXVWXUZS[O[MZKXIWGWFX RNZKWJW RQ[OZLWJVGVFXFZG[HZGY RWFZF\\G^J_K R\\H]J RZF[G\\J]K_K R]K[KZLZN[P^R_T R[O^Q RZM[N^P_R_W^Y]Z[[X[UZ RYZXZVY R^Y\\ZZZXYWX",3324:" 86F^KHMHOIPJQMQO RQQQUPXM[KZI[ RNZLYKY ROYNYLXI[ RMGPHQIRLRUSWUYWZ RIINFPGRISLSO RSQSTTWUXWYYY RQURXTZV[[X RSLTIWFYG[F RVGXHYH RUHVHXI[F RKSMOQO RSOWOYM RMPWP RKSMQQQ RSQWQYM",3325:" 74E_HQHRISKSMRMOLMJJJHLF RLOJK RKSLRLPJMIKIIJGLFOFQGRHSJSORRQTQUSWTW RQHRJRPQSPUSX ROFPGQJQPPTOVRYUV RSJ[F RYGYZX] RZGZXY[ R[F[VZZY\\W^T_P_M^K\\JZKYLZK[",3326:" 74F^NIOGQFTFVGWHXJXMWOVPTQ RQQOPNN RVHWIWNVO RTFUGVIVNUPTQ RMUNSORQQTQWRYTZVZZY\\W^T_P_N^KZJY RXTYVYZX\\ RTQWSXUX[W]V^T_ RO^N]LZKY RR_P^O]MZLYIYHZH\\I]J]",3401:" 46J[TMQNOONPMSMVNYO[UX RNVOYPZ RQNOPNSNUOXQZ RRNSOUPUYW[ZX RSNVPVXXZ RTMUNWOXO RWPXO RWPWXXYYY",3402:" 50J[LHMINK RTFQGOINKNXMY RPIOKOXRZ RTFRGQHPKPXRYSZ RMYNYPZQ[TZ RPPVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3403:" 27KXRNTPVOTMRNOPNRNWOYQ[UY RSNUO RPPOROWPYQZ RQOPQPVQXSZ",3404:" 47J[QFNINKOLSNVPWRWUVXTZ ROJOKSMVOWP ROHOIPJUMWOXRXUWXTZQ[ RRNNPNXMY ROPOXRZ RPOPXRYSZ RMYNYPZQ[",3405:" 27KXPUVQSMOPNRNWOYQ[UY RUQRN RPPOROWPYQZ RTRROQOPQPVQXSZ",3406:" 49LYXFWGUGSFQFPHPMOONP RVHTHRGQG RXFWHVITIRHQHPI RPKQMRNTOVOVP RNPPP RRPVP RPPPTQ` RSOPOQNQ[ RRPRTQ`",3407:" 53J[TMQNOONPMSMVNYO[UX RNWOYPZ RQNOPNSNUOXQZ RRNSOUPUXV[V]U_ RSNVPVZ RTMUNWOXO RWPXO RWPW\\V^U_S`P`N_M^M]N]N^",3408:" 50J[LHMINK RTFQGOINKNXMY RPIOKOYPZ RTFRGQHPKPXQYRY RMYOZP[SX RPPVMWOXSXWWZV\\T^Q` RUNVOWR RTNVQWTWWV[T^",3409:" 39MWRFQGQHRISHSGRF RQGSH RQHSG ROOPOQPQYS[VX RPNRORXTZ RNPQMRNTO RSPTO RSPSXTYUY",3410:" 45MWRFQGQHRISHSGRF RQGSH RQHSG ROOPOQPQ[P^O_M` RPNROR[Q] RNPQMRNTO RSPTO RSPS[R]P_M` RS[T]U^",3411:" 63KYNHOIPK RUFSGQIPKPMOONP RPPPXOY RRIQKQM RQOPOQMQXSZ RUFSHRKRO RRPRXSYTY ROYQZR[UX RRLVIWJWLUNSO RUJVKVLUN RROWOWP RNPPP RRPWP",3412:" 29MWOHPIQK RWFTGRIQKQXPY RSIRKRYTZ RWFUGTHSKSXTYUY RPYRZS[VX",3413:" 74E_GOHOIPIXHYJ[ RHNJPJXIYJZKYJX RFPIMKOKXLYJ[ RNNPOQQQXPYR[ RPNQORQRXQYRZSYRX RKPNNPMRNSPSXTYR[ RVNWOYPYY[[^X RWNZPZX\\Z RSPVNXMYN[O\\O R[P\\O R[P[X\\Y]Y",3414:" 49I[KOLOMPMXLYN[ RLNNPNXMYNZOYNX RJPMMOOOXPYN[ RRNSOUPUYW[ZX RSNVPVXXZ ROPRNTMUNWOXO RWPXO RWPWXXYYY",3415:" 41J[NPNXMY ROPOXRZ RQOPPPXRYSZ RMYNYPZQ[TZ RNPQOVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3416:" 57J[OJMLMNNQNXLZ RNYO` RNMNNOQO[ RNKNLONPQPXQXSYTZ RPYO` RSZQY RTZR[PY RNYLZ RPPVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3417:" 43J[TMQNOONPMSMVNYO[UX RNWOYPZ RQNOPNSNUOXQZ RRNSOUPUXV` RSNVPV[ RTMUNWOXO RWPXO RWPWXV`",3418:" 32KYNOOOPPPXOY RONQPQYSZ RMPPMRORXSYTY ROYQZR[UX RTNUPWOVMRO RUNVO",3419:" 42LWXFWGUGSFQFPHPMOONP RVHTHRGQG RXFWHVITIRHQHPI RPKRP RPPPTQ` RQOPOQNQ[ RRPRTQ` RNPPP",3420:" 37LXSIRLQNPONP RSISOVOVP RNPQP RSPVP RQPQXPY RROQORMRXTZ RSPSXTYUY RPYRZS[VX",3421:" 47I[KOLOMPMXLY RLNNPNXPZ RJPMMOOOXQYRZ RLYMYOZP[RZUX RVMTOUPUYW[ZX RVPWOVNUOVPVXXZ RVMXOWPWXXYYY",3422:" 47J[OKMMMONRNXMY RNNNOOROXRZ RNLNMOOPRPXRYSZ RMYNYPZQ[TZ RPPVMWOXRXUWXVYTZ RUNVOWQ RTNVPWSWUVXTZ",3423:" 72F_KKIMIOJRJXIYK[ RJNJOKRKXJYKZLYKX RJLJMKOLRLXMYK[ RONQORQRXQY RQNROSQSXVZ RLPONQMSNTPTXVYWZ RQYRYTZU[XZ RTPZM[O\\R\\T[XZYXZ RYNZO[Q RXNZP[S[UZXXZ",3424:" 44KZOOPOQPQXPXNYM[M]N_P`S`V_V^U^U_ RPNRPRXUZ RNPQMSOSXUYVZ RXYT[SZQYOYM[ RUNVPXOWMSO RVNWO",3425:" 47J[OKMMMONRNXMY RNNNOOROYQZ RNLNMOOPRPXQYRY RMYOZP[SX RPPVMWOXSXWWZV\\T^Q` RUNVOWR RTNVQWTWWV[T^",3426:" 43KYNPSMUNVPVRUTQV RSNUO RRNTOUQURTTSU RSUUWVYV]U_S`Q`O_N]N[OYQXWV RRVTWUY RQVTXUZU]T_S`",3427:" 61JZRMPNMPMRNU RNPNROT RPNOOORPT RPNROTOVNWMWKVJTJ RQNSN RRMTNVN RNUVRWUWWVYR[ RUSVUVXUY RTSUUUXTZ RTZRYOYL[ RSZQZ RR[PZNZL[",3428:" 78J[VFUGSGQFOFNHNMMOLP RTHRHPGOG RVFUHTIRIPHOHNI RNKPP RNPNTO` ROONOONO[ RPPPTO` RLPNP RPPUMWNXPXRWTSV RUNWO RTNVOWQWRVTUU RUUWVXXX[W]U_R` RUVWW RSVTVVWWYW\\V^",3429:" 62J[PIOLNNMOKP RPIPXQYO[ ROONOONOXNYOZPYOX RKPNPNXMYO[ RPPUMWNXPXRWTSV RUNWO RTNVOWQWRVTUU RUUWVXXX[W]U_R` RUVWW RSVTVVWWYW\\V^",3501:" 60G]LINGPFRFSGZW[X]X RQGRHYXZZ[YYX RNGPGQHXXYZZ[[[]X RLMMLOKPKQL RPLPM RMLOLPN RG[IYKXNXPY RJYNYOZ RG[JZMZN[PY RRJLX RNSVS",3502:"110F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RRIQJPLPU RQKQS RRIRRQTPU RRIXFZG[I[KYMUO RXGZIZK RVGXHYIYLWN RWNZP[R[X RYPZRZW RWNXOYQYX RJ[MYPXTXWY RLZOYTYVZ RJ[NZSZU[WYYX[X RUOUX RURYR RUUYU",3503:" 69E]NGLHJJILHOHSIVJXMZP[S[VZXYZW[U RJKINISKWNYQZTZWY RNGLIKKJNJRKUNXQYTYWXYW[U RPJPV RQJQT RRIRSQUPV RPJRIUFWGYGZF RTGVHXH RSHUIWIYHZF RWIWX",3504:" 72G^IFWFYGZIZX RKGWGYIYW RIFJGLHWHXIXX ROKNLMNMOKOJPJRKQMQMV RNMNT RKPNP ROKOSNUMV RI[LYOXSXVY RKZNYSYUZ RI[MZRZT[VYXXZX RRHRX RRMTNVNXM RRSTRVRXS",3505:" 94G]IHKFMFOGQF RLGNG RIHKGMHOHQF RNKMLLNLOJOIPIRJQLQLW RMMMU RJPMP RNKNTMVLW RQMRJSHTGVFXF[G RTHVGXGZH RRJSIUHWHYI[G RQURRSPTOVOXP RTPVPWQ RRRSQUQVRXP RK[NYRXWX[Y RMZPYWYZZ RK[OZVZY[[Y RQMQX",3506:" 91F]JHLFOFQGSF RMGPG RJHLGNHQHSF RPKOLNNNOLOKPKRLQNQNV ROMOT RLPOP RPKPSOUNV RSJSYRZQZMXKXIYG[ RTJTX RTPXP RPZOZMYJY RUIUOXO RXQUQUWTYP[N[LZJZG[ RSJUIXFZG\\G]F RWGYH[H RVHXIZI\\H]F RXIXW",3507:" 87E^NGLHJJILHOHRIUJWLYNZQ[U[XZZX[V[SZQYPWOUO RJKINISJV RNGLIKKJNJSKVLXNZ RYXZWZSYQ RU[WZXYYWYSXQWPUO RPJPW RQJQU RRIRTQVPW RPJRIUFWGYGZF RTGVHXH RSHUIWIYHZF RYHUOU[ RUSYS RUVYV",3508:"112F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RJ[MYPXSXUY RLZOYRYTZ RJ[NZQZS[UY RRIQJPLPU RQKQS RRIRRQTPU RRITGVFXFZG RWGXGYH RTGVGXIZG RUOWNYLZM[P[TZXX[ RXMYNZPZUYX RWNXNYPYUX[ RUOUY RURYR RUUYU",3509:" 67I\\LHNFQFTGVF ROGSG RLHNGQHTHVF RSKRLQNQOOONPNROQQQQV RRMRT ROPRP RSKSSRUQV RYHWJVMVXUZSZOXMXKYI[ RWKWW RRZQZOYLY RYHXJXVWXUZS[P[NZKZI[",3510:" 65H\\LHNFQFTGVF ROGSG RLHNGQHTHVF RSKRLQNQOOONPNROQQQQV RRMRT ROPRP RSKSSRUQV RYHWJVMVXUZ RWKWW RYHXJXVWXUZR[O[LZJXJVKULUMVLWKW RJVMV",3511:"115F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RJ[MYPXSXUY RLZNYRYTZ RJ[NZQZS[UY RRIQJPLPU RQKQS RRIRRQTPU RRITGVFXFZG RWGXGYH RTGVGXIZG RUOXLYM[N RWMYN[N R[NYQWSUU RWSYTZX[Z\\Z RYVZZ RWSXTYZZ[[[\\Z RUOUY",3512:" 85G]IHKFNFPGRF RLGOG RIHKGMHPHRF RNKMLLNLOJOIPIRJQLQLW RMMMU RJPMP RNKNTMVLW RK[NYRXWX[Y RMZPYWYZZ RK[OZVZY[[Y RSIRJQLQU RRKRS RSISRRTQU RSIUGWFYF[G RXGYGZH RUGWGYI[G RWGWX",3513:"107D`LJKKJMJOHOGPGRHQJQJU RKLKS RHPKP RLJLRKTJU RE[GYIXKXMYNYOX RHYKYMZ RE[GZJZL[M[NZOX RLJPFTJTWUYVY RPGSJSXRYSZTYSX RPPSP RNHOHRKROOO ROQRQRXQYS[VYWX RTJXF\\J\\W]Y^Y RXG[J[X]Z RXP[P RVHWHZKZOWO RWQZQZY\\[^Y ROHOX RWHWX",3514:" 84E^GIIGKFMFOGQJVUXXYY RMGOIPKVWYZ RIGKGMHOKTVVYWZY[ RVHXIZI\\H]F RWGYH[H RVHXFZG\\G]F RKOIOHPHRIQKQ RIPKP RG[IYKXNXPY RJYMYOZ RG[JZMZN[PY RKGKX RYIY[ RRLSMUNWNYM RKTMSQSST",3515:" 79E_NFLGJIIKHNHRIUJWLYNZQ[S[VZXYZW[U\\R\\N[KZIXGVFUGRIOJ RJJIMISJV RNFLHKJJMJSKVLXNZ RZV[S[MYIXH RVZXXYVZSZMYKWHUG ROJOW RPJPU RQJQTPVOW RUGUZ RUMWNXNZM RUSWRXRZS",3516:" 70H^KFLGMIMOKOJPJRKQMQMYJ[MZMbO` RMHNJN` RKPNP RKFMGNHOJO` ROKRIVFZJZX RVGYJYX RTHUHXKXY RRXUXXY RSYUYWZ RRZTZV[XYZX RRIR_ RRMTNVNXM RRSTRVRXS",3517:" 99E_NFLGJIIKHNHRIUJWLYNZP[T[VZXYZW[U\\R\\N[KZIXGVFUGRIOJ RJJIMISJV RNFLHKJJMJSKVLXNZ RZV[S[MYIXH RVZXXYVZSZMYKWHUG ROJOW RPJPU RQJQTPVOW RUGUZ RUMWNXNZM RUSWRXRZS RP[QZRZT[X`Za[a RT\\V_XaYa RRZS[VaXbZb[a",3518:"108F^HHJFMFOGQF RKGNG RHHJGLHOHQF RMKLLKNKOIOHPHRIQKQKW RLMLU RIPLP RMKMTLVKW RJ[MYPXRXUY RLZNYRYTZ RJ[NZQZS[UY RRIQJPLPU RQKQS RRIRRQTPU RRIUGWFYGZIZLYNXOTQRR RWGXGYIYMXN RUGWHXJXMWOTQ RTQVRWSZX[Y\\Y RWTYX[Z RTQVSXYZ[\\Y",3519:" 94G^UITHRGOF RVHTG RWGSFOFLGKHJJKLLMONWNYOZPZRYU RKKLLOMXMZN[O[QZS RKHKJLKOLYL[M\\O\\QYUU[ RIOJPLQUQVRVSUU RJQLRTRUS RIOIPJRLSSSUTUU RI[LYPXSXVY RKZNYRYUZ RI[MZRZU[ RWGUISL RRNPQ ROSMUKVJVJUKV",3520:" 71E]JJILHOHSIVKYMZP[S[VZXYZW[U RISJVLXNYQZTZWY RJJIMIQJTLWNXQYTYWXYW[U RHIIGKFOFUGYG[F RPGTHXH RHIIHKGNGTIWIYH[F RSIRJPKPV RQKQT RRJRSQUPV RWIWX",3521:" 89F^HHJFLFOGQF RKGNG RHHJGMHOHQF RKJJLIOISJVKXMZP[S[VZXYZ[\\Y RJSKVNYQZTZ RKJJNJQKTLVNXQYUYXX RUIQJPLPV RQKQT RRJRSQUPV RUIWHYFZG\\HZIZW[Y\\Y RYIZHYGXHYIYX[Z RWHXIXX RUIUY RUNXN RURXR",3522:" 72G^JFKGLILOJOIPIRJQLQLXJY RLHMJMX RJPMP RNYQYSZ RJFLGMHNJNXRXUY RJYMYPZR[UYXXZX RRJUIWHYFZG\\HZIZX RYIZHYGXHYIYW RWHXIXX RRJRX RRMTNVNXM RRSTRVRXS",3523:" 95E`HFIGJIJOHOGPGRHQJQJXHY RJHKJKX RHPKP RLYNYPZ RHFJGKHLJLXOXQY RHYKYNZO[QYTXVYW[YY\\X ROHRFTHTXWXYY RRGSHSX ROHQHRIRXQY RWYXZ RWHZF\\H\\X RZG[H[X RWHYHZIZXYY ROHOX RWHWX RONRN RORRR RWNZN RWRZR",3524:" 65G]HIJGLFNFOGWYXZZZ RMGNHVYWZ RJGLGMHUZV[X[ZZ\\X RWFYG[G\\F RWGXHZH RVHWIYI[H\\F RH[IYKXMXNY RJYLYMZ RH[IZKZM[ RWFSO RQRM[ RLPPP RSPXP",3525:" 86G^JFKGLILOJOIPIRJQLQLXJY RLHMJMX RJPMP RNYQYSZ RJFLGMHNJNXRXUY RJYMYPZR[UYXX RRJUIWHYFZG\\HZIZ^Y`WbUaQ`L` RYIZHYGXHYIYY RWHXIXXZ[ RXaV`S` RY`V_P_L` RRJRX RRMTNVNXM RRSTRVRXS",3526:" 57H\\XGWIROOSMWJ[ RVKNV RZFWJUNRRMXLZ RJHLFOGUGZF RKGOHSHWG RJHNIRIVHXG RLZNYRXVXZY RMZQYUYYZ RJ[OZUZX[ZY RMPQP RTPXP",3601:" 53J[PRNTMVMXNZP[RYUX RMVNXOYQZ RNTNVOXQYRY RNPPPSOUNVMXOWPWXXYYY RONNOQO RTOWOVNVYWZ RMOOMPNROUPUYW[YY RMORT",3602:" 44I[LHMJMXKY RNJMHNGNXQZ RLHOFOXQYRZ RKYMYOZP[RZUYWY ROPROTNUMVNXOYOWPWY RTNVOVX RROSOUPUY",3603:" 35JXNONXLYMYOZP[ ROOOYQZ RPOPXRYSYQZP[ RNORNTMUNWOXO RSNTOVO RPORNTPVPXO",3604:" 41IZRMPNMOMXKY RNONXQZ RRMOOOXQYRZ RKYMYOZP[RZUYWY RMHPFQIWOWY RPINHOGPIVOVX RMHUPUY",3605:" 32JXNONXLYMYOZP[ ROOOYQZ RPOPXRYSYQZP[ RNORNTMWQURPU RSNVQ RPORNUR",3606:" 41JWNHNXLYMYOZP[ ROHOYQZ RPHPXRYSYQZP[ RNHQGSFTGVHWH RRGSHUH RPHQGSIUIWH RKMNM RPMTM",3607:" 56I[MOMXKYLYNZO[PZRYUX RNPNYPZ ROOOXQYRY RMOOORNTMUNWOYOWPW\\V_TaRbQaO`M` RSNVPV\\ RSaQ`P` RRNSOUPUZV]V_ RTaS`Q_O_M`",3608:" 47I[LHMJMXKYLYNZO[ RNJMHNGNYPZ RLHOFOXQYO[ ROPROTNUMVNXOYOWPWYU[T] RTNVOVYU[ RROSOUPUYT]T`UbVbT`",3609:" 35MWRFPHRITHRF RRGQHSHRG RRMQNOOQPQYS[UY RRPSORNQORPRYSZ RRMSNUOSPSXTYUY",3610:" 39MWRFPHRITHRF RRGQHSHRG RRMQNOOQPQYS[T] RRPSORNQORPRYS[ RRMSNUOSPSYT]T`RbPbPaRb",3611:" 50IZLHMJMXKYLYNZO[ RNJMHNGNYPZ RLHOFOXQYO[ ROPRNTMVPSROU RSNUP RRNTQ RSRTSVXWYXY RSSTTUYVZ RRSSTTYV[XY",3612:" 22MWPHQJQXOYPYRZS[ RRJQHRGRYTZ RPHSFSXUYVYTZS[",3613:" 67E_GOHOIPIXGYHYJZK[ RINJOJYLZ RGOIMKOKXMYK[ RKPNOPNQMSOSXUYS[ RPNRORYTZ RNOOOQPQXPYRZS[ RSPVOXNYMZN\\O]O[P[X\\Y]Y RXNZOZY[Z RVOWOYPYY[[]Y",3614:" 45I[KOLOMPMXKYLYNZO[ RMNNONYPZ RKOMMOOOXQYO[ ROPROTNUMVNXOYOWPWXXYYY RTNVOVYWZ RROSOUPUYW[YY",3615:" 40I[MOMXKY RNPNXQZ ROOOXQYRZ RKYMYOZP[RZUYWY RMOOORNTMUNWOYOWPWY RSNVPVX RRNSOUPUY",3616:" 54I[LMMOMXKYMYMb RMNNONaO`N^ RNYOYQZ RLMNNOOOXQYRZ ROZP[RZUYWY ROZO^P`Mb ROPROTNUMVNXOYOWPWY RTNVOVX RROSOUPUY",3617:" 44I[MOMXKY RNPNYPZ ROOOXQYRY RKYLYNZO[PZRYUX RMOOORNTMUNWOYOWPWb RSNVPVaU`V^ RRNSOUPU^T`Wb",3618:" 38JXLOMONPNXLYMYOZP[ RMNOOOYQZ RLONMPOPXRYSYQZP[ RPOTMUNWOXO RSNTOVO RRNTPVPXO",3619:" 59JZMOMSOTUTWUWY RNONS RVUVY RPNOOOSQT RSTUUUYTZ RMOPNRMTNVNWM RQNSN RPNROTOVN RWYTZR[PZNZL[ RSZQZ RTZRYOYL[ RWMVOTROWL[",3620:" 28MWPHQJQXOYPYRZS[ RRJQHRGRYTZ RPHSFSXUYVYTZS[ RNMQM RSMVM",3621:" 47I[KOLOMPMXKY RLNNONYPZ RKOMMOOOXQYRY RKYLYNZO[PZRYUX RUMVNXOYOWPWXXYYY RTNVOVYWZ RUMSOUPUYW[YY",3622:" 36I[LMMOMXP[RYUXWX RMNNONXQZ RLMNNOOOWPXRY RUMVNXOYOWPWX RTNVOVW RUMSOUPUX",3623:" 57E_HMIOIXL[NYQX RINJOJXMZ RHMJNKOKWLXNY RQMOOQPQXT[VYYX[X RPNRORXUZ RQMRNTOSPSWTXVY RYMZN\\O]O[P[X RXNZOZW RYMWOYPYX",3624:" 59H[KOLONPOQSYTZV[XY RMNOOTYVZ RKOMMONPOTWUXWYXY RRSUMVNXNYM RUNVOWO RTOVPXOYM RQUN[MZKZJ[ RNZMYLY ROYMXKYJ[ RMTPT RSTVT",3625:" 60I[KOLOMPMXKY RLNNONYPZ RKOMMOOOXQYRY RKYLYNZO[PZRYUX RUMVNXOYOWPW\\V_TaRbQaO`M` RTNVOV\\ RSaQ`P` RUMSOUPUZV]V_ RTaS`Q_O_M`",3626:" 38I[XML[ RLONPQPTOXM RMNOOSO RLONMPNTNXM RL[PYSXVXXY RQYUYWZ RL[PZTZV[XY RNTVT",3700:" 42H\\LHLXJY RMIMXPZ RNHNXPYQZ RLHNHSGUF RSGTHVIVY RTGWIWX RUFVGXHZHXIXY RJYLYNZO[QZVYXY",3701:" 27H\\OHPIQKQXOY RQIPHQGRIRYTZ ROHRFSHSXUYVY ROYPYRZS[TZVY",3702:" 48H\\LHNHPGQFSGVHXH RPHRG RLHNIPIRHSG RVHVP RWIWO RXHXPQPNQLSKVK[ RK[OYSXVXZY RNZQYVYYZ RK[PZUZX[ZY",3703:" 57H\\LHMHOGPFRGVHXH ROHQG RLHNIPIRG RVHVO RWIWN RXHXOVOSPQQ RQPSQVRXRXY RWSWX RVRVY RKYMXOXQYRZ ROYQZ RKYMYOZP[RZVYXY",3704:" 41H\\UFKPKUTU RVUZU[V[TZU RLPLT RMNMU RTGTXRY RUJVHUGUYWZ RUFWHVJVXXYYY RRYSYUZV[WZYY",3705:" 53H\\LFLO RLFXF RMGVG RLHUHWGXF RVLUMSNOOLO RSNTNVOVY RUMWNWX RVLWMYNZNXOXY RKYMXOXQYRZ ROYQZ RKYMYOZP[RZVYXY",3706:" 59H\\LHLXJY RMIMXPZ RNHNXPYQZ RLHNHRGTFUGWHXH RSGUH RRGTIVIXH RNPOPSOUNVM RSOTOVPVY RUNWPWX RVMWNYOZOXPXY RJYLYNZO[QZVYXY",3707:" 38H\\KHMFPGUGZF RLGOHTHWG RKHOIRIVHZF RZFYHWKSOQRPUPXQ[ RRQQTQWRZ RUMSPRSRVSYQ[",3708:" 71H\\LILO RMJMN RNINO RLINISHUGVF RSHTHVIVO RUGWHWN RVFWGYHZHXIXO RLONOVRXR RXOVONRLR RLRLXJY RMSMXPZ RNRNXPYQZ RVRVY RWSWX RXRXY RJYLYNZO[QZVYXY",3709:" 60H\\LHLQJR RMIMROS RNHNQPRQR RLHNHSGUF RSGTHVIVY RTGWIWX RUFVGXHZHXIXY RJRKRMSNTOSQRUQVQ RKYMXOXQYRZ ROYQZ RKYMYOZP[RZVYXY",3710:" 11LXRXPZR[TZRX RRYQZSZRY",3711:" 14LXR^R\\PZRXSZS\\R^P_ RRYQZR[RY",3712:" 22LXRMPORPTORM RRNQOSORN RRXPZR[TZRX RRYQZSZRY",3713:" 25LXRMPORPTORM RRNQOSORN RR^R\\PZRXSZS\\R^P_ RRYQZR[RY",3714:" 30LXRFQGOHQIRT RRISHRGQHRIRT RRFSGUHSIRT RRXPZR[TZRX RRYQZSZRY",3715:" 51I[LJMHNGQFSFVGWHXJXLWNUPSQ RMJNH RVHWIWMVN RLJNKNIOGQF RSFUGVIVMUOSQ RRQRTSQQQRT RRXPZR[TZRX RRYQZSZRY",3716:" 14LXTFRGQIQKRMTKRIRG RRJRLSKRJ",3717:" 14LXRLRJPHRFSHSJRLPM RRGQHRIRG",3718:" 62E_YNZO[O\\N RXOYP[P RXPYQZQ[P\\N RYNST RRUL[HVNP ROOSKOFJLPRTXVZX[Z[[Z\\X RLZIV RRKOG RKLPQTWVYXZ[Z RMZIU RRLNG RKKQQUWVXXY[Y\\X",3719:" 60H\\PBP_ RTBT_ RTFVGWIWKYJXHWGTFPFMGKIKLLNOPURWSXUXXWZ RXJWH RLLMNOOUQWRXT RMYLW RMGLILKMMONUPXRYTYWXYWZT[P[MZLYKWMVMXNZP[",3720:" 8G^[BIbJb R[B\\BJb",3721:" 27KYUBSDQGOKNPNTOYQ]S`Ub RQHPKOOOUPYQ\\ RSDRFQIPOPUQ[R^S`",3722:" 27KYOBQDSGUKVPVTUYS]Q`Ob RSHTKUOUUTYS\\ RQDRFSITOTUS[R^Q`",3723:" 39JZRFQGSQRR RRFRR RRFSGQQRR RMINIVOWO RMIWO RMIMJWNWO RWIVINOMO RWIMO RWIWJMNMO",3724:" 8F_JQ[Q[R RJQJR[R",3725:" 16F_RIRZSZ RRISISZ RJQ[Q[R RJQJR[R",3726:" 16F_JM[M[N RJMJN[N RJU[U[V RJUJV[V",3727:" 11NWSFRGRM RSGRM RSFTGRM",3728:" 22I[NFMGMM RNGMM RNFOGMM RWFVGVM RWGVM RWFXGVM",3729:" 30KYQFOGNINKOMQNSNUMVKVIUGSFQF RQFNIOMSNVKUGQF RSFOGNKQNUMVISF",3801:" 52E_NHLIJKIMHPHSIUKV RJLIOISJU RNHLJKLJOJRKVKXJZH[ RVHXHXYVY RYHYY RZGZZ RHFKGQHVHZG\\F RJPXP RH[KZQYVYZZ\\[",3802:" 65E_LGLZ RMGMZ RPFNGNZP[ RHJJHLGPFUFXGZIZKYM RXHYIYKXM RUFWGXIXKWL RQUOTNRNPONPMSLVLYM[O\\Q\\T[WYYWZT[P[LZJYHW RZO[Q[UZW RVLYNZQZUYXWZ",3803:" 60E_\\F[HZJXHVGSFQFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[Y\\[ R[HZMZT[Y RZKYJ RZNYKXIVG RJKINISJV RNGLIKKJNJSKVLXNZ RYWZV RVZXXYVZS",3804:" 46E_KGKZ RLGLZ RNFMGMZN[ RHKIIKGNFSFVGXHZJ[L\\O\\R[UZWXYVZS[N[KZIXHV RZK[N[SZV RVGXIYKZNZSYVXXVZ",3805:" 86E_\\F[HZJXHVGSFQFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[Y\\[ R[HZMZT[Y RZKYJ RZMXIVG RJKINISJV RNGLIKKJNJSKVLXNZ RYWZV RVZXXYVZS RJPKONOUQXQZP RPPRQURWRYQ RMORRUSWSYRZP RZMYLXLWMXNYM",3806:" 69E_JHJZ RMGKHKY ROFMGLILYNY RHJJHLGOFSFVGXHYI\\F R\\F[HZLZO[S\\U RZIYK RVGXIYLZO RLPMOOOTPWPYO RQPTQVQXP RNOTRVRXQYOYLXKWKVLWMXL RH[JZNYSYYZ\\[",3807:" 90E_\\F[HZJXHVGSFQFNGLHJJILHOHRIUJWLYNZQ[T[VZXYYXZV[Y\\[ R[HZMZT[Y RZKYJ RZNYKXIVG RJKINISJV RNGLIKKJNJSKVLXNZ RXXYVYR RVZWYXVXQ RKSLRMSLTKTJS RJPKNMMOMRNUPWQ RKOMNONROTP RJPLOOOUQYQZP",3808:" 50E_JGJZH[ RKHKZ RNHLHLZ RHFJGNHSHYG\\F RLPMNOLRKVKYL[N\\Q\\T[UYV RZN[P[SZU RVKXLYMZOZSYVYXZZ\\[ RH[LZPZU[",3809:" 23E_QIQY RRJRX RSISY RHFLHPITIXH\\F RH[KZOYUYYZ\\[",3810:" 42E_TIVIVXUZS[ RWIWXVY RXHXY RHFLHPITIXH\\F RIOHQHUIXKZN[S[VZXYZW\\T RIUJXKY RHSJUKXLZN[",3811:" 70E_JGJZH[ RKHKZ RNHLHLZ RHFJGNHSHYG\\F RLPMNOLRKUKXLYMYOXPSRQSPTPUQVRUQT RWLXMXOWP RUKWMWOVPSR RSRVRYSZUZWYX RWSYUYW RSRVSXUYXZZ[[\\[ RH[LZPZU[",3812:" 45E_JGJZ RKHKY RNHLHLYNY R\\KZNYPXSXUYW[X RZOYRYUZW R\\K[MZQZT[X\\[ RHFJGNHSHYG\\F RH[JZNYSYYZ\\[",3813:" 68E_QIQY RRJRX RSISY RNYLWJVIUHRHMIJKHMGPFTFWGYH[J\\M\\R[UZVXWVY RJUIRIMJJ RLWKUJRJLKIMG RZJ[M[RZU RWGYIZLZRYUXW RHFLHPITIXH\\F RH[KZOYUYYZ\\[",3814:" 48E_JHJZH[ RLHKIKZ ROFMGLILZ RHJJHLGOFSFVGXHZJ[L\\O\\S[UYV RZK[N[RZU RVGXIYKZNZRYVYXZZ[[\\[ RH[LZPZU[",3815:" 54E_QFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[U\\R\\O[LZJXHVGSFQF RJKINISJV RNGLIKKJNJSKVLXNZ RZV[S[NZK RVZXXYVZSZNYKXIVG",3816:" 51E_JIJZ RMHKJKY RQFOGMILKLYNY RHKJINGQFTFWGYH[J\\M\\O[RYTVURUOTMRLO RZJ[L[PZR RWGYIZLZPYSVU RH[JZNYSYYZ\\[",3817:" 74E_QFNGLHJJILHOHRIUJWLYNZQ[S[VZXYZW[U\\R\\O[LZJXHVGSFQF RJKINISJV RNGLIKKJNJSKVLXNZ RZV[S[NZK RVZXXYVZSZNYKXIVG RJSKUNVTW[W\\X\\Z[[[Z\\Y RPWRW RKUNWQXSXTW",3818:" 69E_JIJZH[ RKIKZ RLHLZ RHKJILHNGQFUFYG[I\\K\\N[PZQ RYHZI[K[NZP RUFWGYIZKZOYQ RXRUSRSPRPPROUOXPZR\\U\\W[XZX RXQYR[V[WZT RTOVPXRYTZX[Z\\[ RH[LZPZU[",3819:" 94E_TFZG\\F[H[JYHWGTFPFMGJJIMIOJRLTOURUTTUSVQVP R[GZH[J RJPKRLSOTRTTS RKIJKJNKPMRPSRSTRVPWOXO RLQMQNPPNRMUMWNYPZRZUYXWZ RPMRLULXMZO[R[UZW RIWJYIZ RNPNOOMPLRKUKXL[O\\R\\T[WYYWZT[P[MZKYIWIYH[JZP[",3820:" 66E_QHMHKIJJILHOHSIVJXKYMZP[S[VZXYZW[U\\R\\N[KYIWH RUHTITKULVKUJ RISJVLXNYQZTZWY RJJINIQJTLWNXQYTYWXYW[T\\R RHFKI RKHLG RIGJGKFMGQHWHZG\\F",3821:" 51E_LHJJILHOHRIUJWLYNZQ[U[XZZY RKJJLIOISJV RKILJLKKMJPJSKVLXNZ RVHXHXXWZU[ RYHYXXY RZGZY\\[ RHFKGQHVHZG\\F",3822:" 31E_HFR[ RIGJHQWRY RJGKHRWSX R\\FR[ RWNUS RYLUQTTTV RHFJGOHUHZG\\F",3823:" 67E_LHJJILHOHRIUJWLYNZQ[S[VZXYZW[U\\R\\O[LZJXH RJLIOIRJUKW RJJKKKLJOJRKVLXNZ RYWZU[R[OZL RVZXXYVZRZOYLYKZJ RQIQ[ RRJRZ RSIS[ RHFLHPITIXH\\F",3824:" 41E_HFXYYZ RIGKHZZ RLH\\[ R\\FSP RQRJZ RPSMULW RQRMTLUKWKY RHFLHPITIXH\\F RH[JZNYSYYZ\\[",3825:" 47E_XHXZ RYHYY RZGZY RKHIJHMHPISKUMVPWSWVVXU RLUOVUV RHPIRKTNUTUVV RHFLHPITIXH\\F RHWJYLZP[T[XZ\\X",3826:" 73E_HFIGKHNHSFVFYGZIZKYM RXGYIYKXM RVFWGXIXL RXNTOROPNPLRKTKXL RTKVLWMVNTO RYM[O\\R\\T[WYYWZT[P[MZKYIWHTHRIOJNLMNMPNPPOQNPOO RXMZO[Q[UZW RXNYOZQZUYXWZ",3901:" 42J[PQMTMXP[TY RNTNXPZ ROROWRZ RRSMNNMONNO RONSNUMWOWXXY RUNVOVXUYVZWYVX RSNUPUXTYV[XY",3902:" 31IZNHLFMJMXP[UYWX RNHNXPZ RNHPFOJOWRZ ROOTMWPWX RTNVPVX RRNUQUY",3903:" 23KWNPNYP[RY ROPOYPZ RPOPXQYRY RNPTMVOTPRN RSNUO",3904:" 32JZRMMPMXP[RZUYWY RNPNXPZ ROOOWRZ RPIPFQIWPWY RPIVPVX RPIMIPJUPUY",3905:" 25KXNPNYP[RY ROPOYPZ RPOPXQYRY RNPTMWQPU RSNVQ RRNUR",3906:" 32KWOIOXNYP[ RPIPXOYPZQYPX RQHQXRYP[ ROIUFWHUISG RTGVH RLMOM RQMUM",3907:" 41J[MPMXP[UY RNPNXPZ ROOOWRZ RMPOOTMWPW]V_U`SaQaO`MaObQa RTNVPV]U_ RPaNa RRNUQU^T`Sa",3908:" 42I[NHLFMJMXLYN[ RNHNXMYNZOYNX RNHPFOJOXPYN[ ROORNTMWPWYT]T`UbVbT` RTNVPVYU[ RRNUQUZT]",3909:" 37MWRFPHRJTHRF RRGQHRISHRG RRMPOQPQXPYR[ RRPSORNQORPRXQYRZSYRX RRMTOSPSXTYR[",3910:" 37MWRFPHRJTHRF RRGQHRISHRG RRMPOQPQYT] RRPSORNQORPRYS[ RRMTOSPSZT]T`RbPaPbRb",3911:" 51IZNHLFMJMXLYN[ RNHNXMYNZOYNX RNHPFOJOXPYN[ ROPRNTMVPSROU RSNUP RRNTQ RRSSTTYV[XY RSSTUUYVZ RSRTSVXWYXY",3912:" 21MWRHPFQJQXPYR[ RRHRXQYRZSYRX RRHTFSJSXTYR[",3913:" 66E_GOHOIPIXHYJ[ RINJOJXIYJZKYJX RGOIMKOKXLYJ[ RKONNPMSOSXTYR[ RPNRORXQYRZSYRX RNNQPQXPYR[ RSOVNXM[O[X\\YZ[ RXNZOZXYYZZ[YZX RVNYPYXXYZ[",3914:" 44I[KOLOMPMXLYN[ RMNNONXMYNZOYNX RKOMMOOOXPYN[ ROORNTMWOWXXYV[ RTNVOVXUYVZWYVX RRNUPUXTYV[",3915:" 28JZMPMXP[UYWX RNPNXPZ ROOOWRZ RMPOOTMWPWX RTNVPVX RRNUQUY",3916:" 47IZLMMOMXKYMYM_LbN` RNON` RLMNNOOOXQYRZ RNYOYQZ ROZP[UYWX ROZO_PbN` ROORNTMWPWX RTNVPVX RRNUQUY",3917:" 31J[MPMXP[UY RNPNXPZ ROOOWRZ RMPOOTMWPW_XbV` RTNVPV` RRNUQU_TbV`",3918:" 31KXMONOOPOXNYP[ RONPOPXOYPZQYPX RMOOMQOQXRYP[ RQOUMWOUPSN RTNVO",3919:" 41JZMPMSOUURWTWX RNPNSOT ROOOSPT RUSVTVX RTSUTUY RMPSMVNTOQN RRNUN RWXQ[MYOXSZ ROYQZ",3920:" 27MWRHPFQJQXPYR[ RRHRXQYRZSYRX RRHTFSJSXTYR[ RNMQM RSMVM",3921:" 40I[KOLOMPMYP[UY RMNNONYPZ RKOMMOOOXRZ RVMXOWPWXXYYY RVPWOVNUOVPVYWZ RVMTOUPUYW[YY",3922:" 36I[LMMOMXQ[SYWW RMNNONXQZ RLMNNOOOWRYSY RVMXOWPWW RVPWOVNUOVPVW RVMTOUPUX",3923:" 59E_HMIOIXM[OYQX RINJOJXMZ RHMJNKOKWNYOY RRMPOQPQXU[WY[W RRPSORNQORPRXUZ RRMTOSPSWVYWY RZM\\O[P[W RZP[OZNYOZPZW RZMXOYPYX",3924:" 39I[LONPUZV[XY RMNOOUYWZ RLONMONVXXY RXMVMVOXOXMVOSS RQUNYL[N[NYLYL[ RNTQT RSTVT",3925:" 49I[KOLOMPMYP[UY RMNNONYPZ RKOMMOOOXRZ RVMXOWPW]V_U`SaQaO`MaObQa RVPWOVNUOVPV^U_ RPaNa RVMTOUPU^T`Sa",3926:" 43L[RNOPOORNTMWOWSRU RTNVOVS RRNUPUSTT RRUWWW]V_U`SaQaO`MaObQa RVWV^U_ RPaNa RTVUWU^T`Sa"},Nt={"\\frac":{glyph:0,arity:2,flags:{}},"\\binom":{glyph:0,arity:2,flags:{}},"\\sqrt":{glyph:2267,arity:1,flags:{opt:!0,xfl:!0,yfl:!0}},"^":{glyph:0,arity:1,flags:{}},_:{glyph:0,arity:1,flags:{}},"(":{glyph:2221,arity:0,flags:{yfl:!0}},")":{glyph:2222,arity:0,flags:{yfl:!0}},"[":{glyph:2223,arity:0,flags:{yfl:!0}},"]":{glyph:2224,arity:0,flags:{yfl:!0}},"\\langle":{glyph:2227,arity:0,flags:{yfl:!0}},"\\rangle":{glyph:2228,arity:0,flags:{yfl:!0}},"|":{glyph:2229,arity:0,flags:{yfl:!0}},"\\|":{glyph:2230,arity:0,flags:{yfl:!0}},"\\{":{glyph:2225,arity:0,flags:{yfl:!0}},"\\}":{glyph:2226,arity:0,flags:{yfl:!0}},"\\#":{glyph:2275,arity:0,flags:{}},"\\$":{glyph:2274,arity:0,flags:{}},"\\&":{glyph:2273,arity:0,flags:{}},"\\%":{glyph:2271,arity:0,flags:{}},"\\begin":{glyph:0,arity:1,flags:{}},"\\end":{glyph:0,arity:1,flags:{}},"\\left":{glyph:0,arity:1,flags:{}},"\\right":{glyph:0,arity:1,flags:{}},"\\middle":{glyph:0,arity:1,flags:{}},"\\cdot":{glyph:2236,arity:0,flags:{}},"\\pm":{glyph:2233,arity:0,flags:{}},"\\mp":{glyph:2234,arity:0,flags:{}},"\\times":{glyph:2235,arity:0,flags:{}},"\\div":{glyph:2237,arity:0,flags:{}},"\\leqq":{glyph:2243,arity:0,flags:{}},"\\geqq":{glyph:2244,arity:0,flags:{}},"\\leq":{glyph:2243,arity:0,flags:{}},"\\geq":{glyph:2244,arity:0,flags:{}},"\\propto":{glyph:2245,arity:0,flags:{}},"\\sim":{glyph:2246,arity:0,flags:{}},"\\equiv":{glyph:2240,arity:0,flags:{}},"\\dagger":{glyph:2277,arity:0,flags:{}},"\\ddagger":{glyph:2278,arity:0,flags:{}},"\\ell":{glyph:662,arity:0,flags:{}},"\\vec":{glyph:2261,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\overrightarrow":{glyph:2261,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\overleftarrow":{glyph:2263,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\bar":{glyph:2231,arity:1,flags:{hat:!0,xfl:!0}},"\\overline":{glyph:2231,arity:1,flags:{hat:!0,xfl:!0}},"\\widehat":{glyph:2247,arity:1,flags:{hat:!0,xfl:!0,yfl:!0}},"\\hat":{glyph:2247,arity:1,flags:{hat:!0}},"\\acute":{glyph:2248,arity:1,flags:{hat:!0}},"\\grave":{glyph:2249,arity:1,flags:{hat:!0}},"\\breve":{glyph:2250,arity:1,flags:{hat:!0}},"\\tilde":{glyph:2246,arity:1,flags:{hat:!0}},"\\underline":{glyph:2231,arity:1,flags:{mat:!0,xfl:!0}},"\\not":{glyph:2220,arity:1,flags:{}},"\\neq":{glyph:2239,arity:1,flags:{}},"\\ne":{glyph:2239,arity:1,flags:{}},"\\exists":{glyph:2279,arity:0,flags:{}},"\\in":{glyph:2260,arity:0,flags:{}},"\\subset":{glyph:2256,arity:0,flags:{}},"\\supset":{glyph:2258,arity:0,flags:{}},"\\cup":{glyph:2257,arity:0,flags:{}},"\\cap":{glyph:2259,arity:0,flags:{}},"\\infty":{glyph:2270,arity:0,flags:{}},"\\partial":{glyph:2265,arity:0,flags:{}},"\\nabla":{glyph:2266,arity:0,flags:{}},"\\aleph":{glyph:2077,arity:0,flags:{}},"\\wp":{glyph:2190,arity:0,flags:{}},"\\therefore":{glyph:740,arity:0,flags:{}},"\\mid":{glyph:2229,arity:0,flags:{}},"\\sum":{glyph:2402,arity:0,flags:{big:!0}},"\\prod":{glyph:2401,arity:0,flags:{big:!0}},"\\bigoplus":{glyph:2284,arity:0,flags:{big:!0}},"\\bigodot":{glyph:2281,arity:0,flags:{big:!0}},"\\int":{glyph:2412,arity:0,flags:{yfl:!0}},"\\oint":{glyph:2269,arity:0,flags:{yfl:!0}},"\\oplus":{glyph:1284,arity:0,flags:{}},"\\odot":{glyph:1281,arity:0,flags:{}},"\\perp":{glyph:738,arity:0,flags:{}},"\\angle":{glyph:739,arity:0,flags:{}},"\\triangle":{glyph:842,arity:0,flags:{}},"\\Box":{glyph:841,arity:0,flags:{}},"\\rightarrow":{glyph:2261,arity:0,flags:{}},"\\to":{glyph:2261,arity:0,flags:{}},"\\leftarrow":{glyph:2263,arity:0,flags:{}},"\\gets":{glyph:2263,arity:0,flags:{}},"\\circ":{glyph:902,arity:0,flags:{}},"\\bigcirc":{glyph:904,arity:0,flags:{}},"\\bullet":{glyph:828,arity:0,flags:{}},"\\star":{glyph:856,arity:0,flags:{}},"\\diamond":{glyph:743,arity:0,flags:{}},"\\ast":{glyph:728,arity:0,flags:{}},"\\log":{glyph:0,arity:0,flags:{txt:!0}},"\\ln":{glyph:0,arity:0,flags:{txt:!0}},"\\exp":{glyph:0,arity:0,flags:{txt:!0}},"\\mod":{glyph:0,arity:0,flags:{txt:!0}},"\\lim":{glyph:0,arity:0,flags:{txt:!0,big:!0}},"\\sin":{glyph:0,arity:0,flags:{txt:!0}},"\\cos":{glyph:0,arity:0,flags:{txt:!0}},"\\tan":{glyph:0,arity:0,flags:{txt:!0}},"\\csc":{glyph:0,arity:0,flags:{txt:!0}},"\\sec":{glyph:0,arity:0,flags:{txt:!0}},"\\cot":{glyph:0,arity:0,flags:{txt:!0}},"\\sinh":{glyph:0,arity:0,flags:{txt:!0}},"\\cosh":{glyph:0,arity:0,flags:{txt:!0}},"\\tanh":{glyph:0,arity:0,flags:{txt:!0}},"\\csch":{glyph:0,arity:0,flags:{txt:!0}},"\\sech":{glyph:0,arity:0,flags:{txt:!0}},"\\coth":{glyph:0,arity:0,flags:{txt:!0}},"\\arcsin":{glyph:0,arity:0,flags:{txt:!0}},"\\arccos":{glyph:0,arity:0,flags:{txt:!0}},"\\arctan":{glyph:0,arity:0,flags:{txt:!0}},"\\arccsc":{glyph:0,arity:0,flags:{txt:!0}},"\\arcsec":{glyph:0,arity:0,flags:{txt:!0}},"\\arccot":{glyph:0,arity:0,flags:{txt:!0}},"\\text":{glyph:0,arity:1,flags:{}},"\\mathnormal":{glyph:0,arity:1,flags:{}},"\\mathrm":{glyph:0,arity:1,flags:{}},"\\mathit":{glyph:0,arity:1,flags:{}},"\\mathbf":{glyph:0,arity:1,flags:{}},"\\mathsf":{glyph:0,arity:1,flags:{}},"\\mathtt":{glyph:0,arity:1,flags:{}},"\\mathfrak":{glyph:0,arity:1,flags:{}},"\\mathcal":{glyph:0,arity:1,flags:{}},"\\mathbb":{glyph:0,arity:1,flags:{}},"\\mathscr":{glyph:0,arity:1,flags:{}},"\\rm":{glyph:0,arity:1,flags:{}},"\\it":{glyph:0,arity:1,flags:{}},"\\bf":{glyph:0,arity:1,flags:{}},"\\sf":{glyph:0,arity:1,flags:{}},"\\tt":{glyph:0,arity:1,flags:{}},"\\frak":{glyph:0,arity:1,flags:{}},"\\cal":{glyph:0,arity:1,flags:{}},"\\bb":{glyph:0,arity:1,flags:{}},"\\scr":{glyph:0,arity:1,flags:{}},"\\quad":{glyph:0,arity:0,flags:{}},"\\,":{glyph:0,arity:0,flags:{}},"\\.":{glyph:0,arity:0,flags:{}},"\\;":{glyph:0,arity:0,flags:{}},"\\!":{glyph:0,arity:0,flags:{}},"\\alpha":{glyph:2127,flags:{}},"\\beta":{glyph:2128,flags:{}},"\\gamma":{glyph:2129,flags:{}},"\\delta":{glyph:2130,flags:{}},"\\varepsilon":{glyph:2131,flags:{}},"\\zeta":{glyph:2132,flags:{}},"\\eta":{glyph:2133,flags:{}},"\\vartheta":{glyph:2134,flags:{}},"\\iota":{glyph:2135,flags:{}},"\\kappa":{glyph:2136,flags:{}},"\\lambda":{glyph:2137,flags:{}},"\\mu":{glyph:2138,flags:{}},"\\nu":{glyph:2139,flags:{}},"\\xi":{glyph:2140,flags:{}},"\\omicron":{glyph:2141,flags:{}},"\\pi":{glyph:2142,flags:{}},"\\rho":{glyph:2143,flags:{}},"\\sigma":{glyph:2144,flags:{}},"\\tau":{glyph:2145,flags:{}},"\\upsilon":{glyph:2146,flags:{}},"\\varphi":{glyph:2147,flags:{}},"\\chi":{glyph:2148,flags:{}},"\\psi":{glyph:2149,flags:{}},"\\omega":{glyph:2150,flags:{}},"\\epsilon":{glyph:2184,flags:{}},"\\theta":{glyph:2185,flags:{}},"\\phi":{glyph:2186,flags:{}},"\\varsigma":{glyph:2187,flags:{}},"\\Alpha":{glyph:2027,flags:{}},"\\Beta":{glyph:2028,flags:{}},"\\Gamma":{glyph:2029,flags:{}},"\\Delta":{glyph:2030,flags:{}},"\\Epsilon":{glyph:2031,flags:{}},"\\Zeta":{glyph:2032,flags:{}},"\\Eta":{glyph:2033,flags:{}},"\\Theta":{glyph:2034,flags:{}},"\\Iota":{glyph:2035,flags:{}},"\\Kappa":{glyph:2036,flags:{}},"\\Lambda":{glyph:2037,flags:{}},"\\Mu":{glyph:2038,flags:{}},"\\Nu":{glyph:2039,flags:{}},"\\Xi":{glyph:2040,flags:{}},"\\Omicron":{glyph:2041,flags:{}},"\\Pi":{glyph:2042,flags:{}},"\\Rho":{glyph:2043,flags:{}},"\\Sigma":{glyph:2044,flags:{}},"\\Tau":{glyph:2045,flags:{}},"\\Upsilon":{glyph:2046,flags:{}},"\\Phi":{glyph:2047,flags:{}},"\\Chi":{glyph:2048,flags:{}},"\\Psi":{glyph:2049,flags:{}},"\\Omega":{glyph:2050,flags:{}}};function po(o,t="math"){const e=o.charCodeAt(0);if(65<=e&&e<=90){const n=e-65;return t=="text"||t=="rm"?n+2001:t=="tt"?n+501:t=="bf"||t=="bb"?n+3001:t=="sf"?n+2501:t=="frak"?n+3301:t=="scr"||t=="cal"?n+2551:n+2051}if(97<=e&&e<=122){const n=e-97;return t=="text"||t=="rm"?n+2101:t=="tt"?n+601:t=="bf"||t=="bb"?n+3101:t=="sf"?n+2601:t=="frak"?n+3401:t=="scr"||t=="cal"?n+2651:n+2151}if(48<=e&&e<=57){const n=e-48;return t=="it"?n+2750:t=="bf"?n+3200:t=="tt"?n+700:n+2200}return{".":2210,",":2211,":":2212,";":2213,"!":2214,"?":2215,"'":2216,'"':2217,"*":2219,"/":2220,"-":2231,"+":2232,"=":2238,"<":2241,">":2242,"~":2246,"@":2273,"\\":804}[o]}const Ee={SUB_SUP_SCALE:.5,SQRT_MAG_SCALE:.5,FRAC_SCALE:.85,LINE_SPACING:.5,FRAC_SPACING:.4};function Ma(o){o=o.replace(/\n/g," ");let t=0;const e=[];let n="";for(;t<o.length;)o[t]==" "?n.length&&(e.push(n),n=""):o[t]=="\\"?n.length==1&&n[0]=="\\"?(n+=o[t],e.push(n),n=""):(n.length&&e.push(n),n=o[t]):/[A-Za-z0-9\.]/.test(o[t])?n+=o[t]:(n.length&&n!="\\"&&(e.push(n),n=""),n+=o[t],e.push(n),n=""),t++;return n.length&&e.push(n),e}function Oa(o){return{type:Nt[o]?"symb":"char",mode:"math",text:o,chld:[],bbox:null}}function hi(o){let t=0,e={type:"node",text:"",mode:"math",chld:[],bbox:null};function n(){if(o[t]!="[")return null;let l=0,r=t;for(;r<o.length;){if(o[r]=="[")l++;else if(o[r]=="]"&&(l--,!l))break;r++}const a=hi(o.slice(t+1,r));return t=r,a}function i(l){let r=t,a=r,c=0,d=0;const u=[];for(;r<o.length;){if(o[r]=="{")c||(a=r),c++;else if(o[r]=="}"){if(c--,!c&&(u.push(hi(o.slice(a+1,r))),d++,d==l))break}else if(c==0&&(u.push(Oa(o[r])),d++,d==l))break;r++}return t=r,u}for(t=0;t<o.length;t++){const l=Nt[o[t]],r={type:"",text:o[t],mode:"math",chld:[],bbox:null};if(l)if(l.arity){t++,r.type="func";let a=null;l.flags.opt&&(a=n(),a&&t++);const c=i(l.arity);r.chld=c,a&&r.chld.push(a)}else r.type="symb";else o[t]=="{"?(r.type="node",r.text="",r.chld=i(1)):r.type="char";e.chld.push(r)}return e.chld.length==1&&(e=e.chld[0]),e}function ys(o){let t=0;for(;t<o.length;){if(o[t].text=="\\begin"){let e;for(e=t;e<o.length&&o[e].text!="\\end";e++);const n=o.splice(t+1,e-(t+1));ys(n),o[t].text=o[t].chld[0].text,o[t].chld=n,o.splice(t+1,1)}t++}}function fe(o,t,e,n,i,l){if(e==null&&(e=t),!!o.bbox){l&&(o.bbox.x*=t,o.bbox.y*=e),o.bbox.w*=t,o.bbox.h*=e;for(let r=0;r<o.chld.length;r++)fe(o.chld[r],t,e,0,0,!0);o.bbox.x+=n,o.bbox.y+=i}}function bs(o){let t=1/0,e=-1/0,n=1/0,i=-1/0;for(let l=0;l<o.length;l++)o[l].bbox&&(t=Math.min(t,o[l].bbox.x),n=Math.min(n,o[l].bbox.y),e=Math.max(e,o[l].bbox.x+o[l].bbox.w),i=Math.max(i,o[l].bbox.y+o[l].bbox.h));return{x:t,y:n,w:e-t,h:i-n}}function Sa(o){if(!o.length)return null;const t=bs(o);for(let n=0;n<o.length;n++)o[n].bbox&&(o[n].bbox.x-=t.x,o[n].bbox.y-=t.y);return{type:"node",text:"",mode:"math",chld:o,bbox:t}}function Xa(o,t="center"){for(let d=0;d<o.length;d++)if(o[d].text=="^"||o[d].text=="'"){let u=0,R=d;for(;R>0&&(o[R].text=="^"||o[R].text=="_"||o[R].text=="'");)R--;u=o[R].bbox.y,o[d].text=="'"?o[d].bbox.y=u:(fe(o[d],Ee.SUB_SUP_SCALE,null,0,0),Nt[o[R].text]&&Nt[o[R].text].flags.big?o[d].bbox.y=u-o[d].bbox.h:o[R].text=="\\int"?o[d].bbox.y=u:o[d].bbox.y=u-o[d].bbox.h/2)}else if(o[d].text=="_"){let u=1,R=d;for(;R>0&&(o[R].text=="^"||o[R].text=="_"||o[R].text=="'");)R--;u=o[R].bbox.y+o[R].bbox.h,fe(o[d],Ee.SUB_SUP_SCALE,null,0,0),Nt[o[R].text]&&Nt[o[R].text].flags.big?o[d].bbox.y=u:o[R].text=="\\int"?o[d].bbox.y=u-o[d].bbox.h:o[d].bbox.y=u-o[d].bbox.h/2}function e(d,u,R,h,g){let T=d,f=g,m=1/0,C=-1/0;for(;h>0?T<o.length:T>=0;){if(o[T].text==u)f++;else if(o[T].text==R){if(f--,f==0)break}else o[T].text=="^"||o[T].text=="_"||o[T].bbox&&(m=Math.min(m,o[T].bbox.y),C=Math.max(C,o[T].bbox.y+o[T].bbox.h));T+=h}return[m,C]}for(let d=0;d<o.length;d++)if(o[d].text=="\\left"){const[u,R]=e(d,"\\left","\\right",1,0);u!=1/0&&R!=-1/0&&(o[d].bbox.y=u,fe(o[d],1,(R-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\right"){const[u,R]=e(d,"\\right","\\left",-1,0);u!=1/0&&R!=-1/0&&(o[d].bbox.y=u,fe(o[d],1,(R-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\middle"){const[u,R]=e(d,"\\right","\\left",-1,1),[h,g]=e(d,"\\left","\\right",1,1),T=Math.min(u,h),f=Math.max(R,g);T!=1/0&&f!=-1/0&&(o[d].bbox.y=T,fe(o[d],1,(f-T)/o[d].bbox.h,0,0))}if(!o.some(d=>d.text=="&"||d.text=="\\\\"))return;const n=[];let i=[],l=[];for(let d=0;d<o.length;d++)o[d].text=="&"?(i.push(l),l=[]):o[d].text=="\\\\"?(l.length&&(i.push(l),l=[]),n.push(i),i=[]):l.push(o[d]);l.length&&i.push(l),i.length&&n.push(i);const r=[],a=[];for(let d=0;d<n.length;d++){const u=[];for(let R=0;R<n[d].length;R++){const h=Sa(n[d][R]);h&&(r[R]=r[R]||0,r[R]=Math.max(h.bbox.w+1,r[R])),u[R]=h}a.push(u)}const c=[];for(let d=0;d<a.length;d++){let u=1/0,R=-1/0;for(let h=0;h<a[d].length;h++)a[d][h]&&(u=Math.min(u,a[d][h].bbox.y),R=Math.max(R,a[d][h].bbox.y+a[d][h].bbox.h));c.push([u,R])}for(let d=0;d<c.length;d++)(c[d][0]==1/0||c[d][1]==1/0)&&(c[d][0]=d==0?0:c[d-1][1],c[d][1]=c[d][0]+2);for(let d=1;d<a.length;d++){const u=c[d-1][1]-c[d][0]+Ee.LINE_SPACING;for(let R=0;R<a[d].length;R++)a[d][R]&&(a[d][R].bbox.y+=u);c[d][0]+=u,c[d][1]+=u}o.splice(0,o.length);for(let d=0;d<a.length;d++){let u=0;for(let R=0;R<a[d].length;R++){const h=a[d][R];if(!h){u+=r[R];continue}h.bbox.x+=u,u+=r[R]-h.bbox.w,t=="center"?h.bbox.x+=(r[R]-h.bbox.w)/2:t=="left"||(t=="right"||t=="equation"&&R!=a[d].length-1)&&(h.bbox.x+=r[R]-h.bbox.w),o.push(h)}}}function we(o,t="math"){const e={"\\text":"text","\\mathnormal":"math","\\mathrm":"rm","\\mathit":"it","\\mathbf":"bf","\\mathsf":"sf","\\mathtt":"tt","\\mathfrak":"frak","\\mathcal":"cal","\\mathbb":"bb","\\mathscr":"scr","\\rm":"rm","\\it":"it","\\bf":"bf","\\sf":"tt","\\tt":"tt","\\frak":"frak","\\cal":"cal","\\bb":"bb","\\scr":"scr"}[o.text]??t;if(!o.chld.length){if(Nt[o.text])if(Nt[o.text].flags.big)o.text=="\\lim"?o.bbox={x:0,y:0,w:3.5,h:2}:o.bbox={x:0,y:-.5,w:3,h:3};else if(Nt[o.text].flags.txt){let n=0;for(let i=1;i<o.text.length;i++)n+=Nn(po(o.text[i],"text")).w;n/=16,o.bbox={x:0,y:0,w:n,h:2}}else if(Nt[o.text].glyph){let n=Nn(Nt[o.text].glyph).w;n/=16,o.text=="\\int"||o.text=="\\oint"?o.bbox={x:0,y:-1.5,w:n,h:5}:o.bbox={x:0,y:0,w:n,h:2}}else o.bbox={x:0,y:0,w:1,h:2};else{let n=0;for(let i=0;i<o.text.length;i++)Nn(po(o.text[i],e))&&(e=="tt"?n+=16:n+=Nn(po(o.text[i],e)).w);n/=16,o.bbox={x:0,y:0,w:n,h:2}}o.mode=e;return}if(o.text=="\\frac"){const n=o.chld[0],i=o.chld[1],l=Ee.FRAC_SCALE;we(n),we(i),n.bbox.x=0,n.bbox.y=0,i.bbox.x=0,i.bbox.y=0;const r=Math.max(n.bbox.w,i.bbox.w)*l;fe(n,l,null,(r-n.bbox.w*l)/2,0),fe(i,l,null,(r-i.bbox.w*l)/2,n.bbox.h+Ee.FRAC_SPACING),o.bbox={x:0,y:-n.bbox.h+1-Ee.FRAC_SPACING/2,w:r,h:n.bbox.h+i.bbox.h+Ee.FRAC_SPACING}}else if(o.text=="\\binom"){const n=o.chld[0],i=o.chld[1];we(n),we(i),n.bbox.x=0,n.bbox.y=0,i.bbox.x=0,i.bbox.y=0;const l=Math.max(n.bbox.w,i.bbox.w);fe(n,1,null,(l-n.bbox.w)/2+1,0),fe(i,1,null,(l-i.bbox.w)/2+1,n.bbox.h),o.bbox={x:0,y:-n.bbox.h+1,w:l+2,h:n.bbox.h+i.bbox.h}}else if(o.text=="\\sqrt"){const n=o.chld[0];we(n);const i=o.chld[1];let l=0;i&&(we(i),l=Math.max(i.bbox.w*Ee.SQRT_MAG_SCALE-.5,0),fe(i,Ee.SQRT_MAG_SCALE,null,0,.5)),fe(n,1,null,1+l,.5),o.bbox={x:0,y:2-n.bbox.h-.5,w:n.bbox.w+1+l,h:n.bbox.h+.5}}else if(Nt[o.text]&&Nt[o.text].flags.hat){const n=o.chld[0];we(n);const i=n.bbox.y-.5;n.bbox.y=.5,o.bbox={x:0,y:i,w:n.bbox.w,h:n.bbox.h+.5}}else if(Nt[o.text]&&Nt[o.text].flags.mat){const n=o.chld[0];we(n),o.bbox={x:0,y:0,w:n.bbox.w,h:n.bbox.h+.5}}else{let n=0,i=0,l=1;for(let R=0;R<o.chld.length;R++){const h=o.chld[R],g={"\\quad":2,"\\,":6/18,"\\:":8/18,"\\;":10/18,"\\!":-6/18}[h.text]??null;if(h.text=="\\\\"){i+=l,n=0,l=1;continue}else{if(h.text=="&")continue;if(g!=null){n+=g;continue}else{if(we(h,e),fe(h,1,null,n,i),h.text=="^"||h.text=="_"||h.text=="'"){let T=R;for(;T>0&&(o.chld[T].text=="^"||o.chld[T].text=="_"||o.chld[T].text=="'");)T--;const f=Nt[o.chld[T].text]&&Nt[o.chld[T].text].flags.big;if(h.text=="'"){let m=T+1,C=0;for(;m<R;)o.chld[m].text=="'"&&C++,m++;h.bbox.x=o.chld[T].bbox.x+o.chld[T].bbox.w+h.bbox.w*C,n=Math.max(n,h.bbox.x+h.bbox.w)}else if(f){const m=o.chld[T].bbox.x+(o.chld[T].bbox.w-h.bbox.w*Ee.SUB_SUP_SCALE)/2;h.bbox.x=m,n=Math.max(n,o.chld[T].bbox.x+o.chld[T].bbox.w+(h.bbox.w*Ee.SUB_SUP_SCALE-o.chld[T].bbox.w)/2)}else h.bbox.x=o.chld[T].bbox.x+o.chld[T].bbox.w,n=Math.max(n,h.bbox.x+h.bbox.w*Ee.SUB_SUP_SCALE)}else n+=h.bbox.w;t=="text"&&(n+=1),l=Math.max(h.bbox.y+h.bbox.h-i,l)}}}i+=l;const r={bmatrix:["[","]"],pmatrix:["(",")"],Bmatrix:["\\{","\\}"],cases:["\\{"]},a={bmatrix:"center",pmatrix:"center",Bmatrix:"center",cases:"left",matrix:"center",aligned:"equation"}[o.text]??"left",c=!!r[o.text],d=!!r[o.text]&&r[o.text].length>1;Xa(o.chld,a);const u=bs(o.chld);o.text=="\\text"&&(u.x-=1,u.w+=2);for(let R=0;R<o.chld.length;R++)fe(o.chld[R],1,null,-u.x+(c?1.5:0),-u.y);o.bbox={x:0,y:0,w:u.w+1.5*Number(c)+1.5*Number(d),h:u.h},c&&o.chld.unshift({type:"symb",text:r[o.text][0],mode:o.mode,chld:[],bbox:{x:0,y:0,w:1,h:u.h}}),d&&o.chld.push({type:"symb",text:r[o.text][1],mode:o.mode,chld:[],bbox:{x:u.w+2,y:0,w:1,h:u.h}}),(c||d||o.text=="matrix")&&(o.type="node",o.text="",o.bbox.y-=(o.bbox.h-2)/2)}}function Na(o){function t(n,i,l){const r=[];if(n.bbox){if(i+=n.bbox.x,l+=n.bbox.y,n.text=="\\frac"){const a=n.chld[1].bbox.y-(n.chld[0].bbox.y+n.chld[0].bbox.h),c={type:"symb",mode:n.mode,text:"\\bar",bbox:{x:i,y:l+(n.chld[1].bbox.y-a/2)-a/2,w:n.bbox.w,h:a},chld:[]};r.push(c)}else if(n.text=="\\sqrt"){const a=n.chld[0].bbox.y,c=Math.max(0,n.chld[0].bbox.x-n.chld[0].bbox.h/2),d={type:"symb",mode:n.mode,text:"\\sqrt",bbox:{x:i+c,y:l+a/2,w:n.chld[0].bbox.x-c,h:n.bbox.h-a/2},chld:[]};r.push(d),r.push({type:"symb",text:"\\bar",mode:n.mode,bbox:{x:i+n.chld[0].bbox.x,y:l,w:n.bbox.w-n.chld[0].bbox.x,h:a},chld:[]})}else if(n.text=="\\binom"){const a=Math.min(n.chld[0].bbox.x,n.chld[1].bbox.x),c={type:"symb",mode:n.mode,text:"(",bbox:{x:i,y:l,w:a,h:n.bbox.h},chld:[]};r.push(c),r.push({type:"symb",text:")",mode:n.mode,bbox:{x:i+n.bbox.w-a,y:l,w:a,h:n.bbox.h},chld:[]})}else if(Nt[n.text]&&Nt[n.text].flags.hat){const a=n.chld[0].bbox.y,c={type:"symb",mode:n.mode,text:n.text,bbox:{x:i,y:l,w:n.bbox.w,h:a},chld:[]};r.push(c)}else if(Nt[n.text]&&Nt[n.text].flags.mat){const a=n.chld[0].bbox.h,c={type:"symb",text:n.text,mode:n.mode,bbox:{x:i,y:l+a,w:n.bbox.w,h:n.bbox.h-a},chld:[]};r.push(c)}else if(n.type!="node"&&n.text!="^"&&n.text!="_"){const a={type:n.type=="func"?"symb":n.type,text:n.text,mode:n.mode,bbox:{x:i,y:l,w:n.bbox.w,h:n.bbox.h},chld:[]};r.push(a)}}for(let a=0;a<n.chld.length;a++){const c=t(n.chld[a],i,l);r.push(...c)}return r}const e=t(o,-o.bbox.x,-o.bbox.y);o.type="node",o.text="",o.chld=e}function Fa(o){const t=[];for(let e=0;e<o.chld.length;e++){const n=o.chld[e];let i=n.bbox.h/2,l=!1;if(Nt[n.text]&&Nt[n.text].flags.hat&&!Nt[n.text].flags.xfl&&!Nt[n.text].flags.yfl&&(i*=4,l=!0),Nt[n.text]&&Nt[n.text].glyph){const r=Nn(Nt[n.text].glyph);for(let a=0;a<r.polylines.length;a++){const c=[];for(let d=0;d<r.polylines[a].length;d++){let u=r.polylines[a][d][0],R=r.polylines[a][d][1];if(Nt[n.text].flags.xfl)u=(u-r.xmin)/Math.max(r.xmax-r.xmin,1)*n.bbox.w,u+=n.bbox.x;else if(r.w/16*i>n.bbox.w)u=u/Math.max(r.w,1)*n.bbox.w,u+=n.bbox.x;else{u=u/16*i;const h=(n.bbox.w-r.w/16*i)/2;u+=n.bbox.x+h}if(Nt[n.text].flags.yfl)R=(R-r.ymin)/Math.max(r.ymax-r.ymin,1)*n.bbox.h,R+=n.bbox.y;else{if(R=R/16*i,l){const h=(r.ymax+r.ymin)/2;R-=h/16*i}R+=n.bbox.y+n.bbox.h/2}c.push([u,R])}t.push(c)}}else if(Nt[n.text]&&Nt[n.text].flags.txt||n.type=="char"){let r=n.bbox.x;const a=!!(Nt[n.text]&&Nt[n.text].flags.txt);for(let c=Number(a);c<n.text.length;c++){const d=Nn(po(n.text[c],a?"text":n.mode));if(!d){console.warn("unmapped character: "+n.text[c]);continue}for(let u=0;u<d.polylines.length;u++){const R=[];for(let h=0;h<d.polylines[u].length;h++){let g=d.polylines[u][h][0],T=d.polylines[u][h][1];g/=16,T/=16,g*=i,T*=i,n.mode=="tt"&&(d.w>16?g*=16/d.w:g+=(16-d.w)/2/16),g+=r,T+=n.bbox.y+n.bbox.h/2,R.push([g,T])}t.push(R)}n.mode=="tt"?r+=i:r+=d.w/16*i}}}return t}function Ze(o){return Math.round(o*100)/100}class ya{_latex;_tree;_tokens;_polylines;constructor(t){this._latex=t,this._tokens=Ma(t),this._tree=hi(this._tokens),ys(this._tree.chld),we(this._tree),Na(this._tree),this._polylines=Fa(this._tree)}resolveScale(t){if(t==null)return[16,16,16,16];let e=t.SCALE_X??16,n=t.SCALE_Y??16;if(t.MIN_CHAR_H!=null){let r=0;for(let c=0;c<this._tree.chld.length;c++){const d=this._tree.chld[c];(d.type=="char"||Nt[d.text]&&(Nt[d.text].flags.txt||!Object.keys(Nt[d.text].flags).length))&&(r=Math.min(d.bbox.h,r))}const a=Math.max(1,t.MIN_CHAR_H/r);e*=a,n*=a}if(t.MAX_W!=null){const r=e;e=Math.min(e,t.MAX_W/this._tree.bbox.w),n*=e/r}if(t.MAX_H!=null){const r=n;n=Math.min(n,t.MAX_H/this._tree.bbox.h),e*=n/r}const i=t.MARGIN_X??e,l=t.MARGIN_Y??n;return[i,l,e,n]}polylines(t){t||(t={});const e=[],[n,i,l,r]=this.resolveScale(t);for(let a=0;a<this._polylines.length;a++){e.push([]);for(let c=0;c<this._polylines[a].length;c++){const[d,u]=this._polylines[a][c];e[e.length-1].push([n+d*l,i+u*r])}}return e}pathd(t){t||(t={});let e="";const[n,i,l,r]=this.resolveScale(t);for(let a=0;a<this._polylines.length;a++)for(let c=0;c<this._polylines[a].length;c++){const[d,u]=this._polylines[a][c];e+=c?"L":"M",e+=`${Ze(n+d*l)} ${Ze(i+u*r)}`}return e}svg(t){t||(t={});const[e,n,i,l]=this.resolveScale(t),r=Ze(this._tree.bbox.w*i+e*2),a=Ze(this._tree.bbox.h*l+n*2);let c=`<svg
14
14
  xmlns="http://www.w3.org/2000/svg"
15
15
  width="${r}" height="${a}"
16
16
  fill="none" stroke="${t.FG_COLOR??"black"}" stroke-width="${t.STROKE_W??1}"
@@ -58,59 +58,62 @@ trailer
58
58
  >>startxref
59
59
 
60
60
  %%EOF
61
- `,c+d}boxes(t){t||(t={});const[e,n,i,l]=this.resolveScale(t),r=[];for(let a=0;a<this._tree.chld.length;a++){const{x:c,y:d,w:u,h:R}=this._tree.chld[a].bbox;r.push({x:e+c*i,y:n+d*l,w:u*i,h:R*l})}return r}box(t){t||(t={});const[e,n,i,l]=this.resolveScale(t);return{x:e+this._tree.bbox.x*i,y:n+this._tree.bbox.y*l,w:this._tree.bbox.w*i,h:this._tree.bbox.h*l}}}class bs extends Ns{static convertLaTextToSVG(t){return new Xa(t).svg({SCALE_X:10,SCALE_Y:10,MARGIN_X:0,MARGIN_Y:0})}render(t,e,n,i){const{scale:l}=this.options,r=e.width*l,a=e.height*l;if(this.imageCache.has(e.value)){const c=this.imageCache.get(e.value);t.drawImage(c,n,i,r,a)}else{const c=new Promise((d,u)=>{const R=new Image;R.src=e.laTexSVG,R.onload=()=>{t.drawImage(R,n,i,r,a),this.imageCache.set(e.value,R),d(e)},R.onerror=h=>{u(h)}});this.addImageObserver(c)}}}s.ListType=void 0,(function(o){o.UL="ul",o.OL="ol"})(s.ListType||(s.ListType={}));var pn;(function(o){o.DISC="disc",o.CIRCLE="circle",o.SQUARE="square",o.CHECKBOX="checkbox"})(pn||(pn={}));var Ds;(function(o){o.DECIMAL="decimal"})(Ds||(Ds={})),s.ListStyle=void 0,(function(o){o.DISC="disc",o.CIRCLE="circle",o.SQUARE="square",o.DECIMAL="decimal",o.CHECKBOX="checkbox"})(s.ListStyle||(s.ListStyle={}));const Na={inheritStyle:!1},hi={[pn.DISC]:"•",[pn.CIRCLE]:"◦",[pn.SQUARE]:"▫︎",[pn.CHECKBOX]:"☑️"},Fa={[s.ListType.OL]:"ol",[s.ListType.UL]:"ul"},ya={[s.ListStyle.DISC]:"disc",[s.ListStyle.CIRCLE]:"circle",[s.ListStyle.SQUARE]:"square",[s.ListStyle.DECIMAL]:"decimal",[s.ListStyle.CHECKBOX]:"checkbox"};s.TitleLevel=void 0,(function(o){o.FIRST="first",o.SECOND="second",o.THIRD="third",o.FOURTH="fourth",o.FIFTH="fifth",o.SIXTH="sixth"})(s.TitleLevel||(s.TitleLevel={}));const ba={defaultFirstSize:26,defaultSecondSize:24,defaultThirdSize:22,defaultFourthSize:20,defaultFifthSize:18,defaultSixthSize:16},Vs={[s.TitleLevel.FIRST]:"defaultFirstSize",[s.TitleLevel.SECOND]:"defaultSecondSize",[s.TitleLevel.THIRD]:"defaultThirdSize",[s.TitleLevel.FOURTH]:"defaultFourthSize",[s.TitleLevel.FIFTH]:"defaultFifthSize",[s.TitleLevel.SIXTH]:"defaultSixthSize"},gi={[s.TitleLevel.FIRST]:1,[s.TitleLevel.SECOND]:2,[s.TitleLevel.THIRD]:3,[s.TitleLevel.FOURTH]:4,[s.TitleLevel.FIFTH]:5,[s.TitleLevel.SIXTH]:6},Da={H1:s.TitleLevel.FIRST,H2:s.TitleLevel.SECOND,H3:s.TitleLevel.THIRD,H4:s.TitleLevel.FOURTH,H5:s.TitleLevel.FIFTH,H6:s.TitleLevel.SIXTH};s.BlockType=void 0,(function(o){o.IFRAME="iframe",o.VIDEO="video"})(s.BlockType||(s.BlockType={})),s.ControlType=void 0,(function(o){o.TEXT="text",o.SELECT="select",o.CHECKBOX="checkbox",o.RADIO="radio",o.DATE="date",o.NUMBER="number",o.TEXTFIELD="TextField",o.BUTTON="button",o.MENSTRUAL_HISTORY="menstrualHistory"})(s.ControlType||(s.ControlType={})),s.ControlComponent=void 0,(function(o){o.PREFIX="prefix",o.POSTFIX="postfix",o.PRE_TEXT="preText",o.PRETEXTFIX="preTextFix",o.PRETEXTFIX_TEXT="preTextFixText",o.POSTTEXTFIX="postTextFix",o.POSTTEXTFIX_TEXT="postTextFixText",o.POST_TEXT="postText",o.PLACEHOLDER="placeholder",o.TEXTFIXLABEL="textFixLabel",o.VALUE="value",o.DELETEPERSON="deletePerson",o.CHECKBOX="checkbox",o.RADIO="radio",o.UNDERLINE="underline"})(s.ControlComponent||(s.ControlComponent={})),s.ControlIndentation=void 0,(function(o){o.ROW_START="rowStart",o.VALUE_START="valueStart"})(s.ControlIndentation||(s.ControlIndentation={})),s.ControlState=void 0,(function(o){o.ACTIVE="active",o.INACTIVE="inactive"})(s.ControlState||(s.ControlState={}));var Ws;(function(o){o.NUMBER="number",o.OPERATOR="operator",o.UTILITY="utility",o.EQUAL="equal"})(Ws||(Ws={})),s.EditorComponent=void 0,(function(o){o.COMPONENT="component",o.MENU="menu",o.MAIN="main",o.FOOTER="footer",o.CONTEXTMENU="contextmenu",o.POPUP="popup",o.CATALOG="catalog",o.COMMENT="comment"})(s.EditorComponent||(s.EditorComponent={}));var Qe;(function(o){o.PAGE="page",o.TABLE="table"})(Qe||(Qe={})),s.EditorMode=void 0,(function(o){o.EDIT="edit",o.CLEAN="clean",o.READONLY="readonly",o.FORM="form",o.PRINT="print",o.COMPARE="compare",o.DESIGN="design",o.GRAFFITI="graffiti"})(s.EditorMode||(s.EditorMode={})),s.EditorZone=void 0,(function(o){o.HEADER="header",o.MAIN="main",o.FOOTER="footer"})(s.EditorZone||(s.EditorZone={})),s.PageMode=void 0,(function(o){o.PAGING="paging",o.CONTINUITY="continuity"})(s.PageMode||(s.PageMode={})),s.PaperDirection=void 0,(function(o){o.VERTICAL="vertical",o.HORIZONTAL="horizontal"})(s.PaperDirection||(s.PaperDirection={})),s.WordBreak=void 0,(function(o){o.BREAK_ALL="break-all",o.BREAK_WORD="break-word"})(s.WordBreak||(s.WordBreak={})),s.RenderMode=void 0,(function(o){o.SPEED="speed",o.COMPATIBILITY="compatibility"})(s.RenderMode||(s.RenderMode={})),s.TableBorder=void 0,(function(o){o.ALL="all",o.EMPTY="empty",o.EXTERNAL="external",o.INTERNAL="internal",o.DASH="dash"})(s.TableBorder||(s.TableBorder={})),s.TdBorder=void 0,(function(o){o.TOP="top",o.RIGHT="right",o.BOTTOM="bottom",o.LEFT="left"})(s.TdBorder||(s.TdBorder={})),s.TdSlash=void 0,(function(o){o.FORWARD="forward",o.BACK="back"})(s.TdSlash||(s.TdSlash={})),s.BackgroundSize=void 0,(function(o){o.CONTAIN="contain",o.COVER="cover"})(s.BackgroundSize||(s.BackgroundSize={})),s.BackgroundRepeat=void 0,(function(o){o.REPEAT="repeat",o.NO_REPEAT="no-repeat",o.REPEAT_X="repeat-x",o.REPEAT_Y="repeat-y"})(s.BackgroundRepeat||(s.BackgroundRepeat={}));const Va={color:"#FFFFFF",image:"",size:s.BackgroundSize.COVER,repeat:s.BackgroundRepeat.NO_REPEAT,applyPageNumbers:[]};s.VerticalAlign=void 0,(function(o){o.TOP="top",o.MIDDLE="middle",o.BOTTOM="bottom"})(s.VerticalAlign||(s.VerticalAlign={}));const Wa={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#ffffff",verticalAlign:s.VerticalAlign.BOTTOM},Ya={placeholderColor:"#9c9b9b",bracketColor:"#2284FE",textFixColor:"blue",prefix:"[",postfix:"]",preTextFix:"{",postTextFix:"}",textFixLabel:"",preTextFixText:"",postTextFixText:"",borderWidth:1,borderColor:"#000000",activeBackgroundColor:"",disabledBackgroundColor:"",existValueBackgroundColor:"",noValueBackgroundColor:"",inlineControlBackgroundColor:"#BFF7D7"},Ua={bottom:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},wa={opacity:.1,backgroundColor:"#E99D00",activeOpacity:.5,activeBackgroundColor:"#E99D00",disabled:!1,deletable:!0},Za={top:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},Qa={defaultColor:"#1976d2",defaultBackgroundColor:"#e3f2fd",defaultBorderRadius:4,defaultPadding:[4,4,4,4]},va={color:"#666666",font:"Microsoft YaHei",size:12,top:5},Ka={disabled:!0,color:"#CCCCCC",lineWidth:1.5},Ha={font:"Microsoft YaHei",fontSize:12,lineDash:[3,1]},$n={PAGE_NO:"{pageNo}",PAGE_COUNT:"{pageCount}"},_a={bottom:60,size:12,font:"Microsoft YaHei",color:"#000000",rowFlex:s.RowFlex.CENTER,format:$n.PAGE_NO,numberType:s.NumberType.ARABIC,disabled:!1,startPageNo:1,fromPageNo:0,maxPageNo:null},Ys={data:"",color:"#DCDFE6",opacity:1,size:16,font:"Microsoft YaHei"},Aa={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#000000",verticalAlign:s.VerticalAlign.BOTTOM},ka={lineWidth:1,strokeStyle:"#000000"},Ga={tdPadding:[5,5,5,5],defaultTrMinHeight:24,defaultColMinWidth:40,defaultBorderColor:"#000000",overflow:!0};s.WatermarkType=void 0,(function(o){o.TEXT="text",o.IMAGE="image"})(s.WatermarkType||(s.WatermarkType={}));const Ti={data:"",type:s.WatermarkType.TEXT,width:0,height:0,color:"#AEB5C0",opacity:.3,size:200,font:"Microsoft YaHei",repeat:!1,gap:[10,10],numberType:s.NumberType.ARABIC},xa={tipDisabled:!0};s.LineNumberType=void 0,(function(o){o.PAGE="page",o.CONTINUITY="continuity"})(s.LineNumberType||(s.LineNumberType={}));const Ba={size:12,font:"Microsoft YaHei",color:"#000000",disabled:!0,right:20,type:s.LineNumberType.CONTINUITY},Ja={color:"#000000",lineWidth:1,padding:[0,5,0,5],disabled:!0},$a={top:0,left:5},za={defaultLineColor:"#000000",defaultLineWidth:2},ja={disabled:!0,color:"#CCCCCC",radius:1};function Co(o={}){const t={...Ga,...o.table},e={...Za,...o.header},n={...Ua,...o.footer},i={..._a,...o.pageNumber},l={...Ti,...o.watermark},r={...Ya,...o.control},a={...Wa,...o.checkbox},c={...Aa,...o.radio},d={...aa,...o.cursor},u={...ba,...o.title},R={...Ys,...o.placeholder},h={...wa,...o.group},g={...Ha,...o.pageBreak},T={...xa,...o.zone},f={...Va,...o.background},m={...Ka,...o.lineBreak},C={...ja,...o.whiteSpace},I={...ka,...o.separator},p={...Ba,...o.lineNumber},L={...Ja,...o.pageBorder},M={...$a,...o.badge},O={...za,...o.graffiti},b={...Qa,...o.label},D={...va,...o.imgCaption},W={...Na,...o.list},V={print:{...fo.print,...o.modeRule?.print},compare:{...fo.compare,...o.modeRule?.compare},readonly:{...fo.readonly,...o.modeRule?.readonly},form:{...fo.form,...o.modeRule?.form}};return{mode:s.EditorMode.EDIT,locale:"zhCN",defaultType:"TEXT",defaultColor:"#000000",defaultFont:"SimSun",defaultSize:16,minSize:5,maxSize:72,defaultRowMargin:1,defaultBasicRowMarginHeight:8,defaultTabWidth:32,width:794,height:1123,scale:1,pageGap:20,underlineColor:"#000000",strikeoutColor:"#FF0000",rangeAlpha:.6,rangeColor:"#AECBFA",rangeMinWidth:5,searchMatchAlpha:.6,searchMatchColor:"#FFFF00",searchNavigateMatchColor:"#AAD280",highlightAlpha:.6,highlightMarginHeight:8,resizerColor:"#4182D9",resizerSize:5,marginIndicatorSize:35,marginIndicatorColor:"#BABABA",margins:[75.591,56.693,56.693,56.693],pageMode:s.PageMode.PAGING,renderMode:s.RenderMode.SPEED,defaultHyperlinkColor:"#0000FF",paperDirection:s.PaperDirection.VERTICAL,inactiveAlpha:.6,historyMaxRecordCount:100,wordBreak:s.WordBreak.BREAK_WORD,printPixelRatio:3,maskMargin:[0,0,0,0],letterClass:[qo.ENGLISH,qo.NUMBER],contextMenuDisableKeys:[],shortcutDisableKeys:[],scrollContainerSelector:"",pageOuterSelectionDisable:!1,...o,table:t,header:e,footer:n,pageNumber:i,watermark:l,control:r,checkbox:a,radio:c,cursor:d,title:u,placeholder:R,group:h,pageBreak:g,zone:T,background:f,lineBreak:m,whiteSpace:C,separator:I,lineNumber:p,pageBorder:L,badge:M,modeRule:V,graffiti:O,label:b,imgCaption:D,list:W,performance:{enabled:!1,threshold:16,...o.performance}}}const Us=new Map,qa=[s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.CHECKBOX,s.ControlType.RADIO];function ve(o,t){return o&&qa.includes(o)?[""]:Dt(t)}function tc(o){return Us.get(o)}function Io(o,t){Us.set(o,t)}function fi(o){const t=[];for(let e=0;e<o.length;e++){const n=o[e],i=Dt(n.value);for(let l=0;l<i.length;l++)t.push({...n,value:i[l]})}return t}const ws=new Set([s.ControlComponent.PREFIX,s.ControlComponent.POSTFIX,s.ControlComponent.PRE_TEXT,s.ControlComponent.POST_TEXT,s.ControlComponent.PRETEXTFIX,s.ControlComponent.PRETEXTFIX_TEXT,s.ControlComponent.POSTTEXTFIX,s.ControlComponent.POSTTEXTFIX_TEXT,s.ControlComponent.PLACEHOLDER,s.ControlComponent.TEXTFIXLABEL,s.ControlComponent.CHECKBOX,s.ControlComponent.RADIO,s.ControlComponent.UNDERLINE]),ec=["请选择","双击获取日期","格式化日期时间"];function nc(o){const t=[];return o.filter(Boolean).forEach(e=>{t.push(e,`获取${e}`,`获取 ${e}`,`请选择${e}`,`请选择 ${e}`,`请输入${e}`,`请输入 ${e}`)}),t}function Ke(o,t=[]){if(!o)return"";const e=o.replace(new RegExp(`${_}`,"g"),`
62
- `),n=e.trim();return n?[...ec,...nc(t)].includes(n)?"":e:""}function mi(o,t){const e=Ke(o,[t?.label||""]);if(!e)return[];const n=t?ie(t,[...Te,"font","size","bold","italic","underline","strikeout","rowFlex","rowMargin","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime","color"]):{};return Dt(e).map(i=>({...n,type:s.ElementType.TEXT,value:i===`
63
- `?_:i}))}function Lo(o){const t=(o.code||"").split(",").map(n=>n.trim()).filter(Boolean);if(!t.length||!o.valueSets?.length)return"";const e=o.multiSelectDelimiter||",";return t.map(n=>o.valueSets?.find(i=>i.code===n)?.value).filter(n=>!!n).join(e)}function Zs(o){return o.type===s.ElementType.REUSABLE_ITEM?Ke(o.reusableItemConfig?.value||"",[o.label||""]):o.type===s.ElementType.CUSTOM_MACRO?Ke(o.macroConfig?.value||o.value||"",[o.label||""]):o.type===s.ElementType.MACRO?Ke(o.value||"",[o.label||""]):""}function oc(o){const t=o.control;if(!t)return[];const e=[t.placeholder||"",t.label||""];if(t.type===s.ControlType.CHECKBOX||t.type===s.ControlType.RADIO){const r=Ke(Lo(t),e);if(r)return mi(r,o)}const i=Fn(t.value||[]);return Ke(Po(i),e)?i:t.type===s.ControlType.SELECT?mi(Ke(Lo(t),e),o):[]}function ic(o){if(!o)return"";const t=[o.placeholder||"",o.label||""];if(o.type===s.ControlType.CHECKBOX||o.type===s.ControlType.RADIO){const i=Ke(Lo(o),t);if(i)return i}const n=Ke(Po(o.value||[]),t);return n||(o.type===s.ControlType.SELECT?Ke(Lo(o),t):"")}function pi(o){return de(o)||o.controlComponent&&ws.has(o.controlComponent)?"":o.type===s.ElementType.CONTROL?ic(o.control):o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM?Zs(o):o.type===s.ElementType.TABLE?o.trList?.map(t=>t.tdList.map(e=>Po(e.value||[])).join(" ")).join(`
64
- `)||"":o.type===s.ElementType.TAB?" ":o.valueList?.length?Po(o.valueList):o.value||""}function Po(o){return o.map(t=>pi(t)).join("")}function Fn(o=[]){const t=[];return o.forEach(e=>{if(de(e)||e.controlComponent&&ws.has(e.controlComponent))return;if(e.type===s.ElementType.TABLE){const i=ht(e);i.trList?.forEach(l=>{l.tdList.forEach(r=>{r.value=Fn(r.value||[])})}),t.push(i);return}if(e.type===s.ElementType.CONTROL&&e.control){t.push(...oc(e));return}if(e.type===s.ElementType.MACRO||e.type===s.ElementType.CUSTOM_MACRO||e.type===s.ElementType.REUSABLE_ITEM){t.push(...mi(Zs(e),e));return}if(e.valueList?.length){const i=ht(e);i.valueList=Fn(e.valueList),t.push(i);return}const n=ht(e);delete n.control,delete n.controlId,delete n.originControlId,delete n.controlComponent,n.type===s.ElementType.CONTROL&&(n.type=s.ElementType.TEXT),(n.value===`
61
+ `,c+d}boxes(t){t||(t={});const[e,n,i,l]=this.resolveScale(t),r=[];for(let a=0;a<this._tree.chld.length;a++){const{x:c,y:d,w:u,h:R}=this._tree.chld[a].bbox;r.push({x:e+c*i,y:n+d*l,w:u*i,h:R*l})}return r}box(t){t||(t={});const[e,n,i,l]=this.resolveScale(t);return{x:e+this._tree.bbox.x*i,y:n+this._tree.bbox.y*l,w:this._tree.bbox.w*i,h:this._tree.bbox.h*l}}}class Ds extends Fs{static convertLaTextToSVG(t){return new ya(t).svg({SCALE_X:10,SCALE_Y:10,MARGIN_X:0,MARGIN_Y:0})}render(t,e,n,i){const{scale:l}=this.options,r=e.width*l,a=e.height*l;if(this.imageCache.has(e.value)){const c=this.imageCache.get(e.value);t.drawImage(c,n,i,r,a)}else{const c=new Promise((d,u)=>{const R=new Image;R.src=e.laTexSVG,R.onload=()=>{t.drawImage(R,n,i,r,a),this.imageCache.set(e.value,R),d(e)},R.onerror=h=>{u(h)}});this.addImageObserver(c)}}}s.ListType=void 0,(function(o){o.UL="ul",o.OL="ol"})(s.ListType||(s.ListType={}));var pn;(function(o){o.DISC="disc",o.CIRCLE="circle",o.SQUARE="square",o.CHECKBOX="checkbox"})(pn||(pn={}));var Vs;(function(o){o.DECIMAL="decimal"})(Vs||(Vs={})),s.ListStyle=void 0,(function(o){o.DISC="disc",o.CIRCLE="circle",o.SQUARE="square",o.DECIMAL="decimal",o.CHECKBOX="checkbox"})(s.ListStyle||(s.ListStyle={}));const ba={inheritStyle:!1},gi={[pn.DISC]:"•",[pn.CIRCLE]:"◦",[pn.SQUARE]:"▫︎",[pn.CHECKBOX]:"☑️"},Da={[s.ListType.OL]:"ol",[s.ListType.UL]:"ul"},Va={[s.ListStyle.DISC]:"disc",[s.ListStyle.CIRCLE]:"circle",[s.ListStyle.SQUARE]:"square",[s.ListStyle.DECIMAL]:"decimal",[s.ListStyle.CHECKBOX]:"checkbox"};s.TitleLevel=void 0,(function(o){o.FIRST="first",o.SECOND="second",o.THIRD="third",o.FOURTH="fourth",o.FIFTH="fifth",o.SIXTH="sixth"})(s.TitleLevel||(s.TitleLevel={}));const Wa={defaultFirstSize:26,defaultSecondSize:24,defaultThirdSize:22,defaultFourthSize:20,defaultFifthSize:18,defaultSixthSize:16},Ws={[s.TitleLevel.FIRST]:"defaultFirstSize",[s.TitleLevel.SECOND]:"defaultSecondSize",[s.TitleLevel.THIRD]:"defaultThirdSize",[s.TitleLevel.FOURTH]:"defaultFourthSize",[s.TitleLevel.FIFTH]:"defaultFifthSize",[s.TitleLevel.SIXTH]:"defaultSixthSize"},Ti={[s.TitleLevel.FIRST]:1,[s.TitleLevel.SECOND]:2,[s.TitleLevel.THIRD]:3,[s.TitleLevel.FOURTH]:4,[s.TitleLevel.FIFTH]:5,[s.TitleLevel.SIXTH]:6},Ya={H1:s.TitleLevel.FIRST,H2:s.TitleLevel.SECOND,H3:s.TitleLevel.THIRD,H4:s.TitleLevel.FOURTH,H5:s.TitleLevel.FIFTH,H6:s.TitleLevel.SIXTH};s.BlockType=void 0,(function(o){o.IFRAME="iframe",o.VIDEO="video"})(s.BlockType||(s.BlockType={})),s.ControlType=void 0,(function(o){o.TEXT="text",o.SELECT="select",o.CHECKBOX="checkbox",o.RADIO="radio",o.DATE="date",o.NUMBER="number",o.TEXTFIELD="TextField",o.BUTTON="button",o.MENSTRUAL_HISTORY="menstrualHistory"})(s.ControlType||(s.ControlType={})),s.ControlComponent=void 0,(function(o){o.PREFIX="prefix",o.POSTFIX="postfix",o.PRE_TEXT="preText",o.PRETEXTFIX="preTextFix",o.PRETEXTFIX_TEXT="preTextFixText",o.POSTTEXTFIX="postTextFix",o.POSTTEXTFIX_TEXT="postTextFixText",o.POST_TEXT="postText",o.PLACEHOLDER="placeholder",o.TEXTFIXLABEL="textFixLabel",o.VALUE="value",o.DELETEPERSON="deletePerson",o.CHECKBOX="checkbox",o.RADIO="radio",o.UNDERLINE="underline"})(s.ControlComponent||(s.ControlComponent={})),s.ControlIndentation=void 0,(function(o){o.ROW_START="rowStart",o.VALUE_START="valueStart"})(s.ControlIndentation||(s.ControlIndentation={})),s.ControlState=void 0,(function(o){o.ACTIVE="active",o.INACTIVE="inactive"})(s.ControlState||(s.ControlState={}));var Ys;(function(o){o.NUMBER="number",o.OPERATOR="operator",o.UTILITY="utility",o.EQUAL="equal"})(Ys||(Ys={})),s.EditorComponent=void 0,(function(o){o.COMPONENT="component",o.MENU="menu",o.MAIN="main",o.FOOTER="footer",o.CONTEXTMENU="contextmenu",o.POPUP="popup",o.CATALOG="catalog",o.COMMENT="comment"})(s.EditorComponent||(s.EditorComponent={}));var Qe;(function(o){o.PAGE="page",o.TABLE="table"})(Qe||(Qe={})),s.EditorMode=void 0,(function(o){o.EDIT="edit",o.CLEAN="clean",o.READONLY="readonly",o.FORM="form",o.PRINT="print",o.COMPARE="compare",o.DESIGN="design",o.GRAFFITI="graffiti"})(s.EditorMode||(s.EditorMode={})),s.EditorZone=void 0,(function(o){o.HEADER="header",o.MAIN="main",o.FOOTER="footer"})(s.EditorZone||(s.EditorZone={})),s.PageMode=void 0,(function(o){o.PAGING="paging",o.CONTINUITY="continuity"})(s.PageMode||(s.PageMode={})),s.PaperDirection=void 0,(function(o){o.VERTICAL="vertical",o.HORIZONTAL="horizontal"})(s.PaperDirection||(s.PaperDirection={})),s.WordBreak=void 0,(function(o){o.BREAK_ALL="break-all",o.BREAK_WORD="break-word"})(s.WordBreak||(s.WordBreak={})),s.RenderMode=void 0,(function(o){o.SPEED="speed",o.COMPATIBILITY="compatibility"})(s.RenderMode||(s.RenderMode={})),s.TableBorder=void 0,(function(o){o.ALL="all",o.EMPTY="empty",o.EXTERNAL="external",o.INTERNAL="internal",o.DASH="dash"})(s.TableBorder||(s.TableBorder={})),s.TdBorder=void 0,(function(o){o.TOP="top",o.RIGHT="right",o.BOTTOM="bottom",o.LEFT="left"})(s.TdBorder||(s.TdBorder={})),s.TdSlash=void 0,(function(o){o.FORWARD="forward",o.BACK="back"})(s.TdSlash||(s.TdSlash={})),s.BackgroundSize=void 0,(function(o){o.CONTAIN="contain",o.COVER="cover"})(s.BackgroundSize||(s.BackgroundSize={})),s.BackgroundRepeat=void 0,(function(o){o.REPEAT="repeat",o.NO_REPEAT="no-repeat",o.REPEAT_X="repeat-x",o.REPEAT_Y="repeat-y"})(s.BackgroundRepeat||(s.BackgroundRepeat={}));const Ua={color:"#FFFFFF",image:"",size:s.BackgroundSize.COVER,repeat:s.BackgroundRepeat.NO_REPEAT,applyPageNumbers:[]};s.VerticalAlign=void 0,(function(o){o.TOP="top",o.MIDDLE="middle",o.BOTTOM="bottom"})(s.VerticalAlign||(s.VerticalAlign={}));const wa={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#ffffff",verticalAlign:s.VerticalAlign.BOTTOM},Za={placeholderColor:"#9c9b9b",bracketColor:"#2284FE",textFixColor:"blue",prefix:"[",postfix:"]",preTextFix:"{",postTextFix:"}",textFixLabel:"",preTextFixText:"",postTextFixText:"",borderWidth:1,borderColor:"#000000",activeBackgroundColor:"",disabledBackgroundColor:"",existValueBackgroundColor:"",noValueBackgroundColor:"",inlineControlBackgroundColor:"#BFF7D7"},Qa={bottom:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},va={opacity:.1,backgroundColor:"#E99D00",activeOpacity:.5,activeBackgroundColor:"#E99D00",disabled:!1,deletable:!0},Ka={top:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},Ha={defaultColor:"#1976d2",defaultBackgroundColor:"#e3f2fd",defaultBorderRadius:4,defaultPadding:[4,4,4,4]},_a={color:"#666666",font:"Microsoft YaHei",size:12,top:5},Aa={disabled:!0,color:"#CCCCCC",lineWidth:1.5},ka={font:"Microsoft YaHei",fontSize:12,lineDash:[3,1]},$n={PAGE_NO:"{pageNo}",PAGE_COUNT:"{pageCount}"},Ga={bottom:60,size:12,font:"Microsoft YaHei",color:"#000000",rowFlex:s.RowFlex.CENTER,format:$n.PAGE_NO,numberType:s.NumberType.ARABIC,disabled:!1,startPageNo:1,fromPageNo:0,maxPageNo:null},Us={data:"",color:"#DCDFE6",opacity:1,size:16,font:"Microsoft YaHei"},xa={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#000000",verticalAlign:s.VerticalAlign.BOTTOM},Ba={lineWidth:1,strokeStyle:"#000000"},Ja={tdPadding:[5,5,5,5],defaultTrMinHeight:24,defaultColMinWidth:40,defaultBorderColor:"#000000",overflow:!0};s.WatermarkType=void 0,(function(o){o.TEXT="text",o.IMAGE="image"})(s.WatermarkType||(s.WatermarkType={}));const fi={data:"",type:s.WatermarkType.TEXT,width:0,height:0,color:"#AEB5C0",opacity:.3,size:200,font:"Microsoft YaHei",repeat:!1,gap:[10,10],numberType:s.NumberType.ARABIC},$a={tipDisabled:!0};s.LineNumberType=void 0,(function(o){o.PAGE="page",o.CONTINUITY="continuity"})(s.LineNumberType||(s.LineNumberType={}));const za={size:12,font:"Microsoft YaHei",color:"#000000",disabled:!0,right:20,type:s.LineNumberType.CONTINUITY},ja={color:"#000000",lineWidth:1,padding:[0,5,0,5],disabled:!0},qa={top:0,left:5},tc={defaultLineColor:"#000000",defaultLineWidth:2},ec={disabled:!0,color:"#CCCCCC",radius:1};function Co(o={}){const t={...Ja,...o.table},e={...Ka,...o.header},n={...Qa,...o.footer},i={...Ga,...o.pageNumber},l={...fi,...o.watermark},r={...Za,...o.control},a={...wa,...o.checkbox},c={...xa,...o.radio},d={...ua,...o.cursor},u={...Wa,...o.title},R={...Us,...o.placeholder},h={...va,...o.group},g={...ka,...o.pageBreak},T={...$a,...o.zone},f={...Ua,...o.background},m={...Aa,...o.lineBreak},C={...ec,...o.whiteSpace},I={...Ba,...o.separator},p={...za,...o.lineNumber},L={...ja,...o.pageBorder},M={...qa,...o.badge},O={...tc,...o.graffiti},b={...Ha,...o.label},D={..._a,...o.imgCaption},W={...ba,...o.list},V={print:{...fo.print,...o.modeRule?.print},compare:{...fo.compare,...o.modeRule?.compare},readonly:{...fo.readonly,...o.modeRule?.readonly},form:{...fo.form,...o.modeRule?.form}};return{mode:s.EditorMode.EDIT,locale:"zhCN",defaultType:"TEXT",defaultColor:"#000000",defaultFont:"SimSun",defaultSize:16,minSize:5,maxSize:72,defaultRowMargin:1,defaultBasicRowMarginHeight:8,defaultTabWidth:32,width:794,height:1123,scale:1,pageGap:20,underlineColor:"#000000",strikeoutColor:"#FF0000",rangeAlpha:.6,rangeColor:"#AECBFA",rangeMinWidth:5,searchMatchAlpha:.6,searchMatchColor:"#FFFF00",searchNavigateMatchColor:"#AAD280",highlightAlpha:.6,highlightMarginHeight:8,resizerColor:"#4182D9",resizerSize:5,marginIndicatorSize:35,marginIndicatorColor:"#BABABA",margins:[75.591,56.693,56.693,56.693],pageMode:s.PageMode.PAGING,renderMode:s.RenderMode.SPEED,defaultHyperlinkColor:"#0000FF",paperDirection:s.PaperDirection.VERTICAL,inactiveAlpha:.6,historyMaxRecordCount:100,wordBreak:s.WordBreak.BREAK_WORD,printPixelRatio:3,maskMargin:[0,0,0,0],letterClass:[ti.ENGLISH,ti.NUMBER],contextMenuDisableKeys:[],shortcutDisableKeys:[],scrollContainerSelector:"",pageOuterSelectionDisable:!1,...o,table:t,header:e,footer:n,pageNumber:i,watermark:l,control:r,checkbox:a,radio:c,cursor:d,title:u,placeholder:R,group:h,pageBreak:g,zone:T,background:f,lineBreak:m,whiteSpace:C,separator:I,lineNumber:p,pageBorder:L,badge:M,modeRule:V,graffiti:O,label:b,imgCaption:D,list:W,performance:{enabled:!1,threshold:16,...o.performance}}}const ws=new Map,nc=[s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.CHECKBOX,s.ControlType.RADIO];function ve(o,t){return o&&nc.includes(o)?[""]:Dt(t)}function oc(o){return ws.get(o)}function Io(o,t){ws.set(o,t)}function mi(o){const t=[];for(let e=0;e<o.length;e++){const n=o[e],i=Dt(n.value);for(let l=0;l<i.length;l++)t.push({...n,value:i[l]})}return t}const Zs=new Set([s.ControlComponent.PREFIX,s.ControlComponent.POSTFIX,s.ControlComponent.PRE_TEXT,s.ControlComponent.POST_TEXT,s.ControlComponent.PRETEXTFIX,s.ControlComponent.PRETEXTFIX_TEXT,s.ControlComponent.POSTTEXTFIX,s.ControlComponent.POSTTEXTFIX_TEXT,s.ControlComponent.PLACEHOLDER,s.ControlComponent.TEXTFIXLABEL,s.ControlComponent.CHECKBOX,s.ControlComponent.RADIO,s.ControlComponent.UNDERLINE]),ic=["请选择","双击获取日期","格式化日期时间"];function Qs(o){return o===s.EditorMode.READONLY}function sc(o){const t=[];return o.filter(Boolean).forEach(e=>{t.push(e,`获取${e}`,`获取 ${e}`,`请选择${e}`,`请选择 ${e}`,`请输入${e}`,`请输入 ${e}`)}),t}function Ke(o,t=[]){if(!o)return"";const e=o.replace(new RegExp(`${H}`,"g"),`
62
+ `),n=e.trim();return n?[...ic,...sc(t)].includes(n)?"":e:""}function pi(o,t){const e=Ke(o,[t?.label||""]);if(!e)return[];const n=t?ie(t,[...Te,"font","size","bold","italic","underline","strikeout","rowFlex","rowMargin","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime","color"]):{};return Dt(e).map(i=>({...n,type:s.ElementType.TEXT,value:i===`
63
+ `?H:i}))}function Lo(o){const t=(o.code||"").split(",").map(n=>n.trim()).filter(Boolean);if(!t.length||!o.valueSets?.length)return"";const e=o.multiSelectDelimiter||",";return t.map(n=>o.valueSets?.find(i=>i.code===n)?.value).filter(n=>!!n).join(e)}function vs(o){return o.type===s.ElementType.REUSABLE_ITEM?Ke(o.reusableItemConfig?.value||"",[o.label||""]):o.type===s.ElementType.CUSTOM_MACRO?Ke(o.macroConfig?.value||o.value||"",[o.label||""]):o.type===s.ElementType.MACRO?Ke(o.value||"",[o.label||""]):""}function rc(o){const t=o.control;if(!t)return[];const e=[t.placeholder||"",t.label||""];if(t.type===s.ControlType.CHECKBOX||t.type===s.ControlType.RADIO){const r=Ke(Lo(t),e);if(r)return pi(r,o)}const i=Fn(t.value||[]);return Ke(Eo(i),e)?i:t.type===s.ControlType.SELECT?pi(Ke(Lo(t),e),o):[]}function lc(o){if(!o)return"";const t=[o.placeholder||"",o.label||""];if(o.type===s.ControlType.CHECKBOX||o.type===s.ControlType.RADIO){const i=Ke(Lo(o),t);if(i)return i}const n=Ke(Eo(o.value||[]),t);return n||(o.type===s.ControlType.SELECT?Ke(Lo(o),t):"")}function Po(o){return ae(o)||o.controlComponent&&Zs.has(o.controlComponent)?"":o.type===s.ElementType.CONTROL?lc(o.control):o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM?vs(o):o.type===s.ElementType.TABLE?o.trList?.map(t=>t.tdList.map(e=>Eo(e.value||[])).join(" ")).join(`
64
+ `)||"":o.type===s.ElementType.TAB?" ":o.valueList?.length?Eo(o.valueList):o.value||""}function Eo(o){return o.map(t=>Po(t)).join("")}function ac(o){const t=o.menstrualData;if(!t)return"~";const{periodMin:e,periodMax:n,menarcheAge:i,isMenopause:l,menopauseAge:r,lastPeriod:a,cycleMin:c,cycleMax:d}=t,u=e||n?`${e||""}~${n||""}`:"~",R=c||d?`${c||""}~${d||""}`:"~",h=[i?`${i}岁`:"",l?r?`${r}岁`:"":a||""].filter(Boolean);return[u,...h,R].filter(Boolean).join(" ")}function Ks(o){return(o||"").replace(new RegExp(`${H}`,"g"),`
65
+ `)}function Ci(o){let t="";for(let e=0;e<o.length;e++){const n=o[e];if(!ae(n))if(n.type===s.ElementType.TABLE){t+=`
66
+ `;const i=n.trList||[];for(let l=0;l<i.length;l++){const r=i[l];for(let a=0;a<r.tdList.length;a++){const c=r.tdList[a],d=Ci(c.value||[]),u=a===0,R=r.tdList.length-1===a;t+=`${u?"":" "}${d}${R?`
67
+ `:""}`}}}else n.type===s.ElementType.TAB?t+=" ":n.type===s.ElementType.CHECKBOX?t+=n.checkbox?.value?"☑":"□":n.type===s.ElementType.RADIO?t+=n.radio?.value?"☉":"○":n.type===s.ElementType.MENSTRUAL_HISTORY?t+=ac(n):n.type===s.ElementType.MACRO||n.type===s.ElementType.CUSTOM_MACRO||n.type===s.ElementType.REUSABLE_ITEM?t+=Ks(Po(n)):n.valueList?.length?t+=Ci(n.valueList):t+=Ks(n.value)}return t}function Fn(o=[]){const t=[];return o.forEach(e=>{if(ae(e)||e.controlComponent&&Zs.has(e.controlComponent))return;if(e.type===s.ElementType.TABLE){const i=ht(e);i.trList?.forEach(l=>{l.tdList.forEach(r=>{r.value=Fn(r.value||[])})}),t.push(i);return}if(e.type===s.ElementType.CONTROL&&e.control){t.push(...rc(e));return}if(e.type===s.ElementType.MACRO||e.type===s.ElementType.CUSTOM_MACRO||e.type===s.ElementType.REUSABLE_ITEM){t.push(...pi(vs(e),e));return}if(e.valueList?.length){const i=ht(e);i.valueList=Fn(e.valueList),t.push(i);return}const n=ht(e);delete n.control,delete n.controlId,delete n.originControlId,delete n.controlComponent,n.type===s.ElementType.CONTROL&&(n.type=s.ElementType.TEXT),(n.value===`
65
68
  `||n.value===`\r
66
- `)&&(n.value=_),t.push(n)}),t}function jt(o,t){const{isHandleFirstElement:e=!0,isForceCompensation:n=!1,editorOptions:i}=t,l=o[0];(n||e&&l?.type!==s.ElementType.LIST&&(l?.type&&l.type!==s.ElementType.TEXT||!ei.test(l?.value)))&&o.unshift({value:_});let r=0;for(;r<o.length;){let a=o[r];if(a.type===s.ElementType.TITLE){o.splice(r,1);const c=a.valueList||[];if(jt(c,{...t,isHandleFirstElement:!1,isForceCompensation:!1}),c.length){const d=a.titleId||Tt(),u=i.title;for(let R=0;R<c.length;R++){const h=c[R];h.title=a.title,a.level&&(h.titleId=d,h.level=a.level),Eo(h)&&(h.size||(h.size=u[Vs[h.level]]),h.bold===void 0&&(h.bold=!0)),o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.LIST){o.splice(r,1);const c=a.valueList||[];if(jt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!1}),c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];R.listId=d,R.listType=a.listType,R.listStyle=a.listStyle,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.AREA){o.splice(r,1);const c=a?.valueList||[];if(jt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];if(R.areaId=a.areaId||d,R.area=a.area,R.areaIndex=u,R.type===s.ElementType.TABLE){const h=R.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const C=T.tdList[f].value;for(let I=0;I<C.length;I++){const p=C[I];p.areaId=a.areaId||d,p.area=a.area}}}}o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.TABLE){const c=a.id||Tt();if(a.id=c,a.trList){const{defaultTrMinHeight:d}=i.table;for(let u=0;u<a.trList.length;u++){const R=a.trList[u],h=R.id||Tt();R.id=h,(!R.minHeight||R.minHeight<d)&&(R.minHeight=d),R.height<R.minHeight&&(R.height=R.minHeight);for(let g=0;g<R.tdList.length;g++){const T=R.tdList[g],f=T.id||Tt();T.id=f,jt(T.value,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),!T.value[0].size&&T.value[1]?.size&&Eo(T.value[1])&&(T.value[0].size=T.value[1].size);for(let m=0;m<T.value.length;m++){const C=T.value[m];C.tdId=f,C.trId=h,C.tableId=c}}}}}else if(a.type===s.ElementType.HYPERLINK){o.splice(r,1);const c=fi(a.valueList||[]);if(c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];R.type=a.type,R.url=a.url,R.hyperlinkId=d,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.DATE){o.splice(r,1);const c=fi(a.valueList||[]);if(c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];R.type=a.type,R.dateFormat=a.dateFormat,R.dateId=d,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.CONTROL){if(!a.control){r++;continue}if(a.control.type=="TextField"){const{preTextFix:c,postTextFix:d,preTextFixText:u,postTextFixText:R,value:h,placeholder:g,code:T,type:f,valueSets:m}=a.control,C=f,{editorOptions:{control:I,checkbox:p,radio:L}}=t,M=a.controlId||Tt();o.splice(r,1);const O=ie(a,[...di,...Te]),b=ie(a.control,ue),D={...b,color:i.control.textFixColor,fontWeight:"blod"},W={...b,color:void 0},V=Dt(c||I.preTextFix);for(let y=0;y<V.length;y++){const F=V[y];o.splice(r,0,{...O,...D,controlId:M,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX}),r++}if(u){const y=Dt(u);for(let F=0;F<y.length;F++){const S=y[F];o.splice(r,0,{...O,...b,controlId:M,value:S,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX_TEXT}),r++}}if(h&&h.length||C===s.ControlType.CHECKBOX||C===s.ControlType.RADIO||C===s.ControlType.SELECT&&T&&(!h||!h.length)){let y=h?ht(h):[];if(C===s.ControlType.CHECKBOX){const F=T?T.split(","):[];if(Array.isArray(m)&&m.length){const S=y.reduce((P,Y)=>P.concat(Y.value.split("").map(X=>({...Y,value:X}))),[]);let N=0;for(let P=0;P<m.length;P++){const Y=m[P];o.splice(r,0,{...O,...b,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:Y.code,value:F.includes(Y.code)}}),r++;const X=Dt(Y.value);for(let U=0;U<X.length;U++){const Q=X[U],v=U===X.length-1;o.splice(r,0,{...O,...W,...S[N],controlId:M,value:Q===`
67
- `?_:Q,letterSpacing:v?p.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),N++,r++}}}}else if(C===s.ControlType.RADIO){if(Array.isArray(m)&&m.length){const F=y.reduce((N,P)=>N.concat(P.value.split("").map(Y=>({...P,value:Y}))),[]);let S=0;for(let N=0;N<m.length;N++){const P=m[N];o.splice(r,0,{...O,...b,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:P.code,value:T===P.code}}),r++;const Y=Dt(P.value);for(let X=0;X<Y.length;X++){const U=Y[X],Q=X===Y.length-1;o.splice(r,0,{...O,...W,...F[S],controlId:M,value:U===`
68
- `?_:U,letterSpacing:Q?L.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),S++,r++}}}}else{if((!h||!h.length)&&Array.isArray(m)&&m.length){const F=T?T.split(",").map(S=>S.trim()).filter(S=>S):[];if(F.length>1){const S=[];for(const N of F){const P=m.find(Y=>Y.code===N);P&&S.push({value:P.value})}S.length>0&&(y=S)}else if(F.length===1){const S=m.find(N=>N.code===F[0]);S&&(y=[{value:S.value}])}}for(let F=0;F<y.length;F++){const S=y[F];if(S.type===s.ElementType.CONTROL&&S.control){const N=S,P=N.controlId||Tt(),Y=N.control?.value||[],X=N.control?.placeholder||"",U=N.control?.type,Q=U===s.ControlType.TEXTFIELD,v=U===s.ControlType.TEXT,w=U===s.ControlType.CHECKBOX,j=U===s.ControlType.RADIO,J=U===s.ControlType.BUTTON,A=Q?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,x=Q?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,k={...O,controlId:P,type:s.ElementType.CONTROL,control:N.control},lt=Q?i.control.textFixColor:v?"#87d068":J?"transparent":i.control.bracketColor,Ft=J?"#1677FF":void 0,Qt=Q?N.control?.preTextFix||I.preTextFix:N.control?.prefix||I.prefix,ge=ve(U,Qt);for(let $=0;$<ge.length;$++)o.splice(r,0,{...k,color:lt,highlight:Ft,originControlId:M,value:ge[$],controlComponent:A}),r++;if(J){const $=N.control.buttonLabel||N.control.label||"按钮",H=Dt($);for(let rt=0;rt<H.length;rt++){const ct=H[rt];o.splice(r,0,{...k,originControlId:M,value:ct,controlComponent:s.ControlComponent.VALUE,color:"#fff",highlight:"#1677FF"}),r++}}else if(w){const $=N.control?.valueSets||[],H=N.control?.code||"",rt=H?H.split(","):[];for(let ct=0;ct<$.length;ct++){const nt=$[ct];o.splice(r,0,{...k,originControlId:M,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:nt.code,value:rt.includes(nt.code)}}),r++;const ut=Dt(nt.value||"");for(let ft=0;ft<ut.length;ft++){const It=ut[ft],wt=ft===ut.length-1;o.splice(r,0,{...k,...W,originControlId:M,value:It===`
69
- `?_:It,letterSpacing:wt?p.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(j){const $=N.control?.valueSets||[],H=N.control?.code||"";for(let rt=0;rt<$.length;rt++){const ct=$[rt];o.splice(r,0,{...k,originControlId:M,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:ct.code,value:H===ct.code}}),r++;const nt=Dt(ct.value||"");for(let ut=0;ut<nt.length;ut++){const ft=nt[ut],It=ut===nt.length-1;o.splice(r,0,{...k,...W,originControlId:M,value:ft===`
70
- `?_:ft,letterSpacing:It?L.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(Y.length>0)for(let $=0;$<Y.length;$++){const H=Y[$];if(H.type===s.ElementType.CONTROL&&H.control){const rt=H,ct=rt.controlId||Tt(),nt=rt.control?.value||[],ut=rt.control?.type,ft=ut===s.ControlType.TEXTFIELD,It=ut===s.ControlType.TEXT,wt={...k,controlId:ct,control:rt.control},Gt=ft?i.control.textFixColor:It?"#87d068":i.control.bracketColor,Mt=ft?rt.control?.preTextFix||I.preTextFix:rt.control?.prefix||I.prefix,_t=ve(ut,Mt);for(let St=0;St<_t.length;St++)o.splice(r,0,{...wt,color:Gt,originControlId:P,value:_t[St],controlComponent:ft?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let St=0;St<nt.length;St++){const Pt=nt[St];if(Pt.type===s.ElementType.MENSTRUAL_HISTORY||Pt.type===s.ElementType.FETAL_HEART_POSITION||Pt.type===s.ElementType.TOOTH_POSITION||Pt.type===s.ElementType.MACRO||Pt.type===s.ElementType.CUSTOM_MACRO||Pt.type===s.ElementType.REUSABLE_ITEM||Pt.type===s.ElementType.LIST||Pt.type===s.ElementType.SPECIAL_SYMBOLS){const Zt=Pt.id||Tt();Pt.id||(Pt.id=Zt);const Xt=rt.control?.value?.find(Lt=>Lt.id===Zt||Lt.type===Pt.type&&Lt.value===Pt.value);Xt&&Io(Zt,Xt),o.splice(r,0,{...wt,...Pt,id:Zt,originControlId:P,controlComponent:s.ControlComponent.VALUE,type:Pt.type})}else o.splice(r,0,{...wt,...W,...Pt,originControlId:P,value:Pt.value===`
71
- `?_:Pt.value,controlComponent:s.ControlComponent.VALUE});r++}if(nt.length===0){const St=rt.control?.placeholder||"";if(St){const Pt=Dt(St);for(let ne=0;ne<Pt.length;ne++)o.splice(r,0,{...wt,color:i.control.placeholderColor,originControlId:P,value:Pt[ne],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const $t=ft?rt.control?.postTextFix||I.postTextFix:rt.control?.postfix||I.postfix,yt=ve(ut,$t);for(let St=0;St<yt.length;St++)o.splice(r,0,{...wt,color:Gt,originControlId:P,value:yt[St],controlComponent:ft?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else{if(H.type===s.ElementType.MENSTRUAL_HISTORY||H.type===s.ElementType.FETAL_HEART_POSITION||H.type===s.ElementType.TOOTH_POSITION||H.type===s.ElementType.MACRO||H.type===s.ElementType.CUSTOM_MACRO||H.type===s.ElementType.REUSABLE_ITEM||H.type===s.ElementType.LIST||H.type===s.ElementType.SPECIAL_SYMBOLS){const ct=H.id||Tt();H.id||(H.id=ct);const nt=N.control?.value?.find(ut=>ut.id===ct||ut.type===H.type&&ut.value===H.value);nt&&Io(ct,nt),o.splice(r,0,{...k,...H,id:ct,originControlId:M,controlComponent:s.ControlComponent.VALUE,type:H.type})}else o.splice(r,0,{...k,...W,...H,originControlId:M,value:H.value===`
72
- `?_:H.value,controlComponent:s.ControlComponent.VALUE});r++}}else if(X){const $=Dt(X);for(let H=0;H<$.length;H++)o.splice(r,0,{...k,color:i.control.placeholderColor,originControlId:M,value:$[H],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((U===s.ControlType.SELECT||U===s.ControlType.DATE||U===s.ControlType.NUMBER)&&!N.control?.code&&X){const H=Dt(X);for(let rt=0;rt<H.length;rt++)o.splice(r,0,{...k,color:i.control.placeholderColor,originControlId:M,value:H[rt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ee=Q?N.control?.postTextFix||I.postTextFix:N.control?.postfix||I.postfix,K=ve(U,ee);for(let $=0;$<K.length;$++)o.splice(r,0,{...k,color:lt,highlight:Ft,originControlId:M,value:K[$],controlComponent:x}),r++}else if(S.type===s.ElementType.MENSTRUAL_HISTORY||S.type===s.ElementType.FETAL_HEART_POSITION||S.type===s.ElementType.TOOTH_POSITION||S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM||S.type===s.ElementType.LIST||S.type===s.ElementType.SPECIAL_SYMBOLS){const N=S.id||Tt();S.id||(S.id=N);const P=h?.find(Y=>Y.id===N||Y.type===S.type&&Y.value===S.value);P&&Io(N,P),o.splice(r,0,{...O,...S,id:N,controlId:M,control:a.control,controlComponent:s.ControlComponent.VALUE,type:S.type}),r++}else{const N=Dt(S.value||"");for(let P=0;P<N.length;P++){const Y=N[P];o.splice(r,0,{...O,...W,...S,controlId:M,value:Y===`
73
- `?_:Y,type:S.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(g){const y={...b,color:i.control.placeholderColor},F=Dt(g);for(let S=0;S<F.length;S++){const N=F[S];o.splice(r,0,{...O,...y,controlId:M,value:N===`
74
- `?_:N,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(R){const y=Dt(R);for(let F=0;F<y.length;F++){const S=y[F];o.splice(r,0,{...O,...b,controlId:M,value:S,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX_TEXT}),r++}}const E=Dt(d||I.postTextFix);for(let y=0;y<E.length;y++){const F=E[y];o.splice(r,0,{...O,...D,controlId:M,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX}),r++}r--}else{const{prefix:c,postfix:d,preText:u,postText:R,value:h,placeholder:g,code:T,type:f,valueSets:m}=a.control,{editorOptions:{control:C,checkbox:I,radio:p}}=t,L=a.controlId||Tt();o.splice(r,1);const M=ie(a,[...di,...Te]),O=ie(a.control,ue),b={...O,color:f===s.ControlType.TEXT?"#87d068":f===s.ControlType.BUTTON?"transparent":i.control.bracketColor,highlight:f===s.ControlType.BUTTON?"#1677FF":void 0},D={...O,color:void 0},W=ve(f,c||C.prefix);for(let E=0;E<W.length;E++){const y=W[E];o.splice(r,0,{...M,...b,controlId:L,value:y===`
75
- `?_:y,type:a.type,control:a.control,controlComponent:s.ControlComponent.PREFIX}),r++}if(u){const E=Dt(u);for(let y=0;y<E.length;y++){const F=E[y];o.splice(r,0,{...M,...O,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRE_TEXT}),r++}}if(h&&h.length||f===s.ControlType.CHECKBOX||f===s.ControlType.RADIO||f===s.ControlType.BUTTON||f===s.ControlType.SELECT&&T&&(!h||!h.length)){let E=h?ht(h):[];if(f===s.ControlType.CHECKBOX){const y=T?T.split(","):[];if(Array.isArray(m)&&m.length){const F=E.reduce((N,P)=>N.concat(P.value.split("").map(Y=>({...P,value:Y}))),[]);let S=0;for(let N=0;N<m.length;N++){const P=m[N];o.splice(r,0,{...M,...O,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:P.code,value:y.includes(P.code)}}),r++;const Y=Dt(P.value);for(let X=0;X<Y.length;X++){const U=Y[X],Q=X===Y.length-1;o.splice(r,0,{...M,...D,...F[S],controlId:L,value:U===`
76
- `?_:U,letterSpacing:Q?I.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),S++,r++}}}}else if(f===s.ControlType.RADIO){if(Array.isArray(m)&&m.length){const y=E.reduce((S,N)=>S.concat(N.value.split("").map(P=>({...N,value:P}))),[]);let F=0;for(let S=0;S<m.length;S++){const N=m[S];o.splice(r,0,{...M,...O,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:N.code,value:T===N.code}}),r++;const P=Dt(N.value);for(let Y=0;Y<P.length;Y++){const X=P[Y],U=Y===P.length-1;o.splice(r,0,{...M,...D,...y[F],controlId:L,value:X===`
77
- `?_:X,letterSpacing:U?p.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),F++,r++}}}}else{if(f===s.ControlType.BUTTON){const y=a.control.buttonLabel||a.control.label||"按钮",F=Dt(y);for(let S=0;S<F.length;S++){const N=F[S];o.splice(r,0,{...M,...O,controlId:L,value:N,type:s.ElementType.CONTROL,control:a.control,controlComponent:s.ControlComponent.VALUE,color:"#fff",highlight:"#1677FF"}),r++}}else if((!h||!h.length)&&Array.isArray(m)&&m.length){const y=T?T.split(","):[];if(y.length>1){const F=[];for(const S of y){const N=m.find(P=>P.code===S.trim());N&&F.push({value:N.value})}F.length>0&&(E=F)}else{const F=m.find(S=>S.code===T);F&&(E=[{value:F.value}])}}if(f!==s.ControlType.BUTTON)for(let y=0;y<E.length;y++){const F=E[y];if(F.type===s.ElementType.CONTROL&&F.control){const S=F,N=S.controlId||Tt(),P=S.control?.value||[],Y=S.control?.placeholder||"",X=S.control?.type,U=X===s.ControlType.TEXTFIELD,Q=X===s.ControlType.TEXT,v=X===s.ControlType.CHECKBOX,w=X===s.ControlType.RADIO,j=X===s.ControlType.BUTTON,J=U?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,A=U?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,x={...M,controlId:N,type:s.ElementType.CONTROL,control:S.control},k=U?i.control.textFixColor:Q?"#87d068":j?"transparent":i.control.bracketColor,lt=j?"#1677FF":void 0,Ft=U?S.control?.preTextFix||C.preTextFix:S.control?.prefix||C.prefix,Qt=ve(X,Ft);for(let K=0;K<Qt.length;K++)o.splice(r,0,{...x,color:k,highlight:lt,originControlId:L,value:Qt[K],controlComponent:J}),r++;if(j){const K=S.control.buttonLabel||S.control.label||"按钮",$=Dt(K);for(let H=0;H<$.length;H++){const rt=$[H];o.splice(r,0,{...x,originControlId:L,value:rt,controlComponent:s.ControlComponent.VALUE,color:"#fff",highlight:"#1677FF"}),r++}}else if(v){const K=S.control?.valueSets||[],$=S.control?.code||"",H=$?$.split(","):[];for(let rt=0;rt<K.length;rt++){const ct=K[rt];o.splice(r,0,{...x,...O,originControlId:L,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:ct.code,value:H.includes(ct.code)}}),r++;const nt=Dt(ct.value||"");for(let ut=0;ut<nt.length;ut++){const ft=nt[ut],It=ut===nt.length-1;o.splice(r,0,{...x,...D,originControlId:L,value:ft===`
78
- `?_:ft,letterSpacing:It?I.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(w){const K=S.control?.valueSets||[],$=S.control?.code||"";for(let H=0;H<K.length;H++){const rt=K[H];o.splice(r,0,{...x,...O,originControlId:L,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:rt.code,value:$===rt.code}}),r++;const ct=Dt(rt.value||"");for(let nt=0;nt<ct.length;nt++){const ut=ct[nt],ft=nt===ct.length-1;o.splice(r,0,{...x,...D,originControlId:L,value:ut===`
79
- `?_:ut,letterSpacing:ft?p.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(P.length>0)for(let K=0;K<P.length;K++){const $=P[K];if($.type===s.ElementType.CONTROL&&$.control){const H=$,rt=H.controlId||Tt(),ct=H.control?.value||[],nt=H.control?.type,ut=nt===s.ControlType.TEXTFIELD,ft=nt===s.ControlType.TEXT,It={...x,controlId:rt,control:H.control},wt=ut?i.control.textFixColor:ft?"#87d068":i.control.bracketColor,Gt=ut?H.control?.preTextFix||C.preTextFix:H.control?.prefix||C.prefix,Mt=ve(nt,Gt);for(let yt=0;yt<Mt.length;yt++)o.splice(r,0,{...It,color:wt,originControlId:N,value:Mt[yt],controlComponent:ut?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let yt=0;yt<ct.length;yt++){const St=ct[yt];o.splice(r,0,{...It,...D,...St,originControlId:N,value:St.value===`
80
- `?_:St.value,controlComponent:s.ControlComponent.VALUE}),r++}if(ct.length===0){const yt=H.control?.placeholder||"";if(yt){const St=Dt(yt);for(let Pt=0;Pt<St.length;Pt++)o.splice(r,0,{...It,color:i.control.placeholderColor,originControlId:N,value:St[Pt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const _t=ut?H.control?.postTextFix||C.postTextFix:H.control?.postfix||C.postfix,$t=ve(nt,_t);for(let yt=0;yt<$t.length;yt++)o.splice(r,0,{...It,color:wt,originControlId:N,value:$t[yt],controlComponent:ut?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else o.splice(r,0,{...x,...D,...$,originControlId:L,value:$.value===`
81
- `?_:$.value,controlComponent:s.ControlComponent.VALUE}),r++}else if(Y){const K=Dt(Y);for(let $=0;$<K.length;$++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:K[$],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((X===s.ControlType.SELECT||X===s.ControlType.DATE||X===s.ControlType.NUMBER)&&!S.control?.code&&Y){const $=Dt(Y);for(let H=0;H<$.length;H++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:$[H],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ge=U?S.control?.postTextFix||C.postTextFix:S.control?.postfix||C.postfix,ee=ve(X,ge);for(let K=0;K<ee.length;K++)o.splice(r,0,{...x,color:k,highlight:lt,originControlId:L,value:ee[K],controlComponent:A}),r++}else if(F.type===s.ElementType.MENSTRUAL_HISTORY||F.type===s.ElementType.FETAL_HEART_POSITION||F.type===s.ElementType.TOOTH_POSITION||F.type===s.ElementType.MACRO||F.type===s.ElementType.CUSTOM_MACRO||F.type===s.ElementType.REUSABLE_ITEM||F.type===s.ElementType.LIST||F.type===s.ElementType.SPECIAL_SYMBOLS){const S=F.id||Tt();F.id||(F.id=S);const N=a.control?.value;if(N){const P=N.find(Y=>Y.id===S||Y.type===F.type&&Y.value===F.value);P&&Io(S,P)}o.splice(r,0,{...M,...F,id:S,controlId:L,control:a.control,controlComponent:s.ControlComponent.VALUE,type:F.type}),r++}else{const S=Dt(F.value||"");for(let N=0;N<S.length;N++){const P=S[N];o.splice(r,0,{...M,...D,...F,controlId:L,value:P===`
82
- `?_:P,type:F.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(g){const E={...O,color:i.control.placeholderColor},y=Dt(g);for(let F=0;F<y.length;F++){const S=y[F];o.splice(r,0,{...M,...E,controlId:L,value:S===`
83
- `?_:S,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(R){const E=Dt(R);for(let y=0;y<E.length;y++){const F=E[y];o.splice(r,0,{...M,...O,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.POST_TEXT}),r++}}const V=ve(f,d||C.postfix);for(let E=0;E<V.length;E++){const y=V[E];o.splice(r,0,{...M,...b,controlId:L,value:y===`
84
- `?_:y,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTFIX}),r++}r--}}else if((!a.type||Ie.includes(a.type))&&a.type!==s.ElementType.SPECIAL_SYMBOLS&&a.value?.length>1){o.splice(r,1);const c=Dt(a.value);for(let d=0;d<c.length;d++)o.splice(r+d,0,{...a,value:c[d]});a=o[r]}if((a.value===`
69
+ `)&&(n.value=H),t.push(n)}),t}function jt(o,t){const{isHandleFirstElement:e=!0,isForceCompensation:n=!1,editorOptions:i}=t,l=o[0];(n||e&&l?.type!==s.ElementType.LIST&&(l?.type&&l.type!==s.ElementType.TEXT||!ni.test(l?.value)))&&o.unshift({value:H});let r=0;for(;r<o.length;){let a=o[r];if(a.type===s.ElementType.TITLE){o.splice(r,1);const c=a.valueList||[];if(jt(c,{...t,isHandleFirstElement:!1,isForceCompensation:!1}),c.length){const d=a.titleId||Tt(),u=i.title;for(let R=0;R<c.length;R++){const h=c[R];h.title=a.title,a.level&&(h.titleId=d,h.level=a.level),Mo(h)&&(h.size||(h.size=u[Ws[h.level]]),h.bold===void 0&&(h.bold=!0)),o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.LIST){o.splice(r,1);const c=a.valueList||[];if(jt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!1}),c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];R.listId=d,R.listType=a.listType,R.listStyle=a.listStyle,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.AREA){o.splice(r,1);const c=a?.valueList||[];if(jt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];if(R.areaId=a.areaId||d,R.area=a.area,R.areaIndex=u,R.type===s.ElementType.TABLE){const h=R.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const C=T.tdList[f].value;for(let I=0;I<C.length;I++){const p=C[I];p.areaId=a.areaId||d,p.area=a.area}}}}o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.TABLE){const c=a.id||Tt();if(a.id=c,a.trList){const{defaultTrMinHeight:d}=i.table;for(let u=0;u<a.trList.length;u++){const R=a.trList[u],h=R.id||Tt();R.id=h,(!R.minHeight||R.minHeight<d)&&(R.minHeight=d),R.height<R.minHeight&&(R.height=R.minHeight);for(let g=0;g<R.tdList.length;g++){const T=R.tdList[g],f=T.id||Tt();T.id=f,jt(T.value,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),!T.value[0].size&&T.value[1]?.size&&Mo(T.value[1])&&(T.value[0].size=T.value[1].size);for(let m=0;m<T.value.length;m++){const C=T.value[m];C.tdId=f,C.trId=h,C.tableId=c}}}}}else if(a.type===s.ElementType.HYPERLINK){o.splice(r,1);const c=mi(a.valueList||[]);if(c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];R.type=a.type,R.url=a.url,R.hyperlinkId=d,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.DATE){o.splice(r,1);const c=mi(a.valueList||[]);if(c.length){const d=Tt();for(let u=0;u<c.length;u++){const R=c[u];R.type=a.type,R.dateFormat=a.dateFormat,R.dateId=d,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.CONTROL){if(!a.control){r++;continue}if(a.control.type=="TextField"){const{preTextFix:c,postTextFix:d,preTextFixText:u,postTextFixText:R,value:h,placeholder:g,code:T,type:f,valueSets:m}=a.control,C=f,{editorOptions:{control:I,checkbox:p,radio:L}}=t,M=a.controlId||Tt();o.splice(r,1);const O=ie(a,[...ui,...Te]),b=ie(a.control,ue),D={...b,color:i.control.textFixColor,fontWeight:"blod"},W={...b,color:void 0},V=Dt(c||I.preTextFix);for(let y=0;y<V.length;y++){const F=V[y];o.splice(r,0,{...O,...D,controlId:M,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX}),r++}if(u){const y=Dt(u);for(let F=0;F<y.length;F++){const S=y[F];o.splice(r,0,{...O,...b,controlId:M,value:S,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX_TEXT}),r++}}if(h&&h.length||C===s.ControlType.CHECKBOX||C===s.ControlType.RADIO||C===s.ControlType.SELECT&&T&&(!h||!h.length)){let y=h?ht(h):[];if(C===s.ControlType.CHECKBOX){const F=T?T.split(","):[];if(Array.isArray(m)&&m.length){const S=y.reduce((P,Y)=>P.concat(Y.value.split("").map(X=>({...Y,value:X}))),[]);let N=0;for(let P=0;P<m.length;P++){const Y=m[P];o.splice(r,0,{...O,...b,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:Y.code,value:F.includes(Y.code)}}),r++;const X=Dt(Y.value);for(let U=0;U<X.length;U++){const Q=X[U],v=U===X.length-1;o.splice(r,0,{...O,...W,...S[N],controlId:M,value:Q===`
70
+ `?H:Q,letterSpacing:v?p.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),N++,r++}}}}else if(C===s.ControlType.RADIO){if(Array.isArray(m)&&m.length){const F=y.reduce((N,P)=>N.concat(P.value.split("").map(Y=>({...P,value:Y}))),[]);let S=0;for(let N=0;N<m.length;N++){const P=m[N];o.splice(r,0,{...O,...b,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:P.code,value:T===P.code}}),r++;const Y=Dt(P.value);for(let X=0;X<Y.length;X++){const U=Y[X],Q=X===Y.length-1;o.splice(r,0,{...O,...W,...F[S],controlId:M,value:U===`
71
+ `?H:U,letterSpacing:Q?L.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),S++,r++}}}}else{if((!h||!h.length)&&Array.isArray(m)&&m.length){const F=T?T.split(",").map(S=>S.trim()).filter(S=>S):[];if(F.length>1){const S=[];for(const N of F){const P=m.find(Y=>Y.code===N);P&&S.push({value:P.value})}S.length>0&&(y=S)}else if(F.length===1){const S=m.find(N=>N.code===F[0]);S&&(y=[{value:S.value}])}}for(let F=0;F<y.length;F++){const S=y[F];if(S.type===s.ElementType.CONTROL&&S.control){const N=S,P=N.controlId||Tt(),Y=N.control?.value||[],X=N.control?.placeholder||"",U=N.control?.type,Q=U===s.ControlType.TEXTFIELD,v=U===s.ControlType.TEXT,w=U===s.ControlType.CHECKBOX,j=U===s.ControlType.RADIO,J=U===s.ControlType.BUTTON,A=Q?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,x=Q?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,k={...O,controlId:P,type:s.ElementType.CONTROL,control:N.control},lt=Q?i.control.textFixColor:v?"#87d068":J?"transparent":i.control.bracketColor,Ft=J?"#1677FF":void 0,Qt=Q?N.control?.preTextFix||I.preTextFix:N.control?.prefix||I.prefix,ge=ve(U,Qt);for(let $=0;$<ge.length;$++)o.splice(r,0,{...k,color:lt,highlight:Ft,originControlId:M,value:ge[$],controlComponent:A}),r++;if(J){const $=N.control.buttonLabel||N.control.label||"按钮",_=Dt($);for(let rt=0;rt<_.length;rt++){const ct=_[rt];o.splice(r,0,{...k,originControlId:M,value:ct,controlComponent:s.ControlComponent.VALUE,color:"#fff",highlight:"#1677FF"}),r++}}else if(w){const $=N.control?.valueSets||[],_=N.control?.code||"",rt=_?_.split(","):[];for(let ct=0;ct<$.length;ct++){const nt=$[ct];o.splice(r,0,{...k,originControlId:M,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:nt.code,value:rt.includes(nt.code)}}),r++;const ut=Dt(nt.value||"");for(let ft=0;ft<ut.length;ft++){const It=ut[ft],wt=ft===ut.length-1;o.splice(r,0,{...k,...W,originControlId:M,value:It===`
72
+ `?H:It,letterSpacing:wt?p.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(j){const $=N.control?.valueSets||[],_=N.control?.code||"";for(let rt=0;rt<$.length;rt++){const ct=$[rt];o.splice(r,0,{...k,originControlId:M,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:ct.code,value:_===ct.code}}),r++;const nt=Dt(ct.value||"");for(let ut=0;ut<nt.length;ut++){const ft=nt[ut],It=ut===nt.length-1;o.splice(r,0,{...k,...W,originControlId:M,value:ft===`
73
+ `?H:ft,letterSpacing:It?L.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(Y.length>0)for(let $=0;$<Y.length;$++){const _=Y[$];if(_.type===s.ElementType.CONTROL&&_.control){const rt=_,ct=rt.controlId||Tt(),nt=rt.control?.value||[],ut=rt.control?.type,ft=ut===s.ControlType.TEXTFIELD,It=ut===s.ControlType.TEXT,wt={...k,controlId:ct,control:rt.control},Gt=ft?i.control.textFixColor:It?"#87d068":i.control.bracketColor,Mt=ft?rt.control?.preTextFix||I.preTextFix:rt.control?.prefix||I.prefix,_t=ve(ut,Mt);for(let St=0;St<_t.length;St++)o.splice(r,0,{...wt,color:Gt,originControlId:P,value:_t[St],controlComponent:ft?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let St=0;St<nt.length;St++){const Pt=nt[St];if(Pt.type===s.ElementType.MENSTRUAL_HISTORY||Pt.type===s.ElementType.FETAL_HEART_POSITION||Pt.type===s.ElementType.TOOTH_POSITION||Pt.type===s.ElementType.MACRO||Pt.type===s.ElementType.CUSTOM_MACRO||Pt.type===s.ElementType.REUSABLE_ITEM||Pt.type===s.ElementType.LIST||Pt.type===s.ElementType.SPECIAL_SYMBOLS){const Zt=Pt.id||Tt();Pt.id||(Pt.id=Zt);const Xt=rt.control?.value?.find(Lt=>Lt.id===Zt||Lt.type===Pt.type&&Lt.value===Pt.value);Xt&&Io(Zt,Xt),o.splice(r,0,{...wt,...Pt,id:Zt,originControlId:P,controlComponent:s.ControlComponent.VALUE,type:Pt.type})}else o.splice(r,0,{...wt,...W,...Pt,originControlId:P,value:Pt.value===`
74
+ `?H:Pt.value,controlComponent:s.ControlComponent.VALUE});r++}if(nt.length===0){const St=rt.control?.placeholder||"";if(St){const Pt=Dt(St);for(let ne=0;ne<Pt.length;ne++)o.splice(r,0,{...wt,color:i.control.placeholderColor,originControlId:P,value:Pt[ne],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const $t=ft?rt.control?.postTextFix||I.postTextFix:rt.control?.postfix||I.postfix,yt=ve(ut,$t);for(let St=0;St<yt.length;St++)o.splice(r,0,{...wt,color:Gt,originControlId:P,value:yt[St],controlComponent:ft?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else{if(_.type===s.ElementType.MENSTRUAL_HISTORY||_.type===s.ElementType.FETAL_HEART_POSITION||_.type===s.ElementType.TOOTH_POSITION||_.type===s.ElementType.MACRO||_.type===s.ElementType.CUSTOM_MACRO||_.type===s.ElementType.REUSABLE_ITEM||_.type===s.ElementType.LIST||_.type===s.ElementType.SPECIAL_SYMBOLS){const ct=_.id||Tt();_.id||(_.id=ct);const nt=N.control?.value?.find(ut=>ut.id===ct||ut.type===_.type&&ut.value===_.value);nt&&Io(ct,nt),o.splice(r,0,{...k,..._,id:ct,originControlId:M,controlComponent:s.ControlComponent.VALUE,type:_.type})}else o.splice(r,0,{...k,...W,..._,originControlId:M,value:_.value===`
75
+ `?H:_.value,controlComponent:s.ControlComponent.VALUE});r++}}else if(X){const $=Dt(X);for(let _=0;_<$.length;_++)o.splice(r,0,{...k,color:i.control.placeholderColor,originControlId:M,value:$[_],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((U===s.ControlType.SELECT||U===s.ControlType.DATE||U===s.ControlType.NUMBER)&&!N.control?.code&&X){const _=Dt(X);for(let rt=0;rt<_.length;rt++)o.splice(r,0,{...k,color:i.control.placeholderColor,originControlId:M,value:_[rt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ee=Q?N.control?.postTextFix||I.postTextFix:N.control?.postfix||I.postfix,K=ve(U,ee);for(let $=0;$<K.length;$++)o.splice(r,0,{...k,color:lt,highlight:Ft,originControlId:M,value:K[$],controlComponent:x}),r++}else if(S.type===s.ElementType.MENSTRUAL_HISTORY||S.type===s.ElementType.FETAL_HEART_POSITION||S.type===s.ElementType.TOOTH_POSITION||S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM||S.type===s.ElementType.LIST||S.type===s.ElementType.SPECIAL_SYMBOLS){const N=S.id||Tt();S.id||(S.id=N);const P=h?.find(Y=>Y.id===N||Y.type===S.type&&Y.value===S.value);P&&Io(N,P),o.splice(r,0,{...O,...S,id:N,controlId:M,control:a.control,controlComponent:s.ControlComponent.VALUE,type:S.type}),r++}else{const N=Dt(S.value||"");for(let P=0;P<N.length;P++){const Y=N[P];o.splice(r,0,{...O,...W,...S,controlId:M,value:Y===`
76
+ `?H:Y,type:S.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(g){const y={...b,color:i.control.placeholderColor},F=Dt(g);for(let S=0;S<F.length;S++){const N=F[S];o.splice(r,0,{...O,...y,controlId:M,value:N===`
77
+ `?H:N,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(R){const y=Dt(R);for(let F=0;F<y.length;F++){const S=y[F];o.splice(r,0,{...O,...b,controlId:M,value:S,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX_TEXT}),r++}}const E=Dt(d||I.postTextFix);for(let y=0;y<E.length;y++){const F=E[y];o.splice(r,0,{...O,...D,controlId:M,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX}),r++}r--}else{const{prefix:c,postfix:d,preText:u,postText:R,value:h,placeholder:g,code:T,type:f,valueSets:m}=a.control,{editorOptions:{control:C,checkbox:I,radio:p}}=t,L=a.controlId||Tt();o.splice(r,1);const M=ie(a,[...ui,...Te]),O=ie(a.control,ue),b={...O,color:f===s.ControlType.TEXT?"#87d068":f===s.ControlType.BUTTON?"transparent":i.control.bracketColor,highlight:f===s.ControlType.BUTTON?"#1677FF":void 0},D={...O,color:void 0},W=ve(f,c||C.prefix);for(let E=0;E<W.length;E++){const y=W[E];o.splice(r,0,{...M,...b,controlId:L,value:y===`
78
+ `?H:y,type:a.type,control:a.control,controlComponent:s.ControlComponent.PREFIX}),r++}if(u){const E=Dt(u);for(let y=0;y<E.length;y++){const F=E[y];o.splice(r,0,{...M,...O,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRE_TEXT}),r++}}if(h&&h.length||f===s.ControlType.CHECKBOX||f===s.ControlType.RADIO||f===s.ControlType.BUTTON||f===s.ControlType.SELECT&&T&&(!h||!h.length)){let E=h?ht(h):[];if(f===s.ControlType.CHECKBOX){const y=T?T.split(","):[];if(Array.isArray(m)&&m.length){const F=E.reduce((N,P)=>N.concat(P.value.split("").map(Y=>({...P,value:Y}))),[]);let S=0;for(let N=0;N<m.length;N++){const P=m[N];o.splice(r,0,{...M,...O,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:P.code,value:y.includes(P.code)}}),r++;const Y=Dt(P.value);for(let X=0;X<Y.length;X++){const U=Y[X],Q=X===Y.length-1;o.splice(r,0,{...M,...D,...F[S],controlId:L,value:U===`
79
+ `?H:U,letterSpacing:Q?I.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),S++,r++}}}}else if(f===s.ControlType.RADIO){if(Array.isArray(m)&&m.length){const y=E.reduce((S,N)=>S.concat(N.value.split("").map(P=>({...N,value:P}))),[]);let F=0;for(let S=0;S<m.length;S++){const N=m[S];o.splice(r,0,{...M,...O,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:N.code,value:T===N.code}}),r++;const P=Dt(N.value);for(let Y=0;Y<P.length;Y++){const X=P[Y],U=Y===P.length-1;o.splice(r,0,{...M,...D,...y[F],controlId:L,value:X===`
80
+ `?H:X,letterSpacing:U?p.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),F++,r++}}}}else{if(f===s.ControlType.BUTTON){const y=a.control.buttonLabel||a.control.label||"按钮",F=Dt(y);for(let S=0;S<F.length;S++){const N=F[S];o.splice(r,0,{...M,...O,controlId:L,value:N,type:s.ElementType.CONTROL,control:a.control,controlComponent:s.ControlComponent.VALUE,color:"#fff",highlight:"#1677FF"}),r++}}else if((!h||!h.length)&&Array.isArray(m)&&m.length){const y=T?T.split(","):[];if(y.length>1){const F=[];for(const S of y){const N=m.find(P=>P.code===S.trim());N&&F.push({value:N.value})}F.length>0&&(E=F)}else{const F=m.find(S=>S.code===T);F&&(E=[{value:F.value}])}}if(f!==s.ControlType.BUTTON)for(let y=0;y<E.length;y++){const F=E[y];if(F.type===s.ElementType.CONTROL&&F.control){const S=F,N=S.controlId||Tt(),P=S.control?.value||[],Y=S.control?.placeholder||"",X=S.control?.type,U=X===s.ControlType.TEXTFIELD,Q=X===s.ControlType.TEXT,v=X===s.ControlType.CHECKBOX,w=X===s.ControlType.RADIO,j=X===s.ControlType.BUTTON,J=U?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,A=U?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,x={...M,controlId:N,type:s.ElementType.CONTROL,control:S.control},k=U?i.control.textFixColor:Q?"#87d068":j?"transparent":i.control.bracketColor,lt=j?"#1677FF":void 0,Ft=U?S.control?.preTextFix||C.preTextFix:S.control?.prefix||C.prefix,Qt=ve(X,Ft);for(let K=0;K<Qt.length;K++)o.splice(r,0,{...x,color:k,highlight:lt,originControlId:L,value:Qt[K],controlComponent:J}),r++;if(j){const K=S.control.buttonLabel||S.control.label||"按钮",$=Dt(K);for(let _=0;_<$.length;_++){const rt=$[_];o.splice(r,0,{...x,originControlId:L,value:rt,controlComponent:s.ControlComponent.VALUE,color:"#fff",highlight:"#1677FF"}),r++}}else if(v){const K=S.control?.valueSets||[],$=S.control?.code||"",_=$?$.split(","):[];for(let rt=0;rt<K.length;rt++){const ct=K[rt];o.splice(r,0,{...x,...O,originControlId:L,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:ct.code,value:_.includes(ct.code)}}),r++;const nt=Dt(ct.value||"");for(let ut=0;ut<nt.length;ut++){const ft=nt[ut],It=ut===nt.length-1;o.splice(r,0,{...x,...D,originControlId:L,value:ft===`
81
+ `?H:ft,letterSpacing:It?I.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(w){const K=S.control?.valueSets||[],$=S.control?.code||"";for(let _=0;_<K.length;_++){const rt=K[_];o.splice(r,0,{...x,...O,originControlId:L,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:rt.code,value:$===rt.code}}),r++;const ct=Dt(rt.value||"");for(let nt=0;nt<ct.length;nt++){const ut=ct[nt],ft=nt===ct.length-1;o.splice(r,0,{...x,...D,originControlId:L,value:ut===`
82
+ `?H:ut,letterSpacing:ft?p.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(P.length>0)for(let K=0;K<P.length;K++){const $=P[K];if($.type===s.ElementType.CONTROL&&$.control){const _=$,rt=_.controlId||Tt(),ct=_.control?.value||[],nt=_.control?.type,ut=nt===s.ControlType.TEXTFIELD,ft=nt===s.ControlType.TEXT,It={...x,controlId:rt,control:_.control},wt=ut?i.control.textFixColor:ft?"#87d068":i.control.bracketColor,Gt=ut?_.control?.preTextFix||C.preTextFix:_.control?.prefix||C.prefix,Mt=ve(nt,Gt);for(let yt=0;yt<Mt.length;yt++)o.splice(r,0,{...It,color:wt,originControlId:N,value:Mt[yt],controlComponent:ut?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let yt=0;yt<ct.length;yt++){const St=ct[yt];o.splice(r,0,{...It,...D,...St,originControlId:N,value:St.value===`
83
+ `?H:St.value,controlComponent:s.ControlComponent.VALUE}),r++}if(ct.length===0){const yt=_.control?.placeholder||"";if(yt){const St=Dt(yt);for(let Pt=0;Pt<St.length;Pt++)o.splice(r,0,{...It,color:i.control.placeholderColor,originControlId:N,value:St[Pt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const _t=ut?_.control?.postTextFix||C.postTextFix:_.control?.postfix||C.postfix,$t=ve(nt,_t);for(let yt=0;yt<$t.length;yt++)o.splice(r,0,{...It,color:wt,originControlId:N,value:$t[yt],controlComponent:ut?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else o.splice(r,0,{...x,...D,...$,originControlId:L,value:$.value===`
84
+ `?H:$.value,controlComponent:s.ControlComponent.VALUE}),r++}else if(Y){const K=Dt(Y);for(let $=0;$<K.length;$++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:K[$],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((X===s.ControlType.SELECT||X===s.ControlType.DATE||X===s.ControlType.NUMBER)&&!S.control?.code&&Y){const $=Dt(Y);for(let _=0;_<$.length;_++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:$[_],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ge=U?S.control?.postTextFix||C.postTextFix:S.control?.postfix||C.postfix,ee=ve(X,ge);for(let K=0;K<ee.length;K++)o.splice(r,0,{...x,color:k,highlight:lt,originControlId:L,value:ee[K],controlComponent:A}),r++}else if(F.type===s.ElementType.MENSTRUAL_HISTORY||F.type===s.ElementType.FETAL_HEART_POSITION||F.type===s.ElementType.TOOTH_POSITION||F.type===s.ElementType.MACRO||F.type===s.ElementType.CUSTOM_MACRO||F.type===s.ElementType.REUSABLE_ITEM||F.type===s.ElementType.LIST||F.type===s.ElementType.SPECIAL_SYMBOLS){const S=F.id||Tt();F.id||(F.id=S);const N=a.control?.value;if(N){const P=N.find(Y=>Y.id===S||Y.type===F.type&&Y.value===F.value);P&&Io(S,P)}o.splice(r,0,{...M,...F,id:S,controlId:L,control:a.control,controlComponent:s.ControlComponent.VALUE,type:F.type}),r++}else{const S=Dt(F.value||"");for(let N=0;N<S.length;N++){const P=S[N];o.splice(r,0,{...M,...D,...F,controlId:L,value:P===`
85
+ `?H:P,type:F.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(g){const E={...O,color:i.control.placeholderColor},y=Dt(g);for(let F=0;F<y.length;F++){const S=y[F];o.splice(r,0,{...M,...E,controlId:L,value:S===`
86
+ `?H:S,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(R){const E=Dt(R);for(let y=0;y<E.length;y++){const F=E[y];o.splice(r,0,{...M,...O,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.POST_TEXT}),r++}}const V=ve(f,d||C.postfix);for(let E=0;E<V.length;E++){const y=V[E];o.splice(r,0,{...M,...b,controlId:L,value:y===`
87
+ `?H:y,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTFIX}),r++}r--}}else if((!a.type||Ie.includes(a.type))&&a.type!==s.ElementType.SPECIAL_SYMBOLS&&a.value?.length>1){o.splice(r,1);const c=Dt(a.value);for(let d=0;d<c.length;d++)o.splice(r+d,0,{...a,value:c[d]});a=o[r]}if((a.value===`
85
88
  `||a.value==`\r
86
- `)&&(a.value=_),(a.type===s.ElementType.IMAGE||a.type===s.ElementType.BLOCK)&&(a.id=a.id||Tt()),a.type===s.ElementType.LATEX){const{svg:c,width:d,height:u}=bs.convertLaTextToSVG(a.value);a.width=a.width||d,a.height=a.height||u,a.laTexSVG=c,a.id=a.id||Tt()}(a.type===s.ElementType.MACRO||a.type===s.ElementType.CUSTOM_MACRO||a.type===s.ElementType.REUSABLE_ITEM)&&(a.id=a.id||Tt()),(a.type===s.ElementType.MENSTRUAL_HISTORY||a.type===s.ElementType.TOOTH_POSITION||a.type===s.ElementType.FETAL_HEART_POSITION||a.type===s.ElementType.SPECIAL_SYMBOLS)&&(a.id=a.id||Tt()),r++}}function sc(o,t){const e=Object.keys(o),n=Object.keys(t);if(e.length!==n.length)return!1;for(let i=0;i<e.length;i++){const l=e[i];if(l!=="value"&&!(l==="groupIds"&&Array.isArray(o[l])&&Array.isArray(t[l])&&Ms(o[l],t[l]))&&o[l]!==t[l])return!1}return!0}function cn(o,t={}){const{extraPickAttrs:e}=t,n=[...ha];e&&n.push(...e);const i={value:o?.value===_?`
87
- `:o?.value};return o&&n.forEach(l=>{const r=o[l];r!==void 0&&(i[l]=r)}),i}function Yt(o,t={}){const{extraPickAttrs:e,isClassifyArea:n=!1,isClone:i=!0,editorOptions:l}=t,r=(i?ht(o):o).filter(d=>d.type!==s.ElementType.SPLIT_TAG),a=[];let c=0;for(;c<r.length;){let d=r[c];if(c===0&&d.value===_&&!d.listId&&(!d.type||d.type===s.ElementType.TEXT)){c++;continue}if(d.areaId){const R=d.areaId,h=d.area,g=[];for(;c<r.length;){const f=r[c];if(R!==f.areaId){c--;break}delete f.area,delete f.areaId,g.push(f),c++}const T=Yt(g,t);if(n){const f={type:s.ElementType.AREA,value:"",areaId:R,area:h};f.valueList=T,d=f}else{a.splice(c,0,...T);continue}}else if(d.titleId&&d.level){const R=d.titleId;if(R){const h=d.level,g={type:s.ElementType.TITLE,title:d.title,titleId:R,value:"",level:h},T=[];for(;c<r.length;){const f=r[c];if(R!==f.titleId){c--;break}delete f.level,delete f.title,T.push(f),c++}g.valueList=Yt(T,t),d=g}}else if(d.listId&&d.listType){const R=d.listId;if(R){const h=d.listType,g=d.listStyle,T=d?.label,f={type:s.ElementType.LIST,value:"",label:T||"",listId:R,listType:h,listStyle:g},m=[];for(;c<r.length;){const C=r[c];if(R!==C.listId){c--;break}delete C.listType,delete C.listStyle,m.push(C),c++}f.valueList=Yt(m,t),d=f}}else if(d.type===s.ElementType.TABLE){if(d.pagingId){let R=c+1,h=0;for(;R<r.length;){const g=r[R];if(g.pagingId===d.pagingId){d.height+=g.height;const T=g.trList.filter(f=>!f.pagingRepeat).filter(f=>(f.tdList=f.tdList.filter(m=>{if(m.originalId){for(let C=0;C<d.trList.length;C++){const p=d.trList[C].tdList.find(({id:L})=>L===m.originalId);if(p){m.value[0]?.type===s.ElementType.SPLIT_TAG&&m.value.splice(0,1),p.value.push(...m.value),p.rowspan=p.originalRowspan??p.rowspan;break}}return!1}return!0}),!f.originalId));d.trList.push(...T),d.trList?.forEach(f=>f.minHeight=f.originalMinHeight??f.minHeight),R++,h++}else break}c+=h}if(d.trList)for(let R=0;R<d.trList.length;R++){const h=d.trList[R];delete h.id;for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g],f={colspan:T.colspan,rowspan:T.rowspan,value:Yt(T.value,{...t,isClassifyArea:!1})};ga.forEach(m=>{const C=T[m];C!==void 0&&(f[m]=C)}),h.tdList[g]=f}}}else if(d.type===s.ElementType.HYPERLINK){const R=d.hyperlinkId;if(R){const h={type:s.ElementType.HYPERLINK,value:"",url:d.url},g=[];for(;c<r.length;){const T=r[c];if(R!==T.hyperlinkId){c--;break}delete T.type,delete T.url,g.push(T),c++}h.valueList=Yt(g,t),d=h}}else if(d.type===s.ElementType.DATE){const R=d.dateId;if(R){const h={type:s.ElementType.DATE,value:"",dateFormat:d.dateFormat},g=[];for(;c<r.length;){const T=r[c];if(R!==T.dateId){c--;break}delete T.type,delete T.dateFormat,g.push(T),c++}h.valueList=Yt(g,t),d=h}}else if(d.type!==s.ElementType.BUTTON){if(d.controlId){const R=d.controlId;if(!(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&d.controlComponent===s.ControlComponent.VALUE){if(d.type===s.ElementType.MENSTRUAL_HISTORY||d.type===s.ElementType.FETAL_HEART_POSITION||d.type===s.ElementType.TOOTH_POSITION||d.type===s.ElementType.MACRO||d.type===s.ElementType.CUSTOM_MACRO||d.type===s.ElementType.REUSABLE_ITEM||d.type===s.ElementType.LIST||d.type===s.ElementType.SPECIAL_SYMBOLS){let m=!1;for(let C=c-1;C>=0;C--){const I=r[C],p=I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT;if(I.controlId===R&&p){m=!0;break}if(I.controlId!==R)break}if(!m){const C=ht(d);delete C.controlId,delete C.control,delete C.controlComponent,delete C.originControlId,a.push(C),c++;continue}}c++;continue}if(d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.CHECKBOX||d.controlComponent===s.ControlComponent.RADIO){c++;continue}const g=(f,m,C,I)=>{if(I===s.ControlType.CHECKBOX||I===s.ControlType.RADIO){let L=-1;for(let M=f;M<r.length&&r[M].controlId===m;M++)L=M;return L}const p=C?[s.ControlComponent.POSTTEXTFIX,s.ControlComponent.POSTTEXTFIX_TEXT]:[s.ControlComponent.POSTFIX];for(let L=f;L<r.length;L++){const M=r[L];if(M.controlId===m&&p.includes(M.controlComponent))return L}return-1},T=(f,m,C)=>{const I=[];let p=f;for(;p<=m;){const L=r[p];if(L.controlId&&L.controlId!==C&&L.control){const W=L.control?.type,V=W===s.ControlType.TEXTFIELD,E=V?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,y=L.controlComponent===E,F=W===s.ControlType.CHECKBOX||W===s.ControlType.RADIO;if(y||F&&(L.controlComponent===s.ControlComponent.CHECKBOX||L.controlComponent===s.ControlComponent.RADIO)){const S=g(p+1,L.controlId,V,W);if(S!==-1){const N=r.slice(p,S+1).map(Y=>{const X=ht(Y);return delete X.originControlId,X}),P=Yt(N,t);P.length>0&&I.push(P[0]),p=S+1;continue}}}if(!(L.controlId===C&&(L.controlComponent===s.ControlComponent.VALUE||!L.controlComponent)&&(!L.originControlId||L.originControlId===C)||L.originControlId===C&&L.controlComponent===s.ControlComponent.VALUE||L.controlId===C&&(L.controlComponent===s.ControlComponent.CHECKBOX||L.controlComponent===s.ControlComponent.RADIO)&&!L.originControlId)){p++;continue}if(L.type===s.ElementType.MENSTRUAL_HISTORY||L.type===s.ElementType.FETAL_HEART_POSITION||L.type===s.ElementType.TOOTH_POSITION||L.type===s.ElementType.MACRO||L.type===s.ElementType.CUSTOM_MACRO||L.type===s.ElementType.REUSABLE_ITEM||L.type===s.ElementType.LIST||L.type===s.ElementType.SPECIAL_SYMBOLS){const W=ht(L);delete W.controlId,delete W.control,delete W.controlComponent,delete W.originControlId,I.push(W),p++;continue}if(L.controlComponent===s.ControlComponent.CHECKBOX||L.controlComponent===s.ControlComponent.RADIO){I.push(ht(L)),p++;continue}const b=d.control?.type;if(b===s.ControlType.CHECKBOX||b===s.ControlType.RADIO){let W=p-1,V=!1;for(;W>=f-1;){const E=r[W];if(E.controlId===C&&!E.originControlId)if(E.controlComponent===s.ControlComponent.CHECKBOX){V=E.checkbox?.value===!0;break}else if(E.controlComponent===s.ControlComponent.RADIO){V=E.radio?.value===!0;break}else if(E.controlComponent===s.ControlComponent.VALUE){W--;continue}else break;W--}if(V){const E={value:L.value||""},y=[...Te,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const F of y){const S=L[F];if(S!==void 0){if(F==="color"&&l){const N=l.control?.bracketColor,P=l.control?.placeholderColor;if(S===N||S===P)continue}E[F]=S}}I.push(E)}}else{const W={value:L.value||""},V=[...Te,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const E of V){const y=L[E];if(y!==void 0){if(E==="color"&&l){const F=l.control?.bracketColor,S=l.control?.placeholderColor;if(y===F||y===S)continue}W[E]=y}}I.push(W)}p++}return I};if(d.controlComponent===s.ControlComponent.PREFIX){const f=d.control?.type===s.ControlType.TEXTFIELD,m=g(c+1,R,f);if(m!==-1){const C=T(c+1,m-1,R),I=ie(d,ue),p={...d.control,...I,value:C},L={...ie(d,Te),type:s.ElementType.CONTROL,value:"",control:p,controlId:R};d=cn(L,{extraPickAttrs:e}),c=m}}if(d.controlComponent===s.ControlComponent.PRETEXTFIX){const f=g(c+1,R,!0);if(f!==-1){const m=T(c+1,f-1,R),C=ie(d,ue),I={...d.control,...C,value:m},p={...ie(d,Te),type:s.ElementType.CONTROL,value:"",control:I,controlId:R};d=cn(p,{extraPickAttrs:e}),c=f}}if(d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){const f=g(c+1,R,!0);if(f!==-1){const m=T(c+1,f-1,R),C=ie(d,ue),I={...d.control,...C,value:m},p={...ie(d,Te),type:s.ElementType.CONTROL,value:"",control:I,controlId:R};d=cn(p,{extraPickAttrs:e}),c=f}}}}const u=cn(d,{extraPickAttrs:e});if(!d.type||d.type===s.ElementType.TEXT||d.type===s.ElementType.SUBSCRIPT||d.type===s.ElementType.SUPERSCRIPT)for(;c<r.length;){const R=r[c+1];if(c++,R&&sc(u,cn(R,{extraPickAttrs:e}))){const h=R.value===_?`
88
- `:R.value;u.value+=h}else break}else c++;a.push(u)}return a}function Qs(o){switch(window.getComputedStyle(o).textAlign){case"left":case"start":return s.RowFlex.LEFT;case"center":return s.RowFlex.CENTER;case"right":case"end":return s.RowFlex.RIGHT;case"justify":return s.RowFlex.ALIGNMENT;case"justify-all":return s.RowFlex.JUSTIFY;default:return s.RowFlex.LEFT}}function vs(o){return o===s.RowFlex.ALIGNMENT?"justify":o}function rc(o){switch(o){case s.RowFlex.LEFT:return"flex-start";case s.RowFlex.CENTER:return"center";case s.RowFlex.RIGHT:return"flex-end";case s.RowFlex.ALIGNMENT:case s.RowFlex.JUSTIFY:return"space-between";default:return"flex-start"}}function Eo(o){return!o.type||Ie.includes(o.type)}function lc(o){return!o.type||o.type===s.ElementType.TEXT}function Ks(o){return o.filter(t=>Eo(t)).map(t=>t.value).join("").replace(new RegExp(_,"g"),"")}function yn(o,t){const e=o[t];if(!e)return null;const n=o[t+1];return!e.listId&&e.value===_&&n&&n.value!==_&&e.areaId===n.areaId?n:e}function re(o,t,e,n){let i=yn(o,e);if(!i)return;const{isBreakWhenWrap:l=!1,editorOptions:r,ignoreContextKeys:a=[]}=n||{},{mode:c}=r||{};c!==s.EditorMode.DESIGN&&i.title?.disabled&&(i=Ce(i,ai));let d=!1;for(let u=0;u<t.length;u++){const R=t[u];if(l&&!i.listId&&ei.test(R.value)&&(d=!0),d||!i.listId&&R.type===s.ElementType.LIST){const g=[...Sn,...Te,...mn];Es(g,a),an(g,i,R),R.valueList?.forEach(T=>{an(g,i,T)});continue}R.valueList?.length&&re(o,R.valueList,e,n);const h=[...di];Vn(R)||h.push(...Te),Es(h,a),an(h,i,R)}}function ac(o,t){let e="span";o.type===s.ElementType.SUPERSCRIPT?e="sup":o.type===s.ElementType.SUBSCRIPT&&(e="sub");const n=document.createElement(e);return n.style.fontFamily=o.font||t.defaultFont,o.rowFlex&&(n.style.textAlign=vs(o.rowFlex)),o.color&&(n.style.color=o.color),o.bold&&(n.style.fontWeight="600"),o.italic&&(n.style.fontStyle="italic"),n.style.fontSize=`${o.size||t.defaultSize}px`,o.highlight&&(n.style.backgroundColor=o.highlight),o.underline&&(n.style.textDecoration="underline",n.style.textDecorationStyle=o.textDecoration?.style||"solid"),o.strikeout&&(n.style.textDecoration+=" line-through"),o.type&&n.setAttribute("data-type",o.type),o.rowMargin&&(n.style.lineHeight=(o.rowMargin??t.defaultRowMargin).toString()),n.innerText=o.value.replace(new RegExp(`${_}`,"g"),`
89
- `),n}function Hs(o){let t=0;const e=new Map;for(let n=0;n<o.length;n++){const i=o[n];if(n===0){if(i.checkbox)continue;i.value=i.value.replace(ei,"")}if(i.listWrap){const l=e.get(t)||[];l.push(i),e.set(t,l)}else{const l=i.value.split(`
90
- `);for(let r=0;r<l.length;r++){r>0&&(t+=1);const a=l[r],c=e.get(t)||[];c.push({...i,value:a}),e.set(t,c)}}}return e}function cc(o){const t=[];if(!o.length)return t;let e=o[0]?.rowFlex||null;t.push({rowFlex:e,data:[o[0]]});for(let n=1;n<o.length;n++){const i=o[n],l=i.rowFlex||null;e===l&&!Vn(i)&&!Vn(o[n-1])?t[t.length-1].data.push(i):(t.push({rowFlex:l,data:[i]}),e=l)}for(let n=0;n<t.length;n++){const i=t[n];i.data=Yt(i.data)}return t}function bn(o,t){const e=Co(t),n=e.mode===s.EditorMode.READONLY?Fn(Yt(o,{editorOptions:e})):o;function i(a){const c=document.createElement("div");for(let d=0;d<a.length;d++){const u=a[d];if(u.type===s.ElementType.TABLE){const R=document.createElement("table");R.setAttribute("cellSpacing","0"),R.setAttribute("cellpadding","0"),R.setAttribute("border","0");const h="1px solid #000000";!u.borderType||u.borderType===s.TableBorder.ALL?(R.style.borderTop=h,R.style.borderLeft=h):u.borderType===s.TableBorder.EXTERNAL&&(R.style.border=h),R.style.width=`${u.width}px`;const g=document.createElement("colgroup");for(let f=0;f<u.colgroup.length;f++){const m=u.colgroup[f],C=document.createElement("col");C.setAttribute("width",`${m.width}`),g.append(C)}R.append(g);const T=u.trList;for(let f=0;f<T.length;f++){const m=document.createElement("tr"),C=T[f];m.style.height=`${C.height}px`;for(let I=0;I<C.tdList.length;I++){const p=document.createElement("td");(!u.borderType||u.borderType===s.TableBorder.ALL)&&(p.style.borderBottom=p.style.borderRight="1px solid");const L=C.tdList[I];p.colSpan=L.colspan,p.rowSpan=L.rowspan,p.style.verticalAlign=L.verticalAlign||"top",L.borderTypes?.includes(s.TdBorder.TOP)&&(p.style.borderTop=h),L.borderTypes?.includes(s.TdBorder.RIGHT)&&(p.style.borderRight=h),L.borderTypes?.includes(s.TdBorder.BOTTOM)&&(p.style.borderBottom=h),L.borderTypes?.includes(s.TdBorder.LEFT)&&(p.style.borderLeft=h);const M=bn(L.value,t);p.innerHTML=M.innerHTML,L.backgroundColor&&(p.style.backgroundColor=L.backgroundColor),m.append(p)}R.append(m)}c.append(R)}else if(u.type===s.ElementType.HYPERLINK){const R=document.createElement("a");R.innerText=u.valueList.map(h=>h.value).join(""),u.url&&(R.href=u.url),c.append(R)}else if(u.type===s.ElementType.TITLE){const R=document.createElement(`h${gi[u.level]}`),h=i(u.valueList);R.innerHTML=h.innerHTML,c.append(R)}else if(u.type===s.ElementType.LIST){const R=document.createElement(Fa[u.listType]);u.listStyle&&(R.style.listStyleType=ya[u.listStyle]);const h=Yt(u.valueList);Hs(h).forEach(T=>{const f=document.createElement("li"),m=i(T);f.innerHTML=m.innerHTML,R.append(f)}),c.append(R)}else if(u.type===s.ElementType.IMAGE){const R=document.createElement("img");u.value&&(R.src=u.value,R.width=u.width,R.height=u.height),c.append(R)}else if(u.type===s.ElementType.BLOCK){if(u.block?.type===s.BlockType.VIDEO){const R=u.block.videoBlock?.src;if(R){const h=document.createElement("video");h.style.display="block",h.controls=!0,h.src=R,h.width=u.width||t?.width||window.innerWidth,h.height=u.height,c.append(h)}}else if(u.block?.type===s.BlockType.IFRAME){const{src:R,srcdoc:h,sandbox:g,allow:T}=u.block.iframeBlock||{};if(R||h){const f=document.createElement("iframe");f.sandbox.add(...g||Xn.sandbox),f.setAttribute("allow",[T||Xn.allow].join(" ")),f.style.display="block",f.style.border="none",R?f.src=R:h&&(f.srcdoc=h),f.width=`${u.width||t?.width||window.innerWidth}`,f.height=`${u.height}`,c.append(f)}}}else if(u.type===s.ElementType.SEPARATOR){const R=document.createElement("hr");u.dashArray?.length&&R.setAttribute("data-dash-array",u.dashArray.join(",")),c.append(R)}else if(u.type===s.ElementType.CHECKBOX){const R=document.createElement("input");R.type="checkbox",u.checkbox?.value&&R.setAttribute("checked","true"),c.append(R)}else if(u.type===s.ElementType.RADIO){const R=document.createElement("input");R.type="radio",u.radio?.value&&R.setAttribute("checked","true"),c.append(R)}else if(u.type===s.ElementType.TAB){const R=document.createElement("span");R.innerHTML=`${ps}${ps}`,c.append(R)}else if(u.type===s.ElementType.CONTROL){const R=document.createElement("span"),h=i(u.control?.value||[]);R.innerHTML=h.innerHTML,c.append(R)}else if(u.type===s.ElementType.PAGE_BREAK){const R=document.createElement("div");R.style.breakAfter="page",c.append(R)}else if(!u.type||u.type===s.ElementType.LATEX||Ie.includes(u.type)){let R="";if(u.type===s.ElementType.DATE?R=u.valueList?.map(g=>g.value).join("")||"":R=u.value,!R)continue;const h=ac(u,e);a[d-1]?.type===s.ElementType.TITLE&&(R=R.replace(/^\n/,"")),h.innerText=R.replace(new RegExp(`${_}`,"g"),`
91
- `),c.append(h)}}return c}const l=document.createElement("div"),r=cc(n);for(let a=0;a<r.length;a++){const c=r[a],d=!c.rowFlex||c.rowFlex===s.RowFlex.LEFT,u=document.createElement("div");if(!d){const R=c.data[0];Vn(R)?(u.style.display="flex",u.style.justifyContent=rc(R.rowFlex)):(u.style.textAlign=vs(c.rowFlex),c.rowFlex==="justify"&&(u.style.textAlignLast="justify"))}u.innerHTML=i(c.data).innerHTML,d?u.childNodes.forEach(R=>{l.append(R.cloneNode(!0))}):l.append(u)}return l}function dc(o){if(!o||o.nodeType!==3)return null;const t=o.parentNode,e=t.nodeName==="FONT"?t.parentNode:t,n=Qs(e),i=o.textContent,l=window.getComputedStyle(e);if(!i||e.nodeName==="STYLE")return null;const r={value:i,color:l.color,bold:Number(l.fontWeight)>500,italic:l.fontStyle.includes("italic"),size:Math.floor(parseFloat(l.fontSize))};return e.nodeName==="SUB"||l.verticalAlign==="sub"?r.type=s.ElementType.SUBSCRIPT:(e.nodeName==="SUP"||l.verticalAlign==="super")&&(r.type=s.ElementType.SUPERSCRIPT),n!==s.RowFlex.LEFT&&(r.rowFlex=n),l.backgroundColor!=="rgba(0, 0, 0, 0)"&&(r.highlight=l.backgroundColor),l.textDecorationLine.includes("underline")&&(r.underline=!0),l.textDecorationLine.includes("line-through")&&(r.strikeout=!0),r}function Dn(o,t){const e=[];function n(c){if(c.nodeType===3){const d=dc(c);d&&e.push(d)}else if(c.nodeType===1){const d=c.childNodes;for(let u=0;u<d.length;u++){const R=d[u];if(R.nodeName==="BR")e.push({value:`
92
- `});else if(R.nodeName==="A"){const h=R,g=h.innerText;g&&e.push({type:s.ElementType.HYPERLINK,value:"",valueList:[{value:g}],url:h.href})}else if(/H[1-6]/.test(R.nodeName)){const g=Dn(uc(R,"div").outerHTML,t);e.push({value:"",type:s.ElementType.TITLE,level:Da[R.nodeName],valueList:g}),R.nextSibling&&!ma.includes(R.nextSibling.nodeName)&&e.push({value:`
89
+ `)&&(a.value=H),(a.type===s.ElementType.IMAGE||a.type===s.ElementType.BLOCK)&&(a.id=a.id||Tt()),a.type===s.ElementType.LATEX){const{svg:c,width:d,height:u}=Ds.convertLaTextToSVG(a.value);a.width=a.width||d,a.height=a.height||u,a.laTexSVG=c,a.id=a.id||Tt()}(a.type===s.ElementType.MACRO||a.type===s.ElementType.CUSTOM_MACRO||a.type===s.ElementType.REUSABLE_ITEM)&&(a.id=a.id||Tt()),(a.type===s.ElementType.MENSTRUAL_HISTORY||a.type===s.ElementType.TOOTH_POSITION||a.type===s.ElementType.FETAL_HEART_POSITION||a.type===s.ElementType.SPECIAL_SYMBOLS)&&(a.id=a.id||Tt()),r++}}function cc(o,t){const e=Object.keys(o),n=Object.keys(t);if(e.length!==n.length)return!1;for(let i=0;i<e.length;i++){const l=e[i];if(l!=="value"&&!(l==="groupIds"&&Array.isArray(o[l])&&Array.isArray(t[l])&&Os(o[l],t[l]))&&o[l]!==t[l])return!1}return!0}function cn(o,t={}){const{extraPickAttrs:e}=t,n=[...fa];e&&n.push(...e);const i={value:o?.value===H?`
90
+ `:o?.value};return o&&n.forEach(l=>{const r=o[l];r!==void 0&&(i[l]=r)}),i}function Yt(o,t={}){const{extraPickAttrs:e,isClassifyArea:n=!1,isClone:i=!0,editorOptions:l}=t,r=(i?ht(o):o).filter(d=>d.type!==s.ElementType.SPLIT_TAG),a=[];let c=0;for(;c<r.length;){let d=r[c];if(c===0&&d.value===H&&!d.listId&&(!d.type||d.type===s.ElementType.TEXT)){c++;continue}if(d.areaId){const R=d.areaId,h=d.area,g=[];for(;c<r.length;){const f=r[c];if(R!==f.areaId){c--;break}delete f.area,delete f.areaId,g.push(f),c++}const T=Yt(g,t);if(n){const f={type:s.ElementType.AREA,value:"",areaId:R,area:h};f.valueList=T,d=f}else{a.splice(c,0,...T);continue}}else if(d.titleId&&d.level){const R=d.titleId;if(R){const h=d.level,g={type:s.ElementType.TITLE,title:d.title,titleId:R,value:"",level:h},T=[];for(;c<r.length;){const f=r[c];if(R!==f.titleId){c--;break}delete f.level,delete f.title,T.push(f),c++}g.valueList=Yt(T,t),d=g}}else if(d.listId&&d.listType){const R=d.listId;if(R){const h=d.listType,g=d.listStyle,T=d?.label,f={type:s.ElementType.LIST,value:"",label:T||"",listId:R,listType:h,listStyle:g},m=[];for(;c<r.length;){const C=r[c];if(R!==C.listId){c--;break}delete C.listType,delete C.listStyle,m.push(C),c++}f.valueList=Yt(m,t),d=f}}else if(d.type===s.ElementType.TABLE){if(d.pagingId){let R=c+1,h=0;for(;R<r.length;){const g=r[R];if(g.pagingId===d.pagingId){d.height+=g.height;const T=g.trList.filter(f=>!f.pagingRepeat).filter(f=>(f.tdList=f.tdList.filter(m=>{if(m.originalId){for(let C=0;C<d.trList.length;C++){const p=d.trList[C].tdList.find(({id:L})=>L===m.originalId);if(p){m.value[0]?.type===s.ElementType.SPLIT_TAG&&m.value.splice(0,1),p.value.push(...m.value),p.rowspan=p.originalRowspan??p.rowspan;break}}return!1}return!0}),!f.originalId));d.trList.push(...T),d.trList?.forEach(f=>f.minHeight=f.originalMinHeight??f.minHeight),R++,h++}else break}c+=h}if(d.trList)for(let R=0;R<d.trList.length;R++){const h=d.trList[R];delete h.id;for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g],f={colspan:T.colspan,rowspan:T.rowspan,value:Yt(T.value,{...t,isClassifyArea:!1})};ma.forEach(m=>{const C=T[m];C!==void 0&&(f[m]=C)}),h.tdList[g]=f}}}else if(d.type===s.ElementType.HYPERLINK){const R=d.hyperlinkId;if(R){const h={type:s.ElementType.HYPERLINK,value:"",url:d.url},g=[];for(;c<r.length;){const T=r[c];if(R!==T.hyperlinkId){c--;break}delete T.type,delete T.url,g.push(T),c++}h.valueList=Yt(g,t),d=h}}else if(d.type===s.ElementType.DATE){const R=d.dateId;if(R){const h={type:s.ElementType.DATE,value:"",dateFormat:d.dateFormat},g=[];for(;c<r.length;){const T=r[c];if(R!==T.dateId){c--;break}delete T.type,delete T.dateFormat,g.push(T),c++}h.valueList=Yt(g,t),d=h}}else if(d.type!==s.ElementType.BUTTON){if(d.controlId){const R=d.controlId;if(!(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&d.controlComponent===s.ControlComponent.VALUE){if(d.type===s.ElementType.MENSTRUAL_HISTORY||d.type===s.ElementType.FETAL_HEART_POSITION||d.type===s.ElementType.TOOTH_POSITION||d.type===s.ElementType.MACRO||d.type===s.ElementType.CUSTOM_MACRO||d.type===s.ElementType.REUSABLE_ITEM||d.type===s.ElementType.LIST||d.type===s.ElementType.SPECIAL_SYMBOLS){let m=!1;for(let C=c-1;C>=0;C--){const I=r[C],p=I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT;if(I.controlId===R&&p){m=!0;break}if(I.controlId!==R)break}if(!m){const C=ht(d);delete C.controlId,delete C.control,delete C.controlComponent,delete C.originControlId,a.push(C),c++;continue}}c++;continue}if(d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.CHECKBOX||d.controlComponent===s.ControlComponent.RADIO){c++;continue}const g=(f,m,C,I)=>{if(I===s.ControlType.CHECKBOX||I===s.ControlType.RADIO){let L=-1;for(let M=f;M<r.length&&r[M].controlId===m;M++)L=M;return L}const p=C?[s.ControlComponent.POSTTEXTFIX,s.ControlComponent.POSTTEXTFIX_TEXT]:[s.ControlComponent.POSTFIX];for(let L=f;L<r.length;L++){const M=r[L];if(M.controlId===m&&p.includes(M.controlComponent))return L}return-1},T=(f,m,C)=>{const I=[];let p=f;for(;p<=m;){const L=r[p];if(L.controlId&&L.controlId!==C&&L.control){const W=L.control?.type,V=W===s.ControlType.TEXTFIELD,E=V?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,y=L.controlComponent===E,F=W===s.ControlType.CHECKBOX||W===s.ControlType.RADIO;if(y||F&&(L.controlComponent===s.ControlComponent.CHECKBOX||L.controlComponent===s.ControlComponent.RADIO)){const S=g(p+1,L.controlId,V,W);if(S!==-1){const N=r.slice(p,S+1).map(Y=>{const X=ht(Y);return delete X.originControlId,X}),P=Yt(N,t);P.length>0&&I.push(P[0]),p=S+1;continue}}}if(!(L.controlId===C&&(L.controlComponent===s.ControlComponent.VALUE||!L.controlComponent)&&(!L.originControlId||L.originControlId===C)||L.originControlId===C&&L.controlComponent===s.ControlComponent.VALUE||L.controlId===C&&(L.controlComponent===s.ControlComponent.CHECKBOX||L.controlComponent===s.ControlComponent.RADIO)&&!L.originControlId)){p++;continue}if(L.type===s.ElementType.MENSTRUAL_HISTORY||L.type===s.ElementType.FETAL_HEART_POSITION||L.type===s.ElementType.TOOTH_POSITION||L.type===s.ElementType.MACRO||L.type===s.ElementType.CUSTOM_MACRO||L.type===s.ElementType.REUSABLE_ITEM||L.type===s.ElementType.LIST||L.type===s.ElementType.SPECIAL_SYMBOLS){const W=ht(L);delete W.controlId,delete W.control,delete W.controlComponent,delete W.originControlId,I.push(W),p++;continue}if(L.controlComponent===s.ControlComponent.CHECKBOX||L.controlComponent===s.ControlComponent.RADIO){I.push(ht(L)),p++;continue}const b=d.control?.type;if(b===s.ControlType.CHECKBOX||b===s.ControlType.RADIO){let W=p-1,V=!1;for(;W>=f-1;){const E=r[W];if(E.controlId===C&&!E.originControlId)if(E.controlComponent===s.ControlComponent.CHECKBOX){V=E.checkbox?.value===!0;break}else if(E.controlComponent===s.ControlComponent.RADIO){V=E.radio?.value===!0;break}else if(E.controlComponent===s.ControlComponent.VALUE){W--;continue}else break;W--}if(V){const E={value:L.value||""},y=[...Te,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const F of y){const S=L[F];if(S!==void 0){if(F==="color"&&l){const N=l.control?.bracketColor,P=l.control?.placeholderColor;if(S===N||S===P)continue}E[F]=S}}I.push(E)}}else{const W={value:L.value||""},V=[...Te,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const E of V){const y=L[E];if(y!==void 0){if(E==="color"&&l){const F=l.control?.bracketColor,S=l.control?.placeholderColor;if(y===F||y===S)continue}W[E]=y}}I.push(W)}p++}return I};if(d.controlComponent===s.ControlComponent.PREFIX){const f=d.control?.type===s.ControlType.TEXTFIELD,m=g(c+1,R,f);if(m!==-1){const C=T(c+1,m-1,R),I=ie(d,ue),p={...d.control,...I,value:C},L={...ie(d,Te),type:s.ElementType.CONTROL,value:"",control:p,controlId:R};d=cn(L,{extraPickAttrs:e}),c=m}}if(d.controlComponent===s.ControlComponent.PRETEXTFIX){const f=g(c+1,R,!0);if(f!==-1){const m=T(c+1,f-1,R),C=ie(d,ue),I={...d.control,...C,value:m},p={...ie(d,Te),type:s.ElementType.CONTROL,value:"",control:I,controlId:R};d=cn(p,{extraPickAttrs:e}),c=f}}if(d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){const f=g(c+1,R,!0);if(f!==-1){const m=T(c+1,f-1,R),C=ie(d,ue),I={...d.control,...C,value:m},p={...ie(d,Te),type:s.ElementType.CONTROL,value:"",control:I,controlId:R};d=cn(p,{extraPickAttrs:e}),c=f}}}}const u=cn(d,{extraPickAttrs:e});if(!d.type||d.type===s.ElementType.TEXT||d.type===s.ElementType.SUBSCRIPT||d.type===s.ElementType.SUPERSCRIPT)for(;c<r.length;){const R=r[c+1];if(c++,R&&cc(u,cn(R,{extraPickAttrs:e}))){const h=R.value===H?`
91
+ `:R.value;u.value+=h}else break}else c++;a.push(u)}return a}function Hs(o){switch(window.getComputedStyle(o).textAlign){case"left":case"start":return s.RowFlex.LEFT;case"center":return s.RowFlex.CENTER;case"right":case"end":return s.RowFlex.RIGHT;case"justify":return s.RowFlex.ALIGNMENT;case"justify-all":return s.RowFlex.JUSTIFY;default:return s.RowFlex.LEFT}}function _s(o){return o===s.RowFlex.ALIGNMENT?"justify":o}function dc(o){switch(o){case s.RowFlex.LEFT:return"flex-start";case s.RowFlex.CENTER:return"center";case s.RowFlex.RIGHT:return"flex-end";case s.RowFlex.ALIGNMENT:case s.RowFlex.JUSTIFY:return"space-between";default:return"flex-start"}}function Mo(o){return!o.type||Ie.includes(o.type)}function uc(o){return!o.type||o.type===s.ElementType.TEXT}function As(o){return o.filter(t=>Mo(t)).map(t=>t.value).join("").replace(new RegExp(H,"g"),"")}function yn(o,t){const e=o[t];if(!e)return null;const n=o[t+1];return!e.listId&&e.value===H&&n&&n.value!==H&&e.areaId===n.areaId?n:e}function re(o,t,e,n){let i=yn(o,e);if(!i)return;const{isBreakWhenWrap:l=!1,editorOptions:r,ignoreContextKeys:a=[]}=n||{},{mode:c}=r||{};c!==s.EditorMode.DESIGN&&i.title?.disabled&&(i=Ce(i,ci));let d=!1;for(let u=0;u<t.length;u++){const R=t[u];if(l&&!i.listId&&ni.test(R.value)&&(d=!0),d||!i.listId&&R.type===s.ElementType.LIST){const g=[...Sn,...Te,...mn];Ms(g,a),an(g,i,R),R.valueList?.forEach(T=>{an(g,i,T)});continue}R.valueList?.length&&re(o,R.valueList,e,n);const h=[...ui];Vn(R)||h.push(...Te),Ms(h,a),an(h,i,R)}}function Rc(o,t){let e="span";o.type===s.ElementType.SUPERSCRIPT?e="sup":o.type===s.ElementType.SUBSCRIPT&&(e="sub");const n=document.createElement(e);return n.style.fontFamily=o.font||t.defaultFont,o.rowFlex&&(n.style.textAlign=_s(o.rowFlex)),o.color&&(n.style.color=o.color),o.bold&&(n.style.fontWeight="600"),o.italic&&(n.style.fontStyle="italic"),n.style.fontSize=`${o.size||t.defaultSize}px`,o.highlight&&(n.style.backgroundColor=o.highlight),o.underline&&(n.style.textDecoration="underline",n.style.textDecorationStyle=o.textDecoration?.style||"solid"),o.strikeout&&(n.style.textDecoration+=" line-through"),o.type&&n.setAttribute("data-type",o.type),o.rowMargin&&(n.style.lineHeight=(o.rowMargin??t.defaultRowMargin).toString()),n.innerText=o.value.replace(new RegExp(`${H}`,"g"),`
92
+ `),n}function ks(o){let t=0;const e=new Map;for(let n=0;n<o.length;n++){const i=o[n];if(n===0){if(i.checkbox)continue;i.value=i.value.replace(ni,"")}if(i.listWrap){const l=e.get(t)||[];l.push(i),e.set(t,l)}else{const l=i.value.split(`
93
+ `);for(let r=0;r<l.length;r++){r>0&&(t+=1);const a=l[r],c=e.get(t)||[];c.push({...i,value:a}),e.set(t,c)}}}return e}function hc(o){const t=[];if(!o.length)return t;let e=o[0]?.rowFlex||null;t.push({rowFlex:e,data:[o[0]]});for(let n=1;n<o.length;n++){const i=o[n],l=i.rowFlex||null;e===l&&!Vn(i)&&!Vn(o[n-1])?t[t.length-1].data.push(i):(t.push({rowFlex:l,data:[i]}),e=l)}for(let n=0;n<t.length;n++){const i=t[n];i.data=Yt(i.data)}return t}function bn(o,t){const e=Co(t),n=Qs(e.mode)?Fn(Yt(o,{editorOptions:e})):o;function i(a){const c=document.createElement("div");for(let d=0;d<a.length;d++){const u=a[d];if(u.type===s.ElementType.TABLE){const R=document.createElement("table");R.setAttribute("cellSpacing","0"),R.setAttribute("cellpadding","0"),R.setAttribute("border","0");const h="1px solid #000000";!u.borderType||u.borderType===s.TableBorder.ALL?(R.style.borderTop=h,R.style.borderLeft=h):u.borderType===s.TableBorder.EXTERNAL&&(R.style.border=h),R.style.width=`${u.width}px`;const g=document.createElement("colgroup");for(let f=0;f<u.colgroup.length;f++){const m=u.colgroup[f],C=document.createElement("col");C.setAttribute("width",`${m.width}`),g.append(C)}R.append(g);const T=u.trList;for(let f=0;f<T.length;f++){const m=document.createElement("tr"),C=T[f];m.style.height=`${C.height}px`;for(let I=0;I<C.tdList.length;I++){const p=document.createElement("td");(!u.borderType||u.borderType===s.TableBorder.ALL)&&(p.style.borderBottom=p.style.borderRight="1px solid");const L=C.tdList[I];p.colSpan=L.colspan,p.rowSpan=L.rowspan,p.style.verticalAlign=L.verticalAlign||"top",L.borderTypes?.includes(s.TdBorder.TOP)&&(p.style.borderTop=h),L.borderTypes?.includes(s.TdBorder.RIGHT)&&(p.style.borderRight=h),L.borderTypes?.includes(s.TdBorder.BOTTOM)&&(p.style.borderBottom=h),L.borderTypes?.includes(s.TdBorder.LEFT)&&(p.style.borderLeft=h);const M=bn(L.value,t);p.innerHTML=M.innerHTML,L.backgroundColor&&(p.style.backgroundColor=L.backgroundColor),m.append(p)}R.append(m)}c.append(R)}else if(u.type===s.ElementType.HYPERLINK){const R=document.createElement("a");R.innerText=u.valueList.map(h=>h.value).join(""),u.url&&(R.href=u.url),c.append(R)}else if(u.type===s.ElementType.TITLE){const R=document.createElement(`h${Ti[u.level]}`),h=i(u.valueList);R.innerHTML=h.innerHTML,c.append(R)}else if(u.type===s.ElementType.LIST){const R=document.createElement(Da[u.listType]);u.listStyle&&(R.style.listStyleType=Va[u.listStyle]);const h=Yt(u.valueList);ks(h).forEach(T=>{const f=document.createElement("li"),m=i(T);f.innerHTML=m.innerHTML,R.append(f)}),c.append(R)}else if(u.type===s.ElementType.IMAGE){const R=document.createElement("img");u.value&&(R.src=u.value,R.width=u.width,R.height=u.height),c.append(R)}else if(u.type===s.ElementType.BLOCK){if(u.block?.type===s.BlockType.VIDEO){const R=u.block.videoBlock?.src;if(R){const h=document.createElement("video");h.style.display="block",h.controls=!0,h.src=R,h.width=u.width||t?.width||window.innerWidth,h.height=u.height,c.append(h)}}else if(u.block?.type===s.BlockType.IFRAME){const{src:R,srcdoc:h,sandbox:g,allow:T}=u.block.iframeBlock||{};if(R||h){const f=document.createElement("iframe");f.sandbox.add(...g||Xn.sandbox),f.setAttribute("allow",[T||Xn.allow].join(" ")),f.style.display="block",f.style.border="none",R?f.src=R:h&&(f.srcdoc=h),f.width=`${u.width||t?.width||window.innerWidth}`,f.height=`${u.height}`,c.append(f)}}}else if(u.type===s.ElementType.SEPARATOR){const R=document.createElement("hr");u.dashArray?.length&&R.setAttribute("data-dash-array",u.dashArray.join(",")),c.append(R)}else if(u.type===s.ElementType.CHECKBOX){const R=document.createElement("input");R.type="checkbox",u.checkbox?.value&&R.setAttribute("checked","true"),c.append(R)}else if(u.type===s.ElementType.RADIO){const R=document.createElement("input");R.type="radio",u.radio?.value&&R.setAttribute("checked","true"),c.append(R)}else if(u.type===s.ElementType.TAB){const R=document.createElement("span");R.innerHTML=`${Cs}${Cs}`,c.append(R)}else if(u.type===s.ElementType.CONTROL){const R=document.createElement("span"),h=i(u.control?.value||[]);R.innerHTML=h.innerHTML,c.append(R)}else if(u.type===s.ElementType.PAGE_BREAK){const R=document.createElement("div");R.style.breakAfter="page",c.append(R)}else if(!u.type||u.type===s.ElementType.LATEX||Ie.includes(u.type)){let R="";if(u.type===s.ElementType.DATE?R=u.valueList?.map(g=>g.value).join("")||"":R=u.value,!R)continue;const h=Rc(u,e);a[d-1]?.type===s.ElementType.TITLE&&(R=R.replace(/^\n/,"")),h.innerText=R.replace(new RegExp(`${H}`,"g"),`
94
+ `),c.append(h)}}return c}const l=document.createElement("div"),r=hc(n);for(let a=0;a<r.length;a++){const c=r[a],d=!c.rowFlex||c.rowFlex===s.RowFlex.LEFT,u=document.createElement("div");if(!d){const R=c.data[0];Vn(R)?(u.style.display="flex",u.style.justifyContent=dc(R.rowFlex)):(u.style.textAlign=_s(c.rowFlex),c.rowFlex==="justify"&&(u.style.textAlignLast="justify"))}u.innerHTML=i(c.data).innerHTML,d?u.childNodes.forEach(R=>{l.append(R.cloneNode(!0))}):l.append(u)}return l}function gc(o){if(!o||o.nodeType!==3)return null;const t=o.parentNode,e=t.nodeName==="FONT"?t.parentNode:t,n=Hs(e),i=o.textContent,l=window.getComputedStyle(e);if(!i||e.nodeName==="STYLE")return null;const r={value:i,color:l.color,bold:Number(l.fontWeight)>500,italic:l.fontStyle.includes("italic"),size:Math.floor(parseFloat(l.fontSize))};return e.nodeName==="SUB"||l.verticalAlign==="sub"?r.type=s.ElementType.SUBSCRIPT:(e.nodeName==="SUP"||l.verticalAlign==="super")&&(r.type=s.ElementType.SUPERSCRIPT),n!==s.RowFlex.LEFT&&(r.rowFlex=n),l.backgroundColor!=="rgba(0, 0, 0, 0)"&&(r.highlight=l.backgroundColor),l.textDecorationLine.includes("underline")&&(r.underline=!0),l.textDecorationLine.includes("line-through")&&(r.strikeout=!0),r}function Dn(o,t){const e=[];function n(c){if(c.nodeType===3){const d=gc(c);d&&e.push(d)}else if(c.nodeType===1){const d=c.childNodes;for(let u=0;u<d.length;u++){const R=d[u];if(R.nodeName==="BR")e.push({value:`
95
+ `});else if(R.nodeName==="A"){const h=R,g=h.innerText;g&&e.push({type:s.ElementType.HYPERLINK,value:"",valueList:[{value:g}],url:h.href})}else if(/H[1-6]/.test(R.nodeName)){const g=Dn(Tc(R,"div").outerHTML,t);e.push({value:"",type:s.ElementType.TITLE,level:Ya[R.nodeName],valueList:g}),R.nextSibling&&!Ia.includes(R.nextSibling.nodeName)&&e.push({value:`
93
96
  `})}else if(R.nodeName==="UL"||R.nodeName==="OL"){const h=R,g={value:"",type:s.ElementType.LIST,valueList:[]};R.nodeName==="OL"?g.listType=s.ListType.OL:(g.listType=s.ListType.UL,g.listStyle=h.style.listStyleType),h.querySelectorAll("li").forEach(T=>{const f=Dn(T.innerHTML,t);f.forEach(m=>{m.value===`
94
97
  `&&(m.listWrap=!0)}),f.unshift({value:`
95
98
  `}),g.valueList.push(...f)}),e.push(g)}else if(R.nodeName==="HR")e.push({value:`
96
- `,type:s.ElementType.SEPARATOR});else if(R.nodeName==="IMG"){const{src:h,width:g,height:T}=R;h&&g&&T&&e.push({width:g,height:T,value:h,type:s.ElementType.IMAGE,rowFlex:Qs(R.parentElement)})}else if(R.nodeName==="VIDEO"){const{src:h,width:g,height:T}=R;h&&g&&T&&e.push({value:"",type:s.ElementType.BLOCK,block:{type:s.BlockType.VIDEO,videoBlock:{src:h}},width:g,height:T})}else if(R.nodeName==="IFRAME"){const{src:h,srcdoc:g,width:T,height:f}=R;(h||g)&&T&&f&&e.push({value:"",type:s.ElementType.BLOCK,block:{type:s.BlockType.IFRAME,iframeBlock:{src:h,srcdoc:g}},width:parseInt(T),height:parseInt(f)})}else if(R.nodeName==="TABLE"){const h=R,g={type:s.ElementType.TABLE,value:`
99
+ `,type:s.ElementType.SEPARATOR});else if(R.nodeName==="IMG"){const{src:h,width:g,height:T}=R;h&&g&&T&&e.push({width:g,height:T,value:h,type:s.ElementType.IMAGE,rowFlex:Hs(R.parentElement)})}else if(R.nodeName==="VIDEO"){const{src:h,width:g,height:T}=R;h&&g&&T&&e.push({value:"",type:s.ElementType.BLOCK,block:{type:s.BlockType.VIDEO,videoBlock:{src:h}},width:g,height:T})}else if(R.nodeName==="IFRAME"){const{src:h,srcdoc:g,width:T,height:f}=R;(h||g)&&T&&f&&e.push({value:"",type:s.ElementType.BLOCK,block:{type:s.BlockType.IFRAME,iframeBlock:{src:h,srcdoc:g}},width:parseInt(T),height:parseInt(f)})}else if(R.nodeName==="TABLE"){const h=R,g={type:s.ElementType.TABLE,value:`
97
100
  `,colgroup:[],trList:[]},T=h.querySelectorAll("colgroup col");if(h.querySelectorAll("tr").forEach(f=>{const m=Number(window.getComputedStyle(f).height.replace("px","")),C={height:m,minHeight:m,tdList:[]};f.querySelectorAll("th,td").forEach(I=>{const p=I,L=Dn(p.innerHTML,t),M={colspan:p.colSpan,rowspan:p.rowSpan,value:L,verticalAlign:window.getComputedStyle(I).verticalAlign,width:parseFloat(window.getComputedStyle(I).width)};p.style.backgroundColor&&(M.backgroundColor=p.style.backgroundColor),C.tdList.push(M)}),g.trList.push(C)}),g.trList.length){const f=g.trList[0].tdList.reduce((C,I)=>C+I.colspan,0),m=Math.ceil(t.innerWidth/f);for(let C=0;C<f;C++){const I=T[C]?.getAttribute("width");g.colgroup.push({width:I?parseFloat(I):m})}e.push(g)}}else if(R.nodeName==="INPUT"&&R.type===s.ControlComponent.CHECKBOX)e.push({type:s.ElementType.CHECKBOX,value:"",checkbox:{value:R.checked}});else if(R.nodeName==="INPUT"&&R.type===s.ControlComponent.RADIO)e.push({type:s.ElementType.RADIO,value:"",radio:{value:R.checked}});else if(n(R),R.nodeType===1&&u!==d.length-1){const h=R;window.getComputedStyle(h).display==="block"&&!/(\n|\r\n)$/.test(h.textContent)&&e.push({value:`
98
- `})}}}}const i=document.createElement("div");document.body.appendChild(i);const l=i.attachShadow({mode:"open"}),r=document.createElement("div");r.innerHTML=o,l.appendChild(r);const a=[];return r.childNodes.forEach(c=>{c.nodeType!==1&&!c.textContent?.trim()&&a.push(c)}),a.forEach(c=>c.remove()),n(r),i.remove(),e}function Cn(o,t){const e=t?Co(t):null,n=e?.mode===s.EditorMode.READONLY?Fn(Yt(o,{editorOptions:e})):Yt(o);function i(l){let r="";for(let a=0;a<l.length;a++){const c=l[a];if(c.type===s.ElementType.TABLE){r+=`
101
+ `})}}}}const i=document.createElement("div");document.body.appendChild(i);const l=i.attachShadow({mode:"open"}),r=document.createElement("div");r.innerHTML=o,l.appendChild(r);const a=[];return r.childNodes.forEach(c=>{c.nodeType!==1&&!c.textContent?.trim()&&a.push(c)}),a.forEach(c=>c.remove()),n(r),i.remove(),e}function Cn(o,t){const e=t?Co(t):void 0;if(e?.mode===s.EditorMode.COMPARE)return Ci(o);const n=Qs(e?.mode)?Fn(Yt(o,{editorOptions:e})):Yt(o);function i(l){let r="";for(let a=0;a<l.length;a++){const c=l[a];if(c.type===s.ElementType.TABLE){r+=`
99
102
  `;const d=c.trList;for(let u=0;u<d.length;u++){const R=d[u];for(let h=0;h<R.tdList.length;h++){const g=R.tdList[h],T=i(Yt(g.value)),f=h===0,m=R.tdList.length-1===h;r+=`${f?"":" "}${T}${m?`
100
- `:""}`}}}else if(c.type===s.ElementType.TAB)r+=" ";else if(c.type===s.ElementType.HYPERLINK)r+=c.valueList.map(d=>d.value).join("");else if(c.type===s.ElementType.TITLE)r+=`${i(Yt(c.valueList))}`;else if(c.type===s.ElementType.LIST){const d=Yt(c.valueList),u=Hs(d);let R="";c.listType===s.ListType.UL&&(R=hi[c.listStyle]),u.forEach((h,g)=>{const T=u.size-1===g;r+=`
103
+ `:""}`}}}else if(c.type===s.ElementType.TAB)r+=" ";else if(c.type===s.ElementType.HYPERLINK)r+=c.valueList.map(d=>d.value).join("");else if(c.type===s.ElementType.TITLE)r+=`${i(Yt(c.valueList))}`;else if(c.type===s.ElementType.LIST){const d=Yt(c.valueList),u=ks(d);let R="";c.listType===s.ListType.UL&&(R=gi[c.listStyle]),u.forEach((h,g)=>{const T=u.size-1===g;r+=`
101
104
  ${R||`${g+1}.`}${i(h)}${T?`
102
- `:""}`})}else if(c.type===s.ElementType.CHECKBOX)r+=c.checkbox?.value?"☑":"□";else if(c.type===s.ElementType.RADIO)r+=c.radio?.value?"☉":"○";else if(!c.type||c.type===s.ElementType.LATEX||Ie.includes(c.type)){let d="";if(c.type===s.ElementType.CONTROL){const u=c.control.value?.[0]?.value||"";d=u?`${c.control?.preText||""}${u}${c.control?.postText||""}`:""}else c.type===s.ElementType.DATE?d=c.valueList?.map(u=>u.value).join("")||"":d=c.value;r+=d.replace(new RegExp(`${_}`,"g"),`
103
- `)}}return r}return i(n)}function Ci(o){return ni(o,["metrics","style"])}function Vn(o){return!!o?.type&&(fa.includes(o.type)||o.imgDisplay===s.ImageDisplay.INLINE)}function uc(o,t){const e=document.createElement(t);for(let n=0;n<o.attributes.length;n++){const i=o.attributes[n];e.setAttribute(i.name,i.value)}return e.innerHTML=o.innerHTML,e}function Ii(o){const t=[];for(let e=0;e<o.length;e++){const n=o[e];n?.imgDisplay===s.ImageDisplay.SURROUND&&t.push(n)}return t}function Rc(o,t){for(let e=o.length-1;e>=0;e--)o[e].imgFloatPosition?.pageNo===t&&o.splice(e,1)}function de(o){return o?!!(o.hide||o.control?.hide||o.area?.hide):!0}function Wn(o,t,e=s.LocationPosition.BEFORE){if(!de(o[t]))return t;let n=t;if(e===s.LocationPosition.BEFORE)for(n=t-1;n>0;){if(!de(o[n]))return n;n--}else for(n=t+1;n<o.length;){if(!de(o[n]))return n;n++}return n}const _s=`${Bn}-control`;function hc(o){localStorage.setItem(Bn,JSON.stringify({text:o.text,elementList:o.elementList}))}function As(){const o=localStorage.getItem(Bn);return o?JSON.parse(o):null}function ks(){localStorage.removeItem(Bn)}function gc(o){localStorage.setItem(_s,JSON.stringify(o))}function Gs(){const o=localStorage.getItem(_s);return o?JSON.parse(o):null}function Tc(){return!!Gs()?.element}async function fc(o,t,e){if(!o&&!t&&!e.length)return;const n=new Blob([o],{type:"text/plain"}),i=new Blob([t],{type:"text/html"});if(window.ClipboardItem){const l=new ClipboardItem({[n.type]:n,[i.type]:i});await window.navigator.clipboard.write([l])}else{const l=document.createElement("div");l.setAttribute("contenteditable","true"),l.innerHTML=t,document.body.append(l);const r=window.getSelection(),a=document.createRange(),c=document.createElement("span");c.innerText=`
104
- `,l.append(c),a.selectNodeContents(l),r?.removeAllRanges(),r?.addRange(a),document.execCommand("copy"),l.remove()}hc({text:o,elementList:e})}async function xs(o,t){const e=bn(o,t);document.body.append(e);const n=e.innerText;e.remove();const i=e.innerHTML;!n&&!i&&!o.length||await fc(n,i,Yt(o))}function mc(o){let t=!1;for(let e=0;e<o.items.length;e++)if(o.items[e].kind==="file"){t=!0;break}return t}function Li(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled()||e.getControl().getIsDisabledPasteControl())return;const n=e.getRange(),{startIndex:i}=n.getRange(),l=e.getElementList();if(~i&&!n.getIsSelectAll()){const r=l[i];if(r?.titleId||r?.listId){let a=0;for(;a<t.length;){const c=t[a];if(r.titleId&&/^\n/.test(c.value))break;if(pa.includes(c.type)){if(t.splice(a,1),c.valueList)for(let d=0;d<c.valueList.length;d++){const u=c.valueList[d];u.value===_||u.value===`
105
- `||(t.splice(a,0,u),a++)}a--}a++}}re(l,t,i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()})}e.insertElementList(t)}function Bs(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=Dn(t,{innerWidth:e.getOriginalInnerWidth()});Li(o,n)}function Pi(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=e.getRange(),{startIndex:i}=n.getRange(),l=e.getElementList(),r=new FileReader;r.readAsDataURL(t),r.onload=()=>{const a=new Image,c=r.result;a.src=c,a.onload=()=>{const d={value:c,type:s.ElementType.IMAGE,width:a.width,height:a.height};~i&&re(l,[d],i,{editorOptions:e.getOptions()}),e.insertElementList([d])}}}function pc(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=t.clipboardData;if(!n)return;const{paste:i}=e.getOverride();if(i&&i(t)?.preventDefault!==!1)return;if(!mc(n)){const r=n.getData("text"),a=As();if(a&&To(r)===To(a.text)){Li(o,a.elementList);return}}ks();let l=!1;for(let r=0;r<n.items.length;r++)if(n.items[r].type==="text/html"){l=!0;break}for(let r=0;r<n.items.length;r++){const a=n.items[r];if(a.kind==="string"){if(a.type==="text/plain"&&!l){a.getAsString(c=>{o.input(c)});break}if(a.type==="text/html"&&l){a.getAsString(c=>{Bs(o,c)});break}}else if(a.kind==="file"&&a.type.includes("image")){const c=a.getAsFile();c&&Pi(o,c)}}}async function Cc(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const{paste:n}=e.getOverride();if(n&&n()?.preventDefault!==!1)return;const i=await navigator.clipboard.readText(),l=As();if(l&&To(i)===To(l.text)){Li(o,l.elementList);return}if(ks(),t?.isPlainText)i&&o.input(i);else{const r=await navigator.clipboard.read();let a=!1;for(const c of r)if(c.types.includes("text/html")){a=!0;break}for(const c of r)if(c.types.includes("text/plain")&&!a){const u=await(await c.getType("text/plain")).text();u&&o.input(u)}else if(c.types.includes("text/html")&&a){const u=await(await c.getType("text/html")).text();u&&Bs(o,u)}else if(c.types.some(d=>d.startsWith("image/"))){const d=c.types.find(R=>R.startsWith("image/")),u=await c.getType(d);Pi(o,u)}}}class Ic{draw;container;agentCursorDom;canvasEvent;eventBus;constructor(t,e){this.draw=t,this.container=t.getContainer(),this.canvasEvent=e,this.eventBus=t.getEventBus();const n=document.createElement("textarea");n.autocomplete="off",n.classList.add(`${tt}-inputarea`),n.innerText="",this.container.append(n),this.agentCursorDom=n,n.onkeydown=i=>this._keyDown(i),n.oninput=this._input.bind(this),n.onpaste=i=>this._paste(i),n.addEventListener("compositionstart",this._compositionstart.bind(this)),n.addEventListener("compositionupdate",this._compositionupdate.bind(this)),n.addEventListener("compositionend",this._compositionend.bind(this)),n.addEventListener("keydown",this._keydown.bind(this)),this.eventBus.on("rangeStyleChange",i=>{this.agentCursorDom.style.fontSize=Math.max(i.size,18)+"px"})}getAgentCursorDom(){return this.agentCursorDom}_keyDown(t){this.draw.isInteractionSuspended()||this.canvasEvent.keydown(t)}_input(t){if(this.draw.isInteractionSuspended())return;const e=t.data;e&&this.canvasEvent.input(e),this.eventBus.isSubscribe("input")&&this.eventBus.emit("input",t)}_paste(t){this.draw.isInteractionSuspended()||this.draw.isReadonly()||!t.clipboardData||(pc(this.canvasEvent,t),t.preventDefault())}_compositionstart(){this.draw.isInteractionSuspended()||(this.agentCursorDom.style.zIndex="1000",this.agentCursorDom.style.width="0px",this.agentCursorDom.style.color="#000",this.agentCursorDom.style.background="#fff",this.canvasEvent.compositionstart())}_compositionupdate(){if(this.draw.isInteractionSuspended())return;this.agentCursorDom.style.width="9999px";let t=this.agentCursorDom.scrollWidth;const e=this.container.clientWidth,n=Math.max(e-this.agentCursorDom.offsetLeft,100);t>n&&(t=n),this.agentCursorDom.style.width=t+"px"}_compositionend(t){this.draw.isInteractionSuspended()||(this.agentCursorDom.style.zIndex="-1",this.agentCursorDom.style.width="0px",this.agentCursorDom.style.color="",this.agentCursorDom.style.background="",this.canvasEvent.compositionend(t))}_keydown(t){this.draw.isInteractionSuspended()||this.canvasEvent.isComposing&&t.code==="Escape"&&this.canvasEvent.compositionCancel()}}class Lc{ANIMATION_CLASS=`${tt}-cursor--animation`;draw;container;options;position;cursorDom;cursorAgent;blinkTimeout;hitLineStartIndex;constructor(t,e){this.draw=t,this.container=t.getContainer(),this.position=t.getPosition(),this.options=t.getOptions(),this.cursorDom=document.createElement("div"),this.cursorDom.classList.add(`${tt}-cursor`),this.container.append(this.cursorDom),this.cursorAgent=new Ic(t,e),this.blinkTimeout=null}getCursorDom(){return this.cursorDom}getAgentDom(){return this.cursorAgent.getAgentCursorDom()}getAgentIsActive(){return this.getAgentDom()===document.activeElement}getAgentDomValue(){return this.getAgentDom().value}clearAgentDomValue(){this.getAgentDom().value=""}getHitLineStartIndex(){return this.hitLineStartIndex}_blinkStart(){this.cursorDom.classList.add(this.ANIMATION_CLASS)}_blinkStop(){this.cursorDom.classList.remove(this.ANIMATION_CLASS)}_setBlinkTimeout(){this._clearBlinkTimeout(),this.blinkTimeout=window.setTimeout(()=>{this._blinkStart()},500)}_clearBlinkTimeout(){this.blinkTimeout&&(this._blinkStop(),window.clearTimeout(this.blinkTimeout),this.blinkTimeout=null)}focus(){if(da&&this.draw.isReadonly())return;const t=this.cursorAgent.getAgentCursorDom();document.activeElement!==t&&(t.focus(),t.setSelectionRange(0,0))}drawCursor(t){let e=this.position.getCursorPosition();if(!e)return;const{scale:n,cursor:i}=this.options,{color:l,width:r,isShow:a=!0,isBlink:c=!0,isFocus:d=!0,hitLineStartIndex:u}={...i,...t},R=this.draw.getHeight(),h=this.draw.getPageGap();this.hitLineStartIndex=u,u&&(e=this.position.getPositionList()[u]);const{metrics:g,coordinate:{leftTop:T,rightTop:f},ascent:m,pageNo:C}=e,L=(this.draw.getZone().isMainActive()?C:this.draw.getPageNo())*(R+h),M=la*n,O=Math.min(g.height/4,M),b=g.height+O*2,D=this.cursorAgent.getAgentCursorDom();d&&setTimeout(()=>{this.focus()});const W=g.boundingBoxDescent<0?0:g.boundingBoxDescent,V=T[1]+m+W-(b-O)+L,E=u?T[0]:f[0];if(D.style.left=`${E}px`,D.style.top=`${V+b-M}px`,!a){this.recoveryCursor();return}const y=this.cursorDom.style.top,F=this.draw.isReadonly();this.cursorDom.style.width=`${r*n}px`,this.cursorDom.style.backgroundColor=l,this.cursorDom.style.left=`${E}px`,this.cursorDom.style.top=`${V}px`,this.cursorDom.style.display=F?"none":"block",this.cursorDom.style.height=`${b}px`,c?this._setBlinkTimeout():this._clearBlinkTimeout(),ri(()=>{this.moveCursorToVisible({cursorPosition:e,direction:parseInt(y)>V?Jt.UP:Jt.DOWN})})}recoveryCursor(){this.cursorDom.style.display="none",this._clearBlinkTimeout()}moveCursorToVisible(t){const{cursorPosition:e,direction:n}=t;if(!e||!n)return;const{pageNo:i,coordinate:{leftTop:l,leftBottom:r}}=e,a=oa(this.container),c={left:0,right:0,top:0,bottom:0},d=a===document.documentElement;if(d)c.right=window.innerWidth,c.bottom=window.innerHeight;else{const{left:f,right:m,top:C,bottom:I}=a.getBoundingClientRect();c.left=f,c.right=m,c.top=C,c.bottom=I}const u=i*(this.draw.getHeight()+this.draw.getPageGap())+this.container.getBoundingClientRect().top,R=n===Jt.UP,h=r[0]+(d?0:c.left),g=R?l[1]+u:r[1]+u,{maskMargin:T}=this.options;if(c.top+=T[0],c.bottom-=T[2],!(h>=c.left&&h<=c.right&&g>=c.top&&g<=c.bottom)){const{scrollLeft:f,scrollTop:m}=a;R?a.scroll(f,m-(c.top-g)):a.scroll(f,m+g-c.bottom)}}}var In;(function(o){o[o.LEFT=0]="LEFT",o[o.CENTER=1]="CENTER",o[o.RIGHT=2]="RIGHT"})(In||(In={}));function He(o){return fn?o.metaKey:o.ctrlKey}s.KeyMap=void 0,(function(o){o.Delete="Delete",o.Backspace="Backspace",o.Enter="Enter",o.Left="ArrowLeft",o.Right="ArrowRight",o.Up="ArrowUp",o.Down="ArrowDown",o.ESC="Escape",o.TAB="Tab",o.META="Meta",o.LEFT_BRACKET="[",o.RIGHT_BRACKET="]",o.COMMA=",",o.PERIOD=".",o.LEFT_ANGLE_BRACKET="<",o.RIGHT_ANGLE_BRACKET=">",o.EQUAL="=",o.MINUS="-",o.PLUS="+",o.A="a",o.B="b",o.C="c",o.D="d",o.E="e",o.F="f",o.G="g",o.H="h",o.I="i",o.J="j",o.K="k",o.L="l",o.M="m",o.N="n",o.O="o",o.P="p",o.Q="q",o.R="r",o.S="s",o.T="t",o.U="u",o.V="v",o.W="w",o.X="x",o.Y="y",o.Z="z",o.A_UPPERCASE="A",o.B_UPPERCASE="B",o.C_UPPERCASE="C",o.D_UPPERCASE="D",o.E_UPPERCASE="E",o.F_UPPERCASE="F",o.G_UPPERCASE="G",o.H_UPPERCASE="H",o.I_UPPERCASE="I",o.J_UPPERCASE="J",o.K_UPPERCASE="K",o.L_UPPERCASE="L",o.M_UPPERCASE="M",o.N_UPPERCASE="N",o.O_UPPERCASE="O",o.P_UPPERCASE="P",o.Q_UPPERCASE="Q",o.R_UPPERCASE="R",o.S_UPPERCASE="S",o.T_UPPERCASE="T",o.U_UPPERCASE="U",o.V_UPPERCASE="V",o.W_UPPERCASE="W",o.X_UPPERCASE="X",o.Y_UPPERCASE="Y",o.Z_UPPERCASE="Z",o.ZERO="0",o.ONE="1",o.TWO="2",o.THREE="3",o.FOUR="4",o.FIVE="5",o.SIX="6",o.SEVEN="7",o.EIGHT="8",o.NINE="9"})(s.KeyMap||(s.KeyMap={}));class Mo{element;control;constructor(t,e){this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getCode(){return this.element.control?.code||null}getValue(){const t=this.control.getElementList(),{startIndex:e}=this.control.getRange(),n=t[e],i=[];let l=e;for(;l>0;){const a=t[l];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.unshift(a),l--}let r=e+1;for(;r<t.length;){const a=t[r];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.push(a),r++}return i}setValue(){return-1}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getRange();this.control.shrinkBoundary();const{startIndex:n,endIndex:i}=e;return t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete?this.control.removeControl(n):i}cut(){return-1}}class Ei extends Mo{setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}}function Js(o){const t=o.getDraw(),e=t.getPosition(),n=t.getRange();o.isAllowDrag=!0,o.cacheRange=ht(n.getRange()),o.cacheElementList=t.getElementList(),o.cachePositionList=e.getPositionList(),o.cachePositionContext=e.getPositionContext()}function $s(o,t){const{checkbox:e,control:n}=o;if(!n)t.getCheckboxParticle().setSelect(o);else{const i=n?.code?n.code.split(","):[];if(e?.value){const r=i.findIndex(a=>a===e.code);i.splice(r,1)}else e?.code&&i.push(e.code);const l=t.getControl().getActiveControl();l instanceof Mo&&l.setSelect(i)}}function zs(o,t){const{radio:e,control:n}=o;if(!n)t.getRadioParticle().setSelect(o);else{const i=e?.code?[e.code]:[],l=t.getControl().getActiveControl();l instanceof Ei&&l.setSelect(i)}}function Pc(o,t){const e=t.getDraw();let n=e.isReadonly();const i=e.isSelectionDisabled(),l=e.getRange(),r=e.getPosition(),a=l.getRange();if(o.button===In.RIGHT&&(a.isCrossRowCol||!l.getIsCollapsed()))return;const d=o.target.dataset.index;if(d&&e.setPageNo(Number(d)),!t.isAllowDrag&&!n&&a.startIndex!==a.endIndex&&l.getIsPointInRange(o.offsetX,o.offsetY,e.getPageNo())){Js(t);return}t.isAllowSelection=!i;const u=ht(r.getPositionContext()),R=r.getPositionByXY({x:o.offsetX,y:o.offsetY}),h=r.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!h)return;const{index:g,isDirectHit:T,isCheckbox:f,isRadio:m,isControl:C,isImage:I,isLabel:p,isMacro:L,isTable:M,tdValueIndex:O,hitLineStartIndex:b}=h;t.mouseDownStartPosition={...h,index:M?O:g,originalIndex:g,x:o.offsetX,y:o.offsetY};const D=e.getElementList(),W=r.getPositionList(),V=M?O:g;let E;M?E=e.getTd().value[O]:E=D[V];const y=M&&e.getTd()?.value||D,F=M&&e.getTd()?.positionList||W,S=!!(T&&I),N=!!(T&&f),P=!!(T&&m),Y=!!(T&&p),X=!!(T&&L),U=Z=>Z&&(Z.type===s.ElementType.MACRO||Z.type===s.ElementType.CUSTOM_MACRO||Z.type===s.ElementType.REUSABLE_ITEM||Z.type===s.ElementType.SUB_TEMPLATE||Z.type===s.ElementType.MENSTRUAL_HISTORY||Z.type===s.ElementType.FETAL_HEART_POSITION||Z.type===s.ElementType.TOOTH_POSITION||Z.type===s.ElementType.LIST||Z.type===s.ElementType.SPECIAL_SYMBOLS),Q=Z=>Z&&!!Z.originControlId&&!!Z.controlId,v=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),w=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),j=Z=>{if(!Z)return null;const G=new Set;let q=Z,Rt=null;for(;q&&!G.has(q);){G.add(q);let pt;for(let At=0;At<D.length;At++){const vt=D[At];if(vt.controlId===q&&vt.control?.type&&(pt=vt,vt.controlComponent===s.ControlComponent.PREFIX||vt.controlComponent===s.ControlComponent.PRE_TEXT||vt.controlComponent===s.ControlComponent.PRETEXTFIX||vt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!pt)break;pt.control?.type===s.ControlType.TEXT&&(Rt=q),q=pt.originControlId||null}return Rt},J=e.getMode()===s.EditorMode.FORM,A=J&&E?.control?.type===s.ControlType.TEXT,x=J&&!A?e.getControl().getActiveTextControlLimit():null;let k=V;const lt=(Z,G)=>!!Z&&!!G&&Z.controlId===G,Ft=(Z,G,q)=>{if(q){for(let Rt=G;Rt>=0;Rt--){const pt=Z[Rt];if(lt(pt,q)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==q&&pt.originControlId!==q)break}for(let Rt=G+1;Rt<Z.length;Rt++){const pt=Z[Rt];if(lt(pt,q)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==q&&pt.originControlId!==q)break}}},Qt=(Z,G)=>!!(J&&Z?.controlId&&!Z.originControlId&&Ft(y,G,Z.controlId)===s.ControlType.TEXTFIELD),ge=(Z,G)=>!!(J&&Z?.controlId&&!Z.originControlId&&Ft(y,G,Z.controlId)===s.ControlType.TEXT),ee=F[V],K=y[V-1],$=y[V+1],H=6,rt=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.BUTTON],ct=(Z,G)=>!!(Z?.controlId&&Z.controlId===G?.controlId&&(Z.originControlId||null)===(G.originControlId||null)),nt=(Z,G)=>{if(Z?.control?.type)return Z.control.type;if(Z?.controlId){for(let q=G;q>=0;q--){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.control?.type)return Rt.control.type}for(let q=G+1;q<y.length;q++){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.control?.type)return Rt.control.type}}},ut=(Z,G)=>{const q=nt(Z,G);return!!(q&&rt.includes(q))},ft=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),It=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),wt=(Z,G)=>{if(!Z?.controlId)return-1;for(let q=G;q>=0;q--){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.controlComponent===s.ControlComponent.VALUE)return q}for(let q=G+1;q<y.length;q++){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.controlComponent===s.ControlComponent.VALUE)return q}return-1},Gt=(Z,G)=>{if(!Z)return!1;if(Z.controlComponent===s.ControlComponent.VALUE||Z.controlComponent===s.ControlComponent.PLACEHOLDER)return!0;const q=nt(Z,G),Rt=q===s.ControlType.SELECT||q===s.ControlType.DATE,pt=Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.TEXTFIXLABEL;return!!(Rt&&pt&&Z.value&&wt(Z,G)===-1)},Mt=Z=>{const G=F[Z];if(!G)return!1;const{coordinate:{leftTop:q,rightTop:Rt,leftBottom:pt}}=G;return o.offsetX>=q[0]&&o.offsetX<Rt[0]&&o.offsetY>=q[1]&&o.offsetY<=pt[1]},_t=(Z,G)=>{if(e.getMode()!==s.EditorMode.EDIT||!Z?.originControlId||Z.controlComponent!==s.ControlComponent.VALUE||nt(Z,G)!==s.ControlType.BUTTON||Z.control?.buttonText||Ft(y,G,Z.originControlId)!==s.ControlType.TEXTFIELD||!Mt(G))return!1;let q=-1;for(let Xe=G;Xe<y.length;Xe++){const ln=y[Xe];if(!ct(Z,ln))break;const Re=F[Xe];ln.controlComponent===s.ControlComponent.VALUE&&Re&&Re.coordinate.rightTop[0]>Re.coordinate.leftTop[0]&&(q=Xe)}if(q===-1)return!1;const Rt=F[q],{coordinate:{leftTop:pt,rightTop:At,leftBottom:vt}}=Rt;return o.offsetX>=pt[0]-2&&o.offsetX<=At[0]&&o.offsetY>=pt[1]&&o.offsetY<=vt[1]},$t=(Z,G)=>!(!T||!ut(Z,G)||!Mt(G)||_t(Z,G)||!Gt(Z,G)||ft(Z)||It(Z)&&!Z?.value),yt=()=>[R.isTable?R.tdValueIndex:R.index,V,V+1,V-1,V+2,V-2].filter((G,q,Rt)=>typeof G=="number"&&G>=0&&G<y.length&&Rt.indexOf(G)===q),St=()=>{if(!T)return null;for(const Z of yt()){const G=y[Z];if($t(G,Z))return{element:G,index:Z}}return null},Pt=()=>{if(!T)return-1;for(const Z of yt())if(_t(y[Z],Z))return Z;return-1},ne=Z=>{const G=y[Z];let q=Z;for(let Rt=Z+1;Rt<y.length&&ct(G,y[Rt]);Rt++)q=Rt;return q},Zt=yt().some(Z=>ut(y[Z],Z)),Xt=St(),Lt=Pt(),Et=Z=>(Z?.control?.type===s.ControlType.TEXTFIELD||Z?.control?.type===s.ControlType.TEXT)&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),bt=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),pe=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT),Ct=(Z,G)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&Et(Z)&&G?.controlId===Z.originControlId&&!G.originControlId&&G.control?.type===s.ControlType.TEXTFIELD&&Et(G)),et=(Z,G)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&Et(Z)&&G?.controlId===Z.originControlId&&!G.originControlId&&G.control?.type===s.ControlType.TEXTFIELD&&G.controlComponent===s.ControlComponent.VALUE),Wt=(Z,G,q)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&q?.originControlId===Z.originControlId&&Z.controlId&&q.controlId&&Z.controlId!==q.controlId&&bt(Z)&&pe(q)&&Ft(y,G,Z.originControlId)===s.ControlType.TEXTFIELD),at=Ct(E,$),xt=et(E,$),B=Wt(E,V,$),ot=Wt(K,V-1,E),mt=!!(e.getMode()===s.EditorMode.EDIT&&C&&T&&Et(E)&&!at&&!xt&&!B&&K?.controlId===E.controlId&&(K.originControlId||null)===(E.originControlId||null)&&(K.controlComponent===s.ControlComponent.VALUE||K.controlComponent===s.ControlComponent.PLACEHOLDER)),it=(Z,G,q)=>!!(J&&v(Z)&&Ft(y,G,Z?.originControlId)===q&&(q===s.ControlType.TEXTFIELD?Qt(y[G+1],G+1):ge(y[G+1],G+1))),ce=(Z,G,q)=>!!(J&&w(Z)&&Ft(y,G,Z?.originControlId)===q&&(q===s.ControlType.TEXTFIELD?Qt(y[G-1],G-1):ge(y[G-1],G-1))),kt=it(E,V,s.ControlType.TEXTFIELD),zt=!!(J&&ee&&Qt(E,V)&&it(K,V-1,s.ControlType.TEXTFIELD)&&o.offsetX<=ee.coordinate.leftTop[0]+H),xn=!!(J&&ee&&Qt(E,V)&&ce($,V+1,s.ControlType.TEXTFIELD)&&o.offsetX>=ee.coordinate.rightTop[0]-H),gn=!!(J&&ee&&kt&&o.offsetX>ee.coordinate.rightTop[0]),Pe=!!(J&&ee&&w(E)&&Ft(y,V,E.originControlId)===s.ControlType.TEXTFIELD&&Qt(K,V-1)&&o.offsetX<ee.coordinate.leftTop[0]),We=Qt(E,V)||kt||zt||xn||gn||Pe,Zf=it(E,V,s.ControlType.TEXT),Fl=Z=>{const G=y[Z],q=W[Z];if(!q||!ge(G,Z))return-1;const Rt=y[Z-1];return!it(Rt,Z-1,s.ControlType.TEXT)||o.offsetX>q.coordinate.leftTop[0]+H?-1:Z-1},Ts=Fl(V),yl=Fl(V-1),bl=Ts!==-1||yl!==-1,Dl=!!(J&&ee&&w(E)&&Ft(y,V,E.originControlId)===s.ControlType.TEXT&&ge(K,V-1)&&o.offsetX<ee.coordinate.leftTop[0]),Qf=!!(J&&ee&&ge(E,V)&&ce($,V+1,s.ControlType.TEXT)&&o.offsetX>=ee.coordinate.rightTop[0]-H),vf=Zf||bl||Dl||Qf;at||xt||B?k=V:ot||mt?k=Math.max(V-1,0):bl?k=Ts!==-1?Ts:yl:Dl&&(k=Math.max(V-1,0)),Xt?(k=Xt.index,r.setPositionContext({...r.getPositionContext(),index:Xt.index,isControl:!0,isDirectHit:!0})):Lt!==-1?k=ne(Lt):ut(E,V)&&ee&&!Mt(V)&&o.offsetX>ee.coordinate.rightTop[0]&&(k=ne(V));let Vl=!1;if(J&&x?.parentControlId&&E?.controlId===x.parentControlId&&!E?.originControlId)for(let Z=V;Z>=0;Z--){const G=D[Z];if(lt(G,x.parentControlId)){G.control?.type===s.ControlType.TEXTFIELD&&(Vl=!0);break}if(G.controlId!==x.parentControlId)break}const Wl=!!(x&&(!E?.controlId||E.controlId===x.controlId&&(E.originControlId||null)===x.originControlId||x.parentControlId&&E.controlId===x.parentControlId&&!E.originControlId&&Vl));if(J&&!A&&(E?.controlId||E?.originControlId)){let Z;const G=E.originControlId||E.controlId;for(let q=V;q>=0;q--){const Rt=D[q];if(lt(Rt,G)&&Rt.control?.type){Z=Rt.control.type;break}if(Rt.controlId!==E.controlId&&Rt.controlId!==G)break}if(Z!==s.ControlType.TEXT){if(Z===s.ControlType.TEXTFIELD){const q=E.controlComponent;if(!Q(E)){if(!(E.controlComponent===s.ControlComponent.VALUE&&U(E))){if(q===s.ControlComponent.PRETEXTFIX||q===s.ControlComponent.PRETEXTFIX_TEXT||q===s.ControlComponent.POSTTEXTFIX||q===s.ControlComponent.POSTTEXTFIX_TEXT||q===s.ControlComponent.TEXTFIXLABEL||q===s.ControlComponent.PREFIX||q===s.ControlComponent.POSTFIX||q===s.ControlComponent.PRE_TEXT||q===s.ControlComponent.POST_TEXT||q===s.ControlComponent.PLACEHOLDER)for(let Rt=V+1;Rt<D.length;Rt++){const pt=D[Rt];if(pt.controlId!==G&&pt.originControlId!==G)break;if(pt.controlComponent===s.ControlComponent.VALUE&&!U(pt)){k=Rt;break}if(pt.controlComponent===s.ControlComponent.POSTTEXTFIX||pt.controlComponent===s.ControlComponent.POSTFIX){for(let At=V-1;At>=0;At--){const vt=D[At];if(vt.controlId!==G&&vt.originControlId!==G)break;if(vt.controlComponent===s.ControlComponent.VALUE&&!U(vt)){k=At;break}}break}}else if(q===s.ControlComponent.VALUE&&V>0){const Rt=D[V-1];if(Rt&&(Rt.controlId===G||Rt.originControlId===G)&&Rt.controlComponent===s.ControlComponent.VALUE&&U(Rt)){let pt=!1;for(let At=V-2;At>=0;At--){const vt=D[At];if(vt.controlId!==G&&vt.originControlId!==G||vt.controlComponent!==s.ControlComponent.VALUE&&!vt.originControlId&&vt.controlId===G)break;if(!U(vt)){k=At+1,pt=!0;break}}if(!pt)for(let At=V;At<D.length;At++){const vt=D[At];if(vt.controlId!==G&&vt.originControlId!==G||(vt.controlComponent===s.ControlComponent.POSTTEXTFIX||vt.controlComponent===s.ControlComponent.POSTFIX)&&!vt.originControlId&&vt.controlId===G)break;if(!U(vt)){k=At,pt=!0;break}}}}}}}}}if(J&&E?.control?.type===s.ControlType.TEXT&&E?.originControlId&&E.controlComponent===s.ControlComponent.PLACEHOLDER&&j(E.originControlId)&&(k=V),~g&&We&&!Xt)t.isAllowSelection=!1,e.getControl().destroyControl({isEmitEvent:!1}),e.render({isCompute:!1,isSubmitHistory:!1,isSetCursor:!1});else if(~g&&!i){Wl&&(k=Math.min(Math.max(k,x.startIndex),x.endIndex));let Z=k,G=k;if(o.shiftKey){const{startIndex:pt}=l.getRange();~pt&&r.getPositionContext().tdId===u.tdId&&(V>pt?Z=pt:G=pt)}Wl&&(Z=Math.min(Math.max(Z,x.startIndex),x.endIndex),G=Math.min(Math.max(G,x.startIndex),x.endIndex),k=Math.min(Math.max(k,x.startIndex),x.endIndex));const q=e.getControl(),Rt=!!Xt;q.setPopupAwakeDisabled(o.button===In.RIGHT||vf&&!Rt||Zt&&!Rt);try{l.setRange(Z,G)}finally{q.setPopupAwakeDisabled(!1)}if(r.setCursorPosition(W[k]),n=e.isReadonly(),N&&!n)$s(E,e);else if(P&&!n)zs(E,e);else if(!n&&E.controlComponent===s.ControlComponent.VALUE&&(E.control?.type===s.ControlType.CHECKBOX||E.control?.type===s.ControlType.RADIO)){let pt=V;for(;pt>0;){const At=D[pt];if(At.controlComponent===s.ControlComponent.CHECKBOX){$s(At,e);break}else if(At.controlComponent===s.ControlComponent.RADIO){zs(At,e);break}pt--}}else{const pt=!!(Xt&&nt(Xt.element,Xt.index)===s.ControlType.BUTTON&&!Xt.element.control?.buttonText);let At=!1;if(J&&E?.controlId&&E?.controlComponent===s.ControlComponent.VALUE&&!E.originControlId){let ln=!1;for(let Re=V;Re>=0;Re--){const Ye=D[Re];if(Ye.controlId!==E.controlId){if(Ye.originControlId===E.controlId){ln=!0;continue}break}if(Ye.control?.type===s.ControlType.TEXTFIELD){if(ln)break;At=!0;break}}if(!ln&&!At)for(let Re=V+1;Re<D.length;Re++){const Ye=D[Re];if(Ye.controlId!==E.controlId){if(Ye.originControlId===E.controlId){ln=!0;continue}break}}ln&&(At=!1)}const vt=At&&U(E),Kl=X&&!vt?k+1:void 0;e.render({curIndex:X&&!vt?Kl:k,isCompute:!1,isSubmitHistory:!1,isSetCursor:!S&&!N&&!P&&!(pt&&J)&&!vt});const Xe=D[k];if(!n&&Rt&&Xe?.controlId&&o.button===In.LEFT){const Re=e.getControl().getActiveControl(),Ye=Re?.getElement()?.control?.type;Re&&(Ye===s.ControlType.NUMBER||Ye===s.ControlType.SELECT||Ye===s.ControlType.DATE||Ye===s.ControlType.BUTTON)&&Re.getElement()?.controlId===Xe.controlId&&Xe.controlComponent!==s.ControlComponent.POSTFIX&&Xe.controlComponent!==s.ControlComponent.POSTTEXTFIX&&Xe.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&Xe.controlComponent!==s.ControlComponent.POST_TEXT&&typeof Re.awake=="function"&&Re.awake()}}b&&t.getDraw().getCursor().drawCursor({hitLineStartIndex:b})}const Be=e.getEventBus();if(Y&&Be.isSubscribe("labelMousedown")&&Be.emit("labelMousedown",{evt:o,element:E}),X&&(E.type===s.ElementType.MACRO||E.type===s.ElementType.CUSTOM_MACRO||E.type===s.ElementType.REUSABLE_ITEM)){const Z=e.getMode();if(Z===s.EditorMode.EDIT&&E.type===s.ElementType.CUSTOM_MACRO)Be.isSubscribe("macroClick")&&Be.emit("macroClick",{evt:o,element:E});else if(Z===s.EditorMode.FORM){let G=!1;E.type===s.ElementType.CUSTOM_MACRO&&o.button===In.LEFT&&!n&&(G=e.getMacroParticle().activateInlineEditor(E,V)),!G&&Be.isSubscribe("macroValueChange")&&Be.emit("macroValueChange",{evt:o,element:E})}}o.button===In.LEFT&&X&&E.type===s.ElementType.SUB_TEMPLATE&&e.getMode()===s.EditorMode.FORM&&Be.isSubscribe("subTemplateClick")&&Be.emit("subTemplateClick",{evt:o,element:E});const Yl=e.getPreviewer();if(Yl.clearResizer(),S){if(!e.isPrintLikeMode()){const Z={dragDisable:n||!E.controlId&&e.getMode()===s.EditorMode.FORM};E.type===s.ElementType.LATEX&&(Z.mime="svg",Z.srcKey="laTexSVG"),Yl.drawResizer(E,W[V],Z),e.getCursor().drawCursor({isShow:!1}),Js(t),(E.imgDisplay===s.ImageDisplay.SURROUND||E.imgDisplay===s.ImageDisplay.FLOAT_TOP||E.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)&&e.getImageParticle().createFloatImage(E)}Be.isSubscribe("imageMousedown")&&Be.emit("imageMousedown",{evt:o,element:E})}const Ul=e.getTableTool();Ul.dispose(),M&&!n&&e.getMode()!==s.EditorMode.FORM&&Ul.render();const fs=e.getHyperlinkParticle();fs.clearHyperlinkPopup(),E.type===s.ElementType.HYPERLINK&&(He(o)?fs.openHyperlink(E):fs.drawHyperlinkPopup(E,W[V]));const wl=e.getDateParticle();wl.clearDatePicker(),E.type===s.ElementType.DATE&&!n&&wl.renderDatePicker(E,W[V]);const Zl=e.getMenstrualHistoryParticle();Zl.clearMenstrualHistoryEditor(),E.type===s.ElementType.MENSTRUAL_HISTORY&&T&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&Zl.renderMenstrualHistoryEditor(E,W[V]);const Ql=e.getFetalHeartPositionParticle();Ql.clearFetalHeartPositionEditor(),E.type===s.ElementType.FETAL_HEART_POSITION&&T&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&Ql.renderFetalHeartPositionEditor(E,W[V]);const vl=e.getToothPositionParticle();vl.clearToothPositionEditor(),E.type===s.ElementType.TOOTH_POSITION&&T&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&vl.renderToothPositionEditor(E,W[V])}function Oo(o){const t=Tt();return Reflect.set(o,"dragId",t),t}function So(o,t){return t.findIndex(e=>e.dragId===o)}function js(o,t,e){const n=e.getDraw();if(o.imgDisplay===s.ImageDisplay.SURROUND||o.imgDisplay===s.ImageDisplay.FLOAT_TOP||o.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM){const i=t.offsetX-e.mouseDownStartPosition.x,l=t.offsetY-e.mouseDownStartPosition.y,r=o.imgFloatPosition;o.imgFloatPosition={x:r.x+i,y:r.y+l,pageNo:n.getPageNo()}}n.getImageParticle().destroyFloatImage()}function Ec(o,t){if(t.isAllowDrop){const e=t.getDraw();if(e.isReadonly()||e.isDisabled()){t.mousedown(o);return}const n=e.getPosition(),i=n.getPositionList(),l=n.getPositionContext(),r=e.getRange(),a=t.cacheRange,c=t.cacheElementList,d=t.cachePositionList,u=t.cachePositionContext,R=r.getRange(),h=a.startIndex===a.endIndex,g=h?a.startIndex-1:a.startIndex,T=a.endIndex;if(R.startIndex>=g&&R.endIndex<=T&&t.cachePositionContext?.tdId===l.tdId){e.clearSideEffect();let A=!1,x=!1;if(h){const k=c[T];if(k.type===s.ElementType.IMAGE||k.type===s.ElementType.LATEX){if(js(k,o,t),k.imgDisplay===s.ImageDisplay.SURROUND||k.imgDisplay===s.ImageDisplay.FLOAT_TOP||k.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(k),A=!0;else{const lt=d[T];e.getPreviewer().drawResizer(k,lt)}x=k.imgDisplay===s.ImageDisplay.SURROUND}}r.replaceRange({...a}),e.render({isCompute:x,isSubmitHistory:A,isSetCursor:!1});return}const f=c.slice(g+1,T+1),m=f.find(A=>A.controlId);if(m){const A=c[g+1],x=c[T];if(!((!A.controlId||A.controlComponent===s.ControlComponent.PREFIX)&&(!x.controlId||x.controlComponent===s.ControlComponent.POSTFIX)||A.controlId===x.controlId&&A.controlComponent===s.ControlComponent.PREFIX&&x.controlComponent===s.ControlComponent.POSTFIX||A.control?.type===s.ControlType.TEXT&&A.controlComponent===s.ControlComponent.VALUE&&x.control?.type===s.ControlType.TEXT&&x.controlComponent===s.ControlComponent.VALUE)){e.render({curIndex:R.startIndex,isCompute:!1,isSubmitHistory:!1});return}}const C=e.getControl(),I=e.getElementList(),p=!m||!!I[R.startIndex].controlId||!C.getIsElementListContainFullControl(f),L=e.getOptions(),M=f.map(A=>{if(!A.type||A.type===s.ElementType.TEXT){const x={value:A.value},k=Ne;return p||k.push(...ci),k.forEach(lt=>{const Ft=A[lt];Ft!==void 0&&(x[lt]=Ft)}),x}else{let x=ht(A);return p&&(x=Ce(x,ci)),jt([x],{isHandleFirstElement:!1,editorOptions:L}),x}});re(I,M,R.startIndex,{editorOptions:e.getOptions()});const O=c[g],b=d[g],D=Oo(c[g]),W=Oo(c[T]),V=M.length;let E=R.startIndex,y=E+V;const F=C.getActiveControl();if(F&&c[E].controlComponent!==s.ControlComponent.POSTFIX?(y=F.setValue(M),E=y-V):e.spliceElementList(I,E+1,0,M),!~y){e.render({isSetCursor:!1});return}const S=Oo(I[E]),N=Oo(I[y]),P=So(D,c),Y=So(W,c),X=c[Y];if(X.controlId&&X.controlComponent!==s.ControlComponent.POSTFIX)r.replaceRange({...a,startIndex:P,endIndex:Y}),C.getActiveControl()?.cut();else{let A=!0;if(u?.isTable){const{tableId:x,trIndex:k,tdIndex:lt}=u;A=!e.getOriginalElementList().some(Qt=>Qt.id===x&&Qt?.trList?.[k]?.tdList?.[lt]?.deletable===!1)}A&&e.spliceElementList(c,P+1,Y-P)}const U=I[R.startIndex],Q=i[R.startIndex];let v=l.index;v&&(U.tableId&&!O.tableId?b.index<v&&(v-=V):!U.tableId&&O.tableId&&Q.index<v&&(v+=V),n.setPositionContext({...l,index:v}));const w=So(S,I),j=So(N,I);r.setRange(h?j:w,j,R.tableId,R.startTdIndex,R.endTdIndex,R.startTrIndex,R.endTrIndex),e.clearSideEffect();let J=null;if(h){const x=e.getElementList()[j];(x.type===s.ElementType.IMAGE||x.type===s.ElementType.LATEX)&&(js(x,o,t),J=x)}if(e.render({isSetCursor:!1}),F?C.emitControlContentChange():O.controlId&&C.emitControlContentChange({context:{range:a,elementList:c},controlElement:O}),J)if(J.imgDisplay===s.ImageDisplay.SURROUND||J.imgDisplay===s.ImageDisplay.FLOAT_TOP||J.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(J);else{const x=n.getPositionList()[j];e.getPreviewer().drawResizer(J,x)}}else t.isAllowDrag&&t.cacheRange?.startIndex!==t.cacheRange?.endIndex&&t.mousedown(o)}function Mc(o,t){const e=t.getDraw();if(!e.getOptions().pageOuterSelectionDisable)return;const n=e.getPageContainer(),{x:i,y:l,width:r,height:a}=n.getBoundingClientRect();o.x>=i&&o.x<=i+r&&o.y>=l&&o.y<=l+a||t.setIsAllowSelection(!1)}function Oc(o,t){const e=t.getDraw(),n=e.getControl(),i=e.getPageList(),l=e.getPageNo(),r=i[l],a=e.getPosition(),c=a.getPositionByXY({x:o.offsetX,y:o.offsetY});if(~c.index){const N=c.isTable?e.getTdByPosition({...c,isTable:!0,index:c.index}):null,P=c.isTable&&N?.value||e.getElementList(),Y=c.isTable&&N?.positionList||a.getPositionList(),X=c.isTable?c.tdValueIndex:c.index,U=e.getMode(),Q=U===s.EditorMode.EDIT||U===s.EditorMode.FORM,v=[X,X+1,X-1,X+2,X-2].filter((A,x,k)=>A>=0&&A<P.length&&k.indexOf(A)===x),w=A=>{const x=Y[A];if(!x)return!1;const{coordinate:{leftTop:k,rightTop:lt,leftBottom:Ft}}=x;return lt[0]>k[0]&&o.offsetX>=k[0]&&o.offsetX<lt[0]&&o.offsetY>=k[1]&&o.offsetY<=Ft[1]},j=Q&&v.some(A=>{const k=P[A]?.control?.type;return k!==s.ControlType.NUMBER&&k!==s.ControlType.SELECT&&k!==s.ControlType.DATE?!1:w(A)}),J=v.some(A=>{const x=P[A];return!!(x?.control?.type===s.ControlType.BUTTON&&!x.control.buttonText&&(x.controlComponent===s.ControlComponent.VALUE||x.controlComponent===s.ControlComponent.PLACEHOLDER)&&w(A))});r&&(j||J)?r.style.cursor="pointer":r&&(r.style.cursor="text")}else r&&(r.style.cursor="text");if(t.isAllowDrag){if(e.isContentReadonly()){t.setIsAllowDrag(!1);return}const N=o.offsetX,P=o.offsetY,{startIndex:Y,endIndex:X}=t.cacheRange,U=t.cachePositionList;for(let v=Y+1;v<=X;v++){const{coordinate:{leftTop:w,rightBottom:j}}=U[v];if(N>=w[0]&&N<=j[0]&&P>=w[1]&&P<=j[1])return}const Q=t.cacheRange?.startIndex;if(Q){const v=t.cacheElementList[Q];v?.type===s.ElementType.IMAGE&&(v.imgDisplay===s.ImageDisplay.SURROUND||v.imgDisplay===s.ImageDisplay.FLOAT_TOP||v.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)&&(e.getPreviewer().clearResizer(),e.getImageParticle().dragFloatImage(o.movementX,o.movementY))}t.dragover(o),t.isAllowDrop=!0;return}if(!t.isAllowSelection||!t.mouseDownStartPosition)return;const u=o.target.dataset.index;u&&e.setPageNo(Number(u));const R=e.getPosition(),h=R.getPositionByXY({x:o.offsetX,y:o.offsetY});if(!~h.index)return;const{index:g,isTable:T,tdValueIndex:f,tdIndex:m,trIndex:C,tableId:I,trId:p,tdId:L}=h;let M=T?f:g;if(h.isControl&&e.getMode()!==s.EditorMode.READONLY){const{newIndex:N}=n.moveCursor({index:g,isTable:T,trIndex:C,tdIndex:m,tdValueIndex:f});M=N}const{index:O,isTable:b,tdIndex:D,tdId:W,trIndex:V,tableId:E}=t.mouseDownStartPosition,y=M,F=e.getRange();let S;if(L!==W&&L&&W){const N=e.getTdByPosition({...t.mouseDownStartPosition,isTable:!!t.mouseDownStartPosition.tableId,index:t.mouseDownStartPosition.originalIndex??t.mouseDownStartPosition.index}),P=e.getTdByPosition({...h,isTable:!!h.tableId,index:h.index});if(e.isSplitTd(N,P)){const Y=(N.valueStartIndex??0)+O,X=(P.valueStartIndex??0)+f;S=[{index:Y,element:N.value[O],originalId:N.originalId,isCurrent:!1,length:N.value.length,startIndex:N.valueStartIndex??0},{index:X,element:P.value[f],originalId:P.originalId,isCurrent:!0,length:P.value.length,startIndex:P.valueStartIndex??0}]}}if(T&&b&&L!==W&&!S)F.setRange(y,y,I,D,m,V,C),R.setPositionContext({isTable:!!T,index:g,trIndex:C,tdIndex:m,tdId:L,trId:p,tableId:I});else{let N=~y?y:0;if((b||T)&&E!==I&&!S)return;R.setPositionContext({isTable:!!T,index:g,trIndex:C,tdIndex:m,tdId:L,trId:p,tableId:I});let P=O,Y,X;if(S)[{element:Y},{element:X}]=S;else{const v=e.getElementList();Y=v[P+1],X=v[N]}if(P===N||Y?.controlComponent===s.ControlComponent.PLACEHOLDER&&X?.controlComponent===s.ControlComponent.PLACEHOLDER&&Y.controlId===X.controlId)return;if(P>N&&([P,N]=[N,P]),e.getMode()===s.EditorMode.FORM){const w=n.getActiveControl()?.getElement()?.control?.type===s.ControlType.TEXT?null:n.getActiveTextControlLimit();w&&(P=Math.min(Math.max(P,w.startIndex),w.endIndex),N=Math.min(Math.max(N,w.startIndex),w.endIndex));const j=e.getElementList(),J=j[P],A=j[N];if(J?.control?.type===s.ControlType.TEXTFIELD||A?.control?.type===s.ControlType.TEXTFIELD){const x=J?.controlId||A?.controlId;if(x){let k=-1,lt=-1;for(let Ft=P;Ft>=0;Ft--){const Qt=j[Ft];if(Qt.controlId!==x)break;if(Qt.controlComponent===s.ControlComponent.PRETEXTFIX||Qt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Qt.controlComponent===s.ControlComponent.TEXTFIXLABEL||Qt.controlComponent===s.ControlComponent.PREFIX||Qt.controlComponent===s.ControlComponent.PRE_TEXT){k=Ft+1;break}}for(let Ft=N;Ft<j.length;Ft++){const Qt=j[Ft];if(Qt.controlId!==x)break;if(Qt.controlComponent===s.ControlComponent.POSTTEXTFIX||Qt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||Qt.controlComponent===s.ControlComponent.POSTFIX||Qt.controlComponent===s.ControlComponent.POST_TEXT){lt=Ft-1;break}}k!==-1&&P<k&&(P=k),lt!==-1&&N>lt&&(N=lt)}}}let Q;if(S){const[v,w]=S.sort((j,J)=>j.index-J.index);Q={originalId:S[0].originalId??S[1].originalId,startIndex:v.index,endIndex:w.index},v.isCurrent?(P=v.index,N=v.length-1):(P=0,N=Q.endIndex-w.startIndex)}F.setRange(P,N,void 0,void 0,void 0,void 0,void 0,Q)}e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}function Xo(o,t){if(!t)return null;const e=new Set;let n=t,i=null;for(;n&&!e.has(n);){e.add(n);let l=null;for(let r=0;r<o.length;r++){const a=o[r];if(a.controlId===n&&a.control?.type&&(l=a,a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!l)break;l.control?.type==="text"&&(i=n),n=l.originControlId||null}return i}function Mi(o,t){return!!o&&!!t&&o.controlId===t}function Sc(o,t){const e=o[t];if(!e?.subTemplateParentId)return null;const n=e.subTemplateParentId;for(let i=t-1;i>=0;i--){const l=o[i];if(l.type===s.ElementType.SUB_TEMPLATE&&l.id===n)return{labelIndex:i,labelElement:l};if(l.type===s.ElementType.SUB_TEMPLATE&&l.id!==n)break}return null}function qs(o,t,e){const n=o[t];n.subTemplateExpanded=!1,n.hide=!1;let i=t+1;for(;i<o.length&&o[i].subTemplateParentId===n.id;)i++;const l=i-t-1;return l>0&&e.spliceElementList(o,t+1,l),t}function Xc(o){const t=o.getDraw(),e=t.getRange(),n=e.getRange(),i=t.getElementList(),l=i[n.startIndex];if(!de(l))return;let r=n.startIndex;for(;r>0;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){const u=qs(i,r,t);n.startIndex=u,n.endIndex=u,e.replaceRange(n);const R=t.getPosition(),h=R.getPositionList();R.setCursorPosition(h[u]);return}let c=null;a.controlId?(c=t.getControl().removeControl(r),c!==null&&(r=c)):(t.spliceElementList(i,r,1),c=r-1,r--);const d=i[c];if(!d||!de(d)){if(c){n.startIndex=c,n.endIndex=c,e.replaceRange(n);const u=t.getPosition(),R=u.getPositionList();u.setCursorPosition(R[c])}break}}}function Nc(o,t,e){if(e.originControlId){const n=Xo(o,e.originControlId);if(!n)return{isInParent:!1};for(let i=t;i<o.length;i++){const l=o[i];if(l.controlId===n)return l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX||l.controlComponent===s.ControlComponent.POST_TEXT?{isInParent:!1}:{isInParent:!0,parentControlId:n};if(l.controlId&&l.controlId!==n&&l.originControlId!==n)break}}if(!e.originControlId&&e.controlId){const n=o[t];if(n?.controlId&&n.controlId!==e.controlId&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRETEXTFIX))for(let i=t-1;i>=0;i--){const l=o[i];if(l.controlId===e.controlId&&(l.controlComponent===s.ControlComponent.PREFIX||l.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let r=i-1;r>=0;r--){const a=o[r],c=Xo(o,a.controlId);if(c&&c!==e.controlId&&(a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PREFIX))return{isInParent:!0,parentControlId:c};if(a.controlId&&a.controlId!==e.controlId&&(a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX))return{isInParent:!1}}break}}if(n?.controlId&&n.controlId!==e.controlId&&!n.originControlId&&(n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX)){if(e.originControlId===n.controlId){const i=Xo(o,n.controlId);if(i)return{isInParent:!0,parentControlId:i}}return{isInParent:!1}}}return{isInParent:!1}}function Fc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;n.getIsCollapsed()&&Xc(t);const i=e.getControl(),{startIndex:l,endIndex:r,isCrossRowCol:a}=n.getRange();let c;const d=e.getElementList();if(n.getIsCollapsed()&&l>0){const R=d[l-1],h=d[l],g=h?.control?.type===s.ControlType.TEXT&&h.controlComponent===s.ControlComponent.PLACEHOLDER&&!i.getIsExistValueByElementListIndex(d,l);if(R?.subTemplateParentId){const F=Sc(d,l-1);if(F){const S=qs(d,F.labelIndex,e);e.getGlobalEvent().setCanvasEventAbility(),n.setRange(S,S),e.render({curIndex:S});return}}const f=e.getPosition().getPositionList(),m=f[l],C=f[l-1],I=m&&C&&m.rowIndex===C.rowIndex,p=R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.PRETEXTFIX||R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT,L=R?.controlComponent===s.ControlComponent.POSTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT,M=!!R?.controlId,O=h?.controlComponent===s.ControlComponent.PLACEHOLDER,b=h?.controlComponent===s.ControlComponent.POSTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT,D=h?.control?.type===s.ControlType.TEXT&&(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT),W=b&&R?.controlId===h?.controlId&&R?.originControlId===h?.originControlId&&R?.controlComponent===s.ControlComponent.VALUE,V=!!h&&!h.controlId&&!h.control;if(O&&p&&M&&I)return;const{isInParent:E,parentControlId:y}=Nc(d,l,R);if(L&&M&&I&&E&&!(h?.controlId===y&&!h?.originControlId&&(h?.controlComponent===s.ControlComponent.VALUE||h?.controlComponent===s.ControlComponent.PLACEHOLDER))){if(R.originControlId&&y)for(let S=l;S<d.length;S++){const N=d[S];if(Mi(N,y)){if(N.controlComponent===s.ControlComponent.VALUE){n.setRange(S,S),e.render({curIndex:S,isSubmitHistory:!1});return}if(N.controlComponent===s.ControlComponent.POSTFIX||N.controlComponent===s.ControlComponent.POSTTEXTFIX||N.controlComponent===s.ControlComponent.POST_TEXT)return}N.controlId!==y&&N.originControlId}return}if(L&&M&&I&&!E&&!(V&&!O&&!b)){if(D)return;if(g)return;{const F=l-1;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(b&&h?.originControlId&&E&&y&&I){for(let F=l+1;F<d.length;F++){const S=d[F];if(Mi(S,y)){if(S.controlComponent===s.ControlComponent.VALUE||S.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(S.controlId&&S.controlId!==y&&S.originControlId!==y)break}for(let F=l-1;F>=0;F--){const S=d[F];if(Mi(S,y)){if(S.controlComponent===s.ControlComponent.VALUE||S.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(S.controlId&&S.controlId!==y&&S.originControlId!==y)break}return}if(e.getMode()===s.EditorMode.FORM&&b&&h?.originControlId&&I){const F=Xo(d,h.originControlId);if(!F)return;for(let S=l-1;S>=0;S--){const N=d[S];if(N.controlId===F&&!N.originControlId){if(N.controlComponent===s.ControlComponent.VALUE||N.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(S,S),e.render({curIndex:S,isSubmitHistory:!1});return}if(N.controlComponent===s.ControlComponent.PREFIX||N.controlComponent===s.ControlComponent.PRE_TEXT||N.controlComponent===s.ControlComponent.PRETEXTFIX||N.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return}if(N.controlId&&N.controlId!==F&&N.originControlId!==F)break}return}if(b&&h?.controlId&&I&&!W){const F=l;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(a){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let g=0;g<R.length;g++){const T=R[g];for(let f=0;f<T.length;f++){const m=T[f];m.value.length>1&&(e.spliceElementList(m.value,1,m.value.length-1),h=!0)}}c=h?0:null}else if(i.getActiveControl()&&i.getIsRangeCanCaptureEvent())c=i.keydown(o),c!==null&&i.emitControlContentChange();else{const R=e.getPosition().getCursorPosition();if(!R)return;const{index:h}=R,g=n.getIsCollapsed(),T=e.getElementList();if(g&&h===0){const I=T[h];if(I.value===_){I.listId&&e.getListParticle().unsetList(),o.preventDefault();return}}const f=T[l];if(g&&f.rowFlex&&f.value===_){const I=n.getRangeRowElementList();if(I){const p=T[l-1];I.forEach(L=>{L.rowFlex=p?.rowFlex})}}const m=f.value===_?T[l-1]:f,C=T[r+1];if(m?.titleId&&C?.titleId&&m.level===C.level&&m.titleId!==C.titleId){const I=m.titleId,p=C.titleId;let L=r+1;for(;L<T.length&&T[L]?.titleId===p;)T[L].titleId=I,L++}g?e.spliceElementList(T,h,1):e.spliceElementList(T,l+1,r-l),c=g?h-1:l}e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(l,l),e.render({curIndex:l,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}))}function tr(o,t,e){const n=o[t];n.subTemplateExpanded=!1,n.hide=!1;let i=t+1;for(;i<o.length&&o[i].subTemplateParentId===n.id;)i++;const l=i-t-1;return l>0&&e.spliceElementList(o,t+1,l),t}function yc(o){const t=o.getDraw(),n=t.getRange().getRange(),i=t.getElementList(),l=i[n.startIndex+1];if(!de(l))return;const r=n.startIndex+1;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){tr(i,r,t);return}let c=null;a.controlId?c=t.getControl().removeControl(r):(t.spliceElementList(i,r,1),c=r);const d=i[c];if(!d||!de(d))break}}function bc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;const{startIndex:i,endIndex:l,isCrossRowCol:r,splitTdRange:a}=n.getRange(),c=e.getElementList(),d=e.getControl();n.getIsCollapsed()&&yc(t);let u;if(r){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let g=0;g<R.length;g++){const T=R[g];for(let f=0;f<T.length;f++){const m=T[f];m.value.length>1&&(e.spliceElementList(m.value,1,m.value.length-1),h=!0)}}u=h?0:null}else if(d.getActiveControl()&&d.getIsRangeWithinControl())u=d.keydown(o),u!==null&&d.emitControlContentChange();else if(c[l+1]?.controlId)u=d.removeControl(l+1);else if(n.getIsCollapsed()&&c[l+1]?.subTemplateParentId){const R=c[l+1].subTemplateParentId;let h=-1;for(let g=l;g>=0;g--){const T=c[g];if(T.type===s.ElementType.SUB_TEMPLATE&&T.id===R){h=g;break}}h!==-1?u=tr(c,h,e):u=null}else{e.removeSplitTdOtherRangeElements();const R=e.getPosition(),h=R.getCursorPosition();if(!h)return;const{index:g}=h,T=R.getPositionContext();if(T.isDirectHit&&T.isImage)e.spliceElementList(c,g,1),u=g-1;else{const f=n.getIsCollapsed();if(!f)e.spliceElementList(c,i+1,l-i);else if(c[g+1])e.spliceElementList(c,g+1,1);else{let m=!0;if(T.isTable){const C=e.getTd();if(C?.linkTdNextId){const I=e.getTdById(C.linkTdNextId);I&&(m=!1,e.spliceElementList(I.value,1,1))}}if(m)return}u=f?g:i,u===0&&a&&(u=e.fixPosition(!0)??u)}}e.getGlobalEvent().setCanvasEventAbility(),u===null?(n.setRange(i,i),e.render({curIndex:i,isSubmitHistory:!1})):(n.setRange(u,u),e.render({curIndex:u}))}function Dc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;const{startIndex:i,endIndex:l}=n.getRange(),r=n.getIsCollapsed(),a=e.getElementList(),c=a[i],d=a[l];if(r&&d.listId&&d.value===_&&a[l+1]?.listId!==d.listId){e.getListParticle().unsetList();return}let u={value:_};if(o.shiftKey&&c.listId&&(u.listWrap=!0),re(a,[u],i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()}),o.shiftKey&&d.areaId&&d.areaId!==a[l+1]?.areaId&&(u=Ce(u,mn)),!(a[i+1]?.titleId&&(!c.titleId||c.titleId!==a[i+1]?.titleId))&&!(d.titleId&&d.titleId!==a[l+1]?.titleId)){const m=n.getRangeAnchorStyle(a,l);if(m){const C=[...Te],I=m.controlComponent===s.ControlComponent.POSTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||m.controlComponent===s.ControlComponent.POST_TEXT,p=m.control?.type===s.ControlType.BUTTON&&!m.control?.buttonText;!I&&!p&&C.push(...Ne),C.forEach(L=>{const M=m[L];M!==void 0&&(u[L]=M)})}}const R=e.getControl(),h=R.getActiveControl();let g;const T=h?.getElement();if(T?.control?.type===s.ControlType.BUTTON&&!T.control?.buttonText&&T?.controlId){const m=T.controlId;let C=l;for(;C+1<a.length&&a[C+1]?.controlId===m;)C++;e.spliceElementList(a,C+1,0,[u]),g=C+1}else if(h&&R.getIsRangeWithinControl())g=R.setValue([u]),R.emitControlContentChange();else{const C=e.getPosition().getCursorPosition();if(!C)return;const{index:I}=C;if(r){if(e.spliceElementList(a,I+1,0,[u]),d.titleId&&a[I+2]?.titleId===d.titleId){const p=Tt();let L=I+2;for(;L<a.length&&a[L]?.titleId===d.titleId;)a[L].titleId=p,L++}}else e.spliceElementList(a,i+1,l-i,[u]);g=I+1}~g&&(n.setRange(g,g),e.render({curIndex:g})),o.preventDefault()}function er(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function Vc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=i.getPositionContext(),{index:a}=l;if(a<=0&&!r.isTable)return;const c=e.getRange(),{startIndex:d,endIndex:u}=c.getRange(),R=c.getIsCollapsed(),h=e.getElementList(),g=e.getControl(),T=e.getMode()===s.EditorMode.FORM,f=g.getActiveControl()?.getElement()?.control?.type,m=T&&f===s.ControlType.TEXT,C=T&&!m?g.getActiveTextControlLimit():null,I=h[a],p=I?.controlComponent===s.ControlComponent.PREFIX||I?.controlComponent===s.ControlComponent.PRETEXTFIX||I?.controlComponent===s.ControlComponent.PRE_TEXT;let L=!1;if(p&&I?.originControlId){const E=I.originControlId;for(let y=a-1;y>=0;y--){const F=h[y];if(F.controlId===E&&!F.originControlId){L=!0;break}if(F.controlId&&F.controlId!==E&&F.originControlId!==E)break}}if(T&&!m&&g.getActiveControl()&&p&&!C&&!L){g.initNextControl({direction:Jt.UP});return}let M=1;if(He(o)){const E=e.getLetterReg(),y=o.shiftKey&&!R&&d===l?.index?u:d;if(E.test(h[y]?.value)){let F=y-1;for(;F>0;){const S=h[F];if(!E.test(S.value))break;M++,F--}}}if(T&&!m){const E=h[d],y=E?.controlId;if(y&&E?.controlComponent===s.ControlComponent.VALUE){let F=!1;for(let S=d;S>=0;S--){const N=h[S];if(N.controlId!==y)break;if(N.control?.type===s.ControlType.TEXTFIELD){F=!0;break}}if(F){if(E.controlComponent===s.ControlComponent.VALUE&&er(E))return;const S=d-M;if(S>=0){const N=h[S];if(N&&N.controlId===y&&N.controlComponent===s.ControlComponent.VALUE&&er(N))return}}}}const O=C?Math.max(d-M,C.startIndex):d-M;let b=O,D=O;if(o.shiftKey&&l&&(d!==u?d===l.index?(b=d,D=u-M):(b=O,D=u):D=u),!o.shiftKey){const E=h[d];if(E.type===s.ElementType.TABLE){const y=E.trList,F=y.length-1,S=y[F],N=S.tdList.length-1,P=S.tdList[N];i.setPositionContext({isTable:!0,index:d,trIndex:F,tdIndex:N,tdId:P.id,trId:S.id,tableId:E.id}),b=P.value.length-1,D=b}else if(E.tableId&&d===0){const F=e.getOriginalElementList()[r.index],S=e.getTd();if(S?.linkTdPrevId){const N=e.getTdById(S.linkTdPrevId);N&&(i.setPositionContext({...r,isTable:!0,index:N.tableIndex,trIndex:N.trIndex,tdId:N.id,trId:N.trId,tableId:N.tableId}),b=N.value.length-1,D=b)}else{const N=F.trList;t:for(let P=0;P<N.length;P++){const Y=N[P];if(Y.id!==E.trId)continue;const X=Y.tdList;for(let U=0;U<X.length;U++)if(X[U].id===E.tdId){if(P===0&&U===0)i.setPositionContext({isTable:!1}),b=r.index-1,D=b,e.getTableTool().dispose();else{let v=P,w=U-1;w<0&&(v=P-1,w=N[v].tdList.length-1);const j=N[v],J=j.tdList[w];i.setPositionContext({isTable:!0,index:r.index,trIndex:v,tdIndex:w,tdId:J.id,trId:j.id,tableId:E.tableId}),b=J.value.length-1,D=b}break t}}}}}if(!~b||!~D)return;const W=e.getElementList();b=Wn(W,b),D=Wn(W,D),c.setRange(b,D);const V=b===D;e.updateTableTool(),e.render({curIndex:V?b:void 0,isSetCursor:V,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function nr(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function Wc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const{index:r}=l,a=i.getPositionList(),c=i.getPositionContext();if(r>a.length-1&&!c.isTable)return;const d=e.getRange(),{startIndex:u,endIndex:R}=d.getRange(),h=d.getIsCollapsed();let g=e.getElementList();const T=e.getControl(),f=e.getMode()===s.EditorMode.FORM,m=T.getActiveControl()?.getElement()?.control?.type,C=f&&m===s.ControlType.TEXT,I=f&&!C?T.getActiveTextControlLimit():null,p=g[r],L=p?.controlComponent===s.ControlComponent.POSTFIX||p?.controlComponent===s.ControlComponent.POSTTEXTFIX||p?.controlComponent===s.ControlComponent.POST_TEXT;let M=!1;if(L&&p?.originControlId){const F=p.originControlId;for(let S=r+1;S<g.length;S++){const N=g[S];if(N.controlId===F&&!N.originControlId){M=!0;break}if(N.controlId&&N.controlId!==F&&N.originControlId!==F)break}}if(f&&!C&&T.getActiveControl()&&L&&!I&&!M){T.initNextControl({direction:Jt.DOWN});return}let O=1;if(He(o)){const F=e.getLetterReg(),S=o.shiftKey&&!h&&u===l?.index?R:u;if(F.test(g[S+1]?.value)){let N=S+2;for(;N<g.length;){const P=g[N];if(!F.test(P.value))break;O++,N++}}}if(f&&!C){const F=g[R],S=F?.controlId;if(S&&F?.controlComponent===s.ControlComponent.VALUE){let N=!1;for(let P=R;P>=0;P--){const Y=g[P];if(Y.controlId!==S)break;if(Y.control?.type===s.ControlType.TEXTFIELD){N=!0;break}}if(N){if(F.controlComponent===s.ControlComponent.VALUE&&nr(F))return;const P=R+O;if(P<g.length){const Y=g[P];if(Y&&Y.controlId===S&&Y.controlComponent===s.ControlComponent.VALUE&&nr(Y))return}}}}const b=I?Math.min(R+O,I.endIndex):R+O;let D=b,W=b;if(o.shiftKey&&l&&(u!==R?u===l.index?(D=u,W=b):(D=u+O,W=R):D=u),!o.shiftKey){const F=g[R],S=g[R+1];if(S?.type===s.ElementType.TABLE){const P=S.trList[0],Y=P.tdList[0];i.setPositionContext({isTable:!0,index:R+1,trIndex:0,tdIndex:0,tdId:Y.id,trId:P.id,tableId:S.id}),D=0,W=0}else if(F.tableId&&!S){const N=e.getTd(),P=N?.linkTdNextId?e.getTdById(N.linkTdNextId):void 0;if(P?.value.length)i.setPositionContext({...c,isTable:!0,index:P.tableIndex,trIndex:P.trIndex,tdId:P.id,trId:P.trId,tableId:P.tableId}),D=0,W=D;else{const X=e.getOriginalElementList()[c.index].trList;t:for(let U=0;U<X.length;U++){const Q=X[U];if(Q.id!==F.trId)continue;const v=Q.tdList;for(let w=0;w<v.length;w++)if(v[w].id===F.tdId){if(U===X.length-1&&w===v.length-1)i.setPositionContext({isTable:!1}),D=c.index,W=D,g=e.getElementList(),e.getTableTool().dispose();else{let J=U,A=w+1;A>v.length-1&&(J=U+1,A=0);const x=X[J],k=x.tdList[A];i.setPositionContext({isTable:!0,index:c.index,trIndex:J,tdIndex:A,tdId:k.id,trId:x.id,tableId:F.tableId}),D=0,W=D}break t}}}}}const V=g.length-1;if(D>V||W>V)return;const E=e.getElementList();D=Wn(E,D,s.LocationPosition.AFTER),W=Wn(E,W,s.LocationPosition.AFTER),d.setRange(D,W);const y=D===W;e.updateTableTool(),e.render({curIndex:y?D:void 0,isSetCursor:y,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function Yc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getMode()===s.EditorMode.FORM,l=e.getControl(),r=e.getRange(),a=e.getElementList(),{startIndex:c,endIndex:d}=r.getRange(),u=a[c],R=a[d],h=c>0?a[c-1]:null,g=l.getIsRangeWithinControl()||!!u?.controlId||!!R?.controlId||!!h?.controlId;let T=l.getActiveControl();if(i&&g&&(l.initControl(),T=l.getActiveControl()),i&&g)o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else if(T&&l.getIsRangeWithinControl())o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else{o.preventDefault();const f=r.getRangeAnchorStyle(a,d),C={...f?ie(f,Ne):null,type:s.ElementType.TAB,value:""};re(a,[C],c,{editorOptions:e.getOptions()}),e.insertElementList([C])}}function Oi(o){const{positionList:t,index:e,isUp:n,rowNo:i,cursorX:l}=o;let r=-1;const a=[];if(n){let c=e-1;for(;c>=0;){const d=t[c];if(c--,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.unshift(d)}}}else{let c=e+1;for(;c<t.length;){const d=t[c];if(c++,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.push(d)}}}for(let c=0;c<a.length;c++){const d=a[c],{coordinate:{leftTop:[u],rightTop:[R]}}=d;if(c===a.length-1&&(r=d.index),!(l<u||l>R)){r=d.index;break}}return r}function Uc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=e.getRange(),{startIndex:a,endIndex:c}=r.getRange();let d=i.getPositionList();const u=o.key===s.KeyMap.Up;let R=-1,h=-1;const g=i.getPositionContext();if(!o.shiftKey&&g.isTable&&(u&&l.rowIndex===0||!u&&l.rowIndex===e.getRowCount()-1)){const{index:f,trIndex:m,tdIndex:C,tableId:I}=g;if(u){const p=e.getOriginalElementList();if(m===0)if(p[f].originalId){const M=f-1,O=p[M];for(let b=O.trList.length-1;b>=0;b--){const D=O.trList[b].tdList.find(W=>W.tdIndex===C);if(D?.value.length){i.setPositionContext({isTable:!0,tableId:O.id,index:M,trIndex:b,tdIndex:C}),R=D.value.length-1,h=D.value.length-1;break}}}else i.setPositionContext({isTable:!1}),R=f-1,h=R,e.getTableTool().dispose();else{let L=-1,M=-1;const O=p[f].trList,b=O[m].tdList[C].colIndex;t:for(let V=m-1;V>=0;V--){const y=O[V].tdList;for(let F=0;F<y.length;F++){const S=y[F];if(S.colIndex===b||S.colIndex+S.colspan-1>=b&&S.colIndex<=b){L=V,M=F;break t}}}if(!~L||!~M)return;const D=O[L],W=D.tdList[M];i.setPositionContext({isTable:!0,index:f,trIndex:L,tdIndex:M,tdId:W.id,trId:D.id,tableId:I}),R=W.value.length-1,h=R}}else{const p=e.getOriginalElementList(),L=p[f],M=L.trList;if(m===M.length-1){const O=f+1,b=p[O];if(b&&[L.id,L.originalId].includes(b.originalId)){for(let W=C;W>=0;W--)if(b.trList[0].tdList[W].value.length){i.setPositionContext({isTable:!0,index:O,tableId:b.id,trIndex:0,tdIndex:W}),R=0,h=0;break}}else i.setPositionContext({isTable:!1}),R=f,h=R,e.getTableTool().dispose()}else{let O=-1,b=-1;const D=M[m].tdList[C].colIndex;t:for(let E=m+1;E<M.length;E++){const F=M[E].tdList;for(let S=0;S<F.length;S++){const N=F[S];if(N.colIndex===D||N.colIndex+N.colspan-1>=D&&N.colIndex<=D){O=E,b=S;break t}}}if(!~O||!~b)return;const W=M[O],V=W.tdList[b];i.setPositionContext({isTable:!0,index:f,trIndex:O,tdIndex:b,tdId:V.id,trId:W.id,tableId:I}),R=V.value.length-1,h=R}}}else{let f=l;o.shiftKey&&(a===l.index?f=d[c]:f=d[a]);const{index:m,rowNo:C,rowIndex:I,coordinate:{rightTop:[p]}}=f;if(u&&I===0||!u&&I===e.getRowCount()-1)return;const L=Oi({positionList:d,index:m,rowNo:C,isUp:u,cursorX:p});if(L<0)return;R=L,h=L,o.shiftKey&&(a!==c?a===l.index?R=a:h=c:u?h=c:R=a);const O=e.getElementList()[L];if(O.type===s.ElementType.TABLE){const{scale:b}=e.getOptions(),D=e.getMargins(),W=O.trList;let V=-1,E=-1,y=-1;if(u)t:for(let F=W.length-1;F>=0;F--){const N=W[F].tdList;for(let P=0;P<N.length;P++){const Y=N[P],X=Y.x*b+D[3],U=Y.width*b;if(p>=X&&p<=X+U){const Q=Y.positionList,v=Q[Q.length-1],w=Oi({positionList:Q,index:v.index+1,rowNo:v.rowNo-1,isUp:u,cursorX:p})||v.index;V=F,E=P,y=w;break t}}}else t:for(let F=0;F<W.length;F++){const N=W[F].tdList;for(let P=0;P<N.length;P++){const Y=N[P],X=Y.x*b+D[3],U=Y.width*b;if(p>=X&&p<=X+U){const Q=Y.positionList,v=Oi({positionList:Q,index:-1,rowNo:-1,isUp:u,cursorX:p})||0;V=F,E=P,y=v;break t}}}if(~V&&~E&&~y){const F=W[V],S=F.tdList[E];i.setPositionContext({isTable:!0,index:L,trIndex:V,tdIndex:E,tdId:S.id,trId:F.id,tableId:O.id}),R=y,h=R,d=i.getPositionList()}}}if(!~R||!~h)return;R>h&&([R,h]=[h,R]),r.setRange(R,h);const T=R===h;e.render({curIndex:T?R:void 0,isSetCursor:T,isSubmitHistory:!1,isCompute:!1}),T||(e.getCursor().moveCursorToVisible({cursorPosition:d[u?R:h],direction:u?Jt.UP:Jt.DOWN}),e.updateTableTool())}function wc(o){return o.key.length===1&&!o.ctrlKey&&!o.metaKey&&!o.altKey}function Zc(o,t){const e=t.getDraw();if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return!1;const n=e.getRange();if(!n.getIsCanInput())return!1;const i=e.getControl();if(!i.getActiveControl()&&i.getIsRangeWithinControl()){i.setPopupAwakeDisabled(!0);try{i.initControl()}finally{i.setPopupAwakeDisabled(!1)}}const l=i.getActiveControl();if(l?.getElement()?.control?.type!==s.ControlType.DATE||!i.getIsRangeWithinControl())return!1;const{startIndex:r,endIndex:a}=n.getRange(),c=e.getElementList(),d=c[r],u=c[a],R=l.getElement(),h=C=>!!C?.controlId&&C.controlId===R.controlId&&(C.originControlId||null)===(R.originControlId||null),g=u?.controlComponent===s.ControlComponent.POSTFIX||u?.controlComponent===s.ControlComponent.POST_TEXT||u?.controlComponent===s.ControlComponent.POSTTEXTFIX||u?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,T=c[a+1],f=!!(u?.originControlId&&u.controlComponent===s.ControlComponent.VALUE&&h(T)&&(T.controlComponent===s.ControlComponent.POSTFIX||T.controlComponent===s.ControlComponent.POST_TEXT||T.controlComponent===s.ControlComponent.POSTTEXTFIX||T.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT));return!h(d)||!h(u)||g||f?!1:(o.preventDefault(),l.awake?.(),!0)}function Qc(o,t){if(t.isComposing)return;const e=t.getDraw();if(o.key===s.KeyMap.Backspace)Fc(o,t);else if(o.key===s.KeyMap.Delete)bc(o,t);else if(o.key===s.KeyMap.Enter)Dc(o,t);else if(o.key===s.KeyMap.Left)Vc(o,t);else if(o.key===s.KeyMap.Right)Wc(o,t);else if(o.key===s.KeyMap.Up||o.key===s.KeyMap.Down)Uc(o,t);else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Z){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().undo(),o.preventDefault()}else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Y){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().redo(),o.preventDefault()}else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.C)t.copy(),o.preventDefault();else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.X)t.cut(),o.preventDefault();else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.A)t.selectAll(),o.preventDefault();else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.S){if(e.isReadonly())return;const n=e.getListener();n.saved&&n.saved(e.getValue());const i=e.getEventBus();i.isSubscribe("saved")&&i.emit("saved",e.getValue()),o.preventDefault()}else if(o.key===s.KeyMap.ESC){t.clearPainterStyle();const n=e.getZone();n.isMainActive()||n.setZone(s.EditorZone.MAIN),o.preventDefault()}else o.key===s.KeyMap.TAB?Yc(o,t):wc(o)&&Zc(o,t)}function vc(o){return/[\u4e00-\u9fa5\u3000-\u303f\uff00-\uffef]/.test(o)}function Kc(o){return/[a-zA-Z]/.test(o)}function Hc(o,t){return vc(o)?t:Kc(o)?"Times New Roman":t}function No(o){return o?.type===s.ElementType.CONTROL&&(o.controlComponent===s.ControlComponent.PREFIX||o.controlComponent===s.ControlComponent.PRE_TEXT||o.controlComponent===s.ControlComponent.PRETEXTFIX||o.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)}function Fe(o){return o?.type===s.ElementType.CONTROL&&(o.controlComponent===s.ControlComponent.POSTFIX||o.controlComponent===s.ControlComponent.POST_TEXT||o.controlComponent===s.ControlComponent.POSTTEXTFIX||o.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)}function Si(o){return!!o?.originControlId&&No(o)}function zn(o){return!!o?.originControlId&&Fe(o)}function _c(o,t){return!o||!t?!1:!!o.originControlId&&!!t.originControlId&&o.originControlId===t.originControlId&&o.controlId!==t.controlId}function dn(o,t,e){if(!t)return null;const n=new Set;let i=t,l=null;for(;i&&!n.has(i);){n.add(i);let r;for(let a=0;a<o.length;a++){const c=o[a];if(c.controlId===i&&c.control?.type&&(r=c,c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!r)break;(r.control?.type===s.ControlType.TEXT||e===s.EditorMode.EDIT&&r.control?.type===s.ControlType.TEXTFIELD)&&(l=i),i=r.originControlId||null}return l}function Je(o,t){return!!o&&!!t&&o.controlId===t}function or(o,t){if(t)return o.find(e=>e.controlId===t&&!e.originControlId&&!!e.control?.type)}function ir(o,t,e){if(!t?.originControlId||e?.originControlId!==t.originControlId||!t.controlId||!e.controlId||t.controlId===e.controlId||!Fe(t)||!No(e))return;const n=or(o,t.originControlId);if(n?.control?.type===s.ControlType.TEXTFIELD)return n}function Xi(o,t,e){Ne.forEach(n=>{delete o[n]}),ue.forEach(n=>{const i=t?.[n];i!==void 0&&(o[n]=i)}),t?.type===s.ControlType.TEXT&&o.color?.toLowerCase()==="#87d068"?o.color=e:o.color||(o.color=e)}function Ni(o,t,e,n){o.controlId=t,o.control=e,o.controlComponent=s.ControlComponent.VALUE,delete o.originControlId,Xi(o,e,n)}function Fi(o,t,e="input"){const n=se(),i=t.getDraw(),l=i.getControl(),r=i.getOptions(),a=i.getElementList(),u=i.getPosition().getCursorPosition()?.index;if(i.isReadonly()||i.isDisabled())return;const h=i.getPosition().getCursorPosition();if(!o||!h)return;const g=t.isComposing;if(g&&t.compositionInfo?.value===o)return;const T=i.getRange();if(!T.getIsCanInput())return;const f=Ct=>{l.setPopupAwakeDisabled(!0);try{return Ct()}finally{l.setPopupAwakeDisabled(!1)}},m=()=>{f(()=>l.initControl())},C=(Ct,et)=>{f(()=>{T.setRange(Ct,et)})};let I=l.getActiveControl();const p=i.getElementList()[T.getRange().endIndex],L=p?.control?.type===s.ControlType.TEXT&&!!p?.originControlId&&(p.controlComponent===s.ControlComponent.PREFIX||p.controlComponent===s.ControlComponent.PRE_TEXT||p.controlComponent===s.ControlComponent.PRETEXTFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||p.controlComponent===s.ControlComponent.POSTFIX||p.controlComponent===s.ControlComponent.POST_TEXT||p.controlComponent===s.ControlComponent.POSTTEXTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||p.controlComponent===s.ControlComponent.PLACEHOLDER);if(!I&&(l.getIsRangeWithinControl()||L)&&(m(),I=l.getActiveControl()),I){const Ct=I.getElement(),et=i.getElementList()[T.getRange().endIndex],Wt=Ct?.controlId===et?.controlId&&(Ct?.originControlId||null)===(et?.originControlId||null),at=!!et&&et.controlComponent===s.ControlComponent.VALUE&&!!et.controlId&&!et.originControlId&&T.getRange().endIndex>0&&i.getElementList()[T.getRange().endIndex-1]?.originControlId===et.controlId;(!Wt||at)&&(m(),I=l.getActiveControl())}const{endIndex:M}=T.getRange(),O=i.getElementList(),b=O[M],D=O[M+1];if(b?.type===s.ElementType.SUB_TEMPLATE&&D?.type===s.ElementType.SUB_TEMPLATE)return;const W=i.getMode()===s.EditorMode.FORM;if(W){const Ct=T.getRange();if(!(i.getElementList()[Ct.endIndex]?.control?.type===s.ControlType.TEXT)){const at=l.getActiveTextControlLimit();if(!I||!l.getIsRangeWithinControl()&&!l.getIsRangeInPostfix())return;if(at){const mt=T.getRange();if(mt.startIndex<at.startIndex||mt.endIndex>at.endIndex){const it=Math.min(Math.max(mt.endIndex,at.startIndex),at.endIndex);f(()=>{T.setRange(it,it),i.render({curIndex:it,isSubmitHistory:!1})});return}}const{endIndex:xt}=T.getRange(),B=i.getElementList(),ot=B[xt];if(!ot?.originControlId){if(ot?.controlId&&ot?.controlComponent===s.ControlComponent.VALUE){let mt=!1;for(let it=xt;it>=0;it--){const ce=B[it];if(ce.controlId!==ot.controlId||ce.originControlId)break;if(ce.control?.type===s.ControlType.TEXTFIELD){mt=!0;break}}if(mt)return}}}}const V=T.getDefaultStyle()||t.compositionInfo?.defaultStyle||null,E=t.compositionInfo?.perfStartTime,y=kc(t,i.getElementList());g||i.getCursor().clearAgentDomValue();const{TEXT:F,HYPERLINK:S,SUBSCRIPT:N,SUPERSCRIPT:P,DATE:Y,TAB:X}=s.ElementType,U=o.replaceAll(`
106
- `,_),{startIndex:Q,endIndex:v}=T.getRange(),w=T.getRangeAnchorStyle(y,Q);if(!w)return;const j=Q>0?y[Q-1]:null,J=!!(w.controlId||w.control),x={...!J&&j?j:w,...V},k=i.isDesignMode(),lt=y[v+1],Ft=dn(y,w.originControlId,i.getMode()),Qt=dn(y,lt?.originControlId,i.getMode()),ge=!w.originControlId&&!lt?.originControlId&&Fe(w)&&No(lt)&&!!w.controlId&&!!lt.controlId&&w.controlId!==lt.controlId,ee=zn(w)&&Si(lt)&&!Ft&&!Qt,K=i.getMode()===s.EditorMode.EDIT?ir(y,w,lt):void 0,$=!!w.originControlId&&Fe(w)&&lt?.controlId===w.originControlId&&!lt.originControlId&&lt.control?.type===s.ControlType.TEXTFIELD&&Fe(lt),H=!!w.originControlId&&Fe(w)&&lt?.controlId===w.originControlId&&!lt.originControlId&&lt.control?.type===s.ControlType.TEXTFIELD&&lt.controlComponent===s.ControlComponent.VALUE,ct=!!Ft&&Ft===Qt&&!!w.controlId&&!!lt?.controlId&&w.controlId!==lt.controlId&&(zn(w)||Si(lt))?Ft:null;if(W&&(ge||ee))return;const nt=No(lt)&&!lt?.originControlId,ut=Fe(w)&&!w.originControlId||w.type===s.ElementType.CONTROL&&w.controlComponent===s.ControlComponent.VALUE&&lt?.type!==s.ElementType.CONTROL&&!w.originControlId,ft=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.BUTTON],It=(Ct,et)=>!!(Ct?.controlId&&Ct.controlId===et?.controlId&&(Ct.originControlId||null)===(et.originControlId||null)),wt=(Ct,et)=>{if(Ct?.control?.type)return Ct.control.type;if(Ct?.controlId){for(let Wt=et;Wt>=0;Wt--){const at=y[Wt];if(!It(Ct,at))break;if(at.control?.type)return at.control.type}for(let Wt=et+1;Wt<y.length;Wt++){const at=y[Wt];if(!It(Ct,at))break;if(at.control?.type)return at.control.type}}},Gt=(Ct,et)=>{const Wt=wt(Ct,et);return!!(Wt&&ft.includes(Wt))},Mt=Ct=>{const et=y[Ct];let Wt=Ct;for(let at=Ct+1;at<y.length&&It(et,y[at]);at++)Wt=at;return Wt},_t=!!(Gt(w,Q)&&w.controlComponent===s.ControlComponent.VALUE&&!w.originControlId&&It(w,lt)&&Fe(lt)&&!lt?.value),yt=!!(Gt(w,Q)&&w.controlComponent===s.ControlComponent.VALUE&&w.originControlId&&It(w,lt)&&Fe(lt))?dn(y,w.originControlId,i.getMode()):null,St=or(y,yt),Pt=nt||ut||_t,ne=Pt?{...w,type:void 0,control:void 0,controlId:void 0,controlComponent:void 0,originControlId:void 0,color:r.defaultColor,highlight:void 0}:w,Zt=Pt||J?ne:x,Xt=Dt(U).map(Ct=>{const et={value:Ct};if(k||!Zt.title?.disabled&&!Zt.control?.disabled){const Wt=y[v+1];(!Zt.type||Zt.type===F||Zt.type===S&&Wt?.type===S||Zt.type===Y&&Wt?.type===Y||Zt.type===N&&Wt?.type===N||Zt.type===P&&Wt?.type===P)&&Ra.forEach(at=>{if(at==="groupIds"&&!Wt?.groupIds)return;const xt=Zt[at];xt!==void 0&&(et[at]=xt)}),(V||Zt.type===X)&&Ne.forEach(at=>{const xt=V?.[at]||Zt[at];xt!==void 0&&(et[at]=xt)}),g&&(et.underline=!0)}if(!Pt){const Wt=w.originControlId&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||w.controlComponent===s.ControlComponent.POST_TEXT);if($||H||K){const B=K||lt;et.controlId=B.controlId,et.control=B.control,et.controlComponent=s.ControlComponent.VALUE,delete et.originControlId,Xi(et,B.control,r.defaultColor)}const at=!w.originControlId&&w.controlId&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||w.controlComponent===s.ControlComponent.POST_TEXT)&&lt?.controlId&&lt.controlId!==w.controlId&&_c(w,lt),xt=w.controlId&&w.originControlId&&(w.controlComponent===s.ControlComponent.VALUE||w.controlComponent===s.ControlComponent.PLACEHOLDER);if(!$&&!H&&!K&&Wt&&!et.controlId){const B=dn(y,w.originControlId,i.getMode());if(!B)return et;let ot=null;for(let mt=Q;mt>=0;mt--){const it=y[mt];if(Je(it,B)&&it.control){ot=it.control;break}}et.controlId=B,et.controlComponent=s.ControlComponent.VALUE,ot&&(et.control=ot),Xi(et,ot,r.defaultColor)}else if(at&&!et.controlId){if(lt?.controlId&&lt.controlId!==w.controlId)if(lt.controlComponent===s.ControlComponent.PREFIX||lt.controlComponent===s.ControlComponent.PRETEXTFIX)for(let B=Q;B>=0;B--){const ot=y[B];if(ot.controlId===w.controlId&&(ot.controlComponent===s.ControlComponent.PREFIX||ot.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let mt=B-1;mt>=0;mt--){const it=y[mt];if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.PRETEXTFIX||it.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||it.controlComponent===s.ControlComponent.PREFIX||it.controlComponent===s.ControlComponent.PRE_TEXT)){et.controlId=it.controlId,et.controlComponent=s.ControlComponent.VALUE,it.control&&(et.control=it.control);break}if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.POSTFIX||it.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(lt.controlComponent===s.ControlComponent.POSTFIX||lt.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(et.controlId=lt.controlId,et.controlComponent=s.ControlComponent.VALUE,lt.control&&(et.control=lt.control));if(!et.controlId)for(let B=Q;B>=0;B--){const ot=y[B];if(ot.controlId===w.controlId&&(ot.controlComponent===s.ControlComponent.PREFIX||ot.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let mt=B-1;mt>=0;mt--){const it=y[mt];if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.PRETEXTFIX||it.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||it.controlComponent===s.ControlComponent.PREFIX||it.controlComponent===s.ControlComponent.PRE_TEXT)){et.controlId=it.controlId,et.controlComponent=s.ControlComponent.VALUE,it.control&&(et.control=it.control);break}if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.POSTFIX||it.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}else if(xt&&!et.controlId){const B=w.controlId;let ot=w.control;if(!ot)for(let mt=Q;mt>=0;mt--){const it=y[mt];if(it.controlId===B&&it.control&&(ot=it.control,it.controlComponent===s.ControlComponent.PREFIX||it.controlComponent===s.ControlComponent.PRETEXTFIX))break}et.controlId=B,et.originControlId=w.originControlId,et.controlComponent=s.ControlComponent.VALUE,ot&&(et.control=ot)}else if(w.controlId){let B=w.control;if(!B)for(let ot=Q;ot>=0;ot--){const mt=y[ot];if(Je(mt,w.controlId)&&mt.control){B=mt.control;break}}et.controlId||(et.controlId=w.controlId),B&&!et.control&&(et.control=B),et.controlComponent||(et.controlComponent=s.ControlComponent.VALUE)}else if(!et.controlId&&!et.control&&lt?.originControlId&&(lt.controlComponent===s.ControlComponent.PREFIX||lt.controlComponent===s.ControlComponent.PRETEXTFIX)){const B=dn(y,lt.originControlId,i.getMode());if(!B)return et;let ot=null;for(let mt=v;mt>=0;mt--){const it=y[mt];if(Je(it,B)&&it.control){ot=it.control;break}}et.controlId=B,et.controlComponent=s.ControlComponent.VALUE,ot&&(et.control=ot)}}if(Ct&&Ct!==_){const Wt=Hc(Ct,r.defaultFont);et.font=Wt}return et});let Lt;const Et=a[u],bt=a[u+1],pe=a[u-1];if(g)Lt=Q;else{const Ct=B=>{if(Xt?.length)for(let ot=0;ot<Xt.length;ot++)y.splice(B+ot,0,Xt[ot]);return B+Xt.length-1},et=Q+1,Wt=_t?Mt(Q)+1:et,at=()=>{let B=null,ot,mt=null;const it=i.getMode()===s.EditorMode.EDIT?ir(a,Et,bt):void 0;if(it?.controlId?(B=it.controlId,ot=it.control?.type):i.getMode()===s.EditorMode.EDIT&&zn(Et)&&bt?.controlId===Et.originControlId&&!bt.originControlId&&bt.control?.type===s.ControlType.TEXTFIELD&&(bt.controlComponent===s.ControlComponent.VALUE||Fe(bt))?(B=Et.originControlId,ot=s.ControlType.TEXTFIELD):zn(Et)?B=dn(a,Et.originControlId,i.getMode()):Si(bt)?B=dn(a,bt.originControlId,i.getMode()):ct?B=ct:Et?.control?.type===s.ControlType.TEXT&&Et.controlId&&!Et.originControlId&&Fe(Et)&&pe?.originControlId===Et.controlId&&(B=Et.controlId,mt={startIndex:u-1,endIndex:u-1}),!B)return null;if(!ot)for(let kt=u;kt>=0;kt--){const zt=a[kt];if(Je(zt,B)&&zt.control?.type){ot=zt.control.type;break}if(zt.controlId&&zt.controlId!==B&&zt.originControlId!==B)break}return ot!==s.ControlType.TEXT&&!(i.getMode()===s.EditorMode.EDIT&&ot===s.ControlType.TEXTFIELD)?null:{parentControlId:B,activationIndex:(()=>{for(let kt=u+1;kt<a.length;kt++){const zt=a[kt];if(Je(zt,B))return kt;if(zt.controlId&&zt.controlId!==B&&zt.originControlId!==B)break}for(let kt=u;kt>=0;kt--){const zt=a[kt];if(Je(zt,B))return kt;if(zt.controlId&&zt.controlId!==B&&zt.originControlId!==B)break}return u})(),boundaryRange:mt}};Q!==v&&(i.removeSplitTdOtherRangeElements(),i.spliceElementList(y,et,v-Q));const xt=at();if(yt&&St?.control){const B=Mt(Q);Xt.forEach(ot=>{Ni(ot,yt,St.control,r.defaultColor)}),re(y,Xt,B,{editorOptions:r}),i.spliceElementList(y,B+1,0,Xt),Lt=B+Xt.length}else if(xt){const{parentControlId:B,activationIndex:ot,boundaryRange:mt}=xt;C(ot,ot),m();const it=l.getActiveControl(),ce=bt?.controlId===B&&!bt?.originControlId&&bt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,kt=!!(Et?.originControlId&&zn(Et)&&ce!==-1),zt=mt||(kt?{startIndex:u,endIndex:u}:ce!==-1?{startIndex:u,endIndex:ce}:{startIndex:Q,endIndex:v});C(zt.startIndex,zt.endIndex),it&&it.getElement()?.controlId===B&&(it.getElement()?.control?.type===s.ControlType.TEXT||it.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Xt.forEach(xn=>{Ni(xn,B,it.getElement().control,r.defaultColor)}),Lt=it.setValue(Xt,{range:zt,elementList:y}),l.emitControlContentChange(),C(Lt,Lt),m()):Pt?Lt=Ct(Wt):(Lt=l.setValue(Xt),l.emitControlContentChange())}else if(Pt)Lt=Ct(Wt);else if(Et?.originControlId&&(Et.controlComponent===s.ControlComponent.POSTFIX||Et.controlComponent===s.ControlComponent.POST_TEXT||Et.controlComponent===s.ControlComponent.POSTTEXTFIX||Et.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))if(I?.getElement()?.control?.type===s.ControlType.TEXT&&I.getElement()?.controlId===Et.controlId&&(I.getElement()?.originControlId||null)===(Et.originControlId||null))Lt=l.setValue(Xt),l.emitControlContentChange();else{const ot=dn(a,Et.originControlId,i.getMode());if(!ot){Lt=Ct(et);return}let mt;for(let ce=u;ce>=0;ce--){const kt=a[ce];if(Je(kt,ot)&&kt.control?.type){mt=kt.control.type;break}if(kt.controlId&&kt.controlId!==ot&&kt.originControlId!==ot)break}if(mt===s.ControlType.TEXT||i.getMode()===s.EditorMode.EDIT&&mt===s.ControlType.TEXTFIELD){const ce=()=>{for(let Pe=u+1;Pe<a.length;Pe++){const We=a[Pe];if(Je(We,ot))return Pe;if(We.controlId&&We.controlId!==ot&&We.originControlId!==ot)break}for(let Pe=u;Pe>=0;Pe--){const We=a[Pe];if(Je(We,ot))return Pe;if(We.controlId&&We.controlId!==ot&&We.originControlId!==ot)break}return u},kt=bt?.controlId===ot&&bt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,zt=kt!==-1?{startIndex:u,endIndex:kt}:{startIndex:u,endIndex:u},xn=ce();C(xn,xn),m();const gn=l.getActiveControl();C(zt.startIndex,zt.endIndex),gn&&gn.getElement()?.controlId===ot&&(gn.getElement()?.control?.type===s.ControlType.TEXT||gn.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Xt.forEach(Pe=>{Ni(Pe,ot,gn.getElement().control,r.defaultColor)}),Lt=gn.setValue(Xt,{range:zt,elementList:y}),l.emitControlContentChange(),C(Lt,Lt),m()):Lt=Ct(et)}else Lt=Ct(et)}else if((Et?.control?.type===s.ControlType.NUMBER||bt?.control?.type===s.ControlType.NUMBER)&&I?.getElement()?.control?.type===s.ControlType.NUMBER&&l.getIsRangeWithinControl()){const B=l.getActiveControl();B&&typeof B.awake=="function"&&B.awake(),Lt=Q}else if((Et?.control?.type===s.ControlType.SELECT||bt?.control?.type===s.ControlType.SELECT)&&I?.getElement()?.control?.type===s.ControlType.SELECT&&l.getIsRangeWithinControl()){const B=l.getActiveControl();B&&typeof B.awake=="function"&&B.awake(),Lt=Q}else if(I?.getElement()?.control?.type===s.ControlType.DATE&&l.getIsRangeWithinControl()){const B=l.getActiveControl();B&&typeof B.awake=="function"&&B.awake(),Lt=Q}else Et?.control?.type==="button"||bt?.control?.type==="button"?Lt=Q:I&&l.getIsRangeWithinControl()?(Lt=l.setValue(Xt),l.emitControlContentChange()):(Et?.type==="control"||bt?.type==="control")&&!Pt?Lt=Ct(et):(re(y,Xt,Q,{editorOptions:r}),i.spliceElementList(y,et,0,Xt),Lt=Q+Xt.length)}if(~Lt&&!g){const Ct=se()-n,et=se();f(()=>{T.setRange(Lt,Lt),i.render({curIndex:Lt,isSubmitHistory:!g,traceLabel:`input:${e}`})}),li(r,`input:${e}`,se()-n,[{label:"mutate",duration:Ct},{label:"renderCall",duration:se()-et}],{isComposing:g,textLength:Xt.length,compositionChainDuration:e==="compositionend"&&E!==void 0?Number((se()-E).toFixed(2)):void 0})}g&&(t.compositionInfo={value:U,startIndex:Lt,endIndex:v,defaultStyle:V,perfStartTime:n})}function Ac(o){o.compositionInfo&&(o.compositionInfo=null)}function kc(o,t){if(!o.compositionInfo||o.isComposing)return t;const{startIndex:e,endIndex:n}=o.compositionInfo;return e!==n&&(o.getDraw().removeSplitTdOtherRangeElements(),o.getDraw().spliceElementList(t,e+1,n-e),o.getDraw().getRange().setRange(e,e)),o.compositionInfo=null,t}async function Gc(o){const t=o.getDraw(),e=t.getRange(),{startIndex:n,endIndex:i}=e.getRange();if(!~n&&!~n||t.isReadonly()||!e.getIsCanInput())return;const l=t.getElementList();let r=n,a=i;if(n===i){const h=t.getPosition().getPositionList(),g=h[n],T=g.rowNo,f=g.pageNo,m=[];for(let I=0;I<h.length;I++){const p=h[I];if(p.pageNo>f)break;p.pageNo===f&&p.rowNo===T&&m.push(I)}const C=m[0]-1;r=C<0?0:C,a=m[m.length-1]}const c=t.getOptions();await xs(l.slice(r+1,a+1),c);const d=t.getControl();let u;d.getActiveControl()&&d.getIsRangeWithinControl()?(u=d.cut(),d.emitControlContentChange()):(t.spliceElementList(l,r+1,a-r),u=r),e.setRange(u,u),t.render({curIndex:u})}async function xc(o,t){const e=o.getDraw(),{copy:n}=e.getOverride();if(n&&n()?.preventDefault!==!1)return;const i=e.getRange();let l=null;if(i.getRange().isCrossRowCol){const a=i.getRangeTableElement();if(!a)return;const c=e.getTableParticle().getRangeRowCol();if(!c)return;const d={type:s.ElementType.TABLE,value:"",colgroup:[],trList:[]},u=c[0],R=u[0].colIndex,h=u[u.length-1],g=h.colIndex+h.colspan-1;for(let T=R;T<=g;T++)d.colgroup.push(a.colgroup[T]);for(let T=0;T<c.length;T++){const f=c[T],m=a.trList[f[0].rowIndex],C={tdList:[],height:m.height,minHeight:m.minHeight};for(let I=0;I<f.length;I++)C.tdList.push(f[I]);d.trList.push(C)}l=Yt([d])}else l=i.getIsCollapsed()?i.getRangeRowElementList():i.getSelectionElementList();t?.isPlainText&&l?.length&&(l=[{value:Cn(l,e.getOptions())}]),l?.length&&await xs(l,e.getOptions())}function Bc(o,t){const e=t.getDraw(),{drop:n}=e.getOverride();if(n&&n(o)?.preventDefault!==!1)return;o.preventDefault();const i=o.dataTransfer?.getData("text");if(i)t.input(i);else{const l=o.dataTransfer?.files;if(!l)return;for(let r=0;r<l.length;r++){const a=l[r];a.type.startsWith("image")&&Pi(t,a)}}}function sr(o){if(!Intl.Segmenter)return null;const t=o.getDraw(),e=t.getPosition().getCursorPosition();if(!e)return null;const i=t.getRange().getRangeParagraphInfo();if(!i)return null;const l=i?.elementList?.map(h=>!h.type||h.type!==s.ElementType.CONTROL&&Ie.includes(h.type)?h.value:_).join("")||"";if(!l)return null;const r=e.isFirstLetter||t.getCursor().getHitLineStartIndex()?e.index+1:e.index,a=i.startIndex,d=new Intl.Segmenter(void 0,{granularity:"word"}).segment(l);let u=-1,R=-1;for(const{segment:h,index:g,isWordLike:T}of d){const f=g+a;if(T&&r>=f&&r<f+h.length){u=f-1,R=u+h.length;break}}return~u&&~R?{startIndex:u,endIndex:R}:null}function Jc(o){const t=o.getDraw(),e=t.getPosition().getCursorPosition();if(!e)return null;const{value:n,index:i}=e,l=t.getLetterReg();let r=0,a=0;const c=ti.test(n);if(c||l.test(n)){const u=t.getElementList();let R=i-1;for(;R>0;){const g=u[R].value;if(c&&ti.test(g)||!c&&l.test(g))r++,R--;else break}let h=i+1;for(;h<u.length;){const g=u[h].value;if(c&&ti.test(g)||!c&&l.test(g))a++,h++;else break}}const d=i-r-1;return d<0?null:{startIndex:d,endIndex:i+a}}function $c(o,t){const e=o.getDraw(),n=e.getPosition(),i=n.getPositionByXY({x:t.offsetX,y:t.offsetY});if(i.isImage&&i.isDirectHit){const a=e.getElementList(),c=e.getEventBus(),d=a[i.index];if(c.isSubscribe("imageDblclick")&&c.emit("imageDblclick",{evt:t,element:d}),d.imgPreviewDisabled)return;e.getPreviewer().render();return}if(e.getIsPagingMode()&&e.getMode()===s.EditorMode.EDIT&&!~i.index&&i.zone){e.getZone().setZone(i.zone),e.clearSideEffect(),n.setPositionContext({isTable:!1});return}if((i.isCheckbox||i.isRadio)&&i.isDirectHit)return;const l=e.getRange(),r=sr(o)||Jc(o);r&&(l.setRange(r.startIndex,r.endIndex),e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),l.setRangeStyle())}function zc(o){const t=o.getDraw(),e=t.getControl();if(e.getActiveControl()&&e.selectValue())return;const i=t.getPosition().getCursorPosition();if(!i)return;const{index:l}=i,r=t.getElementList();let a=0,c=0,d=l-1;for(;d>0;){const T=r[d],f=r[d-1];if(T.value===_&&!T.listWrap||T.listId!==f?.listId||T.titleId!==f?.titleId)break;a++,d--}let u=l+1;for(;u<r.length;){const T=r[u],f=r[u+1];if(T.value===_&&!T.listWrap||T.listId!==f?.listId||T.titleId!==f?.titleId)break;c++,u++}const R=t.getRange();let h=l-a-1;if(r[h]?.value!==_&&(h-=1),h<0)return;let g=l+c+1;(r[g]?.value===_||g>r.length-1)&&(g-=1),R.setRange(h,g),t.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}const rr={dblclick:$c,threeClick:zc};function jc(o){o.isComposing=!0}function qc(o,t){const e=se();o.isComposing=!1;const n=o.getDraw(),i=n.getOptions();if(t.data)o.compositionInfo&&(o.compositionInfo.perfStartTime=e),ua?setTimeout(()=>{o.compositionInfo&&Fi(t.data,o,"compositionend")},1):o.compositionInfo&&Fi(t.data,o,"compositionend");else{const r=o.compositionInfo?.cancel;if(Ac(o),!r){const a=n.getRange(),{endIndex:c}=a.getRange();n.render({curIndex:c,isSubmitHistory:!1,traceLabel:"compositionend:empty"})}}n.getCursor().clearAgentDomValue(),li(i,"compositionend",se()-e,[],{hasData:!!t.data,dataLength:t.data?.length||0})}function td(o){o.compositionInfo&&(o.compositionInfo.cancel=!0)}const yi={compositionstart:jc,compositionend:qc,compositionCancel:td};function ed(o,t){const e=t.getDraw();if(e.isReadonly())return;o.preventDefault();const i=e.getPageContainer();if(!Is(o.target,p=>p===i))return;const a=o.target.dataset.index;a&&e.setPageNo(Number(a));const c=e.getPosition(),d=c.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!d)return;const{isTable:u,tdValueIndex:R,index:h}=d,g=c.getPositionList(),T=u?R:h;~h&&(e.getRange().setRange(T,T),c.setCursorPosition(g[T]));const f=e.getCursor(),{cursor:{dragColor:m,dragWidth:C,dragFloatImageDisabled:I}}=e.getOptions();if(I){const p=t.cacheElementList?.[t.cacheRange.startIndex];if(p?.type===s.ElementType.IMAGE&&(p.imgDisplay===s.ImageDisplay.FLOAT_TOP||p.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM||p.imgDisplay===s.ImageDisplay.SURROUND))return}f.drawCursor({width:C,color:m,isBlink:!1,isFocus:!1})}const nd={dragover:ed};class od{isAllowSelection;isComposing;compositionInfo;isAllowDrag;isAllowDrop;cacheRange;cacheElementList;cachePositionList;cachePositionContext;mouseDownStartPosition;draw;pageContainer;pageList;range;position;constructor(t){this.draw=t,this.pageContainer=t.getPageContainer(),this.pageList=t.getPageList(),this.range=this.draw.getRange(),this.position=this.draw.getPosition(),this.isAllowSelection=!1,this.isComposing=!1,this.compositionInfo=null,this.isAllowDrag=!1,this.isAllowDrop=!1,this.cacheRange=null,this.cacheElementList=null,this.cachePositionList=null,this.cachePositionContext=null,this.mouseDownStartPosition=null}getDraw(){return this.draw}register(){this.pageContainer.addEventListener("click",this.click.bind(this)),this.pageContainer.addEventListener("mousedown",this.mousedown.bind(this)),this.pageContainer.addEventListener("mouseup",this.mouseup.bind(this)),this.pageContainer.addEventListener("mouseleave",this.mouseleave.bind(this)),this.pageContainer.addEventListener("mousemove",this.mousemove.bind(this)),this.pageContainer.addEventListener("dblclick",this.dblclick.bind(this)),this.pageContainer.addEventListener("dragover",this.dragover.bind(this)),this.pageContainer.addEventListener("drop",this.drop.bind(this)),jl(this.pageContainer,this.threeClick.bind(this))}setIsAllowSelection(t){this.isAllowSelection=t,t||this.applyPainterStyle()}setIsAllowDrag(t){this.isAllowDrag=t,this.isAllowDrop=t}clearPainterStyle(){this.pageList.forEach(t=>{t.style.cursor="text"}),this.draw.setPainterStyle(null)}applyPainterStyle(){const t=this.draw.getPainterStyle();if(!t||this.draw.isReadonly()||this.draw.isDisabled())return;let n=this.range.getSelection();if(!n){const r=sr(this);r&&(n=this.draw.getElementList().slice(r.startIndex+1,r.endIndex+1))}if(!n)return;const i=Object.keys(t);n.forEach(r=>{i.forEach(a=>{const c=a;Reflect.set(r,c,t[c])})}),this.draw.render({isSetCursor:!1});const l=this.draw.getPainterOptions();(!l||!l.isDblclick)&&this.clearPainterStyle()}selectAll(){if(!this.draw.isSelectionDisabled())if(this.position.getPositionContext().isTable)this.draw.getTableOperate().tableSelectAll();else{const t=this.position.getPositionList();this.range.setRange(0,t.length-1),this.draw.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}}mousemove(t){this.draw.isInteractionSuspended()||Oc(t,this)}mousedown(t){this.draw.isInteractionSuspended()||Pc(t,this)}click(){this.draw.isInteractionSuspended()||ca&&!this.draw.isReadonly()&&this.draw.getCursor().getAgentDom().focus()}mouseup(t){this.draw.isInteractionSuspended()||Ec(t,this)}mouseleave(t){this.draw.isInteractionSuspended()||Mc(t,this)}keydown(t){this.draw.isInteractionSuspended()||Qc(t,this)}dblclick(t){this.draw.isInteractionSuspended()||rr.dblclick(this,t)}threeClick(){this.draw.isInteractionSuspended()||rr.threeClick(this)}input(t,e="input"){this.draw.isInteractionSuspended()||Fi(t,this,e)}async cut(){this.draw.isInteractionSuspended()||await Gc(this)}async copy(t){this.draw.isInteractionSuspended()||await xc(this,t)}compositionstart(){this.draw.isInteractionSuspended()||yi.compositionstart(this)}compositionend(t){this.draw.isInteractionSuspended()||yi.compositionend(this,t)}compositionCancel(){this.draw.isInteractionSuspended()||yi.compositionCancel(this)}drop(t){this.draw.isInteractionSuspended()||Bc(t,this)}dragover(t){this.draw.isInteractionSuspended()||nd.dragover(t,this)}}const lr={PAGE_SCALE:"pageScale"};class id{draw;options;cursor;canvasEvent;range;previewer;tableTool;hyperlinkParticle;control;dateParticle;imageParticle;dprMediaQueryList;constructor(t,e){this.draw=t,this.options=t.getOptions(),this.canvasEvent=e,this.cursor=null,this.range=t.getRange(),this.previewer=t.getPreviewer(),this.tableTool=t.getTableTool(),this.hyperlinkParticle=t.getHyperlinkParticle(),this.dateParticle=t.getDateParticle(),this.imageParticle=t.getImageParticle(),this.control=t.getControl(),this.dprMediaQueryList=window.matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`)}register(){this.cursor=this.draw.getCursor(),this.addEvent()}addEvent(){window.addEventListener("blur",this.clearSideEffect),document.addEventListener("mousedown",this.clearSideEffect),document.addEventListener("mouseup",this.setCanvasEventAbility),document.addEventListener("wheel",this.setPageScale,{passive:!1}),document.addEventListener("visibilitychange",this._handleVisibilityChange),this.dprMediaQueryList.addEventListener("change",this._handleDprChange)}removeEvent(){window.removeEventListener("blur",this.clearSideEffect),document.removeEventListener("mousedown",this.clearSideEffect),document.removeEventListener("mouseup",this.setCanvasEventAbility),document.removeEventListener("wheel",this.setPageScale),document.removeEventListener("visibilitychange",this._handleVisibilityChange),this.dprMediaQueryList.removeEventListener("change",this._handleDprChange)}clearSideEffect=t=>{if(!this.cursor)return;if(this.draw.isInteractionSuspended()){this.resetSideEffect();return}const e=t?.composedPath?.()[0]||t.target;if(this.draw.isTargetInsideEditor(e)){this.watchCursorActive();return}this.resetSideEffect()};resetSideEffect=()=>{this.cursor&&(this.cursor.recoveryCursor(),this.range.recoveryRangeStyle(),this.previewer.clearResizer(),this.tableTool.dispose(),this.hyperlinkParticle.clearHyperlinkPopup(),this.control.destroyControl(),this.dateParticle.clearDatePicker(),this.imageParticle.destroyFloatImage())};setCanvasEventAbility=()=>{this.canvasEvent.setIsAllowDrag(!1),this.canvasEvent.setIsAllowSelection(!1)};watchCursorActive(){this.range.getIsCollapsed()&&setTimeout(()=>{this.cursor?.getAgentIsActive()||this.cursor?.drawCursor({isFocus:!1,isBlink:!1})})}setPageScale=t=>{if(this.draw.isInteractionSuspended()||!this.draw.isTargetInsideEditor(t.target)||this.options.shortcutDisableKeys.includes(lr.PAGE_SCALE)||!t.ctrlKey)return;t.preventDefault();const{scale:e}=this.options;if(t.deltaY<0){const n=e*10+1;n<=30&&this.draw.setPageScale(n/10)}else{const n=e*10-1;n>=5&&this.draw.setPageScale(n/10)}};_handleVisibilityChange=()=>{if(document.visibilityState==="visible"){const t=this.range.getRange(),e=!!~t.startIndex&&!!~t.endIndex&&t.startIndex===t.endIndex;this.range.replaceRange(t),this.draw.render({isSetCursor:e,isCompute:!1,isSubmitHistory:!1,curIndex:t.startIndex})}};_handleDprChange=()=>{this.draw.setPageDevicePixel()}}class sd{undoStack=[];redoStack=[];maxRecordCount;constructor(t){this.maxRecordCount=t.getOptions().historyMaxRecordCount+1}undo(){if(this.undoStack.length>1){const t=this.undoStack.pop();this.redoStack.push(t),this.undoStack.length&&this.undoStack[this.undoStack.length-1]()}}redo(){if(this.redoStack.length){const t=this.redoStack.pop();this.undoStack.push(t),t()}}execute(t){for(this.undoStack.push(t),this.redoStack.length&&(this.redoStack=[]);this.undoStack.length>this.maxRecordCount;)this.undoStack.shift()}isCanUndo(){return this.undoStack.length>1}isCanRedo(){return!!this.redoStack.length}isStackEmpty(){return!this.undoStack.length&&!this.redoStack.length}recovery(){this.undoStack=[],this.redoStack=[]}popUndo(){return this.undoStack.pop()}}class rd{cursorPosition;positionContext;positionList;floatPositionList;draw;eventBus;options;constructor(t){this.positionList=[],this.floatPositionList=[],this.cursorPosition=null,this.positionContext={isTable:!1,isControl:!1},this.draw=t,this.eventBus=t.getEventBus(),this.options=t.getOptions()}getFloatPositionList(){return this.floatPositionList}getTablePositionList(t){const{index:e,trIndex:n,tdIndex:i}=this.positionContext;return t[e].trList[n].tdList[i].positionList||[]}getPositionList(){return this.positionContext.isTable?this.getTablePositionList(this.draw.getOriginalElementList()):this.getOriginalPositionList()}getMainPositionList(){return this.positionContext.isTable?this.getTablePositionList(this.draw.getOriginalMainElementList()):this.positionList}getOriginalPositionList(){const t=this.draw.getZone();return t.isHeaderActive()?this.draw.getHeader().getPositionList():t.isFooterActive()?this.draw.getFooter().getPositionList():this.positionList}getOriginalMainPositionList(){return this.positionList}getSelectionPositionList(){const{startIndex:t,endIndex:e}=this.draw.getRange().getRange();return t===e?null:this.getPositionList().slice(t+1,e+1)}setPositionList(t){this.positionList=t}setFloatPositionList(t){this.floatPositionList=t}computePageRowPosition(t){const{positionList:e,rowList:n,pageNo:i,startX:l,startY:r,startRowIndex:a,startIndex:c,innerWidth:d,zone:u}=t,{scale:R,table:{tdPadding:h}}=this.options;let g=l,T=r,f=c;for(let m=0;m<n.length;m++){const C=n[m];if(!C.isSurround){const L=C.width+(C.offsetX||0);C.rowFlex===s.RowFlex.CENTER?g+=(d-L)/2:C.rowFlex===s.RowFlex.RIGHT&&(g+=d-L)}g+=C.offsetX||0,T+=C.offsetY||0;const I=g,p=T;for(let L=0;L<C.elementList.length;L++){const M=C.elementList[L],O=M.metrics,b=!de(M)&&(M.imgDisplay!==s.ImageDisplay.INLINE&&M.type===s.ElementType.IMAGE||M.type===s.ElementType.LATEX)?C.ascent-O.height:C.ascent;M.left&&(g+=M.left),M.translateX&&(g+=M.translateX*R);const D={pageNo:i,index:f,value:M.value,rowIndex:a+m,rowNo:m,metrics:O,left:M.left||0,ascent:b,lineHeight:C.height,isFirstLetter:L===0,isLastLetter:L===C.elementList.length-1,coordinate:{leftTop:[g,T],leftBottom:[g,T+C.height],rightTop:[g+O.width,T],rightBottom:[g+O.width,T+C.height]}};if(M.imgDisplay===s.ImageDisplay.SURROUND||M.imgDisplay===s.ImageDisplay.FLOAT_TOP||M.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM){const W=e[e.length-1];W&&(D.metrics=W.metrics,D.coordinate=W.coordinate),M.imgFloatPosition||(M.imgFloatPosition={x:g,y:T,pageNo:i}),this.floatPositionList.push({pageNo:i,element:M,position:D,isTable:t.isTable,index:t.index,tdIndex:t.tdIndex,trIndex:t.trIndex,tdValueIndex:f,zone:u})}if(e.push(D),f++,g+=O.width,M.type===s.ElementType.TABLE&&!de(M)){const W=M.tdPadding||h,V=W[1]+W[3],E=W[0]+W[2];for(let y=0;y<M.trList.length;y++){const F=M.trList[y];for(let S=0;S<F.tdList.length;S++){const N=F.tdList[S];N.positionList=[];const P=N.rowList,Y=this.computePageRowPosition({positionList:N.positionList,rowList:P,pageNo:i,startRowIndex:0,startIndex:0,startX:(N.x+W[3])*R+I+(M.translateX||0)*R,startY:(N.y+W[0])*R+p,innerWidth:(N.width-V)*R,isTable:!0,index:f-1,tdIndex:S,trIndex:y,zone:u});if(N.verticalAlign===s.VerticalAlign.MIDDLE||N.verticalAlign===s.VerticalAlign.BOTTOM){const X=P.reduce((v,w)=>v+w.height,0),U=(N.height-E)*R-X,Q=N.verticalAlign===s.VerticalAlign.MIDDLE?U/2:U;Math.floor(Q)>0&&N.positionList.forEach(v=>{const{coordinate:{leftTop:w,leftBottom:j,rightBottom:J,rightTop:A}}=v;w[1]+=Q,j[1]+=Q,J[1]+=Q,A[1]+=Q})}g=Y.x,T=Y.y}}g=I,T=p}}g=l,T+=C.height}return{x:g,y:T,index:f}}computePositionList(){this.positionList=[];const t=this.draw.getInnerWidth(),e=this.draw.getPageRowList(),n=this.draw.getMargins(),i=n[3],r=this.draw.getHeader().getExtraHeight(),a=n[0]+r;let c=0;for(let d=0;d<e.length;d++){const u=e[d];if(!u?.length)continue;const R=u[0].startIndex;this.computePageRowPosition({positionList:this.positionList,rowList:u,pageNo:d,startRowIndex:c,startIndex:R,startX:i,startY:a,innerWidth:t}),c+=u.length}}computeRowPosition(t){const{row:e,innerWidth:n}=t,i=[];return this.computePageRowPosition({positionList:i,innerWidth:n,rowList:[ht(e)],pageNo:0,startX:0,startY:0,startIndex:0,startRowIndex:0}),i}setCursorPosition(t){this.cursorPosition=t}getCursorPosition(){return this.cursorPosition}getPositionContext(){return this.positionContext}setPositionContext(t){this.eventBus.emit("positionContextChange",{value:t,oldValue:this.positionContext}),this.positionContext=t}getPositionByXY(t){const{x:e,y:n,isTable:i}=t;let{elementList:l,positionList:r}=t;l||(l=this.draw.getOriginalElementList()),r||(r=this.getOriginalPositionList());const a=this.draw.getZone(),c=t.pageNo??this.draw.getPageNo(),d=a.isMainActive(),u=d?c:0;if(!i){const f=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]});if(f)return f}for(let f=0;f<r.length;f++){const{index:m,pageNo:C,left:I,isFirstLetter:p,coordinate:{leftTop:L,rightTop:M,leftBottom:O}}=r[f];if(u===C){if(C>u)break;if(L[0]-I<=e&&M[0]>=e&&L[1]<=n&&O[1]>=n){let b=f;const D=l[f];if(D.type===s.ElementType.TABLE)for(let V=0;V<D.trList.length;V++){const E=D.trList[V];for(let y=0;y<E.tdList.length;y++){const F=E.tdList[y],S=this.getPositionByXY({x:e,y:n,td:F,pageNo:c,tablePosition:r[f],isTable:!0,elementList:F.value,positionList:F.positionList});if(~S.index){const{index:N,hitLineStartIndex:P}=S,Y=F.value[N];return{index:m,isCheckbox:S.isCheckbox||Y.type===s.ElementType.CHECKBOX||Y.controlComponent===s.ControlComponent.CHECKBOX,isRadio:Y.type===s.ElementType.RADIO||Y.controlComponent===s.ControlComponent.RADIO,isControl:!!Y.controlId,isImage:S.isImage,isLabel:S.isLabel,isMacro:S.isMacro,isDirectHit:S.isDirectHit,isTable:!0,tdIndex:y,trIndex:V,tdValueIndex:N,tdId:F.id,trId:E.id,tableId:D.id,hitLineStartIndex:P}}}}if(D.type===s.ElementType.IMAGE||D.type===s.ElementType.LATEX)return{index:b,isDirectHit:!0,isImage:!0};if(D.type===s.ElementType.MENSTRUAL_HISTORY)return{index:b,isDirectHit:!0};if(D.type===s.ElementType.FETAL_HEART_POSITION)return{index:b,isDirectHit:!0};if(D.type===s.ElementType.TOOTH_POSITION){const{scale:V}=this.options,E=D.width*V;return e>=L[0]&&e<=L[0]+E?{index:b,isDirectHit:!0}:{index:b}}if(D.type===s.ElementType.CHECKBOX||D.controlComponent===s.ControlComponent.CHECKBOX)return{index:b,isDirectHit:!0,isCheckbox:!0};if(D.type===s.ElementType.LABEL)return{index:b,isDirectHit:!0,isLabel:!0};if(D.type===s.ElementType.MACRO||D.type===s.ElementType.CUSTOM_MACRO||D.type===s.ElementType.REUSABLE_ITEM||D.type===s.ElementType.SUB_TEMPLATE)return{index:b,isDirectHit:!0,isMacro:!0};if(D.type===s.ElementType.TAB&&D.listStyle===s.ListStyle.CHECKBOX){let V=b-1;for(;V>0;){const E=l[V];if(E.value===_&&E.listStyle===s.ListStyle.CHECKBOX)break;V--}return{index:V,isDirectHit:!0,isCheckbox:!0}}if(D.type===s.ElementType.RADIO||D.controlComponent===s.ControlComponent.RADIO)return{index:b,isDirectHit:!0,isRadio:!0};let W;if(l[m].value!==_){const V=M[0]-L[0];e<L[0]+V/2&&(b=f-1,p&&(W=f))}return{isDirectHit:!0,hitLineStartIndex:W,index:b,isControl:!!D.controlId}}}}if(!i){const f=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]});if(f)return f}let R=!1,h=-1,g;if(i){const{scale:f}=this.options,{td:m,tablePosition:C}=t;if(m&&C){const{leftTop:I}=C.coordinate,p=m.x*f+I[0],L=m.y*f+I[1],M=m.width*f,O=m.height*f;if(!(p<e&&e<p+M&&L<n&&n<L+O))return{index:h}}}const T=r.filter(f=>f.isLastLetter&&f.pageNo===u);for(let f=0;f<T.length;f++){const{index:m,rowNo:C,coordinate:{leftTop:I,leftBottom:p}}=T[f];if(n>I[1]&&n<=p[1]){const L=r.findIndex(D=>D.pageNo===u&&D.rowNo===C),M=l[L],O=r[L],b=M.listStyle===s.ListStyle.CHECKBOX?this.draw.getMargins()[3]:O.coordinate.leftTop[0];if(e<b)~L?O.value===_?h=L:(h=L-1,g=L):h=m;else{if(M.listStyle===s.ListStyle.CHECKBOX&&e<I[0])return{index:L,isDirectHit:!0,isCheckbox:!0};h=m}R=!0;break}}if(!R){if(this.draw.getIsPagingMode()){const m=this.draw.getHeader(),C=m.getHeight(),I=m.getHeaderTop()+C,p=this.draw.getFooter(),M=this.draw.getHeight()-(p.getFooterBottom()+p.getHeight());if(d){if(n<I)return{index:-1,zone:s.EditorZone.HEADER};if(n>M)return{index:-1,zone:s.EditorZone.FOOTER}}else if(n<=M&&n>=I)return{index:-1,zone:s.EditorZone.MAIN}}const f=this.draw.getMargins();if(n<=f[0])for(let m=0;m<r.length;m++){const C=r[m];if(C.pageNo!==u||C.rowNo!==0)continue;const{leftTop:I,rightTop:p}=C.coordinate;if(e<=f[3]||e>=I[0]&&e<=p[0]||r[m+1]?.rowNo!==0)return{index:C.index}}else{const m=T[T.length-1];if(m){const C=m.rowNo;for(let I=0;I<r.length;I++){const p=r[I];if(p.pageNo!==u||p.rowNo!==C)continue;const{leftTop:L,rightTop:M}=p.coordinate;if(e<=f[3]||e>=L[0]&&e<=M[0]||r[I+1]?.rowNo!==C)return{index:p.index}}}}return{index:T[T.length-1]?.index||r.length-1}}return{hitLineStartIndex:g,index:h,isControl:!!l[h]?.controlId}}getFloatPositionByXY(t){const{x:e,y:n}=t,i=t.pageNo??this.draw.getPageNo(),l=this.draw.getZone().getZone(),{scale:r}=this.options;for(let a=0;a<this.floatPositionList.length;a++){const{position:c,element:d,isTable:u,index:R,trIndex:h,tdIndex:g,tdValueIndex:T,zone:f,pageNo:m}=this.floatPositionList[a];if(i===m&&d.type===s.ElementType.IMAGE&&d.imgDisplay&&t.imgDisplays.includes(d.imgDisplay)&&(!f||f===l)){const C=d.imgFloatPosition,I=C.x*r,p=C.y*r,L=d.width*r,M=d.height*r;if(e>=I&&e<=I+L&&n>=p&&n<=p+M)return u?{index:R,isDirectHit:!0,isImage:!0,isTable:u,trIndex:h,tdIndex:g,tdValueIndex:T,tdId:d.tdId,trId:d.trId,tableId:d.tableId}:{index:c.index,isDirectHit:!0,isImage:!0}}}}adjustPositionContext(t){const e=this.getPositionByXY(t);if(!~e.index)return null;if(e.isControl&&this.draw.getMode()!==s.EditorMode.READONLY){const{index:m,isTable:C,trIndex:I,tdIndex:p,tdValueIndex:L}=e,M=this.draw.getControl(),{newIndex:O}=M.moveCursor({index:m,isTable:C,trIndex:I,tdIndex:p,tdValueIndex:L});C?e.tdValueIndex=O:e.index=O}const{index:n,isCheckbox:i,isRadio:l,isControl:r,isImage:a,isLabel:c,isDirectHit:d,isTable:u,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f}=e;return this.setPositionContext({isTable:u||!1,isCheckbox:i||!1,isRadio:l||!1,isControl:r||!1,isImage:a||!1,isLabel:c||!1,isDirectHit:d||!1,index:n,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f}),e}setSurroundPosition(t){const{scale:e}=this.options,{pageNo:n,row:i,rowElement:l,rowElementRect:r,surroundElementList:a,availableWidth:c}=t;let d=r.x,u=0;if(a.length&&!Vn(l)&&!l.control?.minWidth)for(let R=0;R<a.length;R++){const h=a[R],g=h.imgFloatPosition;if(g.pageNo!==n)continue;const T={...g,x:g.x*e,y:g.y*e,width:h.width*e,height:h.height*e};if(sa(r,T)){i.isSurround=!0;const f=T.width+T.x-r.x;if(l.left=f,i.width+=f,u+=f,d=T.x+T.width,i.width+l.metrics.width>c){l.left=0,i.width-=u;break}}}return{x:d,rowIncreaseWidth:u}}}class ld{draw;options;range;listener;eventBus;position;historyManager;defaultStyle;lastRangeStyle;constructor(t){this.draw=t,this.options=t.getOptions(),this.listener=t.getListener(),this.eventBus=t.getEventBus(),this.position=t.getPosition(),this.historyManager=t.getHistoryManager(),this.range={startIndex:-1,endIndex:-1},this.defaultStyle=null,this.lastRangeStyle=null}_isSameRangeStyle(t,e){if(!t||!["type","undo","redo","painter","font","size","bold","italic","underline","strikeout","deletePerson","color","highlight","rowFlex","vertical","rowMargin","level","listType","listStyle","textDecoration","extension"].every(c=>t[c]===e[c])||!(t.dashArray.length===e.dashArray.length&&t.dashArray.every((c,d)=>c===e.dashArray[d])))return!1;const r=t.groupIds||[],a=e.groupIds||[];return r.length===a.length&&r.every((c,d)=>c===a[d])}_emitRangeStyle(t){this._isSameRangeStyle(this.lastRangeStyle,t)||(this.lastRangeStyle={...t,dashArray:[...t.dashArray],groupIds:t.groupIds?[...t.groupIds]:null},this.listener.rangeStyleChange?.(t),this.eventBus.isSubscribe("rangeStyleChange")&&this.eventBus.emit("rangeStyleChange",t))}getRange(){return this.range}clearRange(){this.setRange(-1,-1)}setDefaultStyle(t){t?this.defaultStyle={...this.defaultStyle,...t}:this.defaultStyle=null}getDefaultStyle(){return this.defaultStyle}getRangeAnchorStyle(t,e){const n=yn(t,e);return n?{...n,...this.defaultStyle}:null}getIsRangeChange(t,e,n,i,l,r,a){return this.range.startIndex!==t||this.range.endIndex!==e||this.range.tableId!==n||this.range.startTdIndex!==i||this.range.endTdIndex!==l||this.range.startTrIndex!==r||this.range.endTrIndex!==a}getIsCollapsed(){const{startIndex:t,endIndex:e}=this.range;return t===e}getIsSelection(){const{startIndex:t,endIndex:e}=this.range;return!~t&&!~e?!1:t!==e}getSelection(){const{startIndex:t,endIndex:e,splitTdRange:n}=this.range;if(t===e)return null;if(n)return this.draw.getSplitTdValues(n.originalId).slice(n.startIndex+1,n.endIndex+1);const i=this.draw.getElementList();return i.slice(i[t]?.value===_?t:t+1,e+1)}getSelectionElementList(){if(this.range.isCrossRowCol){const t=this.draw.getTableParticle().getRangeRowCol();if(!t)return null;const e=[];for(let n=0;n<t.length;n++){const i=t[n];for(let l=0;l<i.length;l++){const r=i[l];e.push(...r.value)}}return e}return this.getSelection()}getTextLikeSelection(){const t=this.getSelection();return t?t.filter(e=>!e.type||Ie.includes(e.type)):null}getTextLikeSelectionElementList(){const t=this.getSelectionElementList();return t?t.filter(e=>!e.type||Ie.includes(e.type)):null}getRangeRow(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;const n=this.position.getPositionList(),i=new Map;for(let l=t;l<e+1;l++){const{pageNo:r,rowNo:a}=n[l],c=i.get(r);c?c.has(a)||c.add(a):i.set(r,new Set([a]))}return i}getRangeRowElementList(){const{startIndex:t,endIndex:e,isCrossRowCol:n}=this.range;if(!~t&&!~e)return null;if(n)return this.getSelectionElementList();const i=this.getRangeRow();if(!i)return null;const l=this.position.getPositionList(),r=this.draw.getElementList(),a=[];for(let c=0;c<l.length;c++){const d=l[c],u=i.get(d.pageNo);u&&u.has(d.rowNo)&&a.push(r[c])}return a}getRangeParagraph(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;const n=this.position.getPositionList(),i=this.draw.getElementList(),l=new Map;let r=t;for(;r>=0;){const{pageNo:d,rowNo:u}=n[r];let R=l.get(d);R||(R=[],l.set(d,R)),R.includes(u)||R.unshift(u);const h=i[r],g=i[r-1];if(h.value===_&&!h.listWrap||h.listId!==g?.listId||h.titleId!==g?.titleId)break;r--}const a=t===e;if(!a){let d=t+1;for(;d<e;){const{pageNo:u,rowNo:R}=n[d];let h=l.get(u);h||(h=[],l.set(u,h)),h.includes(R)||h.push(R),d++}}let c=e;for(a&&i[t].value===_&&(c+=1);c<n.length;){const d=i[c],u=i[c+1];if(d.value===_&&!d.listWrap||d.listId!==u?.listId||d.titleId!==u?.titleId)break;const{pageNo:R,rowNo:h}=n[c];let g=l.get(R);g||(g=[],l.set(R,g)),g.includes(h)||g.push(h),c++}return l}getRangeParagraphInfo(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;let n=-1;const i=[],l=this.getRangeParagraph();if(!l)return null;const r=this.draw.getElementList(),a=this.position.getPositionList();for(let c=0;c<a.length;c++){const d=a[c],u=l.get(d.pageNo);u&&u.includes(d.rowNo)&&(~n||(n=d.index),i.push(r[c]))}return i.length?{elementList:i,startIndex:n}:null}getRangeParagraphElementList(){return this.getRangeParagraphInfo()?.elementList||null}getRangeTableElement(){const t=this.position.getPositionContext();return t.isTable?this.draw.getOriginalElementList()[t.index]:null}getIsSelectAll(){const t=this.draw.getElementList(),{startIndex:e,endIndex:n}=this.range;return e===0&&t.length-1===n&&!this.position.getPositionContext().isTable}getIsPointInRange(t,e,n){const{startIndex:i,endIndex:l}=this.range,r=this.position.getPositionList();for(let a=i+1;a<=l&&r[a];a++){const{coordinate:{leftTop:d,rightBottom:u},pageNo:R}=r[a];if(n===R&&t>=d[0]&&t<=u[0]&&e>=d[1]&&e<=u[1])return!0}return!1}getKeywordRangeList(t){const e=this.draw.getSearch().getMatchList(t,this.draw.getOriginalElementList()),n=new Map;for(const l of e){const r=n.get(l.groupId);if(r)r.endIndex+=1;else{const{type:a,groupId:c,tableId:d,index:u,tdIndex:R,trIndex:h}=l,g={startIndex:u,endIndex:u};a===Qe.TABLE&&(g.tableId=d,g.startTdIndex=R,g.endTdIndex=R,g.startTrIndex=h,g.endTrIndex=h),n.set(c,g)}}const i=[];return n.forEach(l=>{i.push(l)}),i}getIsCanInput(){const{range:{startIndex:t,endIndex:e},elementList:n}=this.getRangeElement(),i=n[t];if(!i)return!1;if(t===e)return(i.controlComponent!==s.ControlComponent.PRE_TEXT||n[t+1]?.controlComponent!==s.ControlComponent.PRE_TEXT)&&i.controlComponent!==s.ControlComponent.POST_TEXT;const l=n[e];return l?!i.controlId&&!l.controlId||(!i.controlId||i.controlComponent===s.ControlComponent.POSTFIX)&&(!l.controlId||l.controlComponent===s.ControlComponent.POSTFIX)||!!i.controlId&&l.controlId===i.controlId&&l.controlComponent!==s.ControlComponent.PRE_TEXT&&l.controlComponent!==s.ControlComponent.POST_TEXT&&l.controlComponent!==s.ControlComponent.POSTFIX:!1}setRange(t,e,n,i,l,r,a,c){this.getIsRangeChange(t,e,n,i,l,r,a)&&(this.range.startIndex=t,this.range.endIndex=e,this.range.tableId=n,this.range.startTdIndex=i,this.range.endTdIndex=l,this.range.startTrIndex=r,this.range.endTrIndex=a,this.range.isCrossRowCol=!!(i||l||r||a),this.range.splitTdRange=c,this.setDefaultStyle(null)),this.range.zone=this.draw.getZone().getZone();const u=this.draw.getControl();if(~t&&~e&&!!this.draw.getElementList()[t]?.controlId&&!this.draw.isContentReadonly()){u.initControl();return}u.destroyControl()}replaceRange(t){this.setRange(t.startIndex,t.endIndex,t.tableId,t.startTdIndex,t.endTdIndex,t.startTrIndex,t.endTrIndex)}shrinkRange(){const{startIndex:t,endIndex:e}=this.range;t===e||!~t&&!~e||this.replaceRange({...this.range,startIndex:e})}setRangeStyle(){const t=this.listener.rangeStyleChange,e=this.eventBus.isSubscribe("rangeStyleChange");if(!t&&!e)return;const{startIndex:n,endIndex:i,isCrossRowCol:l}=this.range;if(!~n&&!~i)return;let r;if(l){const P=this.draw.getOriginalElementList(),Y=this.position.getPositionContext();r=P[Y.index]}else{const P=~i?i:0,Y=this.draw.getElementList();r=this.getRangeAnchorStyle(Y,P)}if(!r)return;const a=this.getSelection()||[r],c=r.type||s.ElementType.TEXT,d=r.font||this.options.defaultFont,u=r.size||this.options.defaultSize,R=!~a.findIndex(P=>!P.bold),h=!~a.findIndex(P=>!P.italic),g=!~a.findIndex(P=>!P.underline&&!P.control?.underline),T=!~a.findIndex(P=>!P.strikeout),f=r.color||null,m=r.highlight||null,C=r.rowFlex||null,I=r.vertical||null,p=r.rowMargin??this.options.defaultRowMargin,L=r.dashArray||[],M=r.level||null,O=r.listType||null,b=r.listStyle||null,D=g&&r.textDecoration||null,W=!!this.draw.getPainterStyle(),V=this.historyManager.isCanUndo(),E=this.historyManager.isCanRedo(),y=r.groupIds||null,F=r.extension??null,S=r.deletePerson??"",N={type:c,undo:V,redo:E,painter:W,font:d,size:u,bold:R,italic:h,underline:g,strikeout:T,deletePerson:S,color:f,highlight:m,rowFlex:C,vertical:I,rowMargin:p,dashArray:L,level:M,listType:O,listStyle:b,groupIds:y,textDecoration:D,extension:F};this._emitRangeStyle(N)}recoveryRangeStyle(){const t=this.listener.rangeStyleChange,e=this.eventBus.isSubscribe("rangeStyleChange");if(!t&&!e)return;const n=this.options.defaultFont,i=this.options.defaultSize,l=this.options.defaultRowMargin,r=!!this.draw.getPainterStyle(),a=this.historyManager.isCanUndo(),c=this.historyManager.isCanRedo(),u={type:null,undo:a,redo:c,painter:r,font:n,size:i,bold:!1,italic:!1,underline:!1,strikeout:!1,deletePerson:"123",color:null,highlight:null,rowFlex:null,rowMargin:l,dashArray:[],level:null,listType:null,listStyle:null,groupIds:null,textDecoration:null,extension:null,vertical:null};this._emitRangeStyle(u)}shrinkBoundary(t={}){const{elementList:e,range:n}=this.getRangeElement(t),{startIndex:i,endIndex:l}=n;if(!~i&&!~l)return;const r=e[i],a=e[l];if(i===l){if(r.controlComponent===s.ControlComponent.PLACEHOLDER&&r.originControlId&&r.control?.type==="text")return;if(r.controlComponent===s.ControlComponent.PLACEHOLDER){let c=i-1;for(;c>0;){const d=e[c];if(d.controlId===r.controlId&&(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){n.startIndex=c,n.endIndex=c;break}if(d.controlId!==r.controlId&&!d.originControlId)break;c--}}if(r.controlComponent===s.ControlComponent.TEXTFIXLABEL){let c=i-1;for(;c>0;){const d=e[c];if(d.controlId!==r.controlId||d.controlComponent===s.ControlComponent.VALUE||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){n.startIndex=c,n.endIndex=c;break}c--}}}else{if(r.controlComponent===s.ControlComponent.PLACEHOLDER||a.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.TEXTFIXLABEL||a.controlComponent===s.ControlComponent.TEXTFIXLABEL){let c=l-1;for(;c>0;){const d=e[c];if(d.controlId!==a.controlId||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){n.startIndex=c,n.endIndex=c;return}c--}}if(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PRETEXTFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let c=i+1;for(;c<e.length;){const d=e[c];if(d.controlId!==r.controlId||d.controlComponent===s.ControlComponent.VALUE){n.startIndex=c-1;break}else if(d.controlComponent===s.ControlComponent.PLACEHOLDER){n.startIndex=c-1,n.endIndex=c-1;return}c++}}if(a.controlComponent!==s.ControlComponent.VALUE){let c=l-1;for(;c>0;){const d=e[c];if(d.controlId!==r.controlId||d.controlComponent===s.ControlComponent.VALUE){n.endIndex=c;break}else if(d.controlComponent===s.ControlComponent.PLACEHOLDER){n.startIndex=c,n.endIndex=c;return}c--}}}}render(t,e,n,i,l){t.save(),t.globalAlpha=this.options.rangeAlpha,t.fillStyle=this.options.rangeColor,t.fillRect(e,n,i,l),t.restore()}toString(){const t=this.getTextLikeSelection();return t?t.map(e=>e.value).join("").replace(new RegExp(_,"g"),""):""}getRangeElement(t={}){const e=t.elementList||this.draw.getElementList(),n=t.range||this.getRange(),{splitTdRange:i}=n,l={elementList:e,range:n};return i&&(l.range=i,l.elementList=this.draw.getSplitTdValues(i.originalId)??[]),l}}class ad{draw;options;imageCache;constructor(t){this.draw=t,this.options=t.getOptions(),this.imageCache=new Map}_renderBackgroundColor(t,e,n,i){t.save(),t.fillStyle=e,t.fillRect(0,0,n,i),t.restore()}_drawImage(t,e,n,i){const{background:l,scale:r}=this.options;if(l.size===s.BackgroundSize.CONTAIN){const a=e.width*r,c=e.height*r;if(!l.repeat||l.repeat===s.BackgroundRepeat.NO_REPEAT)t.drawImage(e,0,0,a,c);else{let d=0,u=0;const R=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_X?Math.ceil(n*r/a):1,h=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_Y?Math.ceil(i*r/c):1;for(let g=0;g<R;g++){for(let T=0;T<h;T++)t.drawImage(e,d,u,a,c),u+=c;u=0,d+=a}}}else t.drawImage(e,0,0,n*r,i*r)}_renderBackgroundImage(t,e,n){const{background:i}=this.options,l=this.imageCache.get(i.image);if(l)this._drawImage(t,l,e,n);else{const r=new Image;r.setAttribute("crossOrigin","Anonymous"),r.src=i.image,r.onload=()=>{this.imageCache.set(i.image,r),this._drawImage(t,r,e,n),this.draw.render({isCompute:!1,isSubmitHistory:!1})}}}render(t,e){const{background:{image:n,color:i,applyPageNumbers:l}}=this.options;if(n&&(!l?.length||l.includes(e))){const{width:r,height:a}=this.options;this._renderBackgroundImage(t,r,a)}else{const r=this.draw.getCanvasWidth(e),a=this.draw.getCanvasHeight(e);this._renderBackgroundColor(t,i,r,a)}}}class bi{fillRect;fillColor;fillDecorationStyle;constructor(){this.fillRect=this.clearFillInfo()}clearFillInfo(){return this.fillColor=void 0,this.fillDecorationStyle=void 0,this.fillRect={x:0,y:0,width:0,height:0},this.fillRect}recordFillInfo(t,e,n,i,l,r,a){const c=!this.fillRect.width;if(!c&&(this.fillColor!==r||this.fillDecorationStyle!==a)){this.render(t),this.clearFillInfo(),this.recordFillInfo(t,e,n,i,l,r,a);return}c&&(this.fillRect.x=e,this.fillRect.y=n),l&&this.fillRect.height<l&&(this.fillRect.height=l),this.fillRect.width+=i,this.fillColor=r,this.fillDecorationStyle=a}}class cd extends bi{options;constructor(t){super(),this.options=t.getOptions()}render(t){if(!this.fillRect.width)return;const{highlightAlpha:e}=this.options,{x:n,y:i,width:l,height:r}=this.fillRect;t.save(),t.globalAlpha=e,t.fillStyle=this.fillColor,t.fillRect(n,i,l,r),t.restore(),this.clearFillInfo()}}class dd{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}render(t,e){const{marginIndicatorColor:n,pageMode:i}=this.options,l=this.draw.getWidth(),r=i===s.PageMode.CONTINUITY?this.draw.getCanvasHeight(e)/this.draw.getPagePixelRatio():this.draw.getHeight(),a=this.draw.getMargins(),c=this.draw.getMarginIndicatorSize();t.save(),t.translate(.5,.5),t.strokeStyle=n,t.beginPath();const d=[a[3],a[0]],u=[l-a[1],a[0]],R=[a[3],r-a[2]],h=[l-a[1],r-a[2]];t.moveTo(d[0]-c,d[1]),t.lineTo(...d),t.lineTo(d[0],d[1]-c),t.moveTo(u[0]+c,u[1]),t.lineTo(...u),t.lineTo(u[0],u[1]-c),t.moveTo(R[0]-c,R[1]),t.lineTo(...R),t.lineTo(R[0],R[1]+c),t.moveTo(h[0]+c,h[1]),t.lineTo(...h),t.lineTo(h[0],h[1]+c),t.stroke(),t.restore()}}class ud{draw;options;position;range;searchKeyword;searchNavigateIndex;searchOptions;searchMatchList;constructor(t){this.draw=t,this.options=t.getOptions(),this.position=t.getPosition(),this.range=t.getRange(),this.searchNavigateIndex=null,this.searchOptions=null,this.searchKeyword=null,this.searchMatchList=[]}getSearchKeyword(){return this.searchKeyword}setSearchKeyword(t,e){this.searchKeyword=t,this.searchNavigateIndex=null,this.searchOptions=e||null}searchNavigatePre(){if(!this.searchMatchList.length||!this.searchKeyword)return null;if(this.searchNavigateIndex===null)this.searchNavigateIndex=0;else{let t=this.searchNavigateIndex-1,e=!1;const n=this.searchMatchList[this.searchNavigateIndex].groupId;for(;t>=0;){const i=this.searchMatchList[t];if(n!==i.groupId){e=!0,this.searchNavigateIndex=t-(this.searchKeyword.length-1);break}t--}if(!e){if(this.searchMatchList[this.searchMatchList.length-1].groupId===n)return null;this.searchNavigateIndex=this.searchMatchList.length-1-(this.searchKeyword.length-1)}}return this.searchNavigateIndex}searchNavigateNext(){if(!this.searchMatchList.length||!this.searchKeyword)return null;if(this.searchNavigateIndex===null)this.searchNavigateIndex=0;else{let t=this.searchNavigateIndex+1,e=!1;const n=this.searchMatchList[this.searchNavigateIndex].groupId;for(;t<this.searchMatchList.length;){const i=this.searchMatchList[t];if(n!==i.groupId){e=!0,this.searchNavigateIndex=t;break}t++}if(!e){if(this.searchMatchList[0].groupId===n)return null;this.searchNavigateIndex=0}}return this.searchNavigateIndex}searchNavigateScrollIntoView(t){const{coordinate:{leftTop:e,leftBottom:n,rightTop:i},pageNo:l}=t,r=this.draw.getHeight(),a=this.draw.getPageGap(),c=l*(r+a),d=document.createElement("div");d.style.position="absolute";const u=50;d.style.width=`${i[0]-e[0]+u}px`,d.style.height=`${n[1]-e[1]+u}px`,d.style.left=`${e[0]}px`,d.style.top=`${e[1]+c}px`,this.draw.getContainer().append(d),d.scrollIntoView(!1),d.remove()}getSearchNavigateIndexList(){return this.searchNavigateIndex===null||!this.searchKeyword?[]:new Array(this.searchKeyword.length).fill(this.searchNavigateIndex).map((t,e)=>t+e)}getSearchMatchList(){return this.searchMatchList}getSearchNavigateInfo(){if(!this.searchKeyword||!this.searchMatchList.length)return null;const t=this.searchNavigateIndex!==null?this.searchNavigateIndex/this.searchKeyword.length+1:0;let e=0,n=null;for(let i=0;i<this.searchMatchList.length;i++){const l=this.searchMatchList[i];n!==l.groupId&&(n=l.groupId,e+=1)}return{index:t,count:e}}getMatchList(t,e){const{isRegEnable:n=!1,isIgnoreCase:i=!0}=this.searchOptions||{},l=i?t.toLocaleLowerCase():t,r=[],a=[],c=e.length,d=[];for(let g=0;g<c;g++)e[g].type===s.ElementType.TABLE&&d.push(g);let u=0,R=0;for(;R<c-1;){const g=d.length?d[u]:c,T=e.slice(R,g);T.length&&a.push({index:R,type:Qe.PAGE,elementList:T});const f=e[g];f&&a.push({index:g,type:Qe.TABLE,elementList:[f]}),R=g+1,u++}function h(g,T,f,m){if(!g)return;let C=f.map(O=>!O.type||Ie.includes(O.type)&&O.controlComponent!==s.ControlComponent.CHECKBOX&&O.controlComponent!==s.ControlComponent.RADIO&&!O.hide&&!O.control?.hide&&!O.area?.hide?O.value:_).filter(Boolean).join("");i&&(C=C.toLocaleLowerCase());const I=[],p=n?new RegExp(g):g;let{index:L,length:M}=Ss(C,p);for(;L!==-1&&M!==0;){I.push({index:L,length:M});const O=Ss(C,p,L+M);L=O.index,M=O.length}for(let O=0;O<I.length;O++){const{index:b,length:D}=I[O],W=Tt();for(let V=0;V<D;V++){const E=b+V+(m?.startIndex||0);r.push({type:T,index:E,groupId:W,...m})}}}for(let g=0;g<a.length;g++){const T=a[g];if(T.type===Qe.TABLE){const f=T.elementList[0];for(let m=0;m<f.trList.length;m++){const C=f.trList[m];for(let I=0;I<C.tdList.length;I++){const p=C.tdList[I],L={tableId:f.id,tableIndex:T.index,trIndex:m,tdIndex:I,tdId:p.id};h(l,T.type,p.value,L)}}}else h(l,T.type,T.elementList,{startIndex:T.index})}return r}compute(t){const e=this.searchOptions?.isLimitSelection&&!this.range.getIsCollapsed(),n=e?this.range.getSelectionElementList():this.draw.getOriginalElementList();if(!n?.length||(this.searchMatchList=this.getMatchList(t,n),!e||!this.searchMatchList.length))return;const{startIndex:i}=this.range.getRange(),l=i+1;for(const r of this.searchMatchList)r.type===Qe.TABLE?r.tableIndex+=l:r.index+=l}render(t,e){if(!this.searchMatchList||!this.searchMatchList.length||!this.searchKeyword)return;const{searchMatchAlpha:n,searchMatchColor:i,searchNavigateMatchColor:l}=this.options,r=this.position.getOriginalPositionList(),a=this.draw.getOriginalElementList();t.save(),t.globalAlpha=n;for(let c=0;c<this.searchMatchList.length;c++){const d=this.searchMatchList[c];let u=null;if(d.type===Qe.TABLE){const{tableIndex:L,trIndex:M,tdIndex:O,index:b}=d;u=a[L]?.trList[M].tdList[O]?.positionList[b]}else u=r[d.index];if(!u)continue;const{coordinate:{leftTop:R,leftBottom:h,rightTop:g},pageNo:T}=u;if(T!==e)continue;if(this.getSearchNavigateIndexList().includes(c)){t.fillStyle=l;const L=this.searchMatchList[c-1];(!L||L.groupId!==d.groupId)&&this.searchNavigateScrollIntoView(u)}else t.fillStyle=i;const m=R[0],C=R[1],I=g[0]-R[0],p=h[1]-R[1];t.fillRect(m,C,I,p)}t.restore()}replace(t,e){if(this.draw.isReadonly()||t==null)return;let i=this.getSearchMatchList();const l=e?.index;if(si(l)){const f=[];i.forEach(m=>{const C=f[f.length-1];!C||C[0].groupId!==m.groupId?f.push([m]):C.push(m)}),i=f[l]}if(!i?.length)return;const r=this.draw.isDesignMode();let a=0,c=0,d="",u="",R=-1;const h=this.draw.getOriginalElementList();for(let f=0;f<i.length;f++){const m=i[f];if(m.type===Qe.TABLE){const{tableIndex:C,trIndex:I,tdIndex:p,index:L,tdId:M}=m;u&&M!==u&&(c=0),u=M;const O=C+a,b=h[O].trList[I].tdList[p].value,D=L+c,W=b[D];if(!r&&(W?.control?.deletable===!1||W?.title?.deletable===!1))continue;if(t===""){this.draw.spliceElementList(b,D,1),c--,~R||(R=f);continue}if(d===m.groupId){this.draw.spliceElementList(b,D,1),c--;continue}~R||(R=f);for(let V=0;V<t.length;V++){const E=t[V];V===0?W.value=E:(this.draw.spliceElementList(b,D+V,0,[{...W,value:E}]),c++)}}else{const C=m.index+a,I=h[C];if(!r&&(I?.control?.deletable===!1||I?.title?.deletable===!1)||I.type===s.ElementType.CONTROL&&I.controlComponent!==s.ControlComponent.VALUE)continue;if(t===""){this.draw.spliceElementList(h,C,1),a--,~R||(R=f);continue}if(~R||(R=f),d===m.groupId){this.draw.spliceElementList(h,C,1),a--;continue}for(let p=0;p<t.length;p++){const L=t[p];p===0?I.value=L:(this.draw.spliceElementList(h,C+p,0,[{...I,value:L}]),a++)}}d=m.groupId}if(!~R)return;const g=i[R],T=g.index+(t.length-1);if(g.type===Qe.TABLE){const{tableIndex:f,trIndex:m,tdIndex:C,index:I}=g,p=h[f].trList[m].tdList[C].value[I];this.position.setPositionContext({isTable:!0,index:f,trIndex:m,tdIndex:C,tdId:p.tdId,trId:p.trId,tableId:p.tableId})}else this.position.setPositionContext({isTable:!1});this.draw.getRange().setRange(T,T),this.draw.render({curIndex:T})}}class Rd extends bi{options;constructor(t){super(),this.options=t.getOptions()}render(t){if(!this.fillRect.width)return;const{scale:e,strikeoutColor:n}=this.options,{x:i,y:l,width:r}=this.fillRect;t.save(),t.lineWidth=e,t.strokeStyle=n;const a=l-3;t.beginPath(),t.moveTo(i,a),t.lineTo(i+r,a),t.stroke(),t.beginPath(),t.moveTo(i,l+3.5),t.lineTo(i+r,l+3.5),t.stroke(),t.restore(),this.clearFillInfo()}}s.TextDecorationStyle=void 0,(function(o){o.SOLID="solid",o.DOUBLE="double",o.DASHED="dashed",o.DOTTED="dotted",o.WAVY="wavy"})(s.TextDecorationStyle||(s.TextDecorationStyle={}));var Yn;(function(o){o.SOLID="solid",o.DASHED="dashed",o.DOTTED="dotted"})(Yn||(Yn={}));class hd extends bi{options;constructor(t){super(),this.options=t.getOptions()}_drawLine(t,e,n,i,l){const r=e+i;switch(t.beginPath(),l){case Yn.DASHED:t.setLineDash([3,1]);break;case Yn.DOTTED:t.setLineDash([1,1]);break}t.moveTo(e,n),t.lineTo(r,n),t.stroke()}_drawDouble(t,e,n,i){const r=e+i,a=n+3*this.options.scale;this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE?t.strokeStyle="transparent":t.strokeStyle="red",t.beginPath(),t.moveTo(e,n),t.lineTo(r,n),t.stroke(),t.beginPath(),t.moveTo(e,a),t.lineTo(r,a),t.stroke()}_drawWave(t,e,n,i){const{scale:l}=this.options,r=1.2*l,a=1/l,c=n+2*r;t.beginPath();for(let d=0;d<i;d++){const u=r*Math.sin(a*d);t.lineTo(e+d,c+u)}t.stroke()}render(t){if(!this.fillRect.width)return;const{underlineColor:e,scale:n}=this.options,{x:i,y:l,width:r}=this.fillRect;t.save(),t.strokeStyle=this.fillColor||e,t.lineWidth=n;const a=Math.floor(l+2*t.lineWidth)+.5;switch(this.fillDecorationStyle){case s.TextDecorationStyle.WAVY:this._drawWave(t,i,a,r);break;case s.TextDecorationStyle.DOUBLE:this._drawDouble(t,i,a,r);break;case s.TextDecorationStyle.DASHED:this._drawLine(t,i,a,r,Yn.DASHED);break;case s.TextDecorationStyle.DOTTED:this._drawLine(t,i,a,r,Yn.DOTTED);break;default:this._drawLine(t,i,a,r);break}t.restore(),this.clearFillInfo()}}class gd{draw;options;ctx;curX;curY;text;curStyle;curColor;cacheMeasureText;constructor(t){this.draw=t,this.options=t.getOptions(),this.ctx=t.getCtx(),this.curX=-1,this.curY=-1,this.text="",this.curStyle="",this.cacheMeasureText=new Map}measureBasisWord(t,e){t.save(),t.font=e;const n=this.measureText(t,{value:_l});return t.restore(),n}measureWord(t,e,n){const i=this.draw.getLetterReg();let l=0,r=null,a=n;for(;a<e.length;){const c=e[a];if(c.type&&c.type!==s.ElementType.TEXT||!i.test(c.value)){r=c;break}l+=this.measureText(t,c).width,a++}return{width:l,endElement:r}}buttonMeasureWord(t,e,n){const i=this.draw.getLetterReg();let l=0,r=null,a=n;for(;a<e.length;){const c=e[a];if(c.type&&c.type!==s.ElementType.TEXT||!i.test(c.value)){r=c;break}l+=this.measureText(t,c).width,a++}return{width:l,endElement:r}}measurePunctuationWidth(t,e){return!e||!Hl.includes(e.value)?0:(t.font=this.draw.getElementFont(e),this.measureText(t,e).width)}measureText(t,e){if(e.width){const r=t.measureText(e.value);return{width:e.width,actualBoundingBoxAscent:r.actualBoundingBoxAscent,actualBoundingBoxDescent:r.actualBoundingBoxDescent,actualBoundingBoxLeft:r.actualBoundingBoxLeft,actualBoundingBoxRight:r.actualBoundingBoxRight,fontBoundingBoxAscent:r.fontBoundingBoxAscent,fontBoundingBoxDescent:r.fontBoundingBoxDescent}}const n=`${e.value}${t.font}`,i=this.cacheMeasureText.get(n);if(i)return i;const l=t.measureText(e.value);return this.cacheMeasureText.set(n,l),l}getBasisWordBoundingBoxAscent(t,e){return this.measureBasisWord(t,e).actualBoundingBoxAscent}complete(){this._render(),this.text=""}record(t,e,n,i){if(this.ctx=t,this.options.renderMode===s.RenderMode.COMPATIBILITY){this._setCurXY(n,i),this.text=e.value,this.curStyle=e.style,this.curColor=e.color,this.complete();return}this.text||this._setCurXY(n,i),(this.curStyle&&e.style!==this.curStyle||e.color!==this.curColor)&&(this.complete(),this._setCurXY(n,i)),this.text+=e.value,this.curStyle=e.style,this.curColor=e.color}_setCurXY(t,e){this.curX=t,this.curY=e}_render(){!this.text||!~this.curX||!~this.curX||(this.ctx.save(),this.ctx.font=this.curStyle,this.ctx.fillStyle=this.curColor||this.options.defaultColor,this.ctx.fillText(this.text,this.curX,this.curY),this.ctx.restore())}}class Un{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}static formatNumberPlaceholder(t,e,n,i){const l=i===s.NumberType.CHINESE?ea(e):`${e}`;return t.replace(n,l)}render(t,e){const{scale:n,pageNumber:{size:i,font:l,color:r,rowFlex:a,numberType:c,format:d,startPageNo:u,fromPageNo:R}}=this.options;if(e<R)return;let h=d;const g=new RegExp($n.PAGE_NO);g.test(h)&&(h=Un.formatNumberPlaceholder(h,e+u-R,g,c));const T=new RegExp($n.PAGE_COUNT);T.test(h)&&(h=Un.formatNumberPlaceholder(h,this.draw.getPageCount()-R,T,c));const f=this.draw.getWidth(),m=this.draw.getHeight(),C=this.draw.getPageNumberBottom(),I=m-C;t.save(),t.fillStyle=r,t.font=`${i*n}px ${l}`;let p=0;const L=this.draw.getMargins(),{width:M}=t.measureText(h);a===s.RowFlex.CENTER?p=(f-M)/2:a===s.RowFlex.RIGHT?p=f-M-L[1]:p=L[3],t.fillText(h,p,I),t.restore()}}class Td{draw;options;scrollContainer;constructor(t){this.draw=t,this.options=t.getOptions(),this.scrollContainer=this.getScrollContainer(),setTimeout(()=>{window.scrollY||this._observer()}),this._addEvent()}getScrollContainer(){return this.options.scrollContainerSelector&&document.querySelector(this.options.scrollContainerSelector)||document}_addEvent(){this.scrollContainer.addEventListener("scroll",this._observer)}removeEvent(){this.scrollContainer.removeEventListener("scroll",this._observer)}getElementVisibleInfo(t){const e=t.getBoundingClientRect(),n=this.scrollContainer===document?Math.max(document.documentElement.clientHeight,window.innerHeight):this.scrollContainer.clientHeight,i=Math.min(e.bottom,n)-Math.max(e.top,0);return{intersectionHeight:i>0?i:0}}getPageVisibleInfo(){const t=this.draw.getPageList(),e=[];let n=0,i=0;for(let l=0;l<t.length;l++){const r=t[l],{intersectionHeight:a}=this.getElementVisibleInfo(r);if(i&&!a)break;a&&e.push(l),a>i&&(i=a,n=l)}return{intersectionPageNo:n,visiblePageNoList:e}}_observer=$l(()=>{const{intersectionPageNo:t,visiblePageNoList:e}=this.getPageVisibleInfo();this.draw.setIntersectionPageNo(t),this.draw.setVisiblePageNoList(e)},150)}class fd{draw;step=5;thresholdPoints=[70,40,10,20];selectionContainer;rangeManager;requestAnimationFrameId;isMousedown;isMoving;clientWidth;clientHeight;containerRect;constructor(t){this.draw=t,this.rangeManager=t.getRange();const{scrollContainerSelector:e}=t.getOptions();this.selectionContainer=e&&document.querySelector(e)||document,this.requestAnimationFrameId=null,this.isMousedown=!1,this.isMoving=!1,this.clientWidth=0,this.clientHeight=0,this.containerRect=null,this._addEvent()}_addEvent(){const t=this.selectionContainer;t.addEventListener("mousedown",this._mousedown),t.addEventListener("mousemove",this._mousemove),t.addEventListener("mouseup",this._mouseup),document.addEventListener("mouseleave",this._mouseup)}removeEvent(){const t=this.selectionContainer;t.removeEventListener("mousedown",this._mousedown),t.removeEventListener("mousemove",this._mousemove),t.removeEventListener("mouseup",this._mouseup),document.removeEventListener("mouseleave",this._mouseup)}_mousedown=t=>{if(this.draw.isInteractionSuspended()){this._mouseup();return}if(!this.draw.isTargetInsideEditor(t.target)){this._mouseup();return}if(this.isMousedown=!0,this.clientWidth=this.selectionContainer instanceof Document?document.documentElement.clientWidth:this.selectionContainer.clientWidth,this.clientHeight=this.selectionContainer instanceof Document?document.documentElement.clientHeight:this.selectionContainer.clientHeight,!(this.selectionContainer instanceof Document)){const e=this.selectionContainer.getBoundingClientRect();this.containerRect=e}};_mouseup=()=>{this.isMousedown=!1,this._stopMove()};_mousemove=t=>{if(this.draw.isInteractionSuspended()||!this.isMousedown||this.rangeManager.getIsCollapsed())return;let{x:e,y:n}=t;this.containerRect&&(e=e-this.containerRect.x,n=n-this.containerRect.y),n<this.thresholdPoints[0]?this._startMove(Jt.UP):this.clientHeight-n<=this.thresholdPoints[1]?this._startMove(Jt.DOWN):e<this.thresholdPoints[2]?this._startMove(Jt.LEFT):this.clientWidth-e<this.thresholdPoints[3]?this._startMove(Jt.RIGHT):this._stopMove()};_move(t){const e=this.selectionContainer instanceof Document?window:this.selectionContainer,n=this.selectionContainer instanceof Document?window.scrollX:e.scrollLeft,i=this.selectionContainer instanceof Document?window.scrollY:e.scrollTop;t===Jt.DOWN?e.scrollTo(n,i+this.step):t===Jt.UP?e.scrollTo(n,i-this.step):t===Jt.LEFT?e.scrollTo(n-this.step,i):e.scrollTo(n+this.step,i),this.requestAnimationFrameId=window.requestAnimationFrame(this._move.bind(this,t))}_startMove(t){this.isMoving||(this.isMoving=!0,this._move(t))}_stopMove(){this.requestAnimationFrameId&&(window.cancelAnimationFrame(this.requestAnimationFrameId),this.requestAnimationFrameId=null,this.isMoving=!1)}}class md{draw;range;options;constructor(t){this.draw=t,this.range=t.getRange(),this.options=t.getOptions()}getTrListGroupByCol(t){const e=ht(t);for(let n=0;n<t.length;n++){const i=e[n];for(let l=i.tdList.length-1;l>=0;l--){const r=i.tdList[l],{rowspan:a,rowIndex:c,colIndex:d}=r,u=c+a-1;if(u!==l){const R=i.tdList.splice(l,1)[0];e[u]?.tdList.splice(d,0,R)}}}return e}getRangeRowCol(){const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.draw.getPosition().getPositionContext();if(!t)return null;const{isCrossRowCol:l,startTdIndex:r,endTdIndex:a,startTrIndex:c,endTrIndex:d}=this.range.getRange(),h=this.draw.getOriginalElementList()[e].trList;if(!l)return[[h[n].tdList[i]]];let g=h[c].tdList[r],T=h[d].tdList[a];(g.x>T.x||g.y>T.y)&&([g,T]=[T,g]);const f=g.colIndex,m=T.colIndex+(T.colspan-1),C=g.rowIndex,I=T.rowIndex+(T.rowspan-1),p=[];for(let L=0;L<h.length;L++){const M=h[L],O=[];for(let b=0;b<M.tdList.length;b++){const D=M.tdList[b],W=D.colIndex,V=D.rowIndex;W>=f&&W<=m&&V>=C&&V<=I&&O.push(D)}O.length&&p.push(O)}return p.length?p:null}_drawOuterBorder(t){const{ctx:e,startX:n,startY:i,width:l,height:r,isDrawFullBorder:a,borderExternalWidth:c,skipTopBorderRanges:d=[]}=t,{scale:u}=this.options,R=this._mergeHorizontalBorderRanges(d,l),h=e.lineWidth;c&&(e.lineWidth=c*u),e.beginPath();const g=Math.round(n),T=Math.round(i);e.translate(.5,.5),a&&!R.length?e.rect(g,T,l,r):(a?(e.moveTo(g,T),e.lineTo(g,T+r),e.lineTo(g+l,T+r),e.lineTo(g+l,T)):(e.moveTo(g,T+r),e.lineTo(g,T)),this._drawHorizontalBorder(e,g,T,l,R)),e.stroke(),c&&(e.lineWidth=h),e.translate(-.5,-.5)}_drawHorizontalBorder(t,e,n,i,l){if(!l.length){t.lineTo(e+i,n);return}let r=0;l.forEach(([a,c])=>{r<a&&(t.moveTo(e+r,n),t.lineTo(e+a,n)),r=Math.max(r,c)}),r<i&&(t.moveTo(e+r,n),t.lineTo(e+i,n))}_mergeHorizontalBorderRanges(t,e){return t.map(([i,l])=>[Math.max(0,Math.min(i,e)),Math.max(0,Math.min(l,e))]).filter(([i,l])=>l>i).sort(([i],[l])=>i-l).reduce((i,l)=>{const r=i[i.length-1];return!r||l[0]>r[1]?i.push(l):l[1]>r[1]&&(r[1]=l[1]),i},[])}_getPagingContinuationTopBorderRanges(t,e){const{scale:n}=this.options,i=[];for(let l=0;l<t.length;l++){const r=t[l];for(let a=0;a<r.tdList.length;a++){const c=r.tdList[a];!c.linkTdPrevId||c.y!==0||i.push([c.x*n,(c.x+c.width)*n])}}return this._mergeHorizontalBorderRanges(i,e)}_drawSlash(t,e,n,i){const{scale:l}=this.options;t.save();const r=e.width*l,a=e.height*l,c=Math.round(e.x*l+n),d=Math.round(e.y*l+i);e.slashTypes?.includes(s.TdSlash.FORWARD)&&(t.moveTo(c+r,d),t.lineTo(c,d+a)),e.slashTypes?.includes(s.TdSlash.BACK)&&(t.moveTo(c,d),t.lineTo(c+r,d+a)),t.stroke(),t.restore()}_drawBorder(t,e,n,i){const{colgroup:l,trList:r,borderType:a,borderColor:c,borderWidth:d=1,borderExternalWidth:u}=e;if(!l||!r)return;const{scale:R,table:{defaultBorderColor:h}}=this.options,g=e.width*R,T=e.height*R,f=this._getPagingContinuationTopBorderRanges(r,g),m=a===s.TableBorder.EMPTY,C=a===s.TableBorder.EXTERNAL,I=a===s.TableBorder.INTERNAL;t.save(),a===s.TableBorder.DASH&&t.setLineDash([3,3]),t.lineWidth=d*R,t.strokeStyle=c||h,!m&&!I&&this._drawOuterBorder({ctx:t,startX:n,startY:i,width:g,height:T,borderExternalWidth:u,isDrawFullBorder:C,skipTopBorderRanges:f});for(let p=0;p<r.length;p++){const L=r[p];for(let M=0;M<L.tdList.length;M++){const O=L.tdList[M];if(O.slashTypes?.length&&this._drawSlash(t,O,n,i),!O.borderTypes?.length&&(m||C))continue;const b=O.width*R,D=O.height*R,W=Math.round(O.x*R+n+b),V=Math.round(O.y*R+i),E=!!O.linkTdPrevId,y=!!O.linkTdNextId;if(t.translate(.5,.5),t.beginPath(),!E&&O.borderTypes?.includes(s.TdBorder.TOP)&&(t.moveTo(W-b,V),t.lineTo(W,V),t.stroke()),O.borderTypes?.includes(s.TdBorder.RIGHT)&&(t.moveTo(W,V),t.lineTo(W,V+D),t.stroke()),O.borderTypes?.includes(s.TdBorder.BOTTOM)&&(t.moveTo(W,V+D),t.lineTo(W-b,V+D),t.stroke()),O.borderTypes?.includes(s.TdBorder.LEFT)&&(t.moveTo(W-b,V),t.lineTo(W-b,V+D),t.stroke()),!m&&!C){if((!I||O.colIndex+O.colspan<l.length)&&(t.moveTo(W,V),t.lineTo(W,V+D),u&&u!==d&&O.colIndex+O.colspan===l.length)){const F=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=F}if(y||!I||O.rowIndex+O.rowspan<r.length){const F=u&&u!==d&&O.rowIndex+O.rowspan===r.length;if(F&&(t.stroke(),t.beginPath()),t.moveTo(W,V+D),t.lineTo(W-b,V+D),F){const S=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=S}}t.stroke()}t.translate(-.5,-.5)}}t.restore()}_drawBackgroundColor(t,e,n,i){const{trList:l}=e;if(!l)return;const{scale:r}=this.options;for(let a=0;a<l.length;a++){const c=l[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d];if(!u.backgroundColor)continue;t.save();const R=u.width*r,h=u.height*r,g=Math.round(u.x*r+n),T=Math.round(u.y*r+i);t.fillStyle=u.backgroundColor,t.fillRect(g,T,R,h),t.restore()}}}getTableWidth(t){return t.colgroup.reduce((e,n)=>e+n.width,0)}getTableHeight(t){const e=t.trList;return e?.length?this.getTdListByColIndex(e,0).reduce((n,i)=>n+i.height,0):0}getRowCountByColIndex(t,e){return this.getTdListByColIndex(t,e).reduce((n,i)=>n+i.rowspan,0)}getTdListByColIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.colIndex,d=c+a.colspan-1;e>=c&&e<=d&&n.push(a)}}return n}getTdListByRowIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.rowIndex,d=c+a.rowspan-1;e>=c&&e<=d&&n.push(a)}}return n}computeRowColInfo(t){const{colgroup:e,trList:n}=t;if(!e||!n)return;let i=0;for(let l=0;l<n.length;l++){const r=n[l],a=n.length-1===l;for(let c=0;c<r.tdList.length;c++){const d=r.tdList[c];let u=0;if(n.length>1&&l!==0){const C=r.tdList[c-1],I=C?C.colIndex+C.colspan:c;for(let p=I;p<e.length;p++)if(this.getRowCountByColIndex(n.slice(0,l),p)===l){u=p;let M=0;for(let O=0;O<p;O++)M+=e[O].width;i=M;break}}else{const C=r.tdList[c-1];C&&(u=C.colIndex+C.colspan)}let R=0;for(let C=0;C<d.colspan;C++)R+=e[C+u].width;let h=0;for(let C=0;C<d.rowspan;C++){const I=n[C+l]||n[l];h+=I.height}const g=r.tdList.length-1===c;let T=a;if(!T&&d.rowspan>1){const C=n.length-1-l;T=d.rowspan-1===C}const f=a&&g;d.isLastRowTd=g,d.isLastColTd=T,d.isLastTd=f,d.x=i;let m=0;for(let C=0;C<l;C++){const I=n[C].tdList;for(let p=0;p<I.length;p++){const L=I[p];if(u>=L.colIndex&&u<L.colIndex+L.colspan){m+=L.height;break}}}d.y=m,d.width=R,d.height=h,d.rowIndex=l,d.colIndex=u,d.trIndex=l,d.tdIndex=c,i+=R,g&&!f&&(i=0)}}}drawRange(t,e,n,i){const{scale:l,rangeAlpha:r,rangeColor:a}=this.options,{type:c,trList:d}=e;if(!d||c!==s.ElementType.TABLE)return;const{isCrossRowCol:u,startTdIndex:R,endTdIndex:h,startTrIndex:g,endTrIndex:T}=this.range.getRange();if(!u)return;let f=d[g].tdList[R],m=d[T].tdList[h];(f.x>m.x||f.y>m.y)&&([f,m]=[m,f]);const C=f.colIndex,I=m.colIndex+(m.colspan-1),p=f.rowIndex,L=m.rowIndex+(m.rowspan-1);t.save();for(let M=0;M<d.length;M++){const O=d[M];for(let b=0;b<O.tdList.length;b++){const D=O.tdList[b],W=D.colIndex,V=D.rowIndex;if(W>=C&&W<=I&&V>=p&&V<=L){const E=D.x*l,y=D.y*l,F=D.width*l,S=D.height*l;t.globalAlpha=r,t.fillStyle=a,t.fillRect(E+n,y+i,F,S)}}}t.restore()}render(t,e,n,i){this._drawBackgroundColor(t,e,n,i),this._drawBorder(t,e,n,i)}findPreRowSpanTd(t,e,n){for(let i=e;i>=0;i--){const l=t[i].tdList.find(r=>r.colIndex===n);if(l)return l}}computeTrHeight(t,e){const{scale:n,table:{tdPadding:i,defaultTrMinHeight:l}}=this.options,r=t.tdPadding||i,a=r[0]+r[2],c=t.trList;for(let R=0;R<c.length;R++){const h=c[R];h.height=h.minHeight||l,h.minHeight=h.height}this.computeRowColInfo(t);const d={},u={};for(let R=0;R<c.length;R++){const h=c[R];if(!h.tdList.length){h.height=0;continue}const g=[],T=[];for(let m=0;m<t.colgroup.length;m++){const C=h.tdList.find(I=>I.colIndex===m);if(C){const I=e?e(C):C.rowList,p=I.reduce((M,O)=>M+O.height,0);C.rowList=I;const L=p/n+a;C.mainHeight=L,C.rowspan>1?(u[C.colIndex]=C.id,d[C.id]={td:C,rowSpan:[R,R+C.rowspan-1],preHeight:0,preMinHeight:0,extraHeight:L},T.push(L)):C.height<L?(C.height=L,C.realHeight=L,g.push(L)):g.push(C.height)}else{const I=d[u[m]];I?.rowSpan[1]==R&&g.push(I.extraHeight)}}const f=Math.max(...g.length?g:T);Object.values(d).forEach(m=>{m.rowSpan[0]<=R&&m.rowSpan[1]>=R&&(m.extraHeight-=f,m.preHeight+=f,m.preMinHeight+=h.minHeight)}),h.height=f;for(let m=0;m<t.colgroup.length;m++){const C=h.tdList.find(I=>I.colIndex===m)??this.findPreRowSpanTd(c,R,m);if(C){const I=d[C.id]?.preHeight??0,p=d[C.id]?.preMinHeight??h.minHeight;C.height=f+I,C.realHeight=f+I,C.realMinHeight=p}}}this.computeRowColInfo(t)}}var _e;(function(o){o.ROW="row",o.COL="col"})(_e||(_e={}));class pd{MIN_TD_WIDTH=20;ROW_COL_OFFSET=18;ROW_COL_QUICK_WIDTH=16;ROW_COL_QUICK_OFFSET=5;ROW_COL_QUICK_POSITION=this.ROW_COL_OFFSET+(this.ROW_COL_OFFSET-this.ROW_COL_QUICK_WIDTH)/2;BORDER_VALUE=4;TABLE_SELECT_OFFSET=20;draw;canvas;options;position;range;container;toolRowContainer;toolRowAddBtn;toolColAddBtn;toolTableSelectBtn;toolColContainer;toolBorderContainer;anchorLine;mousedownX;mousedownY;constructor(t){this.draw=t,this.canvas=t.getPage(),this.options=t.getOptions(),this.position=t.getPosition(),this.range=t.getRange(),this.container=t.getContainer(),this.toolRowContainer=null,this.toolRowAddBtn=null,this.toolColAddBtn=null,this.toolTableSelectBtn=null,this.toolColContainer=null,this.toolBorderContainer=null,this.anchorLine=null,this.mousedownX=0,this.mousedownY=0}dispose(){this.toolRowContainer?.remove(),this.toolRowAddBtn?.remove(),this.toolColAddBtn?.remove(),this.toolTableSelectBtn?.remove(),this.toolColContainer?.remove(),this.toolBorderContainer?.remove(),this.toolRowContainer=null,this.toolRowAddBtn=null,this.toolColAddBtn=null,this.toolTableSelectBtn=null,this.toolColContainer=null,this.toolBorderContainer=null}render(){if(this.draw.getMode()===s.EditorMode.FORM){this.dispose();return}const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.position.getPositionContext();if(!t)return;this.dispose();const l=this.draw.getOriginalElementList(),r=this.position.getOriginalPositionList(),a=l[e];if(a.tableToolDisabled&&!this.draw.isDesignMode())return;const{scale:c,table:{overflow:d}}=this.options,u=r[e],{colgroup:R,trList:h}=a,{coordinate:{leftTop:g}}=u,T=this.draw.getHeight(),f=this.draw.getPageGap(),m=this.draw.getPageNo()*(T+f),C=g[0],I=g[1]+m,p=a.trList[n].tdList[i],L=p.rowIndex,M=p.colIndex,O=a.height*c,b=a.width*c,D=document.createElement("div");D.classList.add(`${tt}-table-tool__select`),D.style.height=`${O*c}`,D.style.left=`${C}px`,D.style.top=`${I}px`,D.style.transform=`translate(-${this.TABLE_SELECT_OFFSET*c}px, ${-this.TABLE_SELECT_OFFSET*c}px)`,D.onclick=()=>{this.draw.getTableOperate().tableSelectAll()},this.container.append(D),this.toolTableSelectBtn=D;const W=h.map(P=>P.height),V=document.createElement("div");V.classList.add(`${tt}-table-tool__row`),V.style.transform=`translateX(-${this.ROW_COL_OFFSET*c}px)`;for(let P=0;P<W.length;P++){const Y=W[P]*c,X=document.createElement("div");X.classList.add(`${tt}-table-tool__row__item`),P===L&&X.classList.add("active"),X.onclick=()=>{const Q=this.draw.getTableParticle().getTdListByRowIndex(h,P),v=Q[0],w=Q[Q.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:v.trIndex,tdIndex:v.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,v.tdIndex,w.tdIndex,v.trIndex,w.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(V,P)};const U=document.createElement("div");U.classList.add(`${tt}-table-tool__anchor`),U.onmousedown=Q=>{this._mousedown({evt:Q,element:a,index:P,order:_e.ROW})},X.append(U),X.style.height=`${Y}px`,V.append(X)}V.style.left=`${C}px`,V.style.top=`${I}px`,this.container.append(V),this.toolRowContainer=V;const E=document.createElement("div");E.classList.add(`${tt}-table-tool__quick__add`),E.style.height=`${O*c}`,E.style.left=`${C}px`,E.style.top=`${I+O}px`,E.style.transform=`translate(-${this.ROW_COL_QUICK_POSITION*c}px, ${this.ROW_COL_QUICK_OFFSET*c}px)`,E.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:h.length-1,tdIndex:0,tableId:a.id}),this.draw.getTableOperate().insertTableBottomRow()},this.container.append(E),this.toolRowAddBtn=E;const y=R.map(P=>P.width),F=document.createElement("div");F.classList.add(`${tt}-table-tool__col`),F.style.transform=`translateY(-${this.ROW_COL_OFFSET*c}px)`;for(let P=0;P<y.length;P++){const Y=y[P]*c,X=document.createElement("div");X.classList.add(`${tt}-table-tool__col__item`),P===M&&X.classList.add("active"),X.onclick=()=>{const Q=this.draw.getTableParticle().getTdListByColIndex(h,P),v=Q[0],w=Q[Q.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:v.trIndex,tdIndex:v.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,v.tdIndex,w.tdIndex,v.trIndex,w.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(F,P)};const U=document.createElement("div");U.classList.add(`${tt}-table-tool__anchor`),U.onmousedown=Q=>{this._mousedown({evt:Q,element:a,index:P,order:_e.COL})},X.append(U),X.style.width=`${Y}px`,F.append(X)}F.style.left=`${C}px`,F.style.top=`${I}px`,this.container.append(F),this.toolColContainer=F;const S=document.createElement("div");S.classList.add(`${tt}-table-tool__quick__add`),S.style.height=`${O*c}`,S.style.left=`${C+b}px`,S.style.top=`${I}px`,S.style.transform=`translate(${this.ROW_COL_QUICK_OFFSET*c}px, -${this.ROW_COL_QUICK_POSITION*c}px)`,S.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:0,tdIndex:h[0].tdList.length-1||0,tableId:a.id}),this.draw.getTableOperate().insertTableRightCol()},this.container.append(S),this.toolColAddBtn=S;const N=document.createElement("div");N.classList.add(`${tt}-table-tool__border`),N.style.height=`${O}px`,N.style.width=`${b}px`,N.style.left=`${C}px`,N.style.top=`${I}px`;for(let P=0;P<h.length;P++){const Y=h[P];for(let X=0;X<Y.tdList.length;X++){const U=Y.tdList[X],Q=document.createElement("div");Q.classList.add(`${tt}-table-tool__border__row`),Q.style.width=`${U.width*c}px`,Q.style.height=`${this.BORDER_VALUE}px`,Q.style.top=`${(U.y+U.height)*c-this.BORDER_VALUE/2}px`,Q.style.left=`${U.x*c}px`,Q.onmousedown=w=>{this._mousedown({evt:w,element:a,index:U.rowIndex+U.rowspan-1,order:_e.ROW})},N.appendChild(Q);const v=document.createElement("div");if(v.classList.add(`${tt}-table-tool__border__col`),v.style.width=`${this.BORDER_VALUE}px`,v.style.height=`${U.height*c}px`,v.style.top=`${U.y*c}px`,v.style.left=`${(U.x+U.width)*c-this.BORDER_VALUE/2}px`,v.onmousedown=w=>{this._mousedown({evt:w,element:a,index:U.colIndex+U.colspan-1,order:_e.COL})},N.appendChild(v),d&&U.colIndex===0){const w=document.createElement("div");w.classList.add(`${tt}-table-tool__border__col`),w.style.width=`${this.BORDER_VALUE}px`,w.style.height=`${U.height*c}px`,w.style.top=`${U.y*c}px`,w.style.left=`${U.x*c-this.BORDER_VALUE/2}px`,w.onmousedown=j=>{this._mousedown({evt:j,element:a,index:0,isLeftStartBorder:!0,order:_e.COL})},N.appendChild(w)}}}this.container.append(N),this.toolBorderContainer=N}_setAnchorActive(t,e){const n=t.children;for(let i=0;i<n.length;i++){const l=n[i];i===e?l.classList.add("active"):l.classList.remove("active")}}_mousedown(t){const{evt:e,index:n,order:i,element:l,isLeftStartBorder:r}=t;this.canvas=this.draw.getPage();const{scale:a,table:{overflow:c}}=this.options,d=this.draw.getWidth(),u=this.draw.getHeight(),R=this.draw.getPageGap(),h=this.draw.getPageNo()*(u+R),g=this.position.getPositionContext(),m=(this.position.getOriginalPositionList()[g.index]?.coordinate?.leftTop?.[0]||0)*a,C=this.draw.getMargins(),I=C[0],p=C[1],L=I,M=d-p;this.mousedownX=e.x,this.mousedownY=e.y;const O=e.target,b=this.canvas.getBoundingClientRect(),D=window.getComputedStyle(O).cursor;document.body.style.cursor=D,this.canvas.style.cursor=D;let W=0,V=0;const E=document.createElement("div");E.classList.add(`${tt}-table-anchor__line`),i===_e.ROW?(E.classList.add(`${tt}-table-anchor__line__row`),E.style.width=`${d}px`,W=0,V=h+this.mousedownY-b.top):(E.classList.add(`${tt}-table-anchor__line__col`),E.style.height=`${u}px`,W=this.mousedownX-b.left,V=h),E.style.left=`${W}px`,E.style.top=`${V}px`,this.container.append(E),this.anchorLine=E;let y=0,F=0;const S=N=>{const P=this._mousemove(N,i,W,V);P&&(y=P.dx,F=P.dy)};document.addEventListener("mousemove",S),document.addEventListener("mouseup",()=>{let N=!1;if(i===_e.ROW){const P=l.trList,Y=P[n]||P[n-1],{defaultTrMinHeight:X}=this.options.table;F<0&&Y.height+F<X&&(F=X-Y.height),F&&(Y.height+=F,Y.minHeight=Y.height,N=!0)}else{const{colgroup:P}=l;if(P&&y)if(c&&r){P[n].width-y/a<=this.MIN_TD_WIDTH&&(y=(P[n].width-this.MIN_TD_WIDTH)*a);const Y=m+(l.translateX||0)*a;Y+y<L&&(y=L-Y),P[n].width-=y/a,l.width-=y/a,l.translateX=(l.translateX||0)+y/a,N=!0}else{const Y=P[n].width;y<0&&Y*a+y<this.MIN_TD_WIDTH*a&&(y=this.MIN_TD_WIDTH*a-Y*a);const X=P[n+1]?.width;if(y>0&&X&&X*a-y<this.MIN_TD_WIDTH*a&&(y=X*a-this.MIN_TD_WIDTH*a),n===P.length-1){const Q=m+(l.translateX||0)*a+l.width*a;Q+y>M&&(y=M-Q)}y&&(P.length-1!==n&&(P[n+1].width-=y/a),P[n].width+=y/a,N=!0)}}N&&this.draw.render({isSetCursor:!1}),E.remove(),document.removeEventListener("mousemove",S),document.body.style.cursor="",this.canvas.style.cursor="text"},{once:!0}),e.preventDefault()}_mousemove(t,e,n,i){if(!this.anchorLine)return null;const l=t.x-this.mousedownX,r=t.y-this.mousedownY;return e===_e.ROW?this.anchorLine.style.top=`${i+r}px`:this.anchorLine.style.left=`${n+l}px`,t.preventDefault(),{dx:l,dy:r}}}class Cd{draw;options;container;hyperlinkPopupContainer;hyperlinkDom;constructor(t){this.draw=t,this.options=t.getOptions(),this.container=t.getContainer();const{hyperlinkPopupContainer:e,hyperlinkDom:n}=this._createHyperlinkPopupDom();this.hyperlinkDom=n,this.hyperlinkPopupContainer=e}_createHyperlinkPopupDom(){const t=document.createElement("div");t.classList.add(`${tt}-hyperlink-popup`);const e=document.createElement("a");return e.target="_blank",e.rel="noopener",t.append(e),this.container.append(t),{hyperlinkPopupContainer:t,hyperlinkDom:e}}drawHyperlinkPopup(t,e){const{coordinate:{leftTop:[n,i]},lineHeight:l}=e,r=this.draw.getHeight(),a=this.draw.getPageGap(),c=this.draw.getPageNo()*(r+a);this.hyperlinkPopupContainer.style.display="block",this.hyperlinkPopupContainer.style.left=`${n}px`,this.hyperlinkPopupContainer.style.top=`${i+c+l}px`;const d=t.url||"#";this.hyperlinkDom.href=d,this.hyperlinkDom.title=d,this.hyperlinkDom.innerText=d}clearHyperlinkPopup(){this.hyperlinkPopupContainer.style.display="none"}openHyperlink(t){const e=window.open(t.url,"_blank");e&&(e.opener=null)}render(t,e,n,i){t.save(),t.font=e.style,e.color||(e.color=this.options.defaultHyperlinkColor),t.fillStyle=e.color,e.underline===void 0&&(e.underline=!0),t.fillText(e.value,n,i),t.restore()}}class Id{options;constructor(t){this.options=t.getOptions()}render(t,e,n,i){const{scale:l,label:{defaultBackgroundColor:r,defaultColor:a,defaultBorderRadius:c,defaultPadding:d}}=this.options,u=e.label?.backgroundColor||r,R=e.label?.color||a,h=e.label?.borderRadius||c,g=e.label?.padding||d;t.save(),t.font=e.style;const{width:T,height:f,boundingBoxAscent:m}=e.metrics;t.fillStyle=u,this._drawRoundedRect(t,n,i-m,T,f+(g[0]+g[3])*l,h*l),t.fill(),t.fillStyle=R,t.fillText(e.value,n+g[3]*l,i),t.restore()}_drawRoundedRect(t,e,n,i,l,r){t.beginPath(),t.moveTo(e+r,n),t.lineTo(e+i-r,n),t.quadraticCurveTo(e+i,n,e+i,n+r),t.lineTo(e+i,n+l-r),t.quadraticCurveTo(e+i,n+l,e+i-r,n+l),t.lineTo(e+r,n+l),t.quadraticCurveTo(e,n+l,e,n+l-r),t.lineTo(e,n+r),t.quadraticCurveTo(e,n,e+r,n),t.closePath()}}class Ld{options;draw;activeInlineEditor;constructor(t){this.draw=t,this.options=t.getOptions(),this.activeInlineEditor=null}render(t,e,n,i){const l=this.draw.getMode(),r=e.macroConfig;if(l===s.EditorMode.READONLY&&e.type!=="subTemplate"){this._renderPlainText(t,e,n,i,pi(e));return}if(l===s.EditorMode.EDIT){const c=e.label||e.value||"";this._renderEditMode(t,e,n,i,c);return}if(e.type==="macro"){const c=e.label||"",d=e.value||`获取 ${c}`;this._renderPlainText(t,e,n,i,d);return}if(e.type==="customMacro"){const c=r?.type||"text",d=r?.value||"",u=e.label||"";if(l===s.EditorMode.FORM)this.activeInlineEditor?.elementId===e.id&&this._syncInlineEditorPosition(),c==="select"?this._renderSelectControl(t,e,n,i,d):this._renderTextControl(t,e,n,i,d);else{const R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="reusableItem"){const d=e.reusableItemConfig?.value||"",u=e.label||"";if(l===s.EditorMode.FORM)this._renderTextControl(t,e,n,i,d);else{const R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="subTemplate"){const c=e.label||"子模板";l===s.EditorMode.FORM?e.subTemplateExpanded||this._renderEditMode(t,e,n,i,c):this._renderPlainText(t,e,n,i,c);return}const a=e.value||e.label||"";this._renderPlainText(t,e,n,i,a)}activateInlineEditor(t,e){if(this.draw.getMode()!==s.EditorMode.FORM||t.type!=="customMacro")return!1;const n=this._ensureMacroConfig(t),i=n.type||"text",l=this.activeInlineEditor;if(l&&l.elementId===t.id&&l.type===i)return l.input.focus(),l.input instanceof HTMLInputElement&&l.input.select(),!0;this.clearInlineEditor({isSubmitHistory:!1});const r=document.createElement("div");r.style.position="absolute",r.style.zIndex="1002",r.style.boxSizing="border-box",r.style.display="flex",r.style.alignItems="center";const a=this._getInlineEditorBaseStyle(t);let c;i==="select"?c=this._createSelectEditor(t,r):c=this._createTextEditor(t,r),c.style.boxSizing="border-box",c.style.width="100%",c.style.height="100%",c.style.border="none",c.style.outline="none",c.style.background="transparent",c.style.font=a.font,c.style.color=a.color,c.style.padding=a.padding,c.style.margin="0",r.append(c),r.addEventListener("mousedown",u=>u.stopPropagation()),r.addEventListener("click",u=>u.stopPropagation()),this.draw.getContainer().append(r),this.draw.setOverlayActive(!0);const d=u=>{const R=u.target;R instanceof Node&&r.contains(R)||this.clearInlineEditor()};return document.addEventListener("mousedown",d,!0),this.activeInlineEditor={elementId:t.id,index:e,type:i,wrapper:r,input:c,initialValue:n.value||"",initialCode:n.code,outsideHandler:d},this._syncInlineEditorPosition(),c.focus(),c instanceof HTMLInputElement?c.select():"showPicker"in c&&typeof c.showPicker=="function"?c.showPicker():c.click(),!0}clearInlineEditor(t={}){const e=this.activeInlineEditor;if(!e)return;const{isSubmitHistory:n=!0,isRestore:i=!1}=t;document.removeEventListener("mousedown",e.outsideHandler,!0);const l=this._getInlineEditorElement(e),r=l?.macroConfig,a=e.input.value||"",c=e.input instanceof HTMLSelectElement&&e.input.value||"";if(l&&r&&(i?(r.value=e.initialValue,e.type==="select"&&(r.code=e.initialCode)):e.type==="text"?r.value=a:(r.code=c||void 0,r.value=this._getSelectLabelByCode(r,c))),e.wrapper.remove(),this.activeInlineEditor=null,this.draw.setOverlayActive(!1),l&&!i){const d=this._ensureMacroConfig(l),u=d.value||"",R=d.code;u!==e.initialValue||R!==e.initialCode?this.draw.getCommand().setMacroValue({id:l.id,dictCode:l.dictCode,label:l.label,areaId:l.areaId,value:u,code:R,isSubmitHistory:n}):this.draw.render({isSubmitHistory:!1,isSetCursor:!1})}else this.draw.render({isSubmitHistory:!1,isSetCursor:!1})}_renderPlainText(t,e,n,i,l){t.save(),t.font=e.style,t.fillStyle=e.color||"#000000",t.textBaseline="alphabetic",t.fillText(l,n,i),t.restore()}_renderEditMode(t,e,n,i,l){const{scale:r}=this.options,a=e.type==="customMacro",c=e.type==="reusableItem",d=e.type==="subTemplate";let u,R;d?(u="#722ed1",R="#f9f0ff"):c?(u="#52c41a",R="#f6ffed"):a?(u="#fa8c16",R="#fff7e6"):(u="#1677ff",R="#e6f4ff"),t.save(),t.font=e.style;const h=t.measureText(l),g=h.actualBoundingBoxAscent+h.actualBoundingBoxDescent,T=8*r,f=4*r,m=4*r,C=h.width+T*2,I=g+f*2,p=e.metrics,L=n,M=i-p.boundingBoxAscent+(p.boundingBoxAscent+p.boundingBoxDescent-I)/2;t.fillStyle=R,this._drawRoundedRect(t,L,M,C,I,m),t.fill(),t.fillStyle=u,t.textBaseline="middle",t.fillText(l,n+T,M+I/2),t.restore()}_renderTextControl(t,e,n,i,l){const{scale:r,control:a,strikeoutColor:c}=this.options,{placeholderColor:d,bracketColor:u}=a;t.save(),t.font=e.style;const h=`请输入${e.label||""}`,g=l||h,f=t.measureText(g).width;t.fillStyle=u,t.textBaseline="alphabetic",t.fillText("[",n,i);const m=n+t.measureText("[").width;t.fillStyle=l?e.color||"#000000":d,t.fillText(g,m,i);const C=m+f;if(t.fillStyle=u,t.fillText("]",C,i),e.type==="reusableItem"){const I=t.measureText("[").width+f+t.measureText("]").width;if(t.lineWidth=r,this.draw.isPrintLikeMode()?t.strokeStyle="transparent":t.strokeStyle=c||"red",e.strikeout){const p=i-3*r,L=i+3.5*r;t.beginPath(),t.moveTo(n,p),t.lineTo(n+I,p),t.stroke(),t.beginPath(),t.moveTo(n,L),t.lineTo(n+I,L),t.stroke()}else if(e.underline&&e.textDecoration?.style==="double"){const p=Math.floor(i+2*r)+.5,L=3*r;t.beginPath(),t.moveTo(n,p),t.lineTo(n+I,p),t.stroke(),t.beginPath(),t.moveTo(n,p+L),t.lineTo(n+I,p+L),t.stroke()}}t.restore()}_renderSelectControl(t,e,n,i,l){const{scale:r,control:a}=this.options,{placeholderColor:c,bracketColor:d}=a;t.save(),t.font=e.style;const R=`请选择${e.label||""}`,h=l||R,g=t.measureText(h),T=g.actualBoundingBoxAscent+g.actualBoundingBoxDescent;t.fillStyle=d,t.textBaseline="alphabetic",t.fillText("[",n,i);const f=n+t.measureText("[").width;t.fillStyle=l?e.color||"#000000":c,t.fillText(h,f,i);const m=f+g.width+2*r,C=i-T/2;t.beginPath(),t.moveTo(m,C-2*r),t.lineTo(m+5*r,C-2*r),t.lineTo(m+2.5*r,C+2*r),t.closePath(),t.fillStyle="#666666",t.fill();const I=m+6*r;t.fillStyle=d,t.fillText("]",I,i),t.restore()}_drawRoundedRect(t,e,n,i,l,r){t.beginPath(),t.moveTo(e+r,n),t.lineTo(e+i-r,n),t.quadraticCurveTo(e+i,n,e+i,n+r),t.lineTo(e+i,n+l-r),t.quadraticCurveTo(e+i,n+l,e+i-r,n+l),t.lineTo(e+r,n+l),t.quadraticCurveTo(e,n+l,e,n+l-r),t.lineTo(e,n+r),t.quadraticCurveTo(e,n,e+r,n),t.closePath()}_createTextEditor(t,e){const n=document.createElement("input");return n.type="text",n.value=t.macroConfig?.value||"",n.placeholder=`请输入${t.label||""}`,n.style.minWidth="0",n.style.background="#ffffff",n.addEventListener("input",()=>{const i=this._ensureMacroConfig(t);i.value=n.value}),n.addEventListener("keydown",i=>{i.key==="Enter"?(i.preventDefault(),this.clearInlineEditor()):i.key==="Escape"&&(i.preventDefault(),this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0}))}),n.addEventListener("blur",()=>{this.activeInlineEditor?.input===n&&this.clearInlineEditor()}),e.style.background="#ffffff",e.style.border="1px solid #1677ff",e.style.borderRadius="4px",e.style.boxShadow="0 0 0 2px rgba(22, 119, 255, 0.12)",n}_createSelectEditor(t,e){const n=document.createElement("select"),i=this._ensureMacroConfig(t),l=document.createElement("option");return l.value="",l.textContent=`请选择${t.label||""}`,n.append(l),i.items?.forEach(r=>{const a=document.createElement("option");a.value=r.code,a.textContent=r.value,n.append(a)}),n.value=i.code||i.items?.find(r=>r.value===i.value)?.code||"",n.addEventListener("change",()=>{i.code=n.value||void 0,i.value=this._getSelectLabelByCode(i,n.value),this.clearInlineEditor()}),n.addEventListener("keydown",r=>{r.key==="Escape"?(r.preventDefault(),this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0})):r.key==="Enter"&&(r.preventDefault(),this.clearInlineEditor())}),n.addEventListener("blur",()=>{this.activeInlineEditor?.input===n&&this.clearInlineEditor()}),e.style.background="#ffffff",e.style.border="1px solid #1677ff",e.style.borderRadius="4px",e.style.boxShadow="0 0 0 2px rgba(22, 119, 255, 0.12)",n}_syncInlineEditorPosition(){const t=this.activeInlineEditor;if(!t)return;const e=this._getInlineEditorPosition(t);if(!e){this.clearInlineEditor({isSubmitHistory:!1});return}const n=e.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),[i,l]=e.coordinate.leftTop,r=Math.max(e.lineHeight,e.metrics.height),a=Math.max(e.metrics.width,80*this.options.scale),c=Math.max(0,(e.lineHeight-r)/2);t.wrapper.style.left=`${i}px`,t.wrapper.style.top=`${l+n+c}px`,t.wrapper.style.width=`${a}px`,t.wrapper.style.height=`${r}px`}_getInlineEditorBaseStyle(t){return{font:this.draw.getElementFont(t),color:t.color||"#000000",padding:`0 ${6*this.options.scale}px`}}_getInlineEditorElement(t){const e=this.draw.getElementList()[t.index];return e?.id===t.elementId?e:t.elementId?this.draw.getElementList().find(n=>n.id===t.elementId)||null:e||null}_getInlineEditorPosition(t){return this.draw.getPosition().getPositionList()[t.index]||null}_ensureMacroConfig(t){return t.macroConfig||(t.macroConfig={type:"text"}),t.macroConfig}_getSelectLabelByCode(t,e){return e&&t.items?.find(n=>n.code===e)?.value||""}}class Pd{draw;position;zone;options;elementList;rowList;positionList;constructor(t,e){this.draw=t,this.position=t.getPosition(),this.zone=t.getZone(),this.options=t.getOptions(),this.elementList=e||[],this.rowList=[],this.positionList=[]}getRowList(){return this.rowList}setElementList(t){this.elementList=t}getElementList(){return this.elementList}getPositionList(){return this.positionList}compute(){this.recovery(),this._computeRowList(),this._computePositionList()}recovery(){this.rowList=[],this.positionList=[]}_computeRowList(){const t=this.draw.getInnerWidth(),e=this.draw.getMargins(),n=Ii(this.elementList);this.rowList=this.draw.computeRowList({startX:e[3],startY:this.getHeaderTop(),innerWidth:t,elementList:this.elementList,surroundElementList:n})}_computePositionList(){const t=this.getHeaderTop(),e=this.draw.getInnerWidth(),i=this.draw.getMargins()[3],l=t;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:i,startY:l,innerWidth:e,zone:s.EditorZone.HEADER})}getHeaderTop(){const{header:{top:t,disabled:e},scale:n}=this.options;return e?0:Math.floor(t*n)}getMaxHeight(){const{header:{maxHeightRadio:t}}=this.options,e=this.draw.getHeight();return Math.floor(e*Cs[t])}getHeight(){if(this.options.header.disabled)return 0;const t=this.getMaxHeight(),e=this.getRowHeight();return e>t?t:e}getRowHeight(){return this.rowList.reduce((t,e)=>t+e.height,0)}getExtraHeight(){const t=this.draw.getMargins(),e=this.getHeight(),i=this.getHeaderTop()+e-t[0];return i<=0?0:i}render(t,e){t.save(),t.globalAlpha=this.zone.isHeaderActive()?1:this.options.header.inactiveAlpha;const n=this.draw.getInnerWidth(),i=this.getMaxHeight(),l=[];let r=0;for(let a=0;a<this.rowList.length;a++){const c=this.rowList[a];if(r+c.height>i)break;l.push(c),r+=c.height}this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:l,pageNo:e,startIndex:0,innerWidth:n,zone:s.EditorZone.HEADER}),t.restore()}}class Ed{getOffsetY(t){return-t.metrics.height/2}render(t,e,n,i){t.save(),t.font=e.style,e.color&&(t.fillStyle=e.color),t.fillText(e.value,n,i+this.getOffsetY(e)),t.restore()}}class Md{getOffsetY(t){return t.metrics.height/2}render(t,e,n,i){t.save(),t.font=e.style,e.color&&(t.fillStyle=e.color),t.fillText(e.value,n,i+this.getOffsetY(e)),t.restore()}}class Od{options;constructor(t){this.options=t.getOptions()}render(t,e,n,i){t.save();const{scale:l,separator:{lineWidth:r,strokeStyle:a}}=this.options;t.lineWidth=(e.lineWidth||r)*l,t.strokeStyle=e.color||a,e.dashArray?.length&&t.setLineDash(e.dashArray);const c=Math.round(i);t.translate(0,t.lineWidth/2),t.beginPath(),t.moveTo(n,c),t.lineTo(n+e.width*l,c),t.stroke(),t.restore()}}class Sd{draw;options;i18n;constructor(t){this.draw=t,this.options=t.getOptions(),this.i18n=t.getI18n()}render(t,e,n,i){const{pageBreak:{font:l,fontSize:r,lineDash:a}}=this.options,c=this.i18n.t("pageBreak.displayName"),{scale:d,defaultRowMargin:u}=this.options,R=r*d,h=e.width*d,g=this.draw.getDefaultBasicRowMarginHeight()*u;t.save(),t.font=`${R}px ${l}`;const T=t.measureText(c),f=(h-T.width)/2;t.setLineDash(a),t.translate(0,.5+g),t.beginPath(),t.moveTo(n,i),t.lineTo(n+f,i),t.moveTo(n+f+T.width,i),t.lineTo(n+h,i),t.stroke(),t.fillText(c,n+f,i+T.actualBoundingBoxAscent-R/2),t.restore()}}class Xd{draw;options;imageCache;constructor(t){this.draw=t,this.options=t.getOptions(),this.imageCache=new Map}renderText(t,e){const{watermark:{data:n,opacity:i,font:l,size:r,color:a,repeat:c,gap:d,numberType:u},scale:R}=this.options,h=this.draw.getWidth(),g=this.draw.getHeight();t.save(),t.globalAlpha=i,t.font=`${r*R}px ${l}`;let T=n;const f=new RegExp($n.PAGE_NO);f.test(T)&&(T=Un.formatNumberPlaceholder(T,e+1,f,u));const m=new RegExp($n.PAGE_COUNT);m.test(T)&&(T=Un.formatNumberPlaceholder(T,this.draw.getPageCount(),m,u));const C=t.measureText(T);if(c){const I=this.draw.getPagePixelRatio(),p=document.createElement("canvas"),L=p.getContext("2d"),M=C.width,O=C.actualBoundingBoxAscent+C.actualBoundingBoxDescent,b=Math.sqrt(Math.pow(M,2)+Math.pow(O,2)),D=b+2*d[0]*R,W=b+2*d[1]*R;p.width=D,p.height=W,p.style.width=`${D*I}px`,p.style.height=`${W*I}px`,L.translate(D/2,W/2),L.rotate(-45*Math.PI/180),L.translate(-D/2,-W/2),L.font=`${r*R}px ${l}`,L.fillStyle=a,L.fillText(T,(D-M)/2,(W-O)/2+C.actualBoundingBoxAscent);const V=t.createPattern(p,"repeat");V&&(t.fillStyle=V,t.fillRect(0,0,h,g))}else{const I=h/2,p=g/2;t.fillStyle=a,t.translate(I,p),t.rotate(-45*Math.PI/180),t.fillText(T,-C.width/2,C.actualBoundingBoxAscent-r*R/2)}t.restore()}renderImage(t){const{watermark:{width:e,height:n,data:i,opacity:l,repeat:r,gap:a},scale:c}=this.options;if(!this.imageCache.has(i)){const g=new Image;g.setAttribute("crossOrigin","Anonymous"),g.src=i,g.onload=()=>{this.imageCache.set(i,g),this.draw.render({isCompute:!1,isSubmitHistory:!1})};return}const d=this.draw.getWidth(),u=this.draw.getHeight(),R=e*c,h=n*c;if(t.save(),t.globalAlpha=l,r){const g=this.draw.getPagePixelRatio(),T=document.createElement("canvas"),f=T.getContext("2d"),m=Math.sqrt(Math.pow(R,2)+Math.pow(h,2)),C=m+2*a[0]*c,I=m+2*a[1]*c;T.width=C,T.height=I,T.style.width=`${C*g}px`,T.style.height=`${I*g}px`,f.translate(C/2,I/2),f.rotate(-45*Math.PI/180),f.translate(-C/2,-I/2),f.drawImage(this.imageCache.get(i),(C-R)/2,(I-h)/2,R,h);const p=t.createPattern(T,"repeat");p&&(t.fillStyle=p,t.fillRect(0,0,d,u))}else{const g=d/2,T=u/2;t.translate(g,T),t.rotate(-45*Math.PI/180),t.drawImage(this.imageCache.get(i),-R/2,-h/2,R,h)}t.restore()}render(t,e){this.options.watermark.type===s.WatermarkType.IMAGE?this.renderImage(t):this.renderText(t,e)}}class Nd{draw;control;options;highlightList;highlightMatchResult;constructor(t){this.draw=t.getDraw(),this.control=t,this.options=this.draw.getOptions(),this.highlightList=[],this.highlightMatchResult=[]}getControlHighlight(t,e){const{control:{activeBackgroundColor:n,disabledBackgroundColor:i,existValueBackgroundColor:l,noValueBackgroundColor:r,inlineControlBackgroundColor:a}}=this.options,c=t[e],d=this.draw.isPrintLikeMode(),u=this.draw.getMode(),R=u===s.EditorMode.EDIT||u===s.EditorMode.FORM,h=this.control.getActiveControl()?.getElement(),g=this._getControlType(t,e);let T=!1,f=!1,m=!1,C=!1;c.highlight||(T=!d&&!!n&&!!h&&c.controlId===h.controlId&&!this.control.getIsRangeInPostfix()),T||(f=!d&&!!i&&!!c.control?.disabled),f||(m=!d&&!!l&&!!c.controlId&&this.control.getIsExistValueByElementListIndex(t,e)),m||(C=!d&&!!r&&!!c.controlId&&!this.control.getIsExistValueByElementListIndex(t,e));const I=R&&!!a&&(g===s.ControlType.NUMBER||g===s.ControlType.SELECT||g===s.ControlType.DATE);return(T?n:"")||(f?i:"")||(m?l:"")||(C?r:"")||(I?a:"")}getIsInlineControlBackground(t,e){const n=this.draw.getMode(),i=this._getControlType(t,e);return!!((n===s.EditorMode.EDIT||n===s.EditorMode.FORM)&&this.options.control.inlineControlBackgroundColor&&(i===s.ControlType.NUMBER||i===s.ControlType.SELECT||i===s.ControlType.DATE))}_getControlType(t,e){const n=t[e];if(n.control?.type)return n.control.type;if(n.controlId){for(let i=e-1;i>=0;i--){const l=t[i];if(l.controlId!==n.controlId)break;if(l.control?.type)return l.control.type}for(let i=e+1;i<t.length;i++){const l=t[i];if(l.controlId!==n.controlId)break;if(l.control?.type)return l.control.type}}}getHighlightMatchResult(){return this.highlightMatchResult}getHighlightList(){return this.highlightList}setHighlightList(t){this.highlightList=t}computeHighlightList(){const t=this.draw.getSearch(),e=(n,i)=>{let l=0;for(;l<n.length;){const r=n[l];if(l++,r.type===s.ElementType.TABLE){const T=r.trList;for(let f=0;f<T.length;f++){const m=T[f];for(let C=0;C<m.tdList.length;C++){const I=m.tdList[C],p={tableId:r.id,tableIndex:l-1,trIndex:f,tdIndex:C,tdId:I.id};e(I.value,p)}}}const a=r?.control;if(!a)continue;const c=this.highlightList.findIndex(T=>T.id===r.controlId||a.conceptId&&a.conceptId===T.conceptId);if(!~c)continue;const d=l;let u=l;for(;u<n.length&&n[u].controlId===r.controlId;)u++;l=u;const R=n.slice(d,u).map(T=>T.controlComponent===s.ControlComponent.VALUE?T:{value:_}),h=this.highlightList[c],{ruleList:g}=h;for(let T=0;T<g.length;T++){const f=g[T],m=t.getMatchList(f.keyword,R);this.highlightMatchResult.push(...m.map(C=>({...C,...f,...i,index:C.index+d})))}}};this.highlightMatchResult=[],e(this.draw.getOriginalMainElementList())}renderHighlightList(t,e){if(!this.highlightMatchResult?.length)return;const{searchMatchAlpha:n,searchMatchColor:i}=this.options,l=this.draw.getPosition().getOriginalPositionList(),r=this.draw.getOriginalElementList();t.save();for(let a=0;a<this.highlightMatchResult.length;a++){const c=this.highlightMatchResult[a];let d=null;if(c.tableId){const{tableIndex:I,trIndex:p,tdIndex:L,index:M}=c;d=r[I]?.trList[p].tdList[L]?.positionList[M]}else d=l[c.index];if(!d)continue;const{coordinate:{leftTop:u,leftBottom:R,rightTop:h},pageNo:g}=d;if(g!==e)continue;t.fillStyle=c.backgroundColor||i,t.globalAlpha=c.alpha||n;const T=u[0],f=u[1],m=h[0]-u[0],C=R[1]-u[1];t.fillRect(T,f,m,C)}t.restore()}}const ar={error:{borderColor:"#ff4d4f",backgroundColor:"rgba(255,77,79,0.08)"},warning:{borderColor:"#faad14",backgroundColor:"rgba(250,173,20,0.08)"},warn:{borderColor:"#faad14",backgroundColor:"rgba(250,173,20,0.08)"},info:{borderColor:"#1677ff",backgroundColor:"rgba(22,119,255,0.08)"}},Fd="#ff4d4f",yd=5e3,Di=4;class bd{draw;options;marks;underlineTimer;underlineVisible;constructor(t){this.draw=t,this.options=t.getOptions(),this.marks=[],this.underlineTimer=null,this.underlineVisible=!1}setMarks(t){this._clearUnderlineTimer(),this.marks=t.slice(),this.underlineVisible=this.marks.length>0,this.marks.length&&(this.underlineTimer=window.setTimeout(()=>{this.underlineVisible=!1,this.underlineTimer=null,this.draw.render({isSetCursor:!1,isSubmitHistory:!1})},yd))}getMarks(){return this.marks}render(t,e,n,i,l,r,a){if(!this.marks.length||this.draw.isPrintLikeMode())return;const c=this._getRegions(e,n,i,l,r,a);if(c.length){t.save();for(let d=0;d<c.length;d++){const u=c[d],R=this._getStyle(u.mark),h=Math.max(1,this.options.scale),g=u.x-h,T=u.y-h,f=Math.max(1,u.width+h*2),m=Math.max(1,u.height+h*2),C=Math.max(2,this.options.scale*2);if(this.underlineVisible&&R.borderColor&&u.hasUnderline&&(t.lineWidth=C,t.strokeStyle=R.borderColor,t.beginPath(),t.moveTo(u.underlineX,u.underlineY),t.lineTo(u.underlineRight,u.underlineY),t.stroke()),u.drawRequired){this._renderRequiredMark(t,u,g);continue}if(R.borderColor){t.lineWidth=C;const I=Math.min(Math.max(8*this.options.scale,m*.3),m/2),p=g+f,L=T+m;t.beginPath(),u.drawLeft&&(t.moveTo(g+I,T),t.lineTo(g,T),t.lineTo(g,L)),u.drawRight&&(t.moveTo(p-I,L),t.lineTo(p,L),t.lineTo(p,T)),t.stroke()}}t.restore()}}_getRegions(t,e,n,i,l,r){const a=this._getParentMap(t),c=this.marks.map(h=>this._getTargetControlIds(t,h)),d=c.map(h=>this._getTitleTargets(t,h)),u=[];for(let h=0;h<n.length;h++){const g=n[h],T=new Map,f=e[g.startIndex],m=f?Math.min(f.coordinate.leftTop[0],f.coordinate.leftBottom[0])-(g.offsetX||0):0,C=f?m+(r||this.draw.getInnerWidth()):0;for(let I=0;I<g.elementList.length;I++){const p=g.elementList[I],L=g.startIndex+I,M=e[L];if(!M||l===s.EditorZone.MAIN&&M.pageNo!==i)continue;const O=this._getTargetIdsForElement(this._getQualityTargetId(p),c,a);for(let v=0;v<d.length;v++){const w=d[v].get(L);w&&w.forEach(j=>{O.some(J=>J.markIndex===v&&J.controlId===j)||O.push({markIndex:v,controlId:j})})}if(!O.length)continue;const b=M.coordinate.leftTop,D=M.coordinate.rightTop,W=M.coordinate.leftBottom,V=M.coordinate.rightBottom,E=Math.min(b[0],W[0]),y=Math.max(D[0],V[0]),F=Math.min(b[1],D[1]),S=Math.max(W[1],V[1]),N=M.metrics.boundingBoxAscent+M.metrics.boundingBoxDescent,P=F+M.ascent-M.metrics.boundingBoxAscent,Y=N>0?P:F,X=N>0?P+N:S,U=this._isButtonElement(p),Q=f?Math.max(E,Math.min(y,C)):y;for(let v=0;v<O.length;v++){const{markIndex:w,controlId:j}=O[v],J=`${w}:${j}:${g.startIndex}`,A=T.get(J),x={x:E,y:Y,right:y,bottom:X};if(A){const k=this._mergeBounds(A,x);A.x=k.x,A.y=k.y,A.width=Math.max(1,k.right-k.x),A.height=Math.max(1,k.bottom-k.y),U||(A.hasUnderline?(A.underlineX=Math.min(A.underlineX,E),A.underlineY=Math.max(A.underlineY,X+Di),A.underlineRight=Math.max(A.underlineRight,Q)):(A.underlineX=E,A.underlineY=X+Di,A.underlineRight=Q),A.hasUnderline=!0)}else T.set(J,{mark:this.marks[w],targetKey:`${w}:${j}`,x:E,y:Y,width:Math.max(1,y-E),height:Math.max(1,X-Y),baseline:F+M.ascent,font:p.style||this.draw.getElementFont(p,this.options.scale),underlineX:E,underlineY:X+Di,underlineRight:Q,hasUnderline:!U,drawLeft:!1,drawRight:!1,drawRequired:!1})}}u.push(...T.values())}const R=new Map;for(let h=0;h<u.length;h++){const g=u[h],T=R.get(g.targetKey)||[];T.push(g),R.set(g.targetKey,T)}return R.forEach(h=>{this._isRequiredMark(h[0].mark)?h[0].drawRequired=!0:(h[0].drawLeft=!0,h[h.length-1].drawRight=!0)}),u}_renderRequiredMark(t,e,n){t.save(),t.font=e.font,t.fillStyle=e.mark.style?.borderColor||Fd,t.textBaseline="alphabetic";const i=t.measureText("*").width,l=Math.max(2,this.options.scale*2);t.fillText("*",n-i-l,e.baseline),t.restore()}_clearUnderlineTimer(){this.underlineTimer!==null&&(window.clearTimeout(this.underlineTimer),this.underlineTimer=null)}_mergeBounds(t,e){return{x:Math.min(t.x,e.x),y:Math.min(t.y,e.y),right:Math.max(t.x+t.width,e.right),bottom:Math.max(t.y+t.height,e.bottom)}}_getParentMap(t){const e=new Map;for(let n=0;n<t.length;n++){const i=t[n],l=this._getQualityTargetId(i);l&&i.originControlId&&e.set(l,i.originControlId)}return e}_getTitleTargets(t,e){const n=new Map;return e.forEach(i=>{const l=t.findIndex(h=>this._getQualityTargetId(h)===i);if(l<0)return;const r=t[l],a=r.control,c=this._getTitleTextBefore(t,l);if(!c)return;const d=[a?.label,a?.placeholder].concat(this._isMacroElement(r)?[r.label]:[]).filter(Boolean).map(h=>this._normalizeTitleText(h)),u=this._normalizeTitleText(c);if(!d.some(h=>h===u||h.includes(u)||u.includes(h)))return;let R=l-1;for(;R>=0&&this._isTitleValueElement(t[R]);){let h=n.get(R);h||(h=new Set,n.set(R,h)),h.add(i),R--}}),n}_getTitleTextBefore(t,e){const n=t[e-1];if(n?.type===s.ElementType.TITLE)return n.valueList?.map(r=>r.value).join("")||"";if(!this._isTitleValueElement(n))return"";const i=n.titleId;let l=e-1;for(;l>=0&&this._isTitleValueElement(t[l])&&t[l].titleId===i;)l--;return t.slice(l+1,e).map(r=>r.value).join("")}_isTitleValueElement(t){return!!t?.titleId&&!!t.level}_normalizeTitleText(t){return t.replace(/\s/g,"").replace(/[::]+$/,"")}_getTargetControlIds(t,e){const n=new Set,i=e.id?"id":e.conceptId?"conceptId":e.code?"code":null;if(!i)return n;for(let l=0;l<t.length;l++){const r=t[l],a=this._getQualityTargetId(r);if(!a)continue;const c=r.control?.conceptId||r.conceptId,d=r.control?.code||r.macroConfig?.code||r.dictCode;(i==="id"&&a===e.id||i==="conceptId"&&c===e.conceptId||i==="code"&&d===e.code)&&n.add(a)}return n}_getQualityTargetId(t){if(t.controlId)return t.controlId;if(this._isMacroElement(t))return t.id}_isMacroElement(t){return[s.ElementType.MACRO,s.ElementType.CUSTOM_MACRO,s.ElementType.REUSABLE_ITEM].includes(t.type)}_getTargetIdsForElement(t,e,n){if(!t)return[];const i=[];for(let l=0;l<e.length;l++){const r=e[l];let a=t;const c=new Set;for(;a&&!c.has(a);){if(r.has(a)){i.push({markIndex:l,controlId:a});break}c.add(a),a=n.get(a)}}return i}_getStyle(t){return{...ar[t.type?.toLowerCase()||"error"]||ar.error,...t.style}}_isRequiredMark(t){return t.required===!0||["required","required-empty","required_empty"].includes(t.type?.toLowerCase()||"")}_isButtonElement(t){return t.type===s.ElementType.BUTTON||t.control?.type===s.ControlType.BUTTON&&!t.control.buttonText}}class Dd{borderRect;options;constructor(t){this.borderRect=this.clearBorderInfo(),this.options=t.getOptions()}clearBorderInfo(){return this.borderRect={x:0,y:0,width:0,height:0},this.borderRect}recordBorderInfo(t,e,n,i){!this.borderRect.width&&(this.borderRect.x=t,this.borderRect.y=e,this.borderRect.height=i),this.borderRect.width+=n}render(t){if(!this.borderRect.width)return;const{scale:e,control:{borderWidth:n,borderColor:i}}=this.options,{x:l,y:r,width:a,height:c}=this.borderRect;t.save(),t.translate(0,1*e),t.lineWidth=n*e,t.strokeStyle=i,t.beginPath(),t.rect(l,r,a,c),t.stroke(),t.restore(),this.clearBorderInfo()}}class jn{draw;element;control;isPopup;selectDom;options;VALUE_DELIMITER=",";DEFAULT_MULTI_SELECT_DELIMITER=",";constructor(t,e){const n=e.getDraw();this.draw=n,this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1,this.selectDom=null}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getCodes(){return this.element?.control?.code?this.element.control.code.split(","):[]}getText(t){if(!this.element?.control)return null;const e=this.element.control;if(!e.valueSets?.length)return null;const n=e?.multiSelectDelimiter||this.DEFAULT_MULTI_SELECT_DELIMITER,i=e.valueSets,l=[];return t.forEach(r=>{const a=i.find(c=>c.code===r);a&&!Os(a.value)&&l.push(a.value)}),l.join(n)||null}getValue(t={}){const{elementList:e,range:n}=this.control.mergeControl(t),{startIndex:i}=n,l=e[i],r=[];let a=i;for(;a>=0;){const d=e[a];if(!d||d.controlId!==l.controlId||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT)break;d.controlComponent===s.ControlComponent.VALUE&&r.unshift(d),a--}let c=i+1;for(;c<e.length;){const d=e[c];if(d.controlId!==l.controlId||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT)break;d.controlComponent===s.ControlComponent.VALUE&&r.push(d),c++}return r}setValue(t,e={},n={}){if(!this.element.control?.selectExclusiveOptions?.inputAble||!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e);this.control.shrinkBoundary(e);const{startIndex:r,endIndex:a}=l,c=this.control.getDraw();r!==a?c.spliceElementList(i,r+1,a-r):this.control.removePlaceholder(r,{elementList:i});const d=i[r],u=d.type&&!Ie.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?ie(d,["control","controlId",...ue]):Ce(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const g={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[g],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[g])}return R+t.length-1}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.element.control?.selectExclusiveOptions?.inputAble;if(t.key===s.KeyMap.Backspace)return i!==l?c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect():r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1):this.clearSelect();if(t.key===s.KeyMap.Delete){if(i!==l)return c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect();{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect()}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();return t===e?t:this.clearSelect()}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=t.elementList||this.control.getElementList(),{startIndex:r}=t.range||this.control.getRange(),a=l[r];let c=-1,d=-1,u=r;for(;u>0;){const g=l[u];if(g.controlId!==a.controlId||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT){c=u;break}u--}let R=r+1;for(;R<l.length;){const g=l[R];if(g.controlId!==a.controlId||g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT){d=R-1;break}R++}return!~c||!~d?-1:(this.control.getDraw().spliceElementList(l,c+1,d-c,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(u,t),this.control.setControlProperties({code:void 0},{elementList:l,range:{startIndex:u,endIndex:u}}),u)}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.element.control,a=t?.split(this.VALUE_DELIMITER)||[],c=r.code,d=r.code?.split(this.VALUE_DELIMITER)||[],u=r.isMultiSelect;if(!u&&t===c||u&&Ms(d,a)){this.control.repaintControl({curIndex:l.startIndex,isCompute:!1,isSubmitHistory:!1}),this.destroy();return}const R=r.valueSets;if(!Array.isArray(R)||!R.length)return;const h=this.getText(a);if(!h){if(c){const L=this.clearSelect(e,{isIgnoreDeletedRule:n.isIgnoreDeletedRule});~L&&(this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({controlValue:[]}))}return}const g=this.getValue(e)[0],T=g?ie(g,Ne):ie(i[l.startIndex],ue),f=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~f)return;c||this.control.removePlaceholder(f,e);const m=Ce(i[f],Ne),C=f+1,I=Dt(h),p=this.control.getDraw();for(let L=0;L<I.length;L++){const M={...T,...m,type:s.ElementType.TEXT,value:I[L],controlComponent:s.ControlComponent.VALUE};(M.color===this.options.control.bracketColor||M.color===this.options.control.placeholderColor)&&(M.color=this.options.defaultColor),re(i,[M],f,{editorOptions:this.options}),p.spliceElementList(i,C+L,0,[M])}if(this.control.setControlProperties({code:t},{elementList:i,range:{startIndex:f,endIndex:f}}),!e.range){const L=C+I.length-1;this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({context:e}),u||this.destroy()}}_createSelectPopupDom(){const t=this.element.control,e=t.valueSets;if(!Array.isArray(e)||!e.length)return;const n=this.control.getPosition();if(!n)return;const i=document.createElement("div");i.classList.add(`${tt}-select-control-popup`),i.setAttribute(Ue,s.EditorComponent.POPUP);const l=document.createElement("ul");let r=null;for(let h=0;h<e.length;h++){const g=e[h],T=document.createElement("li");let f=this.getCodes();f.includes(g.code)&&(T.classList.add("active"),r=T),T.onclick=()=>{const m=f.findIndex(C=>C===g.code);t.isMultiSelect?~m?f.splice(m,1):f.push(g.code):~m?f=[]:f=[g.code],this.setSelect(f.join(this.VALUE_DELIMITER))},T.append(document.createTextNode(g.value)),l.append(T)}i.append(l);const{coordinate:{leftTop:[a,c]},lineHeight:d}=n,u=this.control.getPreY();i.style.left=`${a}px`,i.style.top=`${c+u+d}px`,this.control.getContainer().append(i),this.selectDom=i,r&&Xs(i,r)}awake(){if(this.isPopup||this.control.getIsDisabledControl())return;const{startIndex:t}=this.control.getRange(),n=this.control.getElementList()[t];if(!n||n.controlId!==this.element.controlId||n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||n.controlComponent===s.ControlComponent.POST_TEXT)return;const l=n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRE_TEXT||n.controlComponent===s.ControlComponent.PLACEHOLDER;!this.control.getIsRangeWithinControl()&&!l||(this._createSelectPopupDom(),this.isPopup=!0)}destroy(){this.isPopup&&(this.selectDom?.remove(),this.isPopup=!1)}}var cr;function st(){return cr.apply(null,arguments)}function Vd(o){cr=o}function ye(o){return o instanceof Array||Object.prototype.toString.call(o)==="[object Array]"}function Ln(o){return o!=null&&Object.prototype.toString.call(o)==="[object Object]"}function Kt(o,t){return Object.prototype.hasOwnProperty.call(o,t)}function Vi(o){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(o).length===0;var t;for(t in o)if(Kt(o,t))return!1;return!0}function me(o){return o===void 0}function $e(o){return typeof o=="number"||Object.prototype.toString.call(o)==="[object Number]"}function qn(o){return o instanceof Date||Object.prototype.toString.call(o)==="[object Date]"}function dr(o,t){var e=[],n,i=o.length;for(n=0;n<i;++n)e.push(t(o[n],n));return e}function un(o,t){for(var e in t)Kt(t,e)&&(o[e]=t[e]);return Kt(t,"toString")&&(o.toString=t.toString),Kt(t,"valueOf")&&(o.valueOf=t.valueOf),o}function Ae(o,t,e,n){return wr(o,t,e,n,!0).utc()}function Wd(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function Ot(o){return o._pf==null&&(o._pf=Wd()),o._pf}var Wi;Array.prototype.some?Wi=Array.prototype.some:Wi=function(o){var t=Object(this),e=t.length>>>0,n;for(n=0;n<e;n++)if(n in t&&o.call(this,t[n],n,t))return!0;return!1};function Yi(o){var t=null,e=!1,n=o._d&&!isNaN(o._d.getTime());if(n&&(t=Ot(o),e=Wi.call(t.parsedDateParts,function(i){return i!=null}),n=t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&e),o._strict&&(n=n&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===void 0)),Object.isFrozen==null||!Object.isFrozen(o))o._isValid=n;else return n;return o._isValid}function Fo(o){var t=Ae(NaN);return o!=null?un(Ot(t),o):Ot(t).userInvalidated=!0,t}var ur=st.momentProperties=[],Ui=!1;function wi(o,t){var e,n,i,l=ur.length;if(me(t._isAMomentObject)||(o._isAMomentObject=t._isAMomentObject),me(t._i)||(o._i=t._i),me(t._f)||(o._f=t._f),me(t._l)||(o._l=t._l),me(t._strict)||(o._strict=t._strict),me(t._tzm)||(o._tzm=t._tzm),me(t._isUTC)||(o._isUTC=t._isUTC),me(t._offset)||(o._offset=t._offset),me(t._pf)||(o._pf=Ot(t)),me(t._locale)||(o._locale=t._locale),l>0)for(e=0;e<l;e++)n=ur[e],i=t[n],me(i)||(o[n]=i);return o}function to(o){wi(this,o),this._d=new Date(o._d!=null?o._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),Ui===!1&&(Ui=!0,st.updateOffset(this),Ui=!1)}function be(o){return o instanceof to||o!=null&&o._isAMomentObject!=null}function Rr(o){st.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+o)}function Me(o,t){var e=!0;return un(function(){if(st.deprecationHandler!=null&&st.deprecationHandler(null,o),e){var n=[],i,l,r,a=arguments.length;for(l=0;l<a;l++){if(i="",typeof arguments[l]=="object"){i+=`
107
- [`+l+"] ";for(r in arguments[0])Kt(arguments[0],r)&&(i+=r+": "+arguments[0][r]+", ");i=i.slice(0,-2)}else i=arguments[l];n.push(i)}Rr(o+`
105
+ `:""}`})}else if(c.type===s.ElementType.CHECKBOX)r+=c.checkbox?.value?"☑":"□";else if(c.type===s.ElementType.RADIO)r+=c.radio?.value?"☉":"○";else if(!c.type||c.type===s.ElementType.LATEX||Ie.includes(c.type)){let d="";if(c.type===s.ElementType.CONTROL){const u=c.control.value?.[0]?.value||"";d=u?`${c.control?.preText||""}${u}${c.control?.postText||""}`:""}else c.type===s.ElementType.DATE?d=c.valueList?.map(u=>u.value).join("")||"":d=c.value;r+=d.replace(new RegExp(`${H}`,"g"),`
106
+ `)}}return r}return i(n)}function Ii(o){return oi(o,["metrics","style"])}function Vn(o){return!!o?.type&&(Ca.includes(o.type)||o.imgDisplay===s.ImageDisplay.INLINE)}function Tc(o,t){const e=document.createElement(t);for(let n=0;n<o.attributes.length;n++){const i=o.attributes[n];e.setAttribute(i.name,i.value)}return e.innerHTML=o.innerHTML,e}function Li(o){const t=[];for(let e=0;e<o.length;e++){const n=o[e];n?.imgDisplay===s.ImageDisplay.SURROUND&&t.push(n)}return t}function fc(o,t){for(let e=o.length-1;e>=0;e--)o[e].imgFloatPosition?.pageNo===t&&o.splice(e,1)}function ae(o){return o?!!(o.hide||o.control?.hide||o.area?.hide):!0}function Wn(o,t,e=s.LocationPosition.BEFORE){if(!ae(o[t]))return t;let n=t;if(e===s.LocationPosition.BEFORE)for(n=t-1;n>0;){if(!ae(o[n]))return n;n--}else for(n=t+1;n<o.length;){if(!ae(o[n]))return n;n++}return n}const Gs=`${Bn}-control`;function mc(o){localStorage.setItem(Bn,JSON.stringify({text:o.text,elementList:o.elementList}))}function xs(){const o=localStorage.getItem(Bn);return o?JSON.parse(o):null}function Bs(){localStorage.removeItem(Bn)}function pc(o){localStorage.setItem(Gs,JSON.stringify(o))}function Js(){const o=localStorage.getItem(Gs);return o?JSON.parse(o):null}function Cc(){return!!Js()?.element}async function Ic(o,t,e){if(!o&&!t&&!e.length)return;const n=new Blob([o],{type:"text/plain"}),i=new Blob([t],{type:"text/html"});if(window.ClipboardItem){const l=new ClipboardItem({[n.type]:n,[i.type]:i});await window.navigator.clipboard.write([l])}else{const l=document.createElement("div");l.setAttribute("contenteditable","true"),l.innerHTML=t,document.body.append(l);const r=window.getSelection(),a=document.createRange(),c=document.createElement("span");c.innerText=`
107
+ `,l.append(c),a.selectNodeContents(l),r?.removeAllRanges(),r?.addRange(a),document.execCommand("copy"),l.remove()}mc({text:o,elementList:e})}async function $s(o,t){const e=bn(o,t);document.body.append(e);const n=e.innerText;e.remove();const i=e.innerHTML;!n&&!i&&!o.length||await Ic(n,i,Yt(o))}function Lc(o){let t=!1;for(let e=0;e<o.items.length;e++)if(o.items[e].kind==="file"){t=!0;break}return t}function Pi(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled()||e.getControl().getIsDisabledPasteControl())return;const n=e.getRange(),{startIndex:i}=n.getRange(),l=e.getElementList();if(~i&&!n.getIsSelectAll()){const r=l[i];if(r?.titleId||r?.listId){let a=0;for(;a<t.length;){const c=t[a];if(r.titleId&&/^\n/.test(c.value))break;if(La.includes(c.type)){if(t.splice(a,1),c.valueList)for(let d=0;d<c.valueList.length;d++){const u=c.valueList[d];u.value===H||u.value===`
108
+ `||(t.splice(a,0,u),a++)}a--}a++}}re(l,t,i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()})}e.insertElementList(t)}function zs(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=Dn(t,{innerWidth:e.getOriginalInnerWidth()});Pi(o,n)}function Ei(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=e.getRange(),{startIndex:i}=n.getRange(),l=e.getElementList(),r=new FileReader;r.readAsDataURL(t),r.onload=()=>{const a=new Image,c=r.result;a.src=c,a.onload=()=>{const d={value:c,type:s.ElementType.IMAGE,width:a.width,height:a.height};~i&&re(l,[d],i,{editorOptions:e.getOptions()}),e.insertElementList([d])}}}function Pc(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=t.clipboardData;if(!n)return;const{paste:i}=e.getOverride();if(i&&i(t)?.preventDefault!==!1)return;if(!Lc(n)){const r=n.getData("text"),a=xs();if(a&&To(r)===To(a.text)){Pi(o,a.elementList);return}}Bs();let l=!1;for(let r=0;r<n.items.length;r++)if(n.items[r].type==="text/html"){l=!0;break}for(let r=0;r<n.items.length;r++){const a=n.items[r];if(a.kind==="string"){if(a.type==="text/plain"&&!l){a.getAsString(c=>{o.input(c)});break}if(a.type==="text/html"&&l){a.getAsString(c=>{zs(o,c)});break}}else if(a.kind==="file"&&a.type.includes("image")){const c=a.getAsFile();c&&Ei(o,c)}}}async function Ec(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const{paste:n}=e.getOverride();if(n&&n()?.preventDefault!==!1)return;const i=await navigator.clipboard.readText(),l=xs();if(l&&To(i)===To(l.text)){Pi(o,l.elementList);return}if(Bs(),t?.isPlainText)i&&o.input(i);else{const r=await navigator.clipboard.read();let a=!1;for(const c of r)if(c.types.includes("text/html")){a=!0;break}for(const c of r)if(c.types.includes("text/plain")&&!a){const u=await(await c.getType("text/plain")).text();u&&o.input(u)}else if(c.types.includes("text/html")&&a){const u=await(await c.getType("text/html")).text();u&&zs(o,u)}else if(c.types.some(d=>d.startsWith("image/"))){const d=c.types.find(R=>R.startsWith("image/")),u=await c.getType(d);Ei(o,u)}}}class Mc{draw;container;agentCursorDom;canvasEvent;eventBus;constructor(t,e){this.draw=t,this.container=t.getContainer(),this.canvasEvent=e,this.eventBus=t.getEventBus();const n=document.createElement("textarea");n.autocomplete="off",n.classList.add(`${tt}-inputarea`),n.innerText="",this.container.append(n),this.agentCursorDom=n,n.onkeydown=i=>this._keyDown(i),n.oninput=this._input.bind(this),n.onpaste=i=>this._paste(i),n.addEventListener("compositionstart",this._compositionstart.bind(this)),n.addEventListener("compositionupdate",this._compositionupdate.bind(this)),n.addEventListener("compositionend",this._compositionend.bind(this)),n.addEventListener("keydown",this._keydown.bind(this)),this.eventBus.on("rangeStyleChange",i=>{this.agentCursorDom.style.fontSize=Math.max(i.size,18)+"px"})}getAgentCursorDom(){return this.agentCursorDom}_keyDown(t){this.draw.isInteractionSuspended()||this.canvasEvent.keydown(t)}_input(t){if(this.draw.isInteractionSuspended())return;const e=t.data;e&&this.canvasEvent.input(e),this.eventBus.isSubscribe("input")&&this.eventBus.emit("input",t)}_paste(t){this.draw.isInteractionSuspended()||this.draw.isReadonly()||!t.clipboardData||(Pc(this.canvasEvent,t),t.preventDefault())}_compositionstart(){this.draw.isInteractionSuspended()||(this.agentCursorDom.style.zIndex="1000",this.agentCursorDom.style.width="0px",this.agentCursorDom.style.color="#000",this.agentCursorDom.style.background="#fff",this.canvasEvent.compositionstart())}_compositionupdate(){if(this.draw.isInteractionSuspended())return;this.agentCursorDom.style.width="9999px";let t=this.agentCursorDom.scrollWidth;const e=this.container.clientWidth,n=Math.max(e-this.agentCursorDom.offsetLeft,100);t>n&&(t=n),this.agentCursorDom.style.width=t+"px"}_compositionend(t){this.draw.isInteractionSuspended()||(this.agentCursorDom.style.zIndex="-1",this.agentCursorDom.style.width="0px",this.agentCursorDom.style.color="",this.agentCursorDom.style.background="",this.canvasEvent.compositionend(t))}_keydown(t){this.draw.isInteractionSuspended()||this.canvasEvent.isComposing&&t.code==="Escape"&&this.canvasEvent.compositionCancel()}}class Oc{ANIMATION_CLASS=`${tt}-cursor--animation`;draw;container;options;position;cursorDom;cursorAgent;blinkTimeout;hitLineStartIndex;constructor(t,e){this.draw=t,this.container=t.getContainer(),this.position=t.getPosition(),this.options=t.getOptions(),this.cursorDom=document.createElement("div"),this.cursorDom.classList.add(`${tt}-cursor`),this.container.append(this.cursorDom),this.cursorAgent=new Mc(t,e),this.blinkTimeout=null}getCursorDom(){return this.cursorDom}getAgentDom(){return this.cursorAgent.getAgentCursorDom()}getAgentIsActive(){return this.getAgentDom()===document.activeElement}getAgentDomValue(){return this.getAgentDom().value}clearAgentDomValue(){this.getAgentDom().value=""}getHitLineStartIndex(){return this.hitLineStartIndex}_blinkStart(){this.cursorDom.classList.add(this.ANIMATION_CLASS)}_blinkStop(){this.cursorDom.classList.remove(this.ANIMATION_CLASS)}_setBlinkTimeout(){this._clearBlinkTimeout(),this.blinkTimeout=window.setTimeout(()=>{this._blinkStart()},500)}_clearBlinkTimeout(){this.blinkTimeout&&(this._blinkStop(),window.clearTimeout(this.blinkTimeout),this.blinkTimeout=null)}focus(){if(ha&&this.draw.isReadonly())return;const t=this.cursorAgent.getAgentCursorDom();document.activeElement!==t&&(t.focus(),t.setSelectionRange(0,0))}drawCursor(t){let e=this.position.getCursorPosition();if(!e)return;const{scale:n,cursor:i}=this.options,{color:l,width:r,isShow:a=!0,isBlink:c=!0,isFocus:d=!0,hitLineStartIndex:u}={...i,...t},R=this.draw.getHeight(),h=this.draw.getPageGap();this.hitLineStartIndex=u,u&&(e=this.position.getPositionList()[u]);const{metrics:g,coordinate:{leftTop:T,rightTop:f},ascent:m,pageNo:C}=e,L=(this.draw.getZone().isMainActive()?C:this.draw.getPageNo())*(R+h),M=da*n,O=Math.min(g.height/4,M),b=g.height+O*2,D=this.cursorAgent.getAgentCursorDom();d&&setTimeout(()=>{this.focus()});const W=g.boundingBoxDescent<0?0:g.boundingBoxDescent,V=T[1]+m+W-(b-O)+L,E=u?T[0]:f[0];if(D.style.left=`${E}px`,D.style.top=`${V+b-M}px`,!a){this.recoveryCursor();return}const y=this.cursorDom.style.top,F=this.draw.isReadonly();this.cursorDom.style.width=`${r*n}px`,this.cursorDom.style.backgroundColor=l,this.cursorDom.style.left=`${E}px`,this.cursorDom.style.top=`${V}px`,this.cursorDom.style.display=F?"none":"block",this.cursorDom.style.height=`${b}px`,c?this._setBlinkTimeout():this._clearBlinkTimeout(),li(()=>{this.moveCursorToVisible({cursorPosition:e,direction:parseInt(y)>V?Jt.UP:Jt.DOWN})})}recoveryCursor(){this.cursorDom.style.display="none",this._clearBlinkTimeout()}moveCursorToVisible(t){const{cursorPosition:e,direction:n}=t;if(!e||!n)return;const{pageNo:i,coordinate:{leftTop:l,leftBottom:r}}=e,a=ra(this.container),c={left:0,right:0,top:0,bottom:0},d=a===document.documentElement;if(d)c.right=window.innerWidth,c.bottom=window.innerHeight;else{const{left:f,right:m,top:C,bottom:I}=a.getBoundingClientRect();c.left=f,c.right=m,c.top=C,c.bottom=I}const u=i*(this.draw.getHeight()+this.draw.getPageGap())+this.container.getBoundingClientRect().top,R=n===Jt.UP,h=r[0]+(d?0:c.left),g=R?l[1]+u:r[1]+u,{maskMargin:T}=this.options;if(c.top+=T[0],c.bottom-=T[2],!(h>=c.left&&h<=c.right&&g>=c.top&&g<=c.bottom)){const{scrollLeft:f,scrollTop:m}=a;R?a.scroll(f,m-(c.top-g)):a.scroll(f,m+g-c.bottom)}}}var In;(function(o){o[o.LEFT=0]="LEFT",o[o.CENTER=1]="CENTER",o[o.RIGHT=2]="RIGHT"})(In||(In={}));function He(o){return fn?o.metaKey:o.ctrlKey}s.KeyMap=void 0,(function(o){o.Delete="Delete",o.Backspace="Backspace",o.Enter="Enter",o.Left="ArrowLeft",o.Right="ArrowRight",o.Up="ArrowUp",o.Down="ArrowDown",o.ESC="Escape",o.TAB="Tab",o.META="Meta",o.LEFT_BRACKET="[",o.RIGHT_BRACKET="]",o.COMMA=",",o.PERIOD=".",o.LEFT_ANGLE_BRACKET="<",o.RIGHT_ANGLE_BRACKET=">",o.EQUAL="=",o.MINUS="-",o.PLUS="+",o.A="a",o.B="b",o.C="c",o.D="d",o.E="e",o.F="f",o.G="g",o.H="h",o.I="i",o.J="j",o.K="k",o.L="l",o.M="m",o.N="n",o.O="o",o.P="p",o.Q="q",o.R="r",o.S="s",o.T="t",o.U="u",o.V="v",o.W="w",o.X="x",o.Y="y",o.Z="z",o.A_UPPERCASE="A",o.B_UPPERCASE="B",o.C_UPPERCASE="C",o.D_UPPERCASE="D",o.E_UPPERCASE="E",o.F_UPPERCASE="F",o.G_UPPERCASE="G",o.H_UPPERCASE="H",o.I_UPPERCASE="I",o.J_UPPERCASE="J",o.K_UPPERCASE="K",o.L_UPPERCASE="L",o.M_UPPERCASE="M",o.N_UPPERCASE="N",o.O_UPPERCASE="O",o.P_UPPERCASE="P",o.Q_UPPERCASE="Q",o.R_UPPERCASE="R",o.S_UPPERCASE="S",o.T_UPPERCASE="T",o.U_UPPERCASE="U",o.V_UPPERCASE="V",o.W_UPPERCASE="W",o.X_UPPERCASE="X",o.Y_UPPERCASE="Y",o.Z_UPPERCASE="Z",o.ZERO="0",o.ONE="1",o.TWO="2",o.THREE="3",o.FOUR="4",o.FIVE="5",o.SIX="6",o.SEVEN="7",o.EIGHT="8",o.NINE="9"})(s.KeyMap||(s.KeyMap={}));class Oo{element;control;constructor(t,e){this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getCode(){return this.element.control?.code||null}getValue(){const t=this.control.getElementList(),{startIndex:e}=this.control.getRange(),n=t[e],i=[];let l=e;for(;l>0;){const a=t[l];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.unshift(a),l--}let r=e+1;for(;r<t.length;){const a=t[r];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.push(a),r++}return i}setValue(){return-1}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getRange();this.control.shrinkBoundary();const{startIndex:n,endIndex:i}=e;return t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete?this.control.removeControl(n):i}cut(){return-1}}class Mi extends Oo{setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}}function js(o){const t=o.getDraw(),e=t.getPosition(),n=t.getRange();o.isAllowDrag=!0,o.cacheRange=ht(n.getRange()),o.cacheElementList=t.getElementList(),o.cachePositionList=e.getPositionList(),o.cachePositionContext=e.getPositionContext()}function qs(o,t){const{checkbox:e,control:n}=o;if(!n)t.getCheckboxParticle().setSelect(o);else{const i=n?.code?n.code.split(","):[];if(e?.value){const r=i.findIndex(a=>a===e.code);i.splice(r,1)}else e?.code&&i.push(e.code);const l=t.getControl().getActiveControl();l instanceof Oo&&l.setSelect(i)}}function tr(o,t){const{radio:e,control:n}=o;if(!n)t.getRadioParticle().setSelect(o);else{const i=e?.code?[e.code]:[],l=t.getControl().getActiveControl();l instanceof Mi&&l.setSelect(i)}}function Sc(o,t){const e=t.getDraw();let n=e.isReadonly();const i=e.isSelectionDisabled(),l=e.getRange(),r=e.getPosition(),a=l.getRange();if(o.button===In.RIGHT&&(a.isCrossRowCol||!l.getIsCollapsed()))return;const d=o.target.dataset.index;if(d&&e.setPageNo(Number(d)),!t.isAllowDrag&&!n&&a.startIndex!==a.endIndex&&l.getIsPointInRange(o.offsetX,o.offsetY,e.getPageNo())){js(t);return}t.isAllowSelection=!i;const u=ht(r.getPositionContext()),R=r.getPositionByXY({x:o.offsetX,y:o.offsetY}),h=r.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!h)return;const{index:g,isDirectHit:T,isCheckbox:f,isRadio:m,isControl:C,isImage:I,isLabel:p,isMacro:L,isTable:M,tdValueIndex:O,hitLineStartIndex:b}=h;t.mouseDownStartPosition={...h,index:M?O:g,originalIndex:g,x:o.offsetX,y:o.offsetY};const D=e.getElementList(),W=r.getPositionList(),V=M?O:g;let E;M?E=e.getTd().value[O]:E=D[V];const y=M&&e.getTd()?.value||D,F=M&&e.getTd()?.positionList||W,S=!!(T&&I),N=!!(T&&f),P=!!(T&&m),Y=!!(T&&p),X=!!(T&&L),U=Z=>Z&&(Z.type===s.ElementType.MACRO||Z.type===s.ElementType.CUSTOM_MACRO||Z.type===s.ElementType.REUSABLE_ITEM||Z.type===s.ElementType.SUB_TEMPLATE||Z.type===s.ElementType.MENSTRUAL_HISTORY||Z.type===s.ElementType.FETAL_HEART_POSITION||Z.type===s.ElementType.TOOTH_POSITION||Z.type===s.ElementType.LIST||Z.type===s.ElementType.SPECIAL_SYMBOLS),Q=Z=>Z&&!!Z.originControlId&&!!Z.controlId,v=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),w=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),j=Z=>{if(!Z)return null;const G=new Set;let q=Z,Rt=null;for(;q&&!G.has(q);){G.add(q);let pt;for(let At=0;At<D.length;At++){const vt=D[At];if(vt.controlId===q&&vt.control?.type&&(pt=vt,vt.controlComponent===s.ControlComponent.PREFIX||vt.controlComponent===s.ControlComponent.PRE_TEXT||vt.controlComponent===s.ControlComponent.PRETEXTFIX||vt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!pt)break;pt.control?.type===s.ControlType.TEXT&&(Rt=q),q=pt.originControlId||null}return Rt},J=e.getMode()===s.EditorMode.FORM,A=J&&E?.control?.type===s.ControlType.TEXT,x=J&&!A?e.getControl().getActiveTextControlLimit():null;let k=V;const lt=(Z,G)=>!!Z&&!!G&&Z.controlId===G,Ft=(Z,G,q)=>{if(q){for(let Rt=G;Rt>=0;Rt--){const pt=Z[Rt];if(lt(pt,q)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==q&&pt.originControlId!==q)break}for(let Rt=G+1;Rt<Z.length;Rt++){const pt=Z[Rt];if(lt(pt,q)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==q&&pt.originControlId!==q)break}}},Qt=(Z,G)=>!!(J&&Z?.controlId&&!Z.originControlId&&Ft(y,G,Z.controlId)===s.ControlType.TEXTFIELD),ge=(Z,G)=>!!(J&&Z?.controlId&&!Z.originControlId&&Ft(y,G,Z.controlId)===s.ControlType.TEXT),ee=F[V],K=y[V-1],$=y[V+1],_=6,rt=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.BUTTON],ct=(Z,G)=>!!(Z?.controlId&&Z.controlId===G?.controlId&&(Z.originControlId||null)===(G.originControlId||null)),nt=(Z,G)=>{if(Z?.control?.type)return Z.control.type;if(Z?.controlId){for(let q=G;q>=0;q--){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.control?.type)return Rt.control.type}for(let q=G+1;q<y.length;q++){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.control?.type)return Rt.control.type}}},ut=(Z,G)=>{const q=nt(Z,G);return!!(q&&rt.includes(q))},ft=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),It=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),wt=(Z,G)=>{if(!Z?.controlId)return-1;for(let q=G;q>=0;q--){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.controlComponent===s.ControlComponent.VALUE)return q}for(let q=G+1;q<y.length;q++){const Rt=y[q];if(!ct(Z,Rt))break;if(Rt.controlComponent===s.ControlComponent.VALUE)return q}return-1},Gt=(Z,G)=>{if(!Z)return!1;if(Z.controlComponent===s.ControlComponent.VALUE||Z.controlComponent===s.ControlComponent.PLACEHOLDER)return!0;const q=nt(Z,G),Rt=q===s.ControlType.SELECT||q===s.ControlType.DATE,pt=Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.TEXTFIXLABEL;return!!(Rt&&pt&&Z.value&&wt(Z,G)===-1)},Mt=Z=>{const G=F[Z];if(!G)return!1;const{coordinate:{leftTop:q,rightTop:Rt,leftBottom:pt}}=G;return o.offsetX>=q[0]&&o.offsetX<Rt[0]&&o.offsetY>=q[1]&&o.offsetY<=pt[1]},_t=(Z,G)=>{if(e.getMode()!==s.EditorMode.EDIT||!Z?.originControlId||Z.controlComponent!==s.ControlComponent.VALUE||nt(Z,G)!==s.ControlType.BUTTON||Z.control?.buttonText||Ft(y,G,Z.originControlId)!==s.ControlType.TEXTFIELD||!Mt(G))return!1;let q=-1;for(let Xe=G;Xe<y.length;Xe++){const ln=y[Xe];if(!ct(Z,ln))break;const Re=F[Xe];ln.controlComponent===s.ControlComponent.VALUE&&Re&&Re.coordinate.rightTop[0]>Re.coordinate.leftTop[0]&&(q=Xe)}if(q===-1)return!1;const Rt=F[q],{coordinate:{leftTop:pt,rightTop:At,leftBottom:vt}}=Rt;return o.offsetX>=pt[0]-2&&o.offsetX<=At[0]&&o.offsetY>=pt[1]&&o.offsetY<=vt[1]},$t=(Z,G)=>!(!T||!ut(Z,G)||!Mt(G)||_t(Z,G)||!Gt(Z,G)||ft(Z)||It(Z)&&!Z?.value),yt=()=>[R.isTable?R.tdValueIndex:R.index,V,V+1,V-1,V+2,V-2].filter((G,q,Rt)=>typeof G=="number"&&G>=0&&G<y.length&&Rt.indexOf(G)===q),St=()=>{if(!T)return null;for(const Z of yt()){const G=y[Z];if($t(G,Z))return{element:G,index:Z}}return null},Pt=()=>{if(!T)return-1;for(const Z of yt())if(_t(y[Z],Z))return Z;return-1},ne=Z=>{const G=y[Z];let q=Z;for(let Rt=Z+1;Rt<y.length&&ct(G,y[Rt]);Rt++)q=Rt;return q},Zt=yt().some(Z=>ut(y[Z],Z)),Xt=St(),Lt=Pt(),Et=Z=>(Z?.control?.type===s.ControlType.TEXTFIELD||Z?.control?.type===s.ControlType.TEXT)&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),bt=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),pe=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT),Ct=(Z,G)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&Et(Z)&&G?.controlId===Z.originControlId&&!G.originControlId&&G.control?.type===s.ControlType.TEXTFIELD&&Et(G)),et=(Z,G)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&Et(Z)&&G?.controlId===Z.originControlId&&!G.originControlId&&G.control?.type===s.ControlType.TEXTFIELD&&G.controlComponent===s.ControlComponent.VALUE),Wt=(Z,G,q)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&q?.originControlId===Z.originControlId&&Z.controlId&&q.controlId&&Z.controlId!==q.controlId&&bt(Z)&&pe(q)&&Ft(y,G,Z.originControlId)===s.ControlType.TEXTFIELD),at=Ct(E,$),xt=et(E,$),B=Wt(E,V,$),ot=Wt(K,V-1,E),mt=!!(e.getMode()===s.EditorMode.EDIT&&C&&T&&Et(E)&&!at&&!xt&&!B&&K?.controlId===E.controlId&&(K.originControlId||null)===(E.originControlId||null)&&(K.controlComponent===s.ControlComponent.VALUE||K.controlComponent===s.ControlComponent.PLACEHOLDER)),it=(Z,G,q)=>!!(J&&v(Z)&&Ft(y,G,Z?.originControlId)===q&&(q===s.ControlType.TEXTFIELD?Qt(y[G+1],G+1):ge(y[G+1],G+1))),de=(Z,G,q)=>!!(J&&w(Z)&&Ft(y,G,Z?.originControlId)===q&&(q===s.ControlType.TEXTFIELD?Qt(y[G-1],G-1):ge(y[G-1],G-1))),kt=it(E,V,s.ControlType.TEXTFIELD),zt=!!(J&&ee&&Qt(E,V)&&it(K,V-1,s.ControlType.TEXTFIELD)&&o.offsetX<=ee.coordinate.leftTop[0]+_),xn=!!(J&&ee&&Qt(E,V)&&de($,V+1,s.ControlType.TEXTFIELD)&&o.offsetX>=ee.coordinate.rightTop[0]-_),gn=!!(J&&ee&&kt&&o.offsetX>ee.coordinate.rightTop[0]),Pe=!!(J&&ee&&w(E)&&Ft(y,V,E.originControlId)===s.ControlType.TEXTFIELD&&Qt(K,V-1)&&o.offsetX<ee.coordinate.leftTop[0]),We=Qt(E,V)||kt||zt||xn||gn||Pe,Hf=it(E,V,s.ControlType.TEXT),Dl=Z=>{const G=y[Z],q=W[Z];if(!q||!ge(G,Z))return-1;const Rt=y[Z-1];return!it(Rt,Z-1,s.ControlType.TEXT)||o.offsetX>q.coordinate.leftTop[0]+_?-1:Z-1},fs=Dl(V),Vl=Dl(V-1),Wl=fs!==-1||Vl!==-1,Yl=!!(J&&ee&&w(E)&&Ft(y,V,E.originControlId)===s.ControlType.TEXT&&ge(K,V-1)&&o.offsetX<ee.coordinate.leftTop[0]),_f=!!(J&&ee&&ge(E,V)&&de($,V+1,s.ControlType.TEXT)&&o.offsetX>=ee.coordinate.rightTop[0]-_),Af=Hf||Wl||Yl||_f;at||xt||B?k=V:ot||mt?k=Math.max(V-1,0):Wl?k=fs!==-1?fs:Vl:Yl&&(k=Math.max(V-1,0)),Xt?(k=Xt.index,r.setPositionContext({...r.getPositionContext(),index:Xt.index,isControl:!0,isDirectHit:!0})):Lt!==-1?k=ne(Lt):ut(E,V)&&ee&&!Mt(V)&&o.offsetX>ee.coordinate.rightTop[0]&&(k=ne(V));let Ul=!1;if(J&&x?.parentControlId&&E?.controlId===x.parentControlId&&!E?.originControlId)for(let Z=V;Z>=0;Z--){const G=D[Z];if(lt(G,x.parentControlId)){G.control?.type===s.ControlType.TEXTFIELD&&(Ul=!0);break}if(G.controlId!==x.parentControlId)break}const wl=!!(x&&(!E?.controlId||E.controlId===x.controlId&&(E.originControlId||null)===x.originControlId||x.parentControlId&&E.controlId===x.parentControlId&&!E.originControlId&&Ul));if(J&&!A&&(E?.controlId||E?.originControlId)){let Z;const G=E.originControlId||E.controlId;for(let q=V;q>=0;q--){const Rt=D[q];if(lt(Rt,G)&&Rt.control?.type){Z=Rt.control.type;break}if(Rt.controlId!==E.controlId&&Rt.controlId!==G)break}if(Z!==s.ControlType.TEXT){if(Z===s.ControlType.TEXTFIELD){const q=E.controlComponent;if(!Q(E)){if(!(E.controlComponent===s.ControlComponent.VALUE&&U(E))){if(q===s.ControlComponent.PRETEXTFIX||q===s.ControlComponent.PRETEXTFIX_TEXT||q===s.ControlComponent.POSTTEXTFIX||q===s.ControlComponent.POSTTEXTFIX_TEXT||q===s.ControlComponent.TEXTFIXLABEL||q===s.ControlComponent.PREFIX||q===s.ControlComponent.POSTFIX||q===s.ControlComponent.PRE_TEXT||q===s.ControlComponent.POST_TEXT||q===s.ControlComponent.PLACEHOLDER)for(let Rt=V+1;Rt<D.length;Rt++){const pt=D[Rt];if(pt.controlId!==G&&pt.originControlId!==G)break;if(pt.controlComponent===s.ControlComponent.VALUE&&!U(pt)){k=Rt;break}if(pt.controlComponent===s.ControlComponent.POSTTEXTFIX||pt.controlComponent===s.ControlComponent.POSTFIX){for(let At=V-1;At>=0;At--){const vt=D[At];if(vt.controlId!==G&&vt.originControlId!==G)break;if(vt.controlComponent===s.ControlComponent.VALUE&&!U(vt)){k=At;break}}break}}else if(q===s.ControlComponent.VALUE&&V>0){const Rt=D[V-1];if(Rt&&(Rt.controlId===G||Rt.originControlId===G)&&Rt.controlComponent===s.ControlComponent.VALUE&&U(Rt)){let pt=!1;for(let At=V-2;At>=0;At--){const vt=D[At];if(vt.controlId!==G&&vt.originControlId!==G||vt.controlComponent!==s.ControlComponent.VALUE&&!vt.originControlId&&vt.controlId===G)break;if(!U(vt)){k=At+1,pt=!0;break}}if(!pt)for(let At=V;At<D.length;At++){const vt=D[At];if(vt.controlId!==G&&vt.originControlId!==G||(vt.controlComponent===s.ControlComponent.POSTTEXTFIX||vt.controlComponent===s.ControlComponent.POSTFIX)&&!vt.originControlId&&vt.controlId===G)break;if(!U(vt)){k=At,pt=!0;break}}}}}}}}}if(J&&E?.control?.type===s.ControlType.TEXT&&E?.originControlId&&E.controlComponent===s.ControlComponent.PLACEHOLDER&&j(E.originControlId)&&(k=V),~g&&We&&!Xt)t.isAllowSelection=!1,e.getControl().destroyControl({isEmitEvent:!1}),e.render({isCompute:!1,isSubmitHistory:!1,isSetCursor:!1});else if(~g&&!i){wl&&(k=Math.min(Math.max(k,x.startIndex),x.endIndex));let Z=k,G=k;if(o.shiftKey){const{startIndex:pt}=l.getRange();~pt&&r.getPositionContext().tdId===u.tdId&&(V>pt?Z=pt:G=pt)}wl&&(Z=Math.min(Math.max(Z,x.startIndex),x.endIndex),G=Math.min(Math.max(G,x.startIndex),x.endIndex),k=Math.min(Math.max(k,x.startIndex),x.endIndex));const q=e.getControl(),Rt=!!Xt;q.setPopupAwakeDisabled(o.button===In.RIGHT||Af&&!Rt||Zt&&!Rt);try{l.setRange(Z,G)}finally{q.setPopupAwakeDisabled(!1)}if(r.setCursorPosition(W[k]),n=e.isReadonly(),N&&!n)qs(E,e);else if(P&&!n)tr(E,e);else if(!n&&E.controlComponent===s.ControlComponent.VALUE&&(E.control?.type===s.ControlType.CHECKBOX||E.control?.type===s.ControlType.RADIO)){let pt=V;for(;pt>0;){const At=D[pt];if(At.controlComponent===s.ControlComponent.CHECKBOX){qs(At,e);break}else if(At.controlComponent===s.ControlComponent.RADIO){tr(At,e);break}pt--}}else{const pt=!!(Xt&&nt(Xt.element,Xt.index)===s.ControlType.BUTTON&&!Xt.element.control?.buttonText);let At=!1;if(J&&E?.controlId&&E?.controlComponent===s.ControlComponent.VALUE&&!E.originControlId){let ln=!1;for(let Re=V;Re>=0;Re--){const Ye=D[Re];if(Ye.controlId!==E.controlId){if(Ye.originControlId===E.controlId){ln=!0;continue}break}if(Ye.control?.type===s.ControlType.TEXTFIELD){if(ln)break;At=!0;break}}if(!ln&&!At)for(let Re=V+1;Re<D.length;Re++){const Ye=D[Re];if(Ye.controlId!==E.controlId){if(Ye.originControlId===E.controlId){ln=!0;continue}break}}ln&&(At=!1)}const vt=At&&U(E),Al=X&&!vt?k+1:void 0;e.render({curIndex:X&&!vt?Al:k,isCompute:!1,isSubmitHistory:!1,isSetCursor:!S&&!N&&!P&&!(pt&&J)&&!vt});const Xe=D[k];if(!n&&Rt&&Xe?.controlId&&o.button===In.LEFT){const Re=e.getControl().getActiveControl(),Ye=Re?.getElement()?.control?.type;Re&&(Ye===s.ControlType.NUMBER||Ye===s.ControlType.SELECT||Ye===s.ControlType.DATE||Ye===s.ControlType.BUTTON)&&Re.getElement()?.controlId===Xe.controlId&&Xe.controlComponent!==s.ControlComponent.POSTFIX&&Xe.controlComponent!==s.ControlComponent.POSTTEXTFIX&&Xe.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&Xe.controlComponent!==s.ControlComponent.POST_TEXT&&typeof Re.awake=="function"&&Re.awake()}}b&&t.getDraw().getCursor().drawCursor({hitLineStartIndex:b})}const Be=e.getEventBus();if(Y&&Be.isSubscribe("labelMousedown")&&Be.emit("labelMousedown",{evt:o,element:E}),X&&(E.type===s.ElementType.MACRO||E.type===s.ElementType.CUSTOM_MACRO||E.type===s.ElementType.REUSABLE_ITEM)){const Z=e.getMode();if(Z===s.EditorMode.EDIT&&E.type===s.ElementType.CUSTOM_MACRO)Be.isSubscribe("macroClick")&&Be.emit("macroClick",{evt:o,element:E});else if(Z===s.EditorMode.FORM){let G=!1;E.type===s.ElementType.CUSTOM_MACRO&&o.button===In.LEFT&&!n&&(G=e.getMacroParticle().activateInlineEditor(E,V)),!G&&Be.isSubscribe("macroValueChange")&&Be.emit("macroValueChange",{evt:o,element:E})}}o.button===In.LEFT&&X&&E.type===s.ElementType.SUB_TEMPLATE&&e.getMode()===s.EditorMode.FORM&&Be.isSubscribe("subTemplateClick")&&Be.emit("subTemplateClick",{evt:o,element:E});const Zl=e.getPreviewer();if(Zl.clearResizer(),S){if(!e.isPrintLikeMode()){const Z={dragDisable:n||!E.controlId&&e.getMode()===s.EditorMode.FORM};E.type===s.ElementType.LATEX&&(Z.mime="svg",Z.srcKey="laTexSVG"),Zl.drawResizer(E,W[V],Z),e.getCursor().drawCursor({isShow:!1}),js(t),(E.imgDisplay===s.ImageDisplay.SURROUND||E.imgDisplay===s.ImageDisplay.FLOAT_TOP||E.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)&&e.getImageParticle().createFloatImage(E)}Be.isSubscribe("imageMousedown")&&Be.emit("imageMousedown",{evt:o,element:E})}const Ql=e.getTableTool();Ql.dispose(),M&&!n&&e.getMode()!==s.EditorMode.FORM&&Ql.render();const ms=e.getHyperlinkParticle();ms.clearHyperlinkPopup(),E.type===s.ElementType.HYPERLINK&&(He(o)?ms.openHyperlink(E):ms.drawHyperlinkPopup(E,W[V]));const vl=e.getDateParticle();vl.clearDatePicker(),E.type===s.ElementType.DATE&&!n&&vl.renderDatePicker(E,W[V]);const Kl=e.getMenstrualHistoryParticle();Kl.clearMenstrualHistoryEditor(),E.type===s.ElementType.MENSTRUAL_HISTORY&&T&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&Kl.renderMenstrualHistoryEditor(E,W[V]);const Hl=e.getFetalHeartPositionParticle();Hl.clearFetalHeartPositionEditor(),E.type===s.ElementType.FETAL_HEART_POSITION&&T&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&Hl.renderFetalHeartPositionEditor(E,W[V]);const _l=e.getToothPositionParticle();_l.clearToothPositionEditor(),E.type===s.ElementType.TOOTH_POSITION&&T&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&_l.renderToothPositionEditor(E,W[V])}function So(o){const t=Tt();return Reflect.set(o,"dragId",t),t}function Xo(o,t){return t.findIndex(e=>e.dragId===o)}function er(o,t,e){const n=e.getDraw();if(o.imgDisplay===s.ImageDisplay.SURROUND||o.imgDisplay===s.ImageDisplay.FLOAT_TOP||o.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM){const i=t.offsetX-e.mouseDownStartPosition.x,l=t.offsetY-e.mouseDownStartPosition.y,r=o.imgFloatPosition;o.imgFloatPosition={x:r.x+i,y:r.y+l,pageNo:n.getPageNo()}}n.getImageParticle().destroyFloatImage()}function Xc(o,t){if(t.isAllowDrop){const e=t.getDraw();if(e.isReadonly()||e.isDisabled()){t.mousedown(o);return}const n=e.getPosition(),i=n.getPositionList(),l=n.getPositionContext(),r=e.getRange(),a=t.cacheRange,c=t.cacheElementList,d=t.cachePositionList,u=t.cachePositionContext,R=r.getRange(),h=a.startIndex===a.endIndex,g=h?a.startIndex-1:a.startIndex,T=a.endIndex;if(R.startIndex>=g&&R.endIndex<=T&&t.cachePositionContext?.tdId===l.tdId){e.clearSideEffect();let A=!1,x=!1;if(h){const k=c[T];if(k.type===s.ElementType.IMAGE||k.type===s.ElementType.LATEX){if(er(k,o,t),k.imgDisplay===s.ImageDisplay.SURROUND||k.imgDisplay===s.ImageDisplay.FLOAT_TOP||k.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(k),A=!0;else{const lt=d[T];e.getPreviewer().drawResizer(k,lt)}x=k.imgDisplay===s.ImageDisplay.SURROUND}}r.replaceRange({...a}),e.render({isCompute:x,isSubmitHistory:A,isSetCursor:!1});return}const f=c.slice(g+1,T+1),m=f.find(A=>A.controlId);if(m){const A=c[g+1],x=c[T];if(!((!A.controlId||A.controlComponent===s.ControlComponent.PREFIX)&&(!x.controlId||x.controlComponent===s.ControlComponent.POSTFIX)||A.controlId===x.controlId&&A.controlComponent===s.ControlComponent.PREFIX&&x.controlComponent===s.ControlComponent.POSTFIX||A.control?.type===s.ControlType.TEXT&&A.controlComponent===s.ControlComponent.VALUE&&x.control?.type===s.ControlType.TEXT&&x.controlComponent===s.ControlComponent.VALUE)){e.render({curIndex:R.startIndex,isCompute:!1,isSubmitHistory:!1});return}}const C=e.getControl(),I=e.getElementList(),p=!m||!!I[R.startIndex].controlId||!C.getIsElementListContainFullControl(f),L=e.getOptions(),M=f.map(A=>{if(!A.type||A.type===s.ElementType.TEXT){const x={value:A.value},k=Ne;return p||k.push(...di),k.forEach(lt=>{const Ft=A[lt];Ft!==void 0&&(x[lt]=Ft)}),x}else{let x=ht(A);return p&&(x=Ce(x,di)),jt([x],{isHandleFirstElement:!1,editorOptions:L}),x}});re(I,M,R.startIndex,{editorOptions:e.getOptions()});const O=c[g],b=d[g],D=So(c[g]),W=So(c[T]),V=M.length;let E=R.startIndex,y=E+V;const F=C.getActiveControl();if(F&&c[E].controlComponent!==s.ControlComponent.POSTFIX?(y=F.setValue(M),E=y-V):e.spliceElementList(I,E+1,0,M),!~y){e.render({isSetCursor:!1});return}const S=So(I[E]),N=So(I[y]),P=Xo(D,c),Y=Xo(W,c),X=c[Y];if(X.controlId&&X.controlComponent!==s.ControlComponent.POSTFIX)r.replaceRange({...a,startIndex:P,endIndex:Y}),C.getActiveControl()?.cut();else{let A=!0;if(u?.isTable){const{tableId:x,trIndex:k,tdIndex:lt}=u;A=!e.getOriginalElementList().some(Qt=>Qt.id===x&&Qt?.trList?.[k]?.tdList?.[lt]?.deletable===!1)}A&&e.spliceElementList(c,P+1,Y-P)}const U=I[R.startIndex],Q=i[R.startIndex];let v=l.index;v&&(U.tableId&&!O.tableId?b.index<v&&(v-=V):!U.tableId&&O.tableId&&Q.index<v&&(v+=V),n.setPositionContext({...l,index:v}));const w=Xo(S,I),j=Xo(N,I);r.setRange(h?j:w,j,R.tableId,R.startTdIndex,R.endTdIndex,R.startTrIndex,R.endTrIndex),e.clearSideEffect();let J=null;if(h){const x=e.getElementList()[j];(x.type===s.ElementType.IMAGE||x.type===s.ElementType.LATEX)&&(er(x,o,t),J=x)}if(e.render({isSetCursor:!1}),F?C.emitControlContentChange():O.controlId&&C.emitControlContentChange({context:{range:a,elementList:c},controlElement:O}),J)if(J.imgDisplay===s.ImageDisplay.SURROUND||J.imgDisplay===s.ImageDisplay.FLOAT_TOP||J.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(J);else{const x=n.getPositionList()[j];e.getPreviewer().drawResizer(J,x)}}else t.isAllowDrag&&t.cacheRange?.startIndex!==t.cacheRange?.endIndex&&t.mousedown(o)}function Nc(o,t){const e=t.getDraw();if(!e.getOptions().pageOuterSelectionDisable)return;const n=e.getPageContainer(),{x:i,y:l,width:r,height:a}=n.getBoundingClientRect();o.x>=i&&o.x<=i+r&&o.y>=l&&o.y<=l+a||t.setIsAllowSelection(!1)}function Fc(o,t){const e=t.getDraw(),n=e.getControl(),i=e.getPageList(),l=e.getPageNo(),r=i[l],a=e.getPosition(),c=a.getPositionByXY({x:o.offsetX,y:o.offsetY});if(~c.index){const N=c.isTable?e.getTdByPosition({...c,isTable:!0,index:c.index}):null,P=c.isTable&&N?.value||e.getElementList(),Y=c.isTable&&N?.positionList||a.getPositionList(),X=c.isTable?c.tdValueIndex:c.index,U=e.getMode(),Q=U===s.EditorMode.EDIT||U===s.EditorMode.FORM,v=[X,X+1,X-1,X+2,X-2].filter((A,x,k)=>A>=0&&A<P.length&&k.indexOf(A)===x),w=A=>{const x=Y[A];if(!x)return!1;const{coordinate:{leftTop:k,rightTop:lt,leftBottom:Ft}}=x;return lt[0]>k[0]&&o.offsetX>=k[0]&&o.offsetX<lt[0]&&o.offsetY>=k[1]&&o.offsetY<=Ft[1]},j=Q&&v.some(A=>{const k=P[A]?.control?.type;return k!==s.ControlType.NUMBER&&k!==s.ControlType.SELECT&&k!==s.ControlType.DATE?!1:w(A)}),J=v.some(A=>{const x=P[A];return!!(x?.control?.type===s.ControlType.BUTTON&&!x.control.buttonText&&(x.controlComponent===s.ControlComponent.VALUE||x.controlComponent===s.ControlComponent.PLACEHOLDER)&&w(A))});r&&(j||J)?r.style.cursor="pointer":r&&(r.style.cursor="text")}else r&&(r.style.cursor="text");if(t.isAllowDrag){if(e.isContentReadonly()){t.setIsAllowDrag(!1);return}const N=o.offsetX,P=o.offsetY,{startIndex:Y,endIndex:X}=t.cacheRange,U=t.cachePositionList;for(let v=Y+1;v<=X;v++){const{coordinate:{leftTop:w,rightBottom:j}}=U[v];if(N>=w[0]&&N<=j[0]&&P>=w[1]&&P<=j[1])return}const Q=t.cacheRange?.startIndex;if(Q){const v=t.cacheElementList[Q];v?.type===s.ElementType.IMAGE&&(v.imgDisplay===s.ImageDisplay.SURROUND||v.imgDisplay===s.ImageDisplay.FLOAT_TOP||v.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)&&(e.getPreviewer().clearResizer(),e.getImageParticle().dragFloatImage(o.movementX,o.movementY))}t.dragover(o),t.isAllowDrop=!0;return}if(!t.isAllowSelection||!t.mouseDownStartPosition)return;const u=o.target.dataset.index;u&&e.setPageNo(Number(u));const R=e.getPosition(),h=R.getPositionByXY({x:o.offsetX,y:o.offsetY});if(!~h.index)return;const{index:g,isTable:T,tdValueIndex:f,tdIndex:m,trIndex:C,tableId:I,trId:p,tdId:L}=h;let M=T?f:g;if(h.isControl&&e.getMode()!==s.EditorMode.READONLY){const{newIndex:N}=n.moveCursor({index:g,isTable:T,trIndex:C,tdIndex:m,tdValueIndex:f});M=N}const{index:O,isTable:b,tdIndex:D,tdId:W,trIndex:V,tableId:E}=t.mouseDownStartPosition,y=M,F=e.getRange();let S;if(L!==W&&L&&W){const N=e.getTdByPosition({...t.mouseDownStartPosition,isTable:!!t.mouseDownStartPosition.tableId,index:t.mouseDownStartPosition.originalIndex??t.mouseDownStartPosition.index}),P=e.getTdByPosition({...h,isTable:!!h.tableId,index:h.index});if(e.isSplitTd(N,P)){const Y=(N.valueStartIndex??0)+O,X=(P.valueStartIndex??0)+f;S=[{index:Y,element:N.value[O],originalId:N.originalId,isCurrent:!1,length:N.value.length,startIndex:N.valueStartIndex??0},{index:X,element:P.value[f],originalId:P.originalId,isCurrent:!0,length:P.value.length,startIndex:P.valueStartIndex??0}]}}if(T&&b&&L!==W&&!S)F.setRange(y,y,I,D,m,V,C),R.setPositionContext({isTable:!!T,index:g,trIndex:C,tdIndex:m,tdId:L,trId:p,tableId:I});else{let N=~y?y:0;if((b||T)&&E!==I&&!S)return;R.setPositionContext({isTable:!!T,index:g,trIndex:C,tdIndex:m,tdId:L,trId:p,tableId:I});let P=O,Y,X;if(S)[{element:Y},{element:X}]=S;else{const v=e.getElementList();Y=v[P+1],X=v[N]}if(P===N||Y?.controlComponent===s.ControlComponent.PLACEHOLDER&&X?.controlComponent===s.ControlComponent.PLACEHOLDER&&Y.controlId===X.controlId)return;if(P>N&&([P,N]=[N,P]),e.getMode()===s.EditorMode.FORM){const w=n.getActiveControl()?.getElement()?.control?.type===s.ControlType.TEXT?null:n.getActiveTextControlLimit();w&&(P=Math.min(Math.max(P,w.startIndex),w.endIndex),N=Math.min(Math.max(N,w.startIndex),w.endIndex));const j=e.getElementList(),J=j[P],A=j[N];if(J?.control?.type===s.ControlType.TEXTFIELD||A?.control?.type===s.ControlType.TEXTFIELD){const x=J?.controlId||A?.controlId;if(x){let k=-1,lt=-1;for(let Ft=P;Ft>=0;Ft--){const Qt=j[Ft];if(Qt.controlId!==x)break;if(Qt.controlComponent===s.ControlComponent.PRETEXTFIX||Qt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Qt.controlComponent===s.ControlComponent.TEXTFIXLABEL||Qt.controlComponent===s.ControlComponent.PREFIX||Qt.controlComponent===s.ControlComponent.PRE_TEXT){k=Ft+1;break}}for(let Ft=N;Ft<j.length;Ft++){const Qt=j[Ft];if(Qt.controlId!==x)break;if(Qt.controlComponent===s.ControlComponent.POSTTEXTFIX||Qt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||Qt.controlComponent===s.ControlComponent.POSTFIX||Qt.controlComponent===s.ControlComponent.POST_TEXT){lt=Ft-1;break}}k!==-1&&P<k&&(P=k),lt!==-1&&N>lt&&(N=lt)}}}let Q;if(S){const[v,w]=S.sort((j,J)=>j.index-J.index);Q={originalId:S[0].originalId??S[1].originalId,startIndex:v.index,endIndex:w.index},v.isCurrent?(P=v.index,N=v.length-1):(P=0,N=Q.endIndex-w.startIndex)}F.setRange(P,N,void 0,void 0,void 0,void 0,void 0,Q)}e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}function No(o,t){if(!t)return null;const e=new Set;let n=t,i=null;for(;n&&!e.has(n);){e.add(n);let l=null;for(let r=0;r<o.length;r++){const a=o[r];if(a.controlId===n&&a.control?.type&&(l=a,a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!l)break;l.control?.type==="text"&&(i=n),n=l.originControlId||null}return i}function Oi(o,t){return!!o&&!!t&&o.controlId===t}function yc(o,t){const e=o[t];if(!e?.subTemplateParentId)return null;const n=e.subTemplateParentId;for(let i=t-1;i>=0;i--){const l=o[i];if(l.type===s.ElementType.SUB_TEMPLATE&&l.id===n)return{labelIndex:i,labelElement:l};if(l.type===s.ElementType.SUB_TEMPLATE&&l.id!==n)break}return null}function nr(o,t,e){const n=o[t];n.subTemplateExpanded=!1,n.hide=!1;let i=t+1;for(;i<o.length&&o[i].subTemplateParentId===n.id;)i++;const l=i-t-1;return l>0&&e.spliceElementList(o,t+1,l),t}function bc(o){const t=o.getDraw(),e=t.getRange(),n=e.getRange(),i=t.getElementList(),l=i[n.startIndex];if(!ae(l))return;let r=n.startIndex;for(;r>0;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){const u=nr(i,r,t);n.startIndex=u,n.endIndex=u,e.replaceRange(n);const R=t.getPosition(),h=R.getPositionList();R.setCursorPosition(h[u]);return}let c=null;a.controlId?(c=t.getControl().removeControl(r),c!==null&&(r=c)):(t.spliceElementList(i,r,1),c=r-1,r--);const d=i[c];if(!d||!ae(d)){if(c){n.startIndex=c,n.endIndex=c,e.replaceRange(n);const u=t.getPosition(),R=u.getPositionList();u.setCursorPosition(R[c])}break}}}function Dc(o,t,e){if(e.originControlId){const n=No(o,e.originControlId);if(!n)return{isInParent:!1};for(let i=t;i<o.length;i++){const l=o[i];if(l.controlId===n)return l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX||l.controlComponent===s.ControlComponent.POST_TEXT?{isInParent:!1}:{isInParent:!0,parentControlId:n};if(l.controlId&&l.controlId!==n&&l.originControlId!==n)break}}if(!e.originControlId&&e.controlId){const n=o[t];if(n?.controlId&&n.controlId!==e.controlId&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRETEXTFIX))for(let i=t-1;i>=0;i--){const l=o[i];if(l.controlId===e.controlId&&(l.controlComponent===s.ControlComponent.PREFIX||l.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let r=i-1;r>=0;r--){const a=o[r],c=No(o,a.controlId);if(c&&c!==e.controlId&&(a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PREFIX))return{isInParent:!0,parentControlId:c};if(a.controlId&&a.controlId!==e.controlId&&(a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX))return{isInParent:!1}}break}}if(n?.controlId&&n.controlId!==e.controlId&&!n.originControlId&&(n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX)){if(e.originControlId===n.controlId){const i=No(o,n.controlId);if(i)return{isInParent:!0,parentControlId:i}}return{isInParent:!1}}}return{isInParent:!1}}function Vc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;n.getIsCollapsed()&&bc(t);const i=e.getControl(),{startIndex:l,endIndex:r,isCrossRowCol:a}=n.getRange();let c;const d=e.getElementList();if(n.getIsCollapsed()&&l>0){const R=d[l-1],h=d[l],g=h?.control?.type===s.ControlType.TEXT&&h.controlComponent===s.ControlComponent.PLACEHOLDER&&!i.getIsExistValueByElementListIndex(d,l);if(R?.subTemplateParentId){const F=yc(d,l-1);if(F){const S=nr(d,F.labelIndex,e);e.getGlobalEvent().setCanvasEventAbility(),n.setRange(S,S),e.render({curIndex:S});return}}const f=e.getPosition().getPositionList(),m=f[l],C=f[l-1],I=m&&C&&m.rowIndex===C.rowIndex,p=R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.PRETEXTFIX||R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT,L=R?.controlComponent===s.ControlComponent.POSTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT,M=!!R?.controlId,O=h?.controlComponent===s.ControlComponent.PLACEHOLDER,b=h?.controlComponent===s.ControlComponent.POSTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT,D=h?.control?.type===s.ControlType.TEXT&&(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT),W=b&&R?.controlId===h?.controlId&&R?.originControlId===h?.originControlId&&R?.controlComponent===s.ControlComponent.VALUE,V=!!h&&!h.controlId&&!h.control;if(O&&p&&M&&I)return;const{isInParent:E,parentControlId:y}=Dc(d,l,R);if(L&&M&&I&&E&&!(h?.controlId===y&&!h?.originControlId&&(h?.controlComponent===s.ControlComponent.VALUE||h?.controlComponent===s.ControlComponent.PLACEHOLDER))){if(R.originControlId&&y)for(let S=l;S<d.length;S++){const N=d[S];if(Oi(N,y)){if(N.controlComponent===s.ControlComponent.VALUE){n.setRange(S,S),e.render({curIndex:S,isSubmitHistory:!1});return}if(N.controlComponent===s.ControlComponent.POSTFIX||N.controlComponent===s.ControlComponent.POSTTEXTFIX||N.controlComponent===s.ControlComponent.POST_TEXT)return}N.controlId!==y&&N.originControlId}return}if(L&&M&&I&&!E&&!(V&&!O&&!b)){if(D)return;if(g)return;{const F=l-1;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(b&&h?.originControlId&&E&&y&&I){for(let F=l+1;F<d.length;F++){const S=d[F];if(Oi(S,y)){if(S.controlComponent===s.ControlComponent.VALUE||S.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(S.controlId&&S.controlId!==y&&S.originControlId!==y)break}for(let F=l-1;F>=0;F--){const S=d[F];if(Oi(S,y)){if(S.controlComponent===s.ControlComponent.VALUE||S.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(S.controlId&&S.controlId!==y&&S.originControlId!==y)break}return}if(e.getMode()===s.EditorMode.FORM&&b&&h?.originControlId&&I){const F=No(d,h.originControlId);if(!F)return;for(let S=l-1;S>=0;S--){const N=d[S];if(N.controlId===F&&!N.originControlId){if(N.controlComponent===s.ControlComponent.VALUE||N.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(S,S),e.render({curIndex:S,isSubmitHistory:!1});return}if(N.controlComponent===s.ControlComponent.PREFIX||N.controlComponent===s.ControlComponent.PRE_TEXT||N.controlComponent===s.ControlComponent.PRETEXTFIX||N.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return}if(N.controlId&&N.controlId!==F&&N.originControlId!==F)break}return}if(b&&h?.controlId&&I&&!W){const F=l;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(a){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let g=0;g<R.length;g++){const T=R[g];for(let f=0;f<T.length;f++){const m=T[f];m.value.length>1&&(e.spliceElementList(m.value,1,m.value.length-1),h=!0)}}c=h?0:null}else if(i.getActiveControl()&&i.getIsRangeCanCaptureEvent())c=i.keydown(o),c!==null&&i.emitControlContentChange();else{const R=e.getPosition().getCursorPosition();if(!R)return;const{index:h}=R,g=n.getIsCollapsed(),T=e.getElementList();if(g&&h===0){const I=T[h];if(I.value===H){I.listId&&e.getListParticle().unsetList(),o.preventDefault();return}}const f=T[l];if(g&&f.rowFlex&&f.value===H){const I=n.getRangeRowElementList();if(I){const p=T[l-1];I.forEach(L=>{L.rowFlex=p?.rowFlex})}}const m=f.value===H?T[l-1]:f,C=T[r+1];if(m?.titleId&&C?.titleId&&m.level===C.level&&m.titleId!==C.titleId){const I=m.titleId,p=C.titleId;let L=r+1;for(;L<T.length&&T[L]?.titleId===p;)T[L].titleId=I,L++}g?e.spliceElementList(T,h,1):e.spliceElementList(T,l+1,r-l),c=g?h-1:l}e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(l,l),e.render({curIndex:l,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}))}function or(o,t,e){const n=o[t];n.subTemplateExpanded=!1,n.hide=!1;let i=t+1;for(;i<o.length&&o[i].subTemplateParentId===n.id;)i++;const l=i-t-1;return l>0&&e.spliceElementList(o,t+1,l),t}function Wc(o){const t=o.getDraw(),n=t.getRange().getRange(),i=t.getElementList(),l=i[n.startIndex+1];if(!ae(l))return;const r=n.startIndex+1;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){or(i,r,t);return}let c=null;a.controlId?c=t.getControl().removeControl(r):(t.spliceElementList(i,r,1),c=r);const d=i[c];if(!d||!ae(d))break}}function Yc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;const{startIndex:i,endIndex:l,isCrossRowCol:r,splitTdRange:a}=n.getRange(),c=e.getElementList(),d=e.getControl();n.getIsCollapsed()&&Wc(t);let u;if(r){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let g=0;g<R.length;g++){const T=R[g];for(let f=0;f<T.length;f++){const m=T[f];m.value.length>1&&(e.spliceElementList(m.value,1,m.value.length-1),h=!0)}}u=h?0:null}else if(d.getActiveControl()&&d.getIsRangeWithinControl())u=d.keydown(o),u!==null&&d.emitControlContentChange();else if(c[l+1]?.controlId)u=d.removeControl(l+1);else if(n.getIsCollapsed()&&c[l+1]?.subTemplateParentId){const R=c[l+1].subTemplateParentId;let h=-1;for(let g=l;g>=0;g--){const T=c[g];if(T.type===s.ElementType.SUB_TEMPLATE&&T.id===R){h=g;break}}h!==-1?u=or(c,h,e):u=null}else{e.removeSplitTdOtherRangeElements();const R=e.getPosition(),h=R.getCursorPosition();if(!h)return;const{index:g}=h,T=R.getPositionContext();if(T.isDirectHit&&T.isImage)e.spliceElementList(c,g,1),u=g-1;else{const f=n.getIsCollapsed();if(!f)e.spliceElementList(c,i+1,l-i);else if(c[g+1])e.spliceElementList(c,g+1,1);else{let m=!0;if(T.isTable){const C=e.getTd();if(C?.linkTdNextId){const I=e.getTdById(C.linkTdNextId);I&&(m=!1,e.spliceElementList(I.value,1,1))}}if(m)return}u=f?g:i,u===0&&a&&(u=e.fixPosition(!0)??u)}}e.getGlobalEvent().setCanvasEventAbility(),u===null?(n.setRange(i,i),e.render({curIndex:i,isSubmitHistory:!1})):(n.setRange(u,u),e.render({curIndex:u}))}function Uc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;const{startIndex:i,endIndex:l}=n.getRange(),r=n.getIsCollapsed(),a=e.getElementList(),c=a[i],d=a[l];if(r&&d.listId&&d.value===H&&a[l+1]?.listId!==d.listId){e.getListParticle().unsetList();return}let u={value:H};if(o.shiftKey&&c.listId&&(u.listWrap=!0),re(a,[u],i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()}),o.shiftKey&&d.areaId&&d.areaId!==a[l+1]?.areaId&&(u=Ce(u,mn)),!(a[i+1]?.titleId&&(!c.titleId||c.titleId!==a[i+1]?.titleId))&&!(d.titleId&&d.titleId!==a[l+1]?.titleId)){const m=n.getRangeAnchorStyle(a,l);if(m){const C=[...Te],I=m.controlComponent===s.ControlComponent.POSTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||m.controlComponent===s.ControlComponent.POST_TEXT,p=m.control?.type===s.ControlType.BUTTON&&!m.control?.buttonText;!I&&!p&&C.push(...Ne),C.forEach(L=>{const M=m[L];M!==void 0&&(u[L]=M)})}}const R=e.getControl(),h=R.getActiveControl();let g;const T=h?.getElement();if(T?.control?.type===s.ControlType.BUTTON&&!T.control?.buttonText&&T?.controlId){const m=T.controlId;let C=l;for(;C+1<a.length&&a[C+1]?.controlId===m;)C++;e.spliceElementList(a,C+1,0,[u]),g=C+1}else if(h&&R.getIsRangeWithinControl())g=R.setValue([u]),R.emitControlContentChange();else{const C=e.getPosition().getCursorPosition();if(!C)return;const{index:I}=C;if(r){if(e.spliceElementList(a,I+1,0,[u]),d.titleId&&a[I+2]?.titleId===d.titleId){const p=Tt();let L=I+2;for(;L<a.length&&a[L]?.titleId===d.titleId;)a[L].titleId=p,L++}}else e.spliceElementList(a,i+1,l-i,[u]);g=I+1}~g&&(n.setRange(g,g),e.render({curIndex:g})),o.preventDefault()}function ir(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function wc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=i.getPositionContext(),{index:a}=l;if(a<=0&&!r.isTable)return;const c=e.getRange(),{startIndex:d,endIndex:u}=c.getRange(),R=c.getIsCollapsed(),h=e.getElementList(),g=e.getControl(),T=e.getMode()===s.EditorMode.FORM,f=g.getActiveControl()?.getElement()?.control?.type,m=T&&f===s.ControlType.TEXT,C=T&&!m?g.getActiveTextControlLimit():null,I=h[a],p=I?.controlComponent===s.ControlComponent.PREFIX||I?.controlComponent===s.ControlComponent.PRETEXTFIX||I?.controlComponent===s.ControlComponent.PRE_TEXT;let L=!1;if(p&&I?.originControlId){const E=I.originControlId;for(let y=a-1;y>=0;y--){const F=h[y];if(F.controlId===E&&!F.originControlId){L=!0;break}if(F.controlId&&F.controlId!==E&&F.originControlId!==E)break}}if(T&&!m&&g.getActiveControl()&&p&&!C&&!L){g.initNextControl({direction:Jt.UP});return}let M=1;if(He(o)){const E=e.getLetterReg(),y=o.shiftKey&&!R&&d===l?.index?u:d;if(E.test(h[y]?.value)){let F=y-1;for(;F>0;){const S=h[F];if(!E.test(S.value))break;M++,F--}}}if(T&&!m){const E=h[d],y=E?.controlId;if(y&&E?.controlComponent===s.ControlComponent.VALUE){let F=!1;for(let S=d;S>=0;S--){const N=h[S];if(N.controlId!==y)break;if(N.control?.type===s.ControlType.TEXTFIELD){F=!0;break}}if(F){if(E.controlComponent===s.ControlComponent.VALUE&&ir(E))return;const S=d-M;if(S>=0){const N=h[S];if(N&&N.controlId===y&&N.controlComponent===s.ControlComponent.VALUE&&ir(N))return}}}}const O=C?Math.max(d-M,C.startIndex):d-M;let b=O,D=O;if(o.shiftKey&&l&&(d!==u?d===l.index?(b=d,D=u-M):(b=O,D=u):D=u),!o.shiftKey){const E=h[d];if(E.type===s.ElementType.TABLE){const y=E.trList,F=y.length-1,S=y[F],N=S.tdList.length-1,P=S.tdList[N];i.setPositionContext({isTable:!0,index:d,trIndex:F,tdIndex:N,tdId:P.id,trId:S.id,tableId:E.id}),b=P.value.length-1,D=b}else if(E.tableId&&d===0){const F=e.getOriginalElementList()[r.index],S=e.getTd();if(S?.linkTdPrevId){const N=e.getTdById(S.linkTdPrevId);N&&(i.setPositionContext({...r,isTable:!0,index:N.tableIndex,trIndex:N.trIndex,tdId:N.id,trId:N.trId,tableId:N.tableId}),b=N.value.length-1,D=b)}else{const N=F.trList;t:for(let P=0;P<N.length;P++){const Y=N[P];if(Y.id!==E.trId)continue;const X=Y.tdList;for(let U=0;U<X.length;U++)if(X[U].id===E.tdId){if(P===0&&U===0)i.setPositionContext({isTable:!1}),b=r.index-1,D=b,e.getTableTool().dispose();else{let v=P,w=U-1;w<0&&(v=P-1,w=N[v].tdList.length-1);const j=N[v],J=j.tdList[w];i.setPositionContext({isTable:!0,index:r.index,trIndex:v,tdIndex:w,tdId:J.id,trId:j.id,tableId:E.tableId}),b=J.value.length-1,D=b}break t}}}}}if(!~b||!~D)return;const W=e.getElementList();b=Wn(W,b),D=Wn(W,D),c.setRange(b,D);const V=b===D;e.updateTableTool(),e.render({curIndex:V?b:void 0,isSetCursor:V,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function sr(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function Zc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const{index:r}=l,a=i.getPositionList(),c=i.getPositionContext();if(r>a.length-1&&!c.isTable)return;const d=e.getRange(),{startIndex:u,endIndex:R}=d.getRange(),h=d.getIsCollapsed();let g=e.getElementList();const T=e.getControl(),f=e.getMode()===s.EditorMode.FORM,m=T.getActiveControl()?.getElement()?.control?.type,C=f&&m===s.ControlType.TEXT,I=f&&!C?T.getActiveTextControlLimit():null,p=g[r],L=p?.controlComponent===s.ControlComponent.POSTFIX||p?.controlComponent===s.ControlComponent.POSTTEXTFIX||p?.controlComponent===s.ControlComponent.POST_TEXT;let M=!1;if(L&&p?.originControlId){const F=p.originControlId;for(let S=r+1;S<g.length;S++){const N=g[S];if(N.controlId===F&&!N.originControlId){M=!0;break}if(N.controlId&&N.controlId!==F&&N.originControlId!==F)break}}if(f&&!C&&T.getActiveControl()&&L&&!I&&!M){T.initNextControl({direction:Jt.DOWN});return}let O=1;if(He(o)){const F=e.getLetterReg(),S=o.shiftKey&&!h&&u===l?.index?R:u;if(F.test(g[S+1]?.value)){let N=S+2;for(;N<g.length;){const P=g[N];if(!F.test(P.value))break;O++,N++}}}if(f&&!C){const F=g[R],S=F?.controlId;if(S&&F?.controlComponent===s.ControlComponent.VALUE){let N=!1;for(let P=R;P>=0;P--){const Y=g[P];if(Y.controlId!==S)break;if(Y.control?.type===s.ControlType.TEXTFIELD){N=!0;break}}if(N){if(F.controlComponent===s.ControlComponent.VALUE&&sr(F))return;const P=R+O;if(P<g.length){const Y=g[P];if(Y&&Y.controlId===S&&Y.controlComponent===s.ControlComponent.VALUE&&sr(Y))return}}}}const b=I?Math.min(R+O,I.endIndex):R+O;let D=b,W=b;if(o.shiftKey&&l&&(u!==R?u===l.index?(D=u,W=b):(D=u+O,W=R):D=u),!o.shiftKey){const F=g[R],S=g[R+1];if(S?.type===s.ElementType.TABLE){const P=S.trList[0],Y=P.tdList[0];i.setPositionContext({isTable:!0,index:R+1,trIndex:0,tdIndex:0,tdId:Y.id,trId:P.id,tableId:S.id}),D=0,W=0}else if(F.tableId&&!S){const N=e.getTd(),P=N?.linkTdNextId?e.getTdById(N.linkTdNextId):void 0;if(P?.value.length)i.setPositionContext({...c,isTable:!0,index:P.tableIndex,trIndex:P.trIndex,tdId:P.id,trId:P.trId,tableId:P.tableId}),D=0,W=D;else{const X=e.getOriginalElementList()[c.index].trList;t:for(let U=0;U<X.length;U++){const Q=X[U];if(Q.id!==F.trId)continue;const v=Q.tdList;for(let w=0;w<v.length;w++)if(v[w].id===F.tdId){if(U===X.length-1&&w===v.length-1)i.setPositionContext({isTable:!1}),D=c.index,W=D,g=e.getElementList(),e.getTableTool().dispose();else{let J=U,A=w+1;A>v.length-1&&(J=U+1,A=0);const x=X[J],k=x.tdList[A];i.setPositionContext({isTable:!0,index:c.index,trIndex:J,tdIndex:A,tdId:k.id,trId:x.id,tableId:F.tableId}),D=0,W=D}break t}}}}}const V=g.length-1;if(D>V||W>V)return;const E=e.getElementList();D=Wn(E,D,s.LocationPosition.AFTER),W=Wn(E,W,s.LocationPosition.AFTER),d.setRange(D,W);const y=D===W;e.updateTableTool(),e.render({curIndex:y?D:void 0,isSetCursor:y,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function Qc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getMode()===s.EditorMode.FORM,l=e.getControl(),r=e.getRange(),a=e.getElementList(),{startIndex:c,endIndex:d}=r.getRange(),u=a[c],R=a[d],h=c>0?a[c-1]:null,g=l.getIsRangeWithinControl()||!!u?.controlId||!!R?.controlId||!!h?.controlId;let T=l.getActiveControl();if(i&&g&&(l.initControl(),T=l.getActiveControl()),i&&g)o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else if(T&&l.getIsRangeWithinControl())o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else{o.preventDefault();const f=r.getRangeAnchorStyle(a,d),C={...f?ie(f,Ne):null,type:s.ElementType.TAB,value:""};re(a,[C],c,{editorOptions:e.getOptions()}),e.insertElementList([C])}}function Si(o){const{positionList:t,index:e,isUp:n,rowNo:i,cursorX:l}=o;let r=-1;const a=[];if(n){let c=e-1;for(;c>=0;){const d=t[c];if(c--,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.unshift(d)}}}else{let c=e+1;for(;c<t.length;){const d=t[c];if(c++,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.push(d)}}}for(let c=0;c<a.length;c++){const d=a[c],{coordinate:{leftTop:[u],rightTop:[R]}}=d;if(c===a.length-1&&(r=d.index),!(l<u||l>R)){r=d.index;break}}return r}function vc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=e.getRange(),{startIndex:a,endIndex:c}=r.getRange();let d=i.getPositionList();const u=o.key===s.KeyMap.Up;let R=-1,h=-1;const g=i.getPositionContext();if(!o.shiftKey&&g.isTable&&(u&&l.rowIndex===0||!u&&l.rowIndex===e.getRowCount()-1)){const{index:f,trIndex:m,tdIndex:C,tableId:I}=g;if(u){const p=e.getOriginalElementList();if(m===0)if(p[f].originalId){const M=f-1,O=p[M];for(let b=O.trList.length-1;b>=0;b--){const D=O.trList[b].tdList.find(W=>W.tdIndex===C);if(D?.value.length){i.setPositionContext({isTable:!0,tableId:O.id,index:M,trIndex:b,tdIndex:C}),R=D.value.length-1,h=D.value.length-1;break}}}else i.setPositionContext({isTable:!1}),R=f-1,h=R,e.getTableTool().dispose();else{let L=-1,M=-1;const O=p[f].trList,b=O[m].tdList[C].colIndex;t:for(let V=m-1;V>=0;V--){const y=O[V].tdList;for(let F=0;F<y.length;F++){const S=y[F];if(S.colIndex===b||S.colIndex+S.colspan-1>=b&&S.colIndex<=b){L=V,M=F;break t}}}if(!~L||!~M)return;const D=O[L],W=D.tdList[M];i.setPositionContext({isTable:!0,index:f,trIndex:L,tdIndex:M,tdId:W.id,trId:D.id,tableId:I}),R=W.value.length-1,h=R}}else{const p=e.getOriginalElementList(),L=p[f],M=L.trList;if(m===M.length-1){const O=f+1,b=p[O];if(b&&[L.id,L.originalId].includes(b.originalId)){for(let W=C;W>=0;W--)if(b.trList[0].tdList[W].value.length){i.setPositionContext({isTable:!0,index:O,tableId:b.id,trIndex:0,tdIndex:W}),R=0,h=0;break}}else i.setPositionContext({isTable:!1}),R=f,h=R,e.getTableTool().dispose()}else{let O=-1,b=-1;const D=M[m].tdList[C].colIndex;t:for(let E=m+1;E<M.length;E++){const F=M[E].tdList;for(let S=0;S<F.length;S++){const N=F[S];if(N.colIndex===D||N.colIndex+N.colspan-1>=D&&N.colIndex<=D){O=E,b=S;break t}}}if(!~O||!~b)return;const W=M[O],V=W.tdList[b];i.setPositionContext({isTable:!0,index:f,trIndex:O,tdIndex:b,tdId:V.id,trId:W.id,tableId:I}),R=V.value.length-1,h=R}}}else{let f=l;o.shiftKey&&(a===l.index?f=d[c]:f=d[a]);const{index:m,rowNo:C,rowIndex:I,coordinate:{rightTop:[p]}}=f;if(u&&I===0||!u&&I===e.getRowCount()-1)return;const L=Si({positionList:d,index:m,rowNo:C,isUp:u,cursorX:p});if(L<0)return;R=L,h=L,o.shiftKey&&(a!==c?a===l.index?R=a:h=c:u?h=c:R=a);const O=e.getElementList()[L];if(O.type===s.ElementType.TABLE){const{scale:b}=e.getOptions(),D=e.getMargins(),W=O.trList;let V=-1,E=-1,y=-1;if(u)t:for(let F=W.length-1;F>=0;F--){const N=W[F].tdList;for(let P=0;P<N.length;P++){const Y=N[P],X=Y.x*b+D[3],U=Y.width*b;if(p>=X&&p<=X+U){const Q=Y.positionList,v=Q[Q.length-1],w=Si({positionList:Q,index:v.index+1,rowNo:v.rowNo-1,isUp:u,cursorX:p})||v.index;V=F,E=P,y=w;break t}}}else t:for(let F=0;F<W.length;F++){const N=W[F].tdList;for(let P=0;P<N.length;P++){const Y=N[P],X=Y.x*b+D[3],U=Y.width*b;if(p>=X&&p<=X+U){const Q=Y.positionList,v=Si({positionList:Q,index:-1,rowNo:-1,isUp:u,cursorX:p})||0;V=F,E=P,y=v;break t}}}if(~V&&~E&&~y){const F=W[V],S=F.tdList[E];i.setPositionContext({isTable:!0,index:L,trIndex:V,tdIndex:E,tdId:S.id,trId:F.id,tableId:O.id}),R=y,h=R,d=i.getPositionList()}}}if(!~R||!~h)return;R>h&&([R,h]=[h,R]),r.setRange(R,h);const T=R===h;e.render({curIndex:T?R:void 0,isSetCursor:T,isSubmitHistory:!1,isCompute:!1}),T||(e.getCursor().moveCursorToVisible({cursorPosition:d[u?R:h],direction:u?Jt.UP:Jt.DOWN}),e.updateTableTool())}function Kc(o){return o.key.length===1&&!o.ctrlKey&&!o.metaKey&&!o.altKey}function Hc(o,t){const e=t.getDraw();if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return!1;const n=e.getRange();if(!n.getIsCanInput())return!1;const i=e.getControl();if(!i.getActiveControl()&&i.getIsRangeWithinControl()){i.setPopupAwakeDisabled(!0);try{i.initControl()}finally{i.setPopupAwakeDisabled(!1)}}const l=i.getActiveControl();if(l?.getElement()?.control?.type!==s.ControlType.DATE||!i.getIsRangeWithinControl())return!1;const{startIndex:r,endIndex:a}=n.getRange(),c=e.getElementList(),d=c[r],u=c[a],R=l.getElement(),h=C=>!!C?.controlId&&C.controlId===R.controlId&&(C.originControlId||null)===(R.originControlId||null),g=u?.controlComponent===s.ControlComponent.POSTFIX||u?.controlComponent===s.ControlComponent.POST_TEXT||u?.controlComponent===s.ControlComponent.POSTTEXTFIX||u?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,T=c[a+1],f=!!(u?.originControlId&&u.controlComponent===s.ControlComponent.VALUE&&h(T)&&(T.controlComponent===s.ControlComponent.POSTFIX||T.controlComponent===s.ControlComponent.POST_TEXT||T.controlComponent===s.ControlComponent.POSTTEXTFIX||T.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT));return!h(d)||!h(u)||g||f?!1:(o.preventDefault(),l.awake?.(),!0)}function _c(o,t){if(t.isComposing)return;const e=t.getDraw();if(o.key===s.KeyMap.Backspace)Vc(o,t);else if(o.key===s.KeyMap.Delete)Yc(o,t);else if(o.key===s.KeyMap.Enter)Uc(o,t);else if(o.key===s.KeyMap.Left)wc(o,t);else if(o.key===s.KeyMap.Right)Zc(o,t);else if(o.key===s.KeyMap.Up||o.key===s.KeyMap.Down)vc(o,t);else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Z){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().undo(),o.preventDefault()}else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Y){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().redo(),o.preventDefault()}else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.C)t.copy(),o.preventDefault();else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.X)t.cut(),o.preventDefault();else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.A)t.selectAll(),o.preventDefault();else if(He(o)&&o.key.toLocaleLowerCase()===s.KeyMap.S){if(e.isReadonly())return;const n=e.getListener();n.saved&&n.saved(e.getValue());const i=e.getEventBus();i.isSubscribe("saved")&&i.emit("saved",e.getValue()),o.preventDefault()}else if(o.key===s.KeyMap.ESC){t.clearPainterStyle();const n=e.getZone();n.isMainActive()||n.setZone(s.EditorZone.MAIN),o.preventDefault()}else o.key===s.KeyMap.TAB?Qc(o,t):Kc(o)&&Hc(o,t)}function Ac(o){return/[\u4e00-\u9fa5\u3000-\u303f\uff00-\uffef]/.test(o)}function kc(o){return/[a-zA-Z]/.test(o)}function Gc(o,t){return Ac(o)?t:kc(o)?"Times New Roman":t}function Fo(o){return o?.type===s.ElementType.CONTROL&&(o.controlComponent===s.ControlComponent.PREFIX||o.controlComponent===s.ControlComponent.PRE_TEXT||o.controlComponent===s.ControlComponent.PRETEXTFIX||o.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)}function Fe(o){return o?.type===s.ElementType.CONTROL&&(o.controlComponent===s.ControlComponent.POSTFIX||o.controlComponent===s.ControlComponent.POST_TEXT||o.controlComponent===s.ControlComponent.POSTTEXTFIX||o.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)}function Xi(o){return!!o?.originControlId&&Fo(o)}function zn(o){return!!o?.originControlId&&Fe(o)}function xc(o,t){return!o||!t?!1:!!o.originControlId&&!!t.originControlId&&o.originControlId===t.originControlId&&o.controlId!==t.controlId}function dn(o,t,e){if(!t)return null;const n=new Set;let i=t,l=null;for(;i&&!n.has(i);){n.add(i);let r;for(let a=0;a<o.length;a++){const c=o[a];if(c.controlId===i&&c.control?.type&&(r=c,c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!r)break;(r.control?.type===s.ControlType.TEXT||e===s.EditorMode.EDIT&&r.control?.type===s.ControlType.TEXTFIELD)&&(l=i),i=r.originControlId||null}return l}function Je(o,t){return!!o&&!!t&&o.controlId===t}function rr(o,t){if(t)return o.find(e=>e.controlId===t&&!e.originControlId&&!!e.control?.type)}function lr(o,t,e){if(!t?.originControlId||e?.originControlId!==t.originControlId||!t.controlId||!e.controlId||t.controlId===e.controlId||!Fe(t)||!Fo(e))return;const n=rr(o,t.originControlId);if(n?.control?.type===s.ControlType.TEXTFIELD)return n}function Ni(o,t,e){Ne.forEach(n=>{delete o[n]}),ue.forEach(n=>{const i=t?.[n];i!==void 0&&(o[n]=i)}),t?.type===s.ControlType.TEXT&&o.color?.toLowerCase()==="#87d068"?o.color=e:o.color||(o.color=e)}function Fi(o,t,e,n){o.controlId=t,o.control=e,o.controlComponent=s.ControlComponent.VALUE,delete o.originControlId,Ni(o,e,n)}function yi(o,t,e="input"){const n=se(),i=t.getDraw(),l=i.getControl(),r=i.getOptions(),a=i.getElementList(),u=i.getPosition().getCursorPosition()?.index;if(i.isReadonly()||i.isDisabled())return;const h=i.getPosition().getCursorPosition();if(!o||!h)return;const g=t.isComposing;if(g&&t.compositionInfo?.value===o)return;const T=i.getRange();if(!T.getIsCanInput())return;const f=Ct=>{l.setPopupAwakeDisabled(!0);try{return Ct()}finally{l.setPopupAwakeDisabled(!1)}},m=()=>{f(()=>l.initControl())},C=(Ct,et)=>{f(()=>{T.setRange(Ct,et)})};let I=l.getActiveControl();const p=i.getElementList()[T.getRange().endIndex],L=p?.control?.type===s.ControlType.TEXT&&!!p?.originControlId&&(p.controlComponent===s.ControlComponent.PREFIX||p.controlComponent===s.ControlComponent.PRE_TEXT||p.controlComponent===s.ControlComponent.PRETEXTFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||p.controlComponent===s.ControlComponent.POSTFIX||p.controlComponent===s.ControlComponent.POST_TEXT||p.controlComponent===s.ControlComponent.POSTTEXTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||p.controlComponent===s.ControlComponent.PLACEHOLDER);if(!I&&(l.getIsRangeWithinControl()||L)&&(m(),I=l.getActiveControl()),I){const Ct=I.getElement(),et=i.getElementList()[T.getRange().endIndex],Wt=Ct?.controlId===et?.controlId&&(Ct?.originControlId||null)===(et?.originControlId||null),at=!!et&&et.controlComponent===s.ControlComponent.VALUE&&!!et.controlId&&!et.originControlId&&T.getRange().endIndex>0&&i.getElementList()[T.getRange().endIndex-1]?.originControlId===et.controlId;(!Wt||at)&&(m(),I=l.getActiveControl())}const{endIndex:M}=T.getRange(),O=i.getElementList(),b=O[M],D=O[M+1];if(b?.type===s.ElementType.SUB_TEMPLATE&&D?.type===s.ElementType.SUB_TEMPLATE)return;const W=i.getMode()===s.EditorMode.FORM;if(W){const Ct=T.getRange();if(!(i.getElementList()[Ct.endIndex]?.control?.type===s.ControlType.TEXT)){const at=l.getActiveTextControlLimit();if(!I||!l.getIsRangeWithinControl()&&!l.getIsRangeInPostfix())return;if(at){const mt=T.getRange();if(mt.startIndex<at.startIndex||mt.endIndex>at.endIndex){const it=Math.min(Math.max(mt.endIndex,at.startIndex),at.endIndex);f(()=>{T.setRange(it,it),i.render({curIndex:it,isSubmitHistory:!1})});return}}const{endIndex:xt}=T.getRange(),B=i.getElementList(),ot=B[xt];if(!ot?.originControlId){if(ot?.controlId&&ot?.controlComponent===s.ControlComponent.VALUE){let mt=!1;for(let it=xt;it>=0;it--){const de=B[it];if(de.controlId!==ot.controlId||de.originControlId)break;if(de.control?.type===s.ControlType.TEXTFIELD){mt=!0;break}}if(mt)return}}}}const V=T.getDefaultStyle()||t.compositionInfo?.defaultStyle||null,E=t.compositionInfo?.perfStartTime,y=Jc(t,i.getElementList());g||i.getCursor().clearAgentDomValue();const{TEXT:F,HYPERLINK:S,SUBSCRIPT:N,SUPERSCRIPT:P,DATE:Y,TAB:X}=s.ElementType,U=o.replaceAll(`
109
+ `,H),{startIndex:Q,endIndex:v}=T.getRange(),w=T.getRangeAnchorStyle(y,Q);if(!w)return;const j=Q>0?y[Q-1]:null,J=!!(w.controlId||w.control),x={...!J&&j?j:w,...V},k=i.isDesignMode(),lt=y[v+1],Ft=dn(y,w.originControlId,i.getMode()),Qt=dn(y,lt?.originControlId,i.getMode()),ge=!w.originControlId&&!lt?.originControlId&&Fe(w)&&Fo(lt)&&!!w.controlId&&!!lt.controlId&&w.controlId!==lt.controlId,ee=zn(w)&&Xi(lt)&&!Ft&&!Qt,K=i.getMode()===s.EditorMode.EDIT?lr(y,w,lt):void 0,$=!!w.originControlId&&Fe(w)&&lt?.controlId===w.originControlId&&!lt.originControlId&&lt.control?.type===s.ControlType.TEXTFIELD&&Fe(lt),_=!!w.originControlId&&Fe(w)&&lt?.controlId===w.originControlId&&!lt.originControlId&&lt.control?.type===s.ControlType.TEXTFIELD&&lt.controlComponent===s.ControlComponent.VALUE,ct=!!Ft&&Ft===Qt&&!!w.controlId&&!!lt?.controlId&&w.controlId!==lt.controlId&&(zn(w)||Xi(lt))?Ft:null;if(W&&(ge||ee))return;const nt=Fo(lt)&&!lt?.originControlId,ut=Fe(w)&&!w.originControlId||w.type===s.ElementType.CONTROL&&w.controlComponent===s.ControlComponent.VALUE&&lt?.type!==s.ElementType.CONTROL&&!w.originControlId,ft=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.BUTTON],It=(Ct,et)=>!!(Ct?.controlId&&Ct.controlId===et?.controlId&&(Ct.originControlId||null)===(et.originControlId||null)),wt=(Ct,et)=>{if(Ct?.control?.type)return Ct.control.type;if(Ct?.controlId){for(let Wt=et;Wt>=0;Wt--){const at=y[Wt];if(!It(Ct,at))break;if(at.control?.type)return at.control.type}for(let Wt=et+1;Wt<y.length;Wt++){const at=y[Wt];if(!It(Ct,at))break;if(at.control?.type)return at.control.type}}},Gt=(Ct,et)=>{const Wt=wt(Ct,et);return!!(Wt&&ft.includes(Wt))},Mt=Ct=>{const et=y[Ct];let Wt=Ct;for(let at=Ct+1;at<y.length&&It(et,y[at]);at++)Wt=at;return Wt},_t=!!(Gt(w,Q)&&w.controlComponent===s.ControlComponent.VALUE&&!w.originControlId&&It(w,lt)&&Fe(lt)&&!lt?.value),yt=!!(Gt(w,Q)&&w.controlComponent===s.ControlComponent.VALUE&&w.originControlId&&It(w,lt)&&Fe(lt))?dn(y,w.originControlId,i.getMode()):null,St=rr(y,yt),Pt=nt||ut||_t,ne=Pt?{...w,type:void 0,control:void 0,controlId:void 0,controlComponent:void 0,originControlId:void 0,color:r.defaultColor,highlight:void 0}:w,Zt=Pt||J?ne:x,Xt=Dt(U).map(Ct=>{const et={value:Ct};if(k||!Zt.title?.disabled&&!Zt.control?.disabled){const Wt=y[v+1];(!Zt.type||Zt.type===F||Zt.type===S&&Wt?.type===S||Zt.type===Y&&Wt?.type===Y||Zt.type===N&&Wt?.type===N||Zt.type===P&&Wt?.type===P)&&Ta.forEach(at=>{if(at==="groupIds"&&!Wt?.groupIds)return;const xt=Zt[at];xt!==void 0&&(et[at]=xt)}),(V||Zt.type===X)&&Ne.forEach(at=>{const xt=V?.[at]||Zt[at];xt!==void 0&&(et[at]=xt)}),g&&(et.underline=!0)}if(!Pt){const Wt=w.originControlId&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||w.controlComponent===s.ControlComponent.POST_TEXT);if($||_||K){const B=K||lt;et.controlId=B.controlId,et.control=B.control,et.controlComponent=s.ControlComponent.VALUE,delete et.originControlId,Ni(et,B.control,r.defaultColor)}const at=!w.originControlId&&w.controlId&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||w.controlComponent===s.ControlComponent.POST_TEXT)&&lt?.controlId&&lt.controlId!==w.controlId&&xc(w,lt),xt=w.controlId&&w.originControlId&&(w.controlComponent===s.ControlComponent.VALUE||w.controlComponent===s.ControlComponent.PLACEHOLDER);if(!$&&!_&&!K&&Wt&&!et.controlId){const B=dn(y,w.originControlId,i.getMode());if(!B)return et;let ot=null;for(let mt=Q;mt>=0;mt--){const it=y[mt];if(Je(it,B)&&it.control){ot=it.control;break}}et.controlId=B,et.controlComponent=s.ControlComponent.VALUE,ot&&(et.control=ot),Ni(et,ot,r.defaultColor)}else if(at&&!et.controlId){if(lt?.controlId&&lt.controlId!==w.controlId)if(lt.controlComponent===s.ControlComponent.PREFIX||lt.controlComponent===s.ControlComponent.PRETEXTFIX)for(let B=Q;B>=0;B--){const ot=y[B];if(ot.controlId===w.controlId&&(ot.controlComponent===s.ControlComponent.PREFIX||ot.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let mt=B-1;mt>=0;mt--){const it=y[mt];if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.PRETEXTFIX||it.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||it.controlComponent===s.ControlComponent.PREFIX||it.controlComponent===s.ControlComponent.PRE_TEXT)){et.controlId=it.controlId,et.controlComponent=s.ControlComponent.VALUE,it.control&&(et.control=it.control);break}if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.POSTFIX||it.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(lt.controlComponent===s.ControlComponent.POSTFIX||lt.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(et.controlId=lt.controlId,et.controlComponent=s.ControlComponent.VALUE,lt.control&&(et.control=lt.control));if(!et.controlId)for(let B=Q;B>=0;B--){const ot=y[B];if(ot.controlId===w.controlId&&(ot.controlComponent===s.ControlComponent.PREFIX||ot.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let mt=B-1;mt>=0;mt--){const it=y[mt];if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.PRETEXTFIX||it.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||it.controlComponent===s.ControlComponent.PREFIX||it.controlComponent===s.ControlComponent.PRE_TEXT)){et.controlId=it.controlId,et.controlComponent=s.ControlComponent.VALUE,it.control&&(et.control=it.control);break}if(it.controlId&&it.controlId!==w.controlId&&(it.controlComponent===s.ControlComponent.POSTFIX||it.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}else if(xt&&!et.controlId){const B=w.controlId;let ot=w.control;if(!ot)for(let mt=Q;mt>=0;mt--){const it=y[mt];if(it.controlId===B&&it.control&&(ot=it.control,it.controlComponent===s.ControlComponent.PREFIX||it.controlComponent===s.ControlComponent.PRETEXTFIX))break}et.controlId=B,et.originControlId=w.originControlId,et.controlComponent=s.ControlComponent.VALUE,ot&&(et.control=ot)}else if(w.controlId){let B=w.control;if(!B)for(let ot=Q;ot>=0;ot--){const mt=y[ot];if(Je(mt,w.controlId)&&mt.control){B=mt.control;break}}et.controlId||(et.controlId=w.controlId),B&&!et.control&&(et.control=B),et.controlComponent||(et.controlComponent=s.ControlComponent.VALUE)}else if(!et.controlId&&!et.control&&lt?.originControlId&&(lt.controlComponent===s.ControlComponent.PREFIX||lt.controlComponent===s.ControlComponent.PRETEXTFIX)){const B=dn(y,lt.originControlId,i.getMode());if(!B)return et;let ot=null;for(let mt=v;mt>=0;mt--){const it=y[mt];if(Je(it,B)&&it.control){ot=it.control;break}}et.controlId=B,et.controlComponent=s.ControlComponent.VALUE,ot&&(et.control=ot)}}if(Ct&&Ct!==H){const Wt=Gc(Ct,r.defaultFont);et.font=Wt}return et});let Lt;const Et=a[u],bt=a[u+1],pe=a[u-1];if(g)Lt=Q;else{const Ct=B=>{if(Xt?.length)for(let ot=0;ot<Xt.length;ot++)y.splice(B+ot,0,Xt[ot]);return B+Xt.length-1},et=Q+1,Wt=_t?Mt(Q)+1:et,at=()=>{let B=null,ot,mt=null;const it=i.getMode()===s.EditorMode.EDIT?lr(a,Et,bt):void 0;if(it?.controlId?(B=it.controlId,ot=it.control?.type):i.getMode()===s.EditorMode.EDIT&&zn(Et)&&bt?.controlId===Et.originControlId&&!bt.originControlId&&bt.control?.type===s.ControlType.TEXTFIELD&&(bt.controlComponent===s.ControlComponent.VALUE||Fe(bt))?(B=Et.originControlId,ot=s.ControlType.TEXTFIELD):zn(Et)?B=dn(a,Et.originControlId,i.getMode()):Xi(bt)?B=dn(a,bt.originControlId,i.getMode()):ct?B=ct:Et?.control?.type===s.ControlType.TEXT&&Et.controlId&&!Et.originControlId&&Fe(Et)&&pe?.originControlId===Et.controlId&&(B=Et.controlId,mt={startIndex:u-1,endIndex:u-1}),!B)return null;if(!ot)for(let kt=u;kt>=0;kt--){const zt=a[kt];if(Je(zt,B)&&zt.control?.type){ot=zt.control.type;break}if(zt.controlId&&zt.controlId!==B&&zt.originControlId!==B)break}return ot!==s.ControlType.TEXT&&!(i.getMode()===s.EditorMode.EDIT&&ot===s.ControlType.TEXTFIELD)?null:{parentControlId:B,activationIndex:(()=>{for(let kt=u+1;kt<a.length;kt++){const zt=a[kt];if(Je(zt,B))return kt;if(zt.controlId&&zt.controlId!==B&&zt.originControlId!==B)break}for(let kt=u;kt>=0;kt--){const zt=a[kt];if(Je(zt,B))return kt;if(zt.controlId&&zt.controlId!==B&&zt.originControlId!==B)break}return u})(),boundaryRange:mt}};Q!==v&&(i.removeSplitTdOtherRangeElements(),i.spliceElementList(y,et,v-Q));const xt=at();if(yt&&St?.control){const B=Mt(Q);Xt.forEach(ot=>{Fi(ot,yt,St.control,r.defaultColor)}),re(y,Xt,B,{editorOptions:r}),i.spliceElementList(y,B+1,0,Xt),Lt=B+Xt.length}else if(xt){const{parentControlId:B,activationIndex:ot,boundaryRange:mt}=xt;C(ot,ot),m();const it=l.getActiveControl(),de=bt?.controlId===B&&!bt?.originControlId&&bt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,kt=!!(Et?.originControlId&&zn(Et)&&de!==-1),zt=mt||(kt?{startIndex:u,endIndex:u}:de!==-1?{startIndex:u,endIndex:de}:{startIndex:Q,endIndex:v});C(zt.startIndex,zt.endIndex),it&&it.getElement()?.controlId===B&&(it.getElement()?.control?.type===s.ControlType.TEXT||it.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Xt.forEach(xn=>{Fi(xn,B,it.getElement().control,r.defaultColor)}),Lt=it.setValue(Xt,{range:zt,elementList:y}),l.emitControlContentChange(),C(Lt,Lt),m()):Pt?Lt=Ct(Wt):(Lt=l.setValue(Xt),l.emitControlContentChange())}else if(Pt)Lt=Ct(Wt);else if(Et?.originControlId&&(Et.controlComponent===s.ControlComponent.POSTFIX||Et.controlComponent===s.ControlComponent.POST_TEXT||Et.controlComponent===s.ControlComponent.POSTTEXTFIX||Et.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))if(I?.getElement()?.control?.type===s.ControlType.TEXT&&I.getElement()?.controlId===Et.controlId&&(I.getElement()?.originControlId||null)===(Et.originControlId||null))Lt=l.setValue(Xt),l.emitControlContentChange();else{const ot=dn(a,Et.originControlId,i.getMode());if(!ot){Lt=Ct(et);return}let mt;for(let de=u;de>=0;de--){const kt=a[de];if(Je(kt,ot)&&kt.control?.type){mt=kt.control.type;break}if(kt.controlId&&kt.controlId!==ot&&kt.originControlId!==ot)break}if(mt===s.ControlType.TEXT||i.getMode()===s.EditorMode.EDIT&&mt===s.ControlType.TEXTFIELD){const de=()=>{for(let Pe=u+1;Pe<a.length;Pe++){const We=a[Pe];if(Je(We,ot))return Pe;if(We.controlId&&We.controlId!==ot&&We.originControlId!==ot)break}for(let Pe=u;Pe>=0;Pe--){const We=a[Pe];if(Je(We,ot))return Pe;if(We.controlId&&We.controlId!==ot&&We.originControlId!==ot)break}return u},kt=bt?.controlId===ot&&bt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,zt=kt!==-1?{startIndex:u,endIndex:kt}:{startIndex:u,endIndex:u},xn=de();C(xn,xn),m();const gn=l.getActiveControl();C(zt.startIndex,zt.endIndex),gn&&gn.getElement()?.controlId===ot&&(gn.getElement()?.control?.type===s.ControlType.TEXT||gn.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Xt.forEach(Pe=>{Fi(Pe,ot,gn.getElement().control,r.defaultColor)}),Lt=gn.setValue(Xt,{range:zt,elementList:y}),l.emitControlContentChange(),C(Lt,Lt),m()):Lt=Ct(et)}else Lt=Ct(et)}else if((Et?.control?.type===s.ControlType.NUMBER||bt?.control?.type===s.ControlType.NUMBER)&&I?.getElement()?.control?.type===s.ControlType.NUMBER&&l.getIsRangeWithinControl()){const B=l.getActiveControl();B&&typeof B.awake=="function"&&B.awake(),Lt=Q}else if((Et?.control?.type===s.ControlType.SELECT||bt?.control?.type===s.ControlType.SELECT)&&I?.getElement()?.control?.type===s.ControlType.SELECT&&l.getIsRangeWithinControl()){const B=l.getActiveControl();B&&typeof B.awake=="function"&&B.awake(),Lt=Q}else if(I?.getElement()?.control?.type===s.ControlType.DATE&&l.getIsRangeWithinControl()){const B=l.getActiveControl();B&&typeof B.awake=="function"&&B.awake(),Lt=Q}else Et?.control?.type==="button"||bt?.control?.type==="button"?Lt=Q:I&&l.getIsRangeWithinControl()?(Lt=l.setValue(Xt),l.emitControlContentChange()):(Et?.type==="control"||bt?.type==="control")&&!Pt?Lt=Ct(et):(re(y,Xt,Q,{editorOptions:r}),i.spliceElementList(y,et,0,Xt),Lt=Q+Xt.length)}if(~Lt&&!g){const Ct=se()-n,et=se();f(()=>{T.setRange(Lt,Lt),i.render({curIndex:Lt,isSubmitHistory:!g,traceLabel:`input:${e}`})}),ai(r,`input:${e}`,se()-n,[{label:"mutate",duration:Ct},{label:"renderCall",duration:se()-et}],{isComposing:g,textLength:Xt.length,compositionChainDuration:e==="compositionend"&&E!==void 0?Number((se()-E).toFixed(2)):void 0})}g&&(t.compositionInfo={value:U,startIndex:Lt,endIndex:v,defaultStyle:V,perfStartTime:n})}function Bc(o){o.compositionInfo&&(o.compositionInfo=null)}function Jc(o,t){if(!o.compositionInfo||o.isComposing)return t;const{startIndex:e,endIndex:n}=o.compositionInfo;return e!==n&&(o.getDraw().removeSplitTdOtherRangeElements(),o.getDraw().spliceElementList(t,e+1,n-e),o.getDraw().getRange().setRange(e,e)),o.compositionInfo=null,t}async function $c(o){const t=o.getDraw(),e=t.getRange(),{startIndex:n,endIndex:i}=e.getRange();if(!~n&&!~n||t.isReadonly()||!e.getIsCanInput())return;const l=t.getElementList();let r=n,a=i;if(n===i){const h=t.getPosition().getPositionList(),g=h[n],T=g.rowNo,f=g.pageNo,m=[];for(let I=0;I<h.length;I++){const p=h[I];if(p.pageNo>f)break;p.pageNo===f&&p.rowNo===T&&m.push(I)}const C=m[0]-1;r=C<0?0:C,a=m[m.length-1]}const c=t.getOptions();await $s(l.slice(r+1,a+1),c);const d=t.getControl();let u;d.getActiveControl()&&d.getIsRangeWithinControl()?(u=d.cut(),d.emitControlContentChange()):(t.spliceElementList(l,r+1,a-r),u=r),e.setRange(u,u),t.render({curIndex:u})}async function zc(o,t){const e=o.getDraw(),n=e.getMode()===s.EditorMode.COMPARE,i=n||t?.isPlainText,{copy:l}=e.getOverride();if(l&&l()?.preventDefault!==!1)return;const r=e.getRange();let a=null;if(r.getRange().isCrossRowCol){const d=r.getRangeTableElement();if(!d)return;const u=e.getTableParticle().getRangeRowCol();if(!u)return;const R={type:s.ElementType.TABLE,value:"",colgroup:[],trList:[]},h=u[0],g=h[0].colIndex,T=h[h.length-1],f=T.colIndex+T.colspan-1;for(let m=g;m<=f;m++)R.colgroup.push(d.colgroup[m]);for(let m=0;m<u.length;m++){const C=u[m],I=d.trList[C[0].rowIndex],p={tdList:[],height:I.height,minHeight:I.minHeight};for(let L=0;L<C.length;L++)p.tdList.push(C[L]);R.trList.push(p)}a=n?[R]:Yt([R])}else a=r.getIsCollapsed()?r.getRangeRowElementList():r.getSelectionElementList();i&&a?.length&&(a=[{value:Cn(a,e.getOptions())}]),a?.length&&await $s(a,e.getOptions())}function jc(o,t){const e=t.getDraw(),{drop:n}=e.getOverride();if(n&&n(o)?.preventDefault!==!1)return;o.preventDefault();const i=o.dataTransfer?.getData("text");if(i)t.input(i);else{const l=o.dataTransfer?.files;if(!l)return;for(let r=0;r<l.length;r++){const a=l[r];a.type.startsWith("image")&&Ei(t,a)}}}function ar(o){if(!Intl.Segmenter)return null;const t=o.getDraw(),e=t.getPosition().getCursorPosition();if(!e)return null;const i=t.getRange().getRangeParagraphInfo();if(!i)return null;const l=i?.elementList?.map(h=>!h.type||h.type!==s.ElementType.CONTROL&&Ie.includes(h.type)?h.value:H).join("")||"";if(!l)return null;const r=e.isFirstLetter||t.getCursor().getHitLineStartIndex()?e.index+1:e.index,a=i.startIndex,d=new Intl.Segmenter(void 0,{granularity:"word"}).segment(l);let u=-1,R=-1;for(const{segment:h,index:g,isWordLike:T}of d){const f=g+a;if(T&&r>=f&&r<f+h.length){u=f-1,R=u+h.length;break}}return~u&&~R?{startIndex:u,endIndex:R}:null}function qc(o){const t=o.getDraw(),e=t.getPosition().getCursorPosition();if(!e)return null;const{value:n,index:i}=e,l=t.getLetterReg();let r=0,a=0;const c=ei.test(n);if(c||l.test(n)){const u=t.getElementList();let R=i-1;for(;R>0;){const g=u[R].value;if(c&&ei.test(g)||!c&&l.test(g))r++,R--;else break}let h=i+1;for(;h<u.length;){const g=u[h].value;if(c&&ei.test(g)||!c&&l.test(g))a++,h++;else break}}const d=i-r-1;return d<0?null:{startIndex:d,endIndex:i+a}}function td(o,t){const e=o.getDraw(),n=e.getPosition(),i=n.getPositionByXY({x:t.offsetX,y:t.offsetY});if(i.isImage&&i.isDirectHit){const a=e.getElementList(),c=e.getEventBus(),d=a[i.index];if(c.isSubscribe("imageDblclick")&&c.emit("imageDblclick",{evt:t,element:d}),d.imgPreviewDisabled)return;e.getPreviewer().render();return}if(e.getIsPagingMode()&&e.getMode()===s.EditorMode.EDIT&&!~i.index&&i.zone){e.getZone().setZone(i.zone),e.clearSideEffect(),n.setPositionContext({isTable:!1});return}if((i.isCheckbox||i.isRadio)&&i.isDirectHit)return;const l=e.getRange(),r=ar(o)||qc(o);r&&(l.setRange(r.startIndex,r.endIndex),e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),l.setRangeStyle())}function ed(o){const t=o.getDraw(),e=t.getControl();if(e.getActiveControl()&&e.selectValue())return;const i=t.getPosition().getCursorPosition();if(!i)return;const{index:l}=i,r=t.getElementList();let a=0,c=0,d=l-1;for(;d>0;){const T=r[d],f=r[d-1];if(T.value===H&&!T.listWrap||T.listId!==f?.listId||T.titleId!==f?.titleId)break;a++,d--}let u=l+1;for(;u<r.length;){const T=r[u],f=r[u+1];if(T.value===H&&!T.listWrap||T.listId!==f?.listId||T.titleId!==f?.titleId)break;c++,u++}const R=t.getRange();let h=l-a-1;if(r[h]?.value!==H&&(h-=1),h<0)return;let g=l+c+1;(r[g]?.value===H||g>r.length-1)&&(g-=1),R.setRange(h,g),t.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}const cr={dblclick:td,threeClick:ed};function nd(o){o.isComposing=!0}function od(o,t){const e=se();o.isComposing=!1;const n=o.getDraw(),i=n.getOptions();if(t.data)o.compositionInfo&&(o.compositionInfo.perfStartTime=e),ga?setTimeout(()=>{o.compositionInfo&&yi(t.data,o,"compositionend")},1):o.compositionInfo&&yi(t.data,o,"compositionend");else{const r=o.compositionInfo?.cancel;if(Bc(o),!r){const a=n.getRange(),{endIndex:c}=a.getRange();n.render({curIndex:c,isSubmitHistory:!1,traceLabel:"compositionend:empty"})}}n.getCursor().clearAgentDomValue(),ai(i,"compositionend",se()-e,[],{hasData:!!t.data,dataLength:t.data?.length||0})}function id(o){o.compositionInfo&&(o.compositionInfo.cancel=!0)}const bi={compositionstart:nd,compositionend:od,compositionCancel:id};function sd(o,t){const e=t.getDraw();if(e.isReadonly())return;o.preventDefault();const i=e.getPageContainer();if(!Ls(o.target,p=>p===i))return;const a=o.target.dataset.index;a&&e.setPageNo(Number(a));const c=e.getPosition(),d=c.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!d)return;const{isTable:u,tdValueIndex:R,index:h}=d,g=c.getPositionList(),T=u?R:h;~h&&(e.getRange().setRange(T,T),c.setCursorPosition(g[T]));const f=e.getCursor(),{cursor:{dragColor:m,dragWidth:C,dragFloatImageDisabled:I}}=e.getOptions();if(I){const p=t.cacheElementList?.[t.cacheRange.startIndex];if(p?.type===s.ElementType.IMAGE&&(p.imgDisplay===s.ImageDisplay.FLOAT_TOP||p.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM||p.imgDisplay===s.ImageDisplay.SURROUND))return}f.drawCursor({width:C,color:m,isBlink:!1,isFocus:!1})}const rd={dragover:sd};class ld{isAllowSelection;isComposing;compositionInfo;isAllowDrag;isAllowDrop;cacheRange;cacheElementList;cachePositionList;cachePositionContext;mouseDownStartPosition;draw;pageContainer;pageList;range;position;constructor(t){this.draw=t,this.pageContainer=t.getPageContainer(),this.pageList=t.getPageList(),this.range=this.draw.getRange(),this.position=this.draw.getPosition(),this.isAllowSelection=!1,this.isComposing=!1,this.compositionInfo=null,this.isAllowDrag=!1,this.isAllowDrop=!1,this.cacheRange=null,this.cacheElementList=null,this.cachePositionList=null,this.cachePositionContext=null,this.mouseDownStartPosition=null}getDraw(){return this.draw}register(){this.pageContainer.addEventListener("click",this.click.bind(this)),this.pageContainer.addEventListener("mousedown",this.mousedown.bind(this)),this.pageContainer.addEventListener("mouseup",this.mouseup.bind(this)),this.pageContainer.addEventListener("mouseleave",this.mouseleave.bind(this)),this.pageContainer.addEventListener("mousemove",this.mousemove.bind(this)),this.pageContainer.addEventListener("dblclick",this.dblclick.bind(this)),this.pageContainer.addEventListener("dragover",this.dragover.bind(this)),this.pageContainer.addEventListener("drop",this.drop.bind(this)),ea(this.pageContainer,this.threeClick.bind(this))}setIsAllowSelection(t){this.isAllowSelection=t,t||this.applyPainterStyle()}setIsAllowDrag(t){this.isAllowDrag=t,this.isAllowDrop=t}clearPainterStyle(){this.pageList.forEach(t=>{t.style.cursor="text"}),this.draw.setPainterStyle(null)}applyPainterStyle(){const t=this.draw.getPainterStyle();if(!t||this.draw.isReadonly()||this.draw.isDisabled())return;let n=this.range.getSelection();if(!n){const r=ar(this);r&&(n=this.draw.getElementList().slice(r.startIndex+1,r.endIndex+1))}if(!n)return;const i=Object.keys(t);n.forEach(r=>{i.forEach(a=>{const c=a;Reflect.set(r,c,t[c])})}),this.draw.render({isSetCursor:!1});const l=this.draw.getPainterOptions();(!l||!l.isDblclick)&&this.clearPainterStyle()}selectAll(){if(!this.draw.isSelectionDisabled())if(this.position.getPositionContext().isTable)this.draw.getTableOperate().tableSelectAll();else{const t=this.position.getPositionList();this.range.setRange(0,t.length-1),this.draw.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}}mousemove(t){this.draw.isInteractionSuspended()||Fc(t,this)}mousedown(t){this.draw.isInteractionSuspended()||Sc(t,this)}click(){this.draw.isInteractionSuspended()||Ra&&!this.draw.isReadonly()&&this.draw.getCursor().getAgentDom().focus()}mouseup(t){this.draw.isInteractionSuspended()||Xc(t,this)}mouseleave(t){this.draw.isInteractionSuspended()||Nc(t,this)}keydown(t){this.draw.isInteractionSuspended()||_c(t,this)}dblclick(t){this.draw.isInteractionSuspended()||cr.dblclick(this,t)}threeClick(){this.draw.isInteractionSuspended()||cr.threeClick(this)}input(t,e="input"){this.draw.isInteractionSuspended()||yi(t,this,e)}async cut(){this.draw.isInteractionSuspended()||await $c(this)}async copy(t){this.draw.isInteractionSuspended()||await zc(this,t)}compositionstart(){this.draw.isInteractionSuspended()||bi.compositionstart(this)}compositionend(t){this.draw.isInteractionSuspended()||bi.compositionend(this,t)}compositionCancel(){this.draw.isInteractionSuspended()||bi.compositionCancel(this)}drop(t){this.draw.isInteractionSuspended()||jc(t,this)}dragover(t){this.draw.isInteractionSuspended()||rd.dragover(t,this)}}const dr={PAGE_SCALE:"pageScale"};class ad{draw;options;cursor;canvasEvent;range;previewer;tableTool;hyperlinkParticle;control;dateParticle;imageParticle;dprMediaQueryList;constructor(t,e){this.draw=t,this.options=t.getOptions(),this.canvasEvent=e,this.cursor=null,this.range=t.getRange(),this.previewer=t.getPreviewer(),this.tableTool=t.getTableTool(),this.hyperlinkParticle=t.getHyperlinkParticle(),this.dateParticle=t.getDateParticle(),this.imageParticle=t.getImageParticle(),this.control=t.getControl(),this.dprMediaQueryList=window.matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`)}register(){this.cursor=this.draw.getCursor(),this.addEvent()}addEvent(){window.addEventListener("blur",this.clearSideEffect),document.addEventListener("mousedown",this.clearSideEffect),document.addEventListener("mouseup",this.setCanvasEventAbility),document.addEventListener("wheel",this.setPageScale,{passive:!1}),document.addEventListener("visibilitychange",this._handleVisibilityChange),this.dprMediaQueryList.addEventListener("change",this._handleDprChange)}removeEvent(){window.removeEventListener("blur",this.clearSideEffect),document.removeEventListener("mousedown",this.clearSideEffect),document.removeEventListener("mouseup",this.setCanvasEventAbility),document.removeEventListener("wheel",this.setPageScale),document.removeEventListener("visibilitychange",this._handleVisibilityChange),this.dprMediaQueryList.removeEventListener("change",this._handleDprChange)}clearSideEffect=t=>{if(!this.cursor)return;if(this.draw.isInteractionSuspended()){this.resetSideEffect();return}const e=t?.composedPath?.()[0]||t.target;if(this.draw.isTargetInsideEditor(e)){this.watchCursorActive();return}this.resetSideEffect()};resetSideEffect=()=>{this.cursor&&(this.cursor.recoveryCursor(),this.range.recoveryRangeStyle(),this.previewer.clearResizer(),this.tableTool.dispose(),this.hyperlinkParticle.clearHyperlinkPopup(),this.control.destroyControl(),this.dateParticle.clearDatePicker(),this.imageParticle.destroyFloatImage())};setCanvasEventAbility=()=>{this.canvasEvent.setIsAllowDrag(!1),this.canvasEvent.setIsAllowSelection(!1)};watchCursorActive(){this.range.getIsCollapsed()&&setTimeout(()=>{this.cursor?.getAgentIsActive()||this.cursor?.drawCursor({isFocus:!1,isBlink:!1})})}setPageScale=t=>{if(this.draw.isInteractionSuspended()||!this.draw.isTargetInsideEditor(t.target)||this.options.shortcutDisableKeys.includes(dr.PAGE_SCALE)||!t.ctrlKey)return;t.preventDefault();const{scale:e}=this.options;if(t.deltaY<0){const n=e*10+1;n<=30&&this.draw.setPageScale(n/10)}else{const n=e*10-1;n>=5&&this.draw.setPageScale(n/10)}};_handleVisibilityChange=()=>{if(document.visibilityState==="visible"){const t=this.range.getRange(),e=!!~t.startIndex&&!!~t.endIndex&&t.startIndex===t.endIndex;this.range.replaceRange(t),this.draw.render({isSetCursor:e,isCompute:!1,isSubmitHistory:!1,curIndex:t.startIndex})}};_handleDprChange=()=>{this.draw.setPageDevicePixel()}}class cd{undoStack=[];redoStack=[];maxRecordCount;constructor(t){this.maxRecordCount=t.getOptions().historyMaxRecordCount+1}undo(){if(this.undoStack.length>1){const t=this.undoStack.pop();this.redoStack.push(t),this.undoStack.length&&this.undoStack[this.undoStack.length-1]()}}redo(){if(this.redoStack.length){const t=this.redoStack.pop();this.undoStack.push(t),t()}}execute(t){for(this.undoStack.push(t),this.redoStack.length&&(this.redoStack=[]);this.undoStack.length>this.maxRecordCount;)this.undoStack.shift()}isCanUndo(){return this.undoStack.length>1}isCanRedo(){return!!this.redoStack.length}isStackEmpty(){return!this.undoStack.length&&!this.redoStack.length}recovery(){this.undoStack=[],this.redoStack=[]}popUndo(){return this.undoStack.pop()}}class dd{cursorPosition;positionContext;positionList;floatPositionList;draw;eventBus;options;constructor(t){this.positionList=[],this.floatPositionList=[],this.cursorPosition=null,this.positionContext={isTable:!1,isControl:!1},this.draw=t,this.eventBus=t.getEventBus(),this.options=t.getOptions()}getFloatPositionList(){return this.floatPositionList}getTablePositionList(t){const{index:e,trIndex:n,tdIndex:i}=this.positionContext;return t[e].trList[n].tdList[i].positionList||[]}getPositionList(){return this.positionContext.isTable?this.getTablePositionList(this.draw.getOriginalElementList()):this.getOriginalPositionList()}getMainPositionList(){return this.positionContext.isTable?this.getTablePositionList(this.draw.getOriginalMainElementList()):this.positionList}getOriginalPositionList(){const t=this.draw.getZone();return t.isHeaderActive()?this.draw.getHeader().getPositionList():t.isFooterActive()?this.draw.getFooter().getPositionList():this.positionList}getOriginalMainPositionList(){return this.positionList}getSelectionPositionList(){const{startIndex:t,endIndex:e}=this.draw.getRange().getRange();return t===e?null:this.getPositionList().slice(t+1,e+1)}setPositionList(t){this.positionList=t}setFloatPositionList(t){this.floatPositionList=t}computePageRowPosition(t){const{positionList:e,rowList:n,pageNo:i,startX:l,startY:r,startRowIndex:a,startIndex:c,innerWidth:d,zone:u}=t,{scale:R,table:{tdPadding:h}}=this.options;let g=l,T=r,f=c;for(let m=0;m<n.length;m++){const C=n[m];if(!C.isSurround){const L=C.width+(C.offsetX||0);C.rowFlex===s.RowFlex.CENTER?g+=(d-L)/2:C.rowFlex===s.RowFlex.RIGHT&&(g+=d-L)}g+=C.offsetX||0,T+=C.offsetY||0;const I=g,p=T;for(let L=0;L<C.elementList.length;L++){const M=C.elementList[L],O=M.metrics,b=!ae(M)&&(M.imgDisplay!==s.ImageDisplay.INLINE&&M.type===s.ElementType.IMAGE||M.type===s.ElementType.LATEX)?C.ascent-O.height:C.ascent;M.left&&(g+=M.left),M.translateX&&(g+=M.translateX*R);const D={pageNo:i,index:f,value:M.value,rowIndex:a+m,rowNo:m,metrics:O,left:M.left||0,ascent:b,lineHeight:C.height,isFirstLetter:L===0,isLastLetter:L===C.elementList.length-1,coordinate:{leftTop:[g,T],leftBottom:[g,T+C.height],rightTop:[g+O.width,T],rightBottom:[g+O.width,T+C.height]}};if(M.imgDisplay===s.ImageDisplay.SURROUND||M.imgDisplay===s.ImageDisplay.FLOAT_TOP||M.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM){const W=e[e.length-1];W&&(D.metrics=W.metrics,D.coordinate=W.coordinate),M.imgFloatPosition||(M.imgFloatPosition={x:g,y:T,pageNo:i}),this.floatPositionList.push({pageNo:i,element:M,position:D,isTable:t.isTable,index:t.index,tdIndex:t.tdIndex,trIndex:t.trIndex,tdValueIndex:f,zone:u})}if(e.push(D),f++,g+=O.width,M.type===s.ElementType.TABLE&&!ae(M)){const W=M.tdPadding||h,V=W[1]+W[3],E=W[0]+W[2];for(let y=0;y<M.trList.length;y++){const F=M.trList[y];for(let S=0;S<F.tdList.length;S++){const N=F.tdList[S];N.positionList=[];const P=N.rowList,Y=this.computePageRowPosition({positionList:N.positionList,rowList:P,pageNo:i,startRowIndex:0,startIndex:0,startX:(N.x+W[3])*R+I+(M.translateX||0)*R,startY:(N.y+W[0])*R+p,innerWidth:(N.width-V)*R,isTable:!0,index:f-1,tdIndex:S,trIndex:y,zone:u});if(N.verticalAlign===s.VerticalAlign.MIDDLE||N.verticalAlign===s.VerticalAlign.BOTTOM){const X=P.reduce((v,w)=>v+w.height,0),U=(N.height-E)*R-X,Q=N.verticalAlign===s.VerticalAlign.MIDDLE?U/2:U;Math.floor(Q)>0&&N.positionList.forEach(v=>{const{coordinate:{leftTop:w,leftBottom:j,rightBottom:J,rightTop:A}}=v;w[1]+=Q,j[1]+=Q,J[1]+=Q,A[1]+=Q})}g=Y.x,T=Y.y}}g=I,T=p}}g=l,T+=C.height}return{x:g,y:T,index:f}}computePositionList(){this.positionList=[];const t=this.draw.getInnerWidth(),e=this.draw.getPageRowList(),n=this.draw.getMargins(),i=n[3],r=this.draw.getHeader().getExtraHeight(),a=n[0]+r;let c=0;for(let d=0;d<e.length;d++){const u=e[d];if(!u?.length)continue;const R=u[0].startIndex;this.computePageRowPosition({positionList:this.positionList,rowList:u,pageNo:d,startRowIndex:c,startIndex:R,startX:i,startY:a,innerWidth:t}),c+=u.length}}computeRowPosition(t){const{row:e,innerWidth:n}=t,i=[];return this.computePageRowPosition({positionList:i,innerWidth:n,rowList:[ht(e)],pageNo:0,startX:0,startY:0,startIndex:0,startRowIndex:0}),i}setCursorPosition(t){this.cursorPosition=t}getCursorPosition(){return this.cursorPosition}getPositionContext(){return this.positionContext}setPositionContext(t){this.eventBus.emit("positionContextChange",{value:t,oldValue:this.positionContext}),this.positionContext=t}getPositionByXY(t){const{x:e,y:n,isTable:i}=t;let{elementList:l,positionList:r}=t;l||(l=this.draw.getOriginalElementList()),r||(r=this.getOriginalPositionList());const a=this.draw.getZone(),c=t.pageNo??this.draw.getPageNo(),d=a.isMainActive(),u=d?c:0;if(!i){const f=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]});if(f)return f}for(let f=0;f<r.length;f++){const{index:m,pageNo:C,left:I,isFirstLetter:p,coordinate:{leftTop:L,rightTop:M,leftBottom:O}}=r[f];if(u===C){if(C>u)break;if(L[0]-I<=e&&M[0]>=e&&L[1]<=n&&O[1]>=n){let b=f;const D=l[f];if(D.type===s.ElementType.TABLE)for(let V=0;V<D.trList.length;V++){const E=D.trList[V];for(let y=0;y<E.tdList.length;y++){const F=E.tdList[y],S=this.getPositionByXY({x:e,y:n,td:F,pageNo:c,tablePosition:r[f],isTable:!0,elementList:F.value,positionList:F.positionList});if(~S.index){const{index:N,hitLineStartIndex:P}=S,Y=F.value[N];return{index:m,isCheckbox:S.isCheckbox||Y.type===s.ElementType.CHECKBOX||Y.controlComponent===s.ControlComponent.CHECKBOX,isRadio:Y.type===s.ElementType.RADIO||Y.controlComponent===s.ControlComponent.RADIO,isControl:!!Y.controlId,isImage:S.isImage,isLabel:S.isLabel,isMacro:S.isMacro,isDirectHit:S.isDirectHit,isTable:!0,tdIndex:y,trIndex:V,tdValueIndex:N,tdId:F.id,trId:E.id,tableId:D.id,hitLineStartIndex:P}}}}if(D.type===s.ElementType.IMAGE||D.type===s.ElementType.LATEX)return{index:b,isDirectHit:!0,isImage:!0};if(D.type===s.ElementType.MENSTRUAL_HISTORY)return{index:b,isDirectHit:!0};if(D.type===s.ElementType.FETAL_HEART_POSITION)return{index:b,isDirectHit:!0};if(D.type===s.ElementType.TOOTH_POSITION){const{scale:V}=this.options,E=D.width*V;return e>=L[0]&&e<=L[0]+E?{index:b,isDirectHit:!0}:{index:b}}if(D.type===s.ElementType.CHECKBOX||D.controlComponent===s.ControlComponent.CHECKBOX)return{index:b,isDirectHit:!0,isCheckbox:!0};if(D.type===s.ElementType.LABEL)return{index:b,isDirectHit:!0,isLabel:!0};if(D.type===s.ElementType.MACRO||D.type===s.ElementType.CUSTOM_MACRO||D.type===s.ElementType.REUSABLE_ITEM||D.type===s.ElementType.SUB_TEMPLATE)return{index:b,isDirectHit:!0,isMacro:!0};if(D.type===s.ElementType.TAB&&D.listStyle===s.ListStyle.CHECKBOX){let V=b-1;for(;V>0;){const E=l[V];if(E.value===H&&E.listStyle===s.ListStyle.CHECKBOX)break;V--}return{index:V,isDirectHit:!0,isCheckbox:!0}}if(D.type===s.ElementType.RADIO||D.controlComponent===s.ControlComponent.RADIO)return{index:b,isDirectHit:!0,isRadio:!0};let W;if(l[m].value!==H){const V=M[0]-L[0];e<L[0]+V/2&&(b=f-1,p&&(W=f))}return{isDirectHit:!0,hitLineStartIndex:W,index:b,isControl:!!D.controlId}}}}if(!i){const f=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]});if(f)return f}let R=!1,h=-1,g;if(i){const{scale:f}=this.options,{td:m,tablePosition:C}=t;if(m&&C){const{leftTop:I}=C.coordinate,p=m.x*f+I[0],L=m.y*f+I[1],M=m.width*f,O=m.height*f;if(!(p<e&&e<p+M&&L<n&&n<L+O))return{index:h}}}const T=r.filter(f=>f.isLastLetter&&f.pageNo===u);for(let f=0;f<T.length;f++){const{index:m,rowNo:C,coordinate:{leftTop:I,leftBottom:p}}=T[f];if(n>I[1]&&n<=p[1]){const L=r.findIndex(D=>D.pageNo===u&&D.rowNo===C),M=l[L],O=r[L],b=M.listStyle===s.ListStyle.CHECKBOX?this.draw.getMargins()[3]:O.coordinate.leftTop[0];if(e<b)~L?O.value===H?h=L:(h=L-1,g=L):h=m;else{if(M.listStyle===s.ListStyle.CHECKBOX&&e<I[0])return{index:L,isDirectHit:!0,isCheckbox:!0};h=m}R=!0;break}}if(!R){if(this.draw.getIsPagingMode()){const m=this.draw.getHeader(),C=m.getHeight(),I=m.getHeaderTop()+C,p=this.draw.getFooter(),M=this.draw.getHeight()-(p.getFooterBottom()+p.getHeight());if(d){if(n<I)return{index:-1,zone:s.EditorZone.HEADER};if(n>M)return{index:-1,zone:s.EditorZone.FOOTER}}else if(n<=M&&n>=I)return{index:-1,zone:s.EditorZone.MAIN}}const f=this.draw.getMargins();if(n<=f[0])for(let m=0;m<r.length;m++){const C=r[m];if(C.pageNo!==u||C.rowNo!==0)continue;const{leftTop:I,rightTop:p}=C.coordinate;if(e<=f[3]||e>=I[0]&&e<=p[0]||r[m+1]?.rowNo!==0)return{index:C.index}}else{const m=T[T.length-1];if(m){const C=m.rowNo;for(let I=0;I<r.length;I++){const p=r[I];if(p.pageNo!==u||p.rowNo!==C)continue;const{leftTop:L,rightTop:M}=p.coordinate;if(e<=f[3]||e>=L[0]&&e<=M[0]||r[I+1]?.rowNo!==C)return{index:p.index}}}}return{index:T[T.length-1]?.index||r.length-1}}return{hitLineStartIndex:g,index:h,isControl:!!l[h]?.controlId}}getFloatPositionByXY(t){const{x:e,y:n}=t,i=t.pageNo??this.draw.getPageNo(),l=this.draw.getZone().getZone(),{scale:r}=this.options;for(let a=0;a<this.floatPositionList.length;a++){const{position:c,element:d,isTable:u,index:R,trIndex:h,tdIndex:g,tdValueIndex:T,zone:f,pageNo:m}=this.floatPositionList[a];if(i===m&&d.type===s.ElementType.IMAGE&&d.imgDisplay&&t.imgDisplays.includes(d.imgDisplay)&&(!f||f===l)){const C=d.imgFloatPosition,I=C.x*r,p=C.y*r,L=d.width*r,M=d.height*r;if(e>=I&&e<=I+L&&n>=p&&n<=p+M)return u?{index:R,isDirectHit:!0,isImage:!0,isTable:u,trIndex:h,tdIndex:g,tdValueIndex:T,tdId:d.tdId,trId:d.trId,tableId:d.tableId}:{index:c.index,isDirectHit:!0,isImage:!0}}}}adjustPositionContext(t){const e=this.getPositionByXY(t);if(!~e.index)return null;if(e.isControl&&this.draw.getMode()!==s.EditorMode.READONLY){const{index:m,isTable:C,trIndex:I,tdIndex:p,tdValueIndex:L}=e,M=this.draw.getControl(),{newIndex:O}=M.moveCursor({index:m,isTable:C,trIndex:I,tdIndex:p,tdValueIndex:L});C?e.tdValueIndex=O:e.index=O}const{index:n,isCheckbox:i,isRadio:l,isControl:r,isImage:a,isLabel:c,isDirectHit:d,isTable:u,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f}=e;return this.setPositionContext({isTable:u||!1,isCheckbox:i||!1,isRadio:l||!1,isControl:r||!1,isImage:a||!1,isLabel:c||!1,isDirectHit:d||!1,index:n,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f}),e}setSurroundPosition(t){const{scale:e}=this.options,{pageNo:n,row:i,rowElement:l,rowElementRect:r,surroundElementList:a,availableWidth:c}=t;let d=r.x,u=0;if(a.length&&!Vn(l)&&!l.control?.minWidth)for(let R=0;R<a.length;R++){const h=a[R],g=h.imgFloatPosition;if(g.pageNo!==n)continue;const T={...g,x:g.x*e,y:g.y*e,width:h.width*e,height:h.height*e};if(aa(r,T)){i.isSurround=!0;const f=T.width+T.x-r.x;if(l.left=f,i.width+=f,u+=f,d=T.x+T.width,i.width+l.metrics.width>c){l.left=0,i.width-=u;break}}}return{x:d,rowIncreaseWidth:u}}}class ud{draw;options;range;listener;eventBus;position;historyManager;defaultStyle;lastRangeStyle;constructor(t){this.draw=t,this.options=t.getOptions(),this.listener=t.getListener(),this.eventBus=t.getEventBus(),this.position=t.getPosition(),this.historyManager=t.getHistoryManager(),this.range={startIndex:-1,endIndex:-1},this.defaultStyle=null,this.lastRangeStyle=null}_isSameRangeStyle(t,e){if(!t||!["type","undo","redo","painter","font","size","bold","italic","underline","strikeout","deletePerson","color","highlight","rowFlex","vertical","rowMargin","level","listType","listStyle","textDecoration","extension"].every(c=>t[c]===e[c])||!(t.dashArray.length===e.dashArray.length&&t.dashArray.every((c,d)=>c===e.dashArray[d])))return!1;const r=t.groupIds||[],a=e.groupIds||[];return r.length===a.length&&r.every((c,d)=>c===a[d])}_emitRangeStyle(t){this._isSameRangeStyle(this.lastRangeStyle,t)||(this.lastRangeStyle={...t,dashArray:[...t.dashArray],groupIds:t.groupIds?[...t.groupIds]:null},this.listener.rangeStyleChange?.(t),this.eventBus.isSubscribe("rangeStyleChange")&&this.eventBus.emit("rangeStyleChange",t))}getRange(){return this.range}clearRange(){this.setRange(-1,-1)}setDefaultStyle(t){t?this.defaultStyle={...this.defaultStyle,...t}:this.defaultStyle=null}getDefaultStyle(){return this.defaultStyle}getRangeAnchorStyle(t,e){const n=yn(t,e);return n?{...n,...this.defaultStyle}:null}getIsRangeChange(t,e,n,i,l,r,a){return this.range.startIndex!==t||this.range.endIndex!==e||this.range.tableId!==n||this.range.startTdIndex!==i||this.range.endTdIndex!==l||this.range.startTrIndex!==r||this.range.endTrIndex!==a}getIsCollapsed(){const{startIndex:t,endIndex:e}=this.range;return t===e}getIsSelection(){const{startIndex:t,endIndex:e}=this.range;return!~t&&!~e?!1:t!==e}getSelection(){const{startIndex:t,endIndex:e,splitTdRange:n}=this.range;if(t===e)return null;if(n)return this.draw.getSplitTdValues(n.originalId).slice(n.startIndex+1,n.endIndex+1);const i=this.draw.getElementList();return i.slice(i[t]?.value===H?t:t+1,e+1)}getSelectionElementList(){if(this.range.isCrossRowCol){const t=this.draw.getTableParticle().getRangeRowCol();if(!t)return null;const e=[];for(let n=0;n<t.length;n++){const i=t[n];for(let l=0;l<i.length;l++){const r=i[l];e.push(...r.value)}}return e}return this.getSelection()}getTextLikeSelection(){const t=this.getSelection();return t?t.filter(e=>!e.type||Ie.includes(e.type)):null}getTextLikeSelectionElementList(){const t=this.getSelectionElementList();return t?t.filter(e=>!e.type||Ie.includes(e.type)):null}getRangeRow(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;const n=this.position.getPositionList(),i=new Map;for(let l=t;l<e+1;l++){const{pageNo:r,rowNo:a}=n[l],c=i.get(r);c?c.has(a)||c.add(a):i.set(r,new Set([a]))}return i}getRangeRowElementList(){const{startIndex:t,endIndex:e,isCrossRowCol:n}=this.range;if(!~t&&!~e)return null;if(n)return this.getSelectionElementList();const i=this.getRangeRow();if(!i)return null;const l=this.position.getPositionList(),r=this.draw.getElementList(),a=[];for(let c=0;c<l.length;c++){const d=l[c],u=i.get(d.pageNo);u&&u.has(d.rowNo)&&a.push(r[c])}return a}getRangeParagraph(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;const n=this.position.getPositionList(),i=this.draw.getElementList(),l=new Map;let r=t;for(;r>=0;){const{pageNo:d,rowNo:u}=n[r];let R=l.get(d);R||(R=[],l.set(d,R)),R.includes(u)||R.unshift(u);const h=i[r],g=i[r-1];if(h.value===H&&!h.listWrap||h.listId!==g?.listId||h.titleId!==g?.titleId)break;r--}const a=t===e;if(!a){let d=t+1;for(;d<e;){const{pageNo:u,rowNo:R}=n[d];let h=l.get(u);h||(h=[],l.set(u,h)),h.includes(R)||h.push(R),d++}}let c=e;for(a&&i[t].value===H&&(c+=1);c<n.length;){const d=i[c],u=i[c+1];if(d.value===H&&!d.listWrap||d.listId!==u?.listId||d.titleId!==u?.titleId)break;const{pageNo:R,rowNo:h}=n[c];let g=l.get(R);g||(g=[],l.set(R,g)),g.includes(h)||g.push(h),c++}return l}getRangeParagraphInfo(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;let n=-1;const i=[],l=this.getRangeParagraph();if(!l)return null;const r=this.draw.getElementList(),a=this.position.getPositionList();for(let c=0;c<a.length;c++){const d=a[c],u=l.get(d.pageNo);u&&u.includes(d.rowNo)&&(~n||(n=d.index),i.push(r[c]))}return i.length?{elementList:i,startIndex:n}:null}getRangeParagraphElementList(){return this.getRangeParagraphInfo()?.elementList||null}getRangeTableElement(){const t=this.position.getPositionContext();return t.isTable?this.draw.getOriginalElementList()[t.index]:null}getIsSelectAll(){const t=this.draw.getElementList(),{startIndex:e,endIndex:n}=this.range;return e===0&&t.length-1===n&&!this.position.getPositionContext().isTable}getIsPointInRange(t,e,n){const{startIndex:i,endIndex:l}=this.range,r=this.position.getPositionList();for(let a=i+1;a<=l&&r[a];a++){const{coordinate:{leftTop:d,rightBottom:u},pageNo:R}=r[a];if(n===R&&t>=d[0]&&t<=u[0]&&e>=d[1]&&e<=u[1])return!0}return!1}getKeywordRangeList(t){const e=this.draw.getSearch().getMatchList(t,this.draw.getOriginalElementList()),n=new Map;for(const l of e){const r=n.get(l.groupId);if(r)r.endIndex+=1;else{const{type:a,groupId:c,tableId:d,index:u,tdIndex:R,trIndex:h}=l,g={startIndex:u,endIndex:u};a===Qe.TABLE&&(g.tableId=d,g.startTdIndex=R,g.endTdIndex=R,g.startTrIndex=h,g.endTrIndex=h),n.set(c,g)}}const i=[];return n.forEach(l=>{i.push(l)}),i}getIsCanInput(){const{range:{startIndex:t,endIndex:e},elementList:n}=this.getRangeElement(),i=n[t];if(!i)return!1;if(t===e)return(i.controlComponent!==s.ControlComponent.PRE_TEXT||n[t+1]?.controlComponent!==s.ControlComponent.PRE_TEXT)&&i.controlComponent!==s.ControlComponent.POST_TEXT;const l=n[e];return l?!i.controlId&&!l.controlId||(!i.controlId||i.controlComponent===s.ControlComponent.POSTFIX)&&(!l.controlId||l.controlComponent===s.ControlComponent.POSTFIX)||!!i.controlId&&l.controlId===i.controlId&&l.controlComponent!==s.ControlComponent.PRE_TEXT&&l.controlComponent!==s.ControlComponent.POST_TEXT&&l.controlComponent!==s.ControlComponent.POSTFIX:!1}setRange(t,e,n,i,l,r,a,c){this.getIsRangeChange(t,e,n,i,l,r,a)&&(this.range.startIndex=t,this.range.endIndex=e,this.range.tableId=n,this.range.startTdIndex=i,this.range.endTdIndex=l,this.range.startTrIndex=r,this.range.endTrIndex=a,this.range.isCrossRowCol=!!(i||l||r||a),this.range.splitTdRange=c,this.setDefaultStyle(null)),this.range.zone=this.draw.getZone().getZone();const u=this.draw.getControl();if(~t&&~e&&!!this.draw.getElementList()[t]?.controlId&&!this.draw.isContentReadonly()){u.initControl();return}u.destroyControl()}replaceRange(t){this.setRange(t.startIndex,t.endIndex,t.tableId,t.startTdIndex,t.endTdIndex,t.startTrIndex,t.endTrIndex)}shrinkRange(){const{startIndex:t,endIndex:e}=this.range;t===e||!~t&&!~e||this.replaceRange({...this.range,startIndex:e})}setRangeStyle(){const t=this.listener.rangeStyleChange,e=this.eventBus.isSubscribe("rangeStyleChange");if(!t&&!e)return;const{startIndex:n,endIndex:i,isCrossRowCol:l}=this.range;if(!~n&&!~i)return;let r;if(l){const P=this.draw.getOriginalElementList(),Y=this.position.getPositionContext();r=P[Y.index]}else{const P=~i?i:0,Y=this.draw.getElementList();r=this.getRangeAnchorStyle(Y,P)}if(!r)return;const a=this.getSelection()||[r],c=r.type||s.ElementType.TEXT,d=r.font||this.options.defaultFont,u=r.size||this.options.defaultSize,R=!~a.findIndex(P=>!P.bold),h=!~a.findIndex(P=>!P.italic),g=!~a.findIndex(P=>!P.underline&&!P.control?.underline),T=!~a.findIndex(P=>!P.strikeout),f=r.color||null,m=r.highlight||null,C=r.rowFlex||null,I=r.vertical||null,p=r.rowMargin??this.options.defaultRowMargin,L=r.dashArray||[],M=r.level||null,O=r.listType||null,b=r.listStyle||null,D=g&&r.textDecoration||null,W=!!this.draw.getPainterStyle(),V=this.historyManager.isCanUndo(),E=this.historyManager.isCanRedo(),y=r.groupIds||null,F=r.extension??null,S=r.deletePerson??"",N={type:c,undo:V,redo:E,painter:W,font:d,size:u,bold:R,italic:h,underline:g,strikeout:T,deletePerson:S,color:f,highlight:m,rowFlex:C,vertical:I,rowMargin:p,dashArray:L,level:M,listType:O,listStyle:b,groupIds:y,textDecoration:D,extension:F};this._emitRangeStyle(N)}recoveryRangeStyle(){const t=this.listener.rangeStyleChange,e=this.eventBus.isSubscribe("rangeStyleChange");if(!t&&!e)return;const n=this.options.defaultFont,i=this.options.defaultSize,l=this.options.defaultRowMargin,r=!!this.draw.getPainterStyle(),a=this.historyManager.isCanUndo(),c=this.historyManager.isCanRedo(),u={type:null,undo:a,redo:c,painter:r,font:n,size:i,bold:!1,italic:!1,underline:!1,strikeout:!1,deletePerson:"123",color:null,highlight:null,rowFlex:null,rowMargin:l,dashArray:[],level:null,listType:null,listStyle:null,groupIds:null,textDecoration:null,extension:null,vertical:null};this._emitRangeStyle(u)}shrinkBoundary(t={}){const{elementList:e,range:n}=this.getRangeElement(t),{startIndex:i,endIndex:l}=n;if(!~i&&!~l)return;const r=e[i],a=e[l];if(i===l){if(r.controlComponent===s.ControlComponent.PLACEHOLDER&&r.originControlId&&r.control?.type==="text")return;if(r.controlComponent===s.ControlComponent.PLACEHOLDER){let c=i-1;for(;c>0;){const d=e[c];if(d.controlId===r.controlId&&(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){n.startIndex=c,n.endIndex=c;break}if(d.controlId!==r.controlId&&!d.originControlId)break;c--}}if(r.controlComponent===s.ControlComponent.TEXTFIXLABEL){let c=i-1;for(;c>0;){const d=e[c];if(d.controlId!==r.controlId||d.controlComponent===s.ControlComponent.VALUE||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){n.startIndex=c,n.endIndex=c;break}c--}}}else{if(r.controlComponent===s.ControlComponent.PLACEHOLDER||a.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.TEXTFIXLABEL||a.controlComponent===s.ControlComponent.TEXTFIXLABEL){let c=l-1;for(;c>0;){const d=e[c];if(d.controlId!==a.controlId||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){n.startIndex=c,n.endIndex=c;return}c--}}if(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PRETEXTFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let c=i+1;for(;c<e.length;){const d=e[c];if(d.controlId!==r.controlId||d.controlComponent===s.ControlComponent.VALUE){n.startIndex=c-1;break}else if(d.controlComponent===s.ControlComponent.PLACEHOLDER){n.startIndex=c-1,n.endIndex=c-1;return}c++}}if(a.controlComponent!==s.ControlComponent.VALUE){let c=l-1;for(;c>0;){const d=e[c];if(d.controlId!==r.controlId||d.controlComponent===s.ControlComponent.VALUE){n.endIndex=c;break}else if(d.controlComponent===s.ControlComponent.PLACEHOLDER){n.startIndex=c,n.endIndex=c;return}c--}}}}render(t,e,n,i,l){t.save(),t.globalAlpha=this.options.rangeAlpha,t.fillStyle=this.options.rangeColor,t.fillRect(e,n,i,l),t.restore()}toString(){const t=this.getTextLikeSelection();return t?t.map(e=>e.value).join("").replace(new RegExp(H,"g"),""):""}getRangeElement(t={}){const e=t.elementList||this.draw.getElementList(),n=t.range||this.getRange(),{splitTdRange:i}=n,l={elementList:e,range:n};return i&&(l.range=i,l.elementList=this.draw.getSplitTdValues(i.originalId)??[]),l}}class Rd{draw;options;imageCache;constructor(t){this.draw=t,this.options=t.getOptions(),this.imageCache=new Map}_renderBackgroundColor(t,e,n,i){t.save(),t.fillStyle=e,t.fillRect(0,0,n,i),t.restore()}_drawImage(t,e,n,i){const{background:l,scale:r}=this.options;if(l.size===s.BackgroundSize.CONTAIN){const a=e.width*r,c=e.height*r;if(!l.repeat||l.repeat===s.BackgroundRepeat.NO_REPEAT)t.drawImage(e,0,0,a,c);else{let d=0,u=0;const R=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_X?Math.ceil(n*r/a):1,h=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_Y?Math.ceil(i*r/c):1;for(let g=0;g<R;g++){for(let T=0;T<h;T++)t.drawImage(e,d,u,a,c),u+=c;u=0,d+=a}}}else t.drawImage(e,0,0,n*r,i*r)}_renderBackgroundImage(t,e,n){const{background:i}=this.options,l=this.imageCache.get(i.image);if(l)this._drawImage(t,l,e,n);else{const r=new Image;r.setAttribute("crossOrigin","Anonymous"),r.src=i.image,r.onload=()=>{this.imageCache.set(i.image,r),this._drawImage(t,r,e,n),this.draw.render({isCompute:!1,isSubmitHistory:!1})}}}render(t,e){const{background:{image:n,color:i,applyPageNumbers:l}}=this.options;if(n&&(!l?.length||l.includes(e))){const{width:r,height:a}=this.options;this._renderBackgroundImage(t,r,a)}else{const r=this.draw.getCanvasWidth(e),a=this.draw.getCanvasHeight(e);this._renderBackgroundColor(t,i,r,a)}}}class Di{fillRect;fillColor;fillDecorationStyle;constructor(){this.fillRect=this.clearFillInfo()}clearFillInfo(){return this.fillColor=void 0,this.fillDecorationStyle=void 0,this.fillRect={x:0,y:0,width:0,height:0},this.fillRect}recordFillInfo(t,e,n,i,l,r,a){const c=!this.fillRect.width;if(!c&&(this.fillColor!==r||this.fillDecorationStyle!==a)){this.render(t),this.clearFillInfo(),this.recordFillInfo(t,e,n,i,l,r,a);return}c&&(this.fillRect.x=e,this.fillRect.y=n),l&&this.fillRect.height<l&&(this.fillRect.height=l),this.fillRect.width+=i,this.fillColor=r,this.fillDecorationStyle=a}}class hd extends Di{options;constructor(t){super(),this.options=t.getOptions()}render(t){if(!this.fillRect.width)return;const{highlightAlpha:e}=this.options,{x:n,y:i,width:l,height:r}=this.fillRect;t.save(),t.globalAlpha=e,t.fillStyle=this.fillColor,t.fillRect(n,i,l,r),t.restore(),this.clearFillInfo()}}class gd{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}render(t,e){const{marginIndicatorColor:n,pageMode:i}=this.options,l=this.draw.getWidth(),r=i===s.PageMode.CONTINUITY?this.draw.getCanvasHeight(e)/this.draw.getPagePixelRatio():this.draw.getHeight(),a=this.draw.getMargins(),c=this.draw.getMarginIndicatorSize();t.save(),t.translate(.5,.5),t.strokeStyle=n,t.beginPath();const d=[a[3],a[0]],u=[l-a[1],a[0]],R=[a[3],r-a[2]],h=[l-a[1],r-a[2]];t.moveTo(d[0]-c,d[1]),t.lineTo(...d),t.lineTo(d[0],d[1]-c),t.moveTo(u[0]+c,u[1]),t.lineTo(...u),t.lineTo(u[0],u[1]-c),t.moveTo(R[0]-c,R[1]),t.lineTo(...R),t.lineTo(R[0],R[1]+c),t.moveTo(h[0]+c,h[1]),t.lineTo(...h),t.lineTo(h[0],h[1]+c),t.stroke(),t.restore()}}class Td{draw;options;position;range;searchKeyword;searchNavigateIndex;searchOptions;searchMatchList;constructor(t){this.draw=t,this.options=t.getOptions(),this.position=t.getPosition(),this.range=t.getRange(),this.searchNavigateIndex=null,this.searchOptions=null,this.searchKeyword=null,this.searchMatchList=[]}getSearchKeyword(){return this.searchKeyword}setSearchKeyword(t,e){this.searchKeyword=t,this.searchNavigateIndex=null,this.searchOptions=e||null}searchNavigatePre(){if(!this.searchMatchList.length||!this.searchKeyword)return null;if(this.searchNavigateIndex===null)this.searchNavigateIndex=0;else{let t=this.searchNavigateIndex-1,e=!1;const n=this.searchMatchList[this.searchNavigateIndex].groupId;for(;t>=0;){const i=this.searchMatchList[t];if(n!==i.groupId){e=!0,this.searchNavigateIndex=t-(this.searchKeyword.length-1);break}t--}if(!e){if(this.searchMatchList[this.searchMatchList.length-1].groupId===n)return null;this.searchNavigateIndex=this.searchMatchList.length-1-(this.searchKeyword.length-1)}}return this.searchNavigateIndex}searchNavigateNext(){if(!this.searchMatchList.length||!this.searchKeyword)return null;if(this.searchNavigateIndex===null)this.searchNavigateIndex=0;else{let t=this.searchNavigateIndex+1,e=!1;const n=this.searchMatchList[this.searchNavigateIndex].groupId;for(;t<this.searchMatchList.length;){const i=this.searchMatchList[t];if(n!==i.groupId){e=!0,this.searchNavigateIndex=t;break}t++}if(!e){if(this.searchMatchList[0].groupId===n)return null;this.searchNavigateIndex=0}}return this.searchNavigateIndex}searchNavigateScrollIntoView(t){const{coordinate:{leftTop:e,leftBottom:n,rightTop:i},pageNo:l}=t,r=this.draw.getHeight(),a=this.draw.getPageGap(),c=l*(r+a),d=document.createElement("div");d.style.position="absolute";const u=50;d.style.width=`${i[0]-e[0]+u}px`,d.style.height=`${n[1]-e[1]+u}px`,d.style.left=`${e[0]}px`,d.style.top=`${e[1]+c}px`,this.draw.getContainer().append(d),d.scrollIntoView(!1),d.remove()}getSearchNavigateIndexList(){return this.searchNavigateIndex===null||!this.searchKeyword?[]:new Array(this.searchKeyword.length).fill(this.searchNavigateIndex).map((t,e)=>t+e)}getSearchMatchList(){return this.searchMatchList}getSearchNavigateInfo(){if(!this.searchKeyword||!this.searchMatchList.length)return null;const t=this.searchNavigateIndex!==null?this.searchNavigateIndex/this.searchKeyword.length+1:0;let e=0,n=null;for(let i=0;i<this.searchMatchList.length;i++){const l=this.searchMatchList[i];n!==l.groupId&&(n=l.groupId,e+=1)}return{index:t,count:e}}getMatchList(t,e){const{isRegEnable:n=!1,isIgnoreCase:i=!0}=this.searchOptions||{},l=i?t.toLocaleLowerCase():t,r=[],a=[],c=e.length,d=[];for(let g=0;g<c;g++)e[g].type===s.ElementType.TABLE&&d.push(g);let u=0,R=0;for(;R<c-1;){const g=d.length?d[u]:c,T=e.slice(R,g);T.length&&a.push({index:R,type:Qe.PAGE,elementList:T});const f=e[g];f&&a.push({index:g,type:Qe.TABLE,elementList:[f]}),R=g+1,u++}function h(g,T,f,m){if(!g)return;let C=f.map(O=>!O.type||Ie.includes(O.type)&&O.controlComponent!==s.ControlComponent.CHECKBOX&&O.controlComponent!==s.ControlComponent.RADIO&&!O.hide&&!O.control?.hide&&!O.area?.hide?O.value:H).filter(Boolean).join("");i&&(C=C.toLocaleLowerCase());const I=[],p=n?new RegExp(g):g;let{index:L,length:M}=Xs(C,p);for(;L!==-1&&M!==0;){I.push({index:L,length:M});const O=Xs(C,p,L+M);L=O.index,M=O.length}for(let O=0;O<I.length;O++){const{index:b,length:D}=I[O],W=Tt();for(let V=0;V<D;V++){const E=b+V+(m?.startIndex||0);r.push({type:T,index:E,groupId:W,...m})}}}for(let g=0;g<a.length;g++){const T=a[g];if(T.type===Qe.TABLE){const f=T.elementList[0];for(let m=0;m<f.trList.length;m++){const C=f.trList[m];for(let I=0;I<C.tdList.length;I++){const p=C.tdList[I],L={tableId:f.id,tableIndex:T.index,trIndex:m,tdIndex:I,tdId:p.id};h(l,T.type,p.value,L)}}}else h(l,T.type,T.elementList,{startIndex:T.index})}return r}compute(t){const e=this.searchOptions?.isLimitSelection&&!this.range.getIsCollapsed(),n=e?this.range.getSelectionElementList():this.draw.getOriginalElementList();if(!n?.length||(this.searchMatchList=this.getMatchList(t,n),!e||!this.searchMatchList.length))return;const{startIndex:i}=this.range.getRange(),l=i+1;for(const r of this.searchMatchList)r.type===Qe.TABLE?r.tableIndex+=l:r.index+=l}render(t,e){if(!this.searchMatchList||!this.searchMatchList.length||!this.searchKeyword)return;const{searchMatchAlpha:n,searchMatchColor:i,searchNavigateMatchColor:l}=this.options,r=this.position.getOriginalPositionList(),a=this.draw.getOriginalElementList();t.save(),t.globalAlpha=n;for(let c=0;c<this.searchMatchList.length;c++){const d=this.searchMatchList[c];let u=null;if(d.type===Qe.TABLE){const{tableIndex:L,trIndex:M,tdIndex:O,index:b}=d;u=a[L]?.trList[M].tdList[O]?.positionList[b]}else u=r[d.index];if(!u)continue;const{coordinate:{leftTop:R,leftBottom:h,rightTop:g},pageNo:T}=u;if(T!==e)continue;if(this.getSearchNavigateIndexList().includes(c)){t.fillStyle=l;const L=this.searchMatchList[c-1];(!L||L.groupId!==d.groupId)&&this.searchNavigateScrollIntoView(u)}else t.fillStyle=i;const m=R[0],C=R[1],I=g[0]-R[0],p=h[1]-R[1];t.fillRect(m,C,I,p)}t.restore()}replace(t,e){if(this.draw.isReadonly()||t==null)return;let i=this.getSearchMatchList();const l=e?.index;if(ri(l)){const f=[];i.forEach(m=>{const C=f[f.length-1];!C||C[0].groupId!==m.groupId?f.push([m]):C.push(m)}),i=f[l]}if(!i?.length)return;const r=this.draw.isDesignMode();let a=0,c=0,d="",u="",R=-1;const h=this.draw.getOriginalElementList();for(let f=0;f<i.length;f++){const m=i[f];if(m.type===Qe.TABLE){const{tableIndex:C,trIndex:I,tdIndex:p,index:L,tdId:M}=m;u&&M!==u&&(c=0),u=M;const O=C+a,b=h[O].trList[I].tdList[p].value,D=L+c,W=b[D];if(!r&&(W?.control?.deletable===!1||W?.title?.deletable===!1))continue;if(t===""){this.draw.spliceElementList(b,D,1),c--,~R||(R=f);continue}if(d===m.groupId){this.draw.spliceElementList(b,D,1),c--;continue}~R||(R=f);for(let V=0;V<t.length;V++){const E=t[V];V===0?W.value=E:(this.draw.spliceElementList(b,D+V,0,[{...W,value:E}]),c++)}}else{const C=m.index+a,I=h[C];if(!r&&(I?.control?.deletable===!1||I?.title?.deletable===!1)||I.type===s.ElementType.CONTROL&&I.controlComponent!==s.ControlComponent.VALUE)continue;if(t===""){this.draw.spliceElementList(h,C,1),a--,~R||(R=f);continue}if(~R||(R=f),d===m.groupId){this.draw.spliceElementList(h,C,1),a--;continue}for(let p=0;p<t.length;p++){const L=t[p];p===0?I.value=L:(this.draw.spliceElementList(h,C+p,0,[{...I,value:L}]),a++)}}d=m.groupId}if(!~R)return;const g=i[R],T=g.index+(t.length-1);if(g.type===Qe.TABLE){const{tableIndex:f,trIndex:m,tdIndex:C,index:I}=g,p=h[f].trList[m].tdList[C].value[I];this.position.setPositionContext({isTable:!0,index:f,trIndex:m,tdIndex:C,tdId:p.tdId,trId:p.trId,tableId:p.tableId})}else this.position.setPositionContext({isTable:!1});this.draw.getRange().setRange(T,T),this.draw.render({curIndex:T})}}class fd extends Di{options;constructor(t){super(),this.options=t.getOptions()}render(t){if(!this.fillRect.width)return;const{scale:e,strikeoutColor:n}=this.options,{x:i,y:l,width:r}=this.fillRect;t.save(),t.lineWidth=e,t.strokeStyle=n;const a=l-3;t.beginPath(),t.moveTo(i,a),t.lineTo(i+r,a),t.stroke(),t.beginPath(),t.moveTo(i,l+3.5),t.lineTo(i+r,l+3.5),t.stroke(),t.restore(),this.clearFillInfo()}}s.TextDecorationStyle=void 0,(function(o){o.SOLID="solid",o.DOUBLE="double",o.DASHED="dashed",o.DOTTED="dotted",o.WAVY="wavy"})(s.TextDecorationStyle||(s.TextDecorationStyle={}));var Yn;(function(o){o.SOLID="solid",o.DASHED="dashed",o.DOTTED="dotted"})(Yn||(Yn={}));class md extends Di{options;constructor(t){super(),this.options=t.getOptions()}_drawLine(t,e,n,i,l){const r=e+i;switch(t.beginPath(),l){case Yn.DASHED:t.setLineDash([3,1]);break;case Yn.DOTTED:t.setLineDash([1,1]);break}t.moveTo(e,n),t.lineTo(r,n),t.stroke()}_drawDouble(t,e,n,i){const r=e+i,a=n+3*this.options.scale;this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE?t.strokeStyle="transparent":t.strokeStyle="red",t.beginPath(),t.moveTo(e,n),t.lineTo(r,n),t.stroke(),t.beginPath(),t.moveTo(e,a),t.lineTo(r,a),t.stroke()}_drawWave(t,e,n,i){const{scale:l}=this.options,r=1.2*l,a=1/l,c=n+2*r;t.beginPath();for(let d=0;d<i;d++){const u=r*Math.sin(a*d);t.lineTo(e+d,c+u)}t.stroke()}render(t){if(!this.fillRect.width)return;const{underlineColor:e,scale:n}=this.options,{x:i,y:l,width:r}=this.fillRect;t.save(),t.strokeStyle=this.fillColor||e,t.lineWidth=n;const a=Math.floor(l+2*t.lineWidth)+.5;switch(this.fillDecorationStyle){case s.TextDecorationStyle.WAVY:this._drawWave(t,i,a,r);break;case s.TextDecorationStyle.DOUBLE:this._drawDouble(t,i,a,r);break;case s.TextDecorationStyle.DASHED:this._drawLine(t,i,a,r,Yn.DASHED);break;case s.TextDecorationStyle.DOTTED:this._drawLine(t,i,a,r,Yn.DOTTED);break;default:this._drawLine(t,i,a,r);break}t.restore(),this.clearFillInfo()}}class pd{draw;options;ctx;curX;curY;text;curStyle;curColor;cacheMeasureText;constructor(t){this.draw=t,this.options=t.getOptions(),this.ctx=t.getCtx(),this.curX=-1,this.curY=-1,this.text="",this.curStyle="",this.cacheMeasureText=new Map}measureBasisWord(t,e){t.save(),t.font=e;const n=this.measureText(t,{value:Gl});return t.restore(),n}measureWord(t,e,n){const i=this.draw.getLetterReg();let l=0,r=null,a=n;for(;a<e.length;){const c=e[a];if(c.type&&c.type!==s.ElementType.TEXT||!i.test(c.value)){r=c;break}l+=this.measureText(t,c).width,a++}return{width:l,endElement:r}}buttonMeasureWord(t,e,n){const i=this.draw.getLetterReg();let l=0,r=null,a=n;for(;a<e.length;){const c=e[a];if(c.type&&c.type!==s.ElementType.TEXT||!i.test(c.value)){r=c;break}l+=this.measureText(t,c).width,a++}return{width:l,endElement:r}}measurePunctuationWidth(t,e){return!e||!kl.includes(e.value)?0:(t.font=this.draw.getElementFont(e),this.measureText(t,e).width)}measureText(t,e){if(e.width){const r=t.measureText(e.value);return{width:e.width,actualBoundingBoxAscent:r.actualBoundingBoxAscent,actualBoundingBoxDescent:r.actualBoundingBoxDescent,actualBoundingBoxLeft:r.actualBoundingBoxLeft,actualBoundingBoxRight:r.actualBoundingBoxRight,fontBoundingBoxAscent:r.fontBoundingBoxAscent,fontBoundingBoxDescent:r.fontBoundingBoxDescent}}const n=`${e.value}${t.font}`,i=this.cacheMeasureText.get(n);if(i)return i;const l=t.measureText(e.value);return this.cacheMeasureText.set(n,l),l}getBasisWordBoundingBoxAscent(t,e){return this.measureBasisWord(t,e).actualBoundingBoxAscent}complete(){this._render(),this.text=""}record(t,e,n,i){if(this.ctx=t,this.options.renderMode===s.RenderMode.COMPATIBILITY){this._setCurXY(n,i),this.text=e.value,this.curStyle=e.style,this.curColor=e.color,this.complete();return}this.text||this._setCurXY(n,i),(this.curStyle&&e.style!==this.curStyle||e.color!==this.curColor)&&(this.complete(),this._setCurXY(n,i)),this.text+=e.value,this.curStyle=e.style,this.curColor=e.color}_setCurXY(t,e){this.curX=t,this.curY=e}_render(){!this.text||!~this.curX||!~this.curX||(this.ctx.save(),this.ctx.font=this.curStyle,this.ctx.fillStyle=this.curColor||this.options.defaultColor,this.ctx.fillText(this.text,this.curX,this.curY),this.ctx.restore())}}class Un{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}static formatNumberPlaceholder(t,e,n,i){const l=i===s.NumberType.CHINESE?ia(e):`${e}`;return t.replace(n,l)}render(t,e){const{scale:n,pageNumber:{size:i,font:l,color:r,rowFlex:a,numberType:c,format:d,startPageNo:u,fromPageNo:R}}=this.options;if(e<R)return;let h=d;const g=new RegExp($n.PAGE_NO);g.test(h)&&(h=Un.formatNumberPlaceholder(h,e+u-R,g,c));const T=new RegExp($n.PAGE_COUNT);T.test(h)&&(h=Un.formatNumberPlaceholder(h,this.draw.getPageCount()-R,T,c));const f=this.draw.getWidth(),m=this.draw.getHeight(),C=this.draw.getPageNumberBottom(),I=m-C;t.save(),t.fillStyle=r,t.font=`${i*n}px ${l}`;let p=0;const L=this.draw.getMargins(),{width:M}=t.measureText(h);a===s.RowFlex.CENTER?p=(f-M)/2:a===s.RowFlex.RIGHT?p=f-M-L[1]:p=L[3],t.fillText(h,p,I),t.restore()}}class Cd{draw;options;scrollContainer;constructor(t){this.draw=t,this.options=t.getOptions(),this.scrollContainer=this.getScrollContainer(),setTimeout(()=>{window.scrollY||this._observer()}),this._addEvent()}getScrollContainer(){return this.options.scrollContainerSelector&&document.querySelector(this.options.scrollContainerSelector)||document}_addEvent(){this.scrollContainer.addEventListener("scroll",this._observer)}removeEvent(){this.scrollContainer.removeEventListener("scroll",this._observer)}getElementVisibleInfo(t){const e=t.getBoundingClientRect(),n=this.scrollContainer===document?Math.max(document.documentElement.clientHeight,window.innerHeight):this.scrollContainer.clientHeight,i=Math.min(e.bottom,n)-Math.max(e.top,0);return{intersectionHeight:i>0?i:0}}getPageVisibleInfo(){const t=this.draw.getPageList(),e=[];let n=0,i=0;for(let l=0;l<t.length;l++){const r=t[l],{intersectionHeight:a}=this.getElementVisibleInfo(r);if(i&&!a)break;a&&e.push(l),a>i&&(i=a,n=l)}return{intersectionPageNo:n,visiblePageNoList:e}}_observer=ql(()=>{const{intersectionPageNo:t,visiblePageNoList:e}=this.getPageVisibleInfo();this.draw.setIntersectionPageNo(t),this.draw.setVisiblePageNoList(e)},150)}class Id{draw;step=5;thresholdPoints=[70,40,10,20];selectionContainer;rangeManager;requestAnimationFrameId;isMousedown;isMoving;clientWidth;clientHeight;containerRect;constructor(t){this.draw=t,this.rangeManager=t.getRange();const{scrollContainerSelector:e}=t.getOptions();this.selectionContainer=e&&document.querySelector(e)||document,this.requestAnimationFrameId=null,this.isMousedown=!1,this.isMoving=!1,this.clientWidth=0,this.clientHeight=0,this.containerRect=null,this._addEvent()}_addEvent(){const t=this.selectionContainer;t.addEventListener("mousedown",this._mousedown),t.addEventListener("mousemove",this._mousemove),t.addEventListener("mouseup",this._mouseup),document.addEventListener("mouseleave",this._mouseup)}removeEvent(){const t=this.selectionContainer;t.removeEventListener("mousedown",this._mousedown),t.removeEventListener("mousemove",this._mousemove),t.removeEventListener("mouseup",this._mouseup),document.removeEventListener("mouseleave",this._mouseup)}_mousedown=t=>{if(this.draw.isInteractionSuspended()){this._mouseup();return}if(!this.draw.isTargetInsideEditor(t.target)){this._mouseup();return}if(this.isMousedown=!0,this.clientWidth=this.selectionContainer instanceof Document?document.documentElement.clientWidth:this.selectionContainer.clientWidth,this.clientHeight=this.selectionContainer instanceof Document?document.documentElement.clientHeight:this.selectionContainer.clientHeight,!(this.selectionContainer instanceof Document)){const e=this.selectionContainer.getBoundingClientRect();this.containerRect=e}};_mouseup=()=>{this.isMousedown=!1,this._stopMove()};_mousemove=t=>{if(this.draw.isInteractionSuspended()||!this.isMousedown||this.rangeManager.getIsCollapsed())return;let{x:e,y:n}=t;this.containerRect&&(e=e-this.containerRect.x,n=n-this.containerRect.y),n<this.thresholdPoints[0]?this._startMove(Jt.UP):this.clientHeight-n<=this.thresholdPoints[1]?this._startMove(Jt.DOWN):e<this.thresholdPoints[2]?this._startMove(Jt.LEFT):this.clientWidth-e<this.thresholdPoints[3]?this._startMove(Jt.RIGHT):this._stopMove()};_move(t){const e=this.selectionContainer instanceof Document?window:this.selectionContainer,n=this.selectionContainer instanceof Document?window.scrollX:e.scrollLeft,i=this.selectionContainer instanceof Document?window.scrollY:e.scrollTop;t===Jt.DOWN?e.scrollTo(n,i+this.step):t===Jt.UP?e.scrollTo(n,i-this.step):t===Jt.LEFT?e.scrollTo(n-this.step,i):e.scrollTo(n+this.step,i),this.requestAnimationFrameId=window.requestAnimationFrame(this._move.bind(this,t))}_startMove(t){this.isMoving||(this.isMoving=!0,this._move(t))}_stopMove(){this.requestAnimationFrameId&&(window.cancelAnimationFrame(this.requestAnimationFrameId),this.requestAnimationFrameId=null,this.isMoving=!1)}}class Ld{draw;range;options;constructor(t){this.draw=t,this.range=t.getRange(),this.options=t.getOptions()}getTrListGroupByCol(t){const e=ht(t);for(let n=0;n<t.length;n++){const i=e[n];for(let l=i.tdList.length-1;l>=0;l--){const r=i.tdList[l],{rowspan:a,rowIndex:c,colIndex:d}=r,u=c+a-1;if(u!==l){const R=i.tdList.splice(l,1)[0];e[u]?.tdList.splice(d,0,R)}}}return e}getRangeRowCol(){const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.draw.getPosition().getPositionContext();if(!t)return null;const{isCrossRowCol:l,startTdIndex:r,endTdIndex:a,startTrIndex:c,endTrIndex:d}=this.range.getRange(),h=this.draw.getOriginalElementList()[e].trList;if(!l)return[[h[n].tdList[i]]];let g=h[c].tdList[r],T=h[d].tdList[a];(g.x>T.x||g.y>T.y)&&([g,T]=[T,g]);const f=g.colIndex,m=T.colIndex+(T.colspan-1),C=g.rowIndex,I=T.rowIndex+(T.rowspan-1),p=[];for(let L=0;L<h.length;L++){const M=h[L],O=[];for(let b=0;b<M.tdList.length;b++){const D=M.tdList[b],W=D.colIndex,V=D.rowIndex;W>=f&&W<=m&&V>=C&&V<=I&&O.push(D)}O.length&&p.push(O)}return p.length?p:null}_drawOuterBorder(t){const{ctx:e,startX:n,startY:i,width:l,height:r,isDrawFullBorder:a,borderExternalWidth:c,skipTopBorderRanges:d=[]}=t,{scale:u}=this.options,R=this._mergeHorizontalBorderRanges(d,l),h=e.lineWidth;c&&(e.lineWidth=c*u),e.beginPath();const g=Math.round(n),T=Math.round(i);e.translate(.5,.5),a&&!R.length?e.rect(g,T,l,r):(a?(e.moveTo(g,T),e.lineTo(g,T+r),e.lineTo(g+l,T+r),e.lineTo(g+l,T)):(e.moveTo(g,T+r),e.lineTo(g,T)),this._drawHorizontalBorder(e,g,T,l,R)),e.stroke(),c&&(e.lineWidth=h),e.translate(-.5,-.5)}_drawHorizontalBorder(t,e,n,i,l){if(!l.length){t.lineTo(e+i,n);return}let r=0;l.forEach(([a,c])=>{r<a&&(t.moveTo(e+r,n),t.lineTo(e+a,n)),r=Math.max(r,c)}),r<i&&(t.moveTo(e+r,n),t.lineTo(e+i,n))}_mergeHorizontalBorderRanges(t,e){return t.map(([i,l])=>[Math.max(0,Math.min(i,e)),Math.max(0,Math.min(l,e))]).filter(([i,l])=>l>i).sort(([i],[l])=>i-l).reduce((i,l)=>{const r=i[i.length-1];return!r||l[0]>r[1]?i.push(l):l[1]>r[1]&&(r[1]=l[1]),i},[])}_getPagingContinuationTopBorderRanges(t,e){const{scale:n}=this.options,i=[];for(let l=0;l<t.length;l++){const r=t[l];for(let a=0;a<r.tdList.length;a++){const c=r.tdList[a];!c.linkTdPrevId||c.y!==0||i.push([c.x*n,(c.x+c.width)*n])}}return this._mergeHorizontalBorderRanges(i,e)}_drawSlash(t,e,n,i){const{scale:l}=this.options;t.save();const r=e.width*l,a=e.height*l,c=Math.round(e.x*l+n),d=Math.round(e.y*l+i);e.slashTypes?.includes(s.TdSlash.FORWARD)&&(t.moveTo(c+r,d),t.lineTo(c,d+a)),e.slashTypes?.includes(s.TdSlash.BACK)&&(t.moveTo(c,d),t.lineTo(c+r,d+a)),t.stroke(),t.restore()}_drawBorder(t,e,n,i){const{colgroup:l,trList:r,borderType:a,borderColor:c,borderWidth:d=1,borderExternalWidth:u}=e;if(!l||!r)return;const{scale:R,table:{defaultBorderColor:h}}=this.options,g=e.width*R,T=e.height*R,f=this._getPagingContinuationTopBorderRanges(r,g),m=a===s.TableBorder.EMPTY,C=a===s.TableBorder.EXTERNAL,I=a===s.TableBorder.INTERNAL;t.save(),a===s.TableBorder.DASH&&t.setLineDash([3,3]),t.lineWidth=d*R,t.strokeStyle=c||h,!m&&!I&&this._drawOuterBorder({ctx:t,startX:n,startY:i,width:g,height:T,borderExternalWidth:u,isDrawFullBorder:C,skipTopBorderRanges:f});for(let p=0;p<r.length;p++){const L=r[p];for(let M=0;M<L.tdList.length;M++){const O=L.tdList[M];if(O.slashTypes?.length&&this._drawSlash(t,O,n,i),!O.borderTypes?.length&&(m||C))continue;const b=O.width*R,D=O.height*R,W=Math.round(O.x*R+n+b),V=Math.round(O.y*R+i),E=!!O.linkTdPrevId,y=!!O.linkTdNextId;if(t.translate(.5,.5),t.beginPath(),!E&&O.borderTypes?.includes(s.TdBorder.TOP)&&(t.moveTo(W-b,V),t.lineTo(W,V),t.stroke()),O.borderTypes?.includes(s.TdBorder.RIGHT)&&(t.moveTo(W,V),t.lineTo(W,V+D),t.stroke()),O.borderTypes?.includes(s.TdBorder.BOTTOM)&&(t.moveTo(W,V+D),t.lineTo(W-b,V+D),t.stroke()),O.borderTypes?.includes(s.TdBorder.LEFT)&&(t.moveTo(W-b,V),t.lineTo(W-b,V+D),t.stroke()),!m&&!C){if((!I||O.colIndex+O.colspan<l.length)&&(t.moveTo(W,V),t.lineTo(W,V+D),u&&u!==d&&O.colIndex+O.colspan===l.length)){const F=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=F}if(y||!I||O.rowIndex+O.rowspan<r.length){const F=u&&u!==d&&O.rowIndex+O.rowspan===r.length;if(F&&(t.stroke(),t.beginPath()),t.moveTo(W,V+D),t.lineTo(W-b,V+D),F){const S=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=S}}t.stroke()}t.translate(-.5,-.5)}}t.restore()}_drawBackgroundColor(t,e,n,i){const{trList:l}=e;if(!l)return;const{scale:r}=this.options;for(let a=0;a<l.length;a++){const c=l[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d];if(!u.backgroundColor)continue;t.save();const R=u.width*r,h=u.height*r,g=Math.round(u.x*r+n),T=Math.round(u.y*r+i);t.fillStyle=u.backgroundColor,t.fillRect(g,T,R,h),t.restore()}}}getTableWidth(t){return t.colgroup.reduce((e,n)=>e+n.width,0)}getTableHeight(t){const e=t.trList;return e?.length?this.getTdListByColIndex(e,0).reduce((n,i)=>n+i.height,0):0}getRowCountByColIndex(t,e){return this.getTdListByColIndex(t,e).reduce((n,i)=>n+i.rowspan,0)}getTdListByColIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.colIndex,d=c+a.colspan-1;e>=c&&e<=d&&n.push(a)}}return n}getTdListByRowIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.rowIndex,d=c+a.rowspan-1;e>=c&&e<=d&&n.push(a)}}return n}computeRowColInfo(t){const{colgroup:e,trList:n}=t;if(!e||!n)return;let i=0;for(let l=0;l<n.length;l++){const r=n[l],a=n.length-1===l;for(let c=0;c<r.tdList.length;c++){const d=r.tdList[c];let u=0;if(n.length>1&&l!==0){const C=r.tdList[c-1],I=C?C.colIndex+C.colspan:c;for(let p=I;p<e.length;p++)if(this.getRowCountByColIndex(n.slice(0,l),p)===l){u=p;let M=0;for(let O=0;O<p;O++)M+=e[O].width;i=M;break}}else{const C=r.tdList[c-1];C&&(u=C.colIndex+C.colspan)}let R=0;for(let C=0;C<d.colspan;C++)R+=e[C+u].width;let h=0;for(let C=0;C<d.rowspan;C++){const I=n[C+l]||n[l];h+=I.height}const g=r.tdList.length-1===c;let T=a;if(!T&&d.rowspan>1){const C=n.length-1-l;T=d.rowspan-1===C}const f=a&&g;d.isLastRowTd=g,d.isLastColTd=T,d.isLastTd=f,d.x=i;let m=0;for(let C=0;C<l;C++){const I=n[C].tdList;for(let p=0;p<I.length;p++){const L=I[p];if(u>=L.colIndex&&u<L.colIndex+L.colspan){m+=L.height;break}}}d.y=m,d.width=R,d.height=h,d.rowIndex=l,d.colIndex=u,d.trIndex=l,d.tdIndex=c,i+=R,g&&!f&&(i=0)}}}drawRange(t,e,n,i){const{scale:l,rangeAlpha:r,rangeColor:a}=this.options,{type:c,trList:d}=e;if(!d||c!==s.ElementType.TABLE)return;const{isCrossRowCol:u,startTdIndex:R,endTdIndex:h,startTrIndex:g,endTrIndex:T}=this.range.getRange();if(!u)return;let f=d[g].tdList[R],m=d[T].tdList[h];(f.x>m.x||f.y>m.y)&&([f,m]=[m,f]);const C=f.colIndex,I=m.colIndex+(m.colspan-1),p=f.rowIndex,L=m.rowIndex+(m.rowspan-1);t.save();for(let M=0;M<d.length;M++){const O=d[M];for(let b=0;b<O.tdList.length;b++){const D=O.tdList[b],W=D.colIndex,V=D.rowIndex;if(W>=C&&W<=I&&V>=p&&V<=L){const E=D.x*l,y=D.y*l,F=D.width*l,S=D.height*l;t.globalAlpha=r,t.fillStyle=a,t.fillRect(E+n,y+i,F,S)}}}t.restore()}render(t,e,n,i){this._drawBackgroundColor(t,e,n,i),this._drawBorder(t,e,n,i)}findPreRowSpanTd(t,e,n){for(let i=e;i>=0;i--){const l=t[i].tdList.find(r=>r.colIndex===n);if(l)return l}}computeTrHeight(t,e){const{scale:n,table:{tdPadding:i,defaultTrMinHeight:l}}=this.options,r=t.tdPadding||i,a=r[0]+r[2],c=t.trList;for(let R=0;R<c.length;R++){const h=c[R];h.height=h.minHeight||l,h.minHeight=h.height}this.computeRowColInfo(t);const d={},u={};for(let R=0;R<c.length;R++){const h=c[R];if(!h.tdList.length){h.height=0;continue}const g=[],T=[];for(let m=0;m<t.colgroup.length;m++){const C=h.tdList.find(I=>I.colIndex===m);if(C){const I=e?e(C):C.rowList,p=I.reduce((M,O)=>M+O.height,0);C.rowList=I;const L=p/n+a;C.mainHeight=L,C.rowspan>1?(u[C.colIndex]=C.id,d[C.id]={td:C,rowSpan:[R,R+C.rowspan-1],preHeight:0,preMinHeight:0,extraHeight:L},T.push(L)):C.height<L?(C.height=L,C.realHeight=L,g.push(L)):g.push(C.height)}else{const I=d[u[m]];I?.rowSpan[1]==R&&g.push(I.extraHeight)}}const f=Math.max(...g.length?g:T);Object.values(d).forEach(m=>{m.rowSpan[0]<=R&&m.rowSpan[1]>=R&&(m.extraHeight-=f,m.preHeight+=f,m.preMinHeight+=h.minHeight)}),h.height=f;for(let m=0;m<t.colgroup.length;m++){const C=h.tdList.find(I=>I.colIndex===m)??this.findPreRowSpanTd(c,R,m);if(C){const I=d[C.id]?.preHeight??0,p=d[C.id]?.preMinHeight??h.minHeight;C.height=f+I,C.realHeight=f+I,C.realMinHeight=p}}}this.computeRowColInfo(t)}}var _e;(function(o){o.ROW="row",o.COL="col"})(_e||(_e={}));class Pd{MIN_TD_WIDTH=20;ROW_COL_OFFSET=18;ROW_COL_QUICK_WIDTH=16;ROW_COL_QUICK_OFFSET=5;ROW_COL_QUICK_POSITION=this.ROW_COL_OFFSET+(this.ROW_COL_OFFSET-this.ROW_COL_QUICK_WIDTH)/2;BORDER_VALUE=4;TABLE_SELECT_OFFSET=20;draw;canvas;options;position;range;container;toolRowContainer;toolRowAddBtn;toolColAddBtn;toolTableSelectBtn;toolColContainer;toolBorderContainer;anchorLine;mousedownX;mousedownY;constructor(t){this.draw=t,this.canvas=t.getPage(),this.options=t.getOptions(),this.position=t.getPosition(),this.range=t.getRange(),this.container=t.getContainer(),this.toolRowContainer=null,this.toolRowAddBtn=null,this.toolColAddBtn=null,this.toolTableSelectBtn=null,this.toolColContainer=null,this.toolBorderContainer=null,this.anchorLine=null,this.mousedownX=0,this.mousedownY=0}dispose(){this.toolRowContainer?.remove(),this.toolRowAddBtn?.remove(),this.toolColAddBtn?.remove(),this.toolTableSelectBtn?.remove(),this.toolColContainer?.remove(),this.toolBorderContainer?.remove(),this.toolRowContainer=null,this.toolRowAddBtn=null,this.toolColAddBtn=null,this.toolTableSelectBtn=null,this.toolColContainer=null,this.toolBorderContainer=null}render(){if(this.draw.getMode()===s.EditorMode.FORM){this.dispose();return}const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.position.getPositionContext();if(!t)return;this.dispose();const l=this.draw.getOriginalElementList(),r=this.position.getOriginalPositionList(),a=l[e];if(a.tableToolDisabled&&!this.draw.isDesignMode())return;const{scale:c,table:{overflow:d}}=this.options,u=r[e],{colgroup:R,trList:h}=a,{coordinate:{leftTop:g}}=u,T=this.draw.getHeight(),f=this.draw.getPageGap(),m=this.draw.getPageNo()*(T+f),C=g[0],I=g[1]+m,p=a.trList[n].tdList[i],L=p.rowIndex,M=p.colIndex,O=a.height*c,b=a.width*c,D=document.createElement("div");D.classList.add(`${tt}-table-tool__select`),D.style.height=`${O*c}`,D.style.left=`${C}px`,D.style.top=`${I}px`,D.style.transform=`translate(-${this.TABLE_SELECT_OFFSET*c}px, ${-this.TABLE_SELECT_OFFSET*c}px)`,D.onclick=()=>{this.draw.getTableOperate().tableSelectAll()},this.container.append(D),this.toolTableSelectBtn=D;const W=h.map(P=>P.height),V=document.createElement("div");V.classList.add(`${tt}-table-tool__row`),V.style.transform=`translateX(-${this.ROW_COL_OFFSET*c}px)`;for(let P=0;P<W.length;P++){const Y=W[P]*c,X=document.createElement("div");X.classList.add(`${tt}-table-tool__row__item`),P===L&&X.classList.add("active"),X.onclick=()=>{const Q=this.draw.getTableParticle().getTdListByRowIndex(h,P),v=Q[0],w=Q[Q.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:v.trIndex,tdIndex:v.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,v.tdIndex,w.tdIndex,v.trIndex,w.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(V,P)};const U=document.createElement("div");U.classList.add(`${tt}-table-tool__anchor`),U.onmousedown=Q=>{this._mousedown({evt:Q,element:a,index:P,order:_e.ROW})},X.append(U),X.style.height=`${Y}px`,V.append(X)}V.style.left=`${C}px`,V.style.top=`${I}px`,this.container.append(V),this.toolRowContainer=V;const E=document.createElement("div");E.classList.add(`${tt}-table-tool__quick__add`),E.style.height=`${O*c}`,E.style.left=`${C}px`,E.style.top=`${I+O}px`,E.style.transform=`translate(-${this.ROW_COL_QUICK_POSITION*c}px, ${this.ROW_COL_QUICK_OFFSET*c}px)`,E.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:h.length-1,tdIndex:0,tableId:a.id}),this.draw.getTableOperate().insertTableBottomRow()},this.container.append(E),this.toolRowAddBtn=E;const y=R.map(P=>P.width),F=document.createElement("div");F.classList.add(`${tt}-table-tool__col`),F.style.transform=`translateY(-${this.ROW_COL_OFFSET*c}px)`;for(let P=0;P<y.length;P++){const Y=y[P]*c,X=document.createElement("div");X.classList.add(`${tt}-table-tool__col__item`),P===M&&X.classList.add("active"),X.onclick=()=>{const Q=this.draw.getTableParticle().getTdListByColIndex(h,P),v=Q[0],w=Q[Q.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:v.trIndex,tdIndex:v.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,v.tdIndex,w.tdIndex,v.trIndex,w.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(F,P)};const U=document.createElement("div");U.classList.add(`${tt}-table-tool__anchor`),U.onmousedown=Q=>{this._mousedown({evt:Q,element:a,index:P,order:_e.COL})},X.append(U),X.style.width=`${Y}px`,F.append(X)}F.style.left=`${C}px`,F.style.top=`${I}px`,this.container.append(F),this.toolColContainer=F;const S=document.createElement("div");S.classList.add(`${tt}-table-tool__quick__add`),S.style.height=`${O*c}`,S.style.left=`${C+b}px`,S.style.top=`${I}px`,S.style.transform=`translate(${this.ROW_COL_QUICK_OFFSET*c}px, -${this.ROW_COL_QUICK_POSITION*c}px)`,S.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:0,tdIndex:h[0].tdList.length-1||0,tableId:a.id}),this.draw.getTableOperate().insertTableRightCol()},this.container.append(S),this.toolColAddBtn=S;const N=document.createElement("div");N.classList.add(`${tt}-table-tool__border`),N.style.height=`${O}px`,N.style.width=`${b}px`,N.style.left=`${C}px`,N.style.top=`${I}px`;for(let P=0;P<h.length;P++){const Y=h[P];for(let X=0;X<Y.tdList.length;X++){const U=Y.tdList[X],Q=document.createElement("div");Q.classList.add(`${tt}-table-tool__border__row`),Q.style.width=`${U.width*c}px`,Q.style.height=`${this.BORDER_VALUE}px`,Q.style.top=`${(U.y+U.height)*c-this.BORDER_VALUE/2}px`,Q.style.left=`${U.x*c}px`,Q.onmousedown=w=>{this._mousedown({evt:w,element:a,index:U.rowIndex+U.rowspan-1,order:_e.ROW})},N.appendChild(Q);const v=document.createElement("div");if(v.classList.add(`${tt}-table-tool__border__col`),v.style.width=`${this.BORDER_VALUE}px`,v.style.height=`${U.height*c}px`,v.style.top=`${U.y*c}px`,v.style.left=`${(U.x+U.width)*c-this.BORDER_VALUE/2}px`,v.onmousedown=w=>{this._mousedown({evt:w,element:a,index:U.colIndex+U.colspan-1,order:_e.COL})},N.appendChild(v),d&&U.colIndex===0){const w=document.createElement("div");w.classList.add(`${tt}-table-tool__border__col`),w.style.width=`${this.BORDER_VALUE}px`,w.style.height=`${U.height*c}px`,w.style.top=`${U.y*c}px`,w.style.left=`${U.x*c-this.BORDER_VALUE/2}px`,w.onmousedown=j=>{this._mousedown({evt:j,element:a,index:0,isLeftStartBorder:!0,order:_e.COL})},N.appendChild(w)}}}this.container.append(N),this.toolBorderContainer=N}_setAnchorActive(t,e){const n=t.children;for(let i=0;i<n.length;i++){const l=n[i];i===e?l.classList.add("active"):l.classList.remove("active")}}_mousedown(t){const{evt:e,index:n,order:i,element:l,isLeftStartBorder:r}=t;this.canvas=this.draw.getPage();const{scale:a,table:{overflow:c}}=this.options,d=this.draw.getWidth(),u=this.draw.getHeight(),R=this.draw.getPageGap(),h=this.draw.getPageNo()*(u+R),g=this.position.getPositionContext(),m=(this.position.getOriginalPositionList()[g.index]?.coordinate?.leftTop?.[0]||0)*a,C=this.draw.getMargins(),I=C[0],p=C[1],L=I,M=d-p;this.mousedownX=e.x,this.mousedownY=e.y;const O=e.target,b=this.canvas.getBoundingClientRect(),D=window.getComputedStyle(O).cursor;document.body.style.cursor=D,this.canvas.style.cursor=D;let W=0,V=0;const E=document.createElement("div");E.classList.add(`${tt}-table-anchor__line`),i===_e.ROW?(E.classList.add(`${tt}-table-anchor__line__row`),E.style.width=`${d}px`,W=0,V=h+this.mousedownY-b.top):(E.classList.add(`${tt}-table-anchor__line__col`),E.style.height=`${u}px`,W=this.mousedownX-b.left,V=h),E.style.left=`${W}px`,E.style.top=`${V}px`,this.container.append(E),this.anchorLine=E;let y=0,F=0;const S=N=>{const P=this._mousemove(N,i,W,V);P&&(y=P.dx,F=P.dy)};document.addEventListener("mousemove",S),document.addEventListener("mouseup",()=>{let N=!1;if(i===_e.ROW){const P=l.trList,Y=P[n]||P[n-1],{defaultTrMinHeight:X}=this.options.table;F<0&&Y.height+F<X&&(F=X-Y.height),F&&(Y.height+=F,Y.minHeight=Y.height,N=!0)}else{const{colgroup:P}=l;if(P&&y)if(c&&r){P[n].width-y/a<=this.MIN_TD_WIDTH&&(y=(P[n].width-this.MIN_TD_WIDTH)*a);const Y=m+(l.translateX||0)*a;Y+y<L&&(y=L-Y),P[n].width-=y/a,l.width-=y/a,l.translateX=(l.translateX||0)+y/a,N=!0}else{const Y=P[n].width;y<0&&Y*a+y<this.MIN_TD_WIDTH*a&&(y=this.MIN_TD_WIDTH*a-Y*a);const X=P[n+1]?.width;if(y>0&&X&&X*a-y<this.MIN_TD_WIDTH*a&&(y=X*a-this.MIN_TD_WIDTH*a),n===P.length-1){const Q=m+(l.translateX||0)*a+l.width*a;Q+y>M&&(y=M-Q)}y&&(P.length-1!==n&&(P[n+1].width-=y/a),P[n].width+=y/a,N=!0)}}N&&this.draw.render({isSetCursor:!1}),E.remove(),document.removeEventListener("mousemove",S),document.body.style.cursor="",this.canvas.style.cursor="text"},{once:!0}),e.preventDefault()}_mousemove(t,e,n,i){if(!this.anchorLine)return null;const l=t.x-this.mousedownX,r=t.y-this.mousedownY;return e===_e.ROW?this.anchorLine.style.top=`${i+r}px`:this.anchorLine.style.left=`${n+l}px`,t.preventDefault(),{dx:l,dy:r}}}class Ed{draw;options;container;hyperlinkPopupContainer;hyperlinkDom;constructor(t){this.draw=t,this.options=t.getOptions(),this.container=t.getContainer();const{hyperlinkPopupContainer:e,hyperlinkDom:n}=this._createHyperlinkPopupDom();this.hyperlinkDom=n,this.hyperlinkPopupContainer=e}_createHyperlinkPopupDom(){const t=document.createElement("div");t.classList.add(`${tt}-hyperlink-popup`);const e=document.createElement("a");return e.target="_blank",e.rel="noopener",t.append(e),this.container.append(t),{hyperlinkPopupContainer:t,hyperlinkDom:e}}drawHyperlinkPopup(t,e){const{coordinate:{leftTop:[n,i]},lineHeight:l}=e,r=this.draw.getHeight(),a=this.draw.getPageGap(),c=this.draw.getPageNo()*(r+a);this.hyperlinkPopupContainer.style.display="block",this.hyperlinkPopupContainer.style.left=`${n}px`,this.hyperlinkPopupContainer.style.top=`${i+c+l}px`;const d=t.url||"#";this.hyperlinkDom.href=d,this.hyperlinkDom.title=d,this.hyperlinkDom.innerText=d}clearHyperlinkPopup(){this.hyperlinkPopupContainer.style.display="none"}openHyperlink(t){const e=window.open(t.url,"_blank");e&&(e.opener=null)}render(t,e,n,i){t.save(),t.font=e.style,e.color||(e.color=this.options.defaultHyperlinkColor),t.fillStyle=e.color,e.underline===void 0&&(e.underline=!0),t.fillText(e.value,n,i),t.restore()}}class Md{options;constructor(t){this.options=t.getOptions()}render(t,e,n,i){const{scale:l,label:{defaultBackgroundColor:r,defaultColor:a,defaultBorderRadius:c,defaultPadding:d}}=this.options,u=e.label?.backgroundColor||r,R=e.label?.color||a,h=e.label?.borderRadius||c,g=e.label?.padding||d;t.save(),t.font=e.style;const{width:T,height:f,boundingBoxAscent:m}=e.metrics;t.fillStyle=u,this._drawRoundedRect(t,n,i-m,T,f+(g[0]+g[3])*l,h*l),t.fill(),t.fillStyle=R,t.fillText(e.value,n+g[3]*l,i),t.restore()}_drawRoundedRect(t,e,n,i,l,r){t.beginPath(),t.moveTo(e+r,n),t.lineTo(e+i-r,n),t.quadraticCurveTo(e+i,n,e+i,n+r),t.lineTo(e+i,n+l-r),t.quadraticCurveTo(e+i,n+l,e+i-r,n+l),t.lineTo(e+r,n+l),t.quadraticCurveTo(e,n+l,e,n+l-r),t.lineTo(e,n+r),t.quadraticCurveTo(e,n,e+r,n),t.closePath()}}class Od{options;draw;activeInlineEditor;constructor(t){this.draw=t,this.options=t.getOptions(),this.activeInlineEditor=null}render(t,e,n,i){const l=this.draw.getMode(),r=e.macroConfig;if(l===s.EditorMode.READONLY&&e.type!=="subTemplate"){this._renderPlainText(t,e,n,i,Po(e));return}if(l===s.EditorMode.EDIT){const c=e.label||e.value||"";this._renderEditMode(t,e,n,i,c);return}if(e.type==="macro"){const c=e.label||"",d=e.value||`获取 ${c}`;this._renderPlainText(t,e,n,i,d);return}if(e.type==="customMacro"){const c=r?.type||"text",d=r?.value||"",u=e.label||"";if(l===s.EditorMode.FORM)this.activeInlineEditor?.elementId===e.id&&this._syncInlineEditorPosition(),c==="select"?this._renderSelectControl(t,e,n,i,d):this._renderTextControl(t,e,n,i,d);else{const R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="reusableItem"){const d=e.reusableItemConfig?.value||"",u=e.label||"";if(l===s.EditorMode.FORM)this._renderTextControl(t,e,n,i,d);else{const R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="subTemplate"){const c=e.label||"子模板";l===s.EditorMode.FORM?e.subTemplateExpanded||this._renderEditMode(t,e,n,i,c):this._renderPlainText(t,e,n,i,c);return}const a=e.value||e.label||"";this._renderPlainText(t,e,n,i,a)}activateInlineEditor(t,e){if(this.draw.getMode()!==s.EditorMode.FORM||t.type!=="customMacro")return!1;const n=this._ensureMacroConfig(t),i=n.type||"text",l=this.activeInlineEditor;if(l&&l.elementId===t.id&&l.type===i)return l.input.focus(),l.input instanceof HTMLInputElement&&l.input.select(),!0;this.clearInlineEditor({isSubmitHistory:!1});const r=document.createElement("div");r.style.position="absolute",r.style.zIndex="1002",r.style.boxSizing="border-box",r.style.display="flex",r.style.alignItems="center";const a=this._getInlineEditorBaseStyle(t);let c;i==="select"?c=this._createSelectEditor(t,r):c=this._createTextEditor(t,r),c.style.boxSizing="border-box",c.style.width="100%",c.style.height="100%",c.style.border="none",c.style.outline="none",c.style.background="transparent",c.style.font=a.font,c.style.color=a.color,c.style.padding=a.padding,c.style.margin="0",r.append(c),r.addEventListener("mousedown",u=>u.stopPropagation()),r.addEventListener("click",u=>u.stopPropagation()),this.draw.getContainer().append(r),this.draw.setOverlayActive(!0);const d=u=>{const R=u.target;R instanceof Node&&r.contains(R)||this.clearInlineEditor()};return document.addEventListener("mousedown",d,!0),this.activeInlineEditor={elementId:t.id,index:e,type:i,wrapper:r,input:c,initialValue:n.value||"",initialCode:n.code,outsideHandler:d},this._syncInlineEditorPosition(),c.focus(),c instanceof HTMLInputElement?c.select():"showPicker"in c&&typeof c.showPicker=="function"?c.showPicker():c.click(),!0}clearInlineEditor(t={}){const e=this.activeInlineEditor;if(!e)return;const{isSubmitHistory:n=!0,isRestore:i=!1}=t;document.removeEventListener("mousedown",e.outsideHandler,!0);const l=this._getInlineEditorElement(e),r=l?.macroConfig,a=e.input.value||"",c=e.input instanceof HTMLSelectElement&&e.input.value||"";if(l&&r&&(i?(r.value=e.initialValue,e.type==="select"&&(r.code=e.initialCode)):e.type==="text"?r.value=a:(r.code=c||void 0,r.value=this._getSelectLabelByCode(r,c))),e.wrapper.remove(),this.activeInlineEditor=null,this.draw.setOverlayActive(!1),l&&!i){const d=this._ensureMacroConfig(l),u=d.value||"",R=d.code;u!==e.initialValue||R!==e.initialCode?this.draw.getCommand().setMacroValue({id:l.id,dictCode:l.dictCode,label:l.label,areaId:l.areaId,value:u,code:R,isSubmitHistory:n}):this.draw.render({isSubmitHistory:!1,isSetCursor:!1})}else this.draw.render({isSubmitHistory:!1,isSetCursor:!1})}_renderPlainText(t,e,n,i,l){t.save(),t.font=e.style,t.fillStyle=e.color||"#000000",t.textBaseline="alphabetic",t.fillText(l,n,i),t.restore()}_renderEditMode(t,e,n,i,l){const{scale:r}=this.options,a=e.type==="customMacro",c=e.type==="reusableItem",d=e.type==="subTemplate";let u,R;d?(u="#722ed1",R="#f9f0ff"):c?(u="#52c41a",R="#f6ffed"):a?(u="#fa8c16",R="#fff7e6"):(u="#1677ff",R="#e6f4ff"),t.save(),t.font=e.style;const h=t.measureText(l),g=h.actualBoundingBoxAscent+h.actualBoundingBoxDescent,T=8*r,f=4*r,m=4*r,C=h.width+T*2,I=g+f*2,p=e.metrics,L=n,M=i-p.boundingBoxAscent+(p.boundingBoxAscent+p.boundingBoxDescent-I)/2;t.fillStyle=R,this._drawRoundedRect(t,L,M,C,I,m),t.fill(),t.fillStyle=u,t.textBaseline="middle",t.fillText(l,n+T,M+I/2),t.restore()}_renderTextControl(t,e,n,i,l){const{scale:r,control:a,strikeoutColor:c}=this.options,{placeholderColor:d,bracketColor:u}=a;t.save(),t.font=e.style;const h=`请输入${e.label||""}`,g=l||h,f=t.measureText(g).width;t.fillStyle=u,t.textBaseline="alphabetic",t.fillText("[",n,i);const m=n+t.measureText("[").width;t.fillStyle=l?e.color||"#000000":d,t.fillText(g,m,i);const C=m+f;if(t.fillStyle=u,t.fillText("]",C,i),e.type==="reusableItem"){const I=t.measureText("[").width+f+t.measureText("]").width;if(t.lineWidth=r,this.draw.isPrintLikeMode()?t.strokeStyle="transparent":t.strokeStyle=c||"red",e.strikeout){const p=i-3*r,L=i+3.5*r;t.beginPath(),t.moveTo(n,p),t.lineTo(n+I,p),t.stroke(),t.beginPath(),t.moveTo(n,L),t.lineTo(n+I,L),t.stroke()}else if(e.underline&&e.textDecoration?.style==="double"){const p=Math.floor(i+2*r)+.5,L=3*r;t.beginPath(),t.moveTo(n,p),t.lineTo(n+I,p),t.stroke(),t.beginPath(),t.moveTo(n,p+L),t.lineTo(n+I,p+L),t.stroke()}}t.restore()}_renderSelectControl(t,e,n,i,l){const{scale:r,control:a}=this.options,{placeholderColor:c,bracketColor:d}=a;t.save(),t.font=e.style;const R=`请选择${e.label||""}`,h=l||R,g=t.measureText(h),T=g.actualBoundingBoxAscent+g.actualBoundingBoxDescent;t.fillStyle=d,t.textBaseline="alphabetic",t.fillText("[",n,i);const f=n+t.measureText("[").width;t.fillStyle=l?e.color||"#000000":c,t.fillText(h,f,i);const m=f+g.width+2*r,C=i-T/2;t.beginPath(),t.moveTo(m,C-2*r),t.lineTo(m+5*r,C-2*r),t.lineTo(m+2.5*r,C+2*r),t.closePath(),t.fillStyle="#666666",t.fill();const I=m+6*r;t.fillStyle=d,t.fillText("]",I,i),t.restore()}_drawRoundedRect(t,e,n,i,l,r){t.beginPath(),t.moveTo(e+r,n),t.lineTo(e+i-r,n),t.quadraticCurveTo(e+i,n,e+i,n+r),t.lineTo(e+i,n+l-r),t.quadraticCurveTo(e+i,n+l,e+i-r,n+l),t.lineTo(e+r,n+l),t.quadraticCurveTo(e,n+l,e,n+l-r),t.lineTo(e,n+r),t.quadraticCurveTo(e,n,e+r,n),t.closePath()}_createTextEditor(t,e){const n=document.createElement("input");return n.type="text",n.value=t.macroConfig?.value||"",n.placeholder=`请输入${t.label||""}`,n.style.minWidth="0",n.style.background="#ffffff",n.addEventListener("input",()=>{const i=this._ensureMacroConfig(t);i.value=n.value}),n.addEventListener("keydown",i=>{i.key==="Enter"?(i.preventDefault(),this.clearInlineEditor()):i.key==="Escape"&&(i.preventDefault(),this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0}))}),n.addEventListener("blur",()=>{this.activeInlineEditor?.input===n&&this.clearInlineEditor()}),e.style.background="#ffffff",e.style.border="1px solid #1677ff",e.style.borderRadius="4px",e.style.boxShadow="0 0 0 2px rgba(22, 119, 255, 0.12)",n}_createSelectEditor(t,e){const n=document.createElement("select"),i=this._ensureMacroConfig(t),l=document.createElement("option");return l.value="",l.textContent=`请选择${t.label||""}`,n.append(l),i.items?.forEach(r=>{const a=document.createElement("option");a.value=r.code,a.textContent=r.value,n.append(a)}),n.value=i.code||i.items?.find(r=>r.value===i.value)?.code||"",n.addEventListener("change",()=>{i.code=n.value||void 0,i.value=this._getSelectLabelByCode(i,n.value),this.clearInlineEditor()}),n.addEventListener("keydown",r=>{r.key==="Escape"?(r.preventDefault(),this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0})):r.key==="Enter"&&(r.preventDefault(),this.clearInlineEditor())}),n.addEventListener("blur",()=>{this.activeInlineEditor?.input===n&&this.clearInlineEditor()}),e.style.background="#ffffff",e.style.border="1px solid #1677ff",e.style.borderRadius="4px",e.style.boxShadow="0 0 0 2px rgba(22, 119, 255, 0.12)",n}_syncInlineEditorPosition(){const t=this.activeInlineEditor;if(!t)return;const e=this._getInlineEditorPosition(t);if(!e){this.clearInlineEditor({isSubmitHistory:!1});return}const n=e.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),[i,l]=e.coordinate.leftTop,r=Math.max(e.lineHeight,e.metrics.height),a=Math.max(e.metrics.width,80*this.options.scale),c=Math.max(0,(e.lineHeight-r)/2);t.wrapper.style.left=`${i}px`,t.wrapper.style.top=`${l+n+c}px`,t.wrapper.style.width=`${a}px`,t.wrapper.style.height=`${r}px`}_getInlineEditorBaseStyle(t){return{font:this.draw.getElementFont(t),color:t.color||"#000000",padding:`0 ${6*this.options.scale}px`}}_getInlineEditorElement(t){const e=this.draw.getElementList()[t.index];return e?.id===t.elementId?e:t.elementId?this.draw.getElementList().find(n=>n.id===t.elementId)||null:e||null}_getInlineEditorPosition(t){return this.draw.getPosition().getPositionList()[t.index]||null}_ensureMacroConfig(t){return t.macroConfig||(t.macroConfig={type:"text"}),t.macroConfig}_getSelectLabelByCode(t,e){return e&&t.items?.find(n=>n.code===e)?.value||""}}class Sd{draw;position;zone;options;elementList;rowList;positionList;constructor(t,e){this.draw=t,this.position=t.getPosition(),this.zone=t.getZone(),this.options=t.getOptions(),this.elementList=e||[],this.rowList=[],this.positionList=[]}getRowList(){return this.rowList}setElementList(t){this.elementList=t}getElementList(){return this.elementList}getPositionList(){return this.positionList}compute(){this.recovery(),this._computeRowList(),this._computePositionList()}recovery(){this.rowList=[],this.positionList=[]}_computeRowList(){const t=this.draw.getInnerWidth(),e=this.draw.getMargins(),n=Li(this.elementList);this.rowList=this.draw.computeRowList({startX:e[3],startY:this.getHeaderTop(),innerWidth:t,elementList:this.elementList,surroundElementList:n})}_computePositionList(){const t=this.getHeaderTop(),e=this.draw.getInnerWidth(),i=this.draw.getMargins()[3],l=t;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:i,startY:l,innerWidth:e,zone:s.EditorZone.HEADER})}getHeaderTop(){const{header:{top:t,disabled:e},scale:n}=this.options;return e?0:Math.floor(t*n)}getMaxHeight(){const{header:{maxHeightRadio:t}}=this.options,e=this.draw.getHeight();return Math.floor(e*Is[t])}getHeight(){if(this.options.header.disabled)return 0;const t=this.getMaxHeight(),e=this.getRowHeight();return e>t?t:e}getRowHeight(){return this.rowList.reduce((t,e)=>t+e.height,0)}getExtraHeight(){const t=this.draw.getMargins(),e=this.getHeight(),i=this.getHeaderTop()+e-t[0];return i<=0?0:i}render(t,e){t.save(),t.globalAlpha=this.zone.isHeaderActive()?1:this.options.header.inactiveAlpha;const n=this.draw.getInnerWidth(),i=this.getMaxHeight(),l=[];let r=0;for(let a=0;a<this.rowList.length;a++){const c=this.rowList[a];if(r+c.height>i)break;l.push(c),r+=c.height}this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:l,pageNo:e,startIndex:0,innerWidth:n,zone:s.EditorZone.HEADER}),t.restore()}}class Xd{getOffsetY(t){return-t.metrics.height/2}render(t,e,n,i){t.save(),t.font=e.style,e.color&&(t.fillStyle=e.color),t.fillText(e.value,n,i+this.getOffsetY(e)),t.restore()}}class Nd{getOffsetY(t){return t.metrics.height/2}render(t,e,n,i){t.save(),t.font=e.style,e.color&&(t.fillStyle=e.color),t.fillText(e.value,n,i+this.getOffsetY(e)),t.restore()}}class Fd{options;constructor(t){this.options=t.getOptions()}render(t,e,n,i){t.save();const{scale:l,separator:{lineWidth:r,strokeStyle:a}}=this.options;t.lineWidth=(e.lineWidth||r)*l,t.strokeStyle=e.color||a,e.dashArray?.length&&t.setLineDash(e.dashArray);const c=Math.round(i);t.translate(0,t.lineWidth/2),t.beginPath(),t.moveTo(n,c),t.lineTo(n+e.width*l,c),t.stroke(),t.restore()}}class yd{draw;options;i18n;constructor(t){this.draw=t,this.options=t.getOptions(),this.i18n=t.getI18n()}render(t,e,n,i){const{pageBreak:{font:l,fontSize:r,lineDash:a}}=this.options,c=this.i18n.t("pageBreak.displayName"),{scale:d,defaultRowMargin:u}=this.options,R=r*d,h=e.width*d,g=this.draw.getDefaultBasicRowMarginHeight()*u;t.save(),t.font=`${R}px ${l}`;const T=t.measureText(c),f=(h-T.width)/2;t.setLineDash(a),t.translate(0,.5+g),t.beginPath(),t.moveTo(n,i),t.lineTo(n+f,i),t.moveTo(n+f+T.width,i),t.lineTo(n+h,i),t.stroke(),t.fillText(c,n+f,i+T.actualBoundingBoxAscent-R/2),t.restore()}}class bd{draw;options;imageCache;constructor(t){this.draw=t,this.options=t.getOptions(),this.imageCache=new Map}renderText(t,e){const{watermark:{data:n,opacity:i,font:l,size:r,color:a,repeat:c,gap:d,numberType:u},scale:R}=this.options,h=this.draw.getWidth(),g=this.draw.getHeight();t.save(),t.globalAlpha=i,t.font=`${r*R}px ${l}`;let T=n;const f=new RegExp($n.PAGE_NO);f.test(T)&&(T=Un.formatNumberPlaceholder(T,e+1,f,u));const m=new RegExp($n.PAGE_COUNT);m.test(T)&&(T=Un.formatNumberPlaceholder(T,this.draw.getPageCount(),m,u));const C=t.measureText(T);if(c){const I=this.draw.getPagePixelRatio(),p=document.createElement("canvas"),L=p.getContext("2d"),M=C.width,O=C.actualBoundingBoxAscent+C.actualBoundingBoxDescent,b=Math.sqrt(Math.pow(M,2)+Math.pow(O,2)),D=b+2*d[0]*R,W=b+2*d[1]*R;p.width=D,p.height=W,p.style.width=`${D*I}px`,p.style.height=`${W*I}px`,L.translate(D/2,W/2),L.rotate(-45*Math.PI/180),L.translate(-D/2,-W/2),L.font=`${r*R}px ${l}`,L.fillStyle=a,L.fillText(T,(D-M)/2,(W-O)/2+C.actualBoundingBoxAscent);const V=t.createPattern(p,"repeat");V&&(t.fillStyle=V,t.fillRect(0,0,h,g))}else{const I=h/2,p=g/2;t.fillStyle=a,t.translate(I,p),t.rotate(-45*Math.PI/180),t.fillText(T,-C.width/2,C.actualBoundingBoxAscent-r*R/2)}t.restore()}renderImage(t){const{watermark:{width:e,height:n,data:i,opacity:l,repeat:r,gap:a},scale:c}=this.options;if(!this.imageCache.has(i)){const g=new Image;g.setAttribute("crossOrigin","Anonymous"),g.src=i,g.onload=()=>{this.imageCache.set(i,g),this.draw.render({isCompute:!1,isSubmitHistory:!1})};return}const d=this.draw.getWidth(),u=this.draw.getHeight(),R=e*c,h=n*c;if(t.save(),t.globalAlpha=l,r){const g=this.draw.getPagePixelRatio(),T=document.createElement("canvas"),f=T.getContext("2d"),m=Math.sqrt(Math.pow(R,2)+Math.pow(h,2)),C=m+2*a[0]*c,I=m+2*a[1]*c;T.width=C,T.height=I,T.style.width=`${C*g}px`,T.style.height=`${I*g}px`,f.translate(C/2,I/2),f.rotate(-45*Math.PI/180),f.translate(-C/2,-I/2),f.drawImage(this.imageCache.get(i),(C-R)/2,(I-h)/2,R,h);const p=t.createPattern(T,"repeat");p&&(t.fillStyle=p,t.fillRect(0,0,d,u))}else{const g=d/2,T=u/2;t.translate(g,T),t.rotate(-45*Math.PI/180),t.drawImage(this.imageCache.get(i),-R/2,-h/2,R,h)}t.restore()}render(t,e){this.options.watermark.type===s.WatermarkType.IMAGE?this.renderImage(t):this.renderText(t,e)}}class Dd{draw;control;options;highlightList;highlightMatchResult;constructor(t){this.draw=t.getDraw(),this.control=t,this.options=this.draw.getOptions(),this.highlightList=[],this.highlightMatchResult=[]}getControlHighlight(t,e){const{control:{activeBackgroundColor:n,disabledBackgroundColor:i,existValueBackgroundColor:l,noValueBackgroundColor:r,inlineControlBackgroundColor:a}}=this.options,c=t[e],d=this.draw.isPrintLikeMode(),u=this.draw.getMode(),R=u===s.EditorMode.EDIT||u===s.EditorMode.FORM,h=this.control.getActiveControl()?.getElement(),g=this._getControlType(t,e);let T=!1,f=!1,m=!1,C=!1;c.highlight||(T=!d&&!!n&&!!h&&c.controlId===h.controlId&&!this.control.getIsRangeInPostfix()),T||(f=!d&&!!i&&!!c.control?.disabled),f||(m=!d&&!!l&&!!c.controlId&&this.control.getIsExistValueByElementListIndex(t,e)),m||(C=!d&&!!r&&!!c.controlId&&!this.control.getIsExistValueByElementListIndex(t,e));const I=R&&!!a&&(g===s.ControlType.NUMBER||g===s.ControlType.SELECT||g===s.ControlType.DATE);return(T?n:"")||(f?i:"")||(m?l:"")||(C?r:"")||(I?a:"")}getIsInlineControlBackground(t,e){const n=this.draw.getMode(),i=this._getControlType(t,e);return!!((n===s.EditorMode.EDIT||n===s.EditorMode.FORM)&&this.options.control.inlineControlBackgroundColor&&(i===s.ControlType.NUMBER||i===s.ControlType.SELECT||i===s.ControlType.DATE))}_getControlType(t,e){const n=t[e];if(n.control?.type)return n.control.type;if(n.controlId){for(let i=e-1;i>=0;i--){const l=t[i];if(l.controlId!==n.controlId)break;if(l.control?.type)return l.control.type}for(let i=e+1;i<t.length;i++){const l=t[i];if(l.controlId!==n.controlId)break;if(l.control?.type)return l.control.type}}}getHighlightMatchResult(){return this.highlightMatchResult}getHighlightList(){return this.highlightList}setHighlightList(t){this.highlightList=t}computeHighlightList(){const t=this.draw.getSearch(),e=(n,i)=>{let l=0;for(;l<n.length;){const r=n[l];if(l++,r.type===s.ElementType.TABLE){const T=r.trList;for(let f=0;f<T.length;f++){const m=T[f];for(let C=0;C<m.tdList.length;C++){const I=m.tdList[C],p={tableId:r.id,tableIndex:l-1,trIndex:f,tdIndex:C,tdId:I.id};e(I.value,p)}}}const a=r?.control;if(!a)continue;const c=this.highlightList.findIndex(T=>T.id===r.controlId||a.conceptId&&a.conceptId===T.conceptId);if(!~c)continue;const d=l;let u=l;for(;u<n.length&&n[u].controlId===r.controlId;)u++;l=u;const R=n.slice(d,u).map(T=>T.controlComponent===s.ControlComponent.VALUE?T:{value:H}),h=this.highlightList[c],{ruleList:g}=h;for(let T=0;T<g.length;T++){const f=g[T],m=t.getMatchList(f.keyword,R);this.highlightMatchResult.push(...m.map(C=>({...C,...f,...i,index:C.index+d})))}}};this.highlightMatchResult=[],e(this.draw.getOriginalMainElementList())}renderHighlightList(t,e){if(!this.highlightMatchResult?.length)return;const{searchMatchAlpha:n,searchMatchColor:i}=this.options,l=this.draw.getPosition().getOriginalPositionList(),r=this.draw.getOriginalElementList();t.save();for(let a=0;a<this.highlightMatchResult.length;a++){const c=this.highlightMatchResult[a];let d=null;if(c.tableId){const{tableIndex:I,trIndex:p,tdIndex:L,index:M}=c;d=r[I]?.trList[p].tdList[L]?.positionList[M]}else d=l[c.index];if(!d)continue;const{coordinate:{leftTop:u,leftBottom:R,rightTop:h},pageNo:g}=d;if(g!==e)continue;t.fillStyle=c.backgroundColor||i,t.globalAlpha=c.alpha||n;const T=u[0],f=u[1],m=h[0]-u[0],C=R[1]-u[1];t.fillRect(T,f,m,C)}t.restore()}}const ur={error:{borderColor:"#ff4d4f",backgroundColor:"rgba(255,77,79,0.08)"},warning:{borderColor:"#faad14",backgroundColor:"rgba(250,173,20,0.08)"},warn:{borderColor:"#faad14",backgroundColor:"rgba(250,173,20,0.08)"},info:{borderColor:"#1677ff",backgroundColor:"rgba(22,119,255,0.08)"}},Vd="#ff4d4f",Wd=5e3,Vi=4;class Yd{draw;options;marks;underlineTimer;underlineVisible;constructor(t){this.draw=t,this.options=t.getOptions(),this.marks=[],this.underlineTimer=null,this.underlineVisible=!1}setMarks(t){this._clearUnderlineTimer(),this.marks=t.slice(),this.underlineVisible=this.marks.length>0,this.marks.length&&(this.underlineTimer=window.setTimeout(()=>{this.underlineVisible=!1,this.underlineTimer=null,this.draw.render({isSetCursor:!1,isSubmitHistory:!1})},Wd))}getMarks(){return this.marks}render(t,e,n,i,l,r,a){if(!this.marks.length||this.draw.isPrintLikeMode())return;const c=this._getRegions(e,n,i,l,r,a);if(c.length){t.save();for(let d=0;d<c.length;d++){const u=c[d],R=this._getStyle(u.mark),h=Math.max(1,this.options.scale),g=u.x-h,T=u.y-h,f=Math.max(1,u.width+h*2),m=Math.max(1,u.height+h*2),C=Math.max(2,this.options.scale*2);if(this.underlineVisible&&R.borderColor&&u.hasUnderline&&(t.lineWidth=C,t.strokeStyle=R.borderColor,t.beginPath(),t.moveTo(u.underlineX,u.underlineY),t.lineTo(u.underlineRight,u.underlineY),t.stroke()),u.drawRequired){this._renderRequiredMark(t,u,g);continue}if(R.borderColor){t.lineWidth=C;const I=Math.min(Math.max(8*this.options.scale,m*.3),m/2),p=g+f,L=T+m;t.beginPath(),u.drawLeft&&(t.moveTo(g+I,T),t.lineTo(g,T),t.lineTo(g,L)),u.drawRight&&(t.moveTo(p-I,L),t.lineTo(p,L),t.lineTo(p,T)),t.stroke()}}t.restore()}}_getRegions(t,e,n,i,l,r){const a=this._getParentMap(t),c=this.marks.map(h=>this._getTargetControlIds(t,h)),d=c.map(h=>this._getTitleTargets(t,h)),u=[];for(let h=0;h<n.length;h++){const g=n[h],T=new Map,f=e[g.startIndex],m=f?Math.min(f.coordinate.leftTop[0],f.coordinate.leftBottom[0])-(g.offsetX||0):0,C=f?m+(r||this.draw.getInnerWidth()):0;for(let I=0;I<g.elementList.length;I++){const p=g.elementList[I],L=g.startIndex+I,M=e[L];if(!M||l===s.EditorZone.MAIN&&M.pageNo!==i)continue;const O=this._getTargetIdsForElement(this._getQualityTargetId(p),c,a);for(let v=0;v<d.length;v++){const w=d[v].get(L);w&&w.forEach(j=>{O.some(J=>J.markIndex===v&&J.controlId===j)||O.push({markIndex:v,controlId:j})})}if(!O.length)continue;const b=M.coordinate.leftTop,D=M.coordinate.rightTop,W=M.coordinate.leftBottom,V=M.coordinate.rightBottom,E=Math.min(b[0],W[0]),y=Math.max(D[0],V[0]),F=Math.min(b[1],D[1]),S=Math.max(W[1],V[1]),N=M.metrics.boundingBoxAscent+M.metrics.boundingBoxDescent,P=F+M.ascent-M.metrics.boundingBoxAscent,Y=N>0?P:F,X=N>0?P+N:S,U=this._isButtonElement(p),Q=f?Math.max(E,Math.min(y,C)):y;for(let v=0;v<O.length;v++){const{markIndex:w,controlId:j}=O[v],J=`${w}:${j}:${g.startIndex}`,A=T.get(J),x={x:E,y:Y,right:y,bottom:X};if(A){const k=this._mergeBounds(A,x);A.x=k.x,A.y=k.y,A.width=Math.max(1,k.right-k.x),A.height=Math.max(1,k.bottom-k.y),U||(A.hasUnderline?(A.underlineX=Math.min(A.underlineX,E),A.underlineY=Math.max(A.underlineY,X+Vi),A.underlineRight=Math.max(A.underlineRight,Q)):(A.underlineX=E,A.underlineY=X+Vi,A.underlineRight=Q),A.hasUnderline=!0)}else T.set(J,{mark:this.marks[w],targetKey:`${w}:${j}`,x:E,y:Y,width:Math.max(1,y-E),height:Math.max(1,X-Y),baseline:F+M.ascent,font:p.style||this.draw.getElementFont(p,this.options.scale),underlineX:E,underlineY:X+Vi,underlineRight:Q,hasUnderline:!U,drawLeft:!1,drawRight:!1,drawRequired:!1})}}u.push(...T.values())}const R=new Map;for(let h=0;h<u.length;h++){const g=u[h],T=R.get(g.targetKey)||[];T.push(g),R.set(g.targetKey,T)}return R.forEach(h=>{this._isRequiredMark(h[0].mark)?h[0].drawRequired=!0:(h[0].drawLeft=!0,h[h.length-1].drawRight=!0)}),u}_renderRequiredMark(t,e,n){t.save(),t.font=e.font,t.fillStyle=e.mark.style?.borderColor||Vd,t.textBaseline="alphabetic";const i=t.measureText("*").width,l=Math.max(2,this.options.scale*2);t.fillText("*",n-i-l,e.baseline),t.restore()}_clearUnderlineTimer(){this.underlineTimer!==null&&(window.clearTimeout(this.underlineTimer),this.underlineTimer=null)}_mergeBounds(t,e){return{x:Math.min(t.x,e.x),y:Math.min(t.y,e.y),right:Math.max(t.x+t.width,e.right),bottom:Math.max(t.y+t.height,e.bottom)}}_getParentMap(t){const e=new Map;for(let n=0;n<t.length;n++){const i=t[n],l=this._getQualityTargetId(i);l&&i.originControlId&&e.set(l,i.originControlId)}return e}_getTitleTargets(t,e){const n=new Map;return e.forEach(i=>{const l=t.findIndex(h=>this._getQualityTargetId(h)===i);if(l<0)return;const r=t[l],a=r.control,c=this._getTitleTextBefore(t,l);if(!c)return;const d=[a?.label,a?.placeholder].concat(this._isMacroElement(r)?[r.label]:[]).filter(Boolean).map(h=>this._normalizeTitleText(h)),u=this._normalizeTitleText(c);if(!d.some(h=>h===u||h.includes(u)||u.includes(h)))return;let R=l-1;for(;R>=0&&this._isTitleValueElement(t[R]);){let h=n.get(R);h||(h=new Set,n.set(R,h)),h.add(i),R--}}),n}_getTitleTextBefore(t,e){const n=t[e-1];if(n?.type===s.ElementType.TITLE)return n.valueList?.map(r=>r.value).join("")||"";if(!this._isTitleValueElement(n))return"";const i=n.titleId;let l=e-1;for(;l>=0&&this._isTitleValueElement(t[l])&&t[l].titleId===i;)l--;return t.slice(l+1,e).map(r=>r.value).join("")}_isTitleValueElement(t){return!!t?.titleId&&!!t.level}_normalizeTitleText(t){return t.replace(/\s/g,"").replace(/[::]+$/,"")}_getTargetControlIds(t,e){const n=new Set,i=e.id?"id":e.conceptId?"conceptId":e.code?"code":null;if(!i)return n;for(let l=0;l<t.length;l++){const r=t[l],a=this._getQualityTargetId(r);if(!a)continue;const c=r.control?.conceptId||r.conceptId,d=r.control?.code||r.macroConfig?.code||r.dictCode;(i==="id"&&a===e.id||i==="conceptId"&&c===e.conceptId||i==="code"&&d===e.code)&&n.add(a)}return n}_getQualityTargetId(t){if(t.controlId)return t.controlId;if(this._isMacroElement(t))return t.id}_isMacroElement(t){return[s.ElementType.MACRO,s.ElementType.CUSTOM_MACRO,s.ElementType.REUSABLE_ITEM].includes(t.type)}_getTargetIdsForElement(t,e,n){if(!t)return[];const i=[];for(let l=0;l<e.length;l++){const r=e[l];let a=t;const c=new Set;for(;a&&!c.has(a);){if(r.has(a)){i.push({markIndex:l,controlId:a});break}c.add(a),a=n.get(a)}}return i}_getStyle(t){return{...ur[t.type?.toLowerCase()||"error"]||ur.error,...t.style}}_isRequiredMark(t){return t.required===!0||["required","required-empty","required_empty"].includes(t.type?.toLowerCase()||"")}_isButtonElement(t){return t.type===s.ElementType.BUTTON||t.control?.type===s.ControlType.BUTTON&&!t.control.buttonText}}class Ud{borderRect;options;constructor(t){this.borderRect=this.clearBorderInfo(),this.options=t.getOptions()}clearBorderInfo(){return this.borderRect={x:0,y:0,width:0,height:0},this.borderRect}recordBorderInfo(t,e,n,i){!this.borderRect.width&&(this.borderRect.x=t,this.borderRect.y=e,this.borderRect.height=i),this.borderRect.width+=n}render(t){if(!this.borderRect.width)return;const{scale:e,control:{borderWidth:n,borderColor:i}}=this.options,{x:l,y:r,width:a,height:c}=this.borderRect;t.save(),t.translate(0,1*e),t.lineWidth=n*e,t.strokeStyle=i,t.beginPath(),t.rect(l,r,a,c),t.stroke(),t.restore(),this.clearBorderInfo()}}class jn{draw;element;control;isPopup;selectDom;options;VALUE_DELIMITER=",";DEFAULT_MULTI_SELECT_DELIMITER=",";constructor(t,e){const n=e.getDraw();this.draw=n,this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1,this.selectDom=null}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getCodes(){return this.element?.control?.code?this.element.control.code.split(","):[]}getText(t){if(!this.element?.control)return null;const e=this.element.control;if(!e.valueSets?.length)return null;const n=e?.multiSelectDelimiter||this.DEFAULT_MULTI_SELECT_DELIMITER,i=e.valueSets,l=[];return t.forEach(r=>{const a=i.find(c=>c.code===r);a&&!Ss(a.value)&&l.push(a.value)}),l.join(n)||null}getValue(t={}){const{elementList:e,range:n}=this.control.mergeControl(t),{startIndex:i}=n,l=e[i],r=[];let a=i;for(;a>=0;){const d=e[a];if(!d||d.controlId!==l.controlId||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT)break;d.controlComponent===s.ControlComponent.VALUE&&r.unshift(d),a--}let c=i+1;for(;c<e.length;){const d=e[c];if(d.controlId!==l.controlId||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT)break;d.controlComponent===s.ControlComponent.VALUE&&r.push(d),c++}return r}setValue(t,e={},n={}){if(!this.element.control?.selectExclusiveOptions?.inputAble||!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e);this.control.shrinkBoundary(e);const{startIndex:r,endIndex:a}=l,c=this.control.getDraw();r!==a?c.spliceElementList(i,r+1,a-r):this.control.removePlaceholder(r,{elementList:i});const d=i[r],u=d.type&&!Ie.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?ie(d,["control","controlId",...ue]):Ce(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const g={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[g],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[g])}return R+t.length-1}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.element.control?.selectExclusiveOptions?.inputAble;if(t.key===s.KeyMap.Backspace)return i!==l?c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect():r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1):this.clearSelect();if(t.key===s.KeyMap.Delete){if(i!==l)return c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect();{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect()}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();return t===e?t:this.clearSelect()}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=t.elementList||this.control.getElementList(),{startIndex:r}=t.range||this.control.getRange(),a=l[r];let c=-1,d=-1,u=r;for(;u>0;){const g=l[u];if(g.controlId!==a.controlId||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT){c=u;break}u--}let R=r+1;for(;R<l.length;){const g=l[R];if(g.controlId!==a.controlId||g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT){d=R-1;break}R++}return!~c||!~d?-1:(this.control.getDraw().spliceElementList(l,c+1,d-c,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(u,t),this.control.setControlProperties({code:void 0},{elementList:l,range:{startIndex:u,endIndex:u}}),u)}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.element.control,a=t?.split(this.VALUE_DELIMITER)||[],c=r.code,d=r.code?.split(this.VALUE_DELIMITER)||[],u=r.isMultiSelect;if(!u&&t===c||u&&Os(d,a)){this.control.repaintControl({curIndex:l.startIndex,isCompute:!1,isSubmitHistory:!1}),this.destroy();return}const R=r.valueSets;if(!Array.isArray(R)||!R.length)return;const h=this.getText(a);if(!h){if(c){const L=this.clearSelect(e,{isIgnoreDeletedRule:n.isIgnoreDeletedRule});~L&&(this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({controlValue:[]}))}return}const g=this.getValue(e)[0],T=g?ie(g,Ne):ie(i[l.startIndex],ue),f=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~f)return;c||this.control.removePlaceholder(f,e);const m=Ce(i[f],Ne),C=f+1,I=Dt(h),p=this.control.getDraw();for(let L=0;L<I.length;L++){const M={...T,...m,type:s.ElementType.TEXT,value:I[L],controlComponent:s.ControlComponent.VALUE};(M.color===this.options.control.bracketColor||M.color===this.options.control.placeholderColor)&&(M.color=this.options.defaultColor),re(i,[M],f,{editorOptions:this.options}),p.spliceElementList(i,C+L,0,[M])}if(this.control.setControlProperties({code:t},{elementList:i,range:{startIndex:f,endIndex:f}}),!e.range){const L=C+I.length-1;this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({context:e}),u||this.destroy()}}_createSelectPopupDom(){const t=this.element.control,e=t.valueSets;if(!Array.isArray(e)||!e.length)return;const n=this.control.getPosition();if(!n)return;const i=document.createElement("div");i.classList.add(`${tt}-select-control-popup`),i.setAttribute(Ue,s.EditorComponent.POPUP);const l=document.createElement("ul");let r=null;for(let h=0;h<e.length;h++){const g=e[h],T=document.createElement("li");let f=this.getCodes();f.includes(g.code)&&(T.classList.add("active"),r=T),T.onclick=()=>{const m=f.findIndex(C=>C===g.code);t.isMultiSelect?~m?f.splice(m,1):f.push(g.code):~m?f=[]:f=[g.code],this.setSelect(f.join(this.VALUE_DELIMITER))},T.append(document.createTextNode(g.value)),l.append(T)}i.append(l);const{coordinate:{leftTop:[a,c]},lineHeight:d}=n,u=this.control.getPreY();i.style.left=`${a}px`,i.style.top=`${c+u+d}px`,this.control.getContainer().append(i),this.selectDom=i,r&&Ns(i,r)}awake(){if(this.isPopup||this.control.getIsDisabledControl())return;const{startIndex:t}=this.control.getRange(),n=this.control.getElementList()[t];if(!n||n.controlId!==this.element.controlId||n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||n.controlComponent===s.ControlComponent.POST_TEXT)return;const l=n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRE_TEXT||n.controlComponent===s.ControlComponent.PLACEHOLDER;!this.control.getIsRangeWithinControl()&&!l||(this._createSelectPopupDom(),this.isPopup=!0)}destroy(){this.isPopup&&(this.selectDom?.remove(),this.isPopup=!1)}}var Rr;function st(){return Rr.apply(null,arguments)}function wd(o){Rr=o}function ye(o){return o instanceof Array||Object.prototype.toString.call(o)==="[object Array]"}function Ln(o){return o!=null&&Object.prototype.toString.call(o)==="[object Object]"}function Kt(o,t){return Object.prototype.hasOwnProperty.call(o,t)}function Wi(o){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(o).length===0;var t;for(t in o)if(Kt(o,t))return!1;return!0}function me(o){return o===void 0}function $e(o){return typeof o=="number"||Object.prototype.toString.call(o)==="[object Number]"}function qn(o){return o instanceof Date||Object.prototype.toString.call(o)==="[object Date]"}function hr(o,t){var e=[],n,i=o.length;for(n=0;n<i;++n)e.push(t(o[n],n));return e}function un(o,t){for(var e in t)Kt(t,e)&&(o[e]=t[e]);return Kt(t,"toString")&&(o.toString=t.toString),Kt(t,"valueOf")&&(o.valueOf=t.valueOf),o}function Ae(o,t,e,n){return vr(o,t,e,n,!0).utc()}function Zd(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function Ot(o){return o._pf==null&&(o._pf=Zd()),o._pf}var Yi;Array.prototype.some?Yi=Array.prototype.some:Yi=function(o){var t=Object(this),e=t.length>>>0,n;for(n=0;n<e;n++)if(n in t&&o.call(this,t[n],n,t))return!0;return!1};function Ui(o){var t=null,e=!1,n=o._d&&!isNaN(o._d.getTime());if(n&&(t=Ot(o),e=Yi.call(t.parsedDateParts,function(i){return i!=null}),n=t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&e),o._strict&&(n=n&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===void 0)),Object.isFrozen==null||!Object.isFrozen(o))o._isValid=n;else return n;return o._isValid}function yo(o){var t=Ae(NaN);return o!=null?un(Ot(t),o):Ot(t).userInvalidated=!0,t}var gr=st.momentProperties=[],wi=!1;function Zi(o,t){var e,n,i,l=gr.length;if(me(t._isAMomentObject)||(o._isAMomentObject=t._isAMomentObject),me(t._i)||(o._i=t._i),me(t._f)||(o._f=t._f),me(t._l)||(o._l=t._l),me(t._strict)||(o._strict=t._strict),me(t._tzm)||(o._tzm=t._tzm),me(t._isUTC)||(o._isUTC=t._isUTC),me(t._offset)||(o._offset=t._offset),me(t._pf)||(o._pf=Ot(t)),me(t._locale)||(o._locale=t._locale),l>0)for(e=0;e<l;e++)n=gr[e],i=t[n],me(i)||(o[n]=i);return o}function to(o){Zi(this,o),this._d=new Date(o._d!=null?o._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),wi===!1&&(wi=!0,st.updateOffset(this),wi=!1)}function be(o){return o instanceof to||o!=null&&o._isAMomentObject!=null}function Tr(o){st.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+o)}function Me(o,t){var e=!0;return un(function(){if(st.deprecationHandler!=null&&st.deprecationHandler(null,o),e){var n=[],i,l,r,a=arguments.length;for(l=0;l<a;l++){if(i="",typeof arguments[l]=="object"){i+=`
110
+ [`+l+"] ";for(r in arguments[0])Kt(arguments[0],r)&&(i+=r+": "+arguments[0][r]+", ");i=i.slice(0,-2)}else i=arguments[l];n.push(i)}Tr(o+`
108
111
  Arguments: `+Array.prototype.slice.call(n).join("")+`
109
- `+new Error().stack),e=!1}return t.apply(this,arguments)},t)}var hr={};function gr(o,t){st.deprecationHandler!=null&&st.deprecationHandler(o,t),hr[o]||(Rr(t),hr[o]=!0)}st.suppressDeprecationWarnings=!1,st.deprecationHandler=null;function ke(o){return typeof Function<"u"&&o instanceof Function||Object.prototype.toString.call(o)==="[object Function]"}function Yd(o){var t,e;for(e in o)Kt(o,e)&&(t=o[e],ke(t)?this[e]=t:this["_"+e]=t);this._config=o,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function Zi(o,t){var e=un({},o),n;for(n in t)Kt(t,n)&&(Ln(o[n])&&Ln(t[n])?(e[n]={},un(e[n],o[n]),un(e[n],t[n])):t[n]!=null?e[n]=t[n]:delete e[n]);for(n in o)Kt(o,n)&&!Kt(t,n)&&Ln(o[n])&&(e[n]=un({},e[n]));return e}function Qi(o){o!=null&&this.set(o)}var vi;Object.keys?vi=Object.keys:vi=function(o){var t,e=[];for(t in o)Kt(o,t)&&e.push(t);return e};var Ud={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function wd(o,t,e){var n=this._calendar[o]||this._calendar.sameElse;return ke(n)?n.call(t,e):n}function Ge(o,t,e){var n=""+Math.abs(o),i=t-n.length,l=o>=0;return(l?e?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+n}var Ki=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,yo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Hi={},wn={};function gt(o,t,e,n){var i=n;typeof n=="string"&&(i=function(){return this[n]()}),o&&(wn[o]=i),t&&(wn[t[0]]=function(){return Ge(i.apply(this,arguments),t[1],t[2])}),e&&(wn[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),o)})}function Zd(o){return o.match(/\[[\s\S]/)?o.replace(/^\[|\]$/g,""):o.replace(/\\/g,"")}function Qd(o){var t=o.match(Ki),e,n;for(e=0,n=t.length;e<n;e++)wn[t[e]]?t[e]=wn[t[e]]:t[e]=Zd(t[e]);return function(i){var l="",r;for(r=0;r<n;r++)l+=ke(t[r])?t[r].call(i,o):t[r];return l}}function bo(o,t){return o.isValid()?(t=Tr(t,o.localeData()),Hi[t]=Hi[t]||Qd(t),Hi[t](o)):o.localeData().invalidDate()}function Tr(o,t){var e=5;function n(i){return t.longDateFormat(i)||i}for(yo.lastIndex=0;e>=0&&yo.test(o);)o=o.replace(yo,n),yo.lastIndex=0,e-=1;return o}var vd={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Kd(o){var t=this._longDateFormat[o],e=this._longDateFormat[o.toUpperCase()];return t||!e?t:(this._longDateFormat[o]=e.match(Ki).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[o])}var Hd="Invalid date";function _d(){return this._invalidDate}var Ad="%d",kd=/\d{1,2}/;function Gd(o){return this._ordinal.replace("%d",o)}var xd={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Bd(o,t,e,n){var i=this._relativeTime[e];return ke(i)?i(o,t,e,n):i.replace(/%d/i,o)}function Jd(o,t){var e=this._relativeTime[o>0?"future":"past"];return ke(e)?e(t):e.replace(/%s/i,t)}var fr={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function Oe(o){return typeof o=="string"?fr[o]||fr[o.toLowerCase()]:void 0}function _i(o){var t={},e,n;for(n in o)Kt(o,n)&&(e=Oe(n),e&&(t[e]=o[n]));return t}var $d={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function zd(o){var t=[],e;for(e in o)Kt(o,e)&&t.push({unit:e,priority:$d[e]});return t.sort(function(n,i){return n.priority-i.priority}),t}var mr=/\d/,Le=/\d\d/,pr=/\d{3}/,Ai=/\d{4}/,Do=/[+-]?\d{6}/,qt=/\d\d?/,Cr=/\d\d\d\d?/,Ir=/\d\d\d\d\d\d?/,Vo=/\d{1,3}/,ki=/\d{1,4}/,Wo=/[+-]?\d{1,6}/,Zn=/\d+/,Yo=/[+-]?\d+/,jd=/Z|[+-]\d\d:?\d\d/gi,Uo=/Z|[+-]\d\d(?::?\d\d)?/gi,qd=/[+-]?\d+(\.\d{1,3})?/,eo=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Qn=/^[1-9]\d?/,Gi=/^([1-9]\d|\d)/,wo;wo={};function dt(o,t,e){wo[o]=ke(t)?t:function(n,i){return n&&e?e:t}}function tu(o,t){return Kt(wo,o)?wo[o](t._strict,t._locale):new RegExp(eu(o))}function eu(o){return ze(o.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,l){return e||n||i||l}))}function ze(o){return o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Se(o){return o<0?Math.ceil(o)||0:Math.floor(o)}function Vt(o){var t=+o,e=0;return t!==0&&isFinite(t)&&(e=Se(t)),e}var xi={};function Bt(o,t){var e,n=t,i;for(typeof o=="string"&&(o=[o]),$e(t)&&(n=function(l,r){r[t]=Vt(l)}),i=o.length,e=0;e<i;e++)xi[o[e]]=n}function no(o,t){Bt(o,function(e,n,i,l){i._w=i._w||{},t(e,i._w,i,l)})}function nu(o,t,e){t!=null&&Kt(xi,o)&&xi[o](t,e._a,e,o)}function Zo(o){return o%4===0&&o%100!==0||o%400===0}var he=0,je=1,xe=2,ae=3,De=4,qe=5,Pn=6,ou=7,iu=8;gt("Y",0,0,function(){var o=this.year();return o<=9999?Ge(o,4):"+"+o}),gt(0,["YY",2],0,function(){return this.year()%100}),gt(0,["YYYY",4],0,"year"),gt(0,["YYYYY",5],0,"year"),gt(0,["YYYYYY",6,!0],0,"year"),dt("Y",Yo),dt("YY",qt,Le),dt("YYYY",ki,Ai),dt("YYYYY",Wo,Do),dt("YYYYYY",Wo,Do),Bt(["YYYYY","YYYYYY"],he),Bt("YYYY",function(o,t){t[he]=o.length===2?st.parseTwoDigitYear(o):Vt(o)}),Bt("YY",function(o,t){t[he]=st.parseTwoDigitYear(o)}),Bt("Y",function(o,t){t[he]=parseInt(o,10)});function oo(o){return Zo(o)?366:365}st.parseTwoDigitYear=function(o){return Vt(o)+(Vt(o)>68?1900:2e3)};var Lr=vn("FullYear",!0);function su(){return Zo(this.year())}function vn(o,t){return function(e){return e!=null?(Pr(this,o,e),st.updateOffset(this,t),this):io(this,o)}}function io(o,t){if(!o.isValid())return NaN;var e=o._d,n=o._isUTC;switch(t){case"Milliseconds":return n?e.getUTCMilliseconds():e.getMilliseconds();case"Seconds":return n?e.getUTCSeconds():e.getSeconds();case"Minutes":return n?e.getUTCMinutes():e.getMinutes();case"Hours":return n?e.getUTCHours():e.getHours();case"Date":return n?e.getUTCDate():e.getDate();case"Day":return n?e.getUTCDay():e.getDay();case"Month":return n?e.getUTCMonth():e.getMonth();case"FullYear":return n?e.getUTCFullYear():e.getFullYear();default:return NaN}}function Pr(o,t,e){var n,i,l,r,a;if(!(!o.isValid()||isNaN(e))){switch(n=o._d,i=o._isUTC,t){case"Milliseconds":return void(i?n.setUTCMilliseconds(e):n.setMilliseconds(e));case"Seconds":return void(i?n.setUTCSeconds(e):n.setSeconds(e));case"Minutes":return void(i?n.setUTCMinutes(e):n.setMinutes(e));case"Hours":return void(i?n.setUTCHours(e):n.setHours(e));case"Date":return void(i?n.setUTCDate(e):n.setDate(e));case"FullYear":break;default:return}l=e,r=o.month(),a=o.date(),a=a===29&&r===1&&!Zo(l)?28:a,i?n.setUTCFullYear(l,r,a):n.setFullYear(l,r,a)}}function ru(o){return o=Oe(o),ke(this[o])?this[o]():this}function lu(o,t){if(typeof o=="object"){o=_i(o);var e=zd(o),n,i=e.length;for(n=0;n<i;n++)this[e[n].unit](o[e[n].unit])}else if(o=Oe(o),ke(this[o]))return this[o](t);return this}function au(o,t){return(o%t+t)%t}var le;Array.prototype.indexOf?le=Array.prototype.indexOf:le=function(o){var t;for(t=0;t<this.length;++t)if(this[t]===o)return t;return-1};function Bi(o,t){if(isNaN(o)||isNaN(t))return NaN;var e=au(t,12);return o+=(t-e)/12,e===1?Zo(o)?29:28:31-e%7%2}gt("M",["MM",2],"Mo",function(){return this.month()+1}),gt("MMM",0,0,function(o){return this.localeData().monthsShort(this,o)}),gt("MMMM",0,0,function(o){return this.localeData().months(this,o)}),dt("M",qt,Qn),dt("MM",qt,Le),dt("MMM",function(o,t){return t.monthsShortRegex(o)}),dt("MMMM",function(o,t){return t.monthsRegex(o)}),Bt(["M","MM"],function(o,t){t[je]=Vt(o)-1}),Bt(["MMM","MMMM"],function(o,t,e,n){var i=e._locale.monthsParse(o,n,e._strict);i!=null?t[je]=i:Ot(e).invalidMonth=o});var cu="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Er="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Mr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,du=eo,uu=eo;function Ru(o,t){return o?ye(this._months)?this._months[o.month()]:this._months[(this._months.isFormat||Mr).test(t)?"format":"standalone"][o.month()]:ye(this._months)?this._months:this._months.standalone}function hu(o,t){return o?ye(this._monthsShort)?this._monthsShort[o.month()]:this._monthsShort[Mr.test(t)?"format":"standalone"][o.month()]:ye(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function gu(o,t,e){var n,i,l,r=o.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)l=Ae([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(l,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(l,"").toLocaleLowerCase();return e?t==="MMM"?(i=le.call(this._shortMonthsParse,r),i!==-1?i:null):(i=le.call(this._longMonthsParse,r),i!==-1?i:null):t==="MMM"?(i=le.call(this._shortMonthsParse,r),i!==-1?i:(i=le.call(this._longMonthsParse,r),i!==-1?i:null)):(i=le.call(this._longMonthsParse,r),i!==-1?i:(i=le.call(this._shortMonthsParse,r),i!==-1?i:null))}function Tu(o,t,e){var n,i,l;if(this._monthsParseExact)return gu.call(this,o,t,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(i=Ae([2e3,n]),e&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),!e&&!this._monthsParse[n]&&(l="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[n]=new RegExp(l.replace(".",""),"i")),e&&t==="MMMM"&&this._longMonthsParse[n].test(o))return n;if(e&&t==="MMM"&&this._shortMonthsParse[n].test(o))return n;if(!e&&this._monthsParse[n].test(o))return n}}function Or(o,t){if(!o.isValid())return o;if(typeof t=="string"){if(/^\d+$/.test(t))t=Vt(t);else if(t=o.localeData().monthsParse(t),!$e(t))return o}var e=t,n=o.date();return n=n<29?n:Math.min(n,Bi(o.year(),e)),o._isUTC?o._d.setUTCMonth(e,n):o._d.setMonth(e,n),o}function Sr(o){return o!=null?(Or(this,o),st.updateOffset(this,!0),this):io(this,"Month")}function fu(){return Bi(this.year(),this.month())}function mu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||Xr.call(this),o?this._monthsShortStrictRegex:this._monthsShortRegex):(Kt(this,"_monthsShortRegex")||(this._monthsShortRegex=du),this._monthsShortStrictRegex&&o?this._monthsShortStrictRegex:this._monthsShortRegex)}function pu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||Xr.call(this),o?this._monthsStrictRegex:this._monthsRegex):(Kt(this,"_monthsRegex")||(this._monthsRegex=uu),this._monthsStrictRegex&&o?this._monthsStrictRegex:this._monthsRegex)}function Xr(){function o(c,d){return d.length-c.length}var t=[],e=[],n=[],i,l,r,a;for(i=0;i<12;i++)l=Ae([2e3,i]),r=ze(this.monthsShort(l,"")),a=ze(this.months(l,"")),t.push(r),e.push(a),n.push(a),n.push(r);t.sort(o),e.sort(o),n.sort(o),this._monthsRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Cu(o,t,e,n,i,l,r){var a;return o<100&&o>=0?(a=new Date(o+400,t,e,n,i,l,r),isFinite(a.getFullYear())&&a.setFullYear(o)):a=new Date(o,t,e,n,i,l,r),a}function so(o){var t,e;return o<100&&o>=0?(e=Array.prototype.slice.call(arguments),e[0]=o+400,t=new Date(Date.UTC.apply(null,e)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(o)):t=new Date(Date.UTC.apply(null,arguments)),t}function Qo(o,t,e){var n=7+t-e,i=(7+so(o,0,n).getUTCDay()-t)%7;return-i+n-1}function Nr(o,t,e,n,i){var l=(7+e-n)%7,r=Qo(o,n,i),a=1+7*(t-1)+l+r,c,d;return a<=0?(c=o-1,d=oo(c)+a):a>oo(o)?(c=o+1,d=a-oo(o)):(c=o,d=a),{year:c,dayOfYear:d}}function ro(o,t,e){var n=Qo(o.year(),t,e),i=Math.floor((o.dayOfYear()-n-1)/7)+1,l,r;return i<1?(r=o.year()-1,l=i+tn(r,t,e)):i>tn(o.year(),t,e)?(l=i-tn(o.year(),t,e),r=o.year()+1):(r=o.year(),l=i),{week:l,year:r}}function tn(o,t,e){var n=Qo(o,t,e),i=Qo(o+1,t,e);return(oo(o)-n+i)/7}gt("w",["ww",2],"wo","week"),gt("W",["WW",2],"Wo","isoWeek"),dt("w",qt,Qn),dt("ww",qt,Le),dt("W",qt,Qn),dt("WW",qt,Le),no(["w","ww","W","WW"],function(o,t,e,n){t[n.substr(0,1)]=Vt(o)});function Iu(o){return ro(o,this._week.dow,this._week.doy).week}var Lu={dow:0,doy:6};function Pu(){return this._week.dow}function Eu(){return this._week.doy}function Mu(o){var t=this.localeData().week(this);return o==null?t:this.add((o-t)*7,"d")}function Ou(o){var t=ro(this,1,4).week;return o==null?t:this.add((o-t)*7,"d")}gt("d",0,"do","day"),gt("dd",0,0,function(o){return this.localeData().weekdaysMin(this,o)}),gt("ddd",0,0,function(o){return this.localeData().weekdaysShort(this,o)}),gt("dddd",0,0,function(o){return this.localeData().weekdays(this,o)}),gt("e",0,0,"weekday"),gt("E",0,0,"isoWeekday"),dt("d",qt),dt("e",qt),dt("E",qt),dt("dd",function(o,t){return t.weekdaysMinRegex(o)}),dt("ddd",function(o,t){return t.weekdaysShortRegex(o)}),dt("dddd",function(o,t){return t.weekdaysRegex(o)}),no(["dd","ddd","dddd"],function(o,t,e,n){var i=e._locale.weekdaysParse(o,n,e._strict);i!=null?t.d=i:Ot(e).invalidWeekday=o}),no(["d","e","E"],function(o,t,e,n){t[n]=Vt(o)});function Su(o,t){return typeof o!="string"?o:isNaN(o)?(o=t.weekdaysParse(o),typeof o=="number"?o:null):parseInt(o,10)}function Xu(o,t){return typeof o=="string"?t.weekdaysParse(o)%7||7:isNaN(o)?null:o}function Ji(o,t){return o.slice(t,7).concat(o.slice(0,t))}var Nu="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Fr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Fu="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),yu=eo,bu=eo,Du=eo;function Vu(o,t){var e=ye(this._weekdays)?this._weekdays:this._weekdays[o&&o!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return o===!0?Ji(e,this._week.dow):o?e[o.day()]:e}function Wu(o){return o===!0?Ji(this._weekdaysShort,this._week.dow):o?this._weekdaysShort[o.day()]:this._weekdaysShort}function Yu(o){return o===!0?Ji(this._weekdaysMin,this._week.dow):o?this._weekdaysMin[o.day()]:this._weekdaysMin}function Uu(o,t,e){var n,i,l,r=o.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)l=Ae([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(l,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(l,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(l,"").toLocaleLowerCase();return e?t==="dddd"?(i=le.call(this._weekdaysParse,r),i!==-1?i:null):t==="ddd"?(i=le.call(this._shortWeekdaysParse,r),i!==-1?i:null):(i=le.call(this._minWeekdaysParse,r),i!==-1?i:null):t==="dddd"?(i=le.call(this._weekdaysParse,r),i!==-1||(i=le.call(this._shortWeekdaysParse,r),i!==-1)?i:(i=le.call(this._minWeekdaysParse,r),i!==-1?i:null)):t==="ddd"?(i=le.call(this._shortWeekdaysParse,r),i!==-1||(i=le.call(this._weekdaysParse,r),i!==-1)?i:(i=le.call(this._minWeekdaysParse,r),i!==-1?i:null)):(i=le.call(this._minWeekdaysParse,r),i!==-1||(i=le.call(this._weekdaysParse,r),i!==-1)?i:(i=le.call(this._shortWeekdaysParse,r),i!==-1?i:null))}function wu(o,t,e){var n,i,l;if(this._weekdaysParseExact)return Uu.call(this,o,t,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(i=Ae([2e3,1]).day(n),e&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(l="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[n]=new RegExp(l.replace(".",""),"i")),e&&t==="dddd"&&this._fullWeekdaysParse[n].test(o))return n;if(e&&t==="ddd"&&this._shortWeekdaysParse[n].test(o))return n;if(e&&t==="dd"&&this._minWeekdaysParse[n].test(o))return n;if(!e&&this._weekdaysParse[n].test(o))return n}}function Zu(o){if(!this.isValid())return o!=null?this:NaN;var t=io(this,"Day");return o!=null?(o=Su(o,this.localeData()),this.add(o-t,"d")):t}function Qu(o){if(!this.isValid())return o!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return o==null?t:this.add(o-t,"d")}function vu(o){if(!this.isValid())return o!=null?this:NaN;if(o!=null){var t=Xu(o,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function Ku(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||$i.call(this),o?this._weekdaysStrictRegex:this._weekdaysRegex):(Kt(this,"_weekdaysRegex")||(this._weekdaysRegex=yu),this._weekdaysStrictRegex&&o?this._weekdaysStrictRegex:this._weekdaysRegex)}function Hu(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||$i.call(this),o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Kt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=bu),this._weekdaysShortStrictRegex&&o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function _u(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||$i.call(this),o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Kt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Du),this._weekdaysMinStrictRegex&&o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function $i(){function o(u,R){return R.length-u.length}var t=[],e=[],n=[],i=[],l,r,a,c,d;for(l=0;l<7;l++)r=Ae([2e3,1]).day(l),a=ze(this.weekdaysMin(r,"")),c=ze(this.weekdaysShort(r,"")),d=ze(this.weekdays(r,"")),t.push(a),e.push(c),n.push(d),i.push(a),i.push(c),i.push(d);t.sort(o),e.sort(o),n.sort(o),i.sort(o),this._weekdaysRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function zi(){return this.hours()%12||12}function Au(){return this.hours()||24}gt("H",["HH",2],0,"hour"),gt("h",["hh",2],0,zi),gt("k",["kk",2],0,Au),gt("hmm",0,0,function(){return""+zi.apply(this)+Ge(this.minutes(),2)}),gt("hmmss",0,0,function(){return""+zi.apply(this)+Ge(this.minutes(),2)+Ge(this.seconds(),2)}),gt("Hmm",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)}),gt("Hmmss",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)+Ge(this.seconds(),2)});function yr(o,t){gt(o,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}yr("a",!0),yr("A",!1);function br(o,t){return t._meridiemParse}dt("a",br),dt("A",br),dt("H",qt,Gi),dt("h",qt,Qn),dt("k",qt,Qn),dt("HH",qt,Le),dt("hh",qt,Le),dt("kk",qt,Le),dt("hmm",Cr),dt("hmmss",Ir),dt("Hmm",Cr),dt("Hmmss",Ir),Bt(["H","HH"],ae),Bt(["k","kk"],function(o,t,e){var n=Vt(o);t[ae]=n===24?0:n}),Bt(["a","A"],function(o,t,e){e._isPm=e._locale.isPM(o),e._meridiem=o}),Bt(["h","hh"],function(o,t,e){t[ae]=Vt(o),Ot(e).bigHour=!0}),Bt("hmm",function(o,t,e){var n=o.length-2;t[ae]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n)),Ot(e).bigHour=!0}),Bt("hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ae]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n,2)),t[qe]=Vt(o.substr(i)),Ot(e).bigHour=!0}),Bt("Hmm",function(o,t,e){var n=o.length-2;t[ae]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n))}),Bt("Hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ae]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n,2)),t[qe]=Vt(o.substr(i))});function ku(o){return(o+"").toLowerCase().charAt(0)==="p"}var Gu=/[ap]\.?m?\.?/i,xu=vn("Hours",!0);function Bu(o,t,e){return o>11?e?"pm":"PM":e?"am":"AM"}var Dr={calendar:Ud,longDateFormat:vd,invalidDate:Hd,ordinal:Ad,dayOfMonthOrdinalParse:kd,relativeTime:xd,months:cu,monthsShort:Er,week:Lu,weekdays:Nu,weekdaysMin:Fu,weekdaysShort:Fr,meridiemParse:Gu},oe={},lo={},ao;function Ju(o,t){var e,n=Math.min(o.length,t.length);for(e=0;e<n;e+=1)if(o[e]!==t[e])return e;return n}function Vr(o){return o&&o.toLowerCase().replace("_","-")}function $u(o){for(var t=0,e,n,i,l;t<o.length;){for(l=Vr(o[t]).split("-"),e=l.length,n=Vr(o[t+1]),n=n?n.split("-"):null;e>0;){if(i=vo(l.slice(0,e).join("-")),i)return i;if(n&&n.length>=e&&Ju(l,n)>=e-1)break;e--}t++}return ao}function zu(o){return!!(o&&o.match("^[^/\\\\]*$"))}function vo(o){var t=null,e;if(oe[o]===void 0&&typeof module<"u"&&module&&module.exports&&zu(o))try{t=ao._abbr,e=require,e("./locale/"+o),Rn(t)}catch{oe[o]=null}return oe[o]}function Rn(o,t){var e;return o&&(me(t)?e=en(o):e=ji(o,t),e?ao=e:typeof console<"u"&&console.warn&&console.warn("Locale "+o+" not found. Did you forget to load it?")),ao._abbr}function ji(o,t){if(t!==null){var e,n=Dr;if(t.abbr=o,oe[o]!=null)gr("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=oe[o]._config;else if(t.parentLocale!=null)if(oe[t.parentLocale]!=null)n=oe[t.parentLocale]._config;else if(e=vo(t.parentLocale),e!=null)n=e._config;else return lo[t.parentLocale]||(lo[t.parentLocale]=[]),lo[t.parentLocale].push({name:o,config:t}),null;return oe[o]=new Qi(Zi(n,t)),lo[o]&&lo[o].forEach(function(i){ji(i.name,i.config)}),Rn(o),oe[o]}else return delete oe[o],null}function ju(o,t){if(t!=null){var e,n,i=Dr;oe[o]!=null&&oe[o].parentLocale!=null?oe[o].set(Zi(oe[o]._config,t)):(n=vo(o),n!=null&&(i=n._config),t=Zi(i,t),n==null&&(t.abbr=o),e=new Qi(t),e.parentLocale=oe[o],oe[o]=e),Rn(o)}else oe[o]!=null&&(oe[o].parentLocale!=null?(oe[o]=oe[o].parentLocale,o===Rn()&&Rn(o)):oe[o]!=null&&delete oe[o]);return oe[o]}function en(o){var t;if(o&&o._locale&&o._locale._abbr&&(o=o._locale._abbr),!o)return ao;if(!ye(o)){if(t=vo(o),t)return t;o=[o]}return $u(o)}function qu(){return vi(oe)}function qi(o){var t,e=o._a;return e&&Ot(o).overflow===-2&&(t=e[je]<0||e[je]>11?je:e[xe]<1||e[xe]>Bi(e[he],e[je])?xe:e[ae]<0||e[ae]>24||e[ae]===24&&(e[De]!==0||e[qe]!==0||e[Pn]!==0)?ae:e[De]<0||e[De]>59?De:e[qe]<0||e[qe]>59?qe:e[Pn]<0||e[Pn]>999?Pn:-1,Ot(o)._overflowDayOfYear&&(t<he||t>xe)&&(t=xe),Ot(o)._overflowWeeks&&t===-1&&(t=ou),Ot(o)._overflowWeekday&&t===-1&&(t=iu),Ot(o).overflow=t),o}var tR=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,eR=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,nR=/Z|[+-]\d\d(?::?\d\d)?/,Ko=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ts=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],oR=/^\/?Date\((-?\d+)/i,iR=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,sR={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Wr(o){var t,e,n=o._i,i=tR.exec(n)||eR.exec(n),l,r,a,c,d=Ko.length,u=ts.length;if(i){for(Ot(o).iso=!0,t=0,e=d;t<e;t++)if(Ko[t][1].exec(i[1])){r=Ko[t][0],l=Ko[t][2]!==!1;break}if(r==null){o._isValid=!1;return}if(i[3]){for(t=0,e=u;t<e;t++)if(ts[t][1].exec(i[3])){a=(i[2]||" ")+ts[t][0];break}if(a==null){o._isValid=!1;return}}if(!l&&a!=null){o._isValid=!1;return}if(i[4])if(nR.exec(i[4]))c="Z";else{o._isValid=!1;return}o._f=r+(a||"")+(c||""),ns(o)}else o._isValid=!1}function rR(o,t,e,n,i,l){var r=[lR(o),Er.indexOf(t),parseInt(e,10),parseInt(n,10),parseInt(i,10)];return l&&r.push(parseInt(l,10)),r}function lR(o){var t=parseInt(o,10);return t<=49?2e3+t:t<=999?1900+t:t}function aR(o){return o.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function cR(o,t,e){if(o){var n=Fr.indexOf(o),i=new Date(t[0],t[1],t[2]).getDay();if(n!==i)return Ot(e).weekdayMismatch=!0,e._isValid=!1,!1}return!0}function dR(o,t,e){if(o)return sR[o];if(t)return 0;var n=parseInt(e,10),i=n%100,l=(n-i)/100;return l*60+i}function Yr(o){var t=iR.exec(aR(o._i)),e;if(t){if(e=rR(t[4],t[3],t[2],t[5],t[6],t[7]),!cR(t[1],e,o))return;o._a=e,o._tzm=dR(t[8],t[9],t[10]),o._d=so.apply(null,o._a),o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),Ot(o).rfc2822=!0}else o._isValid=!1}function uR(o){var t=oR.exec(o._i);if(t!==null){o._d=new Date(+t[1]);return}if(Wr(o),o._isValid===!1)delete o._isValid;else return;if(Yr(o),o._isValid===!1)delete o._isValid;else return;o._strict?o._isValid=!1:st.createFromInputFallback(o)}st.createFromInputFallback=Me("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(o){o._d=new Date(o._i+(o._useUTC?" UTC":""))});function Kn(o,t,e){return o??t??e}function RR(o){var t=new Date(st.now());return o._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function es(o){var t,e,n=[],i,l,r;if(!o._d){for(i=RR(o),o._w&&o._a[xe]==null&&o._a[je]==null&&hR(o),o._dayOfYear!=null&&(r=Kn(o._a[he],i[he]),(o._dayOfYear>oo(r)||o._dayOfYear===0)&&(Ot(o)._overflowDayOfYear=!0),e=so(r,0,o._dayOfYear),o._a[je]=e.getUTCMonth(),o._a[xe]=e.getUTCDate()),t=0;t<3&&o._a[t]==null;++t)o._a[t]=n[t]=i[t];for(;t<7;t++)o._a[t]=n[t]=o._a[t]==null?t===2?1:0:o._a[t];o._a[ae]===24&&o._a[De]===0&&o._a[qe]===0&&o._a[Pn]===0&&(o._nextDay=!0,o._a[ae]=0),o._d=(o._useUTC?so:Cu).apply(null,n),l=o._useUTC?o._d.getUTCDay():o._d.getDay(),o._tzm!=null&&o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),o._nextDay&&(o._a[ae]=24),o._w&&typeof o._w.d<"u"&&o._w.d!==l&&(Ot(o).weekdayMismatch=!0)}}function hR(o){var t,e,n,i,l,r,a,c,d;t=o._w,t.GG!=null||t.W!=null||t.E!=null?(l=1,r=4,e=Kn(t.GG,o._a[he],ro(te(),1,4).year),n=Kn(t.W,1),i=Kn(t.E,1),(i<1||i>7)&&(c=!0)):(l=o._locale._week.dow,r=o._locale._week.doy,d=ro(te(),l,r),e=Kn(t.gg,o._a[he],d.year),n=Kn(t.w,d.week),t.d!=null?(i=t.d,(i<0||i>6)&&(c=!0)):t.e!=null?(i=t.e+l,(t.e<0||t.e>6)&&(c=!0)):i=l),n<1||n>tn(e,l,r)?Ot(o)._overflowWeeks=!0:c!=null?Ot(o)._overflowWeekday=!0:(a=Nr(e,n,i,l,r),o._a[he]=a.year,o._dayOfYear=a.dayOfYear)}st.ISO_8601=function(){},st.RFC_2822=function(){};function ns(o){if(o._f===st.ISO_8601){Wr(o);return}if(o._f===st.RFC_2822){Yr(o);return}o._a=[],Ot(o).empty=!0;var t=""+o._i,e,n,i,l,r,a=t.length,c=0,d,u;for(i=Tr(o._f,o._locale).match(Ki)||[],u=i.length,e=0;e<u;e++)l=i[e],n=(t.match(tu(l,o))||[])[0],n&&(r=t.substr(0,t.indexOf(n)),r.length>0&&Ot(o).unusedInput.push(r),t=t.slice(t.indexOf(n)+n.length),c+=n.length),wn[l]?(n?Ot(o).empty=!1:Ot(o).unusedTokens.push(l),nu(l,n,o)):o._strict&&!n&&Ot(o).unusedTokens.push(l);Ot(o).charsLeftOver=a-c,t.length>0&&Ot(o).unusedInput.push(t),o._a[ae]<=12&&Ot(o).bigHour===!0&&o._a[ae]>0&&(Ot(o).bigHour=void 0),Ot(o).parsedDateParts=o._a.slice(0),Ot(o).meridiem=o._meridiem,o._a[ae]=gR(o._locale,o._a[ae],o._meridiem),d=Ot(o).era,d!==null&&(o._a[he]=o._locale.erasConvertYear(d,o._a[he])),es(o),qi(o)}function gR(o,t,e){var n;return e==null?t:o.meridiemHour!=null?o.meridiemHour(t,e):(o.isPM!=null&&(n=o.isPM(e),n&&t<12&&(t+=12),!n&&t===12&&(t=0)),t)}function TR(o){var t,e,n,i,l,r,a=!1,c=o._f.length;if(c===0){Ot(o).invalidFormat=!0,o._d=new Date(NaN);return}for(i=0;i<c;i++)l=0,r=!1,t=wi({},o),o._useUTC!=null&&(t._useUTC=o._useUTC),t._f=o._f[i],ns(t),Yi(t)&&(r=!0),l+=Ot(t).charsLeftOver,l+=Ot(t).unusedTokens.length*10,Ot(t).score=l,a?l<n&&(n=l,e=t):(n==null||l<n||r)&&(n=l,e=t,r&&(a=!0));un(o,e||t)}function fR(o){if(!o._d){var t=_i(o._i),e=t.day===void 0?t.date:t.day;o._a=dr([t.year,t.month,e,t.hour,t.minute,t.second,t.millisecond],function(n){return n&&parseInt(n,10)}),es(o)}}function mR(o){var t=new to(qi(Ur(o)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Ur(o){var t=o._i,e=o._f;return o._locale=o._locale||en(o._l),t===null||e===void 0&&t===""?Fo({nullInput:!0}):(typeof t=="string"&&(o._i=t=o._locale.preparse(t)),be(t)?new to(qi(t)):(qn(t)?o._d=t:ye(e)?TR(o):e?ns(o):pR(o),Yi(o)||(o._d=null),o))}function pR(o){var t=o._i;me(t)?o._d=new Date(st.now()):qn(t)?o._d=new Date(t.valueOf()):typeof t=="string"?uR(o):ye(t)?(o._a=dr(t.slice(0),function(e){return parseInt(e,10)}),es(o)):Ln(t)?fR(o):$e(t)?o._d=new Date(t):st.createFromInputFallback(o)}function wr(o,t,e,n,i){var l={};return(t===!0||t===!1)&&(n=t,t=void 0),(e===!0||e===!1)&&(n=e,e=void 0),(Ln(o)&&Vi(o)||ye(o)&&o.length===0)&&(o=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=i,l._l=e,l._i=o,l._f=t,l._strict=n,mR(l)}function te(o,t,e,n){return wr(o,t,e,n,!1)}var CR=Me("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=te.apply(null,arguments);return this.isValid()&&o.isValid()?o<this?this:o:Fo()}),IR=Me("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=te.apply(null,arguments);return this.isValid()&&o.isValid()?o>this?this:o:Fo()});function Zr(o,t){var e,n;if(t.length===1&&ye(t[0])&&(t=t[0]),!t.length)return te();for(e=t[0],n=1;n<t.length;++n)(!t[n].isValid()||t[n][o](e))&&(e=t[n]);return e}function LR(){var o=[].slice.call(arguments,0);return Zr("isBefore",o)}function PR(){var o=[].slice.call(arguments,0);return Zr("isAfter",o)}var ER=function(){return Date.now?Date.now():+new Date},co=["year","quarter","month","week","day","hour","minute","second","millisecond"];function MR(o){var t,e=!1,n,i=co.length;for(t in o)if(Kt(o,t)&&!(le.call(co,t)!==-1&&(o[t]==null||!isNaN(o[t]))))return!1;for(n=0;n<i;++n)if(o[co[n]]){if(e)return!1;parseFloat(o[co[n]])!==Vt(o[co[n]])&&(e=!0)}return!0}function OR(){return this._isValid}function SR(){return Ve(NaN)}function Ho(o){var t=_i(o),e=t.year||0,n=t.quarter||0,i=t.month||0,l=t.week||t.isoWeek||0,r=t.day||0,a=t.hour||0,c=t.minute||0,d=t.second||0,u=t.millisecond||0;this._isValid=MR(t),this._milliseconds=+u+d*1e3+c*6e4+a*1e3*60*60,this._days=+r+l*7,this._months=+i+n*3+e*12,this._data={},this._locale=en(),this._bubble()}function _o(o){return o instanceof Ho}function os(o){return o<0?Math.round(-1*o)*-1:Math.round(o)}function XR(o,t,e){var n=Math.min(o.length,t.length),i=Math.abs(o.length-t.length),l=0,r;for(r=0;r<n;r++)Vt(o[r])!==Vt(t[r])&&l++;return l+i}function Qr(o,t){gt(o,0,0,function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+Ge(~~(e/60),2)+t+Ge(~~e%60,2)})}Qr("Z",":"),Qr("ZZ",""),dt("Z",Uo),dt("ZZ",Uo),Bt(["Z","ZZ"],function(o,t,e){e._useUTC=!0,e._tzm=is(Uo,o)});var NR=/([\+\-]|\d\d)/gi;function is(o,t){var e=(t||"").match(o),n,i,l;return e===null?null:(n=e[e.length-1]||[],i=(n+"").match(NR)||["-",0,0],l=+(i[1]*60)+Vt(i[2]),l===0?0:i[0]==="+"?l:-l)}function ss(o,t){var e,n;return t._isUTC?(e=t.clone(),n=(be(o)||qn(o)?o.valueOf():te(o).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+n),st.updateOffset(e,!1),e):te(o).local()}function rs(o){return-Math.round(o._d.getTimezoneOffset())}st.updateOffset=function(){};function FR(o,t,e){var n=this._offset||0,i;if(!this.isValid())return o!=null?this:NaN;if(o!=null){if(typeof o=="string"){if(o=is(Uo,o),o===null)return this}else Math.abs(o)<16&&!e&&(o=o*60);return!this._isUTC&&t&&(i=rs(this)),this._offset=o,this._isUTC=!0,i!=null&&this.add(i,"m"),n!==o&&(!t||this._changeInProgress?_r(this,Ve(o-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,st.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:rs(this)}function yR(o,t){return o!=null?(typeof o!="string"&&(o=-o),this.utcOffset(o,t),this):-this.utcOffset()}function bR(o){return this.utcOffset(0,o)}function DR(o){return this._isUTC&&(this.utcOffset(0,o),this._isUTC=!1,o&&this.subtract(rs(this),"m")),this}function VR(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var o=is(jd,this._i);o!=null?this.utcOffset(o):this.utcOffset(0,!0)}return this}function WR(o){return this.isValid()?(o=o?te(o).utcOffset():0,(this.utcOffset()-o)%60===0):!1}function YR(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function UR(){if(!me(this._isDSTShifted))return this._isDSTShifted;var o={},t;return wi(o,this),o=Ur(o),o._a?(t=o._isUTC?Ae(o._a):te(o._a),this._isDSTShifted=this.isValid()&&XR(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function wR(){return this.isValid()?!this._isUTC:!1}function ZR(){return this.isValid()?this._isUTC:!1}function vr(){return this.isValid()?this._isUTC&&this._offset===0:!1}var QR=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,vR=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ve(o,t){var e=o,n=null,i,l,r;return _o(o)?e={ms:o._milliseconds,d:o._days,M:o._months}:$e(o)||!isNaN(+o)?(e={},t?e[t]=+o:e.milliseconds=+o):(n=QR.exec(o))?(i=n[1]==="-"?-1:1,e={y:0,d:Vt(n[xe])*i,h:Vt(n[ae])*i,m:Vt(n[De])*i,s:Vt(n[qe])*i,ms:Vt(os(n[Pn]*1e3))*i}):(n=vR.exec(o))?(i=n[1]==="-"?-1:1,e={y:En(n[2],i),M:En(n[3],i),w:En(n[4],i),d:En(n[5],i),h:En(n[6],i),m:En(n[7],i),s:En(n[8],i)}):e==null?e={}:typeof e=="object"&&("from"in e||"to"in e)&&(r=KR(te(e.from),te(e.to)),e={},e.ms=r.milliseconds,e.M=r.months),l=new Ho(e),_o(o)&&Kt(o,"_locale")&&(l._locale=o._locale),_o(o)&&Kt(o,"_isValid")&&(l._isValid=o._isValid),l}Ve.fn=Ho.prototype,Ve.invalid=SR;function En(o,t){var e=o&&parseFloat(o.replace(",","."));return(isNaN(e)?0:e)*t}function Kr(o,t){var e={};return e.months=t.month()-o.month()+(t.year()-o.year())*12,o.clone().add(e.months,"M").isAfter(t)&&--e.months,e.milliseconds=+t-+o.clone().add(e.months,"M"),e}function KR(o,t){var e;return o.isValid()&&t.isValid()?(t=ss(t,o),o.isBefore(t)?e=Kr(o,t):(e=Kr(t,o),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function Hr(o,t){return function(e,n){var i,l;return n!==null&&!isNaN(+n)&&(gr(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),l=e,e=n,n=l),i=Ve(e,n),_r(this,i,o),this}}function _r(o,t,e,n){var i=t._milliseconds,l=os(t._days),r=os(t._months);o.isValid()&&(n=n??!0,r&&Or(o,io(o,"Month")+r*e),l&&Pr(o,"Date",io(o,"Date")+l*e),i&&o._d.setTime(o._d.valueOf()+i*e),n&&st.updateOffset(o,l||r))}var HR=Hr(1,"add"),_R=Hr(-1,"subtract");function Ar(o){return typeof o=="string"||o instanceof String}function AR(o){return be(o)||qn(o)||Ar(o)||$e(o)||GR(o)||kR(o)||o===null||o===void 0}function kR(o){var t=Ln(o)&&!Vi(o),e=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],i,l,r=n.length;for(i=0;i<r;i+=1)l=n[i],e=e||Kt(o,l);return t&&e}function GR(o){var t=ye(o),e=!1;return t&&(e=o.filter(function(n){return!$e(n)&&Ar(o)}).length===0),t&&e}function xR(o){var t=Ln(o)&&!Vi(o),e=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],i,l;for(i=0;i<n.length;i+=1)l=n[i],e=e||Kt(o,l);return t&&e}function BR(o,t){var e=o.diff(t,"days",!0);return e<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse"}function JR(o,t){arguments.length===1&&(arguments[0]?AR(arguments[0])?(o=arguments[0],t=void 0):xR(arguments[0])&&(t=arguments[0],o=void 0):(o=void 0,t=void 0));var e=o||te(),n=ss(e,this).startOf("day"),i=st.calendarFormat(this,n)||"sameElse",l=t&&(ke(t[i])?t[i].call(this,e):t[i]);return this.format(l||this.localeData().calendar(i,this,te(e)))}function $R(){return new to(this)}function zR(o,t){var e=be(o)?o:te(o);return this.isValid()&&e.isValid()?(t=Oe(t)||"millisecond",t==="millisecond"?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(t).valueOf()):!1}function jR(o,t){var e=be(o)?o:te(o);return this.isValid()&&e.isValid()?(t=Oe(t)||"millisecond",t==="millisecond"?this.valueOf()<e.valueOf():this.clone().endOf(t).valueOf()<e.valueOf()):!1}function qR(o,t,e,n){var i=be(o)?o:te(o),l=be(t)?t:te(t);return this.isValid()&&i.isValid()&&l.isValid()?(n=n||"()",(n[0]==="("?this.isAfter(i,e):!this.isBefore(i,e))&&(n[1]===")"?this.isBefore(l,e):!this.isAfter(l,e))):!1}function th(o,t){var e=be(o)?o:te(o),n;return this.isValid()&&e.isValid()?(t=Oe(t)||"millisecond",t==="millisecond"?this.valueOf()===e.valueOf():(n=e.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf())):!1}function eh(o,t){return this.isSame(o,t)||this.isAfter(o,t)}function nh(o,t){return this.isSame(o,t)||this.isBefore(o,t)}function oh(o,t,e){var n,i,l;if(!this.isValid())return NaN;if(n=ss(o,this),!n.isValid())return NaN;switch(i=(n.utcOffset()-this.utcOffset())*6e4,t=Oe(t),t){case"year":l=Ao(this,n)/12;break;case"month":l=Ao(this,n);break;case"quarter":l=Ao(this,n)/3;break;case"second":l=(this-n)/1e3;break;case"minute":l=(this-n)/6e4;break;case"hour":l=(this-n)/36e5;break;case"day":l=(this-n-i)/864e5;break;case"week":l=(this-n-i)/6048e5;break;default:l=this-n}return e?l:Se(l)}function Ao(o,t){if(o.date()<t.date())return-Ao(t,o);var e=(t.year()-o.year())*12+(t.month()-o.month()),n=o.clone().add(e,"months"),i,l;return t-n<0?(i=o.clone().add(e-1,"months"),l=(t-n)/(n-i)):(i=o.clone().add(e+1,"months"),l=(t-n)/(i-n)),-(e+l)||0}st.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",st.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function ih(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function sh(o){if(!this.isValid())return null;var t=o!==!0,e=t?this.clone().utc():this;return e.year()<0||e.year()>9999?bo(e,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ke(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",bo(e,"Z")):bo(e,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function rh(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var o="moment",t="",e,n,i,l;return this.isLocal()||(o=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),e="["+o+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i="-MM-DD[T]HH:mm:ss.SSS",l=t+'[")]',this.format(e+n+i+l)}function lh(o){o||(o=this.isUtc()?st.defaultFormatUtc:st.defaultFormat);var t=bo(this,o);return this.localeData().postformat(t)}function ah(o,t){return this.isValid()&&(be(o)&&o.isValid()||te(o).isValid())?Ve({to:this,from:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ch(o){return this.from(te(),o)}function dh(o,t){return this.isValid()&&(be(o)&&o.isValid()||te(o).isValid())?Ve({from:this,to:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function uh(o){return this.to(te(),o)}function kr(o){var t;return o===void 0?this._locale._abbr:(t=en(o),t!=null&&(this._locale=t),this)}var Gr=Me("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(o){return o===void 0?this.localeData():this.locale(o)});function xr(){return this._locale}var ko=1e3,Hn=60*ko,Go=60*Hn,Br=(365*400+97)*24*Go;function _n(o,t){return(o%t+t)%t}function Jr(o,t,e){return o<100&&o>=0?new Date(o+400,t,e)-Br:new Date(o,t,e).valueOf()}function $r(o,t,e){return o<100&&o>=0?Date.UTC(o+400,t,e)-Br:Date.UTC(o,t,e)}function Rh(o){var t,e;if(o=Oe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?$r:Jr,o){case"year":t=e(this.year(),0,1);break;case"quarter":t=e(this.year(),this.month()-this.month()%3,1);break;case"month":t=e(this.year(),this.month(),1);break;case"week":t=e(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=e(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=_n(t+(this._isUTC?0:this.utcOffset()*Hn),Go);break;case"minute":t=this._d.valueOf(),t-=_n(t,Hn);break;case"second":t=this._d.valueOf(),t-=_n(t,ko);break}return this._d.setTime(t),st.updateOffset(this,!0),this}function hh(o){var t,e;if(o=Oe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?$r:Jr,o){case"year":t=e(this.year()+1,0,1)-1;break;case"quarter":t=e(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=e(this.year(),this.month()+1,1)-1;break;case"week":t=e(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=e(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Go-_n(t+(this._isUTC?0:this.utcOffset()*Hn),Go)-1;break;case"minute":t=this._d.valueOf(),t+=Hn-_n(t,Hn)-1;break;case"second":t=this._d.valueOf(),t+=ko-_n(t,ko)-1;break}return this._d.setTime(t),st.updateOffset(this,!0),this}function gh(){return this._d.valueOf()-(this._offset||0)*6e4}function Th(){return Math.floor(this.valueOf()/1e3)}function fh(){return new Date(this.valueOf())}function mh(){var o=this;return[o.year(),o.month(),o.date(),o.hour(),o.minute(),o.second(),o.millisecond()]}function ph(){var o=this;return{years:o.year(),months:o.month(),date:o.date(),hours:o.hours(),minutes:o.minutes(),seconds:o.seconds(),milliseconds:o.milliseconds()}}function Ch(){return this.isValid()?this.toISOString():null}function Ih(){return Yi(this)}function Lh(){return un({},Ot(this))}function Ph(){return Ot(this).overflow}function Eh(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}gt("N",0,0,"eraAbbr"),gt("NN",0,0,"eraAbbr"),gt("NNN",0,0,"eraAbbr"),gt("NNNN",0,0,"eraName"),gt("NNNNN",0,0,"eraNarrow"),gt("y",["y",1],"yo","eraYear"),gt("y",["yy",2],0,"eraYear"),gt("y",["yyy",3],0,"eraYear"),gt("y",["yyyy",4],0,"eraYear"),dt("N",ls),dt("NN",ls),dt("NNN",ls),dt("NNNN",Wh),dt("NNNNN",Yh),Bt(["N","NN","NNN","NNNN","NNNNN"],function(o,t,e,n){var i=e._locale.erasParse(o,n,e._strict);i?Ot(e).era=i:Ot(e).invalidEra=o}),dt("y",Zn),dt("yy",Zn),dt("yyy",Zn),dt("yyyy",Zn),dt("yo",Uh),Bt(["y","yy","yyy","yyyy"],he),Bt(["yo"],function(o,t,e,n){var i;e._locale._eraYearOrdinalRegex&&(i=o.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?t[he]=e._locale.eraYearOrdinalParse(o,i):t[he]=parseInt(o,10)});function Mh(o,t){var e,n,i,l=this._eras||en("en")._eras;for(e=0,n=l.length;e<n;++e)switch(typeof l[e].since==="string"&&(i=st(l[e].since).startOf("day"),l[e].since=i.valueOf()),typeof l[e].until){case"undefined":l[e].until=1/0;break;case"string":i=st(l[e].until).startOf("day").valueOf(),l[e].until=i.valueOf();break}return l}function Oh(o,t,e){var n,i,l=this.eras(),r,a,c;for(o=o.toUpperCase(),n=0,i=l.length;n<i;++n)if(r=l[n].name.toUpperCase(),a=l[n].abbr.toUpperCase(),c=l[n].narrow.toUpperCase(),e)switch(t){case"N":case"NN":case"NNN":if(a===o)return l[n];break;case"NNNN":if(r===o)return l[n];break;case"NNNNN":if(c===o)return l[n];break}else if([r,a,c].indexOf(o)>=0)return l[n]}function Sh(o,t){var e=o.since<=o.until?1:-1;return t===void 0?st(o.since).year():st(o.since).year()+(t-o.offset)*e}function Xh(){var o,t,e,n=this.localeData().eras();for(o=0,t=n.length;o<t;++o)if(e=this.clone().startOf("day").valueOf(),n[o].since<=e&&e<=n[o].until||n[o].until<=e&&e<=n[o].since)return n[o].name;return""}function Nh(){var o,t,e,n=this.localeData().eras();for(o=0,t=n.length;o<t;++o)if(e=this.clone().startOf("day").valueOf(),n[o].since<=e&&e<=n[o].until||n[o].until<=e&&e<=n[o].since)return n[o].narrow;return""}function Fh(){var o,t,e,n=this.localeData().eras();for(o=0,t=n.length;o<t;++o)if(e=this.clone().startOf("day").valueOf(),n[o].since<=e&&e<=n[o].until||n[o].until<=e&&e<=n[o].since)return n[o].abbr;return""}function yh(){var o,t,e,n,i=this.localeData().eras();for(o=0,t=i.length;o<t;++o)if(e=i[o].since<=i[o].until?1:-1,n=this.clone().startOf("day").valueOf(),i[o].since<=n&&n<=i[o].until||i[o].until<=n&&n<=i[o].since)return(this.year()-st(i[o].since).year())*e+i[o].offset;return this.year()}function bh(o){return Kt(this,"_erasNameRegex")||as.call(this),o?this._erasNameRegex:this._erasRegex}function Dh(o){return Kt(this,"_erasAbbrRegex")||as.call(this),o?this._erasAbbrRegex:this._erasRegex}function Vh(o){return Kt(this,"_erasNarrowRegex")||as.call(this),o?this._erasNarrowRegex:this._erasRegex}function ls(o,t){return t.erasAbbrRegex(o)}function Wh(o,t){return t.erasNameRegex(o)}function Yh(o,t){return t.erasNarrowRegex(o)}function Uh(o,t){return t._eraYearOrdinalRegex||Zn}function as(){var o=[],t=[],e=[],n=[],i,l,r,a,c,d=this.eras();for(i=0,l=d.length;i<l;++i)r=ze(d[i].name),a=ze(d[i].abbr),c=ze(d[i].narrow),t.push(r),o.push(a),e.push(c),n.push(r),n.push(a),n.push(c);this._erasRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+e.join("|")+")","i")}gt(0,["gg",2],0,function(){return this.weekYear()%100}),gt(0,["GG",2],0,function(){return this.isoWeekYear()%100});function xo(o,t){gt(0,[o,o.length],0,t)}xo("gggg","weekYear"),xo("ggggg","weekYear"),xo("GGGG","isoWeekYear"),xo("GGGGG","isoWeekYear"),dt("G",Yo),dt("g",Yo),dt("GG",qt,Le),dt("gg",qt,Le),dt("GGGG",ki,Ai),dt("gggg",ki,Ai),dt("GGGGG",Wo,Do),dt("ggggg",Wo,Do),no(["gggg","ggggg","GGGG","GGGGG"],function(o,t,e,n){t[n.substr(0,2)]=Vt(o)}),no(["gg","GG"],function(o,t,e,n){t[n]=st.parseTwoDigitYear(o)});function wh(o){return zr.call(this,o,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function Zh(o){return zr.call(this,o,this.isoWeek(),this.isoWeekday(),1,4)}function Qh(){return tn(this.year(),1,4)}function vh(){return tn(this.isoWeekYear(),1,4)}function Kh(){var o=this.localeData()._week;return tn(this.year(),o.dow,o.doy)}function Hh(){var o=this.localeData()._week;return tn(this.weekYear(),o.dow,o.doy)}function zr(o,t,e,n,i){var l;return o==null?ro(this,n,i).year:(l=tn(o,n,i),t>l&&(t=l),_h.call(this,o,t,e,n,i))}function _h(o,t,e,n,i){var l=Nr(o,t,e,n,i),r=so(l.year,0,l.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}gt("Q",0,"Qo","quarter"),dt("Q",mr),Bt("Q",function(o,t){t[je]=(Vt(o)-1)*3});function Ah(o){return o==null?Math.ceil((this.month()+1)/3):this.month((o-1)*3+this.month()%3)}gt("D",["DD",2],"Do","date"),dt("D",qt,Qn),dt("DD",qt,Le),dt("Do",function(o,t){return o?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),Bt(["D","DD"],xe),Bt("Do",function(o,t){t[xe]=Vt(o.match(qt)[0])});var jr=vn("Date",!0);gt("DDD",["DDDD",3],"DDDo","dayOfYear"),dt("DDD",Vo),dt("DDDD",pr),Bt(["DDD","DDDD"],function(o,t,e){e._dayOfYear=Vt(o)});function kh(o){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return o==null?t:this.add(o-t,"d")}gt("m",["mm",2],0,"minute"),dt("m",qt,Gi),dt("mm",qt,Le),Bt(["m","mm"],De);var Gh=vn("Minutes",!1);gt("s",["ss",2],0,"second"),dt("s",qt,Gi),dt("ss",qt,Le),Bt(["s","ss"],qe);var xh=vn("Seconds",!1);gt("S",0,0,function(){return~~(this.millisecond()/100)}),gt(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),gt(0,["SSS",3],0,"millisecond"),gt(0,["SSSS",4],0,function(){return this.millisecond()*10}),gt(0,["SSSSS",5],0,function(){return this.millisecond()*100}),gt(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),gt(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),gt(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),gt(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),dt("S",Vo,mr),dt("SS",Vo,Le),dt("SSS",Vo,pr);var hn,qr;for(hn="SSSS";hn.length<=9;hn+="S")dt(hn,Zn);function Bh(o,t){t[Pn]=Vt(("0."+o)*1e3)}for(hn="S";hn.length<=9;hn+="S")Bt(hn,Bh);qr=vn("Milliseconds",!1),gt("z",0,0,"zoneAbbr"),gt("zz",0,0,"zoneName");function Jh(){return this._isUTC?"UTC":""}function $h(){return this._isUTC?"Coordinated Universal Time":""}var z=to.prototype;z.add=HR,z.calendar=JR,z.clone=$R,z.diff=oh,z.endOf=hh,z.format=lh,z.from=ah,z.fromNow=ch,z.to=dh,z.toNow=uh,z.get=ru,z.invalidAt=Ph,z.isAfter=zR,z.isBefore=jR,z.isBetween=qR,z.isSame=th,z.isSameOrAfter=eh,z.isSameOrBefore=nh,z.isValid=Ih,z.lang=Gr,z.locale=kr,z.localeData=xr,z.max=IR,z.min=CR,z.parsingFlags=Lh,z.set=lu,z.startOf=Rh,z.subtract=_R,z.toArray=mh,z.toObject=ph,z.toDate=fh,z.toISOString=sh,z.inspect=rh,typeof Symbol<"u"&&Symbol.for!=null&&(z[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),z.toJSON=Ch,z.toString=ih,z.unix=Th,z.valueOf=gh,z.creationData=Eh,z.eraName=Xh,z.eraNarrow=Nh,z.eraAbbr=Fh,z.eraYear=yh,z.year=Lr,z.isLeapYear=su,z.weekYear=wh,z.isoWeekYear=Zh,z.quarter=z.quarters=Ah,z.month=Sr,z.daysInMonth=fu,z.week=z.weeks=Mu,z.isoWeek=z.isoWeeks=Ou,z.weeksInYear=Kh,z.weeksInWeekYear=Hh,z.isoWeeksInYear=Qh,z.isoWeeksInISOWeekYear=vh,z.date=jr,z.day=z.days=Zu,z.weekday=Qu,z.isoWeekday=vu,z.dayOfYear=kh,z.hour=z.hours=xu,z.minute=z.minutes=Gh,z.second=z.seconds=xh,z.millisecond=z.milliseconds=qr,z.utcOffset=FR,z.utc=bR,z.local=DR,z.parseZone=VR,z.hasAlignedHourOffset=WR,z.isDST=YR,z.isLocal=wR,z.isUtcOffset=ZR,z.isUtc=vr,z.isUTC=vr,z.zoneAbbr=Jh,z.zoneName=$h,z.dates=Me("dates accessor is deprecated. Use date instead.",jr),z.months=Me("months accessor is deprecated. Use month instead",Sr),z.years=Me("years accessor is deprecated. Use year instead",Lr),z.zone=Me("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yR),z.isDSTShifted=Me("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",UR);function zh(o){return te(o*1e3)}function jh(){return te.apply(null,arguments).parseZone()}function tl(o){return o}var Ht=Qi.prototype;Ht.calendar=wd,Ht.longDateFormat=Kd,Ht.invalidDate=_d,Ht.ordinal=Gd,Ht.preparse=tl,Ht.postformat=tl,Ht.relativeTime=Bd,Ht.pastFuture=Jd,Ht.set=Yd,Ht.eras=Mh,Ht.erasParse=Oh,Ht.erasConvertYear=Sh,Ht.erasAbbrRegex=Dh,Ht.erasNameRegex=bh,Ht.erasNarrowRegex=Vh,Ht.months=Ru,Ht.monthsShort=hu,Ht.monthsParse=Tu,Ht.monthsRegex=pu,Ht.monthsShortRegex=mu,Ht.week=Iu,Ht.firstDayOfYear=Eu,Ht.firstDayOfWeek=Pu,Ht.weekdays=Vu,Ht.weekdaysMin=Yu,Ht.weekdaysShort=Wu,Ht.weekdaysParse=wu,Ht.weekdaysRegex=Ku,Ht.weekdaysShortRegex=Hu,Ht.weekdaysMinRegex=_u,Ht.isPM=ku,Ht.meridiem=Bu;function Bo(o,t,e,n){var i=en(),l=Ae().set(n,t);return i[e](l,o)}function el(o,t,e){if($e(o)&&(t=o,o=void 0),o=o||"",t!=null)return Bo(o,t,e,"month");var n,i=[];for(n=0;n<12;n++)i[n]=Bo(o,n,e,"month");return i}function cs(o,t,e,n){typeof o=="boolean"?($e(t)&&(e=t,t=void 0),t=t||""):(t=o,e=t,o=!1,$e(t)&&(e=t,t=void 0),t=t||"");var i=en(),l=o?i._week.dow:0,r,a=[];if(e!=null)return Bo(t,(e+l)%7,n,"day");for(r=0;r<7;r++)a[r]=Bo(t,(r+l)%7,n,"day");return a}function qh(o,t){return el(o,t,"months")}function tg(o,t){return el(o,t,"monthsShort")}function eg(o,t,e){return cs(o,t,e,"weekdays")}function ng(o,t,e){return cs(o,t,e,"weekdaysShort")}function og(o,t,e){return cs(o,t,e,"weekdaysMin")}Rn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(o){var t=o%10,e=Vt(o%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return o+e}}),st.lang=Me("moment.lang is deprecated. Use moment.locale instead.",Rn),st.langData=Me("moment.langData is deprecated. Use moment.localeData instead.",en);var nn=Math.abs;function ig(){var o=this._data;return this._milliseconds=nn(this._milliseconds),this._days=nn(this._days),this._months=nn(this._months),o.milliseconds=nn(o.milliseconds),o.seconds=nn(o.seconds),o.minutes=nn(o.minutes),o.hours=nn(o.hours),o.months=nn(o.months),o.years=nn(o.years),this}function nl(o,t,e,n){var i=Ve(t,e);return o._milliseconds+=n*i._milliseconds,o._days+=n*i._days,o._months+=n*i._months,o._bubble()}function sg(o,t){return nl(this,o,t,1)}function rg(o,t){return nl(this,o,t,-1)}function ol(o){return o<0?Math.floor(o):Math.ceil(o)}function lg(){var o=this._milliseconds,t=this._days,e=this._months,n=this._data,i,l,r,a,c;return o>=0&&t>=0&&e>=0||o<=0&&t<=0&&e<=0||(o+=ol(ds(e)+t)*864e5,t=0,e=0),n.milliseconds=o%1e3,i=Se(o/1e3),n.seconds=i%60,l=Se(i/60),n.minutes=l%60,r=Se(l/60),n.hours=r%24,t+=Se(r/24),c=Se(il(t)),e+=c,t-=ol(ds(c)),a=Se(e/12),e%=12,n.days=t,n.months=e,n.years=a,this}function il(o){return o*4800/146097}function ds(o){return o*146097/4800}function ag(o){if(!this.isValid())return NaN;var t,e,n=this._milliseconds;if(o=Oe(o),o==="month"||o==="quarter"||o==="year")switch(t=this._days+n/864e5,e=this._months+il(t),o){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(t=this._days+Math.round(ds(this._months)),o){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return t*24+n/36e5;case"minute":return t*1440+n/6e4;case"second":return t*86400+n/1e3;case"millisecond":return Math.floor(t*864e5)+n;default:throw new Error("Unknown unit "+o)}}function on(o){return function(){return this.as(o)}}var sl=on("ms"),cg=on("s"),dg=on("m"),ug=on("h"),Rg=on("d"),hg=on("w"),gg=on("M"),Tg=on("Q"),fg=on("y"),mg=sl;function pg(){return Ve(this)}function Cg(o){return o=Oe(o),this.isValid()?this[o+"s"]():NaN}function Mn(o){return function(){return this.isValid()?this._data[o]:NaN}}var Ig=Mn("milliseconds"),Lg=Mn("seconds"),Pg=Mn("minutes"),Eg=Mn("hours"),Mg=Mn("days"),Og=Mn("months"),Sg=Mn("years");function Xg(){return Se(this.days()/7)}var sn=Math.round,An={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Ng(o,t,e,n,i){return i.relativeTime(t||1,!!e,o,n)}function Fg(o,t,e,n){var i=Ve(o).abs(),l=sn(i.as("s")),r=sn(i.as("m")),a=sn(i.as("h")),c=sn(i.as("d")),d=sn(i.as("M")),u=sn(i.as("w")),R=sn(i.as("y")),h=l<=e.ss&&["s",l]||l<e.s&&["ss",l]||r<=1&&["m"]||r<e.m&&["mm",r]||a<=1&&["h"]||a<e.h&&["hh",a]||c<=1&&["d"]||c<e.d&&["dd",c];return e.w!=null&&(h=h||u<=1&&["w"]||u<e.w&&["ww",u]),h=h||d<=1&&["M"]||d<e.M&&["MM",d]||R<=1&&["y"]||["yy",R],h[2]=t,h[3]=+o>0,h[4]=n,Ng.apply(null,h)}function yg(o){return o===void 0?sn:typeof o=="function"?(sn=o,!0):!1}function bg(o,t){return An[o]===void 0?!1:t===void 0?An[o]:(An[o]=t,o==="s"&&(An.ss=t-1),!0)}function Dg(o,t){if(!this.isValid())return this.localeData().invalidDate();var e=!1,n=An,i,l;return typeof o=="object"&&(t=o,o=!1),typeof o=="boolean"&&(e=o),typeof t=="object"&&(n=Object.assign({},An,t),t.s!=null&&t.ss==null&&(n.ss=t.s-1)),i=this.localeData(),l=Fg(this,!e,n,i),e&&(l=i.pastFuture(+this,l)),i.postformat(l)}var us=Math.abs;function kn(o){return(o>0)-(o<0)||+o}function Jo(){if(!this.isValid())return this.localeData().invalidDate();var o=us(this._milliseconds)/1e3,t=us(this._days),e=us(this._months),n,i,l,r,a=this.asSeconds(),c,d,u,R;return a?(n=Se(o/60),i=Se(n/60),o%=60,n%=60,l=Se(e/12),e%=12,r=o?o.toFixed(3).replace(/\.?0+$/,""):"",c=a<0?"-":"",d=kn(this._months)!==kn(a)?"-":"",u=kn(this._days)!==kn(a)?"-":"",R=kn(this._milliseconds)!==kn(a)?"-":"",c+"P"+(l?d+l+"Y":"")+(e?d+e+"M":"")+(t?u+t+"D":"")+(i||n||o?"T":"")+(i?R+i+"H":"")+(n?R+n+"M":"")+(o?R+r+"S":"")):"P0D"}var Ut=Ho.prototype;Ut.isValid=OR,Ut.abs=ig,Ut.add=sg,Ut.subtract=rg,Ut.as=ag,Ut.asMilliseconds=sl,Ut.asSeconds=cg,Ut.asMinutes=dg,Ut.asHours=ug,Ut.asDays=Rg,Ut.asWeeks=hg,Ut.asMonths=gg,Ut.asQuarters=Tg,Ut.asYears=fg,Ut.valueOf=mg,Ut._bubble=lg,Ut.clone=pg,Ut.get=Cg,Ut.milliseconds=Ig,Ut.seconds=Lg,Ut.minutes=Pg,Ut.hours=Eg,Ut.days=Mg,Ut.weeks=Xg,Ut.months=Og,Ut.years=Sg,Ut.humanize=Dg,Ut.toISOString=Jo,Ut.toString=Jo,Ut.toJSON=Jo,Ut.locale=kr,Ut.localeData=xr,Ut.toIsoString=Me("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Jo),Ut.lang=Gr,gt("X",0,0,"unix"),gt("x",0,0,"valueOf"),dt("x",Yo),dt("X",qd),Bt("X",function(o,t,e){e._d=new Date(parseFloat(o)*1e3)}),Bt("x",function(o,t,e){e._d=new Date(Vt(o))});st.version="2.30.1",Vd(te),st.fn=z,st.min=LR,st.max=PR,st.now=ER,st.utc=Ae,st.unix=zh,st.months=qh,st.isDate=qn,st.locale=Rn,st.invalid=Fo,st.duration=Ve,st.isMoment=be,st.weekdays=eg,st.parseZone=jh,st.localeData=en,st.isDuration=_o,st.monthsShort=tg,st.weekdaysMin=og,st.defineLocale=ji,st.updateLocale=ju,st.locales=qu,st.weekdaysShort=ng,st.normalizeUnits=Oe,st.relativeTimeRounding=yg,st.relativeTimeThreshold=bg,st.calendarFormat=BR,st.prototype=z,st.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};class Rs{draws;ranges;element;control;options;position;constructor(t,e){const n=e.getDraw();this.draws=n,this.position=n.getPosition(),this.ranges=n.getRange(),this.options=n.getOptions(),this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getValue(t={}){const e=t.elementList||this.control.getElementList();let{startIndex:n}=t.range||this.control.getRange();const i=this.control.getDraw(),l=t?null:i.getTd();n>=e.length&&(n=e.length-1);const r=e[n],a=[];let c=l,d=e,u=n;for(;;){if(u<0&&c?.linkTdPrevId){const f=i.getTdById(c.linkTdPrevId);if(f){d=f.value,u=d.length-1,c=f;continue}}if(u<0)break;const T=d[u];if(T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.PREFIX||T.controlComponent===s.ControlComponent.PRE_TEXT)break;T.controlComponent===s.ControlComponent.VALUE&&a.unshift(T),u--}c=l;let R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const f=i.getTdById(c.linkTdNextId);if(f){R=f.value,h=0,c=f;continue}}const T=R[h];if(!T||T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.POSTFIX||T.controlComponent===s.ControlComponent.POST_TEXT)break;T.controlComponent===s.ControlComponent.VALUE&&a.push(T),h++}return a.filter(T=>T.type!==s.ElementType.SPLIT_TAG)}removeNextControlElement(t,e){const n=this.control.getDraw();if(e=e??n.getTd()?.linkTdNextId,e){const i=n.getTdById(e);if(i){if(i.value.length){if(i.value[1].controlId===t)return n.spliceElementList(i.value,1,1),i.value[1]}else if(i.linkTdNextId)return this.removeNextControlElement(t,i.linkTdNextId)}}}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const i=e.range||this.control.getRange(),l=e.elementList||this.control.getElementList(),r=l[i.startIndex],a=l[i.startIndex+1],c=V=>!!(V&&(V.controlComponent===s.ControlComponent.POSTFIX||V.controlComponent===s.ControlComponent.POST_TEXT||V.controlComponent===s.ControlComponent.POSTTEXTFIX||V.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),d=!!(r?.originControlId&&c(r)&&a?.controlId===r.originControlId&&!a.originControlId&&a.control?.type===s.ControlType.TEXTFIELD&&c(a));let u=this.element.controlId||r?.controlId,R=this.element.originControlId||(this.element.controlId===r?.controlId?r?.originControlId:void 0),h=this.element.control||r.control;const g=!!(r?.controlId&&r.controlId!==this.element.controlId&&!r.originControlId&&r.control?.type===s.ControlType.TEXTFIELD);d?(u=r.originControlId,R=void 0,h=a.control):g&&(u=r.controlId,R=void 0,h=r.control);const T=!!u&&r?.controlId!==u&&this._findNearestTextAncestorId(l,r?.originControlId)===u;!T&&!d&&!g&&(this.control.mergeControl(e),this.control.shrinkBoundary(e));const{startIndex:f,endIndex:m}=i,C=this.control.getDraw();f!==m?C.spliceElementList(l,f+1,m-f,[],{isIgnoreDeletedRule:n.isIgnoreDeletedRule}):T||d||g?this._removePlaceholdersByControl(l,u,R||null):this.control.removePlaceholder(f,{elementList:l});const I=l[f];T||d||g?this._removePlaceholdersByControl(l,u,R||null):this._removeControlPlaceholders(l,f);const p=I.type&&!Ie.includes(I.type)||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRE_TEXT?ie(I,["control","controlId","originControlId",...ue]):Ce(I,["type"]),L=T||d||g,M=V=>{ue.forEach(E=>{delete V[E];const y=h?.[E];y!==void 0&&(V[E]=y)}),delete V.underline,delete V.textDecoration,h?.type===s.ControlType.TEXT&&V.color?.toLowerCase()==="#87d068"?V.color=this.options.defaultColor:V.color||(V.color=this.options.defaultColor)};L&&M(p),p.controlId=u,h&&(p.control=h),R?p.originControlId=R:delete p.originControlId;const O=this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.inputTraceEnabled,b=i.startIndex+1,D=[],W=V=>{const E=D.length?D:l,y=D.length?D.length-1:d?i.startIndex+1:i.startIndex;re(E,[V],y,{editorOptions:this.options}),D.push(V)};for(let V=0;V<t.length;V++){const E=t[V];if(E.type===s.ElementType.CONTROL&&E.control){const y=E,F=y.controlId||Tt(),S=y.control?.value||[],N=y.control?.type===s.ControlType.TEXTFIELD,Y={...Ce(p,["underline","textDecoration"]),controlId:F,type:s.ElementType.CONTROL,control:y.control,originControlId:u},X=N?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,U=N?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,Q=N?y.control?.preTextFix||this.options.control.preTextFix:y.control?.prefix||this.options.control.prefix;for(let w=0;w<Q.length;w++){const j={...Y,value:Q[w],controlComponent:X};W(j)}for(let w=0;w<S.length;w++){const j=S[w],J={...Y,...j,controlComponent:s.ControlComponent.VALUE};(J.color===this.options.control.bracketColor||J.color===this.options.control.placeholderColor)&&(J.color=this.options.defaultColor),W(J)}if(S.length===0){const w=y.control?.placeholder||"";for(let j=0;j<w.length;j++){const J={...Y,value:w[j],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};W(J)}}const v=N?y.control?.postTextFix||this.options.control.postTextFix:y.control?.postfix||this.options.control.postfix;for(let w=0;w<v.length;w++){const j={...Y,value:v[w],controlComponent:U};W(j)}}else if(E.type||E.value){(I.controlComponent===s.ControlComponent.PRE_TEXT||I.controlComponent===s.ControlComponent.POST_TEXT||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.POSTFIX)&&(p.color=this.options.defaultColor);const F=Ce(E,["control","controlId","controlComponent","originControlId"]),S={...p,...F,controlComponent:s.ControlComponent.VALUE};L&&M(S),(S.color===this.options.control.bracketColor||S.color===this.options.control.placeholderColor||S.color===this.options.control.textFixColor)&&(S.color=this.options.defaultColor),S.strikeout&&delete S.strikeout,O&&(S.textDecoration={style:s.TextDecorationStyle.DOUBLE},S.underline=!0),W(S)}}return D.length&&C.spliceElementList(l,b,0,D),i.startIndex+D.length}_removeControlPlaceholders(t,e){const n=t[e];if(!n?.controlId)return;const i=a=>!!a&&a.controlId===n.controlId&&a.originControlId===n.originControlId;let l=e;for(;l>=0&&i(t[l]);)l--;let r=e+1;for(;r<t.length&&i(t[r]);)r++;for(let a=r-1;a>l;a--)t[a].controlComponent===s.ControlComponent.PLACEHOLDER&&t.splice(a,1)}_removePlaceholdersByControl(t,e,n){if(e)for(let i=t.length-1;i>=0;i--){const l=t[i];l.controlId===e&&(l.originControlId||null)===n&&l.controlComponent===s.ControlComponent.PLACEHOLDER&&t.splice(i,1)}}_findNearestTextAncestorId(t,e){if(!e)return null;const n=new Set;let i=e,l=null;for(;i&&!n.has(i);){n.add(i);let r;for(let a=0;a<t.length;a++){const c=t[a];if(c.controlId===i&&c.control?.type&&(r=c,c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!r)break;(r.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&r.control?.type===s.ControlType.TEXTFIELD)&&(l=i),i=r.originControlId||null}return l}clearValue(t={},e={}){if(!e.isIgnoreDisabledRule&&this.control.getIsDisabledControl(t))return-1;const n=t.elementList||this.control.getElementList(),i=t.range||this.control.getValueRange()||this.control.getRange();this.control.shrinkBoundary(t);const{startIndex:l,endIndex:r}=i;return this.control.getDraw().spliceElementList(n,l+1,r-l,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),e.isAddPlaceholder!==!1&&(this.getValue(t).length||this.control.addPlaceholder(l,t)),l}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw(),d=this.options.mode===s.EditorMode.FORM,u=this.element.controlId||r.controlId,R=this.element.originControlId||r.originControlId||null,h=P=>{if(!P)return null;const Y=new Set;let X=P,U=null;for(;X&&!Y.has(X);){Y.add(X);let Q;for(let v=0;v<e.length;v++){const w=e[v];if(w.controlId===X&&w.control?.type&&(Q=w,w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!Q)break;(Q.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&Q.control?.type===s.ControlType.TEXTFIELD)&&(U=X),X=Q.originControlId||null}return U},g=h(R),T=!!g,f=r.controlId===u&&(r.originControlId||null)===R,m=r.controlComponent===s.ControlComponent.VALUE,C=P=>{for(let Y=i-1;Y>=0;Y--){const X=e[Y];if(X.controlId===P&&!X.originControlId){if(X.controlComponent===s.ControlComponent.VALUE||X.controlComponent===s.ControlComponent.PLACEHOLDER)return Y;if(X.controlComponent===s.ControlComponent.PREFIX||X.controlComponent===s.ControlComponent.PRE_TEXT||X.controlComponent===s.ControlComponent.PRETEXTFIX||X.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break}if(X.controlId&&X.controlId!==P&&X.originControlId!==P)break}return-1},I=(P,Y)=>{for(let X=P;X>=0;X--){const U=e[X];if(U.controlId===Y&&!U.originControlId&&(U.controlComponent===s.ControlComponent.VALUE||U.controlComponent===s.ControlComponent.PLACEHOLDER||U.controlComponent===s.ControlComponent.PREFIX||U.controlComponent===s.ControlComponent.PRE_TEXT||U.controlComponent===s.ControlComponent.PRETEXTFIX||U.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))return X;if(U.controlId&&U.controlId!==Y&&U.originControlId!==Y)break}for(let X=P+1;X<e.length;X++){const U=e[X];if(U.controlId===Y&&!U.originControlId&&(U.controlComponent===s.ControlComponent.VALUE||U.controlComponent===s.ControlComponent.PLACEHOLDER||U.controlComponent===s.ControlComponent.POSTFIX||U.controlComponent===s.ControlComponent.POST_TEXT||U.controlComponent===s.ControlComponent.POSTTEXTFIX||U.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return X;if(U.controlId&&U.controlId!==Y&&U.originControlId!==Y)break}return P},L=T&&f&&(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PRETEXTFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.TEXTFIXLABEL),M=e[l+1],O=!!M?.originControlId&&!!M?.controlId&&M.originControlId!==M.controlId&&(M.controlComponent===s.ControlComponent.PREFIX||M.controlComponent===s.ControlComponent.PRE_TEXT||M.controlComponent===s.ControlComponent.PRETEXTFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||M.controlComponent===s.ControlComponent.PLACEHOLDER||M.controlComponent===s.ControlComponent.TEXTFIXLABEL),b=!!M?.originControlId&&!!M?.controlId&&M.originControlId!==M.controlId&&(M.controlComponent===s.ControlComponent.PREFIX||M.controlComponent===s.ControlComponent.PRE_TEXT||M.controlComponent===s.ControlComponent.PRETEXTFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||M.controlComponent===s.ControlComponent.POSTFIX||M.controlComponent===s.ControlComponent.POST_TEXT||M.controlComponent===s.ControlComponent.POSTTEXTFIX||M.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||M.controlComponent===s.ControlComponent.PLACEHOLDER||M.controlComponent===s.ControlComponent.TEXTFIXLABEL),D=P=>this.options.mode===s.EditorMode.FORM?i:this.control.removeControl(P),W=r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId&&!!M?.originControlId&&!!u&&h(M.originControlId)===u,V=P=>!!P&&P.controlId===r.controlId&&(P.originControlId||null)===(r.originControlId||null),E=P=>P?.controlComponent===s.ControlComponent.POSTFIX||P?.controlComponent===s.ControlComponent.POST_TEXT||P?.controlComponent===s.ControlComponent.POSTTEXTFIX||P?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,y=()=>{const P=r.controlId,Y=r.originControlId||null;return c.spliceElementList(e,i,1),e.some(U=>U.controlId===P&&(U.originControlId||null)===Y&&U.controlComponent===s.ControlComponent.VALUE)||this.control.addPlaceholder(i-1),Math.max(i-1,0)},F=r.controlComponent===s.ControlComponent.VALUE&&!!r.originControlId&&V(M)&&E(M),S=!!u&&!this.control.getIsExistValueByElementListIndex(e,i),N=()=>{if(r.controlComponent!==s.ControlComponent.VALUE)return null;let P=i;for(let U=i;U>=0;U--){const Q=e[U];if(!(Q.controlId===r.controlId&&(Q.originControlId||null)===(r.originControlId||null))||Q.controlComponent!==s.ControlComponent.VALUE)break;if(!Q.strikeout){P=U;break}}const Y=e[P];if(!Y||Y.strikeout)return null;Y.strikeout=!0,Y.deletePerson="SWJ",Y.deleteTime=st(new Date).format("YYYY-MM-DD HH:mm:ss");let X=Math.max(P-1,0);for(let U=P-1;U>=0;U--){const Q=e[U];if(!(Q.controlId===Y.controlId&&(Q.originControlId||null)===(Y.originControlId||null))){X=U;break}if(Q.controlComponent!==s.ControlComponent.VALUE){X=U;break}if(!Q.strikeout){X=U;break}X=Math.max(U-1,0)}return this.draws.render({curIndex:X,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),queueMicrotask(()=>{this.ranges.setRange(X,X),this.draws.setCursor(X)}),X};if(t.key===s.KeyMap.Backspace){if(i===l&&S&&(r.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return i;if(d&&i===l&&g&&!f&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)){const Y=C(g);return Y>=0?Y:i}if(i===l&&L&&!(d&&r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId))return D(i);if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!T||m)){if(i===l&&r.controlComponent===s.ControlComponent.VALUE){const Y=N();if(Y!==null)return Y}return r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?i:this.strikeout()}else{if(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER)return i;if(i!==l){c.spliceElementList(e,i+1,l-i);const Y=e[i+1];return(Y?.controlComponent===s.ControlComponent.POSTFIX||Y?.controlComponent===s.ControlComponent.POST_TEXT||Y?.controlComponent===s.ControlComponent.POSTTEXTFIX||Y?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.addPlaceholder(i),i===0&&e[0].type===s.ElementType.SPLIT_TAG?c.fixPosition(!0)??i:i}else{const Y=e[i-1],X=e[i+1];return!r.originControlId&&Y?.controlId===r.controlId&&Y?.originControlId===r.originControlId&&Y?.controlComponent===s.ControlComponent.VALUE&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.options.mode!==s.EditorMode.FORM?(c.spliceElementList(e,i-1,1),this.getValue().length||this.control.addPlaceholder(i-2),i-2):E(X)?X.originControlId?F?y():W?(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),I(Math.max(i-1,0),r.controlId)):D(i):(c.spliceElementList(e,i,1),this.control.addPlaceholder(i-1),I(Math.max(i-1,0),r.controlId)):(c.spliceElementList(e,i,1),i===1&&e[0].type===s.ElementType.SPLIT_TAG||i===0?c.fixPosition(!0)??i-1:I(Math.max(i-1,0),r.controlId))}}}else if(t.key===s.KeyMap.Delete){if(i===l&&S&&(r.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return l;if(i===l&&(O||b)){if(W){const U=e[l+1];if(U?.controlComponent===s.ControlComponent.VALUE&&U.controlId===r.controlId&&!U.originControlId)return c.spliceElementList(e,l+1,1),this.getValue().length||this.control.addPlaceholder(i),i}return D(l+1)}const P=e[l+1],Y=!!r.originControlId;if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!Y||r.controlComponent===s.ControlComponent.VALUE))return a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.POSTTEXTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?l:P?.controlComponent===s.ControlComponent.POSTFIX||P?.controlComponent===s.ControlComponent.POST_TEXT||P?.controlComponent===s.ControlComponent.POSTTEXTFIX||P?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?P.originControlId?W?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):D(i+1):(c.spliceElementList(e,i+1,1),this.control.addPlaceholder(i),i):this.strikeout();{const U=e[l+1];return r.controlComponent===s.ControlComponent.PLACEHOLDER?l:U?.controlComponent===s.ControlComponent.POSTFIX||U?.controlComponent===s.ControlComponent.POST_TEXT||U?.controlComponent===s.ControlComponent.POSTTEXTFIX||U?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?U.originControlId?W?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):D(i+1):(c.spliceElementList(e,i+1,1),this.control.addPlaceholder(i),i):i!==l?(c.spliceElementList(e,i+1,l-i),i===0&&e[0].type===s.ElementType.SPLIT_TAG?c.fixPosition(!0)??i:i):U?(c.spliceElementList(e,i+1,1),i===0&&e[0].type===s.ElementType.SPLIT_TAG?c.fixPosition(!0)??i:i):(c.getTd()?.linkTdNextId&&r.controlId&&this.removeNextControlElement(r.controlId),l)}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();n.spliceElementList(i,t+1,e-t);const l=i[t+1];return(l?.controlComponent===s.ControlComponent.POSTFIX||l?.controlComponent===s.ControlComponent.POST_TEXT||l?.controlComponent===s.ControlComponent.POSTTEXTFIX||l?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.addPlaceholder(t),t}strikeout(t){const e=this.control.getRange(),{endIndex:n}=e,{isIgnoreDisabledRule:i=!1}=t||{};if(!i&&(this.draws.isReadonly()||this.draws.isDisabled()))return null;const r=this.ranges.getSelectionElementList(),a=this.position.getCursorPosition(),c=st(new Date).format("YYYY-MM-DD HH:mm:ss"),d=h=>{queueMicrotask(()=>{this.ranges.setRange(h,h),this.draws.setCursor(h),this.options.mode===s.EditorMode.FORM&&console.log("[text-sync-trace-cursor]",{index:h,range:this.ranges.getRange(),cursorIndex:this.position.getCursorPosition()?.index})})},u=h=>{const g=this.control.getElementList(),T=g[h],f=T?.controlId,m=T?.originControlId||null;let C=-1;for(let I=h-1;I>=0;I--){const p=g[I];if(p.controlId===f&&(p.originControlId||null)===m&&p.controlComponent===s.ControlComponent.VALUE)return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:I,reason:"prev-value"}),I;if(m){if(p.controlId&&p.controlId!==f&&p.originControlId!==m)break}else{if(p.controlId===f&&(p.controlComponent===s.ControlComponent.PREFIX||p.controlComponent===s.ControlComponent.PRE_TEXT||p.controlComponent===s.ControlComponent.PRETEXTFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){C=I;break}if(p.controlId&&p.controlId!==f&&!p.originControlId)break;if(p.originControlId===f&&(p.controlComponent===s.ControlComponent.POSTFIX||p.controlComponent===s.ControlComponent.POST_TEXT||p.controlComponent===s.ControlComponent.POSTTEXTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:I,reason:"nested-postfix"}),I}}if(C>=0){const I=C+1,p=g[I];return p?.controlId===f&&(p.controlComponent===s.ControlComponent.PLACEHOLDER||p.controlComponent===s.ControlComponent.VALUE)?(this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:I,reason:"prefix-next-editable"}),I):(this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:C,reason:"prefix"}),C)}return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:h,reason:"self"}),h},R=h=>{const g=this.control.getElementList(),T=g[h];if(!T?.controlId||T.controlComponent===s.ControlComponent.VALUE&&(T.metrics?.width??0)>0)return h;for(let f=h+1;f<g.length;f++){const m=g[f];if(m.controlId!==T.controlId||(m.originControlId||null)!==(T.originControlId||null))break;if(m.controlComponent===s.ControlComponent.VALUE&&(m.metrics?.width??0)>0)return f}for(let f=h-1;f>=0;f--){const m=g[f];if(m.controlId!==T.controlId||(m.originControlId||null)!==(T.originControlId||null))break;if(m.controlComponent===s.ControlComponent.VALUE&&(m.metrics?.width??0)>0)return f}return h};if(r?.length){if(!this.element.strikeout){const h=r.findIndex(g=>!g.strikeout);return r.forEach(g=>{g.deletePerson="SWJ",g.deleteTime=c,g.strikeout=!!~h}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),this.control.getRange().endIndex??null}}else{const h=R(a.index),g=this.control.getElementList()[h],T=this.control.getElementList();if(this.options.mode===s.EditorMode.FORM&&console.log("[text-strikeout]",{cursorIndex:a.index,targetIndex:h,targetValue:g?.value,targetComponent:g?.controlComponent,targetControlId:g?.controlId,targetOriginControlId:g?.originControlId||null}),!this.control.getElementList()[h].strikeout&&g?.metrics.width>0){this.control.getElementList()[h].strikeout=!0,this.control.getElementList()[h].deletePerson="SWJ",this.control.getElementList()[h].deleteTime=c;const f=u(h);return this.options.mode===s.EditorMode.FORM&&console.log("[text-strikeout:after]",{targetIndex:h,newIndex:f}),this.ranges.setRange(f,f),this.draws.render({curIndex:f,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(f),f??null}else if(n>=0&&n<T.length&&T[n]?.metrics?.width!==void 0&&T[n].metrics.width<=0&&!T[n]?.strikeout){T.splice(n,1);const f=n-1;return this.ranges.setRange(f,f),this.draws.render({curIndex:f,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(f),f??null}}return n??null}strikeoute(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draws.isReadonly()||this.draws.isDisabled()))return;if(!this.ranges.getSelectionElementList()?.length){const{endIndex:l}=this.ranges.getRange(),a=this.draws.getElementList()[l];this.ranges.setDefaultStyle({strikeout:a.strikeout?!1:!this.ranges.getDefaultStyle()?.strikeout})}}}class rl{draw;options;now;dom;renderOptions;isDatePicker;pickDate;lang;constructor(t,e={}){this.draw=t,this.options=e,this.lang=this._getLang(),this.now=new Date,this.dom=this._createDom(),this.renderOptions=null,this.isDatePicker=!0,this.pickDate=null,this._bindEvent()}_createDom(){const t=document.createElement("div");t.classList.add(`${tt}-date-container`),t.setAttribute(Ue,s.EditorComponent.POPUP);const e=document.createElement("div");e.classList.add(`${tt}-date-wrap`);const n=document.createElement("div");n.classList.add(`${tt}-date-title`);const i=document.createElement("span");i.classList.add(`${tt}-date-title__pre-year`),i.innerText="<<";const l=document.createElement("span");l.classList.add(`${tt}-date-title__pre-month`),l.innerText="<";const r=document.createElement("span");r.classList.add(`${tt}-date-title__now`);const a=document.createElement("span");a.classList.add(`${tt}-date-title__next-month`),a.innerText=">";const c=document.createElement("span");c.classList.add(`${tt}-date-title__next-year`),c.innerText=">>",n.append(i),n.append(l),n.append(r),n.append(a),n.append(c);const d=document.createElement("div");d.classList.add(`${tt}-date-week`);const{weeks:{sun:u,mon:R,tue:h,wed:g,thu:T,fri:f,sat:m}}=this.lang;[u,R,h,g,T,f,m].forEach(y=>{const F=document.createElement("span");F.innerText=`${y}`,d.append(F)});const I=document.createElement("div");I.classList.add(`${tt}-date-day`),e.append(n),e.append(d),e.append(I);const p=document.createElement("ul");p.classList.add(`${tt}-time-wrap`);let L,M,O;[this.lang.hour,this.lang.minute,this.lang.second].forEach((y,F)=>{const S=document.createElement("li"),N=document.createElement("span");N.innerText=y,S.append(N);const P=document.createElement("ol"),Y=F===0,X=F===1,U=Y?24:60;for(let Q=0;Q<U;Q++){const v=document.createElement("li");v.innerText=`${String(Q).padStart(2,"0")}`,v.setAttribute("data-id",`${Q}`),P.append(v)}Y?L=P:X?M=P:O=P,S.append(P),p.append(S)});const D=document.createElement("div");D.classList.add(`${tt}-date-menu`);const W=document.createElement("button");W.classList.add(`${tt}-date-menu__time`),W.innerText=this.lang.timeSelect;const V=document.createElement("button");V.classList.add(`${tt}-date-menu__now`),V.innerText=this.lang.now;const E=document.createElement("button");return E.classList.add(`${tt}-date-menu__submit`),E.innerText=this.lang.confirm,D.append(W),D.append(V),D.append(E),t.append(e),t.append(p),t.append(D),this.draw.getContainer().append(t),{container:t,dateWrap:e,datePickerWeek:d,timeWrap:p,title:{preYear:i,preMonth:l,now:r,nextMonth:a,nextYear:c},day:I,time:{hour:L,minute:M,second:O},menu:{time:W,now:V,submit:E}}}_bindEvent(){this.dom.title.preYear.onclick=()=>{this._preYear()},this.dom.title.preMonth.onclick=()=>{this._preMonth()},this.dom.title.nextMonth.onclick=()=>{this._nextMonth()},this.dom.title.nextYear.onclick=()=>{this._nextYear()},this.dom.menu.time.onclick=()=>{this.isDatePicker=!this.isDatePicker,this._toggleDateTimePicker()},this.dom.menu.now.onclick=()=>{this._now(),this._submit()},this.dom.menu.submit.onclick=()=>{this.dispose(),this._submit()},this.dom.time.hour.onclick=t=>{if(!this.pickDate)return;const n=t.target.dataset.id;n&&(this.pickDate.setHours(Number(n)),this._setTimePick(!1))},this.dom.time.minute.onclick=t=>{if(!this.pickDate)return;const n=t.target.dataset.id;n&&(this.pickDate.setMinutes(Number(n)),this._setTimePick(!1))},this.dom.time.second.onclick=t=>{if(!this.pickDate)return;const n=t.target.dataset.id;n&&(this.pickDate.setSeconds(Number(n)),this._setTimePick(!1))}}_setPosition(){if(!this.renderOptions)return;const{position:{coordinate:{leftTop:[t,e]},lineHeight:n,pageNo:i}}=this.renderOptions,l=this.draw.getHeight(),r=this.draw.getPageGap(),c=(i??this.draw.getPageNo())*(l+r);this.dom.container.style.left=`${t}px`,this.dom.container.style.top=`${e+c+n}px`}isInvalidDate(t){return t.toDateString()==="Invalid Date"}_setValue(){const t=this.renderOptions?.value;if(t){const e=new Date(t);this.now=this.isInvalidDate(e)?new Date:e}else this.now=new Date;this.pickDate=new Date(this.now)}_getLang(){const t=this.draw.getI18n(),e=t.t.bind(t);return{now:e("datePicker.now"),confirm:e("datePicker.confirm"),return:e("datePicker.return"),timeSelect:e("datePicker.timeSelect"),weeks:{sun:e("datePicker.weeks.sun"),mon:e("datePicker.weeks.mon"),tue:e("datePicker.weeks.tue"),wed:e("datePicker.weeks.wed"),thu:e("datePicker.weeks.thu"),fri:e("datePicker.weeks.fri"),sat:e("datePicker.weeks.sat")},year:e("datePicker.year"),month:e("datePicker.month"),hour:e("datePicker.hour"),minute:e("datePicker.minute"),second:e("datePicker.second")}}_setLangChange(){this.dom.menu.time.innerText=this.lang.timeSelect,this.dom.menu.now.innerText=this.lang.now,this.dom.menu.submit.innerText=this.lang.confirm;const{weeks:{sun:t,mon:e,tue:n,wed:i,thu:l,fri:r,sat:a}}=this.lang,c=[t,e,n,i,l,r,a];this.dom.datePickerWeek.childNodes.forEach((h,g)=>{const T=h;T.innerText=c[g]});const d=this.dom.time.hour.previousElementSibling;d.innerText=this.lang.hour;const u=this.dom.time.minute.previousElementSibling;u.innerText=this.lang.minute;const R=this.dom.time.second.previousElementSibling;R.innerText=this.lang.second}_update(){const t=new Date,e=t.getFullYear(),n=t.getMonth()+1,i=t.getDate();let l=null,r=null,a=null;this.pickDate&&(l=this.pickDate.getFullYear(),r=this.pickDate.getMonth()+1,a=this.pickDate.getDate());const c=this.now.getFullYear(),d=this.now.getMonth()+1;this.dom.title.now.innerText=`${c}${this.lang.year} ${String(d).padStart(2,"0")}${this.lang.month}`;const R=new Date(c,d,0).getDate();let h=new Date(c,d-1,1).getDay();h===0&&(h=7);const g=new Date(c,d-1,0).getDate();this.dom.day.innerHTML="";const T=g-h+1;for(let m=T;m<=g;m++){const C=document.createElement("div");C.classList.add("disable"),C.innerText=`${m}`,C.onclick=()=>{const I=d-2;this.now=new Date(c,I,m),this._setDatePick(c,I,m)},this.dom.day.append(C)}for(let m=1;m<=R;m++){const C=document.createElement("div");e===c&&n===d&&i===m&&C.classList.add("active"),this.pickDate&&l===c&&r===d&&a===m&&C.classList.add("select"),C.innerText=`${m}`,C.onclick=I=>{const p=d-1;this.now=new Date(c,p,m),this._setDatePick(c,p,m),I.stopPropagation()},this.dom.day.append(C)}const f=42-h-R;for(let m=1;m<=f;m++){const C=document.createElement("div");C.classList.add("disable"),C.innerText=`${m}`,C.onclick=()=>{this.now=new Date(c,d,m),this._setDatePick(c,d,m)},this.dom.day.append(C)}}_toggleDateTimePicker(){this.isDatePicker?(this.dom.dateWrap.classList.add("active"),this.dom.timeWrap.classList.remove("active"),this.dom.menu.time.innerText=this.lang.timeSelect):(this.dom.dateWrap.classList.remove("active"),this.dom.timeWrap.classList.add("active"),this.dom.menu.time.innerText=this.lang.return,this._setTimePick())}_setDatePick(t,e,n){this.now=new Date(t,e,n),this.pickDate?.setFullYear(t),this.pickDate?.setMonth(e),this.pickDate?.setDate(n),this._update()}_setTimePick(t=!0){const e=this.pickDate?.getHours()||0,n=this.pickDate?.getMinutes()||0,i=this.pickDate?.getSeconds()||0,{hour:l,minute:r,second:a}=this.dom.time;[l,r,a].forEach(u=>{u.querySelectorAll("li").forEach(R=>R.classList.remove("active"))}),[[l,e],[r,n],[a,i]].forEach(([u,R])=>{const h=u.querySelector(`[data-id='${R}']`);h.classList.add("active"),t&&Xs(u,h)})}_preMonth(){this.now.setMonth(this.now.getMonth()-1),this._update()}_nextMonth(){this.now.setMonth(this.now.getMonth()+1),this._update()}_preYear(){this.now.setFullYear(this.now.getFullYear()-1),this._update()}_nextYear(){this.now.setFullYear(this.now.getFullYear()+1),this._update()}_now(){this.pickDate=new Date,this.dispose()}_toggleVisible(t){t?this.dom.container.classList.add("active"):this.dom.container.classList.remove("active")}_submit(){if(this.options.onSubmit&&this.pickDate){const t=this.renderOptions?.dateFormat,e=this.formatDate(this.pickDate,t);this.options.onSubmit(e)}}formatDate(t,e="YYYY-MM-DD HH:mm:ss"){let n=e;const i=t.getFullYear().toString(),l=(t.getMonth()+1).toString(),r=t.getDate().toString(),a=t.getHours(),c=a%12===0?12:a%12,d=t.getMinutes().toString(),u=t.getSeconds().toString(),R=t.getMilliseconds().toString(),h={"y+":i,"Y+":i,"M+":l,"d+":r,"D+":r,"h+":c.toString(),"H+":a.toString(),"m+":d,"s+":u,"S+":R};for(const g in h){const T=new RegExp("("+g+")").exec(e),f=g;T&&(n=n.replace(T[1],T[1].length===1?h[f]:h[f].padStart(T[1].length,"0")))}return n}render(t){this.renderOptions=t,this.lang=this._getLang(),this._setLangChange(),this._setValue(),this._update(),this._setPosition(),this.isDatePicker=!0,this._toggleDateTimePicker(),this._toggleVisible(!0)}dispose(){this._toggleVisible(!1)}destroy(){this.dom.container.remove()}}class uo{draw;element;control;isPopup;datePicker;options;constructor(t,e){const n=e.getDraw();this.draw=n,this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1,this.datePicker=null}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getValue(t={}){const e=t.elementList||this.control.getElementList(),n=this.control.getValueRange(t);if(!n)return[];const i=[],{startIndex:l,endIndex:r}=n;for(let a=l;a<=r;a++){const c=e[a];c.controlComponent===s.ControlComponent.VALUE&&i.push(c)}return i}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e);this.control.shrinkBoundary(e);const{startIndex:r,endIndex:a}=l,c=this.control.getDraw();r!==a?c.spliceElementList(i,r+1,a-r):this.control.removePlaceholder(r,{elementList:i});const d=i[r],u=d.type&&!Ie.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?ie(d,["control","controlId",...ue]):Ce(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const g={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[g],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[g])}return R+t.length-1}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=this.control.getValueRange(t);if(!l)return-1;const{startIndex:r,endIndex:a}=l;if(!~r||!~a)return-1;const c=t.elementList||this.control.getElementList();return this.control.getDraw().spliceElementList(c,r+1,a-r,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(r,t),r}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.getValue(e)[0],a=r?ie(r,Ne):ie(i[l.startIndex],ue),c=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~c)return;const d=Ce(i[c],Ne),u=c+1,R=this.control.getDraw();for(let h=0;h<t.length;h++){const g={...a,...d,type:s.ElementType.TEXT,value:t[h],controlComponent:s.ControlComponent.VALUE};(g.color===this.options.control.bracketColor||g.color===this.options.control.placeholderColor)&&(g.color=this.options.defaultColor),re(i,[g],c,{editorOptions:this.options}),R.spliceElementList(i,u+h,0,[g])}if(!e.range){const h=u+t.length-1;this.control.repaintControl({curIndex:h}),this.control.emitControlContentChange({context:e}),this.destroy()}}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw();if(t.key===s.KeyMap.Backspace)return i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1);if(t.key===s.KeyMap.Delete){if(i!==l)return c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i;{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i)}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl())return;const t=this.control.getPosition();if(!t)return;const e=this.draw.getElementList(),{startIndex:n}=this.control.getRange();if(e[n+1]?.controlId!==this.element.controlId)return;this.datePicker=new rl(this.draw,{onSubmit:this._setDate.bind(this)});const i=this.getValue().map(r=>r.value).join("")||"",l=this.element.control?.dateFormat;this.datePicker.render({value:i,position:t,dateFormat:l}),this.isPopup=!0}destroy(){this.isPopup&&(this.datePicker?.destroy(),this.isPopup=!1)}_setDate(t){t?this.setSelect(t):this.clearSelect(),this.destroy()}}class Ro extends Rs{isPopup;inputPopup;constructor(t,e){super(t,e),this.isPopup=!1,this.inputPopup=null}getIsPopup(){return this.isPopup}setValue(t,e={},n={}){if(t.some(L=>!lc(L)||Bl.test(L.value)))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange();this.control.shrinkBoundary(e);const r=ht(t),{startIndex:a,endIndex:c}=l,d=i[a];let u=null;for(let L=a;L>=0;L--)if(i[L].controlComponent===s.ControlComponent.PREFIX){u=i[L];break}const R=u?.control||this.element.control;if(this.control.getIsExistValueByElementListIndex(i,a)){let L=a;for(;L>0;){const O=i[L];if(O.controlId!==d.controlId||O.controlComponent===s.ControlComponent.PREFIX||O.controlComponent===s.ControlComponent.PRE_TEXT)break;r.unshift(O),L--}let M=c+1;for(;M<i.length;){const O=i[M];if(O.controlId!==d.controlId||O.controlComponent===s.ControlComponent.POSTFIX||O.controlComponent===s.ControlComponent.POST_TEXT)break;r.push(O),M++}}const h=Ks(r);if(Number.isNaN(Number(h))||!Number.isFinite(Number(h)))return-1;const g=R?.numberExclusiveOptions,T=g?.maxLength??null,f=g?.decimalPlaces??null,m=h.replace(/[.-]/g,"").length;if(T!=null&&m>T||f!=null&&(h.split(".")[1]||"").length>f)return-1;const C=Number(h),I=g?.minValue,p=g?.maxValue;return I!=null&&C<I||p!=null&&C>p?-1:super.setValue(t,e,n)}_setNumberValue(t){const e=this.control.getElementList(),n=this.control.getRange(),{startIndex:i}=n;let l=null;for(let b=i;b>=0;b--)if(e[b].controlComponent===s.ControlComponent.PREFIX){l=e[b];break}const a=(l?.control||this.element.control)?.numberExclusiveOptions,c=a?.minValue,d=a?.maxValue,u=a?.minLength,R=a?.maxLength,h=t.trim(),g=h.replace(/[.-]/g,"").length,T=Number(h);if(u!=null&&g<u||R!=null&&g>R||c!=null&&T<c||d!=null&&T>d)return!1;let f=i;for(let b=i;b>=0;b--)if(e[b].controlComponent===s.ControlComponent.PREFIX){f=b;break}let m=f+1;for(let b=f+1;b<e.length;b++)if(e[b].controlComponent===s.ControlComponent.POSTFIX){m=b;break}const C=this.options.mode===s.EditorMode.FORM,I=C&&this.options.modeRule.form.inputTraceEnabled,p=C&&this.options.modeRule.form.deleteTraceEnabled,L=st(new Date).format("YYYY-MM-DD HH:mm:ss");if(p)for(let b=f+1;b<m;b++){const D=e[b];D.controlComponent===s.ControlComponent.VALUE&&!D.strikeout&&D.value&&(D.strikeout=!0,D.deletePerson="SYSTEM",D.deleteTime=L),D.controlComponent===s.ControlComponent.PLACEHOLDER&&(this.control.getDraw().spliceElementList(e,b,1),m--,b--)}else{const b=f+1,D=m-b;D>0&&this.control.getDraw().spliceElementList(e,b,D),m=f+1}m=f+1;for(let b=f+1;b<e.length;b++)if(e[b].controlComponent===s.ControlComponent.POSTFIX){m=b;break}const M=[];for(let b=0;b<h.length;b++){const D={type:s.ElementType.TEXT,value:h[b],controlComponent:s.ControlComponent.VALUE,controlId:e[f].controlId,originControlId:e[f].originControlId,control:e[f].control};I&&(D.textDecoration={style:s.TextDecorationStyle.DOUBLE},D.underline=!0),M.push(D)}for(let b=0;b<M.length;b++)this.control.getDraw().spliceElementList(e,m+b,0,[M[b]]);const O=m+M.length-1;return this.control.getDraw().getRange().setRange(O,O),this.control.emitControlContentChange(),this.control.repaintControl({curIndex:O}),!0}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl())return;const t=this.control.getElementList(),e=this.control.getRange(),{startIndex:n}=e,i=t[n];if(!i||i.controlId!==this.element.controlId)return;let l=null;for(let T=n;T>=0;T--)if(t[T].controlComponent===s.ControlComponent.PREFIX){l=t[T];break}const r=l?.control||this.element.control,c=this.getValue().filter(T=>!T.strikeout),d=c.length>0?Ks(c):"",u=r?.numberExclusiveOptions,R=u?.minValue,h=u?.maxValue,g=u?.decimalPlaces;this.inputPopup=new Vg({control:this.control,currentValue:d,minValue:R,maxValue:h,decimalPlaces:g,onConfirm:T=>{if(!T||T.trim()==="")return this._clearNumberValue(),!0;const f=Number(T);return Number.isNaN(f)||!Number.isFinite(f)?!1:this._setNumberValue(T)},onTab:T=>{this.destroy(),setTimeout(()=>{this.control.initNextControl({direction:T})})},onClose:()=>{this.destroy()}}),this.inputPopup.create(),this.isPopup=!0}_clearNumberValue(){const t=this.control.getElementList(),e=this.control.getRange(),{startIndex:n}=e;let i=n;for(let c=n;c>=0;c--)if(t[c].controlComponent===s.ControlComponent.PREFIX){i=c;break}let l=i+1;for(let c=i+1;c<t.length;c++)if(t[c].controlComponent===s.ControlComponent.POSTFIX){l=c;break}const r=i+1,a=l-r;a>0&&this.control.getDraw().spliceElementList(t,r,a),this.control.addPlaceholder(i),this.control.getDraw().getRange().setRange(i,i),this.control.emitControlContentChange(),this.control.repaintControl({curIndex:i})}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw();if(t.key==="Backspace")return r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT?i:i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1);if(t.key==="Delete"){const u=e[l+1];return r.controlComponent===s.ControlComponent.PLACEHOLDER||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT?this.control.removeControl(i):r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||u?.controlComponent===s.ControlComponent.POSTFIX||u?.controlComponent===s.ControlComponent.POST_TEXT?l:i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i)}return t.key.length===1&&!t.ctrlKey&&!t.metaKey&&!t.altKey?(t.preventDefault(),this.awake(),null):l}destroy(){this.inputPopup&&(this.inputPopup.destroy(),this.inputPopup=null),this.isPopup=!1}}class Vg{options;popupDom;constructor(t){this.options=t,this.popupDom=null}create(){const{currentValue:t,minValue:e,maxValue:n,decimalPlaces:i,onConfirm:l,onTab:r,onClose:a}=this.options,c=document.createElement("div");c.classList.add(`${tt}-number-input-modal`),c.setAttribute(Ue,s.EditorComponent.POPUP);const d=p=>{if(p.type==="mouseup"){const L=this.options.control.getDraw().getCanvasEvent();L.setIsAllowDrag(!1),L.setIsAllowSelection(!1)}p.stopPropagation()};c.addEventListener("mousedown",d),c.addEventListener("mouseup",d),c.addEventListener("click",d),c.addEventListener("keydown",d),c.addEventListener("input",d);const u=document.createElement("div");u.classList.add(`${tt}-number-input-modal__content`);const R=document.createElement("div");if(R.classList.add(`${tt}-number-input-modal__title`),R.textContent="请输入数值",u.appendChild(R),e!==void 0||n!==void 0){const p=document.createElement("div");p.classList.add(`${tt}-number-input-modal__hint`);let L="有效范围:";e!==void 0&&n!==void 0?L+=`${e} ~ ${n}`:e!==void 0?L+=`≥ ${e}`:L+=`≤ ${n}`,i!=null&&(L+=`,保留${i}位小数`),p.textContent=L,u.appendChild(p)}const h=document.createElement("input");h.classList.add(`${tt}-number-input-modal__input`),h.type="number",h.value=t,h.placeholder="请输入数值",e!==void 0&&(h.min=String(e)),n!==void 0&&(h.max=String(n)),i!=null&&(h.step=(1/Math.pow(10,i)).toString()),setTimeout(()=>{h.focus(),h.select()},100),u.appendChild(h);const g=document.createElement("div");g.classList.add(`${tt}-number-input-modal__error`),g.style.display="none",u.appendChild(g);const T=document.createElement("div");T.classList.add(`${tt}-number-input-modal__buttons`);const f=document.createElement("button");f.classList.add(`${tt}-number-input-modal__cancel`),f.textContent="取消",f.onclick=()=>{a()},T.appendChild(f);const m=document.createElement("button");m.classList.add(`${tt}-number-input-modal__confirm`),m.textContent="确定";const C=()=>{const p=h.value.trim();if(!p)return l("");const L=parseFloat(p);return Number.isNaN(L)||!Number.isFinite(L)?(g.textContent="请输入有效的数值",g.style.display="block",!1):i!=null&&(p.split(".")[1]||"").length>i?(g.textContent=`小数位数不能超过${i}位`,g.style.display="block",!1):e!==void 0&&L<e?(g.textContent=`数值不能小于 ${e}`,g.style.display="block",!1):n!==void 0&&L>n?(g.textContent=`数值不能大于 ${n}`,g.style.display="block",!1):(g.style.display="none",l(p))};m.onclick=()=>{C()&&a()},T.appendChild(m),u.appendChild(T),c.appendChild(u),h.onkeydown=p=>{p.key==="Enter"?m.click():p.key==="Tab"?(p.preventDefault(),C()&&(a(),r(p.shiftKey?Jt.UP:Jt.DOWN))):p.key==="Escape"&&a()},this.options.control.getContainer().appendChild(c),this.popupDom=c}destroy(){this.popupDom&&(this.popupDom.remove(),this.popupDom=null)}}class Wg{options;mask;container;inputList;optionItemContainers;data;constructor(t){this.options=t,this.mask=null,this.container=null,this.inputList=[],this.optionItemContainers=[],this.data=t.data,this._render()}_getFieldValue(t){const e=this.inputList.filter(n=>n.name===t);if(e.length!==0){for(const n of e)if(n instanceof HTMLInputElement&&n.type==="radio"&&n.checked)return n.value;return e[0].value}}_updateFieldVisibility(){this.data.forEach((t,e)=>{if(t.visibleWhen){const{field:n,value:i}=t.visibleWhen,l=this._getFieldValue(n),r=this.optionItemContainers[e];if(r){const a=l===i;r.style.display=a?"":"none"}}})}_render(){const{title:t,onClose:e,onCancel:n,onConfirm:i}=this.options,l=document.createElement("div");l.classList.add("dialog-mask"),l.setAttribute(Ue,s.EditorComponent.COMPONENT),document.body.append(l);const r=document.createElement("div");r.classList.add("dialog-container"),r.setAttribute(Ue,s.EditorComponent.COMPONENT);const a=document.createElement("div");a.classList.add("dialog"),r.append(a);const c=document.createElement("div");c.classList.add("dialog-title");const d=document.createElement("span");d.append(document.createTextNode(t));const u=document.createElement("i");u.onclick=()=>{e&&e(),this._dispose()},c.append(d),c.append(u),a.append(c);const R=document.createElement("div");R.classList.add("dialog-option");for(let f=0;f<this.data.length;f++){const m=this.data[f],C=document.createElement("div");if(C.classList.add("dialog-option__item"),m.visible===!1&&(C.style.display="none"),m.label){const I=document.createElement("span");I.append(document.createTextNode(m.label)),C.append(I),m.required&&I.classList.add("dialog-option__item--require")}if(m.type==="radio"){const I=document.createElement("div");I.classList.add("dialog-radio-group"),m.horizontal&&I.classList.add("dialog-radio-group--horizontal"),m.options?.forEach(p=>{const L=document.createElement("label");L.classList.add("dialog-radio-item");const M=document.createElement("input");M.type="radio",M.name=m.name,M.value=p.value,p.value===(m.value||"")&&(M.checked=!0);const O=document.createElement("span");O.textContent=p.label,L.append(M),L.append(O),I.append(L),M.addEventListener("change",()=>{this._updateFieldVisibility()}),this.inputList.push(M)}),C.append(I)}else if(m.type==="select"){const I=document.createElement("select"),p=m.value||"";m.options?.forEach(L=>{const M=document.createElement("option");M.value=L.value,M.label=L.label,L.value===p&&(M.selected=!0),I.append(M)}),I.name=m.name,I.value=p,I.addEventListener("change",()=>{this._updateFieldVisibility()}),m.width&&(I.style.width=`${m.width}px`),C.append(I),this.inputList.push(I)}else if(m.type==="textarea"){const I=document.createElement("textarea");I.name=m.name,I.value=m.value||"",I.placeholder=m.placeholder||"",m.width&&(I.style.width=`${m.width}px`),m.height&&(I.style.height=`${m.height}px`),C.append(I),this.inputList.push(I)}else{const I=document.createElement("input");I.type=m.type,I.name=m.name,I.value=m.value||"",I.placeholder=m.placeholder||"",m.width&&(I.style.width=`${m.width}px`),m.height&&(I.style.height=`${m.height}px`),C.append(I),this.inputList.push(I)}R.append(C),this.optionItemContainers.push(C)}a.append(R);const h=document.createElement("div");h.classList.add("dialog-menu");const g=document.createElement("button");g.classList.add("dialog-menu__cancel"),g.append(document.createTextNode("取消")),g.type="button",g.onclick=()=>{n&&n(),this._dispose()},h.append(g);const T=document.createElement("button");T.append(document.createTextNode("确定")),T.type="submit",T.onclick=()=>{if(i){const f=new Set,m=[];for(const C of this.inputList)if(!f.has(C.name))if(C instanceof HTMLInputElement&&C.type==="radio"){const I=this.inputList.find(p=>p.name===C.name&&p instanceof HTMLInputElement&&p.checked);I&&(m.push({name:C.name,value:I.value}),f.add(C.name))}else m.push({name:C.name,value:C.value}),f.add(C.name);i(m)}this._dispose()},h.append(T),a.append(h),document.body.append(r),this.container=r,this.mask=l,this._updateFieldVisibility()}_dispose(){this.mask?.remove(),this.container?.remove()}}class On{draw;element;control;isPopup;datePicker;options;range;static isDeleting=!1;inputModal=null;constructor(t,e){const n=e.getDraw();this.draw=n,this.range=n.getRange(),this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1,this.datePicker=null}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getValue(){return[]}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e),r=this.control.getDraw(),{startIndex:a}=l,d=i[a].controlId;let u=a;for(let C=a;C>=0;C--){const I=i[C];if(I.controlId!==d)break;if(I.controlComponent===s.ControlComponent.PREFIX){u=C;break}}let R=a;for(let C=a;C<i.length;C++){const I=i[C];if(I.controlId!==d){R=C;break}if(I.controlComponent===s.ControlComponent.POSTFIX){R=C;break}}const h=u+1,g=R-1;g>=h&&r.spliceElementList(i,h,g-h+1);const T=i[u],f=ie(T,["control","controlId",...ue]),m=u+1;for(let C=0;C<t.length;C++){const I={...f,...t[C],controlComponent:s.ControlComponent.VALUE};I.color="#fff",I.highlight="#1677FF",re(i,[I],u,{editorOptions:this.options}),r.spliceElementList(i,m+C,0,[I])}return m+t.length-1}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=this.control.getValueRange(t);if(!l)return-1;const{startIndex:r,endIndex:a}=l;if(!~r||!~a)return-1;const c=t.elementList||this.control.getElementList();return this.control.getDraw().spliceElementList(c,r+1,a-r,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(r,t),r}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{endIndex:i}=n,l=e[i];return!!l?.originControlId&&!!l?.controlId&&l.originControlId!==l.controlId&&l.control?.type===s.ControlType.BUTTON&&!l.control?.buttonText&&(t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete)?this.control.removeControl(i):l?.controlComponent==="value"&&l.control?.type==="button"&&l.control?.buttonText?t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete?(l.controlId&&this.removeByValue(e,l.controlId),i):null:(t.key===s.KeyMap.Backspace&&l?.controlComponent==="value"&&l.control?.type==="button"&&!l.control?.buttonText,null)}removeByValue(t,e){return On.isDeleting=!0,new Promise(n=>{for(let c=t.length-1;c>=0;c--)(t[c].type=="control"||t[c].type=="text")&&t[c].controlId===e&&t.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),setTimeout(()=>{On.isDeleting=!1},300),n(!0)})}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl()||On.isDeleting||!this.control.getPosition())return;const e=this.draw.getElementList(),{startIndex:n}=this.control.getRange();if(e[n]?.controlId!==this.element?.controlId)return;const i=this.control.getDraw().getPosition().getPositionContext();if(!i.isDirectHit||i.index!==n||e[i.index]?.controlId!==this.element?.controlId)return;const l=e[n]?.controlId,r=e[n]?.control;if(!(l?.endsWith("_text")||r?.buttonText)){if(this.options.mode=="form"){const a=e[n].controlId;if(!a)return;const c=e.filter(d=>d.controlId==a);c[0].control.buttonText||this.showInputModal(c)}else if(this.options.mode=="edit"){const a=e[n].controlId,c=e.filter(d=>d.controlId==a);this.showEditModal(c)}}}showInputModal(t){if(this.inputModal){this.closeInputModal();return}this.isPopup=!0,this.inputModal=document.createElement("div"),this.inputModal.classList.add(`${tt}-button-input-modal`),this.inputModal.setAttribute(Ue,s.EditorComponent.POPUP);const e=d=>{if(d.type==="mouseup"){const u=this.control.getDraw().getCanvasEvent();u.setIsAllowDrag(!1),u.setIsAllowSelection(!1)}d.stopPropagation()};this.inputModal.addEventListener("mousedown",e),this.inputModal.addEventListener("mouseup",e),this.inputModal.addEventListener("click",e),this.inputModal.addEventListener("keydown",e),this.inputModal.addEventListener("input",e),this.inputModal.oncontextmenu=d=>{d.preventDefault(),d.stopPropagation()};const n=document.createElement("div");n.classList.add(`${tt}-button-input-modal__content`),n.oncontextmenu=d=>{d.preventDefault(),d.stopPropagation()};const i=document.createElement("div");i.classList.add(`${tt}-button-input-modal__title`),i.innerText="请输入按钮展开文字(用逗号分隔)";const l=document.createElement("textarea");l.classList.add(`${tt}-button-input-modal__textarea`),l.placeholder="例如:选项1,选项2,选项3",l.rows=5;const r=document.createElement("div");r.classList.add(`${tt}-button-input-modal__buttons`);const a=document.createElement("button");a.classList.add(`${tt}-button-input-modal__cancel`),a.innerText="取消",a.onclick=()=>this.closeInputModal();const c=document.createElement("button");c.classList.add(`${tt}-button-input-modal__confirm`),c.innerText="确认",c.onclick=()=>{const d=l.value.trim();if(d){const u=d.split(/[,,]/).map((R,h)=>({value:R.trim(),code:String(h+1)})).filter(R=>R.value);if(u.length>0&&t[0]?.controlId){const R={controlId:t[0].controlId,element:[{...t[0],newButtonValue:u}]};this.draw.getCommand().executeButton(R)}}this.closeInputModal()},r.appendChild(a),r.appendChild(c),n.appendChild(i),n.appendChild(l),n.appendChild(r),this.inputModal.appendChild(n),this.draw.getContainer().appendChild(this.inputModal),setTimeout(()=>l.focus(),100),this.inputModal.onclick=d=>{d.target===this.inputModal&&this.closeInputModal()}}closeInputModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}showEditModal(t){const e=t[0]?.control||{},n=e.buttonLabel||e.label||"按钮",i=e.code||"";this.isPopup=!0,new Wg({title:"修改按钮属性",data:[{type:"text",label:"按钮标签",name:"buttonLabel",required:!0,placeholder:"请输入按钮标签",value:n},{type:"text",label:"按钮代码",name:"code",placeholder:"请输入按钮代码",value:i}],onClose:()=>{this.isPopup=!1},onCancel:()=>{this.isPopup=!1},onConfirm:l=>{const r=l.find(h=>h.name==="buttonLabel")?.value?.trim()||"按钮",a=l.find(h=>h.name==="code")?.value?.trim()||"",c=this.control.getElementList(),d=t[0]?.controlId;if(d)for(let h=0;h<c.length;h++){const g=c[h];g.controlId===d&&g.control&&(g.control.buttonLabel=r,g.control.label=r,g.control.code=a)}const u=[];for(let h=0;h<r.length;h++)u.push({value:r[h],controlComponent:s.ControlComponent.VALUE});const R=this.setValue(u);R!==-1&&this.control.repaintControl({curIndex:R}),this.isPopup=!1}})}destroy(){this.inputModal&&this.closeInputModal(),this.isPopup&&(this.datePicker?.destroy(),this.isPopup=!1)}}class ll{draws;ranges;element;control;options;position;constructor(t,e){const n=e.getDraw();this.draws=n,this.position=n.getPosition(),this.ranges=n.getRange(),this.options=n.getOptions(),this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getValue(t={}){const e=t.elementList||this.control.getElementList();let{startIndex:n}=t.range||this.control.getRange();const i=this.control.getDraw(),l=t?null:i.getTd();n>=e.length&&(n=e.length-1);const r=e[n],a=[];let c=l;if(r.controlComponent===s.ControlComponent.PRETEXTFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let T=n+1;for(;T<e.length;){const f=e[T];if(f.controlId!==r.controlId||f.controlComponent!==s.ControlComponent.PRETEXTFIX&&f.controlComponent!==s.ControlComponent.PRETEXTFIX_TEXT){n=T-1;break}T++}}let d=e,u=n;for(;;){if(u<0&&c?.linkTdPrevId){const f=i.getTdById(c.linkTdPrevId);if(f){d=f.value,u=d.length-1,c=f;continue}}if(u<0)break;const T=d[u];if(T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.PRETEXTFIX||T.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||T.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;T.controlComponent===s.ControlComponent.VALUE&&a.unshift(T),u--}c=l;let R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const f=i.getTdById(c.linkTdNextId);if(f){R=f.value,h=0,c=f;continue}}const T=R[h];if(!T||T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.POSTTEXTFIX||T.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||T.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;T.controlComponent===s.ControlComponent.VALUE&&a.push(T),h++}return a.filter(T=>T.type!==s.ElementType.SPLIT_TAG)}removeNextControlElement(t,e){const n=this.control.getDraw();if(e=e??n.getTd()?.linkTdNextId,e){const i=n.getTdById(e);if(i){if(i.value.length){if(i.value[1].controlId===t)return n.spliceElementList(i.value,1,1),i.value[1]}else if(i.linkTdNextId)return this.removeNextControlElement(t,i.linkTdNextId)}}}setValue(t,e={},n={}){if(this.options.mode===s.EditorMode.FORM||!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e);this.control.shrinkBoundary(e);const{startIndex:r,endIndex:a}=l,c=this.control.getDraw();r!==a?c.spliceElementList(i,r+1,a-r,[],{isIgnoreDeletedRule:n.isIgnoreDeletedRule}):this.control.removePlaceholder(r,{elementList:i});const d=i[r],u=i[r+1];let R=d.originControlId||d.controlId,h=d.originControlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT)&&u?.controlId&&u.controlId!==d.controlId)if(u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX)for(let C=r;C>=0;C--){const I=i[C];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let p=C-1;p>=0;p--){const L=i[p];if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.PRETEXTFIX||L.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(R=u.controlId,h=!0);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT))for(let C=r;C>=0;C--){const I=i[C];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let p=C-1;p>=0;p--){const L=i[p];if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.PRETEXTFIX||L.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}const g=d.type&&!Ie.includes(d.type)||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT?ie(d,["control","controlId",...ue]):Ce(d,["type"]);h&&(g.controlId=R,delete g.originControlId);const T=l.startIndex+1,f=[],m=C=>{const I=f.length?f:i,p=f.length?f.length-1:l.startIndex;re(I,[C],p,{editorOptions:this.options}),f.push(C)};for(let C=0;C<t.length;C++){const I=t[C];if(I.type===s.ElementType.CONTROL&&I.control){const p=I,L=p.controlId||Tt(),M=p.control?.value||[],O=p.control?.type===s.ControlType.TEXTFIELD,b={...g,controlId:L,type:s.ElementType.CONTROL,control:p.control,originControlId:R},D=O?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,W=O?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,V=O?p.control?.preTextFix||this.options.control.preTextFix:p.control?.prefix||this.options.control.prefix;for(let y=0;y<V.length;y++){const F={...b,value:V[y],controlComponent:D};m(F)}for(let y=0;y<M.length;y++){const F=M[y],S={...b,...F,controlComponent:s.ControlComponent.VALUE,type:F.type};(S.color===this.options.control.textFixColor||S.color===this.options.control.placeholderColor)&&(S.color=this.options.defaultColor),m(S)}if(M.length===0){const y=p.control?.placeholder||"";for(let F=0;F<y.length;F++){const S={...b,value:y[F],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};m(S)}}const E=O?p.control?.postTextFix||this.options.control.postTextFix:p.control?.postfix||this.options.control.postfix;for(let y=0;y<E.length;y++){const F={...b,value:E[y],controlComponent:W};m(F)}}else if(I.type||I.value){g.color=this.options.defaultColor;const p={...g,...I,controlComponent:s.ControlComponent.VALUE};h&&(p.color=this.element.control?.color??this.options.defaultColor,this.element.control?.highlight?p.highlight=this.element.control.highlight:delete p.highlight),(p.color===this.options.control.textFixColor||p.color===this.options.control.placeholderColor)&&(p.color=this.options.defaultColor),m(p)}}return f.length&&c.spliceElementList(i,T,0,f),l.startIndex+f.length}clearValue(t={},e={}){if(!e.isIgnoreDisabledRule&&this.control.getIsDisabledControl(t))return-1;const n=t.elementList||this.control.getElementList(),i=t.range||this.control.getValueRange()||this.control.getRange();this.control.shrinkBoundary(t);const{startIndex:l,endIndex:r}=i;return this.control.getDraw().spliceElementList(n,l+1,r-l,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),e.isAddPlaceholder!==!1&&(this.getValue(t).length||this.control.addPlaceholder(l,t)),l}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange(),i=n.startIndex,l=n.endIndex;if(t.key===s.KeyMap.Backspace&&i===l&&i>0){const m=e[i-1],C=m?.controlComponent===s.ControlComponent.POSTFIX||m?.controlComponent===s.ControlComponent.POSTTEXTFIX,I=m?.controlComponent===s.ControlComponent.PLACEHOLDER,p=!!m?.controlId,M=this.draws.getPosition().getPositionList(),O=M[i],b=M[i-1],D=O&&b&&O.rowIndex===b.rowIndex;if((C||I)&&p&&D)return this.control.removeControl(i-1)}this.control.shrinkBoundary();const{startIndex:r,endIndex:a}=n,c=e[r],d=this.control.getDraw(),u=e[a+1],R=!!c?.originControlId&&!!c?.controlId&&c.originControlId!==c.controlId,h=R&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL),g=R&&c.control?.type===s.ControlType.BUTTON&&c.controlComponent===s.ControlComponent.VALUE,T=!!u?.originControlId&&!!u?.controlId&&u.originControlId!==u.controlId&&(u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT||u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||u.controlComponent===s.ControlComponent.PLACEHOLDER||u.controlComponent===s.ControlComponent.TEXTFIXLABEL),f=!!u?.originControlId&&!!u?.controlId&&u.originControlId!==u.controlId&&u.control?.type===s.ControlType.BUTTON;if(t.key===s.KeyMap.Backspace){if(r===a&&(g||h&&c.controlComponent!==s.ControlComponent.POSTFIX&&c.controlComponent!==s.ControlComponent.POST_TEXT&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT))return this.control.removeControl(r);if(this.options.mode===s.EditorMode.FORM)this.strikeout();else{if(r!==a)return e.slice(r,a+1).some(I=>I.controlComponent===s.ControlComponent.POSTTEXTFIX||I.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)?r:(d.spliceElementList(e,r+1,a-r),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r);{const m=e[r-1];return m?.controlId===c.controlId&&m?.originControlId===c.originControlId&&m?.controlComponent===s.ControlComponent.VALUE&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)?(d.spliceElementList(e,r-1,1),this.getValue().length||this.control.addPlaceholder(r-2),r-2):c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.TEXTFIXLABEL||c.controlComponent===s.ControlComponent.PLACEHOLDER?r:(d.spliceElementList(e,r,1),this.getValue().length||this.control.addPlaceholder(r-1),r===1&&e[0].type===s.ElementType.SPLIT_TAG||r===0?d.fixPosition(!0)??r-1:r-1)}}}else if(t.key===s.KeyMap.Delete){if(r===a&&(h||g))return this.control.removeControl(r);if(r===a&&(T||f))return this.control.removeControl(a+1);if(this.options.mode===s.EditorMode.FORM)this.strikeout();else return r!==a?(d.spliceElementList(e,r+1,a-r),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r):(u||d.getTd()?.linkTdNextId&&c.controlId&&this.removeNextControlElement(c.controlId),u&&((c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(u.controlComponent===s.ControlComponent.PLACEHOLDER||u.controlComponent===s.ControlComponent.TEXTFIXLABEL)||u.controlComponent===s.ControlComponent.POSTTEXTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL)?r:(d.spliceElementList(e,r+1,1),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r))}return a}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}strikeout(t,e={},n={}){const{isIgnoreDisabledRule:i=!1}=t||{};if(!i&&(this.draws.isReadonly()||this.draws.isDisabled()))return;const r=this.ranges.getSelectionElementList(),a=this.position.getCursorPosition(),c=st(new Date).format("YYYY-MM-DD HH:mm:ss");if(r?.length){if(!this.element.strikeout){const d=r.findIndex(u=>!u.strikeout);r.forEach(u=>{u.deletePerson="SWJ",u.deleteTime=c,u.strikeout=!!~d}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),setTimeout(()=>{this.strikeoute()},100)}}else{const d=this.control.getElementList()[a.index];if(!this.control.getElementList()[a.index].strikeout&&d?.metrics.width>0){this.control.getElementList()[a.index].strikeout=!0,this.control.getElementList()[a.index].deletePerson="SWJ",this.control.getElementList()[a.index].deleteTime=c;const u=--a.index;setTimeout(()=>{this.strikeoute()},100),setTimeout(()=>{const h=u;this.draws.render({curIndex:h,isSetCursor:!0}),a.index=u,this.position.setCursorPosition(a),this.ranges.setRange(u,u)},100)}else{const{elementList:u,range:R}=this.control.mergeControl(n),h=R.startIndex;if(h>=0&&h<u.length&&u[h]?.metrics?.width!==void 0&&u[h].metrics.width<=0&&!u[h]?.strikeout){this.draws.spliceElementList(u,R.startIndex,1,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule});const g=!0,T=R.startIndex-1;this.draws.render({curIndex:T,isSetCursor:g}),a.index=T,delete a.value,this.position.setCursorPosition(a),this.ranges.setRange(T,T)}}}}strikeoute(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draws.isReadonly()||this.draws.isDisabled()))return;if(!this.ranges.getSelectionElementList()?.length){const{endIndex:l}=this.ranges.getRange(),a=this.draws.getElementList()[l];this.ranges.setDefaultStyle({strikeout:a.strikeout?!1:!this.ranges.getDefaultStyle()?.strikeout})}}}const Yg={indent:"        ",divider:"────────────────"};class al{draw;element;control;options;isPopup;inputModal=null;constructor(t,e){const n=e.getDraw();this.draw=n,this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getValue(t={}){const e=t.elementList||this.control.getElementList(),n=this.control.getValueRange(t);if(!n)return[];const i=[],{startIndex:l,endIndex:r}=n;for(let a=l;a<=r;a++){const c=e[a];c.controlComponent===s.ControlComponent.VALUE&&i.push(c)}return i}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e),r=this.control.getDraw(),{startIndex:a}=l,d=i[a].controlId;let u=a;for(let C=a;C>=0;C--){const I=i[C];if(I.controlId!==d)break;if(I.controlComponent===s.ControlComponent.PREFIX){u=C;break}}let R=a;for(let C=a;C<i.length;C++){const I=i[C];if(I.controlId!==d){R=C;break}if(I.controlComponent===s.ControlComponent.POSTFIX){R=C;break}}const h=u+1,g=R-1;g>=h&&r.spliceElementList(i,h,g-h+1);const T=i[u],f=ie(T,["control","controlId",...ue]),m=u+1;for(let C=0;C<t.length;C++){const I={...f,...t[C],value:t[C].value===`
110
- `?_:t[C].value,controlComponent:s.ControlComponent.VALUE};(I.color===this.options.control.bracketColor||I.color===this.options.control.placeholderColor)&&(I.color=this.options.defaultColor),re(i,[I],u,{editorOptions:this.options}),r.spliceElementList(i,m+C,0,[I])}return m+t.length-1}keydown(t){if(this.control.getIsDisabledControl()||this.options.mode===s.EditorMode.FORM)return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i}=n,l=e[i];if(t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete){const r=l.controlId;let a=i,c=i;for(;a>0&&e[a-1].controlId===r;)a--;for(;c<e.length-1&&e[c+1].controlId===r;)c++;return this.draw.spliceElementList(e,a,c-a+1),a>0?a-1:0}return null}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE||this.isPopup||this.control.getIsDisabledControl())return;let t=!1;const e=this.control.getElementList(),n=this.element.controlId;for(let i=0;i<e.length;i++){const l=e[i];l.controlId===n&&l.control&&l.control._justCreated&&(t=!0,delete l.control._justCreated)}t||this.showMenstrualHistoryDialog()}generateDisplayText(t){const{indent:e,divider:n}=Yg,{isMenopause:i,periodMin:l,periodMax:r,menarcheAge:a,cycleMin:c,cycleMax:d}=t,u=`${e}月经持续${l}~${r}天`,R=`${e}生理周期持续${c}~${d}天${_}`;let h;return i?h=`初潮年龄${a}岁${n}闭经年龄${t.menopauseAge||"_"}岁`:h=`初潮年龄${a}岁${n}末次日期${t.lastPeriod||"____-__-__"}`,`${_} ${u}
112
+ `+new Error().stack),e=!1}return t.apply(this,arguments)},t)}var fr={};function mr(o,t){st.deprecationHandler!=null&&st.deprecationHandler(o,t),fr[o]||(Tr(t),fr[o]=!0)}st.suppressDeprecationWarnings=!1,st.deprecationHandler=null;function ke(o){return typeof Function<"u"&&o instanceof Function||Object.prototype.toString.call(o)==="[object Function]"}function Qd(o){var t,e;for(e in o)Kt(o,e)&&(t=o[e],ke(t)?this[e]=t:this["_"+e]=t);this._config=o,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function Qi(o,t){var e=un({},o),n;for(n in t)Kt(t,n)&&(Ln(o[n])&&Ln(t[n])?(e[n]={},un(e[n],o[n]),un(e[n],t[n])):t[n]!=null?e[n]=t[n]:delete e[n]);for(n in o)Kt(o,n)&&!Kt(t,n)&&Ln(o[n])&&(e[n]=un({},e[n]));return e}function vi(o){o!=null&&this.set(o)}var Ki;Object.keys?Ki=Object.keys:Ki=function(o){var t,e=[];for(t in o)Kt(o,t)&&e.push(t);return e};var vd={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function Kd(o,t,e){var n=this._calendar[o]||this._calendar.sameElse;return ke(n)?n.call(t,e):n}function Ge(o,t,e){var n=""+Math.abs(o),i=t-n.length,l=o>=0;return(l?e?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+n}var Hi=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,bo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,_i={},wn={};function gt(o,t,e,n){var i=n;typeof n=="string"&&(i=function(){return this[n]()}),o&&(wn[o]=i),t&&(wn[t[0]]=function(){return Ge(i.apply(this,arguments),t[1],t[2])}),e&&(wn[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),o)})}function Hd(o){return o.match(/\[[\s\S]/)?o.replace(/^\[|\]$/g,""):o.replace(/\\/g,"")}function _d(o){var t=o.match(Hi),e,n;for(e=0,n=t.length;e<n;e++)wn[t[e]]?t[e]=wn[t[e]]:t[e]=Hd(t[e]);return function(i){var l="",r;for(r=0;r<n;r++)l+=ke(t[r])?t[r].call(i,o):t[r];return l}}function Do(o,t){return o.isValid()?(t=pr(t,o.localeData()),_i[t]=_i[t]||_d(t),_i[t](o)):o.localeData().invalidDate()}function pr(o,t){var e=5;function n(i){return t.longDateFormat(i)||i}for(bo.lastIndex=0;e>=0&&bo.test(o);)o=o.replace(bo,n),bo.lastIndex=0,e-=1;return o}var Ad={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function kd(o){var t=this._longDateFormat[o],e=this._longDateFormat[o.toUpperCase()];return t||!e?t:(this._longDateFormat[o]=e.match(Hi).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[o])}var Gd="Invalid date";function xd(){return this._invalidDate}var Bd="%d",Jd=/\d{1,2}/;function $d(o){return this._ordinal.replace("%d",o)}var zd={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function jd(o,t,e,n){var i=this._relativeTime[e];return ke(i)?i(o,t,e,n):i.replace(/%d/i,o)}function qd(o,t){var e=this._relativeTime[o>0?"future":"past"];return ke(e)?e(t):e.replace(/%s/i,t)}var Cr={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function Oe(o){return typeof o=="string"?Cr[o]||Cr[o.toLowerCase()]:void 0}function Ai(o){var t={},e,n;for(n in o)Kt(o,n)&&(e=Oe(n),e&&(t[e]=o[n]));return t}var tu={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function eu(o){var t=[],e;for(e in o)Kt(o,e)&&t.push({unit:e,priority:tu[e]});return t.sort(function(n,i){return n.priority-i.priority}),t}var Ir=/\d/,Le=/\d\d/,Lr=/\d{3}/,ki=/\d{4}/,Vo=/[+-]?\d{6}/,qt=/\d\d?/,Pr=/\d\d\d\d?/,Er=/\d\d\d\d\d\d?/,Wo=/\d{1,3}/,Gi=/\d{1,4}/,Yo=/[+-]?\d{1,6}/,Zn=/\d+/,Uo=/[+-]?\d+/,nu=/Z|[+-]\d\d:?\d\d/gi,wo=/Z|[+-]\d\d(?::?\d\d)?/gi,ou=/[+-]?\d+(\.\d{1,3})?/,eo=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Qn=/^[1-9]\d?/,xi=/^([1-9]\d|\d)/,Zo;Zo={};function dt(o,t,e){Zo[o]=ke(t)?t:function(n,i){return n&&e?e:t}}function iu(o,t){return Kt(Zo,o)?Zo[o](t._strict,t._locale):new RegExp(su(o))}function su(o){return ze(o.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,l){return e||n||i||l}))}function ze(o){return o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Se(o){return o<0?Math.ceil(o)||0:Math.floor(o)}function Vt(o){var t=+o,e=0;return t!==0&&isFinite(t)&&(e=Se(t)),e}var Bi={};function Bt(o,t){var e,n=t,i;for(typeof o=="string"&&(o=[o]),$e(t)&&(n=function(l,r){r[t]=Vt(l)}),i=o.length,e=0;e<i;e++)Bi[o[e]]=n}function no(o,t){Bt(o,function(e,n,i,l){i._w=i._w||{},t(e,i._w,i,l)})}function ru(o,t,e){t!=null&&Kt(Bi,o)&&Bi[o](t,e._a,e,o)}function Qo(o){return o%4===0&&o%100!==0||o%400===0}var he=0,je=1,xe=2,ce=3,De=4,qe=5,Pn=6,lu=7,au=8;gt("Y",0,0,function(){var o=this.year();return o<=9999?Ge(o,4):"+"+o}),gt(0,["YY",2],0,function(){return this.year()%100}),gt(0,["YYYY",4],0,"year"),gt(0,["YYYYY",5],0,"year"),gt(0,["YYYYYY",6,!0],0,"year"),dt("Y",Uo),dt("YY",qt,Le),dt("YYYY",Gi,ki),dt("YYYYY",Yo,Vo),dt("YYYYYY",Yo,Vo),Bt(["YYYYY","YYYYYY"],he),Bt("YYYY",function(o,t){t[he]=o.length===2?st.parseTwoDigitYear(o):Vt(o)}),Bt("YY",function(o,t){t[he]=st.parseTwoDigitYear(o)}),Bt("Y",function(o,t){t[he]=parseInt(o,10)});function oo(o){return Qo(o)?366:365}st.parseTwoDigitYear=function(o){return Vt(o)+(Vt(o)>68?1900:2e3)};var Mr=vn("FullYear",!0);function cu(){return Qo(this.year())}function vn(o,t){return function(e){return e!=null?(Or(this,o,e),st.updateOffset(this,t),this):io(this,o)}}function io(o,t){if(!o.isValid())return NaN;var e=o._d,n=o._isUTC;switch(t){case"Milliseconds":return n?e.getUTCMilliseconds():e.getMilliseconds();case"Seconds":return n?e.getUTCSeconds():e.getSeconds();case"Minutes":return n?e.getUTCMinutes():e.getMinutes();case"Hours":return n?e.getUTCHours():e.getHours();case"Date":return n?e.getUTCDate():e.getDate();case"Day":return n?e.getUTCDay():e.getDay();case"Month":return n?e.getUTCMonth():e.getMonth();case"FullYear":return n?e.getUTCFullYear():e.getFullYear();default:return NaN}}function Or(o,t,e){var n,i,l,r,a;if(!(!o.isValid()||isNaN(e))){switch(n=o._d,i=o._isUTC,t){case"Milliseconds":return void(i?n.setUTCMilliseconds(e):n.setMilliseconds(e));case"Seconds":return void(i?n.setUTCSeconds(e):n.setSeconds(e));case"Minutes":return void(i?n.setUTCMinutes(e):n.setMinutes(e));case"Hours":return void(i?n.setUTCHours(e):n.setHours(e));case"Date":return void(i?n.setUTCDate(e):n.setDate(e));case"FullYear":break;default:return}l=e,r=o.month(),a=o.date(),a=a===29&&r===1&&!Qo(l)?28:a,i?n.setUTCFullYear(l,r,a):n.setFullYear(l,r,a)}}function du(o){return o=Oe(o),ke(this[o])?this[o]():this}function uu(o,t){if(typeof o=="object"){o=Ai(o);var e=eu(o),n,i=e.length;for(n=0;n<i;n++)this[e[n].unit](o[e[n].unit])}else if(o=Oe(o),ke(this[o]))return this[o](t);return this}function Ru(o,t){return(o%t+t)%t}var le;Array.prototype.indexOf?le=Array.prototype.indexOf:le=function(o){var t;for(t=0;t<this.length;++t)if(this[t]===o)return t;return-1};function Ji(o,t){if(isNaN(o)||isNaN(t))return NaN;var e=Ru(t,12);return o+=(t-e)/12,e===1?Qo(o)?29:28:31-e%7%2}gt("M",["MM",2],"Mo",function(){return this.month()+1}),gt("MMM",0,0,function(o){return this.localeData().monthsShort(this,o)}),gt("MMMM",0,0,function(o){return this.localeData().months(this,o)}),dt("M",qt,Qn),dt("MM",qt,Le),dt("MMM",function(o,t){return t.monthsShortRegex(o)}),dt("MMMM",function(o,t){return t.monthsRegex(o)}),Bt(["M","MM"],function(o,t){t[je]=Vt(o)-1}),Bt(["MMM","MMMM"],function(o,t,e,n){var i=e._locale.monthsParse(o,n,e._strict);i!=null?t[je]=i:Ot(e).invalidMonth=o});var hu="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Sr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Xr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,gu=eo,Tu=eo;function fu(o,t){return o?ye(this._months)?this._months[o.month()]:this._months[(this._months.isFormat||Xr).test(t)?"format":"standalone"][o.month()]:ye(this._months)?this._months:this._months.standalone}function mu(o,t){return o?ye(this._monthsShort)?this._monthsShort[o.month()]:this._monthsShort[Xr.test(t)?"format":"standalone"][o.month()]:ye(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function pu(o,t,e){var n,i,l,r=o.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)l=Ae([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(l,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(l,"").toLocaleLowerCase();return e?t==="MMM"?(i=le.call(this._shortMonthsParse,r),i!==-1?i:null):(i=le.call(this._longMonthsParse,r),i!==-1?i:null):t==="MMM"?(i=le.call(this._shortMonthsParse,r),i!==-1?i:(i=le.call(this._longMonthsParse,r),i!==-1?i:null)):(i=le.call(this._longMonthsParse,r),i!==-1?i:(i=le.call(this._shortMonthsParse,r),i!==-1?i:null))}function Cu(o,t,e){var n,i,l;if(this._monthsParseExact)return pu.call(this,o,t,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(i=Ae([2e3,n]),e&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),!e&&!this._monthsParse[n]&&(l="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[n]=new RegExp(l.replace(".",""),"i")),e&&t==="MMMM"&&this._longMonthsParse[n].test(o))return n;if(e&&t==="MMM"&&this._shortMonthsParse[n].test(o))return n;if(!e&&this._monthsParse[n].test(o))return n}}function Nr(o,t){if(!o.isValid())return o;if(typeof t=="string"){if(/^\d+$/.test(t))t=Vt(t);else if(t=o.localeData().monthsParse(t),!$e(t))return o}var e=t,n=o.date();return n=n<29?n:Math.min(n,Ji(o.year(),e)),o._isUTC?o._d.setUTCMonth(e,n):o._d.setMonth(e,n),o}function Fr(o){return o!=null?(Nr(this,o),st.updateOffset(this,!0),this):io(this,"Month")}function Iu(){return Ji(this.year(),this.month())}function Lu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||yr.call(this),o?this._monthsShortStrictRegex:this._monthsShortRegex):(Kt(this,"_monthsShortRegex")||(this._monthsShortRegex=gu),this._monthsShortStrictRegex&&o?this._monthsShortStrictRegex:this._monthsShortRegex)}function Pu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||yr.call(this),o?this._monthsStrictRegex:this._monthsRegex):(Kt(this,"_monthsRegex")||(this._monthsRegex=Tu),this._monthsStrictRegex&&o?this._monthsStrictRegex:this._monthsRegex)}function yr(){function o(c,d){return d.length-c.length}var t=[],e=[],n=[],i,l,r,a;for(i=0;i<12;i++)l=Ae([2e3,i]),r=ze(this.monthsShort(l,"")),a=ze(this.months(l,"")),t.push(r),e.push(a),n.push(a),n.push(r);t.sort(o),e.sort(o),n.sort(o),this._monthsRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Eu(o,t,e,n,i,l,r){var a;return o<100&&o>=0?(a=new Date(o+400,t,e,n,i,l,r),isFinite(a.getFullYear())&&a.setFullYear(o)):a=new Date(o,t,e,n,i,l,r),a}function so(o){var t,e;return o<100&&o>=0?(e=Array.prototype.slice.call(arguments),e[0]=o+400,t=new Date(Date.UTC.apply(null,e)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(o)):t=new Date(Date.UTC.apply(null,arguments)),t}function vo(o,t,e){var n=7+t-e,i=(7+so(o,0,n).getUTCDay()-t)%7;return-i+n-1}function br(o,t,e,n,i){var l=(7+e-n)%7,r=vo(o,n,i),a=1+7*(t-1)+l+r,c,d;return a<=0?(c=o-1,d=oo(c)+a):a>oo(o)?(c=o+1,d=a-oo(o)):(c=o,d=a),{year:c,dayOfYear:d}}function ro(o,t,e){var n=vo(o.year(),t,e),i=Math.floor((o.dayOfYear()-n-1)/7)+1,l,r;return i<1?(r=o.year()-1,l=i+tn(r,t,e)):i>tn(o.year(),t,e)?(l=i-tn(o.year(),t,e),r=o.year()+1):(r=o.year(),l=i),{week:l,year:r}}function tn(o,t,e){var n=vo(o,t,e),i=vo(o+1,t,e);return(oo(o)-n+i)/7}gt("w",["ww",2],"wo","week"),gt("W",["WW",2],"Wo","isoWeek"),dt("w",qt,Qn),dt("ww",qt,Le),dt("W",qt,Qn),dt("WW",qt,Le),no(["w","ww","W","WW"],function(o,t,e,n){t[n.substr(0,1)]=Vt(o)});function Mu(o){return ro(o,this._week.dow,this._week.doy).week}var Ou={dow:0,doy:6};function Su(){return this._week.dow}function Xu(){return this._week.doy}function Nu(o){var t=this.localeData().week(this);return o==null?t:this.add((o-t)*7,"d")}function Fu(o){var t=ro(this,1,4).week;return o==null?t:this.add((o-t)*7,"d")}gt("d",0,"do","day"),gt("dd",0,0,function(o){return this.localeData().weekdaysMin(this,o)}),gt("ddd",0,0,function(o){return this.localeData().weekdaysShort(this,o)}),gt("dddd",0,0,function(o){return this.localeData().weekdays(this,o)}),gt("e",0,0,"weekday"),gt("E",0,0,"isoWeekday"),dt("d",qt),dt("e",qt),dt("E",qt),dt("dd",function(o,t){return t.weekdaysMinRegex(o)}),dt("ddd",function(o,t){return t.weekdaysShortRegex(o)}),dt("dddd",function(o,t){return t.weekdaysRegex(o)}),no(["dd","ddd","dddd"],function(o,t,e,n){var i=e._locale.weekdaysParse(o,n,e._strict);i!=null?t.d=i:Ot(e).invalidWeekday=o}),no(["d","e","E"],function(o,t,e,n){t[n]=Vt(o)});function yu(o,t){return typeof o!="string"?o:isNaN(o)?(o=t.weekdaysParse(o),typeof o=="number"?o:null):parseInt(o,10)}function bu(o,t){return typeof o=="string"?t.weekdaysParse(o)%7||7:isNaN(o)?null:o}function $i(o,t){return o.slice(t,7).concat(o.slice(0,t))}var Du="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Dr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Vu="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Wu=eo,Yu=eo,Uu=eo;function wu(o,t){var e=ye(this._weekdays)?this._weekdays:this._weekdays[o&&o!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return o===!0?$i(e,this._week.dow):o?e[o.day()]:e}function Zu(o){return o===!0?$i(this._weekdaysShort,this._week.dow):o?this._weekdaysShort[o.day()]:this._weekdaysShort}function Qu(o){return o===!0?$i(this._weekdaysMin,this._week.dow):o?this._weekdaysMin[o.day()]:this._weekdaysMin}function vu(o,t,e){var n,i,l,r=o.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)l=Ae([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(l,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(l,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(l,"").toLocaleLowerCase();return e?t==="dddd"?(i=le.call(this._weekdaysParse,r),i!==-1?i:null):t==="ddd"?(i=le.call(this._shortWeekdaysParse,r),i!==-1?i:null):(i=le.call(this._minWeekdaysParse,r),i!==-1?i:null):t==="dddd"?(i=le.call(this._weekdaysParse,r),i!==-1||(i=le.call(this._shortWeekdaysParse,r),i!==-1)?i:(i=le.call(this._minWeekdaysParse,r),i!==-1?i:null)):t==="ddd"?(i=le.call(this._shortWeekdaysParse,r),i!==-1||(i=le.call(this._weekdaysParse,r),i!==-1)?i:(i=le.call(this._minWeekdaysParse,r),i!==-1?i:null)):(i=le.call(this._minWeekdaysParse,r),i!==-1||(i=le.call(this._weekdaysParse,r),i!==-1)?i:(i=le.call(this._shortWeekdaysParse,r),i!==-1?i:null))}function Ku(o,t,e){var n,i,l;if(this._weekdaysParseExact)return vu.call(this,o,t,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(i=Ae([2e3,1]).day(n),e&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(l="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[n]=new RegExp(l.replace(".",""),"i")),e&&t==="dddd"&&this._fullWeekdaysParse[n].test(o))return n;if(e&&t==="ddd"&&this._shortWeekdaysParse[n].test(o))return n;if(e&&t==="dd"&&this._minWeekdaysParse[n].test(o))return n;if(!e&&this._weekdaysParse[n].test(o))return n}}function Hu(o){if(!this.isValid())return o!=null?this:NaN;var t=io(this,"Day");return o!=null?(o=yu(o,this.localeData()),this.add(o-t,"d")):t}function _u(o){if(!this.isValid())return o!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return o==null?t:this.add(o-t,"d")}function Au(o){if(!this.isValid())return o!=null?this:NaN;if(o!=null){var t=bu(o,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function ku(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||zi.call(this),o?this._weekdaysStrictRegex:this._weekdaysRegex):(Kt(this,"_weekdaysRegex")||(this._weekdaysRegex=Wu),this._weekdaysStrictRegex&&o?this._weekdaysStrictRegex:this._weekdaysRegex)}function Gu(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||zi.call(this),o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Kt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Yu),this._weekdaysShortStrictRegex&&o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function xu(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||zi.call(this),o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Kt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Uu),this._weekdaysMinStrictRegex&&o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function zi(){function o(u,R){return R.length-u.length}var t=[],e=[],n=[],i=[],l,r,a,c,d;for(l=0;l<7;l++)r=Ae([2e3,1]).day(l),a=ze(this.weekdaysMin(r,"")),c=ze(this.weekdaysShort(r,"")),d=ze(this.weekdays(r,"")),t.push(a),e.push(c),n.push(d),i.push(a),i.push(c),i.push(d);t.sort(o),e.sort(o),n.sort(o),i.sort(o),this._weekdaysRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function ji(){return this.hours()%12||12}function Bu(){return this.hours()||24}gt("H",["HH",2],0,"hour"),gt("h",["hh",2],0,ji),gt("k",["kk",2],0,Bu),gt("hmm",0,0,function(){return""+ji.apply(this)+Ge(this.minutes(),2)}),gt("hmmss",0,0,function(){return""+ji.apply(this)+Ge(this.minutes(),2)+Ge(this.seconds(),2)}),gt("Hmm",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)}),gt("Hmmss",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)+Ge(this.seconds(),2)});function Vr(o,t){gt(o,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Vr("a",!0),Vr("A",!1);function Wr(o,t){return t._meridiemParse}dt("a",Wr),dt("A",Wr),dt("H",qt,xi),dt("h",qt,Qn),dt("k",qt,Qn),dt("HH",qt,Le),dt("hh",qt,Le),dt("kk",qt,Le),dt("hmm",Pr),dt("hmmss",Er),dt("Hmm",Pr),dt("Hmmss",Er),Bt(["H","HH"],ce),Bt(["k","kk"],function(o,t,e){var n=Vt(o);t[ce]=n===24?0:n}),Bt(["a","A"],function(o,t,e){e._isPm=e._locale.isPM(o),e._meridiem=o}),Bt(["h","hh"],function(o,t,e){t[ce]=Vt(o),Ot(e).bigHour=!0}),Bt("hmm",function(o,t,e){var n=o.length-2;t[ce]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n)),Ot(e).bigHour=!0}),Bt("hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ce]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n,2)),t[qe]=Vt(o.substr(i)),Ot(e).bigHour=!0}),Bt("Hmm",function(o,t,e){var n=o.length-2;t[ce]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n))}),Bt("Hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ce]=Vt(o.substr(0,n)),t[De]=Vt(o.substr(n,2)),t[qe]=Vt(o.substr(i))});function Ju(o){return(o+"").toLowerCase().charAt(0)==="p"}var $u=/[ap]\.?m?\.?/i,zu=vn("Hours",!0);function ju(o,t,e){return o>11?e?"pm":"PM":e?"am":"AM"}var Yr={calendar:vd,longDateFormat:Ad,invalidDate:Gd,ordinal:Bd,dayOfMonthOrdinalParse:Jd,relativeTime:zd,months:hu,monthsShort:Sr,week:Ou,weekdays:Du,weekdaysMin:Vu,weekdaysShort:Dr,meridiemParse:$u},oe={},lo={},ao;function qu(o,t){var e,n=Math.min(o.length,t.length);for(e=0;e<n;e+=1)if(o[e]!==t[e])return e;return n}function Ur(o){return o&&o.toLowerCase().replace("_","-")}function tR(o){for(var t=0,e,n,i,l;t<o.length;){for(l=Ur(o[t]).split("-"),e=l.length,n=Ur(o[t+1]),n=n?n.split("-"):null;e>0;){if(i=Ko(l.slice(0,e).join("-")),i)return i;if(n&&n.length>=e&&qu(l,n)>=e-1)break;e--}t++}return ao}function eR(o){return!!(o&&o.match("^[^/\\\\]*$"))}function Ko(o){var t=null,e;if(oe[o]===void 0&&typeof module<"u"&&module&&module.exports&&eR(o))try{t=ao._abbr,e=require,e("./locale/"+o),Rn(t)}catch{oe[o]=null}return oe[o]}function Rn(o,t){var e;return o&&(me(t)?e=en(o):e=qi(o,t),e?ao=e:typeof console<"u"&&console.warn&&console.warn("Locale "+o+" not found. Did you forget to load it?")),ao._abbr}function qi(o,t){if(t!==null){var e,n=Yr;if(t.abbr=o,oe[o]!=null)mr("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=oe[o]._config;else if(t.parentLocale!=null)if(oe[t.parentLocale]!=null)n=oe[t.parentLocale]._config;else if(e=Ko(t.parentLocale),e!=null)n=e._config;else return lo[t.parentLocale]||(lo[t.parentLocale]=[]),lo[t.parentLocale].push({name:o,config:t}),null;return oe[o]=new vi(Qi(n,t)),lo[o]&&lo[o].forEach(function(i){qi(i.name,i.config)}),Rn(o),oe[o]}else return delete oe[o],null}function nR(o,t){if(t!=null){var e,n,i=Yr;oe[o]!=null&&oe[o].parentLocale!=null?oe[o].set(Qi(oe[o]._config,t)):(n=Ko(o),n!=null&&(i=n._config),t=Qi(i,t),n==null&&(t.abbr=o),e=new vi(t),e.parentLocale=oe[o],oe[o]=e),Rn(o)}else oe[o]!=null&&(oe[o].parentLocale!=null?(oe[o]=oe[o].parentLocale,o===Rn()&&Rn(o)):oe[o]!=null&&delete oe[o]);return oe[o]}function en(o){var t;if(o&&o._locale&&o._locale._abbr&&(o=o._locale._abbr),!o)return ao;if(!ye(o)){if(t=Ko(o),t)return t;o=[o]}return tR(o)}function oR(){return Ki(oe)}function ts(o){var t,e=o._a;return e&&Ot(o).overflow===-2&&(t=e[je]<0||e[je]>11?je:e[xe]<1||e[xe]>Ji(e[he],e[je])?xe:e[ce]<0||e[ce]>24||e[ce]===24&&(e[De]!==0||e[qe]!==0||e[Pn]!==0)?ce:e[De]<0||e[De]>59?De:e[qe]<0||e[qe]>59?qe:e[Pn]<0||e[Pn]>999?Pn:-1,Ot(o)._overflowDayOfYear&&(t<he||t>xe)&&(t=xe),Ot(o)._overflowWeeks&&t===-1&&(t=lu),Ot(o)._overflowWeekday&&t===-1&&(t=au),Ot(o).overflow=t),o}var iR=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,sR=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,rR=/Z|[+-]\d\d(?::?\d\d)?/,Ho=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],es=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],lR=/^\/?Date\((-?\d+)/i,aR=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,cR={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function wr(o){var t,e,n=o._i,i=iR.exec(n)||sR.exec(n),l,r,a,c,d=Ho.length,u=es.length;if(i){for(Ot(o).iso=!0,t=0,e=d;t<e;t++)if(Ho[t][1].exec(i[1])){r=Ho[t][0],l=Ho[t][2]!==!1;break}if(r==null){o._isValid=!1;return}if(i[3]){for(t=0,e=u;t<e;t++)if(es[t][1].exec(i[3])){a=(i[2]||" ")+es[t][0];break}if(a==null){o._isValid=!1;return}}if(!l&&a!=null){o._isValid=!1;return}if(i[4])if(rR.exec(i[4]))c="Z";else{o._isValid=!1;return}o._f=r+(a||"")+(c||""),os(o)}else o._isValid=!1}function dR(o,t,e,n,i,l){var r=[uR(o),Sr.indexOf(t),parseInt(e,10),parseInt(n,10),parseInt(i,10)];return l&&r.push(parseInt(l,10)),r}function uR(o){var t=parseInt(o,10);return t<=49?2e3+t:t<=999?1900+t:t}function RR(o){return o.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function hR(o,t,e){if(o){var n=Dr.indexOf(o),i=new Date(t[0],t[1],t[2]).getDay();if(n!==i)return Ot(e).weekdayMismatch=!0,e._isValid=!1,!1}return!0}function gR(o,t,e){if(o)return cR[o];if(t)return 0;var n=parseInt(e,10),i=n%100,l=(n-i)/100;return l*60+i}function Zr(o){var t=aR.exec(RR(o._i)),e;if(t){if(e=dR(t[4],t[3],t[2],t[5],t[6],t[7]),!hR(t[1],e,o))return;o._a=e,o._tzm=gR(t[8],t[9],t[10]),o._d=so.apply(null,o._a),o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),Ot(o).rfc2822=!0}else o._isValid=!1}function TR(o){var t=lR.exec(o._i);if(t!==null){o._d=new Date(+t[1]);return}if(wr(o),o._isValid===!1)delete o._isValid;else return;if(Zr(o),o._isValid===!1)delete o._isValid;else return;o._strict?o._isValid=!1:st.createFromInputFallback(o)}st.createFromInputFallback=Me("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(o){o._d=new Date(o._i+(o._useUTC?" UTC":""))});function Kn(o,t,e){return o??t??e}function fR(o){var t=new Date(st.now());return o._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function ns(o){var t,e,n=[],i,l,r;if(!o._d){for(i=fR(o),o._w&&o._a[xe]==null&&o._a[je]==null&&mR(o),o._dayOfYear!=null&&(r=Kn(o._a[he],i[he]),(o._dayOfYear>oo(r)||o._dayOfYear===0)&&(Ot(o)._overflowDayOfYear=!0),e=so(r,0,o._dayOfYear),o._a[je]=e.getUTCMonth(),o._a[xe]=e.getUTCDate()),t=0;t<3&&o._a[t]==null;++t)o._a[t]=n[t]=i[t];for(;t<7;t++)o._a[t]=n[t]=o._a[t]==null?t===2?1:0:o._a[t];o._a[ce]===24&&o._a[De]===0&&o._a[qe]===0&&o._a[Pn]===0&&(o._nextDay=!0,o._a[ce]=0),o._d=(o._useUTC?so:Eu).apply(null,n),l=o._useUTC?o._d.getUTCDay():o._d.getDay(),o._tzm!=null&&o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),o._nextDay&&(o._a[ce]=24),o._w&&typeof o._w.d<"u"&&o._w.d!==l&&(Ot(o).weekdayMismatch=!0)}}function mR(o){var t,e,n,i,l,r,a,c,d;t=o._w,t.GG!=null||t.W!=null||t.E!=null?(l=1,r=4,e=Kn(t.GG,o._a[he],ro(te(),1,4).year),n=Kn(t.W,1),i=Kn(t.E,1),(i<1||i>7)&&(c=!0)):(l=o._locale._week.dow,r=o._locale._week.doy,d=ro(te(),l,r),e=Kn(t.gg,o._a[he],d.year),n=Kn(t.w,d.week),t.d!=null?(i=t.d,(i<0||i>6)&&(c=!0)):t.e!=null?(i=t.e+l,(t.e<0||t.e>6)&&(c=!0)):i=l),n<1||n>tn(e,l,r)?Ot(o)._overflowWeeks=!0:c!=null?Ot(o)._overflowWeekday=!0:(a=br(e,n,i,l,r),o._a[he]=a.year,o._dayOfYear=a.dayOfYear)}st.ISO_8601=function(){},st.RFC_2822=function(){};function os(o){if(o._f===st.ISO_8601){wr(o);return}if(o._f===st.RFC_2822){Zr(o);return}o._a=[],Ot(o).empty=!0;var t=""+o._i,e,n,i,l,r,a=t.length,c=0,d,u;for(i=pr(o._f,o._locale).match(Hi)||[],u=i.length,e=0;e<u;e++)l=i[e],n=(t.match(iu(l,o))||[])[0],n&&(r=t.substr(0,t.indexOf(n)),r.length>0&&Ot(o).unusedInput.push(r),t=t.slice(t.indexOf(n)+n.length),c+=n.length),wn[l]?(n?Ot(o).empty=!1:Ot(o).unusedTokens.push(l),ru(l,n,o)):o._strict&&!n&&Ot(o).unusedTokens.push(l);Ot(o).charsLeftOver=a-c,t.length>0&&Ot(o).unusedInput.push(t),o._a[ce]<=12&&Ot(o).bigHour===!0&&o._a[ce]>0&&(Ot(o).bigHour=void 0),Ot(o).parsedDateParts=o._a.slice(0),Ot(o).meridiem=o._meridiem,o._a[ce]=pR(o._locale,o._a[ce],o._meridiem),d=Ot(o).era,d!==null&&(o._a[he]=o._locale.erasConvertYear(d,o._a[he])),ns(o),ts(o)}function pR(o,t,e){var n;return e==null?t:o.meridiemHour!=null?o.meridiemHour(t,e):(o.isPM!=null&&(n=o.isPM(e),n&&t<12&&(t+=12),!n&&t===12&&(t=0)),t)}function CR(o){var t,e,n,i,l,r,a=!1,c=o._f.length;if(c===0){Ot(o).invalidFormat=!0,o._d=new Date(NaN);return}for(i=0;i<c;i++)l=0,r=!1,t=Zi({},o),o._useUTC!=null&&(t._useUTC=o._useUTC),t._f=o._f[i],os(t),Ui(t)&&(r=!0),l+=Ot(t).charsLeftOver,l+=Ot(t).unusedTokens.length*10,Ot(t).score=l,a?l<n&&(n=l,e=t):(n==null||l<n||r)&&(n=l,e=t,r&&(a=!0));un(o,e||t)}function IR(o){if(!o._d){var t=Ai(o._i),e=t.day===void 0?t.date:t.day;o._a=hr([t.year,t.month,e,t.hour,t.minute,t.second,t.millisecond],function(n){return n&&parseInt(n,10)}),ns(o)}}function LR(o){var t=new to(ts(Qr(o)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Qr(o){var t=o._i,e=o._f;return o._locale=o._locale||en(o._l),t===null||e===void 0&&t===""?yo({nullInput:!0}):(typeof t=="string"&&(o._i=t=o._locale.preparse(t)),be(t)?new to(ts(t)):(qn(t)?o._d=t:ye(e)?CR(o):e?os(o):PR(o),Ui(o)||(o._d=null),o))}function PR(o){var t=o._i;me(t)?o._d=new Date(st.now()):qn(t)?o._d=new Date(t.valueOf()):typeof t=="string"?TR(o):ye(t)?(o._a=hr(t.slice(0),function(e){return parseInt(e,10)}),ns(o)):Ln(t)?IR(o):$e(t)?o._d=new Date(t):st.createFromInputFallback(o)}function vr(o,t,e,n,i){var l={};return(t===!0||t===!1)&&(n=t,t=void 0),(e===!0||e===!1)&&(n=e,e=void 0),(Ln(o)&&Wi(o)||ye(o)&&o.length===0)&&(o=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=i,l._l=e,l._i=o,l._f=t,l._strict=n,LR(l)}function te(o,t,e,n){return vr(o,t,e,n,!1)}var ER=Me("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=te.apply(null,arguments);return this.isValid()&&o.isValid()?o<this?this:o:yo()}),MR=Me("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=te.apply(null,arguments);return this.isValid()&&o.isValid()?o>this?this:o:yo()});function Kr(o,t){var e,n;if(t.length===1&&ye(t[0])&&(t=t[0]),!t.length)return te();for(e=t[0],n=1;n<t.length;++n)(!t[n].isValid()||t[n][o](e))&&(e=t[n]);return e}function OR(){var o=[].slice.call(arguments,0);return Kr("isBefore",o)}function SR(){var o=[].slice.call(arguments,0);return Kr("isAfter",o)}var XR=function(){return Date.now?Date.now():+new Date},co=["year","quarter","month","week","day","hour","minute","second","millisecond"];function NR(o){var t,e=!1,n,i=co.length;for(t in o)if(Kt(o,t)&&!(le.call(co,t)!==-1&&(o[t]==null||!isNaN(o[t]))))return!1;for(n=0;n<i;++n)if(o[co[n]]){if(e)return!1;parseFloat(o[co[n]])!==Vt(o[co[n]])&&(e=!0)}return!0}function FR(){return this._isValid}function yR(){return Ve(NaN)}function _o(o){var t=Ai(o),e=t.year||0,n=t.quarter||0,i=t.month||0,l=t.week||t.isoWeek||0,r=t.day||0,a=t.hour||0,c=t.minute||0,d=t.second||0,u=t.millisecond||0;this._isValid=NR(t),this._milliseconds=+u+d*1e3+c*6e4+a*1e3*60*60,this._days=+r+l*7,this._months=+i+n*3+e*12,this._data={},this._locale=en(),this._bubble()}function Ao(o){return o instanceof _o}function is(o){return o<0?Math.round(-1*o)*-1:Math.round(o)}function bR(o,t,e){var n=Math.min(o.length,t.length),i=Math.abs(o.length-t.length),l=0,r;for(r=0;r<n;r++)Vt(o[r])!==Vt(t[r])&&l++;return l+i}function Hr(o,t){gt(o,0,0,function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+Ge(~~(e/60),2)+t+Ge(~~e%60,2)})}Hr("Z",":"),Hr("ZZ",""),dt("Z",wo),dt("ZZ",wo),Bt(["Z","ZZ"],function(o,t,e){e._useUTC=!0,e._tzm=ss(wo,o)});var DR=/([\+\-]|\d\d)/gi;function ss(o,t){var e=(t||"").match(o),n,i,l;return e===null?null:(n=e[e.length-1]||[],i=(n+"").match(DR)||["-",0,0],l=+(i[1]*60)+Vt(i[2]),l===0?0:i[0]==="+"?l:-l)}function rs(o,t){var e,n;return t._isUTC?(e=t.clone(),n=(be(o)||qn(o)?o.valueOf():te(o).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+n),st.updateOffset(e,!1),e):te(o).local()}function ls(o){return-Math.round(o._d.getTimezoneOffset())}st.updateOffset=function(){};function VR(o,t,e){var n=this._offset||0,i;if(!this.isValid())return o!=null?this:NaN;if(o!=null){if(typeof o=="string"){if(o=ss(wo,o),o===null)return this}else Math.abs(o)<16&&!e&&(o=o*60);return!this._isUTC&&t&&(i=ls(this)),this._offset=o,this._isUTC=!0,i!=null&&this.add(i,"m"),n!==o&&(!t||this._changeInProgress?Gr(this,Ve(o-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,st.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:ls(this)}function WR(o,t){return o!=null?(typeof o!="string"&&(o=-o),this.utcOffset(o,t),this):-this.utcOffset()}function YR(o){return this.utcOffset(0,o)}function UR(o){return this._isUTC&&(this.utcOffset(0,o),this._isUTC=!1,o&&this.subtract(ls(this),"m")),this}function wR(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var o=ss(nu,this._i);o!=null?this.utcOffset(o):this.utcOffset(0,!0)}return this}function ZR(o){return this.isValid()?(o=o?te(o).utcOffset():0,(this.utcOffset()-o)%60===0):!1}function QR(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function vR(){if(!me(this._isDSTShifted))return this._isDSTShifted;var o={},t;return Zi(o,this),o=Qr(o),o._a?(t=o._isUTC?Ae(o._a):te(o._a),this._isDSTShifted=this.isValid()&&bR(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function KR(){return this.isValid()?!this._isUTC:!1}function HR(){return this.isValid()?this._isUTC:!1}function _r(){return this.isValid()?this._isUTC&&this._offset===0:!1}var _R=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,AR=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ve(o,t){var e=o,n=null,i,l,r;return Ao(o)?e={ms:o._milliseconds,d:o._days,M:o._months}:$e(o)||!isNaN(+o)?(e={},t?e[t]=+o:e.milliseconds=+o):(n=_R.exec(o))?(i=n[1]==="-"?-1:1,e={y:0,d:Vt(n[xe])*i,h:Vt(n[ce])*i,m:Vt(n[De])*i,s:Vt(n[qe])*i,ms:Vt(is(n[Pn]*1e3))*i}):(n=AR.exec(o))?(i=n[1]==="-"?-1:1,e={y:En(n[2],i),M:En(n[3],i),w:En(n[4],i),d:En(n[5],i),h:En(n[6],i),m:En(n[7],i),s:En(n[8],i)}):e==null?e={}:typeof e=="object"&&("from"in e||"to"in e)&&(r=kR(te(e.from),te(e.to)),e={},e.ms=r.milliseconds,e.M=r.months),l=new _o(e),Ao(o)&&Kt(o,"_locale")&&(l._locale=o._locale),Ao(o)&&Kt(o,"_isValid")&&(l._isValid=o._isValid),l}Ve.fn=_o.prototype,Ve.invalid=yR;function En(o,t){var e=o&&parseFloat(o.replace(",","."));return(isNaN(e)?0:e)*t}function Ar(o,t){var e={};return e.months=t.month()-o.month()+(t.year()-o.year())*12,o.clone().add(e.months,"M").isAfter(t)&&--e.months,e.milliseconds=+t-+o.clone().add(e.months,"M"),e}function kR(o,t){var e;return o.isValid()&&t.isValid()?(t=rs(t,o),o.isBefore(t)?e=Ar(o,t):(e=Ar(t,o),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function kr(o,t){return function(e,n){var i,l;return n!==null&&!isNaN(+n)&&(mr(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),l=e,e=n,n=l),i=Ve(e,n),Gr(this,i,o),this}}function Gr(o,t,e,n){var i=t._milliseconds,l=is(t._days),r=is(t._months);o.isValid()&&(n=n??!0,r&&Nr(o,io(o,"Month")+r*e),l&&Or(o,"Date",io(o,"Date")+l*e),i&&o._d.setTime(o._d.valueOf()+i*e),n&&st.updateOffset(o,l||r))}var GR=kr(1,"add"),xR=kr(-1,"subtract");function xr(o){return typeof o=="string"||o instanceof String}function BR(o){return be(o)||qn(o)||xr(o)||$e(o)||$R(o)||JR(o)||o===null||o===void 0}function JR(o){var t=Ln(o)&&!Wi(o),e=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],i,l,r=n.length;for(i=0;i<r;i+=1)l=n[i],e=e||Kt(o,l);return t&&e}function $R(o){var t=ye(o),e=!1;return t&&(e=o.filter(function(n){return!$e(n)&&xr(o)}).length===0),t&&e}function zR(o){var t=Ln(o)&&!Wi(o),e=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],i,l;for(i=0;i<n.length;i+=1)l=n[i],e=e||Kt(o,l);return t&&e}function jR(o,t){var e=o.diff(t,"days",!0);return e<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse"}function qR(o,t){arguments.length===1&&(arguments[0]?BR(arguments[0])?(o=arguments[0],t=void 0):zR(arguments[0])&&(t=arguments[0],o=void 0):(o=void 0,t=void 0));var e=o||te(),n=rs(e,this).startOf("day"),i=st.calendarFormat(this,n)||"sameElse",l=t&&(ke(t[i])?t[i].call(this,e):t[i]);return this.format(l||this.localeData().calendar(i,this,te(e)))}function th(){return new to(this)}function eh(o,t){var e=be(o)?o:te(o);return this.isValid()&&e.isValid()?(t=Oe(t)||"millisecond",t==="millisecond"?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(t).valueOf()):!1}function nh(o,t){var e=be(o)?o:te(o);return this.isValid()&&e.isValid()?(t=Oe(t)||"millisecond",t==="millisecond"?this.valueOf()<e.valueOf():this.clone().endOf(t).valueOf()<e.valueOf()):!1}function oh(o,t,e,n){var i=be(o)?o:te(o),l=be(t)?t:te(t);return this.isValid()&&i.isValid()&&l.isValid()?(n=n||"()",(n[0]==="("?this.isAfter(i,e):!this.isBefore(i,e))&&(n[1]===")"?this.isBefore(l,e):!this.isAfter(l,e))):!1}function ih(o,t){var e=be(o)?o:te(o),n;return this.isValid()&&e.isValid()?(t=Oe(t)||"millisecond",t==="millisecond"?this.valueOf()===e.valueOf():(n=e.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf())):!1}function sh(o,t){return this.isSame(o,t)||this.isAfter(o,t)}function rh(o,t){return this.isSame(o,t)||this.isBefore(o,t)}function lh(o,t,e){var n,i,l;if(!this.isValid())return NaN;if(n=rs(o,this),!n.isValid())return NaN;switch(i=(n.utcOffset()-this.utcOffset())*6e4,t=Oe(t),t){case"year":l=ko(this,n)/12;break;case"month":l=ko(this,n);break;case"quarter":l=ko(this,n)/3;break;case"second":l=(this-n)/1e3;break;case"minute":l=(this-n)/6e4;break;case"hour":l=(this-n)/36e5;break;case"day":l=(this-n-i)/864e5;break;case"week":l=(this-n-i)/6048e5;break;default:l=this-n}return e?l:Se(l)}function ko(o,t){if(o.date()<t.date())return-ko(t,o);var e=(t.year()-o.year())*12+(t.month()-o.month()),n=o.clone().add(e,"months"),i,l;return t-n<0?(i=o.clone().add(e-1,"months"),l=(t-n)/(n-i)):(i=o.clone().add(e+1,"months"),l=(t-n)/(i-n)),-(e+l)||0}st.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",st.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function ah(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ch(o){if(!this.isValid())return null;var t=o!==!0,e=t?this.clone().utc():this;return e.year()<0||e.year()>9999?Do(e,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ke(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Do(e,"Z")):Do(e,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function dh(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var o="moment",t="",e,n,i,l;return this.isLocal()||(o=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),e="["+o+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i="-MM-DD[T]HH:mm:ss.SSS",l=t+'[")]',this.format(e+n+i+l)}function uh(o){o||(o=this.isUtc()?st.defaultFormatUtc:st.defaultFormat);var t=Do(this,o);return this.localeData().postformat(t)}function Rh(o,t){return this.isValid()&&(be(o)&&o.isValid()||te(o).isValid())?Ve({to:this,from:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function hh(o){return this.from(te(),o)}function gh(o,t){return this.isValid()&&(be(o)&&o.isValid()||te(o).isValid())?Ve({from:this,to:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Th(o){return this.to(te(),o)}function Br(o){var t;return o===void 0?this._locale._abbr:(t=en(o),t!=null&&(this._locale=t),this)}var Jr=Me("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(o){return o===void 0?this.localeData():this.locale(o)});function $r(){return this._locale}var Go=1e3,Hn=60*Go,xo=60*Hn,zr=(365*400+97)*24*xo;function _n(o,t){return(o%t+t)%t}function jr(o,t,e){return o<100&&o>=0?new Date(o+400,t,e)-zr:new Date(o,t,e).valueOf()}function qr(o,t,e){return o<100&&o>=0?Date.UTC(o+400,t,e)-zr:Date.UTC(o,t,e)}function fh(o){var t,e;if(o=Oe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?qr:jr,o){case"year":t=e(this.year(),0,1);break;case"quarter":t=e(this.year(),this.month()-this.month()%3,1);break;case"month":t=e(this.year(),this.month(),1);break;case"week":t=e(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=e(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=_n(t+(this._isUTC?0:this.utcOffset()*Hn),xo);break;case"minute":t=this._d.valueOf(),t-=_n(t,Hn);break;case"second":t=this._d.valueOf(),t-=_n(t,Go);break}return this._d.setTime(t),st.updateOffset(this,!0),this}function mh(o){var t,e;if(o=Oe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?qr:jr,o){case"year":t=e(this.year()+1,0,1)-1;break;case"quarter":t=e(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=e(this.year(),this.month()+1,1)-1;break;case"week":t=e(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=e(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=xo-_n(t+(this._isUTC?0:this.utcOffset()*Hn),xo)-1;break;case"minute":t=this._d.valueOf(),t+=Hn-_n(t,Hn)-1;break;case"second":t=this._d.valueOf(),t+=Go-_n(t,Go)-1;break}return this._d.setTime(t),st.updateOffset(this,!0),this}function ph(){return this._d.valueOf()-(this._offset||0)*6e4}function Ch(){return Math.floor(this.valueOf()/1e3)}function Ih(){return new Date(this.valueOf())}function Lh(){var o=this;return[o.year(),o.month(),o.date(),o.hour(),o.minute(),o.second(),o.millisecond()]}function Ph(){var o=this;return{years:o.year(),months:o.month(),date:o.date(),hours:o.hours(),minutes:o.minutes(),seconds:o.seconds(),milliseconds:o.milliseconds()}}function Eh(){return this.isValid()?this.toISOString():null}function Mh(){return Ui(this)}function Oh(){return un({},Ot(this))}function Sh(){return Ot(this).overflow}function Xh(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}gt("N",0,0,"eraAbbr"),gt("NN",0,0,"eraAbbr"),gt("NNN",0,0,"eraAbbr"),gt("NNNN",0,0,"eraName"),gt("NNNNN",0,0,"eraNarrow"),gt("y",["y",1],"yo","eraYear"),gt("y",["yy",2],0,"eraYear"),gt("y",["yyy",3],0,"eraYear"),gt("y",["yyyy",4],0,"eraYear"),dt("N",as),dt("NN",as),dt("NNN",as),dt("NNNN",Zh),dt("NNNNN",Qh),Bt(["N","NN","NNN","NNNN","NNNNN"],function(o,t,e,n){var i=e._locale.erasParse(o,n,e._strict);i?Ot(e).era=i:Ot(e).invalidEra=o}),dt("y",Zn),dt("yy",Zn),dt("yyy",Zn),dt("yyyy",Zn),dt("yo",vh),Bt(["y","yy","yyy","yyyy"],he),Bt(["yo"],function(o,t,e,n){var i;e._locale._eraYearOrdinalRegex&&(i=o.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?t[he]=e._locale.eraYearOrdinalParse(o,i):t[he]=parseInt(o,10)});function Nh(o,t){var e,n,i,l=this._eras||en("en")._eras;for(e=0,n=l.length;e<n;++e)switch(typeof l[e].since==="string"&&(i=st(l[e].since).startOf("day"),l[e].since=i.valueOf()),typeof l[e].until){case"undefined":l[e].until=1/0;break;case"string":i=st(l[e].until).startOf("day").valueOf(),l[e].until=i.valueOf();break}return l}function Fh(o,t,e){var n,i,l=this.eras(),r,a,c;for(o=o.toUpperCase(),n=0,i=l.length;n<i;++n)if(r=l[n].name.toUpperCase(),a=l[n].abbr.toUpperCase(),c=l[n].narrow.toUpperCase(),e)switch(t){case"N":case"NN":case"NNN":if(a===o)return l[n];break;case"NNNN":if(r===o)return l[n];break;case"NNNNN":if(c===o)return l[n];break}else if([r,a,c].indexOf(o)>=0)return l[n]}function yh(o,t){var e=o.since<=o.until?1:-1;return t===void 0?st(o.since).year():st(o.since).year()+(t-o.offset)*e}function bh(){var o,t,e,n=this.localeData().eras();for(o=0,t=n.length;o<t;++o)if(e=this.clone().startOf("day").valueOf(),n[o].since<=e&&e<=n[o].until||n[o].until<=e&&e<=n[o].since)return n[o].name;return""}function Dh(){var o,t,e,n=this.localeData().eras();for(o=0,t=n.length;o<t;++o)if(e=this.clone().startOf("day").valueOf(),n[o].since<=e&&e<=n[o].until||n[o].until<=e&&e<=n[o].since)return n[o].narrow;return""}function Vh(){var o,t,e,n=this.localeData().eras();for(o=0,t=n.length;o<t;++o)if(e=this.clone().startOf("day").valueOf(),n[o].since<=e&&e<=n[o].until||n[o].until<=e&&e<=n[o].since)return n[o].abbr;return""}function Wh(){var o,t,e,n,i=this.localeData().eras();for(o=0,t=i.length;o<t;++o)if(e=i[o].since<=i[o].until?1:-1,n=this.clone().startOf("day").valueOf(),i[o].since<=n&&n<=i[o].until||i[o].until<=n&&n<=i[o].since)return(this.year()-st(i[o].since).year())*e+i[o].offset;return this.year()}function Yh(o){return Kt(this,"_erasNameRegex")||cs.call(this),o?this._erasNameRegex:this._erasRegex}function Uh(o){return Kt(this,"_erasAbbrRegex")||cs.call(this),o?this._erasAbbrRegex:this._erasRegex}function wh(o){return Kt(this,"_erasNarrowRegex")||cs.call(this),o?this._erasNarrowRegex:this._erasRegex}function as(o,t){return t.erasAbbrRegex(o)}function Zh(o,t){return t.erasNameRegex(o)}function Qh(o,t){return t.erasNarrowRegex(o)}function vh(o,t){return t._eraYearOrdinalRegex||Zn}function cs(){var o=[],t=[],e=[],n=[],i,l,r,a,c,d=this.eras();for(i=0,l=d.length;i<l;++i)r=ze(d[i].name),a=ze(d[i].abbr),c=ze(d[i].narrow),t.push(r),o.push(a),e.push(c),n.push(r),n.push(a),n.push(c);this._erasRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+e.join("|")+")","i")}gt(0,["gg",2],0,function(){return this.weekYear()%100}),gt(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Bo(o,t){gt(0,[o,o.length],0,t)}Bo("gggg","weekYear"),Bo("ggggg","weekYear"),Bo("GGGG","isoWeekYear"),Bo("GGGGG","isoWeekYear"),dt("G",Uo),dt("g",Uo),dt("GG",qt,Le),dt("gg",qt,Le),dt("GGGG",Gi,ki),dt("gggg",Gi,ki),dt("GGGGG",Yo,Vo),dt("ggggg",Yo,Vo),no(["gggg","ggggg","GGGG","GGGGG"],function(o,t,e,n){t[n.substr(0,2)]=Vt(o)}),no(["gg","GG"],function(o,t,e,n){t[n]=st.parseTwoDigitYear(o)});function Kh(o){return tl.call(this,o,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function Hh(o){return tl.call(this,o,this.isoWeek(),this.isoWeekday(),1,4)}function _h(){return tn(this.year(),1,4)}function Ah(){return tn(this.isoWeekYear(),1,4)}function kh(){var o=this.localeData()._week;return tn(this.year(),o.dow,o.doy)}function Gh(){var o=this.localeData()._week;return tn(this.weekYear(),o.dow,o.doy)}function tl(o,t,e,n,i){var l;return o==null?ro(this,n,i).year:(l=tn(o,n,i),t>l&&(t=l),xh.call(this,o,t,e,n,i))}function xh(o,t,e,n,i){var l=br(o,t,e,n,i),r=so(l.year,0,l.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}gt("Q",0,"Qo","quarter"),dt("Q",Ir),Bt("Q",function(o,t){t[je]=(Vt(o)-1)*3});function Bh(o){return o==null?Math.ceil((this.month()+1)/3):this.month((o-1)*3+this.month()%3)}gt("D",["DD",2],"Do","date"),dt("D",qt,Qn),dt("DD",qt,Le),dt("Do",function(o,t){return o?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),Bt(["D","DD"],xe),Bt("Do",function(o,t){t[xe]=Vt(o.match(qt)[0])});var el=vn("Date",!0);gt("DDD",["DDDD",3],"DDDo","dayOfYear"),dt("DDD",Wo),dt("DDDD",Lr),Bt(["DDD","DDDD"],function(o,t,e){e._dayOfYear=Vt(o)});function Jh(o){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return o==null?t:this.add(o-t,"d")}gt("m",["mm",2],0,"minute"),dt("m",qt,xi),dt("mm",qt,Le),Bt(["m","mm"],De);var $h=vn("Minutes",!1);gt("s",["ss",2],0,"second"),dt("s",qt,xi),dt("ss",qt,Le),Bt(["s","ss"],qe);var zh=vn("Seconds",!1);gt("S",0,0,function(){return~~(this.millisecond()/100)}),gt(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),gt(0,["SSS",3],0,"millisecond"),gt(0,["SSSS",4],0,function(){return this.millisecond()*10}),gt(0,["SSSSS",5],0,function(){return this.millisecond()*100}),gt(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),gt(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),gt(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),gt(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),dt("S",Wo,Ir),dt("SS",Wo,Le),dt("SSS",Wo,Lr);var hn,nl;for(hn="SSSS";hn.length<=9;hn+="S")dt(hn,Zn);function jh(o,t){t[Pn]=Vt(("0."+o)*1e3)}for(hn="S";hn.length<=9;hn+="S")Bt(hn,jh);nl=vn("Milliseconds",!1),gt("z",0,0,"zoneAbbr"),gt("zz",0,0,"zoneName");function qh(){return this._isUTC?"UTC":""}function tg(){return this._isUTC?"Coordinated Universal Time":""}var z=to.prototype;z.add=GR,z.calendar=qR,z.clone=th,z.diff=lh,z.endOf=mh,z.format=uh,z.from=Rh,z.fromNow=hh,z.to=gh,z.toNow=Th,z.get=du,z.invalidAt=Sh,z.isAfter=eh,z.isBefore=nh,z.isBetween=oh,z.isSame=ih,z.isSameOrAfter=sh,z.isSameOrBefore=rh,z.isValid=Mh,z.lang=Jr,z.locale=Br,z.localeData=$r,z.max=MR,z.min=ER,z.parsingFlags=Oh,z.set=uu,z.startOf=fh,z.subtract=xR,z.toArray=Lh,z.toObject=Ph,z.toDate=Ih,z.toISOString=ch,z.inspect=dh,typeof Symbol<"u"&&Symbol.for!=null&&(z[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),z.toJSON=Eh,z.toString=ah,z.unix=Ch,z.valueOf=ph,z.creationData=Xh,z.eraName=bh,z.eraNarrow=Dh,z.eraAbbr=Vh,z.eraYear=Wh,z.year=Mr,z.isLeapYear=cu,z.weekYear=Kh,z.isoWeekYear=Hh,z.quarter=z.quarters=Bh,z.month=Fr,z.daysInMonth=Iu,z.week=z.weeks=Nu,z.isoWeek=z.isoWeeks=Fu,z.weeksInYear=kh,z.weeksInWeekYear=Gh,z.isoWeeksInYear=_h,z.isoWeeksInISOWeekYear=Ah,z.date=el,z.day=z.days=Hu,z.weekday=_u,z.isoWeekday=Au,z.dayOfYear=Jh,z.hour=z.hours=zu,z.minute=z.minutes=$h,z.second=z.seconds=zh,z.millisecond=z.milliseconds=nl,z.utcOffset=VR,z.utc=YR,z.local=UR,z.parseZone=wR,z.hasAlignedHourOffset=ZR,z.isDST=QR,z.isLocal=KR,z.isUtcOffset=HR,z.isUtc=_r,z.isUTC=_r,z.zoneAbbr=qh,z.zoneName=tg,z.dates=Me("dates accessor is deprecated. Use date instead.",el),z.months=Me("months accessor is deprecated. Use month instead",Fr),z.years=Me("years accessor is deprecated. Use year instead",Mr),z.zone=Me("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",WR),z.isDSTShifted=Me("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",vR);function eg(o){return te(o*1e3)}function ng(){return te.apply(null,arguments).parseZone()}function ol(o){return o}var Ht=vi.prototype;Ht.calendar=Kd,Ht.longDateFormat=kd,Ht.invalidDate=xd,Ht.ordinal=$d,Ht.preparse=ol,Ht.postformat=ol,Ht.relativeTime=jd,Ht.pastFuture=qd,Ht.set=Qd,Ht.eras=Nh,Ht.erasParse=Fh,Ht.erasConvertYear=yh,Ht.erasAbbrRegex=Uh,Ht.erasNameRegex=Yh,Ht.erasNarrowRegex=wh,Ht.months=fu,Ht.monthsShort=mu,Ht.monthsParse=Cu,Ht.monthsRegex=Pu,Ht.monthsShortRegex=Lu,Ht.week=Mu,Ht.firstDayOfYear=Xu,Ht.firstDayOfWeek=Su,Ht.weekdays=wu,Ht.weekdaysMin=Qu,Ht.weekdaysShort=Zu,Ht.weekdaysParse=Ku,Ht.weekdaysRegex=ku,Ht.weekdaysShortRegex=Gu,Ht.weekdaysMinRegex=xu,Ht.isPM=Ju,Ht.meridiem=ju;function Jo(o,t,e,n){var i=en(),l=Ae().set(n,t);return i[e](l,o)}function il(o,t,e){if($e(o)&&(t=o,o=void 0),o=o||"",t!=null)return Jo(o,t,e,"month");var n,i=[];for(n=0;n<12;n++)i[n]=Jo(o,n,e,"month");return i}function ds(o,t,e,n){typeof o=="boolean"?($e(t)&&(e=t,t=void 0),t=t||""):(t=o,e=t,o=!1,$e(t)&&(e=t,t=void 0),t=t||"");var i=en(),l=o?i._week.dow:0,r,a=[];if(e!=null)return Jo(t,(e+l)%7,n,"day");for(r=0;r<7;r++)a[r]=Jo(t,(r+l)%7,n,"day");return a}function og(o,t){return il(o,t,"months")}function ig(o,t){return il(o,t,"monthsShort")}function sg(o,t,e){return ds(o,t,e,"weekdays")}function rg(o,t,e){return ds(o,t,e,"weekdaysShort")}function lg(o,t,e){return ds(o,t,e,"weekdaysMin")}Rn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(o){var t=o%10,e=Vt(o%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return o+e}}),st.lang=Me("moment.lang is deprecated. Use moment.locale instead.",Rn),st.langData=Me("moment.langData is deprecated. Use moment.localeData instead.",en);var nn=Math.abs;function ag(){var o=this._data;return this._milliseconds=nn(this._milliseconds),this._days=nn(this._days),this._months=nn(this._months),o.milliseconds=nn(o.milliseconds),o.seconds=nn(o.seconds),o.minutes=nn(o.minutes),o.hours=nn(o.hours),o.months=nn(o.months),o.years=nn(o.years),this}function sl(o,t,e,n){var i=Ve(t,e);return o._milliseconds+=n*i._milliseconds,o._days+=n*i._days,o._months+=n*i._months,o._bubble()}function cg(o,t){return sl(this,o,t,1)}function dg(o,t){return sl(this,o,t,-1)}function rl(o){return o<0?Math.floor(o):Math.ceil(o)}function ug(){var o=this._milliseconds,t=this._days,e=this._months,n=this._data,i,l,r,a,c;return o>=0&&t>=0&&e>=0||o<=0&&t<=0&&e<=0||(o+=rl(us(e)+t)*864e5,t=0,e=0),n.milliseconds=o%1e3,i=Se(o/1e3),n.seconds=i%60,l=Se(i/60),n.minutes=l%60,r=Se(l/60),n.hours=r%24,t+=Se(r/24),c=Se(ll(t)),e+=c,t-=rl(us(c)),a=Se(e/12),e%=12,n.days=t,n.months=e,n.years=a,this}function ll(o){return o*4800/146097}function us(o){return o*146097/4800}function Rg(o){if(!this.isValid())return NaN;var t,e,n=this._milliseconds;if(o=Oe(o),o==="month"||o==="quarter"||o==="year")switch(t=this._days+n/864e5,e=this._months+ll(t),o){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(t=this._days+Math.round(us(this._months)),o){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return t*24+n/36e5;case"minute":return t*1440+n/6e4;case"second":return t*86400+n/1e3;case"millisecond":return Math.floor(t*864e5)+n;default:throw new Error("Unknown unit "+o)}}function on(o){return function(){return this.as(o)}}var al=on("ms"),hg=on("s"),gg=on("m"),Tg=on("h"),fg=on("d"),mg=on("w"),pg=on("M"),Cg=on("Q"),Ig=on("y"),Lg=al;function Pg(){return Ve(this)}function Eg(o){return o=Oe(o),this.isValid()?this[o+"s"]():NaN}function Mn(o){return function(){return this.isValid()?this._data[o]:NaN}}var Mg=Mn("milliseconds"),Og=Mn("seconds"),Sg=Mn("minutes"),Xg=Mn("hours"),Ng=Mn("days"),Fg=Mn("months"),yg=Mn("years");function bg(){return Se(this.days()/7)}var sn=Math.round,An={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Dg(o,t,e,n,i){return i.relativeTime(t||1,!!e,o,n)}function Vg(o,t,e,n){var i=Ve(o).abs(),l=sn(i.as("s")),r=sn(i.as("m")),a=sn(i.as("h")),c=sn(i.as("d")),d=sn(i.as("M")),u=sn(i.as("w")),R=sn(i.as("y")),h=l<=e.ss&&["s",l]||l<e.s&&["ss",l]||r<=1&&["m"]||r<e.m&&["mm",r]||a<=1&&["h"]||a<e.h&&["hh",a]||c<=1&&["d"]||c<e.d&&["dd",c];return e.w!=null&&(h=h||u<=1&&["w"]||u<e.w&&["ww",u]),h=h||d<=1&&["M"]||d<e.M&&["MM",d]||R<=1&&["y"]||["yy",R],h[2]=t,h[3]=+o>0,h[4]=n,Dg.apply(null,h)}function Wg(o){return o===void 0?sn:typeof o=="function"?(sn=o,!0):!1}function Yg(o,t){return An[o]===void 0?!1:t===void 0?An[o]:(An[o]=t,o==="s"&&(An.ss=t-1),!0)}function Ug(o,t){if(!this.isValid())return this.localeData().invalidDate();var e=!1,n=An,i,l;return typeof o=="object"&&(t=o,o=!1),typeof o=="boolean"&&(e=o),typeof t=="object"&&(n=Object.assign({},An,t),t.s!=null&&t.ss==null&&(n.ss=t.s-1)),i=this.localeData(),l=Vg(this,!e,n,i),e&&(l=i.pastFuture(+this,l)),i.postformat(l)}var Rs=Math.abs;function kn(o){return(o>0)-(o<0)||+o}function $o(){if(!this.isValid())return this.localeData().invalidDate();var o=Rs(this._milliseconds)/1e3,t=Rs(this._days),e=Rs(this._months),n,i,l,r,a=this.asSeconds(),c,d,u,R;return a?(n=Se(o/60),i=Se(n/60),o%=60,n%=60,l=Se(e/12),e%=12,r=o?o.toFixed(3).replace(/\.?0+$/,""):"",c=a<0?"-":"",d=kn(this._months)!==kn(a)?"-":"",u=kn(this._days)!==kn(a)?"-":"",R=kn(this._milliseconds)!==kn(a)?"-":"",c+"P"+(l?d+l+"Y":"")+(e?d+e+"M":"")+(t?u+t+"D":"")+(i||n||o?"T":"")+(i?R+i+"H":"")+(n?R+n+"M":"")+(o?R+r+"S":"")):"P0D"}var Ut=_o.prototype;Ut.isValid=FR,Ut.abs=ag,Ut.add=cg,Ut.subtract=dg,Ut.as=Rg,Ut.asMilliseconds=al,Ut.asSeconds=hg,Ut.asMinutes=gg,Ut.asHours=Tg,Ut.asDays=fg,Ut.asWeeks=mg,Ut.asMonths=pg,Ut.asQuarters=Cg,Ut.asYears=Ig,Ut.valueOf=Lg,Ut._bubble=ug,Ut.clone=Pg,Ut.get=Eg,Ut.milliseconds=Mg,Ut.seconds=Og,Ut.minutes=Sg,Ut.hours=Xg,Ut.days=Ng,Ut.weeks=bg,Ut.months=Fg,Ut.years=yg,Ut.humanize=Ug,Ut.toISOString=$o,Ut.toString=$o,Ut.toJSON=$o,Ut.locale=Br,Ut.localeData=$r,Ut.toIsoString=Me("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",$o),Ut.lang=Jr,gt("X",0,0,"unix"),gt("x",0,0,"valueOf"),dt("x",Uo),dt("X",ou),Bt("X",function(o,t,e){e._d=new Date(parseFloat(o)*1e3)}),Bt("x",function(o,t,e){e._d=new Date(Vt(o))});st.version="2.30.1",wd(te),st.fn=z,st.min=OR,st.max=SR,st.now=XR,st.utc=Ae,st.unix=eg,st.months=og,st.isDate=qn,st.locale=Rn,st.invalid=yo,st.duration=Ve,st.isMoment=be,st.weekdays=sg,st.parseZone=ng,st.localeData=en,st.isDuration=Ao,st.monthsShort=ig,st.weekdaysMin=lg,st.defineLocale=qi,st.updateLocale=nR,st.locales=oR,st.weekdaysShort=rg,st.normalizeUnits=Oe,st.relativeTimeRounding=Wg,st.relativeTimeThreshold=Yg,st.calendarFormat=jR,st.prototype=z,st.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};class hs{draws;ranges;element;control;options;position;constructor(t,e){const n=e.getDraw();this.draws=n,this.position=n.getPosition(),this.ranges=n.getRange(),this.options=n.getOptions(),this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getValue(t={}){const e=t.elementList||this.control.getElementList();let{startIndex:n}=t.range||this.control.getRange();const i=this.control.getDraw(),l=t?null:i.getTd();n>=e.length&&(n=e.length-1);const r=e[n],a=[];let c=l,d=e,u=n;for(;;){if(u<0&&c?.linkTdPrevId){const f=i.getTdById(c.linkTdPrevId);if(f){d=f.value,u=d.length-1,c=f;continue}}if(u<0)break;const T=d[u];if(T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.PREFIX||T.controlComponent===s.ControlComponent.PRE_TEXT)break;T.controlComponent===s.ControlComponent.VALUE&&a.unshift(T),u--}c=l;let R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const f=i.getTdById(c.linkTdNextId);if(f){R=f.value,h=0,c=f;continue}}const T=R[h];if(!T||T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.POSTFIX||T.controlComponent===s.ControlComponent.POST_TEXT)break;T.controlComponent===s.ControlComponent.VALUE&&a.push(T),h++}return a.filter(T=>T.type!==s.ElementType.SPLIT_TAG)}removeNextControlElement(t,e){const n=this.control.getDraw();if(e=e??n.getTd()?.linkTdNextId,e){const i=n.getTdById(e);if(i){if(i.value.length){if(i.value[1].controlId===t)return n.spliceElementList(i.value,1,1),i.value[1]}else if(i.linkTdNextId)return this.removeNextControlElement(t,i.linkTdNextId)}}}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const i=e.range||this.control.getRange(),l=e.elementList||this.control.getElementList(),r=l[i.startIndex],a=l[i.startIndex+1],c=V=>!!(V&&(V.controlComponent===s.ControlComponent.POSTFIX||V.controlComponent===s.ControlComponent.POST_TEXT||V.controlComponent===s.ControlComponent.POSTTEXTFIX||V.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),d=!!(r?.originControlId&&c(r)&&a?.controlId===r.originControlId&&!a.originControlId&&a.control?.type===s.ControlType.TEXTFIELD&&c(a));let u=this.element.controlId||r?.controlId,R=this.element.originControlId||(this.element.controlId===r?.controlId?r?.originControlId:void 0),h=this.element.control||r.control;const g=!!(r?.controlId&&r.controlId!==this.element.controlId&&!r.originControlId&&r.control?.type===s.ControlType.TEXTFIELD);d?(u=r.originControlId,R=void 0,h=a.control):g&&(u=r.controlId,R=void 0,h=r.control);const T=!!u&&r?.controlId!==u&&this._findNearestTextAncestorId(l,r?.originControlId)===u;!T&&!d&&!g&&(this.control.mergeControl(e),this.control.shrinkBoundary(e));const{startIndex:f,endIndex:m}=i,C=this.control.getDraw();f!==m?C.spliceElementList(l,f+1,m-f,[],{isIgnoreDeletedRule:n.isIgnoreDeletedRule}):T||d||g?this._removePlaceholdersByControl(l,u,R||null):this.control.removePlaceholder(f,{elementList:l});const I=l[f];T||d||g?this._removePlaceholdersByControl(l,u,R||null):this._removeControlPlaceholders(l,f);const p=I.type&&!Ie.includes(I.type)||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRE_TEXT?ie(I,["control","controlId","originControlId",...ue]):Ce(I,["type"]),L=T||d||g,M=V=>{ue.forEach(E=>{delete V[E];const y=h?.[E];y!==void 0&&(V[E]=y)}),delete V.underline,delete V.textDecoration,h?.type===s.ControlType.TEXT&&V.color?.toLowerCase()==="#87d068"?V.color=this.options.defaultColor:V.color||(V.color=this.options.defaultColor)};L&&M(p),p.controlId=u,h&&(p.control=h),R?p.originControlId=R:delete p.originControlId;const O=this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.inputTraceEnabled,b=i.startIndex+1,D=[],W=V=>{const E=D.length?D:l,y=D.length?D.length-1:d?i.startIndex+1:i.startIndex;re(E,[V],y,{editorOptions:this.options}),D.push(V)};for(let V=0;V<t.length;V++){const E=t[V];if(E.type===s.ElementType.CONTROL&&E.control){const y=E,F=y.controlId||Tt(),S=y.control?.value||[],N=y.control?.type===s.ControlType.TEXTFIELD,Y={...Ce(p,["underline","textDecoration"]),controlId:F,type:s.ElementType.CONTROL,control:y.control,originControlId:u},X=N?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,U=N?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,Q=N?y.control?.preTextFix||this.options.control.preTextFix:y.control?.prefix||this.options.control.prefix;for(let w=0;w<Q.length;w++){const j={...Y,value:Q[w],controlComponent:X};W(j)}for(let w=0;w<S.length;w++){const j=S[w],J={...Y,...j,controlComponent:s.ControlComponent.VALUE};(J.color===this.options.control.bracketColor||J.color===this.options.control.placeholderColor)&&(J.color=this.options.defaultColor),W(J)}if(S.length===0){const w=y.control?.placeholder||"";for(let j=0;j<w.length;j++){const J={...Y,value:w[j],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};W(J)}}const v=N?y.control?.postTextFix||this.options.control.postTextFix:y.control?.postfix||this.options.control.postfix;for(let w=0;w<v.length;w++){const j={...Y,value:v[w],controlComponent:U};W(j)}}else if(E.type||E.value){(I.controlComponent===s.ControlComponent.PRE_TEXT||I.controlComponent===s.ControlComponent.POST_TEXT||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.POSTFIX)&&(p.color=this.options.defaultColor);const F=Ce(E,["control","controlId","controlComponent","originControlId"]),S={...p,...F,controlComponent:s.ControlComponent.VALUE};L&&M(S),(S.color===this.options.control.bracketColor||S.color===this.options.control.placeholderColor||S.color===this.options.control.textFixColor)&&(S.color=this.options.defaultColor),S.strikeout&&delete S.strikeout,O&&(S.textDecoration={style:s.TextDecorationStyle.DOUBLE},S.underline=!0),W(S)}}return D.length&&C.spliceElementList(l,b,0,D),i.startIndex+D.length}_removeControlPlaceholders(t,e){const n=t[e];if(!n?.controlId)return;const i=a=>!!a&&a.controlId===n.controlId&&a.originControlId===n.originControlId;let l=e;for(;l>=0&&i(t[l]);)l--;let r=e+1;for(;r<t.length&&i(t[r]);)r++;for(let a=r-1;a>l;a--)t[a].controlComponent===s.ControlComponent.PLACEHOLDER&&t.splice(a,1)}_removePlaceholdersByControl(t,e,n){if(e)for(let i=t.length-1;i>=0;i--){const l=t[i];l.controlId===e&&(l.originControlId||null)===n&&l.controlComponent===s.ControlComponent.PLACEHOLDER&&t.splice(i,1)}}_findNearestTextAncestorId(t,e){if(!e)return null;const n=new Set;let i=e,l=null;for(;i&&!n.has(i);){n.add(i);let r;for(let a=0;a<t.length;a++){const c=t[a];if(c.controlId===i&&c.control?.type&&(r=c,c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!r)break;(r.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&r.control?.type===s.ControlType.TEXTFIELD)&&(l=i),i=r.originControlId||null}return l}clearValue(t={},e={}){if(!e.isIgnoreDisabledRule&&this.control.getIsDisabledControl(t))return-1;const n=t.elementList||this.control.getElementList(),i=t.range||this.control.getValueRange()||this.control.getRange();this.control.shrinkBoundary(t);const{startIndex:l,endIndex:r}=i;return this.control.getDraw().spliceElementList(n,l+1,r-l,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),e.isAddPlaceholder!==!1&&(this.getValue(t).length||this.control.addPlaceholder(l,t)),l}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw(),d=this.options.mode===s.EditorMode.FORM,u=this.element.controlId||r.controlId,R=this.element.originControlId||r.originControlId||null,h=P=>{if(!P)return null;const Y=new Set;let X=P,U=null;for(;X&&!Y.has(X);){Y.add(X);let Q;for(let v=0;v<e.length;v++){const w=e[v];if(w.controlId===X&&w.control?.type&&(Q=w,w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!Q)break;(Q.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&Q.control?.type===s.ControlType.TEXTFIELD)&&(U=X),X=Q.originControlId||null}return U},g=h(R),T=!!g,f=r.controlId===u&&(r.originControlId||null)===R,m=r.controlComponent===s.ControlComponent.VALUE,C=P=>{for(let Y=i-1;Y>=0;Y--){const X=e[Y];if(X.controlId===P&&!X.originControlId){if(X.controlComponent===s.ControlComponent.VALUE||X.controlComponent===s.ControlComponent.PLACEHOLDER)return Y;if(X.controlComponent===s.ControlComponent.PREFIX||X.controlComponent===s.ControlComponent.PRE_TEXT||X.controlComponent===s.ControlComponent.PRETEXTFIX||X.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break}if(X.controlId&&X.controlId!==P&&X.originControlId!==P)break}return-1},I=(P,Y)=>{for(let X=P;X>=0;X--){const U=e[X];if(U.controlId===Y&&!U.originControlId&&(U.controlComponent===s.ControlComponent.VALUE||U.controlComponent===s.ControlComponent.PLACEHOLDER||U.controlComponent===s.ControlComponent.PREFIX||U.controlComponent===s.ControlComponent.PRE_TEXT||U.controlComponent===s.ControlComponent.PRETEXTFIX||U.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))return X;if(U.controlId&&U.controlId!==Y&&U.originControlId!==Y)break}for(let X=P+1;X<e.length;X++){const U=e[X];if(U.controlId===Y&&!U.originControlId&&(U.controlComponent===s.ControlComponent.VALUE||U.controlComponent===s.ControlComponent.PLACEHOLDER||U.controlComponent===s.ControlComponent.POSTFIX||U.controlComponent===s.ControlComponent.POST_TEXT||U.controlComponent===s.ControlComponent.POSTTEXTFIX||U.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return X;if(U.controlId&&U.controlId!==Y&&U.originControlId!==Y)break}return P},L=T&&f&&(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PRETEXTFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.TEXTFIXLABEL),M=e[l+1],O=!!M?.originControlId&&!!M?.controlId&&M.originControlId!==M.controlId&&(M.controlComponent===s.ControlComponent.PREFIX||M.controlComponent===s.ControlComponent.PRE_TEXT||M.controlComponent===s.ControlComponent.PRETEXTFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||M.controlComponent===s.ControlComponent.PLACEHOLDER||M.controlComponent===s.ControlComponent.TEXTFIXLABEL),b=!!M?.originControlId&&!!M?.controlId&&M.originControlId!==M.controlId&&(M.controlComponent===s.ControlComponent.PREFIX||M.controlComponent===s.ControlComponent.PRE_TEXT||M.controlComponent===s.ControlComponent.PRETEXTFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||M.controlComponent===s.ControlComponent.POSTFIX||M.controlComponent===s.ControlComponent.POST_TEXT||M.controlComponent===s.ControlComponent.POSTTEXTFIX||M.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||M.controlComponent===s.ControlComponent.PLACEHOLDER||M.controlComponent===s.ControlComponent.TEXTFIXLABEL),D=P=>this.options.mode===s.EditorMode.FORM?i:this.control.removeControl(P),W=r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId&&!!M?.originControlId&&!!u&&h(M.originControlId)===u,V=P=>!!P&&P.controlId===r.controlId&&(P.originControlId||null)===(r.originControlId||null),E=P=>P?.controlComponent===s.ControlComponent.POSTFIX||P?.controlComponent===s.ControlComponent.POST_TEXT||P?.controlComponent===s.ControlComponent.POSTTEXTFIX||P?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,y=()=>{const P=r.controlId,Y=r.originControlId||null;return c.spliceElementList(e,i,1),e.some(U=>U.controlId===P&&(U.originControlId||null)===Y&&U.controlComponent===s.ControlComponent.VALUE)||this.control.addPlaceholder(i-1),Math.max(i-1,0)},F=r.controlComponent===s.ControlComponent.VALUE&&!!r.originControlId&&V(M)&&E(M),S=!!u&&!this.control.getIsExistValueByElementListIndex(e,i),N=()=>{if(r.controlComponent!==s.ControlComponent.VALUE)return null;let P=i;for(let U=i;U>=0;U--){const Q=e[U];if(!(Q.controlId===r.controlId&&(Q.originControlId||null)===(r.originControlId||null))||Q.controlComponent!==s.ControlComponent.VALUE)break;if(!Q.strikeout){P=U;break}}const Y=e[P];if(!Y||Y.strikeout)return null;Y.strikeout=!0,Y.deletePerson="SWJ",Y.deleteTime=st(new Date).format("YYYY-MM-DD HH:mm:ss");let X=Math.max(P-1,0);for(let U=P-1;U>=0;U--){const Q=e[U];if(!(Q.controlId===Y.controlId&&(Q.originControlId||null)===(Y.originControlId||null))){X=U;break}if(Q.controlComponent!==s.ControlComponent.VALUE){X=U;break}if(!Q.strikeout){X=U;break}X=Math.max(U-1,0)}return this.draws.render({curIndex:X,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),queueMicrotask(()=>{this.ranges.setRange(X,X),this.draws.setCursor(X)}),X};if(t.key===s.KeyMap.Backspace){if(i===l&&S&&(r.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return i;if(d&&i===l&&g&&!f&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)){const Y=C(g);return Y>=0?Y:i}if(i===l&&L&&!(d&&r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId))return D(i);if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!T||m)){if(i===l&&r.controlComponent===s.ControlComponent.VALUE){const Y=N();if(Y!==null)return Y}return r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?i:this.strikeout()}else{if(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER)return i;if(i!==l){c.spliceElementList(e,i+1,l-i);const Y=e[i+1];return(Y?.controlComponent===s.ControlComponent.POSTFIX||Y?.controlComponent===s.ControlComponent.POST_TEXT||Y?.controlComponent===s.ControlComponent.POSTTEXTFIX||Y?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.addPlaceholder(i),i===0&&e[0].type===s.ElementType.SPLIT_TAG?c.fixPosition(!0)??i:i}else{const Y=e[i-1],X=e[i+1];return!r.originControlId&&Y?.controlId===r.controlId&&Y?.originControlId===r.originControlId&&Y?.controlComponent===s.ControlComponent.VALUE&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.options.mode!==s.EditorMode.FORM?(c.spliceElementList(e,i-1,1),this.getValue().length||this.control.addPlaceholder(i-2),i-2):E(X)?X.originControlId?F?y():W?(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),I(Math.max(i-1,0),r.controlId)):D(i):(c.spliceElementList(e,i,1),this.control.addPlaceholder(i-1),I(Math.max(i-1,0),r.controlId)):(c.spliceElementList(e,i,1),i===1&&e[0].type===s.ElementType.SPLIT_TAG||i===0?c.fixPosition(!0)??i-1:I(Math.max(i-1,0),r.controlId))}}}else if(t.key===s.KeyMap.Delete){if(i===l&&S&&(r.controlComponent===s.ControlComponent.PLACEHOLDER||r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return l;if(i===l&&(O||b)){if(W){const U=e[l+1];if(U?.controlComponent===s.ControlComponent.VALUE&&U.controlId===r.controlId&&!U.originControlId)return c.spliceElementList(e,l+1,1),this.getValue().length||this.control.addPlaceholder(i),i}return D(l+1)}const P=e[l+1],Y=!!r.originControlId;if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!Y||r.controlComponent===s.ControlComponent.VALUE))return a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.POSTTEXTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?l:P?.controlComponent===s.ControlComponent.POSTFIX||P?.controlComponent===s.ControlComponent.POST_TEXT||P?.controlComponent===s.ControlComponent.POSTTEXTFIX||P?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?P.originControlId?W?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):D(i+1):(c.spliceElementList(e,i+1,1),this.control.addPlaceholder(i),i):this.strikeout();{const U=e[l+1];return r.controlComponent===s.ControlComponent.PLACEHOLDER?l:U?.controlComponent===s.ControlComponent.POSTFIX||U?.controlComponent===s.ControlComponent.POST_TEXT||U?.controlComponent===s.ControlComponent.POSTTEXTFIX||U?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?U.originControlId?W?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):D(i+1):(c.spliceElementList(e,i+1,1),this.control.addPlaceholder(i),i):i!==l?(c.spliceElementList(e,i+1,l-i),i===0&&e[0].type===s.ElementType.SPLIT_TAG?c.fixPosition(!0)??i:i):U?(c.spliceElementList(e,i+1,1),i===0&&e[0].type===s.ElementType.SPLIT_TAG?c.fixPosition(!0)??i:i):(c.getTd()?.linkTdNextId&&r.controlId&&this.removeNextControlElement(r.controlId),l)}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();n.spliceElementList(i,t+1,e-t);const l=i[t+1];return(l?.controlComponent===s.ControlComponent.POSTFIX||l?.controlComponent===s.ControlComponent.POST_TEXT||l?.controlComponent===s.ControlComponent.POSTTEXTFIX||l?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.addPlaceholder(t),t}strikeout(t){const e=this.control.getRange(),{endIndex:n}=e,{isIgnoreDisabledRule:i=!1}=t||{};if(!i&&(this.draws.isReadonly()||this.draws.isDisabled()))return null;const r=this.ranges.getSelectionElementList(),a=this.position.getCursorPosition(),c=st(new Date).format("YYYY-MM-DD HH:mm:ss"),d=h=>{queueMicrotask(()=>{this.ranges.setRange(h,h),this.draws.setCursor(h),this.options.mode===s.EditorMode.FORM&&console.log("[text-sync-trace-cursor]",{index:h,range:this.ranges.getRange(),cursorIndex:this.position.getCursorPosition()?.index})})},u=h=>{const g=this.control.getElementList(),T=g[h],f=T?.controlId,m=T?.originControlId||null;let C=-1;for(let I=h-1;I>=0;I--){const p=g[I];if(p.controlId===f&&(p.originControlId||null)===m&&p.controlComponent===s.ControlComponent.VALUE)return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:I,reason:"prev-value"}),I;if(m){if(p.controlId&&p.controlId!==f&&p.originControlId!==m)break}else{if(p.controlId===f&&(p.controlComponent===s.ControlComponent.PREFIX||p.controlComponent===s.ControlComponent.PRE_TEXT||p.controlComponent===s.ControlComponent.PRETEXTFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){C=I;break}if(p.controlId&&p.controlId!==f&&!p.originControlId)break;if(p.originControlId===f&&(p.controlComponent===s.ControlComponent.POSTFIX||p.controlComponent===s.ControlComponent.POST_TEXT||p.controlComponent===s.ControlComponent.POSTTEXTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:I,reason:"nested-postfix"}),I}}if(C>=0){const I=C+1,p=g[I];return p?.controlId===f&&(p.controlComponent===s.ControlComponent.PLACEHOLDER||p.controlComponent===s.ControlComponent.VALUE)?(this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:I,reason:"prefix-next-editable"}),I):(this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:C,reason:"prefix"}),C)}return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:h,to:h,reason:"self"}),h},R=h=>{const g=this.control.getElementList(),T=g[h];if(!T?.controlId||T.controlComponent===s.ControlComponent.VALUE&&(T.metrics?.width??0)>0)return h;for(let f=h+1;f<g.length;f++){const m=g[f];if(m.controlId!==T.controlId||(m.originControlId||null)!==(T.originControlId||null))break;if(m.controlComponent===s.ControlComponent.VALUE&&(m.metrics?.width??0)>0)return f}for(let f=h-1;f>=0;f--){const m=g[f];if(m.controlId!==T.controlId||(m.originControlId||null)!==(T.originControlId||null))break;if(m.controlComponent===s.ControlComponent.VALUE&&(m.metrics?.width??0)>0)return f}return h};if(r?.length){if(!this.element.strikeout){const h=r.findIndex(g=>!g.strikeout);return r.forEach(g=>{g.deletePerson="SWJ",g.deleteTime=c,g.strikeout=!!~h}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),this.control.getRange().endIndex??null}}else{const h=R(a.index),g=this.control.getElementList()[h],T=this.control.getElementList();if(this.options.mode===s.EditorMode.FORM&&console.log("[text-strikeout]",{cursorIndex:a.index,targetIndex:h,targetValue:g?.value,targetComponent:g?.controlComponent,targetControlId:g?.controlId,targetOriginControlId:g?.originControlId||null}),!this.control.getElementList()[h].strikeout&&g?.metrics.width>0){this.control.getElementList()[h].strikeout=!0,this.control.getElementList()[h].deletePerson="SWJ",this.control.getElementList()[h].deleteTime=c;const f=u(h);return this.options.mode===s.EditorMode.FORM&&console.log("[text-strikeout:after]",{targetIndex:h,newIndex:f}),this.ranges.setRange(f,f),this.draws.render({curIndex:f,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(f),f??null}else if(n>=0&&n<T.length&&T[n]?.metrics?.width!==void 0&&T[n].metrics.width<=0&&!T[n]?.strikeout){T.splice(n,1);const f=n-1;return this.ranges.setRange(f,f),this.draws.render({curIndex:f,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(f),f??null}}return n??null}strikeoute(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draws.isReadonly()||this.draws.isDisabled()))return;if(!this.ranges.getSelectionElementList()?.length){const{endIndex:l}=this.ranges.getRange(),a=this.draws.getElementList()[l];this.ranges.setDefaultStyle({strikeout:a.strikeout?!1:!this.ranges.getDefaultStyle()?.strikeout})}}}class cl{draw;options;now;dom;renderOptions;isDatePicker;pickDate;lang;constructor(t,e={}){this.draw=t,this.options=e,this.lang=this._getLang(),this.now=new Date,this.dom=this._createDom(),this.renderOptions=null,this.isDatePicker=!0,this.pickDate=null,this._bindEvent()}_createDom(){const t=document.createElement("div");t.classList.add(`${tt}-date-container`),t.setAttribute(Ue,s.EditorComponent.POPUP);const e=document.createElement("div");e.classList.add(`${tt}-date-wrap`);const n=document.createElement("div");n.classList.add(`${tt}-date-title`);const i=document.createElement("span");i.classList.add(`${tt}-date-title__pre-year`),i.innerText="<<";const l=document.createElement("span");l.classList.add(`${tt}-date-title__pre-month`),l.innerText="<";const r=document.createElement("span");r.classList.add(`${tt}-date-title__now`);const a=document.createElement("span");a.classList.add(`${tt}-date-title__next-month`),a.innerText=">";const c=document.createElement("span");c.classList.add(`${tt}-date-title__next-year`),c.innerText=">>",n.append(i),n.append(l),n.append(r),n.append(a),n.append(c);const d=document.createElement("div");d.classList.add(`${tt}-date-week`);const{weeks:{sun:u,mon:R,tue:h,wed:g,thu:T,fri:f,sat:m}}=this.lang;[u,R,h,g,T,f,m].forEach(y=>{const F=document.createElement("span");F.innerText=`${y}`,d.append(F)});const I=document.createElement("div");I.classList.add(`${tt}-date-day`),e.append(n),e.append(d),e.append(I);const p=document.createElement("ul");p.classList.add(`${tt}-time-wrap`);let L,M,O;[this.lang.hour,this.lang.minute,this.lang.second].forEach((y,F)=>{const S=document.createElement("li"),N=document.createElement("span");N.innerText=y,S.append(N);const P=document.createElement("ol"),Y=F===0,X=F===1,U=Y?24:60;for(let Q=0;Q<U;Q++){const v=document.createElement("li");v.innerText=`${String(Q).padStart(2,"0")}`,v.setAttribute("data-id",`${Q}`),P.append(v)}Y?L=P:X?M=P:O=P,S.append(P),p.append(S)});const D=document.createElement("div");D.classList.add(`${tt}-date-menu`);const W=document.createElement("button");W.classList.add(`${tt}-date-menu__time`),W.innerText=this.lang.timeSelect;const V=document.createElement("button");V.classList.add(`${tt}-date-menu__now`),V.innerText=this.lang.now;const E=document.createElement("button");return E.classList.add(`${tt}-date-menu__submit`),E.innerText=this.lang.confirm,D.append(W),D.append(V),D.append(E),t.append(e),t.append(p),t.append(D),this.draw.getContainer().append(t),{container:t,dateWrap:e,datePickerWeek:d,timeWrap:p,title:{preYear:i,preMonth:l,now:r,nextMonth:a,nextYear:c},day:I,time:{hour:L,minute:M,second:O},menu:{time:W,now:V,submit:E}}}_bindEvent(){this.dom.title.preYear.onclick=()=>{this._preYear()},this.dom.title.preMonth.onclick=()=>{this._preMonth()},this.dom.title.nextMonth.onclick=()=>{this._nextMonth()},this.dom.title.nextYear.onclick=()=>{this._nextYear()},this.dom.menu.time.onclick=()=>{this.isDatePicker=!this.isDatePicker,this._toggleDateTimePicker()},this.dom.menu.now.onclick=()=>{this._now(),this._submit()},this.dom.menu.submit.onclick=()=>{this.dispose(),this._submit()},this.dom.time.hour.onclick=t=>{if(!this.pickDate)return;const n=t.target.dataset.id;n&&(this.pickDate.setHours(Number(n)),this._setTimePick(!1))},this.dom.time.minute.onclick=t=>{if(!this.pickDate)return;const n=t.target.dataset.id;n&&(this.pickDate.setMinutes(Number(n)),this._setTimePick(!1))},this.dom.time.second.onclick=t=>{if(!this.pickDate)return;const n=t.target.dataset.id;n&&(this.pickDate.setSeconds(Number(n)),this._setTimePick(!1))}}_setPosition(){if(!this.renderOptions)return;const{position:{coordinate:{leftTop:[t,e]},lineHeight:n,pageNo:i}}=this.renderOptions,l=this.draw.getHeight(),r=this.draw.getPageGap(),c=(i??this.draw.getPageNo())*(l+r);this.dom.container.style.left=`${t}px`,this.dom.container.style.top=`${e+c+n}px`}isInvalidDate(t){return t.toDateString()==="Invalid Date"}_setValue(){const t=this.renderOptions?.value;if(t){const e=new Date(t);this.now=this.isInvalidDate(e)?new Date:e}else this.now=new Date;this.pickDate=new Date(this.now)}_getLang(){const t=this.draw.getI18n(),e=t.t.bind(t);return{now:e("datePicker.now"),confirm:e("datePicker.confirm"),return:e("datePicker.return"),timeSelect:e("datePicker.timeSelect"),weeks:{sun:e("datePicker.weeks.sun"),mon:e("datePicker.weeks.mon"),tue:e("datePicker.weeks.tue"),wed:e("datePicker.weeks.wed"),thu:e("datePicker.weeks.thu"),fri:e("datePicker.weeks.fri"),sat:e("datePicker.weeks.sat")},year:e("datePicker.year"),month:e("datePicker.month"),hour:e("datePicker.hour"),minute:e("datePicker.minute"),second:e("datePicker.second")}}_setLangChange(){this.dom.menu.time.innerText=this.lang.timeSelect,this.dom.menu.now.innerText=this.lang.now,this.dom.menu.submit.innerText=this.lang.confirm;const{weeks:{sun:t,mon:e,tue:n,wed:i,thu:l,fri:r,sat:a}}=this.lang,c=[t,e,n,i,l,r,a];this.dom.datePickerWeek.childNodes.forEach((h,g)=>{const T=h;T.innerText=c[g]});const d=this.dom.time.hour.previousElementSibling;d.innerText=this.lang.hour;const u=this.dom.time.minute.previousElementSibling;u.innerText=this.lang.minute;const R=this.dom.time.second.previousElementSibling;R.innerText=this.lang.second}_update(){const t=new Date,e=t.getFullYear(),n=t.getMonth()+1,i=t.getDate();let l=null,r=null,a=null;this.pickDate&&(l=this.pickDate.getFullYear(),r=this.pickDate.getMonth()+1,a=this.pickDate.getDate());const c=this.now.getFullYear(),d=this.now.getMonth()+1;this.dom.title.now.innerText=`${c}${this.lang.year} ${String(d).padStart(2,"0")}${this.lang.month}`;const R=new Date(c,d,0).getDate();let h=new Date(c,d-1,1).getDay();h===0&&(h=7);const g=new Date(c,d-1,0).getDate();this.dom.day.innerHTML="";const T=g-h+1;for(let m=T;m<=g;m++){const C=document.createElement("div");C.classList.add("disable"),C.innerText=`${m}`,C.onclick=()=>{const I=d-2;this.now=new Date(c,I,m),this._setDatePick(c,I,m)},this.dom.day.append(C)}for(let m=1;m<=R;m++){const C=document.createElement("div");e===c&&n===d&&i===m&&C.classList.add("active"),this.pickDate&&l===c&&r===d&&a===m&&C.classList.add("select"),C.innerText=`${m}`,C.onclick=I=>{const p=d-1;this.now=new Date(c,p,m),this._setDatePick(c,p,m),I.stopPropagation()},this.dom.day.append(C)}const f=42-h-R;for(let m=1;m<=f;m++){const C=document.createElement("div");C.classList.add("disable"),C.innerText=`${m}`,C.onclick=()=>{this.now=new Date(c,d,m),this._setDatePick(c,d,m)},this.dom.day.append(C)}}_toggleDateTimePicker(){this.isDatePicker?(this.dom.dateWrap.classList.add("active"),this.dom.timeWrap.classList.remove("active"),this.dom.menu.time.innerText=this.lang.timeSelect):(this.dom.dateWrap.classList.remove("active"),this.dom.timeWrap.classList.add("active"),this.dom.menu.time.innerText=this.lang.return,this._setTimePick())}_setDatePick(t,e,n){this.now=new Date(t,e,n),this.pickDate?.setFullYear(t),this.pickDate?.setMonth(e),this.pickDate?.setDate(n),this._update()}_setTimePick(t=!0){const e=this.pickDate?.getHours()||0,n=this.pickDate?.getMinutes()||0,i=this.pickDate?.getSeconds()||0,{hour:l,minute:r,second:a}=this.dom.time;[l,r,a].forEach(u=>{u.querySelectorAll("li").forEach(R=>R.classList.remove("active"))}),[[l,e],[r,n],[a,i]].forEach(([u,R])=>{const h=u.querySelector(`[data-id='${R}']`);h.classList.add("active"),t&&Ns(u,h)})}_preMonth(){this.now.setMonth(this.now.getMonth()-1),this._update()}_nextMonth(){this.now.setMonth(this.now.getMonth()+1),this._update()}_preYear(){this.now.setFullYear(this.now.getFullYear()-1),this._update()}_nextYear(){this.now.setFullYear(this.now.getFullYear()+1),this._update()}_now(){this.pickDate=new Date,this.dispose()}_toggleVisible(t){t?this.dom.container.classList.add("active"):this.dom.container.classList.remove("active")}_submit(){if(this.options.onSubmit&&this.pickDate){const t=this.renderOptions?.dateFormat,e=this.formatDate(this.pickDate,t);this.options.onSubmit(e)}}formatDate(t,e="YYYY-MM-DD HH:mm:ss"){let n=e;const i=t.getFullYear().toString(),l=(t.getMonth()+1).toString(),r=t.getDate().toString(),a=t.getHours(),c=a%12===0?12:a%12,d=t.getMinutes().toString(),u=t.getSeconds().toString(),R=t.getMilliseconds().toString(),h={"y+":i,"Y+":i,"M+":l,"d+":r,"D+":r,"h+":c.toString(),"H+":a.toString(),"m+":d,"s+":u,"S+":R};for(const g in h){const T=new RegExp("("+g+")").exec(e),f=g;T&&(n=n.replace(T[1],T[1].length===1?h[f]:h[f].padStart(T[1].length,"0")))}return n}render(t){this.renderOptions=t,this.lang=this._getLang(),this._setLangChange(),this._setValue(),this._update(),this._setPosition(),this.isDatePicker=!0,this._toggleDateTimePicker(),this._toggleVisible(!0)}dispose(){this._toggleVisible(!1)}destroy(){this.dom.container.remove()}}class uo{draw;element;control;isPopup;datePicker;options;constructor(t,e){const n=e.getDraw();this.draw=n,this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1,this.datePicker=null}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getValue(t={}){const e=t.elementList||this.control.getElementList(),n=this.control.getValueRange(t);if(!n)return[];const i=[],{startIndex:l,endIndex:r}=n;for(let a=l;a<=r;a++){const c=e[a];c.controlComponent===s.ControlComponent.VALUE&&i.push(c)}return i}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e);this.control.shrinkBoundary(e);const{startIndex:r,endIndex:a}=l,c=this.control.getDraw();r!==a?c.spliceElementList(i,r+1,a-r):this.control.removePlaceholder(r,{elementList:i});const d=i[r],u=d.type&&!Ie.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?ie(d,["control","controlId",...ue]):Ce(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const g={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[g],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[g])}return R+t.length-1}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=this.control.getValueRange(t);if(!l)return-1;const{startIndex:r,endIndex:a}=l;if(!~r||!~a)return-1;const c=t.elementList||this.control.getElementList();return this.control.getDraw().spliceElementList(c,r+1,a-r,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(r,t),r}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.getValue(e)[0],a=r?ie(r,Ne):ie(i[l.startIndex],ue),c=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~c)return;const d=Ce(i[c],Ne),u=c+1,R=this.control.getDraw();for(let h=0;h<t.length;h++){const g={...a,...d,type:s.ElementType.TEXT,value:t[h],controlComponent:s.ControlComponent.VALUE};(g.color===this.options.control.bracketColor||g.color===this.options.control.placeholderColor)&&(g.color=this.options.defaultColor),re(i,[g],c,{editorOptions:this.options}),R.spliceElementList(i,u+h,0,[g])}if(!e.range){const h=u+t.length-1;this.control.repaintControl({curIndex:h}),this.control.emitControlContentChange({context:e}),this.destroy()}}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw();if(t.key===s.KeyMap.Backspace)return i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1);if(t.key===s.KeyMap.Delete){if(i!==l)return c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i;{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i)}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl())return;const t=this.control.getPosition();if(!t)return;const e=this.draw.getElementList(),{startIndex:n}=this.control.getRange();if(e[n+1]?.controlId!==this.element.controlId)return;this.datePicker=new cl(this.draw,{onSubmit:this._setDate.bind(this)});const i=this.getValue().map(r=>r.value).join("")||"",l=this.element.control?.dateFormat;this.datePicker.render({value:i,position:t,dateFormat:l}),this.isPopup=!0}destroy(){this.isPopup&&(this.datePicker?.destroy(),this.isPopup=!1)}_setDate(t){t?this.setSelect(t):this.clearSelect(),this.destroy()}}class Ro extends hs{isPopup;inputPopup;constructor(t,e){super(t,e),this.isPopup=!1,this.inputPopup=null}getIsPopup(){return this.isPopup}setValue(t,e={},n={}){if(t.some(L=>!uc(L)||zl.test(L.value)))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange();this.control.shrinkBoundary(e);const r=ht(t),{startIndex:a,endIndex:c}=l,d=i[a];let u=null;for(let L=a;L>=0;L--)if(i[L].controlComponent===s.ControlComponent.PREFIX){u=i[L];break}const R=u?.control||this.element.control;if(this.control.getIsExistValueByElementListIndex(i,a)){let L=a;for(;L>0;){const O=i[L];if(O.controlId!==d.controlId||O.controlComponent===s.ControlComponent.PREFIX||O.controlComponent===s.ControlComponent.PRE_TEXT)break;r.unshift(O),L--}let M=c+1;for(;M<i.length;){const O=i[M];if(O.controlId!==d.controlId||O.controlComponent===s.ControlComponent.POSTFIX||O.controlComponent===s.ControlComponent.POST_TEXT)break;r.push(O),M++}}const h=As(r);if(Number.isNaN(Number(h))||!Number.isFinite(Number(h)))return-1;const g=R?.numberExclusiveOptions,T=g?.maxLength??null,f=g?.decimalPlaces??null,m=h.replace(/[.-]/g,"").length;if(T!=null&&m>T||f!=null&&(h.split(".")[1]||"").length>f)return-1;const C=Number(h),I=g?.minValue,p=g?.maxValue;return I!=null&&C<I||p!=null&&C>p?-1:super.setValue(t,e,n)}_setNumberValue(t){const e=this.control.getElementList(),n=this.control.getRange(),{startIndex:i}=n;let l=null;for(let b=i;b>=0;b--)if(e[b].controlComponent===s.ControlComponent.PREFIX){l=e[b];break}const a=(l?.control||this.element.control)?.numberExclusiveOptions,c=a?.minValue,d=a?.maxValue,u=a?.minLength,R=a?.maxLength,h=t.trim(),g=h.replace(/[.-]/g,"").length,T=Number(h);if(u!=null&&g<u||R!=null&&g>R||c!=null&&T<c||d!=null&&T>d)return!1;let f=i;for(let b=i;b>=0;b--)if(e[b].controlComponent===s.ControlComponent.PREFIX){f=b;break}let m=f+1;for(let b=f+1;b<e.length;b++)if(e[b].controlComponent===s.ControlComponent.POSTFIX){m=b;break}const C=this.options.mode===s.EditorMode.FORM,I=C&&this.options.modeRule.form.inputTraceEnabled,p=C&&this.options.modeRule.form.deleteTraceEnabled,L=st(new Date).format("YYYY-MM-DD HH:mm:ss");if(p)for(let b=f+1;b<m;b++){const D=e[b];D.controlComponent===s.ControlComponent.VALUE&&!D.strikeout&&D.value&&(D.strikeout=!0,D.deletePerson="SYSTEM",D.deleteTime=L),D.controlComponent===s.ControlComponent.PLACEHOLDER&&(this.control.getDraw().spliceElementList(e,b,1),m--,b--)}else{const b=f+1,D=m-b;D>0&&this.control.getDraw().spliceElementList(e,b,D),m=f+1}m=f+1;for(let b=f+1;b<e.length;b++)if(e[b].controlComponent===s.ControlComponent.POSTFIX){m=b;break}const M=[];for(let b=0;b<h.length;b++){const D={type:s.ElementType.TEXT,value:h[b],controlComponent:s.ControlComponent.VALUE,controlId:e[f].controlId,originControlId:e[f].originControlId,control:e[f].control};I&&(D.textDecoration={style:s.TextDecorationStyle.DOUBLE},D.underline=!0),M.push(D)}for(let b=0;b<M.length;b++)this.control.getDraw().spliceElementList(e,m+b,0,[M[b]]);const O=m+M.length-1;return this.control.getDraw().getRange().setRange(O,O),this.control.emitControlContentChange(),this.control.repaintControl({curIndex:O}),!0}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl())return;const t=this.control.getElementList(),e=this.control.getRange(),{startIndex:n}=e,i=t[n];if(!i||i.controlId!==this.element.controlId)return;let l=null;for(let T=n;T>=0;T--)if(t[T].controlComponent===s.ControlComponent.PREFIX){l=t[T];break}const r=l?.control||this.element.control,c=this.getValue().filter(T=>!T.strikeout),d=c.length>0?As(c):"",u=r?.numberExclusiveOptions,R=u?.minValue,h=u?.maxValue,g=u?.decimalPlaces;this.inputPopup=new wg({control:this.control,currentValue:d,minValue:R,maxValue:h,decimalPlaces:g,onConfirm:T=>{if(!T||T.trim()==="")return this._clearNumberValue(),!0;const f=Number(T);return Number.isNaN(f)||!Number.isFinite(f)?!1:this._setNumberValue(T)},onTab:T=>{this.destroy(),setTimeout(()=>{this.control.initNextControl({direction:T})})},onClose:()=>{this.destroy()}}),this.inputPopup.create(),this.isPopup=!0}_clearNumberValue(){const t=this.control.getElementList(),e=this.control.getRange(),{startIndex:n}=e;let i=n;for(let c=n;c>=0;c--)if(t[c].controlComponent===s.ControlComponent.PREFIX){i=c;break}let l=i+1;for(let c=i+1;c<t.length;c++)if(t[c].controlComponent===s.ControlComponent.POSTFIX){l=c;break}const r=i+1,a=l-r;a>0&&this.control.getDraw().spliceElementList(t,r,a),this.control.addPlaceholder(i),this.control.getDraw().getRange().setRange(i,i),this.control.emitControlContentChange(),this.control.repaintControl({curIndex:i})}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw();if(t.key==="Backspace")return r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT?i:i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1);if(t.key==="Delete"){const u=e[l+1];return r.controlComponent===s.ControlComponent.PLACEHOLDER||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT?this.control.removeControl(i):r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||u?.controlComponent===s.ControlComponent.POSTFIX||u?.controlComponent===s.ControlComponent.POST_TEXT?l:i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i)}return t.key.length===1&&!t.ctrlKey&&!t.metaKey&&!t.altKey?(t.preventDefault(),this.awake(),null):l}destroy(){this.inputPopup&&(this.inputPopup.destroy(),this.inputPopup=null),this.isPopup=!1}}class wg{options;popupDom;constructor(t){this.options=t,this.popupDom=null}create(){const{currentValue:t,minValue:e,maxValue:n,decimalPlaces:i,onConfirm:l,onTab:r,onClose:a}=this.options,c=document.createElement("div");c.classList.add(`${tt}-number-input-modal`),c.setAttribute(Ue,s.EditorComponent.POPUP);const d=p=>{if(p.type==="mouseup"){const L=this.options.control.getDraw().getCanvasEvent();L.setIsAllowDrag(!1),L.setIsAllowSelection(!1)}p.stopPropagation()};c.addEventListener("mousedown",d),c.addEventListener("mouseup",d),c.addEventListener("click",d),c.addEventListener("keydown",d),c.addEventListener("input",d);const u=document.createElement("div");u.classList.add(`${tt}-number-input-modal__content`);const R=document.createElement("div");if(R.classList.add(`${tt}-number-input-modal__title`),R.textContent="请输入数值",u.appendChild(R),e!==void 0||n!==void 0){const p=document.createElement("div");p.classList.add(`${tt}-number-input-modal__hint`);let L="有效范围:";e!==void 0&&n!==void 0?L+=`${e} ~ ${n}`:e!==void 0?L+=`≥ ${e}`:L+=`≤ ${n}`,i!=null&&(L+=`,保留${i}位小数`),p.textContent=L,u.appendChild(p)}const h=document.createElement("input");h.classList.add(`${tt}-number-input-modal__input`),h.type="number",h.value=t,h.placeholder="请输入数值",e!==void 0&&(h.min=String(e)),n!==void 0&&(h.max=String(n)),i!=null&&(h.step=(1/Math.pow(10,i)).toString()),setTimeout(()=>{h.focus(),h.select()},100),u.appendChild(h);const g=document.createElement("div");g.classList.add(`${tt}-number-input-modal__error`),g.style.display="none",u.appendChild(g);const T=document.createElement("div");T.classList.add(`${tt}-number-input-modal__buttons`);const f=document.createElement("button");f.classList.add(`${tt}-number-input-modal__cancel`),f.textContent="取消",f.onclick=()=>{a()},T.appendChild(f);const m=document.createElement("button");m.classList.add(`${tt}-number-input-modal__confirm`),m.textContent="确定";const C=()=>{const p=h.value.trim();if(!p)return l("");const L=parseFloat(p);return Number.isNaN(L)||!Number.isFinite(L)?(g.textContent="请输入有效的数值",g.style.display="block",!1):i!=null&&(p.split(".")[1]||"").length>i?(g.textContent=`小数位数不能超过${i}位`,g.style.display="block",!1):e!==void 0&&L<e?(g.textContent=`数值不能小于 ${e}`,g.style.display="block",!1):n!==void 0&&L>n?(g.textContent=`数值不能大于 ${n}`,g.style.display="block",!1):(g.style.display="none",l(p))};m.onclick=()=>{C()&&a()},T.appendChild(m),u.appendChild(T),c.appendChild(u),h.onkeydown=p=>{p.key==="Enter"?m.click():p.key==="Tab"?(p.preventDefault(),C()&&(a(),r(p.shiftKey?Jt.UP:Jt.DOWN))):p.key==="Escape"&&a()},this.options.control.getContainer().appendChild(c),this.popupDom=c}destroy(){this.popupDom&&(this.popupDom.remove(),this.popupDom=null)}}class Zg{options;mask;container;inputList;optionItemContainers;data;constructor(t){this.options=t,this.mask=null,this.container=null,this.inputList=[],this.optionItemContainers=[],this.data=t.data,this._render()}_getFieldValue(t){const e=this.inputList.filter(n=>n.name===t);if(e.length!==0){for(const n of e)if(n instanceof HTMLInputElement&&n.type==="radio"&&n.checked)return n.value;return e[0].value}}_updateFieldVisibility(){this.data.forEach((t,e)=>{if(t.visibleWhen){const{field:n,value:i}=t.visibleWhen,l=this._getFieldValue(n),r=this.optionItemContainers[e];if(r){const a=l===i;r.style.display=a?"":"none"}}})}_render(){const{title:t,onClose:e,onCancel:n,onConfirm:i}=this.options,l=document.createElement("div");l.classList.add("dialog-mask"),l.setAttribute(Ue,s.EditorComponent.COMPONENT),document.body.append(l);const r=document.createElement("div");r.classList.add("dialog-container"),r.setAttribute(Ue,s.EditorComponent.COMPONENT);const a=document.createElement("div");a.classList.add("dialog"),r.append(a);const c=document.createElement("div");c.classList.add("dialog-title");const d=document.createElement("span");d.append(document.createTextNode(t));const u=document.createElement("i");u.onclick=()=>{e&&e(),this._dispose()},c.append(d),c.append(u),a.append(c);const R=document.createElement("div");R.classList.add("dialog-option");for(let f=0;f<this.data.length;f++){const m=this.data[f],C=document.createElement("div");if(C.classList.add("dialog-option__item"),m.visible===!1&&(C.style.display="none"),m.label){const I=document.createElement("span");I.append(document.createTextNode(m.label)),C.append(I),m.required&&I.classList.add("dialog-option__item--require")}if(m.type==="radio"){const I=document.createElement("div");I.classList.add("dialog-radio-group"),m.horizontal&&I.classList.add("dialog-radio-group--horizontal"),m.options?.forEach(p=>{const L=document.createElement("label");L.classList.add("dialog-radio-item");const M=document.createElement("input");M.type="radio",M.name=m.name,M.value=p.value,p.value===(m.value||"")&&(M.checked=!0);const O=document.createElement("span");O.textContent=p.label,L.append(M),L.append(O),I.append(L),M.addEventListener("change",()=>{this._updateFieldVisibility()}),this.inputList.push(M)}),C.append(I)}else if(m.type==="select"){const I=document.createElement("select"),p=m.value||"";m.options?.forEach(L=>{const M=document.createElement("option");M.value=L.value,M.label=L.label,L.value===p&&(M.selected=!0),I.append(M)}),I.name=m.name,I.value=p,I.addEventListener("change",()=>{this._updateFieldVisibility()}),m.width&&(I.style.width=`${m.width}px`),C.append(I),this.inputList.push(I)}else if(m.type==="textarea"){const I=document.createElement("textarea");I.name=m.name,I.value=m.value||"",I.placeholder=m.placeholder||"",m.width&&(I.style.width=`${m.width}px`),m.height&&(I.style.height=`${m.height}px`),C.append(I),this.inputList.push(I)}else{const I=document.createElement("input");I.type=m.type,I.name=m.name,I.value=m.value||"",I.placeholder=m.placeholder||"",m.width&&(I.style.width=`${m.width}px`),m.height&&(I.style.height=`${m.height}px`),C.append(I),this.inputList.push(I)}R.append(C),this.optionItemContainers.push(C)}a.append(R);const h=document.createElement("div");h.classList.add("dialog-menu");const g=document.createElement("button");g.classList.add("dialog-menu__cancel"),g.append(document.createTextNode("取消")),g.type="button",g.onclick=()=>{n&&n(),this._dispose()},h.append(g);const T=document.createElement("button");T.append(document.createTextNode("确定")),T.type="submit",T.onclick=()=>{if(i){const f=new Set,m=[];for(const C of this.inputList)if(!f.has(C.name))if(C instanceof HTMLInputElement&&C.type==="radio"){const I=this.inputList.find(p=>p.name===C.name&&p instanceof HTMLInputElement&&p.checked);I&&(m.push({name:C.name,value:I.value}),f.add(C.name))}else m.push({name:C.name,value:C.value}),f.add(C.name);i(m)}this._dispose()},h.append(T),a.append(h),document.body.append(r),this.container=r,this.mask=l,this._updateFieldVisibility()}_dispose(){this.mask?.remove(),this.container?.remove()}}class On{draw;element;control;isPopup;datePicker;options;range;static isDeleting=!1;inputModal=null;constructor(t,e){const n=e.getDraw();this.draw=n,this.range=n.getRange(),this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1,this.datePicker=null}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getValue(){return[]}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e),r=this.control.getDraw(),{startIndex:a}=l,d=i[a].controlId;let u=a;for(let C=a;C>=0;C--){const I=i[C];if(I.controlId!==d)break;if(I.controlComponent===s.ControlComponent.PREFIX){u=C;break}}let R=a;for(let C=a;C<i.length;C++){const I=i[C];if(I.controlId!==d){R=C;break}if(I.controlComponent===s.ControlComponent.POSTFIX){R=C;break}}const h=u+1,g=R-1;g>=h&&r.spliceElementList(i,h,g-h+1);const T=i[u],f=ie(T,["control","controlId",...ue]),m=u+1;for(let C=0;C<t.length;C++){const I={...f,...t[C],controlComponent:s.ControlComponent.VALUE};I.color="#fff",I.highlight="#1677FF",re(i,[I],u,{editorOptions:this.options}),r.spliceElementList(i,m+C,0,[I])}return m+t.length-1}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=this.control.getValueRange(t);if(!l)return-1;const{startIndex:r,endIndex:a}=l;if(!~r||!~a)return-1;const c=t.elementList||this.control.getElementList();return this.control.getDraw().spliceElementList(c,r+1,a-r,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(r,t),r}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{endIndex:i}=n,l=e[i];return!!l?.originControlId&&!!l?.controlId&&l.originControlId!==l.controlId&&l.control?.type===s.ControlType.BUTTON&&!l.control?.buttonText&&(t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete)?this.control.removeControl(i):l?.controlComponent==="value"&&l.control?.type==="button"&&l.control?.buttonText?t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete?(l.controlId&&this.removeByValue(e,l.controlId),i):null:(t.key===s.KeyMap.Backspace&&l?.controlComponent==="value"&&l.control?.type==="button"&&!l.control?.buttonText,null)}removeByValue(t,e){return On.isDeleting=!0,new Promise(n=>{for(let c=t.length-1;c>=0;c--)(t[c].type=="control"||t[c].type=="text")&&t[c].controlId===e&&t.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),setTimeout(()=>{On.isDeleting=!1},300),n(!0)})}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl()||On.isDeleting||!this.control.getPosition())return;const e=this.draw.getElementList(),{startIndex:n}=this.control.getRange();if(e[n]?.controlId!==this.element?.controlId)return;const i=this.control.getDraw().getPosition().getPositionContext();if(!i.isDirectHit||i.index!==n||e[i.index]?.controlId!==this.element?.controlId)return;const l=e[n]?.controlId,r=e[n]?.control;if(!(l?.endsWith("_text")||r?.buttonText)){if(this.options.mode=="form"){const a=e[n].controlId;if(!a)return;const c=e.filter(d=>d.controlId==a);c[0].control.buttonText||this.showInputModal(c)}else if(this.options.mode=="edit"){const a=e[n].controlId,c=e.filter(d=>d.controlId==a);this.showEditModal(c)}}}showInputModal(t){if(this.inputModal){this.closeInputModal();return}this.isPopup=!0,this.inputModal=document.createElement("div"),this.inputModal.classList.add(`${tt}-button-input-modal`),this.inputModal.setAttribute(Ue,s.EditorComponent.POPUP);const e=d=>{if(d.type==="mouseup"){const u=this.control.getDraw().getCanvasEvent();u.setIsAllowDrag(!1),u.setIsAllowSelection(!1)}d.stopPropagation()};this.inputModal.addEventListener("mousedown",e),this.inputModal.addEventListener("mouseup",e),this.inputModal.addEventListener("click",e),this.inputModal.addEventListener("keydown",e),this.inputModal.addEventListener("input",e),this.inputModal.oncontextmenu=d=>{d.preventDefault(),d.stopPropagation()};const n=document.createElement("div");n.classList.add(`${tt}-button-input-modal__content`),n.oncontextmenu=d=>{d.preventDefault(),d.stopPropagation()};const i=document.createElement("div");i.classList.add(`${tt}-button-input-modal__title`),i.innerText="请输入按钮展开文字(用逗号分隔)";const l=document.createElement("textarea");l.classList.add(`${tt}-button-input-modal__textarea`),l.placeholder="例如:选项1,选项2,选项3",l.rows=5;const r=document.createElement("div");r.classList.add(`${tt}-button-input-modal__buttons`);const a=document.createElement("button");a.classList.add(`${tt}-button-input-modal__cancel`),a.innerText="取消",a.onclick=()=>this.closeInputModal();const c=document.createElement("button");c.classList.add(`${tt}-button-input-modal__confirm`),c.innerText="确认",c.onclick=()=>{const d=l.value.trim();if(d){const u=d.split(/[,,]/).map((R,h)=>({value:R.trim(),code:String(h+1)})).filter(R=>R.value);if(u.length>0&&t[0]?.controlId){const R={controlId:t[0].controlId,element:[{...t[0],newButtonValue:u}]};this.draw.getCommand().executeButton(R)}}this.closeInputModal()},r.appendChild(a),r.appendChild(c),n.appendChild(i),n.appendChild(l),n.appendChild(r),this.inputModal.appendChild(n),this.draw.getContainer().appendChild(this.inputModal),setTimeout(()=>l.focus(),100),this.inputModal.onclick=d=>{d.target===this.inputModal&&this.closeInputModal()}}closeInputModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}showEditModal(t){const e=t[0]?.control||{},n=e.buttonLabel||e.label||"按钮",i=e.code||"";this.isPopup=!0,new Zg({title:"修改按钮属性",data:[{type:"text",label:"按钮标签",name:"buttonLabel",required:!0,placeholder:"请输入按钮标签",value:n},{type:"text",label:"按钮代码",name:"code",placeholder:"请输入按钮代码",value:i}],onClose:()=>{this.isPopup=!1},onCancel:()=>{this.isPopup=!1},onConfirm:l=>{const r=l.find(h=>h.name==="buttonLabel")?.value?.trim()||"按钮",a=l.find(h=>h.name==="code")?.value?.trim()||"",c=this.control.getElementList(),d=t[0]?.controlId;if(d)for(let h=0;h<c.length;h++){const g=c[h];g.controlId===d&&g.control&&(g.control.buttonLabel=r,g.control.label=r,g.control.code=a)}const u=[];for(let h=0;h<r.length;h++)u.push({value:r[h],controlComponent:s.ControlComponent.VALUE});const R=this.setValue(u);R!==-1&&this.control.repaintControl({curIndex:R}),this.isPopup=!1}})}destroy(){this.inputModal&&this.closeInputModal(),this.isPopup&&(this.datePicker?.destroy(),this.isPopup=!1)}}class dl{draws;ranges;element;control;options;position;constructor(t,e){const n=e.getDraw();this.draws=n,this.position=n.getPosition(),this.ranges=n.getRange(),this.options=n.getOptions(),this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getValue(t={}){const e=t.elementList||this.control.getElementList();let{startIndex:n}=t.range||this.control.getRange();const i=this.control.getDraw(),l=t?null:i.getTd();n>=e.length&&(n=e.length-1);const r=e[n],a=[];let c=l;if(r.controlComponent===s.ControlComponent.PRETEXTFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let T=n+1;for(;T<e.length;){const f=e[T];if(f.controlId!==r.controlId||f.controlComponent!==s.ControlComponent.PRETEXTFIX&&f.controlComponent!==s.ControlComponent.PRETEXTFIX_TEXT){n=T-1;break}T++}}let d=e,u=n;for(;;){if(u<0&&c?.linkTdPrevId){const f=i.getTdById(c.linkTdPrevId);if(f){d=f.value,u=d.length-1,c=f;continue}}if(u<0)break;const T=d[u];if(T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.PRETEXTFIX||T.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||T.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;T.controlComponent===s.ControlComponent.VALUE&&a.unshift(T),u--}c=l;let R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const f=i.getTdById(c.linkTdNextId);if(f){R=f.value,h=0,c=f;continue}}const T=R[h];if(!T||T.controlId!==r.controlId||T.controlComponent===s.ControlComponent.POSTTEXTFIX||T.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||T.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;T.controlComponent===s.ControlComponent.VALUE&&a.push(T),h++}return a.filter(T=>T.type!==s.ElementType.SPLIT_TAG)}removeNextControlElement(t,e){const n=this.control.getDraw();if(e=e??n.getTd()?.linkTdNextId,e){const i=n.getTdById(e);if(i){if(i.value.length){if(i.value[1].controlId===t)return n.spliceElementList(i.value,1,1),i.value[1]}else if(i.linkTdNextId)return this.removeNextControlElement(t,i.linkTdNextId)}}}setValue(t,e={},n={}){if(this.options.mode===s.EditorMode.FORM||!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e);this.control.shrinkBoundary(e);const{startIndex:r,endIndex:a}=l,c=this.control.getDraw();r!==a?c.spliceElementList(i,r+1,a-r,[],{isIgnoreDeletedRule:n.isIgnoreDeletedRule}):this.control.removePlaceholder(r,{elementList:i});const d=i[r],u=i[r+1];let R=d.originControlId||d.controlId,h=d.originControlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT)&&u?.controlId&&u.controlId!==d.controlId)if(u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX)for(let C=r;C>=0;C--){const I=i[C];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let p=C-1;p>=0;p--){const L=i[p];if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.PRETEXTFIX||L.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(R=u.controlId,h=!0);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT))for(let C=r;C>=0;C--){const I=i[C];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let p=C-1;p>=0;p--){const L=i[p];if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.PRETEXTFIX||L.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}const g=d.type&&!Ie.includes(d.type)||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT?ie(d,["control","controlId",...ue]):Ce(d,["type"]);h&&(g.controlId=R,delete g.originControlId);const T=l.startIndex+1,f=[],m=C=>{const I=f.length?f:i,p=f.length?f.length-1:l.startIndex;re(I,[C],p,{editorOptions:this.options}),f.push(C)};for(let C=0;C<t.length;C++){const I=t[C];if(I.type===s.ElementType.CONTROL&&I.control){const p=I,L=p.controlId||Tt(),M=p.control?.value||[],O=p.control?.type===s.ControlType.TEXTFIELD,b={...g,controlId:L,type:s.ElementType.CONTROL,control:p.control,originControlId:R},D=O?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,W=O?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,V=O?p.control?.preTextFix||this.options.control.preTextFix:p.control?.prefix||this.options.control.prefix;for(let y=0;y<V.length;y++){const F={...b,value:V[y],controlComponent:D};m(F)}for(let y=0;y<M.length;y++){const F=M[y],S={...b,...F,controlComponent:s.ControlComponent.VALUE,type:F.type};(S.color===this.options.control.textFixColor||S.color===this.options.control.placeholderColor)&&(S.color=this.options.defaultColor),m(S)}if(M.length===0){const y=p.control?.placeholder||"";for(let F=0;F<y.length;F++){const S={...b,value:y[F],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};m(S)}}const E=O?p.control?.postTextFix||this.options.control.postTextFix:p.control?.postfix||this.options.control.postfix;for(let y=0;y<E.length;y++){const F={...b,value:E[y],controlComponent:W};m(F)}}else if(I.type||I.value){g.color=this.options.defaultColor;const p={...g,...I,controlComponent:s.ControlComponent.VALUE};h&&(p.color=this.element.control?.color??this.options.defaultColor,this.element.control?.highlight?p.highlight=this.element.control.highlight:delete p.highlight),(p.color===this.options.control.textFixColor||p.color===this.options.control.placeholderColor)&&(p.color=this.options.defaultColor),m(p)}}return f.length&&c.spliceElementList(i,T,0,f),l.startIndex+f.length}clearValue(t={},e={}){if(!e.isIgnoreDisabledRule&&this.control.getIsDisabledControl(t))return-1;const n=t.elementList||this.control.getElementList(),i=t.range||this.control.getValueRange()||this.control.getRange();this.control.shrinkBoundary(t);const{startIndex:l,endIndex:r}=i;return this.control.getDraw().spliceElementList(n,l+1,r-l,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),e.isAddPlaceholder!==!1&&(this.getValue(t).length||this.control.addPlaceholder(l,t)),l}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange(),i=n.startIndex,l=n.endIndex;if(t.key===s.KeyMap.Backspace&&i===l&&i>0){const m=e[i-1],C=m?.controlComponent===s.ControlComponent.POSTFIX||m?.controlComponent===s.ControlComponent.POSTTEXTFIX,I=m?.controlComponent===s.ControlComponent.PLACEHOLDER,p=!!m?.controlId,M=this.draws.getPosition().getPositionList(),O=M[i],b=M[i-1],D=O&&b&&O.rowIndex===b.rowIndex;if((C||I)&&p&&D)return this.control.removeControl(i-1)}this.control.shrinkBoundary();const{startIndex:r,endIndex:a}=n,c=e[r],d=this.control.getDraw(),u=e[a+1],R=!!c?.originControlId&&!!c?.controlId&&c.originControlId!==c.controlId,h=R&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL),g=R&&c.control?.type===s.ControlType.BUTTON&&c.controlComponent===s.ControlComponent.VALUE,T=!!u?.originControlId&&!!u?.controlId&&u.originControlId!==u.controlId&&(u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT||u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||u.controlComponent===s.ControlComponent.PLACEHOLDER||u.controlComponent===s.ControlComponent.TEXTFIXLABEL),f=!!u?.originControlId&&!!u?.controlId&&u.originControlId!==u.controlId&&u.control?.type===s.ControlType.BUTTON;if(t.key===s.KeyMap.Backspace){if(r===a&&(g||h&&c.controlComponent!==s.ControlComponent.POSTFIX&&c.controlComponent!==s.ControlComponent.POST_TEXT&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT))return this.control.removeControl(r);if(this.options.mode===s.EditorMode.FORM)this.strikeout();else{if(r!==a)return e.slice(r,a+1).some(I=>I.controlComponent===s.ControlComponent.POSTTEXTFIX||I.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)?r:(d.spliceElementList(e,r+1,a-r),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r);{const m=e[r-1];return m?.controlId===c.controlId&&m?.originControlId===c.originControlId&&m?.controlComponent===s.ControlComponent.VALUE&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)?(d.spliceElementList(e,r-1,1),this.getValue().length||this.control.addPlaceholder(r-2),r-2):c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.TEXTFIXLABEL||c.controlComponent===s.ControlComponent.PLACEHOLDER?r:(d.spliceElementList(e,r,1),this.getValue().length||this.control.addPlaceholder(r-1),r===1&&e[0].type===s.ElementType.SPLIT_TAG||r===0?d.fixPosition(!0)??r-1:r-1)}}}else if(t.key===s.KeyMap.Delete){if(r===a&&(h||g))return this.control.removeControl(r);if(r===a&&(T||f))return this.control.removeControl(a+1);if(this.options.mode===s.EditorMode.FORM)this.strikeout();else return r!==a?(d.spliceElementList(e,r+1,a-r),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r):(u||d.getTd()?.linkTdNextId&&c.controlId&&this.removeNextControlElement(c.controlId),u&&((c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(u.controlComponent===s.ControlComponent.PLACEHOLDER||u.controlComponent===s.ControlComponent.TEXTFIXLABEL)||u.controlComponent===s.ControlComponent.POSTTEXTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL)?r:(d.spliceElementList(e,r+1,1),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r))}return a}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}strikeout(t,e={},n={}){const{isIgnoreDisabledRule:i=!1}=t||{};if(!i&&(this.draws.isReadonly()||this.draws.isDisabled()))return;const r=this.ranges.getSelectionElementList(),a=this.position.getCursorPosition(),c=st(new Date).format("YYYY-MM-DD HH:mm:ss");if(r?.length){if(!this.element.strikeout){const d=r.findIndex(u=>!u.strikeout);r.forEach(u=>{u.deletePerson="SWJ",u.deleteTime=c,u.strikeout=!!~d}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),setTimeout(()=>{this.strikeoute()},100)}}else{const d=this.control.getElementList()[a.index];if(!this.control.getElementList()[a.index].strikeout&&d?.metrics.width>0){this.control.getElementList()[a.index].strikeout=!0,this.control.getElementList()[a.index].deletePerson="SWJ",this.control.getElementList()[a.index].deleteTime=c;const u=--a.index;setTimeout(()=>{this.strikeoute()},100),setTimeout(()=>{const h=u;this.draws.render({curIndex:h,isSetCursor:!0}),a.index=u,this.position.setCursorPosition(a),this.ranges.setRange(u,u)},100)}else{const{elementList:u,range:R}=this.control.mergeControl(n),h=R.startIndex;if(h>=0&&h<u.length&&u[h]?.metrics?.width!==void 0&&u[h].metrics.width<=0&&!u[h]?.strikeout){this.draws.spliceElementList(u,R.startIndex,1,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule});const g=!0,T=R.startIndex-1;this.draws.render({curIndex:T,isSetCursor:g}),a.index=T,delete a.value,this.position.setCursorPosition(a),this.ranges.setRange(T,T)}}}}strikeoute(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draws.isReadonly()||this.draws.isDisabled()))return;if(!this.ranges.getSelectionElementList()?.length){const{endIndex:l}=this.ranges.getRange(),a=this.draws.getElementList()[l];this.ranges.setDefaultStyle({strikeout:a.strikeout?!1:!this.ranges.getDefaultStyle()?.strikeout})}}}const Qg={indent:"        ",divider:"────────────────"};class ul{draw;element;control;options;isPopup;inputModal=null;constructor(t,e){const n=e.getDraw();this.draw=n,this.options=n.getOptions(),this.element=t,this.control=e,this.isPopup=!1}setElement(t){this.element=t}getElement(){return this.element}getIsPopup(){return this.isPopup}getValue(t={}){const e=t.elementList||this.control.getElementList(),n=this.control.getValueRange(t);if(!n)return[];const i=[],{startIndex:l,endIndex:r}=n;for(let a=l;a<=r;a++){const c=e[a];c.controlComponent===s.ControlComponent.VALUE&&i.push(c)}return i}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return-1;const{elementList:i,range:l}=this.control.mergeControl(e),r=this.control.getDraw(),{startIndex:a}=l,d=i[a].controlId;let u=a;for(let C=a;C>=0;C--){const I=i[C];if(I.controlId!==d)break;if(I.controlComponent===s.ControlComponent.PREFIX){u=C;break}}let R=a;for(let C=a;C<i.length;C++){const I=i[C];if(I.controlId!==d){R=C;break}if(I.controlComponent===s.ControlComponent.POSTFIX){R=C;break}}const h=u+1,g=R-1;g>=h&&r.spliceElementList(i,h,g-h+1);const T=i[u],f=ie(T,["control","controlId",...ue]),m=u+1;for(let C=0;C<t.length;C++){const I={...f,...t[C],value:t[C].value===`
113
+ `?H:t[C].value,controlComponent:s.ControlComponent.VALUE};(I.color===this.options.control.bracketColor||I.color===this.options.control.placeholderColor)&&(I.color=this.options.defaultColor),re(i,[I],u,{editorOptions:this.options}),r.spliceElementList(i,m+C,0,[I])}return m+t.length-1}keydown(t){if(this.control.getIsDisabledControl()||this.options.mode===s.EditorMode.FORM)return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i}=n,l=e[i];if(t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete){const r=l.controlId;let a=i,c=i;for(;a>0&&e[a-1].controlId===r;)a--;for(;c<e.length-1&&e[c+1].controlId===r;)c++;return this.draw.spliceElementList(e,a,c-a+1),a>0?a-1:0}return null}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE||this.isPopup||this.control.getIsDisabledControl())return;let t=!1;const e=this.control.getElementList(),n=this.element.controlId;for(let i=0;i<e.length;i++){const l=e[i];l.controlId===n&&l.control&&l.control._justCreated&&(t=!0,delete l.control._justCreated)}t||this.showMenstrualHistoryDialog()}generateDisplayText(t){const{indent:e,divider:n}=Qg,{isMenopause:i,periodMin:l,periodMax:r,menarcheAge:a,cycleMin:c,cycleMax:d}=t,u=`${e}月经持续${l}~${r}天`,R=`${e}生理周期持续${c}~${d}天${H}`;let h;return i?h=`初潮年龄${a}岁${n}闭经年龄${t.menopauseAge||"_"}岁`:h=`初潮年龄${a}岁${n}末次日期${t.lastPeriod||"____-__-__"}`,`${H} ${u}
111
114
  ${h}
112
115
  ${R} `}textToElements(t){const e=[],n=t.split(`
113
- `);return n.forEach((i,l)=>{for(let r=0;r<i.length;r++)e.push({value:i[r],controlComponent:s.ControlComponent.VALUE});l<n.length-1&&e.push({value:_,controlComponent:s.ControlComponent.VALUE})}),e}showMenstrualHistoryDialog(){this.inputModal&&this.closeModal(),this.isPopup=!0;const t=this.element.control?.menstrualData;this.inputModal=document.createElement("div"),this.inputModal.className="menstrual-history-edit-modal",this.inputModal.setAttribute("editor-component","menstrual-history-edit-modal"),this.inputModal.innerHTML=`
116
+ `);return n.forEach((i,l)=>{for(let r=0;r<i.length;r++)e.push({value:i[r],controlComponent:s.ControlComponent.VALUE});l<n.length-1&&e.push({value:H,controlComponent:s.ControlComponent.VALUE})}),e}showMenstrualHistoryDialog(){this.inputModal&&this.closeModal(),this.isPopup=!0;const t=this.element.control?.menstrualData;this.inputModal=document.createElement("div"),this.inputModal.className="menstrual-history-edit-modal",this.inputModal.setAttribute("editor-component","menstrual-history-edit-modal"),this.inputModal.innerHTML=`
114
117
  <div class="menstrual-history-modal__mask"></div>
115
118
  <div class="menstrual-history-modal__container">
116
119
  <div class="menstrual-history-modal__header">
@@ -186,8 +189,8 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
186
189
  <button class="btn-confirm">确认</button>
187
190
  </div>
188
191
  </div>
189
- `,document.body.appendChild(this.inputModal);const e=this.inputModal.querySelector(".menstrual-history-modal__mask"),n=this.inputModal.querySelector(".menstrual-history-modal__container"),i=this.inputModal.querySelector(".menstrual-history-modal__close"),l=this.inputModal.querySelector(".btn-cancel"),r=this.inputModal.querySelector(".btn-confirm"),a=this.inputModal.querySelector("#mh-edit-notMenopause"),c=this.inputModal.querySelector("#mh-edit-isMenopauseForm"),d=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),u=()=>{this.closeModal()};n.addEventListener("click",R=>{R.stopPropagation()}),e.addEventListener("click",u),i.addEventListener("click",u),l.addEventListener("click",u),d.forEach(R=>{R.addEventListener("change",()=>{const h=R.value==="true";a.style.display=h?"none":"block",c.style.display=h?"block":"none"})}),r.addEventListener("click",R=>{R.preventDefault(),R.stopPropagation();const h=this.inputModal;if(!h)return;const g=h.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let T;g?T={isMenopause:!0,periodMin:h.querySelector("#mh-edit-periodMin2")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax2")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge2")?.value||"_",menopauseAge:h.querySelector("#mh-edit-menopauseAge")?.value||"_",cycleMin:h.querySelector("#mh-edit-cycleMin2")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax2")?.value||"_"}:T={isMenopause:!1,periodMin:h.querySelector("#mh-edit-periodMin")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge1")?.value||"_",lastPeriod:h.querySelector("#mh-edit-lastPeriod")?.value||"____-__-__",cycleMin:h.querySelector("#mh-edit-cycleMin")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax")?.value||"_"};const f=this.control.getElementList(),m=this.element.controlId;for(let L=0;L<f.length;L++){const M=f[L];M.controlId===m&&M.control&&(M.control.menstrualData=T)}const C=this.generateDisplayText(T),I=this.textToElements(C);this.closeModal();const p=this.setValue(I);p!==-1&&(this.control.repaintControl({curIndex:p}),this.control.emitControlContentChange({}))})}closeModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}destroy(){this.closeModal()}}class Ug{controlBorder;textFieldUnderline;draw;range;listener;eventBus;controlSearch;controlQuality;options;controlOptions;activeControl;activeControlValue;preElement;isPopupAwakeDisabled;constructor(t){this.controlBorder=new Dd(t),this.textFieldUnderline=new wg(t),this.draw=t,this.range=t.getRange(),this.listener=t.getListener(),this.eventBus=t.getEventBus(),this.controlSearch=new Nd(this),this.controlQuality=new bd(t),this.options=t.getOptions(),this.controlOptions=this.options.control,this.activeControl=null,this.activeControlValue=[],this.preElement=null,this.isPopupAwakeDisabled=!1}setPopupAwakeDisabled(t){this.isPopupAwakeDisabled=t}setHighlightList(t){this.controlSearch.setHighlightList(t)}computeHighlightList(){this.controlSearch.getHighlightList().length&&this.controlSearch.computeHighlightList()}renderHighlightList(t,e){this.controlSearch.getHighlightMatchResult().length&&this.controlSearch.renderHighlightList(t,e)}setQualityMarks(t){this.controlQuality.setMarks(t)}getQualityMarks(){return this.controlQuality.getMarks()}renderQualityMarks(t,e,n,i,l,r,a){this.controlQuality.render(t,e,n,i,l,r,a)}getDraw(){return this.draw}filterAssistElement(t){const e=this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE;return t.filter((n,i)=>{if(n.type===s.ElementType.TABLE){const l=n.trList;for(let r=0;r<l.length;r++){const a=l[r];for(let c=0;c<a.tdList.length;c++){const d=a.tdList[c];d.value=this.filterAssistElement(d.value)}}}if(!n.controlId)return!0;if(n.control?.type===s.ControlType.MENSTRUAL_HISTORY&&e&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)||n.control?.type===s.ControlType.SELECT&&e&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)||n.control?.type===s.ControlType.NUMBER&&e&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)||n.control?.type===s.ControlType.TEXT&&e&&n.strikeout&&n.deletePerson)return!1;if(n.control?.minWidth){if(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)return n.value="",!0}else{const l=this.options.mode===s.EditorMode.FORM;if(n.control?.preText&&n.controlComponent===s.ControlComponent.PRE_TEXT){if(l)return!0;let r=!1,a=i+1;for(;a<t.length;){const c=t[a];if(n.controlId!==c.controlId)break;if(c.controlComponent===s.ControlComponent.VALUE){r=!0;break}a++}return r}if(n.control?.postText&&n.controlComponent===s.ControlComponent.POST_TEXT){if(l)return!0;let r=!1,a=i-1;for(;a<t.length;){const c=t[a];if(n.controlId!==c.controlId)break;if(c.controlComponent===s.ControlComponent.VALUE){r=!0;break}a--}return r}}if(n.control?.preTextFix&&n.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){let l=!1,r=i+1;for(;r<t.length;){const a=t[r];if(n.controlId!==a.controlId)break;if(a.controlComponent===s.ControlComponent.VALUE){l=!0;break}r++}return l}if(n.control?.postTextFix&&n.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){let l=!1,r=i-1;for(;r<t.length;){const a=t[r];if(n.controlId!==a.controlId)break;if(a.controlComponent===s.ControlComponent.VALUE){l=!0;break}r--}return l}return n.controlComponent!==s.ControlComponent.PREFIX&&n.controlComponent!==s.ControlComponent.POSTFIX&&n.controlComponent!==s.ControlComponent.PLACEHOLDER&&n.controlComponent!==s.ControlComponent.PRETEXTFIX&&n.controlComponent!==s.ControlComponent.POSTTEXTFIX&&n.controlComponent!==s.ControlComponent.TEXTFIXLABEL})}getIsRangeCanCaptureEvent(){if(!this.activeControl)return!1;const{startIndex:t,endIndex:e}=this.getRange();if(!~t&&!~e)return!1;const n=this.getElementList(),i=n[t];if(i.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;if(t===e&&t>0){const r=n[t-1],a=r?.controlComponent===s.ControlComponent.POSTFIX||r?.controlComponent===s.ControlComponent.POSTTEXTFIX,c=r?.controlComponent===s.ControlComponent.PLACEHOLDER,d=!!r?.controlId,u=!!r?.originControlId;let R=!1;if(u){const C=r.originControlId;for(let I=t;I<n.length;I++){const p=n[I];if(p.controlId===C&&!p.originControlId){R=!0;break}if(p.controlId&&p.controlId!==C&&p.originControlId!==C)break}}const g=this.draw.getPosition().getPositionList(),T=g[t],f=g[t-1],m=T&&f&&T.rowIndex===f.rowIndex;if((a||c)&&d&&m&&!R)return!1}if(t===e&&(i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX))return!0;const l=n[e];return!!(i.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX)}getIsRangeInPostfix(){if(!this.activeControl)return!1;const{startIndex:t,endIndex:e}=this.getRange();if(t!==e)return!1;const i=this.getElementList()[t];return i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX}getIsRangeWithinControl(){const{range:{startIndex:t,endIndex:e},elementList:n}=this.range.getRangeElement();if(!~t&&!~e)return!1;const i=n[t],l=n[e];if(i?.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&l.controlComponent!==s.ControlComponent.POST_TEXT||(l?.control?.type===s.ControlType.TEXT||this.draw.getMode()===s.EditorMode.EDIT&&l?.control?.type===s.ControlType.TEXTFIELD)&&l.controlId&&!l.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||l.controlComponent===s.ControlComponent.POST_TEXT)&&n[e-1]?.originControlId===l.controlId)return!0;if(l?.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=l.originControlId;for(let a=e+1;a<n.length;a++){const c=n[a];if(c.controlId===r)return!0;if(c.controlId&&c.controlId!==r&&c.originControlId!==r)break}}if(!l?.originControlId&&l?.controlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=n[e+1];if(r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX))return!0;if(r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX))return r.originControlId,!0;for(let a=e;a>=0;a--){const c=n[a];if(c.controlId===l.controlId&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let d=a-1;d>=0;d--){const u=n[d];if(u.controlId&&u.controlId!==l.controlId&&(u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT))return!0;if(u.controlId&&u.controlId!==l.controlId&&(u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}if(l?.originControlId){const r=l.originControlId;for(let a=e+1;a<n.length;a++){const c=n[a];if(c.controlId===r)return!0;if(c.controlId&&c.controlId!==r&&c.originControlId!==r)break}}if(!i?.controlId&&this.activeControl){const a=this.activeControl.getElement()?.controlId;if(a)for(let c=t;c>=0;c--){const d=n[c];if(d.controlId===a&&!d.originControlId){if(d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT)for(let u=e;u<n.length;u++){const R=n[u];if(R.controlId===a&&!R.originControlId){if(R.controlComponent===s.ControlComponent.POSTTEXTFIX||R.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POST_TEXT)return!0;break}}break}}}return!1}getIsElementListContainFullControl(t){if(!t.some(i=>i.controlId))return!1;let e=0,n=0;for(let i=0;i<t.length;i++){const l=t[i];l.controlComponent===s.ControlComponent.PREFIX||l.controlComponent===s.ControlComponent.PRETEXTFIX?e++:(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)&&n++}return!e||!n?!1:e===n}getIsDisabledControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();if(e===n&&~e&&~n){const l=(t.elementList||this.getElementList())[e];if(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)return!1}return!!this.activeControl.getElement()?.control?.disabled}getIsDisabledPasteControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();return e===n&&~e&&~n&&(t.elementList||this.getElementList())[e].controlComponent===s.ControlComponent.POSTFIX?!1:!!this.activeControl.getElement()?.control?.pasteDisabled}getIsExistValueByElementListIndex(t,e){const n=t[e];if(!n.controlId)return!1;if(n.control?.type===s.ControlType.CHECKBOX||n.control?.type===s.ControlType.RADIO)return!!n.control?.code;if(n.controlComponent===s.ControlComponent.VALUE)return!0;if(n.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;if(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRE_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i++}}if(n.controlComponent===s.ControlComponent.PRETEXTFIX||n.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER||l.controlComponent===s.ControlComponent.TEXTFIXLABEL)return!1;i++}}if(n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX){let i=e-1;for(;i>=0;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i--}}return!1}getControlHighlight(t,e){return this.controlSearch.getControlHighlight(t,e)}getIsInlineControlBackground(t,e){return this.controlSearch.getIsInlineControlBackground(t,e)}getContainer(){return this.draw.getContainer()}getElementList(){return this.draw.getElementList()}getPosition(){const t=this.draw.getPosition().getPositionList(),{endIndex:e}=this.range.getRange();return t[e]||null}getPreY(){const t=this.draw.getHeight(),e=this.draw.getPageGap();return(this.getPosition()?.pageNo??this.draw.getPageNo())*(t+e)}getRange(){return this.range.getRange()}getValueRange(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];let l=n;for(;l>0;){const a=e[l];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break;l--}let r=n+1;for(;r<e.length;){const a=e[r];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.POSTTEXTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)break;r++}return l===r?null:{startIndex:l,endIndex:r-1}}shrinkBoundary(t={}){this.range.shrinkBoundary(t)}getActiveControl(){return this.activeControl}getActiveTextControlLimit(){if(!this.activeControl)return null;const t=this.activeControl.getElement(),e=t?.controlId,n=t?.originControlId||null;if(!e||t.control?.type!==s.ControlType.TEXT)return null;const i=this.getElementList(),l=n||null;let r=-1,a=-1,c=-1,d=-1;for(let h=0;h<i.length;h++){const g=i[h];g.controlId!==e||(n?g.originControlId!==n:g.originControlId)||(r===-1&&(r=h),a=h,(g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(c=h),d===-1&&(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&(d=h))}if(r===-1)return null;const u=c!==-1?c:r,R=d!==-1?d-1:a;return e?{controlId:e,originControlId:n,parentControlId:l,startIndex:u,endIndex:R<u?u:R}:null}getActiveNestedTextLimit(){const t=this.getActiveTextControlLimit();return!t?.parentControlId||!this.getElementList().some(n=>n.controlId===t.parentControlId&&!n.originControlId&&n.control?.type===s.ControlType.TEXTFIELD)?null:{controlId:t.controlId,parentControlId:t.parentControlId,startIndex:t.startIndex,endIndex:t.endIndex}}getControlElementList(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];if(!i?.controlId)return[];const l=[];let r=n;for(;r>0;){const c=e[r];if(c.controlId!==i.controlId)break;l.unshift(c),r--}let a=n+1;for(;a<e.length;){const c=e[a];if(c.controlId!==i.controlId)break;l.push(c),a++}return l}updateActiveControlValue(){this.activeControl&&(this.activeControlValue=this.getControlElementList())}emitControlChange(t){if(!this.activeControl)return;const e=this.eventBus.isSubscribe("controlChange");if(!this.listener.controlChange&&!e)return;let n;const i=this.activeControlValue,l=this.activeControl.getElement();i?.length?n=i[0].control:(n=cn(ht(l)).control,n.value=[]);const r={state:t,control:n,controlId:l.controlId};this.listener.controlChange?.(r),e&&this.eventBus.emit("controlChange",r)}initControl(){if(this.draw.isContentReadonly())return;const t=this.getElementList(),e=this.getRange(),n=t[e.startIndex];if(this.activeControl){if(this.activeControl instanceof jn||this.activeControl instanceof uo||this.activeControl instanceof Ro||this.activeControl instanceof On){const u=this.activeControl.getElement();n?.controlId!==u?.controlId?this.destroyControl():n.controlComponent===s.ControlComponent.POSTFIX?this.activeControl.destroy():this.isPopupAwakeDisabled||this.activeControl.awake()}if(this.activeControl){const u=this.activeControl.getElement(),R=n.controlId,h=n.originControlId||null,g=u.controlId,T=u.originControlId||null;if(R&&R===g&&h===T){this.updateActiveControlValue(),this.preElement=n;return}if(n.originControlId&&n.originControlId===g&&h===T){const f=this.activeControl.getElement();if(!((f?.control?.type===s.ControlType.TEXTFIELD||f?.control?.type===s.ControlType.TEXT)&&n.controlId!==g)){this.updateActiveControlValue(),this.preElement=n;return}}if(n.originControlId&&n.controlId&&n.controlId,!n.originControlId&&n.controlId&&n.controlId!==g&&(this.activeControl.getElement()?.originControlId,n.controlId),n.controlId&&n.controlId===g&&n.originControlId){this.updateActiveControlValue(),this.preElement=n;return}if(!R){const f=this.getElementList(),m=this.getRange(),{startIndex:C}=m;let I=null;for(let p=C;p>=0;p--){const L=f[p];if(L.controlComponent===s.ControlComponent.PRETEXTFIX||L.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT){I=L.controlId||null;break}if(L.controlId&&L.controlId!==g||L.controlComponent===s.ControlComponent.POSTTEXTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POST_TEXT)break}if(I===g){this.updateActiveControlValue(),this.preElement=n;return}}}}if(this.destroyControl(),this.draw.isReadonly())return;let l=n.control,r=n;if(n.originControlId&&!l){let u;for(let g=this.range.getRange().startIndex;g>=0;g--){const T=t[g];if(T.controlId===n.controlId&&T.originControlId===n.originControlId&&T.control&&(u=T.control,r=T,T.controlComponent===s.ControlComponent.PREFIX||T.controlComponent===s.ControlComponent.PRETEXTFIX||T.controlComponent===s.ControlComponent.PRE_TEXT||T.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)||T.controlId&&T.controlId!==n.controlId&&T.controlId!==n.originControlId&&T.originControlId!==n.originControlId)break}const R=n.originControlId;let h;for(let g=this.range.getRange().startIndex;g>=0;g--){const T=t[g];if(T.controlId===R&&T.control){h=T.control;break}if(T.controlId===R&&(T.controlComponent===s.ControlComponent.PRETEXTFIX||T.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||T.controlComponent===s.ControlComponent.PREFIX||T.controlComponent===s.ControlComponent.PRE_TEXT)){T.control&&(h=T.control);break}}if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXTFIELD&&u&&u.type!==s.ControlType.TEXTFIELD)l=u;else if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXT&&u)l=u;else if(h){l=h;const g=t.find(T=>T.controlId===R&&T.control);g&&(r=g)}else u&&(l=u)}else if(!l&&n.controlId){const u=this.getElementList();for(let R=this.range.getRange().startIndex;R>=0;R--){const h=u[R];if(h.controlId!==n.controlId)break;if(h.control){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT)break}}if(!l)return;if(l?.type===s.ControlType.TEXTFIELD&&this.draw.getMode()!==s.EditorMode.EDIT)if(n.originControlId){const u=n.controlId;for(let R=this.range.getRange().startIndex;R>=0;R--){const h=t[R];if(h.controlId===u&&h.originControlId===n.originControlId&&h.control&&h.control.type!==s.ControlType.TEXTFIELD){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX)break}if(l?.type===s.ControlType.TEXTFIELD)return}else return;const a=this.draw.getPosition().getPositionContext(),c=this.range.getRange().startIndex,d=!!(a.isDirectHit&&a.index===c&&t[a.index]?.controlId===r.controlId);if(l?.type===s.ControlType.TEXTFIELD)this.activeControl=new ll(r,this);else if(l.type===s.ControlType.TEXT)this.activeControl=new Rs(r,this);else if(l.type===s.ControlType.SELECT){const u=new jn(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&(d||this.draw.getMode()===s.EditorMode.FORM)&&u.awake()}else if(l.type===s.ControlType.CHECKBOX)this.activeControl=new Mo(r,this);else if(l.type===s.ControlType.RADIO)this.activeControl=new Ei(r,this);else if(l.type===s.ControlType.DATE){const u=new uo(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&(d||this.draw.getMode()===s.EditorMode.FORM)&&u.awake()}else if(l.type===s.ControlType.NUMBER){const u=new Ro(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&d&&u.awake()}else if(l.type===s.ControlType.BUTTON){const u=new On(r,this);if(this.activeControl=u,!this.isPopupAwakeDisabled&&d){u.awake();return}}else if(l.type===s.ControlType.MENSTRUAL_HISTORY){const u=new al(r,this);this.activeControl=u,this.isPopupAwakeDisabled||u.awake()}this.updateActiveControlValue(),this.preElement=r,r.controlComponent!==s.ControlComponent.POSTFIX&&r.controlComponent!==s.ControlComponent.POSTTEXTFIX&&this.emitControlChange(s.ControlState.ACTIVE)}destroyControl(t={}){if(!this.activeControl)return;const{isEmitEvent:e=!0}=t;(this.activeControl instanceof jn||this.activeControl instanceof uo||this.activeControl instanceof Ro||this.activeControl instanceof al)&&this.activeControl.destroy(),e&&this.preElement?.controlComponent!==s.ControlComponent.POSTFIX&&this.preElement?.controlComponent!==s.ControlComponent.POSTTEXTFIX&&this.emitControlChange(s.ControlState.INACTIVE),this.preElement=null,this.activeControl=null,this.activeControlValue=[]}repaintControl(t={}){const{curIndex:e,isCompute:n=!0,isSubmitHistory:i=!0,isSetCursor:l=!0}=t;e===void 0?(this.range.clearRange(),this.draw.render({isCompute:n,isSubmitHistory:i,isSetCursor:!1})):(this.range.setRange(e,e),this.draw.render({curIndex:e,isCompute:n,isSetCursor:l,isSubmitHistory:i}))}emitControlContentChange(t){const e=this.eventBus.isSubscribe("controlContentChange");if(!e&&!this.listener.controlContentChange)return;const n=t?.controlElement||this.activeControl?.getElement();if(!n)return;const i=t?.context?.elementList||this.getElementList(),{startIndex:l}=t?.context?.range||this.getRange();if(!i[l]?.controlId)return;const r=t?.controlValue||this.getControlElementList(t?.context);let a;if(r?.length?a=Yt(r)[0].control:(a=n.control,a.value=[]),!a)return;const c={control:a,controlId:n.controlId};this.listener.controlContentChange?.(c),e&&this.eventBus.emit("controlContentChange",c)}reAwakeControl(){if(!this.activeControl)return;const t=this.getElementList(),e=this.getRange(),n=t[e.startIndex];this.activeControl.setElement(n),(this.activeControl instanceof uo||this.activeControl instanceof jn)&&this.activeControl.getIsPopup()&&(this.activeControl.destroy(),this.activeControl.awake())}selectValue(){const t=this.getElementList(),{startIndex:e}=this.getRange(),n=t[e];if(!n?.controlId||n.controlComponent!==s.ControlComponent.VALUE&&t[e+1]?.controlComponent===s.ControlComponent.VALUE)return!1;let i=e;for(;i>0&&t[i].controlComponent===s.ControlComponent.VALUE;)i--;let l=e+1;for(;l<t.length;){if(t[l].controlComponent!==s.ControlComponent.VALUE){l--;break}l++}if(i!==l){const r=this.range.getRange();return this.range.replaceRange({...r,startIndex:i,endIndex:l}),this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}),!0}return!1}moveCursor(t){const{index:e,trIndex:n,tdIndex:i,tdValueIndex:l}=t;let r=this.draw.getOriginalElementList(),a;const c=t.isTable?l:e;if(t.isTable?(r=r[e].trList[n].tdList[i].value,a=r[l]):a=r[e],a.control?.hide||a.area?.hide){const d=Wn(r,c);return{newIndex:d,newElement:r[d]}}if(a.controlComponent===s.ControlComponent.VALUE)return{newIndex:c,newElement:a};if(a.controlComponent===s.ControlComponent.POSTFIX){let d=c+1;for(;d<r.length;){if(r[d].controlId!==a.controlId)return{newIndex:d-1,newElement:r[d-1]};if(d===r.length-1)return{newIndex:d,newElement:r[d]};d++}}else if(a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT){let d=c+1;for(;d<r.length;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent!==s.ControlComponent.PREFIX&&u.controlComponent!==s.ControlComponent.PRE_TEXT)return{newIndex:d-1,newElement:r[d-1]};d++}}else if(a.controlComponent===s.ControlComponent.PLACEHOLDER){let d=c-1;for(;d>0;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.VALUE||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT||u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return{newIndex:d,newElement:r[d]};d--}}else if(a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.TEXTFIXLABEL||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){let d=c-1;for(;d>0;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.VALUE||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT||u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return{newIndex:d,newElement:r[d]};d--}}else if(a.controlComponent===s.ControlComponent.POSTTEXTFIX){let d=c+1;for(;d<r.length;){if(r[d].controlId!==a.controlId)return{newIndex:d-1,newElement:r[d-1]};if(d===r.length-1)return{newIndex:d,newElement:r[d]};d++}}else if(a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let d=c+1;for(;d<r.length;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent!==s.ControlComponent.PRETEXTFIX&&u.controlComponent!==s.ControlComponent.PRETEXTFIX_TEXT)return{newIndex:d-1,newElement:r[d-1]};d++}}return{newIndex:c,newElement:a}}removeControl(t,e={}){const n=e.elementList||this.getElementList(),i=n[t];if(!this.draw.isDesignMode()&&!i?.control?.hide&&!i?.area?.hide){const{deletable:p=!0}=i.control;if(!p)return null;const L=this.draw.getMode();if(L===s.EditorMode.FORM&&this.options.modeRule[L].controlDeletableDisabled)return null}let l=-1,r=-1;const a=!!i.originControlId,c=i.controlId,d=i.originControlId,u=i.control?.type===s.ControlType.BUTTON&&!i.control?.buttonText?`${c}_text`:"";let R=t;for(;R>=0;){const p=n[R];let L=!1;if(a?L=p.controlId===c&&p.originControlId===d:L=p.controlId===c&&!p.originControlId,!L){l=R;break}R--}let h=t;for(;h<n.length;){const p=n[h];let L=!1;if(a?L=p.controlId===c&&p.originControlId===d:L=p.controlId===c&&!p.originControlId,!L){r=h-1;break}h++}if(h===n.length&&(r=h-1),!~l&&!~r)return t;l=~l?l:0;const g=n[l+1],T=g.control,f=T?.type&&[s.ControlType.TEXT,s.ControlType.TEXTFIELD,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.BUTTON].includes(T.type);let m=n[0]?.type===s.ElementType.SPLIT_TAG;if(!e.removeNext&&f&&!a&&g.controlComponent!==s.ControlComponent.PREFIX&&g.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const p=this.draw.getTd();p&&this.createRemoveControlHandler(p,i.controlId,!0)}if(!e.removeNext&&f&&!a&&g.controlComponent!==s.ControlComponent.PRETEXTFIX&&g.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const p=this.draw.getTd();p&&this.createRemoveControlHandler(p,i.controlId,!0)}if(!e.removePrev&&f&&!a&&n[r].controlComponent!==s.ControlComponent.POSTFIX)if(e.removeNext)e.removeNext();else{const p=this.draw.getTd();m=!!p?.linkTdNextId,p&&this.createRemoveControlHandler(p,i.controlId,!1)}if(!e.removePrev&&f&&!a&&n[r].controlComponent!==s.ControlComponent.POSTTEXTFIX)if(e.removeNext)e.removeNext();else{const p=this.draw.getTd();m=!!p?.linkTdNextId,p&&this.createRemoveControlHandler(p,i.controlId,!1)}this.draw.spliceElementList(n,l+1,r-l);let C=0;if(u)for(let p=n.length-1;p>=0;p--)n[p].controlId===u&&(p<=l&&C++,n.splice(p,1));const I=l-C;return!e.elementList&&m&&l===0?this.draw.fixPosition(!0)??I:I}createRemoveControlHandler(t,e,n){if(n){const i=this.draw.getTdById(t.linkTdPrevId);i&&i.value.splice(-1)[0]?.controlId===e&&this.removeControl(i.value.length-1,{elementList:i.value,removePrev:()=>{this.createRemoveControlHandler(i,e,n)}})}else{const i=this.draw.getTdById(t.linkTdNextId);i&&i.value[1]?.controlId===e&&this.removeControl(1,{elementList:i.value,removeNext:()=>{this.createRemoveControlHandler(i,e,n)}})}}removePlaceholder(t,e={}){const n=e.elementList||this.getElementList(),i=n[t],l=n[t+1];if(i.controlComponent===s.ControlComponent.PLACEHOLDER||i.controlComponent===s.ControlComponent.TEXTFIXLABEL||l?.controlComponent===s.ControlComponent.PLACEHOLDER||l?.controlComponent===s.ControlComponent.TEXTFIXLABEL){let r=!1,a=t;for(;a<n.length;){const c=n[a];if(c.controlId!==i.controlId)break;c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL?(r||(r=!0,this.draw.getHistoryManager().popUndo(),this.draw.submitHistory(t)),n.splice(a,1)):a++}}}addPlaceholder(t,e={}){const n=e.elementList||this.getElementList(),i=n[t],l=i.control;if(!l.placeholder)return;let r=t;for(;r>=0;){const g=n[r];if(g.controlId!==i.controlId){r++;break}if(g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break;r--}r<0&&(r=0);const a=r+1;if(a<n.length){const g=n[a];if(g.controlId===i.controlId&&(g.controlComponent===s.ControlComponent.PLACEHOLDER||g.controlComponent===s.ControlComponent.VALUE))return}let c=!1,d=r+1;for(;d<n.length;){const g=n[d];if(g.controlId===i.controlId){if(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)break}else if(g.controlId!==i.controlId&&(g.controlComponent===s.ControlComponent.VALUE||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)){c=!0;break}d++}if(c)return;const u=Dt(l.placeholder),R=ie(i,ue),h=r+1;for(let g=0;g<u.length;g++){const T=u[g],f={...R,value:T===`
190
- `?_:T,controlId:i.controlId,type:s.ElementType.CONTROL,control:i.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.controlOptions.placeholderColor};re(n,[f],r,{editorOptions:this.options}),this.draw.spliceElementList(n,h+g,0,[f])}}setValue(t){if(!this.activeControl)throw new Error("active control is null");return this.activeControl.setValue(t)}setControlProperties(t,e={}){const n=e.elementList||this.getElementList(),{startIndex:i}=e.range||this.getRange(),l=n[i];let r=i;for(;r>0;){const c=n[r];if(c.controlId!==l.controlId)break;c.control={...c.control,...t},r--}let a=i+1;for(;a<n.length;){const c=n[a];if(c.controlId!==l.controlId)break;c.control={...c.control,...t},a++}}keydown(t){if(!this.activeControl)throw new Error("active control is null");return this.activeControl.keydown(t)}cut(){if(!this.activeControl)throw new Error("active control is null");return this.activeControl.cut()}getValueById(t){const{id:e,groupId:n,conceptId:i,areaId:l}=t,r=[];if(!e&&!i&&!n)return r;const a=new Set,c=(u,R)=>{let h=0;for(;h<u.length;){const g=u[h];if(h++,g.type===s.ElementType.TABLE){const L=g.trList;for(let M=0;M<L.length;M++){const O=L[M];for(let b=0;b<O.tdList.length;b++){const D=O.tdList[b],W=D.originalId??D.id;a.has(W)||(a.add(W),D.linkTdNextId?c(this.draw.getSplitTdValues(W),R):c(D.value,R))}}}if(!g.control||n&&g.control.groupId!==n||e&&g.controlId!==e||i&&g.control.conceptId!==i||l&&g.areaId!==l)continue;const{type:T,code:f,valueSets:m}=g.control;let C=h,I="";const p=[];for(;C<u.length;){const L=u[C];if(L.controlId!==g.controlId)break;(T===s.ControlType.TEXT||T===s.ControlType.TEXTFIELD||T===s.ControlType.DATE||T===s.ControlType.NUMBER)&&L.controlComponent===s.ControlComponent.VALUE&&(I+=L.value,p.push(Ce(L,ci))),C++}if(T===s.ControlType.TEXT||T===s.ControlType.TEXTFIELD||T===s.ControlType.DATE||T===s.ControlType.NUMBER)r.push({...g.control,zone:R,value:I||null,innerText:I||null,elementList:Yt(p)});else if(T===s.ControlType.SELECT||T===s.ControlType.CHECKBOX||T===s.ControlType.RADIO){const L=f?.split(",").map(M=>m?.find(O=>O.code===M)?.value).filter(Boolean).join("");r.push({...g.control,zone:R,value:f||null,innerText:L||null})}h=C}},d=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:u,elementList:R}of d)c(R,u);return r}setValueListById(t){if(!t.length)return;let e=!1,n=!1;const i=(r,a)=>{let c=0;for(;c<r.length;){const d=r[c];if(c++,d.type===s.ElementType.TABLE){const p=d.trList;for(let L=0;L<p.length;L++){const M=p[L];for(let O=0;O<M.tdList.length;O++){const b=M.tdList[O];i(b.value,b.id)}}}if(!d.control||d.type===s.ElementType.SPLIT_TAG)continue;const u=t.find(p=>(!p.groupId||p.groupId===d.control?.groupId)&&(p.id&&d.controlId===p.id||p.conceptId&&d.control.conceptId===p.conceptId||p.areaId&&d.areaId===p.areaId));if(!u)continue;const{value:R,isSubmitHistory:h=!0}=u;e=!0,h&&(n=!0);const{type:g}=d.control,{range:T,fullRange:f}=this.mergeControl({elementList:r,range:{startIndex:c,endIndex:c},tdId:a}),m={range:f??T,elementList:r,tdId:a},C={isIgnoreDisabledRule:!0,isIgnoreDeletedRule:!0};if(g===s.ControlType.TEXTFIELD){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new ll(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearValue(m,C)}else if(g===s.ControlType.TEXT){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Rs(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearValue(m,C)}else if(g===s.ControlType.SELECT){if(Array.isArray(R))continue;const p=new jn(d,this);this.activeControl=p,R?p.setSelect(R,m,C):p.clearSelect(m,C)}else if(g===s.ControlType.CHECKBOX){if(Array.isArray(R))continue;const p=new Mo(d,this);this.activeControl=p;const L=R?R.split(","):[];p.setSelect(L,m,C)}else if(g===s.ControlType.RADIO){if(Array.isArray(R))continue;const p=new Ei(d,this);this.activeControl=p;const L=R?[R]:[];p.setSelect(L,m,C)}else if(g===s.ControlType.DATE){const p=new uo(d,this);this.activeControl=p,ii(R)?(R.length&&jt(R,{isHandleFirstElement:!1,editorOptions:this.options}),p.setValue(R,m,C)):ta(R)?p.setSelect(R,m,C):p.clearSelect(m,C)}else if(g===s.ControlType.NUMBER){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ro(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearValue(m,C)}else if(g===s.ControlType.BUTTON){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new On(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearSelect(m,C)}this.emitControlContentChange({context:m}),this.activeControl=null;let I=c;for(;I<r.length&&r[I].controlId===d.controlId;)I++;c=I}};this.destroyControl({isEmitEvent:!1});const l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const r of l)i(r);e&&(n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1}))}setExtensionListById(t){if(!t.length)return;const e=i=>{let l=0;for(;l<i.length;){const r=i[l];if(l++,r.type===s.ElementType.TABLE){const u=r.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];e(T.value)}}}if(!r.control)continue;const a=t.find(u=>u.id&&r.controlId===u.id||u.conceptId&&r.control.conceptId===u.conceptId||u.areaId&&r.areaId===u.areaId);if(!a)continue;const{extension:c}=a;this.setControlProperties({extension:c},{elementList:i,range:{startIndex:l,endIndex:l}});let d=l;for(;d<i.length&&i[d].controlId===r.controlId;)d++;l=d}},n=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const i of n)e(i)}setPropertiesListById(t){if(!t.length)return;let e=!1,n=!1;const i=r=>{let a=0;for(;a<r.length;){const c=r[a];if(a++,c.type===s.ElementType.TABLE){const g=c.trList;for(let T=0;T<g.length;T++){const f=g[T];for(let m=0;m<f.tdList.length;m++){const C=f.tdList[m];i(C.value)}}}if(!c.control)continue;const d=t.find(g=>g.id&&c.controlId===g.id||g.conceptId&&c.control.conceptId===g.conceptId||g.areaId&&c.areaId===g.areaId);if(!d)continue;const{properties:u,isSubmitHistory:R=!0}=d;if(e=!0,R&&(n=!0),this.setControlProperties({...c.control,...u,value:c.control.value},{elementList:r,range:{startIndex:a-1,endIndex:a-1}}),ue.forEach(g=>{const T=u[g];T&&Reflect.set(c,g,T)}),c.control?.type===s.ControlType.NUMBER&&u.numberExclusiveOptions){const g={...c.control.numberExclusiveOptions,...u.numberExclusiveOptions},T=g?.minValue,f=g?.maxValue,m=new Ro(c,this),C=m.getValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}});if(C.length>0){const I=C.map(L=>L.value).join(""),p=Number(I);!Number.isNaN(p)&&Number.isFinite(p)&&(T!=null&&p<T||f!=null&&p>f)&&m.clearValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}},{isAddPlaceholder:!0})}}let h=a;for(;h<r.length&&r[h].controlId===c.controlId;)h++;a=h}},l={header:this.draw.getHeaderElementList(),main:this.draw.getOriginalMainElementList(),footer:this.draw.getFooterElementList()};for(const r in l){const a=l[r];i(a)}if(e){for(const r in l){const a=r,c=Yt(l[a],{isClassifyArea:!0,extraPickAttrs:["id","controlId"]});l[a]=c,jt(c,{editorOptions:this.options,isForceCompensation:!0})}this.draw.setEditorData(l),n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1})}}getList(){const t=[];function e(i){for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.TABLE){const a=r.trList;for(let c=0;c<a.length;c++){const d=a[c];for(let u=0;u<d.tdList.length;u++){const h=d.tdList[u].value;e(h)}}}if(r.controlId){const a=Ce(r,[...ai,...Jn]);t.push(a)}}}const n=[this.draw.getHeader().getElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooter().getElementList()];for(const i of n)e(i);return Yt(t,{extraPickAttrs:["controlId"]})}recordBorderInfo(t,e,n,i){this.controlBorder.recordBorderInfo(t,e,n,i)}drawBorder(t){this.controlBorder.render(t)}startTextFieldUnderline(t,e,n){this.textFieldUnderline.startTextFieldValue(t,e,n)}recordTextFieldUnderlineWidth(t){this.textFieldUnderline.recordValueWidth(t)}drawTextFieldUnderline(t){this.textFieldUnderline.endTextFieldValue(t)}_getControlIdentity(t){return t?.controlId?{controlId:t.controlId,originControlId:t.originControlId||null}:null}_isSameControlIdentity(t,e){return!!(e&&t.controlId===e.controlId&&(t.originControlId||null)===e.originControlId)}_isNestedParentControlElement(t,e){return!!(e?.originControlId&&t.controlId===e.originControlId&&!t.originControlId)}_isNestedTextContainerElement(t,e){if(!e.controlId||e.originControlId)return!1;let n=!1,i=!1;for(let l=0;l<t.length;l++){const r=t[l];if(r.controlId===e.controlId&&!r.originControlId?(r.control?.type===s.ControlType.TEXT||r.control?.type===s.ControlType.TEXTFIELD)&&(n=!0):r.originControlId===e.controlId&&(i=!0),n&&i)return!0}return!1}_getCurrentControlIdentity(t){const e=this.getElementList()[t],n=this._getControlIdentity(this.activeControl?.getElement()),i=this._getControlIdentity(e);return i&&(!n||this._isSameControlIdentity(e,n)||i.originControlId===n.controlId)?i:n}_getControlNavigationIndex(t,e,n){const i=this._getControlIdentity(t[e]);if(!i)return e;let l=e;for(;l>0&&this._isSameControlIdentity(t[l-1],i);)l--;let r=e;for(;r+1<t.length&&this._isSameControlIdentity(t[r+1],i);)r++;if(n===Jt.DOWN){let a=-1;for(let c=l;c<=r;c++){const d=t[c];if(d.controlComponent===s.ControlComponent.CHECKBOX||d.controlComponent===s.ControlComponent.RADIO||d.controlComponent===s.ControlComponent.VALUE)return c;a===-1&&(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(a=c)}return~a?a:l}for(let a=r;a>=l;a--)if(t[a].controlComponent===s.ControlComponent.VALUE)return a;return l}_isTrailingNestedControlBoundary(t,e,n){const i=t[e];return!n||!i?.originControlId||i.originControlId!==n.controlId||i.controlComponent!==s.ControlComponent.POSTFIX&&i.controlComponent!==s.ControlComponent.POST_TEXT&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT?!1:this._isSameControlIdentity(t[e-1],this._getControlIdentity(i))||this._isSameControlIdentity(t[e-1],n)}getPreControlContext(){const e=this.draw.getPosition().getPositionContext();if(!e)return null;const{startIndex:n}=this.range.getRange(),i=this.getElementList(),l=this.activeControl?.getElement()||i[n],r=this._getCurrentControlIdentity(n),a=(d,u)=>{for(let R=u;R>0;R--){const h=d[R];if(h.type===s.ElementType.TABLE){const g=h.trList||[];for(let T=g.length-1;T>=0;T--){const f=g[T],m=f.tdList;for(let C=m.length-1;C>=0;C--){const I=m[C],p=a(I.value,I.value.length-1);if(p)return{positionContext:{isTable:!0,index:R,trIndex:T,tdIndex:C,tdId:I.id,trId:f.id,tableId:h.id},nextIndex:p.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,Jt.UP)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,g=d[u].trList;for(let f=R;f>=0;f--){const m=g[f],C=m.tdList;for(let I=C.length-1;I>=0;I--){if(R===f&&I>=h)continue;const p=C[I],L=a(p.value,p.value.length-1);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:f,tdIndex:I,tdId:p.id,trId:m.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const T=a(d,u-1);if(T)return{positionContext:{isTable:!1},nextIndex:T.nextIndex}}return null}getNextControlContext(){const e=this.draw.getPosition().getPositionContext();if(!e)return null;const{endIndex:n}=this.range.getRange(),i=this.getElementList(),l=this.activeControl?.getElement()||i[n],r=this._getCurrentControlIdentity(n),a=(d,u)=>{for(let R=u;R<d.length;R++){const h=d[R];if(h.type===s.ElementType.TABLE){const g=h.trList||[];for(let T=0;T<g.length;T++){const f=g[T],m=f.tdList;for(let C=0;C<m.length;C++){const I=m[C],p=a(I.value,0);if(p)return{positionContext:{isTable:!0,index:R,trIndex:T,tdIndex:C,tdId:I.id,trId:f.id,tableId:h.id},nextIndex:p.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,Jt.DOWN)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,g=d[u].trList;for(let f=R;f<g.length;f++){const m=g[f],C=m.tdList;for(let I=0;I<C.length;I++){if(R===f&&I<=h)continue;const p=C[I],L=a(p.value,0);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:f,tdIndex:I,tdId:p.id,trId:m.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const T=a(d,u+1);if(T)return{positionContext:{isTable:!1},nextIndex:T.nextIndex}}return null}initNextControl(t={}){const{direction:e=Jt.DOWN}=t;let n=null;if(e===Jt.UP?n=this.getPreControlContext():n=this.getNextControlContext(),!n)return;const{nextIndex:i,positionContext:l}=n,r=this.draw.getPosition();r.setPositionContext(l),this.draw.getRange().replaceRange({startIndex:i,endIndex:i}),this.draw.render({curIndex:i,isCompute:!1,isSetCursor:!0,isSubmitHistory:!1});const a=r.getPositionList();this.draw.getCursor().moveCursorToVisible({cursorPosition:a[i],direction:e})}setMinWidthControlInfo(t){const{row:e,rowElement:n,controlRealWidth:i,availableWidth:l}=t;if(!n.control?.minWidth)return;const{scale:r}=this.options,a=n.control.minWidth*r;let c=null;if(n.control?.minWidth&&(n.control?.rowFlex===s.RowFlex.CENTER||n.control?.rowFlex===s.RowFlex.RIGHT)){let u=n.metrics.width,R=e.elementList.length-1;for(;R>=0;){const h=e.elementList[R];if(u+=h.metrics.width,e.elementList[R-1]?.controlComponent===s.ControlComponent.PREFIX){c=h;break}R--}c&&u<a&&(n.control.rowFlex===s.RowFlex.CENTER?c.left=(a-u)/2:n.control.rowFlex===s.RowFlex.RIGHT&&(c.left=a-u-n.metrics.width))}const d=a-i;if(d>0){const u=c?.left||0,R=l-e.width-n.metrics.width,h=Math.min(R,d);n.left=h-u,e.width+=h-u}}mergeControl(t={}){const e=t.elementList||this.getElementList(),n=t.range||this.getRange(),{startIndex:i}=n,l=t.tdId??this.draw.getPosition().getPositionContext().tdId,r=l?this.draw.getTdById(l):void 0,a=e[i];if(!a?.controlId)return{range:n,elementList:[],tdId:l};const c={startIndex:i,endIndex:i},d=[];let u=!1,R=i,h=r,g=e;for(;R>=0;){const C=g[R];if(C.controlId!==a.controlId)break;if(C.type!==s.ElementType.SPLIT_TAG&&(d.unshift(C),u&&(g.splice(R,1),e[0].type===s.ElementType.SPLIT_TAG?e.splice(0,1):(n.startIndex++,n.endIndex++),e.unshift(C)),c.startIndex=R),R===0&&C.controlComponent!==s.ControlComponent.PREFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){g=h.value,R=h.value.length-1,u=!0;continue}if(R===0&&C.controlComponent!==s.ControlComponent.PRETEXTFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){g=h.value,R=h.value.length-1,u=!0;continue}R--}u=!1;let T=i+1,f=r,m=e;for(;T<m.length;){const C=m[T];if(C.controlId!==a.controlId)break;if(C.type!==s.ElementType.SPLIT_TAG&&(d.push(C),u&&(m.splice(T,1),e.push(C),T--)),T===m.length-1&&C.controlComponent!==s.ControlComponent.POSTFIX&&f?.linkTdNextId&&(f=this.draw.getTdById(f.linkTdNextId),f)){m=f.value,T=0,u=!0;continue}if(T===m.length-1&&C.controlComponent!==s.ControlComponent.POSTTEXTFIX&&f?.linkTdNextId&&(f=this.draw.getTdById(f.linkTdNextId),f)){m=f.value,T=0,u=!0;continue}T++}return c.endIndex=c.startIndex+d.length,{range:n,elementList:e,tdId:l,fullRange:{startIndex:c.startIndex,endIndex:c.endIndex-2}}}}class wg{options;currentTextFieldId=null;valueStartX=0;valueWidth=0;valueY=0;constructor(t){this.options=t.getOptions()}startTextFieldValue(t,e,n){this.currentTextFieldId=t,this.valueStartX=e,this.valueY=n,this.valueWidth=0}recordValueWidth(t){this.valueWidth+=t}endTextFieldValue(t){if(!this.currentTextFieldId||this.valueWidth<=0){this.reset();return}const{scale:e}=this.options;t.save(),t.strokeStyle=this.options.defaultColor,t.lineWidth=e,t.beginPath();const n=this.valueY-.5*e;t.moveTo(this.valueStartX,n),t.lineTo(this.valueStartX+this.valueWidth,n),t.stroke(),t.restore(),this.reset()}reset(){this.currentTextFieldId=null,this.valueStartX=0,this.valueWidth=0,this.valueY=0}}function hs(o,t){const e=n=>{for(let i=0;i<n.length;i++){const l=n[i];if(t(l),l.valueList?.length&&e(l.valueList),l.control?.value?.length&&e(l.control.value),l.type===s.ElementType.TABLE&&l.trList?.length)for(let r=0;r<l.trList.length;r++){const a=l.trList[r];for(let c=0;c<a.tdList.length;c++)e(a.tdList[c].value)}}};e(o)}function Zg(o){const t=o.control;return t?t.type===s.ControlType.TEXT||t.type===s.ControlType.TEXTFIELD||t.type===s.ControlType.DATE||t.type===s.ControlType.NUMBER?Cn(t.value||[])||null:(t.type===s.ControlType.SELECT||t.type===s.ControlType.CHECKBOX||t.type===s.ControlType.RADIO)&&t.code?.split(",").map(e=>t.valueSets?.find(n=>n.code===e)?.value).filter(Boolean).join("")||null:null}function Qg(o){const t=new Map,e=new Set,n=new Set,i=(l,r,a)=>{if(!l||r==null)return;const c=t.get(l)||[];c.push({label:l,source:a,value:r}),t.set(l,c)};return hs(o,l=>{l.control&&l.controlId&&!e.has(l.controlId)&&(e.add(l.controlId),i(l.control.label,Zg(l),"control"));const r=l.id;if(r&&!n.has(r)&&(l.type===s.ElementType.MACRO||l.type===s.ElementType.CUSTOM_MACRO||l.type===s.ElementType.REUSABLE_ITEM)){n.add(r);let a;l.type===s.ElementType.MACRO?a=l.value:l.type===s.ElementType.CUSTOM_MACRO?a=l.macroConfig?.value:l.type===s.ElementType.REUSABLE_ITEM&&(a=l.reusableItemConfig?.value),i(l.label,a,"macro")}}),t}function cl(o,t){const{label:e,regex:n,source:i="all"}=o;if(!e||!n)return!1;const l=t.get(e);if(!l?.length)return!1;let r;try{r=new RegExp(n)}catch(a){return console.warn("子模板匹配正则无效:",n,a),!1}return l.some(a=>i!=="all"&&a.source!==i?!1:r.test(a.value))}function vg(o,t,e="and"){return o?.length?e==="or"?o.some(n=>cl(n,t)):o.every(n=>cl(n,t)):!0}class Kg{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}setSelect(t){const{checkbox:e}=t;e?e.value=!e.value:t.checkbox={value:!0},this.draw.render({isCompute:!1,isSetCursor:!1})}render(t){const{ctx:e,x:n,index:i,row:l}=t;let{y:r}=t;const{checkbox:{gap:a,lineWidth:c,fillStyle:d,strokeStyle:u,verticalAlign:R},scale:h}=this.options,g=l.elementList[i],{metrics:T,checkbox:f}=g,m=g.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,O=null;for(;M<l.elementList.length&&(O=l.elementList[M],!(O.value!==_&&O.value!==jo));)M++;if(O){const{metrics:{boundingBoxAscent:b,boundingBoxDescent:D}}=O,W=b+D;W>T.height&&(R===s.VerticalAlign.TOP?r-=b-T.height:R===s.VerticalAlign.MIDDLE&&(r-=(W-T.height)/2))}}const C=Math.round(n+m*h),I=Math.round(r-T.height+c),p=T.width-(m+a)*h,L=T.height;e.save(),e.beginPath(),e.translate(.5,.5),f?.value?(e.lineWidth=c,e.strokeStyle=d,e.rect(C,I,p,L),e.stroke(),e.beginPath(),e.fillStyle=d,e.fillRect(C,I,p,L),e.beginPath(),e.strokeStyle=u,e.lineWidth=c*2*h,e.moveTo(C+2*h,I+L/2),e.lineTo(C+p/2,I+L-3*h),e.lineTo(C+p-2*h,I+3*h),e.stroke()):(e.lineWidth=c,e.rect(C,I,p,L),e.stroke()),e.closePath(),e.restore()}}class Hg{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}setSelect(t){const{radio:e}=t;e?e.value=!e.value:t.radio={value:!0},this.draw.render({isCompute:!1,isSetCursor:!1})}render(t){const{ctx:e,x:n,index:i,row:l}=t;let{y:r}=t;const{radio:{gap:a,lineWidth:c,fillStyle:d,strokeStyle:u,verticalAlign:R},scale:h}=this.options,g=l.elementList[i],{metrics:T,radio:f}=g,m=g.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,O=null;for(;M<l.elementList.length&&(O=l.elementList[M],!(O.value!==_&&O.value!==jo));)M++;if(O){const{metrics:{boundingBoxAscent:b,boundingBoxDescent:D}}=O,W=b+D;W>T.height&&(R===s.VerticalAlign.TOP?r-=b-T.height:R===s.VerticalAlign.MIDDLE&&(r-=(W-T.height)/2))}}const C=Math.round(n+m*h),I=Math.round(r-T.height+c),p=T.width-(m+a)*h,L=T.height;e.save(),e.beginPath(),e.translate(.5,.5),e.strokeStyle=f?.value?d:u,e.lineWidth=c,e.arc(C+p/2,I+L/2,p/2,0,Math.PI*2),e.stroke(),f?.value&&(e.beginPath(),e.fillStyle=d,e.arc(C+p/2,I+L/2,p/3,0,Math.PI*2),e.fill()),e.closePath(),e.restore()}}const $o={fontSize:11,smallFontSize:9,lineHeight:12,dividerWidth:40,gap:4,totalHeight:36};class _g{draw;options;inputModal=null;isPopup=!1;constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=$o,n=this.options.scale,i=e.fontSize*n,l=e.smallFontSize*n,r=e.gap*n,a=e.dividerWidth*n,d=document.createElement("canvas").getContext("2d"),u=t.menstrualData;d.font=`${i}px "Microsoft YaHei", sans-serif`;let R=a;d.font=`${l}px "Microsoft YaHei", sans-serif`;let h=0;if(u){const T=this.getValue(u.menarcheAge);d.font=`${i}px "Microsoft YaHei", sans-serif`,T&&(R+=d.measureText(`${T}岁`).width+r);let f="";if(u.isMenopause){const L=this.getValue(u.menopauseAge);L&&(f=`${L}岁`)}else{const L=this.getValue(u.lastPeriod);L&&(f=L)}f&&(R+=d.measureText(f).width+r),d.font=`${l}px "Microsoft YaHei", sans-serif`;const m=this.getValue(u.periodMin),C=this.getValue(u.periodMax);if(m||C){const L=`${m||""}~${C||""}`;h=Math.max(h,d.measureText(L).width)}const I=this.getValue(u.cycleMin),p=this.getValue(u.cycleMax);if(I||p){const L=`${I||""}~${p||""}`;h=Math.max(h,d.measureText(L).width)}}else d.font=`${i}px "Microsoft YaHei", sans-serif`,h=d.measureText("~").width;return{width:Math.max(R,h),height:e.totalHeight*n}}getValue(t){return!t||t===""||t==="_"||t==="____-__-__"?"":t}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.menstrualData,a=this.options.scale;e.save(),e.font=`${$o.fontSize*a}px "Microsoft YaHei", sans-serif`,e.fillStyle=this.options.defaultColor,e.textBaseline="bottom",r?this.renderWithData(e,n,i,r,a):this.renderEmpty(e,n,i,a),e.restore()}renderEmpty(t,e,n,i){const l=$o,r=l.fontSize*i,a=l.lineHeight*i,c=l.dividerWidth*i,d=n-a*1.5,u=e+c/2;t.font=`${r}px "Microsoft YaHei", sans-serif`;const R=t.measureText("~").width,h=u-R/2;t.fillText("~",h,d+a);const g=d+a*2;this.drawDivider(t,e,g-r/2,c,i),t.fillText("~",h,g+a)}renderWithData(t,e,n,i,l){const r=$o,a=r.fontSize*l,c=r.smallFontSize*l,d=r.lineHeight*l,u=r.gap*l,R=r.dividerWidth*l,h=n-d*2,g=h+d*2;t.font=`${a}px "Microsoft YaHei", sans-serif`;const T=this.getValue(i.menarcheAge);let f=e;if(T){const S=`${T}岁`;t.fillText(S,e,g),f=e+t.measureText(S).width+u}const m=f+R/2,C=h+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const I=this.getValue(i.periodMin),p=this.getValue(i.periodMax);let L="";I||p?L=`${I||""}~${p||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,L="~");const M=t.measureText(L).width,O=m-M/2;t.fillText(L,O,C),this.drawDivider(t,f,g-a/2,R,l),t.font=`${a}px "Microsoft YaHei", sans-serif`;let b="";if(i.isMenopause){const S=this.getValue(i.menopauseAge);S&&(b=`${S}岁`)}else{const S=this.getValue(i.lastPeriod);S&&(b=S)}b&&t.fillText(b,f+R+u,g);const D=g+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const W=this.getValue(i.cycleMin),V=this.getValue(i.cycleMax);let E="";W||V?E=`${W||""}~${V||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,E="~");const y=t.measureText(E).width,F=m-y/2;t.fillText(E,F,D)}drawDivider(t,e,n,i,l){t.save(),t.beginPath(),t.strokeStyle=this.options.defaultColor,t.lineWidth=.5*l,t.moveTo(e,n),t.lineTo(e+i,n),t.stroke(),t.restore()}clearMenstrualHistoryEditor(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}renderMenstrualHistoryEditor(t,e){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE)return;(this.isPopup||this.inputModal)&&this.clearMenstrualHistoryEditor(),this.isPopup=!0;const n=t.menstrualData;this.inputModal=document.createElement("div"),this.inputModal.className="menstrual-history-edit-modal",this.inputModal.setAttribute("editor-component","menstrual-history-edit-modal"),this.inputModal.innerHTML=`
192
+ `,document.body.appendChild(this.inputModal);const e=this.inputModal.querySelector(".menstrual-history-modal__mask"),n=this.inputModal.querySelector(".menstrual-history-modal__container"),i=this.inputModal.querySelector(".menstrual-history-modal__close"),l=this.inputModal.querySelector(".btn-cancel"),r=this.inputModal.querySelector(".btn-confirm"),a=this.inputModal.querySelector("#mh-edit-notMenopause"),c=this.inputModal.querySelector("#mh-edit-isMenopauseForm"),d=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),u=()=>{this.closeModal()};n.addEventListener("click",R=>{R.stopPropagation()}),e.addEventListener("click",u),i.addEventListener("click",u),l.addEventListener("click",u),d.forEach(R=>{R.addEventListener("change",()=>{const h=R.value==="true";a.style.display=h?"none":"block",c.style.display=h?"block":"none"})}),r.addEventListener("click",R=>{R.preventDefault(),R.stopPropagation();const h=this.inputModal;if(!h)return;const g=h.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let T;g?T={isMenopause:!0,periodMin:h.querySelector("#mh-edit-periodMin2")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax2")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge2")?.value||"_",menopauseAge:h.querySelector("#mh-edit-menopauseAge")?.value||"_",cycleMin:h.querySelector("#mh-edit-cycleMin2")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax2")?.value||"_"}:T={isMenopause:!1,periodMin:h.querySelector("#mh-edit-periodMin")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge1")?.value||"_",lastPeriod:h.querySelector("#mh-edit-lastPeriod")?.value||"____-__-__",cycleMin:h.querySelector("#mh-edit-cycleMin")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax")?.value||"_"};const f=this.control.getElementList(),m=this.element.controlId;for(let L=0;L<f.length;L++){const M=f[L];M.controlId===m&&M.control&&(M.control.menstrualData=T)}const C=this.generateDisplayText(T),I=this.textToElements(C);this.closeModal();const p=this.setValue(I);p!==-1&&(this.control.repaintControl({curIndex:p}),this.control.emitControlContentChange({}))})}closeModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}destroy(){this.closeModal()}}class vg{controlBorder;textFieldUnderline;draw;range;listener;eventBus;controlSearch;controlQuality;options;controlOptions;activeControl;activeControlValue;preElement;isPopupAwakeDisabled;constructor(t){this.controlBorder=new Ud(t),this.textFieldUnderline=new Kg(t),this.draw=t,this.range=t.getRange(),this.listener=t.getListener(),this.eventBus=t.getEventBus(),this.controlSearch=new Dd(this),this.controlQuality=new Yd(t),this.options=t.getOptions(),this.controlOptions=this.options.control,this.activeControl=null,this.activeControlValue=[],this.preElement=null,this.isPopupAwakeDisabled=!1}setPopupAwakeDisabled(t){this.isPopupAwakeDisabled=t}setHighlightList(t){this.controlSearch.setHighlightList(t)}computeHighlightList(){this.controlSearch.getHighlightList().length&&this.controlSearch.computeHighlightList()}renderHighlightList(t,e){this.controlSearch.getHighlightMatchResult().length&&this.controlSearch.renderHighlightList(t,e)}setQualityMarks(t){this.controlQuality.setMarks(t)}getQualityMarks(){return this.controlQuality.getMarks()}renderQualityMarks(t,e,n,i,l,r,a){this.controlQuality.render(t,e,n,i,l,r,a)}getDraw(){return this.draw}filterAssistElement(t){const e=this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE;return t.filter((n,i)=>{if(n.type===s.ElementType.TABLE){const l=n.trList;for(let r=0;r<l.length;r++){const a=l[r];for(let c=0;c<a.tdList.length;c++){const d=a.tdList[c];d.value=this.filterAssistElement(d.value)}}}if(!n.controlId)return!0;if(n.control?.type===s.ControlType.MENSTRUAL_HISTORY&&e&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)||n.control?.type===s.ControlType.SELECT&&e&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)||n.control?.type===s.ControlType.NUMBER&&e&&(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)||n.control?.type===s.ControlType.TEXT&&e&&n.strikeout&&n.deletePerson)return!1;if(n.control?.minWidth){if(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.POSTFIX)return n.value="",!0}else{const l=this.options.mode===s.EditorMode.FORM;if(n.control?.preText&&n.controlComponent===s.ControlComponent.PRE_TEXT){if(l)return!0;let r=!1,a=i+1;for(;a<t.length;){const c=t[a];if(n.controlId!==c.controlId)break;if(c.controlComponent===s.ControlComponent.VALUE){r=!0;break}a++}return r}if(n.control?.postText&&n.controlComponent===s.ControlComponent.POST_TEXT){if(l)return!0;let r=!1,a=i-1;for(;a<t.length;){const c=t[a];if(n.controlId!==c.controlId)break;if(c.controlComponent===s.ControlComponent.VALUE){r=!0;break}a--}return r}}if(n.control?.preTextFix&&n.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){let l=!1,r=i+1;for(;r<t.length;){const a=t[r];if(n.controlId!==a.controlId)break;if(a.controlComponent===s.ControlComponent.VALUE){l=!0;break}r++}return l}if(n.control?.postTextFix&&n.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){let l=!1,r=i-1;for(;r<t.length;){const a=t[r];if(n.controlId!==a.controlId)break;if(a.controlComponent===s.ControlComponent.VALUE){l=!0;break}r--}return l}return n.controlComponent!==s.ControlComponent.PREFIX&&n.controlComponent!==s.ControlComponent.POSTFIX&&n.controlComponent!==s.ControlComponent.PLACEHOLDER&&n.controlComponent!==s.ControlComponent.PRETEXTFIX&&n.controlComponent!==s.ControlComponent.POSTTEXTFIX&&n.controlComponent!==s.ControlComponent.TEXTFIXLABEL})}getIsRangeCanCaptureEvent(){if(!this.activeControl)return!1;const{startIndex:t,endIndex:e}=this.getRange();if(!~t&&!~e)return!1;const n=this.getElementList(),i=n[t];if(i.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;if(t===e&&t>0){const r=n[t-1],a=r?.controlComponent===s.ControlComponent.POSTFIX||r?.controlComponent===s.ControlComponent.POSTTEXTFIX,c=r?.controlComponent===s.ControlComponent.PLACEHOLDER,d=!!r?.controlId,u=!!r?.originControlId;let R=!1;if(u){const C=r.originControlId;for(let I=t;I<n.length;I++){const p=n[I];if(p.controlId===C&&!p.originControlId){R=!0;break}if(p.controlId&&p.controlId!==C&&p.originControlId!==C)break}}const g=this.draw.getPosition().getPositionList(),T=g[t],f=g[t-1],m=T&&f&&T.rowIndex===f.rowIndex;if((a||c)&&d&&m&&!R)return!1}if(t===e&&(i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX))return!0;const l=n[e];return!!(i.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX)}getIsRangeInPostfix(){if(!this.activeControl)return!1;const{startIndex:t,endIndex:e}=this.getRange();if(t!==e)return!1;const i=this.getElementList()[t];return i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX}getIsRangeWithinControl(){const{range:{startIndex:t,endIndex:e},elementList:n}=this.range.getRangeElement();if(!~t&&!~e)return!1;const i=n[t],l=n[e];if(i?.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&l.controlComponent!==s.ControlComponent.POST_TEXT||(l?.control?.type===s.ControlType.TEXT||this.draw.getMode()===s.EditorMode.EDIT&&l?.control?.type===s.ControlType.TEXTFIELD)&&l.controlId&&!l.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||l.controlComponent===s.ControlComponent.POST_TEXT)&&n[e-1]?.originControlId===l.controlId)return!0;if(l?.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=l.originControlId;for(let a=e+1;a<n.length;a++){const c=n[a];if(c.controlId===r)return!0;if(c.controlId&&c.controlId!==r&&c.originControlId!==r)break}}if(!l?.originControlId&&l?.controlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=n[e+1];if(r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX))return!0;if(r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX))return r.originControlId,!0;for(let a=e;a>=0;a--){const c=n[a];if(c.controlId===l.controlId&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let d=a-1;d>=0;d--){const u=n[d];if(u.controlId&&u.controlId!==l.controlId&&(u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT))return!0;if(u.controlId&&u.controlId!==l.controlId&&(u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}if(l?.originControlId){const r=l.originControlId;for(let a=e+1;a<n.length;a++){const c=n[a];if(c.controlId===r)return!0;if(c.controlId&&c.controlId!==r&&c.originControlId!==r)break}}if(!i?.controlId&&this.activeControl){const a=this.activeControl.getElement()?.controlId;if(a)for(let c=t;c>=0;c--){const d=n[c];if(d.controlId===a&&!d.originControlId){if(d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT)for(let u=e;u<n.length;u++){const R=n[u];if(R.controlId===a&&!R.originControlId){if(R.controlComponent===s.ControlComponent.POSTTEXTFIX||R.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POST_TEXT)return!0;break}}break}}}return!1}getIsElementListContainFullControl(t){if(!t.some(i=>i.controlId))return!1;let e=0,n=0;for(let i=0;i<t.length;i++){const l=t[i];l.controlComponent===s.ControlComponent.PREFIX||l.controlComponent===s.ControlComponent.PRETEXTFIX?e++:(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)&&n++}return!e||!n?!1:e===n}getIsDisabledControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();if(e===n&&~e&&~n){const l=(t.elementList||this.getElementList())[e];if(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)return!1}return!!this.activeControl.getElement()?.control?.disabled}getIsDisabledPasteControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();return e===n&&~e&&~n&&(t.elementList||this.getElementList())[e].controlComponent===s.ControlComponent.POSTFIX?!1:!!this.activeControl.getElement()?.control?.pasteDisabled}getIsExistValueByElementListIndex(t,e){const n=t[e];if(!n.controlId)return!1;if(n.control?.type===s.ControlType.CHECKBOX||n.control?.type===s.ControlType.RADIO)return!!n.control?.code;if(n.controlComponent===s.ControlComponent.VALUE)return!0;if(n.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;if(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRE_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i++}}if(n.controlComponent===s.ControlComponent.PRETEXTFIX||n.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER||l.controlComponent===s.ControlComponent.TEXTFIXLABEL)return!1;i++}}if(n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX){let i=e-1;for(;i>=0;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i--}}return!1}getControlHighlight(t,e){return this.controlSearch.getControlHighlight(t,e)}getIsInlineControlBackground(t,e){return this.controlSearch.getIsInlineControlBackground(t,e)}getContainer(){return this.draw.getContainer()}getElementList(){return this.draw.getElementList()}getPosition(){const t=this.draw.getPosition().getPositionList(),{endIndex:e}=this.range.getRange();return t[e]||null}getPreY(){const t=this.draw.getHeight(),e=this.draw.getPageGap();return(this.getPosition()?.pageNo??this.draw.getPageNo())*(t+e)}getRange(){return this.range.getRange()}getValueRange(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];let l=n;for(;l>0;){const a=e[l];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break;l--}let r=n+1;for(;r<e.length;){const a=e[r];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.POSTTEXTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)break;r++}return l===r?null:{startIndex:l,endIndex:r-1}}shrinkBoundary(t={}){this.range.shrinkBoundary(t)}getActiveControl(){return this.activeControl}getActiveTextControlLimit(){if(!this.activeControl)return null;const t=this.activeControl.getElement(),e=t?.controlId,n=t?.originControlId||null;if(!e||t.control?.type!==s.ControlType.TEXT)return null;const i=this.getElementList(),l=n||null;let r=-1,a=-1,c=-1,d=-1;for(let h=0;h<i.length;h++){const g=i[h];g.controlId!==e||(n?g.originControlId!==n:g.originControlId)||(r===-1&&(r=h),a=h,(g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(c=h),d===-1&&(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&(d=h))}if(r===-1)return null;const u=c!==-1?c:r,R=d!==-1?d-1:a;return e?{controlId:e,originControlId:n,parentControlId:l,startIndex:u,endIndex:R<u?u:R}:null}getActiveNestedTextLimit(){const t=this.getActiveTextControlLimit();return!t?.parentControlId||!this.getElementList().some(n=>n.controlId===t.parentControlId&&!n.originControlId&&n.control?.type===s.ControlType.TEXTFIELD)?null:{controlId:t.controlId,parentControlId:t.parentControlId,startIndex:t.startIndex,endIndex:t.endIndex}}getControlElementList(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];if(!i?.controlId)return[];const l=[];let r=n;for(;r>0;){const c=e[r];if(c.controlId!==i.controlId)break;l.unshift(c),r--}let a=n+1;for(;a<e.length;){const c=e[a];if(c.controlId!==i.controlId)break;l.push(c),a++}return l}updateActiveControlValue(){this.activeControl&&(this.activeControlValue=this.getControlElementList())}emitControlChange(t){if(!this.activeControl)return;const e=this.eventBus.isSubscribe("controlChange");if(!this.listener.controlChange&&!e)return;let n;const i=this.activeControlValue,l=this.activeControl.getElement();i?.length?n=i[0].control:(n=cn(ht(l)).control,n.value=[]);const r={state:t,control:n,controlId:l.controlId};this.listener.controlChange?.(r),e&&this.eventBus.emit("controlChange",r)}initControl(){if(this.draw.isContentReadonly())return;const t=this.getElementList(),e=this.getRange(),n=t[e.startIndex];if(this.activeControl){if(this.activeControl instanceof jn||this.activeControl instanceof uo||this.activeControl instanceof Ro||this.activeControl instanceof On){const u=this.activeControl.getElement();n?.controlId!==u?.controlId?this.destroyControl():n.controlComponent===s.ControlComponent.POSTFIX?this.activeControl.destroy():this.isPopupAwakeDisabled||this.activeControl.awake()}if(this.activeControl){const u=this.activeControl.getElement(),R=n.controlId,h=n.originControlId||null,g=u.controlId,T=u.originControlId||null;if(R&&R===g&&h===T){this.updateActiveControlValue(),this.preElement=n;return}if(n.originControlId&&n.originControlId===g&&h===T){const f=this.activeControl.getElement();if(!((f?.control?.type===s.ControlType.TEXTFIELD||f?.control?.type===s.ControlType.TEXT)&&n.controlId!==g)){this.updateActiveControlValue(),this.preElement=n;return}}if(n.originControlId&&n.controlId&&n.controlId,!n.originControlId&&n.controlId&&n.controlId!==g&&(this.activeControl.getElement()?.originControlId,n.controlId),n.controlId&&n.controlId===g&&n.originControlId){this.updateActiveControlValue(),this.preElement=n;return}if(!R){const f=this.getElementList(),m=this.getRange(),{startIndex:C}=m;let I=null;for(let p=C;p>=0;p--){const L=f[p];if(L.controlComponent===s.ControlComponent.PRETEXTFIX||L.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT){I=L.controlId||null;break}if(L.controlId&&L.controlId!==g||L.controlComponent===s.ControlComponent.POSTTEXTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POST_TEXT)break}if(I===g){this.updateActiveControlValue(),this.preElement=n;return}}}}if(this.destroyControl(),this.draw.isReadonly())return;let l=n.control,r=n;if(n.originControlId&&!l){let u;for(let g=this.range.getRange().startIndex;g>=0;g--){const T=t[g];if(T.controlId===n.controlId&&T.originControlId===n.originControlId&&T.control&&(u=T.control,r=T,T.controlComponent===s.ControlComponent.PREFIX||T.controlComponent===s.ControlComponent.PRETEXTFIX||T.controlComponent===s.ControlComponent.PRE_TEXT||T.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)||T.controlId&&T.controlId!==n.controlId&&T.controlId!==n.originControlId&&T.originControlId!==n.originControlId)break}const R=n.originControlId;let h;for(let g=this.range.getRange().startIndex;g>=0;g--){const T=t[g];if(T.controlId===R&&T.control){h=T.control;break}if(T.controlId===R&&(T.controlComponent===s.ControlComponent.PRETEXTFIX||T.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||T.controlComponent===s.ControlComponent.PREFIX||T.controlComponent===s.ControlComponent.PRE_TEXT)){T.control&&(h=T.control);break}}if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXTFIELD&&u&&u.type!==s.ControlType.TEXTFIELD)l=u;else if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXT&&u)l=u;else if(h){l=h;const g=t.find(T=>T.controlId===R&&T.control);g&&(r=g)}else u&&(l=u)}else if(!l&&n.controlId){const u=this.getElementList();for(let R=this.range.getRange().startIndex;R>=0;R--){const h=u[R];if(h.controlId!==n.controlId)break;if(h.control){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT)break}}if(!l)return;if(l?.type===s.ControlType.TEXTFIELD&&this.draw.getMode()!==s.EditorMode.EDIT)if(n.originControlId){const u=n.controlId;for(let R=this.range.getRange().startIndex;R>=0;R--){const h=t[R];if(h.controlId===u&&h.originControlId===n.originControlId&&h.control&&h.control.type!==s.ControlType.TEXTFIELD){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX)break}if(l?.type===s.ControlType.TEXTFIELD)return}else return;const a=this.draw.getPosition().getPositionContext(),c=this.range.getRange().startIndex,d=!!(a.isDirectHit&&a.index===c&&t[a.index]?.controlId===r.controlId);if(l?.type===s.ControlType.TEXTFIELD)this.activeControl=new dl(r,this);else if(l.type===s.ControlType.TEXT)this.activeControl=new hs(r,this);else if(l.type===s.ControlType.SELECT){const u=new jn(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&(d||this.draw.getMode()===s.EditorMode.FORM)&&u.awake()}else if(l.type===s.ControlType.CHECKBOX)this.activeControl=new Oo(r,this);else if(l.type===s.ControlType.RADIO)this.activeControl=new Mi(r,this);else if(l.type===s.ControlType.DATE){const u=new uo(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&(d||this.draw.getMode()===s.EditorMode.FORM)&&u.awake()}else if(l.type===s.ControlType.NUMBER){const u=new Ro(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&d&&u.awake()}else if(l.type===s.ControlType.BUTTON){const u=new On(r,this);if(this.activeControl=u,!this.isPopupAwakeDisabled&&d){u.awake();return}}else if(l.type===s.ControlType.MENSTRUAL_HISTORY){const u=new ul(r,this);this.activeControl=u,this.isPopupAwakeDisabled||u.awake()}this.updateActiveControlValue(),this.preElement=r,r.controlComponent!==s.ControlComponent.POSTFIX&&r.controlComponent!==s.ControlComponent.POSTTEXTFIX&&this.emitControlChange(s.ControlState.ACTIVE)}destroyControl(t={}){if(!this.activeControl)return;const{isEmitEvent:e=!0}=t;(this.activeControl instanceof jn||this.activeControl instanceof uo||this.activeControl instanceof Ro||this.activeControl instanceof ul)&&this.activeControl.destroy(),e&&this.preElement?.controlComponent!==s.ControlComponent.POSTFIX&&this.preElement?.controlComponent!==s.ControlComponent.POSTTEXTFIX&&this.emitControlChange(s.ControlState.INACTIVE),this.preElement=null,this.activeControl=null,this.activeControlValue=[]}repaintControl(t={}){const{curIndex:e,isCompute:n=!0,isSubmitHistory:i=!0,isSetCursor:l=!0}=t;e===void 0?(this.range.clearRange(),this.draw.render({isCompute:n,isSubmitHistory:i,isSetCursor:!1})):(this.range.setRange(e,e),this.draw.render({curIndex:e,isCompute:n,isSetCursor:l,isSubmitHistory:i}))}emitControlContentChange(t){const e=this.eventBus.isSubscribe("controlContentChange");if(!e&&!this.listener.controlContentChange)return;const n=t?.controlElement||this.activeControl?.getElement();if(!n)return;const i=t?.context?.elementList||this.getElementList(),{startIndex:l}=t?.context?.range||this.getRange();if(!i[l]?.controlId)return;const r=t?.controlValue||this.getControlElementList(t?.context);let a;if(r?.length?a=Yt(r)[0].control:(a=n.control,a.value=[]),!a)return;const c={control:a,controlId:n.controlId};this.listener.controlContentChange?.(c),e&&this.eventBus.emit("controlContentChange",c)}reAwakeControl(){if(!this.activeControl)return;const t=this.getElementList(),e=this.getRange(),n=t[e.startIndex];this.activeControl.setElement(n),(this.activeControl instanceof uo||this.activeControl instanceof jn)&&this.activeControl.getIsPopup()&&(this.activeControl.destroy(),this.activeControl.awake())}selectValue(){const t=this.getElementList(),{startIndex:e}=this.getRange(),n=t[e];if(!n?.controlId||n.controlComponent!==s.ControlComponent.VALUE&&t[e+1]?.controlComponent===s.ControlComponent.VALUE)return!1;let i=e;for(;i>0&&t[i].controlComponent===s.ControlComponent.VALUE;)i--;let l=e+1;for(;l<t.length;){if(t[l].controlComponent!==s.ControlComponent.VALUE){l--;break}l++}if(i!==l){const r=this.range.getRange();return this.range.replaceRange({...r,startIndex:i,endIndex:l}),this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}),!0}return!1}moveCursor(t){const{index:e,trIndex:n,tdIndex:i,tdValueIndex:l}=t;let r=this.draw.getOriginalElementList(),a;const c=t.isTable?l:e;if(t.isTable?(r=r[e].trList[n].tdList[i].value,a=r[l]):a=r[e],a.control?.hide||a.area?.hide){const d=Wn(r,c);return{newIndex:d,newElement:r[d]}}if(a.controlComponent===s.ControlComponent.VALUE)return{newIndex:c,newElement:a};if(a.controlComponent===s.ControlComponent.POSTFIX){let d=c+1;for(;d<r.length;){if(r[d].controlId!==a.controlId)return{newIndex:d-1,newElement:r[d-1]};if(d===r.length-1)return{newIndex:d,newElement:r[d]};d++}}else if(a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT){let d=c+1;for(;d<r.length;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent!==s.ControlComponent.PREFIX&&u.controlComponent!==s.ControlComponent.PRE_TEXT)return{newIndex:d-1,newElement:r[d-1]};d++}}else if(a.controlComponent===s.ControlComponent.PLACEHOLDER){let d=c-1;for(;d>0;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.VALUE||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT||u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return{newIndex:d,newElement:r[d]};d--}}else if(a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.TEXTFIXLABEL||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){let d=c-1;for(;d>0;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.VALUE||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT||u.controlComponent===s.ControlComponent.PRETEXTFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return{newIndex:d,newElement:r[d]};d--}}else if(a.controlComponent===s.ControlComponent.POSTTEXTFIX){let d=c+1;for(;d<r.length;){if(r[d].controlId!==a.controlId)return{newIndex:d-1,newElement:r[d-1]};if(d===r.length-1)return{newIndex:d,newElement:r[d]};d++}}else if(a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let d=c+1;for(;d<r.length;){const u=r[d];if(u.controlId!==a.controlId||u.controlComponent!==s.ControlComponent.PRETEXTFIX&&u.controlComponent!==s.ControlComponent.PRETEXTFIX_TEXT)return{newIndex:d-1,newElement:r[d-1]};d++}}return{newIndex:c,newElement:a}}removeControl(t,e={}){const n=e.elementList||this.getElementList(),i=n[t];if(!this.draw.isDesignMode()&&!i?.control?.hide&&!i?.area?.hide){const{deletable:p=!0}=i.control;if(!p)return null;const L=this.draw.getMode();if(L===s.EditorMode.FORM&&this.options.modeRule[L].controlDeletableDisabled)return null}let l=-1,r=-1;const a=!!i.originControlId,c=i.controlId,d=i.originControlId,u=i.control?.type===s.ControlType.BUTTON&&!i.control?.buttonText?`${c}_text`:"";let R=t;for(;R>=0;){const p=n[R];let L=!1;if(a?L=p.controlId===c&&p.originControlId===d:L=p.controlId===c&&!p.originControlId,!L){l=R;break}R--}let h=t;for(;h<n.length;){const p=n[h];let L=!1;if(a?L=p.controlId===c&&p.originControlId===d:L=p.controlId===c&&!p.originControlId,!L){r=h-1;break}h++}if(h===n.length&&(r=h-1),!~l&&!~r)return t;l=~l?l:0;const g=n[l+1],T=g.control,f=T?.type&&[s.ControlType.TEXT,s.ControlType.TEXTFIELD,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.BUTTON].includes(T.type);let m=n[0]?.type===s.ElementType.SPLIT_TAG;if(!e.removeNext&&f&&!a&&g.controlComponent!==s.ControlComponent.PREFIX&&g.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const p=this.draw.getTd();p&&this.createRemoveControlHandler(p,i.controlId,!0)}if(!e.removeNext&&f&&!a&&g.controlComponent!==s.ControlComponent.PRETEXTFIX&&g.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const p=this.draw.getTd();p&&this.createRemoveControlHandler(p,i.controlId,!0)}if(!e.removePrev&&f&&!a&&n[r].controlComponent!==s.ControlComponent.POSTFIX)if(e.removeNext)e.removeNext();else{const p=this.draw.getTd();m=!!p?.linkTdNextId,p&&this.createRemoveControlHandler(p,i.controlId,!1)}if(!e.removePrev&&f&&!a&&n[r].controlComponent!==s.ControlComponent.POSTTEXTFIX)if(e.removeNext)e.removeNext();else{const p=this.draw.getTd();m=!!p?.linkTdNextId,p&&this.createRemoveControlHandler(p,i.controlId,!1)}this.draw.spliceElementList(n,l+1,r-l);let C=0;if(u)for(let p=n.length-1;p>=0;p--)n[p].controlId===u&&(p<=l&&C++,n.splice(p,1));const I=l-C;return!e.elementList&&m&&l===0?this.draw.fixPosition(!0)??I:I}createRemoveControlHandler(t,e,n){if(n){const i=this.draw.getTdById(t.linkTdPrevId);i&&i.value.splice(-1)[0]?.controlId===e&&this.removeControl(i.value.length-1,{elementList:i.value,removePrev:()=>{this.createRemoveControlHandler(i,e,n)}})}else{const i=this.draw.getTdById(t.linkTdNextId);i&&i.value[1]?.controlId===e&&this.removeControl(1,{elementList:i.value,removeNext:()=>{this.createRemoveControlHandler(i,e,n)}})}}removePlaceholder(t,e={}){const n=e.elementList||this.getElementList(),i=n[t],l=n[t+1];if(i.controlComponent===s.ControlComponent.PLACEHOLDER||i.controlComponent===s.ControlComponent.TEXTFIXLABEL||l?.controlComponent===s.ControlComponent.PLACEHOLDER||l?.controlComponent===s.ControlComponent.TEXTFIXLABEL){let r=!1,a=t;for(;a<n.length;){const c=n[a];if(c.controlId!==i.controlId)break;c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL?(r||(r=!0,this.draw.getHistoryManager().popUndo(),this.draw.submitHistory(t)),n.splice(a,1)):a++}}}addPlaceholder(t,e={}){const n=e.elementList||this.getElementList(),i=n[t],l=i.control;if(!l.placeholder)return;let r=t;for(;r>=0;){const g=n[r];if(g.controlId!==i.controlId){r++;break}if(g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break;r--}r<0&&(r=0);const a=r+1;if(a<n.length){const g=n[a];if(g.controlId===i.controlId&&(g.controlComponent===s.ControlComponent.PLACEHOLDER||g.controlComponent===s.ControlComponent.VALUE))return}let c=!1,d=r+1;for(;d<n.length;){const g=n[d];if(g.controlId===i.controlId){if(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)break}else if(g.controlId!==i.controlId&&(g.controlComponent===s.ControlComponent.VALUE||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)){c=!0;break}d++}if(c)return;const u=Dt(l.placeholder),R=ie(i,ue),h=r+1;for(let g=0;g<u.length;g++){const T=u[g],f={...R,value:T===`
193
+ `?H:T,controlId:i.controlId,type:s.ElementType.CONTROL,control:i.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.controlOptions.placeholderColor};re(n,[f],r,{editorOptions:this.options}),this.draw.spliceElementList(n,h+g,0,[f])}}setValue(t){if(!this.activeControl)throw new Error("active control is null");return this.activeControl.setValue(t)}setControlProperties(t,e={}){const n=e.elementList||this.getElementList(),{startIndex:i}=e.range||this.getRange(),l=n[i];let r=i;for(;r>0;){const c=n[r];if(c.controlId!==l.controlId)break;c.control={...c.control,...t},r--}let a=i+1;for(;a<n.length;){const c=n[a];if(c.controlId!==l.controlId)break;c.control={...c.control,...t},a++}}keydown(t){if(!this.activeControl)throw new Error("active control is null");return this.activeControl.keydown(t)}cut(){if(!this.activeControl)throw new Error("active control is null");return this.activeControl.cut()}getValueById(t){const{id:e,groupId:n,conceptId:i,areaId:l}=t,r=[];if(!e&&!i&&!n)return r;const a=new Set,c=(u,R)=>{let h=0;for(;h<u.length;){const g=u[h];if(h++,g.type===s.ElementType.TABLE){const L=g.trList;for(let M=0;M<L.length;M++){const O=L[M];for(let b=0;b<O.tdList.length;b++){const D=O.tdList[b],W=D.originalId??D.id;a.has(W)||(a.add(W),D.linkTdNextId?c(this.draw.getSplitTdValues(W),R):c(D.value,R))}}}if(!g.control||n&&g.control.groupId!==n||e&&g.controlId!==e||i&&g.control.conceptId!==i||l&&g.areaId!==l)continue;const{type:T,code:f,valueSets:m}=g.control;let C=h,I="";const p=[];for(;C<u.length;){const L=u[C];if(L.controlId!==g.controlId)break;(T===s.ControlType.TEXT||T===s.ControlType.TEXTFIELD||T===s.ControlType.DATE||T===s.ControlType.NUMBER)&&L.controlComponent===s.ControlComponent.VALUE&&(I+=L.value,p.push(Ce(L,di))),C++}if(T===s.ControlType.TEXT||T===s.ControlType.TEXTFIELD||T===s.ControlType.DATE||T===s.ControlType.NUMBER)r.push({...g.control,zone:R,value:I||null,innerText:I||null,elementList:Yt(p)});else if(T===s.ControlType.SELECT||T===s.ControlType.CHECKBOX||T===s.ControlType.RADIO){const L=f?.split(",").map(M=>m?.find(O=>O.code===M)?.value).filter(Boolean).join("");r.push({...g.control,zone:R,value:f||null,innerText:L||null})}h=C}},d=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:u,elementList:R}of d)c(R,u);return r}setValueListById(t){if(!t.length)return;let e=!1,n=!1;const i=(r,a)=>{let c=0;for(;c<r.length;){const d=r[c];if(c++,d.type===s.ElementType.TABLE){const p=d.trList;for(let L=0;L<p.length;L++){const M=p[L];for(let O=0;O<M.tdList.length;O++){const b=M.tdList[O];i(b.value,b.id)}}}if(!d.control||d.type===s.ElementType.SPLIT_TAG)continue;const u=t.find(p=>(!p.groupId||p.groupId===d.control?.groupId)&&(p.id&&d.controlId===p.id||p.conceptId&&d.control.conceptId===p.conceptId||p.areaId&&d.areaId===p.areaId));if(!u)continue;const{value:R,isSubmitHistory:h=!0}=u;e=!0,h&&(n=!0);const{type:g}=d.control,{range:T,fullRange:f}=this.mergeControl({elementList:r,range:{startIndex:c,endIndex:c},tdId:a}),m={range:f??T,elementList:r,tdId:a},C={isIgnoreDisabledRule:!0,isIgnoreDeletedRule:!0};if(g===s.ControlType.TEXTFIELD){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new dl(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearValue(m,C)}else if(g===s.ControlType.TEXT){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new hs(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearValue(m,C)}else if(g===s.ControlType.SELECT){if(Array.isArray(R))continue;const p=new jn(d,this);this.activeControl=p,R?p.setSelect(R,m,C):p.clearSelect(m,C)}else if(g===s.ControlType.CHECKBOX){if(Array.isArray(R))continue;const p=new Oo(d,this);this.activeControl=p;const L=R?R.split(","):[];p.setSelect(L,m,C)}else if(g===s.ControlType.RADIO){if(Array.isArray(R))continue;const p=new Mi(d,this);this.activeControl=p;const L=R?[R]:[];p.setSelect(L,m,C)}else if(g===s.ControlType.DATE){const p=new uo(d,this);this.activeControl=p,si(R)?(R.length&&jt(R,{isHandleFirstElement:!1,editorOptions:this.options}),p.setValue(R,m,C)):oa(R)?p.setSelect(R,m,C):p.clearSelect(m,C)}else if(g===s.ControlType.NUMBER){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ro(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearValue(m,C)}else if(g===s.ControlType.BUTTON){const p=Array.isArray(R)?R:R?[{value:R}]:[];p.length&&jt(p,{isHandleFirstElement:!1,editorOptions:this.options});const L=new On(d,this);this.activeControl=L,p.length?L.setValue(p,m,C):L.clearSelect(m,C)}this.emitControlContentChange({context:m}),this.activeControl=null;let I=c;for(;I<r.length&&r[I].controlId===d.controlId;)I++;c=I}};this.destroyControl({isEmitEvent:!1});const l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const r of l)i(r);e&&(n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1}))}setExtensionListById(t){if(!t.length)return;const e=i=>{let l=0;for(;l<i.length;){const r=i[l];if(l++,r.type===s.ElementType.TABLE){const u=r.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];e(T.value)}}}if(!r.control)continue;const a=t.find(u=>u.id&&r.controlId===u.id||u.conceptId&&r.control.conceptId===u.conceptId||u.areaId&&r.areaId===u.areaId);if(!a)continue;const{extension:c}=a;this.setControlProperties({extension:c},{elementList:i,range:{startIndex:l,endIndex:l}});let d=l;for(;d<i.length&&i[d].controlId===r.controlId;)d++;l=d}},n=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const i of n)e(i)}setPropertiesListById(t){if(!t.length)return;let e=!1,n=!1;const i=r=>{let a=0;for(;a<r.length;){const c=r[a];if(a++,c.type===s.ElementType.TABLE){const g=c.trList;for(let T=0;T<g.length;T++){const f=g[T];for(let m=0;m<f.tdList.length;m++){const C=f.tdList[m];i(C.value)}}}if(!c.control)continue;const d=t.find(g=>g.id&&c.controlId===g.id||g.conceptId&&c.control.conceptId===g.conceptId||g.areaId&&c.areaId===g.areaId);if(!d)continue;const{properties:u,isSubmitHistory:R=!0}=d;if(e=!0,R&&(n=!0),this.setControlProperties({...c.control,...u,value:c.control.value},{elementList:r,range:{startIndex:a-1,endIndex:a-1}}),ue.forEach(g=>{const T=u[g];T&&Reflect.set(c,g,T)}),c.control?.type===s.ControlType.NUMBER&&u.numberExclusiveOptions){const g={...c.control.numberExclusiveOptions,...u.numberExclusiveOptions},T=g?.minValue,f=g?.maxValue,m=new Ro(c,this),C=m.getValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}});if(C.length>0){const I=C.map(L=>L.value).join(""),p=Number(I);!Number.isNaN(p)&&Number.isFinite(p)&&(T!=null&&p<T||f!=null&&p>f)&&m.clearValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}},{isAddPlaceholder:!0})}}let h=a;for(;h<r.length&&r[h].controlId===c.controlId;)h++;a=h}},l={header:this.draw.getHeaderElementList(),main:this.draw.getOriginalMainElementList(),footer:this.draw.getFooterElementList()};for(const r in l){const a=l[r];i(a)}if(e){for(const r in l){const a=r,c=Yt(l[a],{isClassifyArea:!0,extraPickAttrs:["id","controlId"]});l[a]=c,jt(c,{editorOptions:this.options,isForceCompensation:!0})}this.draw.setEditorData(l),n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1})}}getList(){const t=[];function e(i){for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.TABLE){const a=r.trList;for(let c=0;c<a.length;c++){const d=a[c];for(let u=0;u<d.tdList.length;u++){const h=d.tdList[u].value;e(h)}}}if(r.controlId){const a=Ce(r,[...ci,...Jn]);t.push(a)}}}const n=[this.draw.getHeader().getElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooter().getElementList()];for(const i of n)e(i);return Yt(t,{extraPickAttrs:["controlId"]})}recordBorderInfo(t,e,n,i){this.controlBorder.recordBorderInfo(t,e,n,i)}drawBorder(t){this.controlBorder.render(t)}startTextFieldUnderline(t,e,n){this.textFieldUnderline.startTextFieldValue(t,e,n)}recordTextFieldUnderlineWidth(t){this.textFieldUnderline.recordValueWidth(t)}drawTextFieldUnderline(t){this.textFieldUnderline.endTextFieldValue(t)}_getControlIdentity(t){return t?.controlId?{controlId:t.controlId,originControlId:t.originControlId||null}:null}_isSameControlIdentity(t,e){return!!(e&&t.controlId===e.controlId&&(t.originControlId||null)===e.originControlId)}_isNestedParentControlElement(t,e){return!!(e?.originControlId&&t.controlId===e.originControlId&&!t.originControlId)}_isNestedTextContainerElement(t,e){if(!e.controlId||e.originControlId)return!1;let n=!1,i=!1;for(let l=0;l<t.length;l++){const r=t[l];if(r.controlId===e.controlId&&!r.originControlId?(r.control?.type===s.ControlType.TEXT||r.control?.type===s.ControlType.TEXTFIELD)&&(n=!0):r.originControlId===e.controlId&&(i=!0),n&&i)return!0}return!1}_getCurrentControlIdentity(t){const e=this.getElementList()[t],n=this._getControlIdentity(this.activeControl?.getElement()),i=this._getControlIdentity(e);return i&&(!n||this._isSameControlIdentity(e,n)||i.originControlId===n.controlId)?i:n}_getControlNavigationIndex(t,e,n){const i=this._getControlIdentity(t[e]);if(!i)return e;let l=e;for(;l>0&&this._isSameControlIdentity(t[l-1],i);)l--;let r=e;for(;r+1<t.length&&this._isSameControlIdentity(t[r+1],i);)r++;if(n===Jt.DOWN){let a=-1;for(let c=l;c<=r;c++){const d=t[c];if(d.controlComponent===s.ControlComponent.CHECKBOX||d.controlComponent===s.ControlComponent.RADIO||d.controlComponent===s.ControlComponent.VALUE)return c;a===-1&&(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(a=c)}return~a?a:l}for(let a=r;a>=l;a--)if(t[a].controlComponent===s.ControlComponent.VALUE)return a;return l}_isTrailingNestedControlBoundary(t,e,n){const i=t[e];return!n||!i?.originControlId||i.originControlId!==n.controlId||i.controlComponent!==s.ControlComponent.POSTFIX&&i.controlComponent!==s.ControlComponent.POST_TEXT&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT?!1:this._isSameControlIdentity(t[e-1],this._getControlIdentity(i))||this._isSameControlIdentity(t[e-1],n)}getPreControlContext(){const e=this.draw.getPosition().getPositionContext();if(!e)return null;const{startIndex:n}=this.range.getRange(),i=this.getElementList(),l=this.activeControl?.getElement()||i[n],r=this._getCurrentControlIdentity(n),a=(d,u)=>{for(let R=u;R>0;R--){const h=d[R];if(h.type===s.ElementType.TABLE){const g=h.trList||[];for(let T=g.length-1;T>=0;T--){const f=g[T],m=f.tdList;for(let C=m.length-1;C>=0;C--){const I=m[C],p=a(I.value,I.value.length-1);if(p)return{positionContext:{isTable:!0,index:R,trIndex:T,tdIndex:C,tdId:I.id,trId:f.id,tableId:h.id},nextIndex:p.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,Jt.UP)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,g=d[u].trList;for(let f=R;f>=0;f--){const m=g[f],C=m.tdList;for(let I=C.length-1;I>=0;I--){if(R===f&&I>=h)continue;const p=C[I],L=a(p.value,p.value.length-1);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:f,tdIndex:I,tdId:p.id,trId:m.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const T=a(d,u-1);if(T)return{positionContext:{isTable:!1},nextIndex:T.nextIndex}}return null}getNextControlContext(){const e=this.draw.getPosition().getPositionContext();if(!e)return null;const{endIndex:n}=this.range.getRange(),i=this.getElementList(),l=this.activeControl?.getElement()||i[n],r=this._getCurrentControlIdentity(n),a=(d,u)=>{for(let R=u;R<d.length;R++){const h=d[R];if(h.type===s.ElementType.TABLE){const g=h.trList||[];for(let T=0;T<g.length;T++){const f=g[T],m=f.tdList;for(let C=0;C<m.length;C++){const I=m[C],p=a(I.value,0);if(p)return{positionContext:{isTable:!0,index:R,trIndex:T,tdIndex:C,tdId:I.id,trId:f.id,tableId:h.id},nextIndex:p.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,Jt.DOWN)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,g=d[u].trList;for(let f=R;f<g.length;f++){const m=g[f],C=m.tdList;for(let I=0;I<C.length;I++){if(R===f&&I<=h)continue;const p=C[I],L=a(p.value,0);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:f,tdIndex:I,tdId:p.id,trId:m.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const T=a(d,u+1);if(T)return{positionContext:{isTable:!1},nextIndex:T.nextIndex}}return null}initNextControl(t={}){const{direction:e=Jt.DOWN}=t;let n=null;if(e===Jt.UP?n=this.getPreControlContext():n=this.getNextControlContext(),!n)return;const{nextIndex:i,positionContext:l}=n,r=this.draw.getPosition();r.setPositionContext(l),this.draw.getRange().replaceRange({startIndex:i,endIndex:i}),this.draw.render({curIndex:i,isCompute:!1,isSetCursor:!0,isSubmitHistory:!1});const a=r.getPositionList();this.draw.getCursor().moveCursorToVisible({cursorPosition:a[i],direction:e})}setMinWidthControlInfo(t){const{row:e,rowElement:n,controlRealWidth:i,availableWidth:l}=t;if(!n.control?.minWidth)return;const{scale:r}=this.options,a=n.control.minWidth*r;let c=null;if(n.control?.minWidth&&(n.control?.rowFlex===s.RowFlex.CENTER||n.control?.rowFlex===s.RowFlex.RIGHT)){let u=n.metrics.width,R=e.elementList.length-1;for(;R>=0;){const h=e.elementList[R];if(u+=h.metrics.width,e.elementList[R-1]?.controlComponent===s.ControlComponent.PREFIX){c=h;break}R--}c&&u<a&&(n.control.rowFlex===s.RowFlex.CENTER?c.left=(a-u)/2:n.control.rowFlex===s.RowFlex.RIGHT&&(c.left=a-u-n.metrics.width))}const d=a-i;if(d>0){const u=c?.left||0,R=l-e.width-n.metrics.width,h=Math.min(R,d);n.left=h-u,e.width+=h-u}}mergeControl(t={}){const e=t.elementList||this.getElementList(),n=t.range||this.getRange(),{startIndex:i}=n,l=t.tdId??this.draw.getPosition().getPositionContext().tdId,r=l?this.draw.getTdById(l):void 0,a=e[i];if(!a?.controlId)return{range:n,elementList:[],tdId:l};const c={startIndex:i,endIndex:i},d=[];let u=!1,R=i,h=r,g=e;for(;R>=0;){const C=g[R];if(C.controlId!==a.controlId)break;if(C.type!==s.ElementType.SPLIT_TAG&&(d.unshift(C),u&&(g.splice(R,1),e[0].type===s.ElementType.SPLIT_TAG?e.splice(0,1):(n.startIndex++,n.endIndex++),e.unshift(C)),c.startIndex=R),R===0&&C.controlComponent!==s.ControlComponent.PREFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){g=h.value,R=h.value.length-1,u=!0;continue}if(R===0&&C.controlComponent!==s.ControlComponent.PRETEXTFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){g=h.value,R=h.value.length-1,u=!0;continue}R--}u=!1;let T=i+1,f=r,m=e;for(;T<m.length;){const C=m[T];if(C.controlId!==a.controlId)break;if(C.type!==s.ElementType.SPLIT_TAG&&(d.push(C),u&&(m.splice(T,1),e.push(C),T--)),T===m.length-1&&C.controlComponent!==s.ControlComponent.POSTFIX&&f?.linkTdNextId&&(f=this.draw.getTdById(f.linkTdNextId),f)){m=f.value,T=0,u=!0;continue}if(T===m.length-1&&C.controlComponent!==s.ControlComponent.POSTTEXTFIX&&f?.linkTdNextId&&(f=this.draw.getTdById(f.linkTdNextId),f)){m=f.value,T=0,u=!0;continue}T++}return c.endIndex=c.startIndex+d.length,{range:n,elementList:e,tdId:l,fullRange:{startIndex:c.startIndex,endIndex:c.endIndex-2}}}}class Kg{options;currentTextFieldId=null;valueStartX=0;valueWidth=0;valueY=0;constructor(t){this.options=t.getOptions()}startTextFieldValue(t,e,n){this.currentTextFieldId=t,this.valueStartX=e,this.valueY=n,this.valueWidth=0}recordValueWidth(t){this.valueWidth+=t}endTextFieldValue(t){if(!this.currentTextFieldId||this.valueWidth<=0){this.reset();return}const{scale:e}=this.options;t.save(),t.strokeStyle=this.options.defaultColor,t.lineWidth=e,t.beginPath();const n=this.valueY-.5*e;t.moveTo(this.valueStartX,n),t.lineTo(this.valueStartX+this.valueWidth,n),t.stroke(),t.restore(),this.reset()}reset(){this.currentTextFieldId=null,this.valueStartX=0,this.valueWidth=0,this.valueY=0}}function gs(o,t){const e=n=>{for(let i=0;i<n.length;i++){const l=n[i];if(t(l),l.valueList?.length&&e(l.valueList),l.control?.value?.length&&e(l.control.value),l.type===s.ElementType.TABLE&&l.trList?.length)for(let r=0;r<l.trList.length;r++){const a=l.trList[r];for(let c=0;c<a.tdList.length;c++)e(a.tdList[c].value)}}};e(o)}function Hg(o){const t=o.control;return t?t.type===s.ControlType.TEXT||t.type===s.ControlType.TEXTFIELD||t.type===s.ControlType.DATE||t.type===s.ControlType.NUMBER?Cn(t.value||[])||null:(t.type===s.ControlType.SELECT||t.type===s.ControlType.CHECKBOX||t.type===s.ControlType.RADIO)&&t.code?.split(",").map(e=>t.valueSets?.find(n=>n.code===e)?.value).filter(Boolean).join("")||null:null}function _g(o){const t=new Map,e=new Set,n=new Set,i=(l,r,a)=>{if(!l||r==null)return;const c=t.get(l)||[];c.push({label:l,source:a,value:r}),t.set(l,c)};return gs(o,l=>{l.control&&l.controlId&&!e.has(l.controlId)&&(e.add(l.controlId),i(l.control.label,Hg(l),"control"));const r=l.id;if(r&&!n.has(r)&&(l.type===s.ElementType.MACRO||l.type===s.ElementType.CUSTOM_MACRO||l.type===s.ElementType.REUSABLE_ITEM)){n.add(r);let a;l.type===s.ElementType.MACRO?a=l.value:l.type===s.ElementType.CUSTOM_MACRO?a=l.macroConfig?.value:l.type===s.ElementType.REUSABLE_ITEM&&(a=l.reusableItemConfig?.value),i(l.label,a,"macro")}}),t}function Rl(o,t){const{label:e,regex:n,source:i="all"}=o;if(!e||!n)return!1;const l=t.get(e);if(!l?.length)return!1;let r;try{r=new RegExp(n)}catch(a){return console.warn("子模板匹配正则无效:",n,a),!1}return l.some(a=>i!=="all"&&a.source!==i?!1:r.test(a.value))}function Ag(o,t,e="and"){return o?.length?e==="or"?o.some(n=>Rl(n,t)):o.every(n=>Rl(n,t)):!0}class kg{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}setSelect(t){const{checkbox:e}=t;e?e.value=!e.value:t.checkbox={value:!0},this.draw.render({isCompute:!1,isSetCursor:!1})}render(t){const{ctx:e,x:n,index:i,row:l}=t;let{y:r}=t;const{checkbox:{gap:a,lineWidth:c,fillStyle:d,strokeStyle:u,verticalAlign:R},scale:h}=this.options,g=l.elementList[i],{metrics:T,checkbox:f}=g,m=g.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,O=null;for(;M<l.elementList.length&&(O=l.elementList[M],!(O.value!==H&&O.value!==qo));)M++;if(O){const{metrics:{boundingBoxAscent:b,boundingBoxDescent:D}}=O,W=b+D;W>T.height&&(R===s.VerticalAlign.TOP?r-=b-T.height:R===s.VerticalAlign.MIDDLE&&(r-=(W-T.height)/2))}}const C=Math.round(n+m*h),I=Math.round(r-T.height+c),p=T.width-(m+a)*h,L=T.height;e.save(),e.beginPath(),e.translate(.5,.5),f?.value?(e.lineWidth=c,e.strokeStyle=d,e.rect(C,I,p,L),e.stroke(),e.beginPath(),e.fillStyle=d,e.fillRect(C,I,p,L),e.beginPath(),e.strokeStyle=u,e.lineWidth=c*2*h,e.moveTo(C+2*h,I+L/2),e.lineTo(C+p/2,I+L-3*h),e.lineTo(C+p-2*h,I+3*h),e.stroke()):(e.lineWidth=c,e.rect(C,I,p,L),e.stroke()),e.closePath(),e.restore()}}class Gg{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}setSelect(t){const{radio:e}=t;e?e.value=!e.value:t.radio={value:!0},this.draw.render({isCompute:!1,isSetCursor:!1})}render(t){const{ctx:e,x:n,index:i,row:l}=t;let{y:r}=t;const{radio:{gap:a,lineWidth:c,fillStyle:d,strokeStyle:u,verticalAlign:R},scale:h}=this.options,g=l.elementList[i],{metrics:T,radio:f}=g,m=g.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,O=null;for(;M<l.elementList.length&&(O=l.elementList[M],!(O.value!==H&&O.value!==qo));)M++;if(O){const{metrics:{boundingBoxAscent:b,boundingBoxDescent:D}}=O,W=b+D;W>T.height&&(R===s.VerticalAlign.TOP?r-=b-T.height:R===s.VerticalAlign.MIDDLE&&(r-=(W-T.height)/2))}}const C=Math.round(n+m*h),I=Math.round(r-T.height+c),p=T.width-(m+a)*h,L=T.height;e.save(),e.beginPath(),e.translate(.5,.5),e.strokeStyle=f?.value?d:u,e.lineWidth=c,e.arc(C+p/2,I+L/2,p/2,0,Math.PI*2),e.stroke(),f?.value&&(e.beginPath(),e.fillStyle=d,e.arc(C+p/2,I+L/2,p/3,0,Math.PI*2),e.fill()),e.closePath(),e.restore()}}const zo={fontSize:11,smallFontSize:9,lineHeight:12,dividerWidth:40,gap:4,totalHeight:36};class xg{draw;options;inputModal=null;isPopup=!1;constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=zo,n=this.options.scale,i=e.fontSize*n,l=e.smallFontSize*n,r=e.gap*n,a=e.dividerWidth*n,d=document.createElement("canvas").getContext("2d"),u=t.menstrualData;d.font=`${i}px "Microsoft YaHei", sans-serif`;let R=a;d.font=`${l}px "Microsoft YaHei", sans-serif`;let h=0;if(u){const T=this.getValue(u.menarcheAge);d.font=`${i}px "Microsoft YaHei", sans-serif`,T&&(R+=d.measureText(`${T}岁`).width+r);let f="";if(u.isMenopause){const L=this.getValue(u.menopauseAge);L&&(f=`${L}岁`)}else{const L=this.getValue(u.lastPeriod);L&&(f=L)}f&&(R+=d.measureText(f).width+r),d.font=`${l}px "Microsoft YaHei", sans-serif`;const m=this.getValue(u.periodMin),C=this.getValue(u.periodMax);if(m||C){const L=`${m||""}~${C||""}`;h=Math.max(h,d.measureText(L).width)}const I=this.getValue(u.cycleMin),p=this.getValue(u.cycleMax);if(I||p){const L=`${I||""}~${p||""}`;h=Math.max(h,d.measureText(L).width)}}else d.font=`${i}px "Microsoft YaHei", sans-serif`,h=d.measureText("~").width;return{width:Math.max(R,h),height:e.totalHeight*n}}getValue(t){return!t||t===""||t==="_"||t==="____-__-__"?"":t}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.menstrualData,a=this.options.scale;e.save(),e.font=`${zo.fontSize*a}px "Microsoft YaHei", sans-serif`,e.fillStyle=this.options.defaultColor,e.textBaseline="bottom",r?this.renderWithData(e,n,i,r,a):this.renderEmpty(e,n,i,a),e.restore()}renderEmpty(t,e,n,i){const l=zo,r=l.fontSize*i,a=l.lineHeight*i,c=l.dividerWidth*i,d=n-a*1.5,u=e+c/2;t.font=`${r}px "Microsoft YaHei", sans-serif`;const R=t.measureText("~").width,h=u-R/2;t.fillText("~",h,d+a);const g=d+a*2;this.drawDivider(t,e,g-r/2,c,i),t.fillText("~",h,g+a)}renderWithData(t,e,n,i,l){const r=zo,a=r.fontSize*l,c=r.smallFontSize*l,d=r.lineHeight*l,u=r.gap*l,R=r.dividerWidth*l,h=n-d*2,g=h+d*2;t.font=`${a}px "Microsoft YaHei", sans-serif`;const T=this.getValue(i.menarcheAge);let f=e;if(T){const S=`${T}岁`;t.fillText(S,e,g),f=e+t.measureText(S).width+u}const m=f+R/2,C=h+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const I=this.getValue(i.periodMin),p=this.getValue(i.periodMax);let L="";I||p?L=`${I||""}~${p||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,L="~");const M=t.measureText(L).width,O=m-M/2;t.fillText(L,O,C),this.drawDivider(t,f,g-a/2,R,l),t.font=`${a}px "Microsoft YaHei", sans-serif`;let b="";if(i.isMenopause){const S=this.getValue(i.menopauseAge);S&&(b=`${S}岁`)}else{const S=this.getValue(i.lastPeriod);S&&(b=S)}b&&t.fillText(b,f+R+u,g);const D=g+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const W=this.getValue(i.cycleMin),V=this.getValue(i.cycleMax);let E="";W||V?E=`${W||""}~${V||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,E="~");const y=t.measureText(E).width,F=m-y/2;t.fillText(E,F,D)}drawDivider(t,e,n,i,l){t.save(),t.beginPath(),t.strokeStyle=this.options.defaultColor,t.lineWidth=.5*l,t.moveTo(e,n),t.lineTo(e+i,n),t.stroke(),t.restore()}clearMenstrualHistoryEditor(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}renderMenstrualHistoryEditor(t,e){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE)return;(this.isPopup||this.inputModal)&&this.clearMenstrualHistoryEditor(),this.isPopup=!0;const n=t.menstrualData;this.inputModal=document.createElement("div"),this.inputModal.className="menstrual-history-edit-modal",this.inputModal.setAttribute("editor-component","menstrual-history-edit-modal"),this.inputModal.innerHTML=`
191
194
  <div class="menstrual-history-modal__mask"></div>
192
195
  <div class="menstrual-history-modal__container">
193
196
  <div class="menstrual-history-modal__header">
@@ -263,7 +266,7 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
263
266
  <button class="btn-confirm">确认</button>
264
267
  </div>
265
268
  </div>
266
- `,document.body.appendChild(this.inputModal);const i=this.inputModal.querySelector(".menstrual-history-modal__mask"),l=this.inputModal.querySelector(".menstrual-history-modal__container"),r=this.inputModal.querySelector(".menstrual-history-modal__close"),a=this.inputModal.querySelector(".btn-cancel"),c=this.inputModal.querySelector(".btn-confirm"),d=this.inputModal.querySelector("#mh-edit-notMenopause"),u=this.inputModal.querySelector("#mh-edit-isMenopauseForm"),R=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),h=()=>{this.clearMenstrualHistoryEditor()};l.addEventListener("click",g=>{g.stopPropagation()}),i.addEventListener("click",h),r.addEventListener("click",h),a.addEventListener("click",h),R.forEach(g=>{g.addEventListener("change",()=>{const T=g.value==="true";d.style.display=T?"none":"block",u.style.display=T?"block":"none"})}),c.addEventListener("click",g=>{g.preventDefault(),g.stopPropagation();const T=this.inputModal;if(!T)return;const f=T.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let m;f?m={isMenopause:!0,periodMin:T.querySelector("#mh-edit-periodMin2")?.value||"",periodMax:T.querySelector("#mh-edit-periodMax2")?.value||"",menarcheAge:T.querySelector("#mh-edit-menarcheAge2")?.value||"",menopauseAge:T.querySelector("#mh-edit-menopauseAge")?.value||"",cycleMin:T.querySelector("#mh-edit-cycleMin2")?.value||"",cycleMax:T.querySelector("#mh-edit-cycleMax2")?.value||""}:m={isMenopause:!1,periodMin:T.querySelector("#mh-edit-periodMin")?.value||"",periodMax:T.querySelector("#mh-edit-periodMax")?.value||"",menarcheAge:T.querySelector("#mh-edit-menarcheAge1")?.value||"",lastPeriod:T.querySelector("#mh-edit-lastPeriod")?.value||"",cycleMin:T.querySelector("#mh-edit-cycleMin")?.value||"",cycleMax:T.querySelector("#mh-edit-cycleMax")?.value||""},this.clearMenstrualHistoryEditor();const C=this.draw.getElementList(),I=e.index;this.draw.spliceElementList(C,I,1);const p={type:"menstrualHistory",value:"",menstrualData:m};this.draw.spliceElementList(C,I,0,[p]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}}const dl={fontSize:16,totalWidth:85,totalHeight:75,symbolGap:12,lineGap:20};class Ag{draw;options;inputModal=null;isPopup=!1;constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(){const t=dl,e=this.options.scale;return{width:t.totalWidth*e,height:t.totalHeight*e}}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.fetalHeartData,a=this.options.scale;e.save();const c=dl,d=c.fontSize*a,u=c.symbolGap*a,R=c.lineGap*a,h=c.totalHeight*a,g=n+c.totalWidth*a/2,f=i-h/2;e.font=`${d}px "Microsoft YaHei", sans-serif`,e.fillStyle=this.options.defaultColor,e.textBaseline="middle",e.textAlign="center";const m=h/4,C=f+m*.7,I=f+m*1.7,p=f+m*2.7,L=f+h-m*.3;this.drawVerticalLine(e,g,f,L-f,a);const M=g-u,O=g+u;this.drawSymbol(e,M,C,r?.a),this.drawSymbol(e,O,C,r?.b);const b=M-R,D=O+R;e.fillText("-",b,I),this.drawSymbol(e,M,I,r?.c),this.drawSymbol(e,O,I,r?.d),e.fillText("-",D,I),this.drawSymbol(e,M,p,r?.e),this.drawSymbol(e,O,p,r?.f),e.restore()}drawSymbol(t,e,n,i){const l=i?"+":"-";t.fillText(l,e,n)}drawVerticalLine(t,e,n,i,l){t.save(),t.beginPath(),t.strokeStyle=this.options.defaultColor,t.lineWidth=.5*l,t.moveTo(e,n),t.lineTo(e,n+i),t.stroke(),t.restore()}clearFetalHeartPositionEditor(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}renderFetalHeartPositionEditor(t,e){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE)return;(this.isPopup||this.inputModal)&&this.clearFetalHeartPositionEditor(),this.isPopup=!0;const n=t.fetalHeartData;this.inputModal=document.createElement("div"),this.inputModal.className="fetal-heart-position-edit-modal",this.inputModal.setAttribute("editor-component","fetal-heart-position-edit-modal"),this.inputModal.innerHTML=`
269
+ `,document.body.appendChild(this.inputModal);const i=this.inputModal.querySelector(".menstrual-history-modal__mask"),l=this.inputModal.querySelector(".menstrual-history-modal__container"),r=this.inputModal.querySelector(".menstrual-history-modal__close"),a=this.inputModal.querySelector(".btn-cancel"),c=this.inputModal.querySelector(".btn-confirm"),d=this.inputModal.querySelector("#mh-edit-notMenopause"),u=this.inputModal.querySelector("#mh-edit-isMenopauseForm"),R=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),h=()=>{this.clearMenstrualHistoryEditor()};l.addEventListener("click",g=>{g.stopPropagation()}),i.addEventListener("click",h),r.addEventListener("click",h),a.addEventListener("click",h),R.forEach(g=>{g.addEventListener("change",()=>{const T=g.value==="true";d.style.display=T?"none":"block",u.style.display=T?"block":"none"})}),c.addEventListener("click",g=>{g.preventDefault(),g.stopPropagation();const T=this.inputModal;if(!T)return;const f=T.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let m;f?m={isMenopause:!0,periodMin:T.querySelector("#mh-edit-periodMin2")?.value||"",periodMax:T.querySelector("#mh-edit-periodMax2")?.value||"",menarcheAge:T.querySelector("#mh-edit-menarcheAge2")?.value||"",menopauseAge:T.querySelector("#mh-edit-menopauseAge")?.value||"",cycleMin:T.querySelector("#mh-edit-cycleMin2")?.value||"",cycleMax:T.querySelector("#mh-edit-cycleMax2")?.value||""}:m={isMenopause:!1,periodMin:T.querySelector("#mh-edit-periodMin")?.value||"",periodMax:T.querySelector("#mh-edit-periodMax")?.value||"",menarcheAge:T.querySelector("#mh-edit-menarcheAge1")?.value||"",lastPeriod:T.querySelector("#mh-edit-lastPeriod")?.value||"",cycleMin:T.querySelector("#mh-edit-cycleMin")?.value||"",cycleMax:T.querySelector("#mh-edit-cycleMax")?.value||""},this.clearMenstrualHistoryEditor();const C=this.draw.getElementList(),I=e.index;this.draw.spliceElementList(C,I,1);const p={type:"menstrualHistory",value:"",menstrualData:m};this.draw.spliceElementList(C,I,0,[p]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}}const hl={fontSize:16,totalWidth:85,totalHeight:75,symbolGap:12,lineGap:20};class Bg{draw;options;inputModal=null;isPopup=!1;constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(){const t=hl,e=this.options.scale;return{width:t.totalWidth*e,height:t.totalHeight*e}}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.fetalHeartData,a=this.options.scale;e.save();const c=hl,d=c.fontSize*a,u=c.symbolGap*a,R=c.lineGap*a,h=c.totalHeight*a,g=n+c.totalWidth*a/2,f=i-h/2;e.font=`${d}px "Microsoft YaHei", sans-serif`,e.fillStyle=this.options.defaultColor,e.textBaseline="middle",e.textAlign="center";const m=h/4,C=f+m*.7,I=f+m*1.7,p=f+m*2.7,L=f+h-m*.3;this.drawVerticalLine(e,g,f,L-f,a);const M=g-u,O=g+u;this.drawSymbol(e,M,C,r?.a),this.drawSymbol(e,O,C,r?.b);const b=M-R,D=O+R;e.fillText("-",b,I),this.drawSymbol(e,M,I,r?.c),this.drawSymbol(e,O,I,r?.d),e.fillText("-",D,I),this.drawSymbol(e,M,p,r?.e),this.drawSymbol(e,O,p,r?.f),e.restore()}drawSymbol(t,e,n,i){const l=i?"+":"-";t.fillText(l,e,n)}drawVerticalLine(t,e,n,i,l){t.save(),t.beginPath(),t.strokeStyle=this.options.defaultColor,t.lineWidth=.5*l,t.moveTo(e,n),t.lineTo(e,n+i),t.stroke(),t.restore()}clearFetalHeartPositionEditor(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}renderFetalHeartPositionEditor(t,e){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE)return;(this.isPopup||this.inputModal)&&this.clearFetalHeartPositionEditor(),this.isPopup=!0;const n=t.fetalHeartData;this.inputModal=document.createElement("div"),this.inputModal.className="fetal-heart-position-edit-modal",this.inputModal.setAttribute("editor-component","fetal-heart-position-edit-modal"),this.inputModal.innerHTML=`
267
270
  <div class="fetal-heart-position-modal__mask"></div>
268
271
  <div class="fetal-heart-position-modal__container">
269
272
  <div class="fetal-heart-position-modal__header">
@@ -309,7 +312,7 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
309
312
  <button class="btn-confirm">确认</button>
310
313
  </div>
311
314
  </div>
312
- `,document.body.appendChild(this.inputModal);const i=this.inputModal.querySelector(".fetal-heart-position-modal__mask"),l=this.inputModal.querySelector(".fetal-heart-position-modal__container"),r=this.inputModal.querySelector(".fetal-heart-position-modal__close"),a=this.inputModal.querySelector(".btn-cancel"),c=this.inputModal.querySelector(".btn-confirm"),d=()=>{this.clearFetalHeartPositionEditor()};l.addEventListener("click",u=>{u.stopPropagation()}),i.addEventListener("click",d),r.addEventListener("click",d),a.addEventListener("click",d),c.addEventListener("click",u=>{u.preventDefault(),u.stopPropagation();const R=this.inputModal;if(!R)return;const h={a:R.querySelector("#fh-a")?.checked||!1,b:R.querySelector("#fh-b")?.checked||!1,c:R.querySelector("#fh-c")?.checked||!1,d:R.querySelector("#fh-d")?.checked||!1,e:R.querySelector("#fh-e")?.checked||!1,f:R.querySelector("#fh-f")?.checked||!1};this.clearFetalHeartPositionEditor();const g=this.draw.getElementList(),T=e.index;this.draw.spliceElementList(g,T,1);const f={type:"fetalHeartPosition",value:"",fetalHeartData:h};this.draw.spliceElementList(g,T,0,[f]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}}const rn={fontSize:12,deciduousFontSize:10,smallFontSize:9,totalHeight:60,toothGap:2,halfGap:8,minLineHalfWidth:50,maxLineHalfWidth:85},ul=["La","B","F","M","I","D","L","P"];class kg{draw;options;inputModal=null;isPopup=!1;finallyAdd=null;toothSurfaceMap={};supernumeraryToothMap={};constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=rn,n=this.options.scale,i=t.toothPositionData,r=this.calculateLineHalfWidth(i,n)*2;return{width:Math.min(r,this.draw.getInnerWidth()),height:e.totalHeight*n}}calculateLineHalfWidth(t,e){const{minLineHalfWidth:n,maxLineHalfWidth:i,fontSize:l,deciduousFontSize:r,smallFontSize:a,toothGap:c}=rn,d=(f,m,C)=>{let I=0;const p=(L,M)=>`${L}-${M}`;return m.forEach(L=>{const M=p(C,L),O=t?.toothSurfaceMap?.[M]||[],b=t?.supernumeraryToothMap?.[M];I+=r*e*.6,O.length>0&&(I+=a*e*O.length*.5),b&&(I+=r*e*.4),I+=c*e}),f.forEach(L=>{const M=p(C,L),O=t?.toothSurfaceMap?.[M]||[],b=t?.supernumeraryToothMap?.[M];I+=l*e*.6,O.length>0&&(I+=a*e*O.length*.5),b&&(I+=l*e*.4),I+=c*e}),I},u=Math.max(d(t?.upperLeft||[],t?.upperLeftLetter||[],"upperLeft"),d(t?.lowerLeft||[],t?.lowerLeftLetter||[],"lowerLeft")),R=Math.max(d(t?.upperRight||[],t?.upperRightLetter||[],"upperRight"),d(t?.lowerRight||[],t?.lowerRightLetter||[],"lowerRight")),g=Math.max(u,R)/e+rn.halfGap;return Math.max(n,Math.min(i,g))*e}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.toothPositionData,a=this.options.scale;e.save();const c=rn.fontSize*a,d=rn.deciduousFontSize*a,u=rn.smallFontSize*a,R=rn.toothGap*a,h=rn.totalHeight*a,g=rn.halfGap*a,T=2*a,f=(O,b)=>`${O}-${b}`,m=this.calculateLineHalfWidth(r,a),C=m*2,I=n+m,p=i;e.beginPath(),e.rect(I-m,p-h/2,C,h),e.clip(),e.beginPath(),e.strokeStyle=this.options.defaultColor,e.lineWidth=1*a,e.moveTo(I,p-h/2+10*a),e.lineTo(I,p+h/2-10*a),e.stroke(),e.beginPath(),e.moveTo(I-m,p),e.lineTo(I+m,p),e.stroke();const L=(O,b,D,W,V)=>{const E=f(O,b),y=r?.toothSurfaceMap?.[E]||[],F=ul.filter(U=>y.includes(U)),S=r?.supernumeraryToothMap?.[E],N=b.toString(),Y=typeof b=="string"?d:c;e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.textBaseline="middle";let X=D;if(S){e.font=`${Y}px "Microsoft YaHei", sans-serif`;const w=e.measureText("(").width,j=e.measureText(N).width;e.font=`${u}px "Microsoft YaHei", sans-serif`;const J=e.measureText("S").width;let A=w+j+w;A+=J+T;let x=0,k="";return F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,k=F.join(","),x=e.measureText(k).width+T/2),V==="right"?(X=D-A,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(k,X-x-T/2,W-Y*.4)),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText("(",X,W),X+=w,e.font=`${u}px "Microsoft YaHei", sans-serif`,S==="Si"&&(e.fillText("S",X,W-Y*.4),X+=J+T),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(N,X,W),X+=j,S==="iS"&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText("S",X,W-Y*.4),X+=J),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(")",X,W),D-A-x-R):(e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText("(",X,W),X+=w,e.font=`${u}px "Microsoft YaHei", sans-serif`,S==="Si"&&(e.fillText("S",X,W-Y*.4),X+=J+T),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(N,X,W),X+=j,S==="iS"&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText("S",X,W-Y*.4),X+=J),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(")",X,W),X+=w,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(k,X+T/2,W-Y*.4),X+=x),X+R)}else{e.font=`${Y}px "Microsoft YaHei", sans-serif`;const U=e.measureText(N).width;let Q=0,v="";return F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,v=F.join(","),Q=e.measureText(v).width+T/2,e.font=`${Y}px "Microsoft YaHei", sans-serif`),V==="right"?(X=D-U,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(v,X-Q-T/2,W-Y*.4),e.font=`${Y}px "Microsoft YaHei", sans-serif`),e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText(N,X,W),D-U-Q-R):(e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText(N,X,W),X+=U,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(v,X+T/2,W-Y*.4),X+=Q),X+R)}},M=(O,b,D,W,V,E)=>{let y=W;E==="right"?([...b].reverse().forEach(N=>{y=L(D,N,y,V,E)}),[...O].reverse().forEach(N=>{y=L(D,N,y,V,E)})):(b.forEach(F=>{y=L(D,F,y,V,E)}),O.forEach(F=>{y=L(D,F,y,V,E)}))};M(r?.upperLeft||[],r?.upperLeftLetter||[],"upperLeft",I-g,p-h/4,"right"),M(r?.upperRight||[],r?.upperRightLetter||[],"upperRight",I+g,p-h/4,"left"),M(r?.lowerLeft||[],r?.lowerLeftLetter||[],"lowerLeft",I-g,p+h/4,"right"),M(r?.lowerRight||[],r?.lowerRightLetter||[],"lowerRight",I+g,p+h/4,"left"),e.restore()}clearToothPositionEditor(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}renderToothPositionEditor(t,e){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE)return;(this.isPopup||this.inputModal)&&this.clearToothPositionEditor(),this.isPopup=!0,this.finallyAdd=null,this.toothSurfaceMap={},this.supernumeraryToothMap={};const n=t.toothPositionData;this.inputModal=document.createElement("div"),this.inputModal.className="tooth-position-edit-modal",this.inputModal.setAttribute("editor-component","tooth-position-edit-modal"),this.inputModal.innerHTML=`
315
+ `,document.body.appendChild(this.inputModal);const i=this.inputModal.querySelector(".fetal-heart-position-modal__mask"),l=this.inputModal.querySelector(".fetal-heart-position-modal__container"),r=this.inputModal.querySelector(".fetal-heart-position-modal__close"),a=this.inputModal.querySelector(".btn-cancel"),c=this.inputModal.querySelector(".btn-confirm"),d=()=>{this.clearFetalHeartPositionEditor()};l.addEventListener("click",u=>{u.stopPropagation()}),i.addEventListener("click",d),r.addEventListener("click",d),a.addEventListener("click",d),c.addEventListener("click",u=>{u.preventDefault(),u.stopPropagation();const R=this.inputModal;if(!R)return;const h={a:R.querySelector("#fh-a")?.checked||!1,b:R.querySelector("#fh-b")?.checked||!1,c:R.querySelector("#fh-c")?.checked||!1,d:R.querySelector("#fh-d")?.checked||!1,e:R.querySelector("#fh-e")?.checked||!1,f:R.querySelector("#fh-f")?.checked||!1};this.clearFetalHeartPositionEditor();const g=this.draw.getElementList(),T=e.index;this.draw.spliceElementList(g,T,1);const f={type:"fetalHeartPosition",value:"",fetalHeartData:h};this.draw.spliceElementList(g,T,0,[f]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}}const rn={fontSize:12,deciduousFontSize:10,smallFontSize:9,totalHeight:60,toothGap:2,halfGap:8,minLineHalfWidth:50,maxLineHalfWidth:85},gl=["La","B","F","M","I","D","L","P"];class Jg{draw;options;inputModal=null;isPopup=!1;finallyAdd=null;toothSurfaceMap={};supernumeraryToothMap={};constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=rn,n=this.options.scale,i=t.toothPositionData,r=this.calculateLineHalfWidth(i,n)*2;return{width:Math.min(r,this.draw.getInnerWidth()),height:e.totalHeight*n}}calculateLineHalfWidth(t,e){const{minLineHalfWidth:n,maxLineHalfWidth:i,fontSize:l,deciduousFontSize:r,smallFontSize:a,toothGap:c}=rn,d=(f,m,C)=>{let I=0;const p=(L,M)=>`${L}-${M}`;return m.forEach(L=>{const M=p(C,L),O=t?.toothSurfaceMap?.[M]||[],b=t?.supernumeraryToothMap?.[M];I+=r*e*.6,O.length>0&&(I+=a*e*O.length*.5),b&&(I+=r*e*.4),I+=c*e}),f.forEach(L=>{const M=p(C,L),O=t?.toothSurfaceMap?.[M]||[],b=t?.supernumeraryToothMap?.[M];I+=l*e*.6,O.length>0&&(I+=a*e*O.length*.5),b&&(I+=l*e*.4),I+=c*e}),I},u=Math.max(d(t?.upperLeft||[],t?.upperLeftLetter||[],"upperLeft"),d(t?.lowerLeft||[],t?.lowerLeftLetter||[],"lowerLeft")),R=Math.max(d(t?.upperRight||[],t?.upperRightLetter||[],"upperRight"),d(t?.lowerRight||[],t?.lowerRightLetter||[],"lowerRight")),g=Math.max(u,R)/e+rn.halfGap;return Math.max(n,Math.min(i,g))*e}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.toothPositionData,a=this.options.scale;e.save();const c=rn.fontSize*a,d=rn.deciduousFontSize*a,u=rn.smallFontSize*a,R=rn.toothGap*a,h=rn.totalHeight*a,g=rn.halfGap*a,T=2*a,f=(O,b)=>`${O}-${b}`,m=this.calculateLineHalfWidth(r,a),C=m*2,I=n+m,p=i;e.beginPath(),e.rect(I-m,p-h/2,C,h),e.clip(),e.beginPath(),e.strokeStyle=this.options.defaultColor,e.lineWidth=1*a,e.moveTo(I,p-h/2+10*a),e.lineTo(I,p+h/2-10*a),e.stroke(),e.beginPath(),e.moveTo(I-m,p),e.lineTo(I+m,p),e.stroke();const L=(O,b,D,W,V)=>{const E=f(O,b),y=r?.toothSurfaceMap?.[E]||[],F=gl.filter(U=>y.includes(U)),S=r?.supernumeraryToothMap?.[E],N=b.toString(),Y=typeof b=="string"?d:c;e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.textBaseline="middle";let X=D;if(S){e.font=`${Y}px "Microsoft YaHei", sans-serif`;const w=e.measureText("(").width,j=e.measureText(N).width;e.font=`${u}px "Microsoft YaHei", sans-serif`;const J=e.measureText("S").width;let A=w+j+w;A+=J+T;let x=0,k="";return F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,k=F.join(","),x=e.measureText(k).width+T/2),V==="right"?(X=D-A,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(k,X-x-T/2,W-Y*.4)),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText("(",X,W),X+=w,e.font=`${u}px "Microsoft YaHei", sans-serif`,S==="Si"&&(e.fillText("S",X,W-Y*.4),X+=J+T),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(N,X,W),X+=j,S==="iS"&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText("S",X,W-Y*.4),X+=J),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(")",X,W),D-A-x-R):(e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText("(",X,W),X+=w,e.font=`${u}px "Microsoft YaHei", sans-serif`,S==="Si"&&(e.fillText("S",X,W-Y*.4),X+=J+T),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(N,X,W),X+=j,S==="iS"&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText("S",X,W-Y*.4),X+=J),e.font=`${Y}px "Microsoft YaHei", sans-serif`,e.fillText(")",X,W),X+=w,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(k,X+T/2,W-Y*.4),X+=x),X+R)}else{e.font=`${Y}px "Microsoft YaHei", sans-serif`;const U=e.measureText(N).width;let Q=0,v="";return F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,v=F.join(","),Q=e.measureText(v).width+T/2,e.font=`${Y}px "Microsoft YaHei", sans-serif`),V==="right"?(X=D-U,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(v,X-Q-T/2,W-Y*.4),e.font=`${Y}px "Microsoft YaHei", sans-serif`),e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText(N,X,W),D-U-Q-R):(e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText(N,X,W),X+=U,F.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(v,X+T/2,W-Y*.4),X+=Q),X+R)}},M=(O,b,D,W,V,E)=>{let y=W;E==="right"?([...b].reverse().forEach(N=>{y=L(D,N,y,V,E)}),[...O].reverse().forEach(N=>{y=L(D,N,y,V,E)})):(b.forEach(F=>{y=L(D,F,y,V,E)}),O.forEach(F=>{y=L(D,F,y,V,E)}))};M(r?.upperLeft||[],r?.upperLeftLetter||[],"upperLeft",I-g,p-h/4,"right"),M(r?.upperRight||[],r?.upperRightLetter||[],"upperRight",I+g,p-h/4,"left"),M(r?.lowerLeft||[],r?.lowerLeftLetter||[],"lowerLeft",I-g,p+h/4,"right"),M(r?.lowerRight||[],r?.lowerRightLetter||[],"lowerRight",I+g,p+h/4,"left"),e.restore()}clearToothPositionEditor(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}renderToothPositionEditor(t,e){if(this.options.mode===s.EditorMode.PRINT||this.options.mode===s.EditorMode.COMPARE)return;(this.isPopup||this.inputModal)&&this.clearToothPositionEditor(),this.isPopup=!0,this.finallyAdd=null,this.toothSurfaceMap={},this.supernumeraryToothMap={};const n=t.toothPositionData;this.inputModal=document.createElement("div"),this.inputModal.className="tooth-position-edit-modal",this.inputModal.setAttribute("editor-component","tooth-position-edit-modal"),this.inputModal.innerHTML=`
313
316
  <div class="tooth-position-modal__mask"></div>
314
317
  <div class="tooth-position-modal__container">
315
318
  <div class="tooth-position-modal__header">
@@ -493,7 +496,7 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
493
496
  <button class="btn-confirm">确认</button>
494
497
  </div>
495
498
  </div>
496
- `,document.body.appendChild(this.inputModal),this.drawDividerLines(),this.initSelectedState(n),this.drawPreview(n),this.bindQuickButtons(),this.bindClickEvents(),this.bindExtraPanelEvents();const i=this.inputModal.querySelector(".tooth-position-modal__mask"),l=this.inputModal.querySelector(".tooth-position-modal__container"),r=this.inputModal.querySelector(".tooth-position-modal__close"),a=this.inputModal.querySelector(".btn-cancel"),c=this.inputModal.querySelector(".btn-confirm"),d=()=>{this.clearToothPositionEditor()};l.addEventListener("click",u=>{u.stopPropagation()}),i.addEventListener("click",d),r.addEventListener("click",d),a.addEventListener("click",d),c.addEventListener("click",u=>{u.preventDefault(),u.stopPropagation();const R=this.inputModal;if(!R)return;const h=this.collectData(R);this.clearToothPositionEditor();const g=this.draw.getElementList(),T=e.index;this.draw.spliceElementList(g,T,1);const f={type:"toothPosition",value:"",toothPositionData:h};this.draw.spliceElementList(g,T,0,[f]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}drawDividerLines(){const t=this.inputModal?.querySelector(".tooth-divider-canvas-h");if(t){const n=t.getContext("2d");n&&(n.strokeStyle="#000",n.lineWidth=2,n.beginPath(),n.moveTo(0,1),n.lineTo(900,1),n.stroke())}const e=this.inputModal?.querySelector(".tooth-divider-canvas-v");if(e){const n=e.getContext("2d");n&&(n.strokeStyle="#000",n.lineWidth=2,n.beginPath(),n.moveTo(1,0),n.lineTo(1,110),n.stroke())}}initSelectedState(t){if(!t)return;const e=this.inputModal;if(!e)return;if(["upperLeft","upperRight","lowerLeft","lowerRight"].forEach(l=>{const r=t[l];r&&r.length>0&&r.forEach(a=>{const c=e.querySelector(`.tooth-grid-number-item[data-position="${l}"][data-value="${a}"]`);c&&c.classList.add("selected")})}),["upperLeftLetter","upperRightLetter","lowerLeftLetter","lowerRightLetter"].forEach(l=>{const r=t[l];r&&r.length>0&&r.forEach(a=>{const c=e.querySelector(`.tooth-grid-letter-item[data-position="${l}"][data-value="${a}"]`);c&&c.classList.add("selected")})}),t.toothSurfaceMap&&(this.toothSurfaceMap={...t.toothSurfaceMap}),t.supernumeraryToothMap&&(this.supernumeraryToothMap={...t.supernumeraryToothMap}),t.finallyAdd)this.finallyAdd=t.finallyAdd;else{const l=e.querySelectorAll(".tooth-grid-number-item.selected"),r=e.querySelectorAll(".tooth-grid-letter-item.selected");if(l.length>0){const a=l[l.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}else if(r.length>0){const a=r[r.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}}this.updateExtraPanelSelection()}bindQuickButtons(){const t=this.inputModal;if(!t)return;t.querySelectorAll(".tooth-quick-btn").forEach(n=>{n.addEventListener("click",()=>{const i=n.dataset.action;if(i==="clear"){t.querySelectorAll(".tooth-grid-number-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-grid-letter-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-quick-btn.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-grid-letter-row").forEach(a=>{a.classList.remove("hidden")}),t.querySelectorAll(".tooth-grid-number-row").forEach(a=>{a.classList.remove("hidden")}),this.finallyAdd=null,this.toothSurfaceMap={},this.supernumeraryToothMap={},t.querySelectorAll(".tooth-surface-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-supernumerary-item.selected").forEach(a=>{a.classList.remove("selected")}),this.updatePreview();return}t.querySelectorAll(".tooth-quick-btn.selected").forEach(a=>{a.dataset.action!=="clear"&&a.classList.remove("selected")}),n.classList.add("selected"),t.querySelectorAll(".tooth-grid-number-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-grid-letter-item.selected").forEach(a=>{a.classList.remove("selected")}),this.selectByAction(i||""),this.updateVisibilityAfterQuickSelect();const l=t.querySelectorAll(".tooth-grid-number-item.selected"),r=t.querySelectorAll(".tooth-grid-letter-item.selected");if(l.length>0){const a=l[l.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}else if(r.length>0){const a=r[r.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}this.updateExtraPanelSelection(),this.updatePreview()})})}selectByAction(t){const e=this.inputModal;if(!e)return;const n=l=>{l.forEach(r=>{for(let a=1;a<=8;a++){const c=e.querySelector(`.tooth-grid-number-item[data-position="${r}"][data-value="${a}"]`);c&&c.classList.add("selected")}})},i=l=>{const r=["A","B","C","D","E"];l.forEach(a=>{r.forEach(c=>{const d=e.querySelector(`.tooth-grid-letter-item[data-position="${a}"][data-value="${c}"]`);d&&d.classList.add("selected")})})};switch(t){case"allPermanent":n(["upperLeft","upperRight","lowerLeft","lowerRight"]);break;case"upperPermanent":n(["upperLeft","upperRight"]);break;case"lowerPermanent":n(["lowerLeft","lowerRight"]);break;case"upperLeftPermanent":n(["upperLeft"]);break;case"lowerLeftPermanent":n(["lowerLeft"]);break;case"upperRightPermanent":n(["upperRight"]);break;case"lowerRightPermanent":n(["lowerRight"]);break;case"allDeciduous":i(["upperLeftLetter","upperRightLetter","lowerLeftLetter","lowerRightLetter"]);break;case"upperDeciduous":i(["upperLeftLetter","upperRightLetter"]);break;case"lowerDeciduous":i(["lowerLeftLetter","lowerRightLetter"]);break;case"upperLeftDeciduous":i(["upperLeftLetter"]);break;case"lowerLeftDeciduous":i(["lowerLeftLetter"]);break;case"upperRightDeciduous":i(["upperRightLetter"]);break;case"lowerRightDeciduous":i(["lowerRightLetter"]);break}}updateVisibilityAfterQuickSelect(){const t=this.inputModal;if(!t)return;const e=t.querySelectorAll(".tooth-grid-number-item.selected"),n=t.querySelectorAll(".tooth-grid-letter-item.selected"),i=t.querySelectorAll(".tooth-grid-letter-row"),l=t.querySelectorAll(".tooth-grid-number-row");e.length>0&&n.length===0?(i.forEach(r=>r.classList.add("hidden")),l.forEach(r=>r.classList.remove("hidden"))):n.length>0&&e.length===0?(l.forEach(r=>r.classList.add("hidden")),i.forEach(r=>r.classList.remove("hidden"))):(i.forEach(r=>r.classList.remove("hidden")),l.forEach(r=>r.classList.remove("hidden")))}bindClickEvents(){const t=this.inputModal;if(!t)return;let e=null;const n=()=>{const a=t.querySelectorAll(".tooth-grid-number-item.selected"),c=t.querySelectorAll(".tooth-grid-letter-item.selected");return a.length>0&&c.length===0?"number":c.length>0&&a.length===0?"letter":a.length>0&&c.length>0?e:null},i=()=>{const a=t.querySelectorAll(".tooth-grid-letter-row"),c=t.querySelectorAll(".tooth-grid-number-row");e==="number"?(a.forEach(d=>d.classList.add("hidden")),c.forEach(d=>d.classList.remove("hidden"))):e==="letter"?(c.forEach(d=>d.classList.add("hidden")),a.forEach(d=>d.classList.remove("hidden"))):(a.forEach(d=>d.classList.remove("hidden")),c.forEach(d=>d.classList.remove("hidden")))};t.querySelectorAll(".tooth-grid-number-item").forEach(a=>{a.addEventListener("click",()=>{const c=a.dataset.position||"",d=a.dataset.value||"";if(a.classList.toggle("selected"),a.classList.contains("selected"))this.finallyAdd={position:c,value:d};else if(this.finallyAdd&&this.finallyAdd.position===c&&this.finallyAdd.value===d){const R=t.querySelectorAll(".tooth-grid-number-item.selected");if(R.length>0){const h=R[R.length-1];this.finallyAdd={position:h.dataset.position||"",value:h.dataset.value||""}}else this.finallyAdd=null}const u=n();u!==null?e=u:e=null,e==="number"&&t.querySelectorAll(".tooth-grid-letter-item.selected").forEach(h=>h.classList.remove("selected")),i(),this.updateExtraPanelSelection(),this.updatePreview()})}),t.querySelectorAll(".tooth-grid-letter-item").forEach(a=>{a.addEventListener("click",()=>{const c=a.dataset.position||"",d=a.dataset.value||"";if(a.classList.toggle("selected"),a.classList.contains("selected"))this.finallyAdd={position:c,value:d};else if(this.finallyAdd&&this.finallyAdd.position===c&&this.finallyAdd.value===d){const R=t.querySelectorAll(".tooth-grid-letter-item.selected");if(R.length>0){const h=R[R.length-1];this.finallyAdd={position:h.dataset.position||"",value:h.dataset.value||""}}else this.finallyAdd=null}const u=n();u!==null?e=u:e=null,e==="letter"&&t.querySelectorAll(".tooth-grid-number-item.selected").forEach(h=>h.classList.remove("selected")),i(),this.updateExtraPanelSelection(),this.updatePreview()})})}updatePreview(){const t=this.inputModal;if(!t)return;const e=this.collectData(t);this.drawPreview(e)}collectData(t){const e={upperLeft:[],upperRight:[],lowerLeft:[],lowerRight:[],upperLeftLetter:[],upperRightLetter:[],lowerLeftLetter:[],lowerRightLetter:[]};return["upperLeft","upperRight","lowerLeft","lowerRight"].forEach(l=>{t.querySelectorAll(`.tooth-grid-number-item[data-position="${l}"].selected`).forEach(a=>{const c=parseInt(a.dataset.value||"0");c>0&&e[l].push(c)})}),["upperLeftLetter","upperRightLetter","lowerLeftLetter","lowerRightLetter"].forEach(l=>{t.querySelectorAll(`.tooth-grid-letter-item[data-position="${l}"].selected`).forEach(a=>{const c=a.dataset.value;c&&e[l].push(c)})}),this.finallyAdd&&(e.finallyAdd=this.finallyAdd),Object.keys(this.toothSurfaceMap).length>0&&(e.toothSurfaceMap={...this.toothSurfaceMap}),Object.keys(this.supernumeraryToothMap).length>0&&(e.supernumeraryToothMap={...this.supernumeraryToothMap}),e}drawPreview(t){const e=this.inputModal?.querySelector(".tooth-preview-grid");if(!e)return;const n=(u,R)=>`${u}-${R}`,i=(u,R)=>{const h=n(u,R),g=this.toothSurfaceMap[h]||[],T=ul.filter(L=>g.includes(L)),f=this.supernumeraryToothMap[h],m=R.toString(),I=typeof R=="string"?"tooth-preview-tooth-value tooth-preview-tooth-value--deciduous":"tooth-preview-tooth-value",p=T.length>0?`<sup class="tooth-preview-surface">${T.join(",")}</sup>`:"";if(f){const L='<sup class="tooth-preview-supernumerary">S</sup>';return f==="Si"?`<span class="tooth-preview-tooth">
499
+ `,document.body.appendChild(this.inputModal),this.drawDividerLines(),this.initSelectedState(n),this.drawPreview(n),this.bindQuickButtons(),this.bindClickEvents(),this.bindExtraPanelEvents();const i=this.inputModal.querySelector(".tooth-position-modal__mask"),l=this.inputModal.querySelector(".tooth-position-modal__container"),r=this.inputModal.querySelector(".tooth-position-modal__close"),a=this.inputModal.querySelector(".btn-cancel"),c=this.inputModal.querySelector(".btn-confirm"),d=()=>{this.clearToothPositionEditor()};l.addEventListener("click",u=>{u.stopPropagation()}),i.addEventListener("click",d),r.addEventListener("click",d),a.addEventListener("click",d),c.addEventListener("click",u=>{u.preventDefault(),u.stopPropagation();const R=this.inputModal;if(!R)return;const h=this.collectData(R);this.clearToothPositionEditor();const g=this.draw.getElementList(),T=e.index;this.draw.spliceElementList(g,T,1);const f={type:"toothPosition",value:"",toothPositionData:h};this.draw.spliceElementList(g,T,0,[f]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}drawDividerLines(){const t=this.inputModal?.querySelector(".tooth-divider-canvas-h");if(t){const n=t.getContext("2d");n&&(n.strokeStyle="#000",n.lineWidth=2,n.beginPath(),n.moveTo(0,1),n.lineTo(900,1),n.stroke())}const e=this.inputModal?.querySelector(".tooth-divider-canvas-v");if(e){const n=e.getContext("2d");n&&(n.strokeStyle="#000",n.lineWidth=2,n.beginPath(),n.moveTo(1,0),n.lineTo(1,110),n.stroke())}}initSelectedState(t){if(!t)return;const e=this.inputModal;if(!e)return;if(["upperLeft","upperRight","lowerLeft","lowerRight"].forEach(l=>{const r=t[l];r&&r.length>0&&r.forEach(a=>{const c=e.querySelector(`.tooth-grid-number-item[data-position="${l}"][data-value="${a}"]`);c&&c.classList.add("selected")})}),["upperLeftLetter","upperRightLetter","lowerLeftLetter","lowerRightLetter"].forEach(l=>{const r=t[l];r&&r.length>0&&r.forEach(a=>{const c=e.querySelector(`.tooth-grid-letter-item[data-position="${l}"][data-value="${a}"]`);c&&c.classList.add("selected")})}),t.toothSurfaceMap&&(this.toothSurfaceMap={...t.toothSurfaceMap}),t.supernumeraryToothMap&&(this.supernumeraryToothMap={...t.supernumeraryToothMap}),t.finallyAdd)this.finallyAdd=t.finallyAdd;else{const l=e.querySelectorAll(".tooth-grid-number-item.selected"),r=e.querySelectorAll(".tooth-grid-letter-item.selected");if(l.length>0){const a=l[l.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}else if(r.length>0){const a=r[r.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}}this.updateExtraPanelSelection()}bindQuickButtons(){const t=this.inputModal;if(!t)return;t.querySelectorAll(".tooth-quick-btn").forEach(n=>{n.addEventListener("click",()=>{const i=n.dataset.action;if(i==="clear"){t.querySelectorAll(".tooth-grid-number-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-grid-letter-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-quick-btn.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-grid-letter-row").forEach(a=>{a.classList.remove("hidden")}),t.querySelectorAll(".tooth-grid-number-row").forEach(a=>{a.classList.remove("hidden")}),this.finallyAdd=null,this.toothSurfaceMap={},this.supernumeraryToothMap={},t.querySelectorAll(".tooth-surface-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-supernumerary-item.selected").forEach(a=>{a.classList.remove("selected")}),this.updatePreview();return}t.querySelectorAll(".tooth-quick-btn.selected").forEach(a=>{a.dataset.action!=="clear"&&a.classList.remove("selected")}),n.classList.add("selected"),t.querySelectorAll(".tooth-grid-number-item.selected").forEach(a=>{a.classList.remove("selected")}),t.querySelectorAll(".tooth-grid-letter-item.selected").forEach(a=>{a.classList.remove("selected")}),this.selectByAction(i||""),this.updateVisibilityAfterQuickSelect();const l=t.querySelectorAll(".tooth-grid-number-item.selected"),r=t.querySelectorAll(".tooth-grid-letter-item.selected");if(l.length>0){const a=l[l.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}else if(r.length>0){const a=r[r.length-1];this.finallyAdd={position:a.dataset.position||"",value:a.dataset.value||""}}this.updateExtraPanelSelection(),this.updatePreview()})})}selectByAction(t){const e=this.inputModal;if(!e)return;const n=l=>{l.forEach(r=>{for(let a=1;a<=8;a++){const c=e.querySelector(`.tooth-grid-number-item[data-position="${r}"][data-value="${a}"]`);c&&c.classList.add("selected")}})},i=l=>{const r=["A","B","C","D","E"];l.forEach(a=>{r.forEach(c=>{const d=e.querySelector(`.tooth-grid-letter-item[data-position="${a}"][data-value="${c}"]`);d&&d.classList.add("selected")})})};switch(t){case"allPermanent":n(["upperLeft","upperRight","lowerLeft","lowerRight"]);break;case"upperPermanent":n(["upperLeft","upperRight"]);break;case"lowerPermanent":n(["lowerLeft","lowerRight"]);break;case"upperLeftPermanent":n(["upperLeft"]);break;case"lowerLeftPermanent":n(["lowerLeft"]);break;case"upperRightPermanent":n(["upperRight"]);break;case"lowerRightPermanent":n(["lowerRight"]);break;case"allDeciduous":i(["upperLeftLetter","upperRightLetter","lowerLeftLetter","lowerRightLetter"]);break;case"upperDeciduous":i(["upperLeftLetter","upperRightLetter"]);break;case"lowerDeciduous":i(["lowerLeftLetter","lowerRightLetter"]);break;case"upperLeftDeciduous":i(["upperLeftLetter"]);break;case"lowerLeftDeciduous":i(["lowerLeftLetter"]);break;case"upperRightDeciduous":i(["upperRightLetter"]);break;case"lowerRightDeciduous":i(["lowerRightLetter"]);break}}updateVisibilityAfterQuickSelect(){const t=this.inputModal;if(!t)return;const e=t.querySelectorAll(".tooth-grid-number-item.selected"),n=t.querySelectorAll(".tooth-grid-letter-item.selected"),i=t.querySelectorAll(".tooth-grid-letter-row"),l=t.querySelectorAll(".tooth-grid-number-row");e.length>0&&n.length===0?(i.forEach(r=>r.classList.add("hidden")),l.forEach(r=>r.classList.remove("hidden"))):n.length>0&&e.length===0?(l.forEach(r=>r.classList.add("hidden")),i.forEach(r=>r.classList.remove("hidden"))):(i.forEach(r=>r.classList.remove("hidden")),l.forEach(r=>r.classList.remove("hidden")))}bindClickEvents(){const t=this.inputModal;if(!t)return;let e=null;const n=()=>{const a=t.querySelectorAll(".tooth-grid-number-item.selected"),c=t.querySelectorAll(".tooth-grid-letter-item.selected");return a.length>0&&c.length===0?"number":c.length>0&&a.length===0?"letter":a.length>0&&c.length>0?e:null},i=()=>{const a=t.querySelectorAll(".tooth-grid-letter-row"),c=t.querySelectorAll(".tooth-grid-number-row");e==="number"?(a.forEach(d=>d.classList.add("hidden")),c.forEach(d=>d.classList.remove("hidden"))):e==="letter"?(c.forEach(d=>d.classList.add("hidden")),a.forEach(d=>d.classList.remove("hidden"))):(a.forEach(d=>d.classList.remove("hidden")),c.forEach(d=>d.classList.remove("hidden")))};t.querySelectorAll(".tooth-grid-number-item").forEach(a=>{a.addEventListener("click",()=>{const c=a.dataset.position||"",d=a.dataset.value||"";if(a.classList.toggle("selected"),a.classList.contains("selected"))this.finallyAdd={position:c,value:d};else if(this.finallyAdd&&this.finallyAdd.position===c&&this.finallyAdd.value===d){const R=t.querySelectorAll(".tooth-grid-number-item.selected");if(R.length>0){const h=R[R.length-1];this.finallyAdd={position:h.dataset.position||"",value:h.dataset.value||""}}else this.finallyAdd=null}const u=n();u!==null?e=u:e=null,e==="number"&&t.querySelectorAll(".tooth-grid-letter-item.selected").forEach(h=>h.classList.remove("selected")),i(),this.updateExtraPanelSelection(),this.updatePreview()})}),t.querySelectorAll(".tooth-grid-letter-item").forEach(a=>{a.addEventListener("click",()=>{const c=a.dataset.position||"",d=a.dataset.value||"";if(a.classList.toggle("selected"),a.classList.contains("selected"))this.finallyAdd={position:c,value:d};else if(this.finallyAdd&&this.finallyAdd.position===c&&this.finallyAdd.value===d){const R=t.querySelectorAll(".tooth-grid-letter-item.selected");if(R.length>0){const h=R[R.length-1];this.finallyAdd={position:h.dataset.position||"",value:h.dataset.value||""}}else this.finallyAdd=null}const u=n();u!==null?e=u:e=null,e==="letter"&&t.querySelectorAll(".tooth-grid-number-item.selected").forEach(h=>h.classList.remove("selected")),i(),this.updateExtraPanelSelection(),this.updatePreview()})})}updatePreview(){const t=this.inputModal;if(!t)return;const e=this.collectData(t);this.drawPreview(e)}collectData(t){const e={upperLeft:[],upperRight:[],lowerLeft:[],lowerRight:[],upperLeftLetter:[],upperRightLetter:[],lowerLeftLetter:[],lowerRightLetter:[]};return["upperLeft","upperRight","lowerLeft","lowerRight"].forEach(l=>{t.querySelectorAll(`.tooth-grid-number-item[data-position="${l}"].selected`).forEach(a=>{const c=parseInt(a.dataset.value||"0");c>0&&e[l].push(c)})}),["upperLeftLetter","upperRightLetter","lowerLeftLetter","lowerRightLetter"].forEach(l=>{t.querySelectorAll(`.tooth-grid-letter-item[data-position="${l}"].selected`).forEach(a=>{const c=a.dataset.value;c&&e[l].push(c)})}),this.finallyAdd&&(e.finallyAdd=this.finallyAdd),Object.keys(this.toothSurfaceMap).length>0&&(e.toothSurfaceMap={...this.toothSurfaceMap}),Object.keys(this.supernumeraryToothMap).length>0&&(e.supernumeraryToothMap={...this.supernumeraryToothMap}),e}drawPreview(t){const e=this.inputModal?.querySelector(".tooth-preview-grid");if(!e)return;const n=(u,R)=>`${u}-${R}`,i=(u,R)=>{const h=n(u,R),g=this.toothSurfaceMap[h]||[],T=gl.filter(L=>g.includes(L)),f=this.supernumeraryToothMap[h],m=R.toString(),I=typeof R=="string"?"tooth-preview-tooth-value tooth-preview-tooth-value--deciduous":"tooth-preview-tooth-value",p=T.length>0?`<sup class="tooth-preview-surface">${T.join(",")}</sup>`:"";if(f){const L='<sup class="tooth-preview-supernumerary">S</sup>';return f==="Si"?`<span class="tooth-preview-tooth">
497
500
  <span class="tooth-preview-tooth-bracket">(</span>
498
501
  ${L}
499
502
  <span class="${I}">${m}</span>
@@ -508,9 +511,9 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
508
511
  </span>`}else return`<span class="tooth-preview-tooth">
509
512
  <span class="${I}">${m}</span>
510
513
  ${p}
511
- </span>`},l=(u,R,h)=>{const g=[];return R.forEach(T=>{g.push(i(h,T))}),u.forEach(T=>{g.push(i(h,T))}),g.join(" ")},r=e.querySelector(".tooth-preview-upper-left"),a=e.querySelector(".tooth-preview-upper-right"),c=e.querySelector(".tooth-preview-lower-left"),d=e.querySelector(".tooth-preview-lower-right");r&&(r.innerHTML=l(t?.upperLeft||[],t?.upperLeftLetter||[],"upperLeft")),a&&(a.innerHTML=l(t?.upperRight||[],t?.upperRightLetter||[],"upperRight")),c&&(c.innerHTML=l(t?.lowerLeft||[],t?.lowerLeftLetter||[],"lowerLeft")),d&&(d.innerHTML=l(t?.lowerRight||[],t?.lowerRightLetter||[],"lowerRight"))}bindExtraPanelEvents(){const t=this.inputModal;if(!t)return;t.querySelectorAll(".tooth-surface-item").forEach(i=>{i.addEventListener("click",()=>{if(!this.finallyAdd)return;const l=i.dataset.surface;if(!l)return;const r=`${this.finallyAdd.position}-${this.finallyAdd.value}`;this.toothSurfaceMap[r]||(this.toothSurfaceMap[r]=[]);const a=this.toothSurfaceMap[r],c=a.indexOf(l);c>-1?(a.splice(c,1),i.classList.remove("selected")):(a.push(l),i.classList.add("selected")),this.updatePreview()})}),t.querySelectorAll(".tooth-supernumerary-item").forEach(i=>{i.addEventListener("click",()=>{if(!this.finallyAdd)return;const l=i.dataset.supernumerary;if(!l)return;const r=`${this.finallyAdd.position}-${this.finallyAdd.value}`;this.supernumeraryToothMap[r]===l?(delete this.supernumeraryToothMap[r],i.classList.remove("selected")):(t.querySelectorAll(".tooth-supernumerary-item").forEach(a=>a.classList.remove("selected")),this.supernumeraryToothMap[r]=l,i.classList.add("selected")),this.updatePreview()})}),this.updateExtraPanelSelection()}updateExtraPanelSelection(){const t=this.inputModal;if(!t||!this.finallyAdd)return;const e=`${this.finallyAdd.position}-${this.finallyAdd.value}`,n=this.toothSurfaceMap[e]||[];t.querySelectorAll(".tooth-surface-item").forEach(l=>{const r=l.dataset.surface;n.includes(r||"")?l.classList.add("selected"):l.classList.remove("selected")});const i=this.supernumeraryToothMap[e];t.querySelectorAll(".tooth-supernumerary-item").forEach(l=>{l.dataset.supernumerary===i?l.classList.add("selected"):l.classList.remove("selected")})}}const Rl='(function(){"use strict";function f(i){let s="",n=0;for(;n<i.length;){const t=i[n];if(t.type==="table"){if(t.trList)for(let l=0;l<t.trList.length;l++){const o=t.trList[l];for(let e=0;e<o.tdList.length;e++){const r=o.tdList[e];s+=f(r.value)}}}else if(t.type==="hyperlink"){const l=t.hyperlinkId,o=[];for(;n<i.length;){const e=i[n];if(l!==e.hyperlinkId){n--;break}delete e.type,o.push(e),n++}s+=f(o)}else if(t.controlId){if(!t.control?.hide){const l=t.controlId,o=[];for(;n<i.length;){const e=i[n];if(l!==e.controlId){n--;break}e.controlComponent==="value"&&(delete e.controlId,o.push(e)),n++}s+=f(o)}}else(!t.type||t.type==="text")&&!t.area?.hide&&(s+=t.value);n++}return s}function p(i){const s=[],n=/[0-9]/,t=/[A-Za-z]/,l=/\\s/;let o=!1,e=!1,r="";function a(){r&&(s.push(r),r="")}for(const c of i)t.test(c)?(o||a(),r+=c,o=!0,e=!1):n.test(c)?(e||a(),r+=c,o=!1,e=!0):(a(),o=!1,e=!1,l.test(c)||s.push(c));return a(),s}onmessage=i=>{const s=i.data,t=f(s).replace(new RegExp("^​"),"").replace(new RegExp("​","g"),`\n`),l=p(t);postMessage(l.length)}})();\n',hl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Rl],{type:"text/javascript;charset=utf-8"});function Gg(o){let t;try{if(t=hl&&(self.URL||self.webkitURL).createObjectURL(hl),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Rl),{name:o?.name})}}const gl=`(function(){"use strict";const v={first:1,second:2,third:3,fourth:4,fifth:5,sixth:6},E=["text","hyperlink","subscript","superscript","control","date","label"],L="​";function m(c){return!c.type||E.includes(c.type)}function I(c){const{elementList:r,positionList:d}=c,p=[];let u=0;for(;u<r.length;){const t=r[u],l=(e,n,s)=>{const g=e.titleId,a={type:"title",value:"",level:e.level,titleId:g,pageNo:d[u].pageNo},o=[];for(;s<n.length;){const i=n[s];if(g!==i.titleId){s--;break}o.push(i),s++}return a.value=o.filter(i=>m(i)).map(i=>i.value).join("").replace(new RegExp(L,"g"),""),{position:s,titleElement:a}};if(t.titleId){const{position:e,titleElement:n}=l(t,r,u);u=e,p.push(n)}if(t.type==="table"){const e=t.trList;for(let n=0;n<e.length;n++){const s=e[n];for(let g=0;g<s.tdList.length;g++){const a=s.tdList[g].value;if(a.length>1){let o=1;for(;o<a.length;){if(a[o]?.titleId){const{titleElement:i,position:N}=l(a[o],a,o);p.push(i),o=N}o++}}}}}u++}if(!p.length)return null;const f=(t,l)=>{const e=l.subCatalog[l.subCatalog.length-1],n=v[e?.level],s=v[t.level];e&&s>n?f(t,e):l.subCatalog.push({id:t.titleId,name:t.value,level:t.level,pageNo:t.pageNo,subCatalog:[]})},h=[];for(let t=0;t<p.length;t++){const l=p[t],e=h[h.length-1],n=v[e?.level],s=v[l.level];e&&s>n?f(l,e):h.push({id:l.titleId,name:l.value,level:l.level,pageNo:l.pageNo,subCatalog:[]})}return h}onmessage=c=>{const r=c.data,d=I(r);postMessage(d)}})();
512
- `,Tl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",gl],{type:"text/javascript;charset=utf-8"});function xg(o){let t;try{if(t=Tl&&(self.URL||self.webkitURL).createObjectURL(Tl),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(gl),{name:o?.name})}}const fl=`(function(){"use strict";function u(e){const t=[];for(const s of e){if(s.type==="table"){const o=s.trList;for(let n=0;n<o.length;n++){const c=o[n];for(let r=0;r<c.tdList.length;r++){const i=c.tdList[r];t.push(...u(i.value))}}}if(s.groupIds)for(const o of s.groupIds)t.includes(o)||t.push(o)}return t}onmessage=e=>{const t=e.data,s=u(t);postMessage(s)}})();
513
- `,ml=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",fl],{type:"text/javascript;charset=utf-8"});function Bg(o){let t;try{if(t=ml&&(self.URL||self.webkitURL).createObjectURL(ml),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(fl),{name:o?.name})}}const pl='(function(){"use strict";var m=(e=>(e.HALF="half",e.ONE_THIRD="one-third",e.QUARTER="quarter",e))(m||{}),M=(e=>(e.ARABIC="arabic",e.CHINESE="chinese",e))(M||{});const K="​";m.HALF+"",1/2,m.ONE_THIRD+"",1/3,m.QUARTER+"",1/4;function b(e){if(typeof structuredClone=="function")return structuredClone(e);if(!e||typeof e!="object")return e;let d={};return Array.isArray(e)?d=e.map(f=>b(f)):Object.keys(e).forEach(f=>{d[f]=b(e[f])}),d}function D(e,d){const f={};for(const S in e)d.includes(S)&&(f[S]=e[S]);return f}function ee(e,d){return e.length!==d.length?!1:!e.some(f=>!d.includes(f))}var o=(e=>(e.TEXT="text",e.TEXTFIELD="TextField",e.BUTTON="button",e.IMAGE="image",e.TABLE="table",e.HYPERLINK="hyperlink",e.SUPERSCRIPT="superscript",e.SUBSCRIPT="subscript",e.SEPARATOR="separator",e.PAGE_BREAK="pageBreak",e.CONTROL="control",e.AREA="area",e.CHECKBOX="checkbox",e.RADIO="radio",e.LATEX="latex",e.TAB="tab",e.DATE="date",e.BLOCK="block",e.TITLE="title",e.LIST="list",e.SPLIT_TAG="splitTag",e.LABEL="label",e.MENSTRUAL_HISTORY="menstrualHistory",e.FETAL_HEART_POSITION="fetalHeartPosition",e.TOOTH_POSITION="toothPosition",e.SPECIAL_SYMBOLS="specialSymbols",e.MACRO="macro",e.CUSTOM_MACRO="customMacro",e.REUSABLE_ITEM="reusableItem",e.SUB_TEMPLATE="subTemplate",e))(o||{});const y=["rowFlex","rowMargin"],te=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","rowMargin","dashArray","trList","tdPadding","tableToolDisabled","borderType","borderColor","borderWidth","borderExternalWidth","translateX","width","height","url","colgroup","valueList","control","checkbox","radio","dateFormat","block","level","title","listType","listStyle","listWrap","groupIds","conceptId","imgDisplay","imgFloatPosition","imgToolDisabled","imgPreviewDisabled","imgCrop","imgCaption","textDecoration","extension","externalId","areaId","area","hide","label","labelId","lineWidth","deletePerson","newElEditPerson","deleteTime","newElEditTime","dictCode","macroConfig","menstrualData","menstrualHistoryId","fetalHeartData","fetalHeartPositionId","toothPositionData","toothPositionId","reusableItemConfig","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","subTemplateExpanded"],oe=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],w=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"];o.TEXT,o.HYPERLINK,o.SUBSCRIPT,o.SUPERSCRIPT,o.CONTROL,o.DATE,o.IMAGE,o.LATEX,o.BLOCK,o.PAGE_BREAK,o.SEPARATOR,o.TABLE,o.TITLE,o.LIST;var Y=(e=>(e.UL="ul",e.OL="ol",e))(Y||{}),N=(e=>(e.DISC="disc",e.CIRCLE="circle",e.SQUARE="square",e.CHECKBOX="checkbox",e))(N||{}),_=(e=>(e.DISC="disc",e.CIRCLE="circle",e.SQUARE="square",e.DECIMAL="decimal",e.CHECKBOX="checkbox",e))(_||{});N.DISC+"",N.CIRCLE+"",N.SQUARE+"",N.CHECKBOX+"",Y.OL+"",Y.UL+"",_.DISC+"",_.CIRCLE+"",_.SQUARE+"",_.DECIMAL+"",_.CHECKBOX+"";var p=(e=>(e.FIRST="first",e.SECOND="second",e.THIRD="third",e.FOURTH="fourth",e.FIFTH="fifth",e.SIXTH="sixth",e))(p||{});p.FIRST+"",p.SECOND+"",p.THIRD+"",p.FOURTH+"",p.FIFTH+"",p.SIXTH+"",p.FIRST+"",p.SECOND+"",p.THIRD+"",p.FOURTH+"",p.FIFTH+"",p.SIXTH+"",p.FIRST,p.SECOND,p.THIRD,p.FOURTH,p.FIFTH,p.SIXTH;var L=(e=>(e.TEXT="text",e.SELECT="select",e.CHECKBOX="checkbox",e.RADIO="radio",e.DATE="date",e.NUMBER="number",e.TEXTFIELD="TextField",e.BUTTON="button",e.MENSTRUAL_HISTORY="menstrualHistory",e))(L||{}),n=(e=>(e.PREFIX="prefix",e.POSTFIX="postfix",e.PRE_TEXT="preText",e.PRETEXTFIX="preTextFix",e.PRETEXTFIX_TEXT="preTextFixText",e.POSTTEXTFIX="postTextFix",e.POSTTEXTFIX_TEXT="postTextFixText",e.POST_TEXT="postText",e.PLACEHOLDER="placeholder",e.TEXTFIXLABEL="textFixLabel",e.VALUE="value",e.DELETEPERSON="deletePerson",e.CHECKBOX="checkbox",e.RADIO="radio",e.UNDERLINE="underline",e))(n||{}),Q=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.ALIGNMENT="alignment",e.JUSTIFY="justify",e))(Q||{}),q=(e=>(e.CONTAIN="contain",e.COVER="cover",e))(q||{}),W=(e=>(e.REPEAT="repeat",e.NO_REPEAT="no-repeat",e.REPEAT_X="repeat-x",e.REPEAT_Y="repeat-y",e))(W||{});q.COVER,W.NO_REPEAT;var z=(e=>(e.TOP="top",e.MIDDLE="middle",e.BOTTOM="bottom",e))(z||{});z.BOTTOM,m.HALF,m.HALF,Q.CENTER,M.ARABIC,z.BOTTOM;var Z=(e=>(e.TEXT="text",e.IMAGE="image",e))(Z||{});Z.TEXT,M.ARABIC;var j=(e=>(e.PAGE="page",e.CONTINUITY="continuity",e))(j||{});j.CONTINUITY,L.NUMBER,L.SELECT,L.DATE,L.CHECKBOX,L.RADIO,n.PREFIX,n.POSTFIX,n.PRE_TEXT,n.POST_TEXT,n.PRETEXTFIX,n.PRETEXTFIX_TEXT,n.POSTTEXTFIX,n.POSTTEXTFIX_TEXT,n.PLACEHOLDER,n.TEXTFIXLABEL,n.CHECKBOX,n.RADIO,n.UNDERLINE;function ne(e,d){const f=Object.keys(e),S=Object.keys(d);if(f.length!==S.length)return!1;for(let X=0;X<f.length;X++){const R=f[X];if(R!=="value"&&!(R==="groupIds"&&Array.isArray(e[R])&&Array.isArray(d[R])&&ee(e[R],d[R]))&&e[R]!==d[R])return!1}return!0}function k(e,d={}){const{extraPickAttrs:f}=d,S=[...te];f&&S.push(...f);const X={value:e?.value===K?`\n`:e?.value};return e&&S.forEach(R=>{const T=e[R];T!==void 0&&(X[R]=T)}),X}function P(e,d={}){const{extraPickAttrs:f,isClassifyArea:S=!1,isClone:X=!0,editorOptions:R}=d,T=(X?b(e):e).filter(t=>t.type!==o.SPLIT_TAG),B=[];let r=0;for(;r<T.length;){let t=T[r];if(r===0&&t.value===K&&!t.listId&&(!t.type||t.type===o.TEXT)){r++;continue}if(t.areaId){const s=t.areaId,O=t.area,E=[];for(;r<T.length;){const l=T[r];if(s!==l.areaId){r--;break}delete l.area,delete l.areaId,E.push(l),r++}const a=P(E,d);if(S){const l={type:o.AREA,value:"",areaId:s,area:O};l.valueList=a,t=l}else{B.splice(r,0,...a);continue}}else if(t.titleId&&t.level){const s=t.titleId;if(s){const O=t.level,E={type:o.TITLE,title:t.title,titleId:s,value:"",level:O},a=[];for(;r<T.length;){const l=T[r];if(s!==l.titleId){r--;break}delete l.level,delete l.title,a.push(l),r++}E.valueList=P(a,d),t=E}}else if(t.listId&&t.listType){const s=t.listId;if(s){const O=t.listType,E=t.listStyle,a=t?.label,l={type:o.LIST,value:"",label:a||"",listId:s,listType:O,listStyle:E},I=[];for(;r<T.length;){const c=T[r];if(s!==c.listId){r--;break}delete c.listType,delete c.listStyle,I.push(c),r++}l.valueList=P(I,d),t=l}}else if(t.type===o.TABLE){if(t.pagingId){let s=r+1,O=0;for(;s<T.length;){const E=T[s];if(E.pagingId===t.pagingId){t.height+=E.height;const a=E.trList.filter(l=>!l.pagingRepeat).filter(l=>(l.tdList=l.tdList.filter(I=>{if(I.originalId){for(let c=0;c<t.trList.length;c++){const u=t.trList[c].tdList.find(({id:i})=>i===I.originalId);if(u){I.value[0]?.type===o.SPLIT_TAG&&I.value.splice(0,1),u.value.push(...I.value),u.rowspan=u.originalRowspan??u.rowspan;break}}return!1}return!0}),!l.originalId));t.trList.push(...a),t.trList?.forEach(l=>l.minHeight=l.originalMinHeight??l.minHeight),s++,O++}else break}r+=O}if(t.trList)for(let s=0;s<t.trList.length;s++){const O=t.trList[s];delete O.id;for(let E=0;E<O.tdList.length;E++){const a=O.tdList[E],l={colspan:a.colspan,rowspan:a.rowspan,value:P(a.value,{...d,isClassifyArea:!1})};oe.forEach(I=>{const c=a[I];c!==void 0&&(l[I]=c)}),O.tdList[E]=l}}}else if(t.type===o.HYPERLINK){const s=t.hyperlinkId;if(s){const O={type:o.HYPERLINK,value:"",url:t.url},E=[];for(;r<T.length;){const a=T[r];if(s!==a.hyperlinkId){r--;break}delete a.type,delete a.url,E.push(a),r++}O.valueList=P(E,d),t=O}}else if(t.type===o.DATE){const s=t.dateId;if(s){const O={type:o.DATE,value:"",dateFormat:t.dateFormat},E=[];for(;r<T.length;){const a=T[r];if(s!==a.dateId){r--;break}delete a.type,delete a.dateFormat,E.push(a),r++}O.valueList=P(E,d),t=O}}else if(t.type!==o.BUTTON){if(t.controlId){const s=t.controlId;if(!(t.controlComponent===n.PREFIX||t.controlComponent===n.PRETEXTFIX||t.controlComponent===n.PRETEXTFIX_TEXT)&&t.controlComponent===n.VALUE){if(t.type===o.MENSTRUAL_HISTORY||t.type===o.FETAL_HEART_POSITION||t.type===o.TOOTH_POSITION||t.type===o.MACRO||t.type===o.CUSTOM_MACRO||t.type===o.REUSABLE_ITEM||t.type===o.LIST||t.type===o.SPECIAL_SYMBOLS){let I=!1;for(let c=r-1;c>=0;c--){const C=T[c],u=C.controlComponent===n.PREFIX||C.controlComponent===n.PRETEXTFIX||C.controlComponent===n.PRETEXTFIX_TEXT;if(C.controlId===s&&u){I=!0;break}if(C.controlId!==s)break}if(!I){const c=b(t);delete c.controlId,delete c.control,delete c.controlComponent,delete c.originControlId,B.push(c),r++;continue}}r++;continue}if(t.controlComponent===n.PLACEHOLDER||t.controlComponent===n.POSTFIX||t.controlComponent===n.POSTTEXTFIX||t.controlComponent===n.POSTTEXTFIX_TEXT||t.controlComponent===n.POST_TEXT||t.controlComponent===n.PRE_TEXT||t.controlComponent===n.CHECKBOX||t.controlComponent===n.RADIO){r++;continue}const E=(l,I,c,C)=>{if(C===L.CHECKBOX||C===L.RADIO){let i=-1;for(let F=l;F<T.length&&T[F].controlId===I;F++)i=F;return i}const u=c?[n.POSTTEXTFIX,n.POSTTEXTFIX_TEXT]:[n.POSTFIX];for(let i=l;i<T.length;i++){const F=T[i];if(F.controlId===I&&u.includes(F.controlComponent))return i}return-1},a=(l,I,c)=>{const C=[];let u=l;for(;u<=I;){const i=T[u];if(i.controlId&&i.controlId!==c&&i.control){const A=i.control?.type,g=A===L.TEXTFIELD,h=g?n.PRETEXTFIX:n.PREFIX,H=i.controlComponent===h,x=A===L.CHECKBOX||A===L.RADIO;if(H||x&&(i.controlComponent===n.CHECKBOX||i.controlComponent===n.RADIO)){const v=E(u+1,i.controlId,g,A);if(v!==-1){const V=T.slice(u,v+1).map(le=>{const $=b(le);return delete $.originControlId,$}),U=P(V,d);U.length>0&&C.push(U[0]),u=v+1;continue}}}if(!(i.controlId===c&&(i.controlComponent===n.VALUE||!i.controlComponent)&&(!i.originControlId||i.originControlId===c)||i.originControlId===c&&i.controlComponent===n.VALUE||i.controlId===c&&(i.controlComponent===n.CHECKBOX||i.controlComponent===n.RADIO)&&!i.originControlId)){u++;continue}if(i.type===o.MENSTRUAL_HISTORY||i.type===o.FETAL_HEART_POSITION||i.type===o.TOOTH_POSITION||i.type===o.MACRO||i.type===o.CUSTOM_MACRO||i.type===o.REUSABLE_ITEM||i.type===o.LIST||i.type===o.SPECIAL_SYMBOLS){const A=b(i);delete A.controlId,delete A.control,delete A.controlComponent,delete A.originControlId,C.push(A),u++;continue}if(i.controlComponent===n.CHECKBOX||i.controlComponent===n.RADIO){C.push(b(i)),u++;continue}const J=t.control?.type;if(J===L.CHECKBOX||J===L.RADIO){let A=u-1,g=!1;for(;A>=l-1;){const h=T[A];if(h.controlId===c&&!h.originControlId)if(h.controlComponent===n.CHECKBOX){g=h.checkbox?.value===!0;break}else if(h.controlComponent===n.RADIO){g=h.radio?.value===!0;break}else if(h.controlComponent===n.VALUE){A--;continue}else break;A--}if(g){const h={value:i.value||""},H=[...y,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const x of H){const v=i[x];if(v!==void 0){if(x==="color"&&R){const V=R.control?.bracketColor,U=R.control?.placeholderColor;if(v===V||v===U)continue}h[x]=v}}C.push(h)}}else{const A={value:i.value||""},g=[...y,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const h of g){const H=i[h];if(H!==void 0){if(h==="color"&&R){const x=R.control?.bracketColor,v=R.control?.placeholderColor;if(H===x||H===v)continue}A[h]=H}}C.push(A)}u++}return C};if(t.controlComponent===n.PREFIX){const l=t.control?.type===L.TEXTFIELD,I=E(r+1,s,l);if(I!==-1){const c=a(r+1,I-1,s),C=D(t,w),u={...t.control,...C,value:c},i={...D(t,y),type:o.CONTROL,value:"",control:u,controlId:s};t=k(i,{extraPickAttrs:f}),r=I}}if(t.controlComponent===n.PRETEXTFIX){const l=E(r+1,s,!0);if(l!==-1){const I=a(r+1,l-1,s),c=D(t,w),C={...t.control,...c,value:I},u={...D(t,y),type:o.CONTROL,value:"",control:C,controlId:s};t=k(u,{extraPickAttrs:f}),r=l}}if(t.controlComponent===n.PRETEXTFIX_TEXT){const l=E(r+1,s,!0);if(l!==-1){const I=a(r+1,l-1,s),c=D(t,w),C={...t.control,...c,value:I},u={...D(t,y),type:o.CONTROL,value:"",control:C,controlId:s};t=k(u,{extraPickAttrs:f}),r=l}}}}const G=k(t,{extraPickAttrs:f});if(!t.type||t.type===o.TEXT||t.type===o.SUBSCRIPT||t.type===o.SUPERSCRIPT)for(;r<T.length;){const s=T[r+1];if(r++,s&&ne(G,k(s,{extraPickAttrs:f}))){const O=s.value===K?`\n`:s.value;G.value+=O}else break}else r++;B.push(G)}return B}onmessage=e=>{const d=e.data,{options:f,data:S}=d,{extraPickAttrs:X=[]}=f||{},R={header:P(S.header,{extraPickAttrs:X,isClone:!1}),main:P(S.main,{extraPickAttrs:X,isClassifyArea:!0,isClone:!1}),footer:P(S.footer,{extraPickAttrs:X,isClone:!1})};postMessage(R)}})();\n',Cl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",pl],{type:"text/javascript;charset=utf-8"});function Jg(o){let t;try{if(t=Cl&&(self.URL||self.webkitURL).createObjectURL(Cl),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(pl),{name:o?.name})}}class $g{draw;wordCountWorker;catalogWorker;groupWorker;valueWorker;constructor(t){this.draw=t,this.wordCountWorker=new Gg,this.catalogWorker=new xg,this.groupWorker=new Bg,this.valueWorker=new Jg}getWordCount(){return new Promise((t,e)=>{this.wordCountWorker.onmessage=i=>{t(i.data)},this.wordCountWorker.onerror=i=>{e(i)};const n=this.draw.getOriginalMainElementList();this.wordCountWorker.postMessage(n)})}getCatalog(){return new Promise((t,e)=>{this.catalogWorker.onmessage=l=>{t(l.data)},this.catalogWorker.onerror=l=>{e(l)};const n=this.draw.getOriginalMainElementList(),i=this.draw.getPosition().getOriginalMainPositionList();this.catalogWorker.postMessage({elementList:n,positionList:i})})}getGroupIds(){return new Promise((t,e)=>{this.groupWorker.onmessage=i=>{t(i.data)},this.groupWorker.onerror=i=>{e(i)};const n=this.draw.getOriginalMainElementList();this.groupWorker.postMessage(n)})}getValue(t){return new Promise((e,n)=>{this.valueWorker.onmessage=i=>{e({version:Tn,data:i.data,options:ht(this.draw.getOptions())})},this.valueWorker.onerror=i=>{n(i)},this.valueWorker.postMessage({data:this.draw.getOriginValue(t),options:t})})}}class zg{container;canvas;draw;options;curElement;curElementSrc;previewerDrawOption;curPosition;eventBus;imageList;curShowElement;imageCount;imagePre;imageNext;resizerSelection;resizerHandleList;resizerImageContainer;resizerImage;resizerSize;width;height;mousedownX;mousedownY;curHandleIndex;previewerContainer;previewerImage;constructor(t){this.container=t.getContainer(),this.canvas=t.getPage(),this.draw=t,this.options=t.getOptions(),this.curElement=null,this.curElementSrc="",this.previewerDrawOption={},this.curPosition=null,this.eventBus=t.getEventBus(),this.imageList=[],this.curShowElement=null,this.imageCount=null,this.imagePre=null,this.imageNext=null;const{resizerSelection:e,resizerHandleList:n,resizerImageContainer:i,resizerImage:l,resizerSize:r}=this._createResizerDom();this.resizerSelection=e,this.resizerHandleList=n,this.resizerImageContainer=i,this.resizerImage=l,this.resizerSize=r,this.width=0,this.height=0,this.mousedownX=0,this.mousedownY=0,this.curHandleIndex=0,this.previewerContainer=null,this.previewerImage=null}_getElementPosition(t,e=null){const{scale:n}=this.options;let i=0,l=0;const r=this.draw.getHeight(),a=this.draw.getPageGap(),d=(e?.pageNo??this.draw.getPageNo())*(r+a);if(t.imgFloatPosition)i=t.imgFloatPosition.x*n,l=t.imgFloatPosition.y*n+d;else if(e){const{coordinate:{leftTop:[u,R]},ascent:h}=e;i=u,l=R+d+h}return{x:i,y:l}}_createResizerDom(){const{scale:t}=this.options,e=document.createElement("div");e.classList.add(`${tt}-resizer-selection`),e.style.display="none",e.style.borderColor=this.options.resizerColor,e.style.borderWidth=`${t}px`;const n=[];for(let c=0;c<8;c++){const d=document.createElement("div");d.style.background=this.options.resizerColor,d.classList.add("resizer-handle"),d.classList.add(`handle-${c}`),d.setAttribute("data-index",String(c)),d.onmousedown=this._mousedown.bind(this),e.append(d),n.push(d)}this.container.append(e);const i=document.createElement("div");i.classList.add(`${tt}-resizer-size-view`);const l=document.createElement("span");i.append(l),e.append(i);const r=document.createElement("div");r.classList.add(`${tt}-resizer-image`),r.style.display="none";const a=document.createElement("img");return r.append(a),this.container.append(r),{resizerSelection:e,resizerHandleList:n,resizerImageContainer:r,resizerImage:a,resizerSize:l}}_keydown=()=>{this.resizerSelection.style.display==="block"&&(this.clearResizer(),document.removeEventListener("keydown",this._keydown))};_mousedown(t){if(this.canvas=this.draw.getPage(),!this.curElement)return;const{scale:e}=this.options;this.mousedownX=t.x,this.mousedownY=t.y;const n=t.target;this.curHandleIndex=Number(n.dataset.index);const i=window.getComputedStyle(n).cursor;document.body.style.cursor=i,this.canvas.style.cursor=i,this.resizerImage.src=this.curElementSrc,this.resizerImageContainer.style.display="block";const{x:l,y:r}=this._getElementPosition(this.curElement,this.curPosition);this.resizerImageContainer.style.left=`${l}px`,this.resizerImageContainer.style.top=`${r}px`,this.resizerImage.style.width=`${this.curElement.width*e}px`,this.resizerImage.style.height=`${this.curElement.height*e}px`;const a=this._mousemove.bind(this);document.addEventListener("mousemove",a),document.addEventListener("mouseup",()=>{this.curElement&&!this.previewerDrawOption.dragDisable&&(this.curElement.width=this.width,this.curElement.height=this.height,this.draw.render({isSetCursor:!0,curIndex:this.curPosition?.index})),this.resizerImageContainer.style.display="none",document.removeEventListener("mousemove",a),document.body.style.cursor="",this.canvas.style.cursor="text"},{once:!0}),t.preventDefault()}_mousemove(t){if(!this.curElement||this.previewerDrawOption.dragDisable)return;const{scale:e}=this.options;let n=0,i=0;switch(this.curHandleIndex){case 0:{const d=this.mousedownX-t.x,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 1:i=this.mousedownY-t.y;break;case 2:{const d=t.x-this.mousedownX,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 4:{const d=t.x-this.mousedownX,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 3:n=t.x-this.mousedownX;break;case 5:i=t.y-this.mousedownY;break;case 6:{const d=this.mousedownX-t.x,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 7:n=this.mousedownX-t.x;break}const l=this.curElement.width+n/e,r=this.curElement.height+i/e;if(l<=0||r<=0)return;this.width=l,this.height=r;const a=l*e,c=r*e;this.resizerImage.style.width=`${a}px`,this.resizerImage.style.height=`${c}px`,this._updateResizerRect(a,c),this._updateResizerSizeView(a,c),t.preventDefault(),this.eventBus.isSubscribe("imageSizeChange")&&this.eventBus.emit("imageSizeChange",{element:this.curElement})}_drawPreviewer(){const t=document.createElement("div");t.classList.add(`${tt}-image-previewer`);const e=document.createElement("i");e.classList.add("image-close"),e.onclick=()=>{this._clearPreviewer()},t.append(e);const n=document.createElement("div");n.classList.add(`${tt}-image-container`);const i=document.createElement("img");i.src=this.curElementSrc,i.draggable=!1,n.append(i),this.previewerImage=i,t.append(n);let l=0,r=0,a=1,c=0;const d=document.createElement("div");d.classList.add(`${tt}-image-menu`);const u=document.createElement("div");u.classList.add("image-navigate");const R=document.createElement("i");R.classList.add("image-pre"),R.onclick=()=>{const O=this.imageList.findIndex(b=>b.id===this.curShowElement?.id);O<=0||(this.curShowElement=this.imageList[O-1],i.src=this.curShowElement.value,this._updateImageNavigate())},u.append(R),this.imagePre=R;const h=document.createElement("span");h.classList.add("image-count"),this.imageCount=h,u.append(h);const g=document.createElement("i");g.classList.add("image-next"),g.onclick=()=>{const O=this.imageList.findIndex(b=>b.id===this.curShowElement?.id);O>=this.imageList.length-1||(this.curShowElement=this.imageList[O+1],i.src=this.curShowElement.value,this._updateImageNavigate())},this.imageNext=g,u.append(g),d.append(u);const T=document.createElement("i");T.classList.add("zoom-in"),T.onclick=()=>{a+=.1,this._setPreviewerTransform(a,c,l,r)},d.append(T);const f=document.createElement("i");f.onclick=()=>{a-.1<=.1||(a-=.1,this._setPreviewerTransform(a,c,l,r))},f.classList.add("zoom-out"),d.append(f);const m=document.createElement("i");m.classList.add("rotate"),m.onclick=()=>{c+=1,this._setPreviewerTransform(a,c,l,r)},d.append(m);const C=document.createElement("i");C.classList.add("original-size"),C.onclick=()=>{l=0,r=0,a=1,c=0,this._setPreviewerTransform(a,c,l,r)},d.append(C);const I=document.createElement("i");I.classList.add("image-download"),I.onclick=()=>{const{mime:O}=this.previewerDrawOption;Ls(i.src,`${this.curElement?.id}.${O||"png"}`)},d.append(I),t.append(d),this.previewerContainer=t,document.body.append(t);let p=0,L=0,M=!1;i.onmousedown=O=>{M=!0,p=O.x,L=O.y,t.style.cursor="move"},t.onmousemove=O=>{M&&(l+=O.x-p,r+=O.y-L,p=O.x,L=O.y,this._setPreviewerTransform(a,c,l,r))},t.onmouseup=()=>{M=!1,t.style.cursor="auto"},t.onwheel=O=>{if(O.preventDefault(),O.stopPropagation(),O.deltaY<0)a+=.1;else{if(a-.1<=.1)return;a-=.1}this._setPreviewerTransform(a,c,l,r)},this._updateImageNavigate()}_updateImageNavigate(){const t=this.imageList.findIndex(e=>e.id===this.curShowElement?.id);this.imageCount.innerText=`${t+1} / ${this.imageList.length}`,t<=0?this.imagePre.classList.add("disabled"):this.imagePre.classList.remove("disabled"),t>=this.imageList.length-1?this.imageNext.classList.add("disabled"):this.imageNext.classList.remove("disabled")}_setPreviewerTransform(t,e,n,i){this.previewerImage&&(this.previewerImage.style.left=`${n}px`,this.previewerImage.style.top=`${i}px`,this.previewerImage.style.transform=`scale(${t}) rotate(${e*90}deg)`)}_clearPreviewer(){this.previewerContainer?.remove(),this.previewerContainer=null,document.body.style.overflow="auto"}_updateResizerRect(t,e){const{resizerSize:n,scale:i}=this.options,l=this.draw.isReadonly();this.resizerSelection.style.width=`${t}px`,this.resizerSelection.style.height=`${e}px`;for(let r=0;r<8;r++){const a=r===0||r===6||r===7?-n:r===1||r===5?t/2:t-n,c=r===0||r===1||r===2?-n:r===3||r===7?e/2-n:e-n;this.resizerHandleList[r].style.transform=`scale(${i})`,this.resizerHandleList[r].style.left=`${a}px`,this.resizerHandleList[r].style.top=`${c}px`,this.resizerHandleList[r].style.display=l?"none":"block"}}_updateResizerSizeView(t,e){this.resizerSize.innerText=`${Math.round(t)} × ${Math.round(e)}`}render(){const t=this.draw.getMode();!this.curElement||this.curElement.imgToolDisabled&&!this.draw.isDesignMode()||t===s.EditorMode.PRINT&&this.options.modeRule[s.EditorMode.PRINT]?.imagePreviewerDisabled||t===s.EditorMode.COMPARE&&this.options.modeRule[s.EditorMode.COMPARE]?.imagePreviewerDisabled||t===s.EditorMode.READONLY&&this.options.modeRule[s.EditorMode.READONLY]?.imagePreviewerDisabled||(this.imageList=this.draw.getImageParticle().getOriginalMainImageList(),this.curShowElement=this.curElement,this._drawPreviewer(),document.body.style.overflow="hidden")}drawResizer(t,e=null,n={}){const i=this.draw.getMode();t.imgToolDisabled&&!this.draw.isDesignMode()||i===s.EditorMode.PRINT&&this.options.modeRule[s.EditorMode.PRINT]?.imagePreviewerDisabled||i===s.EditorMode.COMPARE&&this.options.modeRule[s.EditorMode.COMPARE]?.imagePreviewerDisabled||i===s.EditorMode.READONLY&&this.options.modeRule[s.EditorMode.READONLY]?.imagePreviewerDisabled||(this.previewerDrawOption=n,this.curElementSrc=t[n.srcKey||"value"]||"",this.updateResizer(t,e),document.addEventListener("keydown",this._keydown))}updateResizer(t,e=null){const{scale:n}=this.options,i=t.width*n,l=t.height*n;this._updateResizerSizeView(i,l);const{x:r,y:a}=this._getElementPosition(t,e);this.resizerSelection.style.left=`${r}px`,this.resizerSelection.style.top=`${a}px`,this.resizerSelection.style.borderWidth=`${n}px`,this._updateResizerRect(i,l),this.resizerSelection.style.display="block",this.curElement=t,this.curPosition=e,this.width=i,this.height=l}clearResizer(){this.resizerSelection.style.display="none",document.removeEventListener("keydown",this._keydown)}}class jg{draw;range;datePicker;options;constructor(t){this.draw=t,this.options=t.getOptions(),this.range=t.getRange(),this.datePicker=new rl(t,{onSubmit:this._setValue.bind(this)})}_setValue(t){if(!t)return;const e=this.getDateElementRange();if(!e)return;const[n,i]=e,l=this.draw.getElementList(),r=l[n+1];this.draw.spliceElementList(l,n+1,i-n),this.range.setRange(n,n);const a={type:s.ElementType.DATE,value:"",dateFormat:r.dateFormat,valueList:[{value:t}]};re(l,[a],n,{editorOptions:this.options}),this.draw.insertElementList([a])}getDateElementRange(){let t=-1,e=-1;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=this.draw.getElementList(),r=l[n];if(r.type!==s.ElementType.DATE)return null;let a=n;for(;a>=0;){if(l[a].dateId!==r.dateId){t=a;break}a--}let c=n+1;for(;c<l.length;){if(l[c].dateId!==r.dateId){e=c-1;break}c++}return c===l.length&&(e=c-1),!~t||!~e?null:[t,e]}clearDatePicker(){this.datePicker.dispose()}renderDatePicker(t,e){const n=this.draw.getElementList(),i=this.getDateElementRange(),l=i?n.slice(i[0]+1,i[1]+1).map(r=>r.value).join(""):"";this.datePicker.render({value:l,position:e,dateFormat:t.dateFormat})}}class Il{element;videoCache;constructor(t){this.element=t,this.videoCache=new Map}snapshot(t,e,n){return new Promise((i,l)=>{const r=this.element.block?.videoBlock?.src||"";if(this.videoCache.has(r)){const a=this.videoCache.get(r);t.drawImage(a,e,n,this.element.metrics.width,this.element.metrics.height),i(this.element)}else{const a=document.createElement("video");a.src=r,a.muted=!0,a.crossOrigin="anonymous",a.onloadeddata=()=>{t.drawImage(a,e,n,this.element.metrics.width,this.element.metrics.height),this.videoCache.set(r,a),i(this.element)},a.onerror=c=>{l(c)},a.play().then(()=>{a.pause()})}})}render(t){const e=this.element.block,n=document.createElement("video");n.style.width="100%",n.style.height="100%",n.style.objectFit="contain",n.src=e.videoBlock?.src||"",n.controls=!0,t.append(n)}}class qg{draw;options;element;block;blockContainer;blockItem;blockCache;resizerMask;resizerSelection;resizerHandleList;width;height;mousedownX;mousedownY;curHandleIndex;isAllowResize;constructor(t,e){this.draw=t.getDraw(),this.options=this.draw.getOptions(),this.blockContainer=t.getBlockContainer(),this.element=e,this.block=null;const{blockItem:n,resizerMask:i,resizerSelection:l,resizerHandleList:r}=this._createBlockItem();this.blockItem=n,this.blockContainer.append(this.blockItem),this.blockCache=new Map,this.resizerMask=i,this.resizerSelection=l,this.resizerHandleList=r,this.width=0,this.height=0,this.mousedownX=0,this.mousedownY=0,this.curHandleIndex=0,this.isAllowResize=!1}getBlockElement(){return this.element}getBlockWidth(){return this.element.width||this.element.metrics.width}_createBlockItem(){const{scale:t,resizerColor:e}=this.options,n=document.createElement("div");n.classList.add(`${tt}-block-item`);const i=document.createElement("div");i.style.display="none",i.classList.add(`${tt}-resizer-selection`),i.style.borderColor=e,i.style.borderWidth=`${t}px`;const l=[];for(let a=0;a<8;a++){const c=document.createElement("div");c.style.background=e,c.classList.add("resizer-handle"),c.classList.add(`handle-${a}`),c.setAttribute("data-index",String(a)),c.onmousedown=this._mousedown.bind(this),i.append(c),l.push(c)}const r=document.createElement("div");return r.classList.add(`${tt}-resizer-mask`),r.style.display="none",n.append(r),n.onmouseenter=()=>{if(this.draw.isReadonly())return;const{width:c,height:d}=this.element.metrics;this._updateResizerRect(c,d),i.style.display="block"},n.onmouseleave=()=>{this.isAllowResize||(i.style.display="none")},n.append(i),{blockItem:n,resizerMask:r,resizerSelection:i,resizerHandleList:l}}_updateResizerRect(t,e){const{resizerSize:n,scale:i}=this.options;this.resizerSelection.style.width=`${t}px`,this.resizerSelection.style.height=`${e}px`;for(let l=0;l<8;l++){const r=l===0||l===6||l===7?-n:l===1||l===5?t/2:t-n,a=l===0||l===1||l===2?-n:l===3||l===7?e/2-n:e-n;this.resizerHandleList[l].style.transform=`scale(${i})`,this.resizerHandleList[l].style.left=`${r}px`,this.resizerHandleList[l].style.top=`${a}px`}}_mousedown(t){const e=this.draw.getPage();this.mousedownX=t.x,this.mousedownY=t.y,this.isAllowResize=!0;const n=t.target;this.curHandleIndex=Number(n.dataset.index),this.resizerMask.style.display="block";const i=window.getComputedStyle(n).cursor;document.body.style.cursor=i,e.style.cursor=i;const l=this._mousemove.bind(this);document.addEventListener("mousemove",l),document.addEventListener("mouseup",()=>{this.element.width=Math.min(this.width,this.draw.getInnerWidth()),this.element.height=this.height,this.isAllowResize=!1,this.resizerSelection.style.display="none",this.resizerMask.style.display="none",document.removeEventListener("mousemove",l),document.body.style.cursor="",e.style.cursor="text",this.draw.render()},{once:!0}),t.preventDefault()}_mousemove(t){if(!this.isAllowResize)return;const{scale:e}=this.options;let n=0,i=0;switch(this.curHandleIndex){case 0:{const d=this.mousedownX-t.x,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 1:i=this.mousedownY-t.y;break;case 2:{const d=t.x-this.mousedownX,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 4:{const d=t.x-this.mousedownX,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 3:n=t.x-this.mousedownX;break;case 5:i=t.y-this.mousedownY;break;case 6:{const d=this.mousedownX-t.x,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 7:n=this.mousedownX-t.x;break}const l=this.getBlockWidth()+n/e,r=this.element.height+i/e;if(l<=0||r<=0)return;this.width=l,this.height=r;const a=l*e,c=r*e;this._updateResizerRect(a,c),this.blockItem.style.width=`${a}px`,this.blockItem.style.height=`${c}px`,t.preventDefault()}snapshot(t,e,n){if(this.element.block.type===s.BlockType.VIDEO)if(this.blockItem.style.display="none",this.blockCache.has(this.element.id))this.blockCache.get(this.element.id).snapshot(t,e,n);else{this.block=new Il(this.element);const l=this.block.snapshot(t,e,n);this.draw.getImageObserver().add(l),this.blockCache.set(this.element.id,this.block)}}render(){const t=this.element.block;t.type===s.BlockType.IFRAME?(this.block=new Xn(this.element),this.block.render(this.blockItem)):t.type===s.BlockType.VIDEO&&(this.block=new Il(this.element),this.block.render(this.blockItem))}setClientRects(t,e,n){const i=this.draw.getHeight(),l=this.draw.getPageGap(),r=t*(i+l),{metrics:a}=this.element;this.blockItem.style.display="block",this.blockItem.style.width=`${a.width}px`,this.blockItem.style.height=`${a.height}px`,this.blockItem.style.left=`${e}px`,this.blockItem.style.top=`${r+n}px`}remove(){this.blockItem.remove()}}class tT{draw;container;blockContainer;blockMap;constructor(t){this.draw=t,this.container=t.getContainer(),this.blockMap=new Map,this.blockContainer=this._createBlockContainer(),this.container.append(this.blockContainer)}_createBlockContainer(){const t=document.createElement("div");return t.classList.add(`${tt}-block-container`),t}getDraw(){return this.draw}getBlockContainer(){return this.blockContainer}render(t,e,n,i,l){const r=n.id;let a=this.blockMap.get(r);a||(a=new qg(this,n),a.render(),this.blockMap.set(r,a)),this.draw.isPrintLikeMode()?a.snapshot(t,i,l):a.setClientRects(e,i,l)}clear(){if(!this.blockMap.size)return;const t=this.draw.getOriginalMainElementList(),e=[];for(let n=0;n<t.length;n++){const i=t[n];i.type===s.ElementType.BLOCK&&e.push(i.id)}this.blockMap.forEach(n=>{const i=n.getBlockElement().id;e.includes(i)||(n.remove(),this.blockMap.delete(i))})}}const gs={contextmenu:{global:{cut:"剪切",copy:"复制",paste:"粘贴",selectAll:"全选",print:"打印",cancel:"取消"},control:{delete:"删除控件",editAttribute:"修改元素配置",addExpression:"添加表达式",addMenstrualHistory:"月经史",addFetalHeartPosition:"胎心位置"},hyperlink:{delete:"删除链接",cancel:"取消链接",edit:"编辑链接"},image:{change:"更改图片",saveAs:"另存为图片",textWrap:"文字环绕",textWrapType:{embed:"嵌入型",upDown:"上下型环绕",surround:"四周型环绕",floatTop:"浮于文字上方",floatBottom:"衬于文字下方"}},table:{insertRowCol:"插入行列",insertTopRow:"上方插入1行",insertBottomRow:"下方插入1行",insertLeftCol:"左侧插入1列",insertRightCol:"右侧插入1列",deleteRowCol:"删除行列",deleteRow:"删除1行",deleteCol:"删除1列",deleteTable:"删除整个表格",mergeCell:"合并单元格",mergeCancelCell:"取消合并",verticalAlign:"垂直对齐",verticalAlignTop:"顶端对齐",verticalAlignMiddle:"垂直居中",verticalAlignBottom:"底端对齐",border:"表格边框",borderAll:"所有框线",borderEmpty:"无框线",borderDash:"虚框线",borderExternal:"外侧框线",borderInternal:"内侧框线",borderTd:"单元格边框",borderTdTop:"上边框",borderTdRight:"右边框",borderTdBottom:"下边框",borderTdLeft:"左边框",borderTdForward:"正斜线",borderTdBack:"反斜线",tableProperties:"表格属性"}},datePicker:{now:"此刻",confirm:"确定",return:"返回日期",timeSelect:"时间选择",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},year:"年",month:"月",hour:"时",minute:"分",second:"秒"},frame:{header:"页眉",footer:"页脚"},pageBreak:{displayName:"分页符"},zone:{headerTip:"双击编辑页眉",footerTip:"双击编辑页脚"}},eT={contextmenu:{global:{cut:"Cut",copy:"Copy",paste:"Paste",selectAll:"Select all",print:"Print",cancel:"Cancel"},control:{delete:"Delete control",editAttribute:"Edit element config",addExpression:"Add expression",addMenstrualHistory:"Menstrual History",addFetalHeartPosition:"Fetal Heart Position"},hyperlink:{delete:"Delete hyperlink",cancel:"Cancel hyperlink",edit:"Edit hyperlink"},image:{change:"Change image",saveAs:"Save as image",textWrap:"Text wrap",textWrapType:{embed:"Embed",upDown:"Up down",surround:"Surround",floatTop:"Float above text",floatBottom:"Float below text"}},table:{insertRowCol:"Insert row col",insertTopRow:"Insert top 1 row",insertBottomRow:"Insert bottom 1 row",insertLeftCol:"Insert left 1 col",insertRightCol:"Insert right 1 col",deleteRowCol:"Delete row col",deleteRow:"Delete 1 row",deleteCol:"Delete 1 col",deleteTable:"Delete table",mergeCell:"Merge cell",mergeCancelCell:"Cancel merge cell",verticalAlign:"Vertical align",verticalAlignTop:"Top",verticalAlignMiddle:"Middle",verticalAlignBottom:"Bottom",border:"Table border",borderAll:"All",borderEmpty:"Empty",borderDash:"Dash",borderExternal:"External",borderInternal:"Internal",borderTd:"Table cell border",borderTdTop:"Top",borderTdRight:"Right",borderTdBottom:"Bottom",borderTdLeft:"Left",borderTdForward:"Forward",borderTdBack:"Back",tableProperties:"Table Properties"}},datePicker:{now:"Now",confirm:"Confirm",return:"Return",timeSelect:"Time select",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},year:" ",month:" ",hour:"Hour",minute:"Minute",second:"Second"},frame:{header:"Header",footer:"Footer"},pageBreak:{displayName:"Page Break"},zone:{headerTip:"Double click to edit header",footerTip:"Double click to edit footer"}};class nT{currentLocale;langMap=new Map([["zhCN",gs],["en",eT]]);constructor(t){this.currentLocale=t}registerLangMap(t,e){const n=this.langMap.get(t);this.langMap.set(t,Ps(n||gs,e))}getLocale(){return this.currentLocale}setLocale(t){this.currentLocale=t}getLang(){return this.langMap.get(this.currentLocale)||gs}t(t){const e=t.split(".");let n="",i=this.getLang();for(let l=0;l<e.length;l++){const r=e[l],a=Reflect.get(i,r);if(a)n=i=a;else return""}return n}}class oT{promiseList;constructor(){this.promiseList=[]}add(t){this.promiseList.push(t)}clearAll(){this.promiseList=[]}allSettled(){return Promise.allSettled(this.promiseList)}}class iT{draw;zone;i18n;container;pageContainer;isDisableMouseMove;tipContainer;tipContent;currentMoveZone;constructor(t,e){this.draw=t,this.zone=e,this.i18n=t.getI18n(),this.container=t.getContainer(),this.pageContainer=t.getPageContainer();const{tipContainer:n,tipContent:i}=this._drawZoneTip();this.tipContainer=n,this.tipContent=i,this.isDisableMouseMove=!0,this.currentMoveZone=s.EditorZone.MAIN;const l=[],{header:r,footer:a}=t.getOptions();r.disabled||l.push(s.EditorZone.HEADER),a.disabled||l.push(s.EditorZone.FOOTER),l.length&&this._watchMouseMoveZoneChange(l)}_watchMouseMoveZoneChange(t){this.pageContainer.addEventListener("mousemove",zl(e=>{if(!(this.isDisableMouseMove||!this.draw.getIsPagingMode())){if(this.draw.getMode()!==s.EditorMode.EDIT){this._updateZoneTip(!1);return}if(e.offsetY)if(e.target instanceof HTMLCanvasElement){const n=this.zone.getZoneByY(e.offsetY);if(!t.includes(n)){this._updateZoneTip(!1);return}this.currentMoveZone=n,this._updateZoneTip(this.zone.getZone()===s.EditorZone.MAIN&&(n===s.EditorZone.HEADER||n===s.EditorZone.FOOTER),e.x,e.y)}else this._updateZoneTip(!1)}},250)),this.pageContainer.addEventListener("mouseenter",()=>{this.isDisableMouseMove=!1}),this.pageContainer.addEventListener("mouseleave",()=>{this.isDisableMouseMove=!0,this._updateZoneTip(!1)})}_drawZoneTip(){const t=document.createElement("div");t.classList.add(`${tt}-zone-tip`);const e=document.createElement("span");return t.append(e),this.container.append(t),{tipContainer:t,tipContent:e}}_updateZoneTip(t,e,n){t?(this.tipContainer.classList.add("show"),this.tipContainer.style.left=`${e}px`,this.tipContainer.style.top=`${n}px`,this.tipContent.innerText=this.i18n.t(`zone.${this.currentMoveZone===s.EditorZone.HEADER?"headerTip":"footerTip"}`)):this.tipContainer.classList.remove("show")}}class sT{INDICATOR_PADDING=2;INDICATOR_TITLE_TRANSLATE=[20,5];draw;options;i18n;container;currentZone;indicatorContainer;constructor(t){this.draw=t,this.i18n=t.getI18n(),this.options=t.getOptions(),this.container=t.getContainer(),this.currentZone=s.EditorZone.MAIN,this.indicatorContainer=null,this.options.zone.tipDisabled||new iT(t,this)}isHeaderActive(){return this.getZone()===s.EditorZone.HEADER}isMainActive(){return this.getZone()===s.EditorZone.MAIN}isFooterActive(){return this.getZone()===s.EditorZone.FOOTER}getZone(){return this.currentZone}setZone(t){const{header:e,footer:n}=this.options;!e.editable&&t===s.EditorZone.HEADER||!n.editable&&t===s.EditorZone.FOOTER||this.currentZone!==t&&(this.currentZone=t,this.draw.getRange().clearRange(),this.draw.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),this.drawZoneIndicator(),ri(()=>{const i=this.draw.getListener();i.zoneChange&&i.zoneChange(t);const l=this.draw.getEventBus();l.isSubscribe("zoneChange")&&l.emit("zoneChange",t)}))}getZoneByY(t){const e=this.draw.getHeader(),n=e.getHeaderTop()+e.getHeight(),i=this.draw.getFooter(),r=this.draw.getHeight()-(i.getFooterBottom()+i.getHeight());return t<n?s.EditorZone.HEADER:t>r?s.EditorZone.FOOTER:s.EditorZone.MAIN}drawZoneIndicator(){if(this._clearZoneIndicator(),!this.isHeaderActive()&&!this.isFooterActive())return;const{scale:t}=this.options,e=this.isHeaderActive(),[n,i]=this.INDICATOR_TITLE_TRANSLATE,l=this.draw.getPageList(),r=this.draw.getMargins(),a=this.draw.getInnerWidth(),c=this.draw.getHeight(),d=this.draw.getPageGap(),u=c+d;this.indicatorContainer=document.createElement("div"),this.indicatorContainer.classList.add(`${tt}-zone-indicator`);const R=this.draw.getHeader(),h=this.draw.getFooter(),g=e?R.getHeight():h.getHeight(),T=e?R.getHeaderTop():c-h.getFooterBottom()-g;for(let f=0;f<l.length;f++){const m=u*f+T,C=r[3]-this.INDICATOR_PADDING,I=r[3]+a+this.INDICATOR_PADDING,p=e?m-this.INDICATOR_PADDING:m+g+this.INDICATOR_PADDING,L=e?m+g+this.INDICATOR_PADDING:m-this.INDICATOR_PADDING,M=document.createElement("div");M.innerText=this.i18n.t(`frame.${e?"header":"footer"}`),M.style.top=`${L}px`,M.style.transform=`translate(${n*t}px, ${i*t}px) scale(${t})`,this.indicatorContainer.append(M);const O=document.createElement("span");O.classList.add(`${tt}-zone-indicator-border__top`),O.style.top=`${p}px`,O.style.width=`${a}px`,O.style.marginLeft=`${r[3]}px`,this.indicatorContainer.append(O);const b=document.createElement("span");b.classList.add(`${tt}-zone-indicator-border__left`),b.style.top=`${m}px`,b.style.height=`${g}px`,b.style.left=`${C}px`,this.indicatorContainer.append(b);const D=document.createElement("span");D.classList.add(`${tt}-zone-indicator-border__bottom`),D.style.top=`${L}px`,this.indicatorContainer.append(D);const W=document.createElement("span");W.classList.add(`${tt}-zone-indicator-border__right`),W.style.top=`${m}px`,W.style.height=`${g}px`,W.style.left=`${I}px`,this.indicatorContainer.append(W)}this.container.append(this.indicatorContainer)}_clearZoneIndicator(){this.indicatorContainer?.remove(),this.indicatorContainer=null}}class rT{draw;position;zone;options;elementList;rowList;positionList;constructor(t,e){this.draw=t,this.position=t.getPosition(),this.zone=t.getZone(),this.options=t.getOptions(),this.elementList=e||[],this.rowList=[],this.positionList=[]}getRowList(){return this.rowList}setElementList(t){this.elementList=t}getElementList(){return this.elementList}getPositionList(){return this.positionList}compute(){this.recovery(),this._computeRowList(),this._computePositionList()}recovery(){this.rowList=[],this.positionList=[]}_computeRowList(){const t=this.draw.getInnerWidth();this.rowList=this.draw.computeRowList({innerWidth:t,elementList:this.elementList})}_computePositionList(){const t=this.getFooterBottom(),e=this.draw.getInnerWidth(),i=this.draw.getMargins()[3],l=this.draw.getHeight(),r=this.getHeight(),a=l-t-r;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:i,startY:a,innerWidth:e,zone:s.EditorZone.FOOTER})}getFooterBottom(){const{footer:{bottom:t,disabled:e},scale:n}=this.options;return e?0:Math.floor(t*n)}getMaxHeight(){const{footer:{maxHeightRadio:t}}=this.options,e=this.draw.getHeight();return Math.floor(e*Cs[t])}getHeight(){if(this.options.footer.disabled)return 0;const t=this.getMaxHeight(),e=this.getRowHeight();return e>t?t:e}getRowHeight(){return this.rowList.reduce((t,e)=>t+e.height,0)}getExtraHeight(){const t=this.draw.getMargins(),e=this.getHeight(),i=this.getFooterBottom()+e-t[2];return i<=0?0:i}render(t,e){t.save(),t.globalAlpha=this.zone.isFooterActive()?1:this.options.footer.inactiveAlpha;const n=this.draw.getInnerWidth(),i=this.getMaxHeight(),l=[];let r=0;for(let a=0;a<this.rowList.length;a++){const c=this.rowList[a];if(r+c.height>i)break;l.push(c),r+=c.height}this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:l,pageNo:e,startIndex:0,innerWidth:n,zone:s.EditorZone.FOOTER}),t.restore()}}class lT{draw;range;options;UN_COUNT_STYLE_WIDTH=20;MEASURE_BASE_TEXT="0";LIST_GAP=10;constructor(t){this.draw=t,this.range=t.getRange(),this.options=t.getOptions()}setList(t,e){if(this.draw.isReadonly())return;const{startIndex:i,endIndex:l}=this.range.getRange();if(!~i&&!~l)return;const r=this.range.getRangeParagraphElementList();if(!r||!r.length)return;if(r.find(R=>R.listType===t&&R.listStyle===e)||!t){this.unsetList();return}const c=Tt();r.forEach(R=>{R.listId=c,R.listType=t,R.listStyle=e});const d=i===l,u=d?l:i;this.draw.render({curIndex:u,isSetCursor:d})}unsetList(){if(this.draw.isReadonly())return;const{startIndex:e,endIndex:n}=this.range.getRange();if(!~e&&!~n)return;const i=this.range.getRangeParagraphElementList()?.filter(d=>d.listId);if(!i||!i.length)return;const l=this.draw.getElementList(),r=l[n];if(r.listId){let d=n+1;for(;d<l.length;){const u=l[d];if(u.value===_&&!u.listWrap)break;if(u.listId!==r.listId){this.draw.spliceElementList(l,d,0,[{value:_}]);break}d++}}i.forEach(d=>{delete d.listId,delete d.listType,delete d.listStyle,delete d.listWrap});const a=e===n,c=a?n:e;this.draw.render({curIndex:c,isSetCursor:a})}computeListStyle(t,e){const n=new Map;let i=0,l=e[i]?.listId,r=[];const a=e.length;for(;i<a;){const c=e[i];if(l&&l===c.listId)r.push(c);else if(c.listId&&c.listId!==l){if(r.length){const d=this.getListStyleWidth(t,r);n.set(l,d)}l=c.listId,r=l?[c]:[]}i++}if(r.length){const c=this.getListStyleWidth(t,r);n.set(l,c)}return n}findStyledElement(t){let e=t[0];for(let n=1;n<t.length;n++){const i=t[n];if(i.font||i.size||i.bold||i.italic){e=i;break}}return e}getListFontStyle(t,e){if(this.options.list.inheritStyle){const n=this.findStyledElement(t);return this.draw.getElementFont(n,e)}else{const{defaultFont:n,defaultSize:i}=this.options;return`${i*e}px ${n}`}}getListStyleWidth(t,e){const{scale:n,checkbox:i}=this.options,l=e[0];if(l.listStyle&&l.listStyle!==s.ListStyle.DECIMAL)return l.listStyle===s.ListStyle.CHECKBOX?(i.width+this.LIST_GAP)*n:this.UN_COUNT_STYLE_WIDTH*n;const r=e.reduce((d,u)=>(u.value===_&&(d+=1),d),0);if(!r)return 0;t.save(),t.font=this.getListFontStyle(e,n);const a=`${this.MEASURE_BASE_TEXT.repeat(String(r).length)}${s.KeyMap.PERIOD}`,c=t.measureText(a);return t.restore(),Math.ceil((c.width+this.LIST_GAP)*n)}drawListStyle(t,e,n){const{elementList:i,offsetX:l,listIndex:r,ascent:a}=e,c=i[0];if(c.value!==_||c.listWrap)return;let d=0;const{defaultTabWidth:u,scale:R}=this.options;for(let m=1;m<i.length&&i[m]?.type===s.ElementType.TAB;m++)d+=u*R;const{coordinate:{leftTop:[h,g]}}=n,T=h-l+d,f=g+a;if(c.listStyle===s.ListStyle.CHECKBOX){const{width:m,height:C,gap:I}=this.options.checkbox,p={...c,checkbox:{value:!!c.checkbox?.value},metrics:{...c.metrics,width:(m+I*2)*R,height:C*R}};this.draw.getCheckboxParticle().render({ctx:t,x:T-I*R,y:f,index:0,row:{...e,elementList:[p,...e.elementList]}})}else{let m="";if(c.listType===s.ListType.UL?m=hi[c.listStyle]||hi[pn.DISC]:m=`${r+1}${s.KeyMap.PERIOD}`,!m)return;t.save(),t.font=this.getListFontStyle(i,R),t.fillText(m,T,f),t.restore()}}}class ho{options;static WIDTH=12;static HEIGHT=9;static GAP=3;constructor(t){this.options=t.getOptions()}render(t,e,n,i){const{scale:l,lineBreak:{color:r,lineWidth:a}}=this.options;t.save(),t.beginPath();const c=i-ho.HEIGHT*l/2,d=n+e.metrics.width;t.translate(d,c),t.scale(l,l),t.strokeStyle=r,t.lineWidth=a,t.lineCap="round",t.lineJoin="round",t.beginPath(),t.moveTo(8,0),t.lineTo(12,0),t.lineTo(12,6),t.lineTo(3,6),t.moveTo(3,6),t.lineTo(6,3),t.moveTo(3,6),t.lineTo(6,9),t.stroke(),t.closePath(),t.restore()}}class Ll{draw;position;options;elementList;rowList;positionList;constructor(t){this.draw=t,this.position=t.getPosition(),this.options=t.getOptions(),this.elementList=[],this.rowList=[],this.positionList=[]}_recovery(){this.elementList=[],this.rowList=[],this.positionList=[]}_compute(t){this._computeRowList(),this._computePositionList(t)}_computeRowList(){const t=this.draw.getInnerWidth();this.rowList=this.draw.computeRowList({innerWidth:t,elementList:this.elementList})}_computePositionList(t){const{lineBreak:e,scale:n}=this.options,i=this.draw.getHeader().getExtraHeight(),l=this.draw.getInnerWidth(),r=this.draw.getMargins();let a=r[3];e.disabled||(a+=(ho.WIDTH+ho.GAP)*n);const c=t?.startY||r[0]+i;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:a,startY:c,innerWidth:l})}render(t,e){const{placeholder:n=this.options.placeholder}=e||{},{data:i,font:l,size:r,color:a,opacity:c}=n;this._recovery(),this.elementList=[{value:i,font:l,size:r,color:a}],jt(this.elementList,{editorOptions:this.options,isForceCompensation:!0}),this._compute(e);const d=this.draw.getInnerWidth();t.save(),t.globalAlpha=c,this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:this.rowList,pageNo:0,startIndex:0,innerWidth:d,isDrawLineBreak:!1}),t.restore()}}class aT{draw;options;range;fillRectMap;constructor(t){this.draw=t,this.options=t.getOptions(),this.range=t.getRange(),this.fillRectMap=new Map}setGroup(){if(this.draw.isReadonly()||this.draw.getZone().getZone()!==s.EditorZone.MAIN)return null;const t=this.range.getSelection();if(!t)return null;const e=Tt();return t.forEach(n=>{Array.isArray(n.groupIds)||(n.groupIds=[]),n.groupIds.push(e)}),this.draw.render({isSetCursor:!1,isCompute:!1}),e}getElementListByGroupId(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i];if(l.type===s.ElementType.TABLE){const r=l.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getElementListByGroupId(u.value,e);if(R.length)return n.push(...R),n}}}if(l?.groupIds?.includes(e)&&(n.push(l),!t[i+1]?.groupIds?.includes(e)))break}return n}deleteGroup(t){if(this.draw.isReadonly())return;const e=this.draw.getOriginalMainElementList(),n=this.getElementListByGroupId(e,t);if(n.length){for(let i=0;i<n.length;i++){const l=n[i],r=l.groupIds,a=r.findIndex(c=>c===t);r.splice(a,1),r.length||delete l.groupIds}this.draw.render({isSetCursor:!1,isCompute:!1})}}getContextByGroupId(t,e){for(let n=0;n<t.length;n++){const i=t[n];if(i.type===s.ElementType.TABLE){const r=i.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getContextByGroupId(u.value,e);if(R)return{...R,isTable:!0,index:n,trIndex:a,tdIndex:d,tdId:u.id,trId:c.id,tableId:i.tableId}}}}const l=t[n+1];if(i.groupIds?.includes(e)&&!l?.groupIds?.includes(e))return{isTable:!1,startIndex:n,endIndex:n}}return null}clearFillInfo(){this.fillRectMap.clear()}recordFillInfo(t,e,n,i,l){const r=t.groupIds;if(r)for(const a of r){const c=this.fillRectMap.get(a);c?c.width+=i:this.fillRectMap.set(a,{x:e,y:n,width:i,height:l})}}render(t){if(!this.fillRectMap.size)return;const e=this.range.getRange(),i=this.draw.getElementList()[e.endIndex]?.groupIds,{group:{backgroundColor:l,opacity:r,activeOpacity:a,activeBackgroundColor:c}}=this.options;t.save(),this.fillRectMap.forEach((d,u)=>{const{x:R,y:h,width:g,height:T}=d;i?.includes(u)?(t.globalAlpha=a,t.fillStyle=c):(t.globalAlpha=r,t.fillStyle=l),t.fillRect(R,h,g,T)}),t.restore(),this.clearFillInfo()}}class cT{options;constructor(t){this.options=t.getOptions()}render(t,e,n,i){const{scale:l,whiteSpace:{color:r,radius:a}}=this.options,c=e.metrics;t.save(),t.fillStyle=r,t.beginPath(),t.arc(n+c.width/2,i,a*l,0,Math.PI*2),t.fill(),t.closePath(),t.restore()}}class dT{draw;eventBus;pageContainer;constructor(t){this.draw=t,this.eventBus=this.draw.getEventBus(),this.pageContainer=this.draw.getPageContainer(),this.pageContainer.addEventListener("mousemove",this._mousemove.bind(this)),this.pageContainer.addEventListener("mouseenter",this._mouseenter.bind(this)),this.pageContainer.addEventListener("mouseleave",this._mouseleave.bind(this)),this.pageContainer.addEventListener("mousedown",this._mousedown.bind(this)),this.pageContainer.addEventListener("mouseup",this._mouseup.bind(this)),this.pageContainer.addEventListener("click",this._click.bind(this))}_mousemove(t){this.eventBus.isSubscribe("mousemove")&&this.eventBus.emit("mousemove",t)}_mouseenter(t){this.eventBus.isSubscribe("mouseenter")&&this.eventBus.emit("mouseenter",t)}_mouseleave(t){this.eventBus.isSubscribe("mouseleave")&&this.eventBus.emit("mouseleave",t)}_mousedown(t){this.eventBus.isSubscribe("mousedown")&&this.eventBus.emit("mousedown",t)}_mouseup(t){this.eventBus.isSubscribe("mouseup")&&this.eventBus.emit("mouseup",t)}_click(t){this.eventBus.isSubscribe("click")&&this.eventBus.emit("click",t)}}class uT{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}render(t,e){const{scale:n,lineNumber:{color:i,size:l,font:r,right:a,type:c}}=this.options,d=this.draw.getTextParticle(),u=this.draw.getMargins(),R=this.draw.getPosition().getOriginalMainPositionList(),g=this.draw.getPageRowList()[e];t.save(),t.fillStyle=i,t.font=`${l*n}px ${r}`;for(let T=0;T<g.length;T++){const f=g[T],{coordinate:{leftBottom:m}}=R[f.startIndex],C=c===s.LineNumberType.PAGE?T+1:f.rowIndex+1,I=d.measureText(t,{value:`${C}`}),p=u[3]-(I.width+a)*n,L=m[1]-I.actualBoundingBoxAscent*n;t.fillText(`${C}`,p,L)}t.restore()}}class RT{draw;header;footer;options;constructor(t){this.draw=t,this.header=t.getHeader(),this.footer=t.getFooter(),this.options=t.getOptions()}render(t){const{scale:e,pageBorder:{color:n,lineWidth:i,padding:l}}=this.options;t.save(),t.translate(.5,.5),t.strokeStyle=n,t.lineWidth=i*e;const r=this.draw.getMargins(),a=r[3]-l[3]*e,c=r[0]+this.header.getExtraHeight()-l[0]*e,d=this.draw.getInnerWidth()+(l[1]+l[3])*e,u=this.draw.getHeight()-c-this.footer.getExtraHeight()-r[2]+l[2]*e;t.rect(a,c,d,u),t.stroke(),t.restore()}}function hT(o,t){const{value:e,oldValue:n}=t;n.isTable&&!e.isTable&&o.getTableTool().dispose()}class gT{draw;eventBus;constructor(t){this.draw=t,this.eventBus=t.getEventBus(),this.execute()}execute(){this.eventBus.on("positionContextChange",t=>{hT(this.draw,t)})}}class TT{draw;range;position;tableTool;tableParticle;options;constructor(t){this.draw=t,this.range=t.getRange(),this.position=t.getPosition(),this.tableTool=t.getTableTool(),this.tableParticle=t.getTableParticle(),this.options=t.getOptions()}insertTable(t,e){const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{defaultTrMinHeight:l}=this.options.table,r=this.draw.getElementList();let a=0;if(r[n]?.listId){const T=this.position.getPositionList(),{rowIndex:f}=T[n];a=this.draw.getRowList()[f]?.offsetX||0}const c=this.draw.getContextInnerWidth()-a,d=[],u=c/e;for(let T=0;T<e;T++)d.push({width:u});const R=[];for(let T=0;T<t;T++){const f=[],m={height:l,tdList:f};for(let C=0;C<e;C++)f.push({colspan:1,rowspan:1,value:[]});R.push(m)}const h={type:s.ElementType.TABLE,value:"",colgroup:d,trList:R};jt([h],{editorOptions:this.options}),re(r,[h],n,{editorOptions:this.options});const g=n+1;this.draw.spliceElementList(r,g,n===i?0:i-n,[h]),this.range.setRange(g,g),this.draw.render({curIndex:g,isSetCursor:!1})}insertTableTopRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n];if(c.tdList.length<r.colgroup.length){const R=c.tdList[0].rowIndex;for(let h=0;h<n;h++){const g=a[h];for(let T=0;T<g.tdList.length;T++){const f=g.tdList[T];f.rowspan>1&&f.rowIndex+f.rowspan>=R+1&&(f.rowspan+=1)}}}const d=Tt(),u={height:c.height,id:d,tdList:[]};for(let R=0;R<c.tdList.length;R++){const h=c.tdList[R],g=Tt();u.tdList.push({id:g,rowspan:1,colspan:h.colspan,value:[{value:_,size:16,tableId:i,trId:d,tdId:g}]})}a.splice(n,0,u),this.position.setPositionContext({isTable:!0,index:e,trIndex:n,tdIndex:0,tdId:u.tdList[0].id,trId:u.id,tableId:i}),this.range.setRange(0,0),this.draw.render({curIndex:0}),this.tableTool.render()}insertTableBottomRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n],d=a.length-1===n?c:a[n+1];if(d.tdList.length<r.colgroup.length){const h=d.tdList[0].rowIndex;for(let g=0;g<n+1;g++){const T=a[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f];m.rowspan>1&&m.rowIndex+m.rowspan>=h+1&&(m.rowspan+=1)}}}const u=Tt(),R={height:d.height,id:u,tdList:[]};for(let h=0;h<d.tdList.length;h++){const g=d.tdList[h],T=Tt();R.tdList.push({id:T,rowspan:1,colspan:g.colspan,value:[{value:_,size:16,tableId:i,trId:u,tdId:T}]})}a.splice(n+1,0,R),this.position.setPositionContext({isTable:!0,index:e,trIndex:n+1,tdIndex:0,tdId:R.tdList[0].id,trId:R.id,tableId:r.id}),this.range.setRange(0,0),this.draw.render({curIndex:0})}adjustColWidth(t){if(t.type!==s.ElementType.TABLE)return;const{defaultColMinWidth:e}=this.options.table,n=t.colgroup,i=n.reduce((r,a)=>r+a.width,0),l=this.draw.getOriginalInnerWidth();if(i>l){const r=n.filter(c=>c.width>e),a=(i-l)/r.length;for(let c=0;c<n.length;c++){const d=n[c];d.width-a>=e&&(d.width-=a)}}}insertTableLeftCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=n;for(let R=0;R<a.length;R++){const h=a[R],g=Tt();h.tdList.splice(c,0,{id:g,rowspan:1,colspan:1,value:[{value:_,size:16,tableId:i,trId:h.id,tdId:g}]})}const{defaultColMinWidth:d}=this.options.table;r.colgroup.splice(c,0,{width:d}),this.adjustColWidth(r),this.position.setPositionContext({isTable:!0,index:e,trIndex:0,tdIndex:c,tdId:a[0].tdList[c].id,trId:a[0].id,tableId:i}),this.range.setRange(0,0),this.draw.render({curIndex:0}),this.tableTool.render()}insertTableRightCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=n+1;for(let R=0;R<a.length;R++){const h=a[R],g=Tt();h.tdList.splice(c,0,{id:g,rowspan:1,colspan:1,value:[{value:_,size:16,tableId:i,trId:h.id,tdId:g}]})}const{defaultColMinWidth:d}=this.options.table;r.colgroup.splice(c,0,{width:d}),this.adjustColWidth(r),this.position.setPositionContext({isTable:!0,index:e,trIndex:0,tdIndex:c,tdId:a[0].tdList[c].id,trId:a[0].id,tableId:r.id}),this.range.setRange(0,0),this.draw.render({curIndex:0})}deleteTableRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tdIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n],d=c.tdList[i].rowIndex;if(a.length<=1&&r.pagingIndex===0){this.deleteTable();return}for(let u=0;u<d;u++){const h=a[u].tdList;for(let g=0;g<h.length;g++){const T=h[g];T.rowIndex+T.rowspan>d&&T.rowspan--}}for(let u=0;u<c.tdList.length;u++){const R=c.tdList[u];if(R.rowspan>1){const h=Tt(),g=a[n+1];g.tdList.splice(u,0,{id:h,rowspan:R.rowspan-1,colspan:R.colspan,value:[{value:_,size:16,tableId:r.id,trId:g.id,tdId:h}]})}}a.splice(n,1),this.position.setPositionContext({isTable:!1}),this.range.clearRange(),this.draw.render({curIndex:t.index}),this.tableTool.dispose()}deleteTableCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,d=a[i].tdList[n].colIndex;if(!a.find(R=>R.tdList.length>1)){this.deleteTable();return}for(let R=0;R<a.length;R++){const h=a[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];T.colIndex<=d&&T.colIndex+T.colspan>d&&(T.colspan>1?T.colspan--:h.tdList.splice(g,1))}}r.colgroup?.splice(d,1),this.position.setPositionContext({isTable:!1}),this.range.setRange(0,0),this.draw.render({curIndex:t.index}),this.tableTool.dispose()}deleteTable(){const t=this.position.getPositionContext();if(!t.isTable)return;const e=this.draw.getOriginalElementList(),n=e[t.index];let i=1,l=t.index;if(n.pagingId){l=t.index-n.pagingIndex;for(let a=l+1;a<e.length&&e[a].pagingId===n.pagingId;a++)i++}e.splice(l,i);const r=l-1;this.position.setPositionContext({isTable:!1,index:r}),this.range.setRange(r,r),this.draw.render({curIndex:r}),this.tableTool.dispose()}mergeTableCell(){const t=this.position.getPositionContext();if(!t.isTable)return;const{isCrossRowCol:e,startTdIndex:n,endTdIndex:i,startTrIndex:l,endTrIndex:r}=this.range.getRange();if(!e)return;const{index:a}=t,u=this.draw.getOriginalElementList()[a].trList;let R=u[l].tdList[n],h=u[r].tdList[i];(R.x>h.x||R.y>h.y)&&([R,h]=[h,R]);const g=R.colIndex,T=h.colIndex+(h.colspan-1),f=R.rowIndex,m=h.rowIndex+(h.rowspan-1),C=[];for(let F=0;F<u.length;F++){const S=u[F],N=[];for(let P=0;P<S.tdList.length;P++){const Y=S.tdList[P],X=Y.colIndex,U=Y.rowIndex;X>=g&&X<=T&&U>=f&&U<=m&&N.push(Y)}N.length&&C.push(N)}if(!C.length)return;const I=C[C.length-1],p=C[0][0],L=I[I.length-1],M=p.x,O=p.y,b=L.x+L.width,D=L.y+L.height;for(let F=0;F<C.length;F++){const S=C[F];for(let N=0;N<S.length;N++){const P=S[N],Y=P.x,X=P.y,U=Y+P.width,Q=X+P.height;if(M>Y||O>X||b<U||D<Q)return}}const W=[],V=C[0][0],E=V.value[0];for(let F=0;F<C.length;F++){const S=C[F];for(let N=0;N<S.length;N++){const P=S[N];if(!(F===0&&N===0)){W.push(P.id);const X=P.value.length>1?0:1;for(let U=X;U<P.value.length;U++){const Q=P.value[U];an(Sn,E,Q),V.value.push(Q)}}F===0&&N!==0&&(V.colspan+=P.colspan),F!==0&&V.colIndex===P.colIndex&&(V.rowspan+=P.rowspan)}}for(let F=0;F<u.length;F++){const S=u[F];let N=0;for(;N<S.tdList.length;){const P=S.tdList[N];W.includes(P.id)&&(S.tdList.splice(N,1),N--),N++}}this.position.setPositionContext({...t,trIndex:V.trIndex,tdIndex:V.tdIndex});const y=V.value.length-1;this.range.setRange(y,y),this.draw.render(),this.tableTool.render()}cancelMergeTableCell(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[i],d=c.tdList[n];if(d.rowspan===1&&d.colspan===1)return;const u=d.colspan;if(d.colspan>1){for(let h=1;h<d.colspan;h++){const g=Tt();c.tdList.splice(n+h,0,{id:g,rowspan:1,colspan:1,value:[{value:_,size:16,tableId:r.id,trId:c.id,tdId:g}]})}d.colspan=1}if(d.rowspan>1){for(let h=1;h<d.rowspan;h++){const g=a[i+h];for(let T=0;T<u;T++){const f=Tt();g.tdList.splice(d.colIndex,0,{id:f,rowspan:1,colspan:1,value:[{value:_,size:16,tableId:r.id,trId:g.id,tdId:f}]})}}d.rowspan=1}const R=d.value.length-1;this.range.setRange(R,R),this.draw.render(),this.tableTool.render()}splitVerticalTableCell(){const t=this.position.getPositionContext();if(!t.isTable||this.range.getRange().isCrossRowCol)return;const{index:n,tdIndex:i,trIndex:l}=t,a=this.draw.getOriginalElementList()[n],c=a.trList,d=c[l],u=d.tdList[i];a.colgroup.splice(i+1,0,{width:this.options.table.defaultColMinWidth});for(let R=0;R<c.length;R++){const h=c[R];let g=0;for(;g<h.tdList.length;){const T=h.tdList[g];if(T.rowIndex!==u.rowIndex)T.colIndex<=u.colIndex&&T.colIndex+T.colspan>u.colIndex&&T.colspan++;else if(T.id===u.id){const f=Tt();d.tdList.splice(g+u.colspan,0,{id:f,rowspan:u.rowspan,colspan:1,value:[{value:_,size:16,tableId:a.id,trId:h.id,tdId:f}]}),g++}g++}}this.draw.render(),this.tableTool.render()}splitHorizontalTableCell(){const t=this.position.getPositionContext();if(!t.isTable||this.range.getRange().isCrossRowCol)return;const{index:n,tdIndex:i,trIndex:l}=t,a=this.draw.getOriginalElementList()[n],c=a.trList,u=c[l].tdList[i];let R=-1,h=0;for(;h<c.length;){if(h===R){h++;continue}const g=c[h];let T=0;for(;T<g.tdList.length;){const f=g.tdList[T];if(f.id===u.id){const m=Tt(),C=Tt();c.splice(h+u.rowspan,0,{id:m,height:this.options.table.defaultTrMinHeight,tdList:[{id:C,rowspan:1,colspan:u.colspan,value:[{value:_,size:16,tableId:a.id,trId:m,tdId:C}]}]}),R=h+u.rowspan}else f.rowIndex>=u.rowIndex&&f.rowIndex<u.rowIndex+u.rowspan&&f.rowIndex+f.rowspan>=u.rowIndex+u.rowspan&&f.rowspan++;T++}h++}this.draw.render(),this.tableTool.render()}tableTdVerticalAlign(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];!a||a.verticalAlign===t||!a.verticalAlign&&t===s.VerticalAlign.TOP||(a.verticalAlign=t)}}const{endIndex:n}=this.range.getRange();this.draw.render({curIndex:n})}tableBorderType(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderType&&t===s.TableBorder.ALL||l.borderType===t)return;l.borderType=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r})}tableBorderColor(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderColor&&t===this.options.table.defaultBorderColor||l.borderColor===t)return;l.borderColor=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r,isCompute:!1})}tableTdBorderType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.borderTypes?.includes(t));n.forEach(r=>{r.borderTypes||(r.borderTypes=[]);const a=r.borderTypes.findIndex(c=>c===t);i?~a||r.borderTypes.push(t):~a&&r.borderTypes.splice(a,1),r.borderTypes.length||delete r.borderTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdSlashType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.slashTypes?.includes(t));n.forEach(r=>{r.slashTypes||(r.slashTypes=[]);const a=r.slashTypes.findIndex(c=>c===t);i?~a||r.slashTypes.push(t):~a&&r.slashTypes.splice(a,1),r.slashTypes.length||delete r.slashTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdBackgroundColor(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];a.backgroundColor=t}}const{endIndex:n}=this.range.getRange();this.range.setRange(n,n),this.draw.render({isCompute:!1})}tableSelectAll(){const t=this.position.getPositionContext(),{index:e,tableId:n,isTable:i}=t;if(!i||!n)return;const{startIndex:l,endIndex:r}=this.range.getRange(),c=this.draw.getOriginalElementList()[e].trList,d=c.length-1,u=c[d].tdList.length-1;this.range.replaceRange({startIndex:l,endIndex:r,tableId:n,startTdIndex:0,endTdIndex:u,startTrIndex:0,endTrIndex:d}),this.draw.render({isSetCursor:!1,isCompute:!1,isSubmitHistory:!1})}tableProperties(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e}=t,i=this.draw.getOriginalElementList()[e],l=this.draw.getOptions().table.tdPadding,r=i.tdPadding||l,a=document.createElement("div");a.className="table-properties-modal",a.setAttribute("editor-component","table-properties-modal"),a.innerHTML=`
514
+ </span>`},l=(u,R,h)=>{const g=[];return R.forEach(T=>{g.push(i(h,T))}),u.forEach(T=>{g.push(i(h,T))}),g.join(" ")},r=e.querySelector(".tooth-preview-upper-left"),a=e.querySelector(".tooth-preview-upper-right"),c=e.querySelector(".tooth-preview-lower-left"),d=e.querySelector(".tooth-preview-lower-right");r&&(r.innerHTML=l(t?.upperLeft||[],t?.upperLeftLetter||[],"upperLeft")),a&&(a.innerHTML=l(t?.upperRight||[],t?.upperRightLetter||[],"upperRight")),c&&(c.innerHTML=l(t?.lowerLeft||[],t?.lowerLeftLetter||[],"lowerLeft")),d&&(d.innerHTML=l(t?.lowerRight||[],t?.lowerRightLetter||[],"lowerRight"))}bindExtraPanelEvents(){const t=this.inputModal;if(!t)return;t.querySelectorAll(".tooth-surface-item").forEach(i=>{i.addEventListener("click",()=>{if(!this.finallyAdd)return;const l=i.dataset.surface;if(!l)return;const r=`${this.finallyAdd.position}-${this.finallyAdd.value}`;this.toothSurfaceMap[r]||(this.toothSurfaceMap[r]=[]);const a=this.toothSurfaceMap[r],c=a.indexOf(l);c>-1?(a.splice(c,1),i.classList.remove("selected")):(a.push(l),i.classList.add("selected")),this.updatePreview()})}),t.querySelectorAll(".tooth-supernumerary-item").forEach(i=>{i.addEventListener("click",()=>{if(!this.finallyAdd)return;const l=i.dataset.supernumerary;if(!l)return;const r=`${this.finallyAdd.position}-${this.finallyAdd.value}`;this.supernumeraryToothMap[r]===l?(delete this.supernumeraryToothMap[r],i.classList.remove("selected")):(t.querySelectorAll(".tooth-supernumerary-item").forEach(a=>a.classList.remove("selected")),this.supernumeraryToothMap[r]=l,i.classList.add("selected")),this.updatePreview()})}),this.updateExtraPanelSelection()}updateExtraPanelSelection(){const t=this.inputModal;if(!t||!this.finallyAdd)return;const e=`${this.finallyAdd.position}-${this.finallyAdd.value}`,n=this.toothSurfaceMap[e]||[];t.querySelectorAll(".tooth-surface-item").forEach(l=>{const r=l.dataset.surface;n.includes(r||"")?l.classList.add("selected"):l.classList.remove("selected")});const i=this.supernumeraryToothMap[e];t.querySelectorAll(".tooth-supernumerary-item").forEach(l=>{l.dataset.supernumerary===i?l.classList.add("selected"):l.classList.remove("selected")})}}const Tl='(function(){"use strict";function f(i){let s="",n=0;for(;n<i.length;){const t=i[n];if(t.type==="table"){if(t.trList)for(let l=0;l<t.trList.length;l++){const o=t.trList[l];for(let e=0;e<o.tdList.length;e++){const r=o.tdList[e];s+=f(r.value)}}}else if(t.type==="hyperlink"){const l=t.hyperlinkId,o=[];for(;n<i.length;){const e=i[n];if(l!==e.hyperlinkId){n--;break}delete e.type,o.push(e),n++}s+=f(o)}else if(t.controlId){if(!t.control?.hide){const l=t.controlId,o=[];for(;n<i.length;){const e=i[n];if(l!==e.controlId){n--;break}e.controlComponent==="value"&&(delete e.controlId,o.push(e)),n++}s+=f(o)}}else(!t.type||t.type==="text")&&!t.area?.hide&&(s+=t.value);n++}return s}function p(i){const s=[],n=/[0-9]/,t=/[A-Za-z]/,l=/\\s/;let o=!1,e=!1,r="";function a(){r&&(s.push(r),r="")}for(const c of i)t.test(c)?(o||a(),r+=c,o=!0,e=!1):n.test(c)?(e||a(),r+=c,o=!1,e=!0):(a(),o=!1,e=!1,l.test(c)||s.push(c));return a(),s}onmessage=i=>{const s=i.data,t=f(s).replace(new RegExp("^​"),"").replace(new RegExp("​","g"),`\n`),l=p(t);postMessage(l.length)}})();\n',fl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Tl],{type:"text/javascript;charset=utf-8"});function $g(o){let t;try{if(t=fl&&(self.URL||self.webkitURL).createObjectURL(fl),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Tl),{name:o?.name})}}const ml=`(function(){"use strict";const v={first:1,second:2,third:3,fourth:4,fifth:5,sixth:6},E=["text","hyperlink","subscript","superscript","control","date","label"],L="​";function m(c){return!c.type||E.includes(c.type)}function I(c){const{elementList:r,positionList:d}=c,p=[];let u=0;for(;u<r.length;){const t=r[u],l=(e,n,s)=>{const g=e.titleId,a={type:"title",value:"",level:e.level,titleId:g,pageNo:d[u].pageNo},o=[];for(;s<n.length;){const i=n[s];if(g!==i.titleId){s--;break}o.push(i),s++}return a.value=o.filter(i=>m(i)).map(i=>i.value).join("").replace(new RegExp(L,"g"),""),{position:s,titleElement:a}};if(t.titleId){const{position:e,titleElement:n}=l(t,r,u);u=e,p.push(n)}if(t.type==="table"){const e=t.trList;for(let n=0;n<e.length;n++){const s=e[n];for(let g=0;g<s.tdList.length;g++){const a=s.tdList[g].value;if(a.length>1){let o=1;for(;o<a.length;){if(a[o]?.titleId){const{titleElement:i,position:N}=l(a[o],a,o);p.push(i),o=N}o++}}}}}u++}if(!p.length)return null;const f=(t,l)=>{const e=l.subCatalog[l.subCatalog.length-1],n=v[e?.level],s=v[t.level];e&&s>n?f(t,e):l.subCatalog.push({id:t.titleId,name:t.value,level:t.level,pageNo:t.pageNo,subCatalog:[]})},h=[];for(let t=0;t<p.length;t++){const l=p[t],e=h[h.length-1],n=v[e?.level],s=v[l.level];e&&s>n?f(l,e):h.push({id:l.titleId,name:l.value,level:l.level,pageNo:l.pageNo,subCatalog:[]})}return h}onmessage=c=>{const r=c.data,d=I(r);postMessage(d)}})();
515
+ `,pl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",ml],{type:"text/javascript;charset=utf-8"});function zg(o){let t;try{if(t=pl&&(self.URL||self.webkitURL).createObjectURL(pl),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(ml),{name:o?.name})}}const Cl=`(function(){"use strict";function u(e){const t=[];for(const s of e){if(s.type==="table"){const o=s.trList;for(let n=0;n<o.length;n++){const c=o[n];for(let r=0;r<c.tdList.length;r++){const i=c.tdList[r];t.push(...u(i.value))}}}if(s.groupIds)for(const o of s.groupIds)t.includes(o)||t.push(o)}return t}onmessage=e=>{const t=e.data,s=u(t);postMessage(s)}})();
516
+ `,Il=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Cl],{type:"text/javascript;charset=utf-8"});function jg(o){let t;try{if(t=Il&&(self.URL||self.webkitURL).createObjectURL(Il),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Cl),{name:o?.name})}}const Ll='(function(){"use strict";var m=(e=>(e.HALF="half",e.ONE_THIRD="one-third",e.QUARTER="quarter",e))(m||{}),M=(e=>(e.ARABIC="arabic",e.CHINESE="chinese",e))(M||{});const K="​";m.HALF+"",1/2,m.ONE_THIRD+"",1/3,m.QUARTER+"",1/4;function b(e){if(typeof structuredClone=="function")return structuredClone(e);if(!e||typeof e!="object")return e;let d={};return Array.isArray(e)?d=e.map(f=>b(f)):Object.keys(e).forEach(f=>{d[f]=b(e[f])}),d}function D(e,d){const f={};for(const S in e)d.includes(S)&&(f[S]=e[S]);return f}function ee(e,d){return e.length!==d.length?!1:!e.some(f=>!d.includes(f))}var o=(e=>(e.TEXT="text",e.TEXTFIELD="TextField",e.BUTTON="button",e.IMAGE="image",e.TABLE="table",e.HYPERLINK="hyperlink",e.SUPERSCRIPT="superscript",e.SUBSCRIPT="subscript",e.SEPARATOR="separator",e.PAGE_BREAK="pageBreak",e.CONTROL="control",e.AREA="area",e.CHECKBOX="checkbox",e.RADIO="radio",e.LATEX="latex",e.TAB="tab",e.DATE="date",e.BLOCK="block",e.TITLE="title",e.LIST="list",e.SPLIT_TAG="splitTag",e.LABEL="label",e.MENSTRUAL_HISTORY="menstrualHistory",e.FETAL_HEART_POSITION="fetalHeartPosition",e.TOOTH_POSITION="toothPosition",e.SPECIAL_SYMBOLS="specialSymbols",e.MACRO="macro",e.CUSTOM_MACRO="customMacro",e.REUSABLE_ITEM="reusableItem",e.SUB_TEMPLATE="subTemplate",e))(o||{});const y=["rowFlex","rowMargin"],te=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","rowMargin","dashArray","trList","tdPadding","tableToolDisabled","borderType","borderColor","borderWidth","borderExternalWidth","translateX","width","height","url","colgroup","valueList","control","checkbox","radio","dateFormat","block","level","title","listType","listStyle","listWrap","groupIds","conceptId","imgDisplay","imgFloatPosition","imgToolDisabled","imgPreviewDisabled","imgCrop","imgCaption","textDecoration","extension","externalId","areaId","area","hide","label","labelId","lineWidth","deletePerson","newElEditPerson","deleteTime","newElEditTime","dictCode","macroConfig","menstrualData","menstrualHistoryId","fetalHeartData","fetalHeartPositionId","toothPositionData","toothPositionId","reusableItemConfig","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","subTemplateExpanded"],oe=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],w=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"];o.TEXT,o.HYPERLINK,o.SUBSCRIPT,o.SUPERSCRIPT,o.CONTROL,o.DATE,o.IMAGE,o.LATEX,o.BLOCK,o.PAGE_BREAK,o.SEPARATOR,o.TABLE,o.TITLE,o.LIST;var Y=(e=>(e.UL="ul",e.OL="ol",e))(Y||{}),N=(e=>(e.DISC="disc",e.CIRCLE="circle",e.SQUARE="square",e.CHECKBOX="checkbox",e))(N||{}),_=(e=>(e.DISC="disc",e.CIRCLE="circle",e.SQUARE="square",e.DECIMAL="decimal",e.CHECKBOX="checkbox",e))(_||{});N.DISC+"",N.CIRCLE+"",N.SQUARE+"",N.CHECKBOX+"",Y.OL+"",Y.UL+"",_.DISC+"",_.CIRCLE+"",_.SQUARE+"",_.DECIMAL+"",_.CHECKBOX+"";var p=(e=>(e.FIRST="first",e.SECOND="second",e.THIRD="third",e.FOURTH="fourth",e.FIFTH="fifth",e.SIXTH="sixth",e))(p||{});p.FIRST+"",p.SECOND+"",p.THIRD+"",p.FOURTH+"",p.FIFTH+"",p.SIXTH+"",p.FIRST+"",p.SECOND+"",p.THIRD+"",p.FOURTH+"",p.FIFTH+"",p.SIXTH+"",p.FIRST,p.SECOND,p.THIRD,p.FOURTH,p.FIFTH,p.SIXTH;var L=(e=>(e.TEXT="text",e.SELECT="select",e.CHECKBOX="checkbox",e.RADIO="radio",e.DATE="date",e.NUMBER="number",e.TEXTFIELD="TextField",e.BUTTON="button",e.MENSTRUAL_HISTORY="menstrualHistory",e))(L||{}),n=(e=>(e.PREFIX="prefix",e.POSTFIX="postfix",e.PRE_TEXT="preText",e.PRETEXTFIX="preTextFix",e.PRETEXTFIX_TEXT="preTextFixText",e.POSTTEXTFIX="postTextFix",e.POSTTEXTFIX_TEXT="postTextFixText",e.POST_TEXT="postText",e.PLACEHOLDER="placeholder",e.TEXTFIXLABEL="textFixLabel",e.VALUE="value",e.DELETEPERSON="deletePerson",e.CHECKBOX="checkbox",e.RADIO="radio",e.UNDERLINE="underline",e))(n||{}),Q=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.ALIGNMENT="alignment",e.JUSTIFY="justify",e))(Q||{}),q=(e=>(e.CONTAIN="contain",e.COVER="cover",e))(q||{}),W=(e=>(e.REPEAT="repeat",e.NO_REPEAT="no-repeat",e.REPEAT_X="repeat-x",e.REPEAT_Y="repeat-y",e))(W||{});q.COVER,W.NO_REPEAT;var z=(e=>(e.TOP="top",e.MIDDLE="middle",e.BOTTOM="bottom",e))(z||{});z.BOTTOM,m.HALF,m.HALF,Q.CENTER,M.ARABIC,z.BOTTOM;var Z=(e=>(e.TEXT="text",e.IMAGE="image",e))(Z||{});Z.TEXT,M.ARABIC;var j=(e=>(e.PAGE="page",e.CONTINUITY="continuity",e))(j||{});j.CONTINUITY,L.NUMBER,L.SELECT,L.DATE,L.CHECKBOX,L.RADIO,n.PREFIX,n.POSTFIX,n.PRE_TEXT,n.POST_TEXT,n.PRETEXTFIX,n.PRETEXTFIX_TEXT,n.POSTTEXTFIX,n.POSTTEXTFIX_TEXT,n.PLACEHOLDER,n.TEXTFIXLABEL,n.CHECKBOX,n.RADIO,n.UNDERLINE;function ne(e,d){const f=Object.keys(e),S=Object.keys(d);if(f.length!==S.length)return!1;for(let X=0;X<f.length;X++){const R=f[X];if(R!=="value"&&!(R==="groupIds"&&Array.isArray(e[R])&&Array.isArray(d[R])&&ee(e[R],d[R]))&&e[R]!==d[R])return!1}return!0}function k(e,d={}){const{extraPickAttrs:f}=d,S=[...te];f&&S.push(...f);const X={value:e?.value===K?`\n`:e?.value};return e&&S.forEach(R=>{const T=e[R];T!==void 0&&(X[R]=T)}),X}function P(e,d={}){const{extraPickAttrs:f,isClassifyArea:S=!1,isClone:X=!0,editorOptions:R}=d,T=(X?b(e):e).filter(t=>t.type!==o.SPLIT_TAG),B=[];let r=0;for(;r<T.length;){let t=T[r];if(r===0&&t.value===K&&!t.listId&&(!t.type||t.type===o.TEXT)){r++;continue}if(t.areaId){const s=t.areaId,O=t.area,E=[];for(;r<T.length;){const l=T[r];if(s!==l.areaId){r--;break}delete l.area,delete l.areaId,E.push(l),r++}const a=P(E,d);if(S){const l={type:o.AREA,value:"",areaId:s,area:O};l.valueList=a,t=l}else{B.splice(r,0,...a);continue}}else if(t.titleId&&t.level){const s=t.titleId;if(s){const O=t.level,E={type:o.TITLE,title:t.title,titleId:s,value:"",level:O},a=[];for(;r<T.length;){const l=T[r];if(s!==l.titleId){r--;break}delete l.level,delete l.title,a.push(l),r++}E.valueList=P(a,d),t=E}}else if(t.listId&&t.listType){const s=t.listId;if(s){const O=t.listType,E=t.listStyle,a=t?.label,l={type:o.LIST,value:"",label:a||"",listId:s,listType:O,listStyle:E},I=[];for(;r<T.length;){const c=T[r];if(s!==c.listId){r--;break}delete c.listType,delete c.listStyle,I.push(c),r++}l.valueList=P(I,d),t=l}}else if(t.type===o.TABLE){if(t.pagingId){let s=r+1,O=0;for(;s<T.length;){const E=T[s];if(E.pagingId===t.pagingId){t.height+=E.height;const a=E.trList.filter(l=>!l.pagingRepeat).filter(l=>(l.tdList=l.tdList.filter(I=>{if(I.originalId){for(let c=0;c<t.trList.length;c++){const u=t.trList[c].tdList.find(({id:i})=>i===I.originalId);if(u){I.value[0]?.type===o.SPLIT_TAG&&I.value.splice(0,1),u.value.push(...I.value),u.rowspan=u.originalRowspan??u.rowspan;break}}return!1}return!0}),!l.originalId));t.trList.push(...a),t.trList?.forEach(l=>l.minHeight=l.originalMinHeight??l.minHeight),s++,O++}else break}r+=O}if(t.trList)for(let s=0;s<t.trList.length;s++){const O=t.trList[s];delete O.id;for(let E=0;E<O.tdList.length;E++){const a=O.tdList[E],l={colspan:a.colspan,rowspan:a.rowspan,value:P(a.value,{...d,isClassifyArea:!1})};oe.forEach(I=>{const c=a[I];c!==void 0&&(l[I]=c)}),O.tdList[E]=l}}}else if(t.type===o.HYPERLINK){const s=t.hyperlinkId;if(s){const O={type:o.HYPERLINK,value:"",url:t.url},E=[];for(;r<T.length;){const a=T[r];if(s!==a.hyperlinkId){r--;break}delete a.type,delete a.url,E.push(a),r++}O.valueList=P(E,d),t=O}}else if(t.type===o.DATE){const s=t.dateId;if(s){const O={type:o.DATE,value:"",dateFormat:t.dateFormat},E=[];for(;r<T.length;){const a=T[r];if(s!==a.dateId){r--;break}delete a.type,delete a.dateFormat,E.push(a),r++}O.valueList=P(E,d),t=O}}else if(t.type!==o.BUTTON){if(t.controlId){const s=t.controlId;if(!(t.controlComponent===n.PREFIX||t.controlComponent===n.PRETEXTFIX||t.controlComponent===n.PRETEXTFIX_TEXT)&&t.controlComponent===n.VALUE){if(t.type===o.MENSTRUAL_HISTORY||t.type===o.FETAL_HEART_POSITION||t.type===o.TOOTH_POSITION||t.type===o.MACRO||t.type===o.CUSTOM_MACRO||t.type===o.REUSABLE_ITEM||t.type===o.LIST||t.type===o.SPECIAL_SYMBOLS){let I=!1;for(let c=r-1;c>=0;c--){const C=T[c],u=C.controlComponent===n.PREFIX||C.controlComponent===n.PRETEXTFIX||C.controlComponent===n.PRETEXTFIX_TEXT;if(C.controlId===s&&u){I=!0;break}if(C.controlId!==s)break}if(!I){const c=b(t);delete c.controlId,delete c.control,delete c.controlComponent,delete c.originControlId,B.push(c),r++;continue}}r++;continue}if(t.controlComponent===n.PLACEHOLDER||t.controlComponent===n.POSTFIX||t.controlComponent===n.POSTTEXTFIX||t.controlComponent===n.POSTTEXTFIX_TEXT||t.controlComponent===n.POST_TEXT||t.controlComponent===n.PRE_TEXT||t.controlComponent===n.CHECKBOX||t.controlComponent===n.RADIO){r++;continue}const E=(l,I,c,C)=>{if(C===L.CHECKBOX||C===L.RADIO){let i=-1;for(let F=l;F<T.length&&T[F].controlId===I;F++)i=F;return i}const u=c?[n.POSTTEXTFIX,n.POSTTEXTFIX_TEXT]:[n.POSTFIX];for(let i=l;i<T.length;i++){const F=T[i];if(F.controlId===I&&u.includes(F.controlComponent))return i}return-1},a=(l,I,c)=>{const C=[];let u=l;for(;u<=I;){const i=T[u];if(i.controlId&&i.controlId!==c&&i.control){const A=i.control?.type,g=A===L.TEXTFIELD,h=g?n.PRETEXTFIX:n.PREFIX,H=i.controlComponent===h,x=A===L.CHECKBOX||A===L.RADIO;if(H||x&&(i.controlComponent===n.CHECKBOX||i.controlComponent===n.RADIO)){const v=E(u+1,i.controlId,g,A);if(v!==-1){const V=T.slice(u,v+1).map(le=>{const $=b(le);return delete $.originControlId,$}),U=P(V,d);U.length>0&&C.push(U[0]),u=v+1;continue}}}if(!(i.controlId===c&&(i.controlComponent===n.VALUE||!i.controlComponent)&&(!i.originControlId||i.originControlId===c)||i.originControlId===c&&i.controlComponent===n.VALUE||i.controlId===c&&(i.controlComponent===n.CHECKBOX||i.controlComponent===n.RADIO)&&!i.originControlId)){u++;continue}if(i.type===o.MENSTRUAL_HISTORY||i.type===o.FETAL_HEART_POSITION||i.type===o.TOOTH_POSITION||i.type===o.MACRO||i.type===o.CUSTOM_MACRO||i.type===o.REUSABLE_ITEM||i.type===o.LIST||i.type===o.SPECIAL_SYMBOLS){const A=b(i);delete A.controlId,delete A.control,delete A.controlComponent,delete A.originControlId,C.push(A),u++;continue}if(i.controlComponent===n.CHECKBOX||i.controlComponent===n.RADIO){C.push(b(i)),u++;continue}const J=t.control?.type;if(J===L.CHECKBOX||J===L.RADIO){let A=u-1,g=!1;for(;A>=l-1;){const h=T[A];if(h.controlId===c&&!h.originControlId)if(h.controlComponent===n.CHECKBOX){g=h.checkbox?.value===!0;break}else if(h.controlComponent===n.RADIO){g=h.radio?.value===!0;break}else if(h.controlComponent===n.VALUE){A--;continue}else break;A--}if(g){const h={value:i.value||""},H=[...y,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const x of H){const v=i[x];if(v!==void 0){if(x==="color"&&R){const V=R.control?.bracketColor,U=R.control?.placeholderColor;if(v===V||v===U)continue}h[x]=v}}C.push(h)}}else{const A={value:i.value||""},g=[...y,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const h of g){const H=i[h];if(H!==void 0){if(h==="color"&&R){const x=R.control?.bracketColor,v=R.control?.placeholderColor;if(H===x||H===v)continue}A[h]=H}}C.push(A)}u++}return C};if(t.controlComponent===n.PREFIX){const l=t.control?.type===L.TEXTFIELD,I=E(r+1,s,l);if(I!==-1){const c=a(r+1,I-1,s),C=D(t,w),u={...t.control,...C,value:c},i={...D(t,y),type:o.CONTROL,value:"",control:u,controlId:s};t=k(i,{extraPickAttrs:f}),r=I}}if(t.controlComponent===n.PRETEXTFIX){const l=E(r+1,s,!0);if(l!==-1){const I=a(r+1,l-1,s),c=D(t,w),C={...t.control,...c,value:I},u={...D(t,y),type:o.CONTROL,value:"",control:C,controlId:s};t=k(u,{extraPickAttrs:f}),r=l}}if(t.controlComponent===n.PRETEXTFIX_TEXT){const l=E(r+1,s,!0);if(l!==-1){const I=a(r+1,l-1,s),c=D(t,w),C={...t.control,...c,value:I},u={...D(t,y),type:o.CONTROL,value:"",control:C,controlId:s};t=k(u,{extraPickAttrs:f}),r=l}}}}const G=k(t,{extraPickAttrs:f});if(!t.type||t.type===o.TEXT||t.type===o.SUBSCRIPT||t.type===o.SUPERSCRIPT)for(;r<T.length;){const s=T[r+1];if(r++,s&&ne(G,k(s,{extraPickAttrs:f}))){const O=s.value===K?`\n`:s.value;G.value+=O}else break}else r++;B.push(G)}return B}onmessage=e=>{const d=e.data,{options:f,data:S}=d,{extraPickAttrs:X=[]}=f||{},R={header:P(S.header,{extraPickAttrs:X,isClone:!1}),main:P(S.main,{extraPickAttrs:X,isClassifyArea:!0,isClone:!1}),footer:P(S.footer,{extraPickAttrs:X,isClone:!1})};postMessage(R)}})();\n',Pl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Ll],{type:"text/javascript;charset=utf-8"});function qg(o){let t;try{if(t=Pl&&(self.URL||self.webkitURL).createObjectURL(Pl),!t)throw"";const e=new Worker(t,{name:o?.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Ll),{name:o?.name})}}class tT{draw;wordCountWorker;catalogWorker;groupWorker;valueWorker;constructor(t){this.draw=t,this.wordCountWorker=new $g,this.catalogWorker=new zg,this.groupWorker=new jg,this.valueWorker=new qg}getWordCount(){return new Promise((t,e)=>{this.wordCountWorker.onmessage=i=>{t(i.data)},this.wordCountWorker.onerror=i=>{e(i)};const n=this.draw.getOriginalMainElementList();this.wordCountWorker.postMessage(n)})}getCatalog(){return new Promise((t,e)=>{this.catalogWorker.onmessage=l=>{t(l.data)},this.catalogWorker.onerror=l=>{e(l)};const n=this.draw.getOriginalMainElementList(),i=this.draw.getPosition().getOriginalMainPositionList();this.catalogWorker.postMessage({elementList:n,positionList:i})})}getGroupIds(){return new Promise((t,e)=>{this.groupWorker.onmessage=i=>{t(i.data)},this.groupWorker.onerror=i=>{e(i)};const n=this.draw.getOriginalMainElementList();this.groupWorker.postMessage(n)})}getValue(t){return new Promise((e,n)=>{this.valueWorker.onmessage=i=>{e({version:Tn,data:i.data,options:ht(this.draw.getOptions())})},this.valueWorker.onerror=i=>{n(i)},this.valueWorker.postMessage({data:this.draw.getOriginValue(t),options:t})})}}class eT{container;canvas;draw;options;curElement;curElementSrc;previewerDrawOption;curPosition;eventBus;imageList;curShowElement;imageCount;imagePre;imageNext;resizerSelection;resizerHandleList;resizerImageContainer;resizerImage;resizerSize;width;height;mousedownX;mousedownY;curHandleIndex;previewerContainer;previewerImage;constructor(t){this.container=t.getContainer(),this.canvas=t.getPage(),this.draw=t,this.options=t.getOptions(),this.curElement=null,this.curElementSrc="",this.previewerDrawOption={},this.curPosition=null,this.eventBus=t.getEventBus(),this.imageList=[],this.curShowElement=null,this.imageCount=null,this.imagePre=null,this.imageNext=null;const{resizerSelection:e,resizerHandleList:n,resizerImageContainer:i,resizerImage:l,resizerSize:r}=this._createResizerDom();this.resizerSelection=e,this.resizerHandleList=n,this.resizerImageContainer=i,this.resizerImage=l,this.resizerSize=r,this.width=0,this.height=0,this.mousedownX=0,this.mousedownY=0,this.curHandleIndex=0,this.previewerContainer=null,this.previewerImage=null}_getElementPosition(t,e=null){const{scale:n}=this.options;let i=0,l=0;const r=this.draw.getHeight(),a=this.draw.getPageGap(),d=(e?.pageNo??this.draw.getPageNo())*(r+a);if(t.imgFloatPosition)i=t.imgFloatPosition.x*n,l=t.imgFloatPosition.y*n+d;else if(e){const{coordinate:{leftTop:[u,R]},ascent:h}=e;i=u,l=R+d+h}return{x:i,y:l}}_createResizerDom(){const{scale:t}=this.options,e=document.createElement("div");e.classList.add(`${tt}-resizer-selection`),e.style.display="none",e.style.borderColor=this.options.resizerColor,e.style.borderWidth=`${t}px`;const n=[];for(let c=0;c<8;c++){const d=document.createElement("div");d.style.background=this.options.resizerColor,d.classList.add("resizer-handle"),d.classList.add(`handle-${c}`),d.setAttribute("data-index",String(c)),d.onmousedown=this._mousedown.bind(this),e.append(d),n.push(d)}this.container.append(e);const i=document.createElement("div");i.classList.add(`${tt}-resizer-size-view`);const l=document.createElement("span");i.append(l),e.append(i);const r=document.createElement("div");r.classList.add(`${tt}-resizer-image`),r.style.display="none";const a=document.createElement("img");return r.append(a),this.container.append(r),{resizerSelection:e,resizerHandleList:n,resizerImageContainer:r,resizerImage:a,resizerSize:l}}_keydown=()=>{this.resizerSelection.style.display==="block"&&(this.clearResizer(),document.removeEventListener("keydown",this._keydown))};_mousedown(t){if(this.canvas=this.draw.getPage(),!this.curElement)return;const{scale:e}=this.options;this.mousedownX=t.x,this.mousedownY=t.y;const n=t.target;this.curHandleIndex=Number(n.dataset.index);const i=window.getComputedStyle(n).cursor;document.body.style.cursor=i,this.canvas.style.cursor=i,this.resizerImage.src=this.curElementSrc,this.resizerImageContainer.style.display="block";const{x:l,y:r}=this._getElementPosition(this.curElement,this.curPosition);this.resizerImageContainer.style.left=`${l}px`,this.resizerImageContainer.style.top=`${r}px`,this.resizerImage.style.width=`${this.curElement.width*e}px`,this.resizerImage.style.height=`${this.curElement.height*e}px`;const a=this._mousemove.bind(this);document.addEventListener("mousemove",a),document.addEventListener("mouseup",()=>{this.curElement&&!this.previewerDrawOption.dragDisable&&(this.curElement.width=this.width,this.curElement.height=this.height,this.draw.render({isSetCursor:!0,curIndex:this.curPosition?.index})),this.resizerImageContainer.style.display="none",document.removeEventListener("mousemove",a),document.body.style.cursor="",this.canvas.style.cursor="text"},{once:!0}),t.preventDefault()}_mousemove(t){if(!this.curElement||this.previewerDrawOption.dragDisable)return;const{scale:e}=this.options;let n=0,i=0;switch(this.curHandleIndex){case 0:{const d=this.mousedownX-t.x,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 1:i=this.mousedownY-t.y;break;case 2:{const d=t.x-this.mousedownX,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 4:{const d=t.x-this.mousedownX,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 3:n=t.x-this.mousedownX;break;case 5:i=t.y-this.mousedownY;break;case 6:{const d=this.mousedownX-t.x,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.curElement.height*n/this.curElement.width}break;case 7:n=this.mousedownX-t.x;break}const l=this.curElement.width+n/e,r=this.curElement.height+i/e;if(l<=0||r<=0)return;this.width=l,this.height=r;const a=l*e,c=r*e;this.resizerImage.style.width=`${a}px`,this.resizerImage.style.height=`${c}px`,this._updateResizerRect(a,c),this._updateResizerSizeView(a,c),t.preventDefault(),this.eventBus.isSubscribe("imageSizeChange")&&this.eventBus.emit("imageSizeChange",{element:this.curElement})}_drawPreviewer(){const t=document.createElement("div");t.classList.add(`${tt}-image-previewer`);const e=document.createElement("i");e.classList.add("image-close"),e.onclick=()=>{this._clearPreviewer()},t.append(e);const n=document.createElement("div");n.classList.add(`${tt}-image-container`);const i=document.createElement("img");i.src=this.curElementSrc,i.draggable=!1,n.append(i),this.previewerImage=i,t.append(n);let l=0,r=0,a=1,c=0;const d=document.createElement("div");d.classList.add(`${tt}-image-menu`);const u=document.createElement("div");u.classList.add("image-navigate");const R=document.createElement("i");R.classList.add("image-pre"),R.onclick=()=>{const O=this.imageList.findIndex(b=>b.id===this.curShowElement?.id);O<=0||(this.curShowElement=this.imageList[O-1],i.src=this.curShowElement.value,this._updateImageNavigate())},u.append(R),this.imagePre=R;const h=document.createElement("span");h.classList.add("image-count"),this.imageCount=h,u.append(h);const g=document.createElement("i");g.classList.add("image-next"),g.onclick=()=>{const O=this.imageList.findIndex(b=>b.id===this.curShowElement?.id);O>=this.imageList.length-1||(this.curShowElement=this.imageList[O+1],i.src=this.curShowElement.value,this._updateImageNavigate())},this.imageNext=g,u.append(g),d.append(u);const T=document.createElement("i");T.classList.add("zoom-in"),T.onclick=()=>{a+=.1,this._setPreviewerTransform(a,c,l,r)},d.append(T);const f=document.createElement("i");f.onclick=()=>{a-.1<=.1||(a-=.1,this._setPreviewerTransform(a,c,l,r))},f.classList.add("zoom-out"),d.append(f);const m=document.createElement("i");m.classList.add("rotate"),m.onclick=()=>{c+=1,this._setPreviewerTransform(a,c,l,r)},d.append(m);const C=document.createElement("i");C.classList.add("original-size"),C.onclick=()=>{l=0,r=0,a=1,c=0,this._setPreviewerTransform(a,c,l,r)},d.append(C);const I=document.createElement("i");I.classList.add("image-download"),I.onclick=()=>{const{mime:O}=this.previewerDrawOption;Ps(i.src,`${this.curElement?.id}.${O||"png"}`)},d.append(I),t.append(d),this.previewerContainer=t,document.body.append(t);let p=0,L=0,M=!1;i.onmousedown=O=>{M=!0,p=O.x,L=O.y,t.style.cursor="move"},t.onmousemove=O=>{M&&(l+=O.x-p,r+=O.y-L,p=O.x,L=O.y,this._setPreviewerTransform(a,c,l,r))},t.onmouseup=()=>{M=!1,t.style.cursor="auto"},t.onwheel=O=>{if(O.preventDefault(),O.stopPropagation(),O.deltaY<0)a+=.1;else{if(a-.1<=.1)return;a-=.1}this._setPreviewerTransform(a,c,l,r)},this._updateImageNavigate()}_updateImageNavigate(){const t=this.imageList.findIndex(e=>e.id===this.curShowElement?.id);this.imageCount.innerText=`${t+1} / ${this.imageList.length}`,t<=0?this.imagePre.classList.add("disabled"):this.imagePre.classList.remove("disabled"),t>=this.imageList.length-1?this.imageNext.classList.add("disabled"):this.imageNext.classList.remove("disabled")}_setPreviewerTransform(t,e,n,i){this.previewerImage&&(this.previewerImage.style.left=`${n}px`,this.previewerImage.style.top=`${i}px`,this.previewerImage.style.transform=`scale(${t}) rotate(${e*90}deg)`)}_clearPreviewer(){this.previewerContainer?.remove(),this.previewerContainer=null,document.body.style.overflow="auto"}_updateResizerRect(t,e){const{resizerSize:n,scale:i}=this.options,l=this.draw.isReadonly();this.resizerSelection.style.width=`${t}px`,this.resizerSelection.style.height=`${e}px`;for(let r=0;r<8;r++){const a=r===0||r===6||r===7?-n:r===1||r===5?t/2:t-n,c=r===0||r===1||r===2?-n:r===3||r===7?e/2-n:e-n;this.resizerHandleList[r].style.transform=`scale(${i})`,this.resizerHandleList[r].style.left=`${a}px`,this.resizerHandleList[r].style.top=`${c}px`,this.resizerHandleList[r].style.display=l?"none":"block"}}_updateResizerSizeView(t,e){this.resizerSize.innerText=`${Math.round(t)} × ${Math.round(e)}`}render(){const t=this.draw.getMode();!this.curElement||this.curElement.imgToolDisabled&&!this.draw.isDesignMode()||t===s.EditorMode.PRINT&&this.options.modeRule[s.EditorMode.PRINT]?.imagePreviewerDisabled||t===s.EditorMode.COMPARE&&this.options.modeRule[s.EditorMode.COMPARE]?.imagePreviewerDisabled||t===s.EditorMode.READONLY&&this.options.modeRule[s.EditorMode.READONLY]?.imagePreviewerDisabled||(this.imageList=this.draw.getImageParticle().getOriginalMainImageList(),this.curShowElement=this.curElement,this._drawPreviewer(),document.body.style.overflow="hidden")}drawResizer(t,e=null,n={}){const i=this.draw.getMode();t.imgToolDisabled&&!this.draw.isDesignMode()||i===s.EditorMode.PRINT&&this.options.modeRule[s.EditorMode.PRINT]?.imagePreviewerDisabled||i===s.EditorMode.COMPARE&&this.options.modeRule[s.EditorMode.COMPARE]?.imagePreviewerDisabled||i===s.EditorMode.READONLY&&this.options.modeRule[s.EditorMode.READONLY]?.imagePreviewerDisabled||(this.previewerDrawOption=n,this.curElementSrc=t[n.srcKey||"value"]||"",this.updateResizer(t,e),document.addEventListener("keydown",this._keydown))}updateResizer(t,e=null){const{scale:n}=this.options,i=t.width*n,l=t.height*n;this._updateResizerSizeView(i,l);const{x:r,y:a}=this._getElementPosition(t,e);this.resizerSelection.style.left=`${r}px`,this.resizerSelection.style.top=`${a}px`,this.resizerSelection.style.borderWidth=`${n}px`,this._updateResizerRect(i,l),this.resizerSelection.style.display="block",this.curElement=t,this.curPosition=e,this.width=i,this.height=l}clearResizer(){this.resizerSelection.style.display="none",document.removeEventListener("keydown",this._keydown)}}class nT{draw;range;datePicker;options;constructor(t){this.draw=t,this.options=t.getOptions(),this.range=t.getRange(),this.datePicker=new cl(t,{onSubmit:this._setValue.bind(this)})}_setValue(t){if(!t)return;const e=this.getDateElementRange();if(!e)return;const[n,i]=e,l=this.draw.getElementList(),r=l[n+1];this.draw.spliceElementList(l,n+1,i-n),this.range.setRange(n,n);const a={type:s.ElementType.DATE,value:"",dateFormat:r.dateFormat,valueList:[{value:t}]};re(l,[a],n,{editorOptions:this.options}),this.draw.insertElementList([a])}getDateElementRange(){let t=-1,e=-1;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=this.draw.getElementList(),r=l[n];if(r.type!==s.ElementType.DATE)return null;let a=n;for(;a>=0;){if(l[a].dateId!==r.dateId){t=a;break}a--}let c=n+1;for(;c<l.length;){if(l[c].dateId!==r.dateId){e=c-1;break}c++}return c===l.length&&(e=c-1),!~t||!~e?null:[t,e]}clearDatePicker(){this.datePicker.dispose()}renderDatePicker(t,e){const n=this.draw.getElementList(),i=this.getDateElementRange(),l=i?n.slice(i[0]+1,i[1]+1).map(r=>r.value).join(""):"";this.datePicker.render({value:l,position:e,dateFormat:t.dateFormat})}}class El{element;videoCache;constructor(t){this.element=t,this.videoCache=new Map}snapshot(t,e,n){return new Promise((i,l)=>{const r=this.element.block?.videoBlock?.src||"";if(this.videoCache.has(r)){const a=this.videoCache.get(r);t.drawImage(a,e,n,this.element.metrics.width,this.element.metrics.height),i(this.element)}else{const a=document.createElement("video");a.src=r,a.muted=!0,a.crossOrigin="anonymous",a.onloadeddata=()=>{t.drawImage(a,e,n,this.element.metrics.width,this.element.metrics.height),this.videoCache.set(r,a),i(this.element)},a.onerror=c=>{l(c)},a.play().then(()=>{a.pause()})}})}render(t){const e=this.element.block,n=document.createElement("video");n.style.width="100%",n.style.height="100%",n.style.objectFit="contain",n.src=e.videoBlock?.src||"",n.controls=!0,t.append(n)}}class oT{draw;options;element;block;blockContainer;blockItem;blockCache;resizerMask;resizerSelection;resizerHandleList;width;height;mousedownX;mousedownY;curHandleIndex;isAllowResize;constructor(t,e){this.draw=t.getDraw(),this.options=this.draw.getOptions(),this.blockContainer=t.getBlockContainer(),this.element=e,this.block=null;const{blockItem:n,resizerMask:i,resizerSelection:l,resizerHandleList:r}=this._createBlockItem();this.blockItem=n,this.blockContainer.append(this.blockItem),this.blockCache=new Map,this.resizerMask=i,this.resizerSelection=l,this.resizerHandleList=r,this.width=0,this.height=0,this.mousedownX=0,this.mousedownY=0,this.curHandleIndex=0,this.isAllowResize=!1}getBlockElement(){return this.element}getBlockWidth(){return this.element.width||this.element.metrics.width}_createBlockItem(){const{scale:t,resizerColor:e}=this.options,n=document.createElement("div");n.classList.add(`${tt}-block-item`);const i=document.createElement("div");i.style.display="none",i.classList.add(`${tt}-resizer-selection`),i.style.borderColor=e,i.style.borderWidth=`${t}px`;const l=[];for(let a=0;a<8;a++){const c=document.createElement("div");c.style.background=e,c.classList.add("resizer-handle"),c.classList.add(`handle-${a}`),c.setAttribute("data-index",String(a)),c.onmousedown=this._mousedown.bind(this),i.append(c),l.push(c)}const r=document.createElement("div");return r.classList.add(`${tt}-resizer-mask`),r.style.display="none",n.append(r),n.onmouseenter=()=>{if(this.draw.isReadonly())return;const{width:c,height:d}=this.element.metrics;this._updateResizerRect(c,d),i.style.display="block"},n.onmouseleave=()=>{this.isAllowResize||(i.style.display="none")},n.append(i),{blockItem:n,resizerMask:r,resizerSelection:i,resizerHandleList:l}}_updateResizerRect(t,e){const{resizerSize:n,scale:i}=this.options;this.resizerSelection.style.width=`${t}px`,this.resizerSelection.style.height=`${e}px`;for(let l=0;l<8;l++){const r=l===0||l===6||l===7?-n:l===1||l===5?t/2:t-n,a=l===0||l===1||l===2?-n:l===3||l===7?e/2-n:e-n;this.resizerHandleList[l].style.transform=`scale(${i})`,this.resizerHandleList[l].style.left=`${r}px`,this.resizerHandleList[l].style.top=`${a}px`}}_mousedown(t){const e=this.draw.getPage();this.mousedownX=t.x,this.mousedownY=t.y,this.isAllowResize=!0;const n=t.target;this.curHandleIndex=Number(n.dataset.index),this.resizerMask.style.display="block";const i=window.getComputedStyle(n).cursor;document.body.style.cursor=i,e.style.cursor=i;const l=this._mousemove.bind(this);document.addEventListener("mousemove",l),document.addEventListener("mouseup",()=>{this.element.width=Math.min(this.width,this.draw.getInnerWidth()),this.element.height=this.height,this.isAllowResize=!1,this.resizerSelection.style.display="none",this.resizerMask.style.display="none",document.removeEventListener("mousemove",l),document.body.style.cursor="",e.style.cursor="text",this.draw.render()},{once:!0}),t.preventDefault()}_mousemove(t){if(!this.isAllowResize)return;const{scale:e}=this.options;let n=0,i=0;switch(this.curHandleIndex){case 0:{const d=this.mousedownX-t.x,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 1:i=this.mousedownY-t.y;break;case 2:{const d=t.x-this.mousedownX,u=this.mousedownY-t.y;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 4:{const d=t.x-this.mousedownX,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 3:n=t.x-this.mousedownX;break;case 5:i=t.y-this.mousedownY;break;case 6:{const d=this.mousedownX-t.x,u=t.y-this.mousedownY;n=Math.cbrt(d**3+u**3),i=this.element.height*n/this.getBlockWidth()}break;case 7:n=this.mousedownX-t.x;break}const l=this.getBlockWidth()+n/e,r=this.element.height+i/e;if(l<=0||r<=0)return;this.width=l,this.height=r;const a=l*e,c=r*e;this._updateResizerRect(a,c),this.blockItem.style.width=`${a}px`,this.blockItem.style.height=`${c}px`,t.preventDefault()}snapshot(t,e,n){if(this.element.block.type===s.BlockType.VIDEO)if(this.blockItem.style.display="none",this.blockCache.has(this.element.id))this.blockCache.get(this.element.id).snapshot(t,e,n);else{this.block=new El(this.element);const l=this.block.snapshot(t,e,n);this.draw.getImageObserver().add(l),this.blockCache.set(this.element.id,this.block)}}render(){const t=this.element.block;t.type===s.BlockType.IFRAME?(this.block=new Xn(this.element),this.block.render(this.blockItem)):t.type===s.BlockType.VIDEO&&(this.block=new El(this.element),this.block.render(this.blockItem))}setClientRects(t,e,n){const i=this.draw.getHeight(),l=this.draw.getPageGap(),r=t*(i+l),{metrics:a}=this.element;this.blockItem.style.display="block",this.blockItem.style.width=`${a.width}px`,this.blockItem.style.height=`${a.height}px`,this.blockItem.style.left=`${e}px`,this.blockItem.style.top=`${r+n}px`}remove(){this.blockItem.remove()}}class iT{draw;container;blockContainer;blockMap;constructor(t){this.draw=t,this.container=t.getContainer(),this.blockMap=new Map,this.blockContainer=this._createBlockContainer(),this.container.append(this.blockContainer)}_createBlockContainer(){const t=document.createElement("div");return t.classList.add(`${tt}-block-container`),t}getDraw(){return this.draw}getBlockContainer(){return this.blockContainer}render(t,e,n,i,l){const r=n.id;let a=this.blockMap.get(r);a||(a=new oT(this,n),a.render(),this.blockMap.set(r,a)),this.draw.isPrintLikeMode()?a.snapshot(t,i,l):a.setClientRects(e,i,l)}clear(){if(!this.blockMap.size)return;const t=this.draw.getOriginalMainElementList(),e=[];for(let n=0;n<t.length;n++){const i=t[n];i.type===s.ElementType.BLOCK&&e.push(i.id)}this.blockMap.forEach(n=>{const i=n.getBlockElement().id;e.includes(i)||(n.remove(),this.blockMap.delete(i))})}}const Ts={contextmenu:{global:{cut:"剪切",copy:"复制",paste:"粘贴",selectAll:"全选",print:"打印",cancel:"取消"},control:{delete:"删除控件",editAttribute:"修改元素配置",addExpression:"添加表达式",addMenstrualHistory:"月经史",addFetalHeartPosition:"胎心位置"},hyperlink:{delete:"删除链接",cancel:"取消链接",edit:"编辑链接"},image:{change:"更改图片",saveAs:"另存为图片",textWrap:"文字环绕",textWrapType:{embed:"嵌入型",upDown:"上下型环绕",surround:"四周型环绕",floatTop:"浮于文字上方",floatBottom:"衬于文字下方"}},table:{insertRowCol:"插入行列",insertTopRow:"上方插入1行",insertBottomRow:"下方插入1行",insertLeftCol:"左侧插入1列",insertRightCol:"右侧插入1列",deleteRowCol:"删除行列",deleteRow:"删除1行",deleteCol:"删除1列",deleteTable:"删除整个表格",mergeCell:"合并单元格",mergeCancelCell:"取消合并",verticalAlign:"垂直对齐",verticalAlignTop:"顶端对齐",verticalAlignMiddle:"垂直居中",verticalAlignBottom:"底端对齐",border:"表格边框",borderAll:"所有框线",borderEmpty:"无框线",borderDash:"虚框线",borderExternal:"外侧框线",borderInternal:"内侧框线",borderTd:"单元格边框",borderTdTop:"上边框",borderTdRight:"右边框",borderTdBottom:"下边框",borderTdLeft:"左边框",borderTdForward:"正斜线",borderTdBack:"反斜线",tableProperties:"表格属性"}},datePicker:{now:"此刻",confirm:"确定",return:"返回日期",timeSelect:"时间选择",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},year:"年",month:"月",hour:"时",minute:"分",second:"秒"},frame:{header:"页眉",footer:"页脚"},pageBreak:{displayName:"分页符"},zone:{headerTip:"双击编辑页眉",footerTip:"双击编辑页脚"}},sT={contextmenu:{global:{cut:"Cut",copy:"Copy",paste:"Paste",selectAll:"Select all",print:"Print",cancel:"Cancel"},control:{delete:"Delete control",editAttribute:"Edit element config",addExpression:"Add expression",addMenstrualHistory:"Menstrual History",addFetalHeartPosition:"Fetal Heart Position"},hyperlink:{delete:"Delete hyperlink",cancel:"Cancel hyperlink",edit:"Edit hyperlink"},image:{change:"Change image",saveAs:"Save as image",textWrap:"Text wrap",textWrapType:{embed:"Embed",upDown:"Up down",surround:"Surround",floatTop:"Float above text",floatBottom:"Float below text"}},table:{insertRowCol:"Insert row col",insertTopRow:"Insert top 1 row",insertBottomRow:"Insert bottom 1 row",insertLeftCol:"Insert left 1 col",insertRightCol:"Insert right 1 col",deleteRowCol:"Delete row col",deleteRow:"Delete 1 row",deleteCol:"Delete 1 col",deleteTable:"Delete table",mergeCell:"Merge cell",mergeCancelCell:"Cancel merge cell",verticalAlign:"Vertical align",verticalAlignTop:"Top",verticalAlignMiddle:"Middle",verticalAlignBottom:"Bottom",border:"Table border",borderAll:"All",borderEmpty:"Empty",borderDash:"Dash",borderExternal:"External",borderInternal:"Internal",borderTd:"Table cell border",borderTdTop:"Top",borderTdRight:"Right",borderTdBottom:"Bottom",borderTdLeft:"Left",borderTdForward:"Forward",borderTdBack:"Back",tableProperties:"Table Properties"}},datePicker:{now:"Now",confirm:"Confirm",return:"Return",timeSelect:"Time select",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},year:" ",month:" ",hour:"Hour",minute:"Minute",second:"Second"},frame:{header:"Header",footer:"Footer"},pageBreak:{displayName:"Page Break"},zone:{headerTip:"Double click to edit header",footerTip:"Double click to edit footer"}};class rT{currentLocale;langMap=new Map([["zhCN",Ts],["en",sT]]);constructor(t){this.currentLocale=t}registerLangMap(t,e){const n=this.langMap.get(t);this.langMap.set(t,Es(n||Ts,e))}getLocale(){return this.currentLocale}setLocale(t){this.currentLocale=t}getLang(){return this.langMap.get(this.currentLocale)||Ts}t(t){const e=t.split(".");let n="",i=this.getLang();for(let l=0;l<e.length;l++){const r=e[l],a=Reflect.get(i,r);if(a)n=i=a;else return""}return n}}class lT{promiseList;constructor(){this.promiseList=[]}add(t){this.promiseList.push(t)}clearAll(){this.promiseList=[]}allSettled(){return Promise.allSettled(this.promiseList)}}class aT{draw;zone;i18n;container;pageContainer;isDisableMouseMove;tipContainer;tipContent;currentMoveZone;constructor(t,e){this.draw=t,this.zone=e,this.i18n=t.getI18n(),this.container=t.getContainer(),this.pageContainer=t.getPageContainer();const{tipContainer:n,tipContent:i}=this._drawZoneTip();this.tipContainer=n,this.tipContent=i,this.isDisableMouseMove=!0,this.currentMoveZone=s.EditorZone.MAIN;const l=[],{header:r,footer:a}=t.getOptions();r.disabled||l.push(s.EditorZone.HEADER),a.disabled||l.push(s.EditorZone.FOOTER),l.length&&this._watchMouseMoveZoneChange(l)}_watchMouseMoveZoneChange(t){this.pageContainer.addEventListener("mousemove",ta(e=>{if(!(this.isDisableMouseMove||!this.draw.getIsPagingMode())){if(this.draw.getMode()!==s.EditorMode.EDIT){this._updateZoneTip(!1);return}if(e.offsetY)if(e.target instanceof HTMLCanvasElement){const n=this.zone.getZoneByY(e.offsetY);if(!t.includes(n)){this._updateZoneTip(!1);return}this.currentMoveZone=n,this._updateZoneTip(this.zone.getZone()===s.EditorZone.MAIN&&(n===s.EditorZone.HEADER||n===s.EditorZone.FOOTER),e.x,e.y)}else this._updateZoneTip(!1)}},250)),this.pageContainer.addEventListener("mouseenter",()=>{this.isDisableMouseMove=!1}),this.pageContainer.addEventListener("mouseleave",()=>{this.isDisableMouseMove=!0,this._updateZoneTip(!1)})}_drawZoneTip(){const t=document.createElement("div");t.classList.add(`${tt}-zone-tip`);const e=document.createElement("span");return t.append(e),this.container.append(t),{tipContainer:t,tipContent:e}}_updateZoneTip(t,e,n){t?(this.tipContainer.classList.add("show"),this.tipContainer.style.left=`${e}px`,this.tipContainer.style.top=`${n}px`,this.tipContent.innerText=this.i18n.t(`zone.${this.currentMoveZone===s.EditorZone.HEADER?"headerTip":"footerTip"}`)):this.tipContainer.classList.remove("show")}}class cT{INDICATOR_PADDING=2;INDICATOR_TITLE_TRANSLATE=[20,5];draw;options;i18n;container;currentZone;indicatorContainer;constructor(t){this.draw=t,this.i18n=t.getI18n(),this.options=t.getOptions(),this.container=t.getContainer(),this.currentZone=s.EditorZone.MAIN,this.indicatorContainer=null,this.options.zone.tipDisabled||new aT(t,this)}isHeaderActive(){return this.getZone()===s.EditorZone.HEADER}isMainActive(){return this.getZone()===s.EditorZone.MAIN}isFooterActive(){return this.getZone()===s.EditorZone.FOOTER}getZone(){return this.currentZone}setZone(t){const{header:e,footer:n}=this.options;!e.editable&&t===s.EditorZone.HEADER||!n.editable&&t===s.EditorZone.FOOTER||this.currentZone!==t&&(this.currentZone=t,this.draw.getRange().clearRange(),this.draw.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),this.drawZoneIndicator(),li(()=>{const i=this.draw.getListener();i.zoneChange&&i.zoneChange(t);const l=this.draw.getEventBus();l.isSubscribe("zoneChange")&&l.emit("zoneChange",t)}))}getZoneByY(t){const e=this.draw.getHeader(),n=e.getHeaderTop()+e.getHeight(),i=this.draw.getFooter(),r=this.draw.getHeight()-(i.getFooterBottom()+i.getHeight());return t<n?s.EditorZone.HEADER:t>r?s.EditorZone.FOOTER:s.EditorZone.MAIN}drawZoneIndicator(){if(this._clearZoneIndicator(),!this.isHeaderActive()&&!this.isFooterActive())return;const{scale:t}=this.options,e=this.isHeaderActive(),[n,i]=this.INDICATOR_TITLE_TRANSLATE,l=this.draw.getPageList(),r=this.draw.getMargins(),a=this.draw.getInnerWidth(),c=this.draw.getHeight(),d=this.draw.getPageGap(),u=c+d;this.indicatorContainer=document.createElement("div"),this.indicatorContainer.classList.add(`${tt}-zone-indicator`);const R=this.draw.getHeader(),h=this.draw.getFooter(),g=e?R.getHeight():h.getHeight(),T=e?R.getHeaderTop():c-h.getFooterBottom()-g;for(let f=0;f<l.length;f++){const m=u*f+T,C=r[3]-this.INDICATOR_PADDING,I=r[3]+a+this.INDICATOR_PADDING,p=e?m-this.INDICATOR_PADDING:m+g+this.INDICATOR_PADDING,L=e?m+g+this.INDICATOR_PADDING:m-this.INDICATOR_PADDING,M=document.createElement("div");M.innerText=this.i18n.t(`frame.${e?"header":"footer"}`),M.style.top=`${L}px`,M.style.transform=`translate(${n*t}px, ${i*t}px) scale(${t})`,this.indicatorContainer.append(M);const O=document.createElement("span");O.classList.add(`${tt}-zone-indicator-border__top`),O.style.top=`${p}px`,O.style.width=`${a}px`,O.style.marginLeft=`${r[3]}px`,this.indicatorContainer.append(O);const b=document.createElement("span");b.classList.add(`${tt}-zone-indicator-border__left`),b.style.top=`${m}px`,b.style.height=`${g}px`,b.style.left=`${C}px`,this.indicatorContainer.append(b);const D=document.createElement("span");D.classList.add(`${tt}-zone-indicator-border__bottom`),D.style.top=`${L}px`,this.indicatorContainer.append(D);const W=document.createElement("span");W.classList.add(`${tt}-zone-indicator-border__right`),W.style.top=`${m}px`,W.style.height=`${g}px`,W.style.left=`${I}px`,this.indicatorContainer.append(W)}this.container.append(this.indicatorContainer)}_clearZoneIndicator(){this.indicatorContainer?.remove(),this.indicatorContainer=null}}class dT{draw;position;zone;options;elementList;rowList;positionList;constructor(t,e){this.draw=t,this.position=t.getPosition(),this.zone=t.getZone(),this.options=t.getOptions(),this.elementList=e||[],this.rowList=[],this.positionList=[]}getRowList(){return this.rowList}setElementList(t){this.elementList=t}getElementList(){return this.elementList}getPositionList(){return this.positionList}compute(){this.recovery(),this._computeRowList(),this._computePositionList()}recovery(){this.rowList=[],this.positionList=[]}_computeRowList(){const t=this.draw.getInnerWidth();this.rowList=this.draw.computeRowList({innerWidth:t,elementList:this.elementList})}_computePositionList(){const t=this.getFooterBottom(),e=this.draw.getInnerWidth(),i=this.draw.getMargins()[3],l=this.draw.getHeight(),r=this.getHeight(),a=l-t-r;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:i,startY:a,innerWidth:e,zone:s.EditorZone.FOOTER})}getFooterBottom(){const{footer:{bottom:t,disabled:e},scale:n}=this.options;return e?0:Math.floor(t*n)}getMaxHeight(){const{footer:{maxHeightRadio:t}}=this.options,e=this.draw.getHeight();return Math.floor(e*Is[t])}getHeight(){if(this.options.footer.disabled)return 0;const t=this.getMaxHeight(),e=this.getRowHeight();return e>t?t:e}getRowHeight(){return this.rowList.reduce((t,e)=>t+e.height,0)}getExtraHeight(){const t=this.draw.getMargins(),e=this.getHeight(),i=this.getFooterBottom()+e-t[2];return i<=0?0:i}render(t,e){t.save(),t.globalAlpha=this.zone.isFooterActive()?1:this.options.footer.inactiveAlpha;const n=this.draw.getInnerWidth(),i=this.getMaxHeight(),l=[];let r=0;for(let a=0;a<this.rowList.length;a++){const c=this.rowList[a];if(r+c.height>i)break;l.push(c),r+=c.height}this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:l,pageNo:e,startIndex:0,innerWidth:n,zone:s.EditorZone.FOOTER}),t.restore()}}class uT{draw;range;options;UN_COUNT_STYLE_WIDTH=20;MEASURE_BASE_TEXT="0";LIST_GAP=10;constructor(t){this.draw=t,this.range=t.getRange(),this.options=t.getOptions()}setList(t,e){if(this.draw.isReadonly())return;const{startIndex:i,endIndex:l}=this.range.getRange();if(!~i&&!~l)return;const r=this.range.getRangeParagraphElementList();if(!r||!r.length)return;if(r.find(R=>R.listType===t&&R.listStyle===e)||!t){this.unsetList();return}const c=Tt();r.forEach(R=>{R.listId=c,R.listType=t,R.listStyle=e});const d=i===l,u=d?l:i;this.draw.render({curIndex:u,isSetCursor:d})}unsetList(){if(this.draw.isReadonly())return;const{startIndex:e,endIndex:n}=this.range.getRange();if(!~e&&!~n)return;const i=this.range.getRangeParagraphElementList()?.filter(d=>d.listId);if(!i||!i.length)return;const l=this.draw.getElementList(),r=l[n];if(r.listId){let d=n+1;for(;d<l.length;){const u=l[d];if(u.value===H&&!u.listWrap)break;if(u.listId!==r.listId){this.draw.spliceElementList(l,d,0,[{value:H}]);break}d++}}i.forEach(d=>{delete d.listId,delete d.listType,delete d.listStyle,delete d.listWrap});const a=e===n,c=a?n:e;this.draw.render({curIndex:c,isSetCursor:a})}computeListStyle(t,e){const n=new Map;let i=0,l=e[i]?.listId,r=[];const a=e.length;for(;i<a;){const c=e[i];if(l&&l===c.listId)r.push(c);else if(c.listId&&c.listId!==l){if(r.length){const d=this.getListStyleWidth(t,r);n.set(l,d)}l=c.listId,r=l?[c]:[]}i++}if(r.length){const c=this.getListStyleWidth(t,r);n.set(l,c)}return n}findStyledElement(t){let e=t[0];for(let n=1;n<t.length;n++){const i=t[n];if(i.font||i.size||i.bold||i.italic){e=i;break}}return e}getListFontStyle(t,e){if(this.options.list.inheritStyle){const n=this.findStyledElement(t);return this.draw.getElementFont(n,e)}else{const{defaultFont:n,defaultSize:i}=this.options;return`${i*e}px ${n}`}}getListStyleWidth(t,e){const{scale:n,checkbox:i}=this.options,l=e[0];if(l.listStyle&&l.listStyle!==s.ListStyle.DECIMAL)return l.listStyle===s.ListStyle.CHECKBOX?(i.width+this.LIST_GAP)*n:this.UN_COUNT_STYLE_WIDTH*n;const r=e.reduce((d,u)=>(u.value===H&&(d+=1),d),0);if(!r)return 0;t.save(),t.font=this.getListFontStyle(e,n);const a=`${this.MEASURE_BASE_TEXT.repeat(String(r).length)}${s.KeyMap.PERIOD}`,c=t.measureText(a);return t.restore(),Math.ceil((c.width+this.LIST_GAP)*n)}drawListStyle(t,e,n){const{elementList:i,offsetX:l,listIndex:r,ascent:a}=e,c=i[0];if(c.value!==H||c.listWrap)return;let d=0;const{defaultTabWidth:u,scale:R}=this.options;for(let m=1;m<i.length&&i[m]?.type===s.ElementType.TAB;m++)d+=u*R;const{coordinate:{leftTop:[h,g]}}=n,T=h-l+d,f=g+a;if(c.listStyle===s.ListStyle.CHECKBOX){const{width:m,height:C,gap:I}=this.options.checkbox,p={...c,checkbox:{value:!!c.checkbox?.value},metrics:{...c.metrics,width:(m+I*2)*R,height:C*R}};this.draw.getCheckboxParticle().render({ctx:t,x:T-I*R,y:f,index:0,row:{...e,elementList:[p,...e.elementList]}})}else{let m="";if(c.listType===s.ListType.UL?m=gi[c.listStyle]||gi[pn.DISC]:m=`${r+1}${s.KeyMap.PERIOD}`,!m)return;t.save(),t.font=this.getListFontStyle(i,R),t.fillText(m,T,f),t.restore()}}}class ho{options;static WIDTH=12;static HEIGHT=9;static GAP=3;constructor(t){this.options=t.getOptions()}render(t,e,n,i){const{scale:l,lineBreak:{color:r,lineWidth:a}}=this.options;t.save(),t.beginPath();const c=i-ho.HEIGHT*l/2,d=n+e.metrics.width;t.translate(d,c),t.scale(l,l),t.strokeStyle=r,t.lineWidth=a,t.lineCap="round",t.lineJoin="round",t.beginPath(),t.moveTo(8,0),t.lineTo(12,0),t.lineTo(12,6),t.lineTo(3,6),t.moveTo(3,6),t.lineTo(6,3),t.moveTo(3,6),t.lineTo(6,9),t.stroke(),t.closePath(),t.restore()}}class Ml{draw;position;options;elementList;rowList;positionList;constructor(t){this.draw=t,this.position=t.getPosition(),this.options=t.getOptions(),this.elementList=[],this.rowList=[],this.positionList=[]}_recovery(){this.elementList=[],this.rowList=[],this.positionList=[]}_compute(t){this._computeRowList(),this._computePositionList(t)}_computeRowList(){const t=this.draw.getInnerWidth();this.rowList=this.draw.computeRowList({innerWidth:t,elementList:this.elementList})}_computePositionList(t){const{lineBreak:e,scale:n}=this.options,i=this.draw.getHeader().getExtraHeight(),l=this.draw.getInnerWidth(),r=this.draw.getMargins();let a=r[3];e.disabled||(a+=(ho.WIDTH+ho.GAP)*n);const c=t?.startY||r[0]+i;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:a,startY:c,innerWidth:l})}render(t,e){const{placeholder:n=this.options.placeholder}=e||{},{data:i,font:l,size:r,color:a,opacity:c}=n;this._recovery(),this.elementList=[{value:i,font:l,size:r,color:a}],jt(this.elementList,{editorOptions:this.options,isForceCompensation:!0}),this._compute(e);const d=this.draw.getInnerWidth();t.save(),t.globalAlpha=c,this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:this.rowList,pageNo:0,startIndex:0,innerWidth:d,isDrawLineBreak:!1}),t.restore()}}class RT{draw;options;range;fillRectMap;constructor(t){this.draw=t,this.options=t.getOptions(),this.range=t.getRange(),this.fillRectMap=new Map}setGroup(){if(this.draw.isReadonly()||this.draw.getZone().getZone()!==s.EditorZone.MAIN)return null;const t=this.range.getSelection();if(!t)return null;const e=Tt();return t.forEach(n=>{Array.isArray(n.groupIds)||(n.groupIds=[]),n.groupIds.push(e)}),this.draw.render({isSetCursor:!1,isCompute:!1}),e}getElementListByGroupId(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i];if(l.type===s.ElementType.TABLE){const r=l.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getElementListByGroupId(u.value,e);if(R.length)return n.push(...R),n}}}if(l?.groupIds?.includes(e)&&(n.push(l),!t[i+1]?.groupIds?.includes(e)))break}return n}deleteGroup(t){if(this.draw.isReadonly())return;const e=this.draw.getOriginalMainElementList(),n=this.getElementListByGroupId(e,t);if(n.length){for(let i=0;i<n.length;i++){const l=n[i],r=l.groupIds,a=r.findIndex(c=>c===t);r.splice(a,1),r.length||delete l.groupIds}this.draw.render({isSetCursor:!1,isCompute:!1})}}getContextByGroupId(t,e){for(let n=0;n<t.length;n++){const i=t[n];if(i.type===s.ElementType.TABLE){const r=i.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getContextByGroupId(u.value,e);if(R)return{...R,isTable:!0,index:n,trIndex:a,tdIndex:d,tdId:u.id,trId:c.id,tableId:i.tableId}}}}const l=t[n+1];if(i.groupIds?.includes(e)&&!l?.groupIds?.includes(e))return{isTable:!1,startIndex:n,endIndex:n}}return null}clearFillInfo(){this.fillRectMap.clear()}recordFillInfo(t,e,n,i,l){const r=t.groupIds;if(r)for(const a of r){const c=this.fillRectMap.get(a);c?c.width+=i:this.fillRectMap.set(a,{x:e,y:n,width:i,height:l})}}render(t){if(!this.fillRectMap.size)return;const e=this.range.getRange(),i=this.draw.getElementList()[e.endIndex]?.groupIds,{group:{backgroundColor:l,opacity:r,activeOpacity:a,activeBackgroundColor:c}}=this.options;t.save(),this.fillRectMap.forEach((d,u)=>{const{x:R,y:h,width:g,height:T}=d;i?.includes(u)?(t.globalAlpha=a,t.fillStyle=c):(t.globalAlpha=r,t.fillStyle=l),t.fillRect(R,h,g,T)}),t.restore(),this.clearFillInfo()}}class hT{options;constructor(t){this.options=t.getOptions()}render(t,e,n,i){const{scale:l,whiteSpace:{color:r,radius:a}}=this.options,c=e.metrics;t.save(),t.fillStyle=r,t.beginPath(),t.arc(n+c.width/2,i,a*l,0,Math.PI*2),t.fill(),t.closePath(),t.restore()}}class gT{draw;eventBus;pageContainer;constructor(t){this.draw=t,this.eventBus=this.draw.getEventBus(),this.pageContainer=this.draw.getPageContainer(),this.pageContainer.addEventListener("mousemove",this._mousemove.bind(this)),this.pageContainer.addEventListener("mouseenter",this._mouseenter.bind(this)),this.pageContainer.addEventListener("mouseleave",this._mouseleave.bind(this)),this.pageContainer.addEventListener("mousedown",this._mousedown.bind(this)),this.pageContainer.addEventListener("mouseup",this._mouseup.bind(this)),this.pageContainer.addEventListener("click",this._click.bind(this))}_mousemove(t){this.eventBus.isSubscribe("mousemove")&&this.eventBus.emit("mousemove",t)}_mouseenter(t){this.eventBus.isSubscribe("mouseenter")&&this.eventBus.emit("mouseenter",t)}_mouseleave(t){this.eventBus.isSubscribe("mouseleave")&&this.eventBus.emit("mouseleave",t)}_mousedown(t){this.eventBus.isSubscribe("mousedown")&&this.eventBus.emit("mousedown",t)}_mouseup(t){this.eventBus.isSubscribe("mouseup")&&this.eventBus.emit("mouseup",t)}_click(t){this.eventBus.isSubscribe("click")&&this.eventBus.emit("click",t)}}class TT{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}render(t,e){const{scale:n,lineNumber:{color:i,size:l,font:r,right:a,type:c}}=this.options,d=this.draw.getTextParticle(),u=this.draw.getMargins(),R=this.draw.getPosition().getOriginalMainPositionList(),g=this.draw.getPageRowList()[e];t.save(),t.fillStyle=i,t.font=`${l*n}px ${r}`;for(let T=0;T<g.length;T++){const f=g[T],{coordinate:{leftBottom:m}}=R[f.startIndex],C=c===s.LineNumberType.PAGE?T+1:f.rowIndex+1,I=d.measureText(t,{value:`${C}`}),p=u[3]-(I.width+a)*n,L=m[1]-I.actualBoundingBoxAscent*n;t.fillText(`${C}`,p,L)}t.restore()}}class fT{draw;header;footer;options;constructor(t){this.draw=t,this.header=t.getHeader(),this.footer=t.getFooter(),this.options=t.getOptions()}render(t){const{scale:e,pageBorder:{color:n,lineWidth:i,padding:l}}=this.options;t.save(),t.translate(.5,.5),t.strokeStyle=n,t.lineWidth=i*e;const r=this.draw.getMargins(),a=r[3]-l[3]*e,c=r[0]+this.header.getExtraHeight()-l[0]*e,d=this.draw.getInnerWidth()+(l[1]+l[3])*e,u=this.draw.getHeight()-c-this.footer.getExtraHeight()-r[2]+l[2]*e;t.rect(a,c,d,u),t.stroke(),t.restore()}}function mT(o,t){const{value:e,oldValue:n}=t;n.isTable&&!e.isTable&&o.getTableTool().dispose()}class pT{draw;eventBus;constructor(t){this.draw=t,this.eventBus=t.getEventBus(),this.execute()}execute(){this.eventBus.on("positionContextChange",t=>{mT(this.draw,t)})}}class CT{draw;range;position;tableTool;tableParticle;options;constructor(t){this.draw=t,this.range=t.getRange(),this.position=t.getPosition(),this.tableTool=t.getTableTool(),this.tableParticle=t.getTableParticle(),this.options=t.getOptions()}insertTable(t,e){const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{defaultTrMinHeight:l}=this.options.table,r=this.draw.getElementList();let a=0;if(r[n]?.listId){const T=this.position.getPositionList(),{rowIndex:f}=T[n];a=this.draw.getRowList()[f]?.offsetX||0}const c=this.draw.getContextInnerWidth()-a,d=[],u=c/e;for(let T=0;T<e;T++)d.push({width:u});const R=[];for(let T=0;T<t;T++){const f=[],m={height:l,tdList:f};for(let C=0;C<e;C++)f.push({colspan:1,rowspan:1,value:[]});R.push(m)}const h={type:s.ElementType.TABLE,value:"",colgroup:d,trList:R};jt([h],{editorOptions:this.options}),re(r,[h],n,{editorOptions:this.options});const g=n+1;this.draw.spliceElementList(r,g,n===i?0:i-n,[h]),this.range.setRange(g,g),this.draw.render({curIndex:g,isSetCursor:!1})}insertTableTopRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n];if(c.tdList.length<r.colgroup.length){const R=c.tdList[0].rowIndex;for(let h=0;h<n;h++){const g=a[h];for(let T=0;T<g.tdList.length;T++){const f=g.tdList[T];f.rowspan>1&&f.rowIndex+f.rowspan>=R+1&&(f.rowspan+=1)}}}const d=Tt(),u={height:c.height,id:d,tdList:[]};for(let R=0;R<c.tdList.length;R++){const h=c.tdList[R],g=Tt();u.tdList.push({id:g,rowspan:1,colspan:h.colspan,value:[{value:H,size:16,tableId:i,trId:d,tdId:g}]})}a.splice(n,0,u),this.position.setPositionContext({isTable:!0,index:e,trIndex:n,tdIndex:0,tdId:u.tdList[0].id,trId:u.id,tableId:i}),this.range.setRange(0,0),this.draw.render({curIndex:0}),this.tableTool.render()}insertTableBottomRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n],d=a.length-1===n?c:a[n+1];if(d.tdList.length<r.colgroup.length){const h=d.tdList[0].rowIndex;for(let g=0;g<n+1;g++){const T=a[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f];m.rowspan>1&&m.rowIndex+m.rowspan>=h+1&&(m.rowspan+=1)}}}const u=Tt(),R={height:d.height,id:u,tdList:[]};for(let h=0;h<d.tdList.length;h++){const g=d.tdList[h],T=Tt();R.tdList.push({id:T,rowspan:1,colspan:g.colspan,value:[{value:H,size:16,tableId:i,trId:u,tdId:T}]})}a.splice(n+1,0,R),this.position.setPositionContext({isTable:!0,index:e,trIndex:n+1,tdIndex:0,tdId:R.tdList[0].id,trId:R.id,tableId:r.id}),this.range.setRange(0,0),this.draw.render({curIndex:0})}adjustColWidth(t){if(t.type!==s.ElementType.TABLE)return;const{defaultColMinWidth:e}=this.options.table,n=t.colgroup,i=n.reduce((r,a)=>r+a.width,0),l=this.draw.getOriginalInnerWidth();if(i>l){const r=n.filter(c=>c.width>e),a=(i-l)/r.length;for(let c=0;c<n.length;c++){const d=n[c];d.width-a>=e&&(d.width-=a)}}}insertTableLeftCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=n;for(let R=0;R<a.length;R++){const h=a[R],g=Tt();h.tdList.splice(c,0,{id:g,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:i,trId:h.id,tdId:g}]})}const{defaultColMinWidth:d}=this.options.table;r.colgroup.splice(c,0,{width:d}),this.adjustColWidth(r),this.position.setPositionContext({isTable:!0,index:e,trIndex:0,tdIndex:c,tdId:a[0].tdList[c].id,trId:a[0].id,tableId:i}),this.range.setRange(0,0),this.draw.render({curIndex:0}),this.tableTool.render()}insertTableRightCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=n+1;for(let R=0;R<a.length;R++){const h=a[R],g=Tt();h.tdList.splice(c,0,{id:g,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:i,trId:h.id,tdId:g}]})}const{defaultColMinWidth:d}=this.options.table;r.colgroup.splice(c,0,{width:d}),this.adjustColWidth(r),this.position.setPositionContext({isTable:!0,index:e,trIndex:0,tdIndex:c,tdId:a[0].tdList[c].id,trId:a[0].id,tableId:r.id}),this.range.setRange(0,0),this.draw.render({curIndex:0})}deleteTableRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tdIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n],d=c.tdList[i].rowIndex;if(a.length<=1&&r.pagingIndex===0){this.deleteTable();return}for(let u=0;u<d;u++){const h=a[u].tdList;for(let g=0;g<h.length;g++){const T=h[g];T.rowIndex+T.rowspan>d&&T.rowspan--}}for(let u=0;u<c.tdList.length;u++){const R=c.tdList[u];if(R.rowspan>1){const h=Tt(),g=a[n+1];g.tdList.splice(u,0,{id:h,rowspan:R.rowspan-1,colspan:R.colspan,value:[{value:H,size:16,tableId:r.id,trId:g.id,tdId:h}]})}}a.splice(n,1),this.position.setPositionContext({isTable:!1}),this.range.clearRange(),this.draw.render({curIndex:t.index}),this.tableTool.dispose()}deleteTableCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,d=a[i].tdList[n].colIndex;if(!a.find(R=>R.tdList.length>1)){this.deleteTable();return}for(let R=0;R<a.length;R++){const h=a[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];T.colIndex<=d&&T.colIndex+T.colspan>d&&(T.colspan>1?T.colspan--:h.tdList.splice(g,1))}}r.colgroup?.splice(d,1),this.position.setPositionContext({isTable:!1}),this.range.setRange(0,0),this.draw.render({curIndex:t.index}),this.tableTool.dispose()}deleteTable(){const t=this.position.getPositionContext();if(!t.isTable)return;const e=this.draw.getOriginalElementList(),n=e[t.index];let i=1,l=t.index;if(n.pagingId){l=t.index-n.pagingIndex;for(let a=l+1;a<e.length&&e[a].pagingId===n.pagingId;a++)i++}e.splice(l,i);const r=l-1;this.position.setPositionContext({isTable:!1,index:r}),this.range.setRange(r,r),this.draw.render({curIndex:r}),this.tableTool.dispose()}mergeTableCell(){const t=this.position.getPositionContext();if(!t.isTable)return;const{isCrossRowCol:e,startTdIndex:n,endTdIndex:i,startTrIndex:l,endTrIndex:r}=this.range.getRange();if(!e)return;const{index:a}=t,u=this.draw.getOriginalElementList()[a].trList;let R=u[l].tdList[n],h=u[r].tdList[i];(R.x>h.x||R.y>h.y)&&([R,h]=[h,R]);const g=R.colIndex,T=h.colIndex+(h.colspan-1),f=R.rowIndex,m=h.rowIndex+(h.rowspan-1),C=[];for(let F=0;F<u.length;F++){const S=u[F],N=[];for(let P=0;P<S.tdList.length;P++){const Y=S.tdList[P],X=Y.colIndex,U=Y.rowIndex;X>=g&&X<=T&&U>=f&&U<=m&&N.push(Y)}N.length&&C.push(N)}if(!C.length)return;const I=C[C.length-1],p=C[0][0],L=I[I.length-1],M=p.x,O=p.y,b=L.x+L.width,D=L.y+L.height;for(let F=0;F<C.length;F++){const S=C[F];for(let N=0;N<S.length;N++){const P=S[N],Y=P.x,X=P.y,U=Y+P.width,Q=X+P.height;if(M>Y||O>X||b<U||D<Q)return}}const W=[],V=C[0][0],E=V.value[0];for(let F=0;F<C.length;F++){const S=C[F];for(let N=0;N<S.length;N++){const P=S[N];if(!(F===0&&N===0)){W.push(P.id);const X=P.value.length>1?0:1;for(let U=X;U<P.value.length;U++){const Q=P.value[U];an(Sn,E,Q),V.value.push(Q)}}F===0&&N!==0&&(V.colspan+=P.colspan),F!==0&&V.colIndex===P.colIndex&&(V.rowspan+=P.rowspan)}}for(let F=0;F<u.length;F++){const S=u[F];let N=0;for(;N<S.tdList.length;){const P=S.tdList[N];W.includes(P.id)&&(S.tdList.splice(N,1),N--),N++}}this.position.setPositionContext({...t,trIndex:V.trIndex,tdIndex:V.tdIndex});const y=V.value.length-1;this.range.setRange(y,y),this.draw.render(),this.tableTool.render()}cancelMergeTableCell(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[i],d=c.tdList[n];if(d.rowspan===1&&d.colspan===1)return;const u=d.colspan;if(d.colspan>1){for(let h=1;h<d.colspan;h++){const g=Tt();c.tdList.splice(n+h,0,{id:g,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:r.id,trId:c.id,tdId:g}]})}d.colspan=1}if(d.rowspan>1){for(let h=1;h<d.rowspan;h++){const g=a[i+h];for(let T=0;T<u;T++){const f=Tt();g.tdList.splice(d.colIndex,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:r.id,trId:g.id,tdId:f}]})}}d.rowspan=1}const R=d.value.length-1;this.range.setRange(R,R),this.draw.render(),this.tableTool.render()}splitVerticalTableCell(){const t=this.position.getPositionContext();if(!t.isTable||this.range.getRange().isCrossRowCol)return;const{index:n,tdIndex:i,trIndex:l}=t,a=this.draw.getOriginalElementList()[n],c=a.trList,d=c[l],u=d.tdList[i];a.colgroup.splice(i+1,0,{width:this.options.table.defaultColMinWidth});for(let R=0;R<c.length;R++){const h=c[R];let g=0;for(;g<h.tdList.length;){const T=h.tdList[g];if(T.rowIndex!==u.rowIndex)T.colIndex<=u.colIndex&&T.colIndex+T.colspan>u.colIndex&&T.colspan++;else if(T.id===u.id){const f=Tt();d.tdList.splice(g+u.colspan,0,{id:f,rowspan:u.rowspan,colspan:1,value:[{value:H,size:16,tableId:a.id,trId:h.id,tdId:f}]}),g++}g++}}this.draw.render(),this.tableTool.render()}splitHorizontalTableCell(){const t=this.position.getPositionContext();if(!t.isTable||this.range.getRange().isCrossRowCol)return;const{index:n,tdIndex:i,trIndex:l}=t,a=this.draw.getOriginalElementList()[n],c=a.trList,u=c[l].tdList[i];let R=-1,h=0;for(;h<c.length;){if(h===R){h++;continue}const g=c[h];let T=0;for(;T<g.tdList.length;){const f=g.tdList[T];if(f.id===u.id){const m=Tt(),C=Tt();c.splice(h+u.rowspan,0,{id:m,height:this.options.table.defaultTrMinHeight,tdList:[{id:C,rowspan:1,colspan:u.colspan,value:[{value:H,size:16,tableId:a.id,trId:m,tdId:C}]}]}),R=h+u.rowspan}else f.rowIndex>=u.rowIndex&&f.rowIndex<u.rowIndex+u.rowspan&&f.rowIndex+f.rowspan>=u.rowIndex+u.rowspan&&f.rowspan++;T++}h++}this.draw.render(),this.tableTool.render()}tableTdVerticalAlign(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];!a||a.verticalAlign===t||!a.verticalAlign&&t===s.VerticalAlign.TOP||(a.verticalAlign=t)}}const{endIndex:n}=this.range.getRange();this.draw.render({curIndex:n})}tableBorderType(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderType&&t===s.TableBorder.ALL||l.borderType===t)return;l.borderType=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r})}tableBorderColor(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderColor&&t===this.options.table.defaultBorderColor||l.borderColor===t)return;l.borderColor=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r,isCompute:!1})}tableTdBorderType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.borderTypes?.includes(t));n.forEach(r=>{r.borderTypes||(r.borderTypes=[]);const a=r.borderTypes.findIndex(c=>c===t);i?~a||r.borderTypes.push(t):~a&&r.borderTypes.splice(a,1),r.borderTypes.length||delete r.borderTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdSlashType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.slashTypes?.includes(t));n.forEach(r=>{r.slashTypes||(r.slashTypes=[]);const a=r.slashTypes.findIndex(c=>c===t);i?~a||r.slashTypes.push(t):~a&&r.slashTypes.splice(a,1),r.slashTypes.length||delete r.slashTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdBackgroundColor(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];a.backgroundColor=t}}const{endIndex:n}=this.range.getRange();this.range.setRange(n,n),this.draw.render({isCompute:!1})}tableSelectAll(){const t=this.position.getPositionContext(),{index:e,tableId:n,isTable:i}=t;if(!i||!n)return;const{startIndex:l,endIndex:r}=this.range.getRange(),c=this.draw.getOriginalElementList()[e].trList,d=c.length-1,u=c[d].tdList.length-1;this.range.replaceRange({startIndex:l,endIndex:r,tableId:n,startTdIndex:0,endTdIndex:u,startTrIndex:0,endTrIndex:d}),this.draw.render({isSetCursor:!1,isCompute:!1,isSubmitHistory:!1})}tableProperties(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e}=t,i=this.draw.getOriginalElementList()[e],l=this.draw.getOptions().table.tdPadding,r=i.tdPadding||l,a=document.createElement("div");a.className="table-properties-modal",a.setAttribute("editor-component","table-properties-modal"),a.innerHTML=`
514
517
  <div class="table-properties-modal__mask"></div>
515
518
  <div class="table-properties-modal__container">
516
519
  <div class="table-properties-modal__header">
@@ -540,7 +543,7 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
540
543
  <button class="btn-confirm">确定</button>
541
544
  </div>
542
545
  </div>
543
- `,document.body.appendChild(a);const c=a.querySelector(".table-properties-modal__mask"),d=a.querySelector(".table-properties-modal__close"),u=a.querySelector(".btn-cancel"),R=a.querySelector(".btn-confirm"),h=()=>{a.remove()};c.addEventListener("click",h),d.addEventListener("click",h),u.addEventListener("click",h),R.addEventListener("click",()=>{const g=parseInt(a.querySelector("#tdPaddingTop").value)||0,T=parseInt(a.querySelector("#tdPaddingRight").value)||0,f=parseInt(a.querySelector("#tdPaddingBottom").value)||0,m=parseInt(a.querySelector("#tdPaddingLeft").value)||0;i.tdPadding=[g,T,f,m],h();const{endIndex:C}=this.range.getRange();this.draw.render({curIndex:C,isCompute:!0})})}}s.AreaMode=void 0,(function(o){o.EDIT="edit",o.READONLY="readonly",o.FORM="form"})(s.AreaMode||(s.AreaMode={}));class fT{draw;zone;range;position;options;areaInfoMap=new Map;constructor(t){this.draw=t,this.options=t.getOptions(),this.zone=t.getZone(),this.range=t.getRange(),this.position=t.getPosition()}getAreaInfo(){return this.areaInfoMap}getActiveAreaId(){if(!this.areaInfoMap.size)return null;const{startIndex:t}=this.range.getRange();return this.draw.getElementList()[t]?.areaId||null}getActiveAreaInfo(){const t=this.getActiveAreaId();return t&&this.areaInfoMap.get(t)||null}isReadonly(){const t=this.getActiveAreaInfo();if(!t?.area)return!1;switch(t.area.mode){case s.AreaMode.EDIT:return!1;case s.AreaMode.READONLY:return!0;case s.AreaMode.FORM:return!this.draw.getControl().getIsRangeWithinControl();default:return!1}}insertArea(t){const{id:e,value:n,area:i,position:l,range:r}=t;if(this.zone.getZone()!==s.EditorZone.MAIN&&this.zone.setZone(s.EditorZone.MAIN),this.draw.getPosition().setPositionContext({isTable:!1}),r&&!this.getActiveAreaId()){const{startIndex:c,endIndex:d}=r,u=this.draw.getOriginalMainElementList();if(!u[c]||!u[d])return null;this.range.setRange(r.startIndex,r.endIndex)}else if(l===s.LocationPosition.BEFORE)this.range.setRange(0,0);else{const d=this.draw.getOriginalMainElementList().length-1;this.range.setRange(d,d)}const a=e||Tt();return this.draw.insertElementList([{type:s.ElementType.AREA,value:"",areaId:a,valueList:n,area:ht(i)}]),a}render(t,e){if(!this.areaInfoMap.size)return;t.save();const n=this.draw.getMargins(),i=this.draw.getInnerWidth();for(const l of this.areaInfoMap){const{area:r,positionList:a}=l[1];if(r?.hide||!r?.backgroundColor&&!r?.borderColor&&!r?.placeholder)continue;const c=a.filter(T=>T.pageNo===e);if(!c.length)continue;t.translate(.5,.5);const d=c[0],u=c[c.length-1],R=n[3],h=Math.ceil(d.coordinate.leftTop[1]),g=Math.ceil(u.coordinate.rightBottom[1]-h);t.textBaseline="middle",r.backgroundColor&&(t.fillStyle=r.backgroundColor,t.fillRect(R,h,i,g)),r.borderColor&&(t.strokeStyle=r.borderColor,t.strokeRect(R,h,i,g)),r.placeholder&&a.length<=1&&new Ll(this.draw).render(t,{placeholder:{...Ys,...r.placeholder},startY:d.coordinate.leftTop[1]}),t.translate(-.5,-.5)}t.restore()}compute(){this.areaInfoMap.clear();const t=this.draw.getOriginalMainElementList(),e=this.position.getOriginalMainPositionList();for(let n=0;n<t.length;n++){const i=t[n],l=i.areaId;if(l){const r=this.areaInfoMap.get(l);r?(r.elementList.push(i),r.positionList.push(e[n])):this.areaInfoMap.set(l,{id:l,area:i.area,elementList:[i],positionList:[e[n]]})}}}getAreaValue(t={}){const e=t.id||this.getActiveAreaId();if(!e)return null;const n=this.areaInfoMap.get(e);return n?{area:n.area,id:n.id,startPageNo:n.positionList[0].pageNo,endPageNo:n.positionList[n.positionList.length-1].pageNo,value:Yt(n.elementList)}:null}getContextByAreaId(t,e){const n=this.draw.getOriginalMainElementList();for(let i=0;i<n.length;i++){const l=n[i];if(e?.position===s.LocationPosition.OUTER_BEFORE){if(n[i+1]?.areaId!==t)continue}else if(e?.position===s.LocationPosition.AFTER){if(!(l.areaId===t&&n[i+1]?.areaId!==t))continue}else if(e?.position===s.LocationPosition.OUTER_AFTER){if(!(l.areaId!==t&&n[i-1]?.areaId===t))continue}else if(l.areaId!==t)continue;const r=this.position.getOriginalMainPositionList();return{range:{startIndex:i,endIndex:i},elementPosition:r[i]}}return null}setAreaProperties(t){const e=t.id||this.getActiveAreaId();if(!e)return;const n=this.areaInfoMap.get(e);if(!n)return;n.area||(n.area={});let i=!1;const l=["top","hide"];Object.entries(t.properties).forEach(([r,a])=>{if(Os(a))return;const c=r;n.area[c]=a,l.includes(c)&&(i=!0)}),this.draw.render({isCompute:i,isSetCursor:!1})}setAreaValue(t){const e=t.id||this.getActiveAreaId();if(!e)return;const n=this.areaInfoMap.get(e);if(!n)return;const{positionList:i}=n,l=this.draw.getOriginalMainElementList(),r=t.value;jt([{type:s.ElementType.AREA,value:"",valueList:r,areaId:n.id,area:n.area}],{editorOptions:this.options}),this.draw.spliceElementList(l,i[0].index,i.length,r,{isIgnoreDeletedRule:!0}),this.draw.render({isSetCursor:!1})}}class mT{draw;options;imageCache;mainBadge;areaBadgeMap;constructor(t){this.draw=t,this.options=t.getOptions(),this.imageCache=new Map,this.mainBadge=null,this.areaBadgeMap=new Map}setMainBadge(t){this.mainBadge=t}setAreaBadgeMap(t){this.areaBadgeMap.clear(),t.forEach(e=>{this.areaBadgeMap.set(e.areaId,e.badge)})}_drawImage(t,e,n,i,l,r){if(this.imageCache.has(r)){const a=this.imageCache.get(r);t.drawImage(a,e,n,i,l)}else{const a=new Image;a.setAttribute("crossOrigin","Anonymous"),a.src=r,a.onload=()=>{this.imageCache.set(r,a),t.drawImage(a,e,n,i,l)}}}render(t,e){if(e===0&&this.mainBadge){const{scale:n,badge:i}=this.options,{left:l,top:r,width:a,height:c,value:d}=this.mainBadge,u=this.draw.getMargins()[0]+this.draw.getHeader().getExtraHeight(),R=(l||i.left)*n,h=(r||i.top)*n+u;this._drawImage(t,R,h,a*n,c*n,d)}if(this.areaBadgeMap.size){const n=this.draw.getArea().getAreaInfo();if(n.size){const{scale:i,badge:l}=this.options;for(const r of n){const{positionList:a}=r[1],c=a[0];if(c.pageNo!==e)continue;const d=this.areaBadgeMap.get(r[0]);if(!d)continue;const{left:u,top:R,width:h,height:g,value:T}=d,f=(u||l.left)*i,m=(R||l.top)*i+c.coordinate.leftTop[1];this._drawImage(t,f,m,h*i,g*i,T)}}}}}class pT{draw;options;data;pageContainer;isDrawing=!1;startStroke=null;constructor(t,e){this.draw=t,this.options=t.getOptions(),this.data=e||[],this.pageContainer=t.getPageContainer(),this.register()}register(){this.pageContainer.addEventListener("mousedown",this.start.bind(this)),this.pageContainer.addEventListener("mouseup",this.stop.bind(this)),this.pageContainer.addEventListener("mouseleave",this.stop.bind(this)),this.pageContainer.addEventListener("mousemove",this.drawing.bind(this))}start(t){if(!this.draw.isGraffitiMode())return;this.isDrawing=!0;const{scale:e}=this.options;this.startStroke={lineColor:this.options.graffiti.defaultLineColor,lineWidth:this.options.graffiti.defaultLineWidth,points:[t.offsetX/e,t.offsetY/e]}}stop(){this.isDrawing=!1}drawing(t){if(!this.isDrawing||!this.draw.isGraffitiMode())return;const{offsetX:e,offsetY:n}=t,i=2;if(this.startStroke&&Math.abs(this.startStroke.points[0]-e)<i&&Math.abs(this.startStroke.points[1]-n)<i)return;const l=this.draw.getPageNo();let r=this.data.find(d=>d.pageNo===l);if(this.startStroke&&(r||(r={pageNo:l,strokes:[]},this.data.push(r)),r.strokes.push(this.startStroke),this.startStroke=null),!r?.strokes?.length)return;const{scale:a}=this.options;r.strokes[r.strokes.length-1].points.push(e/a,n/a),this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1})}getValue(){return this.data}compute(){const t=this.draw.getPageRowList().length;for(let e=this.data.length-1;e>=0;e--)this.data[e].pageNo>t-1&&this.data.splice(e,1)}clear(){this.data=[]}render(t,e){const n=this.data.find(a=>a.pageNo===e)?.strokes;if(!n?.length)return;const{graffiti:{defaultLineColor:i,defaultLineWidth:l},scale:r}=this.options;t.save();for(let a=0;a<n.length;a++){const c=n[a];t.beginPath(),t.strokeStyle=c.lineColor||i,t.lineWidth=(c.lineWidth||l)*r,t.moveTo(c.points[0]*r,c.points[1]*r);for(let d=2;d<c.points.length;d+=2)t.lineTo(c.points[d]*r,c.points[d+1]*r);t.stroke()}t.restore()}}const Pl=1024,CT=['[aria-modal="true"]','[role="dialog"]','[data-overlay-active="true"]',".ant-modal-root",".ant-modal-wrap",".ant-modal",".ant-drawer",".ant-select-dropdown",".ant-picker-dropdown",".ant-dropdown",".ant-popover",".ant-tooltip",".ant-cascader-dropdown",".ant-mentions-dropdown"].join(", ");function El(o,t,e){for(let n=0;n<e.length;n+=Pl){const i=e.slice(n,n+Pl);o.splice(t+n,0,...i)}}class IT{container;pageContainer;pageList;ctxList;pageNo;renderCount;pagePixelRatio;mode;options;position;zone;elementList;listener;eventBus;override;i18n;canvasEvent;globalEvent;cursor;range;margin;background;badge;search;group;area;underline;strikeout;highlight;historyManager;previewer;imageParticle;laTexParticle;textParticle;tableParticle;tableTool;tableOperate;pageNumber;lineNumber;waterMark;placeholder;header;footer;hyperlinkParticle;labelParticle;macroParticle;dateParticle;separatorParticle;pageBreakParticle;superscriptParticle;subscriptParticle;checkboxParticle;radioParticle;menstrualHistoryParticle;fetalHeartPositionParticle;toothPositionParticle;blockParticle;listParticle;lineBreakParticle;whiteSpaceParticle;control;pageBorder;workerManager;scrollObserver;selectionObserver;imageObserver;graffiti;command;interactionPaused;overlayActiveCount;globalShortcutSuspended;LETTER_REG;WORD_LIKE_REG;rowList;pageRowList;painterStyle;painterOptions;visiblePageNoList;intersectionPageNo;lazyRenderIntersectionObserver;printModeData;readonlyModeData;splitTdValueMap=new Map;tdMap=new Map;constructor(t,e,n,i,l,r){this.container=this._wrapContainer(t),this.pageList=[],this.ctxList=[],this.pageNo=0,this.renderCount=0,this.pagePixelRatio=null,this.mode=e.mode,this.options=e,this.elementList=n.main,this.listener=i,this.eventBus=l,this.override=r,this._formatContainer(),this.pageContainer=this._createPageContainer(),this._createPage(0),this.i18n=new nT(e.locale),this.historyManager=new sd(this),this.position=new rd(this),this.zone=new sT(this),this.range=new ld(this),this.margin=new dd(this),this.background=new ad(this),this.badge=new mT(this),this.search=new ud(this),this.group=new aT(this),this.area=new fT(this),this.underline=new hd(this),this.strikeout=new Rd(this),this.highlight=new cd(this),this.previewer=new zg(this),this.imageParticle=new Ns(this),this.laTexParticle=new bs(this),this.textParticle=new gd(this),this.tableParticle=new md(this),this.tableTool=new pd(this),this.tableOperate=new TT(this),this.pageNumber=new Un(this),this.lineNumber=new uT(this),this.waterMark=new Xd(this),this.placeholder=new Ll(this),this.header=new Pd(this,n.header),this.footer=new rT(this,n.footer),this.hyperlinkParticle=new Cd(this),this.labelParticle=new Id(this),this.macroParticle=new Ld(this),this.dateParticle=new jg(this),this.separatorParticle=new Od(this),this.pageBreakParticle=new Sd(this),this.superscriptParticle=new Ed,this.subscriptParticle=new Md,this.checkboxParticle=new Kg(this),this.radioParticle=new Hg(this),this.menstrualHistoryParticle=new _g(this),this.fetalHeartPositionParticle=new Ag(this),this.toothPositionParticle=new kg(this),this.blockParticle=new tT(this),this.listParticle=new lT(this),this.lineBreakParticle=new ho(this),this.whiteSpaceParticle=new cT(this),this.control=new Ug(this),this.pageBorder=new RT(this),this.graffiti=new pT(this,n.graffiti),this.scrollObserver=new Td(this),this.selectionObserver=new fd(this),this.imageObserver=new oT,new dT(this),this.canvasEvent=new od(this),this.cursor=new Lc(this,this.canvasEvent),this.canvasEvent.register(),this.globalEvent=new id(this,this.canvasEvent),this.globalEvent.register(),this.workerManager=new $g(this),new gT(this);const{letterClass:a}=e;this.LETTER_REG=new RegExp(`[${a.join("")}]`),this.WORD_LIKE_REG=new RegExp(`${a.map(c=>`[^${c}][${c}]`).join("|")}`),this.rowList=[],this.pageRowList=[],this.painterStyle=null,this.painterOptions=null,this.visiblePageNoList=[],this.intersectionPageNo=0,this.lazyRenderIntersectionObserver=null,this.printModeData=null,this.readonlyModeData=null,this.interactionPaused=!1,this.overlayActiveCount=0,this.globalShortcutSuspended=!1,this.isPrintLikeMode()&&this.setPrintData(),this.mode===s.EditorMode.READONLY&&this.setReadonlyData(),this.mode,s.EditorMode.FORM,this.render({isInit:!0,isSetCursor:!1,isFirstRender:!0})}setPrintData(){this.printModeData||(this.printModeData=ht({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=ht(this.printModeData);["header","main","footer"].forEach(l=>{t[l]=this.control.filterAssistElement(t[l])});const n=t,i=this.removeStrikeout(n);t.main=i.main.filter(l=>!l.strikeout),this.setEditorData(i)}removeStrikeout(t){if(Array.isArray(t))return t.map(e=>this.removeStrikeout(e)).filter(e=>!(e&&typeof e=="object"&&"strikeout"in e&&e.strikeout===!0));if(t&&typeof t=="object"){const e={};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=this.removeStrikeout(t[n]));return e}return t}clearPrintData(){this.printModeData&&(this.setEditorData(ht(this.printModeData)),this.printModeData=null)}setReadonlyData(){this.readonlyModeData||(this.readonlyModeData=ht({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=ht(this.readonlyModeData);["header","main","footer"].forEach(n=>{const i=Yt(t[n],{editorOptions:this.options});t[n]=Fn(i),jt(t[n],{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData(t)}clearReadonlyData(){if(this.readonlyModeData){const t=ht(this.readonlyModeData);this.readonlyModeData=null,this.setEditorData(t)}}getLetterReg(){return this.LETTER_REG}getMode(){return this.mode}isPrintLikeMode(t=this.mode){return t===s.EditorMode.PRINT||t===s.EditorMode.COMPARE}isContentReadonly(){if(this.mode===s.EditorMode.COMPARE)return!0;if(this.area.getActiveAreaInfo()?.area?.mode)return this.area.isReadonly();switch(this.mode){case s.EditorMode.DESIGN:return!1;case s.EditorMode.READONLY:case s.EditorMode.PRINT:case s.EditorMode.GRAFFITI:return!0;case s.EditorMode.FORM:if(this.control.getIsRangeWithinControl()){const t=this.getElementList(),{startIndex:e}=this.range.getRange(),n=t[e];if(n?.control?.type===s.ControlType.TEXTFIELD){const i=n.controlId;if(i){for(let l=0;l<t.length;l++)if(t[l].originControlId===i&&t[l].controlId!==i)return!1}return!0}}return!this.control.getIsRangeWithinControl();default:return!1}}isSelectionDisabled(){return this.mode===s.EditorMode.COMPARE?!1:this.area.getActiveAreaInfo()?.area?.mode?this.area.isReadonly():this.mode===s.EditorMode.READONLY||this.mode===s.EditorMode.PRINT||this.mode===s.EditorMode.GRAFFITI}setMode(t){if(this.mode===t)return;const e=this.mode;this.macroParticle.clearInlineEditor({isSubmitHistory:!1}),this.mode=t,this.options.mode=t;const n=this.isPrintLikeMode(t);this.isPrintLikeMode(e)&&this.clearPrintData(),e===s.EditorMode.READONLY&&t!==s.EditorMode.READONLY&&this.clearReadonlyData(),n&&!this.printModeData&&(this.printModeData=ht({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const i=new Map,l=a=>{a.forEach(c=>{c.controlId&&(c.controlComponent==="value"&&i.set(c.controlId,!0),c.checked&&i.set(c.controlId,!0))})};l(this.elementList),this.elementList.forEach(a=>{a.type==="table"&&a.trList?.forEach(c=>{c.tdList?.forEach(d=>{l(d.value)})})});const r=a=>{a.forEach(c=>{if(!(!c.control&&!c.controlId)&&(c.controlComponent==="value"&&c.strikeout&&(n?c.hide=!0:c.hide=!1),!!c.control&&!(c.type!=="control"&&c.control.type!=="button"))){if(c.control.type==="TextField"&&(c.controlComponent==="placeholder"||c.controlComponent==="preTextFix"||c.controlComponent==="preTextFixText"||c.controlComponent==="postTextFix"||c.controlComponent==="postTextFixText"||c.controlComponent==="textFixLabel")&&(t===s.EditorMode.EDIT?c.hide=!1:c.hide=!0),c.control.type==="text"&&(c.controlComponent==="placeholder"||c.controlComponent==="prefix"||c.controlComponent==="postfix")&&(t===s.EditorMode.EDIT||t===s.EditorMode.FORM?c.hide=!1:c.hide=!0),c.control.type==="number"||c.control.type==="select"||c.control.type==="date"||c.control.type==="checkbox"||c.control.type==="radio"){if(c.controlComponent==="placeholder"||c.controlComponent==="prefix"||c.controlComponent==="postfix"){const u=i.get(c.controlId);c.control.type==="select"&&n||n&&!u?c.hide=!0:c.hide=!1}c.control.type==="number"&&c.controlComponent==="value"&&(n&&c.strikeout?c.hide=!0:!n&&c.strikeout&&(c.hide=!1))}c.control.type==="button"&&(c.hide=!1,c.control.hide=!1),c.control.type==="menstrualHistory"&&(c.controlComponent==="prefix"||c.controlComponent==="postfix")&&(n?c.hide=!0:c.hide=!1)}})};r(this.elementList),this.elementList.forEach(a=>{a.type==="table"&&a.trList.forEach(c=>{c.tdList.forEach(d=>{r(d.value)})})}),t===s.EditorMode.FORM?(this.elementList.filter(a=>a.type==="control").map(a=>{a.control?.type==="button"&&a.control.buttonText&&(a.color="#1677FF",a.highlight="transparent")}),this.hideTextFieldWhitespace(this.elementList,!0),this.updateTextFieldPlaceholderVisibility(this.elementList,!0,!1)):t===s.EditorMode.EDIT?(this.hideTextFieldWhitespace(this.elementList,!1),this.updateTextFieldPlaceholderVisibility(this.elementList,!0,!1)):(this.hideTextFieldWhitespace(this.elementList,!1),this.updateTextFieldPlaceholderVisibility(this.elementList,!1,!0)),n?(this.elementList.filter(a=>a?.control?.type==="button").map(a=>{(a?.controlComponent==="prefix"||a?.controlComponent==="postfix")&&(a.color="transparent",a.highlight="transparent"),a?.controlComponent==="value"&&!a.control.buttonText&&(a.color="transparent",a.highlight="transparent")}),this.setPrintData()):(this.clearPrintData(),this.elementList.filter(a=>a?.control?.type==="button").map(a=>{(a?.controlComponent==="prefix"||a?.controlComponent==="postfix")&&!a.control.buttonText&&a.type==="control"&&(a.color="transparent",a.highlight="#1677FF"),a?.controlComponent==="value"&&!a.control.buttonText&&(a.color="#fff",a.highlight="#1677FF"),a?.type==="text"&&a.control.buttonText&&(a.color="#000"),a?.type==="control"&&a?.controlComponent==="value"&&a.control.buttonText&&(a.color="#000",a.highlight="transparent")})),t===s.EditorMode.READONLY&&this.setReadonlyData(),this.clearSideEffect(),this.control.destroyControl(),this.range.clearRange(),this.render({isSetCursor:!1,isSubmitHistory:!1})}hideTextFieldWhitespace(t,e){const n=a=>a?/^[\s\u00A0\u2000-\u200B\u3000\n\r\t]+$/.test(a):!1,i=(a,c)=>{for(let d=0;d<a.length;d++){const u=a[d];if(u.type===s.ElementType.TABLE&&u.trList)for(const R of u.trList)for(const h of R.tdList)i(h.value,c);u.originControlId&&u.controlId&&u.originControlId!==u.controlId&&c.add(u.originControlId)}},l=new Set;e&&i(t,l),(a=>{for(let c=0;c<a.length;c++){const d=a[c];if(d.type===s.ElementType.TABLE&&d.trList)for(const u of d.trList)for(const R of u.tdList)this.hideTextFieldWhitespace(R.value,e);d.control?.type===s.ControlType.TEXTFIELD&&d.controlComponent===s.ControlComponent.VALUE&&n(d.value)&&(d.controlId&&l.has(d.controlId)?d.hide=!1:d.hide=e)}})(t)}getSubTemplateRuntimeEndIndex(t,e,n){let i=e+1;for(;i<t.length&&t[i].subTemplateParentId===n;)i++;return i}syncSubTemplateExpandedState(t,e,n,i,l){let r=!1;const a=this.getSubTemplateRuntimeEndIndex(t,e,n.id);if(i&&!n.subTemplateContent?.length&&(i=!1),n.subTemplateExpanded!==i&&(n.subTemplateExpanded=i,r=!0),!!n.hide!==l&&(n.hide=l,r=!0),!i)return a>e+1&&(t.splice(e+1,a-e-1),r=!0),r;if(a===e+1){const c=ht(n.subTemplateContent||[]);jt(c,{isHandleFirstElement:!1,editorOptions:this.options});for(let d=0;d<c.length;d++)c[d].subTemplateParentId=n.id;c.length&&(t.splice(e+1,0,...c),r=!0)}return r}applySubTemplateRuntimeState(t,e){const n=i=>{let l=!1,r=0;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE){const c=!!a.subTemplateConditions?.length;if(this.mode===s.EditorMode.EDIT&&c)l=this.syncSubTemplateExpandedState(i,r,a,!0,!0)||l;else if((this.mode===s.EditorMode.FORM||this.isPrintLikeMode())&&c){const d=e?vg(a.subTemplateConditions,e,a.subTemplateRelation):!1;l=this.syncSubTemplateExpandedState(i,r,a,d,!0)||l}else this.mode!==s.EditorMode.FORM&&!this.isPrintLikeMode()&&(l=this.syncSubTemplateExpandedState(i,r,a,!1,!1)||l)}if(a.valueList?.length&&(l=n(a.valueList)||l),a.control?.value?.length&&(l=n(a.control.value)||l),a.type===s.ElementType.TABLE&&a.trList?.length)for(let c=0;c<a.trList.length;c++){const d=a.trList[c];for(let u=0;u<d.tdList.length;u++)l=n(d.tdList[u].value)||l}r++}return l};return n(t)}updateTextFieldPlaceholderVisibility(t,e,n){const i=[s.ControlType.TEXT,s.ControlType.TEXTFIELD,s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.CHECKBOX,s.ControlType.RADIO,s.ControlType.NUMBER];(r=>{let a=0;for(;a<r.length;){const c=r[a];if(c.type===s.ElementType.TABLE&&c.trList)for(const d of c.trList)for(const u of d.tdList)this.updateTextFieldPlaceholderVisibility(u.value,e,n);if(c.control?.type&&i.includes(c.control.type)&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PRE_TEXT)){const d=c.controlId,u=c.control.type;let R=!1,h=!1,g=!1;const T=[],f=[],m=[];let C=-1,I=a;for(;I<r.length;){const p=r[I];if(p.controlId!==d){const L=p.controlId;let M=u===s.ControlType.TEXT,O=I;if(M)for(;O<r.length&&r[O].controlId===L;)O++;else for(;O<r.length;){const b=r[O];if(b.controlId!==L)break;b.controlComponent===s.ControlComponent.VALUE&&(b.value&&b.value.trim()||b.type===s.ElementType.MENSTRUAL_HISTORY||b.type===s.ElementType.FETAL_HEART_POSITION||b.type===s.ElementType.TOOTH_POSITION||b.type===s.ElementType.MACRO||b.type===s.ElementType.CUSTOM_MACRO)&&(M=!0),O++}M&&(h=!0),I=O;continue}if((p.controlComponent===s.ControlComponent.PREFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&f.push(I),p.controlComponent===s.ControlComponent.VALUE&&p.value&&p.value.trim()&&(R=!0),p.controlComponent===s.ControlComponent.VALUE&&(p.type===s.ElementType.MENSTRUAL_HISTORY||p.type===s.ElementType.FETAL_HEART_POSITION||p.type===s.ElementType.TOOTH_POSITION||p.type===s.ElementType.MACRO||p.type===s.ElementType.CUSTOM_MACRO)&&(R=!0),p.controlComponent===s.ControlComponent.VALUE&&p.control&&p.control.type!==u&&(h=!0),p.controlComponent===s.ControlComponent.PLACEHOLDER&&(g=!0,T.push(I)),p.controlComponent===s.ControlComponent.POSTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){m.push(I),C=I;break}I++}if(R||h){if(g&&T.length>0)for(const p of T)r[p].hide=!0}else if(g&&T.length>0)for(const p of T)r[p].hide=!e;else e&&c.control?.placeholder&&(C>0?this.control.addPlaceholder(C-1):this.control.addPlaceholder(a));if(n)if(e&&(R||h)){for(const p of f)r[p].hide=!0;for(const p of m)r[p].hide=!0}else if(e){for(const p of f)r[p].hide=!1;for(const p of m)r[p].hide=!1}else{for(const p of f)r[p].hide=!0;for(const p of m)r[p].hide=!0}else{for(const p of f)r[p].hide=!1;for(const p of m)r[p].hide=!1}a=I}a++}})(t)}isReadonly(){return this.isContentReadonly()}isDisabled(){if(this.mode===s.EditorMode.DESIGN)return!1;const{startIndex:t,endIndex:e}=this.range.getRange(),n=this.getElementList();if(this.getTd()?.disabled)return!0;if(t===e){const l=n[t],r=n[t+1];return!!(l?.title?.disabled&&r?.title?.disabled&&l.titleId===r.titleId||l?.control?.disabled&&r?.control?.disabled&&l.controlId===r.controlId)}return n.slice(t+1,e+1).some(l=>l.title?.disabled||l.control?.disabled)}isDesignMode(){return this.mode===s.EditorMode.DESIGN}isPrintMode(){return this.mode===s.EditorMode.PRINT}isGraffitiMode(){return this.mode===s.EditorMode.GRAFFITI}getOriginalWidth(){const{paperDirection:t,width:e,height:n}=this.options;return t===s.PaperDirection.VERTICAL?e:n}getOriginalHeight(){const{paperDirection:t,width:e,height:n}=this.options;return t===s.PaperDirection.VERTICAL?n:e}getWidth(){return Math.floor(this.getOriginalWidth()*this.options.scale)}getHeight(){return Math.floor(this.getOriginalHeight()*this.options.scale)}getMainHeight(){return this.getHeight()-this.getMainOuterHeight()}getMainOuterHeight(){const t=this.getMargins(),e=this.header.getExtraHeight(),n=this.footer.getExtraHeight();return t[0]+t[2]+e+n}getCanvasWidth(t=-1){return this.getPage(t).width}getCanvasHeight(t=-1){return this.getPage(t).height}getInnerWidth(){const t=this.getWidth(),e=this.getMargins();return t-e[1]-e[3]}getOriginalInnerWidth(){const t=this.getOriginalWidth(),e=this.getOriginalMargins();return t-e[1]-e[3]}getContextInnerWidth(){const t=this.position.getPositionContext();if(t.isTable){const{index:e,trIndex:n,tdIndex:i}=t,r=this.getOriginalElementList()[e],a=r.trList[n].tdList[i],c=this.getTdPadding(r);return a.width-c[1]-c[3]}return this.getOriginalInnerWidth()}getMargins(){return this.getOriginalMargins().map(t=>t*this.options.scale)}getOriginalMargins(){const{margins:t,paperDirection:e}=this.options;return e===s.PaperDirection.VERTICAL?t:[t[1],t[2],t[3],t[0]]}getPageGap(){return this.options.pageGap*this.options.scale}getOriginalPageGap(){return this.options.pageGap}getPageNumberBottom(){const{pageNumber:{bottom:t},scale:e}=this.options;return t*e}getMarginIndicatorSize(){return this.options.marginIndicatorSize*this.options.scale}getDefaultBasicRowMarginHeight(){return this.options.defaultBasicRowMarginHeight*this.options.scale}getHighlightMarginHeight(){return this.options.highlightMarginHeight*this.options.scale}getTdPadding(t){const{table:{tdPadding:e},scale:n}=this.options;return(t?.tdPadding||e).map(l=>l*n)}getContainer(){return this.container}getPageContainer(){return this.pageContainer}getEventTarget(t){return t instanceof Element?t:t instanceof Node?t.parentElement:null}isTargetInsideEditor(t){const e=this.getEventTarget(t);return e?this.container.contains(e)?!0:!!Is(e,n=>!!n&&n.nodeType===1&&!!n.getAttribute(Ue)):!1}isTargetInsideExternalOverlay(t){const e=this.getEventTarget(t);return!e||this.isTargetInsideEditor(e)?!1:!!e.closest(CT)}pauseInteraction(){this.interactionPaused=!0,this.cursor?.getAgentDom().blur(),this.globalEvent?.resetSideEffect()}resumeInteraction(){this.interactionPaused=!1}setOverlayActive(t){this.overlayActiveCount=t?1:0,t&&(this.cursor?.getAgentDom().blur(),this.globalEvent?.resetSideEffect())}suspendGlobalShortcut(t){this.globalShortcutSuspended=t}isInteractionSuspended(){return this.interactionPaused||this.overlayActiveCount>0}isGlobalShortcutActive(){return!this.globalShortcutSuspended&&!this.isInteractionSuspended()}getVisiblePageNoList(){return this.visiblePageNoList}setVisiblePageNoList(t){this.visiblePageNoList=t,this.listener.visiblePageNoListChange&&this.listener.visiblePageNoListChange(this.visiblePageNoList),this.eventBus.isSubscribe("visiblePageNoListChange")&&this.eventBus.emit("visiblePageNoListChange",this.visiblePageNoList)}getIntersectionPageNo(){return this.intersectionPageNo}setIntersectionPageNo(t){this.intersectionPageNo=t,this.listener.intersectionPageNoChange&&this.listener.intersectionPageNoChange(this.intersectionPageNo),this.eventBus.isSubscribe("intersectionPageNoChange")&&this.eventBus.emit("intersectionPageNoChange",this.intersectionPageNo)}getPageNo(){return this.pageNo}setPageNo(t){this.pageNo=t}getRenderCount(){return this.renderCount}getPage(t=-1){return this.pageList[~t?t:this.pageNo]}getPageList(){return this.pageList}getPageCount(){return this.pageList.length}getTableRowList(t){const e=this.position.getPositionContext(),{index:n,trIndex:i,tdIndex:l}=e;return t[n].trList[i].tdList[l].rowList}getOriginalRowList(){const t=this.getZone();return t.isHeaderActive()?this.header.getRowList():t.isFooterActive()?this.footer.getRowList():this.rowList}getRowList(){return this.position.getPositionContext().isTable?this.getTableRowList(this.getOriginalElementList()):this.getOriginalRowList()}getPageRowList(){return this.pageRowList}getCtx(){return this.ctxList[this.pageNo]}getOptions(){return this.options}getSearch(){return this.search}getGroup(){return this.group}getArea(){return this.area}getBadge(){return this.badge}getHistoryManager(){return this.historyManager}getPosition(){return this.position}getZone(){return this.zone}getRange(){return this.range}getLineBreakParticle(){return this.lineBreakParticle}getTextParticle(){return this.textParticle}getHeaderElementList(){return this.header.getElementList()}getTableElementList(t){const e=this.position.getPositionContext(),{index:n,trIndex:i,tdIndex:l}=e;return t[n]?.trList?.[i].tdList[l].value||[]}getElementList(){const t=this.position.getPositionContext(),e=this.getOriginalElementList();return t.isTable?this.getTableElementList(e):e}getMainElementList(){return this.position.getPositionContext().isTable?this.getTableElementList(this.elementList):this.elementList}getOriginalElementList(){const t=this.getZone();return t.isHeaderActive()?this.getHeaderElementList():t.isFooterActive()?this.getFooterElementList():this.elementList}getOriginalMainElementList(){return this.elementList}getFooterElementList(){return this.footer.getElementList()}getTd(){const t=this.position.getPositionContext(),{index:e,trIndex:n,tdIndex:i,isTable:l}=t;return l?this.getOriginalElementList()[e].trList[n].tdList[i]:null}getTdByPosition(t){const{index:e,trIndex:n,tdIndex:i,isTable:l}=t;return l?this.getOriginalElementList()[e].trList[n].tdList[i]:null}insertElementTextField(t,e={}){if(!t.length||!this.range.getIsCanInput())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.getElementList(),{isSubmitHistory:r=!0}=e;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let a=-1,c=this.control.getActiveControl();if(!c&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),c=this.control.getActiveControl()),c&&this.control.getIsRangeWithinControl()){const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length}else{const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length;const R=l[u-1];t[0].listId&&R&&!R.listId&&R?.value===_&&(!R.type||R.type===s.ElementType.TEXTFIELD)&&(l.splice(n,1),a-=1)}this.control.destroyControl(),~a&&(this.range.setRange(a,a),this.render({curIndex:a,isSubmitHistory:r}))}insertElementList(t,e={}){if(!t.length||!this.range.getIsCanInput())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{isSubmitHistory:l=!0}=e;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let r=-1,a=this.control.getActiveControl();if(!a&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),a=this.control.getActiveControl()),a&&this.control.getIsRangeWithinControl()){const c=this.getElementList(),d=n===i,u=n+1,R=c[n],h=c[u],g=O=>!!(O&&(O.controlComponent===s.ControlComponent.POSTFIX||O.controlComponent===s.ControlComponent.POST_TEXT||O.controlComponent===s.ControlComponent.POSTTEXTFIX||O.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),T=O=>!!(O&&(O.controlComponent===s.ControlComponent.PREFIX||O.controlComponent===s.ControlComponent.PRE_TEXT||O.controlComponent===s.ControlComponent.PRETEXTFIX||O.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),f=O=>{if(O)return c.find(b=>b.controlId===O&&!b.originControlId&&!!b.control?.type)},m=R?.originControlId&&h?.originControlId===R.originControlId&&R.controlId&&h.controlId&&R.controlId!==h.controlId&&g(R)&&T(h)?f(R.originControlId):void 0,C=m?.control?.type===s.ControlType.TEXTFIELD,I=!!(R?.originControlId&&g(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&g(h)),p=!!(R?.originControlId&&g(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&h.controlComponent===s.ControlComponent.VALUE);if(R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT||R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.POSTFIX)for(let O=0;O<t.length;O++)t[O].control||(t[O].color=this.options.defaultColor);d&&!I&&!p&&(c[n]?.control?.type===s.ControlType.TEXTFIELD||c[n]?.control?.type===s.ControlType.TEXT)&&this.control.removePlaceholder(n),d||this.newSpliceElementList(c,u,i-n);const M=I||p||C?R.originControlId:c[n]?.controlId||c[n-1]?.controlId||c[n+1]?.controlId;for(let O=0;O<t.length;O++){if((I||p||C)&&!t[O].control&&(t[O].controlId=M,t[O].control=C?m?.control:h.control,t[O].controlComponent=s.ControlComponent.VALUE,delete t[O].originControlId),t[O]?.control?.type=="button"&&!t[O]?.control?.buttonText&&(t[O]?.controlComponent==="prefix"||t[O]?.controlComponent==="postfix"?(t[O].color="transparent",t[O].highlight="#1677FF"):(t[O].color="#fff",t[O].highlight="#1677FF")),t[O]?.type===s.ElementType.MENSTRUAL_HISTORY||t[O]?.type===s.ElementType.FETAL_HEART_POSITION||t[O]?.type===s.ElementType.TOOTH_POSITION||t[O]?.type===s.ElementType.MACRO||t[O]?.type===s.ElementType.CUSTOM_MACRO||t[O]?.type===s.ElementType.REUSABLE_ITEM||t[O]?.type===s.ElementType.SUB_TEMPLATE||t[O]?.type===s.ElementType.SPECIAL_SYMBOLS){t[O].controlComponent=s.ControlComponent.VALUE;let b=c[n]?.controlId;b||(b=c[n-1]?.controlId),b||(b=c[n+1]?.controlId),!t[O].controlId&&b&&(t[O].controlId=b)}M&&t[O]?.control&&t[O].controlId&&t[O].controlId!==M&&(t[O].originControlId=M)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{const c=this.getElementList(),d=n===i,u=n+1;if(c[u]?.control?.type=="TextField"||c[n]?.control?.type=="TextField"){d||this.newSpliceElementList(c,u,i-n);for(let R=0;R<t.length;R++)if(t[R]?.type===s.ElementType.MENSTRUAL_HISTORY||t[R]?.type===s.ElementType.FETAL_HEART_POSITION||t[R]?.type===s.ElementType.TOOTH_POSITION||t[R]?.type===s.ElementType.MACRO||t[R]?.type===s.ElementType.CUSTOM_MACRO||t[R]?.type===s.ElementType.REUSABLE_ITEM||t[R]?.type===s.ElementType.SUB_TEMPLATE||t[R]?.type===s.ElementType.SPECIAL_SYMBOLS){t[R].controlComponent=s.ControlComponent.VALUE;const h=c[n]?.controlId||c[u]?.controlId;!t[R].controlId&&h&&(t[R].controlId=h)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{d||this.spliceElementList(c,u,i-n);for(let h=0;h<t.length;h++)t[h]?.control?.type=="button"&&!t[h]?.control?.buttonText&&(t[h]?.controlComponent==="prefix"||t[h]?.controlComponent==="postfix"?(t[h].color="transparent",t[h].highlight="#1677FF"):(t[h].color="#fff",t[h].highlight="#1677FF"));this.spliceElementList(c,u,0,t),r=n+t.length;const R=c[u-1];t[0].listId&&R&&!R.listId&&R?.value===_&&(!R.type||R.type===s.ElementType.TEXT)&&(c.splice(n,1),r-=1)}}~r&&(this.range.setRange(r,r),this.render({curIndex:r,isSubmitHistory:l}))}appendElementList(t,e={}){if(!t.length)return;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let n;const{isPrepend:i,isSubmitHistory:l=!0}=e;i?(this.elementList.splice(1,0,...t),n=t.length):(this.elementList.push(...t),n=this.elementList.length-1),this.range.setRange(n,n),this.render({curIndex:n,isSubmitHistory:l})}spliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const d=e+n,R=t[d]?.listId;if(R&&t[e-1]?.listId!==R){let h=d;for(;h<t.length;){const g=t[h];if(g.listId!==R||g.value===_)break;delete g.listId,delete g.listType,delete g.listStyle,h++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const h=this.getTd()?.deletable;let g=d-1;for(;g>=e;){const T=t[g];(de(T)||h!==!1&&T?.control?.deletable!==!1&&(!T.controlId||this.mode!==s.EditorMode.FORM||!c[this.mode].controlDeletableDisabled)&&T?.title?.deletable!==!1&&(a.deletable!==!1||!T.groupIds?.length)&&(T?.area?.deletable!==!1||T?.areaIndex!==0))&&t.splice(g,1),g--}}else t.splice(e,n)}if(i?.length){let d=t[e];for(let u=0;u<i.length;u++)!i[u].controlComponent&&d?.controlComponent&&(i[u].controlId=d.controlId,i[u].control=d.control,i[u].controlComponent=d.controlComponent),d=i[u];El(t,e,i)}}newSpliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const u=e+n,h=t[u]?.listId;if(h&&t[e-1]?.listId!==h){let g=u;for(;g<t.length;){const T=t[g];if(T.listId!==h||T.value===_)break;delete T.listId,delete T.listType,delete T.listStyle,g++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const g=this.getTd()?.deletable;let T=u-1;for(;T>=e;){const f=t[T];(de(f)||g!==!1&&f?.control?.deletable!==!1&&(!f.controlId||this.mode!==s.EditorMode.FORM||!c[this.mode].controlDeletableDisabled)&&f?.title?.deletable!==!1&&(a.deletable!==!1||!f.groupIds?.length)&&(f?.area?.deletable!==!1||f?.areaIndex!==0))&&t.splice(T,1),T--}}else t.splice(e,n)}const d=t[e]?.controlId;if(i?.length){for(let u=0;u<i.length;u++)d&&i[u].controlId!==d&&(i[u].originControlId=d);El(t,e,i)}}getCanvasEvent(){return this.canvasEvent}getGlobalEvent(){return this.globalEvent}getListener(){return this.listener}getEventBus(){return this.eventBus}getOverride(){return this.override}getCursor(){return this.cursor}getPreviewer(){return this.previewer}getImageParticle(){return this.imageParticle}getTableTool(){return this.tableTool}getTableOperate(){return this.tableOperate}getTableParticle(){return this.tableParticle}getHeader(){return this.header}getFooter(){return this.footer}getHyperlinkParticle(){return this.hyperlinkParticle}getMacroParticle(){return this.macroParticle}getDateParticle(){return this.dateParticle}getListParticle(){return this.listParticle}getCheckboxParticle(){return this.checkboxParticle}getRadioParticle(){return this.radioParticle}getMenstrualHistoryParticle(){return this.menstrualHistoryParticle}getFetalHeartPositionParticle(){return this.fetalHeartPositionParticle}getToothPositionParticle(){return this.toothPositionParticle}getControl(){return this.control}getWorkerManager(){return this.workerManager}getImageObserver(){return this.imageObserver}getI18n(){return this.i18n}getGraffiti(){return this.graffiti}setCommand(t){this.command=t}getCommand(){return this.command}getRowCount(){return this.getRowList().length}async getDataURL(t={}){const{pixelRatio:e,mode:n}=t;e&&this.setPagePixelRatio(e);const i=this.mode,l=!!n&&i!==n;l&&this.setMode(n),this.render({isLazy:!1,isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}),await this.imageObserver.allSettled();const r=this.pageList.map(a=>a.toDataURL());return e&&this.setPagePixelRatio(null),l&&this.setMode(i),r}getPainterStyle(){return this.painterStyle&&Object.keys(this.painterStyle).length?this.painterStyle:null}getPainterOptions(){return this.painterOptions}setPainterStyle(t,e){this.painterStyle=t,this.painterOptions=e||null,this.getPainterStyle()&&this.pageList.forEach(n=>n.style.cursor="copy")}setDefaultRange(){this.elementList.length&&setTimeout(()=>{const t=this.elementList.length-1;this.range.setRange(t,t),this.range.setRangeStyle()})}getIsPagingMode(){return this.options.pageMode===s.PageMode.PAGING}setPageMode(t){if(!t||this.options.pageMode===t)return;if(this.options.pageMode=t,t===s.PageMode.PAGING){const{height:i}=this.options,l=this.getPagePixelRatio(),r=this.pageList[0];r.style.height=`${i}px`,r.height=i*l,this._initPageContext(this.ctxList[0])}else this._disconnectLazyRender(),this.header.recovery(),this.footer.recovery(),this.zone.setZone(s.EditorZone.MAIN);const{startIndex:e}=this.range.getRange(),n=this.range.getIsCollapsed();this.render({isSetCursor:!0,curIndex:e,isSubmitHistory:!1}),n||this.cursor.drawCursor({isShow:!1}),setTimeout(()=>{this.listener.pageModeChange&&this.listener.pageModeChange(t),this.eventBus.isSubscribe("pageModeChange")&&this.eventBus.emit("pageModeChange",t)})}setPageScale(t){const e=this.getPagePixelRatio();this.options.scale=t;const n=this.getWidth(),i=this.getHeight();this.container.style.width=`${n}px`,this.pageList.forEach((r,a)=>{r.width=n*e,r.height=i*e,r.style.width=`${n}px`,r.style.height=`${i}px`,r.style.marginBottom=`${this.getPageGap()}px`,this._initPageContext(this.ctxList[a])});const l=this.position.getCursorPosition();this.render({isSubmitHistory:!1,isSetCursor:!!l,curIndex:l?.index}),this.listener.pageScaleChange&&this.listener.pageScaleChange(t),this.eventBus.isSubscribe("pageScaleChange")&&this.eventBus.emit("pageScaleChange",t)}getPagePixelRatio(){return this.pagePixelRatio||window.devicePixelRatio}setPagePixelRatio(t){!this.pagePixelRatio&&t===window.devicePixelRatio||t===this.pagePixelRatio||(this.pagePixelRatio=t,this.setPageDevicePixel())}setPageDevicePixel(){const t=this.getPagePixelRatio(),e=this.getWidth(),n=this.getHeight();this.pageList.forEach((i,l)=>{i.width=e*t,i.height=n*t,this._initPageContext(this.ctxList[l])}),this.render({isSubmitHistory:!1,isSetCursor:!1})}setPaperSize(t,e){this.options.width=t,this.options.height=e;const n=this.getPagePixelRatio(),i=this.getWidth(),l=this.getHeight();this.container.style.width=`${i}px`,this.pageList.forEach((r,a)=>{r.width=i*n,r.height=l*n,r.style.width=`${i}px`,r.style.height=`${l}px`,this._initPageContext(this.ctxList[a])}),this.render({isSubmitHistory:!1,isSetCursor:!1})}setPaperDirection(t){const e=this.getPagePixelRatio();this.options.paperDirection=t;const n=this.getWidth(),i=this.getHeight();this.container.style.width=`${n}px`,this.pageList.forEach((l,r)=>{l.width=n*e,l.height=i*e,l.style.width=`${n}px`,l.style.height=`${i}px`,this._initPageContext(this.ctxList[r])}),this.render({isSubmitHistory:!1,isSetCursor:!1})}setPaperMargin(t){this.options.margins=t,this.render({isSubmitHistory:!1,isSetCursor:!1})}getOriginValue(t={}){const{pageNo:e}=t,n=this.readonlyModeData;let i=n?.main||this.elementList;return Number.isInteger(e)&&e>=0&&e<this.pageRowList.length&&(i=this.pageRowList[e].flatMap(r=>r.elementList)),{header:n?.header||this.getHeaderElementList(),main:i,footer:n?.footer||this.getFooterElementList(),graffiti:this.graffiti.getValue()}}getValue(t={}){const e=this.getOriginValue(t);console.log(this.elementList,"所有元素");const{extraPickAttrs:n}=t,i={header:Yt(e.header,{extraPickAttrs:n,editorOptions:this.options}),main:Yt(e.main,{extraPickAttrs:n,isClassifyArea:!0,editorOptions:this.options}),footer:Yt(e.footer,{extraPickAttrs:n,editorOptions:this.options}),graffiti:e.graffiti};return{version:Tn,data:i,options:ht(this.options)}}setValue(t,e){const{header:n,main:i,footer:l}=ht(t);if(!n&&!i&&!l)return;const{isSetCursor:r=!1}=e||{};[n,i,l].forEach(d=>{d&&jt(d,{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData({header:n,main:i,footer:l}),this.mode===s.EditorMode.READONLY?(this.readonlyModeData=null,this.setReadonlyData()):this.isPrintLikeMode()&&(this.printModeData=null,this.setPrintData()),this.historyManager.recovery();const c=r?i?.length?i.length-1:0:void 0;c!==void 0&&this.range.setRange(c,c),this.render({curIndex:c,isSetCursor:r,isFirstRender:!0})}setEditorData(t){const{header:e,main:n,footer:i}=t;e&&this.header.setElementList(e),n&&(this.elementList=n),i&&this.footer.setElementList(i)}_wrapContainer(t){const e=document.createElement("div");return t.append(e),e}_formatContainer(){this.container.style.position="relative",this.container.style.width=`${this.getWidth()}px`,this.container.setAttribute(Ue,s.EditorComponent.MAIN)}_createPageContainer(){const t=document.createElement("div");return t.classList.add(`${tt}-page-container`),this.container.append(t),t}_createPage(t){const e=this.getWidth(),n=this.getHeight(),i=document.createElement("canvas");i.style.width=`${e}px`,i.style.height=`${n}px`,i.style.display="block",i.style.backgroundColor="#ffffff",i.style.marginBottom=`${this.getPageGap()}px`,i.setAttribute("data-index",String(t)),this.pageContainer.append(i);const l=this.getPagePixelRatio();i.width=e*l,i.height=n*l,i.style.cursor="text";const r=i.getContext("2d");this._initPageContext(r),this.pageList.push(i),this.ctxList.push(r)}_initPageContext(t){const e=this.getPagePixelRatio();t.scale(e,e),t.letterSpacing="0px",t.wordSpacing="0px",t.direction="ltr"}getElementFont(t,e=1){const{defaultSize:n,defaultFont:i}=this.options,l=t.font||i,r=t.actualSize||t.size||n;return`${t.italic?"italic ":""}${t.bold?"bold ":""}${r*e}px ${l}`}getElementSize(t){return t.actualSize||t.size||this.options.defaultSize}getElementRowMargin(t){const{defaultSize:e,defaultBasicRowMarginHeight:n,defaultRowMargin:i,scale:l}=this.options,r=t.size||e;let a=1;return r<12?a=r/12:r>30&&(a=1+(r-30)/30),n*a*(t.rowMargin??i)*l}computeRowList(t){const{innerWidth:e,elementList:n,isPagingMode:i=!1,isFromTable:l=!1,startX:r=0,startY:a=0,pageHeight:c=0,mainOuterHeight:d=0,surroundElementList:u=[]}=t,{defaultSize:R,scale:h,imgCaption:g,table:{tdPadding:T,defaultTrMinHeight:f},defaultTabWidth:m}=this.options,C=this.getDefaultBasicRowMarginHeight(),p=document.createElement("canvas").getContext("2d"),L=this.listParticle.computeListStyle(p,n),M=[],O=this._collectTextControlValueSet(n),b=this._collectTextControlHasContentSet(n);n.length&&M.push({width:0,height:0,ascent:0,elementList:[],startIndex:0,rowIndex:0,rowFlex:n?.[0]?.rowFlex||n?.[1]?.rowFlex});let D=r,W=a,V=0,E,y=0,F=0;for(let S=0;S<n.length;S++){const N=M[M.length-1],P=n[S];this.clearElementEffect(P);const Y=this.getElementRowMargin(P),X={width:0,height:0,boundingBoxAscent:0,boundingBoxDescent:0},U=N.offsetX||P.listId&&L.get(P.listId)||0,Q=e-U,v=N.elementList.length===1;if(D+=v?U:0,W+=v&&N.offsetY||0,(P.control?.type===s.ControlType.TEXTFIELD||P.control?.type===s.ControlType.TEXT)&&!this.isDesignMode()&&(P.controlComponent===s.ControlComponent.PRETEXTFIX||P.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||P.controlComponent===s.ControlComponent.POSTTEXTFIX||P.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||P.controlComponent===s.ControlComponent.TEXTFIXLABEL||P.controlComponent===s.ControlComponent.PLACEHOLDER||P.controlComponent===s.ControlComponent.PREFIX||P.controlComponent===s.ControlComponent.POSTFIX)){const K=P.control?.type===s.ControlType.TEXTFIELD,$=P.controlId,H=!!$&&!!O?.has($);if(K){const rt=!!$&&!!b?.has($);this.mode===s.EditorMode.EDIT?P.controlComponent===s.ControlComponent.PLACEHOLDER||P.controlComponent===s.ControlComponent.TEXTFIXLABEL?P.hide=rt:P.hide=!1:P.hide=!0}else{const rt=!!$&&!!b?.has($);this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM?P.controlComponent===s.ControlComponent.PLACEHOLDER||P.controlComponent===s.ControlComponent.TEXTFIXLABEL?P.hide=rt:P.hide=!1:P.hide=!0}}if(de(P)&&!this.isDesignMode()){const K=N.elementList[N.elementList.length-1];X.height=K?.metrics.height||this.options.defaultSize*h,X.boundingBoxAscent=K?.metrics.boundingBoxAscent||0,X.boundingBoxDescent=K?.metrics.boundingBoxDescent||0}else if(P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)if(P.imgDisplay===s.ImageDisplay.SURROUND||P.imgDisplay===s.ImageDisplay.FLOAT_TOP||P.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)X.width=0,X.height=0,X.boundingBoxDescent=0;else{const K=P.width*h,$=P.height*h;if(K>Q){const H=$*Q/K;P.width=Q/h,P.height=H/h,X.width=Q,X.height=H,X.boundingBoxDescent=H}else X.width=K,X.height=$,X.boundingBoxDescent=$;if(P.imgCaption?.value){const H=P.imgCaption.size||g.size,rt=P.imgCaption.top??g.top,ct=(H+rt)*h;X.boundingBoxAscent+=ct}}else if(P.type===s.ElementType.TABLE){const K=P.tdPadding||T;if(P.pagingId){let nt=S+1,ut=0;for(;nt<n.length;){const ft=n[nt];if(ft.pagingId===P.pagingId){const It=ft.trList.filter(wt=>!wt.pagingRepeat).filter(wt=>(wt.tdList=wt.tdList.filter(Gt=>{if(Gt.originalId){for(let Mt=0;Mt<P.trList.length;Mt++){const _t=P.trList[Mt],$t=_t.tdList.find(({id:yt})=>yt===Gt.originalId);if($t){Gt.value[0]?.type===s.ElementType.SPLIT_TAG&&Gt.value.splice(0,1),$t.value.push(...Gt.value.map(yt=>this.updateElementTableInfo(yt,P,_t,$t))),$t.rowspan=$t.originalRowspan??$t.rowspan;break}}return!1}return!0}),!wt.originalId));P.trList.push(...It),P.height+=ft.height,nt++,ut++}else break}ut&&n.splice(S+1,ut)}P.pagingIndex=P.pagingIndex??0,this.tableParticle.computeTrHeight(P,nt=>this.computeRowList({innerWidth:(nt.width-(K[1]+K[3]))*h,elementList:nt.value,isFromTable:!0,isPagingMode:i})),P.trList?.forEach(nt=>{nt.tdList.forEach(ut=>{this.tdMap.set(ut.id,ut)})});const $=this.tableParticle.getTableHeight(P),H=this.tableParticle.getTableWidth(P);P.width=H,P.height=$;const rt=H*h,ct=$*h;if(X.width=rt,X.height=ct,X.boundingBoxDescent=ct,X.boundingBoxAscent=-Y,n[S+1]?.type===s.ElementType.TABLE&&(X.boundingBoxAscent-=Y),i){const nt=this.getHeight(),ut=this.getMainOuterHeight();let ft=ut;for(let Mt=0;Mt<M.length;Mt++){const _t=M[Mt],$t=_t.offsetY||0;_t.height+ft+$t>nt||M[Mt-1]?.isPageBreak?ft=ut+_t.height+$t:ft+=_t.height+$t}const It=Y*2,wt=P.trList[0].height*h;(ft+wt+It>nt||P.pagingIndex!==0&&P.trList[0].pagingRepeat||n[S-1]?.type===s.ElementType.PAGE_BREAK)&&(ft=ut);let Gt=nt-(ft+It);if(ct>Gt){const Mt=P.trList;let _t=0,$t=0,yt=0;for(let St=0;St<Mt.length;St++){const Pt=Mt[St],ne=Pt.height*h;if(ft+It+yt+ne>nt){const Zt=Pt;let Xt=0;const Lt={...ht(Zt),id:Tt(),originalId:Zt.originalId??Zt.id,minHeight:void 0,tdList:P.colgroup.map((at,xt)=>{if(Xt--,Xt>0)return;const B=Zt.tdList.find(it=>it.colIndex===xt),ot=B??this.tableParticle.findPreRowSpanTd(Mt,St,xt);B&&(Xt=B.colspan);const mt=Tt();return ot.originalRowspan=ot.rowspan,B?{...B,id:mt,originalId:B.originalId??B.id,linkTdPrevId:B.id,tdIndex:xt,original:ot}:{id:mt,originalId:ot.originalId??ot.id,linkTdPrevId:ot.id,tdIndex:xt,colIndex:xt,colspan:1,rowspan:1,value:[],rowList:[],original:ot}}).filter(at=>!!at)},Et=Lt.tdList,bt=Et.map(at=>at.original);bt.forEach((at,xt)=>{const B=[];let ot=Gt;if(at.rowspan>1){const it=Mt.slice(at.trIndex,at.trIndex+St-at.trIndex);ot+=it.reduce((ce,kt)=>kt.height*h+ce,0)}for(;at.mainHeight*h>ot&&at.rowList?.length;){const it=at.rowList.pop();at.value.splice(at.value.length-it.elementList.length),B.unshift(it),at.mainHeight-=it.height}const mt=Et[xt];mt.rowList=B,mt.value=B.map(it=>it.elementList).flat()});let pe=!0;const Ct=Zt.tdList.some(at=>at.rowList?.length),et=Lt.tdList.some(at=>at.rowList?.length),Wt=Zt.minHeight>Gt;if(et||Wt){(Ct||!et&&Wt)&&(Wt&&(Zt.originalMinHeight=Zt.minHeight,Zt.minHeight=Gt,Lt.minHeight=Math.max(Zt.originalMinHeight-Gt,f)),Lt.tdList.forEach(at=>{at.original.linkTdNextId=at.id,at.value.length&&at.value[0].value!==_&&at.value.unshift({...at.original.value.slice(-1).pop(),value:_,type:s.ElementType.SPLIT_TAG})}),Mt.splice(_t+1,0,Lt),_t+=1,$t=Mt.length-_t,pe=!1),bt.forEach(at=>{if(at.rowspan>1){const xt=at.rowspan-(St-at.trIndex);at.rowspan=St-at.trIndex+(Ct?1:0);const B=Lt.tdList.find(ot=>ot.colIndex===at.colIndex);Ct?B.rowspan=xt:(B.original.linkTdNextId=B.id,Zt.tdList.push({...at,...B,rowspan:xt}),Zt.tdList.sort((ot,mt)=>ot.colIndex-mt.colIndex),B.value=[])}}),pe&&bt.forEach((at,xt)=>{at.value.push(...Et[xt].value)});break}}_t=St+1,$t=Mt.length-_t,yt+=ne,Gt-=ne}if($t){const St=Mt.splice(_t,$t),Pt=P.pagingId||Tt();P.pagingId=Pt;const ne=ht(P);ne.originalId=P.originalId??P.id,ne.pagingId=Pt,ne.pagingIndex=P.pagingIndex+1;const Zt=Mt.filter(Et=>Et.pagingRepeat);if(Zt.length){const Et=ht(Zt);Et.forEach(bt=>bt.id=Tt()),St.unshift(...Et)}ne.trList=St,ne.id=Tt(),ne.trList?.forEach(Et=>{Et.tdList.forEach(bt=>{if(delete bt.valueStartIndex,bt.linkTdPrevId){const pe=this.getTdById(bt.linkTdPrevId);bt.valueStartIndex=pe?(pe.valueStartIndex??0)+pe.value.length:0,this.splitTdValueMap.has(bt.originalId)?this.splitTdValueMap.get(bt.originalId).push(...bt.value):pe&&this.splitTdValueMap.set(bt.originalId,[...pe.value,...bt.value])}bt.value.forEach(pe=>this.updateElementTableInfo(pe,ne,Et,bt))})}),this.spliceElementList(n,S+1,0,[ne]),this.tableParticle.computeTrHeight(P);const Xt=this.tableParticle.getTableHeight(P),Lt=Xt*h;P.height=Xt,X.height=Lt,X.boundingBoxDescent=Lt}}if(P.pagingId){const Mt=this.position.getPositionContext();if(Mt.isTable){let _t=-1,$t=-1,yt=S;for(;yt<n.length;){const St=n[yt];if(St.pagingId!==P.pagingId)break;const Pt=St.trList.findIndex(ne=>ne.id===Mt.trId);if(~Pt){_t=yt,$t=Pt;break}yt++}~_t&&(Mt.index=_t,Mt.trIndex=$t,this.position.setPositionContext(Mt))}}}this.initTableElementIndex(P,S)}else if(P.type===s.ElementType.SEPARATOR){const{separator:{lineWidth:K}}=this.options,$=P.lineWidth||K;P.width=Q/h,X.width=Q,X.height=$*h,X.boundingBoxAscent=-Y,X.boundingBoxDescent=-Y+X.height}else if(P.type===s.ElementType.PAGE_BREAK)P.width=Q/h,X.width=Q,X.height=R;else if(P.type===s.ElementType.RADIO||P.controlComponent===s.ControlComponent.RADIO){const{width:K,height:$,gap:H}=this.options.radio,rt=K+H*(P.controlComponent?1:2);P.width=rt,X.width=rt*h,X.height=$*h}else if(P.type===s.ElementType.CHECKBOX||P.controlComponent===s.ControlComponent.CHECKBOX){const{width:K,height:$,gap:H}=this.options.checkbox,rt=K+H*(P.controlComponent?1:2);P.width=rt,X.width=rt*h,X.height=$*h}else if(P.type===s.ElementType.MENSTRUAL_HISTORY){const K=this.menstrualHistoryParticle.computeSize(P);P.width=K.width/h,X.width=K.width,X.height=K.height,X.boundingBoxAscent=K.height,X.boundingBoxDescent=0}else if(P.type===s.ElementType.FETAL_HEART_POSITION){const K=this.fetalHeartPositionParticle.computeSize();P.width=K.width/h,X.width=K.width,X.height=K.height,X.boundingBoxAscent=K.height/2,X.boundingBoxDescent=K.height/2}else if(P.type===s.ElementType.TOOTH_POSITION){const K=this.toothPositionParticle.computeSize(P);P.width=K.width/h,X.width=K.width,X.height=K.height,X.boundingBoxAscent=K.height/2,X.boundingBoxDescent=K.height/2}else if(P.type===s.ElementType.TAB)X.width=m*h,X.height=R*h,X.boundingBoxDescent=0,X.boundingBoxAscent=this.textParticle.getBasisWordBoundingBoxAscent(p,p.font);else if(P.type===s.ElementType.BLOCK){if(!P.width)X.width=Q;else{const K=P.width*h;X.width=Math.min(K,Q)}X.height=P.height*h,X.boundingBoxDescent=X.height,X.boundingBoxAscent=0}else if(P.type===s.ElementType.LABEL){const{defaultSize:K,label:{defaultPadding:$}}=this.options;p.font=this.getElementFont(P);const H=this.textParticle.measureText(p,P);X.width=(H.width+$[1]+$[3])*h,X.height=(P.size||K)*h,X.boundingBoxDescent=0,X.boundingBoxAscent=($[0]+H.actualBoundingBoxAscent)*h}else if(P.type===s.ElementType.MACRO||P.type===s.ElementType.CUSTOM_MACRO||P.type===s.ElementType.REUSABLE_ITEM||P.type===s.ElementType.SUB_TEMPLATE){const{defaultSize:K}=this.options;p.font=this.getElementFont(P);const $=this.getMode(),H=$===s.EditorMode.EDIT,rt=$===s.EditorMode.FORM;if($===s.EditorMode.READONLY&&P.type!==s.ElementType.SUB_TEMPLATE){const ct=pi(P),nt=p.measureText(ct);X.width=nt.width,X.height=(P.size||K)*h,X.boundingBoxDescent=nt.actualBoundingBoxDescent,X.boundingBoxAscent=nt.actualBoundingBoxAscent}else if(H){const ct=P.label||P.value||"";p.font=this.getElementFont(P);const nt=p.measureText(ct),ut=8*h,ft=4*h;X.width=nt.width+ut*2;const It=nt.actualBoundingBoxAscent+nt.actualBoundingBoxDescent;X.height=It+ft*2;const wt=this.textParticle.measureBasisWord(p,this.getElementFont(P));X.boundingBoxAscent=wt.actualBoundingBoxAscent*h,X.boundingBoxDescent=wt.actualBoundingBoxDescent*h}else if(P.type===s.ElementType.CUSTOM_MACRO){const ct=P.macroConfig,nt=ct?.value||"";if(rt){const ut=ct?.type||"text",ft=this.textParticle.measureText(p,P),It=P.label||"";if(ut==="select"){const wt=nt||`请选择${It}`,Gt=p.measureText(wt),Mt=p.measureText("[").width,_t=6*h+2*h;X.width=Mt+Gt.width+_t+Mt}else{const wt=nt||`请输入${It}`,Gt=p.measureText(wt),Mt=p.measureText("[").width;X.width=Mt+Gt.width+Mt}X.height=(P.size||K)*h,X.boundingBoxDescent=ft.actualBoundingBoxDescent*h,X.boundingBoxAscent=ft.actualBoundingBoxAscent*h}else{const ut=P.label||"",ft=nt||`请输入${ut}`,It=p.measureText(ft);X.width=It.width,X.height=(P.size||K)*h,X.boundingBoxDescent=It.actualBoundingBoxDescent,X.boundingBoxAscent=It.actualBoundingBoxAscent}}else if(P.type===s.ElementType.REUSABLE_ITEM){const nt=P.reusableItemConfig?.value||"",ut=P.label||"";if(rt){const ft=this.textParticle.measureText(p,P),It=nt||`获取 ${ut}`,wt=p.measureText(It),Gt=p.measureText("[").width;X.width=Gt+wt.width+Gt,X.height=(P.size||K)*h,X.boundingBoxDescent=ft.actualBoundingBoxDescent*h,X.boundingBoxAscent=ft.actualBoundingBoxAscent*h}else{const ft=nt||`获取 ${ut}`,It=p.measureText(ft);X.width=It.width,X.height=(P.size||K)*h,X.boundingBoxDescent=It.actualBoundingBoxDescent,X.boundingBoxAscent=It.actualBoundingBoxAscent}}else if(P.type===s.ElementType.SUB_TEMPLATE){const ct=P.label||"子模板";if(rt){const nt=p.measureText(ct),ut=8*h,ft=4*h,It=nt.actualBoundingBoxAscent+nt.actualBoundingBoxDescent;X.width=nt.width+ut*2,X.height=It+ft*2;const wt=this.textParticle.measureBasisWord(p,this.getElementFont(P));X.boundingBoxAscent=wt.actualBoundingBoxAscent*h,X.boundingBoxDescent=wt.actualBoundingBoxDescent*h}else{const nt=p.measureText(ct);X.width=nt.width,X.height=(P.size||K)*h,X.boundingBoxDescent=nt.actualBoundingBoxDescent,X.boundingBoxAscent=nt.actualBoundingBoxAscent}}else{const ct=P.label||"",nt=P.value||`获取 ${ct}`,ut=p.measureText(nt);X.width=ut.width,X.height=(P.size||K)*h,X.boundingBoxDescent=ut.actualBoundingBoxDescent,X.boundingBoxAscent=ut.actualBoundingBoxAscent}}else{const K=P.size||R;(P.type===s.ElementType.SUPERSCRIPT||P.type===s.ElementType.SUBSCRIPT)&&(P.actualSize=Math.ceil(K*.6)),X.height=(P.actualSize||K)*h,p.font=this.getElementFont(P);const $=this.textParticle.measureText(p,P);X.width=$.width*h,P.letterSpacing&&(X.width+=P.letterSpacing*h);const H=this.textParticle.measureBasisWord(p,P.font);X.boundingBoxAscent=H.actualBoundingBoxAscent*h,X.boundingBoxDescent=H.actualBoundingBoxDescent*h,P.type===s.ElementType.SUPERSCRIPT?X.boundingBoxAscent+=X.height/2:P.type===s.ElementType.SUBSCRIPT&&(X.boundingBoxDescent+=X.height/2)}const w=!de(P)&&(P.imgDisplay!==s.ImageDisplay.INLINE&&P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)?X.height+Y:X.boundingBoxAscent+Y,j=Y+X.boundingBoxAscent+X.boundingBoxDescent+Y,J=Object.assign(P,{metrics:X,left:0,style:this.getElementFont(P,h)});J.control?.minWidth&&(J.controlComponent&&(F+=X.width),J.controlComponent===s.ControlComponent.POSTFIX&&(this.control.setMinWidthControlInfo({row:N,rowElement:J,availableWidth:Q,controlRealWidth:F}),F=0));const A=n[S-1];let x=n[S+1],k=N.width+X.width;if(this.options.wordBreak===s.WordBreak.BREAK_WORD&&(!A?.type||A?.type===s.ElementType.TEXT)&&(!P.type||P.type===s.ElementType.TEXT)){const K=`${A?.value||""}${P.value}`;if(this.WORD_LIKE_REG.test(K)){const{width:H,endElement:rt}=this.textParticle.measureWord(p,n,S),ct=H*h;rt&&ct<=Q?(k+=ct,x=rt):A&&(k+=ct)}const $=this.textParticle.measurePunctuationWidth(p,x);k+=$*h}P.listId&&(P.listId!==E?y=0:P.value===_&&!P.listWrap&&y++),E=P.listId;const lt=this.position.setSurroundPosition({pageNo:V,rowElement:J,row:N,rowElementRect:{x:D,y:W,height:j,width:X.width},availableWidth:Q,surroundElementList:u});D=lt.x,k+=lt.rowIncreaseWidth,D+=X.width;let Ft=!1;if(this.mode===s.EditorMode.FORM&&P.control?.type===s.ControlType.BUTTON&&P.controlComponent===s.ControlComponent.PREFIX&&N.elementList.filter(K=>K.controlId!==P.controlId).length>0){const K=P.controlId;if(n.some(H=>H.controlId===`${K}_text`&&H.control?.type===s.ControlType.BUTTON)){let H=0;for(let rt=S;rt<n.length;rt++){const ct=n[rt];if(ct.controlId!==K)break;p.font=this.getElementFont(ct);const nt=this.textParticle.measureText(p,ct);if(H+=nt.width*h,ct.controlComponent===s.ControlComponent.POSTFIX)break}for(let rt=0;rt<n.length;rt++){const ct=n[rt];if(ct.controlId===`${K}_text`){p.font=this.getElementFont(ct);const nt=this.textParticle.measureText(p,ct);H+=nt.width*h}}Ft=N.width+H>Q}}const Qt=P.type===s.ElementType.SEPARATOR||P.type===s.ElementType.TABLE||A?.type===s.ElementType.TABLE||A?.type===s.ElementType.BLOCK||P.type===s.ElementType.BLOCK||A?.imgDisplay===s.ImageDisplay.INLINE||P.imgDisplay===s.ImageDisplay.INLINE||A?.listId!==P.listId||A?.areaId!==P.areaId&&!P.area?.hide||P.control?.flexDirection===s.FlexDirection.COLUMN&&(P.controlComponent===s.ControlComponent.CHECKBOX||P.controlComponent===s.ControlComponent.RADIO)&&A?.controlComponent===s.ControlComponent.VALUE||S!==0&&P.value===_&&!P.area?.hide||Ft,ge=k>Q,ee=Qt||ge;if(ee){const K={width:X.width,height:j,startIndex:S,elementList:[J],ascent:w,rowIndex:N.rowIndex+1,rowFlex:n[S]?.rowFlex||n[S+1]?.rowFlex,isPageBreak:P.type===s.ElementType.PAGE_BREAK};if(J.controlComponent!==s.ControlComponent.PREFIX&&J.control?.indentation===s.ControlIndentation.VALUE_START){const $=N.elementList.findIndex(H=>H.controlId===J.controlId&&H.controlComponent!==s.ControlComponent.PREFIX);if(~$){const rt=this.position.computeRowPosition({row:N,innerWidth:this.getInnerWidth()})[$];rt&&(K.offsetX=rt.coordinate.leftTop[0])}}P.listId&&(K.isList=!0,K.offsetX=L.get(P.listId),K.listIndex=y),K.offsetY=!l&&P.area?.top&&P.areaId!==n[S-1]?.areaId?P.area.top*h:0,M.push(K)}else N.width+=X.width,S===0&&(Vn(n[1])||n[1]?.areaId)?(N.height=C,N.ascent=C):N.height<j&&(N.height=j,N.ascent=w),N.elementList.push(J);if((ee||S===n.length-1)&&(N.isWidthNotEnough=ge&&!Qt,!N.isSurround&&(A?.rowFlex===s.RowFlex.JUSTIFY||A?.rowFlex===s.RowFlex.ALIGNMENT&&N.isWidthNotEnough))){const K=N.elementList[0]?.value===_?N.elementList.slice(1):N.elementList,$=(Q-N.width)/(K.length-1);for(let H=0;H<K.length-1;H++){const rt=K[H];rt.metrics.width+=$}N.width=Q}if(ee){D=r,W+=N.height,i&&!l&&c&&(W-a+d+j>c||P.type===s.ElementType.PAGE_BREAK)&&(W=a,Rc(u,V),V+=1),J.left=0;const K=M[M.length-1];D=this.position.setSurroundPosition({pageNo:V,rowElement:J,row:K,rowElementRect:{x:D,y:W,height:j,width:X.width},availableWidth:Q,surroundElementList:u}).x,D+=X.width}}return M}_collectTextControlValueSet(t){if(this.isDesignMode()||this.mode===s.EditorMode.EDIT)return null;const e=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&(l.control?.type===s.ControlType.TEXT||l.control?.type===s.ControlType.TEXTFIELD)&&e.add(l.controlId)}const n=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&l.controlComponent===s.ControlComponent.VALUE&&e.has(l.controlId)&&n.add(l.controlId)}return n}_collectTextControlHasContentSet(t){if(this.isDesignMode())return null;const e=new Set;let n=0;for(;n<t.length;){const i=t[n];if(i.controlId&&(i.control?.type===s.ControlType.TEXT||i.control?.type===s.ControlType.TEXTFIELD)&&(i.controlComponent===s.ControlComponent.PREFIX||i.controlComponent===s.ControlComponent.PRE_TEXT||i.controlComponent===s.ControlComponent.PRETEXTFIX||i.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){const l=i.controlId;let r=!1,a=n+1;for(;a<t.length;){const c=t[a];if(c.controlId===l&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))break;if(c.controlId===l&&c.controlComponent===s.ControlComponent.VALUE&&(r=!0),c.controlId!==l&&c.controlId){(i.control?.type===s.ControlType.TEXT||c.controlComponent===s.ControlComponent.VALUE)&&(r=!0);const d=c.controlId;for(a++;a<t.length&&t[a].controlId===d;)a++;continue}a++}r&&e.add(l)}n++}return e}_computePageList(){const t=[[]],{pageMode:e,pageNumber:{maxPageNo:n}}=this.options,i=this.getHeight(),l=this.getMainOuterHeight();let r=l,a=0;if(e===s.PageMode.CONTINUITY){t[0]=this.rowList,r+=this.rowList.reduce((R,h)=>R+h.height+(h.offsetY||0),0);const c=this.getPagePixelRatio(),d=this.pageList[0],u=Number(d.style.height.replace("px",""));if(r>u)d.style.height=`${r}px`,d.height=r*c;else{const R=r<i?i:r;d.style.height=`${R}px`,d.height=R*c}this._initPageContext(this.ctxList[0])}else for(let c=0;c<this.rowList.length;c++){const d=this.rowList[c],u=d.offsetY||0;if(d.height+u+r>i||this.rowList[c-1]?.isPageBreak){if(Number.isInteger(n)&&a>=n){this.elementList=this.elementList.slice(0,d.startIndex);break}r=l+d.height+u,t.push([d]),a++}else r+=d.height+u,t[a].push(d)}return t}_drawHighlight(t,e){const{rowList:n,positionList:i,elementList:l}=e,r=this.getDefaultBasicRowMarginHeight(),a=this.getHighlightMarginHeight();for(let c=0;c<n.length;c++){const d=n[c];let u="";for(let R=0;R<d.elementList.length;R++){const h=d.elementList[R],g=d.startIndex+R,T=l[g]===h?g:l.indexOf(h),f=~T?T:g,m=this.control.getControlHighlight(l,f),C=h.highlight||m;if(C){u&&u!==C&&this.highlight.render(t);const I=i[f],{coordinate:{leftTop:[p,L]}}=I,M=h.left||0,O=!h.highlight&&!!m&&this.control.getIsInlineControlBackground(l,f),b=O?L+I.ascent-h.metrics.boundingBoxAscent-a:L+r-a,D=O?h.metrics.boundingBoxAscent+h.metrics.boundingBoxDescent+2*a:d.height-2*r+2*a;this.highlight.recordFillInfo(t,p-M,b,h.metrics.width+M,D,C)}else u&&this.highlight.render(t);u=C}this.highlight.render(t)}}validateNumber(t){return/^\d+$/.test(t)}drawRow(t,e){this._drawHighlight(t,e);const{scale:n,table:{tdPadding:i},group:l,lineBreak:r,whiteSpace:a}=this.options,{rowList:c,pageNo:d,elementList:u,positionList:R,startIndex:h,zone:g,isDrawLineBreak:T=!r.disabled,td:f,isDrawWhiteSpace:m=!a.disabled}=e,C=this.isPrintLikeMode(),I=this.isSelectionDisabled(),{isCrossRowCol:p,tableId:L}=this.range.getRange();let M=h;for(let O=0;O<c.length;O++){const b=c[O],D={x:0,y:0,width:0,height:0};let W=null;for(let V=0;V<b.elementList.length;V++){const E=b.elementList[V],y=E.metrics,{ascent:F,coordinate:{leftTop:[S,N]}}=R[b.startIndex+V],P=b.elementList[V-1];if(de(E)&&!this.isDesignMode())this.textParticle.complete();else if(E.type===s.ElementType.IMAGE)this.textParticle.complete(),E.imgDisplay!==s.ImageDisplay.SURROUND&&E.imgDisplay!==s.ImageDisplay.FLOAT_TOP&&E.imgDisplay!==s.ImageDisplay.FLOAT_BOTTOM&&this.imageParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.LATEX)this.textParticle.complete(),this.laTexParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.TABLE)p&&(D.x=S,D.y=N,W=E),this.tableParticle.render(t,E,S,N);else if(E.type===s.ElementType.HYPERLINK)this.textParticle.complete(),this.hyperlinkParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.LABEL)this.textParticle.complete(),this.labelParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.MACRO||E.type===s.ElementType.CUSTOM_MACRO||E.type===s.ElementType.REUSABLE_ITEM||E.type===s.ElementType.SUB_TEMPLATE)this.textParticle.complete(),this.macroParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.DATE){const w=b.elementList[V+1];(!P||P.dateId!==E.dateId)&&this.textParticle.complete(),this.textParticle.record(t,E,S,N+F),(!w||w.dateId!==E.dateId)&&this.textParticle.complete()}else E.type===s.ElementType.SUPERSCRIPT?(this.textParticle.complete(),this.superscriptParticle.render(t,E,S,N+F)):E.type===s.ElementType.SUBSCRIPT?(this.underline.render(t),this.textParticle.complete(),this.subscriptParticle.render(t,E,S,N+F)):E.type===s.ElementType.SEPARATOR?this.separatorParticle.render(t,E,S,N):E.type===s.ElementType.PAGE_BREAK?this.mode!==s.EditorMode.CLEAN&&!C&&this.pageBreakParticle.render(t,E,S,N):E.type===s.ElementType.CHECKBOX||E.controlComponent===s.ControlComponent.CHECKBOX?(this.textParticle.complete(),this.checkboxParticle.render({ctx:t,x:S,y:N+F,index:V,row:b})):E.type===s.ElementType.RADIO||E.controlComponent===s.ControlComponent.RADIO?(this.textParticle.complete(),this.radioParticle.render({ctx:t,x:S,y:N+F,index:V,row:b})):E.type===s.ElementType.MENSTRUAL_HISTORY?(this.textParticle.complete(),this.menstrualHistoryParticle.render({ctx:t,x:S,y:N+F,index:V,row:b,element:E})):E.type===s.ElementType.FETAL_HEART_POSITION?(this.textParticle.complete(),this.fetalHeartPositionParticle.render({ctx:t,x:S,y:N+F,index:V,row:b,element:E})):E.type===s.ElementType.TOOTH_POSITION?(this.textParticle.complete(),this.toothPositionParticle.render({ctx:t,x:S,y:N+F,index:V,row:b,element:E})):E.type===s.ElementType.TAB?this.textParticle.complete():E.rowFlex===s.RowFlex.ALIGNMENT||E.rowFlex===s.RowFlex.JUSTIFY?(this.textParticle.record(t,E,S,N+F),this.textParticle.complete()):E.type===s.ElementType.BLOCK?(this.textParticle.complete(),this.blockParticle.render(t,d,E,S,N+F)):(E.left&&this.textParticle.complete(),this.textParticle.record(t,E,S,N+F),(E.width||E.letterSpacing||xl.test(E.value))&&this.textParticle.complete());if(T&&!C&&this.mode!==s.EditorMode.CLEAN&&!b.isWidthNotEnough&&V===b.elementList.length-1&&this.lineBreakParticle.render(t,E,S,N+b.height/2),m&&Jl.test(E.value)&&this.whiteSpaceParticle.render(t,E,S,N+b.height/2),E.control?.border){P?.control?.border&&P.controlId!==E.controlId&&this.control.drawBorder(t);const w=this.getElementRowMargin(E);this.control.recordBorderInfo(S,N+w,E.metrics.width,b.height-2*w)}else P?.control?.border&&this.control.drawBorder(t);if(E.control?.type===s.ControlType.TEXT){const w=E.controlComponent===s.ControlComponent.VALUE,j=E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POST_TEXT,J=!!P&&P.originControlId===E.controlId&&(P.controlComponent===s.ControlComponent.POSTFIX||P.controlComponent===s.ControlComponent.POST_TEXT||P.controlComponent===s.ControlComponent.POSTTEXTFIX||P.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT);E.originControlId&&(E.controlComponent===s.ControlComponent.PREFIX||E.controlComponent===s.ControlComponent.PRE_TEXT||E.controlComponent===s.ControlComponent.PRETEXTFIX||E.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t),w&&E.control?.underline&&!E.underline&&((!P||P.controlId!==E.controlId||J||P.controlComponent!==s.ControlComponent.VALUE&&P.controlComponent!==s.ControlComponent.PLACEHOLDER)&&this.control.startTextFieldUnderline(E.controlId,S,N+b.height),this.control.recordTextFieldUnderlineWidth(E.metrics.width)),j&&this.control.drawTextFieldUnderline(t),E.originControlId&&(E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POST_TEXT||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t)}else P?.control?.type===s.ControlType.TEXT&&this.control.drawTextFieldUnderline(t);if((E.underline||E.control?.underline)&&E.controlComponent!==s.ControlComponent.PLACEHOLDER&&!(E.control?.type===s.ControlType.TEXT&&E.control?.underline&&!E.underline)){P?.type===s.ElementType.SUBSCRIPT&&E.type!==s.ElementType.SUBSCRIPT&&this.underline.render(t);const w=this.getElementRowMargin(E),j=E.left||0;let J=0;E.type===s.ElementType.SUBSCRIPT&&(J=this.subscriptParticle.getOffsetY(E));const A=E.control?.underline?this.options.underlineColor:E.color;this.underline.recordFillInfo(t,S-j,N+b.height-w+J,y.width+j,0,A,E.textDecoration?.style)}else(P?.underline||P?.control?.underline)&&(P?.control?.type===s.ControlType.TEXT&&P?.control?.underline&&!P.underline||this.underline.render(t));if(E.strikeout){if(!E.type||Ie.includes(E.type)){P&&(P.type===s.ElementType.SUBSCRIPT&&E.type!==s.ElementType.SUBSCRIPT||P.type===s.ElementType.SUPERSCRIPT&&E.type!==s.ElementType.SUPERSCRIPT||this.getElementSize(P)!==this.getElementSize(E))&&this.strikeout.render(t);const w=this.textParticle.measureBasisWord(t,this.getElementFont(E));let j=N+F+w.actualBoundingBoxDescent*n-y.height/2;E.type===s.ElementType.SUBSCRIPT?j+=this.subscriptParticle.getOffsetY(E):E.type===s.ElementType.SUPERSCRIPT&&(j+=this.superscriptParticle.getOffsetY(E)),this.strikeout.recordFillInfo(t,S,j,y.width)}}else P?.strikeout&&this.strikeout.render(t);const{zone:Y,splitTdRange:X}=this.range.getRange();let{startIndex:U,endIndex:Q}=this.range.getRange(),v=!1;if(f&&X&&[f.originalId,f.id].includes(X.originalId)&&(v=!0,U=X.startIndex-(f.valueStartIndex??0),Q=X.endIndex-(f.valueStartIndex??0)),Y===g&&U!==Q&&U<=M&&M<=Q){const w=this.position.getPositionContext();if(!w.isTable&&!E.tdId||w.tdId===E.tdId||v)if(U===M){const j=u[U+1];j&&j.value===_&&(D.x=S+y.width,D.y=N,D.height=b.height,D.width+=this.options.rangeMinWidth)}else{let j=y.width;j===0&&b.elementList.length===1&&(j=this.options.rangeMinWidth),D.width||(D.x=S,D.y=N,D.height=b.height),D.width+=j}}if(!l.disabled&&E.groupIds&&this.group.recordFillInfo(E,S,N,y.width,b.height),M++,E.type===s.ElementType.TABLE&&!de(E)){const w=E.tdPadding||i,j=w[1]+w[3];for(let J=0;J<E.trList.length;J++){const A=E.trList[J];for(let x=0;x<A.tdList.length;x++){const k=A.tdList[x];this.drawRow(t,{elementList:k.value,positionList:k.positionList,rowList:k.rowList,pageNo:d,startIndex:0,innerWidth:(k.width-j)*n,zone:g,isDrawLineBreak:T,td:k})}}}}if(b.isList&&this.listParticle.drawListStyle(t,b,R[b.startIndex]),this.textParticle.complete(),this.control.drawBorder(t),this.underline.render(t),this.strikeout.render(t),this.group.render(t),!I){if(D.width&&D.height){const{x:V,y:E,width:y,height:F}=D;this.range.render(t,V,E,y,F)}if(p&&W&&W.id===L){const{coordinate:{leftTop:[V,E]}}=R[b.startIndex];this.tableParticle.drawRange(t,W,V,E)}}}this.control.renderQualityMarks(t,e.elementList,e.positionList,e.rowList,e.pageNo,e.zone,e.innerWidth)}_drawFloat(t,e){const{scale:n}=this.options,i=this.position.getFloatPositionList(),{imgDisplays:l,pageNo:r}=e;for(let a=0;a<i.length;a++){const c=i[a],d=c.element;if((r===c.pageNo||c.zone===s.EditorZone.HEADER||c.zone==s.EditorZone.FOOTER)&&d.imgDisplay&&l.includes(d.imgDisplay)&&d.type===s.ElementType.IMAGE){const u=d.imgFloatPosition;this.imageParticle.render(t,d,u.x*n,u.y*n)}}}_clearPage(t){const e=this.ctxList[t],n=this.pageList[t];e.clearRect(0,0,Math.max(n.width,this.getWidth()),Math.max(n.height,this.getHeight())),this.blockParticle.clear()}_drawPage(t){const{elementList:e,positionList:n,rowList:i,pageNo:l}=t,{inactiveAlpha:r,pageMode:a,header:c,footer:d,pageNumber:u,lineNumber:R,pageBorder:h}=this.options,g=this.isPrintLikeMode(),T=this.mode===s.EditorMode.COMPARE?this.options.modeRule[s.EditorMode.COMPARE]:this.options.modeRule[s.EditorMode.PRINT],f=this.getInnerWidth(),m=this.ctxList[l];m.globalAlpha=this.zone.isMainActive()?1:r,this._clearPage(l),(!g||!T?.backgroundDisabled)&&this.background.render(m,l),g||this.area.render(m,l),a!==s.PageMode.CONTINUITY&&this.options.watermark.data&&this.waterMark.render(m,l),g||this.margin.render(m,l),this._drawFloat(m,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]}),g||this.control.renderHighlightList(m,l);const C=i[0]?.startIndex;this.drawRow(m,{elementList:e,positionList:n,rowList:i,pageNo:l,startIndex:C,innerWidth:f,zone:s.EditorZone.MAIN}),this.getIsPagingMode()&&(c.disabled||this.header.render(m,l),u.disabled||this.pageNumber.render(m,l),d.disabled||this.footer.render(m,l)),this._drawFloat(m,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]}),!g&&this.search.getSearchKeyword()&&this.search.render(m,l),this.elementList.length<=1&&!this.elementList[0]?.listId&&this.placeholder.render(m),R.disabled||this.lineNumber.render(m,l),h.disabled||this.pageBorder.render(m),this.badge.render(m,l),this.isGraffitiMode()&&this.graffiti.render(m,l)}_disconnectLazyRender(){this.lazyRenderIntersectionObserver?.disconnect()}_lazyRender(){const t=this.position.getOriginalMainPositionList(),e=this.getOriginalMainElementList();this._disconnectLazyRender(),this.lazyRenderIntersectionObserver=new IntersectionObserver(n=>{n.forEach(i=>{if(i.isIntersecting){const l=Number(i.target.dataset.index);this._drawPage({elementList:e,positionList:t,rowList:this.pageRowList[l],pageNo:l})}})}),this.pageList.forEach(n=>{this.lazyRenderIntersectionObserver.observe(n)})}_immediateRender(){const t=this.position.getOriginalMainPositionList(),e=this.getOriginalMainElementList();for(let n=0;n<this.pageRowList.length;n++)this._drawPage({elementList:e,positionList:t,rowList:this.pageRowList[n],pageNo:n})}render(t){const e=se(),n=[],i=(S,N)=>{n.push({label:S,duration:se()-N})};this.renderCount++;const l=this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM||this.isPrintLikeMode()?Qg([...this.getHeaderElementList(),...this.elementList,...this.getFooterElementList()]):null,r=this.applySubTemplateRuntimeState(this.getHeaderElementList(),l)||this.applySubTemplateRuntimeState(this.elementList,l)||this.applySubTemplateRuntimeState(this.getFooterElementList(),l);let{endIndex:a}=this.range.getRange();const{isCrossRowCol:c}=this.range.getRange();if(!c&&~a){const S=this.getElementList(),N=S[a],Y=N?.type===s.ElementType.SUB_TEMPLATE&&N.subTemplateExpanded?s.LocationPosition.AFTER:s.LocationPosition.BEFORE,X=Wn(S,a,Y);X!==a&&!de(S[X])&&(this.range.setRange(X,X),a=X)}let d;const u=this.position.getPositionContext();if(c)d=this.getOriginalElementList()[u.index];else{const S=~a?a:0,N=this.getElementList();d=yn(N,S)}const{header:R,footer:h}=this.options,{isSubmitHistory:g=!0,isSetCursor:T=!0,isLazy:f=!0,isInit:m=!1,isSourceHistory:C=!1,isFirstRender:I=!1,isDel:p=!1}=t||{};let{isCompute:L=!0}=t||{};r&&(L=!0);let{curIndex:M}=t||{};const{traceLabel:O}=t||{},b=this.getInnerWidth(),D=this.getIsPagingMode(),W=this.pageRowList.length;if(L){if(this.splitTdValueMap.clear(),this.tdMap.clear(),this.position.setFloatPositionList([]),D){if(!R.disabled){const A=se();this.header.compute(),i("header.compute",A)}if(!h.disabled){const A=se();this.footer.compute(),i("footer.compute",A)}}const S=this.getMargins(),N=this.getHeight(),P=this.header.getExtraHeight(),Y=this.getMainOuterHeight(),X=S[3],U=S[0]+P,Q=Ii(this.elementList),v=se();this.rowList=this.computeRowList({startX:X,startY:U,pageHeight:N,mainOuterHeight:Y,isPagingMode:D,innerWidth:b,surroundElementList:Q,elementList:this.elementList}),i("computeRowList",v);const w=se();this.pageRowList=this._computePageList(),i("computePageList",w);const j=se();this.position.computePositionList(),i("computePositionList",j);const J=se();if(this.area.compute(),i("area.compute",J),!this.isPrintLikeMode()){const A=this.search.getSearchKeyword();if(A){const k=se();this.search.compute(A),i("search.compute",k)}const x=se();this.control.computeHighlightList(),i("control.computeHighlightList",x)}if(this.isGraffitiMode()){const A=se();this.graffiti.compute(),i("graffiti.compute",A)}}this.imageObserver.clearAll(),this.cursor.recoveryCursor();for(let S=0;S<this.pageRowList.length;S++)this.pageList[S]||this._createPage(S);const V=this.pageRowList.length,E=this.pageList.length;if(E>V){const S=E-V;this.ctxList.splice(V,S),this.pageList.splice(V,S).forEach(N=>N.remove())}const y=se();if(f&&D?this._lazyRender():this._immediateRender(),i(f&&D?"lazyRender":"immediateRender",y),T){if(L&&d?.tableId){const{index:S}=u,P=this.getOriginalElementList()[S];if(d.tableId!==P?.id){const X=this.findTableChildrenElement(!0,d.tableId,d);X&&u.index!==X.originalIndex&&(u.index=X.originalIndex,u.tableId=X.table.id,u.trIndex=X.trIndex,u.trId=X.tr.id,u.tdIndex=X.tdIndex,u.tdId=X.td.id,M=X.elementIndex,this.position.setPositionContext(u),this.range.setRange(M,M),this.updateTableTool())}const Y=this.getElementList();Y[a]!==d&&(M=Y.findIndex(X=>X===d))}M=this.setCursor(M)}else this.range.getIsSelection()&&this.cursor.focus();if(p){let S;const N=this.position.getPositionContext();S=this.range.getRange().startIndex-1,N.index=S}(g&&!I||M!==void 0&&this.historyManager.isStackEmpty())&&this.submitHistory(M);const F=se();ri(()=>{const S=se();this.range.setRangeStyle(),L&&this.control.getActiveControl()&&this.control.reAwakeControl(),L&&!this.isReadonly()&&this.getMode()!==s.EditorMode.FORM&&u.isTable&&this.getOriginalElementList()[u.index].type===s.ElementType.TABLE&&this.tableTool.render(),L&&!this.zone.isMainActive()&&this.zone.drawZoneIndicator(),W!==this.pageRowList.length&&(this.listener.pageSizeChange&&this.listener.pageSizeChange(this.pageRowList.length),this.eventBus.isSubscribe("pageSizeChange")&&this.eventBus.emit("pageSizeChange",this.pageRowList.length)),(g||C)&&!m&&(this.listener.contentChange&&this.listener.contentChange(),this.eventBus.isSubscribe("contentChange")&&this.eventBus.emit("contentChange"));const N=se();li(this.options,O||"render",N-e,[...n,{label:"nextTick.wait",duration:S-F},{label:"nextTick.callback",duration:N-S}],{isCompute:L,pageCount:this.pageRowList.length})}),T&&this.fixPosition()}fixPosition(t=!1){let e;const n=this.position.getPositionContext();if(n.isTable){const i=this.getElementList(),l=this.range.getRange().startIndex;if(t||l>=i.length){const r=this.getTd(),a=n.index+(t?-1:1),d=this.getOriginalElementList()[a];if(!d?.trList)return;e=l-i.length;for(let u=0;u<d.trList.length;u++){const R=d.trList[u],h=R.tdList.find(g=>t?r?.linkTdPrevId===g.id:r?.id===g.linkTdPrevId);if(h){n.index=a,n.trIndex=u,n.tableId=d.id,n.trId=R.id,n.tdId=h?.id,e=t?h.value.length-1:e+(h.value[0]?.type===s.ElementType.SPLIT_TAG?1:0);break}}if(this.position.setPositionContext(n),this.range.setRange(e,e),this.setCursor(e),e===0)return this.fixPosition(t);this.updateTableTool()}}return e}getInlineBackgroundControlType(t,e){if(e===void 0)return;const n=t[e],i=n?.controlId;return i?n.control?.type?n.control.type:t.find(r=>r.controlId===i&&r.originControlId===n.originControlId&&!!r.control?.type)?.control?.type:void 0}getIsHideInlineBackgroundControlCursor(t,e){if(this.options.mode!==s.EditorMode.EDIT&&this.options.mode!==s.EditorMode.FORM)return!1;const n=e!==void 0?t[e]:void 0;if(n?.controlComponent===s.ControlComponent.POSTFIX||n?.controlComponent===s.ControlComponent.POST_TEXT||n?.controlComponent===s.ControlComponent.POSTTEXTFIX||n?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)return!1;const i=this.getInlineBackgroundControlType(t,e);return!!(i&&[s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.DATE].includes(i))}setCursor(t){const e=this.position.getPositionContext(),n=this.position.getPositionList(),i=this.getElementList();if(e.isTable){const{index:r,trIndex:a,tdIndex:c}=e,u=this.getOriginalElementList()[r].trList?.[a].tdList[c].positionList;t===void 0&&u&&(t=u.length-1);const R=u?.[t];this.position.setCursorPosition(R||null)}else t!==void 0&&t>=n.length&&(t=n.length-1),this.position.setCursorPosition(t!==void 0&&t>=0?n[t]:null);let l=!0;if(t!==void 0&&e.isImage&&e.isDirectHit){const r=i[t];if(r&&Ta.includes(r.type)){l=!1;const a=this.position.getCursorPosition();this.previewer.updateResizer(r,a)}}return l&&this.getIsHideInlineBackgroundControlCursor(i,t)&&(l=!1),this.cursor.drawCursor({isShow:l}),t}submitHistory(t){const e=this.position.getPositionContext(),n=Ci(this.elementList),i=Ci(this.header.getElementList()),l=Ci(this.footer.getElementList()),r=ht(this.range.getRange()),a=this.pageNo,c=ht(e),d=this.zone.getZone();this.historyManager.execute(()=>{this.zone.setZone(d),this.setPageNo(a),this.position.setPositionContext(ht(c)),this.header.setElementList(ht(i)),this.footer.setElementList(ht(l)),this.elementList=ht(n),this.range.replaceRange(ht(r)),this.render({curIndex:t,isSubmitHistory:!1,isSourceHistory:!0})})}destroy(){this.macroParticle.clearInlineEditor({isSubmitHistory:!1}),this.container.remove(),this.globalEvent.removeEvent(),this.scrollObserver.removeEvent(),this.selectionObserver.removeEvent()}clearSideEffect(){this.getMacroParticle().clearInlineEditor({isSubmitHistory:!1}),this.getPreviewer().clearResizer(),this.getTableTool().dispose(),this.getHyperlinkParticle().clearHyperlinkPopup(),this.getDateParticle().clearDatePicker()}updateTableTool(){if(this.getMode()===s.EditorMode.FORM){this.getTableTool().dispose();return}if(this.position.getPositionContext().isTable){const t=this.position.getPositionList();t.length&&(this.setPageNo(t[0].pageNo),this.getTableTool().render())}}initTableElementIndex(t,e){t.trList?.forEach((n,i)=>{n.tdList.forEach((l,r)=>{l.tableIndex=e,l.tableId=t.id,l.trIndex=i,l.trId=n.id,l.tdIndex=r,this.tdMap.set(l.id,l)})})}clearElementEffect(t){t.trList?.forEach(e=>{e.minHeight=e.originalMinHeight??e.minHeight,delete e.originalMinHeight,e.tdList.forEach(n=>{delete n.linkTdNextId})})}updateElementTableInfo(t,e,n,i){return t.tableId=e.id,t.trId=n.id,t.tdId=i.id,t}findTableChildrenElement(t,e,n){const i=this.position.getPositionContext(),{index:l}=i,r=this.getOriginalElementList();let a=l;t&&(a=l>r.length?r.length-1:l);for(let c=a;t?c>=0:c<r.length;t?c--:c++){const d=r[c];if(d&&[d.originalId,d.id].includes(e))for(const[u,R]of d.trList.entries())for(const[h,g]of R.tdList.entries()){const T=g.value.findIndex(typeof n=="function"?n:f=>f===n);if(T>=0)return{originalIndex:c,table:d,tr:R,trIndex:u,td:g,tdIndex:h,elementIndex:T}}}}getTdById(t){return this.tdMap.get(t)}getLinkTdPrevHasValue(t){const e=this.getTdById(t);if(e)return e.value.length?e:this.getLinkTdPrevHasValue(e.linkTdPrevId)}getFirstLinkTd(t){const e=this.getTdById(t);return e?.linkTdPrevId?this.getLastLinkTd(e.linkTdPrevId):e}getLastLinkTd(t){const e=this.getTdById(t);return e?.linkTdNextId?this.getLastLinkTd(e.linkTdNextId):e}removeLinkTd(t,e){const n=this.getTdById(e);if(n){if(n.linkTdPrevId){const i=this.getTdById(n.linkTdPrevId);i&&(delete i.linkTdNextId,this.removeLinkTd(t,n.linkTdPrevId))}if(n.linkTdNextId){const i=this.getTdById(n.linkTdNextId);i&&(delete i.linkTdPrevId,this.removeLinkTd(t,n.linkTdNextId))}t[n.tableIndex].trList[n.trIndex].tdList.splice(n.tdIndex,1),this.initTableElementIndex(t[n.tableIndex],n.tableIndex)}}removeLinkTdControl(t,e){const n=this.getTdById(t);if(n){for(let i=0;i<n.value.length;i++)n.value[i].control===e&&(n.value.splice(i,1),i--);n.linkTdNextId&&this.removeLinkTdControl(n.linkTdNextId,e)}}isSplitTd(t,e){return(!!t?.originalId||!!e?.originalId)&&(t?.originalId===e?.originalId||t?.id===e?.originalId||t?.originalId===e?.id)}getSplitTdValues(t){return this.splitTdValueMap.get(t)}removeSplitTdOtherRangeElements(){const{splitTdRange:t}=this.range.getRange();if(!t)return;const{startIndex:e,endIndex:n}=t;let i=this.getTd();if(i)if((i.valueStartIndex??0)>=e){let l=-1;for(;l<0;){const r=this.getTdById(i.linkTdPrevId);if(r){l=e-(r.valueStartIndex??0);const a=Math.max(0,l);this.spliceElementList(r.value,a+1,r.value.length-a-1),i=r}else l=0}}else{let l=1;for(;l>0;){const r=this.getTdById(i.linkTdNextId);if(r){const a=r.valueStartIndex??0;l=n-(a+r.value.length);const c=Math.min(r.value.length,n-a+1);this.spliceElementList(r.value,0,c),i=r}else l=0}}}getTablesByPagingId(t,e,n){const i=[],l=[];if(t[n].pagingId===e){i.push(n),l.push(t[n]);for(let r=n-1;r>=0&&t[r].pagingId===e;r--)l.unshift(t[r]),i.push(r);for(let r=n+1;r<t.length&&t[r].pagingId===e;r++)l.push(t[r]),i.push(r)}return{list:l,startIndex:i.sort()[0]}}}class Ml{executeMode;executeCut;executeCopy;executePaste;executeSelectAll;executeBackspace;executeSetRange;executeReplaceRange;executeSetPositionContext;executeForceUpdate;executeBlur;executeHideCursor;executeUndo;executeRedo;executePainter;executeApplyPainterStyle;executeFormat;executeFont;executeButton;executeEditElementAttribute;executeTriggerControlEditAttribute;executeCopyControl;executePasteControl;executeSize;executeSizeAdd;executeSizeMinus;executeBold;executeItalic;executeUnderline;executeStrikeout;executeSuperscript;executeSubscript;executeColor;executeHighlight;executeTitle;executeList;executeRowFlex;executeVertical;executeRowMargin;executeInsertTable;executeInsertTableTopRow;executeInsertTableBottomRow;executeInsertTableLeftCol;executeInsertTableRightCol;executeDeleteTableRow;executeDeleteTableCol;executeDeleteTable;executeMergeTableCell;executeCancelMergeTableCell;executeSplitVerticalTableCell;executeSplitHorizontalTableCell;executeTableTdVerticalAlign;executeTableBorderType;executeTableBorderColor;executeTableTdBorderType;executeTableTdSlashType;executeTableTdBackgroundColor;executeTableSelectAll;executeTableProperties;executeImage;executeHyperlink;executeDeleteHyperlink;executeCancelHyperlink;executeEditHyperlink;executeSeparator;executePageBreak;executeAddWatermark;executeDeleteWatermark;executeSearch;executeSearchNavigatePre;executeSearchNavigateNext;executeReplace;executePrint;executeReplaceImageElement;executeSaveAsImageElement;executeSetImageCrop;executeSetImageCaption;executeChangeImageDisplay;executePageMode;executePageScale;executePageScaleRecovery;executePageScaleMinus;executePageScaleAdd;executePaperSize;executePaperDirection;executeSetPaperMargin;executeSetMainBadge;executeSetAreaBadge;executeInsertElementList;executeInsertArea;executeSetAreaValue;executeSetAreaProperties;executeLocationArea;executeClearGraffiti;executeAppendElementList;executeUpdateElementById;executeDeleteElementById;executeSetValue;executeRemoveControl;executeTranslate;executeSetLocale;executeLocationCatalog;executeWordTool;executeSetHTML;executeSetGroup;executeDeleteGroup;executeLocationGroup;executeSetZone;executeSetControlValue;executeSetControlValueList;executeSetControlExtension;executeSetControlExtensionList;executeSetControlProperties;executeSetControlPropertiesList;executeSetControlHighlight;executeSetControlQualityMarks;executeLocationControl;executeInsertControl;executeInsertTextField;executeJumpControl;executeUpdateOptions;executeSetFormModeTrace;executeInsertTitle;executeFocus;executeComputeElementListHeight;getCatalog;getImage;getPageMode;getOptions;getValue;getValueAsync;getAreaValue;getHTML;getText;getWordCount;getCursorPosition;getRemainingContentHeight;getRange;getRangeText;getRangeContext;getRangeRow;getRangeParagraph;getKeywordRangeList;getKeywordContext;getPaperMargin;getSearchNavigateInfo;getLocale;getGroupIds;getControlValue;getControlList;getContainer;getTitleValue;getPositionContextByEvent;getElementById;getMacroValue;getMacroList;setMacroValue;setMacroValueList;updateMacroProperties;locationMacro;insertSubTemplate;updateSubTemplate;expandSubTemplate;collapseSubTemplate;toggleSubTemplate;constructor(t){this.executeMode=t.mode.bind(t),this.executeCut=t.cut.bind(t),this.executeCopy=t.copy.bind(t),this.executePaste=t.paste.bind(t),this.executeSelectAll=t.selectAll.bind(t),this.executeBackspace=t.backspace.bind(t),this.executeSetRange=t.setRange.bind(t),this.executeReplaceRange=t.replaceRange.bind(t),this.executeSetPositionContext=t.setPositionContext.bind(t),this.executeForceUpdate=t.forceUpdate.bind(t),this.executeBlur=t.blur.bind(t),this.executeHideCursor=t.hideCursor.bind(t),this.executeUndo=t.undo.bind(t),this.executeRedo=t.redo.bind(t),this.executePainter=t.painter.bind(t),this.executeApplyPainterStyle=t.applyPainterStyle.bind(t),this.executeFormat=t.format.bind(t),this.executeFont=t.font.bind(t),this.executeButton=t.buttonText.bind(t),this.executeEditElementAttribute=t.editElementAttribute.bind(t),this.executeTriggerControlEditAttribute=t.triggerControlEditAttribute.bind(t),this.executeCopyControl=t.copyControl.bind(t),this.executePasteControl=t.pasteControl.bind(t),this.executeSize=t.size.bind(t),this.executeSizeAdd=t.sizeAdd.bind(t),this.executeSizeMinus=t.sizeMinus.bind(t),this.executeBold=t.bold.bind(t),this.executeItalic=t.italic.bind(t),this.executeUnderline=t.underline.bind(t),this.executeStrikeout=t.strikeout.bind(t),this.executeSuperscript=t.superscript.bind(t),this.executeSubscript=t.subscript.bind(t),this.executeColor=t.color.bind(t),this.executeHighlight=t.highlight.bind(t),this.executeTitle=t.title.bind(t),this.executeList=t.list.bind(t),this.executeRowFlex=t.rowFlex.bind(t),this.executeVertical=t.vertical.bind(t),this.executeRowMargin=t.rowMargin.bind(t),this.executeInsertTable=t.insertTable.bind(t),this.executeInsertTableTopRow=t.insertTableTopRow.bind(t),this.executeInsertTableBottomRow=t.insertTableBottomRow.bind(t),this.executeInsertTableLeftCol=t.insertTableLeftCol.bind(t),this.executeInsertTableRightCol=t.insertTableRightCol.bind(t),this.executeDeleteTableRow=t.deleteTableRow.bind(t),this.executeDeleteTableCol=t.deleteTableCol.bind(t),this.executeDeleteTable=t.deleteTable.bind(t),this.executeMergeTableCell=t.mergeTableCell.bind(t),this.executeCancelMergeTableCell=t.cancelMergeTableCell.bind(t),this.executeSplitVerticalTableCell=t.splitVerticalTableCell.bind(t),this.executeSplitHorizontalTableCell=t.splitHorizontalTableCell.bind(t),this.executeTableTdVerticalAlign=t.tableTdVerticalAlign.bind(t),this.executeTableBorderType=t.tableBorderType.bind(t),this.executeTableBorderColor=t.tableBorderColor.bind(t),this.executeTableTdBorderType=t.tableTdBorderType.bind(t),this.executeTableTdSlashType=t.tableTdSlashType.bind(t),this.executeTableTdBackgroundColor=t.tableTdBackgroundColor.bind(t),this.executeTableSelectAll=t.tableSelectAll.bind(t),this.executeTableProperties=t.tableProperties.bind(t),this.executeImage=t.image.bind(t),this.executeHyperlink=t.hyperlink.bind(t),this.executeDeleteHyperlink=t.deleteHyperlink.bind(t),this.executeCancelHyperlink=t.cancelHyperlink.bind(t),this.executeEditHyperlink=t.editHyperlink.bind(t),this.executeSeparator=t.separator.bind(t),this.executePageBreak=t.pageBreak.bind(t),this.executeAddWatermark=t.addWatermark.bind(t),this.executeDeleteWatermark=t.deleteWatermark.bind(t),this.executeSearch=t.search.bind(t),this.executeSearchNavigatePre=t.searchNavigatePre.bind(t),this.executeSearchNavigateNext=t.searchNavigateNext.bind(t),this.executeReplace=t.replace.bind(t),this.executePrint=t.print.bind(t),this.executeReplaceImageElement=t.replaceImageElement.bind(t),this.executeSaveAsImageElement=t.saveAsImageElement.bind(t),this.executeSetImageCrop=t.setImageCrop.bind(t),this.executeSetImageCaption=t.setImageCaption.bind(t),this.executeChangeImageDisplay=t.changeImageDisplay.bind(t),this.executePageMode=t.pageMode.bind(t),this.executePageScale=t.pageScale.bind(t),this.executePageScaleRecovery=t.pageScaleRecovery.bind(t),this.executePageScaleMinus=t.pageScaleMinus.bind(t),this.executePageScaleAdd=t.pageScaleAdd.bind(t),this.executePaperSize=t.paperSize.bind(t),this.executePaperDirection=t.paperDirection.bind(t),this.executeSetPaperMargin=t.setPaperMargin.bind(t),this.executeSetMainBadge=t.setMainBadge.bind(t),this.executeSetAreaBadge=t.setAreaBadge.bind(t),this.getAreaValue=t.getAreaValue.bind(t),this.executeInsertArea=t.insertArea.bind(t),this.executeSetAreaValue=t.setAreaValue.bind(t),this.executeSetAreaProperties=t.setAreaProperties.bind(t),this.executeLocationArea=t.locationArea.bind(t),this.executeClearGraffiti=t.clearGraffiti.bind(t),this.executeInsertElementList=t.insertElementList.bind(t),this.executeAppendElementList=t.appendElementList.bind(t),this.executeUpdateElementById=t.updateElementById.bind(t),this.executeDeleteElementById=t.deleteElementById.bind(t),this.executeSetValue=t.setValue.bind(t),this.executeRemoveControl=t.removeControl.bind(t),this.executeTranslate=t.translate.bind(t),this.executeSetLocale=t.setLocale.bind(t),this.executeLocationCatalog=t.locationCatalog.bind(t),this.executeWordTool=t.wordTool.bind(t),this.executeSetHTML=t.setHTML.bind(t),this.executeSetGroup=t.setGroup.bind(t),this.executeDeleteGroup=t.deleteGroup.bind(t),this.executeLocationGroup=t.locationGroup.bind(t),this.executeSetZone=t.setZone.bind(t),this.executeUpdateOptions=t.updateOptions.bind(t),this.executeSetFormModeTrace=t.setFormModeTrace.bind(t),this.executeInsertTitle=t.insertTitle.bind(t),this.executeFocus=t.focus.bind(t),this.executeComputeElementListHeight=t.computeElementListHeight.bind(t),this.getImage=t.getImage.bind(t),this.getPageMode=t.getPageMode.bind(t),this.getOptions=t.getOptions.bind(t),this.getValue=t.getValue.bind(t),this.getValueAsync=t.getValueAsync.bind(t),this.getHTML=t.getHTML.bind(t),this.getText=t.getText.bind(t),this.getWordCount=t.getWordCount.bind(t),this.getCursorPosition=t.getCursorPosition.bind(t),this.getRemainingContentHeight=t.getRemainingContentHeight.bind(t),this.getRange=t.getRange.bind(t),this.getRangeText=t.getRangeText.bind(t),this.getRangeContext=t.getRangeContext.bind(t),this.getRangeRow=t.getRangeRow.bind(t),this.getRangeParagraph=t.getRangeParagraph.bind(t),this.getKeywordRangeList=t.getKeywordRangeList.bind(t),this.getKeywordContext=t.getKeywordContext.bind(t),this.getCatalog=t.getCatalog.bind(t),this.getPaperMargin=t.getPaperMargin.bind(t),this.getSearchNavigateInfo=t.getSearchNavigateInfo.bind(t),this.getLocale=t.getLocale.bind(t),this.getGroupIds=t.getGroupIds.bind(t),this.getContainer=t.getContainer.bind(t),this.getTitleValue=t.getTitleValue.bind(t),this.getPositionContextByEvent=t.getPositionContextByEvent.bind(t),this.getElementById=t.getElementById.bind(t),this.executeSetControlValue=t.setControlValue.bind(t),this.executeSetControlValueList=t.setControlValueList.bind(t),this.executeSetControlExtension=t.setControlExtension.bind(t),this.executeSetControlExtensionList=t.setControlExtensionList.bind(t),this.executeSetControlProperties=t.setControlProperties.bind(t),this.executeSetControlPropertiesList=t.setControlPropertiesList.bind(t),this.executeSetControlHighlight=t.setControlHighlight.bind(t),this.executeSetControlQualityMarks=t.setControlQualityMarks.bind(t),this.getControlValue=t.getControlValue.bind(t),this.getControlList=t.getControlList.bind(t),this.executeLocationControl=t.locationControl.bind(t),this.executeInsertControl=t.insertControl.bind(t),this.executeInsertTextField=t.insertTextField.bind(t),this.executeJumpControl=t.jumpControl.bind(t),this.getMacroValue=t.getMacroValue.bind(t),this.getMacroList=t.getMacroList.bind(t),this.setMacroValue=t.setMacroValue.bind(t),this.setMacroValueList=t.setMacroValueList.bind(t),this.updateMacroProperties=t.updateMacroProperties.bind(t),this.locationMacro=t.locationMacro.bind(t),this.insertSubTemplate=t.insertSubTemplate.bind(t),this.updateSubTemplate=t.updateSubTemplate.bind(t),this.expandSubTemplate=t.expandSubTemplate.bind(t),this.collapseSubTemplate=t.collapseSubTemplate.bind(t),this.toggleSubTemplate=t.toggleSubTemplate.bind(t)}}function LT(o,t){return o===1125&&t===1593?{size:"a3",width:"297mm",height:"420mm"}:o===794&&t===1123?{size:"a4",width:"210mm",height:"297mm"}:o===565&&t===796?{size:"a5",width:"148mm",height:"210mm"}:{size:"",width:`${o}px`,height:`${t}px`}}function PT(o,t){const{width:e,height:n,direction:i=s.PaperDirection.VERTICAL}=t,l=document.createElement("iframe");l.style.visibility="hidden",l.style.position="absolute",l.style.left="0",l.style.top="0",l.style.width="0",l.style.height="0",l.style.border="none",document.body.append(l);const r=l.contentWindow,a=r.document;a.open();const c=document.createElement("div"),d=LT(e,n);o.forEach(h=>{const g=document.createElement("img");g.style.width=i===s.PaperDirection.HORIZONTAL?d.height:d.width,g.style.height=i===s.PaperDirection.HORIZONTAL?d.width:d.height,g.src=h,c.append(g)});const u=document.createElement("style"),R=`
546
+ `,document.body.appendChild(a);const c=a.querySelector(".table-properties-modal__mask"),d=a.querySelector(".table-properties-modal__close"),u=a.querySelector(".btn-cancel"),R=a.querySelector(".btn-confirm"),h=()=>{a.remove()};c.addEventListener("click",h),d.addEventListener("click",h),u.addEventListener("click",h),R.addEventListener("click",()=>{const g=parseInt(a.querySelector("#tdPaddingTop").value)||0,T=parseInt(a.querySelector("#tdPaddingRight").value)||0,f=parseInt(a.querySelector("#tdPaddingBottom").value)||0,m=parseInt(a.querySelector("#tdPaddingLeft").value)||0;i.tdPadding=[g,T,f,m],h();const{endIndex:C}=this.range.getRange();this.draw.render({curIndex:C,isCompute:!0})})}}s.AreaMode=void 0,(function(o){o.EDIT="edit",o.READONLY="readonly",o.FORM="form"})(s.AreaMode||(s.AreaMode={}));class IT{draw;zone;range;position;options;areaInfoMap=new Map;constructor(t){this.draw=t,this.options=t.getOptions(),this.zone=t.getZone(),this.range=t.getRange(),this.position=t.getPosition()}getAreaInfo(){return this.areaInfoMap}getActiveAreaId(){if(!this.areaInfoMap.size)return null;const{startIndex:t}=this.range.getRange();return this.draw.getElementList()[t]?.areaId||null}getActiveAreaInfo(){const t=this.getActiveAreaId();return t&&this.areaInfoMap.get(t)||null}isReadonly(){const t=this.getActiveAreaInfo();if(!t?.area)return!1;switch(t.area.mode){case s.AreaMode.EDIT:return!1;case s.AreaMode.READONLY:return!0;case s.AreaMode.FORM:return!this.draw.getControl().getIsRangeWithinControl();default:return!1}}insertArea(t){const{id:e,value:n,area:i,position:l,range:r}=t;if(this.zone.getZone()!==s.EditorZone.MAIN&&this.zone.setZone(s.EditorZone.MAIN),this.draw.getPosition().setPositionContext({isTable:!1}),r&&!this.getActiveAreaId()){const{startIndex:c,endIndex:d}=r,u=this.draw.getOriginalMainElementList();if(!u[c]||!u[d])return null;this.range.setRange(r.startIndex,r.endIndex)}else if(l===s.LocationPosition.BEFORE)this.range.setRange(0,0);else{const d=this.draw.getOriginalMainElementList().length-1;this.range.setRange(d,d)}const a=e||Tt();return this.draw.insertElementList([{type:s.ElementType.AREA,value:"",areaId:a,valueList:n,area:ht(i)}]),a}render(t,e){if(!this.areaInfoMap.size)return;t.save();const n=this.draw.getMargins(),i=this.draw.getInnerWidth();for(const l of this.areaInfoMap){const{area:r,positionList:a}=l[1];if(r?.hide||!r?.backgroundColor&&!r?.borderColor&&!r?.placeholder)continue;const c=a.filter(T=>T.pageNo===e);if(!c.length)continue;t.translate(.5,.5);const d=c[0],u=c[c.length-1],R=n[3],h=Math.ceil(d.coordinate.leftTop[1]),g=Math.ceil(u.coordinate.rightBottom[1]-h);t.textBaseline="middle",r.backgroundColor&&(t.fillStyle=r.backgroundColor,t.fillRect(R,h,i,g)),r.borderColor&&(t.strokeStyle=r.borderColor,t.strokeRect(R,h,i,g)),r.placeholder&&a.length<=1&&new Ml(this.draw).render(t,{placeholder:{...Us,...r.placeholder},startY:d.coordinate.leftTop[1]}),t.translate(-.5,-.5)}t.restore()}compute(){this.areaInfoMap.clear();const t=this.draw.getOriginalMainElementList(),e=this.position.getOriginalMainPositionList();for(let n=0;n<t.length;n++){const i=t[n],l=i.areaId;if(l){const r=this.areaInfoMap.get(l);r?(r.elementList.push(i),r.positionList.push(e[n])):this.areaInfoMap.set(l,{id:l,area:i.area,elementList:[i],positionList:[e[n]]})}}}getAreaValue(t={}){const e=t.id||this.getActiveAreaId();if(!e)return null;const n=this.areaInfoMap.get(e);return n?{area:n.area,id:n.id,startPageNo:n.positionList[0].pageNo,endPageNo:n.positionList[n.positionList.length-1].pageNo,value:Yt(n.elementList)}:null}getContextByAreaId(t,e){const n=this.draw.getOriginalMainElementList();for(let i=0;i<n.length;i++){const l=n[i];if(e?.position===s.LocationPosition.OUTER_BEFORE){if(n[i+1]?.areaId!==t)continue}else if(e?.position===s.LocationPosition.AFTER){if(!(l.areaId===t&&n[i+1]?.areaId!==t))continue}else if(e?.position===s.LocationPosition.OUTER_AFTER){if(!(l.areaId!==t&&n[i-1]?.areaId===t))continue}else if(l.areaId!==t)continue;const r=this.position.getOriginalMainPositionList();return{range:{startIndex:i,endIndex:i},elementPosition:r[i]}}return null}setAreaProperties(t){const e=t.id||this.getActiveAreaId();if(!e)return;const n=this.areaInfoMap.get(e);if(!n)return;n.area||(n.area={});let i=!1;const l=["top","hide"];Object.entries(t.properties).forEach(([r,a])=>{if(Ss(a))return;const c=r;n.area[c]=a,l.includes(c)&&(i=!0)}),this.draw.render({isCompute:i,isSetCursor:!1})}setAreaValue(t){const e=t.id||this.getActiveAreaId();if(!e)return;const n=this.areaInfoMap.get(e);if(!n)return;const{positionList:i}=n,l=this.draw.getOriginalMainElementList(),r=t.value;jt([{type:s.ElementType.AREA,value:"",valueList:r,areaId:n.id,area:n.area}],{editorOptions:this.options}),this.draw.spliceElementList(l,i[0].index,i.length,r,{isIgnoreDeletedRule:!0}),this.draw.render({isSetCursor:!1})}}class LT{draw;options;imageCache;mainBadge;areaBadgeMap;constructor(t){this.draw=t,this.options=t.getOptions(),this.imageCache=new Map,this.mainBadge=null,this.areaBadgeMap=new Map}setMainBadge(t){this.mainBadge=t}setAreaBadgeMap(t){this.areaBadgeMap.clear(),t.forEach(e=>{this.areaBadgeMap.set(e.areaId,e.badge)})}_drawImage(t,e,n,i,l,r){if(this.imageCache.has(r)){const a=this.imageCache.get(r);t.drawImage(a,e,n,i,l)}else{const a=new Image;a.setAttribute("crossOrigin","Anonymous"),a.src=r,a.onload=()=>{this.imageCache.set(r,a),t.drawImage(a,e,n,i,l)}}}render(t,e){if(e===0&&this.mainBadge){const{scale:n,badge:i}=this.options,{left:l,top:r,width:a,height:c,value:d}=this.mainBadge,u=this.draw.getMargins()[0]+this.draw.getHeader().getExtraHeight(),R=(l||i.left)*n,h=(r||i.top)*n+u;this._drawImage(t,R,h,a*n,c*n,d)}if(this.areaBadgeMap.size){const n=this.draw.getArea().getAreaInfo();if(n.size){const{scale:i,badge:l}=this.options;for(const r of n){const{positionList:a}=r[1],c=a[0];if(c.pageNo!==e)continue;const d=this.areaBadgeMap.get(r[0]);if(!d)continue;const{left:u,top:R,width:h,height:g,value:T}=d,f=(u||l.left)*i,m=(R||l.top)*i+c.coordinate.leftTop[1];this._drawImage(t,f,m,h*i,g*i,T)}}}}}class PT{draw;options;data;pageContainer;isDrawing=!1;startStroke=null;constructor(t,e){this.draw=t,this.options=t.getOptions(),this.data=e||[],this.pageContainer=t.getPageContainer(),this.register()}register(){this.pageContainer.addEventListener("mousedown",this.start.bind(this)),this.pageContainer.addEventListener("mouseup",this.stop.bind(this)),this.pageContainer.addEventListener("mouseleave",this.stop.bind(this)),this.pageContainer.addEventListener("mousemove",this.drawing.bind(this))}start(t){if(!this.draw.isGraffitiMode())return;this.isDrawing=!0;const{scale:e}=this.options;this.startStroke={lineColor:this.options.graffiti.defaultLineColor,lineWidth:this.options.graffiti.defaultLineWidth,points:[t.offsetX/e,t.offsetY/e]}}stop(){this.isDrawing=!1}drawing(t){if(!this.isDrawing||!this.draw.isGraffitiMode())return;const{offsetX:e,offsetY:n}=t,i=2;if(this.startStroke&&Math.abs(this.startStroke.points[0]-e)<i&&Math.abs(this.startStroke.points[1]-n)<i)return;const l=this.draw.getPageNo();let r=this.data.find(d=>d.pageNo===l);if(this.startStroke&&(r||(r={pageNo:l,strokes:[]},this.data.push(r)),r.strokes.push(this.startStroke),this.startStroke=null),!r?.strokes?.length)return;const{scale:a}=this.options;r.strokes[r.strokes.length-1].points.push(e/a,n/a),this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1})}getValue(){return this.data}compute(){const t=this.draw.getPageRowList().length;for(let e=this.data.length-1;e>=0;e--)this.data[e].pageNo>t-1&&this.data.splice(e,1)}clear(){this.data=[]}render(t,e){const n=this.data.find(a=>a.pageNo===e)?.strokes;if(!n?.length)return;const{graffiti:{defaultLineColor:i,defaultLineWidth:l},scale:r}=this.options;t.save();for(let a=0;a<n.length;a++){const c=n[a];t.beginPath(),t.strokeStyle=c.lineColor||i,t.lineWidth=(c.lineWidth||l)*r,t.moveTo(c.points[0]*r,c.points[1]*r);for(let d=2;d<c.points.length;d+=2)t.lineTo(c.points[d]*r,c.points[d+1]*r);t.stroke()}t.restore()}}const Ol=1024,ET=['[aria-modal="true"]','[role="dialog"]','[data-overlay-active="true"]',".ant-modal-root",".ant-modal-wrap",".ant-modal",".ant-drawer",".ant-select-dropdown",".ant-picker-dropdown",".ant-dropdown",".ant-popover",".ant-tooltip",".ant-cascader-dropdown",".ant-mentions-dropdown"].join(", ");function Sl(o,t,e){for(let n=0;n<e.length;n+=Ol){const i=e.slice(n,n+Ol);o.splice(t+n,0,...i)}}class MT{container;pageContainer;pageList;ctxList;pageNo;renderCount;pagePixelRatio;mode;options;position;zone;elementList;listener;eventBus;override;i18n;canvasEvent;globalEvent;cursor;range;margin;background;badge;search;group;area;underline;strikeout;highlight;historyManager;previewer;imageParticle;laTexParticle;textParticle;tableParticle;tableTool;tableOperate;pageNumber;lineNumber;waterMark;placeholder;header;footer;hyperlinkParticle;labelParticle;macroParticle;dateParticle;separatorParticle;pageBreakParticle;superscriptParticle;subscriptParticle;checkboxParticle;radioParticle;menstrualHistoryParticle;fetalHeartPositionParticle;toothPositionParticle;blockParticle;listParticle;lineBreakParticle;whiteSpaceParticle;control;pageBorder;workerManager;scrollObserver;selectionObserver;imageObserver;graffiti;command;interactionPaused;overlayActiveCount;globalShortcutSuspended;LETTER_REG;WORD_LIKE_REG;rowList;pageRowList;painterStyle;painterOptions;visiblePageNoList;intersectionPageNo;lazyRenderIntersectionObserver;printModeData;readonlyModeData;splitTdValueMap=new Map;tdMap=new Map;constructor(t,e,n,i,l,r){this.container=this._wrapContainer(t),this.pageList=[],this.ctxList=[],this.pageNo=0,this.renderCount=0,this.pagePixelRatio=null,this.mode=e.mode,this.options=e,this.elementList=n.main,this.listener=i,this.eventBus=l,this.override=r,this._formatContainer(),this.pageContainer=this._createPageContainer(),this._createPage(0),this.i18n=new rT(e.locale),this.historyManager=new cd(this),this.position=new dd(this),this.zone=new cT(this),this.range=new ud(this),this.margin=new gd(this),this.background=new Rd(this),this.badge=new LT(this),this.search=new Td(this),this.group=new RT(this),this.area=new IT(this),this.underline=new md(this),this.strikeout=new fd(this),this.highlight=new hd(this),this.previewer=new eT(this),this.imageParticle=new Fs(this),this.laTexParticle=new Ds(this),this.textParticle=new pd(this),this.tableParticle=new Ld(this),this.tableTool=new Pd(this),this.tableOperate=new CT(this),this.pageNumber=new Un(this),this.lineNumber=new TT(this),this.waterMark=new bd(this),this.placeholder=new Ml(this),this.header=new Sd(this,n.header),this.footer=new dT(this,n.footer),this.hyperlinkParticle=new Ed(this),this.labelParticle=new Md(this),this.macroParticle=new Od(this),this.dateParticle=new nT(this),this.separatorParticle=new Fd(this),this.pageBreakParticle=new yd(this),this.superscriptParticle=new Xd,this.subscriptParticle=new Nd,this.checkboxParticle=new kg(this),this.radioParticle=new Gg(this),this.menstrualHistoryParticle=new xg(this),this.fetalHeartPositionParticle=new Bg(this),this.toothPositionParticle=new Jg(this),this.blockParticle=new iT(this),this.listParticle=new uT(this),this.lineBreakParticle=new ho(this),this.whiteSpaceParticle=new hT(this),this.control=new vg(this),this.pageBorder=new fT(this),this.graffiti=new PT(this,n.graffiti),this.scrollObserver=new Cd(this),this.selectionObserver=new Id(this),this.imageObserver=new lT,new gT(this),this.canvasEvent=new ld(this),this.cursor=new Oc(this,this.canvasEvent),this.canvasEvent.register(),this.globalEvent=new ad(this,this.canvasEvent),this.globalEvent.register(),this.workerManager=new tT(this),new pT(this);const{letterClass:a}=e;this.LETTER_REG=new RegExp(`[${a.join("")}]`),this.WORD_LIKE_REG=new RegExp(`${a.map(c=>`[^${c}][${c}]`).join("|")}`),this.rowList=[],this.pageRowList=[],this.painterStyle=null,this.painterOptions=null,this.visiblePageNoList=[],this.intersectionPageNo=0,this.lazyRenderIntersectionObserver=null,this.printModeData=null,this.readonlyModeData=null,this.interactionPaused=!1,this.overlayActiveCount=0,this.globalShortcutSuspended=!1,this.isPrintLikeMode()&&this.setPrintData(),this.mode===s.EditorMode.READONLY&&this.setReadonlyData(),this.mode,s.EditorMode.FORM,this.render({isInit:!0,isSetCursor:!1,isFirstRender:!0})}setPrintData(){this.printModeData||(this.printModeData=ht({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=ht(this.printModeData);["header","main","footer"].forEach(l=>{t[l]=this.control.filterAssistElement(t[l])});const n=t,i=this.removeStrikeout(n);t.main=i.main.filter(l=>!l.strikeout),this.setEditorData(i)}removeStrikeout(t){if(Array.isArray(t))return t.map(e=>this.removeStrikeout(e)).filter(e=>!(e&&typeof e=="object"&&"strikeout"in e&&e.strikeout===!0));if(t&&typeof t=="object"){const e={};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=this.removeStrikeout(t[n]));return e}return t}clearPrintData(){this.printModeData&&(this.setEditorData(ht(this.printModeData)),this.printModeData=null)}setReadonlyData(){this.readonlyModeData||(this.readonlyModeData=ht({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=ht(this.readonlyModeData);["header","main","footer"].forEach(n=>{const i=Yt(t[n],{editorOptions:this.options});t[n]=Fn(i),jt(t[n],{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData(t)}clearReadonlyData(){if(this.readonlyModeData){const t=ht(this.readonlyModeData);this.readonlyModeData=null,this.setEditorData(t)}}getLetterReg(){return this.LETTER_REG}getMode(){return this.mode}isPrintLikeMode(t=this.mode){return t===s.EditorMode.PRINT||t===s.EditorMode.COMPARE}isContentReadonly(){if(this.mode===s.EditorMode.COMPARE)return!0;if(this.area.getActiveAreaInfo()?.area?.mode)return this.area.isReadonly();switch(this.mode){case s.EditorMode.DESIGN:return!1;case s.EditorMode.READONLY:case s.EditorMode.PRINT:case s.EditorMode.GRAFFITI:return!0;case s.EditorMode.FORM:if(this.control.getIsRangeWithinControl()){const t=this.getElementList(),{startIndex:e}=this.range.getRange(),n=t[e];if(n?.control?.type===s.ControlType.TEXTFIELD){const i=n.controlId;if(i){for(let l=0;l<t.length;l++)if(t[l].originControlId===i&&t[l].controlId!==i)return!1}return!0}}return!this.control.getIsRangeWithinControl();default:return!1}}isSelectionDisabled(){return this.mode===s.EditorMode.COMPARE?!1:this.area.getActiveAreaInfo()?.area?.mode?this.area.isReadonly():this.mode===s.EditorMode.READONLY||this.mode===s.EditorMode.PRINT||this.mode===s.EditorMode.GRAFFITI}setMode(t){if(this.mode===t)return;const e=this.mode;this.macroParticle.clearInlineEditor({isSubmitHistory:!1}),this.mode=t,this.options.mode=t;const n=this.isPrintLikeMode(t);this.isPrintLikeMode(e)&&this.clearPrintData(),e===s.EditorMode.READONLY&&t!==s.EditorMode.READONLY&&this.clearReadonlyData(),n&&!this.printModeData&&(this.printModeData=ht({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const i=new Map,l=a=>{a.forEach(c=>{c.controlId&&(c.controlComponent==="value"&&i.set(c.controlId,!0),c.checked&&i.set(c.controlId,!0))})};l(this.elementList),this.elementList.forEach(a=>{a.type==="table"&&a.trList?.forEach(c=>{c.tdList?.forEach(d=>{l(d.value)})})});const r=a=>{a.forEach(c=>{if(!(!c.control&&!c.controlId)&&(c.controlComponent==="value"&&c.strikeout&&(n?c.hide=!0:c.hide=!1),!!c.control&&!(c.type!=="control"&&c.control.type!=="button"))){if(c.control.type==="TextField"&&(c.controlComponent==="placeholder"||c.controlComponent==="preTextFix"||c.controlComponent==="preTextFixText"||c.controlComponent==="postTextFix"||c.controlComponent==="postTextFixText"||c.controlComponent==="textFixLabel")&&(t===s.EditorMode.EDIT?c.hide=!1:c.hide=!0),c.control.type==="text"&&(c.controlComponent==="placeholder"||c.controlComponent==="prefix"||c.controlComponent==="postfix")&&(t===s.EditorMode.EDIT||t===s.EditorMode.FORM?c.hide=!1:c.hide=!0),c.control.type==="number"||c.control.type==="select"||c.control.type==="date"||c.control.type==="checkbox"||c.control.type==="radio"){if(c.controlComponent==="placeholder"||c.controlComponent==="prefix"||c.controlComponent==="postfix"){const u=i.get(c.controlId);c.control.type==="select"&&n||n&&!u?c.hide=!0:c.hide=!1}c.control.type==="number"&&c.controlComponent==="value"&&(n&&c.strikeout?c.hide=!0:!n&&c.strikeout&&(c.hide=!1))}c.control.type==="button"&&(c.hide=!1,c.control.hide=!1),c.control.type==="menstrualHistory"&&(c.controlComponent==="prefix"||c.controlComponent==="postfix")&&(n?c.hide=!0:c.hide=!1)}})};r(this.elementList),this.elementList.forEach(a=>{a.type==="table"&&a.trList.forEach(c=>{c.tdList.forEach(d=>{r(d.value)})})}),t===s.EditorMode.FORM?(this.elementList.filter(a=>a.type==="control").map(a=>{a.control?.type==="button"&&a.control.buttonText&&(a.color="#1677FF",a.highlight="transparent")}),this.hideTextFieldWhitespace(this.elementList,!0),this.updateTextFieldPlaceholderVisibility(this.elementList,!0,!1)):t===s.EditorMode.EDIT?(this.hideTextFieldWhitespace(this.elementList,!1),this.updateTextFieldPlaceholderVisibility(this.elementList,!0,!1)):(this.hideTextFieldWhitespace(this.elementList,!1),this.updateTextFieldPlaceholderVisibility(this.elementList,!1,!0)),n?(this.elementList.filter(a=>a?.control?.type==="button").map(a=>{(a?.controlComponent==="prefix"||a?.controlComponent==="postfix")&&(a.color="transparent",a.highlight="transparent"),a?.controlComponent==="value"&&!a.control.buttonText&&(a.color="transparent",a.highlight="transparent")}),this.setPrintData()):(this.clearPrintData(),this.elementList.filter(a=>a?.control?.type==="button").map(a=>{(a?.controlComponent==="prefix"||a?.controlComponent==="postfix")&&!a.control.buttonText&&a.type==="control"&&(a.color="transparent",a.highlight="#1677FF"),a?.controlComponent==="value"&&!a.control.buttonText&&(a.color="#fff",a.highlight="#1677FF"),a?.type==="text"&&a.control.buttonText&&(a.color="#000"),a?.type==="control"&&a?.controlComponent==="value"&&a.control.buttonText&&(a.color="#000",a.highlight="transparent")})),t===s.EditorMode.READONLY&&this.setReadonlyData(),this.clearSideEffect(),this.control.destroyControl(),this.range.clearRange(),this.render({isSetCursor:!1,isSubmitHistory:!1})}hideTextFieldWhitespace(t,e){const n=a=>a?/^[\s\u00A0\u2000-\u200B\u3000\n\r\t]+$/.test(a):!1,i=(a,c)=>{for(let d=0;d<a.length;d++){const u=a[d];if(u.type===s.ElementType.TABLE&&u.trList)for(const R of u.trList)for(const h of R.tdList)i(h.value,c);u.originControlId&&u.controlId&&u.originControlId!==u.controlId&&c.add(u.originControlId)}},l=new Set;e&&i(t,l),(a=>{for(let c=0;c<a.length;c++){const d=a[c];if(d.type===s.ElementType.TABLE&&d.trList)for(const u of d.trList)for(const R of u.tdList)this.hideTextFieldWhitespace(R.value,e);d.control?.type===s.ControlType.TEXTFIELD&&d.controlComponent===s.ControlComponent.VALUE&&n(d.value)&&(d.controlId&&l.has(d.controlId)?d.hide=!1:d.hide=e)}})(t)}getSubTemplateRuntimeEndIndex(t,e,n){let i=e+1;for(;i<t.length&&t[i].subTemplateParentId===n;)i++;return i}syncSubTemplateExpandedState(t,e,n,i,l){let r=!1;const a=this.getSubTemplateRuntimeEndIndex(t,e,n.id);if(i&&!n.subTemplateContent?.length&&(i=!1),n.subTemplateExpanded!==i&&(n.subTemplateExpanded=i,r=!0),!!n.hide!==l&&(n.hide=l,r=!0),!i)return a>e+1&&(t.splice(e+1,a-e-1),r=!0),r;if(a===e+1){const c=ht(n.subTemplateContent||[]);jt(c,{isHandleFirstElement:!1,editorOptions:this.options});for(let d=0;d<c.length;d++)c[d].subTemplateParentId=n.id;c.length&&(t.splice(e+1,0,...c),r=!0)}return r}applySubTemplateRuntimeState(t,e){const n=i=>{let l=!1,r=0;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE){const c=!!a.subTemplateConditions?.length;if(this.mode===s.EditorMode.EDIT&&c)l=this.syncSubTemplateExpandedState(i,r,a,!0,!0)||l;else if((this.mode===s.EditorMode.FORM||this.isPrintLikeMode())&&c){const d=e?Ag(a.subTemplateConditions,e,a.subTemplateRelation):!1;l=this.syncSubTemplateExpandedState(i,r,a,d,!0)||l}else this.mode!==s.EditorMode.FORM&&!this.isPrintLikeMode()&&(l=this.syncSubTemplateExpandedState(i,r,a,!1,!1)||l)}if(a.valueList?.length&&(l=n(a.valueList)||l),a.control?.value?.length&&(l=n(a.control.value)||l),a.type===s.ElementType.TABLE&&a.trList?.length)for(let c=0;c<a.trList.length;c++){const d=a.trList[c];for(let u=0;u<d.tdList.length;u++)l=n(d.tdList[u].value)||l}r++}return l};return n(t)}updateTextFieldPlaceholderVisibility(t,e,n){const i=[s.ControlType.TEXT,s.ControlType.TEXTFIELD,s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.CHECKBOX,s.ControlType.RADIO,s.ControlType.NUMBER];(r=>{let a=0;for(;a<r.length;){const c=r[a];if(c.type===s.ElementType.TABLE&&c.trList)for(const d of c.trList)for(const u of d.tdList)this.updateTextFieldPlaceholderVisibility(u.value,e,n);if(c.control?.type&&i.includes(c.control.type)&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PRE_TEXT)){const d=c.controlId,u=c.control.type;let R=!1,h=!1,g=!1;const T=[],f=[],m=[];let C=-1,I=a;for(;I<r.length;){const p=r[I];if(p.controlId!==d){const L=p.controlId;let M=u===s.ControlType.TEXT,O=I;if(M)for(;O<r.length&&r[O].controlId===L;)O++;else for(;O<r.length;){const b=r[O];if(b.controlId!==L)break;b.controlComponent===s.ControlComponent.VALUE&&(b.value&&b.value.trim()||b.type===s.ElementType.MENSTRUAL_HISTORY||b.type===s.ElementType.FETAL_HEART_POSITION||b.type===s.ElementType.TOOTH_POSITION||b.type===s.ElementType.MACRO||b.type===s.ElementType.CUSTOM_MACRO)&&(M=!0),O++}M&&(h=!0),I=O;continue}if((p.controlComponent===s.ControlComponent.PREFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX||p.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&f.push(I),p.controlComponent===s.ControlComponent.VALUE&&p.value&&p.value.trim()&&(R=!0),p.controlComponent===s.ControlComponent.VALUE&&(p.type===s.ElementType.MENSTRUAL_HISTORY||p.type===s.ElementType.FETAL_HEART_POSITION||p.type===s.ElementType.TOOTH_POSITION||p.type===s.ElementType.MACRO||p.type===s.ElementType.CUSTOM_MACRO)&&(R=!0),p.controlComponent===s.ControlComponent.VALUE&&p.control&&p.control.type!==u&&(h=!0),p.controlComponent===s.ControlComponent.PLACEHOLDER&&(g=!0,T.push(I)),p.controlComponent===s.ControlComponent.POSTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX||p.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){m.push(I),C=I;break}I++}if(R||h){if(g&&T.length>0)for(const p of T)r[p].hide=!0}else if(g&&T.length>0)for(const p of T)r[p].hide=!e;else e&&c.control?.placeholder&&(C>0?this.control.addPlaceholder(C-1):this.control.addPlaceholder(a));if(n)if(e&&(R||h)){for(const p of f)r[p].hide=!0;for(const p of m)r[p].hide=!0}else if(e){for(const p of f)r[p].hide=!1;for(const p of m)r[p].hide=!1}else{for(const p of f)r[p].hide=!0;for(const p of m)r[p].hide=!0}else{for(const p of f)r[p].hide=!1;for(const p of m)r[p].hide=!1}a=I}a++}})(t)}isReadonly(){return this.isContentReadonly()}isDisabled(){if(this.mode===s.EditorMode.DESIGN)return!1;const{startIndex:t,endIndex:e}=this.range.getRange(),n=this.getElementList();if(this.getTd()?.disabled)return!0;if(t===e){const l=n[t],r=n[t+1];return!!(l?.title?.disabled&&r?.title?.disabled&&l.titleId===r.titleId||l?.control?.disabled&&r?.control?.disabled&&l.controlId===r.controlId)}return n.slice(t+1,e+1).some(l=>l.title?.disabled||l.control?.disabled)}isDesignMode(){return this.mode===s.EditorMode.DESIGN}isPrintMode(){return this.mode===s.EditorMode.PRINT}isGraffitiMode(){return this.mode===s.EditorMode.GRAFFITI}getOriginalWidth(){const{paperDirection:t,width:e,height:n}=this.options;return t===s.PaperDirection.VERTICAL?e:n}getOriginalHeight(){const{paperDirection:t,width:e,height:n}=this.options;return t===s.PaperDirection.VERTICAL?n:e}getWidth(){return Math.floor(this.getOriginalWidth()*this.options.scale)}getHeight(){return Math.floor(this.getOriginalHeight()*this.options.scale)}getMainHeight(){return this.getHeight()-this.getMainOuterHeight()}getMainOuterHeight(){const t=this.getMargins(),e=this.header.getExtraHeight(),n=this.footer.getExtraHeight();return t[0]+t[2]+e+n}getCanvasWidth(t=-1){return this.getPage(t).width}getCanvasHeight(t=-1){return this.getPage(t).height}getInnerWidth(){const t=this.getWidth(),e=this.getMargins();return t-e[1]-e[3]}getOriginalInnerWidth(){const t=this.getOriginalWidth(),e=this.getOriginalMargins();return t-e[1]-e[3]}getContextInnerWidth(){const t=this.position.getPositionContext();if(t.isTable){const{index:e,trIndex:n,tdIndex:i}=t,r=this.getOriginalElementList()[e],a=r.trList[n].tdList[i],c=this.getTdPadding(r);return a.width-c[1]-c[3]}return this.getOriginalInnerWidth()}getMargins(){return this.getOriginalMargins().map(t=>t*this.options.scale)}getOriginalMargins(){const{margins:t,paperDirection:e}=this.options;return e===s.PaperDirection.VERTICAL?t:[t[1],t[2],t[3],t[0]]}getPageGap(){return this.options.pageGap*this.options.scale}getOriginalPageGap(){return this.options.pageGap}getPageNumberBottom(){const{pageNumber:{bottom:t},scale:e}=this.options;return t*e}getMarginIndicatorSize(){return this.options.marginIndicatorSize*this.options.scale}getDefaultBasicRowMarginHeight(){return this.options.defaultBasicRowMarginHeight*this.options.scale}getHighlightMarginHeight(){return this.options.highlightMarginHeight*this.options.scale}getTdPadding(t){const{table:{tdPadding:e},scale:n}=this.options;return(t?.tdPadding||e).map(l=>l*n)}getContainer(){return this.container}getPageContainer(){return this.pageContainer}getEventTarget(t){return t instanceof Element?t:t instanceof Node?t.parentElement:null}isTargetInsideEditor(t){const e=this.getEventTarget(t);return e?this.container.contains(e)?!0:!!Ls(e,n=>!!n&&n.nodeType===1&&!!n.getAttribute(Ue)):!1}isTargetInsideExternalOverlay(t){const e=this.getEventTarget(t);return!e||this.isTargetInsideEditor(e)?!1:!!e.closest(ET)}pauseInteraction(){this.interactionPaused=!0,this.cursor?.getAgentDom().blur(),this.globalEvent?.resetSideEffect()}resumeInteraction(){this.interactionPaused=!1}setOverlayActive(t){this.overlayActiveCount=t?1:0,t&&(this.cursor?.getAgentDom().blur(),this.globalEvent?.resetSideEffect())}suspendGlobalShortcut(t){this.globalShortcutSuspended=t}isInteractionSuspended(){return this.interactionPaused||this.overlayActiveCount>0}isGlobalShortcutActive(){return!this.globalShortcutSuspended&&!this.isInteractionSuspended()}getVisiblePageNoList(){return this.visiblePageNoList}setVisiblePageNoList(t){this.visiblePageNoList=t,this.listener.visiblePageNoListChange&&this.listener.visiblePageNoListChange(this.visiblePageNoList),this.eventBus.isSubscribe("visiblePageNoListChange")&&this.eventBus.emit("visiblePageNoListChange",this.visiblePageNoList)}getIntersectionPageNo(){return this.intersectionPageNo}setIntersectionPageNo(t){this.intersectionPageNo=t,this.listener.intersectionPageNoChange&&this.listener.intersectionPageNoChange(this.intersectionPageNo),this.eventBus.isSubscribe("intersectionPageNoChange")&&this.eventBus.emit("intersectionPageNoChange",this.intersectionPageNo)}getPageNo(){return this.pageNo}setPageNo(t){this.pageNo=t}getRenderCount(){return this.renderCount}getPage(t=-1){return this.pageList[~t?t:this.pageNo]}getPageList(){return this.pageList}getPageCount(){return this.pageList.length}getTableRowList(t){const e=this.position.getPositionContext(),{index:n,trIndex:i,tdIndex:l}=e;return t[n].trList[i].tdList[l].rowList}getOriginalRowList(){const t=this.getZone();return t.isHeaderActive()?this.header.getRowList():t.isFooterActive()?this.footer.getRowList():this.rowList}getRowList(){return this.position.getPositionContext().isTable?this.getTableRowList(this.getOriginalElementList()):this.getOriginalRowList()}getPageRowList(){return this.pageRowList}getCtx(){return this.ctxList[this.pageNo]}getOptions(){return this.options}getSearch(){return this.search}getGroup(){return this.group}getArea(){return this.area}getBadge(){return this.badge}getHistoryManager(){return this.historyManager}getPosition(){return this.position}getZone(){return this.zone}getRange(){return this.range}getLineBreakParticle(){return this.lineBreakParticle}getTextParticle(){return this.textParticle}getHeaderElementList(){return this.header.getElementList()}getTableElementList(t){const e=this.position.getPositionContext(),{index:n,trIndex:i,tdIndex:l}=e;return t[n]?.trList?.[i].tdList[l].value||[]}getElementList(){const t=this.position.getPositionContext(),e=this.getOriginalElementList();return t.isTable?this.getTableElementList(e):e}getMainElementList(){return this.position.getPositionContext().isTable?this.getTableElementList(this.elementList):this.elementList}getOriginalElementList(){const t=this.getZone();return t.isHeaderActive()?this.getHeaderElementList():t.isFooterActive()?this.getFooterElementList():this.elementList}getOriginalMainElementList(){return this.elementList}getFooterElementList(){return this.footer.getElementList()}getTd(){const t=this.position.getPositionContext(),{index:e,trIndex:n,tdIndex:i,isTable:l}=t;return l?this.getOriginalElementList()[e].trList[n].tdList[i]:null}getTdByPosition(t){const{index:e,trIndex:n,tdIndex:i,isTable:l}=t;return l?this.getOriginalElementList()[e].trList[n].tdList[i]:null}insertElementTextField(t,e={}){if(!t.length||!this.range.getIsCanInput())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.getElementList(),{isSubmitHistory:r=!0}=e;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let a=-1,c=this.control.getActiveControl();if(!c&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),c=this.control.getActiveControl()),c&&this.control.getIsRangeWithinControl()){const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length}else{const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length;const R=l[u-1];t[0].listId&&R&&!R.listId&&R?.value===H&&(!R.type||R.type===s.ElementType.TEXTFIELD)&&(l.splice(n,1),a-=1)}this.control.destroyControl(),~a&&(this.range.setRange(a,a),this.render({curIndex:a,isSubmitHistory:r}))}insertElementList(t,e={}){if(!t.length||!this.range.getIsCanInput())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{isSubmitHistory:l=!0}=e;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let r=-1,a=this.control.getActiveControl();if(!a&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),a=this.control.getActiveControl()),a&&this.control.getIsRangeWithinControl()){const c=this.getElementList(),d=n===i,u=n+1,R=c[n],h=c[u],g=O=>!!(O&&(O.controlComponent===s.ControlComponent.POSTFIX||O.controlComponent===s.ControlComponent.POST_TEXT||O.controlComponent===s.ControlComponent.POSTTEXTFIX||O.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),T=O=>!!(O&&(O.controlComponent===s.ControlComponent.PREFIX||O.controlComponent===s.ControlComponent.PRE_TEXT||O.controlComponent===s.ControlComponent.PRETEXTFIX||O.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),f=O=>{if(O)return c.find(b=>b.controlId===O&&!b.originControlId&&!!b.control?.type)},m=R?.originControlId&&h?.originControlId===R.originControlId&&R.controlId&&h.controlId&&R.controlId!==h.controlId&&g(R)&&T(h)?f(R.originControlId):void 0,C=m?.control?.type===s.ControlType.TEXTFIELD,I=!!(R?.originControlId&&g(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&g(h)),p=!!(R?.originControlId&&g(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&h.controlComponent===s.ControlComponent.VALUE);if(R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT||R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.POSTFIX)for(let O=0;O<t.length;O++)t[O].control||(t[O].color=this.options.defaultColor);d&&!I&&!p&&(c[n]?.control?.type===s.ControlType.TEXTFIELD||c[n]?.control?.type===s.ControlType.TEXT)&&this.control.removePlaceholder(n),d||this.newSpliceElementList(c,u,i-n);const M=I||p||C?R.originControlId:c[n]?.controlId||c[n-1]?.controlId||c[n+1]?.controlId;for(let O=0;O<t.length;O++){if((I||p||C)&&!t[O].control&&(t[O].controlId=M,t[O].control=C?m?.control:h.control,t[O].controlComponent=s.ControlComponent.VALUE,delete t[O].originControlId),t[O]?.control?.type=="button"&&!t[O]?.control?.buttonText&&(t[O]?.controlComponent==="prefix"||t[O]?.controlComponent==="postfix"?(t[O].color="transparent",t[O].highlight="#1677FF"):(t[O].color="#fff",t[O].highlight="#1677FF")),t[O]?.type===s.ElementType.MENSTRUAL_HISTORY||t[O]?.type===s.ElementType.FETAL_HEART_POSITION||t[O]?.type===s.ElementType.TOOTH_POSITION||t[O]?.type===s.ElementType.MACRO||t[O]?.type===s.ElementType.CUSTOM_MACRO||t[O]?.type===s.ElementType.REUSABLE_ITEM||t[O]?.type===s.ElementType.SUB_TEMPLATE||t[O]?.type===s.ElementType.SPECIAL_SYMBOLS){t[O].controlComponent=s.ControlComponent.VALUE;let b=c[n]?.controlId;b||(b=c[n-1]?.controlId),b||(b=c[n+1]?.controlId),!t[O].controlId&&b&&(t[O].controlId=b)}M&&t[O]?.control&&t[O].controlId&&t[O].controlId!==M&&(t[O].originControlId=M)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{const c=this.getElementList(),d=n===i,u=n+1;if(c[u]?.control?.type=="TextField"||c[n]?.control?.type=="TextField"){d||this.newSpliceElementList(c,u,i-n);for(let R=0;R<t.length;R++)if(t[R]?.type===s.ElementType.MENSTRUAL_HISTORY||t[R]?.type===s.ElementType.FETAL_HEART_POSITION||t[R]?.type===s.ElementType.TOOTH_POSITION||t[R]?.type===s.ElementType.MACRO||t[R]?.type===s.ElementType.CUSTOM_MACRO||t[R]?.type===s.ElementType.REUSABLE_ITEM||t[R]?.type===s.ElementType.SUB_TEMPLATE||t[R]?.type===s.ElementType.SPECIAL_SYMBOLS){t[R].controlComponent=s.ControlComponent.VALUE;const h=c[n]?.controlId||c[u]?.controlId;!t[R].controlId&&h&&(t[R].controlId=h)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{d||this.spliceElementList(c,u,i-n);for(let h=0;h<t.length;h++)t[h]?.control?.type=="button"&&!t[h]?.control?.buttonText&&(t[h]?.controlComponent==="prefix"||t[h]?.controlComponent==="postfix"?(t[h].color="transparent",t[h].highlight="#1677FF"):(t[h].color="#fff",t[h].highlight="#1677FF"));this.spliceElementList(c,u,0,t),r=n+t.length;const R=c[u-1];t[0].listId&&R&&!R.listId&&R?.value===H&&(!R.type||R.type===s.ElementType.TEXT)&&(c.splice(n,1),r-=1)}}~r&&(this.range.setRange(r,r),this.render({curIndex:r,isSubmitHistory:l}))}appendElementList(t,e={}){if(!t.length)return;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let n;const{isPrepend:i,isSubmitHistory:l=!0}=e;i?(this.elementList.splice(1,0,...t),n=t.length):(this.elementList.push(...t),n=this.elementList.length-1),this.range.setRange(n,n),this.render({curIndex:n,isSubmitHistory:l})}spliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const d=e+n,R=t[d]?.listId;if(R&&t[e-1]?.listId!==R){let h=d;for(;h<t.length;){const g=t[h];if(g.listId!==R||g.value===H)break;delete g.listId,delete g.listType,delete g.listStyle,h++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const h=this.getTd()?.deletable;let g=d-1;for(;g>=e;){const T=t[g];(ae(T)||h!==!1&&T?.control?.deletable!==!1&&(!T.controlId||this.mode!==s.EditorMode.FORM||!c[this.mode].controlDeletableDisabled)&&T?.title?.deletable!==!1&&(a.deletable!==!1||!T.groupIds?.length)&&(T?.area?.deletable!==!1||T?.areaIndex!==0))&&t.splice(g,1),g--}}else t.splice(e,n)}if(i?.length){let d=t[e];for(let u=0;u<i.length;u++)!i[u].controlComponent&&d?.controlComponent&&(i[u].controlId=d.controlId,i[u].control=d.control,i[u].controlComponent=d.controlComponent),d=i[u];Sl(t,e,i)}}newSpliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const u=e+n,h=t[u]?.listId;if(h&&t[e-1]?.listId!==h){let g=u;for(;g<t.length;){const T=t[g];if(T.listId!==h||T.value===H)break;delete T.listId,delete T.listType,delete T.listStyle,g++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const g=this.getTd()?.deletable;let T=u-1;for(;T>=e;){const f=t[T];(ae(f)||g!==!1&&f?.control?.deletable!==!1&&(!f.controlId||this.mode!==s.EditorMode.FORM||!c[this.mode].controlDeletableDisabled)&&f?.title?.deletable!==!1&&(a.deletable!==!1||!f.groupIds?.length)&&(f?.area?.deletable!==!1||f?.areaIndex!==0))&&t.splice(T,1),T--}}else t.splice(e,n)}const d=t[e]?.controlId;if(i?.length){for(let u=0;u<i.length;u++)d&&i[u].controlId!==d&&(i[u].originControlId=d);Sl(t,e,i)}}getCanvasEvent(){return this.canvasEvent}getGlobalEvent(){return this.globalEvent}getListener(){return this.listener}getEventBus(){return this.eventBus}getOverride(){return this.override}getCursor(){return this.cursor}getPreviewer(){return this.previewer}getImageParticle(){return this.imageParticle}getTableTool(){return this.tableTool}getTableOperate(){return this.tableOperate}getTableParticle(){return this.tableParticle}getHeader(){return this.header}getFooter(){return this.footer}getHyperlinkParticle(){return this.hyperlinkParticle}getMacroParticle(){return this.macroParticle}getDateParticle(){return this.dateParticle}getListParticle(){return this.listParticle}getCheckboxParticle(){return this.checkboxParticle}getRadioParticle(){return this.radioParticle}getMenstrualHistoryParticle(){return this.menstrualHistoryParticle}getFetalHeartPositionParticle(){return this.fetalHeartPositionParticle}getToothPositionParticle(){return this.toothPositionParticle}getControl(){return this.control}getWorkerManager(){return this.workerManager}getImageObserver(){return this.imageObserver}getI18n(){return this.i18n}getGraffiti(){return this.graffiti}setCommand(t){this.command=t}getCommand(){return this.command}getRowCount(){return this.getRowList().length}async getDataURL(t={}){const{pixelRatio:e,mode:n}=t;e&&this.setPagePixelRatio(e);const i=this.mode,l=!!n&&i!==n;l&&this.setMode(n),this.render({isLazy:!1,isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}),await this.imageObserver.allSettled();const r=this.pageList.map(a=>a.toDataURL());return e&&this.setPagePixelRatio(null),l&&this.setMode(i),r}getPainterStyle(){return this.painterStyle&&Object.keys(this.painterStyle).length?this.painterStyle:null}getPainterOptions(){return this.painterOptions}setPainterStyle(t,e){this.painterStyle=t,this.painterOptions=e||null,this.getPainterStyle()&&this.pageList.forEach(n=>n.style.cursor="copy")}setDefaultRange(){this.elementList.length&&setTimeout(()=>{const t=this.elementList.length-1;this.range.setRange(t,t),this.range.setRangeStyle()})}getIsPagingMode(){return this.options.pageMode===s.PageMode.PAGING}setPageMode(t){if(!t||this.options.pageMode===t)return;if(this.options.pageMode=t,t===s.PageMode.PAGING){const{height:i}=this.options,l=this.getPagePixelRatio(),r=this.pageList[0];r.style.height=`${i}px`,r.height=i*l,this._initPageContext(this.ctxList[0])}else this._disconnectLazyRender(),this.header.recovery(),this.footer.recovery(),this.zone.setZone(s.EditorZone.MAIN);const{startIndex:e}=this.range.getRange(),n=this.range.getIsCollapsed();this.render({isSetCursor:!0,curIndex:e,isSubmitHistory:!1}),n||this.cursor.drawCursor({isShow:!1}),setTimeout(()=>{this.listener.pageModeChange&&this.listener.pageModeChange(t),this.eventBus.isSubscribe("pageModeChange")&&this.eventBus.emit("pageModeChange",t)})}setPageScale(t){const e=this.getPagePixelRatio();this.options.scale=t;const n=this.getWidth(),i=this.getHeight();this.container.style.width=`${n}px`,this.pageList.forEach((r,a)=>{r.width=n*e,r.height=i*e,r.style.width=`${n}px`,r.style.height=`${i}px`,r.style.marginBottom=`${this.getPageGap()}px`,this._initPageContext(this.ctxList[a])});const l=this.position.getCursorPosition();this.render({isSubmitHistory:!1,isSetCursor:!!l,curIndex:l?.index}),this.listener.pageScaleChange&&this.listener.pageScaleChange(t),this.eventBus.isSubscribe("pageScaleChange")&&this.eventBus.emit("pageScaleChange",t)}getPagePixelRatio(){return this.pagePixelRatio||window.devicePixelRatio}setPagePixelRatio(t){!this.pagePixelRatio&&t===window.devicePixelRatio||t===this.pagePixelRatio||(this.pagePixelRatio=t,this.setPageDevicePixel())}setPageDevicePixel(){const t=this.getPagePixelRatio(),e=this.getWidth(),n=this.getHeight();this.pageList.forEach((i,l)=>{i.width=e*t,i.height=n*t,this._initPageContext(this.ctxList[l])}),this.render({isSubmitHistory:!1,isSetCursor:!1})}setPaperSize(t,e){this.options.width=t,this.options.height=e;const n=this.getPagePixelRatio(),i=this.getWidth(),l=this.getHeight();this.container.style.width=`${i}px`,this.pageList.forEach((r,a)=>{r.width=i*n,r.height=l*n,r.style.width=`${i}px`,r.style.height=`${l}px`,this._initPageContext(this.ctxList[a])}),this.render({isSubmitHistory:!1,isSetCursor:!1})}setPaperDirection(t){const e=this.getPagePixelRatio();this.options.paperDirection=t;const n=this.getWidth(),i=this.getHeight();this.container.style.width=`${n}px`,this.pageList.forEach((l,r)=>{l.width=n*e,l.height=i*e,l.style.width=`${n}px`,l.style.height=`${i}px`,this._initPageContext(this.ctxList[r])}),this.render({isSubmitHistory:!1,isSetCursor:!1})}setPaperMargin(t){this.options.margins=t,this.render({isSubmitHistory:!1,isSetCursor:!1})}getOriginValue(t={}){const{pageNo:e}=t,n=this.readonlyModeData;let i=n?.main||this.elementList;return Number.isInteger(e)&&e>=0&&e<this.pageRowList.length&&(i=this.pageRowList[e].flatMap(r=>r.elementList)),{header:n?.header||this.getHeaderElementList(),main:i,footer:n?.footer||this.getFooterElementList(),graffiti:this.graffiti.getValue()}}getValue(t={}){const e=this.getOriginValue(t);console.log(this.elementList,"所有元素");const{extraPickAttrs:n}=t,i={header:Yt(e.header,{extraPickAttrs:n,editorOptions:this.options}),main:Yt(e.main,{extraPickAttrs:n,isClassifyArea:!0,editorOptions:this.options}),footer:Yt(e.footer,{extraPickAttrs:n,editorOptions:this.options}),graffiti:e.graffiti};return{version:Tn,data:i,options:ht(this.options)}}setValue(t,e){const{header:n,main:i,footer:l}=ht(t);if(!n&&!i&&!l)return;const{isSetCursor:r=!1}=e||{};[n,i,l].forEach(d=>{d&&jt(d,{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData({header:n,main:i,footer:l}),this.mode===s.EditorMode.READONLY?(this.readonlyModeData=null,this.setReadonlyData()):this.isPrintLikeMode()&&(this.printModeData=null,this.setPrintData()),this.historyManager.recovery();const c=r?i?.length?i.length-1:0:void 0;c!==void 0&&this.range.setRange(c,c),this.render({curIndex:c,isSetCursor:r,isFirstRender:!0})}setEditorData(t){const{header:e,main:n,footer:i}=t;e&&this.header.setElementList(e),n&&(this.elementList=n),i&&this.footer.setElementList(i)}_wrapContainer(t){const e=document.createElement("div");return t.append(e),e}_formatContainer(){this.container.style.position="relative",this.container.style.width=`${this.getWidth()}px`,this.container.setAttribute(Ue,s.EditorComponent.MAIN)}_createPageContainer(){const t=document.createElement("div");return t.classList.add(`${tt}-page-container`),this.container.append(t),t}_createPage(t){const e=this.getWidth(),n=this.getHeight(),i=document.createElement("canvas");i.style.width=`${e}px`,i.style.height=`${n}px`,i.style.display="block",i.style.backgroundColor="#ffffff",i.style.marginBottom=`${this.getPageGap()}px`,i.setAttribute("data-index",String(t)),this.pageContainer.append(i);const l=this.getPagePixelRatio();i.width=e*l,i.height=n*l,i.style.cursor="text";const r=i.getContext("2d");this._initPageContext(r),this.pageList.push(i),this.ctxList.push(r)}_initPageContext(t){const e=this.getPagePixelRatio();t.scale(e,e),t.letterSpacing="0px",t.wordSpacing="0px",t.direction="ltr"}getElementFont(t,e=1){const{defaultSize:n,defaultFont:i}=this.options,l=t.font||i,r=t.actualSize||t.size||n;return`${t.italic?"italic ":""}${t.bold?"bold ":""}${r*e}px ${l}`}getElementSize(t){return t.actualSize||t.size||this.options.defaultSize}getElementRowMargin(t){const{defaultSize:e,defaultBasicRowMarginHeight:n,defaultRowMargin:i,scale:l}=this.options,r=t.size||e;let a=1;return r<12?a=r/12:r>30&&(a=1+(r-30)/30),n*a*(t.rowMargin??i)*l}computeRowList(t){const{innerWidth:e,elementList:n,isPagingMode:i=!1,isFromTable:l=!1,startX:r=0,startY:a=0,pageHeight:c=0,mainOuterHeight:d=0,surroundElementList:u=[]}=t,{defaultSize:R,scale:h,imgCaption:g,table:{tdPadding:T,defaultTrMinHeight:f},defaultTabWidth:m}=this.options,C=this.getDefaultBasicRowMarginHeight(),p=document.createElement("canvas").getContext("2d"),L=this.listParticle.computeListStyle(p,n),M=[],O=this._collectTextControlValueSet(n),b=this._collectTextControlHasContentSet(n);n.length&&M.push({width:0,height:0,ascent:0,elementList:[],startIndex:0,rowIndex:0,rowFlex:n?.[0]?.rowFlex||n?.[1]?.rowFlex});let D=r,W=a,V=0,E,y=0,F=0;for(let S=0;S<n.length;S++){const N=M[M.length-1],P=n[S];this.clearElementEffect(P);const Y=this.getElementRowMargin(P),X={width:0,height:0,boundingBoxAscent:0,boundingBoxDescent:0},U=N.offsetX||P.listId&&L.get(P.listId)||0,Q=e-U,v=N.elementList.length===1;if(D+=v?U:0,W+=v&&N.offsetY||0,(P.control?.type===s.ControlType.TEXTFIELD||P.control?.type===s.ControlType.TEXT)&&!this.isDesignMode()&&(P.controlComponent===s.ControlComponent.PRETEXTFIX||P.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||P.controlComponent===s.ControlComponent.POSTTEXTFIX||P.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||P.controlComponent===s.ControlComponent.TEXTFIXLABEL||P.controlComponent===s.ControlComponent.PLACEHOLDER||P.controlComponent===s.ControlComponent.PREFIX||P.controlComponent===s.ControlComponent.POSTFIX)){const K=P.control?.type===s.ControlType.TEXTFIELD,$=P.controlId,_=!!$&&!!O?.has($);if(K){const rt=!!$&&!!b?.has($);this.mode===s.EditorMode.EDIT?P.controlComponent===s.ControlComponent.PLACEHOLDER||P.controlComponent===s.ControlComponent.TEXTFIXLABEL?P.hide=rt:P.hide=!1:P.hide=!0}else{const rt=!!$&&!!b?.has($);this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM?P.controlComponent===s.ControlComponent.PLACEHOLDER||P.controlComponent===s.ControlComponent.TEXTFIXLABEL?P.hide=rt:P.hide=!1:P.hide=!0}}if(ae(P)&&!this.isDesignMode()){const K=N.elementList[N.elementList.length-1];X.height=K?.metrics.height||this.options.defaultSize*h,X.boundingBoxAscent=K?.metrics.boundingBoxAscent||0,X.boundingBoxDescent=K?.metrics.boundingBoxDescent||0}else if(P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)if(P.imgDisplay===s.ImageDisplay.SURROUND||P.imgDisplay===s.ImageDisplay.FLOAT_TOP||P.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)X.width=0,X.height=0,X.boundingBoxDescent=0;else{const K=P.width*h,$=P.height*h;if(K>Q){const _=$*Q/K;P.width=Q/h,P.height=_/h,X.width=Q,X.height=_,X.boundingBoxDescent=_}else X.width=K,X.height=$,X.boundingBoxDescent=$;if(P.imgCaption?.value){const _=P.imgCaption.size||g.size,rt=P.imgCaption.top??g.top,ct=(_+rt)*h;X.boundingBoxAscent+=ct}}else if(P.type===s.ElementType.TABLE){const K=P.tdPadding||T;if(P.pagingId){let nt=S+1,ut=0;for(;nt<n.length;){const ft=n[nt];if(ft.pagingId===P.pagingId){const It=ft.trList.filter(wt=>!wt.pagingRepeat).filter(wt=>(wt.tdList=wt.tdList.filter(Gt=>{if(Gt.originalId){for(let Mt=0;Mt<P.trList.length;Mt++){const _t=P.trList[Mt],$t=_t.tdList.find(({id:yt})=>yt===Gt.originalId);if($t){Gt.value[0]?.type===s.ElementType.SPLIT_TAG&&Gt.value.splice(0,1),$t.value.push(...Gt.value.map(yt=>this.updateElementTableInfo(yt,P,_t,$t))),$t.rowspan=$t.originalRowspan??$t.rowspan;break}}return!1}return!0}),!wt.originalId));P.trList.push(...It),P.height+=ft.height,nt++,ut++}else break}ut&&n.splice(S+1,ut)}P.pagingIndex=P.pagingIndex??0,this.tableParticle.computeTrHeight(P,nt=>this.computeRowList({innerWidth:(nt.width-(K[1]+K[3]))*h,elementList:nt.value,isFromTable:!0,isPagingMode:i})),P.trList?.forEach(nt=>{nt.tdList.forEach(ut=>{this.tdMap.set(ut.id,ut)})});const $=this.tableParticle.getTableHeight(P),_=this.tableParticle.getTableWidth(P);P.width=_,P.height=$;const rt=_*h,ct=$*h;if(X.width=rt,X.height=ct,X.boundingBoxDescent=ct,X.boundingBoxAscent=-Y,n[S+1]?.type===s.ElementType.TABLE&&(X.boundingBoxAscent-=Y),i){const nt=this.getHeight(),ut=this.getMainOuterHeight();let ft=ut;for(let Mt=0;Mt<M.length;Mt++){const _t=M[Mt],$t=_t.offsetY||0;_t.height+ft+$t>nt||M[Mt-1]?.isPageBreak?ft=ut+_t.height+$t:ft+=_t.height+$t}const It=Y*2,wt=P.trList[0].height*h;(ft+wt+It>nt||P.pagingIndex!==0&&P.trList[0].pagingRepeat||n[S-1]?.type===s.ElementType.PAGE_BREAK)&&(ft=ut);let Gt=nt-(ft+It);if(ct>Gt){const Mt=P.trList;let _t=0,$t=0,yt=0;for(let St=0;St<Mt.length;St++){const Pt=Mt[St],ne=Pt.height*h;if(ft+It+yt+ne>nt){const Zt=Pt;let Xt=0;const Lt={...ht(Zt),id:Tt(),originalId:Zt.originalId??Zt.id,minHeight:void 0,tdList:P.colgroup.map((at,xt)=>{if(Xt--,Xt>0)return;const B=Zt.tdList.find(it=>it.colIndex===xt),ot=B??this.tableParticle.findPreRowSpanTd(Mt,St,xt);B&&(Xt=B.colspan);const mt=Tt();return ot.originalRowspan=ot.rowspan,B?{...B,id:mt,originalId:B.originalId??B.id,linkTdPrevId:B.id,tdIndex:xt,original:ot}:{id:mt,originalId:ot.originalId??ot.id,linkTdPrevId:ot.id,tdIndex:xt,colIndex:xt,colspan:1,rowspan:1,value:[],rowList:[],original:ot}}).filter(at=>!!at)},Et=Lt.tdList,bt=Et.map(at=>at.original);bt.forEach((at,xt)=>{const B=[];let ot=Gt;if(at.rowspan>1){const it=Mt.slice(at.trIndex,at.trIndex+St-at.trIndex);ot+=it.reduce((de,kt)=>kt.height*h+de,0)}for(;at.mainHeight*h>ot&&at.rowList?.length;){const it=at.rowList.pop();at.value.splice(at.value.length-it.elementList.length),B.unshift(it),at.mainHeight-=it.height}const mt=Et[xt];mt.rowList=B,mt.value=B.map(it=>it.elementList).flat()});let pe=!0;const Ct=Zt.tdList.some(at=>at.rowList?.length),et=Lt.tdList.some(at=>at.rowList?.length),Wt=Zt.minHeight>Gt;if(et||Wt){(Ct||!et&&Wt)&&(Wt&&(Zt.originalMinHeight=Zt.minHeight,Zt.minHeight=Gt,Lt.minHeight=Math.max(Zt.originalMinHeight-Gt,f)),Lt.tdList.forEach(at=>{at.original.linkTdNextId=at.id,at.value.length&&at.value[0].value!==H&&at.value.unshift({...at.original.value.slice(-1).pop(),value:H,type:s.ElementType.SPLIT_TAG})}),Mt.splice(_t+1,0,Lt),_t+=1,$t=Mt.length-_t,pe=!1),bt.forEach(at=>{if(at.rowspan>1){const xt=at.rowspan-(St-at.trIndex);at.rowspan=St-at.trIndex+(Ct?1:0);const B=Lt.tdList.find(ot=>ot.colIndex===at.colIndex);Ct?B.rowspan=xt:(B.original.linkTdNextId=B.id,Zt.tdList.push({...at,...B,rowspan:xt}),Zt.tdList.sort((ot,mt)=>ot.colIndex-mt.colIndex),B.value=[])}}),pe&&bt.forEach((at,xt)=>{at.value.push(...Et[xt].value)});break}}_t=St+1,$t=Mt.length-_t,yt+=ne,Gt-=ne}if($t){const St=Mt.splice(_t,$t),Pt=P.pagingId||Tt();P.pagingId=Pt;const ne=ht(P);ne.originalId=P.originalId??P.id,ne.pagingId=Pt,ne.pagingIndex=P.pagingIndex+1;const Zt=Mt.filter(Et=>Et.pagingRepeat);if(Zt.length){const Et=ht(Zt);Et.forEach(bt=>bt.id=Tt()),St.unshift(...Et)}ne.trList=St,ne.id=Tt(),ne.trList?.forEach(Et=>{Et.tdList.forEach(bt=>{if(delete bt.valueStartIndex,bt.linkTdPrevId){const pe=this.getTdById(bt.linkTdPrevId);bt.valueStartIndex=pe?(pe.valueStartIndex??0)+pe.value.length:0,this.splitTdValueMap.has(bt.originalId)?this.splitTdValueMap.get(bt.originalId).push(...bt.value):pe&&this.splitTdValueMap.set(bt.originalId,[...pe.value,...bt.value])}bt.value.forEach(pe=>this.updateElementTableInfo(pe,ne,Et,bt))})}),this.spliceElementList(n,S+1,0,[ne]),this.tableParticle.computeTrHeight(P);const Xt=this.tableParticle.getTableHeight(P),Lt=Xt*h;P.height=Xt,X.height=Lt,X.boundingBoxDescent=Lt}}if(P.pagingId){const Mt=this.position.getPositionContext();if(Mt.isTable){let _t=-1,$t=-1,yt=S;for(;yt<n.length;){const St=n[yt];if(St.pagingId!==P.pagingId)break;const Pt=St.trList.findIndex(ne=>ne.id===Mt.trId);if(~Pt){_t=yt,$t=Pt;break}yt++}~_t&&(Mt.index=_t,Mt.trIndex=$t,this.position.setPositionContext(Mt))}}}this.initTableElementIndex(P,S)}else if(P.type===s.ElementType.SEPARATOR){const{separator:{lineWidth:K}}=this.options,$=P.lineWidth||K;P.width=Q/h,X.width=Q,X.height=$*h,X.boundingBoxAscent=-Y,X.boundingBoxDescent=-Y+X.height}else if(P.type===s.ElementType.PAGE_BREAK)P.width=Q/h,X.width=Q,X.height=R;else if(P.type===s.ElementType.RADIO||P.controlComponent===s.ControlComponent.RADIO){const{width:K,height:$,gap:_}=this.options.radio,rt=K+_*(P.controlComponent?1:2);P.width=rt,X.width=rt*h,X.height=$*h}else if(P.type===s.ElementType.CHECKBOX||P.controlComponent===s.ControlComponent.CHECKBOX){const{width:K,height:$,gap:_}=this.options.checkbox,rt=K+_*(P.controlComponent?1:2);P.width=rt,X.width=rt*h,X.height=$*h}else if(P.type===s.ElementType.MENSTRUAL_HISTORY){const K=this.menstrualHistoryParticle.computeSize(P);P.width=K.width/h,X.width=K.width,X.height=K.height,X.boundingBoxAscent=K.height,X.boundingBoxDescent=0}else if(P.type===s.ElementType.FETAL_HEART_POSITION){const K=this.fetalHeartPositionParticle.computeSize();P.width=K.width/h,X.width=K.width,X.height=K.height,X.boundingBoxAscent=K.height/2,X.boundingBoxDescent=K.height/2}else if(P.type===s.ElementType.TOOTH_POSITION){const K=this.toothPositionParticle.computeSize(P);P.width=K.width/h,X.width=K.width,X.height=K.height,X.boundingBoxAscent=K.height/2,X.boundingBoxDescent=K.height/2}else if(P.type===s.ElementType.TAB)X.width=m*h,X.height=R*h,X.boundingBoxDescent=0,X.boundingBoxAscent=this.textParticle.getBasisWordBoundingBoxAscent(p,p.font);else if(P.type===s.ElementType.BLOCK){if(!P.width)X.width=Q;else{const K=P.width*h;X.width=Math.min(K,Q)}X.height=P.height*h,X.boundingBoxDescent=X.height,X.boundingBoxAscent=0}else if(P.type===s.ElementType.LABEL){const{defaultSize:K,label:{defaultPadding:$}}=this.options;p.font=this.getElementFont(P);const _=this.textParticle.measureText(p,P);X.width=(_.width+$[1]+$[3])*h,X.height=(P.size||K)*h,X.boundingBoxDescent=0,X.boundingBoxAscent=($[0]+_.actualBoundingBoxAscent)*h}else if(P.type===s.ElementType.MACRO||P.type===s.ElementType.CUSTOM_MACRO||P.type===s.ElementType.REUSABLE_ITEM||P.type===s.ElementType.SUB_TEMPLATE){const{defaultSize:K}=this.options;p.font=this.getElementFont(P);const $=this.getMode(),_=$===s.EditorMode.EDIT,rt=$===s.EditorMode.FORM;if($===s.EditorMode.READONLY&&P.type!==s.ElementType.SUB_TEMPLATE){const ct=Po(P),nt=p.measureText(ct);X.width=nt.width,X.height=(P.size||K)*h,X.boundingBoxDescent=nt.actualBoundingBoxDescent,X.boundingBoxAscent=nt.actualBoundingBoxAscent}else if(_){const ct=P.label||P.value||"";p.font=this.getElementFont(P);const nt=p.measureText(ct),ut=8*h,ft=4*h;X.width=nt.width+ut*2;const It=nt.actualBoundingBoxAscent+nt.actualBoundingBoxDescent;X.height=It+ft*2;const wt=this.textParticle.measureBasisWord(p,this.getElementFont(P));X.boundingBoxAscent=wt.actualBoundingBoxAscent*h,X.boundingBoxDescent=wt.actualBoundingBoxDescent*h}else if(P.type===s.ElementType.CUSTOM_MACRO){const ct=P.macroConfig,nt=ct?.value||"";if(rt){const ut=ct?.type||"text",ft=this.textParticle.measureText(p,P),It=P.label||"";if(ut==="select"){const wt=nt||`请选择${It}`,Gt=p.measureText(wt),Mt=p.measureText("[").width,_t=6*h+2*h;X.width=Mt+Gt.width+_t+Mt}else{const wt=nt||`请输入${It}`,Gt=p.measureText(wt),Mt=p.measureText("[").width;X.width=Mt+Gt.width+Mt}X.height=(P.size||K)*h,X.boundingBoxDescent=ft.actualBoundingBoxDescent*h,X.boundingBoxAscent=ft.actualBoundingBoxAscent*h}else{const ut=P.label||"",ft=nt||`请输入${ut}`,It=p.measureText(ft);X.width=It.width,X.height=(P.size||K)*h,X.boundingBoxDescent=It.actualBoundingBoxDescent,X.boundingBoxAscent=It.actualBoundingBoxAscent}}else if(P.type===s.ElementType.REUSABLE_ITEM){const nt=P.reusableItemConfig?.value||"",ut=P.label||"";if(rt){const ft=this.textParticle.measureText(p,P),It=nt||`获取 ${ut}`,wt=p.measureText(It),Gt=p.measureText("[").width;X.width=Gt+wt.width+Gt,X.height=(P.size||K)*h,X.boundingBoxDescent=ft.actualBoundingBoxDescent*h,X.boundingBoxAscent=ft.actualBoundingBoxAscent*h}else{const ft=nt||`获取 ${ut}`,It=p.measureText(ft);X.width=It.width,X.height=(P.size||K)*h,X.boundingBoxDescent=It.actualBoundingBoxDescent,X.boundingBoxAscent=It.actualBoundingBoxAscent}}else if(P.type===s.ElementType.SUB_TEMPLATE){const ct=P.label||"子模板";if(rt){const nt=p.measureText(ct),ut=8*h,ft=4*h,It=nt.actualBoundingBoxAscent+nt.actualBoundingBoxDescent;X.width=nt.width+ut*2,X.height=It+ft*2;const wt=this.textParticle.measureBasisWord(p,this.getElementFont(P));X.boundingBoxAscent=wt.actualBoundingBoxAscent*h,X.boundingBoxDescent=wt.actualBoundingBoxDescent*h}else{const nt=p.measureText(ct);X.width=nt.width,X.height=(P.size||K)*h,X.boundingBoxDescent=nt.actualBoundingBoxDescent,X.boundingBoxAscent=nt.actualBoundingBoxAscent}}else{const ct=P.label||"",nt=P.value||`获取 ${ct}`,ut=p.measureText(nt);X.width=ut.width,X.height=(P.size||K)*h,X.boundingBoxDescent=ut.actualBoundingBoxDescent,X.boundingBoxAscent=ut.actualBoundingBoxAscent}}else{const K=P.size||R;(P.type===s.ElementType.SUPERSCRIPT||P.type===s.ElementType.SUBSCRIPT)&&(P.actualSize=Math.ceil(K*.6)),X.height=(P.actualSize||K)*h,p.font=this.getElementFont(P);const $=this.textParticle.measureText(p,P);X.width=$.width*h,P.letterSpacing&&(X.width+=P.letterSpacing*h);const _=this.textParticle.measureBasisWord(p,P.font);X.boundingBoxAscent=_.actualBoundingBoxAscent*h,X.boundingBoxDescent=_.actualBoundingBoxDescent*h,P.type===s.ElementType.SUPERSCRIPT?X.boundingBoxAscent+=X.height/2:P.type===s.ElementType.SUBSCRIPT&&(X.boundingBoxDescent+=X.height/2)}const w=!ae(P)&&(P.imgDisplay!==s.ImageDisplay.INLINE&&P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)?X.height+Y:X.boundingBoxAscent+Y,j=Y+X.boundingBoxAscent+X.boundingBoxDescent+Y,J=Object.assign(P,{metrics:X,left:0,style:this.getElementFont(P,h)});J.control?.minWidth&&(J.controlComponent&&(F+=X.width),J.controlComponent===s.ControlComponent.POSTFIX&&(this.control.setMinWidthControlInfo({row:N,rowElement:J,availableWidth:Q,controlRealWidth:F}),F=0));const A=n[S-1];let x=n[S+1],k=N.width+X.width;if(this.options.wordBreak===s.WordBreak.BREAK_WORD&&(!A?.type||A?.type===s.ElementType.TEXT)&&(!P.type||P.type===s.ElementType.TEXT)){const K=`${A?.value||""}${P.value}`;if(this.WORD_LIKE_REG.test(K)){const{width:_,endElement:rt}=this.textParticle.measureWord(p,n,S),ct=_*h;rt&&ct<=Q?(k+=ct,x=rt):A&&(k+=ct)}const $=this.textParticle.measurePunctuationWidth(p,x);k+=$*h}P.listId&&(P.listId!==E?y=0:P.value===H&&!P.listWrap&&y++),E=P.listId;const lt=this.position.setSurroundPosition({pageNo:V,rowElement:J,row:N,rowElementRect:{x:D,y:W,height:j,width:X.width},availableWidth:Q,surroundElementList:u});D=lt.x,k+=lt.rowIncreaseWidth,D+=X.width;let Ft=!1;if(this.mode===s.EditorMode.FORM&&P.control?.type===s.ControlType.BUTTON&&P.controlComponent===s.ControlComponent.PREFIX&&N.elementList.filter(K=>K.controlId!==P.controlId).length>0){const K=P.controlId;if(n.some(_=>_.controlId===`${K}_text`&&_.control?.type===s.ControlType.BUTTON)){let _=0;for(let rt=S;rt<n.length;rt++){const ct=n[rt];if(ct.controlId!==K)break;p.font=this.getElementFont(ct);const nt=this.textParticle.measureText(p,ct);if(_+=nt.width*h,ct.controlComponent===s.ControlComponent.POSTFIX)break}for(let rt=0;rt<n.length;rt++){const ct=n[rt];if(ct.controlId===`${K}_text`){p.font=this.getElementFont(ct);const nt=this.textParticle.measureText(p,ct);_+=nt.width*h}}Ft=N.width+_>Q}}const Qt=P.type===s.ElementType.SEPARATOR||P.type===s.ElementType.TABLE||A?.type===s.ElementType.TABLE||A?.type===s.ElementType.BLOCK||P.type===s.ElementType.BLOCK||A?.imgDisplay===s.ImageDisplay.INLINE||P.imgDisplay===s.ImageDisplay.INLINE||A?.listId!==P.listId||A?.areaId!==P.areaId&&!P.area?.hide||P.control?.flexDirection===s.FlexDirection.COLUMN&&(P.controlComponent===s.ControlComponent.CHECKBOX||P.controlComponent===s.ControlComponent.RADIO)&&A?.controlComponent===s.ControlComponent.VALUE||S!==0&&P.value===H&&!P.area?.hide||Ft,ge=k>Q,ee=Qt||ge;if(ee){const K={width:X.width,height:j,startIndex:S,elementList:[J],ascent:w,rowIndex:N.rowIndex+1,rowFlex:n[S]?.rowFlex||n[S+1]?.rowFlex,isPageBreak:P.type===s.ElementType.PAGE_BREAK};if(J.controlComponent!==s.ControlComponent.PREFIX&&J.control?.indentation===s.ControlIndentation.VALUE_START){const $=N.elementList.findIndex(_=>_.controlId===J.controlId&&_.controlComponent!==s.ControlComponent.PREFIX);if(~$){const rt=this.position.computeRowPosition({row:N,innerWidth:this.getInnerWidth()})[$];rt&&(K.offsetX=rt.coordinate.leftTop[0])}}P.listId&&(K.isList=!0,K.offsetX=L.get(P.listId),K.listIndex=y),K.offsetY=!l&&P.area?.top&&P.areaId!==n[S-1]?.areaId?P.area.top*h:0,M.push(K)}else N.width+=X.width,S===0&&(Vn(n[1])||n[1]?.areaId)?(N.height=C,N.ascent=C):N.height<j&&(N.height=j,N.ascent=w),N.elementList.push(J);if((ee||S===n.length-1)&&(N.isWidthNotEnough=ge&&!Qt,!N.isSurround&&(A?.rowFlex===s.RowFlex.JUSTIFY||A?.rowFlex===s.RowFlex.ALIGNMENT&&N.isWidthNotEnough))){const K=N.elementList[0]?.value===H?N.elementList.slice(1):N.elementList,$=(Q-N.width)/(K.length-1);for(let _=0;_<K.length-1;_++){const rt=K[_];rt.metrics.width+=$}N.width=Q}if(ee){D=r,W+=N.height,i&&!l&&c&&(W-a+d+j>c||P.type===s.ElementType.PAGE_BREAK)&&(W=a,fc(u,V),V+=1),J.left=0;const K=M[M.length-1];D=this.position.setSurroundPosition({pageNo:V,rowElement:J,row:K,rowElementRect:{x:D,y:W,height:j,width:X.width},availableWidth:Q,surroundElementList:u}).x,D+=X.width}}return M}_collectTextControlValueSet(t){if(this.isDesignMode()||this.mode===s.EditorMode.EDIT)return null;const e=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&(l.control?.type===s.ControlType.TEXT||l.control?.type===s.ControlType.TEXTFIELD)&&e.add(l.controlId)}const n=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&l.controlComponent===s.ControlComponent.VALUE&&e.has(l.controlId)&&n.add(l.controlId)}return n}_collectTextControlHasContentSet(t){if(this.isDesignMode())return null;const e=new Set;let n=0;for(;n<t.length;){const i=t[n];if(i.controlId&&(i.control?.type===s.ControlType.TEXT||i.control?.type===s.ControlType.TEXTFIELD)&&(i.controlComponent===s.ControlComponent.PREFIX||i.controlComponent===s.ControlComponent.PRE_TEXT||i.controlComponent===s.ControlComponent.PRETEXTFIX||i.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){const l=i.controlId;let r=!1,a=n+1;for(;a<t.length;){const c=t[a];if(c.controlId===l&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))break;if(c.controlId===l&&c.controlComponent===s.ControlComponent.VALUE&&(r=!0),c.controlId!==l&&c.controlId){(i.control?.type===s.ControlType.TEXT||c.controlComponent===s.ControlComponent.VALUE)&&(r=!0);const d=c.controlId;for(a++;a<t.length&&t[a].controlId===d;)a++;continue}a++}r&&e.add(l)}n++}return e}_computePageList(){const t=[[]],{pageMode:e,pageNumber:{maxPageNo:n}}=this.options,i=this.getHeight(),l=this.getMainOuterHeight();let r=l,a=0;if(e===s.PageMode.CONTINUITY){t[0]=this.rowList,r+=this.rowList.reduce((R,h)=>R+h.height+(h.offsetY||0),0);const c=this.getPagePixelRatio(),d=this.pageList[0],u=Number(d.style.height.replace("px",""));if(r>u)d.style.height=`${r}px`,d.height=r*c;else{const R=r<i?i:r;d.style.height=`${R}px`,d.height=R*c}this._initPageContext(this.ctxList[0])}else for(let c=0;c<this.rowList.length;c++){const d=this.rowList[c],u=d.offsetY||0;if(d.height+u+r>i||this.rowList[c-1]?.isPageBreak){if(Number.isInteger(n)&&a>=n){this.elementList=this.elementList.slice(0,d.startIndex);break}r=l+d.height+u,t.push([d]),a++}else r+=d.height+u,t[a].push(d)}return t}_drawHighlight(t,e){const{rowList:n,positionList:i,elementList:l}=e,r=this.getDefaultBasicRowMarginHeight(),a=this.getHighlightMarginHeight();for(let c=0;c<n.length;c++){const d=n[c];let u="";for(let R=0;R<d.elementList.length;R++){const h=d.elementList[R],g=d.startIndex+R,T=l[g]===h?g:l.indexOf(h),f=~T?T:g,m=this.control.getControlHighlight(l,f),C=h.highlight||m;if(C){u&&u!==C&&this.highlight.render(t);const I=i[f],{coordinate:{leftTop:[p,L]}}=I,M=h.left||0,O=!h.highlight&&!!m&&this.control.getIsInlineControlBackground(l,f),b=O?L+I.ascent-h.metrics.boundingBoxAscent-a:L+r-a,D=O?h.metrics.boundingBoxAscent+h.metrics.boundingBoxDescent+2*a:d.height-2*r+2*a;this.highlight.recordFillInfo(t,p-M,b,h.metrics.width+M,D,C)}else u&&this.highlight.render(t);u=C}this.highlight.render(t)}}validateNumber(t){return/^\d+$/.test(t)}drawRow(t,e){this._drawHighlight(t,e);const{scale:n,table:{tdPadding:i},group:l,lineBreak:r,whiteSpace:a}=this.options,{rowList:c,pageNo:d,elementList:u,positionList:R,startIndex:h,zone:g,isDrawLineBreak:T=!r.disabled,td:f,isDrawWhiteSpace:m=!a.disabled}=e,C=this.isPrintLikeMode(),I=this.isSelectionDisabled(),{isCrossRowCol:p,tableId:L}=this.range.getRange();let M=h;for(let O=0;O<c.length;O++){const b=c[O],D={x:0,y:0,width:0,height:0};let W=null;for(let V=0;V<b.elementList.length;V++){const E=b.elementList[V],y=E.metrics,{ascent:F,coordinate:{leftTop:[S,N]}}=R[b.startIndex+V],P=b.elementList[V-1];if(ae(E)&&!this.isDesignMode())this.textParticle.complete();else if(E.type===s.ElementType.IMAGE)this.textParticle.complete(),E.imgDisplay!==s.ImageDisplay.SURROUND&&E.imgDisplay!==s.ImageDisplay.FLOAT_TOP&&E.imgDisplay!==s.ImageDisplay.FLOAT_BOTTOM&&this.imageParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.LATEX)this.textParticle.complete(),this.laTexParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.TABLE)p&&(D.x=S,D.y=N,W=E),this.tableParticle.render(t,E,S,N);else if(E.type===s.ElementType.HYPERLINK)this.textParticle.complete(),this.hyperlinkParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.LABEL)this.textParticle.complete(),this.labelParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.MACRO||E.type===s.ElementType.CUSTOM_MACRO||E.type===s.ElementType.REUSABLE_ITEM||E.type===s.ElementType.SUB_TEMPLATE)this.textParticle.complete(),this.macroParticle.render(t,E,S,N+F);else if(E.type===s.ElementType.DATE){const w=b.elementList[V+1];(!P||P.dateId!==E.dateId)&&this.textParticle.complete(),this.textParticle.record(t,E,S,N+F),(!w||w.dateId!==E.dateId)&&this.textParticle.complete()}else E.type===s.ElementType.SUPERSCRIPT?(this.textParticle.complete(),this.superscriptParticle.render(t,E,S,N+F)):E.type===s.ElementType.SUBSCRIPT?(this.underline.render(t),this.textParticle.complete(),this.subscriptParticle.render(t,E,S,N+F)):E.type===s.ElementType.SEPARATOR?this.separatorParticle.render(t,E,S,N):E.type===s.ElementType.PAGE_BREAK?this.mode!==s.EditorMode.CLEAN&&!C&&this.pageBreakParticle.render(t,E,S,N):E.type===s.ElementType.CHECKBOX||E.controlComponent===s.ControlComponent.CHECKBOX?(this.textParticle.complete(),this.checkboxParticle.render({ctx:t,x:S,y:N+F,index:V,row:b})):E.type===s.ElementType.RADIO||E.controlComponent===s.ControlComponent.RADIO?(this.textParticle.complete(),this.radioParticle.render({ctx:t,x:S,y:N+F,index:V,row:b})):E.type===s.ElementType.MENSTRUAL_HISTORY?(this.textParticle.complete(),this.menstrualHistoryParticle.render({ctx:t,x:S,y:N+F,index:V,row:b,element:E})):E.type===s.ElementType.FETAL_HEART_POSITION?(this.textParticle.complete(),this.fetalHeartPositionParticle.render({ctx:t,x:S,y:N+F,index:V,row:b,element:E})):E.type===s.ElementType.TOOTH_POSITION?(this.textParticle.complete(),this.toothPositionParticle.render({ctx:t,x:S,y:N+F,index:V,row:b,element:E})):E.type===s.ElementType.TAB?this.textParticle.complete():E.rowFlex===s.RowFlex.ALIGNMENT||E.rowFlex===s.RowFlex.JUSTIFY?(this.textParticle.record(t,E,S,N+F),this.textParticle.complete()):E.type===s.ElementType.BLOCK?(this.textParticle.complete(),this.blockParticle.render(t,d,E,S,N+F)):(E.left&&this.textParticle.complete(),this.textParticle.record(t,E,S,N+F),(E.width||E.letterSpacing||$l.test(E.value))&&this.textParticle.complete());if(T&&!C&&this.mode!==s.EditorMode.CLEAN&&!b.isWidthNotEnough&&V===b.elementList.length-1&&this.lineBreakParticle.render(t,E,S,N+b.height/2),m&&jl.test(E.value)&&this.whiteSpaceParticle.render(t,E,S,N+b.height/2),E.control?.border){P?.control?.border&&P.controlId!==E.controlId&&this.control.drawBorder(t);const w=this.getElementRowMargin(E);this.control.recordBorderInfo(S,N+w,E.metrics.width,b.height-2*w)}else P?.control?.border&&this.control.drawBorder(t);if(E.control?.type===s.ControlType.TEXT){const w=E.controlComponent===s.ControlComponent.VALUE,j=E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POST_TEXT,J=!!P&&P.originControlId===E.controlId&&(P.controlComponent===s.ControlComponent.POSTFIX||P.controlComponent===s.ControlComponent.POST_TEXT||P.controlComponent===s.ControlComponent.POSTTEXTFIX||P.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT);E.originControlId&&(E.controlComponent===s.ControlComponent.PREFIX||E.controlComponent===s.ControlComponent.PRE_TEXT||E.controlComponent===s.ControlComponent.PRETEXTFIX||E.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t),w&&E.control?.underline&&!E.underline&&((!P||P.controlId!==E.controlId||J||P.controlComponent!==s.ControlComponent.VALUE&&P.controlComponent!==s.ControlComponent.PLACEHOLDER)&&this.control.startTextFieldUnderline(E.controlId,S,N+b.height),this.control.recordTextFieldUnderlineWidth(E.metrics.width)),j&&this.control.drawTextFieldUnderline(t),E.originControlId&&(E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POST_TEXT||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t)}else P?.control?.type===s.ControlType.TEXT&&this.control.drawTextFieldUnderline(t);if((E.underline||E.control?.underline)&&E.controlComponent!==s.ControlComponent.PLACEHOLDER&&!(E.control?.type===s.ControlType.TEXT&&E.control?.underline&&!E.underline)){P?.type===s.ElementType.SUBSCRIPT&&E.type!==s.ElementType.SUBSCRIPT&&this.underline.render(t);const w=this.getElementRowMargin(E),j=E.left||0;let J=0;E.type===s.ElementType.SUBSCRIPT&&(J=this.subscriptParticle.getOffsetY(E));const A=E.control?.underline?this.options.underlineColor:E.color;this.underline.recordFillInfo(t,S-j,N+b.height-w+J,y.width+j,0,A,E.textDecoration?.style)}else(P?.underline||P?.control?.underline)&&(P?.control?.type===s.ControlType.TEXT&&P?.control?.underline&&!P.underline||this.underline.render(t));if(E.strikeout){if(!E.type||Ie.includes(E.type)){P&&(P.type===s.ElementType.SUBSCRIPT&&E.type!==s.ElementType.SUBSCRIPT||P.type===s.ElementType.SUPERSCRIPT&&E.type!==s.ElementType.SUPERSCRIPT||this.getElementSize(P)!==this.getElementSize(E))&&this.strikeout.render(t);const w=this.textParticle.measureBasisWord(t,this.getElementFont(E));let j=N+F+w.actualBoundingBoxDescent*n-y.height/2;E.type===s.ElementType.SUBSCRIPT?j+=this.subscriptParticle.getOffsetY(E):E.type===s.ElementType.SUPERSCRIPT&&(j+=this.superscriptParticle.getOffsetY(E)),this.strikeout.recordFillInfo(t,S,j,y.width)}}else P?.strikeout&&this.strikeout.render(t);const{zone:Y,splitTdRange:X}=this.range.getRange();let{startIndex:U,endIndex:Q}=this.range.getRange(),v=!1;if(f&&X&&[f.originalId,f.id].includes(X.originalId)&&(v=!0,U=X.startIndex-(f.valueStartIndex??0),Q=X.endIndex-(f.valueStartIndex??0)),Y===g&&U!==Q&&U<=M&&M<=Q){const w=this.position.getPositionContext();if(!w.isTable&&!E.tdId||w.tdId===E.tdId||v)if(U===M){const j=u[U+1];j&&j.value===H&&(D.x=S+y.width,D.y=N,D.height=b.height,D.width+=this.options.rangeMinWidth)}else{let j=y.width;j===0&&b.elementList.length===1&&(j=this.options.rangeMinWidth),D.width||(D.x=S,D.y=N,D.height=b.height),D.width+=j}}if(!l.disabled&&E.groupIds&&this.group.recordFillInfo(E,S,N,y.width,b.height),M++,E.type===s.ElementType.TABLE&&!ae(E)){const w=E.tdPadding||i,j=w[1]+w[3];for(let J=0;J<E.trList.length;J++){const A=E.trList[J];for(let x=0;x<A.tdList.length;x++){const k=A.tdList[x];this.drawRow(t,{elementList:k.value,positionList:k.positionList,rowList:k.rowList,pageNo:d,startIndex:0,innerWidth:(k.width-j)*n,zone:g,isDrawLineBreak:T,td:k})}}}}if(b.isList&&this.listParticle.drawListStyle(t,b,R[b.startIndex]),this.textParticle.complete(),this.control.drawBorder(t),this.underline.render(t),this.strikeout.render(t),this.group.render(t),!I){if(D.width&&D.height){const{x:V,y:E,width:y,height:F}=D;this.range.render(t,V,E,y,F)}if(p&&W&&W.id===L){const{coordinate:{leftTop:[V,E]}}=R[b.startIndex];this.tableParticle.drawRange(t,W,V,E)}}}this.control.renderQualityMarks(t,e.elementList,e.positionList,e.rowList,e.pageNo,e.zone,e.innerWidth)}_drawFloat(t,e){const{scale:n}=this.options,i=this.position.getFloatPositionList(),{imgDisplays:l,pageNo:r}=e;for(let a=0;a<i.length;a++){const c=i[a],d=c.element;if((r===c.pageNo||c.zone===s.EditorZone.HEADER||c.zone==s.EditorZone.FOOTER)&&d.imgDisplay&&l.includes(d.imgDisplay)&&d.type===s.ElementType.IMAGE){const u=d.imgFloatPosition;this.imageParticle.render(t,d,u.x*n,u.y*n)}}}_clearPage(t){const e=this.ctxList[t],n=this.pageList[t];e.clearRect(0,0,Math.max(n.width,this.getWidth()),Math.max(n.height,this.getHeight())),this.blockParticle.clear()}_drawPage(t){const{elementList:e,positionList:n,rowList:i,pageNo:l}=t,{inactiveAlpha:r,pageMode:a,header:c,footer:d,pageNumber:u,lineNumber:R,pageBorder:h}=this.options,g=this.isPrintLikeMode(),T=this.mode===s.EditorMode.COMPARE?this.options.modeRule[s.EditorMode.COMPARE]:this.options.modeRule[s.EditorMode.PRINT],f=this.getInnerWidth(),m=this.ctxList[l];m.globalAlpha=this.zone.isMainActive()?1:r,this._clearPage(l),(!g||!T?.backgroundDisabled)&&this.background.render(m,l),g||this.area.render(m,l),a!==s.PageMode.CONTINUITY&&this.options.watermark.data&&this.waterMark.render(m,l),g||this.margin.render(m,l),this._drawFloat(m,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]}),g||this.control.renderHighlightList(m,l);const C=i[0]?.startIndex;this.drawRow(m,{elementList:e,positionList:n,rowList:i,pageNo:l,startIndex:C,innerWidth:f,zone:s.EditorZone.MAIN}),this.getIsPagingMode()&&(c.disabled||this.header.render(m,l),u.disabled||this.pageNumber.render(m,l),d.disabled||this.footer.render(m,l)),this._drawFloat(m,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]}),!g&&this.search.getSearchKeyword()&&this.search.render(m,l),this.elementList.length<=1&&!this.elementList[0]?.listId&&this.placeholder.render(m),R.disabled||this.lineNumber.render(m,l),h.disabled||this.pageBorder.render(m),this.badge.render(m,l),this.isGraffitiMode()&&this.graffiti.render(m,l)}_disconnectLazyRender(){this.lazyRenderIntersectionObserver?.disconnect()}_lazyRender(){const t=this.position.getOriginalMainPositionList(),e=this.getOriginalMainElementList();this._disconnectLazyRender(),this.lazyRenderIntersectionObserver=new IntersectionObserver(n=>{n.forEach(i=>{if(i.isIntersecting){const l=Number(i.target.dataset.index);this._drawPage({elementList:e,positionList:t,rowList:this.pageRowList[l],pageNo:l})}})}),this.pageList.forEach(n=>{this.lazyRenderIntersectionObserver.observe(n)})}_immediateRender(){const t=this.position.getOriginalMainPositionList(),e=this.getOriginalMainElementList();for(let n=0;n<this.pageRowList.length;n++)this._drawPage({elementList:e,positionList:t,rowList:this.pageRowList[n],pageNo:n})}render(t){const e=se(),n=[],i=(S,N)=>{n.push({label:S,duration:se()-N})};this.renderCount++;const l=this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM||this.isPrintLikeMode()?_g([...this.getHeaderElementList(),...this.elementList,...this.getFooterElementList()]):null,r=this.applySubTemplateRuntimeState(this.getHeaderElementList(),l)||this.applySubTemplateRuntimeState(this.elementList,l)||this.applySubTemplateRuntimeState(this.getFooterElementList(),l);let{endIndex:a}=this.range.getRange();const{isCrossRowCol:c}=this.range.getRange();if(!c&&~a){const S=this.getElementList(),N=S[a],Y=N?.type===s.ElementType.SUB_TEMPLATE&&N.subTemplateExpanded?s.LocationPosition.AFTER:s.LocationPosition.BEFORE,X=Wn(S,a,Y);X!==a&&!ae(S[X])&&(this.range.setRange(X,X),a=X)}let d;const u=this.position.getPositionContext();if(c)d=this.getOriginalElementList()[u.index];else{const S=~a?a:0,N=this.getElementList();d=yn(N,S)}const{header:R,footer:h}=this.options,{isSubmitHistory:g=!0,isSetCursor:T=!0,isLazy:f=!0,isInit:m=!1,isSourceHistory:C=!1,isFirstRender:I=!1,isDel:p=!1}=t||{};let{isCompute:L=!0}=t||{};r&&(L=!0);let{curIndex:M}=t||{};const{traceLabel:O}=t||{},b=this.getInnerWidth(),D=this.getIsPagingMode(),W=this.pageRowList.length;if(L){if(this.splitTdValueMap.clear(),this.tdMap.clear(),this.position.setFloatPositionList([]),D){if(!R.disabled){const A=se();this.header.compute(),i("header.compute",A)}if(!h.disabled){const A=se();this.footer.compute(),i("footer.compute",A)}}const S=this.getMargins(),N=this.getHeight(),P=this.header.getExtraHeight(),Y=this.getMainOuterHeight(),X=S[3],U=S[0]+P,Q=Li(this.elementList),v=se();this.rowList=this.computeRowList({startX:X,startY:U,pageHeight:N,mainOuterHeight:Y,isPagingMode:D,innerWidth:b,surroundElementList:Q,elementList:this.elementList}),i("computeRowList",v);const w=se();this.pageRowList=this._computePageList(),i("computePageList",w);const j=se();this.position.computePositionList(),i("computePositionList",j);const J=se();if(this.area.compute(),i("area.compute",J),!this.isPrintLikeMode()){const A=this.search.getSearchKeyword();if(A){const k=se();this.search.compute(A),i("search.compute",k)}const x=se();this.control.computeHighlightList(),i("control.computeHighlightList",x)}if(this.isGraffitiMode()){const A=se();this.graffiti.compute(),i("graffiti.compute",A)}}this.imageObserver.clearAll(),this.cursor.recoveryCursor();for(let S=0;S<this.pageRowList.length;S++)this.pageList[S]||this._createPage(S);const V=this.pageRowList.length,E=this.pageList.length;if(E>V){const S=E-V;this.ctxList.splice(V,S),this.pageList.splice(V,S).forEach(N=>N.remove())}const y=se();if(f&&D?this._lazyRender():this._immediateRender(),i(f&&D?"lazyRender":"immediateRender",y),T){if(L&&d?.tableId){const{index:S}=u,P=this.getOriginalElementList()[S];if(d.tableId!==P?.id){const X=this.findTableChildrenElement(!0,d.tableId,d);X&&u.index!==X.originalIndex&&(u.index=X.originalIndex,u.tableId=X.table.id,u.trIndex=X.trIndex,u.trId=X.tr.id,u.tdIndex=X.tdIndex,u.tdId=X.td.id,M=X.elementIndex,this.position.setPositionContext(u),this.range.setRange(M,M),this.updateTableTool())}const Y=this.getElementList();Y[a]!==d&&(M=Y.findIndex(X=>X===d))}M=this.setCursor(M)}else this.range.getIsSelection()&&this.cursor.focus();if(p){let S;const N=this.position.getPositionContext();S=this.range.getRange().startIndex-1,N.index=S}(g&&!I||M!==void 0&&this.historyManager.isStackEmpty())&&this.submitHistory(M);const F=se();li(()=>{const S=se();this.range.setRangeStyle(),L&&this.control.getActiveControl()&&this.control.reAwakeControl(),L&&!this.isReadonly()&&this.getMode()!==s.EditorMode.FORM&&u.isTable&&this.getOriginalElementList()[u.index].type===s.ElementType.TABLE&&this.tableTool.render(),L&&!this.zone.isMainActive()&&this.zone.drawZoneIndicator(),W!==this.pageRowList.length&&(this.listener.pageSizeChange&&this.listener.pageSizeChange(this.pageRowList.length),this.eventBus.isSubscribe("pageSizeChange")&&this.eventBus.emit("pageSizeChange",this.pageRowList.length)),(g||C)&&!m&&(this.listener.contentChange&&this.listener.contentChange(),this.eventBus.isSubscribe("contentChange")&&this.eventBus.emit("contentChange"));const N=se();ai(this.options,O||"render",N-e,[...n,{label:"nextTick.wait",duration:S-F},{label:"nextTick.callback",duration:N-S}],{isCompute:L,pageCount:this.pageRowList.length})}),T&&this.fixPosition()}fixPosition(t=!1){let e;const n=this.position.getPositionContext();if(n.isTable){const i=this.getElementList(),l=this.range.getRange().startIndex;if(t||l>=i.length){const r=this.getTd(),a=n.index+(t?-1:1),d=this.getOriginalElementList()[a];if(!d?.trList)return;e=l-i.length;for(let u=0;u<d.trList.length;u++){const R=d.trList[u],h=R.tdList.find(g=>t?r?.linkTdPrevId===g.id:r?.id===g.linkTdPrevId);if(h){n.index=a,n.trIndex=u,n.tableId=d.id,n.trId=R.id,n.tdId=h?.id,e=t?h.value.length-1:e+(h.value[0]?.type===s.ElementType.SPLIT_TAG?1:0);break}}if(this.position.setPositionContext(n),this.range.setRange(e,e),this.setCursor(e),e===0)return this.fixPosition(t);this.updateTableTool()}}return e}getInlineBackgroundControlType(t,e){if(e===void 0)return;const n=t[e],i=n?.controlId;return i?n.control?.type?n.control.type:t.find(r=>r.controlId===i&&r.originControlId===n.originControlId&&!!r.control?.type)?.control?.type:void 0}getIsHideInlineBackgroundControlCursor(t,e){if(this.options.mode!==s.EditorMode.EDIT&&this.options.mode!==s.EditorMode.FORM)return!1;const n=e!==void 0?t[e]:void 0;if(n?.controlComponent===s.ControlComponent.POSTFIX||n?.controlComponent===s.ControlComponent.POST_TEXT||n?.controlComponent===s.ControlComponent.POSTTEXTFIX||n?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)return!1;const i=this.getInlineBackgroundControlType(t,e);return!!(i&&[s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.DATE].includes(i))}setCursor(t){const e=this.position.getPositionContext(),n=this.position.getPositionList(),i=this.getElementList();if(e.isTable){const{index:r,trIndex:a,tdIndex:c}=e,u=this.getOriginalElementList()[r].trList?.[a].tdList[c].positionList;t===void 0&&u&&(t=u.length-1);const R=u?.[t];this.position.setCursorPosition(R||null)}else t!==void 0&&t>=n.length&&(t=n.length-1),this.position.setCursorPosition(t!==void 0&&t>=0?n[t]:null);let l=!0;if(t!==void 0&&e.isImage&&e.isDirectHit){const r=i[t];if(r&&pa.includes(r.type)){l=!1;const a=this.position.getCursorPosition();this.previewer.updateResizer(r,a)}}return l&&this.getIsHideInlineBackgroundControlCursor(i,t)&&(l=!1),this.cursor.drawCursor({isShow:l}),t}submitHistory(t){const e=this.position.getPositionContext(),n=Ii(this.elementList),i=Ii(this.header.getElementList()),l=Ii(this.footer.getElementList()),r=ht(this.range.getRange()),a=this.pageNo,c=ht(e),d=this.zone.getZone();this.historyManager.execute(()=>{this.zone.setZone(d),this.setPageNo(a),this.position.setPositionContext(ht(c)),this.header.setElementList(ht(i)),this.footer.setElementList(ht(l)),this.elementList=ht(n),this.range.replaceRange(ht(r)),this.render({curIndex:t,isSubmitHistory:!1,isSourceHistory:!0})})}destroy(){this.macroParticle.clearInlineEditor({isSubmitHistory:!1}),this.container.remove(),this.globalEvent.removeEvent(),this.scrollObserver.removeEvent(),this.selectionObserver.removeEvent()}clearSideEffect(){this.getMacroParticle().clearInlineEditor({isSubmitHistory:!1}),this.getPreviewer().clearResizer(),this.getTableTool().dispose(),this.getHyperlinkParticle().clearHyperlinkPopup(),this.getDateParticle().clearDatePicker()}updateTableTool(){if(this.getMode()===s.EditorMode.FORM){this.getTableTool().dispose();return}if(this.position.getPositionContext().isTable){const t=this.position.getPositionList();t.length&&(this.setPageNo(t[0].pageNo),this.getTableTool().render())}}initTableElementIndex(t,e){t.trList?.forEach((n,i)=>{n.tdList.forEach((l,r)=>{l.tableIndex=e,l.tableId=t.id,l.trIndex=i,l.trId=n.id,l.tdIndex=r,this.tdMap.set(l.id,l)})})}clearElementEffect(t){t.trList?.forEach(e=>{e.minHeight=e.originalMinHeight??e.minHeight,delete e.originalMinHeight,e.tdList.forEach(n=>{delete n.linkTdNextId})})}updateElementTableInfo(t,e,n,i){return t.tableId=e.id,t.trId=n.id,t.tdId=i.id,t}findTableChildrenElement(t,e,n){const i=this.position.getPositionContext(),{index:l}=i,r=this.getOriginalElementList();let a=l;t&&(a=l>r.length?r.length-1:l);for(let c=a;t?c>=0:c<r.length;t?c--:c++){const d=r[c];if(d&&[d.originalId,d.id].includes(e))for(const[u,R]of d.trList.entries())for(const[h,g]of R.tdList.entries()){const T=g.value.findIndex(typeof n=="function"?n:f=>f===n);if(T>=0)return{originalIndex:c,table:d,tr:R,trIndex:u,td:g,tdIndex:h,elementIndex:T}}}}getTdById(t){return this.tdMap.get(t)}getLinkTdPrevHasValue(t){const e=this.getTdById(t);if(e)return e.value.length?e:this.getLinkTdPrevHasValue(e.linkTdPrevId)}getFirstLinkTd(t){const e=this.getTdById(t);return e?.linkTdPrevId?this.getLastLinkTd(e.linkTdPrevId):e}getLastLinkTd(t){const e=this.getTdById(t);return e?.linkTdNextId?this.getLastLinkTd(e.linkTdNextId):e}removeLinkTd(t,e){const n=this.getTdById(e);if(n){if(n.linkTdPrevId){const i=this.getTdById(n.linkTdPrevId);i&&(delete i.linkTdNextId,this.removeLinkTd(t,n.linkTdPrevId))}if(n.linkTdNextId){const i=this.getTdById(n.linkTdNextId);i&&(delete i.linkTdPrevId,this.removeLinkTd(t,n.linkTdNextId))}t[n.tableIndex].trList[n.trIndex].tdList.splice(n.tdIndex,1),this.initTableElementIndex(t[n.tableIndex],n.tableIndex)}}removeLinkTdControl(t,e){const n=this.getTdById(t);if(n){for(let i=0;i<n.value.length;i++)n.value[i].control===e&&(n.value.splice(i,1),i--);n.linkTdNextId&&this.removeLinkTdControl(n.linkTdNextId,e)}}isSplitTd(t,e){return(!!t?.originalId||!!e?.originalId)&&(t?.originalId===e?.originalId||t?.id===e?.originalId||t?.originalId===e?.id)}getSplitTdValues(t){return this.splitTdValueMap.get(t)}removeSplitTdOtherRangeElements(){const{splitTdRange:t}=this.range.getRange();if(!t)return;const{startIndex:e,endIndex:n}=t;let i=this.getTd();if(i)if((i.valueStartIndex??0)>=e){let l=-1;for(;l<0;){const r=this.getTdById(i.linkTdPrevId);if(r){l=e-(r.valueStartIndex??0);const a=Math.max(0,l);this.spliceElementList(r.value,a+1,r.value.length-a-1),i=r}else l=0}}else{let l=1;for(;l>0;){const r=this.getTdById(i.linkTdNextId);if(r){const a=r.valueStartIndex??0;l=n-(a+r.value.length);const c=Math.min(r.value.length,n-a+1);this.spliceElementList(r.value,0,c),i=r}else l=0}}}getTablesByPagingId(t,e,n){const i=[],l=[];if(t[n].pagingId===e){i.push(n),l.push(t[n]);for(let r=n-1;r>=0&&t[r].pagingId===e;r--)l.unshift(t[r]),i.push(r);for(let r=n+1;r<t.length&&t[r].pagingId===e;r++)l.push(t[r]),i.push(r)}return{list:l,startIndex:i.sort()[0]}}}class Xl{executeMode;executeCut;executeCopy;executePaste;executeSelectAll;executeBackspace;executeSetRange;executeReplaceRange;executeSetPositionContext;executeForceUpdate;executeBlur;executeHideCursor;executeUndo;executeRedo;executePainter;executeApplyPainterStyle;executeFormat;executeFont;executeButton;executeEditElementAttribute;executeTriggerControlEditAttribute;executeCopyControl;executePasteControl;executeSize;executeSizeAdd;executeSizeMinus;executeBold;executeItalic;executeUnderline;executeStrikeout;executeSuperscript;executeSubscript;executeColor;executeHighlight;executeTitle;executeList;executeRowFlex;executeVertical;executeRowMargin;executeInsertTable;executeInsertTableTopRow;executeInsertTableBottomRow;executeInsertTableLeftCol;executeInsertTableRightCol;executeDeleteTableRow;executeDeleteTableCol;executeDeleteTable;executeMergeTableCell;executeCancelMergeTableCell;executeSplitVerticalTableCell;executeSplitHorizontalTableCell;executeTableTdVerticalAlign;executeTableBorderType;executeTableBorderColor;executeTableTdBorderType;executeTableTdSlashType;executeTableTdBackgroundColor;executeTableSelectAll;executeTableProperties;executeImage;executeHyperlink;executeDeleteHyperlink;executeCancelHyperlink;executeEditHyperlink;executeSeparator;executePageBreak;executeAddWatermark;executeDeleteWatermark;executeSearch;executeSearchNavigatePre;executeSearchNavigateNext;executeReplace;executePrint;executeReplaceImageElement;executeSaveAsImageElement;executeSetImageCrop;executeSetImageCaption;executeChangeImageDisplay;executePageMode;executePageScale;executePageScaleRecovery;executePageScaleMinus;executePageScaleAdd;executePaperSize;executePaperDirection;executeSetPaperMargin;executeSetMainBadge;executeSetAreaBadge;executeInsertElementList;executeInsertArea;executeSetAreaValue;executeSetAreaProperties;executeLocationArea;executeClearGraffiti;executeAppendElementList;executeUpdateElementById;executeDeleteElementById;executeSetValue;executeRemoveControl;executeTranslate;executeSetLocale;executeLocationCatalog;executeWordTool;executeSetHTML;executeSetGroup;executeDeleteGroup;executeLocationGroup;executeSetZone;executeSetControlValue;executeSetControlValueList;executeSetControlExtension;executeSetControlExtensionList;executeSetControlProperties;executeSetControlPropertiesList;executeSetControlHighlight;executeSetControlQualityMarks;executeLocationControl;executeInsertControl;executeInsertTextField;executeJumpControl;executeUpdateOptions;executeSetFormModeTrace;executeInsertTitle;executeFocus;executeComputeElementListHeight;getCatalog;getImage;getPageMode;getOptions;getValue;getValueAsync;getAreaValue;getHTML;getText;getWordCount;getCursorPosition;getRemainingContentHeight;getRange;getRangeText;getRangeContext;getRangeRow;getRangeParagraph;getKeywordRangeList;getKeywordContext;getPaperMargin;getSearchNavigateInfo;getLocale;getGroupIds;getControlValue;getControlList;getContainer;getTitleValue;getPositionContextByEvent;getElementById;getMacroValue;getMacroList;setMacroValue;setMacroValueList;updateMacroProperties;locationMacro;insertSubTemplate;updateSubTemplate;expandSubTemplate;collapseSubTemplate;toggleSubTemplate;constructor(t){this.executeMode=t.mode.bind(t),this.executeCut=t.cut.bind(t),this.executeCopy=t.copy.bind(t),this.executePaste=t.paste.bind(t),this.executeSelectAll=t.selectAll.bind(t),this.executeBackspace=t.backspace.bind(t),this.executeSetRange=t.setRange.bind(t),this.executeReplaceRange=t.replaceRange.bind(t),this.executeSetPositionContext=t.setPositionContext.bind(t),this.executeForceUpdate=t.forceUpdate.bind(t),this.executeBlur=t.blur.bind(t),this.executeHideCursor=t.hideCursor.bind(t),this.executeUndo=t.undo.bind(t),this.executeRedo=t.redo.bind(t),this.executePainter=t.painter.bind(t),this.executeApplyPainterStyle=t.applyPainterStyle.bind(t),this.executeFormat=t.format.bind(t),this.executeFont=t.font.bind(t),this.executeButton=t.buttonText.bind(t),this.executeEditElementAttribute=t.editElementAttribute.bind(t),this.executeTriggerControlEditAttribute=t.triggerControlEditAttribute.bind(t),this.executeCopyControl=t.copyControl.bind(t),this.executePasteControl=t.pasteControl.bind(t),this.executeSize=t.size.bind(t),this.executeSizeAdd=t.sizeAdd.bind(t),this.executeSizeMinus=t.sizeMinus.bind(t),this.executeBold=t.bold.bind(t),this.executeItalic=t.italic.bind(t),this.executeUnderline=t.underline.bind(t),this.executeStrikeout=t.strikeout.bind(t),this.executeSuperscript=t.superscript.bind(t),this.executeSubscript=t.subscript.bind(t),this.executeColor=t.color.bind(t),this.executeHighlight=t.highlight.bind(t),this.executeTitle=t.title.bind(t),this.executeList=t.list.bind(t),this.executeRowFlex=t.rowFlex.bind(t),this.executeVertical=t.vertical.bind(t),this.executeRowMargin=t.rowMargin.bind(t),this.executeInsertTable=t.insertTable.bind(t),this.executeInsertTableTopRow=t.insertTableTopRow.bind(t),this.executeInsertTableBottomRow=t.insertTableBottomRow.bind(t),this.executeInsertTableLeftCol=t.insertTableLeftCol.bind(t),this.executeInsertTableRightCol=t.insertTableRightCol.bind(t),this.executeDeleteTableRow=t.deleteTableRow.bind(t),this.executeDeleteTableCol=t.deleteTableCol.bind(t),this.executeDeleteTable=t.deleteTable.bind(t),this.executeMergeTableCell=t.mergeTableCell.bind(t),this.executeCancelMergeTableCell=t.cancelMergeTableCell.bind(t),this.executeSplitVerticalTableCell=t.splitVerticalTableCell.bind(t),this.executeSplitHorizontalTableCell=t.splitHorizontalTableCell.bind(t),this.executeTableTdVerticalAlign=t.tableTdVerticalAlign.bind(t),this.executeTableBorderType=t.tableBorderType.bind(t),this.executeTableBorderColor=t.tableBorderColor.bind(t),this.executeTableTdBorderType=t.tableTdBorderType.bind(t),this.executeTableTdSlashType=t.tableTdSlashType.bind(t),this.executeTableTdBackgroundColor=t.tableTdBackgroundColor.bind(t),this.executeTableSelectAll=t.tableSelectAll.bind(t),this.executeTableProperties=t.tableProperties.bind(t),this.executeImage=t.image.bind(t),this.executeHyperlink=t.hyperlink.bind(t),this.executeDeleteHyperlink=t.deleteHyperlink.bind(t),this.executeCancelHyperlink=t.cancelHyperlink.bind(t),this.executeEditHyperlink=t.editHyperlink.bind(t),this.executeSeparator=t.separator.bind(t),this.executePageBreak=t.pageBreak.bind(t),this.executeAddWatermark=t.addWatermark.bind(t),this.executeDeleteWatermark=t.deleteWatermark.bind(t),this.executeSearch=t.search.bind(t),this.executeSearchNavigatePre=t.searchNavigatePre.bind(t),this.executeSearchNavigateNext=t.searchNavigateNext.bind(t),this.executeReplace=t.replace.bind(t),this.executePrint=t.print.bind(t),this.executeReplaceImageElement=t.replaceImageElement.bind(t),this.executeSaveAsImageElement=t.saveAsImageElement.bind(t),this.executeSetImageCrop=t.setImageCrop.bind(t),this.executeSetImageCaption=t.setImageCaption.bind(t),this.executeChangeImageDisplay=t.changeImageDisplay.bind(t),this.executePageMode=t.pageMode.bind(t),this.executePageScale=t.pageScale.bind(t),this.executePageScaleRecovery=t.pageScaleRecovery.bind(t),this.executePageScaleMinus=t.pageScaleMinus.bind(t),this.executePageScaleAdd=t.pageScaleAdd.bind(t),this.executePaperSize=t.paperSize.bind(t),this.executePaperDirection=t.paperDirection.bind(t),this.executeSetPaperMargin=t.setPaperMargin.bind(t),this.executeSetMainBadge=t.setMainBadge.bind(t),this.executeSetAreaBadge=t.setAreaBadge.bind(t),this.getAreaValue=t.getAreaValue.bind(t),this.executeInsertArea=t.insertArea.bind(t),this.executeSetAreaValue=t.setAreaValue.bind(t),this.executeSetAreaProperties=t.setAreaProperties.bind(t),this.executeLocationArea=t.locationArea.bind(t),this.executeClearGraffiti=t.clearGraffiti.bind(t),this.executeInsertElementList=t.insertElementList.bind(t),this.executeAppendElementList=t.appendElementList.bind(t),this.executeUpdateElementById=t.updateElementById.bind(t),this.executeDeleteElementById=t.deleteElementById.bind(t),this.executeSetValue=t.setValue.bind(t),this.executeRemoveControl=t.removeControl.bind(t),this.executeTranslate=t.translate.bind(t),this.executeSetLocale=t.setLocale.bind(t),this.executeLocationCatalog=t.locationCatalog.bind(t),this.executeWordTool=t.wordTool.bind(t),this.executeSetHTML=t.setHTML.bind(t),this.executeSetGroup=t.setGroup.bind(t),this.executeDeleteGroup=t.deleteGroup.bind(t),this.executeLocationGroup=t.locationGroup.bind(t),this.executeSetZone=t.setZone.bind(t),this.executeUpdateOptions=t.updateOptions.bind(t),this.executeSetFormModeTrace=t.setFormModeTrace.bind(t),this.executeInsertTitle=t.insertTitle.bind(t),this.executeFocus=t.focus.bind(t),this.executeComputeElementListHeight=t.computeElementListHeight.bind(t),this.getImage=t.getImage.bind(t),this.getPageMode=t.getPageMode.bind(t),this.getOptions=t.getOptions.bind(t),this.getValue=t.getValue.bind(t),this.getValueAsync=t.getValueAsync.bind(t),this.getHTML=t.getHTML.bind(t),this.getText=t.getText.bind(t),this.getWordCount=t.getWordCount.bind(t),this.getCursorPosition=t.getCursorPosition.bind(t),this.getRemainingContentHeight=t.getRemainingContentHeight.bind(t),this.getRange=t.getRange.bind(t),this.getRangeText=t.getRangeText.bind(t),this.getRangeContext=t.getRangeContext.bind(t),this.getRangeRow=t.getRangeRow.bind(t),this.getRangeParagraph=t.getRangeParagraph.bind(t),this.getKeywordRangeList=t.getKeywordRangeList.bind(t),this.getKeywordContext=t.getKeywordContext.bind(t),this.getCatalog=t.getCatalog.bind(t),this.getPaperMargin=t.getPaperMargin.bind(t),this.getSearchNavigateInfo=t.getSearchNavigateInfo.bind(t),this.getLocale=t.getLocale.bind(t),this.getGroupIds=t.getGroupIds.bind(t),this.getContainer=t.getContainer.bind(t),this.getTitleValue=t.getTitleValue.bind(t),this.getPositionContextByEvent=t.getPositionContextByEvent.bind(t),this.getElementById=t.getElementById.bind(t),this.executeSetControlValue=t.setControlValue.bind(t),this.executeSetControlValueList=t.setControlValueList.bind(t),this.executeSetControlExtension=t.setControlExtension.bind(t),this.executeSetControlExtensionList=t.setControlExtensionList.bind(t),this.executeSetControlProperties=t.setControlProperties.bind(t),this.executeSetControlPropertiesList=t.setControlPropertiesList.bind(t),this.executeSetControlHighlight=t.setControlHighlight.bind(t),this.executeSetControlQualityMarks=t.setControlQualityMarks.bind(t),this.getControlValue=t.getControlValue.bind(t),this.getControlList=t.getControlList.bind(t),this.executeLocationControl=t.locationControl.bind(t),this.executeInsertControl=t.insertControl.bind(t),this.executeInsertTextField=t.insertTextField.bind(t),this.executeJumpControl=t.jumpControl.bind(t),this.getMacroValue=t.getMacroValue.bind(t),this.getMacroList=t.getMacroList.bind(t),this.setMacroValue=t.setMacroValue.bind(t),this.setMacroValueList=t.setMacroValueList.bind(t),this.updateMacroProperties=t.updateMacroProperties.bind(t),this.locationMacro=t.locationMacro.bind(t),this.insertSubTemplate=t.insertSubTemplate.bind(t),this.updateSubTemplate=t.updateSubTemplate.bind(t),this.expandSubTemplate=t.expandSubTemplate.bind(t),this.collapseSubTemplate=t.collapseSubTemplate.bind(t),this.toggleSubTemplate=t.toggleSubTemplate.bind(t)}}function OT(o,t){return o===1125&&t===1593?{size:"a3",width:"297mm",height:"420mm"}:o===794&&t===1123?{size:"a4",width:"210mm",height:"297mm"}:o===565&&t===796?{size:"a5",width:"148mm",height:"210mm"}:{size:"",width:`${o}px`,height:`${t}px`}}function ST(o,t){const{width:e,height:n,direction:i=s.PaperDirection.VERTICAL}=t,l=document.createElement("iframe");l.style.visibility="hidden",l.style.position="absolute",l.style.left="0",l.style.top="0",l.style.width="0",l.style.height="0",l.style.border="none",document.body.append(l);const r=l.contentWindow,a=r.document;a.open();const c=document.createElement("div"),d=OT(e,n);o.forEach(h=>{const g=document.createElement("img");g.style.width=i===s.PaperDirection.HORIZONTAL?d.height:d.width,g.style.height=i===s.PaperDirection.HORIZONTAL?d.width:d.height,g.src=h,c.append(g)});const u=document.createElement("style"),R=`
544
547
  * {
545
548
  margin: 0;
546
549
  padding: 0;
@@ -548,6 +551,6 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
548
551
  @page {
549
552
  margin: 0;
550
553
  size: ${d.size} ${i===s.PaperDirection.HORIZONTAL?"landscape":"portrait"};
551
- }`;u.append(document.createTextNode(R)),setTimeout(()=>{a.write(`${u.outerHTML}${c.innerHTML}`),r.print(),a.close(),window.addEventListener("mouseover",()=>{l?.remove()},{once:!0})})}const ET=[s.ControlType.TEXT,s.ControlType.TEXTFIELD],Ol=["id","titleId","listId","areaId","hyperlinkId","dateId","labelId","tableId","trId","tdId","pagingId","menstrualHistoryId","fetalHeartPositionId","toothPositionId"];function zo(o,t){for(let e=0;e<o.length;e++){const n=o[e];if(n.type===s.ElementType.CONTROL&&n.controlId===t&&n.control)return ht(n);if(n.control?.value?.length){const i=zo(n.control.value,t);if(i)return i}if(n.valueList?.length){const i=zo(n.valueList,t);if(i)return i}if(n.type===s.ElementType.TABLE&&n.trList?.length)for(let i=0;i<n.trList.length;i++){const l=n.trList[i];for(let r=0;r<l.tdList.length;r++){const a=l.tdList[r],c=zo(a.value,t);if(c)return c}}}return null}function MT(o){const t=new Map,e=new Map,n=a=>a&&(t.has(a)||t.set(a,Tt()),t.get(a)),i=a=>a&&(e.has(a)||e.set(a,Tt()),e.get(a)),l=a=>{a.controlId&&(a.controlId=n(a.controlId)),a.originControlId&&(a.originControlId=n(a.originControlId));for(let c=0;c<Ol.length;c++){const d=Ol[c],u=a[d];if(typeof u=="string"){const R=a;R[d]=i(u)}}a.groupIds?.length&&(a.groupIds=a.groupIds.map(c=>i(c))),a.valueList?.length&&a.valueList.forEach(l),a.control?.value?.length&&a.control.value.forEach(l),a.trList?.length&&a.trList.forEach(c=>{const d=c;typeof d.id=="string"&&(d.id=i(d.id)),c.tdList.forEach(u=>{const R=u;typeof R.id=="string"&&(R.id=i(R.id)),u.value.forEach(l)})})},r=ht(o);return l(r),r}function OT(o,t,e){let n=-1;const i=!!e;for(let l=0;l<o.length;l++){const r=o[l];if(i?r.controlId===t&&r.originControlId===e:r.controlId===t&&!r.originControlId)n=l;else if(~n)break}return n}class ST{draw;range;position;historyManager;canvasEvent;options;control;workerManager;searchManager;i18n;zone;tableOperate;constructor(t){this.draw=t,this.range=t.getRange(),this.position=t.getPosition(),this.historyManager=t.getHistoryManager(),this.canvasEvent=t.getCanvasEvent(),this.options=t.getOptions(),this.control=t.getControl(),this.workerManager=t.getWorkerManager(),this.searchManager=t.getSearch(),this.i18n=t.getI18n(),this.zone=t.getZone(),this.tableOperate=t.getTableOperate()}getIsRangeInTextField(){const{startIndex:t}=this.range.getRange(),e=this.draw.getElementList(),n=e[t];if(!n)return!1;let i=null;const l=r=>{if(!r)return null;for(let a=t;a>=0;a--){const c=e[a];if(c.controlId===r&&c.control?.type===s.ControlType.TEXTFIELD&&(c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT))return r}return null};return i=l(n.controlId)||l(n.originControlId),!!i}mode(t){this.draw.setMode(t)}async cut(){this.draw.isReadonly()||this.draw.isDisabled()||await this.canvasEvent.cut()}async copy(t){await this.canvasEvent.copy(t)}paste(t){this.draw.isReadonly()||this.draw.isDisabled()||Cc(this.canvasEvent,t)}copyControl(t){if(!t)return;const e=Yt(this.draw.getElementList(),{editorOptions:this.options}),n=zo(e,t);n&&gc({element:n})}pasteControl(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=Gs();if(!e?.element)return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=MT(e.element),a=r.controlId;if(!a)return;const c=fi([r]);if(!c.length)return;jt(c,{isHandleFirstElement:!1,editorOptions:this.options});let d=n,u=n,R=i,h=!1,g;const T=n===i;let f=this.control.getActiveControl();!f&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),f=this.control.getActiveControl());const m=f?.getElement();if(m?.control?.type&&ET.includes(m.control.type)&&this.control.getIsRangeWithinControl()){h=!0,g=m.controlId;const p=l[n];T&&(p?.control?.type===s.ControlType.TEXTFIELD||p?.control?.type===s.ControlType.TEXT)&&this.control.removePlaceholder(n)}else if(m?.controlId){const p=OT(l,m.controlId,m.originControlId);~p&&(d=p,u=p,R=p)}re(l,c,d,{isBreakWhenWrap:!0,editorOptions:this.options}),g&&c.forEach(p=>{p.controlId===a&&!p.originControlId&&(p.originControlId=g)});const C=d+1;u!==R&&this.draw.spliceElementList(l,u+1,R-u),this.draw.spliceElementList(l,C,0,c);const I=d+c.length;this.range.setRange(I,I),this.draw.render({curIndex:I}),h&&this.control.emitControlContentChange()}selectAll(){this.canvasEvent.selectAll()}backspace(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.draw.getElementList(),{startIndex:n,endIndex:i}=this.range.getRange(),l=n===i;if(l&&e[n].value===_&&n===0)return;l?this.draw.spliceElementList(e,n,1):this.draw.spliceElementList(e,n+1,i-n);const r=l?n-1:n;this.range.setRange(r,r),this.draw.render({curIndex:r})}setRange(t,e,n,i,l,r,a){if(t<0||e<0||e<t)return;this.range.setRange(t,e,n,i,l,r,a);const c=t===e;this.draw.render({curIndex:c?t:void 0,isCompute:!1,isSubmitHistory:!1,isSetCursor:c})}replaceRange(t){this.setRange(t.startIndex,t.endIndex,t.tableId,t.startTdIndex,t.endTdIndex,t.startTrIndex,t.endTrIndex)}setPositionContext(t){const{tableId:e,startTrIndex:n,startTdIndex:i}=t,l=this.draw.getOriginalElementList();if(e){const r=l.findIndex(u=>u.id===e);if(!~r)return;const c=l[r].trList[n],d=c.tdList[i];this.position.setPositionContext({isTable:!0,index:r,trIndex:n,tdIndex:i,tdId:d.id,trId:c.id,tableId:e})}else this.position.setPositionContext({isTable:!1})}forceUpdate(t){const{isSubmitHistory:e=!1}=t||{};this.range.clearRange(),this.draw.render({isSubmitHistory:e,isSetCursor:!1})}blur(){this.range.clearRange(),this.draw.getCursor().recoveryCursor()}hideCursor(){this.draw.getCursor().recoveryCursor()}undo(){this.draw.isReadonly()||this.historyManager.undo()}redo(){this.draw.isReadonly()||this.historyManager.redo()}painter(t){if(!t.isDblclick&&this.draw.getPainterStyle()){this.canvasEvent.clearPainterStyle();return}const e=this.range.getSelection();if(!e)return;const n={};e.forEach(i=>{Ne.forEach(r=>{const a=r;n[a]===void 0&&Reflect.set(n,a,i[a])})}),this.draw.setPainterStyle(n,t)}applyPainterStyle(){this.draw.isReadonly()||this.draw.isDisabled()||this.canvasEvent.applyPainterStyle()}format(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();let l={},r=[];if(i?.length)r=i,l={isSetCursor:!1};else{const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];d?.value===_&&(r.push(d),l={curIndex:a})}r.length&&(r.forEach(a=>{Ne.forEach(c=>{delete a[c]})}),this.draw.render(l))}buttonText(t){if(t)if([...t.element].filter(i=>i.newButtonValue&&i.newButtonValue.length>0).length){const i=t.controlId;this.removeButtonElementsByControlId(i+"_text").then(()=>{setTimeout(()=>{this.insertButtonValue(t)},500)})}else{const i=t.controlId;i&&this.removeButtonElementsByControlId(i+"_text")}}triggerControlEditAttribute(t,e){const n=this.draw.getElementList(),i=[];t&&hs(n,a=>{a.controlId===t&&i.push(a)});const l=i.length?i:e?[e]:[];this.draw.getEventBus().emit("controlEditAttribute",{controlId:t,element:l,targetElement:e||i[0]||null,isControl:!!t})}editElementAttribute(t){const e=this.draw.getElementList();if(t.controlId&&t.type==="button"){const n=[];e.forEach((h,g)=>{h.controlId===t.controlId&&h.control?.type==="button"&&n.push(g)});const i=[];let l=null;n.forEach(h=>{const g=e[h];g.controlComponent===s.ControlComponent.VALUE&&(i.push(h),l||(l=g))}),i.sort((h,g)=>g-h).forEach(h=>{e.splice(h,1)});let r=-1;for(let h=0;h<e.length;h++){const g=e[h];if(g.controlId===t.controlId&&g.control?.type==="button"){if(g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT){r=h+1;break}r===-1&&(r=h+1)}}if(r===-1&&n.length>0){const h=[];e.forEach((g,T)=>{g.controlId===t.controlId&&g.control?.type==="button"&&h.push(T)}),h.length>0&&(r=h[0]+1)}const a=t.label||"";for(let h=0;h<a.length;h++){const g={value:a[h],controlId:t.controlId,type:s.ElementType.CONTROL,control:{type:"button",buttonLabel:a,code:t.code,value:[{value:a}],label:a,hide:!1},controlComponent:s.ControlComponent.VALUE,color:l?.color||"#fff",highlight:l?.highlight||"#1677FF",style:l?.style||"16px Microsoft YaHei",hide:!1};e.splice(r+h,0,g)}e.filter(h=>h.controlId===t.controlId&&h.control?.type==="button").forEach(h=>{h.control&&(h.control.buttonLabel=t.label,h.control.label=t.label,h.control.code=t.code,h.control.hide=!1,h.control.value=[{value:t.label}]),h.hide=!1});const{startIndex:c,endIndex:d}=this.range.getRange(),u=!0,R=d;this.draw.render({curIndex:R,isSetCursor:u})}else if(t.controlId){const n=t.controlId;if(e.forEach(l=>{l.controlId===n&&l.control&&(t.label!==void 0&&(l.control.label=t.label),t.placeholder!==void 0&&(l.control.placeholder=t.placeholder),t.code!==void 0&&(l.control.code=t.code),t.value!==void 0&&(l.control.value=t.value?[{value:t.value}]:null),t.valueSets!==void 0&&(l.control.valueSets=t.valueSets),t.dateFormat!==void 0&&(l.control.dateFormat=t.dateFormat),t.numberExclusiveOptions!==void 0&&(l.control.numberExclusiveOptions=t.numberExclusiveOptions),t.underline!==void 0&&(l.control.underline=t.underline))}),t.placeholder!==void 0){const l=t.placeholder,r=[];if(e.forEach((a,c)=>{a.controlId===n&&a.controlComponent==="placeholder"&&r.push({element:a,index:c})}),r.length===l.length)r.forEach((a,c)=>{a.element.value=l[c]===`
552
- `?_:l[c]});else if(r.length>0){const a={...r[0].element};r.sort((d,u)=>u.index-d.index).forEach(d=>{e.splice(d.index,1)});const c=Math.min(...r.map(d=>d.index));for(let d=0;d<l.length;d++){const u=l[d]===`
553
- `?_:l[d];e.splice(c+d,0,{...a,value:u})}}}const{endIndex:i}=this.range.getRange();this.draw.render({curIndex:i,isSetCursor:!0})}}delButton(t,e){return new Promise(n=>{for(let i=t.length-1;i>=0;i--)e.some(r=>r.controlId===t[i].controlId&&r.type===t[i].type)&&t.splice(i,1);n(!0)})}editButton(t,e,n){const i=this.draw.getElementList();n=n+1;for(let d=0;d<e.label.length;d++){const u={value:e.label[d],controlId:e.controlId,type:s.ElementType.CONTROL,control:{type:"button",buttonLabel:e.label,code:e.code,value:[{value:e.label}],label:e.label,hide:!1},controlComponent:"value",color:"#fff",highlight:"#1677FF",style:"16px Microsoft YaHei",hide:!1};i.splice(n+d,0,u)}const{startIndex:l,endIndex:r}=this.range.getRange(),a=!0,c=r;this.draw.render({curIndex:c,isSetCursor:a})}removeButtonElementsByControlId(t){return new Promise(e=>{const n=this.draw.getElementList();for(let c=n.length-1;c>=0;c--)n[c].controlId===t&&n.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),e(!0)})}removeByValue(t,e){return new Promise(n=>{for(let c=t.length-1;c>=0;c--)(t[c].type=="control"||t[c].type=="text"||t[c].type=="buttonText")&&t[c].control?.buttonLabel===e&&t[c].control?.buttonText&&t.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),n(!0)})}insertButtonValue(t){const e=this.draw.getElementList(),n=t.controlId,i=t.element[0].newButtonValue,l=t.element[0].control.buttonLabel,r=t.element[0].control.code;if(!i||!i.length)return;let a=-1;for(let m=0;m<e.length;m++)if(e[m].controlId===n&&e[m].control?.type==="button"){a=m;break}if(a===-1)return;const c=n+"_text",d=[];for(let m=0;m<i.length;m++){const C=i[m];d.push({value:C.value,code:C.code})}const u={type:"button",buttonLabel:l,buttonText:!0,label:l,code:r,value:d,hide:!1},R=[];R.push({value:"[",controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.PREFIX,color:"#1677FF",hide:!1});for(let m=0;m<i.length;m++){const C=i[m],I=i.length>1?`${m+1}.${C.value}`:C.value,p=Dt(I);for(let L=0;L<p.length;L++)R.push({value:p[L],controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1});i.length>1&&m<i.length-1&&R.push({value:_,controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1})}R.push({value:"]",controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.POSTFIX,color:"#1677FF",hide:!1});for(let m=0;m<R.length;m++)e.splice(a+m,0,R[m]);const{startIndex:h,endIndex:g}=this.range.getRange(),T=!0,f=g;this.draw.render({curIndex:f,isSetCursor:T})}font(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{r.font=t}),this.draw.render({isSetCursor:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({font:t}),d?.value===_?d.font=t:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}size(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{minSize:l,maxSize:r,defaultSize:a}=this.options;if(t<l||t>r)return;let c={},d=[];const u=this.range.getTextLikeSelectionElementList();if(u?.length)d=u,c={isSetCursor:!1};else{const{endIndex:h}=this.range.getRange(),T=this.draw.getElementList()[h];this.range.setDefaultStyle({size:t}),T?.value===_?(d.push(T),c={curIndex:h}):this.draw.render({curIndex:h,isCompute:!1,isSubmitHistory:!1})}if(!d.length)return;let R=!1;d.forEach(h=>{!h.size&&t===a||h.size&&h.size===t||(h.size=t,R=!0)}),R&&this.draw.render(c)}sizeAdd(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,maxSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],T=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:T+2>l?l:T+2}),h?.value===_?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size>=l)&&(u.size+2>l?u.size=l:u.size+=2,d=!0)}),d&&this.draw.render(a)}sizeMinus(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,minSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],T=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:T-2<l?l:T-2}),h?.value===_?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size<=l)&&(u.size-2<l?u.size=l:u.size-=2,d=!0)}),d&&this.draw.render(a)}bold(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.bold);i.forEach(r=>{r.bold=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({bold:c.bold?!1:!this.range.getDefaultStyle()?.bold}),c?.value===_?c.bold=!c.bold:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}italic(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.italic);i.forEach(r=>{r.italic=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({italic:c.italic?!1:!this.range.getDefaultStyle()?.italic}),c?.value===_?c.italic=!c.italic:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}underline(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length){const r=l.some(a=>!a.underline||!t&&a.textDecoration||t&&!a.textDecoration||t&&a.textDecoration&&!ia(a.textDecoration,t));l.forEach(a=>{a.underline=r,r&&t?a.textDecoration=t:delete a.textDecoration}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({underline:d?.underline?!1:!this.range.getDefaultStyle()?.underline}),d?.value===_?d.underline=!d.underline:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}strikeout(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.strikeout);i.forEach(r=>{r.strikeout=!!~l}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({strikeout:c.strikeout?!1:!this.range.getDefaultStyle()?.strikeout}),c?.value===_?c.strikeout=!c.strikeout:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}superscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUPERSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUPERSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUBSCRIPT)&&(r.type=s.ElementType.SUPERSCRIPT)}),this.draw.render({isSetCursor:!1})}subscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUBSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUBSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUPERSCRIPT)&&(r.type=s.ElementType.SUBSCRIPT)}),this.draw.render({isSetCursor:!1})}color(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.color=t:delete r.color}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({color:t||void 0}),d?.value===_?t?d.color=t:delete d.color:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}highlight(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.highlight=t:delete r.highlight}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({highlight:t||void 0}),d?.value===_?t?d.highlight=t:delete d.highlight:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}title(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=n===i?this.range.getRangeParagraphElementList():l.slice(n+1,i+1);if(!r||!r.length)return;const a=Tt(),c=this.draw.getOptions().title;r.forEach(R=>{!R.type&&R.value===_||(t?(R.level=t,R.titleId=a,Eo(R)&&(R.size=c[Vs[t]],R.bold=!0)):R.titleId&&(delete R.titleId,delete R.title,delete R.level,delete R.size,delete R.bold))});const d=n===i,u=d?i:n;this.draw.render({curIndex:u,isSetCursor:d})}list(t,e){this.draw.isReadonly()||this.draw.getListParticle().setList(t,e)}rowFlex(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowFlex=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}vertical(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.vertical=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}rowMargin(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowMargin=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}insertTable(t,e){this.draw.isReadonly()||this.draw.isDisabled()||this.getIsRangeInTextField()||this.control.getActiveControl()||this.tableOperate.insertTable(t,e)}insertTableTopRow(){this.draw.isReadonly()||this.tableOperate.insertTableTopRow()}insertTableBottomRow(){this.draw.isReadonly()||this.tableOperate.insertTableBottomRow()}insertTableLeftCol(){this.draw.isReadonly()||this.tableOperate.insertTableLeftCol()}insertTableRightCol(){this.draw.isReadonly()||this.tableOperate.insertTableRightCol()}deleteTableRow(){this.draw.isReadonly()||this.tableOperate.deleteTableRow()}deleteTableCol(){this.draw.isReadonly()||this.tableOperate.deleteTableCol()}deleteTable(){this.draw.isReadonly()||this.tableOperate.deleteTable()}mergeTableCell(){this.draw.isReadonly()||this.tableOperate.mergeTableCell()}cancelMergeTableCell(){this.draw.isReadonly()||this.tableOperate.cancelMergeTableCell()}splitVerticalTableCell(){this.draw.isReadonly()||this.tableOperate.splitVerticalTableCell()}splitHorizontalTableCell(){this.draw.isReadonly()||this.tableOperate.splitHorizontalTableCell()}tableTdVerticalAlign(t){this.draw.isReadonly()||this.tableOperate.tableTdVerticalAlign(t)}tableBorderType(t){this.draw.isReadonly()||this.tableOperate.tableBorderType(t)}tableBorderColor(t){this.draw.isReadonly()||this.tableOperate.tableBorderColor(t)}tableTdBorderType(t){this.draw.isReadonly()||this.tableOperate.tableTdBorderType(t)}tableTdSlashType(t){this.draw.isReadonly()||this.tableOperate.tableTdSlashType(t)}tableTdBackgroundColor(t){this.draw.isReadonly()||this.tableOperate.tableTdBackgroundColor(t)}tableSelectAll(){this.tableOperate.tableSelectAll()}tableProperties(){this.draw.isReadonly()||this.tableOperate.tableProperties()}hyperlink(t){const{valueList:e,url:n,hyperlinkId:i}=t;if(!n||!e?.length||this.draw.isReadonly()||this.draw.isDisabled()||this.control.getActiveControl())return;const{startIndex:a,endIndex:c}=this.range.getRange();!~a&&!~c||this.insertElementList([{type:s.ElementType.HYPERLINK,value:"",valueList:e,url:n,hyperlinkId:i||Tt()}])}getHyperlinkRange(){let t=-1,e=-1;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=this.draw.getElementList(),r=l[n];if(r.type!==s.ElementType.HYPERLINK)return null;let a=n;for(;a>0;){if(l[a].hyperlinkId!==r.hyperlinkId){t=a+1;break}a--}let c=n+1;for(;c<l.length;){if(l[c].hyperlinkId!==r.hyperlinkId){e=c-1;break}c++}return c===l.length&&(e=c-1),!~t||!~e?null:[t,e]}deleteHyperlink(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.getHyperlinkRange();if(!e)return;const n=this.draw.getElementList(),[i,l]=e;this.draw.spliceElementList(n,i,l-i+1),this.draw.getHyperlinkParticle().clearHyperlinkPopup();const r=i-1;this.range.setRange(r,r),this.draw.render({curIndex:r})}cancelHyperlink(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.getHyperlinkRange();if(!e)return;const n=this.draw.getElementList(),[i,l]=e;for(let a=i;a<=l;a++){const c=n[a];delete c.type,delete c.url,delete c.hyperlinkId,delete c.underline}this.draw.getHyperlinkParticle().clearHyperlinkPopup();const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r,isCompute:!1})}editHyperlink(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=this.getHyperlinkRange();if(!n)return;const i=this.draw.getElementList(),[l,r]=n;for(let c=l;c<=r;c++){const d=i[c];d.url=t}this.draw.getHyperlinkParticle().clearHyperlinkPopup();const{endIndex:a}=this.range.getRange();this.draw.render({curIndex:a,isCompute:!1})}separator(t,e){if(this.draw.isReadonly()||this.draw.isDisabled()||this.getIsRangeInTextField()||this.control.getActiveControl())return;const{startIndex:l,endIndex:r}=this.range.getRange();if(!~l&&!~r)return;const a=this.draw.getElementList();let c=-1;const d=a[r+1];if(d&&d.type===s.ElementType.SEPARATOR){if(d.dashArray&&d.dashArray.join()===t.join())return;c=r,Object.assign(d,{dashArray:t,...e})}else{const u={value:ms,type:s.ElementType.SEPARATOR,dashArray:t,...e};re(a,[u],l,{editorOptions:this.options}),l!==0&&a[l].value===_?(this.draw.spliceElementList(a,l,1,[u]),c=l-1):(this.draw.spliceElementList(a,l+1,0,[u]),c=l)}this.range.setRange(c,c),this.draw.render({curIndex:c})}pageBreak(){this.draw.isReadonly()||this.draw.isDisabled()||this.control.getActiveControl()||this.insertElementList([{type:s.ElementType.PAGE_BREAK,value:ms}])}addWatermark(t){if(this.draw.isReadonly())return;const n=this.draw.getOptions(),{color:i,size:l,opacity:r,font:a,gap:c}=Ti;n.watermark.data=t.data,n.watermark.type=t.type||s.WatermarkType.TEXT,t.width&&(n.watermark.width=t.width),t.height&&(n.watermark.height=t.height),n.watermark.color=t.color||i,n.watermark.opacity=t.opacity||r,n.watermark.size=t.size||l,n.watermark.font=t.font||a,n.watermark.repeat=!!t.repeat,t.numberType&&(n.watermark.numberType=t.numberType),n.watermark.gap=t.gap||c,this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1})}deleteWatermark(){if(this.draw.isReadonly())return;const e=this.draw.getOptions();e.watermark&&e.watermark.data&&(e.watermark={...Ti},this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1}))}image(t){if(this.draw.isReadonly()||this.draw.isDisabled())return null;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=t.id||Tt();return this.insertElementList([{...t,id:l,type:s.ElementType.IMAGE}]),l}search(t,e){this.searchManager.setSearchKeyword(t,e),this.draw.render({isSubmitHistory:!1})}searchNavigatePre(){this.searchManager.searchNavigatePre()!==null&&this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1,isLazy:!1})}searchNavigateNext(){this.searchManager.searchNavigateNext()!==null&&this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1,isLazy:!1})}getSearchNavigateInfo(){return this.searchManager.getSearchNavigateInfo()}replace(t,e){this.draw.getSearch().replace(t,e)}async print(){const{scale:t,printPixelRatio:e,paperDirection:n,width:i,height:l}=this.options;t!==1&&this.draw.setPageScale(1);const r=await this.draw.getDataURL({pixelRatio:e,mode:s.EditorMode.PRINT});PT(r,{width:i,height:l,direction:n}),t!==1&&this.draw.setPageScale(t)}replaceImageElement(t){const{startIndex:e}=this.range.getRange(),i=this.draw.getElementList()[e];!i||i.type!==s.ElementType.IMAGE||(i.value=t,this.draw.render({isSetCursor:!1}))}saveAsImageElement(){const{startIndex:t}=this.range.getRange(),n=this.draw.getElementList()[t];!n||n.type!==s.ElementType.IMAGE||Ls(n.value,`${n.id}.png`)}setImageCrop(t){const{startIndex:e}=this.range.getRange(),i=this.draw.getElementList()[e];!i||i.type!==s.ElementType.IMAGE||(i.imgCrop=t,this.draw.render({isSetCursor:!1,isCompute:!1}))}setImageCaption(t){const{startIndex:e}=this.range.getRange(),i=this.draw.getElementList()[e];i?.type===s.ElementType.IMAGE&&(i.imgCaption=t,this.draw.render({isSetCursor:!1}))}changeImageDisplay(t,e){if(t.imgDisplay===e)return;t.imgDisplay=e;const{startIndex:n,endIndex:i}=this.range.getRange();if(e===s.ImageDisplay.SURROUND||e===s.ImageDisplay.FLOAT_TOP||e===s.ImageDisplay.FLOAT_BOTTOM){const l=this.position.getPositionList(),{pageNo:r,coordinate:{leftTop:a}}=l[n];t.imgFloatPosition={pageNo:r,x:a[0],y:a[1]}}else delete t.imgFloatPosition;this.draw.getPreviewer().clearResizer(),this.draw.render({isSetCursor:!0,curIndex:i})}getImage(t){return this.draw.getDataURL(t)}getPageMode(){return this.options}getOptions(){return this.options}getValue(t){return this.draw.getValue(t)}getValueAsync(t){return this.draw.getWorkerManager().getValue(t)}getAreaValue(t){return this.draw.getArea().getAreaValue(t)}getHTML(){const t=this.options,e=this.draw.getHeaderElementList(),n=this.draw.getOriginalMainElementList(),i=this.draw.getFooterElementList();return{header:bn(e,t).innerHTML,main:bn(n,t).innerHTML,footer:bn(i,t).innerHTML}}getText(){const t=this.options,e=this.draw.getHeaderElementList(),n=this.draw.getOriginalMainElementList(),i=this.draw.getFooterElementList();return{header:Cn(e,t),main:Cn(n,t),footer:Cn(i,t)}}getWordCount(){return this.workerManager.getWordCount()}getCursorPosition(){return this.position.getCursorPosition()}getRemainingContentHeight(){if(!this.draw.getIsPagingMode())return 0;const t=this.draw.getPageRowList(),e=t.length-1,i=(t[e]||[]).reduce((c,d)=>c+d.height+(d.offsetY||0),0),l=this.draw.getHeight(),r=this.draw.getMainOuterHeight(),a=l-(r+i);return a>0?a:0}computeElementListHeight(t){if(!t.length)return 0;const e=this.draw.getInnerWidth();if(e<=0)return 0;const n=ht(t);jt(n,{isHandleFirstElement:!1,editorOptions:this.options});const i=Ii(n);return this.draw.computeRowList({innerWidth:e,elementList:n,surroundElementList:i}).reduce((r,a)=>r+a.height+(a.offsetY||0),0)}getRange(){return ht(this.range.getRange())}getRangeText(){return this.range.toString()}getRangeContext(){const t=this.range.getRange(),{startIndex:e,endIndex:n}=t;if(!~e&&!~n)return null;const i=e===n,l=this.range.toString(),r=Yt(this.range.getSelectionElementList()||[]),a=this.draw.getElementList(),c=cn(a[i?e:e+1],{extraPickAttrs:["id","controlComponent"]}),d=cn(a[n],{extraPickAttrs:["id","controlComponent"]}),u=this.draw.getRowList(),R=this.position.getPositionList(),h=R[e],g=R[n],T=h?.pageNo,f=g?.pageNo,m=h?.rowIndex,C=g?.rowIndex,I=u[m],p=u[C];let L=0,M=0;this.draw.getCursor().getHitLineStartIndex()||(L=I?.elementList[0]?.value===_?h?.index-I?.startIndex:h?.index-I?.startIndex+1),h===g?M=L:M=p.elementList[0]?.value===_?g.index-p.startIndex:g.index-p.startIndex+1;const O=[],b=this.draw.getOriginalHeight(),D=this.draw.getOriginalPageGap(),W=this.position.getSelectionPositionList();if(W){let U=null,Q=0,v=null;for(let w=0;w<W.length;w++){const{rowNo:j,pageNo:J,coordinate:{leftTop:A,rightTop:x},lineHeight:k}=W[w];U===null||U!==j?(v&&O.push(v),v={x:A[0],y:A[1]+J*(b+D),width:x[0]-A[0],height:k},U=j,Q=A[0]):v.width=x[0]-Q,w===W.length-1&&v&&O.push(v)}}else{const Q=this.position.getPositionList()[n],{coordinate:{rightTop:v},pageNo:w,lineHeight:j}=Q;O.push({x:v[0],y:v[1]+w*(b+D),width:0,height:j})}const V=this.draw.getZone().getZone(),{isTable:E,trIndex:y,tdIndex:F,index:S}=this.position.getPositionContext();let N=null;if(E){const Q=this.draw.getOriginalElementList()[S]||null;Q&&(N=Yt([Q])[0])}let P=null,Y=null,X=e-1;for(;X>0;){const U=a[X],Q=a[X-1];if(U.titleId&&U.titleId!==Q?.titleId){P=U.titleId,Y=R[X].pageNo;break}X--}return ht({isCollapsed:i,startElement:c,endElement:d,startPageNo:T,endPageNo:f,startRowNo:m,endRowNo:C,startColNo:L,endColNo:M,rangeRects:O,zone:V,isTable:E,trIndex:y??null,tdIndex:F??null,tableElement:N,selectionText:l,selectionElementList:r,titleId:P,titleStartPageNo:Y})}getRangeRow(){const t=this.range.getRangeRowElementList();return t?Yt(t):null}getRangeParagraph(){const t=this.range.getRangeParagraphElementList();return t?Yt(t):null}getKeywordRangeList(t){return this.range.getKeywordRangeList(t)}getKeywordContext(t){const e=this.getKeywordRangeList(t);if(!e.length)return null;const n=[],i=this.position.getOriginalMainPositionList(),l=this.draw.getOriginalMainElementList();for(let r=0;r<e.length;r++){const a=e[r],{startIndex:c,endIndex:d,tableId:u,startTrIndex:R,startTdIndex:h}=a;let g=i;if(a.tableId){const m=l.find(C=>C.id===u);m&&(g=m.trList?.[R]?.tdList?.[h]?.positionList||[])}const T=ht(g[c]),f=ht(g[d]);n.push({range:a,startPosition:T,endPosition:f})}return n}pageMode(t){this.draw.setPageMode(t)}pageScale(t){t!==this.options.scale&&this.draw.setPageScale(t)}pageScaleRecovery(){const{scale:t}=this.options;t!==1&&this.draw.setPageScale(1)}pageScaleMinus(){const{scale:t}=this.options,e=t*10-1;e>=5&&this.draw.setPageScale(e/10)}pageScaleAdd(){const{scale:t}=this.options,e=t*10+1;e<=30&&this.draw.setPageScale(e/10)}paperSize(t,e){this.draw.setPaperSize(t,e)}paperDirection(t){this.draw.setPaperDirection(t)}getPaperMargin(){return this.options.margins}setPaperMargin(t){return this.draw.setPaperMargin(t)}setMainBadge(t){this.draw.getBadge().setMainBadge(t),this.draw.render({isCompute:!1,isSubmitHistory:!1})}setAreaBadge(t){this.draw.getBadge().setAreaBadgeMap(t),this.draw.render({isCompute:!1,isSubmitHistory:!1})}insertElementList(t,e={}){if(!t.length||this.draw.isReadonly()||this.draw.isDisabled())return;const{isReplace:i=!0,ignoreContextKeys:l}=e;i||this.range.shrinkRange(),console.log(t,"payload");const r=ht(t),{startIndex:a}=this.range.getRange(),c=this.draw.getElementList();re(c,r,a,{ignoreContextKeys:l,isBreakWhenWrap:!0,editorOptions:this.options}),console.log(r,"cloneElementList"),this.draw.insertElementList(r,e),setTimeout(()=>{console.log(c,"elementList")},500)}appendElementList(t,e){!t.length||this.draw.isReadonly()||this.draw.appendElementList(ht(t),e)}updateElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;const i=[];function l(a,c=!1){let d=0;for(;d<a.length;){const u=a[d];if(d++,u.type===s.ElementType.TABLE){const R=u.trList;for(let h=0;h<R.length;h++){const g=R[h];for(let T=0;T<g.tdList.length;T++){const f=g.tdList[T];l(f.value,c)}}}u.type===s.ElementType.CONTROL&&u.control?.value&&l(u.control.value,!0),(e&&u.id===e||n&&u.conceptId===n)&&i.push({elementList:a,index:d-1,isInsideControl:c})}}const r=[this.draw.getOriginalMainElementList(),this.draw.getHeaderElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);if(i.length){for(let a=0;a<i.length;a++){const{elementList:c,index:d,isInsideControl:u}=i[a],R=c[d],h=R.controlId&&R.controlComponent===s.ControlComponent.VALUE;if(u||h){if(Object.assign(R,t.properties),R.id){const g=tc(R.id);g&&Object.assign(g,t.properties)}}else{const g=Yt([{...R,...t.properties}],{extraPickAttrs:["id"]});g.length>0&&g[0]?(an(mn,R,g[0]),jt(g,{isHandleFirstElement:!1,editorOptions:this.options}),c[d]=g[0]):Object.assign(R,t.properties)}}this.draw.render({isSetCursor:!1})}}deleteElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;let i=!1;function l(a){let c=0;for(;c<a.length;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];l(T.value)}}}d.type===s.ElementType.CONTROL&&d.control?.value&&l(d.control.value),(e&&d.id===e||n&&d.conceptId===n)&&(i=!0,a.splice(c,1),c--),c++}}const r=[this.draw.getOriginalMainElementList(),this.draw.getHeaderElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);i&&this.draw.render({isSetCursor:!1})}getElementById(t){const{id:e,conceptId:n}=t,i=[];if(!e&&!n)return i;const l=a=>{let c=0;for(;c<a.length;){const d=a[c];if(c++,d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];l(T.value)}}}e&&d.id!==e||n&&d.conceptId!==n||i.push(d)}},r=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);return Yt(i,{extraPickAttrs:["id"]})}setValue(t,e){this.draw.setValue(t,e)}removeControl(t){if(t?.id||t?.conceptId){const{id:e,conceptId:n}=t;let i=!1;const l=a=>{let c=a.length-1;for(;c>=0;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];l(T.value)}}}c--,!(!d.control||e&&d.controlId!==e||n&&d.control.conceptId!==n)&&(i=!0,a.splice(c+1,1))}},r=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);i&&this.draw.render({isSetCursor:!1})}else{const{startIndex:e,endIndex:n}=this.range.getRange();if(e!==n||!this.draw.getElementList()[e].controlId)return;const a=this.draw.getControl().removeControl(e);if(a===null)return;this.range.setRange(a,a),this.draw.render({curIndex:a})}}translate(t){return this.i18n.t(t)}setLocale(t){this.i18n.setLocale(t)}getLocale(){return this.i18n.getLocale()}getCatalog(){return this.workerManager.getCatalog()}locationCatalog(t){const e=this.draw.getOriginalElementList();function n(C,I){for(let p=0;p<C.length;p++){const L=C[p];if(L.type===s.ElementType.TABLE){const M=L.trList;for(let O=0;O<M.length;O++){const b=M[O];for(let D=0;D<b.tdList.length;D++){const W=b.tdList[D],V=n(W.value,I);if(V)return{...V,isTable:!0,index:p,trIndex:O,tdIndex:D,tdId:W.id,trId:b.id,tableId:L.id}}}}if(L.titleId===I){let M=p;for(;M<C.length;){if(C[M+1]?.titleId!==I)return{isTable:!1,startIndex:M,endIndex:M};M++}}}return null}const i=n(e,t);if(!i)return;const{isTable:l,index:r,startTdIndex:a,endTdIndex:c,startTrIndex:d,endTrIndex:u,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f,endIndex:m}=i;this.position.setPositionContext({isTable:l,index:r,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f}),this.range.setRange(m,m,f,a,c,d,u),this.draw.render({curIndex:m,isCompute:!1,isSubmitHistory:!1})}wordTool(){const t=this.draw.getMainElementList();let e=!1;for(let n=0;n<t.length;n++)if(t[n].value===_)for(;n+1<t.length;){const l=t[n+1];if(l.value!==_&&l.value!==jo)break;t.splice(n+1,1),e=!0}if(e)this.draw.render({isSetCursor:!1});else{const n=this.range.getIsCollapsed();this.draw.getCursor().drawCursor({isShow:n})}}setHTML(t){const{header:e,main:n,footer:i}=t,l=this.draw.getOriginalInnerWidth(),r=a=>a!==void 0?Dn(a,{innerWidth:l}):void 0;this.setValue({header:r(e),main:r(n),footer:r(i)})}setGroup(){return this.draw.isReadonly()?null:this.draw.getGroup().setGroup()}deleteGroup(t){this.draw.isReadonly()||this.draw.getGroup().deleteGroup(t)}getGroupIds(){return this.draw.getWorkerManager().getGroupIds()}locationGroup(t){const e=this.draw.getOriginalMainElementList(),n=this.draw.getGroup().getContextByGroupId(e,t);if(!n)return;const{isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u,endIndex:R}=n;this.position.setPositionContext({isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u}),this.range.setRange(R,R),this.draw.render({curIndex:R,isCompute:!1,isSubmitHistory:!1})}setZone(t){this.draw.getZone().setZone(t)}getControlValue(t){return this.draw.getControl().getValueById(t)}setControlValue(t){this.draw.getControl().setValueListById([t])}setControlValueList(t){this.draw.getControl().setValueListById(t)}setControlExtension(t){this.draw.getControl().setExtensionListById([t])}setControlExtensionList(t){this.draw.getControl().setExtensionListById(t)}setControlProperties(t){this.draw.getControl().setPropertiesListById([t])}setControlPropertiesList(t){this.draw.getControl().setPropertiesListById(t)}setControlHighlight(t){this.draw.getControl().setHighlightList(t),this.draw.render({isSubmitHistory:!1})}setControlQualityMarks(t){this.draw.getControl().setQualityMarks(t),this.draw.render({isSetCursor:!1,isSubmitHistory:!1})}updateOptions(t){const e=Co(t);Object.entries(e).forEach(([n,i])=>{Reflect.set(this.options,n,i)}),this.forceUpdate()}setFormModeTrace(t){Object.assign(this.options.modeRule.form,t),this.forceUpdate()}getControlList(){return this.draw.getControl().getList()}locationControl(t,e){if(!t)return;function n(r,a,c){let d=0;for(;d<r.length;){const u=r[d];if(d++,u.type===s.ElementType.TABLE){const h=u.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f],C=n(m.value,a,c);if(C)return{...C,positionContext:{isTable:!0,index:d-1,trIndex:g,tdIndex:f,tdId:m.id,trId:T.id,tableId:u.id}}}}}if(!c(u))continue;let R=d-1;if(e?.position===s.LocationPosition.OUTER_AFTER){if(!(u.controlComponent===s.ControlComponent.POSTFIX&&r[d+1]?.controlComponent!==s.ControlComponent.POST_TEXT))continue}else if(e?.position===s.LocationPosition.OUTER_BEFORE)R-=1;else if(e?.position===s.LocationPosition.AFTER){if(R-=1,u.controlComponent!==s.ControlComponent.PLACEHOLDER&&u.controlComponent!==s.ControlComponent.POSTFIX&&u.controlComponent!==s.ControlComponent.POST_TEXT)continue}else if(u.controlComponent!==s.ControlComponent.PREFIX&&u.controlComponent!==s.ControlComponent.PRE_TEXT||r[d]?.controlComponent===s.ControlComponent.PREFIX||r[d]?.controlComponent===s.ControlComponent.PRE_TEXT)continue;return{zone:a,range:{startIndex:R,endIndex:R},positionContext:{isTable:!1}}}return null}const i=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}],l=[r=>r.controlId===t,r=>r.control?.conceptId===t,r=>r.control?.code===t];for(let r=0;r<l.length;r++)for(const a of i){const c=n(a.elementList,a.zone,l[r]);if(c){this.setZone(c.zone),this.position.setPositionContext(c.positionContext),this.range.replaceRange(c.range),this.draw.render({curIndex:c.range.startIndex,isCompute:!1,isSubmitHistory:!1});return}}}insertTextField(t){if(this.draw.isReadonly()||this.draw.isDisabled()||!t)return;const n=ht(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=yn(l,i);if(!r)return;const a=[...Sn,...Te,...Jn,...mn];an(a,r,n),this.draw.insertElementTextField([n])}insertControl(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=ht(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=yn(l,i);if(!r)return;const a=l[i],c=a?.controlComponent===s.ControlComponent.POSTFIX||a?.controlComponent===s.ControlComponent.POSTTEXTFIX;let d=!1;if(a?.controlId&&!c)for(let R=i;R>=0;R--){const h=l[R];if(h.controlId!==a.controlId)break;if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){h.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}if(!d&&!c){const R=l[i-1];if(R?.controlId)for(let h=i-1;h>=0;h--){const g=l[h];if(g.controlId!==R.controlId)break;if(g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){g.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}}if(d&&t.control?.type===s.ControlType.TEXTFIELD)return;const u=[...Sn,...Te,...Jn,...mn];an(u,r,n),this.draw.insertElementList([n])}jumpControl(t){this.draw.getControl().initNextControl({direction:t?.direction})}getContainer(){return this.draw.getContainer()}getTitleValue(t){const{conceptId:e}=t,n=[],i=(r,a)=>{let c=0;for(;c<r.length;){const d=r[c];if(c++,d.type===s.ElementType.TABLE){const h=d.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f];i(m.value,a)}}}if(d?.title?.conceptId!==e)continue;const u=[];let R=c;for(;R<r.length;){const h=r[R];if(R++,d.titleId!==h.titleId){if(h.level&&gi[h.level]<=gi[d.level])break;u.push(h)}}n.push({...d.title,value:Cn(u),elementList:Yt(u),zone:a}),c=R}},l=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:r,elementList:a}of l)i(a,r);return n}getPositionContextByEvent(t,e={}){const n=t.target?.dataset.index;if(!n)return null;const{isMustDirectHit:i=!0}=e,l=Number(n),r=this.position.getPositionByXY({x:t.offsetX,y:t.offsetY,pageNo:l}),{isDirectHit:a,isTable:c,index:d,trIndex:u,tdIndex:R,tdValueIndex:h,zone:g}=r;if(i&&!a||g&&g!==this.zone.getZone())return null;let T=null,f=null;const m=this.draw.getOriginalElementList();let C=null;const I=this.position.getOriginalPositionList();if(c){const L=m[d].trList?.[u].tdList[R];f=L?.value[h]||null,C=L?.positionList?.[h]||null,T={element:m[d],trIndex:u,tdIndex:R}}else f=m[d]||null,C=I[d]||null;let p=null;if(C){const{pageNo:L,coordinate:{leftTop:M,rightTop:O},lineHeight:b}=C,D=this.draw.getOriginalHeight(),W=this.draw.getOriginalPageGap();p={x:M[0],y:M[1]+L*(D+W),width:O[0]-M[0],height:b}}return{pageNo:l,element:f,rangeRect:p,tableInfo:T}}insertTitle(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=ht(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=yn(l,i);if(!r)return;const a=[...Sn,...Te,...Jn,...mn];n.valueList?.forEach(c=>{an(a,r,c)}),this.draw.insertElementList([n])}focus(t){const{position:e=s.LocationPosition.AFTER,isMoveCursorToVisible:n=!0,rowNo:i,range:l}=t||{};let r=-1;if(l)this.range.replaceRange(l),r=e===s.LocationPosition.BEFORE?l.startIndex:l.endIndex;else if(si(i)){const c=this.draw.getOriginalRowList();if(r=e===s.LocationPosition.BEFORE?c[i]?.startIndex:c[i+1]?.startIndex-1,!si(r))return;this.range.setRange(r,r)}else r=e===s.LocationPosition.BEFORE?0:this.draw.getOriginalMainElementList().length-1,this.range.setRange(r,r);const a={isCompute:!1,isSetCursor:!1,isSubmitHistory:!1};n&&~r&&this.range.getIsCollapsed()&&(a.curIndex=r,a.isSetCursor=!0),this.draw.render(a)}insertArea(t){return this.draw.getArea().insertArea(t)}setAreaValue(t){return this.draw.getArea().setAreaValue(t)}setAreaProperties(t){this.draw.getArea().setAreaProperties(t)}locationArea(t,e){if(e?.isAppendLastLineBreak&&e?.position===s.LocationPosition.OUTER_AFTER){const l=this.draw.getOriginalMainElementList();l[l.length-1].areaId===t&&this.draw.appendElementList([{value:_}],{isSubmitHistory:!1})}const n=this.draw.getArea().getContextByAreaId(t,e);if(!n)return;const{range:{endIndex:i}}=n;this.position.setPositionContext({isTable:!1}),this.range.setRange(i,i),this.draw.render({curIndex:i,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1})}clearGraffiti(){this.draw.getGraffiti().clear(),this.draw.isGraffitiMode()&&this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1})}getMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=[],a=(d,u)=>{for(const R of d){if(R.type===s.ElementType.TABLE){const g=R.trList;for(const T of g)for(const f of T.tdList)a(f.value,u);continue}if(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM||e&&R.id!==e||n&&R.dictCode!==n||i&&R.label!==i||l&&R.areaId!==l)continue;const h={id:R.id,type:R.type,label:R.label,dictCode:R.dictCode,zone:u};R.type===s.ElementType.MACRO?h.value=R.value:R.type===s.ElementType.CUSTOM_MACRO?(h.macroConfig=R.macroConfig,h.value=R.macroConfig?.value):R.type===s.ElementType.REUSABLE_ITEM&&(h.reusableItemConfig=R.reusableItemConfig,h.value=R.reusableItemConfig?.value),r.push(h)}},c=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:d,elementList:u}of c)a(u,d);return r}getMacroList(){const t=[],e=i=>{for(const l of i){if(l.type===s.ElementType.TABLE){const r=l.trList;for(const a of r)for(const c of a.tdList)e(c.value);continue}(l.type===s.ElementType.MACRO||l.type===s.ElementType.CUSTOM_MACRO||l.type===s.ElementType.REUSABLE_ITEM)&&t.push(l)}},n=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const i of n)e(i);return t}setMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l,value:r,code:a,isSubmitHistory:c=!0}=t;let d=!1;const u=h=>{for(let g=0;g<h.length;g++){const T=h[g];if(T.type===s.ElementType.TABLE){const f=T.trList;for(const m of f)for(const C of m.tdList)u(C.value);continue}T.type!==s.ElementType.MACRO&&T.type!==s.ElementType.CUSTOM_MACRO&&T.type!==s.ElementType.REUSABLE_ITEM||e&&T.id!==e||n&&T.dictCode!==n||i&&T.label!==i||l&&T.areaId!==l||(d=!0,T.type===s.ElementType.MACRO?T.value=r:T.type===s.ElementType.CUSTOM_MACRO?T.macroConfig?(T.macroConfig.value=r,a!==void 0&&(T.macroConfig.code=a)):T.macroConfig={type:"text",value:r}:T.type===s.ElementType.REUSABLE_ITEM&&(T.reusableItemConfig?T.reusableItemConfig.value=r:T.reusableItemConfig={value:r}))}},R=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const h of R)u(h);d&&this.draw.render({isSubmitHistory:c,isSetCursor:!1})}setMacroValueList(t){if(!t.length)return;let e=!1,n=!1;const i=r=>{for(let a=0;a<r.length;a++){const c=r[a];if(c.type===s.ElementType.TABLE){const g=c.trList;for(const T of g)for(const f of T.tdList)i(f.value);continue}if(c.type!==s.ElementType.MACRO&&c.type!==s.ElementType.CUSTOM_MACRO&&c.type!==s.ElementType.REUSABLE_ITEM)continue;const d=t.find(g=>g.id&&c.id===g.id||g.dictCode&&c.dictCode===g.dictCode||g.label&&c.label===g.label||g.areaId&&c.areaId===g.areaId);if(!d)continue;const{value:u,code:R,isSubmitHistory:h=!0}=d;e=!0,h&&(n=!0),c.type===s.ElementType.MACRO?c.value=u:c.type===s.ElementType.CUSTOM_MACRO?c.macroConfig?(c.macroConfig.value=u,R!==void 0&&(c.macroConfig.code=R)):c.macroConfig={type:"text",value:u}:c.type===s.ElementType.REUSABLE_ITEM&&(c.reusableItemConfig?c.reusableItemConfig.value=u:c.reusableItemConfig={value:u})}},l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const r of l)i(r);e&&(n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1}))}updateMacroProperties(t){const{id:e,dictCode:n,label:i,areaId:l,properties:r,isSubmitHistory:a=!0}=t;let c=!1;const d=R=>{for(let h=0;h<R.length;h++){const g=R[h];if(g.type===s.ElementType.TABLE){const T=g.trList;for(const f of T)for(const m of f.tdList)d(m.value);continue}g.type!==s.ElementType.MACRO&&g.type!==s.ElementType.CUSTOM_MACRO&&g.type!==s.ElementType.REUSABLE_ITEM||e&&g.id!==e||n&&g.dictCode!==n||i&&g.label!==i||l&&g.areaId!==l||(c=!0,Object.assign(g,r))}},u=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const R of u)d(R);c&&this.draw.render({isSubmitHistory:a,isSetCursor:!1})}locationMacro(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=(c,d)=>{for(let u=0;u<c.length;u++){const R=c[u];if(R.type===s.ElementType.TABLE){const h=R.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f],C=r(m.value,d);if(C)return{...C,isTable:!0,index:u,trIndex:g,tdIndex:f,tableId:R.tableId,trId:T.id,tdId:m.id}}}}if(!(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM)&&!(e&&R.id!==e)&&!(n&&R.dictCode!==n)&&!(i&&R.label!==i)&&!(l&&R.areaId!==l))return{zone:d,index:u}}return null},a=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:c,elementList:d}of a){const u=r(d,c);if(u){this.setZone(u.zone),this.position.setPositionContext({isTable:u.isTable||!1,index:u.index,trIndex:u.trIndex,tdIndex:u.tdIndex,tableId:u.tableId,trId:u.trId,tdId:u.tdId}),this.range.replaceRange({startIndex:u.index,endIndex:u.index}),this.draw.render({curIndex:u.index,isCompute:!1,isSubmitHistory:!1});break}}}insertSubTemplate(t){const{label:e,templateId:n,content:i,conditions:l,relation:r="and",isSubmitHistory:a=!0}=t,c={id:Tt(),value:e,type:s.ElementType.SUB_TEMPLATE,label:e,templateId:n,subTemplateContent:i?.map(d=>ht(d)),subTemplateRelation:r,subTemplateConditions:l?.map(d=>({...d})),subTemplateExpanded:!1};this.insertElementList([c],{isSubmitHistory:a})}updateSubTemplate(t){const{id:e,properties:n,isSubmitHistory:i=!0}=t;if(!e)return;const l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];let r=!1;for(let a=0;a<l.length;a++)hs(l[a],c=>{c.id!==e||c.type!==s.ElementType.SUB_TEMPLATE||(Object.assign(c,{...n,value:n.label??c.value,subTemplateContent:n.subTemplateContent?n.subTemplateContent.map(d=>ht(d)):c.subTemplateContent?.map(d=>ht(d)),subTemplateConditions:n.subTemplateConditions?n.subTemplateConditions.map(d=>({...d})):c.subTemplateConditions?.map(d=>({...d}))}),r=!0)});r&&this.draw.render({isSubmitHistory:i,isCompute:!0})}expandSubTemplate(t){const{id:e,content:n,isSubmitHistory:i=!0}=t,l=this.draw.getOriginalMainElementList();for(let r=0;r<l.length;r++){const a=l[r];if(a.type===s.ElementType.SUB_TEMPLATE&&(!e||a.id===e)){const c=n||a.subTemplateContent;if(!c?.length){console.warn("子模板内容为空,无法展开");return}a.subTemplateExpanded=!0,a.hide=!0;const d=ht(c);jt(d,{isHandleFirstElement:!1,editorOptions:this.options});for(let u=0;u<d.length;u++)d[u].subTemplateParentId=a.id;l.splice(r+1,0,...d),this.draw.render({isSubmitHistory:i,isCompute:!0});return}}}collapseSubTemplate(t){const{id:e,isSubmitHistory:n=!0}=t,i=this.draw.getOriginalMainElementList();for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.SUB_TEMPLATE&&(!e||r.id===e)){r.subTemplateExpanded=!1,r.hide=!1;let a=l+1;for(;a<i.length&&i[a].subTemplateParentId===r.id;)a++;a>l+1&&i.splice(l+1,a-l-1),this.draw.render({isSubmitHistory:n,isCompute:!0});return}}}toggleSubTemplate(t){const{id:e,content:n,isSubmitHistory:i=!0}=t,l=this.draw.getOriginalMainElementList();for(let r=0;r<l.length;r++){const a=l[r];if(a.type===s.ElementType.SUB_TEMPLATE&&(!e||a.id===e)){a.subTemplateExpanded?this.collapseSubTemplate({id:e,isSubmitHistory:i}):this.expandSubTemplate({id:e,content:n,isSubmitHistory:i});return}}}}class XT{rangeStyleChange;visiblePageNoListChange;intersectionPageNoChange;pageSizeChange;pageScaleChange;saved;contentChange;controlChange;controlContentChange;pageModeChange;zoneChange;constructor(){this.rangeStyleChange=null,this.visiblePageNoListChange=null,this.intersectionPageNoChange=null,this.pageSizeChange=null,this.pageScaleChange=null,this.saved=null,this.contentChange=null,this.controlChange=null,this.controlContentChange=null,this.pageModeChange=null,this.zoneChange=null}}class NT{contextMenu;contextMenuList;getContextMenuList;shortcutList;langMap;constructor(t){const{contextMenu:e,shortcut:n,i18n:i}=t;this.contextMenu=e,this.contextMenuList=e.registerContextMenuList.bind(e),this.getContextMenuList=e.getContextMenuList.bind(e),this.shortcutList=n.registerShortcutList.bind(n),this.langMap=i.registerLangMap.bind(i)}disposeContextMenu(){this.contextMenu.dispose()}}const Sl={SELECTED_TEXT:"%s"},Gn={GLOBAL:{CUT:"globalCut",COPY:"globalCopy",PASTE:"globalPaste",SELECT_ALL:"globalSelectAll",PRINT:"globalPrint"},CONTROL:{DELETE:"controlDelete",EDIT_ATTRIBUTE:"controlEditAttribute",COPY:"controlCopy",PASTE:"controlPaste"},HYPERLINK:{DELETE:"hyperlinkDelete",CANCEL:"hyperlinkCancel",EDIT:"hyperlinkEdit"},IMAGE:{CHANGE:"imageChange",SAVE_AS:"imageSaveAs",TEXT_WRAP:"imageTextWrap",TEXT_WRAP_EMBED:"imageTextWrapEmbed",TEXT_WRAP_UP_DOWN:"imageTextWrapUpDown",TEXT_WRAP_SURROUND:"imageTextWrapSurround",TEXT_WRAP_FLOAT_TOP:"imageTextWrapFloatTop",TEXT_WRAP_FLOAT_BOTTOM:"imageTextWrapFloatBottom"},TABLE:{BORDER:"border",BORDER_ALL:"tableBorderAll",BORDER_EMPTY:"tableBorderEmpty",BORDER_DASH:"tableBorderDash",BORDER_EXTERNAL:"tableBorderExternal",BORDER_INTERNAL:"tableBorderInternal",BORDER_TD:"tableBorderTd",BORDER_TD_TOP:"tableBorderTdTop",BORDER_TD_RIGHT:"tableBorderTdRight",BORDER_TD_BOTTOM:"tableBorderTdBottom",BORDER_TD_LEFT:"tableBorderTdLeft",BORDER_TD_FORWARD:"tableBorderTdForward",BORDER_TD_BACK:"tableBorderTdBack",VERTICAL_ALIGN:"tableVerticalAlign",VERTICAL_ALIGN_TOP:"tableVerticalAlignTop",VERTICAL_ALIGN_MIDDLE:"tableVerticalAlignMiddle",VERTICAL_ALIGN_BOTTOM:"tableVerticalAlignBottom",INSERT_ROW_COL:"tableInsertRowCol",INSERT_TOP_ROW:"tableInsertTopRow",INSERT_BOTTOM_ROW:"tableInsertBottomRow",INSERT_LEFT_COL:"tableInsertLeftCol",INSERT_RIGHT_COL:"tableInsertRightCol",DELETE_ROW_COL:"tableDeleteRowCol",DELETE_ROW:"tableDeleteRow",DELETE_COL:"tableDeleteCol",DELETE_TABLE:"tableDeleteTable",MERGE_CELL:"tableMergeCell",CANCEL_MERGE_CELL:"tableCancelMergeCell",TABLE_PROPERTIES:"tableProperties"}},{CONTROL:{DELETE:FT,EDIT_ATTRIBUTE:yT,COPY:bT,PASTE:DT}}=Gn;function VT(o,t){if(t!==s.EditorMode.EDIT)return!1;const n=o?.control?.type,i=o?.controlComponent,l=n===s.ControlType.TEXT||n===s.ControlType.TEXTFIELD||n===s.ControlType.NUMBER||n===s.ControlType.SELECT||n===s.ControlType.DATE||n===s.ControlType.CHECKBOX||n===s.ControlType.RADIO||n===s.ControlType.BUTTON,r=i==="prefix"||i==="preText"||i==="preTextFix"||i==="textFixLabel"||n===s.ControlType.BUTTON&&i==="value";return l&&r}function Xl(o){return o.hitElement||o.hitTableElement}const WT=[{key:bT,name:"复制控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&VT(o.startElement,o.options.mode),callback:(o,t)=>{const e=t.startElement?.controlId;e&&o.executeCopyControl(e)}},{key:DT,name:"粘贴控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.editorTextFocus&&o.options.mode===s.EditorMode.EDIT&&Tc(),callback:o=>{o.executePasteControl()}},{key:FT,i18nPath:"contextmenu.control.delete",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeRemoveControl()}},{key:yT,i18nPath:"contextmenu.control.editAttribute",when:o=>{const t=Xl(o);return!o.isReadonly&&!o.editorHasSelection&&o.options.mode===s.EditorMode.EDIT&&!!t},callback:(o,t)=>{const e=Xl(t);e&&o.executeTriggerControlEditAttribute(e.controlId,e)}}],{GLOBAL:{CUT:YT,COPY:UT,PASTE:wT,SELECT_ALL:ZT,PRINT:QT}}=Gn,vT=[{key:YT,i18nPath:"contextmenu.global.cut",shortCut:`${fn?"⌘":"Ctrl"} + X`,when:o=>!o.isReadonly,callback:o=>{o.executeCut()}},{key:UT,i18nPath:"contextmenu.global.copy",shortCut:`${fn?"⌘":"Ctrl"} + C`,when:o=>o.editorHasSelection||o.isCrossRowCol,callback:o=>{o.executeCopy()}},{key:wT,i18nPath:"contextmenu.global.paste",shortCut:`${fn?"⌘":"Ctrl"} + V`,when:o=>!o.isReadonly&&o.editorTextFocus,callback:o=>{o.executePaste()}},{key:ZT,i18nPath:"contextmenu.global.selectAll",shortCut:`${fn?"⌘":"Ctrl"} + A`,when:o=>o.editorTextFocus,callback:o=>{o.executeSelectAll()}},{isDivider:!0},{key:QT,i18nPath:"contextmenu.global.print",icon:"print",when:()=>!0,callback:o=>{o.executePrint()}}],{HYPERLINK:{DELETE:KT,CANCEL:HT,EDIT:_T}}=Gn,AT=[{key:KT,i18nPath:"contextmenu.hyperlink.delete",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeDeleteHyperlink()}},{key:HT,i18nPath:"contextmenu.hyperlink.cancel",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeCancelHyperlink()}},{key:_T,i18nPath:"contextmenu.hyperlink.edit",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:(o,t)=>{const e=window.prompt(o.executeTranslate("contextmenu.hyperlink.edit"),t.startElement?.url);e&&o.executeEditHyperlink(e)}}],{IMAGE:{CHANGE:kT,SAVE_AS:GT,TEXT_WRAP:xT,TEXT_WRAP_EMBED:BT,TEXT_WRAP_UP_DOWN:JT,TEXT_WRAP_SURROUND:$T,TEXT_WRAP_FLOAT_TOP:zT,TEXT_WRAP_FLOAT_BOTTOM:jT}}=Gn,qT=[{key:kT,i18nPath:"contextmenu.image.change",icon:"image-change",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{const t=document.createElement("input");t.type="file",t.accept=".png, .jpg, .jpeg",t.onchange=()=>{const e=t.files[0],n=new FileReader;n.readAsDataURL(e),n.onload=()=>{const i=n.result;o.executeReplaceImageElement(i)}},t.click()}},{key:GT,i18nPath:"contextmenu.image.saveAs",icon:"image",when:o=>!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{o.executeSaveAsImageElement()}},{key:xT,i18nPath:"contextmenu.image.textWrap",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,childMenus:[{key:BT,i18nPath:"contextmenu.image.textWrapType.embed",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.BLOCK)}},{key:JT,i18nPath:"contextmenu.image.textWrapType.upDown",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.INLINE)}},{key:$T,i18nPath:"contextmenu.image.textWrapType.surround",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.SURROUND)}},{key:zT,i18nPath:"contextmenu.image.textWrapType.floatTop",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_TOP)}},{key:jT,i18nPath:"contextmenu.image.textWrapType.floatBottom",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_BOTTOM)}}]}],{TABLE:{BORDER:tf,BORDER_ALL:ef,BORDER_EMPTY:nf,BORDER_DASH:of,BORDER_EXTERNAL:sf,BORDER_INTERNAL:rf,BORDER_TD:lf,BORDER_TD_TOP:af,BORDER_TD_LEFT:cf,BORDER_TD_BOTTOM:df,BORDER_TD_RIGHT:uf,BORDER_TD_BACK:Rf,BORDER_TD_FORWARD:hf,VERTICAL_ALIGN:gf,VERTICAL_ALIGN_TOP:Tf,VERTICAL_ALIGN_MIDDLE:ff,VERTICAL_ALIGN_BOTTOM:mf,INSERT_ROW_COL:pf,INSERT_TOP_ROW:Cf,INSERT_BOTTOM_ROW:If,INSERT_LEFT_COL:Lf,INSERT_RIGHT_COL:Pf,DELETE_ROW_COL:Ef,DELETE_ROW:Mf,DELETE_COL:Of,DELETE_TABLE:Sf,MERGE_CELL:Xf,CANCEL_MERGE_CELL:Nf}}=Gn,Ff=[{isDivider:!0},{key:tf,i18nPath:"contextmenu.table.border",icon:"border-all",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:ef,i18nPath:"contextmenu.table.borderAll",icon:"border-all",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.ALL)}},{key:nf,i18nPath:"contextmenu.table.borderEmpty",icon:"border-empty",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EMPTY)}},{key:of,i18nPath:"contextmenu.table.borderDash",icon:"border-dash",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.DASH)}},{key:sf,i18nPath:"contextmenu.table.borderExternal",icon:"border-external",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EXTERNAL)}},{key:rf,i18nPath:"contextmenu.table.borderInternal",icon:"border-internal",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.INTERNAL)}},{key:lf,i18nPath:"contextmenu.table.borderTd",icon:"border-td",when:()=>!0,childMenus:[{key:af,i18nPath:"contextmenu.table.borderTdTop",icon:"border-td-top",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.TOP)}},{key:uf,i18nPath:"contextmenu.table.borderTdRight",icon:"border-td-right",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.RIGHT)}},{key:df,i18nPath:"contextmenu.table.borderTdBottom",icon:"border-td-bottom",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.BOTTOM)}},{key:cf,i18nPath:"contextmenu.table.borderTdLeft",icon:"border-td-left",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.LEFT)}},{key:hf,i18nPath:"contextmenu.table.borderTdForward",icon:"border-td-forward",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.FORWARD)}},{key:Rf,i18nPath:"contextmenu.table.borderTdBack",icon:"border-td-back",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.BACK)}}]}]},{key:gf,i18nPath:"contextmenu.table.verticalAlign",icon:"vertical-align",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:Tf,i18nPath:"contextmenu.table.verticalAlignTop",icon:"vertical-align-top",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.TOP)}},{key:ff,i18nPath:"contextmenu.table.verticalAlignMiddle",icon:"vertical-align-middle",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.MIDDLE)}},{key:mf,i18nPath:"contextmenu.table.verticalAlignBottom",icon:"vertical-align-bottom",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.BOTTOM)}}]},{key:pf,i18nPath:"contextmenu.table.insertRowCol",icon:"insert-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:Cf,i18nPath:"contextmenu.table.insertTopRow",icon:"insert-top-row",when:()=>!0,callback:o=>{o.executeInsertTableTopRow()}},{key:If,i18nPath:"contextmenu.table.insertBottomRow",icon:"insert-bottom-row",when:()=>!0,callback:o=>{o.executeInsertTableBottomRow()}},{key:Lf,i18nPath:"contextmenu.table.insertLeftCol",icon:"insert-left-col",when:()=>!0,callback:o=>{o.executeInsertTableLeftCol()}},{key:Pf,i18nPath:"contextmenu.table.insertRightCol",icon:"insert-right-col",when:()=>!0,callback:o=>{o.executeInsertTableRightCol()}}]},{key:Ef,i18nPath:"contextmenu.table.deleteRowCol",icon:"delete-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:Mf,i18nPath:"contextmenu.table.deleteRow",icon:"delete-row",when:()=>!0,callback:o=>{o.executeDeleteTableRow()}},{key:Of,i18nPath:"contextmenu.table.deleteCol",icon:"delete-col",when:()=>!0,callback:o=>{o.executeDeleteTableCol()}},{key:Sf,i18nPath:"contextmenu.table.deleteTable",icon:"delete-table",when:()=>!0,callback:o=>{o.executeDeleteTable()}}]},{key:Xf,i18nPath:"contextmenu.table.mergeCell",icon:"merge-cell",when:o=>!o.isReadonly&&o.isCrossRowCol&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeMergeTableCell()}},{key:Nf,i18nPath:"contextmenu.table.mergeCancelCell",icon:"merge-cancel-cell",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeCancelMergeTableCell()}}];class yf{options;draw;command;range;position;i18n;container;contextMenuList;contextMenuContainerList;contextMenuRelationShip;context;constructor(t,e){this.options=t.getOptions(),this.draw=t,this.command=e,this.range=t.getRange(),this.position=t.getPosition(),this.i18n=t.getI18n(),this.container=t.getContainer(),this.context=null,this.contextMenuList=[...vT,...Ff,...qT,...WT,...AT],this.contextMenuContainerList=[],this.contextMenuRelationShip=new Map,this._addEvent()}getContextMenuList(){return this.contextMenuList}_addEvent(){this.container.addEventListener("contextmenu",this._proxyContextMenuEvent),document.addEventListener("mousedown",this._handleSideEffect)}removeEvent(){this.container.removeEventListener("contextmenu",this._proxyContextMenuEvent),document.removeEventListener("mousedown",this._handleSideEffect)}_filterMenuList(t){const{contextMenuDisableKeys:e}=this.options,n=[];for(let i=0;i<t.length;i++){const l=t[i];l.disable||l.key&&e.includes(l.key)||(l.isDivider||l.when?.(this.context))&&n.push(l)}return n}_proxyContextMenuEvent=t=>{this.context=this._getContext(t);const e=this._filterMenuList(this.contextMenuList);e.some(i=>!i.isDivider)&&(this.dispose(),this._render({contextMenuList:e,left:t.x,top:t.y})),t.preventDefault()};_handleSideEffect=t=>{const e=t.target;this.contextMenuContainerList.some(i=>i.contains(e))||this.dispose()};_getContext(t){const e=this.draw.isReadonly(),{isCrossRowCol:n,startIndex:i,endIndex:l}=this.range.getRange(),r=!!(~i||~l),a=r&&i!==l,{isTable:c,trIndex:d,tdIndex:u,index:R}=this.position.getPositionContext(),h=t?this.command.getPositionContextByEvent(t,{isMustDirectHit:!0}):null;let g=null;if(c){const O=this.draw.getOriginalElementList()[R]||null;O&&(g=Yt([O],{extraPickAttrs:["id"]})[0])}const T=c&&!!n,f=this.draw.getElementList();let m=f[i]||null,C=f[l]||null;h?.element&&(m=h.element,C=h.element);const I=h?.element||null,p=h?.tableInfo?.element||null;h?.tableInfo?.element&&(g=h.tableInfo.element);const L=this.draw.getZone().getZone();return{startElement:m,endElement:C,hitElement:I,hitTableElement:p,isReadonly:e,editorHasSelection:a,editorTextFocus:r,isCrossRowCol:T,zone:L,isInTable:c,trIndex:d??null,tdIndex:u??null,tableElement:g,options:this.options}}_createContextMenuContainer(){const t=document.createElement("div");return t.classList.add(`${tt}-contextmenu-container`),t.setAttribute(Ue,s.EditorComponent.CONTEXTMENU),this.container.append(t),t}_render(t){const{contextMenuList:e,left:n,top:i,parentMenuContainer:l}=t,r=this._createContextMenuContainer(),a=document.createElement("div");a.classList.add(`${tt}-contextmenu-content`);let c=null;l&&this.contextMenuRelationShip.set(l,r);for(let L=0;L<e.length;L++){const M=e[L];if(M.isDivider){if(L!==0&&L!==e.length-1&&!e[L-1]?.isDivider){const O=document.createElement("div");O.classList.add(`${tt}-contextmenu-divider`),a.append(O)}}else{const O=document.createElement("div");if(O.classList.add(`${tt}-contextmenu-item`),M.childMenus){const V=this._filterMenuList(M.childMenus);V.some(y=>!y.isDivider)&&(O.classList.add(`${tt}-contextmenu-sub-item`),O.onmouseenter=()=>{this._setHoverStatus(O,!0),this._removeSubMenu(r);const y=O.getBoundingClientRect(),F=y.left+y.width,S=y.top;c=this._render({contextMenuList:V,left:F,top:S,parentMenuContainer:r})},O.onmouseleave=y=>{(!c||!c.contains(y.relatedTarget))&&this._setHoverStatus(O,!1)})}else O.onmouseenter=()=>{this._setHoverStatus(O,!0),this._removeSubMenu(r)},O.onmouseleave=()=>{this._setHoverStatus(O,!1)},O.onclick=()=>{M.callback&&this.context&&M.callback(this.command,this.context),this.dispose()};const b=document.createElement("i");O.append(b),M.icon&&b.classList.add(`${tt}-contextmenu-${M.icon}`);const D=document.createElement("span"),W=M.i18nPath?this._formatName(this.i18n.t(M.i18nPath)):this._formatName(M.name||"");if(D.append(document.createTextNode(W)),O.append(D),M.shortCut){const V=document.createElement("span");V.classList.add(`${tt}-shortcut`),V.append(document.createTextNode(M.shortCut)),O.append(V)}a.append(O)}}const d=document.createElement("div");d.classList.add(`${tt}-contextmenu-divider`),a.append(d);const u=document.createElement("div");u.classList.add(`${tt}-contextmenu-item`),u.onmouseenter=()=>{this._setHoverStatus(u,!0),this._removeSubMenu(r)},u.onmouseleave=()=>{this._setHoverStatus(u,!1)},u.onclick=()=>{this.dispose()};const R=document.createElement("i");u.append(R);const h=document.createElement("span");h.append(document.createTextNode(this.i18n.t("contextmenu.global.cancel"))),u.append(h),a.append(u),r.append(a),r.style.display="block";const g=window.innerWidth,T=r.getBoundingClientRect(),f=T.width,m=n+f>g?n-f:n;r.style.left=`${m}px`;const C=window.innerHeight,I=T.height,p=i+I>C?i-I:i;return r.style.top=`${p}px`,this.contextMenuContainerList.push(r),r}_removeSubMenu(t){const e=this.contextMenuRelationShip.get(t);e&&(this._removeSubMenu(e),e.remove(),this.contextMenuRelationShip.delete(t))}_setHoverStatus(t,e){e?(t.parentNode?.querySelectorAll(`${tt}-contextmenu-item`).forEach(n=>n.classList.remove("hover")),t.classList.add("hover")):t.classList.remove("hover")}_formatName(t){const e=Object.values(Sl),n=new RegExp(`${e.join("|")}`);let i=t;if(n.test(i)){const l=new RegExp(Sl.SELECTED_TEXT,"g");if(l.test(i)){const r=this.range.toString();i=i.replace(l,r)}}return i}registerContextMenuList(t){this.contextMenuList.push(...t)}dispose(){this.contextMenuContainerList.forEach(t=>t.remove()),this.contextMenuContainerList=[],this.contextMenuRelationShip.clear()}}const bf=[{key:s.KeyMap.X,ctrl:!0,shift:!0,callback:o=>{o.executeStrikeout()}},{key:s.KeyMap.LEFT_BRACKET,mod:!0,callback:o=>{o.executeSizeAdd()}},{key:s.KeyMap.RIGHT_BRACKET,mod:!0,callback:o=>{o.executeSizeMinus()}},{key:s.KeyMap.B,mod:!0,callback:o=>{o.executeBold()}},{key:s.KeyMap.I,mod:!0,callback:o=>{o.executeItalic()}},{key:s.KeyMap.U,mod:!0,callback:o=>{o.executeUnderline()}},{key:fn?s.KeyMap.COMMA:s.KeyMap.RIGHT_ANGLE_BRACKET,mod:!0,shift:!0,callback:o=>{o.executeSuperscript()}},{key:fn?s.KeyMap.PERIOD:s.KeyMap.LEFT_ANGLE_BRACKET,mod:!0,shift:!0,callback:o=>{o.executeSubscript()}},{key:s.KeyMap.L,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.LEFT)}},{key:s.KeyMap.E,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.CENTER)}},{key:s.KeyMap.R,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.RIGHT)}},{key:s.KeyMap.J,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.ALIGNMENT)}},{key:s.KeyMap.J,mod:!0,shift:!0,callback:o=>{o.executeRowFlex(s.RowFlex.JUSTIFY)}}],Df=[{key:s.KeyMap.ZERO,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(null)}},{key:s.KeyMap.ONE,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.FIRST)}},{key:s.KeyMap.TWO,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.SECOND)}},{key:s.KeyMap.THREE,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.THIRD)}},{key:s.KeyMap.FOUR,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.FOURTH)}},{key:s.KeyMap.FIVE,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.FIFTH)}},{key:s.KeyMap.SIX,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.SIXTH)}}],Vf=[{key:s.KeyMap.I,shift:!0,mod:!0,callback:o=>{o.executeList(s.ListType.UL,s.ListStyle.DISC)}},{key:s.KeyMap.U,shift:!0,mod:!0,callback:o=>{o.executeList(s.ListType.OL)}}];class Wf{draw;command;globalShortcutList;agentShortcutList;constructor(t,e){this.draw=t,this.command=e,this.globalShortcutList=[],this.agentShortcutList=[],this._addShortcutList([...bf,...Df,...Vf]),this._addEvent(),t.getCursor().getAgentDom().addEventListener("keydown",this._agentKeydown.bind(this))}_addEvent(){document.addEventListener("keydown",this._globalKeydown)}removeEvent(){document.removeEventListener("keydown",this._globalKeydown)}_addShortcutList(t){for(let e=t.length-1;e>=0;e--){const n=t[e];n.isGlobal?this.globalShortcutList.unshift(n):this.agentShortcutList.unshift(n)}}registerShortcutList(t){this._addShortcutList(t)}_globalKeydown=t=>{this.globalShortcutList.length&&this.draw.isGlobalShortcutActive()&&this.draw.isTargetInsideEditor(t.target)&&this._execute(t,this.globalShortcutList)};_agentKeydown(t){this.agentShortcutList.length&&(this.draw.isInteractionSuspended()||this._execute(t,this.agentShortcutList))}_execute(t,e){for(let n=0;n<e.length;n++){const i=e[n];if((i.mod?He(t)===!!i.mod:t.ctrlKey===!!i.ctrl&&t.metaKey===!!i.meta)&&t.shiftKey===!!i.shift&&t.altKey===!!i.alt&&t.key.toLowerCase()===i.key.toLowerCase()){i.disable||(i?.callback?.(this.command),t.preventDefault());break}}}}class Yf{editor;constructor(t){this.editor=t}use(t,e){t(this.editor,e)}}class Uf{eventHub;constructor(){this.eventHub=new Map}on(t,e){if(!t||typeof e!="function")return;const n=this.eventHub.get(t)||new Set;n.add(e),this.eventHub.set(t,n)}emit(t,e){if(!t)return;const n=this.eventHub.get(t);if(n){if(n.size===1)return[...n][0](e);n.forEach(i=>i(e))}}off(t,e){if(!t||typeof e!="function")return;const n=this.eventHub.get(t);n&&n.delete(e)}isSubscribe(t){const e=this.eventHub.get(t);return!!e&&e.size>0}dangerouslyClearAll(){this.eventHub.clear()}}class wf{paste;copy;drop}class Nl{command;version;listener;eventBus;override;register;destroy;use;draw;constructor(t,e,n={}){const i=Co(n);e=ht(e);let l=[],r=[],a=[],c=[];Array.isArray(e)?r=e:(l=e.header||[],r=e.main,a=e.footer||[],c=e.graffiti||[]),[l,r,a].forEach(T=>{jt(T,{editorOptions:i,isForceCompensation:!0})}),this.version=Tn,this.listener=new XT,this.eventBus=new Uf,this.override=new wf,this.draw=new IT(t,i,{header:l,main:r,footer:a,graffiti:c},this.listener,this.eventBus,this.override);const u=this.draw;this.command=new Ml(new ST(u)),u.setCommand(this.command);const R=new yf(u,this.command),h=new Wf(u,this.command);this.register=new NT({contextMenu:R,shortcut:h,i18n:u.getI18n()}),this.destroy=()=>{u.destroy(),h.removeEvent(),R.removeEvent(),this.eventBus.dangerouslyClearAll()};const g=new Yf(this);this.use=g.use.bind(g)}setFormModeTrace(t){this.command.executeSetFormModeTrace(t)}pauseInteraction(){this.draw.pauseInteraction()}resumeInteraction(){this.draw.resumeInteraction()}setOverlayActive(t){this.draw.setOverlayActive(t)}suspendGlobalShortcut(t){this.draw.suspendGlobalShortcut(t)}}s.Command=Ml,s.EDITOR_CLIPBOARD=Bn,s.EDITOR_COMPONENT=Ue,s.Editor=Nl,s.INTERNAL_CONTEXT_MENU_KEY=Gn,s.INTERNAL_SHORTCUT_KEY=lr,s.LETTER_CLASS=qo,s.createDomFromElementList=bn,s.default=Nl,s.getElementListByHTML=Dn,s.getTextFromElementList=Cn,s.splitText=Dt,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
554
+ }`;u.append(document.createTextNode(R)),setTimeout(()=>{a.write(`${u.outerHTML}${c.innerHTML}`),r.print(),a.close(),window.addEventListener("mouseover",()=>{l?.remove()},{once:!0})})}const XT=[s.ControlType.TEXT,s.ControlType.TEXTFIELD],Nl=["id","titleId","listId","areaId","hyperlinkId","dateId","labelId","tableId","trId","tdId","pagingId","menstrualHistoryId","fetalHeartPositionId","toothPositionId"];function jo(o,t){for(let e=0;e<o.length;e++){const n=o[e];if(n.type===s.ElementType.CONTROL&&n.controlId===t&&n.control)return ht(n);if(n.control?.value?.length){const i=jo(n.control.value,t);if(i)return i}if(n.valueList?.length){const i=jo(n.valueList,t);if(i)return i}if(n.type===s.ElementType.TABLE&&n.trList?.length)for(let i=0;i<n.trList.length;i++){const l=n.trList[i];for(let r=0;r<l.tdList.length;r++){const a=l.tdList[r],c=jo(a.value,t);if(c)return c}}}return null}function NT(o){const t=new Map,e=new Map,n=a=>a&&(t.has(a)||t.set(a,Tt()),t.get(a)),i=a=>a&&(e.has(a)||e.set(a,Tt()),e.get(a)),l=a=>{a.controlId&&(a.controlId=n(a.controlId)),a.originControlId&&(a.originControlId=n(a.originControlId));for(let c=0;c<Nl.length;c++){const d=Nl[c],u=a[d];if(typeof u=="string"){const R=a;R[d]=i(u)}}a.groupIds?.length&&(a.groupIds=a.groupIds.map(c=>i(c))),a.valueList?.length&&a.valueList.forEach(l),a.control?.value?.length&&a.control.value.forEach(l),a.trList?.length&&a.trList.forEach(c=>{const d=c;typeof d.id=="string"&&(d.id=i(d.id)),c.tdList.forEach(u=>{const R=u;typeof R.id=="string"&&(R.id=i(R.id)),u.value.forEach(l)})})},r=ht(o);return l(r),r}function FT(o,t,e){let n=-1;const i=!!e;for(let l=0;l<o.length;l++){const r=o[l];if(i?r.controlId===t&&r.originControlId===e:r.controlId===t&&!r.originControlId)n=l;else if(~n)break}return n}class yT{draw;range;position;historyManager;canvasEvent;options;control;workerManager;searchManager;i18n;zone;tableOperate;constructor(t){this.draw=t,this.range=t.getRange(),this.position=t.getPosition(),this.historyManager=t.getHistoryManager(),this.canvasEvent=t.getCanvasEvent(),this.options=t.getOptions(),this.control=t.getControl(),this.workerManager=t.getWorkerManager(),this.searchManager=t.getSearch(),this.i18n=t.getI18n(),this.zone=t.getZone(),this.tableOperate=t.getTableOperate()}getIsRangeInTextField(){const{startIndex:t}=this.range.getRange(),e=this.draw.getElementList(),n=e[t];if(!n)return!1;let i=null;const l=r=>{if(!r)return null;for(let a=t;a>=0;a--){const c=e[a];if(c.controlId===r&&c.control?.type===s.ControlType.TEXTFIELD&&(c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT))return r}return null};return i=l(n.controlId)||l(n.originControlId),!!i}mode(t){this.draw.setMode(t)}async cut(){this.draw.isReadonly()||this.draw.isDisabled()||await this.canvasEvent.cut()}async copy(t){await this.canvasEvent.copy(t)}paste(t){this.draw.isReadonly()||this.draw.isDisabled()||Ec(this.canvasEvent,t)}copyControl(t){if(!t)return;const e=Yt(this.draw.getElementList(),{editorOptions:this.options}),n=jo(e,t);n&&pc({element:n})}pasteControl(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=Js();if(!e?.element)return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=NT(e.element),a=r.controlId;if(!a)return;const c=mi([r]);if(!c.length)return;jt(c,{isHandleFirstElement:!1,editorOptions:this.options});let d=n,u=n,R=i,h=!1,g;const T=n===i;let f=this.control.getActiveControl();!f&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),f=this.control.getActiveControl());const m=f?.getElement();if(m?.control?.type&&XT.includes(m.control.type)&&this.control.getIsRangeWithinControl()){h=!0,g=m.controlId;const p=l[n];T&&(p?.control?.type===s.ControlType.TEXTFIELD||p?.control?.type===s.ControlType.TEXT)&&this.control.removePlaceholder(n)}else if(m?.controlId){const p=FT(l,m.controlId,m.originControlId);~p&&(d=p,u=p,R=p)}re(l,c,d,{isBreakWhenWrap:!0,editorOptions:this.options}),g&&c.forEach(p=>{p.controlId===a&&!p.originControlId&&(p.originControlId=g)});const C=d+1;u!==R&&this.draw.spliceElementList(l,u+1,R-u),this.draw.spliceElementList(l,C,0,c);const I=d+c.length;this.range.setRange(I,I),this.draw.render({curIndex:I}),h&&this.control.emitControlContentChange()}selectAll(){this.canvasEvent.selectAll()}backspace(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.draw.getElementList(),{startIndex:n,endIndex:i}=this.range.getRange(),l=n===i;if(l&&e[n].value===H&&n===0)return;l?this.draw.spliceElementList(e,n,1):this.draw.spliceElementList(e,n+1,i-n);const r=l?n-1:n;this.range.setRange(r,r),this.draw.render({curIndex:r})}setRange(t,e,n,i,l,r,a){if(t<0||e<0||e<t)return;this.range.setRange(t,e,n,i,l,r,a);const c=t===e;this.draw.render({curIndex:c?t:void 0,isCompute:!1,isSubmitHistory:!1,isSetCursor:c})}replaceRange(t){this.setRange(t.startIndex,t.endIndex,t.tableId,t.startTdIndex,t.endTdIndex,t.startTrIndex,t.endTrIndex)}setPositionContext(t){const{tableId:e,startTrIndex:n,startTdIndex:i}=t,l=this.draw.getOriginalElementList();if(e){const r=l.findIndex(u=>u.id===e);if(!~r)return;const c=l[r].trList[n],d=c.tdList[i];this.position.setPositionContext({isTable:!0,index:r,trIndex:n,tdIndex:i,tdId:d.id,trId:c.id,tableId:e})}else this.position.setPositionContext({isTable:!1})}forceUpdate(t){const{isSubmitHistory:e=!1}=t||{};this.range.clearRange(),this.draw.render({isSubmitHistory:e,isSetCursor:!1})}blur(){this.range.clearRange(),this.draw.getCursor().recoveryCursor()}hideCursor(){this.draw.getCursor().recoveryCursor()}undo(){this.draw.isReadonly()||this.historyManager.undo()}redo(){this.draw.isReadonly()||this.historyManager.redo()}painter(t){if(!t.isDblclick&&this.draw.getPainterStyle()){this.canvasEvent.clearPainterStyle();return}const e=this.range.getSelection();if(!e)return;const n={};e.forEach(i=>{Ne.forEach(r=>{const a=r;n[a]===void 0&&Reflect.set(n,a,i[a])})}),this.draw.setPainterStyle(n,t)}applyPainterStyle(){this.draw.isReadonly()||this.draw.isDisabled()||this.canvasEvent.applyPainterStyle()}format(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();let l={},r=[];if(i?.length)r=i,l={isSetCursor:!1};else{const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];d?.value===H&&(r.push(d),l={curIndex:a})}r.length&&(r.forEach(a=>{Ne.forEach(c=>{delete a[c]})}),this.draw.render(l))}buttonText(t){if(t)if([...t.element].filter(i=>i.newButtonValue&&i.newButtonValue.length>0).length){const i=t.controlId;this.removeButtonElementsByControlId(i+"_text").then(()=>{setTimeout(()=>{this.insertButtonValue(t)},500)})}else{const i=t.controlId;i&&this.removeButtonElementsByControlId(i+"_text")}}triggerControlEditAttribute(t,e){const n=this.draw.getElementList(),i=[];t&&gs(n,a=>{a.controlId===t&&i.push(a)});const l=i.length?i:e?[e]:[];this.draw.getEventBus().emit("controlEditAttribute",{controlId:t,element:l,targetElement:e||i[0]||null,isControl:!!t})}editElementAttribute(t){const e=this.draw.getElementList();if(t.controlId&&t.type==="button"){const n=[];e.forEach((h,g)=>{h.controlId===t.controlId&&h.control?.type==="button"&&n.push(g)});const i=[];let l=null;n.forEach(h=>{const g=e[h];g.controlComponent===s.ControlComponent.VALUE&&(i.push(h),l||(l=g))}),i.sort((h,g)=>g-h).forEach(h=>{e.splice(h,1)});let r=-1;for(let h=0;h<e.length;h++){const g=e[h];if(g.controlId===t.controlId&&g.control?.type==="button"){if(g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT){r=h+1;break}r===-1&&(r=h+1)}}if(r===-1&&n.length>0){const h=[];e.forEach((g,T)=>{g.controlId===t.controlId&&g.control?.type==="button"&&h.push(T)}),h.length>0&&(r=h[0]+1)}const a=t.label||"";for(let h=0;h<a.length;h++){const g={value:a[h],controlId:t.controlId,type:s.ElementType.CONTROL,control:{type:"button",buttonLabel:a,code:t.code,value:[{value:a}],label:a,hide:!1},controlComponent:s.ControlComponent.VALUE,color:l?.color||"#fff",highlight:l?.highlight||"#1677FF",style:l?.style||"16px Microsoft YaHei",hide:!1};e.splice(r+h,0,g)}e.filter(h=>h.controlId===t.controlId&&h.control?.type==="button").forEach(h=>{h.control&&(h.control.buttonLabel=t.label,h.control.label=t.label,h.control.code=t.code,h.control.hide=!1,h.control.value=[{value:t.label}]),h.hide=!1});const{startIndex:c,endIndex:d}=this.range.getRange(),u=!0,R=d;this.draw.render({curIndex:R,isSetCursor:u})}else if(t.controlId){const n=t.controlId;if(e.forEach(l=>{l.controlId===n&&l.control&&(t.label!==void 0&&(l.control.label=t.label),t.placeholder!==void 0&&(l.control.placeholder=t.placeholder),t.code!==void 0&&(l.control.code=t.code),t.value!==void 0&&(l.control.value=t.value?[{value:t.value}]:null),t.valueSets!==void 0&&(l.control.valueSets=t.valueSets),t.dateFormat!==void 0&&(l.control.dateFormat=t.dateFormat),t.numberExclusiveOptions!==void 0&&(l.control.numberExclusiveOptions=t.numberExclusiveOptions),t.underline!==void 0&&(l.control.underline=t.underline))}),t.placeholder!==void 0){const l=t.placeholder,r=[];if(e.forEach((a,c)=>{a.controlId===n&&a.controlComponent==="placeholder"&&r.push({element:a,index:c})}),r.length===l.length)r.forEach((a,c)=>{a.element.value=l[c]===`
555
+ `?H:l[c]});else if(r.length>0){const a={...r[0].element};r.sort((d,u)=>u.index-d.index).forEach(d=>{e.splice(d.index,1)});const c=Math.min(...r.map(d=>d.index));for(let d=0;d<l.length;d++){const u=l[d]===`
556
+ `?H:l[d];e.splice(c+d,0,{...a,value:u})}}}const{endIndex:i}=this.range.getRange();this.draw.render({curIndex:i,isSetCursor:!0})}}delButton(t,e){return new Promise(n=>{for(let i=t.length-1;i>=0;i--)e.some(r=>r.controlId===t[i].controlId&&r.type===t[i].type)&&t.splice(i,1);n(!0)})}editButton(t,e,n){const i=this.draw.getElementList();n=n+1;for(let d=0;d<e.label.length;d++){const u={value:e.label[d],controlId:e.controlId,type:s.ElementType.CONTROL,control:{type:"button",buttonLabel:e.label,code:e.code,value:[{value:e.label}],label:e.label,hide:!1},controlComponent:"value",color:"#fff",highlight:"#1677FF",style:"16px Microsoft YaHei",hide:!1};i.splice(n+d,0,u)}const{startIndex:l,endIndex:r}=this.range.getRange(),a=!0,c=r;this.draw.render({curIndex:c,isSetCursor:a})}removeButtonElementsByControlId(t){return new Promise(e=>{const n=this.draw.getElementList();for(let c=n.length-1;c>=0;c--)n[c].controlId===t&&n.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),e(!0)})}removeByValue(t,e){return new Promise(n=>{for(let c=t.length-1;c>=0;c--)(t[c].type=="control"||t[c].type=="text"||t[c].type=="buttonText")&&t[c].control?.buttonLabel===e&&t[c].control?.buttonText&&t.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),n(!0)})}insertButtonValue(t){const e=this.draw.getElementList(),n=t.controlId,i=t.element[0].newButtonValue,l=t.element[0].control.buttonLabel,r=t.element[0].control.code;if(!i||!i.length)return;let a=-1;for(let m=0;m<e.length;m++)if(e[m].controlId===n&&e[m].control?.type==="button"){a=m;break}if(a===-1)return;const c=n+"_text",d=[];for(let m=0;m<i.length;m++){const C=i[m];d.push({value:C.value,code:C.code})}const u={type:"button",buttonLabel:l,buttonText:!0,label:l,code:r,value:d,hide:!1},R=[];R.push({value:"[",controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.PREFIX,color:"#1677FF",hide:!1});for(let m=0;m<i.length;m++){const C=i[m],I=i.length>1?`${m+1}.${C.value}`:C.value,p=Dt(I);for(let L=0;L<p.length;L++)R.push({value:p[L],controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1});i.length>1&&m<i.length-1&&R.push({value:H,controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1})}R.push({value:"]",controlId:c,type:s.ElementType.CONTROL,control:u,controlComponent:s.ControlComponent.POSTFIX,color:"#1677FF",hide:!1});for(let m=0;m<R.length;m++)e.splice(a+m,0,R[m]);const{startIndex:h,endIndex:g}=this.range.getRange(),T=!0,f=g;this.draw.render({curIndex:f,isSetCursor:T})}font(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{r.font=t}),this.draw.render({isSetCursor:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({font:t}),d?.value===H?d.font=t:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}size(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{minSize:l,maxSize:r,defaultSize:a}=this.options;if(t<l||t>r)return;let c={},d=[];const u=this.range.getTextLikeSelectionElementList();if(u?.length)d=u,c={isSetCursor:!1};else{const{endIndex:h}=this.range.getRange(),T=this.draw.getElementList()[h];this.range.setDefaultStyle({size:t}),T?.value===H?(d.push(T),c={curIndex:h}):this.draw.render({curIndex:h,isCompute:!1,isSubmitHistory:!1})}if(!d.length)return;let R=!1;d.forEach(h=>{!h.size&&t===a||h.size&&h.size===t||(h.size=t,R=!0)}),R&&this.draw.render(c)}sizeAdd(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,maxSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],T=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:T+2>l?l:T+2}),h?.value===H?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size>=l)&&(u.size+2>l?u.size=l:u.size+=2,d=!0)}),d&&this.draw.render(a)}sizeMinus(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,minSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],T=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:T-2<l?l:T-2}),h?.value===H?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size<=l)&&(u.size-2<l?u.size=l:u.size-=2,d=!0)}),d&&this.draw.render(a)}bold(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.bold);i.forEach(r=>{r.bold=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({bold:c.bold?!1:!this.range.getDefaultStyle()?.bold}),c?.value===H?c.bold=!c.bold:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}italic(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.italic);i.forEach(r=>{r.italic=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({italic:c.italic?!1:!this.range.getDefaultStyle()?.italic}),c?.value===H?c.italic=!c.italic:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}underline(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length){const r=l.some(a=>!a.underline||!t&&a.textDecoration||t&&!a.textDecoration||t&&a.textDecoration&&!la(a.textDecoration,t));l.forEach(a=>{a.underline=r,r&&t?a.textDecoration=t:delete a.textDecoration}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({underline:d?.underline?!1:!this.range.getDefaultStyle()?.underline}),d?.value===H?d.underline=!d.underline:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}strikeout(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.strikeout);i.forEach(r=>{r.strikeout=!!~l}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({strikeout:c.strikeout?!1:!this.range.getDefaultStyle()?.strikeout}),c?.value===H?c.strikeout=!c.strikeout:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}superscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUPERSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUPERSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUBSCRIPT)&&(r.type=s.ElementType.SUPERSCRIPT)}),this.draw.render({isSetCursor:!1})}subscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUBSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUBSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUPERSCRIPT)&&(r.type=s.ElementType.SUBSCRIPT)}),this.draw.render({isSetCursor:!1})}color(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.color=t:delete r.color}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({color:t||void 0}),d?.value===H?t?d.color=t:delete d.color:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}highlight(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.highlight=t:delete r.highlight}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({highlight:t||void 0}),d?.value===H?t?d.highlight=t:delete d.highlight:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}title(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=n===i?this.range.getRangeParagraphElementList():l.slice(n+1,i+1);if(!r||!r.length)return;const a=Tt(),c=this.draw.getOptions().title;r.forEach(R=>{!R.type&&R.value===H||(t?(R.level=t,R.titleId=a,Mo(R)&&(R.size=c[Ws[t]],R.bold=!0)):R.titleId&&(delete R.titleId,delete R.title,delete R.level,delete R.size,delete R.bold))});const d=n===i,u=d?i:n;this.draw.render({curIndex:u,isSetCursor:d})}list(t,e){this.draw.isReadonly()||this.draw.getListParticle().setList(t,e)}rowFlex(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowFlex=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}vertical(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.vertical=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}rowMargin(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowMargin=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}insertTable(t,e){this.draw.isReadonly()||this.draw.isDisabled()||this.getIsRangeInTextField()||this.control.getActiveControl()||this.tableOperate.insertTable(t,e)}insertTableTopRow(){this.draw.isReadonly()||this.tableOperate.insertTableTopRow()}insertTableBottomRow(){this.draw.isReadonly()||this.tableOperate.insertTableBottomRow()}insertTableLeftCol(){this.draw.isReadonly()||this.tableOperate.insertTableLeftCol()}insertTableRightCol(){this.draw.isReadonly()||this.tableOperate.insertTableRightCol()}deleteTableRow(){this.draw.isReadonly()||this.tableOperate.deleteTableRow()}deleteTableCol(){this.draw.isReadonly()||this.tableOperate.deleteTableCol()}deleteTable(){this.draw.isReadonly()||this.tableOperate.deleteTable()}mergeTableCell(){this.draw.isReadonly()||this.tableOperate.mergeTableCell()}cancelMergeTableCell(){this.draw.isReadonly()||this.tableOperate.cancelMergeTableCell()}splitVerticalTableCell(){this.draw.isReadonly()||this.tableOperate.splitVerticalTableCell()}splitHorizontalTableCell(){this.draw.isReadonly()||this.tableOperate.splitHorizontalTableCell()}tableTdVerticalAlign(t){this.draw.isReadonly()||this.tableOperate.tableTdVerticalAlign(t)}tableBorderType(t){this.draw.isReadonly()||this.tableOperate.tableBorderType(t)}tableBorderColor(t){this.draw.isReadonly()||this.tableOperate.tableBorderColor(t)}tableTdBorderType(t){this.draw.isReadonly()||this.tableOperate.tableTdBorderType(t)}tableTdSlashType(t){this.draw.isReadonly()||this.tableOperate.tableTdSlashType(t)}tableTdBackgroundColor(t){this.draw.isReadonly()||this.tableOperate.tableTdBackgroundColor(t)}tableSelectAll(){this.tableOperate.tableSelectAll()}tableProperties(){this.draw.isReadonly()||this.tableOperate.tableProperties()}hyperlink(t){const{valueList:e,url:n,hyperlinkId:i}=t;if(!n||!e?.length||this.draw.isReadonly()||this.draw.isDisabled()||this.control.getActiveControl())return;const{startIndex:a,endIndex:c}=this.range.getRange();!~a&&!~c||this.insertElementList([{type:s.ElementType.HYPERLINK,value:"",valueList:e,url:n,hyperlinkId:i||Tt()}])}getHyperlinkRange(){let t=-1,e=-1;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=this.draw.getElementList(),r=l[n];if(r.type!==s.ElementType.HYPERLINK)return null;let a=n;for(;a>0;){if(l[a].hyperlinkId!==r.hyperlinkId){t=a+1;break}a--}let c=n+1;for(;c<l.length;){if(l[c].hyperlinkId!==r.hyperlinkId){e=c-1;break}c++}return c===l.length&&(e=c-1),!~t||!~e?null:[t,e]}deleteHyperlink(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.getHyperlinkRange();if(!e)return;const n=this.draw.getElementList(),[i,l]=e;this.draw.spliceElementList(n,i,l-i+1),this.draw.getHyperlinkParticle().clearHyperlinkPopup();const r=i-1;this.range.setRange(r,r),this.draw.render({curIndex:r})}cancelHyperlink(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.getHyperlinkRange();if(!e)return;const n=this.draw.getElementList(),[i,l]=e;for(let a=i;a<=l;a++){const c=n[a];delete c.type,delete c.url,delete c.hyperlinkId,delete c.underline}this.draw.getHyperlinkParticle().clearHyperlinkPopup();const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r,isCompute:!1})}editHyperlink(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=this.getHyperlinkRange();if(!n)return;const i=this.draw.getElementList(),[l,r]=n;for(let c=l;c<=r;c++){const d=i[c];d.url=t}this.draw.getHyperlinkParticle().clearHyperlinkPopup();const{endIndex:a}=this.range.getRange();this.draw.render({curIndex:a,isCompute:!1})}separator(t,e){if(this.draw.isReadonly()||this.draw.isDisabled()||this.getIsRangeInTextField()||this.control.getActiveControl())return;const{startIndex:l,endIndex:r}=this.range.getRange();if(!~l&&!~r)return;const a=this.draw.getElementList();let c=-1;const d=a[r+1];if(d&&d.type===s.ElementType.SEPARATOR){if(d.dashArray&&d.dashArray.join()===t.join())return;c=r,Object.assign(d,{dashArray:t,...e})}else{const u={value:ps,type:s.ElementType.SEPARATOR,dashArray:t,...e};re(a,[u],l,{editorOptions:this.options}),l!==0&&a[l].value===H?(this.draw.spliceElementList(a,l,1,[u]),c=l-1):(this.draw.spliceElementList(a,l+1,0,[u]),c=l)}this.range.setRange(c,c),this.draw.render({curIndex:c})}pageBreak(){this.draw.isReadonly()||this.draw.isDisabled()||this.control.getActiveControl()||this.insertElementList([{type:s.ElementType.PAGE_BREAK,value:ps}])}addWatermark(t){if(this.draw.isReadonly())return;const n=this.draw.getOptions(),{color:i,size:l,opacity:r,font:a,gap:c}=fi;n.watermark.data=t.data,n.watermark.type=t.type||s.WatermarkType.TEXT,t.width&&(n.watermark.width=t.width),t.height&&(n.watermark.height=t.height),n.watermark.color=t.color||i,n.watermark.opacity=t.opacity||r,n.watermark.size=t.size||l,n.watermark.font=t.font||a,n.watermark.repeat=!!t.repeat,t.numberType&&(n.watermark.numberType=t.numberType),n.watermark.gap=t.gap||c,this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1})}deleteWatermark(){if(this.draw.isReadonly())return;const e=this.draw.getOptions();e.watermark&&e.watermark.data&&(e.watermark={...fi},this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1}))}image(t){if(this.draw.isReadonly()||this.draw.isDisabled())return null;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=t.id||Tt();return this.insertElementList([{...t,id:l,type:s.ElementType.IMAGE}]),l}search(t,e){this.searchManager.setSearchKeyword(t,e),this.draw.render({isSubmitHistory:!1})}searchNavigatePre(){this.searchManager.searchNavigatePre()!==null&&this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1,isLazy:!1})}searchNavigateNext(){this.searchManager.searchNavigateNext()!==null&&this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1,isLazy:!1})}getSearchNavigateInfo(){return this.searchManager.getSearchNavigateInfo()}replace(t,e){this.draw.getSearch().replace(t,e)}async print(){const{scale:t,printPixelRatio:e,paperDirection:n,width:i,height:l}=this.options;t!==1&&this.draw.setPageScale(1);const r=await this.draw.getDataURL({pixelRatio:e,mode:s.EditorMode.PRINT});ST(r,{width:i,height:l,direction:n}),t!==1&&this.draw.setPageScale(t)}replaceImageElement(t){const{startIndex:e}=this.range.getRange(),i=this.draw.getElementList()[e];!i||i.type!==s.ElementType.IMAGE||(i.value=t,this.draw.render({isSetCursor:!1}))}saveAsImageElement(){const{startIndex:t}=this.range.getRange(),n=this.draw.getElementList()[t];!n||n.type!==s.ElementType.IMAGE||Ps(n.value,`${n.id}.png`)}setImageCrop(t){const{startIndex:e}=this.range.getRange(),i=this.draw.getElementList()[e];!i||i.type!==s.ElementType.IMAGE||(i.imgCrop=t,this.draw.render({isSetCursor:!1,isCompute:!1}))}setImageCaption(t){const{startIndex:e}=this.range.getRange(),i=this.draw.getElementList()[e];i?.type===s.ElementType.IMAGE&&(i.imgCaption=t,this.draw.render({isSetCursor:!1}))}changeImageDisplay(t,e){if(t.imgDisplay===e)return;t.imgDisplay=e;const{startIndex:n,endIndex:i}=this.range.getRange();if(e===s.ImageDisplay.SURROUND||e===s.ImageDisplay.FLOAT_TOP||e===s.ImageDisplay.FLOAT_BOTTOM){const l=this.position.getPositionList(),{pageNo:r,coordinate:{leftTop:a}}=l[n];t.imgFloatPosition={pageNo:r,x:a[0],y:a[1]}}else delete t.imgFloatPosition;this.draw.getPreviewer().clearResizer(),this.draw.render({isSetCursor:!0,curIndex:i})}getImage(t){return this.draw.getDataURL(t)}getPageMode(){return this.options}getOptions(){return this.options}getValue(t){return this.draw.getValue(t)}getValueAsync(t){return this.draw.getWorkerManager().getValue(t)}getAreaValue(t){return this.draw.getArea().getAreaValue(t)}getHTML(){const t=this.options,e=this.draw.getHeaderElementList(),n=this.draw.getOriginalMainElementList(),i=this.draw.getFooterElementList();return{header:bn(e,t).innerHTML,main:bn(n,t).innerHTML,footer:bn(i,t).innerHTML}}getText(){const t=this.options,e=this.draw.getHeaderElementList(),n=this.draw.getOriginalMainElementList(),i=this.draw.getFooterElementList();return{header:Cn(e,t),main:Cn(n,t),footer:Cn(i,t)}}getWordCount(){return this.workerManager.getWordCount()}getCursorPosition(){return this.position.getCursorPosition()}getRemainingContentHeight(){if(!this.draw.getIsPagingMode())return 0;const t=this.draw.getPageRowList(),e=t.length-1,i=(t[e]||[]).reduce((c,d)=>c+d.height+(d.offsetY||0),0),l=this.draw.getHeight(),r=this.draw.getMainOuterHeight(),a=l-(r+i);return a>0?a:0}computeElementListHeight(t){if(!t.length)return 0;const e=this.draw.getInnerWidth();if(e<=0)return 0;const n=ht(t);jt(n,{isHandleFirstElement:!1,editorOptions:this.options});const i=Li(n);return this.draw.computeRowList({innerWidth:e,elementList:n,surroundElementList:i}).reduce((r,a)=>r+a.height+(a.offsetY||0),0)}getRange(){return ht(this.range.getRange())}getRangeText(){return this.range.toString()}getRangeContext(){const t=this.range.getRange(),{startIndex:e,endIndex:n}=t;if(!~e&&!~n)return null;const i=e===n,l=this.range.toString(),r=Yt(this.range.getSelectionElementList()||[]),a=this.draw.getElementList(),c=cn(a[i?e:e+1],{extraPickAttrs:["id","controlComponent"]}),d=cn(a[n],{extraPickAttrs:["id","controlComponent"]}),u=this.draw.getRowList(),R=this.position.getPositionList(),h=R[e],g=R[n],T=h?.pageNo,f=g?.pageNo,m=h?.rowIndex,C=g?.rowIndex,I=u[m],p=u[C];let L=0,M=0;this.draw.getCursor().getHitLineStartIndex()||(L=I?.elementList[0]?.value===H?h?.index-I?.startIndex:h?.index-I?.startIndex+1),h===g?M=L:M=p.elementList[0]?.value===H?g.index-p.startIndex:g.index-p.startIndex+1;const O=[],b=this.draw.getOriginalHeight(),D=this.draw.getOriginalPageGap(),W=this.position.getSelectionPositionList();if(W){let U=null,Q=0,v=null;for(let w=0;w<W.length;w++){const{rowNo:j,pageNo:J,coordinate:{leftTop:A,rightTop:x},lineHeight:k}=W[w];U===null||U!==j?(v&&O.push(v),v={x:A[0],y:A[1]+J*(b+D),width:x[0]-A[0],height:k},U=j,Q=A[0]):v.width=x[0]-Q,w===W.length-1&&v&&O.push(v)}}else{const Q=this.position.getPositionList()[n],{coordinate:{rightTop:v},pageNo:w,lineHeight:j}=Q;O.push({x:v[0],y:v[1]+w*(b+D),width:0,height:j})}const V=this.draw.getZone().getZone(),{isTable:E,trIndex:y,tdIndex:F,index:S}=this.position.getPositionContext();let N=null;if(E){const Q=this.draw.getOriginalElementList()[S]||null;Q&&(N=Yt([Q])[0])}let P=null,Y=null,X=e-1;for(;X>0;){const U=a[X],Q=a[X-1];if(U.titleId&&U.titleId!==Q?.titleId){P=U.titleId,Y=R[X].pageNo;break}X--}return ht({isCollapsed:i,startElement:c,endElement:d,startPageNo:T,endPageNo:f,startRowNo:m,endRowNo:C,startColNo:L,endColNo:M,rangeRects:O,zone:V,isTable:E,trIndex:y??null,tdIndex:F??null,tableElement:N,selectionText:l,selectionElementList:r,titleId:P,titleStartPageNo:Y})}getRangeRow(){const t=this.range.getRangeRowElementList();return t?Yt(t):null}getRangeParagraph(){const t=this.range.getRangeParagraphElementList();return t?Yt(t):null}getKeywordRangeList(t){return this.range.getKeywordRangeList(t)}getKeywordContext(t){const e=this.getKeywordRangeList(t);if(!e.length)return null;const n=[],i=this.position.getOriginalMainPositionList(),l=this.draw.getOriginalMainElementList();for(let r=0;r<e.length;r++){const a=e[r],{startIndex:c,endIndex:d,tableId:u,startTrIndex:R,startTdIndex:h}=a;let g=i;if(a.tableId){const m=l.find(C=>C.id===u);m&&(g=m.trList?.[R]?.tdList?.[h]?.positionList||[])}const T=ht(g[c]),f=ht(g[d]);n.push({range:a,startPosition:T,endPosition:f})}return n}pageMode(t){this.draw.setPageMode(t)}pageScale(t){t!==this.options.scale&&this.draw.setPageScale(t)}pageScaleRecovery(){const{scale:t}=this.options;t!==1&&this.draw.setPageScale(1)}pageScaleMinus(){const{scale:t}=this.options,e=t*10-1;e>=5&&this.draw.setPageScale(e/10)}pageScaleAdd(){const{scale:t}=this.options,e=t*10+1;e<=30&&this.draw.setPageScale(e/10)}paperSize(t,e){this.draw.setPaperSize(t,e)}paperDirection(t){this.draw.setPaperDirection(t)}getPaperMargin(){return this.options.margins}setPaperMargin(t){return this.draw.setPaperMargin(t)}setMainBadge(t){this.draw.getBadge().setMainBadge(t),this.draw.render({isCompute:!1,isSubmitHistory:!1})}setAreaBadge(t){this.draw.getBadge().setAreaBadgeMap(t),this.draw.render({isCompute:!1,isSubmitHistory:!1})}insertElementList(t,e={}){if(!t.length||this.draw.isReadonly()||this.draw.isDisabled())return;const{isReplace:i=!0,ignoreContextKeys:l}=e;i||this.range.shrinkRange(),console.log(t,"payload");const r=ht(t),{startIndex:a}=this.range.getRange(),c=this.draw.getElementList();re(c,r,a,{ignoreContextKeys:l,isBreakWhenWrap:!0,editorOptions:this.options}),console.log(r,"cloneElementList"),this.draw.insertElementList(r,e),setTimeout(()=>{console.log(c,"elementList")},500)}appendElementList(t,e){!t.length||this.draw.isReadonly()||this.draw.appendElementList(ht(t),e)}updateElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;const i=[];function l(a,c=!1){let d=0;for(;d<a.length;){const u=a[d];if(d++,u.type===s.ElementType.TABLE){const R=u.trList;for(let h=0;h<R.length;h++){const g=R[h];for(let T=0;T<g.tdList.length;T++){const f=g.tdList[T];l(f.value,c)}}}u.type===s.ElementType.CONTROL&&u.control?.value&&l(u.control.value,!0),(e&&u.id===e||n&&u.conceptId===n)&&i.push({elementList:a,index:d-1,isInsideControl:c})}}const r=[this.draw.getOriginalMainElementList(),this.draw.getHeaderElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);if(i.length){for(let a=0;a<i.length;a++){const{elementList:c,index:d,isInsideControl:u}=i[a],R=c[d],h=R.controlId&&R.controlComponent===s.ControlComponent.VALUE;if(u||h){if(Object.assign(R,t.properties),R.id){const g=oc(R.id);g&&Object.assign(g,t.properties)}}else{const g=Yt([{...R,...t.properties}],{extraPickAttrs:["id"]});g.length>0&&g[0]?(an(mn,R,g[0]),jt(g,{isHandleFirstElement:!1,editorOptions:this.options}),c[d]=g[0]):Object.assign(R,t.properties)}}this.draw.render({isSetCursor:!1})}}deleteElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;let i=!1;function l(a){let c=0;for(;c<a.length;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];l(T.value)}}}d.type===s.ElementType.CONTROL&&d.control?.value&&l(d.control.value),(e&&d.id===e||n&&d.conceptId===n)&&(i=!0,a.splice(c,1),c--),c++}}const r=[this.draw.getOriginalMainElementList(),this.draw.getHeaderElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);i&&this.draw.render({isSetCursor:!1})}getElementById(t){const{id:e,conceptId:n}=t,i=[];if(!e&&!n)return i;const l=a=>{let c=0;for(;c<a.length;){const d=a[c];if(c++,d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];l(T.value)}}}e&&d.id!==e||n&&d.conceptId!==n||i.push(d)}},r=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);return Yt(i,{extraPickAttrs:["id"]})}setValue(t,e){this.draw.setValue(t,e)}removeControl(t){if(t?.id||t?.conceptId){const{id:e,conceptId:n}=t;let i=!1;const l=a=>{let c=a.length-1;for(;c>=0;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let g=0;g<h.tdList.length;g++){const T=h.tdList[g];l(T.value)}}}c--,!(!d.control||e&&d.controlId!==e||n&&d.control.conceptId!==n)&&(i=!0,a.splice(c+1,1))}},r=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const a of r)l(a);i&&this.draw.render({isSetCursor:!1})}else{const{startIndex:e,endIndex:n}=this.range.getRange();if(e!==n||!this.draw.getElementList()[e].controlId)return;const a=this.draw.getControl().removeControl(e);if(a===null)return;this.range.setRange(a,a),this.draw.render({curIndex:a})}}translate(t){return this.i18n.t(t)}setLocale(t){this.i18n.setLocale(t)}getLocale(){return this.i18n.getLocale()}getCatalog(){return this.workerManager.getCatalog()}locationCatalog(t){const e=this.draw.getOriginalElementList();function n(C,I){for(let p=0;p<C.length;p++){const L=C[p];if(L.type===s.ElementType.TABLE){const M=L.trList;for(let O=0;O<M.length;O++){const b=M[O];for(let D=0;D<b.tdList.length;D++){const W=b.tdList[D],V=n(W.value,I);if(V)return{...V,isTable:!0,index:p,trIndex:O,tdIndex:D,tdId:W.id,trId:b.id,tableId:L.id}}}}if(L.titleId===I){let M=p;for(;M<C.length;){if(C[M+1]?.titleId!==I)return{isTable:!1,startIndex:M,endIndex:M};M++}}}return null}const i=n(e,t);if(!i)return;const{isTable:l,index:r,startTdIndex:a,endTdIndex:c,startTrIndex:d,endTrIndex:u,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f,endIndex:m}=i;this.position.setPositionContext({isTable:l,index:r,trIndex:R,tdIndex:h,tdId:g,trId:T,tableId:f}),this.range.setRange(m,m,f,a,c,d,u),this.draw.render({curIndex:m,isCompute:!1,isSubmitHistory:!1})}wordTool(){const t=this.draw.getMainElementList();let e=!1;for(let n=0;n<t.length;n++)if(t[n].value===H)for(;n+1<t.length;){const l=t[n+1];if(l.value!==H&&l.value!==qo)break;t.splice(n+1,1),e=!0}if(e)this.draw.render({isSetCursor:!1});else{const n=this.range.getIsCollapsed();this.draw.getCursor().drawCursor({isShow:n})}}setHTML(t){const{header:e,main:n,footer:i}=t,l=this.draw.getOriginalInnerWidth(),r=a=>a!==void 0?Dn(a,{innerWidth:l}):void 0;this.setValue({header:r(e),main:r(n),footer:r(i)})}setGroup(){return this.draw.isReadonly()?null:this.draw.getGroup().setGroup()}deleteGroup(t){this.draw.isReadonly()||this.draw.getGroup().deleteGroup(t)}getGroupIds(){return this.draw.getWorkerManager().getGroupIds()}locationGroup(t){const e=this.draw.getOriginalMainElementList(),n=this.draw.getGroup().getContextByGroupId(e,t);if(!n)return;const{isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u,endIndex:R}=n;this.position.setPositionContext({isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u}),this.range.setRange(R,R),this.draw.render({curIndex:R,isCompute:!1,isSubmitHistory:!1})}setZone(t){this.draw.getZone().setZone(t)}getControlValue(t){return this.draw.getControl().getValueById(t)}setControlValue(t){this.draw.getControl().setValueListById([t])}setControlValueList(t){this.draw.getControl().setValueListById(t)}setControlExtension(t){this.draw.getControl().setExtensionListById([t])}setControlExtensionList(t){this.draw.getControl().setExtensionListById(t)}setControlProperties(t){this.draw.getControl().setPropertiesListById([t])}setControlPropertiesList(t){this.draw.getControl().setPropertiesListById(t)}setControlHighlight(t){this.draw.getControl().setHighlightList(t),this.draw.render({isSubmitHistory:!1})}setControlQualityMarks(t){this.draw.getControl().setQualityMarks(t),this.draw.render({isSetCursor:!1,isSubmitHistory:!1})}updateOptions(t){const e=Co(t);Object.entries(e).forEach(([n,i])=>{Reflect.set(this.options,n,i)}),this.forceUpdate()}setFormModeTrace(t){Object.assign(this.options.modeRule.form,t),this.forceUpdate()}getControlList(){return this.draw.getControl().getList()}locationControl(t,e){if(!t)return;function n(r,a,c){let d=0;for(;d<r.length;){const u=r[d];if(d++,u.type===s.ElementType.TABLE){const h=u.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f],C=n(m.value,a,c);if(C)return{...C,positionContext:{isTable:!0,index:d-1,trIndex:g,tdIndex:f,tdId:m.id,trId:T.id,tableId:u.id}}}}}if(!c(u))continue;let R=d-1;if(e?.position===s.LocationPosition.OUTER_AFTER){if(!(u.controlComponent===s.ControlComponent.POSTFIX&&r[d+1]?.controlComponent!==s.ControlComponent.POST_TEXT))continue}else if(e?.position===s.LocationPosition.OUTER_BEFORE)R-=1;else if(e?.position===s.LocationPosition.AFTER){if(R-=1,u.controlComponent!==s.ControlComponent.PLACEHOLDER&&u.controlComponent!==s.ControlComponent.POSTFIX&&u.controlComponent!==s.ControlComponent.POST_TEXT)continue}else if(u.controlComponent!==s.ControlComponent.PREFIX&&u.controlComponent!==s.ControlComponent.PRE_TEXT||r[d]?.controlComponent===s.ControlComponent.PREFIX||r[d]?.controlComponent===s.ControlComponent.PRE_TEXT)continue;return{zone:a,range:{startIndex:R,endIndex:R},positionContext:{isTable:!1}}}return null}const i=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}],l=[r=>r.controlId===t,r=>r.control?.conceptId===t,r=>r.control?.code===t];for(let r=0;r<l.length;r++)for(const a of i){const c=n(a.elementList,a.zone,l[r]);if(c){this.setZone(c.zone),this.position.setPositionContext(c.positionContext),this.range.replaceRange(c.range),this.draw.render({curIndex:c.range.startIndex,isCompute:!1,isSubmitHistory:!1});return}}}insertTextField(t){if(this.draw.isReadonly()||this.draw.isDisabled()||!t)return;const n=ht(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=yn(l,i);if(!r)return;const a=[...Sn,...Te,...Jn,...mn];an(a,r,n),this.draw.insertElementTextField([n])}insertControl(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=ht(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=yn(l,i);if(!r)return;const a=l[i],c=a?.controlComponent===s.ControlComponent.POSTFIX||a?.controlComponent===s.ControlComponent.POSTTEXTFIX;let d=!1;if(a?.controlId&&!c)for(let R=i;R>=0;R--){const h=l[R];if(h.controlId!==a.controlId)break;if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){h.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}if(!d&&!c){const R=l[i-1];if(R?.controlId)for(let h=i-1;h>=0;h--){const g=l[h];if(g.controlId!==R.controlId)break;if(g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){g.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}}if(d&&t.control?.type===s.ControlType.TEXTFIELD)return;const u=[...Sn,...Te,...Jn,...mn];an(u,r,n),this.draw.insertElementList([n])}jumpControl(t){this.draw.getControl().initNextControl({direction:t?.direction})}getContainer(){return this.draw.getContainer()}getTitleValue(t){const{conceptId:e}=t,n=[],i=(r,a)=>{let c=0;for(;c<r.length;){const d=r[c];if(c++,d.type===s.ElementType.TABLE){const h=d.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f];i(m.value,a)}}}if(d?.title?.conceptId!==e)continue;const u=[];let R=c;for(;R<r.length;){const h=r[R];if(R++,d.titleId!==h.titleId){if(h.level&&Ti[h.level]<=Ti[d.level])break;u.push(h)}}n.push({...d.title,value:Cn(u),elementList:Yt(u),zone:a}),c=R}},l=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:r,elementList:a}of l)i(a,r);return n}getPositionContextByEvent(t,e={}){const n=t.target?.dataset.index;if(!n)return null;const{isMustDirectHit:i=!0}=e,l=Number(n),r=this.position.getPositionByXY({x:t.offsetX,y:t.offsetY,pageNo:l}),{isDirectHit:a,isTable:c,index:d,trIndex:u,tdIndex:R,tdValueIndex:h,zone:g}=r;if(i&&!a||g&&g!==this.zone.getZone())return null;let T=null,f=null;const m=this.draw.getOriginalElementList();let C=null;const I=this.position.getOriginalPositionList();if(c){const L=m[d].trList?.[u].tdList[R];f=L?.value[h]||null,C=L?.positionList?.[h]||null,T={element:m[d],trIndex:u,tdIndex:R}}else f=m[d]||null,C=I[d]||null;let p=null;if(C){const{pageNo:L,coordinate:{leftTop:M,rightTop:O},lineHeight:b}=C,D=this.draw.getOriginalHeight(),W=this.draw.getOriginalPageGap();p={x:M[0],y:M[1]+L*(D+W),width:O[0]-M[0],height:b}}return{pageNo:l,element:f,rangeRect:p,tableInfo:T}}insertTitle(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=ht(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=yn(l,i);if(!r)return;const a=[...Sn,...Te,...Jn,...mn];n.valueList?.forEach(c=>{an(a,r,c)}),this.draw.insertElementList([n])}focus(t){const{position:e=s.LocationPosition.AFTER,isMoveCursorToVisible:n=!0,rowNo:i,range:l}=t||{};let r=-1;if(l)this.range.replaceRange(l),r=e===s.LocationPosition.BEFORE?l.startIndex:l.endIndex;else if(ri(i)){const c=this.draw.getOriginalRowList();if(r=e===s.LocationPosition.BEFORE?c[i]?.startIndex:c[i+1]?.startIndex-1,!ri(r))return;this.range.setRange(r,r)}else r=e===s.LocationPosition.BEFORE?0:this.draw.getOriginalMainElementList().length-1,this.range.setRange(r,r);const a={isCompute:!1,isSetCursor:!1,isSubmitHistory:!1};n&&~r&&this.range.getIsCollapsed()&&(a.curIndex=r,a.isSetCursor=!0),this.draw.render(a)}insertArea(t){return this.draw.getArea().insertArea(t)}setAreaValue(t){return this.draw.getArea().setAreaValue(t)}setAreaProperties(t){this.draw.getArea().setAreaProperties(t)}locationArea(t,e){if(e?.isAppendLastLineBreak&&e?.position===s.LocationPosition.OUTER_AFTER){const l=this.draw.getOriginalMainElementList();l[l.length-1].areaId===t&&this.draw.appendElementList([{value:H}],{isSubmitHistory:!1})}const n=this.draw.getArea().getContextByAreaId(t,e);if(!n)return;const{range:{endIndex:i}}=n;this.position.setPositionContext({isTable:!1}),this.range.setRange(i,i),this.draw.render({curIndex:i,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1})}clearGraffiti(){this.draw.getGraffiti().clear(),this.draw.isGraffitiMode()&&this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1})}getMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=[],a=(d,u)=>{for(const R of d){if(R.type===s.ElementType.TABLE){const g=R.trList;for(const T of g)for(const f of T.tdList)a(f.value,u);continue}if(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM||e&&R.id!==e||n&&R.dictCode!==n||i&&R.label!==i||l&&R.areaId!==l)continue;const h={id:R.id,type:R.type,label:R.label,dictCode:R.dictCode,zone:u};R.type===s.ElementType.MACRO?h.value=R.value:R.type===s.ElementType.CUSTOM_MACRO?(h.macroConfig=R.macroConfig,h.value=R.macroConfig?.value):R.type===s.ElementType.REUSABLE_ITEM&&(h.reusableItemConfig=R.reusableItemConfig,h.value=R.reusableItemConfig?.value),r.push(h)}},c=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:d,elementList:u}of c)a(u,d);return r}getMacroList(){const t=[],e=i=>{for(const l of i){if(l.type===s.ElementType.TABLE){const r=l.trList;for(const a of r)for(const c of a.tdList)e(c.value);continue}(l.type===s.ElementType.MACRO||l.type===s.ElementType.CUSTOM_MACRO||l.type===s.ElementType.REUSABLE_ITEM)&&t.push(l)}},n=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const i of n)e(i);return t}setMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l,value:r,code:a,isSubmitHistory:c=!0}=t;let d=!1;const u=h=>{for(let g=0;g<h.length;g++){const T=h[g];if(T.type===s.ElementType.TABLE){const f=T.trList;for(const m of f)for(const C of m.tdList)u(C.value);continue}T.type!==s.ElementType.MACRO&&T.type!==s.ElementType.CUSTOM_MACRO&&T.type!==s.ElementType.REUSABLE_ITEM||e&&T.id!==e||n&&T.dictCode!==n||i&&T.label!==i||l&&T.areaId!==l||(d=!0,T.type===s.ElementType.MACRO?T.value=r:T.type===s.ElementType.CUSTOM_MACRO?T.macroConfig?(T.macroConfig.value=r,a!==void 0&&(T.macroConfig.code=a)):T.macroConfig={type:"text",value:r}:T.type===s.ElementType.REUSABLE_ITEM&&(T.reusableItemConfig?T.reusableItemConfig.value=r:T.reusableItemConfig={value:r}))}},R=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const h of R)u(h);d&&this.draw.render({isSubmitHistory:c,isSetCursor:!1})}setMacroValueList(t){if(!t.length)return;let e=!1,n=!1;const i=r=>{for(let a=0;a<r.length;a++){const c=r[a];if(c.type===s.ElementType.TABLE){const g=c.trList;for(const T of g)for(const f of T.tdList)i(f.value);continue}if(c.type!==s.ElementType.MACRO&&c.type!==s.ElementType.CUSTOM_MACRO&&c.type!==s.ElementType.REUSABLE_ITEM)continue;const d=t.find(g=>g.id&&c.id===g.id||g.dictCode&&c.dictCode===g.dictCode||g.label&&c.label===g.label||g.areaId&&c.areaId===g.areaId);if(!d)continue;const{value:u,code:R,isSubmitHistory:h=!0}=d;e=!0,h&&(n=!0),c.type===s.ElementType.MACRO?c.value=u:c.type===s.ElementType.CUSTOM_MACRO?c.macroConfig?(c.macroConfig.value=u,R!==void 0&&(c.macroConfig.code=R)):c.macroConfig={type:"text",value:u}:c.type===s.ElementType.REUSABLE_ITEM&&(c.reusableItemConfig?c.reusableItemConfig.value=u:c.reusableItemConfig={value:u})}},l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const r of l)i(r);e&&(n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1}))}updateMacroProperties(t){const{id:e,dictCode:n,label:i,areaId:l,properties:r,isSubmitHistory:a=!0}=t;let c=!1;const d=R=>{for(let h=0;h<R.length;h++){const g=R[h];if(g.type===s.ElementType.TABLE){const T=g.trList;for(const f of T)for(const m of f.tdList)d(m.value);continue}g.type!==s.ElementType.MACRO&&g.type!==s.ElementType.CUSTOM_MACRO&&g.type!==s.ElementType.REUSABLE_ITEM||e&&g.id!==e||n&&g.dictCode!==n||i&&g.label!==i||l&&g.areaId!==l||(c=!0,Object.assign(g,r))}},u=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const R of u)d(R);c&&this.draw.render({isSubmitHistory:a,isSetCursor:!1})}locationMacro(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=(c,d)=>{for(let u=0;u<c.length;u++){const R=c[u];if(R.type===s.ElementType.TABLE){const h=R.trList;for(let g=0;g<h.length;g++){const T=h[g];for(let f=0;f<T.tdList.length;f++){const m=T.tdList[f],C=r(m.value,d);if(C)return{...C,isTable:!0,index:u,trIndex:g,tdIndex:f,tableId:R.tableId,trId:T.id,tdId:m.id}}}}if(!(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM)&&!(e&&R.id!==e)&&!(n&&R.dictCode!==n)&&!(i&&R.label!==i)&&!(l&&R.areaId!==l))return{zone:d,index:u}}return null},a=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:c,elementList:d}of a){const u=r(d,c);if(u){this.setZone(u.zone),this.position.setPositionContext({isTable:u.isTable||!1,index:u.index,trIndex:u.trIndex,tdIndex:u.tdIndex,tableId:u.tableId,trId:u.trId,tdId:u.tdId}),this.range.replaceRange({startIndex:u.index,endIndex:u.index}),this.draw.render({curIndex:u.index,isCompute:!1,isSubmitHistory:!1});break}}}insertSubTemplate(t){const{label:e,templateId:n,content:i,conditions:l,relation:r="and",isSubmitHistory:a=!0}=t,c={id:Tt(),value:e,type:s.ElementType.SUB_TEMPLATE,label:e,templateId:n,subTemplateContent:i?.map(d=>ht(d)),subTemplateRelation:r,subTemplateConditions:l?.map(d=>({...d})),subTemplateExpanded:!1};this.insertElementList([c],{isSubmitHistory:a})}updateSubTemplate(t){const{id:e,properties:n,isSubmitHistory:i=!0}=t;if(!e)return;const l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];let r=!1;for(let a=0;a<l.length;a++)gs(l[a],c=>{c.id!==e||c.type!==s.ElementType.SUB_TEMPLATE||(Object.assign(c,{...n,value:n.label??c.value,subTemplateContent:n.subTemplateContent?n.subTemplateContent.map(d=>ht(d)):c.subTemplateContent?.map(d=>ht(d)),subTemplateConditions:n.subTemplateConditions?n.subTemplateConditions.map(d=>({...d})):c.subTemplateConditions?.map(d=>({...d}))}),r=!0)});r&&this.draw.render({isSubmitHistory:i,isCompute:!0})}expandSubTemplate(t){const{id:e,content:n,isSubmitHistory:i=!0}=t,l=this.draw.getOriginalMainElementList();for(let r=0;r<l.length;r++){const a=l[r];if(a.type===s.ElementType.SUB_TEMPLATE&&(!e||a.id===e)){const c=n||a.subTemplateContent;if(!c?.length){console.warn("子模板内容为空,无法展开");return}a.subTemplateExpanded=!0,a.hide=!0;const d=ht(c);jt(d,{isHandleFirstElement:!1,editorOptions:this.options});for(let u=0;u<d.length;u++)d[u].subTemplateParentId=a.id;l.splice(r+1,0,...d),this.draw.render({isSubmitHistory:i,isCompute:!0});return}}}collapseSubTemplate(t){const{id:e,isSubmitHistory:n=!0}=t,i=this.draw.getOriginalMainElementList();for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.SUB_TEMPLATE&&(!e||r.id===e)){r.subTemplateExpanded=!1,r.hide=!1;let a=l+1;for(;a<i.length&&i[a].subTemplateParentId===r.id;)a++;a>l+1&&i.splice(l+1,a-l-1),this.draw.render({isSubmitHistory:n,isCompute:!0});return}}}toggleSubTemplate(t){const{id:e,content:n,isSubmitHistory:i=!0}=t,l=this.draw.getOriginalMainElementList();for(let r=0;r<l.length;r++){const a=l[r];if(a.type===s.ElementType.SUB_TEMPLATE&&(!e||a.id===e)){a.subTemplateExpanded?this.collapseSubTemplate({id:e,isSubmitHistory:i}):this.expandSubTemplate({id:e,content:n,isSubmitHistory:i});return}}}}class bT{rangeStyleChange;visiblePageNoListChange;intersectionPageNoChange;pageSizeChange;pageScaleChange;saved;contentChange;controlChange;controlContentChange;pageModeChange;zoneChange;constructor(){this.rangeStyleChange=null,this.visiblePageNoListChange=null,this.intersectionPageNoChange=null,this.pageSizeChange=null,this.pageScaleChange=null,this.saved=null,this.contentChange=null,this.controlChange=null,this.controlContentChange=null,this.pageModeChange=null,this.zoneChange=null}}class DT{contextMenu;contextMenuList;getContextMenuList;shortcutList;langMap;constructor(t){const{contextMenu:e,shortcut:n,i18n:i}=t;this.contextMenu=e,this.contextMenuList=e.registerContextMenuList.bind(e),this.getContextMenuList=e.getContextMenuList.bind(e),this.shortcutList=n.registerShortcutList.bind(n),this.langMap=i.registerLangMap.bind(i)}disposeContextMenu(){this.contextMenu.dispose()}}const Fl={SELECTED_TEXT:"%s"},Gn={GLOBAL:{CUT:"globalCut",COPY:"globalCopy",PASTE:"globalPaste",SELECT_ALL:"globalSelectAll",PRINT:"globalPrint"},CONTROL:{DELETE:"controlDelete",EDIT_ATTRIBUTE:"controlEditAttribute",COPY:"controlCopy",PASTE:"controlPaste"},HYPERLINK:{DELETE:"hyperlinkDelete",CANCEL:"hyperlinkCancel",EDIT:"hyperlinkEdit"},IMAGE:{CHANGE:"imageChange",SAVE_AS:"imageSaveAs",TEXT_WRAP:"imageTextWrap",TEXT_WRAP_EMBED:"imageTextWrapEmbed",TEXT_WRAP_UP_DOWN:"imageTextWrapUpDown",TEXT_WRAP_SURROUND:"imageTextWrapSurround",TEXT_WRAP_FLOAT_TOP:"imageTextWrapFloatTop",TEXT_WRAP_FLOAT_BOTTOM:"imageTextWrapFloatBottom"},TABLE:{BORDER:"border",BORDER_ALL:"tableBorderAll",BORDER_EMPTY:"tableBorderEmpty",BORDER_DASH:"tableBorderDash",BORDER_EXTERNAL:"tableBorderExternal",BORDER_INTERNAL:"tableBorderInternal",BORDER_TD:"tableBorderTd",BORDER_TD_TOP:"tableBorderTdTop",BORDER_TD_RIGHT:"tableBorderTdRight",BORDER_TD_BOTTOM:"tableBorderTdBottom",BORDER_TD_LEFT:"tableBorderTdLeft",BORDER_TD_FORWARD:"tableBorderTdForward",BORDER_TD_BACK:"tableBorderTdBack",VERTICAL_ALIGN:"tableVerticalAlign",VERTICAL_ALIGN_TOP:"tableVerticalAlignTop",VERTICAL_ALIGN_MIDDLE:"tableVerticalAlignMiddle",VERTICAL_ALIGN_BOTTOM:"tableVerticalAlignBottom",INSERT_ROW_COL:"tableInsertRowCol",INSERT_TOP_ROW:"tableInsertTopRow",INSERT_BOTTOM_ROW:"tableInsertBottomRow",INSERT_LEFT_COL:"tableInsertLeftCol",INSERT_RIGHT_COL:"tableInsertRightCol",DELETE_ROW_COL:"tableDeleteRowCol",DELETE_ROW:"tableDeleteRow",DELETE_COL:"tableDeleteCol",DELETE_TABLE:"tableDeleteTable",MERGE_CELL:"tableMergeCell",CANCEL_MERGE_CELL:"tableCancelMergeCell",TABLE_PROPERTIES:"tableProperties"}},{CONTROL:{DELETE:VT,EDIT_ATTRIBUTE:WT,COPY:YT,PASTE:UT}}=Gn;function wT(o,t){if(t!==s.EditorMode.EDIT)return!1;const n=o?.control?.type,i=o?.controlComponent,l=n===s.ControlType.TEXT||n===s.ControlType.TEXTFIELD||n===s.ControlType.NUMBER||n===s.ControlType.SELECT||n===s.ControlType.DATE||n===s.ControlType.CHECKBOX||n===s.ControlType.RADIO||n===s.ControlType.BUTTON,r=i==="prefix"||i==="preText"||i==="preTextFix"||i==="textFixLabel"||n===s.ControlType.BUTTON&&i==="value";return l&&r}function yl(o){return o.hitElement||o.hitTableElement}const ZT=[{key:YT,name:"复制控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&wT(o.startElement,o.options.mode),callback:(o,t)=>{const e=t.startElement?.controlId;e&&o.executeCopyControl(e)}},{key:UT,name:"粘贴控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.editorTextFocus&&o.options.mode===s.EditorMode.EDIT&&Cc(),callback:o=>{o.executePasteControl()}},{key:VT,i18nPath:"contextmenu.control.delete",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeRemoveControl()}},{key:WT,i18nPath:"contextmenu.control.editAttribute",when:o=>{const t=yl(o);return!o.isReadonly&&!o.editorHasSelection&&o.options.mode===s.EditorMode.EDIT&&!!t},callback:(o,t)=>{const e=yl(t);e&&o.executeTriggerControlEditAttribute(e.controlId,e)}}],{GLOBAL:{CUT:QT,COPY:vT,PASTE:KT,SELECT_ALL:HT,PRINT:_T}}=Gn,AT=[{key:QT,i18nPath:"contextmenu.global.cut",shortCut:`${fn?"⌘":"Ctrl"} + X`,when:o=>!o.isReadonly,callback:o=>{o.executeCut()}},{key:vT,i18nPath:"contextmenu.global.copy",shortCut:`${fn?"⌘":"Ctrl"} + C`,when:o=>o.editorHasSelection||o.isCrossRowCol,callback:o=>{o.executeCopy()}},{key:KT,i18nPath:"contextmenu.global.paste",shortCut:`${fn?"⌘":"Ctrl"} + V`,when:o=>!o.isReadonly&&o.editorTextFocus,callback:o=>{o.executePaste()}},{key:HT,i18nPath:"contextmenu.global.selectAll",shortCut:`${fn?"⌘":"Ctrl"} + A`,when:o=>o.editorTextFocus,callback:o=>{o.executeSelectAll()}},{isDivider:!0},{key:_T,i18nPath:"contextmenu.global.print",icon:"print",when:()=>!0,callback:o=>{o.executePrint()}}],{HYPERLINK:{DELETE:kT,CANCEL:GT,EDIT:xT}}=Gn,BT=[{key:kT,i18nPath:"contextmenu.hyperlink.delete",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeDeleteHyperlink()}},{key:GT,i18nPath:"contextmenu.hyperlink.cancel",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeCancelHyperlink()}},{key:xT,i18nPath:"contextmenu.hyperlink.edit",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:(o,t)=>{const e=window.prompt(o.executeTranslate("contextmenu.hyperlink.edit"),t.startElement?.url);e&&o.executeEditHyperlink(e)}}],{IMAGE:{CHANGE:JT,SAVE_AS:$T,TEXT_WRAP:zT,TEXT_WRAP_EMBED:jT,TEXT_WRAP_UP_DOWN:qT,TEXT_WRAP_SURROUND:tf,TEXT_WRAP_FLOAT_TOP:ef,TEXT_WRAP_FLOAT_BOTTOM:nf}}=Gn,of=[{key:JT,i18nPath:"contextmenu.image.change",icon:"image-change",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{const t=document.createElement("input");t.type="file",t.accept=".png, .jpg, .jpeg",t.onchange=()=>{const e=t.files[0],n=new FileReader;n.readAsDataURL(e),n.onload=()=>{const i=n.result;o.executeReplaceImageElement(i)}},t.click()}},{key:$T,i18nPath:"contextmenu.image.saveAs",icon:"image",when:o=>!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{o.executeSaveAsImageElement()}},{key:zT,i18nPath:"contextmenu.image.textWrap",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,childMenus:[{key:jT,i18nPath:"contextmenu.image.textWrapType.embed",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.BLOCK)}},{key:qT,i18nPath:"contextmenu.image.textWrapType.upDown",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.INLINE)}},{key:tf,i18nPath:"contextmenu.image.textWrapType.surround",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.SURROUND)}},{key:ef,i18nPath:"contextmenu.image.textWrapType.floatTop",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_TOP)}},{key:nf,i18nPath:"contextmenu.image.textWrapType.floatBottom",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_BOTTOM)}}]}],{TABLE:{BORDER:sf,BORDER_ALL:rf,BORDER_EMPTY:lf,BORDER_DASH:af,BORDER_EXTERNAL:cf,BORDER_INTERNAL:df,BORDER_TD:uf,BORDER_TD_TOP:Rf,BORDER_TD_LEFT:hf,BORDER_TD_BOTTOM:gf,BORDER_TD_RIGHT:Tf,BORDER_TD_BACK:ff,BORDER_TD_FORWARD:mf,VERTICAL_ALIGN:pf,VERTICAL_ALIGN_TOP:Cf,VERTICAL_ALIGN_MIDDLE:If,VERTICAL_ALIGN_BOTTOM:Lf,INSERT_ROW_COL:Pf,INSERT_TOP_ROW:Ef,INSERT_BOTTOM_ROW:Mf,INSERT_LEFT_COL:Of,INSERT_RIGHT_COL:Sf,DELETE_ROW_COL:Xf,DELETE_ROW:Nf,DELETE_COL:Ff,DELETE_TABLE:yf,MERGE_CELL:bf,CANCEL_MERGE_CELL:Df}}=Gn,Vf=[{isDivider:!0},{key:sf,i18nPath:"contextmenu.table.border",icon:"border-all",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:rf,i18nPath:"contextmenu.table.borderAll",icon:"border-all",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.ALL)}},{key:lf,i18nPath:"contextmenu.table.borderEmpty",icon:"border-empty",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EMPTY)}},{key:af,i18nPath:"contextmenu.table.borderDash",icon:"border-dash",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.DASH)}},{key:cf,i18nPath:"contextmenu.table.borderExternal",icon:"border-external",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EXTERNAL)}},{key:df,i18nPath:"contextmenu.table.borderInternal",icon:"border-internal",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.INTERNAL)}},{key:uf,i18nPath:"contextmenu.table.borderTd",icon:"border-td",when:()=>!0,childMenus:[{key:Rf,i18nPath:"contextmenu.table.borderTdTop",icon:"border-td-top",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.TOP)}},{key:Tf,i18nPath:"contextmenu.table.borderTdRight",icon:"border-td-right",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.RIGHT)}},{key:gf,i18nPath:"contextmenu.table.borderTdBottom",icon:"border-td-bottom",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.BOTTOM)}},{key:hf,i18nPath:"contextmenu.table.borderTdLeft",icon:"border-td-left",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.LEFT)}},{key:mf,i18nPath:"contextmenu.table.borderTdForward",icon:"border-td-forward",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.FORWARD)}},{key:ff,i18nPath:"contextmenu.table.borderTdBack",icon:"border-td-back",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.BACK)}}]}]},{key:pf,i18nPath:"contextmenu.table.verticalAlign",icon:"vertical-align",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:Cf,i18nPath:"contextmenu.table.verticalAlignTop",icon:"vertical-align-top",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.TOP)}},{key:If,i18nPath:"contextmenu.table.verticalAlignMiddle",icon:"vertical-align-middle",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.MIDDLE)}},{key:Lf,i18nPath:"contextmenu.table.verticalAlignBottom",icon:"vertical-align-bottom",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.BOTTOM)}}]},{key:Pf,i18nPath:"contextmenu.table.insertRowCol",icon:"insert-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:Ef,i18nPath:"contextmenu.table.insertTopRow",icon:"insert-top-row",when:()=>!0,callback:o=>{o.executeInsertTableTopRow()}},{key:Mf,i18nPath:"contextmenu.table.insertBottomRow",icon:"insert-bottom-row",when:()=>!0,callback:o=>{o.executeInsertTableBottomRow()}},{key:Of,i18nPath:"contextmenu.table.insertLeftCol",icon:"insert-left-col",when:()=>!0,callback:o=>{o.executeInsertTableLeftCol()}},{key:Sf,i18nPath:"contextmenu.table.insertRightCol",icon:"insert-right-col",when:()=>!0,callback:o=>{o.executeInsertTableRightCol()}}]},{key:Xf,i18nPath:"contextmenu.table.deleteRowCol",icon:"delete-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:Nf,i18nPath:"contextmenu.table.deleteRow",icon:"delete-row",when:()=>!0,callback:o=>{o.executeDeleteTableRow()}},{key:Ff,i18nPath:"contextmenu.table.deleteCol",icon:"delete-col",when:()=>!0,callback:o=>{o.executeDeleteTableCol()}},{key:yf,i18nPath:"contextmenu.table.deleteTable",icon:"delete-table",when:()=>!0,callback:o=>{o.executeDeleteTable()}}]},{key:bf,i18nPath:"contextmenu.table.mergeCell",icon:"merge-cell",when:o=>!o.isReadonly&&o.isCrossRowCol&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeMergeTableCell()}},{key:Df,i18nPath:"contextmenu.table.mergeCancelCell",icon:"merge-cancel-cell",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeCancelMergeTableCell()}}];class Wf{options;draw;command;range;position;i18n;container;contextMenuList;contextMenuContainerList;contextMenuRelationShip;context;constructor(t,e){this.options=t.getOptions(),this.draw=t,this.command=e,this.range=t.getRange(),this.position=t.getPosition(),this.i18n=t.getI18n(),this.container=t.getContainer(),this.context=null,this.contextMenuList=[...AT,...Vf,...of,...ZT,...BT],this.contextMenuContainerList=[],this.contextMenuRelationShip=new Map,this._addEvent()}getContextMenuList(){return this.contextMenuList}_addEvent(){this.container.addEventListener("contextmenu",this._proxyContextMenuEvent),document.addEventListener("mousedown",this._handleSideEffect)}removeEvent(){this.container.removeEventListener("contextmenu",this._proxyContextMenuEvent),document.removeEventListener("mousedown",this._handleSideEffect)}_filterMenuList(t){const{contextMenuDisableKeys:e}=this.options,n=[];for(let i=0;i<t.length;i++){const l=t[i];l.disable||l.key&&e.includes(l.key)||(l.isDivider||l.when?.(this.context))&&n.push(l)}return n}_proxyContextMenuEvent=t=>{this.context=this._getContext(t);const e=this._filterMenuList(this.contextMenuList);e.some(i=>!i.isDivider)&&(this.dispose(),this._render({contextMenuList:e,left:t.x,top:t.y})),t.preventDefault()};_handleSideEffect=t=>{const e=t.target;this.contextMenuContainerList.some(i=>i.contains(e))||this.dispose()};_getContext(t){const e=this.draw.isReadonly(),{isCrossRowCol:n,startIndex:i,endIndex:l}=this.range.getRange(),r=!!(~i||~l),a=r&&i!==l,{isTable:c,trIndex:d,tdIndex:u,index:R}=this.position.getPositionContext(),h=t?this.command.getPositionContextByEvent(t,{isMustDirectHit:!0}):null;let g=null;if(c){const O=this.draw.getOriginalElementList()[R]||null;O&&(g=Yt([O],{extraPickAttrs:["id"]})[0])}const T=c&&!!n,f=this.draw.getElementList();let m=f[i]||null,C=f[l]||null;h?.element&&(m=h.element,C=h.element);const I=h?.element||null,p=h?.tableInfo?.element||null;h?.tableInfo?.element&&(g=h.tableInfo.element);const L=this.draw.getZone().getZone();return{startElement:m,endElement:C,hitElement:I,hitTableElement:p,isReadonly:e,editorHasSelection:a,editorTextFocus:r,isCrossRowCol:T,zone:L,isInTable:c,trIndex:d??null,tdIndex:u??null,tableElement:g,options:this.options}}_createContextMenuContainer(){const t=document.createElement("div");return t.classList.add(`${tt}-contextmenu-container`),t.setAttribute(Ue,s.EditorComponent.CONTEXTMENU),this.container.append(t),t}_render(t){const{contextMenuList:e,left:n,top:i,parentMenuContainer:l}=t,r=this._createContextMenuContainer(),a=document.createElement("div");a.classList.add(`${tt}-contextmenu-content`);let c=null;l&&this.contextMenuRelationShip.set(l,r);for(let L=0;L<e.length;L++){const M=e[L];if(M.isDivider){if(L!==0&&L!==e.length-1&&!e[L-1]?.isDivider){const O=document.createElement("div");O.classList.add(`${tt}-contextmenu-divider`),a.append(O)}}else{const O=document.createElement("div");if(O.classList.add(`${tt}-contextmenu-item`),M.childMenus){const V=this._filterMenuList(M.childMenus);V.some(y=>!y.isDivider)&&(O.classList.add(`${tt}-contextmenu-sub-item`),O.onmouseenter=()=>{this._setHoverStatus(O,!0),this._removeSubMenu(r);const y=O.getBoundingClientRect(),F=y.left+y.width,S=y.top;c=this._render({contextMenuList:V,left:F,top:S,parentMenuContainer:r})},O.onmouseleave=y=>{(!c||!c.contains(y.relatedTarget))&&this._setHoverStatus(O,!1)})}else O.onmouseenter=()=>{this._setHoverStatus(O,!0),this._removeSubMenu(r)},O.onmouseleave=()=>{this._setHoverStatus(O,!1)},O.onclick=()=>{M.callback&&this.context&&M.callback(this.command,this.context),this.dispose()};const b=document.createElement("i");O.append(b),M.icon&&b.classList.add(`${tt}-contextmenu-${M.icon}`);const D=document.createElement("span"),W=M.i18nPath?this._formatName(this.i18n.t(M.i18nPath)):this._formatName(M.name||"");if(D.append(document.createTextNode(W)),O.append(D),M.shortCut){const V=document.createElement("span");V.classList.add(`${tt}-shortcut`),V.append(document.createTextNode(M.shortCut)),O.append(V)}a.append(O)}}const d=document.createElement("div");d.classList.add(`${tt}-contextmenu-divider`),a.append(d);const u=document.createElement("div");u.classList.add(`${tt}-contextmenu-item`),u.onmouseenter=()=>{this._setHoverStatus(u,!0),this._removeSubMenu(r)},u.onmouseleave=()=>{this._setHoverStatus(u,!1)},u.onclick=()=>{this.dispose()};const R=document.createElement("i");u.append(R);const h=document.createElement("span");h.append(document.createTextNode(this.i18n.t("contextmenu.global.cancel"))),u.append(h),a.append(u),r.append(a),r.style.display="block";const g=window.innerWidth,T=r.getBoundingClientRect(),f=T.width,m=n+f>g?n-f:n;r.style.left=`${m}px`;const C=window.innerHeight,I=T.height,p=i+I>C?i-I:i;return r.style.top=`${p}px`,this.contextMenuContainerList.push(r),r}_removeSubMenu(t){const e=this.contextMenuRelationShip.get(t);e&&(this._removeSubMenu(e),e.remove(),this.contextMenuRelationShip.delete(t))}_setHoverStatus(t,e){e?(t.parentNode?.querySelectorAll(`${tt}-contextmenu-item`).forEach(n=>n.classList.remove("hover")),t.classList.add("hover")):t.classList.remove("hover")}_formatName(t){const e=Object.values(Fl),n=new RegExp(`${e.join("|")}`);let i=t;if(n.test(i)){const l=new RegExp(Fl.SELECTED_TEXT,"g");if(l.test(i)){const r=this.range.toString();i=i.replace(l,r)}}return i}registerContextMenuList(t){this.contextMenuList.push(...t)}dispose(){this.contextMenuContainerList.forEach(t=>t.remove()),this.contextMenuContainerList=[],this.contextMenuRelationShip.clear()}}const Yf=[{key:s.KeyMap.X,ctrl:!0,shift:!0,callback:o=>{o.executeStrikeout()}},{key:s.KeyMap.LEFT_BRACKET,mod:!0,callback:o=>{o.executeSizeAdd()}},{key:s.KeyMap.RIGHT_BRACKET,mod:!0,callback:o=>{o.executeSizeMinus()}},{key:s.KeyMap.B,mod:!0,callback:o=>{o.executeBold()}},{key:s.KeyMap.I,mod:!0,callback:o=>{o.executeItalic()}},{key:s.KeyMap.U,mod:!0,callback:o=>{o.executeUnderline()}},{key:fn?s.KeyMap.COMMA:s.KeyMap.RIGHT_ANGLE_BRACKET,mod:!0,shift:!0,callback:o=>{o.executeSuperscript()}},{key:fn?s.KeyMap.PERIOD:s.KeyMap.LEFT_ANGLE_BRACKET,mod:!0,shift:!0,callback:o=>{o.executeSubscript()}},{key:s.KeyMap.L,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.LEFT)}},{key:s.KeyMap.E,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.CENTER)}},{key:s.KeyMap.R,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.RIGHT)}},{key:s.KeyMap.J,mod:!0,callback:o=>{o.executeRowFlex(s.RowFlex.ALIGNMENT)}},{key:s.KeyMap.J,mod:!0,shift:!0,callback:o=>{o.executeRowFlex(s.RowFlex.JUSTIFY)}}],Uf=[{key:s.KeyMap.ZERO,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(null)}},{key:s.KeyMap.ONE,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.FIRST)}},{key:s.KeyMap.TWO,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.SECOND)}},{key:s.KeyMap.THREE,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.THIRD)}},{key:s.KeyMap.FOUR,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.FOURTH)}},{key:s.KeyMap.FIVE,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.FIFTH)}},{key:s.KeyMap.SIX,alt:!0,ctrl:!0,callback:o=>{o.executeTitle(s.TitleLevel.SIXTH)}}],wf=[{key:s.KeyMap.I,shift:!0,mod:!0,callback:o=>{o.executeList(s.ListType.UL,s.ListStyle.DISC)}},{key:s.KeyMap.U,shift:!0,mod:!0,callback:o=>{o.executeList(s.ListType.OL)}}];class Zf{draw;command;globalShortcutList;agentShortcutList;constructor(t,e){this.draw=t,this.command=e,this.globalShortcutList=[],this.agentShortcutList=[],this._addShortcutList([...Yf,...Uf,...wf]),this._addEvent(),t.getCursor().getAgentDom().addEventListener("keydown",this._agentKeydown.bind(this))}_addEvent(){document.addEventListener("keydown",this._globalKeydown)}removeEvent(){document.removeEventListener("keydown",this._globalKeydown)}_addShortcutList(t){for(let e=t.length-1;e>=0;e--){const n=t[e];n.isGlobal?this.globalShortcutList.unshift(n):this.agentShortcutList.unshift(n)}}registerShortcutList(t){this._addShortcutList(t)}_globalKeydown=t=>{this.globalShortcutList.length&&this.draw.isGlobalShortcutActive()&&this.draw.isTargetInsideEditor(t.target)&&this._execute(t,this.globalShortcutList)};_agentKeydown(t){this.agentShortcutList.length&&(this.draw.isInteractionSuspended()||this._execute(t,this.agentShortcutList))}_execute(t,e){for(let n=0;n<e.length;n++){const i=e[n];if((i.mod?He(t)===!!i.mod:t.ctrlKey===!!i.ctrl&&t.metaKey===!!i.meta)&&t.shiftKey===!!i.shift&&t.altKey===!!i.alt&&t.key.toLowerCase()===i.key.toLowerCase()){i.disable||(i?.callback?.(this.command),t.preventDefault());break}}}}class Qf{editor;constructor(t){this.editor=t}use(t,e){t(this.editor,e)}}class vf{eventHub;constructor(){this.eventHub=new Map}on(t,e){if(!t||typeof e!="function")return;const n=this.eventHub.get(t)||new Set;n.add(e),this.eventHub.set(t,n)}emit(t,e){if(!t)return;const n=this.eventHub.get(t);if(n){if(n.size===1)return[...n][0](e);n.forEach(i=>i(e))}}off(t,e){if(!t||typeof e!="function")return;const n=this.eventHub.get(t);n&&n.delete(e)}isSubscribe(t){const e=this.eventHub.get(t);return!!e&&e.size>0}dangerouslyClearAll(){this.eventHub.clear()}}class Kf{paste;copy;drop}class bl{command;version;listener;eventBus;override;register;destroy;use;draw;constructor(t,e,n={}){const i=Co(n);e=ht(e);let l=[],r=[],a=[],c=[];Array.isArray(e)?r=e:(l=e.header||[],r=e.main,a=e.footer||[],c=e.graffiti||[]),[l,r,a].forEach(T=>{jt(T,{editorOptions:i,isForceCompensation:!0})}),this.version=Tn,this.listener=new bT,this.eventBus=new vf,this.override=new Kf,this.draw=new MT(t,i,{header:l,main:r,footer:a,graffiti:c},this.listener,this.eventBus,this.override);const u=this.draw;this.command=new Xl(new yT(u)),u.setCommand(this.command);const R=new Wf(u,this.command),h=new Zf(u,this.command);this.register=new DT({contextMenu:R,shortcut:h,i18n:u.getI18n()}),this.destroy=()=>{u.destroy(),h.removeEvent(),R.removeEvent(),this.eventBus.dangerouslyClearAll()};const g=new Qf(this);this.use=g.use.bind(g)}setFormModeTrace(t){this.command.executeSetFormModeTrace(t)}pauseInteraction(){this.draw.pauseInteraction()}resumeInteraction(){this.draw.resumeInteraction()}setOverlayActive(t){this.draw.setOverlayActive(t)}suspendGlobalShortcut(t){this.draw.suspendGlobalShortcut(t)}}s.Command=Xl,s.EDITOR_CLIPBOARD=Bn,s.EDITOR_COMPONENT=Ue,s.Editor=bl,s.INTERNAL_CONTEXT_MENU_KEY=Gn,s.INTERNAL_SHORTCUT_KEY=dr,s.LETTER_CLASS=ti,s.createDomFromElementList=bn,s.default=bl,s.getElementListByHTML=Dn,s.getTextFromElementList=Cn,s.splitText=Dt,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));