ht-emr 0.7.37 → 0.7.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas-editor.js +1693 -1708
- package/dist/canvas-editor.umd.cjs +54 -54
- package/package.json +1 -1
|
@@ -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,pn){typeof exports=="object"&&typeof module<"u"?pn(exports):typeof define=="function"&&define.amd?define(["exports"],pn):(s=typeof globalThis<"u"?globalThis:s||self,pn(s["canvas-editor"]={}))})(this,(function(s){"use strict";const pn="0.7.
|
|
2
|
+
(function(s,pn){typeof exports=="object"&&typeof module<"u"?pn(exports):typeof define=="function"&&define.amd?define(["exports"],pn):(s=typeof globalThis<"u"?globalThis:s||self,pn(s["canvas-editor"]={}))})(this,(function(s){"use strict";const pn="0.7.39";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 K="",Xs=`
|
|
3
3
|
`,ai=" ",Ns=" ",ia=["·","、",":",":",",",",",".","。",";",";","?","?","!","!"],ys={[s.MaxHeightRatio.HALF]:1/2,[s.MaxHeightRatio.ONE_THIRD]:1/3,[s.MaxHeightRatio.QUARTER]:1/4},ci={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:"ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω"},sa="中";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 di=/[0-9.]/,ra=/[\uD800-\uDBFF][\uDC00-\uDFFF]/,la=/[#*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,aa=new RegExp(`${la.source}|${ra.source}`,"g"),ca=/[、,。?!;:……「」“”‘’*()【】〔〕〖〗〘〙〚〛《》———﹝﹞–—\\/·.,!?;:`~<>()[\]{}'"|]/,ui=new RegExp(`^[${K}
|
|
4
4
|
]`),da=/\s/;function ua(o,t){let e;return function(...n){e&&window.clearTimeout(e),e=window.setTimeout(()=>{o.apply(this,n)},t)}}function Ra(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 Ri(o,t){if(!o||typeof o!="object")return o;let e={};return Array.isArray(o)?e=o.map(n=>Ri(n,t)):Object.keys(o).forEach(n=>{t.includes(n)||(e[n]=Ri(o[n],t))}),e}function at(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=>at(e)):Object.keys(o).forEach(e=>{t[e]=at(o[e])}),t}function hi(o){return o&&o.nodeType===1&&o.tagName.toLowerCase()==="body"}function bs(o,t,e){if(o&&!hi(o))for(o=o;o;){if(!t||t(o)||hi(o))return t&&!t(o)&&hi(o)?null:o;o=o.parentNode}return null}function mt(){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(aa))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 Vs(o,t){const e=document.createElement("a");e.href=o,e.download=t,e.click()}function ha(o,t){ga(3,o,t)}function ga(o,t,e){let n=0,i=0,l=null,r=null;const a=function(c){const d=new Date().getTime(),u=l!==null&&r!==null&&Math.abs(c.clientX-l)<=5&&Math.abs(c.clientY-r)<=5;n=d-i<300&&u?n+1:0,i=d,l=c.clientX,r=c.clientY,n>=o-1&&(e(c),n=0)};t.addEventListener("click",a)}function Io(o){return Object.prototype.toString.call(o)==="[object Object]"}function gi(o){return Array.isArray(o)}function fi(o){return Object.prototype.toString.call(o)==="[object Number]"}function fa(o){return Object.prototype.toString.call(o)==="[object String]"}function Ws(o,t){if(Io(o)&&Io(t)){const e=t;for(const[n,i]of Object.entries(o))e[n]?e[n]=Ws(i,e[n]):e[n]=i}else gi(o)&&gi(t)&&t.push(...o);return t}function Ti(o){if(typeof queueMicrotask=="function"){queueMicrotask(()=>{o()});return}if(typeof Promise<"u"){Promise.resolve().then(()=>{o()});return}setTimeout(()=>{o()},0)}function Ta(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 un(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 Ys(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 xt(o,t){const e={};for(const n in o)t.includes(n)&&(e[n]=o[n]);return e}function Ee(o,t){const e={};for(const n in o)t.includes(n)||(e[n]=o[n]);return e}function ma(o){const e=new TextEncoder().encode(o),n=Array.from(e,l=>String.fromCharCode(l));return window.btoa(n.join(""))}function Ca(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 Us(o,t){return o.length!==t.length?!1:!o.some(e=>!t.includes(e))}function pa(o,t){if(!Io(o)||!Io(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 Ia(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 ws(o){return o==null}function Eo(o){return o.replace(/\r\n|\r/g,`
|
|
5
|
-
`)}function Zs(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 vs(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 ie(){return typeof performance<"u"&&performance.now?performance.now():Date.now()}function Ea(o,t){return o.performance.enabled&&t>=o.performance.threshold}function mi(o,t,e,n=[],i){if(!Ea(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 Qs=12,La={width:1,color:"#000000",dragWidth:2,dragColor:"#0000FF",dragFloatImageDisabled:!1},Ze="editor-component",rt="ce",no=`${rt}-clipboard`,Lo={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 In=typeof navigator<"u"&&/Mac OS X/.test(navigator.userAgent),Pa=typeof navigator<"u"&&/iPad|iPhone/.test(navigator.userAgent),Ma=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),Oa=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"],
|
|
5
|
+
`)}function Zs(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 vs(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 ie(){return typeof performance<"u"&&performance.now?performance.now():Date.now()}function Ea(o,t){return o.performance.enabled&&t>=o.performance.threshold}function mi(o,t,e,n=[],i){if(!Ea(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 Qs=12,La={width:1,color:"#000000",dragWidth:2,dragColor:"#0000FF",dragFloatImageDisabled:!1},Ze="editor-component",rt="ce",no=`${rt}-clipboard`,Lo={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 In=typeof navigator<"u"&&/Mac OS X/.test(navigator.userAgent),Pa=typeof navigator<"u"&&/iPad|iPhone/.test(navigator.userAgent),Ma=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),Oa=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"],ae=["rowFlex","vertical","rowMargin"],Sa=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","vertical","url","areaId","hyperlinkId","dateId","dateFormat","groupIds","templateId","subTemplateContent","subTemplateRelation","subTemplateConditions","rowMargin","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime"],Da=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","vertical","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"],Fa=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],En=["tdId","trId","tableId"],Ci=["level","titleId","title"],bn=["listId","listType","listStyle"],pi=["control","controlId","controlComponent"],Re=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"],Rn=["areaId","area"],Ii=[...En,...Ci,...bn,...Rn],Le=[s.ElementType.TEXT,s.ElementType.HYPERLINK,s.ElementType.SUBSCRIPT,s.ElementType.SUPERSCRIPT,s.ElementType.CONTROL,s.ElementType.DATE],Xa=[s.ElementType.IMAGE,s.ElementType.LATEX],Na=[s.ElementType.BLOCK,s.ElementType.PAGE_BREAK,s.ElementType.SEPARATOR,s.ElementType.TABLE],ya=["HR","TABLE","UL","OL"],ba=[s.ElementType.TITLE,s.ElementType.LIST];class Vn{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||Vn.sandbox),n.setAttribute("allow",[e?.allow||Vn.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 Ks{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(`${rt}-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,${ma(r)}`,a}_drawImageWithCrop(t,e,n,i,l,r,a){if(n.imgCrop){const{x:c,y:d,width:u,height:h}=n.imgCrop;t.drawImage(e,c,d,u,h,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(),m=this._countImagesBeforeTarget(I,e)+1;d=d.replace(/\{imageNo\}/g,String(m))}const u=(e.imgCaption.size||c.size)*a,h=e.imgCaption.font||c.font,R=e.imgCaption.color||c.color;t.save(),t.font=`${u}px ${h}`,t.fillStyle=R,t.textAlign="center";let f=d;const g=t.measureText(d);if(g.width>l){let I=0,m=d.length;for(;I<m;){const L=Math.ceil((I+m)/2),P=d.substring(0,L);t.measureText(P+"...").width<=l?I=L:m=L-1}f=d.substring(0,I)+"..."}const T=(e.imgCaption.top??c.top)*a,C=i+r+T+g.actualBoundingBoxAscent,p=n+l/2;t.fillText(f,p,C),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,h)=>{const R=new Image;R.setAttribute("crossOrigin","Anonymous"),R.src=e.value,R.onload=()=>{this.imageCache.set(e.value,R),u(e),c===this.draw.getRenderCount()&&(e.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM?this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}):(this._drawImageWithCrop(t,R,e,n,i,r,a),this._renderCaption(t,e,n,i,r,a)))},R.onerror=f=>{const g=this.getFallbackImage(r,a);g.onload=()=>{this._drawImageWithCrop(t,g,e,n,i,r,a),this.imageCache.set(e.value,g),this._renderCaption(t,e,n,i,r,a)},h(f)}});this.addImageObserver(d)}}}const Po=82;function Wn(o){return Ei[o]==null&&Va(o),Ei[o]}function Va(o){const t=Wa[o];if(t==null)return;const e=t.substring(3,5),n=1*e.charCodeAt(0)-Po,i=1*e.charCodeAt(1)-Po,l=t.substring(5),r=[[]];let a=1/0,c=-1/0,d=1/0,u=-1/0,h=0;for(;h<l.length;){const R=l.substring(h,h+2);if(R==" R")r.push([]);else{const f=R.charCodeAt(0)-Po-n,g=R.charCodeAt(1)-Po;a=Math.min(g,a),c=Math.max(g,c),d=Math.min(f,d),u=Math.max(f,u),r[r.length-1].push([f,g])}h+=2}Ei[o]={w:i-n,xmin:d,xmax:u,ymin:a,ymax:c,polylines:r}}const Ei={},Wa={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"},bt={"\\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 Mo(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 Se={SUB_SUP_SCALE:.5,SQRT_MAG_SCALE:.5,FRAC_SCALE:.85,LINE_SPACING:.5,FRAC_SPACING:.4};function Ya(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 Ua(o){return{type:bt[o]?"symb":"char",mode:"math",text:o,chld:[],bbox:null}}function Li(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=Li(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(Li(o.slice(a+1,r))),d++,d==l))break}else if(c==0&&(u.push(Ua(o[r])),d++,d==l))break;r++}return t=r,u}for(t=0;t<o.length;t++){const l=bt[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 Hs(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));Hs(n),o[t].text=o[t].chld[0].text,o[t].chld=n,o.splice(t+1,1)}t++}}function Ce(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++)Ce(o.chld[r],t,e,0,0,!0);o.bbox.x+=n,o.bbox.y+=i}}function As(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 wa(o){if(!o.length)return null;const t=As(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 Za(o,t="center"){for(let d=0;d<o.length;d++)if(o[d].text=="^"||o[d].text=="'"){let u=0,h=d;for(;h>0&&(o[h].text=="^"||o[h].text=="_"||o[h].text=="'");)h--;u=o[h].bbox.y,o[d].text=="'"?o[d].bbox.y=u:(Ce(o[d],Se.SUB_SUP_SCALE,null,0,0),bt[o[h].text]&&bt[o[h].text].flags.big?o[d].bbox.y=u-o[d].bbox.h:o[h].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,h=d;for(;h>0&&(o[h].text=="^"||o[h].text=="_"||o[h].text=="'");)h--;u=o[h].bbox.y+o[h].bbox.h,Ce(o[d],Se.SUB_SUP_SCALE,null,0,0),bt[o[h].text]&&bt[o[h].text].flags.big?o[d].bbox.y=u:o[h].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,h,R,f){let g=d,T=f,C=1/0,p=-1/0;for(;R>0?g<o.length:g>=0;){if(o[g].text==u)T++;else if(o[g].text==h){if(T--,T==0)break}else o[g].text=="^"||o[g].text=="_"||o[g].bbox&&(C=Math.min(C,o[g].bbox.y),p=Math.max(p,o[g].bbox.y+o[g].bbox.h));g+=R}return[C,p]}for(let d=0;d<o.length;d++)if(o[d].text=="\\left"){const[u,h]=e(d,"\\left","\\right",1,0);u!=1/0&&h!=-1/0&&(o[d].bbox.y=u,Ce(o[d],1,(h-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\right"){const[u,h]=e(d,"\\right","\\left",-1,0);u!=1/0&&h!=-1/0&&(o[d].bbox.y=u,Ce(o[d],1,(h-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\middle"){const[u,h]=e(d,"\\right","\\left",-1,1),[R,f]=e(d,"\\left","\\right",1,1),g=Math.min(u,R),T=Math.max(h,f);g!=1/0&&T!=-1/0&&(o[d].bbox.y=g,Ce(o[d],1,(T-g)/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 h=0;h<n[d].length;h++){const R=wa(n[d][h]);R&&(r[h]=r[h]||0,r[h]=Math.max(R.bbox.w+1,r[h])),u[h]=R}a.push(u)}const c=[];for(let d=0;d<a.length;d++){let u=1/0,h=-1/0;for(let R=0;R<a[d].length;R++)a[d][R]&&(u=Math.min(u,a[d][R].bbox.y),h=Math.max(h,a[d][R].bbox.y+a[d][R].bbox.h));c.push([u,h])}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]+Se.LINE_SPACING;for(let h=0;h<a[d].length;h++)a[d][h]&&(a[d][h].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 h=0;h<a[d].length;h++){const R=a[d][h];if(!R){u+=r[h];continue}R.bbox.x+=u,u+=r[h]-R.bbox.w,t=="center"?R.bbox.x+=(r[h]-R.bbox.w)/2:t=="left"||(t=="right"||t=="equation"&&h!=a[d].length-1)&&(R.bbox.x+=r[h]-R.bbox.w),o.push(R)}}}function ve(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(bt[o.text])if(bt[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(bt[o.text].flags.txt){let n=0;for(let i=1;i<o.text.length;i++)n+=Wn(Mo(o.text[i],"text")).w;n/=16,o.bbox={x:0,y:0,w:n,h:2}}else if(bt[o.text].glyph){let n=Wn(bt[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++)Wn(Mo(o.text[i],e))&&(e=="tt"?n+=16:n+=Wn(Mo(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=Se.FRAC_SCALE;ve(n),ve(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;Ce(n,l,null,(r-n.bbox.w*l)/2,0),Ce(i,l,null,(r-i.bbox.w*l)/2,n.bbox.h+Se.FRAC_SPACING),o.bbox={x:0,y:-n.bbox.h+1-Se.FRAC_SPACING/2,w:r,h:n.bbox.h+i.bbox.h+Se.FRAC_SPACING}}else if(o.text=="\\binom"){const n=o.chld[0],i=o.chld[1];ve(n),ve(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);Ce(n,1,null,(l-n.bbox.w)/2+1,0),Ce(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];ve(n);const i=o.chld[1];let l=0;i&&(ve(i),l=Math.max(i.bbox.w*Se.SQRT_MAG_SCALE-.5,0),Ce(i,Se.SQRT_MAG_SCALE,null,0,.5)),Ce(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(bt[o.text]&&bt[o.text].flags.hat){const n=o.chld[0];ve(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(bt[o.text]&&bt[o.text].flags.mat){const n=o.chld[0];ve(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 h=0;h<o.chld.length;h++){const R=o.chld[h],f={"\\quad":2,"\\,":6/18,"\\:":8/18,"\\;":10/18,"\\!":-6/18}[R.text]??null;if(R.text=="\\\\"){i+=l,n=0,l=1;continue}else{if(R.text=="&")continue;if(f!=null){n+=f;continue}else{if(ve(R,e),Ce(R,1,null,n,i),R.text=="^"||R.text=="_"||R.text=="'"){let g=h;for(;g>0&&(o.chld[g].text=="^"||o.chld[g].text=="_"||o.chld[g].text=="'");)g--;const T=bt[o.chld[g].text]&&bt[o.chld[g].text].flags.big;if(R.text=="'"){let C=g+1,p=0;for(;C<h;)o.chld[C].text=="'"&&p++,C++;R.bbox.x=o.chld[g].bbox.x+o.chld[g].bbox.w+R.bbox.w*p,n=Math.max(n,R.bbox.x+R.bbox.w)}else if(T){const C=o.chld[g].bbox.x+(o.chld[g].bbox.w-R.bbox.w*Se.SUB_SUP_SCALE)/2;R.bbox.x=C,n=Math.max(n,o.chld[g].bbox.x+o.chld[g].bbox.w+(R.bbox.w*Se.SUB_SUP_SCALE-o.chld[g].bbox.w)/2)}else R.bbox.x=o.chld[g].bbox.x+o.chld[g].bbox.w,n=Math.max(n,R.bbox.x+R.bbox.w*Se.SUB_SUP_SCALE)}else n+=R.bbox.w;t=="text"&&(n+=1),l=Math.max(R.bbox.y+R.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;Za(o.chld,a);const u=As(o.chld);o.text=="\\text"&&(u.x-=1,u.w+=2);for(let h=0;h<o.chld.length;h++)Ce(o.chld[h],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 va(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(bt[n.text]&&bt[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(bt[n.text]&&bt[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 Qa(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(bt[n.text]&&bt[n.text].flags.hat&&!bt[n.text].flags.xfl&&!bt[n.text].flags.yfl&&(i*=4,l=!0),bt[n.text]&&bt[n.text].glyph){const r=Wn(bt[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],h=r.polylines[a][d][1];if(bt[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 R=(n.bbox.w-r.w/16*i)/2;u+=n.bbox.x+R}if(bt[n.text].flags.yfl)h=(h-r.ymin)/Math.max(r.ymax-r.ymin,1)*n.bbox.h,h+=n.bbox.y;else{if(h=h/16*i,l){const R=(r.ymax+r.ymin)/2;h-=R/16*i}h+=n.bbox.y+n.bbox.h/2}c.push([u,h])}t.push(c)}}else if(bt[n.text]&&bt[n.text].flags.txt||n.type=="char"){let r=n.bbox.x;const a=!!(bt[n.text]&&bt[n.text].flags.txt);for(let c=Number(a);c<n.text.length;c++){const d=Wn(Mo(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 h=[];for(let R=0;R<d.polylines[u].length;R++){let f=d.polylines[u][R][0],g=d.polylines[u][R][1];f/=16,g/=16,f*=i,g*=i,n.mode=="tt"&&(d.w>16?f*=16/d.w:f+=(16-d.w)/2/16),f+=r,g+=n.bbox.y+n.bbox.h/2,h.push([f,g])}t.push(h)}n.mode=="tt"?r+=i:r+=d.w/16*i}}}return t}function Qe(o){return Math.round(o*100)/100}class Ka{_latex;_tree;_tokens;_polylines;constructor(t){this._latex=t,this._tokens=Ya(t),this._tree=Li(this._tokens),Hs(this._tree.chld),ve(this._tree),va(this._tree),this._polylines=Qa(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"||bt[d.text]&&(bt[d.text].flags.txt||!Object.keys(bt[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+=`${Qe(n+d*l)} ${Qe(i+u*r)}`}return e}svg(t){t||(t={});const[e,n,i,l]=this.resolveScale(t),r=Qe(this._tree.bbox.w*i+e*2),a=Qe(this._tree.bbox.h*l+n*2);let c=`<svg
|
|
13
|
+
</svg>`,a=new Image;return a.src=`data:image/svg+xml;base64,${ma(r)}`,a}_drawImageWithCrop(t,e,n,i,l,r,a){if(n.imgCrop){const{x:c,y:d,width:u,height:h}=n.imgCrop;t.drawImage(e,c,d,u,h,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(),m=this._countImagesBeforeTarget(I,e)+1;d=d.replace(/\{imageNo\}/g,String(m))}const u=(e.imgCaption.size||c.size)*a,h=e.imgCaption.font||c.font,R=e.imgCaption.color||c.color;t.save(),t.font=`${u}px ${h}`,t.fillStyle=R,t.textAlign="center";let f=d;const g=t.measureText(d);if(g.width>l){let I=0,m=d.length;for(;I<m;){const L=Math.ceil((I+m)/2),M=d.substring(0,L);t.measureText(M+"...").width<=l?I=L:m=L-1}f=d.substring(0,I)+"..."}const T=(e.imgCaption.top??c.top)*a,C=i+r+T+g.actualBoundingBoxAscent,p=n+l/2;t.fillText(f,p,C),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,h)=>{const R=new Image;R.setAttribute("crossOrigin","Anonymous"),R.src=e.value,R.onload=()=>{this.imageCache.set(e.value,R),u(e),c===this.draw.getRenderCount()&&(e.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM?this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1}):(this._drawImageWithCrop(t,R,e,n,i,r,a),this._renderCaption(t,e,n,i,r,a)))},R.onerror=f=>{const g=this.getFallbackImage(r,a);g.onload=()=>{this._drawImageWithCrop(t,g,e,n,i,r,a),this.imageCache.set(e.value,g),this._renderCaption(t,e,n,i,r,a)},h(f)}});this.addImageObserver(d)}}}const Po=82;function Wn(o){return Ei[o]==null&&Va(o),Ei[o]}function Va(o){const t=Wa[o];if(t==null)return;const e=t.substring(3,5),n=1*e.charCodeAt(0)-Po,i=1*e.charCodeAt(1)-Po,l=t.substring(5),r=[[]];let a=1/0,c=-1/0,d=1/0,u=-1/0,h=0;for(;h<l.length;){const R=l.substring(h,h+2);if(R==" R")r.push([]);else{const f=R.charCodeAt(0)-Po-n,g=R.charCodeAt(1)-Po;a=Math.min(g,a),c=Math.max(g,c),d=Math.min(f,d),u=Math.max(f,u),r[r.length-1].push([f,g])}h+=2}Ei[o]={w:i-n,xmin:d,xmax:u,ymin:a,ymax:c,polylines:r}}const Ei={},Wa={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"},bt={"\\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 Mo(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 Se={SUB_SUP_SCALE:.5,SQRT_MAG_SCALE:.5,FRAC_SCALE:.85,LINE_SPACING:.5,FRAC_SPACING:.4};function Ya(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 Ua(o){return{type:bt[o]?"symb":"char",mode:"math",text:o,chld:[],bbox:null}}function Li(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=Li(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(Li(o.slice(a+1,r))),d++,d==l))break}else if(c==0&&(u.push(Ua(o[r])),d++,d==l))break;r++}return t=r,u}for(t=0;t<o.length;t++){const l=bt[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 Hs(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));Hs(n),o[t].text=o[t].chld[0].text,o[t].chld=n,o.splice(t+1,1)}t++}}function Ce(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++)Ce(o.chld[r],t,e,0,0,!0);o.bbox.x+=n,o.bbox.y+=i}}function As(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 wa(o){if(!o.length)return null;const t=As(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 Za(o,t="center"){for(let d=0;d<o.length;d++)if(o[d].text=="^"||o[d].text=="'"){let u=0,h=d;for(;h>0&&(o[h].text=="^"||o[h].text=="_"||o[h].text=="'");)h--;u=o[h].bbox.y,o[d].text=="'"?o[d].bbox.y=u:(Ce(o[d],Se.SUB_SUP_SCALE,null,0,0),bt[o[h].text]&&bt[o[h].text].flags.big?o[d].bbox.y=u-o[d].bbox.h:o[h].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,h=d;for(;h>0&&(o[h].text=="^"||o[h].text=="_"||o[h].text=="'");)h--;u=o[h].bbox.y+o[h].bbox.h,Ce(o[d],Se.SUB_SUP_SCALE,null,0,0),bt[o[h].text]&&bt[o[h].text].flags.big?o[d].bbox.y=u:o[h].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,h,R,f){let g=d,T=f,C=1/0,p=-1/0;for(;R>0?g<o.length:g>=0;){if(o[g].text==u)T++;else if(o[g].text==h){if(T--,T==0)break}else o[g].text=="^"||o[g].text=="_"||o[g].bbox&&(C=Math.min(C,o[g].bbox.y),p=Math.max(p,o[g].bbox.y+o[g].bbox.h));g+=R}return[C,p]}for(let d=0;d<o.length;d++)if(o[d].text=="\\left"){const[u,h]=e(d,"\\left","\\right",1,0);u!=1/0&&h!=-1/0&&(o[d].bbox.y=u,Ce(o[d],1,(h-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\right"){const[u,h]=e(d,"\\right","\\left",-1,0);u!=1/0&&h!=-1/0&&(o[d].bbox.y=u,Ce(o[d],1,(h-u)/o[d].bbox.h,0,0))}else if(o[d].text=="\\middle"){const[u,h]=e(d,"\\right","\\left",-1,1),[R,f]=e(d,"\\left","\\right",1,1),g=Math.min(u,R),T=Math.max(h,f);g!=1/0&&T!=-1/0&&(o[d].bbox.y=g,Ce(o[d],1,(T-g)/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 h=0;h<n[d].length;h++){const R=wa(n[d][h]);R&&(r[h]=r[h]||0,r[h]=Math.max(R.bbox.w+1,r[h])),u[h]=R}a.push(u)}const c=[];for(let d=0;d<a.length;d++){let u=1/0,h=-1/0;for(let R=0;R<a[d].length;R++)a[d][R]&&(u=Math.min(u,a[d][R].bbox.y),h=Math.max(h,a[d][R].bbox.y+a[d][R].bbox.h));c.push([u,h])}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]+Se.LINE_SPACING;for(let h=0;h<a[d].length;h++)a[d][h]&&(a[d][h].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 h=0;h<a[d].length;h++){const R=a[d][h];if(!R){u+=r[h];continue}R.bbox.x+=u,u+=r[h]-R.bbox.w,t=="center"?R.bbox.x+=(r[h]-R.bbox.w)/2:t=="left"||(t=="right"||t=="equation"&&h!=a[d].length-1)&&(R.bbox.x+=r[h]-R.bbox.w),o.push(R)}}}function ve(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(bt[o.text])if(bt[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(bt[o.text].flags.txt){let n=0;for(let i=1;i<o.text.length;i++)n+=Wn(Mo(o.text[i],"text")).w;n/=16,o.bbox={x:0,y:0,w:n,h:2}}else if(bt[o.text].glyph){let n=Wn(bt[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++)Wn(Mo(o.text[i],e))&&(e=="tt"?n+=16:n+=Wn(Mo(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=Se.FRAC_SCALE;ve(n),ve(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;Ce(n,l,null,(r-n.bbox.w*l)/2,0),Ce(i,l,null,(r-i.bbox.w*l)/2,n.bbox.h+Se.FRAC_SPACING),o.bbox={x:0,y:-n.bbox.h+1-Se.FRAC_SPACING/2,w:r,h:n.bbox.h+i.bbox.h+Se.FRAC_SPACING}}else if(o.text=="\\binom"){const n=o.chld[0],i=o.chld[1];ve(n),ve(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);Ce(n,1,null,(l-n.bbox.w)/2+1,0),Ce(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];ve(n);const i=o.chld[1];let l=0;i&&(ve(i),l=Math.max(i.bbox.w*Se.SQRT_MAG_SCALE-.5,0),Ce(i,Se.SQRT_MAG_SCALE,null,0,.5)),Ce(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(bt[o.text]&&bt[o.text].flags.hat){const n=o.chld[0];ve(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(bt[o.text]&&bt[o.text].flags.mat){const n=o.chld[0];ve(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 h=0;h<o.chld.length;h++){const R=o.chld[h],f={"\\quad":2,"\\,":6/18,"\\:":8/18,"\\;":10/18,"\\!":-6/18}[R.text]??null;if(R.text=="\\\\"){i+=l,n=0,l=1;continue}else{if(R.text=="&")continue;if(f!=null){n+=f;continue}else{if(ve(R,e),Ce(R,1,null,n,i),R.text=="^"||R.text=="_"||R.text=="'"){let g=h;for(;g>0&&(o.chld[g].text=="^"||o.chld[g].text=="_"||o.chld[g].text=="'");)g--;const T=bt[o.chld[g].text]&&bt[o.chld[g].text].flags.big;if(R.text=="'"){let C=g+1,p=0;for(;C<h;)o.chld[C].text=="'"&&p++,C++;R.bbox.x=o.chld[g].bbox.x+o.chld[g].bbox.w+R.bbox.w*p,n=Math.max(n,R.bbox.x+R.bbox.w)}else if(T){const C=o.chld[g].bbox.x+(o.chld[g].bbox.w-R.bbox.w*Se.SUB_SUP_SCALE)/2;R.bbox.x=C,n=Math.max(n,o.chld[g].bbox.x+o.chld[g].bbox.w+(R.bbox.w*Se.SUB_SUP_SCALE-o.chld[g].bbox.w)/2)}else R.bbox.x=o.chld[g].bbox.x+o.chld[g].bbox.w,n=Math.max(n,R.bbox.x+R.bbox.w*Se.SUB_SUP_SCALE)}else n+=R.bbox.w;t=="text"&&(n+=1),l=Math.max(R.bbox.y+R.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;Za(o.chld,a);const u=As(o.chld);o.text=="\\text"&&(u.x-=1,u.w+=2);for(let h=0;h<o.chld.length;h++)Ce(o.chld[h],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 va(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(bt[n.text]&&bt[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(bt[n.text]&&bt[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 Qa(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(bt[n.text]&&bt[n.text].flags.hat&&!bt[n.text].flags.xfl&&!bt[n.text].flags.yfl&&(i*=4,l=!0),bt[n.text]&&bt[n.text].glyph){const r=Wn(bt[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],h=r.polylines[a][d][1];if(bt[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 R=(n.bbox.w-r.w/16*i)/2;u+=n.bbox.x+R}if(bt[n.text].flags.yfl)h=(h-r.ymin)/Math.max(r.ymax-r.ymin,1)*n.bbox.h,h+=n.bbox.y;else{if(h=h/16*i,l){const R=(r.ymax+r.ymin)/2;h-=R/16*i}h+=n.bbox.y+n.bbox.h/2}c.push([u,h])}t.push(c)}}else if(bt[n.text]&&bt[n.text].flags.txt||n.type=="char"){let r=n.bbox.x;const a=!!(bt[n.text]&&bt[n.text].flags.txt);for(let c=Number(a);c<n.text.length;c++){const d=Wn(Mo(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 h=[];for(let R=0;R<d.polylines[u].length;R++){let f=d.polylines[u][R][0],g=d.polylines[u][R][1];f/=16,g/=16,f*=i,g*=i,n.mode=="tt"&&(d.w>16?f*=16/d.w:f+=(16-d.w)/2/16),f+=r,g+=n.bbox.y+n.bbox.h/2,h.push([f,g])}t.push(h)}n.mode=="tt"?r+=i:r+=d.w/16*i}}}return t}function Qe(o){return Math.round(o*100)/100}class Ka{_latex;_tree;_tokens;_polylines;constructor(t){this._latex=t,this._tokens=Ya(t),this._tree=Li(this._tokens),Hs(this._tree.chld),ve(this._tree),va(this._tree),this._polylines=Qa(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"||bt[d.text]&&(bt[d.text].flags.txt||!Object.keys(bt[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+=`${Qe(n+d*l)} ${Qe(i+u*r)}`}return e}svg(t){t||(t={});const[e,n,i,l]=this.resolveScale(t),r=Qe(this._tree.bbox.w*i+e*2),a=Qe(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,76 +58,76 @@ 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}=this._tree.chld[a].bbox;r.push({x:e+c*i,y:n+d*l,w:u*i,h:h*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 _s extends Ks{static convertLaTextToSVG(t){return new Ka(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 h=new Image;h.src=e.laTexSVG,h.onload=()=>{t.drawImage(h,n,i,r,a),this.imageCache.set(e.value,h),d(e)},h.onerror=R=>{u(R)}});this.addImageObserver(c)}}}s.ListType=void 0,(function(o){o.UL="ul",o.OL="ol"})(s.ListType||(s.ListType={}));var Ln;(function(o){o.DISC="disc",o.CIRCLE="circle",o.SQUARE="square",o.CHECKBOX="checkbox"})(Ln||(Ln={}));var Bs;(function(o){o.DECIMAL="decimal"})(Bs||(Bs={})),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 Ha={inheritStyle:!1},Pi={[Ln.DISC]:"•",[Ln.CIRCLE]:"◦",[Ln.SQUARE]:"▫︎",[Ln.CHECKBOX]:"☑️"},Aa={[s.ListType.OL]:"ol",[s.ListType.UL]:"ul"},_a={[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},ks={[s.TitleLevel.FIRST]:"defaultFirstSize",[s.TitleLevel.SECOND]:"defaultSecondSize",[s.TitleLevel.THIRD]:"defaultThirdSize",[s.TitleLevel.FOURTH]:"defaultFourthSize",[s.TitleLevel.FIFTH]:"defaultFifthSize",[s.TitleLevel.SIXTH]:"defaultSixthSize"},Mi={[s.TitleLevel.FIRST]:1,[s.TitleLevel.SECOND]:2,[s.TitleLevel.THIRD]:3,[s.TitleLevel.FOURTH]:4,[s.TitleLevel.FIFTH]:5,[s.TitleLevel.SIXTH]:6},ka={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 Gs;(function(o){o.NUMBER="number",o.OPERATOR="operator",o.UTILITY="utility",o.EQUAL="equal"})(Gs||(Gs={})),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 Ke;(function(o){o.PAGE="page",o.TABLE="table"})(Ke||(Ke={})),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 Ga={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 xa={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#ffffff",verticalAlign:s.VerticalAlign.BOTTOM},Ja={placeholderColor:"#9c9b9b",bracketColor:"#2284FE",textFixColor:"blue",prefix:"[",postfix:"]",preTextFix:"{",postTextFix:"}",textFixLabel:"",preTextFixText:"",postTextFixText:"",borderWidth:1,borderColor:"#000000",activeBackgroundColor:"",disabledBackgroundColor:"",existValueBackgroundColor:"",noValueBackgroundColor:"",inlineControlBackgroundColor:"#BFF7D7"},$a={bottom:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},za={opacity:.1,backgroundColor:"#E99D00",activeOpacity:.5,activeBackgroundColor:"#E99D00",disabled:!1,deletable:!0},ja={top:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},qa={defaultColor:"#1976d2",defaultBackgroundColor:"#e3f2fd",defaultBorderRadius:4,defaultPadding:[4,4,4,4]},tc={color:"#666666",font:"Microsoft YaHei",size:12,top:5},ec={disabled:!0,color:"#CCCCCC",lineWidth:1.5},nc={font:"Microsoft YaHei",fontSize:12,lineDash:[3,1]},oo={PAGE_NO:"{pageNo}",PAGE_COUNT:"{pageCount}"},oc={bottom:60,size:12,font:"Microsoft YaHei",color:"#000000",rowFlex:s.RowFlex.CENTER,format:oo.PAGE_NO,numberType:s.NumberType.ARABIC,disabled:!1,startPageNo:1,fromPageNo:0,maxPageNo:null},xs={data:"",color:"#DCDFE6",opacity:1,size:16,font:"Microsoft YaHei"},ic={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#000000",verticalAlign:s.VerticalAlign.BOTTOM},sc={lineWidth:1,strokeStyle:"#000000"},rc={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 Oi={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},lc={tipDisabled:!0};s.LineNumberType=void 0,(function(o){o.PAGE="page",o.CONTINUITY="continuity"})(s.LineNumberType||(s.LineNumberType={}));const ac={size:12,font:"Microsoft YaHei",color:"#000000",disabled:!0,right:20,type:s.LineNumberType.CONTINUITY},cc={color:"#000000",lineWidth:1,padding:[0,5,0,5],disabled:!0},dc={top:0,left:5},uc={defaultLineColor:"#000000",defaultLineWidth:2},Rc={disabled:!0,color:"#CCCCCC",radius:1};function Oo(o={}){const t={...rc,...o.table},e={...ja,...o.header},n={...$a,...o.footer},i={...oc,...o.pageNumber},l={...Oi,...o.watermark},r={...Ja,...o.control},a={...xa,...o.checkbox},c={...ic,...o.radio},d={...La,...o.cursor},u={...Ba,...o.title},h={...xs,...o.placeholder},R={...za,...o.group},f={...nc,...o.pageBreak},g={...lc,...o.zone},T={...Ga,...o.background},C={...ec,...o.lineBreak},p={...Rc,...o.whiteSpace},I={...sc,...o.separator},m={...ac,...o.lineNumber},L={...cc,...o.pageBorder},P={...dc,...o.badge},M={...uc,...o.graffiti},F={...qa,...o.label},N={...tc,...o.imgCaption},Y={...Ha,...o.list},b={print:{...Lo.print,...o.modeRule?.print},compare:{...Lo.compare,...o.modeRule?.compare},readonly:{...Lo.readonly,...o.modeRule?.readonly},form:{...Lo.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:[ci.ENGLISH,ci.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:h,group:R,pageBreak:f,zone:g,background:T,lineBreak:C,whiteSpace:p,separator:I,lineNumber:m,pageBorder:L,badge:P,modeRule:b,graffiti:M,label:F,imgCaption:N,list:Y,performance:{enabled:!1,threshold:16,...o.performance}}}const Js=new Map,hc=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.CHECKBOX,s.ControlType.RADIO];function ye(o,t){return o&&hc.includes(o)?[""]:Dt(t)}function gc(o){return Js.get(o)}function So(o,t){Js.set(o,t)}function Si(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 $s=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]),fc=["请选择","双击获取日期","格式化日期时间"],Tc=" ";function Di(o){return(o||[]).map(t=>t.value===K?`
|
|
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}=this._tree.chld[a].bbox;r.push({x:e+c*i,y:n+d*l,w:u*i,h:h*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 _s extends Ks{static convertLaTextToSVG(t){return new Ka(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 h=new Image;h.src=e.laTexSVG,h.onload=()=>{t.drawImage(h,n,i,r,a),this.imageCache.set(e.value,h),d(e)},h.onerror=R=>{u(R)}});this.addImageObserver(c)}}}s.ListType=void 0,(function(o){o.UL="ul",o.OL="ol"})(s.ListType||(s.ListType={}));var Ln;(function(o){o.DISC="disc",o.CIRCLE="circle",o.SQUARE="square",o.CHECKBOX="checkbox"})(Ln||(Ln={}));var Bs;(function(o){o.DECIMAL="decimal"})(Bs||(Bs={})),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 Ha={inheritStyle:!1},Pi={[Ln.DISC]:"•",[Ln.CIRCLE]:"◦",[Ln.SQUARE]:"▫︎",[Ln.CHECKBOX]:"☑️"},Aa={[s.ListType.OL]:"ol",[s.ListType.UL]:"ul"},_a={[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},ks={[s.TitleLevel.FIRST]:"defaultFirstSize",[s.TitleLevel.SECOND]:"defaultSecondSize",[s.TitleLevel.THIRD]:"defaultThirdSize",[s.TitleLevel.FOURTH]:"defaultFourthSize",[s.TitleLevel.FIFTH]:"defaultFifthSize",[s.TitleLevel.SIXTH]:"defaultSixthSize"},Mi={[s.TitleLevel.FIRST]:1,[s.TitleLevel.SECOND]:2,[s.TitleLevel.THIRD]:3,[s.TitleLevel.FOURTH]:4,[s.TitleLevel.FIFTH]:5,[s.TitleLevel.SIXTH]:6},ka={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 Gs;(function(o){o.NUMBER="number",o.OPERATOR="operator",o.UTILITY="utility",o.EQUAL="equal"})(Gs||(Gs={})),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 Ke;(function(o){o.PAGE="page",o.TABLE="table"})(Ke||(Ke={})),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 Ga={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 xa={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#ffffff",verticalAlign:s.VerticalAlign.BOTTOM},Ja={placeholderColor:"#9c9b9b",bracketColor:"#2284FE",textFixColor:"blue",prefix:"[",postfix:"]",preTextFix:"{",postTextFix:"}",textFixLabel:"",preTextFixText:"",postTextFixText:"",borderWidth:1,borderColor:"#000000",activeBackgroundColor:"",disabledBackgroundColor:"",existValueBackgroundColor:"",noValueBackgroundColor:"",inlineControlBackgroundColor:"#BFF7D7"},$a={bottom:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},za={opacity:.1,backgroundColor:"#E99D00",activeOpacity:.5,activeBackgroundColor:"#E99D00",disabled:!1,deletable:!0},ja={top:30,inactiveAlpha:1,maxHeightRadio:s.MaxHeightRatio.HALF,disabled:!1,editable:!0},qa={defaultColor:"#1976d2",defaultBackgroundColor:"#e3f2fd",defaultBorderRadius:4,defaultPadding:[4,4,4,4]},tc={color:"#666666",font:"Microsoft YaHei",size:12,top:5},ec={disabled:!0,color:"#CCCCCC",lineWidth:1.5},nc={font:"Microsoft YaHei",fontSize:12,lineDash:[3,1]},oo={PAGE_NO:"{pageNo}",PAGE_COUNT:"{pageCount}"},oc={bottom:60,size:12,font:"Microsoft YaHei",color:"#000000",rowFlex:s.RowFlex.CENTER,format:oo.PAGE_NO,numberType:s.NumberType.ARABIC,disabled:!1,startPageNo:1,fromPageNo:0,maxPageNo:null},xs={data:"",color:"#DCDFE6",opacity:1,size:16,font:"Microsoft YaHei"},ic={width:14,height:14,gap:5,lineWidth:1,fillStyle:"#5175f4",strokeStyle:"#000000",verticalAlign:s.VerticalAlign.BOTTOM},sc={lineWidth:1,strokeStyle:"#000000"},rc={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 Oi={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},lc={tipDisabled:!0};s.LineNumberType=void 0,(function(o){o.PAGE="page",o.CONTINUITY="continuity"})(s.LineNumberType||(s.LineNumberType={}));const ac={size:12,font:"Microsoft YaHei",color:"#000000",disabled:!0,right:20,type:s.LineNumberType.CONTINUITY},cc={color:"#000000",lineWidth:1,padding:[0,5,0,5],disabled:!0},dc={top:0,left:5},uc={defaultLineColor:"#000000",defaultLineWidth:2},Rc={disabled:!0,color:"#CCCCCC",radius:1};function Oo(o={}){const t={...rc,...o.table},e={...ja,...o.header},n={...$a,...o.footer},i={...oc,...o.pageNumber},l={...Oi,...o.watermark},r={...Ja,...o.control},a={...xa,...o.checkbox},c={...ic,...o.radio},d={...La,...o.cursor},u={...Ba,...o.title},h={...xs,...o.placeholder},R={...za,...o.group},f={...nc,...o.pageBreak},g={...lc,...o.zone},T={...Ga,...o.background},C={...ec,...o.lineBreak},p={...Rc,...o.whiteSpace},I={...sc,...o.separator},m={...ac,...o.lineNumber},L={...cc,...o.pageBorder},M={...dc,...o.badge},P={...uc,...o.graffiti},F={...qa,...o.label},N={...tc,...o.imgCaption},Y={...Ha,...o.list},b={print:{...Lo.print,...o.modeRule?.print},compare:{...Lo.compare,...o.modeRule?.compare},readonly:{...Lo.readonly,...o.modeRule?.readonly},form:{...Lo.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:[ci.ENGLISH,ci.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:h,group:R,pageBreak:f,zone:g,background:T,lineBreak:C,whiteSpace:p,separator:I,lineNumber:m,pageBorder:L,badge:M,modeRule:b,graffiti:P,label:F,imgCaption:N,list:Y,performance:{enabled:!1,threshold:16,...o.performance}}}const Js=new Map,hc=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.CHECKBOX,s.ControlType.RADIO];function ye(o,t){return o&&hc.includes(o)?[""]:Dt(t)}function gc(o){return Js.get(o)}function So(o,t){Js.set(o,t)}function Si(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 $s=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]),fc=["请选择","双击获取日期","格式化日期时间"],Tc=" ";function Di(o){return(o||[]).map(t=>t.value===K?`
|
|
62
62
|
`:t.value||"").join("")}function Yn(o){const t=Number(o?.indentChars??0);return{newline:o?.newline===!0,indentChars:Math.max(0,Math.min(20,Number.isFinite(t)?Math.floor(t):0))}}function Te(o){return o?.buttonValueLayout===!0}function Pn(o,t){const e=Dt(o),n=Yn(t?.valueLayout),i=n.indentChars>0;if(!n.newline&&!i||!e.length)return e.map(c=>({value:c}));const l=[],r=(c,d=!1)=>{Dt(c).forEach((u,h)=>{const R={value:u,buttonValueLayout:!0};d&&h===0&&Object.assign(R,{buttonValueLayoutPrefixOffset:!0}),l.push(R)})},a=Tc.repeat(n.indentChars);return n.newline?r(`
|
|
63
63
|
${a}`):i&&r(a,!0),e.forEach(c=>{l.push({value:c}),c===`
|
|
64
64
|
`&&i&&r(a)}),n.newline&&r(`
|
|
65
65
|
${a}`),l}function zs(o){return Di(o.value)}function Fi(o){return o.placeholder||""}function Un(){return{color:"#1677FF",highlight:void 0}}function Do(o){return{color:o,highlight:void 0}}function js(o){return o===s.EditorMode.READONLY}function mc(o){const t=[];return o.filter(Boolean).forEach(e=>{t.push(e,`获取${e}`,`获取 ${e}`,`请选择${e}`,`请选择 ${e}`,`请输入${e}`,`请输入 ${e}`)}),t}function He(o,t=[]){if(!o)return"";const e=o.replace(new RegExp(`${K}`,"g"),`
|
|
66
|
-
`),n=e.trim();return n?[...fc,...mc(t)].includes(n)?"":e:""}function Xi(o,t){const e=He(o,[t?.label||""]);if(!e)return[];const n=t?xt(t,[...
|
|
67
|
-
`?K:i}))}function Fo(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 qs(o){return o.type===s.ElementType.REUSABLE_ITEM?He(o.reusableItemConfig?.value||"",[o.label||""]):o.type===s.ElementType.CUSTOM_MACRO?He(o.macroConfig?.value||o.value||"",[o.label||""]):o.type===s.ElementType.MACRO?He(o.value||"",[o.label||""]):""}function Cc(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=He(Fo(t),e);if(r)return Xi(r,o)}const i=wn(t.value||[]);return He(No(i),e)?i:t.type===s.ControlType.SELECT?Xi(He(Fo(t),e),o):[]}function pc(o){if(!o)return"";const t=[o.placeholder||"",o.label||""];if(o.type===s.ControlType.CHECKBOX||o.type===s.ControlType.RADIO){const i=He(Fo(o),t);if(i)return i}const n=He(No(o.value||[]),t);return n||(o.type===s.ControlType.SELECT?He(Fo(o),t):"")}function Xo(o){return
|
|
66
|
+
`),n=e.trim();return n?[...fc,...mc(t)].includes(n)?"":e:""}function Xi(o,t){const e=He(o,[t?.label||""]);if(!e)return[];const n=t?xt(t,[...ae,"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===`
|
|
67
|
+
`?K:i}))}function Fo(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 qs(o){return o.type===s.ElementType.REUSABLE_ITEM?He(o.reusableItemConfig?.value||"",[o.label||""]):o.type===s.ElementType.CUSTOM_MACRO?He(o.macroConfig?.value||o.value||"",[o.label||""]):o.type===s.ElementType.MACRO?He(o.value||"",[o.label||""]):""}function Cc(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=He(Fo(t),e);if(r)return Xi(r,o)}const i=wn(t.value||[]);return He(No(i),e)?i:t.type===s.ControlType.SELECT?Xi(He(Fo(t),e),o):[]}function pc(o){if(!o)return"";const t=[o.placeholder||"",o.label||""];if(o.type===s.ControlType.CHECKBOX||o.type===s.ControlType.RADIO){const i=He(Fo(o),t);if(i)return i}const n=He(No(o.value||[]),t);return n||(o.type===s.ControlType.SELECT?He(Fo(o),t):"")}function Xo(o){return re(o)||o.controlComponent&&$s.has(o.controlComponent)?"":o.type===s.ElementType.CONTROL?pc(o.control):o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM?qs(o):o.type===s.ElementType.TABLE?o.trList?.map(t=>t.tdList.map(e=>No(e.value||[])).join(" ")).join(`
|
|
68
68
|
`)||"":o.type===s.ElementType.TAB?" ":o.valueList?.length?No(o.valueList):o.value||""}function No(o){return o.map(t=>Xo(t)).join("")}function Ic(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||""}`:"~",h=c||d?`${c||""}~${d||""}`:"~",R=[i?`${i}岁`:"",l?r?`${r}岁`:"":a||""].filter(Boolean);return[u,...R,h].filter(Boolean).join(" ")}function tr(o){return(o||"").replace(new RegExp(`${K}`,"g"),`
|
|
69
|
-
`)}function Ni(o){let t="";for(let e=0;e<o.length;e++){const n=o[e];if(!
|
|
69
|
+
`)}function Ni(o){let t="";for(let e=0;e<o.length;e++){const n=o[e];if(!re(n))if(n.type===s.ElementType.TABLE){t&&!t.endsWith(`
|
|
70
70
|
`)&&(t+=`
|
|
71
71
|
`);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=Ni(c.value||[]),u=a===0,h=r.tdList.length-1===a;t+=`${u?"":" "}${d}${h?`
|
|
72
|
-
`:""}`}}}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+=Ic(n):n.type===s.ElementType.MACRO||n.type===s.ElementType.CUSTOM_MACRO||n.type===s.ElementType.REUSABLE_ITEM?t+=tr(Xo(n)):n.valueList?.length?t+=Ni(n.valueList):t+=tr(n.value)}return t}function wn(o=[]){const t=[];return o.forEach(e=>{if(
|
|
72
|
+
`:""}`}}}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+=Ic(n):n.type===s.ElementType.MACRO||n.type===s.ElementType.CUSTOM_MACRO||n.type===s.ElementType.REUSABLE_ITEM?t+=tr(Xo(n)):n.valueList?.length?t+=Ni(n.valueList):t+=tr(n.value)}return t}function wn(o=[]){const t=[];return o.forEach(e=>{if(re(e)||e.controlComponent&&$s.has(e.controlComponent))return;if(e.type===s.ElementType.TABLE){const i=at(e);i.trList?.forEach(l=>{l.tdList.forEach(r=>{r.value=wn(r.value||[])})}),t.push(i);return}if(e.type===s.ElementType.CONTROL&&e.control){t.push(...Cc(e));return}if(e.type===s.ElementType.MACRO||e.type===s.ElementType.CUSTOM_MACRO||e.type===s.ElementType.REUSABLE_ITEM){t.push(...Xi(qs(e),e));return}if(e.valueList?.length){const i=at(e);i.valueList=wn(e.valueList),t.push(i);return}const n=at(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===`
|
|
73
73
|
`||n.value===`\r
|
|
74
|
-
`)&&(n.value=K),t.push(n)}),t}function qt(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||!ui.test(l?.value)))&&o.unshift({value:K});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(qt(c,{...t,isHandleFirstElement:!1,isForceCompensation:!1}),c.length){const d=a.titleId||mt(),u=i.title;for(let h=0;h<c.length;h++){const R=c[h];R.title=a.title,a.level&&(R.titleId=d,R.level=a.level),yo(R)&&(R.size||(R.size=u[ks[R.level]]),R.bold===void 0&&(R.bold=!0)),o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.LIST){o.splice(r,1);const c=a.valueList||[];if(qt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!1}),c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];h.listId=d,h.listType=a.listType,h.listStyle=a.listStyle,o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.AREA){o.splice(r,1);const c=a?.valueList||[];if(qt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];if(h.areaId=a.areaId||d,h.area=a.area,h.areaIndex=u,h.type===s.ElementType.TABLE){const R=h.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const p=g.tdList[T].value;for(let I=0;I<p.length;I++){const m=p[I];m.areaId=a.areaId||d,m.area=a.area}}}}o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.TABLE){const c=a.id||mt();if(a.id=c,a.trList){const{defaultTrMinHeight:d}=i.table;for(let u=0;u<a.trList.length;u++){const h=a.trList[u],R=h.id||mt();h.id=R,(!h.minHeight||h.minHeight<d)&&(h.minHeight=d),h.height<h.minHeight&&(h.height=h.minHeight);for(let f=0;f<h.tdList.length;f++){const g=h.tdList[f],T=g.id||mt();g.id=T,qt(g.value,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),!g.value[0].size&&g.value[1]?.size&&yo(g.value[1])&&(g.value[0].size=g.value[1].size);for(let C=0;C<g.value.length;C++){const p=g.value[C];p.tdId=T,p.trId=R,p.tableId=c}}}}}else if(a.type===s.ElementType.HYPERLINK){o.splice(r,1);const c=Si(a.valueList||[]);if(c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];h.type=a.type,h.url=a.url,h.hyperlinkId=d,o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.DATE){o.splice(r,1);const c=Si(a.valueList||[]);if(c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];h.type=a.type,h.dateFormat=a.dateFormat,h.dateId=d,o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.CONTROL){if(!a.control){r++;continue}if(!a.controlComponent)if(a.control.type=="TextField"){const{preTextFix:c,postTextFix:d,preTextFixText:u,postTextFixText:h,value:R,placeholder:f,code:g,type:T,valueSets:C}=a.control,p=T,{editorOptions:{control:I,checkbox:m,radio:L}}=t,
|
|
75
|
-
`?K:
|
|
76
|
-
`?K:U,letterSpacing:
|
|
77
|
-
`?K:z.value,buttonValueLayout:z.buttonValueLayout,buttonValueLayoutPrefixOffset:z.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE}),r++}}else{const
|
|
78
|
-
`?K:z,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}}else if(
|
|
79
|
-
`?K:St,letterSpacing:Nt?m.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(
|
|
80
|
-
`?K:Rt,letterSpacing:St?L.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(D.length>0)for(let J=0;J<D.length;J++){const
|
|
81
|
-
`?K:Lt.value,controlComponent:s.ControlComponent.VALUE});r++}if(z.length===0){const ft=G.control?.placeholder||"";if(ft){const Lt=Dt(ft);for(let Vt=0;Vt<Lt.length;Vt++)o.splice(r,0,{...Nt,color:i.control.placeholderColor,originControlId:W,value:Lt[Vt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const _t=Rt?G.control?.postTextFix||I.postTextFix:G.control?.postfix||I.postfix,
|
|
82
|
-
`?K:
|
|
83
|
-
`?K:D.value,type:p===s.ControlType.BUTTON?s.ElementType.CONTROL:O.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(f){const y={...F,color:i.control.placeholderColor},V=Dt(f);for(let X=0;X<V.length;X++){const O=V[X];o.splice(r,0,{...
|
|
84
|
-
`?K:O,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(h){const y=Dt(h);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...
|
|
85
|
-
`?K:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.PREFIX}),r++}if(u){const y=Dt(u);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...P
|
|
86
|
-
`?K:
|
|
87
|
-
`?K:U,letterSpacing:
|
|
88
|
-
`?K:z.value,buttonValueLayout:z.buttonValueLayout,buttonValueLayoutPrefixOffset:z.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE}),r++}}else{const
|
|
89
|
-
`?K:z,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}}else if(
|
|
90
|
-
`?K:St,letterSpacing:Nt?I.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(
|
|
91
|
-
`?K:Rt,letterSpacing:St?m.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(D.length>0)for(let J=0;J<D.length;J++){const
|
|
92
|
-
`?K:Lt.value,controlComponent:s.ControlComponent.VALUE}),r++}if(z.length===0){const ft=G.control?.placeholder||"";if(ft){const Lt=Dt(ft);for(let Vt=0;Vt<Lt.length;Vt++)o.splice(r,0,{...Nt,color:i.control.placeholderColor,originControlId:W,value:Lt[Vt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const _t=Rt?G.control?.postTextFix||p.postTextFix:G.control?.postfix||p.postfix,
|
|
93
|
-
`?K:
|
|
94
|
-
`?K:D.value,type:T===s.ControlType.BUTTON?s.ElementType.CONTROL:O.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(Y){const y={...
|
|
95
|
-
`?K:O,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(h){const y=Dt(h);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...P
|
|
74
|
+
`)&&(n.value=K),t.push(n)}),t}function qt(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||!ui.test(l?.value)))&&o.unshift({value:K});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(qt(c,{...t,isHandleFirstElement:!1,isForceCompensation:!1}),c.length){const d=a.titleId||mt(),u=i.title;for(let h=0;h<c.length;h++){const R=c[h];R.title=a.title,a.level&&(R.titleId=d,R.level=a.level),yo(R)&&(R.size||(R.size=u[ks[R.level]]),R.bold===void 0&&(R.bold=!0)),o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.LIST){o.splice(r,1);const c=a.valueList||[];if(qt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!1}),c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];h.listId=d,h.listType=a.listType,h.listStyle=a.listStyle,o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.AREA){o.splice(r,1);const c=a?.valueList||[];if(qt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];if(h.areaId=a.areaId||d,h.area=a.area,h.areaIndex=u,h.type===s.ElementType.TABLE){const R=h.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const p=g.tdList[T].value;for(let I=0;I<p.length;I++){const m=p[I];m.areaId=a.areaId||d,m.area=a.area}}}}o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.TABLE){const c=a.id||mt();if(a.id=c,a.trList){const{defaultTrMinHeight:d}=i.table;for(let u=0;u<a.trList.length;u++){const h=a.trList[u],R=h.id||mt();h.id=R,(!h.minHeight||h.minHeight<d)&&(h.minHeight=d),h.height<h.minHeight&&(h.height=h.minHeight);for(let f=0;f<h.tdList.length;f++){const g=h.tdList[f],T=g.id||mt();g.id=T,qt(g.value,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),!g.value[0].size&&g.value[1]?.size&&yo(g.value[1])&&(g.value[0].size=g.value[1].size);for(let C=0;C<g.value.length;C++){const p=g.value[C];p.tdId=T,p.trId=R,p.tableId=c}}}}}else if(a.type===s.ElementType.HYPERLINK){o.splice(r,1);const c=Si(a.valueList||[]);if(c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];h.type=a.type,h.url=a.url,h.hyperlinkId=d,o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.DATE){o.splice(r,1);const c=Si(a.valueList||[]);if(c.length){const d=mt();for(let u=0;u<c.length;u++){const h=c[u];h.type=a.type,h.dateFormat=a.dateFormat,h.dateId=d,o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.CONTROL){if(!a.control){r++;continue}if(!a.controlComponent)if(a.control.type=="TextField"){const{preTextFix:c,postTextFix:d,preTextFixText:u,postTextFixText:h,value:R,placeholder:f,code:g,type:T,valueSets:C}=a.control,p=T,{editorOptions:{control:I,checkbox:m,radio:L}}=t,M=a.controlId||mt();o.splice(r,1);const P=xt(a,[...Ii,...ae]),F=xt(a.control,Re),N={...F,color:i.control.textFixColor,fontWeight:"blod"},Y={...F,color:void 0},b=Dt(c||I.preTextFix);for(let y=0;y<b.length;y++){const V=b[y];o.splice(r,0,{...P,...N,controlId:M,value:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX}),r++}if(u){const y=Dt(u);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...P,...F,controlId:M,value:X,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX_TEXT}),r++}}if(R&&R.length||p===s.ControlType.CHECKBOX||p===s.ControlType.RADIO||p===s.ControlType.SELECT&&g&&(!R||!R.length)){let y=R?at(R):[];if(p===s.ControlType.CHECKBOX){const V=g?g.split(","):[];if(Array.isArray(C)&&C.length){const X=y.reduce((E,W)=>E.concat(W.value.split("").map(D=>({...W,value:D}))),[]);let O=0;for(let E=0;E<C.length;E++){const W=C[E];o.splice(r,0,{...P,...F,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:W.code,value:V.includes(W.code)}}),r++;const D=Dt(W.value);for(let U=0;U<D.length;U++){const v=D[U],Q=U===D.length-1;o.splice(r,0,{...P,...Y,...X[O],controlId:M,value:v===`
|
|
75
|
+
`?K:v,letterSpacing:Q?m.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),O++,r++}}}}else if(p===s.ControlType.RADIO){if(Array.isArray(C)&&C.length){const V=y.reduce((O,E)=>O.concat(E.value.split("").map(W=>({...E,value:W}))),[]);let X=0;for(let O=0;O<C.length;O++){const E=C[O];o.splice(r,0,{...P,...F,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:E.code,value:g===E.code}}),r++;const W=Dt(E.value);for(let D=0;D<W.length;D++){const U=W[D],v=D===W.length-1;o.splice(r,0,{...P,...Y,...V[X],controlId:M,value:U===`
|
|
76
|
+
`?K:U,letterSpacing:v?L.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),X++,r++}}}}else{if((!R||!R.length)&&Array.isArray(C)&&C.length){const X=g?g.split(",").map(O=>O.trim()).filter(O=>O):[];if(X.length>1){const O=[];for(const E of X){const W=C.find(D=>D.code===E);W&&O.push({value:W.value})}O.length>0&&(y=O)}else if(X.length===1){const O=C.find(E=>E.code===X[0]);O&&(y=[{value:O.value}])}}const V=Yn(a.control.valueLayout);p===s.ControlType.BUTTON&&(V.newline||V.indentChars>0)&&(y=[{value:Di(y)}]);for(let X=0;X<y.length;X++){const O=y[X];if(O.type===s.ElementType.CONTROL&&O.control){const E=O,W=E.controlId||mt(),D=E.control?.value||[],U=E.control?.placeholder||"",v=E.control?.type,Q=v===s.ControlType.TEXTFIELD,Z=v===s.ControlType.TEXT||v===s.ControlType.NUMBER,ot=v===s.ControlType.CHECKBOX,_=v===s.ControlType.RADIO,H=v===s.ControlType.BUTTON,B=Q?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,q=Q?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,x={...P,controlId:W,type:s.ElementType.CONTROL,control:E.control},Xt=Q?i.control.textFixColor:Z?"#87d068":H?Un().color:i.control.bracketColor,wt=H?Un().highlight:void 0,Ie=Q?E.control?.preTextFix||I.preTextFix:E.control?.prefix||I.prefix,ne=ye(v,Ie);for(let J=0;J<ne.length;J++)o.splice(r,0,{...x,color:Xt,highlight:wt,originControlId:M,value:ne[J],controlComponent:B}),r++;if(H){const J=zs(E.control);if(J){const k=Pn(J,E.control),G=Do(i.defaultColor);for(let st=0;st<k.length;st++){const z=k[st];o.splice(r,0,{...x,...G,originControlId:M,value:z.value===`
|
|
77
|
+
`?K:z.value,buttonValueLayout:z.buttonValueLayout,buttonValueLayoutPrefixOffset:z.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE}),r++}}else{const k=Fi(E.control),G=Dt(k);for(let st=0;st<G.length;st++){const z=G[st];o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:M,value:z===`
|
|
78
|
+
`?K:z,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}}else if(ot){const J=E.control?.valueSets||[],k=E.control?.code||"",G=k?k.split(","):[];for(let st=0;st<J.length;st++){const z=J[st];o.splice(r,0,{...x,originControlId:M,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:z.code,value:G.includes(z.code)}}),r++;const ut=Dt(z.value||"");for(let Rt=0;Rt<ut.length;Rt++){const St=ut[Rt],Nt=Rt===ut.length-1;o.splice(r,0,{...x,...Y,originControlId:M,value:St===`
|
|
79
|
+
`?K:St,letterSpacing:Nt?m.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(_){const J=E.control?.valueSets||[],k=E.control?.code||"";for(let G=0;G<J.length;G++){const st=J[G];o.splice(r,0,{...x,originControlId:M,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:st.code,value:k===st.code}}),r++;const z=Dt(st.value||"");for(let ut=0;ut<z.length;ut++){const Rt=z[ut],St=ut===z.length-1;o.splice(r,0,{...x,...Y,originControlId:M,value:Rt===`
|
|
80
|
+
`?K:Rt,letterSpacing:St?L.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(D.length>0)for(let J=0;J<D.length;J++){const k=D[J];if(k.type===s.ElementType.CONTROL&&k.control){const G=k,st=G.controlId||mt(),z=G.control?.value||[],ut=G.control?.type,Rt=ut===s.ControlType.TEXTFIELD,St=ut===s.ControlType.TEXT||ut===s.ControlType.NUMBER,Nt={...x,controlId:st,control:G.control},At=Rt?i.control.textFixColor:St?"#87d068":i.control.bracketColor,Ft=Rt?G.control?.preTextFix||I.preTextFix:G.control?.prefix||I.prefix,Bt=ye(ut,Ft);for(let ft=0;ft<Bt.length;ft++)o.splice(r,0,{...Nt,color:At,originControlId:W,value:Bt[ft],controlComponent:Rt?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let ft=0;ft<z.length;ft++){const Lt=z[ft];if(Lt.type===s.ElementType.MENSTRUAL_HISTORY||Lt.type===s.ElementType.FETAL_HEART_POSITION||Lt.type===s.ElementType.TOOTH_POSITION||Lt.type===s.ElementType.MACRO||Lt.type===s.ElementType.CUSTOM_MACRO||Lt.type===s.ElementType.REUSABLE_ITEM||Lt.type===s.ElementType.LIST||Lt.type===s.ElementType.SPECIAL_SYMBOLS){const Pt=Lt.id||mt();Lt.id||(Lt.id=Pt);const Et=G.control?.value?.find(Mt=>Mt.id===Pt||Mt.type===Lt.type&&Mt.value===Lt.value);Et&&So(Pt,Et),o.splice(r,0,{...Nt,...Lt,id:Pt,originControlId:W,controlComponent:s.ControlComponent.VALUE,type:Lt.type})}else o.splice(r,0,{...Nt,...Y,...Lt,originControlId:W,value:Lt.value===`
|
|
81
|
+
`?K:Lt.value,controlComponent:s.ControlComponent.VALUE});r++}if(z.length===0){const ft=G.control?.placeholder||"";if(ft){const Lt=Dt(ft);for(let Vt=0;Vt<Lt.length;Vt++)o.splice(r,0,{...Nt,color:i.control.placeholderColor,originControlId:W,value:Lt[Vt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const _t=Rt?G.control?.postTextFix||I.postTextFix:G.control?.postfix||I.postfix,le=ye(ut,_t);for(let ft=0;ft<le.length;ft++)o.splice(r,0,{...Nt,color:At,originControlId:W,value:le[ft],controlComponent:Rt?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else{if(k.type===s.ElementType.MENSTRUAL_HISTORY||k.type===s.ElementType.FETAL_HEART_POSITION||k.type===s.ElementType.TOOTH_POSITION||k.type===s.ElementType.MACRO||k.type===s.ElementType.CUSTOM_MACRO||k.type===s.ElementType.REUSABLE_ITEM||k.type===s.ElementType.LIST||k.type===s.ElementType.SPECIAL_SYMBOLS){const st=k.id||mt();k.id||(k.id=st);const z=E.control?.value?.find(ut=>ut.id===st||ut.type===k.type&&ut.value===k.value);z&&So(st,z),o.splice(r,0,{...x,...k,id:st,originControlId:M,controlComponent:s.ControlComponent.VALUE,type:k.type})}else o.splice(r,0,{...x,...Y,...k,originControlId:M,value:k.value===`
|
|
82
|
+
`?K:k.value,controlComponent:s.ControlComponent.VALUE});r++}}else if(U){const J=Dt(U);for(let k=0;k<J.length;k++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:M,value:J[k],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((v===s.ControlType.SELECT||v===s.ControlType.DATE||v===s.ControlType.NUMBER)&&!E.control?.code&&U){const k=Dt(U);for(let G=0;G<k.length;G++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:M,value:k[G],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ue=Q?E.control?.postTextFix||I.postTextFix:E.control?.postfix||I.postfix,tt=ye(v,ue);for(let J=0;J<tt.length;J++)o.splice(r,0,{...x,color:Xt,highlight:wt,originControlId:M,value:tt[J],controlComponent:q}),r++}else if(O.type===s.ElementType.MENSTRUAL_HISTORY||O.type===s.ElementType.FETAL_HEART_POSITION||O.type===s.ElementType.TOOTH_POSITION||O.type===s.ElementType.MACRO||O.type===s.ElementType.CUSTOM_MACRO||O.type===s.ElementType.REUSABLE_ITEM||O.type===s.ElementType.LIST||O.type===s.ElementType.SPECIAL_SYMBOLS){const E=O.id||mt();O.id||(O.id=E);const W=R?.find(D=>D.id===E||D.type===O.type&&D.value===O.value);W&&So(E,W),o.splice(r,0,{...P,...O,id:E,controlId:M,control:a.control,controlComponent:s.ControlComponent.VALUE,type:O.type}),r++}else{const E=p===s.ControlType.BUTTON?Pn(O.value||"",a.control):Dt(O.value||"").map(W=>({value:W}));for(let W=0;W<E.length;W++){const D=E[W];o.splice(r,0,{...P,...Y,...p===s.ControlType.BUTTON?Do(i.defaultColor):{},...O,buttonValueLayout:D.buttonValueLayout,buttonValueLayoutPrefixOffset:D.buttonValueLayoutPrefixOffset,controlId:M,value:D.value===`
|
|
83
|
+
`?K:D.value,type:p===s.ControlType.BUTTON?s.ElementType.CONTROL:O.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(f){const y={...F,color:i.control.placeholderColor},V=Dt(f);for(let X=0;X<V.length;X++){const O=V[X];o.splice(r,0,{...P,...y,controlId:M,value:O===`
|
|
84
|
+
`?K:O,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(h){const y=Dt(h);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...P,...F,controlId:M,value:X,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX_TEXT}),r++}}const S=Dt(d||I.postTextFix);for(let y=0;y<S.length;y++){const V=S[y];o.splice(r,0,{...P,...N,controlId:M,value:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX}),r++}r--}else{const{prefix:c,postfix:d,preText:u,postText:h,value:R,placeholder:f,code:g,type:T,valueSets:C}=a.control,{editorOptions:{control:p,checkbox:I,radio:m}}=t,L=a.controlId||mt();o.splice(r,1);const M=xt(a,[...Ii,...ae]),P=xt(a.control,Re),F={...P,color:T===s.ControlType.TEXT||T===s.ControlType.NUMBER?"#87d068":T===s.ControlType.BUTTON?Un().color:i.control.bracketColor,highlight:T===s.ControlType.BUTTON?Un().highlight:void 0},N={...P,color:void 0},Y=T===s.ControlType.BUTTON?Fi(a.control):f,b=ye(T,c||p.prefix);for(let y=0;y<b.length;y++){const V=b[y];o.splice(r,0,{...M,...F,controlId:L,value:V===`
|
|
85
|
+
`?K:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.PREFIX}),r++}if(u){const y=Dt(u);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...M,...P,controlId:L,value:X,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRE_TEXT}),r++}}if(R&&R.length||T===s.ControlType.CHECKBOX||T===s.ControlType.RADIO||T===s.ControlType.SELECT&&g&&(!R||!R.length)){let y=R?at(R):[];if(T===s.ControlType.CHECKBOX){const V=g?g.split(","):[];if(Array.isArray(C)&&C.length){const X=y.reduce((E,W)=>E.concat(W.value.split("").map(D=>({...W,value:D}))),[]);let O=0;for(let E=0;E<C.length;E++){const W=C[E];o.splice(r,0,{...M,...P,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:W.code,value:V.includes(W.code)}}),r++;const D=Dt(W.value);for(let U=0;U<D.length;U++){const v=D[U],Q=U===D.length-1;o.splice(r,0,{...M,...N,...X[O],controlId:L,value:v===`
|
|
86
|
+
`?K:v,letterSpacing:Q?I.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),O++,r++}}}}else if(T===s.ControlType.RADIO){if(Array.isArray(C)&&C.length){const V=y.reduce((O,E)=>O.concat(E.value.split("").map(W=>({...E,value:W}))),[]);let X=0;for(let O=0;O<C.length;O++){const E=C[O];o.splice(r,0,{...M,...P,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:E.code,value:g===E.code}}),r++;const W=Dt(E.value);for(let D=0;D<W.length;D++){const U=W[D],v=D===W.length-1;o.splice(r,0,{...M,...N,...V[X],controlId:L,value:U===`
|
|
87
|
+
`?K:U,letterSpacing:v?m.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),X++,r++}}}}else{if((!R||!R.length)&&Array.isArray(C)&&C.length){const X=g?g.split(","):[];if(X.length>1){const O=[];for(const E of X){const W=C.find(D=>D.code===E.trim());W&&O.push({value:W.value})}O.length>0&&(y=O)}else{const O=C.find(E=>E.code===g);O&&(y=[{value:O.value}])}}const V=Yn(a.control.valueLayout);T===s.ControlType.BUTTON&&(V.newline||V.indentChars>0)&&(y=[{value:Di(y)}]);for(let X=0;X<y.length;X++){const O=y[X];if(O.type===s.ElementType.CONTROL&&O.control){const E=O,W=E.controlId||mt(),D=E.control?.value||[],U=E.control?.placeholder||"",v=E.control?.type,Q=v===s.ControlType.TEXTFIELD,Z=v===s.ControlType.TEXT||v===s.ControlType.NUMBER,ot=v===s.ControlType.CHECKBOX,_=v===s.ControlType.RADIO,H=v===s.ControlType.BUTTON,B=Q?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,q=Q?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,x={...M,controlId:W,type:s.ElementType.CONTROL,control:E.control},Xt=Q?i.control.textFixColor:Z?"#87d068":H?Un().color:i.control.bracketColor,wt=H?Un().highlight:void 0,Ie=Q?E.control?.preTextFix||p.preTextFix:E.control?.prefix||p.prefix,ne=ye(v,Ie);for(let J=0;J<ne.length;J++)o.splice(r,0,{...x,color:Xt,highlight:wt,originControlId:L,value:ne[J],controlComponent:B}),r++;if(H){const J=zs(E.control);if(J){const k=Pn(J,E.control),G=Do(i.defaultColor);for(let st=0;st<k.length;st++){const z=k[st];o.splice(r,0,{...x,...G,originControlId:L,value:z.value===`
|
|
88
|
+
`?K:z.value,buttonValueLayout:z.buttonValueLayout,buttonValueLayoutPrefixOffset:z.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE}),r++}}else{const k=Fi(E.control),G=Dt(k);for(let st=0;st<G.length;st++){const z=G[st];o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:z===`
|
|
89
|
+
`?K:z,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}}else if(ot){const J=E.control?.valueSets||[],k=E.control?.code||"",G=k?k.split(","):[];for(let st=0;st<J.length;st++){const z=J[st];o.splice(r,0,{...x,...P,originControlId:L,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:z.code,value:G.includes(z.code)}}),r++;const ut=Dt(z.value||"");for(let Rt=0;Rt<ut.length;Rt++){const St=ut[Rt],Nt=Rt===ut.length-1;o.splice(r,0,{...x,...N,originControlId:L,value:St===`
|
|
90
|
+
`?K:St,letterSpacing:Nt?I.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(_){const J=E.control?.valueSets||[],k=E.control?.code||"";for(let G=0;G<J.length;G++){const st=J[G];o.splice(r,0,{...x,...P,originControlId:L,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:st.code,value:k===st.code}}),r++;const z=Dt(st.value||"");for(let ut=0;ut<z.length;ut++){const Rt=z[ut],St=ut===z.length-1;o.splice(r,0,{...x,...N,originControlId:L,value:Rt===`
|
|
91
|
+
`?K:Rt,letterSpacing:St?m.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(D.length>0)for(let J=0;J<D.length;J++){const k=D[J];if(k.type===s.ElementType.CONTROL&&k.control){const G=k,st=G.controlId||mt(),z=G.control?.value||[],ut=G.control?.type,Rt=ut===s.ControlType.TEXTFIELD,St=ut===s.ControlType.TEXT||ut===s.ControlType.NUMBER,Nt={...x,controlId:st,control:G.control},At=Rt?i.control.textFixColor:St?"#87d068":i.control.bracketColor,Ft=Rt?G.control?.preTextFix||p.preTextFix:G.control?.prefix||p.prefix,Bt=ye(ut,Ft);for(let ft=0;ft<Bt.length;ft++)o.splice(r,0,{...Nt,color:At,originControlId:W,value:Bt[ft],controlComponent:Rt?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let ft=0;ft<z.length;ft++){const Lt=z[ft];o.splice(r,0,{...Nt,...N,...Lt,originControlId:W,value:Lt.value===`
|
|
92
|
+
`?K:Lt.value,controlComponent:s.ControlComponent.VALUE}),r++}if(z.length===0){const ft=G.control?.placeholder||"";if(ft){const Lt=Dt(ft);for(let Vt=0;Vt<Lt.length;Vt++)o.splice(r,0,{...Nt,color:i.control.placeholderColor,originControlId:W,value:Lt[Vt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const _t=Rt?G.control?.postTextFix||p.postTextFix:G.control?.postfix||p.postfix,le=ye(ut,_t);for(let ft=0;ft<le.length;ft++)o.splice(r,0,{...Nt,color:At,originControlId:W,value:le[ft],controlComponent:Rt?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else o.splice(r,0,{...x,...N,...k,originControlId:L,value:k.value===`
|
|
93
|
+
`?K:k.value,controlComponent:s.ControlComponent.VALUE}),r++}else if(U){const J=Dt(U);for(let k=0;k<J.length;k++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:J[k],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((v===s.ControlType.SELECT||v===s.ControlType.DATE||v===s.ControlType.NUMBER)&&!E.control?.code&&U){const k=Dt(U);for(let G=0;G<k.length;G++)o.splice(r,0,{...x,color:i.control.placeholderColor,originControlId:L,value:k[G],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ue=Q?E.control?.postTextFix||p.postTextFix:E.control?.postfix||p.postfix,tt=ye(v,ue);for(let J=0;J<tt.length;J++)o.splice(r,0,{...x,color:Xt,highlight:wt,originControlId:L,value:tt[J],controlComponent:q}),r++}else if(O.type===s.ElementType.MENSTRUAL_HISTORY||O.type===s.ElementType.FETAL_HEART_POSITION||O.type===s.ElementType.TOOTH_POSITION||O.type===s.ElementType.MACRO||O.type===s.ElementType.CUSTOM_MACRO||O.type===s.ElementType.REUSABLE_ITEM||O.type===s.ElementType.LIST||O.type===s.ElementType.SPECIAL_SYMBOLS){const E=O.id||mt();O.id||(O.id=E);const W=a.control?.value;if(W){const D=W.find(U=>U.id===E||U.type===O.type&&U.value===O.value);D&&So(E,D)}o.splice(r,0,{...M,...O,id:E,controlId:L,control:a.control,controlComponent:s.ControlComponent.VALUE,type:O.type}),r++}else{const E=T===s.ControlType.BUTTON?Pn(O.value||"",a.control):Dt(O.value||"").map(W=>({value:W}));for(let W=0;W<E.length;W++){const D=E[W];o.splice(r,0,{...M,...N,...T===s.ControlType.BUTTON?Do(i.defaultColor):{},...O,buttonValueLayout:D.buttonValueLayout,buttonValueLayoutPrefixOffset:D.buttonValueLayoutPrefixOffset,controlId:L,value:D.value===`
|
|
94
|
+
`?K:D.value,type:T===s.ControlType.BUTTON?s.ElementType.CONTROL:O.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(Y){const y={...P,color:i.control.placeholderColor},V=Dt(Y);for(let X=0;X<V.length;X++){const O=V[X];o.splice(r,0,{...M,...y,controlId:L,value:O===`
|
|
95
|
+
`?K:O,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(h){const y=Dt(h);for(let V=0;V<y.length;V++){const X=y[V];o.splice(r,0,{...M,...P,controlId:L,value:X,type:a.type,control:a.control,controlComponent:s.ControlComponent.POST_TEXT}),r++}}const S=ye(T,d||p.postfix);for(let y=0;y<S.length;y++){const V=S[y];o.splice(r,0,{...M,...F,controlId:L,value:V===`
|
|
96
96
|
`?K:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTFIX}),r++}r--}}else if((!a.type||Le.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===`
|
|
97
97
|
`||a.value==`\r
|
|
98
98
|
`)&&(a.value=K),(a.type===s.ElementType.IMAGE||a.type===s.ElementType.BLOCK)&&(a.id=a.id||mt()),a.type===s.ElementType.LATEX){const{svg:c,width:d,height:u}=_s.convertLaTextToSVG(a.value);a.width=a.width||d,a.height=a.height||u,a.laTexSVG=c,a.id=a.id||mt()}(a.type===s.ElementType.MACRO||a.type===s.ElementType.CUSTOM_MACRO||a.type===s.ElementType.REUSABLE_ITEM)&&(a.id=a.id||mt()),(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||mt()),r++}}function Ec(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])&&Us(o[l],t[l]))&&o[l]!==t[l])return!1}return!0}function hn(o,t={}){const{extraPickAttrs:e}=t,n=[...Da];e&&n.push(...e);const i={value:o?.value===K?`
|
|
99
99
|
`: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?at(o):o).filter(R=>R.type!==s.ElementType.SPLIT_TAG),a=[];let c=0;const d=R=>R===s.ControlComponent.PREFIX||R===s.ControlComponent.PRETEXTFIX||R===s.ControlComponent.PRETEXTFIX_TEXT||R===s.ControlComponent.PRE_TEXT,u=R=>{const f=l?.control;switch(R.controlComponent){case s.ControlComponent.PRETEXTFIX:return R.control?.preTextFix||f?.preTextFix||"";case s.ControlComponent.PRETEXTFIX_TEXT:return R.control?.preTextFixText||f?.preTextFixText||"";case s.ControlComponent.PRE_TEXT:return R.control?.preText||"";default:return R.control?.prefix||f?.prefix||""}},h=(R,f)=>{if(R.value!==K||!R.controlId||!d(R.controlComponent)||!f||f.controlId!==R.controlId||(f.originControlId||null)!==(R.originControlId||null)||f.controlComponent!==R.controlComponent||f.value===K)return!1;const g=R.control?.type;return ye(g,u(R))[0]!==`
|
|
100
|
-
`};for(;c<r.length;){let R=r[c];if(h(R,r[c+1])&&(R=at(R),delete R.type,delete R.control,delete R.controlId,delete R.originControlId,delete R.controlComponent),c===0&&R.value===K&&!R.listId&&(!R.type||R.type===s.ElementType.TEXT)){c++;continue}if(R.areaId){const g=R.areaId,T=R.area,C=[];for(;c<r.length;){const I=r[c];if(g!==I.areaId){c--;break}delete I.area,delete I.areaId,C.push(I),c++}const p=Yt(C,t);if(n){const I={type:s.ElementType.AREA,value:"",areaId:g,area:T};I.valueList=p,R=I}else{a.splice(c,0,...p);continue}}else if(R.titleId&&R.level){const g=R.titleId;if(g){const T=R.level,C={type:s.ElementType.TITLE,title:R.title,titleId:g,value:"",level:T},p=[];for(;c<r.length;){const I=r[c];if(g!==I.titleId){c--;break}delete I.level,delete I.title,p.push(I),c++}C.valueList=Yt(p,t),R=C}}else if(R.listId&&R.listType){const g=R.listId;if(g){const T=R.listType,C=R.listStyle,p=R?.label,I={type:s.ElementType.LIST,value:"",label:p||"",listId:g,listType:T,listStyle:C},m=[];for(;c<r.length;){const L=r[c];if(g!==L.listId){c--;break}delete L.listType,delete L.listStyle,m.push(L),c++}I.valueList=Yt(m,t),R=I}}else if(R.type===s.ElementType.TABLE){if(R.pagingId){let g=c+1,T=0;for(;g<r.length;){const C=r[g];if(C.pagingId===R.pagingId){R.height+=C.height;const p=C.trList.filter(I=>!I.pagingRepeat).filter(I=>(I.tdList=I.tdList.filter(m=>{if(m.originalId){for(let L=0;L<R.trList.length;L++){const
|
|
101
|
-
`:g.value;f.value+=T}else break}else c++;a.push(f)}return a}function er(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 nr(o){return o===s.RowFlex.ALIGNMENT?"justify":o}function Lc(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 yo(o){return!o.type||Le.includes(o.type)}function Pc(o){return!o.type||o.type===s.ElementType.TEXT}function or(o){return o.filter(t=>yo(t)).map(t=>t.value).join("").replace(new RegExp(K,"g"),"")}function Zn(o,t){const e=o[t];if(!e)return null;const n=o[t+1];return!e.listId&&e.value===K&&n&&n.value!==K&&e.areaId===n.areaId?n:e}function se(o,t,e,n){let i=Zn(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=Ee(i,Ci));let d=!1;for(let u=0;u<t.length;u++){const h=t[u];if(l&&!i.listId&&ui.test(h.value)&&(d=!0),d||!i.listId&&h.type===s.ElementType.LIST){const f=[...En,...
|
|
100
|
+
`};for(;c<r.length;){let R=r[c];if(h(R,r[c+1])&&(R=at(R),delete R.type,delete R.control,delete R.controlId,delete R.originControlId,delete R.controlComponent),c===0&&R.value===K&&!R.listId&&(!R.type||R.type===s.ElementType.TEXT)){c++;continue}if(R.areaId){const g=R.areaId,T=R.area,C=[];for(;c<r.length;){const I=r[c];if(g!==I.areaId){c--;break}delete I.area,delete I.areaId,C.push(I),c++}const p=Yt(C,t);if(n){const I={type:s.ElementType.AREA,value:"",areaId:g,area:T};I.valueList=p,R=I}else{a.splice(c,0,...p);continue}}else if(R.titleId&&R.level){const g=R.titleId;if(g){const T=R.level,C={type:s.ElementType.TITLE,title:R.title,titleId:g,value:"",level:T},p=[];for(;c<r.length;){const I=r[c];if(g!==I.titleId){c--;break}delete I.level,delete I.title,p.push(I),c++}C.valueList=Yt(p,t),R=C}}else if(R.listId&&R.listType){const g=R.listId;if(g){const T=R.listType,C=R.listStyle,p=R?.label,I={type:s.ElementType.LIST,value:"",label:p||"",listId:g,listType:T,listStyle:C},m=[];for(;c<r.length;){const L=r[c];if(g!==L.listId){c--;break}delete L.listType,delete L.listStyle,m.push(L),c++}I.valueList=Yt(m,t),R=I}}else if(R.type===s.ElementType.TABLE){if(R.pagingId){let g=c+1,T=0;for(;g<r.length;){const C=r[g];if(C.pagingId===R.pagingId){R.height+=C.height;const p=C.trList.filter(I=>!I.pagingRepeat).filter(I=>(I.tdList=I.tdList.filter(m=>{if(m.originalId){for(let L=0;L<R.trList.length;L++){const P=R.trList[L].tdList.find(({id:F})=>F===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}),!I.originalId));R.trList.push(...p),R.trList?.forEach(I=>I.minHeight=I.originalMinHeight??I.minHeight),g++,T++}else break}c+=T}if(R.trList)for(let g=0;g<R.trList.length;g++){const T=R.trList[g];delete T.id;for(let C=0;C<T.tdList.length;C++){const p=T.tdList[C],I={colspan:p.colspan,rowspan:p.rowspan,value:Yt(p.value,{...t,isClassifyArea:!1})};Fa.forEach(m=>{const L=p[m];L!==void 0&&(I[m]=L)}),T.tdList[C]=I}}}else if(R.type===s.ElementType.HYPERLINK){const g=R.hyperlinkId;if(g){const T={type:s.ElementType.HYPERLINK,value:"",url:R.url},C=[];for(;c<r.length;){const p=r[c];if(g!==p.hyperlinkId){c--;break}delete p.type,delete p.url,C.push(p),c++}T.valueList=Yt(C,t),R=T}}else if(R.type===s.ElementType.DATE){const g=R.dateId;if(g){const T={type:s.ElementType.DATE,value:"",dateFormat:R.dateFormat},C=[];for(;c<r.length;){const p=r[c];if(g!==p.dateId){c--;break}delete p.type,delete p.dateFormat,C.push(p),c++}T.valueList=Yt(C,t),R=T}}else if(R.type!==s.ElementType.BUTTON){if(R.controlId){const g=R.controlId;if(!(R.controlComponent===s.ControlComponent.PREFIX||R.controlComponent===s.ControlComponent.PRETEXTFIX||R.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&R.controlComponent===s.ControlComponent.VALUE){if(R.type===s.ElementType.MENSTRUAL_HISTORY||R.type===s.ElementType.FETAL_HEART_POSITION||R.type===s.ElementType.TOOTH_POSITION||R.type===s.ElementType.MACRO||R.type===s.ElementType.CUSTOM_MACRO||R.type===s.ElementType.REUSABLE_ITEM||R.type===s.ElementType.LIST||R.type===s.ElementType.SPECIAL_SYMBOLS){let m=!1;for(let L=c-1;L>=0;L--){const M=r[L],P=M.controlComponent===s.ControlComponent.PREFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT;if(M.controlId===g&&P){m=!0;break}if(M.controlId!==g)break}if(!m){const L=at(R);delete L.controlId,delete L.control,delete L.controlComponent,delete L.originControlId,a.push(L),c++;continue}}c++;continue}if(R.controlComponent===s.ControlComponent.PLACEHOLDER||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POSTTEXTFIX||R.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R.controlComponent===s.ControlComponent.POST_TEXT||R.controlComponent===s.ControlComponent.PRE_TEXT||R.controlComponent===s.ControlComponent.CHECKBOX||R.controlComponent===s.ControlComponent.RADIO){c++;continue}const C=(I,m,L,M)=>{if(M===s.ControlType.CHECKBOX||M===s.ControlType.RADIO){let F=-1;for(let N=I;N<r.length&&r[N].controlId===m;N++)F=N;return F}const P=L?[s.ControlComponent.POSTTEXTFIX,s.ControlComponent.POSTTEXTFIX_TEXT]:[s.ControlComponent.POSTFIX];for(let F=I;F<r.length;F++){const N=r[F];if(N.controlId===m&&P.includes(N.controlComponent))return F}return-1},p=(I,m,L)=>{const M=[];let P=I;for(;P<=m;){const F=r[P];if(Te(F)){P++;continue}if(F.controlId&&F.controlId!==L&&F.control){const y=F.control?.type,V=y===s.ControlType.TEXTFIELD,X=V?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,O=F.controlComponent===X,E=y===s.ControlType.CHECKBOX||y===s.ControlType.RADIO;if(O||E&&(F.controlComponent===s.ControlComponent.CHECKBOX||F.controlComponent===s.ControlComponent.RADIO)){const W=C(P+1,F.controlId,V,y);if(W!==-1){const D=r.slice(P,W+1).map(v=>{const Q=at(v);return delete Q.originControlId,Q}),U=Yt(D,t);U.length>0&&M.push(U[0]),P=W+1;continue}}}if(!(F.controlId===L&&(F.controlComponent===s.ControlComponent.VALUE||!F.controlComponent)&&(!F.originControlId||F.originControlId===L)||F.originControlId===L&&F.controlComponent===s.ControlComponent.VALUE||F.controlId===L&&(F.controlComponent===s.ControlComponent.CHECKBOX||F.controlComponent===s.ControlComponent.RADIO)&&!F.originControlId)){P++;continue}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 y=at(F);delete y.controlId,delete y.control,delete y.controlComponent,delete y.originControlId,M.push(y),P++;continue}if(F.controlComponent===s.ControlComponent.CHECKBOX||F.controlComponent===s.ControlComponent.RADIO){M.push(at(F)),P++;continue}const b=R.control?.type;if(b===s.ControlType.CHECKBOX||b===s.ControlType.RADIO){let y=P-1,V=!1;for(;y>=I-1;){const X=r[y];if(X.controlId===L&&!X.originControlId)if(X.controlComponent===s.ControlComponent.CHECKBOX){V=X.checkbox?.value===!0;break}else if(X.controlComponent===s.ControlComponent.RADIO){V=X.radio?.value===!0;break}else if(X.controlComponent===s.ControlComponent.VALUE){y--;continue}else break;y--}if(V){const X={value:F.value||""},O=[...ae,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const E of O){const W=F[E];if(W!==void 0){if(E==="color"&&l){const D=l.control?.bracketColor,U=l.control?.placeholderColor;if(W===D||W===U)continue}X[E]=W}}M.push(X)}}else{const y={value:F.value||""},V=[...ae,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const X of V){const O=F[X];if(O!==void 0){if(X==="color"&&l){const E=l.control?.bracketColor,W=l.control?.placeholderColor;if(O===E||O===W)continue}y[X]=O}}M.push(y)}P++}return M};if(R.controlComponent===s.ControlComponent.PREFIX){const I=R.control?.type===s.ControlType.TEXTFIELD,m=C(c+1,g,I);if(m!==-1){const L=p(c+1,m-1,g),M=xt(R,Re),F=R.control?.type===s.ControlType.BUTTON&&!R.control?.buttonText?L.length?L:null:L,N={...R.control,...M,value:F},Y={...xt(R,ae),type:s.ElementType.CONTROL,value:"",control:N,controlId:g};R=hn(Y,{extraPickAttrs:e}),c=m}}if(R.controlComponent===s.ControlComponent.PRETEXTFIX){const I=C(c+1,g,!0);if(I!==-1){const m=p(c+1,I-1,g),L=xt(R,Re),M={...R.control,...L,value:m},P={...xt(R,ae),type:s.ElementType.CONTROL,value:"",control:M,controlId:g};R=hn(P,{extraPickAttrs:e}),c=I}}if(R.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){const I=C(c+1,g,!0);if(I!==-1){const m=p(c+1,I-1,g),L=xt(R,Re),M={...R.control,...L,value:m},P={...xt(R,ae),type:s.ElementType.CONTROL,value:"",control:M,controlId:g};R=hn(P,{extraPickAttrs:e}),c=I}}}}const f=hn(R,{extraPickAttrs:e});if(!R.type||R.type===s.ElementType.TEXT||R.type===s.ElementType.SUBSCRIPT||R.type===s.ElementType.SUPERSCRIPT)for(;c<r.length;){const g=r[c+1];if(c++,g&&Ec(f,hn(g,{extraPickAttrs:e}))){const T=g.value===K?`
|
|
101
|
+
`:g.value;f.value+=T}else break}else c++;a.push(f)}return a}function er(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 nr(o){return o===s.RowFlex.ALIGNMENT?"justify":o}function Lc(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 yo(o){return!o.type||Le.includes(o.type)}function Pc(o){return!o.type||o.type===s.ElementType.TEXT}function or(o){return o.filter(t=>yo(t)).map(t=>t.value).join("").replace(new RegExp(K,"g"),"")}function Zn(o,t){const e=o[t];if(!e)return null;const n=o[t+1];return!e.listId&&e.value===K&&n&&n.value!==K&&e.areaId===n.areaId?n:e}function se(o,t,e,n){let i=Zn(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=Ee(i,Ci));let d=!1;for(let u=0;u<t.length;u++){const h=t[u];if(l&&!i.listId&&ui.test(h.value)&&(d=!0),d||!i.listId&&h.type===s.ElementType.LIST){const f=[...En,...ae,...Rn];Ys(f,a),un(f,i,h),h.valueList?.forEach(g=>{un(f,i,g)});continue}h.valueList?.length&&se(o,h.valueList,e,n);const R=[...Ii];Kn(h)||R.push(...ae),Ys(R,a),un(R,i,h)}}function Mc(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=nr(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(`${K}`,"g"),`
|
|
102
102
|
`),n}function ir(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(ui,"")}if(i.listWrap){const l=e.get(t)||[];l.push(i),e.set(t,l)}else{const l=i.value.split(`
|
|
103
|
-
`);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 Oc(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&&!Kn(i)&&!Kn(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 vn(o,t){const e=Oo(t),n=js(e.mode)?wn(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 h=document.createElement("table");h.setAttribute("cellSpacing","0"),h.setAttribute("cellpadding","0"),h.setAttribute("border","0");const R="1px solid #000000";!u.borderType||u.borderType===s.TableBorder.ALL?(h.style.borderTop=R,h.style.borderLeft=R):u.borderType===s.TableBorder.EXTERNAL&&(h.style.border=R),h.style.width=`${u.width}px`;const f=document.createElement("colgroup");for(let T=0;T<u.colgroup.length;T++){const C=u.colgroup[T],p=document.createElement("col");p.setAttribute("width",`${C.width}`),f.append(p)}h.append(f);const g=u.trList;for(let T=0;T<g.length;T++){const C=document.createElement("tr"),p=g[T];C.style.height=`${p.height}px`;for(let I=0;I<p.tdList.length;I++){const m=document.createElement("td");(!u.borderType||u.borderType===s.TableBorder.ALL)&&(m.style.borderBottom=m.style.borderRight="1px solid");const L=p.tdList[I];m.colSpan=L.colspan,m.rowSpan=L.rowspan,m.style.verticalAlign=L.verticalAlign||"top",L.borderTypes?.includes(s.TdBorder.TOP)&&(m.style.borderTop=R),L.borderTypes?.includes(s.TdBorder.RIGHT)&&(m.style.borderRight=R),L.borderTypes?.includes(s.TdBorder.BOTTOM)&&(m.style.borderBottom=R),L.borderTypes?.includes(s.TdBorder.LEFT)&&(m.style.borderLeft=R);const
|
|
103
|
+
`);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 Oc(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&&!Kn(i)&&!Kn(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 vn(o,t){const e=Oo(t),n=js(e.mode)?wn(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 h=document.createElement("table");h.setAttribute("cellSpacing","0"),h.setAttribute("cellpadding","0"),h.setAttribute("border","0");const R="1px solid #000000";!u.borderType||u.borderType===s.TableBorder.ALL?(h.style.borderTop=R,h.style.borderLeft=R):u.borderType===s.TableBorder.EXTERNAL&&(h.style.border=R),h.style.width=`${u.width}px`;const f=document.createElement("colgroup");for(let T=0;T<u.colgroup.length;T++){const C=u.colgroup[T],p=document.createElement("col");p.setAttribute("width",`${C.width}`),f.append(p)}h.append(f);const g=u.trList;for(let T=0;T<g.length;T++){const C=document.createElement("tr"),p=g[T];C.style.height=`${p.height}px`;for(let I=0;I<p.tdList.length;I++){const m=document.createElement("td");(!u.borderType||u.borderType===s.TableBorder.ALL)&&(m.style.borderBottom=m.style.borderRight="1px solid");const L=p.tdList[I];m.colSpan=L.colspan,m.rowSpan=L.rowspan,m.style.verticalAlign=L.verticalAlign||"top",L.borderTypes?.includes(s.TdBorder.TOP)&&(m.style.borderTop=R),L.borderTypes?.includes(s.TdBorder.RIGHT)&&(m.style.borderRight=R),L.borderTypes?.includes(s.TdBorder.BOTTOM)&&(m.style.borderBottom=R),L.borderTypes?.includes(s.TdBorder.LEFT)&&(m.style.borderLeft=R);const M=vn(L.value,t);m.innerHTML=M.innerHTML,L.backgroundColor&&(m.style.backgroundColor=L.backgroundColor),C.append(m)}h.append(C)}c.append(h)}else if(u.type===s.ElementType.HYPERLINK){const h=document.createElement("a");h.innerText=u.valueList.map(R=>R.value).join(""),u.url&&(h.href=u.url),c.append(h)}else if(u.type===s.ElementType.TITLE){const h=document.createElement(`h${Mi[u.level]}`),R=i(u.valueList);h.innerHTML=R.innerHTML,c.append(h)}else if(u.type===s.ElementType.LIST){const h=document.createElement(Aa[u.listType]);u.listStyle&&(h.style.listStyleType=_a[u.listStyle]);const R=Yt(u.valueList);ir(R).forEach(g=>{const T=document.createElement("li"),C=i(g);T.innerHTML=C.innerHTML,h.append(T)}),c.append(h)}else if(u.type===s.ElementType.IMAGE){const h=document.createElement("img");u.value&&(h.src=u.value,h.width=u.width,h.height=u.height),c.append(h)}else if(u.type===s.ElementType.BLOCK){if(u.block?.type===s.BlockType.VIDEO){const h=u.block.videoBlock?.src;if(h){const R=document.createElement("video");R.style.display="block",R.controls=!0,R.src=h,R.width=u.width||t?.width||window.innerWidth,R.height=u.height,c.append(R)}}else if(u.block?.type===s.BlockType.IFRAME){const{src:h,srcdoc:R,sandbox:f,allow:g}=u.block.iframeBlock||{};if(h||R){const T=document.createElement("iframe");T.sandbox.add(...f||Vn.sandbox),T.setAttribute("allow",[g||Vn.allow].join(" ")),T.style.display="block",T.style.border="none",h?T.src=h:R&&(T.srcdoc=R),T.width=`${u.width||t?.width||window.innerWidth}`,T.height=`${u.height}`,c.append(T)}}}else if(u.type===s.ElementType.SEPARATOR){const h=document.createElement("hr");u.dashArray?.length&&h.setAttribute("data-dash-array",u.dashArray.join(",")),c.append(h)}else if(u.type===s.ElementType.CHECKBOX){const h=document.createElement("input");h.type="checkbox",u.checkbox?.value&&h.setAttribute("checked","true"),c.append(h)}else if(u.type===s.ElementType.RADIO){const h=document.createElement("input");h.type="radio",u.radio?.value&&h.setAttribute("checked","true"),c.append(h)}else if(u.type===s.ElementType.TAB){const h=document.createElement("span");h.innerHTML=`${Ns}${Ns}`,c.append(h)}else if(u.type===s.ElementType.CONTROL){const h=document.createElement("span"),R=i(u.control?.value||[]);h.innerHTML=R.innerHTML,c.append(h)}else if(u.type===s.ElementType.PAGE_BREAK){const h=document.createElement("div");h.style.breakAfter="page",c.append(h)}else if(!u.type||u.type===s.ElementType.LATEX||Le.includes(u.type)){let h="";if(u.type===s.ElementType.DATE?h=u.valueList?.map(f=>f.value).join("")||"":h=u.value,!h)continue;const R=Mc(u,e);a[d-1]?.type===s.ElementType.TITLE&&(h=h.replace(/^\n/,"")),R.innerText=h.replace(new RegExp(`${K}`,"g"),`
|
|
104
104
|
`),c.append(R)}}return c}const l=document.createElement("div"),r=Oc(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 h=c.data[0];Kn(h)?(u.style.display="flex",u.style.justifyContent=Lc(h.rowFlex)):(u.style.textAlign=nr(c.rowFlex),c.rowFlex==="justify"&&(u.style.textAlignLast="justify"))}u.innerHTML=i(c.data).innerHTML,d?u.childNodes.forEach(h=>{l.append(h.cloneNode(!0))}):l.append(u)}return l}function Sc(o){if(!o||o.nodeType!==3)return null;const t=o.parentNode,e=t.nodeName==="FONT"?t.parentNode:t,n=er(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 Qn(o,t){const e=[];function n(c){if(c.nodeType===3){const d=Sc(c);d&&e.push(d)}else if(c.nodeType===1){const d=c.childNodes;for(let u=0;u<d.length;u++){const h=d[u];if(h.nodeName==="BR")e.push({value:`
|
|
105
105
|
`});else if(h.nodeName==="A"){const R=h,f=R.innerText;f&&e.push({type:s.ElementType.HYPERLINK,value:"",valueList:[{value:f}],url:R.href})}else if(/H[1-6]/.test(h.nodeName)){const f=Qn(Dc(h,"div").outerHTML,t);e.push({value:"",type:s.ElementType.TITLE,level:ka[h.nodeName],valueList:f}),h.nextSibling&&!ya.includes(h.nextSibling.nodeName)&&e.push({value:`
|
|
106
106
|
`})}else if(h.nodeName==="UL"||h.nodeName==="OL"){const R=h,f={value:"",type:s.ElementType.LIST,valueList:[]};h.nodeName==="OL"?f.listType=s.ListType.OL:(f.listType=s.ListType.UL,f.listStyle=R.style.listStyleType),R.querySelectorAll("li").forEach(g=>{const T=Qn(g.innerHTML,t);T.forEach(C=>{C.value===`
|
|
107
107
|
`&&(C.listWrap=!0)}),T.unshift({value:`
|
|
108
108
|
`}),f.valueList.push(...T)}),e.push(f)}else if(h.nodeName==="HR")e.push({value:`
|
|
109
109
|
`,type:s.ElementType.SEPARATOR});else if(h.nodeName==="IMG"){const{src:R,width:f,height:g}=h;R&&f&&g&&e.push({width:f,height:g,value:R,type:s.ElementType.IMAGE,rowFlex:er(h.parentElement)})}else if(h.nodeName==="VIDEO"){const{src:R,width:f,height:g}=h;R&&f&&g&&e.push({value:"",type:s.ElementType.BLOCK,block:{type:s.BlockType.VIDEO,videoBlock:{src:R}},width:f,height:g})}else if(h.nodeName==="IFRAME"){const{src:R,srcdoc:f,width:g,height:T}=h;(R||f)&&g&&T&&e.push({value:"",type:s.ElementType.BLOCK,block:{type:s.BlockType.IFRAME,iframeBlock:{src:R,srcdoc:f}},width:parseInt(g),height:parseInt(T)})}else if(h.nodeName==="TABLE"){const R=h,f={type:s.ElementType.TABLE,value:`
|
|
110
|
-
`,colgroup:[],trList:[]},g=R.querySelectorAll("colgroup col");if(R.querySelectorAll("tr").forEach(T=>{const C=Number(window.getComputedStyle(T).height.replace("px","")),p={height:C,minHeight:C,tdList:[]};T.querySelectorAll("th,td").forEach(I=>{const m=I,L=Qn(m.innerHTML,t),
|
|
110
|
+
`,colgroup:[],trList:[]},g=R.querySelectorAll("colgroup col");if(R.querySelectorAll("tr").forEach(T=>{const C=Number(window.getComputedStyle(T).height.replace("px","")),p={height:C,minHeight:C,tdList:[]};T.querySelectorAll("th,td").forEach(I=>{const m=I,L=Qn(m.innerHTML,t),M={colspan:m.colSpan,rowspan:m.rowSpan,value:L,verticalAlign:window.getComputedStyle(I).verticalAlign,width:parseFloat(window.getComputedStyle(I).width)};m.style.backgroundColor&&(M.backgroundColor=m.style.backgroundColor),p.tdList.push(M)}),f.trList.push(p)}),f.trList.length){const T=f.trList[0].tdList.reduce((p,I)=>p+I.colspan,0),C=Math.ceil(t.innerWidth/T);for(let p=0;p<T;p++){const I=g[p]?.getAttribute("width");f.colgroup.push({width:I?parseFloat(I):C})}e.push(f)}}else if(h.nodeName==="INPUT"&&h.type===s.ControlComponent.CHECKBOX)e.push({type:s.ElementType.CHECKBOX,value:"",checkbox:{value:h.checked}});else if(h.nodeName==="INPUT"&&h.type===s.ControlComponent.RADIO)e.push({type:s.ElementType.RADIO,value:"",radio:{value:h.checked}});else if(n(h),h.nodeType===1&&u!==d.length-1){const R=h;window.getComputedStyle(R).display==="block"&&!/(\n|\r\n)$/.test(R.textContent)&&e.push({value:`
|
|
111
111
|
`})}}}}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 Mn(o,t){const e=t?Oo(t):void 0;if(e?.mode===s.EditorMode.COMPARE)return Ni(o);const n=js(e?.mode)?wn(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+=`
|
|
112
112
|
`;const d=c.trList;for(let u=0;u<d.length;u++){const h=d[u];for(let R=0;R<h.tdList.length;R++){const f=h.tdList[R],g=i(Yt(f.value)),T=R===0,C=h.tdList.length-1===R;r+=`${T?"":" "}${g}${C?`
|
|
113
113
|
`:""}`}}}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=ir(d);let h="";c.listType===s.ListType.UL&&(h=Pi[c.listStyle]),u.forEach((R,f)=>{const g=u.size-1===f;r+=`
|
|
114
114
|
${h||`${f+1}.`}${i(R)}${g?`
|
|
115
115
|
`:""}`})}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||Le.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(`${K}`,"g"),`
|
|
116
|
-
`)}}return r}return i(n)}function yi(o){return Ri(o,["metrics","style"])}function Kn(o){return!!o?.type&&(Na.includes(o.type)||o.imgDisplay===s.ImageDisplay.INLINE)}function Dc(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 bi(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
|
|
116
|
+
`)}}return r}return i(n)}function yi(o){return Ri(o,["metrics","style"])}function Kn(o){return!!o?.type&&(Na.includes(o.type)||o.imgDisplay===s.ImageDisplay.INLINE)}function Dc(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 bi(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 re(o){return o?!!(o.hide||o.control?.hide||o.area?.hide):!0}function Hn(o,t,e=s.LocationPosition.BEFORE){if(!re(o[t]))return t;let n=t;if(e===s.LocationPosition.BEFORE)for(n=t-1;n>0;){if(!re(o[n]))return n;n--}else for(n=t+1;n<o.length;){if(!re(o[n]))return n;n++}return n}const sr=`${no}-control`;function rr(o){localStorage.setItem(no,JSON.stringify({text:o.text,elementList:o.elementList}))}function lr(){const o=localStorage.getItem(no);return o?JSON.parse(o):null}function ar(){localStorage.removeItem(no)}function Xc(o){localStorage.setItem(sr,JSON.stringify(o))}function cr(){const o=localStorage.getItem(sr);return o?JSON.parse(o):null}function Nc(){return!!cr()?.element}async function yc(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=`
|
|
117
117
|
`,l.append(c),a.selectNodeContents(l),r?.removeAllRanges(),r?.addRange(a),document.execCommand("copy"),l.remove()}rr({text:o,elementList:e})}async function bc(o){if(!o)return;const t=[{value:o}],e=()=>{const n=document.createElement("textarea");n.value=o,n.style.position="fixed",n.style.opacity="0",document.body.append(n),n.select(),document.execCommand("copy"),n.remove()};if(window.navigator.clipboard?.writeText)try{await window.navigator.clipboard.writeText(o)}catch{e()}else e();rr({text:o,elementList:t})}async function dr(o,t){const e=vn(o,t);document.body.append(e);const n=e.innerText;e.remove();const i=e.innerHTML;!n&&!i&&!o.length||await yc(n,i,Yt(o))}function Vc(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 Vi(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(ba.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===K||u.value===`
|
|
118
|
-
`||(t.splice(a,0,u),a++)}a--}a++}}se(l,t,i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()})}e.insertElementList(t)}function ur(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=Qn(t,{innerWidth:e.getOriginalInnerWidth()});Vi(o,n)}function Wi(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&&se(l,[d],i,{editorOptions:e.getOptions()}),e.insertElementList([d])}}}function Wc(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(!Vc(n)){const r=n.getData("text"),a=lr();if(a&&Eo(r)===Eo(a.text)){Vi(o,a.elementList);return}}ar();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=>{ur(o,c)});break}}else if(a.kind==="file"&&a.type.includes("image")){const c=a.getAsFile();c&&Wi(o,c)}}}async function Yc(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=lr();if(l&&Eo(i)===Eo(l.text)){Vi(o,l.elementList);return}if(ar(),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&&ur(o,u)}else if(c.types.some(d=>d.startsWith("image/"))){const d=c.types.find(h=>h.startsWith("image/")),u=await c.getType(d);Wi(o,u)}}}class Uc{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(`${rt}-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||(Wc(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 wc{ANIMATION_CLASS=`${rt}-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(`${rt}-cursor`),this.container.append(this.cursorDom),this.cursorAgent=new Uc(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(Ma&&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},h=this.draw.getHeight(),R=this.draw.getPageGap();this.hitLineStartIndex=u,u&&(e=this.position.getPositionList()[u]);const{metrics:f,coordinate:{leftTop:g,rightTop:T},ascent:C,pageNo:p}=e,L=(this.draw.getZone().isMainActive()?p:this.draw.getPageNo())*(h+R),P=Qs*n,M=Math.min(f.height/4,P),F=f.height+M*2,N=this.cursorAgent.getAgentCursorDom();d&&setTimeout(()=>{this.focus()});const Y=f.boundingBoxDescent<0?0:f.boundingBoxDescent,b=g[1]+C+Y-(F-M)+L,S=u?g[0]:T[0];if(N.style.left=`${S}px`,N.style.top=`${b+F-P}px`,!a){this.recoveryCursor();return}const y=this.cursorDom.style.top,V=this.draw.isReadonly();this.cursorDom.style.width=`${r*n}px`,this.cursorDom.style.backgroundColor=l,this.cursorDom.style.left=`${S}px`,this.cursorDom.style.top=`${b}px`,this.cursorDom.style.display=V?"none":"block",this.cursorDom.style.height=`${F}px`,c?this._setBlinkTimeout():this._clearBlinkTimeout(),Ti(()=>{this.moveCursorToVisible({cursorPosition:e,direction:parseInt(y)>b?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=Ca(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:T,right:C,top:p,bottom:I}=a.getBoundingClientRect();c.left=T,c.right=C,c.top=p,c.bottom=I}const u=i*(this.draw.getHeight()+this.draw.getPageGap())+this.container.getBoundingClientRect().top,h=n===Jt.UP,R=r[0]+(d?0:c.left),f=h?l[1]+u:r[1]+u,{maskMargin:g}=this.options;if(c.top+=g[0],c.bottom-=g[2],!(R>=c.left&&R<=c.right&&f>=c.top&&f<=c.bottom)){const{scrollLeft:T,scrollTop:C}=a;h?a.scroll(T,C-(c.top-f)):a.scroll(T,C+f-c.bottom)}}}var On;(function(o){o[o.LEFT=0]="LEFT",o[o.CENTER=1]="CENTER",o[o.RIGHT=2]="RIGHT"})(On||(On={}));function Ae(o){return In?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 bo{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 h=u.checkbox;h.value=t.includes(h.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 h=u.checkbox;h.value=t.includes(h.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 Yi extends bo{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 h=u.radio;h.value=t.includes(h.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 h=u.radio;h.value=t.includes(h.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}}function Rr(o){const t=o.getDraw(),e=t.getPosition(),n=t.getRange();o.isAllowDrag=!0,o.cacheRange=at(n.getRange()),o.cacheElementList=t.getElementList(),o.cachePositionList=e.getPositionList(),o.cachePositionContext=e.getPositionContext()}function hr(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 bo&&l.setSelect(i)}}function gr(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 Yi&&l.setSelect(i)}}function Zc(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===On.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())){Rr(t);return}t.isAllowSelection=!i;const u=at(r.getPositionContext()),h=r.getPositionByXY({x:o.offsetX,y:o.offsetY}),R=r.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!R)return;const{index:f,isDirectHit:g,isCheckbox:T,isRadio:C,isControl:p,isImage:I,isLabel:m,isMacro:L,isTable:P,tdValueIndex:M,hitLineStartIndex:F}=R;t.mouseDownStartPosition={...R,index:P?M:f,originalIndex:f,x:o.offsetX,y:o.offsetY};const N=e.getElementList(),Y=r.getPositionList(),b=P?M:f;let S;P?S=e.getTd().value[M]:S=N[b];const y=P&&e.getTd()?.value||N,V=P&&e.getTd()?.positionList||Y,X=!!(g&&I),O=!!(g&&T),E=!!(g&&C),W=!!(g&&m),D=!!(g&&L),U=w=>w&&(w.type===s.ElementType.MACRO||w.type===s.ElementType.CUSTOM_MACRO||w.type===s.ElementType.REUSABLE_ITEM||w.type===s.ElementType.SUB_TEMPLATE||w.type===s.ElementType.MENSTRUAL_HISTORY||w.type===s.ElementType.FETAL_HEART_POSITION||w.type===s.ElementType.TOOTH_POSITION||w.type===s.ElementType.LIST||w.type===s.ElementType.SPECIAL_SYMBOLS),Z=w=>w&&!!w.originControlId&&!!w.controlId,Q=w=>!!(w&&w.originControlId&&w.controlId&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.PLACEHOLDER)),v=w=>!!(w&&w.originControlId&&w.controlId&&(w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||w.controlComponent===s.ControlComponent.PLACEHOLDER)),st=w=>{if(!w)return null;const A=new Set;let nt=w,dt=null;for(;nt&&!A.has(nt);){A.add(nt);let pt;for(let Gt=0;Gt<N.length;Gt++){const vt=N[Gt];if(vt.controlId===nt&&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&&(dt=nt),nt=pt.originControlId||null}return dt},B=e.getMode()===s.EditorMode.FORM,H=B&&S?.control?.type===s.ControlType.TEXT,k=B&&!H?e.getControl().getActiveTextControlLimit():null;let q=b;const x=(w,A)=>!!w&&!!A&&w.controlId===A,Xt=(w,A,nt)=>{if(nt){for(let dt=A;dt>=0;dt--){const pt=w[dt];if(x(pt,nt)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==nt&&pt.originControlId!==nt)break}for(let dt=A+1;dt<w.length;dt++){const pt=w[dt];if(x(pt,nt)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==nt&&pt.originControlId!==nt)break}}},wt=(w,A)=>!!(B&&w?.controlId&&!w.originControlId&&Xt(y,A,w.controlId)===s.ControlType.TEXTFIELD),Ie=(w,A)=>!!(B&&w?.controlId&&!w.originControlId&&(Xt(y,A,w.controlId)===s.ControlType.TEXT||Xt(y,A,w.controlId)===s.ControlType.NUMBER)),ne=V[b],ue=y[b-1],tt=y[b+1],J=6,_=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],G=(w,A)=>!!(w?.controlId&&w.controlId===A?.controlId&&(w.originControlId||null)===(A.originControlId||null)),it=(w,A)=>{if(w?.control?.type)return w.control.type;if(w?.controlId){for(let nt=A;nt>=0;nt--){const dt=y[nt];if(!G(w,dt))break;if(dt.control?.type)return dt.control.type}for(let nt=A+1;nt<y.length;nt++){const dt=y[nt];if(!G(w,dt))break;if(dt.control?.type)return dt.control.type}}},z=(w,A)=>{const nt=it(w,A);return!!(nt&&_.includes(nt))},ut=w=>!!(w&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),Rt=w=>!!(w&&(w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),St=(w,A)=>{if(!w?.controlId)return-1;for(let nt=A;nt>=0;nt--){const dt=y[nt];if(!G(w,dt))break;if(dt.controlComponent===s.ControlComponent.VALUE)return nt}for(let nt=A+1;nt<y.length;nt++){const dt=y[nt];if(!G(w,dt))break;if(dt.controlComponent===s.ControlComponent.VALUE)return nt}return-1},Nt=(w,A)=>{if(!w)return!1;if(w.controlComponent===s.ControlComponent.VALUE||w.controlComponent===s.ControlComponent.PLACEHOLDER)return!0;const nt=it(w,A),dt=nt===s.ControlType.SELECT||nt===s.ControlType.DATE,pt=w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||w.controlComponent===s.ControlComponent.TEXTFIXLABEL;return!!(dt&&pt&&w.value&&St(w,A)===-1)},At=w=>{const A=V[w];if(!A)return!1;const{coordinate:{leftTop:nt,rightTop:dt,leftBottom:pt}}=A;return o.offsetX>=nt[0]&&o.offsetX<dt[0]&&o.offsetY>=nt[1]&&o.offsetY<=pt[1]},Ft=(w,A)=>{if(e.getMode()!==s.EditorMode.EDIT||!w?.originControlId||w.controlComponent!==s.ControlComponent.VALUE||it(w,A)!==s.ControlType.BUTTON||w.control?.buttonText||Xt(y,A,w.originControlId)!==s.ControlType.TEXTFIELD||!At(A))return!1;let nt=-1;for(let yn=A;yn<y.length;yn++){const dn=y[yn];if(!G(w,dn))break;const $e=V[yn];dn.controlComponent===s.ControlComponent.VALUE&&$e&&$e.coordinate.rightTop[0]>$e.coordinate.leftTop[0]&&(nt=yn)}if(nt===-1)return!1;const dt=V[nt],{coordinate:{leftTop:pt,rightTop:Gt,leftBottom:vt}}=dt;return o.offsetX>=pt[0]-2&&o.offsetX<=Gt[0]&&o.offsetY>=pt[1]&&o.offsetY<=vt[1]},Bt=(w,A)=>!(!g||!z(w,A)||!At(A)||Ft(w,A)||!Nt(w,A)||ut(w)||Rt(w)&&!w?.value),_t=()=>[h.isTable?h.tdValueIndex:h.index,b,b+1,b-1,b+2,b-2].filter((A,nt,dt)=>typeof A=="number"&&A>=0&&A<y.length&&dt.indexOf(A)===nt),re=()=>{if(!g)return null;for(const w of _t()){const A=y[w];if(Bt(A,w))return{element:A,index:w}}return null},ft=()=>{if(!g)return-1;for(const w of _t())if(Ft(y[w],w))return w;return-1},Lt=w=>{const A=y[w];let nt=w;for(let dt=w+1;dt<y.length&&G(A,y[dt]);dt++)nt=dt;return nt},Vt=w=>{const A=y[w];if(!Te(A)||it(A,w)!==s.ControlType.BUTTON||A.control?.buttonText||A.control?.editable===!1)return w;let nt=w;for(let dt=w+1;dt<y.length;dt++){const pt=y[dt];if(!G(A,pt)||!Te(pt))break;nt=dt}return nt},Pt=_t().some(w=>z(y[w],w)),Et=re(),Mt=ft(),Qt=w=>(w?.control?.type===s.ControlType.TEXTFIELD||w?.control?.type===s.ControlType.TEXT)&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),ce=w=>w?.type===s.ElementType.CONTROL&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),Ct=w=>w?.type===s.ElementType.CONTROL&&(w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT),ot=(w,A)=>!!(e.getMode()===s.EditorMode.EDIT&&w?.originControlId&&Qt(w)&&A?.controlId===w.originControlId&&!A.originControlId&&A.control?.type===s.ControlType.TEXTFIELD&&Qt(A)),Zt=(w,A)=>!!(e.getMode()===s.EditorMode.EDIT&&w?.originControlId&&Qt(w)&&A?.controlId===w.originControlId&&!A.originControlId&&A.control?.type===s.ControlType.TEXTFIELD&&A.controlComponent===s.ControlComponent.VALUE),yt=(w,A,nt)=>!!(e.getMode()===s.EditorMode.EDIT&&w?.originControlId&&nt?.originControlId===w.originControlId&&w.controlId&&nt.controlId&&w.controlId!==nt.controlId&&ce(w)&&Ct(nt)&&Xt(y,A,w.originControlId)===s.ControlType.TEXTFIELD),Tt=ot(S,tt),It=Zt(S,tt),gt=yt(S,b,tt),et=yt(ue,b-1,S),j=!!(e.getMode()===s.EditorMode.EDIT&&p&&g&&Qt(S)&&!Tt&&!It&&!gt&&ue?.controlId===S.controlId&&(ue.originControlId||null)===(S.originControlId||null)&&(ue.controlComponent===s.ControlComponent.VALUE||ue.controlComponent===s.ControlComponent.PLACEHOLDER)),$t=(w,A,nt)=>!!(B&&Q(w)&&Xt(y,A,w?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?wt(y[A+1],A+1):Ie(y[A+1],A+1))),fe=(w,A,nt)=>!!(B&&v(w)&&Xt(y,A,w?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?wt(y[A-1],A-1):Ie(y[A-1],A-1))),me=$t(S,b,s.ControlType.TEXTFIELD),zt=!!(B&&ne&&wt(S,b)&&$t(ue,b-1,s.ControlType.TEXTFIELD)&&o.offsetX<=ne.coordinate.leftTop[0]+J),jt=!!(B&&ne&&wt(S,b)&&fe(tt,b+1,s.ControlType.TEXTFIELD)&&o.offsetX>=ne.coordinate.rightTop[0]-J),eo=!!(B&&ne&&me&&o.offsetX>ne.coordinate.rightTop[0]),Cn=!!(B&&ne&&v(S)&&Xt(y,b,S.originControlId)===s.ControlType.TEXTFIELD&&wt(ue,b-1)&&o.offsetX<ne.coordinate.leftTop[0]),Me=wt(S,b)||me||zt||jt||eo||Cn,we=$t(S,b,s.ControlType.TEXT),kl=w=>{const A=y[w],nt=Y[w];if(!nt||!Ie(A,w))return-1;const dt=y[w-1];return!$t(dt,w-1,s.ControlType.TEXT)||o.offsetX>nt.coordinate.leftTop[0]+J?-1:w-1},Ds=kl(b),Gl=kl(b-1),xl=Ds!==-1||Gl!==-1,Jl=!!(B&&ne&&v(S)&&Xt(y,b,S.originControlId)===s.ControlType.TEXT&&Ie(ue,b-1)&&o.offsetX<ne.coordinate.leftTop[0]),im=!!(B&&ne&&Ie(S,b)&&fe(tt,b+1,s.ControlType.TEXT)&&o.offsetX>=ne.coordinate.rightTop[0]-J),sm=we||xl||Jl||im;Tt||It||gt?q=b:et||j?q=Math.max(b-1,0):xl?q=Ds!==-1?Ds:Gl:Jl&&(q=Math.max(b-1,0)),Et?(q=Vt(Et.index),r.setPositionContext({...r.getPositionContext(),index:q,isControl:!0,isDirectHit:!0})):Mt!==-1?q=Lt(Mt):z(S,b)&&ne&&!At(b)&&o.offsetX>ne.coordinate.rightTop[0]&&(q=Lt(b));let $l=!1;if(B&&k?.parentControlId&&S?.controlId===k.parentControlId&&!S?.originControlId)for(let w=b;w>=0;w--){const A=N[w];if(x(A,k.parentControlId)){A.control?.type===s.ControlType.TEXTFIELD&&($l=!0);break}if(A.controlId!==k.parentControlId)break}const zl=!!(k&&(!S?.controlId||S.controlId===k.controlId&&(S.originControlId||null)===k.originControlId||k.parentControlId&&S.controlId===k.parentControlId&&!S.originControlId&&$l));if(B&&!H&&(S?.controlId||S?.originControlId)){let w;const A=S.originControlId||S.controlId;for(let nt=b;nt>=0;nt--){const dt=N[nt];if(x(dt,A)&&dt.control?.type){w=dt.control.type;break}if(dt.controlId!==S.controlId&&dt.controlId!==A)break}if(w!==s.ControlType.TEXT){if(w===s.ControlType.TEXTFIELD){const nt=S.controlComponent;if(!Z(S)){if(!(S.controlComponent===s.ControlComponent.VALUE&&U(S))){if(nt===s.ControlComponent.PRETEXTFIX||nt===s.ControlComponent.PRETEXTFIX_TEXT||nt===s.ControlComponent.POSTTEXTFIX||nt===s.ControlComponent.POSTTEXTFIX_TEXT||nt===s.ControlComponent.TEXTFIXLABEL||nt===s.ControlComponent.PREFIX||nt===s.ControlComponent.POSTFIX||nt===s.ControlComponent.PRE_TEXT||nt===s.ControlComponent.POST_TEXT||nt===s.ControlComponent.PLACEHOLDER)for(let dt=b+1;dt<N.length;dt++){const pt=N[dt];if(pt.controlId!==A&&pt.originControlId!==A)break;if(pt.controlComponent===s.ControlComponent.VALUE&&!U(pt)){q=dt;break}if(pt.controlComponent===s.ControlComponent.POSTTEXTFIX||pt.controlComponent===s.ControlComponent.POSTFIX){for(let Gt=b-1;Gt>=0;Gt--){const vt=N[Gt];if(vt.controlId!==A&&vt.originControlId!==A)break;if(vt.controlComponent===s.ControlComponent.VALUE&&!U(vt)){q=Gt;break}}break}}else if(nt===s.ControlComponent.VALUE&&b>0){const dt=N[b-1];if(dt&&(dt.controlId===A||dt.originControlId===A)&&dt.controlComponent===s.ControlComponent.VALUE&&U(dt)){let pt=!1;for(let Gt=b-2;Gt>=0;Gt--){const vt=N[Gt];if(vt.controlId!==A&&vt.originControlId!==A||vt.controlComponent!==s.ControlComponent.VALUE&&!vt.originControlId&&vt.controlId===A)break;if(!U(vt)){q=Gt+1,pt=!0;break}}if(!pt)for(let Gt=b;Gt<N.length;Gt++){const vt=N[Gt];if(vt.controlId!==A&&vt.originControlId!==A||(vt.controlComponent===s.ControlComponent.POSTTEXTFIX||vt.controlComponent===s.ControlComponent.POSTFIX)&&!vt.originControlId&&vt.controlId===A)break;if(!U(vt)){q=Gt,pt=!0;break}}}}}}}}}if(B&&S?.control?.type===s.ControlType.TEXT&&S?.originControlId&&S.controlComponent===s.ControlComponent.PLACEHOLDER&&st(S.originControlId)&&(q=b),~f&&Me&&!Et)t.isAllowSelection=!1,e.getControl().destroyControl({isEmitEvent:!1}),e.render({isCompute:!1,isSubmitHistory:!1,isSetCursor:!1});else if(~f&&!i){zl&&(q=Math.min(Math.max(q,k.startIndex),k.endIndex));let w=q,A=q;if(o.shiftKey){const{startIndex:pt}=l.getRange();~pt&&r.getPositionContext().tdId===u.tdId&&(b>pt?w=pt:A=pt)}zl&&(w=Math.min(Math.max(w,k.startIndex),k.endIndex),A=Math.min(Math.max(A,k.startIndex),k.endIndex),q=Math.min(Math.max(q,k.startIndex),k.endIndex));const nt=e.getControl(),dt=!!Et;nt.setPopupAwakeDisabled(o.button===On.RIGHT||sm&&!dt||Pt&&!dt);try{l.setRange(w,A)}finally{nt.setPopupAwakeDisabled(!1)}if(r.setCursorPosition(Y[q]),n=e.isReadonly(),O&&!n)hr(S,e);else if(E&&!n)gr(S,e);else if(!n&&S.controlComponent===s.ControlComponent.VALUE&&(S.control?.type===s.ControlType.CHECKBOX||S.control?.type===s.ControlType.RADIO)){let pt=b;for(;pt>0;){const Gt=N[pt];if(Gt.controlComponent===s.ControlComponent.CHECKBOX){hr(Gt,e);break}else if(Gt.controlComponent===s.ControlComponent.RADIO){gr(Gt,e);break}pt--}}else{const Gt=!!(!!(Et&&it(Et.element,Et.index)===s.ControlType.BUTTON&&!Et.element.control?.buttonText)&&Et?.element.control?.editable===!1);let vt=!1;if(B&&S?.controlId&&S?.controlComponent===s.ControlComponent.VALUE&&!S.originControlId){let $e=!1;for(let Oe=b;Oe>=0;Oe--){const ze=N[Oe];if(ze.controlId!==S.controlId){if(ze.originControlId===S.controlId){$e=!0;continue}break}if(ze.control?.type===s.ControlType.TEXTFIELD){if($e)break;vt=!0;break}}if(!$e&&!vt)for(let Oe=b+1;Oe<N.length;Oe++){const ze=N[Oe];if(ze.controlId!==S.controlId){if(ze.originControlId===S.controlId){$e=!0;continue}break}}$e&&(vt=!1)}const li=vt&&U(S),yn=D&&!li?q:void 0;e.render({curIndex:D&&!li?yn:q,isCompute:!1,isSubmitHistory:!1,isSetCursor:!X&&!O&&!E&&!(Gt&&B)&&!li});const dn=N[q];if(!n&&dt&&dn?.controlId&&o.button===On.LEFT){const Oe=e.getControl().getActiveControl(),ze=Oe?.getElement()?.control?.type;Oe&&(ze===s.ControlType.SELECT||ze===s.ControlType.DATE||ze===s.ControlType.BUTTON)&&Oe.getElement()?.controlId===dn.controlId&&dn.controlComponent!==s.ControlComponent.POSTFIX&&dn.controlComponent!==s.ControlComponent.POSTTEXTFIX&&dn.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&dn.controlComponent!==s.ControlComponent.POST_TEXT&&typeof Oe.awake=="function"&&Oe.awake(o)}}F&&t.getDraw().getCursor().drawCursor({hitLineStartIndex:F})}const Je=e.getEventBus();if(W&&Je.isSubscribe("labelMousedown")&&Je.emit("labelMousedown",{evt:o,element:S}),D&&(S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)){const w=e.getMode();if(w===s.EditorMode.EDIT&&S.type===s.ElementType.CUSTOM_MACRO)Je.isSubscribe("macroClick")&&Je.emit("macroClick",{evt:o,element:S});else if(w===s.EditorMode.FORM&&o.button===On.LEFT){let A=!1;(S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)&&(o.preventDefault(),A=e.getMacroParticle().activateInlineEditor(S,b,o.offsetX)),!A&&Je.isSubscribe("macroValueChange")&&Je.emit("macroValueChange",{evt:o,element:S})}}o.button===On.LEFT&&D&&S.type===s.ElementType.SUB_TEMPLATE&&e.getMode()===s.EditorMode.FORM&&Je.isSubscribe("subTemplateClick")&&Je.emit("subTemplateClick",{evt:o,element:S});const jl=e.getPreviewer();if(jl.clearResizer(),X){if(!e.isPrintLikeMode()){const w={dragDisable:n||!S.controlId&&e.getMode()===s.EditorMode.FORM};S.type===s.ElementType.LATEX&&(w.mime="svg",w.srcKey="laTexSVG"),jl.drawResizer(S,Y[b],w),e.getCursor().drawCursor({isShow:!1}),Rr(t),(S.imgDisplay===s.ImageDisplay.SURROUND||S.imgDisplay===s.ImageDisplay.FLOAT_TOP||S.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)&&e.getImageParticle().createFloatImage(S)}Je.isSubscribe("imageMousedown")&&Je.emit("imageMousedown",{evt:o,element:S})}const ql=e.getTableTool();ql.dispose(),P&&!n&&e.getMode()!==s.EditorMode.FORM&&ql.render();const Fs=e.getHyperlinkParticle();Fs.clearHyperlinkPopup(),S.type===s.ElementType.HYPERLINK&&(Ae(o)?Fs.openHyperlink(S):Fs.drawHyperlinkPopup(S,Y[b]));const ta=e.getDateParticle();ta.clearDatePicker(),S.type===s.ElementType.DATE&&!n&&ta.renderDatePicker(S,Y[b]);const ea=e.getMenstrualHistoryParticle();ea.clearMenstrualHistoryEditor(),S.type===s.ElementType.MENSTRUAL_HISTORY&&g&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&ea.renderMenstrualHistoryEditor(S,Y[b]);const na=e.getFetalHeartPositionParticle();na.clearFetalHeartPositionEditor(),S.type===s.ElementType.FETAL_HEART_POSITION&&g&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&na.renderFetalHeartPositionEditor(S,Y[b]);const oa=e.getToothPositionParticle();oa.clearToothPositionEditor(),S.type===s.ElementType.TOOTH_POSITION&&g&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&oa.renderToothPositionEditor(S,Y[b])}function Vo(o){const t=mt();return Reflect.set(o,"dragId",t),t}function Wo(o,t){return t.findIndex(e=>e.dragId===o)}function fr(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 vc(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,h=r.getRange(),R=a.startIndex===a.endIndex,f=R?a.startIndex-1:a.startIndex,g=a.endIndex;if(h.startIndex>=f&&h.endIndex<=g&&t.cachePositionContext?.tdId===l.tdId){e.clearSideEffect();let H=!1,k=!1;if(R){const q=c[g];if(q.type===s.ElementType.IMAGE||q.type===s.ElementType.LATEX){if(fr(q,o,t),q.imgDisplay===s.ImageDisplay.SURROUND||q.imgDisplay===s.ImageDisplay.FLOAT_TOP||q.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(q),H=!0;else{const x=d[g];e.getPreviewer().drawResizer(q,x)}k=q.imgDisplay===s.ImageDisplay.SURROUND}}r.replaceRange({...a}),e.render({isCompute:k,isSubmitHistory:H,isSetCursor:!1});return}const T=c.slice(f+1,g+1),C=T.find(H=>H.controlId);if(C){const H=c[f+1],k=c[g];if(!((!H.controlId||H.controlComponent===s.ControlComponent.PREFIX)&&(!k.controlId||k.controlComponent===s.ControlComponent.POSTFIX)||H.controlId===k.controlId&&H.controlComponent===s.ControlComponent.PREFIX&&k.controlComponent===s.ControlComponent.POSTFIX||H.control?.type===s.ControlType.TEXT&&H.controlComponent===s.ControlComponent.VALUE&&k.control?.type===s.ControlType.TEXT&&k.controlComponent===s.ControlComponent.VALUE)){e.render({curIndex:h.startIndex,isCompute:!1,isSubmitHistory:!1});return}}const p=e.getControl(),I=e.getElementList(),m=!C||!!I[h.startIndex].controlId||!p.getIsElementListContainFullControl(T),L=e.getOptions(),P=T.map(H=>{if(!H.type||H.type===s.ElementType.TEXT){const k={value:H.value},q=Ne;return m||q.push(...pi),q.forEach(x=>{const Xt=H[x];Xt!==void 0&&(k[x]=Xt)}),k}else{let k=at(H);return m&&(k=Ee(k,pi)),qt([k],{isHandleFirstElement:!1,editorOptions:L}),k}});se(I,P,h.startIndex,{editorOptions:e.getOptions()});const M=c[f],F=d[f],N=Vo(c[f]),Y=Vo(c[g]),b=P.length;let S=h.startIndex,y=S+b;const V=p.getActiveControl();if(V&&c[S].controlComponent!==s.ControlComponent.POSTFIX?(y=V.setValue(P),S=y-b):e.spliceElementList(I,S+1,0,P),!~y){e.render({isSetCursor:!1});return}const X=Vo(I[S]),O=Vo(I[y]),E=Wo(N,c),W=Wo(Y,c),D=c[W];if(D.controlId&&D.controlComponent!==s.ControlComponent.POSTFIX)r.replaceRange({...a,startIndex:E,endIndex:W}),p.getActiveControl()?.cut();else{let H=!0;if(u?.isTable){const{tableId:k,trIndex:q,tdIndex:x}=u;H=!e.getOriginalElementList().some(wt=>wt.id===k&&wt?.trList?.[q]?.tdList?.[x]?.deletable===!1)}H&&e.spliceElementList(c,E+1,W-E)}const U=I[h.startIndex],Z=i[h.startIndex];let Q=l.index;Q&&(U.tableId&&!M.tableId?F.index<Q&&(Q-=b):!U.tableId&&M.tableId&&Z.index<Q&&(Q+=b),n.setPositionContext({...l,index:Q}));const v=Wo(X,I),st=Wo(O,I);r.setRange(R?st:v,st,h.tableId,h.startTdIndex,h.endTdIndex,h.startTrIndex,h.endTrIndex),e.clearSideEffect();let B=null;if(R){const k=e.getElementList()[st];(k.type===s.ElementType.IMAGE||k.type===s.ElementType.LATEX)&&(fr(k,o,t),B=k)}if(e.render({isSetCursor:!1}),V?p.emitControlContentChange():M.controlId&&p.emitControlContentChange({context:{range:a,elementList:c},controlElement:M}),B)if(B.imgDisplay===s.ImageDisplay.SURROUND||B.imgDisplay===s.ImageDisplay.FLOAT_TOP||B.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(B);else{const k=n.getPositionList()[st];e.getPreviewer().drawResizer(B,k)}}else t.isAllowDrag&&t.cacheRange?.startIndex!==t.cacheRange?.endIndex&&t.mousedown(o)}function Qc(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 Kc(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 O=c.isTable?e.getTdByPosition({...c,isTable:!0,index:c.index}):null,E=c.isTable&&O?.value||e.getElementList(),W=c.isTable&&O?.positionList||a.getPositionList(),D=c.isTable?c.tdValueIndex:c.index,U=e.getMode(),Z=U===s.EditorMode.EDIT||U===s.EditorMode.FORM,Q=[D,D+1,D-1,D+2,D-2].filter((H,k,q)=>H>=0&&H<E.length&&q.indexOf(H)===k),v=H=>{const k=W[H];if(!k)return!1;const{coordinate:{leftTop:q,rightTop:x,leftBottom:Xt}}=k;return x[0]>q[0]&&o.offsetX>=q[0]&&o.offsetX<x[0]&&o.offsetY>=q[1]&&o.offsetY<=Xt[1]},st=Z&&Q.some(H=>{const q=E[H]?.control?.type;return q!==s.ControlType.SELECT&&q!==s.ControlType.DATE?!1:v(H)}),B=Q.some(H=>{const k=E[H];return!!(k?.control?.type===s.ControlType.BUTTON&&!k.control.buttonText&&(k.controlComponent===s.ControlComponent.VALUE||k.controlComponent===s.ControlComponent.PLACEHOLDER)&&v(H))});r&&(st||B)?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 O=o.offsetX,E=o.offsetY,{startIndex:W,endIndex:D}=t.cacheRange,U=t.cachePositionList;for(let Q=W+1;Q<=D;Q++){const{coordinate:{leftTop:v,rightBottom:st}}=U[Q];if(O>=v[0]&&O<=st[0]&&E>=v[1]&&E<=st[1])return}const Z=t.cacheRange?.startIndex;if(Z){const Q=t.cacheElementList[Z];Q?.type===s.ElementType.IMAGE&&(Q.imgDisplay===s.ImageDisplay.SURROUND||Q.imgDisplay===s.ImageDisplay.FLOAT_TOP||Q.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 h=e.getPosition(),R=h.getPositionByXY({x:o.offsetX,y:o.offsetY});if(!~R.index)return;const{index:f,isTable:g,tdValueIndex:T,tdIndex:C,trIndex:p,tableId:I,trId:m,tdId:L}=R;let P=g?T:f;if(R.isControl&&e.getMode()!==s.EditorMode.READONLY){const{newIndex:O}=n.moveCursor({index:f,isTable:g,trIndex:p,tdIndex:C,tdValueIndex:T});P=O}const{index:M,isTable:F,tdIndex:N,tdId:Y,trIndex:b,tableId:S}=t.mouseDownStartPosition,y=P,V=e.getRange();let X;if(L!==Y&&L&&Y){const O=e.getTdByPosition({...t.mouseDownStartPosition,isTable:!!t.mouseDownStartPosition.tableId,index:t.mouseDownStartPosition.originalIndex??t.mouseDownStartPosition.index}),E=e.getTdByPosition({...R,isTable:!!R.tableId,index:R.index});if(e.isSplitTd(O,E)){const W=(O.valueStartIndex??0)+M,D=(E.valueStartIndex??0)+T;X=[{index:W,element:O.value[M],originalId:O.originalId,isCurrent:!1,length:O.value.length,startIndex:O.valueStartIndex??0},{index:D,element:E.value[T],originalId:E.originalId,isCurrent:!0,length:E.value.length,startIndex:E.valueStartIndex??0}]}}if(g&&F&&L!==Y&&!X)V.setRange(y,y,I,N,C,b,p),h.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});else{let O=~y?y:0;if((F||g)&&S!==I&&!X)return;h.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});let E=M,W,D;if(X)[{element:W},{element:D}]=X;else{const Q=e.getElementList();W=Q[E+1],D=Q[O]}if(E===O||W?.controlComponent===s.ControlComponent.PLACEHOLDER&&D?.controlComponent===s.ControlComponent.PLACEHOLDER&&W.controlId===D.controlId)return;if(E>O&&([E,O]=[O,E]),e.getMode()===s.EditorMode.FORM){const v=n.getActiveControl()?.getElement()?.control?.type===s.ControlType.TEXT?null:n.getActiveTextControlLimit();v&&(E=Math.min(Math.max(E,v.startIndex),v.endIndex),O=Math.min(Math.max(O,v.startIndex),v.endIndex));const st=e.getElementList(),B=st[E],H=st[O];if(B?.control?.type===s.ControlType.TEXTFIELD||H?.control?.type===s.ControlType.TEXTFIELD){const k=B?.controlId||H?.controlId;if(k){let q=-1,x=-1;for(let Xt=E;Xt>=0;Xt--){const wt=st[Xt];if(wt.controlId!==k)break;if(wt.controlComponent===s.ControlComponent.PRETEXTFIX||wt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||wt.controlComponent===s.ControlComponent.TEXTFIXLABEL||wt.controlComponent===s.ControlComponent.PREFIX||wt.controlComponent===s.ControlComponent.PRE_TEXT){q=Xt+1;break}}for(let Xt=O;Xt<st.length;Xt++){const wt=st[Xt];if(wt.controlId!==k)break;if(wt.controlComponent===s.ControlComponent.POSTTEXTFIX||wt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||wt.controlComponent===s.ControlComponent.POSTFIX||wt.controlComponent===s.ControlComponent.POST_TEXT){x=Xt-1;break}}q!==-1&&E<q&&(E=q),x!==-1&&O>x&&(O=x)}}}let Z;if(X){const[Q,v]=X.sort((st,B)=>st.index-B.index);Z={originalId:X[0].originalId??X[1].originalId,startIndex:Q.index,endIndex:v.index},Q.isCurrent?(E=Q.index,O=Q.length-1):(E=0,O=Z.endIndex-v.startIndex)}V.setRange(E,O,void 0,void 0,void 0,void 0,void 0,Z)}e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}function Yo(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 Ui(o,t){return!!o&&!!t&&o.controlId===t}function Hc(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 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 Ac(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=Tr(i,r,t);n.startIndex=u,n.endIndex=u,e.replaceRange(n);const h=t.getPosition(),R=h.getPositionList();h.setCursorPosition(R[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(),h=u.getPositionList();u.setCursorPosition(h[c])}break}}}function _c(o,t,e){if(e.originControlId){const n=Yo(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=Yo(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=Yo(o,n.controlId);if(i)return{isInParent:!0,parentControlId:i}}return{isInParent:!1}}}return{isInParent:!1}}function Bc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;n.getIsCollapsed()&&Ac(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 h=d[l-1],R=d[l],f=R?.control?.type===s.ControlType.TEXT&&R.controlComponent===s.ControlComponent.PLACEHOLDER&&!i.getIsExistValueByElementListIndex(d,l),g=e.getMode()===s.EditorMode.FORM&&R?.control?.type===s.ControlType.NUMBER&&!i.getIsExistValueByElementListIndex(d,l)&&(R.controlComponent===s.ControlComponent.PREFIX||R.controlComponent===s.ControlComponent.PRE_TEXT||R.controlComponent===s.ControlComponent.PLACEHOLDER||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POST_TEXT);if(h?.subTemplateParentId){const X=Hc(d,l-1);if(X){const O=Tr(d,X.labelIndex,e);e.getGlobalEvent().setCanvasEventAbility(),n.setRange(O,O),e.render({curIndex:O});return}}const C=e.getPosition().getPositionList(),p=C[l],I=C[l-1],m=p&&I&&p.rowIndex===I.rowIndex,L=h?.controlComponent===s.ControlComponent.PREFIX||h?.controlComponent===s.ControlComponent.PRETEXTFIX||h?.controlComponent===s.ControlComponent.PRE_TEXT||h?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT,P=h?.controlComponent===s.ControlComponent.POSTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT,M=!!h?.controlId,F=R?.controlComponent===s.ControlComponent.PLACEHOLDER,N=R?.controlComponent===s.ControlComponent.POSTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT,Y=R?.control?.type===s.ControlType.TEXT&&(R.controlComponent===s.ControlComponent.PREFIX||R.controlComponent===s.ControlComponent.PRE_TEXT),b=N&&h?.controlId===R?.controlId&&h?.originControlId===R?.originControlId&&h?.controlComponent===s.ControlComponent.VALUE,S=!!R&&!R.controlId&&!R.control;if(F&&L&&M&&m||g)return;const{isInParent:y,parentControlId:V}=_c(d,l,h);if(P&&M&&m&&y&&!(R?.controlId===V&&!R?.originControlId&&(R?.controlComponent===s.ControlComponent.VALUE||R?.controlComponent===s.ControlComponent.PLACEHOLDER))){if(h.originControlId&&V)for(let O=l;O<d.length;O++){const E=d[O];if(Ui(E,V)){if(E.controlComponent===s.ControlComponent.VALUE){n.setRange(O,O),e.render({curIndex:O,isSubmitHistory:!1});return}if(E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POST_TEXT)return}E.controlId!==V&&E.originControlId}return}if(P&&M&&m&&!y&&!(S&&!F&&!N)){if(Y)return;if(f)return;{const X=l-1;c=i.removeControl(X),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(N&&R?.originControlId&&y&&V&&m){for(let X=l+1;X<d.length;X++){const O=d[X];if(Ui(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}for(let X=l-1;X>=0;X--){const O=d[X];if(Ui(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}return}if(e.getMode()===s.EditorMode.FORM&&N&&R?.originControlId&&m){const X=Yo(d,R.originControlId);if(!X)return;for(let O=l-1;O>=0;O--){const E=d[O];if(E.controlId===X&&!E.originControlId){if(E.controlComponent===s.ControlComponent.VALUE||E.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(O,O),e.render({curIndex:O,isSubmitHistory:!1});return}if(E.controlComponent===s.ControlComponent.PREFIX||E.controlComponent===s.ControlComponent.PRE_TEXT||E.controlComponent===s.ControlComponent.PRETEXTFIX||E.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return}if(E.controlId&&E.controlId!==X&&E.originControlId!==X)break}return}if(N&&R?.controlId&&m&&!b){const X=l;c=i.removeControl(X),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(a){const h=e.getTableParticle().getRangeRowCol();if(!h)return;let R=!1;for(let f=0;f<h.length;f++){const g=h[f];for(let T=0;T<g.length;T++){const C=g[T];C.value.length>1&&(e.spliceElementList(C.value,1,C.value.length-1),R=!0)}}c=R?0:null}else if(i.getActiveControl()&&i.getIsRangeCanCaptureEvent())c=i.keydown(o),c!==null&&i.emitControlContentChange();else{const h=e.getPosition().getCursorPosition();if(!h)return;const{index:R}=h,f=n.getIsCollapsed(),g=e.getElementList();if(f&&R===0){const I=g[R];if(I.value===K){I.listId&&e.getListParticle().unsetList(),o.preventDefault();return}}const T=g[l];if(f&&T.rowFlex&&T.value===K){const I=n.getRangeRowElementList();if(I){const m=g[l-1];I.forEach(L=>{L.rowFlex=m?.rowFlex})}}const C=T.value===K?g[l-1]:T,p=g[r+1];if(C?.titleId&&p?.titleId&&C.level===p.level&&C.titleId!==p.titleId){const I=C.titleId,m=p.titleId;let L=r+1;for(;L<g.length&&g[L]?.titleId===m;)g[L].titleId=I,L++}f?e.spliceElementList(g,R,1):e.spliceElementList(g,l+1,r-l),c=f?R-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 mr(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 kc(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){mr(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 Gc(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()&&kc(t);let u;if(r){const h=e.getTableParticle().getRangeRowCol();if(!h)return;let R=!1;for(let f=0;f<h.length;f++){const g=h[f];for(let T=0;T<g.length;T++){const C=g[T];C.value.length>1&&(e.spliceElementList(C.value,1,C.value.length-1),R=!0)}}u=R?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 h=c[l+1].subTemplateParentId;let R=-1;for(let f=l;f>=0;f--){const g=c[f];if(g.type===s.ElementType.SUB_TEMPLATE&&g.id===h){R=f;break}}R!==-1?u=mr(c,R,e):u=null}else{e.removeSplitTdOtherRangeElements();const h=e.getPosition(),R=h.getCursorPosition();if(!R)return;const{index:f}=R,g=h.getPositionContext();if(g.isDirectHit&&g.isImage)e.spliceElementList(c,f,1),u=f-1;else{const T=n.getIsCollapsed();if(!T)e.spliceElementList(c,i+1,l-i);else if(c[f+1])e.spliceElementList(c,f+1,1);else{let C=!0;if(g.isTable){const p=e.getTd();if(p?.linkTdNextId){const I=e.getTdById(p.linkTdNextId);I&&(C=!1,e.spliceElementList(I.value,1,1))}}if(C)return}u=T?f: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 xc(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===K&&a[l+1]?.listId!==d.listId){e.getListParticle().unsetList();return}let u={value:K};if(o.shiftKey&&c.listId&&(u.listWrap=!0),se(a,[u],i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()}),o.shiftKey&&d.areaId&&d.areaId!==a[l+1]?.areaId&&(u=Ee(u,Rn)),!(a[i+1]?.titleId&&(!c.titleId||c.titleId!==a[i+1]?.titleId))&&!(d.titleId&&d.titleId!==a[l+1]?.titleId)){const C=n.getRangeAnchorStyle(a,l);if(C){const p=[...le],I=C.controlComponent===s.ControlComponent.POSTFIX||C.controlComponent===s.ControlComponent.POSTTEXTFIX||C.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||C.controlComponent===s.ControlComponent.POST_TEXT,m=C.control?.type===s.ControlType.BUTTON&&!C.control?.buttonText;!I&&!m&&p.push(...Ne),p.forEach(L=>{const P=C[L];P!==void 0&&(u[L]=P)})}}const h=e.getControl(),R=h.getActiveControl();let f;const g=R?.getElement();if(g?.control?.type===s.ControlType.BUTTON&&!g.control?.buttonText&&h.getIsRangeWithinControl())f=R.setValue([u]),~f&&h.emitControlContentChange();else if(R&&h.getIsRangeWithinControl())f=h.setValue([u]),h.emitControlContentChange();else{const p=e.getPosition().getCursorPosition();if(!p)return;const{index:I}=p;if(r){if(e.spliceElementList(a,I+1,0,[u]),d.titleId&&a[I+2]?.titleId===d.titleId){const m=mt();let L=I+2;for(;L<a.length&&a[L]?.titleId===d.titleId;)a[L].titleId=m,L++}}else e.spliceElementList(a,i+1,l-i,[u]);f=I+1}~f&&(n.setRange(f,f),e.render({curIndex:f})),o.preventDefault()}function Cr(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 Jc(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(),h=c.getIsCollapsed(),R=e.getElementList(),f=e.getControl(),g=e.getMode()===s.EditorMode.FORM,T=f.getActiveControl()?.getElement()?.control?.type,C=g&&(T===s.ControlType.TEXT||T===s.ControlType.NUMBER),p=g?f.getActiveTextControlLimit():null,I=R[a],m=I?.controlComponent===s.ControlComponent.PREFIX||I?.controlComponent===s.ControlComponent.PRETEXTFIX||I?.controlComponent===s.ControlComponent.PRE_TEXT;let L=!1;if(m&&I?.originControlId){const S=I.originControlId;for(let y=a-1;y>=0;y--){const V=R[y];if(V.controlId===S&&!V.originControlId){L=!0;break}if(V.controlId&&V.controlId!==S&&V.originControlId!==S)break}}if(g&&!C&&f.getActiveControl()&&m&&!p&&!L){f.initNextControl({direction:Jt.UP});return}let P=1;if(Ae(o)){const S=e.getLetterReg(),y=o.shiftKey&&!h&&d===l?.index?u:d;if(S.test(R[y]?.value)){let V=y-1;for(;V>0;){const X=R[V];if(!S.test(X.value))break;P++,V--}}}if(g&&!C){const S=R[d],y=S?.controlId;if(y&&S?.controlComponent===s.ControlComponent.VALUE){let V=!1;for(let X=d;X>=0;X--){const O=R[X];if(O.controlId!==y)break;if(O.control?.type===s.ControlType.TEXTFIELD){V=!0;break}}if(V){if(S.controlComponent===s.ControlComponent.VALUE&&Cr(S))return;const X=d-P;if(X>=0){const O=R[X];if(O&&O.controlId===y&&O.controlComponent===s.ControlComponent.VALUE&&Cr(O))return}}}}const M=p?Math.max(d-P,p.startIndex):d-P;let F=M,N=M;if(o.shiftKey&&l&&(d!==u?d===l.index?(F=d,N=u-P):(F=M,N=u):N=u),!o.shiftKey){const S=R[d];if(S.type===s.ElementType.TABLE){const y=S.trList,V=y.length-1,X=y[V],O=X.tdList.length-1,E=X.tdList[O];i.setPositionContext({isTable:!0,index:d,trIndex:V,tdIndex:O,tdId:E.id,trId:X.id,tableId:S.id}),F=E.value.length-1,N=F}else if(S.tableId&&d===0){const V=e.getOriginalElementList()[r.index],X=e.getTd();if(X?.linkTdPrevId){const O=e.getTdById(X.linkTdPrevId);O&&(i.setPositionContext({...r,isTable:!0,index:O.tableIndex,trIndex:O.trIndex,tdId:O.id,trId:O.trId,tableId:O.tableId}),F=O.value.length-1,N=F)}else{const O=V.trList;t:for(let E=0;E<O.length;E++){const W=O[E];if(W.id!==S.trId)continue;const D=W.tdList;for(let U=0;U<D.length;U++)if(D[U].id===S.tdId){if(E===0&&U===0)i.setPositionContext({isTable:!1}),F=r.index-1,N=F,e.getTableTool().dispose();else{let Q=E,v=U-1;v<0&&(Q=E-1,v=O[Q].tdList.length-1);const st=O[Q],B=st.tdList[v];i.setPositionContext({isTable:!0,index:r.index,trIndex:Q,tdIndex:v,tdId:B.id,trId:st.id,tableId:S.tableId}),F=B.value.length-1,N=F}break t}}}}}if(!~F||!~N)return;const Y=e.getElementList();F=Hn(Y,F),N=Hn(Y,N),c.setRange(F,N);const b=F===N;e.updateTableTool(),e.render({curIndex:b?F:void 0,isSetCursor:b,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function pr(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 $c(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:h}=d.getRange(),R=d.getIsCollapsed();let f=e.getElementList();const g=e.getControl(),T=e.getMode()===s.EditorMode.FORM,C=g.getActiveControl()?.getElement()?.control?.type,p=T&&(C===s.ControlType.TEXT||C===s.ControlType.NUMBER),I=T?g.getActiveTextControlLimit():null,m=f[r],L=m?.controlComponent===s.ControlComponent.POSTFIX||m?.controlComponent===s.ControlComponent.POSTTEXTFIX||m?.controlComponent===s.ControlComponent.POST_TEXT;let P=!1;if(L&&m?.originControlId){const V=m.originControlId;for(let X=r+1;X<f.length;X++){const O=f[X];if(O.controlId===V&&!O.originControlId){P=!0;break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}}if(T&&!p&&g.getActiveControl()&&L&&!I&&!P){g.initNextControl({direction:Jt.DOWN});return}let M=1;if(Ae(o)){const V=e.getLetterReg(),X=o.shiftKey&&!R&&u===l?.index?h:u;if(V.test(f[X+1]?.value)){let O=X+2;for(;O<f.length;){const E=f[O];if(!V.test(E.value))break;M++,O++}}}if(T&&!p){const V=f[h],X=V?.controlId;if(X&&V?.controlComponent===s.ControlComponent.VALUE){let O=!1;for(let E=h;E>=0;E--){const W=f[E];if(W.controlId!==X)break;if(W.control?.type===s.ControlType.TEXTFIELD){O=!0;break}}if(O){if(V.controlComponent===s.ControlComponent.VALUE&&pr(V))return;const E=h+M;if(E<f.length){const W=f[E];if(W&&W.controlId===X&&W.controlComponent===s.ControlComponent.VALUE&&pr(W))return}}}}const F=I?Math.min(h+M,I.endIndex):h+M;let N=F,Y=F;if(o.shiftKey&&l&&(u!==h?u===l.index?(N=u,Y=F):(N=u+M,Y=h):N=u),!o.shiftKey){const V=f[h],X=f[h+1];if(X?.type===s.ElementType.TABLE){const E=X.trList[0],W=E.tdList[0];i.setPositionContext({isTable:!0,index:h+1,trIndex:0,tdIndex:0,tdId:W.id,trId:E.id,tableId:X.id}),N=0,Y=0}else if(V.tableId&&!X){const O=e.getTd(),E=O?.linkTdNextId?e.getTdById(O.linkTdNextId):void 0;if(E?.value.length)i.setPositionContext({...c,isTable:!0,index:E.tableIndex,trIndex:E.trIndex,tdId:E.id,trId:E.trId,tableId:E.tableId}),N=0,Y=N;else{const D=e.getOriginalElementList()[c.index].trList;t:for(let U=0;U<D.length;U++){const Z=D[U];if(Z.id!==V.trId)continue;const Q=Z.tdList;for(let v=0;v<Q.length;v++)if(Q[v].id===V.tdId){if(U===D.length-1&&v===Q.length-1)i.setPositionContext({isTable:!1}),N=c.index,Y=N,f=e.getElementList(),e.getTableTool().dispose();else{let B=U,H=v+1;H>Q.length-1&&(B=U+1,H=0);const k=D[B],q=k.tdList[H];i.setPositionContext({isTable:!0,index:c.index,trIndex:B,tdIndex:H,tdId:q.id,trId:k.id,tableId:V.tableId}),N=0,Y=N}break t}}}}}const b=f.length-1;if(N>b||Y>b)return;const S=e.getElementList();N=Hn(S,N,s.LocationPosition.AFTER),Y=Hn(S,Y,s.LocationPosition.AFTER),d.setRange(N,Y);const y=N===Y;e.updateTableTool(),e.render({curIndex:y?N:void 0,isSetCursor:y,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function zc(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],h=a[d],R=c>0?a[c-1]:null,f=l.getIsRangeWithinControl()||!!u?.controlId||!!h?.controlId||!!R?.controlId;let g=l.getActiveControl();if(i&&f&&(l.initControl(),g=l.getActiveControl()),i&&f)o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else if(g&&l.getIsRangeWithinControl())o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else{o.preventDefault();const T=r.getRangeAnchorStyle(a,d),p={...T?xt(T,Ne):null,type:s.ElementType.TAB,value:""};se(a,[p],c,{editorOptions:e.getOptions()}),e.insertElementList([p])}}function wi(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:[h]}}=d;if(c===a.length-1&&(r=d.index),!(l<u||l>h)){r=d.index;break}}return r}function jc(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 h=-1,R=-1;const f=i.getPositionContext();if(!o.shiftKey&&f.isTable&&(u&&l.rowIndex===0||!u&&l.rowIndex===e.getRowCount()-1)){const{index:T,trIndex:C,tdIndex:p,tableId:I}=f;if(u){const m=e.getOriginalElementList();if(C===0)if(m[T].originalId){const P=T-1,M=m[P];for(let F=M.trList.length-1;F>=0;F--){const N=M.trList[F].tdList.find(Y=>Y.tdIndex===p);if(N?.value.length){i.setPositionContext({isTable:!0,tableId:M.id,index:P,trIndex:F,tdIndex:p}),h=N.value.length-1,R=N.value.length-1;break}}}else i.setPositionContext({isTable:!1}),h=T-1,R=h,e.getTableTool().dispose();else{let L=-1,P=-1;const M=m[T].trList,F=M[C].tdList[p].colIndex;t:for(let b=C-1;b>=0;b--){const y=M[b].tdList;for(let V=0;V<y.length;V++){const X=y[V];if(X.colIndex===F||X.colIndex+X.colspan-1>=F&&X.colIndex<=F){L=b,P=V;break t}}}if(!~L||!~P)return;const N=M[L],Y=N.tdList[P];i.setPositionContext({isTable:!0,index:T,trIndex:L,tdIndex:P,tdId:Y.id,trId:N.id,tableId:I}),h=Y.value.length-1,R=h}}else{const m=e.getOriginalElementList(),L=m[T],P=L.trList;if(C===P.length-1){const M=T+1,F=m[M];if(F&&[L.id,L.originalId].includes(F.originalId)){for(let Y=p;Y>=0;Y--)if(F.trList[0].tdList[Y].value.length){i.setPositionContext({isTable:!0,index:M,tableId:F.id,trIndex:0,tdIndex:Y}),h=0,R=0;break}}else i.setPositionContext({isTable:!1}),h=T,R=h,e.getTableTool().dispose()}else{let M=-1,F=-1;const N=P[C].tdList[p].colIndex;t:for(let S=C+1;S<P.length;S++){const V=P[S].tdList;for(let X=0;X<V.length;X++){const O=V[X];if(O.colIndex===N||O.colIndex+O.colspan-1>=N&&O.colIndex<=N){M=S,F=X;break t}}}if(!~M||!~F)return;const Y=P[M],b=Y.tdList[F];i.setPositionContext({isTable:!0,index:T,trIndex:M,tdIndex:F,tdId:b.id,trId:Y.id,tableId:I}),h=b.value.length-1,R=h}}}else{let T=l;o.shiftKey&&(a===l.index?T=d[c]:T=d[a]);const{index:C,rowNo:p,rowIndex:I,coordinate:{rightTop:[m]}}=T;if(u&&I===0||!u&&I===e.getRowCount()-1)return;const L=wi({positionList:d,index:C,rowNo:p,isUp:u,cursorX:m});if(L<0)return;h=L,R=L,o.shiftKey&&(a!==c?a===l.index?h=a:R=c:u?R=c:h=a);const M=e.getElementList()[L];if(M.type===s.ElementType.TABLE){const{scale:F}=e.getOptions(),N=e.getMargins(),Y=M.trList;let b=-1,S=-1,y=-1;if(u)t:for(let V=Y.length-1;V>=0;V--){const O=Y[V].tdList;for(let E=0;E<O.length;E++){const W=O[E],D=W.x*F+N[3],U=W.width*F;if(m>=D&&m<=D+U){const Z=W.positionList,Q=Z[Z.length-1],v=wi({positionList:Z,index:Q.index+1,rowNo:Q.rowNo-1,isUp:u,cursorX:m})||Q.index;b=V,S=E,y=v;break t}}}else t:for(let V=0;V<Y.length;V++){const O=Y[V].tdList;for(let E=0;E<O.length;E++){const W=O[E],D=W.x*F+N[3],U=W.width*F;if(m>=D&&m<=D+U){const Z=W.positionList,Q=wi({positionList:Z,index:-1,rowNo:-1,isUp:u,cursorX:m})||0;b=V,S=E,y=Q;break t}}}if(~b&&~S&&~y){const V=Y[b],X=V.tdList[S];i.setPositionContext({isTable:!0,index:L,trIndex:b,tdIndex:S,tdId:X.id,trId:V.id,tableId:M.id}),h=y,R=h,d=i.getPositionList()}}}if(!~h||!~R)return;h>R&&([h,R]=[R,h]),r.setRange(h,R);const g=h===R;e.render({curIndex:g?h:void 0,isSetCursor:g,isSubmitHistory:!1,isCompute:!1}),g||(e.getCursor().moveCursorToVisible({cursorPosition:d[u?h:R],direction:u?Jt.UP:Jt.DOWN}),e.updateTableTool())}function qc(o){return o.key.length===1&&!o.ctrlKey&&!o.metaKey&&!o.altKey}function td(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],h=l.getElement(),R=p=>!!p?.controlId&&p.controlId===h.controlId&&(p.originControlId||null)===(h.originControlId||null),f=u?.controlComponent===s.ControlComponent.POSTFIX||u?.controlComponent===s.ControlComponent.POST_TEXT||u?.controlComponent===s.ControlComponent.POSTTEXTFIX||u?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,g=c[a+1],T=!!(u?.originControlId&&u.controlComponent===s.ControlComponent.VALUE&&R(g)&&(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT));return!R(d)||!R(u)||f||T?!1:(o.preventDefault(),l.awake?.(),!0)}function ed(o,t){if(o.key!==" "&&o.key!=="Spacebar"&&o.code!=="Space")return!1;const e=t.getDraw();if(e.isReadonly()||e.isDisabled())return!1;const n=e.getRange(),i=e.getControl();if(!i.getActiveControl()&&i.getIsRangeWithinControl()){i.setPopupAwakeDisabled(!0);try{i.initControl()}finally{i.setPopupAwakeDisabled(!1)}}const l=i.getActiveControl(),r=l?.getElement();if(r?.control?.type!==s.ControlType.BUTTON||r.control.buttonText||r.control.editable===!1||!i.getIsRangeWithinControl())return!1;const a=l.setValue([{value:" "}]);return~a&&(i.emitControlContentChange(),n.setRange(a,a),e.render({curIndex:a,isSubmitHistory:!0,traceLabel:"keydown:button-space"})),o.preventDefault(),!0}function nd(o,t){if(t.isComposing)return;const e=t.getDraw();if(!e.getMacroParticle().keydown(o))if(o.key===s.KeyMap.Backspace)Bc(o,t);else if(o.key===s.KeyMap.Delete)Gc(o,t);else if(o.key===s.KeyMap.Enter)xc(o,t);else if(o.key===s.KeyMap.Left)Jc(o,t);else if(o.key===s.KeyMap.Right)$c(o,t);else if(o.key===s.KeyMap.Up||o.key===s.KeyMap.Down)jc(o,t);else{if(ed(o,t))return;if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Z){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().undo(),o.preventDefault()}else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Y){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().redo(),o.preventDefault()}else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.C)t.copy(),o.preventDefault();else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.X)t.cut(),o.preventDefault();else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.A)t.selectAll(),o.preventDefault();else if(Ae(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?zc(o,t):qc(o)&&td(o,t)}}function od(o){return/[\u4e00-\u9fa5\u3000-\u303f\uff00-\uffef]/.test(o)}function id(o){return/[a-zA-Z]/.test(o)}function sd(o,t){return od(o)?t:id(o)?"Times New Roman":t}function Uo(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 be(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 Zi(o){return!!o?.originControlId&&Uo(o)}function io(o){return!!o?.originControlId&&be(o)}function rd(o,t){return!o||!t?!1:!!o.originControlId&&!!t.originControlId&&o.originControlId===t.originControlId&&o.controlId!==t.controlId}function gn(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 Ir(o,t){if(t)return o.find(e=>e.controlId===t&&!e.originControlId&&!!e.control?.type)}function Er(o,t,e){if(!t?.originControlId||e?.originControlId!==t.originControlId||!t.controlId||!e.controlId||t.controlId===e.controlId||!be(t)||!Uo(e))return;const n=Ir(o,t.originControlId);if(n?.control?.type===s.ControlType.TEXTFIELD)return n}function vi(o,t,e){Ne.forEach(n=>{delete o[n]}),Re.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 Qi(o,t,e,n){o.controlId=t,o.control=e,o.controlComponent=s.ControlComponent.VALUE,delete o.originControlId,vi(o,e,n)}function Ki(o,t,e="input"){const n=ie(),i=t.getDraw(),l=i.getControl(),r=i.getOptions(),a=i.getElementList(),u=i.getPosition().getCursorPosition()?.index;if(i.isDisabled()||i.getMacroParticle().input(o,t.isComposing)||i.isReadonly())return;const R=i.getPosition().getCursorPosition();if(!o||!R)return;const f=t.isComposing;if(f&&t.compositionInfo?.value===o)return;const g=i.getRange();if(!g.getIsCanInput())return;const T=Ct=>{l.setPopupAwakeDisabled(!0);try{return Ct()}finally{l.setPopupAwakeDisabled(!1)}},C=()=>{T(()=>l.initControl())},p=(Ct,ot)=>{T(()=>{g.setRange(Ct,ot)})};let I=l.getActiveControl();const m=i.getElementList()[g.getRange().endIndex],L=m?.control?.type===s.ControlType.TEXT&&!!m?.originControlId&&(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);if(!I&&(l.getIsRangeWithinControl()||L)&&(C(),I=l.getActiveControl()),I){const Ct=I.getElement(),ot=i.getElementList()[g.getRange().endIndex],Zt=Ct?.controlId===ot?.controlId&&(Ct?.originControlId||null)===(ot?.originControlId||null),yt=!!ot&&ot.controlComponent===s.ControlComponent.VALUE&&!!ot.controlId&&!ot.originControlId&&g.getRange().endIndex>0&&i.getElementList()[g.getRange().endIndex-1]?.originControlId===ot.controlId;(!Zt||yt)&&(C(),I=l.getActiveControl())}const{endIndex:P}=g.getRange(),M=i.getElementList(),F=M[P],N=M[P+1];if(F?.type===s.ElementType.SUB_TEMPLATE&&N?.type===s.ElementType.SUB_TEMPLATE)return;const Y=i.getMode()===s.EditorMode.FORM;if(Y){const Ct=g.getRange();if(!(i.getElementList()[Ct.endIndex]?.control?.type===s.ControlType.TEXT)){const yt=l.getActiveTextControlLimit();if(!I||!l.getIsRangeWithinControl()&&!l.getIsRangeInPostfix())return;if(yt){const et=g.getRange();if(et.startIndex<yt.startIndex||et.endIndex>yt.endIndex){const j=Math.min(Math.max(et.endIndex,yt.startIndex),yt.endIndex);T(()=>{g.setRange(j,j),i.render({curIndex:j,isSubmitHistory:!1})});return}}const{endIndex:Tt}=g.getRange(),It=i.getElementList(),gt=It[Tt];if(!gt?.originControlId){if(gt?.controlId&>?.controlComponent===s.ControlComponent.VALUE){let et=!1;for(let j=Tt;j>=0;j--){const $t=It[j];if($t.controlId!==gt.controlId||$t.originControlId)break;if($t.control?.type===s.ControlType.TEXTFIELD){et=!0;break}}if(et)return}}}}const b=g.getDefaultStyle()||t.compositionInfo?.defaultStyle||null,S=t.compositionInfo?.perfStartTime,y=ad(t,i.getElementList());f||i.getCursor().clearAgentDomValue();const{TEXT:V,HYPERLINK:X,SUBSCRIPT:O,SUPERSCRIPT:E,DATE:W,TAB:D}=s.ElementType,U=o.replaceAll(`
|
|
119
|
-
`,K),{startIndex:Z,endIndex:Q}=g.getRange(),v=g.getRangeAnchorStyle(y,Z);if(!v)return;const st=Z>0?y[Z-1]:null,B=!!(v.controlId||v.control),k={...!B&&st?st:v,...b},q=i.isDesignMode(),x=y[Q+1],Xt=gn(y,v.originControlId,i.getMode()),wt=gn(y,x?.originControlId,i.getMode()),Ie=!v.originControlId&&!x?.originControlId&&be(v)&&Uo(x)&&!!v.controlId&&!!x.controlId&&v.controlId!==x.controlId,ne=io(v)&&Zi(x)&&!Xt&&!wt,ue=i.getMode()===s.EditorMode.EDIT?Er(y,v,x):void 0,tt=!!v.originControlId&&be(v)&&x?.controlId===v.originControlId&&!x.originControlId&&x.control?.type===s.ControlType.TEXTFIELD&&be(x),J=!!v.originControlId&&be(v)&&x?.controlId===v.originControlId&&!x.originControlId&&x.control?.type===s.ControlType.TEXTFIELD&&x.controlComponent===s.ControlComponent.VALUE,G=!!Xt&&Xt===wt&&!!v.controlId&&!!x?.controlId&&v.controlId!==x.controlId&&(io(v)||Zi(x))?Xt:null;if(Y&&(Ie||ne))return;const it=Uo(x)&&!x?.originControlId,z=be(v)&&!v.originControlId||v.type===s.ElementType.CONTROL&&v.controlComponent===s.ControlComponent.VALUE&&x?.type!==s.ElementType.CONTROL&&!v.originControlId,ut=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],Rt=(Ct,ot)=>!!(Ct?.controlId&&Ct.controlId===ot?.controlId&&(Ct.originControlId||null)===(ot.originControlId||null)),St=(Ct,ot)=>{if(Ct?.control?.type)return Ct.control.type;if(Ct?.controlId){for(let Zt=ot;Zt>=0;Zt--){const yt=y[Zt];if(!Rt(Ct,yt))break;if(yt.control?.type)return yt.control.type}for(let Zt=ot+1;Zt<y.length;Zt++){const yt=y[Zt];if(!Rt(Ct,yt))break;if(yt.control?.type)return yt.control.type}}},Nt=(Ct,ot)=>{const Zt=St(Ct,ot);return!!(Zt&&ut.includes(Zt))},At=Ct=>{const ot=y[Ct];let Zt=Ct;for(let yt=Ct+1;yt<y.length&&Rt(ot,y[yt]);yt++)Zt=yt;return Zt},Ft=!!(Nt(v,Z)&&v.controlComponent===s.ControlComponent.VALUE&&!v.originControlId&&Rt(v,x)&&be(x)&&!x?.value),_t=!!((Nt(v,Z)||St(v,Z)===s.ControlType.NUMBER)&&v.controlComponent===s.ControlComponent.VALUE&&v.originControlId&&Rt(v,x)&&be(x))?gn(y,v.originControlId,i.getMode()):null,re=Ir(y,_t),ft=it||z||Ft,Lt=ft?{...v,type:void 0,control:void 0,controlId:void 0,controlComponent:void 0,originControlId:void 0,color:r.defaultColor,highlight:void 0}:v,Vt=ft||B?Lt:k,Pt=Dt(U).map(Ct=>{const ot={value:Ct};if(q||!Vt.title?.disabled&&!Vt.control?.disabled){const Zt=y[Q+1];(!Vt.type||Vt.type===V||Vt.type===X&&Zt?.type===X||Vt.type===W&&Zt?.type===W||Vt.type===O&&Zt?.type===O||Vt.type===E&&Zt?.type===E)&&Sa.forEach(yt=>{if(yt==="groupIds"&&!Zt?.groupIds)return;const Tt=Vt[yt];Tt!==void 0&&(ot[yt]=Tt)}),(b||Vt.type===D)&&Ne.forEach(yt=>{const Tt=b?.[yt]||Vt[yt];Tt!==void 0&&(ot[yt]=Tt)}),f&&(ot.underline=!0)}if(!ft){const Zt=v.originControlId&&(v.controlComponent===s.ControlComponent.POSTFIX||v.controlComponent===s.ControlComponent.POSTTEXTFIX||v.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||v.controlComponent===s.ControlComponent.POST_TEXT);if(tt||J||ue){const It=ue||x;ot.controlId=It.controlId,ot.control=It.control,ot.controlComponent=s.ControlComponent.VALUE,delete ot.originControlId,vi(ot,It.control,r.defaultColor)}const yt=!v.originControlId&&v.controlId&&(v.controlComponent===s.ControlComponent.POSTFIX||v.controlComponent===s.ControlComponent.POSTTEXTFIX||v.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||v.controlComponent===s.ControlComponent.POST_TEXT)&&x?.controlId&&x.controlId!==v.controlId&&rd(v,x),Tt=v.controlId&&v.originControlId&&(v.controlComponent===s.ControlComponent.VALUE||v.controlComponent===s.ControlComponent.PLACEHOLDER);if(!tt&&!J&&!ue&&Zt&&!ot.controlId){const It=gn(y,v.originControlId,i.getMode());if(!It)return ot;let gt=null;for(let et=Z;et>=0;et--){const j=y[et];if(je(j,It)&&j.control){gt=j.control;break}}ot.controlId=It,ot.controlComponent=s.ControlComponent.VALUE,gt&&(ot.control=gt),vi(ot,gt,r.defaultColor)}else if(yt&&!ot.controlId){if(x?.controlId&&x.controlId!==v.controlId)if(x.controlComponent===s.ControlComponent.PREFIX||x.controlComponent===s.ControlComponent.PRETEXTFIX)for(let It=Z;It>=0;It--){const gt=y[It];if(gt.controlId===v.controlId&&(gt.controlComponent===s.ControlComponent.PREFIX||gt.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let et=It-1;et>=0;et--){const j=y[et];if(j.controlId&&j.controlId!==v.controlId&&(j.controlComponent===s.ControlComponent.PRETEXTFIX||j.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||j.controlComponent===s.ControlComponent.PREFIX||j.controlComponent===s.ControlComponent.PRE_TEXT)){ot.controlId=j.controlId,ot.controlComponent=s.ControlComponent.VALUE,j.control&&(ot.control=j.control);break}if(j.controlId&&j.controlId!==v.controlId&&(j.controlComponent===s.ControlComponent.POSTFIX||j.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(x.controlComponent===s.ControlComponent.POSTFIX||x.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(ot.controlId=x.controlId,ot.controlComponent=s.ControlComponent.VALUE,x.control&&(ot.control=x.control));if(!ot.controlId)for(let It=Z;It>=0;It--){const gt=y[It];if(gt.controlId===v.controlId&&(gt.controlComponent===s.ControlComponent.PREFIX||gt.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let et=It-1;et>=0;et--){const j=y[et];if(j.controlId&&j.controlId!==v.controlId&&(j.controlComponent===s.ControlComponent.PRETEXTFIX||j.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||j.controlComponent===s.ControlComponent.PREFIX||j.controlComponent===s.ControlComponent.PRE_TEXT)){ot.controlId=j.controlId,ot.controlComponent=s.ControlComponent.VALUE,j.control&&(ot.control=j.control);break}if(j.controlId&&j.controlId!==v.controlId&&(j.controlComponent===s.ControlComponent.POSTFIX||j.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}else if(Tt&&!ot.controlId){const It=v.controlId;let gt=v.control;if(!gt)for(let et=Z;et>=0;et--){const j=y[et];if(j.controlId===It&&j.control&&(gt=j.control,j.controlComponent===s.ControlComponent.PREFIX||j.controlComponent===s.ControlComponent.PRETEXTFIX))break}ot.controlId=It,ot.originControlId=v.originControlId,ot.controlComponent=s.ControlComponent.VALUE,gt&&(ot.control=gt)}else if(v.controlId){let It=v.control;if(!It)for(let gt=Z;gt>=0;gt--){const et=y[gt];if(je(et,v.controlId)&&et.control){It=et.control;break}}ot.controlId||(ot.controlId=v.controlId),It&&!ot.control&&(ot.control=It),ot.controlComponent||(ot.controlComponent=s.ControlComponent.VALUE)}else if(!ot.controlId&&!ot.control&&x?.originControlId&&(x.controlComponent===s.ControlComponent.PREFIX||x.controlComponent===s.ControlComponent.PRETEXTFIX)){const It=gn(y,x.originControlId,i.getMode());if(!It)return ot;let gt=null;for(let et=Q;et>=0;et--){const j=y[et];if(je(j,It)&&j.control){gt=j.control;break}}ot.controlId=It,ot.controlComponent=s.ControlComponent.VALUE,gt&&(ot.control=gt)}}if(Ct&&Ct!==K){const Zt=sd(Ct,r.defaultFont);ot.font=Zt}return ot});let Et;const Mt=a[u],Qt=a[u+1],ce=a[u-1];if(f)Et=Z;else{const Ct=et=>{if(Pt?.length)for(let j=0;j<Pt.length;j++)y.splice(et+j,0,Pt[j]);return et+Pt.length-1},ot=Z+1,Zt=Ft?At(Z)+1:ot,yt=()=>{let et=null,j,$t=null;const fe=i.getMode()===s.EditorMode.EDIT?Er(a,Mt,Qt):void 0;if(fe?.controlId?(et=fe.controlId,j=fe.control?.type):i.getMode()===s.EditorMode.EDIT&&io(Mt)&&Qt?.controlId===Mt.originControlId&&!Qt.originControlId&&Qt.control?.type===s.ControlType.TEXTFIELD&&(Qt.controlComponent===s.ControlComponent.VALUE||be(Qt))?(et=Mt.originControlId,j=s.ControlType.TEXTFIELD):io(Mt)?et=gn(a,Mt.originControlId,i.getMode()):Zi(Qt)?et=gn(a,Qt.originControlId,i.getMode()):G?et=G:Mt?.control?.type===s.ControlType.TEXT&&Mt.controlId&&!Mt.originControlId&&be(Mt)&&ce?.originControlId===Mt.controlId&&(et=Mt.controlId,$t={startIndex:u-1,endIndex:u-1}),!et)return null;if(!j)for(let zt=u;zt>=0;zt--){const jt=a[zt];if(je(jt,et)&&jt.control?.type){j=jt.control.type;break}if(jt.controlId&&jt.controlId!==et&&jt.originControlId!==et)break}return j!==s.ControlType.TEXT&&!(i.getMode()===s.EditorMode.EDIT&&j===s.ControlType.TEXTFIELD)?null:{parentControlId:et,activationIndex:(()=>{for(let zt=u+1;zt<a.length;zt++){const jt=a[zt];if(je(jt,et))return zt;if(jt.controlId&&jt.controlId!==et&&jt.originControlId!==et)break}for(let zt=u;zt>=0;zt--){const jt=a[zt];if(je(jt,et))return zt;if(jt.controlId&&jt.controlId!==et&&jt.originControlId!==et)break}return u})(),boundaryRange:$t}},Tt=I?.getElement(),It=!!(Tt?.control?.type===s.ControlType.BUTTON&&!Tt.control?.buttonText&&Tt.control?.editable!==!1&&l.getIsRangeWithinControl());Z!==Q&&!It&&(i.removeSplitTdOtherRangeElements(),i.spliceElementList(y,ot,Q-Z));const gt=yt();if(_t&&re?.control){const et=At(Z);Pt.forEach(j=>{Qi(j,_t,re.control,r.defaultColor)}),se(y,Pt,et,{editorOptions:r}),i.spliceElementList(y,et+1,0,Pt),Et=et+Pt.length}else if(gt){const{parentControlId:et,activationIndex:j,boundaryRange:$t}=gt;p(j,j),C();const fe=l.getActiveControl(),me=Qt?.controlId===et&&!Qt?.originControlId&&Qt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,zt=!!(Mt?.originControlId&&io(Mt)&&me!==-1),jt=$t||(zt?{startIndex:u,endIndex:u}:me!==-1?{startIndex:u,endIndex:me}:{startIndex:Z,endIndex:Q});p(jt.startIndex,jt.endIndex),fe&&fe.getElement()?.controlId===et&&(fe.getElement()?.control?.type===s.ControlType.TEXT||fe.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Pt.forEach(eo=>{Qi(eo,et,fe.getElement().control,r.defaultColor)}),Et=fe.setValue(Pt,{range:jt,elementList:y}),l.emitControlContentChange(),p(Et,Et),C()):ft?Et=Ct(Zt):(Et=l.setValue(Pt),l.emitControlContentChange())}else if(ft)Et=Ct(Zt);else if(Mt?.originControlId&&(Mt.controlComponent===s.ControlComponent.POSTFIX||Mt.controlComponent===s.ControlComponent.POST_TEXT||Mt.controlComponent===s.ControlComponent.POSTTEXTFIX||Mt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))if(I?.getElement()?.control?.type===s.ControlType.TEXT&&I.getElement()?.controlId===Mt.controlId&&(I.getElement()?.originControlId||null)===(Mt.originControlId||null))Et=l.setValue(Pt),l.emitControlContentChange();else{const j=gn(a,Mt.originControlId,i.getMode());if(!j){Et=Ct(ot);return}let $t;for(let me=u;me>=0;me--){const zt=a[me];if(je(zt,j)&&zt.control?.type){$t=zt.control.type;break}if(zt.controlId&&zt.controlId!==j&&zt.originControlId!==j)break}if($t===s.ControlType.TEXT||i.getMode()===s.EditorMode.EDIT&&$t===s.ControlType.TEXTFIELD){const me=()=>{for(let Me=u+1;Me<a.length;Me++){const we=a[Me];if(je(we,j))return Me;if(we.controlId&&we.controlId!==j&&we.originControlId!==j)break}for(let Me=u;Me>=0;Me--){const we=a[Me];if(je(we,j))return Me;if(we.controlId&&we.controlId!==j&&we.originControlId!==j)break}return u},zt=Qt?.controlId===j&&Qt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,jt=zt!==-1?{startIndex:u,endIndex:zt}:{startIndex:u,endIndex:u},eo=me();p(eo,eo),C();const Cn=l.getActiveControl();p(jt.startIndex,jt.endIndex),Cn&&Cn.getElement()?.controlId===j&&(Cn.getElement()?.control?.type===s.ControlType.TEXT||Cn.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Pt.forEach(Me=>{Qi(Me,j,Cn.getElement().control,r.defaultColor)}),Et=Cn.setValue(Pt,{range:jt,elementList:y}),l.emitControlContentChange(),p(Et,Et),C()):Et=Ct(ot)}else Et=Ct(ot)}else if((Mt?.control?.type===s.ControlType.SELECT||Qt?.control?.type===s.ControlType.SELECT)&&I?.getElement()?.control?.type===s.ControlType.SELECT&&l.getIsRangeWithinControl()){const et=l.getActiveControl();et&&typeof et.awake=="function"&&et.awake(),Et=Z}else if(I?.getElement()?.control?.type===s.ControlType.DATE&&l.getIsRangeWithinControl()){const et=l.getActiveControl();et&&typeof et.awake=="function"&&et.awake(),Et=Z}else!ft&&(Mt?.control?.type===s.ControlType.BUTTON||Qt?.control?.type===s.ControlType.BUTTON)?I?.getElement()?.control?.type===s.ControlType.BUTTON&&I.getElement()?.control?.editable!==!1&&l.getIsRangeWithinControl()?(Et=l.setValue(Pt),l.emitControlContentChange()):Et=Z:I&&l.getIsRangeWithinControl()?(Et=l.setValue(Pt),l.emitControlContentChange()):(Mt?.type==="control"||Qt?.type==="control")&&!ft?Et=Ct(ot):(se(y,Pt,Z,{editorOptions:r}),i.spliceElementList(y,ot,0,Pt),Et=Z+Pt.length)}if(~Et&&!f){const Ct=ie()-n,ot=ie();T(()=>{g.setRange(Et,Et),i.render({curIndex:Et,isSubmitHistory:!f,traceLabel:`input:${e}`})}),mi(r,`input:${e}`,ie()-n,[{label:"mutate",duration:Ct},{label:"renderCall",duration:ie()-ot}],{isComposing:f,textLength:Pt.length,compositionChainDuration:e==="compositionend"&&S!==void 0?Number((ie()-S).toFixed(2)):void 0})}f&&(t.compositionInfo={value:U,startIndex:Et,endIndex:Q,defaultStyle:b,perfStartTime:n})}function ld(o){o.compositionInfo&&(o.compositionInfo=null)}function ad(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 cd(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 R=t.getPosition().getPositionList(),f=R[n],g=f.rowNo,T=f.pageNo,C=[];for(let I=0;I<R.length;I++){const m=R[I];if(m.pageNo>T)break;m.pageNo===T&&m.rowNo===g&&C.push(I)}const p=C[0]-1;r=p<0?0:p,a=C[C.length-1]}const c=t.getOptions();await dr(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})}function dd(o){return o.replace(/^(?:\r\n|\r|\n)+|(?:\r\n|\r|\n)+$/g,"")}async function ud(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 h={type:s.ElementType.TABLE,value:"",colgroup:[],trList:[]},R=u[0],f=R[0].colIndex,g=R[R.length-1],T=g.colIndex+g.colspan-1;for(let C=f;C<=T;C++)h.colgroup.push(d.colgroup[C]);for(let C=0;C<u.length;C++){const p=u[C],I=d.trList[p[0].rowIndex],m={tdList:[],height:I.height,minHeight:I.minHeight};for(let L=0;L<p.length;L++)m.tdList.push(p[L]);h.trList.push(m)}a=n?[h]:Yt([h])}else a=r.getIsCollapsed()?r.getRangeRowElementList():r.getSelectionElementList();if(i&&a?.length){const d=Mn(a,e.getOptions());await bc(n?dd(d):d);return}a?.length&&await dr(a,e.getOptions())}function Rd(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")&&Wi(t,a)}}}function Lr(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(R=>!R.type||R.type!==s.ElementType.CONTROL&&Le.includes(R.type)?R.value:K).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,h=-1;for(const{segment:R,index:f,isWordLike:g}of d){const T=f+a;if(g&&r>=T&&r<T+R.length){u=T-1,h=u+R.length;break}}return~u&&~h?{startIndex:u,endIndex:h}:null}function hd(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=di.test(n);if(c||l.test(n)){const u=t.getElementList();let h=i-1;for(;h>0;){const f=u[h].value;if(c&&di.test(f)||!c&&l.test(f))r++,h--;else break}let R=i+1;for(;R<u.length;){const f=u[R].value;if(c&&di.test(f)||!c&&l.test(f))a++,R++;else break}}const d=i-r-1;return d<0?null:{startIndex:d,endIndex:i+a}}function gd(o,t){const e=o.getDraw(),n=e.getPosition(),i=n.getPositionByXY({x:t.offsetX,y:t.offsetY});if(e.getMode()===s.EditorMode.FORM){const a=i.isTable&&e.getTd()?.value||e.getElementList(),c=i.isTable?i.tdValueIndex:i.index,d=a[c],u=fd(a,d),h=e.getEventBus();if(i.isDirectHit&&u?.controlId&&u.control?.type===s.ControlType.BUTTON&&!u.control.buttonText&&h.isSubscribe("buttonChange")){const R=a.filter(f=>f.controlId===u.controlId&&(f.originControlId||null)===(u.originControlId||null));h.emit("buttonChange",{evt:t,element:at(u),elementList:at(R),controlId:u.controlId,control:at(u.control)});return}}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=Lr(o)||hd(o);r&&(l.setRange(r.startIndex,r.endIndex),e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),l.setRangeStyle())}function fd(o,t){if(!t?.controlId)return null;const e=t.originControlId||null,n=l=>!!(l&&l.controlId===t.controlId&&(l.originControlId||null)===e);if(t.control?.type===s.ControlType.BUTTON)return t;const i=o.indexOf(t);for(let l=i;l>=0;l--){const r=o[l];if(!n(r))break;if(r.control?.type===s.ControlType.BUTTON)return r}for(let l=i+1;l<o.length;l++){const r=o[l];if(!n(r))break;if(r.control?.type===s.ControlType.BUTTON)return r}return null}function Td(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 g=r[d],T=r[d-1];if(g.value===K&&!g.listWrap||g.listId!==T?.listId||g.titleId!==T?.titleId)break;a++,d--}let u=l+1;for(;u<r.length;){const g=r[u],T=r[u+1];if(g.value===K&&!g.listWrap||g.listId!==T?.listId||g.titleId!==T?.titleId)break;c++,u++}const h=t.getRange();let R=l-a-1;if(r[R]?.value!==K&&(R-=1),R<0)return;let f=l+c+1;(r[f]?.value===K||f>r.length-1)&&(f-=1),h.setRange(R,f),t.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}const Pr={dblclick:gd,threeClick:Td};function md(o){o.isComposing=!0,o.getDraw().getMacroParticle().compositionStart()}function Cd(o,t){const e=ie();o.isComposing=!1;const n=o.getDraw(),i=n.getOptions();if(n.getMacroParticle().compositionEnd(t.data)){n.getCursor().clearAgentDomValue();return}if(t.data)o.compositionInfo&&(o.compositionInfo.perfStartTime=e),Oa?setTimeout(()=>{o.compositionInfo&&Ki(t.data,o,"compositionend")},1):o.compositionInfo&&Ki(t.data,o,"compositionend");else{const a=o.compositionInfo?.cancel;if(ld(o),!a){const c=n.getRange(),{endIndex:d}=c.getRange();n.render({curIndex:d,isSubmitHistory:!1,traceLabel:"compositionend:empty"})}}n.getCursor().clearAgentDomValue(),mi(i,"compositionend",ie()-e,[],{hasData:!!t.data,dataLength:t.data?.length||0})}function pd(o){o.compositionInfo&&(o.compositionInfo.cancel=!0)}const Hi={compositionstart:md,compositionend:Cd,compositionCancel:pd};function Id(o,t){const e=t.getDraw();if(e.isReadonly())return;o.preventDefault();const i=e.getPageContainer();if(!bs(o.target,m=>m===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:h,index:R}=d,f=c.getPositionList(),g=u?h:R;~R&&(e.getRange().setRange(g,g),c.setCursorPosition(f[g]));const T=e.getCursor(),{cursor:{dragColor:C,dragWidth:p,dragFloatImageDisabled:I}}=e.getOptions();if(I){const m=t.cacheElementList?.[t.cacheRange.startIndex];if(m?.type===s.ElementType.IMAGE&&(m.imgDisplay===s.ImageDisplay.FLOAT_TOP||m.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM||m.imgDisplay===s.ImageDisplay.SURROUND))return}T.drawCursor({width:p,color:C,isBlink:!1,isFocus:!1})}const Ed={dragover:Id};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)),ha(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=Lr(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()||Kc(t,this)}mousedown(t){this.draw.isInteractionSuspended()||Zc(t,this)}click(){this.draw.isInteractionSuspended()||Pa&&!this.draw.isReadonly()&&this.draw.getCursor().getAgentDom().focus()}mouseup(t){this.draw.isInteractionSuspended()||vc(t,this)}mouseleave(t){this.draw.isInteractionSuspended()||Qc(t,this)}keydown(t){this.draw.isInteractionSuspended()||nd(t,this)}dblclick(t){this.draw.isInteractionSuspended()||Pr.dblclick(this,t)}threeClick(){this.draw.isInteractionSuspended()||Pr.threeClick(this)}input(t,e="input"){this.draw.isInteractionSuspended()||Ki(t,this,e)}async cut(){this.draw.isInteractionSuspended()||await cd(this)}async copy(t){this.draw.isInteractionSuspended()||await ud(this,t)}compositionstart(){this.draw.isInteractionSuspended()||Hi.compositionstart(this)}compositionend(t){this.draw.isInteractionSuspended()||Hi.compositionend(this,t)}compositionCancel(){this.draw.isInteractionSuspended()||Hi.compositionCancel(this)}drop(t){this.draw.isInteractionSuspended()||Rd(t,this)}dragover(t){this.draw.isInteractionSuspended()||Ed.dragover(t,this)}}const Mr={PAGE_SCALE:"pageScale"};class Pd{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(Mr.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 Md{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 Od{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:h,table:{tdPadding:R}}=this.options;let f=l,g=r,T=c;for(let C=0;C<n.length;C++){const p=n[C];if(!p.isSurround){const L=p.width+(p.offsetX||0);p.rowFlex===s.RowFlex.CENTER?f+=(d-L)/2:p.rowFlex===s.RowFlex.RIGHT&&(f+=d-L)}f+=p.offsetX||0,g+=p.offsetY||0;const I=f,m=g;for(let L=0;L<p.elementList.length;L++){const P=p.elementList[L],M=P.metrics,F=!de(P)&&(P.imgDisplay!==s.ImageDisplay.INLINE&&P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)?p.ascent-M.height:p.ascent;P.left&&(f+=P.left),P.translateX&&(f+=P.translateX*h);const N={pageNo:i,index:T,value:P.value,rowIndex:a+C,rowNo:C,metrics:M,left:P.left||0,ascent:F,lineHeight:p.height,isFirstLetter:L===0,isLastLetter:L===p.elementList.length-1,coordinate:{leftTop:[f,g],leftBottom:[f,g+p.height],rightTop:[f+M.width,g],rightBottom:[f+M.width,g+p.height]}};if(P.imgDisplay===s.ImageDisplay.SURROUND||P.imgDisplay===s.ImageDisplay.FLOAT_TOP||P.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM){const Y=e[e.length-1];Y&&(N.metrics=Y.metrics,N.coordinate=Y.coordinate),P.imgFloatPosition||(P.imgFloatPosition={x:f,y:g,pageNo:i}),this.floatPositionList.push({pageNo:i,element:P,position:N,isTable:t.isTable,index:t.index,tdIndex:t.tdIndex,trIndex:t.trIndex,tdValueIndex:T,zone:u})}if(e.push(N),T++,f+=M.width,P.type===s.ElementType.TABLE&&!de(P)){const Y=P.tdPadding||R,b=Y[1]+Y[3],S=Y[0]+Y[2];for(let y=0;y<P.trList.length;y++){const V=P.trList[y];for(let X=0;X<V.tdList.length;X++){const O=V.tdList[X];O.positionList=[];const E=O.rowList,W=this.computePageRowPosition({positionList:O.positionList,rowList:E,pageNo:i,startRowIndex:0,startIndex:0,startX:(O.x+Y[3])*h+I+(P.translateX||0)*h,startY:(O.y+Y[0])*h+m,innerWidth:(O.width-b)*h,isTable:!0,index:T-1,tdIndex:X,trIndex:y,zone:u});if(O.verticalAlign===s.VerticalAlign.MIDDLE||O.verticalAlign===s.VerticalAlign.BOTTOM){const D=E.reduce((Q,v)=>Q+v.height,0),U=(O.height-S)*h-D,Z=O.verticalAlign===s.VerticalAlign.MIDDLE?U/2:U;Math.floor(Z)>0&&O.positionList.forEach(Q=>{const{coordinate:{leftTop:v,leftBottom:st,rightBottom:B,rightTop:H}}=Q;v[1]+=Z,st[1]+=Z,B[1]+=Z,H[1]+=Z})}f=W.x,g=W.y}}f=I,g=m}}f=l,g+=p.height}return{x:f,y:g,index:T}}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 h=u[0].startIndex;this.computePageRowPosition({positionList:this.positionList,rowList:u,pageNo:d,startRowIndex:c,startIndex:h,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:[at(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 T=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]});if(T)return T}for(let T=0;T<r.length;T++){const{index:C,pageNo:p,left:I,isFirstLetter:m,coordinate:{leftTop:L,rightTop:P,leftBottom:M}}=r[T];if(u===p){if(p>u)break;if(L[0]-I<=e&&P[0]>=e&&L[1]<=n&&M[1]>=n){let F=T;const N=l[T];if(N.type===s.ElementType.TABLE)for(let b=0;b<N.trList.length;b++){const S=N.trList[b];for(let y=0;y<S.tdList.length;y++){const V=S.tdList[y],X=this.getPositionByXY({x:e,y:n,td:V,pageNo:c,tablePosition:r[T],isTable:!0,elementList:V.value,positionList:V.positionList});if(~X.index){const{index:O,hitLineStartIndex:E}=X,W=V.value[O];return{index:C,isCheckbox:X.isCheckbox||W.type===s.ElementType.CHECKBOX||W.controlComponent===s.ControlComponent.CHECKBOX,isRadio:W.type===s.ElementType.RADIO||W.controlComponent===s.ControlComponent.RADIO,isControl:!!W.controlId,isImage:X.isImage,isLabel:X.isLabel,isMacro:X.isMacro,isDirectHit:X.isDirectHit,isTable:!0,tdIndex:y,trIndex:b,tdValueIndex:O,tdId:V.id,trId:S.id,tableId:N.id,hitLineStartIndex:E}}}}if(N.type===s.ElementType.IMAGE||N.type===s.ElementType.LATEX)return{index:F,isDirectHit:!0,isImage:!0};if(N.type===s.ElementType.MENSTRUAL_HISTORY)return{index:F,isDirectHit:!0};if(N.type===s.ElementType.FETAL_HEART_POSITION)return{index:F,isDirectHit:!0};if(N.type===s.ElementType.TOOTH_POSITION){const{scale:b}=this.options,S=N.width*b;return e>=L[0]&&e<=L[0]+S?{index:F,isDirectHit:!0}:{index:F}}if(N.type===s.ElementType.CHECKBOX||N.controlComponent===s.ControlComponent.CHECKBOX)return{index:F,isDirectHit:!0,isCheckbox:!0};if(N.type===s.ElementType.LABEL)return{index:F,isDirectHit:!0,isLabel:!0};if(N.type===s.ElementType.MACRO||N.type===s.ElementType.CUSTOM_MACRO||N.type===s.ElementType.REUSABLE_ITEM||N.type===s.ElementType.SUB_TEMPLATE)return{index:F,isDirectHit:!0,isMacro:!0};if(N.type===s.ElementType.TAB&&N.listStyle===s.ListStyle.CHECKBOX){let b=F-1;for(;b>0;){const S=l[b];if(S.value===K&&S.listStyle===s.ListStyle.CHECKBOX)break;b--}return{index:b,isDirectHit:!0,isCheckbox:!0}}if(N.type===s.ElementType.RADIO||N.controlComponent===s.ControlComponent.RADIO)return{index:F,isDirectHit:!0,isRadio:!0};let Y;if(l[C].value!==K){const b=P[0]-L[0];e<L[0]+b/2&&(F=T-1,m&&(Y=T))}return{isDirectHit:!0,hitLineStartIndex:Y,index:F,isControl:!!N.controlId}}}}if(!i){const T=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]});if(T)return T}let h=!1,R=-1,f;if(i){const{scale:T}=this.options,{td:C,tablePosition:p}=t;if(C&&p){const{leftTop:I}=p.coordinate,m=C.x*T+I[0],L=C.y*T+I[1],P=C.width*T,M=C.height*T;if(!(m<e&&e<m+P&&L<n&&n<L+M))return{index:R}}}const g=r.filter(T=>T.isLastLetter&&T.pageNo===u);for(let T=0;T<g.length;T++){const{index:C,rowNo:p,coordinate:{leftTop:I,leftBottom:m}}=g[T];if(n>I[1]&&n<=m[1]){const L=r.findIndex(N=>N.pageNo===u&&N.rowNo===p),P=l[L],M=r[L],F=P.listStyle===s.ListStyle.CHECKBOX?this.draw.getMargins()[3]:M.coordinate.leftTop[0];if(e<F)~L?M.value===K?R=L:(R=L-1,f=L):R=C;else{if(P.listStyle===s.ListStyle.CHECKBOX&&e<I[0])return{index:L,isDirectHit:!0,isCheckbox:!0};R=C}h=!0;break}}if(!h){if(this.draw.getIsPagingMode()){const C=this.draw.getHeader(),p=C.getHeight(),I=C.getHeaderTop()+p,m=this.draw.getFooter(),P=this.draw.getHeight()-(m.getFooterBottom()+m.getHeight());if(d){if(n<I)return{index:-1,zone:s.EditorZone.HEADER};if(n>P)return{index:-1,zone:s.EditorZone.FOOTER}}else if(n<=P&&n>=I)return{index:-1,zone:s.EditorZone.MAIN}}const T=this.draw.getMargins();if(n<=T[0])for(let C=0;C<r.length;C++){const p=r[C];if(p.pageNo!==u||p.rowNo!==0)continue;const{leftTop:I,rightTop:m}=p.coordinate;if(e<=T[3]||e>=I[0]&&e<=m[0]||r[C+1]?.rowNo!==0)return{index:p.index}}else{const C=g[g.length-1];if(C){const p=C.rowNo;for(let I=0;I<r.length;I++){const m=r[I];if(m.pageNo!==u||m.rowNo!==p)continue;const{leftTop:L,rightTop:P}=m.coordinate;if(e<=T[3]||e>=L[0]&&e<=P[0]||r[I+1]?.rowNo!==p)return{index:m.index}}}}return{index:g[g.length-1]?.index||r.length-1}}return{hitLineStartIndex:f,index:R,isControl:!!l[R]?.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:h,trIndex:R,tdIndex:f,tdValueIndex:g,zone:T,pageNo:C}=this.floatPositionList[a];if(i===C&&d.type===s.ElementType.IMAGE&&d.imgDisplay&&t.imgDisplays.includes(d.imgDisplay)&&(!T||T===l)){const p=d.imgFloatPosition,I=p.x*r,m=p.y*r,L=d.width*r,P=d.height*r;if(e>=I&&e<=I+L&&n>=m&&n<=m+P)return u?{index:h,isDirectHit:!0,isImage:!0,isTable:u,trIndex:R,tdIndex:f,tdValueIndex:g,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:C,isTable:p,trIndex:I,tdIndex:m,tdValueIndex:L}=e,P=this.draw.getControl(),{newIndex:M}=P.moveCursor({index:C,isTable:p,trIndex:I,tdIndex:m,tdValueIndex:L});p?e.tdValueIndex=M:e.index=M}const{index:n,isCheckbox:i,isRadio:l,isControl:r,isImage:a,isLabel:c,isDirectHit:d,isTable:u,trIndex:h,tdIndex:R,tdId:f,trId:g,tableId:T}=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:h,tdIndex:R,tdId:f,trId:g,tableId:T}),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&&!Kn(l)&&!l.control?.minWidth)for(let h=0;h<a.length;h++){const R=a[h],f=R.imgFloatPosition;if(f.pageNo!==n)continue;const g={...f,x:f.x*e,y:f.y*e,width:R.width*e,height:R.height*e};if(Ia(r,g)){i.isSurround=!0;const T=g.width+g.x-r.x;if(l.left=T,i.width+=T,u+=T,d=g.x+g.width,i.width+l.metrics.width>c){l.left=0,i.width-=u;break}}}return{x:d,rowIncreaseWidth:u}}}class Sd{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=Zn(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===K?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||Le.includes(e.type)):null}getTextLikeSelectionElementList(){const t=this.getSelectionElementList();return t?t.filter(e=>!e.type||Le.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 h=l.get(d);h||(h=[],l.set(d,h)),h.includes(u)||h.unshift(u);const R=i[r],f=i[r-1];if(R.value===K&&!R.listWrap||R.listId!==f?.listId||R.titleId!==f?.titleId)break;r--}const a=t===e;if(!a){let d=t+1;for(;d<e;){const{pageNo:u,rowNo:h}=n[d];let R=l.get(u);R||(R=[],l.set(u,R)),R.includes(h)||R.push(h),d++}}let c=e;for(a&&i[t].value===K&&(c+=1);c<n.length;){const d=i[c],u=i[c+1];if(d.value===K&&!d.listWrap||d.listId!==u?.listId||d.titleId!==u?.titleId)break;const{pageNo:h,rowNo:R}=n[c];let f=l.get(h);f||(f=[],l.set(h,f)),f.includes(R)||f.push(R),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:h}=r[a];if(n===h&&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:h,trIndex:R}=l,f={startIndex:u,endIndex:u};a===Ke.TABLE&&(f.tableId=d,f.startTdIndex=h,f.endTdIndex=h,f.startTrIndex=R,f.endTrIndex=R),n.set(c,f)}}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 E=this.draw.getOriginalElementList(),W=this.position.getPositionContext();r=E[W.index]}else{const E=~i?i:0,W=this.draw.getElementList();r=this.getRangeAnchorStyle(W,E)}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,h=!~a.findIndex(E=>!E.bold),R=!~a.findIndex(E=>!E.italic),f=!~a.findIndex(E=>!E.underline&&!E.control?.underline),g=!~a.findIndex(E=>!E.strikeout),T=r.color||null,C=r.highlight||null,p=r.rowFlex||null,I=r.vertical||null,m=r.rowMargin??this.options.defaultRowMargin,L=r.dashArray||[],P=r.level||null,M=r.listType||null,F=r.listStyle||null,N=f&&r.textDecoration||null,Y=!!this.draw.getPainterStyle(),b=this.historyManager.isCanUndo(),S=this.historyManager.isCanRedo(),y=r.groupIds||null,V=r.extension??null,X=r.deletePerson??"",O={type:c,undo:b,redo:S,painter:Y,font:d,size:u,bold:h,italic:R,underline:f,strikeout:g,deletePerson:X,color:T,highlight:C,rowFlex:p,vertical:I,rowMargin:m,dashArray:L,level:P,listType:M,listStyle:F,groupIds:y,textDecoration:N,extension:V};this._emitRangeStyle(O)}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(K,"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 Dd{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 h=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_X?Math.ceil(n*r/a):1,R=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_Y?Math.ceil(i*r/c):1;for(let f=0;f<h;f++){for(let g=0;g<R;g++)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 Ai{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 Fd extends Ai{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 Xd{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]],h=[a[3],r-a[2]],R=[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(h[0]-c,h[1]),t.lineTo(...h),t.lineTo(h[0],h[1]+c),t.moveTo(R[0]+c,R[1]),t.lineTo(...R),t.lineTo(R[0],R[1]+c),t.stroke(),t.restore()}}class Nd{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 f=0;f<c;f++)e[f].type===s.ElementType.TABLE&&d.push(f);let u=0,h=0;for(;h<c-1;){const f=d.length?d[u]:c,g=e.slice(h,f);g.length&&a.push({index:h,type:Ke.PAGE,elementList:g});const T=e[f];T&&a.push({index:f,type:Ke.TABLE,elementList:[T]}),h=f+1,u++}function R(f,g,T,C){if(!f)return;let p=T.map(M=>!M.type||Le.includes(M.type)&&M.controlComponent!==s.ControlComponent.CHECKBOX&&M.controlComponent!==s.ControlComponent.RADIO&&!M.hide&&!M.control?.hide&&!M.area?.hide?M.value:K).filter(Boolean).join("");i&&(p=p.toLocaleLowerCase());const I=[],m=n?new RegExp(f):f;let{index:L,length:P}=Zs(p,m);for(;L!==-1&&P!==0;){I.push({index:L,length:P});const M=Zs(p,m,L+P);L=M.index,P=M.length}for(let M=0;M<I.length;M++){const{index:F,length:N}=I[M],Y=mt();for(let b=0;b<N;b++){const S=F+b+(C?.startIndex||0);r.push({type:g,index:S,groupId:Y,...C})}}}for(let f=0;f<a.length;f++){const g=a[f];if(g.type===Ke.TABLE){const T=g.elementList[0];for(let C=0;C<T.trList.length;C++){const p=T.trList[C];for(let I=0;I<p.tdList.length;I++){const m=p.tdList[I],L={tableId:T.id,tableIndex:g.index,trIndex:C,tdIndex:I,tdId:m.id};R(l,g.type,m.value,L)}}}else R(l,g.type,g.elementList,{startIndex:g.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===Ke.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===Ke.TABLE){const{tableIndex:L,trIndex:P,tdIndex:M,index:F}=d;u=a[L]?.trList[P].tdList[M]?.positionList[F]}else u=r[d.index];if(!u)continue;const{coordinate:{leftTop:h,leftBottom:R,rightTop:f},pageNo:g}=u;if(g!==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 C=h[0],p=h[1],I=f[0]-h[0],m=R[1]-h[1];t.fillRect(C,p,I,m)}t.restore()}replace(t,e){if(this.draw.isReadonly()||t==null)return;let i=this.getSearchMatchList();const l=e?.index;if(fi(l)){const T=[];i.forEach(C=>{const p=T[T.length-1];!p||p[0].groupId!==C.groupId?T.push([C]):p.push(C)}),i=T[l]}if(!i?.length)return;const r=this.draw.isDesignMode();let a=0,c=0,d="",u="",h=-1;const R=this.draw.getOriginalElementList();for(let T=0;T<i.length;T++){const C=i[T];if(C.type===Ke.TABLE){const{tableIndex:p,trIndex:I,tdIndex:m,index:L,tdId:P}=C;u&&P!==u&&(c=0),u=P;const M=p+a,F=R[M].trList[I].tdList[m].value,N=L+c,Y=F[N];if(!r&&(Y?.control?.deletable===!1||Y?.title?.deletable===!1))continue;if(t===""){this.draw.spliceElementList(F,N,1),c--,~h||(h=T);continue}if(d===C.groupId){this.draw.spliceElementList(F,N,1),c--;continue}~h||(h=T);for(let b=0;b<t.length;b++){const S=t[b];b===0?Y.value=S:(this.draw.spliceElementList(F,N+b,0,[{...Y,value:S}]),c++)}}else{const p=C.index+a,I=R[p];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(R,p,1),a--,~h||(h=T);continue}if(~h||(h=T),d===C.groupId){this.draw.spliceElementList(R,p,1),a--;continue}for(let m=0;m<t.length;m++){const L=t[m];m===0?I.value=L:(this.draw.spliceElementList(R,p+m,0,[{...I,value:L}]),a++)}}d=C.groupId}if(!~h)return;const f=i[h],g=f.index+(t.length-1);if(f.type===Ke.TABLE){const{tableIndex:T,trIndex:C,tdIndex:p,index:I}=f,m=R[T].trList[C].tdList[p].value[I];this.position.setPositionContext({isTable:!0,index:T,trIndex:C,tdIndex:p,tdId:m.tdId,trId:m.trId,tableId:m.tableId})}else this.position.setPositionContext({isTable:!1});this.draw.getRange().setRange(g,g),this.draw.render({curIndex:g})}}class yd extends Ai{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 An;(function(o){o.SOLID="solid",o.DASHED="dashed",o.DOTTED="dotted"})(An||(An={}));class bd extends Ai{options;constructor(t){super(),this.options=t.getOptions()}_drawLine(t,e,n,i,l){const r=e+i;switch(t.beginPath(),l){case An.DASHED:t.setLineDash([3,1]);break;case An.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,An.DASHED);break;case s.TextDecorationStyle.DOTTED:this._drawLine(t,i,a,r,An.DOTTED);break;default:this._drawLine(t,i,a,r);break}t.restore(),this.clearFillInfo()}}class Vd{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:sa});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||!ia.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 _n{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}static formatNumberPlaceholder(t,e,n,i){const l=i===s.NumberType.CHINESE?Ta(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:h}}=this.options;if(e<h)return;let R=d;const f=new RegExp(oo.PAGE_NO);f.test(R)&&(R=_n.formatNumberPlaceholder(R,e+u-h,f,c));const g=new RegExp(oo.PAGE_COUNT);g.test(R)&&(R=_n.formatNumberPlaceholder(R,this.draw.getPageCount()-h,g,c));const T=this.draw.getWidth(),C=this.draw.getHeight(),p=this.draw.getPageNumberBottom(),I=C-p;t.save(),t.fillStyle=r,t.font=`${i*n}px ${l}`;let m=0;const L=this.draw.getMargins(),{width:P}=t.measureText(R);a===s.RowFlex.CENTER?m=(T-P)/2:a===s.RowFlex.RIGHT?m=T-P-L[1]:m=L[3],t.fillText(R,m,I),t.restore()}}class Wd{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=ua(()=>{const{intersectionPageNo:t,visiblePageNoList:e}=this.getPageVisibleInfo();this.draw.setIntersectionPageNo(t),this.draw.setVisiblePageNoList(e)},150)}class Yd{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 Ud{draw;range;options;constructor(t){this.draw=t,this.range=t.getRange(),this.options=t.getOptions()}getTrListGroupByCol(t){const e=at(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 h=i.tdList.splice(l,1)[0];e[u]?.tdList.splice(d,0,h)}}}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(),R=this.draw.getOriginalElementList()[e].trList;if(!l)return[[R[n].tdList[i]]];let f=R[c].tdList[r],g=R[d].tdList[a];(f.x>g.x||f.y>g.y)&&([f,g]=[g,f]);const T=f.colIndex,C=g.colIndex+(g.colspan-1),p=f.rowIndex,I=g.rowIndex+(g.rowspan-1),m=[];for(let L=0;L<R.length;L++){const P=R[L],M=[];for(let F=0;F<P.tdList.length;F++){const N=P.tdList[F],Y=N.colIndex,b=N.rowIndex;Y>=T&&Y<=C&&b>=p&&b<=I&&M.push(N)}M.length&&m.push(M)}return m.length?m: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,h=this._mergeHorizontalBorderRanges(d,l),R=e.lineWidth;c&&(e.lineWidth=c*u),e.beginPath();const f=Math.round(n),g=Math.round(i);e.translate(.5,.5),a&&!h.length?e.rect(f,g,l,r):(a?(e.moveTo(f,g),e.lineTo(f,g+r),e.lineTo(f+l,g+r),e.lineTo(f+l,g)):(e.moveTo(f,g+r),e.lineTo(f,g)),this._drawHorizontalBorder(e,f,g,l,h)),e.stroke(),c&&(e.lineWidth=R),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:h,table:{defaultBorderColor:R}}=this.options,f=e.width*h,g=e.height*h,T=this._getPagingContinuationTopBorderRanges(r,f),C=a===s.TableBorder.EMPTY,p=a===s.TableBorder.EXTERNAL,I=a===s.TableBorder.INTERNAL;t.save(),a===s.TableBorder.DASH&&t.setLineDash([3,3]),t.lineWidth=d*h,t.strokeStyle=c||R,!C&&!I&&this._drawOuterBorder({ctx:t,startX:n,startY:i,width:f,height:g,borderExternalWidth:u,isDrawFullBorder:p,skipTopBorderRanges:T});for(let m=0;m<r.length;m++){const L=r[m];for(let P=0;P<L.tdList.length;P++){const M=L.tdList[P];if(M.slashTypes?.length&&this._drawSlash(t,M,n,i),!M.borderTypes?.length&&(C||p))continue;const F=M.width*h,N=M.height*h,Y=Math.round(M.x*h+n+F),b=Math.round(M.y*h+i),S=!!M.linkTdPrevId,y=!!M.linkTdNextId;if(t.translate(.5,.5),t.beginPath(),!S&&M.borderTypes?.includes(s.TdBorder.TOP)&&(t.moveTo(Y-F,b),t.lineTo(Y,b),t.stroke()),M.borderTypes?.includes(s.TdBorder.RIGHT)&&(t.moveTo(Y,b),t.lineTo(Y,b+N),t.stroke()),M.borderTypes?.includes(s.TdBorder.BOTTOM)&&(t.moveTo(Y,b+N),t.lineTo(Y-F,b+N),t.stroke()),M.borderTypes?.includes(s.TdBorder.LEFT)&&(t.moveTo(Y-F,b),t.lineTo(Y-F,b+N),t.stroke()),!C&&!p){if((!I||M.colIndex+M.colspan<l.length)&&(t.moveTo(Y,b),t.lineTo(Y,b+N),u&&u!==d&&M.colIndex+M.colspan===l.length)){const V=t.lineWidth;t.lineWidth=u*h,t.stroke(),t.beginPath(),t.lineWidth=V}if(y||!I||M.rowIndex+M.rowspan<r.length){const V=u&&u!==d&&M.rowIndex+M.rowspan===r.length;if(V&&(t.stroke(),t.beginPath()),t.moveTo(Y,b+N),t.lineTo(Y-F,b+N),V){const X=t.lineWidth;t.lineWidth=u*h,t.stroke(),t.beginPath(),t.lineWidth=X}}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 h=u.width*r,R=u.height*r,f=Math.round(u.x*r+n),g=Math.round(u.y*r+i);t.fillStyle=u.backgroundColor,t.fillRect(f,g,h,R),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 p=r.tdList[c-1],I=p?p.colIndex+p.colspan:c;for(let m=I;m<e.length;m++)if(this.getRowCountByColIndex(n.slice(0,l),m)===l){u=m;let P=0;for(let M=0;M<m;M++)P+=e[M].width;i=P;break}}else{const p=r.tdList[c-1];p&&(u=p.colIndex+p.colspan)}let h=0;for(let p=0;p<d.colspan;p++)h+=e[p+u].width;let R=0;for(let p=0;p<d.rowspan;p++){const I=n[p+l]||n[l];R+=I.height}const f=r.tdList.length-1===c;let g=a;if(!g&&d.rowspan>1){const p=n.length-1-l;g=d.rowspan-1===p}const T=a&&f;d.isLastRowTd=f,d.isLastColTd=g,d.isLastTd=T,d.x=i;let C=0;for(let p=0;p<l;p++){const I=n[p].tdList;for(let m=0;m<I.length;m++){const L=I[m];if(u>=L.colIndex&&u<L.colIndex+L.colspan){C+=L.height;break}}}d.y=C,d.width=h,d.height=R,d.rowIndex=l,d.colIndex=u,d.trIndex=l,d.tdIndex=c,i+=h,f&&!T&&(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:h,endTdIndex:R,startTrIndex:f,endTrIndex:g}=this.range.getRange();if(!u)return;let T=d[f].tdList[h],C=d[g].tdList[R];(T.x>C.x||T.y>C.y)&&([T,C]=[C,T]);const p=T.colIndex,I=C.colIndex+(C.colspan-1),m=T.rowIndex,L=C.rowIndex+(C.rowspan-1);t.save();for(let P=0;P<d.length;P++){const M=d[P];for(let F=0;F<M.tdList.length;F++){const N=M.tdList[F],Y=N.colIndex,b=N.rowIndex;if(Y>=p&&Y<=I&&b>=m&&b<=L){const S=N.x*l,y=N.y*l,V=N.width*l,X=N.height*l;t.globalAlpha=r,t.fillStyle=a,t.fillRect(S+n,y+i,V,X)}}}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 h=0;h<c.length;h++){const R=c[h];R.height=R.minHeight||l,R.minHeight=R.height}this.computeRowColInfo(t);const d={},u={};for(let h=0;h<c.length;h++){const R=c[h];if(!R.tdList.length){R.height=0;continue}const f=[],g=[];for(let C=0;C<t.colgroup.length;C++){const p=R.tdList.find(I=>I.colIndex===C);if(p){const I=e?e(p):p.rowList,m=I.reduce((P,M)=>P+M.height,0);p.rowList=I;const L=m/n+a;p.mainHeight=L,p.rowspan>1?(u[p.colIndex]=p.id,d[p.id]={td:p,rowSpan:[h,h+p.rowspan-1],preHeight:0,preMinHeight:0,extraHeight:L},g.push(L)):p.height<L?(p.height=L,p.realHeight=L,f.push(L)):f.push(p.height)}else{const I=d[u[C]];I?.rowSpan[1]==h&&f.push(I.extraHeight)}}const T=Math.max(...f.length?f:g);Object.values(d).forEach(C=>{C.rowSpan[0]<=h&&C.rowSpan[1]>=h&&(C.extraHeight-=T,C.preHeight+=T,C.preMinHeight+=R.minHeight)}),R.height=T;for(let C=0;C<t.colgroup.length;C++){const p=R.tdList.find(I=>I.colIndex===C)??this.findPreRowSpanTd(c,h,C);if(p){const I=d[p.id]?.preHeight??0,m=d[p.id]?.preMinHeight??R.minHeight;p.height=T+I,p.realHeight=T+I,p.realMinHeight=m}}}this.computeRowColInfo(t)}}var _e;(function(o){o.ROW="row",o.COL="col"})(_e||(_e={}));class wd{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:h,trList:R}=a,{coordinate:{leftTop:f}}=u,g=this.draw.getHeight(),T=this.draw.getPageGap(),C=this.draw.getPageNo()*(g+T),p=f[0],I=f[1]+C,m=a.trList[n].tdList[i],L=m.rowIndex,P=m.colIndex,M=a.height*c,F=a.width*c,N=document.createElement("div");N.classList.add(`${rt}-table-tool__select`),N.style.height=`${M*c}`,N.style.left=`${p}px`,N.style.top=`${I}px`,N.style.transform=`translate(-${this.TABLE_SELECT_OFFSET*c}px, ${-this.TABLE_SELECT_OFFSET*c}px)`,N.onclick=()=>{this.draw.getTableOperate().tableSelectAll()},this.container.append(N),this.toolTableSelectBtn=N;const Y=R.map(E=>E.height),b=document.createElement("div");b.classList.add(`${rt}-table-tool__row`),b.style.transform=`translateX(-${this.ROW_COL_OFFSET*c}px)`;for(let E=0;E<Y.length;E++){const W=Y[E]*c,D=document.createElement("div");D.classList.add(`${rt}-table-tool__row__item`),E===L&&D.classList.add("active"),D.onclick=()=>{const Z=this.draw.getTableParticle().getTdListByRowIndex(R,E),Q=Z[0],v=Z[Z.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:Q.trIndex,tdIndex:Q.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,Q.tdIndex,v.tdIndex,Q.trIndex,v.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(b,E)};const U=document.createElement("div");U.classList.add(`${rt}-table-tool__anchor`),U.onmousedown=Z=>{this._mousedown({evt:Z,element:a,index:E,order:_e.ROW})},D.append(U),D.style.height=`${W}px`,b.append(D)}b.style.left=`${p}px`,b.style.top=`${I}px`,this.container.append(b),this.toolRowContainer=b;const S=document.createElement("div");S.classList.add(`${rt}-table-tool__quick__add`),S.style.height=`${M*c}`,S.style.left=`${p}px`,S.style.top=`${I+M}px`,S.style.transform=`translate(-${this.ROW_COL_QUICK_POSITION*c}px, ${this.ROW_COL_QUICK_OFFSET*c}px)`,S.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:R.length-1,tdIndex:0,tableId:a.id}),this.draw.getTableOperate().insertTableBottomRow()},this.container.append(S),this.toolRowAddBtn=S;const y=h.map(E=>E.width),V=document.createElement("div");V.classList.add(`${rt}-table-tool__col`),V.style.transform=`translateY(-${this.ROW_COL_OFFSET*c}px)`;for(let E=0;E<y.length;E++){const W=y[E]*c,D=document.createElement("div");D.classList.add(`${rt}-table-tool__col__item`),E===P&&D.classList.add("active"),D.onclick=()=>{const Z=this.draw.getTableParticle().getTdListByColIndex(R,E),Q=Z[0],v=Z[Z.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:Q.trIndex,tdIndex:Q.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,Q.tdIndex,v.tdIndex,Q.trIndex,v.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(V,E)};const U=document.createElement("div");U.classList.add(`${rt}-table-tool__anchor`),U.onmousedown=Z=>{this._mousedown({evt:Z,element:a,index:E,order:_e.COL})},D.append(U),D.style.width=`${W}px`,V.append(D)}V.style.left=`${p}px`,V.style.top=`${I}px`,this.container.append(V),this.toolColContainer=V;const X=document.createElement("div");X.classList.add(`${rt}-table-tool__quick__add`),X.style.height=`${M*c}`,X.style.left=`${p+F}px`,X.style.top=`${I}px`,X.style.transform=`translate(${this.ROW_COL_QUICK_OFFSET*c}px, -${this.ROW_COL_QUICK_POSITION*c}px)`,X.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:0,tdIndex:R[0].tdList.length-1||0,tableId:a.id}),this.draw.getTableOperate().insertTableRightCol()},this.container.append(X),this.toolColAddBtn=X;const O=document.createElement("div");O.classList.add(`${rt}-table-tool__border`),O.style.height=`${M}px`,O.style.width=`${F}px`,O.style.left=`${p}px`,O.style.top=`${I}px`;for(let E=0;E<R.length;E++){const W=R[E];for(let D=0;D<W.tdList.length;D++){const U=W.tdList[D],Z=document.createElement("div");Z.classList.add(`${rt}-table-tool__border__row`),Z.style.width=`${U.width*c}px`,Z.style.height=`${this.BORDER_VALUE}px`,Z.style.top=`${(U.y+U.height)*c-this.BORDER_VALUE/2}px`,Z.style.left=`${U.x*c}px`,Z.onmousedown=v=>{this._mousedown({evt:v,element:a,index:U.rowIndex+U.rowspan-1,order:_e.ROW})},O.appendChild(Z);const Q=document.createElement("div");if(Q.classList.add(`${rt}-table-tool__border__col`),Q.style.width=`${this.BORDER_VALUE}px`,Q.style.height=`${U.height*c}px`,Q.style.top=`${U.y*c}px`,Q.style.left=`${(U.x+U.width)*c-this.BORDER_VALUE/2}px`,Q.onmousedown=v=>{this._mousedown({evt:v,element:a,index:U.colIndex+U.colspan-1,order:_e.COL})},O.appendChild(Q),d&&U.colIndex===0){const v=document.createElement("div");v.classList.add(`${rt}-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*c-this.BORDER_VALUE/2}px`,v.onmousedown=st=>{this._mousedown({evt:st,element:a,index:0,isLeftStartBorder:!0,order:_e.COL})},O.appendChild(v)}}}this.container.append(O),this.toolBorderContainer=O}_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(),h=this.draw.getPageGap(),R=this.draw.getPageNo()*(u+h),f=this.position.getPositionContext(),C=(this.position.getOriginalPositionList()[f.index]?.coordinate?.leftTop?.[0]||0)*a,p=this.draw.getMargins(),I=p[0],m=p[1],L=I,P=d-m;this.mousedownX=e.x,this.mousedownY=e.y;const M=e.target,F=this.canvas.getBoundingClientRect(),N=window.getComputedStyle(M).cursor;document.body.style.cursor=N,this.canvas.style.cursor=N;let Y=0,b=0;const S=document.createElement("div");S.classList.add(`${rt}-table-anchor__line`),i===_e.ROW?(S.classList.add(`${rt}-table-anchor__line__row`),S.style.width=`${d}px`,Y=0,b=R+this.mousedownY-F.top):(S.classList.add(`${rt}-table-anchor__line__col`),S.style.height=`${u}px`,Y=this.mousedownX-F.left,b=R),S.style.left=`${Y}px`,S.style.top=`${b}px`,this.container.append(S),this.anchorLine=S;let y=0,V=0;const X=O=>{const E=this._mousemove(O,i,Y,b);E&&(y=E.dx,V=E.dy)};document.addEventListener("mousemove",X),document.addEventListener("mouseup",()=>{let O=!1;if(i===_e.ROW){const E=l.trList,W=E[n]||E[n-1],{defaultTrMinHeight:D}=this.options.table;V<0&&W.height+V<D&&(V=D-W.height),V&&(W.height+=V,W.minHeight=W.height,O=!0)}else{const{colgroup:E}=l;if(E&&y)if(c&&r){E[n].width-y/a<=this.MIN_TD_WIDTH&&(y=(E[n].width-this.MIN_TD_WIDTH)*a);const W=C+(l.translateX||0)*a;W+y<L&&(y=L-W),E[n].width-=y/a,l.width-=y/a,l.translateX=(l.translateX||0)+y/a,O=!0}else{const W=E[n].width;y<0&&W*a+y<this.MIN_TD_WIDTH*a&&(y=this.MIN_TD_WIDTH*a-W*a);const D=E[n+1]?.width;if(y>0&&D&&D*a-y<this.MIN_TD_WIDTH*a&&(y=D*a-this.MIN_TD_WIDTH*a),n===E.length-1){const Z=C+(l.translateX||0)*a+l.width*a;Z+y>P&&(y=P-Z)}y&&(E.length-1!==n&&(E[n+1].width-=y/a),E[n].width+=y/a,O=!0)}}O&&this.draw.render({isSetCursor:!1}),S.remove(),document.removeEventListener("mousemove",X),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 Zd{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(`${rt}-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 vd{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,h=e.label?.color||a,R=e.label?.borderRadius||c,f=e.label?.padding||d;t.save(),t.font=e.style;const{width:g,height:T,boundingBoxAscent:C}=e.metrics;t.fillStyle=u,this._drawRoundedRect(t,n,i-C,g,T+(f[0]+f[3])*l,R*l),t.fill(),t.fillStyle=h,t.fillText(e.value,n+f[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 Qd{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,Xo(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)c==="select"?this._renderSelectControl(t,e,n,i,d):this._renderTextControl(t,e,n,i,d);else{const h=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,h)}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 h=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,h)}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,n){const i=t.type===s.ElementType.CUSTOM_MACRO,l=t.type===s.ElementType.REUSABLE_ITEM;if(this.draw.getMode()!==s.EditorMode.FORM||!i&&!l)return!1;const r=i?this._ensureMacroConfig(t):void 0,a=r?.type||"text",c=this.activeInlineEditor;if(c&&c.elementId===t.id&&c.elementType===t.type&&(t.id||c.index===e)&&c.type===a){if(a==="text"){const f=this._getCursorOffset(t,e,n);c.cursorOffset=f,c.selectionOffset=f,this._syncInlineCursor()}return this._focusInputAgent(),!0}this.clearInlineEditor();const d=f=>{const g=f.target,T=this.activeInlineEditor?.popup;g instanceof Node&&T?.contains(g)||g!==this.draw.getCursor().getAgentDom()&&this.clearInlineEditor()},u=this._getCursorOffset(t,e,n),h=this.draw.getPosition(),R=h.getPositionList()[e];return this.draw.getRange().setRange(e,e),R&&h.setCursorPosition(R),this.activeInlineEditor={elementId:t.id,index:e,elementType:t.type,type:a,popup:null,cursorOffset:u,selectionOffset:u,compositionRange:null,initialValue:this._getInlineEditorValue(t),initialCode:r?.code,initialUnderline:t.underline,initialStrikeout:t.strikeout,initialTextDecoration:t.textDecoration?{...t.textDecoration}:void 0,outsideHandler:d},window.setTimeout(()=>{this.activeInlineEditor?.outsideHandler===d&&document.addEventListener("mousedown",d,!0)}),a==="select"?(this._createSelectPopup(t),this.draw.getCursor().recoveryCursor()):this._syncInlineCursor(),this._focusInputAgent(),!0}input(t,e=!1){const n=this.activeInlineEditor;if(!n||n.type!=="text"||!t)return!1;const i=t.replace(/[\r\n]/g,"");if(!i)return!0;const l=this._getInlineEditorElement(n);if(!l)return this.clearInlineEditor({isSubmitHistory:!1}),!0;const r=Array.from(this._getInlineEditorValue(l));let a=Math.min(n.cursorOffset,n.selectionOffset),c=Math.max(n.cursorOffset,n.selectionOffset);e&&n.compositionRange&&(a=n.compositionRange.start,c=n.compositionRange.end);const d=Array.from(i);r.splice(a,c-a,...d);const u=a+d.length;return n.cursorOffset=u,n.selectionOffset=u,n.compositionRange=e?{start:a,end:u}:null,this._setInlineEditorValue(l,r.join("")),this._renderActiveEditor(),!0}compositionStart(){const t=this.activeInlineEditor;return!t||t.type!=="text"?!1:(t.compositionRange={start:Math.min(t.cursorOffset,t.selectionOffset),end:Math.max(t.cursorOffset,t.selectionOffset)},!0)}compositionEnd(t){const e=this.activeInlineEditor;if(!e||e.type!=="text")return!1;if(e.compositionRange){const n=this._getInlineEditorElement(e);if(n){if(!t){const r=Array.from(this._getInlineEditorValue(n));return r.splice(e.compositionRange.start,e.compositionRange.end-e.compositionRange.start),e.cursorOffset=e.compositionRange.start,e.selectionOffset=e.cursorOffset,this._setInlineEditorValue(n,r.join("")),this._renderActiveEditor(),e.compositionRange=null,!0}const i=this._getInlineEditorValue(n),l=Array.from(i).slice(e.compositionRange.start,e.compositionRange.end).join("");t&&l!==t&&this.input(t,!0)}}else t&&this.input(t);return e.compositionRange=null,!0}keydown(t){const e=this.activeInlineEditor;if(!e)return!1;if(e.type==="select")return t.key==="Escape"&&this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0}),t.key==="Escape"||t.key==="Enter"||t.key==="Backspace"||t.key==="Delete"||t.key.startsWith("Arrow")?(t.preventDefault(),t.stopImmediatePropagation(),!0):!1;const n=this._getInlineEditorElement(e);if(!n)return!1;const i=Array.from(this._getInlineEditorValue(n)),l=Math.min(e.cursorOffset,e.selectionOffset),r=Math.max(e.cursorOffset,e.selectionOffset),a=l!==r;if((t.ctrlKey||t.metaKey)&&t.key.toLowerCase()==="a")e.selectionOffset=0,e.cursorOffset=i.length,this._renderActiveEditor();else if(t.key==="ArrowLeft"||t.key==="ArrowRight"){const c=t.key==="ArrowLeft"?-1:1;!t.shiftKey&&a?(e.cursorOffset=c<0?l:r,e.selectionOffset=e.cursorOffset):(e.cursorOffset=Math.max(0,Math.min(i.length,e.cursorOffset+c)),t.shiftKey||(e.selectionOffset=e.cursorOffset)),this._renderActiveEditor()}else if(t.key==="Home"||t.key==="End")e.cursorOffset=t.key==="Home"?0:i.length,t.shiftKey||(e.selectionOffset=e.cursorOffset),this._renderActiveEditor();else if(t.key==="Backspace"||t.key==="Delete")a?(i.splice(l,r-l),e.cursorOffset=l):t.key==="Backspace"&&e.cursorOffset>0?(i.splice(e.cursorOffset-1,1),e.cursorOffset--):t.key==="Delete"&&e.cursorOffset<i.length&&i.splice(e.cursorOffset,1),e.selectionOffset=e.cursorOffset,this._setInlineEditorValue(n,i.join("")),this._renderActiveEditor();else if(t.key==="Enter"||t.key==="Tab")this.clearInlineEditor();else if(t.key==="Escape")this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0});else return!1;return t.preventDefault(),t.stopImmediatePropagation(),!0}clearInlineEditor(t={}){const e=this.activeInlineEditor;if(!e)return;this.activeInlineEditor=null;const{isSubmitHistory:n=!0,isRestore:i=!1}=t;document.removeEventListener("mousedown",e.outsideHandler,!0);const l=this._getInlineEditorElement(e);if(l&&i&&this._restoreInlineEditorValue(l,e),e.popup?.remove(),l){const r=this._getInlineEditorValue(l),a=l.macroConfig?.code,c=r!==e.initialValue||a!==e.initialCode;this.draw.render({curIndex:e.index,isSubmitHistory:c&&!i&&n})}}_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,h;d?(u="#722ed1",h="#f9f0ff"):c?(u="#52c41a",h="#f6ffed"):a?(u="#fa8c16",h="#fff7e6"):(u="#1677ff",h="#e6f4ff"),t.save(),t.font=e.style;const R=t.measureText(l),f=R.actualBoundingBoxAscent+R.actualBoundingBoxDescent,g=8*r,T=4*r,C=4*r,p=R.width+g*2,I=f+T*2,m=e.metrics,L=n,P=i-m.boundingBoxAscent+(m.boundingBoxAscent+m.boundingBoxDescent-I)/2;t.fillStyle=h,this._drawRoundedRect(t,L,P,p,I,C),t.fill(),t.fillStyle=u,t.textBaseline="middle",t.fillText(l,n+g,P+I/2),t.restore()}_renderTextControl(t,e,n,i,l){const{control:r}=this.options,{placeholderColor:a}=r;t.save(),t.font=e.style;const d=`请输入${e.label||""}`,u=l||d,R=t.measureText(u).width;t.fillStyle=this._getControlColor(e),t.textBaseline="alphabetic",t.fillText("[",n,i);const f=n+t.measureText("[").width;this._renderTextSelection(t,e,f,i,l),t.fillStyle=l?this._getValueColor(e):a,t.fillText(u,f,i);const g=f+R;t.fillStyle=this._getControlColor(e),t.fillText("]",g,i),t.restore()}_renderSelectControl(t,e,n,i,l){const{scale:r,control:a}=this.options,{placeholderColor:c}=a;t.save(),t.font=e.style;const u=`请选择${e.label||""}`,h=l||u,R=t.measureText(h),f=R.actualBoundingBoxAscent+R.actualBoundingBoxDescent;t.fillStyle=this._getControlColor(e),t.textBaseline="alphabetic",t.fillText("[",n,i);const g=n+t.measureText("[").width;t.fillStyle=l?this._getValueColor(e):c,t.fillText(h,g,i);const T=g+R.width+2*r,C=i-f/2;t.beginPath(),t.moveTo(T,C-2*r),t.lineTo(T+5*r,C-2*r),t.lineTo(T+2.5*r,C+2*r),t.closePath(),t.fillStyle=this._getControlColor(e),t.fill();const p=T+6*r;t.fillStyle=this._getControlColor(e),t.fillText("]",p,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()}_createSelectPopup(t){const e=this.activeInlineEditor;if(!e)return;const n=this._ensureMacroConfig(t);if(!n.items?.length)return;const i=this._getInlineEditorPosition(e);if(!i)return;const l=document.createElement("div");l.classList.add(`${rt}-select-control-popup`,`${rt}-macro-select-popup`),l.setAttribute(Ze,s.EditorComponent.POPUP),l.style.setProperty("--COLOR-HOVER",this._getControlColor(t));const r=document.createElement("ul"),a=n.code||n.items?.find(h=>h.value===n.value)?.code||"";n.items.forEach(h=>{const R=document.createElement("li");R.textContent=h.value,R.dataset.code=h.code,h.code===a&&R.classList.add("active"),R.onclick=()=>{const f=h.code===a?"":h.code;this._setInlineEditorValue(t,"",f),this.clearInlineEditor()},r.append(R)}),l.append(r);const c=i.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),[d,u]=i.coordinate.leftTop;l.style.left=`${d}px`,l.style.top=`${u+c+i.lineHeight}px`,this.draw.getContainer().append(l),e.popup=l}_getCursorOffset(t,e,n){const i=Array.from(this._getInlineEditorValue(t));if(n===void 0||!i.length)return i.length;const l=this.draw.getPosition().getPositionList()[e];if(!l)return i.length;const r=this.draw.getCtx();r.save(),r.font=this.draw.getElementFont(t);const a=l.coordinate.leftTop[0]+r.measureText("[").width;let c=0;for(let d=0;d<i.length;d++){const u=r.measureText(i[d]).width;if(n<a+c+u/2)return r.restore(),d;c+=u}return r.restore(),i.length}_focusInputAgent(){window.setTimeout(()=>{this.activeInlineEditor&&this.draw.getCursor().focus()})}_renderActiveEditor(){const t=this.activeInlineEditor;t&&(this.draw.render({curIndex:t.index,isSubmitHistory:!1}),this._syncInlineCursor())}_syncInlineCursor(){const t=this.activeInlineEditor;if(!t||t.type!=="text")return;const e=this._getInlineEditorElement(t),n=this._getInlineEditorPosition(t);if(!e||!n)return;const i=this.draw.getCtx();i.save(),i.font=this.draw.getElementFont(e);const l=Array.from(this._getInlineEditorValue(e)).slice(0,t.cursorOffset).join(""),r=n.coordinate.leftTop[0]+i.measureText("[").width+i.measureText(l).width;i.restore();const a=this.draw.getCursor(),c=a.getCursorDom(),{scale:d}=this.options,u=Qs*d,h=Math.min(n.metrics.height/4,u),R=n.metrics.height+h*2,f=Math.max(n.metrics.boundingBoxDescent,0),g=n.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),T=n.coordinate.leftTop[1]+n.ascent+f-(R-h)+g,C=a.getAgentDom();c.style.left=`${r}px`,c.style.top=`${T}px`,c.style.height=`${R}px`,c.style.backgroundColor=this._getControlColor(e),c.style.display="block",C.style.left=`${r}px`,C.style.top=`${T+R-u}px`}_renderTextSelection(t,e,n,i,l){const r=this.activeInlineEditor;if(!r||r.type!=="text"||!l||!this._getIsActiveElement(e,r))return;const a=Math.min(r.cursorOffset,r.selectionOffset),c=Math.max(r.cursorOffset,r.selectionOffset);if(a===c)return;const d=Array.from(l),u=n+t.measureText(d.slice(0,a).join("")).width,h=t.measureText(d.slice(a,c).join("")).width,R=t.measureText(l);t.save(),t.globalAlpha=.2,t.fillStyle=this._getControlColor(e),t.fillRect(u,i-R.actualBoundingBoxAscent,h,R.actualBoundingBoxAscent+R.actualBoundingBoxDescent),t.restore()}_getIsActiveElement(t,e){const n=this._getInlineEditorElement(e);return!!(n&&(n===t||n.id&&n.id===t.id))}_getControlColor(t){return t.type===s.ElementType.REUSABLE_ITEM?"#1677ff":"#fa8c16"}_getValueColor(t){return t.color||this.options.defaultColor}_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}_getInlineEditorValue(t){return t.type===s.ElementType.REUSABLE_ITEM?t.reusableItemConfig?.value||"":t.macroConfig?.value||""}_setInlineEditorValue(t,e,n){if(t.type===s.ElementType.REUSABLE_ITEM){t.reusableItemConfig?t.reusableItemConfig.value=e:t.reusableItemConfig={value:e};return}const i=this._ensureMacroConfig(t);i.type==="select"?(i.code=n||void 0,i.value=this._getSelectLabelByCode(i,n)):i.value=e}_restoreInlineEditorValue(t,e){if(t.type===s.ElementType.REUSABLE_ITEM){this._setInlineEditorValue(t,e.initialValue),t.underline=e.initialUnderline,t.strikeout=e.initialStrikeout,t.textDecoration=e.initialTextDecoration;return}const n=this._ensureMacroConfig(t);n.value=e.initialValue,e.type==="select"&&(n.code=e.initialCode)}_getSelectLabelByCode(t,e){return e&&t.items?.find(n=>n.code===e)?.value||""}}class Kd{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=bi(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*ys[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 Hd{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 Ad{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 _d{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 Bd{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,h=r*d,R=e.width*d,f=this.draw.getDefaultBasicRowMarginHeight()*u;t.save(),t.font=`${h}px ${l}`;const g=t.measureText(c),T=(R-g.width)/2;t.setLineDash(a),t.translate(0,.5+f),t.beginPath(),t.moveTo(n,i),t.lineTo(n+T,i),t.moveTo(n+T+g.width,i),t.lineTo(n+R,i),t.stroke(),t.fillText(c,n+T,i+g.actualBoundingBoxAscent-h/2),t.restore()}}class kd{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:h}=this.options,R=this.draw.getWidth(),f=this.draw.getHeight();t.save(),t.globalAlpha=i,t.font=`${r*h}px ${l}`;let g=n;const T=new RegExp(oo.PAGE_NO);T.test(g)&&(g=_n.formatNumberPlaceholder(g,e+1,T,u));const C=new RegExp(oo.PAGE_COUNT);C.test(g)&&(g=_n.formatNumberPlaceholder(g,this.draw.getPageCount(),C,u));const p=t.measureText(g);if(c){const I=this.draw.getPagePixelRatio(),m=document.createElement("canvas"),L=m.getContext("2d"),P=p.width,M=p.actualBoundingBoxAscent+p.actualBoundingBoxDescent,F=Math.sqrt(Math.pow(P,2)+Math.pow(M,2)),N=F+2*d[0]*h,Y=F+2*d[1]*h;m.width=N,m.height=Y,m.style.width=`${N*I}px`,m.style.height=`${Y*I}px`,L.translate(N/2,Y/2),L.rotate(-45*Math.PI/180),L.translate(-N/2,-Y/2),L.font=`${r*h}px ${l}`,L.fillStyle=a,L.fillText(g,(N-P)/2,(Y-M)/2+p.actualBoundingBoxAscent);const b=t.createPattern(m,"repeat");b&&(t.fillStyle=b,t.fillRect(0,0,R,f))}else{const I=R/2,m=f/2;t.fillStyle=a,t.translate(I,m),t.rotate(-45*Math.PI/180),t.fillText(g,-p.width/2,p.actualBoundingBoxAscent-r*h/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 f=new Image;f.setAttribute("crossOrigin","Anonymous"),f.src=i,f.onload=()=>{this.imageCache.set(i,f),this.draw.render({isCompute:!1,isSubmitHistory:!1})};return}const d=this.draw.getWidth(),u=this.draw.getHeight(),h=e*c,R=n*c;if(t.save(),t.globalAlpha=l,r){const f=this.draw.getPagePixelRatio(),g=document.createElement("canvas"),T=g.getContext("2d"),C=Math.sqrt(Math.pow(h,2)+Math.pow(R,2)),p=C+2*a[0]*c,I=C+2*a[1]*c;g.width=p,g.height=I,g.style.width=`${p*f}px`,g.style.height=`${I*f}px`,T.translate(p/2,I/2),T.rotate(-45*Math.PI/180),T.translate(-p/2,-I/2),T.drawImage(this.imageCache.get(i),(p-h)/2,(I-R)/2,h,R);const m=t.createPattern(g,"repeat");m&&(t.fillStyle=m,t.fillRect(0,0,d,u))}else{const f=d/2,g=u/2;t.translate(f,g),t.rotate(-45*Math.PI/180),t.drawImage(this.imageCache.get(i),-h/2,-R/2,h,R)}t.restore()}render(t,e){this.options.watermark.type===s.WatermarkType.IMAGE?this.renderImage(t):this.renderText(t,e)}}class Gd{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(),h=u===s.EditorMode.EDIT||u===s.EditorMode.FORM,R=this.control.getActiveControl()?.getElement(),f=this._getControlType(t,e);let g=!1,T=!1,C=!1,p=!1;c.highlight||(g=!d&&!!n&&!!R&&c.controlId===R.controlId&&!this.control.getIsRangeInPostfix()),g||(T=!d&&!!i&&!!c.control?.disabled),T||(C=!d&&!!l&&!!c.controlId&&this.control.getIsExistValueByElementListIndex(t,e)),C||(p=!d&&!!r&&!!c.controlId&&!this.control.getIsExistValueByElementListIndex(t,e));const I=h&&!!a&&(f===s.ControlType.SELECT||f===s.ControlType.DATE);return(g?n:"")||(T?i:"")||(C?l:"")||(p?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.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 g=r.trList;for(let T=0;T<g.length;T++){const C=g[T];for(let p=0;p<C.tdList.length;p++){const I=C.tdList[p],m={tableId:r.id,tableIndex:l-1,trIndex:T,tdIndex:p,tdId:I.id};e(I.value,m)}}}const a=r?.control;if(!a)continue;const c=this.highlightList.findIndex(g=>g.id===r.controlId||a.conceptId&&a.conceptId===g.conceptId);if(!~c)continue;const d=l;let u=l;for(;u<n.length&&n[u].controlId===r.controlId;)u++;l=u;const h=n.slice(d,u).map(g=>g.controlComponent===s.ControlComponent.VALUE?g:{value:K}),R=this.highlightList[c],{ruleList:f}=R;for(let g=0;g<f.length;g++){const T=f[g],C=t.getMatchList(T.keyword,h);this.highlightMatchResult.push(...C.map(p=>({...p,...T,...i,index:p.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:m,tdIndex:L,index:P}=c;d=r[I]?.trList[m].tdList[L]?.positionList[P]}else d=l[c.index];if(!d)continue;const{coordinate:{leftTop:u,leftBottom:h,rightTop:R},pageNo:f}=d;if(f!==e)continue;t.fillStyle=c.backgroundColor||i,t.globalAlpha=c.alpha||n;const g=u[0],T=u[1],C=R[0]-u[0],p=h[1]-u[1];t.fillRect(g,T,C,p)}t.restore()}}const Or={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)"}},xd="#ff4d4f",Jd=5e3,_i=4;class $d{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})},Jd))}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],h=this._getStyle(u.mark),R=Math.max(1,this.options.scale),f=u.x-R,g=u.y-R,T=Math.max(1,u.width+R*2),C=Math.max(1,u.height+R*2),p=Math.max(2,this.options.scale*2);if(this.underlineVisible&&h.borderColor&&u.hasUnderline&&(t.lineWidth=p,t.strokeStyle=h.borderColor,t.beginPath(),t.moveTo(u.underlineX,u.underlineY),t.lineTo(u.underlineRight,u.underlineY),t.stroke()),u.drawRequired){this._renderRequiredMark(t,u,f);continue}if(h.borderColor){t.lineWidth=p;const I=Math.min(Math.max(8*this.options.scale,C*.3),C/2),m=f+T,L=g+C;t.beginPath(),u.drawLeft&&(t.moveTo(f+I,g),t.lineTo(f,g),t.lineTo(f,L)),u.drawRight&&(t.moveTo(m-I,L),t.lineTo(m,L),t.lineTo(m,g)),t.stroke()}}t.restore()}}_getRegions(t,e,n,i,l,r){const a=this._getParentMap(t),c=this.marks.map(R=>this._getTargetControlIds(t,R)),d=c.map(R=>this._getTitleTargets(t,R)),u=[];for(let R=0;R<n.length;R++){const f=n[R],g=new Map,T=e[f.startIndex],C=T?Math.min(T.coordinate.leftTop[0],T.coordinate.leftBottom[0])-(f.offsetX||0):0,p=T?C+(r||this.draw.getInnerWidth()):0;for(let I=0;I<f.elementList.length;I++){const m=f.elementList[I],L=f.startIndex+I,P=e[L];if(!P||l===s.EditorZone.MAIN&&P.pageNo!==i)continue;const M=this._getTargetIdsForElement(this._getQualityTargetId(m),c,a);for(let Q=0;Q<d.length;Q++){const v=d[Q].get(L);v&&v.forEach(st=>{M.some(B=>B.markIndex===Q&&B.controlId===st)||M.push({markIndex:Q,controlId:st})})}if(!M.length)continue;const F=P.coordinate.leftTop,N=P.coordinate.rightTop,Y=P.coordinate.leftBottom,b=P.coordinate.rightBottom,S=Math.min(F[0],Y[0]),y=Math.max(N[0],b[0]),V=Math.min(F[1],N[1]),X=Math.max(Y[1],b[1]),O=P.metrics.boundingBoxAscent+P.metrics.boundingBoxDescent,E=V+P.ascent-P.metrics.boundingBoxAscent,W=O>0?E:V,D=O>0?E+O:X,U=this._isButtonElement(m),Z=T?Math.max(S,Math.min(y,p)):y;for(let Q=0;Q<M.length;Q++){const{markIndex:v,controlId:st}=M[Q],B=`${v}:${st}:${f.startIndex}`,H=g.get(B),k={x:S,y:W,right:y,bottom:D};if(H){const q=this._mergeBounds(H,k);H.x=q.x,H.y=q.y,H.width=Math.max(1,q.right-q.x),H.height=Math.max(1,q.bottom-q.y),U||(H.hasUnderline?(H.underlineX=Math.min(H.underlineX,S),H.underlineY=Math.max(H.underlineY,D+_i),H.underlineRight=Math.max(H.underlineRight,Z)):(H.underlineX=S,H.underlineY=D+_i,H.underlineRight=Z),H.hasUnderline=!0)}else g.set(B,{mark:this.marks[v],targetKey:`${v}:${st}`,x:S,y:W,width:Math.max(1,y-S),height:Math.max(1,D-W),baseline:V+P.ascent,font:m.style||this.draw.getElementFont(m,this.options.scale),underlineX:S,underlineY:D+_i,underlineRight:Z,hasUnderline:!U,drawLeft:!1,drawRight:!1,drawRequired:!1})}}u.push(...g.values())}const h=new Map;for(let R=0;R<u.length;R++){const f=u[R],g=h.get(f.targetKey)||[];g.push(f),h.set(f.targetKey,g)}return h.forEach(R=>{this._isRequiredMark(R[0].mark)?R[0].drawRequired=!0:(R[0].drawLeft=!0,R[R.length-1].drawRight=!0)}),u}_renderRequiredMark(t,e,n){t.save(),t.font=e.font,t.fillStyle=e.mark.style?.borderColor||xd,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(R=>this._getQualityTargetId(R)===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(R=>this._normalizeTitleText(R)),u=this._normalizeTitleText(c);if(!d.some(R=>R===u||R.includes(u)||u.includes(R)))return;let h=l-1;for(;h>=0&&this._isTitleValueElement(t[h]);){let R=n.get(h);R||(R=new Set,n.set(h,R)),R.add(i),h--}}),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{...Or[t.type?.toLowerCase()||"error"]||Or.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 zd{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 so{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&&!ws(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&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?xt(d,["control","controlId",...Re]):Ee(d,["type"]),h=l.startIndex+1;for(let R=0;R<t.length;R++){const f={...u,...t[R],controlComponent:s.ControlComponent.VALUE};se(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,h+R,0,[f])}return h+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 f=l[u];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT){c=u;break}u--}let h=r+1;for(;h<l.length;){const f=l[h];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.POSTFIX||f.controlComponent===s.ControlComponent.POST_TEXT){d=h-1;break}h++}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&&Us(d,a)){this.control.repaintControl({curIndex:l.startIndex,isCompute:!1,isSubmitHistory:!1}),this.destroy();return}const h=r.valueSets;if(!Array.isArray(h)||!h.length)return;const R=this.getText(a);if(!R){if(c){const L=this.clearSelect(e,{isIgnoreDeletedRule:n.isIgnoreDeletedRule});~L&&(this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({controlValue:[]}))}return}const f=this.getValue(e)[0],g=f?xt(f,Ne):xt(i[l.startIndex],Re),T=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~T)return;c||this.control.removePlaceholder(T,e);const C=Ee(i[T],Ne),p=T+1,I=Dt(R),m=this.control.getDraw();for(let L=0;L<I.length;L++){const P={...g,...C,type:s.ElementType.TEXT,value:I[L],controlComponent:s.ControlComponent.VALUE};(P.color===this.options.control.bracketColor||P.color===this.options.control.placeholderColor)&&(P.color=this.options.defaultColor),se(i,[P],T,{editorOptions:this.options}),m.spliceElementList(i,p+L,0,[P])}if(this.control.setControlProperties({code:t},{elementList:i,range:{startIndex:T,endIndex:T}}),!e.range){const L=p+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(`${rt}-select-control-popup`),i.setAttribute(Ze,s.EditorComponent.POPUP);const l=document.createElement("ul");let r=null;for(let R=0;R<e.length;R++){const f=e[R],g=document.createElement("li");let T=this.getCodes();T.includes(f.code)&&(g.classList.add("active"),r=g),g.onclick=()=>{const C=T.findIndex(p=>p===f.code);t.isMultiSelect?~C?T.splice(C,1):T.push(f.code):~C?T=[]:T=[f.code],this.setSelect(T.join(this.VALUE_DELIMITER))},g.append(document.createTextNode(f.value)),l.append(g)}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&&vs(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 Sr;function lt(){return Sr.apply(null,arguments)}function jd(o){Sr=o}function Ve(o){return o instanceof Array||Object.prototype.toString.call(o)==="[object Array]"}function Sn(o){return o!=null&&Object.prototype.toString.call(o)==="[object Object]"}function Kt(o,t){return Object.prototype.hasOwnProperty.call(o,t)}function Bi(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 pe(o){return o===void 0}function qe(o){return typeof o=="number"||Object.prototype.toString.call(o)==="[object Number]"}function ro(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 fn(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 Be(o,t,e,n){return tl(o,t,e,n,!0).utc()}function qd(){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=qd()),o._pf}var ki;Array.prototype.some?ki=Array.prototype.some:ki=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 Gi(o){var t=null,e=!1,n=o._d&&!isNaN(o._d.getTime());if(n&&(t=Ot(o),e=ki.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 wo(o){var t=Be(NaN);return o!=null?fn(Ot(t),o):Ot(t).userInvalidated=!0,t}var Fr=lt.momentProperties=[],xi=!1;function Ji(o,t){var e,n,i,l=Fr.length;if(pe(t._isAMomentObject)||(o._isAMomentObject=t._isAMomentObject),pe(t._i)||(o._i=t._i),pe(t._f)||(o._f=t._f),pe(t._l)||(o._l=t._l),pe(t._strict)||(o._strict=t._strict),pe(t._tzm)||(o._tzm=t._tzm),pe(t._isUTC)||(o._isUTC=t._isUTC),pe(t._offset)||(o._offset=t._offset),pe(t._pf)||(o._pf=Ot(t)),pe(t._locale)||(o._locale=t._locale),l>0)for(e=0;e<l;e++)n=Fr[e],i=t[n],pe(i)||(o[n]=i);return o}function lo(o){Ji(this,o),this._d=new Date(o._d!=null?o._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),xi===!1&&(xi=!0,lt.updateOffset(this),xi=!1)}function We(o){return o instanceof lo||o!=null&&o._isAMomentObject!=null}function Xr(o){lt.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+o)}function De(o,t){var e=!0;return fn(function(){if(lt.deprecationHandler!=null&<.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+=`
|
|
118
|
+
`||(t.splice(a,0,u),a++)}a--}a++}}se(l,t,i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()})}e.insertElementList(t)}function ur(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=Qn(t,{innerWidth:e.getOriginalInnerWidth()});Vi(o,n)}function Wi(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&&se(l,[d],i,{editorOptions:e.getOptions()}),e.insertElementList([d])}}}function Wc(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(!Vc(n)){const r=n.getData("text"),a=lr();if(a&&Eo(r)===Eo(a.text)){Vi(o,a.elementList);return}}ar();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=>{ur(o,c)});break}}else if(a.kind==="file"&&a.type.includes("image")){const c=a.getAsFile();c&&Wi(o,c)}}}async function Yc(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=lr();if(l&&Eo(i)===Eo(l.text)){Vi(o,l.elementList);return}if(ar(),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&&ur(o,u)}else if(c.types.some(d=>d.startsWith("image/"))){const d=c.types.find(h=>h.startsWith("image/")),u=await c.getType(d);Wi(o,u)}}}class Uc{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(`${rt}-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||(Wc(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 wc{ANIMATION_CLASS=`${rt}-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(`${rt}-cursor`),this.container.append(this.cursorDom),this.cursorAgent=new Uc(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(Ma&&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},h=this.draw.getHeight(),R=this.draw.getPageGap();this.hitLineStartIndex=u,u&&(e=this.position.getPositionList()[u]);const{metrics:f,coordinate:{leftTop:g,rightTop:T},ascent:C,pageNo:p}=e,L=(this.draw.getZone().isMainActive()?p:this.draw.getPageNo())*(h+R),M=Qs*n,P=Math.min(f.height/4,M),F=f.height+P*2,N=this.cursorAgent.getAgentCursorDom();d&&setTimeout(()=>{this.focus()});const Y=f.boundingBoxDescent<0?0:f.boundingBoxDescent,b=g[1]+C+Y-(F-P)+L,S=u?g[0]:T[0];if(N.style.left=`${S}px`,N.style.top=`${b+F-M}px`,!a){this.recoveryCursor();return}const y=this.cursorDom.style.top,V=this.draw.isReadonly();this.cursorDom.style.width=`${r*n}px`,this.cursorDom.style.backgroundColor=l,this.cursorDom.style.left=`${S}px`,this.cursorDom.style.top=`${b}px`,this.cursorDom.style.display=V?"none":"block",this.cursorDom.style.height=`${F}px`,c?this._setBlinkTimeout():this._clearBlinkTimeout(),Ti(()=>{this.moveCursorToVisible({cursorPosition:e,direction:parseInt(y)>b?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=Ca(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:T,right:C,top:p,bottom:I}=a.getBoundingClientRect();c.left=T,c.right=C,c.top=p,c.bottom=I}const u=i*(this.draw.getHeight()+this.draw.getPageGap())+this.container.getBoundingClientRect().top,h=n===Jt.UP,R=r[0]+(d?0:c.left),f=h?l[1]+u:r[1]+u,{maskMargin:g}=this.options;if(c.top+=g[0],c.bottom-=g[2],!(R>=c.left&&R<=c.right&&f>=c.top&&f<=c.bottom)){const{scrollLeft:T,scrollTop:C}=a;h?a.scroll(T,C-(c.top-f)):a.scroll(T,C+f-c.bottom)}}}var On;(function(o){o[o.LEFT=0]="LEFT",o[o.CENTER=1]="CENTER",o[o.RIGHT=2]="RIGHT"})(On||(On={}));function Ae(o){return In?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 bo{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 h=u.checkbox;h.value=t.includes(h.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 h=u.checkbox;h.value=t.includes(h.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 Yi extends bo{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 h=u.radio;h.value=t.includes(h.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 h=u.radio;h.value=t.includes(h.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}}function Rr(o){const t=o.getDraw(),e=t.getPosition(),n=t.getRange();o.isAllowDrag=!0,o.cacheRange=at(n.getRange()),o.cacheElementList=t.getElementList(),o.cachePositionList=e.getPositionList(),o.cachePositionContext=e.getPositionContext()}function hr(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 bo&&l.setSelect(i)}}function gr(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 Yi&&l.setSelect(i)}}function Zc(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===On.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())){Rr(t);return}t.isAllowSelection=!i;const u=at(r.getPositionContext()),h=r.getPositionByXY({x:o.offsetX,y:o.offsetY}),R=r.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!R)return;const{index:f,isDirectHit:g,isCheckbox:T,isRadio:C,isControl:p,isImage:I,isLabel:m,isMacro:L,isTable:M,tdValueIndex:P,hitLineStartIndex:F}=R;t.mouseDownStartPosition={...R,index:M?P:f,originalIndex:f,x:o.offsetX,y:o.offsetY};const N=e.getElementList(),Y=r.getPositionList(),b=M?P:f;let S;M?S=e.getTd().value[P]:S=N[b];const y=M&&e.getTd()?.value||N,V=M&&e.getTd()?.positionList||Y,X=!!(g&&I),O=!!(g&&T),E=!!(g&&C),W=!!(g&&m),D=!!(g&&L),U=w=>w&&(w.type===s.ElementType.MACRO||w.type===s.ElementType.CUSTOM_MACRO||w.type===s.ElementType.REUSABLE_ITEM||w.type===s.ElementType.SUB_TEMPLATE||w.type===s.ElementType.MENSTRUAL_HISTORY||w.type===s.ElementType.FETAL_HEART_POSITION||w.type===s.ElementType.TOOTH_POSITION||w.type===s.ElementType.LIST||w.type===s.ElementType.SPECIAL_SYMBOLS),v=w=>w&&!!w.originControlId&&!!w.controlId,Q=w=>!!(w&&w.originControlId&&w.controlId&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.PLACEHOLDER)),Z=w=>!!(w&&w.originControlId&&w.controlId&&(w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||w.controlComponent===s.ControlComponent.PLACEHOLDER)),ot=w=>{if(!w)return null;const A=new Set;let nt=w,dt=null;for(;nt&&!A.has(nt);){A.add(nt);let pt;for(let Gt=0;Gt<N.length;Gt++){const vt=N[Gt];if(vt.controlId===nt&&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&&(dt=nt),nt=pt.originControlId||null}return dt},_=e.getMode()===s.EditorMode.FORM,H=_&&S?.control?.type===s.ControlType.TEXT,B=_&&!H?e.getControl().getActiveTextControlLimit():null;let q=b;const x=(w,A)=>!!w&&!!A&&w.controlId===A,Xt=(w,A,nt)=>{if(nt){for(let dt=A;dt>=0;dt--){const pt=w[dt];if(x(pt,nt)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==nt&&pt.originControlId!==nt)break}for(let dt=A+1;dt<w.length;dt++){const pt=w[dt];if(x(pt,nt)&&!pt.originControlId&&pt.control?.type)return pt.control.type;if(pt.controlId&&pt.controlId!==nt&&pt.originControlId!==nt)break}}},wt=(w,A)=>!!(_&&w?.controlId&&!w.originControlId&&Xt(y,A,w.controlId)===s.ControlType.TEXTFIELD),Ie=(w,A)=>!!(_&&w?.controlId&&!w.originControlId&&(Xt(y,A,w.controlId)===s.ControlType.TEXT||Xt(y,A,w.controlId)===s.ControlType.NUMBER)),ne=V[b],ue=y[b-1],tt=y[b+1],J=6,k=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],G=(w,A)=>!!(w?.controlId&&w.controlId===A?.controlId&&(w.originControlId||null)===(A.originControlId||null)),st=(w,A)=>{if(w?.control?.type)return w.control.type;if(w?.controlId){for(let nt=A;nt>=0;nt--){const dt=y[nt];if(!G(w,dt))break;if(dt.control?.type)return dt.control.type}for(let nt=A+1;nt<y.length;nt++){const dt=y[nt];if(!G(w,dt))break;if(dt.control?.type)return dt.control.type}}},z=(w,A)=>{const nt=st(w,A);return!!(nt&&k.includes(nt))},ut=w=>!!(w&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),Rt=w=>!!(w&&(w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),St=(w,A)=>{if(!w?.controlId)return-1;for(let nt=A;nt>=0;nt--){const dt=y[nt];if(!G(w,dt))break;if(dt.controlComponent===s.ControlComponent.VALUE)return nt}for(let nt=A+1;nt<y.length;nt++){const dt=y[nt];if(!G(w,dt))break;if(dt.controlComponent===s.ControlComponent.VALUE)return nt}return-1},Nt=(w,A)=>{if(!w)return!1;if(w.controlComponent===s.ControlComponent.VALUE||w.controlComponent===s.ControlComponent.PLACEHOLDER)return!0;const nt=st(w,A),dt=nt===s.ControlType.SELECT||nt===s.ControlType.DATE,pt=w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||w.controlComponent===s.ControlComponent.TEXTFIXLABEL;return!!(dt&&pt&&w.value&&St(w,A)===-1)},At=w=>{const A=V[w];if(!A)return!1;const{coordinate:{leftTop:nt,rightTop:dt,leftBottom:pt}}=A;return o.offsetX>=nt[0]&&o.offsetX<dt[0]&&o.offsetY>=nt[1]&&o.offsetY<=pt[1]},Ft=(w,A)=>{if(e.getMode()!==s.EditorMode.EDIT||!w?.originControlId||w.controlComponent!==s.ControlComponent.VALUE||st(w,A)!==s.ControlType.BUTTON||w.control?.buttonText||Xt(y,A,w.originControlId)!==s.ControlType.TEXTFIELD||!At(A))return!1;let nt=-1;for(let yn=A;yn<y.length;yn++){const dn=y[yn];if(!G(w,dn))break;const $e=V[yn];dn.controlComponent===s.ControlComponent.VALUE&&$e&&$e.coordinate.rightTop[0]>$e.coordinate.leftTop[0]&&(nt=yn)}if(nt===-1)return!1;const dt=V[nt],{coordinate:{leftTop:pt,rightTop:Gt,leftBottom:vt}}=dt;return o.offsetX>=pt[0]-2&&o.offsetX<=Gt[0]&&o.offsetY>=pt[1]&&o.offsetY<=vt[1]},Bt=(w,A)=>!(!g||!z(w,A)||!At(A)||Ft(w,A)||!Nt(w,A)||ut(w)||Rt(w)&&!w?.value),_t=()=>[h.isTable?h.tdValueIndex:h.index,b,b+1,b-1,b+2,b-2].filter((A,nt,dt)=>typeof A=="number"&&A>=0&&A<y.length&&dt.indexOf(A)===nt),le=()=>{if(!g)return null;for(const w of _t()){const A=y[w];if(Bt(A,w))return{element:A,index:w}}return null},ft=()=>{if(!g)return-1;for(const w of _t())if(Ft(y[w],w))return w;return-1},Lt=w=>{const A=y[w];let nt=w;for(let dt=w+1;dt<y.length&&G(A,y[dt]);dt++)nt=dt;return nt},Vt=w=>{const A=y[w];if(!Te(A)||st(A,w)!==s.ControlType.BUTTON||A.control?.buttonText||A.control?.editable===!1)return w;let nt=w;for(let dt=w+1;dt<y.length;dt++){const pt=y[dt];if(!G(A,pt)||!Te(pt))break;nt=dt}return nt},Pt=_t().some(w=>z(y[w],w)),Et=le(),Mt=ft(),Qt=w=>(w?.control?.type===s.ControlType.TEXTFIELD||w?.control?.type===s.ControlType.TEXT)&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),de=w=>w?.type===s.ElementType.CONTROL&&(w.controlComponent===s.ControlComponent.POSTFIX||w.controlComponent===s.ControlComponent.POST_TEXT||w.controlComponent===s.ControlComponent.POSTTEXTFIX||w.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),Ct=w=>w?.type===s.ElementType.CONTROL&&(w.controlComponent===s.ControlComponent.PREFIX||w.controlComponent===s.ControlComponent.PRE_TEXT||w.controlComponent===s.ControlComponent.PRETEXTFIX||w.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT),it=(w,A)=>!!(e.getMode()===s.EditorMode.EDIT&&w?.originControlId&&Qt(w)&&A?.controlId===w.originControlId&&!A.originControlId&&A.control?.type===s.ControlType.TEXTFIELD&&Qt(A)),Zt=(w,A)=>!!(e.getMode()===s.EditorMode.EDIT&&w?.originControlId&&Qt(w)&&A?.controlId===w.originControlId&&!A.originControlId&&A.control?.type===s.ControlType.TEXTFIELD&&A.controlComponent===s.ControlComponent.VALUE),yt=(w,A,nt)=>!!(e.getMode()===s.EditorMode.EDIT&&w?.originControlId&&nt?.originControlId===w.originControlId&&w.controlId&&nt.controlId&&w.controlId!==nt.controlId&&de(w)&&Ct(nt)&&Xt(y,A,w.originControlId)===s.ControlType.TEXTFIELD),Tt=it(S,tt),It=Zt(S,tt),gt=yt(S,b,tt),et=yt(ue,b-1,S),j=!!(e.getMode()===s.EditorMode.EDIT&&p&&g&&Qt(S)&&!Tt&&!It&&!gt&&ue?.controlId===S.controlId&&(ue.originControlId||null)===(S.originControlId||null)&&(ue.controlComponent===s.ControlComponent.VALUE||ue.controlComponent===s.ControlComponent.PLACEHOLDER)),$t=(w,A,nt)=>!!(_&&Q(w)&&Xt(y,A,w?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?wt(y[A+1],A+1):Ie(y[A+1],A+1))),fe=(w,A,nt)=>!!(_&&Z(w)&&Xt(y,A,w?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?wt(y[A-1],A-1):Ie(y[A-1],A-1))),me=$t(S,b,s.ControlType.TEXTFIELD),zt=!!(_&&ne&&wt(S,b)&&$t(ue,b-1,s.ControlType.TEXTFIELD)&&o.offsetX<=ne.coordinate.leftTop[0]+J),jt=!!(_&&ne&&wt(S,b)&&fe(tt,b+1,s.ControlType.TEXTFIELD)&&o.offsetX>=ne.coordinate.rightTop[0]-J),eo=!!(_&&ne&&me&&o.offsetX>ne.coordinate.rightTop[0]),Cn=!!(_&&ne&&Z(S)&&Xt(y,b,S.originControlId)===s.ControlType.TEXTFIELD&&wt(ue,b-1)&&o.offsetX<ne.coordinate.leftTop[0]),Me=wt(S,b)||me||zt||jt||eo||Cn,we=$t(S,b,s.ControlType.TEXT),kl=w=>{const A=y[w],nt=Y[w];if(!nt||!Ie(A,w))return-1;const dt=y[w-1];return!$t(dt,w-1,s.ControlType.TEXT)||o.offsetX>nt.coordinate.leftTop[0]+J?-1:w-1},Ds=kl(b),Gl=kl(b-1),xl=Ds!==-1||Gl!==-1,Jl=!!(_&&ne&&Z(S)&&Xt(y,b,S.originControlId)===s.ControlType.TEXT&&Ie(ue,b-1)&&o.offsetX<ne.coordinate.leftTop[0]),im=!!(_&&ne&&Ie(S,b)&&fe(tt,b+1,s.ControlType.TEXT)&&o.offsetX>=ne.coordinate.rightTop[0]-J),sm=we||xl||Jl||im;Tt||It||gt?q=b:et||j?q=Math.max(b-1,0):xl?q=Ds!==-1?Ds:Gl:Jl&&(q=Math.max(b-1,0)),Et?(q=Vt(Et.index),r.setPositionContext({...r.getPositionContext(),index:q,isControl:!0,isDirectHit:!0})):Mt!==-1?q=Lt(Mt):z(S,b)&&ne&&!At(b)&&o.offsetX>ne.coordinate.rightTop[0]&&(q=Lt(b));let $l=!1;if(_&&B?.parentControlId&&S?.controlId===B.parentControlId&&!S?.originControlId)for(let w=b;w>=0;w--){const A=N[w];if(x(A,B.parentControlId)){A.control?.type===s.ControlType.TEXTFIELD&&($l=!0);break}if(A.controlId!==B.parentControlId)break}const zl=!!(B&&(!S?.controlId||S.controlId===B.controlId&&(S.originControlId||null)===B.originControlId||B.parentControlId&&S.controlId===B.parentControlId&&!S.originControlId&&$l));if(_&&!H&&(S?.controlId||S?.originControlId)){let w;const A=S.originControlId||S.controlId;for(let nt=b;nt>=0;nt--){const dt=N[nt];if(x(dt,A)&&dt.control?.type){w=dt.control.type;break}if(dt.controlId!==S.controlId&&dt.controlId!==A)break}if(w!==s.ControlType.TEXT){if(w===s.ControlType.TEXTFIELD){const nt=S.controlComponent;if(!v(S)){if(!(S.controlComponent===s.ControlComponent.VALUE&&U(S))){if(nt===s.ControlComponent.PRETEXTFIX||nt===s.ControlComponent.PRETEXTFIX_TEXT||nt===s.ControlComponent.POSTTEXTFIX||nt===s.ControlComponent.POSTTEXTFIX_TEXT||nt===s.ControlComponent.TEXTFIXLABEL||nt===s.ControlComponent.PREFIX||nt===s.ControlComponent.POSTFIX||nt===s.ControlComponent.PRE_TEXT||nt===s.ControlComponent.POST_TEXT||nt===s.ControlComponent.PLACEHOLDER)for(let dt=b+1;dt<N.length;dt++){const pt=N[dt];if(pt.controlId!==A&&pt.originControlId!==A)break;if(pt.controlComponent===s.ControlComponent.VALUE&&!U(pt)){q=dt;break}if(pt.controlComponent===s.ControlComponent.POSTTEXTFIX||pt.controlComponent===s.ControlComponent.POSTFIX){for(let Gt=b-1;Gt>=0;Gt--){const vt=N[Gt];if(vt.controlId!==A&&vt.originControlId!==A)break;if(vt.controlComponent===s.ControlComponent.VALUE&&!U(vt)){q=Gt;break}}break}}else if(nt===s.ControlComponent.VALUE&&b>0){const dt=N[b-1];if(dt&&(dt.controlId===A||dt.originControlId===A)&&dt.controlComponent===s.ControlComponent.VALUE&&U(dt)){let pt=!1;for(let Gt=b-2;Gt>=0;Gt--){const vt=N[Gt];if(vt.controlId!==A&&vt.originControlId!==A||vt.controlComponent!==s.ControlComponent.VALUE&&!vt.originControlId&&vt.controlId===A)break;if(!U(vt)){q=Gt+1,pt=!0;break}}if(!pt)for(let Gt=b;Gt<N.length;Gt++){const vt=N[Gt];if(vt.controlId!==A&&vt.originControlId!==A||(vt.controlComponent===s.ControlComponent.POSTTEXTFIX||vt.controlComponent===s.ControlComponent.POSTFIX)&&!vt.originControlId&&vt.controlId===A)break;if(!U(vt)){q=Gt,pt=!0;break}}}}}}}}}if(_&&S?.control?.type===s.ControlType.TEXT&&S?.originControlId&&S.controlComponent===s.ControlComponent.PLACEHOLDER&&ot(S.originControlId)&&(q=b),~f&&Me&&!Et)t.isAllowSelection=!1,e.getControl().destroyControl({isEmitEvent:!1}),e.render({isCompute:!1,isSubmitHistory:!1,isSetCursor:!1});else if(~f&&!i){zl&&(q=Math.min(Math.max(q,B.startIndex),B.endIndex));let w=q,A=q;if(o.shiftKey){const{startIndex:pt}=l.getRange();~pt&&r.getPositionContext().tdId===u.tdId&&(b>pt?w=pt:A=pt)}zl&&(w=Math.min(Math.max(w,B.startIndex),B.endIndex),A=Math.min(Math.max(A,B.startIndex),B.endIndex),q=Math.min(Math.max(q,B.startIndex),B.endIndex));const nt=e.getControl(),dt=!!Et;nt.setPopupAwakeDisabled(o.button===On.RIGHT||sm&&!dt||Pt&&!dt);try{l.setRange(w,A)}finally{nt.setPopupAwakeDisabled(!1)}if(r.setCursorPosition(Y[q]),n=e.isReadonly(),O&&!n)hr(S,e);else if(E&&!n)gr(S,e);else if(!n&&S.controlComponent===s.ControlComponent.VALUE&&(S.control?.type===s.ControlType.CHECKBOX||S.control?.type===s.ControlType.RADIO)){let pt=b;for(;pt>0;){const Gt=N[pt];if(Gt.controlComponent===s.ControlComponent.CHECKBOX){hr(Gt,e);break}else if(Gt.controlComponent===s.ControlComponent.RADIO){gr(Gt,e);break}pt--}}else{const Gt=!!(!!(Et&&st(Et.element,Et.index)===s.ControlType.BUTTON&&!Et.element.control?.buttonText)&&Et?.element.control?.editable===!1);let vt=!1;if(_&&S?.controlId&&S?.controlComponent===s.ControlComponent.VALUE&&!S.originControlId){let $e=!1;for(let Oe=b;Oe>=0;Oe--){const ze=N[Oe];if(ze.controlId!==S.controlId){if(ze.originControlId===S.controlId){$e=!0;continue}break}if(ze.control?.type===s.ControlType.TEXTFIELD){if($e)break;vt=!0;break}}if(!$e&&!vt)for(let Oe=b+1;Oe<N.length;Oe++){const ze=N[Oe];if(ze.controlId!==S.controlId){if(ze.originControlId===S.controlId){$e=!0;continue}break}}$e&&(vt=!1)}const li=vt&&U(S),yn=D&&!li?q:void 0;e.render({curIndex:D&&!li?yn:q,isCompute:!1,isSubmitHistory:!1,isSetCursor:!X&&!O&&!E&&!(Gt&&_)&&!li});const dn=N[q];if(!n&&dt&&dn?.controlId&&o.button===On.LEFT){const Oe=e.getControl().getActiveControl(),ze=Oe?.getElement()?.control?.type;Oe&&(ze===s.ControlType.SELECT||ze===s.ControlType.DATE||ze===s.ControlType.BUTTON)&&Oe.getElement()?.controlId===dn.controlId&&dn.controlComponent!==s.ControlComponent.POSTFIX&&dn.controlComponent!==s.ControlComponent.POSTTEXTFIX&&dn.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&dn.controlComponent!==s.ControlComponent.POST_TEXT&&typeof Oe.awake=="function"&&Oe.awake(o)}}F&&t.getDraw().getCursor().drawCursor({hitLineStartIndex:F})}const Je=e.getEventBus();if(W&&Je.isSubscribe("labelMousedown")&&Je.emit("labelMousedown",{evt:o,element:S}),D&&(S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)){const w=e.getMode();if(w===s.EditorMode.EDIT&&S.type===s.ElementType.CUSTOM_MACRO)Je.isSubscribe("macroClick")&&Je.emit("macroClick",{evt:o,element:S});else if(w===s.EditorMode.FORM&&o.button===On.LEFT){let A=!1;(S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)&&(o.preventDefault(),A=e.getMacroParticle().activateInlineEditor(S,b,o.offsetX)),!A&&Je.isSubscribe("macroValueChange")&&Je.emit("macroValueChange",{evt:o,element:S})}}o.button===On.LEFT&&D&&S.type===s.ElementType.SUB_TEMPLATE&&e.getMode()===s.EditorMode.FORM&&Je.isSubscribe("subTemplateClick")&&Je.emit("subTemplateClick",{evt:o,element:S});const jl=e.getPreviewer();if(jl.clearResizer(),X){if(!e.isPrintLikeMode()){const w={dragDisable:n||!S.controlId&&e.getMode()===s.EditorMode.FORM};S.type===s.ElementType.LATEX&&(w.mime="svg",w.srcKey="laTexSVG"),jl.drawResizer(S,Y[b],w),e.getCursor().drawCursor({isShow:!1}),Rr(t),(S.imgDisplay===s.ImageDisplay.SURROUND||S.imgDisplay===s.ImageDisplay.FLOAT_TOP||S.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)&&e.getImageParticle().createFloatImage(S)}Je.isSubscribe("imageMousedown")&&Je.emit("imageMousedown",{evt:o,element:S})}const ql=e.getTableTool();ql.dispose(),M&&!n&&e.getMode()!==s.EditorMode.FORM&&ql.render();const Fs=e.getHyperlinkParticle();Fs.clearHyperlinkPopup(),S.type===s.ElementType.HYPERLINK&&(Ae(o)?Fs.openHyperlink(S):Fs.drawHyperlinkPopup(S,Y[b]));const ta=e.getDateParticle();ta.clearDatePicker(),S.type===s.ElementType.DATE&&!n&&ta.renderDatePicker(S,Y[b]);const ea=e.getMenstrualHistoryParticle();ea.clearMenstrualHistoryEditor(),S.type===s.ElementType.MENSTRUAL_HISTORY&&g&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&ea.renderMenstrualHistoryEditor(S,Y[b]);const na=e.getFetalHeartPositionParticle();na.clearFetalHeartPositionEditor(),S.type===s.ElementType.FETAL_HEART_POSITION&&g&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&na.renderFetalHeartPositionEditor(S,Y[b]);const oa=e.getToothPositionParticle();oa.clearToothPositionEditor(),S.type===s.ElementType.TOOTH_POSITION&&g&&(e.getMode()===s.EditorMode.FORM||e.getMode()===s.EditorMode.EDIT)&&oa.renderToothPositionEditor(S,Y[b])}function Vo(o){const t=mt();return Reflect.set(o,"dragId",t),t}function Wo(o,t){return t.findIndex(e=>e.dragId===o)}function fr(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 vc(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,h=r.getRange(),R=a.startIndex===a.endIndex,f=R?a.startIndex-1:a.startIndex,g=a.endIndex;if(h.startIndex>=f&&h.endIndex<=g&&t.cachePositionContext?.tdId===l.tdId){e.clearSideEffect();let H=!1,B=!1;if(R){const q=c[g];if(q.type===s.ElementType.IMAGE||q.type===s.ElementType.LATEX){if(fr(q,o,t),q.imgDisplay===s.ImageDisplay.SURROUND||q.imgDisplay===s.ImageDisplay.FLOAT_TOP||q.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(q),H=!0;else{const x=d[g];e.getPreviewer().drawResizer(q,x)}B=q.imgDisplay===s.ImageDisplay.SURROUND}}r.replaceRange({...a}),e.render({isCompute:B,isSubmitHistory:H,isSetCursor:!1});return}const T=c.slice(f+1,g+1),C=T.find(H=>H.controlId);if(C){const H=c[f+1],B=c[g];if(!((!H.controlId||H.controlComponent===s.ControlComponent.PREFIX)&&(!B.controlId||B.controlComponent===s.ControlComponent.POSTFIX)||H.controlId===B.controlId&&H.controlComponent===s.ControlComponent.PREFIX&&B.controlComponent===s.ControlComponent.POSTFIX||H.control?.type===s.ControlType.TEXT&&H.controlComponent===s.ControlComponent.VALUE&&B.control?.type===s.ControlType.TEXT&&B.controlComponent===s.ControlComponent.VALUE)){e.render({curIndex:h.startIndex,isCompute:!1,isSubmitHistory:!1});return}}const p=e.getControl(),I=e.getElementList(),m=!C||!!I[h.startIndex].controlId||!p.getIsElementListContainFullControl(T),L=e.getOptions(),M=T.map(H=>{if(!H.type||H.type===s.ElementType.TEXT){const B={value:H.value},q=Ne;return m||q.push(...pi),q.forEach(x=>{const Xt=H[x];Xt!==void 0&&(B[x]=Xt)}),B}else{let B=at(H);return m&&(B=Ee(B,pi)),qt([B],{isHandleFirstElement:!1,editorOptions:L}),B}});se(I,M,h.startIndex,{editorOptions:e.getOptions()});const P=c[f],F=d[f],N=Vo(c[f]),Y=Vo(c[g]),b=M.length;let S=h.startIndex,y=S+b;const V=p.getActiveControl();if(V&&c[S].controlComponent!==s.ControlComponent.POSTFIX?(y=V.setValue(M),S=y-b):e.spliceElementList(I,S+1,0,M),!~y){e.render({isSetCursor:!1});return}const X=Vo(I[S]),O=Vo(I[y]),E=Wo(N,c),W=Wo(Y,c),D=c[W];if(D.controlId&&D.controlComponent!==s.ControlComponent.POSTFIX)r.replaceRange({...a,startIndex:E,endIndex:W}),p.getActiveControl()?.cut();else{let H=!0;if(u?.isTable){const{tableId:B,trIndex:q,tdIndex:x}=u;H=!e.getOriginalElementList().some(wt=>wt.id===B&&wt?.trList?.[q]?.tdList?.[x]?.deletable===!1)}H&&e.spliceElementList(c,E+1,W-E)}const U=I[h.startIndex],v=i[h.startIndex];let Q=l.index;Q&&(U.tableId&&!P.tableId?F.index<Q&&(Q-=b):!U.tableId&&P.tableId&&v.index<Q&&(Q+=b),n.setPositionContext({...l,index:Q}));const Z=Wo(X,I),ot=Wo(O,I);r.setRange(R?ot:Z,ot,h.tableId,h.startTdIndex,h.endTdIndex,h.startTrIndex,h.endTrIndex),e.clearSideEffect();let _=null;if(R){const B=e.getElementList()[ot];(B.type===s.ElementType.IMAGE||B.type===s.ElementType.LATEX)&&(fr(B,o,t),_=B)}if(e.render({isSetCursor:!1}),V?p.emitControlContentChange():P.controlId&&p.emitControlContentChange({context:{range:a,elementList:c},controlElement:P}),_)if(_.imgDisplay===s.ImageDisplay.SURROUND||_.imgDisplay===s.ImageDisplay.FLOAT_TOP||_.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(_);else{const B=n.getPositionList()[ot];e.getPreviewer().drawResizer(_,B)}}else t.isAllowDrag&&t.cacheRange?.startIndex!==t.cacheRange?.endIndex&&t.mousedown(o)}function Qc(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 Kc(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 O=c.isTable?e.getTdByPosition({...c,isTable:!0,index:c.index}):null,E=c.isTable&&O?.value||e.getElementList(),W=c.isTable&&O?.positionList||a.getPositionList(),D=c.isTable?c.tdValueIndex:c.index,U=e.getMode(),v=U===s.EditorMode.EDIT||U===s.EditorMode.FORM,Q=[D,D+1,D-1,D+2,D-2].filter((H,B,q)=>H>=0&&H<E.length&&q.indexOf(H)===B),Z=H=>{const B=W[H];if(!B)return!1;const{coordinate:{leftTop:q,rightTop:x,leftBottom:Xt}}=B;return x[0]>q[0]&&o.offsetX>=q[0]&&o.offsetX<x[0]&&o.offsetY>=q[1]&&o.offsetY<=Xt[1]},ot=v&&Q.some(H=>{const q=E[H]?.control?.type;return q!==s.ControlType.SELECT&&q!==s.ControlType.DATE?!1:Z(H)}),_=Q.some(H=>{const B=E[H];return!!(B?.control?.type===s.ControlType.BUTTON&&!B.control.buttonText&&(B.controlComponent===s.ControlComponent.VALUE||B.controlComponent===s.ControlComponent.PLACEHOLDER)&&Z(H))});r&&(ot||_)?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 O=o.offsetX,E=o.offsetY,{startIndex:W,endIndex:D}=t.cacheRange,U=t.cachePositionList;for(let Q=W+1;Q<=D;Q++){const{coordinate:{leftTop:Z,rightBottom:ot}}=U[Q];if(O>=Z[0]&&O<=ot[0]&&E>=Z[1]&&E<=ot[1])return}const v=t.cacheRange?.startIndex;if(v){const Q=t.cacheElementList[v];Q?.type===s.ElementType.IMAGE&&(Q.imgDisplay===s.ImageDisplay.SURROUND||Q.imgDisplay===s.ImageDisplay.FLOAT_TOP||Q.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 h=e.getPosition(),R=h.getPositionByXY({x:o.offsetX,y:o.offsetY});if(!~R.index)return;const{index:f,isTable:g,tdValueIndex:T,tdIndex:C,trIndex:p,tableId:I,trId:m,tdId:L}=R;let M=g?T:f;if(R.isControl&&e.getMode()!==s.EditorMode.READONLY){const{newIndex:O}=n.moveCursor({index:f,isTable:g,trIndex:p,tdIndex:C,tdValueIndex:T});M=O}const{index:P,isTable:F,tdIndex:N,tdId:Y,trIndex:b,tableId:S}=t.mouseDownStartPosition,y=M,V=e.getRange();let X;if(L!==Y&&L&&Y){const O=e.getTdByPosition({...t.mouseDownStartPosition,isTable:!!t.mouseDownStartPosition.tableId,index:t.mouseDownStartPosition.originalIndex??t.mouseDownStartPosition.index}),E=e.getTdByPosition({...R,isTable:!!R.tableId,index:R.index});if(e.isSplitTd(O,E)){const W=(O.valueStartIndex??0)+P,D=(E.valueStartIndex??0)+T;X=[{index:W,element:O.value[P],originalId:O.originalId,isCurrent:!1,length:O.value.length,startIndex:O.valueStartIndex??0},{index:D,element:E.value[T],originalId:E.originalId,isCurrent:!0,length:E.value.length,startIndex:E.valueStartIndex??0}]}}if(g&&F&&L!==Y&&!X)V.setRange(y,y,I,N,C,b,p),h.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});else{let O=~y?y:0;if((F||g)&&S!==I&&!X)return;h.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});let E=P,W,D;if(X)[{element:W},{element:D}]=X;else{const Q=e.getElementList();W=Q[E+1],D=Q[O]}if(E===O||W?.controlComponent===s.ControlComponent.PLACEHOLDER&&D?.controlComponent===s.ControlComponent.PLACEHOLDER&&W.controlId===D.controlId)return;if(E>O&&([E,O]=[O,E]),e.getMode()===s.EditorMode.FORM){const Z=n.getActiveControl()?.getElement()?.control?.type===s.ControlType.TEXT?null:n.getActiveTextControlLimit();Z&&(E=Math.min(Math.max(E,Z.startIndex),Z.endIndex),O=Math.min(Math.max(O,Z.startIndex),Z.endIndex));const ot=e.getElementList(),_=ot[E],H=ot[O];if(_?.control?.type===s.ControlType.TEXTFIELD||H?.control?.type===s.ControlType.TEXTFIELD){const B=_?.controlId||H?.controlId;if(B){let q=-1,x=-1;for(let Xt=E;Xt>=0;Xt--){const wt=ot[Xt];if(wt.controlId!==B)break;if(wt.controlComponent===s.ControlComponent.PRETEXTFIX||wt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||wt.controlComponent===s.ControlComponent.TEXTFIXLABEL||wt.controlComponent===s.ControlComponent.PREFIX||wt.controlComponent===s.ControlComponent.PRE_TEXT){q=Xt+1;break}}for(let Xt=O;Xt<ot.length;Xt++){const wt=ot[Xt];if(wt.controlId!==B)break;if(wt.controlComponent===s.ControlComponent.POSTTEXTFIX||wt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||wt.controlComponent===s.ControlComponent.POSTFIX||wt.controlComponent===s.ControlComponent.POST_TEXT){x=Xt-1;break}}q!==-1&&E<q&&(E=q),x!==-1&&O>x&&(O=x)}}}let v;if(X){const[Q,Z]=X.sort((ot,_)=>ot.index-_.index);v={originalId:X[0].originalId??X[1].originalId,startIndex:Q.index,endIndex:Z.index},Q.isCurrent?(E=Q.index,O=Q.length-1):(E=0,O=v.endIndex-Z.startIndex)}V.setRange(E,O,void 0,void 0,void 0,void 0,void 0,v)}e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}function Yo(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 Ui(o,t){return!!o&&!!t&&o.controlId===t}function Hc(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 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 Ac(o){const t=o.getDraw(),e=t.getRange(),n=e.getRange(),i=t.getElementList(),l=i[n.startIndex];if(!re(l))return;let r=n.startIndex;for(;r>0;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){const u=Tr(i,r,t);n.startIndex=u,n.endIndex=u,e.replaceRange(n);const h=t.getPosition(),R=h.getPositionList();h.setCursorPosition(R[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||!re(d)){if(c){n.startIndex=c,n.endIndex=c,e.replaceRange(n);const u=t.getPosition(),h=u.getPositionList();u.setCursorPosition(h[c])}break}}}function _c(o,t,e){if(e.originControlId){const n=Yo(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=Yo(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=Yo(o,n.controlId);if(i)return{isInParent:!0,parentControlId:i}}return{isInParent:!1}}}return{isInParent:!1}}function Bc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;n.getIsCollapsed()&&Ac(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 h=d[l-1],R=d[l],f=R?.control?.type===s.ControlType.TEXT&&R.controlComponent===s.ControlComponent.PLACEHOLDER&&!i.getIsExistValueByElementListIndex(d,l),g=e.getMode()===s.EditorMode.FORM&&R?.control?.type===s.ControlType.NUMBER&&!i.getIsExistValueByElementListIndex(d,l)&&(R.controlComponent===s.ControlComponent.PREFIX||R.controlComponent===s.ControlComponent.PRE_TEXT||R.controlComponent===s.ControlComponent.PLACEHOLDER||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POST_TEXT);if(h?.subTemplateParentId){const X=Hc(d,l-1);if(X){const O=Tr(d,X.labelIndex,e);e.getGlobalEvent().setCanvasEventAbility(),n.setRange(O,O),e.render({curIndex:O});return}}const C=e.getPosition().getPositionList(),p=C[l],I=C[l-1],m=p&&I&&p.rowIndex===I.rowIndex,L=h?.controlComponent===s.ControlComponent.PREFIX||h?.controlComponent===s.ControlComponent.PRETEXTFIX||h?.controlComponent===s.ControlComponent.PRE_TEXT||h?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT,M=h?.controlComponent===s.ControlComponent.POSTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT,P=!!h?.controlId,F=R?.controlComponent===s.ControlComponent.PLACEHOLDER,N=R?.controlComponent===s.ControlComponent.POSTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT,Y=R?.control?.type===s.ControlType.TEXT&&(R.controlComponent===s.ControlComponent.PREFIX||R.controlComponent===s.ControlComponent.PRE_TEXT),b=N&&h?.controlId===R?.controlId&&h?.originControlId===R?.originControlId&&h?.controlComponent===s.ControlComponent.VALUE,S=!!R&&!R.controlId&&!R.control;if(F&&L&&P&&m||g)return;const{isInParent:y,parentControlId:V}=_c(d,l,h);if(M&&P&&m&&y&&!(R?.controlId===V&&!R?.originControlId&&(R?.controlComponent===s.ControlComponent.VALUE||R?.controlComponent===s.ControlComponent.PLACEHOLDER))){if(h.originControlId&&V)for(let O=l;O<d.length;O++){const E=d[O];if(Ui(E,V)){if(E.controlComponent===s.ControlComponent.VALUE){n.setRange(O,O),e.render({curIndex:O,isSubmitHistory:!1});return}if(E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POST_TEXT)return}E.controlId!==V&&E.originControlId}return}if(M&&P&&m&&!y&&!(S&&!F&&!N)){if(Y)return;if(f)return;{const X=l-1;c=i.removeControl(X),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(N&&R?.originControlId&&y&&V&&m){for(let X=l+1;X<d.length;X++){const O=d[X];if(Ui(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}for(let X=l-1;X>=0;X--){const O=d[X];if(Ui(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}return}if(e.getMode()===s.EditorMode.FORM&&N&&R?.originControlId&&m){const X=Yo(d,R.originControlId);if(!X)return;for(let O=l-1;O>=0;O--){const E=d[O];if(E.controlId===X&&!E.originControlId){if(E.controlComponent===s.ControlComponent.VALUE||E.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(O,O),e.render({curIndex:O,isSubmitHistory:!1});return}if(E.controlComponent===s.ControlComponent.PREFIX||E.controlComponent===s.ControlComponent.PRE_TEXT||E.controlComponent===s.ControlComponent.PRETEXTFIX||E.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)return}if(E.controlId&&E.controlId!==X&&E.originControlId!==X)break}return}if(N&&R?.controlId&&m&&!b){const X=l;c=i.removeControl(X),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(X,X),e.render({curIndex:X,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(a){const h=e.getTableParticle().getRangeRowCol();if(!h)return;let R=!1;for(let f=0;f<h.length;f++){const g=h[f];for(let T=0;T<g.length;T++){const C=g[T];C.value.length>1&&(e.spliceElementList(C.value,1,C.value.length-1),R=!0)}}c=R?0:null}else if(i.getActiveControl()&&i.getIsRangeCanCaptureEvent())c=i.keydown(o),c!==null&&i.emitControlContentChange();else{const h=e.getPosition().getCursorPosition();if(!h)return;const{index:R}=h,f=n.getIsCollapsed(),g=e.getElementList();if(f&&R===0){const I=g[R];if(I.value===K){I.listId&&e.getListParticle().unsetList(),o.preventDefault();return}}const T=g[l];if(f&&T.rowFlex&&T.value===K){const I=n.getRangeRowElementList();if(I){const m=g[l-1];I.forEach(L=>{L.rowFlex=m?.rowFlex})}}const C=T.value===K?g[l-1]:T,p=g[r+1];if(C?.titleId&&p?.titleId&&C.level===p.level&&C.titleId!==p.titleId){const I=C.titleId,m=p.titleId;let L=r+1;for(;L<g.length&&g[L]?.titleId===m;)g[L].titleId=I,L++}f?e.spliceElementList(g,R,1):e.spliceElementList(g,l+1,r-l),c=f?R-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 mr(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 kc(o){const t=o.getDraw(),n=t.getRange().getRange(),i=t.getElementList(),l=i[n.startIndex+1];if(!re(l))return;const r=n.startIndex+1;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){mr(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||!re(d))break}}function Gc(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()&&kc(t);let u;if(r){const h=e.getTableParticle().getRangeRowCol();if(!h)return;let R=!1;for(let f=0;f<h.length;f++){const g=h[f];for(let T=0;T<g.length;T++){const C=g[T];C.value.length>1&&(e.spliceElementList(C.value,1,C.value.length-1),R=!0)}}u=R?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 h=c[l+1].subTemplateParentId;let R=-1;for(let f=l;f>=0;f--){const g=c[f];if(g.type===s.ElementType.SUB_TEMPLATE&&g.id===h){R=f;break}}R!==-1?u=mr(c,R,e):u=null}else{e.removeSplitTdOtherRangeElements();const h=e.getPosition(),R=h.getCursorPosition();if(!R)return;const{index:f}=R,g=h.getPositionContext();if(g.isDirectHit&&g.isImage)e.spliceElementList(c,f,1),u=f-1;else{const T=n.getIsCollapsed();if(!T)e.spliceElementList(c,i+1,l-i);else if(c[f+1])e.spliceElementList(c,f+1,1);else{let C=!0;if(g.isTable){const p=e.getTd();if(p?.linkTdNextId){const I=e.getTdById(p.linkTdNextId);I&&(C=!1,e.spliceElementList(I.value,1,1))}}if(C)return}u=T?f: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 xc(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===K&&a[l+1]?.listId!==d.listId){e.getListParticle().unsetList();return}let u={value:K};if(o.shiftKey&&c.listId&&(u.listWrap=!0),se(a,[u],i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()}),o.shiftKey&&d.areaId&&d.areaId!==a[l+1]?.areaId&&(u=Ee(u,Rn)),!(a[i+1]?.titleId&&(!c.titleId||c.titleId!==a[i+1]?.titleId))&&!(d.titleId&&d.titleId!==a[l+1]?.titleId)){const C=n.getRangeAnchorStyle(a,l);if(C){const p=[...ae],I=C.controlComponent===s.ControlComponent.POSTFIX||C.controlComponent===s.ControlComponent.POSTTEXTFIX||C.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||C.controlComponent===s.ControlComponent.POST_TEXT,m=C.control?.type===s.ControlType.BUTTON&&!C.control?.buttonText;!I&&!m&&p.push(...Ne),p.forEach(L=>{const M=C[L];M!==void 0&&(u[L]=M)})}}const h=e.getControl(),R=h.getActiveControl();let f;const g=R?.getElement();if(g?.control?.type===s.ControlType.BUTTON&&!g.control?.buttonText&&h.getIsRangeWithinControl())f=R.setValue([u]),~f&&h.emitControlContentChange();else if(R&&h.getIsRangeWithinControl())f=h.setValue([u]),h.emitControlContentChange();else{const p=e.getPosition().getCursorPosition();if(!p)return;const{index:I}=p;if(r){if(e.spliceElementList(a,I+1,0,[u]),d.titleId&&a[I+2]?.titleId===d.titleId){const m=mt();let L=I+2;for(;L<a.length&&a[L]?.titleId===d.titleId;)a[L].titleId=m,L++}}else e.spliceElementList(a,i+1,l-i,[u]);f=I+1}~f&&(n.setRange(f,f),e.render({curIndex:f})),o.preventDefault()}function Cr(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 Jc(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(),h=c.getIsCollapsed(),R=e.getElementList(),f=e.getControl(),g=e.getMode()===s.EditorMode.FORM,T=f.getActiveControl()?.getElement()?.control?.type,C=g&&(T===s.ControlType.TEXT||T===s.ControlType.NUMBER),p=g?f.getActiveTextControlLimit():null,I=R[a],m=I?.controlComponent===s.ControlComponent.PREFIX||I?.controlComponent===s.ControlComponent.PRETEXTFIX||I?.controlComponent===s.ControlComponent.PRE_TEXT;let L=!1;if(m&&I?.originControlId){const S=I.originControlId;for(let y=a-1;y>=0;y--){const V=R[y];if(V.controlId===S&&!V.originControlId){L=!0;break}if(V.controlId&&V.controlId!==S&&V.originControlId!==S)break}}if(g&&!C&&f.getActiveControl()&&m&&!p&&!L){f.initNextControl({direction:Jt.UP});return}let M=1;if(Ae(o)){const S=e.getLetterReg(),y=o.shiftKey&&!h&&d===l?.index?u:d;if(S.test(R[y]?.value)){let V=y-1;for(;V>0;){const X=R[V];if(!S.test(X.value))break;M++,V--}}}if(g&&!C){const S=R[d],y=S?.controlId;if(y&&S?.controlComponent===s.ControlComponent.VALUE){let V=!1;for(let X=d;X>=0;X--){const O=R[X];if(O.controlId!==y)break;if(O.control?.type===s.ControlType.TEXTFIELD){V=!0;break}}if(V){if(S.controlComponent===s.ControlComponent.VALUE&&Cr(S))return;const X=d-M;if(X>=0){const O=R[X];if(O&&O.controlId===y&&O.controlComponent===s.ControlComponent.VALUE&&Cr(O))return}}}}const P=p?Math.max(d-M,p.startIndex):d-M;let F=P,N=P;if(o.shiftKey&&l&&(d!==u?d===l.index?(F=d,N=u-M):(F=P,N=u):N=u),!o.shiftKey){const S=R[d];if(S.type===s.ElementType.TABLE){const y=S.trList,V=y.length-1,X=y[V],O=X.tdList.length-1,E=X.tdList[O];i.setPositionContext({isTable:!0,index:d,trIndex:V,tdIndex:O,tdId:E.id,trId:X.id,tableId:S.id}),F=E.value.length-1,N=F}else if(S.tableId&&d===0){const V=e.getOriginalElementList()[r.index],X=e.getTd();if(X?.linkTdPrevId){const O=e.getTdById(X.linkTdPrevId);O&&(i.setPositionContext({...r,isTable:!0,index:O.tableIndex,trIndex:O.trIndex,tdId:O.id,trId:O.trId,tableId:O.tableId}),F=O.value.length-1,N=F)}else{const O=V.trList;t:for(let E=0;E<O.length;E++){const W=O[E];if(W.id!==S.trId)continue;const D=W.tdList;for(let U=0;U<D.length;U++)if(D[U].id===S.tdId){if(E===0&&U===0)i.setPositionContext({isTable:!1}),F=r.index-1,N=F,e.getTableTool().dispose();else{let Q=E,Z=U-1;Z<0&&(Q=E-1,Z=O[Q].tdList.length-1);const ot=O[Q],_=ot.tdList[Z];i.setPositionContext({isTable:!0,index:r.index,trIndex:Q,tdIndex:Z,tdId:_.id,trId:ot.id,tableId:S.tableId}),F=_.value.length-1,N=F}break t}}}}}if(!~F||!~N)return;const Y=e.getElementList();F=Hn(Y,F),N=Hn(Y,N),c.setRange(F,N);const b=F===N;e.updateTableTool(),e.render({curIndex:b?F:void 0,isSetCursor:b,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function pr(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 $c(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:h}=d.getRange(),R=d.getIsCollapsed();let f=e.getElementList();const g=e.getControl(),T=e.getMode()===s.EditorMode.FORM,C=g.getActiveControl()?.getElement()?.control?.type,p=T&&(C===s.ControlType.TEXT||C===s.ControlType.NUMBER),I=T?g.getActiveTextControlLimit():null,m=f[r],L=m?.controlComponent===s.ControlComponent.POSTFIX||m?.controlComponent===s.ControlComponent.POSTTEXTFIX||m?.controlComponent===s.ControlComponent.POST_TEXT;let M=!1;if(L&&m?.originControlId){const V=m.originControlId;for(let X=r+1;X<f.length;X++){const O=f[X];if(O.controlId===V&&!O.originControlId){M=!0;break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}}if(T&&!p&&g.getActiveControl()&&L&&!I&&!M){g.initNextControl({direction:Jt.DOWN});return}let P=1;if(Ae(o)){const V=e.getLetterReg(),X=o.shiftKey&&!R&&u===l?.index?h:u;if(V.test(f[X+1]?.value)){let O=X+2;for(;O<f.length;){const E=f[O];if(!V.test(E.value))break;P++,O++}}}if(T&&!p){const V=f[h],X=V?.controlId;if(X&&V?.controlComponent===s.ControlComponent.VALUE){let O=!1;for(let E=h;E>=0;E--){const W=f[E];if(W.controlId!==X)break;if(W.control?.type===s.ControlType.TEXTFIELD){O=!0;break}}if(O){if(V.controlComponent===s.ControlComponent.VALUE&&pr(V))return;const E=h+P;if(E<f.length){const W=f[E];if(W&&W.controlId===X&&W.controlComponent===s.ControlComponent.VALUE&&pr(W))return}}}}const F=I?Math.min(h+P,I.endIndex):h+P;let N=F,Y=F;if(o.shiftKey&&l&&(u!==h?u===l.index?(N=u,Y=F):(N=u+P,Y=h):N=u),!o.shiftKey){const V=f[h],X=f[h+1];if(X?.type===s.ElementType.TABLE){const E=X.trList[0],W=E.tdList[0];i.setPositionContext({isTable:!0,index:h+1,trIndex:0,tdIndex:0,tdId:W.id,trId:E.id,tableId:X.id}),N=0,Y=0}else if(V.tableId&&!X){const O=e.getTd(),E=O?.linkTdNextId?e.getTdById(O.linkTdNextId):void 0;if(E?.value.length)i.setPositionContext({...c,isTable:!0,index:E.tableIndex,trIndex:E.trIndex,tdId:E.id,trId:E.trId,tableId:E.tableId}),N=0,Y=N;else{const D=e.getOriginalElementList()[c.index].trList;t:for(let U=0;U<D.length;U++){const v=D[U];if(v.id!==V.trId)continue;const Q=v.tdList;for(let Z=0;Z<Q.length;Z++)if(Q[Z].id===V.tdId){if(U===D.length-1&&Z===Q.length-1)i.setPositionContext({isTable:!1}),N=c.index,Y=N,f=e.getElementList(),e.getTableTool().dispose();else{let _=U,H=Z+1;H>Q.length-1&&(_=U+1,H=0);const B=D[_],q=B.tdList[H];i.setPositionContext({isTable:!0,index:c.index,trIndex:_,tdIndex:H,tdId:q.id,trId:B.id,tableId:V.tableId}),N=0,Y=N}break t}}}}}const b=f.length-1;if(N>b||Y>b)return;const S=e.getElementList();N=Hn(S,N,s.LocationPosition.AFTER),Y=Hn(S,Y,s.LocationPosition.AFTER),d.setRange(N,Y);const y=N===Y;e.updateTableTool(),e.render({curIndex:y?N:void 0,isSetCursor:y,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function zc(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],h=a[d],R=c>0?a[c-1]:null,f=l.getIsRangeWithinControl()||!!u?.controlId||!!h?.controlId||!!R?.controlId;let g=l.getActiveControl();if(i&&f&&(l.initControl(),g=l.getActiveControl()),i&&f)o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else if(g&&l.getIsRangeWithinControl())o.preventDefault(),l.initNextControl({direction:o.shiftKey?Jt.UP:Jt.DOWN});else{o.preventDefault();const T=r.getRangeAnchorStyle(a,d),p={...T?xt(T,Ne):null,type:s.ElementType.TAB,value:""};se(a,[p],c,{editorOptions:e.getOptions()}),e.insertElementList([p])}}function wi(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:[h]}}=d;if(c===a.length-1&&(r=d.index),!(l<u||l>h)){r=d.index;break}}return r}function jc(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 h=-1,R=-1;const f=i.getPositionContext();if(!o.shiftKey&&f.isTable&&(u&&l.rowIndex===0||!u&&l.rowIndex===e.getRowCount()-1)){const{index:T,trIndex:C,tdIndex:p,tableId:I}=f;if(u){const m=e.getOriginalElementList();if(C===0)if(m[T].originalId){const M=T-1,P=m[M];for(let F=P.trList.length-1;F>=0;F--){const N=P.trList[F].tdList.find(Y=>Y.tdIndex===p);if(N?.value.length){i.setPositionContext({isTable:!0,tableId:P.id,index:M,trIndex:F,tdIndex:p}),h=N.value.length-1,R=N.value.length-1;break}}}else i.setPositionContext({isTable:!1}),h=T-1,R=h,e.getTableTool().dispose();else{let L=-1,M=-1;const P=m[T].trList,F=P[C].tdList[p].colIndex;t:for(let b=C-1;b>=0;b--){const y=P[b].tdList;for(let V=0;V<y.length;V++){const X=y[V];if(X.colIndex===F||X.colIndex+X.colspan-1>=F&&X.colIndex<=F){L=b,M=V;break t}}}if(!~L||!~M)return;const N=P[L],Y=N.tdList[M];i.setPositionContext({isTable:!0,index:T,trIndex:L,tdIndex:M,tdId:Y.id,trId:N.id,tableId:I}),h=Y.value.length-1,R=h}}else{const m=e.getOriginalElementList(),L=m[T],M=L.trList;if(C===M.length-1){const P=T+1,F=m[P];if(F&&[L.id,L.originalId].includes(F.originalId)){for(let Y=p;Y>=0;Y--)if(F.trList[0].tdList[Y].value.length){i.setPositionContext({isTable:!0,index:P,tableId:F.id,trIndex:0,tdIndex:Y}),h=0,R=0;break}}else i.setPositionContext({isTable:!1}),h=T,R=h,e.getTableTool().dispose()}else{let P=-1,F=-1;const N=M[C].tdList[p].colIndex;t:for(let S=C+1;S<M.length;S++){const V=M[S].tdList;for(let X=0;X<V.length;X++){const O=V[X];if(O.colIndex===N||O.colIndex+O.colspan-1>=N&&O.colIndex<=N){P=S,F=X;break t}}}if(!~P||!~F)return;const Y=M[P],b=Y.tdList[F];i.setPositionContext({isTable:!0,index:T,trIndex:P,tdIndex:F,tdId:b.id,trId:Y.id,tableId:I}),h=b.value.length-1,R=h}}}else{let T=l;o.shiftKey&&(a===l.index?T=d[c]:T=d[a]);const{index:C,rowNo:p,rowIndex:I,coordinate:{rightTop:[m]}}=T;if(u&&I===0||!u&&I===e.getRowCount()-1)return;const L=wi({positionList:d,index:C,rowNo:p,isUp:u,cursorX:m});if(L<0)return;h=L,R=L,o.shiftKey&&(a!==c?a===l.index?h=a:R=c:u?R=c:h=a);const P=e.getElementList()[L];if(P.type===s.ElementType.TABLE){const{scale:F}=e.getOptions(),N=e.getMargins(),Y=P.trList;let b=-1,S=-1,y=-1;if(u)t:for(let V=Y.length-1;V>=0;V--){const O=Y[V].tdList;for(let E=0;E<O.length;E++){const W=O[E],D=W.x*F+N[3],U=W.width*F;if(m>=D&&m<=D+U){const v=W.positionList,Q=v[v.length-1],Z=wi({positionList:v,index:Q.index+1,rowNo:Q.rowNo-1,isUp:u,cursorX:m})||Q.index;b=V,S=E,y=Z;break t}}}else t:for(let V=0;V<Y.length;V++){const O=Y[V].tdList;for(let E=0;E<O.length;E++){const W=O[E],D=W.x*F+N[3],U=W.width*F;if(m>=D&&m<=D+U){const v=W.positionList,Q=wi({positionList:v,index:-1,rowNo:-1,isUp:u,cursorX:m})||0;b=V,S=E,y=Q;break t}}}if(~b&&~S&&~y){const V=Y[b],X=V.tdList[S];i.setPositionContext({isTable:!0,index:L,trIndex:b,tdIndex:S,tdId:X.id,trId:V.id,tableId:P.id}),h=y,R=h,d=i.getPositionList()}}}if(!~h||!~R)return;h>R&&([h,R]=[R,h]),r.setRange(h,R);const g=h===R;e.render({curIndex:g?h:void 0,isSetCursor:g,isSubmitHistory:!1,isCompute:!1}),g||(e.getCursor().moveCursorToVisible({cursorPosition:d[u?h:R],direction:u?Jt.UP:Jt.DOWN}),e.updateTableTool())}function qc(o){return o.key.length===1&&!o.ctrlKey&&!o.metaKey&&!o.altKey}function td(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],h=l.getElement(),R=p=>!!p?.controlId&&p.controlId===h.controlId&&(p.originControlId||null)===(h.originControlId||null),f=u?.controlComponent===s.ControlComponent.POSTFIX||u?.controlComponent===s.ControlComponent.POST_TEXT||u?.controlComponent===s.ControlComponent.POSTTEXTFIX||u?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,g=c[a+1],T=!!(u?.originControlId&&u.controlComponent===s.ControlComponent.VALUE&&R(g)&&(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT));return!R(d)||!R(u)||f||T?!1:(o.preventDefault(),l.awake?.(),!0)}function ed(o,t){if(o.key!==" "&&o.key!=="Spacebar"&&o.code!=="Space")return!1;const e=t.getDraw();if(e.isReadonly()||e.isDisabled())return!1;const n=e.getRange(),i=e.getControl();if(!i.getActiveControl()&&i.getIsRangeWithinControl()){i.setPopupAwakeDisabled(!0);try{i.initControl()}finally{i.setPopupAwakeDisabled(!1)}}const l=i.getActiveControl(),r=l?.getElement();if(r?.control?.type!==s.ControlType.BUTTON||r.control.buttonText||r.control.editable===!1||!i.getIsRangeWithinControl())return!1;const a=l.setValue([{value:" "}]);return~a&&(i.emitControlContentChange(),n.setRange(a,a),e.render({curIndex:a,isSubmitHistory:!0,traceLabel:"keydown:button-space"})),o.preventDefault(),!0}function nd(o,t){if(t.isComposing)return;const e=t.getDraw();if(!e.getMacroParticle().keydown(o))if(o.key===s.KeyMap.Backspace)Bc(o,t);else if(o.key===s.KeyMap.Delete)Gc(o,t);else if(o.key===s.KeyMap.Enter)xc(o,t);else if(o.key===s.KeyMap.Left)Jc(o,t);else if(o.key===s.KeyMap.Right)$c(o,t);else if(o.key===s.KeyMap.Up||o.key===s.KeyMap.Down)jc(o,t);else{if(ed(o,t))return;if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Z){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().undo(),o.preventDefault()}else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.Y){if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return;e.getHistoryManager().redo(),o.preventDefault()}else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.C)t.copy(),o.preventDefault();else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.X)t.cut(),o.preventDefault();else if(Ae(o)&&o.key.toLocaleLowerCase()===s.KeyMap.A)t.selectAll(),o.preventDefault();else if(Ae(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?zc(o,t):qc(o)&&td(o,t)}}function od(o){return/[\u4e00-\u9fa5\u3000-\u303f\uff00-\uffef]/.test(o)}function id(o){return/[a-zA-Z]/.test(o)}function sd(o,t){return od(o)?t:id(o)?"Times New Roman":t}function Uo(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 be(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 Zi(o){return!!o?.originControlId&&Uo(o)}function io(o){return!!o?.originControlId&&be(o)}function rd(o,t){return!o||!t?!1:!!o.originControlId&&!!t.originControlId&&o.originControlId===t.originControlId&&o.controlId!==t.controlId}function gn(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 Ir(o,t){if(t)return o.find(e=>e.controlId===t&&!e.originControlId&&!!e.control?.type)}function Er(o,t,e){if(!t?.originControlId||e?.originControlId!==t.originControlId||!t.controlId||!e.controlId||t.controlId===e.controlId||!be(t)||!Uo(e))return;const n=Ir(o,t.originControlId);if(n?.control?.type===s.ControlType.TEXTFIELD)return n}function vi(o,t,e){Ne.forEach(n=>{delete o[n]}),Re.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 Qi(o,t,e,n){o.controlId=t,o.control=e,o.controlComponent=s.ControlComponent.VALUE,delete o.originControlId,vi(o,e,n)}function Ki(o,t,e="input"){const n=ie(),i=t.getDraw(),l=i.getControl(),r=i.getOptions(),a=i.getElementList(),u=i.getPosition().getCursorPosition()?.index;if(i.isDisabled()||i.getMacroParticle().input(o,t.isComposing)||i.isReadonly())return;const R=i.getPosition().getCursorPosition();if(!o||!R)return;const f=t.isComposing;if(f&&t.compositionInfo?.value===o)return;const g=i.getRange();if(!g.getIsCanInput())return;const T=Ct=>{l.setPopupAwakeDisabled(!0);try{return Ct()}finally{l.setPopupAwakeDisabled(!1)}},C=()=>{T(()=>l.initControl())},p=(Ct,it)=>{T(()=>{g.setRange(Ct,it)})};let I=l.getActiveControl();const m=i.getElementList()[g.getRange().endIndex],L=m?.control?.type===s.ControlType.TEXT&&!!m?.originControlId&&(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);if(!I&&(l.getIsRangeWithinControl()||L)&&(C(),I=l.getActiveControl()),I){const Ct=I.getElement(),it=i.getElementList()[g.getRange().endIndex],Zt=Ct?.controlId===it?.controlId&&(Ct?.originControlId||null)===(it?.originControlId||null),yt=!!it&&it.controlComponent===s.ControlComponent.VALUE&&!!it.controlId&&!it.originControlId&&g.getRange().endIndex>0&&i.getElementList()[g.getRange().endIndex-1]?.originControlId===it.controlId;(!Zt||yt)&&(C(),I=l.getActiveControl())}const{endIndex:M}=g.getRange(),P=i.getElementList(),F=P[M],N=P[M+1];if(F?.type===s.ElementType.SUB_TEMPLATE&&N?.type===s.ElementType.SUB_TEMPLATE)return;const Y=i.getMode()===s.EditorMode.FORM;if(Y){const Ct=g.getRange();if(!(i.getElementList()[Ct.endIndex]?.control?.type===s.ControlType.TEXT)){const yt=l.getActiveTextControlLimit();if(!I||!l.getIsRangeWithinControl()&&!l.getIsRangeInPostfix())return;if(yt){const et=g.getRange();if(et.startIndex<yt.startIndex||et.endIndex>yt.endIndex){const j=Math.min(Math.max(et.endIndex,yt.startIndex),yt.endIndex);T(()=>{g.setRange(j,j),i.render({curIndex:j,isSubmitHistory:!1})});return}}const{endIndex:Tt}=g.getRange(),It=i.getElementList(),gt=It[Tt];if(!gt?.originControlId){if(gt?.controlId&>?.controlComponent===s.ControlComponent.VALUE){let et=!1;for(let j=Tt;j>=0;j--){const $t=It[j];if($t.controlId!==gt.controlId||$t.originControlId)break;if($t.control?.type===s.ControlType.TEXTFIELD){et=!0;break}}if(et)return}}}}const b=g.getDefaultStyle()||t.compositionInfo?.defaultStyle||null,S=t.compositionInfo?.perfStartTime,y=ad(t,i.getElementList());f||i.getCursor().clearAgentDomValue();const{TEXT:V,HYPERLINK:X,SUBSCRIPT:O,SUPERSCRIPT:E,DATE:W,TAB:D}=s.ElementType,U=o.replaceAll(`
|
|
119
|
+
`,K),{startIndex:v,endIndex:Q}=g.getRange(),Z=g.getRangeAnchorStyle(y,v);if(!Z)return;const ot=v>0?y[v-1]:null,_=!!(Z.controlId||Z.control),B={...!_&&ot?ot:Z,...b},q=i.isDesignMode(),x=y[Q+1],Xt=gn(y,Z.originControlId,i.getMode()),wt=gn(y,x?.originControlId,i.getMode()),Ie=!Z.originControlId&&!x?.originControlId&&be(Z)&&Uo(x)&&!!Z.controlId&&!!x.controlId&&Z.controlId!==x.controlId,ne=io(Z)&&Zi(x)&&!Xt&&!wt,ue=i.getMode()===s.EditorMode.EDIT?Er(y,Z,x):void 0,tt=!!Z.originControlId&&be(Z)&&x?.controlId===Z.originControlId&&!x.originControlId&&x.control?.type===s.ControlType.TEXTFIELD&&be(x),J=!!Z.originControlId&&be(Z)&&x?.controlId===Z.originControlId&&!x.originControlId&&x.control?.type===s.ControlType.TEXTFIELD&&x.controlComponent===s.ControlComponent.VALUE,G=!!Xt&&Xt===wt&&!!Z.controlId&&!!x?.controlId&&Z.controlId!==x.controlId&&(io(Z)||Zi(x))?Xt:null;if(Y&&(Ie||ne))return;const st=Uo(x)&&!x?.originControlId,z=be(Z)&&!Z.originControlId||Z.type===s.ElementType.CONTROL&&Z.controlComponent===s.ControlComponent.VALUE&&x?.type!==s.ElementType.CONTROL&&!Z.originControlId,ut=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],Rt=(Ct,it)=>!!(Ct?.controlId&&Ct.controlId===it?.controlId&&(Ct.originControlId||null)===(it.originControlId||null)),St=(Ct,it)=>{if(Ct?.control?.type)return Ct.control.type;if(Ct?.controlId){for(let Zt=it;Zt>=0;Zt--){const yt=y[Zt];if(!Rt(Ct,yt))break;if(yt.control?.type)return yt.control.type}for(let Zt=it+1;Zt<y.length;Zt++){const yt=y[Zt];if(!Rt(Ct,yt))break;if(yt.control?.type)return yt.control.type}}},Nt=(Ct,it)=>{const Zt=St(Ct,it);return!!(Zt&&ut.includes(Zt))},At=Ct=>{const it=y[Ct];let Zt=Ct;for(let yt=Ct+1;yt<y.length&&Rt(it,y[yt]);yt++)Zt=yt;return Zt},Ft=!!(Nt(Z,v)&&Z.controlComponent===s.ControlComponent.VALUE&&!Z.originControlId&&Rt(Z,x)&&be(x)&&!x?.value),_t=!!((Nt(Z,v)||St(Z,v)===s.ControlType.NUMBER)&&Z.controlComponent===s.ControlComponent.VALUE&&Z.originControlId&&Rt(Z,x)&&be(x))?gn(y,Z.originControlId,i.getMode()):null,le=Ir(y,_t),ft=st||z||Ft,Lt=ft?{...Z,type:void 0,control:void 0,controlId:void 0,controlComponent:void 0,originControlId:void 0,color:r.defaultColor,highlight:void 0}:Z,Vt=ft||_?Lt:B,Pt=Dt(U).map(Ct=>{const it={value:Ct};if(q||!Vt.title?.disabled&&!Vt.control?.disabled){const Zt=y[Q+1];(!Vt.type||Vt.type===V||Vt.type===X&&Zt?.type===X||Vt.type===W&&Zt?.type===W||Vt.type===O&&Zt?.type===O||Vt.type===E&&Zt?.type===E)&&Sa.forEach(yt=>{if(yt==="groupIds"&&!Zt?.groupIds)return;const Tt=Vt[yt];Tt!==void 0&&(it[yt]=Tt)}),(b||Vt.type===D)&&Ne.forEach(yt=>{const Tt=b?.[yt]||Vt[yt];Tt!==void 0&&(it[yt]=Tt)}),f&&(it.underline=!0)}if(!ft){const Zt=Z.originControlId&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.POST_TEXT);if(tt||J||ue){const It=ue||x;it.controlId=It.controlId,it.control=It.control,it.controlComponent=s.ControlComponent.VALUE,delete it.originControlId,vi(it,It.control,r.defaultColor)}const yt=!Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.POST_TEXT)&&x?.controlId&&x.controlId!==Z.controlId&&rd(Z,x),Tt=Z.controlId&&Z.originControlId&&(Z.controlComponent===s.ControlComponent.VALUE||Z.controlComponent===s.ControlComponent.PLACEHOLDER);if(!tt&&!J&&!ue&&Zt&&!it.controlId){const It=gn(y,Z.originControlId,i.getMode());if(!It)return it;let gt=null;for(let et=v;et>=0;et--){const j=y[et];if(je(j,It)&&j.control){gt=j.control;break}}it.controlId=It,it.controlComponent=s.ControlComponent.VALUE,gt&&(it.control=gt),vi(it,gt,r.defaultColor)}else if(yt&&!it.controlId){if(x?.controlId&&x.controlId!==Z.controlId)if(x.controlComponent===s.ControlComponent.PREFIX||x.controlComponent===s.ControlComponent.PRETEXTFIX)for(let It=v;It>=0;It--){const gt=y[It];if(gt.controlId===Z.controlId&&(gt.controlComponent===s.ControlComponent.PREFIX||gt.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let et=It-1;et>=0;et--){const j=y[et];if(j.controlId&&j.controlId!==Z.controlId&&(j.controlComponent===s.ControlComponent.PRETEXTFIX||j.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||j.controlComponent===s.ControlComponent.PREFIX||j.controlComponent===s.ControlComponent.PRE_TEXT)){it.controlId=j.controlId,it.controlComponent=s.ControlComponent.VALUE,j.control&&(it.control=j.control);break}if(j.controlId&&j.controlId!==Z.controlId&&(j.controlComponent===s.ControlComponent.POSTFIX||j.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(x.controlComponent===s.ControlComponent.POSTFIX||x.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(it.controlId=x.controlId,it.controlComponent=s.ControlComponent.VALUE,x.control&&(it.control=x.control));if(!it.controlId)for(let It=v;It>=0;It--){const gt=y[It];if(gt.controlId===Z.controlId&&(gt.controlComponent===s.ControlComponent.PREFIX||gt.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let et=It-1;et>=0;et--){const j=y[et];if(j.controlId&&j.controlId!==Z.controlId&&(j.controlComponent===s.ControlComponent.PRETEXTFIX||j.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||j.controlComponent===s.ControlComponent.PREFIX||j.controlComponent===s.ControlComponent.PRE_TEXT)){it.controlId=j.controlId,it.controlComponent=s.ControlComponent.VALUE,j.control&&(it.control=j.control);break}if(j.controlId&&j.controlId!==Z.controlId&&(j.controlComponent===s.ControlComponent.POSTFIX||j.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}else if(Tt&&!it.controlId){const It=Z.controlId;let gt=Z.control;if(!gt)for(let et=v;et>=0;et--){const j=y[et];if(j.controlId===It&&j.control&&(gt=j.control,j.controlComponent===s.ControlComponent.PREFIX||j.controlComponent===s.ControlComponent.PRETEXTFIX))break}it.controlId=It,it.originControlId=Z.originControlId,it.controlComponent=s.ControlComponent.VALUE,gt&&(it.control=gt)}else if(Z.controlId){let It=Z.control;if(!It)for(let gt=v;gt>=0;gt--){const et=y[gt];if(je(et,Z.controlId)&&et.control){It=et.control;break}}it.controlId||(it.controlId=Z.controlId),It&&!it.control&&(it.control=It),it.controlComponent||(it.controlComponent=s.ControlComponent.VALUE)}else if(!it.controlId&&!it.control&&x?.originControlId&&(x.controlComponent===s.ControlComponent.PREFIX||x.controlComponent===s.ControlComponent.PRETEXTFIX)){const It=gn(y,x.originControlId,i.getMode());if(!It)return it;let gt=null;for(let et=Q;et>=0;et--){const j=y[et];if(je(j,It)&&j.control){gt=j.control;break}}it.controlId=It,it.controlComponent=s.ControlComponent.VALUE,gt&&(it.control=gt)}}if(Ct&&Ct!==K){const Zt=sd(Ct,r.defaultFont);it.font=Zt}return it});let Et;const Mt=a[u],Qt=a[u+1],de=a[u-1];if(f)Et=v;else{const Ct=et=>{if(Pt?.length)for(let j=0;j<Pt.length;j++)y.splice(et+j,0,Pt[j]);return et+Pt.length-1},it=v+1,Zt=Ft?At(v)+1:it,yt=()=>{let et=null,j,$t=null;const fe=i.getMode()===s.EditorMode.EDIT?Er(a,Mt,Qt):void 0;if(fe?.controlId?(et=fe.controlId,j=fe.control?.type):i.getMode()===s.EditorMode.EDIT&&io(Mt)&&Qt?.controlId===Mt.originControlId&&!Qt.originControlId&&Qt.control?.type===s.ControlType.TEXTFIELD&&(Qt.controlComponent===s.ControlComponent.VALUE||be(Qt))?(et=Mt.originControlId,j=s.ControlType.TEXTFIELD):io(Mt)?et=gn(a,Mt.originControlId,i.getMode()):Zi(Qt)?et=gn(a,Qt.originControlId,i.getMode()):G?et=G:Mt?.control?.type===s.ControlType.TEXT&&Mt.controlId&&!Mt.originControlId&&be(Mt)&&de?.originControlId===Mt.controlId&&(et=Mt.controlId,$t={startIndex:u-1,endIndex:u-1}),!et)return null;if(!j)for(let zt=u;zt>=0;zt--){const jt=a[zt];if(je(jt,et)&&jt.control?.type){j=jt.control.type;break}if(jt.controlId&&jt.controlId!==et&&jt.originControlId!==et)break}return j!==s.ControlType.TEXT&&!(i.getMode()===s.EditorMode.EDIT&&j===s.ControlType.TEXTFIELD)?null:{parentControlId:et,activationIndex:(()=>{for(let zt=u+1;zt<a.length;zt++){const jt=a[zt];if(je(jt,et))return zt;if(jt.controlId&&jt.controlId!==et&&jt.originControlId!==et)break}for(let zt=u;zt>=0;zt--){const jt=a[zt];if(je(jt,et))return zt;if(jt.controlId&&jt.controlId!==et&&jt.originControlId!==et)break}return u})(),boundaryRange:$t}},Tt=I?.getElement(),It=!!(Tt?.control?.type===s.ControlType.BUTTON&&!Tt.control?.buttonText&&Tt.control?.editable!==!1&&l.getIsRangeWithinControl());v!==Q&&!It&&(i.removeSplitTdOtherRangeElements(),i.spliceElementList(y,it,Q-v));const gt=yt();if(_t&&le?.control){const et=At(v);Pt.forEach(j=>{Qi(j,_t,le.control,r.defaultColor)}),se(y,Pt,et,{editorOptions:r}),i.spliceElementList(y,et+1,0,Pt),Et=et+Pt.length}else if(gt){const{parentControlId:et,activationIndex:j,boundaryRange:$t}=gt;p(j,j),C();const fe=l.getActiveControl(),me=Qt?.controlId===et&&!Qt?.originControlId&&Qt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,zt=!!(Mt?.originControlId&&io(Mt)&&me!==-1),jt=$t||(zt?{startIndex:u,endIndex:u}:me!==-1?{startIndex:u,endIndex:me}:{startIndex:v,endIndex:Q});p(jt.startIndex,jt.endIndex),fe&&fe.getElement()?.controlId===et&&(fe.getElement()?.control?.type===s.ControlType.TEXT||fe.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Pt.forEach(eo=>{Qi(eo,et,fe.getElement().control,r.defaultColor)}),Et=fe.setValue(Pt,{range:jt,elementList:y}),l.emitControlContentChange(),p(Et,Et),C()):ft?Et=Ct(Zt):(Et=l.setValue(Pt),l.emitControlContentChange())}else if(ft)Et=Ct(Zt);else if(Mt?.originControlId&&(Mt.controlComponent===s.ControlComponent.POSTFIX||Mt.controlComponent===s.ControlComponent.POST_TEXT||Mt.controlComponent===s.ControlComponent.POSTTEXTFIX||Mt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))if(I?.getElement()?.control?.type===s.ControlType.TEXT&&I.getElement()?.controlId===Mt.controlId&&(I.getElement()?.originControlId||null)===(Mt.originControlId||null))Et=l.setValue(Pt),l.emitControlContentChange();else{const j=gn(a,Mt.originControlId,i.getMode());if(!j){Et=Ct(it);return}let $t;for(let me=u;me>=0;me--){const zt=a[me];if(je(zt,j)&&zt.control?.type){$t=zt.control.type;break}if(zt.controlId&&zt.controlId!==j&&zt.originControlId!==j)break}if($t===s.ControlType.TEXT||i.getMode()===s.EditorMode.EDIT&&$t===s.ControlType.TEXTFIELD){const me=()=>{for(let Me=u+1;Me<a.length;Me++){const we=a[Me];if(je(we,j))return Me;if(we.controlId&&we.controlId!==j&&we.originControlId!==j)break}for(let Me=u;Me>=0;Me--){const we=a[Me];if(je(we,j))return Me;if(we.controlId&&we.controlId!==j&&we.originControlId!==j)break}return u},zt=Qt?.controlId===j&&Qt?.controlComponent===s.ControlComponent.VALUE?u+1:-1,jt=zt!==-1?{startIndex:u,endIndex:zt}:{startIndex:u,endIndex:u},eo=me();p(eo,eo),C();const Cn=l.getActiveControl();p(jt.startIndex,jt.endIndex),Cn&&Cn.getElement()?.controlId===j&&(Cn.getElement()?.control?.type===s.ControlType.TEXT||Cn.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(Pt.forEach(Me=>{Qi(Me,j,Cn.getElement().control,r.defaultColor)}),Et=Cn.setValue(Pt,{range:jt,elementList:y}),l.emitControlContentChange(),p(Et,Et),C()):Et=Ct(it)}else Et=Ct(it)}else if((Mt?.control?.type===s.ControlType.SELECT||Qt?.control?.type===s.ControlType.SELECT)&&I?.getElement()?.control?.type===s.ControlType.SELECT&&l.getIsRangeWithinControl()){const et=l.getActiveControl();et&&typeof et.awake=="function"&&et.awake(),Et=v}else if(I?.getElement()?.control?.type===s.ControlType.DATE&&l.getIsRangeWithinControl()){const et=l.getActiveControl();et&&typeof et.awake=="function"&&et.awake(),Et=v}else!ft&&(Mt?.control?.type===s.ControlType.BUTTON||Qt?.control?.type===s.ControlType.BUTTON)?I?.getElement()?.control?.type===s.ControlType.BUTTON&&I.getElement()?.control?.editable!==!1&&l.getIsRangeWithinControl()?(Et=l.setValue(Pt),l.emitControlContentChange()):Et=v:I&&l.getIsRangeWithinControl()?(Et=l.setValue(Pt),l.emitControlContentChange()):(Mt?.type==="control"||Qt?.type==="control")&&!ft?Et=Ct(it):(se(y,Pt,v,{editorOptions:r}),i.spliceElementList(y,it,0,Pt),Et=v+Pt.length)}if(~Et&&!f){const Ct=ie()-n,it=ie();T(()=>{g.setRange(Et,Et),i.render({curIndex:Et,isSubmitHistory:!f,traceLabel:`input:${e}`})}),mi(r,`input:${e}`,ie()-n,[{label:"mutate",duration:Ct},{label:"renderCall",duration:ie()-it}],{isComposing:f,textLength:Pt.length,compositionChainDuration:e==="compositionend"&&S!==void 0?Number((ie()-S).toFixed(2)):void 0})}f&&(t.compositionInfo={value:U,startIndex:Et,endIndex:Q,defaultStyle:b,perfStartTime:n})}function ld(o){o.compositionInfo&&(o.compositionInfo=null)}function ad(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 cd(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 R=t.getPosition().getPositionList(),f=R[n],g=f.rowNo,T=f.pageNo,C=[];for(let I=0;I<R.length;I++){const m=R[I];if(m.pageNo>T)break;m.pageNo===T&&m.rowNo===g&&C.push(I)}const p=C[0]-1;r=p<0?0:p,a=C[C.length-1]}const c=t.getOptions();await dr(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})}function dd(o){return o.replace(/^(?:\r\n|\r|\n)+|(?:\r\n|\r|\n)+$/g,"")}async function ud(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 h={type:s.ElementType.TABLE,value:"",colgroup:[],trList:[]},R=u[0],f=R[0].colIndex,g=R[R.length-1],T=g.colIndex+g.colspan-1;for(let C=f;C<=T;C++)h.colgroup.push(d.colgroup[C]);for(let C=0;C<u.length;C++){const p=u[C],I=d.trList[p[0].rowIndex],m={tdList:[],height:I.height,minHeight:I.minHeight};for(let L=0;L<p.length;L++)m.tdList.push(p[L]);h.trList.push(m)}a=n?[h]:Yt([h])}else a=r.getIsCollapsed()?r.getRangeRowElementList():r.getSelectionElementList();if(i&&a?.length){const d=Mn(a,e.getOptions());await bc(n?dd(d):d);return}a?.length&&await dr(a,e.getOptions())}function Rd(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")&&Wi(t,a)}}}function Lr(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(R=>!R.type||R.type!==s.ElementType.CONTROL&&Le.includes(R.type)?R.value:K).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,h=-1;for(const{segment:R,index:f,isWordLike:g}of d){const T=f+a;if(g&&r>=T&&r<T+R.length){u=T-1,h=u+R.length;break}}return~u&&~h?{startIndex:u,endIndex:h}:null}function hd(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=di.test(n);if(c||l.test(n)){const u=t.getElementList();let h=i-1;for(;h>0;){const f=u[h].value;if(c&&di.test(f)||!c&&l.test(f))r++,h--;else break}let R=i+1;for(;R<u.length;){const f=u[R].value;if(c&&di.test(f)||!c&&l.test(f))a++,R++;else break}}const d=i-r-1;return d<0?null:{startIndex:d,endIndex:i+a}}function gd(o,t){const e=o.getDraw(),n=e.getPosition(),i=n.getPositionByXY({x:t.offsetX,y:t.offsetY});if(e.getMode()===s.EditorMode.FORM){const a=i.isTable&&e.getTd()?.value||e.getElementList(),c=i.isTable?i.tdValueIndex:i.index,d=a[c],u=fd(a,d),h=e.getEventBus();if(i.isDirectHit&&u?.controlId&&u.control?.type===s.ControlType.BUTTON&&!u.control.buttonText&&h.isSubscribe("buttonChange")){const R=a.filter(f=>f.controlId===u.controlId&&(f.originControlId||null)===(u.originControlId||null));h.emit("buttonChange",{evt:t,element:at(u),elementList:at(R),controlId:u.controlId,control:at(u.control)});return}}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=Lr(o)||hd(o);r&&(l.setRange(r.startIndex,r.endIndex),e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),l.setRangeStyle())}function fd(o,t){if(!t?.controlId)return null;const e=t.originControlId||null,n=l=>!!(l&&l.controlId===t.controlId&&(l.originControlId||null)===e);if(t.control?.type===s.ControlType.BUTTON)return t;const i=o.indexOf(t);for(let l=i;l>=0;l--){const r=o[l];if(!n(r))break;if(r.control?.type===s.ControlType.BUTTON)return r}for(let l=i+1;l<o.length;l++){const r=o[l];if(!n(r))break;if(r.control?.type===s.ControlType.BUTTON)return r}return null}function Td(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 g=r[d],T=r[d-1];if(g.value===K&&!g.listWrap||g.listId!==T?.listId||g.titleId!==T?.titleId)break;a++,d--}let u=l+1;for(;u<r.length;){const g=r[u],T=r[u+1];if(g.value===K&&!g.listWrap||g.listId!==T?.listId||g.titleId!==T?.titleId)break;c++,u++}const h=t.getRange();let R=l-a-1;if(r[R]?.value!==K&&(R-=1),R<0)return;let f=l+c+1;(r[f]?.value===K||f>r.length-1)&&(f-=1),h.setRange(R,f),t.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}const Pr={dblclick:gd,threeClick:Td};function md(o){o.isComposing=!0,o.getDraw().getMacroParticle().compositionStart()}function Cd(o,t){const e=ie();o.isComposing=!1;const n=o.getDraw(),i=n.getOptions();if(n.getMacroParticle().compositionEnd(t.data)){n.getCursor().clearAgentDomValue();return}if(t.data)o.compositionInfo&&(o.compositionInfo.perfStartTime=e),Oa?setTimeout(()=>{o.compositionInfo&&Ki(t.data,o,"compositionend")},1):o.compositionInfo&&Ki(t.data,o,"compositionend");else{const a=o.compositionInfo?.cancel;if(ld(o),!a){const c=n.getRange(),{endIndex:d}=c.getRange();n.render({curIndex:d,isSubmitHistory:!1,traceLabel:"compositionend:empty"})}}n.getCursor().clearAgentDomValue(),mi(i,"compositionend",ie()-e,[],{hasData:!!t.data,dataLength:t.data?.length||0})}function pd(o){o.compositionInfo&&(o.compositionInfo.cancel=!0)}const Hi={compositionstart:md,compositionend:Cd,compositionCancel:pd};function Id(o,t){const e=t.getDraw();if(e.isReadonly())return;o.preventDefault();const i=e.getPageContainer();if(!bs(o.target,m=>m===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:h,index:R}=d,f=c.getPositionList(),g=u?h:R;~R&&(e.getRange().setRange(g,g),c.setCursorPosition(f[g]));const T=e.getCursor(),{cursor:{dragColor:C,dragWidth:p,dragFloatImageDisabled:I}}=e.getOptions();if(I){const m=t.cacheElementList?.[t.cacheRange.startIndex];if(m?.type===s.ElementType.IMAGE&&(m.imgDisplay===s.ImageDisplay.FLOAT_TOP||m.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM||m.imgDisplay===s.ImageDisplay.SURROUND))return}T.drawCursor({width:p,color:C,isBlink:!1,isFocus:!1})}const Ed={dragover:Id};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)),ha(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=Lr(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()||Kc(t,this)}mousedown(t){this.draw.isInteractionSuspended()||Zc(t,this)}click(){this.draw.isInteractionSuspended()||Pa&&!this.draw.isReadonly()&&this.draw.getCursor().getAgentDom().focus()}mouseup(t){this.draw.isInteractionSuspended()||vc(t,this)}mouseleave(t){this.draw.isInteractionSuspended()||Qc(t,this)}keydown(t){this.draw.isInteractionSuspended()||nd(t,this)}dblclick(t){this.draw.isInteractionSuspended()||Pr.dblclick(this,t)}threeClick(){this.draw.isInteractionSuspended()||Pr.threeClick(this)}input(t,e="input"){this.draw.isInteractionSuspended()||Ki(t,this,e)}async cut(){this.draw.isInteractionSuspended()||await cd(this)}async copy(t){this.draw.isInteractionSuspended()||await ud(this,t)}compositionstart(){this.draw.isInteractionSuspended()||Hi.compositionstart(this)}compositionend(t){this.draw.isInteractionSuspended()||Hi.compositionend(this,t)}compositionCancel(){this.draw.isInteractionSuspended()||Hi.compositionCancel(this)}drop(t){this.draw.isInteractionSuspended()||Rd(t,this)}dragover(t){this.draw.isInteractionSuspended()||Ed.dragover(t,this)}}const Mr={PAGE_SCALE:"pageScale"};class Pd{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(Mr.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 Md{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 Od{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:h,table:{tdPadding:R}}=this.options;let f=l,g=r,T=c;for(let C=0;C<n.length;C++){const p=n[C];if(!p.isSurround){const M=p.width+(p.offsetX||0);p.rowFlex===s.RowFlex.CENTER?f+=(d-M)/2:p.rowFlex===s.RowFlex.RIGHT&&(f+=d-M)}f+=p.offsetX||0,g+=p.offsetY||0;const I=f,m=g,L=p.elementList.some(M=>!re(M)&&M.type===s.ElementType.IMAGE&&M.controlComponent===s.ControlComponent.VALUE&&(M.control?.type===s.ControlType.TEXT||M.control?.type===s.ControlType.TEXTFIELD)&&M.imgDisplay!==s.ImageDisplay.SURROUND&&M.imgDisplay!==s.ImageDisplay.FLOAT_TOP&&M.imgDisplay!==s.ImageDisplay.FLOAT_BOTTOM);for(let M=0;M<p.elementList.length;M++){const P=p.elementList[M],F=P.metrics;let N=!re(P)&&(P.imgDisplay!==s.ImageDisplay.INLINE&&P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)?p.ascent-F.height:p.ascent;const Y=P.vertical||(L?s.VerticalAlign.MIDDLE:void 0);if(Y&&!re(P)){const S=P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX,y=S?0:F.boundingBoxAscent,V=S?Math.max(F.height,F.boundingBoxAscent+F.boundingBoxDescent):F.boundingBoxAscent+F.boundingBoxDescent;Y===s.VerticalAlign.TOP?N=y:Y===s.VerticalAlign.MIDDLE?N=(p.height-V)/2+y:Y===s.VerticalAlign.BOTTOM&&(N=p.height-V+y)}P.left&&(f+=P.left),P.translateX&&(f+=P.translateX*h);const b={pageNo:i,index:T,value:P.value,rowIndex:a+C,rowNo:C,metrics:F,left:P.left||0,ascent:N,lineHeight:p.height,isFirstLetter:M===0,isLastLetter:M===p.elementList.length-1,coordinate:{leftTop:[f,g],leftBottom:[f,g+p.height],rightTop:[f+F.width,g],rightBottom:[f+F.width,g+p.height]}};if(P.imgDisplay===s.ImageDisplay.SURROUND||P.imgDisplay===s.ImageDisplay.FLOAT_TOP||P.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM){const S=e[e.length-1];S&&(b.metrics=S.metrics,b.coordinate=S.coordinate),P.imgFloatPosition||(P.imgFloatPosition={x:f,y:g,pageNo:i}),this.floatPositionList.push({pageNo:i,element:P,position:b,isTable:t.isTable,index:t.index,tdIndex:t.tdIndex,trIndex:t.trIndex,tdValueIndex:T,zone:u})}if(e.push(b),T++,f+=F.width,P.type===s.ElementType.TABLE&&!re(P)){const S=P.tdPadding||R,y=S[1]+S[3],V=S[0]+S[2];for(let X=0;X<P.trList.length;X++){const O=P.trList[X];for(let E=0;E<O.tdList.length;E++){const W=O.tdList[E];W.positionList=[];const D=W.rowList,U=this.computePageRowPosition({positionList:W.positionList,rowList:D,pageNo:i,startRowIndex:0,startIndex:0,startX:(W.x+S[3])*h+I+(P.translateX||0)*h,startY:(W.y+S[0])*h+m,innerWidth:(W.width-y)*h,isTable:!0,index:T-1,tdIndex:E,trIndex:X,zone:u});if(W.verticalAlign===s.VerticalAlign.MIDDLE||W.verticalAlign===s.VerticalAlign.BOTTOM){const v=D.reduce((ot,_)=>ot+_.height,0),Q=(W.height-V)*h-v,Z=W.verticalAlign===s.VerticalAlign.MIDDLE?Q/2:Q;Math.floor(Z)>0&&W.positionList.forEach(ot=>{const{coordinate:{leftTop:_,leftBottom:H,rightBottom:B,rightTop:q}}=ot;_[1]+=Z,H[1]+=Z,B[1]+=Z,q[1]+=Z})}f=U.x,g=U.y}}f=I,g=m}}f=l,g+=p.height}return{x:f,y:g,index:T}}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 h=u[0].startIndex;this.computePageRowPosition({positionList:this.positionList,rowList:u,pageNo:d,startRowIndex:c,startIndex:h,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:[at(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 T=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]});if(T)return T}for(let T=0;T<r.length;T++){const{index:C,pageNo:p,left:I,isFirstLetter:m,coordinate:{leftTop:L,rightTop:M,leftBottom:P}}=r[T];if(u===p){if(p>u)break;if(L[0]-I<=e&&M[0]>=e&&L[1]<=n&&P[1]>=n){let F=T;const N=l[T];if(N.type===s.ElementType.TABLE)for(let b=0;b<N.trList.length;b++){const S=N.trList[b];for(let y=0;y<S.tdList.length;y++){const V=S.tdList[y],X=this.getPositionByXY({x:e,y:n,td:V,pageNo:c,tablePosition:r[T],isTable:!0,elementList:V.value,positionList:V.positionList});if(~X.index){const{index:O,hitLineStartIndex:E}=X,W=V.value[O];return{index:C,isCheckbox:X.isCheckbox||W.type===s.ElementType.CHECKBOX||W.controlComponent===s.ControlComponent.CHECKBOX,isRadio:W.type===s.ElementType.RADIO||W.controlComponent===s.ControlComponent.RADIO,isControl:!!W.controlId,isImage:X.isImage,isLabel:X.isLabel,isMacro:X.isMacro,isDirectHit:X.isDirectHit,isTable:!0,tdIndex:y,trIndex:b,tdValueIndex:O,tdId:V.id,trId:S.id,tableId:N.id,hitLineStartIndex:E}}}}if(N.type===s.ElementType.IMAGE||N.type===s.ElementType.LATEX)return{index:F,isDirectHit:!0,isImage:!0};if(N.type===s.ElementType.MENSTRUAL_HISTORY)return{index:F,isDirectHit:!0};if(N.type===s.ElementType.FETAL_HEART_POSITION)return{index:F,isDirectHit:!0};if(N.type===s.ElementType.TOOTH_POSITION){const{scale:b}=this.options,S=N.width*b;return e>=L[0]&&e<=L[0]+S?{index:F,isDirectHit:!0}:{index:F}}if(N.type===s.ElementType.CHECKBOX||N.controlComponent===s.ControlComponent.CHECKBOX)return{index:F,isDirectHit:!0,isCheckbox:!0};if(N.type===s.ElementType.LABEL)return{index:F,isDirectHit:!0,isLabel:!0};if(N.type===s.ElementType.MACRO||N.type===s.ElementType.CUSTOM_MACRO||N.type===s.ElementType.REUSABLE_ITEM||N.type===s.ElementType.SUB_TEMPLATE)return{index:F,isDirectHit:!0,isMacro:!0};if(N.type===s.ElementType.TAB&&N.listStyle===s.ListStyle.CHECKBOX){let b=F-1;for(;b>0;){const S=l[b];if(S.value===K&&S.listStyle===s.ListStyle.CHECKBOX)break;b--}return{index:b,isDirectHit:!0,isCheckbox:!0}}if(N.type===s.ElementType.RADIO||N.controlComponent===s.ControlComponent.RADIO)return{index:F,isDirectHit:!0,isRadio:!0};let Y;if(l[C].value!==K){const b=M[0]-L[0];e<L[0]+b/2&&(F=T-1,m&&(Y=T))}return{isDirectHit:!0,hitLineStartIndex:Y,index:F,isControl:!!N.controlId}}}}if(!i){const T=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]});if(T)return T}let h=!1,R=-1,f;if(i){const{scale:T}=this.options,{td:C,tablePosition:p}=t;if(C&&p){const{leftTop:I}=p.coordinate,m=C.x*T+I[0],L=C.y*T+I[1],M=C.width*T,P=C.height*T;if(!(m<e&&e<m+M&&L<n&&n<L+P))return{index:R}}}const g=r.filter(T=>T.isLastLetter&&T.pageNo===u);for(let T=0;T<g.length;T++){const{index:C,rowNo:p,coordinate:{leftTop:I,leftBottom:m}}=g[T];if(n>I[1]&&n<=m[1]){const L=r.findIndex(N=>N.pageNo===u&&N.rowNo===p),M=l[L],P=r[L],F=M.listStyle===s.ListStyle.CHECKBOX?this.draw.getMargins()[3]:P.coordinate.leftTop[0];if(e<F)~L?P.value===K?R=L:(R=L-1,f=L):R=C;else{if(M.listStyle===s.ListStyle.CHECKBOX&&e<I[0])return{index:L,isDirectHit:!0,isCheckbox:!0};R=C}h=!0;break}}if(!h){if(this.draw.getIsPagingMode()){const C=this.draw.getHeader(),p=C.getHeight(),I=C.getHeaderTop()+p,m=this.draw.getFooter(),M=this.draw.getHeight()-(m.getFooterBottom()+m.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 T=this.draw.getMargins();if(n<=T[0])for(let C=0;C<r.length;C++){const p=r[C];if(p.pageNo!==u||p.rowNo!==0)continue;const{leftTop:I,rightTop:m}=p.coordinate;if(e<=T[3]||e>=I[0]&&e<=m[0]||r[C+1]?.rowNo!==0)return{index:p.index}}else{const C=g[g.length-1];if(C){const p=C.rowNo;for(let I=0;I<r.length;I++){const m=r[I];if(m.pageNo!==u||m.rowNo!==p)continue;const{leftTop:L,rightTop:M}=m.coordinate;if(e<=T[3]||e>=L[0]&&e<=M[0]||r[I+1]?.rowNo!==p)return{index:m.index}}}}return{index:g[g.length-1]?.index||r.length-1}}return{hitLineStartIndex:f,index:R,isControl:!!l[R]?.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:h,trIndex:R,tdIndex:f,tdValueIndex:g,zone:T,pageNo:C}=this.floatPositionList[a];if(i===C&&d.type===s.ElementType.IMAGE&&d.imgDisplay&&t.imgDisplays.includes(d.imgDisplay)&&(!T||T===l)){const p=d.imgFloatPosition,I=p.x*r,m=p.y*r,L=d.width*r,M=d.height*r;if(e>=I&&e<=I+L&&n>=m&&n<=m+M)return u?{index:h,isDirectHit:!0,isImage:!0,isTable:u,trIndex:R,tdIndex:f,tdValueIndex:g,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:C,isTable:p,trIndex:I,tdIndex:m,tdValueIndex:L}=e,M=this.draw.getControl(),{newIndex:P}=M.moveCursor({index:C,isTable:p,trIndex:I,tdIndex:m,tdValueIndex:L});p?e.tdValueIndex=P:e.index=P}const{index:n,isCheckbox:i,isRadio:l,isControl:r,isImage:a,isLabel:c,isDirectHit:d,isTable:u,trIndex:h,tdIndex:R,tdId:f,trId:g,tableId:T}=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:h,tdIndex:R,tdId:f,trId:g,tableId:T}),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&&!Kn(l)&&!l.control?.minWidth)for(let h=0;h<a.length;h++){const R=a[h],f=R.imgFloatPosition;if(f.pageNo!==n)continue;const g={...f,x:f.x*e,y:f.y*e,width:R.width*e,height:R.height*e};if(Ia(r,g)){i.isSurround=!0;const T=g.width+g.x-r.x;if(l.left=T,i.width+=T,u+=T,d=g.x+g.width,i.width+l.metrics.width>c){l.left=0,i.width-=u;break}}}return{x:d,rowIncreaseWidth:u}}}class Sd{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=Zn(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===K?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||Le.includes(e.type)):null}getTextLikeSelectionElementList(){const t=this.getSelectionElementList();return t?t.filter(e=>!e.type||Le.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 h=l.get(d);h||(h=[],l.set(d,h)),h.includes(u)||h.unshift(u);const R=i[r],f=i[r-1];if(R.value===K&&!R.listWrap||R.listId!==f?.listId||R.titleId!==f?.titleId)break;r--}const a=t===e;if(!a){let d=t+1;for(;d<e;){const{pageNo:u,rowNo:h}=n[d];let R=l.get(u);R||(R=[],l.set(u,R)),R.includes(h)||R.push(h),d++}}let c=e;for(a&&i[t].value===K&&(c+=1);c<n.length;){const d=i[c],u=i[c+1];if(d.value===K&&!d.listWrap||d.listId!==u?.listId||d.titleId!==u?.titleId)break;const{pageNo:h,rowNo:R}=n[c];let f=l.get(h);f||(f=[],l.set(h,f)),f.includes(R)||f.push(R),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:h}=r[a];if(n===h&&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:h,trIndex:R}=l,f={startIndex:u,endIndex:u};a===Ke.TABLE&&(f.tableId=d,f.startTdIndex=h,f.endTdIndex=h,f.startTrIndex=R,f.endTrIndex=R),n.set(c,f)}}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 E=this.draw.getOriginalElementList(),W=this.position.getPositionContext();r=E[W.index]}else{const E=~i?i:0,W=this.draw.getElementList();r=this.getRangeAnchorStyle(W,E)}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,h=!~a.findIndex(E=>!E.bold),R=!~a.findIndex(E=>!E.italic),f=!~a.findIndex(E=>!E.underline&&!E.control?.underline),g=!~a.findIndex(E=>!E.strikeout),T=r.color||null,C=r.highlight||null,p=r.rowFlex||null,I=r.vertical||null,m=r.rowMargin??this.options.defaultRowMargin,L=r.dashArray||[],M=r.level||null,P=r.listType||null,F=r.listStyle||null,N=f&&r.textDecoration||null,Y=!!this.draw.getPainterStyle(),b=this.historyManager.isCanUndo(),S=this.historyManager.isCanRedo(),y=r.groupIds||null,V=r.extension??null,X=r.deletePerson??"",O={type:c,undo:b,redo:S,painter:Y,font:d,size:u,bold:h,italic:R,underline:f,strikeout:g,deletePerson:X,color:T,highlight:C,rowFlex:p,vertical:I,rowMargin:m,dashArray:L,level:M,listType:P,listStyle:F,groupIds:y,textDecoration:N,extension:V};this._emitRangeStyle(O)}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(K,"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 Dd{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 h=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_X?Math.ceil(n*r/a):1,R=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_Y?Math.ceil(i*r/c):1;for(let f=0;f<h;f++){for(let g=0;g<R;g++)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 Ai{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 Fd extends Ai{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 Xd{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]],h=[a[3],r-a[2]],R=[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(h[0]-c,h[1]),t.lineTo(...h),t.lineTo(h[0],h[1]+c),t.moveTo(R[0]+c,R[1]),t.lineTo(...R),t.lineTo(R[0],R[1]+c),t.stroke(),t.restore()}}class Nd{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 f=0;f<c;f++)e[f].type===s.ElementType.TABLE&&d.push(f);let u=0,h=0;for(;h<c-1;){const f=d.length?d[u]:c,g=e.slice(h,f);g.length&&a.push({index:h,type:Ke.PAGE,elementList:g});const T=e[f];T&&a.push({index:f,type:Ke.TABLE,elementList:[T]}),h=f+1,u++}function R(f,g,T,C){if(!f)return;let p=T.map(P=>!P.type||Le.includes(P.type)&&P.controlComponent!==s.ControlComponent.CHECKBOX&&P.controlComponent!==s.ControlComponent.RADIO&&!P.hide&&!P.control?.hide&&!P.area?.hide?P.value:K).filter(Boolean).join("");i&&(p=p.toLocaleLowerCase());const I=[],m=n?new RegExp(f):f;let{index:L,length:M}=Zs(p,m);for(;L!==-1&&M!==0;){I.push({index:L,length:M});const P=Zs(p,m,L+M);L=P.index,M=P.length}for(let P=0;P<I.length;P++){const{index:F,length:N}=I[P],Y=mt();for(let b=0;b<N;b++){const S=F+b+(C?.startIndex||0);r.push({type:g,index:S,groupId:Y,...C})}}}for(let f=0;f<a.length;f++){const g=a[f];if(g.type===Ke.TABLE){const T=g.elementList[0];for(let C=0;C<T.trList.length;C++){const p=T.trList[C];for(let I=0;I<p.tdList.length;I++){const m=p.tdList[I],L={tableId:T.id,tableIndex:g.index,trIndex:C,tdIndex:I,tdId:m.id};R(l,g.type,m.value,L)}}}else R(l,g.type,g.elementList,{startIndex:g.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===Ke.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===Ke.TABLE){const{tableIndex:L,trIndex:M,tdIndex:P,index:F}=d;u=a[L]?.trList[M].tdList[P]?.positionList[F]}else u=r[d.index];if(!u)continue;const{coordinate:{leftTop:h,leftBottom:R,rightTop:f},pageNo:g}=u;if(g!==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 C=h[0],p=h[1],I=f[0]-h[0],m=R[1]-h[1];t.fillRect(C,p,I,m)}t.restore()}replace(t,e){if(this.draw.isReadonly()||t==null)return;let i=this.getSearchMatchList();const l=e?.index;if(fi(l)){const T=[];i.forEach(C=>{const p=T[T.length-1];!p||p[0].groupId!==C.groupId?T.push([C]):p.push(C)}),i=T[l]}if(!i?.length)return;const r=this.draw.isDesignMode();let a=0,c=0,d="",u="",h=-1;const R=this.draw.getOriginalElementList();for(let T=0;T<i.length;T++){const C=i[T];if(C.type===Ke.TABLE){const{tableIndex:p,trIndex:I,tdIndex:m,index:L,tdId:M}=C;u&&M!==u&&(c=0),u=M;const P=p+a,F=R[P].trList[I].tdList[m].value,N=L+c,Y=F[N];if(!r&&(Y?.control?.deletable===!1||Y?.title?.deletable===!1))continue;if(t===""){this.draw.spliceElementList(F,N,1),c--,~h||(h=T);continue}if(d===C.groupId){this.draw.spliceElementList(F,N,1),c--;continue}~h||(h=T);for(let b=0;b<t.length;b++){const S=t[b];b===0?Y.value=S:(this.draw.spliceElementList(F,N+b,0,[{...Y,value:S}]),c++)}}else{const p=C.index+a,I=R[p];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(R,p,1),a--,~h||(h=T);continue}if(~h||(h=T),d===C.groupId){this.draw.spliceElementList(R,p,1),a--;continue}for(let m=0;m<t.length;m++){const L=t[m];m===0?I.value=L:(this.draw.spliceElementList(R,p+m,0,[{...I,value:L}]),a++)}}d=C.groupId}if(!~h)return;const f=i[h],g=f.index+(t.length-1);if(f.type===Ke.TABLE){const{tableIndex:T,trIndex:C,tdIndex:p,index:I}=f,m=R[T].trList[C].tdList[p].value[I];this.position.setPositionContext({isTable:!0,index:T,trIndex:C,tdIndex:p,tdId:m.tdId,trId:m.trId,tableId:m.tableId})}else this.position.setPositionContext({isTable:!1});this.draw.getRange().setRange(g,g),this.draw.render({curIndex:g})}}class yd extends Ai{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 An;(function(o){o.SOLID="solid",o.DASHED="dashed",o.DOTTED="dotted"})(An||(An={}));class bd extends Ai{options;constructor(t){super(),this.options=t.getOptions()}_drawLine(t,e,n,i,l){const r=e+i;switch(t.beginPath(),l){case An.DASHED:t.setLineDash([3,1]);break;case An.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,An.DASHED);break;case s.TextDecorationStyle.DOTTED:this._drawLine(t,i,a,r,An.DOTTED);break;default:this._drawLine(t,i,a,r);break}t.restore(),this.clearFillInfo()}}class Vd{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:sa});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||!ia.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 _n{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}static formatNumberPlaceholder(t,e,n,i){const l=i===s.NumberType.CHINESE?Ta(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:h}}=this.options;if(e<h)return;let R=d;const f=new RegExp(oo.PAGE_NO);f.test(R)&&(R=_n.formatNumberPlaceholder(R,e+u-h,f,c));const g=new RegExp(oo.PAGE_COUNT);g.test(R)&&(R=_n.formatNumberPlaceholder(R,this.draw.getPageCount()-h,g,c));const T=this.draw.getWidth(),C=this.draw.getHeight(),p=this.draw.getPageNumberBottom(),I=C-p;t.save(),t.fillStyle=r,t.font=`${i*n}px ${l}`;let m=0;const L=this.draw.getMargins(),{width:M}=t.measureText(R);a===s.RowFlex.CENTER?m=(T-M)/2:a===s.RowFlex.RIGHT?m=T-M-L[1]:m=L[3],t.fillText(R,m,I),t.restore()}}class Wd{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=ua(()=>{const{intersectionPageNo:t,visiblePageNoList:e}=this.getPageVisibleInfo();this.draw.setIntersectionPageNo(t),this.draw.setVisiblePageNoList(e)},150)}class Yd{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 Ud{draw;range;options;constructor(t){this.draw=t,this.range=t.getRange(),this.options=t.getOptions()}getTrListGroupByCol(t){const e=at(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 h=i.tdList.splice(l,1)[0];e[u]?.tdList.splice(d,0,h)}}}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(),R=this.draw.getOriginalElementList()[e].trList;if(!l)return[[R[n].tdList[i]]];let f=R[c].tdList[r],g=R[d].tdList[a];(f.x>g.x||f.y>g.y)&&([f,g]=[g,f]);const T=f.colIndex,C=g.colIndex+(g.colspan-1),p=f.rowIndex,I=g.rowIndex+(g.rowspan-1),m=[];for(let L=0;L<R.length;L++){const M=R[L],P=[];for(let F=0;F<M.tdList.length;F++){const N=M.tdList[F],Y=N.colIndex,b=N.rowIndex;Y>=T&&Y<=C&&b>=p&&b<=I&&P.push(N)}P.length&&m.push(P)}return m.length?m: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,h=this._mergeHorizontalBorderRanges(d,l),R=e.lineWidth;c&&(e.lineWidth=c*u),e.beginPath();const f=Math.round(n),g=Math.round(i);e.translate(.5,.5),a&&!h.length?e.rect(f,g,l,r):(a?(e.moveTo(f,g),e.lineTo(f,g+r),e.lineTo(f+l,g+r),e.lineTo(f+l,g)):(e.moveTo(f,g+r),e.lineTo(f,g)),this._drawHorizontalBorder(e,f,g,l,h)),e.stroke(),c&&(e.lineWidth=R),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:h,table:{defaultBorderColor:R}}=this.options,f=e.width*h,g=e.height*h,T=this._getPagingContinuationTopBorderRanges(r,f),C=a===s.TableBorder.EMPTY,p=a===s.TableBorder.EXTERNAL,I=a===s.TableBorder.INTERNAL;t.save(),a===s.TableBorder.DASH&&t.setLineDash([3,3]),t.lineWidth=d*h,t.strokeStyle=c||R,!C&&!I&&this._drawOuterBorder({ctx:t,startX:n,startY:i,width:f,height:g,borderExternalWidth:u,isDrawFullBorder:p,skipTopBorderRanges:T});for(let m=0;m<r.length;m++){const L=r[m];for(let M=0;M<L.tdList.length;M++){const P=L.tdList[M];if(P.slashTypes?.length&&this._drawSlash(t,P,n,i),!P.borderTypes?.length&&(C||p))continue;const F=P.width*h,N=P.height*h,Y=Math.round(P.x*h+n+F),b=Math.round(P.y*h+i),S=!!P.linkTdPrevId,y=!!P.linkTdNextId;if(t.translate(.5,.5),t.beginPath(),!S&&P.borderTypes?.includes(s.TdBorder.TOP)&&(t.moveTo(Y-F,b),t.lineTo(Y,b),t.stroke()),P.borderTypes?.includes(s.TdBorder.RIGHT)&&(t.moveTo(Y,b),t.lineTo(Y,b+N),t.stroke()),P.borderTypes?.includes(s.TdBorder.BOTTOM)&&(t.moveTo(Y,b+N),t.lineTo(Y-F,b+N),t.stroke()),P.borderTypes?.includes(s.TdBorder.LEFT)&&(t.moveTo(Y-F,b),t.lineTo(Y-F,b+N),t.stroke()),!C&&!p){if((!I||P.colIndex+P.colspan<l.length)&&(t.moveTo(Y,b),t.lineTo(Y,b+N),u&&u!==d&&P.colIndex+P.colspan===l.length)){const V=t.lineWidth;t.lineWidth=u*h,t.stroke(),t.beginPath(),t.lineWidth=V}if(y||!I||P.rowIndex+P.rowspan<r.length){const V=u&&u!==d&&P.rowIndex+P.rowspan===r.length;if(V&&(t.stroke(),t.beginPath()),t.moveTo(Y,b+N),t.lineTo(Y-F,b+N),V){const X=t.lineWidth;t.lineWidth=u*h,t.stroke(),t.beginPath(),t.lineWidth=X}}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 h=u.width*r,R=u.height*r,f=Math.round(u.x*r+n),g=Math.round(u.y*r+i);t.fillStyle=u.backgroundColor,t.fillRect(f,g,h,R),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 p=r.tdList[c-1],I=p?p.colIndex+p.colspan:c;for(let m=I;m<e.length;m++)if(this.getRowCountByColIndex(n.slice(0,l),m)===l){u=m;let M=0;for(let P=0;P<m;P++)M+=e[P].width;i=M;break}}else{const p=r.tdList[c-1];p&&(u=p.colIndex+p.colspan)}let h=0;for(let p=0;p<d.colspan;p++)h+=e[p+u].width;let R=0;for(let p=0;p<d.rowspan;p++){const I=n[p+l]||n[l];R+=I.height}const f=r.tdList.length-1===c;let g=a;if(!g&&d.rowspan>1){const p=n.length-1-l;g=d.rowspan-1===p}const T=a&&f;d.isLastRowTd=f,d.isLastColTd=g,d.isLastTd=T,d.x=i;let C=0;for(let p=0;p<l;p++){const I=n[p].tdList;for(let m=0;m<I.length;m++){const L=I[m];if(u>=L.colIndex&&u<L.colIndex+L.colspan){C+=L.height;break}}}d.y=C,d.width=h,d.height=R,d.rowIndex=l,d.colIndex=u,d.trIndex=l,d.tdIndex=c,i+=h,f&&!T&&(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:h,endTdIndex:R,startTrIndex:f,endTrIndex:g}=this.range.getRange();if(!u)return;let T=d[f].tdList[h],C=d[g].tdList[R];(T.x>C.x||T.y>C.y)&&([T,C]=[C,T]);const p=T.colIndex,I=C.colIndex+(C.colspan-1),m=T.rowIndex,L=C.rowIndex+(C.rowspan-1);t.save();for(let M=0;M<d.length;M++){const P=d[M];for(let F=0;F<P.tdList.length;F++){const N=P.tdList[F],Y=N.colIndex,b=N.rowIndex;if(Y>=p&&Y<=I&&b>=m&&b<=L){const S=N.x*l,y=N.y*l,V=N.width*l,X=N.height*l;t.globalAlpha=r,t.fillStyle=a,t.fillRect(S+n,y+i,V,X)}}}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 h=0;h<c.length;h++){const R=c[h];R.height=R.minHeight||l,R.minHeight=R.height}this.computeRowColInfo(t);const d={},u={};for(let h=0;h<c.length;h++){const R=c[h];if(!R.tdList.length){R.height=0;continue}const f=[],g=[];for(let C=0;C<t.colgroup.length;C++){const p=R.tdList.find(I=>I.colIndex===C);if(p){const I=e?e(p):p.rowList,m=I.reduce((M,P)=>M+P.height,0);p.rowList=I;const L=m/n+a;p.mainHeight=L,p.rowspan>1?(u[p.colIndex]=p.id,d[p.id]={td:p,rowSpan:[h,h+p.rowspan-1],preHeight:0,preMinHeight:0,extraHeight:L},g.push(L)):p.height<L?(p.height=L,p.realHeight=L,f.push(L)):f.push(p.height)}else{const I=d[u[C]];I?.rowSpan[1]==h&&f.push(I.extraHeight)}}const T=Math.max(...f.length?f:g);Object.values(d).forEach(C=>{C.rowSpan[0]<=h&&C.rowSpan[1]>=h&&(C.extraHeight-=T,C.preHeight+=T,C.preMinHeight+=R.minHeight)}),R.height=T;for(let C=0;C<t.colgroup.length;C++){const p=R.tdList.find(I=>I.colIndex===C)??this.findPreRowSpanTd(c,h,C);if(p){const I=d[p.id]?.preHeight??0,m=d[p.id]?.preMinHeight??R.minHeight;p.height=T+I,p.realHeight=T+I,p.realMinHeight=m}}}this.computeRowColInfo(t)}}var _e;(function(o){o.ROW="row",o.COL="col"})(_e||(_e={}));class wd{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:h,trList:R}=a,{coordinate:{leftTop:f}}=u,g=this.draw.getHeight(),T=this.draw.getPageGap(),C=this.draw.getPageNo()*(g+T),p=f[0],I=f[1]+C,m=a.trList[n].tdList[i],L=m.rowIndex,M=m.colIndex,P=a.height*c,F=a.width*c,N=document.createElement("div");N.classList.add(`${rt}-table-tool__select`),N.style.height=`${P*c}`,N.style.left=`${p}px`,N.style.top=`${I}px`,N.style.transform=`translate(-${this.TABLE_SELECT_OFFSET*c}px, ${-this.TABLE_SELECT_OFFSET*c}px)`,N.onclick=()=>{this.draw.getTableOperate().tableSelectAll()},this.container.append(N),this.toolTableSelectBtn=N;const Y=R.map(E=>E.height),b=document.createElement("div");b.classList.add(`${rt}-table-tool__row`),b.style.transform=`translateX(-${this.ROW_COL_OFFSET*c}px)`;for(let E=0;E<Y.length;E++){const W=Y[E]*c,D=document.createElement("div");D.classList.add(`${rt}-table-tool__row__item`),E===L&&D.classList.add("active"),D.onclick=()=>{const v=this.draw.getTableParticle().getTdListByRowIndex(R,E),Q=v[0],Z=v[v.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:Q.trIndex,tdIndex:Q.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,Q.tdIndex,Z.tdIndex,Q.trIndex,Z.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(b,E)};const U=document.createElement("div");U.classList.add(`${rt}-table-tool__anchor`),U.onmousedown=v=>{this._mousedown({evt:v,element:a,index:E,order:_e.ROW})},D.append(U),D.style.height=`${W}px`,b.append(D)}b.style.left=`${p}px`,b.style.top=`${I}px`,this.container.append(b),this.toolRowContainer=b;const S=document.createElement("div");S.classList.add(`${rt}-table-tool__quick__add`),S.style.height=`${P*c}`,S.style.left=`${p}px`,S.style.top=`${I+P}px`,S.style.transform=`translate(-${this.ROW_COL_QUICK_POSITION*c}px, ${this.ROW_COL_QUICK_OFFSET*c}px)`,S.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:R.length-1,tdIndex:0,tableId:a.id}),this.draw.getTableOperate().insertTableBottomRow()},this.container.append(S),this.toolRowAddBtn=S;const y=h.map(E=>E.width),V=document.createElement("div");V.classList.add(`${rt}-table-tool__col`),V.style.transform=`translateY(-${this.ROW_COL_OFFSET*c}px)`;for(let E=0;E<y.length;E++){const W=y[E]*c,D=document.createElement("div");D.classList.add(`${rt}-table-tool__col__item`),E===M&&D.classList.add("active"),D.onclick=()=>{const v=this.draw.getTableParticle().getTdListByColIndex(R,E),Q=v[0],Z=v[v.length-1];this.position.setPositionContext({index:e,isTable:!0,trIndex:Q.trIndex,tdIndex:Q.tdIndex,tableId:a.id}),this.range.setRange(0,0,a.id,Q.tdIndex,Z.tdIndex,Q.trIndex,Z.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(V,E)};const U=document.createElement("div");U.classList.add(`${rt}-table-tool__anchor`),U.onmousedown=v=>{this._mousedown({evt:v,element:a,index:E,order:_e.COL})},D.append(U),D.style.width=`${W}px`,V.append(D)}V.style.left=`${p}px`,V.style.top=`${I}px`,this.container.append(V),this.toolColContainer=V;const X=document.createElement("div");X.classList.add(`${rt}-table-tool__quick__add`),X.style.height=`${P*c}`,X.style.left=`${p+F}px`,X.style.top=`${I}px`,X.style.transform=`translate(${this.ROW_COL_QUICK_OFFSET*c}px, -${this.ROW_COL_QUICK_POSITION*c}px)`,X.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:0,tdIndex:R[0].tdList.length-1||0,tableId:a.id}),this.draw.getTableOperate().insertTableRightCol()},this.container.append(X),this.toolColAddBtn=X;const O=document.createElement("div");O.classList.add(`${rt}-table-tool__border`),O.style.height=`${P}px`,O.style.width=`${F}px`,O.style.left=`${p}px`,O.style.top=`${I}px`;for(let E=0;E<R.length;E++){const W=R[E];for(let D=0;D<W.tdList.length;D++){const U=W.tdList[D],v=document.createElement("div");v.classList.add(`${rt}-table-tool__border__row`),v.style.width=`${U.width*c}px`,v.style.height=`${this.BORDER_VALUE}px`,v.style.top=`${(U.y+U.height)*c-this.BORDER_VALUE/2}px`,v.style.left=`${U.x*c}px`,v.onmousedown=Z=>{this._mousedown({evt:Z,element:a,index:U.rowIndex+U.rowspan-1,order:_e.ROW})},O.appendChild(v);const Q=document.createElement("div");if(Q.classList.add(`${rt}-table-tool__border__col`),Q.style.width=`${this.BORDER_VALUE}px`,Q.style.height=`${U.height*c}px`,Q.style.top=`${U.y*c}px`,Q.style.left=`${(U.x+U.width)*c-this.BORDER_VALUE/2}px`,Q.onmousedown=Z=>{this._mousedown({evt:Z,element:a,index:U.colIndex+U.colspan-1,order:_e.COL})},O.appendChild(Q),d&&U.colIndex===0){const Z=document.createElement("div");Z.classList.add(`${rt}-table-tool__border__col`),Z.style.width=`${this.BORDER_VALUE}px`,Z.style.height=`${U.height*c}px`,Z.style.top=`${U.y*c}px`,Z.style.left=`${U.x*c-this.BORDER_VALUE/2}px`,Z.onmousedown=ot=>{this._mousedown({evt:ot,element:a,index:0,isLeftStartBorder:!0,order:_e.COL})},O.appendChild(Z)}}}this.container.append(O),this.toolBorderContainer=O}_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(),h=this.draw.getPageGap(),R=this.draw.getPageNo()*(u+h),f=this.position.getPositionContext(),C=(this.position.getOriginalPositionList()[f.index]?.coordinate?.leftTop?.[0]||0)*a,p=this.draw.getMargins(),I=p[0],m=p[1],L=I,M=d-m;this.mousedownX=e.x,this.mousedownY=e.y;const P=e.target,F=this.canvas.getBoundingClientRect(),N=window.getComputedStyle(P).cursor;document.body.style.cursor=N,this.canvas.style.cursor=N;let Y=0,b=0;const S=document.createElement("div");S.classList.add(`${rt}-table-anchor__line`),i===_e.ROW?(S.classList.add(`${rt}-table-anchor__line__row`),S.style.width=`${d}px`,Y=0,b=R+this.mousedownY-F.top):(S.classList.add(`${rt}-table-anchor__line__col`),S.style.height=`${u}px`,Y=this.mousedownX-F.left,b=R),S.style.left=`${Y}px`,S.style.top=`${b}px`,this.container.append(S),this.anchorLine=S;let y=0,V=0;const X=O=>{const E=this._mousemove(O,i,Y,b);E&&(y=E.dx,V=E.dy)};document.addEventListener("mousemove",X),document.addEventListener("mouseup",()=>{let O=!1;if(i===_e.ROW){const E=l.trList,W=E[n]||E[n-1],{defaultTrMinHeight:D}=this.options.table;V<0&&W.height+V<D&&(V=D-W.height),V&&(W.height+=V,W.minHeight=W.height,O=!0)}else{const{colgroup:E}=l;if(E&&y)if(c&&r){E[n].width-y/a<=this.MIN_TD_WIDTH&&(y=(E[n].width-this.MIN_TD_WIDTH)*a);const W=C+(l.translateX||0)*a;W+y<L&&(y=L-W),E[n].width-=y/a,l.width-=y/a,l.translateX=(l.translateX||0)+y/a,O=!0}else{const W=E[n].width;y<0&&W*a+y<this.MIN_TD_WIDTH*a&&(y=this.MIN_TD_WIDTH*a-W*a);const D=E[n+1]?.width;if(y>0&&D&&D*a-y<this.MIN_TD_WIDTH*a&&(y=D*a-this.MIN_TD_WIDTH*a),n===E.length-1){const v=C+(l.translateX||0)*a+l.width*a;v+y>M&&(y=M-v)}y&&(E.length-1!==n&&(E[n+1].width-=y/a),E[n].width+=y/a,O=!0)}}O&&this.draw.render({isSetCursor:!1}),S.remove(),document.removeEventListener("mousemove",X),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 Zd{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(`${rt}-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 vd{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,h=e.label?.color||a,R=e.label?.borderRadius||c,f=e.label?.padding||d;t.save(),t.font=e.style;const{width:g,height:T,boundingBoxAscent:C}=e.metrics;t.fillStyle=u,this._drawRoundedRect(t,n,i-C,g,T+(f[0]+f[3])*l,R*l),t.fill(),t.fillStyle=h,t.fillText(e.value,n+f[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 Qd{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,Xo(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)c==="select"?this._renderSelectControl(t,e,n,i,d):this._renderTextControl(t,e,n,i,d);else{const h=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,h)}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 h=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,h)}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,n){const i=t.type===s.ElementType.CUSTOM_MACRO,l=t.type===s.ElementType.REUSABLE_ITEM;if(this.draw.getMode()!==s.EditorMode.FORM||!i&&!l)return!1;const r=i?this._ensureMacroConfig(t):void 0,a=r?.type||"text",c=this.activeInlineEditor;if(c&&c.elementId===t.id&&c.elementType===t.type&&(t.id||c.index===e)&&c.type===a){if(a==="text"){const f=this._getCursorOffset(t,e,n);c.cursorOffset=f,c.selectionOffset=f,this._syncInlineCursor()}return this._focusInputAgent(),!0}this.clearInlineEditor();const d=f=>{const g=f.target,T=this.activeInlineEditor?.popup;g instanceof Node&&T?.contains(g)||g!==this.draw.getCursor().getAgentDom()&&this.clearInlineEditor()},u=this._getCursorOffset(t,e,n),h=this.draw.getPosition(),R=h.getPositionList()[e];return this.draw.getRange().setRange(e,e),R&&h.setCursorPosition(R),this.activeInlineEditor={elementId:t.id,index:e,elementType:t.type,type:a,popup:null,cursorOffset:u,selectionOffset:u,compositionRange:null,initialValue:this._getInlineEditorValue(t),initialCode:r?.code,initialUnderline:t.underline,initialStrikeout:t.strikeout,initialTextDecoration:t.textDecoration?{...t.textDecoration}:void 0,outsideHandler:d},window.setTimeout(()=>{this.activeInlineEditor?.outsideHandler===d&&document.addEventListener("mousedown",d,!0)}),a==="select"?(this._createSelectPopup(t),this.draw.getCursor().recoveryCursor()):this._syncInlineCursor(),this._focusInputAgent(),!0}input(t,e=!1){const n=this.activeInlineEditor;if(!n||n.type!=="text"||!t)return!1;const i=t.replace(/[\r\n]/g,"");if(!i)return!0;const l=this._getInlineEditorElement(n);if(!l)return this.clearInlineEditor({isSubmitHistory:!1}),!0;const r=Array.from(this._getInlineEditorValue(l));let a=Math.min(n.cursorOffset,n.selectionOffset),c=Math.max(n.cursorOffset,n.selectionOffset);e&&n.compositionRange&&(a=n.compositionRange.start,c=n.compositionRange.end);const d=Array.from(i);r.splice(a,c-a,...d);const u=a+d.length;return n.cursorOffset=u,n.selectionOffset=u,n.compositionRange=e?{start:a,end:u}:null,this._setInlineEditorValue(l,r.join("")),this._renderActiveEditor(),!0}compositionStart(){const t=this.activeInlineEditor;return!t||t.type!=="text"?!1:(t.compositionRange={start:Math.min(t.cursorOffset,t.selectionOffset),end:Math.max(t.cursorOffset,t.selectionOffset)},!0)}compositionEnd(t){const e=this.activeInlineEditor;if(!e||e.type!=="text")return!1;if(e.compositionRange){const n=this._getInlineEditorElement(e);if(n){if(!t){const r=Array.from(this._getInlineEditorValue(n));return r.splice(e.compositionRange.start,e.compositionRange.end-e.compositionRange.start),e.cursorOffset=e.compositionRange.start,e.selectionOffset=e.cursorOffset,this._setInlineEditorValue(n,r.join("")),this._renderActiveEditor(),e.compositionRange=null,!0}const i=this._getInlineEditorValue(n),l=Array.from(i).slice(e.compositionRange.start,e.compositionRange.end).join("");t&&l!==t&&this.input(t,!0)}}else t&&this.input(t);return e.compositionRange=null,!0}keydown(t){const e=this.activeInlineEditor;if(!e)return!1;if(e.type==="select")return t.key==="Escape"&&this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0}),t.key==="Escape"||t.key==="Enter"||t.key==="Backspace"||t.key==="Delete"||t.key.startsWith("Arrow")?(t.preventDefault(),t.stopImmediatePropagation(),!0):!1;const n=this._getInlineEditorElement(e);if(!n)return!1;const i=Array.from(this._getInlineEditorValue(n)),l=Math.min(e.cursorOffset,e.selectionOffset),r=Math.max(e.cursorOffset,e.selectionOffset),a=l!==r;if((t.ctrlKey||t.metaKey)&&t.key.toLowerCase()==="a")e.selectionOffset=0,e.cursorOffset=i.length,this._renderActiveEditor();else if(t.key==="ArrowLeft"||t.key==="ArrowRight"){const c=t.key==="ArrowLeft"?-1:1;!t.shiftKey&&a?(e.cursorOffset=c<0?l:r,e.selectionOffset=e.cursorOffset):(e.cursorOffset=Math.max(0,Math.min(i.length,e.cursorOffset+c)),t.shiftKey||(e.selectionOffset=e.cursorOffset)),this._renderActiveEditor()}else if(t.key==="Home"||t.key==="End")e.cursorOffset=t.key==="Home"?0:i.length,t.shiftKey||(e.selectionOffset=e.cursorOffset),this._renderActiveEditor();else if(t.key==="Backspace"||t.key==="Delete")a?(i.splice(l,r-l),e.cursorOffset=l):t.key==="Backspace"&&e.cursorOffset>0?(i.splice(e.cursorOffset-1,1),e.cursorOffset--):t.key==="Delete"&&e.cursorOffset<i.length&&i.splice(e.cursorOffset,1),e.selectionOffset=e.cursorOffset,this._setInlineEditorValue(n,i.join("")),this._renderActiveEditor();else if(t.key==="Enter"||t.key==="Tab")this.clearInlineEditor();else if(t.key==="Escape")this.clearInlineEditor({isSubmitHistory:!1,isRestore:!0});else return!1;return t.preventDefault(),t.stopImmediatePropagation(),!0}clearInlineEditor(t={}){const e=this.activeInlineEditor;if(!e)return;this.activeInlineEditor=null;const{isSubmitHistory:n=!0,isRestore:i=!1}=t;document.removeEventListener("mousedown",e.outsideHandler,!0);const l=this._getInlineEditorElement(e);if(l&&i&&this._restoreInlineEditorValue(l,e),e.popup?.remove(),l){const r=this._getInlineEditorValue(l),a=l.macroConfig?.code,c=r!==e.initialValue||a!==e.initialCode;this.draw.render({curIndex:e.index,isSubmitHistory:c&&!i&&n})}}_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,h;d?(u="#722ed1",h="#f9f0ff"):c?(u="#52c41a",h="#f6ffed"):a?(u="#fa8c16",h="#fff7e6"):(u="#1677ff",h="#e6f4ff"),t.save(),t.font=e.style;const R=t.measureText(l),f=R.actualBoundingBoxAscent+R.actualBoundingBoxDescent,g=8*r,T=4*r,C=4*r,p=R.width+g*2,I=f+T*2,m=e.metrics,L=n,M=i-m.boundingBoxAscent+(m.boundingBoxAscent+m.boundingBoxDescent-I)/2;t.fillStyle=h,this._drawRoundedRect(t,L,M,p,I,C),t.fill(),t.fillStyle=u,t.textBaseline="middle",t.fillText(l,n+g,M+I/2),t.restore()}_renderTextControl(t,e,n,i,l){const{control:r}=this.options,{placeholderColor:a}=r;t.save(),t.font=e.style;const d=`请输入${e.label||""}`,u=l||d,R=t.measureText(u).width;t.fillStyle=this._getControlColor(e),t.textBaseline="alphabetic",t.fillText("[",n,i);const f=n+t.measureText("[").width;this._renderTextSelection(t,e,f,i,l),t.fillStyle=l?this._getValueColor(e):a,t.fillText(u,f,i);const g=f+R;t.fillStyle=this._getControlColor(e),t.fillText("]",g,i),t.restore()}_renderSelectControl(t,e,n,i,l){const{scale:r,control:a}=this.options,{placeholderColor:c}=a;t.save(),t.font=e.style;const u=`请选择${e.label||""}`,h=l||u,R=t.measureText(h),f=R.actualBoundingBoxAscent+R.actualBoundingBoxDescent;t.fillStyle=this._getControlColor(e),t.textBaseline="alphabetic",t.fillText("[",n,i);const g=n+t.measureText("[").width;t.fillStyle=l?this._getValueColor(e):c,t.fillText(h,g,i);const T=g+R.width+2*r,C=i-f/2;t.beginPath(),t.moveTo(T,C-2*r),t.lineTo(T+5*r,C-2*r),t.lineTo(T+2.5*r,C+2*r),t.closePath(),t.fillStyle=this._getControlColor(e),t.fill();const p=T+6*r;t.fillStyle=this._getControlColor(e),t.fillText("]",p,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()}_createSelectPopup(t){const e=this.activeInlineEditor;if(!e)return;const n=this._ensureMacroConfig(t);if(!n.items?.length)return;const i=this._getInlineEditorPosition(e);if(!i)return;const l=document.createElement("div");l.classList.add(`${rt}-select-control-popup`,`${rt}-macro-select-popup`),l.setAttribute(Ze,s.EditorComponent.POPUP),l.style.setProperty("--COLOR-HOVER",this._getControlColor(t));const r=document.createElement("ul"),a=n.code||n.items?.find(h=>h.value===n.value)?.code||"";n.items.forEach(h=>{const R=document.createElement("li");R.textContent=h.value,R.dataset.code=h.code,h.code===a&&R.classList.add("active"),R.onclick=()=>{const f=h.code===a?"":h.code;this._setInlineEditorValue(t,"",f),this.clearInlineEditor()},r.append(R)}),l.append(r);const c=i.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),[d,u]=i.coordinate.leftTop;l.style.left=`${d}px`,l.style.top=`${u+c+i.lineHeight}px`,this.draw.getContainer().append(l),e.popup=l}_getCursorOffset(t,e,n){const i=Array.from(this._getInlineEditorValue(t));if(n===void 0||!i.length)return i.length;const l=this.draw.getPosition().getPositionList()[e];if(!l)return i.length;const r=this.draw.getCtx();r.save(),r.font=this.draw.getElementFont(t);const a=l.coordinate.leftTop[0]+r.measureText("[").width;let c=0;for(let d=0;d<i.length;d++){const u=r.measureText(i[d]).width;if(n<a+c+u/2)return r.restore(),d;c+=u}return r.restore(),i.length}_focusInputAgent(){window.setTimeout(()=>{this.activeInlineEditor&&this.draw.getCursor().focus()})}_renderActiveEditor(){const t=this.activeInlineEditor;t&&(this.draw.render({curIndex:t.index,isSubmitHistory:!1}),this._syncInlineCursor())}_syncInlineCursor(){const t=this.activeInlineEditor;if(!t||t.type!=="text")return;const e=this._getInlineEditorElement(t),n=this._getInlineEditorPosition(t);if(!e||!n)return;const i=this.draw.getCtx();i.save(),i.font=this.draw.getElementFont(e);const l=Array.from(this._getInlineEditorValue(e)).slice(0,t.cursorOffset).join(""),r=n.coordinate.leftTop[0]+i.measureText("[").width+i.measureText(l).width;i.restore();const a=this.draw.getCursor(),c=a.getCursorDom(),{scale:d}=this.options,u=Qs*d,h=Math.min(n.metrics.height/4,u),R=n.metrics.height+h*2,f=Math.max(n.metrics.boundingBoxDescent,0),g=n.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),T=n.coordinate.leftTop[1]+n.ascent+f-(R-h)+g,C=a.getAgentDom();c.style.left=`${r}px`,c.style.top=`${T}px`,c.style.height=`${R}px`,c.style.backgroundColor=this._getControlColor(e),c.style.display="block",C.style.left=`${r}px`,C.style.top=`${T+R-u}px`}_renderTextSelection(t,e,n,i,l){const r=this.activeInlineEditor;if(!r||r.type!=="text"||!l||!this._getIsActiveElement(e,r))return;const a=Math.min(r.cursorOffset,r.selectionOffset),c=Math.max(r.cursorOffset,r.selectionOffset);if(a===c)return;const d=Array.from(l),u=n+t.measureText(d.slice(0,a).join("")).width,h=t.measureText(d.slice(a,c).join("")).width,R=t.measureText(l);t.save(),t.globalAlpha=.2,t.fillStyle=this._getControlColor(e),t.fillRect(u,i-R.actualBoundingBoxAscent,h,R.actualBoundingBoxAscent+R.actualBoundingBoxDescent),t.restore()}_getIsActiveElement(t,e){const n=this._getInlineEditorElement(e);return!!(n&&(n===t||n.id&&n.id===t.id))}_getControlColor(t){return t.type===s.ElementType.REUSABLE_ITEM?"#1677ff":"#fa8c16"}_getValueColor(t){return t.color||this.options.defaultColor}_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}_getInlineEditorValue(t){return t.type===s.ElementType.REUSABLE_ITEM?t.reusableItemConfig?.value||"":t.macroConfig?.value||""}_setInlineEditorValue(t,e,n){if(t.type===s.ElementType.REUSABLE_ITEM){t.reusableItemConfig?t.reusableItemConfig.value=e:t.reusableItemConfig={value:e};return}const i=this._ensureMacroConfig(t);i.type==="select"?(i.code=n||void 0,i.value=this._getSelectLabelByCode(i,n)):i.value=e}_restoreInlineEditorValue(t,e){if(t.type===s.ElementType.REUSABLE_ITEM){this._setInlineEditorValue(t,e.initialValue),t.underline=e.initialUnderline,t.strikeout=e.initialStrikeout,t.textDecoration=e.initialTextDecoration;return}const n=this._ensureMacroConfig(t);n.value=e.initialValue,e.type==="select"&&(n.code=e.initialCode)}_getSelectLabelByCode(t,e){return e&&t.items?.find(n=>n.code===e)?.value||""}}class Kd{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=bi(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*ys[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 Hd{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 Ad{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 _d{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 Bd{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,h=r*d,R=e.width*d,f=this.draw.getDefaultBasicRowMarginHeight()*u;t.save(),t.font=`${h}px ${l}`;const g=t.measureText(c),T=(R-g.width)/2;t.setLineDash(a),t.translate(0,.5+f),t.beginPath(),t.moveTo(n,i),t.lineTo(n+T,i),t.moveTo(n+T+g.width,i),t.lineTo(n+R,i),t.stroke(),t.fillText(c,n+T,i+g.actualBoundingBoxAscent-h/2),t.restore()}}class kd{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:h}=this.options,R=this.draw.getWidth(),f=this.draw.getHeight();t.save(),t.globalAlpha=i,t.font=`${r*h}px ${l}`;let g=n;const T=new RegExp(oo.PAGE_NO);T.test(g)&&(g=_n.formatNumberPlaceholder(g,e+1,T,u));const C=new RegExp(oo.PAGE_COUNT);C.test(g)&&(g=_n.formatNumberPlaceholder(g,this.draw.getPageCount(),C,u));const p=t.measureText(g);if(c){const I=this.draw.getPagePixelRatio(),m=document.createElement("canvas"),L=m.getContext("2d"),M=p.width,P=p.actualBoundingBoxAscent+p.actualBoundingBoxDescent,F=Math.sqrt(Math.pow(M,2)+Math.pow(P,2)),N=F+2*d[0]*h,Y=F+2*d[1]*h;m.width=N,m.height=Y,m.style.width=`${N*I}px`,m.style.height=`${Y*I}px`,L.translate(N/2,Y/2),L.rotate(-45*Math.PI/180),L.translate(-N/2,-Y/2),L.font=`${r*h}px ${l}`,L.fillStyle=a,L.fillText(g,(N-M)/2,(Y-P)/2+p.actualBoundingBoxAscent);const b=t.createPattern(m,"repeat");b&&(t.fillStyle=b,t.fillRect(0,0,R,f))}else{const I=R/2,m=f/2;t.fillStyle=a,t.translate(I,m),t.rotate(-45*Math.PI/180),t.fillText(g,-p.width/2,p.actualBoundingBoxAscent-r*h/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 f=new Image;f.setAttribute("crossOrigin","Anonymous"),f.src=i,f.onload=()=>{this.imageCache.set(i,f),this.draw.render({isCompute:!1,isSubmitHistory:!1})};return}const d=this.draw.getWidth(),u=this.draw.getHeight(),h=e*c,R=n*c;if(t.save(),t.globalAlpha=l,r){const f=this.draw.getPagePixelRatio(),g=document.createElement("canvas"),T=g.getContext("2d"),C=Math.sqrt(Math.pow(h,2)+Math.pow(R,2)),p=C+2*a[0]*c,I=C+2*a[1]*c;g.width=p,g.height=I,g.style.width=`${p*f}px`,g.style.height=`${I*f}px`,T.translate(p/2,I/2),T.rotate(-45*Math.PI/180),T.translate(-p/2,-I/2),T.drawImage(this.imageCache.get(i),(p-h)/2,(I-R)/2,h,R);const m=t.createPattern(g,"repeat");m&&(t.fillStyle=m,t.fillRect(0,0,d,u))}else{const f=d/2,g=u/2;t.translate(f,g),t.rotate(-45*Math.PI/180),t.drawImage(this.imageCache.get(i),-h/2,-R/2,h,R)}t.restore()}render(t,e){this.options.watermark.type===s.WatermarkType.IMAGE?this.renderImage(t):this.renderText(t,e)}}class Gd{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(),h=u===s.EditorMode.EDIT||u===s.EditorMode.FORM,R=this.control.getActiveControl()?.getElement(),f=this._getControlType(t,e);let g=!1,T=!1,C=!1,p=!1;c.highlight||(g=!d&&!!n&&!!R&&c.controlId===R.controlId&&!this.control.getIsRangeInPostfix()),g||(T=!d&&!!i&&!!c.control?.disabled),T||(C=!d&&!!l&&!!c.controlId&&this.control.getIsExistValueByElementListIndex(t,e)),C||(p=!d&&!!r&&!!c.controlId&&!this.control.getIsExistValueByElementListIndex(t,e));const I=h&&!!a&&(f===s.ControlType.SELECT||f===s.ControlType.DATE);return(g?n:"")||(T?i:"")||(C?l:"")||(p?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.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 g=r.trList;for(let T=0;T<g.length;T++){const C=g[T];for(let p=0;p<C.tdList.length;p++){const I=C.tdList[p],m={tableId:r.id,tableIndex:l-1,trIndex:T,tdIndex:p,tdId:I.id};e(I.value,m)}}}const a=r?.control;if(!a)continue;const c=this.highlightList.findIndex(g=>g.id===r.controlId||a.conceptId&&a.conceptId===g.conceptId);if(!~c)continue;const d=l;let u=l;for(;u<n.length&&n[u].controlId===r.controlId;)u++;l=u;const h=n.slice(d,u).map(g=>g.controlComponent===s.ControlComponent.VALUE?g:{value:K}),R=this.highlightList[c],{ruleList:f}=R;for(let g=0;g<f.length;g++){const T=f[g],C=t.getMatchList(T.keyword,h);this.highlightMatchResult.push(...C.map(p=>({...p,...T,...i,index:p.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:m,tdIndex:L,index:M}=c;d=r[I]?.trList[m].tdList[L]?.positionList[M]}else d=l[c.index];if(!d)continue;const{coordinate:{leftTop:u,leftBottom:h,rightTop:R},pageNo:f}=d;if(f!==e)continue;t.fillStyle=c.backgroundColor||i,t.globalAlpha=c.alpha||n;const g=u[0],T=u[1],C=R[0]-u[0],p=h[1]-u[1];t.fillRect(g,T,C,p)}t.restore()}}const Or={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)"}},xd="#ff4d4f",Jd=5e3,_i=4;class $d{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})},Jd))}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],h=this._getStyle(u.mark),R=Math.max(1,this.options.scale),f=u.x-R,g=u.y-R,T=Math.max(1,u.width+R*2),C=Math.max(1,u.height+R*2),p=Math.max(2,this.options.scale*2);if(this.underlineVisible&&h.borderColor&&u.hasUnderline&&(t.lineWidth=p,t.strokeStyle=h.borderColor,t.beginPath(),t.moveTo(u.underlineX,u.underlineY),t.lineTo(u.underlineRight,u.underlineY),t.stroke()),u.drawRequired){this._renderRequiredMark(t,u,f);continue}if(h.borderColor){t.lineWidth=p;const I=Math.min(Math.max(8*this.options.scale,C*.3),C/2),m=f+T,L=g+C;t.beginPath(),u.drawLeft&&(t.moveTo(f+I,g),t.lineTo(f,g),t.lineTo(f,L)),u.drawRight&&(t.moveTo(m-I,L),t.lineTo(m,L),t.lineTo(m,g)),t.stroke()}}t.restore()}}_getRegions(t,e,n,i,l,r){const a=this._getParentMap(t),c=this.marks.map(R=>this._getTargetControlIds(t,R)),d=c.map(R=>this._getTitleTargets(t,R)),u=[];for(let R=0;R<n.length;R++){const f=n[R],g=new Map,T=e[f.startIndex],C=T?Math.min(T.coordinate.leftTop[0],T.coordinate.leftBottom[0])-(f.offsetX||0):0,p=T?C+(r||this.draw.getInnerWidth()):0;for(let I=0;I<f.elementList.length;I++){const m=f.elementList[I],L=f.startIndex+I,M=e[L];if(!M||l===s.EditorZone.MAIN&&M.pageNo!==i)continue;const P=this._getTargetIdsForElement(this._getQualityTargetId(m),c,a);for(let Q=0;Q<d.length;Q++){const Z=d[Q].get(L);Z&&Z.forEach(ot=>{P.some(_=>_.markIndex===Q&&_.controlId===ot)||P.push({markIndex:Q,controlId:ot})})}if(!P.length)continue;const F=M.coordinate.leftTop,N=M.coordinate.rightTop,Y=M.coordinate.leftBottom,b=M.coordinate.rightBottom,S=Math.min(F[0],Y[0]),y=Math.max(N[0],b[0]),V=Math.min(F[1],N[1]),X=Math.max(Y[1],b[1]),O=M.metrics.boundingBoxAscent+M.metrics.boundingBoxDescent,E=V+M.ascent-M.metrics.boundingBoxAscent,W=O>0?E:V,D=O>0?E+O:X,U=this._isButtonElement(m),v=T?Math.max(S,Math.min(y,p)):y;for(let Q=0;Q<P.length;Q++){const{markIndex:Z,controlId:ot}=P[Q],_=`${Z}:${ot}:${f.startIndex}`,H=g.get(_),B={x:S,y:W,right:y,bottom:D};if(H){const q=this._mergeBounds(H,B);H.x=q.x,H.y=q.y,H.width=Math.max(1,q.right-q.x),H.height=Math.max(1,q.bottom-q.y),U||(H.hasUnderline?(H.underlineX=Math.min(H.underlineX,S),H.underlineY=Math.max(H.underlineY,D+_i),H.underlineRight=Math.max(H.underlineRight,v)):(H.underlineX=S,H.underlineY=D+_i,H.underlineRight=v),H.hasUnderline=!0)}else g.set(_,{mark:this.marks[Z],targetKey:`${Z}:${ot}`,x:S,y:W,width:Math.max(1,y-S),height:Math.max(1,D-W),baseline:V+M.ascent,font:m.style||this.draw.getElementFont(m,this.options.scale),underlineX:S,underlineY:D+_i,underlineRight:v,hasUnderline:!U,drawLeft:!1,drawRight:!1,drawRequired:!1})}}u.push(...g.values())}const h=new Map;for(let R=0;R<u.length;R++){const f=u[R],g=h.get(f.targetKey)||[];g.push(f),h.set(f.targetKey,g)}return h.forEach(R=>{this._isRequiredMark(R[0].mark)?R[0].drawRequired=!0:(R[0].drawLeft=!0,R[R.length-1].drawRight=!0)}),u}_renderRequiredMark(t,e,n){t.save(),t.font=e.font,t.fillStyle=e.mark.style?.borderColor||xd,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(R=>this._getQualityTargetId(R)===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(R=>this._normalizeTitleText(R)),u=this._normalizeTitleText(c);if(!d.some(R=>R===u||R.includes(u)||u.includes(R)))return;let h=l-1;for(;h>=0&&this._isTitleValueElement(t[h]);){let R=n.get(h);R||(R=new Set,n.set(h,R)),R.add(i),h--}}),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{...Or[t.type?.toLowerCase()||"error"]||Or.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 zd{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 so{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&&!ws(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&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?xt(d,["control","controlId",...Re]):Ee(d,["type"]),h=l.startIndex+1;for(let R=0;R<t.length;R++){const f={...u,...t[R],controlComponent:s.ControlComponent.VALUE};se(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,h+R,0,[f])}return h+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 f=l[u];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT){c=u;break}u--}let h=r+1;for(;h<l.length;){const f=l[h];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.POSTFIX||f.controlComponent===s.ControlComponent.POST_TEXT){d=h-1;break}h++}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&&Us(d,a)){this.control.repaintControl({curIndex:l.startIndex,isCompute:!1,isSubmitHistory:!1}),this.destroy();return}const h=r.valueSets;if(!Array.isArray(h)||!h.length)return;const R=this.getText(a);if(!R){if(c){const L=this.clearSelect(e,{isIgnoreDeletedRule:n.isIgnoreDeletedRule});~L&&(this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({controlValue:[]}))}return}const f=this.getValue(e)[0],g=f?xt(f,Ne):xt(i[l.startIndex],Re),T=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~T)return;c||this.control.removePlaceholder(T,e);const C=Ee(i[T],Ne),p=T+1,I=Dt(R),m=this.control.getDraw();for(let L=0;L<I.length;L++){const M={...g,...C,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),se(i,[M],T,{editorOptions:this.options}),m.spliceElementList(i,p+L,0,[M])}if(this.control.setControlProperties({code:t},{elementList:i,range:{startIndex:T,endIndex:T}}),!e.range){const L=p+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(`${rt}-select-control-popup`),i.setAttribute(Ze,s.EditorComponent.POPUP);const l=document.createElement("ul");let r=null;for(let R=0;R<e.length;R++){const f=e[R],g=document.createElement("li");let T=this.getCodes();T.includes(f.code)&&(g.classList.add("active"),r=g),g.onclick=()=>{const C=T.findIndex(p=>p===f.code);t.isMultiSelect?~C?T.splice(C,1):T.push(f.code):~C?T=[]:T=[f.code],this.setSelect(T.join(this.VALUE_DELIMITER))},g.append(document.createTextNode(f.value)),l.append(g)}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&&vs(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 Sr;function lt(){return Sr.apply(null,arguments)}function jd(o){Sr=o}function Ve(o){return o instanceof Array||Object.prototype.toString.call(o)==="[object Array]"}function Sn(o){return o!=null&&Object.prototype.toString.call(o)==="[object Object]"}function Kt(o,t){return Object.prototype.hasOwnProperty.call(o,t)}function Bi(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 pe(o){return o===void 0}function qe(o){return typeof o=="number"||Object.prototype.toString.call(o)==="[object Number]"}function ro(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 fn(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 Be(o,t,e,n){return tl(o,t,e,n,!0).utc()}function qd(){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=qd()),o._pf}var ki;Array.prototype.some?ki=Array.prototype.some:ki=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 Gi(o){var t=null,e=!1,n=o._d&&!isNaN(o._d.getTime());if(n&&(t=Ot(o),e=ki.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 wo(o){var t=Be(NaN);return o!=null?fn(Ot(t),o):Ot(t).userInvalidated=!0,t}var Fr=lt.momentProperties=[],xi=!1;function Ji(o,t){var e,n,i,l=Fr.length;if(pe(t._isAMomentObject)||(o._isAMomentObject=t._isAMomentObject),pe(t._i)||(o._i=t._i),pe(t._f)||(o._f=t._f),pe(t._l)||(o._l=t._l),pe(t._strict)||(o._strict=t._strict),pe(t._tzm)||(o._tzm=t._tzm),pe(t._isUTC)||(o._isUTC=t._isUTC),pe(t._offset)||(o._offset=t._offset),pe(t._pf)||(o._pf=Ot(t)),pe(t._locale)||(o._locale=t._locale),l>0)for(e=0;e<l;e++)n=Fr[e],i=t[n],pe(i)||(o[n]=i);return o}function lo(o){Ji(this,o),this._d=new Date(o._d!=null?o._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),xi===!1&&(xi=!0,lt.updateOffset(this),xi=!1)}function We(o){return o instanceof lo||o!=null&&o._isAMomentObject!=null}function Xr(o){lt.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+o)}function De(o,t){var e=!0;return fn(function(){if(lt.deprecationHandler!=null&<.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+=`
|
|
120
120
|
[`+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)}Xr(o+`
|
|
121
121
|
Arguments: `+Array.prototype.slice.call(n).join("")+`
|
|
122
|
-
`+new Error().stack),e=!1}return t.apply(this,arguments)},t)}var Nr={};function yr(o,t){lt.deprecationHandler!=null&<.deprecationHandler(o,t),Nr[o]||(Xr(t),Nr[o]=!0)}lt.suppressDeprecationWarnings=!1,lt.deprecationHandler=null;function ke(o){return typeof Function<"u"&&o instanceof Function||Object.prototype.toString.call(o)==="[object Function]"}function tu(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 $i(o,t){var e=fn({},o),n;for(n in t)Kt(t,n)&&(Sn(o[n])&&Sn(t[n])?(e[n]={},fn(e[n],o[n]),fn(e[n],t[n])):t[n]!=null?e[n]=t[n]:delete e[n]);for(n in o)Kt(o,n)&&!Kt(t,n)&&Sn(o[n])&&(e[n]=fn({},e[n]));return e}function zi(o){o!=null&&this.set(o)}var ji;Object.keys?ji=Object.keys:ji=function(o){var t,e=[];for(t in o)Kt(o,t)&&e.push(t);return e};var eu={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function nu(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 qi=/(\[[^\[]*\])|(\\)?([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,Zo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ts={},Bn={};function ht(o,t,e,n){var i=n;typeof n=="string"&&(i=function(){return this[n]()}),o&&(Bn[o]=i),t&&(Bn[t[0]]=function(){return Ge(i.apply(this,arguments),t[1],t[2])}),e&&(Bn[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),o)})}function ou(o){return o.match(/\[[\s\S]/)?o.replace(/^\[|\]$/g,""):o.replace(/\\/g,"")}function iu(o){var t=o.match(qi),e,n;for(e=0,n=t.length;e<n;e++)Bn[t[e]]?t[e]=Bn[t[e]]:t[e]=ou(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 vo(o,t){return o.isValid()?(t=br(t,o.localeData()),ts[t]=ts[t]||iu(t),ts[t](o)):o.localeData().invalidDate()}function br(o,t){var e=5;function n(i){return t.longDateFormat(i)||i}for(Zo.lastIndex=0;e>=0&&Zo.test(o);)o=o.replace(Zo,n),Zo.lastIndex=0,e-=1;return o}var su={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 ru(o){var t=this._longDateFormat[o],e=this._longDateFormat[o.toUpperCase()];return t||!e?t:(this._longDateFormat[o]=e.match(qi).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[o])}var lu="Invalid date";function au(){return this._invalidDate}var cu="%d",du=/\d{1,2}/;function uu(o){return this._ordinal.replace("%d",o)}var Ru={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 hu(o,t,e,n){var i=this._relativeTime[e];return ke(i)?i(o,t,e,n):i.replace(/%d/i,o)}function gu(o,t){var e=this._relativeTime[o>0?"future":"past"];return ke(e)?e(t):e.replace(/%s/i,t)}var Vr={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 Fe(o){return typeof o=="string"?Vr[o]||Vr[o.toLowerCase()]:void 0}function es(o){var t={},e,n;for(n in o)Kt(o,n)&&(e=Fe(n),e&&(t[e]=o[n]));return t}var fu={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 Tu(o){var t=[],e;for(e in o)Kt(o,e)&&t.push({unit:e,priority:fu[e]});return t.sort(function(n,i){return n.priority-i.priority}),t}var Wr=/\d/,Pe=/\d\d/,Yr=/\d{3}/,ns=/\d{4}/,Qo=/[+-]?\d{6}/,te=/\d\d?/,Ur=/\d\d\d\d?/,wr=/\d\d\d\d\d\d?/,Ko=/\d{1,3}/,os=/\d{1,4}/,Ho=/[+-]?\d{1,6}/,kn=/\d+/,Ao=/[+-]?\d+/,mu=/Z|[+-]\d\d:?\d\d/gi,_o=/Z|[+-]\d\d(?::?\d\d)?/gi,Cu=/[+-]?\d+(\.\d{1,3})?/,ao=/[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,Gn=/^[1-9]\d?/,is=/^([1-9]\d|\d)/,Bo;Bo={};function ct(o,t,e){Bo[o]=ke(t)?t:function(n,i){return n&&e?e:t}}function pu(o,t){return Kt(Bo,o)?Bo[o](t._strict,t._locale):new RegExp(Iu(o))}function Iu(o){return tn(o.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,l){return e||n||i||l}))}function tn(o){return o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Xe(o){return o<0?Math.ceil(o)||0:Math.floor(o)}function Wt(o){var t=+o,e=0;return t!==0&&isFinite(t)&&(e=Xe(t)),e}var ss={};function kt(o,t){var e,n=t,i;for(typeof o=="string"&&(o=[o]),qe(t)&&(n=function(l,r){r[t]=Wt(l)}),i=o.length,e=0;e<i;e++)ss[o[e]]=n}function co(o,t){kt(o,function(e,n,i,l){i._w=i._w||{},t(e,i._w,i,l)})}function Eu(o,t,e){t!=null&&Kt(ss,o)&&ss[o](t,e._a,e,o)}function ko(o){return o%4===0&&o%100!==0||o%400===0}var ge=0,en=1,xe=2,he=3,Ye=4,nn=5,Dn=6,Lu=7,Pu=8;ht("Y",0,0,function(){var o=this.year();return o<=9999?Ge(o,4):"+"+o}),ht(0,["YY",2],0,function(){return this.year()%100}),ht(0,["YYYY",4],0,"year"),ht(0,["YYYYY",5],0,"year"),ht(0,["YYYYYY",6,!0],0,"year"),ct("Y",Ao),ct("YY",te,Pe),ct("YYYY",os,ns),ct("YYYYY",Ho,Qo),ct("YYYYYY",Ho,Qo),kt(["YYYYY","YYYYYY"],ge),kt("YYYY",function(o,t){t[ge]=o.length===2?lt.parseTwoDigitYear(o):Wt(o)}),kt("YY",function(o,t){t[ge]=lt.parseTwoDigitYear(o)}),kt("Y",function(o,t){t[ge]=parseInt(o,10)});function uo(o){return ko(o)?366:365}lt.parseTwoDigitYear=function(o){return Wt(o)+(Wt(o)>68?1900:2e3)};var Zr=xn("FullYear",!0);function Mu(){return ko(this.year())}function xn(o,t){return function(e){return e!=null?(vr(this,o,e),lt.updateOffset(this,t),this):Ro(this,o)}}function Ro(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 vr(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&&!ko(l)?28:a,i?n.setUTCFullYear(l,r,a):n.setFullYear(l,r,a)}}function Ou(o){return o=Fe(o),ke(this[o])?this[o]():this}function Su(o,t){if(typeof o=="object"){o=es(o);var e=Tu(o),n,i=e.length;for(n=0;n<i;n++)this[e[n].unit](o[e[n].unit])}else if(o=Fe(o),ke(this[o]))return this[o](t);return this}function Du(o,t){return(o%t+t)%t}var ae;Array.prototype.indexOf?ae=Array.prototype.indexOf:ae=function(o){var t;for(t=0;t<this.length;++t)if(this[t]===o)return t;return-1};function rs(o,t){if(isNaN(o)||isNaN(t))return NaN;var e=Du(t,12);return o+=(t-e)/12,e===1?ko(o)?29:28:31-e%7%2}ht("M",["MM",2],"Mo",function(){return this.month()+1}),ht("MMM",0,0,function(o){return this.localeData().monthsShort(this,o)}),ht("MMMM",0,0,function(o){return this.localeData().months(this,o)}),ct("M",te,Gn),ct("MM",te,Pe),ct("MMM",function(o,t){return t.monthsShortRegex(o)}),ct("MMMM",function(o,t){return t.monthsRegex(o)}),kt(["M","MM"],function(o,t){t[en]=Wt(o)-1}),kt(["MMM","MMMM"],function(o,t,e,n){var i=e._locale.monthsParse(o,n,e._strict);i!=null?t[en]=i:Ot(e).invalidMonth=o});var Fu="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Qr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Kr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Xu=ao,Nu=ao;function yu(o,t){return o?Ve(this._months)?this._months[o.month()]:this._months[(this._months.isFormat||Kr).test(t)?"format":"standalone"][o.month()]:Ve(this._months)?this._months:this._months.standalone}function bu(o,t){return o?Ve(this._monthsShort)?this._monthsShort[o.month()]:this._monthsShort[Kr.test(t)?"format":"standalone"][o.month()]:Ve(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Vu(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=Be([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(l,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(l,"").toLocaleLowerCase();return e?t==="MMM"?(i=ae.call(this._shortMonthsParse,r),i!==-1?i:null):(i=ae.call(this._longMonthsParse,r),i!==-1?i:null):t==="MMM"?(i=ae.call(this._shortMonthsParse,r),i!==-1?i:(i=ae.call(this._longMonthsParse,r),i!==-1?i:null)):(i=ae.call(this._longMonthsParse,r),i!==-1?i:(i=ae.call(this._shortMonthsParse,r),i!==-1?i:null))}function Wu(o,t,e){var n,i,l;if(this._monthsParseExact)return Vu.call(this,o,t,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(i=Be([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 Hr(o,t){if(!o.isValid())return o;if(typeof t=="string"){if(/^\d+$/.test(t))t=Wt(t);else if(t=o.localeData().monthsParse(t),!qe(t))return o}var e=t,n=o.date();return n=n<29?n:Math.min(n,rs(o.year(),e)),o._isUTC?o._d.setUTCMonth(e,n):o._d.setMonth(e,n),o}function Ar(o){return o!=null?(Hr(this,o),lt.updateOffset(this,!0),this):Ro(this,"Month")}function Yu(){return rs(this.year(),this.month())}function Uu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||_r.call(this),o?this._monthsShortStrictRegex:this._monthsShortRegex):(Kt(this,"_monthsShortRegex")||(this._monthsShortRegex=Xu),this._monthsShortStrictRegex&&o?this._monthsShortStrictRegex:this._monthsShortRegex)}function wu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||_r.call(this),o?this._monthsStrictRegex:this._monthsRegex):(Kt(this,"_monthsRegex")||(this._monthsRegex=Nu),this._monthsStrictRegex&&o?this._monthsStrictRegex:this._monthsRegex)}function _r(){function o(c,d){return d.length-c.length}var t=[],e=[],n=[],i,l,r,a;for(i=0;i<12;i++)l=Be([2e3,i]),r=tn(this.monthsShort(l,"")),a=tn(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 Zu(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 ho(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 Go(o,t,e){var n=7+t-e,i=(7+ho(o,0,n).getUTCDay()-t)%7;return-i+n-1}function Br(o,t,e,n,i){var l=(7+e-n)%7,r=Go(o,n,i),a=1+7*(t-1)+l+r,c,d;return a<=0?(c=o-1,d=uo(c)+a):a>uo(o)?(c=o+1,d=a-uo(o)):(c=o,d=a),{year:c,dayOfYear:d}}function go(o,t,e){var n=Go(o.year(),t,e),i=Math.floor((o.dayOfYear()-n-1)/7)+1,l,r;return i<1?(r=o.year()-1,l=i+on(r,t,e)):i>on(o.year(),t,e)?(l=i-on(o.year(),t,e),r=o.year()+1):(r=o.year(),l=i),{week:l,year:r}}function on(o,t,e){var n=Go(o,t,e),i=Go(o+1,t,e);return(uo(o)-n+i)/7}ht("w",["ww",2],"wo","week"),ht("W",["WW",2],"Wo","isoWeek"),ct("w",te,Gn),ct("ww",te,Pe),ct("W",te,Gn),ct("WW",te,Pe),co(["w","ww","W","WW"],function(o,t,e,n){t[n.substr(0,1)]=Wt(o)});function vu(o){return go(o,this._week.dow,this._week.doy).week}var Qu={dow:0,doy:6};function Ku(){return this._week.dow}function Hu(){return this._week.doy}function Au(o){var t=this.localeData().week(this);return o==null?t:this.add((o-t)*7,"d")}function _u(o){var t=go(this,1,4).week;return o==null?t:this.add((o-t)*7,"d")}ht("d",0,"do","day"),ht("dd",0,0,function(o){return this.localeData().weekdaysMin(this,o)}),ht("ddd",0,0,function(o){return this.localeData().weekdaysShort(this,o)}),ht("dddd",0,0,function(o){return this.localeData().weekdays(this,o)}),ht("e",0,0,"weekday"),ht("E",0,0,"isoWeekday"),ct("d",te),ct("e",te),ct("E",te),ct("dd",function(o,t){return t.weekdaysMinRegex(o)}),ct("ddd",function(o,t){return t.weekdaysShortRegex(o)}),ct("dddd",function(o,t){return t.weekdaysRegex(o)}),co(["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}),co(["d","e","E"],function(o,t,e,n){t[n]=Wt(o)});function Bu(o,t){return typeof o!="string"?o:isNaN(o)?(o=t.weekdaysParse(o),typeof o=="number"?o:null):parseInt(o,10)}function ku(o,t){return typeof o=="string"?t.weekdaysParse(o)%7||7:isNaN(o)?null:o}function ls(o,t){return o.slice(t,7).concat(o.slice(0,t))}var Gu="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),kr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xu="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ju=ao,$u=ao,zu=ao;function ju(o,t){var e=Ve(this._weekdays)?this._weekdays:this._weekdays[o&&o!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return o===!0?ls(e,this._week.dow):o?e[o.day()]:e}function qu(o){return o===!0?ls(this._weekdaysShort,this._week.dow):o?this._weekdaysShort[o.day()]:this._weekdaysShort}function tR(o){return o===!0?ls(this._weekdaysMin,this._week.dow):o?this._weekdaysMin[o.day()]:this._weekdaysMin}function eR(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=Be([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=ae.call(this._weekdaysParse,r),i!==-1?i:null):t==="ddd"?(i=ae.call(this._shortWeekdaysParse,r),i!==-1?i:null):(i=ae.call(this._minWeekdaysParse,r),i!==-1?i:null):t==="dddd"?(i=ae.call(this._weekdaysParse,r),i!==-1||(i=ae.call(this._shortWeekdaysParse,r),i!==-1)?i:(i=ae.call(this._minWeekdaysParse,r),i!==-1?i:null)):t==="ddd"?(i=ae.call(this._shortWeekdaysParse,r),i!==-1||(i=ae.call(this._weekdaysParse,r),i!==-1)?i:(i=ae.call(this._minWeekdaysParse,r),i!==-1?i:null)):(i=ae.call(this._minWeekdaysParse,r),i!==-1||(i=ae.call(this._weekdaysParse,r),i!==-1)?i:(i=ae.call(this._shortWeekdaysParse,r),i!==-1?i:null))}function nR(o,t,e){var n,i,l;if(this._weekdaysParseExact)return eR.call(this,o,t,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(i=Be([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 oR(o){if(!this.isValid())return o!=null?this:NaN;var t=Ro(this,"Day");return o!=null?(o=Bu(o,this.localeData()),this.add(o-t,"d")):t}function iR(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 sR(o){if(!this.isValid())return o!=null?this:NaN;if(o!=null){var t=ku(o,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function rR(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||as.call(this),o?this._weekdaysStrictRegex:this._weekdaysRegex):(Kt(this,"_weekdaysRegex")||(this._weekdaysRegex=Ju),this._weekdaysStrictRegex&&o?this._weekdaysStrictRegex:this._weekdaysRegex)}function lR(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||as.call(this),o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Kt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=$u),this._weekdaysShortStrictRegex&&o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function aR(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||as.call(this),o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Kt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=zu),this._weekdaysMinStrictRegex&&o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function as(){function o(u,h){return h.length-u.length}var t=[],e=[],n=[],i=[],l,r,a,c,d;for(l=0;l<7;l++)r=Be([2e3,1]).day(l),a=tn(this.weekdaysMin(r,"")),c=tn(this.weekdaysShort(r,"")),d=tn(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 cs(){return this.hours()%12||12}function cR(){return this.hours()||24}ht("H",["HH",2],0,"hour"),ht("h",["hh",2],0,cs),ht("k",["kk",2],0,cR),ht("hmm",0,0,function(){return""+cs.apply(this)+Ge(this.minutes(),2)}),ht("hmmss",0,0,function(){return""+cs.apply(this)+Ge(this.minutes(),2)+Ge(this.seconds(),2)}),ht("Hmm",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)}),ht("Hmmss",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)+Ge(this.seconds(),2)});function Gr(o,t){ht(o,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Gr("a",!0),Gr("A",!1);function xr(o,t){return t._meridiemParse}ct("a",xr),ct("A",xr),ct("H",te,is),ct("h",te,Gn),ct("k",te,Gn),ct("HH",te,Pe),ct("hh",te,Pe),ct("kk",te,Pe),ct("hmm",Ur),ct("hmmss",wr),ct("Hmm",Ur),ct("Hmmss",wr),kt(["H","HH"],he),kt(["k","kk"],function(o,t,e){var n=Wt(o);t[he]=n===24?0:n}),kt(["a","A"],function(o,t,e){e._isPm=e._locale.isPM(o),e._meridiem=o}),kt(["h","hh"],function(o,t,e){t[he]=Wt(o),Ot(e).bigHour=!0}),kt("hmm",function(o,t,e){var n=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n)),Ot(e).bigHour=!0}),kt("hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n,2)),t[nn]=Wt(o.substr(i)),Ot(e).bigHour=!0}),kt("Hmm",function(o,t,e){var n=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n))}),kt("Hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n,2)),t[nn]=Wt(o.substr(i))});function dR(o){return(o+"").toLowerCase().charAt(0)==="p"}var uR=/[ap]\.?m?\.?/i,RR=xn("Hours",!0);function hR(o,t,e){return o>11?e?"pm":"PM":e?"am":"AM"}var Jr={calendar:eu,longDateFormat:su,invalidDate:lu,ordinal:cu,dayOfMonthOrdinalParse:du,relativeTime:Ru,months:Fu,monthsShort:Qr,week:Qu,weekdays:Gu,weekdaysMin:xu,weekdaysShort:kr,meridiemParse:uR},oe={},fo={},To;function gR(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 $r(o){return o&&o.toLowerCase().replace("_","-")}function fR(o){for(var t=0,e,n,i,l;t<o.length;){for(l=$r(o[t]).split("-"),e=l.length,n=$r(o[t+1]),n=n?n.split("-"):null;e>0;){if(i=xo(l.slice(0,e).join("-")),i)return i;if(n&&n.length>=e&&gR(l,n)>=e-1)break;e--}t++}return To}function TR(o){return!!(o&&o.match("^[^/\\\\]*$"))}function xo(o){var t=null,e;if(oe[o]===void 0&&typeof module<"u"&&module&&module.exports&&TR(o))try{t=To._abbr,e=require,e("./locale/"+o),Tn(t)}catch{oe[o]=null}return oe[o]}function Tn(o,t){var e;return o&&(pe(t)?e=sn(o):e=ds(o,t),e?To=e:typeof console<"u"&&console.warn&&console.warn("Locale "+o+" not found. Did you forget to load it?")),To._abbr}function ds(o,t){if(t!==null){var e,n=Jr;if(t.abbr=o,oe[o]!=null)yr("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=xo(t.parentLocale),e!=null)n=e._config;else return fo[t.parentLocale]||(fo[t.parentLocale]=[]),fo[t.parentLocale].push({name:o,config:t}),null;return oe[o]=new zi($i(n,t)),fo[o]&&fo[o].forEach(function(i){ds(i.name,i.config)}),Tn(o),oe[o]}else return delete oe[o],null}function mR(o,t){if(t!=null){var e,n,i=Jr;oe[o]!=null&&oe[o].parentLocale!=null?oe[o].set($i(oe[o]._config,t)):(n=xo(o),n!=null&&(i=n._config),t=$i(i,t),n==null&&(t.abbr=o),e=new zi(t),e.parentLocale=oe[o],oe[o]=e),Tn(o)}else oe[o]!=null&&(oe[o].parentLocale!=null?(oe[o]=oe[o].parentLocale,o===Tn()&&Tn(o)):oe[o]!=null&&delete oe[o]);return oe[o]}function sn(o){var t;if(o&&o._locale&&o._locale._abbr&&(o=o._locale._abbr),!o)return To;if(!Ve(o)){if(t=xo(o),t)return t;o=[o]}return fR(o)}function CR(){return ji(oe)}function us(o){var t,e=o._a;return e&&Ot(o).overflow===-2&&(t=e[en]<0||e[en]>11?en:e[xe]<1||e[xe]>rs(e[ge],e[en])?xe:e[he]<0||e[he]>24||e[he]===24&&(e[Ye]!==0||e[nn]!==0||e[Dn]!==0)?he:e[Ye]<0||e[Ye]>59?Ye:e[nn]<0||e[nn]>59?nn:e[Dn]<0||e[Dn]>999?Dn:-1,Ot(o)._overflowDayOfYear&&(t<ge||t>xe)&&(t=xe),Ot(o)._overflowWeeks&&t===-1&&(t=Lu),Ot(o)._overflowWeekday&&t===-1&&(t=Pu),Ot(o).overflow=t),o}var pR=/^\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)?)?$/,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)?)?$/,ER=/Z|[+-]\d\d(?::?\d\d)?/,Jo=[["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]],Rs=[["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,PR=/^(?:(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}))$/,MR={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function zr(o){var t,e,n=o._i,i=pR.exec(n)||IR.exec(n),l,r,a,c,d=Jo.length,u=Rs.length;if(i){for(Ot(o).iso=!0,t=0,e=d;t<e;t++)if(Jo[t][1].exec(i[1])){r=Jo[t][0],l=Jo[t][2]!==!1;break}if(r==null){o._isValid=!1;return}if(i[3]){for(t=0,e=u;t<e;t++)if(Rs[t][1].exec(i[3])){a=(i[2]||" ")+Rs[t][0];break}if(a==null){o._isValid=!1;return}}if(!l&&a!=null){o._isValid=!1;return}if(i[4])if(ER.exec(i[4]))c="Z";else{o._isValid=!1;return}o._f=r+(a||"")+(c||""),gs(o)}else o._isValid=!1}function OR(o,t,e,n,i,l){var r=[SR(o),Qr.indexOf(t),parseInt(e,10),parseInt(n,10),parseInt(i,10)];return l&&r.push(parseInt(l,10)),r}function SR(o){var t=parseInt(o,10);return t<=49?2e3+t:t<=999?1900+t:t}function DR(o){return o.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function FR(o,t,e){if(o){var n=kr.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 XR(o,t,e){if(o)return MR[o];if(t)return 0;var n=parseInt(e,10),i=n%100,l=(n-i)/100;return l*60+i}function jr(o){var t=PR.exec(DR(o._i)),e;if(t){if(e=OR(t[4],t[3],t[2],t[5],t[6],t[7]),!FR(t[1],e,o))return;o._a=e,o._tzm=XR(t[8],t[9],t[10]),o._d=ho.apply(null,o._a),o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),Ot(o).rfc2822=!0}else o._isValid=!1}function NR(o){var t=LR.exec(o._i);if(t!==null){o._d=new Date(+t[1]);return}if(zr(o),o._isValid===!1)delete o._isValid;else return;if(jr(o),o._isValid===!1)delete o._isValid;else return;o._strict?o._isValid=!1:lt.createFromInputFallback(o)}lt.createFromInputFallback=De("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 Jn(o,t,e){return o??t??e}function yR(o){var t=new Date(lt.now());return o._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function hs(o){var t,e,n=[],i,l,r;if(!o._d){for(i=yR(o),o._w&&o._a[xe]==null&&o._a[en]==null&&bR(o),o._dayOfYear!=null&&(r=Jn(o._a[ge],i[ge]),(o._dayOfYear>uo(r)||o._dayOfYear===0)&&(Ot(o)._overflowDayOfYear=!0),e=ho(r,0,o._dayOfYear),o._a[en]=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[he]===24&&o._a[Ye]===0&&o._a[nn]===0&&o._a[Dn]===0&&(o._nextDay=!0,o._a[he]=0),o._d=(o._useUTC?ho:Zu).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[he]=24),o._w&&typeof o._w.d<"u"&&o._w.d!==l&&(Ot(o).weekdayMismatch=!0)}}function bR(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=Jn(t.GG,o._a[ge],go(ee(),1,4).year),n=Jn(t.W,1),i=Jn(t.E,1),(i<1||i>7)&&(c=!0)):(l=o._locale._week.dow,r=o._locale._week.doy,d=go(ee(),l,r),e=Jn(t.gg,o._a[ge],d.year),n=Jn(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>on(e,l,r)?Ot(o)._overflowWeeks=!0:c!=null?Ot(o)._overflowWeekday=!0:(a=Br(e,n,i,l,r),o._a[ge]=a.year,o._dayOfYear=a.dayOfYear)}lt.ISO_8601=function(){},lt.RFC_2822=function(){};function gs(o){if(o._f===lt.ISO_8601){zr(o);return}if(o._f===lt.RFC_2822){jr(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=br(o._f,o._locale).match(qi)||[],u=i.length,e=0;e<u;e++)l=i[e],n=(t.match(pu(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),Bn[l]?(n?Ot(o).empty=!1:Ot(o).unusedTokens.push(l),Eu(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[he]<=12&&Ot(o).bigHour===!0&&o._a[he]>0&&(Ot(o).bigHour=void 0),Ot(o).parsedDateParts=o._a.slice(0),Ot(o).meridiem=o._meridiem,o._a[he]=VR(o._locale,o._a[he],o._meridiem),d=Ot(o).era,d!==null&&(o._a[ge]=o._locale.erasConvertYear(d,o._a[ge])),hs(o),us(o)}function VR(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 WR(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=Ji({},o),o._useUTC!=null&&(t._useUTC=o._useUTC),t._f=o._f[i],gs(t),Gi(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));fn(o,e||t)}function YR(o){if(!o._d){var t=es(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)}),hs(o)}}function UR(o){var t=new lo(us(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||sn(o._l),t===null||e===void 0&&t===""?wo({nullInput:!0}):(typeof t=="string"&&(o._i=t=o._locale.preparse(t)),We(t)?new lo(us(t)):(ro(t)?o._d=t:Ve(e)?WR(o):e?gs(o):wR(o),Gi(o)||(o._d=null),o))}function wR(o){var t=o._i;pe(t)?o._d=new Date(lt.now()):ro(t)?o._d=new Date(t.valueOf()):typeof t=="string"?NR(o):Ve(t)?(o._a=Dr(t.slice(0),function(e){return parseInt(e,10)}),hs(o)):Sn(t)?YR(o):qe(t)?o._d=new Date(t):lt.createFromInputFallback(o)}function tl(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),(Sn(o)&&Bi(o)||Ve(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,UR(l)}function ee(o,t,e,n){return tl(o,t,e,n,!1)}var ZR=De("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ee.apply(null,arguments);return this.isValid()&&o.isValid()?o<this?this:o:wo()}),vR=De("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ee.apply(null,arguments);return this.isValid()&&o.isValid()?o>this?this:o:wo()});function el(o,t){var e,n;if(t.length===1&&Ve(t[0])&&(t=t[0]),!t.length)return ee();for(e=t[0],n=1;n<t.length;++n)(!t[n].isValid()||t[n][o](e))&&(e=t[n]);return e}function QR(){var o=[].slice.call(arguments,0);return el("isBefore",o)}function KR(){var o=[].slice.call(arguments,0);return el("isAfter",o)}var HR=function(){return Date.now?Date.now():+new Date},mo=["year","quarter","month","week","day","hour","minute","second","millisecond"];function AR(o){var t,e=!1,n,i=mo.length;for(t in o)if(Kt(o,t)&&!(ae.call(mo,t)!==-1&&(o[t]==null||!isNaN(o[t]))))return!1;for(n=0;n<i;++n)if(o[mo[n]]){if(e)return!1;parseFloat(o[mo[n]])!==Wt(o[mo[n]])&&(e=!0)}return!0}function _R(){return this._isValid}function BR(){return Ue(NaN)}function $o(o){var t=es(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=AR(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=sn(),this._bubble()}function zo(o){return o instanceof $o}function fs(o){return o<0?Math.round(-1*o)*-1:Math.round(o)}function kR(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++)Wt(o[r])!==Wt(t[r])&&l++;return l+i}function nl(o,t){ht(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)})}nl("Z",":"),nl("ZZ",""),ct("Z",_o),ct("ZZ",_o),kt(["Z","ZZ"],function(o,t,e){e._useUTC=!0,e._tzm=Ts(_o,o)});var GR=/([\+\-]|\d\d)/gi;function Ts(o,t){var e=(t||"").match(o),n,i,l;return e===null?null:(n=e[e.length-1]||[],i=(n+"").match(GR)||["-",0,0],l=+(i[1]*60)+Wt(i[2]),l===0?0:i[0]==="+"?l:-l)}function ms(o,t){var e,n;return t._isUTC?(e=t.clone(),n=(We(o)||ro(o)?o.valueOf():ee(o).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+n),lt.updateOffset(e,!1),e):ee(o).local()}function Cs(o){return-Math.round(o._d.getTimezoneOffset())}lt.updateOffset=function(){};function xR(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=Ts(_o,o),o===null)return this}else Math.abs(o)<16&&!e&&(o=o*60);return!this._isUTC&&t&&(i=Cs(this)),this._offset=o,this._isUTC=!0,i!=null&&this.add(i,"m"),n!==o&&(!t||this._changeInProgress?rl(this,Ue(o-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,lt.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:Cs(this)}function JR(o,t){return o!=null?(typeof o!="string"&&(o=-o),this.utcOffset(o,t),this):-this.utcOffset()}function $R(o){return this.utcOffset(0,o)}function zR(o){return this._isUTC&&(this.utcOffset(0,o),this._isUTC=!1,o&&this.subtract(Cs(this),"m")),this}function jR(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var o=Ts(mu,this._i);o!=null?this.utcOffset(o):this.utcOffset(0,!0)}return this}function qR(o){return this.isValid()?(o=o?ee(o).utcOffset():0,(this.utcOffset()-o)%60===0):!1}function th(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function eh(){if(!pe(this._isDSTShifted))return this._isDSTShifted;var o={},t;return Ji(o,this),o=qr(o),o._a?(t=o._isUTC?Be(o._a):ee(o._a),this._isDSTShifted=this.isValid()&&kR(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function nh(){return this.isValid()?!this._isUTC:!1}function oh(){return this.isValid()?this._isUTC:!1}function ol(){return this.isValid()?this._isUTC&&this._offset===0:!1}var ih=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,sh=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ue(o,t){var e=o,n=null,i,l,r;return zo(o)?e={ms:o._milliseconds,d:o._days,M:o._months}:qe(o)||!isNaN(+o)?(e={},t?e[t]=+o:e.milliseconds=+o):(n=ih.exec(o))?(i=n[1]==="-"?-1:1,e={y:0,d:Wt(n[xe])*i,h:Wt(n[he])*i,m:Wt(n[Ye])*i,s:Wt(n[nn])*i,ms:Wt(fs(n[Dn]*1e3))*i}):(n=sh.exec(o))?(i=n[1]==="-"?-1:1,e={y:Fn(n[2],i),M:Fn(n[3],i),w:Fn(n[4],i),d:Fn(n[5],i),h:Fn(n[6],i),m:Fn(n[7],i),s:Fn(n[8],i)}):e==null?e={}:typeof e=="object"&&("from"in e||"to"in e)&&(r=rh(ee(e.from),ee(e.to)),e={},e.ms=r.milliseconds,e.M=r.months),l=new $o(e),zo(o)&&Kt(o,"_locale")&&(l._locale=o._locale),zo(o)&&Kt(o,"_isValid")&&(l._isValid=o._isValid),l}Ue.fn=$o.prototype,Ue.invalid=BR;function Fn(o,t){var e=o&&parseFloat(o.replace(",","."));return(isNaN(e)?0:e)*t}function il(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 rh(o,t){var e;return o.isValid()&&t.isValid()?(t=ms(t,o),o.isBefore(t)?e=il(o,t):(e=il(t,o),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function sl(o,t){return function(e,n){var i,l;return n!==null&&!isNaN(+n)&&(yr(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=Ue(e,n),rl(this,i,o),this}}function rl(o,t,e,n){var i=t._milliseconds,l=fs(t._days),r=fs(t._months);o.isValid()&&(n=n??!0,r&&Hr(o,Ro(o,"Month")+r*e),l&&vr(o,"Date",Ro(o,"Date")+l*e),i&&o._d.setTime(o._d.valueOf()+i*e),n&<.updateOffset(o,l||r))}var lh=sl(1,"add"),ah=sl(-1,"subtract");function ll(o){return typeof o=="string"||o instanceof String}function ch(o){return We(o)||ro(o)||ll(o)||qe(o)||uh(o)||dh(o)||o===null||o===void 0}function dh(o){var t=Sn(o)&&!Bi(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 uh(o){var t=Ve(o),e=!1;return t&&(e=o.filter(function(n){return!qe(n)&&ll(o)}).length===0),t&&e}function Rh(o){var t=Sn(o)&&!Bi(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 hh(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 gh(o,t){arguments.length===1&&(arguments[0]?ch(arguments[0])?(o=arguments[0],t=void 0):Rh(arguments[0])&&(t=arguments[0],o=void 0):(o=void 0,t=void 0));var e=o||ee(),n=ms(e,this).startOf("day"),i=lt.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,ee(e)))}function fh(){return new lo(this)}function Th(o,t){var e=We(o)?o:ee(o);return this.isValid()&&e.isValid()?(t=Fe(t)||"millisecond",t==="millisecond"?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(t).valueOf()):!1}function mh(o,t){var e=We(o)?o:ee(o);return this.isValid()&&e.isValid()?(t=Fe(t)||"millisecond",t==="millisecond"?this.valueOf()<e.valueOf():this.clone().endOf(t).valueOf()<e.valueOf()):!1}function Ch(o,t,e,n){var i=We(o)?o:ee(o),l=We(t)?t:ee(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 ph(o,t){var e=We(o)?o:ee(o),n;return this.isValid()&&e.isValid()?(t=Fe(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 Ih(o,t){return this.isSame(o,t)||this.isAfter(o,t)}function Eh(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=ms(o,this),!n.isValid())return NaN;switch(i=(n.utcOffset()-this.utcOffset())*6e4,t=Fe(t),t){case"year":l=jo(this,n)/12;break;case"month":l=jo(this,n);break;case"quarter":l=jo(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:Xe(l)}function jo(o,t){if(o.date()<t.date())return-jo(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}lt.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",lt.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Ph(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Mh(o){if(!this.isValid())return null;var t=o!==!0,e=t?this.clone().utc():this;return e.year()<0||e.year()>9999?vo(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",vo(e,"Z")):vo(e,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Oh(){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 Sh(o){o||(o=this.isUtc()?lt.defaultFormatUtc:lt.defaultFormat);var t=vo(this,o);return this.localeData().postformat(t)}function Dh(o,t){return this.isValid()&&(We(o)&&o.isValid()||ee(o).isValid())?Ue({to:this,from:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Fh(o){return this.from(ee(),o)}function Xh(o,t){return this.isValid()&&(We(o)&&o.isValid()||ee(o).isValid())?Ue({from:this,to:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Nh(o){return this.to(ee(),o)}function al(o){var t;return o===void 0?this._locale._abbr:(t=sn(o),t!=null&&(this._locale=t),this)}var cl=De("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 dl(){return this._locale}var qo=1e3,$n=60*qo,ti=60*$n,ul=(365*400+97)*24*ti;function zn(o,t){return(o%t+t)%t}function Rl(o,t,e){return o<100&&o>=0?new Date(o+400,t,e)-ul:new Date(o,t,e).valueOf()}function hl(o,t,e){return o<100&&o>=0?Date.UTC(o+400,t,e)-ul:Date.UTC(o,t,e)}function yh(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?hl:Rl,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-=zn(t+(this._isUTC?0:this.utcOffset()*$n),ti);break;case"minute":t=this._d.valueOf(),t-=zn(t,$n);break;case"second":t=this._d.valueOf(),t-=zn(t,qo);break}return this._d.setTime(t),lt.updateOffset(this,!0),this}function bh(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?hl:Rl,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+=ti-zn(t+(this._isUTC?0:this.utcOffset()*$n),ti)-1;break;case"minute":t=this._d.valueOf(),t+=$n-zn(t,$n)-1;break;case"second":t=this._d.valueOf(),t+=qo-zn(t,qo)-1;break}return this._d.setTime(t),lt.updateOffset(this,!0),this}function Vh(){return this._d.valueOf()-(this._offset||0)*6e4}function Wh(){return Math.floor(this.valueOf()/1e3)}function Yh(){return new Date(this.valueOf())}function Uh(){var o=this;return[o.year(),o.month(),o.date(),o.hour(),o.minute(),o.second(),o.millisecond()]}function wh(){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 Zh(){return this.isValid()?this.toISOString():null}function vh(){return Gi(this)}function Qh(){return fn({},Ot(this))}function Kh(){return Ot(this).overflow}function Hh(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}ht("N",0,0,"eraAbbr"),ht("NN",0,0,"eraAbbr"),ht("NNN",0,0,"eraAbbr"),ht("NNNN",0,0,"eraName"),ht("NNNNN",0,0,"eraNarrow"),ht("y",["y",1],"yo","eraYear"),ht("y",["yy",2],0,"eraYear"),ht("y",["yyy",3],0,"eraYear"),ht("y",["yyyy",4],0,"eraYear"),ct("N",ps),ct("NN",ps),ct("NNN",ps),ct("NNNN",qh),ct("NNNNN",tg),kt(["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}),ct("y",kn),ct("yy",kn),ct("yyy",kn),ct("yyyy",kn),ct("yo",eg),kt(["y","yy","yyy","yyyy"],ge),kt(["yo"],function(o,t,e,n){var i;e._locale._eraYearOrdinalRegex&&(i=o.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?t[ge]=e._locale.eraYearOrdinalParse(o,i):t[ge]=parseInt(o,10)});function Ah(o,t){var e,n,i,l=this._eras||sn("en")._eras;for(e=0,n=l.length;e<n;++e)switch(typeof l[e].since==="string"&&(i=lt(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=lt(l[e].until).startOf("day").valueOf(),l[e].until=i.valueOf();break}return l}function _h(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 Bh(o,t){var e=o.since<=o.until?1:-1;return t===void 0?lt(o.since).year():lt(o.since).year()+(t-o.offset)*e}function kh(){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 Gh(){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 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].abbr;return""}function Jh(){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()-lt(i[o].since).year())*e+i[o].offset;return this.year()}function $h(o){return Kt(this,"_erasNameRegex")||Is.call(this),o?this._erasNameRegex:this._erasRegex}function zh(o){return Kt(this,"_erasAbbrRegex")||Is.call(this),o?this._erasAbbrRegex:this._erasRegex}function jh(o){return Kt(this,"_erasNarrowRegex")||Is.call(this),o?this._erasNarrowRegex:this._erasRegex}function ps(o,t){return t.erasAbbrRegex(o)}function qh(o,t){return t.erasNameRegex(o)}function tg(o,t){return t.erasNarrowRegex(o)}function eg(o,t){return t._eraYearOrdinalRegex||kn}function Is(){var o=[],t=[],e=[],n=[],i,l,r,a,c,d=this.eras();for(i=0,l=d.length;i<l;++i)r=tn(d[i].name),a=tn(d[i].abbr),c=tn(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")}ht(0,["gg",2],0,function(){return this.weekYear()%100}),ht(0,["GG",2],0,function(){return this.isoWeekYear()%100});function ei(o,t){ht(0,[o,o.length],0,t)}ei("gggg","weekYear"),ei("ggggg","weekYear"),ei("GGGG","isoWeekYear"),ei("GGGGG","isoWeekYear"),ct("G",Ao),ct("g",Ao),ct("GG",te,Pe),ct("gg",te,Pe),ct("GGGG",os,ns),ct("gggg",os,ns),ct("GGGGG",Ho,Qo),ct("ggggg",Ho,Qo),co(["gggg","ggggg","GGGG","GGGGG"],function(o,t,e,n){t[n.substr(0,2)]=Wt(o)}),co(["gg","GG"],function(o,t,e,n){t[n]=lt.parseTwoDigitYear(o)});function ng(o){return gl.call(this,o,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function og(o){return gl.call(this,o,this.isoWeek(),this.isoWeekday(),1,4)}function ig(){return on(this.year(),1,4)}function sg(){return on(this.isoWeekYear(),1,4)}function rg(){var o=this.localeData()._week;return on(this.year(),o.dow,o.doy)}function lg(){var o=this.localeData()._week;return on(this.weekYear(),o.dow,o.doy)}function gl(o,t,e,n,i){var l;return o==null?go(this,n,i).year:(l=on(o,n,i),t>l&&(t=l),ag.call(this,o,t,e,n,i))}function ag(o,t,e,n,i){var l=Br(o,t,e,n,i),r=ho(l.year,0,l.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}ht("Q",0,"Qo","quarter"),ct("Q",Wr),kt("Q",function(o,t){t[en]=(Wt(o)-1)*3});function cg(o){return o==null?Math.ceil((this.month()+1)/3):this.month((o-1)*3+this.month()%3)}ht("D",["DD",2],"Do","date"),ct("D",te,Gn),ct("DD",te,Pe),ct("Do",function(o,t){return o?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),kt(["D","DD"],xe),kt("Do",function(o,t){t[xe]=Wt(o.match(te)[0])});var fl=xn("Date",!0);ht("DDD",["DDDD",3],"DDDo","dayOfYear"),ct("DDD",Ko),ct("DDDD",Yr),kt(["DDD","DDDD"],function(o,t,e){e._dayOfYear=Wt(o)});function dg(o){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return o==null?t:this.add(o-t,"d")}ht("m",["mm",2],0,"minute"),ct("m",te,is),ct("mm",te,Pe),kt(["m","mm"],Ye);var ug=xn("Minutes",!1);ht("s",["ss",2],0,"second"),ct("s",te,is),ct("ss",te,Pe),kt(["s","ss"],nn);var Rg=xn("Seconds",!1);ht("S",0,0,function(){return~~(this.millisecond()/100)}),ht(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),ht(0,["SSS",3],0,"millisecond"),ht(0,["SSSS",4],0,function(){return this.millisecond()*10}),ht(0,["SSSSS",5],0,function(){return this.millisecond()*100}),ht(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),ht(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),ht(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),ht(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),ct("S",Ko,Wr),ct("SS",Ko,Pe),ct("SSS",Ko,Yr);var mn,Tl;for(mn="SSSS";mn.length<=9;mn+="S")ct(mn,kn);function hg(o,t){t[Dn]=Wt(("0."+o)*1e3)}for(mn="S";mn.length<=9;mn+="S")kt(mn,hg);Tl=xn("Milliseconds",!1),ht("z",0,0,"zoneAbbr"),ht("zz",0,0,"zoneName");function gg(){return this._isUTC?"UTC":""}function fg(){return this._isUTC?"Coordinated Universal Time":""}var $=lo.prototype;$.add=lh,$.calendar=gh,$.clone=fh,$.diff=Lh,$.endOf=bh,$.format=Sh,$.from=Dh,$.fromNow=Fh,$.to=Xh,$.toNow=Nh,$.get=Ou,$.invalidAt=Kh,$.isAfter=Th,$.isBefore=mh,$.isBetween=Ch,$.isSame=ph,$.isSameOrAfter=Ih,$.isSameOrBefore=Eh,$.isValid=vh,$.lang=cl,$.locale=al,$.localeData=dl,$.max=vR,$.min=ZR,$.parsingFlags=Qh,$.set=Su,$.startOf=yh,$.subtract=ah,$.toArray=Uh,$.toObject=wh,$.toDate=Yh,$.toISOString=Mh,$.inspect=Oh,typeof Symbol<"u"&&Symbol.for!=null&&($[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),$.toJSON=Zh,$.toString=Ph,$.unix=Wh,$.valueOf=Vh,$.creationData=Hh,$.eraName=kh,$.eraNarrow=Gh,$.eraAbbr=xh,$.eraYear=Jh,$.year=Zr,$.isLeapYear=Mu,$.weekYear=ng,$.isoWeekYear=og,$.quarter=$.quarters=cg,$.month=Ar,$.daysInMonth=Yu,$.week=$.weeks=Au,$.isoWeek=$.isoWeeks=_u,$.weeksInYear=rg,$.weeksInWeekYear=lg,$.isoWeeksInYear=ig,$.isoWeeksInISOWeekYear=sg,$.date=fl,$.day=$.days=oR,$.weekday=iR,$.isoWeekday=sR,$.dayOfYear=dg,$.hour=$.hours=RR,$.minute=$.minutes=ug,$.second=$.seconds=Rg,$.millisecond=$.milliseconds=Tl,$.utcOffset=xR,$.utc=$R,$.local=zR,$.parseZone=jR,$.hasAlignedHourOffset=qR,$.isDST=th,$.isLocal=nh,$.isUtcOffset=oh,$.isUtc=ol,$.isUTC=ol,$.zoneAbbr=gg,$.zoneName=fg,$.dates=De("dates accessor is deprecated. Use date instead.",fl),$.months=De("months accessor is deprecated. Use month instead",Ar),$.years=De("years accessor is deprecated. Use year instead",Zr),$.zone=De("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",JR),$.isDSTShifted=De("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",eh);function Tg(o){return ee(o*1e3)}function mg(){return ee.apply(null,arguments).parseZone()}function ml(o){return o}var Ht=zi.prototype;Ht.calendar=nu,Ht.longDateFormat=ru,Ht.invalidDate=au,Ht.ordinal=uu,Ht.preparse=ml,Ht.postformat=ml,Ht.relativeTime=hu,Ht.pastFuture=gu,Ht.set=tu,Ht.eras=Ah,Ht.erasParse=_h,Ht.erasConvertYear=Bh,Ht.erasAbbrRegex=zh,Ht.erasNameRegex=$h,Ht.erasNarrowRegex=jh,Ht.months=yu,Ht.monthsShort=bu,Ht.monthsParse=Wu,Ht.monthsRegex=wu,Ht.monthsShortRegex=Uu,Ht.week=vu,Ht.firstDayOfYear=Hu,Ht.firstDayOfWeek=Ku,Ht.weekdays=ju,Ht.weekdaysMin=tR,Ht.weekdaysShort=qu,Ht.weekdaysParse=nR,Ht.weekdaysRegex=rR,Ht.weekdaysShortRegex=lR,Ht.weekdaysMinRegex=aR,Ht.isPM=dR,Ht.meridiem=hR;function ni(o,t,e,n){var i=sn(),l=Be().set(n,t);return i[e](l,o)}function Cl(o,t,e){if(qe(o)&&(t=o,o=void 0),o=o||"",t!=null)return ni(o,t,e,"month");var n,i=[];for(n=0;n<12;n++)i[n]=ni(o,n,e,"month");return i}function Es(o,t,e,n){typeof o=="boolean"?(qe(t)&&(e=t,t=void 0),t=t||""):(t=o,e=t,o=!1,qe(t)&&(e=t,t=void 0),t=t||"");var i=sn(),l=o?i._week.dow:0,r,a=[];if(e!=null)return ni(t,(e+l)%7,n,"day");for(r=0;r<7;r++)a[r]=ni(t,(r+l)%7,n,"day");return a}function Cg(o,t){return Cl(o,t,"months")}function pg(o,t){return Cl(o,t,"monthsShort")}function Ig(o,t,e){return Es(o,t,e,"weekdays")}function Eg(o,t,e){return Es(o,t,e,"weekdaysShort")}function Lg(o,t,e){return Es(o,t,e,"weekdaysMin")}Tn("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=Wt(o%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return o+e}}),lt.lang=De("moment.lang is deprecated. Use moment.locale instead.",Tn),lt.langData=De("moment.langData is deprecated. Use moment.localeData instead.",sn);var rn=Math.abs;function Pg(){var o=this._data;return this._milliseconds=rn(this._milliseconds),this._days=rn(this._days),this._months=rn(this._months),o.milliseconds=rn(o.milliseconds),o.seconds=rn(o.seconds),o.minutes=rn(o.minutes),o.hours=rn(o.hours),o.months=rn(o.months),o.years=rn(o.years),this}function pl(o,t,e,n){var i=Ue(t,e);return o._milliseconds+=n*i._milliseconds,o._days+=n*i._days,o._months+=n*i._months,o._bubble()}function Mg(o,t){return pl(this,o,t,1)}function Og(o,t){return pl(this,o,t,-1)}function Il(o){return o<0?Math.floor(o):Math.ceil(o)}function Sg(){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+=Il(Ls(e)+t)*864e5,t=0,e=0),n.milliseconds=o%1e3,i=Xe(o/1e3),n.seconds=i%60,l=Xe(i/60),n.minutes=l%60,r=Xe(l/60),n.hours=r%24,t+=Xe(r/24),c=Xe(El(t)),e+=c,t-=Il(Ls(c)),a=Xe(e/12),e%=12,n.days=t,n.months=e,n.years=a,this}function El(o){return o*4800/146097}function Ls(o){return o*146097/4800}function Dg(o){if(!this.isValid())return NaN;var t,e,n=this._milliseconds;if(o=Fe(o),o==="month"||o==="quarter"||o==="year")switch(t=this._days+n/864e5,e=this._months+El(t),o){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(t=this._days+Math.round(Ls(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 ln(o){return function(){return this.as(o)}}var Ll=ln("ms"),Fg=ln("s"),Xg=ln("m"),Ng=ln("h"),yg=ln("d"),bg=ln("w"),Vg=ln("M"),Wg=ln("Q"),Yg=ln("y"),Ug=Ll;function wg(){return Ue(this)}function Zg(o){return o=Fe(o),this.isValid()?this[o+"s"]():NaN}function Xn(o){return function(){return this.isValid()?this._data[o]:NaN}}var vg=Xn("milliseconds"),Qg=Xn("seconds"),Kg=Xn("minutes"),Hg=Xn("hours"),Ag=Xn("days"),_g=Xn("months"),Bg=Xn("years");function kg(){return Xe(this.days()/7)}var an=Math.round,jn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Gg(o,t,e,n,i){return i.relativeTime(t||1,!!e,o,n)}function xg(o,t,e,n){var i=Ue(o).abs(),l=an(i.as("s")),r=an(i.as("m")),a=an(i.as("h")),c=an(i.as("d")),d=an(i.as("M")),u=an(i.as("w")),h=an(i.as("y")),R=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&&(R=R||u<=1&&["w"]||u<e.w&&["ww",u]),R=R||d<=1&&["M"]||d<e.M&&["MM",d]||h<=1&&["y"]||["yy",h],R[2]=t,R[3]=+o>0,R[4]=n,Gg.apply(null,R)}function Jg(o){return o===void 0?an:typeof o=="function"?(an=o,!0):!1}function $g(o,t){return jn[o]===void 0?!1:t===void 0?jn[o]:(jn[o]=t,o==="s"&&(jn.ss=t-1),!0)}function zg(o,t){if(!this.isValid())return this.localeData().invalidDate();var e=!1,n=jn,i,l;return typeof o=="object"&&(t=o,o=!1),typeof o=="boolean"&&(e=o),typeof t=="object"&&(n=Object.assign({},jn,t),t.s!=null&&t.ss==null&&(n.ss=t.s-1)),i=this.localeData(),l=xg(this,!e,n,i),e&&(l=i.pastFuture(+this,l)),i.postformat(l)}var Ps=Math.abs;function qn(o){return(o>0)-(o<0)||+o}function oi(){if(!this.isValid())return this.localeData().invalidDate();var o=Ps(this._milliseconds)/1e3,t=Ps(this._days),e=Ps(this._months),n,i,l,r,a=this.asSeconds(),c,d,u,h;return a?(n=Xe(o/60),i=Xe(n/60),o%=60,n%=60,l=Xe(e/12),e%=12,r=o?o.toFixed(3).replace(/\.?0+$/,""):"",c=a<0?"-":"",d=qn(this._months)!==qn(a)?"-":"",u=qn(this._days)!==qn(a)?"-":"",h=qn(this._milliseconds)!==qn(a)?"-":"",c+"P"+(l?d+l+"Y":"")+(e?d+e+"M":"")+(t?u+t+"D":"")+(i||n||o?"T":"")+(i?h+i+"H":"")+(n?h+n+"M":"")+(o?h+r+"S":"")):"P0D"}var Ut=$o.prototype;Ut.isValid=_R,Ut.abs=Pg,Ut.add=Mg,Ut.subtract=Og,Ut.as=Dg,Ut.asMilliseconds=Ll,Ut.asSeconds=Fg,Ut.asMinutes=Xg,Ut.asHours=Ng,Ut.asDays=yg,Ut.asWeeks=bg,Ut.asMonths=Vg,Ut.asQuarters=Wg,Ut.asYears=Yg,Ut.valueOf=Ug,Ut._bubble=Sg,Ut.clone=wg,Ut.get=Zg,Ut.milliseconds=vg,Ut.seconds=Qg,Ut.minutes=Kg,Ut.hours=Hg,Ut.days=Ag,Ut.weeks=kg,Ut.months=_g,Ut.years=Bg,Ut.humanize=zg,Ut.toISOString=oi,Ut.toString=oi,Ut.toJSON=oi,Ut.locale=al,Ut.localeData=dl,Ut.toIsoString=De("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",oi),Ut.lang=cl,ht("X",0,0,"unix"),ht("x",0,0,"valueOf"),ct("x",Ao),ct("X",Cu),kt("X",function(o,t,e){e._d=new Date(parseFloat(o)*1e3)}),kt("x",function(o,t,e){e._d=new Date(Wt(o))});lt.version="2.30.1",jd(ee),lt.fn=$,lt.min=QR,lt.max=KR,lt.now=HR,lt.utc=Be,lt.unix=Tg,lt.months=Cg,lt.isDate=ro,lt.locale=Tn,lt.invalid=wo,lt.duration=Ue,lt.isMoment=We,lt.weekdays=Ig,lt.parseZone=mg,lt.localeData=sn,lt.isDuration=zo,lt.monthsShort=pg,lt.weekdaysMin=Lg,lt.defineLocale=ds,lt.updateLocale=mR,lt.locales=CR,lt.weekdaysShort=Eg,lt.normalizeUnits=Fe,lt.relativeTimeRounding=Jg,lt.relativeTimeThreshold=$g,lt.calendarFormat=hh,lt.prototype=$,lt.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 Ms{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 T=i.getTdById(c.linkTdPrevId);if(T){d=T.value,u=d.length-1,c=T;continue}}if(u<0)break;const g=d[u];if(g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)break;g.controlComponent===s.ControlComponent.VALUE&&a.unshift(g),u--}c=l;let h=e,R=n+1;for(;;){if(R>=h.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){h=T.value,R=0,c=T;continue}}const g=h[R];if(!g||g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT)break;g.controlComponent===s.ControlComponent.VALUE&&a.push(g),R++}return a.filter(g=>g.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=b=>!!(b&&(b.controlComponent===s.ControlComponent.POSTFIX||b.controlComponent===s.ControlComponent.POST_TEXT||b.controlComponent===s.ControlComponent.POSTTEXTFIX||b.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,h=this.element.originControlId||(this.element.controlId===r?.controlId?r?.originControlId:void 0),R=this.element.control||r.control;const f=!!(r?.controlId&&r.controlId!==this.element.controlId&&!r.originControlId&&r.control?.type===s.ControlType.TEXTFIELD);d?(u=r.originControlId,h=void 0,R=a.control):f&&(u=r.controlId,h=void 0,R=r.control);const g=!!u&&r?.controlId!==u&&this._findNearestTextAncestorId(l,r?.originControlId)===u;!g&&!d&&!f&&(this.control.mergeControl(e),this.control.shrinkBoundary(e));const{startIndex:T,endIndex:C}=i,p=this.control.getDraw();T!==C?p.spliceElementList(l,T+1,C-T,[],{isIgnoreDeletedRule:n.isIgnoreDeletedRule}):g||d||f?this._removePlaceholdersByControl(l,u,h||null):this.control.removePlaceholder(T,{elementList:l});const I=l[T];g||d||f?this._removePlaceholdersByControl(l,u,h||null):this._removeControlPlaceholders(l,T);const m=I.type&&!Le.includes(I.type)||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRE_TEXT?xt(I,["control","controlId","originControlId",...Re]):Ee(I,["type"]),L=g||d||f,P=b=>{Re.forEach(S=>{delete b[S];const y=R?.[S];y!==void 0&&(b[S]=y)}),delete b.underline,delete b.textDecoration,R?.type===s.ControlType.TEXT&&b.color?.toLowerCase()==="#87d068"?b.color=this.options.defaultColor:b.color||(b.color=this.options.defaultColor)};L&&P(m),m.controlId=u,R&&(m.control=R),h?m.originControlId=h:delete m.originControlId;const M=this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.inputTraceEnabled,F=i.startIndex+1,N=[],Y=b=>{const S=N.length?N:l,y=N.length?N.length-1:d?i.startIndex+1:i.startIndex;se(S,[b],y,{editorOptions:this.options}),N.push(b)};for(let b=0;b<t.length;b++){const S=t[b];if(S.type===s.ElementType.CONTROL&&S.control){const y=S,V=y.controlId||mt(),X=y.control?.value||[],O=y.control?.type,E=O===s.ControlType.TEXTFIELD,W=E?this.options.control.textFixColor:O===s.ControlType.TEXT||O===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,U={...Ee(m,["underline","textDecoration"]),controlId:V,type:s.ElementType.CONTROL,control:y.control,originControlId:u},Z=E?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,Q=E?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,v=E?y.control?.preTextFix||this.options.control.preTextFix:y.control?.prefix||this.options.control.prefix;for(let B=0;B<v.length;B++){const H={...U,color:W,value:v[B],controlComponent:Z};Y(H)}for(let B=0;B<X.length;B++){const H=X[B],k={...U,...H,controlComponent:s.ControlComponent.VALUE};(k.color===this.options.control.bracketColor||k.color===this.options.control.placeholderColor)&&(k.color=this.options.defaultColor),Y(k)}if(X.length===0){const B=y.control?.placeholder||"";for(let H=0;H<B.length;H++){const k={...U,value:B[H],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};Y(k)}}const st=E?y.control?.postTextFix||this.options.control.postTextFix:y.control?.postfix||this.options.control.postfix;for(let B=0;B<st.length;B++){const H={...U,color:W,value:st[B],controlComponent:Q};Y(H)}}else if(S.type||S.value){(I.controlComponent===s.ControlComponent.PRE_TEXT||I.controlComponent===s.ControlComponent.POST_TEXT||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.POSTFIX)&&(m.color=this.options.defaultColor);const V=Ee(S,["control","controlId","controlComponent","originControlId"]),X={...m,...V,controlComponent:s.ControlComponent.VALUE};L&&P(X),(X.color===this.options.control.bracketColor||X.color===this.options.control.placeholderColor||X.color===this.options.control.textFixColor)&&(X.color=this.options.defaultColor),X.strikeout&&delete X.strikeout,M&&(X.textDecoration={style:s.TextDecorationStyle.DOUBLE},X.underline=!0),Y(X)}}return N.length&&p.spliceElementList(l,F,0,N),i.startIndex+N.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,h=this.element.originControlId||r.originControlId||null,R=E=>{if(!E)return null;const W=new Set;let D=E,U=null;for(;D&&!W.has(D);){W.add(D);let Z;for(let Q=0;Q<e.length;Q++){const v=e[Q];if(v.controlId===D&&v.control?.type&&(Z=v,v.controlComponent===s.ControlComponent.PREFIX||v.controlComponent===s.ControlComponent.PRE_TEXT||v.controlComponent===s.ControlComponent.PRETEXTFIX||v.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!Z)break;(Z.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&Z.control?.type===s.ControlType.TEXTFIELD)&&(U=D),D=Z.originControlId||null}return U},f=R(h),g=!!f,T=r.controlId===u&&(r.originControlId||null)===h,C=r.controlComponent===s.ControlComponent.VALUE,p=E=>{for(let W=i-1;W>=0;W--){const D=e[W];if(D.controlId===E&&!D.originControlId){if(D.controlComponent===s.ControlComponent.VALUE||D.controlComponent===s.ControlComponent.PLACEHOLDER)return W;if(D.controlComponent===s.ControlComponent.PREFIX||D.controlComponent===s.ControlComponent.PRE_TEXT||D.controlComponent===s.ControlComponent.PRETEXTFIX||D.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break}if(D.controlId&&D.controlId!==E&&D.originControlId!==E)break}return-1},I=(E,W)=>{for(let D=E;D>=0;D--){const U=e[D];if(U.controlId===W&&!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 D;if(U.controlId&&U.controlId!==W&&U.originControlId!==W)break}for(let D=E+1;D<e.length;D++){const U=e[D];if(U.controlId===W&&!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 D;if(U.controlId&&U.controlId!==W&&U.originControlId!==W)break}return E},L=g&&T&&(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),P=e[l+1],M=!!P?.originControlId&&!!P?.controlId&&P.originControlId!==P.controlId&&(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.PLACEHOLDER||P.controlComponent===s.ControlComponent.TEXTFIXLABEL),F=!!P?.originControlId&&!!P?.controlId&&P.originControlId!==P.controlId&&(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||P.controlComponent===s.ControlComponent.TEXTFIXLABEL),N=E=>this.options.mode===s.EditorMode.FORM?i:this.control.removeControl(E),Y=r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId&&!!P?.originControlId&&!!u&&R(P.originControlId)===u,b=E=>!!E&&E.controlId===r.controlId&&(E.originControlId||null)===(r.originControlId||null),S=E=>E?.controlComponent===s.ControlComponent.POSTFIX||E?.controlComponent===s.ControlComponent.POST_TEXT||E?.controlComponent===s.ControlComponent.POSTTEXTFIX||E?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,y=()=>{const E=r.controlId,W=r.originControlId||null;return c.spliceElementList(e,i,1),e.some(U=>U.controlId===E&&(U.originControlId||null)===W&&U.controlComponent===s.ControlComponent.VALUE)||this.control.addPlaceholder(i-1),Math.max(i-1,0)},V=r.controlComponent===s.ControlComponent.VALUE&&!!r.originControlId&&b(P)&&S(P),X=!!u&&!this.control.getIsExistValueByElementListIndex(e,i),O=()=>{if(r.controlComponent!==s.ControlComponent.VALUE)return null;let E=i;for(let U=i;U>=0;U--){const Z=e[U];if(!(Z.controlId===r.controlId&&(Z.originControlId||null)===(r.originControlId||null))||Z.controlComponent!==s.ControlComponent.VALUE)break;if(!Z.strikeout){E=U;break}}const W=e[E];if(!W||W.strikeout)return null;W.strikeout=!0,W.deletePerson="SWJ",W.deleteTime=lt(new Date).format("YYYY-MM-DD HH:mm:ss");let D=Math.max(E-1,0);for(let U=E-1;U>=0;U--){const Z=e[U];if(!(Z.controlId===W.controlId&&(Z.originControlId||null)===(W.originControlId||null))){D=U;break}if(Z.controlComponent!==s.ControlComponent.VALUE){D=U;break}if(!Z.strikeout){D=U;break}D=Math.max(U-1,0)}return this.draws.render({curIndex:D,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),queueMicrotask(()=>{this.ranges.setRange(D,D),this.draws.setCursor(D)}),D};if(t.key===s.KeyMap.Backspace){if(i===l&&X&&(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&&f&&!T&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)){const W=p(f);return W>=0?W:i}if(i===l&&L&&!(d&&r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId))return N(i);if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!g||C)){if(i===l&&r.controlComponent===s.ControlComponent.VALUE){const W=O();if(W!==null)return W}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 W=e[i+1];return(W?.controlComponent===s.ControlComponent.POSTFIX||W?.controlComponent===s.ControlComponent.POST_TEXT||W?.controlComponent===s.ControlComponent.POSTTEXTFIX||W?.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 W=e[i-1],D=e[i+1];return!r.originControlId&&W?.controlId===r.controlId&&W?.originControlId===r.originControlId&&W?.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):S(D)?D.originControlId?V?y():Y?(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),I(Math.max(i-1,0),r.controlId)):N(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&&X&&(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&&(M||F)){if(Y){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 N(l+1)}const E=e[l+1],W=!!r.originControlId;if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!W||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:E?.controlComponent===s.ControlComponent.POSTFIX||E?.controlComponent===s.ControlComponent.POST_TEXT||E?.controlComponent===s.ControlComponent.POSTTEXTFIX||E?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?E.originControlId?Y?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):N(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?Y?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):N(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=lt(new Date).format("YYYY-MM-DD HH:mm:ss"),d=R=>{queueMicrotask(()=>{this.ranges.setRange(R,R),this.draws.setCursor(R),this.options.mode===s.EditorMode.FORM&&console.log("[text-sync-trace-cursor]",{index:R,range:this.ranges.getRange(),cursorIndex:this.position.getCursorPosition()?.index})})},u=R=>{const f=this.control.getElementList(),g=f[R],T=g?.controlId,C=g?.originControlId||null;let p=-1;for(let I=R-1;I>=0;I--){const m=f[I];if(m.controlId===T&&(m.originControlId||null)===C&&m.controlComponent===s.ControlComponent.VALUE)return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:R,to:I,reason:"prev-value"}),I;if(C){if(m.controlId&&m.controlId!==T&&m.originControlId!==C)break}else{if(m.controlId===T&&(m.controlComponent===s.ControlComponent.PREFIX||m.controlComponent===s.ControlComponent.PRE_TEXT||m.controlComponent===s.ControlComponent.PRETEXTFIX||m.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){p=I;break}if(m.controlId&&m.controlId!==T&&!m.originControlId)break;if(m.originControlId===T&&(m.controlComponent===s.ControlComponent.POSTFIX||m.controlComponent===s.ControlComponent.POST_TEXT||m.controlComponent===s.ControlComponent.POSTTEXTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:R,to:I,reason:"nested-postfix"}),I}}if(p>=0){const I=p+1,m=f[I];return m?.controlId===T&&(m.controlComponent===s.ControlComponent.PLACEHOLDER||m.controlComponent===s.ControlComponent.VALUE)?(this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:R,to:I,reason:"prefix-next-editable"}),I):(this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:R,to:p,reason:"prefix"}),p)}return this.options.mode===s.EditorMode.FORM&&console.log("[text-prev-trace-index]",{from:R,to:R,reason:"self"}),R},h=R=>{const f=this.control.getElementList(),g=f[R];if(!g?.controlId||g.controlComponent===s.ControlComponent.VALUE&&(g.metrics?.width??0)>0)return R;for(let T=R+1;T<f.length;T++){const C=f[T];if(C.controlId!==g.controlId||(C.originControlId||null)!==(g.originControlId||null))break;if(C.controlComponent===s.ControlComponent.VALUE&&(C.metrics?.width??0)>0)return T}for(let T=R-1;T>=0;T--){const C=f[T];if(C.controlId!==g.controlId||(C.originControlId||null)!==(g.originControlId||null))break;if(C.controlComponent===s.ControlComponent.VALUE&&(C.metrics?.width??0)>0)return T}return R};if(r?.length){if(!this.element.strikeout){const R=r.findIndex(f=>!f.strikeout);return r.forEach(f=>{f.deletePerson="SWJ",f.deleteTime=c,f.strikeout=!!~R}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),this.control.getRange().endIndex??null}}else{const R=h(a.index),f=this.control.getElementList()[R],g=this.control.getElementList();if(this.options.mode===s.EditorMode.FORM&&console.log("[text-strikeout]",{cursorIndex:a.index,targetIndex:R,targetValue:f?.value,targetComponent:f?.controlComponent,targetControlId:f?.controlId,targetOriginControlId:f?.originControlId||null}),!this.control.getElementList()[R].strikeout&&f?.metrics.width>0){this.control.getElementList()[R].strikeout=!0,this.control.getElementList()[R].deletePerson="SWJ",this.control.getElementList()[R].deleteTime=c;const T=u(R);return this.options.mode===s.EditorMode.FORM&&console.log("[text-strikeout:after]",{targetIndex:R,newIndex:T}),this.ranges.setRange(T,T),this.draws.render({curIndex:T,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(T),T??null}else if(n>=0&&n<g.length&&g[n]?.metrics?.width!==void 0&&g[n].metrics.width<=0&&!g[n]?.strikeout){g.splice(n,1);const T=n-1;return this.ranges.setRange(T,T),this.draws.render({curIndex:T,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(T),T??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 Pl{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(`${rt}-date-container`),t.setAttribute(Ze,s.EditorComponent.POPUP);const e=document.createElement("div");e.classList.add(`${rt}-date-wrap`);const n=document.createElement("div");n.classList.add(`${rt}-date-title`);const i=document.createElement("span");i.classList.add(`${rt}-date-title__pre-year`),i.innerText="<<";const l=document.createElement("span");l.classList.add(`${rt}-date-title__pre-month`),l.innerText="<";const r=document.createElement("span");r.classList.add(`${rt}-date-title__now`);const a=document.createElement("span");a.classList.add(`${rt}-date-title__next-month`),a.innerText=">";const c=document.createElement("span");c.classList.add(`${rt}-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(`${rt}-date-week`);const{weeks:{sun:u,mon:h,tue:R,wed:f,thu:g,fri:T,sat:C}}=this.lang;[u,h,R,f,g,T,C].forEach(y=>{const V=document.createElement("span");V.innerText=`${y}`,d.append(V)});const I=document.createElement("div");I.classList.add(`${rt}-date-day`),e.append(n),e.append(d),e.append(I);const m=document.createElement("ul");m.classList.add(`${rt}-time-wrap`);let L,P,M;[this.lang.hour,this.lang.minute,this.lang.second].forEach((y,V)=>{const X=document.createElement("li"),O=document.createElement("span");O.innerText=y,X.append(O);const E=document.createElement("ol"),W=V===0,D=V===1,U=W?24:60;for(let Z=0;Z<U;Z++){const Q=document.createElement("li");Q.innerText=`${String(Z).padStart(2,"0")}`,Q.setAttribute("data-id",`${Z}`),E.append(Q)}W?L=E:D?P=E:M=E,X.append(E),m.append(X)});const N=document.createElement("div");N.classList.add(`${rt}-date-menu`);const Y=document.createElement("button");Y.classList.add(`${rt}-date-menu__time`),Y.innerText=this.lang.timeSelect;const b=document.createElement("button");b.classList.add(`${rt}-date-menu__now`),b.innerText=this.lang.now;const S=document.createElement("button");return S.classList.add(`${rt}-date-menu__submit`),S.innerText=this.lang.confirm,N.append(Y),N.append(b),N.append(S),t.append(e),t.append(m),t.append(N),this.draw.getContainer().append(t),{container:t,dateWrap:e,datePickerWeek:d,timeWrap:m,title:{preYear:i,preMonth:l,now:r,nextMonth:a,nextYear:c},day:I,time:{hour:L,minute:P,second:M},menu:{time:Y,now:b,submit:S}}}_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((R,f)=>{const g=R;g.innerText=c[f]});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 h=this.dom.time.second.previousElementSibling;h.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 h=new Date(c,d,0).getDate();let R=new Date(c,d-1,1).getDay();R===0&&(R=7);const f=new Date(c,d-1,0).getDate();this.dom.day.innerHTML="";const g=f-R+1;for(let C=g;C<=f;C++){const p=document.createElement("div");p.classList.add("disable"),p.innerText=`${C}`,p.onclick=()=>{const I=d-2;this.now=new Date(c,I,C),this._setDatePick(c,I,C)},this.dom.day.append(p)}for(let C=1;C<=h;C++){const p=document.createElement("div");e===c&&n===d&&i===C&&p.classList.add("active"),this.pickDate&&l===c&&r===d&&a===C&&p.classList.add("select"),p.innerText=`${C}`,p.onclick=I=>{const m=d-1;this.now=new Date(c,m,C),this._setDatePick(c,m,C),I.stopPropagation()},this.dom.day.append(p)}const T=42-R-h;for(let C=1;C<=T;C++){const p=document.createElement("div");p.classList.add("disable"),p.innerText=`${C}`,p.onclick=()=>{this.now=new Date(c,d,C),this._setDatePick(c,d,C)},this.dom.day.append(p)}}_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(h=>h.classList.remove("active"))}),[[l,e],[r,n],[a,i]].forEach(([u,h])=>{const R=u.querySelector(`[data-id='${h}']`);R.classList.add("active"),t&&vs(u,R)})}_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(),h=t.getMilliseconds().toString(),R={"y+":i,"Y+":i,"M+":l,"d+":r,"D+":r,"h+":c.toString(),"H+":a.toString(),"m+":d,"s+":u,"S+":h};for(const f in R){const g=new RegExp("("+f+")").exec(e),T=f;g&&(n=n.replace(g[1],g[1].length===1?R[T]:R[T].padStart(g[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 Co{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&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?xt(d,["control","controlId",...Re]):Ee(d,["type"]),h=l.startIndex+1;for(let R=0;R<t.length;R++){const f={...u,...t[R],controlComponent:s.ControlComponent.VALUE};se(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,h+R,0,[f])}return h+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?xt(r,Ne):xt(i[l.startIndex],Re),c=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~c)return;const d=Ee(i[c],Ne),u=c+1,h=this.control.getDraw();for(let R=0;R<t.length;R++){const f={...a,...d,type:s.ElementType.TEXT,value:t[R],controlComponent:s.ControlComponent.VALUE};(f.color===this.options.control.bracketColor||f.color===this.options.control.placeholderColor)&&(f.color=this.options.defaultColor),se(i,[f],c,{editorOptions:this.options}),h.spliceElementList(i,u+R,0,[f])}if(!e.range){const R=u+t.length-1;this.control.repaintControl({curIndex:R}),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 Pl(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 ii extends Ms{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(I=>!Pc(I)))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange();this.control.shrinkBoundary(e);const r=at(t),{startIndex:a,endIndex:c}=l,d=i[a];let u=null;for(let I=a;I>=0;I--)if(i[I].controlComponent===s.ControlComponent.PREFIX){u=i[I];break}const h=u?.control||this.element.control;if(this.control.getIsExistValueByElementListIndex(i,a)){let I=a;for(;I>0;){const L=i[I];if(L.controlId!==d.controlId||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT)break;r.unshift(L),I--}let m=c+1;for(;m<i.length;){const L=i[m];if(L.controlId!==d.controlId||L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POST_TEXT)break;r.push(L),m++}}const R=or(r);if(!/^[+-]?(?:\d+)?(?:\.\d*)?(?:[eE][+-]?\d*)?$/.test(R))return-1;const g=h?.numberExclusiveOptions,T=g?.maxLength??null,C=g?.decimalPlaces??null,p=R.replace(/[+\-.eE]/g,"").length;if(T!=null&&p>T||C!=null&&(R.split(/[eE]/)[0].split(".")[1]||"").length>C)return-1;if(e.range||e.elementList){const I=Number(R),m=g?.minValue,L=g?.maxValue;if(!Number.isFinite(I)||m!=null&&I<m||L!=null&&I>L)return-1}return super.setValue(t,e,n)}_setNumberValue(t){const e=this.control.getElementList(),n=this.control.getRange(),{startIndex:i}=n;let l=null;for(let F=i;F>=0;F--)if(e[F].controlComponent===s.ControlComponent.PREFIX){l=e[F];break}const a=(l?.control||this.element.control)?.numberExclusiveOptions,c=a?.minValue,d=a?.maxValue,u=a?.minLength,h=a?.maxLength,R=t.trim(),f=R.replace(/[+\-.eE]/g,"").length,g=Number(R);if(u!=null&&f<u||h!=null&&f>h||c!=null&&g<c||d!=null&&g>d)return!1;let T=i;for(let F=i;F>=0;F--)if(e[F].controlComponent===s.ControlComponent.PREFIX){T=F;break}let C=T+1;for(let F=T+1;F<e.length;F++)if(e[F].controlComponent===s.ControlComponent.POSTFIX){C=F;break}const p=this.options.mode===s.EditorMode.FORM,I=p&&this.options.modeRule.form.inputTraceEnabled,m=p&&this.options.modeRule.form.deleteTraceEnabled,L=lt(new Date).format("YYYY-MM-DD HH:mm:ss");if(m)for(let F=T+1;F<C;F++){const N=e[F];N.controlComponent===s.ControlComponent.VALUE&&!N.strikeout&&N.value&&(N.strikeout=!0,N.deletePerson="SYSTEM",N.deleteTime=L),N.controlComponent===s.ControlComponent.PLACEHOLDER&&(this.control.getDraw().spliceElementList(e,F,1),C--,F--)}else{const F=T+1,N=C-F;N>0&&this.control.getDraw().spliceElementList(e,F,N),C=T+1}C=T+1;for(let F=T+1;F<e.length;F++)if(e[F].controlComponent===s.ControlComponent.POSTFIX){C=F;break}const P=[];for(let F=0;F<R.length;F++){const N={type:s.ElementType.TEXT,value:R[F],controlComponent:s.ControlComponent.VALUE,controlId:e[T].controlId,originControlId:e[T].originControlId,control:e[T].control};I&&(N.textDecoration={style:s.TextDecorationStyle.DOUBLE},N.underline=!0),P.push(N)}for(let F=0;F<P.length;F++)this.control.getDraw().spliceElementList(e,C+F,0,[P[F]]);const M=C+P.length-1;return this.control.getDraw().getRange().setRange(M,M),this.control.emitControlContentChange(),this.control.repaintControl({curIndex:M}),!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 g=n;g>=0;g--)if(t[g].controlComponent===s.ControlComponent.PREFIX){l=t[g];break}const r=l?.control||this.element.control,c=this.getValue().filter(g=>!g.strikeout),d=c.length>0?or(c):"",u=r?.numberExclusiveOptions,h=u?.minValue,R=u?.maxValue,f=u?.decimalPlaces;this.inputPopup=new jg({control:this.control,currentValue:d,minValue:h,maxValue:R,decimalPlaces:f,onConfirm:g=>{if(!g||g.trim()==="")return this._clearNumberValue(),!0;const T=Number(g);return Number.isNaN(T)||!Number.isFinite(T)?!1:this._setNumberValue(g)},onTab:g=>{this.destroy(),setTimeout(()=>{this.control.initNextControl({direction:g})})},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(),d=c.getMode()===s.EditorMode.FORM;if(t.key==="Backspace")return r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?d?i: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?d?l: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 l}destroy(){this.inputPopup&&(this.inputPopup.destroy(),this.inputPopup=null),this.isPopup=!1}}class jg{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(`${rt}-number-input-modal`),c.setAttribute(Ze,s.EditorComponent.POPUP);const d=m=>{if(m.type==="mouseup"){const L=this.options.control.getDraw().getCanvasEvent();L.setIsAllowDrag(!1),L.setIsAllowSelection(!1)}m.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(`${rt}-number-input-modal__content`);const h=document.createElement("div");if(h.classList.add(`${rt}-number-input-modal__title`),h.textContent="请输入数值",u.appendChild(h),e!==void 0||n!==void 0){const m=document.createElement("div");m.classList.add(`${rt}-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}位小数`),m.textContent=L,u.appendChild(m)}const R=document.createElement("input");R.classList.add(`${rt}-number-input-modal__input`),R.type="number",R.value=t,R.placeholder="请输入数值",e!==void 0&&(R.min=String(e)),n!==void 0&&(R.max=String(n)),i!=null&&(R.step=(1/Math.pow(10,i)).toString()),setTimeout(()=>{R.focus(),R.select()},100),u.appendChild(R);const f=document.createElement("div");f.classList.add(`${rt}-number-input-modal__error`),f.style.display="none",u.appendChild(f);const g=document.createElement("div");g.classList.add(`${rt}-number-input-modal__buttons`);const T=document.createElement("button");T.classList.add(`${rt}-number-input-modal__cancel`),T.textContent="取消",T.onclick=()=>{a()},g.appendChild(T);const C=document.createElement("button");C.classList.add(`${rt}-number-input-modal__confirm`),C.textContent="确定";const p=()=>{const m=R.value.trim();if(!m)return l("");const L=parseFloat(m);return Number.isNaN(L)||!Number.isFinite(L)?(f.textContent="请输入有效的数值",f.style.display="block",!1):i!=null&&(m.split(".")[1]||"").length>i?(f.textContent=`小数位数不能超过${i}位`,f.style.display="block",!1):e!==void 0&&L<e?(f.textContent=`数值不能小于 ${e}`,f.style.display="block",!1):n!==void 0&&L>n?(f.textContent=`数值不能大于 ${n}`,f.style.display="block",!1):(f.style.display="none",l(m))};C.onclick=()=>{p()&&a()},g.appendChild(C),u.appendChild(g),c.appendChild(u),R.onkeydown=m=>{m.key==="Enter"?C.click():m.key==="Tab"?(m.preventDefault(),p()&&(a(),r(m.shiftKey?Jt.UP:Jt.DOWN))):m.key==="Escape"&&a()},this.options.control.getContainer().appendChild(c),this.popupDom=c}destroy(){this.popupDom&&(this.popupDom.remove(),this.popupDom=null)}}class qg{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(Ze,s.EditorComponent.COMPONENT),document.body.append(l);const r=document.createElement("div");r.classList.add("dialog-container"),r.setAttribute(Ze,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 h=document.createElement("div");h.classList.add("dialog-option");for(let T=0;T<this.data.length;T++){const C=this.data[T],p=document.createElement("div");if(p.classList.add("dialog-option__item"),C.visible===!1&&(p.style.display="none"),C.label){const I=document.createElement("span");I.append(document.createTextNode(C.label)),p.append(I),C.required&&I.classList.add("dialog-option__item--require")}if(C.type==="radio"){const I=document.createElement("div");I.classList.add("dialog-radio-group"),C.horizontal&&I.classList.add("dialog-radio-group--horizontal"),C.options?.forEach(m=>{const L=document.createElement("label");L.classList.add("dialog-radio-item");const P=document.createElement("input");P.type="radio",P.name=C.name,P.value=m.value,m.value===(C.value||"")&&(P.checked=!0);const M=document.createElement("span");M.textContent=m.label,L.append(P),L.append(M),I.append(L),P.addEventListener("change",()=>{this._updateFieldVisibility()}),this.inputList.push(P)}),p.append(I)}else if(C.type==="select"){const I=document.createElement("select"),m=C.value||"";C.options?.forEach(L=>{const P=document.createElement("option");P.value=L.value,P.label=L.label,L.value===m&&(P.selected=!0),I.append(P)}),I.name=C.name,I.value=m,I.addEventListener("change",()=>{this._updateFieldVisibility()}),C.width&&(I.style.width=`${C.width}px`),p.append(I),this.inputList.push(I)}else if(C.type==="textarea"){const I=document.createElement("textarea");I.name=C.name,I.value=C.value||"",I.placeholder=C.placeholder||"",C.width&&(I.style.width=`${C.width}px`),C.height&&(I.style.height=`${C.height}px`),p.append(I),this.inputList.push(I)}else{const I=document.createElement("input");I.type=C.type,I.name=C.name,I.value=C.value||"",I.placeholder=C.placeholder||"",C.width&&(I.style.width=`${C.width}px`),C.height&&(I.style.height=`${C.height}px`),p.append(I),this.inputList.push(I)}h.append(p),this.optionItemContainers.push(p)}a.append(h);const R=document.createElement("div");R.classList.add("dialog-menu");const f=document.createElement("button");f.classList.add("dialog-menu__cancel"),f.append(document.createTextNode("取消")),f.type="button",f.onclick=()=>{n&&n(),this._dispose()},R.append(f);const g=document.createElement("button");g.append(document.createTextNode("确定")),g.type="submit",g.onclick=()=>{if(i){const T=new Set,C=[];for(const p of this.inputList)if(!T.has(p.name))if(p instanceof HTMLInputElement&&p.type==="radio"){const I=this.inputList.find(m=>m.name===p.name&&m instanceof HTMLInputElement&&m.checked);I&&(C.push({name:p.name,value:I.value}),T.add(p.name))}else C.push({name:p.name,value:p.value}),T.add(p.name);i(C)}this._dispose()},R.append(g),a.append(R),document.body.append(r),this.container=r,this.mask=l,this._updateFieldVisibility()}_dispose(){this.mask?.remove(),this.container?.remove()}}function tf(o,t){const e=o.trim();if(!e)return;const n=t?.key===e;return{...n?t:{},key:e,label:n&&t?.label?t.label:e,writeTarget:t?.writeTarget||"self",writeMode:t?.writeMode||"replaceOnConfirm"}}class Nn{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(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&&!Te(c)&&i.push(c)}return i}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&(this.control.getIsDisabledControl(e)||this.element.control?.editable===!1))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),{startIndex:r,endIndex:a}=l,c=i[r],d=this.element.controlId||c.controlId,u=this.element.originControlId||c.originControlId||null;if(!d)return-1;const h=this.getButtonControlBounds(i,d,u);if(!h)return-1;const R=this.getButtonBusinessOffset(i,h,r),f=this.getButtonBusinessOffset(i,h,a),g=this.getButtonBusinessElements(i,h),T=this.splitButtonBusinessElements(t),C=[...g.slice(0,R),...T,...g.slice(f)];return this.replaceButtonBusinessElements(i,h,C,R+T.length)}isSameButtonElement(t,e,n){return!!(t&&t.controlId===e&&(t.originControlId||null)===n)}getButtonControlBounds(t,e,n){let i=-1,l=-1;for(let r=0;r<t.length;r++){const a=t[r];this.isSameButtonElement(a,e,n)&&(i===-1&&a.controlComponent===s.ControlComponent.PREFIX&&(i=r),a.controlComponent===s.ControlComponent.POSTFIX&&(l=r))}return i===-1||l===-1?null:{controlId:e,originControlId:n,prefixIndex:i,postfixIndex:l}}getButtonBusinessOffset(t,e,n){let i=0;const l=Math.min(n,e.postfixIndex-1);for(let r=e.prefixIndex+1;r<=l;r++){const a=t[r];this.isSameButtonElement(a,e.controlId,e.originControlId)&&a.controlComponent===s.ControlComponent.VALUE&&!Te(a)&&i++}return i}toButtonBusinessElement(t){const e={value:t.value===`
|
|
123
|
-
`?K:t.value||""};return[...
|
|
122
|
+
`+new Error().stack),e=!1}return t.apply(this,arguments)},t)}var Nr={};function yr(o,t){lt.deprecationHandler!=null&<.deprecationHandler(o,t),Nr[o]||(Xr(t),Nr[o]=!0)}lt.suppressDeprecationWarnings=!1,lt.deprecationHandler=null;function ke(o){return typeof Function<"u"&&o instanceof Function||Object.prototype.toString.call(o)==="[object Function]"}function tu(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 $i(o,t){var e=fn({},o),n;for(n in t)Kt(t,n)&&(Sn(o[n])&&Sn(t[n])?(e[n]={},fn(e[n],o[n]),fn(e[n],t[n])):t[n]!=null?e[n]=t[n]:delete e[n]);for(n in o)Kt(o,n)&&!Kt(t,n)&&Sn(o[n])&&(e[n]=fn({},e[n]));return e}function zi(o){o!=null&&this.set(o)}var ji;Object.keys?ji=Object.keys:ji=function(o){var t,e=[];for(t in o)Kt(o,t)&&e.push(t);return e};var eu={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function nu(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 qi=/(\[[^\[]*\])|(\\)?([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,Zo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ts={},Bn={};function ht(o,t,e,n){var i=n;typeof n=="string"&&(i=function(){return this[n]()}),o&&(Bn[o]=i),t&&(Bn[t[0]]=function(){return Ge(i.apply(this,arguments),t[1],t[2])}),e&&(Bn[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),o)})}function ou(o){return o.match(/\[[\s\S]/)?o.replace(/^\[|\]$/g,""):o.replace(/\\/g,"")}function iu(o){var t=o.match(qi),e,n;for(e=0,n=t.length;e<n;e++)Bn[t[e]]?t[e]=Bn[t[e]]:t[e]=ou(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 vo(o,t){return o.isValid()?(t=br(t,o.localeData()),ts[t]=ts[t]||iu(t),ts[t](o)):o.localeData().invalidDate()}function br(o,t){var e=5;function n(i){return t.longDateFormat(i)||i}for(Zo.lastIndex=0;e>=0&&Zo.test(o);)o=o.replace(Zo,n),Zo.lastIndex=0,e-=1;return o}var su={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 ru(o){var t=this._longDateFormat[o],e=this._longDateFormat[o.toUpperCase()];return t||!e?t:(this._longDateFormat[o]=e.match(qi).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[o])}var lu="Invalid date";function au(){return this._invalidDate}var cu="%d",du=/\d{1,2}/;function uu(o){return this._ordinal.replace("%d",o)}var Ru={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 hu(o,t,e,n){var i=this._relativeTime[e];return ke(i)?i(o,t,e,n):i.replace(/%d/i,o)}function gu(o,t){var e=this._relativeTime[o>0?"future":"past"];return ke(e)?e(t):e.replace(/%s/i,t)}var Vr={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 Fe(o){return typeof o=="string"?Vr[o]||Vr[o.toLowerCase()]:void 0}function es(o){var t={},e,n;for(n in o)Kt(o,n)&&(e=Fe(n),e&&(t[e]=o[n]));return t}var fu={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 Tu(o){var t=[],e;for(e in o)Kt(o,e)&&t.push({unit:e,priority:fu[e]});return t.sort(function(n,i){return n.priority-i.priority}),t}var Wr=/\d/,Pe=/\d\d/,Yr=/\d{3}/,ns=/\d{4}/,Qo=/[+-]?\d{6}/,te=/\d\d?/,Ur=/\d\d\d\d?/,wr=/\d\d\d\d\d\d?/,Ko=/\d{1,3}/,os=/\d{1,4}/,Ho=/[+-]?\d{1,6}/,kn=/\d+/,Ao=/[+-]?\d+/,mu=/Z|[+-]\d\d:?\d\d/gi,_o=/Z|[+-]\d\d(?::?\d\d)?/gi,Cu=/[+-]?\d+(\.\d{1,3})?/,ao=/[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,Gn=/^[1-9]\d?/,is=/^([1-9]\d|\d)/,Bo;Bo={};function ct(o,t,e){Bo[o]=ke(t)?t:function(n,i){return n&&e?e:t}}function pu(o,t){return Kt(Bo,o)?Bo[o](t._strict,t._locale):new RegExp(Iu(o))}function Iu(o){return tn(o.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,l){return e||n||i||l}))}function tn(o){return o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Xe(o){return o<0?Math.ceil(o)||0:Math.floor(o)}function Wt(o){var t=+o,e=0;return t!==0&&isFinite(t)&&(e=Xe(t)),e}var ss={};function kt(o,t){var e,n=t,i;for(typeof o=="string"&&(o=[o]),qe(t)&&(n=function(l,r){r[t]=Wt(l)}),i=o.length,e=0;e<i;e++)ss[o[e]]=n}function co(o,t){kt(o,function(e,n,i,l){i._w=i._w||{},t(e,i._w,i,l)})}function Eu(o,t,e){t!=null&&Kt(ss,o)&&ss[o](t,e._a,e,o)}function ko(o){return o%4===0&&o%100!==0||o%400===0}var ge=0,en=1,xe=2,he=3,Ye=4,nn=5,Dn=6,Lu=7,Pu=8;ht("Y",0,0,function(){var o=this.year();return o<=9999?Ge(o,4):"+"+o}),ht(0,["YY",2],0,function(){return this.year()%100}),ht(0,["YYYY",4],0,"year"),ht(0,["YYYYY",5],0,"year"),ht(0,["YYYYYY",6,!0],0,"year"),ct("Y",Ao),ct("YY",te,Pe),ct("YYYY",os,ns),ct("YYYYY",Ho,Qo),ct("YYYYYY",Ho,Qo),kt(["YYYYY","YYYYYY"],ge),kt("YYYY",function(o,t){t[ge]=o.length===2?lt.parseTwoDigitYear(o):Wt(o)}),kt("YY",function(o,t){t[ge]=lt.parseTwoDigitYear(o)}),kt("Y",function(o,t){t[ge]=parseInt(o,10)});function uo(o){return ko(o)?366:365}lt.parseTwoDigitYear=function(o){return Wt(o)+(Wt(o)>68?1900:2e3)};var Zr=xn("FullYear",!0);function Mu(){return ko(this.year())}function xn(o,t){return function(e){return e!=null?(vr(this,o,e),lt.updateOffset(this,t),this):Ro(this,o)}}function Ro(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 vr(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&&!ko(l)?28:a,i?n.setUTCFullYear(l,r,a):n.setFullYear(l,r,a)}}function Ou(o){return o=Fe(o),ke(this[o])?this[o]():this}function Su(o,t){if(typeof o=="object"){o=es(o);var e=Tu(o),n,i=e.length;for(n=0;n<i;n++)this[e[n].unit](o[e[n].unit])}else if(o=Fe(o),ke(this[o]))return this[o](t);return this}function Du(o,t){return(o%t+t)%t}var ce;Array.prototype.indexOf?ce=Array.prototype.indexOf:ce=function(o){var t;for(t=0;t<this.length;++t)if(this[t]===o)return t;return-1};function rs(o,t){if(isNaN(o)||isNaN(t))return NaN;var e=Du(t,12);return o+=(t-e)/12,e===1?ko(o)?29:28:31-e%7%2}ht("M",["MM",2],"Mo",function(){return this.month()+1}),ht("MMM",0,0,function(o){return this.localeData().monthsShort(this,o)}),ht("MMMM",0,0,function(o){return this.localeData().months(this,o)}),ct("M",te,Gn),ct("MM",te,Pe),ct("MMM",function(o,t){return t.monthsShortRegex(o)}),ct("MMMM",function(o,t){return t.monthsRegex(o)}),kt(["M","MM"],function(o,t){t[en]=Wt(o)-1}),kt(["MMM","MMMM"],function(o,t,e,n){var i=e._locale.monthsParse(o,n,e._strict);i!=null?t[en]=i:Ot(e).invalidMonth=o});var Fu="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Qr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Kr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Xu=ao,Nu=ao;function yu(o,t){return o?Ve(this._months)?this._months[o.month()]:this._months[(this._months.isFormat||Kr).test(t)?"format":"standalone"][o.month()]:Ve(this._months)?this._months:this._months.standalone}function bu(o,t){return o?Ve(this._monthsShort)?this._monthsShort[o.month()]:this._monthsShort[Kr.test(t)?"format":"standalone"][o.month()]:Ve(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Vu(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=Be([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(l,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(l,"").toLocaleLowerCase();return e?t==="MMM"?(i=ce.call(this._shortMonthsParse,r),i!==-1?i:null):(i=ce.call(this._longMonthsParse,r),i!==-1?i:null):t==="MMM"?(i=ce.call(this._shortMonthsParse,r),i!==-1?i:(i=ce.call(this._longMonthsParse,r),i!==-1?i:null)):(i=ce.call(this._longMonthsParse,r),i!==-1?i:(i=ce.call(this._shortMonthsParse,r),i!==-1?i:null))}function Wu(o,t,e){var n,i,l;if(this._monthsParseExact)return Vu.call(this,o,t,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(i=Be([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 Hr(o,t){if(!o.isValid())return o;if(typeof t=="string"){if(/^\d+$/.test(t))t=Wt(t);else if(t=o.localeData().monthsParse(t),!qe(t))return o}var e=t,n=o.date();return n=n<29?n:Math.min(n,rs(o.year(),e)),o._isUTC?o._d.setUTCMonth(e,n):o._d.setMonth(e,n),o}function Ar(o){return o!=null?(Hr(this,o),lt.updateOffset(this,!0),this):Ro(this,"Month")}function Yu(){return rs(this.year(),this.month())}function Uu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||_r.call(this),o?this._monthsShortStrictRegex:this._monthsShortRegex):(Kt(this,"_monthsShortRegex")||(this._monthsShortRegex=Xu),this._monthsShortStrictRegex&&o?this._monthsShortStrictRegex:this._monthsShortRegex)}function wu(o){return this._monthsParseExact?(Kt(this,"_monthsRegex")||_r.call(this),o?this._monthsStrictRegex:this._monthsRegex):(Kt(this,"_monthsRegex")||(this._monthsRegex=Nu),this._monthsStrictRegex&&o?this._monthsStrictRegex:this._monthsRegex)}function _r(){function o(c,d){return d.length-c.length}var t=[],e=[],n=[],i,l,r,a;for(i=0;i<12;i++)l=Be([2e3,i]),r=tn(this.monthsShort(l,"")),a=tn(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 Zu(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 ho(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 Go(o,t,e){var n=7+t-e,i=(7+ho(o,0,n).getUTCDay()-t)%7;return-i+n-1}function Br(o,t,e,n,i){var l=(7+e-n)%7,r=Go(o,n,i),a=1+7*(t-1)+l+r,c,d;return a<=0?(c=o-1,d=uo(c)+a):a>uo(o)?(c=o+1,d=a-uo(o)):(c=o,d=a),{year:c,dayOfYear:d}}function go(o,t,e){var n=Go(o.year(),t,e),i=Math.floor((o.dayOfYear()-n-1)/7)+1,l,r;return i<1?(r=o.year()-1,l=i+on(r,t,e)):i>on(o.year(),t,e)?(l=i-on(o.year(),t,e),r=o.year()+1):(r=o.year(),l=i),{week:l,year:r}}function on(o,t,e){var n=Go(o,t,e),i=Go(o+1,t,e);return(uo(o)-n+i)/7}ht("w",["ww",2],"wo","week"),ht("W",["WW",2],"Wo","isoWeek"),ct("w",te,Gn),ct("ww",te,Pe),ct("W",te,Gn),ct("WW",te,Pe),co(["w","ww","W","WW"],function(o,t,e,n){t[n.substr(0,1)]=Wt(o)});function vu(o){return go(o,this._week.dow,this._week.doy).week}var Qu={dow:0,doy:6};function Ku(){return this._week.dow}function Hu(){return this._week.doy}function Au(o){var t=this.localeData().week(this);return o==null?t:this.add((o-t)*7,"d")}function _u(o){var t=go(this,1,4).week;return o==null?t:this.add((o-t)*7,"d")}ht("d",0,"do","day"),ht("dd",0,0,function(o){return this.localeData().weekdaysMin(this,o)}),ht("ddd",0,0,function(o){return this.localeData().weekdaysShort(this,o)}),ht("dddd",0,0,function(o){return this.localeData().weekdays(this,o)}),ht("e",0,0,"weekday"),ht("E",0,0,"isoWeekday"),ct("d",te),ct("e",te),ct("E",te),ct("dd",function(o,t){return t.weekdaysMinRegex(o)}),ct("ddd",function(o,t){return t.weekdaysShortRegex(o)}),ct("dddd",function(o,t){return t.weekdaysRegex(o)}),co(["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}),co(["d","e","E"],function(o,t,e,n){t[n]=Wt(o)});function Bu(o,t){return typeof o!="string"?o:isNaN(o)?(o=t.weekdaysParse(o),typeof o=="number"?o:null):parseInt(o,10)}function ku(o,t){return typeof o=="string"?t.weekdaysParse(o)%7||7:isNaN(o)?null:o}function ls(o,t){return o.slice(t,7).concat(o.slice(0,t))}var Gu="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),kr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xu="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ju=ao,$u=ao,zu=ao;function ju(o,t){var e=Ve(this._weekdays)?this._weekdays:this._weekdays[o&&o!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return o===!0?ls(e,this._week.dow):o?e[o.day()]:e}function qu(o){return o===!0?ls(this._weekdaysShort,this._week.dow):o?this._weekdaysShort[o.day()]:this._weekdaysShort}function tR(o){return o===!0?ls(this._weekdaysMin,this._week.dow):o?this._weekdaysMin[o.day()]:this._weekdaysMin}function eR(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=Be([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=ce.call(this._weekdaysParse,r),i!==-1?i:null):t==="ddd"?(i=ce.call(this._shortWeekdaysParse,r),i!==-1?i:null):(i=ce.call(this._minWeekdaysParse,r),i!==-1?i:null):t==="dddd"?(i=ce.call(this._weekdaysParse,r),i!==-1||(i=ce.call(this._shortWeekdaysParse,r),i!==-1)?i:(i=ce.call(this._minWeekdaysParse,r),i!==-1?i:null)):t==="ddd"?(i=ce.call(this._shortWeekdaysParse,r),i!==-1||(i=ce.call(this._weekdaysParse,r),i!==-1)?i:(i=ce.call(this._minWeekdaysParse,r),i!==-1?i:null)):(i=ce.call(this._minWeekdaysParse,r),i!==-1||(i=ce.call(this._weekdaysParse,r),i!==-1)?i:(i=ce.call(this._shortWeekdaysParse,r),i!==-1?i:null))}function nR(o,t,e){var n,i,l;if(this._weekdaysParseExact)return eR.call(this,o,t,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(i=Be([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 oR(o){if(!this.isValid())return o!=null?this:NaN;var t=Ro(this,"Day");return o!=null?(o=Bu(o,this.localeData()),this.add(o-t,"d")):t}function iR(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 sR(o){if(!this.isValid())return o!=null?this:NaN;if(o!=null){var t=ku(o,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function rR(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||as.call(this),o?this._weekdaysStrictRegex:this._weekdaysRegex):(Kt(this,"_weekdaysRegex")||(this._weekdaysRegex=Ju),this._weekdaysStrictRegex&&o?this._weekdaysStrictRegex:this._weekdaysRegex)}function lR(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||as.call(this),o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Kt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=$u),this._weekdaysShortStrictRegex&&o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function aR(o){return this._weekdaysParseExact?(Kt(this,"_weekdaysRegex")||as.call(this),o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Kt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=zu),this._weekdaysMinStrictRegex&&o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function as(){function o(u,h){return h.length-u.length}var t=[],e=[],n=[],i=[],l,r,a,c,d;for(l=0;l<7;l++)r=Be([2e3,1]).day(l),a=tn(this.weekdaysMin(r,"")),c=tn(this.weekdaysShort(r,"")),d=tn(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 cs(){return this.hours()%12||12}function cR(){return this.hours()||24}ht("H",["HH",2],0,"hour"),ht("h",["hh",2],0,cs),ht("k",["kk",2],0,cR),ht("hmm",0,0,function(){return""+cs.apply(this)+Ge(this.minutes(),2)}),ht("hmmss",0,0,function(){return""+cs.apply(this)+Ge(this.minutes(),2)+Ge(this.seconds(),2)}),ht("Hmm",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)}),ht("Hmmss",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)+Ge(this.seconds(),2)});function Gr(o,t){ht(o,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Gr("a",!0),Gr("A",!1);function xr(o,t){return t._meridiemParse}ct("a",xr),ct("A",xr),ct("H",te,is),ct("h",te,Gn),ct("k",te,Gn),ct("HH",te,Pe),ct("hh",te,Pe),ct("kk",te,Pe),ct("hmm",Ur),ct("hmmss",wr),ct("Hmm",Ur),ct("Hmmss",wr),kt(["H","HH"],he),kt(["k","kk"],function(o,t,e){var n=Wt(o);t[he]=n===24?0:n}),kt(["a","A"],function(o,t,e){e._isPm=e._locale.isPM(o),e._meridiem=o}),kt(["h","hh"],function(o,t,e){t[he]=Wt(o),Ot(e).bigHour=!0}),kt("hmm",function(o,t,e){var n=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n)),Ot(e).bigHour=!0}),kt("hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n,2)),t[nn]=Wt(o.substr(i)),Ot(e).bigHour=!0}),kt("Hmm",function(o,t,e){var n=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n))}),kt("Hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[he]=Wt(o.substr(0,n)),t[Ye]=Wt(o.substr(n,2)),t[nn]=Wt(o.substr(i))});function dR(o){return(o+"").toLowerCase().charAt(0)==="p"}var uR=/[ap]\.?m?\.?/i,RR=xn("Hours",!0);function hR(o,t,e){return o>11?e?"pm":"PM":e?"am":"AM"}var Jr={calendar:eu,longDateFormat:su,invalidDate:lu,ordinal:cu,dayOfMonthOrdinalParse:du,relativeTime:Ru,months:Fu,monthsShort:Qr,week:Qu,weekdays:Gu,weekdaysMin:xu,weekdaysShort:kr,meridiemParse:uR},oe={},fo={},To;function gR(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 $r(o){return o&&o.toLowerCase().replace("_","-")}function fR(o){for(var t=0,e,n,i,l;t<o.length;){for(l=$r(o[t]).split("-"),e=l.length,n=$r(o[t+1]),n=n?n.split("-"):null;e>0;){if(i=xo(l.slice(0,e).join("-")),i)return i;if(n&&n.length>=e&&gR(l,n)>=e-1)break;e--}t++}return To}function TR(o){return!!(o&&o.match("^[^/\\\\]*$"))}function xo(o){var t=null,e;if(oe[o]===void 0&&typeof module<"u"&&module&&module.exports&&TR(o))try{t=To._abbr,e=require,e("./locale/"+o),Tn(t)}catch{oe[o]=null}return oe[o]}function Tn(o,t){var e;return o&&(pe(t)?e=sn(o):e=ds(o,t),e?To=e:typeof console<"u"&&console.warn&&console.warn("Locale "+o+" not found. Did you forget to load it?")),To._abbr}function ds(o,t){if(t!==null){var e,n=Jr;if(t.abbr=o,oe[o]!=null)yr("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=xo(t.parentLocale),e!=null)n=e._config;else return fo[t.parentLocale]||(fo[t.parentLocale]=[]),fo[t.parentLocale].push({name:o,config:t}),null;return oe[o]=new zi($i(n,t)),fo[o]&&fo[o].forEach(function(i){ds(i.name,i.config)}),Tn(o),oe[o]}else return delete oe[o],null}function mR(o,t){if(t!=null){var e,n,i=Jr;oe[o]!=null&&oe[o].parentLocale!=null?oe[o].set($i(oe[o]._config,t)):(n=xo(o),n!=null&&(i=n._config),t=$i(i,t),n==null&&(t.abbr=o),e=new zi(t),e.parentLocale=oe[o],oe[o]=e),Tn(o)}else oe[o]!=null&&(oe[o].parentLocale!=null?(oe[o]=oe[o].parentLocale,o===Tn()&&Tn(o)):oe[o]!=null&&delete oe[o]);return oe[o]}function sn(o){var t;if(o&&o._locale&&o._locale._abbr&&(o=o._locale._abbr),!o)return To;if(!Ve(o)){if(t=xo(o),t)return t;o=[o]}return fR(o)}function CR(){return ji(oe)}function us(o){var t,e=o._a;return e&&Ot(o).overflow===-2&&(t=e[en]<0||e[en]>11?en:e[xe]<1||e[xe]>rs(e[ge],e[en])?xe:e[he]<0||e[he]>24||e[he]===24&&(e[Ye]!==0||e[nn]!==0||e[Dn]!==0)?he:e[Ye]<0||e[Ye]>59?Ye:e[nn]<0||e[nn]>59?nn:e[Dn]<0||e[Dn]>999?Dn:-1,Ot(o)._overflowDayOfYear&&(t<ge||t>xe)&&(t=xe),Ot(o)._overflowWeeks&&t===-1&&(t=Lu),Ot(o)._overflowWeekday&&t===-1&&(t=Pu),Ot(o).overflow=t),o}var pR=/^\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)?)?$/,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)?)?$/,ER=/Z|[+-]\d\d(?::?\d\d)?/,Jo=[["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]],Rs=[["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,PR=/^(?:(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}))$/,MR={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function zr(o){var t,e,n=o._i,i=pR.exec(n)||IR.exec(n),l,r,a,c,d=Jo.length,u=Rs.length;if(i){for(Ot(o).iso=!0,t=0,e=d;t<e;t++)if(Jo[t][1].exec(i[1])){r=Jo[t][0],l=Jo[t][2]!==!1;break}if(r==null){o._isValid=!1;return}if(i[3]){for(t=0,e=u;t<e;t++)if(Rs[t][1].exec(i[3])){a=(i[2]||" ")+Rs[t][0];break}if(a==null){o._isValid=!1;return}}if(!l&&a!=null){o._isValid=!1;return}if(i[4])if(ER.exec(i[4]))c="Z";else{o._isValid=!1;return}o._f=r+(a||"")+(c||""),gs(o)}else o._isValid=!1}function OR(o,t,e,n,i,l){var r=[SR(o),Qr.indexOf(t),parseInt(e,10),parseInt(n,10),parseInt(i,10)];return l&&r.push(parseInt(l,10)),r}function SR(o){var t=parseInt(o,10);return t<=49?2e3+t:t<=999?1900+t:t}function DR(o){return o.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function FR(o,t,e){if(o){var n=kr.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 XR(o,t,e){if(o)return MR[o];if(t)return 0;var n=parseInt(e,10),i=n%100,l=(n-i)/100;return l*60+i}function jr(o){var t=PR.exec(DR(o._i)),e;if(t){if(e=OR(t[4],t[3],t[2],t[5],t[6],t[7]),!FR(t[1],e,o))return;o._a=e,o._tzm=XR(t[8],t[9],t[10]),o._d=ho.apply(null,o._a),o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),Ot(o).rfc2822=!0}else o._isValid=!1}function NR(o){var t=LR.exec(o._i);if(t!==null){o._d=new Date(+t[1]);return}if(zr(o),o._isValid===!1)delete o._isValid;else return;if(jr(o),o._isValid===!1)delete o._isValid;else return;o._strict?o._isValid=!1:lt.createFromInputFallback(o)}lt.createFromInputFallback=De("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 Jn(o,t,e){return o??t??e}function yR(o){var t=new Date(lt.now());return o._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function hs(o){var t,e,n=[],i,l,r;if(!o._d){for(i=yR(o),o._w&&o._a[xe]==null&&o._a[en]==null&&bR(o),o._dayOfYear!=null&&(r=Jn(o._a[ge],i[ge]),(o._dayOfYear>uo(r)||o._dayOfYear===0)&&(Ot(o)._overflowDayOfYear=!0),e=ho(r,0,o._dayOfYear),o._a[en]=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[he]===24&&o._a[Ye]===0&&o._a[nn]===0&&o._a[Dn]===0&&(o._nextDay=!0,o._a[he]=0),o._d=(o._useUTC?ho:Zu).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[he]=24),o._w&&typeof o._w.d<"u"&&o._w.d!==l&&(Ot(o).weekdayMismatch=!0)}}function bR(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=Jn(t.GG,o._a[ge],go(ee(),1,4).year),n=Jn(t.W,1),i=Jn(t.E,1),(i<1||i>7)&&(c=!0)):(l=o._locale._week.dow,r=o._locale._week.doy,d=go(ee(),l,r),e=Jn(t.gg,o._a[ge],d.year),n=Jn(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>on(e,l,r)?Ot(o)._overflowWeeks=!0:c!=null?Ot(o)._overflowWeekday=!0:(a=Br(e,n,i,l,r),o._a[ge]=a.year,o._dayOfYear=a.dayOfYear)}lt.ISO_8601=function(){},lt.RFC_2822=function(){};function gs(o){if(o._f===lt.ISO_8601){zr(o);return}if(o._f===lt.RFC_2822){jr(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=br(o._f,o._locale).match(qi)||[],u=i.length,e=0;e<u;e++)l=i[e],n=(t.match(pu(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),Bn[l]?(n?Ot(o).empty=!1:Ot(o).unusedTokens.push(l),Eu(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[he]<=12&&Ot(o).bigHour===!0&&o._a[he]>0&&(Ot(o).bigHour=void 0),Ot(o).parsedDateParts=o._a.slice(0),Ot(o).meridiem=o._meridiem,o._a[he]=VR(o._locale,o._a[he],o._meridiem),d=Ot(o).era,d!==null&&(o._a[ge]=o._locale.erasConvertYear(d,o._a[ge])),hs(o),us(o)}function VR(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 WR(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=Ji({},o),o._useUTC!=null&&(t._useUTC=o._useUTC),t._f=o._f[i],gs(t),Gi(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));fn(o,e||t)}function YR(o){if(!o._d){var t=es(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)}),hs(o)}}function UR(o){var t=new lo(us(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||sn(o._l),t===null||e===void 0&&t===""?wo({nullInput:!0}):(typeof t=="string"&&(o._i=t=o._locale.preparse(t)),We(t)?new lo(us(t)):(ro(t)?o._d=t:Ve(e)?WR(o):e?gs(o):wR(o),Gi(o)||(o._d=null),o))}function wR(o){var t=o._i;pe(t)?o._d=new Date(lt.now()):ro(t)?o._d=new Date(t.valueOf()):typeof t=="string"?NR(o):Ve(t)?(o._a=Dr(t.slice(0),function(e){return parseInt(e,10)}),hs(o)):Sn(t)?YR(o):qe(t)?o._d=new Date(t):lt.createFromInputFallback(o)}function tl(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),(Sn(o)&&Bi(o)||Ve(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,UR(l)}function ee(o,t,e,n){return tl(o,t,e,n,!1)}var ZR=De("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ee.apply(null,arguments);return this.isValid()&&o.isValid()?o<this?this:o:wo()}),vR=De("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ee.apply(null,arguments);return this.isValid()&&o.isValid()?o>this?this:o:wo()});function el(o,t){var e,n;if(t.length===1&&Ve(t[0])&&(t=t[0]),!t.length)return ee();for(e=t[0],n=1;n<t.length;++n)(!t[n].isValid()||t[n][o](e))&&(e=t[n]);return e}function QR(){var o=[].slice.call(arguments,0);return el("isBefore",o)}function KR(){var o=[].slice.call(arguments,0);return el("isAfter",o)}var HR=function(){return Date.now?Date.now():+new Date},mo=["year","quarter","month","week","day","hour","minute","second","millisecond"];function AR(o){var t,e=!1,n,i=mo.length;for(t in o)if(Kt(o,t)&&!(ce.call(mo,t)!==-1&&(o[t]==null||!isNaN(o[t]))))return!1;for(n=0;n<i;++n)if(o[mo[n]]){if(e)return!1;parseFloat(o[mo[n]])!==Wt(o[mo[n]])&&(e=!0)}return!0}function _R(){return this._isValid}function BR(){return Ue(NaN)}function $o(o){var t=es(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=AR(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=sn(),this._bubble()}function zo(o){return o instanceof $o}function fs(o){return o<0?Math.round(-1*o)*-1:Math.round(o)}function kR(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++)Wt(o[r])!==Wt(t[r])&&l++;return l+i}function nl(o,t){ht(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)})}nl("Z",":"),nl("ZZ",""),ct("Z",_o),ct("ZZ",_o),kt(["Z","ZZ"],function(o,t,e){e._useUTC=!0,e._tzm=Ts(_o,o)});var GR=/([\+\-]|\d\d)/gi;function Ts(o,t){var e=(t||"").match(o),n,i,l;return e===null?null:(n=e[e.length-1]||[],i=(n+"").match(GR)||["-",0,0],l=+(i[1]*60)+Wt(i[2]),l===0?0:i[0]==="+"?l:-l)}function ms(o,t){var e,n;return t._isUTC?(e=t.clone(),n=(We(o)||ro(o)?o.valueOf():ee(o).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+n),lt.updateOffset(e,!1),e):ee(o).local()}function Cs(o){return-Math.round(o._d.getTimezoneOffset())}lt.updateOffset=function(){};function xR(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=Ts(_o,o),o===null)return this}else Math.abs(o)<16&&!e&&(o=o*60);return!this._isUTC&&t&&(i=Cs(this)),this._offset=o,this._isUTC=!0,i!=null&&this.add(i,"m"),n!==o&&(!t||this._changeInProgress?rl(this,Ue(o-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,lt.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:Cs(this)}function JR(o,t){return o!=null?(typeof o!="string"&&(o=-o),this.utcOffset(o,t),this):-this.utcOffset()}function $R(o){return this.utcOffset(0,o)}function zR(o){return this._isUTC&&(this.utcOffset(0,o),this._isUTC=!1,o&&this.subtract(Cs(this),"m")),this}function jR(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var o=Ts(mu,this._i);o!=null?this.utcOffset(o):this.utcOffset(0,!0)}return this}function qR(o){return this.isValid()?(o=o?ee(o).utcOffset():0,(this.utcOffset()-o)%60===0):!1}function th(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function eh(){if(!pe(this._isDSTShifted))return this._isDSTShifted;var o={},t;return Ji(o,this),o=qr(o),o._a?(t=o._isUTC?Be(o._a):ee(o._a),this._isDSTShifted=this.isValid()&&kR(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function nh(){return this.isValid()?!this._isUTC:!1}function oh(){return this.isValid()?this._isUTC:!1}function ol(){return this.isValid()?this._isUTC&&this._offset===0:!1}var ih=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,sh=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ue(o,t){var e=o,n=null,i,l,r;return zo(o)?e={ms:o._milliseconds,d:o._days,M:o._months}:qe(o)||!isNaN(+o)?(e={},t?e[t]=+o:e.milliseconds=+o):(n=ih.exec(o))?(i=n[1]==="-"?-1:1,e={y:0,d:Wt(n[xe])*i,h:Wt(n[he])*i,m:Wt(n[Ye])*i,s:Wt(n[nn])*i,ms:Wt(fs(n[Dn]*1e3))*i}):(n=sh.exec(o))?(i=n[1]==="-"?-1:1,e={y:Fn(n[2],i),M:Fn(n[3],i),w:Fn(n[4],i),d:Fn(n[5],i),h:Fn(n[6],i),m:Fn(n[7],i),s:Fn(n[8],i)}):e==null?e={}:typeof e=="object"&&("from"in e||"to"in e)&&(r=rh(ee(e.from),ee(e.to)),e={},e.ms=r.milliseconds,e.M=r.months),l=new $o(e),zo(o)&&Kt(o,"_locale")&&(l._locale=o._locale),zo(o)&&Kt(o,"_isValid")&&(l._isValid=o._isValid),l}Ue.fn=$o.prototype,Ue.invalid=BR;function Fn(o,t){var e=o&&parseFloat(o.replace(",","."));return(isNaN(e)?0:e)*t}function il(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 rh(o,t){var e;return o.isValid()&&t.isValid()?(t=ms(t,o),o.isBefore(t)?e=il(o,t):(e=il(t,o),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function sl(o,t){return function(e,n){var i,l;return n!==null&&!isNaN(+n)&&(yr(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=Ue(e,n),rl(this,i,o),this}}function rl(o,t,e,n){var i=t._milliseconds,l=fs(t._days),r=fs(t._months);o.isValid()&&(n=n??!0,r&&Hr(o,Ro(o,"Month")+r*e),l&&vr(o,"Date",Ro(o,"Date")+l*e),i&&o._d.setTime(o._d.valueOf()+i*e),n&<.updateOffset(o,l||r))}var lh=sl(1,"add"),ah=sl(-1,"subtract");function ll(o){return typeof o=="string"||o instanceof String}function ch(o){return We(o)||ro(o)||ll(o)||qe(o)||uh(o)||dh(o)||o===null||o===void 0}function dh(o){var t=Sn(o)&&!Bi(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 uh(o){var t=Ve(o),e=!1;return t&&(e=o.filter(function(n){return!qe(n)&&ll(o)}).length===0),t&&e}function Rh(o){var t=Sn(o)&&!Bi(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 hh(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 gh(o,t){arguments.length===1&&(arguments[0]?ch(arguments[0])?(o=arguments[0],t=void 0):Rh(arguments[0])&&(t=arguments[0],o=void 0):(o=void 0,t=void 0));var e=o||ee(),n=ms(e,this).startOf("day"),i=lt.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,ee(e)))}function fh(){return new lo(this)}function Th(o,t){var e=We(o)?o:ee(o);return this.isValid()&&e.isValid()?(t=Fe(t)||"millisecond",t==="millisecond"?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(t).valueOf()):!1}function mh(o,t){var e=We(o)?o:ee(o);return this.isValid()&&e.isValid()?(t=Fe(t)||"millisecond",t==="millisecond"?this.valueOf()<e.valueOf():this.clone().endOf(t).valueOf()<e.valueOf()):!1}function Ch(o,t,e,n){var i=We(o)?o:ee(o),l=We(t)?t:ee(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 ph(o,t){var e=We(o)?o:ee(o),n;return this.isValid()&&e.isValid()?(t=Fe(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 Ih(o,t){return this.isSame(o,t)||this.isAfter(o,t)}function Eh(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=ms(o,this),!n.isValid())return NaN;switch(i=(n.utcOffset()-this.utcOffset())*6e4,t=Fe(t),t){case"year":l=jo(this,n)/12;break;case"month":l=jo(this,n);break;case"quarter":l=jo(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:Xe(l)}function jo(o,t){if(o.date()<t.date())return-jo(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}lt.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",lt.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Ph(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Mh(o){if(!this.isValid())return null;var t=o!==!0,e=t?this.clone().utc():this;return e.year()<0||e.year()>9999?vo(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",vo(e,"Z")):vo(e,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Oh(){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 Sh(o){o||(o=this.isUtc()?lt.defaultFormatUtc:lt.defaultFormat);var t=vo(this,o);return this.localeData().postformat(t)}function Dh(o,t){return this.isValid()&&(We(o)&&o.isValid()||ee(o).isValid())?Ue({to:this,from:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Fh(o){return this.from(ee(),o)}function Xh(o,t){return this.isValid()&&(We(o)&&o.isValid()||ee(o).isValid())?Ue({from:this,to:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Nh(o){return this.to(ee(),o)}function al(o){var t;return o===void 0?this._locale._abbr:(t=sn(o),t!=null&&(this._locale=t),this)}var cl=De("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 dl(){return this._locale}var qo=1e3,$n=60*qo,ti=60*$n,ul=(365*400+97)*24*ti;function zn(o,t){return(o%t+t)%t}function Rl(o,t,e){return o<100&&o>=0?new Date(o+400,t,e)-ul:new Date(o,t,e).valueOf()}function hl(o,t,e){return o<100&&o>=0?Date.UTC(o+400,t,e)-ul:Date.UTC(o,t,e)}function yh(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?hl:Rl,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-=zn(t+(this._isUTC?0:this.utcOffset()*$n),ti);break;case"minute":t=this._d.valueOf(),t-=zn(t,$n);break;case"second":t=this._d.valueOf(),t-=zn(t,qo);break}return this._d.setTime(t),lt.updateOffset(this,!0),this}function bh(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?hl:Rl,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+=ti-zn(t+(this._isUTC?0:this.utcOffset()*$n),ti)-1;break;case"minute":t=this._d.valueOf(),t+=$n-zn(t,$n)-1;break;case"second":t=this._d.valueOf(),t+=qo-zn(t,qo)-1;break}return this._d.setTime(t),lt.updateOffset(this,!0),this}function Vh(){return this._d.valueOf()-(this._offset||0)*6e4}function Wh(){return Math.floor(this.valueOf()/1e3)}function Yh(){return new Date(this.valueOf())}function Uh(){var o=this;return[o.year(),o.month(),o.date(),o.hour(),o.minute(),o.second(),o.millisecond()]}function wh(){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 Zh(){return this.isValid()?this.toISOString():null}function vh(){return Gi(this)}function Qh(){return fn({},Ot(this))}function Kh(){return Ot(this).overflow}function Hh(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}ht("N",0,0,"eraAbbr"),ht("NN",0,0,"eraAbbr"),ht("NNN",0,0,"eraAbbr"),ht("NNNN",0,0,"eraName"),ht("NNNNN",0,0,"eraNarrow"),ht("y",["y",1],"yo","eraYear"),ht("y",["yy",2],0,"eraYear"),ht("y",["yyy",3],0,"eraYear"),ht("y",["yyyy",4],0,"eraYear"),ct("N",ps),ct("NN",ps),ct("NNN",ps),ct("NNNN",qh),ct("NNNNN",tg),kt(["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}),ct("y",kn),ct("yy",kn),ct("yyy",kn),ct("yyyy",kn),ct("yo",eg),kt(["y","yy","yyy","yyyy"],ge),kt(["yo"],function(o,t,e,n){var i;e._locale._eraYearOrdinalRegex&&(i=o.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?t[ge]=e._locale.eraYearOrdinalParse(o,i):t[ge]=parseInt(o,10)});function Ah(o,t){var e,n,i,l=this._eras||sn("en")._eras;for(e=0,n=l.length;e<n;++e)switch(typeof l[e].since==="string"&&(i=lt(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=lt(l[e].until).startOf("day").valueOf(),l[e].until=i.valueOf();break}return l}function _h(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 Bh(o,t){var e=o.since<=o.until?1:-1;return t===void 0?lt(o.since).year():lt(o.since).year()+(t-o.offset)*e}function kh(){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 Gh(){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 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].abbr;return""}function Jh(){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()-lt(i[o].since).year())*e+i[o].offset;return this.year()}function $h(o){return Kt(this,"_erasNameRegex")||Is.call(this),o?this._erasNameRegex:this._erasRegex}function zh(o){return Kt(this,"_erasAbbrRegex")||Is.call(this),o?this._erasAbbrRegex:this._erasRegex}function jh(o){return Kt(this,"_erasNarrowRegex")||Is.call(this),o?this._erasNarrowRegex:this._erasRegex}function ps(o,t){return t.erasAbbrRegex(o)}function qh(o,t){return t.erasNameRegex(o)}function tg(o,t){return t.erasNarrowRegex(o)}function eg(o,t){return t._eraYearOrdinalRegex||kn}function Is(){var o=[],t=[],e=[],n=[],i,l,r,a,c,d=this.eras();for(i=0,l=d.length;i<l;++i)r=tn(d[i].name),a=tn(d[i].abbr),c=tn(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")}ht(0,["gg",2],0,function(){return this.weekYear()%100}),ht(0,["GG",2],0,function(){return this.isoWeekYear()%100});function ei(o,t){ht(0,[o,o.length],0,t)}ei("gggg","weekYear"),ei("ggggg","weekYear"),ei("GGGG","isoWeekYear"),ei("GGGGG","isoWeekYear"),ct("G",Ao),ct("g",Ao),ct("GG",te,Pe),ct("gg",te,Pe),ct("GGGG",os,ns),ct("gggg",os,ns),ct("GGGGG",Ho,Qo),ct("ggggg",Ho,Qo),co(["gggg","ggggg","GGGG","GGGGG"],function(o,t,e,n){t[n.substr(0,2)]=Wt(o)}),co(["gg","GG"],function(o,t,e,n){t[n]=lt.parseTwoDigitYear(o)});function ng(o){return gl.call(this,o,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function og(o){return gl.call(this,o,this.isoWeek(),this.isoWeekday(),1,4)}function ig(){return on(this.year(),1,4)}function sg(){return on(this.isoWeekYear(),1,4)}function rg(){var o=this.localeData()._week;return on(this.year(),o.dow,o.doy)}function lg(){var o=this.localeData()._week;return on(this.weekYear(),o.dow,o.doy)}function gl(o,t,e,n,i){var l;return o==null?go(this,n,i).year:(l=on(o,n,i),t>l&&(t=l),ag.call(this,o,t,e,n,i))}function ag(o,t,e,n,i){var l=Br(o,t,e,n,i),r=ho(l.year,0,l.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}ht("Q",0,"Qo","quarter"),ct("Q",Wr),kt("Q",function(o,t){t[en]=(Wt(o)-1)*3});function cg(o){return o==null?Math.ceil((this.month()+1)/3):this.month((o-1)*3+this.month()%3)}ht("D",["DD",2],"Do","date"),ct("D",te,Gn),ct("DD",te,Pe),ct("Do",function(o,t){return o?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),kt(["D","DD"],xe),kt("Do",function(o,t){t[xe]=Wt(o.match(te)[0])});var fl=xn("Date",!0);ht("DDD",["DDDD",3],"DDDo","dayOfYear"),ct("DDD",Ko),ct("DDDD",Yr),kt(["DDD","DDDD"],function(o,t,e){e._dayOfYear=Wt(o)});function dg(o){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return o==null?t:this.add(o-t,"d")}ht("m",["mm",2],0,"minute"),ct("m",te,is),ct("mm",te,Pe),kt(["m","mm"],Ye);var ug=xn("Minutes",!1);ht("s",["ss",2],0,"second"),ct("s",te,is),ct("ss",te,Pe),kt(["s","ss"],nn);var Rg=xn("Seconds",!1);ht("S",0,0,function(){return~~(this.millisecond()/100)}),ht(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),ht(0,["SSS",3],0,"millisecond"),ht(0,["SSSS",4],0,function(){return this.millisecond()*10}),ht(0,["SSSSS",5],0,function(){return this.millisecond()*100}),ht(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),ht(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),ht(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),ht(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),ct("S",Ko,Wr),ct("SS",Ko,Pe),ct("SSS",Ko,Yr);var mn,Tl;for(mn="SSSS";mn.length<=9;mn+="S")ct(mn,kn);function hg(o,t){t[Dn]=Wt(("0."+o)*1e3)}for(mn="S";mn.length<=9;mn+="S")kt(mn,hg);Tl=xn("Milliseconds",!1),ht("z",0,0,"zoneAbbr"),ht("zz",0,0,"zoneName");function gg(){return this._isUTC?"UTC":""}function fg(){return this._isUTC?"Coordinated Universal Time":""}var $=lo.prototype;$.add=lh,$.calendar=gh,$.clone=fh,$.diff=Lh,$.endOf=bh,$.format=Sh,$.from=Dh,$.fromNow=Fh,$.to=Xh,$.toNow=Nh,$.get=Ou,$.invalidAt=Kh,$.isAfter=Th,$.isBefore=mh,$.isBetween=Ch,$.isSame=ph,$.isSameOrAfter=Ih,$.isSameOrBefore=Eh,$.isValid=vh,$.lang=cl,$.locale=al,$.localeData=dl,$.max=vR,$.min=ZR,$.parsingFlags=Qh,$.set=Su,$.startOf=yh,$.subtract=ah,$.toArray=Uh,$.toObject=wh,$.toDate=Yh,$.toISOString=Mh,$.inspect=Oh,typeof Symbol<"u"&&Symbol.for!=null&&($[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),$.toJSON=Zh,$.toString=Ph,$.unix=Wh,$.valueOf=Vh,$.creationData=Hh,$.eraName=kh,$.eraNarrow=Gh,$.eraAbbr=xh,$.eraYear=Jh,$.year=Zr,$.isLeapYear=Mu,$.weekYear=ng,$.isoWeekYear=og,$.quarter=$.quarters=cg,$.month=Ar,$.daysInMonth=Yu,$.week=$.weeks=Au,$.isoWeek=$.isoWeeks=_u,$.weeksInYear=rg,$.weeksInWeekYear=lg,$.isoWeeksInYear=ig,$.isoWeeksInISOWeekYear=sg,$.date=fl,$.day=$.days=oR,$.weekday=iR,$.isoWeekday=sR,$.dayOfYear=dg,$.hour=$.hours=RR,$.minute=$.minutes=ug,$.second=$.seconds=Rg,$.millisecond=$.milliseconds=Tl,$.utcOffset=xR,$.utc=$R,$.local=zR,$.parseZone=jR,$.hasAlignedHourOffset=qR,$.isDST=th,$.isLocal=nh,$.isUtcOffset=oh,$.isUtc=ol,$.isUTC=ol,$.zoneAbbr=gg,$.zoneName=fg,$.dates=De("dates accessor is deprecated. Use date instead.",fl),$.months=De("months accessor is deprecated. Use month instead",Ar),$.years=De("years accessor is deprecated. Use year instead",Zr),$.zone=De("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",JR),$.isDSTShifted=De("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",eh);function Tg(o){return ee(o*1e3)}function mg(){return ee.apply(null,arguments).parseZone()}function ml(o){return o}var Ht=zi.prototype;Ht.calendar=nu,Ht.longDateFormat=ru,Ht.invalidDate=au,Ht.ordinal=uu,Ht.preparse=ml,Ht.postformat=ml,Ht.relativeTime=hu,Ht.pastFuture=gu,Ht.set=tu,Ht.eras=Ah,Ht.erasParse=_h,Ht.erasConvertYear=Bh,Ht.erasAbbrRegex=zh,Ht.erasNameRegex=$h,Ht.erasNarrowRegex=jh,Ht.months=yu,Ht.monthsShort=bu,Ht.monthsParse=Wu,Ht.monthsRegex=wu,Ht.monthsShortRegex=Uu,Ht.week=vu,Ht.firstDayOfYear=Hu,Ht.firstDayOfWeek=Ku,Ht.weekdays=ju,Ht.weekdaysMin=tR,Ht.weekdaysShort=qu,Ht.weekdaysParse=nR,Ht.weekdaysRegex=rR,Ht.weekdaysShortRegex=lR,Ht.weekdaysMinRegex=aR,Ht.isPM=dR,Ht.meridiem=hR;function ni(o,t,e,n){var i=sn(),l=Be().set(n,t);return i[e](l,o)}function Cl(o,t,e){if(qe(o)&&(t=o,o=void 0),o=o||"",t!=null)return ni(o,t,e,"month");var n,i=[];for(n=0;n<12;n++)i[n]=ni(o,n,e,"month");return i}function Es(o,t,e,n){typeof o=="boolean"?(qe(t)&&(e=t,t=void 0),t=t||""):(t=o,e=t,o=!1,qe(t)&&(e=t,t=void 0),t=t||"");var i=sn(),l=o?i._week.dow:0,r,a=[];if(e!=null)return ni(t,(e+l)%7,n,"day");for(r=0;r<7;r++)a[r]=ni(t,(r+l)%7,n,"day");return a}function Cg(o,t){return Cl(o,t,"months")}function pg(o,t){return Cl(o,t,"monthsShort")}function Ig(o,t,e){return Es(o,t,e,"weekdays")}function Eg(o,t,e){return Es(o,t,e,"weekdaysShort")}function Lg(o,t,e){return Es(o,t,e,"weekdaysMin")}Tn("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=Wt(o%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return o+e}}),lt.lang=De("moment.lang is deprecated. Use moment.locale instead.",Tn),lt.langData=De("moment.langData is deprecated. Use moment.localeData instead.",sn);var rn=Math.abs;function Pg(){var o=this._data;return this._milliseconds=rn(this._milliseconds),this._days=rn(this._days),this._months=rn(this._months),o.milliseconds=rn(o.milliseconds),o.seconds=rn(o.seconds),o.minutes=rn(o.minutes),o.hours=rn(o.hours),o.months=rn(o.months),o.years=rn(o.years),this}function pl(o,t,e,n){var i=Ue(t,e);return o._milliseconds+=n*i._milliseconds,o._days+=n*i._days,o._months+=n*i._months,o._bubble()}function Mg(o,t){return pl(this,o,t,1)}function Og(o,t){return pl(this,o,t,-1)}function Il(o){return o<0?Math.floor(o):Math.ceil(o)}function Sg(){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+=Il(Ls(e)+t)*864e5,t=0,e=0),n.milliseconds=o%1e3,i=Xe(o/1e3),n.seconds=i%60,l=Xe(i/60),n.minutes=l%60,r=Xe(l/60),n.hours=r%24,t+=Xe(r/24),c=Xe(El(t)),e+=c,t-=Il(Ls(c)),a=Xe(e/12),e%=12,n.days=t,n.months=e,n.years=a,this}function El(o){return o*4800/146097}function Ls(o){return o*146097/4800}function Dg(o){if(!this.isValid())return NaN;var t,e,n=this._milliseconds;if(o=Fe(o),o==="month"||o==="quarter"||o==="year")switch(t=this._days+n/864e5,e=this._months+El(t),o){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(t=this._days+Math.round(Ls(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 ln(o){return function(){return this.as(o)}}var Ll=ln("ms"),Fg=ln("s"),Xg=ln("m"),Ng=ln("h"),yg=ln("d"),bg=ln("w"),Vg=ln("M"),Wg=ln("Q"),Yg=ln("y"),Ug=Ll;function wg(){return Ue(this)}function Zg(o){return o=Fe(o),this.isValid()?this[o+"s"]():NaN}function Xn(o){return function(){return this.isValid()?this._data[o]:NaN}}var vg=Xn("milliseconds"),Qg=Xn("seconds"),Kg=Xn("minutes"),Hg=Xn("hours"),Ag=Xn("days"),_g=Xn("months"),Bg=Xn("years");function kg(){return Xe(this.days()/7)}var an=Math.round,jn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Gg(o,t,e,n,i){return i.relativeTime(t||1,!!e,o,n)}function xg(o,t,e,n){var i=Ue(o).abs(),l=an(i.as("s")),r=an(i.as("m")),a=an(i.as("h")),c=an(i.as("d")),d=an(i.as("M")),u=an(i.as("w")),h=an(i.as("y")),R=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&&(R=R||u<=1&&["w"]||u<e.w&&["ww",u]),R=R||d<=1&&["M"]||d<e.M&&["MM",d]||h<=1&&["y"]||["yy",h],R[2]=t,R[3]=+o>0,R[4]=n,Gg.apply(null,R)}function Jg(o){return o===void 0?an:typeof o=="function"?(an=o,!0):!1}function $g(o,t){return jn[o]===void 0?!1:t===void 0?jn[o]:(jn[o]=t,o==="s"&&(jn.ss=t-1),!0)}function zg(o,t){if(!this.isValid())return this.localeData().invalidDate();var e=!1,n=jn,i,l;return typeof o=="object"&&(t=o,o=!1),typeof o=="boolean"&&(e=o),typeof t=="object"&&(n=Object.assign({},jn,t),t.s!=null&&t.ss==null&&(n.ss=t.s-1)),i=this.localeData(),l=xg(this,!e,n,i),e&&(l=i.pastFuture(+this,l)),i.postformat(l)}var Ps=Math.abs;function qn(o){return(o>0)-(o<0)||+o}function oi(){if(!this.isValid())return this.localeData().invalidDate();var o=Ps(this._milliseconds)/1e3,t=Ps(this._days),e=Ps(this._months),n,i,l,r,a=this.asSeconds(),c,d,u,h;return a?(n=Xe(o/60),i=Xe(n/60),o%=60,n%=60,l=Xe(e/12),e%=12,r=o?o.toFixed(3).replace(/\.?0+$/,""):"",c=a<0?"-":"",d=qn(this._months)!==qn(a)?"-":"",u=qn(this._days)!==qn(a)?"-":"",h=qn(this._milliseconds)!==qn(a)?"-":"",c+"P"+(l?d+l+"Y":"")+(e?d+e+"M":"")+(t?u+t+"D":"")+(i||n||o?"T":"")+(i?h+i+"H":"")+(n?h+n+"M":"")+(o?h+r+"S":"")):"P0D"}var Ut=$o.prototype;Ut.isValid=_R,Ut.abs=Pg,Ut.add=Mg,Ut.subtract=Og,Ut.as=Dg,Ut.asMilliseconds=Ll,Ut.asSeconds=Fg,Ut.asMinutes=Xg,Ut.asHours=Ng,Ut.asDays=yg,Ut.asWeeks=bg,Ut.asMonths=Vg,Ut.asQuarters=Wg,Ut.asYears=Yg,Ut.valueOf=Ug,Ut._bubble=Sg,Ut.clone=wg,Ut.get=Zg,Ut.milliseconds=vg,Ut.seconds=Qg,Ut.minutes=Kg,Ut.hours=Hg,Ut.days=Ag,Ut.weeks=kg,Ut.months=_g,Ut.years=Bg,Ut.humanize=zg,Ut.toISOString=oi,Ut.toString=oi,Ut.toJSON=oi,Ut.locale=al,Ut.localeData=dl,Ut.toIsoString=De("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",oi),Ut.lang=cl,ht("X",0,0,"unix"),ht("x",0,0,"valueOf"),ct("x",Ao),ct("X",Cu),kt("X",function(o,t,e){e._d=new Date(parseFloat(o)*1e3)}),kt("x",function(o,t,e){e._d=new Date(Wt(o))});lt.version="2.30.1",jd(ee),lt.fn=$,lt.min=QR,lt.max=KR,lt.now=HR,lt.utc=Be,lt.unix=Tg,lt.months=Cg,lt.isDate=ro,lt.locale=Tn,lt.invalid=wo,lt.duration=Ue,lt.isMoment=We,lt.weekdays=Ig,lt.parseZone=mg,lt.localeData=sn,lt.isDuration=zo,lt.monthsShort=pg,lt.weekdaysMin=Lg,lt.defineLocale=ds,lt.updateLocale=mR,lt.locales=CR,lt.weekdaysShort=Eg,lt.normalizeUnits=Fe,lt.relativeTimeRounding=Jg,lt.relativeTimeThreshold=$g,lt.calendarFormat=hh,lt.prototype=$,lt.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 Ms{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 T=i.getTdById(c.linkTdPrevId);if(T){d=T.value,u=d.length-1,c=T;continue}}if(u<0)break;const g=d[u];if(g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)break;g.controlComponent===s.ControlComponent.VALUE&&a.unshift(g),u--}c=l;let h=e,R=n+1;for(;;){if(R>=h.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){h=T.value,R=0,c=T;continue}}const g=h[R];if(!g||g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT)break;g.controlComponent===s.ControlComponent.VALUE&&a.push(g),R++}return a.filter(g=>g.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=b=>!!(b&&(b.controlComponent===s.ControlComponent.POSTFIX||b.controlComponent===s.ControlComponent.POST_TEXT||b.controlComponent===s.ControlComponent.POSTTEXTFIX||b.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,h=this.element.originControlId||(this.element.controlId===r?.controlId?r?.originControlId:void 0),R=this.element.control||r.control;const f=!!(r?.controlId&&r.controlId!==this.element.controlId&&!r.originControlId&&r.control?.type===s.ControlType.TEXTFIELD);d?(u=r.originControlId,h=void 0,R=a.control):f&&(u=r.controlId,h=void 0,R=r.control);const g=!!u&&r?.controlId!==u&&this._findNearestTextAncestorId(l,r?.originControlId)===u;!g&&!d&&!f&&(this.control.mergeControl(e),this.control.shrinkBoundary(e));const{startIndex:T,endIndex:C}=i,p=this.control.getDraw();T!==C?p.spliceElementList(l,T+1,C-T,[],{isIgnoreDeletedRule:n.isIgnoreDeletedRule}):g||d||f?this._removePlaceholdersByControl(l,u,h||null):this.control.removePlaceholder(T,{elementList:l});const I=l[T];g||d||f?this._removePlaceholdersByControl(l,u,h||null):this._removeControlPlaceholders(l,T);const m=I.type&&!Le.includes(I.type)||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRE_TEXT?xt(I,["control","controlId","originControlId",...Re]):Ee(I,["type"]),L=g||d||f,M=b=>{Re.forEach(S=>{delete b[S];const y=R?.[S];y!==void 0&&(b[S]=y)}),delete b.underline,delete b.textDecoration,R?.type===s.ControlType.TEXT&&b.color?.toLowerCase()==="#87d068"?b.color=this.options.defaultColor:b.color||(b.color=this.options.defaultColor)};L&&M(m),m.controlId=u,R&&(m.control=R),h?m.originControlId=h:delete m.originControlId;const P=this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.inputTraceEnabled,F=i.startIndex+1,N=[],Y=b=>{const S=N.length?N:l,y=N.length?N.length-1:d?i.startIndex+1:i.startIndex;se(S,[b],y,{editorOptions:this.options}),N.push(b)};for(let b=0;b<t.length;b++){const S=t[b];if(S.type===s.ElementType.CONTROL&&S.control){const y=S,V=y.controlId||mt(),X=y.control?.value||[],O=y.control?.type,E=O===s.ControlType.TEXTFIELD,W=E?this.options.control.textFixColor:O===s.ControlType.TEXT||O===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,U={...Ee(m,["underline","textDecoration"]),controlId:V,type:s.ElementType.CONTROL,control:y.control,originControlId:u},v=E?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,Q=E?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,Z=E?y.control?.preTextFix||this.options.control.preTextFix:y.control?.prefix||this.options.control.prefix;for(let _=0;_<Z.length;_++){const H={...U,color:W,value:Z[_],controlComponent:v};Y(H)}for(let _=0;_<X.length;_++){const H=X[_],B={...U,...H,controlComponent:s.ControlComponent.VALUE};(B.color===this.options.control.bracketColor||B.color===this.options.control.placeholderColor)&&(B.color=this.options.defaultColor),Y(B)}if(X.length===0){const _=y.control?.placeholder||"";for(let H=0;H<_.length;H++){const B={...U,value:_[H],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};Y(B)}}const ot=E?y.control?.postTextFix||this.options.control.postTextFix:y.control?.postfix||this.options.control.postfix;for(let _=0;_<ot.length;_++){const H={...U,color:W,value:ot[_],controlComponent:Q};Y(H)}}else if(S.type||S.value){(I.controlComponent===s.ControlComponent.PRE_TEXT||I.controlComponent===s.ControlComponent.POST_TEXT||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.POSTFIX)&&(m.color=this.options.defaultColor);const V=Ee(S,["control","controlId","controlComponent","originControlId"]),X={...m,...V,controlComponent:s.ControlComponent.VALUE};L&&M(X),(X.color===this.options.control.bracketColor||X.color===this.options.control.placeholderColor||X.color===this.options.control.textFixColor)&&(X.color=this.options.defaultColor),X.strikeout&&delete X.strikeout,P&&(X.textDecoration={style:s.TextDecorationStyle.DOUBLE},X.underline=!0),Y(X)}}return N.length&&p.spliceElementList(l,F,0,N),i.startIndex+N.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,h=this.element.originControlId||r.originControlId||null,R=E=>{if(!E)return null;const W=new Set;let D=E,U=null;for(;D&&!W.has(D);){W.add(D);let v;for(let Q=0;Q<e.length;Q++){const Z=e[Q];if(Z.controlId===D&&Z.control?.type&&(v=Z,Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!v)break;(v.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&v.control?.type===s.ControlType.TEXTFIELD)&&(U=D),D=v.originControlId||null}return U},f=R(h),g=!!f,T=r.controlId===u&&(r.originControlId||null)===h,C=r.controlComponent===s.ControlComponent.VALUE,p=E=>{for(let W=i-1;W>=0;W--){const D=e[W];if(D.controlId===E&&!D.originControlId){if(D.controlComponent===s.ControlComponent.VALUE||D.controlComponent===s.ControlComponent.PLACEHOLDER)return W;if(D.controlComponent===s.ControlComponent.PREFIX||D.controlComponent===s.ControlComponent.PRE_TEXT||D.controlComponent===s.ControlComponent.PRETEXTFIX||D.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break}if(D.controlId&&D.controlId!==E&&D.originControlId!==E)break}return-1},I=(E,W)=>{for(let D=E;D>=0;D--){const U=e[D];if(U.controlId===W&&!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 D;if(U.controlId&&U.controlId!==W&&U.originControlId!==W)break}for(let D=E+1;D<e.length;D++){const U=e[D];if(U.controlId===W&&!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 D;if(U.controlId&&U.controlId!==W&&U.originControlId!==W)break}return E},L=g&&T&&(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],P=!!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),F=!!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),N=E=>this.options.mode===s.EditorMode.FORM?i:this.control.removeControl(E),Y=r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId&&!!M?.originControlId&&!!u&&R(M.originControlId)===u,b=E=>!!E&&E.controlId===r.controlId&&(E.originControlId||null)===(r.originControlId||null),S=E=>E?.controlComponent===s.ControlComponent.POSTFIX||E?.controlComponent===s.ControlComponent.POST_TEXT||E?.controlComponent===s.ControlComponent.POSTTEXTFIX||E?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,y=()=>{const E=r.controlId,W=r.originControlId||null;return c.spliceElementList(e,i,1),e.some(U=>U.controlId===E&&(U.originControlId||null)===W&&U.controlComponent===s.ControlComponent.VALUE)||this.control.addPlaceholder(i-1),Math.max(i-1,0)},V=r.controlComponent===s.ControlComponent.VALUE&&!!r.originControlId&&b(M)&&S(M),X=!!u&&!this.control.getIsExistValueByElementListIndex(e,i),O=()=>{if(r.controlComponent!==s.ControlComponent.VALUE)return null;let E=i;for(let U=i;U>=0;U--){const v=e[U];if(!(v.controlId===r.controlId&&(v.originControlId||null)===(r.originControlId||null))||v.controlComponent!==s.ControlComponent.VALUE)break;if(!v.strikeout){E=U;break}}const W=e[E];if(!W||W.strikeout)return null;W.strikeout=!0,W.deletePerson="SWJ",W.deleteTime=lt(new Date).format("YYYY-MM-DD HH:mm:ss");let D=Math.max(E-1,0);for(let U=E-1;U>=0;U--){const v=e[U];if(!(v.controlId===W.controlId&&(v.originControlId||null)===(W.originControlId||null))){D=U;break}if(v.controlComponent!==s.ControlComponent.VALUE){D=U;break}if(!v.strikeout){D=U;break}D=Math.max(U-1,0)}return this.draws.render({curIndex:D,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),queueMicrotask(()=>{this.ranges.setRange(D,D),this.draws.setCursor(D)}),D};if(t.key===s.KeyMap.Backspace){if(i===l&&X&&(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&&f&&!T&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.POSTTEXTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)){const W=p(f);return W>=0?W:i}if(i===l&&L&&!(d&&r.controlComponent===s.ControlComponent.VALUE&&!r.originControlId))return N(i);if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!g||C)){if(i===l&&r.controlComponent===s.ControlComponent.VALUE){const W=O();if(W!==null)return W}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 W=e[i+1];return(W?.controlComponent===s.ControlComponent.POSTFIX||W?.controlComponent===s.ControlComponent.POST_TEXT||W?.controlComponent===s.ControlComponent.POSTTEXTFIX||W?.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 W=e[i-1],D=e[i+1];return!r.originControlId&&W?.controlId===r.controlId&&W?.originControlId===r.originControlId&&W?.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):S(D)?D.originControlId?V?y():Y?(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),I(Math.max(i-1,0),r.controlId)):N(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&&X&&(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&&(P||F)){if(Y){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 N(l+1)}const E=e[l+1],W=!!r.originControlId;if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!W||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:E?.controlComponent===s.ControlComponent.POSTFIX||E?.controlComponent===s.ControlComponent.POST_TEXT||E?.controlComponent===s.ControlComponent.POSTTEXTFIX||E?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?E.originControlId?Y?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):N(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?Y?(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):N(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=lt(new Date).format("YYYY-MM-DD HH:mm:ss"),d=R=>{queueMicrotask(()=>{this.ranges.setRange(R,R),this.draws.setCursor(R)})},u=R=>{const f=this.control.getElementList(),g=f[R],T=g?.controlId,C=g?.originControlId||null;let p=-1;for(let I=R-1;I>=0;I--){const m=f[I];if(m.controlId===T&&(m.originControlId||null)===C&&m.controlComponent===s.ControlComponent.VALUE)return I;if(C){if(m.controlId&&m.controlId!==T&&m.originControlId!==C)break}else{if(m.controlId===T&&(m.controlComponent===s.ControlComponent.PREFIX||m.controlComponent===s.ControlComponent.PRE_TEXT||m.controlComponent===s.ControlComponent.PRETEXTFIX||m.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){p=I;break}if(m.controlId&&m.controlId!==T&&!m.originControlId)break;if(m.originControlId===T&&(m.controlComponent===s.ControlComponent.POSTFIX||m.controlComponent===s.ControlComponent.POST_TEXT||m.controlComponent===s.ControlComponent.POSTTEXTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return I}}if(p>=0){const I=p+1,m=f[I];return m?.controlId===T&&(m.controlComponent===s.ControlComponent.PLACEHOLDER||m.controlComponent===s.ControlComponent.VALUE)?I:p}return R},h=R=>{const f=this.control.getElementList(),g=f[R];if(!g?.controlId||g.controlComponent===s.ControlComponent.VALUE&&(g.metrics?.width??0)>0)return R;for(let T=R+1;T<f.length;T++){const C=f[T];if(C.controlId!==g.controlId||(C.originControlId||null)!==(g.originControlId||null))break;if(C.controlComponent===s.ControlComponent.VALUE&&(C.metrics?.width??0)>0)return T}for(let T=R-1;T>=0;T--){const C=f[T];if(C.controlId!==g.controlId||(C.originControlId||null)!==(g.originControlId||null))break;if(C.controlComponent===s.ControlComponent.VALUE&&(C.metrics?.width??0)>0)return T}return R};if(r?.length){if(!this.element.strikeout){const R=r.findIndex(f=>!f.strikeout);return r.forEach(f=>{f.deletePerson="SWJ",f.deleteTime=c,f.strikeout=!!~R}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),this.control.getRange().endIndex??null}}else{const R=h(a.index),f=this.control.getElementList()[R],g=this.control.getElementList();if(!this.control.getElementList()[R].strikeout&&f?.metrics.width>0){this.control.getElementList()[R].strikeout=!0,this.control.getElementList()[R].deletePerson="SWJ",this.control.getElementList()[R].deleteTime=c;const T=u(R);return this.ranges.setRange(T,T),this.draws.render({curIndex:T,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(T),T??null}else if(n>=0&&n<g.length&&g[n]?.metrics?.width!==void 0&&g[n].metrics.width<=0&&!g[n]?.strikeout){g.splice(n,1);const T=n-1;return this.ranges.setRange(T,T),this.draws.render({curIndex:T,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),d(T),T??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 Pl{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(`${rt}-date-container`),t.setAttribute(Ze,s.EditorComponent.POPUP);const e=document.createElement("div");e.classList.add(`${rt}-date-wrap`);const n=document.createElement("div");n.classList.add(`${rt}-date-title`);const i=document.createElement("span");i.classList.add(`${rt}-date-title__pre-year`),i.innerText="<<";const l=document.createElement("span");l.classList.add(`${rt}-date-title__pre-month`),l.innerText="<";const r=document.createElement("span");r.classList.add(`${rt}-date-title__now`);const a=document.createElement("span");a.classList.add(`${rt}-date-title__next-month`),a.innerText=">";const c=document.createElement("span");c.classList.add(`${rt}-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(`${rt}-date-week`);const{weeks:{sun:u,mon:h,tue:R,wed:f,thu:g,fri:T,sat:C}}=this.lang;[u,h,R,f,g,T,C].forEach(y=>{const V=document.createElement("span");V.innerText=`${y}`,d.append(V)});const I=document.createElement("div");I.classList.add(`${rt}-date-day`),e.append(n),e.append(d),e.append(I);const m=document.createElement("ul");m.classList.add(`${rt}-time-wrap`);let L,M,P;[this.lang.hour,this.lang.minute,this.lang.second].forEach((y,V)=>{const X=document.createElement("li"),O=document.createElement("span");O.innerText=y,X.append(O);const E=document.createElement("ol"),W=V===0,D=V===1,U=W?24:60;for(let v=0;v<U;v++){const Q=document.createElement("li");Q.innerText=`${String(v).padStart(2,"0")}`,Q.setAttribute("data-id",`${v}`),E.append(Q)}W?L=E:D?M=E:P=E,X.append(E),m.append(X)});const N=document.createElement("div");N.classList.add(`${rt}-date-menu`);const Y=document.createElement("button");Y.classList.add(`${rt}-date-menu__time`),Y.innerText=this.lang.timeSelect;const b=document.createElement("button");b.classList.add(`${rt}-date-menu__now`),b.innerText=this.lang.now;const S=document.createElement("button");return S.classList.add(`${rt}-date-menu__submit`),S.innerText=this.lang.confirm,N.append(Y),N.append(b),N.append(S),t.append(e),t.append(m),t.append(N),this.draw.getContainer().append(t),{container:t,dateWrap:e,datePickerWeek:d,timeWrap:m,title:{preYear:i,preMonth:l,now:r,nextMonth:a,nextYear:c},day:I,time:{hour:L,minute:M,second:P},menu:{time:Y,now:b,submit:S}}}_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((R,f)=>{const g=R;g.innerText=c[f]});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 h=this.dom.time.second.previousElementSibling;h.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 h=new Date(c,d,0).getDate();let R=new Date(c,d-1,1).getDay();R===0&&(R=7);const f=new Date(c,d-1,0).getDate();this.dom.day.innerHTML="";const g=f-R+1;for(let C=g;C<=f;C++){const p=document.createElement("div");p.classList.add("disable"),p.innerText=`${C}`,p.onclick=()=>{const I=d-2;this.now=new Date(c,I,C),this._setDatePick(c,I,C)},this.dom.day.append(p)}for(let C=1;C<=h;C++){const p=document.createElement("div");e===c&&n===d&&i===C&&p.classList.add("active"),this.pickDate&&l===c&&r===d&&a===C&&p.classList.add("select"),p.innerText=`${C}`,p.onclick=I=>{const m=d-1;this.now=new Date(c,m,C),this._setDatePick(c,m,C),I.stopPropagation()},this.dom.day.append(p)}const T=42-R-h;for(let C=1;C<=T;C++){const p=document.createElement("div");p.classList.add("disable"),p.innerText=`${C}`,p.onclick=()=>{this.now=new Date(c,d,C),this._setDatePick(c,d,C)},this.dom.day.append(p)}}_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(h=>h.classList.remove("active"))}),[[l,e],[r,n],[a,i]].forEach(([u,h])=>{const R=u.querySelector(`[data-id='${h}']`);R.classList.add("active"),t&&vs(u,R)})}_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(),h=t.getMilliseconds().toString(),R={"y+":i,"Y+":i,"M+":l,"d+":r,"D+":r,"h+":c.toString(),"H+":a.toString(),"m+":d,"s+":u,"S+":h};for(const f in R){const g=new RegExp("("+f+")").exec(e),T=f;g&&(n=n.replace(g[1],g[1].length===1?R[T]:R[T].padStart(g[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 Co{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&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT?xt(d,["control","controlId",...Re]):Ee(d,["type"]),h=l.startIndex+1;for(let R=0;R<t.length;R++){const f={...u,...t[R],controlComponent:s.ControlComponent.VALUE};se(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,h+R,0,[f])}return h+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?xt(r,Ne):xt(i[l.startIndex],Re),c=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~c)return;const d=Ee(i[c],Ne),u=c+1,h=this.control.getDraw();for(let R=0;R<t.length;R++){const f={...a,...d,type:s.ElementType.TEXT,value:t[R],controlComponent:s.ControlComponent.VALUE};(f.color===this.options.control.bracketColor||f.color===this.options.control.placeholderColor)&&(f.color=this.options.defaultColor),se(i,[f],c,{editorOptions:this.options}),h.spliceElementList(i,u+R,0,[f])}if(!e.range){const R=u+t.length-1;this.control.repaintControl({curIndex:R}),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 Pl(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 ii extends Ms{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(I=>!Pc(I)))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange();this.control.shrinkBoundary(e);const r=at(t),{startIndex:a,endIndex:c}=l,d=i[a];let u=null;for(let I=a;I>=0;I--)if(i[I].controlComponent===s.ControlComponent.PREFIX){u=i[I];break}const h=u?.control||this.element.control;if(this.control.getIsExistValueByElementListIndex(i,a)){let I=a;for(;I>0;){const L=i[I];if(L.controlId!==d.controlId||L.controlComponent===s.ControlComponent.PREFIX||L.controlComponent===s.ControlComponent.PRE_TEXT)break;r.unshift(L),I--}let m=c+1;for(;m<i.length;){const L=i[m];if(L.controlId!==d.controlId||L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POST_TEXT)break;r.push(L),m++}}const R=or(r);if(!/^[+-]?(?:\d+)?(?:\.\d*)?(?:[eE][+-]?\d*)?$/.test(R))return-1;const g=h?.numberExclusiveOptions,T=g?.maxLength??null,C=g?.decimalPlaces??null,p=R.replace(/[+\-.eE]/g,"").length;if(T!=null&&p>T||C!=null&&(R.split(/[eE]/)[0].split(".")[1]||"").length>C)return-1;if(e.range||e.elementList){const I=Number(R),m=g?.minValue,L=g?.maxValue;if(!Number.isFinite(I)||m!=null&&I<m||L!=null&&I>L)return-1}return super.setValue(t,e,n)}_setNumberValue(t){const e=this.control.getElementList(),n=this.control.getRange(),{startIndex:i}=n;let l=null;for(let F=i;F>=0;F--)if(e[F].controlComponent===s.ControlComponent.PREFIX){l=e[F];break}const a=(l?.control||this.element.control)?.numberExclusiveOptions,c=a?.minValue,d=a?.maxValue,u=a?.minLength,h=a?.maxLength,R=t.trim(),f=R.replace(/[+\-.eE]/g,"").length,g=Number(R);if(u!=null&&f<u||h!=null&&f>h||c!=null&&g<c||d!=null&&g>d)return!1;let T=i;for(let F=i;F>=0;F--)if(e[F].controlComponent===s.ControlComponent.PREFIX){T=F;break}let C=T+1;for(let F=T+1;F<e.length;F++)if(e[F].controlComponent===s.ControlComponent.POSTFIX){C=F;break}const p=this.options.mode===s.EditorMode.FORM,I=p&&this.options.modeRule.form.inputTraceEnabled,m=p&&this.options.modeRule.form.deleteTraceEnabled,L=lt(new Date).format("YYYY-MM-DD HH:mm:ss");if(m)for(let F=T+1;F<C;F++){const N=e[F];N.controlComponent===s.ControlComponent.VALUE&&!N.strikeout&&N.value&&(N.strikeout=!0,N.deletePerson="SYSTEM",N.deleteTime=L),N.controlComponent===s.ControlComponent.PLACEHOLDER&&(this.control.getDraw().spliceElementList(e,F,1),C--,F--)}else{const F=T+1,N=C-F;N>0&&this.control.getDraw().spliceElementList(e,F,N),C=T+1}C=T+1;for(let F=T+1;F<e.length;F++)if(e[F].controlComponent===s.ControlComponent.POSTFIX){C=F;break}const M=[];for(let F=0;F<R.length;F++){const N={type:s.ElementType.TEXT,value:R[F],controlComponent:s.ControlComponent.VALUE,controlId:e[T].controlId,originControlId:e[T].originControlId,control:e[T].control};I&&(N.textDecoration={style:s.TextDecorationStyle.DOUBLE},N.underline=!0),M.push(N)}for(let F=0;F<M.length;F++)this.control.getDraw().spliceElementList(e,C+F,0,[M[F]]);const P=C+M.length-1;return this.control.getDraw().getRange().setRange(P,P),this.control.emitControlContentChange(),this.control.repaintControl({curIndex:P}),!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 g=n;g>=0;g--)if(t[g].controlComponent===s.ControlComponent.PREFIX){l=t[g];break}const r=l?.control||this.element.control,c=this.getValue().filter(g=>!g.strikeout),d=c.length>0?or(c):"",u=r?.numberExclusiveOptions,h=u?.minValue,R=u?.maxValue,f=u?.decimalPlaces;this.inputPopup=new jg({control:this.control,currentValue:d,minValue:h,maxValue:R,decimalPlaces:f,onConfirm:g=>{if(!g||g.trim()==="")return this._clearNumberValue(),!0;const T=Number(g);return Number.isNaN(T)||!Number.isFinite(T)?!1:this._setNumberValue(g)},onTab:g=>{this.destroy(),setTimeout(()=>{this.control.initNextControl({direction:g})})},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(),d=c.getMode()===s.EditorMode.FORM;if(t.key==="Backspace")return r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?d?i: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?d?l: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 l}destroy(){this.inputPopup&&(this.inputPopup.destroy(),this.inputPopup=null),this.isPopup=!1}}class jg{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(`${rt}-number-input-modal`),c.setAttribute(Ze,s.EditorComponent.POPUP);const d=m=>{if(m.type==="mouseup"){const L=this.options.control.getDraw().getCanvasEvent();L.setIsAllowDrag(!1),L.setIsAllowSelection(!1)}m.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(`${rt}-number-input-modal__content`);const h=document.createElement("div");if(h.classList.add(`${rt}-number-input-modal__title`),h.textContent="请输入数值",u.appendChild(h),e!==void 0||n!==void 0){const m=document.createElement("div");m.classList.add(`${rt}-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}位小数`),m.textContent=L,u.appendChild(m)}const R=document.createElement("input");R.classList.add(`${rt}-number-input-modal__input`),R.type="number",R.value=t,R.placeholder="请输入数值",e!==void 0&&(R.min=String(e)),n!==void 0&&(R.max=String(n)),i!=null&&(R.step=(1/Math.pow(10,i)).toString()),setTimeout(()=>{R.focus(),R.select()},100),u.appendChild(R);const f=document.createElement("div");f.classList.add(`${rt}-number-input-modal__error`),f.style.display="none",u.appendChild(f);const g=document.createElement("div");g.classList.add(`${rt}-number-input-modal__buttons`);const T=document.createElement("button");T.classList.add(`${rt}-number-input-modal__cancel`),T.textContent="取消",T.onclick=()=>{a()},g.appendChild(T);const C=document.createElement("button");C.classList.add(`${rt}-number-input-modal__confirm`),C.textContent="确定";const p=()=>{const m=R.value.trim();if(!m)return l("");const L=parseFloat(m);return Number.isNaN(L)||!Number.isFinite(L)?(f.textContent="请输入有效的数值",f.style.display="block",!1):i!=null&&(m.split(".")[1]||"").length>i?(f.textContent=`小数位数不能超过${i}位`,f.style.display="block",!1):e!==void 0&&L<e?(f.textContent=`数值不能小于 ${e}`,f.style.display="block",!1):n!==void 0&&L>n?(f.textContent=`数值不能大于 ${n}`,f.style.display="block",!1):(f.style.display="none",l(m))};C.onclick=()=>{p()&&a()},g.appendChild(C),u.appendChild(g),c.appendChild(u),R.onkeydown=m=>{m.key==="Enter"?C.click():m.key==="Tab"?(m.preventDefault(),p()&&(a(),r(m.shiftKey?Jt.UP:Jt.DOWN))):m.key==="Escape"&&a()},this.options.control.getContainer().appendChild(c),this.popupDom=c}destroy(){this.popupDom&&(this.popupDom.remove(),this.popupDom=null)}}class qg{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(Ze,s.EditorComponent.COMPONENT),document.body.append(l);const r=document.createElement("div");r.classList.add("dialog-container"),r.setAttribute(Ze,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 h=document.createElement("div");h.classList.add("dialog-option");for(let T=0;T<this.data.length;T++){const C=this.data[T],p=document.createElement("div");if(p.classList.add("dialog-option__item"),C.visible===!1&&(p.style.display="none"),C.label){const I=document.createElement("span");I.append(document.createTextNode(C.label)),p.append(I),C.required&&I.classList.add("dialog-option__item--require")}if(C.type==="radio"){const I=document.createElement("div");I.classList.add("dialog-radio-group"),C.horizontal&&I.classList.add("dialog-radio-group--horizontal"),C.options?.forEach(m=>{const L=document.createElement("label");L.classList.add("dialog-radio-item");const M=document.createElement("input");M.type="radio",M.name=C.name,M.value=m.value,m.value===(C.value||"")&&(M.checked=!0);const P=document.createElement("span");P.textContent=m.label,L.append(M),L.append(P),I.append(L),M.addEventListener("change",()=>{this._updateFieldVisibility()}),this.inputList.push(M)}),p.append(I)}else if(C.type==="select"){const I=document.createElement("select"),m=C.value||"";C.options?.forEach(L=>{const M=document.createElement("option");M.value=L.value,M.label=L.label,L.value===m&&(M.selected=!0),I.append(M)}),I.name=C.name,I.value=m,I.addEventListener("change",()=>{this._updateFieldVisibility()}),C.width&&(I.style.width=`${C.width}px`),p.append(I),this.inputList.push(I)}else if(C.type==="textarea"){const I=document.createElement("textarea");I.name=C.name,I.value=C.value||"",I.placeholder=C.placeholder||"",C.width&&(I.style.width=`${C.width}px`),C.height&&(I.style.height=`${C.height}px`),p.append(I),this.inputList.push(I)}else{const I=document.createElement("input");I.type=C.type,I.name=C.name,I.value=C.value||"",I.placeholder=C.placeholder||"",C.width&&(I.style.width=`${C.width}px`),C.height&&(I.style.height=`${C.height}px`),p.append(I),this.inputList.push(I)}h.append(p),this.optionItemContainers.push(p)}a.append(h);const R=document.createElement("div");R.classList.add("dialog-menu");const f=document.createElement("button");f.classList.add("dialog-menu__cancel"),f.append(document.createTextNode("取消")),f.type="button",f.onclick=()=>{n&&n(),this._dispose()},R.append(f);const g=document.createElement("button");g.append(document.createTextNode("确定")),g.type="submit",g.onclick=()=>{if(i){const T=new Set,C=[];for(const p of this.inputList)if(!T.has(p.name))if(p instanceof HTMLInputElement&&p.type==="radio"){const I=this.inputList.find(m=>m.name===p.name&&m instanceof HTMLInputElement&&m.checked);I&&(C.push({name:p.name,value:I.value}),T.add(p.name))}else C.push({name:p.name,value:p.value}),T.add(p.name);i(C)}this._dispose()},R.append(g),a.append(R),document.body.append(r),this.container=r,this.mask=l,this._updateFieldVisibility()}_dispose(){this.mask?.remove(),this.container?.remove()}}function tf(o,t){const e=o.trim();if(!e)return;const n=t?.key===e;return{...n?t:{},key:e,label:n&&t?.label?t.label:e,writeTarget:t?.writeTarget||"self",writeMode:t?.writeMode||"replaceOnConfirm"}}class Nn{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(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&&!Te(c)&&i.push(c)}return i}setValue(t,e={},n={}){if(!n.isIgnoreDisabledRule&&(this.control.getIsDisabledControl(e)||this.element.control?.editable===!1))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),{startIndex:r,endIndex:a}=l,c=i[r],d=this.element.controlId||c.controlId,u=this.element.originControlId||c.originControlId||null;if(!d)return-1;const h=this.getButtonControlBounds(i,d,u);if(!h)return-1;const R=this.getButtonBusinessOffset(i,h,r),f=this.getButtonBusinessOffset(i,h,a),g=this.getButtonBusinessElements(i,h),T=this.splitButtonBusinessElements(t),C=[...g.slice(0,R),...T,...g.slice(f)];return this.replaceButtonBusinessElements(i,h,C,R+T.length)}isSameButtonElement(t,e,n){return!!(t&&t.controlId===e&&(t.originControlId||null)===n)}getButtonControlBounds(t,e,n){let i=-1,l=-1;for(let r=0;r<t.length;r++){const a=t[r];this.isSameButtonElement(a,e,n)&&(i===-1&&a.controlComponent===s.ControlComponent.PREFIX&&(i=r),a.controlComponent===s.ControlComponent.POSTFIX&&(l=r))}return i===-1||l===-1?null:{controlId:e,originControlId:n,prefixIndex:i,postfixIndex:l}}getButtonBusinessOffset(t,e,n){let i=0;const l=Math.min(n,e.postfixIndex-1);for(let r=e.prefixIndex+1;r<=l;r++){const a=t[r];this.isSameButtonElement(a,e.controlId,e.originControlId)&&a.controlComponent===s.ControlComponent.VALUE&&!Te(a)&&i++}return i}toButtonBusinessElement(t){const e={value:t.value===`
|
|
123
|
+
`?K:t.value||""};return[...ae,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"].forEach(i=>{const l=t[i];l!==void 0&&(e[i]=l)}),e}splitButtonBusinessElements(t){const e=[];return t.forEach(n=>{Te(n)||Dt(n.value===K?`
|
|
124
124
|
`:n.value||"").forEach(i=>{e.push(this.toButtonBusinessElement({...n,value:i===`
|
|
125
125
|
`?K:i}))})}),e}getButtonBusinessElements(t,e){const n=[];for(let i=e.prefixIndex+1;i<e.postfixIndex;i++){const l=t[i];this.isSameButtonElement(l,e.controlId,e.originControlId)&&l.controlComponent===s.ControlComponent.VALUE&&!Te(l)&&n.push(this.toButtonBusinessElement(l))}return n}getButtonBusinessText(t){return t.map(e=>e.value===K?`
|
|
126
|
-
`:e.value||"").join("")}createButtonRenderedValueElements(t,e,n){const i=t[e.prefixIndex],l=i.control||this.element.control;if(!l)return[];const r=xt(i,["control","controlId","originControlId",...Re,...
|
|
127
|
-
`?K:u.value,type:s.ElementType.CONTROL,control:l,controlId:e.controlId,controlComponent:s.ControlComponent.VALUE};return e.originControlId?R.originControlId=e.originControlId:delete R.originControlId,u.buttonValueLayout?(R.buttonValueLayout=!0,R.buttonValueLayoutPrefixOffset=u.buttonValueLayoutPrefixOffset,R.color=this.options.defaultColor,R.highlight=void 0):(delete R.buttonValueLayout,delete R.buttonValueLayoutPrefixOffset,R.color=h?.color||this.options.defaultColor),R})}getCursorIndexByBusinessOffset(t,e,n){let i=0,l=e.prefixIndex;for(let r=e.prefixIndex+1;r<e.postfixIndex;r++){const a=t[r];if(!(!this.isSameButtonElement(a,e.controlId,e.originControlId)||a.controlComponent!==s.ControlComponent.VALUE)){if(Te(a)){i===n&&(l=r);continue}if(i++,l=r,i===n){let c=r+1;for(;c<e.postfixIndex&&Te(t[c]);)l=c,c++;return l}}}return l}replaceButtonBusinessElements(t,e,n,i){const l=n.length?at(n):null,r=this.createButtonRenderedValueElements(t,e,n);t.splice(e.prefixIndex+1,Math.max(e.postfixIndex-e.prefixIndex-1,0),...r);const a=e.prefixIndex+r.length+1;for(let u=e.prefixIndex;u<=a;u++){const h=t[u];this.isSameButtonElement(h,e.controlId,e.originControlId)&&h.control&&(h.control.value=l?at(l):null)}const c={...e,postfixIndex:a};return l?this.getCursorIndexByBusinessOffset(t,c,i):(this.syncButtonPlaceholderElements(e.controlId,t[e.prefixIndex]?.control?.placeholder||""),e.prefixIndex)}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()||this.element.control?.editable===!1)return null;const e=this.control.getElementList(),n=this.control.getRange(),{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.element.controlId||a?.controlId,d=this.element.originControlId||a?.originControlId||null;if(!c)return null;if(!!a?.originControlId&&!!a?.controlId&&a.originControlId!==a.controlId&&a.control?.type===s.ControlType.BUTTON&&!a.control?.buttonText&&a.control?.editable===!1&&(t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete))return this.control.removeControl(l);const h=this.getButtonControlBounds(e,c,d);if(!h)return null;const R=this.getButtonBusinessElements(e,h),f=(g,T)=>{const C=Math.max(0,g),p=Math.min(R.length,T),I=[...R.slice(0,C),...R.slice(p)];return this.replaceButtonBusinessElements(e,h,I,C)};if(i!==l){const g=this.getButtonBusinessOffset(e,h,i),T=this.getButtonBusinessOffset(e,h,l);return f(g,T)}if(t.key===s.KeyMap.Backspace){const g=this.getButtonBusinessOffset(e,h,l);return g<=0?this.getCursorIndexByBusinessOffset(e,h,0):f(g-1,g)}if(t.key===s.KeyMap.Delete){const g=this.getButtonBusinessOffset(e,h,l);return g>=R.length?this.getCursorIndexByBusinessOffset(e,h,R.length):r?.controlComponent===s.ControlComponent.PREFIX&&a?.controlComponent===s.ControlComponent.PREFIX?f(0,1):f(g,g+1)}return null}removeByValue(t,e){return Nn.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(()=>{Nn.isDeleting=!1},300),n(!0)})}cut(){if(this.control.getIsDisabledControl()||this.element.control?.editable===!1)return-1;const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getElementList(),i=n[t],l=this.element.controlId||i?.controlId,r=this.element.originControlId||i?.originControlId||null;if(!l)return-1;const a=this.getButtonControlBounds(n,l,r);if(!a)return-1;const c=this.getButtonBusinessOffset(n,a,t),d=this.getButtonBusinessOffset(n,a,e),u=this.getButtonBusinessElements(n,a),h=[...u.slice(0,c),...u.slice(d)];return this.replaceButtonBusinessElements(n,a,h,c)}awake(t){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl()||Nn.isDeleting||!this.control.getPosition())return;const n=this.draw.getElementList(),{startIndex:i}=this.control.getRange();if(n[i]?.controlId!==this.element?.controlId)return;const l=this.control.getDraw().getPosition().getPositionContext();if(!l.isDirectHit||l.index!==i||n[l.index]?.controlId!==this.element?.controlId)return;const r=n[i]?.controlId,a=n[i]?.control;if(r?.endsWith("_text")||a?.buttonText)return;const c=n[i].controlId;if(!c)return;const d=n.filter(h=>h.controlId===c),u=d[0];if(u?.control&&this.options.mode!="form"&&this.options.mode=="edit"){const h=this.draw.getEventBus();if(t&&h.isSubscribe("buttonClick")){const R={evt:t,element:at(u),elementList:at(d),controlId:c,control:at(u.control)};h.emit("buttonClick",R)}this.showEditModal(d)}}closeInputModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}syncButtonPlaceholderElements(t,e){const n=this.control.getElementList(),i=[];let l=null,r=-1,a=!1;if(n.forEach((u,h)=>{u.controlId!==t||u.control?.type!==s.ControlType.BUTTON||(u.control.placeholder=e,l||=u,u.controlComponent===s.ControlComponent.VALUE&&!Te(u)&&(a=!0),u.controlComponent===s.ControlComponent.PLACEHOLDER&&i.push({element:u,index:h}),r===-1&&u.controlComponent===s.ControlComponent.POSTFIX&&(r=h))}),!l)return;const c=i.length?Math.min(...i.map(u=>u.index)):r;i.length&&i.sort((u,h)=>h.index-u.index).forEach(u=>{n.splice(u.index,1)});const d=Dt(e);!d.length||a&&!i.length||c<0||d.forEach((u,h)=>{const R={...xt(l,[...Re,...
|
|
126
|
+
`:e.value||"").join("")}createButtonRenderedValueElements(t,e,n){const i=t[e.prefixIndex],l=i.control||this.element.control;if(!l)return[];const r=xt(i,["control","controlId","originControlId",...Re,...ae]);r.control=l,r.controlId=e.controlId,e.originControlId?r.originControlId=e.originControlId:delete r.originControlId;const a=this.splitButtonBusinessElements(n),c=Pn(this.getButtonBusinessText(a),l);let d=0;return c.map(u=>{const h=u.buttonValueLayout?null:a[d++],R={...r,...h||{},value:u.value===`
|
|
127
|
+
`?K:u.value,type:s.ElementType.CONTROL,control:l,controlId:e.controlId,controlComponent:s.ControlComponent.VALUE};return e.originControlId?R.originControlId=e.originControlId:delete R.originControlId,u.buttonValueLayout?(R.buttonValueLayout=!0,R.buttonValueLayoutPrefixOffset=u.buttonValueLayoutPrefixOffset,R.color=this.options.defaultColor,R.highlight=void 0):(delete R.buttonValueLayout,delete R.buttonValueLayoutPrefixOffset,R.color=h?.color||this.options.defaultColor),R})}getCursorIndexByBusinessOffset(t,e,n){let i=0,l=e.prefixIndex;for(let r=e.prefixIndex+1;r<e.postfixIndex;r++){const a=t[r];if(!(!this.isSameButtonElement(a,e.controlId,e.originControlId)||a.controlComponent!==s.ControlComponent.VALUE)){if(Te(a)){i===n&&(l=r);continue}if(i++,l=r,i===n){let c=r+1;for(;c<e.postfixIndex&&Te(t[c]);)l=c,c++;return l}}}return l}replaceButtonBusinessElements(t,e,n,i){const l=n.length?at(n):null,r=this.createButtonRenderedValueElements(t,e,n);t.splice(e.prefixIndex+1,Math.max(e.postfixIndex-e.prefixIndex-1,0),...r);const a=e.prefixIndex+r.length+1;for(let u=e.prefixIndex;u<=a;u++){const h=t[u];this.isSameButtonElement(h,e.controlId,e.originControlId)&&h.control&&(h.control.value=l?at(l):null)}const c={...e,postfixIndex:a};return l?this.getCursorIndexByBusinessOffset(t,c,i):(this.syncButtonPlaceholderElements(e.controlId,t[e.prefixIndex]?.control?.placeholder||""),e.prefixIndex)}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()||this.element.control?.editable===!1)return null;const e=this.control.getElementList(),n=this.control.getRange(),{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.element.controlId||a?.controlId,d=this.element.originControlId||a?.originControlId||null;if(!c)return null;if(!!a?.originControlId&&!!a?.controlId&&a.originControlId!==a.controlId&&a.control?.type===s.ControlType.BUTTON&&!a.control?.buttonText&&a.control?.editable===!1&&(t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete))return this.control.removeControl(l);const h=this.getButtonControlBounds(e,c,d);if(!h)return null;const R=this.getButtonBusinessElements(e,h),f=(g,T)=>{const C=Math.max(0,g),p=Math.min(R.length,T),I=[...R.slice(0,C),...R.slice(p)];return this.replaceButtonBusinessElements(e,h,I,C)};if(i!==l){const g=this.getButtonBusinessOffset(e,h,i),T=this.getButtonBusinessOffset(e,h,l);return f(g,T)}if(t.key===s.KeyMap.Backspace){const g=this.getButtonBusinessOffset(e,h,l);return g<=0?this.getCursorIndexByBusinessOffset(e,h,0):f(g-1,g)}if(t.key===s.KeyMap.Delete){const g=this.getButtonBusinessOffset(e,h,l);return g>=R.length?this.getCursorIndexByBusinessOffset(e,h,R.length):r?.controlComponent===s.ControlComponent.PREFIX&&a?.controlComponent===s.ControlComponent.PREFIX?f(0,1):f(g,g+1)}return null}removeByValue(t,e){return Nn.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(()=>{Nn.isDeleting=!1},300),n(!0)})}cut(){if(this.control.getIsDisabledControl()||this.element.control?.editable===!1)return-1;const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getElementList(),i=n[t],l=this.element.controlId||i?.controlId,r=this.element.originControlId||i?.originControlId||null;if(!l)return-1;const a=this.getButtonControlBounds(n,l,r);if(!a)return-1;const c=this.getButtonBusinessOffset(n,a,t),d=this.getButtonBusinessOffset(n,a,e),u=this.getButtonBusinessElements(n,a),h=[...u.slice(0,c),...u.slice(d)];return this.replaceButtonBusinessElements(n,a,h,c)}awake(t){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl()||Nn.isDeleting||!this.control.getPosition())return;const n=this.draw.getElementList(),{startIndex:i}=this.control.getRange();if(n[i]?.controlId!==this.element?.controlId)return;const l=this.control.getDraw().getPosition().getPositionContext();if(!l.isDirectHit||l.index!==i||n[l.index]?.controlId!==this.element?.controlId)return;const r=n[i]?.controlId,a=n[i]?.control;if(r?.endsWith("_text")||a?.buttonText)return;const c=n[i].controlId;if(!c)return;const d=n.filter(h=>h.controlId===c),u=d[0];if(u?.control&&this.options.mode!="form"&&this.options.mode=="edit"){const h=this.draw.getEventBus();if(t&&h.isSubscribe("buttonClick")){const R={evt:t,element:at(u),elementList:at(d),controlId:c,control:at(u.control)};h.emit("buttonClick",R)}this.showEditModal(d)}}closeInputModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}syncButtonPlaceholderElements(t,e){const n=this.control.getElementList(),i=[];let l=null,r=-1,a=!1;if(n.forEach((u,h)=>{u.controlId!==t||u.control?.type!==s.ControlType.BUTTON||(u.control.placeholder=e,l||=u,u.controlComponent===s.ControlComponent.VALUE&&!Te(u)&&(a=!0),u.controlComponent===s.ControlComponent.PLACEHOLDER&&i.push({element:u,index:h}),r===-1&&u.controlComponent===s.ControlComponent.POSTFIX&&(r=h))}),!l)return;const c=i.length?Math.min(...i.map(u=>u.index)):r;i.length&&i.sort((u,h)=>h.index-u.index).forEach(u=>{n.splice(u.index,1)});const d=Dt(e);!d.length||a&&!i.length||c<0||d.forEach((u,h)=>{const R={...xt(l,[...Re,...ae]),value:u===`
|
|
128
128
|
`?K:u,controlId:t,type:s.ElementType.CONTROL,control:l.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor,hide:a};se(n,[R],c-1+h,{editorOptions:this.options}),n.splice(c+h,0,R)})}getControlValueText(t){return(t||[]).map(e=>e.value===K?`
|
|
129
|
-
`:e.value||"").join("")}rebuildButtonValueElements(t){const e=this.control.getElementList(),n=e.findIndex(u=>u.controlId===t&&u.control?.type===s.ControlType.BUTTON&&u.controlComponent===s.ControlComponent.PREFIX);if(n<0)return;const i=e.findIndex((u,h)=>h>n&&u.controlId===t&&u.control?.type===s.ControlType.BUTTON&&u.controlComponent===s.ControlComponent.POSTFIX);if(i<0)return;const l=e[n].control;if(!l?.value?.length)return;const r=this.getControlValueText(l.value),a=Pn(r,l),c={...xt(e[n],[...Re,...
|
|
130
|
-
`?K:u.value,buttonValueLayout:u.buttonValueLayout,buttonValueLayoutPrefixOffset:u.buttonValueLayoutPrefixOffset}));e.splice(n+1,Math.max(i-n-1,0),...d)}showEditModal(t){const e=t[0]?.control||{},n=e.buttonLabel||e.label||"事件",i=e.placeholder||"",l=e.code||"",r=e.action?.key||"",a=e.editable!==!1?"true":"false",c=Yn(e.valueLayout),d=c.newline?"true":"false",u=String(c.indentChars);this.isPopup=!0,new qg({title:"修改事件控件属性",data:[{type:"text",label:"显示文本",name:"buttonLabel",required:!0,placeholder:"请输入显示文本",value:n},{type:"text",label:"提示词",name:"placeholder",placeholder:"请输入提示词",value:i},{type:"text",label:"事件代码",name:"code",placeholder:"请输入事件代码",value:l},{type:"text",label:"执行事件",name:"actionKey",placeholder:"请输入跳转功能名",value:r},{type:"radio",label:"是否可编辑",name:"editable",options:[{label:"是",value:"true"},{label:"否",value:"false"}],value:a,horizontal:!0},{type:"radio",label:"值另起一行",name:"valueLayoutNewline",options:[{label:"是",value:"true"},{label:"否",value:"false"}],value:d,horizontal:!0},{type:"number",label:"缩进字符数",name:"valueLayoutIndentChars",placeholder:"0-20",value:u}],onClose:()=>{this.isPopup=!1},onCancel:()=>{this.isPopup=!1},onConfirm:h=>{const R=h.find(P=>P.name==="buttonLabel")?.value?.trim()||"事件",f=h.find(P=>P.name==="placeholder")?.value||"",g=h.find(P=>P.name==="code")?.value?.trim()||"",T=h.find(P=>P.name==="actionKey")?.value?.trim()||"",C=tf(T,e.action),p=h.find(P=>P.name==="editable")?.value!=="false",I=Yn({newline:h.find(P=>P.name==="valueLayoutNewline")?.value==="true",indentChars:Number(h.find(P=>P.name==="valueLayoutIndentChars")?.value)}),m=this.control.getElementList(),L=t[0]?.controlId;if(L){for(let P=0;P<m.length;P++){const M=m[P];M.controlId===L&&M.control&&(M.control.buttonLabel=R,M.control.label=R,M.control.placeholder=f,M.control.code=g,M.control.editable=p,M.control.valueLayout=I,C?M.control.action=C:delete M.control.action)}this.rebuildButtonValueElements(L),this.syncButtonPlaceholderElements(L,f)}this.draw.render({curIndex:this.control.getRange().endIndex,isSubmitHistory:!0}),this.isPopup=!1}})}destroy(){this.inputModal&&this.closeInputModal(),this.isPopup&&(this.datePicker?.destroy(),this.isPopup=!1)}}class Ml{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 g=n+1;for(;g<e.length;){const T=e[g];if(T.controlId!==r.controlId||T.controlComponent!==s.ControlComponent.PRETEXTFIX&&T.controlComponent!==s.ControlComponent.PRETEXTFIX_TEXT){n=g-1;break}g++}}let d=e,u=n;for(;;){if(u<0&&c?.linkTdPrevId){const T=i.getTdById(c.linkTdPrevId);if(T){d=T.value,u=d.length-1,c=T;continue}}if(u<0)break;const g=d[u];if(g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||g.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;g.controlComponent===s.ControlComponent.VALUE&&a.unshift(g),u--}c=l;let h=e,R=n+1;for(;;){if(R>=h.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){h=T.value,R=0,c=T;continue}}const g=h[R];if(!g||g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||g.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;g.controlComponent===s.ControlComponent.VALUE&&a.push(g),R++}return a.filter(g=>g.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 h=d.originControlId||d.controlId,R=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(!R&&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 p=r;p>=0;p--){const I=i[p];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let m=p-1;m>=0;m--){const L=i[m];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)){h=L.controlId,R=!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)&&(h=u.controlId,R=!0);if(!R&&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 p=r;p>=0;p--){const I=i[p];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let m=p-1;m>=0;m--){const L=i[m];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)){h=L.controlId,R=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}const f=d.type&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT?xt(d,["control","controlId",...Re]):Ee(d,["type"]);R&&(f.controlId=h,delete f.originControlId);const g=l.startIndex+1,T=[],C=p=>{const I=T.length?T:i,m=T.length?T.length-1:l.startIndex;se(I,[p],m,{editorOptions:this.options}),T.push(p)};for(let p=0;p<t.length;p++){const I=t[p];if(I.type===s.ElementType.CONTROL&&I.control){const m=I,L=m.controlId||mt(),P=m.control?.value||[],M=m.control?.type,F=M===s.ControlType.TEXTFIELD,N=F?this.options.control.textFixColor:M===s.ControlType.TEXT||M===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,Y={...f,controlId:L,type:s.ElementType.CONTROL,control:m.control,originControlId:h},b=F?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,S=F?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,y=F?m.control?.preTextFix||this.options.control.preTextFix:m.control?.prefix||this.options.control.prefix;for(let X=0;X<y.length;X++){const O={...Y,color:N,value:y[X],controlComponent:b};C(O)}for(let X=0;X<P.length;X++){const O=P[X],E={...Y,...O,controlComponent:s.ControlComponent.VALUE,type:O.type};(E.color===this.options.control.textFixColor||E.color===this.options.control.placeholderColor)&&(E.color=this.options.defaultColor),C(E)}if(P.length===0){const X=m.control?.placeholder||"";for(let O=0;O<X.length;O++){const E={...Y,value:X[O],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};C(E)}}const V=F?m.control?.postTextFix||this.options.control.postTextFix:m.control?.postfix||this.options.control.postfix;for(let X=0;X<V.length;X++){const O={...Y,color:N,value:V[X],controlComponent:S};C(O)}}else if(I.type||I.value){f.color=this.options.defaultColor;const m={...f,...I,controlComponent:s.ControlComponent.VALUE};R&&(m.color=this.element.control?.color??this.options.defaultColor,this.element.control?.highlight?m.highlight=this.element.control.highlight:delete m.highlight),(m.color===this.options.control.textFixColor||m.color===this.options.control.placeholderColor)&&(m.color=this.options.defaultColor),C(m)}}return T.length&&c.spliceElementList(i,g,0,T),l.startIndex+T.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 C=e[i-1],p=C?.controlComponent===s.ControlComponent.POSTFIX||C?.controlComponent===s.ControlComponent.POSTTEXTFIX,I=C?.controlComponent===s.ControlComponent.PLACEHOLDER,m=!!C?.controlId,P=this.draws.getPosition().getPositionList(),M=P[i],F=P[i-1],N=M&&F&&M.rowIndex===F.rowIndex;if((p||I)&&m&&N)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],h=!!c?.originControlId&&!!c?.controlId&&c.originControlId!==c.controlId,R=h&&(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),f=h&&c.control?.type===s.ControlType.BUTTON&&c.controlComponent===s.ControlComponent.VALUE,g=!!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),T=!!u?.originControlId&&!!u?.controlId&&u.originControlId!==u.controlId&&u.control?.type===s.ControlType.BUTTON;if(t.key===s.KeyMap.Backspace){if(r===a&&(f||R&&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 C=e[r-1];return C?.controlId===c.controlId&&C?.originControlId===c.originControlId&&C?.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&&(R||f))return this.control.removeControl(r);if(r===a&&(g||T))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=lt(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 R=u;this.draws.render({curIndex:R,isSetCursor:!0}),a.index=u,this.position.setCursorPosition(a),this.ranges.setRange(u,u)},100)}else{const{elementList:u,range:h}=this.control.mergeControl(n),R=h.startIndex;if(R>=0&&R<u.length&&u[R]?.metrics?.width!==void 0&&u[R].metrics.width<=0&&!u[R]?.strikeout){this.draws.spliceElementList(u,h.startIndex,1,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule});const f=!0,g=h.startIndex-1;this.draws.render({curIndex:g,isSetCursor:f}),a.index=g,delete a.value,this.position.setCursorPosition(a),this.ranges.setRange(g,g)}}}}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 ef={indent:" ",divider:"────────────────"};class Ol{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 p=a;p>=0;p--){const I=i[p];if(I.controlId!==d)break;if(I.controlComponent===s.ControlComponent.PREFIX){u=p;break}}let h=a;for(let p=a;p<i.length;p++){const I=i[p];if(I.controlId!==d){h=p;break}if(I.controlComponent===s.ControlComponent.POSTFIX){h=p;break}}const R=u+1,f=h-1;f>=R&&r.spliceElementList(i,R,f-R+1);const g=i[u],T=xt(g,["control","controlId",...Re]),C=u+1;for(let p=0;p<t.length;p++){const I={...T,...t[p],value:t[p].value===`
|
|
129
|
+
`:e.value||"").join("")}rebuildButtonValueElements(t){const e=this.control.getElementList(),n=e.findIndex(u=>u.controlId===t&&u.control?.type===s.ControlType.BUTTON&&u.controlComponent===s.ControlComponent.PREFIX);if(n<0)return;const i=e.findIndex((u,h)=>h>n&&u.controlId===t&&u.control?.type===s.ControlType.BUTTON&&u.controlComponent===s.ControlComponent.POSTFIX);if(i<0)return;const l=e[n].control;if(!l?.value?.length)return;const r=this.getControlValueText(l.value),a=Pn(r,l),c={...xt(e[n],[...Re,...ae]),controlId:t,type:s.ElementType.CONTROL,control:l,controlComponent:s.ControlComponent.VALUE,color:this.options.defaultColor,highlight:void 0},d=a.map(u=>({...c,value:u.value===`
|
|
130
|
+
`?K:u.value,buttonValueLayout:u.buttonValueLayout,buttonValueLayoutPrefixOffset:u.buttonValueLayoutPrefixOffset}));e.splice(n+1,Math.max(i-n-1,0),...d)}showEditModal(t){const e=t[0]?.control||{},n=e.buttonLabel||e.label||"事件",i=e.placeholder||"",l=e.code||"",r=e.action?.key||"",a=e.editable!==!1?"true":"false",c=Yn(e.valueLayout),d=c.newline?"true":"false",u=String(c.indentChars);this.isPopup=!0,new qg({title:"修改事件控件属性",data:[{type:"text",label:"显示文本",name:"buttonLabel",required:!0,placeholder:"请输入显示文本",value:n},{type:"text",label:"提示词",name:"placeholder",placeholder:"请输入提示词",value:i},{type:"text",label:"事件代码",name:"code",placeholder:"请输入事件代码",value:l},{type:"text",label:"执行事件",name:"actionKey",placeholder:"请输入跳转功能名",value:r},{type:"radio",label:"是否可编辑",name:"editable",options:[{label:"是",value:"true"},{label:"否",value:"false"}],value:a,horizontal:!0},{type:"radio",label:"值另起一行",name:"valueLayoutNewline",options:[{label:"是",value:"true"},{label:"否",value:"false"}],value:d,horizontal:!0},{type:"number",label:"缩进字符数",name:"valueLayoutIndentChars",placeholder:"0-20",value:u}],onClose:()=>{this.isPopup=!1},onCancel:()=>{this.isPopup=!1},onConfirm:h=>{const R=h.find(M=>M.name==="buttonLabel")?.value?.trim()||"事件",f=h.find(M=>M.name==="placeholder")?.value||"",g=h.find(M=>M.name==="code")?.value?.trim()||"",T=h.find(M=>M.name==="actionKey")?.value?.trim()||"",C=tf(T,e.action),p=h.find(M=>M.name==="editable")?.value!=="false",I=Yn({newline:h.find(M=>M.name==="valueLayoutNewline")?.value==="true",indentChars:Number(h.find(M=>M.name==="valueLayoutIndentChars")?.value)}),m=this.control.getElementList(),L=t[0]?.controlId;if(L){for(let M=0;M<m.length;M++){const P=m[M];P.controlId===L&&P.control&&(P.control.buttonLabel=R,P.control.label=R,P.control.placeholder=f,P.control.code=g,P.control.editable=p,P.control.valueLayout=I,C?P.control.action=C:delete P.control.action)}this.rebuildButtonValueElements(L),this.syncButtonPlaceholderElements(L,f)}this.draw.render({curIndex:this.control.getRange().endIndex,isSubmitHistory:!0}),this.isPopup=!1}})}destroy(){this.inputModal&&this.closeInputModal(),this.isPopup&&(this.datePicker?.destroy(),this.isPopup=!1)}}class Ml{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 g=n+1;for(;g<e.length;){const T=e[g];if(T.controlId!==r.controlId||T.controlComponent!==s.ControlComponent.PRETEXTFIX&&T.controlComponent!==s.ControlComponent.PRETEXTFIX_TEXT){n=g-1;break}g++}}let d=e,u=n;for(;;){if(u<0&&c?.linkTdPrevId){const T=i.getTdById(c.linkTdPrevId);if(T){d=T.value,u=d.length-1,c=T;continue}}if(u<0)break;const g=d[u];if(g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||g.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;g.controlComponent===s.ControlComponent.VALUE&&a.unshift(g),u--}c=l;let h=e,R=n+1;for(;;){if(R>=h.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){h=T.value,R=0,c=T;continue}}const g=h[R];if(!g||g.controlId!==r.controlId||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||g.controlComponent===s.ControlComponent.TEXTFIXLABEL)break;g.controlComponent===s.ControlComponent.VALUE&&a.push(g),R++}return a.filter(g=>g.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 h=d.originControlId||d.controlId,R=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(!R&&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 p=r;p>=0;p--){const I=i[p];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let m=p-1;m>=0;m--){const L=i[m];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)){h=L.controlId,R=!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)&&(h=u.controlId,R=!0);if(!R&&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 p=r;p>=0;p--){const I=i[p];if(I.controlId===d.controlId&&(I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let m=p-1;m>=0;m--){const L=i[m];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)){h=L.controlId,R=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}const f=d.type&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT?xt(d,["control","controlId",...Re]):Ee(d,["type"]);R&&(f.controlId=h,delete f.originControlId);const g=l.startIndex+1,T=[],C=p=>{const I=T.length?T:i,m=T.length?T.length-1:l.startIndex;se(I,[p],m,{editorOptions:this.options}),T.push(p)};for(let p=0;p<t.length;p++){const I=t[p];if(I.type===s.ElementType.CONTROL&&I.control){const m=I,L=m.controlId||mt(),M=m.control?.value||[],P=m.control?.type,F=P===s.ControlType.TEXTFIELD,N=F?this.options.control.textFixColor:P===s.ControlType.TEXT||P===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,Y={...f,controlId:L,type:s.ElementType.CONTROL,control:m.control,originControlId:h},b=F?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,S=F?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,y=F?m.control?.preTextFix||this.options.control.preTextFix:m.control?.prefix||this.options.control.prefix;for(let X=0;X<y.length;X++){const O={...Y,color:N,value:y[X],controlComponent:b};C(O)}for(let X=0;X<M.length;X++){const O=M[X],E={...Y,...O,controlComponent:s.ControlComponent.VALUE,type:O.type};(E.color===this.options.control.textFixColor||E.color===this.options.control.placeholderColor)&&(E.color=this.options.defaultColor),C(E)}if(M.length===0){const X=m.control?.placeholder||"";for(let O=0;O<X.length;O++){const E={...Y,value:X[O],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};C(E)}}const V=F?m.control?.postTextFix||this.options.control.postTextFix:m.control?.postfix||this.options.control.postfix;for(let X=0;X<V.length;X++){const O={...Y,color:N,value:V[X],controlComponent:S};C(O)}}else if(I.type||I.value){f.color=this.options.defaultColor;const m={...f,...I,controlComponent:s.ControlComponent.VALUE};R&&(m.color=this.element.control?.color??this.options.defaultColor,this.element.control?.highlight?m.highlight=this.element.control.highlight:delete m.highlight),(m.color===this.options.control.textFixColor||m.color===this.options.control.placeholderColor)&&(m.color=this.options.defaultColor),C(m)}}return T.length&&c.spliceElementList(i,g,0,T),l.startIndex+T.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 C=e[i-1],p=C?.controlComponent===s.ControlComponent.POSTFIX||C?.controlComponent===s.ControlComponent.POSTTEXTFIX,I=C?.controlComponent===s.ControlComponent.PLACEHOLDER,m=!!C?.controlId,M=this.draws.getPosition().getPositionList(),P=M[i],F=M[i-1],N=P&&F&&P.rowIndex===F.rowIndex;if((p||I)&&m&&N)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],h=!!c?.originControlId&&!!c?.controlId&&c.originControlId!==c.controlId,R=h&&(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),f=h&&c.control?.type===s.ControlType.BUTTON&&c.controlComponent===s.ControlComponent.VALUE,g=!!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),T=!!u?.originControlId&&!!u?.controlId&&u.originControlId!==u.controlId&&u.control?.type===s.ControlType.BUTTON;if(t.key===s.KeyMap.Backspace){if(r===a&&(f||R&&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 C=e[r-1];return C?.controlId===c.controlId&&C?.originControlId===c.originControlId&&C?.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&&(R||f))return this.control.removeControl(r);if(r===a&&(g||T))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=lt(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 R=u;this.draws.render({curIndex:R,isSetCursor:!0}),a.index=u,this.position.setCursorPosition(a),this.ranges.setRange(u,u)},100)}else{const{elementList:u,range:h}=this.control.mergeControl(n),R=h.startIndex;if(R>=0&&R<u.length&&u[R]?.metrics?.width!==void 0&&u[R].metrics.width<=0&&!u[R]?.strikeout){this.draws.spliceElementList(u,h.startIndex,1,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule});const f=!0,g=h.startIndex-1;this.draws.render({curIndex:g,isSetCursor:f}),a.index=g,delete a.value,this.position.setCursorPosition(a),this.ranges.setRange(g,g)}}}}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 ef={indent:" ",divider:"────────────────"};class Ol{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 p=a;p>=0;p--){const I=i[p];if(I.controlId!==d)break;if(I.controlComponent===s.ControlComponent.PREFIX){u=p;break}}let h=a;for(let p=a;p<i.length;p++){const I=i[p];if(I.controlId!==d){h=p;break}if(I.controlComponent===s.ControlComponent.POSTFIX){h=p;break}}const R=u+1,f=h-1;f>=R&&r.spliceElementList(i,R,f-R+1);const g=i[u],T=xt(g,["control","controlId",...Re]),C=u+1;for(let p=0;p<t.length;p++){const I={...T,...t[p],value:t[p].value===`
|
|
131
131
|
`?K:t[p].value,controlComponent:s.ControlComponent.VALUE};(I.color===this.options.control.bracketColor||I.color===this.options.control.placeholderColor)&&(I.color=this.options.defaultColor),se(i,[I],u,{editorOptions:this.options}),r.spliceElementList(i,C+p,0,[I])}return C+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}=ef,{isMenopause:i,periodMin:l,periodMax:r,menarcheAge:a,cycleMin:c,cycleMax:d}=t,u=`${e}月经持续${l}~${r}天`,h=`${e}生理周期持续${c}~${d}天${K}`;let R;return i?R=`初潮年龄${a}岁${n}闭经年龄${t.menopauseAge||"_"}岁`:R=`初潮年龄${a}岁${n}末次日期${t.lastPeriod||"____-__-__"}`,`${K} ${u}
|
|
132
132
|
${R}
|
|
133
133
|
${h} `}textToElements(t){const e=[],n=t.split(`
|
|
@@ -207,8 +207,8 @@ ${h} `}textToElements(t){const e=[],n=t.split(`
|
|
|
207
207
|
<button class="btn-confirm">确认</button>
|
|
208
208
|
</div>
|
|
209
209
|
</div>
|
|
210
|
-
`,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",h=>{h.stopPropagation()}),e.addEventListener("click",u),i.addEventListener("click",u),l.addEventListener("click",u),d.forEach(h=>{h.addEventListener("change",()=>{const R=h.value==="true";a.style.display=R?"none":"block",c.style.display=R?"block":"none"})}),r.addEventListener("click",h=>{h.preventDefault(),h.stopPropagation();const R=this.inputModal;if(!R)return;const f=R.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let g;f?g={isMenopause:!0,periodMin:R.querySelector("#mh-edit-periodMin2")?.value||"_",periodMax:R.querySelector("#mh-edit-periodMax2")?.value||"_",menarcheAge:R.querySelector("#mh-edit-menarcheAge2")?.value||"_",menopauseAge:R.querySelector("#mh-edit-menopauseAge")?.value||"_",cycleMin:R.querySelector("#mh-edit-cycleMin2")?.value||"_",cycleMax:R.querySelector("#mh-edit-cycleMax2")?.value||"_"}:g={isMenopause:!1,periodMin:R.querySelector("#mh-edit-periodMin")?.value||"_",periodMax:R.querySelector("#mh-edit-periodMax")?.value||"_",menarcheAge:R.querySelector("#mh-edit-menarcheAge1")?.value||"_",lastPeriod:R.querySelector("#mh-edit-lastPeriod")?.value||"____-__-__",cycleMin:R.querySelector("#mh-edit-cycleMin")?.value||"_",cycleMax:R.querySelector("#mh-edit-cycleMax")?.value||"_"};const T=this.control.getElementList(),C=this.element.controlId;for(let L=0;L<T.length;L++){const P=T[L];P.controlId===C&&P.control&&(P.control.menstrualData=g)}const p=this.generateDisplayText(g),I=this.textToElements(p);this.closeModal();const m=this.setValue(I);m!==-1&&(this.control.repaintControl({curIndex:m}),this.control.emitControlContentChange({}))})}closeModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}destroy(){this.closeModal()}}class nf{controlBorder;textFieldUnderline;draw;range;listener;eventBus;controlSearch;controlQuality;options;controlOptions;activeControl;activeControlValue;preElement;isPopupAwakeDisabled;constructor(t){this.controlBorder=new zd(t),this.textFieldUnderline=new of(t),this.draw=t,this.range=t.getRange(),this.listener=t.getListener(),this.eventBus=t.getEventBus(),this.controlSearch=new Gd(this),this.controlQuality=new $d(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 h=!1;if(u){const p=r.originControlId;for(let I=t;I<n.length;I++){const m=n[I];if(m.controlId===p&&!m.originControlId){h=!0;break}if(m.controlId&&m.controlId!==p&&m.originControlId!==p)break}}const f=this.draw.getPosition().getPositionList(),g=f[t],T=f[t-1],C=g&&T&&g.rowIndex===T.rowIndex;if((a||c)&&d&&C&&!h)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)&&r.originControlId||r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX)&&r.originControlId)return!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 h=n[u];if(h.controlId===a&&!h.originControlId){if(h.controlComponent===s.ControlComponent.POSTTEXTFIX||h.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h.controlComponent===s.ControlComponent.POSTFIX||h.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&&t.control?.type!==s.ControlType.NUMBER)return null;const i=this.getElementList(),l=n||null;let r=-1,a=-1,c=-1,d=-1;for(let R=0;R<i.length;R++){const f=i[R];f.controlId!==e||(n?f.originControlId!==n:f.originControlId)||(r===-1&&(r=R),a=R,(f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT||f.controlComponent===s.ControlComponent.PRETEXTFIX||f.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(c=R),d===-1&&(f.controlComponent===s.ControlComponent.POSTFIX||f.controlComponent===s.ControlComponent.POST_TEXT||f.controlComponent===s.ControlComponent.POSTTEXTFIX||f.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&(d=R))}if(r===-1)return null;const u=c!==-1?c:r,h=d!==-1?d-1:a;return e?{controlId:e,originControlId:n,parentControlId:l,startIndex:u,endIndex:h<u?u:h}: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=hn(at(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 so||this.activeControl instanceof Co||this.activeControl instanceof Nn){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(),h=n.controlId,R=n.originControlId||null,f=u.controlId,g=u.originControlId||null;if(h&&h===f&&R===g){this.updateActiveControlValue(),this.preElement=n;return}if(n.originControlId&&n.originControlId===f&&R===g){const T=this.activeControl.getElement();if(!((T?.control?.type===s.ControlType.TEXTFIELD||T?.control?.type===s.ControlType.TEXT)&&n.controlId!==f)){this.updateActiveControlValue(),this.preElement=n;return}}if(n.originControlId&&n.controlId&&n.controlId,!n.originControlId&&n.controlId&&n.controlId!==f&&(this.activeControl.getElement()?.originControlId,n.controlId),n.controlId&&n.controlId===f&&n.originControlId){this.updateActiveControlValue(),this.preElement=n;return}if(!h){const T=this.getElementList(),C=this.getRange(),{startIndex:p}=C;let I=null;for(let m=p;m>=0;m--){const L=T[m];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!==f||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===f){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 f=this.range.getRange().startIndex;f>=0;f--){const g=t[f];if(g.controlId===n.controlId&&g.originControlId===n.originControlId&&g.control&&(u=g.control,r=g,g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRE_TEXT||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)||g.controlId&&g.controlId!==n.controlId&&g.controlId!==n.originControlId&&g.originControlId!==n.originControlId)break}const h=n.originControlId;let R;for(let f=this.range.getRange().startIndex;f>=0;f--){const g=t[f];if(g.controlId===h&&g.control){R=g.control;break}if(g.controlId===h&&(g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)){g.control&&(R=g.control);break}}if(this.draw.getMode()===s.EditorMode.FORM&&R?.type===s.ControlType.TEXTFIELD&&u&&u.type!==s.ControlType.TEXTFIELD)l=u;else if(this.draw.getMode()===s.EditorMode.FORM&&R?.type===s.ControlType.TEXT&&u)l=u;else if(R){l=R;const f=t.find(g=>g.controlId===h&&g.control);f&&(r=f)}else u&&(l=u)}else if(!l&&n.controlId){const u=this.getElementList();for(let h=this.range.getRange().startIndex;h>=0;h--){const R=u[h];if(R.controlId!==n.controlId)break;if(R.control){l=R.control,r=R;break}if(R.controlComponent===s.ControlComponent.PRETEXTFIX||R.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||R.controlComponent===s.ControlComponent.PREFIX||R.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 h=this.range.getRange().startIndex;h>=0;h--){const R=t[h];if(R.controlId===u&&R.originControlId===n.originControlId&&R.control&&R.control.type!==s.ControlType.TEXTFIELD){l=R.control,r=R;break}if(R.controlComponent===s.ControlComponent.PREFIX||R.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 Ml(r,this);else if(l.type===s.ControlType.TEXT)this.activeControl=new Ms(r,this);else if(l.type===s.ControlType.SELECT){const u=new so(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 bo(r,this);else if(l.type===s.ControlType.RADIO)this.activeControl=new Yi(r,this);else if(l.type===s.ControlType.DATE){const u=new Co(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&(d||this.draw.getMode()===s.EditorMode.FORM)&&u.awake()}else if(l.type===s.ControlType.NUMBER)this.activeControl=new ii(r,this);else if(l.type===s.ControlType.BUTTON){const u=new Nn(r,this);if(this.activeControl=u,!this.isPopupAwakeDisabled&&d&&(u.awake(),this.draw.getMode()!==s.EditorMode.FORM||r.control?.editable===!1))return}else if(l.type===s.ControlType.MENSTRUAL_HISTORY){const u=new Ol(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 so||this.activeControl instanceof Co||this.activeControl instanceof ii||this.activeControl instanceof Ol)&&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 Co||this.activeControl instanceof so)&&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=Hn(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:m=!0}=i.control;if(!m)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 h=t;for(;h>=0;){const m=n[h];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){l=h;break}h--}let R=t;for(;R<n.length;){const m=n[R];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){r=R-1;break}R++}if(R===n.length&&(r=R-1),!~l&&!~r)return t;l=~l?l:0;const f=n[l+1],g=f.control,T=g?.type&&[s.ControlType.TEXT,s.ControlType.TEXTFIELD,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.BUTTON].includes(g.type);let C=n[0]?.type===s.ElementType.SPLIT_TAG;if(!e.removeNext&&T&&!a&&f.controlComponent!==s.ControlComponent.PREFIX&&f.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const m=this.draw.getTd();m&&this.createRemoveControlHandler(m,i.controlId,!0)}if(!e.removeNext&&T&&!a&&f.controlComponent!==s.ControlComponent.PRETEXTFIX&&f.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const m=this.draw.getTd();m&&this.createRemoveControlHandler(m,i.controlId,!0)}if(!e.removePrev&&T&&!a&&n[r].controlComponent!==s.ControlComponent.POSTFIX)if(e.removeNext)e.removeNext();else{const m=this.draw.getTd();C=!!m?.linkTdNextId,m&&this.createRemoveControlHandler(m,i.controlId,!1)}if(!e.removePrev&&T&&!a&&n[r].controlComponent!==s.ControlComponent.POSTTEXTFIX)if(e.removeNext)e.removeNext();else{const m=this.draw.getTd();C=!!m?.linkTdNextId,m&&this.createRemoveControlHandler(m,i.controlId,!1)}this.draw.spliceElementList(n,l+1,r-l);let p=0;if(u)for(let m=n.length-1;m>=0;m--)n[m].controlId===u&&(m<=l&&p++,n.splice(m,1));const I=l-p;return!e.elementList&&C&&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,r=l.placeholder;if(!r)return;l.placeholder=r;let a=t;for(;a>=0;){const g=n[a];if(g.controlId!==i.controlId){a++;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;a--}a<0&&(a=0);const c=a+1;if(c<n.length){const g=n[c];if(g.controlId===i.controlId&&(g.controlComponent===s.ControlComponent.PLACEHOLDER||g.controlComponent===s.ControlComponent.VALUE&&!Te(g)))return}let d=!1,u=a+1;for(;u<n.length;){const g=n[u];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)){d=!0;break}u++}if(d)return;const h=Dt(r),R=xt(i,Re),f=a+1;for(let g=0;g<h.length;g++){const T=h[g],C={...R,value:T===`
|
|
211
|
-
`?K:T,controlId:i.controlId,type:s.ElementType.CONTROL,control:i.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.controlOptions.placeholderColor};se(n,[C],a,{editorOptions:this.options}),this.draw.spliceElementList(n,f+g,0,[C])}}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,h)=>{let R=0;for(;R<u.length;){const f=u[R];if(R++,f.type===s.ElementType.TABLE){const L=f.trList;for(let P=0;P<L.length;P++){const M=L[P];for(let F=0;F<M.tdList.length;F++){const N=M.tdList[F],Y=N.originalId??N.id;a.has(Y)||(a.add(Y),N.linkTdNextId?c(this.draw.getSplitTdValues(Y),h):c(N.value,h))}}}if(!f.control||n&&f.control.groupId!==n||e&&f.controlId!==e||i&&f.control.conceptId!==i||l&&f.areaId!==l)continue;const{type:g,code:T,valueSets:C}=f.control;let p=R,I="";const m=[];for(;p<u.length;){const L=u[p];if(L.controlId!==f.controlId)break;(g===s.ControlType.TEXT||g===s.ControlType.TEXTFIELD||g===s.ControlType.DATE||g===s.ControlType.NUMBER)&&L.controlComponent===s.ControlComponent.VALUE&&(I+=L.value,m.push(Ee(L,pi))),p++}if(g===s.ControlType.TEXT||g===s.ControlType.TEXTFIELD||g===s.ControlType.DATE||g===s.ControlType.NUMBER)r.push({...f.control,zone:h,value:I||null,innerText:I||null,elementList:Yt(m)});else if(g===s.ControlType.SELECT||g===s.ControlType.CHECKBOX||g===s.ControlType.RADIO){const L=T?.split(",").map(P=>C?.find(M=>M.code===P)?.value).filter(Boolean).join("");r.push({...f.control,zone:h,value:T||null,innerText:L||null})}R=p}},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:h}of d)c(h,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 m=d.trList;for(let L=0;L<m.length;L++){const P=m[L];for(let M=0;M<P.tdList.length;M++){const F=P.tdList[M];i(F.value,F.id)}}}if(!d.control||d.type===s.ElementType.SPLIT_TAG)continue;const u=t.find(m=>(!m.groupId||m.groupId===d.control?.groupId)&&(m.id&&d.controlId===m.id||m.conceptId&&d.control.conceptId===m.conceptId||m.areaId&&d.areaId===m.areaId));if(!u)continue;const{value:h,isSubmitHistory:R=!0}=u;e=!0,R&&(n=!0);const{type:f}=d.control,{range:g,fullRange:T}=this.mergeControl({elementList:r,range:{startIndex:c,endIndex:c},tdId:a}),C={range:T??g,elementList:r,tdId:a},p={isIgnoreDisabledRule:!0,isIgnoreDeletedRule:!0};if(f===s.ControlType.TEXTFIELD){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ml(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearValue(C,p)}else if(f===s.ControlType.TEXT){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ms(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearValue(C,p)}else if(f===s.ControlType.SELECT){if(Array.isArray(h))continue;const m=new so(d,this);this.activeControl=m,h?m.setSelect(h,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.CHECKBOX){if(Array.isArray(h))continue;const m=new bo(d,this);this.activeControl=m;const L=h?h.split(","):[];m.setSelect(L,C,p)}else if(f===s.ControlType.RADIO){if(Array.isArray(h))continue;const m=new Yi(d,this);this.activeControl=m;const L=h?[h]:[];m.setSelect(L,C,p)}else if(f===s.ControlType.DATE){const m=new Co(d,this);this.activeControl=m,gi(h)?(h.length&&qt(h,{isHandleFirstElement:!1,editorOptions:this.options}),m.setValue(h,C,p)):fa(h)?m.setSelect(h,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.NUMBER){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new ii(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearValue(C,p)}else if(f===s.ControlType.BUTTON){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Nn(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearSelect(C,p)}this.emitControlContentChange({context:C}),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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];e(g.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 f=c.trList;for(let g=0;g<f.length;g++){const T=f[g];for(let C=0;C<T.tdList.length;C++){const p=T.tdList[C];i(p.value)}}}if(!c.control)continue;const d=t.find(f=>f.id&&c.controlId===f.id||f.conceptId&&c.control.conceptId===f.conceptId||f.areaId&&c.areaId===f.areaId);if(!d)continue;const{properties:u,isSubmitHistory:h=!0}=d;if(e=!0,h&&(n=!0),this.setControlProperties({...c.control,...u,value:c.control.value},{elementList:r,range:{startIndex:a-1,endIndex:a-1}}),Re.forEach(f=>{const g=u[f];g&&Reflect.set(c,f,g)}),c.control?.type===s.ControlType.NUMBER&&u.numberExclusiveOptions){const f={...c.control.numberExclusiveOptions,...u.numberExclusiveOptions},g=f?.minValue,T=f?.maxValue,C=new ii(c,this),p=C.getValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}});if(p.length>0){const I=p.map(L=>L.value).join(""),m=Number(I);!Number.isNaN(m)&&Number.isFinite(m)&&(g!=null&&m<g||T!=null&&m>T)&&C.clearValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}},{isAddPlaceholder:!0})}}let R=a;for(;R<r.length&&r[R].controlId===c.controlId;)R++;a=R}},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,qt(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 R=d.tdList[u].value;e(R)}}}if(r.controlId){const a=Ee(r,[...Ci,...bn]);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 h=u;h>0;h--){const R=d[h];if(R.type===s.ElementType.TABLE){const f=R.trList||[];for(let g=f.length-1;g>=0;g--){const T=f[g],C=T.tdList;for(let p=C.length-1;p>=0;p--){const I=C[p],m=a(I.value,I.value.length-1);if(m)return{positionContext:{isTable:!0,index:h,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:R.id},nextIndex:m.nextIndex}}}}if(!(!R.controlId||this._isSameControlIdentity(R,r)||this._isTrailingNestedControlBoundary(d,h,r)||this._isNestedParentControlElement(R,r)||this._isNestedTextContainerElement(d,R)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,h,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:h,tdIndex:R}=e,f=d[u].trList;for(let T=h;T>=0;T--){const C=f[T],p=C.tdList;for(let I=p.length-1;I>=0;I--){if(h===T&&I>=R)continue;const m=p[I],L=a(m.value,m.value.length-1);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:T,tdIndex:I,tdId:m.id,trId:C.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const g=a(d,u-1);if(g)return{positionContext:{isTable:!1},nextIndex:g.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 h=u;h<d.length;h++){const R=d[h];if(R.type===s.ElementType.TABLE){const f=R.trList||[];for(let g=0;g<f.length;g++){const T=f[g],C=T.tdList;for(let p=0;p<C.length;p++){const I=C[p],m=a(I.value,0);if(m)return{positionContext:{isTable:!0,index:h,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:R.id},nextIndex:m.nextIndex}}}}if(!(!R.controlId||this._isSameControlIdentity(R,r)||this._isTrailingNestedControlBoundary(d,h,r)||this._isNestedParentControlElement(R,r)||this._isNestedTextContainerElement(d,R)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,h,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:h,tdIndex:R}=e,f=d[u].trList;for(let T=h;T<f.length;T++){const C=f[T],p=C.tdList;for(let I=0;I<p.length;I++){if(h===T&&I<=R)continue;const m=p[I],L=a(m.value,0);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:T,tdIndex:I,tdId:m.id,trId:C.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const g=a(d,u+1);if(g)return{positionContext:{isTable:!1},nextIndex:g.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,h=e.elementList.length-1;for(;h>=0;){const R=e.elementList[h];if(u+=R.metrics.width,e.elementList[h-1]?.controlComponent===s.ControlComponent.PREFIX){c=R;break}h--}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,h=l-e.width-n.metrics.width,R=Math.min(h,d);n.left=R-u,e.width+=R-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,h=i,R=r,f=e;for(;h>=0;){const p=f[h];if(p.controlId!==a.controlId)break;if(p.type!==s.ElementType.SPLIT_TAG&&(d.unshift(p),u&&(f.splice(h,1),e[0].type===s.ElementType.SPLIT_TAG?e.splice(0,1):(n.startIndex++,n.endIndex++),e.unshift(p)),c.startIndex=h),h===0&&p.controlComponent!==s.ControlComponent.PREFIX&&R?.linkTdPrevId&&(R=this.draw.getTdById(R.linkTdPrevId),R)){f=R.value,h=R.value.length-1,u=!0;continue}if(h===0&&p.controlComponent!==s.ControlComponent.PRETEXTFIX&&R?.linkTdPrevId&&(R=this.draw.getTdById(R.linkTdPrevId),R)){f=R.value,h=R.value.length-1,u=!0;continue}h--}u=!1;let g=i+1,T=r,C=e;for(;g<C.length;){const p=C[g];if(p.controlId!==a.controlId)break;if(p.type!==s.ElementType.SPLIT_TAG&&(d.push(p),u&&(C.splice(g,1),e.push(p),g--)),g===C.length-1&&p.controlComponent!==s.ControlComponent.POSTFIX&&T?.linkTdNextId&&(T=this.draw.getTdById(T.linkTdNextId),T)){C=T.value,g=0,u=!0;continue}if(g===C.length-1&&p.controlComponent!==s.ControlComponent.POSTTEXTFIX&&T?.linkTdNextId&&(T=this.draw.getTdById(T.linkTdNextId),T)){C=T.value,g=0,u=!0;continue}g++}return c.endIndex=c.startIndex+d.length,{range:n,elementList:e,tdId:l,fullRange:{startIndex:c.startIndex,endIndex:c.endIndex-2}}}}class of{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 Os(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 sf(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?Mn(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 rf(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 Os(o,l=>{l.control&&l.controlId&&!e.has(l.controlId)&&(e.add(l.controlId),i(l.control.label,sf(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 Sl(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 lf(o,t,e="and"){return o?.length?e==="or"?o.some(n=>Sl(n,t)):o.every(n=>Sl(n,t)):!0}class af{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:h},scale:R}=this.options,f=l.elementList[i],{metrics:g,checkbox:T}=f,C=f.controlComponent?0:a;if(h===s.VerticalAlign.TOP||h===s.VerticalAlign.MIDDLE){let P=i+1,M=null;for(;P<l.elementList.length&&(M=l.elementList[P],!(M.value!==K&&M.value!==ai));)P++;if(M){const{metrics:{boundingBoxAscent:F,boundingBoxDescent:N}}=M,Y=F+N;Y>g.height&&(h===s.VerticalAlign.TOP?r-=F-g.height:h===s.VerticalAlign.MIDDLE&&(r-=(Y-g.height)/2))}}const p=Math.round(n+C*R),I=Math.round(r-g.height+c),m=g.width-(C+a)*R,L=g.height;e.save(),e.beginPath(),e.translate(.5,.5),T?.value?(e.lineWidth=c,e.strokeStyle=d,e.rect(p,I,m,L),e.stroke(),e.beginPath(),e.fillStyle=d,e.fillRect(p,I,m,L),e.beginPath(),e.strokeStyle=u,e.lineWidth=c*2*R,e.moveTo(p+2*R,I+L/2),e.lineTo(p+m/2,I+L-3*R),e.lineTo(p+m-2*R,I+3*R),e.stroke()):(e.lineWidth=c,e.rect(p,I,m,L),e.stroke()),e.closePath(),e.restore()}}class cf{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:h},scale:R}=this.options,f=l.elementList[i],{metrics:g,radio:T}=f,C=f.controlComponent?0:a;if(h===s.VerticalAlign.TOP||h===s.VerticalAlign.MIDDLE){let P=i+1,M=null;for(;P<l.elementList.length&&(M=l.elementList[P],!(M.value!==K&&M.value!==ai));)P++;if(M){const{metrics:{boundingBoxAscent:F,boundingBoxDescent:N}}=M,Y=F+N;Y>g.height&&(h===s.VerticalAlign.TOP?r-=F-g.height:h===s.VerticalAlign.MIDDLE&&(r-=(Y-g.height)/2))}}const p=Math.round(n+C*R),I=Math.round(r-g.height+c),m=g.width-(C+a)*R,L=g.height;e.save(),e.beginPath(),e.translate(.5,.5),e.strokeStyle=T?.value?d:u,e.lineWidth=c,e.arc(p+m/2,I+L/2,m/2,0,Math.PI*2),e.stroke(),T?.value&&(e.beginPath(),e.fillStyle=d,e.arc(p+m/2,I+L/2,m/3,0,Math.PI*2),e.fill()),e.closePath(),e.restore()}}const si={fontSize:11,smallFontSize:9,lineHeight:12,dividerWidth:40,gap:4,totalHeight:36};class df{draw;options;inputModal=null;isPopup=!1;constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=si,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 h=a;d.font=`${l}px "Microsoft YaHei", sans-serif`;let R=0;if(u){const g=this.getValue(u.menarcheAge);d.font=`${i}px "Microsoft YaHei", sans-serif`,g&&(h+=d.measureText(`${g}岁`).width+r);let T="";if(u.isMenopause){const L=this.getValue(u.menopauseAge);L&&(T=`${L}岁`)}else{const L=this.getValue(u.lastPeriod);L&&(T=L)}T&&(h+=d.measureText(T).width+r),d.font=`${l}px "Microsoft YaHei", sans-serif`;const C=this.getValue(u.periodMin),p=this.getValue(u.periodMax);if(C||p){const L=`${C||""}~${p||""}`;R=Math.max(R,d.measureText(L).width)}const I=this.getValue(u.cycleMin),m=this.getValue(u.cycleMax);if(I||m){const L=`${I||""}~${m||""}`;R=Math.max(R,d.measureText(L).width)}}else d.font=`${i}px "Microsoft YaHei", sans-serif`,R=d.measureText("~").width;return{width:Math.max(h,R),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=`${si.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=si,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 h=t.measureText("~").width,R=u-h/2;t.fillText("~",R,d+a);const f=d+a*2;this.drawDivider(t,e,f-r/2,c,i),t.fillText("~",R,f+a)}renderWithData(t,e,n,i,l){const r=si,a=r.fontSize*l,c=r.smallFontSize*l,d=r.lineHeight*l,u=r.gap*l,h=r.dividerWidth*l,R=n-d*2,f=R+d*2;t.font=`${a}px "Microsoft YaHei", sans-serif`;const g=this.getValue(i.menarcheAge);let T=e;if(g){const X=`${g}岁`;t.fillText(X,e,f),T=e+t.measureText(X).width+u}const C=T+h/2,p=R+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const I=this.getValue(i.periodMin),m=this.getValue(i.periodMax);let L="";I||m?L=`${I||""}~${m||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,L="~");const P=t.measureText(L).width,M=C-P/2;t.fillText(L,M,p),this.drawDivider(t,T,f-a/2,h,l),t.font=`${a}px "Microsoft YaHei", sans-serif`;let F="";if(i.isMenopause){const X=this.getValue(i.menopauseAge);X&&(F=`${X}岁`)}else{const X=this.getValue(i.lastPeriod);X&&(F=X)}F&&t.fillText(F,T+h+u,f);const N=f+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const Y=this.getValue(i.cycleMin),b=this.getValue(i.cycleMax);let S="";Y||b?S=`${Y||""}~${b||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,S="~");const y=t.measureText(S).width,V=C-y/2;t.fillText(S,V,N)}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=`
|
|
210
|
+
`,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",h=>{h.stopPropagation()}),e.addEventListener("click",u),i.addEventListener("click",u),l.addEventListener("click",u),d.forEach(h=>{h.addEventListener("change",()=>{const R=h.value==="true";a.style.display=R?"none":"block",c.style.display=R?"block":"none"})}),r.addEventListener("click",h=>{h.preventDefault(),h.stopPropagation();const R=this.inputModal;if(!R)return;const f=R.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let g;f?g={isMenopause:!0,periodMin:R.querySelector("#mh-edit-periodMin2")?.value||"_",periodMax:R.querySelector("#mh-edit-periodMax2")?.value||"_",menarcheAge:R.querySelector("#mh-edit-menarcheAge2")?.value||"_",menopauseAge:R.querySelector("#mh-edit-menopauseAge")?.value||"_",cycleMin:R.querySelector("#mh-edit-cycleMin2")?.value||"_",cycleMax:R.querySelector("#mh-edit-cycleMax2")?.value||"_"}:g={isMenopause:!1,periodMin:R.querySelector("#mh-edit-periodMin")?.value||"_",periodMax:R.querySelector("#mh-edit-periodMax")?.value||"_",menarcheAge:R.querySelector("#mh-edit-menarcheAge1")?.value||"_",lastPeriod:R.querySelector("#mh-edit-lastPeriod")?.value||"____-__-__",cycleMin:R.querySelector("#mh-edit-cycleMin")?.value||"_",cycleMax:R.querySelector("#mh-edit-cycleMax")?.value||"_"};const T=this.control.getElementList(),C=this.element.controlId;for(let L=0;L<T.length;L++){const M=T[L];M.controlId===C&&M.control&&(M.control.menstrualData=g)}const p=this.generateDisplayText(g),I=this.textToElements(p);this.closeModal();const m=this.setValue(I);m!==-1&&(this.control.repaintControl({curIndex:m}),this.control.emitControlContentChange({}))})}closeModal(){this.inputModal&&(this.inputModal.remove(),this.inputModal=null),this.isPopup=!1}destroy(){this.closeModal()}}class nf{controlBorder;textFieldUnderline;draw;range;listener;eventBus;controlSearch;controlQuality;options;controlOptions;activeControl;activeControlValue;preElement;isPopupAwakeDisabled;constructor(t){this.controlBorder=new zd(t),this.textFieldUnderline=new of(t),this.draw=t,this.range=t.getRange(),this.listener=t.getListener(),this.eventBus=t.getEventBus(),this.controlSearch=new Gd(this),this.controlQuality=new $d(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 h=!1;if(u){const p=r.originControlId;for(let I=t;I<n.length;I++){const m=n[I];if(m.controlId===p&&!m.originControlId){h=!0;break}if(m.controlId&&m.controlId!==p&&m.originControlId!==p)break}}const f=this.draw.getPosition().getPositionList(),g=f[t],T=f[t-1],C=g&&T&&g.rowIndex===T.rowIndex;if((a||c)&&d&&C&&!h)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)&&r.originControlId||r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.POSTFIX||r.controlComponent===s.ControlComponent.POSTTEXTFIX)&&r.originControlId)return!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 h=n[u];if(h.controlId===a&&!h.originControlId){if(h.controlComponent===s.ControlComponent.POSTTEXTFIX||h.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h.controlComponent===s.ControlComponent.POSTFIX||h.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&&t.control?.type!==s.ControlType.NUMBER)return null;const i=this.getElementList(),l=n||null;let r=-1,a=-1,c=-1,d=-1;for(let R=0;R<i.length;R++){const f=i[R];f.controlId!==e||(n?f.originControlId!==n:f.originControlId)||(r===-1&&(r=R),a=R,(f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT||f.controlComponent===s.ControlComponent.PRETEXTFIX||f.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(c=R),d===-1&&(f.controlComponent===s.ControlComponent.POSTFIX||f.controlComponent===s.ControlComponent.POST_TEXT||f.controlComponent===s.ControlComponent.POSTTEXTFIX||f.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&(d=R))}if(r===-1)return null;const u=c!==-1?c:r,h=d!==-1?d-1:a;return e?{controlId:e,originControlId:n,parentControlId:l,startIndex:u,endIndex:h<u?u:h}: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=hn(at(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 so||this.activeControl instanceof Co||this.activeControl instanceof Nn){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(),h=n.controlId,R=n.originControlId||null,f=u.controlId,g=u.originControlId||null;if(h&&h===f&&R===g){this.updateActiveControlValue(),this.preElement=n;return}if(n.originControlId&&n.originControlId===f&&R===g){const T=this.activeControl.getElement();if(!((T?.control?.type===s.ControlType.TEXTFIELD||T?.control?.type===s.ControlType.TEXT)&&n.controlId!==f)){this.updateActiveControlValue(),this.preElement=n;return}}if(n.originControlId&&n.controlId&&n.controlId,!n.originControlId&&n.controlId&&n.controlId!==f&&(this.activeControl.getElement()?.originControlId,n.controlId),n.controlId&&n.controlId===f&&n.originControlId){this.updateActiveControlValue(),this.preElement=n;return}if(!h){const T=this.getElementList(),C=this.getRange(),{startIndex:p}=C;let I=null;for(let m=p;m>=0;m--){const L=T[m];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!==f||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===f){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 f=this.range.getRange().startIndex;f>=0;f--){const g=t[f];if(g.controlId===n.controlId&&g.originControlId===n.originControlId&&g.control&&(u=g.control,r=g,g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRE_TEXT||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)||g.controlId&&g.controlId!==n.controlId&&g.controlId!==n.originControlId&&g.originControlId!==n.originControlId)break}const h=n.originControlId;let R;for(let f=this.range.getRange().startIndex;f>=0;f--){const g=t[f];if(g.controlId===h&&g.control){R=g.control;break}if(g.controlId===h&&(g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)){g.control&&(R=g.control);break}}if(this.draw.getMode()===s.EditorMode.FORM&&R?.type===s.ControlType.TEXTFIELD&&u&&u.type!==s.ControlType.TEXTFIELD)l=u;else if(this.draw.getMode()===s.EditorMode.FORM&&R?.type===s.ControlType.TEXT&&u)l=u;else if(R){l=R;const f=t.find(g=>g.controlId===h&&g.control);f&&(r=f)}else u&&(l=u)}else if(!l&&n.controlId){const u=this.getElementList();for(let h=this.range.getRange().startIndex;h>=0;h--){const R=u[h];if(R.controlId!==n.controlId)break;if(R.control){l=R.control,r=R;break}if(R.controlComponent===s.ControlComponent.PRETEXTFIX||R.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||R.controlComponent===s.ControlComponent.PREFIX||R.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 h=this.range.getRange().startIndex;h>=0;h--){const R=t[h];if(R.controlId===u&&R.originControlId===n.originControlId&&R.control&&R.control.type!==s.ControlType.TEXTFIELD){l=R.control,r=R;break}if(R.controlComponent===s.ControlComponent.PREFIX||R.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 Ml(r,this);else if(l.type===s.ControlType.TEXT)this.activeControl=new Ms(r,this);else if(l.type===s.ControlType.SELECT){const u=new so(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 bo(r,this);else if(l.type===s.ControlType.RADIO)this.activeControl=new Yi(r,this);else if(l.type===s.ControlType.DATE){const u=new Co(r,this);this.activeControl=u,!this.isPopupAwakeDisabled&&(d||this.draw.getMode()===s.EditorMode.FORM)&&u.awake()}else if(l.type===s.ControlType.NUMBER)this.activeControl=new ii(r,this);else if(l.type===s.ControlType.BUTTON){const u=new Nn(r,this);if(this.activeControl=u,!this.isPopupAwakeDisabled&&d&&(u.awake(),this.draw.getMode()!==s.EditorMode.FORM||r.control?.editable===!1))return}else if(l.type===s.ControlType.MENSTRUAL_HISTORY){const u=new Ol(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 so||this.activeControl instanceof Co||this.activeControl instanceof ii||this.activeControl instanceof Ol)&&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 Co||this.activeControl instanceof so)&&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=Hn(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:m=!0}=i.control;if(!m)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 h=t;for(;h>=0;){const m=n[h];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){l=h;break}h--}let R=t;for(;R<n.length;){const m=n[R];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){r=R-1;break}R++}if(R===n.length&&(r=R-1),!~l&&!~r)return t;l=~l?l:0;const f=n[l+1],g=f.control,T=g?.type&&[s.ControlType.TEXT,s.ControlType.TEXTFIELD,s.ControlType.DATE,s.ControlType.NUMBER,s.ControlType.SELECT,s.ControlType.BUTTON].includes(g.type);let C=n[0]?.type===s.ElementType.SPLIT_TAG;if(!e.removeNext&&T&&!a&&f.controlComponent!==s.ControlComponent.PREFIX&&f.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const m=this.draw.getTd();m&&this.createRemoveControlHandler(m,i.controlId,!0)}if(!e.removeNext&&T&&!a&&f.controlComponent!==s.ControlComponent.PRETEXTFIX&&f.type!==s.ElementType.SPLIT_TAG)if(e.removePrev)e.removePrev();else{const m=this.draw.getTd();m&&this.createRemoveControlHandler(m,i.controlId,!0)}if(!e.removePrev&&T&&!a&&n[r].controlComponent!==s.ControlComponent.POSTFIX)if(e.removeNext)e.removeNext();else{const m=this.draw.getTd();C=!!m?.linkTdNextId,m&&this.createRemoveControlHandler(m,i.controlId,!1)}if(!e.removePrev&&T&&!a&&n[r].controlComponent!==s.ControlComponent.POSTTEXTFIX)if(e.removeNext)e.removeNext();else{const m=this.draw.getTd();C=!!m?.linkTdNextId,m&&this.createRemoveControlHandler(m,i.controlId,!1)}this.draw.spliceElementList(n,l+1,r-l);let p=0;if(u)for(let m=n.length-1;m>=0;m--)n[m].controlId===u&&(m<=l&&p++,n.splice(m,1));const I=l-p;return!e.elementList&&C&&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,r=l.placeholder;if(!r)return;l.placeholder=r;let a=t;for(;a>=0;){const g=n[a];if(g.controlId!==i.controlId){a++;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;a--}a<0&&(a=0);const c=a+1;if(c<n.length){const g=n[c];if(g.controlId===i.controlId&&(g.controlComponent===s.ControlComponent.PLACEHOLDER||g.controlComponent===s.ControlComponent.VALUE&&!Te(g)))return}let d=!1,u=a+1;for(;u<n.length;){const g=n[u];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)){d=!0;break}u++}if(d)return;const h=Dt(r),R=xt(i,Re),f=a+1;for(let g=0;g<h.length;g++){const T=h[g],C={...R,value:T===`
|
|
211
|
+
`?K:T,controlId:i.controlId,type:s.ElementType.CONTROL,control:i.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.controlOptions.placeholderColor};se(n,[C],a,{editorOptions:this.options}),this.draw.spliceElementList(n,f+g,0,[C])}}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,h)=>{let R=0;for(;R<u.length;){const f=u[R];if(R++,f.type===s.ElementType.TABLE){const L=f.trList;for(let M=0;M<L.length;M++){const P=L[M];for(let F=0;F<P.tdList.length;F++){const N=P.tdList[F],Y=N.originalId??N.id;a.has(Y)||(a.add(Y),N.linkTdNextId?c(this.draw.getSplitTdValues(Y),h):c(N.value,h))}}}if(!f.control||n&&f.control.groupId!==n||e&&f.controlId!==e||i&&f.control.conceptId!==i||l&&f.areaId!==l)continue;const{type:g,code:T,valueSets:C}=f.control;let p=R,I="";const m=[];for(;p<u.length;){const L=u[p];if(L.controlId!==f.controlId)break;(g===s.ControlType.TEXT||g===s.ControlType.TEXTFIELD||g===s.ControlType.DATE||g===s.ControlType.NUMBER)&&L.controlComponent===s.ControlComponent.VALUE&&(I+=L.value,m.push(Ee(L,pi))),p++}if(g===s.ControlType.TEXT||g===s.ControlType.TEXTFIELD||g===s.ControlType.DATE||g===s.ControlType.NUMBER)r.push({...f.control,zone:h,value:I||null,innerText:I||null,elementList:Yt(m)});else if(g===s.ControlType.SELECT||g===s.ControlType.CHECKBOX||g===s.ControlType.RADIO){const L=T?.split(",").map(M=>C?.find(P=>P.code===M)?.value).filter(Boolean).join("");r.push({...f.control,zone:h,value:T||null,innerText:L||null})}R=p}},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:h}of d)c(h,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 m=d.trList;for(let L=0;L<m.length;L++){const M=m[L];for(let P=0;P<M.tdList.length;P++){const F=M.tdList[P];i(F.value,F.id)}}}if(!d.control||d.type===s.ElementType.SPLIT_TAG)continue;const u=t.find(m=>(!m.groupId||m.groupId===d.control?.groupId)&&(m.id&&d.controlId===m.id||m.conceptId&&d.control.conceptId===m.conceptId||m.areaId&&d.areaId===m.areaId));if(!u)continue;const{value:h,isSubmitHistory:R=!0}=u;e=!0,R&&(n=!0);const{type:f}=d.control,{range:g,fullRange:T}=this.mergeControl({elementList:r,range:{startIndex:c,endIndex:c},tdId:a}),C={range:T??g,elementList:r,tdId:a},p={isIgnoreDisabledRule:!0,isIgnoreDeletedRule:!0};if(f===s.ControlType.TEXTFIELD){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ml(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearValue(C,p)}else if(f===s.ControlType.TEXT){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ms(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearValue(C,p)}else if(f===s.ControlType.SELECT){if(Array.isArray(h))continue;const m=new so(d,this);this.activeControl=m,h?m.setSelect(h,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.CHECKBOX){if(Array.isArray(h))continue;const m=new bo(d,this);this.activeControl=m;const L=h?h.split(","):[];m.setSelect(L,C,p)}else if(f===s.ControlType.RADIO){if(Array.isArray(h))continue;const m=new Yi(d,this);this.activeControl=m;const L=h?[h]:[];m.setSelect(L,C,p)}else if(f===s.ControlType.DATE){const m=new Co(d,this);this.activeControl=m,gi(h)?(h.length&&qt(h,{isHandleFirstElement:!1,editorOptions:this.options}),m.setValue(h,C,p)):fa(h)?m.setSelect(h,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.NUMBER){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new ii(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearValue(C,p)}else if(f===s.ControlType.BUTTON){const m=Array.isArray(h)?h:h?[{value:h}]:[];m.length&&qt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Nn(d,this);this.activeControl=L,m.length?L.setValue(m,C,p):L.clearSelect(C,p)}this.emitControlContentChange({context:C}),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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];e(g.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 f=c.trList;for(let g=0;g<f.length;g++){const T=f[g];for(let C=0;C<T.tdList.length;C++){const p=T.tdList[C];i(p.value)}}}if(!c.control)continue;const d=t.find(f=>f.id&&c.controlId===f.id||f.conceptId&&c.control.conceptId===f.conceptId||f.areaId&&c.areaId===f.areaId);if(!d)continue;const{properties:u,isSubmitHistory:h=!0}=d;if(e=!0,h&&(n=!0),this.setControlProperties({...c.control,...u,value:c.control.value},{elementList:r,range:{startIndex:a-1,endIndex:a-1}}),Re.forEach(f=>{const g=u[f];g&&Reflect.set(c,f,g)}),c.control?.type===s.ControlType.NUMBER&&u.numberExclusiveOptions){const f={...c.control.numberExclusiveOptions,...u.numberExclusiveOptions},g=f?.minValue,T=f?.maxValue,C=new ii(c,this),p=C.getValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}});if(p.length>0){const I=p.map(L=>L.value).join(""),m=Number(I);!Number.isNaN(m)&&Number.isFinite(m)&&(g!=null&&m<g||T!=null&&m>T)&&C.clearValue({elementList:r,range:{startIndex:a-1,endIndex:a-1}},{isAddPlaceholder:!0})}}let R=a;for(;R<r.length&&r[R].controlId===c.controlId;)R++;a=R}},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,qt(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 R=d.tdList[u].value;e(R)}}}if(r.controlId){const a=Ee(r,[...Ci,...bn]);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 h=u;h>0;h--){const R=d[h];if(R.type===s.ElementType.TABLE){const f=R.trList||[];for(let g=f.length-1;g>=0;g--){const T=f[g],C=T.tdList;for(let p=C.length-1;p>=0;p--){const I=C[p],m=a(I.value,I.value.length-1);if(m)return{positionContext:{isTable:!0,index:h,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:R.id},nextIndex:m.nextIndex}}}}if(!(!R.controlId||this._isSameControlIdentity(R,r)||this._isTrailingNestedControlBoundary(d,h,r)||this._isNestedParentControlElement(R,r)||this._isNestedTextContainerElement(d,R)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,h,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:h,tdIndex:R}=e,f=d[u].trList;for(let T=h;T>=0;T--){const C=f[T],p=C.tdList;for(let I=p.length-1;I>=0;I--){if(h===T&&I>=R)continue;const m=p[I],L=a(m.value,m.value.length-1);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:T,tdIndex:I,tdId:m.id,trId:C.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const g=a(d,u-1);if(g)return{positionContext:{isTable:!1},nextIndex:g.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 h=u;h<d.length;h++){const R=d[h];if(R.type===s.ElementType.TABLE){const f=R.trList||[];for(let g=0;g<f.length;g++){const T=f[g],C=T.tdList;for(let p=0;p<C.length;p++){const I=C[p],m=a(I.value,0);if(m)return{positionContext:{isTable:!0,index:h,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:R.id},nextIndex:m.nextIndex}}}}if(!(!R.controlId||this._isSameControlIdentity(R,r)||this._isTrailingNestedControlBoundary(d,h,r)||this._isNestedParentControlElement(R,r)||this._isNestedTextContainerElement(d,R)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,h,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:h,tdIndex:R}=e,f=d[u].trList;for(let T=h;T<f.length;T++){const C=f[T],p=C.tdList;for(let I=0;I<p.length;I++){if(h===T&&I<=R)continue;const m=p[I],L=a(m.value,0);if(L)return{positionContext:{isTable:!0,index:e.index,trIndex:T,tdIndex:I,tdId:m.id,trId:C.id,tableId:l.tableId},nextIndex:L.nextIndex}}}const g=a(d,u+1);if(g)return{positionContext:{isTable:!1},nextIndex:g.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,h=e.elementList.length-1;for(;h>=0;){const R=e.elementList[h];if(u+=R.metrics.width,e.elementList[h-1]?.controlComponent===s.ControlComponent.PREFIX){c=R;break}h--}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,h=l-e.width-n.metrics.width,R=Math.min(h,d);n.left=R-u,e.width+=R-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,h=i,R=r,f=e;for(;h>=0;){const p=f[h];if(p.controlId!==a.controlId)break;if(p.type!==s.ElementType.SPLIT_TAG&&(d.unshift(p),u&&(f.splice(h,1),e[0].type===s.ElementType.SPLIT_TAG?e.splice(0,1):(n.startIndex++,n.endIndex++),e.unshift(p)),c.startIndex=h),h===0&&p.controlComponent!==s.ControlComponent.PREFIX&&R?.linkTdPrevId&&(R=this.draw.getTdById(R.linkTdPrevId),R)){f=R.value,h=R.value.length-1,u=!0;continue}if(h===0&&p.controlComponent!==s.ControlComponent.PRETEXTFIX&&R?.linkTdPrevId&&(R=this.draw.getTdById(R.linkTdPrevId),R)){f=R.value,h=R.value.length-1,u=!0;continue}h--}u=!1;let g=i+1,T=r,C=e;for(;g<C.length;){const p=C[g];if(p.controlId!==a.controlId)break;if(p.type!==s.ElementType.SPLIT_TAG&&(d.push(p),u&&(C.splice(g,1),e.push(p),g--)),g===C.length-1&&p.controlComponent!==s.ControlComponent.POSTFIX&&T?.linkTdNextId&&(T=this.draw.getTdById(T.linkTdNextId),T)){C=T.value,g=0,u=!0;continue}if(g===C.length-1&&p.controlComponent!==s.ControlComponent.POSTTEXTFIX&&T?.linkTdNextId&&(T=this.draw.getTdById(T.linkTdNextId),T)){C=T.value,g=0,u=!0;continue}g++}return c.endIndex=c.startIndex+d.length,{range:n,elementList:e,tdId:l,fullRange:{startIndex:c.startIndex,endIndex:c.endIndex-2}}}}class of{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 Os(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 sf(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?Mn(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 rf(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 Os(o,l=>{l.control&&l.controlId&&!e.has(l.controlId)&&(e.add(l.controlId),i(l.control.label,sf(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 Sl(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 lf(o,t,e="and"){return o?.length?e==="or"?o.some(n=>Sl(n,t)):o.every(n=>Sl(n,t)):!0}class af{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:h},scale:R}=this.options,f=l.elementList[i],{metrics:g,checkbox:T}=f,C=f.controlComponent?0:a;if(h===s.VerticalAlign.TOP||h===s.VerticalAlign.MIDDLE){let M=i+1,P=null;for(;M<l.elementList.length&&(P=l.elementList[M],!(P.value!==K&&P.value!==ai));)M++;if(P){const{metrics:{boundingBoxAscent:F,boundingBoxDescent:N}}=P,Y=F+N;Y>g.height&&(h===s.VerticalAlign.TOP?r-=F-g.height:h===s.VerticalAlign.MIDDLE&&(r-=(Y-g.height)/2))}}const p=Math.round(n+C*R),I=Math.round(r-g.height+c),m=g.width-(C+a)*R,L=g.height;e.save(),e.beginPath(),e.translate(.5,.5),T?.value?(e.lineWidth=c,e.strokeStyle=d,e.rect(p,I,m,L),e.stroke(),e.beginPath(),e.fillStyle=d,e.fillRect(p,I,m,L),e.beginPath(),e.strokeStyle=u,e.lineWidth=c*2*R,e.moveTo(p+2*R,I+L/2),e.lineTo(p+m/2,I+L-3*R),e.lineTo(p+m-2*R,I+3*R),e.stroke()):(e.lineWidth=c,e.rect(p,I,m,L),e.stroke()),e.closePath(),e.restore()}}class cf{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:h},scale:R}=this.options,f=l.elementList[i],{metrics:g,radio:T}=f,C=f.controlComponent?0:a;if(h===s.VerticalAlign.TOP||h===s.VerticalAlign.MIDDLE){let M=i+1,P=null;for(;M<l.elementList.length&&(P=l.elementList[M],!(P.value!==K&&P.value!==ai));)M++;if(P){const{metrics:{boundingBoxAscent:F,boundingBoxDescent:N}}=P,Y=F+N;Y>g.height&&(h===s.VerticalAlign.TOP?r-=F-g.height:h===s.VerticalAlign.MIDDLE&&(r-=(Y-g.height)/2))}}const p=Math.round(n+C*R),I=Math.round(r-g.height+c),m=g.width-(C+a)*R,L=g.height;e.save(),e.beginPath(),e.translate(.5,.5),e.strokeStyle=T?.value?d:u,e.lineWidth=c,e.arc(p+m/2,I+L/2,m/2,0,Math.PI*2),e.stroke(),T?.value&&(e.beginPath(),e.fillStyle=d,e.arc(p+m/2,I+L/2,m/3,0,Math.PI*2),e.fill()),e.closePath(),e.restore()}}const si={fontSize:11,smallFontSize:9,lineHeight:12,dividerWidth:40,gap:4,totalHeight:36};class df{draw;options;inputModal=null;isPopup=!1;constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=si,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 h=a;d.font=`${l}px "Microsoft YaHei", sans-serif`;let R=0;if(u){const g=this.getValue(u.menarcheAge);d.font=`${i}px "Microsoft YaHei", sans-serif`,g&&(h+=d.measureText(`${g}岁`).width+r);let T="";if(u.isMenopause){const L=this.getValue(u.menopauseAge);L&&(T=`${L}岁`)}else{const L=this.getValue(u.lastPeriod);L&&(T=L)}T&&(h+=d.measureText(T).width+r),d.font=`${l}px "Microsoft YaHei", sans-serif`;const C=this.getValue(u.periodMin),p=this.getValue(u.periodMax);if(C||p){const L=`${C||""}~${p||""}`;R=Math.max(R,d.measureText(L).width)}const I=this.getValue(u.cycleMin),m=this.getValue(u.cycleMax);if(I||m){const L=`${I||""}~${m||""}`;R=Math.max(R,d.measureText(L).width)}}else d.font=`${i}px "Microsoft YaHei", sans-serif`,R=d.measureText("~").width;return{width:Math.max(h,R),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=`${si.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=si,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 h=t.measureText("~").width,R=u-h/2;t.fillText("~",R,d+a);const f=d+a*2;this.drawDivider(t,e,f-r/2,c,i),t.fillText("~",R,f+a)}renderWithData(t,e,n,i,l){const r=si,a=r.fontSize*l,c=r.smallFontSize*l,d=r.lineHeight*l,u=r.gap*l,h=r.dividerWidth*l,R=n-d*2,f=R+d*2;t.font=`${a}px "Microsoft YaHei", sans-serif`;const g=this.getValue(i.menarcheAge);let T=e;if(g){const X=`${g}岁`;t.fillText(X,e,f),T=e+t.measureText(X).width+u}const C=T+h/2,p=R+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const I=this.getValue(i.periodMin),m=this.getValue(i.periodMax);let L="";I||m?L=`${I||""}~${m||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,L="~");const M=t.measureText(L).width,P=C-M/2;t.fillText(L,P,p),this.drawDivider(t,T,f-a/2,h,l),t.font=`${a}px "Microsoft YaHei", sans-serif`;let F="";if(i.isMenopause){const X=this.getValue(i.menopauseAge);X&&(F=`${X}岁`)}else{const X=this.getValue(i.lastPeriod);X&&(F=X)}F&&t.fillText(F,T+h+u,f);const N=f+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const Y=this.getValue(i.cycleMin),b=this.getValue(i.cycleMax);let S="";Y||b?S=`${Y||""}~${b||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,S="~");const y=t.measureText(S).width,V=C-y/2;t.fillText(S,V,N)}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=`
|
|
212
212
|
<div class="menstrual-history-modal__mask"></div>
|
|
213
213
|
<div class="menstrual-history-modal__container">
|
|
214
214
|
<div class="menstrual-history-modal__header">
|
|
@@ -284,7 +284,7 @@ ${h} `}textToElements(t){const e=[],n=t.split(`
|
|
|
284
284
|
<button class="btn-confirm">确认</button>
|
|
285
285
|
</div>
|
|
286
286
|
</div>
|
|
287
|
-
`,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"),h=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),R=()=>{this.clearMenstrualHistoryEditor()};l.addEventListener("click",f=>{f.stopPropagation()}),i.addEventListener("click",R),r.addEventListener("click",R),a.addEventListener("click",R),h.forEach(f=>{f.addEventListener("change",()=>{const g=f.value==="true";d.style.display=g?"none":"block",u.style.display=g?"block":"none"})}),c.addEventListener("click",f=>{f.preventDefault(),f.stopPropagation();const g=this.inputModal;if(!g)return;const T=g.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let C;T?C={isMenopause:!0,periodMin:g.querySelector("#mh-edit-periodMin2")?.value||"",periodMax:g.querySelector("#mh-edit-periodMax2")?.value||"",menarcheAge:g.querySelector("#mh-edit-menarcheAge2")?.value||"",menopauseAge:g.querySelector("#mh-edit-menopauseAge")?.value||"",cycleMin:g.querySelector("#mh-edit-cycleMin2")?.value||"",cycleMax:g.querySelector("#mh-edit-cycleMax2")?.value||""}:C={isMenopause:!1,periodMin:g.querySelector("#mh-edit-periodMin")?.value||"",periodMax:g.querySelector("#mh-edit-periodMax")?.value||"",menarcheAge:g.querySelector("#mh-edit-menarcheAge1")?.value||"",lastPeriod:g.querySelector("#mh-edit-lastPeriod")?.value||"",cycleMin:g.querySelector("#mh-edit-cycleMin")?.value||"",cycleMax:g.querySelector("#mh-edit-cycleMax")?.value||""},this.clearMenstrualHistoryEditor();const p=this.draw.getElementList(),I=e.index;this.draw.spliceElementList(p,I,1);const m={type:"menstrualHistory",value:"",menstrualData:C};this.draw.spliceElementList(p,I,0,[m]),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 uf{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,h=c.lineGap*a,R=c.totalHeight*a,f=n+c.totalWidth*a/2,T=i-R/2;e.font=`${d}px "Microsoft YaHei", sans-serif`,e.fillStyle=this.options.defaultColor,e.textBaseline="middle",e.textAlign="center";const C=R/4,p=T+C*.7,I=T+C*1.7,m=T+C*2.7,L=T+R-C*.3;this.drawVerticalLine(e,f,T,L-T,a);const
|
|
287
|
+
`,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"),h=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),R=()=>{this.clearMenstrualHistoryEditor()};l.addEventListener("click",f=>{f.stopPropagation()}),i.addEventListener("click",R),r.addEventListener("click",R),a.addEventListener("click",R),h.forEach(f=>{f.addEventListener("change",()=>{const g=f.value==="true";d.style.display=g?"none":"block",u.style.display=g?"block":"none"})}),c.addEventListener("click",f=>{f.preventDefault(),f.stopPropagation();const g=this.inputModal;if(!g)return;const T=g.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let C;T?C={isMenopause:!0,periodMin:g.querySelector("#mh-edit-periodMin2")?.value||"",periodMax:g.querySelector("#mh-edit-periodMax2")?.value||"",menarcheAge:g.querySelector("#mh-edit-menarcheAge2")?.value||"",menopauseAge:g.querySelector("#mh-edit-menopauseAge")?.value||"",cycleMin:g.querySelector("#mh-edit-cycleMin2")?.value||"",cycleMax:g.querySelector("#mh-edit-cycleMax2")?.value||""}:C={isMenopause:!1,periodMin:g.querySelector("#mh-edit-periodMin")?.value||"",periodMax:g.querySelector("#mh-edit-periodMax")?.value||"",menarcheAge:g.querySelector("#mh-edit-menarcheAge1")?.value||"",lastPeriod:g.querySelector("#mh-edit-lastPeriod")?.value||"",cycleMin:g.querySelector("#mh-edit-cycleMin")?.value||"",cycleMax:g.querySelector("#mh-edit-cycleMax")?.value||""},this.clearMenstrualHistoryEditor();const p=this.draw.getElementList(),I=e.index;this.draw.spliceElementList(p,I,1);const m={type:"menstrualHistory",value:"",menstrualData:C};this.draw.spliceElementList(p,I,0,[m]),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 uf{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,h=c.lineGap*a,R=c.totalHeight*a,f=n+c.totalWidth*a/2,T=i-R/2;e.font=`${d}px "Microsoft YaHei", sans-serif`,e.fillStyle=this.options.defaultColor,e.textBaseline="middle",e.textAlign="center";const C=R/4,p=T+C*.7,I=T+C*1.7,m=T+C*2.7,L=T+R-C*.3;this.drawVerticalLine(e,f,T,L-T,a);const M=f-u,P=f+u;this.drawSymbol(e,M,p,r?.a),this.drawSymbol(e,P,p,r?.b);const F=M-h,N=P+h;e.fillText("-",F,I),this.drawSymbol(e,M,I,r?.c),this.drawSymbol(e,P,I,r?.d),e.fillText("-",N,I),this.drawSymbol(e,M,m,r?.e),this.drawSymbol(e,P,m,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=`
|
|
288
288
|
<div class="fetal-heart-position-modal__mask"></div>
|
|
289
289
|
<div class="fetal-heart-position-modal__container">
|
|
290
290
|
<div class="fetal-heart-position-modal__header">
|
|
@@ -330,7 +330,7 @@ ${h} `}textToElements(t){const e=[],n=t.split(`
|
|
|
330
330
|
<button class="btn-confirm">确认</button>
|
|
331
331
|
</div>
|
|
332
332
|
</div>
|
|
333
|
-
`,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 h=this.inputModal;if(!h)return;const R={a:h.querySelector("#fh-a")?.checked||!1,b:h.querySelector("#fh-b")?.checked||!1,c:h.querySelector("#fh-c")?.checked||!1,d:h.querySelector("#fh-d")?.checked||!1,e:h.querySelector("#fh-e")?.checked||!1,f:h.querySelector("#fh-f")?.checked||!1};this.clearFetalHeartPositionEditor();const f=this.draw.getElementList(),g=e.index;this.draw.spliceElementList(f,g,1);const T={type:"fetalHeartPosition",value:"",fetalHeartData:R};this.draw.spliceElementList(f,g,0,[T]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}}const cn={fontSize:12,deciduousFontSize:10,smallFontSize:9,totalHeight:60,toothGap:2,halfGap:8,minLineHalfWidth:50,maxLineHalfWidth:85},Fl=["La","B","F","M","I","D","L","P"];class Rf{draw;options;inputModal=null;isPopup=!1;finallyAdd=null;toothSurfaceMap={};supernumeraryToothMap={};constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=cn,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}=cn,d=(T,C,p)=>{let I=0;const m=(L,
|
|
333
|
+
`,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 h=this.inputModal;if(!h)return;const R={a:h.querySelector("#fh-a")?.checked||!1,b:h.querySelector("#fh-b")?.checked||!1,c:h.querySelector("#fh-c")?.checked||!1,d:h.querySelector("#fh-d")?.checked||!1,e:h.querySelector("#fh-e")?.checked||!1,f:h.querySelector("#fh-f")?.checked||!1};this.clearFetalHeartPositionEditor();const f=this.draw.getElementList(),g=e.index;this.draw.spliceElementList(f,g,1);const T={type:"fetalHeartPosition",value:"",fetalHeartData:R};this.draw.spliceElementList(f,g,0,[T]),this.draw.getControl().destroyControl(),this.draw.getRange().clearRange(),this.draw.render({isSetCursor:!1,isCompute:!0})})}}const cn={fontSize:12,deciduousFontSize:10,smallFontSize:9,totalHeight:60,toothGap:2,halfGap:8,minLineHalfWidth:50,maxLineHalfWidth:85},Fl=["La","B","F","M","I","D","L","P"];class Rf{draw;options;inputModal=null;isPopup=!1;finallyAdd=null;toothSurfaceMap={};supernumeraryToothMap={};constructor(t){this.draw=t,this.options=t.getOptions()}computeSize(t){const e=cn,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}=cn,d=(T,C,p)=>{let I=0;const m=(L,M)=>`${L}-${M}`;return C.forEach(L=>{const M=m(p,L),P=t?.toothSurfaceMap?.[M]||[],F=t?.supernumeraryToothMap?.[M];I+=r*e*.6,P.length>0&&(I+=a*e*P.length*.5),F&&(I+=r*e*.4),I+=c*e}),T.forEach(L=>{const M=m(p,L),P=t?.toothSurfaceMap?.[M]||[],F=t?.supernumeraryToothMap?.[M];I+=l*e*.6,P.length>0&&(I+=a*e*P.length*.5),F&&(I+=l*e*.4),I+=c*e}),I},u=Math.max(d(t?.upperLeft||[],t?.upperLeftLetter||[],"upperLeft"),d(t?.lowerLeft||[],t?.lowerLeftLetter||[],"lowerLeft")),h=Math.max(d(t?.upperRight||[],t?.upperRightLetter||[],"upperRight"),d(t?.lowerRight||[],t?.lowerRightLetter||[],"lowerRight")),f=Math.max(u,h)/e+cn.halfGap;return Math.max(n,Math.min(i,f))*e}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.toothPositionData,a=this.options.scale;e.save();const c=cn.fontSize*a,d=cn.deciduousFontSize*a,u=cn.smallFontSize*a,h=cn.toothGap*a,R=cn.totalHeight*a,f=cn.halfGap*a,g=2*a,T=(P,F)=>`${P}-${F}`,C=this.calculateLineHalfWidth(r,a),p=C*2,I=n+C,m=i;e.beginPath(),e.rect(I-C,m-R/2,p,R),e.clip(),e.beginPath(),e.strokeStyle=this.options.defaultColor,e.lineWidth=1*a,e.moveTo(I,m-R/2+10*a),e.lineTo(I,m+R/2-10*a),e.stroke(),e.beginPath(),e.moveTo(I-C,m),e.lineTo(I+C,m),e.stroke();const L=(P,F,N,Y,b)=>{const S=T(P,F),y=r?.toothSurfaceMap?.[S]||[],V=Fl.filter(U=>y.includes(U)),X=r?.supernumeraryToothMap?.[S],O=F.toString(),W=typeof F=="string"?d:c;e.font=`${W}px "Microsoft YaHei", sans-serif`,e.textBaseline="middle";let D=N;if(X){e.font=`${W}px "Microsoft YaHei", sans-serif`;const Z=e.measureText("(").width,ot=e.measureText(O).width;e.font=`${u}px "Microsoft YaHei", sans-serif`;const _=e.measureText("S").width;let H=Z+ot+Z;H+=_+g;let B=0,q="";return V.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,q=V.join(","),B=e.measureText(q).width+g/2),b==="right"?(D=N-H,V.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(q,D-B-g/2,Y-W*.4)),e.font=`${W}px "Microsoft YaHei", sans-serif`,e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText("(",D,Y),D+=Z,e.font=`${u}px "Microsoft YaHei", sans-serif`,X==="Si"&&(e.fillText("S",D,Y-W*.4),D+=_+g),e.font=`${W}px "Microsoft YaHei", sans-serif`,e.fillText(O,D,Y),D+=ot,X==="iS"&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText("S",D,Y-W*.4),D+=_),e.font=`${W}px "Microsoft YaHei", sans-serif`,e.fillText(")",D,Y),N-H-B-h):(e.font=`${W}px "Microsoft YaHei", sans-serif`,e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText("(",D,Y),D+=Z,e.font=`${u}px "Microsoft YaHei", sans-serif`,X==="Si"&&(e.fillText("S",D,Y-W*.4),D+=_+g),e.font=`${W}px "Microsoft YaHei", sans-serif`,e.fillText(O,D,Y),D+=ot,X==="iS"&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText("S",D,Y-W*.4),D+=_),e.font=`${W}px "Microsoft YaHei", sans-serif`,e.fillText(")",D,Y),D+=Z,V.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(q,D+g/2,Y-W*.4),D+=B),D+h)}else{e.font=`${W}px "Microsoft YaHei", sans-serif`;const U=e.measureText(O).width;let v=0,Q="";return V.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,Q=V.join(","),v=e.measureText(Q).width+g/2,e.font=`${W}px "Microsoft YaHei", sans-serif`),b==="right"?(D=N-U,V.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(Q,D-v-g/2,Y-W*.4),e.font=`${W}px "Microsoft YaHei", sans-serif`),e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText(O,D,Y),N-U-v-h):(e.textAlign="left",e.fillStyle=this.options.defaultColor,e.fillText(O,D,Y),D+=U,V.length>0&&(e.font=`${u}px "Microsoft YaHei", sans-serif`,e.fillText(Q,D+g/2,Y-W*.4),D+=v),D+h)}},M=(P,F,N,Y,b,S)=>{let y=Y;S==="right"?([...F].reverse().forEach(O=>{y=L(N,O,y,b,S)}),[...P].reverse().forEach(O=>{y=L(N,O,y,b,S)})):(F.forEach(V=>{y=L(N,V,y,b,S)}),P.forEach(V=>{y=L(N,V,y,b,S)}))};M(r?.upperLeft||[],r?.upperLeftLetter||[],"upperLeft",I-f,m-R/4,"right"),M(r?.upperRight||[],r?.upperRightLetter||[],"upperRight",I+f,m-R/4,"left"),M(r?.lowerLeft||[],r?.lowerLeftLetter||[],"lowerLeft",I-f,m+R/4,"right"),M(r?.lowerRight||[],r?.lowerRightLetter||[],"lowerRight",I+f,m+R/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=`
|
|
334
334
|
<div class="tooth-position-modal__mask"></div>
|
|
335
335
|
<div class="tooth-position-modal__container">
|
|
336
336
|
<div class="tooth-position-modal__header">
|
|
@@ -531,7 +531,7 @@ ${h} `}textToElements(t){const e=[],n=t.split(`
|
|
|
531
531
|
${m}
|
|
532
532
|
</span>`},l=(u,h,R)=>{const f=[];return h.forEach(g=>{f.push(i(R,g))}),u.forEach(g=>{f.push(i(R,g))}),f.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 Xl='(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',Nl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Xl],{type:"text/javascript;charset=utf-8"});function hf(o){let t;try{if(t=Nl&&(self.URL||self.webkitURL).createObjectURL(Nl),!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(Xl),{name:o?.name})}}const yl=`(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)}})();
|
|
533
533
|
`,bl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",yl],{type:"text/javascript;charset=utf-8"});function gf(o){let t;try{if(t=bl&&(self.URL||self.webkitURL).createObjectURL(bl),!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(yl),{name:o?.name})}}const Vl=`(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)}})();
|
|
534
|
-
`,Wl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Vl],{type:"text/javascript;charset=utf-8"});function ff(o){let t;try{if(t=Wl&&(self.URL||self.webkitURL).createObjectURL(Wl),!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(Vl),{name:o?.name})}}const Yl='(function(){"use strict";var H=(D=>(D.HALF="half",D.ONE_THIRD="one-third",D.QUARTER="quarter",D))(H||{}),K=(D=>(D.ARABIC="arabic",D.CHINESE="chinese",D))(K||{});const y="";H.HALF+"",1/2,H.ONE_THIRD+"",1/3,H.QUARTER+"",1/4;const uD=/[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]/,FD=/[#*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,tD=new RegExp(`${FD.source}|${uD.source}`,"g");function g(D){if(typeof structuredClone=="function")return structuredClone(D);if(!D||typeof D!="object")return D;let r={};return Array.isArray(D)?r=D.map(i=>g(i)):Object.keys(D).forEach(i=>{r[i]=g(D[i])}),r}function eD(D){const r=[];if(Intl.Segmenter){const T=new Intl.Segmenter().segment(D);for(const{segment:d}of T)r.push(d)}else{const i=new Map;for(const d of D.matchAll(tD))i.set(d.index,d[0]);let T=0;for(;T<D.length;){const d=i.get(T);d?(r.push(d),T+=d.length):(r.push(D[T]),T++)}}return r}function _(D,r){const i={};for(const T in D)r.includes(T)&&(i[T]=D[T]);return i}function ED(D,r){return D.length!==r.length?!1:!D.some(i=>!r.includes(i))}var t=(D=>(D.TEXT="text",D.TEXTFIELD="TextField",D.BUTTON="button",D.IMAGE="image",D.TABLE="table",D.HYPERLINK="hyperlink",D.SUPERSCRIPT="superscript",D.SUBSCRIPT="subscript",D.SEPARATOR="separator",D.PAGE_BREAK="pageBreak",D.CONTROL="control",D.AREA="area",D.CHECKBOX="checkbox",D.RADIO="radio",D.LATEX="latex",D.TAB="tab",D.DATE="date",D.BLOCK="block",D.TITLE="title",D.LIST="list",D.SPLIT_TAG="splitTag",D.LABEL="label",D.MENSTRUAL_HISTORY="menstrualHistory",D.FETAL_HEART_POSITION="fetalHeartPosition",D.TOOTH_POSITION="toothPosition",D.SPECIAL_SYMBOLS="specialSymbols",D.MACRO="macro",D.CUSTOM_MACRO="customMacro",D.REUSABLE_ITEM="reusableItem",D.SUB_TEMPLATE="subTemplate",D))(t||{});const N=["rowFlex","rowMargin"],CD=["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"],oD=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],Y=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"];t.TEXT,t.HYPERLINK,t.SUBSCRIPT,t.SUPERSCRIPT,t.CONTROL,t.DATE,t.IMAGE,t.LATEX,t.BLOCK,t.PAGE_BREAK,t.SEPARATOR,t.TABLE,t.TITLE,t.LIST;var G=(D=>(D.UL="ul",D.OL="ol",D))(G||{}),k=(D=>(D.DISC="disc",D.CIRCLE="circle",D.SQUARE="square",D.CHECKBOX="checkbox",D))(k||{}),m=(D=>(D.DISC="disc",D.CIRCLE="circle",D.SQUARE="square",D.DECIMAL="decimal",D.CHECKBOX="checkbox",D))(m||{});k.DISC+"",k.CIRCLE+"",k.SQUARE+"",k.CHECKBOX+"",G.OL+"",G.UL+"",m.DISC+"",m.CIRCLE+"",m.SQUARE+"",m.DECIMAL+"",m.CHECKBOX+"";var p=(D=>(D.FIRST="first",D.SECOND="second",D.THIRD="third",D.FOURTH="fourth",D.FIFTH="fifth",D.SIXTH="sixth",D))(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 h=(D=>(D.TEXT="text",D.SELECT="select",D.CHECKBOX="checkbox",D.RADIO="radio",D.DATE="date",D.NUMBER="number",D.TEXTFIELD="TextField",D.BUTTON="button",D.MENSTRUAL_HISTORY="menstrualHistory",D))(h||{}),F=(D=>(D.PREFIX="prefix",D.POSTFIX="postfix",D.PRE_TEXT="preText",D.PRETEXTFIX="preTextFix",D.PRETEXTFIX_TEXT="preTextFixText",D.POSTTEXTFIX="postTextFix",D.POSTTEXTFIX_TEXT="postTextFixText",D.POST_TEXT="postText",D.PLACEHOLDER="placeholder",D.TEXTFIXLABEL="textFixLabel",D.VALUE="value",D.DELETEPERSON="deletePerson",D.CHECKBOX="checkbox",D.RADIO="radio",D.UNDERLINE="underline",D))(F||{}),q=(D=>(D.LEFT="left",D.CENTER="center",D.RIGHT="right",D.ALIGNMENT="alignment",D.JUSTIFY="justify",D))(q||{}),W=(D=>(D.CONTAIN="contain",D.COVER="cover",D))(W||{}),Z=(D=>(D.REPEAT="repeat",D.NO_REPEAT="no-repeat",D.REPEAT_X="repeat-x",D.REPEAT_Y="repeat-y",D))(Z||{});W.COVER,Z.NO_REPEAT;var z=(D=>(D.TOP="top",D.MIDDLE="middle",D.BOTTOM="bottom",D))(z||{});z.BOTTOM,H.HALF,H.HALF,q.CENTER,K.ARABIC,z.BOTTOM;var J=(D=>(D.TEXT="text",D.IMAGE="image",D))(J||{});J.TEXT,K.ARABIC;var $=(D=>(D.PAGE="page",D.CONTINUITY="continuity",D))($||{});$.CONTINUITY;const nD=[h.SELECT,h.DATE,h.CHECKBOX,h.RADIO];function rD(D,r){return D&&nD.includes(D)?[""]:eD(r)}F.PREFIX,F.POSTFIX,F.PRE_TEXT,F.POST_TEXT,F.PRETEXTFIX,F.PRETEXTFIX_TEXT,F.POSTTEXTFIX,F.POSTTEXTFIX_TEXT,F.PLACEHOLDER,F.TEXTFIXLABEL,F.CHECKBOX,F.RADIO,F.UNDERLINE;function lD(D){return D?.buttonValueLayout===!0}function iD(D,r){const i=Object.keys(D),T=Object.keys(r);if(i.length!==T.length)return!1;for(let d=0;d<i.length;d++){const f=i[d];if(f!=="value"&&!(f==="groupIds"&&Array.isArray(D[f])&&Array.isArray(r[f])&&ED(D[f],r[f]))&&D[f]!==r[f])return!1}return!0}function U(D,r={}){const{extraPickAttrs:i}=r,T=[...CD];i&&T.push(...i);const d={value:D?.value===y?`\n`:D?.value};return D&&T.forEach(f=>{const s=D[f];s!==void 0&&(d[f]=s)}),d}function P(D,r={}){const{extraPickAttrs:i,isClassifyArea:T=!1,isClone:d=!0,editorOptions:f}=r,s=(d?g(D):D).filter(u=>u.type!==t.SPLIT_TAG),M=[];let E=0;const sD=u=>u===F.PREFIX||u===F.PRETEXTFIX||u===F.PRETEXTFIX_TEXT||u===F.PRE_TEXT,cD=u=>{const L=f?.control;switch(u.controlComponent){case F.PRETEXTFIX:return u.control?.preTextFix||L?.preTextFix||"";case F.PRETEXTFIX_TEXT:return u.control?.preTextFixText||L?.preTextFixText||"";case F.PRE_TEXT:return u.control?.preText||"";default:return u.control?.prefix||L?.prefix||""}},BD=(u,L)=>{if(u.value!==y||!u.controlId||!sD(u.controlComponent)||!L||L.controlId!==u.controlId||(L.originControlId||null)!==(u.originControlId||null)||L.controlComponent!==u.controlComponent||L.value===y)return!1;const o=u.control?.type;return rD(o,cD(u))[0]!==`\n`};for(;E<s.length;){let u=s[E];if(BD(u,s[E+1])&&(u=g(u),delete u.type,delete u.control,delete u.controlId,delete u.originControlId,delete u.controlComponent),E===0&&u.value===y&&!u.listId&&(!u.type||u.type===t.TEXT)){E++;continue}if(u.areaId){const o=u.areaId,A=u.area,c=[];for(;E<s.length;){const C=s[E];if(o!==C.areaId){E--;break}delete C.area,delete C.areaId,c.push(C),E++}const l=P(c,r);if(T){const C={type:t.AREA,value:"",areaId:o,area:A};C.valueList=l,u=C}else{M.splice(E,0,...l);continue}}else if(u.titleId&&u.level){const o=u.titleId;if(o){const A=u.level,c={type:t.TITLE,title:u.title,titleId:o,value:"",level:A},l=[];for(;E<s.length;){const C=s[E];if(o!==C.titleId){E--;break}delete C.level,delete C.title,l.push(C),E++}c.valueList=P(l,r),u=c}}else if(u.listId&&u.listType){const o=u.listId;if(o){const A=u.listType,c=u.listStyle,l=u?.label,C={type:t.LIST,value:"",label:l||"",listId:o,listType:A,listStyle:c},B=[];for(;E<s.length;){const n=s[E];if(o!==n.listId){E--;break}delete n.listType,delete n.listStyle,B.push(n),E++}C.valueList=P(B,r),u=C}}else if(u.type===t.TABLE){if(u.pagingId){let o=E+1,A=0;for(;o<s.length;){const c=s[o];if(c.pagingId===u.pagingId){u.height+=c.height;const l=c.trList.filter(C=>!C.pagingRepeat).filter(C=>(C.tdList=C.tdList.filter(B=>{if(B.originalId){for(let n=0;n<u.trList.length;n++){const a=u.trList[n].tdList.find(({id:e})=>e===B.originalId);if(a){B.value[0]?.type===t.SPLIT_TAG&&B.value.splice(0,1),a.value.push(...B.value),a.rowspan=a.originalRowspan??a.rowspan;break}}return!1}return!0}),!C.originalId));u.trList.push(...l),u.trList?.forEach(C=>C.minHeight=C.originalMinHeight??C.minHeight),o++,A++}else break}E+=A}if(u.trList)for(let o=0;o<u.trList.length;o++){const A=u.trList[o];delete A.id;for(let c=0;c<A.tdList.length;c++){const l=A.tdList[c],C={colspan:l.colspan,rowspan:l.rowspan,value:P(l.value,{...r,isClassifyArea:!1})};oD.forEach(B=>{const n=l[B];n!==void 0&&(C[B]=n)}),A.tdList[c]=C}}}else if(u.type===t.HYPERLINK){const o=u.hyperlinkId;if(o){const A={type:t.HYPERLINK,value:"",url:u.url},c=[];for(;E<s.length;){const l=s[E];if(o!==l.hyperlinkId){E--;break}delete l.type,delete l.url,c.push(l),E++}A.valueList=P(c,r),u=A}}else if(u.type===t.DATE){const o=u.dateId;if(o){const A={type:t.DATE,value:"",dateFormat:u.dateFormat},c=[];for(;E<s.length;){const l=s[E];if(o!==l.dateId){E--;break}delete l.type,delete l.dateFormat,c.push(l),E++}A.valueList=P(c,r),u=A}}else if(u.type!==t.BUTTON){if(u.controlId){const o=u.controlId;if(!(u.controlComponent===F.PREFIX||u.controlComponent===F.PRETEXTFIX||u.controlComponent===F.PRETEXTFIX_TEXT)&&u.controlComponent===F.VALUE){if(u.type===t.MENSTRUAL_HISTORY||u.type===t.FETAL_HEART_POSITION||u.type===t.TOOTH_POSITION||u.type===t.MACRO||u.type===t.CUSTOM_MACRO||u.type===t.REUSABLE_ITEM||u.type===t.LIST||u.type===t.SPECIAL_SYMBOLS){let B=!1;for(let n=E-1;n>=0;n--){const I=s[n],a=I.controlComponent===F.PREFIX||I.controlComponent===F.PRETEXTFIX||I.controlComponent===F.PRETEXTFIX_TEXT;if(I.controlId===o&&a){B=!0;break}if(I.controlId!==o)break}if(!B){const n=g(u);delete n.controlId,delete n.control,delete n.controlComponent,delete n.originControlId,M.push(n),E++;continue}}E++;continue}if(u.controlComponent===F.PLACEHOLDER||u.controlComponent===F.POSTFIX||u.controlComponent===F.POSTTEXTFIX||u.controlComponent===F.POSTTEXTFIX_TEXT||u.controlComponent===F.POST_TEXT||u.controlComponent===F.PRE_TEXT||u.controlComponent===F.CHECKBOX||u.controlComponent===F.RADIO){E++;continue}const c=(C,B,n,I)=>{if(I===h.CHECKBOX||I===h.RADIO){let e=-1;for(let X=C;X<s.length&&s[X].controlId===B;X++)e=X;return e}const a=n?[F.POSTTEXTFIX,F.POSTTEXTFIX_TEXT]:[F.POSTFIX];for(let e=C;e<s.length;e++){const X=s[e];if(X.controlId===B&&a.includes(X.controlComponent))return e}return-1},l=(C,B,n)=>{const I=[];let a=C;for(;a<=B;){const e=s[a];if(lD(e)){a++;continue}if(e.controlId&&e.controlId!==n&&e.control){const O=e.control?.type,x=O===h.TEXTFIELD,R=x?F.PRETEXTFIX:F.PREFIX,v=e.controlComponent===R,b=O===h.CHECKBOX||O===h.RADIO;if(v||b&&(e.controlComponent===F.CHECKBOX||e.controlComponent===F.RADIO)){const S=c(a+1,e.controlId,x,O);if(S!==-1){const Q=s.slice(a,S+1).map(aD=>{const DD=g(aD);return delete DD.originControlId,DD}),w=P(Q,r);w.length>0&&I.push(w[0]),a=S+1;continue}}}if(!(e.controlId===n&&(e.controlComponent===F.VALUE||!e.controlComponent)&&(!e.originControlId||e.originControlId===n)||e.originControlId===n&&e.controlComponent===F.VALUE||e.controlId===n&&(e.controlComponent===F.CHECKBOX||e.controlComponent===F.RADIO)&&!e.originControlId)){a++;continue}if(e.type===t.MENSTRUAL_HISTORY||e.type===t.FETAL_HEART_POSITION||e.type===t.TOOTH_POSITION||e.type===t.MACRO||e.type===t.CUSTOM_MACRO||e.type===t.REUSABLE_ITEM||e.type===t.LIST||e.type===t.SPECIAL_SYMBOLS){const O=g(e);delete O.controlId,delete O.control,delete O.controlComponent,delete O.originControlId,I.push(O),a++;continue}if(e.controlComponent===F.CHECKBOX||e.controlComponent===F.RADIO){I.push(g(e)),a++;continue}const j=u.control?.type;if(j===h.CHECKBOX||j===h.RADIO){let O=a-1,x=!1;for(;O>=C-1;){const R=s[O];if(R.controlId===n&&!R.originControlId)if(R.controlComponent===F.CHECKBOX){x=R.checkbox?.value===!0;break}else if(R.controlComponent===F.RADIO){x=R.radio?.value===!0;break}else if(R.controlComponent===F.VALUE){O--;continue}else break;O--}if(x){const R={value:e.value||""},v=[...N,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const b of v){const S=e[b];if(S!==void 0){if(b==="color"&&f){const Q=f.control?.bracketColor,w=f.control?.placeholderColor;if(S===Q||S===w)continue}R[b]=S}}I.push(R)}}else{const O={value:e.value||""},x=[...N,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const R of x){const v=e[R];if(v!==void 0){if(R==="color"&&f){const b=f.control?.bracketColor,S=f.control?.placeholderColor;if(v===b||v===S)continue}O[R]=v}}I.push(O)}a++}return I};if(u.controlComponent===F.PREFIX){const C=u.control?.type===h.TEXTFIELD,B=c(E+1,o,C);if(B!==-1){const n=l(E+1,B-1,o),I=_(u,Y),e=u.control?.type===h.BUTTON&&!u.control?.buttonText?n.length?n:null:n,X={...u.control,...I,value:e},V={..._(u,N),type:t.CONTROL,value:"",control:X,controlId:o};u=U(V,{extraPickAttrs:i}),E=B}}if(u.controlComponent===F.PRETEXTFIX){const C=c(E+1,o,!0);if(C!==-1){const B=l(E+1,C-1,o),n=_(u,Y),I={...u.control,...n,value:B},a={..._(u,N),type:t.CONTROL,value:"",control:I,controlId:o};u=U(a,{extraPickAttrs:i}),E=C}}if(u.controlComponent===F.PRETEXTFIX_TEXT){const C=c(E+1,o,!0);if(C!==-1){const B=l(E+1,C-1,o),n=_(u,Y),I={...u.control,...n,value:B},a={..._(u,N),type:t.CONTROL,value:"",control:I,controlId:o};u=U(a,{extraPickAttrs:i}),E=C}}}}const L=U(u,{extraPickAttrs:i});if(!u.type||u.type===t.TEXT||u.type===t.SUBSCRIPT||u.type===t.SUPERSCRIPT)for(;E<s.length;){const o=s[E+1];if(E++,o&&iD(L,U(o,{extraPickAttrs:i}))){const A=o.value===y?`\n`:o.value;L.value+=A}else break}else E++;M.push(L)}return M}onmessage=D=>{const r=D.data,{options:i,data:T}=r,{extraPickAttrs:d=[]}=i||{},f={header:P(T.header,{extraPickAttrs:d,isClone:!1}),main:P(T.main,{extraPickAttrs:d,isClassifyArea:!0,isClone:!1}),footer:P(T.footer,{extraPickAttrs:d,isClone:!1})};postMessage(f)}})();\n',Ul=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Yl],{type:"text/javascript;charset=utf-8"});function Tf(o){let t;try{if(t=Ul&&(self.URL||self.webkitURL).createObjectURL(Ul),!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(Yl),{name:o?.name})}}class mf{draw;wordCountWorker;catalogWorker;groupWorker;valueWorker;constructor(t){this.draw=t,this.wordCountWorker=new hf,this.catalogWorker=new gf,this.groupWorker=new ff,this.valueWorker=new Tf}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:pn,data:i.data,options:at(this.draw.getOptions())})},this.valueWorker.onerror=i=>{n(i)},this.valueWorker.postMessage({data:this.draw.getOriginValue(t),options:t})})}}class Cf{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,h]},ascent:R}=e;i=u,l=h+d+R}return{x:i,y:l}}_createResizerDom(){const{scale:t}=this.options,e=document.createElement("div");e.classList.add(`${rt}-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(`${rt}-resizer-size-view`);const l=document.createElement("span");i.append(l),e.append(i);const r=document.createElement("div");r.classList.add(`${rt}-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(`${rt}-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(`${rt}-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(`${rt}-image-menu`);const u=document.createElement("div");u.classList.add("image-navigate");const h=document.createElement("i");h.classList.add("image-pre"),h.onclick=()=>{const M=this.imageList.findIndex(F=>F.id===this.curShowElement?.id);M<=0||(this.curShowElement=this.imageList[M-1],i.src=this.curShowElement.value,this._updateImageNavigate())},u.append(h),this.imagePre=h;const R=document.createElement("span");R.classList.add("image-count"),this.imageCount=R,u.append(R);const f=document.createElement("i");f.classList.add("image-next"),f.onclick=()=>{const M=this.imageList.findIndex(F=>F.id===this.curShowElement?.id);M>=this.imageList.length-1||(this.curShowElement=this.imageList[M+1],i.src=this.curShowElement.value,this._updateImageNavigate())},this.imageNext=f,u.append(f),d.append(u);const g=document.createElement("i");g.classList.add("zoom-in"),g.onclick=()=>{a+=.1,this._setPreviewerTransform(a,c,l,r)},d.append(g);const T=document.createElement("i");T.onclick=()=>{a-.1<=.1||(a-=.1,this._setPreviewerTransform(a,c,l,r))},T.classList.add("zoom-out"),d.append(T);const C=document.createElement("i");C.classList.add("rotate"),C.onclick=()=>{c+=1,this._setPreviewerTransform(a,c,l,r)},d.append(C);const p=document.createElement("i");p.classList.add("original-size"),p.onclick=()=>{l=0,r=0,a=1,c=0,this._setPreviewerTransform(a,c,l,r)},d.append(p);const I=document.createElement("i");I.classList.add("image-download"),I.onclick=()=>{const{mime:M}=this.previewerDrawOption;Vs(i.src,`${this.curElement?.id}.${M||"png"}`)},d.append(I),t.append(d),this.previewerContainer=t,document.body.append(t);let m=0,L=0,P=!1;i.onmousedown=M=>{P=!0,m=M.x,L=M.y,t.style.cursor="move"},t.onmousemove=M=>{P&&(l+=M.x-m,r+=M.y-L,m=M.x,L=M.y,this._setPreviewerTransform(a,c,l,r))},t.onmouseup=()=>{P=!1,t.style.cursor="auto"},t.onwheel=M=>{if(M.preventDefault(),M.stopPropagation(),M.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 pf{draw;range;datePicker;options;constructor(t){this.draw=t,this.options=t.getOptions(),this.range=t.getRange(),this.datePicker=new Pl(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}]};se(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 wl{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 If{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(`${rt}-block-item`);const i=document.createElement("div");i.style.display="none",i.classList.add(`${rt}-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(`${rt}-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 wl(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 Vn(this.element),this.block.render(this.blockItem)):t.type===s.BlockType.VIDEO&&(this.block=new wl(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 Ef{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(`${rt}-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 If(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 Ss={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:"双击编辑页脚"}},Lf={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 Pf{currentLocale;langMap=new Map([["zhCN",Ss],["en",Lf]]);constructor(t){this.currentLocale=t}registerLangMap(t,e){const n=this.langMap.get(t);this.langMap.set(t,Ws(n||Ss,e))}getLocale(){return this.currentLocale}setLocale(t){this.currentLocale=t}getLang(){return this.langMap.get(this.currentLocale)||Ss}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 Mf{promiseList;constructor(){this.promiseList=[]}add(t){this.promiseList.push(t)}clearAll(){this.promiseList=[]}allSettled(){return Promise.allSettled(this.promiseList)}}class Of{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",Ra(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(`${rt}-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 Sf{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 Of(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(),Ti(()=>{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(`${rt}-zone-indicator`);const h=this.draw.getHeader(),R=this.draw.getFooter(),f=e?h.getHeight():R.getHeight(),g=e?h.getHeaderTop():c-R.getFooterBottom()-f;for(let T=0;T<l.length;T++){const C=u*T+g,p=r[3]-this.INDICATOR_PADDING,I=r[3]+a+this.INDICATOR_PADDING,m=e?C-this.INDICATOR_PADDING:C+f+this.INDICATOR_PADDING,L=e?C+f+this.INDICATOR_PADDING:C-this.INDICATOR_PADDING,P=document.createElement("div");P.innerText=this.i18n.t(`frame.${e?"header":"footer"}`),P.style.top=`${L}px`,P.style.transform=`translate(${n*t}px, ${i*t}px) scale(${t})`,this.indicatorContainer.append(P);const M=document.createElement("span");M.classList.add(`${rt}-zone-indicator-border__top`),M.style.top=`${m}px`,M.style.width=`${a}px`,M.style.marginLeft=`${r[3]}px`,this.indicatorContainer.append(M);const F=document.createElement("span");F.classList.add(`${rt}-zone-indicator-border__left`),F.style.top=`${C}px`,F.style.height=`${f}px`,F.style.left=`${p}px`,this.indicatorContainer.append(F);const N=document.createElement("span");N.classList.add(`${rt}-zone-indicator-border__bottom`),N.style.top=`${L}px`,this.indicatorContainer.append(N);const Y=document.createElement("span");Y.classList.add(`${rt}-zone-indicator-border__right`),Y.style.top=`${C}px`,Y.style.height=`${f}px`,Y.style.left=`${I}px`,this.indicatorContainer.append(Y)}this.container.append(this.indicatorContainer)}_clearZoneIndicator(){this.indicatorContainer?.remove(),this.indicatorContainer=null}}class Df{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*ys[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 Ff{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(h=>h.listType===t&&h.listStyle===e)||!t){this.unsetList();return}const c=mt();r.forEach(h=>{h.listId=c,h.listType=t,h.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===K&&!u.listWrap)break;if(u.listId!==r.listId){this.draw.spliceElementList(l,d,0,[{value:K}]);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===K&&(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!==K||c.listWrap)return;let d=0;const{defaultTabWidth:u,scale:h}=this.options;for(let C=1;C<i.length&&i[C]?.type===s.ElementType.TAB;C++)d+=u*h;const{coordinate:{leftTop:[R,f]}}=n,g=R-l+d,T=f+a;if(c.listStyle===s.ListStyle.CHECKBOX){const{width:C,height:p,gap:I}=this.options.checkbox,m={...c,checkbox:{value:!!c.checkbox?.value},metrics:{...c.metrics,width:(C+I*2)*h,height:p*h}};this.draw.getCheckboxParticle().render({ctx:t,x:g-I*h,y:T,index:0,row:{...e,elementList:[m,...e.elementList]}})}else{let C="";if(c.listType===s.ListType.UL?C=Pi[c.listStyle]||Pi[Ln.DISC]:C=`${r+1}${s.KeyMap.PERIOD}`,!C)return;t.save(),t.font=this.getListFontStyle(i,h),t.fillText(C,g,T),t.restore()}}}class po{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-po.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 Zl{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+=(po.WIDTH+po.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}],qt(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 Xf{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=mt();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],h=this.getElementListByGroupId(u.value,e);if(h.length)return n.push(...h),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],h=this.getContextByGroupId(u.value,e);if(h)return{...h,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:h,y:R,width:f,height:g}=d;i?.includes(u)?(t.globalAlpha=a,t.fillStyle=c):(t.globalAlpha=r,t.fillStyle=l),t.fillRect(h,R,f,g)}),t.restore(),this.clearFillInfo()}}class Nf{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 yf{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 bf{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(),h=this.draw.getPosition().getOriginalMainPositionList(),f=this.draw.getPageRowList()[e];t.save(),t.fillStyle=i,t.font=`${l*n}px ${r}`;for(let g=0;g<f.length;g++){const T=f[g],{coordinate:{leftBottom:C}}=h[T.startIndex],p=c===s.LineNumberType.PAGE?g+1:T.rowIndex+1,I=d.measureText(t,{value:`${p}`}),m=u[3]-(I.width+a)*n,L=C[1]-I.actualBoundingBoxAscent*n;t.fillText(`${p}`,m,L)}t.restore()}}class Vf{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 Wf(o,t){const{value:e,oldValue:n}=t;n.isTable&&!e.isTable&&o.getTableTool().dispose()}class Yf{draw;eventBus;constructor(t){this.draw=t,this.eventBus=t.getEventBus(),this.execute()}execute(){this.eventBus.on("positionContextChange",t=>{Wf(this.draw,t)})}}class Uf{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 g=this.position.getPositionList(),{rowIndex:T}=g[n];a=this.draw.getRowList()[T]?.offsetX||0}const c=this.draw.getContextInnerWidth()-a,d=[],u=c/e;for(let g=0;g<e;g++)d.push({width:u});const h=[];for(let g=0;g<t;g++){const T=[],C={height:l,tdList:T};for(let p=0;p<e;p++)T.push({colspan:1,rowspan:1,value:[]});h.push(C)}const R={type:s.ElementType.TABLE,value:"",colgroup:d,trList:h};qt([R],{editorOptions:this.options}),se(r,[R],n,{editorOptions:this.options});const f=n+1;this.draw.spliceElementList(r,f,n===i?0:i-n,[R]),this.range.setRange(f,f),this.draw.render({curIndex:f,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 h=c.tdList[0].rowIndex;for(let R=0;R<n;R++){const f=a[R];for(let g=0;g<f.tdList.length;g++){const T=f.tdList[g];T.rowspan>1&&T.rowIndex+T.rowspan>=h+1&&(T.rowspan+=1)}}}const d=mt(),u={height:c.height,id:d,tdList:[]};for(let h=0;h<c.tdList.length;h++){const R=c.tdList[h],f=mt();u.tdList.push({id:f,rowspan:1,colspan:R.colspan,value:[{value:K,size:16,tableId:i,trId:d,tdId:f}]})}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 R=d.tdList[0].rowIndex;for(let f=0;f<n+1;f++){const g=a[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T];C.rowspan>1&&C.rowIndex+C.rowspan>=R+1&&(C.rowspan+=1)}}}const u=mt(),h={height:d.height,id:u,tdList:[]};for(let R=0;R<d.tdList.length;R++){const f=d.tdList[R],g=mt();h.tdList.push({id:g,rowspan:1,colspan:f.colspan,value:[{value:K,size:16,tableId:i,trId:u,tdId:g}]})}a.splice(n+1,0,h),this.position.setPositionContext({isTable:!0,index:e,trIndex:n+1,tdIndex:0,tdId:h.tdList[0].id,trId:h.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 h=0;h<a.length;h++){const R=a[h],f=mt();R.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:i,trId:R.id,tdId:f}]})}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 h=0;h<a.length;h++){const R=a[h],f=mt();R.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:i,trId:R.id,tdId:f}]})}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 R=a[u].tdList;for(let f=0;f<R.length;f++){const g=R[f];g.rowIndex+g.rowspan>d&&g.rowspan--}}for(let u=0;u<c.tdList.length;u++){const h=c.tdList[u];if(h.rowspan>1){const R=mt(),f=a[n+1];f.tdList.splice(u,0,{id:R,rowspan:h.rowspan-1,colspan:h.colspan,value:[{value:K,size:16,tableId:r.id,trId:f.id,tdId:R}]})}}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(h=>h.tdList.length>1)){this.deleteTable();return}for(let h=0;h<a.length;h++){const R=a[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];g.colIndex<=d&&g.colIndex+g.colspan>d&&(g.colspan>1?g.colspan--:R.tdList.splice(f,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 h=u[l].tdList[n],R=u[r].tdList[i];(h.x>R.x||h.y>R.y)&&([h,R]=[R,h]);const f=h.colIndex,g=R.colIndex+(R.colspan-1),T=h.rowIndex,C=R.rowIndex+(R.rowspan-1),p=[];for(let V=0;V<u.length;V++){const X=u[V],O=[];for(let E=0;E<X.tdList.length;E++){const W=X.tdList[E],D=W.colIndex,U=W.rowIndex;D>=f&&D<=g&&U>=T&&U<=C&&O.push(W)}O.length&&p.push(O)}if(!p.length)return;const I=p[p.length-1],m=p[0][0],L=I[I.length-1],P=m.x,M=m.y,F=L.x+L.width,N=L.y+L.height;for(let V=0;V<p.length;V++){const X=p[V];for(let O=0;O<X.length;O++){const E=X[O],W=E.x,D=E.y,U=W+E.width,Z=D+E.height;if(P>W||M>D||F<U||N<Z)return}}const Y=[],b=p[0][0],S=b.value[0];for(let V=0;V<p.length;V++){const X=p[V];for(let O=0;O<X.length;O++){const E=X[O];if(!(V===0&&O===0)){Y.push(E.id);const D=E.value.length>1?0:1;for(let U=D;U<E.value.length;U++){const Z=E.value[U];un(En,S,Z),b.value.push(Z)}}V===0&&O!==0&&(b.colspan+=E.colspan),V!==0&&b.colIndex===E.colIndex&&(b.rowspan+=E.rowspan)}}for(let V=0;V<u.length;V++){const X=u[V];let O=0;for(;O<X.tdList.length;){const E=X.tdList[O];Y.includes(E.id)&&(X.tdList.splice(O,1),O--),O++}}this.position.setPositionContext({...t,trIndex:b.trIndex,tdIndex:b.tdIndex});const y=b.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 R=1;R<d.colspan;R++){const f=mt();c.tdList.splice(n+R,0,{id:f,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:r.id,trId:c.id,tdId:f}]})}d.colspan=1}if(d.rowspan>1){for(let R=1;R<d.rowspan;R++){const f=a[i+R];for(let g=0;g<u;g++){const T=mt();f.tdList.splice(d.colIndex,0,{id:T,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:r.id,trId:f.id,tdId:T}]})}}d.rowspan=1}const h=d.value.length-1;this.range.setRange(h,h),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 h=0;h<c.length;h++){const R=c[h];let f=0;for(;f<R.tdList.length;){const g=R.tdList[f];if(g.rowIndex!==u.rowIndex)g.colIndex<=u.colIndex&&g.colIndex+g.colspan>u.colIndex&&g.colspan++;else if(g.id===u.id){const T=mt();d.tdList.splice(f+u.colspan,0,{id:T,rowspan:u.rowspan,colspan:1,value:[{value:K,size:16,tableId:a.id,trId:R.id,tdId:T}]}),f++}f++}}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 h=-1,R=0;for(;R<c.length;){if(R===h){R++;continue}const f=c[R];let g=0;for(;g<f.tdList.length;){const T=f.tdList[g];if(T.id===u.id){const C=mt(),p=mt();c.splice(R+u.rowspan,0,{id:C,height:this.options.table.defaultTrMinHeight,tdList:[{id:p,rowspan:1,colspan:u.colspan,value:[{value:K,size:16,tableId:a.id,trId:C,tdId:p}]}]}),h=R+u.rowspan}else T.rowIndex>=u.rowIndex&&T.rowIndex<u.rowIndex+u.rowspan&&T.rowIndex+T.rowspan>=u.rowIndex+u.rowspan&&T.rowspan++;g++}R++}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=`
|
|
534
|
+
`,Wl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Vl],{type:"text/javascript;charset=utf-8"});function ff(o){let t;try{if(t=Wl&&(self.URL||self.webkitURL).createObjectURL(Wl),!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(Vl),{name:o?.name})}}const Yl='(function(){"use strict";var H=(D=>(D.HALF="half",D.ONE_THIRD="one-third",D.QUARTER="quarter",D))(H||{}),K=(D=>(D.ARABIC="arabic",D.CHINESE="chinese",D))(K||{});const y="";H.HALF+"",1/2,H.ONE_THIRD+"",1/3,H.QUARTER+"",1/4;const uD=/[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]/,FD=/[#*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,tD=new RegExp(`${FD.source}|${uD.source}`,"g");function g(D){if(typeof structuredClone=="function")return structuredClone(D);if(!D||typeof D!="object")return D;let r={};return Array.isArray(D)?r=D.map(i=>g(i)):Object.keys(D).forEach(i=>{r[i]=g(D[i])}),r}function eD(D){const r=[];if(Intl.Segmenter){const T=new Intl.Segmenter().segment(D);for(const{segment:d}of T)r.push(d)}else{const i=new Map;for(const d of D.matchAll(tD))i.set(d.index,d[0]);let T=0;for(;T<D.length;){const d=i.get(T);d?(r.push(d),T+=d.length):(r.push(D[T]),T++)}}return r}function _(D,r){const i={};for(const T in D)r.includes(T)&&(i[T]=D[T]);return i}function ED(D,r){return D.length!==r.length?!1:!D.some(i=>!r.includes(i))}var t=(D=>(D.TEXT="text",D.TEXTFIELD="TextField",D.BUTTON="button",D.IMAGE="image",D.TABLE="table",D.HYPERLINK="hyperlink",D.SUPERSCRIPT="superscript",D.SUBSCRIPT="subscript",D.SEPARATOR="separator",D.PAGE_BREAK="pageBreak",D.CONTROL="control",D.AREA="area",D.CHECKBOX="checkbox",D.RADIO="radio",D.LATEX="latex",D.TAB="tab",D.DATE="date",D.BLOCK="block",D.TITLE="title",D.LIST="list",D.SPLIT_TAG="splitTag",D.LABEL="label",D.MENSTRUAL_HISTORY="menstrualHistory",D.FETAL_HEART_POSITION="fetalHeartPosition",D.TOOTH_POSITION="toothPosition",D.SPECIAL_SYMBOLS="specialSymbols",D.MACRO="macro",D.CUSTOM_MACRO="customMacro",D.REUSABLE_ITEM="reusableItem",D.SUB_TEMPLATE="subTemplate",D))(t||{});const N=["rowFlex","vertical","rowMargin"],CD=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","vertical","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"],oD=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],Y=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"];t.TEXT,t.HYPERLINK,t.SUBSCRIPT,t.SUPERSCRIPT,t.CONTROL,t.DATE,t.IMAGE,t.LATEX,t.BLOCK,t.PAGE_BREAK,t.SEPARATOR,t.TABLE,t.TITLE,t.LIST;var G=(D=>(D.UL="ul",D.OL="ol",D))(G||{}),k=(D=>(D.DISC="disc",D.CIRCLE="circle",D.SQUARE="square",D.CHECKBOX="checkbox",D))(k||{}),m=(D=>(D.DISC="disc",D.CIRCLE="circle",D.SQUARE="square",D.DECIMAL="decimal",D.CHECKBOX="checkbox",D))(m||{});k.DISC+"",k.CIRCLE+"",k.SQUARE+"",k.CHECKBOX+"",G.OL+"",G.UL+"",m.DISC+"",m.CIRCLE+"",m.SQUARE+"",m.DECIMAL+"",m.CHECKBOX+"";var p=(D=>(D.FIRST="first",D.SECOND="second",D.THIRD="third",D.FOURTH="fourth",D.FIFTH="fifth",D.SIXTH="sixth",D))(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 h=(D=>(D.TEXT="text",D.SELECT="select",D.CHECKBOX="checkbox",D.RADIO="radio",D.DATE="date",D.NUMBER="number",D.TEXTFIELD="TextField",D.BUTTON="button",D.MENSTRUAL_HISTORY="menstrualHistory",D))(h||{}),F=(D=>(D.PREFIX="prefix",D.POSTFIX="postfix",D.PRE_TEXT="preText",D.PRETEXTFIX="preTextFix",D.PRETEXTFIX_TEXT="preTextFixText",D.POSTTEXTFIX="postTextFix",D.POSTTEXTFIX_TEXT="postTextFixText",D.POST_TEXT="postText",D.PLACEHOLDER="placeholder",D.TEXTFIXLABEL="textFixLabel",D.VALUE="value",D.DELETEPERSON="deletePerson",D.CHECKBOX="checkbox",D.RADIO="radio",D.UNDERLINE="underline",D))(F||{}),q=(D=>(D.LEFT="left",D.CENTER="center",D.RIGHT="right",D.ALIGNMENT="alignment",D.JUSTIFY="justify",D))(q||{}),W=(D=>(D.CONTAIN="contain",D.COVER="cover",D))(W||{}),Z=(D=>(D.REPEAT="repeat",D.NO_REPEAT="no-repeat",D.REPEAT_X="repeat-x",D.REPEAT_Y="repeat-y",D))(Z||{});W.COVER,Z.NO_REPEAT;var z=(D=>(D.TOP="top",D.MIDDLE="middle",D.BOTTOM="bottom",D))(z||{});z.BOTTOM,H.HALF,H.HALF,q.CENTER,K.ARABIC,z.BOTTOM;var J=(D=>(D.TEXT="text",D.IMAGE="image",D))(J||{});J.TEXT,K.ARABIC;var $=(D=>(D.PAGE="page",D.CONTINUITY="continuity",D))($||{});$.CONTINUITY;const nD=[h.SELECT,h.DATE,h.CHECKBOX,h.RADIO];function rD(D,r){return D&&nD.includes(D)?[""]:eD(r)}F.PREFIX,F.POSTFIX,F.PRE_TEXT,F.POST_TEXT,F.PRETEXTFIX,F.PRETEXTFIX_TEXT,F.POSTTEXTFIX,F.POSTTEXTFIX_TEXT,F.PLACEHOLDER,F.TEXTFIXLABEL,F.CHECKBOX,F.RADIO,F.UNDERLINE;function lD(D){return D?.buttonValueLayout===!0}function iD(D,r){const i=Object.keys(D),T=Object.keys(r);if(i.length!==T.length)return!1;for(let d=0;d<i.length;d++){const f=i[d];if(f!=="value"&&!(f==="groupIds"&&Array.isArray(D[f])&&Array.isArray(r[f])&&ED(D[f],r[f]))&&D[f]!==r[f])return!1}return!0}function U(D,r={}){const{extraPickAttrs:i}=r,T=[...CD];i&&T.push(...i);const d={value:D?.value===y?`\n`:D?.value};return D&&T.forEach(f=>{const s=D[f];s!==void 0&&(d[f]=s)}),d}function P(D,r={}){const{extraPickAttrs:i,isClassifyArea:T=!1,isClone:d=!0,editorOptions:f}=r,s=(d?g(D):D).filter(u=>u.type!==t.SPLIT_TAG),M=[];let E=0;const sD=u=>u===F.PREFIX||u===F.PRETEXTFIX||u===F.PRETEXTFIX_TEXT||u===F.PRE_TEXT,cD=u=>{const L=f?.control;switch(u.controlComponent){case F.PRETEXTFIX:return u.control?.preTextFix||L?.preTextFix||"";case F.PRETEXTFIX_TEXT:return u.control?.preTextFixText||L?.preTextFixText||"";case F.PRE_TEXT:return u.control?.preText||"";default:return u.control?.prefix||L?.prefix||""}},BD=(u,L)=>{if(u.value!==y||!u.controlId||!sD(u.controlComponent)||!L||L.controlId!==u.controlId||(L.originControlId||null)!==(u.originControlId||null)||L.controlComponent!==u.controlComponent||L.value===y)return!1;const o=u.control?.type;return rD(o,cD(u))[0]!==`\n`};for(;E<s.length;){let u=s[E];if(BD(u,s[E+1])&&(u=g(u),delete u.type,delete u.control,delete u.controlId,delete u.originControlId,delete u.controlComponent),E===0&&u.value===y&&!u.listId&&(!u.type||u.type===t.TEXT)){E++;continue}if(u.areaId){const o=u.areaId,A=u.area,c=[];for(;E<s.length;){const C=s[E];if(o!==C.areaId){E--;break}delete C.area,delete C.areaId,c.push(C),E++}const l=P(c,r);if(T){const C={type:t.AREA,value:"",areaId:o,area:A};C.valueList=l,u=C}else{M.splice(E,0,...l);continue}}else if(u.titleId&&u.level){const o=u.titleId;if(o){const A=u.level,c={type:t.TITLE,title:u.title,titleId:o,value:"",level:A},l=[];for(;E<s.length;){const C=s[E];if(o!==C.titleId){E--;break}delete C.level,delete C.title,l.push(C),E++}c.valueList=P(l,r),u=c}}else if(u.listId&&u.listType){const o=u.listId;if(o){const A=u.listType,c=u.listStyle,l=u?.label,C={type:t.LIST,value:"",label:l||"",listId:o,listType:A,listStyle:c},B=[];for(;E<s.length;){const n=s[E];if(o!==n.listId){E--;break}delete n.listType,delete n.listStyle,B.push(n),E++}C.valueList=P(B,r),u=C}}else if(u.type===t.TABLE){if(u.pagingId){let o=E+1,A=0;for(;o<s.length;){const c=s[o];if(c.pagingId===u.pagingId){u.height+=c.height;const l=c.trList.filter(C=>!C.pagingRepeat).filter(C=>(C.tdList=C.tdList.filter(B=>{if(B.originalId){for(let n=0;n<u.trList.length;n++){const a=u.trList[n].tdList.find(({id:e})=>e===B.originalId);if(a){B.value[0]?.type===t.SPLIT_TAG&&B.value.splice(0,1),a.value.push(...B.value),a.rowspan=a.originalRowspan??a.rowspan;break}}return!1}return!0}),!C.originalId));u.trList.push(...l),u.trList?.forEach(C=>C.minHeight=C.originalMinHeight??C.minHeight),o++,A++}else break}E+=A}if(u.trList)for(let o=0;o<u.trList.length;o++){const A=u.trList[o];delete A.id;for(let c=0;c<A.tdList.length;c++){const l=A.tdList[c],C={colspan:l.colspan,rowspan:l.rowspan,value:P(l.value,{...r,isClassifyArea:!1})};oD.forEach(B=>{const n=l[B];n!==void 0&&(C[B]=n)}),A.tdList[c]=C}}}else if(u.type===t.HYPERLINK){const o=u.hyperlinkId;if(o){const A={type:t.HYPERLINK,value:"",url:u.url},c=[];for(;E<s.length;){const l=s[E];if(o!==l.hyperlinkId){E--;break}delete l.type,delete l.url,c.push(l),E++}A.valueList=P(c,r),u=A}}else if(u.type===t.DATE){const o=u.dateId;if(o){const A={type:t.DATE,value:"",dateFormat:u.dateFormat},c=[];for(;E<s.length;){const l=s[E];if(o!==l.dateId){E--;break}delete l.type,delete l.dateFormat,c.push(l),E++}A.valueList=P(c,r),u=A}}else if(u.type!==t.BUTTON){if(u.controlId){const o=u.controlId;if(!(u.controlComponent===F.PREFIX||u.controlComponent===F.PRETEXTFIX||u.controlComponent===F.PRETEXTFIX_TEXT)&&u.controlComponent===F.VALUE){if(u.type===t.MENSTRUAL_HISTORY||u.type===t.FETAL_HEART_POSITION||u.type===t.TOOTH_POSITION||u.type===t.MACRO||u.type===t.CUSTOM_MACRO||u.type===t.REUSABLE_ITEM||u.type===t.LIST||u.type===t.SPECIAL_SYMBOLS){let B=!1;for(let n=E-1;n>=0;n--){const I=s[n],a=I.controlComponent===F.PREFIX||I.controlComponent===F.PRETEXTFIX||I.controlComponent===F.PRETEXTFIX_TEXT;if(I.controlId===o&&a){B=!0;break}if(I.controlId!==o)break}if(!B){const n=g(u);delete n.controlId,delete n.control,delete n.controlComponent,delete n.originControlId,M.push(n),E++;continue}}E++;continue}if(u.controlComponent===F.PLACEHOLDER||u.controlComponent===F.POSTFIX||u.controlComponent===F.POSTTEXTFIX||u.controlComponent===F.POSTTEXTFIX_TEXT||u.controlComponent===F.POST_TEXT||u.controlComponent===F.PRE_TEXT||u.controlComponent===F.CHECKBOX||u.controlComponent===F.RADIO){E++;continue}const c=(C,B,n,I)=>{if(I===h.CHECKBOX||I===h.RADIO){let e=-1;for(let X=C;X<s.length&&s[X].controlId===B;X++)e=X;return e}const a=n?[F.POSTTEXTFIX,F.POSTTEXTFIX_TEXT]:[F.POSTFIX];for(let e=C;e<s.length;e++){const X=s[e];if(X.controlId===B&&a.includes(X.controlComponent))return e}return-1},l=(C,B,n)=>{const I=[];let a=C;for(;a<=B;){const e=s[a];if(lD(e)){a++;continue}if(e.controlId&&e.controlId!==n&&e.control){const O=e.control?.type,x=O===h.TEXTFIELD,R=x?F.PRETEXTFIX:F.PREFIX,v=e.controlComponent===R,b=O===h.CHECKBOX||O===h.RADIO;if(v||b&&(e.controlComponent===F.CHECKBOX||e.controlComponent===F.RADIO)){const S=c(a+1,e.controlId,x,O);if(S!==-1){const Q=s.slice(a,S+1).map(aD=>{const DD=g(aD);return delete DD.originControlId,DD}),w=P(Q,r);w.length>0&&I.push(w[0]),a=S+1;continue}}}if(!(e.controlId===n&&(e.controlComponent===F.VALUE||!e.controlComponent)&&(!e.originControlId||e.originControlId===n)||e.originControlId===n&&e.controlComponent===F.VALUE||e.controlId===n&&(e.controlComponent===F.CHECKBOX||e.controlComponent===F.RADIO)&&!e.originControlId)){a++;continue}if(e.type===t.MENSTRUAL_HISTORY||e.type===t.FETAL_HEART_POSITION||e.type===t.TOOTH_POSITION||e.type===t.MACRO||e.type===t.CUSTOM_MACRO||e.type===t.REUSABLE_ITEM||e.type===t.LIST||e.type===t.SPECIAL_SYMBOLS){const O=g(e);delete O.controlId,delete O.control,delete O.controlComponent,delete O.originControlId,I.push(O),a++;continue}if(e.controlComponent===F.CHECKBOX||e.controlComponent===F.RADIO){I.push(g(e)),a++;continue}const j=u.control?.type;if(j===h.CHECKBOX||j===h.RADIO){let O=a-1,x=!1;for(;O>=C-1;){const R=s[O];if(R.controlId===n&&!R.originControlId)if(R.controlComponent===F.CHECKBOX){x=R.checkbox?.value===!0;break}else if(R.controlComponent===F.RADIO){x=R.radio?.value===!0;break}else if(R.controlComponent===F.VALUE){O--;continue}else break;O--}if(x){const R={value:e.value||""},v=[...N,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const b of v){const S=e[b];if(S!==void 0){if(b==="color"&&f){const Q=f.control?.bracketColor,w=f.control?.placeholderColor;if(S===Q||S===w)continue}R[b]=S}}I.push(R)}}else{const O={value:e.value||""},x=[...N,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const R of x){const v=e[R];if(v!==void 0){if(R==="color"&&f){const b=f.control?.bracketColor,S=f.control?.placeholderColor;if(v===b||v===S)continue}O[R]=v}}I.push(O)}a++}return I};if(u.controlComponent===F.PREFIX){const C=u.control?.type===h.TEXTFIELD,B=c(E+1,o,C);if(B!==-1){const n=l(E+1,B-1,o),I=_(u,Y),e=u.control?.type===h.BUTTON&&!u.control?.buttonText?n.length?n:null:n,X={...u.control,...I,value:e},V={..._(u,N),type:t.CONTROL,value:"",control:X,controlId:o};u=U(V,{extraPickAttrs:i}),E=B}}if(u.controlComponent===F.PRETEXTFIX){const C=c(E+1,o,!0);if(C!==-1){const B=l(E+1,C-1,o),n=_(u,Y),I={...u.control,...n,value:B},a={..._(u,N),type:t.CONTROL,value:"",control:I,controlId:o};u=U(a,{extraPickAttrs:i}),E=C}}if(u.controlComponent===F.PRETEXTFIX_TEXT){const C=c(E+1,o,!0);if(C!==-1){const B=l(E+1,C-1,o),n=_(u,Y),I={...u.control,...n,value:B},a={..._(u,N),type:t.CONTROL,value:"",control:I,controlId:o};u=U(a,{extraPickAttrs:i}),E=C}}}}const L=U(u,{extraPickAttrs:i});if(!u.type||u.type===t.TEXT||u.type===t.SUBSCRIPT||u.type===t.SUPERSCRIPT)for(;E<s.length;){const o=s[E+1];if(E++,o&&iD(L,U(o,{extraPickAttrs:i}))){const A=o.value===y?`\n`:o.value;L.value+=A}else break}else E++;M.push(L)}return M}onmessage=D=>{const r=D.data,{options:i,data:T}=r,{extraPickAttrs:d=[]}=i||{},f={header:P(T.header,{extraPickAttrs:d,isClone:!1}),main:P(T.main,{extraPickAttrs:d,isClassifyArea:!0,isClone:!1}),footer:P(T.footer,{extraPickAttrs:d,isClone:!1})};postMessage(f)}})();\n',Ul=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Yl],{type:"text/javascript;charset=utf-8"});function Tf(o){let t;try{if(t=Ul&&(self.URL||self.webkitURL).createObjectURL(Ul),!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(Yl),{name:o?.name})}}class mf{draw;wordCountWorker;catalogWorker;groupWorker;valueWorker;constructor(t){this.draw=t,this.wordCountWorker=new hf,this.catalogWorker=new gf,this.groupWorker=new ff,this.valueWorker=new Tf}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:pn,data:i.data,options:at(this.draw.getOptions())})},this.valueWorker.onerror=i=>{n(i)},this.valueWorker.postMessage({data:this.draw.getOriginValue(t),options:t})})}}class Cf{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,h]},ascent:R}=e;i=u,l=h+d+R}return{x:i,y:l}}_createResizerDom(){const{scale:t}=this.options,e=document.createElement("div");e.classList.add(`${rt}-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(`${rt}-resizer-size-view`);const l=document.createElement("span");i.append(l),e.append(i);const r=document.createElement("div");r.classList.add(`${rt}-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(`${rt}-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(`${rt}-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(`${rt}-image-menu`);const u=document.createElement("div");u.classList.add("image-navigate");const h=document.createElement("i");h.classList.add("image-pre"),h.onclick=()=>{const P=this.imageList.findIndex(F=>F.id===this.curShowElement?.id);P<=0||(this.curShowElement=this.imageList[P-1],i.src=this.curShowElement.value,this._updateImageNavigate())},u.append(h),this.imagePre=h;const R=document.createElement("span");R.classList.add("image-count"),this.imageCount=R,u.append(R);const f=document.createElement("i");f.classList.add("image-next"),f.onclick=()=>{const P=this.imageList.findIndex(F=>F.id===this.curShowElement?.id);P>=this.imageList.length-1||(this.curShowElement=this.imageList[P+1],i.src=this.curShowElement.value,this._updateImageNavigate())},this.imageNext=f,u.append(f),d.append(u);const g=document.createElement("i");g.classList.add("zoom-in"),g.onclick=()=>{a+=.1,this._setPreviewerTransform(a,c,l,r)},d.append(g);const T=document.createElement("i");T.onclick=()=>{a-.1<=.1||(a-=.1,this._setPreviewerTransform(a,c,l,r))},T.classList.add("zoom-out"),d.append(T);const C=document.createElement("i");C.classList.add("rotate"),C.onclick=()=>{c+=1,this._setPreviewerTransform(a,c,l,r)},d.append(C);const p=document.createElement("i");p.classList.add("original-size"),p.onclick=()=>{l=0,r=0,a=1,c=0,this._setPreviewerTransform(a,c,l,r)},d.append(p);const I=document.createElement("i");I.classList.add("image-download"),I.onclick=()=>{const{mime:P}=this.previewerDrawOption;Vs(i.src,`${this.curElement?.id}.${P||"png"}`)},d.append(I),t.append(d),this.previewerContainer=t,document.body.append(t);let m=0,L=0,M=!1;i.onmousedown=P=>{M=!0,m=P.x,L=P.y,t.style.cursor="move"},t.onmousemove=P=>{M&&(l+=P.x-m,r+=P.y-L,m=P.x,L=P.y,this._setPreviewerTransform(a,c,l,r))},t.onmouseup=()=>{M=!1,t.style.cursor="auto"},t.onwheel=P=>{if(P.preventDefault(),P.stopPropagation(),P.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 pf{draw;range;datePicker;options;constructor(t){this.draw=t,this.options=t.getOptions(),this.range=t.getRange(),this.datePicker=new Pl(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}]};se(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 wl{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 If{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(`${rt}-block-item`);const i=document.createElement("div");i.style.display="none",i.classList.add(`${rt}-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(`${rt}-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 wl(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 Vn(this.element),this.block.render(this.blockItem)):t.type===s.BlockType.VIDEO&&(this.block=new wl(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 Ef{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(`${rt}-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 If(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 Ss={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:"双击编辑页脚"}},Lf={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 Pf{currentLocale;langMap=new Map([["zhCN",Ss],["en",Lf]]);constructor(t){this.currentLocale=t}registerLangMap(t,e){const n=this.langMap.get(t);this.langMap.set(t,Ws(n||Ss,e))}getLocale(){return this.currentLocale}setLocale(t){this.currentLocale=t}getLang(){return this.langMap.get(this.currentLocale)||Ss}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 Mf{promiseList;constructor(){this.promiseList=[]}add(t){this.promiseList.push(t)}clearAll(){this.promiseList=[]}allSettled(){return Promise.allSettled(this.promiseList)}}class Of{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",Ra(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(`${rt}-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 Sf{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 Of(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(),Ti(()=>{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(`${rt}-zone-indicator`);const h=this.draw.getHeader(),R=this.draw.getFooter(),f=e?h.getHeight():R.getHeight(),g=e?h.getHeaderTop():c-R.getFooterBottom()-f;for(let T=0;T<l.length;T++){const C=u*T+g,p=r[3]-this.INDICATOR_PADDING,I=r[3]+a+this.INDICATOR_PADDING,m=e?C-this.INDICATOR_PADDING:C+f+this.INDICATOR_PADDING,L=e?C+f+this.INDICATOR_PADDING:C-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 P=document.createElement("span");P.classList.add(`${rt}-zone-indicator-border__top`),P.style.top=`${m}px`,P.style.width=`${a}px`,P.style.marginLeft=`${r[3]}px`,this.indicatorContainer.append(P);const F=document.createElement("span");F.classList.add(`${rt}-zone-indicator-border__left`),F.style.top=`${C}px`,F.style.height=`${f}px`,F.style.left=`${p}px`,this.indicatorContainer.append(F);const N=document.createElement("span");N.classList.add(`${rt}-zone-indicator-border__bottom`),N.style.top=`${L}px`,this.indicatorContainer.append(N);const Y=document.createElement("span");Y.classList.add(`${rt}-zone-indicator-border__right`),Y.style.top=`${C}px`,Y.style.height=`${f}px`,Y.style.left=`${I}px`,this.indicatorContainer.append(Y)}this.container.append(this.indicatorContainer)}_clearZoneIndicator(){this.indicatorContainer?.remove(),this.indicatorContainer=null}}class Df{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*ys[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 Ff{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(h=>h.listType===t&&h.listStyle===e)||!t){this.unsetList();return}const c=mt();r.forEach(h=>{h.listId=c,h.listType=t,h.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===K&&!u.listWrap)break;if(u.listId!==r.listId){this.draw.spliceElementList(l,d,0,[{value:K}]);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===K&&(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!==K||c.listWrap)return;let d=0;const{defaultTabWidth:u,scale:h}=this.options;for(let C=1;C<i.length&&i[C]?.type===s.ElementType.TAB;C++)d+=u*h;const{coordinate:{leftTop:[R,f]}}=n,g=R-l+d,T=f+a;if(c.listStyle===s.ListStyle.CHECKBOX){const{width:C,height:p,gap:I}=this.options.checkbox,m={...c,checkbox:{value:!!c.checkbox?.value},metrics:{...c.metrics,width:(C+I*2)*h,height:p*h}};this.draw.getCheckboxParticle().render({ctx:t,x:g-I*h,y:T,index:0,row:{...e,elementList:[m,...e.elementList]}})}else{let C="";if(c.listType===s.ListType.UL?C=Pi[c.listStyle]||Pi[Ln.DISC]:C=`${r+1}${s.KeyMap.PERIOD}`,!C)return;t.save(),t.font=this.getListFontStyle(i,h),t.fillText(C,g,T),t.restore()}}}class po{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-po.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 Zl{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+=(po.WIDTH+po.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}],qt(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 Xf{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=mt();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],h=this.getElementListByGroupId(u.value,e);if(h.length)return n.push(...h),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],h=this.getContextByGroupId(u.value,e);if(h)return{...h,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:h,y:R,width:f,height:g}=d;i?.includes(u)?(t.globalAlpha=a,t.fillStyle=c):(t.globalAlpha=r,t.fillStyle=l),t.fillRect(h,R,f,g)}),t.restore(),this.clearFillInfo()}}class Nf{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 yf{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 bf{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(),h=this.draw.getPosition().getOriginalMainPositionList(),f=this.draw.getPageRowList()[e];t.save(),t.fillStyle=i,t.font=`${l*n}px ${r}`;for(let g=0;g<f.length;g++){const T=f[g],{coordinate:{leftBottom:C}}=h[T.startIndex],p=c===s.LineNumberType.PAGE?g+1:T.rowIndex+1,I=d.measureText(t,{value:`${p}`}),m=u[3]-(I.width+a)*n,L=C[1]-I.actualBoundingBoxAscent*n;t.fillText(`${p}`,m,L)}t.restore()}}class Vf{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 Wf(o,t){const{value:e,oldValue:n}=t;n.isTable&&!e.isTable&&o.getTableTool().dispose()}class Yf{draw;eventBus;constructor(t){this.draw=t,this.eventBus=t.getEventBus(),this.execute()}execute(){this.eventBus.on("positionContextChange",t=>{Wf(this.draw,t)})}}class Uf{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 g=this.position.getPositionList(),{rowIndex:T}=g[n];a=this.draw.getRowList()[T]?.offsetX||0}const c=this.draw.getContextInnerWidth()-a,d=[],u=c/e;for(let g=0;g<e;g++)d.push({width:u});const h=[];for(let g=0;g<t;g++){const T=[],C={height:l,tdList:T};for(let p=0;p<e;p++)T.push({colspan:1,rowspan:1,value:[]});h.push(C)}const R={type:s.ElementType.TABLE,value:"",colgroup:d,trList:h};qt([R],{editorOptions:this.options}),se(r,[R],n,{editorOptions:this.options});const f=n+1;this.draw.spliceElementList(r,f,n===i?0:i-n,[R]),this.range.setRange(f,f),this.draw.render({curIndex:f,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 h=c.tdList[0].rowIndex;for(let R=0;R<n;R++){const f=a[R];for(let g=0;g<f.tdList.length;g++){const T=f.tdList[g];T.rowspan>1&&T.rowIndex+T.rowspan>=h+1&&(T.rowspan+=1)}}}const d=mt(),u={height:c.height,id:d,tdList:[]};for(let h=0;h<c.tdList.length;h++){const R=c.tdList[h],f=mt();u.tdList.push({id:f,rowspan:1,colspan:R.colspan,value:[{value:K,size:16,tableId:i,trId:d,tdId:f}]})}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 R=d.tdList[0].rowIndex;for(let f=0;f<n+1;f++){const g=a[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T];C.rowspan>1&&C.rowIndex+C.rowspan>=R+1&&(C.rowspan+=1)}}}const u=mt(),h={height:d.height,id:u,tdList:[]};for(let R=0;R<d.tdList.length;R++){const f=d.tdList[R],g=mt();h.tdList.push({id:g,rowspan:1,colspan:f.colspan,value:[{value:K,size:16,tableId:i,trId:u,tdId:g}]})}a.splice(n+1,0,h),this.position.setPositionContext({isTable:!0,index:e,trIndex:n+1,tdIndex:0,tdId:h.tdList[0].id,trId:h.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 h=0;h<a.length;h++){const R=a[h],f=mt();R.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:i,trId:R.id,tdId:f}]})}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 h=0;h<a.length;h++){const R=a[h],f=mt();R.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:i,trId:R.id,tdId:f}]})}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 R=a[u].tdList;for(let f=0;f<R.length;f++){const g=R[f];g.rowIndex+g.rowspan>d&&g.rowspan--}}for(let u=0;u<c.tdList.length;u++){const h=c.tdList[u];if(h.rowspan>1){const R=mt(),f=a[n+1];f.tdList.splice(u,0,{id:R,rowspan:h.rowspan-1,colspan:h.colspan,value:[{value:K,size:16,tableId:r.id,trId:f.id,tdId:R}]})}}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(h=>h.tdList.length>1)){this.deleteTable();return}for(let h=0;h<a.length;h++){const R=a[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];g.colIndex<=d&&g.colIndex+g.colspan>d&&(g.colspan>1?g.colspan--:R.tdList.splice(f,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 h=u[l].tdList[n],R=u[r].tdList[i];(h.x>R.x||h.y>R.y)&&([h,R]=[R,h]);const f=h.colIndex,g=R.colIndex+(R.colspan-1),T=h.rowIndex,C=R.rowIndex+(R.rowspan-1),p=[];for(let V=0;V<u.length;V++){const X=u[V],O=[];for(let E=0;E<X.tdList.length;E++){const W=X.tdList[E],D=W.colIndex,U=W.rowIndex;D>=f&&D<=g&&U>=T&&U<=C&&O.push(W)}O.length&&p.push(O)}if(!p.length)return;const I=p[p.length-1],m=p[0][0],L=I[I.length-1],M=m.x,P=m.y,F=L.x+L.width,N=L.y+L.height;for(let V=0;V<p.length;V++){const X=p[V];for(let O=0;O<X.length;O++){const E=X[O],W=E.x,D=E.y,U=W+E.width,v=D+E.height;if(M>W||P>D||F<U||N<v)return}}const Y=[],b=p[0][0],S=b.value[0];for(let V=0;V<p.length;V++){const X=p[V];for(let O=0;O<X.length;O++){const E=X[O];if(!(V===0&&O===0)){Y.push(E.id);const D=E.value.length>1?0:1;for(let U=D;U<E.value.length;U++){const v=E.value[U];un(En,S,v),b.value.push(v)}}V===0&&O!==0&&(b.colspan+=E.colspan),V!==0&&b.colIndex===E.colIndex&&(b.rowspan+=E.rowspan)}}for(let V=0;V<u.length;V++){const X=u[V];let O=0;for(;O<X.tdList.length;){const E=X.tdList[O];Y.includes(E.id)&&(X.tdList.splice(O,1),O--),O++}}this.position.setPositionContext({...t,trIndex:b.trIndex,tdIndex:b.tdIndex});const y=b.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 R=1;R<d.colspan;R++){const f=mt();c.tdList.splice(n+R,0,{id:f,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:r.id,trId:c.id,tdId:f}]})}d.colspan=1}if(d.rowspan>1){for(let R=1;R<d.rowspan;R++){const f=a[i+R];for(let g=0;g<u;g++){const T=mt();f.tdList.splice(d.colIndex,0,{id:T,rowspan:1,colspan:1,value:[{value:K,size:16,tableId:r.id,trId:f.id,tdId:T}]})}}d.rowspan=1}const h=d.value.length-1;this.range.setRange(h,h),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 h=0;h<c.length;h++){const R=c[h];let f=0;for(;f<R.tdList.length;){const g=R.tdList[f];if(g.rowIndex!==u.rowIndex)g.colIndex<=u.colIndex&&g.colIndex+g.colspan>u.colIndex&&g.colspan++;else if(g.id===u.id){const T=mt();d.tdList.splice(f+u.colspan,0,{id:T,rowspan:u.rowspan,colspan:1,value:[{value:K,size:16,tableId:a.id,trId:R.id,tdId:T}]}),f++}f++}}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 h=-1,R=0;for(;R<c.length;){if(R===h){R++;continue}const f=c[R];let g=0;for(;g<f.tdList.length;){const T=f.tdList[g];if(T.id===u.id){const C=mt(),p=mt();c.splice(R+u.rowspan,0,{id:C,height:this.options.table.defaultTrMinHeight,tdList:[{id:p,rowspan:1,colspan:u.colspan,value:[{value:K,size:16,tableId:a.id,trId:C,tdId:p}]}]}),h=R+u.rowspan}else T.rowIndex>=u.rowIndex&&T.rowIndex<u.rowIndex+u.rowspan&&T.rowIndex+T.rowspan>=u.rowIndex+u.rowspan&&T.rowspan++;g++}R++}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=`
|
|
535
535
|
<div class="table-properties-modal__mask"></div>
|
|
536
536
|
<div class="table-properties-modal__container">
|
|
537
537
|
<div class="table-properties-modal__header">
|
|
@@ -561,7 +561,7 @@ ${h} `}textToElements(t){const e=[],n=t.split(`
|
|
|
561
561
|
<button class="btn-confirm">确定</button>
|
|
562
562
|
</div>
|
|
563
563
|
</div>
|
|
564
|
-
`,document.body.appendChild(a);const c=a.querySelector(".table-properties-modal__mask"),d=a.querySelector(".table-properties-modal__close"),u=a.querySelector(".btn-cancel"),h=a.querySelector(".btn-confirm"),R=()=>{a.remove()};c.addEventListener("click",R),d.addEventListener("click",R),u.addEventListener("click",R),h.addEventListener("click",()=>{const f=parseInt(a.querySelector("#tdPaddingTop").value)||0,g=parseInt(a.querySelector("#tdPaddingRight").value)||0,T=parseInt(a.querySelector("#tdPaddingBottom").value)||0,C=parseInt(a.querySelector("#tdPaddingLeft").value)||0;i.tdPadding=[f,g,T,C],R();const{endIndex:p}=this.range.getRange();this.draw.render({curIndex:p,isCompute:!0})})}}s.AreaMode=void 0,(function(o){o.EDIT="edit",o.READONLY="readonly",o.FORM="form"})(s.AreaMode||(s.AreaMode={}));class wf{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||mt();return this.draw.insertElementList([{type:s.ElementType.AREA,value:"",areaId:a,valueList:n,area:at(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(g=>g.pageNo===e);if(!c.length)continue;t.translate(.5,.5);const d=c[0],u=c[c.length-1],h=n[3],R=Math.ceil(d.coordinate.leftTop[1]),f=Math.ceil(u.coordinate.rightBottom[1]-R);t.textBaseline="middle",r.backgroundColor&&(t.fillStyle=r.backgroundColor,t.fillRect(h,R,i,f)),r.borderColor&&(t.strokeStyle=r.borderColor,t.strokeRect(h,R,i,f)),r.placeholder&&a.length<=1&&new Zl(this.draw).render(t,{placeholder:{...xs,...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(ws(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;qt([{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 Zf{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(),h=(l||i.left)*n,R=(r||i.top)*n+u;this._drawImage(t,h,R,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:h,width:R,height:f,value:g}=d,T=(u||l.left)*i,C=(h||l.top)*i+c.coordinate.leftTop[1];this._drawImage(t,T,C,R*i,f*i,g)}}}}}class vf{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 vl=1024,Qf=['[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 Ql(o,t,e){for(let n=0;n<e.length;n+=vl){const i=e.slice(n,n+vl);o.splice(t+n,0,...i)}}class Kf{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 Pf(e.locale),this.historyManager=new Md(this),this.position=new Od(this),this.zone=new Sf(this),this.range=new Sd(this),this.margin=new Xd(this),this.background=new Dd(this),this.badge=new Zf(this),this.search=new Nd(this),this.group=new Xf(this),this.area=new wf(this),this.underline=new bd(this),this.strikeout=new yd(this),this.highlight=new Fd(this),this.previewer=new Cf(this),this.imageParticle=new Ks(this),this.laTexParticle=new _s(this),this.textParticle=new Vd(this),this.tableParticle=new Ud(this),this.tableTool=new wd(this),this.tableOperate=new Uf(this),this.pageNumber=new _n(this),this.lineNumber=new bf(this),this.waterMark=new kd(this),this.placeholder=new Zl(this),this.header=new Kd(this,n.header),this.footer=new Df(this,n.footer),this.hyperlinkParticle=new Zd(this),this.labelParticle=new vd(this),this.macroParticle=new Qd(this),this.dateParticle=new pf(this),this.separatorParticle=new _d(this),this.pageBreakParticle=new Bd(this),this.superscriptParticle=new Hd,this.subscriptParticle=new Ad,this.checkboxParticle=new af(this),this.radioParticle=new cf(this),this.menstrualHistoryParticle=new df(this),this.fetalHeartPositionParticle=new uf(this),this.toothPositionParticle=new Rf(this),this.blockParticle=new Ef(this),this.listParticle=new Ff(this),this.lineBreakParticle=new po(this),this.whiteSpaceParticle=new Nf(this),this.control=new nf(this),this.pageBorder=new Vf(this),this.graffiti=new vf(this,n.graffiti),this.scrollObserver=new Wd(this),this.selectionObserver=new Yd(this),this.imageObserver=new Mf,new yf(this),this.canvasEvent=new Ld(this),this.cursor=new wc(this,this.canvasEvent),this.canvasEvent.register(),this.globalEvent=new Pd(this,this.canvasEvent),this.globalEvent.register(),this.workerManager=new mf(this),new Yf(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=at({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=at(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(at(this.printModeData)),this.printModeData=null)}setReadonlyData(){this.readonlyModeData||(this.readonlyModeData=at({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=at(this.readonlyModeData);["header","main","footer"].forEach(n=>{const i=Yt(t[n],{editorOptions:this.options});t[n]=wn(i),qt(t[n],{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData(t)}clearReadonlyData(){if(this.readonlyModeData){const t=at(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}getIsButtonRowStartPrefix(t,e,n){const i=t[e];if(this.isPrintLikeMode()||i.control?.type!==s.ControlType.BUTTON||i.control.buttonText||i.control.minWidth||i.controlComponent!==s.ControlComponent.PREFIX||!i.value)return!1;const l=t[e+1];return!l||l.controlId!==i.controlId||(l.originControlId||null)!==(i.originControlId||null)||l.controlComponent!==s.ControlComponent.VALUE||l.buttonValueLayout?!1:n.elementList.every(r=>r.value===K||de(r))}getElementLayoutWidth(t){return t.control?.type===s.ControlType.BUTTON&&!t.control.buttonText&&t.controlComponent===s.ControlComponent.PREFIX&&t.left&&t.left<0?Math.max(0,t.metrics.width+t.left):t.metrics.width}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=at({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.controlComponent==="prefix"||a.controlComponent==="postfix"?(a.color="#1677FF",a.highlight="transparent"):a.controlComponent==="value"&&(a.color=this.options.defaultColor,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=this.options.defaultColor,a.highlight="transparent")}),this.setPrintData()):(this.clearPrintData(),this.elementList.filter(a=>a?.control?.type==="button").map(a=>{(a?.controlComponent==="prefix"||a?.controlComponent==="postfix")&&(a.color="#1677FF",a.highlight="transparent"),a?.controlComponent==="value"&&!a.control.buttonText&&(a.color=this.options.defaultColor,a.highlight="transparent"),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 h of u.trList)for(const R of h.tdList)i(R.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 h of u.tdList)this.hideTextFieldWhitespace(h.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=at(n.subTemplateContent||[]);qt(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?lf(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 h=!1,R=!1,f=!1;const g=[],T=[],C=[];let p=-1,I=a;for(;I<r.length;){const m=r[I];if(m.controlId!==d){const L=m.controlId;let P=u===s.ControlType.TEXT,M=I;if(P)for(;M<r.length&&r[M].controlId===L;)M++;else for(;M<r.length;){const F=r[M];if(F.controlId!==L)break;F.controlComponent===s.ControlComponent.VALUE&&(F.value&&F.value.trim()||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)&&(P=!0),M++}P&&(R=!0),I=M;continue}if((m.controlComponent===s.ControlComponent.PREFIX||m.controlComponent===s.ControlComponent.PRETEXTFIX||m.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&T.push(I),m.controlComponent===s.ControlComponent.VALUE&&m.value&&m.value.trim()&&(h=!0),m.controlComponent===s.ControlComponent.VALUE&&(m.type===s.ElementType.MENSTRUAL_HISTORY||m.type===s.ElementType.FETAL_HEART_POSITION||m.type===s.ElementType.TOOTH_POSITION||m.type===s.ElementType.MACRO||m.type===s.ElementType.CUSTOM_MACRO)&&(h=!0),m.controlComponent===s.ControlComponent.VALUE&&m.control&&m.control.type!==u&&(R=!0),m.controlComponent===s.ControlComponent.PLACEHOLDER&&(f=!0,g.push(I)),m.controlComponent===s.ControlComponent.POSTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){C.push(I),p=I;break}I++}if(h||R){if(f&&g.length>0)for(const m of g)r[m].hide=!0}else if(f&&g.length>0)for(const m of g)r[m].hide=!e;else e&&c.control?.placeholder&&(p>0?this.control.addPlaceholder(p-1):this.control.addPlaceholder(a));if(n)if(e&&(h||R)){for(const m of T)r[m].hide=!0;for(const m of C)r[m].hide=!0}else if(e){for(const m of T)r[m].hide=!1;for(const m of C)r[m].hide=!1}else{for(const m of T)r[m].hide=!0;for(const m of C)r[m].hide=!0}else{for(const m of T)r[m].hide=!1;for(const m of C)r[m].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:!!bs(e,n=>!!n&&n.nodeType===1&&!!n.getAttribute(Ze)):!1}isTargetInsideExternalOverlay(t){const e=this.getEventTarget(t);return!e||this.isTargetInsideEditor(e)?!1:!!e.closest(Qf)}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;qt(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 h=l[u-1];t[0].listId&&h&&!h.listId&&h?.value===K&&(!h.type||h.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;qt(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,h=c[n],R=c[u],f=M=>!!(M&&(M.controlComponent===s.ControlComponent.POSTFIX||M.controlComponent===s.ControlComponent.POST_TEXT||M.controlComponent===s.ControlComponent.POSTTEXTFIX||M.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),g=M=>!!(M&&(M.controlComponent===s.ControlComponent.PREFIX||M.controlComponent===s.ControlComponent.PRE_TEXT||M.controlComponent===s.ControlComponent.PRETEXTFIX||M.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),T=M=>{if(M)return c.find(F=>F.controlId===M&&!F.originControlId&&!!F.control?.type)},C=h?.originControlId&&R?.originControlId===h.originControlId&&h.controlId&&R.controlId&&h.controlId!==R.controlId&&f(h)&&g(R)?T(h.originControlId):void 0,p=C?.control?.type===s.ControlType.TEXTFIELD,I=!!(h?.originControlId&&f(h)&&R?.controlId===h.originControlId&&!R.originControlId&&R.control?.type===s.ControlType.TEXTFIELD&&f(R)),m=!!(h?.originControlId&&f(h)&&R?.controlId===h.originControlId&&!R.originControlId&&R.control?.type===s.ControlType.TEXTFIELD&&R.controlComponent===s.ControlComponent.VALUE);if(h?.controlComponent===s.ControlComponent.PRE_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT||h?.controlComponent===s.ControlComponent.PREFIX||h?.controlComponent===s.ControlComponent.POSTFIX)for(let M=0;M<t.length;M++)t[M].control||(t[M].color=this.options.defaultColor);d&&!I&&!m&&(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 P=I||m||p?h.originControlId:c[n]?.controlId||c[n-1]?.controlId||c[n+1]?.controlId;for(let M=0;M<t.length;M++){if((I||m||p)&&!t[M].control&&(t[M].controlId=P,t[M].control=p?C?.control:R.control,t[M].controlComponent=s.ControlComponent.VALUE,delete t[M].originControlId),t[M]?.control?.type=="button"&&!t[M]?.control?.buttonText&&(t[M]?.controlComponent==="prefix"||t[M]?.controlComponent==="postfix"?(t[M].color="#1677FF",t[M].highlight="transparent"):(t[M].color=this.options.defaultColor,t[M].highlight="transparent")),t[M]?.type===s.ElementType.MENSTRUAL_HISTORY||t[M]?.type===s.ElementType.FETAL_HEART_POSITION||t[M]?.type===s.ElementType.TOOTH_POSITION||t[M]?.type===s.ElementType.MACRO||t[M]?.type===s.ElementType.CUSTOM_MACRO||t[M]?.type===s.ElementType.REUSABLE_ITEM||t[M]?.type===s.ElementType.SUB_TEMPLATE||t[M]?.type===s.ElementType.SPECIAL_SYMBOLS){t[M].controlComponent=s.ControlComponent.VALUE;let F=c[n]?.controlId;F||(F=c[n-1]?.controlId),F||(F=c[n+1]?.controlId),!t[M].controlId&&F&&(t[M].controlId=F)}P&&t[M]?.control&&t[M].controlId&&t[M].controlId!==P&&(t[M].originControlId=P)}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 h=0;h<t.length;h++)if(t[h]?.type===s.ElementType.MENSTRUAL_HISTORY||t[h]?.type===s.ElementType.FETAL_HEART_POSITION||t[h]?.type===s.ElementType.TOOTH_POSITION||t[h]?.type===s.ElementType.MACRO||t[h]?.type===s.ElementType.CUSTOM_MACRO||t[h]?.type===s.ElementType.REUSABLE_ITEM||t[h]?.type===s.ElementType.SUB_TEMPLATE||t[h]?.type===s.ElementType.SPECIAL_SYMBOLS){t[h].controlComponent=s.ControlComponent.VALUE;const R=c[n]?.controlId||c[u]?.controlId;!t[h].controlId&&R&&(t[h].controlId=R)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{d||this.spliceElementList(c,u,i-n);for(let R=0;R<t.length;R++)t[R]?.control?.type=="button"&&!t[R]?.control?.buttonText&&(t[R]?.controlComponent==="prefix"||t[R]?.controlComponent==="postfix"?(t[R].color="#1677FF",t[R].highlight="transparent"):(t[R].color=this.options.defaultColor,t[R].highlight="transparent"));this.spliceElementList(c,u,0,t),r=n+t.length;const h=c[u-1];t[0].listId&&h&&!h.listId&&h?.value===K&&(!h.type||h.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;qt(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,h=t[d]?.listId;if(h&&t[e-1]?.listId!==h){let R=d;for(;R<t.length;){const f=t[R];if(f.listId!==h||f.value===K)break;delete f.listId,delete f.listType,delete f.listStyle,R++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const R=this.getTd()?.deletable;let f=d-1;for(;f>=e;){const g=t[f];(de(g)||R!==!1&&g?.control?.deletable!==!1&&(!g.controlId||this.mode!==s.EditorMode.FORM||!c[this.mode].controlDeletableDisabled)&&g?.title?.deletable!==!1&&(a.deletable!==!1||!g.groupIds?.length)&&(g?.area?.deletable!==!1||g?.areaIndex!==0))&&t.splice(f,1),f--}}else t.splice(e,n)}if(i?.length){let d=t[e];for(let u=0;u<i.length;u++){const h=i[u].value===K&&(d?.controlComponent===s.ControlComponent.PREFIX||d?.controlComponent===s.ControlComponent.PRE_TEXT||d?.controlComponent===s.ControlComponent.PRETEXTFIX||d?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT);!i[u].controlComponent&&d?.controlComponent&&!h&&(i[u].controlId=d.controlId,i[u].control=d.control,i[u].controlComponent=d.controlComponent),d=i[u]}Ql(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,R=t[u]?.listId;if(R&&t[e-1]?.listId!==R){let f=u;for(;f<t.length;){const g=t[f];if(g.listId!==R||g.value===K)break;delete g.listId,delete g.listType,delete g.listStyle,f++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const f=this.getTd()?.deletable;let g=u-1;for(;g>=e;){const T=t[g];(de(T)||f!==!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)}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);Ql(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:pn,data:i,options:at(this.options)}}setValue(t,e){const{header:n,main:i,footer:l}=at(t);if(!n&&!i&&!l)return;const{isSetCursor:r=!1}=e||{};[n,i,l].forEach(d=>{d&&qt(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(Ze,s.EditorComponent.MAIN)}_createPageContainer(){const t=document.createElement("div");return t.classList.add(`${rt}-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:h,scale:R,imgCaption:f,table:{tdPadding:g,defaultTrMinHeight:T},defaultTabWidth:C}=this.options,p=this.getDefaultBasicRowMarginHeight(),m=document.createElement("canvas").getContext("2d"),L=this.listParticle.computeListStyle(m,n),P=[],M=this._collectTextControlValueSet(n),F=this._collectTextControlHasContentSet(n);n.length&&P.push({width:0,height:0,ascent:0,elementList:[],startIndex:0,rowIndex:0,rowFlex:n?.[0]?.rowFlex||n?.[1]?.rowFlex});let N=r,Y=a,b=0,S,y=0,V=0;for(let X=0;X<n.length;X++){const O=P[P.length-1],E=n[X];this.clearElementEffect(E);const W=this.getElementRowMargin(E),D={width:0,height:0,boundingBoxAscent:0,boundingBoxDescent:0},U=O.offsetX||E.listId&&L.get(E.listId)||0,Z=e-U,Q=O.elementList.length===1;if(N+=Q?U:0,Y+=Q&&O.offsetY||0,(E.control?.type===s.ControlType.TEXTFIELD||E.control?.type===s.ControlType.TEXT)&&!this.isDesignMode()&&(E.controlComponent===s.ControlComponent.PRETEXTFIX||E.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||E.controlComponent===s.ControlComponent.TEXTFIXLABEL||E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.PREFIX||E.controlComponent===s.ControlComponent.POSTFIX)){const tt=E.control?.type===s.ControlType.TEXTFIELD,J=E.controlId,_=!!J&&!!M?.has(J);if(tt){const G=!!J&&!!F?.has(J);this.mode===s.EditorMode.EDIT?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=G:E.hide=!1:E.hide=!0}else{const G=!!J&&!!F?.has(J);this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=G:E.hide=!1:E.hide=!0}}if(de(E)&&!this.isDesignMode()){const tt=O.elementList[O.elementList.length-1];D.height=tt?.metrics.height||this.options.defaultSize*R,D.boundingBoxAscent=tt?.metrics.boundingBoxAscent||0,D.boundingBoxDescent=tt?.metrics.boundingBoxDescent||0}else if(E.type===s.ElementType.IMAGE||E.type===s.ElementType.LATEX)if(E.imgDisplay===s.ImageDisplay.SURROUND||E.imgDisplay===s.ImageDisplay.FLOAT_TOP||E.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)D.width=0,D.height=0,D.boundingBoxDescent=0;else{const tt=E.width*R,J=E.height*R;if(tt>Z){const _=J*Z/tt;E.width=Z/R,E.height=_/R,D.width=Z,D.height=_,D.boundingBoxDescent=_}else D.width=tt,D.height=J,D.boundingBoxDescent=J;if(E.imgCaption?.value){const _=E.imgCaption.size||f.size,G=E.imgCaption.top??f.top,it=(_+G)*R;D.boundingBoxAscent+=it}}else if(E.type===s.ElementType.TABLE){const tt=E.tdPadding||g;if(E.pagingId){let z=X+1,ut=0;for(;z<n.length;){const Rt=n[z];if(Rt.pagingId===E.pagingId){const St=Rt.trList.filter(Nt=>!Nt.pagingRepeat).filter(Nt=>(Nt.tdList=Nt.tdList.filter(At=>{if(At.originalId){for(let Ft=0;Ft<E.trList.length;Ft++){const Bt=E.trList[Ft],_t=Bt.tdList.find(({id:re})=>re===At.originalId);if(_t){At.value[0]?.type===s.ElementType.SPLIT_TAG&&At.value.splice(0,1),_t.value.push(...At.value.map(re=>this.updateElementTableInfo(re,E,Bt,_t))),_t.rowspan=_t.originalRowspan??_t.rowspan;break}}return!1}return!0}),!Nt.originalId));E.trList.push(...St),E.height+=Rt.height,z++,ut++}else break}ut&&n.splice(X+1,ut)}E.pagingIndex=E.pagingIndex??0,this.tableParticle.computeTrHeight(E,z=>this.computeRowList({innerWidth:(z.width-(tt[1]+tt[3]))*R,elementList:z.value,isFromTable:!0,isPagingMode:i})),E.trList?.forEach(z=>{z.tdList.forEach(ut=>{this.tdMap.set(ut.id,ut)})});const J=this.tableParticle.getTableHeight(E),_=this.tableParticle.getTableWidth(E);E.width=_,E.height=J;const G=_*R,it=J*R;if(D.width=G,D.height=it,D.boundingBoxDescent=it,D.boundingBoxAscent=-W,n[X+1]?.type===s.ElementType.TABLE&&(D.boundingBoxAscent-=W),i){const z=this.getHeight(),ut=this.getMainOuterHeight();let Rt=ut;for(let Ft=0;Ft<P.length;Ft++){const Bt=P[Ft],_t=Bt.offsetY||0;Bt.height+Rt+_t>z||P[Ft-1]?.isPageBreak?Rt=ut+Bt.height+_t:Rt+=Bt.height+_t}const St=W*2,Nt=E.trList[0].height*R;(Rt+Nt+St>z||E.pagingIndex!==0&&E.trList[0].pagingRepeat||n[X-1]?.type===s.ElementType.PAGE_BREAK)&&(Rt=ut);let At=z-(Rt+St);if(it>At){const Ft=E.trList;let Bt=0,_t=0,re=0;for(let ft=0;ft<Ft.length;ft++){const Lt=Ft[ft],Vt=Lt.height*R;if(Rt+St+re+Vt>z){const Pt=Lt;let Et=0;const Mt={...at(Pt),id:mt(),originalId:Pt.originalId??Pt.id,minHeight:void 0,tdList:E.colgroup.map((Tt,It)=>{if(Et--,Et>0)return;const gt=Pt.tdList.find($t=>$t.colIndex===It),et=gt??this.tableParticle.findPreRowSpanTd(Ft,ft,It);gt&&(Et=gt.colspan);const j=mt();return et.originalRowspan=et.rowspan,gt?{...gt,id:j,originalId:gt.originalId??gt.id,linkTdPrevId:gt.id,tdIndex:It,original:et}:{id:j,originalId:et.originalId??et.id,linkTdPrevId:et.id,tdIndex:It,colIndex:It,colspan:1,rowspan:1,value:[],rowList:[],original:et}}).filter(Tt=>!!Tt)},Qt=Mt.tdList,ce=Qt.map(Tt=>Tt.original);ce.forEach((Tt,It)=>{const gt=[];let et=At;if(Tt.rowspan>1){const $t=Ft.slice(Tt.trIndex,Tt.trIndex+ft-Tt.trIndex);et+=$t.reduce((fe,me)=>me.height*R+fe,0)}for(;Tt.mainHeight*R>et&&Tt.rowList?.length;){const $t=Tt.rowList.pop();Tt.value.splice(Tt.value.length-$t.elementList.length),gt.unshift($t),Tt.mainHeight-=$t.height}const j=Qt[It];j.rowList=gt,j.value=gt.map($t=>$t.elementList).flat()});let Ct=!0;const ot=Pt.tdList.some(Tt=>Tt.rowList?.length),Zt=Mt.tdList.some(Tt=>Tt.rowList?.length),yt=Pt.minHeight>At;if(Zt||yt){(ot||!Zt&&yt)&&(yt&&(Pt.originalMinHeight=Pt.minHeight,Pt.minHeight=At,Mt.minHeight=Math.max(Pt.originalMinHeight-At,T)),Mt.tdList.forEach(Tt=>{Tt.original.linkTdNextId=Tt.id,Tt.value.length&&Tt.value[0].value!==K&&Tt.value.unshift({...Tt.original.value.slice(-1).pop(),value:K,type:s.ElementType.SPLIT_TAG})}),Ft.splice(Bt+1,0,Mt),Bt+=1,_t=Ft.length-Bt,Ct=!1),ce.forEach(Tt=>{if(Tt.rowspan>1){const It=Tt.rowspan-(ft-Tt.trIndex);Tt.rowspan=ft-Tt.trIndex+(ot?1:0);const gt=Mt.tdList.find(et=>et.colIndex===Tt.colIndex);ot?gt.rowspan=It:(gt.original.linkTdNextId=gt.id,Pt.tdList.push({...Tt,...gt,rowspan:It}),Pt.tdList.sort((et,j)=>et.colIndex-j.colIndex),gt.value=[])}}),Ct&&ce.forEach((Tt,It)=>{Tt.value.push(...Qt[It].value)});break}}Bt=ft+1,_t=Ft.length-Bt,re+=Vt,At-=Vt}if(_t){const ft=Ft.splice(Bt,_t),Lt=E.pagingId||mt();E.pagingId=Lt;const Vt=at(E);Vt.originalId=E.originalId??E.id,Vt.pagingId=Lt,Vt.pagingIndex=E.pagingIndex+1;const Pt=Ft.filter(Qt=>Qt.pagingRepeat);if(Pt.length){const Qt=at(Pt);Qt.forEach(ce=>ce.id=mt()),ft.unshift(...Qt)}Vt.trList=ft,Vt.id=mt(),Vt.trList?.forEach(Qt=>{Qt.tdList.forEach(ce=>{if(delete ce.valueStartIndex,ce.linkTdPrevId){const Ct=this.getTdById(ce.linkTdPrevId);ce.valueStartIndex=Ct?(Ct.valueStartIndex??0)+Ct.value.length:0,this.splitTdValueMap.has(ce.originalId)?this.splitTdValueMap.get(ce.originalId).push(...ce.value):Ct&&this.splitTdValueMap.set(ce.originalId,[...Ct.value,...ce.value])}ce.value.forEach(Ct=>this.updateElementTableInfo(Ct,Vt,Qt,ce))})}),this.spliceElementList(n,X+1,0,[Vt]),this.tableParticle.computeTrHeight(E);const Et=this.tableParticle.getTableHeight(E),Mt=Et*R;E.height=Et,D.height=Mt,D.boundingBoxDescent=Mt}}if(E.pagingId){const Ft=this.position.getPositionContext();if(Ft.isTable){let Bt=-1,_t=-1,re=X;for(;re<n.length;){const ft=n[re];if(ft.pagingId!==E.pagingId)break;const Lt=ft.trList.findIndex(Vt=>Vt.id===Ft.trId);if(~Lt){Bt=re,_t=Lt;break}re++}~Bt&&(Ft.index=Bt,Ft.trIndex=_t,this.position.setPositionContext(Ft))}}}this.initTableElementIndex(E,X)}else if(E.type===s.ElementType.SEPARATOR){const{separator:{lineWidth:tt}}=this.options,J=E.lineWidth||tt;E.width=Z/R,D.width=Z,D.height=J*R,D.boundingBoxAscent=-W,D.boundingBoxDescent=-W+D.height}else if(E.type===s.ElementType.PAGE_BREAK)E.width=Z/R,D.width=Z,D.height=h;else if(E.type===s.ElementType.RADIO||E.controlComponent===s.ControlComponent.RADIO){const{width:tt,height:J,gap:_}=this.options.radio,G=tt+_*(E.controlComponent?1:2);E.width=G,D.width=G*R,D.height=J*R}else if(E.type===s.ElementType.CHECKBOX||E.controlComponent===s.ControlComponent.CHECKBOX){const{width:tt,height:J,gap:_}=this.options.checkbox,G=tt+_*(E.controlComponent?1:2);E.width=G,D.width=G*R,D.height=J*R}else if(E.type===s.ElementType.MENSTRUAL_HISTORY){const tt=this.menstrualHistoryParticle.computeSize(E);E.width=tt.width/R,D.width=tt.width,D.height=tt.height,D.boundingBoxAscent=tt.height,D.boundingBoxDescent=0}else if(E.type===s.ElementType.FETAL_HEART_POSITION){const tt=this.fetalHeartPositionParticle.computeSize();E.width=tt.width/R,D.width=tt.width,D.height=tt.height,D.boundingBoxAscent=tt.height/2,D.boundingBoxDescent=tt.height/2}else if(E.type===s.ElementType.TOOTH_POSITION){const tt=this.toothPositionParticle.computeSize(E);E.width=tt.width/R,D.width=tt.width,D.height=tt.height,D.boundingBoxAscent=tt.height/2,D.boundingBoxDescent=tt.height/2}else if(E.type===s.ElementType.TAB)D.width=C*R,D.height=h*R,D.boundingBoxDescent=0,D.boundingBoxAscent=this.textParticle.getBasisWordBoundingBoxAscent(m,m.font);else if(E.type===s.ElementType.BLOCK){if(!E.width)D.width=Z;else{const tt=E.width*R;D.width=Math.min(tt,Z)}D.height=E.height*R,D.boundingBoxDescent=D.height,D.boundingBoxAscent=0}else if(E.type===s.ElementType.LABEL){const{defaultSize:tt,label:{defaultPadding:J}}=this.options;m.font=this.getElementFont(E);const _=this.textParticle.measureText(m,E);D.width=(_.width+J[1]+J[3])*R,D.height=(E.size||tt)*R,D.boundingBoxDescent=0,D.boundingBoxAscent=(J[0]+_.actualBoundingBoxAscent)*R}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){const{defaultSize:tt}=this.options;m.font=this.getElementFont(E);const J=this.getMode(),_=J===s.EditorMode.EDIT,G=J===s.EditorMode.FORM;if(J===s.EditorMode.READONLY&&E.type!==s.ElementType.SUB_TEMPLATE){const it=Xo(E),z=m.measureText(it);D.width=z.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=z.actualBoundingBoxDescent,D.boundingBoxAscent=z.actualBoundingBoxAscent}else if(_){const it=E.label||E.value||"";m.font=this.getElementFont(E);const z=m.measureText(it),ut=8*R,Rt=4*R;D.width=z.width+ut*2;const St=z.actualBoundingBoxAscent+z.actualBoundingBoxDescent;D.height=St+Rt*2;const Nt=this.textParticle.measureBasisWord(m,this.getElementFont(E));D.boundingBoxAscent=Nt.actualBoundingBoxAscent*R,D.boundingBoxDescent=Nt.actualBoundingBoxDescent*R}else if(E.type===s.ElementType.CUSTOM_MACRO){const it=E.macroConfig,z=it?.value||"";if(G){const ut=it?.type||"text",Rt=this.textParticle.measureText(m,E),St=E.label||"";if(ut==="select"){const Nt=z||`请选择${St}`,At=m.measureText(Nt),Ft=m.measureText("[").width,Bt=6*R+2*R;D.width=Ft+At.width+Bt+Ft}else{const Nt=z||`请输入${St}`,At=m.measureText(Nt),Ft=m.measureText("[").width;D.width=Ft+At.width+Ft}D.height=(E.size||tt)*R,D.boundingBoxDescent=Rt.actualBoundingBoxDescent*R,D.boundingBoxAscent=Rt.actualBoundingBoxAscent*R}else{const ut=E.label||"",Rt=z||`请输入${ut}`,St=m.measureText(Rt);D.width=St.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=St.actualBoundingBoxDescent,D.boundingBoxAscent=St.actualBoundingBoxAscent}}else if(E.type===s.ElementType.REUSABLE_ITEM){const z=E.reusableItemConfig?.value||"",ut=E.label||"";if(G){const Rt=this.textParticle.measureText(m,E),St=z||`请输入${ut}`,Nt=m.measureText(St),At=m.measureText("[").width;D.width=At+Nt.width+At,D.height=(E.size||tt)*R,D.boundingBoxDescent=Rt.actualBoundingBoxDescent*R,D.boundingBoxAscent=Rt.actualBoundingBoxAscent*R}else{const Rt=z||`获取 ${ut}`,St=m.measureText(Rt);D.width=St.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=St.actualBoundingBoxDescent,D.boundingBoxAscent=St.actualBoundingBoxAscent}}else if(E.type===s.ElementType.SUB_TEMPLATE){const it=E.label||"子模板";if(G){const z=m.measureText(it),ut=8*R,Rt=4*R,St=z.actualBoundingBoxAscent+z.actualBoundingBoxDescent;D.width=z.width+ut*2,D.height=St+Rt*2;const Nt=this.textParticle.measureBasisWord(m,this.getElementFont(E));D.boundingBoxAscent=Nt.actualBoundingBoxAscent*R,D.boundingBoxDescent=Nt.actualBoundingBoxDescent*R}else{const z=m.measureText(it);D.width=z.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=z.actualBoundingBoxDescent,D.boundingBoxAscent=z.actualBoundingBoxAscent}}else{const it=E.label||"",z=E.value||`获取 ${it}`,ut=m.measureText(z);D.width=ut.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=ut.actualBoundingBoxDescent,D.boundingBoxAscent=ut.actualBoundingBoxAscent}}else{const tt=E.size||h;(E.type===s.ElementType.SUPERSCRIPT||E.type===s.ElementType.SUBSCRIPT)&&(E.actualSize=Math.ceil(tt*.6)),D.height=(E.actualSize||tt)*R,m.font=this.getElementFont(E);const J=this.textParticle.measureText(m,E),_=E.buttonValueLayoutPrefixOffset?m.measureText("[").width:0;D.width=Math.max(0,J.width-_)*R,E.letterSpacing&&(D.width+=E.letterSpacing*R);const G=this.textParticle.measureBasisWord(m,E.font);D.boundingBoxAscent=G.actualBoundingBoxAscent*R,D.boundingBoxDescent=G.actualBoundingBoxDescent*R,E.type===s.ElementType.SUPERSCRIPT?D.boundingBoxAscent+=D.height/2:E.type===s.ElementType.SUBSCRIPT&&(D.boundingBoxDescent+=D.height/2)}const v=!de(E)&&(E.imgDisplay!==s.ImageDisplay.INLINE&&E.type===s.ElementType.IMAGE||E.type===s.ElementType.LATEX)?D.height+W:D.boundingBoxAscent+W,st=W+D.boundingBoxAscent+D.boundingBoxDescent+W,B=Object.assign(E,{metrics:D,left:0,style:this.getElementFont(E,R)});this.getIsButtonRowStartPrefix(n,X,O)&&(B.left=-D.width);const H=this.getElementLayoutWidth(B);B.control?.minWidth&&(B.controlComponent&&(V+=D.width),B.controlComponent===s.ControlComponent.POSTFIX&&(this.control.setMinWidthControlInfo({row:O,rowElement:B,availableWidth:Z,controlRealWidth:V}),V=0));const k=n[X-1];let q=n[X+1],x=O.width+H;if(this.options.wordBreak===s.WordBreak.BREAK_WORD&&(!k?.type||k?.type===s.ElementType.TEXT)&&(!E.type||E.type===s.ElementType.TEXT)){const tt=`${k?.value||""}${E.value}`;if(this.WORD_LIKE_REG.test(tt)){const{width:_,endElement:G}=this.textParticle.measureWord(m,n,X),it=_*R;G&&it<=Z?(x+=it,q=G):k&&(x+=it)}const J=this.textParticle.measurePunctuationWidth(m,q);x+=J*R}E.listId&&(E.listId!==S?y=0:E.value===K&&!E.listWrap&&y++),S=E.listId;const Xt=this.position.setSurroundPosition({pageNo:b,rowElement:B,row:O,rowElementRect:{x:N,y:Y,height:st,width:H},availableWidth:Z,surroundElementList:u});N=Xt.x,x+=Xt.rowIncreaseWidth,N+=H;let wt=!1;if(this.mode===s.EditorMode.FORM&&E.control?.type===s.ControlType.BUTTON&&E.controlComponent===s.ControlComponent.PREFIX&&O.elementList.filter(tt=>tt.controlId!==E.controlId).length>0){const tt=E.controlId;if(n.some(_=>_.controlId===`${tt}_text`&&_.control?.type===s.ControlType.BUTTON)){let _=0;for(let G=X;G<n.length;G++){const it=n[G];if(it.controlId!==tt)break;m.font=this.getElementFont(it);const z=this.textParticle.measureText(m,it);if(_+=z.width*R,it.controlComponent===s.ControlComponent.POSTFIX)break}for(let G=0;G<n.length;G++){const it=n[G];if(it.controlId===`${tt}_text`){m.font=this.getElementFont(it);const z=this.textParticle.measureText(m,it);_+=z.width*R}}wt=O.width+_>Z}}const Ie=E.type===s.ElementType.SEPARATOR||E.type===s.ElementType.TABLE||k?.type===s.ElementType.TABLE||k?.type===s.ElementType.BLOCK||E.type===s.ElementType.BLOCK||k?.imgDisplay===s.ImageDisplay.INLINE||E.imgDisplay===s.ImageDisplay.INLINE||k?.listId!==E.listId||k?.areaId!==E.areaId&&!E.area?.hide||E.control?.flexDirection===s.FlexDirection.COLUMN&&(E.controlComponent===s.ControlComponent.CHECKBOX||E.controlComponent===s.ControlComponent.RADIO)&&k?.controlComponent===s.ControlComponent.VALUE||X!==0&&E.value===K&&!E.area?.hide||wt,ne=x>Z,ue=Ie||ne;if(ue){const tt={width:H,height:st,startIndex:X,elementList:[B],ascent:v,rowIndex:O.rowIndex+1,rowFlex:n[X]?.rowFlex||n[X+1]?.rowFlex,isPageBreak:E.type===s.ElementType.PAGE_BREAK};if(B.controlComponent!==s.ControlComponent.PREFIX&&B.control?.indentation===s.ControlIndentation.VALUE_START){const J=O.elementList.findIndex(_=>_.controlId===B.controlId&&_.controlComponent!==s.ControlComponent.PREFIX);if(~J){const G=this.position.computeRowPosition({row:O,innerWidth:this.getInnerWidth()})[J];G&&(tt.offsetX=G.coordinate.leftTop[0])}}E.listId&&(tt.isList=!0,tt.offsetX=L.get(E.listId),tt.listIndex=y),tt.offsetY=!l&&E.area?.top&&E.areaId!==n[X-1]?.areaId?E.area.top*R:0,P.push(tt)}else O.width+=H,X===0&&(Kn(n[1])||n[1]?.areaId)?(O.height=p,O.ascent=p):O.height<st&&(O.height=st,O.ascent=v),O.elementList.push(B);if((ue||X===n.length-1)&&(O.isWidthNotEnough=ne&&!Ie,!O.isSurround&&(k?.rowFlex===s.RowFlex.JUSTIFY||k?.rowFlex===s.RowFlex.ALIGNMENT&&O.isWidthNotEnough))){const tt=O.elementList[0]?.value===K?O.elementList.slice(1):O.elementList,J=(Z-O.width)/(tt.length-1);for(let _=0;_<tt.length-1;_++){const G=tt[_];G.metrics.width+=J}O.width=Z}if(ue){N=r,Y+=O.height,i&&!l&&c&&(Y-a+d+st>c||E.type===s.ElementType.PAGE_BREAK)&&(Y=a,Fc(u,b),b+=1),B.left=0;const tt=P[P.length-1];N=this.position.setSurroundPosition({pageNo:b,rowElement:B,row:tt,rowElementRect:{x:N,y:Y,height:st,width:H},availableWidth:Z,surroundElementList:u}).x,N+=H}}return P}_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((h,R)=>h+R.height+(R.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 h=r<i?i:r;d.style.height=`${h}px`,d.height=h*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 h=0;h<d.elementList.length;h++){const R=d.elementList[h],f=d.startIndex+h,g=l[f]===R?f:l.indexOf(R),T=~g?g:f,C=this.control.getControlHighlight(l,T),p=R.highlight||C;if(p){u&&u!==p&&this.highlight.render(t);const I=i[T],{coordinate:{leftTop:[m,L]}}=I,P=R.left||0,M=!R.highlight&&!!C&&this.control.getIsInlineControlBackground(l,T),F=M?L+I.ascent-R.metrics.boundingBoxAscent-a:L+r-a,N=M?R.metrics.boundingBoxAscent+R.metrics.boundingBoxDescent+2*a:d.height-2*r+2*a;this.highlight.recordFillInfo(t,m-P,F,R.metrics.width+P,N,p)}else u&&this.highlight.render(t);u=p}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:h,startIndex:R,zone:f,isDrawLineBreak:g=!r.disabled,td:T,isDrawWhiteSpace:C=!a.disabled}=e,p=this.isPrintLikeMode(),I=this.isSelectionDisabled(),{isCrossRowCol:m,tableId:L}=this.range.getRange();let P=R;for(let M=0;M<c.length;M++){const F=c[M],N={x:0,y:0,width:0,height:0};let Y=null;for(let b=0;b<F.elementList.length;b++){const S=F.elementList[b],y=S.metrics,{ascent:V,coordinate:{leftTop:[X,O]}}=h[F.startIndex+b],E=F.elementList[b-1];if(de(S)&&!this.isDesignMode())this.textParticle.complete();else if(S.type===s.ElementType.IMAGE)this.textParticle.complete(),S.imgDisplay!==s.ImageDisplay.SURROUND&&S.imgDisplay!==s.ImageDisplay.FLOAT_TOP&&S.imgDisplay!==s.ImageDisplay.FLOAT_BOTTOM&&this.imageParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.LATEX)this.textParticle.complete(),this.laTexParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.TABLE)m&&(N.x=X,N.y=O,Y=S),this.tableParticle.render(t,S,X,O);else if(S.type===s.ElementType.HYPERLINK)this.textParticle.complete(),this.hyperlinkParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.LABEL)this.textParticle.complete(),this.labelParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM||S.type===s.ElementType.SUB_TEMPLATE)this.textParticle.complete(),this.macroParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.DATE){const v=F.elementList[b+1];(!E||E.dateId!==S.dateId)&&this.textParticle.complete(),this.textParticle.record(t,S,X,O+V),(!v||v.dateId!==S.dateId)&&this.textParticle.complete()}else if(S.type===s.ElementType.SUPERSCRIPT)this.textParticle.complete(),this.superscriptParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.SUBSCRIPT)this.underline.render(t),this.textParticle.complete(),this.subscriptParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.SEPARATOR)this.separatorParticle.render(t,S,X,O);else if(S.type===s.ElementType.PAGE_BREAK)this.mode!==s.EditorMode.CLEAN&&!p&&this.pageBreakParticle.render(t,S,X,O);else if(S.type===s.ElementType.CHECKBOX||S.controlComponent===s.ControlComponent.CHECKBOX)this.textParticle.complete(),this.checkboxParticle.render({ctx:t,x:X,y:O+V,index:b,row:F});else if(S.type===s.ElementType.RADIO||S.controlComponent===s.ControlComponent.RADIO)this.textParticle.complete(),this.radioParticle.render({ctx:t,x:X,y:O+V,index:b,row:F});else if(S.type===s.ElementType.MENSTRUAL_HISTORY)this.textParticle.complete(),this.menstrualHistoryParticle.render({ctx:t,x:X,y:O+V,index:b,row:F,element:S});else if(S.type===s.ElementType.FETAL_HEART_POSITION)this.textParticle.complete(),this.fetalHeartPositionParticle.render({ctx:t,x:X,y:O+V,index:b,row:F,element:S});else if(S.type===s.ElementType.TOOTH_POSITION)this.textParticle.complete(),this.toothPositionParticle.render({ctx:t,x:X,y:O+V,index:b,row:F,element:S});else if(S.type===s.ElementType.TAB)this.textParticle.complete();else if(S.rowFlex===s.RowFlex.ALIGNMENT||S.rowFlex===s.RowFlex.JUSTIFY)this.textParticle.record(t,S,X,O+V),this.textParticle.complete();else if(S.type===s.ElementType.BLOCK)this.textParticle.complete(),this.blockParticle.render(t,d,S,X,O+V);else{const v=S.buttonValueLayoutPrefixOffset===!0;(S.left||v)&&this.textParticle.complete(),this.textParticle.record(t,S,X,O+V),(v||S.width||S.letterSpacing||ca.test(S.value))&&this.textParticle.complete()}if(g&&!p&&this.mode!==s.EditorMode.CLEAN&&!F.isWidthNotEnough&&b===F.elementList.length-1&&this.lineBreakParticle.render(t,S,X,O+F.height/2),C&&da.test(S.value)&&this.whiteSpaceParticle.render(t,S,X,O+F.height/2),S.control?.border){E?.control?.border&&E.controlId!==S.controlId&&this.control.drawBorder(t);const v=this.getElementRowMargin(S);this.control.recordBorderInfo(X,O+v,S.metrics.width,F.height-2*v)}else E?.control?.border&&this.control.drawBorder(t);if(S.control?.type===s.ControlType.TEXT){const v=S.controlComponent===s.ControlComponent.VALUE,st=S.controlComponent===s.ControlComponent.POSTFIX||S.controlComponent===s.ControlComponent.POST_TEXT,B=!!E&&E.originControlId===S.controlId&&(E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POST_TEXT||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT);S.originControlId&&(S.controlComponent===s.ControlComponent.PREFIX||S.controlComponent===s.ControlComponent.PRE_TEXT||S.controlComponent===s.ControlComponent.PRETEXTFIX||S.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t),v&&S.control?.underline&&!S.underline&&((!E||E.controlId!==S.controlId||B||E.controlComponent!==s.ControlComponent.VALUE&&E.controlComponent!==s.ControlComponent.PLACEHOLDER)&&this.control.startTextFieldUnderline(S.controlId,X,O+F.height),this.control.recordTextFieldUnderlineWidth(S.metrics.width)),st&&this.control.drawTextFieldUnderline(t),S.originControlId&&(S.controlComponent===s.ControlComponent.POSTFIX||S.controlComponent===s.ControlComponent.POST_TEXT||S.controlComponent===s.ControlComponent.POSTTEXTFIX||S.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t)}else E?.control?.type===s.ControlType.TEXT&&this.control.drawTextFieldUnderline(t);if(S.type!==s.ElementType.REUSABLE_ITEM&&(S.underline||S.control?.underline)&&S.controlComponent!==s.ControlComponent.PLACEHOLDER&&!(S.control?.type===s.ControlType.TEXT&&S.control?.underline&&!S.underline)){E?.type===s.ElementType.SUBSCRIPT&&S.type!==s.ElementType.SUBSCRIPT&&this.underline.render(t);const v=this.getElementRowMargin(S),st=S.left||0;let B=0;S.type===s.ElementType.SUBSCRIPT&&(B=this.subscriptParticle.getOffsetY(S));const H=S.control?.underline?this.options.underlineColor:S.color;this.underline.recordFillInfo(t,X-st,O+F.height-v+B,y.width+st,0,H,S.textDecoration?.style)}else(E?.underline||E?.control?.underline)&&(E?.control?.type===s.ControlType.TEXT&&E?.control?.underline&&!E.underline||this.underline.render(t));if(S.type!==s.ElementType.REUSABLE_ITEM&&S.strikeout){if(!S.type||Le.includes(S.type)){E&&(E.type===s.ElementType.SUBSCRIPT&&S.type!==s.ElementType.SUBSCRIPT||E.type===s.ElementType.SUPERSCRIPT&&S.type!==s.ElementType.SUPERSCRIPT||this.getElementSize(E)!==this.getElementSize(S))&&this.strikeout.render(t);const v=this.textParticle.measureBasisWord(t,this.getElementFont(S));let st=O+V+v.actualBoundingBoxDescent*n-y.height/2;S.type===s.ElementType.SUBSCRIPT?st+=this.subscriptParticle.getOffsetY(S):S.type===s.ElementType.SUPERSCRIPT&&(st+=this.superscriptParticle.getOffsetY(S)),this.strikeout.recordFillInfo(t,X,st,y.width)}}else E?.strikeout&&this.strikeout.render(t);const{zone:W,splitTdRange:D}=this.range.getRange();let{startIndex:U,endIndex:Z}=this.range.getRange(),Q=!1;if(T&&D&&[T.originalId,T.id].includes(D.originalId)&&(Q=!0,U=D.startIndex-(T.valueStartIndex??0),Z=D.endIndex-(T.valueStartIndex??0)),W===f&&U!==Z&&U<=P&&P<=Z){const v=this.position.getPositionContext();if(!v.isTable&&!S.tdId||v.tdId===S.tdId||Q)if(U===P){const st=u[U+1];st&&st.value===K&&(N.x=X+y.width,N.y=O,N.height=F.height,N.width+=this.options.rangeMinWidth)}else{let st=y.width;st===0&&F.elementList.length===1&&(st=this.options.rangeMinWidth),N.width||(N.x=X,N.y=O,N.height=F.height),N.width+=st}}if(!l.disabled&&S.groupIds&&this.group.recordFillInfo(S,X,O,y.width,F.height),P++,S.type===s.ElementType.TABLE&&!de(S)){const v=S.tdPadding||i,st=v[1]+v[3];for(let B=0;B<S.trList.length;B++){const H=S.trList[B];for(let k=0;k<H.tdList.length;k++){const q=H.tdList[k];this.drawRow(t,{elementList:q.value,positionList:q.positionList,rowList:q.rowList,pageNo:d,startIndex:0,innerWidth:(q.width-st)*n,zone:f,isDrawLineBreak:g,td:q})}}}}if(F.isList&&this.listParticle.drawListStyle(t,F,h[F.startIndex]),this.textParticle.complete(),this.control.drawBorder(t),this.underline.render(t),this.strikeout.render(t),this.group.render(t),!I){if(N.width&&N.height){const{x:b,y:S,width:y,height:V}=N;this.range.render(t,b,S,y,V)}if(m&&Y&&Y.id===L){const{coordinate:{leftTop:[b,S]}}=h[F.startIndex];this.tableParticle.drawRange(t,Y,b,S)}}}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:h,pageBorder:R}=this.options,f=this.isPrintLikeMode(),g=this.mode===s.EditorMode.COMPARE?this.options.modeRule[s.EditorMode.COMPARE]:this.options.modeRule[s.EditorMode.PRINT],T=this.getInnerWidth(),C=this.ctxList[l];C.globalAlpha=this.zone.isMainActive()?1:r,this._clearPage(l),(!f||!g?.backgroundDisabled)&&this.background.render(C,l),f||this.area.render(C,l),a!==s.PageMode.CONTINUITY&&this.options.watermark.data&&this.waterMark.render(C,l),f||this.margin.render(C,l),this._drawFloat(C,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]}),f||this.control.renderHighlightList(C,l);const p=i[0]?.startIndex;this.drawRow(C,{elementList:e,positionList:n,rowList:i,pageNo:l,startIndex:p,innerWidth:T,zone:s.EditorZone.MAIN}),this.getIsPagingMode()&&(c.disabled||this.header.render(C,l),u.disabled||this.pageNumber.render(C,l),d.disabled||this.footer.render(C,l)),this._drawFloat(C,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]}),!f&&this.search.getSearchKeyword()&&this.search.render(C,l),this.elementList.length<=1&&!this.elementList[0]?.listId&&this.placeholder.render(C),h.disabled||this.lineNumber.render(C,l),R.disabled||this.pageBorder.render(C),this.badge.render(C,l),this.isGraffitiMode()&&this.graffiti.render(C,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=ie(),n=[],i=(X,O)=>{n.push({label:X,duration:ie()-O})};this.renderCount++;const l=this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM||this.isPrintLikeMode()?rf([...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 X=this.getElementList(),O=X[a],W=O?.type===s.ElementType.SUB_TEMPLATE&&O.subTemplateExpanded?s.LocationPosition.AFTER:s.LocationPosition.BEFORE,D=Hn(X,a,W);D!==a&&!de(X[D])&&(this.range.setRange(D,D),a=D)}let d;const u=this.position.getPositionContext();if(c)d=this.getOriginalElementList()[u.index];else{const X=~a?a:0,O=this.getElementList();d=Zn(O,X)}const{header:h,footer:R}=this.options,{isSubmitHistory:f=!0,isSetCursor:g=!0,isLazy:T=!0,isInit:C=!1,isSourceHistory:p=!1,isFirstRender:I=!1,isDel:m=!1}=t||{};let{isCompute:L=!0}=t||{};r&&(L=!0);let{curIndex:P}=t||{};const{traceLabel:M}=t||{},F=this.getInnerWidth(),N=this.getIsPagingMode(),Y=this.pageRowList.length;if(L){if(this.splitTdValueMap.clear(),this.tdMap.clear(),this.position.setFloatPositionList([]),N){if(!h.disabled){const H=ie();this.header.compute(),i("header.compute",H)}if(!R.disabled){const H=ie();this.footer.compute(),i("footer.compute",H)}}const X=this.getMargins(),O=this.getHeight(),E=this.header.getExtraHeight(),W=this.getMainOuterHeight(),D=X[3],U=X[0]+E,Z=bi(this.elementList),Q=ie();this.rowList=this.computeRowList({startX:D,startY:U,pageHeight:O,mainOuterHeight:W,isPagingMode:N,innerWidth:F,surroundElementList:Z,elementList:this.elementList}),i("computeRowList",Q);const v=ie();this.pageRowList=this._computePageList(),i("computePageList",v);const st=ie();this.position.computePositionList(),i("computePositionList",st);const B=ie();if(this.area.compute(),i("area.compute",B),!this.isPrintLikeMode()){const H=this.search.getSearchKeyword();if(H){const q=ie();this.search.compute(H),i("search.compute",q)}const k=ie();this.control.computeHighlightList(),i("control.computeHighlightList",k)}if(this.isGraffitiMode()){const H=ie();this.graffiti.compute(),i("graffiti.compute",H)}}this.imageObserver.clearAll(),this.cursor.recoveryCursor();for(let X=0;X<this.pageRowList.length;X++)this.pageList[X]||this._createPage(X);const b=this.pageRowList.length,S=this.pageList.length;if(S>b){const X=S-b;this.ctxList.splice(b,X),this.pageList.splice(b,X).forEach(O=>O.remove())}const y=ie();if(T&&N?this._lazyRender():this._immediateRender(),i(T&&N?"lazyRender":"immediateRender",y),g){if(L&&d?.tableId){const{index:X}=u,E=this.getOriginalElementList()[X];if(d.tableId!==E?.id){const D=this.findTableChildrenElement(!0,d.tableId,d);D&&u.index!==D.originalIndex&&(u.index=D.originalIndex,u.tableId=D.table.id,u.trIndex=D.trIndex,u.trId=D.tr.id,u.tdIndex=D.tdIndex,u.tdId=D.td.id,P=D.elementIndex,this.position.setPositionContext(u),this.range.setRange(P,P),this.updateTableTool())}const W=this.getElementList();W[a]!==d&&(P=W.findIndex(D=>D===d))}P=this.setCursor(P)}else this.range.getIsSelection()&&this.cursor.focus();if(m){let X;const O=this.position.getPositionContext();X=this.range.getRange().startIndex-1,O.index=X}(f&&!I||P!==void 0&&this.historyManager.isStackEmpty())&&this.submitHistory(P);const V=ie();Ti(()=>{const X=ie();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(),Y!==this.pageRowList.length&&(this.listener.pageSizeChange&&this.listener.pageSizeChange(this.pageRowList.length),this.eventBus.isSubscribe("pageSizeChange")&&this.eventBus.emit("pageSizeChange",this.pageRowList.length)),(f||p)&&!C&&(this.listener.contentChange&&this.listener.contentChange(),this.eventBus.isSubscribe("contentChange")&&this.eventBus.emit("contentChange"));const O=ie();mi(this.options,M||"render",O-e,[...n,{label:"nextTick.wait",duration:X-V},{label:"nextTick.callback",duration:O-X}],{isCompute:L,pageCount:this.pageRowList.length})}),g&&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 h=d.trList[u],R=h.tdList.find(f=>t?r?.linkTdPrevId===f.id:r?.id===f.linkTdPrevId);if(R){n.index=a,n.trIndex=u,n.tableId=d.id,n.trId=h.id,n.tdId=R?.id,e=t?R.value.length-1:e+(R.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.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 h=u?.[t];this.position.setCursorPosition(h||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&&Xa.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=yi(this.elementList),i=yi(this.header.getElementList()),l=yi(this.footer.getElementList()),r=at(this.range.getRange()),a=this.pageNo,c=at(e),d=this.zone.getZone();this.historyManager.execute(()=>{this.zone.setZone(d),this.setPageNo(a),this.position.setPositionContext(at(c)),this.header.setElementList(at(i)),this.footer.setElementList(at(l)),this.elementList=at(n),this.range.replaceRange(at(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,h]of d.trList.entries())for(const[R,f]of h.tdList.entries()){const g=f.value.findIndex(typeof n=="function"?n:T=>T===n);if(g>=0)return{originalIndex:c,table:d,tr:h,trIndex:u,td:f,tdIndex:R,elementIndex:g}}}}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 Kl{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;executeSetButtonContent;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;getButtonContent;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.executeSetButtonContent=t.setButtonContent.bind(t),this.getControlValue=t.getControlValue.bind(t),this.getButtonContent=t.getButtonContent.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 Hf(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 Af(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=Hf(e,n);o.forEach(R=>{const f=document.createElement("img");f.style.width=i===s.PaperDirection.HORIZONTAL?d.height:d.width,f.style.height=i===s.PaperDirection.HORIZONTAL?d.width:d.height,f.src=R,c.append(f)});const u=document.createElement("style"),h=`
|
|
564
|
+
`,document.body.appendChild(a);const c=a.querySelector(".table-properties-modal__mask"),d=a.querySelector(".table-properties-modal__close"),u=a.querySelector(".btn-cancel"),h=a.querySelector(".btn-confirm"),R=()=>{a.remove()};c.addEventListener("click",R),d.addEventListener("click",R),u.addEventListener("click",R),h.addEventListener("click",()=>{const f=parseInt(a.querySelector("#tdPaddingTop").value)||0,g=parseInt(a.querySelector("#tdPaddingRight").value)||0,T=parseInt(a.querySelector("#tdPaddingBottom").value)||0,C=parseInt(a.querySelector("#tdPaddingLeft").value)||0;i.tdPadding=[f,g,T,C],R();const{endIndex:p}=this.range.getRange();this.draw.render({curIndex:p,isCompute:!0})})}}s.AreaMode=void 0,(function(o){o.EDIT="edit",o.READONLY="readonly",o.FORM="form"})(s.AreaMode||(s.AreaMode={}));class wf{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||mt();return this.draw.insertElementList([{type:s.ElementType.AREA,value:"",areaId:a,valueList:n,area:at(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(g=>g.pageNo===e);if(!c.length)continue;t.translate(.5,.5);const d=c[0],u=c[c.length-1],h=n[3],R=Math.ceil(d.coordinate.leftTop[1]),f=Math.ceil(u.coordinate.rightBottom[1]-R);t.textBaseline="middle",r.backgroundColor&&(t.fillStyle=r.backgroundColor,t.fillRect(h,R,i,f)),r.borderColor&&(t.strokeStyle=r.borderColor,t.strokeRect(h,R,i,f)),r.placeholder&&a.length<=1&&new Zl(this.draw).render(t,{placeholder:{...xs,...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(ws(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;qt([{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 Zf{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(),h=(l||i.left)*n,R=(r||i.top)*n+u;this._drawImage(t,h,R,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:h,width:R,height:f,value:g}=d,T=(u||l.left)*i,C=(h||l.top)*i+c.coordinate.leftTop[1];this._drawImage(t,T,C,R*i,f*i,g)}}}}}class vf{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 vl=1024,Qf=['[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 Ql(o,t,e){for(let n=0;n<e.length;n+=vl){const i=e.slice(n,n+vl);o.splice(t+n,0,...i)}}class Kf{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 Pf(e.locale),this.historyManager=new Md(this),this.position=new Od(this),this.zone=new Sf(this),this.range=new Sd(this),this.margin=new Xd(this),this.background=new Dd(this),this.badge=new Zf(this),this.search=new Nd(this),this.group=new Xf(this),this.area=new wf(this),this.underline=new bd(this),this.strikeout=new yd(this),this.highlight=new Fd(this),this.previewer=new Cf(this),this.imageParticle=new Ks(this),this.laTexParticle=new _s(this),this.textParticle=new Vd(this),this.tableParticle=new Ud(this),this.tableTool=new wd(this),this.tableOperate=new Uf(this),this.pageNumber=new _n(this),this.lineNumber=new bf(this),this.waterMark=new kd(this),this.placeholder=new Zl(this),this.header=new Kd(this,n.header),this.footer=new Df(this,n.footer),this.hyperlinkParticle=new Zd(this),this.labelParticle=new vd(this),this.macroParticle=new Qd(this),this.dateParticle=new pf(this),this.separatorParticle=new _d(this),this.pageBreakParticle=new Bd(this),this.superscriptParticle=new Hd,this.subscriptParticle=new Ad,this.checkboxParticle=new af(this),this.radioParticle=new cf(this),this.menstrualHistoryParticle=new df(this),this.fetalHeartPositionParticle=new uf(this),this.toothPositionParticle=new Rf(this),this.blockParticle=new Ef(this),this.listParticle=new Ff(this),this.lineBreakParticle=new po(this),this.whiteSpaceParticle=new Nf(this),this.control=new nf(this),this.pageBorder=new Vf(this),this.graffiti=new vf(this,n.graffiti),this.scrollObserver=new Wd(this),this.selectionObserver=new Yd(this),this.imageObserver=new Mf,new yf(this),this.canvasEvent=new Ld(this),this.cursor=new wc(this,this.canvasEvent),this.canvasEvent.register(),this.globalEvent=new Pd(this,this.canvasEvent),this.globalEvent.register(),this.workerManager=new mf(this),new Yf(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=at({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=at(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(at(this.printModeData)),this.printModeData=null)}setReadonlyData(){this.readonlyModeData||(this.readonlyModeData=at({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=at(this.readonlyModeData);["header","main","footer"].forEach(n=>{const i=Yt(t[n],{editorOptions:this.options});t[n]=wn(i),qt(t[n],{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData(t)}clearReadonlyData(){if(this.readonlyModeData){const t=at(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}getIsButtonRowStartPrefix(t,e,n){const i=t[e];if(this.isPrintLikeMode()||i.control?.type!==s.ControlType.BUTTON||i.control.buttonText||i.control.minWidth||i.controlComponent!==s.ControlComponent.PREFIX||!i.value)return!1;const l=t[e+1];return!l||l.controlId!==i.controlId||(l.originControlId||null)!==(i.originControlId||null)||l.controlComponent!==s.ControlComponent.VALUE||l.buttonValueLayout?!1:n.elementList.every(r=>r.value===K||re(r))}getElementLayoutWidth(t){return t.control?.type===s.ControlType.BUTTON&&!t.control.buttonText&&t.controlComponent===s.ControlComponent.PREFIX&&t.left&&t.left<0?Math.max(0,t.metrics.width+t.left):t.metrics.width}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=at({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.controlComponent==="prefix"||a.controlComponent==="postfix"?(a.color="#1677FF",a.highlight="transparent"):a.controlComponent==="value"&&(a.color=this.options.defaultColor,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=this.options.defaultColor,a.highlight="transparent")}),this.setPrintData()):(this.clearPrintData(),this.elementList.filter(a=>a?.control?.type==="button").map(a=>{(a?.controlComponent==="prefix"||a?.controlComponent==="postfix")&&(a.color="#1677FF",a.highlight="transparent"),a?.controlComponent==="value"&&!a.control.buttonText&&(a.color=this.options.defaultColor,a.highlight="transparent"),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 h of u.trList)for(const R of h.tdList)i(R.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 h of u.tdList)this.hideTextFieldWhitespace(h.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=at(n.subTemplateContent||[]);qt(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?lf(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 h=!1,R=!1,f=!1;const g=[],T=[],C=[];let p=-1,I=a;for(;I<r.length;){const m=r[I];if(m.controlId!==d){const L=m.controlId;let M=u===s.ControlType.TEXT,P=I;if(M)for(;P<r.length&&r[P].controlId===L;)P++;else for(;P<r.length;){const F=r[P];if(F.controlId!==L)break;F.controlComponent===s.ControlComponent.VALUE&&(F.value&&F.value.trim()||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)&&(M=!0),P++}M&&(R=!0),I=P;continue}if((m.controlComponent===s.ControlComponent.PREFIX||m.controlComponent===s.ControlComponent.PRETEXTFIX||m.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&T.push(I),m.controlComponent===s.ControlComponent.VALUE&&m.value&&m.value.trim()&&(h=!0),m.controlComponent===s.ControlComponent.VALUE&&(m.type===s.ElementType.MENSTRUAL_HISTORY||m.type===s.ElementType.FETAL_HEART_POSITION||m.type===s.ElementType.TOOTH_POSITION||m.type===s.ElementType.MACRO||m.type===s.ElementType.CUSTOM_MACRO)&&(h=!0),m.controlComponent===s.ControlComponent.VALUE&&m.control&&m.control.type!==u&&(R=!0),m.controlComponent===s.ControlComponent.PLACEHOLDER&&(f=!0,g.push(I)),m.controlComponent===s.ControlComponent.POSTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX||m.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT){C.push(I),p=I;break}I++}if(h||R){if(f&&g.length>0)for(const m of g)r[m].hide=!0}else if(f&&g.length>0)for(const m of g)r[m].hide=!e;else e&&c.control?.placeholder&&(p>0?this.control.addPlaceholder(p-1):this.control.addPlaceholder(a));if(n)if(e&&(h||R)){for(const m of T)r[m].hide=!0;for(const m of C)r[m].hide=!0}else if(e){for(const m of T)r[m].hide=!1;for(const m of C)r[m].hide=!1}else{for(const m of T)r[m].hide=!0;for(const m of C)r[m].hide=!0}else{for(const m of T)r[m].hide=!1;for(const m of C)r[m].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:!!bs(e,n=>!!n&&n.nodeType===1&&!!n.getAttribute(Ze)):!1}isTargetInsideExternalOverlay(t){const e=this.getEventTarget(t);return!e||this.isTargetInsideEditor(e)?!1:!!e.closest(Qf)}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;qt(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 h=l[u-1];t[0].listId&&h&&!h.listId&&h?.value===K&&(!h.type||h.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;let{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{isSubmitHistory:l=!0}=e;qt(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;if(d&&(c[n]?.control?.type===s.ControlType.TEXTFIELD||c[n]?.control?.type===s.ControlType.TEXT)){this.range.shrinkBoundary();const P=this.range.getRange();n=P.startIndex,i=P.endIndex}const u=n+1,h=c[n],R=c[u],f=P=>!!(P&&(P.controlComponent===s.ControlComponent.POSTFIX||P.controlComponent===s.ControlComponent.POST_TEXT||P.controlComponent===s.ControlComponent.POSTTEXTFIX||P.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),g=P=>!!(P&&(P.controlComponent===s.ControlComponent.PREFIX||P.controlComponent===s.ControlComponent.PRE_TEXT||P.controlComponent===s.ControlComponent.PRETEXTFIX||P.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),T=P=>{if(P)return c.find(F=>F.controlId===P&&!F.originControlId&&!!F.control?.type)},C=h?.originControlId&&R?.originControlId===h.originControlId&&h.controlId&&R.controlId&&h.controlId!==R.controlId&&f(h)&&g(R)?T(h.originControlId):void 0,p=C?.control?.type===s.ControlType.TEXTFIELD,I=!!(h?.originControlId&&f(h)&&R?.controlId===h.originControlId&&!R.originControlId&&R.control?.type===s.ControlType.TEXTFIELD&&f(R)),m=!!(h?.originControlId&&f(h)&&R?.controlId===h.originControlId&&!R.originControlId&&R.control?.type===s.ControlType.TEXTFIELD&&R.controlComponent===s.ControlComponent.VALUE);if(h?.controlComponent===s.ControlComponent.PRE_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT||h?.controlComponent===s.ControlComponent.PREFIX||h?.controlComponent===s.ControlComponent.POSTFIX)for(let P=0;P<t.length;P++)t[P].control||(t[P].color=this.options.defaultColor);d&&!I&&!m&&(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||m||p?h.originControlId:c[n]?.controlId||c[n-1]?.controlId||c[n+1]?.controlId;for(let P=0;P<t.length;P++){if((I||m||p)&&!t[P].control&&(t[P].controlId=M,t[P].control=p?C?.control:R.control,t[P].controlComponent=s.ControlComponent.VALUE,delete t[P].originControlId),t[P]?.control?.type=="button"&&!t[P]?.control?.buttonText&&(t[P]?.controlComponent==="prefix"||t[P]?.controlComponent==="postfix"?(t[P].color="#1677FF",t[P].highlight="transparent"):(t[P].color=this.options.defaultColor,t[P].highlight="transparent")),t[P]?.type===s.ElementType.MENSTRUAL_HISTORY||t[P]?.type===s.ElementType.FETAL_HEART_POSITION||t[P]?.type===s.ElementType.TOOTH_POSITION||t[P]?.type===s.ElementType.MACRO||t[P]?.type===s.ElementType.CUSTOM_MACRO||t[P]?.type===s.ElementType.REUSABLE_ITEM||t[P]?.type===s.ElementType.SUB_TEMPLATE||t[P]?.type===s.ElementType.SPECIAL_SYMBOLS){t[P].controlComponent=s.ControlComponent.VALUE;let F=c[n]?.controlId;F||(F=c[n-1]?.controlId),F||(F=c[n+1]?.controlId),!t[P].controlId&&F&&(t[P].controlId=F)}M&&t[P]?.control&&t[P].controlId&&t[P].controlId!==M&&(t[P].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 h=0;h<t.length;h++)if(t[h]?.type===s.ElementType.MENSTRUAL_HISTORY||t[h]?.type===s.ElementType.FETAL_HEART_POSITION||t[h]?.type===s.ElementType.TOOTH_POSITION||t[h]?.type===s.ElementType.MACRO||t[h]?.type===s.ElementType.CUSTOM_MACRO||t[h]?.type===s.ElementType.REUSABLE_ITEM||t[h]?.type===s.ElementType.SUB_TEMPLATE||t[h]?.type===s.ElementType.SPECIAL_SYMBOLS){t[h].controlComponent=s.ControlComponent.VALUE;const R=c[n]?.controlId||c[u]?.controlId;!t[h].controlId&&R&&(t[h].controlId=R)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{d||this.spliceElementList(c,u,i-n);for(let R=0;R<t.length;R++)t[R]?.control?.type=="button"&&!t[R]?.control?.buttonText&&(t[R]?.controlComponent==="prefix"||t[R]?.controlComponent==="postfix"?(t[R].color="#1677FF",t[R].highlight="transparent"):(t[R].color=this.options.defaultColor,t[R].highlight="transparent"));this.spliceElementList(c,u,0,t),r=n+t.length;const h=c[u-1];t[0].listId&&h&&!h.listId&&h?.value===K&&(!h.type||h.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;qt(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,h=t[d]?.listId;if(h&&t[e-1]?.listId!==h){let R=d;for(;R<t.length;){const f=t[R];if(f.listId!==h||f.value===K)break;delete f.listId,delete f.listType,delete f.listStyle,R++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const R=this.getTd()?.deletable;let f=d-1;for(;f>=e;){const g=t[f];(re(g)||R!==!1&&g?.control?.deletable!==!1&&(!g.controlId||this.mode!==s.EditorMode.FORM||!c[this.mode].controlDeletableDisabled)&&g?.title?.deletable!==!1&&(a.deletable!==!1||!g.groupIds?.length)&&(g?.area?.deletable!==!1||g?.areaIndex!==0))&&t.splice(f,1),f--}}else t.splice(e,n)}if(i?.length){let d=t[e];for(let u=0;u<i.length;u++){const h=i[u].value===K&&(d?.controlComponent===s.ControlComponent.PREFIX||d?.controlComponent===s.ControlComponent.PRE_TEXT||d?.controlComponent===s.ControlComponent.PRETEXTFIX||d?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT);!i[u].controlComponent&&d?.controlComponent&&!h&&(i[u].controlId=d.controlId,i[u].control=d.control,i[u].controlComponent=d.controlComponent),d=i[u]}Ql(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,R=t[u]?.listId;if(R&&t[e-1]?.listId!==R){let f=u;for(;f<t.length;){const g=t[f];if(g.listId!==R||g.value===K)break;delete g.listId,delete g.listType,delete g.listStyle,f++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const f=this.getTd()?.deletable;let g=u-1;for(;g>=e;){const T=t[g];(re(T)||f!==!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)}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);Ql(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),{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:pn,data:i,options:at(this.options)}}setValue(t,e){const{header:n,main:i,footer:l}=at(t);if(!n&&!i&&!l)return;const{isSetCursor:r=!1}=e||{};[n,i,l].forEach(d=>{d&&qt(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(Ze,s.EditorComponent.MAIN)}_createPageContainer(){const t=document.createElement("div");return t.classList.add(`${rt}-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:h,scale:R,imgCaption:f,table:{tdPadding:g,defaultTrMinHeight:T},defaultTabWidth:C}=this.options,p=this.getDefaultBasicRowMarginHeight(),m=document.createElement("canvas").getContext("2d"),L=this.listParticle.computeListStyle(m,n),M=[],P=this._collectTextControlValueSet(n),F=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 N=r,Y=a,b=0,S,y=0,V=0;for(let X=0;X<n.length;X++){const O=M[M.length-1],E=n[X];this.clearElementEffect(E);const W=this.getElementRowMargin(E),D={width:0,height:0,boundingBoxAscent:0,boundingBoxDescent:0},U=O.offsetX||E.listId&&L.get(E.listId)||0,v=e-U,Q=O.elementList.length===1;if(N+=Q?U:0,Y+=Q&&O.offsetY||0,(E.control?.type===s.ControlType.TEXTFIELD||E.control?.type===s.ControlType.TEXT)&&!this.isDesignMode()&&(E.controlComponent===s.ControlComponent.PRETEXTFIX||E.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||E.controlComponent===s.ControlComponent.TEXTFIXLABEL||E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.PREFIX||E.controlComponent===s.ControlComponent.POSTFIX)){const tt=E.control?.type===s.ControlType.TEXTFIELD,J=E.controlId,k=!!J&&!!P?.has(J);if(tt){const G=!!J&&!!F?.has(J);this.mode===s.EditorMode.EDIT?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=G:E.hide=!1:E.hide=!0}else{const G=!!J&&!!F?.has(J);this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=G:E.hide=!1:E.hide=!0}}if(re(E)&&!this.isDesignMode()){const tt=O.elementList[O.elementList.length-1];D.height=tt?.metrics.height||this.options.defaultSize*R,D.boundingBoxAscent=tt?.metrics.boundingBoxAscent||0,D.boundingBoxDescent=tt?.metrics.boundingBoxDescent||0}else if(E.type===s.ElementType.IMAGE||E.type===s.ElementType.LATEX)if(E.imgDisplay===s.ImageDisplay.SURROUND||E.imgDisplay===s.ImageDisplay.FLOAT_TOP||E.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)D.width=0,D.height=0,D.boundingBoxDescent=0;else{const tt=E.width*R,J=E.height*R;if(tt>v){const k=J*v/tt;E.width=v/R,E.height=k/R,D.width=v,D.height=k,D.boundingBoxDescent=k}else D.width=tt,D.height=J,D.boundingBoxDescent=J;if(E.imgCaption?.value){const k=E.imgCaption.size||f.size,G=E.imgCaption.top??f.top,st=(k+G)*R;D.boundingBoxAscent+=st}}else if(E.type===s.ElementType.TABLE){const tt=E.tdPadding||g;if(E.pagingId){let z=X+1,ut=0;for(;z<n.length;){const Rt=n[z];if(Rt.pagingId===E.pagingId){const St=Rt.trList.filter(Nt=>!Nt.pagingRepeat).filter(Nt=>(Nt.tdList=Nt.tdList.filter(At=>{if(At.originalId){for(let Ft=0;Ft<E.trList.length;Ft++){const Bt=E.trList[Ft],_t=Bt.tdList.find(({id:le})=>le===At.originalId);if(_t){At.value[0]?.type===s.ElementType.SPLIT_TAG&&At.value.splice(0,1),_t.value.push(...At.value.map(le=>this.updateElementTableInfo(le,E,Bt,_t))),_t.rowspan=_t.originalRowspan??_t.rowspan;break}}return!1}return!0}),!Nt.originalId));E.trList.push(...St),E.height+=Rt.height,z++,ut++}else break}ut&&n.splice(X+1,ut)}E.pagingIndex=E.pagingIndex??0,this.tableParticle.computeTrHeight(E,z=>this.computeRowList({innerWidth:(z.width-(tt[1]+tt[3]))*R,elementList:z.value,isFromTable:!0,isPagingMode:i})),E.trList?.forEach(z=>{z.tdList.forEach(ut=>{this.tdMap.set(ut.id,ut)})});const J=this.tableParticle.getTableHeight(E),k=this.tableParticle.getTableWidth(E);E.width=k,E.height=J;const G=k*R,st=J*R;if(D.width=G,D.height=st,D.boundingBoxDescent=st,D.boundingBoxAscent=-W,n[X+1]?.type===s.ElementType.TABLE&&(D.boundingBoxAscent-=W),i){const z=this.getHeight(),ut=this.getMainOuterHeight();let Rt=ut;for(let Ft=0;Ft<M.length;Ft++){const Bt=M[Ft],_t=Bt.offsetY||0;Bt.height+Rt+_t>z||M[Ft-1]?.isPageBreak?Rt=ut+Bt.height+_t:Rt+=Bt.height+_t}const St=W*2,Nt=E.trList[0].height*R;(Rt+Nt+St>z||E.pagingIndex!==0&&E.trList[0].pagingRepeat||n[X-1]?.type===s.ElementType.PAGE_BREAK)&&(Rt=ut);let At=z-(Rt+St);if(st>At){const Ft=E.trList;let Bt=0,_t=0,le=0;for(let ft=0;ft<Ft.length;ft++){const Lt=Ft[ft],Vt=Lt.height*R;if(Rt+St+le+Vt>z){const Pt=Lt;let Et=0;const Mt={...at(Pt),id:mt(),originalId:Pt.originalId??Pt.id,minHeight:void 0,tdList:E.colgroup.map((Tt,It)=>{if(Et--,Et>0)return;const gt=Pt.tdList.find($t=>$t.colIndex===It),et=gt??this.tableParticle.findPreRowSpanTd(Ft,ft,It);gt&&(Et=gt.colspan);const j=mt();return et.originalRowspan=et.rowspan,gt?{...gt,id:j,originalId:gt.originalId??gt.id,linkTdPrevId:gt.id,tdIndex:It,original:et}:{id:j,originalId:et.originalId??et.id,linkTdPrevId:et.id,tdIndex:It,colIndex:It,colspan:1,rowspan:1,value:[],rowList:[],original:et}}).filter(Tt=>!!Tt)},Qt=Mt.tdList,de=Qt.map(Tt=>Tt.original);de.forEach((Tt,It)=>{const gt=[];let et=At;if(Tt.rowspan>1){const $t=Ft.slice(Tt.trIndex,Tt.trIndex+ft-Tt.trIndex);et+=$t.reduce((fe,me)=>me.height*R+fe,0)}for(;Tt.mainHeight*R>et&&Tt.rowList?.length;){const $t=Tt.rowList.pop();Tt.value.splice(Tt.value.length-$t.elementList.length),gt.unshift($t),Tt.mainHeight-=$t.height}const j=Qt[It];j.rowList=gt,j.value=gt.map($t=>$t.elementList).flat()});let Ct=!0;const it=Pt.tdList.some(Tt=>Tt.rowList?.length),Zt=Mt.tdList.some(Tt=>Tt.rowList?.length),yt=Pt.minHeight>At;if(Zt||yt){(it||!Zt&&yt)&&(yt&&(Pt.originalMinHeight=Pt.minHeight,Pt.minHeight=At,Mt.minHeight=Math.max(Pt.originalMinHeight-At,T)),Mt.tdList.forEach(Tt=>{Tt.original.linkTdNextId=Tt.id,Tt.value.length&&Tt.value[0].value!==K&&Tt.value.unshift({...Tt.original.value.slice(-1).pop(),value:K,type:s.ElementType.SPLIT_TAG})}),Ft.splice(Bt+1,0,Mt),Bt+=1,_t=Ft.length-Bt,Ct=!1),de.forEach(Tt=>{if(Tt.rowspan>1){const It=Tt.rowspan-(ft-Tt.trIndex);Tt.rowspan=ft-Tt.trIndex+(it?1:0);const gt=Mt.tdList.find(et=>et.colIndex===Tt.colIndex);it?gt.rowspan=It:(gt.original.linkTdNextId=gt.id,Pt.tdList.push({...Tt,...gt,rowspan:It}),Pt.tdList.sort((et,j)=>et.colIndex-j.colIndex),gt.value=[])}}),Ct&&de.forEach((Tt,It)=>{Tt.value.push(...Qt[It].value)});break}}Bt=ft+1,_t=Ft.length-Bt,le+=Vt,At-=Vt}if(_t){const ft=Ft.splice(Bt,_t),Lt=E.pagingId||mt();E.pagingId=Lt;const Vt=at(E);Vt.originalId=E.originalId??E.id,Vt.pagingId=Lt,Vt.pagingIndex=E.pagingIndex+1;const Pt=Ft.filter(Qt=>Qt.pagingRepeat);if(Pt.length){const Qt=at(Pt);Qt.forEach(de=>de.id=mt()),ft.unshift(...Qt)}Vt.trList=ft,Vt.id=mt(),Vt.trList?.forEach(Qt=>{Qt.tdList.forEach(de=>{if(delete de.valueStartIndex,de.linkTdPrevId){const Ct=this.getTdById(de.linkTdPrevId);de.valueStartIndex=Ct?(Ct.valueStartIndex??0)+Ct.value.length:0,this.splitTdValueMap.has(de.originalId)?this.splitTdValueMap.get(de.originalId).push(...de.value):Ct&&this.splitTdValueMap.set(de.originalId,[...Ct.value,...de.value])}de.value.forEach(Ct=>this.updateElementTableInfo(Ct,Vt,Qt,de))})}),this.spliceElementList(n,X+1,0,[Vt]),this.tableParticle.computeTrHeight(E);const Et=this.tableParticle.getTableHeight(E),Mt=Et*R;E.height=Et,D.height=Mt,D.boundingBoxDescent=Mt}}if(E.pagingId){const Ft=this.position.getPositionContext();if(Ft.isTable){let Bt=-1,_t=-1,le=X;for(;le<n.length;){const ft=n[le];if(ft.pagingId!==E.pagingId)break;const Lt=ft.trList.findIndex(Vt=>Vt.id===Ft.trId);if(~Lt){Bt=le,_t=Lt;break}le++}~Bt&&(Ft.index=Bt,Ft.trIndex=_t,this.position.setPositionContext(Ft))}}}this.initTableElementIndex(E,X)}else if(E.type===s.ElementType.SEPARATOR){const{separator:{lineWidth:tt}}=this.options,J=E.lineWidth||tt;E.width=v/R,D.width=v,D.height=J*R,D.boundingBoxAscent=-W,D.boundingBoxDescent=-W+D.height}else if(E.type===s.ElementType.PAGE_BREAK)E.width=v/R,D.width=v,D.height=h;else if(E.type===s.ElementType.RADIO||E.controlComponent===s.ControlComponent.RADIO){const{width:tt,height:J,gap:k}=this.options.radio,G=tt+k*(E.controlComponent?1:2);E.width=G,D.width=G*R,D.height=J*R}else if(E.type===s.ElementType.CHECKBOX||E.controlComponent===s.ControlComponent.CHECKBOX){const{width:tt,height:J,gap:k}=this.options.checkbox,G=tt+k*(E.controlComponent?1:2);E.width=G,D.width=G*R,D.height=J*R}else if(E.type===s.ElementType.MENSTRUAL_HISTORY){const tt=this.menstrualHistoryParticle.computeSize(E);E.width=tt.width/R,D.width=tt.width,D.height=tt.height,D.boundingBoxAscent=tt.height,D.boundingBoxDescent=0}else if(E.type===s.ElementType.FETAL_HEART_POSITION){const tt=this.fetalHeartPositionParticle.computeSize();E.width=tt.width/R,D.width=tt.width,D.height=tt.height,D.boundingBoxAscent=tt.height/2,D.boundingBoxDescent=tt.height/2}else if(E.type===s.ElementType.TOOTH_POSITION){const tt=this.toothPositionParticle.computeSize(E);E.width=tt.width/R,D.width=tt.width,D.height=tt.height,D.boundingBoxAscent=tt.height/2,D.boundingBoxDescent=tt.height/2}else if(E.type===s.ElementType.TAB)D.width=C*R,D.height=h*R,D.boundingBoxDescent=0,D.boundingBoxAscent=this.textParticle.getBasisWordBoundingBoxAscent(m,m.font);else if(E.type===s.ElementType.BLOCK){if(!E.width)D.width=v;else{const tt=E.width*R;D.width=Math.min(tt,v)}D.height=E.height*R,D.boundingBoxDescent=D.height,D.boundingBoxAscent=0}else if(E.type===s.ElementType.LABEL){const{defaultSize:tt,label:{defaultPadding:J}}=this.options;m.font=this.getElementFont(E);const k=this.textParticle.measureText(m,E);D.width=(k.width+J[1]+J[3])*R,D.height=(E.size||tt)*R,D.boundingBoxDescent=0,D.boundingBoxAscent=(J[0]+k.actualBoundingBoxAscent)*R}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){const{defaultSize:tt}=this.options;m.font=this.getElementFont(E);const J=this.getMode(),k=J===s.EditorMode.EDIT,G=J===s.EditorMode.FORM;if(J===s.EditorMode.READONLY&&E.type!==s.ElementType.SUB_TEMPLATE){const st=Xo(E),z=m.measureText(st);D.width=z.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=z.actualBoundingBoxDescent,D.boundingBoxAscent=z.actualBoundingBoxAscent}else if(k){const st=E.label||E.value||"";m.font=this.getElementFont(E);const z=m.measureText(st),ut=8*R,Rt=4*R;D.width=z.width+ut*2;const St=z.actualBoundingBoxAscent+z.actualBoundingBoxDescent;D.height=St+Rt*2;const Nt=this.textParticle.measureBasisWord(m,this.getElementFont(E));D.boundingBoxAscent=Nt.actualBoundingBoxAscent*R,D.boundingBoxDescent=Nt.actualBoundingBoxDescent*R}else if(E.type===s.ElementType.CUSTOM_MACRO){const st=E.macroConfig,z=st?.value||"";if(G){const ut=st?.type||"text",Rt=this.textParticle.measureText(m,E),St=E.label||"";if(ut==="select"){const Nt=z||`请选择${St}`,At=m.measureText(Nt),Ft=m.measureText("[").width,Bt=6*R+2*R;D.width=Ft+At.width+Bt+Ft}else{const Nt=z||`请输入${St}`,At=m.measureText(Nt),Ft=m.measureText("[").width;D.width=Ft+At.width+Ft}D.height=(E.size||tt)*R,D.boundingBoxDescent=Rt.actualBoundingBoxDescent*R,D.boundingBoxAscent=Rt.actualBoundingBoxAscent*R}else{const ut=E.label||"",Rt=z||`请输入${ut}`,St=m.measureText(Rt);D.width=St.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=St.actualBoundingBoxDescent,D.boundingBoxAscent=St.actualBoundingBoxAscent}}else if(E.type===s.ElementType.REUSABLE_ITEM){const z=E.reusableItemConfig?.value||"",ut=E.label||"";if(G){const Rt=this.textParticle.measureText(m,E),St=z||`请输入${ut}`,Nt=m.measureText(St),At=m.measureText("[").width;D.width=At+Nt.width+At,D.height=(E.size||tt)*R,D.boundingBoxDescent=Rt.actualBoundingBoxDescent*R,D.boundingBoxAscent=Rt.actualBoundingBoxAscent*R}else{const Rt=z||`获取 ${ut}`,St=m.measureText(Rt);D.width=St.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=St.actualBoundingBoxDescent,D.boundingBoxAscent=St.actualBoundingBoxAscent}}else if(E.type===s.ElementType.SUB_TEMPLATE){const st=E.label||"子模板";if(G){const z=m.measureText(st),ut=8*R,Rt=4*R,St=z.actualBoundingBoxAscent+z.actualBoundingBoxDescent;D.width=z.width+ut*2,D.height=St+Rt*2;const Nt=this.textParticle.measureBasisWord(m,this.getElementFont(E));D.boundingBoxAscent=Nt.actualBoundingBoxAscent*R,D.boundingBoxDescent=Nt.actualBoundingBoxDescent*R}else{const z=m.measureText(st);D.width=z.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=z.actualBoundingBoxDescent,D.boundingBoxAscent=z.actualBoundingBoxAscent}}else{const st=E.label||"",z=E.value||`获取 ${st}`,ut=m.measureText(z);D.width=ut.width,D.height=(E.size||tt)*R,D.boundingBoxDescent=ut.actualBoundingBoxDescent,D.boundingBoxAscent=ut.actualBoundingBoxAscent}}else{const tt=E.size||h;(E.type===s.ElementType.SUPERSCRIPT||E.type===s.ElementType.SUBSCRIPT)&&(E.actualSize=Math.ceil(tt*.6)),D.height=(E.actualSize||tt)*R,m.font=this.getElementFont(E);const J=this.textParticle.measureText(m,E),k=E.buttonValueLayoutPrefixOffset?m.measureText("[").width:0;D.width=Math.max(0,J.width-k)*R,E.letterSpacing&&(D.width+=E.letterSpacing*R);const G=this.textParticle.measureBasisWord(m,E.font);D.boundingBoxAscent=G.actualBoundingBoxAscent*R,D.boundingBoxDescent=G.actualBoundingBoxDescent*R,E.type===s.ElementType.SUPERSCRIPT?D.boundingBoxAscent+=D.height/2:E.type===s.ElementType.SUBSCRIPT&&(D.boundingBoxDescent+=D.height/2)}const Z=!re(E)&&(E.imgDisplay!==s.ImageDisplay.INLINE&&E.type===s.ElementType.IMAGE||E.type===s.ElementType.LATEX)?D.height+W:D.boundingBoxAscent+W,ot=W+D.boundingBoxAscent+D.boundingBoxDescent+W,_=Object.assign(E,{metrics:D,left:0,style:this.getElementFont(E,R)});this.getIsButtonRowStartPrefix(n,X,O)&&(_.left=-D.width);const H=this.getElementLayoutWidth(_);_.control?.minWidth&&(_.controlComponent&&(V+=D.width),_.controlComponent===s.ControlComponent.POSTFIX&&(this.control.setMinWidthControlInfo({row:O,rowElement:_,availableWidth:v,controlRealWidth:V}),V=0));const B=n[X-1];let q=n[X+1],x=O.width+H;if(this.options.wordBreak===s.WordBreak.BREAK_WORD&&(!B?.type||B?.type===s.ElementType.TEXT)&&(!E.type||E.type===s.ElementType.TEXT)){const tt=`${B?.value||""}${E.value}`;if(this.WORD_LIKE_REG.test(tt)){const{width:k,endElement:G}=this.textParticle.measureWord(m,n,X),st=k*R;G&&st<=v?(x+=st,q=G):B&&(x+=st)}const J=this.textParticle.measurePunctuationWidth(m,q);x+=J*R}E.listId&&(E.listId!==S?y=0:E.value===K&&!E.listWrap&&y++),S=E.listId;const Xt=this.position.setSurroundPosition({pageNo:b,rowElement:_,row:O,rowElementRect:{x:N,y:Y,height:ot,width:H},availableWidth:v,surroundElementList:u});N=Xt.x,x+=Xt.rowIncreaseWidth,N+=H;let wt=!1;if(this.mode===s.EditorMode.FORM&&E.control?.type===s.ControlType.BUTTON&&E.controlComponent===s.ControlComponent.PREFIX&&O.elementList.filter(tt=>tt.controlId!==E.controlId).length>0){const tt=E.controlId;if(n.some(k=>k.controlId===`${tt}_text`&&k.control?.type===s.ControlType.BUTTON)){let k=0;for(let G=X;G<n.length;G++){const st=n[G];if(st.controlId!==tt)break;m.font=this.getElementFont(st);const z=this.textParticle.measureText(m,st);if(k+=z.width*R,st.controlComponent===s.ControlComponent.POSTFIX)break}for(let G=0;G<n.length;G++){const st=n[G];if(st.controlId===`${tt}_text`){m.font=this.getElementFont(st);const z=this.textParticle.measureText(m,st);k+=z.width*R}}wt=O.width+k>v}}const Ie=E.type===s.ElementType.SEPARATOR||E.type===s.ElementType.TABLE||B?.type===s.ElementType.TABLE||B?.type===s.ElementType.BLOCK||E.type===s.ElementType.BLOCK||B?.imgDisplay===s.ImageDisplay.INLINE||E.imgDisplay===s.ImageDisplay.INLINE||B?.listId!==E.listId||B?.areaId!==E.areaId&&!E.area?.hide||E.control?.flexDirection===s.FlexDirection.COLUMN&&(E.controlComponent===s.ControlComponent.CHECKBOX||E.controlComponent===s.ControlComponent.RADIO)&&B?.controlComponent===s.ControlComponent.VALUE||X!==0&&E.value===K&&!E.area?.hide||wt,ne=x>v,ue=Ie||ne;if(ue){const tt={width:H,height:ot,startIndex:X,elementList:[_],ascent:Z,rowIndex:O.rowIndex+1,rowFlex:n[X]?.rowFlex||n[X+1]?.rowFlex,isPageBreak:E.type===s.ElementType.PAGE_BREAK};if(_.controlComponent!==s.ControlComponent.PREFIX&&_.control?.indentation===s.ControlIndentation.VALUE_START){const J=O.elementList.findIndex(k=>k.controlId===_.controlId&&k.controlComponent!==s.ControlComponent.PREFIX);if(~J){const G=this.position.computeRowPosition({row:O,innerWidth:this.getInnerWidth()})[J];G&&(tt.offsetX=G.coordinate.leftTop[0])}}E.listId&&(tt.isList=!0,tt.offsetX=L.get(E.listId),tt.listIndex=y),tt.offsetY=!l&&E.area?.top&&E.areaId!==n[X-1]?.areaId?E.area.top*R:0,M.push(tt)}else O.width+=H,X===0&&(Kn(n[1])||n[1]?.areaId)?(O.height=p,O.ascent=p):O.height<ot&&(O.height=ot,O.ascent=Z),O.elementList.push(_);if((ue||X===n.length-1)&&(O.isWidthNotEnough=ne&&!Ie,!O.isSurround&&(B?.rowFlex===s.RowFlex.JUSTIFY||B?.rowFlex===s.RowFlex.ALIGNMENT&&O.isWidthNotEnough))){const tt=O.elementList[0]?.value===K?O.elementList.slice(1):O.elementList,J=(v-O.width)/(tt.length-1);for(let k=0;k<tt.length-1;k++){const G=tt[k];G.metrics.width+=J}O.width=v}if(ue){N=r,Y+=O.height,i&&!l&&c&&(Y-a+d+ot>c||E.type===s.ElementType.PAGE_BREAK)&&(Y=a,Fc(u,b),b+=1),_.left=0;const tt=M[M.length-1];N=this.position.setSurroundPosition({pageNo:b,rowElement:_,row:tt,rowElementRect:{x:N,y:Y,height:ot,width:H},availableWidth:v,surroundElementList:u}).x,N+=H}}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((h,R)=>h+R.height+(R.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 h=r<i?i:r;d.style.height=`${h}px`,d.height=h*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 h=0;h<d.elementList.length;h++){const R=d.elementList[h],f=d.startIndex+h,g=l[f]===R?f:l.indexOf(R),T=~g?g:f,C=this.control.getControlHighlight(l,T),p=R.highlight||C;if(p){u&&u!==p&&this.highlight.render(t);const I=i[T],{coordinate:{leftTop:[m,L]}}=I,M=R.left||0,P=!R.highlight&&!!C&&this.control.getIsInlineControlBackground(l,T),F=P?L+I.ascent-R.metrics.boundingBoxAscent-a:L+r-a,N=P?R.metrics.boundingBoxAscent+R.metrics.boundingBoxDescent+2*a:d.height-2*r+2*a;this.highlight.recordFillInfo(t,m-M,F,R.metrics.width+M,N,p)}else u&&this.highlight.render(t);u=p}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:h,startIndex:R,zone:f,isDrawLineBreak:g=!r.disabled,td:T,isDrawWhiteSpace:C=!a.disabled}=e,p=this.isPrintLikeMode(),I=this.isSelectionDisabled(),{isCrossRowCol:m,tableId:L}=this.range.getRange();let M=R;for(let P=0;P<c.length;P++){const F=c[P],N={x:0,y:0,width:0,height:0};let Y=null;for(let b=0;b<F.elementList.length;b++){const S=F.elementList[b],y=S.metrics,{ascent:V,coordinate:{leftTop:[X,O]}}=h[F.startIndex+b],E=F.elementList[b-1];if(re(S)&&!this.isDesignMode())this.textParticle.complete();else if(S.type===s.ElementType.IMAGE)this.textParticle.complete(),S.imgDisplay!==s.ImageDisplay.SURROUND&&S.imgDisplay!==s.ImageDisplay.FLOAT_TOP&&S.imgDisplay!==s.ImageDisplay.FLOAT_BOTTOM&&this.imageParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.LATEX)this.textParticle.complete(),this.laTexParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.TABLE)m&&(N.x=X,N.y=O,Y=S),this.tableParticle.render(t,S,X,O);else if(S.type===s.ElementType.HYPERLINK)this.textParticle.complete(),this.hyperlinkParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.LABEL)this.textParticle.complete(),this.labelParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM||S.type===s.ElementType.SUB_TEMPLATE)this.textParticle.complete(),this.macroParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.DATE){const Z=F.elementList[b+1];(!E||E.dateId!==S.dateId)&&this.textParticle.complete(),this.textParticle.record(t,S,X,O+V),(!Z||Z.dateId!==S.dateId)&&this.textParticle.complete()}else if(S.type===s.ElementType.SUPERSCRIPT)this.textParticle.complete(),this.superscriptParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.SUBSCRIPT)this.underline.render(t),this.textParticle.complete(),this.subscriptParticle.render(t,S,X,O+V);else if(S.type===s.ElementType.SEPARATOR)this.separatorParticle.render(t,S,X,O);else if(S.type===s.ElementType.PAGE_BREAK)this.mode!==s.EditorMode.CLEAN&&!p&&this.pageBreakParticle.render(t,S,X,O);else if(S.type===s.ElementType.CHECKBOX||S.controlComponent===s.ControlComponent.CHECKBOX)this.textParticle.complete(),this.checkboxParticle.render({ctx:t,x:X,y:O+V,index:b,row:F});else if(S.type===s.ElementType.RADIO||S.controlComponent===s.ControlComponent.RADIO)this.textParticle.complete(),this.radioParticle.render({ctx:t,x:X,y:O+V,index:b,row:F});else if(S.type===s.ElementType.MENSTRUAL_HISTORY)this.textParticle.complete(),this.menstrualHistoryParticle.render({ctx:t,x:X,y:O+V,index:b,row:F,element:S});else if(S.type===s.ElementType.FETAL_HEART_POSITION)this.textParticle.complete(),this.fetalHeartPositionParticle.render({ctx:t,x:X,y:O+V,index:b,row:F,element:S});else if(S.type===s.ElementType.TOOTH_POSITION)this.textParticle.complete(),this.toothPositionParticle.render({ctx:t,x:X,y:O+V,index:b,row:F,element:S});else if(S.type===s.ElementType.TAB)this.textParticle.complete();else if(S.rowFlex===s.RowFlex.ALIGNMENT||S.rowFlex===s.RowFlex.JUSTIFY)this.textParticle.record(t,S,X,O+V),this.textParticle.complete();else if(S.type===s.ElementType.BLOCK)this.textParticle.complete(),this.blockParticle.render(t,d,S,X,O+V);else{const Z=S.buttonValueLayoutPrefixOffset===!0;(S.left||Z)&&this.textParticle.complete(),this.textParticle.record(t,S,X,O+V),(Z||S.width||S.letterSpacing||ca.test(S.value))&&this.textParticle.complete()}if(g&&!p&&this.mode!==s.EditorMode.CLEAN&&!F.isWidthNotEnough&&b===F.elementList.length-1&&this.lineBreakParticle.render(t,S,X,O+F.height/2),C&&da.test(S.value)&&this.whiteSpaceParticle.render(t,S,X,O+F.height/2),S.control?.border){E?.control?.border&&E.controlId!==S.controlId&&this.control.drawBorder(t);const Z=this.getElementRowMargin(S);this.control.recordBorderInfo(X,O+Z,S.metrics.width,F.height-2*Z)}else E?.control?.border&&this.control.drawBorder(t);if(S.control?.type===s.ControlType.TEXT){const Z=S.controlComponent===s.ControlComponent.VALUE,ot=S.controlComponent===s.ControlComponent.POSTFIX||S.controlComponent===s.ControlComponent.POST_TEXT,_=!!E&&E.originControlId===S.controlId&&(E.controlComponent===s.ControlComponent.POSTFIX||E.controlComponent===s.ControlComponent.POST_TEXT||E.controlComponent===s.ControlComponent.POSTTEXTFIX||E.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT);S.originControlId&&(S.controlComponent===s.ControlComponent.PREFIX||S.controlComponent===s.ControlComponent.PRE_TEXT||S.controlComponent===s.ControlComponent.PRETEXTFIX||S.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t),Z&&S.control?.underline&&!S.underline&&((!E||E.controlId!==S.controlId||_||E.controlComponent!==s.ControlComponent.VALUE&&E.controlComponent!==s.ControlComponent.PLACEHOLDER)&&this.control.startTextFieldUnderline(S.controlId,X,O+F.height),this.control.recordTextFieldUnderlineWidth(S.metrics.width)),ot&&this.control.drawTextFieldUnderline(t),S.originControlId&&(S.controlComponent===s.ControlComponent.POSTFIX||S.controlComponent===s.ControlComponent.POST_TEXT||S.controlComponent===s.ControlComponent.POSTTEXTFIX||S.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)&&this.control.drawTextFieldUnderline(t)}else E?.control?.type===s.ControlType.TEXT&&this.control.drawTextFieldUnderline(t);if(S.type!==s.ElementType.REUSABLE_ITEM&&(S.underline||S.control?.underline)&&S.controlComponent!==s.ControlComponent.PLACEHOLDER&&!(S.control?.type===s.ControlType.TEXT&&S.control?.underline&&!S.underline)){E?.type===s.ElementType.SUBSCRIPT&&S.type!==s.ElementType.SUBSCRIPT&&this.underline.render(t);const Z=this.getElementRowMargin(S),ot=S.left||0;let _=0;S.type===s.ElementType.SUBSCRIPT&&(_=this.subscriptParticle.getOffsetY(S));const H=S.control?.underline?this.options.underlineColor:S.color;this.underline.recordFillInfo(t,X-ot,O+F.height-Z+_,y.width+ot,0,H,S.textDecoration?.style)}else(E?.underline||E?.control?.underline)&&(E?.control?.type===s.ControlType.TEXT&&E?.control?.underline&&!E.underline||this.underline.render(t));if(S.type!==s.ElementType.REUSABLE_ITEM&&S.strikeout){if(!S.type||Le.includes(S.type)){E&&(E.type===s.ElementType.SUBSCRIPT&&S.type!==s.ElementType.SUBSCRIPT||E.type===s.ElementType.SUPERSCRIPT&&S.type!==s.ElementType.SUPERSCRIPT||this.getElementSize(E)!==this.getElementSize(S))&&this.strikeout.render(t);const Z=this.textParticle.measureBasisWord(t,this.getElementFont(S));let ot=O+V+Z.actualBoundingBoxDescent*n-y.height/2;S.type===s.ElementType.SUBSCRIPT?ot+=this.subscriptParticle.getOffsetY(S):S.type===s.ElementType.SUPERSCRIPT&&(ot+=this.superscriptParticle.getOffsetY(S)),this.strikeout.recordFillInfo(t,X,ot,y.width)}}else E?.strikeout&&this.strikeout.render(t);const{zone:W,splitTdRange:D}=this.range.getRange();let{startIndex:U,endIndex:v}=this.range.getRange(),Q=!1;if(T&&D&&[T.originalId,T.id].includes(D.originalId)&&(Q=!0,U=D.startIndex-(T.valueStartIndex??0),v=D.endIndex-(T.valueStartIndex??0)),W===f&&U!==v&&U<=M&&M<=v){const Z=this.position.getPositionContext();if(!Z.isTable&&!S.tdId||Z.tdId===S.tdId||Q)if(U===M){const ot=u[U+1];ot&&ot.value===K&&(N.x=X+y.width,N.y=O,N.height=F.height,N.width+=this.options.rangeMinWidth)}else{let ot=y.width;ot===0&&F.elementList.length===1&&(ot=this.options.rangeMinWidth),N.width||(N.x=X,N.y=O,N.height=F.height),N.width+=ot}}if(!l.disabled&&S.groupIds&&this.group.recordFillInfo(S,X,O,y.width,F.height),M++,S.type===s.ElementType.TABLE&&!re(S)){const Z=S.tdPadding||i,ot=Z[1]+Z[3];for(let _=0;_<S.trList.length;_++){const H=S.trList[_];for(let B=0;B<H.tdList.length;B++){const q=H.tdList[B];this.drawRow(t,{elementList:q.value,positionList:q.positionList,rowList:q.rowList,pageNo:d,startIndex:0,innerWidth:(q.width-ot)*n,zone:f,isDrawLineBreak:g,td:q})}}}}if(F.isList&&this.listParticle.drawListStyle(t,F,h[F.startIndex]),this.textParticle.complete(),this.control.drawBorder(t),this.underline.render(t),this.strikeout.render(t),this.group.render(t),!I){if(N.width&&N.height){const{x:b,y:S,width:y,height:V}=N;this.range.render(t,b,S,y,V)}if(m&&Y&&Y.id===L){const{coordinate:{leftTop:[b,S]}}=h[F.startIndex];this.tableParticle.drawRange(t,Y,b,S)}}}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:h,pageBorder:R}=this.options,f=this.isPrintLikeMode(),g=this.mode===s.EditorMode.COMPARE?this.options.modeRule[s.EditorMode.COMPARE]:this.options.modeRule[s.EditorMode.PRINT],T=this.getInnerWidth(),C=this.ctxList[l];C.globalAlpha=this.zone.isMainActive()?1:r,this._clearPage(l),(!f||!g?.backgroundDisabled)&&this.background.render(C,l),f||this.area.render(C,l),a!==s.PageMode.CONTINUITY&&this.options.watermark.data&&this.waterMark.render(C,l),f||this.margin.render(C,l),this._drawFloat(C,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]}),f||this.control.renderHighlightList(C,l);const p=i[0]?.startIndex;this.drawRow(C,{elementList:e,positionList:n,rowList:i,pageNo:l,startIndex:p,innerWidth:T,zone:s.EditorZone.MAIN}),this.getIsPagingMode()&&(c.disabled||this.header.render(C,l),u.disabled||this.pageNumber.render(C,l),d.disabled||this.footer.render(C,l)),this._drawFloat(C,{pageNo:l,imgDisplays:[s.ImageDisplay.FLOAT_TOP,s.ImageDisplay.SURROUND]}),!f&&this.search.getSearchKeyword()&&this.search.render(C,l),this.elementList.length<=1&&!this.elementList[0]?.listId&&this.placeholder.render(C),h.disabled||this.lineNumber.render(C,l),R.disabled||this.pageBorder.render(C),this.badge.render(C,l),this.isGraffitiMode()&&this.graffiti.render(C,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=ie(),n=[],i=(X,O)=>{n.push({label:X,duration:ie()-O})};this.renderCount++;const l=this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM||this.isPrintLikeMode()?rf([...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 X=this.getElementList(),O=X[a],W=O?.type===s.ElementType.SUB_TEMPLATE&&O.subTemplateExpanded?s.LocationPosition.AFTER:s.LocationPosition.BEFORE,D=Hn(X,a,W);D!==a&&!re(X[D])&&(this.range.setRange(D,D),a=D)}let d;const u=this.position.getPositionContext();if(c)d=this.getOriginalElementList()[u.index];else{const X=~a?a:0,O=this.getElementList();d=Zn(O,X)}const{header:h,footer:R}=this.options,{isSubmitHistory:f=!0,isSetCursor:g=!0,isLazy:T=!0,isInit:C=!1,isSourceHistory:p=!1,isFirstRender:I=!1,isDel:m=!1}=t||{};let{isCompute:L=!0}=t||{};r&&(L=!0);let{curIndex:M}=t||{};const{traceLabel:P}=t||{},F=this.getInnerWidth(),N=this.getIsPagingMode(),Y=this.pageRowList.length;if(L){if(this.splitTdValueMap.clear(),this.tdMap.clear(),this.position.setFloatPositionList([]),N){if(!h.disabled){const H=ie();this.header.compute(),i("header.compute",H)}if(!R.disabled){const H=ie();this.footer.compute(),i("footer.compute",H)}}const X=this.getMargins(),O=this.getHeight(),E=this.header.getExtraHeight(),W=this.getMainOuterHeight(),D=X[3],U=X[0]+E,v=bi(this.elementList),Q=ie();this.rowList=this.computeRowList({startX:D,startY:U,pageHeight:O,mainOuterHeight:W,isPagingMode:N,innerWidth:F,surroundElementList:v,elementList:this.elementList}),i("computeRowList",Q);const Z=ie();this.pageRowList=this._computePageList(),i("computePageList",Z);const ot=ie();this.position.computePositionList(),i("computePositionList",ot);const _=ie();if(this.area.compute(),i("area.compute",_),!this.isPrintLikeMode()){const H=this.search.getSearchKeyword();if(H){const q=ie();this.search.compute(H),i("search.compute",q)}const B=ie();this.control.computeHighlightList(),i("control.computeHighlightList",B)}if(this.isGraffitiMode()){const H=ie();this.graffiti.compute(),i("graffiti.compute",H)}}this.imageObserver.clearAll(),this.cursor.recoveryCursor();for(let X=0;X<this.pageRowList.length;X++)this.pageList[X]||this._createPage(X);const b=this.pageRowList.length,S=this.pageList.length;if(S>b){const X=S-b;this.ctxList.splice(b,X),this.pageList.splice(b,X).forEach(O=>O.remove())}const y=ie();if(T&&N?this._lazyRender():this._immediateRender(),i(T&&N?"lazyRender":"immediateRender",y),g){if(L&&d?.tableId){const{index:X}=u,E=this.getOriginalElementList()[X];if(d.tableId!==E?.id){const D=this.findTableChildrenElement(!0,d.tableId,d);D&&u.index!==D.originalIndex&&(u.index=D.originalIndex,u.tableId=D.table.id,u.trIndex=D.trIndex,u.trId=D.tr.id,u.tdIndex=D.tdIndex,u.tdId=D.td.id,M=D.elementIndex,this.position.setPositionContext(u),this.range.setRange(M,M),this.updateTableTool())}const W=this.getElementList();W[a]!==d&&(M=W.findIndex(D=>D===d))}M=this.setCursor(M)}else this.range.getIsSelection()&&this.cursor.focus();if(m){let X;const O=this.position.getPositionContext();X=this.range.getRange().startIndex-1,O.index=X}(f&&!I||M!==void 0&&this.historyManager.isStackEmpty())&&this.submitHistory(M);const V=ie();Ti(()=>{const X=ie();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(),Y!==this.pageRowList.length&&(this.listener.pageSizeChange&&this.listener.pageSizeChange(this.pageRowList.length),this.eventBus.isSubscribe("pageSizeChange")&&this.eventBus.emit("pageSizeChange",this.pageRowList.length)),(f||p)&&!C&&(this.listener.contentChange&&this.listener.contentChange(),this.eventBus.isSubscribe("contentChange")&&this.eventBus.emit("contentChange"));const O=ie();mi(this.options,P||"render",O-e,[...n,{label:"nextTick.wait",duration:X-V},{label:"nextTick.callback",duration:O-X}],{isCompute:L,pageCount:this.pageRowList.length})}),g&&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 h=d.trList[u],R=h.tdList.find(f=>t?r?.linkTdPrevId===f.id:r?.id===f.linkTdPrevId);if(R){n.index=a,n.trIndex=u,n.tableId=d.id,n.trId=h.id,n.tdId=R?.id,e=t?R.value.length-1:e+(R.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.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 h=u?.[t];this.position.setCursorPosition(h||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&&Xa.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=yi(this.elementList),i=yi(this.header.getElementList()),l=yi(this.footer.getElementList()),r=at(this.range.getRange()),a=this.pageNo,c=at(e),d=this.zone.getZone();this.historyManager.execute(()=>{this.zone.setZone(d),this.setPageNo(a),this.position.setPositionContext(at(c)),this.header.setElementList(at(i)),this.footer.setElementList(at(l)),this.elementList=at(n),this.range.replaceRange(at(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,h]of d.trList.entries())for(const[R,f]of h.tdList.entries()){const g=f.value.findIndex(typeof n=="function"?n:T=>T===n);if(g>=0)return{originalIndex:c,table:d,tr:h,trIndex:u,td:f,tdIndex:R,elementIndex:g}}}}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 Kl{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;executeSetButtonContent;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;getButtonContent;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.executeSetButtonContent=t.setButtonContent.bind(t),this.getControlValue=t.getControlValue.bind(t),this.getButtonContent=t.getButtonContent.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 Hf(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 Af(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=Hf(e,n);o.forEach(R=>{const f=document.createElement("img");f.style.width=i===s.PaperDirection.HORIZONTAL?d.height:d.width,f.style.height=i===s.PaperDirection.HORIZONTAL?d.width:d.height,f.src=R,c.append(f)});const u=document.createElement("style"),h=`
|
|
565
565
|
* {
|
|
566
566
|
margin: 0;
|
|
567
567
|
padding: 0;
|
|
@@ -571,12 +571,12 @@ ${h} `}textToElements(t){const e=[],n=t.split(`
|
|
|
571
571
|
size: ${d.size} ${i===s.PaperDirection.HORIZONTAL?"landscape":"portrait"};
|
|
572
572
|
}`;u.append(document.createTextNode(h)),setTimeout(()=>{a.write(`${u.outerHTML}${c.innerHTML}`),r.print(),a.close(),window.addEventListener("mouseover",()=>{l?.remove()},{once:!0})})}const _f=[s.ControlType.TEXT,s.ControlType.TEXTFIELD],Hl=["id","titleId","listId","areaId","hyperlinkId","dateId","labelId","tableId","trId","tdId","pagingId","menstrualHistoryId","fetalHeartPositionId","toothPositionId"];function ri(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 at(n);if(n.control?.value?.length){const i=ri(n.control.value,t);if(i)return i}if(n.valueList?.length){const i=ri(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=ri(a.value,t);if(c)return c}}}return null}function Bf(o){const t=new Map,e=new Map,n=a=>a&&(t.has(a)||t.set(a,mt()),t.get(a)),i=a=>a&&(e.has(a)||e.set(a,mt()),e.get(a)),l=a=>{a.controlId&&(a.controlId=n(a.controlId)),a.originControlId&&(a.originControlId=n(a.originControlId));for(let c=0;c<Hl.length;c++){const d=Hl[c],u=a[d];if(typeof u=="string"){const h=a;h[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 h=u;typeof h.id=="string"&&(h.id=i(h.id)),u.value.forEach(l)})})},r=at(o);return l(r),r}function kf(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 Gf{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()}getButtonContentControlId(t){return`${t}_text`}getButtonContentText(t){return t.filter(e=>!Te(e)).map(e=>e.value===K?`
|
|
573
573
|
`:e.value||"").join("")}hasButtonContent(t){return t?.length?t.some(e=>!Te(e)&&(!!(e.type&&e.type!==s.ElementType.TEXT&&e.type!==s.ElementType.CONTROL)||(e.value===K?`
|
|
574
|
-
`:e.value||"").length>0)):!1}syncButtonPlaceholderElements(t,e,n){const i=[];let l=null,r=-1,a=!1;if(t.forEach((u,h)=>{u.controlId!==e||u.control?.type!==s.ControlType.BUTTON||(u.control.placeholder=n,l||=u,u.controlComponent===s.ControlComponent.VALUE&&!Te(u)&&(a=!0),u.controlComponent===s.ControlComponent.PLACEHOLDER&&i.push({element:u,index:h}),r===-1&&u.controlComponent===s.ControlComponent.POSTFIX&&(r=h))}),!l)return;const c=i.length?Math.min(...i.map(u=>u.index)):r;i.length&&i.sort((u,h)=>h.index-u.index).forEach(u=>{t.splice(u.index,1)});const d=Dt(n);!d.length||a&&!i.length||c<0||d.forEach((u,h)=>{const R={...xt(l,
|
|
575
|
-
`?K:u,controlId:e,type:s.ElementType.CONTROL,control:l.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor,hide:a};se(t,[R],c-1+h,{editorOptions:this.options}),t.splice(c+h,0,R)})}normalizeButtonContentValue(t){return Array.isArray(t)?at(t):[{value:t}]}getButtonContentResult(t){if(!t?.length)return null;const e=this.getButtonContentText(t);return t.some(i=>!!i.type&&i.type!==s.ElementType.TEXT&&i.type!==s.ElementType.CONTROL)?at(t):e}isSameButtonControlElement(t,e){return!!(t&&t.controlId===e.element.controlId&&(t.originControlId||null)===(e.element.originControlId||null))}getButtonControlRange(t){let e=t.index;for(;e>0&&this.isSameButtonControlElement(t.elementList[e-1],t);)e--;let n=t.index;for(;n+1<t.elementList.length&&this.isSameButtonControlElement(t.elementList[n+1],t);)n++;return{startIndex:e,endIndex:n}}getButtonRenderedValue(t){const{startIndex:e,endIndex:n}=this.getButtonControlRange(t),i=[];for(let l=e;l<=n;l++){const r=t.elementList[l];if(this.isSameButtonControlElement(r,t)&&r.controlComponent===s.ControlComponent.VALUE&&!Te(r)){const a={value:r.value||""};[...
|
|
574
|
+
`:e.value||"").length>0)):!1}syncButtonPlaceholderElements(t,e,n){const i=[];let l=null,r=-1,a=!1;if(t.forEach((u,h)=>{u.controlId!==e||u.control?.type!==s.ControlType.BUTTON||(u.control.placeholder=n,l||=u,u.controlComponent===s.ControlComponent.VALUE&&!Te(u)&&(a=!0),u.controlComponent===s.ControlComponent.PLACEHOLDER&&i.push({element:u,index:h}),r===-1&&u.controlComponent===s.ControlComponent.POSTFIX&&(r=h))}),!l)return;const c=i.length?Math.min(...i.map(u=>u.index)):r;i.length&&i.sort((u,h)=>h.index-u.index).forEach(u=>{t.splice(u.index,1)});const d=Dt(n);!d.length||a&&!i.length||c<0||d.forEach((u,h)=>{const R={...xt(l,ae),value:u===`
|
|
575
|
+
`?K:u,controlId:e,type:s.ElementType.CONTROL,control:l.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor,hide:a};se(t,[R],c-1+h,{editorOptions:this.options}),t.splice(c+h,0,R)})}normalizeButtonContentValue(t){return Array.isArray(t)?at(t):[{value:t}]}getButtonContentResult(t){if(!t?.length)return null;const e=this.getButtonContentText(t);return t.some(i=>!!i.type&&i.type!==s.ElementType.TEXT&&i.type!==s.ElementType.CONTROL)?at(t):e}isSameButtonControlElement(t,e){return!!(t&&t.controlId===e.element.controlId&&(t.originControlId||null)===(e.element.originControlId||null))}getButtonControlRange(t){let e=t.index;for(;e>0&&this.isSameButtonControlElement(t.elementList[e-1],t);)e--;let n=t.index;for(;n+1<t.elementList.length&&this.isSameButtonControlElement(t.elementList[n+1],t);)n++;return{startIndex:e,endIndex:n}}getButtonRenderedValue(t){const{startIndex:e,endIndex:n}=this.getButtonControlRange(t),i=[];for(let l=e;l<=n;l++){const r=t.elementList[l];if(this.isSameButtonControlElement(r,t)&&r.controlComponent===s.ControlComponent.VALUE&&!Te(r)){const a={value:r.value||""};[...ae,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"].forEach(d=>{const u=r[d];u!==void 0&&(a[d]=u)}),i.push(a)}}return i}getButtonBusinessValue(t){const e=this.getButtonRenderedValue(t);if(e.length)return e;const n=this.getButtonContentControlId(t.element.controlId),i=t.elementList.find(c=>c.controlId===n&&c.control?.type===s.ControlType.BUTTON&&!!c.control.buttonText);if(i?.control?.value?.length)return at(i.control.value);const l=t.element.control?.value||[],r=this.getButtonContentText(l),a=t.element.control?.buttonLabel||t.element.control?.label||"";return!this.hasButtonContent(l)||r===a?[]:at(l)}findButtonControlContext(t){const e=(i,l)=>{for(let r=0;r<i.length;r++){const a=i[r];if(a.type===s.ElementType.TABLE&&a.trList?.length)for(const c of a.trList)for(const d of c.tdList){const u=e(d.value,l);if(u)return u}if(a.controlId===t&&a.control?.type===s.ControlType.BUTTON&&!a.control.buttonText)return{elementList:i,index:r,element:a,zone:l}}return null},n=[{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:i,elementList:l}of n){const r=e(l,i);if(r)return r}return null}removeButtonBusinessElements(t){const e=this.getButtonContentControlId(t.element.controlId);for(let n=t.elementList.length-1;n>=0;n--)t.elementList[n].controlId===e&&t.elementList.splice(n,1)}appendButtonContentValue(t,e){if(!t.length)return e;if(!e.length)return t;const n=this.getButtonContentText(t),i=this.getButtonContentText(e);return n.trim()?i.trim()?[{value:n.endsWith(`
|
|
576
576
|
`)||i.startsWith(`
|
|
577
577
|
`)?n:`${n}
|
|
578
|
-
`},{value:i}]:t:e}createButtonBusinessElements(t,e){const n=this.getButtonContentText(e),i=t.element.control,l=t.element.controlId,r=xt(t.element,[...En,...
|
|
579
|
-
`?K:h.value,buttonValueLayout:h.buttonValueLayout,buttonValueLayoutPrefixOffset:h.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE,color:this.options.defaultColor,highlight:void 0})}),d}replaceButtonRenderedValue(t,e,n){const{startIndex:i,endIndex:l}=this.getButtonControlRange(t);let r=i,a=l;for(let f=i;f<=l;f++){const g=t.elementList[f];if(g.controlComponent===s.ControlComponent.PREFIX)r=f;else if(g.controlComponent===s.ControlComponent.POSTFIX){a=f;break}}const c=r+1,d=Math.max(a-r-1,0);t.elementList.splice(c,d,...e);const h=this.hasButtonContent(n)?at(n):null,R=r+e.length+1;for(let f=r;f<=R;f++){const g=t.elementList[f];this.isSameButtonControlElement(g,t)&&g.control&&(g.control.value=h?at(h):null,g.control.hide=!1)}return e.length?r+e.length:r}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()||Yc(this.canvasEvent,t)}copyControl(t){if(!t)return;const e=Yt(this.draw.getElementList(),{editorOptions:this.options}),n=ri(e,t);n&&Xc({element:n})}pasteControl(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=cr();if(!e?.element)return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=Bf(e.element),a=r.controlId;if(!a)return;const c=Si([r]);if(!c.length)return;qt(c,{isHandleFirstElement:!1,editorOptions:this.options});let d=n,u=n,h=i,R=!1,f;const g=n===i;let T=this.control.getActiveControl();!T&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),T=this.control.getActiveControl());const C=T?.getElement();if(C?.control?.type&&_f.includes(C.control.type)&&this.control.getIsRangeWithinControl()){R=!0,f=C.controlId;const m=l[n];g&&(m?.control?.type===s.ControlType.TEXTFIELD||m?.control?.type===s.ControlType.TEXT)&&this.control.removePlaceholder(n)}else if(C?.controlId){const m=kf(l,C.controlId,C.originControlId);~m&&(d=m,u=m,h=m)}se(l,c,d,{isBreakWhenWrap:!0,editorOptions:this.options}),f&&c.forEach(m=>{m.controlId===a&&!m.originControlId&&(m.originControlId=f)});const p=d+1;u!==h&&this.draw.spliceElementList(l,u+1,h-u),this.draw.spliceElementList(l,p,0,c);const I=d+c.length;this.range.setRange(I,I),this.draw.render({curIndex:I}),R&&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===K&&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===K&&(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([...Array.isArray(t.element)?t.element:t.elementList||[t.element]].filter(l=>l.newButtonValue&&l.newButtonValue.length>0).length){const l=t.controlId;this.removeButtonElementsByControlId(l+"_text").then(()=>{setTimeout(()=>{this.insertButtonValue(t)},500)})}else{const l=t.controlId;l&&this.removeButtonElementsByControlId(l+"_text")}}triggerControlEditAttribute(t,e){const n=this.draw.getElementList(),i=[];t&&Os(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=Object.prototype.hasOwnProperty.call(t,"action"),i=[];let l="",r="",a=!1,c=!1,d="",u=!1;e.forEach((p,I)=>{if(p.controlId!==t.controlId||p.control?.type!==s.ControlType.BUTTON)return;const m=p.control.buttonLabel||p.control.label||"";!l&&m&&(l=m),u||(u=!0,d=p.control.placeholder||"");const L=p.control.value||[],
|
|
578
|
+
`},{value:i}]:t:e}createButtonBusinessElements(t,e){const n=this.getButtonContentText(e),i=t.element.control,l=t.element.controlId,r=xt(t.element,[...En,...ae,...bn,...Rn]),a=t.element.originControlId,c={...r,controlId:l,originControlId:a,type:s.ElementType.CONTROL,control:i,hide:!1},d=[];return Pn(n,i).forEach(h=>{d.push({...c,value:h.value===`
|
|
579
|
+
`?K:h.value,buttonValueLayout:h.buttonValueLayout,buttonValueLayoutPrefixOffset:h.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE,color:this.options.defaultColor,highlight:void 0})}),d}replaceButtonRenderedValue(t,e,n){const{startIndex:i,endIndex:l}=this.getButtonControlRange(t);let r=i,a=l;for(let f=i;f<=l;f++){const g=t.elementList[f];if(g.controlComponent===s.ControlComponent.PREFIX)r=f;else if(g.controlComponent===s.ControlComponent.POSTFIX){a=f;break}}const c=r+1,d=Math.max(a-r-1,0);t.elementList.splice(c,d,...e);const h=this.hasButtonContent(n)?at(n):null,R=r+e.length+1;for(let f=r;f<=R;f++){const g=t.elementList[f];this.isSameButtonControlElement(g,t)&&g.control&&(g.control.value=h?at(h):null,g.control.hide=!1)}return e.length?r+e.length:r}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()||Yc(this.canvasEvent,t)}copyControl(t){if(!t)return;const e=Yt(this.draw.getElementList(),{editorOptions:this.options}),n=ri(e,t);n&&Xc({element:n})}pasteControl(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=cr();if(!e?.element)return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=Bf(e.element),a=r.controlId;if(!a)return;const c=Si([r]);if(!c.length)return;qt(c,{isHandleFirstElement:!1,editorOptions:this.options});let d=n,u=n,h=i,R=!1,f;const g=n===i;let T=this.control.getActiveControl();!T&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),T=this.control.getActiveControl());const C=T?.getElement();if(C?.control?.type&&_f.includes(C.control.type)&&this.control.getIsRangeWithinControl()){R=!0,f=C.controlId;const m=l[n];g&&(m?.control?.type===s.ControlType.TEXTFIELD||m?.control?.type===s.ControlType.TEXT)&&this.control.removePlaceholder(n)}else if(C?.controlId){const m=kf(l,C.controlId,C.originControlId);~m&&(d=m,u=m,h=m)}se(l,c,d,{isBreakWhenWrap:!0,editorOptions:this.options}),f&&c.forEach(m=>{m.controlId===a&&!m.originControlId&&(m.originControlId=f)});const p=d+1;u!==h&&this.draw.spliceElementList(l,u+1,h-u),this.draw.spliceElementList(l,p,0,c);const I=d+c.length;this.range.setRange(I,I),this.draw.render({curIndex:I}),R&&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===K&&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===K&&(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([...Array.isArray(t.element)?t.element:t.elementList||[t.element]].filter(l=>l.newButtonValue&&l.newButtonValue.length>0).length){const l=t.controlId;this.removeButtonElementsByControlId(l+"_text").then(()=>{setTimeout(()=>{this.insertButtonValue(t)},500)})}else{const l=t.controlId;l&&this.removeButtonElementsByControlId(l+"_text")}}triggerControlEditAttribute(t,e){const n=this.draw.getElementList(),i=[];t&&Os(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=Object.prototype.hasOwnProperty.call(t,"action"),i=[];let l="",r="",a=!1,c=!1,d="",u=!1;e.forEach((p,I)=>{if(p.controlId!==t.controlId||p.control?.type!==s.ControlType.BUTTON)return;const m=p.control.buttonLabel||p.control.label||"";!l&&m&&(l=m),u||(u=!0,d=p.control.placeholder||"");const L=p.control.value||[],M=this.getButtonContentText(L);M.trim()&&M!==m&&(a=!0),M.trim()&&M===m&&(c=!0),p.controlComponent===s.ControlComponent.VALUE&&(i.push(I),r+=p.value===K?`
|
|
580
580
|
`:p.value||"")});const h=!!(!a&&l&&(r===l||c)),R=t.placeholder!==void 0?t.placeholder:d;if(h&&i.sort((p,I)=>I-p).forEach(p=>{e.splice(p,1)}),e.forEach(p=>{p.controlId===t.controlId&&p.control?.type===s.ControlType.BUTTON&&(t.label!==void 0&&(p.control.buttonLabel=t.label,p.control.label=t.label),p.control.placeholder=R,t.code!==void 0&&(p.control.code=t.code),h&&(p.control.value=null),p.control.hide=!1,n&&(t.action?p.control.action=t.action:delete p.control.action),t.editable!==void 0&&(p.control.editable=t.editable),t.valueLayout!==void 0&&(p.control.valueLayout=Yn(t.valueLayout)),p.hide=!1)}),t.valueLayout!==void 0){const p=this.findButtonControlContext(t.controlId);if(p){const I=this.getButtonBusinessValue(p),m=this.createButtonBusinessElements(p,I);this.replaceButtonRenderedValue(p,m,I)}}this.syncButtonPlaceholderElements(e,t.controlId,R);const{startIndex:f,endIndex:g}=this.range.getRange(),T=!0,C=g;this.draw.render({curIndex:C,isSetCursor:T})}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]===`
|
|
581
581
|
`?K: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]===`
|
|
582
|
-
`?K: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,l=(Array.isArray(t.element)?t.element:t.elementList||[t.element])[0],r=l.newButtonValue,a=l.control.buttonLabel,c=l.control.code;if(!r||!r.length)return;let d=-1;for(let I=0;I<e.length;I++)if(e[I].controlId===n&&e[I].control?.type==="button"){d=I;break}if(d===-1)return;const u=n+"_text",h=[];for(let I=0;I<r.length;I++){const m=r[I];h.push({value:m.value,code:m.code})}const R={type:"button",buttonLabel:a,buttonText:!0,label:a,code:c,value:h,hide:!1},f=[];f.push({value:"[",controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.PREFIX,color:"#1677FF",hide:!1});for(let I=0;I<r.length;I++){const m=r[I],L=r.length>1?`${I+1}.${m.value}`:m.value,P=Dt(L);for(let M=0;M<P.length;M++)f.push({value:P[M],controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1});r.length>1&&I<r.length-1&&f.push({value:K,controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1})}f.push({value:"]",controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.POSTFIX,color:"#1677FF",hide:!1});for(let I=0;I<f.length;I++)e.splice(d+I,0,f[I]);const{startIndex:g,endIndex:T}=this.range.getRange(),C=!0,p=T;this.draw.render({curIndex:p,isSetCursor:C})}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===K?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:R}=this.range.getRange(),g=this.draw.getElementList()[R];this.range.setDefaultStyle({size:t}),g?.value===K?(d.push(g),c={curIndex:R}):this.draw.render({curIndex:R,isCompute:!1,isSubmitHistory:!1})}if(!d.length)return;let h=!1;d.forEach(R=>{!R.size&&t===a||R.size&&R.size===t||(R.size=t,h=!0)}),h&&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(),R=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||R.size||i;this.range.setDefaultStyle({size:g+2>l?l:g+2}),R?.value===K?(c.push(R),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(),R=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||R.size||i;this.range.setDefaultStyle({size:g-2<l?l:g-2}),R?.value===K?(c.push(R),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===K?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===K?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&&!pa(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===K?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===K?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===K?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===K?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=mt(),c=this.draw.getOptions().title;r.forEach(h=>{!h.type&&h.value===K||(t?(h.level=t,h.titleId=a,yo(h)&&(h.size=c[ks[t]],h.bold=!0)):h.titleId&&(delete h.titleId,delete h.title,delete h.level,delete h.size,delete h.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||mt()}])}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:Xs,type:s.ElementType.SEPARATOR,dashArray:t,...e};se(a,[u],l,{editorOptions:this.options}),l!==0&&a[l].value===K?(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:Xs}])}addWatermark(t){if(this.draw.isReadonly())return;const n=this.draw.getOptions(),{color:i,size:l,opacity:r,font:a,gap:c}=Oi;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={...Oi},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||mt();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});Af(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||Vs(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:vn(e,t).innerHTML,main:vn(n,t).innerHTML,footer:vn(i,t).innerHTML}}getText(){const t=this.options,e=this.draw.getHeaderElementList(),n=this.draw.getOriginalMainElementList(),i=this.draw.getFooterElementList();return{header:Mn(e,t),main:Mn(n,t),footer:Mn(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=at(t);qt(n,{isHandleFirstElement:!1,editorOptions:this.options});const i=bi(n);return this.draw.computeRowList({innerWidth:e,elementList:n,surroundElementList:i}).reduce((r,a)=>r+a.height+(a.offsetY||0),0)}getRange(){return at(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=hn(a[i?e:e+1],{extraPickAttrs:["id","controlComponent"]}),d=hn(a[n],{extraPickAttrs:["id","controlComponent"]}),u=this.draw.getRowList(),h=this.position.getPositionList(),R=h[e],f=h[n],g=R?.pageNo,T=f?.pageNo,C=R?.rowIndex,p=f?.rowIndex,I=u[C],m=u[p];let L=0,P=0;this.draw.getCursor().getHitLineStartIndex()||(L=I?.elementList[0]?.value===K?R?.index-I?.startIndex:R?.index-I?.startIndex+1),R===f?P=L:P=m.elementList[0]?.value===K?f.index-m.startIndex:f.index-m.startIndex+1;const M=[],F=this.draw.getOriginalHeight(),N=this.draw.getOriginalPageGap(),Y=this.position.getSelectionPositionList();if(Y){let U=null,Z=0,Q=null;for(let v=0;v<Y.length;v++){const{rowNo:st,pageNo:B,coordinate:{leftTop:H,rightTop:k},lineHeight:q}=Y[v];U===null||U!==st?(Q&&M.push(Q),Q={x:H[0],y:H[1]+B*(F+N),width:k[0]-H[0],height:q},U=st,Z=H[0]):Q.width=k[0]-Z,v===Y.length-1&&Q&&M.push(Q)}}else{const Z=this.position.getPositionList()[n],{coordinate:{rightTop:Q},pageNo:v,lineHeight:st}=Z;M.push({x:Q[0],y:Q[1]+v*(F+N),width:0,height:st})}const b=this.draw.getZone().getZone(),{isTable:S,trIndex:y,tdIndex:V,index:X}=this.position.getPositionContext();let O=null;if(S){const Z=this.draw.getOriginalElementList()[X]||null;Z&&(O=Yt([Z])[0])}let E=null,W=null,D=e-1;for(;D>0;){const U=a[D],Z=a[D-1];if(U.titleId&&U.titleId!==Z?.titleId){E=U.titleId,W=h[D].pageNo;break}D--}return at({isCollapsed:i,startElement:c,endElement:d,startPageNo:g,endPageNo:T,startRowNo:C,endRowNo:p,startColNo:L,endColNo:P,rangeRects:M,zone:b,isTable:S,trIndex:y??null,tdIndex:V??null,tableElement:O,selectionText:l,selectionElementList:r,titleId:E,titleStartPageNo:W})}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:h,startTdIndex:R}=a;let f=i;if(a.tableId){const C=l.find(p=>p.id===u);C&&(f=C.trList?.[h]?.tdList?.[R]?.positionList||[])}const g=at(f[c]),T=at(f[d]);n.push({range:a,startPosition:g,endPosition:T})}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=at(t),{startIndex:a}=this.range.getRange(),c=this.draw.getElementList();se(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(at(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 h=u.trList;for(let R=0;R<h.length;R++){const f=h[R];for(let g=0;g<f.tdList.length;g++){const T=f.tdList[g];l(T.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],h=c[d],R=h.controlId&&h.controlComponent===s.ControlComponent.VALUE;if(u||R){if(Object.assign(h,t.properties),h.id){const f=gc(h.id);f&&Object.assign(f,t.properties)}}else{const f=Yt([{...h,...t.properties}],{extraPickAttrs:["id"]});f.length>0&&f[0]?(un(Rn,h,f[0]),qt(f,{isHandleFirstElement:!1,editorOptions:this.options}),c[d]=f[0]):Object.assign(h,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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];l(g.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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];l(g.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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];l(g.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(p,I){for(let m=0;m<p.length;m++){const L=p[m];if(L.type===s.ElementType.TABLE){const P=L.trList;for(let M=0;M<P.length;M++){const F=P[M];for(let N=0;N<F.tdList.length;N++){const Y=F.tdList[N],b=n(Y.value,I);if(b)return{...b,isTable:!0,index:m,trIndex:M,tdIndex:N,tdId:Y.id,trId:F.id,tableId:L.id}}}}if(L.titleId===I){let P=m;for(;P<p.length;){if(p[P+1]?.titleId!==I)return{isTable:!1,startIndex:P,endIndex:P};P++}}}return null}const i=n(e,t);if(!i)return;const{isTable:l,index:r,startTdIndex:a,endTdIndex:c,startTrIndex:d,endTrIndex:u,trIndex:h,tdIndex:R,tdId:f,trId:g,tableId:T,endIndex:C}=i;this.position.setPositionContext({isTable:l,index:r,trIndex:h,tdIndex:R,tdId:f,trId:g,tableId:T}),this.range.setRange(C,C,T,a,c,d,u),this.draw.render({curIndex:C,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===K)for(;n+1<t.length;){const l=t[n+1];if(l.value!==K&&l.value!==ai)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?Qn(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:h}=n;this.position.setPositionContext({isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u}),this.range.setRange(h,h),this.draw.render({curIndex:h,isCompute:!1,isSubmitHistory:!1})}setZone(t){this.draw.getZone().setZone(t)}getControlValue(t){return this.draw.getControl().getValueById(t)}getButtonContent(t){const{controlId:e}=t;if(!e)return null;const n=this.findButtonControlContext(e);return n?this.getButtonContentResult(this.getButtonBusinessValue(n)):null}setButtonContent(t){if(!(this.draw.getMode()===s.EditorMode.FORM)&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{controlId:i,mode:l,isSubmitHistory:r=!0}=t;if(!i)return;const a=this.findButtonControlContext(i);if(!a)return;const c=this.getButtonBusinessValue(a),d=this.normalizeButtonContentValue(t.value),u=l==="append"?this.appendButtonContentValue(c,d):d;this.removeButtonBusinessElements(a);const h=this.findButtonControlContext(i);if(!h)return;const R=this.createButtonBusinessElements(h,u),f=this.replaceButtonRenderedValue(h,R,u);this.syncButtonPlaceholderElements(h.elementList,i,h.element.control?.placeholder||""),r||this.historyManager.recovery(),this.draw.render({curIndex:f,isSubmitHistory:r,isSetCursor:!0})}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=Oo(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 R=u.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T],p=n(C.value,a,c);if(p)return{...p,positionContext:{isTable:!0,index:d-1,trIndex:f,tdIndex:T,tdId:C.id,trId:g.id,tableId:u.id}}}}}if(!c(u))continue;let h=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)h-=1;else if(e?.position===s.LocationPosition.AFTER){if(h-=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:h,endIndex:h},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=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Zn(l,i);if(!r)return;const a=[...En,...le,...bn,...Rn];un(a,r,n),this.draw.insertElementTextField([n])}insertControl(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Zn(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 h=i;h>=0;h--){const R=l[h];if(R.controlId!==a.controlId)break;if(R.controlComponent===s.ControlComponent.PRETEXTFIX||R.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){R.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}if(!d&&!c){const h=l[i-1];if(h?.controlId)for(let R=i-1;R>=0;R--){const f=l[R];if(f.controlId!==h.controlId)break;if(f.controlComponent===s.ControlComponent.PRETEXTFIX||f.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){f.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}}if(d&&t.control?.type===s.ControlType.TEXTFIELD)return;const u=[...En,...le,...bn,...Rn];un(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 R=d.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T];i(C.value,a)}}}if(d?.title?.conceptId!==e)continue;const u=[];let h=c;for(;h<r.length;){const R=r[h];if(h++,d.titleId!==R.titleId){if(R.level&&Mi[R.level]<=Mi[d.level])break;u.push(R)}}n.push({...d.title,value:Mn(u),elementList:Yt(u),zone:a}),c=h}},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:h,tdValueIndex:R,zone:f}=r;if(i&&!a||f&&f!==this.zone.getZone())return null;let g=null,T=null;const C=this.draw.getOriginalElementList();let p=null;const I=this.position.getOriginalPositionList();if(c){const L=C[d].trList?.[u].tdList[h];T=L?.value[R]||null,p=L?.positionList?.[R]||null,g={element:C[d],trIndex:u,tdIndex:h}}else T=C[d]||null,p=I[d]||null;let m=null;if(p){const{pageNo:L,coordinate:{leftTop:P,rightTop:M},lineHeight:F}=p,N=this.draw.getOriginalHeight(),Y=this.draw.getOriginalPageGap();m={x:P[0],y:P[1]+L*(N+Y),width:M[0]-P[0],height:F}}return{pageNo:l,element:T,rangeRect:m,tableInfo:g}}insertTitle(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Zn(l,i);if(!r)return;const a=[...En,...le,...bn,...Rn];n.valueList?.forEach(c=>{un(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(fi(i)){const c=this.draw.getOriginalRowList();if(r=e===s.LocationPosition.BEFORE?c[i]?.startIndex:c[i+1]?.startIndex-1,!fi(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:K}],{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 h of d){if(h.type===s.ElementType.TABLE){const f=h.trList;for(const g of f)for(const T of g.tdList)a(T.value,u);continue}if(h.type!==s.ElementType.MACRO&&h.type!==s.ElementType.CUSTOM_MACRO&&h.type!==s.ElementType.REUSABLE_ITEM||e&&h.id!==e||n&&h.dictCode!==n||i&&h.label!==i||l&&h.areaId!==l)continue;const R={id:h.id,type:h.type,label:h.label,dictCode:h.dictCode,zone:u};h.type===s.ElementType.MACRO?R.value=h.value:h.type===s.ElementType.CUSTOM_MACRO?(R.macroConfig=h.macroConfig,R.value=h.macroConfig?.value):h.type===s.ElementType.REUSABLE_ITEM&&(R.reusableItemConfig=h.reusableItemConfig,R.value=h.reusableItemConfig?.value),r.push(R)}},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=R=>{for(let f=0;f<R.length;f++){const g=R[f];if(g.type===s.ElementType.TABLE){const T=g.trList;for(const C of T)for(const p of C.tdList)u(p.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||(d=!0,g.type===s.ElementType.MACRO?g.value=r:g.type===s.ElementType.CUSTOM_MACRO?g.macroConfig?(g.macroConfig.value=r,a!==void 0&&(g.macroConfig.code=a)):g.macroConfig={type:"text",value:r}:g.type===s.ElementType.REUSABLE_ITEM&&(g.reusableItemConfig?g.reusableItemConfig.value=r:g.reusableItemConfig={value:r}))}},h=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const R of h)u(R);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 f=c.trList;for(const g of f)for(const T of g.tdList)i(T.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(f=>f.id&&c.id===f.id||f.dictCode&&c.dictCode===f.dictCode||f.label&&c.label===f.label||f.areaId&&c.areaId===f.areaId);if(!d)continue;const{value:u,code:h,isSubmitHistory:R=!0}=d;e=!0,R&&(n=!0),c.type===s.ElementType.MACRO?c.value=u:c.type===s.ElementType.CUSTOM_MACRO?c.macroConfig?(c.macroConfig.value=u,h!==void 0&&(c.macroConfig.code=h)):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=h=>{for(let R=0;R<h.length;R++){const f=h[R];if(f.type===s.ElementType.TABLE){const g=f.trList;for(const T of g)for(const C of T.tdList)d(C.value);continue}f.type!==s.ElementType.MACRO&&f.type!==s.ElementType.CUSTOM_MACRO&&f.type!==s.ElementType.REUSABLE_ITEM||e&&f.id!==e||n&&f.dictCode!==n||i&&f.label!==i||l&&f.areaId!==l||(c=!0,Object.assign(f,r))}},u=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const h of u)d(h);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 h=c[u];if(h.type===s.ElementType.TABLE){const R=h.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T],p=r(C.value,d);if(p)return{...p,isTable:!0,index:u,trIndex:f,tdIndex:T,tableId:h.tableId,trId:g.id,tdId:C.id}}}}if(!(h.type!==s.ElementType.MACRO&&h.type!==s.ElementType.CUSTOM_MACRO&&h.type!==s.ElementType.REUSABLE_ITEM)&&!(e&&h.id!==e)&&!(n&&h.dictCode!==n)&&!(i&&h.label!==i)&&!(l&&h.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:mt(),value:e,type:s.ElementType.SUB_TEMPLATE,label:e,templateId:n,subTemplateContent:i?.map(d=>at(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++)Os(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=>at(d)):c.subTemplateContent?.map(d=>at(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=at(c);qt(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 xf{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 Jf{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 Al={SELECTED_TEXT:"%s"},to={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:$f,EDIT_ATTRIBUTE:zf,COPY:jf,PASTE:qf}}=to;function tT(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"||i==="placeholder");return l&&r}function _l(o){return o.hitElement||o.hitTableElement}const eT=[{key:jf,name:"复制控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&tT(o.startElement,o.options.mode),callback:(o,t)=>{const e=t.startElement?.controlId;e&&o.executeCopyControl(e)}},{key:qf,name:"粘贴控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.editorTextFocus&&o.options.mode===s.EditorMode.EDIT&&Nc(),callback:o=>{o.executePasteControl()}},{key:$f,i18nPath:"contextmenu.control.delete",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeRemoveControl()}},{key:zf,i18nPath:"contextmenu.control.editAttribute",when:o=>{const t=_l(o);return!o.isReadonly&&!o.editorHasSelection&&o.options.mode===s.EditorMode.EDIT&&!!t},callback:(o,t)=>{const e=_l(t);e&&o.executeTriggerControlEditAttribute(e.controlId,e)}}],{GLOBAL:{CUT:nT,COPY:oT,PASTE:iT,SELECT_ALL:sT,PRINT:rT}}=to,lT=[{key:nT,i18nPath:"contextmenu.global.cut",shortCut:`${In?"⌘":"Ctrl"} + X`,when:o=>!o.isReadonly,callback:o=>{o.executeCut()}},{key:oT,i18nPath:"contextmenu.global.copy",shortCut:`${In?"⌘":"Ctrl"} + C`,when:o=>o.editorHasSelection||o.isCrossRowCol,callback:o=>{o.executeCopy()}},{key:iT,i18nPath:"contextmenu.global.paste",shortCut:`${In?"⌘":"Ctrl"} + V`,when:o=>!o.isReadonly&&o.editorTextFocus,callback:o=>{o.executePaste()}},{key:sT,i18nPath:"contextmenu.global.selectAll",shortCut:`${In?"⌘":"Ctrl"} + A`,when:o=>o.editorTextFocus,callback:o=>{o.executeSelectAll()}},{isDivider:!0},{key:rT,i18nPath:"contextmenu.global.print",icon:"print",when:()=>!0,callback:o=>{o.executePrint()}}],{HYPERLINK:{DELETE:aT,CANCEL:cT,EDIT:dT}}=to,uT=[{key:aT,i18nPath:"contextmenu.hyperlink.delete",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeDeleteHyperlink()}},{key:cT,i18nPath:"contextmenu.hyperlink.cancel",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeCancelHyperlink()}},{key:dT,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:RT,SAVE_AS:hT,TEXT_WRAP:gT,TEXT_WRAP_EMBED:fT,TEXT_WRAP_UP_DOWN:TT,TEXT_WRAP_SURROUND:mT,TEXT_WRAP_FLOAT_TOP:CT,TEXT_WRAP_FLOAT_BOTTOM:pT}}=to,IT=[{key:RT,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:hT,i18nPath:"contextmenu.image.saveAs",icon:"image",when:o=>!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{o.executeSaveAsImageElement()}},{key:gT,i18nPath:"contextmenu.image.textWrap",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,childMenus:[{key:fT,i18nPath:"contextmenu.image.textWrapType.embed",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.BLOCK)}},{key:TT,i18nPath:"contextmenu.image.textWrapType.upDown",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.INLINE)}},{key:mT,i18nPath:"contextmenu.image.textWrapType.surround",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.SURROUND)}},{key:CT,i18nPath:"contextmenu.image.textWrapType.floatTop",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_TOP)}},{key:pT,i18nPath:"contextmenu.image.textWrapType.floatBottom",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_BOTTOM)}}]}],{TABLE:{BORDER:ET,BORDER_ALL:LT,BORDER_EMPTY:PT,BORDER_DASH:MT,BORDER_EXTERNAL:OT,BORDER_INTERNAL:ST,BORDER_TD:DT,BORDER_TD_TOP:FT,BORDER_TD_LEFT:XT,BORDER_TD_BOTTOM:NT,BORDER_TD_RIGHT:yT,BORDER_TD_BACK:bT,BORDER_TD_FORWARD:VT,VERTICAL_ALIGN:WT,VERTICAL_ALIGN_TOP:YT,VERTICAL_ALIGN_MIDDLE:UT,VERTICAL_ALIGN_BOTTOM:wT,INSERT_ROW_COL:ZT,INSERT_TOP_ROW:vT,INSERT_BOTTOM_ROW:QT,INSERT_LEFT_COL:KT,INSERT_RIGHT_COL:HT,DELETE_ROW_COL:AT,DELETE_ROW:_T,DELETE_COL:BT,DELETE_TABLE:kT,MERGE_CELL:GT,CANCEL_MERGE_CELL:xT}}=to,JT=[{isDivider:!0},{key:ET,i18nPath:"contextmenu.table.border",icon:"border-all",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:LT,i18nPath:"contextmenu.table.borderAll",icon:"border-all",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.ALL)}},{key:PT,i18nPath:"contextmenu.table.borderEmpty",icon:"border-empty",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EMPTY)}},{key:MT,i18nPath:"contextmenu.table.borderDash",icon:"border-dash",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.DASH)}},{key:OT,i18nPath:"contextmenu.table.borderExternal",icon:"border-external",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EXTERNAL)}},{key:ST,i18nPath:"contextmenu.table.borderInternal",icon:"border-internal",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.INTERNAL)}},{key:DT,i18nPath:"contextmenu.table.borderTd",icon:"border-td",when:()=>!0,childMenus:[{key:FT,i18nPath:"contextmenu.table.borderTdTop",icon:"border-td-top",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.TOP)}},{key:yT,i18nPath:"contextmenu.table.borderTdRight",icon:"border-td-right",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.RIGHT)}},{key:NT,i18nPath:"contextmenu.table.borderTdBottom",icon:"border-td-bottom",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.BOTTOM)}},{key:XT,i18nPath:"contextmenu.table.borderTdLeft",icon:"border-td-left",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.LEFT)}},{key:VT,i18nPath:"contextmenu.table.borderTdForward",icon:"border-td-forward",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.FORWARD)}},{key:bT,i18nPath:"contextmenu.table.borderTdBack",icon:"border-td-back",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.BACK)}}]}]},{key:WT,i18nPath:"contextmenu.table.verticalAlign",icon:"vertical-align",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:YT,i18nPath:"contextmenu.table.verticalAlignTop",icon:"vertical-align-top",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.TOP)}},{key:UT,i18nPath:"contextmenu.table.verticalAlignMiddle",icon:"vertical-align-middle",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.MIDDLE)}},{key:wT,i18nPath:"contextmenu.table.verticalAlignBottom",icon:"vertical-align-bottom",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.BOTTOM)}}]},{key:ZT,i18nPath:"contextmenu.table.insertRowCol",icon:"insert-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:vT,i18nPath:"contextmenu.table.insertTopRow",icon:"insert-top-row",when:()=>!0,callback:o=>{o.executeInsertTableTopRow()}},{key:QT,i18nPath:"contextmenu.table.insertBottomRow",icon:"insert-bottom-row",when:()=>!0,callback:o=>{o.executeInsertTableBottomRow()}},{key:KT,i18nPath:"contextmenu.table.insertLeftCol",icon:"insert-left-col",when:()=>!0,callback:o=>{o.executeInsertTableLeftCol()}},{key:HT,i18nPath:"contextmenu.table.insertRightCol",icon:"insert-right-col",when:()=>!0,callback:o=>{o.executeInsertTableRightCol()}}]},{key:AT,i18nPath:"contextmenu.table.deleteRowCol",icon:"delete-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:_T,i18nPath:"contextmenu.table.deleteRow",icon:"delete-row",when:()=>!0,callback:o=>{o.executeDeleteTableRow()}},{key:BT,i18nPath:"contextmenu.table.deleteCol",icon:"delete-col",when:()=>!0,callback:o=>{o.executeDeleteTableCol()}},{key:kT,i18nPath:"contextmenu.table.deleteTable",icon:"delete-table",when:()=>!0,callback:o=>{o.executeDeleteTable()}}]},{key:GT,i18nPath:"contextmenu.table.mergeCell",icon:"merge-cell",when:o=>!o.isReadonly&&o.isCrossRowCol&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeMergeTableCell()}},{key:xT,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 $T{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=[...lT,...JT,...IT,...eT,...uT],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:h}=this.position.getPositionContext(),R=t?this.command.getPositionContextByEvent(t,{isMustDirectHit:!0}):null;let f=null;if(c){const M=this.draw.getOriginalElementList()[h]||null;M&&(f=Yt([M],{extraPickAttrs:["id"]})[0])}const g=c&&!!n,T=this.draw.getElementList();let C=T[i]||null,p=T[l]||null;R?.element&&(C=R.element,p=R.element);const I=R?.element||null,m=R?.tableInfo?.element||null;R?.tableInfo?.element&&(f=R.tableInfo.element);const L=this.draw.getZone().getZone();return{startElement:C,endElement:p,hitElement:I,hitTableElement:m,isReadonly:e,editorHasSelection:a,editorTextFocus:r,isCrossRowCol:g,zone:L,isInTable:c,trIndex:d??null,tdIndex:u??null,tableElement:f,options:this.options}}_createContextMenuContainer(){const t=document.createElement("div");return t.classList.add(`${rt}-contextmenu-container`),t.setAttribute(Ze,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(`${rt}-contextmenu-content`);let c=null;l&&this.contextMenuRelationShip.set(l,r);for(let L=0;L<e.length;L++){const P=e[L];if(P.isDivider){if(L!==0&&L!==e.length-1&&!e[L-1]?.isDivider){const M=document.createElement("div");M.classList.add(`${rt}-contextmenu-divider`),a.append(M)}}else{const M=document.createElement("div");if(M.classList.add(`${rt}-contextmenu-item`),P.childMenus){const b=this._filterMenuList(P.childMenus);b.some(y=>!y.isDivider)&&(M.classList.add(`${rt}-contextmenu-sub-item`),M.onmouseenter=()=>{this._setHoverStatus(M,!0),this._removeSubMenu(r);const y=M.getBoundingClientRect(),V=y.left+y.width,X=y.top;c=this._render({contextMenuList:b,left:V,top:X,parentMenuContainer:r})},M.onmouseleave=y=>{(!c||!c.contains(y.relatedTarget))&&this._setHoverStatus(M,!1)})}else M.onmouseenter=()=>{this._setHoverStatus(M,!0),this._removeSubMenu(r)},M.onmouseleave=()=>{this._setHoverStatus(M,!1)},M.onclick=()=>{P.callback&&this.context&&P.callback(this.command,this.context),this.dispose()};const F=document.createElement("i");M.append(F),P.icon&&F.classList.add(`${rt}-contextmenu-${P.icon}`);const N=document.createElement("span"),Y=P.i18nPath?this._formatName(this.i18n.t(P.i18nPath)):this._formatName(P.name||"");if(N.append(document.createTextNode(Y)),M.append(N),P.shortCut){const b=document.createElement("span");b.classList.add(`${rt}-shortcut`),b.append(document.createTextNode(P.shortCut)),M.append(b)}a.append(M)}}const d=document.createElement("div");d.classList.add(`${rt}-contextmenu-divider`),a.append(d);const u=document.createElement("div");u.classList.add(`${rt}-contextmenu-item`),u.onmouseenter=()=>{this._setHoverStatus(u,!0),this._removeSubMenu(r)},u.onmouseleave=()=>{this._setHoverStatus(u,!1)},u.onclick=()=>{this.dispose()};const h=document.createElement("i");u.append(h);const R=document.createElement("span");R.append(document.createTextNode(this.i18n.t("contextmenu.global.cancel"))),u.append(R),a.append(u),r.append(a),r.style.display="block";const f=window.innerWidth,g=r.getBoundingClientRect(),T=g.width,C=n+T>f?n-T:n;r.style.left=`${C}px`;const p=window.innerHeight,I=g.height,m=i+I>p?i-I:i;return r.style.top=`${m}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(`${rt}-contextmenu-item`).forEach(n=>n.classList.remove("hover")),t.classList.add("hover")):t.classList.remove("hover")}_formatName(t){const e=Object.values(Al),n=new RegExp(`${e.join("|")}`);let i=t;if(n.test(i)){const l=new RegExp(Al.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 zT=[{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:In?s.KeyMap.COMMA:s.KeyMap.RIGHT_ANGLE_BRACKET,mod:!0,shift:!0,callback:o=>{o.executeSuperscript()}},{key:In?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)}}],jT=[{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)}}],qT=[{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 tm{draw;command;globalShortcutList;agentShortcutList;constructor(t,e){this.draw=t,this.command=e,this.globalShortcutList=[],this.agentShortcutList=[],this._addShortcutList([...zT,...jT,...qT]),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?Ae(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 em{editor;constructor(t){this.editor=t}use(t,e){t(this.editor,e)}}class nm{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 om{paste;copy;drop}class Bl{command;version;listener;eventBus;override;register;destroy;use;draw;constructor(t,e,n={}){const i=Oo(n);e=at(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(g=>{qt(g,{editorOptions:i,isForceCompensation:!0})}),this.version=pn,this.listener=new xf,this.eventBus=new nm,this.override=new om,this.draw=new Kf(t,i,{header:l,main:r,footer:a,graffiti:c},this.listener,this.eventBus,this.override);const u=this.draw;this.command=new Kl(new Gf(u)),u.setCommand(this.command);const h=new $T(u,this.command),R=new tm(u,this.command);this.register=new Jf({contextMenu:h,shortcut:R,i18n:u.getI18n()}),this.destroy=()=>{u.destroy(),R.removeEvent(),h.removeEvent(),this.eventBus.dangerouslyClearAll()};const f=new em(this);this.use=f.use.bind(f)}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=Kl,s.EDITOR_CLIPBOARD=no,s.EDITOR_COMPONENT=Ze,s.Editor=Bl,s.INTERNAL_CONTEXT_MENU_KEY=to,s.INTERNAL_SHORTCUT_KEY=Mr,s.LETTER_CLASS=ci,s.createDomFromElementList=vn,s.default=Bl,s.getElementListByHTML=Qn,s.getTextFromElementList=Mn,s.splitText=Dt,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
582
|
+
`?K: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,l=(Array.isArray(t.element)?t.element:t.elementList||[t.element])[0],r=l.newButtonValue,a=l.control.buttonLabel,c=l.control.code;if(!r||!r.length)return;let d=-1;for(let I=0;I<e.length;I++)if(e[I].controlId===n&&e[I].control?.type==="button"){d=I;break}if(d===-1)return;const u=n+"_text",h=[];for(let I=0;I<r.length;I++){const m=r[I];h.push({value:m.value,code:m.code})}const R={type:"button",buttonLabel:a,buttonText:!0,label:a,code:c,value:h,hide:!1},f=[];f.push({value:"[",controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.PREFIX,color:"#1677FF",hide:!1});for(let I=0;I<r.length;I++){const m=r[I],L=r.length>1?`${I+1}.${m.value}`:m.value,M=Dt(L);for(let P=0;P<M.length;P++)f.push({value:M[P],controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1});r.length>1&&I<r.length-1&&f.push({value:K,controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1})}f.push({value:"]",controlId:u,type:s.ElementType.CONTROL,control:R,controlComponent:s.ControlComponent.POSTFIX,color:"#1677FF",hide:!1});for(let I=0;I<f.length;I++)e.splice(d+I,0,f[I]);const{startIndex:g,endIndex:T}=this.range.getRange(),C=!0,p=T;this.draw.render({curIndex:p,isSetCursor:C})}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===K?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:R}=this.range.getRange(),g=this.draw.getElementList()[R];this.range.setDefaultStyle({size:t}),g?.value===K?(d.push(g),c={curIndex:R}):this.draw.render({curIndex:R,isCompute:!1,isSubmitHistory:!1})}if(!d.length)return;let h=!1;d.forEach(R=>{!R.size&&t===a||R.size&&R.size===t||(R.size=t,h=!0)}),h&&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(),R=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||R.size||i;this.range.setDefaultStyle({size:g+2>l?l:g+2}),R?.value===K?(c.push(R),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(),R=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||R.size||i;this.range.setDefaultStyle({size:g-2<l?l:g-2}),R?.value===K?(c.push(R),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===K?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===K?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&&!pa(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===K?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===K?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===K?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===K?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=mt(),c=this.draw.getOptions().title;r.forEach(h=>{!h.type&&h.value===K||(t?(h.level=t,h.titleId=a,yo(h)&&(h.size=c[ks[t]],h.bold=!0)):h.titleId&&(delete h.titleId,delete h.title,delete h.level,delete h.size,delete h.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||mt()}])}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:Xs,type:s.ElementType.SEPARATOR,dashArray:t,...e};se(a,[u],l,{editorOptions:this.options}),l!==0&&a[l].value===K?(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:Xs}])}addWatermark(t){if(this.draw.isReadonly())return;const n=this.draw.getOptions(),{color:i,size:l,opacity:r,font:a,gap:c}=Oi;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={...Oi},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 r=this.draw.getElementList()[n],a=r?.control?.type===s.ControlType.TEXT||r?.control?.type===s.ControlType.TEXTFIELD;a&&this.range.getRangeRowElementList()?.forEach(d=>{d.vertical=s.VerticalAlign.MIDDLE});const c=t.id||mt();return this.insertElementList([{...t,id:c,type:s.ElementType.IMAGE,vertical:a?s.VerticalAlign.MIDDLE:void 0}]),c}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});Af(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||Vs(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:vn(e,t).innerHTML,main:vn(n,t).innerHTML,footer:vn(i,t).innerHTML}}getText(){const t=this.options,e=this.draw.getHeaderElementList(),n=this.draw.getOriginalMainElementList(),i=this.draw.getFooterElementList();return{header:Mn(e,t),main:Mn(n,t),footer:Mn(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=at(t);qt(n,{isHandleFirstElement:!1,editorOptions:this.options});const i=bi(n);return this.draw.computeRowList({innerWidth:e,elementList:n,surroundElementList:i}).reduce((r,a)=>r+a.height+(a.offsetY||0),0)}getRange(){return at(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=hn(a[i?e:e+1],{extraPickAttrs:["id","controlComponent"]}),d=hn(a[n],{extraPickAttrs:["id","controlComponent"]}),u=this.draw.getRowList(),h=this.position.getPositionList(),R=h[e],f=h[n],g=R?.pageNo,T=f?.pageNo,C=R?.rowIndex,p=f?.rowIndex,I=u[C],m=u[p];let L=0,M=0;this.draw.getCursor().getHitLineStartIndex()||(L=I?.elementList[0]?.value===K?R?.index-I?.startIndex:R?.index-I?.startIndex+1),R===f?M=L:M=m.elementList[0]?.value===K?f.index-m.startIndex:f.index-m.startIndex+1;const P=[],F=this.draw.getOriginalHeight(),N=this.draw.getOriginalPageGap(),Y=this.position.getSelectionPositionList();if(Y){let U=null,v=0,Q=null;for(let Z=0;Z<Y.length;Z++){const{rowNo:ot,pageNo:_,coordinate:{leftTop:H,rightTop:B},lineHeight:q}=Y[Z];U===null||U!==ot?(Q&&P.push(Q),Q={x:H[0],y:H[1]+_*(F+N),width:B[0]-H[0],height:q},U=ot,v=H[0]):Q.width=B[0]-v,Z===Y.length-1&&Q&&P.push(Q)}}else{const v=this.position.getPositionList()[n],{coordinate:{rightTop:Q},pageNo:Z,lineHeight:ot}=v;P.push({x:Q[0],y:Q[1]+Z*(F+N),width:0,height:ot})}const b=this.draw.getZone().getZone(),{isTable:S,trIndex:y,tdIndex:V,index:X}=this.position.getPositionContext();let O=null;if(S){const v=this.draw.getOriginalElementList()[X]||null;v&&(O=Yt([v])[0])}let E=null,W=null,D=e-1;for(;D>0;){const U=a[D],v=a[D-1];if(U.titleId&&U.titleId!==v?.titleId){E=U.titleId,W=h[D].pageNo;break}D--}return at({isCollapsed:i,startElement:c,endElement:d,startPageNo:g,endPageNo:T,startRowNo:C,endRowNo:p,startColNo:L,endColNo:M,rangeRects:P,zone:b,isTable:S,trIndex:y??null,tdIndex:V??null,tableElement:O,selectionText:l,selectionElementList:r,titleId:E,titleStartPageNo:W})}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:h,startTdIndex:R}=a;let f=i;if(a.tableId){const C=l.find(p=>p.id===u);C&&(f=C.trList?.[h]?.tdList?.[R]?.positionList||[])}const g=at(f[c]),T=at(f[d]);n.push({range:a,startPosition:g,endPosition:T})}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();const r=at(t),{startIndex:a}=this.range.getRange(),c=this.draw.getElementList();se(c,r,a,{ignoreContextKeys:l,isBreakWhenWrap:!0,editorOptions:this.options}),this.draw.insertElementList(r,e)}appendElementList(t,e){!t.length||this.draw.isReadonly()||this.draw.appendElementList(at(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 h=u.trList;for(let R=0;R<h.length;R++){const f=h[R];for(let g=0;g<f.tdList.length;g++){const T=f.tdList[g];l(T.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],h=c[d],R=h.controlId&&h.controlComponent===s.ControlComponent.VALUE;if(u||R){if(Object.assign(h,t.properties),h.id){const f=gc(h.id);f&&Object.assign(f,t.properties)}}else{const f=Yt([{...h,...t.properties}],{extraPickAttrs:["id"]});f.length>0&&f[0]?(un(Rn,h,f[0]),qt(f,{isHandleFirstElement:!1,editorOptions:this.options}),c[d]=f[0]):Object.assign(h,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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];l(g.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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];l(g.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 h=0;h<u.length;h++){const R=u[h];for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f];l(g.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(p,I){for(let m=0;m<p.length;m++){const L=p[m];if(L.type===s.ElementType.TABLE){const M=L.trList;for(let P=0;P<M.length;P++){const F=M[P];for(let N=0;N<F.tdList.length;N++){const Y=F.tdList[N],b=n(Y.value,I);if(b)return{...b,isTable:!0,index:m,trIndex:P,tdIndex:N,tdId:Y.id,trId:F.id,tableId:L.id}}}}if(L.titleId===I){let M=m;for(;M<p.length;){if(p[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:h,tdIndex:R,tdId:f,trId:g,tableId:T,endIndex:C}=i;this.position.setPositionContext({isTable:l,index:r,trIndex:h,tdIndex:R,tdId:f,trId:g,tableId:T}),this.range.setRange(C,C,T,a,c,d,u),this.draw.render({curIndex:C,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===K)for(;n+1<t.length;){const l=t[n+1];if(l.value!==K&&l.value!==ai)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?Qn(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:h}=n;this.position.setPositionContext({isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u}),this.range.setRange(h,h),this.draw.render({curIndex:h,isCompute:!1,isSubmitHistory:!1})}setZone(t){this.draw.getZone().setZone(t)}getControlValue(t){return this.draw.getControl().getValueById(t)}getButtonContent(t){const{controlId:e}=t;if(!e)return null;const n=this.findButtonControlContext(e);return n?this.getButtonContentResult(this.getButtonBusinessValue(n)):null}setButtonContent(t){if(!(this.draw.getMode()===s.EditorMode.FORM)&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{controlId:i,mode:l,isSubmitHistory:r=!0}=t;if(!i)return;const a=this.findButtonControlContext(i);if(!a)return;const c=this.getButtonBusinessValue(a),d=this.normalizeButtonContentValue(t.value),u=l==="append"?this.appendButtonContentValue(c,d):d;this.removeButtonBusinessElements(a);const h=this.findButtonControlContext(i);if(!h)return;const R=this.createButtonBusinessElements(h,u),f=this.replaceButtonRenderedValue(h,R,u);this.syncButtonPlaceholderElements(h.elementList,i,h.element.control?.placeholder||""),r||this.historyManager.recovery(),this.draw.render({curIndex:f,isSubmitHistory:r,isSetCursor:!0})}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=Oo(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 R=u.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T],p=n(C.value,a,c);if(p)return{...p,positionContext:{isTable:!0,index:d-1,trIndex:f,tdIndex:T,tdId:C.id,trId:g.id,tableId:u.id}}}}}if(!c(u))continue;let h=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)h-=1;else if(e?.position===s.LocationPosition.AFTER){if(h-=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:h,endIndex:h},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=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Zn(l,i);if(!r)return;const a=[...En,...ae,...bn,...Rn];un(a,r,n),this.draw.insertElementTextField([n])}insertControl(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Zn(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 h=i;h>=0;h--){const R=l[h];if(R.controlId!==a.controlId)break;if(R.controlComponent===s.ControlComponent.PRETEXTFIX||R.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){R.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}if(!d&&!c){const h=l[i-1];if(h?.controlId)for(let R=i-1;R>=0;R--){const f=l[R];if(f.controlId!==h.controlId)break;if(f.controlComponent===s.ControlComponent.PRETEXTFIX||f.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){f.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}}if(d&&t.control?.type===s.ControlType.TEXTFIELD)return;const u=[...En,...ae,...bn,...Rn];un(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 R=d.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T];i(C.value,a)}}}if(d?.title?.conceptId!==e)continue;const u=[];let h=c;for(;h<r.length;){const R=r[h];if(h++,d.titleId!==R.titleId){if(R.level&&Mi[R.level]<=Mi[d.level])break;u.push(R)}}n.push({...d.title,value:Mn(u),elementList:Yt(u),zone:a}),c=h}},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:h,tdValueIndex:R,zone:f}=r;if(i&&!a||f&&f!==this.zone.getZone())return null;let g=null,T=null;const C=this.draw.getOriginalElementList();let p=null;const I=this.position.getOriginalPositionList();if(c){const L=C[d].trList?.[u].tdList[h];T=L?.value[R]||null,p=L?.positionList?.[R]||null,g={element:C[d],trIndex:u,tdIndex:h}}else T=C[d]||null,p=I[d]||null;let m=null;if(p){const{pageNo:L,coordinate:{leftTop:M,rightTop:P},lineHeight:F}=p,N=this.draw.getOriginalHeight(),Y=this.draw.getOriginalPageGap();m={x:M[0],y:M[1]+L*(N+Y),width:P[0]-M[0],height:F}}return{pageNo:l,element:T,rangeRect:m,tableInfo:g}}insertTitle(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Zn(l,i);if(!r)return;const a=[...En,...ae,...bn,...Rn];n.valueList?.forEach(c=>{un(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(fi(i)){const c=this.draw.getOriginalRowList();if(r=e===s.LocationPosition.BEFORE?c[i]?.startIndex:c[i+1]?.startIndex-1,!fi(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:K}],{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 h of d){if(h.type===s.ElementType.TABLE){const f=h.trList;for(const g of f)for(const T of g.tdList)a(T.value,u);continue}if(h.type!==s.ElementType.MACRO&&h.type!==s.ElementType.CUSTOM_MACRO&&h.type!==s.ElementType.REUSABLE_ITEM||e&&h.id!==e||n&&h.dictCode!==n||i&&h.label!==i||l&&h.areaId!==l)continue;const R={id:h.id,type:h.type,label:h.label,dictCode:h.dictCode,zone:u};h.type===s.ElementType.MACRO?R.value=h.value:h.type===s.ElementType.CUSTOM_MACRO?(R.macroConfig=h.macroConfig,R.value=h.macroConfig?.value):h.type===s.ElementType.REUSABLE_ITEM&&(R.reusableItemConfig=h.reusableItemConfig,R.value=h.reusableItemConfig?.value),r.push(R)}},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=R=>{for(let f=0;f<R.length;f++){const g=R[f];if(g.type===s.ElementType.TABLE){const T=g.trList;for(const C of T)for(const p of C.tdList)u(p.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||(d=!0,g.type===s.ElementType.MACRO?g.value=r:g.type===s.ElementType.CUSTOM_MACRO?g.macroConfig?(g.macroConfig.value=r,a!==void 0&&(g.macroConfig.code=a)):g.macroConfig={type:"text",value:r}:g.type===s.ElementType.REUSABLE_ITEM&&(g.reusableItemConfig?g.reusableItemConfig.value=r:g.reusableItemConfig={value:r}))}},h=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const R of h)u(R);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 f=c.trList;for(const g of f)for(const T of g.tdList)i(T.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(f=>f.id&&c.id===f.id||f.dictCode&&c.dictCode===f.dictCode||f.label&&c.label===f.label||f.areaId&&c.areaId===f.areaId);if(!d)continue;const{value:u,code:h,isSubmitHistory:R=!0}=d;e=!0,R&&(n=!0),c.type===s.ElementType.MACRO?c.value=u:c.type===s.ElementType.CUSTOM_MACRO?c.macroConfig?(c.macroConfig.value=u,h!==void 0&&(c.macroConfig.code=h)):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=h=>{for(let R=0;R<h.length;R++){const f=h[R];if(f.type===s.ElementType.TABLE){const g=f.trList;for(const T of g)for(const C of T.tdList)d(C.value);continue}f.type!==s.ElementType.MACRO&&f.type!==s.ElementType.CUSTOM_MACRO&&f.type!==s.ElementType.REUSABLE_ITEM||e&&f.id!==e||n&&f.dictCode!==n||i&&f.label!==i||l&&f.areaId!==l||(c=!0,Object.assign(f,r))}},u=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const h of u)d(h);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 h=c[u];if(h.type===s.ElementType.TABLE){const R=h.trList;for(let f=0;f<R.length;f++){const g=R[f];for(let T=0;T<g.tdList.length;T++){const C=g.tdList[T],p=r(C.value,d);if(p)return{...p,isTable:!0,index:u,trIndex:f,tdIndex:T,tableId:h.tableId,trId:g.id,tdId:C.id}}}}if(!(h.type!==s.ElementType.MACRO&&h.type!==s.ElementType.CUSTOM_MACRO&&h.type!==s.ElementType.REUSABLE_ITEM)&&!(e&&h.id!==e)&&!(n&&h.dictCode!==n)&&!(i&&h.label!==i)&&!(l&&h.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:mt(),value:e,type:s.ElementType.SUB_TEMPLATE,label:e,templateId:n,subTemplateContent:i?.map(d=>at(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++)Os(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=>at(d)):c.subTemplateContent?.map(d=>at(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=at(c);qt(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 xf{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 Jf{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 Al={SELECTED_TEXT:"%s"},to={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:$f,EDIT_ATTRIBUTE:zf,COPY:jf,PASTE:qf}}=to;function tT(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"||i==="placeholder");return l&&r}function _l(o){return o.hitElement||o.hitTableElement}const eT=[{key:jf,name:"复制控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&tT(o.startElement,o.options.mode),callback:(o,t)=>{const e=t.startElement?.controlId;e&&o.executeCopyControl(e)}},{key:qf,name:"粘贴控件",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.editorTextFocus&&o.options.mode===s.EditorMode.EDIT&&Nc(),callback:o=>{o.executePasteControl()}},{key:$f,i18nPath:"contextmenu.control.delete",when:o=>!o.isReadonly&&!o.editorHasSelection&&!!o.startElement?.controlId&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeRemoveControl()}},{key:zf,i18nPath:"contextmenu.control.editAttribute",when:o=>{const t=_l(o);return!o.isReadonly&&!o.editorHasSelection&&o.options.mode===s.EditorMode.EDIT&&!!t},callback:(o,t)=>{const e=_l(t);e&&o.executeTriggerControlEditAttribute(e.controlId,e)}}],{GLOBAL:{CUT:nT,COPY:oT,PASTE:iT,SELECT_ALL:sT,PRINT:rT}}=to,lT=[{key:nT,i18nPath:"contextmenu.global.cut",shortCut:`${In?"⌘":"Ctrl"} + X`,when:o=>!o.isReadonly,callback:o=>{o.executeCut()}},{key:oT,i18nPath:"contextmenu.global.copy",shortCut:`${In?"⌘":"Ctrl"} + C`,when:o=>o.editorHasSelection||o.isCrossRowCol,callback:o=>{o.executeCopy()}},{key:iT,i18nPath:"contextmenu.global.paste",shortCut:`${In?"⌘":"Ctrl"} + V`,when:o=>!o.isReadonly&&o.editorTextFocus,callback:o=>{o.executePaste()}},{key:sT,i18nPath:"contextmenu.global.selectAll",shortCut:`${In?"⌘":"Ctrl"} + A`,when:o=>o.editorTextFocus,callback:o=>{o.executeSelectAll()}},{isDivider:!0},{key:rT,i18nPath:"contextmenu.global.print",icon:"print",when:()=>!0,callback:o=>{o.executePrint()}}],{HYPERLINK:{DELETE:aT,CANCEL:cT,EDIT:dT}}=to,uT=[{key:aT,i18nPath:"contextmenu.hyperlink.delete",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeDeleteHyperlink()}},{key:cT,i18nPath:"contextmenu.hyperlink.cancel",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeCancelHyperlink()}},{key:dT,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:RT,SAVE_AS:hT,TEXT_WRAP:gT,TEXT_WRAP_EMBED:fT,TEXT_WRAP_UP_DOWN:TT,TEXT_WRAP_SURROUND:mT,TEXT_WRAP_FLOAT_TOP:CT,TEXT_WRAP_FLOAT_BOTTOM:pT}}=to,IT=[{key:RT,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:hT,i18nPath:"contextmenu.image.saveAs",icon:"image",when:o=>!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{o.executeSaveAsImageElement()}},{key:gT,i18nPath:"contextmenu.image.textWrap",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,childMenus:[{key:fT,i18nPath:"contextmenu.image.textWrapType.embed",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.BLOCK)}},{key:TT,i18nPath:"contextmenu.image.textWrapType.upDown",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.INLINE)}},{key:mT,i18nPath:"contextmenu.image.textWrapType.surround",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.SURROUND)}},{key:CT,i18nPath:"contextmenu.image.textWrapType.floatTop",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_TOP)}},{key:pT,i18nPath:"contextmenu.image.textWrapType.floatBottom",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_BOTTOM)}}]}],{TABLE:{BORDER:ET,BORDER_ALL:LT,BORDER_EMPTY:PT,BORDER_DASH:MT,BORDER_EXTERNAL:OT,BORDER_INTERNAL:ST,BORDER_TD:DT,BORDER_TD_TOP:FT,BORDER_TD_LEFT:XT,BORDER_TD_BOTTOM:NT,BORDER_TD_RIGHT:yT,BORDER_TD_BACK:bT,BORDER_TD_FORWARD:VT,VERTICAL_ALIGN:WT,VERTICAL_ALIGN_TOP:YT,VERTICAL_ALIGN_MIDDLE:UT,VERTICAL_ALIGN_BOTTOM:wT,INSERT_ROW_COL:ZT,INSERT_TOP_ROW:vT,INSERT_BOTTOM_ROW:QT,INSERT_LEFT_COL:KT,INSERT_RIGHT_COL:HT,DELETE_ROW_COL:AT,DELETE_ROW:_T,DELETE_COL:BT,DELETE_TABLE:kT,MERGE_CELL:GT,CANCEL_MERGE_CELL:xT}}=to,JT=[{isDivider:!0},{key:ET,i18nPath:"contextmenu.table.border",icon:"border-all",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:LT,i18nPath:"contextmenu.table.borderAll",icon:"border-all",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.ALL)}},{key:PT,i18nPath:"contextmenu.table.borderEmpty",icon:"border-empty",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EMPTY)}},{key:MT,i18nPath:"contextmenu.table.borderDash",icon:"border-dash",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.DASH)}},{key:OT,i18nPath:"contextmenu.table.borderExternal",icon:"border-external",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EXTERNAL)}},{key:ST,i18nPath:"contextmenu.table.borderInternal",icon:"border-internal",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.INTERNAL)}},{key:DT,i18nPath:"contextmenu.table.borderTd",icon:"border-td",when:()=>!0,childMenus:[{key:FT,i18nPath:"contextmenu.table.borderTdTop",icon:"border-td-top",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.TOP)}},{key:yT,i18nPath:"contextmenu.table.borderTdRight",icon:"border-td-right",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.RIGHT)}},{key:NT,i18nPath:"contextmenu.table.borderTdBottom",icon:"border-td-bottom",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.BOTTOM)}},{key:XT,i18nPath:"contextmenu.table.borderTdLeft",icon:"border-td-left",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.LEFT)}},{key:VT,i18nPath:"contextmenu.table.borderTdForward",icon:"border-td-forward",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.FORWARD)}},{key:bT,i18nPath:"contextmenu.table.borderTdBack",icon:"border-td-back",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.BACK)}}]}]},{key:WT,i18nPath:"contextmenu.table.verticalAlign",icon:"vertical-align",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:YT,i18nPath:"contextmenu.table.verticalAlignTop",icon:"vertical-align-top",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.TOP)}},{key:UT,i18nPath:"contextmenu.table.verticalAlignMiddle",icon:"vertical-align-middle",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.MIDDLE)}},{key:wT,i18nPath:"contextmenu.table.verticalAlignBottom",icon:"vertical-align-bottom",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.BOTTOM)}}]},{key:ZT,i18nPath:"contextmenu.table.insertRowCol",icon:"insert-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:vT,i18nPath:"contextmenu.table.insertTopRow",icon:"insert-top-row",when:()=>!0,callback:o=>{o.executeInsertTableTopRow()}},{key:QT,i18nPath:"contextmenu.table.insertBottomRow",icon:"insert-bottom-row",when:()=>!0,callback:o=>{o.executeInsertTableBottomRow()}},{key:KT,i18nPath:"contextmenu.table.insertLeftCol",icon:"insert-left-col",when:()=>!0,callback:o=>{o.executeInsertTableLeftCol()}},{key:HT,i18nPath:"contextmenu.table.insertRightCol",icon:"insert-right-col",when:()=>!0,callback:o=>{o.executeInsertTableRightCol()}}]},{key:AT,i18nPath:"contextmenu.table.deleteRowCol",icon:"delete-row-col",when:o=>!o.isReadonly&&o.isInTable&&o.options.mode!==s.EditorMode.FORM,childMenus:[{key:_T,i18nPath:"contextmenu.table.deleteRow",icon:"delete-row",when:()=>!0,callback:o=>{o.executeDeleteTableRow()}},{key:BT,i18nPath:"contextmenu.table.deleteCol",icon:"delete-col",when:()=>!0,callback:o=>{o.executeDeleteTableCol()}},{key:kT,i18nPath:"contextmenu.table.deleteTable",icon:"delete-table",when:()=>!0,callback:o=>{o.executeDeleteTable()}}]},{key:GT,i18nPath:"contextmenu.table.mergeCell",icon:"merge-cell",when:o=>!o.isReadonly&&o.isCrossRowCol&&o.options.mode!==s.EditorMode.FORM,callback:o=>{o.executeMergeTableCell()}},{key:xT,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 $T{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=[...lT,...JT,...IT,...eT,...uT],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:h}=this.position.getPositionContext(),R=t?this.command.getPositionContextByEvent(t,{isMustDirectHit:!0}):null;let f=null;if(c){const P=this.draw.getOriginalElementList()[h]||null;P&&(f=Yt([P],{extraPickAttrs:["id"]})[0])}const g=c&&!!n,T=this.draw.getElementList();let C=T[i]||null,p=T[l]||null;R?.element&&(C=R.element,p=R.element);const I=R?.element||null,m=R?.tableInfo?.element||null;R?.tableInfo?.element&&(f=R.tableInfo.element);const L=this.draw.getZone().getZone();return{startElement:C,endElement:p,hitElement:I,hitTableElement:m,isReadonly:e,editorHasSelection:a,editorTextFocus:r,isCrossRowCol:g,zone:L,isInTable:c,trIndex:d??null,tdIndex:u??null,tableElement:f,options:this.options}}_createContextMenuContainer(){const t=document.createElement("div");return t.classList.add(`${rt}-contextmenu-container`),t.setAttribute(Ze,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(`${rt}-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 P=document.createElement("div");P.classList.add(`${rt}-contextmenu-divider`),a.append(P)}}else{const P=document.createElement("div");if(P.classList.add(`${rt}-contextmenu-item`),M.childMenus){const b=this._filterMenuList(M.childMenus);b.some(y=>!y.isDivider)&&(P.classList.add(`${rt}-contextmenu-sub-item`),P.onmouseenter=()=>{this._setHoverStatus(P,!0),this._removeSubMenu(r);const y=P.getBoundingClientRect(),V=y.left+y.width,X=y.top;c=this._render({contextMenuList:b,left:V,top:X,parentMenuContainer:r})},P.onmouseleave=y=>{(!c||!c.contains(y.relatedTarget))&&this._setHoverStatus(P,!1)})}else P.onmouseenter=()=>{this._setHoverStatus(P,!0),this._removeSubMenu(r)},P.onmouseleave=()=>{this._setHoverStatus(P,!1)},P.onclick=()=>{M.callback&&this.context&&M.callback(this.command,this.context),this.dispose()};const F=document.createElement("i");P.append(F),M.icon&&F.classList.add(`${rt}-contextmenu-${M.icon}`);const N=document.createElement("span"),Y=M.i18nPath?this._formatName(this.i18n.t(M.i18nPath)):this._formatName(M.name||"");if(N.append(document.createTextNode(Y)),P.append(N),M.shortCut){const b=document.createElement("span");b.classList.add(`${rt}-shortcut`),b.append(document.createTextNode(M.shortCut)),P.append(b)}a.append(P)}}const d=document.createElement("div");d.classList.add(`${rt}-contextmenu-divider`),a.append(d);const u=document.createElement("div");u.classList.add(`${rt}-contextmenu-item`),u.onmouseenter=()=>{this._setHoverStatus(u,!0),this._removeSubMenu(r)},u.onmouseleave=()=>{this._setHoverStatus(u,!1)},u.onclick=()=>{this.dispose()};const h=document.createElement("i");u.append(h);const R=document.createElement("span");R.append(document.createTextNode(this.i18n.t("contextmenu.global.cancel"))),u.append(R),a.append(u),r.append(a),r.style.display="block";const f=window.innerWidth,g=r.getBoundingClientRect(),T=g.width,C=n+T>f?n-T:n;r.style.left=`${C}px`;const p=window.innerHeight,I=g.height,m=i+I>p?i-I:i;return r.style.top=`${m}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(`${rt}-contextmenu-item`).forEach(n=>n.classList.remove("hover")),t.classList.add("hover")):t.classList.remove("hover")}_formatName(t){const e=Object.values(Al),n=new RegExp(`${e.join("|")}`);let i=t;if(n.test(i)){const l=new RegExp(Al.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 zT=[{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:In?s.KeyMap.COMMA:s.KeyMap.RIGHT_ANGLE_BRACKET,mod:!0,shift:!0,callback:o=>{o.executeSuperscript()}},{key:In?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)}}],jT=[{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)}}],qT=[{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 tm{draw;command;globalShortcutList;agentShortcutList;constructor(t,e){this.draw=t,this.command=e,this.globalShortcutList=[],this.agentShortcutList=[],this._addShortcutList([...zT,...jT,...qT]),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?Ae(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 em{editor;constructor(t){this.editor=t}use(t,e){t(this.editor,e)}}class nm{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 om{paste;copy;drop}class Bl{command;version;listener;eventBus;override;register;destroy;use;draw;constructor(t,e,n={}){const i=Oo(n);e=at(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(g=>{qt(g,{editorOptions:i,isForceCompensation:!0})}),this.version=pn,this.listener=new xf,this.eventBus=new nm,this.override=new om,this.draw=new Kf(t,i,{header:l,main:r,footer:a,graffiti:c},this.listener,this.eventBus,this.override);const u=this.draw;this.command=new Kl(new Gf(u)),u.setCommand(this.command);const h=new $T(u,this.command),R=new tm(u,this.command);this.register=new Jf({contextMenu:h,shortcut:R,i18n:u.getI18n()}),this.destroy=()=>{u.destroy(),R.removeEvent(),h.removeEvent(),this.eventBus.dangerouslyClearAll()};const f=new em(this);this.use=f.use.bind(f)}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=Kl,s.EDITOR_CLIPBOARD=no,s.EDITOR_COMPONENT=Ze,s.Editor=Bl,s.INTERNAL_CONTEXT_MENU_KEY=to,s.INTERNAL_SHORTCUT_KEY=Mr,s.LETTER_CLASS=ci,s.createDomFromElementList=vn,s.default=Bl,s.getElementListByHTML=Qn,s.getTextFromElementList=Mn,s.splitText=Dt,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|