ht-emr 0.7.44 → 0.7.45
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 +2144 -2072
- package/dist/canvas-editor.umd.cjs +23 -23
- package/dist/src/editor/core/draw/Draw.d.ts +16 -0
- package/dist/src/editor/interface/Element.d.ts +4 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
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;display:flex;flex-direction:column;overflow:hidden}.ce-select-control-search{display:block;width:calc(100% - 16px);height:28px;margin:8px;padding:0 8px;border:1px solid #dcdfe6;border-radius:3px;outline:none;box-sizing:border-box;color:#606266;font-size:13px;line-height:28px}.ce-select-control-search:focus{border-color:var(--COLOR-HOVER, #5175f4)}.ce-select-control-popup ul{list-style:none;padding:3px 0;margin:0;min-height:0;overflow-y:auto;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,.ce-select-control-popup ul li.keyboard-active{background-color:#eef2fd}.ce-select-control-popup ul li.active{color:var(--COLOR-HOVER, #5175f4);font-weight:700}.ce-select-control-popup ul li.ce-select-control-empty{color:#909399;cursor:default;text-align:center}.ce-select-control-popup ul li.ce-select-control-empty:hover{background-color:transparent}.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(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
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.45";s.MaxHeightRatio=void 0,(function(o){o.HALF="half",o.ONE_THIRD="one-third",o.QUARTER="quarter"})(s.MaxHeightRatio||(s.MaxHeightRatio={})),s.NumberType=void 0,(function(o){o.ARABIC="arabic",o.CHINESE="chinese"})(s.NumberType||(s.NumberType={})),s.ImageDisplay=void 0,(function(o){o.INLINE="inline",o.BLOCK="block",o.SURROUND="surround",o.FLOAT_TOP="float-top",o.FLOAT_BOTTOM="float-bottom"})(s.ImageDisplay||(s.ImageDisplay={})),s.LocationPosition=void 0,(function(o){o.BEFORE="before",o.AFTER="after",o.OUTER_BEFORE="outer-before",o.OUTER_AFTER="outer-after"})(s.LocationPosition||(s.LocationPosition={})),s.FlexDirection=void 0,(function(o){o.ROW="row",o.COLUMN="column"})(s.FlexDirection||(s.FlexDirection={}));const H="",bs=`
|
|
3
3
|
`,di=" ",Vs=" ",oa=["·","、",":",":",",",",",".","。",";",";","?","?","!","!"],Ws={[s.MaxHeightRatio.HALF]:1/2,[s.MaxHeightRatio.ONE_THIRD]:1/3,[s.MaxHeightRatio.QUARTER]:1/4},ui={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:"ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω"},ia="中";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 hi=/[0-9.]/,sa=/[\uD800-\uDBFF][\uDC00-\uDFFF]/,ra=/[#*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,la=new RegExp(`${ra.source}|${sa.source}`,"g"),aa=/[、,。?!;:……「」“”‘’*()【】〔〕〖〗〘〙〚〛《》———﹝﹞–—\\/·.,!?;:`~<>()[\]{}'"|]/,Ri=new RegExp(`^[${H}
|
|
4
|
-
]`),ca=/\s/;function da(o,t){let e;return function(...n){e&&window.clearTimeout(e),e=window.setTimeout(()=>{o.apply(this,n)},t)}}function ua(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 gi(o,t){if(!o||typeof o!="object")return o;let e={};return Array.isArray(o)?e=o.map(n=>gi(n,t)):Object.keys(o).forEach(n=>{t.includes(n)||(e[n]=gi(o[n],t))}),e}function
|
|
4
|
+
]`),ca=/\s/;function da(o,t){let e;return function(...n){e&&window.clearTimeout(e),e=window.setTimeout(()=>{o.apply(this,n)},t)}}function ua(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 gi(o,t){if(!o||typeof o!="object")return o;let e={};return Array.isArray(o)?e=o.map(n=>gi(n,t)):Object.keys(o).forEach(n=>{t.includes(n)||(e[n]=gi(o[n],t))}),e}function lt(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=>lt(e)):Object.keys(o).forEach(e=>{t[e]=lt(o[e])}),t}function fi(o){return o&&o.nodeType===1&&o.tagName.toLowerCase()==="body"}function Ys(o,t,e){if(o&&!fi(o))for(o=o;o;){if(!t||t(o)||fi(o))return t&&!t(o)&&fi(o)?null:o;o=o.parentNode}return null}function ft(){function o(){return((1+Math.random())*65536|0).toString(16).substring(1)}return o()+o()+"-"+o()+"-"+o()+"-"+o()+"-"+o()+o()+o()}function yt(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(la))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 Us(o,t){const e=document.createElement("a");e.href=o,e.download=t,e.click()}function ha(o,t){Ra(3,o,t)}function Ra(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 Lo(o){return Object.prototype.toString.call(o)==="[object Object]"}function Ti(o){return Array.isArray(o)}function mi(o){return Object.prototype.toString.call(o)==="[object Number]"}function ga(o){return Object.prototype.toString.call(o)==="[object String]"}function ws(o,t){if(Lo(o)&&Lo(t)){const e=t;for(const[n,i]of Object.entries(o))e[n]?e[n]=ws(i,e[n]):e[n]=i}else Ti(o)&&Ti(t)&&t.push(...o);return t}function Ci(o){if(typeof queueMicrotask=="function"){queueMicrotask(()=>{o()});return}if(typeof Promise<"u"){Promise.resolve().then(()=>{o()});return}setTimeout(()=>{o()},0)}function fa(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 Zs(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 Jt(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 Ta(o){const e=new TextEncoder().encode(o),n=Array.from(e,l=>String.fromCharCode(l));return window.btoa(n.join(""))}function ma(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 vs(o,t){return o.length!==t.length?!1:!o.some(e=>!t.includes(e))}function Ca(o,t){if(!Lo(o)||!Lo(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 pa(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 Qs(o){return o==null}function Po(o){return o.replace(/\r\n|\r/g,`
|
|
5
5
|
`)}function Ks(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 pi(o,t){if(!t){o.scrollTop=0;return}const e=[];let n=t.offsetParent;for(;n&&o!==n&&o.contains(n);)e.push(n),n=n.offsetParent;const i=t.offsetTop+e.reduce((c,d)=>c+d.offsetTop,0),l=i+t.offsetHeight,r=o.scrollTop,a=r+o.clientHeight;i<r?o.scrollTop=i:l>a&&(o.scrollTop=l-o.clientHeight)}function se(){return typeof performance<"u"&&performance.now?performance.now():Date.now()}function Ia(o,t){return o.performance.enabled&&t>=o.performance.threshold}function Ii(o,t,e,n=[],i){if(!Ia(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 Hs=12,Ea={width:1,color:"#000000",dragWidth:2,dragColor:"#0000FF",dragFloatImageDisabled:!1},Ze="editor-component",rt="ce",io=`${rt}-clipboard`,Mo={print:{imagePreviewerDisabled:!1,backgroundDisabled:!1},compare:{imagePreviewerDisabled:!1,backgroundDisabled:!1},readonly:{imagePreviewerDisabled:!1},form:{controlDeletableDisabled:!1,inputTraceEnabled:!0,deleteTraceEnabled:!0}};var $t;(function(o){o.UP="top",o.DOWN="down",o.LEFT="left",o.RIGHT="right"})($t||($t={}));const In=typeof navigator<"u"&&/Mac OS X/.test(navigator.userAgent),La=typeof navigator<"u"&&/iPad|iPhone/.test(navigator.userAgent),Pa=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),Ma=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 ye=["bold","color","highlight","font","size","italic","underline","strikeout","textDecoration","deletePerson","newElEditPerson","deleteTime","newElEditTime"],ae=["rowFlex","vertical","rowMargin"],Oa=["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"],Sa=["type","font","size","bold","color","italic","highlight","underline","strikeout","rowFlex","vertical","rowMargin","dashArray","trList","tdPadding","tableEditable","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"],Da=["conceptId","extension","externalId","verticalAlign","backgroundColor","borderTypes","slashTypes","disabled","deletable"],En=["tdId","trId","tableId"],Ei=["level","titleId","title"],Wn=["listId","listType","listStyle"],Li=["control","controlId","controlComponent"],Re=["font","size","bold","highlight","italic","strikeout","deletePerson","newElEditPerson","deleteTime","color","newElEditTime"],hn=["areaId","area"],Pi=[...En,...Ei,...Wn,...hn],Le=[s.ElementType.TEXT,s.ElementType.HYPERLINK,s.ElementType.SUBSCRIPT,s.ElementType.SUPERSCRIPT,s.ElementType.CONTROL,s.ElementType.DATE],Fa=[s.ElementType.IMAGE,s.ElementType.LATEX],Xa=[s.ElementType.BLOCK,s.ElementType.PAGE_BREAK,s.ElementType.SEPARATOR,s.ElementType.TABLE],ya=["HR","TABLE","UL","OL"],Na=[s.ElementType.TITLE,s.ElementType.LIST];class Yn{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||Yn.sandbox),n.setAttribute("allow",[e?.allow||Yn.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 As{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>
|
|
@@ -69,35 +69,35 @@ ${a}`),l}function qs(o){return yi(o.value)}function Ni(o){return o.placeholder||
|
|
|
69
69
|
`)}function Vi(o){let t="";for(let e=0;e<o.length;e++){const n=o[e];if(!le(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=Vi(c.value||[]),u=a===0,R=r.tdList.length-1===a;t+=`${u?"":" "}${d}${R?`
|
|
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+=pc(n):n.type===s.ElementType.MACRO||n.type===s.ElementType.CUSTOM_MACRO||n.type===s.ElementType.REUSABLE_ITEM?t+=nr(No(n)):n.valueList?.length?t+=Vi(n.valueList):t+=nr(n.value)}return t}function vn(o=[]){const t=[];return o.forEach(e=>{if(le(e)||e.controlComponent&&js.has(e.controlComponent))return;if(e.type===s.ElementType.TABLE){const i=
|
|
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+=pc(n):n.type===s.ElementType.MACRO||n.type===s.ElementType.CUSTOM_MACRO||n.type===s.ElementType.REUSABLE_ITEM?t+=nr(No(n)):n.valueList?.length?t+=Vi(n.valueList):t+=nr(n.value)}return t}function vn(o=[]){const t=[];return o.forEach(e=>{if(le(e)||e.controlComponent&&js.has(e.controlComponent))return;if(e.type===s.ElementType.TABLE){const i=lt(e);i.trList?.forEach(l=>{l.tdList.forEach(r=>{r.value=vn(r.value||[])})}),t.push(i);return}if(e.type===s.ElementType.CONTROL&&e.control){t.push(...mc(e));return}if(e.type===s.ElementType.MACRO||e.type===s.ElementType.CUSTOM_MACRO||e.type===s.ElementType.REUSABLE_ITEM){t.push(...bi(er(e),e));return}if(e.valueList?.length){const i=lt(e);i.valueList=vn(e.valueList),t.push(i);return}const n=lt(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=H),t.push(n)}),t}function
|
|
74
|
+
`)&&(n.value=H),t.push(n)}),t}function jt(o,t){const{isHandleFirstElement:e=!0,isForceCompensation:n=!1,editorOptions:i}=t,l=o[0];(n||e&&l?.type!==s.ElementType.LIST&&(l?.type&&l.type!==s.ElementType.TEXT||!Ri.test(l?.value)))&&o.unshift({value:H});let r=0;for(;r<o.length;){let a=o[r];if(a.type===s.ElementType.TITLE){o.splice(r,1);const c=a.valueList||[];if(jt(c,{...t,isHandleFirstElement:!1,isForceCompensation:!1}),c.length){const d=a.titleId||ft(),u=i.title;for(let R=0;R<c.length;R++){const h=c[R];h.title=a.title,a.level&&(h.titleId=d,h.level=a.level),Vo(h)&&(h.size||(h.size=u[xs[h.level]]),h.bold===void 0&&(h.bold=!0)),o.splice(r,0,h),r++}}r--}else if(a.type===s.ElementType.LIST){o.splice(r,1);const c=a.valueList||[];if(jt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!1}),c.length){const d=ft();for(let u=0;u<c.length;u++){const R=c[u];R.listId=d,R.listType=a.listType,R.listStyle=a.listStyle,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.AREA){o.splice(r,1);const c=a?.valueList||[];if(jt(c,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),c.length){const d=ft();for(let u=0;u<c.length;u++){const R=c[u];if(R.areaId=a.areaId||d,R.area=a.area,R.areaIndex=u,R.type===s.ElementType.TABLE){const h=R.trList;for(let f=0;f<h.length;f++){const g=h[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,R),r++}}r--}else if(a.type===s.ElementType.TABLE){const c=a.id||ft();if(a.id=c,a.trList){const{defaultTrMinHeight:d}=i.table;for(let u=0;u<a.trList.length;u++){const R=a.trList[u],h=R.id||ft();R.id=h,(!R.minHeight||R.minHeight<d)&&(R.minHeight=d),R.height<R.minHeight&&(R.height=R.minHeight);for(let f=0;f<R.tdList.length;f++){const g=R.tdList[f],T=g.id||ft();g.id=T,jt(g.value,{...t,isHandleFirstElement:!0,isForceCompensation:!0}),!g.value[0].size&&g.value[1]?.size&&Vo(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=h,p.tableId=c}}}}}else if(a.type===s.ElementType.HYPERLINK){o.splice(r,1);const c=Xi(a.valueList||[]);if(c.length){const d=ft();for(let u=0;u<c.length;u++){const R=c[u];R.type=a.type,R.url=a.url,R.hyperlinkId=d,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.DATE){o.splice(r,1);const c=Xi(a.valueList||[]);if(c.length){const d=ft();for(let u=0;u<c.length;u++){const R=c[u];R.type=a.type,R.dateFormat=a.dateFormat,R.dateId=d,o.splice(r,0,R),r++}}r--}else if(a.type===s.ElementType.CONTROL){if(!a.control){r++;continue}if(!a.controlComponent)if(a.control.type=="TextField"){const{preTextFix:c,postTextFix:d,preTextFixText:u,postTextFixText:R,value:h,placeholder:f,code:g,type:T,valueSets:C}=a.control,p=T,{editorOptions:{control:I,checkbox:m,radio:L}}=t,M=a.controlId||ft();o.splice(r,1);const P=Jt(a,[...Pi,...ae]),D=Jt(a.control,Re),X={...D,color:i.control.textFixColor,fontWeight:"blod"},U={...D,color:void 0},b=yt(c||I.preTextFix);for(let N=0;N<b.length;N++){const V=b[N];o.splice(r,0,{...P,...X,controlId:M,value:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX}),r++}if(u){const N=yt(u);for(let V=0;V<N.length;V++){const F=N[V];o.splice(r,0,{...P,...D,controlId:M,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRETEXTFIX_TEXT}),r++}}if(h&&h.length||p===s.ControlType.CHECKBOX||p===s.ControlType.RADIO||p===s.ControlType.SELECT&&g&&(!h||!h.length)){let N=h?lt(h):[];if(p===s.ControlType.CHECKBOX){const V=g?g.split(","):[];if(Array.isArray(C)&&C.length){const F=N.reduce((E,Y)=>E.concat(Y.value.split("").map(y=>({...Y,value:y}))),[]);let O=0;for(let E=0;E<C.length;E++){const Y=C[E];o.splice(r,0,{...P,...D,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:Y.code,value:V.includes(Y.code)}}),r++;const y=yt(Y.value);for(let v=0;v<y.length;v++){const w=y[v],Q=v===y.length-1;o.splice(r,0,{...P,...U,...F[O],controlId:M,value:w===`
|
|
75
75
|
`?H:w,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=N.reduce((O,E)=>O.concat(E.value.split("").map(Y=>({...E,value:Y}))),[]);let F=0;for(let O=0;O<C.length;O++){const E=C[O];o.splice(r,0,{...P,...D,controlId:M,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.RADIO,radio:{code:E.code,value:g===E.code}}),r++;const Y=yt(E.value);for(let y=0;y<Y.length;y++){const v=Y[y],w=y===Y.length-1;o.splice(r,0,{...P,...U,...V[F],controlId:M,value:v===`
|
|
76
76
|
`?H:v,letterSpacing:w?L.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),F++,r++}}}}else{if((!h||!h.length)&&Array.isArray(C)&&C.length){const F=g?g.split(",").map(O=>O.trim()).filter(O=>O):[];if(F.length>1){const O=[];for(const E of F){const Y=C.find(y=>y.code===E);Y&&O.push({value:Y.value})}O.length>0&&(N=O)}else if(F.length===1){const O=C.find(E=>E.code===F[0]);O&&(N=[{value:O.value}])}}const V=wn(a.control.valueLayout);p===s.ControlType.BUTTON&&(V.newline||V.indentChars>0)&&(N=[{value:yi(N)}]);for(let F=0;F<N.length;F++){const O=N[F];if(O.type===s.ElementType.CONTROL&&O.control){const E=O,Y=E.controlId||ft(),y=E.control?.value||[],v=E.control?.placeholder||"",w=E.control?.type,Q=w===s.ControlType.TEXTFIELD,W=w===s.ControlType.TEXT||w===s.ControlType.NUMBER,G=w===s.ControlType.CHECKBOX,_=w===s.ControlType.RADIO,K=w===s.ControlType.BUTTON,A=Q?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,q=Q?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,J={...P,controlId:Y,type:s.ElementType.CONTROL,control:E.control},Nt=Q?i.control.textFixColor:W?"#87d068":K?Zn().color:i.control.bracketColor,vt=K?Zn().highlight:void 0,Ie=Q?E.control?.preTextFix||I.preTextFix:E.control?.prefix||I.prefix,oe=Ne(w,Ie);for(let $=0;$<oe.length;$++)o.splice(r,0,{...J,color:Nt,highlight:vt,originControlId:M,value:oe[$],controlComponent:A}),r++;if(K){const $=qs(E.control);if($){const k=Pn($,E.control),x=Xo(i.defaultColor);for(let st=0;st<k.length;st++){const j=k[st];o.splice(r,0,{...J,...x,originControlId:M,value:j.value===`
|
|
77
77
|
`?H:j.value,buttonValueLayout:j.buttonValueLayout,buttonValueLayoutPrefixOffset:j.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE}),r++}}else{const k=Ni(E.control),x=yt(k);for(let st=0;st<x.length;st++){const j=x[st];o.splice(r,0,{...J,color:i.control.placeholderColor,originControlId:M,value:j===`
|
|
78
78
|
`?H:j,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}}else if(G){const $=E.control?.valueSets||[],k=E.control?.code||"",x=k?k.split(","):[];for(let st=0;st<$.length;st++){const j=$[st];o.splice(r,0,{...J,originControlId:M,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:j.code,value:x.includes(j.code)}}),r++;const dt=yt(j.value||"");for(let ht=0;ht<dt.length;ht++){const Ot=dt[ht],Pt=ht===dt.length-1;o.splice(r,0,{...J,...U,originControlId:M,value:Ot===`
|
|
79
79
|
`?H:Ot,letterSpacing:Pt?m.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(_){const $=E.control?.valueSets||[],k=E.control?.code||"";for(let x=0;x<$.length;x++){const st=$[x];o.splice(r,0,{...J,originControlId:M,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:st.code,value:k===st.code}}),r++;const j=yt(st.value||"");for(let dt=0;dt<j.length;dt++){const ht=j[dt],Ot=dt===j.length-1;o.splice(r,0,{...J,...U,originControlId:M,value:ht===`
|
|
80
80
|
`?H:ht,letterSpacing:Ot?L.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(y.length>0)for(let $=0;$<y.length;$++){const k=y[$];if(k.type===s.ElementType.CONTROL&&k.control){const x=k,st=x.controlId||ft(),j=x.control?.value||[],dt=x.control?.type,ht=dt===s.ControlType.TEXTFIELD,Ot=dt===s.ControlType.TEXT||dt===s.ControlType.NUMBER,Pt={...J,controlId:st,control:x.control},Xt=ht?i.control.textFixColor:Ot?"#87d068":i.control.bracketColor,Lt=ht?x.control?.preTextFix||I.preTextFix:x.control?.prefix||I.prefix,bt=Ne(dt,Lt);for(let gt=0;gt<bt.length;gt++)o.splice(r,0,{...Pt,color:Xt,originControlId:Y,value:bt[gt],controlComponent:ht?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let gt=0;gt<j.length;gt++){const mt=j[gt];if(mt.type===s.ElementType.MENSTRUAL_HISTORY||mt.type===s.ElementType.FETAL_HEART_POSITION||mt.type===s.ElementType.TOOTH_POSITION||mt.type===s.ElementType.IMAGE||mt.type===s.ElementType.MACRO||mt.type===s.ElementType.CUSTOM_MACRO||mt.type===s.ElementType.REUSABLE_ITEM||mt.type===s.ElementType.LIST||mt.type===s.ElementType.SPECIAL_SYMBOLS){const St=mt.id||ft();mt.id||(mt.id=St);const Mt=x.control?.value?.find(Dt=>Dt.id===St||Dt.type===mt.type&&Dt.value===mt.value);Mt&&Fo(St,Mt),o.splice(r,0,{...Pt,...mt,id:St,originControlId:Y,controlComponent:s.ControlComponent.VALUE,type:mt.type})}else o.splice(r,0,{...Pt,...U,...mt,originControlId:Y,value:mt.value===`
|
|
81
|
-
`?H:mt.value,controlComponent:s.ControlComponent.VALUE});r++}if(j.length===0){const gt=x.control?.placeholder||"";if(gt){const mt=yt(gt);for(let Wt=0;Wt<mt.length;Wt++)o.splice(r,0,{...Pt,color:i.control.placeholderColor,originControlId:Y,value:mt[Wt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const Vt=ht?x.control?.postTextFix||I.postTextFix:x.control?.postfix||I.postfix,
|
|
81
|
+
`?H:mt.value,controlComponent:s.ControlComponent.VALUE});r++}if(j.length===0){const gt=x.control?.placeholder||"";if(gt){const mt=yt(gt);for(let Wt=0;Wt<mt.length;Wt++)o.splice(r,0,{...Pt,color:i.control.placeholderColor,originControlId:Y,value:mt[Wt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const Vt=ht?x.control?.postTextFix||I.postTextFix:x.control?.postfix||I.postfix,qt=Ne(dt,Vt);for(let gt=0;gt<qt.length;gt++)o.splice(r,0,{...Pt,color:Xt,originControlId:Y,value:qt[gt],controlComponent:ht?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.IMAGE||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||ft();k.id||(k.id=st);const j=E.control?.value?.find(dt=>dt.id===st||dt.type===k.type&&dt.value===k.value);j&&Fo(st,j),o.splice(r,0,{...J,...k,id:st,originControlId:M,controlComponent:s.ControlComponent.VALUE,type:k.type})}else o.splice(r,0,{...J,...U,...k,originControlId:M,value:k.value===`
|
|
82
82
|
`?H:k.value,controlComponent:s.ControlComponent.VALUE});r++}}else if(v){const $=yt(v);for(let k=0;k<$.length;k++)o.splice(r,0,{...J,color:i.control.placeholderColor,originControlId:M,value:$[k],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((w===s.ControlType.SELECT||w===s.ControlType.DATE||w===s.ControlType.NUMBER)&&!E.control?.code&&v){const k=yt(v);for(let x=0;x<k.length;x++)o.splice(r,0,{...J,color:i.control.placeholderColor,originControlId:M,value:k[x],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ue=Q?E.control?.postTextFix||I.postTextFix:E.control?.postfix||I.postfix,et=Ne(w,ue);for(let $=0;$<et.length;$++)o.splice(r,0,{...J,color:Nt,highlight:vt,originControlId:M,value:et[$],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.IMAGE||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||ft();O.id||(O.id=E);const Y=h?.find(y=>y.id===E||y.type===O.type&&y.value===O.value);Y&&Fo(E,Y),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):yt(O.value||"").map(Y=>({value:Y}));for(let Y=0;Y<E.length;Y++){const y=E[Y];o.splice(r,0,{...P,...U,...p===s.ControlType.BUTTON?Xo(i.defaultColor):{},...O,buttonValueLayout:y.buttonValueLayout,buttonValueLayoutPrefixOffset:y.buttonValueLayoutPrefixOffset,controlId:M,value:y.value===`
|
|
83
83
|
`?H:y.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 N={...D,color:i.control.placeholderColor},V=yt(f);for(let F=0;F<V.length;F++){const O=V[F];o.splice(r,0,{...P,...N,controlId:M,value:O===`
|
|
84
84
|
`?H:O,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(R){const N=yt(R);for(let V=0;V<N.length;V++){const F=N[V];o.splice(r,0,{...P,...D,controlId:M,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.POSTTEXTFIX_TEXT}),r++}}const S=yt(d||I.postTextFix);for(let N=0;N<S.length;N++){const V=S[N];o.splice(r,0,{...P,...X,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:R,value:h,placeholder:f,code:g,type:T,valueSets:C}=a.control,{editorOptions:{control:p,checkbox:I,radio:m}}=t,L=a.controlId||ft();o.splice(r,1);const M=Jt(a,[...Pi,...ae]),P=Jt(a.control,Re),D={...P,color:T===s.ControlType.TEXT||T===s.ControlType.NUMBER?"#87d068":T===s.ControlType.BUTTON?Zn().color:i.control.bracketColor,highlight:T===s.ControlType.BUTTON?Zn().highlight:void 0},X={...P,color:void 0},U=T===s.ControlType.BUTTON?Ni(a.control):f,b=Ne(T,c||p.prefix);for(let N=0;N<b.length;N++){const V=b[N];o.splice(r,0,{...M,...D,controlId:L,value:V===`
|
|
85
|
-
`?H:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.PREFIX}),r++}if(u){const N=yt(u);for(let V=0;V<N.length;V++){const F=N[V];o.splice(r,0,{...M,...P,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRE_TEXT}),r++}}if(h&&h.length||T===s.ControlType.CHECKBOX||T===s.ControlType.RADIO||T===s.ControlType.SELECT&&g&&(!h||!h.length)){let N=h?
|
|
85
|
+
`?H:V,type:a.type,control:a.control,controlComponent:s.ControlComponent.PREFIX}),r++}if(u){const N=yt(u);for(let V=0;V<N.length;V++){const F=N[V];o.splice(r,0,{...M,...P,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.PRE_TEXT}),r++}}if(h&&h.length||T===s.ControlType.CHECKBOX||T===s.ControlType.RADIO||T===s.ControlType.SELECT&&g&&(!h||!h.length)){let N=h?lt(h):[];if(T===s.ControlType.CHECKBOX){const V=g?g.split(","):[];if(Array.isArray(C)&&C.length){const F=N.reduce((E,Y)=>E.concat(Y.value.split("").map(y=>({...Y,value:y}))),[]);let O=0;for(let E=0;E<C.length;E++){const Y=C[E];o.splice(r,0,{...M,...P,controlId:L,value:"",type:a.type,control:a.control,controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:Y.code,value:V.includes(Y.code)}}),r++;const y=yt(Y.value);for(let v=0;v<y.length;v++){const w=y[v],Q=v===y.length-1;o.splice(r,0,{...M,...X,...F[O],controlId:L,value:w===`
|
|
86
86
|
`?H:w,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=N.reduce((O,E)=>O.concat(E.value.split("").map(Y=>({...E,value:Y}))),[]);let F=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 Y=yt(E.value);for(let y=0;y<Y.length;y++){const v=Y[y],w=y===Y.length-1;o.splice(r,0,{...M,...X,...V[F],controlId:L,value:v===`
|
|
87
87
|
`?H:v,letterSpacing:w?m.gap:0,control:a.control,controlComponent:s.ControlComponent.VALUE}),F++,r++}}}}else{if((!h||!h.length)&&Array.isArray(C)&&C.length){const F=g?g.split(","):[];if(F.length>1){const O=[];for(const E of F){const Y=C.find(y=>y.code===E.trim());Y&&O.push({value:Y.value})}O.length>0&&(N=O)}else{const O=C.find(E=>E.code===g);O&&(N=[{value:O.value}])}}const V=wn(a.control.valueLayout);T===s.ControlType.BUTTON&&(V.newline||V.indentChars>0)&&(N=[{value:yi(N)}]);for(let F=0;F<N.length;F++){const O=N[F];if(O.type===s.ElementType.CONTROL&&O.control){const E=O,Y=E.controlId||ft(),y=E.control?.value||[],v=E.control?.placeholder||"",w=E.control?.type,Q=w===s.ControlType.TEXTFIELD,W=w===s.ControlType.TEXT||w===s.ControlType.NUMBER,G=w===s.ControlType.CHECKBOX,_=w===s.ControlType.RADIO,K=w===s.ControlType.BUTTON,A=Q?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,q=Q?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,J={...M,controlId:Y,type:s.ElementType.CONTROL,control:E.control},Nt=Q?i.control.textFixColor:W?"#87d068":K?Zn().color:i.control.bracketColor,vt=K?Zn().highlight:void 0,Ie=Q?E.control?.preTextFix||p.preTextFix:E.control?.prefix||p.prefix,oe=Ne(w,Ie);for(let $=0;$<oe.length;$++)o.splice(r,0,{...J,color:Nt,highlight:vt,originControlId:L,value:oe[$],controlComponent:A}),r++;if(K){const $=qs(E.control);if($){const k=Pn($,E.control),x=Xo(i.defaultColor);for(let st=0;st<k.length;st++){const j=k[st];o.splice(r,0,{...J,...x,originControlId:L,value:j.value===`
|
|
88
88
|
`?H:j.value,buttonValueLayout:j.buttonValueLayout,buttonValueLayoutPrefixOffset:j.buttonValueLayoutPrefixOffset,controlComponent:s.ControlComponent.VALUE}),r++}}else{const k=Ni(E.control),x=yt(k);for(let st=0;st<x.length;st++){const j=x[st];o.splice(r,0,{...J,color:i.control.placeholderColor,originControlId:L,value:j===`
|
|
89
89
|
`?H:j,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}}else if(G){const $=E.control?.valueSets||[],k=E.control?.code||"",x=k?k.split(","):[];for(let st=0;st<$.length;st++){const j=$[st];o.splice(r,0,{...J,...P,originControlId:L,value:"",controlComponent:s.ControlComponent.CHECKBOX,checkbox:{code:j.code,value:x.includes(j.code)}}),r++;const dt=yt(j.value||"");for(let ht=0;ht<dt.length;ht++){const Ot=dt[ht],Pt=ht===dt.length-1;o.splice(r,0,{...J,...X,originControlId:L,value:Ot===`
|
|
90
90
|
`?H:Ot,letterSpacing:Pt?I.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(_){const $=E.control?.valueSets||[],k=E.control?.code||"";for(let x=0;x<$.length;x++){const st=$[x];o.splice(r,0,{...J,...P,originControlId:L,value:"",controlComponent:s.ControlComponent.RADIO,radio:{code:st.code,value:k===st.code}}),r++;const j=yt(st.value||"");for(let dt=0;dt<j.length;dt++){const ht=j[dt],Ot=dt===j.length-1;o.splice(r,0,{...J,...X,originControlId:L,value:ht===`
|
|
91
91
|
`?H:ht,letterSpacing:Ot?m.gap:0,controlComponent:s.ControlComponent.VALUE}),r++}}}else if(y.length>0)for(let $=0;$<y.length;$++){const k=y[$];if(k.type===s.ElementType.CONTROL&&k.control){const x=k,st=x.controlId||ft(),j=x.control?.value||[],dt=x.control?.type,ht=dt===s.ControlType.TEXTFIELD,Ot=dt===s.ControlType.TEXT||dt===s.ControlType.NUMBER,Pt={...J,controlId:st,control:x.control},Xt=ht?i.control.textFixColor:Ot?"#87d068":i.control.bracketColor,Lt=ht?x.control?.preTextFix||p.preTextFix:x.control?.prefix||p.prefix,bt=Ne(dt,Lt);for(let gt=0;gt<bt.length;gt++)o.splice(r,0,{...Pt,color:Xt,originControlId:Y,value:bt[gt],controlComponent:ht?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX}),r++;for(let gt=0;gt<j.length;gt++){const mt=j[gt];if(mt.type===s.ElementType.MENSTRUAL_HISTORY||mt.type===s.ElementType.FETAL_HEART_POSITION||mt.type===s.ElementType.TOOTH_POSITION||mt.type===s.ElementType.IMAGE||mt.type===s.ElementType.MACRO||mt.type===s.ElementType.CUSTOM_MACRO||mt.type===s.ElementType.REUSABLE_ITEM||mt.type===s.ElementType.SPECIAL_SYMBOLS){const St=mt.id||ft();o.splice(r,0,{...Pt,...mt,id:St,originControlId:Y,controlComponent:s.ControlComponent.VALUE,type:mt.type})}else o.splice(r,0,{...Pt,...X,...mt,originControlId:Y,value:mt.value===`
|
|
92
|
-
`?H:mt.value,controlComponent:s.ControlComponent.VALUE});r++}if(j.length===0){const gt=x.control?.placeholder||"";if(gt){const mt=yt(gt);for(let Wt=0;Wt<mt.length;Wt++)o.splice(r,0,{...Pt,color:i.control.placeholderColor,originControlId:Y,value:mt[Wt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const Vt=ht?x.control?.postTextFix||p.postTextFix:x.control?.postfix||p.postfix,
|
|
92
|
+
`?H:mt.value,controlComponent:s.ControlComponent.VALUE});r++}if(j.length===0){const gt=x.control?.placeholder||"";if(gt){const mt=yt(gt);for(let Wt=0;Wt<mt.length;Wt++)o.splice(r,0,{...Pt,color:i.control.placeholderColor,originControlId:Y,value:mt[Wt],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}const Vt=ht?x.control?.postTextFix||p.postTextFix:x.control?.postfix||p.postfix,qt=Ne(dt,Vt);for(let gt=0;gt<qt.length;gt++)o.splice(r,0,{...Pt,color:Xt,originControlId:Y,value:qt[gt],controlComponent:ht?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX}),r++}else o.splice(r,0,{...J,...X,...k,originControlId:L,value:k.value===`
|
|
93
93
|
`?H:k.value,controlComponent:s.ControlComponent.VALUE}),r++}else if(v){const $=yt(v);for(let k=0;k<$.length;k++)o.splice(r,0,{...J,color:i.control.placeholderColor,originControlId:L,value:$[k],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}else if((w===s.ControlType.SELECT||w===s.ControlType.DATE||w===s.ControlType.NUMBER)&&!E.control?.code&&v){const k=yt(v);for(let x=0;x<k.length;x++)o.splice(r,0,{...J,color:i.control.placeholderColor,originControlId:L,value:k[x],controlComponent:s.ControlComponent.PLACEHOLDER}),r++}const ue=Q?E.control?.postTextFix||p.postTextFix:E.control?.postfix||p.postfix,et=Ne(w,ue);for(let $=0;$<et.length;$++)o.splice(r,0,{...J,color:Nt,highlight:vt,originControlId:L,value:et[$],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.IMAGE||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||ft();O.id||(O.id=E);const Y=a.control?.value;if(Y){const y=Y.find(v=>v.id===E||v.type===O.type&&v.value===O.value);y&&Fo(E,y)}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):yt(O.value||"").map(Y=>({value:Y}));for(let Y=0;Y<E.length;Y++){const y=E[Y];o.splice(r,0,{...M,...X,...T===s.ControlType.BUTTON?Xo(i.defaultColor):{},...O,buttonValueLayout:y.buttonValueLayout,buttonValueLayoutPrefixOffset:y.buttonValueLayoutPrefixOffset,controlId:L,value:y.value===`
|
|
94
94
|
`?H:y.value,type:T===s.ControlType.BUTTON?s.ElementType.CONTROL:O.type||s.ElementType.TEXT,control:a.control,controlComponent:s.ControlComponent.VALUE}),r++}}}}}else if(U){const N={...P,color:i.control.placeholderColor},V=yt(U);for(let F=0;F<V.length;F++){const O=V[F];o.splice(r,0,{...M,...N,controlId:L,value:O===`
|
|
95
95
|
`?H:O,type:a.type,control:a.control,controlComponent:s.ControlComponent.PLACEHOLDER}),r++}}if(R){const N=yt(R);for(let V=0;V<N.length;V++){const F=N[V];o.splice(r,0,{...M,...P,controlId:L,value:F,type:a.type,control:a.control,controlComponent:s.ControlComponent.POST_TEXT}),r++}}const S=Ne(T,d||p.postfix);for(let N=0;N<S.length;N++){const V=S[N];o.splice(r,0,{...M,...D,controlId:L,value:V===`
|
|
96
96
|
`?H: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=yt(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=H),(a.type===s.ElementType.IMAGE||a.type===s.ElementType.BLOCK)&&(a.id=a.id||ft()),a.type===s.ElementType.LATEX){const{svg:c,width:d,height:u}=ks.convertLaTextToSVG(a.value);a.width=a.width||d,a.height=a.height||u,a.laTexSVG=c,a.id=a.id||ft()}(a.type===s.ElementType.MACRO||a.type===s.ElementType.CUSTOM_MACRO||a.type===s.ElementType.REUSABLE_ITEM)&&(a.id=a.id||ft()),(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||ft()),r++}}function Ic(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])&&vs(o[l],t[l]))&&o[l]!==t[l])return!1}return!0}function Rn(o,t={}){const{extraPickAttrs:e}=t,n=[...Sa];e&&n.push(...e);const i={value:o?.value===H?`
|
|
99
|
-
`:o?.value};return o&&n.forEach(l=>{const r=o[l];r!==void 0&&(i[l]=r)}),i}function wt(o,t={}){const{extraPickAttrs:e,isClassifyArea:n=!1,isClone:i=!0,editorOptions:l}=t,r=(i?
|
|
100
|
-
`};for(;c<r.length;){let h=r[c];if(R(h,r[c+1])&&(h=
|
|
99
|
+
`:o?.value};return o&&n.forEach(l=>{const r=o[l];r!==void 0&&(i[l]=r)}),i}function wt(o,t={}){const{extraPickAttrs:e,isClassifyArea:n=!1,isClone:i=!0,editorOptions:l}=t,r=(i?lt(o):o).filter(h=>h.type!==s.ElementType.SPLIT_TAG),a=[];let c=0;const d=h=>h===s.ControlComponent.PREFIX||h===s.ControlComponent.PRETEXTFIX||h===s.ControlComponent.PRETEXTFIX_TEXT||h===s.ControlComponent.PRE_TEXT,u=h=>{const f=l?.control;switch(h.controlComponent){case s.ControlComponent.PRETEXTFIX:return h.control?.preTextFix||f?.preTextFix||"";case s.ControlComponent.PRETEXTFIX_TEXT:return h.control?.preTextFixText||f?.preTextFixText||"";case s.ControlComponent.PRE_TEXT:return h.control?.preText||"";default:return h.control?.prefix||f?.prefix||""}},R=(h,f)=>{if(h.value!==H||!h.controlId||!d(h.controlComponent)||!f||f.controlId!==h.controlId||(f.originControlId||null)!==(h.originControlId||null)||f.controlComponent!==h.controlComponent||f.value===H)return!1;const g=h.control?.type;return Ne(g,u(h))[0]!==`
|
|
100
|
+
`};for(;c<r.length;){let h=r[c];if(R(h,r[c+1])&&(h=lt(h),delete h.type,delete h.control,delete h.controlId,delete h.originControlId,delete h.controlComponent),c===0&&h.value===H&&!h.listId&&(!h.type||h.type===s.ElementType.TEXT)){c++;continue}if(h.areaId){const g=h.areaId,T=h.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=wt(C,t);if(n){const I={type:s.ElementType.AREA,value:"",areaId:g,area:T};I.valueList=p,h=I}else{a.splice(c,0,...p);continue}}else if(h.titleId&&h.level){const g=h.titleId;if(g){const T=h.level,C={type:s.ElementType.TITLE,title:h.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=wt(p,t),h=C}}else if(h.listId&&h.listType){const g=h.listId;if(g){const T=h.listType,C=h.listStyle,p=h?.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=wt(m,t),h=I}}else if(h.type===s.ElementType.TABLE){if(h.pagingId){let g=c+1,T=0;for(;g<r.length;){const C=r[g];if(C.pagingId===h.pagingId){h.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<h.trList.length;L++){const P=h.trList[L].tdList.find(({id:D})=>D===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));h.trList.push(...p),h.trList?.forEach(I=>I.minHeight=I.originalMinHeight??I.minHeight),g++,T++}else break}c+=T}if(h.trList)for(let g=0;g<h.trList.length;g++){const T=h.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:wt(p.value,{...t,isClassifyArea:!1})};Da.forEach(m=>{const L=p[m];L!==void 0&&(I[m]=L)}),T.tdList[C]=I}}}else if(h.type===s.ElementType.HYPERLINK){const g=h.hyperlinkId;if(g){const T={type:s.ElementType.HYPERLINK,value:"",url:h.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=wt(C,t),h=T}}else if(h.type===s.ElementType.DATE){const g=h.dateId;if(g){const T={type:s.ElementType.DATE,value:"",dateFormat:h.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=wt(C,t),h=T}}else if(h.type!==s.ElementType.BUTTON){if(h.controlId){const g=h.controlId;if(!(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&h.controlComponent===s.ControlComponent.VALUE){if(h.type===s.ElementType.MENSTRUAL_HISTORY||h.type===s.ElementType.FETAL_HEART_POSITION||h.type===s.ElementType.TOOTH_POSITION||h.type===s.ElementType.IMAGE||h.type===s.ElementType.MACRO||h.type===s.ElementType.CUSTOM_MACRO||h.type===s.ElementType.REUSABLE_ITEM||h.type===s.ElementType.LIST||h.type===s.ElementType.SPECIAL_SYMBOLS){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=lt(h);delete L.controlId,delete L.control,delete L.controlComponent,delete L.originControlId,a.push(L),c++;continue}}c++;continue}if(h.controlComponent===s.ControlComponent.PLACEHOLDER||h.controlComponent===s.ControlComponent.POSTFIX||h.controlComponent===s.ControlComponent.POSTTEXTFIX||h.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h.controlComponent===s.ControlComponent.POST_TEXT||h.controlComponent===s.ControlComponent.PRE_TEXT||h.controlComponent===s.ControlComponent.CHECKBOX||h.controlComponent===s.ControlComponent.RADIO){c++;continue}const C=(I,m,L,M)=>{if(M===s.ControlType.CHECKBOX||M===s.ControlType.RADIO){let D=-1;for(let X=I;X<r.length&&r[X].controlId===m;X++)D=X;return D}const P=L?[s.ControlComponent.POSTTEXTFIX,s.ControlComponent.POSTTEXTFIX_TEXT]:[s.ControlComponent.POSTFIX];for(let D=I;D<r.length;D++){const X=r[D];if(X.controlId===m&&P.includes(X.controlComponent))return D}return-1},p=(I,m,L)=>{const M=[];let P=I;for(;P<=m;){const D=r[P];if(Te(D)){P++;continue}if(D.controlId&&D.controlId!==L&&D.control){const N=D.control?.type,V=N===s.ControlType.TEXTFIELD,F=V?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,O=D.controlComponent===F,E=N===s.ControlType.CHECKBOX||N===s.ControlType.RADIO;if(O||E&&(D.controlComponent===s.ControlComponent.CHECKBOX||D.controlComponent===s.ControlComponent.RADIO)){const Y=C(P+1,D.controlId,V,N);if(Y!==-1){const y=r.slice(P,Y+1).map(w=>{const Q=lt(w);return delete Q.originControlId,Q}),v=wt(y,t);v.length>0&&M.push(v[0]),P=Y+1;continue}}}if(!(D.controlId===L&&(D.controlComponent===s.ControlComponent.VALUE||!D.controlComponent)&&(!D.originControlId||D.originControlId===L)||D.originControlId===L&&D.controlComponent===s.ControlComponent.VALUE||D.controlId===L&&(D.controlComponent===s.ControlComponent.CHECKBOX||D.controlComponent===s.ControlComponent.RADIO)&&!D.originControlId)){P++;continue}if(D.type===s.ElementType.MENSTRUAL_HISTORY||D.type===s.ElementType.FETAL_HEART_POSITION||D.type===s.ElementType.TOOTH_POSITION||D.type===s.ElementType.IMAGE||D.type===s.ElementType.MACRO||D.type===s.ElementType.CUSTOM_MACRO||D.type===s.ElementType.REUSABLE_ITEM||D.type===s.ElementType.LIST||D.type===s.ElementType.SPECIAL_SYMBOLS){const N=lt(D);delete N.controlId,delete N.control,delete N.controlComponent,delete N.originControlId,M.push(N),P++;continue}if(D.controlComponent===s.ControlComponent.CHECKBOX||D.controlComponent===s.ControlComponent.RADIO){M.push(lt(D)),P++;continue}const b=h.control?.type;if(b===s.ControlType.CHECKBOX||b===s.ControlType.RADIO){let N=P-1,V=!1;for(;N>=I-1;){const F=r[N];if(F.controlId===L&&!F.originControlId)if(F.controlComponent===s.ControlComponent.CHECKBOX){V=F.checkbox?.value===!0;break}else if(F.controlComponent===s.ControlComponent.RADIO){V=F.radio?.value===!0;break}else if(F.controlComponent===s.ControlComponent.VALUE){N--;continue}else break;N--}if(V){const F={value:D.value||""},O=[...ae,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const E of O){const Y=D[E];if(Y!==void 0){if(E==="color"&&l){const y=l.control?.bracketColor,v=l.control?.placeholderColor;if(Y===y||Y===v)continue}F[E]=Y}}M.push(F)}}else{const N={value:D.value||""},V=[...ae,"color","bold","italic","underline","strikeout","size","font","highlight","textDecoration"];for(const F of V){const O=D[F];if(O!==void 0){if(F==="color"&&l){const E=l.control?.bracketColor,Y=l.control?.placeholderColor;if(O===E||O===Y)continue}N[F]=O}}M.push(N)}P++}return M};if(h.controlComponent===s.ControlComponent.PREFIX){const I=h.control?.type===s.ControlType.TEXTFIELD,m=C(c+1,g,I);if(m!==-1){const L=p(c+1,m-1,g),M=Jt(h,Re),D=h.control?.type===s.ControlType.BUTTON&&!h.control?.buttonText?L.length?L:null:L,X={...h.control,...M,value:D},U={...Jt(h,ae),type:s.ElementType.CONTROL,value:"",control:X,controlId:g};h=Rn(U,{extraPickAttrs:e}),c=m}}if(h.controlComponent===s.ControlComponent.PRETEXTFIX){const I=C(c+1,g,!0);if(I!==-1){const m=p(c+1,I-1,g),L=Jt(h,Re),M={...h.control,...L,value:m},P={...Jt(h,ae),type:s.ElementType.CONTROL,value:"",control:M,controlId:g};h=Rn(P,{extraPickAttrs:e}),c=I}}if(h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){const I=C(c+1,g,!0);if(I!==-1){const m=p(c+1,I-1,g),L=Jt(h,Re),M={...h.control,...L,value:m},P={...Jt(h,ae),type:s.ElementType.CONTROL,value:"",control:M,controlId:g};h=Rn(P,{extraPickAttrs:e}),c=I}}}}const f=Rn(h,{extraPickAttrs:e});if(!h.type||h.type===s.ElementType.TEXT||h.type===s.ElementType.SUBSCRIPT||h.type===s.ElementType.SUPERSCRIPT)for(;c<r.length;){const g=r[c+1];if(c++,g&&Ic(f,Rn(g,{extraPickAttrs:e}))){const T=g.value===H?`
|
|
101
101
|
`:g.value;f.value+=T}else break}else c++;a.push(f)}return a}function or(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 ir(o){return o===s.RowFlex.ALIGNMENT?"justify":o}function Ec(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 Vo(o){return!o.type||Le.includes(o.type)}function Lc(o){return!o.type||o.type===s.ElementType.TEXT}function sr(o){return o.filter(t=>Vo(t)).map(t=>t.value).join("").replace(new RegExp(H,"g"),"")}function Qn(o,t){const e=o[t];if(!e)return null;const n=o[t+1];return!e.listId&&e.value===H&&n&&n.value!==H&&e.areaId===n.areaId?n:e}function re(o,t,e,n){let i=Qn(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,Ei));let d=!1;for(let u=0;u<t.length;u++){const R=t[u];if(l&&!i.listId&&Ri.test(R.value)&&(d=!0),d||!i.listId&&R.type===s.ElementType.LIST){const f=[...En,...ae,...hn];Zs(f,a),un(f,i,R),R.valueList?.forEach(g=>{un(f,i,g)});continue}R.valueList?.length&&re(o,R.valueList,e,n);const h=[...Pi];An(R)||h.push(...ae),Zs(h,a),un(h,i,R)}}function Pc(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=ir(o.rowFlex)),o.color&&(n.style.color=o.color),o.bold&&(n.style.fontWeight="600"),o.italic&&(n.style.fontStyle="italic"),n.style.fontSize=`${o.size||t.defaultSize}px`,o.highlight&&(n.style.backgroundColor=o.highlight),o.underline&&(n.style.textDecoration="underline",n.style.textDecorationStyle=o.textDecoration?.style||"solid"),o.strikeout&&(n.style.textDecoration+=" line-through"),o.type&&n.setAttribute("data-type",o.type),o.rowMargin&&(n.style.lineHeight=(o.rowMargin??t.defaultRowMargin).toString()),n.innerText=o.value.replace(new RegExp(`${H}`,"g"),`
|
|
102
102
|
`),n}function rr(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(Ri,"")}if(i.listWrap){const l=e.get(t)||[];l.push(i),e.set(t,l)}else{const l=i.value.split(`
|
|
103
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 Mc(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&&!An(i)&&!An(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=wt(i.data)}return t}function Kn(o,t){const e=Do(t),n=tr(e.mode)?vn(wt(o,{editorOptions:e})):o;function i(a){const c=document.createElement("div");for(let d=0;d<a.length;d++){const u=a[d];if(u.type===s.ElementType.TABLE){const R=document.createElement("table");R.setAttribute("cellSpacing","0"),R.setAttribute("cellpadding","0"),R.setAttribute("border","0");const h="1px solid #000000";!u.borderType||u.borderType===s.TableBorder.ALL?(R.style.borderTop=h,R.style.borderLeft=h):u.borderType===s.TableBorder.EXTERNAL&&(R.style.border=h),R.style.width=`${u.width}px`;const 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)}R.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=h),L.borderTypes?.includes(s.TdBorder.RIGHT)&&(m.style.borderRight=h),L.borderTypes?.includes(s.TdBorder.BOTTOM)&&(m.style.borderBottom=h),L.borderTypes?.includes(s.TdBorder.LEFT)&&(m.style.borderLeft=h);const M=Kn(L.value,t);m.innerHTML=M.innerHTML,L.backgroundColor&&(m.style.backgroundColor=L.backgroundColor),C.append(m)}R.append(C)}c.append(R)}else if(u.type===s.ElementType.HYPERLINK){const R=document.createElement("a");R.innerText=u.valueList.map(h=>h.value).join(""),u.url&&(R.href=u.url),c.append(R)}else if(u.type===s.ElementType.TITLE){const R=document.createElement(`h${Di[u.level]}`),h=i(u.valueList);R.innerHTML=h.innerHTML,c.append(R)}else if(u.type===s.ElementType.LIST){const R=document.createElement(Ha[u.listType]);u.listStyle&&(R.style.listStyleType=Aa[u.listStyle]);const h=wt(u.valueList);rr(h).forEach(g=>{const T=document.createElement("li"),C=i(g);T.innerHTML=C.innerHTML,R.append(T)}),c.append(R)}else if(u.type===s.ElementType.IMAGE){const R=document.createElement("img");u.value&&(R.src=u.value,R.width=u.width,R.height=u.height),c.append(R)}else if(u.type===s.ElementType.BLOCK){if(u.block?.type===s.BlockType.VIDEO){const R=u.block.videoBlock?.src;if(R){const h=document.createElement("video");h.style.display="block",h.controls=!0,h.src=R,h.width=u.width||t?.width||window.innerWidth,h.height=u.height,c.append(h)}}else if(u.block?.type===s.BlockType.IFRAME){const{src:R,srcdoc:h,sandbox:f,allow:g}=u.block.iframeBlock||{};if(R||h){const T=document.createElement("iframe");T.sandbox.add(...f||Yn.sandbox),T.setAttribute("allow",[g||Yn.allow].join(" ")),T.style.display="block",T.style.border="none",R?T.src=R:h&&(T.srcdoc=h),T.width=`${u.width||t?.width||window.innerWidth}`,T.height=`${u.height}`,c.append(T)}}}else if(u.type===s.ElementType.SEPARATOR){const R=document.createElement("hr");u.dashArray?.length&&R.setAttribute("data-dash-array",u.dashArray.join(",")),c.append(R)}else if(u.type===s.ElementType.CHECKBOX){const R=document.createElement("input");R.type="checkbox",u.checkbox?.value&&R.setAttribute("checked","true"),c.append(R)}else if(u.type===s.ElementType.RADIO){const R=document.createElement("input");R.type="radio",u.radio?.value&&R.setAttribute("checked","true"),c.append(R)}else if(u.type===s.ElementType.TAB){const R=document.createElement("span");R.innerHTML=`${Vs}${Vs}`,c.append(R)}else if(u.type===s.ElementType.CONTROL){const R=document.createElement("span"),h=i(u.control?.value||[]);R.innerHTML=h.innerHTML,c.append(R)}else if(u.type===s.ElementType.PAGE_BREAK){const R=document.createElement("div");R.style.breakAfter="page",c.append(R)}else if(!u.type||u.type===s.ElementType.LATEX||Le.includes(u.type)){let R="";if(u.type===s.ElementType.DATE?R=u.valueList?.map(f=>f.value).join("")||"":R=u.value,!R)continue;const h=Pc(u,e);a[d-1]?.type===s.ElementType.TITLE&&(R=R.replace(/^\n/,"")),h.innerText=R.replace(new RegExp(`${H}`,"g"),`
|
|
@@ -115,21 +115,21 @@ ${R||`${f+1}.`}${i(h)}${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(`${H}`,"g"),`
|
|
116
116
|
`)}}return r}return i(n)}function Wi(o){return gi(o,["metrics","style"])}function An(o){return!!o?.type&&(Xa.includes(o.type)||o.imgDisplay===s.ImageDisplay.INLINE)}function Sc(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 Yi(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 Dc(o,t){for(let e=o.length-1;e>=0;e--)o[e].imgFloatPosition?.pageNo===t&&o.splice(e,1)}function le(o){return o?!!(o.hide||o.control?.hide||o.area?.hide):!0}function _n(o,t,e=s.LocationPosition.BEFORE){if(!le(o[t]))return t;let n=t;if(e===s.LocationPosition.BEFORE)for(n=t-1;n>0;){if(!le(o[n]))return n;n--}else for(n=t+1;n<o.length;){if(!le(o[n]))return n;n++}return n}const lr=`${io}-control`;function ar(o){localStorage.setItem(io,JSON.stringify({text:o.text,elementList:o.elementList}))}function cr(){const o=localStorage.getItem(io);return o?JSON.parse(o):null}function dr(){localStorage.removeItem(io)}function Fc(o){localStorage.setItem(lr,JSON.stringify(o))}function ur(){const o=localStorage.getItem(lr);return o?JSON.parse(o):null}function Xc(){return!!ur()?.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()}ar({text:o,elementList:e})}async function Nc(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();ar({text:o,elementList:t})}async function hr(o,t){const e=Kn(o,t);document.body.append(e);const n=e.innerText;e.remove();const i=e.innerHTML;!n&&!i&&!o.length||await yc(n,i,wt(o))}function bc(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 Ui(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(Na.includes(c.type)){if(t.splice(a,1),c.valueList)for(let d=0;d<c.valueList.length;d++){const u=c.valueList[d];u.value===H||u.value===`
|
|
118
|
-
`||(t.splice(a,0,u),a++)}a--}a++}}re(l,t,i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()})}e.insertElementList(t)}function Rr(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=Hn(t,{innerWidth:e.getOriginalInnerWidth()});Ui(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&&re(l,[d],i,{editorOptions:e.getOptions()}),e.insertElementList([d])}}}function Vc(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(!bc(n)){const r=n.getData("text"),a=cr();if(a&&Po(r)===Po(a.text)){Ui(o,a.elementList);return}}dr();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=>{Rr(o,c)});break}}else if(a.kind==="file"&&a.type.includes("image")){const c=a.getAsFile();c&&wi(o,c)}}}async function Wc(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=cr();if(l&&Po(i)===Po(l.text)){Ui(o,l.elementList);return}if(dr(),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&&Rr(o,u)}else if(c.types.some(d=>d.startsWith("image/"))){const d=c.types.find(R=>R.startsWith("image/")),u=await c.getType(d);wi(o,u)}}}class Yc{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||(Vc(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 Uc{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 Yc(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(Pa&&this.draw.isReadonly())return;const t=this.cursorAgent.getAgentCursorDom();document.activeElement!==t&&(t.focus(),t.setSelectionRange(0,0))}drawCursor(t){let e=this.position.getCursorPosition();if(!e)return;const{scale:n,cursor:i}=this.options,{color:l,width:r,isShow:a=!0,isBlink:c=!0,isFocus:d=!0,hitLineStartIndex:u}={...i,...t},R=this.draw.getHeight(),h=this.draw.getPageGap();this.hitLineStartIndex=u,u&&(e=this.position.getPositionList()[u]);const{metrics:f,coordinate:{leftTop:g,rightTop:T},ascent:C,pageNo:p}=e,L=(this.draw.getZone().isMainActive()?p:this.draw.getPageNo())*(R+h),M=Hs*n,P=Math.min(f.height/4,M),D=f.height+P*2,X=this.cursorAgent.getAgentCursorDom();d&&setTimeout(()=>{this.focus()});const U=f.boundingBoxDescent<0?0:f.boundingBoxDescent,b=g[1]+C+U-(D-P)+L,S=u?g[0]:T[0];if(X.style.left=`${S}px`,X.style.top=`${b+D-M}px`,!a){this.recoveryCursor();return}const N=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=`${D}px`,c?this._setBlinkTimeout():this._clearBlinkTimeout(),Ci(()=>{this.moveCursorToVisible({cursorPosition:e,direction:parseInt(N)>b?$t.UP:$t.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=ma(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,R=n===$t.UP,h=r[0]+(d?0:c.left),f=R?l[1]+u:r[1]+u,{maskMargin:g}=this.options;if(c.top+=g[0],c.bottom-=g[2],!(h>=c.left&&h<=c.right&&f>=c.top&&f<=c.bottom)){const{scrollLeft:T,scrollTop:C}=a;R?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 Wo{element;control;constructor(t,e){this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getCode(){return this.element.control?.code||null}getValue(){const t=this.control.getElementList(),{startIndex:e}=this.control.getRange(),n=t[e],i=[];let l=e;for(;l>0;){const a=t[l];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.unshift(a),l--}let r=e+1;for(;r<t.length;){const a=t[r];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.push(a),r++}return i}setValue(){return-1}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getRange();this.control.shrinkBoundary();const{startIndex:n,endIndex:i}=e;return t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete?this.control.removeControl(n):i}cut(){return-1}}class Zi extends Wo{setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}}function gr(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 fr(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 Wo&&l.setSelect(i)}}function Tr(o,t){const{radio:e,control:n}=o;if(!n)t.getRadioParticle().setSelect(o);else{const i=e?.code?[e.code]:[],l=t.getControl().getActiveControl();l instanceof Zi&&l.setSelect(i)}}function wc(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())){gr(t);return}t.isAllowSelection=!i;const u=at(r.getPositionContext()),R=r.getPositionByXY({x:o.offsetX,y:o.offsetY}),h=r.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!h)return;const{index:f,isDirectHit:g,isCheckbox:T,isRadio:C,isControl:p,isImage:I,isLabel:m,isMacro:L,isTable:M,tdValueIndex:P,hitLineStartIndex:D}=h;t.mouseDownStartPosition={...h,index:M?P:f,originalIndex:f,x:o.offsetX,y:o.offsetY};const X=e.getElementList(),U=r.getPositionList(),b=M?P:f;let S;M?S=e.getTd().value[P]:S=X[b];const N=M&&e.getTd()?.value||X,V=M&&e.getTd()?.positionList||U,F=!!(g&&I),O=!!(g&&T),E=!!(g&&C),Y=!!(g&&m),y=!!(g&&L),v=Z=>Z&&(Z.type===s.ElementType.MACRO||Z.type===s.ElementType.CUSTOM_MACRO||Z.type===s.ElementType.REUSABLE_ITEM||Z.type===s.ElementType.SUB_TEMPLATE||Z.type===s.ElementType.MENSTRUAL_HISTORY||Z.type===s.ElementType.FETAL_HEART_POSITION||Z.type===s.ElementType.TOOTH_POSITION||Z.type===s.ElementType.LIST||Z.type===s.ElementType.SPECIAL_SYMBOLS),w=Z=>Z&&!!Z.originControlId&&!!Z.controlId,Q=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),W=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),G=Z=>{if(!Z)return null;const B=new Set;let nt=Z,ut=null;for(;nt&&!B.has(nt);){B.add(nt);let It;for(let xt=0;xt<X.length;xt++){const Ht=X[xt];if(Ht.controlId===nt&&Ht.control?.type&&(It=Ht,Ht.controlComponent===s.ControlComponent.PREFIX||Ht.controlComponent===s.ControlComponent.PRE_TEXT||Ht.controlComponent===s.ControlComponent.PRETEXTFIX||Ht.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!It)break;It.control?.type===s.ControlType.TEXT&&(ut=nt),nt=It.originControlId||null}return ut},_=e.getMode()===s.EditorMode.FORM,K=_&&S?.control?.type===s.ControlType.TEXT,A=_&&!K?e.getControl().getActiveTextControlLimit():null;let q=b;const J=(Z,B)=>!!Z&&!!B&&Z.controlId===B,Nt=(Z,B,nt)=>{if(nt){for(let ut=B;ut>=0;ut--){const It=Z[ut];if(J(It,nt)&&!It.originControlId&&It.control?.type)return It.control.type;if(It.controlId&&It.controlId!==nt&&It.originControlId!==nt)break}for(let ut=B+1;ut<Z.length;ut++){const It=Z[ut];if(J(It,nt)&&!It.originControlId&&It.control?.type)return It.control.type;if(It.controlId&&It.controlId!==nt&&It.originControlId!==nt)break}}},vt=(Z,B)=>!!(_&&Z?.controlId&&!Z.originControlId&&Nt(N,B,Z.controlId)===s.ControlType.TEXTFIELD),Ie=(Z,B)=>!!(_&&Z?.controlId&&!Z.originControlId&&(Nt(N,B,Z.controlId)===s.ControlType.TEXT||Nt(N,B,Z.controlId)===s.ControlType.NUMBER)),oe=V[b],ue=N[b-1],et=N[b+1],$=6,k=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],x=(Z,B)=>!!(Z?.controlId&&Z.controlId===B?.controlId&&(Z.originControlId||null)===(B.originControlId||null)),st=(Z,B)=>{if(Z?.control?.type)return Z.control.type;if(Z?.controlId){for(let nt=B;nt>=0;nt--){const ut=N[nt];if(!x(Z,ut))break;if(ut.control?.type)return ut.control.type}for(let nt=B+1;nt<N.length;nt++){const ut=N[nt];if(!x(Z,ut))break;if(ut.control?.type)return ut.control.type}}},j=(Z,B)=>{const nt=st(Z,B);return!!(nt&&k.includes(nt))},dt=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),ht=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),Ot=(Z,B)=>{if(!Z?.controlId)return-1;for(let nt=B;nt>=0;nt--){const ut=N[nt];if(!x(Z,ut))break;if(ut.controlComponent===s.ControlComponent.VALUE)return nt}for(let nt=B+1;nt<N.length;nt++){const ut=N[nt];if(!x(Z,ut))break;if(ut.controlComponent===s.ControlComponent.VALUE)return nt}return-1},Pt=(Z,B)=>{if(!Z)return!1;if(Z.controlComponent===s.ControlComponent.VALUE||Z.controlComponent===s.ControlComponent.PLACEHOLDER)return!0;const nt=st(Z,B),ut=nt===s.ControlType.SELECT||nt===s.ControlType.DATE,It=Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.TEXTFIXLABEL;return!!(ut&&It&&Z.value&&Ot(Z,B)===-1)},Xt=Z=>{const B=V[Z];if(!B)return!1;const{coordinate:{leftTop:nt,rightTop:ut,leftBottom:It}}=B;return o.offsetX>=nt[0]&&o.offsetX<ut[0]&&o.offsetY>=nt[1]&&o.offsetY<=It[1]},Lt=(Z,B)=>{if(e.getMode()!==s.EditorMode.EDIT||!Z?.originControlId||Z.controlComponent!==s.ControlComponent.VALUE||st(Z,B)!==s.ControlType.BUTTON||Z.control?.buttonText||Nt(N,B,Z.originControlId)!==s.ControlType.TEXTFIELD||!Xt(B))return!1;let nt=-1;for(let Vn=B;Vn<N.length;Vn++){const dn=N[Vn];if(!x(Z,dn))break;const $e=V[Vn];dn.controlComponent===s.ControlComponent.VALUE&&$e&&$e.coordinate.rightTop[0]>$e.coordinate.leftTop[0]&&(nt=Vn)}if(nt===-1)return!1;const ut=V[nt],{coordinate:{leftTop:It,rightTop:xt,leftBottom:Ht}}=ut;return o.offsetX>=It[0]-2&&o.offsetX<=xt[0]&&o.offsetY>=It[1]&&o.offsetY<=Ht[1]},bt=(Z,B)=>!(!g||!j(Z,B)||!Xt(B)||Lt(Z,B)||!Pt(Z,B)||dt(Z)||ht(Z)&&!Z?.value),Vt=()=>[R.isTable?R.tdValueIndex:R.index,b,b+1,b-1,b+2,b-2].filter((B,nt,ut)=>typeof B=="number"&&B>=0&&B<N.length&&ut.indexOf(B)===nt),jt=()=>{if(!g)return null;for(const Z of Vt()){const B=N[Z];if(bt(B,Z))return{element:B,index:Z}}return null},gt=()=>{if(!g)return-1;for(const Z of Vt())if(Lt(N[Z],Z))return Z;return-1},mt=Z=>{const B=N[Z];let nt=Z;for(let ut=Z+1;ut<N.length&&x(B,N[ut]);ut++)nt=ut;return nt},Wt=Z=>{const B=N[Z];if(!Te(B)||st(B,Z)!==s.ControlType.BUTTON||B.control?.buttonText||B.control?.editable===!1)return Z;let nt=Z;for(let ut=Z+1;ut<N.length;ut++){const It=N[ut];if(!x(B,It)||!Te(It))break;nt=ut}return nt},St=Vt().some(Z=>j(N[Z],Z)),Mt=jt(),Dt=gt(),At=Z=>(Z?.control?.type===s.ControlType.TEXTFIELD||Z?.control?.type===s.ControlType.TEXT)&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),de=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),pt=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT),it=(Z,B)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&At(Z)&&B?.controlId===Z.originControlId&&!B.originControlId&&B.control?.type===s.ControlType.TEXTFIELD&&At(B)),Qt=(Z,B)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&At(Z)&&B?.controlId===Z.originControlId&&!B.originControlId&&B.control?.type===s.ControlType.TEXTFIELD&&B.controlComponent===s.ControlComponent.VALUE),Kt=(Z,B,nt)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&nt?.originControlId===Z.originControlId&&Z.controlId&&nt.controlId&&Z.controlId!==nt.controlId&&de(Z)&&pt(nt)&&Nt(N,B,Z.originControlId)===s.ControlType.TEXTFIELD),Rt=it(S,et),Et=Qt(S,et),Ct=Kt(S,b,et),ot=Kt(ue,b-1,S),tt=!!(e.getMode()===s.EditorMode.EDIT&&p&&g&&At(S)&&!Rt&&!Et&&!Ct&&ue?.controlId===S.controlId&&(ue.originControlId||null)===(S.originControlId||null)&&(ue.controlComponent===s.ControlComponent.VALUE||ue.controlComponent===s.ControlComponent.PLACEHOLDER)),kt=(Z,B,nt)=>!!(_&&Q(Z)&&Nt(N,B,Z?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?vt(N[B+1],B+1):Ie(N[B+1],B+1))),he=(Z,B,nt)=>!!(_&&W(Z)&&Nt(N,B,Z?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?vt(N[B-1],B-1):Ie(N[B-1],B-1))),me=kt(S,b,s.ControlType.TEXTFIELD),zt=!!(_&&oe&&vt(S,b)&&kt(ue,b-1,s.ControlType.TEXTFIELD)&&o.offsetX<=oe.coordinate.leftTop[0]+$),qt=!!(_&&oe&&vt(S,b)&&he(et,b+1,s.ControlType.TEXTFIELD)&&o.offsetX>=oe.coordinate.rightTop[0]-$),oo=!!(_&&oe&&me&&o.offsetX>oe.coordinate.rightTop[0]),Cn=!!(_&&oe&&W(S)&&Nt(N,b,S.originControlId)===s.ControlType.TEXTFIELD&&vt(ue,b-1)&&o.offsetX<oe.coordinate.leftTop[0]),Me=vt(S,b)||me||zt||qt||oo||Cn,we=kt(S,b,s.ControlType.TEXT),xl=Z=>{const B=N[Z],nt=U[Z];if(!nt||!Ie(B,Z))return-1;const ut=N[Z-1];return!kt(ut,Z-1,s.ControlType.TEXT)||o.offsetX>nt.coordinate.leftTop[0]+$?-1:Z-1},ys=xl(b),Jl=xl(b-1),$l=ys!==-1||Jl!==-1,zl=!!(_&&oe&&W(S)&&Nt(N,b,S.originControlId)===s.ControlType.TEXT&&Ie(ue,b-1)&&o.offsetX<oe.coordinate.leftTop[0]),rm=!!(_&&oe&&Ie(S,b)&&he(et,b+1,s.ControlType.TEXT)&&o.offsetX>=oe.coordinate.rightTop[0]-$),lm=we||$l||zl||rm;if(Rt||Et||Ct?q=b:ot||tt?q=Math.max(b-1,0):$l?q=ys!==-1?ys:Jl:zl&&(q=Math.max(b-1,0)),Mt){q=Wt(Mt.index);const Z=r.getPositionContext();r.setPositionContext({...Z,index:Z.isTable?Z.index:q,isControl:!0,isDirectHit:!0})}else Dt!==-1?q=mt(Dt):j(S,b)&&oe&&!Xt(b)&&o.offsetX>oe.coordinate.rightTop[0]&&(q=mt(b));let jl=!1;if(_&&A?.parentControlId&&S?.controlId===A.parentControlId&&!S?.originControlId)for(let Z=b;Z>=0;Z--){const B=X[Z];if(J(B,A.parentControlId)){B.control?.type===s.ControlType.TEXTFIELD&&(jl=!0);break}if(B.controlId!==A.parentControlId)break}const ql=!!(A&&(!S?.controlId||S.controlId===A.controlId&&(S.originControlId||null)===A.originControlId||A.parentControlId&&S.controlId===A.parentControlId&&!S.originControlId&&jl));if(_&&!K&&(S?.controlId||S?.originControlId)){let Z;const B=S.originControlId||S.controlId;for(let nt=b;nt>=0;nt--){const ut=X[nt];if(J(ut,B)&&ut.control?.type){Z=ut.control.type;break}if(ut.controlId!==S.controlId&&ut.controlId!==B)break}if(Z!==s.ControlType.TEXT){if(Z===s.ControlType.TEXTFIELD){const nt=S.controlComponent;if(!w(S)){if(!(S.controlComponent===s.ControlComponent.VALUE&&v(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 ut=b+1;ut<X.length;ut++){const It=X[ut];if(It.controlId!==B&&It.originControlId!==B)break;if(It.controlComponent===s.ControlComponent.VALUE&&!v(It)){q=ut;break}if(It.controlComponent===s.ControlComponent.POSTTEXTFIX||It.controlComponent===s.ControlComponent.POSTFIX){for(let xt=b-1;xt>=0;xt--){const Ht=X[xt];if(Ht.controlId!==B&&Ht.originControlId!==B)break;if(Ht.controlComponent===s.ControlComponent.VALUE&&!v(Ht)){q=xt;break}}break}}else if(nt===s.ControlComponent.VALUE&&b>0){const ut=X[b-1];if(ut&&(ut.controlId===B||ut.originControlId===B)&&ut.controlComponent===s.ControlComponent.VALUE&&v(ut)){let It=!1;for(let xt=b-2;xt>=0;xt--){const Ht=X[xt];if(Ht.controlId!==B&&Ht.originControlId!==B||Ht.controlComponent!==s.ControlComponent.VALUE&&!Ht.originControlId&&Ht.controlId===B)break;if(!v(Ht)){q=xt+1,It=!0;break}}if(!It)for(let xt=b;xt<X.length;xt++){const Ht=X[xt];if(Ht.controlId!==B&&Ht.originControlId!==B||(Ht.controlComponent===s.ControlComponent.POSTTEXTFIX||Ht.controlComponent===s.ControlComponent.POSTFIX)&&!Ht.originControlId&&Ht.controlId===B)break;if(!v(Ht)){q=xt,It=!0;break}}}}}}}}}if(_&&S?.control?.type===s.ControlType.TEXT&&S?.originControlId&&S.controlComponent===s.ControlComponent.PLACEHOLDER&&G(S.originControlId)&&(q=b),~f&&Me&&!Mt)t.isAllowSelection=!1,e.getControl().destroyControl({isEmitEvent:!1}),e.render({isCompute:!1,isSubmitHistory:!1,isSetCursor:!1});else if(~f&&!i){ql&&(q=Math.min(Math.max(q,A.startIndex),A.endIndex));let Z=q,B=q;if(o.shiftKey){const{startIndex:It}=l.getRange();~It&&r.getPositionContext().tdId===u.tdId&&(b>It?Z=It:B=It)}ql&&(Z=Math.min(Math.max(Z,A.startIndex),A.endIndex),B=Math.min(Math.max(B,A.startIndex),A.endIndex),q=Math.min(Math.max(q,A.startIndex),A.endIndex));const nt=e.getControl(),ut=!!Mt;nt.setPopupAwakeDisabled(o.button===On.RIGHT||lm&&!ut||St&&!ut);try{l.setRange(Z,B)}finally{nt.setPopupAwakeDisabled(!1)}if(r.setCursorPosition(V[q]),n=e.isReadonly(),O&&!n)fr(S,e);else if(E&&!n)Tr(S,e);else if(!n&&S.controlComponent===s.ControlComponent.VALUE&&(S.control?.type===s.ControlType.CHECKBOX||S.control?.type===s.ControlType.RADIO)){let It=b;for(;It>0;){const xt=X[It];if(xt.controlComponent===s.ControlComponent.CHECKBOX){fr(xt,e);break}else if(xt.controlComponent===s.ControlComponent.RADIO){Tr(xt,e);break}It--}}else{const xt=!!(!!(Mt&&st(Mt.element,Mt.index)===s.ControlType.BUTTON&&!Mt.element.control?.buttonText)&&Mt?.element.control?.editable===!1);let Ht=!1;if(_&&S?.controlId&&S?.controlComponent===s.ControlComponent.VALUE&&!S.originControlId){let $e=!1;for(let Oe=b;Oe>=0;Oe--){const ze=X[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;Ht=!0;break}}if(!$e&&!Ht)for(let Oe=b+1;Oe<X.length;Oe++){const ze=X[Oe];if(ze.controlId!==S.controlId){if(ze.originControlId===S.controlId){$e=!0;continue}break}}$e&&(Ht=!1)}const ci=Ht&&v(S),Vn=y&&!ci?q:void 0;e.render({curIndex:y&&!ci?Vn:q,isCompute:!1,isSubmitHistory:!1,isSetCursor:!F&&!O&&!E&&!(xt&&_)&&!ci});const dn=N[q];if(!n&&ut&&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)}}D&&t.getDraw().getCursor().drawCursor({hitLineStartIndex:D})}const Je=e.getEventBus();if(Y&&Je.isSubscribe("labelMousedown")&&Je.emit("labelMousedown",{evt:o,element:S}),y&&(S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)){const Z=e.getMode();if(Z===s.EditorMode.EDIT&&S.type===s.ElementType.CUSTOM_MACRO)Je.isSubscribe("macroClick")&&Je.emit("macroClick",{evt:o,element:S});else if(Z===s.EditorMode.FORM&&o.button===On.LEFT){let B=!1;(S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)&&(o.preventDefault(),B=e.getMacroParticle().activateInlineEditor(S,b,o.offsetX)),!B&&Je.isSubscribe("macroValueChange")&&Je.emit("macroValueChange",{evt:o,element:S})}}o.button===On.LEFT&&y&&S.type===s.ElementType.SUB_TEMPLATE&&e.getMode()===s.EditorMode.FORM&&Je.isSubscribe("subTemplateClick")&&Je.emit("subTemplateClick",{evt:o,element:S});const ta=e.getPreviewer();if(ta.clearResizer(),F){if(!e.isPrintLikeMode()){const Z={dragDisable:n||!S.controlId&&e.getMode()===s.EditorMode.FORM};S.type===s.ElementType.LATEX&&(Z.mime="svg",Z.srcKey="laTexSVG"),ta.drawResizer(S,U[b],Z),e.getCursor().drawCursor({isShow:!1}),gr(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 ea=e.getTableTool();ea.dispose(),M&&!n&&ea.render();const Ns=e.getHyperlinkParticle();Ns.clearHyperlinkPopup(),S.type===s.ElementType.HYPERLINK&&(Ae(o)?Ns.openHyperlink(S):Ns.drawHyperlinkPopup(S,U[b]));const na=e.getDateParticle();na.clearDatePicker(),S.type===s.ElementType.DATE&&!n&&na.renderDatePicker(S,U[b]),e.getMenstrualHistoryParticle().clearMenstrualHistoryEditor(),e.getFetalHeartPositionParticle().clearFetalHeartPositionEditor(),e.getToothPositionParticle().clearToothPositionEditor()}function Yo(o){const t=ft();return Reflect.set(o,"dragId",t),t}function Uo(o,t){return t.findIndex(e=>e.dragId===o)}function mr(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 Zc(o,t){if(t.isAllowDrop){const e=t.getDraw();if(e.isReadonly()||e.isDisabled()){t.mousedown(o);return}const n=e.getPosition(),i=n.getPositionList(),l=n.getPositionContext(),r=e.getRange(),a=t.cacheRange,c=t.cacheElementList,d=t.cachePositionList,u=t.cachePositionContext,R=r.getRange(),h=a.startIndex===a.endIndex,f=h?a.startIndex-1:a.startIndex,g=a.endIndex;if(R.startIndex>=f&&R.endIndex<=g&&t.cachePositionContext?.tdId===l.tdId){e.clearSideEffect();let K=!1,A=!1;if(h){const q=c[g];if(q.type===s.ElementType.IMAGE||q.type===s.ElementType.LATEX){if(mr(q,o,t),q.imgDisplay===s.ImageDisplay.SURROUND||q.imgDisplay===s.ImageDisplay.FLOAT_TOP||q.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(q),K=!0;else{const J=d[g];e.getPreviewer().drawResizer(q,J)}A=q.imgDisplay===s.ImageDisplay.SURROUND}}r.replaceRange({...a}),e.render({isCompute:A,isSubmitHistory:K,isSetCursor:!1});return}const T=c.slice(f+1,g+1),C=T.find(K=>K.controlId);if(C){const K=c[f+1],A=c[g];if(!((!K.controlId||K.controlComponent===s.ControlComponent.PREFIX)&&(!A.controlId||A.controlComponent===s.ControlComponent.POSTFIX)||K.controlId===A.controlId&&K.controlComponent===s.ControlComponent.PREFIX&&A.controlComponent===s.ControlComponent.POSTFIX||K.control?.type===s.ControlType.TEXT&&K.controlComponent===s.ControlComponent.VALUE&&A.control?.type===s.ControlType.TEXT&&A.controlComponent===s.ControlComponent.VALUE)){e.render({curIndex:R.startIndex,isCompute:!1,isSubmitHistory:!1});return}}const p=e.getControl(),I=e.getElementList(),m=!C||!!I[R.startIndex].controlId||!p.getIsElementListContainFullControl(T),L=e.getOptions(),M=T.map(K=>{if(!K.type||K.type===s.ElementType.TEXT){const A={value:K.value},q=ye;return m||q.push(...Li),q.forEach(J=>{const Nt=K[J];Nt!==void 0&&(A[J]=Nt)}),A}else{let A=at(K);return m&&(A=Ee(A,Li)),te([A],{isHandleFirstElement:!1,editorOptions:L}),A}});re(I,M,R.startIndex,{editorOptions:e.getOptions()});const P=c[f],D=d[f],X=Yo(c[f]),U=Yo(c[g]),b=M.length;let S=R.startIndex,N=S+b;const V=p.getActiveControl();if(V&&c[S].controlComponent!==s.ControlComponent.POSTFIX?(N=V.setValue(M),S=N-b):e.spliceElementList(I,S+1,0,M),!~N){e.render({isSetCursor:!1});return}const F=Yo(I[S]),O=Yo(I[N]),E=Uo(X,c),Y=Uo(U,c),y=c[Y];if(y.controlId&&y.controlComponent!==s.ControlComponent.POSTFIX)r.replaceRange({...a,startIndex:E,endIndex:Y}),p.getActiveControl()?.cut();else{let K=!0;if(u?.isTable){const{tableId:A,trIndex:q,tdIndex:J}=u;K=!e.getOriginalElementList().some(vt=>vt.id===A&&vt?.trList?.[q]?.tdList?.[J]?.deletable===!1)}K&&e.spliceElementList(c,E+1,Y-E)}const v=I[R.startIndex],w=i[R.startIndex];let Q=l.index;Q&&(v.tableId&&!P.tableId?D.index<Q&&(Q-=b):!v.tableId&&P.tableId&&w.index<Q&&(Q+=b),n.setPositionContext({...l,index:Q}));const W=Uo(F,I),G=Uo(O,I);r.setRange(h?G:W,G,R.tableId,R.startTdIndex,R.endTdIndex,R.startTrIndex,R.endTrIndex),e.clearSideEffect();let _=null;if(h){const A=e.getElementList()[G];(A.type===s.ElementType.IMAGE||A.type===s.ElementType.LATEX)&&(mr(A,o,t),_=A)}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 A=n.getPositionList()[G];e.getPreviewer().drawResizer(_,A)}}else t.isAllowDrag&&t.cacheRange?.startIndex!==t.cacheRange?.endIndex&&t.mousedown(o)}function vc(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 Qc(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(),Y=c.isTable&&O?.positionList||a.getPositionList(),y=c.isTable?c.tdValueIndex:c.index,v=e.getMode(),w=v===s.EditorMode.EDIT||v===s.EditorMode.FORM,Q=[y,y+1,y-1,y+2,y-2].filter((K,A,q)=>K>=0&&K<E.length&&q.indexOf(K)===A),W=K=>{const A=Y[K];if(!A)return!1;const{coordinate:{leftTop:q,rightTop:J,leftBottom:Nt}}=A;return J[0]>q[0]&&o.offsetX>=q[0]&&o.offsetX<J[0]&&o.offsetY>=q[1]&&o.offsetY<=Nt[1]},G=w&&Q.some(K=>{const q=E[K]?.control?.type;return q!==s.ControlType.SELECT&&q!==s.ControlType.DATE?!1:W(K)}),_=Q.some(K=>{const A=E[K];return!!(A?.control?.type===s.ControlType.BUTTON&&!A.control.buttonText&&(A.controlComponent===s.ControlComponent.VALUE||A.controlComponent===s.ControlComponent.PLACEHOLDER)&&W(K))});r&&(G||_)?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:Y,endIndex:y}=t.cacheRange,v=t.cachePositionList;for(let Q=Y+1;Q<=y;Q++){const{coordinate:{leftTop:W,rightBottom:G}}=v[Q];if(O>=W[0]&&O<=G[0]&&E>=W[1]&&E<=G[1])return}const w=t.cacheRange?.startIndex;if(w){const Q=t.cacheElementList[w];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 R=e.getPosition(),h=R.getPositionByXY({x:o.offsetX,y:o.offsetY});if(!~h.index)return;const{index:f,isTable:g,tdValueIndex:T,tdIndex:C,trIndex:p,tableId:I,trId:m,tdId:L}=h;let M=g?T:f;if(h.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:D,tdIndex:X,tdId:U,trIndex:b,tableId:S}=t.mouseDownStartPosition,N=M,V=e.getRange();let F;if(L!==U&&L&&U){const O=e.getTdByPosition({...t.mouseDownStartPosition,isTable:!!t.mouseDownStartPosition.tableId,index:t.mouseDownStartPosition.originalIndex??t.mouseDownStartPosition.index}),E=e.getTdByPosition({...h,isTable:!!h.tableId,index:h.index});if(e.isSplitTd(O,E)){const Y=(O.valueStartIndex??0)+P,y=(E.valueStartIndex??0)+T;F=[{index:Y,element:O.value[P],originalId:O.originalId,isCurrent:!1,length:O.value.length,startIndex:O.valueStartIndex??0},{index:y,element:E.value[T],originalId:E.originalId,isCurrent:!0,length:E.value.length,startIndex:E.valueStartIndex??0}]}}if(g&&D&&L!==U&&!F)V.setRange(N,N,I,X,C,b,p),R.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});else{let O=~N?N:0;if((D||g)&&S!==I&&!F)return;R.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});let E=P,Y,y;if(F)[{element:Y},{element:y}]=F;else{const Q=e.getElementList();Y=Q[E+1],y=Q[O]}if(E===O||Y?.controlComponent===s.ControlComponent.PLACEHOLDER&&y?.controlComponent===s.ControlComponent.PLACEHOLDER&&Y.controlId===y.controlId)return;if(E>O&&([E,O]=[O,E]),e.getMode()===s.EditorMode.FORM){const W=n.getActiveControl()?.getElement()?.control?.type===s.ControlType.TEXT?null:n.getActiveTextControlLimit();W&&(E=Math.min(Math.max(E,W.startIndex),W.endIndex),O=Math.min(Math.max(O,W.startIndex),W.endIndex));const G=e.getElementList(),_=G[E],K=G[O];if(_?.control?.type===s.ControlType.TEXTFIELD||K?.control?.type===s.ControlType.TEXTFIELD){const A=_?.controlId||K?.controlId;if(A){let q=-1,J=-1;for(let Nt=E;Nt>=0;Nt--){const vt=G[Nt];if(vt.controlId!==A)break;if(vt.controlComponent===s.ControlComponent.PRETEXTFIX||vt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||vt.controlComponent===s.ControlComponent.TEXTFIXLABEL||vt.controlComponent===s.ControlComponent.PREFIX||vt.controlComponent===s.ControlComponent.PRE_TEXT){q=Nt+1;break}}for(let Nt=O;Nt<G.length;Nt++){const vt=G[Nt];if(vt.controlId!==A)break;if(vt.controlComponent===s.ControlComponent.POSTTEXTFIX||vt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||vt.controlComponent===s.ControlComponent.POSTFIX||vt.controlComponent===s.ControlComponent.POST_TEXT){J=Nt-1;break}}q!==-1&&E<q&&(E=q),J!==-1&&O>J&&(O=J)}}}let w;if(F){const[Q,W]=F.sort((G,_)=>G.index-_.index);w={originalId:F[0].originalId??F[1].originalId,startIndex:Q.index,endIndex:W.index},Q.isCurrent?(E=Q.index,O=Q.length-1):(E=0,O=w.endIndex-W.startIndex)}V.setRange(E,O,void 0,void 0,void 0,void 0,void 0,w)}e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}function wo(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 vi(o,t){return!!o&&!!t&&o.controlId===t}function Kc(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 Cr(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 Hc(o){const t=o.getDraw(),e=t.getRange(),n=e.getRange(),i=t.getElementList(),l=i[n.startIndex];if(!le(l))return;let r=n.startIndex;for(;r>0;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){const u=Cr(i,r,t);n.startIndex=u,n.endIndex=u,e.replaceRange(n);const R=t.getPosition(),h=R.getPositionList();R.setCursorPosition(h[u]);return}let c=null;a.controlId?(c=t.getControl().removeControl(r),c!==null&&(r=c)):(t.spliceElementList(i,r,1),c=r-1,r--);const d=i[c];if(!d||!le(d)){if(c){n.startIndex=c,n.endIndex=c,e.replaceRange(n);const u=t.getPosition(),R=u.getPositionList();u.setCursorPosition(R[c])}break}}}function Ac(o,t,e){if(e.originControlId){const n=wo(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=wo(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=wo(o,n.controlId);if(i)return{isInParent:!0,parentControlId:i}}return{isInParent:!1}}}return{isInParent:!1}}function _c(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;n.getIsCollapsed()&&Hc(t);const i=e.getControl(),{startIndex:l,endIndex:r,isCrossRowCol:a}=n.getRange();let c;const d=e.getElementList();if(n.getIsCollapsed()&&l>0){const R=d[l-1],h=d[l],f=h?.control?.type===s.ControlType.TEXT&&h.controlComponent===s.ControlComponent.PLACEHOLDER&&!i.getIsExistValueByElementListIndex(d,l),g=e.getMode()===s.EditorMode.FORM&&h?.control?.type===s.ControlType.NUMBER&&!i.getIsExistValueByElementListIndex(d,l)&&(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT||h.controlComponent===s.ControlComponent.PLACEHOLDER||h.controlComponent===s.ControlComponent.POSTFIX||h.controlComponent===s.ControlComponent.POST_TEXT);if(R?.subTemplateParentId){const F=Kc(d,l-1);if(F){const O=Cr(d,F.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=R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.PRETEXTFIX||R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT,M=R?.controlComponent===s.ControlComponent.POSTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT,P=!!R?.controlId,D=h?.controlComponent===s.ControlComponent.PLACEHOLDER,X=h?.controlComponent===s.ControlComponent.POSTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT,U=h?.control?.type===s.ControlType.TEXT&&(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT),b=X&&R?.controlId===h?.controlId&&R?.originControlId===h?.originControlId&&R?.controlComponent===s.ControlComponent.VALUE,S=!!h&&!h.controlId&&!h.control;if(D&&L&&P&&m||g)return;const{isInParent:N,parentControlId:V}=Ac(d,l,R);if(M&&P&&m&&N&&!(h?.controlId===V&&!h?.originControlId&&(h?.controlComponent===s.ControlComponent.VALUE||h?.controlComponent===s.ControlComponent.PLACEHOLDER))){if(R.originControlId&&V)for(let O=l;O<d.length;O++){const E=d[O];if(vi(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&&!N&&!(S&&!D&&!X)){if(U)return;if(f)return;{const F=l-1;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(X&&h?.originControlId&&N&&V&&m){for(let F=l+1;F<d.length;F++){const O=d[F];if(vi(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}for(let F=l-1;F>=0;F--){const O=d[F];if(vi(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}return}if(e.getMode()===s.EditorMode.FORM&&X&&h?.originControlId&&m){const F=wo(d,h.originControlId);if(!F)return;for(let O=l-1;O>=0;O--){const E=d[O];if(E.controlId===F&&!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!==F&&E.originControlId!==F)break}return}if(X&&h?.controlId&&m&&!b){const F=l;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(a){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let f=0;f<R.length;f++){const g=R[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),h=!0)}}c=h?0:null}else if(i.getActiveControl()&&i.getIsRangeCanCaptureEvent())c=i.keydown(o),c!==null&&i.emitControlContentChange();else{const R=e.getPosition().getCursorPosition();if(!R)return;const{index:h}=R,f=n.getIsCollapsed(),g=e.getElementList();if(f&&h===0){const I=g[h];if(I.value===H){I.listId&&e.getListParticle().unsetList(),o.preventDefault();return}}const T=g[l];if(f&&T.rowFlex&&T.value===H){const I=n.getRangeRowElementList();if(I){const m=g[l-1];I.forEach(L=>{L.rowFlex=m?.rowFlex})}}const C=T.value===H?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,h,1):e.spliceElementList(g,l+1,r-l),c=f?h-1:l}e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(l,l),e.render({curIndex:l,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}))}function pr(o,t,e){const n=o[t];n.subTemplateExpanded=!1,n.hide=!1;let i=t+1;for(;i<o.length&&o[i].subTemplateParentId===n.id;)i++;const l=i-t-1;return l>0&&e.spliceElementList(o,t+1,l),t}function Bc(o){const t=o.getDraw(),n=t.getRange().getRange(),i=t.getElementList(),l=i[n.startIndex+1];if(!le(l))return;const r=n.startIndex+1;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){pr(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||!le(d))break}}function kc(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()&&Bc(t);let u;if(r){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let f=0;f<R.length;f++){const g=R[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),h=!0)}}u=h?0:null}else if(d.getActiveControl()&&d.getIsRangeWithinControl())u=d.keydown(o),u!==null&&d.emitControlContentChange();else if(c[l+1]?.controlId)u=d.removeControl(l+1);else if(n.getIsCollapsed()&&c[l+1]?.subTemplateParentId){const R=c[l+1].subTemplateParentId;let h=-1;for(let f=l;f>=0;f--){const g=c[f];if(g.type===s.ElementType.SUB_TEMPLATE&&g.id===R){h=f;break}}h!==-1?u=pr(c,h,e):u=null}else{e.removeSplitTdOtherRangeElements();const R=e.getPosition(),h=R.getCursorPosition();if(!h)return;const{index:f}=h,g=R.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 Gc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;const{startIndex:i,endIndex:l}=n.getRange(),r=n.getIsCollapsed(),a=e.getElementList(),c=a[i],d=a[l];if(r&&d.listId&&d.value===H&&a[l+1]?.listId!==d.listId){e.getListParticle().unsetList();return}let u={value:H};if(o.shiftKey&&c.listId&&(u.listWrap=!0),re(a,[u],i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()}),o.shiftKey&&d.areaId&&d.areaId!==a[l+1]?.areaId&&(u=Ee(u,hn)),!(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(...ye),p.forEach(L=>{const M=C[L];M!==void 0&&(u[L]=M)})}}const R=e.getControl(),h=R.getActiveControl();let f;const g=h?.getElement();if(g?.control?.type===s.ControlType.BUTTON&&!g.control?.buttonText&&R.getIsRangeWithinControl())f=h.setValue([u]),~f&&R.emitControlContentChange();else if(h&&R.getIsRangeWithinControl())f=R.setValue([u]),R.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=ft();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 Ir(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function xc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=i.getPositionContext(),{index:a}=l;if(a<=0&&!r.isTable)return;const c=e.getRange(),{startIndex:d,endIndex:u}=c.getRange(),R=c.getIsCollapsed(),h=e.getElementList(),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=h[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 N=a-1;N>=0;N--){const V=h[N];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:$t.UP});return}let M=1;if(Ae(o)){const S=e.getLetterReg(),N=o.shiftKey&&!R&&d===l?.index?u:d;if(S.test(h[N]?.value)){let V=N-1;for(;V>0;){const F=h[V];if(!S.test(F.value))break;M++,V--}}}if(g&&!C){const S=h[d],N=S?.controlId;if(N&&S?.controlComponent===s.ControlComponent.VALUE){let V=!1;for(let F=d;F>=0;F--){const O=h[F];if(O.controlId!==N)break;if(O.control?.type===s.ControlType.TEXTFIELD){V=!0;break}}if(V){if(S.controlComponent===s.ControlComponent.VALUE&&Ir(S))return;const F=d-M;if(F>=0){const O=h[F];if(O&&O.controlId===N&&O.controlComponent===s.ControlComponent.VALUE&&Ir(O))return}}}}const P=p?Math.max(d-M,p.startIndex):d-M;let D=P,X=P;if(o.shiftKey&&l&&(d!==u?d===l.index?(D=d,X=u-M):(D=P,X=u):X=u),!o.shiftKey){const S=h[d];if(S.type===s.ElementType.TABLE){const N=S.trList,V=N.length-1,F=N[V],O=F.tdList.length-1,E=F.tdList[O];i.setPositionContext({isTable:!0,index:d,trIndex:V,tdIndex:O,tdId:E.id,trId:F.id,tableId:S.id}),D=E.value.length-1,X=D}else if(S.tableId&&d===0){const V=e.getOriginalElementList()[r.index],F=e.getTd();if(F?.linkTdPrevId){const O=e.getTdById(F.linkTdPrevId);O&&(i.setPositionContext({...r,isTable:!0,index:O.tableIndex,trIndex:O.trIndex,tdId:O.id,trId:O.trId,tableId:O.tableId}),D=O.value.length-1,X=D)}else{const O=V.trList;t:for(let E=0;E<O.length;E++){const Y=O[E];if(Y.id!==S.trId)continue;const y=Y.tdList;for(let v=0;v<y.length;v++)if(y[v].id===S.tdId){if(E===0&&v===0)i.setPositionContext({isTable:!1}),D=r.index-1,X=D,e.getTableTool().dispose();else{let Q=E,W=v-1;W<0&&(Q=E-1,W=O[Q].tdList.length-1);const G=O[Q],_=G.tdList[W];i.setPositionContext({isTable:!0,index:r.index,trIndex:Q,tdIndex:W,tdId:_.id,trId:G.id,tableId:S.tableId}),D=_.value.length-1,X=D}break t}}}}}if(!~D||!~X)return;const U=e.getElementList();D=_n(U,D),X=_n(U,X),c.setRange(D,X);const b=D===X;e.updateTableTool(),e.render({curIndex:b?D:void 0,isSetCursor:b,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function Er(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function Jc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const{index:r}=l,a=i.getPositionList(),c=i.getPositionContext();if(r>a.length-1&&!c.isTable)return;const d=e.getRange(),{startIndex:u,endIndex:R}=d.getRange(),h=d.getIsCollapsed();let 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 F=r+1;F<f.length;F++){const O=f[F];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:$t.DOWN});return}let P=1;if(Ae(o)){const V=e.getLetterReg(),F=o.shiftKey&&!h&&u===l?.index?R:u;if(V.test(f[F+1]?.value)){let O=F+2;for(;O<f.length;){const E=f[O];if(!V.test(E.value))break;P++,O++}}}if(T&&!p){const V=f[R],F=V?.controlId;if(F&&V?.controlComponent===s.ControlComponent.VALUE){let O=!1;for(let E=R;E>=0;E--){const Y=f[E];if(Y.controlId!==F)break;if(Y.control?.type===s.ControlType.TEXTFIELD){O=!0;break}}if(O){if(V.controlComponent===s.ControlComponent.VALUE&&Er(V))return;const E=R+P;if(E<f.length){const Y=f[E];if(Y&&Y.controlId===F&&Y.controlComponent===s.ControlComponent.VALUE&&Er(Y))return}}}}const D=I?Math.min(R+P,I.endIndex):R+P;let X=D,U=D;if(o.shiftKey&&l&&(u!==R?u===l.index?(X=u,U=D):(X=u+P,U=R):X=u),!o.shiftKey){const V=f[R],F=f[R+1];if(F?.type===s.ElementType.TABLE){const E=F.trList[0],Y=E.tdList[0];i.setPositionContext({isTable:!0,index:R+1,trIndex:0,tdIndex:0,tdId:Y.id,trId:E.id,tableId:F.id}),X=0,U=0}else if(V.tableId&&!F){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}),X=0,U=X;else{const y=e.getOriginalElementList()[c.index].trList;t:for(let v=0;v<y.length;v++){const w=y[v];if(w.id!==V.trId)continue;const Q=w.tdList;for(let W=0;W<Q.length;W++)if(Q[W].id===V.tdId){if(v===y.length-1&&W===Q.length-1)i.setPositionContext({isTable:!1}),X=c.index,U=X,f=e.getElementList(),e.getTableTool().dispose();else{let _=v,K=W+1;K>Q.length-1&&(_=v+1,K=0);const A=y[_],q=A.tdList[K];i.setPositionContext({isTable:!0,index:c.index,trIndex:_,tdIndex:K,tdId:q.id,trId:A.id,tableId:V.tableId}),X=0,U=X}break t}}}}}const b=f.length-1;if(X>b||U>b)return;const S=e.getElementList();X=_n(S,X,s.LocationPosition.AFTER),U=_n(S,U,s.LocationPosition.AFTER),d.setRange(X,U);const N=X===U;e.updateTableTool(),e.render({curIndex:N?X:void 0,isSetCursor:N,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function $c(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getMode()===s.EditorMode.FORM,l=e.getControl(),r=e.getRange(),a=e.getElementList(),{startIndex:c,endIndex:d}=r.getRange(),u=a[c],R=a[d],h=c>0?a[c-1]:null,f=l.getIsRangeWithinControl()||!!u?.controlId||!!R?.controlId||!!h?.controlId;let g=l.getActiveControl();if(i&&f&&(l.initControl(),g=l.getActiveControl()),i&&f)o.preventDefault(),l.initNextControl({direction:o.shiftKey?$t.UP:$t.DOWN});else if(g&&l.getIsRangeWithinControl())o.preventDefault(),l.initNextControl({direction:o.shiftKey?$t.UP:$t.DOWN});else{o.preventDefault();const T=r.getRangeAnchorStyle(a,d),p={...T?Jt(T,ye):null,type:s.ElementType.TAB,value:""};re(a,[p],c,{editorOptions:e.getOptions()}),e.insertElementList([p])}}function Qi(o){const{positionList:t,index:e,isUp:n,rowNo:i,cursorX:l}=o;let r=-1;const a=[];if(n){let c=e-1;for(;c>=0;){const d=t[c];if(c--,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.unshift(d)}}}else{let c=e+1;for(;c<t.length;){const d=t[c];if(c++,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.push(d)}}}for(let c=0;c<a.length;c++){const d=a[c],{coordinate:{leftTop:[u],rightTop:[R]}}=d;if(c===a.length-1&&(r=d.index),!(l<u||l>R)){r=d.index;break}}return r}function zc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=e.getRange(),{startIndex:a,endIndex:c}=r.getRange();let d=i.getPositionList();const u=o.key===s.KeyMap.Up;let R=-1,h=-1;const 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 D=P.trList.length-1;D>=0;D--){const X=P.trList[D].tdList.find(U=>U.tdIndex===p);if(X?.value.length){i.setPositionContext({isTable:!0,tableId:P.id,index:M,trIndex:D,tdIndex:p}),R=X.value.length-1,h=X.value.length-1;break}}}else i.setPositionContext({isTable:!1}),R=T-1,h=R,e.getTableTool().dispose();else{let L=-1,M=-1;const P=m[T].trList,D=P[C].tdList[p].colIndex;t:for(let b=C-1;b>=0;b--){const N=P[b].tdList;for(let V=0;V<N.length;V++){const F=N[V];if(F.colIndex===D||F.colIndex+F.colspan-1>=D&&F.colIndex<=D){L=b,M=V;break t}}}if(!~L||!~M)return;const X=P[L],U=X.tdList[M];i.setPositionContext({isTable:!0,index:T,trIndex:L,tdIndex:M,tdId:U.id,trId:X.id,tableId:I}),R=U.value.length-1,h=R}}else{const m=e.getOriginalElementList(),L=m[T],M=L.trList;if(C===M.length-1){const P=T+1,D=m[P];if(D&&[L.id,L.originalId].includes(D.originalId)){for(let U=p;U>=0;U--)if(D.trList[0].tdList[U].value.length){i.setPositionContext({isTable:!0,index:P,tableId:D.id,trIndex:0,tdIndex:U}),R=0,h=0;break}}else i.setPositionContext({isTable:!1}),R=T,h=R,e.getTableTool().dispose()}else{let P=-1,D=-1;const X=M[C].tdList[p].colIndex;t:for(let S=C+1;S<M.length;S++){const V=M[S].tdList;for(let F=0;F<V.length;F++){const O=V[F];if(O.colIndex===X||O.colIndex+O.colspan-1>=X&&O.colIndex<=X){P=S,D=F;break t}}}if(!~P||!~D)return;const U=M[P],b=U.tdList[D];i.setPositionContext({isTable:!0,index:T,trIndex:P,tdIndex:D,tdId:b.id,trId:U.id,tableId:I}),R=b.value.length-1,h=R}}}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=Qi({positionList:d,index:C,rowNo:p,isUp:u,cursorX:m});if(L<0)return;R=L,h=L,o.shiftKey&&(a!==c?a===l.index?R=a:h=c:u?h=c:R=a);const P=e.getElementList()[L];if(P.type===s.ElementType.TABLE){const{scale:D}=e.getOptions(),X=e.getMargins(),U=P.trList;let b=-1,S=-1,N=-1;if(u)t:for(let V=U.length-1;V>=0;V--){const O=U[V].tdList;for(let E=0;E<O.length;E++){const Y=O[E],y=Y.x*D+X[3],v=Y.width*D;if(m>=y&&m<=y+v){const w=Y.positionList,Q=w[w.length-1],W=Qi({positionList:w,index:Q.index+1,rowNo:Q.rowNo-1,isUp:u,cursorX:m})||Q.index;b=V,S=E,N=W;break t}}}else t:for(let V=0;V<U.length;V++){const O=U[V].tdList;for(let E=0;E<O.length;E++){const Y=O[E],y=Y.x*D+X[3],v=Y.width*D;if(m>=y&&m<=y+v){const w=Y.positionList,Q=Qi({positionList:w,index:-1,rowNo:-1,isUp:u,cursorX:m})||0;b=V,S=E,N=Q;break t}}}if(~b&&~S&&~N){const V=U[b],F=V.tdList[S];i.setPositionContext({isTable:!0,index:L,trIndex:b,tdIndex:S,tdId:F.id,trId:V.id,tableId:P.id}),R=N,h=R,d=i.getPositionList()}}}if(!~R||!~h)return;R>h&&([R,h]=[h,R]),r.setRange(R,h);const g=R===h;e.render({curIndex:g?R:void 0,isSetCursor:g,isSubmitHistory:!1,isCompute:!1}),g||(e.getCursor().moveCursorToVisible({cursorPosition:d[u?R:h],direction:u?$t.UP:$t.DOWN}),e.updateTableTool())}function jc(o){return o.key.length===1&&!o.ctrlKey&&!o.metaKey&&!o.altKey}function qc(o,t){const e=t.getDraw();if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return!1;const n=e.getRange();if(!n.getIsCanInput())return!1;const i=e.getControl();if(!i.getActiveControl()&&i.getIsRangeWithinControl()){i.setPopupAwakeDisabled(!0);try{i.initControl()}finally{i.setPopupAwakeDisabled(!1)}}const l=i.getActiveControl();if(l?.getElement()?.control?.type!==s.ControlType.DATE||!i.getIsRangeWithinControl())return!1;const{startIndex:r,endIndex:a}=n.getRange(),c=e.getElementList(),d=c[r],u=c[a],R=l.getElement(),h=p=>!!p?.controlId&&p.controlId===R.controlId&&(p.originControlId||null)===(R.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&&h(g)&&(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT));return!h(d)||!h(u)||f||T?!1:(o.preventDefault(),l.awake?.(),!0)}function td(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 ed(o,t){if(t.isComposing)return;const e=t.getDraw();if(!e.getMacroParticle().keydown(o))if(o.key===s.KeyMap.Backspace)_c(o,t);else if(o.key===s.KeyMap.Delete)kc(o,t);else if(o.key===s.KeyMap.Enter)Gc(o,t);else if(o.key===s.KeyMap.Left)xc(o,t);else if(o.key===s.KeyMap.Right)Jc(o,t);else if(o.key===s.KeyMap.Up||o.key===s.KeyMap.Down)zc(o,t);else{if(td(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?$c(o,t):jc(o)&&qc(o,t)}}function nd(o){return/[\u4e00-\u9fa5\u3000-\u303f\uff00-\uffef]/.test(o)}function od(o){return/[a-zA-Z]/.test(o)}function id(o,t){return nd(o)?t:od(o)?"Times New Roman":t}function Zo(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 Ki(o){return!!o?.originControlId&&Zo(o)}function ro(o){return!!o?.originControlId&&be(o)}function sd(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 Lr(o,t){if(t)return o.find(e=>e.controlId===t&&!e.originControlId&&!!e.control?.type)}function Pr(o,t,e){if(!t?.originControlId||e?.originControlId!==t.originControlId||!t.controlId||!e.controlId||t.controlId===e.controlId||!be(t)||!Zo(e))return;const n=Lr(o,t.originControlId);if(n?.control?.type===s.ControlType.TEXTFIELD)return n}function Hi(o,t,e){ye.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 Ai(o,t,e,n){o.controlId=t,o.control=e,o.controlComponent=s.ControlComponent.VALUE,delete o.originControlId,Hi(o,e,n)}function _i(o,t,e="input"){const n=se(),i=t.getDraw(),l=i.getControl(),r=i.getOptions(),a=i.getElementList(),u=i.getPosition().getCursorPosition()?.index;if(i.isDisabled()||i.getMacroParticle().input(o,t.isComposing)||i.isReadonly())return;const h=i.getPosition().getCursorPosition();if(!o||!h)return;const f=t.isComposing;if(f&&t.compositionInfo?.value===o)return;const g=i.getRange();if(!g.getIsCanInput())return;const T=pt=>{l.setPopupAwakeDisabled(!0);try{return pt()}finally{l.setPopupAwakeDisabled(!1)}},C=()=>{T(()=>l.initControl())},p=(pt,it)=>{T(()=>{g.setRange(pt,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 pt=I.getElement(),it=i.getElementList()[g.getRange().endIndex],Qt=pt?.controlId===it?.controlId&&(pt?.originControlId||null)===(it?.originControlId||null),Kt=!!it&&it.controlComponent===s.ControlComponent.VALUE&&!!it.controlId&&!it.originControlId&&g.getRange().endIndex>0&&i.getElementList()[g.getRange().endIndex-1]?.originControlId===it.controlId;(!Qt||Kt)&&(C(),I=l.getActiveControl())}const{endIndex:M}=g.getRange(),P=i.getElementList(),D=P[M],X=P[M+1];if(D?.type===s.ElementType.SUB_TEMPLATE&&X?.type===s.ElementType.SUB_TEMPLATE)return;const U=i.getMode()===s.EditorMode.FORM;if(U){const pt=i.getPosition().getPositionContext().isTable&&i.isTableEditable()&&!I&&!l.getIsRangeWithinControl(),it=g.getRange();if(!(i.getElementList()[it.endIndex]?.control?.type===s.ControlType.TEXT)&&!pt){const Rt=l.getActiveTextControlLimit();if(!I||!l.getIsRangeWithinControl()&&!l.getIsRangeInPostfix())return;if(Rt){const tt=g.getRange();if(tt.startIndex<Rt.startIndex||tt.endIndex>Rt.endIndex){const kt=Math.min(Math.max(tt.endIndex,Rt.startIndex),Rt.endIndex);T(()=>{g.setRange(kt,kt),i.render({curIndex:kt,isSubmitHistory:!1})});return}}const{endIndex:Et}=g.getRange(),Ct=i.getElementList(),ot=Ct[Et];if(!ot?.originControlId){if(ot?.controlId&&ot?.controlComponent===s.ControlComponent.VALUE){let tt=!1;for(let kt=Et;kt>=0;kt--){const he=Ct[kt];if(he.controlId!==ot.controlId||he.originControlId)break;if(he.control?.type===s.ControlType.TEXTFIELD){tt=!0;break}}if(tt)return}}}}const b=g.getDefaultStyle()||t.compositionInfo?.defaultStyle||null,S=t.compositionInfo?.perfStartTime,N=ld(t,i.getElementList());f||i.getCursor().clearAgentDomValue();const{TEXT:V,HYPERLINK:F,SUBSCRIPT:O,SUPERSCRIPT:E,DATE:Y,TAB:y}=s.ElementType,v=o.replaceAll(`
|
|
119
|
-
`,H),{startIndex:w,endIndex:Q}=g.getRange(),W=g.getRangeAnchorStyle(N,w);if(!W)return;const G=w>0?N[w-1]:null,_=!!(W.controlId||W.control),A={...!_&&G?G:W,...b},q=i.isDesignMode(),J=N[Q+1],Nt=gn(N,W.originControlId,i.getMode()),vt=gn(N,J?.originControlId,i.getMode()),Ie=!W.originControlId&&!J?.originControlId&&be(W)&&Zo(J)&&!!W.controlId&&!!J.controlId&&W.controlId!==J.controlId,oe=ro(W)&&Ki(J)&&!Nt&&!vt,ue=i.getMode()===s.EditorMode.EDIT?Pr(N,W,J):void 0,et=!!W.originControlId&&be(W)&&J?.controlId===W.originControlId&&!J.originControlId&&J.control?.type===s.ControlType.TEXTFIELD&&be(J),$=!!W.originControlId&&be(W)&&J?.controlId===W.originControlId&&!J.originControlId&&J.control?.type===s.ControlType.TEXTFIELD&&J.controlComponent===s.ControlComponent.VALUE,x=!!Nt&&Nt===vt&&!!W.controlId&&!!J?.controlId&&W.controlId!==J.controlId&&(ro(W)||Ki(J))?Nt:null;if(U&&(Ie||oe))return;const st=Zo(J)&&!J?.originControlId,j=be(W)&&!W.originControlId||W.type===s.ElementType.CONTROL&&W.controlComponent===s.ControlComponent.VALUE&&J?.type!==s.ElementType.CONTROL&&!W.originControlId,dt=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],ht=(pt,it)=>!!(pt?.controlId&&pt.controlId===it?.controlId&&(pt.originControlId||null)===(it.originControlId||null)),Ot=(pt,it)=>{if(pt?.control?.type)return pt.control.type;if(pt?.controlId){for(let Qt=it;Qt>=0;Qt--){const Kt=N[Qt];if(!ht(pt,Kt))break;if(Kt.control?.type)return Kt.control.type}for(let Qt=it+1;Qt<N.length;Qt++){const Kt=N[Qt];if(!ht(pt,Kt))break;if(Kt.control?.type)return Kt.control.type}}},Pt=(pt,it)=>{const Qt=Ot(pt,it);return!!(Qt&&dt.includes(Qt))},Xt=pt=>{const it=N[pt];let Qt=pt;for(let Kt=pt+1;Kt<N.length&&ht(it,N[Kt]);Kt++)Qt=Kt;return Qt},Lt=!!(Pt(W,w)&&W.controlComponent===s.ControlComponent.VALUE&&!W.originControlId&&ht(W,J)&&be(J)&&!J?.value),Vt=!!((Pt(W,w)||Ot(W,w)===s.ControlType.NUMBER)&&W.controlComponent===s.ControlComponent.VALUE&&W.originControlId&&ht(W,J)&&be(J))?gn(N,W.originControlId,i.getMode()):null,jt=Lr(N,Vt),gt=st||j||Lt,mt=gt?{...W,type:void 0,control:void 0,controlId:void 0,controlComponent:void 0,originControlId:void 0,color:r.defaultColor,highlight:void 0}:W,Wt=gt||_?mt:A,St=yt(v).map(pt=>{const it={value:pt};if(q||!Wt.title?.disabled&&!Wt.control?.disabled){const Qt=N[Q+1];(!Wt.type||Wt.type===V||Wt.type===F&&Qt?.type===F||Wt.type===Y&&Qt?.type===Y||Wt.type===O&&Qt?.type===O||Wt.type===E&&Qt?.type===E)&&Oa.forEach(Kt=>{if(Kt==="groupIds"&&!Qt?.groupIds)return;const Rt=Wt[Kt];Rt!==void 0&&(it[Kt]=Rt)}),(b||Wt.type===y)&&ye.forEach(Kt=>{const Rt=b?.[Kt]||Wt[Kt];Rt!==void 0&&(it[Kt]=Rt)}),f&&(it.underline=!0)}if(!gt){const Qt=W.originControlId&&(W.controlComponent===s.ControlComponent.POSTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||W.controlComponent===s.ControlComponent.POST_TEXT);if(et||$||ue){const Et=ue||J;it.controlId=Et.controlId,it.control=Et.control,it.controlComponent=s.ControlComponent.VALUE,delete it.originControlId,Hi(it,Et.control,r.defaultColor)}const Kt=!W.originControlId&&W.controlId&&(W.controlComponent===s.ControlComponent.POSTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||W.controlComponent===s.ControlComponent.POST_TEXT)&&J?.controlId&&J.controlId!==W.controlId&&sd(W,J),Rt=W.controlId&&W.originControlId&&(W.controlComponent===s.ControlComponent.VALUE||W.controlComponent===s.ControlComponent.PLACEHOLDER);if(!et&&!$&&!ue&&Qt&&!it.controlId){const Et=gn(N,W.originControlId,i.getMode());if(!Et)return it;let Ct=null;for(let ot=w;ot>=0;ot--){const tt=N[ot];if(je(tt,Et)&&tt.control){Ct=tt.control;break}}it.controlId=Et,it.controlComponent=s.ControlComponent.VALUE,Ct&&(it.control=Ct),Hi(it,Ct,r.defaultColor)}else if(Kt&&!it.controlId){if(J?.controlId&&J.controlId!==W.controlId)if(J.controlComponent===s.ControlComponent.PREFIX||J.controlComponent===s.ControlComponent.PRETEXTFIX)for(let Et=w;Et>=0;Et--){const Ct=N[Et];if(Ct.controlId===W.controlId&&(Ct.controlComponent===s.ControlComponent.PREFIX||Ct.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let ot=Et-1;ot>=0;ot--){const tt=N[ot];if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.PRETEXTFIX||tt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||tt.controlComponent===s.ControlComponent.PREFIX||tt.controlComponent===s.ControlComponent.PRE_TEXT)){it.controlId=tt.controlId,it.controlComponent=s.ControlComponent.VALUE,tt.control&&(it.control=tt.control);break}if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.POSTFIX||tt.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(J.controlComponent===s.ControlComponent.POSTFIX||J.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(it.controlId=J.controlId,it.controlComponent=s.ControlComponent.VALUE,J.control&&(it.control=J.control));if(!it.controlId)for(let Et=w;Et>=0;Et--){const Ct=N[Et];if(Ct.controlId===W.controlId&&(Ct.controlComponent===s.ControlComponent.PREFIX||Ct.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let ot=Et-1;ot>=0;ot--){const tt=N[ot];if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.PRETEXTFIX||tt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||tt.controlComponent===s.ControlComponent.PREFIX||tt.controlComponent===s.ControlComponent.PRE_TEXT)){it.controlId=tt.controlId,it.controlComponent=s.ControlComponent.VALUE,tt.control&&(it.control=tt.control);break}if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.POSTFIX||tt.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}else if(Rt&&!it.controlId){const Et=W.controlId;let Ct=W.control;if(!Ct)for(let ot=w;ot>=0;ot--){const tt=N[ot];if(tt.controlId===Et&&tt.control&&(Ct=tt.control,tt.controlComponent===s.ControlComponent.PREFIX||tt.controlComponent===s.ControlComponent.PRETEXTFIX))break}it.controlId=Et,it.originControlId=W.originControlId,it.controlComponent=s.ControlComponent.VALUE,Ct&&(it.control=Ct)}else if(W.controlId){let Et=W.control;if(!Et)for(let Ct=w;Ct>=0;Ct--){const ot=N[Ct];if(je(ot,W.controlId)&&ot.control){Et=ot.control;break}}it.controlId||(it.controlId=W.controlId),Et&&!it.control&&(it.control=Et),it.controlComponent||(it.controlComponent=s.ControlComponent.VALUE)}else if(!it.controlId&&!it.control&&J?.originControlId&&(J.controlComponent===s.ControlComponent.PREFIX||J.controlComponent===s.ControlComponent.PRETEXTFIX)){const Et=gn(N,J.originControlId,i.getMode());if(!Et)return it;let Ct=null;for(let ot=Q;ot>=0;ot--){const tt=N[ot];if(je(tt,Et)&&tt.control){Ct=tt.control;break}}it.controlId=Et,it.controlComponent=s.ControlComponent.VALUE,Ct&&(it.control=Ct)}}if(pt&&pt!==H){const Qt=id(pt,r.defaultFont);it.font=Qt}return it});let Mt;const Dt=a[u],At=a[u+1],de=a[u-1];if(f)Mt=w;else{const pt=ot=>{if(St?.length)for(let tt=0;tt<St.length;tt++)N.splice(ot+tt,0,St[tt]);return ot+St.length-1},it=w+1,Qt=Lt?Xt(w)+1:it,Kt=()=>{let ot=null,tt,kt=null;const he=i.getMode()===s.EditorMode.EDIT?Pr(a,Dt,At):void 0;if(he?.controlId?(ot=he.controlId,tt=he.control?.type):i.getMode()===s.EditorMode.EDIT&&ro(Dt)&&At?.controlId===Dt.originControlId&&!At.originControlId&&At.control?.type===s.ControlType.TEXTFIELD&&(At.controlComponent===s.ControlComponent.VALUE||be(At))?(ot=Dt.originControlId,tt=s.ControlType.TEXTFIELD):ro(Dt)?ot=gn(a,Dt.originControlId,i.getMode()):Ki(At)?ot=gn(a,At.originControlId,i.getMode()):x?ot=x:Dt?.control?.type===s.ControlType.TEXT&&Dt.controlId&&!Dt.originControlId&&be(Dt)&&de?.originControlId===Dt.controlId&&(ot=Dt.controlId,kt={startIndex:u-1,endIndex:u-1}),!ot)return null;if(!tt)for(let zt=u;zt>=0;zt--){const qt=a[zt];if(je(qt,ot)&&qt.control?.type){tt=qt.control.type;break}if(qt.controlId&&qt.controlId!==ot&&qt.originControlId!==ot)break}return tt!==s.ControlType.TEXT&&!(i.getMode()===s.EditorMode.EDIT&&tt===s.ControlType.TEXTFIELD)?null:{parentControlId:ot,activationIndex:(()=>{for(let zt=u+1;zt<a.length;zt++){const qt=a[zt];if(je(qt,ot))return zt;if(qt.controlId&&qt.controlId!==ot&&qt.originControlId!==ot)break}for(let zt=u;zt>=0;zt--){const qt=a[zt];if(je(qt,ot))return zt;if(qt.controlId&&qt.controlId!==ot&&qt.originControlId!==ot)break}return u})(),boundaryRange:kt}},Rt=I?.getElement(),Et=!!(Rt?.control?.type===s.ControlType.BUTTON&&!Rt.control?.buttonText&&Rt.control?.editable!==!1&&l.getIsRangeWithinControl());w!==Q&&!Et&&(i.removeSplitTdOtherRangeElements(),i.spliceElementList(N,it,Q-w));const Ct=Kt();if(Vt&&jt?.control){const ot=Xt(w);St.forEach(tt=>{Ai(tt,Vt,jt.control,r.defaultColor)}),re(N,St,ot,{editorOptions:r}),i.spliceElementList(N,ot+1,0,St),Mt=ot+St.length}else if(Ct){const{parentControlId:ot,activationIndex:tt,boundaryRange:kt}=Ct;p(tt,tt),C();const he=l.getActiveControl(),me=At?.controlId===ot&&!At?.originControlId&&At?.controlComponent===s.ControlComponent.VALUE?u+1:-1,zt=!!(Dt?.originControlId&&ro(Dt)&&me!==-1),qt=kt||(zt?{startIndex:u,endIndex:u}:me!==-1?{startIndex:u,endIndex:me}:{startIndex:w,endIndex:Q});p(qt.startIndex,qt.endIndex),he&&he.getElement()?.controlId===ot&&(he.getElement()?.control?.type===s.ControlType.TEXT||he.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(St.forEach(oo=>{Ai(oo,ot,he.getElement().control,r.defaultColor)}),Mt=he.setValue(St,{range:qt,elementList:N}),l.emitControlContentChange(),p(Mt,Mt),C()):gt?Mt=pt(Qt):(Mt=l.setValue(St),l.emitControlContentChange())}else if(gt)Mt=pt(Qt);else if(Dt?.originControlId&&(Dt.controlComponent===s.ControlComponent.POSTFIX||Dt.controlComponent===s.ControlComponent.POST_TEXT||Dt.controlComponent===s.ControlComponent.POSTTEXTFIX||Dt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))if(I?.getElement()?.control?.type===s.ControlType.TEXT&&I.getElement()?.controlId===Dt.controlId&&(I.getElement()?.originControlId||null)===(Dt.originControlId||null))Mt=l.setValue(St),l.emitControlContentChange();else{const tt=gn(a,Dt.originControlId,i.getMode());if(!tt){Mt=pt(it);return}let kt;for(let me=u;me>=0;me--){const zt=a[me];if(je(zt,tt)&&zt.control?.type){kt=zt.control.type;break}if(zt.controlId&&zt.controlId!==tt&&zt.originControlId!==tt)break}if(kt===s.ControlType.TEXT||i.getMode()===s.EditorMode.EDIT&&kt===s.ControlType.TEXTFIELD){const me=()=>{for(let Me=u+1;Me<a.length;Me++){const we=a[Me];if(je(we,tt))return Me;if(we.controlId&&we.controlId!==tt&&we.originControlId!==tt)break}for(let Me=u;Me>=0;Me--){const we=a[Me];if(je(we,tt))return Me;if(we.controlId&&we.controlId!==tt&&we.originControlId!==tt)break}return u},zt=At?.controlId===tt&&At?.controlComponent===s.ControlComponent.VALUE?u+1:-1,qt=zt!==-1?{startIndex:u,endIndex:zt}:{startIndex:u,endIndex:u},oo=me();p(oo,oo),C();const Cn=l.getActiveControl();p(qt.startIndex,qt.endIndex),Cn&&Cn.getElement()?.controlId===tt&&(Cn.getElement()?.control?.type===s.ControlType.TEXT||Cn.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(St.forEach(Me=>{Ai(Me,tt,Cn.getElement().control,r.defaultColor)}),Mt=Cn.setValue(St,{range:qt,elementList:N}),l.emitControlContentChange(),p(Mt,Mt),C()):Mt=pt(it)}else Mt=pt(it)}else if((Dt?.control?.type===s.ControlType.SELECT||At?.control?.type===s.ControlType.SELECT)&&I?.getElement()?.control?.type===s.ControlType.SELECT&&l.getIsRangeWithinControl()){const ot=l.getActiveControl();ot&&typeof ot.awake=="function"&&ot.awake(),Mt=w}else if(I?.getElement()?.control?.type===s.ControlType.DATE&&l.getIsRangeWithinControl()){const ot=l.getActiveControl();ot&&typeof ot.awake=="function"&&ot.awake(),Mt=w}else!gt&&(Dt?.control?.type===s.ControlType.BUTTON||At?.control?.type===s.ControlType.BUTTON)?I?.getElement()?.control?.type===s.ControlType.BUTTON&&I.getElement()?.control?.editable!==!1&&l.getIsRangeWithinControl()?(Mt=l.setValue(St),l.emitControlContentChange()):Mt=w:I&&l.getIsRangeWithinControl()?(Mt=l.setValue(St),l.emitControlContentChange()):(Dt?.type==="control"||At?.type==="control")&&!gt?Mt=pt(it):(re(N,St,w,{editorOptions:r}),i.spliceElementList(N,it,0,St),Mt=w+St.length)}if(~Mt&&!f){const pt=se()-n,it=se();T(()=>{g.setRange(Mt,Mt),i.render({curIndex:Mt,isSubmitHistory:!f,traceLabel:`input:${e}`})}),Ii(r,`input:${e}`,se()-n,[{label:"mutate",duration:pt},{label:"renderCall",duration:se()-it}],{isComposing:f,textLength:St.length,compositionChainDuration:e==="compositionend"&&S!==void 0?Number((se()-S).toFixed(2)):void 0})}f&&(t.compositionInfo={value:v,startIndex:Mt,endIndex:Q,defaultStyle:b,perfStartTime:n})}function rd(o){o.compositionInfo&&(o.compositionInfo=null)}function ld(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 ad(o){const t=o.getDraw(),e=t.getRange(),{startIndex:n,endIndex:i}=e.getRange();if(!~n&&!~n||t.isReadonly()||!e.getIsCanInput())return;const l=t.getElementList();let r=n,a=i;if(n===i){const h=t.getPosition().getPositionList(),f=h[n],g=f.rowNo,T=f.pageNo,C=[];for(let I=0;I<h.length;I++){const m=h[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 hr(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 cd(o){return o.replace(/^(?:\r\n|\r|\n)+|(?:\r\n|\r|\n)+$/g,"")}async function dd(o,t){const e=o.getDraw(),n=e.getMode()===s.EditorMode.COMPARE,i=n||t?.isPlainText,{copy:l}=e.getOverride();if(l&&l()?.preventDefault!==!1)return;const r=e.getRange();let a=null;if(r.getRange().isCrossRowCol){const d=r.getRangeTableElement();if(!d)return;const u=e.getTableParticle().getRangeRowCol();if(!u)return;const R={type:s.ElementType.TABLE,value:"",colgroup:[],trList:[]},h=u[0],f=h[0].colIndex,g=h[h.length-1],T=g.colIndex+g.colspan-1;for(let C=f;C<=T;C++)R.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]);R.trList.push(m)}a=n?[R]:wt([R])}else a=r.getIsCollapsed()?r.getRangeRowElementList():r.getSelectionElementList();if(i&&a?.length){const d=Mn(a,e.getOptions());await Nc(n?cd(d):d);return}a?.length&&await hr(a,e.getOptions())}function ud(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 Mr(o){if(!Intl.Segmenter)return null;const t=o.getDraw(),e=t.getPosition().getCursorPosition();if(!e)return null;const i=t.getRange().getRangeParagraphInfo();if(!i)return null;const l=i?.elementList?.map(h=>!h.type||h.type!==s.ElementType.CONTROL&&Le.includes(h.type)?h.value:H).join("")||"";if(!l)return null;const r=e.isFirstLetter||t.getCursor().getHitLineStartIndex()?e.index+1:e.index,a=i.startIndex,d=new Intl.Segmenter(void 0,{granularity:"word"}).segment(l);let u=-1,R=-1;for(const{segment:h,index:f,isWordLike:g}of d){const T=f+a;if(g&&r>=T&&r<T+h.length){u=T-1,R=u+h.length;break}}return~u&&~R?{startIndex:u,endIndex:R}: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=hi.test(n);if(c||l.test(n)){const u=t.getElementList();let R=i-1;for(;R>0;){const f=u[R].value;if(c&&hi.test(f)||!c&&l.test(f))r++,R--;else break}let h=i+1;for(;h<u.length;){const f=u[h].value;if(c&&hi.test(f)||!c&&l.test(f))a++,h++;else break}}const d=i-r-1;return d<0?null:{startIndex:d,endIndex:i+a}}function Rd(o,t){const e=o.getDraw();if(!t.isDirectHit)return!1;let n,i;if(t.isTable){const r=e.getOriginalElementList()[t.index]?.trList?.[t.trIndex]?.tdList[t.tdIndex];n=r?.value[t.tdValueIndex],i=r?.positionList?.[t.tdValueIndex]}else n=e.getOriginalElementList()[t.index],i=e.getPosition().getOriginalPositionList()[t.index];return!n||!i?!1:(e.getMenstrualHistoryParticle().clearMenstrualHistoryEditor(),e.getFetalHeartPositionParticle().clearFetalHeartPositionEditor(),e.getToothPositionParticle().clearToothPositionEditor(),n.type===s.ElementType.MENSTRUAL_HISTORY?(e.getMenstrualHistoryParticle().renderMenstrualHistoryEditor(n,i),!0):n.type===s.ElementType.FETAL_HEART_POSITION?(e.getFetalHeartPositionParticle().renderFetalHeartPositionEditor(n,i),!0):n.type===s.ElementType.TOOTH_POSITION?(e.getToothPositionParticle().renderToothPositionEditor(n,i),!0):!1)}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.EDIT||e.getMode()===s.EditorMode.FORM)&&Rd(o,i))return;if(e.getMode()===s.EditorMode.FORM){const c=i.isTable&&e.getTd()?.value||e.getElementList(),d=i.isTable?i.tdValueIndex:i.index,u=c[d],R=fd(c,u),h=e.getEventBus();if(i.isDirectHit&&R?.controlId&&R.control?.type===s.ControlType.BUTTON&&!R.control.buttonText&&h.isSubscribe("buttonChange")){const f=c.filter(g=>g.controlId===R.controlId&&(g.originControlId||null)===(R.originControlId||null));h.emit("buttonChange",{evt:t,element:at(R),elementList:at(f),controlId:R.controlId,control:at(R.control)});return}}if(i.isImage&&i.isDirectHit){const c=e.getElementList(),d=e.getEventBus(),u=c[i.index];if(d.isSubscribe("imageDblclick")&&d.emit("imageDblclick",{evt:t,element:u}),u.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 r=e.getRange(),a=Mr(o)||hd(o);a&&(r.setRange(a.startIndex,a.endIndex),e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),r.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===H&&!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===H&&!g.listWrap||g.listId!==T?.listId||g.titleId!==T?.titleId)break;c++,u++}const R=t.getRange();let h=l-a-1;if(r[h]?.value!==H&&(h-=1),h<0)return;let f=l+c+1;(r[f]?.value===H||f>r.length-1)&&(f-=1),R.setRange(h,f),t.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}const Or={dblclick:gd,threeClick:Td};function md(o){o.isComposing=!0,o.getDraw().getMacroParticle().compositionStart()}function Cd(o,t){const e=se();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),Ma?setTimeout(()=>{o.compositionInfo&&_i(t.data,o,"compositionend")},1):o.compositionInfo&&_i(t.data,o,"compositionend");else{const a=o.compositionInfo?.cancel;if(rd(o),!a){const c=n.getRange(),{endIndex:d}=c.getRange();n.render({curIndex:d,isSubmitHistory:!1,traceLabel:"compositionend:empty"})}}n.getCursor().clearAgentDomValue(),Ii(i,"compositionend",se()-e,[],{hasData:!!t.data,dataLength:t.data?.length||0})}function pd(o){o.compositionInfo&&(o.compositionInfo.cancel=!0)}const Bi={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(!Ys(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:R,index:h}=d,f=c.getPositionList(),g=u?R:h;~h&&(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=Mr(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()||Qc(t,this)}mousedown(t){this.draw.isInteractionSuspended()||wc(t,this)}click(){this.draw.isInteractionSuspended()||La&&!this.draw.isReadonly()&&this.draw.getCursor().getAgentDom().focus()}mouseup(t){this.draw.isInteractionSuspended()||Zc(t,this)}mouseleave(t){this.draw.isInteractionSuspended()||vc(t,this)}keydown(t){this.draw.isInteractionSuspended()||ed(t,this)}dblclick(t){this.draw.isInteractionSuspended()||Or.dblclick(this,t)}threeClick(){this.draw.isInteractionSuspended()||Or.threeClick(this)}input(t,e="input"){this.draw.isInteractionSuspended()||_i(t,this,e)}async cut(){this.draw.isInteractionSuspended()||await ad(this)}async copy(t){this.draw.isInteractionSuspended()||await dd(this,t)}compositionstart(){this.draw.isInteractionSuspended()||Bi.compositionstart(this)}compositionend(t){this.draw.isInteractionSuspended()||Bi.compositionend(this,t)}compositionCancel(){this.draw.isInteractionSuspended()||Bi.compositionCancel(this)}drop(t){this.draw.isInteractionSuspended()||ud(t,this)}dragover(t){this.draw.isInteractionSuspended()||Ed.dragover(t,this)}}const Sr={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(Sr.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:R,table:{tdPadding:h}}=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=>!le(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],D=P.metrics;let X=!le(P)&&(P.imgDisplay!==s.ImageDisplay.INLINE&&P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)?p.ascent-D.height:p.ascent;const U=P.vertical||(L?s.VerticalAlign.MIDDLE:void 0);if(U&&!le(P)){const S=P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX,N=S?0:D.boundingBoxAscent,V=S?Math.max(D.height,D.boundingBoxAscent+D.boundingBoxDescent):D.boundingBoxAscent+D.boundingBoxDescent;U===s.VerticalAlign.TOP?X=N:U===s.VerticalAlign.MIDDLE?X=(p.height-V)/2+N:U===s.VerticalAlign.BOTTOM&&(X=p.height-V+N)}P.left&&(f+=P.left),P.translateX&&(f+=P.translateX*R);const b={pageNo:i,index:T,value:P.value,rowIndex:a+C,rowNo:C,metrics:D,left:P.left||0,ascent:X,lineHeight:p.height,isFirstLetter:M===0,isLastLetter:M===p.elementList.length-1,coordinate:{leftTop:[f,g],leftBottom:[f,g+p.height],rightTop:[f+D.width,g],rightBottom:[f+D.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+=D.width,P.type===s.ElementType.TABLE&&!le(P)){const S=P.tdPadding||h,N=S[1]+S[3],V=S[0]+S[2];for(let F=0;F<P.trList.length;F++){const O=P.trList[F];for(let E=0;E<O.tdList.length;E++){const Y=O.tdList[E];Y.positionList=[];const y=Y.rowList,v=this.computePageRowPosition({positionList:Y.positionList,rowList:y,pageNo:i,startRowIndex:0,startIndex:0,startX:(Y.x+S[3])*R+I+(P.translateX||0)*R,startY:(Y.y+S[0])*R+m,innerWidth:(Y.width-N)*R,isTable:!0,index:T-1,tdIndex:E,trIndex:F,zone:u});if(Y.verticalAlign===s.VerticalAlign.MIDDLE||Y.verticalAlign===s.VerticalAlign.BOTTOM){const w=y.reduce((G,_)=>G+_.height,0),Q=(Y.height-V)*R-w,W=Y.verticalAlign===s.VerticalAlign.MIDDLE?Q/2:Q;Math.floor(W)>0&&Y.positionList.forEach(G=>{const{coordinate:{leftTop:_,leftBottom:K,rightBottom:A,rightTop:q}}=G;_[1]+=W,K[1]+=W,A[1]+=W,q[1]+=W})}f=v.x,g=v.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 R=u[0].startIndex;this.computePageRowPosition({positionList:this.positionList,rowList:u,pageNo:d,startRowIndex:c,startIndex:R,startX:i,startY:a,innerWidth:t}),c+=u.length}}computeRowPosition(t){const{row:e,innerWidth:n}=t,i=[];return this.computePageRowPosition({positionList:i,innerWidth:n,rowList:[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 D=T;const X=l[T];if(X.type===s.ElementType.TABLE)for(let b=0;b<X.trList.length;b++){const S=X.trList[b];for(let N=0;N<S.tdList.length;N++){const V=S.tdList[N],F=this.getPositionByXY({x:e,y:n,td:V,pageNo:c,tablePosition:r[T],isTable:!0,elementList:V.value,positionList:V.positionList});if(~F.index){const{index:O,hitLineStartIndex:E}=F,Y=V.value[O];return{index:C,isCheckbox:F.isCheckbox||Y.type===s.ElementType.CHECKBOX||Y.controlComponent===s.ControlComponent.CHECKBOX,isRadio:Y.type===s.ElementType.RADIO||Y.controlComponent===s.ControlComponent.RADIO,isControl:!!Y.controlId,isImage:F.isImage,isLabel:F.isLabel,isMacro:F.isMacro,isDirectHit:F.isDirectHit,isTable:!0,tdIndex:N,trIndex:b,tdValueIndex:O,tdId:V.id,trId:S.id,tableId:X.id,hitLineStartIndex:E}}}}if(X.type===s.ElementType.IMAGE||X.type===s.ElementType.LATEX)return{index:D,isDirectHit:!0,isImage:!0};if(X.type===s.ElementType.MENSTRUAL_HISTORY)return{index:D,isDirectHit:!0};if(X.type===s.ElementType.FETAL_HEART_POSITION)return{index:D,isDirectHit:!0};if(X.type===s.ElementType.TOOTH_POSITION){const{scale:b}=this.options,S=X.width*b;return e>=L[0]&&e<=L[0]+S?{index:D,isDirectHit:!0}:{index:D}}if(X.type===s.ElementType.CHECKBOX||X.controlComponent===s.ControlComponent.CHECKBOX)return{index:D,isDirectHit:!0,isCheckbox:!0};if(X.type===s.ElementType.LABEL)return{index:D,isDirectHit:!0,isLabel:!0};if(X.type===s.ElementType.MACRO||X.type===s.ElementType.CUSTOM_MACRO||X.type===s.ElementType.REUSABLE_ITEM||X.type===s.ElementType.SUB_TEMPLATE)return{index:D,isDirectHit:!0,isMacro:!0};if(X.type===s.ElementType.TAB&&X.listStyle===s.ListStyle.CHECKBOX){let b=D-1;for(;b>0;){const S=l[b];if(S.value===H&&S.listStyle===s.ListStyle.CHECKBOX)break;b--}return{index:b,isDirectHit:!0,isCheckbox:!0}}if(X.type===s.ElementType.RADIO||X.controlComponent===s.ControlComponent.RADIO)return{index:D,isDirectHit:!0,isRadio:!0};let U;if(l[C].value!==H){const b=M[0]-L[0];e<L[0]+b/2&&(D=T-1,m&&(U=T))}return{isDirectHit:!0,hitLineStartIndex:U,index:D,isControl:!!X.controlId}}}}if(!i){const T=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]});if(T)return T}let R=!1,h=-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:h}}}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(X=>X.pageNo===u&&X.rowNo===p),M=l[L],P=r[L],D=M.listStyle===s.ListStyle.CHECKBOX?this.draw.getMargins()[3]:P.coordinate.leftTop[0];if(e<D)~L?P.value===H?h=L:(h=L-1,f=L):h=C;else{if(M.listStyle===s.ListStyle.CHECKBOX&&e<I[0])return{index:L,isDirectHit:!0,isCheckbox:!0};h=C}R=!0;break}}if(!R){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:h,isControl:!!l[h]?.controlId}}getFloatPositionByXY(t){const{x:e,y:n}=t,i=t.pageNo??this.draw.getPageNo(),l=this.draw.getZone().getZone(),{scale:r}=this.options;for(let a=0;a<this.floatPositionList.length;a++){const{position:c,element:d,isTable:u,index:R,trIndex:h,tdIndex: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:R,isDirectHit:!0,isImage:!0,isTable:u,trIndex:h,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:R,tdIndex:h,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:R,tdIndex:h,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&&!An(l)&&!l.control?.minWidth)for(let R=0;R<a.length;R++){const h=a[R],f=h.imgFloatPosition;if(f.pageNo!==n)continue;const g={...f,x:f.x*e,y:f.y*e,width:h.width*e,height:h.height*e};if(pa(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=Qn(t,e);return n?{...n,...this.defaultStyle}:null}getIsRangeChange(t,e,n,i,l,r,a){return this.range.startIndex!==t||this.range.endIndex!==e||this.range.tableId!==n||this.range.startTdIndex!==i||this.range.endTdIndex!==l||this.range.startTrIndex!==r||this.range.endTrIndex!==a}getIsCollapsed(){const{startIndex:t,endIndex:e}=this.range;return t===e}getIsSelection(){const{startIndex:t,endIndex:e}=this.range;return!~t&&!~e?!1:t!==e}getSelection(){const{startIndex:t,endIndex:e,splitTdRange:n}=this.range;if(t===e)return null;if(n)return this.draw.getSplitTdValues(n.originalId).slice(n.startIndex+1,n.endIndex+1);const i=this.draw.getElementList();return i.slice(i[t]?.value===H?t:t+1,e+1)}getSelectionElementList(){if(this.range.isCrossRowCol){const t=this.draw.getTableParticle().getRangeRowCol();if(!t)return null;const e=[];for(let n=0;n<t.length;n++){const i=t[n];for(let l=0;l<i.length;l++){const r=i[l];e.push(...r.value)}}return e}return this.getSelection()}getTextLikeSelection(){const t=this.getSelection();return t?t.filter(e=>!e.type||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 R=l.get(d);R||(R=[],l.set(d,R)),R.includes(u)||R.unshift(u);const h=i[r],f=i[r-1];if(h.value===H&&!h.listWrap||h.listId!==f?.listId||h.titleId!==f?.titleId)break;r--}const a=t===e;if(!a){let d=t+1;for(;d<e;){const{pageNo:u,rowNo:R}=n[d];let h=l.get(u);h||(h=[],l.set(u,h)),h.includes(R)||h.push(R),d++}}let c=e;for(a&&i[t].value===H&&(c+=1);c<n.length;){const d=i[c],u=i[c+1];if(d.value===H&&!d.listWrap||d.listId!==u?.listId||d.titleId!==u?.titleId)break;const{pageNo:R,rowNo:h}=n[c];let f=l.get(R);f||(f=[],l.set(R,f)),f.includes(h)||f.push(h),c++}return l}getRangeParagraphInfo(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;let n=-1;const i=[],l=this.getRangeParagraph();if(!l)return null;const r=this.draw.getElementList(),a=this.position.getPositionList();for(let c=0;c<a.length;c++){const d=a[c],u=l.get(d.pageNo);u&&u.includes(d.rowNo)&&(~n||(n=d.index),i.push(r[c]))}return i.length?{elementList:i,startIndex:n}:null}getRangeParagraphElementList(){return this.getRangeParagraphInfo()?.elementList||null}getRangeTableElement(){const t=this.position.getPositionContext();return t.isTable?this.draw.getOriginalElementList()[t.index]:null}getIsSelectAll(){const t=this.draw.getElementList(),{startIndex:e,endIndex:n}=this.range;return e===0&&t.length-1===n&&!this.position.getPositionContext().isTable}getIsPointInRange(t,e,n){const{startIndex:i,endIndex:l}=this.range,r=this.position.getPositionList();for(let a=i+1;a<=l&&r[a];a++){const{coordinate:{leftTop:d,rightBottom:u},pageNo:R}=r[a];if(n===R&&t>=d[0]&&t<=u[0]&&e>=d[1]&&e<=u[1])return!0}return!1}getKeywordRangeList(t){const e=this.draw.getSearch().getMatchList(t,this.draw.getOriginalElementList()),n=new Map;for(const l of e){const r=n.get(l.groupId);if(r)r.endIndex+=1;else{const{type:a,groupId:c,tableId:d,index:u,tdIndex:R,trIndex:h}=l,f={startIndex:u,endIndex:u};a===Ke.TABLE&&(f.tableId=d,f.startTdIndex=R,f.endTdIndex=R,f.startTrIndex=h,f.endTrIndex=h),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(),Y=this.position.getPositionContext();r=E[Y.index]}else{const E=~i?i:0,Y=this.draw.getElementList();r=this.getRangeAnchorStyle(Y,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,R=!~a.findIndex(E=>!E.bold),h=!~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,D=r.listStyle||null,X=f&&r.textDecoration||null,U=!!this.draw.getPainterStyle(),b=this.historyManager.isCanUndo(),S=this.historyManager.isCanRedo(),N=r.groupIds||null,V=r.extension??null,F=r.deletePerson??"",O={type:c,undo:b,redo:S,painter:U,font:d,size:u,bold:R,italic:h,underline:f,strikeout:g,deletePerson:F,color:T,highlight:C,rowFlex:p,vertical:I,rowMargin:m,dashArray:L,level:M,listType:P,listStyle:D,groupIds:N,textDecoration:X,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(H,"g"),""):""}getRangeElement(t={}){const e=t.elementList||this.draw.getElementList(),n=t.range||this.getRange(),{splitTdRange:i}=n,l={elementList:e,range:n};return i&&(l.range=i,l.elementList=this.draw.getSplitTdValues(i.originalId)??[]),l}}class 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 R=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_X?Math.ceil(n*r/a):1,h=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_Y?Math.ceil(i*r/c):1;for(let f=0;f<R;f++){for(let g=0;g<h;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 ki{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 ki{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]],R=[a[3],r-a[2]],h=[l-a[1],r-a[2]];t.moveTo(d[0]-c,d[1]),t.lineTo(...d),t.lineTo(d[0],d[1]-c),t.moveTo(u[0]+c,u[1]),t.lineTo(...u),t.lineTo(u[0],u[1]-c),t.moveTo(R[0]-c,R[1]),t.lineTo(...R),t.lineTo(R[0],R[1]+c),t.moveTo(h[0]+c,h[1]),t.lineTo(...h),t.lineTo(h[0],h[1]+c),t.stroke(),t.restore()}}class yd{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,R=0;for(;R<c-1;){const f=d.length?d[u]:c,g=e.slice(R,f);g.length&&a.push({index:R,type:Ke.PAGE,elementList:g});const T=e[f];T&&a.push({index:f,type:Ke.TABLE,elementList:[T]}),R=f+1,u++}function h(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:H).filter(Boolean).join("");i&&(p=p.toLocaleLowerCase());const I=[],m=n?new RegExp(f):f;let{index:L,length:M}=Ks(p,m);for(;L!==-1&&M!==0;){I.push({index:L,length:M});const P=Ks(p,m,L+M);L=P.index,M=P.length}for(let P=0;P<I.length;P++){const{index:D,length:X}=I[P],U=ft();for(let b=0;b<X;b++){const S=D+b+(C?.startIndex||0);r.push({type:g,index:S,groupId:U,...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};h(l,g.type,m.value,L)}}}else h(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:D}=d;u=a[L]?.trList[M].tdList[P]?.positionList[D]}else u=r[d.index];if(!u)continue;const{coordinate:{leftTop:R,leftBottom:h,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=R[0],p=R[1],I=f[0]-R[0],m=h[1]-R[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(mi(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="",R=-1;const h=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,D=h[P].trList[I].tdList[m].value,X=L+c,U=D[X];if(!r&&(U?.control?.deletable===!1||U?.title?.deletable===!1))continue;if(t===""){this.draw.spliceElementList(D,X,1),c--,~R||(R=T);continue}if(d===C.groupId){this.draw.spliceElementList(D,X,1),c--;continue}~R||(R=T);for(let b=0;b<t.length;b++){const S=t[b];b===0?U.value=S:(this.draw.spliceElementList(D,X+b,0,[{...U,value:S}]),c++)}}else{const p=C.index+a,I=h[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(h,p,1),a--,~R||(R=T);continue}if(~R||(R=T),d===C.groupId){this.draw.spliceElementList(h,p,1),a--;continue}for(let m=0;m<t.length;m++){const L=t[m];m===0?I.value=L:(this.draw.spliceElementList(h,p+m,0,[{...I,value:L}]),a++)}}d=C.groupId}if(!~R)return;const f=i[R],g=f.index+(t.length-1);if(f.type===Ke.TABLE){const{tableIndex:T,trIndex:C,tdIndex:p,index:I}=f,m=h[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 Nd extends ki{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 Bn;(function(o){o.SOLID="solid",o.DASHED="dashed",o.DOTTED="dotted"})(Bn||(Bn={}));class bd extends ki{options;constructor(t){super(),this.options=t.getOptions()}_drawLine(t,e,n,i,l){const r=e+i;switch(t.beginPath(),l){case Bn.DASHED:t.setLineDash([3,1]);break;case Bn.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,Bn.DASHED);break;case s.TextDecorationStyle.DOTTED:this._drawLine(t,i,a,r,Bn.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:ia});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||!oa.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 kn{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}static formatNumberPlaceholder(t,e,n,i){const l=i===s.NumberType.CHINESE?fa(e):`${e}`;return t.replace(n,l)}render(t,e){const{scale:n,pageNumber:{size:i,font:l,color:r,rowFlex:a,numberType:c,format:d,startPageNo:u,fromPageNo:R}}=this.options;if(e<R)return;let h=d;const f=new RegExp(so.PAGE_NO);f.test(h)&&(h=kn.formatNumberPlaceholder(h,e+u-R,f,c));const g=new RegExp(so.PAGE_COUNT);g.test(h)&&(h=kn.formatNumberPlaceholder(h,this.draw.getPageCount()-R,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(h);a===s.RowFlex.CENTER?m=(T-M)/2:a===s.RowFlex.RIGHT?m=T-M-L[1]:m=L[3],t.fillText(h,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=da(()=>{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($t.UP):this.clientHeight-n<=this.thresholdPoints[1]?this._startMove($t.DOWN):e<this.thresholdPoints[2]?this._startMove($t.LEFT):this.clientWidth-e<this.thresholdPoints[3]?this._startMove($t.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===$t.DOWN?e.scrollTo(n,i+this.step):t===$t.UP?e.scrollTo(n,i-this.step):t===$t.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 R=i.tdList.splice(l,1)[0];e[u]?.tdList.splice(d,0,R)}}}return e}getRangeRowCol(){const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.draw.getPosition().getPositionContext();if(!t)return null;const{isCrossRowCol:l,startTdIndex:r,endTdIndex:a,startTrIndex:c,endTrIndex:d}=this.range.getRange(),h=this.draw.getOriginalElementList()[e].trList;if(!l)return[[h[n].tdList[i]]];let f=h[c].tdList[r],g=h[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<h.length;L++){const M=h[L],P=[];for(let D=0;D<M.tdList.length;D++){const X=M.tdList[D],U=X.colIndex,b=X.rowIndex;U>=T&&U<=C&&b>=p&&b<=I&&P.push(X)}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,R=this._mergeHorizontalBorderRanges(d,l),h=e.lineWidth;c&&(e.lineWidth=c*u),e.beginPath();const f=Math.round(n),g=Math.round(i);e.translate(.5,.5),a&&!R.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,R)),e.stroke(),c&&(e.lineWidth=h),e.translate(-.5,-.5)}_drawHorizontalBorder(t,e,n,i,l){if(!l.length){t.lineTo(e+i,n);return}let r=0;l.forEach(([a,c])=>{r<a&&(t.moveTo(e+r,n),t.lineTo(e+a,n)),r=Math.max(r,c)}),r<i&&(t.moveTo(e+r,n),t.lineTo(e+i,n))}_mergeHorizontalBorderRanges(t,e){return t.map(([i,l])=>[Math.max(0,Math.min(i,e)),Math.max(0,Math.min(l,e))]).filter(([i,l])=>l>i).sort(([i],[l])=>i-l).reduce((i,l)=>{const r=i[i.length-1];return!r||l[0]>r[1]?i.push(l):l[1]>r[1]&&(r[1]=l[1]),i},[])}_getPagingContinuationTopBorderRanges(t,e){const{scale:n}=this.options,i=[];for(let l=0;l<t.length;l++){const r=t[l];for(let a=0;a<r.tdList.length;a++){const c=r.tdList[a];!c.linkTdPrevId||c.y!==0||i.push([c.x*n,(c.x+c.width)*n])}}return this._mergeHorizontalBorderRanges(i,e)}_drawSlash(t,e,n,i){const{scale:l}=this.options;t.save();const r=e.width*l,a=e.height*l,c=Math.round(e.x*l+n),d=Math.round(e.y*l+i);e.slashTypes?.includes(s.TdSlash.FORWARD)&&(t.moveTo(c+r,d),t.lineTo(c,d+a)),e.slashTypes?.includes(s.TdSlash.BACK)&&(t.moveTo(c,d),t.lineTo(c+r,d+a)),t.stroke(),t.restore()}_drawBorder(t,e,n,i){const{colgroup:l,trList:r,borderType:a,borderColor:c,borderWidth:d=1,borderExternalWidth:u}=e;if(!l||!r)return;const{scale:R,table:{defaultBorderColor:h}}=this.options,f=e.width*R,g=e.height*R,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*R,t.strokeStyle=c||h,!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 D=P.width*R,X=P.height*R,U=Math.round(P.x*R+n+D),b=Math.round(P.y*R+i),S=!!P.linkTdPrevId,N=!!P.linkTdNextId;if(t.translate(.5,.5),t.beginPath(),!S&&P.borderTypes?.includes(s.TdBorder.TOP)&&(t.moveTo(U-D,b),t.lineTo(U,b),t.stroke()),P.borderTypes?.includes(s.TdBorder.RIGHT)&&(t.moveTo(U,b),t.lineTo(U,b+X),t.stroke()),P.borderTypes?.includes(s.TdBorder.BOTTOM)&&(t.moveTo(U,b+X),t.lineTo(U-D,b+X),t.stroke()),P.borderTypes?.includes(s.TdBorder.LEFT)&&(t.moveTo(U-D,b),t.lineTo(U-D,b+X),t.stroke()),!C&&!p){if((!I||P.colIndex+P.colspan<l.length)&&(t.moveTo(U,b),t.lineTo(U,b+X),u&&u!==d&&P.colIndex+P.colspan===l.length)){const V=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=V}if(N||!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(U,b+X),t.lineTo(U-D,b+X),V){const F=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=F}}t.stroke()}t.translate(-.5,-.5)}}t.restore()}_drawBackgroundColor(t,e,n,i){const{trList:l}=e;if(!l)return;const{scale:r}=this.options;for(let a=0;a<l.length;a++){const c=l[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d];if(!u.backgroundColor)continue;t.save();const R=u.width*r,h=u.height*r,f=Math.round(u.x*r+n),g=Math.round(u.y*r+i);t.fillStyle=u.backgroundColor,t.fillRect(f,g,R,h),t.restore()}}}getTableWidth(t){return t.colgroup.reduce((e,n)=>e+n.width,0)}getTableHeight(t){const e=t.trList;return e?.length?this.getTdListByColIndex(e,0).reduce((n,i)=>n+i.height,0):0}getRowCountByColIndex(t,e){return this.getTdListByColIndex(t,e).reduce((n,i)=>n+i.rowspan,0)}getTdListByColIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.colIndex,d=c+a.colspan-1;e>=c&&e<=d&&n.push(a)}}return n}getTdListByRowIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.rowIndex,d=c+a.rowspan-1;e>=c&&e<=d&&n.push(a)}}return n}computeRowColInfo(t){const{colgroup:e,trList:n}=t;if(!e||!n)return;let i=0;for(let l=0;l<n.length;l++){const r=n[l],a=n.length-1===l;for(let c=0;c<r.tdList.length;c++){const d=r.tdList[c];let u=0;if(n.length>1&&l!==0){const 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 R=0;for(let p=0;p<d.colspan;p++)R+=e[p+u].width;let h=0;for(let p=0;p<d.rowspan;p++){const I=n[p+l]||n[l];h+=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=R,d.height=h,d.rowIndex=l,d.colIndex=u,d.trIndex=l,d.tdIndex=c,i+=R,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:R,endTdIndex:h,startTrIndex:f,endTrIndex:g}=this.range.getRange();if(!u)return;let T=d[f].tdList[R],C=d[g].tdList[h];(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 D=0;D<P.tdList.length;D++){const X=P.tdList[D],U=X.colIndex,b=X.rowIndex;if(U>=p&&U<=I&&b>=m&&b<=L){const S=X.x*l,N=X.y*l,V=X.width*l,F=X.height*l;t.globalAlpha=r,t.fillStyle=a,t.fillRect(S+n,N+i,V,F)}}}t.restore()}render(t,e,n,i){this._drawBackgroundColor(t,e,n,i),this._drawBorder(t,e,n,i)}findPreRowSpanTd(t,e,n){for(let i=e;i>=0;i--){const l=t[i].tdList.find(r=>r.colIndex===n);if(l)return l}}computeTrHeight(t,e){const{scale:n,table:{tdPadding:i,defaultTrMinHeight:l}}=this.options,r=t.tdPadding||i,a=r[0]+r[2],c=t.trList;for(let R=0;R<c.length;R++){const h=c[R];h.height=h.minHeight||l,h.minHeight=h.height}this.computeRowColInfo(t);const d={},u={};for(let R=0;R<c.length;R++){const h=c[R];if(!h.tdList.length){h.height=0;continue}const f=[],g=[];for(let C=0;C<t.colgroup.length;C++){const p=h.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:[R,R+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]==R&&f.push(I.extraHeight)}}const T=Math.max(...f.length?f:g);Object.values(d).forEach(C=>{C.rowSpan[0]<=R&&C.rowSpan[1]>=R&&(C.extraHeight-=T,C.preHeight+=T,C.preMinHeight+=h.minHeight)}),h.height=T;for(let C=0;C<t.colgroup.length;C++){const p=h.tdList.find(I=>I.colIndex===C)??this.findPreRowSpanTd(c,R,C);if(p){const I=d[p.id]?.preHeight??0,m=d[p.id]?.preMinHeight??h.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(){const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.position.getPositionContext();if(!t)return;this.dispose();const l=this.draw.getOriginalElementList(),r=this.position.getOriginalPositionList(),a=l[e];if(a.tableToolDisabled&&!this.draw.isDesignMode())return;const{scale:c,table:{overflow:d}}=this.options,u=r[e],{colgroup:R,trList:h}=a,{coordinate:{leftTop: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,D=a.width*c,X=document.createElement("div");X.classList.add(`${rt}-table-tool__select`),X.style.height=`${P*c}`,X.style.left=`${p}px`,X.style.top=`${I}px`,X.style.transform=`translate(-${this.TABLE_SELECT_OFFSET*c}px, ${-this.TABLE_SELECT_OFFSET*c}px)`,X.onclick=()=>{this.draw.getTableOperate().tableSelectAll()},this.container.append(X),this.toolTableSelectBtn=X;const U=h.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<U.length;E++){const Y=U[E]*c,y=document.createElement("div");y.classList.add(`${rt}-table-tool__row__item`),E===L&&y.classList.add("active"),y.onclick=()=>{const w=this.draw.getTableParticle().getTdListByRowIndex(h,E),Q=w[0],W=w[w.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,W.tdIndex,Q.trIndex,W.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(b,E)};const v=document.createElement("div");v.classList.add(`${rt}-table-tool__anchor`),v.onmousedown=w=>{this._mousedown({evt:w,element:a,index:E,order:_e.ROW})},y.append(v),y.style.height=`${Y}px`,b.append(y)}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:h.length-1,tdIndex:0,tableId:a.id}),this.draw.getTableOperate().insertTableBottomRow()},this.container.append(S),this.toolRowAddBtn=S;const N=R.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<N.length;E++){const Y=N[E]*c,y=document.createElement("div");y.classList.add(`${rt}-table-tool__col__item`),E===M&&y.classList.add("active"),y.onclick=()=>{const w=this.draw.getTableParticle().getTdListByColIndex(h,E),Q=w[0],W=w[w.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,W.tdIndex,Q.trIndex,W.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(V,E)};const v=document.createElement("div");v.classList.add(`${rt}-table-tool__anchor`),v.onmousedown=w=>{this._mousedown({evt:w,element:a,index:E,order:_e.COL})},y.append(v),y.style.width=`${Y}px`,V.append(y)}V.style.left=`${p}px`,V.style.top=`${I}px`,this.container.append(V),this.toolColContainer=V;const F=document.createElement("div");F.classList.add(`${rt}-table-tool__quick__add`),F.style.height=`${P*c}`,F.style.left=`${p+D}px`,F.style.top=`${I}px`,F.style.transform=`translate(${this.ROW_COL_QUICK_OFFSET*c}px, -${this.ROW_COL_QUICK_POSITION*c}px)`,F.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:0,tdIndex:h[0].tdList.length-1||0,tableId:a.id}),this.draw.getTableOperate().insertTableRightCol()},this.container.append(F),this.toolColAddBtn=F;const O=document.createElement("div");O.classList.add(`${rt}-table-tool__border`),O.style.height=`${P}px`,O.style.width=`${D}px`,O.style.left=`${p}px`,O.style.top=`${I}px`;for(let E=0;E<h.length;E++){const Y=h[E];for(let y=0;y<Y.tdList.length;y++){const v=Y.tdList[y],w=document.createElement("div");w.classList.add(`${rt}-table-tool__border__row`),w.style.width=`${v.width*c}px`,w.style.height=`${this.BORDER_VALUE}px`,w.style.top=`${(v.y+v.height)*c-this.BORDER_VALUE/2}px`,w.style.left=`${v.x*c}px`,w.onmousedown=W=>{this._mousedown({evt:W,element:a,index:v.rowIndex+v.rowspan-1,order:_e.ROW})},O.appendChild(w);const Q=document.createElement("div");if(Q.classList.add(`${rt}-table-tool__border__col`),Q.style.width=`${this.BORDER_VALUE}px`,Q.style.height=`${v.height*c}px`,Q.style.top=`${v.y*c}px`,Q.style.left=`${(v.x+v.width)*c-this.BORDER_VALUE/2}px`,Q.onmousedown=W=>{this._mousedown({evt:W,element:a,index:v.colIndex+v.colspan-1,order:_e.COL})},O.appendChild(Q),d&&v.colIndex===0){const W=document.createElement("div");W.classList.add(`${rt}-table-tool__border__col`),W.style.width=`${this.BORDER_VALUE}px`,W.style.height=`${v.height*c}px`,W.style.top=`${v.y*c}px`,W.style.left=`${v.x*c-this.BORDER_VALUE/2}px`,W.onmousedown=G=>{this._mousedown({evt:G,element:a,index:0,isLeftStartBorder:!0,order:_e.COL})},O.appendChild(W)}}}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(),R=this.draw.getPageGap(),h=this.draw.getPageNo()*(u+R),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,D=this.canvas.getBoundingClientRect(),X=window.getComputedStyle(P).cursor;document.body.style.cursor=X,this.canvas.style.cursor=X;let U=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`,U=0,b=h+this.mousedownY-D.top):(S.classList.add(`${rt}-table-anchor__line__col`),S.style.height=`${u}px`,U=this.mousedownX-D.left,b=h),S.style.left=`${U}px`,S.style.top=`${b}px`,this.container.append(S),this.anchorLine=S;let N=0,V=0;const F=O=>{const E=this._mousemove(O,i,U,b);E&&(N=E.dx,V=E.dy)};document.addEventListener("mousemove",F),document.addEventListener("mouseup",()=>{let O=!1;if(i===_e.ROW){const E=l.trList,Y=E[n]||E[n-1],{defaultTrMinHeight:y}=this.options.table;V<0&&Y.height+V<y&&(V=y-Y.height),V&&(Y.height+=V,Y.minHeight=Y.height,O=!0)}else{const{colgroup:E}=l;if(E&&N)if(c&&r){E[n].width-N/a<=this.MIN_TD_WIDTH&&(N=(E[n].width-this.MIN_TD_WIDTH)*a);const Y=C+(l.translateX||0)*a;Y+N<L&&(N=L-Y),E[n].width-=N/a,l.width-=N/a,l.translateX=(l.translateX||0)+N/a,O=!0}else{const Y=E[n].width;N<0&&Y*a+N<this.MIN_TD_WIDTH*a&&(N=this.MIN_TD_WIDTH*a-Y*a);const y=E[n+1]?.width;if(N>0&&y&&y*a-N<this.MIN_TD_WIDTH*a&&(N=y*a-this.MIN_TD_WIDTH*a),n===E.length-1){const w=C+(l.translateX||0)*a+l.width*a;w+N>M&&(N=M-w)}N&&(E.length-1!==n&&(E[n+1].width-=N/a),E[n].width+=N/a,O=!0)}}O&&this.draw.render({isSetCursor:!1}),S.remove(),document.removeEventListener("mousemove",F),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,R=e.label?.color||a,h=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,h*l),t.fill(),t.fillStyle=R,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()}}const Sn=/[\r\n\u200B]/;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,No(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 R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="reusableItem"){const d=e.reusableItemConfig?.value||"",u=e.label||"";if(l===s.EditorMode.FORM)this._renderTextControl(t,e,n,i,d);else{const R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="subTemplate"){const c=e.label||"子模板";l===s.EditorMode.FORM?e.subTemplateExpanded||this._renderEditMode(t,e,n,i,c):this._renderPlainText(t,e,n,i,c);return}const a=e.value||e.label||"";this._renderPlainText(t,e,n,i,a)}activateInlineEditor(t,e,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),R=this.draw.getPosition(),h=R.getPositionList()[e];return this.draw.getRange().setRange(e,e),h&&R.setCursorPosition(h),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,`
|
|
118
|
+
`||(t.splice(a,0,u),a++)}a--}a++}}re(l,t,i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()})}e.insertElementList(t)}function Rr(o,t){const e=o.getDraw();if(e.isReadonly()||e.isDisabled())return;const n=Hn(t,{innerWidth:e.getOriginalInnerWidth()});Ui(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&&re(l,[d],i,{editorOptions:e.getOptions()}),e.insertElementList([d])}}}function Vc(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(!bc(n)){const r=n.getData("text"),a=cr();if(a&&Po(r)===Po(a.text)){Ui(o,a.elementList);return}}dr();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=>{Rr(o,c)});break}}else if(a.kind==="file"&&a.type.includes("image")){const c=a.getAsFile();c&&wi(o,c)}}}async function Wc(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=cr();if(l&&Po(i)===Po(l.text)){Ui(o,l.elementList);return}if(dr(),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&&Rr(o,u)}else if(c.types.some(d=>d.startsWith("image/"))){const d=c.types.find(R=>R.startsWith("image/")),u=await c.getType(d);wi(o,u)}}}class Yc{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||(Vc(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 Uc{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 Yc(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(Pa&&this.draw.isReadonly())return;const t=this.cursorAgent.getAgentCursorDom();document.activeElement!==t&&(t.focus(),t.setSelectionRange(0,0))}drawCursor(t){let e=this.position.getCursorPosition();if(!e)return;const{scale:n,cursor:i}=this.options,{color:l,width:r,isShow:a=!0,isBlink:c=!0,isFocus:d=!0,hitLineStartIndex:u}={...i,...t},R=this.draw.getHeight(),h=this.draw.getPageGap();this.hitLineStartIndex=u,u&&(e=this.position.getPositionList()[u]);const{metrics:f,coordinate:{leftTop:g,rightTop:T},ascent:C,pageNo:p}=e,L=(this.draw.getZone().isMainActive()?p:this.draw.getPageNo())*(R+h),M=Hs*n,P=Math.min(f.height/4,M),D=f.height+P*2,X=this.cursorAgent.getAgentCursorDom();d&&setTimeout(()=>{this.focus()});const U=f.boundingBoxDescent<0?0:f.boundingBoxDescent,b=g[1]+C+U-(D-P)+L,S=u?g[0]:T[0];if(X.style.left=`${S}px`,X.style.top=`${b+D-M}px`,!a){this.recoveryCursor();return}const N=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=`${D}px`,c?this._setBlinkTimeout():this._clearBlinkTimeout(),Ci(()=>{this.moveCursorToVisible({cursorPosition:e,direction:parseInt(N)>b?$t.UP:$t.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=ma(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,R=n===$t.UP,h=r[0]+(d?0:c.left),f=R?l[1]+u:r[1]+u,{maskMargin:g}=this.options;if(c.top+=g[0],c.bottom-=g[2],!(h>=c.left&&h<=c.right&&f>=c.top&&f<=c.bottom)){const{scrollLeft:T,scrollTop:C}=a;R?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 Wo{element;control;constructor(t,e){this.element=t,this.control=e}setElement(t){this.element=t}getElement(){return this.element}getCode(){return this.element.control?.code||null}getValue(){const t=this.control.getElementList(),{startIndex:e}=this.control.getRange(),n=t[e],i=[];let l=e;for(;l>0;){const a=t[l];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.unshift(a),l--}let r=e+1;for(;r<t.length;){const a=t[r];if(a.controlId!==n.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT)break;a.controlComponent===s.ControlComponent.VALUE&&i.push(a),r++}return i}setValue(){return-1}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.CHECKBOX){const R=u.checkbox;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getRange();this.control.shrinkBoundary();const{startIndex:n,endIndex:i}=e;return t.key===s.KeyMap.Backspace||t.key===s.KeyMap.Delete?this.control.removeControl(n):i}cut(){return-1}}class Zi extends Wo{setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const{control:i}=this.element,l=e.elementList||this.control.getElementList(),{startIndex:r}=e.range||this.control.getRange(),a=l[r];let c=r;for(;c>0;){const u=l[c];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRE_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}c--}let d=r+1;for(;d<l.length;){const u=l[d];if(u.controlId!==a.controlId||u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POST_TEXT)break;if(u.controlComponent===s.ControlComponent.RADIO){const R=u.radio;R.value=t.includes(R.code)}d++}i.code=t.join(","),this.control.repaintControl({curIndex:r,isSetCursor:!1}),this.control.emitControlContentChange({context:e})}}function gr(o){const t=o.getDraw(),e=t.getPosition(),n=t.getRange();o.isAllowDrag=!0,o.cacheRange=lt(n.getRange()),o.cacheElementList=t.getElementList(),o.cachePositionList=e.getPositionList(),o.cachePositionContext=e.getPositionContext()}function fr(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 Wo&&l.setSelect(i)}}function Tr(o,t){const{radio:e,control:n}=o;if(!n)t.getRadioParticle().setSelect(o);else{const i=e?.code?[e.code]:[],l=t.getControl().getActiveControl();l instanceof Zi&&l.setSelect(i)}}function wc(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())){gr(t);return}t.isAllowSelection=!i;const u=lt(r.getPositionContext()),R=r.getPositionByXY({x:o.offsetX,y:o.offsetY}),h=r.adjustPositionContext({x:o.offsetX,y:o.offsetY});if(!h)return;const{index:f,isDirectHit:g,isCheckbox:T,isRadio:C,isControl:p,isImage:I,isLabel:m,isMacro:L,isTable:M,tdValueIndex:P,hitLineStartIndex:D}=h;t.mouseDownStartPosition={...h,index:M?P:f,originalIndex:f,x:o.offsetX,y:o.offsetY};const X=e.getElementList(),U=r.getPositionList(),b=M?P:f;let S;M?S=e.getTd().value[P]:S=X[b];const N=M&&e.getTd()?.value||X,V=M&&e.getTd()?.positionList||U,F=!!(g&&I),O=!!(g&&T),E=!!(g&&C),Y=!!(g&&m),y=!!(g&&L),v=Z=>Z&&(Z.type===s.ElementType.MACRO||Z.type===s.ElementType.CUSTOM_MACRO||Z.type===s.ElementType.REUSABLE_ITEM||Z.type===s.ElementType.SUB_TEMPLATE||Z.type===s.ElementType.MENSTRUAL_HISTORY||Z.type===s.ElementType.FETAL_HEART_POSITION||Z.type===s.ElementType.TOOTH_POSITION||Z.type===s.ElementType.LIST||Z.type===s.ElementType.SPECIAL_SYMBOLS),w=Z=>Z&&!!Z.originControlId&&!!Z.controlId,Q=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),W=Z=>!!(Z&&Z.originControlId&&Z.controlId&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.PLACEHOLDER)),G=Z=>{if(!Z)return null;const B=new Set;let nt=Z,ut=null;for(;nt&&!B.has(nt);){B.add(nt);let It;for(let xt=0;xt<X.length;xt++){const Ht=X[xt];if(Ht.controlId===nt&&Ht.control?.type&&(It=Ht,Ht.controlComponent===s.ControlComponent.PREFIX||Ht.controlComponent===s.ControlComponent.PRE_TEXT||Ht.controlComponent===s.ControlComponent.PRETEXTFIX||Ht.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!It)break;It.control?.type===s.ControlType.TEXT&&(ut=nt),nt=It.originControlId||null}return ut},_=e.getMode()===s.EditorMode.FORM,K=_&&S?.control?.type===s.ControlType.TEXT,A=_&&!K?e.getControl().getActiveTextControlLimit():null;let q=b;const J=(Z,B)=>!!Z&&!!B&&Z.controlId===B,Nt=(Z,B,nt)=>{if(nt){for(let ut=B;ut>=0;ut--){const It=Z[ut];if(J(It,nt)&&!It.originControlId&&It.control?.type)return It.control.type;if(It.controlId&&It.controlId!==nt&&It.originControlId!==nt)break}for(let ut=B+1;ut<Z.length;ut++){const It=Z[ut];if(J(It,nt)&&!It.originControlId&&It.control?.type)return It.control.type;if(It.controlId&&It.controlId!==nt&&It.originControlId!==nt)break}}},vt=(Z,B)=>!!(_&&Z?.controlId&&!Z.originControlId&&Nt(N,B,Z.controlId)===s.ControlType.TEXTFIELD),Ie=(Z,B)=>!!(_&&Z?.controlId&&!Z.originControlId&&(Nt(N,B,Z.controlId)===s.ControlType.TEXT||Nt(N,B,Z.controlId)===s.ControlType.NUMBER)),oe=V[b],ue=N[b-1],et=N[b+1],$=6,k=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],x=(Z,B)=>!!(Z?.controlId&&Z.controlId===B?.controlId&&(Z.originControlId||null)===(B.originControlId||null)),st=(Z,B)=>{if(Z?.control?.type)return Z.control.type;if(Z?.controlId){for(let nt=B;nt>=0;nt--){const ut=N[nt];if(!x(Z,ut))break;if(ut.control?.type)return ut.control.type}for(let nt=B+1;nt<N.length;nt++){const ut=N[nt];if(!x(Z,ut))break;if(ut.control?.type)return ut.control.type}}},j=(Z,B)=>{const nt=st(Z,B);return!!(nt&&k.includes(nt))},dt=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)),ht=Z=>!!(Z&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)),Ot=(Z,B)=>{if(!Z?.controlId)return-1;for(let nt=B;nt>=0;nt--){const ut=N[nt];if(!x(Z,ut))break;if(ut.controlComponent===s.ControlComponent.VALUE)return nt}for(let nt=B+1;nt<N.length;nt++){const ut=N[nt];if(!x(Z,ut))break;if(ut.controlComponent===s.ControlComponent.VALUE)return nt}return-1},Pt=(Z,B)=>{if(!Z)return!1;if(Z.controlComponent===s.ControlComponent.VALUE||Z.controlComponent===s.ControlComponent.PLACEHOLDER)return!0;const nt=st(Z,B),ut=nt===s.ControlType.SELECT||nt===s.ControlType.DATE,It=Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||Z.controlComponent===s.ControlComponent.TEXTFIXLABEL;return!!(ut&&It&&Z.value&&Ot(Z,B)===-1)},Xt=Z=>{const B=V[Z];if(!B)return!1;const{coordinate:{leftTop:nt,rightTop:ut,leftBottom:It}}=B;return o.offsetX>=nt[0]&&o.offsetX<ut[0]&&o.offsetY>=nt[1]&&o.offsetY<=It[1]},Lt=(Z,B)=>{if(e.getMode()!==s.EditorMode.EDIT||!Z?.originControlId||Z.controlComponent!==s.ControlComponent.VALUE||st(Z,B)!==s.ControlType.BUTTON||Z.control?.buttonText||Nt(N,B,Z.originControlId)!==s.ControlType.TEXTFIELD||!Xt(B))return!1;let nt=-1;for(let Vn=B;Vn<N.length;Vn++){const dn=N[Vn];if(!x(Z,dn))break;const $e=V[Vn];dn.controlComponent===s.ControlComponent.VALUE&&$e&&$e.coordinate.rightTop[0]>$e.coordinate.leftTop[0]&&(nt=Vn)}if(nt===-1)return!1;const ut=V[nt],{coordinate:{leftTop:It,rightTop:xt,leftBottom:Ht}}=ut;return o.offsetX>=It[0]-2&&o.offsetX<=xt[0]&&o.offsetY>=It[1]&&o.offsetY<=Ht[1]},bt=(Z,B)=>!(!g||!j(Z,B)||!Xt(B)||Lt(Z,B)||!Pt(Z,B)||dt(Z)||ht(Z)&&!Z?.value),Vt=()=>[R.isTable?R.tdValueIndex:R.index,b,b+1,b-1,b+2,b-2].filter((B,nt,ut)=>typeof B=="number"&&B>=0&&B<N.length&&ut.indexOf(B)===nt),qt=()=>{if(!g)return null;for(const Z of Vt()){const B=N[Z];if(bt(B,Z))return{element:B,index:Z}}return null},gt=()=>{if(!g)return-1;for(const Z of Vt())if(Lt(N[Z],Z))return Z;return-1},mt=Z=>{const B=N[Z];let nt=Z;for(let ut=Z+1;ut<N.length&&x(B,N[ut]);ut++)nt=ut;return nt},Wt=Z=>{const B=N[Z];if(!Te(B)||st(B,Z)!==s.ControlType.BUTTON||B.control?.buttonText||B.control?.editable===!1)return Z;let nt=Z;for(let ut=Z+1;ut<N.length;ut++){const It=N[ut];if(!x(B,It)||!Te(It))break;nt=ut}return nt},St=Vt().some(Z=>j(N[Z],Z)),Mt=qt(),Dt=gt(),At=Z=>(Z?.control?.type===s.ControlType.TEXTFIELD||Z?.control?.type===s.ControlType.TEXT)&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),de=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.POSTFIX||Z.controlComponent===s.ControlComponent.POST_TEXT||Z.controlComponent===s.ControlComponent.POSTTEXTFIX||Z.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT),pt=Z=>Z?.type===s.ElementType.CONTROL&&(Z.controlComponent===s.ControlComponent.PREFIX||Z.controlComponent===s.ControlComponent.PRE_TEXT||Z.controlComponent===s.ControlComponent.PRETEXTFIX||Z.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT),it=(Z,B)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&At(Z)&&B?.controlId===Z.originControlId&&!B.originControlId&&B.control?.type===s.ControlType.TEXTFIELD&&At(B)),Qt=(Z,B)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&At(Z)&&B?.controlId===Z.originControlId&&!B.originControlId&&B.control?.type===s.ControlType.TEXTFIELD&&B.controlComponent===s.ControlComponent.VALUE),Kt=(Z,B,nt)=>!!(e.getMode()===s.EditorMode.EDIT&&Z?.originControlId&&nt?.originControlId===Z.originControlId&&Z.controlId&&nt.controlId&&Z.controlId!==nt.controlId&&de(Z)&&pt(nt)&&Nt(N,B,Z.originControlId)===s.ControlType.TEXTFIELD),Rt=it(S,et),Et=Qt(S,et),Ct=Kt(S,b,et),ot=Kt(ue,b-1,S),tt=!!(e.getMode()===s.EditorMode.EDIT&&p&&g&&At(S)&&!Rt&&!Et&&!Ct&&ue?.controlId===S.controlId&&(ue.originControlId||null)===(S.originControlId||null)&&(ue.controlComponent===s.ControlComponent.VALUE||ue.controlComponent===s.ControlComponent.PLACEHOLDER)),kt=(Z,B,nt)=>!!(_&&Q(Z)&&Nt(N,B,Z?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?vt(N[B+1],B+1):Ie(N[B+1],B+1))),he=(Z,B,nt)=>!!(_&&W(Z)&&Nt(N,B,Z?.originControlId)===nt&&(nt===s.ControlType.TEXTFIELD?vt(N[B-1],B-1):Ie(N[B-1],B-1))),me=kt(S,b,s.ControlType.TEXTFIELD),zt=!!(_&&oe&&vt(S,b)&&kt(ue,b-1,s.ControlType.TEXTFIELD)&&o.offsetX<=oe.coordinate.leftTop[0]+$),te=!!(_&&oe&&vt(S,b)&&he(et,b+1,s.ControlType.TEXTFIELD)&&o.offsetX>=oe.coordinate.rightTop[0]-$),oo=!!(_&&oe&&me&&o.offsetX>oe.coordinate.rightTop[0]),Cn=!!(_&&oe&&W(S)&&Nt(N,b,S.originControlId)===s.ControlType.TEXTFIELD&&vt(ue,b-1)&&o.offsetX<oe.coordinate.leftTop[0]),Me=vt(S,b)||me||zt||te||oo||Cn,we=kt(S,b,s.ControlType.TEXT),xl=Z=>{const B=N[Z],nt=U[Z];if(!nt||!Ie(B,Z))return-1;const ut=N[Z-1];return!kt(ut,Z-1,s.ControlType.TEXT)||o.offsetX>nt.coordinate.leftTop[0]+$?-1:Z-1},ys=xl(b),Jl=xl(b-1),$l=ys!==-1||Jl!==-1,zl=!!(_&&oe&&W(S)&&Nt(N,b,S.originControlId)===s.ControlType.TEXT&&Ie(ue,b-1)&&o.offsetX<oe.coordinate.leftTop[0]),rm=!!(_&&oe&&Ie(S,b)&&he(et,b+1,s.ControlType.TEXT)&&o.offsetX>=oe.coordinate.rightTop[0]-$),lm=we||$l||zl||rm;if(Rt||Et||Ct?q=b:ot||tt?q=Math.max(b-1,0):$l?q=ys!==-1?ys:Jl:zl&&(q=Math.max(b-1,0)),Mt){q=Wt(Mt.index);const Z=r.getPositionContext();r.setPositionContext({...Z,index:Z.isTable?Z.index:q,isControl:!0,isDirectHit:!0})}else Dt!==-1?q=mt(Dt):j(S,b)&&oe&&!Xt(b)&&o.offsetX>oe.coordinate.rightTop[0]&&(q=mt(b));let jl=!1;if(_&&A?.parentControlId&&S?.controlId===A.parentControlId&&!S?.originControlId)for(let Z=b;Z>=0;Z--){const B=X[Z];if(J(B,A.parentControlId)){B.control?.type===s.ControlType.TEXTFIELD&&(jl=!0);break}if(B.controlId!==A.parentControlId)break}const ql=!!(A&&(!S?.controlId||S.controlId===A.controlId&&(S.originControlId||null)===A.originControlId||A.parentControlId&&S.controlId===A.parentControlId&&!S.originControlId&&jl));if(_&&!K&&(S?.controlId||S?.originControlId)){let Z;const B=S.originControlId||S.controlId;for(let nt=b;nt>=0;nt--){const ut=X[nt];if(J(ut,B)&&ut.control?.type){Z=ut.control.type;break}if(ut.controlId!==S.controlId&&ut.controlId!==B)break}if(Z!==s.ControlType.TEXT){if(Z===s.ControlType.TEXTFIELD){const nt=S.controlComponent;if(!w(S)){if(!(S.controlComponent===s.ControlComponent.VALUE&&v(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 ut=b+1;ut<X.length;ut++){const It=X[ut];if(It.controlId!==B&&It.originControlId!==B)break;if(It.controlComponent===s.ControlComponent.VALUE&&!v(It)){q=ut;break}if(It.controlComponent===s.ControlComponent.POSTTEXTFIX||It.controlComponent===s.ControlComponent.POSTFIX){for(let xt=b-1;xt>=0;xt--){const Ht=X[xt];if(Ht.controlId!==B&&Ht.originControlId!==B)break;if(Ht.controlComponent===s.ControlComponent.VALUE&&!v(Ht)){q=xt;break}}break}}else if(nt===s.ControlComponent.VALUE&&b>0){const ut=X[b-1];if(ut&&(ut.controlId===B||ut.originControlId===B)&&ut.controlComponent===s.ControlComponent.VALUE&&v(ut)){let It=!1;for(let xt=b-2;xt>=0;xt--){const Ht=X[xt];if(Ht.controlId!==B&&Ht.originControlId!==B||Ht.controlComponent!==s.ControlComponent.VALUE&&!Ht.originControlId&&Ht.controlId===B)break;if(!v(Ht)){q=xt+1,It=!0;break}}if(!It)for(let xt=b;xt<X.length;xt++){const Ht=X[xt];if(Ht.controlId!==B&&Ht.originControlId!==B||(Ht.controlComponent===s.ControlComponent.POSTTEXTFIX||Ht.controlComponent===s.ControlComponent.POSTFIX)&&!Ht.originControlId&&Ht.controlId===B)break;if(!v(Ht)){q=xt,It=!0;break}}}}}}}}}if(_&&S?.control?.type===s.ControlType.TEXT&&S?.originControlId&&S.controlComponent===s.ControlComponent.PLACEHOLDER&&G(S.originControlId)&&(q=b),~f&&Me&&!Mt)t.isAllowSelection=!1,e.getControl().destroyControl({isEmitEvent:!1}),e.render({isCompute:!1,isSubmitHistory:!1,isSetCursor:!1});else if(~f&&!i){ql&&(q=Math.min(Math.max(q,A.startIndex),A.endIndex));let Z=q,B=q;if(o.shiftKey){const{startIndex:It}=l.getRange();~It&&r.getPositionContext().tdId===u.tdId&&(b>It?Z=It:B=It)}ql&&(Z=Math.min(Math.max(Z,A.startIndex),A.endIndex),B=Math.min(Math.max(B,A.startIndex),A.endIndex),q=Math.min(Math.max(q,A.startIndex),A.endIndex));const nt=e.getControl(),ut=!!Mt;nt.setPopupAwakeDisabled(o.button===On.RIGHT||lm&&!ut||St&&!ut);try{l.setRange(Z,B)}finally{nt.setPopupAwakeDisabled(!1)}if(r.setCursorPosition(V[q]),n=e.isReadonly(),O&&!n)fr(S,e);else if(E&&!n)Tr(S,e);else if(!n&&S.controlComponent===s.ControlComponent.VALUE&&(S.control?.type===s.ControlType.CHECKBOX||S.control?.type===s.ControlType.RADIO)){let It=b;for(;It>0;){const xt=X[It];if(xt.controlComponent===s.ControlComponent.CHECKBOX){fr(xt,e);break}else if(xt.controlComponent===s.ControlComponent.RADIO){Tr(xt,e);break}It--}}else{const xt=!!(!!(Mt&&st(Mt.element,Mt.index)===s.ControlType.BUTTON&&!Mt.element.control?.buttonText)&&Mt?.element.control?.editable===!1);let Ht=!1;if(_&&S?.controlId&&S?.controlComponent===s.ControlComponent.VALUE&&!S.originControlId){let $e=!1;for(let Oe=b;Oe>=0;Oe--){const ze=X[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;Ht=!0;break}}if(!$e&&!Ht)for(let Oe=b+1;Oe<X.length;Oe++){const ze=X[Oe];if(ze.controlId!==S.controlId){if(ze.originControlId===S.controlId){$e=!0;continue}break}}$e&&(Ht=!1)}const ci=Ht&&v(S),Vn=y&&!ci?q:void 0;e.render({curIndex:y&&!ci?Vn:q,isCompute:!1,isSubmitHistory:!1,isSetCursor:!F&&!O&&!E&&!(xt&&_)&&!ci});const dn=N[q];if(!n&&ut&&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)}}D&&t.getDraw().getCursor().drawCursor({hitLineStartIndex:D})}const Je=e.getEventBus();if(Y&&Je.isSubscribe("labelMousedown")&&Je.emit("labelMousedown",{evt:o,element:S}),y&&(S.type===s.ElementType.MACRO||S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)){const Z=e.getMode();if(Z===s.EditorMode.EDIT&&S.type===s.ElementType.CUSTOM_MACRO)Je.isSubscribe("macroClick")&&Je.emit("macroClick",{evt:o,element:S});else if(Z===s.EditorMode.FORM&&o.button===On.LEFT){let B=!1;(S.type===s.ElementType.CUSTOM_MACRO||S.type===s.ElementType.REUSABLE_ITEM)&&(o.preventDefault(),B=e.getMacroParticle().activateInlineEditor(S,b,o.offsetX)),!B&&Je.isSubscribe("macroValueChange")&&Je.emit("macroValueChange",{evt:o,element:S})}}o.button===On.LEFT&&y&&S.type===s.ElementType.SUB_TEMPLATE&&e.getMode()===s.EditorMode.FORM&&Je.isSubscribe("subTemplateClick")&&Je.emit("subTemplateClick",{evt:o,element:S});const ta=e.getPreviewer();if(ta.clearResizer(),F){if(!e.isPrintLikeMode()){const Z={dragDisable:n||!S.controlId&&e.getMode()===s.EditorMode.FORM};S.type===s.ElementType.LATEX&&(Z.mime="svg",Z.srcKey="laTexSVG"),ta.drawResizer(S,U[b],Z),e.getCursor().drawCursor({isShow:!1}),gr(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 ea=e.getTableTool();ea.dispose(),M&&!n&&ea.render();const Ns=e.getHyperlinkParticle();Ns.clearHyperlinkPopup(),S.type===s.ElementType.HYPERLINK&&(Ae(o)?Ns.openHyperlink(S):Ns.drawHyperlinkPopup(S,U[b]));const na=e.getDateParticle();na.clearDatePicker(),S.type===s.ElementType.DATE&&!n&&na.renderDatePicker(S,U[b]),e.getMenstrualHistoryParticle().clearMenstrualHistoryEditor(),e.getFetalHeartPositionParticle().clearFetalHeartPositionEditor(),e.getToothPositionParticle().clearToothPositionEditor()}function Yo(o){const t=ft();return Reflect.set(o,"dragId",t),t}function Uo(o,t){return t.findIndex(e=>e.dragId===o)}function mr(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 Zc(o,t){if(t.isAllowDrop){const e=t.getDraw();if(e.isReadonly()||e.isDisabled()){t.mousedown(o);return}const n=e.getPosition(),i=n.getPositionList(),l=n.getPositionContext(),r=e.getRange(),a=t.cacheRange,c=t.cacheElementList,d=t.cachePositionList,u=t.cachePositionContext,R=r.getRange(),h=a.startIndex===a.endIndex,f=h?a.startIndex-1:a.startIndex,g=a.endIndex;if(R.startIndex>=f&&R.endIndex<=g&&t.cachePositionContext?.tdId===l.tdId){e.clearSideEffect();let K=!1,A=!1;if(h){const q=c[g];if(q.type===s.ElementType.IMAGE||q.type===s.ElementType.LATEX){if(mr(q,o,t),q.imgDisplay===s.ImageDisplay.SURROUND||q.imgDisplay===s.ImageDisplay.FLOAT_TOP||q.imgDisplay===s.ImageDisplay.FLOAT_BOTTOM)e.getPreviewer().drawResizer(q),K=!0;else{const J=d[g];e.getPreviewer().drawResizer(q,J)}A=q.imgDisplay===s.ImageDisplay.SURROUND}}r.replaceRange({...a}),e.render({isCompute:A,isSubmitHistory:K,isSetCursor:!1});return}const T=c.slice(f+1,g+1),C=T.find(K=>K.controlId);if(C){const K=c[f+1],A=c[g];if(!((!K.controlId||K.controlComponent===s.ControlComponent.PREFIX)&&(!A.controlId||A.controlComponent===s.ControlComponent.POSTFIX)||K.controlId===A.controlId&&K.controlComponent===s.ControlComponent.PREFIX&&A.controlComponent===s.ControlComponent.POSTFIX||K.control?.type===s.ControlType.TEXT&&K.controlComponent===s.ControlComponent.VALUE&&A.control?.type===s.ControlType.TEXT&&A.controlComponent===s.ControlComponent.VALUE)){e.render({curIndex:R.startIndex,isCompute:!1,isSubmitHistory:!1});return}}const p=e.getControl(),I=e.getElementList(),m=!C||!!I[R.startIndex].controlId||!p.getIsElementListContainFullControl(T),L=e.getOptions(),M=T.map(K=>{if(!K.type||K.type===s.ElementType.TEXT){const A={value:K.value},q=ye;return m||q.push(...Li),q.forEach(J=>{const Nt=K[J];Nt!==void 0&&(A[J]=Nt)}),A}else{let A=lt(K);return m&&(A=Ee(A,Li)),jt([A],{isHandleFirstElement:!1,editorOptions:L}),A}});re(I,M,R.startIndex,{editorOptions:e.getOptions()});const P=c[f],D=d[f],X=Yo(c[f]),U=Yo(c[g]),b=M.length;let S=R.startIndex,N=S+b;const V=p.getActiveControl();if(V&&c[S].controlComponent!==s.ControlComponent.POSTFIX?(N=V.setValue(M),S=N-b):e.spliceElementList(I,S+1,0,M),!~N){e.render({isSetCursor:!1});return}const F=Yo(I[S]),O=Yo(I[N]),E=Uo(X,c),Y=Uo(U,c),y=c[Y];if(y.controlId&&y.controlComponent!==s.ControlComponent.POSTFIX)r.replaceRange({...a,startIndex:E,endIndex:Y}),p.getActiveControl()?.cut();else{let K=!0;if(u?.isTable){const{tableId:A,trIndex:q,tdIndex:J}=u;K=!e.getOriginalElementList().some(vt=>vt.id===A&&vt?.trList?.[q]?.tdList?.[J]?.deletable===!1)}K&&e.spliceElementList(c,E+1,Y-E)}const v=I[R.startIndex],w=i[R.startIndex];let Q=l.index;Q&&(v.tableId&&!P.tableId?D.index<Q&&(Q-=b):!v.tableId&&P.tableId&&w.index<Q&&(Q+=b),n.setPositionContext({...l,index:Q}));const W=Uo(F,I),G=Uo(O,I);r.setRange(h?G:W,G,R.tableId,R.startTdIndex,R.endTdIndex,R.startTrIndex,R.endTrIndex),e.clearSideEffect();let _=null;if(h){const A=e.getElementList()[G];(A.type===s.ElementType.IMAGE||A.type===s.ElementType.LATEX)&&(mr(A,o,t),_=A)}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 A=n.getPositionList()[G];e.getPreviewer().drawResizer(_,A)}}else t.isAllowDrag&&t.cacheRange?.startIndex!==t.cacheRange?.endIndex&&t.mousedown(o)}function vc(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 Qc(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(),Y=c.isTable&&O?.positionList||a.getPositionList(),y=c.isTable?c.tdValueIndex:c.index,v=e.getMode(),w=v===s.EditorMode.EDIT||v===s.EditorMode.FORM,Q=[y,y+1,y-1,y+2,y-2].filter((K,A,q)=>K>=0&&K<E.length&&q.indexOf(K)===A),W=K=>{const A=Y[K];if(!A)return!1;const{coordinate:{leftTop:q,rightTop:J,leftBottom:Nt}}=A;return J[0]>q[0]&&o.offsetX>=q[0]&&o.offsetX<J[0]&&o.offsetY>=q[1]&&o.offsetY<=Nt[1]},G=w&&Q.some(K=>{const q=E[K]?.control?.type;return q!==s.ControlType.SELECT&&q!==s.ControlType.DATE?!1:W(K)}),_=Q.some(K=>{const A=E[K];return!!(A?.control?.type===s.ControlType.BUTTON&&!A.control.buttonText&&(A.controlComponent===s.ControlComponent.VALUE||A.controlComponent===s.ControlComponent.PLACEHOLDER)&&W(K))});r&&(G||_)?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:Y,endIndex:y}=t.cacheRange,v=t.cachePositionList;for(let Q=Y+1;Q<=y;Q++){const{coordinate:{leftTop:W,rightBottom:G}}=v[Q];if(O>=W[0]&&O<=G[0]&&E>=W[1]&&E<=G[1])return}const w=t.cacheRange?.startIndex;if(w){const Q=t.cacheElementList[w];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 R=e.getPosition(),h=R.getPositionByXY({x:o.offsetX,y:o.offsetY});if(!~h.index)return;const{index:f,isTable:g,tdValueIndex:T,tdIndex:C,trIndex:p,tableId:I,trId:m,tdId:L}=h;let M=g?T:f;if(h.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:D,tdIndex:X,tdId:U,trIndex:b,tableId:S}=t.mouseDownStartPosition,N=M,V=e.getRange();let F;if(L!==U&&L&&U){const O=e.getTdByPosition({...t.mouseDownStartPosition,isTable:!!t.mouseDownStartPosition.tableId,index:t.mouseDownStartPosition.originalIndex??t.mouseDownStartPosition.index}),E=e.getTdByPosition({...h,isTable:!!h.tableId,index:h.index});if(e.isSplitTd(O,E)){const Y=(O.valueStartIndex??0)+P,y=(E.valueStartIndex??0)+T;F=[{index:Y,element:O.value[P],originalId:O.originalId,isCurrent:!1,length:O.value.length,startIndex:O.valueStartIndex??0},{index:y,element:E.value[T],originalId:E.originalId,isCurrent:!0,length:E.value.length,startIndex:E.valueStartIndex??0}]}}if(g&&D&&L!==U&&!F)V.setRange(N,N,I,X,C,b,p),R.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});else{let O=~N?N:0;if((D||g)&&S!==I&&!F)return;R.setPositionContext({isTable:!!g,index:f,trIndex:p,tdIndex:C,tdId:L,trId:m,tableId:I});let E=P,Y,y;if(F)[{element:Y},{element:y}]=F;else{const Q=e.getElementList();Y=Q[E+1],y=Q[O]}if(E===O||Y?.controlComponent===s.ControlComponent.PLACEHOLDER&&y?.controlComponent===s.ControlComponent.PLACEHOLDER&&Y.controlId===y.controlId)return;if(E>O&&([E,O]=[O,E]),e.getMode()===s.EditorMode.FORM){const W=n.getActiveControl()?.getElement()?.control?.type===s.ControlType.TEXT?null:n.getActiveTextControlLimit();W&&(E=Math.min(Math.max(E,W.startIndex),W.endIndex),O=Math.min(Math.max(O,W.startIndex),W.endIndex));const G=e.getElementList(),_=G[E],K=G[O];if(_?.control?.type===s.ControlType.TEXTFIELD||K?.control?.type===s.ControlType.TEXTFIELD){const A=_?.controlId||K?.controlId;if(A){let q=-1,J=-1;for(let Nt=E;Nt>=0;Nt--){const vt=G[Nt];if(vt.controlId!==A)break;if(vt.controlComponent===s.ControlComponent.PRETEXTFIX||vt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||vt.controlComponent===s.ControlComponent.TEXTFIXLABEL||vt.controlComponent===s.ControlComponent.PREFIX||vt.controlComponent===s.ControlComponent.PRE_TEXT){q=Nt+1;break}}for(let Nt=O;Nt<G.length;Nt++){const vt=G[Nt];if(vt.controlId!==A)break;if(vt.controlComponent===s.ControlComponent.POSTTEXTFIX||vt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||vt.controlComponent===s.ControlComponent.POSTFIX||vt.controlComponent===s.ControlComponent.POST_TEXT){J=Nt-1;break}}q!==-1&&E<q&&(E=q),J!==-1&&O>J&&(O=J)}}}let w;if(F){const[Q,W]=F.sort((G,_)=>G.index-_.index);w={originalId:F[0].originalId??F[1].originalId,startIndex:Q.index,endIndex:W.index},Q.isCurrent?(E=Q.index,O=Q.length-1):(E=0,O=w.endIndex-W.startIndex)}V.setRange(E,O,void 0,void 0,void 0,void 0,void 0,w)}e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}function wo(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 vi(o,t){return!!o&&!!t&&o.controlId===t}function Kc(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 Cr(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 Hc(o){const t=o.getDraw(),e=t.getRange(),n=e.getRange(),i=t.getElementList(),l=i[n.startIndex];if(!le(l))return;let r=n.startIndex;for(;r>0;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){const u=Cr(i,r,t);n.startIndex=u,n.endIndex=u,e.replaceRange(n);const R=t.getPosition(),h=R.getPositionList();R.setCursorPosition(h[u]);return}let c=null;a.controlId?(c=t.getControl().removeControl(r),c!==null&&(r=c)):(t.spliceElementList(i,r,1),c=r-1,r--);const d=i[c];if(!d||!le(d)){if(c){n.startIndex=c,n.endIndex=c,e.replaceRange(n);const u=t.getPosition(),R=u.getPositionList();u.setCursorPosition(R[c])}break}}}function Ac(o,t,e){if(e.originControlId){const n=wo(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=wo(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=wo(o,n.controlId);if(i)return{isInParent:!0,parentControlId:i}}return{isInParent:!1}}}return{isInParent:!1}}function _c(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;n.getIsCollapsed()&&Hc(t);const i=e.getControl(),{startIndex:l,endIndex:r,isCrossRowCol:a}=n.getRange();let c;const d=e.getElementList();if(n.getIsCollapsed()&&l>0){const R=d[l-1],h=d[l],f=h?.control?.type===s.ControlType.TEXT&&h.controlComponent===s.ControlComponent.PLACEHOLDER&&!i.getIsExistValueByElementListIndex(d,l),g=e.getMode()===s.EditorMode.FORM&&h?.control?.type===s.ControlType.NUMBER&&!i.getIsExistValueByElementListIndex(d,l)&&(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT||h.controlComponent===s.ControlComponent.PLACEHOLDER||h.controlComponent===s.ControlComponent.POSTFIX||h.controlComponent===s.ControlComponent.POST_TEXT);if(R?.subTemplateParentId){const F=Kc(d,l-1);if(F){const O=Cr(d,F.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=R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.PRETEXTFIX||R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT,M=R?.controlComponent===s.ControlComponent.POSTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX||R?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT,P=!!R?.controlId,D=h?.controlComponent===s.ControlComponent.PLACEHOLDER,X=h?.controlComponent===s.ControlComponent.POSTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX||h?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||h?.controlComponent===s.ControlComponent.POST_TEXT,U=h?.control?.type===s.ControlType.TEXT&&(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT),b=X&&R?.controlId===h?.controlId&&R?.originControlId===h?.originControlId&&R?.controlComponent===s.ControlComponent.VALUE,S=!!h&&!h.controlId&&!h.control;if(D&&L&&P&&m||g)return;const{isInParent:N,parentControlId:V}=Ac(d,l,R);if(M&&P&&m&&N&&!(h?.controlId===V&&!h?.originControlId&&(h?.controlComponent===s.ControlComponent.VALUE||h?.controlComponent===s.ControlComponent.PLACEHOLDER))){if(R.originControlId&&V)for(let O=l;O<d.length;O++){const E=d[O];if(vi(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&&!N&&!(S&&!D&&!X)){if(U)return;if(f)return;{const F=l-1;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(X&&h?.originControlId&&N&&V&&m){for(let F=l+1;F<d.length;F++){const O=d[F];if(vi(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}for(let F=l-1;F>=0;F--){const O=d[F];if(vi(O,V)){if(O.controlComponent===s.ControlComponent.VALUE||O.controlComponent===s.ControlComponent.PLACEHOLDER){n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1});return}break}if(O.controlId&&O.controlId!==V&&O.originControlId!==V)break}return}if(e.getMode()===s.EditorMode.FORM&&X&&h?.originControlId&&m){const F=wo(d,h.originControlId);if(!F)return;for(let O=l-1;O>=0;O--){const E=d[O];if(E.controlId===F&&!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!==F&&E.originControlId!==F)break}return}if(X&&h?.controlId&&m&&!b){const F=l;c=i.removeControl(F),e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(F,F),e.render({curIndex:F,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}));return}}if(a){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let f=0;f<R.length;f++){const g=R[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),h=!0)}}c=h?0:null}else if(i.getActiveControl()&&i.getIsRangeCanCaptureEvent())c=i.keydown(o),c!==null&&i.emitControlContentChange();else{const R=e.getPosition().getCursorPosition();if(!R)return;const{index:h}=R,f=n.getIsCollapsed(),g=e.getElementList();if(f&&h===0){const I=g[h];if(I.value===H){I.listId&&e.getListParticle().unsetList(),o.preventDefault();return}}const T=g[l];if(f&&T.rowFlex&&T.value===H){const I=n.getRangeRowElementList();if(I){const m=g[l-1];I.forEach(L=>{L.rowFlex=m?.rowFlex})}}const C=T.value===H?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,h,1):e.spliceElementList(g,l+1,r-l),c=f?h-1:l}e.getGlobalEvent().setCanvasEventAbility(),c===null?(n.setRange(l,l),e.render({curIndex:l,isSubmitHistory:!1})):(n.setRange(c,c),e.render({curIndex:c}))}function pr(o,t,e){const n=o[t];n.subTemplateExpanded=!1,n.hide=!1;let i=t+1;for(;i<o.length&&o[i].subTemplateParentId===n.id;)i++;const l=i-t-1;return l>0&&e.spliceElementList(o,t+1,l),t}function Bc(o){const t=o.getDraw(),n=t.getRange().getRange(),i=t.getElementList(),l=i[n.startIndex+1];if(!le(l))return;const r=n.startIndex+1;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE&&a.subTemplateExpanded){pr(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||!le(d))break}}function kc(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()&&Bc(t);let u;if(r){const R=e.getTableParticle().getRangeRowCol();if(!R)return;let h=!1;for(let f=0;f<R.length;f++){const g=R[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),h=!0)}}u=h?0:null}else if(d.getActiveControl()&&d.getIsRangeWithinControl())u=d.keydown(o),u!==null&&d.emitControlContentChange();else if(c[l+1]?.controlId)u=d.removeControl(l+1);else if(n.getIsCollapsed()&&c[l+1]?.subTemplateParentId){const R=c[l+1].subTemplateParentId;let h=-1;for(let f=l;f>=0;f--){const g=c[f];if(g.type===s.ElementType.SUB_TEMPLATE&&g.id===R){h=f;break}}h!==-1?u=pr(c,h,e):u=null}else{e.removeSplitTdOtherRangeElements();const R=e.getPosition(),h=R.getCursorPosition();if(!h)return;const{index:f}=h,g=R.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 Gc(o,t){const e=t.getDraw();if(e.isReadonly())return;const n=e.getRange();if(!n.getIsCanInput())return;const{startIndex:i,endIndex:l}=n.getRange(),r=n.getIsCollapsed(),a=e.getElementList(),c=a[i],d=a[l];if(r&&d.listId&&d.value===H&&a[l+1]?.listId!==d.listId){e.getListParticle().unsetList();return}let u={value:H};if(o.shiftKey&&c.listId&&(u.listWrap=!0),re(a,[u],i,{isBreakWhenWrap:!0,editorOptions:e.getOptions()}),o.shiftKey&&d.areaId&&d.areaId!==a[l+1]?.areaId&&(u=Ee(u,hn)),!(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(...ye),p.forEach(L=>{const M=C[L];M!==void 0&&(u[L]=M)})}}const R=e.getControl(),h=R.getActiveControl();let f;const g=h?.getElement();if(g?.control?.type===s.ControlType.BUTTON&&!g.control?.buttonText&&R.getIsRangeWithinControl())f=h.setValue([u]),~f&&R.emitControlContentChange();else if(h&&R.getIsRangeWithinControl())f=R.setValue([u]),R.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=ft();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 Ir(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function xc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=i.getPositionContext(),{index:a}=l;if(a<=0&&!r.isTable)return;const c=e.getRange(),{startIndex:d,endIndex:u}=c.getRange(),R=c.getIsCollapsed(),h=e.getElementList(),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=h[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 N=a-1;N>=0;N--){const V=h[N];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:$t.UP});return}let M=1;if(Ae(o)){const S=e.getLetterReg(),N=o.shiftKey&&!R&&d===l?.index?u:d;if(S.test(h[N]?.value)){let V=N-1;for(;V>0;){const F=h[V];if(!S.test(F.value))break;M++,V--}}}if(g&&!C){const S=h[d],N=S?.controlId;if(N&&S?.controlComponent===s.ControlComponent.VALUE){let V=!1;for(let F=d;F>=0;F--){const O=h[F];if(O.controlId!==N)break;if(O.control?.type===s.ControlType.TEXTFIELD){V=!0;break}}if(V){if(S.controlComponent===s.ControlComponent.VALUE&&Ir(S))return;const F=d-M;if(F>=0){const O=h[F];if(O&&O.controlId===N&&O.controlComponent===s.ControlComponent.VALUE&&Ir(O))return}}}}const P=p?Math.max(d-M,p.startIndex):d-M;let D=P,X=P;if(o.shiftKey&&l&&(d!==u?d===l.index?(D=d,X=u-M):(D=P,X=u):X=u),!o.shiftKey){const S=h[d];if(S.type===s.ElementType.TABLE){const N=S.trList,V=N.length-1,F=N[V],O=F.tdList.length-1,E=F.tdList[O];i.setPositionContext({isTable:!0,index:d,trIndex:V,tdIndex:O,tdId:E.id,trId:F.id,tableId:S.id}),D=E.value.length-1,X=D}else if(S.tableId&&d===0){const V=e.getOriginalElementList()[r.index],F=e.getTd();if(F?.linkTdPrevId){const O=e.getTdById(F.linkTdPrevId);O&&(i.setPositionContext({...r,isTable:!0,index:O.tableIndex,trIndex:O.trIndex,tdId:O.id,trId:O.trId,tableId:O.tableId}),D=O.value.length-1,X=D)}else{const O=V.trList;t:for(let E=0;E<O.length;E++){const Y=O[E];if(Y.id!==S.trId)continue;const y=Y.tdList;for(let v=0;v<y.length;v++)if(y[v].id===S.tdId){if(E===0&&v===0)i.setPositionContext({isTable:!1}),D=r.index-1,X=D,e.getTableTool().dispose();else{let Q=E,W=v-1;W<0&&(Q=E-1,W=O[Q].tdList.length-1);const G=O[Q],_=G.tdList[W];i.setPositionContext({isTable:!0,index:r.index,trIndex:Q,tdIndex:W,tdId:_.id,trId:G.id,tableId:S.tableId}),D=_.value.length-1,X=D}break t}}}}}if(!~D||!~X)return;const U=e.getElementList();D=_n(U,D),X=_n(U,X),c.setRange(D,X);const b=D===X;e.updateTableTool(),e.render({curIndex:b?D:void 0,isSetCursor:b,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function Er(o){return o&&(o.type===s.ElementType.MACRO||o.type===s.ElementType.CUSTOM_MACRO||o.type===s.ElementType.REUSABLE_ITEM||o.type===s.ElementType.SUB_TEMPLATE||o.type===s.ElementType.MENSTRUAL_HISTORY||o.type===s.ElementType.FETAL_HEART_POSITION||o.type===s.ElementType.TOOTH_POSITION||o.type===s.ElementType.LIST||o.type===s.ElementType.SPECIAL_SYMBOLS)}function Jc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const{index:r}=l,a=i.getPositionList(),c=i.getPositionContext();if(r>a.length-1&&!c.isTable)return;const d=e.getRange(),{startIndex:u,endIndex:R}=d.getRange(),h=d.getIsCollapsed();let 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 F=r+1;F<f.length;F++){const O=f[F];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:$t.DOWN});return}let P=1;if(Ae(o)){const V=e.getLetterReg(),F=o.shiftKey&&!h&&u===l?.index?R:u;if(V.test(f[F+1]?.value)){let O=F+2;for(;O<f.length;){const E=f[O];if(!V.test(E.value))break;P++,O++}}}if(T&&!p){const V=f[R],F=V?.controlId;if(F&&V?.controlComponent===s.ControlComponent.VALUE){let O=!1;for(let E=R;E>=0;E--){const Y=f[E];if(Y.controlId!==F)break;if(Y.control?.type===s.ControlType.TEXTFIELD){O=!0;break}}if(O){if(V.controlComponent===s.ControlComponent.VALUE&&Er(V))return;const E=R+P;if(E<f.length){const Y=f[E];if(Y&&Y.controlId===F&&Y.controlComponent===s.ControlComponent.VALUE&&Er(Y))return}}}}const D=I?Math.min(R+P,I.endIndex):R+P;let X=D,U=D;if(o.shiftKey&&l&&(u!==R?u===l.index?(X=u,U=D):(X=u+P,U=R):X=u),!o.shiftKey){const V=f[R],F=f[R+1];if(F?.type===s.ElementType.TABLE){const E=F.trList[0],Y=E.tdList[0];i.setPositionContext({isTable:!0,index:R+1,trIndex:0,tdIndex:0,tdId:Y.id,trId:E.id,tableId:F.id}),X=0,U=0}else if(V.tableId&&!F){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}),X=0,U=X;else{const y=e.getOriginalElementList()[c.index].trList;t:for(let v=0;v<y.length;v++){const w=y[v];if(w.id!==V.trId)continue;const Q=w.tdList;for(let W=0;W<Q.length;W++)if(Q[W].id===V.tdId){if(v===y.length-1&&W===Q.length-1)i.setPositionContext({isTable:!1}),X=c.index,U=X,f=e.getElementList(),e.getTableTool().dispose();else{let _=v,K=W+1;K>Q.length-1&&(_=v+1,K=0);const A=y[_],q=A.tdList[K];i.setPositionContext({isTable:!0,index:c.index,trIndex:_,tdIndex:K,tdId:q.id,trId:A.id,tableId:V.tableId}),X=0,U=X}break t}}}}}const b=f.length-1;if(X>b||U>b)return;const S=e.getElementList();X=_n(S,X,s.LocationPosition.AFTER),U=_n(S,U,s.LocationPosition.AFTER),d.setRange(X,U);const N=X===U;e.updateTableTool(),e.render({curIndex:N?X:void 0,isSetCursor:N,isSubmitHistory:!1,isCompute:!1}),o.preventDefault()}function $c(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getMode()===s.EditorMode.FORM,l=e.getControl(),r=e.getRange(),a=e.getElementList(),{startIndex:c,endIndex:d}=r.getRange(),u=a[c],R=a[d],h=c>0?a[c-1]:null,f=l.getIsRangeWithinControl()||!!u?.controlId||!!R?.controlId||!!h?.controlId;let g=l.getActiveControl();if(i&&f&&(l.initControl(),g=l.getActiveControl()),i&&f)o.preventDefault(),l.initNextControl({direction:o.shiftKey?$t.UP:$t.DOWN});else if(g&&l.getIsRangeWithinControl())o.preventDefault(),l.initNextControl({direction:o.shiftKey?$t.UP:$t.DOWN});else{o.preventDefault();const T=r.getRangeAnchorStyle(a,d),p={...T?Jt(T,ye):null,type:s.ElementType.TAB,value:""};re(a,[p],c,{editorOptions:e.getOptions()}),e.insertElementList([p])}}function Qi(o){const{positionList:t,index:e,isUp:n,rowNo:i,cursorX:l}=o;let r=-1;const a=[];if(n){let c=e-1;for(;c>=0;){const d=t[c];if(c--,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.unshift(d)}}}else{let c=e+1;for(;c<t.length;){const d=t[c];if(c++,d.rowNo!==i){if(a[0]&&a[0].rowNo!==d.rowNo)break;a.push(d)}}}for(let c=0;c<a.length;c++){const d=a[c],{coordinate:{leftTop:[u],rightTop:[R]}}=d;if(c===a.length-1&&(r=d.index),!(l<u||l>R)){r=d.index;break}}return r}function zc(o,t){const e=t.getDraw();if(e.isReadonly())return;const i=e.getPosition(),l=i.getCursorPosition();if(!l)return;const r=e.getRange(),{startIndex:a,endIndex:c}=r.getRange();let d=i.getPositionList();const u=o.key===s.KeyMap.Up;let R=-1,h=-1;const 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 D=P.trList.length-1;D>=0;D--){const X=P.trList[D].tdList.find(U=>U.tdIndex===p);if(X?.value.length){i.setPositionContext({isTable:!0,tableId:P.id,index:M,trIndex:D,tdIndex:p}),R=X.value.length-1,h=X.value.length-1;break}}}else i.setPositionContext({isTable:!1}),R=T-1,h=R,e.getTableTool().dispose();else{let L=-1,M=-1;const P=m[T].trList,D=P[C].tdList[p].colIndex;t:for(let b=C-1;b>=0;b--){const N=P[b].tdList;for(let V=0;V<N.length;V++){const F=N[V];if(F.colIndex===D||F.colIndex+F.colspan-1>=D&&F.colIndex<=D){L=b,M=V;break t}}}if(!~L||!~M)return;const X=P[L],U=X.tdList[M];i.setPositionContext({isTable:!0,index:T,trIndex:L,tdIndex:M,tdId:U.id,trId:X.id,tableId:I}),R=U.value.length-1,h=R}}else{const m=e.getOriginalElementList(),L=m[T],M=L.trList;if(C===M.length-1){const P=T+1,D=m[P];if(D&&[L.id,L.originalId].includes(D.originalId)){for(let U=p;U>=0;U--)if(D.trList[0].tdList[U].value.length){i.setPositionContext({isTable:!0,index:P,tableId:D.id,trIndex:0,tdIndex:U}),R=0,h=0;break}}else i.setPositionContext({isTable:!1}),R=T,h=R,e.getTableTool().dispose()}else{let P=-1,D=-1;const X=M[C].tdList[p].colIndex;t:for(let S=C+1;S<M.length;S++){const V=M[S].tdList;for(let F=0;F<V.length;F++){const O=V[F];if(O.colIndex===X||O.colIndex+O.colspan-1>=X&&O.colIndex<=X){P=S,D=F;break t}}}if(!~P||!~D)return;const U=M[P],b=U.tdList[D];i.setPositionContext({isTable:!0,index:T,trIndex:P,tdIndex:D,tdId:b.id,trId:U.id,tableId:I}),R=b.value.length-1,h=R}}}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=Qi({positionList:d,index:C,rowNo:p,isUp:u,cursorX:m});if(L<0)return;R=L,h=L,o.shiftKey&&(a!==c?a===l.index?R=a:h=c:u?h=c:R=a);const P=e.getElementList()[L];if(P.type===s.ElementType.TABLE){const{scale:D}=e.getOptions(),X=e.getMargins(),U=P.trList;let b=-1,S=-1,N=-1;if(u)t:for(let V=U.length-1;V>=0;V--){const O=U[V].tdList;for(let E=0;E<O.length;E++){const Y=O[E],y=Y.x*D+X[3],v=Y.width*D;if(m>=y&&m<=y+v){const w=Y.positionList,Q=w[w.length-1],W=Qi({positionList:w,index:Q.index+1,rowNo:Q.rowNo-1,isUp:u,cursorX:m})||Q.index;b=V,S=E,N=W;break t}}}else t:for(let V=0;V<U.length;V++){const O=U[V].tdList;for(let E=0;E<O.length;E++){const Y=O[E],y=Y.x*D+X[3],v=Y.width*D;if(m>=y&&m<=y+v){const w=Y.positionList,Q=Qi({positionList:w,index:-1,rowNo:-1,isUp:u,cursorX:m})||0;b=V,S=E,N=Q;break t}}}if(~b&&~S&&~N){const V=U[b],F=V.tdList[S];i.setPositionContext({isTable:!0,index:L,trIndex:b,tdIndex:S,tdId:F.id,trId:V.id,tableId:P.id}),R=N,h=R,d=i.getPositionList()}}}if(!~R||!~h)return;R>h&&([R,h]=[h,R]),r.setRange(R,h);const g=R===h;e.render({curIndex:g?R:void 0,isSetCursor:g,isSubmitHistory:!1,isCompute:!1}),g||(e.getCursor().moveCursorToVisible({cursorPosition:d[u?R:h],direction:u?$t.UP:$t.DOWN}),e.updateTableTool())}function jc(o){return o.key.length===1&&!o.ctrlKey&&!o.metaKey&&!o.altKey}function qc(o,t){const e=t.getDraw();if(e.isReadonly()&&e.getMode()!==s.EditorMode.FORM)return!1;const n=e.getRange();if(!n.getIsCanInput())return!1;const i=e.getControl();if(!i.getActiveControl()&&i.getIsRangeWithinControl()){i.setPopupAwakeDisabled(!0);try{i.initControl()}finally{i.setPopupAwakeDisabled(!1)}}const l=i.getActiveControl();if(l?.getElement()?.control?.type!==s.ControlType.DATE||!i.getIsRangeWithinControl())return!1;const{startIndex:r,endIndex:a}=n.getRange(),c=e.getElementList(),d=c[r],u=c[a],R=l.getElement(),h=p=>!!p?.controlId&&p.controlId===R.controlId&&(p.originControlId||null)===(R.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&&h(g)&&(g.controlComponent===s.ControlComponent.POSTFIX||g.controlComponent===s.ControlComponent.POST_TEXT||g.controlComponent===s.ControlComponent.POSTTEXTFIX||g.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT));return!h(d)||!h(u)||f||T?!1:(o.preventDefault(),l.awake?.(),!0)}function td(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 ed(o,t){if(t.isComposing)return;const e=t.getDraw();if(!e.getMacroParticle().keydown(o))if(o.key===s.KeyMap.Backspace)_c(o,t);else if(o.key===s.KeyMap.Delete)kc(o,t);else if(o.key===s.KeyMap.Enter)Gc(o,t);else if(o.key===s.KeyMap.Left)xc(o,t);else if(o.key===s.KeyMap.Right)Jc(o,t);else if(o.key===s.KeyMap.Up||o.key===s.KeyMap.Down)zc(o,t);else{if(td(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?$c(o,t):jc(o)&&qc(o,t)}}function nd(o){return/[\u4e00-\u9fa5\u3000-\u303f\uff00-\uffef]/.test(o)}function od(o){return/[a-zA-Z]/.test(o)}function id(o,t){return nd(o)?t:od(o)?"Times New Roman":t}function Zo(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 Ki(o){return!!o?.originControlId&&Zo(o)}function ro(o){return!!o?.originControlId&&be(o)}function sd(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 Lr(o,t){if(t)return o.find(e=>e.controlId===t&&!e.originControlId&&!!e.control?.type)}function Pr(o,t,e){if(!t?.originControlId||e?.originControlId!==t.originControlId||!t.controlId||!e.controlId||t.controlId===e.controlId||!be(t)||!Zo(e))return;const n=Lr(o,t.originControlId);if(n?.control?.type===s.ControlType.TEXTFIELD)return n}function Hi(o,t,e){ye.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 Ai(o,t,e,n){o.controlId=t,o.control=e,o.controlComponent=s.ControlComponent.VALUE,delete o.originControlId,Hi(o,e,n)}function _i(o,t,e="input"){const n=se(),i=t.getDraw(),l=i.getControl(),r=i.getOptions(),a=i.getElementList(),u=i.getPosition().getCursorPosition()?.index;if(i.isDisabled()||i.getMacroParticle().input(o,t.isComposing)||i.isReadonly())return;const h=i.getPosition().getCursorPosition();if(!o||!h)return;const f=t.isComposing;if(f&&t.compositionInfo?.value===o)return;const g=i.getRange();if(!g.getIsCanInput())return;const T=pt=>{l.setPopupAwakeDisabled(!0);try{return pt()}finally{l.setPopupAwakeDisabled(!1)}},C=()=>{T(()=>l.initControl())},p=(pt,it)=>{T(()=>{g.setRange(pt,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 pt=I.getElement(),it=i.getElementList()[g.getRange().endIndex],Qt=pt?.controlId===it?.controlId&&(pt?.originControlId||null)===(it?.originControlId||null),Kt=!!it&&it.controlComponent===s.ControlComponent.VALUE&&!!it.controlId&&!it.originControlId&&g.getRange().endIndex>0&&i.getElementList()[g.getRange().endIndex-1]?.originControlId===it.controlId;(!Qt||Kt)&&(C(),I=l.getActiveControl())}const{endIndex:M}=g.getRange(),P=i.getElementList(),D=P[M],X=P[M+1];if(D?.type===s.ElementType.SUB_TEMPLATE&&X?.type===s.ElementType.SUB_TEMPLATE)return;const U=i.getMode()===s.EditorMode.FORM;if(U){const pt=i.getPosition().getPositionContext().isTable&&i.isTableEditable()&&!I&&!l.getIsRangeWithinControl(),it=g.getRange();if(!(i.getElementList()[it.endIndex]?.control?.type===s.ControlType.TEXT)&&!pt){const Rt=l.getActiveTextControlLimit();if(!I||!l.getIsRangeWithinControl()&&!l.getIsRangeInPostfix())return;if(Rt){const tt=g.getRange();if(tt.startIndex<Rt.startIndex||tt.endIndex>Rt.endIndex){const kt=Math.min(Math.max(tt.endIndex,Rt.startIndex),Rt.endIndex);T(()=>{g.setRange(kt,kt),i.render({curIndex:kt,isSubmitHistory:!1})});return}}const{endIndex:Et}=g.getRange(),Ct=i.getElementList(),ot=Ct[Et];if(!ot?.originControlId){if(ot?.controlId&&ot?.controlComponent===s.ControlComponent.VALUE){let tt=!1;for(let kt=Et;kt>=0;kt--){const he=Ct[kt];if(he.controlId!==ot.controlId||he.originControlId)break;if(he.control?.type===s.ControlType.TEXTFIELD){tt=!0;break}}if(tt)return}}}}const b=g.getDefaultStyle()||t.compositionInfo?.defaultStyle||null,S=t.compositionInfo?.perfStartTime,N=ld(t,i.getElementList());f||i.getCursor().clearAgentDomValue();const{TEXT:V,HYPERLINK:F,SUBSCRIPT:O,SUPERSCRIPT:E,DATE:Y,TAB:y}=s.ElementType,v=o.replaceAll(`
|
|
119
|
+
`,H),{startIndex:w,endIndex:Q}=g.getRange(),W=g.getRangeAnchorStyle(N,w);if(!W)return;const G=w>0?N[w-1]:null,_=!!(W.controlId||W.control),A={...!_&&G?G:W,...b},q=i.isDesignMode(),J=N[Q+1],Nt=gn(N,W.originControlId,i.getMode()),vt=gn(N,J?.originControlId,i.getMode()),Ie=!W.originControlId&&!J?.originControlId&&be(W)&&Zo(J)&&!!W.controlId&&!!J.controlId&&W.controlId!==J.controlId,oe=ro(W)&&Ki(J)&&!Nt&&!vt,ue=i.getMode()===s.EditorMode.EDIT?Pr(N,W,J):void 0,et=!!W.originControlId&&be(W)&&J?.controlId===W.originControlId&&!J.originControlId&&J.control?.type===s.ControlType.TEXTFIELD&&be(J),$=!!W.originControlId&&be(W)&&J?.controlId===W.originControlId&&!J.originControlId&&J.control?.type===s.ControlType.TEXTFIELD&&J.controlComponent===s.ControlComponent.VALUE,x=!!Nt&&Nt===vt&&!!W.controlId&&!!J?.controlId&&W.controlId!==J.controlId&&(ro(W)||Ki(J))?Nt:null;if(U&&(Ie||oe))return;const st=Zo(J)&&!J?.originControlId,j=be(W)&&!W.originControlId||W.type===s.ElementType.CONTROL&&W.controlComponent===s.ControlComponent.VALUE&&J?.type!==s.ElementType.CONTROL&&!W.originControlId,dt=[s.ControlType.SELECT,s.ControlType.DATE,s.ControlType.BUTTON],ht=(pt,it)=>!!(pt?.controlId&&pt.controlId===it?.controlId&&(pt.originControlId||null)===(it.originControlId||null)),Ot=(pt,it)=>{if(pt?.control?.type)return pt.control.type;if(pt?.controlId){for(let Qt=it;Qt>=0;Qt--){const Kt=N[Qt];if(!ht(pt,Kt))break;if(Kt.control?.type)return Kt.control.type}for(let Qt=it+1;Qt<N.length;Qt++){const Kt=N[Qt];if(!ht(pt,Kt))break;if(Kt.control?.type)return Kt.control.type}}},Pt=(pt,it)=>{const Qt=Ot(pt,it);return!!(Qt&&dt.includes(Qt))},Xt=pt=>{const it=N[pt];let Qt=pt;for(let Kt=pt+1;Kt<N.length&&ht(it,N[Kt]);Kt++)Qt=Kt;return Qt},Lt=!!(Pt(W,w)&&W.controlComponent===s.ControlComponent.VALUE&&!W.originControlId&&ht(W,J)&&be(J)&&!J?.value),Vt=!!((Pt(W,w)||Ot(W,w)===s.ControlType.NUMBER)&&W.controlComponent===s.ControlComponent.VALUE&&W.originControlId&&ht(W,J)&&be(J))?gn(N,W.originControlId,i.getMode()):null,qt=Lr(N,Vt),gt=st||j||Lt,mt=gt?{...W,type:void 0,control:void 0,controlId:void 0,controlComponent:void 0,originControlId:void 0,color:r.defaultColor,highlight:void 0}:W,Wt=gt||_?mt:A,St=yt(v).map(pt=>{const it={value:pt};if(q||!Wt.title?.disabled&&!Wt.control?.disabled){const Qt=N[Q+1];(!Wt.type||Wt.type===V||Wt.type===F&&Qt?.type===F||Wt.type===Y&&Qt?.type===Y||Wt.type===O&&Qt?.type===O||Wt.type===E&&Qt?.type===E)&&Oa.forEach(Kt=>{if(Kt==="groupIds"&&!Qt?.groupIds)return;const Rt=Wt[Kt];Rt!==void 0&&(it[Kt]=Rt)}),(b||Wt.type===y)&&ye.forEach(Kt=>{const Rt=b?.[Kt]||Wt[Kt];Rt!==void 0&&(it[Kt]=Rt)}),f&&(it.underline=!0)}if(!gt){const Qt=W.originControlId&&(W.controlComponent===s.ControlComponent.POSTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||W.controlComponent===s.ControlComponent.POST_TEXT);if(et||$||ue){const Et=ue||J;it.controlId=Et.controlId,it.control=Et.control,it.controlComponent=s.ControlComponent.VALUE,delete it.originControlId,Hi(it,Et.control,r.defaultColor)}const Kt=!W.originControlId&&W.controlId&&(W.controlComponent===s.ControlComponent.POSTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||W.controlComponent===s.ControlComponent.POST_TEXT)&&J?.controlId&&J.controlId!==W.controlId&&sd(W,J),Rt=W.controlId&&W.originControlId&&(W.controlComponent===s.ControlComponent.VALUE||W.controlComponent===s.ControlComponent.PLACEHOLDER);if(!et&&!$&&!ue&&Qt&&!it.controlId){const Et=gn(N,W.originControlId,i.getMode());if(!Et)return it;let Ct=null;for(let ot=w;ot>=0;ot--){const tt=N[ot];if(je(tt,Et)&&tt.control){Ct=tt.control;break}}it.controlId=Et,it.controlComponent=s.ControlComponent.VALUE,Ct&&(it.control=Ct),Hi(it,Ct,r.defaultColor)}else if(Kt&&!it.controlId){if(J?.controlId&&J.controlId!==W.controlId)if(J.controlComponent===s.ControlComponent.PREFIX||J.controlComponent===s.ControlComponent.PRETEXTFIX)for(let Et=w;Et>=0;Et--){const Ct=N[Et];if(Ct.controlId===W.controlId&&(Ct.controlComponent===s.ControlComponent.PREFIX||Ct.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let ot=Et-1;ot>=0;ot--){const tt=N[ot];if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.PRETEXTFIX||tt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||tt.controlComponent===s.ControlComponent.PREFIX||tt.controlComponent===s.ControlComponent.PRE_TEXT)){it.controlId=tt.controlId,it.controlComponent=s.ControlComponent.VALUE,tt.control&&(it.control=tt.control);break}if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.POSTFIX||tt.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(J.controlComponent===s.ControlComponent.POSTFIX||J.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(it.controlId=J.controlId,it.controlComponent=s.ControlComponent.VALUE,J.control&&(it.control=J.control));if(!it.controlId)for(let Et=w;Et>=0;Et--){const Ct=N[Et];if(Ct.controlId===W.controlId&&(Ct.controlComponent===s.ControlComponent.PREFIX||Ct.controlComponent===s.ControlComponent.PRETEXTFIX)){for(let ot=Et-1;ot>=0;ot--){const tt=N[ot];if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.PRETEXTFIX||tt.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||tt.controlComponent===s.ControlComponent.PREFIX||tt.controlComponent===s.ControlComponent.PRE_TEXT)){it.controlId=tt.controlId,it.controlComponent=s.ControlComponent.VALUE,tt.control&&(it.control=tt.control);break}if(tt.controlId&&tt.controlId!==W.controlId&&(tt.controlComponent===s.ControlComponent.POSTFIX||tt.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}}else if(Rt&&!it.controlId){const Et=W.controlId;let Ct=W.control;if(!Ct)for(let ot=w;ot>=0;ot--){const tt=N[ot];if(tt.controlId===Et&&tt.control&&(Ct=tt.control,tt.controlComponent===s.ControlComponent.PREFIX||tt.controlComponent===s.ControlComponent.PRETEXTFIX))break}it.controlId=Et,it.originControlId=W.originControlId,it.controlComponent=s.ControlComponent.VALUE,Ct&&(it.control=Ct)}else if(W.controlId){let Et=W.control;if(!Et)for(let Ct=w;Ct>=0;Ct--){const ot=N[Ct];if(je(ot,W.controlId)&&ot.control){Et=ot.control;break}}it.controlId||(it.controlId=W.controlId),Et&&!it.control&&(it.control=Et),it.controlComponent||(it.controlComponent=s.ControlComponent.VALUE)}else if(!it.controlId&&!it.control&&J?.originControlId&&(J.controlComponent===s.ControlComponent.PREFIX||J.controlComponent===s.ControlComponent.PRETEXTFIX)){const Et=gn(N,J.originControlId,i.getMode());if(!Et)return it;let Ct=null;for(let ot=Q;ot>=0;ot--){const tt=N[ot];if(je(tt,Et)&&tt.control){Ct=tt.control;break}}it.controlId=Et,it.controlComponent=s.ControlComponent.VALUE,Ct&&(it.control=Ct)}}if(pt&&pt!==H){const Qt=id(pt,r.defaultFont);it.font=Qt}return it});let Mt;const Dt=a[u],At=a[u+1],de=a[u-1];if(f)Mt=w;else{const pt=ot=>{if(St?.length)for(let tt=0;tt<St.length;tt++)N.splice(ot+tt,0,St[tt]);return ot+St.length-1},it=w+1,Qt=Lt?Xt(w)+1:it,Kt=()=>{let ot=null,tt,kt=null;const he=i.getMode()===s.EditorMode.EDIT?Pr(a,Dt,At):void 0;if(he?.controlId?(ot=he.controlId,tt=he.control?.type):i.getMode()===s.EditorMode.EDIT&&ro(Dt)&&At?.controlId===Dt.originControlId&&!At.originControlId&&At.control?.type===s.ControlType.TEXTFIELD&&(At.controlComponent===s.ControlComponent.VALUE||be(At))?(ot=Dt.originControlId,tt=s.ControlType.TEXTFIELD):ro(Dt)?ot=gn(a,Dt.originControlId,i.getMode()):Ki(At)?ot=gn(a,At.originControlId,i.getMode()):x?ot=x:Dt?.control?.type===s.ControlType.TEXT&&Dt.controlId&&!Dt.originControlId&&be(Dt)&&de?.originControlId===Dt.controlId&&(ot=Dt.controlId,kt={startIndex:u-1,endIndex:u-1}),!ot)return null;if(!tt)for(let zt=u;zt>=0;zt--){const te=a[zt];if(je(te,ot)&&te.control?.type){tt=te.control.type;break}if(te.controlId&&te.controlId!==ot&&te.originControlId!==ot)break}return tt!==s.ControlType.TEXT&&!(i.getMode()===s.EditorMode.EDIT&&tt===s.ControlType.TEXTFIELD)?null:{parentControlId:ot,activationIndex:(()=>{for(let zt=u+1;zt<a.length;zt++){const te=a[zt];if(je(te,ot))return zt;if(te.controlId&&te.controlId!==ot&&te.originControlId!==ot)break}for(let zt=u;zt>=0;zt--){const te=a[zt];if(je(te,ot))return zt;if(te.controlId&&te.controlId!==ot&&te.originControlId!==ot)break}return u})(),boundaryRange:kt}},Rt=I?.getElement(),Et=!!(Rt?.control?.type===s.ControlType.BUTTON&&!Rt.control?.buttonText&&Rt.control?.editable!==!1&&l.getIsRangeWithinControl());w!==Q&&!Et&&(i.removeSplitTdOtherRangeElements(),i.spliceElementList(N,it,Q-w));const Ct=Kt();if(Vt&&qt?.control){const ot=Xt(w);St.forEach(tt=>{Ai(tt,Vt,qt.control,r.defaultColor)}),re(N,St,ot,{editorOptions:r}),i.spliceElementList(N,ot+1,0,St),Mt=ot+St.length}else if(Ct){const{parentControlId:ot,activationIndex:tt,boundaryRange:kt}=Ct;p(tt,tt),C();const he=l.getActiveControl(),me=At?.controlId===ot&&!At?.originControlId&&At?.controlComponent===s.ControlComponent.VALUE?u+1:-1,zt=!!(Dt?.originControlId&&ro(Dt)&&me!==-1),te=kt||(zt?{startIndex:u,endIndex:u}:me!==-1?{startIndex:u,endIndex:me}:{startIndex:w,endIndex:Q});p(te.startIndex,te.endIndex),he&&he.getElement()?.controlId===ot&&(he.getElement()?.control?.type===s.ControlType.TEXT||he.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(St.forEach(oo=>{Ai(oo,ot,he.getElement().control,r.defaultColor)}),Mt=he.setValue(St,{range:te,elementList:N}),l.emitControlContentChange(),p(Mt,Mt),C()):gt?Mt=pt(Qt):(Mt=l.setValue(St),l.emitControlContentChange())}else if(gt)Mt=pt(Qt);else if(Dt?.originControlId&&(Dt.controlComponent===s.ControlComponent.POSTFIX||Dt.controlComponent===s.ControlComponent.POST_TEXT||Dt.controlComponent===s.ControlComponent.POSTTEXTFIX||Dt.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))if(I?.getElement()?.control?.type===s.ControlType.TEXT&&I.getElement()?.controlId===Dt.controlId&&(I.getElement()?.originControlId||null)===(Dt.originControlId||null))Mt=l.setValue(St),l.emitControlContentChange();else{const tt=gn(a,Dt.originControlId,i.getMode());if(!tt){Mt=pt(it);return}let kt;for(let me=u;me>=0;me--){const zt=a[me];if(je(zt,tt)&&zt.control?.type){kt=zt.control.type;break}if(zt.controlId&&zt.controlId!==tt&&zt.originControlId!==tt)break}if(kt===s.ControlType.TEXT||i.getMode()===s.EditorMode.EDIT&&kt===s.ControlType.TEXTFIELD){const me=()=>{for(let Me=u+1;Me<a.length;Me++){const we=a[Me];if(je(we,tt))return Me;if(we.controlId&&we.controlId!==tt&&we.originControlId!==tt)break}for(let Me=u;Me>=0;Me--){const we=a[Me];if(je(we,tt))return Me;if(we.controlId&&we.controlId!==tt&&we.originControlId!==tt)break}return u},zt=At?.controlId===tt&&At?.controlComponent===s.ControlComponent.VALUE?u+1:-1,te=zt!==-1?{startIndex:u,endIndex:zt}:{startIndex:u,endIndex:u},oo=me();p(oo,oo),C();const Cn=l.getActiveControl();p(te.startIndex,te.endIndex),Cn&&Cn.getElement()?.controlId===tt&&(Cn.getElement()?.control?.type===s.ControlType.TEXT||Cn.getElement()?.control?.type===s.ControlType.TEXTFIELD)?(St.forEach(Me=>{Ai(Me,tt,Cn.getElement().control,r.defaultColor)}),Mt=Cn.setValue(St,{range:te,elementList:N}),l.emitControlContentChange(),p(Mt,Mt),C()):Mt=pt(it)}else Mt=pt(it)}else if((Dt?.control?.type===s.ControlType.SELECT||At?.control?.type===s.ControlType.SELECT)&&I?.getElement()?.control?.type===s.ControlType.SELECT&&l.getIsRangeWithinControl()){const ot=l.getActiveControl();ot&&typeof ot.awake=="function"&&ot.awake(),Mt=w}else if(I?.getElement()?.control?.type===s.ControlType.DATE&&l.getIsRangeWithinControl()){const ot=l.getActiveControl();ot&&typeof ot.awake=="function"&&ot.awake(),Mt=w}else!gt&&(Dt?.control?.type===s.ControlType.BUTTON||At?.control?.type===s.ControlType.BUTTON)?I?.getElement()?.control?.type===s.ControlType.BUTTON&&I.getElement()?.control?.editable!==!1&&l.getIsRangeWithinControl()?(Mt=l.setValue(St),l.emitControlContentChange()):Mt=w:I&&l.getIsRangeWithinControl()?(Mt=l.setValue(St),l.emitControlContentChange()):(Dt?.type==="control"||At?.type==="control")&&!gt?Mt=pt(it):(re(N,St,w,{editorOptions:r}),i.spliceElementList(N,it,0,St),Mt=w+St.length)}if(~Mt&&!f){const pt=se()-n,it=se();T(()=>{g.setRange(Mt,Mt),i.render({curIndex:Mt,isSubmitHistory:!f,traceLabel:`input:${e}`})}),Ii(r,`input:${e}`,se()-n,[{label:"mutate",duration:pt},{label:"renderCall",duration:se()-it}],{isComposing:f,textLength:St.length,compositionChainDuration:e==="compositionend"&&S!==void 0?Number((se()-S).toFixed(2)):void 0})}f&&(t.compositionInfo={value:v,startIndex:Mt,endIndex:Q,defaultStyle:b,perfStartTime:n})}function rd(o){o.compositionInfo&&(o.compositionInfo=null)}function ld(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 ad(o){const t=o.getDraw(),e=t.getRange(),{startIndex:n,endIndex:i}=e.getRange();if(!~n&&!~n||t.isReadonly()||!e.getIsCanInput())return;const l=t.getElementList();let r=n,a=i;if(n===i){const h=t.getPosition().getPositionList(),f=h[n],g=f.rowNo,T=f.pageNo,C=[];for(let I=0;I<h.length;I++){const m=h[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 hr(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 cd(o){return o.replace(/^(?:\r\n|\r|\n)+|(?:\r\n|\r|\n)+$/g,"")}async function dd(o,t){const e=o.getDraw(),n=e.getMode()===s.EditorMode.COMPARE,i=n||t?.isPlainText,{copy:l}=e.getOverride();if(l&&l()?.preventDefault!==!1)return;const r=e.getRange();let a=null;if(r.getRange().isCrossRowCol){const d=r.getRangeTableElement();if(!d)return;const u=e.getTableParticle().getRangeRowCol();if(!u)return;const R={type:s.ElementType.TABLE,value:"",colgroup:[],trList:[]},h=u[0],f=h[0].colIndex,g=h[h.length-1],T=g.colIndex+g.colspan-1;for(let C=f;C<=T;C++)R.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]);R.trList.push(m)}a=n?[R]:wt([R])}else a=r.getIsCollapsed()?r.getRangeRowElementList():r.getSelectionElementList();if(i&&a?.length){const d=Mn(a,e.getOptions());await Nc(n?cd(d):d);return}a?.length&&await hr(a,e.getOptions())}function ud(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 Mr(o){if(!Intl.Segmenter)return null;const t=o.getDraw(),e=t.getPosition().getCursorPosition();if(!e)return null;const i=t.getRange().getRangeParagraphInfo();if(!i)return null;const l=i?.elementList?.map(h=>!h.type||h.type!==s.ElementType.CONTROL&&Le.includes(h.type)?h.value:H).join("")||"";if(!l)return null;const r=e.isFirstLetter||t.getCursor().getHitLineStartIndex()?e.index+1:e.index,a=i.startIndex,d=new Intl.Segmenter(void 0,{granularity:"word"}).segment(l);let u=-1,R=-1;for(const{segment:h,index:f,isWordLike:g}of d){const T=f+a;if(g&&r>=T&&r<T+h.length){u=T-1,R=u+h.length;break}}return~u&&~R?{startIndex:u,endIndex:R}: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=hi.test(n);if(c||l.test(n)){const u=t.getElementList();let R=i-1;for(;R>0;){const f=u[R].value;if(c&&hi.test(f)||!c&&l.test(f))r++,R--;else break}let h=i+1;for(;h<u.length;){const f=u[h].value;if(c&&hi.test(f)||!c&&l.test(f))a++,h++;else break}}const d=i-r-1;return d<0?null:{startIndex:d,endIndex:i+a}}function Rd(o,t){const e=o.getDraw();if(!t.isDirectHit)return!1;let n,i;if(t.isTable){const r=e.getOriginalElementList()[t.index]?.trList?.[t.trIndex]?.tdList[t.tdIndex];n=r?.value[t.tdValueIndex],i=r?.positionList?.[t.tdValueIndex]}else n=e.getOriginalElementList()[t.index],i=e.getPosition().getOriginalPositionList()[t.index];return!n||!i?!1:(e.getMenstrualHistoryParticle().clearMenstrualHistoryEditor(),e.getFetalHeartPositionParticle().clearFetalHeartPositionEditor(),e.getToothPositionParticle().clearToothPositionEditor(),n.type===s.ElementType.MENSTRUAL_HISTORY?(e.getMenstrualHistoryParticle().renderMenstrualHistoryEditor(n,i),!0):n.type===s.ElementType.FETAL_HEART_POSITION?(e.getFetalHeartPositionParticle().renderFetalHeartPositionEditor(n,i),!0):n.type===s.ElementType.TOOTH_POSITION?(e.getToothPositionParticle().renderToothPositionEditor(n,i),!0):!1)}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.EDIT||e.getMode()===s.EditorMode.FORM)&&Rd(o,i))return;if(e.getMode()===s.EditorMode.FORM){const c=i.isTable&&e.getTd()?.value||e.getElementList(),d=i.isTable?i.tdValueIndex:i.index,u=c[d],R=fd(c,u),h=e.getEventBus();if(i.isDirectHit&&R?.controlId&&R.control?.type===s.ControlType.BUTTON&&!R.control.buttonText&&h.isSubscribe("buttonChange")){const f=c.filter(g=>g.controlId===R.controlId&&(g.originControlId||null)===(R.originControlId||null));h.emit("buttonChange",{evt:t,element:lt(R),elementList:lt(f),controlId:R.controlId,control:lt(R.control)});return}}if(i.isImage&&i.isDirectHit){const c=e.getElementList(),d=e.getEventBus(),u=c[i.index];if(d.isSubscribe("imageDblclick")&&d.emit("imageDblclick",{evt:t,element:u}),u.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 r=e.getRange(),a=Mr(o)||hd(o);a&&(r.setRange(a.startIndex,a.endIndex),e.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1}),r.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===H&&!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===H&&!g.listWrap||g.listId!==T?.listId||g.titleId!==T?.titleId)break;c++,u++}const R=t.getRange();let h=l-a-1;if(r[h]?.value!==H&&(h-=1),h<0)return;let f=l+c+1;(r[f]?.value===H||f>r.length-1)&&(f-=1),R.setRange(h,f),t.render({isSubmitHistory:!1,isSetCursor:!1,isCompute:!1})}const Or={dblclick:gd,threeClick:Td};function md(o){o.isComposing=!0,o.getDraw().getMacroParticle().compositionStart()}function Cd(o,t){const e=se();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),Ma?setTimeout(()=>{o.compositionInfo&&_i(t.data,o,"compositionend")},1):o.compositionInfo&&_i(t.data,o,"compositionend");else{const a=o.compositionInfo?.cancel;if(rd(o),!a){const c=n.getRange(),{endIndex:d}=c.getRange();n.render({curIndex:d,isSubmitHistory:!1,traceLabel:"compositionend:empty"})}}n.getCursor().clearAgentDomValue(),Ii(i,"compositionend",se()-e,[],{hasData:!!t.data,dataLength:t.data?.length||0})}function pd(o){o.compositionInfo&&(o.compositionInfo.cancel=!0)}const Bi={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(!Ys(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:R,index:h}=d,f=c.getPositionList(),g=u?R:h;~h&&(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=Mr(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()||Qc(t,this)}mousedown(t){this.draw.isInteractionSuspended()||wc(t,this)}click(){this.draw.isInteractionSuspended()||La&&!this.draw.isReadonly()&&this.draw.getCursor().getAgentDom().focus()}mouseup(t){this.draw.isInteractionSuspended()||Zc(t,this)}mouseleave(t){this.draw.isInteractionSuspended()||vc(t,this)}keydown(t){this.draw.isInteractionSuspended()||ed(t,this)}dblclick(t){this.draw.isInteractionSuspended()||Or.dblclick(this,t)}threeClick(){this.draw.isInteractionSuspended()||Or.threeClick(this)}input(t,e="input"){this.draw.isInteractionSuspended()||_i(t,this,e)}async cut(){this.draw.isInteractionSuspended()||await ad(this)}async copy(t){this.draw.isInteractionSuspended()||await dd(this,t)}compositionstart(){this.draw.isInteractionSuspended()||Bi.compositionstart(this)}compositionend(t){this.draw.isInteractionSuspended()||Bi.compositionend(this,t)}compositionCancel(){this.draw.isInteractionSuspended()||Bi.compositionCancel(this)}drop(t){this.draw.isInteractionSuspended()||ud(t,this)}dragover(t){this.draw.isInteractionSuspended()||Ed.dragover(t,this)}}const Sr={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(Sr.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:R,table:{tdPadding:h}}=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=>!le(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],D=P.metrics;let X=!le(P)&&(P.imgDisplay!==s.ImageDisplay.INLINE&&P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX)?p.ascent-D.height:p.ascent;const U=P.vertical||(L?s.VerticalAlign.MIDDLE:void 0);if(U&&!le(P)){const S=P.type===s.ElementType.IMAGE||P.type===s.ElementType.LATEX,N=S?0:D.boundingBoxAscent,V=S?Math.max(D.height,D.boundingBoxAscent+D.boundingBoxDescent):D.boundingBoxAscent+D.boundingBoxDescent;U===s.VerticalAlign.TOP?X=N:U===s.VerticalAlign.MIDDLE?X=(p.height-V)/2+N:U===s.VerticalAlign.BOTTOM&&(X=p.height-V+N)}P.left&&(f+=P.left),P.translateX&&(f+=P.translateX*R);const b={pageNo:i,index:T,value:P.value,rowIndex:a+C,rowNo:C,metrics:D,left:P.left||0,ascent:X,lineHeight:p.height,isFirstLetter:M===0,isLastLetter:M===p.elementList.length-1,coordinate:{leftTop:[f,g],leftBottom:[f,g+p.height],rightTop:[f+D.width,g],rightBottom:[f+D.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+=D.width,P.type===s.ElementType.TABLE&&!le(P)){const S=P.tdPadding||h,N=S[1]+S[3],V=S[0]+S[2];for(let F=0;F<P.trList.length;F++){const O=P.trList[F];for(let E=0;E<O.tdList.length;E++){const Y=O.tdList[E];Y.positionList=[];const y=Y.rowList,v=this.computePageRowPosition({positionList:Y.positionList,rowList:y,pageNo:i,startRowIndex:0,startIndex:0,startX:(Y.x+S[3])*R+I+(P.translateX||0)*R,startY:(Y.y+S[0])*R+m,innerWidth:(Y.width-N)*R,isTable:!0,index:T-1,tdIndex:E,trIndex:F,zone:u});if(Y.verticalAlign===s.VerticalAlign.MIDDLE||Y.verticalAlign===s.VerticalAlign.BOTTOM){const w=y.reduce((G,_)=>G+_.height,0),Q=(Y.height-V)*R-w,W=Y.verticalAlign===s.VerticalAlign.MIDDLE?Q/2:Q;Math.floor(W)>0&&Y.positionList.forEach(G=>{const{coordinate:{leftTop:_,leftBottom:K,rightBottom:A,rightTop:q}}=G;_[1]+=W,K[1]+=W,A[1]+=W,q[1]+=W})}f=v.x,g=v.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 R=u[0].startIndex;this.computePageRowPosition({positionList:this.positionList,rowList:u,pageNo:d,startRowIndex:c,startIndex:R,startX:i,startY:a,innerWidth:t}),c+=u.length}}computeRowPosition(t){const{row:e,innerWidth:n}=t,i=[];return this.computePageRowPosition({positionList:i,innerWidth:n,rowList:[lt(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 D=T;const X=l[T];if(X.type===s.ElementType.TABLE)for(let b=0;b<X.trList.length;b++){const S=X.trList[b];for(let N=0;N<S.tdList.length;N++){const V=S.tdList[N],F=this.getPositionByXY({x:e,y:n,td:V,pageNo:c,tablePosition:r[T],isTable:!0,elementList:V.value,positionList:V.positionList});if(~F.index){const{index:O,hitLineStartIndex:E}=F,Y=V.value[O];return{index:C,isCheckbox:F.isCheckbox||Y.type===s.ElementType.CHECKBOX||Y.controlComponent===s.ControlComponent.CHECKBOX,isRadio:Y.type===s.ElementType.RADIO||Y.controlComponent===s.ControlComponent.RADIO,isControl:!!Y.controlId,isImage:F.isImage,isLabel:F.isLabel,isMacro:F.isMacro,isDirectHit:F.isDirectHit,isTable:!0,tdIndex:N,trIndex:b,tdValueIndex:O,tdId:V.id,trId:S.id,tableId:X.id,hitLineStartIndex:E}}}}if(X.type===s.ElementType.IMAGE||X.type===s.ElementType.LATEX)return{index:D,isDirectHit:!0,isImage:!0};if(X.type===s.ElementType.MENSTRUAL_HISTORY)return{index:D,isDirectHit:!0};if(X.type===s.ElementType.FETAL_HEART_POSITION)return{index:D,isDirectHit:!0};if(X.type===s.ElementType.TOOTH_POSITION){const{scale:b}=this.options,S=X.width*b;return e>=L[0]&&e<=L[0]+S?{index:D,isDirectHit:!0}:{index:D}}if(X.type===s.ElementType.CHECKBOX||X.controlComponent===s.ControlComponent.CHECKBOX)return{index:D,isDirectHit:!0,isCheckbox:!0};if(X.type===s.ElementType.LABEL)return{index:D,isDirectHit:!0,isLabel:!0};if(X.type===s.ElementType.MACRO||X.type===s.ElementType.CUSTOM_MACRO||X.type===s.ElementType.REUSABLE_ITEM||X.type===s.ElementType.SUB_TEMPLATE)return{index:D,isDirectHit:!0,isMacro:!0};if(X.type===s.ElementType.TAB&&X.listStyle===s.ListStyle.CHECKBOX){let b=D-1;for(;b>0;){const S=l[b];if(S.value===H&&S.listStyle===s.ListStyle.CHECKBOX)break;b--}return{index:b,isDirectHit:!0,isCheckbox:!0}}if(X.type===s.ElementType.RADIO||X.controlComponent===s.ControlComponent.RADIO)return{index:D,isDirectHit:!0,isRadio:!0};let U;if(l[C].value!==H){const b=M[0]-L[0];e<L[0]+b/2&&(D=T-1,m&&(U=T))}return{isDirectHit:!0,hitLineStartIndex:U,index:D,isControl:!!X.controlId}}}}if(!i){const T=this.getFloatPositionByXY({...t,imgDisplays:[s.ImageDisplay.FLOAT_BOTTOM]});if(T)return T}let R=!1,h=-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:h}}}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(X=>X.pageNo===u&&X.rowNo===p),M=l[L],P=r[L],D=M.listStyle===s.ListStyle.CHECKBOX?this.draw.getMargins()[3]:P.coordinate.leftTop[0];if(e<D)~L?P.value===H?h=L:(h=L-1,f=L):h=C;else{if(M.listStyle===s.ListStyle.CHECKBOX&&e<I[0])return{index:L,isDirectHit:!0,isCheckbox:!0};h=C}R=!0;break}}if(!R){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:h,isControl:!!l[h]?.controlId}}getFloatPositionByXY(t){const{x:e,y:n}=t,i=t.pageNo??this.draw.getPageNo(),l=this.draw.getZone().getZone(),{scale:r}=this.options;for(let a=0;a<this.floatPositionList.length;a++){const{position:c,element:d,isTable:u,index:R,trIndex:h,tdIndex: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:R,isDirectHit:!0,isImage:!0,isTable:u,trIndex:h,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:R,tdIndex:h,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:R,tdIndex:h,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&&!An(l)&&!l.control?.minWidth)for(let R=0;R<a.length;R++){const h=a[R],f=h.imgFloatPosition;if(f.pageNo!==n)continue;const g={...f,x:f.x*e,y:f.y*e,width:h.width*e,height:h.height*e};if(pa(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=Qn(t,e);return n?{...n,...this.defaultStyle}:null}getIsRangeChange(t,e,n,i,l,r,a){return this.range.startIndex!==t||this.range.endIndex!==e||this.range.tableId!==n||this.range.startTdIndex!==i||this.range.endTdIndex!==l||this.range.startTrIndex!==r||this.range.endTrIndex!==a}getIsCollapsed(){const{startIndex:t,endIndex:e}=this.range;return t===e}getIsSelection(){const{startIndex:t,endIndex:e}=this.range;return!~t&&!~e?!1:t!==e}getSelection(){const{startIndex:t,endIndex:e,splitTdRange:n}=this.range;if(t===e)return null;if(n)return this.draw.getSplitTdValues(n.originalId).slice(n.startIndex+1,n.endIndex+1);const i=this.draw.getElementList();return i.slice(i[t]?.value===H?t:t+1,e+1)}getSelectionElementList(){if(this.range.isCrossRowCol){const t=this.draw.getTableParticle().getRangeRowCol();if(!t)return null;const e=[];for(let n=0;n<t.length;n++){const i=t[n];for(let l=0;l<i.length;l++){const r=i[l];e.push(...r.value)}}return e}return this.getSelection()}getTextLikeSelection(){const t=this.getSelection();return t?t.filter(e=>!e.type||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 R=l.get(d);R||(R=[],l.set(d,R)),R.includes(u)||R.unshift(u);const h=i[r],f=i[r-1];if(h.value===H&&!h.listWrap||h.listId!==f?.listId||h.titleId!==f?.titleId)break;r--}const a=t===e;if(!a){let d=t+1;for(;d<e;){const{pageNo:u,rowNo:R}=n[d];let h=l.get(u);h||(h=[],l.set(u,h)),h.includes(R)||h.push(R),d++}}let c=e;for(a&&i[t].value===H&&(c+=1);c<n.length;){const d=i[c],u=i[c+1];if(d.value===H&&!d.listWrap||d.listId!==u?.listId||d.titleId!==u?.titleId)break;const{pageNo:R,rowNo:h}=n[c];let f=l.get(R);f||(f=[],l.set(R,f)),f.includes(h)||f.push(h),c++}return l}getRangeParagraphInfo(){const{startIndex:t,endIndex:e}=this.range;if(!~t&&!~e)return null;let n=-1;const i=[],l=this.getRangeParagraph();if(!l)return null;const r=this.draw.getElementList(),a=this.position.getPositionList();for(let c=0;c<a.length;c++){const d=a[c],u=l.get(d.pageNo);u&&u.includes(d.rowNo)&&(~n||(n=d.index),i.push(r[c]))}return i.length?{elementList:i,startIndex:n}:null}getRangeParagraphElementList(){return this.getRangeParagraphInfo()?.elementList||null}getRangeTableElement(){const t=this.position.getPositionContext();return t.isTable?this.draw.getOriginalElementList()[t.index]:null}getIsSelectAll(){const t=this.draw.getElementList(),{startIndex:e,endIndex:n}=this.range;return e===0&&t.length-1===n&&!this.position.getPositionContext().isTable}getIsPointInRange(t,e,n){const{startIndex:i,endIndex:l}=this.range,r=this.position.getPositionList();for(let a=i+1;a<=l&&r[a];a++){const{coordinate:{leftTop:d,rightBottom:u},pageNo:R}=r[a];if(n===R&&t>=d[0]&&t<=u[0]&&e>=d[1]&&e<=u[1])return!0}return!1}getKeywordRangeList(t){const e=this.draw.getSearch().getMatchList(t,this.draw.getOriginalElementList()),n=new Map;for(const l of e){const r=n.get(l.groupId);if(r)r.endIndex+=1;else{const{type:a,groupId:c,tableId:d,index:u,tdIndex:R,trIndex:h}=l,f={startIndex:u,endIndex:u};a===Ke.TABLE&&(f.tableId=d,f.startTdIndex=R,f.endTdIndex=R,f.startTrIndex=h,f.endTrIndex=h),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(),Y=this.position.getPositionContext();r=E[Y.index]}else{const E=~i?i:0,Y=this.draw.getElementList();r=this.getRangeAnchorStyle(Y,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,R=!~a.findIndex(E=>!E.bold),h=!~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,D=r.listStyle||null,X=f&&r.textDecoration||null,U=!!this.draw.getPainterStyle(),b=this.historyManager.isCanUndo(),S=this.historyManager.isCanRedo(),N=r.groupIds||null,V=r.extension??null,F=r.deletePerson??"",O={type:c,undo:b,redo:S,painter:U,font:d,size:u,bold:R,italic:h,underline:f,strikeout:g,deletePerson:F,color:T,highlight:C,rowFlex:p,vertical:I,rowMargin:m,dashArray:L,level:M,listType:P,listStyle:D,groupIds:N,textDecoration:X,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(H,"g"),""):""}getRangeElement(t={}){const e=t.elementList||this.draw.getElementList(),n=t.range||this.getRange(),{splitTdRange:i}=n,l={elementList:e,range:n};return i&&(l.range=i,l.elementList=this.draw.getSplitTdValues(i.originalId)??[]),l}}class 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 R=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_X?Math.ceil(n*r/a):1,h=l.repeat===s.BackgroundRepeat.REPEAT||l.repeat===s.BackgroundRepeat.REPEAT_Y?Math.ceil(i*r/c):1;for(let f=0;f<R;f++){for(let g=0;g<h;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 ki{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 ki{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]],R=[a[3],r-a[2]],h=[l-a[1],r-a[2]];t.moveTo(d[0]-c,d[1]),t.lineTo(...d),t.lineTo(d[0],d[1]-c),t.moveTo(u[0]+c,u[1]),t.lineTo(...u),t.lineTo(u[0],u[1]-c),t.moveTo(R[0]-c,R[1]),t.lineTo(...R),t.lineTo(R[0],R[1]+c),t.moveTo(h[0]+c,h[1]),t.lineTo(...h),t.lineTo(h[0],h[1]+c),t.stroke(),t.restore()}}class yd{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,R=0;for(;R<c-1;){const f=d.length?d[u]:c,g=e.slice(R,f);g.length&&a.push({index:R,type:Ke.PAGE,elementList:g});const T=e[f];T&&a.push({index:f,type:Ke.TABLE,elementList:[T]}),R=f+1,u++}function h(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:H).filter(Boolean).join("");i&&(p=p.toLocaleLowerCase());const I=[],m=n?new RegExp(f):f;let{index:L,length:M}=Ks(p,m);for(;L!==-1&&M!==0;){I.push({index:L,length:M});const P=Ks(p,m,L+M);L=P.index,M=P.length}for(let P=0;P<I.length;P++){const{index:D,length:X}=I[P],U=ft();for(let b=0;b<X;b++){const S=D+b+(C?.startIndex||0);r.push({type:g,index:S,groupId:U,...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};h(l,g.type,m.value,L)}}}else h(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:D}=d;u=a[L]?.trList[M].tdList[P]?.positionList[D]}else u=r[d.index];if(!u)continue;const{coordinate:{leftTop:R,leftBottom:h,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=R[0],p=R[1],I=f[0]-R[0],m=h[1]-R[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(mi(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="",R=-1;const h=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,D=h[P].trList[I].tdList[m].value,X=L+c,U=D[X];if(!r&&(U?.control?.deletable===!1||U?.title?.deletable===!1))continue;if(t===""){this.draw.spliceElementList(D,X,1),c--,~R||(R=T);continue}if(d===C.groupId){this.draw.spliceElementList(D,X,1),c--;continue}~R||(R=T);for(let b=0;b<t.length;b++){const S=t[b];b===0?U.value=S:(this.draw.spliceElementList(D,X+b,0,[{...U,value:S}]),c++)}}else{const p=C.index+a,I=h[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(h,p,1),a--,~R||(R=T);continue}if(~R||(R=T),d===C.groupId){this.draw.spliceElementList(h,p,1),a--;continue}for(let m=0;m<t.length;m++){const L=t[m];m===0?I.value=L:(this.draw.spliceElementList(h,p+m,0,[{...I,value:L}]),a++)}}d=C.groupId}if(!~R)return;const f=i[R],g=f.index+(t.length-1);if(f.type===Ke.TABLE){const{tableIndex:T,trIndex:C,tdIndex:p,index:I}=f,m=h[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 Nd extends ki{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 Bn;(function(o){o.SOLID="solid",o.DASHED="dashed",o.DOTTED="dotted"})(Bn||(Bn={}));class bd extends ki{options;constructor(t){super(),this.options=t.getOptions()}_drawLine(t,e,n,i,l){const r=e+i;switch(t.beginPath(),l){case Bn.DASHED:t.setLineDash([3,1]);break;case Bn.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,Bn.DASHED);break;case s.TextDecorationStyle.DOTTED:this._drawLine(t,i,a,r,Bn.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:ia});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||!oa.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 kn{draw;options;constructor(t){this.draw=t,this.options=t.getOptions()}static formatNumberPlaceholder(t,e,n,i){const l=i===s.NumberType.CHINESE?fa(e):`${e}`;return t.replace(n,l)}render(t,e){const{scale:n,pageNumber:{size:i,font:l,color:r,rowFlex:a,numberType:c,format:d,startPageNo:u,fromPageNo:R}}=this.options;if(e<R)return;let h=d;const f=new RegExp(so.PAGE_NO);f.test(h)&&(h=kn.formatNumberPlaceholder(h,e+u-R,f,c));const g=new RegExp(so.PAGE_COUNT);g.test(h)&&(h=kn.formatNumberPlaceholder(h,this.draw.getPageCount()-R,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(h);a===s.RowFlex.CENTER?m=(T-M)/2:a===s.RowFlex.RIGHT?m=T-M-L[1]:m=L[3],t.fillText(h,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=da(()=>{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($t.UP):this.clientHeight-n<=this.thresholdPoints[1]?this._startMove($t.DOWN):e<this.thresholdPoints[2]?this._startMove($t.LEFT):this.clientWidth-e<this.thresholdPoints[3]?this._startMove($t.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===$t.DOWN?e.scrollTo(n,i+this.step):t===$t.UP?e.scrollTo(n,i-this.step):t===$t.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=lt(t);for(let n=0;n<t.length;n++){const i=e[n];for(let l=i.tdList.length-1;l>=0;l--){const r=i.tdList[l],{rowspan:a,rowIndex:c,colIndex:d}=r,u=c+a-1;if(u!==l){const R=i.tdList.splice(l,1)[0];e[u]?.tdList.splice(d,0,R)}}}return e}getRangeRowCol(){const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.draw.getPosition().getPositionContext();if(!t)return null;const{isCrossRowCol:l,startTdIndex:r,endTdIndex:a,startTrIndex:c,endTrIndex:d}=this.range.getRange(),h=this.draw.getOriginalElementList()[e].trList;if(!l)return[[h[n].tdList[i]]];let f=h[c].tdList[r],g=h[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<h.length;L++){const M=h[L],P=[];for(let D=0;D<M.tdList.length;D++){const X=M.tdList[D],U=X.colIndex,b=X.rowIndex;U>=T&&U<=C&&b>=p&&b<=I&&P.push(X)}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,R=this._mergeHorizontalBorderRanges(d,l),h=e.lineWidth;c&&(e.lineWidth=c*u),e.beginPath();const f=Math.round(n),g=Math.round(i);e.translate(.5,.5),a&&!R.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,R)),e.stroke(),c&&(e.lineWidth=h),e.translate(-.5,-.5)}_drawHorizontalBorder(t,e,n,i,l){if(!l.length){t.lineTo(e+i,n);return}let r=0;l.forEach(([a,c])=>{r<a&&(t.moveTo(e+r,n),t.lineTo(e+a,n)),r=Math.max(r,c)}),r<i&&(t.moveTo(e+r,n),t.lineTo(e+i,n))}_mergeHorizontalBorderRanges(t,e){return t.map(([i,l])=>[Math.max(0,Math.min(i,e)),Math.max(0,Math.min(l,e))]).filter(([i,l])=>l>i).sort(([i],[l])=>i-l).reduce((i,l)=>{const r=i[i.length-1];return!r||l[0]>r[1]?i.push(l):l[1]>r[1]&&(r[1]=l[1]),i},[])}_getPagingContinuationTopBorderRanges(t,e){const{scale:n}=this.options,i=[];for(let l=0;l<t.length;l++){const r=t[l];for(let a=0;a<r.tdList.length;a++){const c=r.tdList[a];!c.linkTdPrevId||c.y!==0||i.push([c.x*n,(c.x+c.width)*n])}}return this._mergeHorizontalBorderRanges(i,e)}_drawSlash(t,e,n,i){const{scale:l}=this.options;t.save();const r=e.width*l,a=e.height*l,c=Math.round(e.x*l+n),d=Math.round(e.y*l+i);e.slashTypes?.includes(s.TdSlash.FORWARD)&&(t.moveTo(c+r,d),t.lineTo(c,d+a)),e.slashTypes?.includes(s.TdSlash.BACK)&&(t.moveTo(c,d),t.lineTo(c+r,d+a)),t.stroke(),t.restore()}_drawBorder(t,e,n,i){const{colgroup:l,trList:r,borderType:a,borderColor:c,borderWidth:d=1,borderExternalWidth:u}=e;if(!l||!r)return;const{scale:R,table:{defaultBorderColor:h}}=this.options,f=e.width*R,g=e.height*R,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*R,t.strokeStyle=c||h,!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 D=P.width*R,X=P.height*R,U=Math.round(P.x*R+n+D),b=Math.round(P.y*R+i),S=!!P.linkTdPrevId,N=!!P.linkTdNextId;if(t.translate(.5,.5),t.beginPath(),!S&&P.borderTypes?.includes(s.TdBorder.TOP)&&(t.moveTo(U-D,b),t.lineTo(U,b),t.stroke()),P.borderTypes?.includes(s.TdBorder.RIGHT)&&(t.moveTo(U,b),t.lineTo(U,b+X),t.stroke()),P.borderTypes?.includes(s.TdBorder.BOTTOM)&&(t.moveTo(U,b+X),t.lineTo(U-D,b+X),t.stroke()),P.borderTypes?.includes(s.TdBorder.LEFT)&&(t.moveTo(U-D,b),t.lineTo(U-D,b+X),t.stroke()),!C&&!p){if((!I||P.colIndex+P.colspan<l.length)&&(t.moveTo(U,b),t.lineTo(U,b+X),u&&u!==d&&P.colIndex+P.colspan===l.length)){const V=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=V}if(N||!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(U,b+X),t.lineTo(U-D,b+X),V){const F=t.lineWidth;t.lineWidth=u*R,t.stroke(),t.beginPath(),t.lineWidth=F}}t.stroke()}t.translate(-.5,-.5)}}t.restore()}_drawBackgroundColor(t,e,n,i){const{trList:l}=e;if(!l)return;const{scale:r}=this.options;for(let a=0;a<l.length;a++){const c=l[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d];if(!u.backgroundColor)continue;t.save();const R=u.width*r,h=u.height*r,f=Math.round(u.x*r+n),g=Math.round(u.y*r+i);t.fillStyle=u.backgroundColor,t.fillRect(f,g,R,h),t.restore()}}}getTableWidth(t){return t.colgroup.reduce((e,n)=>e+n.width,0)}getTableHeight(t){const e=t.trList;return e?.length?this.getTdListByColIndex(e,0).reduce((n,i)=>n+i.height,0):0}getRowCountByColIndex(t,e){return this.getTdListByColIndex(t,e).reduce((n,i)=>n+i.rowspan,0)}getTdListByColIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.colIndex,d=c+a.colspan-1;e>=c&&e<=d&&n.push(a)}}return n}getTdListByRowIndex(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i].tdList;for(let r=0;r<l.length;r++){const a=l[r],c=a.rowIndex,d=c+a.rowspan-1;e>=c&&e<=d&&n.push(a)}}return n}computeRowColInfo(t){const{colgroup:e,trList:n}=t;if(!e||!n)return;let i=0;for(let l=0;l<n.length;l++){const r=n[l],a=n.length-1===l;for(let c=0;c<r.tdList.length;c++){const d=r.tdList[c];let u=0;if(n.length>1&&l!==0){const 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 R=0;for(let p=0;p<d.colspan;p++)R+=e[p+u].width;let h=0;for(let p=0;p<d.rowspan;p++){const I=n[p+l]||n[l];h+=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=R,d.height=h,d.rowIndex=l,d.colIndex=u,d.trIndex=l,d.tdIndex=c,i+=R,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:R,endTdIndex:h,startTrIndex:f,endTrIndex:g}=this.range.getRange();if(!u)return;let T=d[f].tdList[R],C=d[g].tdList[h];(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 D=0;D<P.tdList.length;D++){const X=P.tdList[D],U=X.colIndex,b=X.rowIndex;if(U>=p&&U<=I&&b>=m&&b<=L){const S=X.x*l,N=X.y*l,V=X.width*l,F=X.height*l;t.globalAlpha=r,t.fillStyle=a,t.fillRect(S+n,N+i,V,F)}}}t.restore()}render(t,e,n,i){this._drawBackgroundColor(t,e,n,i),this._drawBorder(t,e,n,i)}findPreRowSpanTd(t,e,n){for(let i=e;i>=0;i--){const l=t[i].tdList.find(r=>r.colIndex===n);if(l)return l}}computeTrHeight(t,e){const{scale:n,table:{tdPadding:i,defaultTrMinHeight:l}}=this.options,r=t.tdPadding||i,a=r[0]+r[2],c=t.trList;for(let R=0;R<c.length;R++){const h=c[R];h.height=h.minHeight||l,h.minHeight=h.height}this.computeRowColInfo(t);const d={},u={};for(let R=0;R<c.length;R++){const h=c[R];if(!h.tdList.length){h.height=0;continue}const f=[],g=[];for(let C=0;C<t.colgroup.length;C++){const p=h.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:[R,R+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]==R&&f.push(I.extraHeight)}}const T=Math.max(...f.length?f:g);Object.values(d).forEach(C=>{C.rowSpan[0]<=R&&C.rowSpan[1]>=R&&(C.extraHeight-=T,C.preHeight+=T,C.preMinHeight+=h.minHeight)}),h.height=T;for(let C=0;C<t.colgroup.length;C++){const p=h.tdList.find(I=>I.colIndex===C)??this.findPreRowSpanTd(c,R,C);if(p){const I=d[p.id]?.preHeight??0,m=d[p.id]?.preMinHeight??h.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(){const{isTable:t,index:e,trIndex:n,tdIndex:i}=this.position.getPositionContext();if(!t)return;this.dispose();const l=this.draw.getOriginalElementList(),r=this.position.getOriginalPositionList(),a=l[e];if(a.tableToolDisabled&&!this.draw.isDesignMode())return;const{scale:c,table:{overflow:d}}=this.options,u=r[e],{colgroup:R,trList:h}=a,{coordinate:{leftTop: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,D=a.width*c,X=document.createElement("div");X.classList.add(`${rt}-table-tool__select`),X.style.height=`${P*c}`,X.style.left=`${p}px`,X.style.top=`${I}px`,X.style.transform=`translate(-${this.TABLE_SELECT_OFFSET*c}px, ${-this.TABLE_SELECT_OFFSET*c}px)`,X.onclick=()=>{this.draw.getTableOperate().tableSelectAll()},this.container.append(X),this.toolTableSelectBtn=X;const U=h.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<U.length;E++){const Y=U[E]*c,y=document.createElement("div");y.classList.add(`${rt}-table-tool__row__item`),E===L&&y.classList.add("active"),y.onclick=()=>{const w=this.draw.getTableParticle().getTdListByRowIndex(h,E),Q=w[0],W=w[w.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,W.tdIndex,Q.trIndex,W.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(b,E)};const v=document.createElement("div");v.classList.add(`${rt}-table-tool__anchor`),v.onmousedown=w=>{this._mousedown({evt:w,element:a,index:E,order:_e.ROW})},y.append(v),y.style.height=`${Y}px`,b.append(y)}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:h.length-1,tdIndex:0,tableId:a.id}),this.draw.getTableOperate().insertTableBottomRow()},this.container.append(S),this.toolRowAddBtn=S;const N=R.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<N.length;E++){const Y=N[E]*c,y=document.createElement("div");y.classList.add(`${rt}-table-tool__col__item`),E===M&&y.classList.add("active"),y.onclick=()=>{const w=this.draw.getTableParticle().getTdListByColIndex(h,E),Q=w[0],W=w[w.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,W.tdIndex,Q.trIndex,W.trIndex),this.draw.render({curIndex:0,isCompute:!1,isSubmitHistory:!1}),this._setAnchorActive(V,E)};const v=document.createElement("div");v.classList.add(`${rt}-table-tool__anchor`),v.onmousedown=w=>{this._mousedown({evt:w,element:a,index:E,order:_e.COL})},y.append(v),y.style.width=`${Y}px`,V.append(y)}V.style.left=`${p}px`,V.style.top=`${I}px`,this.container.append(V),this.toolColContainer=V;const F=document.createElement("div");F.classList.add(`${rt}-table-tool__quick__add`),F.style.height=`${P*c}`,F.style.left=`${p+D}px`,F.style.top=`${I}px`,F.style.transform=`translate(${this.ROW_COL_QUICK_OFFSET*c}px, -${this.ROW_COL_QUICK_POSITION*c}px)`,F.onclick=()=>{this.position.setPositionContext({index:e,isTable:!0,trIndex:0,tdIndex:h[0].tdList.length-1||0,tableId:a.id}),this.draw.getTableOperate().insertTableRightCol()},this.container.append(F),this.toolColAddBtn=F;const O=document.createElement("div");O.classList.add(`${rt}-table-tool__border`),O.style.height=`${P}px`,O.style.width=`${D}px`,O.style.left=`${p}px`,O.style.top=`${I}px`;for(let E=0;E<h.length;E++){const Y=h[E];for(let y=0;y<Y.tdList.length;y++){const v=Y.tdList[y],w=document.createElement("div");w.classList.add(`${rt}-table-tool__border__row`),w.style.width=`${v.width*c}px`,w.style.height=`${this.BORDER_VALUE}px`,w.style.top=`${(v.y+v.height)*c-this.BORDER_VALUE/2}px`,w.style.left=`${v.x*c}px`,w.onmousedown=W=>{this._mousedown({evt:W,element:a,index:v.rowIndex+v.rowspan-1,order:_e.ROW})},O.appendChild(w);const Q=document.createElement("div");if(Q.classList.add(`${rt}-table-tool__border__col`),Q.style.width=`${this.BORDER_VALUE}px`,Q.style.height=`${v.height*c}px`,Q.style.top=`${v.y*c}px`,Q.style.left=`${(v.x+v.width)*c-this.BORDER_VALUE/2}px`,Q.onmousedown=W=>{this._mousedown({evt:W,element:a,index:v.colIndex+v.colspan-1,order:_e.COL})},O.appendChild(Q),d&&v.colIndex===0){const W=document.createElement("div");W.classList.add(`${rt}-table-tool__border__col`),W.style.width=`${this.BORDER_VALUE}px`,W.style.height=`${v.height*c}px`,W.style.top=`${v.y*c}px`,W.style.left=`${v.x*c-this.BORDER_VALUE/2}px`,W.onmousedown=G=>{this._mousedown({evt:G,element:a,index:0,isLeftStartBorder:!0,order:_e.COL})},O.appendChild(W)}}}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(),R=this.draw.getPageGap(),h=this.draw.getPageNo()*(u+R),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,D=this.canvas.getBoundingClientRect(),X=window.getComputedStyle(P).cursor;document.body.style.cursor=X,this.canvas.style.cursor=X;let U=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`,U=0,b=h+this.mousedownY-D.top):(S.classList.add(`${rt}-table-anchor__line__col`),S.style.height=`${u}px`,U=this.mousedownX-D.left,b=h),S.style.left=`${U}px`,S.style.top=`${b}px`,this.container.append(S),this.anchorLine=S;let N=0,V=0;const F=O=>{const E=this._mousemove(O,i,U,b);E&&(N=E.dx,V=E.dy)};document.addEventListener("mousemove",F),document.addEventListener("mouseup",()=>{let O=!1;if(i===_e.ROW){const E=l.trList,Y=E[n]||E[n-1],{defaultTrMinHeight:y}=this.options.table;V<0&&Y.height+V<y&&(V=y-Y.height),V&&(Y.height+=V,Y.minHeight=Y.height,O=!0)}else{const{colgroup:E}=l;if(E&&N)if(c&&r){E[n].width-N/a<=this.MIN_TD_WIDTH&&(N=(E[n].width-this.MIN_TD_WIDTH)*a);const Y=C+(l.translateX||0)*a;Y+N<L&&(N=L-Y),E[n].width-=N/a,l.width-=N/a,l.translateX=(l.translateX||0)+N/a,O=!0}else{const Y=E[n].width;N<0&&Y*a+N<this.MIN_TD_WIDTH*a&&(N=this.MIN_TD_WIDTH*a-Y*a);const y=E[n+1]?.width;if(N>0&&y&&y*a-N<this.MIN_TD_WIDTH*a&&(N=y*a-this.MIN_TD_WIDTH*a),n===E.length-1){const w=C+(l.translateX||0)*a+l.width*a;w+N>M&&(N=M-w)}N&&(E.length-1!==n&&(E[n+1].width-=N/a),E[n].width+=N/a,O=!0)}}O&&this.draw.render({isSetCursor:!1}),S.remove(),document.removeEventListener("mousemove",F),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,R=e.label?.color||a,h=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,h*l),t.fill(),t.fillStyle=R,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()}}const Sn=/[\r\n\u200B]/;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,No(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 R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="reusableItem"){const d=e.reusableItemConfig?.value||"",u=e.label||"";if(l===s.EditorMode.FORM)this._renderTextControl(t,e,n,i,d);else{const R=d||`获取 ${u}`;this._renderPlainText(t,e,n,i,R)}return}if(e.type==="subTemplate"){const c=e.label||"子模板";l===s.EditorMode.FORM?e.subTemplateExpanded||this._renderEditMode(t,e,n,i,c):this._renderPlainText(t,e,n,i,c);return}const a=e.value||e.label||"";this._renderPlainText(t,e,n,i,a)}activateInlineEditor(t,e,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),R=this.draw.getPosition(),h=R.getPositionList()[e];return this.draw.getRange().setRange(e,e),h&&R.setCursorPosition(h),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,`
|
|
120
120
|
`);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")this.input(`
|
|
121
|
-
`);else if(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";const r=this._getMacroLineHeight(e);l.split(Sn).forEach((a,c)=>{t.fillText(a,n,i+c*r)}),t.restore()}_renderEditMode(t,e,n,i,l){const{scale:r}=this.options,a=e.type==="customMacro",c=e.type==="reusableItem",d=e.type==="subTemplate";let u,R;d?(u="#722ed1",R="#f9f0ff"):c?(u="#52c41a",R="#f6ffed"):a?(u="#fa8c16",R="#fff7e6"):(u="#1677ff",R="#e6f4ff"),t.save(),t.font=e.style;const h=t.measureText(l),f=h.actualBoundingBoxAscent+h.actualBoundingBoxDescent,g=8*r,T=4*r,C=4*r,p=h.width+g*2,I=f+T*2,m=e.metrics,L=n,M=i-m.boundingBoxAscent+(m.boundingBoxAscent+m.boundingBoxDescent-I)/2;t.fillStyle=R,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||""}`,R=(l||d).split(Sn),h=this._getMacroLineHeight(e),f=R.map(p=>t.measureText(p)),g=f[f.length-1];t.fillStyle=this._getControlColor(e),t.textBaseline="alphabetic",t.fillText("[",n,i);const T=n+t.measureText("[").width;this._renderTextSelection(t,e,T,i,l,h),t.fillStyle=l?this._getValueColor(e):a,R.forEach((p,I)=>{t.fillText(p,T,i+I*h)});const C=T+g.width;t.fillStyle=this._getControlColor(e),t.fillText("]",C,i+(R.length-1)*h),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||""}`,R=l||u,h=t.measureText(R),f=h.actualBoundingBoxAscent+h.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(R,g,i);const T=g+h.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(R=>R.value===n.value)?.code||"";n.items.forEach(R=>{const h=document.createElement("li");h.textContent=R.value,h.dataset.code=R.code,R.code===a&&h.classList.add("active"),h.onclick=()=>{const f=R.code===a?"":R.code;this._setInlineEditorValue(t,"",f),this.clearInlineEditor()},r.append(h)}),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)),r=this._getMacroLineStart(l,t.cursorOffset),a=l.slice(r,t.cursorOffset).join(""),c=l.slice(0,t.cursorOffset).filter(P=>Sn.test(P)).length,d=n.coordinate.leftTop[0]+i.measureText("[").width+i.measureText(a).width;i.restore();const u=this.draw.getCursor(),R=u.getCursorDom(),{scale:h}=this.options,f=this._getMacroLineHeight(e),g=Hs*h,T=Math.min(f/4,g),C=f+T*2,p=l.filter(P=>Sn.test(P)).length+1,I=Math.max(n.metrics.boundingBoxDescent-f*(p-1),0),m=n.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),L=n.coordinate.leftTop[1]+n.ascent+I-(C-T)+c*f+m,M=u.getAgentDom();R.style.left=`${d}px`,R.style.top=`${L}px`,R.style.height=`${C}px`,R.style.backgroundColor=this._getControlColor(e),R.style.display="block",M.style.left=`${d}px`,M.style.top=`${L+C-g}px`}_renderTextSelection(t,e,n,i,l,r){const a=this.activeInlineEditor;if(!a||a.type!=="text"||!l||!this._getIsActiveElement(e,a))return;const c=Math.min(a.cursorOffset,a.selectionOffset),d=Math.max(a.cursorOffset,a.selectionOffset);if(c===d)return;const u=Array.from(l);let h=this._getMacroLineStart(u,c);for(;h<=d;){const f=u.findIndex((p,I)=>I>=h&&Sn.test(p)),g=f===-1?u.length:f,T=Math.max(c,h),C=Math.min(d,g);if(T<C){const p=u.slice(h,T).join(""),I=u.slice(T,C).join(""),m=t.measureText(I||p);t.save(),t.globalAlpha=.2,t.fillStyle=this._getControlColor(e),t.fillRect(n+t.measureText(p).width,i+this._getMacroLineIndex(u,h)*r-m.actualBoundingBoxAscent,t.measureText(I).width,m.actualBoundingBoxAscent+m.actualBoundingBoxDescent),t.restore()}if(g>=d||g===u.length)break;h=g+1}}_getMacroLineHeight(t){const{scale:e,defaultSize:n}=this.options;return(t.size||n)*e}_getMacroLineStart(t,e){for(let n=Math.min(e-1,t.length-1);n>=0;n--)if(Sn.test(t[n]))return n+1;return 0}_getMacroLineIndex(t,e){return t.slice(0,e).filter(n=>Sn.test(n)).length}_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=Yi(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*Ws[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,R=r*d,h=e.width*d,f=this.draw.getDefaultBasicRowMarginHeight()*u;t.save(),t.font=`${R}px ${l}`;const g=t.measureText(c),T=(h-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+h,i),t.stroke(),t.fillText(c,n+T,i+g.actualBoundingBoxAscent-R/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:R}=this.options,h=this.draw.getWidth(),f=this.draw.getHeight();t.save(),t.globalAlpha=i,t.font=`${r*R}px ${l}`;let g=n;const T=new RegExp(so.PAGE_NO);T.test(g)&&(g=kn.formatNumberPlaceholder(g,e+1,T,u));const C=new RegExp(so.PAGE_COUNT);C.test(g)&&(g=kn.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,D=Math.sqrt(Math.pow(M,2)+Math.pow(P,2)),X=D+2*d[0]*R,U=D+2*d[1]*R;m.width=X,m.height=U,m.style.width=`${X*I}px`,m.style.height=`${U*I}px`,L.translate(X/2,U/2),L.rotate(-45*Math.PI/180),L.translate(-X/2,-U/2),L.font=`${r*R}px ${l}`,L.fillStyle=a,L.fillText(g,(X-M)/2,(U-P)/2+p.actualBoundingBoxAscent);const b=t.createPattern(m,"repeat");b&&(t.fillStyle=b,t.fillRect(0,0,h,f))}else{const I=h/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*R/2)}t.restore()}renderImage(t){const{watermark:{width:e,height:n,data:i,opacity:l,repeat:r,gap:a},scale:c}=this.options;if(!this.imageCache.has(i)){const 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(),R=e*c,h=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(R,2)+Math.pow(h,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-R)/2,(I-h)/2,R,h);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),-R/2,-h/2,R,h)}t.restore()}render(t,e){this.options.watermark.type===s.WatermarkType.IMAGE?this.renderImage(t):this.renderText(t,e)}}class 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(),R=u===s.EditorMode.EDIT||u===s.EditorMode.FORM,h=this.control.getActiveControl()?.getElement(),f=this._getControlType(t,e);let g=!1,T=!1,C=!1,p=!1;c.highlight||(g=!d&&!!n&&!!h&&c.controlId===h.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=R&&!!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 R=n.slice(d,u).map(g=>g.controlComponent===s.ControlComponent.VALUE?g:{value:H}),h=this.highlightList[c],{ruleList:f}=h;for(let g=0;g<f.length;g++){const T=f[g],C=t.getMatchList(T.keyword,R);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:R,rightTop:h},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=h[0]-u[0],p=R[1]-u[1];t.fillRect(g,T,C,p)}t.restore()}}const Dr={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,Gi=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],R=this._getStyle(u.mark),h=Math.max(1,this.options.scale),f=u.x-h,g=u.y-h,T=Math.max(1,u.width+h*2),C=Math.max(1,u.height+h*2),p=Math.max(2,this.options.scale*2);if(this.underlineVisible&&R.borderColor&&u.hasUnderline&&(t.lineWidth=p,t.strokeStyle=R.borderColor,t.beginPath(),t.moveTo(u.underlineX,u.underlineY),t.lineTo(u.underlineRight,u.underlineY),t.stroke()),u.drawRequired){this._renderRequiredMark(t,u,f);continue}if(R.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(h=>this._getTargetControlIds(t,h)),d=c.map(h=>this._getTitleTargets(t,h)),u=[];for(let h=0;h<n.length;h++){const f=n[h],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 W=d[Q].get(L);W&&W.forEach(G=>{P.some(_=>_.markIndex===Q&&_.controlId===G)||P.push({markIndex:Q,controlId:G})})}if(!P.length)continue;const D=M.coordinate.leftTop,X=M.coordinate.rightTop,U=M.coordinate.leftBottom,b=M.coordinate.rightBottom,S=Math.min(D[0],U[0]),N=Math.max(X[0],b[0]),V=Math.min(D[1],X[1]),F=Math.max(U[1],b[1]),O=M.metrics.boundingBoxAscent+M.metrics.boundingBoxDescent,E=V+M.ascent-M.metrics.boundingBoxAscent,Y=O>0?E:V,y=O>0?E+O:F,v=this._isButtonElement(m),w=T?Math.max(S,Math.min(N,p)):N;for(let Q=0;Q<P.length;Q++){const{markIndex:W,controlId:G}=P[Q],_=`${W}:${G}:${f.startIndex}`,K=g.get(_),A={x:S,y:Y,right:N,bottom:y};if(K){const q=this._mergeBounds(K,A);K.x=q.x,K.y=q.y,K.width=Math.max(1,q.right-q.x),K.height=Math.max(1,q.bottom-q.y),v||(K.hasUnderline?(K.underlineX=Math.min(K.underlineX,S),K.underlineY=Math.max(K.underlineY,y+Gi),K.underlineRight=Math.max(K.underlineRight,w)):(K.underlineX=S,K.underlineY=y+Gi,K.underlineRight=w),K.hasUnderline=!0)}else g.set(_,{mark:this.marks[W],targetKey:`${W}:${G}`,x:S,y:Y,width:Math.max(1,N-S),height:Math.max(1,y-Y),baseline:V+M.ascent,font:m.style||this.draw.getElementFont(m,this.options.scale),underlineX:S,underlineY:y+Gi,underlineRight:w,hasUnderline:!v,drawLeft:!1,drawRight:!1,drawRequired:!1})}}u.push(...g.values())}const R=new Map;for(let h=0;h<u.length;h++){const f=u[h],g=R.get(f.targetKey)||[];g.push(f),R.set(f.targetKey,g)}return R.forEach(h=>{this._isRequiredMark(h[0].mark)?h[0].drawRequired=!0:(h[0].drawLeft=!0,h[h.length-1].drawRight=!0)}),u}_renderRequiredMark(t,e,n){t.save(),t.font=e.font,t.fillStyle=e.mark.style?.borderColor||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(h=>this._getQualityTargetId(h)===i);if(l<0)return;const r=t[l],a=r.control,c=this._getTitleTextBefore(t,l);if(!c)return;const d=[a?.label,a?.placeholder].concat(this._isMacroElement(r)?[r.label]:[]).filter(Boolean).map(h=>this._normalizeTitleText(h)),u=this._normalizeTitleText(c);if(!d.some(h=>h===u||h.includes(u)||u.includes(h)))return;let R=l-1;for(;R>=0&&this._isTitleValueElement(t[R]);){let h=n.get(R);h||(h=new Set,n.set(R,h)),h.add(i),R--}}),n}_getTitleTextBefore(t,e){const n=t[e-1];if(n?.type===s.ElementType.TITLE)return n.valueList?.map(r=>r.value).join("")||"";if(!this._isTitleValueElement(n))return"";const i=n.titleId;let l=e-1;for(;l>=0&&this._isTitleValueElement(t[l])&&t[l].titleId===i;)l--;return t.slice(l+1,e).map(r=>r.value).join("")}_isTitleValueElement(t){return!!t?.titleId&&!!t.level}_normalizeTitleText(t){return t.replace(/\s/g,"").replace(/[::]+$/,"")}_getTargetControlIds(t,e){const n=new Set,i=e.id?"id":e.conceptId?"conceptId":e.code?"code":null;if(!i)return n;for(let l=0;l<t.length;l++){const r=t[l],a=this._getQualityTargetId(r);if(!a)continue;const c=r.control?.conceptId||r.conceptId,d=r.control?.code||r.macroConfig?.code||r.dictCode;(i==="id"&&a===e.id||i==="conceptId"&&c===e.conceptId||i==="code"&&d===e.code)&&n.add(a)}return n}_getQualityTargetId(t){if(t.controlId)return t.controlId;if(this._isMacroElement(t))return t.id}_isMacroElement(t){return[s.ElementType.MACRO,s.ElementType.CUSTOM_MACRO,s.ElementType.REUSABLE_ITEM].includes(t.type)}_getTargetIdsForElement(t,e,n){if(!t)return[];const i=[];for(let l=0;l<e.length;l++){const r=e[l];let a=t;const c=new Set;for(;a&&!c.has(a);){if(r.has(a)){i.push({markIndex:l,controlId:a});break}c.add(a),a=n.get(a)}}return i}_getStyle(t){return{...Dr[t.type?.toLowerCase()||"error"]||Dr.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 lo{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&&!Qs(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?Jt(d,["control","controlId",...Re]):Ee(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const f={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[f])}return R+t.length-1}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.element.control?.selectExclusiveOptions?.inputAble;if(t.key===s.KeyMap.Backspace)return i!==l?c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect():r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1):this.clearSelect();if(t.key===s.KeyMap.Delete){if(i!==l)return c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect();{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect()}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();return t===e?t:this.clearSelect()}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=t.elementList||this.control.getElementList(),{startIndex:r}=t.range||this.control.getRange(),a=l[r];let c=-1,d=-1,u=r;for(;u>0;){const f=l[u];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT){c=u;break}u--}let R=r+1;for(;R<l.length;){const f=l[R];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.POSTFIX||f.controlComponent===s.ControlComponent.POST_TEXT){d=R-1;break}R++}return!~c||!~d?-1:(this.control.getDraw().spliceElementList(l,c+1,d-c,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(u,t),this.control.setControlProperties({code:void 0},{elementList:l,range:{startIndex:u,endIndex:u}}),u)}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.element.control,a=t?.split(this.VALUE_DELIMITER)||[],c=r.code,d=r.code?.split(this.VALUE_DELIMITER)||[],u=r.isMultiSelect;if(!u&&t===c||u&&vs(d,a)){this.control.repaintControl({curIndex:l.startIndex,isCompute:!1,isSubmitHistory:!1}),this.destroy();return}const R=r.valueSets;if(!Array.isArray(R)||!R.length)return;const h=this.getText(a);if(!h){if(c){const L=this.clearSelect(e,{isIgnoreDeletedRule:n.isIgnoreDeletedRule});~L&&(this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({controlValue:[]}))}return}const f=this.getValue(e)[0],g=f?Jt(f,ye):Jt(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],ye),p=T+1,I=yt(h),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),re(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=g=>{g.stopPropagation()};i.addEventListener("mousedown",l),i.addEventListener("mouseup",l),i.addEventListener("click",l),i.addEventListener("keydown",l),i.addEventListener("input",l);const r=document.createElement("input");r.type="search",r.classList.add(`${rt}-select-control-search`),r.placeholder=this.draw.getI18n().t("select.search")||"搜索选项",r.setAttribute("aria-label",r.placeholder);const a=document.createElement("ul");a.setAttribute("role","listbox");const c=(g="")=>{for(;a.firstChild;)a.removeChild(a.firstChild);const T=g.trim().toLocaleLowerCase(),C=e.filter(M=>T?[M.value,M.code].some(P=>P.toLocaleLowerCase().includes(T)):!0),p=this.getCodes(),I=C.findIndex(M=>p.includes(M.code)),m=I>=0?I:0;let L=null;for(let M=0;M<C.length;M++){const P=C[M],D=document.createElement("li");D.setAttribute("role","option"),p.includes(P.code)&&(D.classList.add("active"),L=D),M===m&&(D.classList.add("keyboard-active"),D.setAttribute("aria-selected","true")),D.onclick=()=>{const X=this.getCodes(),U=X.findIndex(b=>b===P.code);t.isMultiSelect?~U?X.splice(U,1):X.push(P.code):~U?X.length=0:X.splice(0,X.length,P.code),this.setSelect(X.join(this.VALUE_DELIMITER)),t.isMultiSelect&&c(r.value)},D.append(document.createTextNode(P.value)),a.append(D)}if(!C.length){const M=document.createElement("li");M.classList.add(`${rt}-select-control-empty`),M.textContent=this.draw.getI18n().t("select.empty")||"无匹配项",a.append(M)}L&&pi(i,L)};r.addEventListener("input",()=>{c(r.value)}),r.addEventListener("keydown",g=>{if(g.key==="ArrowDown"||g.key==="ArrowUp"){g.preventDefault();const T=Array.from(a.querySelectorAll("li:not(.ce-select-control-empty)"));if(!T.length)return;const C=T.findIndex(m=>m.classList.contains("keyboard-active")),p=g.key==="ArrowDown"?1:-1,I=C<0?p>0?0:T.length-1:(C+p+T.length)%T.length;T.forEach((m,L)=>{const M=L===I;m.classList.toggle("keyboard-active",M),m.setAttribute("aria-selected",String(M))}),pi(i,T[I]);return}if(g.key==="Enter"){g.preventDefault(),a.querySelector("li.keyboard-active")?.click();return}g.key==="Escape"&&this.destroy()}),i.append(r,a);const{coordinate:{leftTop:[d,u]},lineHeight:R}=n,h=this.control.getPreY();i.style.left=`${d}px`,i.style.top=`${u+h+R}px`,this.control.getContainer().append(i),this.selectDom=i,c(),r.focus()}awake(){if(this.isPopup||this.control.getIsDisabledControl())return;const{startIndex:t}=this.control.getRange(),n=this.control.getElementList()[t];!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||(this._createSelectPopupDom(),this.isPopup=!0)}destroy(){this.isPopup&&(this.selectDom?.remove(),this.isPopup=!1)}}var Fr;function lt(){return Fr.apply(null,arguments)}function jd(o){Fr=o}function Ve(o){return o instanceof Array||Object.prototype.toString.call(o)==="[object Array]"}function Dn(o){return o!=null&&Object.prototype.toString.call(o)==="[object Object]"}function _t(o,t){return Object.prototype.hasOwnProperty.call(o,t)}function xi(o){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(o).length===0;var t;for(t in o)if(_t(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 ao(o){return o instanceof Date||Object.prototype.toString.call(o)==="[object Date]"}function Xr(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)_t(t,e)&&(o[e]=t[e]);return _t(t,"toString")&&(o.toString=t.toString),_t(t,"valueOf")&&(o.valueOf=t.valueOf),o}function Be(o,t,e,n){return nl(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 Ft(o){return o._pf==null&&(o._pf=qd()),o._pf}var Ji;Array.prototype.some?Ji=Array.prototype.some:Ji=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 $i(o){var t=null,e=!1,n=o._d&&!isNaN(o._d.getTime());if(n&&(t=Ft(o),e=Ji.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 vo(o){var t=Be(NaN);return o!=null?fn(Ft(t),o):Ft(t).userInvalidated=!0,t}var yr=lt.momentProperties=[],zi=!1;function ji(o,t){var e,n,i,l=yr.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=Ft(t)),pe(t._locale)||(o._locale=t._locale),l>0)for(e=0;e<l;e++)n=yr[e],i=t[n],pe(i)||(o[n]=i);return o}function co(o){ji(this,o),this._d=new Date(o._d!=null?o._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),zi===!1&&(zi=!0,lt.updateOffset(this),zi=!1)}function We(o){return o instanceof co||o!=null&&o._isAMomentObject!=null}function Nr(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+=`
|
|
121
|
+
`);else if(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";const r=this._getMacroLineHeight(e);l.split(Sn).forEach((a,c)=>{t.fillText(a,n,i+c*r)}),t.restore()}_renderEditMode(t,e,n,i,l){const{scale:r}=this.options,a=e.type==="customMacro",c=e.type==="reusableItem",d=e.type==="subTemplate";let u,R;d?(u="#722ed1",R="#f9f0ff"):c?(u="#52c41a",R="#f6ffed"):a?(u="#fa8c16",R="#fff7e6"):(u="#1677ff",R="#e6f4ff"),t.save(),t.font=e.style;const h=t.measureText(l),f=h.actualBoundingBoxAscent+h.actualBoundingBoxDescent,g=8*r,T=4*r,C=4*r,p=h.width+g*2,I=f+T*2,m=e.metrics,L=n,M=i-m.boundingBoxAscent+(m.boundingBoxAscent+m.boundingBoxDescent-I)/2;t.fillStyle=R,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||""}`,R=(l||d).split(Sn),h=this._getMacroLineHeight(e),f=R.map(p=>t.measureText(p)),g=f[f.length-1];t.fillStyle=this._getControlColor(e),t.textBaseline="alphabetic",t.fillText("[",n,i);const T=n+t.measureText("[").width;this._renderTextSelection(t,e,T,i,l,h),t.fillStyle=l?this._getValueColor(e):a,R.forEach((p,I)=>{t.fillText(p,T,i+I*h)});const C=T+g.width;t.fillStyle=this._getControlColor(e),t.fillText("]",C,i+(R.length-1)*h),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||""}`,R=l||u,h=t.measureText(R),f=h.actualBoundingBoxAscent+h.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(R,g,i);const T=g+h.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(R=>R.value===n.value)?.code||"";n.items.forEach(R=>{const h=document.createElement("li");h.textContent=R.value,h.dataset.code=R.code,R.code===a&&h.classList.add("active"),h.onclick=()=>{const f=R.code===a?"":R.code;this._setInlineEditorValue(t,"",f),this.clearInlineEditor()},r.append(h)}),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)),r=this._getMacroLineStart(l,t.cursorOffset),a=l.slice(r,t.cursorOffset).join(""),c=l.slice(0,t.cursorOffset).filter(P=>Sn.test(P)).length,d=n.coordinate.leftTop[0]+i.measureText("[").width+i.measureText(a).width;i.restore();const u=this.draw.getCursor(),R=u.getCursorDom(),{scale:h}=this.options,f=this._getMacroLineHeight(e),g=Hs*h,T=Math.min(f/4,g),C=f+T*2,p=l.filter(P=>Sn.test(P)).length+1,I=Math.max(n.metrics.boundingBoxDescent-f*(p-1),0),m=n.pageNo*(this.draw.getHeight()+this.draw.getPageGap()),L=n.coordinate.leftTop[1]+n.ascent+I-(C-T)+c*f+m,M=u.getAgentDom();R.style.left=`${d}px`,R.style.top=`${L}px`,R.style.height=`${C}px`,R.style.backgroundColor=this._getControlColor(e),R.style.display="block",M.style.left=`${d}px`,M.style.top=`${L+C-g}px`}_renderTextSelection(t,e,n,i,l,r){const a=this.activeInlineEditor;if(!a||a.type!=="text"||!l||!this._getIsActiveElement(e,a))return;const c=Math.min(a.cursorOffset,a.selectionOffset),d=Math.max(a.cursorOffset,a.selectionOffset);if(c===d)return;const u=Array.from(l);let h=this._getMacroLineStart(u,c);for(;h<=d;){const f=u.findIndex((p,I)=>I>=h&&Sn.test(p)),g=f===-1?u.length:f,T=Math.max(c,h),C=Math.min(d,g);if(T<C){const p=u.slice(h,T).join(""),I=u.slice(T,C).join(""),m=t.measureText(I||p);t.save(),t.globalAlpha=.2,t.fillStyle=this._getControlColor(e),t.fillRect(n+t.measureText(p).width,i+this._getMacroLineIndex(u,h)*r-m.actualBoundingBoxAscent,t.measureText(I).width,m.actualBoundingBoxAscent+m.actualBoundingBoxDescent),t.restore()}if(g>=d||g===u.length)break;h=g+1}}_getMacroLineHeight(t){const{scale:e,defaultSize:n}=this.options;return(t.size||n)*e}_getMacroLineStart(t,e){for(let n=Math.min(e-1,t.length-1);n>=0;n--)if(Sn.test(t[n]))return n+1;return 0}_getMacroLineIndex(t,e){return t.slice(0,e).filter(n=>Sn.test(n)).length}_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=Yi(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*Ws[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,R=r*d,h=e.width*d,f=this.draw.getDefaultBasicRowMarginHeight()*u;t.save(),t.font=`${R}px ${l}`;const g=t.measureText(c),T=(h-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+h,i),t.stroke(),t.fillText(c,n+T,i+g.actualBoundingBoxAscent-R/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:R}=this.options,h=this.draw.getWidth(),f=this.draw.getHeight();t.save(),t.globalAlpha=i,t.font=`${r*R}px ${l}`;let g=n;const T=new RegExp(so.PAGE_NO);T.test(g)&&(g=kn.formatNumberPlaceholder(g,e+1,T,u));const C=new RegExp(so.PAGE_COUNT);C.test(g)&&(g=kn.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,D=Math.sqrt(Math.pow(M,2)+Math.pow(P,2)),X=D+2*d[0]*R,U=D+2*d[1]*R;m.width=X,m.height=U,m.style.width=`${X*I}px`,m.style.height=`${U*I}px`,L.translate(X/2,U/2),L.rotate(-45*Math.PI/180),L.translate(-X/2,-U/2),L.font=`${r*R}px ${l}`,L.fillStyle=a,L.fillText(g,(X-M)/2,(U-P)/2+p.actualBoundingBoxAscent);const b=t.createPattern(m,"repeat");b&&(t.fillStyle=b,t.fillRect(0,0,h,f))}else{const I=h/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*R/2)}t.restore()}renderImage(t){const{watermark:{width:e,height:n,data:i,opacity:l,repeat:r,gap:a},scale:c}=this.options;if(!this.imageCache.has(i)){const 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(),R=e*c,h=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(R,2)+Math.pow(h,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-R)/2,(I-h)/2,R,h);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),-R/2,-h/2,R,h)}t.restore()}render(t,e){this.options.watermark.type===s.WatermarkType.IMAGE?this.renderImage(t):this.renderText(t,e)}}class 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(),R=u===s.EditorMode.EDIT||u===s.EditorMode.FORM,h=this.control.getActiveControl()?.getElement(),f=this._getControlType(t,e);let g=!1,T=!1,C=!1,p=!1;c.highlight||(g=!d&&!!n&&!!h&&c.controlId===h.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=R&&!!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 R=n.slice(d,u).map(g=>g.controlComponent===s.ControlComponent.VALUE?g:{value:H}),h=this.highlightList[c],{ruleList:f}=h;for(let g=0;g<f.length;g++){const T=f[g],C=t.getMatchList(T.keyword,R);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:R,rightTop:h},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=h[0]-u[0],p=R[1]-u[1];t.fillRect(g,T,C,p)}t.restore()}}const Dr={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,Gi=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],R=this._getStyle(u.mark),h=Math.max(1,this.options.scale),f=u.x-h,g=u.y-h,T=Math.max(1,u.width+h*2),C=Math.max(1,u.height+h*2),p=Math.max(2,this.options.scale*2);if(this.underlineVisible&&R.borderColor&&u.hasUnderline&&(t.lineWidth=p,t.strokeStyle=R.borderColor,t.beginPath(),t.moveTo(u.underlineX,u.underlineY),t.lineTo(u.underlineRight,u.underlineY),t.stroke()),u.drawRequired){this._renderRequiredMark(t,u,f);continue}if(R.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(h=>this._getTargetControlIds(t,h)),d=c.map(h=>this._getTitleTargets(t,h)),u=[];for(let h=0;h<n.length;h++){const f=n[h],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 W=d[Q].get(L);W&&W.forEach(G=>{P.some(_=>_.markIndex===Q&&_.controlId===G)||P.push({markIndex:Q,controlId:G})})}if(!P.length)continue;const D=M.coordinate.leftTop,X=M.coordinate.rightTop,U=M.coordinate.leftBottom,b=M.coordinate.rightBottom,S=Math.min(D[0],U[0]),N=Math.max(X[0],b[0]),V=Math.min(D[1],X[1]),F=Math.max(U[1],b[1]),O=M.metrics.boundingBoxAscent+M.metrics.boundingBoxDescent,E=V+M.ascent-M.metrics.boundingBoxAscent,Y=O>0?E:V,y=O>0?E+O:F,v=this._isButtonElement(m),w=T?Math.max(S,Math.min(N,p)):N;for(let Q=0;Q<P.length;Q++){const{markIndex:W,controlId:G}=P[Q],_=`${W}:${G}:${f.startIndex}`,K=g.get(_),A={x:S,y:Y,right:N,bottom:y};if(K){const q=this._mergeBounds(K,A);K.x=q.x,K.y=q.y,K.width=Math.max(1,q.right-q.x),K.height=Math.max(1,q.bottom-q.y),v||(K.hasUnderline?(K.underlineX=Math.min(K.underlineX,S),K.underlineY=Math.max(K.underlineY,y+Gi),K.underlineRight=Math.max(K.underlineRight,w)):(K.underlineX=S,K.underlineY=y+Gi,K.underlineRight=w),K.hasUnderline=!0)}else g.set(_,{mark:this.marks[W],targetKey:`${W}:${G}`,x:S,y:Y,width:Math.max(1,N-S),height:Math.max(1,y-Y),baseline:V+M.ascent,font:m.style||this.draw.getElementFont(m,this.options.scale),underlineX:S,underlineY:y+Gi,underlineRight:w,hasUnderline:!v,drawLeft:!1,drawRight:!1,drawRequired:!1})}}u.push(...g.values())}const R=new Map;for(let h=0;h<u.length;h++){const f=u[h],g=R.get(f.targetKey)||[];g.push(f),R.set(f.targetKey,g)}return R.forEach(h=>{this._isRequiredMark(h[0].mark)?h[0].drawRequired=!0:(h[0].drawLeft=!0,h[h.length-1].drawRight=!0)}),u}_renderRequiredMark(t,e,n){t.save(),t.font=e.font,t.fillStyle=e.mark.style?.borderColor||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(h=>this._getQualityTargetId(h)===i);if(l<0)return;const r=t[l],a=r.control,c=this._getTitleTextBefore(t,l);if(!c)return;const d=[a?.label,a?.placeholder].concat(this._isMacroElement(r)?[r.label]:[]).filter(Boolean).map(h=>this._normalizeTitleText(h)),u=this._normalizeTitleText(c);if(!d.some(h=>h===u||h.includes(u)||u.includes(h)))return;let R=l-1;for(;R>=0&&this._isTitleValueElement(t[R]);){let h=n.get(R);h||(h=new Set,n.set(R,h)),h.add(i),R--}}),n}_getTitleTextBefore(t,e){const n=t[e-1];if(n?.type===s.ElementType.TITLE)return n.valueList?.map(r=>r.value).join("")||"";if(!this._isTitleValueElement(n))return"";const i=n.titleId;let l=e-1;for(;l>=0&&this._isTitleValueElement(t[l])&&t[l].titleId===i;)l--;return t.slice(l+1,e).map(r=>r.value).join("")}_isTitleValueElement(t){return!!t?.titleId&&!!t.level}_normalizeTitleText(t){return t.replace(/\s/g,"").replace(/[::]+$/,"")}_getTargetControlIds(t,e){const n=new Set,i=e.id?"id":e.conceptId?"conceptId":e.code?"code":null;if(!i)return n;for(let l=0;l<t.length;l++){const r=t[l],a=this._getQualityTargetId(r);if(!a)continue;const c=r.control?.conceptId||r.conceptId,d=r.control?.code||r.macroConfig?.code||r.dictCode;(i==="id"&&a===e.id||i==="conceptId"&&c===e.conceptId||i==="code"&&d===e.code)&&n.add(a)}return n}_getQualityTargetId(t){if(t.controlId)return t.controlId;if(this._isMacroElement(t))return t.id}_isMacroElement(t){return[s.ElementType.MACRO,s.ElementType.CUSTOM_MACRO,s.ElementType.REUSABLE_ITEM].includes(t.type)}_getTargetIdsForElement(t,e,n){if(!t)return[];const i=[];for(let l=0;l<e.length;l++){const r=e[l];let a=t;const c=new Set;for(;a&&!c.has(a);){if(r.has(a)){i.push({markIndex:l,controlId:a});break}c.add(a),a=n.get(a)}}return i}_getStyle(t){return{...Dr[t.type?.toLowerCase()||"error"]||Dr.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 lo{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&&!Qs(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?Jt(d,["control","controlId",...Re]):Ee(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const f={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[f])}return R+t.length-1}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.element.control?.selectExclusiveOptions?.inputAble;if(t.key===s.KeyMap.Backspace)return i!==l?c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect():r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1):this.clearSelect();if(t.key===s.KeyMap.Delete){if(i!==l)return c?(this.draw.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect();{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):c?(this.draw.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i):this.clearSelect()}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();return t===e?t:this.clearSelect()}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=t.elementList||this.control.getElementList(),{startIndex:r}=t.range||this.control.getRange(),a=l[r];let c=-1,d=-1,u=r;for(;u>0;){const f=l[u];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT){c=u;break}u--}let R=r+1;for(;R<l.length;){const f=l[R];if(f.controlId!==a.controlId||f.controlComponent===s.ControlComponent.POSTFIX||f.controlComponent===s.ControlComponent.POST_TEXT){d=R-1;break}R++}return!~c||!~d?-1:(this.control.getDraw().spliceElementList(l,c+1,d-c,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(u,t),this.control.setControlProperties({code:void 0},{elementList:l,range:{startIndex:u,endIndex:u}}),u)}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.element.control,a=t?.split(this.VALUE_DELIMITER)||[],c=r.code,d=r.code?.split(this.VALUE_DELIMITER)||[],u=r.isMultiSelect;if(!u&&t===c||u&&vs(d,a)){this.control.repaintControl({curIndex:l.startIndex,isCompute:!1,isSubmitHistory:!1}),this.destroy();return}const R=r.valueSets;if(!Array.isArray(R)||!R.length)return;const h=this.getText(a);if(!h){if(c){const L=this.clearSelect(e,{isIgnoreDeletedRule:n.isIgnoreDeletedRule});~L&&(this.control.repaintControl({curIndex:L}),this.control.emitControlContentChange({controlValue:[]}))}return}const f=this.getValue(e)[0],g=f?Jt(f,ye):Jt(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],ye),p=T+1,I=yt(h),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),re(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=g=>{g.stopPropagation()};i.addEventListener("mousedown",l),i.addEventListener("mouseup",l),i.addEventListener("click",l),i.addEventListener("keydown",l),i.addEventListener("input",l);const r=document.createElement("input");r.type="search",r.classList.add(`${rt}-select-control-search`),r.placeholder=this.draw.getI18n().t("select.search")||"搜索选项",r.setAttribute("aria-label",r.placeholder);const a=document.createElement("ul");a.setAttribute("role","listbox");const c=(g="")=>{for(;a.firstChild;)a.removeChild(a.firstChild);const T=g.trim().toLocaleLowerCase(),C=e.filter(M=>T?[M.value,M.code].some(P=>P.toLocaleLowerCase().includes(T)):!0),p=this.getCodes(),I=C.findIndex(M=>p.includes(M.code)),m=I>=0?I:0;let L=null;for(let M=0;M<C.length;M++){const P=C[M],D=document.createElement("li");D.setAttribute("role","option"),p.includes(P.code)&&(D.classList.add("active"),L=D),M===m&&(D.classList.add("keyboard-active"),D.setAttribute("aria-selected","true")),D.onclick=()=>{const X=this.getCodes(),U=X.findIndex(b=>b===P.code);t.isMultiSelect?~U?X.splice(U,1):X.push(P.code):~U?X.length=0:X.splice(0,X.length,P.code),this.setSelect(X.join(this.VALUE_DELIMITER)),t.isMultiSelect&&c(r.value)},D.append(document.createTextNode(P.value)),a.append(D)}if(!C.length){const M=document.createElement("li");M.classList.add(`${rt}-select-control-empty`),M.textContent=this.draw.getI18n().t("select.empty")||"无匹配项",a.append(M)}L&&pi(i,L)};r.addEventListener("input",()=>{c(r.value)}),r.addEventListener("keydown",g=>{if(g.key==="ArrowDown"||g.key==="ArrowUp"){g.preventDefault();const T=Array.from(a.querySelectorAll("li:not(.ce-select-control-empty)"));if(!T.length)return;const C=T.findIndex(m=>m.classList.contains("keyboard-active")),p=g.key==="ArrowDown"?1:-1,I=C<0?p>0?0:T.length-1:(C+p+T.length)%T.length;T.forEach((m,L)=>{const M=L===I;m.classList.toggle("keyboard-active",M),m.setAttribute("aria-selected",String(M))}),pi(i,T[I]);return}if(g.key==="Enter"){g.preventDefault(),a.querySelector("li.keyboard-active")?.click();return}g.key==="Escape"&&this.destroy()}),i.append(r,a);const{coordinate:{leftTop:[d,u]},lineHeight:R}=n,h=this.control.getPreY();i.style.left=`${d}px`,i.style.top=`${u+h+R}px`,this.control.getContainer().append(i),this.selectDom=i,c(),r.focus()}awake(){if(this.isPopup||this.control.getIsDisabledControl())return;const{startIndex:t}=this.control.getRange(),n=this.control.getElementList()[t];!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||(this._createSelectPopupDom(),this.isPopup=!0)}destroy(){this.isPopup&&(this.selectDom?.remove(),this.isPopup=!1)}}var Fr;function at(){return Fr.apply(null,arguments)}function jd(o){Fr=o}function Ve(o){return o instanceof Array||Object.prototype.toString.call(o)==="[object Array]"}function Dn(o){return o!=null&&Object.prototype.toString.call(o)==="[object Object]"}function _t(o,t){return Object.prototype.hasOwnProperty.call(o,t)}function xi(o){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(o).length===0;var t;for(t in o)if(_t(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 ao(o){return o instanceof Date||Object.prototype.toString.call(o)==="[object Date]"}function Xr(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)_t(t,e)&&(o[e]=t[e]);return _t(t,"toString")&&(o.toString=t.toString),_t(t,"valueOf")&&(o.valueOf=t.valueOf),o}function Be(o,t,e,n){return nl(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 Ft(o){return o._pf==null&&(o._pf=qd()),o._pf}var Ji;Array.prototype.some?Ji=Array.prototype.some:Ji=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 $i(o){var t=null,e=!1,n=o._d&&!isNaN(o._d.getTime());if(n&&(t=Ft(o),e=Ji.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 vo(o){var t=Be(NaN);return o!=null?fn(Ft(t),o):Ft(t).userInvalidated=!0,t}var yr=at.momentProperties=[],zi=!1;function ji(o,t){var e,n,i,l=yr.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=Ft(t)),pe(t._locale)||(o._locale=t._locale),l>0)for(e=0;e<l;e++)n=yr[e],i=t[n],pe(i)||(o[n]=i);return o}function co(o){ji(this,o),this._d=new Date(o._d!=null?o._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),zi===!1&&(zi=!0,at.updateOffset(this),zi=!1)}function We(o){return o instanceof co||o!=null&&o._isAMomentObject!=null}function Nr(o){at.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+o)}function De(o,t){var e=!0;return fn(function(){if(at.deprecationHandler!=null&&at.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+=`
|
|
122
122
|
[`+l+"] ";for(r in arguments[0])_t(arguments[0],r)&&(i+=r+": "+arguments[0][r]+", ");i=i.slice(0,-2)}else i=arguments[l];n.push(i)}Nr(o+`
|
|
123
123
|
Arguments: `+Array.prototype.slice.call(n).join("")+`
|
|
124
|
-
`+new Error().stack),e=!1}return t.apply(this,arguments)},t)}var br={};function Vr(o,t){lt.deprecationHandler!=null&<.deprecationHandler(o,t),br[o]||(Nr(t),br[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)_t(o,e)&&(t=o[e],ke(t)?this[e]=t:this["_"+e]=t);this._config=o,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function qi(o,t){var e=fn({},o),n;for(n in t)_t(t,n)&&(Dn(o[n])&&Dn(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)_t(o,n)&&!_t(t,n)&&Dn(o[n])&&(e[n]=fn({},e[n]));return e}function ts(o){o!=null&&this.set(o)}var es;Object.keys?es=Object.keys:es=function(o){var t,e=[];for(t in o)_t(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 ns=/(\[[^\[]*\])|(\\)?([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,Qo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,os={},Gn={};function Tt(o,t,e,n){var i=n;typeof n=="string"&&(i=function(){return this[n]()}),o&&(Gn[o]=i),t&&(Gn[t[0]]=function(){return Ge(i.apply(this,arguments),t[1],t[2])}),e&&(Gn[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(ns),e,n;for(e=0,n=t.length;e<n;e++)Gn[t[e]]?t[e]=Gn[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 Ko(o,t){return o.isValid()?(t=Wr(t,o.localeData()),os[t]=os[t]||iu(t),os[t](o)):o.localeData().invalidDate()}function Wr(o,t){var e=5;function n(i){return t.longDateFormat(i)||i}for(Qo.lastIndex=0;e>=0&&Qo.test(o);)o=o.replace(Qo,n),Qo.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(ns).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 hu={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 Ru(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 Yr={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"?Yr[o]||Yr[o.toLowerCase()]:void 0}function is(o){var t={},e,n;for(n in o)_t(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)_t(o,e)&&t.push({unit:e,priority:fu[e]});return t.sort(function(n,i){return n.priority-i.priority}),t}var Ur=/\d/,Pe=/\d\d/,wr=/\d{3}/,ss=/\d{4}/,Ho=/[+-]?\d{6}/,ee=/\d\d?/,Zr=/\d\d\d\d?/,vr=/\d\d\d\d\d\d?/,Ao=/\d{1,3}/,rs=/\d{1,4}/,_o=/[+-]?\d{1,6}/,xn=/\d+/,Bo=/[+-]?\d+/,mu=/Z|[+-]\d\d:?\d\d/gi,ko=/Z|[+-]\d\d(?::?\d\d)?/gi,Cu=/[+-]?\d+(\.\d{1,3})?/,uo=/[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,Jn=/^[1-9]\d?/,ls=/^([1-9]\d|\d)/,Go;Go={};function ct(o,t,e){Go[o]=ke(t)?t:function(n,i){return n&&e?e:t}}function pu(o,t){return _t(Go,o)?Go[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 Ut(o){var t=+o,e=0;return t!==0&&isFinite(t)&&(e=Xe(t)),e}var as={};function Gt(o,t){var e,n=t,i;for(typeof o=="string"&&(o=[o]),qe(t)&&(n=function(l,r){r[t]=Ut(l)}),i=o.length,e=0;e<i;e++)as[o[e]]=n}function ho(o,t){Gt(o,function(e,n,i,l){i._w=i._w||{},t(e,i._w,i,l)})}function Eu(o,t,e){t!=null&&_t(as,o)&&as[o](t,e._a,e,o)}function xo(o){return o%4===0&&o%100!==0||o%400===0}var fe=0,en=1,xe=2,ge=3,Ye=4,nn=5,Fn=6,Lu=7,Pu=8;Tt("Y",0,0,function(){var o=this.year();return o<=9999?Ge(o,4):"+"+o}),Tt(0,["YY",2],0,function(){return this.year()%100}),Tt(0,["YYYY",4],0,"year"),Tt(0,["YYYYY",5],0,"year"),Tt(0,["YYYYYY",6,!0],0,"year"),ct("Y",Bo),ct("YY",ee,Pe),ct("YYYY",rs,ss),ct("YYYYY",_o,Ho),ct("YYYYYY",_o,Ho),Gt(["YYYYY","YYYYYY"],fe),Gt("YYYY",function(o,t){t[fe]=o.length===2?lt.parseTwoDigitYear(o):Ut(o)}),Gt("YY",function(o,t){t[fe]=lt.parseTwoDigitYear(o)}),Gt("Y",function(o,t){t[fe]=parseInt(o,10)});function Ro(o){return xo(o)?366:365}lt.parseTwoDigitYear=function(o){return Ut(o)+(Ut(o)>68?1900:2e3)};var Qr=$n("FullYear",!0);function Mu(){return xo(this.year())}function $n(o,t){return function(e){return e!=null?(Kr(this,o,e),lt.updateOffset(this,t),this):go(this,o)}}function go(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 Kr(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&&!xo(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=is(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 cs(o,t){if(isNaN(o)||isNaN(t))return NaN;var e=Du(t,12);return o+=(t-e)/12,e===1?xo(o)?29:28:31-e%7%2}Tt("M",["MM",2],"Mo",function(){return this.month()+1}),Tt("MMM",0,0,function(o){return this.localeData().monthsShort(this,o)}),Tt("MMMM",0,0,function(o){return this.localeData().months(this,o)}),ct("M",ee,Jn),ct("MM",ee,Pe),ct("MMM",function(o,t){return t.monthsShortRegex(o)}),ct("MMMM",function(o,t){return t.monthsRegex(o)}),Gt(["M","MM"],function(o,t){t[en]=Ut(o)-1}),Gt(["MMM","MMMM"],function(o,t,e,n){var i=e._locale.monthsParse(o,n,e._strict);i!=null?t[en]=i:Ft(e).invalidMonth=o});var Fu="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Hr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ar=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Xu=uo,yu=uo;function Nu(o,t){return o?Ve(this._months)?this._months[o.month()]:this._months[(this._months.isFormat||Ar).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[Ar.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 _r(o,t){if(!o.isValid())return o;if(typeof t=="string"){if(/^\d+$/.test(t))t=Ut(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,cs(o.year(),e)),o._isUTC?o._d.setUTCMonth(e,n):o._d.setMonth(e,n),o}function Br(o){return o!=null?(_r(this,o),lt.updateOffset(this,!0),this):go(this,"Month")}function Yu(){return cs(this.year(),this.month())}function Uu(o){return this._monthsParseExact?(_t(this,"_monthsRegex")||kr.call(this),o?this._monthsShortStrictRegex:this._monthsShortRegex):(_t(this,"_monthsShortRegex")||(this._monthsShortRegex=Xu),this._monthsShortStrictRegex&&o?this._monthsShortStrictRegex:this._monthsShortRegex)}function wu(o){return this._monthsParseExact?(_t(this,"_monthsRegex")||kr.call(this),o?this._monthsStrictRegex:this._monthsRegex):(_t(this,"_monthsRegex")||(this._monthsRegex=yu),this._monthsStrictRegex&&o?this._monthsStrictRegex:this._monthsRegex)}function kr(){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 fo(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 Jo(o,t,e){var n=7+t-e,i=(7+fo(o,0,n).getUTCDay()-t)%7;return-i+n-1}function Gr(o,t,e,n,i){var l=(7+e-n)%7,r=Jo(o,n,i),a=1+7*(t-1)+l+r,c,d;return a<=0?(c=o-1,d=Ro(c)+a):a>Ro(o)?(c=o+1,d=a-Ro(o)):(c=o,d=a),{year:c,dayOfYear:d}}function To(o,t,e){var n=Jo(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=Jo(o,t,e),i=Jo(o+1,t,e);return(Ro(o)-n+i)/7}Tt("w",["ww",2],"wo","week"),Tt("W",["WW",2],"Wo","isoWeek"),ct("w",ee,Jn),ct("ww",ee,Pe),ct("W",ee,Jn),ct("WW",ee,Pe),ho(["w","ww","W","WW"],function(o,t,e,n){t[n.substr(0,1)]=Ut(o)});function vu(o){return To(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=To(this,1,4).week;return o==null?t:this.add((o-t)*7,"d")}Tt("d",0,"do","day"),Tt("dd",0,0,function(o){return this.localeData().weekdaysMin(this,o)}),Tt("ddd",0,0,function(o){return this.localeData().weekdaysShort(this,o)}),Tt("dddd",0,0,function(o){return this.localeData().weekdays(this,o)}),Tt("e",0,0,"weekday"),Tt("E",0,0,"isoWeekday"),ct("d",ee),ct("e",ee),ct("E",ee),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)}),ho(["dd","ddd","dddd"],function(o,t,e,n){var i=e._locale.weekdaysParse(o,n,e._strict);i!=null?t.d=i:Ft(e).invalidWeekday=o}),ho(["d","e","E"],function(o,t,e,n){t[n]=Ut(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 ds(o,t){return o.slice(t,7).concat(o.slice(0,t))}var Gu="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),xr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xu="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ju=uo,$u=uo,zu=uo;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?ds(e,this._week.dow):o?e[o.day()]:e}function qu(o){return o===!0?ds(this._weekdaysShort,this._week.dow):o?this._weekdaysShort[o.day()]:this._weekdaysShort}function th(o){return o===!0?ds(this._weekdaysMin,this._week.dow):o?this._weekdaysMin[o.day()]:this._weekdaysMin}function eh(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 nh(o,t,e){var n,i,l;if(this._weekdaysParseExact)return eh.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 oh(o){if(!this.isValid())return o!=null?this:NaN;var t=go(this,"Day");return o!=null?(o=Bu(o,this.localeData()),this.add(o-t,"d")):t}function ih(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 sh(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 rh(o){return this._weekdaysParseExact?(_t(this,"_weekdaysRegex")||us.call(this),o?this._weekdaysStrictRegex:this._weekdaysRegex):(_t(this,"_weekdaysRegex")||(this._weekdaysRegex=Ju),this._weekdaysStrictRegex&&o?this._weekdaysStrictRegex:this._weekdaysRegex)}function lh(o){return this._weekdaysParseExact?(_t(this,"_weekdaysRegex")||us.call(this),o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(_t(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=$u),this._weekdaysShortStrictRegex&&o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function ah(o){return this._weekdaysParseExact?(_t(this,"_weekdaysRegex")||us.call(this),o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(_t(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=zu),this._weekdaysMinStrictRegex&&o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function us(){function o(u,R){return R.length-u.length}var t=[],e=[],n=[],i=[],l,r,a,c,d;for(l=0;l<7;l++)r=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 hs(){return this.hours()%12||12}function ch(){return this.hours()||24}Tt("H",["HH",2],0,"hour"),Tt("h",["hh",2],0,hs),Tt("k",["kk",2],0,ch),Tt("hmm",0,0,function(){return""+hs.apply(this)+Ge(this.minutes(),2)}),Tt("hmmss",0,0,function(){return""+hs.apply(this)+Ge(this.minutes(),2)+Ge(this.seconds(),2)}),Tt("Hmm",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)}),Tt("Hmmss",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)+Ge(this.seconds(),2)});function Jr(o,t){Tt(o,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Jr("a",!0),Jr("A",!1);function $r(o,t){return t._meridiemParse}ct("a",$r),ct("A",$r),ct("H",ee,ls),ct("h",ee,Jn),ct("k",ee,Jn),ct("HH",ee,Pe),ct("hh",ee,Pe),ct("kk",ee,Pe),ct("hmm",Zr),ct("hmmss",vr),ct("Hmm",Zr),ct("Hmmss",vr),Gt(["H","HH"],ge),Gt(["k","kk"],function(o,t,e){var n=Ut(o);t[ge]=n===24?0:n}),Gt(["a","A"],function(o,t,e){e._isPm=e._locale.isPM(o),e._meridiem=o}),Gt(["h","hh"],function(o,t,e){t[ge]=Ut(o),Ft(e).bigHour=!0}),Gt("hmm",function(o,t,e){var n=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n)),Ft(e).bigHour=!0}),Gt("hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n,2)),t[nn]=Ut(o.substr(i)),Ft(e).bigHour=!0}),Gt("Hmm",function(o,t,e){var n=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n))}),Gt("Hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n,2)),t[nn]=Ut(o.substr(i))});function dh(o){return(o+"").toLowerCase().charAt(0)==="p"}var uh=/[ap]\.?m?\.?/i,hh=$n("Hours",!0);function Rh(o,t,e){return o>11?e?"pm":"PM":e?"am":"AM"}var zr={calendar:eu,longDateFormat:su,invalidDate:lu,ordinal:cu,dayOfMonthOrdinalParse:du,relativeTime:hu,months:Fu,monthsShort:Hr,week:Qu,weekdays:Gu,weekdaysMin:xu,weekdaysShort:xr,meridiemParse:uh},ie={},mo={},Co;function gh(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 jr(o){return o&&o.toLowerCase().replace("_","-")}function fh(o){for(var t=0,e,n,i,l;t<o.length;){for(l=jr(o[t]).split("-"),e=l.length,n=jr(o[t+1]),n=n?n.split("-"):null;e>0;){if(i=$o(l.slice(0,e).join("-")),i)return i;if(n&&n.length>=e&&gh(l,n)>=e-1)break;e--}t++}return Co}function Th(o){return!!(o&&o.match("^[^/\\\\]*$"))}function $o(o){var t=null,e;if(ie[o]===void 0&&typeof module<"u"&&module&&module.exports&&Th(o))try{t=Co._abbr,e=require,e("./locale/"+o),Tn(t)}catch{ie[o]=null}return ie[o]}function Tn(o,t){var e;return o&&(pe(t)?e=sn(o):e=Rs(o,t),e?Co=e:typeof console<"u"&&console.warn&&console.warn("Locale "+o+" not found. Did you forget to load it?")),Co._abbr}function Rs(o,t){if(t!==null){var e,n=zr;if(t.abbr=o,ie[o]!=null)Vr("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=ie[o]._config;else if(t.parentLocale!=null)if(ie[t.parentLocale]!=null)n=ie[t.parentLocale]._config;else if(e=$o(t.parentLocale),e!=null)n=e._config;else return mo[t.parentLocale]||(mo[t.parentLocale]=[]),mo[t.parentLocale].push({name:o,config:t}),null;return ie[o]=new ts(qi(n,t)),mo[o]&&mo[o].forEach(function(i){Rs(i.name,i.config)}),Tn(o),ie[o]}else return delete ie[o],null}function mh(o,t){if(t!=null){var e,n,i=zr;ie[o]!=null&&ie[o].parentLocale!=null?ie[o].set(qi(ie[o]._config,t)):(n=$o(o),n!=null&&(i=n._config),t=qi(i,t),n==null&&(t.abbr=o),e=new ts(t),e.parentLocale=ie[o],ie[o]=e),Tn(o)}else ie[o]!=null&&(ie[o].parentLocale!=null?(ie[o]=ie[o].parentLocale,o===Tn()&&Tn(o)):ie[o]!=null&&delete ie[o]);return ie[o]}function sn(o){var t;if(o&&o._locale&&o._locale._abbr&&(o=o._locale._abbr),!o)return Co;if(!Ve(o)){if(t=$o(o),t)return t;o=[o]}return fh(o)}function Ch(){return es(ie)}function gs(o){var t,e=o._a;return e&&Ft(o).overflow===-2&&(t=e[en]<0||e[en]>11?en:e[xe]<1||e[xe]>cs(e[fe],e[en])?xe:e[ge]<0||e[ge]>24||e[ge]===24&&(e[Ye]!==0||e[nn]!==0||e[Fn]!==0)?ge:e[Ye]<0||e[Ye]>59?Ye:e[nn]<0||e[nn]>59?nn:e[Fn]<0||e[Fn]>999?Fn:-1,Ft(o)._overflowDayOfYear&&(t<fe||t>xe)&&(t=xe),Ft(o)._overflowWeeks&&t===-1&&(t=Lu),Ft(o)._overflowWeekday&&t===-1&&(t=Pu),Ft(o).overflow=t),o}var ph=/^\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)?)?$/,Ih=/^\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)?)?$/,Eh=/Z|[+-]\d\d(?::?\d\d)?/,zo=[["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]],fs=[["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/]],Lh=/^\/?Date\((-?\d+)/i,Ph=/^(?:(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}))$/,Mh={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function qr(o){var t,e,n=o._i,i=ph.exec(n)||Ih.exec(n),l,r,a,c,d=zo.length,u=fs.length;if(i){for(Ft(o).iso=!0,t=0,e=d;t<e;t++)if(zo[t][1].exec(i[1])){r=zo[t][0],l=zo[t][2]!==!1;break}if(r==null){o._isValid=!1;return}if(i[3]){for(t=0,e=u;t<e;t++)if(fs[t][1].exec(i[3])){a=(i[2]||" ")+fs[t][0];break}if(a==null){o._isValid=!1;return}}if(!l&&a!=null){o._isValid=!1;return}if(i[4])if(Eh.exec(i[4]))c="Z";else{o._isValid=!1;return}o._f=r+(a||"")+(c||""),ms(o)}else o._isValid=!1}function Oh(o,t,e,n,i,l){var r=[Sh(o),Hr.indexOf(t),parseInt(e,10),parseInt(n,10),parseInt(i,10)];return l&&r.push(parseInt(l,10)),r}function Sh(o){var t=parseInt(o,10);return t<=49?2e3+t:t<=999?1900+t:t}function Dh(o){return o.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Fh(o,t,e){if(o){var n=xr.indexOf(o),i=new Date(t[0],t[1],t[2]).getDay();if(n!==i)return Ft(e).weekdayMismatch=!0,e._isValid=!1,!1}return!0}function Xh(o,t,e){if(o)return Mh[o];if(t)return 0;var n=parseInt(e,10),i=n%100,l=(n-i)/100;return l*60+i}function tl(o){var t=Ph.exec(Dh(o._i)),e;if(t){if(e=Oh(t[4],t[3],t[2],t[5],t[6],t[7]),!Fh(t[1],e,o))return;o._a=e,o._tzm=Xh(t[8],t[9],t[10]),o._d=fo.apply(null,o._a),o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),Ft(o).rfc2822=!0}else o._isValid=!1}function yh(o){var t=Lh.exec(o._i);if(t!==null){o._d=new Date(+t[1]);return}if(qr(o),o._isValid===!1)delete o._isValid;else return;if(tl(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 zn(o,t,e){return o??t??e}function Nh(o){var t=new Date(lt.now());return o._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Ts(o){var t,e,n=[],i,l,r;if(!o._d){for(i=Nh(o),o._w&&o._a[xe]==null&&o._a[en]==null&&bh(o),o._dayOfYear!=null&&(r=zn(o._a[fe],i[fe]),(o._dayOfYear>Ro(r)||o._dayOfYear===0)&&(Ft(o)._overflowDayOfYear=!0),e=fo(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[ge]===24&&o._a[Ye]===0&&o._a[nn]===0&&o._a[Fn]===0&&(o._nextDay=!0,o._a[ge]=0),o._d=(o._useUTC?fo: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[ge]=24),o._w&&typeof o._w.d<"u"&&o._w.d!==l&&(Ft(o).weekdayMismatch=!0)}}function bh(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=zn(t.GG,o._a[fe],To(ne(),1,4).year),n=zn(t.W,1),i=zn(t.E,1),(i<1||i>7)&&(c=!0)):(l=o._locale._week.dow,r=o._locale._week.doy,d=To(ne(),l,r),e=zn(t.gg,o._a[fe],d.year),n=zn(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)?Ft(o)._overflowWeeks=!0:c!=null?Ft(o)._overflowWeekday=!0:(a=Gr(e,n,i,l,r),o._a[fe]=a.year,o._dayOfYear=a.dayOfYear)}lt.ISO_8601=function(){},lt.RFC_2822=function(){};function ms(o){if(o._f===lt.ISO_8601){qr(o);return}if(o._f===lt.RFC_2822){tl(o);return}o._a=[],Ft(o).empty=!0;var t=""+o._i,e,n,i,l,r,a=t.length,c=0,d,u;for(i=Wr(o._f,o._locale).match(ns)||[],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&&Ft(o).unusedInput.push(r),t=t.slice(t.indexOf(n)+n.length),c+=n.length),Gn[l]?(n?Ft(o).empty=!1:Ft(o).unusedTokens.push(l),Eu(l,n,o)):o._strict&&!n&&Ft(o).unusedTokens.push(l);Ft(o).charsLeftOver=a-c,t.length>0&&Ft(o).unusedInput.push(t),o._a[ge]<=12&&Ft(o).bigHour===!0&&o._a[ge]>0&&(Ft(o).bigHour=void 0),Ft(o).parsedDateParts=o._a.slice(0),Ft(o).meridiem=o._meridiem,o._a[ge]=Vh(o._locale,o._a[ge],o._meridiem),d=Ft(o).era,d!==null&&(o._a[fe]=o._locale.erasConvertYear(d,o._a[fe])),Ts(o),gs(o)}function Vh(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 Wh(o){var t,e,n,i,l,r,a=!1,c=o._f.length;if(c===0){Ft(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],ms(t),$i(t)&&(r=!0),l+=Ft(t).charsLeftOver,l+=Ft(t).unusedTokens.length*10,Ft(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 Yh(o){if(!o._d){var t=is(o._i),e=t.day===void 0?t.date:t.day;o._a=Xr([t.year,t.month,e,t.hour,t.minute,t.second,t.millisecond],function(n){return n&&parseInt(n,10)}),Ts(o)}}function Uh(o){var t=new co(gs(el(o)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function el(o){var t=o._i,e=o._f;return o._locale=o._locale||sn(o._l),t===null||e===void 0&&t===""?vo({nullInput:!0}):(typeof t=="string"&&(o._i=t=o._locale.preparse(t)),We(t)?new co(gs(t)):(ao(t)?o._d=t:Ve(e)?Wh(o):e?ms(o):wh(o),$i(o)||(o._d=null),o))}function wh(o){var t=o._i;pe(t)?o._d=new Date(lt.now()):ao(t)?o._d=new Date(t.valueOf()):typeof t=="string"?yh(o):Ve(t)?(o._a=Xr(t.slice(0),function(e){return parseInt(e,10)}),Ts(o)):Dn(t)?Yh(o):qe(t)?o._d=new Date(t):lt.createFromInputFallback(o)}function nl(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),(Dn(o)&&xi(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,Uh(l)}function ne(o,t,e,n){return nl(o,t,e,n,!1)}var Zh=De("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ne.apply(null,arguments);return this.isValid()&&o.isValid()?o<this?this:o:vo()}),vh=De("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ne.apply(null,arguments);return this.isValid()&&o.isValid()?o>this?this:o:vo()});function ol(o,t){var e,n;if(t.length===1&&Ve(t[0])&&(t=t[0]),!t.length)return ne();for(e=t[0],n=1;n<t.length;++n)(!t[n].isValid()||t[n][o](e))&&(e=t[n]);return e}function Qh(){var o=[].slice.call(arguments,0);return ol("isBefore",o)}function Kh(){var o=[].slice.call(arguments,0);return ol("isAfter",o)}var Hh=function(){return Date.now?Date.now():+new Date},po=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Ah(o){var t,e=!1,n,i=po.length;for(t in o)if(_t(o,t)&&!(ce.call(po,t)!==-1&&(o[t]==null||!isNaN(o[t]))))return!1;for(n=0;n<i;++n)if(o[po[n]]){if(e)return!1;parseFloat(o[po[n]])!==Ut(o[po[n]])&&(e=!0)}return!0}function _h(){return this._isValid}function Bh(){return Ue(NaN)}function jo(o){var t=is(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=Ah(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 qo(o){return o instanceof jo}function Cs(o){return o<0?Math.round(-1*o)*-1:Math.round(o)}function kh(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++)Ut(o[r])!==Ut(t[r])&&l++;return l+i}function il(o,t){Tt(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)})}il("Z",":"),il("ZZ",""),ct("Z",ko),ct("ZZ",ko),Gt(["Z","ZZ"],function(o,t,e){e._useUTC=!0,e._tzm=ps(ko,o)});var Gh=/([\+\-]|\d\d)/gi;function ps(o,t){var e=(t||"").match(o),n,i,l;return e===null?null:(n=e[e.length-1]||[],i=(n+"").match(Gh)||["-",0,0],l=+(i[1]*60)+Ut(i[2]),l===0?0:i[0]==="+"?l:-l)}function Is(o,t){var e,n;return t._isUTC?(e=t.clone(),n=(We(o)||ao(o)?o.valueOf():ne(o).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+n),lt.updateOffset(e,!1),e):ne(o).local()}function Es(o){return-Math.round(o._d.getTimezoneOffset())}lt.updateOffset=function(){};function xh(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=ps(ko,o),o===null)return this}else Math.abs(o)<16&&!e&&(o=o*60);return!this._isUTC&&t&&(i=Es(this)),this._offset=o,this._isUTC=!0,i!=null&&this.add(i,"m"),n!==o&&(!t||this._changeInProgress?al(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:Es(this)}function Jh(o,t){return o!=null?(typeof o!="string"&&(o=-o),this.utcOffset(o,t),this):-this.utcOffset()}function $h(o){return this.utcOffset(0,o)}function zh(o){return this._isUTC&&(this.utcOffset(0,o),this._isUTC=!1,o&&this.subtract(Es(this),"m")),this}function jh(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var o=ps(mu,this._i);o!=null?this.utcOffset(o):this.utcOffset(0,!0)}return this}function qh(o){return this.isValid()?(o=o?ne(o).utcOffset():0,(this.utcOffset()-o)%60===0):!1}function tR(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function eR(){if(!pe(this._isDSTShifted))return this._isDSTShifted;var o={},t;return ji(o,this),o=el(o),o._a?(t=o._isUTC?Be(o._a):ne(o._a),this._isDSTShifted=this.isValid()&&kh(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function nR(){return this.isValid()?!this._isUTC:!1}function oR(){return this.isValid()?this._isUTC:!1}function sl(){return this.isValid()?this._isUTC&&this._offset===0:!1}var iR=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,sR=/^(-|\+)?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 qo(o)?e={ms:o._milliseconds,d:o._days,M:o._months}:qe(o)||!isNaN(+o)?(e={},t?e[t]=+o:e.milliseconds=+o):(n=iR.exec(o))?(i=n[1]==="-"?-1:1,e={y:0,d:Ut(n[xe])*i,h:Ut(n[ge])*i,m:Ut(n[Ye])*i,s:Ut(n[nn])*i,ms:Ut(Cs(n[Fn]*1e3))*i}):(n=sR.exec(o))?(i=n[1]==="-"?-1:1,e={y:Xn(n[2],i),M:Xn(n[3],i),w:Xn(n[4],i),d:Xn(n[5],i),h:Xn(n[6],i),m:Xn(n[7],i),s:Xn(n[8],i)}):e==null?e={}:typeof e=="object"&&("from"in e||"to"in e)&&(r=rR(ne(e.from),ne(e.to)),e={},e.ms=r.milliseconds,e.M=r.months),l=new jo(e),qo(o)&&_t(o,"_locale")&&(l._locale=o._locale),qo(o)&&_t(o,"_isValid")&&(l._isValid=o._isValid),l}Ue.fn=jo.prototype,Ue.invalid=Bh;function Xn(o,t){var e=o&&parseFloat(o.replace(",","."));return(isNaN(e)?0:e)*t}function rl(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 rR(o,t){var e;return o.isValid()&&t.isValid()?(t=Is(t,o),o.isBefore(t)?e=rl(o,t):(e=rl(t,o),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function ll(o,t){return function(e,n){var i,l;return n!==null&&!isNaN(+n)&&(Vr(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),al(this,i,o),this}}function al(o,t,e,n){var i=t._milliseconds,l=Cs(t._days),r=Cs(t._months);o.isValid()&&(n=n??!0,r&&_r(o,go(o,"Month")+r*e),l&&Kr(o,"Date",go(o,"Date")+l*e),i&&o._d.setTime(o._d.valueOf()+i*e),n&<.updateOffset(o,l||r))}var lR=ll(1,"add"),aR=ll(-1,"subtract");function cl(o){return typeof o=="string"||o instanceof String}function cR(o){return We(o)||ao(o)||cl(o)||qe(o)||uR(o)||dR(o)||o===null||o===void 0}function dR(o){var t=Dn(o)&&!xi(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||_t(o,l);return t&&e}function uR(o){var t=Ve(o),e=!1;return t&&(e=o.filter(function(n){return!qe(n)&&cl(o)}).length===0),t&&e}function hR(o){var t=Dn(o)&&!xi(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||_t(o,l);return t&&e}function RR(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 gR(o,t){arguments.length===1&&(arguments[0]?cR(arguments[0])?(o=arguments[0],t=void 0):hR(arguments[0])&&(t=arguments[0],o=void 0):(o=void 0,t=void 0));var e=o||ne(),n=Is(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,ne(e)))}function fR(){return new co(this)}function TR(o,t){var e=We(o)?o:ne(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 mR(o,t){var e=We(o)?o:ne(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 CR(o,t,e,n){var i=We(o)?o:ne(o),l=We(t)?t:ne(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 pR(o,t){var e=We(o)?o:ne(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 IR(o,t){return this.isSame(o,t)||this.isAfter(o,t)}function ER(o,t){return this.isSame(o,t)||this.isBefore(o,t)}function LR(o,t,e){var n,i,l;if(!this.isValid())return NaN;if(n=Is(o,this),!n.isValid())return NaN;switch(i=(n.utcOffset()-this.utcOffset())*6e4,t=Fe(t),t){case"year":l=ti(this,n)/12;break;case"month":l=ti(this,n);break;case"quarter":l=ti(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 ti(o,t){if(o.date()<t.date())return-ti(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 PR(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function MR(o){if(!this.isValid())return null;var t=o!==!0,e=t?this.clone().utc():this;return e.year()<0||e.year()>9999?Ko(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",Ko(e,"Z")):Ko(e,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function OR(){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 SR(o){o||(o=this.isUtc()?lt.defaultFormatUtc:lt.defaultFormat);var t=Ko(this,o);return this.localeData().postformat(t)}function DR(o,t){return this.isValid()&&(We(o)&&o.isValid()||ne(o).isValid())?Ue({to:this,from:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function FR(o){return this.from(ne(),o)}function XR(o,t){return this.isValid()&&(We(o)&&o.isValid()||ne(o).isValid())?Ue({from:this,to:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function yR(o){return this.to(ne(),o)}function dl(o){var t;return o===void 0?this._locale._abbr:(t=sn(o),t!=null&&(this._locale=t),this)}var ul=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 hl(){return this._locale}var ei=1e3,jn=60*ei,ni=60*jn,Rl=(365*400+97)*24*ni;function qn(o,t){return(o%t+t)%t}function gl(o,t,e){return o<100&&o>=0?new Date(o+400,t,e)-Rl:new Date(o,t,e).valueOf()}function fl(o,t,e){return o<100&&o>=0?Date.UTC(o+400,t,e)-Rl:Date.UTC(o,t,e)}function NR(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?fl:gl,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-=qn(t+(this._isUTC?0:this.utcOffset()*jn),ni);break;case"minute":t=this._d.valueOf(),t-=qn(t,jn);break;case"second":t=this._d.valueOf(),t-=qn(t,ei);break}return this._d.setTime(t),lt.updateOffset(this,!0),this}function bR(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?fl:gl,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+=ni-qn(t+(this._isUTC?0:this.utcOffset()*jn),ni)-1;break;case"minute":t=this._d.valueOf(),t+=jn-qn(t,jn)-1;break;case"second":t=this._d.valueOf(),t+=ei-qn(t,ei)-1;break}return this._d.setTime(t),lt.updateOffset(this,!0),this}function VR(){return this._d.valueOf()-(this._offset||0)*6e4}function WR(){return Math.floor(this.valueOf()/1e3)}function YR(){return new Date(this.valueOf())}function UR(){var o=this;return[o.year(),o.month(),o.date(),o.hour(),o.minute(),o.second(),o.millisecond()]}function wR(){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 ZR(){return this.isValid()?this.toISOString():null}function vR(){return $i(this)}function QR(){return fn({},Ft(this))}function KR(){return Ft(this).overflow}function HR(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}Tt("N",0,0,"eraAbbr"),Tt("NN",0,0,"eraAbbr"),Tt("NNN",0,0,"eraAbbr"),Tt("NNNN",0,0,"eraName"),Tt("NNNNN",0,0,"eraNarrow"),Tt("y",["y",1],"yo","eraYear"),Tt("y",["yy",2],0,"eraYear"),Tt("y",["yyy",3],0,"eraYear"),Tt("y",["yyyy",4],0,"eraYear"),ct("N",Ls),ct("NN",Ls),ct("NNN",Ls),ct("NNNN",qR),ct("NNNNN",tg),Gt(["N","NN","NNN","NNNN","NNNNN"],function(o,t,e,n){var i=e._locale.erasParse(o,n,e._strict);i?Ft(e).era=i:Ft(e).invalidEra=o}),ct("y",xn),ct("yy",xn),ct("yyy",xn),ct("yyyy",xn),ct("yo",eg),Gt(["y","yy","yyy","yyyy"],fe),Gt(["yo"],function(o,t,e,n){var i;e._locale._eraYearOrdinalRegex&&(i=o.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?t[fe]=e._locale.eraYearOrdinalParse(o,i):t[fe]=parseInt(o,10)});function AR(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 _R(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 BR(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 kR(){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 GR(){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 xR(){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 JR(){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 $R(o){return _t(this,"_erasNameRegex")||Ps.call(this),o?this._erasNameRegex:this._erasRegex}function zR(o){return _t(this,"_erasAbbrRegex")||Ps.call(this),o?this._erasAbbrRegex:this._erasRegex}function jR(o){return _t(this,"_erasNarrowRegex")||Ps.call(this),o?this._erasNarrowRegex:this._erasRegex}function Ls(o,t){return t.erasAbbrRegex(o)}function qR(o,t){return t.erasNameRegex(o)}function tg(o,t){return t.erasNarrowRegex(o)}function eg(o,t){return t._eraYearOrdinalRegex||xn}function Ps(){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")}Tt(0,["gg",2],0,function(){return this.weekYear()%100}),Tt(0,["GG",2],0,function(){return this.isoWeekYear()%100});function oi(o,t){Tt(0,[o,o.length],0,t)}oi("gggg","weekYear"),oi("ggggg","weekYear"),oi("GGGG","isoWeekYear"),oi("GGGGG","isoWeekYear"),ct("G",Bo),ct("g",Bo),ct("GG",ee,Pe),ct("gg",ee,Pe),ct("GGGG",rs,ss),ct("gggg",rs,ss),ct("GGGGG",_o,Ho),ct("ggggg",_o,Ho),ho(["gggg","ggggg","GGGG","GGGGG"],function(o,t,e,n){t[n.substr(0,2)]=Ut(o)}),ho(["gg","GG"],function(o,t,e,n){t[n]=lt.parseTwoDigitYear(o)});function ng(o){return Tl.call(this,o,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function og(o){return Tl.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 Tl(o,t,e,n,i){var l;return o==null?To(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=Gr(o,t,e,n,i),r=fo(l.year,0,l.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}Tt("Q",0,"Qo","quarter"),ct("Q",Ur),Gt("Q",function(o,t){t[en]=(Ut(o)-1)*3});function cg(o){return o==null?Math.ceil((this.month()+1)/3):this.month((o-1)*3+this.month()%3)}Tt("D",["DD",2],"Do","date"),ct("D",ee,Jn),ct("DD",ee,Pe),ct("Do",function(o,t){return o?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),Gt(["D","DD"],xe),Gt("Do",function(o,t){t[xe]=Ut(o.match(ee)[0])});var ml=$n("Date",!0);Tt("DDD",["DDDD",3],"DDDo","dayOfYear"),ct("DDD",Ao),ct("DDDD",wr),Gt(["DDD","DDDD"],function(o,t,e){e._dayOfYear=Ut(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")}Tt("m",["mm",2],0,"minute"),ct("m",ee,ls),ct("mm",ee,Pe),Gt(["m","mm"],Ye);var ug=$n("Minutes",!1);Tt("s",["ss",2],0,"second"),ct("s",ee,ls),ct("ss",ee,Pe),Gt(["s","ss"],nn);var hg=$n("Seconds",!1);Tt("S",0,0,function(){return~~(this.millisecond()/100)}),Tt(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),Tt(0,["SSS",3],0,"millisecond"),Tt(0,["SSSS",4],0,function(){return this.millisecond()*10}),Tt(0,["SSSSS",5],0,function(){return this.millisecond()*100}),Tt(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),Tt(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),Tt(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),Tt(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),ct("S",Ao,Ur),ct("SS",Ao,Pe),ct("SSS",Ao,wr);var mn,Cl;for(mn="SSSS";mn.length<=9;mn+="S")ct(mn,xn);function Rg(o,t){t[Fn]=Ut(("0."+o)*1e3)}for(mn="S";mn.length<=9;mn+="S")Gt(mn,Rg);Cl=$n("Milliseconds",!1),Tt("z",0,0,"zoneAbbr"),Tt("zz",0,0,"zoneName");function gg(){return this._isUTC?"UTC":""}function fg(){return this._isUTC?"Coordinated Universal Time":""}var z=co.prototype;z.add=lR,z.calendar=gR,z.clone=fR,z.diff=LR,z.endOf=bR,z.format=SR,z.from=DR,z.fromNow=FR,z.to=XR,z.toNow=yR,z.get=Ou,z.invalidAt=KR,z.isAfter=TR,z.isBefore=mR,z.isBetween=CR,z.isSame=pR,z.isSameOrAfter=IR,z.isSameOrBefore=ER,z.isValid=vR,z.lang=ul,z.locale=dl,z.localeData=hl,z.max=vh,z.min=Zh,z.parsingFlags=QR,z.set=Su,z.startOf=NR,z.subtract=aR,z.toArray=UR,z.toObject=wR,z.toDate=YR,z.toISOString=MR,z.inspect=OR,typeof Symbol<"u"&&Symbol.for!=null&&(z[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),z.toJSON=ZR,z.toString=PR,z.unix=WR,z.valueOf=VR,z.creationData=HR,z.eraName=kR,z.eraNarrow=GR,z.eraAbbr=xR,z.eraYear=JR,z.year=Qr,z.isLeapYear=Mu,z.weekYear=ng,z.isoWeekYear=og,z.quarter=z.quarters=cg,z.month=Br,z.daysInMonth=Yu,z.week=z.weeks=Au,z.isoWeek=z.isoWeeks=_u,z.weeksInYear=rg,z.weeksInWeekYear=lg,z.isoWeeksInYear=ig,z.isoWeeksInISOWeekYear=sg,z.date=ml,z.day=z.days=oh,z.weekday=ih,z.isoWeekday=sh,z.dayOfYear=dg,z.hour=z.hours=hh,z.minute=z.minutes=ug,z.second=z.seconds=hg,z.millisecond=z.milliseconds=Cl,z.utcOffset=xh,z.utc=$h,z.local=zh,z.parseZone=jh,z.hasAlignedHourOffset=qh,z.isDST=tR,z.isLocal=nR,z.isUtcOffset=oR,z.isUtc=sl,z.isUTC=sl,z.zoneAbbr=gg,z.zoneName=fg,z.dates=De("dates accessor is deprecated. Use date instead.",ml),z.months=De("months accessor is deprecated. Use month instead",Br),z.years=De("years accessor is deprecated. Use year instead",Qr),z.zone=De("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Jh),z.isDSTShifted=De("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",eR);function Tg(o){return ne(o*1e3)}function mg(){return ne.apply(null,arguments).parseZone()}function pl(o){return o}var Bt=ts.prototype;Bt.calendar=nu,Bt.longDateFormat=ru,Bt.invalidDate=au,Bt.ordinal=uu,Bt.preparse=pl,Bt.postformat=pl,Bt.relativeTime=Ru,Bt.pastFuture=gu,Bt.set=tu,Bt.eras=AR,Bt.erasParse=_R,Bt.erasConvertYear=BR,Bt.erasAbbrRegex=zR,Bt.erasNameRegex=$R,Bt.erasNarrowRegex=jR,Bt.months=Nu,Bt.monthsShort=bu,Bt.monthsParse=Wu,Bt.monthsRegex=wu,Bt.monthsShortRegex=Uu,Bt.week=vu,Bt.firstDayOfYear=Hu,Bt.firstDayOfWeek=Ku,Bt.weekdays=ju,Bt.weekdaysMin=th,Bt.weekdaysShort=qu,Bt.weekdaysParse=nh,Bt.weekdaysRegex=rh,Bt.weekdaysShortRegex=lh,Bt.weekdaysMinRegex=ah,Bt.isPM=dh,Bt.meridiem=Rh;function ii(o,t,e,n){var i=sn(),l=Be().set(n,t);return i[e](l,o)}function Il(o,t,e){if(qe(o)&&(t=o,o=void 0),o=o||"",t!=null)return ii(o,t,e,"month");var n,i=[];for(n=0;n<12;n++)i[n]=ii(o,n,e,"month");return i}function Ms(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 ii(t,(e+l)%7,n,"day");for(r=0;r<7;r++)a[r]=ii(t,(r+l)%7,n,"day");return a}function Cg(o,t){return Il(o,t,"months")}function pg(o,t){return Il(o,t,"monthsShort")}function Ig(o,t,e){return Ms(o,t,e,"weekdays")}function Eg(o,t,e){return Ms(o,t,e,"weekdaysShort")}function Lg(o,t,e){return Ms(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=Ut(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 El(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 El(this,o,t,1)}function Og(o,t){return El(this,o,t,-1)}function Ll(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+=Ll(Os(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(Pl(t)),e+=c,t-=Ll(Os(c)),a=Xe(e/12),e%=12,n.days=t,n.months=e,n.years=a,this}function Pl(o){return o*4800/146097}function Os(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+Pl(t),o){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(t=this._days+Math.round(Os(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 Ml=ln("ms"),Fg=ln("s"),Xg=ln("m"),yg=ln("h"),Ng=ln("d"),bg=ln("w"),Vg=ln("M"),Wg=ln("Q"),Yg=ln("y"),Ug=Ml;function wg(){return Ue(this)}function Zg(o){return o=Fe(o),this.isValid()?this[o+"s"]():NaN}function yn(o){return function(){return this.isValid()?this._data[o]:NaN}}var vg=yn("milliseconds"),Qg=yn("seconds"),Kg=yn("minutes"),Hg=yn("hours"),Ag=yn("days"),_g=yn("months"),Bg=yn("years");function kg(){return Xe(this.days()/7)}var an=Math.round,to={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")),R=an(i.as("y")),h=l<=e.ss&&["s",l]||l<e.s&&["ss",l]||r<=1&&["m"]||r<e.m&&["mm",r]||a<=1&&["h"]||a<e.h&&["hh",a]||c<=1&&["d"]||c<e.d&&["dd",c];return e.w!=null&&(h=h||u<=1&&["w"]||u<e.w&&["ww",u]),h=h||d<=1&&["M"]||d<e.M&&["MM",d]||R<=1&&["y"]||["yy",R],h[2]=t,h[3]=+o>0,h[4]=n,Gg.apply(null,h)}function Jg(o){return o===void 0?an:typeof o=="function"?(an=o,!0):!1}function $g(o,t){return to[o]===void 0?!1:t===void 0?to[o]:(to[o]=t,o==="s"&&(to.ss=t-1),!0)}function zg(o,t){if(!this.isValid())return this.localeData().invalidDate();var e=!1,n=to,i,l;return typeof o=="object"&&(t=o,o=!1),typeof o=="boolean"&&(e=o),typeof t=="object"&&(n=Object.assign({},to,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 Ss=Math.abs;function eo(o){return(o>0)-(o<0)||+o}function si(){if(!this.isValid())return this.localeData().invalidDate();var o=Ss(this._milliseconds)/1e3,t=Ss(this._days),e=Ss(this._months),n,i,l,r,a=this.asSeconds(),c,d,u,R;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=eo(this._months)!==eo(a)?"-":"",u=eo(this._days)!==eo(a)?"-":"",R=eo(this._milliseconds)!==eo(a)?"-":"",c+"P"+(l?d+l+"Y":"")+(e?d+e+"M":"")+(t?u+t+"D":"")+(i||n||o?"T":"")+(i?R+i+"H":"")+(n?R+n+"M":"")+(o?R+r+"S":"")):"P0D"}var Zt=jo.prototype;Zt.isValid=_h,Zt.abs=Pg,Zt.add=Mg,Zt.subtract=Og,Zt.as=Dg,Zt.asMilliseconds=Ml,Zt.asSeconds=Fg,Zt.asMinutes=Xg,Zt.asHours=yg,Zt.asDays=Ng,Zt.asWeeks=bg,Zt.asMonths=Vg,Zt.asQuarters=Wg,Zt.asYears=Yg,Zt.valueOf=Ug,Zt._bubble=Sg,Zt.clone=wg,Zt.get=Zg,Zt.milliseconds=vg,Zt.seconds=Qg,Zt.minutes=Kg,Zt.hours=Hg,Zt.days=Ag,Zt.weeks=kg,Zt.months=_g,Zt.years=Bg,Zt.humanize=zg,Zt.toISOString=si,Zt.toString=si,Zt.toJSON=si,Zt.locale=dl,Zt.localeData=hl,Zt.toIsoString=De("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",si),Zt.lang=ul,Tt("X",0,0,"unix"),Tt("x",0,0,"valueOf"),ct("x",Bo),ct("X",Cu),Gt("X",function(o,t,e){e._d=new Date(parseFloat(o)*1e3)}),Gt("x",function(o,t,e){e._d=new Date(Ut(o))});lt.version="2.30.1",jd(ne),lt.fn=z,lt.min=Qh,lt.max=Kh,lt.now=Hh,lt.utc=Be,lt.unix=Tg,lt.months=Cg,lt.isDate=ao,lt.locale=Tn,lt.invalid=vo,lt.duration=Ue,lt.isMoment=We,lt.weekdays=Ig,lt.parseZone=mg,lt.localeData=sn,lt.isDuration=qo,lt.monthsShort=pg,lt.weekdaysMin=Lg,lt.defineLocale=Rs,lt.updateLocale=mh,lt.locales=Ch,lt.weekdaysShort=Eg,lt.normalizeUnits=Fe,lt.relativeTimeRounding=Jg,lt.relativeTimeThreshold=$g,lt.calendarFormat=RR,lt.prototype=z,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 Ds{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 R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){R=T.value,h=0,c=T;continue}}const g=R[h];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),h++}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,R=this.element.originControlId||(this.element.controlId===r?.controlId?r?.originControlId:void 0),h=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,R=void 0,h=a.control):f&&(u=r.controlId,R=void 0,h=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,R||null):this.control.removePlaceholder(T,{elementList:l});const I=l[T];g||d||f?this._removePlaceholdersByControl(l,u,R||null):this._removeControlPlaceholders(l,T);const m=I.type&&!Le.includes(I.type)||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRE_TEXT?Jt(I,["control","controlId","originControlId",...Re]):Ee(I,["type"]),L=g||d||f,M=b=>{Re.forEach(S=>{delete b[S];const N=h?.[S];N!==void 0&&(b[S]=N)}),delete b.underline,delete b.textDecoration,h?.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,h&&(m.control=h),R?m.originControlId=R:delete m.originControlId;const P=this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.inputTraceEnabled,D=i.startIndex+1,X=[],U=b=>{const S=X.length?X:l,N=X.length?X.length-1:d?i.startIndex+1:i.startIndex;re(S,[b],N,{editorOptions:this.options}),X.push(b)};for(let b=0;b<t.length;b++){const S=t[b];if(S.type===s.ElementType.CONTROL&&S.control){const N=S,V=N.controlId||ft(),F=N.control?.value||[],O=N.control?.type,E=O===s.ControlType.TEXTFIELD,Y=E?this.options.control.textFixColor:O===s.ControlType.TEXT||O===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,v={...Ee(m,["underline","textDecoration"]),controlId:V,type:s.ElementType.CONTROL,control:N.control,originControlId:u},w=E?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,Q=E?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,W=E?N.control?.preTextFix||this.options.control.preTextFix:N.control?.prefix||this.options.control.prefix;for(let _=0;_<W.length;_++){const K={...v,color:Y,value:W[_],controlComponent:w};U(K)}for(let _=0;_<F.length;_++){const K=F[_],A={...v,...K,controlComponent:s.ControlComponent.VALUE};(A.color===this.options.control.bracketColor||A.color===this.options.control.placeholderColor)&&(A.color=this.options.defaultColor),U(A)}if(F.length===0){const _=N.control?.placeholder||"";for(let K=0;K<_.length;K++){const A={...v,value:_[K],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};U(A)}}const G=E?N.control?.postTextFix||this.options.control.postTextFix:N.control?.postfix||this.options.control.postfix;for(let _=0;_<G.length;_++){const K={...v,color:Y,value:G[_],controlComponent:Q};U(K)}}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"]),F={...m,...V,controlComponent:s.ControlComponent.VALUE};L&&M(F),(F.color===this.options.control.bracketColor||F.color===this.options.control.placeholderColor||F.color===this.options.control.textFixColor)&&(F.color=this.options.defaultColor),F.strikeout&&delete F.strikeout,P&&(F.textDecoration={style:s.TextDecorationStyle.DOUBLE},F.underline=!0),U(F)}}return X.length&&p.spliceElementList(l,D,0,X),i.startIndex+X.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(),i=v=>!!(v?.type===s.ElementType.IMAGE&&v.controlId&&v.controlComponent===s.ControlComponent.VALUE),l=(v,w)=>{const Q=e[v];if(!i(Q))return null;const W=Q.controlId,G=Q.originControlId||null;if(this.draws.spliceElementList(e,v,1),!e.some(K=>K.controlId===W&&(K.originControlId||null)===G&&K.controlComponent===s.ControlComponent.VALUE)){const K=e.findIndex(A=>A.controlId===W&&(A.originControlId||null)===G&&(A.controlComponent===s.ControlComponent.PREFIX||A.controlComponent===s.ControlComponent.PRE_TEXT));K>=0&&this.control.addPlaceholder(K)}return Math.max(0,w)};this.control.shrinkBoundary();const{startIndex:r,endIndex:a}=n,c=e[r],d=e[a],u=this.control.getDraw(),R=e[a+1];if(r===a){if(t.key===s.KeyMap.Backspace){const v=i(c)?r:i(e[r-1])?r-1:-1;if(v>=0)return l(v,v)}if(t.key===s.KeyMap.Delete){const v=i(c)?r:i(R)?a+1:-1;if(v>=0){const w=v===r?v:v-1;return l(v,w)}}}const h=this.options.mode===s.EditorMode.FORM,f=this.element.controlId||c.controlId,g=this.element.originControlId||c.originControlId||null,T=v=>{if(!v)return null;const w=new Set;let Q=v,W=null;for(;Q&&!w.has(Q);){w.add(Q);let G;for(let _=0;_<e.length;_++){const K=e[_];if(K.controlId===Q&&K.control?.type&&(G=K,K.controlComponent===s.ControlComponent.PREFIX||K.controlComponent===s.ControlComponent.PRE_TEXT||K.controlComponent===s.ControlComponent.PRETEXTFIX||K.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!G)break;(G.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&G.control?.type===s.ControlType.TEXTFIELD)&&(W=Q),Q=G.originControlId||null}return W},C=T(g),p=!!C,I=c.controlId===f&&(c.originControlId||null)===g,m=c.controlComponent===s.ControlComponent.VALUE,L=v=>{for(let w=r-1;w>=0;w--){const Q=e[w];if(Q.controlId===v&&!Q.originControlId){if(Q.controlComponent===s.ControlComponent.VALUE||Q.controlComponent===s.ControlComponent.PLACEHOLDER)return w;if(Q.controlComponent===s.ControlComponent.PREFIX||Q.controlComponent===s.ControlComponent.PRE_TEXT||Q.controlComponent===s.ControlComponent.PRETEXTFIX||Q.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break}if(Q.controlId&&Q.controlId!==v&&Q.originControlId!==v)break}return-1},M=(v,w)=>{for(let Q=v;Q>=0;Q--){const W=e[Q];if(W.controlId===w&&!W.originControlId&&(W.controlComponent===s.ControlComponent.VALUE||W.controlComponent===s.ControlComponent.PLACEHOLDER||W.controlComponent===s.ControlComponent.PREFIX||W.controlComponent===s.ControlComponent.PRE_TEXT||W.controlComponent===s.ControlComponent.PRETEXTFIX||W.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))return Q;if(W.controlId&&W.controlId!==w&&W.originControlId!==w)break}for(let Q=v+1;Q<e.length;Q++){const W=e[Q];if(W.controlId===w&&!W.originControlId&&(W.controlComponent===s.ControlComponent.VALUE||W.controlComponent===s.ControlComponent.PLACEHOLDER||W.controlComponent===s.ControlComponent.POSTFIX||W.controlComponent===s.ControlComponent.POST_TEXT||W.controlComponent===s.ControlComponent.POSTTEXTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return Q;if(W.controlId&&W.controlId!==w&&W.originControlId!==w)break}return v},D=p&&I&&(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),X=e[a+1],U=!!X?.originControlId&&!!X?.controlId&&X.originControlId!==X.controlId&&(X.controlComponent===s.ControlComponent.PREFIX||X.controlComponent===s.ControlComponent.PRE_TEXT||X.controlComponent===s.ControlComponent.PRETEXTFIX||X.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||X.controlComponent===s.ControlComponent.PLACEHOLDER||X.controlComponent===s.ControlComponent.TEXTFIXLABEL),b=!!X?.originControlId&&!!X?.controlId&&X.originControlId!==X.controlId&&(X.controlComponent===s.ControlComponent.PREFIX||X.controlComponent===s.ControlComponent.PRE_TEXT||X.controlComponent===s.ControlComponent.PRETEXTFIX||X.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||X.controlComponent===s.ControlComponent.POSTFIX||X.controlComponent===s.ControlComponent.POST_TEXT||X.controlComponent===s.ControlComponent.POSTTEXTFIX||X.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||X.controlComponent===s.ControlComponent.PLACEHOLDER||X.controlComponent===s.ControlComponent.TEXTFIXLABEL),S=v=>this.options.mode===s.EditorMode.FORM?r:this.control.removeControl(v),N=c.controlComponent===s.ControlComponent.VALUE&&!c.originControlId&&!!X?.originControlId&&!!f&&T(X.originControlId)===f,V=v=>!!v&&v.controlId===c.controlId&&(v.originControlId||null)===(c.originControlId||null),F=v=>v?.controlComponent===s.ControlComponent.POSTFIX||v?.controlComponent===s.ControlComponent.POST_TEXT||v?.controlComponent===s.ControlComponent.POSTTEXTFIX||v?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,O=()=>{const v=c.controlId,w=c.originControlId||null;return u.spliceElementList(e,r,1),e.some(W=>W.controlId===v&&(W.originControlId||null)===w&&W.controlComponent===s.ControlComponent.VALUE)||this.control.addPlaceholder(r-1),Math.max(r-1,0)},E=c.controlComponent===s.ControlComponent.VALUE&&!!c.originControlId&&V(X)&&F(X),Y=!!f&&!this.control.getIsExistValueByElementListIndex(e,r),y=()=>{if(c.controlComponent!==s.ControlComponent.VALUE)return null;let v=r;for(let W=r;W>=0;W--){const G=e[W];if(!(G.controlId===c.controlId&&(G.originControlId||null)===(c.originControlId||null))||G.controlComponent!==s.ControlComponent.VALUE)break;if(!G.strikeout){v=W;break}}const w=e[v];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 Q=Math.max(v-1,0);for(let W=v-1;W>=0;W--){const G=e[W];if(!(G.controlId===w.controlId&&(G.originControlId||null)===(w.originControlId||null))){Q=W;break}if(G.controlComponent!==s.ControlComponent.VALUE){Q=W;break}if(!G.strikeout){Q=W;break}Q=Math.max(W-1,0)}return this.draws.render({curIndex:Q,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),queueMicrotask(()=>{this.ranges.setRange(Q,Q),this.draws.setCursor(Q)}),Q};if(t.key===s.KeyMap.Backspace){if(r===a&&Y&&(c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return r;if(h&&r===a&&C&&!I&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)){const w=L(C);return w>=0?w:r}if(r===a&&D&&!(h&&c.controlComponent===s.ControlComponent.VALUE&&!c.originControlId))return S(r);if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!p||m)){if(r===a&&c.controlComponent===s.ControlComponent.VALUE){const w=y();if(w!==null)return w}return c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER?r:this.strikeout()}else{if(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER)return r;if(r!==a){u.spliceElementList(e,r+1,a-r);const w=e[r+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(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?u.fixPosition(!0)??r:r}else{const w=e[r-1],Q=e[r+1];return!c.originControlId&&w?.controlId===c.controlId&&w?.originControlId===c.originControlId&&w?.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)&&this.options.mode!==s.EditorMode.FORM?(u.spliceElementList(e,r-1,1),this.getValue().length||this.control.addPlaceholder(r-2),r-2):F(Q)?Q.originControlId?E?O():N?(u.spliceElementList(e,r,1),this.getValue().length||this.control.addPlaceholder(r-1),M(Math.max(r-1,0),c.controlId)):S(r):(u.spliceElementList(e,r,1),this.control.addPlaceholder(r-1),M(Math.max(r-1,0),c.controlId)):(u.spliceElementList(e,r,1),r===1&&e[0].type===s.ElementType.SPLIT_TAG||r===0?u.fixPosition(!0)??r-1:M(Math.max(r-1,0),c.controlId))}}}else if(t.key===s.KeyMap.Delete){if(r===a&&Y&&(c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return a;if(r===a&&(U||b)){if(N){const W=e[a+1];if(W?.controlComponent===s.ControlComponent.VALUE&&W.controlId===c.controlId&&!W.originControlId)return u.spliceElementList(e,a+1,1),this.getValue().length||this.control.addPlaceholder(r),r}return S(a+1)}const v=e[a+1],w=!!c.originControlId;if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!w||c.controlComponent===s.ControlComponent.VALUE))return d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER?a:v?.controlComponent===s.ControlComponent.POSTFIX||v?.controlComponent===s.ControlComponent.POST_TEXT||v?.controlComponent===s.ControlComponent.POSTTEXTFIX||v?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?v.originControlId?N?(u.spliceElementList(e,r+1,1),this.getValue().length||this.control.addPlaceholder(r),r):S(r+1):(u.spliceElementList(e,r+1,1),this.control.addPlaceholder(r),r):this.strikeout();{const W=e[a+1];return c.controlComponent===s.ControlComponent.PLACEHOLDER?a:W?.controlComponent===s.ControlComponent.POSTFIX||W?.controlComponent===s.ControlComponent.POST_TEXT||W?.controlComponent===s.ControlComponent.POSTTEXTFIX||W?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?W.originControlId?N?(u.spliceElementList(e,r+1,1),this.getValue().length||this.control.addPlaceholder(r),r):S(r+1):(u.spliceElementList(e,r+1,1),this.control.addPlaceholder(r),r):r!==a?(u.spliceElementList(e,r+1,a-r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?u.fixPosition(!0)??r:r):W?(u.spliceElementList(e,r+1,1),r===0&&e[0].type===s.ElementType.SPLIT_TAG?u.fixPosition(!0)??r:r):(u.getTd()?.linkTdNextId&&c.controlId&&this.removeNextControlElement(c.controlId),a)}}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();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=h=>{queueMicrotask(()=>{this.ranges.setRange(h,h),this.draws.setCursor(h)})},u=h=>{const f=this.control.getElementList(),g=f[h],T=g?.controlId,C=g?.originControlId||null;let p=-1;for(let I=h-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 h},R=h=>{const f=this.control.getElementList(),g=f[h];if(!g?.controlId||g.controlComponent===s.ControlComponent.VALUE&&(g.metrics?.width??0)>0)return h;for(let T=h+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=h-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 h};if(r?.length){if(!this.element.strikeout){const h=r.findIndex(f=>!f.strikeout);return r.forEach(f=>{f.deletePerson="SWJ",f.deleteTime=c,f.strikeout=!!~h}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),this.control.getRange().endIndex??null}}else{const h=R(a.index),f=this.control.getElementList()[h],g=this.control.getElementList();if(!this.control.getElementList()[h].strikeout&&f?.metrics.width>0){this.control.getElementList()[h].strikeout=!0,this.control.getElementList()[h].deletePerson="SWJ",this.control.getElementList()[h].deleteTime=c;const T=u(h);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 Ol{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:R,tue:h,wed:f,thu:g,fri:T,sat:C}}=this.lang;[u,R,h,f,g,T,C].forEach(N=>{const V=document.createElement("span");V.innerText=`${N}`,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((N,V)=>{const F=document.createElement("li"),O=document.createElement("span");O.innerText=N,F.append(O);const E=document.createElement("ol"),Y=V===0,y=V===1,v=Y?24:60;for(let w=0;w<v;w++){const Q=document.createElement("li");Q.innerText=`${String(w).padStart(2,"0")}`,Q.setAttribute("data-id",`${w}`),E.append(Q)}Y?L=E:y?M=E:P=E,F.append(E),m.append(F)});const X=document.createElement("div");X.classList.add(`${rt}-date-menu`);const U=document.createElement("button");U.classList.add(`${rt}-date-menu__time`),U.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,X.append(U),X.append(b),X.append(S),t.append(e),t.append(m),t.append(X),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:U,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((h,f)=>{const g=h;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 R=this.dom.time.second.previousElementSibling;R.innerText=this.lang.second}_update(){const t=new Date,e=t.getFullYear(),n=t.getMonth()+1,i=t.getDate();let l=null,r=null,a=null;this.pickDate&&(l=this.pickDate.getFullYear(),r=this.pickDate.getMonth()+1,a=this.pickDate.getDate());const c=this.now.getFullYear(),d=this.now.getMonth()+1;this.dom.title.now.innerText=`${c}${this.lang.year} ${String(d).padStart(2,"0")}${this.lang.month}`;const R=new Date(c,d,0).getDate();let h=new Date(c,d-1,1).getDay();h===0&&(h=7);const f=new Date(c,d-1,0).getDate();this.dom.day.innerHTML="";const g=f-h+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<=R;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-h-R;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(R=>R.classList.remove("active"))}),[[l,e],[r,n],[a,i]].forEach(([u,R])=>{const h=u.querySelector(`[data-id='${R}']`);h.classList.add("active"),t&&pi(u,h)})}_preMonth(){this.now.setMonth(this.now.getMonth()-1),this._update()}_nextMonth(){this.now.setMonth(this.now.getMonth()+1),this._update()}_preYear(){this.now.setFullYear(this.now.getFullYear()-1),this._update()}_nextYear(){this.now.setFullYear(this.now.getFullYear()+1),this._update()}_now(){this.pickDate=new Date,this.dispose()}_toggleVisible(t){t?this.dom.container.classList.add("active"):this.dom.container.classList.remove("active")}_submit(){if(this.options.onSubmit&&this.pickDate){const t=this.renderOptions?.dateFormat,e=this.formatDate(this.pickDate,t);this.options.onSubmit(e)}}formatDate(t,e="YYYY-MM-DD HH:mm:ss"){let n=e;const i=t.getFullYear().toString(),l=(t.getMonth()+1).toString(),r=t.getDate().toString(),a=t.getHours(),c=a%12===0?12:a%12,d=t.getMinutes().toString(),u=t.getSeconds().toString(),R=t.getMilliseconds().toString(),h={"y+":i,"Y+":i,"M+":l,"d+":r,"D+":r,"h+":c.toString(),"H+":a.toString(),"m+":d,"s+":u,"S+":R};for(const f in h){const g=new RegExp("("+f+")").exec(e),T=f;g&&(n=n.replace(g[1],g[1].length===1?h[T]:h[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 Io{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?Jt(d,["control","controlId",...Re]):Ee(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const f={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[f])}return R+t.length-1}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=this.control.getValueRange(t);if(!l)return-1;const{startIndex:r,endIndex:a}=l;if(!~r||!~a)return-1;const c=t.elementList||this.control.getElementList();return this.control.getDraw().spliceElementList(c,r+1,a-r,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(r,t),r}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.getValue(e)[0],a=r?Jt(r,ye):Jt(i[l.startIndex],Re),c=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~c)return;const d=Ee(i[c],ye),u=c+1,R=this.control.getDraw();for(let h=0;h<t.length;h++){const f={...a,...d,type:s.ElementType.TEXT,value:t[h],controlComponent:s.ControlComponent.VALUE};(f.color===this.options.control.bracketColor||f.color===this.options.control.placeholderColor)&&(f.color=this.options.defaultColor),re(i,[f],c,{editorOptions:this.options}),R.spliceElementList(i,u+h,0,[f])}if(!e.range){const h=u+t.length-1;this.control.repaintControl({curIndex:h}),this.control.emitControlContentChange({context:e}),this.destroy()}}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw();if(t.key===s.KeyMap.Backspace)return i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1);if(t.key===s.KeyMap.Delete){if(i!==l)return c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i;{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i)}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl())return;const t=this.control.getPosition();if(!t)return;const e=this.draw.getElementList(),{startIndex:n}=this.control.getRange();if(e[n+1]?.controlId!==this.element.controlId)return;this.datePicker=new Ol(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 ri extends Ds{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=>!Lc(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 R=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 h=sr(r);if(!/^[+-]?(?:\d+)?(?:\.\d*)?(?:[eE][+-]?\d*)?$/.test(h))return-1;const g=R?.numberExclusiveOptions,T=g?.maxLength??null,C=g?.decimalPlaces??null,p=h.replace(/[+\-.eE]/g,"").length;if(T!=null&&p>T||C!=null&&(h.split(/[eE]/)[0].split(".")[1]||"").length>C)return-1;if(e.range||e.elementList){const I=Number(h),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 D=i;D>=0;D--)if(e[D].controlComponent===s.ControlComponent.PREFIX){l=e[D];break}const a=(l?.control||this.element.control)?.numberExclusiveOptions,c=a?.minValue,d=a?.maxValue,u=a?.minLength,R=a?.maxLength,h=t.trim(),f=h.replace(/[+\-.eE]/g,"").length,g=Number(h);if(u!=null&&f<u||R!=null&&f>R||c!=null&&g<c||d!=null&&g>d)return!1;let T=i;for(let D=i;D>=0;D--)if(e[D].controlComponent===s.ControlComponent.PREFIX){T=D;break}let C=T+1;for(let D=T+1;D<e.length;D++)if(e[D].controlComponent===s.ControlComponent.POSTFIX){C=D;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 D=T+1;D<C;D++){const X=e[D];X.controlComponent===s.ControlComponent.VALUE&&!X.strikeout&&X.value&&(X.strikeout=!0,X.deletePerson="SYSTEM",X.deleteTime=L),X.controlComponent===s.ControlComponent.PLACEHOLDER&&(this.control.getDraw().spliceElementList(e,D,1),C--,D--)}else{const D=T+1,X=C-D;X>0&&this.control.getDraw().spliceElementList(e,D,X),C=T+1}C=T+1;for(let D=T+1;D<e.length;D++)if(e[D].controlComponent===s.ControlComponent.POSTFIX){C=D;break}const M=[];for(let D=0;D<h.length;D++){const X={type:s.ElementType.TEXT,value:h[D],controlComponent:s.ControlComponent.VALUE,controlId:e[T].controlId,originControlId:e[T].originControlId,control:e[T].control};I&&(X.textDecoration={style:s.TextDecorationStyle.DOUBLE},X.underline=!0),M.push(X)}for(let D=0;D<M.length;D++)this.control.getDraw().spliceElementList(e,C+D,0,[M[D]]);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?sr(c):"",u=r?.numberExclusiveOptions,R=u?.minValue,h=u?.maxValue,f=u?.decimalPlaces;this.inputPopup=new jg({control:this.control,currentValue:d,minValue:R,maxValue:h,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 R=document.createElement("div");if(R.classList.add(`${rt}-number-input-modal__title`),R.textContent="请输入数值",u.appendChild(R),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 h=document.createElement("input");h.classList.add(`${rt}-number-input-modal__input`),h.type="number",h.value=t,h.placeholder="请输入数值",e!==void 0&&(h.min=String(e)),n!==void 0&&(h.max=String(n)),i!=null&&(h.step=(1/Math.pow(10,i)).toString()),setTimeout(()=>{h.focus(),h.select()},100),u.appendChild(h);const 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=h.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),h.onkeydown=m=>{m.key==="Enter"?C.click():m.key==="Tab"?(m.preventDefault(),p()&&(a(),r(m.shiftKey?$t.UP:$t.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 R=document.createElement("div");R.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)}R.append(p),this.optionItemContainers.push(p)}a.append(R);const h=document.createElement("div");h.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()},h.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()},h.append(g),a.append(h),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 R=this.getButtonControlBounds(i,d,u);if(!R)return-1;const h=this.getButtonBusinessOffset(i,R,r),f=this.getButtonBusinessOffset(i,R,a),g=this.getButtonBusinessElements(i,R),T=this.splitButtonBusinessElements(t),C=[...g.slice(0,h),...T,...g.slice(f)];return this.replaceButtonBusinessElements(i,R,C,h+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===`
|
|
124
|
+
`+new Error().stack),e=!1}return t.apply(this,arguments)},t)}var br={};function Vr(o,t){at.deprecationHandler!=null&&at.deprecationHandler(o,t),br[o]||(Nr(t),br[o]=!0)}at.suppressDeprecationWarnings=!1,at.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)_t(o,e)&&(t=o[e],ke(t)?this[e]=t:this["_"+e]=t);this._config=o,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function qi(o,t){var e=fn({},o),n;for(n in t)_t(t,n)&&(Dn(o[n])&&Dn(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)_t(o,n)&&!_t(t,n)&&Dn(o[n])&&(e[n]=fn({},e[n]));return e}function ts(o){o!=null&&this.set(o)}var es;Object.keys?es=Object.keys:es=function(o){var t,e=[];for(t in o)_t(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 ns=/(\[[^\[]*\])|(\\)?([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,Qo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,os={},Gn={};function Tt(o,t,e,n){var i=n;typeof n=="string"&&(i=function(){return this[n]()}),o&&(Gn[o]=i),t&&(Gn[t[0]]=function(){return Ge(i.apply(this,arguments),t[1],t[2])}),e&&(Gn[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(ns),e,n;for(e=0,n=t.length;e<n;e++)Gn[t[e]]?t[e]=Gn[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 Ko(o,t){return o.isValid()?(t=Wr(t,o.localeData()),os[t]=os[t]||iu(t),os[t](o)):o.localeData().invalidDate()}function Wr(o,t){var e=5;function n(i){return t.longDateFormat(i)||i}for(Qo.lastIndex=0;e>=0&&Qo.test(o);)o=o.replace(Qo,n),Qo.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(ns).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 hu={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 Ru(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 Yr={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"?Yr[o]||Yr[o.toLowerCase()]:void 0}function is(o){var t={},e,n;for(n in o)_t(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)_t(o,e)&&t.push({unit:e,priority:fu[e]});return t.sort(function(n,i){return n.priority-i.priority}),t}var Ur=/\d/,Pe=/\d\d/,wr=/\d{3}/,ss=/\d{4}/,Ho=/[+-]?\d{6}/,ee=/\d\d?/,Zr=/\d\d\d\d?/,vr=/\d\d\d\d\d\d?/,Ao=/\d{1,3}/,rs=/\d{1,4}/,_o=/[+-]?\d{1,6}/,xn=/\d+/,Bo=/[+-]?\d+/,mu=/Z|[+-]\d\d:?\d\d/gi,ko=/Z|[+-]\d\d(?::?\d\d)?/gi,Cu=/[+-]?\d+(\.\d{1,3})?/,uo=/[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,Jn=/^[1-9]\d?/,ls=/^([1-9]\d|\d)/,Go;Go={};function ct(o,t,e){Go[o]=ke(t)?t:function(n,i){return n&&e?e:t}}function pu(o,t){return _t(Go,o)?Go[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 Ut(o){var t=+o,e=0;return t!==0&&isFinite(t)&&(e=Xe(t)),e}var as={};function Gt(o,t){var e,n=t,i;for(typeof o=="string"&&(o=[o]),qe(t)&&(n=function(l,r){r[t]=Ut(l)}),i=o.length,e=0;e<i;e++)as[o[e]]=n}function ho(o,t){Gt(o,function(e,n,i,l){i._w=i._w||{},t(e,i._w,i,l)})}function Eu(o,t,e){t!=null&&_t(as,o)&&as[o](t,e._a,e,o)}function xo(o){return o%4===0&&o%100!==0||o%400===0}var fe=0,en=1,xe=2,ge=3,Ye=4,nn=5,Fn=6,Lu=7,Pu=8;Tt("Y",0,0,function(){var o=this.year();return o<=9999?Ge(o,4):"+"+o}),Tt(0,["YY",2],0,function(){return this.year()%100}),Tt(0,["YYYY",4],0,"year"),Tt(0,["YYYYY",5],0,"year"),Tt(0,["YYYYYY",6,!0],0,"year"),ct("Y",Bo),ct("YY",ee,Pe),ct("YYYY",rs,ss),ct("YYYYY",_o,Ho),ct("YYYYYY",_o,Ho),Gt(["YYYYY","YYYYYY"],fe),Gt("YYYY",function(o,t){t[fe]=o.length===2?at.parseTwoDigitYear(o):Ut(o)}),Gt("YY",function(o,t){t[fe]=at.parseTwoDigitYear(o)}),Gt("Y",function(o,t){t[fe]=parseInt(o,10)});function Ro(o){return xo(o)?366:365}at.parseTwoDigitYear=function(o){return Ut(o)+(Ut(o)>68?1900:2e3)};var Qr=$n("FullYear",!0);function Mu(){return xo(this.year())}function $n(o,t){return function(e){return e!=null?(Kr(this,o,e),at.updateOffset(this,t),this):go(this,o)}}function go(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 Kr(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&&!xo(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=is(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 cs(o,t){if(isNaN(o)||isNaN(t))return NaN;var e=Du(t,12);return o+=(t-e)/12,e===1?xo(o)?29:28:31-e%7%2}Tt("M",["MM",2],"Mo",function(){return this.month()+1}),Tt("MMM",0,0,function(o){return this.localeData().monthsShort(this,o)}),Tt("MMMM",0,0,function(o){return this.localeData().months(this,o)}),ct("M",ee,Jn),ct("MM",ee,Pe),ct("MMM",function(o,t){return t.monthsShortRegex(o)}),ct("MMMM",function(o,t){return t.monthsRegex(o)}),Gt(["M","MM"],function(o,t){t[en]=Ut(o)-1}),Gt(["MMM","MMMM"],function(o,t,e,n){var i=e._locale.monthsParse(o,n,e._strict);i!=null?t[en]=i:Ft(e).invalidMonth=o});var Fu="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Hr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ar=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Xu=uo,yu=uo;function Nu(o,t){return o?Ve(this._months)?this._months[o.month()]:this._months[(this._months.isFormat||Ar).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[Ar.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 _r(o,t){if(!o.isValid())return o;if(typeof t=="string"){if(/^\d+$/.test(t))t=Ut(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,cs(o.year(),e)),o._isUTC?o._d.setUTCMonth(e,n):o._d.setMonth(e,n),o}function Br(o){return o!=null?(_r(this,o),at.updateOffset(this,!0),this):go(this,"Month")}function Yu(){return cs(this.year(),this.month())}function Uu(o){return this._monthsParseExact?(_t(this,"_monthsRegex")||kr.call(this),o?this._monthsShortStrictRegex:this._monthsShortRegex):(_t(this,"_monthsShortRegex")||(this._monthsShortRegex=Xu),this._monthsShortStrictRegex&&o?this._monthsShortStrictRegex:this._monthsShortRegex)}function wu(o){return this._monthsParseExact?(_t(this,"_monthsRegex")||kr.call(this),o?this._monthsStrictRegex:this._monthsRegex):(_t(this,"_monthsRegex")||(this._monthsRegex=yu),this._monthsStrictRegex&&o?this._monthsStrictRegex:this._monthsRegex)}function kr(){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 fo(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 Jo(o,t,e){var n=7+t-e,i=(7+fo(o,0,n).getUTCDay()-t)%7;return-i+n-1}function Gr(o,t,e,n,i){var l=(7+e-n)%7,r=Jo(o,n,i),a=1+7*(t-1)+l+r,c,d;return a<=0?(c=o-1,d=Ro(c)+a):a>Ro(o)?(c=o+1,d=a-Ro(o)):(c=o,d=a),{year:c,dayOfYear:d}}function To(o,t,e){var n=Jo(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=Jo(o,t,e),i=Jo(o+1,t,e);return(Ro(o)-n+i)/7}Tt("w",["ww",2],"wo","week"),Tt("W",["WW",2],"Wo","isoWeek"),ct("w",ee,Jn),ct("ww",ee,Pe),ct("W",ee,Jn),ct("WW",ee,Pe),ho(["w","ww","W","WW"],function(o,t,e,n){t[n.substr(0,1)]=Ut(o)});function vu(o){return To(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=To(this,1,4).week;return o==null?t:this.add((o-t)*7,"d")}Tt("d",0,"do","day"),Tt("dd",0,0,function(o){return this.localeData().weekdaysMin(this,o)}),Tt("ddd",0,0,function(o){return this.localeData().weekdaysShort(this,o)}),Tt("dddd",0,0,function(o){return this.localeData().weekdays(this,o)}),Tt("e",0,0,"weekday"),Tt("E",0,0,"isoWeekday"),ct("d",ee),ct("e",ee),ct("E",ee),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)}),ho(["dd","ddd","dddd"],function(o,t,e,n){var i=e._locale.weekdaysParse(o,n,e._strict);i!=null?t.d=i:Ft(e).invalidWeekday=o}),ho(["d","e","E"],function(o,t,e,n){t[n]=Ut(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 ds(o,t){return o.slice(t,7).concat(o.slice(0,t))}var Gu="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),xr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xu="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ju=uo,$u=uo,zu=uo;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?ds(e,this._week.dow):o?e[o.day()]:e}function qu(o){return o===!0?ds(this._weekdaysShort,this._week.dow):o?this._weekdaysShort[o.day()]:this._weekdaysShort}function th(o){return o===!0?ds(this._weekdaysMin,this._week.dow):o?this._weekdaysMin[o.day()]:this._weekdaysMin}function eh(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 nh(o,t,e){var n,i,l;if(this._weekdaysParseExact)return eh.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 oh(o){if(!this.isValid())return o!=null?this:NaN;var t=go(this,"Day");return o!=null?(o=Bu(o,this.localeData()),this.add(o-t,"d")):t}function ih(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 sh(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 rh(o){return this._weekdaysParseExact?(_t(this,"_weekdaysRegex")||us.call(this),o?this._weekdaysStrictRegex:this._weekdaysRegex):(_t(this,"_weekdaysRegex")||(this._weekdaysRegex=Ju),this._weekdaysStrictRegex&&o?this._weekdaysStrictRegex:this._weekdaysRegex)}function lh(o){return this._weekdaysParseExact?(_t(this,"_weekdaysRegex")||us.call(this),o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(_t(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=$u),this._weekdaysShortStrictRegex&&o?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function ah(o){return this._weekdaysParseExact?(_t(this,"_weekdaysRegex")||us.call(this),o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(_t(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=zu),this._weekdaysMinStrictRegex&&o?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function us(){function o(u,R){return R.length-u.length}var t=[],e=[],n=[],i=[],l,r,a,c,d;for(l=0;l<7;l++)r=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 hs(){return this.hours()%12||12}function ch(){return this.hours()||24}Tt("H",["HH",2],0,"hour"),Tt("h",["hh",2],0,hs),Tt("k",["kk",2],0,ch),Tt("hmm",0,0,function(){return""+hs.apply(this)+Ge(this.minutes(),2)}),Tt("hmmss",0,0,function(){return""+hs.apply(this)+Ge(this.minutes(),2)+Ge(this.seconds(),2)}),Tt("Hmm",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)}),Tt("Hmmss",0,0,function(){return""+this.hours()+Ge(this.minutes(),2)+Ge(this.seconds(),2)});function Jr(o,t){Tt(o,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Jr("a",!0),Jr("A",!1);function $r(o,t){return t._meridiemParse}ct("a",$r),ct("A",$r),ct("H",ee,ls),ct("h",ee,Jn),ct("k",ee,Jn),ct("HH",ee,Pe),ct("hh",ee,Pe),ct("kk",ee,Pe),ct("hmm",Zr),ct("hmmss",vr),ct("Hmm",Zr),ct("Hmmss",vr),Gt(["H","HH"],ge),Gt(["k","kk"],function(o,t,e){var n=Ut(o);t[ge]=n===24?0:n}),Gt(["a","A"],function(o,t,e){e._isPm=e._locale.isPM(o),e._meridiem=o}),Gt(["h","hh"],function(o,t,e){t[ge]=Ut(o),Ft(e).bigHour=!0}),Gt("hmm",function(o,t,e){var n=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n)),Ft(e).bigHour=!0}),Gt("hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n,2)),t[nn]=Ut(o.substr(i)),Ft(e).bigHour=!0}),Gt("Hmm",function(o,t,e){var n=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n))}),Gt("Hmmss",function(o,t,e){var n=o.length-4,i=o.length-2;t[ge]=Ut(o.substr(0,n)),t[Ye]=Ut(o.substr(n,2)),t[nn]=Ut(o.substr(i))});function dh(o){return(o+"").toLowerCase().charAt(0)==="p"}var uh=/[ap]\.?m?\.?/i,hh=$n("Hours",!0);function Rh(o,t,e){return o>11?e?"pm":"PM":e?"am":"AM"}var zr={calendar:eu,longDateFormat:su,invalidDate:lu,ordinal:cu,dayOfMonthOrdinalParse:du,relativeTime:hu,months:Fu,monthsShort:Hr,week:Qu,weekdays:Gu,weekdaysMin:xu,weekdaysShort:xr,meridiemParse:uh},ie={},mo={},Co;function gh(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 jr(o){return o&&o.toLowerCase().replace("_","-")}function fh(o){for(var t=0,e,n,i,l;t<o.length;){for(l=jr(o[t]).split("-"),e=l.length,n=jr(o[t+1]),n=n?n.split("-"):null;e>0;){if(i=$o(l.slice(0,e).join("-")),i)return i;if(n&&n.length>=e&&gh(l,n)>=e-1)break;e--}t++}return Co}function Th(o){return!!(o&&o.match("^[^/\\\\]*$"))}function $o(o){var t=null,e;if(ie[o]===void 0&&typeof module<"u"&&module&&module.exports&&Th(o))try{t=Co._abbr,e=require,e("./locale/"+o),Tn(t)}catch{ie[o]=null}return ie[o]}function Tn(o,t){var e;return o&&(pe(t)?e=sn(o):e=Rs(o,t),e?Co=e:typeof console<"u"&&console.warn&&console.warn("Locale "+o+" not found. Did you forget to load it?")),Co._abbr}function Rs(o,t){if(t!==null){var e,n=zr;if(t.abbr=o,ie[o]!=null)Vr("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=ie[o]._config;else if(t.parentLocale!=null)if(ie[t.parentLocale]!=null)n=ie[t.parentLocale]._config;else if(e=$o(t.parentLocale),e!=null)n=e._config;else return mo[t.parentLocale]||(mo[t.parentLocale]=[]),mo[t.parentLocale].push({name:o,config:t}),null;return ie[o]=new ts(qi(n,t)),mo[o]&&mo[o].forEach(function(i){Rs(i.name,i.config)}),Tn(o),ie[o]}else return delete ie[o],null}function mh(o,t){if(t!=null){var e,n,i=zr;ie[o]!=null&&ie[o].parentLocale!=null?ie[o].set(qi(ie[o]._config,t)):(n=$o(o),n!=null&&(i=n._config),t=qi(i,t),n==null&&(t.abbr=o),e=new ts(t),e.parentLocale=ie[o],ie[o]=e),Tn(o)}else ie[o]!=null&&(ie[o].parentLocale!=null?(ie[o]=ie[o].parentLocale,o===Tn()&&Tn(o)):ie[o]!=null&&delete ie[o]);return ie[o]}function sn(o){var t;if(o&&o._locale&&o._locale._abbr&&(o=o._locale._abbr),!o)return Co;if(!Ve(o)){if(t=$o(o),t)return t;o=[o]}return fh(o)}function Ch(){return es(ie)}function gs(o){var t,e=o._a;return e&&Ft(o).overflow===-2&&(t=e[en]<0||e[en]>11?en:e[xe]<1||e[xe]>cs(e[fe],e[en])?xe:e[ge]<0||e[ge]>24||e[ge]===24&&(e[Ye]!==0||e[nn]!==0||e[Fn]!==0)?ge:e[Ye]<0||e[Ye]>59?Ye:e[nn]<0||e[nn]>59?nn:e[Fn]<0||e[Fn]>999?Fn:-1,Ft(o)._overflowDayOfYear&&(t<fe||t>xe)&&(t=xe),Ft(o)._overflowWeeks&&t===-1&&(t=Lu),Ft(o)._overflowWeekday&&t===-1&&(t=Pu),Ft(o).overflow=t),o}var ph=/^\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)?)?$/,Ih=/^\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)?)?$/,Eh=/Z|[+-]\d\d(?::?\d\d)?/,zo=[["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]],fs=[["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/]],Lh=/^\/?Date\((-?\d+)/i,Ph=/^(?:(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}))$/,Mh={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function qr(o){var t,e,n=o._i,i=ph.exec(n)||Ih.exec(n),l,r,a,c,d=zo.length,u=fs.length;if(i){for(Ft(o).iso=!0,t=0,e=d;t<e;t++)if(zo[t][1].exec(i[1])){r=zo[t][0],l=zo[t][2]!==!1;break}if(r==null){o._isValid=!1;return}if(i[3]){for(t=0,e=u;t<e;t++)if(fs[t][1].exec(i[3])){a=(i[2]||" ")+fs[t][0];break}if(a==null){o._isValid=!1;return}}if(!l&&a!=null){o._isValid=!1;return}if(i[4])if(Eh.exec(i[4]))c="Z";else{o._isValid=!1;return}o._f=r+(a||"")+(c||""),ms(o)}else o._isValid=!1}function Oh(o,t,e,n,i,l){var r=[Sh(o),Hr.indexOf(t),parseInt(e,10),parseInt(n,10),parseInt(i,10)];return l&&r.push(parseInt(l,10)),r}function Sh(o){var t=parseInt(o,10);return t<=49?2e3+t:t<=999?1900+t:t}function Dh(o){return o.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Fh(o,t,e){if(o){var n=xr.indexOf(o),i=new Date(t[0],t[1],t[2]).getDay();if(n!==i)return Ft(e).weekdayMismatch=!0,e._isValid=!1,!1}return!0}function Xh(o,t,e){if(o)return Mh[o];if(t)return 0;var n=parseInt(e,10),i=n%100,l=(n-i)/100;return l*60+i}function tl(o){var t=Ph.exec(Dh(o._i)),e;if(t){if(e=Oh(t[4],t[3],t[2],t[5],t[6],t[7]),!Fh(t[1],e,o))return;o._a=e,o._tzm=Xh(t[8],t[9],t[10]),o._d=fo.apply(null,o._a),o._d.setUTCMinutes(o._d.getUTCMinutes()-o._tzm),Ft(o).rfc2822=!0}else o._isValid=!1}function yh(o){var t=Lh.exec(o._i);if(t!==null){o._d=new Date(+t[1]);return}if(qr(o),o._isValid===!1)delete o._isValid;else return;if(tl(o),o._isValid===!1)delete o._isValid;else return;o._strict?o._isValid=!1:at.createFromInputFallback(o)}at.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 zn(o,t,e){return o??t??e}function Nh(o){var t=new Date(at.now());return o._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Ts(o){var t,e,n=[],i,l,r;if(!o._d){for(i=Nh(o),o._w&&o._a[xe]==null&&o._a[en]==null&&bh(o),o._dayOfYear!=null&&(r=zn(o._a[fe],i[fe]),(o._dayOfYear>Ro(r)||o._dayOfYear===0)&&(Ft(o)._overflowDayOfYear=!0),e=fo(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[ge]===24&&o._a[Ye]===0&&o._a[nn]===0&&o._a[Fn]===0&&(o._nextDay=!0,o._a[ge]=0),o._d=(o._useUTC?fo: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[ge]=24),o._w&&typeof o._w.d<"u"&&o._w.d!==l&&(Ft(o).weekdayMismatch=!0)}}function bh(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=zn(t.GG,o._a[fe],To(ne(),1,4).year),n=zn(t.W,1),i=zn(t.E,1),(i<1||i>7)&&(c=!0)):(l=o._locale._week.dow,r=o._locale._week.doy,d=To(ne(),l,r),e=zn(t.gg,o._a[fe],d.year),n=zn(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)?Ft(o)._overflowWeeks=!0:c!=null?Ft(o)._overflowWeekday=!0:(a=Gr(e,n,i,l,r),o._a[fe]=a.year,o._dayOfYear=a.dayOfYear)}at.ISO_8601=function(){},at.RFC_2822=function(){};function ms(o){if(o._f===at.ISO_8601){qr(o);return}if(o._f===at.RFC_2822){tl(o);return}o._a=[],Ft(o).empty=!0;var t=""+o._i,e,n,i,l,r,a=t.length,c=0,d,u;for(i=Wr(o._f,o._locale).match(ns)||[],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&&Ft(o).unusedInput.push(r),t=t.slice(t.indexOf(n)+n.length),c+=n.length),Gn[l]?(n?Ft(o).empty=!1:Ft(o).unusedTokens.push(l),Eu(l,n,o)):o._strict&&!n&&Ft(o).unusedTokens.push(l);Ft(o).charsLeftOver=a-c,t.length>0&&Ft(o).unusedInput.push(t),o._a[ge]<=12&&Ft(o).bigHour===!0&&o._a[ge]>0&&(Ft(o).bigHour=void 0),Ft(o).parsedDateParts=o._a.slice(0),Ft(o).meridiem=o._meridiem,o._a[ge]=Vh(o._locale,o._a[ge],o._meridiem),d=Ft(o).era,d!==null&&(o._a[fe]=o._locale.erasConvertYear(d,o._a[fe])),Ts(o),gs(o)}function Vh(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 Wh(o){var t,e,n,i,l,r,a=!1,c=o._f.length;if(c===0){Ft(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],ms(t),$i(t)&&(r=!0),l+=Ft(t).charsLeftOver,l+=Ft(t).unusedTokens.length*10,Ft(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 Yh(o){if(!o._d){var t=is(o._i),e=t.day===void 0?t.date:t.day;o._a=Xr([t.year,t.month,e,t.hour,t.minute,t.second,t.millisecond],function(n){return n&&parseInt(n,10)}),Ts(o)}}function Uh(o){var t=new co(gs(el(o)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function el(o){var t=o._i,e=o._f;return o._locale=o._locale||sn(o._l),t===null||e===void 0&&t===""?vo({nullInput:!0}):(typeof t=="string"&&(o._i=t=o._locale.preparse(t)),We(t)?new co(gs(t)):(ao(t)?o._d=t:Ve(e)?Wh(o):e?ms(o):wh(o),$i(o)||(o._d=null),o))}function wh(o){var t=o._i;pe(t)?o._d=new Date(at.now()):ao(t)?o._d=new Date(t.valueOf()):typeof t=="string"?yh(o):Ve(t)?(o._a=Xr(t.slice(0),function(e){return parseInt(e,10)}),Ts(o)):Dn(t)?Yh(o):qe(t)?o._d=new Date(t):at.createFromInputFallback(o)}function nl(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),(Dn(o)&&xi(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,Uh(l)}function ne(o,t,e,n){return nl(o,t,e,n,!1)}var Zh=De("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ne.apply(null,arguments);return this.isValid()&&o.isValid()?o<this?this:o:vo()}),vh=De("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var o=ne.apply(null,arguments);return this.isValid()&&o.isValid()?o>this?this:o:vo()});function ol(o,t){var e,n;if(t.length===1&&Ve(t[0])&&(t=t[0]),!t.length)return ne();for(e=t[0],n=1;n<t.length;++n)(!t[n].isValid()||t[n][o](e))&&(e=t[n]);return e}function Qh(){var o=[].slice.call(arguments,0);return ol("isBefore",o)}function Kh(){var o=[].slice.call(arguments,0);return ol("isAfter",o)}var Hh=function(){return Date.now?Date.now():+new Date},po=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Ah(o){var t,e=!1,n,i=po.length;for(t in o)if(_t(o,t)&&!(ce.call(po,t)!==-1&&(o[t]==null||!isNaN(o[t]))))return!1;for(n=0;n<i;++n)if(o[po[n]]){if(e)return!1;parseFloat(o[po[n]])!==Ut(o[po[n]])&&(e=!0)}return!0}function _h(){return this._isValid}function Bh(){return Ue(NaN)}function jo(o){var t=is(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=Ah(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 qo(o){return o instanceof jo}function Cs(o){return o<0?Math.round(-1*o)*-1:Math.round(o)}function kh(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++)Ut(o[r])!==Ut(t[r])&&l++;return l+i}function il(o,t){Tt(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)})}il("Z",":"),il("ZZ",""),ct("Z",ko),ct("ZZ",ko),Gt(["Z","ZZ"],function(o,t,e){e._useUTC=!0,e._tzm=ps(ko,o)});var Gh=/([\+\-]|\d\d)/gi;function ps(o,t){var e=(t||"").match(o),n,i,l;return e===null?null:(n=e[e.length-1]||[],i=(n+"").match(Gh)||["-",0,0],l=+(i[1]*60)+Ut(i[2]),l===0?0:i[0]==="+"?l:-l)}function Is(o,t){var e,n;return t._isUTC?(e=t.clone(),n=(We(o)||ao(o)?o.valueOf():ne(o).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+n),at.updateOffset(e,!1),e):ne(o).local()}function Es(o){return-Math.round(o._d.getTimezoneOffset())}at.updateOffset=function(){};function xh(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=ps(ko,o),o===null)return this}else Math.abs(o)<16&&!e&&(o=o*60);return!this._isUTC&&t&&(i=Es(this)),this._offset=o,this._isUTC=!0,i!=null&&this.add(i,"m"),n!==o&&(!t||this._changeInProgress?al(this,Ue(o-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,at.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:Es(this)}function Jh(o,t){return o!=null?(typeof o!="string"&&(o=-o),this.utcOffset(o,t),this):-this.utcOffset()}function $h(o){return this.utcOffset(0,o)}function zh(o){return this._isUTC&&(this.utcOffset(0,o),this._isUTC=!1,o&&this.subtract(Es(this),"m")),this}function jh(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var o=ps(mu,this._i);o!=null?this.utcOffset(o):this.utcOffset(0,!0)}return this}function qh(o){return this.isValid()?(o=o?ne(o).utcOffset():0,(this.utcOffset()-o)%60===0):!1}function tR(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function eR(){if(!pe(this._isDSTShifted))return this._isDSTShifted;var o={},t;return ji(o,this),o=el(o),o._a?(t=o._isUTC?Be(o._a):ne(o._a),this._isDSTShifted=this.isValid()&&kh(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function nR(){return this.isValid()?!this._isUTC:!1}function oR(){return this.isValid()?this._isUTC:!1}function sl(){return this.isValid()?this._isUTC&&this._offset===0:!1}var iR=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,sR=/^(-|\+)?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 qo(o)?e={ms:o._milliseconds,d:o._days,M:o._months}:qe(o)||!isNaN(+o)?(e={},t?e[t]=+o:e.milliseconds=+o):(n=iR.exec(o))?(i=n[1]==="-"?-1:1,e={y:0,d:Ut(n[xe])*i,h:Ut(n[ge])*i,m:Ut(n[Ye])*i,s:Ut(n[nn])*i,ms:Ut(Cs(n[Fn]*1e3))*i}):(n=sR.exec(o))?(i=n[1]==="-"?-1:1,e={y:Xn(n[2],i),M:Xn(n[3],i),w:Xn(n[4],i),d:Xn(n[5],i),h:Xn(n[6],i),m:Xn(n[7],i),s:Xn(n[8],i)}):e==null?e={}:typeof e=="object"&&("from"in e||"to"in e)&&(r=rR(ne(e.from),ne(e.to)),e={},e.ms=r.milliseconds,e.M=r.months),l=new jo(e),qo(o)&&_t(o,"_locale")&&(l._locale=o._locale),qo(o)&&_t(o,"_isValid")&&(l._isValid=o._isValid),l}Ue.fn=jo.prototype,Ue.invalid=Bh;function Xn(o,t){var e=o&&parseFloat(o.replace(",","."));return(isNaN(e)?0:e)*t}function rl(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 rR(o,t){var e;return o.isValid()&&t.isValid()?(t=Is(t,o),o.isBefore(t)?e=rl(o,t):(e=rl(t,o),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function ll(o,t){return function(e,n){var i,l;return n!==null&&!isNaN(+n)&&(Vr(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),al(this,i,o),this}}function al(o,t,e,n){var i=t._milliseconds,l=Cs(t._days),r=Cs(t._months);o.isValid()&&(n=n??!0,r&&_r(o,go(o,"Month")+r*e),l&&Kr(o,"Date",go(o,"Date")+l*e),i&&o._d.setTime(o._d.valueOf()+i*e),n&&at.updateOffset(o,l||r))}var lR=ll(1,"add"),aR=ll(-1,"subtract");function cl(o){return typeof o=="string"||o instanceof String}function cR(o){return We(o)||ao(o)||cl(o)||qe(o)||uR(o)||dR(o)||o===null||o===void 0}function dR(o){var t=Dn(o)&&!xi(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||_t(o,l);return t&&e}function uR(o){var t=Ve(o),e=!1;return t&&(e=o.filter(function(n){return!qe(n)&&cl(o)}).length===0),t&&e}function hR(o){var t=Dn(o)&&!xi(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||_t(o,l);return t&&e}function RR(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 gR(o,t){arguments.length===1&&(arguments[0]?cR(arguments[0])?(o=arguments[0],t=void 0):hR(arguments[0])&&(t=arguments[0],o=void 0):(o=void 0,t=void 0));var e=o||ne(),n=Is(e,this).startOf("day"),i=at.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,ne(e)))}function fR(){return new co(this)}function TR(o,t){var e=We(o)?o:ne(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 mR(o,t){var e=We(o)?o:ne(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 CR(o,t,e,n){var i=We(o)?o:ne(o),l=We(t)?t:ne(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 pR(o,t){var e=We(o)?o:ne(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 IR(o,t){return this.isSame(o,t)||this.isAfter(o,t)}function ER(o,t){return this.isSame(o,t)||this.isBefore(o,t)}function LR(o,t,e){var n,i,l;if(!this.isValid())return NaN;if(n=Is(o,this),!n.isValid())return NaN;switch(i=(n.utcOffset()-this.utcOffset())*6e4,t=Fe(t),t){case"year":l=ti(this,n)/12;break;case"month":l=ti(this,n);break;case"quarter":l=ti(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 ti(o,t){if(o.date()<t.date())return-ti(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}at.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",at.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function PR(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function MR(o){if(!this.isValid())return null;var t=o!==!0,e=t?this.clone().utc():this;return e.year()<0||e.year()>9999?Ko(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",Ko(e,"Z")):Ko(e,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function OR(){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 SR(o){o||(o=this.isUtc()?at.defaultFormatUtc:at.defaultFormat);var t=Ko(this,o);return this.localeData().postformat(t)}function DR(o,t){return this.isValid()&&(We(o)&&o.isValid()||ne(o).isValid())?Ue({to:this,from:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function FR(o){return this.from(ne(),o)}function XR(o,t){return this.isValid()&&(We(o)&&o.isValid()||ne(o).isValid())?Ue({from:this,to:o}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function yR(o){return this.to(ne(),o)}function dl(o){var t;return o===void 0?this._locale._abbr:(t=sn(o),t!=null&&(this._locale=t),this)}var ul=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 hl(){return this._locale}var ei=1e3,jn=60*ei,ni=60*jn,Rl=(365*400+97)*24*ni;function qn(o,t){return(o%t+t)%t}function gl(o,t,e){return o<100&&o>=0?new Date(o+400,t,e)-Rl:new Date(o,t,e).valueOf()}function fl(o,t,e){return o<100&&o>=0?Date.UTC(o+400,t,e)-Rl:Date.UTC(o,t,e)}function NR(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?fl:gl,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-=qn(t+(this._isUTC?0:this.utcOffset()*jn),ni);break;case"minute":t=this._d.valueOf(),t-=qn(t,jn);break;case"second":t=this._d.valueOf(),t-=qn(t,ei);break}return this._d.setTime(t),at.updateOffset(this,!0),this}function bR(o){var t,e;if(o=Fe(o),o===void 0||o==="millisecond"||!this.isValid())return this;switch(e=this._isUTC?fl:gl,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+=ni-qn(t+(this._isUTC?0:this.utcOffset()*jn),ni)-1;break;case"minute":t=this._d.valueOf(),t+=jn-qn(t,jn)-1;break;case"second":t=this._d.valueOf(),t+=ei-qn(t,ei)-1;break}return this._d.setTime(t),at.updateOffset(this,!0),this}function VR(){return this._d.valueOf()-(this._offset||0)*6e4}function WR(){return Math.floor(this.valueOf()/1e3)}function YR(){return new Date(this.valueOf())}function UR(){var o=this;return[o.year(),o.month(),o.date(),o.hour(),o.minute(),o.second(),o.millisecond()]}function wR(){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 ZR(){return this.isValid()?this.toISOString():null}function vR(){return $i(this)}function QR(){return fn({},Ft(this))}function KR(){return Ft(this).overflow}function HR(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}Tt("N",0,0,"eraAbbr"),Tt("NN",0,0,"eraAbbr"),Tt("NNN",0,0,"eraAbbr"),Tt("NNNN",0,0,"eraName"),Tt("NNNNN",0,0,"eraNarrow"),Tt("y",["y",1],"yo","eraYear"),Tt("y",["yy",2],0,"eraYear"),Tt("y",["yyy",3],0,"eraYear"),Tt("y",["yyyy",4],0,"eraYear"),ct("N",Ls),ct("NN",Ls),ct("NNN",Ls),ct("NNNN",qR),ct("NNNNN",tg),Gt(["N","NN","NNN","NNNN","NNNNN"],function(o,t,e,n){var i=e._locale.erasParse(o,n,e._strict);i?Ft(e).era=i:Ft(e).invalidEra=o}),ct("y",xn),ct("yy",xn),ct("yyy",xn),ct("yyyy",xn),ct("yo",eg),Gt(["y","yy","yyy","yyyy"],fe),Gt(["yo"],function(o,t,e,n){var i;e._locale._eraYearOrdinalRegex&&(i=o.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?t[fe]=e._locale.eraYearOrdinalParse(o,i):t[fe]=parseInt(o,10)});function AR(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=at(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=at(l[e].until).startOf("day").valueOf(),l[e].until=i.valueOf();break}return l}function _R(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 BR(o,t){var e=o.since<=o.until?1:-1;return t===void 0?at(o.since).year():at(o.since).year()+(t-o.offset)*e}function kR(){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 GR(){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 xR(){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 JR(){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()-at(i[o].since).year())*e+i[o].offset;return this.year()}function $R(o){return _t(this,"_erasNameRegex")||Ps.call(this),o?this._erasNameRegex:this._erasRegex}function zR(o){return _t(this,"_erasAbbrRegex")||Ps.call(this),o?this._erasAbbrRegex:this._erasRegex}function jR(o){return _t(this,"_erasNarrowRegex")||Ps.call(this),o?this._erasNarrowRegex:this._erasRegex}function Ls(o,t){return t.erasAbbrRegex(o)}function qR(o,t){return t.erasNameRegex(o)}function tg(o,t){return t.erasNarrowRegex(o)}function eg(o,t){return t._eraYearOrdinalRegex||xn}function Ps(){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")}Tt(0,["gg",2],0,function(){return this.weekYear()%100}),Tt(0,["GG",2],0,function(){return this.isoWeekYear()%100});function oi(o,t){Tt(0,[o,o.length],0,t)}oi("gggg","weekYear"),oi("ggggg","weekYear"),oi("GGGG","isoWeekYear"),oi("GGGGG","isoWeekYear"),ct("G",Bo),ct("g",Bo),ct("GG",ee,Pe),ct("gg",ee,Pe),ct("GGGG",rs,ss),ct("gggg",rs,ss),ct("GGGGG",_o,Ho),ct("ggggg",_o,Ho),ho(["gggg","ggggg","GGGG","GGGGG"],function(o,t,e,n){t[n.substr(0,2)]=Ut(o)}),ho(["gg","GG"],function(o,t,e,n){t[n]=at.parseTwoDigitYear(o)});function ng(o){return Tl.call(this,o,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function og(o){return Tl.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 Tl(o,t,e,n,i){var l;return o==null?To(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=Gr(o,t,e,n,i),r=fo(l.year,0,l.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}Tt("Q",0,"Qo","quarter"),ct("Q",Ur),Gt("Q",function(o,t){t[en]=(Ut(o)-1)*3});function cg(o){return o==null?Math.ceil((this.month()+1)/3):this.month((o-1)*3+this.month()%3)}Tt("D",["DD",2],"Do","date"),ct("D",ee,Jn),ct("DD",ee,Pe),ct("Do",function(o,t){return o?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),Gt(["D","DD"],xe),Gt("Do",function(o,t){t[xe]=Ut(o.match(ee)[0])});var ml=$n("Date",!0);Tt("DDD",["DDDD",3],"DDDo","dayOfYear"),ct("DDD",Ao),ct("DDDD",wr),Gt(["DDD","DDDD"],function(o,t,e){e._dayOfYear=Ut(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")}Tt("m",["mm",2],0,"minute"),ct("m",ee,ls),ct("mm",ee,Pe),Gt(["m","mm"],Ye);var ug=$n("Minutes",!1);Tt("s",["ss",2],0,"second"),ct("s",ee,ls),ct("ss",ee,Pe),Gt(["s","ss"],nn);var hg=$n("Seconds",!1);Tt("S",0,0,function(){return~~(this.millisecond()/100)}),Tt(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),Tt(0,["SSS",3],0,"millisecond"),Tt(0,["SSSS",4],0,function(){return this.millisecond()*10}),Tt(0,["SSSSS",5],0,function(){return this.millisecond()*100}),Tt(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),Tt(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),Tt(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),Tt(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),ct("S",Ao,Ur),ct("SS",Ao,Pe),ct("SSS",Ao,wr);var mn,Cl;for(mn="SSSS";mn.length<=9;mn+="S")ct(mn,xn);function Rg(o,t){t[Fn]=Ut(("0."+o)*1e3)}for(mn="S";mn.length<=9;mn+="S")Gt(mn,Rg);Cl=$n("Milliseconds",!1),Tt("z",0,0,"zoneAbbr"),Tt("zz",0,0,"zoneName");function gg(){return this._isUTC?"UTC":""}function fg(){return this._isUTC?"Coordinated Universal Time":""}var z=co.prototype;z.add=lR,z.calendar=gR,z.clone=fR,z.diff=LR,z.endOf=bR,z.format=SR,z.from=DR,z.fromNow=FR,z.to=XR,z.toNow=yR,z.get=Ou,z.invalidAt=KR,z.isAfter=TR,z.isBefore=mR,z.isBetween=CR,z.isSame=pR,z.isSameOrAfter=IR,z.isSameOrBefore=ER,z.isValid=vR,z.lang=ul,z.locale=dl,z.localeData=hl,z.max=vh,z.min=Zh,z.parsingFlags=QR,z.set=Su,z.startOf=NR,z.subtract=aR,z.toArray=UR,z.toObject=wR,z.toDate=YR,z.toISOString=MR,z.inspect=OR,typeof Symbol<"u"&&Symbol.for!=null&&(z[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),z.toJSON=ZR,z.toString=PR,z.unix=WR,z.valueOf=VR,z.creationData=HR,z.eraName=kR,z.eraNarrow=GR,z.eraAbbr=xR,z.eraYear=JR,z.year=Qr,z.isLeapYear=Mu,z.weekYear=ng,z.isoWeekYear=og,z.quarter=z.quarters=cg,z.month=Br,z.daysInMonth=Yu,z.week=z.weeks=Au,z.isoWeek=z.isoWeeks=_u,z.weeksInYear=rg,z.weeksInWeekYear=lg,z.isoWeeksInYear=ig,z.isoWeeksInISOWeekYear=sg,z.date=ml,z.day=z.days=oh,z.weekday=ih,z.isoWeekday=sh,z.dayOfYear=dg,z.hour=z.hours=hh,z.minute=z.minutes=ug,z.second=z.seconds=hg,z.millisecond=z.milliseconds=Cl,z.utcOffset=xh,z.utc=$h,z.local=zh,z.parseZone=jh,z.hasAlignedHourOffset=qh,z.isDST=tR,z.isLocal=nR,z.isUtcOffset=oR,z.isUtc=sl,z.isUTC=sl,z.zoneAbbr=gg,z.zoneName=fg,z.dates=De("dates accessor is deprecated. Use date instead.",ml),z.months=De("months accessor is deprecated. Use month instead",Br),z.years=De("years accessor is deprecated. Use year instead",Qr),z.zone=De("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Jh),z.isDSTShifted=De("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",eR);function Tg(o){return ne(o*1e3)}function mg(){return ne.apply(null,arguments).parseZone()}function pl(o){return o}var Bt=ts.prototype;Bt.calendar=nu,Bt.longDateFormat=ru,Bt.invalidDate=au,Bt.ordinal=uu,Bt.preparse=pl,Bt.postformat=pl,Bt.relativeTime=Ru,Bt.pastFuture=gu,Bt.set=tu,Bt.eras=AR,Bt.erasParse=_R,Bt.erasConvertYear=BR,Bt.erasAbbrRegex=zR,Bt.erasNameRegex=$R,Bt.erasNarrowRegex=jR,Bt.months=Nu,Bt.monthsShort=bu,Bt.monthsParse=Wu,Bt.monthsRegex=wu,Bt.monthsShortRegex=Uu,Bt.week=vu,Bt.firstDayOfYear=Hu,Bt.firstDayOfWeek=Ku,Bt.weekdays=ju,Bt.weekdaysMin=th,Bt.weekdaysShort=qu,Bt.weekdaysParse=nh,Bt.weekdaysRegex=rh,Bt.weekdaysShortRegex=lh,Bt.weekdaysMinRegex=ah,Bt.isPM=dh,Bt.meridiem=Rh;function ii(o,t,e,n){var i=sn(),l=Be().set(n,t);return i[e](l,o)}function Il(o,t,e){if(qe(o)&&(t=o,o=void 0),o=o||"",t!=null)return ii(o,t,e,"month");var n,i=[];for(n=0;n<12;n++)i[n]=ii(o,n,e,"month");return i}function Ms(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 ii(t,(e+l)%7,n,"day");for(r=0;r<7;r++)a[r]=ii(t,(r+l)%7,n,"day");return a}function Cg(o,t){return Il(o,t,"months")}function pg(o,t){return Il(o,t,"monthsShort")}function Ig(o,t,e){return Ms(o,t,e,"weekdays")}function Eg(o,t,e){return Ms(o,t,e,"weekdaysShort")}function Lg(o,t,e){return Ms(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=Ut(o%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return o+e}}),at.lang=De("moment.lang is deprecated. Use moment.locale instead.",Tn),at.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 El(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 El(this,o,t,1)}function Og(o,t){return El(this,o,t,-1)}function Ll(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+=Ll(Os(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(Pl(t)),e+=c,t-=Ll(Os(c)),a=Xe(e/12),e%=12,n.days=t,n.months=e,n.years=a,this}function Pl(o){return o*4800/146097}function Os(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+Pl(t),o){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(t=this._days+Math.round(Os(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 Ml=ln("ms"),Fg=ln("s"),Xg=ln("m"),yg=ln("h"),Ng=ln("d"),bg=ln("w"),Vg=ln("M"),Wg=ln("Q"),Yg=ln("y"),Ug=Ml;function wg(){return Ue(this)}function Zg(o){return o=Fe(o),this.isValid()?this[o+"s"]():NaN}function yn(o){return function(){return this.isValid()?this._data[o]:NaN}}var vg=yn("milliseconds"),Qg=yn("seconds"),Kg=yn("minutes"),Hg=yn("hours"),Ag=yn("days"),_g=yn("months"),Bg=yn("years");function kg(){return Xe(this.days()/7)}var an=Math.round,to={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")),R=an(i.as("y")),h=l<=e.ss&&["s",l]||l<e.s&&["ss",l]||r<=1&&["m"]||r<e.m&&["mm",r]||a<=1&&["h"]||a<e.h&&["hh",a]||c<=1&&["d"]||c<e.d&&["dd",c];return e.w!=null&&(h=h||u<=1&&["w"]||u<e.w&&["ww",u]),h=h||d<=1&&["M"]||d<e.M&&["MM",d]||R<=1&&["y"]||["yy",R],h[2]=t,h[3]=+o>0,h[4]=n,Gg.apply(null,h)}function Jg(o){return o===void 0?an:typeof o=="function"?(an=o,!0):!1}function $g(o,t){return to[o]===void 0?!1:t===void 0?to[o]:(to[o]=t,o==="s"&&(to.ss=t-1),!0)}function zg(o,t){if(!this.isValid())return this.localeData().invalidDate();var e=!1,n=to,i,l;return typeof o=="object"&&(t=o,o=!1),typeof o=="boolean"&&(e=o),typeof t=="object"&&(n=Object.assign({},to,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 Ss=Math.abs;function eo(o){return(o>0)-(o<0)||+o}function si(){if(!this.isValid())return this.localeData().invalidDate();var o=Ss(this._milliseconds)/1e3,t=Ss(this._days),e=Ss(this._months),n,i,l,r,a=this.asSeconds(),c,d,u,R;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=eo(this._months)!==eo(a)?"-":"",u=eo(this._days)!==eo(a)?"-":"",R=eo(this._milliseconds)!==eo(a)?"-":"",c+"P"+(l?d+l+"Y":"")+(e?d+e+"M":"")+(t?u+t+"D":"")+(i||n||o?"T":"")+(i?R+i+"H":"")+(n?R+n+"M":"")+(o?R+r+"S":"")):"P0D"}var Zt=jo.prototype;Zt.isValid=_h,Zt.abs=Pg,Zt.add=Mg,Zt.subtract=Og,Zt.as=Dg,Zt.asMilliseconds=Ml,Zt.asSeconds=Fg,Zt.asMinutes=Xg,Zt.asHours=yg,Zt.asDays=Ng,Zt.asWeeks=bg,Zt.asMonths=Vg,Zt.asQuarters=Wg,Zt.asYears=Yg,Zt.valueOf=Ug,Zt._bubble=Sg,Zt.clone=wg,Zt.get=Zg,Zt.milliseconds=vg,Zt.seconds=Qg,Zt.minutes=Kg,Zt.hours=Hg,Zt.days=Ag,Zt.weeks=kg,Zt.months=_g,Zt.years=Bg,Zt.humanize=zg,Zt.toISOString=si,Zt.toString=si,Zt.toJSON=si,Zt.locale=dl,Zt.localeData=hl,Zt.toIsoString=De("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",si),Zt.lang=ul,Tt("X",0,0,"unix"),Tt("x",0,0,"valueOf"),ct("x",Bo),ct("X",Cu),Gt("X",function(o,t,e){e._d=new Date(parseFloat(o)*1e3)}),Gt("x",function(o,t,e){e._d=new Date(Ut(o))});at.version="2.30.1",jd(ne),at.fn=z,at.min=Qh,at.max=Kh,at.now=Hh,at.utc=Be,at.unix=Tg,at.months=Cg,at.isDate=ao,at.locale=Tn,at.invalid=vo,at.duration=Ue,at.isMoment=We,at.weekdays=Ig,at.parseZone=mg,at.localeData=sn,at.isDuration=qo,at.monthsShort=pg,at.weekdaysMin=Lg,at.defineLocale=Rs,at.updateLocale=mh,at.locales=Ch,at.weekdaysShort=Eg,at.normalizeUnits=Fe,at.relativeTimeRounding=Jg,at.relativeTimeThreshold=$g,at.calendarFormat=RR,at.prototype=z,at.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 Ds{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 R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){R=T.value,h=0,c=T;continue}}const g=R[h];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),h++}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,R=this.element.originControlId||(this.element.controlId===r?.controlId?r?.originControlId:void 0),h=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,R=void 0,h=a.control):f&&(u=r.controlId,R=void 0,h=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,R||null):this.control.removePlaceholder(T,{elementList:l});const I=l[T];g||d||f?this._removePlaceholdersByControl(l,u,R||null):this._removeControlPlaceholders(l,T);const m=I.type&&!Le.includes(I.type)||I.controlComponent===s.ControlComponent.PREFIX||I.controlComponent===s.ControlComponent.PRE_TEXT?Jt(I,["control","controlId","originControlId",...Re]):Ee(I,["type"]),L=g||d||f,M=b=>{Re.forEach(S=>{delete b[S];const N=h?.[S];N!==void 0&&(b[S]=N)}),delete b.underline,delete b.textDecoration,h?.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,h&&(m.control=h),R?m.originControlId=R:delete m.originControlId;const P=this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.inputTraceEnabled,D=i.startIndex+1,X=[],U=b=>{const S=X.length?X:l,N=X.length?X.length-1:d?i.startIndex+1:i.startIndex;re(S,[b],N,{editorOptions:this.options}),X.push(b)};for(let b=0;b<t.length;b++){const S=t[b];if(S.type===s.ElementType.CONTROL&&S.control){const N=S,V=N.controlId||ft(),F=N.control?.value||[],O=N.control?.type,E=O===s.ControlType.TEXTFIELD,Y=E?this.options.control.textFixColor:O===s.ControlType.TEXT||O===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,v={...Ee(m,["underline","textDecoration"]),controlId:V,type:s.ElementType.CONTROL,control:N.control,originControlId:u},w=E?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,Q=E?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,W=E?N.control?.preTextFix||this.options.control.preTextFix:N.control?.prefix||this.options.control.prefix;for(let _=0;_<W.length;_++){const K={...v,color:Y,value:W[_],controlComponent:w};U(K)}for(let _=0;_<F.length;_++){const K=F[_],A={...v,...K,controlComponent:s.ControlComponent.VALUE};(A.color===this.options.control.bracketColor||A.color===this.options.control.placeholderColor)&&(A.color=this.options.defaultColor),U(A)}if(F.length===0){const _=N.control?.placeholder||"";for(let K=0;K<_.length;K++){const A={...v,value:_[K],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};U(A)}}const G=E?N.control?.postTextFix||this.options.control.postTextFix:N.control?.postfix||this.options.control.postfix;for(let _=0;_<G.length;_++){const K={...v,color:Y,value:G[_],controlComponent:Q};U(K)}}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"]),F={...m,...V,controlComponent:s.ControlComponent.VALUE};L&&M(F),(F.color===this.options.control.bracketColor||F.color===this.options.control.placeholderColor||F.color===this.options.control.textFixColor)&&(F.color=this.options.defaultColor),F.strikeout&&delete F.strikeout,P&&(F.textDecoration={style:s.TextDecorationStyle.DOUBLE},F.underline=!0),U(F)}}return X.length&&p.spliceElementList(l,D,0,X),i.startIndex+X.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(),i=v=>!!(v?.type===s.ElementType.IMAGE&&v.controlId&&v.controlComponent===s.ControlComponent.VALUE),l=(v,w)=>{const Q=e[v];if(!i(Q))return null;const W=Q.controlId,G=Q.originControlId||null;if(this.draws.spliceElementList(e,v,1),!e.some(K=>K.controlId===W&&(K.originControlId||null)===G&&K.controlComponent===s.ControlComponent.VALUE)){const K=e.findIndex(A=>A.controlId===W&&(A.originControlId||null)===G&&(A.controlComponent===s.ControlComponent.PREFIX||A.controlComponent===s.ControlComponent.PRE_TEXT));K>=0&&this.control.addPlaceholder(K)}return Math.max(0,w)};this.control.shrinkBoundary();const{startIndex:r,endIndex:a}=n,c=e[r],d=e[a],u=this.control.getDraw(),R=e[a+1];if(r===a){if(t.key===s.KeyMap.Backspace){const v=i(c)?r:i(e[r-1])?r-1:-1;if(v>=0)return l(v,v)}if(t.key===s.KeyMap.Delete){const v=i(c)?r:i(R)?a+1:-1;if(v>=0){const w=v===r?v:v-1;return l(v,w)}}}const h=this.options.mode===s.EditorMode.FORM,f=this.element.controlId||c.controlId,g=this.element.originControlId||c.originControlId||null,T=v=>{if(!v)return null;const w=new Set;let Q=v,W=null;for(;Q&&!w.has(Q);){w.add(Q);let G;for(let _=0;_<e.length;_++){const K=e[_];if(K.controlId===Q&&K.control?.type&&(G=K,K.controlComponent===s.ControlComponent.PREFIX||K.controlComponent===s.ControlComponent.PRE_TEXT||K.controlComponent===s.ControlComponent.PRETEXTFIX||K.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))break}if(!G)break;(G.control?.type===s.ControlType.TEXT||this.options.mode===s.EditorMode.EDIT&&G.control?.type===s.ControlType.TEXTFIELD)&&(W=Q),Q=G.originControlId||null}return W},C=T(g),p=!!C,I=c.controlId===f&&(c.originControlId||null)===g,m=c.controlComponent===s.ControlComponent.VALUE,L=v=>{for(let w=r-1;w>=0;w--){const Q=e[w];if(Q.controlId===v&&!Q.originControlId){if(Q.controlComponent===s.ControlComponent.VALUE||Q.controlComponent===s.ControlComponent.PLACEHOLDER)return w;if(Q.controlComponent===s.ControlComponent.PREFIX||Q.controlComponent===s.ControlComponent.PRE_TEXT||Q.controlComponent===s.ControlComponent.PRETEXTFIX||Q.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break}if(Q.controlId&&Q.controlId!==v&&Q.originControlId!==v)break}return-1},M=(v,w)=>{for(let Q=v;Q>=0;Q--){const W=e[Q];if(W.controlId===w&&!W.originControlId&&(W.controlComponent===s.ControlComponent.VALUE||W.controlComponent===s.ControlComponent.PLACEHOLDER||W.controlComponent===s.ControlComponent.PREFIX||W.controlComponent===s.ControlComponent.PRE_TEXT||W.controlComponent===s.ControlComponent.PRETEXTFIX||W.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT))return Q;if(W.controlId&&W.controlId!==w&&W.originControlId!==w)break}for(let Q=v+1;Q<e.length;Q++){const W=e[Q];if(W.controlId===w&&!W.originControlId&&(W.controlComponent===s.ControlComponent.VALUE||W.controlComponent===s.ControlComponent.PLACEHOLDER||W.controlComponent===s.ControlComponent.POSTFIX||W.controlComponent===s.ControlComponent.POST_TEXT||W.controlComponent===s.ControlComponent.POSTTEXTFIX||W.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return Q;if(W.controlId&&W.controlId!==w&&W.originControlId!==w)break}return v},D=p&&I&&(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),X=e[a+1],U=!!X?.originControlId&&!!X?.controlId&&X.originControlId!==X.controlId&&(X.controlComponent===s.ControlComponent.PREFIX||X.controlComponent===s.ControlComponent.PRE_TEXT||X.controlComponent===s.ControlComponent.PRETEXTFIX||X.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||X.controlComponent===s.ControlComponent.PLACEHOLDER||X.controlComponent===s.ControlComponent.TEXTFIXLABEL),b=!!X?.originControlId&&!!X?.controlId&&X.originControlId!==X.controlId&&(X.controlComponent===s.ControlComponent.PREFIX||X.controlComponent===s.ControlComponent.PRE_TEXT||X.controlComponent===s.ControlComponent.PRETEXTFIX||X.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||X.controlComponent===s.ControlComponent.POSTFIX||X.controlComponent===s.ControlComponent.POST_TEXT||X.controlComponent===s.ControlComponent.POSTTEXTFIX||X.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||X.controlComponent===s.ControlComponent.PLACEHOLDER||X.controlComponent===s.ControlComponent.TEXTFIXLABEL),S=v=>this.options.mode===s.EditorMode.FORM?r:this.control.removeControl(v),N=c.controlComponent===s.ControlComponent.VALUE&&!c.originControlId&&!!X?.originControlId&&!!f&&T(X.originControlId)===f,V=v=>!!v&&v.controlId===c.controlId&&(v.originControlId||null)===(c.originControlId||null),F=v=>v?.controlComponent===s.ControlComponent.POSTFIX||v?.controlComponent===s.ControlComponent.POST_TEXT||v?.controlComponent===s.ControlComponent.POSTTEXTFIX||v?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT,O=()=>{const v=c.controlId,w=c.originControlId||null;return u.spliceElementList(e,r,1),e.some(W=>W.controlId===v&&(W.originControlId||null)===w&&W.controlComponent===s.ControlComponent.VALUE)||this.control.addPlaceholder(r-1),Math.max(r-1,0)},E=c.controlComponent===s.ControlComponent.VALUE&&!!c.originControlId&&V(X)&&F(X),Y=!!f&&!this.control.getIsExistValueByElementListIndex(e,r),y=()=>{if(c.controlComponent!==s.ControlComponent.VALUE)return null;let v=r;for(let W=r;W>=0;W--){const G=e[W];if(!(G.controlId===c.controlId&&(G.originControlId||null)===(c.originControlId||null))||G.controlComponent!==s.ControlComponent.VALUE)break;if(!G.strikeout){v=W;break}}const w=e[v];if(!w||w.strikeout)return null;w.strikeout=!0,w.deletePerson="SWJ",w.deleteTime=at(new Date).format("YYYY-MM-DD HH:mm:ss");let Q=Math.max(v-1,0);for(let W=v-1;W>=0;W--){const G=e[W];if(!(G.controlId===w.controlId&&(G.originControlId||null)===(w.originControlId||null))){Q=W;break}if(G.controlComponent!==s.ControlComponent.VALUE){Q=W;break}if(!G.strikeout){Q=W;break}Q=Math.max(W-1,0)}return this.draws.render({curIndex:Q,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),queueMicrotask(()=>{this.ranges.setRange(Q,Q),this.draws.setCursor(Q)}),Q};if(t.key===s.KeyMap.Backspace){if(r===a&&Y&&(c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return r;if(h&&r===a&&C&&!I&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)){const w=L(C);return w>=0?w:r}if(r===a&&D&&!(h&&c.controlComponent===s.ControlComponent.VALUE&&!c.originControlId))return S(r);if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!p||m)){if(r===a&&c.controlComponent===s.ControlComponent.VALUE){const w=y();if(w!==null)return w}return c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER?r:this.strikeout()}else{if(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER)return r;if(r!==a){u.spliceElementList(e,r+1,a-r);const w=e[r+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(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?u.fixPosition(!0)??r:r}else{const w=e[r-1],Q=e[r+1];return!c.originControlId&&w?.controlId===c.controlId&&w?.originControlId===c.originControlId&&w?.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)&&this.options.mode!==s.EditorMode.FORM?(u.spliceElementList(e,r-1,1),this.getValue().length||this.control.addPlaceholder(r-2),r-2):F(Q)?Q.originControlId?E?O():N?(u.spliceElementList(e,r,1),this.getValue().length||this.control.addPlaceholder(r-1),M(Math.max(r-1,0),c.controlId)):S(r):(u.spliceElementList(e,r,1),this.control.addPlaceholder(r-1),M(Math.max(r-1,0),c.controlId)):(u.spliceElementList(e,r,1),r===1&&e[0].type===s.ElementType.SPLIT_TAG||r===0?u.fixPosition(!0)??r-1:M(Math.max(r-1,0),c.controlId))}}}else if(t.key===s.KeyMap.Delete){if(r===a&&Y&&(c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))return a;if(r===a&&(U||b)){if(N){const W=e[a+1];if(W?.controlComponent===s.ControlComponent.VALUE&&W.controlId===c.controlId&&!W.originControlId)return u.spliceElementList(e,a+1,1),this.getValue().length||this.control.addPlaceholder(r),r}return S(a+1)}const v=e[a+1],w=!!c.originControlId;if(this.options.mode===s.EditorMode.FORM&&this.options.modeRule.form.deleteTraceEnabled&&(!w||c.controlComponent===s.ControlComponent.VALUE))return d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER?a:v?.controlComponent===s.ControlComponent.POSTFIX||v?.controlComponent===s.ControlComponent.POST_TEXT||v?.controlComponent===s.ControlComponent.POSTTEXTFIX||v?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?v.originControlId?N?(u.spliceElementList(e,r+1,1),this.getValue().length||this.control.addPlaceholder(r),r):S(r+1):(u.spliceElementList(e,r+1,1),this.control.addPlaceholder(r),r):this.strikeout();{const W=e[a+1];return c.controlComponent===s.ControlComponent.PLACEHOLDER?a:W?.controlComponent===s.ControlComponent.POSTFIX||W?.controlComponent===s.ControlComponent.POST_TEXT||W?.controlComponent===s.ControlComponent.POSTTEXTFIX||W?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT?W.originControlId?N?(u.spliceElementList(e,r+1,1),this.getValue().length||this.control.addPlaceholder(r),r):S(r+1):(u.spliceElementList(e,r+1,1),this.control.addPlaceholder(r),r):r!==a?(u.spliceElementList(e,r+1,a-r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?u.fixPosition(!0)??r:r):W?(u.spliceElementList(e,r+1,1),r===0&&e[0].type===s.ElementType.SPLIT_TAG?u.fixPosition(!0)??r:r):(u.getTd()?.linkTdNextId&&c.controlId&&this.removeNextControlElement(c.controlId),a)}}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();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=at(new Date).format("YYYY-MM-DD HH:mm:ss"),d=h=>{queueMicrotask(()=>{this.ranges.setRange(h,h),this.draws.setCursor(h)})},u=h=>{const f=this.control.getElementList(),g=f[h],T=g?.controlId,C=g?.originControlId||null;let p=-1;for(let I=h-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 h},R=h=>{const f=this.control.getElementList(),g=f[h];if(!g?.controlId||g.controlComponent===s.ControlComponent.VALUE&&(g.metrics?.width??0)>0)return h;for(let T=h+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=h-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 h};if(r?.length){if(!this.element.strikeout){const h=r.findIndex(f=>!f.strikeout);return r.forEach(f=>{f.deletePerson="SWJ",f.deleteTime=c,f.strikeout=!!~h}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),this.ranges.setDefaultStyle({strikeout:!1}),this.control.getRange().endIndex??null}}else{const h=R(a.index),f=this.control.getElementList()[h],g=this.control.getElementList();if(!this.control.getElementList()[h].strikeout&&f?.metrics.width>0){this.control.getElementList()[h].strikeout=!0,this.control.getElementList()[h].deletePerson="SWJ",this.control.getElementList()[h].deleteTime=c;const T=u(h);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 Ol{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:R,tue:h,wed:f,thu:g,fri:T,sat:C}}=this.lang;[u,R,h,f,g,T,C].forEach(N=>{const V=document.createElement("span");V.innerText=`${N}`,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((N,V)=>{const F=document.createElement("li"),O=document.createElement("span");O.innerText=N,F.append(O);const E=document.createElement("ol"),Y=V===0,y=V===1,v=Y?24:60;for(let w=0;w<v;w++){const Q=document.createElement("li");Q.innerText=`${String(w).padStart(2,"0")}`,Q.setAttribute("data-id",`${w}`),E.append(Q)}Y?L=E:y?M=E:P=E,F.append(E),m.append(F)});const X=document.createElement("div");X.classList.add(`${rt}-date-menu`);const U=document.createElement("button");U.classList.add(`${rt}-date-menu__time`),U.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,X.append(U),X.append(b),X.append(S),t.append(e),t.append(m),t.append(X),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:U,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((h,f)=>{const g=h;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 R=this.dom.time.second.previousElementSibling;R.innerText=this.lang.second}_update(){const t=new Date,e=t.getFullYear(),n=t.getMonth()+1,i=t.getDate();let l=null,r=null,a=null;this.pickDate&&(l=this.pickDate.getFullYear(),r=this.pickDate.getMonth()+1,a=this.pickDate.getDate());const c=this.now.getFullYear(),d=this.now.getMonth()+1;this.dom.title.now.innerText=`${c}${this.lang.year} ${String(d).padStart(2,"0")}${this.lang.month}`;const R=new Date(c,d,0).getDate();let h=new Date(c,d-1,1).getDay();h===0&&(h=7);const f=new Date(c,d-1,0).getDate();this.dom.day.innerHTML="";const g=f-h+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<=R;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-h-R;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(R=>R.classList.remove("active"))}),[[l,e],[r,n],[a,i]].forEach(([u,R])=>{const h=u.querySelector(`[data-id='${R}']`);h.classList.add("active"),t&&pi(u,h)})}_preMonth(){this.now.setMonth(this.now.getMonth()-1),this._update()}_nextMonth(){this.now.setMonth(this.now.getMonth()+1),this._update()}_preYear(){this.now.setFullYear(this.now.getFullYear()-1),this._update()}_nextYear(){this.now.setFullYear(this.now.getFullYear()+1),this._update()}_now(){this.pickDate=new Date,this.dispose()}_toggleVisible(t){t?this.dom.container.classList.add("active"):this.dom.container.classList.remove("active")}_submit(){if(this.options.onSubmit&&this.pickDate){const t=this.renderOptions?.dateFormat,e=this.formatDate(this.pickDate,t);this.options.onSubmit(e)}}formatDate(t,e="YYYY-MM-DD HH:mm:ss"){let n=e;const i=t.getFullYear().toString(),l=(t.getMonth()+1).toString(),r=t.getDate().toString(),a=t.getHours(),c=a%12===0?12:a%12,d=t.getMinutes().toString(),u=t.getSeconds().toString(),R=t.getMilliseconds().toString(),h={"y+":i,"Y+":i,"M+":l,"d+":r,"D+":r,"h+":c.toString(),"H+":a.toString(),"m+":d,"s+":u,"S+":R};for(const f in h){const g=new RegExp("("+f+")").exec(e),T=f;g&&(n=n.replace(g[1],g[1].length===1?h[T]:h[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 Io{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?Jt(d,["control","controlId",...Re]):Ee(d,["type"]),R=l.startIndex+1;for(let h=0;h<t.length;h++){const f={...u,...t[h],controlComponent:s.ControlComponent.VALUE};re(i,[f],r,{editorOptions:this.options}),c.spliceElementList(i,R+h,0,[f])}return R+t.length-1}clearSelect(t={},e={}){const{isIgnoreDisabledRule:n=!1,isAddPlaceholder:i=!0}=e;if(!n&&this.control.getIsDisabledControl(t))return-1;const l=this.control.getValueRange(t);if(!l)return-1;const{startIndex:r,endIndex:a}=l;if(!~r||!~a)return-1;const c=t.elementList||this.control.getElementList();return this.control.getDraw().spliceElementList(c,r+1,a-r,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule}),i&&this.control.addPlaceholder(r,t),r}setSelect(t,e={},n={}){if(!n.isIgnoreDisabledRule&&this.control.getIsDisabledControl(e))return;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange(),r=this.getValue(e)[0],a=r?Jt(r,ye):Jt(i[l.startIndex],Re),c=this.clearSelect(e,{isAddPlaceholder:!1,isIgnoreDeletedRule:n.isIgnoreDeletedRule});if(!~c)return;const d=Ee(i[c],ye),u=c+1,R=this.control.getDraw();for(let h=0;h<t.length;h++){const f={...a,...d,type:s.ElementType.TEXT,value:t[h],controlComponent:s.ControlComponent.VALUE};(f.color===this.options.control.bracketColor||f.color===this.options.control.placeholderColor)&&(f.color=this.options.defaultColor),re(i,[f],c,{editorOptions:this.options}),R.spliceElementList(i,u+h,0,[f])}if(!e.range){const h=u+t.length-1;this.control.repaintControl({curIndex:h}),this.control.emitControlContentChange({context:e}),this.destroy()}}keydown(t){if(this.control.getIsDisabledControl())return null;const e=this.control.getElementList(),n=this.control.getRange();this.control.shrinkBoundary();const{startIndex:i,endIndex:l}=n,r=e[i],a=e[l],c=this.control.getDraw();if(t.key===s.KeyMap.Backspace)return i!==l?(c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i):r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i,1),this.getValue().length||this.control.addPlaceholder(i-1),i-1);if(t.key===s.KeyMap.Delete){if(i!==l)return c.spliceElementList(e,i+1,l-i),this.getValue().length||this.control.addPlaceholder(i),i;{const d=e[l+1];return(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRE_TEXT)&&d.controlComponent===s.ControlComponent.PLACEHOLDER||d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POST_TEXT||r.controlComponent===s.ControlComponent.PLACEHOLDER?this.control.removeControl(i):(c.spliceElementList(e,i+1,1),this.getValue().length||this.control.addPlaceholder(i),i)}}return l}cut(){if(this.control.getIsDisabledControl())return-1;this.control.shrinkBoundary();const{startIndex:t,endIndex:e}=this.control.getRange();if(t===e)return t;const n=this.control.getDraw(),i=this.control.getElementList();return n.spliceElementList(i,t+1,e-t),this.getValue().length||this.control.addPlaceholder(t),t}awake(){if(this.isPopup||this.control.getIsDisabledControl()||!this.control.getIsRangeWithinControl())return;const t=this.control.getPosition();if(!t)return;const e=this.draw.getElementList(),{startIndex:n}=this.control.getRange();if(e[n+1]?.controlId!==this.element.controlId)return;this.datePicker=new Ol(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 ri extends Ds{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=>!Lc(I)))return-1;const i=e.elementList||this.control.getElementList(),l=e.range||this.control.getRange();this.control.shrinkBoundary(e);const r=lt(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 R=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 h=sr(r);if(!/^[+-]?(?:\d+)?(?:\.\d*)?(?:[eE][+-]?\d*)?$/.test(h))return-1;const g=R?.numberExclusiveOptions,T=g?.maxLength??null,C=g?.decimalPlaces??null,p=h.replace(/[+\-.eE]/g,"").length;if(T!=null&&p>T||C!=null&&(h.split(/[eE]/)[0].split(".")[1]||"").length>C)return-1;if(e.range||e.elementList){const I=Number(h),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 D=i;D>=0;D--)if(e[D].controlComponent===s.ControlComponent.PREFIX){l=e[D];break}const a=(l?.control||this.element.control)?.numberExclusiveOptions,c=a?.minValue,d=a?.maxValue,u=a?.minLength,R=a?.maxLength,h=t.trim(),f=h.replace(/[+\-.eE]/g,"").length,g=Number(h);if(u!=null&&f<u||R!=null&&f>R||c!=null&&g<c||d!=null&&g>d)return!1;let T=i;for(let D=i;D>=0;D--)if(e[D].controlComponent===s.ControlComponent.PREFIX){T=D;break}let C=T+1;for(let D=T+1;D<e.length;D++)if(e[D].controlComponent===s.ControlComponent.POSTFIX){C=D;break}const p=this.options.mode===s.EditorMode.FORM,I=p&&this.options.modeRule.form.inputTraceEnabled,m=p&&this.options.modeRule.form.deleteTraceEnabled,L=at(new Date).format("YYYY-MM-DD HH:mm:ss");if(m)for(let D=T+1;D<C;D++){const X=e[D];X.controlComponent===s.ControlComponent.VALUE&&!X.strikeout&&X.value&&(X.strikeout=!0,X.deletePerson="SYSTEM",X.deleteTime=L),X.controlComponent===s.ControlComponent.PLACEHOLDER&&(this.control.getDraw().spliceElementList(e,D,1),C--,D--)}else{const D=T+1,X=C-D;X>0&&this.control.getDraw().spliceElementList(e,D,X),C=T+1}C=T+1;for(let D=T+1;D<e.length;D++)if(e[D].controlComponent===s.ControlComponent.POSTFIX){C=D;break}const M=[];for(let D=0;D<h.length;D++){const X={type:s.ElementType.TEXT,value:h[D],controlComponent:s.ControlComponent.VALUE,controlId:e[T].controlId,originControlId:e[T].originControlId,control:e[T].control};I&&(X.textDecoration={style:s.TextDecorationStyle.DOUBLE},X.underline=!0),M.push(X)}for(let D=0;D<M.length;D++)this.control.getDraw().spliceElementList(e,C+D,0,[M[D]]);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?sr(c):"",u=r?.numberExclusiveOptions,R=u?.minValue,h=u?.maxValue,f=u?.decimalPlaces;this.inputPopup=new jg({control:this.control,currentValue:d,minValue:R,maxValue:h,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 R=document.createElement("div");if(R.classList.add(`${rt}-number-input-modal__title`),R.textContent="请输入数值",u.appendChild(R),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 h=document.createElement("input");h.classList.add(`${rt}-number-input-modal__input`),h.type="number",h.value=t,h.placeholder="请输入数值",e!==void 0&&(h.min=String(e)),n!==void 0&&(h.max=String(n)),i!=null&&(h.step=(1/Math.pow(10,i)).toString()),setTimeout(()=>{h.focus(),h.select()},100),u.appendChild(h);const 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=h.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),h.onkeydown=m=>{m.key==="Enter"?C.click():m.key==="Tab"?(m.preventDefault(),p()&&(a(),r(m.shiftKey?$t.UP:$t.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 R=document.createElement("div");R.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)}R.append(p),this.optionItemContainers.push(p)}a.append(R);const h=document.createElement("div");h.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()},h.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()},h.append(g),a.append(h),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 R=this.getButtonControlBounds(i,d,u);if(!R)return-1;const h=this.getButtonBusinessOffset(i,R,r),f=this.getButtonBusinessOffset(i,R,a),g=this.getButtonBusinessElements(i,R),T=this.splitButtonBusinessElements(t),C=[...g.slice(0,h),...T,...g.slice(f)];return this.replaceButtonBusinessElements(i,R,C,h+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===`
|
|
125
125
|
`?H: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)||yt(n.value===H?`
|
|
126
126
|
`:n.value||"").forEach(i=>{e.push(this.toButtonBusinessElement({...n,value:i===`
|
|
127
127
|
`?H: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===H?`
|
|
128
128
|
`:e.value||"").join("")}createButtonRenderedValueElements(t,e,n){const i=t[e.prefixIndex],l=i.control||this.element.control;if(!l)return[];const r=Jt(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 R=u.buttonValueLayout?null:a[d++],h={...r,...R||{},value:u.value===`
|
|
129
|
-
`?H:u.value,type:s.ElementType.CONTROL,control:l,controlId:e.controlId,controlComponent:s.ControlComponent.VALUE};return e.originControlId?h.originControlId=e.originControlId:delete h.originControlId,u.buttonValueLayout?(h.buttonValueLayout=!0,h.buttonValueLayoutPrefixOffset=u.buttonValueLayoutPrefixOffset,h.color=this.options.defaultColor,h.highlight=void 0):(delete h.buttonValueLayout,delete h.buttonValueLayoutPrefixOffset,h.color=R?.color||this.options.defaultColor),h})}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?
|
|
129
|
+
`?H:u.value,type:s.ElementType.CONTROL,control:l,controlId:e.controlId,controlComponent:s.ControlComponent.VALUE};return e.originControlId?h.originControlId=e.originControlId:delete h.originControlId,u.buttonValueLayout?(h.buttonValueLayout=!0,h.buttonValueLayoutPrefixOffset=u.buttonValueLayoutPrefixOffset,h.color=this.options.defaultColor,h.highlight=void 0):(delete h.buttonValueLayout,delete h.buttonValueLayoutPrefixOffset,h.color=R?.color||this.options.defaultColor),h})}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?lt(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 R=t[u];this.isSameButtonElement(R,e.controlId,e.originControlId)&&R.control&&(R.control.value=l?lt(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 R=this.getButtonControlBounds(e,c,d);if(!R)return null;const h=this.getButtonBusinessElements(e,R),f=(g,T)=>{const C=Math.max(0,g),p=Math.min(h.length,T),I=[...h.slice(0,C),...h.slice(p)];return this.replaceButtonBusinessElements(e,R,I,C)};if(i!==l){const g=this.getButtonBusinessOffset(e,R,i),T=this.getButtonBusinessOffset(e,R,l);return f(g,T)}if(t.key===s.KeyMap.Backspace){const g=this.getButtonBusinessOffset(e,R,l);return g<=0?this.getCursorIndexByBusinessOffset(e,R,0):f(g-1,g)}if(t.key===s.KeyMap.Delete){const g=this.getButtonBusinessOffset(e,R,l);return g>=h.length?this.getCursorIndexByBusinessOffset(e,R,h.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),R=[...u.slice(0,c),...u.slice(d)];return this.replaceButtonBusinessElements(n,a,R,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(R=>R.controlId===c),u=d[0];if(u?.control&&this.options.mode!="form"&&this.options.mode=="edit"){const R=this.draw.getEventBus();if(t&&R.isSubscribe("buttonClick")){const h={evt:t,element:lt(u),elementList:lt(d),controlId:c,control:lt(u.control)};R.emit("buttonClick",h)}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,R)=>{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:R}),r===-1&&u.controlComponent===s.ControlComponent.POSTFIX&&(r=R))}),!l)return;const c=i.length?Math.min(...i.map(u=>u.index)):r;i.length&&i.sort((u,R)=>R.index-u.index).forEach(u=>{n.splice(u.index,1)});const d=yt(e);!d.length||a&&!i.length||c<0||d.forEach((u,R)=>{const h={...Jt(l,[...Re,...ae]),value:u===`
|
|
130
130
|
`?H:u,controlId:t,type:s.ElementType.CONTROL,control:l.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor,hide:a};re(n,[h],c-1+R,{editorOptions:this.options}),n.splice(c+R,0,h)})}getControlValueText(t){return(t||[]).map(e=>e.value===H?`
|
|
131
131
|
`: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,R)=>R>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={...Jt(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===`
|
|
132
|
-
`?H: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=wn(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:R=>{const h=R.find(M=>M.name==="buttonLabel")?.value?.trim()||"事件",f=R.find(M=>M.name==="placeholder")?.value||"",g=R.find(M=>M.name==="code")?.value?.trim()||"",T=R.find(M=>M.name==="actionKey")?.value?.trim()||"",C=tf(T,e.action),p=R.find(M=>M.name==="editable")?.value!=="false",I=wn({newline:R.find(M=>M.name==="valueLayoutNewline")?.value==="true",indentChars:Number(R.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=h,P.control.label=h,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 Sl{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 R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){R=T.value,h=0,c=T;continue}}const g=R[h];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),h++}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 R=d.originControlId||d.controlId,h=d.originControlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT)&&u?.controlId&&u.controlId!==d.controlId)if(u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX)for(let 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)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(R=u.controlId,h=!0);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT))for(let 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)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}const f=d.type&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT?Jt(d,["control","controlId",...Re]):Ee(d,["type"]);h&&(f.controlId=R,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;re(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||ft(),M=m.control?.value||[],P=m.control?.type,D=P===s.ControlType.TEXTFIELD,X=D?this.options.control.textFixColor:P===s.ControlType.TEXT||P===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,U={...f,controlId:L,type:s.ElementType.CONTROL,control:m.control,originControlId:R},b=D?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,S=D?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,N=D?m.control?.preTextFix||this.options.control.preTextFix:m.control?.prefix||this.options.control.prefix;for(let F=0;F<N.length;F++){const O={...U,color:X,value:N[F],controlComponent:b};C(O)}for(let F=0;F<M.length;F++){const O=M[F],E={...U,...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 F=m.control?.placeholder||"";for(let O=0;O<F.length;O++){const E={...U,value:F[O],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};C(E)}}const V=D?m.control?.postTextFix||this.options.control.postTextFix:m.control?.postfix||this.options.control.postfix;for(let F=0;F<V.length;F++){const O={...U,color:X,value:V[F],controlComponent:S};C(O)}}else if(I.type||I.value){f.color=this.options.defaultColor;const m={...f,...I,controlComponent:s.ControlComponent.VALUE};h&&(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],D=M[i-1],X=P&&D&&P.rowIndex===D.rowIndex;if((p||I)&&m&&X)return this.control.removeControl(i-1)}this.control.shrinkBoundary();const{startIndex:r,endIndex:a}=n,c=e[r],d=this.control.getDraw(),u=e[a+1],R=!!c?.originControlId&&!!c?.controlId&&c.originControlId!==c.controlId,h=R&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL),f=R&&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||h&&c.controlComponent!==s.ControlComponent.POSTFIX&&c.controlComponent!==s.ControlComponent.POST_TEXT&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT))return this.control.removeControl(r);if(this.options.mode===s.EditorMode.FORM)this.strikeout();else{if(r!==a)return e.slice(r,a+1).some(I=>I.controlComponent===s.ControlComponent.POSTTEXTFIX||I.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)?r:(d.spliceElementList(e,r+1,a-r),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r);{const 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&&(h||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 h=u;this.draws.render({curIndex:h,isSetCursor:!0}),a.index=u,this.position.setCursorPosition(a),this.ranges.setRange(u,u)},100)}else{const{elementList:u,range:R}=this.control.mergeControl(n),h=R.startIndex;if(h>=0&&h<u.length&&u[h]?.metrics?.width!==void 0&&u[h].metrics.width<=0&&!u[h]?.strikeout){this.draws.spliceElementList(u,R.startIndex,1,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule});const f=!0,g=R.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 Dl{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 R=a;for(let p=a;p<i.length;p++){const I=i[p];if(I.controlId!==d){R=p;break}if(I.controlComponent===s.ControlComponent.POSTFIX){R=p;break}}const h=u+1,f=R-1;f>=h&&r.spliceElementList(i,h,f-h+1);const g=i[u],T=Jt(g,["control","controlId",...Re]),C=u+1;for(let p=0;p<t.length;p++){const I={...T,...t[p],value:t[p].value===`
|
|
132
|
+
`?H: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=wn(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:R=>{const h=R.find(M=>M.name==="buttonLabel")?.value?.trim()||"事件",f=R.find(M=>M.name==="placeholder")?.value||"",g=R.find(M=>M.name==="code")?.value?.trim()||"",T=R.find(M=>M.name==="actionKey")?.value?.trim()||"",C=tf(T,e.action),p=R.find(M=>M.name==="editable")?.value!=="false",I=wn({newline:R.find(M=>M.name==="valueLayoutNewline")?.value==="true",indentChars:Number(R.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=h,P.control.label=h,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 Sl{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 R=e,h=n+1;for(;;){if(h>=R.length&&c?.linkTdNextId){const T=i.getTdById(c.linkTdNextId);if(T){R=T.value,h=0,c=T;continue}}const g=R[h];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),h++}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 R=d.originControlId||d.controlId,h=d.originControlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT)&&u?.controlId&&u.controlId!==d.controlId)if(u.controlComponent===s.ControlComponent.PREFIX||u.controlComponent===s.ControlComponent.PRETEXTFIX)for(let 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)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}else(u.controlComponent===s.ControlComponent.POSTFIX||u.controlComponent===s.ControlComponent.POSTTEXTFIX)&&(R=u.controlId,h=!0);if(!h&&d.controlId&&(d.controlComponent===s.ControlComponent.POSTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX||d.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||d.controlComponent===s.ControlComponent.POST_TEXT))for(let 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)){R=L.controlId,h=!0;break}if(L.controlId&&L.controlId!==d.controlId&&(L.controlComponent===s.ControlComponent.POSTFIX||L.controlComponent===s.ControlComponent.POSTTEXTFIX))break}break}}const f=d.type&&!Le.includes(d.type)||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT?Jt(d,["control","controlId",...Re]):Ee(d,["type"]);h&&(f.controlId=R,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;re(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||ft(),M=m.control?.value||[],P=m.control?.type,D=P===s.ControlType.TEXTFIELD,X=D?this.options.control.textFixColor:P===s.ControlType.TEXT||P===s.ControlType.NUMBER?"#87d068":this.options.control.bracketColor,U={...f,controlId:L,type:s.ElementType.CONTROL,control:m.control,originControlId:R},b=D?s.ControlComponent.PRETEXTFIX:s.ControlComponent.PREFIX,S=D?s.ControlComponent.POSTTEXTFIX:s.ControlComponent.POSTFIX,N=D?m.control?.preTextFix||this.options.control.preTextFix:m.control?.prefix||this.options.control.prefix;for(let F=0;F<N.length;F++){const O={...U,color:X,value:N[F],controlComponent:b};C(O)}for(let F=0;F<M.length;F++){const O=M[F],E={...U,...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 F=m.control?.placeholder||"";for(let O=0;O<F.length;O++){const E={...U,value:F[O],controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor};C(E)}}const V=D?m.control?.postTextFix||this.options.control.postTextFix:m.control?.postfix||this.options.control.postfix;for(let F=0;F<V.length;F++){const O={...U,color:X,value:V[F],controlComponent:S};C(O)}}else if(I.type||I.value){f.color=this.options.defaultColor;const m={...f,...I,controlComponent:s.ControlComponent.VALUE};h&&(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],D=M[i-1],X=P&&D&&P.rowIndex===D.rowIndex;if((p||I)&&m&&X)return this.control.removeControl(i-1)}this.control.shrinkBoundary();const{startIndex:r,endIndex:a}=n,c=e[r],d=this.control.getDraw(),u=e[a+1],R=!!c?.originControlId&&!!c?.controlId&&c.originControlId!==c.controlId,h=R&&(c.controlComponent===s.ControlComponent.PREFIX||c.controlComponent===s.ControlComponent.PRE_TEXT||c.controlComponent===s.ControlComponent.PRETEXTFIX||c.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||c.controlComponent===s.ControlComponent.PLACEHOLDER||c.controlComponent===s.ControlComponent.TEXTFIXLABEL),f=R&&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||h&&c.controlComponent!==s.ControlComponent.POSTFIX&&c.controlComponent!==s.ControlComponent.POST_TEXT&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX&&c.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT))return this.control.removeControl(r);if(this.options.mode===s.EditorMode.FORM)this.strikeout();else{if(r!==a)return e.slice(r,a+1).some(I=>I.controlComponent===s.ControlComponent.POSTTEXTFIX||I.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)?r:(d.spliceElementList(e,r+1,a-r),this.getValue().length||this.control.addPlaceholder(r),r===0&&e[0].type===s.ElementType.SPLIT_TAG?d.fixPosition(!0)??r:r);{const 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&&(h||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=at(new Date).format("YYYY-MM-DD HH:mm:ss");if(r?.length){if(!this.element.strikeout){const d=r.findIndex(u=>!u.strikeout);r.forEach(u=>{u.deletePerson="SWJ",u.deleteTime=c,u.strikeout=!!~d}),this.draws.render({isSetCursor:!0,isCompute:!1,isDel:!0,isSubmitHistory:!1}),setTimeout(()=>{this.strikeoute()},100)}}else{const d=this.control.getElementList()[a.index];if(!this.control.getElementList()[a.index].strikeout&&d?.metrics.width>0){this.control.getElementList()[a.index].strikeout=!0,this.control.getElementList()[a.index].deletePerson="SWJ",this.control.getElementList()[a.index].deleteTime=c;const u=--a.index;setTimeout(()=>{this.strikeoute()},100),setTimeout(()=>{const h=u;this.draws.render({curIndex:h,isSetCursor:!0}),a.index=u,this.position.setCursorPosition(a),this.ranges.setRange(u,u)},100)}else{const{elementList:u,range:R}=this.control.mergeControl(n),h=R.startIndex;if(h>=0&&h<u.length&&u[h]?.metrics?.width!==void 0&&u[h].metrics.width<=0&&!u[h]?.strikeout){this.draws.spliceElementList(u,R.startIndex,1,[],{isIgnoreDeletedRule:e.isIgnoreDeletedRule});const f=!0,g=R.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 Dl{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 R=a;for(let p=a;p<i.length;p++){const I=i[p];if(I.controlId!==d){R=p;break}if(I.controlComponent===s.ControlComponent.POSTFIX){R=p;break}}const h=u+1,f=R-1;f>=h&&r.spliceElementList(i,h,f-h+1);const g=i[u],T=Jt(g,["control","controlId",...Re]),C=u+1;for(let p=0;p<t.length;p++){const I={...T,...t[p],value:t[p].value===`
|
|
133
133
|
`?H:t[p].value,controlComponent:s.ControlComponent.VALUE};(I.color===this.options.control.bracketColor||I.color===this.options.control.placeholderColor)&&(I.color=this.options.defaultColor),re(i,[I],u,{editorOptions:this.options}),r.spliceElementList(i,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}天`,R=`${e}生理周期持续${c}~${d}天${H}`;let h;return i?h=`初潮年龄${a}岁${n}闭经年龄${t.menopauseAge||"_"}岁`:h=`初潮年龄${a}岁${n}末次日期${t.lastPeriod||"____-__-__"}`,`${H} ${u}
|
|
134
134
|
${h}
|
|
135
135
|
${R} `}textToElements(t){const e=[],n=t.split(`
|
|
@@ -209,8 +209,8 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
|
|
|
209
209
|
<button class="btn-confirm">确认</button>
|
|
210
210
|
</div>
|
|
211
211
|
</div>
|
|
212
|
-
`,document.body.appendChild(this.inputModal);const e=this.inputModal.querySelector(".menstrual-history-modal__mask"),n=this.inputModal.querySelector(".menstrual-history-modal__container"),i=this.inputModal.querySelector(".menstrual-history-modal__close"),l=this.inputModal.querySelector(".btn-cancel"),r=this.inputModal.querySelector(".btn-confirm"),a=this.inputModal.querySelector("#mh-edit-notMenopause"),c=this.inputModal.querySelector("#mh-edit-isMenopauseForm"),d=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),u=()=>{this.closeModal()};n.addEventListener("click",R=>{R.stopPropagation()}),e.addEventListener("click",u),i.addEventListener("click",u),l.addEventListener("click",u),d.forEach(R=>{R.addEventListener("change",()=>{const h=R.value==="true";a.style.display=h?"none":"block",c.style.display=h?"block":"none"})}),r.addEventListener("click",R=>{R.preventDefault(),R.stopPropagation();const h=this.inputModal;if(!h)return;const f=h.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let g;f?g={isMenopause:!0,periodMin:h.querySelector("#mh-edit-periodMin2")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax2")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge2")?.value||"_",menopauseAge:h.querySelector("#mh-edit-menopauseAge")?.value||"_",cycleMin:h.querySelector("#mh-edit-cycleMin2")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax2")?.value||"_"}:g={isMenopause:!1,periodMin:h.querySelector("#mh-edit-periodMin")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge1")?.value||"_",lastPeriod:h.querySelector("#mh-edit-lastPeriod")?.value||"____-__-__",cycleMin:h.querySelector("#mh-edit-cycleMin")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax")?.value||"_"};const 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 R=!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){R=!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&&!R)return!1}if(t===e&&(i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX))return!0;const l=n[e];return!!(i.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX)}getIsRangeInPostfix(){if(!this.activeControl)return!1;const{startIndex:t,endIndex:e}=this.getRange();if(t!==e)return!1;const i=this.getElementList()[t];return i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX}getIsRangeWithinControl(){const{range:{startIndex:t,endIndex:e},elementList:n}=this.range.getRangeElement();if(!~t&&!~e)return!1;const i=n[t],l=n[e];if(i?.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&l.controlComponent!==s.ControlComponent.POST_TEXT||(l?.control?.type===s.ControlType.TEXT||this.draw.getMode()===s.EditorMode.EDIT&&l?.control?.type===s.ControlType.TEXTFIELD)&&l.controlId&&!l.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||l.controlComponent===s.ControlComponent.POST_TEXT)&&n[e-1]?.originControlId===l.controlId)return!0;if(l?.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=l.originControlId;for(let a=e+1;a<n.length;a++){const c=n[a];if(c.controlId===r)return!0;if(c.controlId&&c.controlId!==r&&c.originControlId!==r)break}}if(!l?.originControlId&&l?.controlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=n[e+1];if(r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX)&&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 R=n[u];if(R.controlId===a&&!R.originControlId){if(R.controlComponent===s.ControlComponent.POSTTEXTFIX||R.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POST_TEXT)return!0;break}}break}}}return!1}getIsElementListContainFullControl(t){if(!t.some(i=>i.controlId))return!1;let e=0,n=0;for(let i=0;i<t.length;i++){const l=t[i];l.controlComponent===s.ControlComponent.PREFIX||l.controlComponent===s.ControlComponent.PRETEXTFIX?e++:(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)&&n++}return!e||!n?!1:e===n}getIsDisabledControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();if(e===n&&~e&&~n){const l=(t.elementList||this.getElementList())[e];if(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)return!1}return!!this.activeControl.getElement()?.control?.disabled}getIsDisabledPasteControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();return e===n&&~e&&~n&&(t.elementList||this.getElementList())[e].controlComponent===s.ControlComponent.POSTFIX?!1:!!this.activeControl.getElement()?.control?.pasteDisabled}getIsExistValueByElementListIndex(t,e){const n=t[e];if(!n.controlId)return!1;if(n.control?.type===s.ControlType.CHECKBOX||n.control?.type===s.ControlType.RADIO)return!!n.control?.code;if(n.controlComponent===s.ControlComponent.VALUE)return!0;if(n.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;if(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRE_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i++}}if(n.controlComponent===s.ControlComponent.PRETEXTFIX||n.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER||l.controlComponent===s.ControlComponent.TEXTFIXLABEL)return!1;i++}}if(n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX){let i=e-1;for(;i>=0;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i--}}return!1}getControlHighlight(t,e){return this.controlSearch.getControlHighlight(t,e)}getIsInlineControlBackground(t,e){return this.controlSearch.getIsInlineControlBackground(t,e)}getContainer(){return this.draw.getContainer()}getElementList(){return this.draw.getElementList()}getPosition(){const t=this.draw.getPosition().getPositionList(),{endIndex:e}=this.range.getRange();return t[e]||null}getPreY(){const t=this.draw.getHeight(),e=this.draw.getPageGap();return(this.getPosition()?.pageNo??this.draw.getPageNo())*(t+e)}getRange(){return this.range.getRange()}getValueRange(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];let l=n;for(;l>0;){const a=e[l];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break;l--}let r=n+1;for(;r<e.length;){const a=e[r];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.POSTTEXTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)break;r++}return l===r?null:{startIndex:l,endIndex:r-1}}shrinkBoundary(t={}){this.range.shrinkBoundary(t)}getActiveControl(){return this.activeControl}getActiveTextControlLimit(){if(!this.activeControl)return null;const t=this.activeControl.getElement(),e=t?.controlId,n=t?.originControlId||null;if(!e||t.control?.type!==s.ControlType.TEXT&&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 h=0;h<i.length;h++){const f=i[h];f.controlId!==e||(n?f.originControlId!==n:f.originControlId)||(r===-1&&(r=h),a=h,(f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT||f.controlComponent===s.ControlComponent.PRETEXTFIX||f.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(c=h),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=h))}if(r===-1)return null;const u=c!==-1?c:r,R=d!==-1?d-1:a;return e?{controlId:e,originControlId:n,parentControlId:l,startIndex:u,endIndex:R<u?u:R}:null}getActiveNestedTextLimit(){const t=this.getActiveTextControlLimit();return!t?.parentControlId||!this.getElementList().some(n=>n.controlId===t.parentControlId&&!n.originControlId&&n.control?.type===s.ControlType.TEXTFIELD)?null:{controlId:t.controlId,parentControlId:t.parentControlId,startIndex:t.startIndex,endIndex:t.endIndex}}getControlElementList(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];if(!i?.controlId)return[];const l=[];let r=n;for(;r>0;){const c=e[r];if(c.controlId!==i.controlId)break;l.unshift(c),r--}let a=n+1;for(;a<e.length;){const c=e[a];if(c.controlId!==i.controlId)break;l.push(c),a++}return l}updateActiveControlValue(){this.activeControl&&(this.activeControlValue=this.getControlElementList())}emitControlChange(t){if(!this.activeControl)return;const e=this.eventBus.isSubscribe("controlChange");if(!this.listener.controlChange&&!e)return;let n;const i=this.activeControlValue,l=this.activeControl.getElement();i?.length?n=i[0].control:(n=Rn(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 lo||this.activeControl instanceof Io||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(),R=n.controlId,h=n.originControlId||null,f=u.controlId,g=u.originControlId||null;if(R&&R===f&&h===g){this.updateActiveControlValue(),this.preElement=n;return}if(n.originControlId&&n.originControlId===f&&h===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(!R){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 R=n.originControlId;let h;for(let f=this.range.getRange().startIndex;f>=0;f--){const g=t[f];if(g.controlId===R&&g.control){h=g.control;break}if(g.controlId===R&&(g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)){g.control&&(h=g.control);break}}if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXTFIELD&&u&&u.type!==s.ControlType.TEXTFIELD)l=u;else if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXT&&u)l=u;else if(h){l=h;const f=t.find(g=>g.controlId===R&&g.control);f&&(r=f)}else u&&(l=u)}else if(!l&&n.controlId){const u=this.getElementList();for(let R=this.range.getRange().startIndex;R>=0;R--){const h=u[R];if(h.controlId!==n.controlId)break;if(h.control){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT)break}}if(!l)return;if(l?.type===s.ControlType.TEXTFIELD&&this.draw.getMode()!==s.EditorMode.EDIT)if(n.originControlId){const u=n.controlId;for(let R=this.range.getRange().startIndex;R>=0;R--){const h=t[R];if(h.controlId===u&&h.originControlId===n.originControlId&&h.control&&h.control.type!==s.ControlType.TEXTFIELD){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX)break}if(l?.type===s.ControlType.TEXTFIELD)return}else return;const a=this.draw.getPosition().getPositionContext(),c=this.range.getRange().startIndex,d=!!(a.isDirectHit&&a.index===c&&t[a.index]?.controlId===r.controlId);if(l?.type===s.ControlType.TEXTFIELD)this.activeControl=new Sl(r,this);else if(l.type===s.ControlType.TEXT)this.activeControl=new Ds(r,this);else if(l.type===s.ControlType.SELECT){const u=new lo(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 Wo(r,this);else if(l.type===s.ControlType.RADIO)this.activeControl=new Zi(r,this);else if(l.type===s.ControlType.DATE){const u=new Io(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 ri(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 Dl(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 lo||this.activeControl instanceof Io||this.activeControl instanceof ri||this.activeControl instanceof Dl)&&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=wt(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 Io||this.activeControl instanceof lo)&&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=_n(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 R=t;for(;R>=0;){const m=n[R];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){l=R;break}R--}let h=t;for(;h<n.length;){const m=n[h];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){r=h-1;break}h++}if(h===n.length&&(r=h-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 R=yt(r),h=Jt(i,Re),f=a+1;for(let g=0;g<R.length;g++){const T=R[g],C={...h,value:T===`
|
|
213
|
-
`?H:T,controlId:i.controlId,type:s.ElementType.CONTROL,control:i.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.controlOptions.placeholderColor};re(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,R)=>{let h=0;for(;h<u.length;){const f=u[h];if(h++,f.type===s.ElementType.TABLE){const L=f.trList;for(let M=0;M<L.length;M++){const P=L[M];for(let D=0;D<P.tdList.length;D++){const X=P.tdList[D],U=X.originalId??X.id;a.has(U)||(a.add(U),X.linkTdNextId?c(this.draw.getSplitTdValues(U),R):c(X.value,R))}}}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=h,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,Li))),p++}if(g===s.ControlType.TEXT||g===s.ControlType.TEXTFIELD||g===s.ControlType.DATE||g===s.ControlType.NUMBER)r.push({...f.control,zone:R,value:I||null,innerText:I||null,elementList:wt(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:R,value:T||null,innerText:L||null})}h=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:R}of d)c(R,u);return r}setValueListById(t){if(!t.length)return;let e=!1,n=!1;const i=(r,a)=>{let c=0;for(;c<r.length;){const d=r[c];if(c++,d.type===s.ElementType.TABLE){const 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 D=M.tdList[P];i(D.value,D.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:R,isSubmitHistory:h=!0}=u;e=!0,h&&(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(R)?R:R?[{value:R}]:[];m.length&&te(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Sl(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(R)?R:R?[{value:R}]:[];m.length&&te(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ds(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(R))continue;const m=new lo(d,this);this.activeControl=m,R?m.setSelect(R,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.CHECKBOX){if(Array.isArray(R))continue;const m=new Wo(d,this);this.activeControl=m;const L=R?R.split(","):[];m.setSelect(L,C,p)}else if(f===s.ControlType.RADIO){if(Array.isArray(R))continue;const m=new Zi(d,this);this.activeControl=m;const L=R?[R]:[];m.setSelect(L,C,p)}else if(f===s.ControlType.DATE){const m=new Io(d,this);this.activeControl=m,Ti(R)?(R.length&&te(R,{isHandleFirstElement:!1,editorOptions:this.options}),m.setValue(R,C,p)):ga(R)?m.setSelect(R,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.NUMBER){const m=Array.isArray(R)?R:R?[{value:R}]:[];m.length&&te(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new ri(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(R)?R:R?[{value:R}]:[];m.length&&te(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 R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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:R=!0}=d;if(e=!0,R&&(n=!0),this.setControlProperties({...c.control,...u,value:c.control.value},{elementList:r,range:{startIndex:a-1,endIndex:a-1}}),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 ri(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 h=a;for(;h<r.length&&r[h].controlId===c.controlId;)h++;a=h}},l={header:this.draw.getHeaderElementList(),main:this.draw.getOriginalMainElementList(),footer:this.draw.getFooterElementList()};for(const r in l){const a=l[r];i(a)}if(e){for(const r in l){const a=r,c=wt(l[a],{isClassifyArea:!0,extraPickAttrs:["id","controlId"]});l[a]=c,te(c,{editorOptions:this.options,isForceCompensation:!0})}this.draw.setEditorData(l),n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1})}}getList(){const t=[];function e(i){for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.TABLE){const a=r.trList;for(let c=0;c<a.length;c++){const d=a[c];for(let u=0;u<d.tdList.length;u++){const h=d.tdList[u].value;e(h)}}}if(r.controlId){const a=Ee(r,[...Ei,...Wn]);t.push(a)}}}const n=[this.draw.getHeader().getElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooter().getElementList()];for(const i of n)e(i);return wt(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===$t.DOWN){let a=-1;for(let c=l;c<=r;c++){const d=t[c];if(d.controlComponent===s.ControlComponent.CHECKBOX||d.controlComponent===s.ControlComponent.RADIO||d.controlComponent===s.ControlComponent.VALUE)return c;a===-1&&(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(a=c)}return~a?a:l}for(let a=r;a>=l;a--)if(t[a].controlComponent===s.ControlComponent.VALUE)return a;return l}_isTrailingNestedControlBoundary(t,e,n){const i=t[e];return!n||!i?.originControlId||i.originControlId!==n.controlId||i.controlComponent!==s.ControlComponent.POSTFIX&&i.controlComponent!==s.ControlComponent.POST_TEXT&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT?!1:this._isSameControlIdentity(t[e-1],this._getControlIdentity(i))||this._isSameControlIdentity(t[e-1],n)}getPreControlContext(){const e=this.draw.getPosition().getPositionContext();if(!e)return null;const{startIndex:n}=this.range.getRange(),i=this.getElementList(),l=this.activeControl?.getElement()||i[n],r=this._getCurrentControlIdentity(n),a=(d,u)=>{for(let R=u;R>0;R--){const h=d[R];if(h.type===s.ElementType.TABLE){const f=h.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:R,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:h.id},nextIndex:m.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,$t.UP)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,f=d[u].trList;for(let T=R;T>=0;T--){const C=f[T],p=C.tdList;for(let I=p.length-1;I>=0;I--){if(R===T&&I>=h)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 R=u;R<d.length;R++){const h=d[R];if(h.type===s.ElementType.TABLE){const f=h.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:R,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:h.id},nextIndex:m.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,$t.DOWN)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,f=d[u].trList;for(let T=R;T<f.length;T++){const C=f[T],p=C.tdList;for(let I=0;I<p.length;I++){if(R===T&&I<=h)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=$t.DOWN}=t;let n=null;if(e===$t.UP?n=this.getPreControlContext():n=this.getNextControlContext(),!n)return;const{nextIndex:i,positionContext:l}=n,r=this.draw.getPosition();r.setPositionContext(l),this.draw.getRange().replaceRange({startIndex:i,endIndex:i}),this.draw.render({curIndex:i,isCompute:!1,isSetCursor:!0,isSubmitHistory:!1});const a=r.getPositionList();this.draw.getCursor().moveCursorToVisible({cursorPosition:a[i],direction:e})}setMinWidthControlInfo(t){const{row:e,rowElement:n,controlRealWidth:i,availableWidth:l}=t;if(!n.control?.minWidth)return;const{scale:r}=this.options,a=n.control.minWidth*r;let c=null;if(n.control?.minWidth&&(n.control?.rowFlex===s.RowFlex.CENTER||n.control?.rowFlex===s.RowFlex.RIGHT)){let u=n.metrics.width,R=e.elementList.length-1;for(;R>=0;){const h=e.elementList[R];if(u+=h.metrics.width,e.elementList[R-1]?.controlComponent===s.ControlComponent.PREFIX){c=h;break}R--}c&&u<a&&(n.control.rowFlex===s.RowFlex.CENTER?c.left=(a-u)/2:n.control.rowFlex===s.RowFlex.RIGHT&&(c.left=a-u-n.metrics.width))}const d=a-i;if(d>0){const u=c?.left||0,R=l-e.width-n.metrics.width,h=Math.min(R,d);n.left=h-u,e.width+=h-u}}mergeControl(t={}){const e=t.elementList||this.getElementList(),n=t.range||this.getRange(),{startIndex:i}=n,l=t.tdId??this.draw.getPosition().getPositionContext().tdId,r=l?this.draw.getTdById(l):void 0,a=e[i];if(!a?.controlId)return{range:n,elementList:[],tdId:l};const c={startIndex:i,endIndex:i},d=[];let u=!1,R=i,h=r,f=e;for(;R>=0;){const p=f[R];if(p.controlId!==a.controlId)break;if(p.type!==s.ElementType.SPLIT_TAG&&(d.unshift(p),u&&(f.splice(R,1),e[0].type===s.ElementType.SPLIT_TAG?e.splice(0,1):(n.startIndex++,n.endIndex++),e.unshift(p)),c.startIndex=R),R===0&&p.controlComponent!==s.ControlComponent.PREFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){f=h.value,R=h.value.length-1,u=!0;continue}if(R===0&&p.controlComponent!==s.ControlComponent.PRETEXTFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){f=h.value,R=h.value.length-1,u=!0;continue}R--}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 Fs(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 Fs(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 Fl(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=>Fl(n,t)):o.every(n=>Fl(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:R},scale:h}=this.options,f=l.elementList[i],{metrics:g,checkbox:T}=f,C=f.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,P=null;for(;M<l.elementList.length&&(P=l.elementList[M],!(P.value!==H&&P.value!==di));)M++;if(P){const{metrics:{boundingBoxAscent:D,boundingBoxDescent:X}}=P,U=D+X;U>g.height&&(R===s.VerticalAlign.TOP?r-=D-g.height:R===s.VerticalAlign.MIDDLE&&(r-=(U-g.height)/2))}}const p=Math.round(n+C*h),I=Math.round(r-g.height+c),m=g.width-(C+a)*h,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*h,e.moveTo(p+2*h,I+L/2),e.lineTo(p+m/2,I+L-3*h),e.lineTo(p+m-2*h,I+3*h),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:R},scale:h}=this.options,f=l.elementList[i],{metrics:g,radio:T}=f,C=f.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,P=null;for(;M<l.elementList.length&&(P=l.elementList[M],!(P.value!==H&&P.value!==di));)M++;if(P){const{metrics:{boundingBoxAscent:D,boundingBoxDescent:X}}=P,U=D+X;U>g.height&&(R===s.VerticalAlign.TOP?r-=D-g.height:R===s.VerticalAlign.MIDDLE&&(r-=(U-g.height)/2))}}const p=Math.round(n+C*h),I=Math.round(r-g.height+c),m=g.width-(C+a)*h,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 li={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=li,n=this.options.scale,i=e.fontSize*n,l=e.smallFontSize*n,r=e.gap*n,a=e.dividerWidth*n,d=document.createElement("canvas").getContext("2d"),u=t.menstrualData;d.font=`${i}px "Microsoft YaHei", sans-serif`;let R=a;d.font=`${l}px "Microsoft YaHei", sans-serif`;let h=0;if(u){const g=this.getValue(u.menarcheAge);d.font=`${i}px "Microsoft YaHei", sans-serif`,g&&(R+=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&&(R+=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||""}`;h=Math.max(h,d.measureText(L).width)}const I=this.getValue(u.cycleMin),m=this.getValue(u.cycleMax);if(I||m){const L=`${I||""}~${m||""}`;h=Math.max(h,d.measureText(L).width)}}else d.font=`${i}px "Microsoft YaHei", sans-serif`,h=d.measureText("~").width;return{width:Math.max(R,h),height:e.totalHeight*n}}getValue(t){return!t||t===""||t==="_"||t==="____-__-__"?"":t}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.menstrualData,a=this.options.scale;e.save(),e.font=`${li.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=li,r=l.fontSize*i,a=l.lineHeight*i,c=l.dividerWidth*i,d=n-a*1.5,u=e+c/2;t.font=`${r}px "Microsoft YaHei", sans-serif`;const R=t.measureText("~").width,h=u-R/2;t.fillText("~",h,d+a);const f=d+a*2;this.drawDivider(t,e,f-r/2,c,i),t.fillText("~",h,f+a)}renderWithData(t,e,n,i,l){const r=li,a=r.fontSize*l,c=r.smallFontSize*l,d=r.lineHeight*l,u=r.gap*l,R=r.dividerWidth*l,h=n-d*2,f=h+d*2;t.font=`${a}px "Microsoft YaHei", sans-serif`;const g=this.getValue(i.menarcheAge);let T=e;if(g){const F=`${g}岁`;t.fillText(F,e,f),T=e+t.measureText(F).width+u}const C=T+R/2,p=h+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,R,l),t.font=`${a}px "Microsoft YaHei", sans-serif`;let D="";if(i.isMenopause){const F=this.getValue(i.menopauseAge);F&&(D=`${F}岁`)}else{const F=this.getValue(i.lastPeriod);F&&(D=F)}D&&t.fillText(D,T+R+u,f);const X=f+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const U=this.getValue(i.cycleMin),b=this.getValue(i.cycleMax);let S="";U||b?S=`${U||""}~${b||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,S="~");const N=t.measureText(S).width,V=C-N/2;t.fillText(S,V,X)}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
|
+
`,document.body.appendChild(this.inputModal);const e=this.inputModal.querySelector(".menstrual-history-modal__mask"),n=this.inputModal.querySelector(".menstrual-history-modal__container"),i=this.inputModal.querySelector(".menstrual-history-modal__close"),l=this.inputModal.querySelector(".btn-cancel"),r=this.inputModal.querySelector(".btn-confirm"),a=this.inputModal.querySelector("#mh-edit-notMenopause"),c=this.inputModal.querySelector("#mh-edit-isMenopauseForm"),d=this.inputModal.querySelectorAll('input[name="mh-edit-isMenopause"]'),u=()=>{this.closeModal()};n.addEventListener("click",R=>{R.stopPropagation()}),e.addEventListener("click",u),i.addEventListener("click",u),l.addEventListener("click",u),d.forEach(R=>{R.addEventListener("change",()=>{const h=R.value==="true";a.style.display=h?"none":"block",c.style.display=h?"block":"none"})}),r.addEventListener("click",R=>{R.preventDefault(),R.stopPropagation();const h=this.inputModal;if(!h)return;const f=h.querySelector('input[name="mh-edit-isMenopause"]:checked')?.value==="true";let g;f?g={isMenopause:!0,periodMin:h.querySelector("#mh-edit-periodMin2")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax2")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge2")?.value||"_",menopauseAge:h.querySelector("#mh-edit-menopauseAge")?.value||"_",cycleMin:h.querySelector("#mh-edit-cycleMin2")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax2")?.value||"_"}:g={isMenopause:!1,periodMin:h.querySelector("#mh-edit-periodMin")?.value||"_",periodMax:h.querySelector("#mh-edit-periodMax")?.value||"_",menarcheAge:h.querySelector("#mh-edit-menarcheAge1")?.value||"_",lastPeriod:h.querySelector("#mh-edit-lastPeriod")?.value||"____-__-__",cycleMin:h.querySelector("#mh-edit-cycleMin")?.value||"_",cycleMax:h.querySelector("#mh-edit-cycleMax")?.value||"_"};const 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 R=!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){R=!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&&!R)return!1}if(t===e&&(i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX))return!0;const l=n[e];return!!(i.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX)}getIsRangeInPostfix(){if(!this.activeControl)return!1;const{startIndex:t,endIndex:e}=this.getRange();if(t!==e)return!1;const i=this.getElementList()[t];return i.controlComponent===s.ControlComponent.POSTFIX||i.controlComponent===s.ControlComponent.POSTTEXTFIX}getIsRangeWithinControl(){const{range:{startIndex:t,endIndex:e},elementList:n}=this.range.getRangeElement();if(!~t&&!~e)return!1;const i=n[t],l=n[e];if(i?.controlId&&i.controlId===l.controlId&&l.controlComponent!==s.ControlComponent.POSTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX&&l.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT&&l.controlComponent!==s.ControlComponent.POST_TEXT||(l?.control?.type===s.ControlType.TEXT||this.draw.getMode()===s.EditorMode.EDIT&&l?.control?.type===s.ControlType.TEXTFIELD)&&l.controlId&&!l.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||l.controlComponent===s.ControlComponent.POST_TEXT)&&n[e-1]?.originControlId===l.controlId)return!0;if(l?.originControlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=l.originControlId;for(let a=e+1;a<n.length;a++){const c=n[a];if(c.controlId===r)return!0;if(c.controlId&&c.controlId!==r&&c.originControlId!==r)break}}if(!l?.originControlId&&l?.controlId&&(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)){const r=n[e+1];if(r?.controlId&&r.controlId!==l.controlId&&(r.controlComponent===s.ControlComponent.PREFIX||r.controlComponent===s.ControlComponent.PRETEXTFIX)&&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 R=n[u];if(R.controlId===a&&!R.originControlId){if(R.controlComponent===s.ControlComponent.POSTTEXTFIX||R.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT||R.controlComponent===s.ControlComponent.POSTFIX||R.controlComponent===s.ControlComponent.POST_TEXT)return!0;break}}break}}}return!1}getIsElementListContainFullControl(t){if(!t.some(i=>i.controlId))return!1;let e=0,n=0;for(let i=0;i<t.length;i++){const l=t[i];l.controlComponent===s.ControlComponent.PREFIX||l.controlComponent===s.ControlComponent.PRETEXTFIX?e++:(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)&&n++}return!e||!n?!1:e===n}getIsDisabledControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();if(e===n&&~e&&~n){const l=(t.elementList||this.getElementList())[e];if(l.controlComponent===s.ControlComponent.POSTFIX||l.controlComponent===s.ControlComponent.POSTTEXTFIX)return!1}return!!this.activeControl.getElement()?.control?.disabled}getIsDisabledPasteControl(t={}){if(this.draw.isDesignMode()||!this.activeControl)return!1;const{startIndex:e,endIndex:n}=t.range||this.range.getRange();return e===n&&~e&&~n&&(t.elementList||this.getElementList())[e].controlComponent===s.ControlComponent.POSTFIX?!1:!!this.activeControl.getElement()?.control?.pasteDisabled}getIsExistValueByElementListIndex(t,e){const n=t[e];if(!n.controlId)return!1;if(n.control?.type===s.ControlType.CHECKBOX||n.control?.type===s.ControlType.RADIO)return!!n.control?.code;if(n.controlComponent===s.ControlComponent.VALUE)return!0;if(n.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;if(n.controlComponent===s.ControlComponent.PREFIX||n.controlComponent===s.ControlComponent.PRE_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i++}}if(n.controlComponent===s.ControlComponent.PRETEXTFIX||n.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){let i=e+1;for(;i<t.length;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER||l.controlComponent===s.ControlComponent.TEXTFIXLABEL)return!1;i++}}if(n.controlComponent===s.ControlComponent.POSTFIX||n.controlComponent===s.ControlComponent.POSTTEXTFIX){let i=e-1;for(;i>=0;){const l=t[i];if(l.controlId!==n.controlId)return!1;if(l.controlComponent===s.ControlComponent.VALUE)return!0;if(l.controlComponent===s.ControlComponent.PLACEHOLDER)return!1;i--}}return!1}getControlHighlight(t,e){return this.controlSearch.getControlHighlight(t,e)}getIsInlineControlBackground(t,e){return this.controlSearch.getIsInlineControlBackground(t,e)}getContainer(){return this.draw.getContainer()}getElementList(){return this.draw.getElementList()}getPosition(){const t=this.draw.getPosition().getPositionList(),{endIndex:e}=this.range.getRange();return t[e]||null}getPreY(){const t=this.draw.getHeight(),e=this.draw.getPageGap();return(this.getPosition()?.pageNo??this.draw.getPageNo())*(t+e)}getRange(){return this.range.getRange()}getValueRange(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];let l=n;for(;l>0;){const a=e[l];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.PREFIX||a.controlComponent===s.ControlComponent.PRE_TEXT||a.controlComponent===s.ControlComponent.PRETEXTFIX||a.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)break;l--}let r=n+1;for(;r<e.length;){const a=e[r];if(a.controlId!==i.controlId||a.controlComponent===s.ControlComponent.POSTFIX||a.controlComponent===s.ControlComponent.POST_TEXT||a.controlComponent===s.ControlComponent.POSTTEXTFIX||a.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)break;r++}return l===r?null:{startIndex:l,endIndex:r-1}}shrinkBoundary(t={}){this.range.shrinkBoundary(t)}getActiveControl(){return this.activeControl}getActiveTextControlLimit(){if(!this.activeControl)return null;const t=this.activeControl.getElement(),e=t?.controlId,n=t?.originControlId||null;if(!e||t.control?.type!==s.ControlType.TEXT&&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 h=0;h<i.length;h++){const f=i[h];f.controlId!==e||(n?f.originControlId!==n:f.originControlId)||(r===-1&&(r=h),a=h,(f.controlComponent===s.ControlComponent.PREFIX||f.controlComponent===s.ControlComponent.PRE_TEXT||f.controlComponent===s.ControlComponent.PRETEXTFIX||f.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(c=h),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=h))}if(r===-1)return null;const u=c!==-1?c:r,R=d!==-1?d-1:a;return e?{controlId:e,originControlId:n,parentControlId:l,startIndex:u,endIndex:R<u?u:R}:null}getActiveNestedTextLimit(){const t=this.getActiveTextControlLimit();return!t?.parentControlId||!this.getElementList().some(n=>n.controlId===t.parentControlId&&!n.originControlId&&n.control?.type===s.ControlType.TEXTFIELD)?null:{controlId:t.controlId,parentControlId:t.parentControlId,startIndex:t.startIndex,endIndex:t.endIndex}}getControlElementList(t={}){const e=t.elementList||this.getElementList(),{startIndex:n}=t.range||this.getRange(),i=e[n];if(!i?.controlId)return[];const l=[];let r=n;for(;r>0;){const c=e[r];if(c.controlId!==i.controlId)break;l.unshift(c),r--}let a=n+1;for(;a<e.length;){const c=e[a];if(c.controlId!==i.controlId)break;l.push(c),a++}return l}updateActiveControlValue(){this.activeControl&&(this.activeControlValue=this.getControlElementList())}emitControlChange(t){if(!this.activeControl)return;const e=this.eventBus.isSubscribe("controlChange");if(!this.listener.controlChange&&!e)return;let n;const i=this.activeControlValue,l=this.activeControl.getElement();i?.length?n=i[0].control:(n=Rn(lt(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 lo||this.activeControl instanceof Io||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(),R=n.controlId,h=n.originControlId||null,f=u.controlId,g=u.originControlId||null;if(R&&R===f&&h===g){this.updateActiveControlValue(),this.preElement=n;return}if(n.originControlId&&n.originControlId===f&&h===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(!R){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 R=n.originControlId;let h;for(let f=this.range.getRange().startIndex;f>=0;f--){const g=t[f];if(g.controlId===R&&g.control){h=g.control;break}if(g.controlId===R&&(g.controlComponent===s.ControlComponent.PRETEXTFIX||g.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||g.controlComponent===s.ControlComponent.PREFIX||g.controlComponent===s.ControlComponent.PRE_TEXT)){g.control&&(h=g.control);break}}if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXTFIELD&&u&&u.type!==s.ControlType.TEXTFIELD)l=u;else if(this.draw.getMode()===s.EditorMode.FORM&&h?.type===s.ControlType.TEXT&&u)l=u;else if(h){l=h;const f=t.find(g=>g.controlId===R&&g.control);f&&(r=f)}else u&&(l=u)}else if(!l&&n.controlId){const u=this.getElementList();for(let R=this.range.getRange().startIndex;R>=0;R--){const h=u[R];if(h.controlId!==n.controlId)break;if(h.control){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT||h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRE_TEXT)break}}if(!l)return;if(l?.type===s.ControlType.TEXTFIELD&&this.draw.getMode()!==s.EditorMode.EDIT)if(n.originControlId){const u=n.controlId;for(let R=this.range.getRange().startIndex;R>=0;R--){const h=t[R];if(h.controlId===u&&h.originControlId===n.originControlId&&h.control&&h.control.type!==s.ControlType.TEXTFIELD){l=h.control,r=h;break}if(h.controlComponent===s.ControlComponent.PREFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX)break}if(l?.type===s.ControlType.TEXTFIELD)return}else return;const a=this.draw.getPosition().getPositionContext(),c=this.range.getRange().startIndex,d=!!(a.isDirectHit&&a.index===c&&t[a.index]?.controlId===r.controlId);if(l?.type===s.ControlType.TEXTFIELD)this.activeControl=new Sl(r,this);else if(l.type===s.ControlType.TEXT)this.activeControl=new Ds(r,this);else if(l.type===s.ControlType.SELECT){const u=new lo(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 Wo(r,this);else if(l.type===s.ControlType.RADIO)this.activeControl=new Zi(r,this);else if(l.type===s.ControlType.DATE){const u=new Io(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 ri(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 Dl(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 lo||this.activeControl instanceof Io||this.activeControl instanceof ri||this.activeControl instanceof Dl)&&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=wt(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 Io||this.activeControl instanceof lo)&&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=_n(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 R=t;for(;R>=0;){const m=n[R];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){l=R;break}R--}let h=t;for(;h<n.length;){const m=n[h];let L=!1;if(a?L=m.controlId===c&&m.originControlId===d:L=m.controlId===c&&!m.originControlId,!L){r=h-1;break}h++}if(h===n.length&&(r=h-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 R=yt(r),h=Jt(i,Re),f=a+1;for(let g=0;g<R.length;g++){const T=R[g],C={...h,value:T===`
|
|
213
|
+
`?H:T,controlId:i.controlId,type:s.ElementType.CONTROL,control:i.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.controlOptions.placeholderColor};re(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,R)=>{let h=0;for(;h<u.length;){const f=u[h];if(h++,f.type===s.ElementType.TABLE){const L=f.trList;for(let M=0;M<L.length;M++){const P=L[M];for(let D=0;D<P.tdList.length;D++){const X=P.tdList[D],U=X.originalId??X.id;a.has(U)||(a.add(U),X.linkTdNextId?c(this.draw.getSplitTdValues(U),R):c(X.value,R))}}}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=h,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,Li))),p++}if(g===s.ControlType.TEXT||g===s.ControlType.TEXTFIELD||g===s.ControlType.DATE||g===s.ControlType.NUMBER)r.push({...f.control,zone:R,value:I||null,innerText:I||null,elementList:wt(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:R,value:T||null,innerText:L||null})}h=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:R}of d)c(R,u);return r}setValueListById(t){if(!t.length)return;let e=!1,n=!1;const i=(r,a)=>{let c=0;for(;c<r.length;){const d=r[c];if(c++,d.type===s.ElementType.TABLE){const 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 D=M.tdList[P];i(D.value,D.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:R,isSubmitHistory:h=!0}=u;e=!0,h&&(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(R)?R:R?[{value:R}]:[];m.length&&jt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Sl(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(R)?R:R?[{value:R}]:[];m.length&&jt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new Ds(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(R))continue;const m=new lo(d,this);this.activeControl=m,R?m.setSelect(R,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.CHECKBOX){if(Array.isArray(R))continue;const m=new Wo(d,this);this.activeControl=m;const L=R?R.split(","):[];m.setSelect(L,C,p)}else if(f===s.ControlType.RADIO){if(Array.isArray(R))continue;const m=new Zi(d,this);this.activeControl=m;const L=R?[R]:[];m.setSelect(L,C,p)}else if(f===s.ControlType.DATE){const m=new Io(d,this);this.activeControl=m,Ti(R)?(R.length&&jt(R,{isHandleFirstElement:!1,editorOptions:this.options}),m.setValue(R,C,p)):ga(R)?m.setSelect(R,C,p):m.clearSelect(C,p)}else if(f===s.ControlType.NUMBER){const m=Array.isArray(R)?R:R?[{value:R}]:[];m.length&&jt(m,{isHandleFirstElement:!1,editorOptions:this.options});const L=new ri(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(R)?R:R?[{value:R}]:[];m.length&&jt(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 R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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:R=!0}=d;if(e=!0,R&&(n=!0),this.setControlProperties({...c.control,...u,value:c.control.value},{elementList:r,range:{startIndex:a-1,endIndex:a-1}}),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 ri(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 h=a;for(;h<r.length&&r[h].controlId===c.controlId;)h++;a=h}},l={header:this.draw.getHeaderElementList(),main:this.draw.getOriginalMainElementList(),footer:this.draw.getFooterElementList()};for(const r in l){const a=l[r];i(a)}if(e){for(const r in l){const a=r,c=wt(l[a],{isClassifyArea:!0,extraPickAttrs:["id","controlId"]});l[a]=c,jt(c,{editorOptions:this.options,isForceCompensation:!0})}this.draw.setEditorData(l),n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1})}}getList(){const t=[];function e(i){for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.TABLE){const a=r.trList;for(let c=0;c<a.length;c++){const d=a[c];for(let u=0;u<d.tdList.length;u++){const h=d.tdList[u].value;e(h)}}}if(r.controlId){const a=Ee(r,[...Ei,...Wn]);t.push(a)}}}const n=[this.draw.getHeader().getElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooter().getElementList()];for(const i of n)e(i);return wt(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===$t.DOWN){let a=-1;for(let c=l;c<=r;c++){const d=t[c];if(d.controlComponent===s.ControlComponent.CHECKBOX||d.controlComponent===s.ControlComponent.RADIO||d.controlComponent===s.ControlComponent.VALUE)return c;a===-1&&(d.controlComponent===s.ControlComponent.PREFIX||d.controlComponent===s.ControlComponent.PRE_TEXT||d.controlComponent===s.ControlComponent.PRETEXTFIX||d.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)&&(a=c)}return~a?a:l}for(let a=r;a>=l;a--)if(t[a].controlComponent===s.ControlComponent.VALUE)return a;return l}_isTrailingNestedControlBoundary(t,e,n){const i=t[e];return!n||!i?.originControlId||i.originControlId!==n.controlId||i.controlComponent!==s.ControlComponent.POSTFIX&&i.controlComponent!==s.ControlComponent.POST_TEXT&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX&&i.controlComponent!==s.ControlComponent.POSTTEXTFIX_TEXT?!1:this._isSameControlIdentity(t[e-1],this._getControlIdentity(i))||this._isSameControlIdentity(t[e-1],n)}getPreControlContext(){const e=this.draw.getPosition().getPositionContext();if(!e)return null;const{startIndex:n}=this.range.getRange(),i=this.getElementList(),l=this.activeControl?.getElement()||i[n],r=this._getCurrentControlIdentity(n),a=(d,u)=>{for(let R=u;R>0;R--){const h=d[R];if(h.type===s.ElementType.TABLE){const f=h.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:R,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:h.id},nextIndex:m.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,$t.UP)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,f=d[u].trList;for(let T=R;T>=0;T--){const C=f[T],p=C.tdList;for(let I=p.length-1;I>=0;I--){if(R===T&&I>=h)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 R=u;R<d.length;R++){const h=d[R];if(h.type===s.ElementType.TABLE){const f=h.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:R,trIndex:g,tdIndex:p,tdId:I.id,trId:T.id,tableId:h.id},nextIndex:m.nextIndex}}}}if(!(!h.controlId||this._isSameControlIdentity(h,r)||this._isTrailingNestedControlBoundary(d,R,r)||this._isNestedParentControlElement(h,r)||this._isNestedTextContainerElement(d,h)))return{positionContext:{isTable:!1},nextIndex:this._getControlNavigationIndex(d,R,$t.DOWN)}}return null},c=a(i,n);if(c)return{positionContext:e.isTable?e:c.positionContext,nextIndex:c.nextIndex};if(l.tableId){const d=this.draw.getOriginalElementList(),{index:u,trIndex:R,tdIndex:h}=e,f=d[u].trList;for(let T=R;T<f.length;T++){const C=f[T],p=C.tdList;for(let I=0;I<p.length;I++){if(R===T&&I<=h)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=$t.DOWN}=t;let n=null;if(e===$t.UP?n=this.getPreControlContext():n=this.getNextControlContext(),!n)return;const{nextIndex:i,positionContext:l}=n,r=this.draw.getPosition();r.setPositionContext(l),this.draw.getRange().replaceRange({startIndex:i,endIndex:i}),this.draw.render({curIndex:i,isCompute:!1,isSetCursor:!0,isSubmitHistory:!1});const a=r.getPositionList();this.draw.getCursor().moveCursorToVisible({cursorPosition:a[i],direction:e})}setMinWidthControlInfo(t){const{row:e,rowElement:n,controlRealWidth:i,availableWidth:l}=t;if(!n.control?.minWidth)return;const{scale:r}=this.options,a=n.control.minWidth*r;let c=null;if(n.control?.minWidth&&(n.control?.rowFlex===s.RowFlex.CENTER||n.control?.rowFlex===s.RowFlex.RIGHT)){let u=n.metrics.width,R=e.elementList.length-1;for(;R>=0;){const h=e.elementList[R];if(u+=h.metrics.width,e.elementList[R-1]?.controlComponent===s.ControlComponent.PREFIX){c=h;break}R--}c&&u<a&&(n.control.rowFlex===s.RowFlex.CENTER?c.left=(a-u)/2:n.control.rowFlex===s.RowFlex.RIGHT&&(c.left=a-u-n.metrics.width))}const d=a-i;if(d>0){const u=c?.left||0,R=l-e.width-n.metrics.width,h=Math.min(R,d);n.left=h-u,e.width+=h-u}}mergeControl(t={}){const e=t.elementList||this.getElementList(),n=t.range||this.getRange(),{startIndex:i}=n,l=t.tdId??this.draw.getPosition().getPositionContext().tdId,r=l?this.draw.getTdById(l):void 0,a=e[i];if(!a?.controlId)return{range:n,elementList:[],tdId:l};const c={startIndex:i,endIndex:i},d=[];let u=!1,R=i,h=r,f=e;for(;R>=0;){const p=f[R];if(p.controlId!==a.controlId)break;if(p.type!==s.ElementType.SPLIT_TAG&&(d.unshift(p),u&&(f.splice(R,1),e[0].type===s.ElementType.SPLIT_TAG?e.splice(0,1):(n.startIndex++,n.endIndex++),e.unshift(p)),c.startIndex=R),R===0&&p.controlComponent!==s.ControlComponent.PREFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){f=h.value,R=h.value.length-1,u=!0;continue}if(R===0&&p.controlComponent!==s.ControlComponent.PRETEXTFIX&&h?.linkTdPrevId&&(h=this.draw.getTdById(h.linkTdPrevId),h)){f=h.value,R=h.value.length-1,u=!0;continue}R--}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 Fs(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 Fs(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 Fl(o,t){const{label:e,value:n,regex:i,source:l="all"}=o,r=n??i;if(!e||r==null||r==="")return!1;const a=t.get(e);if(!a?.length)return!1;if(n!=null)return a.some(d=>l!=="all"&&d.source!==l?!1:d.value.trim()===n.trim());let c;try{c=new RegExp(r)}catch(d){return console.warn("子模板匹配正则无效:",r,d),!1}return a.some(d=>l!=="all"&&d.source!==l?!1:c.test(d.value))}function lf(o,t,e="and"){return o?.length?e==="or"?o.some(n=>Fl(n,t)):o.every(n=>Fl(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:R},scale:h}=this.options,f=l.elementList[i],{metrics:g,checkbox:T}=f,C=f.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,P=null;for(;M<l.elementList.length&&(P=l.elementList[M],!(P.value!==H&&P.value!==di));)M++;if(P){const{metrics:{boundingBoxAscent:D,boundingBoxDescent:X}}=P,U=D+X;U>g.height&&(R===s.VerticalAlign.TOP?r-=D-g.height:R===s.VerticalAlign.MIDDLE&&(r-=(U-g.height)/2))}}const p=Math.round(n+C*h),I=Math.round(r-g.height+c),m=g.width-(C+a)*h,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*h,e.moveTo(p+2*h,I+L/2),e.lineTo(p+m/2,I+L-3*h),e.lineTo(p+m-2*h,I+3*h),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:R},scale:h}=this.options,f=l.elementList[i],{metrics:g,radio:T}=f,C=f.controlComponent?0:a;if(R===s.VerticalAlign.TOP||R===s.VerticalAlign.MIDDLE){let M=i+1,P=null;for(;M<l.elementList.length&&(P=l.elementList[M],!(P.value!==H&&P.value!==di));)M++;if(P){const{metrics:{boundingBoxAscent:D,boundingBoxDescent:X}}=P,U=D+X;U>g.height&&(R===s.VerticalAlign.TOP?r-=D-g.height:R===s.VerticalAlign.MIDDLE&&(r-=(U-g.height)/2))}}const p=Math.round(n+C*h),I=Math.round(r-g.height+c),m=g.width-(C+a)*h,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 li={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=li,n=this.options.scale,i=e.fontSize*n,l=e.smallFontSize*n,r=e.gap*n,a=e.dividerWidth*n,d=document.createElement("canvas").getContext("2d"),u=t.menstrualData;d.font=`${i}px "Microsoft YaHei", sans-serif`;let R=a;d.font=`${l}px "Microsoft YaHei", sans-serif`;let h=0;if(u){const g=this.getValue(u.menarcheAge);d.font=`${i}px "Microsoft YaHei", sans-serif`,g&&(R+=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&&(R+=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||""}`;h=Math.max(h,d.measureText(L).width)}const I=this.getValue(u.cycleMin),m=this.getValue(u.cycleMax);if(I||m){const L=`${I||""}~${m||""}`;h=Math.max(h,d.measureText(L).width)}}else d.font=`${i}px "Microsoft YaHei", sans-serif`,h=d.measureText("~").width;return{width:Math.max(R,h),height:e.totalHeight*n}}getValue(t){return!t||t===""||t==="_"||t==="____-__-__"?"":t}render(t){const{ctx:e,x:n,y:i,element:l}=t,r=l.menstrualData,a=this.options.scale;e.save(),e.font=`${li.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=li,r=l.fontSize*i,a=l.lineHeight*i,c=l.dividerWidth*i,d=n-a*1.5,u=e+c/2;t.font=`${r}px "Microsoft YaHei", sans-serif`;const R=t.measureText("~").width,h=u-R/2;t.fillText("~",h,d+a);const f=d+a*2;this.drawDivider(t,e,f-r/2,c,i),t.fillText("~",h,f+a)}renderWithData(t,e,n,i,l){const r=li,a=r.fontSize*l,c=r.smallFontSize*l,d=r.lineHeight*l,u=r.gap*l,R=r.dividerWidth*l,h=n-d*2,f=h+d*2;t.font=`${a}px "Microsoft YaHei", sans-serif`;const g=this.getValue(i.menarcheAge);let T=e;if(g){const F=`${g}岁`;t.fillText(F,e,f),T=e+t.measureText(F).width+u}const C=T+R/2,p=h+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,R,l),t.font=`${a}px "Microsoft YaHei", sans-serif`;let D="";if(i.isMenopause){const F=this.getValue(i.menopauseAge);F&&(D=`${F}岁`)}else{const F=this.getValue(i.lastPeriod);F&&(D=F)}D&&t.fillText(D,T+R+u,f);const X=f+d;t.font=`${c}px "Microsoft YaHei", sans-serif`;const U=this.getValue(i.cycleMin),b=this.getValue(i.cycleMax);let S="";U||b?S=`${U||""}~${b||""}`:(t.font=`${a}px "Microsoft YaHei", sans-serif`,S="~");const N=t.measureText(S).width,V=C-N/2;t.fillText(S,V,X)}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=`
|
|
214
214
|
<div class="menstrual-history-modal__mask"></div>
|
|
215
215
|
<div class="menstrual-history-modal__container">
|
|
216
216
|
<div class="menstrual-history-modal__header">
|
|
@@ -533,7 +533,7 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
|
|
|
533
533
|
${m}
|
|
534
534
|
</span>`},l=(u,R,h)=>{const f=[];return R.forEach(g=>{f.push(i(h,g))}),u.forEach(g=>{f.push(i(h,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 Nl='(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',bl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Nl],{type:"text/javascript;charset=utf-8"});function Rf(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(Nl),{name:o?.name})}}const Vl=`(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)}})();
|
|
535
535
|
`,Wl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Vl],{type:"text/javascript;charset=utf-8"});function gf(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";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)}})();
|
|
536
|
-
`,Ul=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Yl],{type:"text/javascript;charset=utf-8"});function ff(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})}}const wl='(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","tableEditable","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.IMAGE||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.IMAGE||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',Zl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",wl],{type:"text/javascript;charset=utf-8"});function Tf(o){let t;try{if(t=Zl&&(self.URL||self.webkitURL).createObjectURL(Zl),!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(wl),{name:o?.name})}}class mf{draw;wordCountWorker;catalogWorker;groupWorker;valueWorker;constructor(t){this.draw=t,this.wordCountWorker=new Rf,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,R]},ascent:h}=e;i=u,l=R+d+h}return{x:i,y:l}}_createResizerDom(){const{scale:t}=this.options,e=document.createElement("div");e.classList.add(`${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 R=document.createElement("i");R.classList.add("image-pre"),R.onclick=()=>{const P=this.imageList.findIndex(D=>D.id===this.curShowElement?.id);P<=0||(this.curShowElement=this.imageList[P-1],i.src=this.curShowElement.value,this._updateImageNavigate())},u.append(R),this.imagePre=R;const h=document.createElement("span");h.classList.add("image-count"),this.imageCount=h,u.append(h);const f=document.createElement("i");f.classList.add("image-next"),f.onclick=()=>{const P=this.imageList.findIndex(D=>D.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;Us(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 Ol(t,{onSubmit:this._setValue.bind(this)})}_setValue(t){if(!t)return;const e=this.getDateElementRange();if(!e)return;const[n,i]=e,l=this.draw.getElementList(),r=l[n+1];this.draw.spliceElementList(l,n+1,i-n),this.range.setRange(n,n);const a={type:s.ElementType.DATE,value:"",dateFormat:r.dateFormat,valueList:[{value:t}]};re(l,[a],n,{editorOptions:this.options}),this.draw.insertElementList([a])}getDateElementRange(){let t=-1,e=-1;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=this.draw.getElementList(),r=l[n];if(r.type!==s.ElementType.DATE)return null;let a=n;for(;a>=0;){if(l[a].dateId!==r.dateId){t=a;break}a--}let c=n+1;for(;c<l.length;){if(l[c].dateId!==r.dateId){e=c-1;break}c++}return c===l.length&&(e=c-1),!~t||!~e?null:[t,e]}clearDatePicker(){this.datePicker.dispose()}renderDatePicker(t,e){const n=this.draw.getElementList(),i=this.getDateElementRange(),l=i?n.slice(i[0]+1,i[1]+1).map(r=>r.value).join(""):"";this.datePicker.render({value:l,position:e,dateFormat:t.dateFormat})}}class vl{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 vl(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 Yn(this.element),this.block.render(this.blockItem)):t.type===s.BlockType.VIDEO&&(this.block=new vl(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 Xs={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:"秒"},select:{search:"搜索选项",empty:"无匹配项"},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"},select:{search:"Search options",empty:"No matching options"},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",Xs],["en",Lf]]);constructor(t){this.currentLocale=t}registerLangMap(t,e){const n=this.langMap.get(t);this.langMap.set(t,ws(n||Xs,e))}getLocale(){return this.currentLocale}setLocale(t){this.currentLocale=t}getLang(){return this.langMap.get(this.currentLocale)||Xs}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",ua(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(),Ci(()=>{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 R=this.draw.getHeader(),h=this.draw.getFooter(),f=e?R.getHeight():h.getHeight(),g=e?R.getHeaderTop():c-h.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 D=document.createElement("span");D.classList.add(`${rt}-zone-indicator-border__left`),D.style.top=`${C}px`,D.style.height=`${f}px`,D.style.left=`${p}px`,this.indicatorContainer.append(D);const X=document.createElement("span");X.classList.add(`${rt}-zone-indicator-border__bottom`),X.style.top=`${L}px`,this.indicatorContainer.append(X);const U=document.createElement("span");U.classList.add(`${rt}-zone-indicator-border__right`),U.style.top=`${C}px`,U.style.height=`${f}px`,U.style.left=`${I}px`,this.indicatorContainer.append(U)}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*Ws[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(R=>R.listType===t&&R.listStyle===e)||!t){this.unsetList();return}const c=ft();r.forEach(R=>{R.listId=c,R.listType=t,R.listStyle=e});const d=i===l,u=d?l:i;this.draw.render({curIndex:u,isSetCursor:d})}unsetList(){if(this.draw.isReadonly())return;const{startIndex:e,endIndex:n}=this.range.getRange();if(!~e&&!~n)return;const i=this.range.getRangeParagraphElementList()?.filter(d=>d.listId);if(!i||!i.length)return;const l=this.draw.getElementList(),r=l[n];if(r.listId){let d=n+1;for(;d<l.length;){const u=l[d];if(u.value===H&&!u.listWrap)break;if(u.listId!==r.listId){this.draw.spliceElementList(l,d,0,[{value:H}]);break}d++}}i.forEach(d=>{delete d.listId,delete d.listType,delete d.listStyle,delete d.listWrap});const a=e===n,c=a?n:e;this.draw.render({curIndex:c,isSetCursor:a})}computeListStyle(t,e){const n=new Map;let i=0,l=e[i]?.listId,r=[];const a=e.length;for(;i<a;){const c=e[i];if(l&&l===c.listId)r.push(c);else if(c.listId&&c.listId!==l){if(r.length){const d=this.getListStyleWidth(t,r);n.set(l,d)}l=c.listId,r=l?[c]:[]}i++}if(r.length){const c=this.getListStyleWidth(t,r);n.set(l,c)}return n}findStyledElement(t){let e=t[0];for(let n=1;n<t.length;n++){const i=t[n];if(i.font||i.size||i.bold||i.italic){e=i;break}}return e}getListFontStyle(t,e){if(this.options.list.inheritStyle){const n=this.findStyledElement(t);return this.draw.getElementFont(n,e)}else{const{defaultFont:n,defaultSize:i}=this.options;return`${i*e}px ${n}`}}getListStyleWidth(t,e){const{scale:n,checkbox:i}=this.options,l=e[0];if(l.listStyle&&l.listStyle!==s.ListStyle.DECIMAL)return l.listStyle===s.ListStyle.CHECKBOX?(i.width+this.LIST_GAP)*n:this.UN_COUNT_STYLE_WIDTH*n;const r=e.reduce((d,u)=>(u.value===H&&(d+=1),d),0);if(!r)return 0;t.save(),t.font=this.getListFontStyle(e,n);const a=`${this.MEASURE_BASE_TEXT.repeat(String(r).length)}${s.KeyMap.PERIOD}`,c=t.measureText(a);return t.restore(),Math.ceil((c.width+this.LIST_GAP)*n)}drawListStyle(t,e,n){const{elementList:i,offsetX:l,listIndex:r,ascent:a}=e,c=i[0];if(c.value!==H||c.listWrap)return;let d=0;const{defaultTabWidth:u,scale:R}=this.options;for(let C=1;C<i.length&&i[C]?.type===s.ElementType.TAB;C++)d+=u*R;const{coordinate:{leftTop:[h,f]}}=n,g=h-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)*R,height:p*R}};this.draw.getCheckboxParticle().render({ctx:t,x:g-I*R,y:T,index:0,row:{...e,elementList:[m,...e.elementList]}})}else{let C="";if(c.listType===s.ListType.UL?C=Si[c.listStyle]||Si[Ln.DISC]:C=`${r+1}${s.KeyMap.PERIOD}`,!C)return;t.save(),t.font=this.getListFontStyle(i,R),t.fillText(C,g,T),t.restore()}}}class Eo{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-Eo.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 Ql{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+=(Eo.WIDTH+Eo.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}],te(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=ft();return t.forEach(n=>{Array.isArray(n.groupIds)||(n.groupIds=[]),n.groupIds.push(e)}),this.draw.render({isSetCursor:!1,isCompute:!1}),e}getElementListByGroupId(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i];if(l.type===s.ElementType.TABLE){const r=l.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getElementListByGroupId(u.value,e);if(R.length)return n.push(...R),n}}}if(l?.groupIds?.includes(e)&&(n.push(l),!t[i+1]?.groupIds?.includes(e)))break}return n}deleteGroup(t){if(this.draw.isReadonly())return;const e=this.draw.getOriginalMainElementList(),n=this.getElementListByGroupId(e,t);if(n.length){for(let i=0;i<n.length;i++){const l=n[i],r=l.groupIds,a=r.findIndex(c=>c===t);r.splice(a,1),r.length||delete l.groupIds}this.draw.render({isSetCursor:!1,isCompute:!1})}}getContextByGroupId(t,e){for(let n=0;n<t.length;n++){const i=t[n];if(i.type===s.ElementType.TABLE){const r=i.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getContextByGroupId(u.value,e);if(R)return{...R,isTable:!0,index:n,trIndex:a,tdIndex:d,tdId:u.id,trId:c.id,tableId:i.tableId}}}}const l=t[n+1];if(i.groupIds?.includes(e)&&!l?.groupIds?.includes(e))return{isTable:!1,startIndex:n,endIndex:n}}return null}clearFillInfo(){this.fillRectMap.clear()}recordFillInfo(t,e,n,i,l){const r=t.groupIds;if(r)for(const a of r){const c=this.fillRectMap.get(a);c?c.width+=i:this.fillRectMap.set(a,{x:e,y:n,width:i,height:l})}}render(t){if(!this.fillRectMap.size)return;const e=this.range.getRange(),i=this.draw.getElementList()[e.endIndex]?.groupIds,{group:{backgroundColor:l,opacity:r,activeOpacity:a,activeBackgroundColor:c}}=this.options;t.save(),this.fillRectMap.forEach((d,u)=>{const{x:R,y:h,width:f,height:g}=d;i?.includes(u)?(t.globalAlpha=a,t.fillStyle=c):(t.globalAlpha=r,t.fillStyle=l),t.fillRect(R,h,f,g)}),t.restore(),this.clearFillInfo()}}class yf{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 Nf{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(),R=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}}=R[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,n=!1){const{startIndex:i,endIndex:l}=this.range.getRange();if(!~i&&!~l)return;const{defaultTrMinHeight:r}=this.options.table,a=this.draw.getElementList();let c=0;if(a[i]?.listId){const T=this.position.getPositionList(),{rowIndex:C}=T[i];c=this.draw.getRowList()[C]?.offsetX||0}const d=this.draw.getContextInnerWidth()-c,u=[],R=d/e;for(let T=0;T<e;T++)u.push({width:R});const h=[];for(let T=0;T<t;T++){const C=[],p={height:r,tdList:C};for(let I=0;I<e;I++)C.push({colspan:1,rowspan:1,value:[]});h.push(p)}const f={type:s.ElementType.TABLE,value:"",tableEditable:n,colgroup:u,trList:h};te([f],{editorOptions:this.options}),re(a,[f],i,{editorOptions:this.options});const g=i+1;this.draw.spliceElementList(a,g,i===l?0:l-i,[f]),this.range.setRange(g,g),this.draw.render({curIndex:g,isSetCursor:!1})}insertTableTopRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n];if(c.tdList.length<r.colgroup.length){const R=c.tdList[0].rowIndex;for(let h=0;h<n;h++){const f=a[h];for(let g=0;g<f.tdList.length;g++){const T=f.tdList[g];T.rowspan>1&&T.rowIndex+T.rowspan>=R+1&&(T.rowspan+=1)}}}const d=ft(),u={height:c.height,id:d,tdList:[]};for(let R=0;R<c.tdList.length;R++){const h=c.tdList[R],f=ft();u.tdList.push({id:f,rowspan:1,colspan:h.colspan,value:[{value:H,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 h=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>=h+1&&(C.rowspan+=1)}}}const u=ft(),R={height:d.height,id:u,tdList:[]};for(let h=0;h<d.tdList.length;h++){const f=d.tdList[h],g=ft();R.tdList.push({id:g,rowspan:1,colspan:f.colspan,value:[{value:H,size:16,tableId:i,trId:u,tdId:g}]})}a.splice(n+1,0,R),this.position.setPositionContext({isTable:!0,index:e,trIndex:n+1,tdIndex:0,tdId:R.tdList[0].id,trId:R.id,tableId:r.id}),this.range.setRange(0,0),this.draw.render({curIndex:0})}adjustColWidth(t){if(t.type!==s.ElementType.TABLE)return;const{defaultColMinWidth:e}=this.options.table,n=t.colgroup,i=n.reduce((r,a)=>r+a.width,0),l=this.draw.getOriginalInnerWidth();if(i>l){const r=n.filter(c=>c.width>e),a=(i-l)/r.length;for(let c=0;c<n.length;c++){const d=n[c];d.width-a>=e&&(d.width-=a)}}}insertTableLeftCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=n;for(let R=0;R<a.length;R++){const h=a[R],f=ft();h.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:i,trId:h.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 R=0;R<a.length;R++){const h=a[R],f=ft();h.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:i,trId:h.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 h=a[u].tdList;for(let f=0;f<h.length;f++){const g=h[f];g.rowIndex+g.rowspan>d&&g.rowspan--}}for(let u=0;u<c.tdList.length;u++){const R=c.tdList[u];if(R.rowspan>1){const h=ft(),f=a[n+1];f.tdList.splice(u,0,{id:h,rowspan:R.rowspan-1,colspan:R.colspan,value:[{value:H,size:16,tableId:r.id,trId:f.id,tdId:h}]})}}a.splice(n,1),this.position.setPositionContext({isTable:!1}),this.range.clearRange(),this.draw.render({curIndex:t.index}),this.tableTool.dispose()}deleteTableCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,d=a[i].tdList[n].colIndex;if(!a.find(R=>R.tdList.length>1)){this.deleteTable();return}for(let R=0;R<a.length;R++){const h=a[R];for(let f=0;f<h.tdList.length;f++){const g=h.tdList[f];g.colIndex<=d&&g.colIndex+g.colspan>d&&(g.colspan>1?g.colspan--:h.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 R=u[l].tdList[n],h=u[r].tdList[i];(R.x>h.x||R.y>h.y)&&([R,h]=[h,R]);const f=R.colIndex,g=h.colIndex+(h.colspan-1),T=R.rowIndex,C=h.rowIndex+(h.rowspan-1),p=[];for(let V=0;V<u.length;V++){const F=u[V],O=[];for(let E=0;E<F.tdList.length;E++){const Y=F.tdList[E],y=Y.colIndex,v=Y.rowIndex;y>=f&&y<=g&&v>=T&&v<=C&&O.push(Y)}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,D=L.x+L.width,X=L.y+L.height;for(let V=0;V<p.length;V++){const F=p[V];for(let O=0;O<F.length;O++){const E=F[O],Y=E.x,y=E.y,v=Y+E.width,w=y+E.height;if(M>Y||P>y||D<v||X<w)return}}const U=[],b=p[0][0],S=b.value[0];for(let V=0;V<p.length;V++){const F=p[V];for(let O=0;O<F.length;O++){const E=F[O];if(!(V===0&&O===0)){U.push(E.id);const y=E.value.length>1?0:1;for(let v=y;v<E.value.length;v++){const w=E.value[v];un(En,S,w),b.value.push(w)}}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 F=u[V];let O=0;for(;O<F.tdList.length;){const E=F.tdList[O];U.includes(E.id)&&(F.tdList.splice(O,1),O--),O++}}this.position.setPositionContext({...t,trIndex:b.trIndex,tdIndex:b.tdIndex});const N=b.value.length-1;this.range.setRange(N,N),this.draw.render(),this.tableTool.render()}cancelMergeTableCell(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[i],d=c.tdList[n];if(d.rowspan===1&&d.colspan===1)return;const u=d.colspan;if(d.colspan>1){for(let h=1;h<d.colspan;h++){const f=ft();c.tdList.splice(n+h,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:r.id,trId:c.id,tdId:f}]})}d.colspan=1}if(d.rowspan>1){for(let h=1;h<d.rowspan;h++){const f=a[i+h];for(let g=0;g<u;g++){const T=ft();f.tdList.splice(d.colIndex,0,{id:T,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:r.id,trId:f.id,tdId:T}]})}}d.rowspan=1}const R=d.value.length-1;this.range.setRange(R,R),this.draw.render(),this.tableTool.render()}splitVerticalTableCell(){const t=this.position.getPositionContext();if(!t.isTable||this.range.getRange().isCrossRowCol)return;const{index:n,tdIndex:i,trIndex:l}=t,a=this.draw.getOriginalElementList()[n],c=a.trList,d=c[l],u=d.tdList[i];a.colgroup.splice(i+1,0,{width:this.options.table.defaultColMinWidth});for(let R=0;R<c.length;R++){const h=c[R];let f=0;for(;f<h.tdList.length;){const g=h.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=ft();d.tdList.splice(f+u.colspan,0,{id:T,rowspan:u.rowspan,colspan:1,value:[{value:H,size:16,tableId:a.id,trId:h.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 R=-1,h=0;for(;h<c.length;){if(h===R){h++;continue}const f=c[h];let g=0;for(;g<f.tdList.length;){const T=f.tdList[g];if(T.id===u.id){const C=ft(),p=ft();c.splice(h+u.rowspan,0,{id:C,height:this.options.table.defaultTrMinHeight,tdList:[{id:p,rowspan:1,colspan:u.colspan,value:[{value:H,size:16,tableId:a.id,trId:C,tdId:p}]}]}),R=h+u.rowspan}else T.rowIndex>=u.rowIndex&&T.rowIndex<u.rowIndex+u.rowspan&&T.rowIndex+T.rowspan>=u.rowIndex+u.rowspan&&T.rowspan++;g++}h++}this.draw.render(),this.tableTool.render()}tableTdVerticalAlign(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];!a||a.verticalAlign===t||!a.verticalAlign&&t===s.VerticalAlign.TOP||(a.verticalAlign=t)}}const{endIndex:n}=this.range.getRange();this.draw.render({curIndex:n})}tableBorderType(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderType&&t===s.TableBorder.ALL||l.borderType===t)return;l.borderType=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r})}tableBorderColor(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderColor&&t===this.options.table.defaultBorderColor||l.borderColor===t)return;l.borderColor=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r,isCompute:!1})}tableTdBorderType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.borderTypes?.includes(t));n.forEach(r=>{r.borderTypes||(r.borderTypes=[]);const a=r.borderTypes.findIndex(c=>c===t);i?~a||r.borderTypes.push(t):~a&&r.borderTypes.splice(a,1),r.borderTypes.length||delete r.borderTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdSlashType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.slashTypes?.includes(t));n.forEach(r=>{r.slashTypes||(r.slashTypes=[]);const a=r.slashTypes.findIndex(c=>c===t);i?~a||r.slashTypes.push(t):~a&&r.slashTypes.splice(a,1),r.slashTypes.length||delete r.slashTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdBackgroundColor(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];a.backgroundColor=t}}const{endIndex:n}=this.range.getRange();this.range.setRange(n,n),this.draw.render({isCompute:!1})}tableSelectAll(){const t=this.position.getPositionContext(),{index:e,tableId:n,isTable:i}=t;if(!i||!n)return;const{startIndex:l,endIndex:r}=this.range.getRange(),c=this.draw.getOriginalElementList()[e].trList,d=c.length-1,u=c[d].tdList.length-1;this.range.replaceRange({startIndex:l,endIndex:r,tableId:n,startTdIndex:0,endTdIndex:u,startTrIndex:0,endTrIndex:d}),this.draw.render({isSetCursor:!1,isCompute:!1,isSubmitHistory:!1})}tableProperties(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e}=t,i=this.draw.getOriginalElementList()[e],l=this.draw.getOptions().table.tdPadding,r=i.tdPadding||l,a=document.createElement("div");a.className="table-properties-modal",a.setAttribute("editor-component","table-properties-modal"),a.innerHTML=`
|
|
536
|
+
`,Ul=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Yl],{type:"text/javascript;charset=utf-8"});function ff(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})}}const wl='(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","tableEditable","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.IMAGE||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.IMAGE||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',Zl=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",wl],{type:"text/javascript;charset=utf-8"});function Tf(o){let t;try{if(t=Zl&&(self.URL||self.webkitURL).createObjectURL(Zl),!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(wl),{name:o?.name})}}class mf{draw;wordCountWorker;catalogWorker;groupWorker;valueWorker;constructor(t){this.draw=t,this.wordCountWorker=new Rf,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:lt(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,R]},ascent:h}=e;i=u,l=R+d+h}return{x:i,y:l}}_createResizerDom(){const{scale:t}=this.options,e=document.createElement("div");e.classList.add(`${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 R=document.createElement("i");R.classList.add("image-pre"),R.onclick=()=>{const P=this.imageList.findIndex(D=>D.id===this.curShowElement?.id);P<=0||(this.curShowElement=this.imageList[P-1],i.src=this.curShowElement.value,this._updateImageNavigate())},u.append(R),this.imagePre=R;const h=document.createElement("span");h.classList.add("image-count"),this.imageCount=h,u.append(h);const f=document.createElement("i");f.classList.add("image-next"),f.onclick=()=>{const P=this.imageList.findIndex(D=>D.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;Us(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 Ol(t,{onSubmit:this._setValue.bind(this)})}_setValue(t){if(!t)return;const e=this.getDateElementRange();if(!e)return;const[n,i]=e,l=this.draw.getElementList(),r=l[n+1];this.draw.spliceElementList(l,n+1,i-n),this.range.setRange(n,n);const a={type:s.ElementType.DATE,value:"",dateFormat:r.dateFormat,valueList:[{value:t}]};re(l,[a],n,{editorOptions:this.options}),this.draw.insertElementList([a])}getDateElementRange(){let t=-1,e=-1;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const l=this.draw.getElementList(),r=l[n];if(r.type!==s.ElementType.DATE)return null;let a=n;for(;a>=0;){if(l[a].dateId!==r.dateId){t=a;break}a--}let c=n+1;for(;c<l.length;){if(l[c].dateId!==r.dateId){e=c-1;break}c++}return c===l.length&&(e=c-1),!~t||!~e?null:[t,e]}clearDatePicker(){this.datePicker.dispose()}renderDatePicker(t,e){const n=this.draw.getElementList(),i=this.getDateElementRange(),l=i?n.slice(i[0]+1,i[1]+1).map(r=>r.value).join(""):"";this.datePicker.render({value:l,position:e,dateFormat:t.dateFormat})}}class vl{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 vl(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 Yn(this.element),this.block.render(this.blockItem)):t.type===s.BlockType.VIDEO&&(this.block=new vl(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 Xs={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:"秒"},select:{search:"搜索选项",empty:"无匹配项"},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"},select:{search:"Search options",empty:"No matching options"},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",Xs],["en",Lf]]);constructor(t){this.currentLocale=t}registerLangMap(t,e){const n=this.langMap.get(t);this.langMap.set(t,ws(n||Xs,e))}getLocale(){return this.currentLocale}setLocale(t){this.currentLocale=t}getLang(){return this.langMap.get(this.currentLocale)||Xs}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",ua(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(),Ci(()=>{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 R=this.draw.getHeader(),h=this.draw.getFooter(),f=e?R.getHeight():h.getHeight(),g=e?R.getHeaderTop():c-h.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 D=document.createElement("span");D.classList.add(`${rt}-zone-indicator-border__left`),D.style.top=`${C}px`,D.style.height=`${f}px`,D.style.left=`${p}px`,this.indicatorContainer.append(D);const X=document.createElement("span");X.classList.add(`${rt}-zone-indicator-border__bottom`),X.style.top=`${L}px`,this.indicatorContainer.append(X);const U=document.createElement("span");U.classList.add(`${rt}-zone-indicator-border__right`),U.style.top=`${C}px`,U.style.height=`${f}px`,U.style.left=`${I}px`,this.indicatorContainer.append(U)}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*Ws[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(R=>R.listType===t&&R.listStyle===e)||!t){this.unsetList();return}const c=ft();r.forEach(R=>{R.listId=c,R.listType=t,R.listStyle=e});const d=i===l,u=d?l:i;this.draw.render({curIndex:u,isSetCursor:d})}unsetList(){if(this.draw.isReadonly())return;const{startIndex:e,endIndex:n}=this.range.getRange();if(!~e&&!~n)return;const i=this.range.getRangeParagraphElementList()?.filter(d=>d.listId);if(!i||!i.length)return;const l=this.draw.getElementList(),r=l[n];if(r.listId){let d=n+1;for(;d<l.length;){const u=l[d];if(u.value===H&&!u.listWrap)break;if(u.listId!==r.listId){this.draw.spliceElementList(l,d,0,[{value:H}]);break}d++}}i.forEach(d=>{delete d.listId,delete d.listType,delete d.listStyle,delete d.listWrap});const a=e===n,c=a?n:e;this.draw.render({curIndex:c,isSetCursor:a})}computeListStyle(t,e){const n=new Map;let i=0,l=e[i]?.listId,r=[];const a=e.length;for(;i<a;){const c=e[i];if(l&&l===c.listId)r.push(c);else if(c.listId&&c.listId!==l){if(r.length){const d=this.getListStyleWidth(t,r);n.set(l,d)}l=c.listId,r=l?[c]:[]}i++}if(r.length){const c=this.getListStyleWidth(t,r);n.set(l,c)}return n}findStyledElement(t){let e=t[0];for(let n=1;n<t.length;n++){const i=t[n];if(i.font||i.size||i.bold||i.italic){e=i;break}}return e}getListFontStyle(t,e){if(this.options.list.inheritStyle){const n=this.findStyledElement(t);return this.draw.getElementFont(n,e)}else{const{defaultFont:n,defaultSize:i}=this.options;return`${i*e}px ${n}`}}getListStyleWidth(t,e){const{scale:n,checkbox:i}=this.options,l=e[0];if(l.listStyle&&l.listStyle!==s.ListStyle.DECIMAL)return l.listStyle===s.ListStyle.CHECKBOX?(i.width+this.LIST_GAP)*n:this.UN_COUNT_STYLE_WIDTH*n;const r=e.reduce((d,u)=>(u.value===H&&(d+=1),d),0);if(!r)return 0;t.save(),t.font=this.getListFontStyle(e,n);const a=`${this.MEASURE_BASE_TEXT.repeat(String(r).length)}${s.KeyMap.PERIOD}`,c=t.measureText(a);return t.restore(),Math.ceil((c.width+this.LIST_GAP)*n)}drawListStyle(t,e,n){const{elementList:i,offsetX:l,listIndex:r,ascent:a}=e,c=i[0];if(c.value!==H||c.listWrap)return;let d=0;const{defaultTabWidth:u,scale:R}=this.options;for(let C=1;C<i.length&&i[C]?.type===s.ElementType.TAB;C++)d+=u*R;const{coordinate:{leftTop:[h,f]}}=n,g=h-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)*R,height:p*R}};this.draw.getCheckboxParticle().render({ctx:t,x:g-I*R,y:T,index:0,row:{...e,elementList:[m,...e.elementList]}})}else{let C="";if(c.listType===s.ListType.UL?C=Si[c.listStyle]||Si[Ln.DISC]:C=`${r+1}${s.KeyMap.PERIOD}`,!C)return;t.save(),t.font=this.getListFontStyle(i,R),t.fillText(C,g,T),t.restore()}}}class Eo{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-Eo.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 Ql{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+=(Eo.WIDTH+Eo.GAP)*n);const c=t?.startY||r[0]+i;this.position.computePageRowPosition({positionList:this.positionList,rowList:this.rowList,pageNo:0,startRowIndex:0,startIndex:0,startX:a,startY:c,innerWidth:l})}render(t,e){const{placeholder:n=this.options.placeholder}=e||{},{data:i,font:l,size:r,color:a,opacity:c}=n;this._recovery(),this.elementList=[{value:i,font:l,size:r,color:a}],jt(this.elementList,{editorOptions:this.options,isForceCompensation:!0}),this._compute(e);const d=this.draw.getInnerWidth();t.save(),t.globalAlpha=c,this.draw.drawRow(t,{elementList:this.elementList,positionList:this.positionList,rowList:this.rowList,pageNo:0,startIndex:0,innerWidth:d,isDrawLineBreak:!1}),t.restore()}}class 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=ft();return t.forEach(n=>{Array.isArray(n.groupIds)||(n.groupIds=[]),n.groupIds.push(e)}),this.draw.render({isSetCursor:!1,isCompute:!1}),e}getElementListByGroupId(t,e){const n=[];for(let i=0;i<t.length;i++){const l=t[i];if(l.type===s.ElementType.TABLE){const r=l.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getElementListByGroupId(u.value,e);if(R.length)return n.push(...R),n}}}if(l?.groupIds?.includes(e)&&(n.push(l),!t[i+1]?.groupIds?.includes(e)))break}return n}deleteGroup(t){if(this.draw.isReadonly())return;const e=this.draw.getOriginalMainElementList(),n=this.getElementListByGroupId(e,t);if(n.length){for(let i=0;i<n.length;i++){const l=n[i],r=l.groupIds,a=r.findIndex(c=>c===t);r.splice(a,1),r.length||delete l.groupIds}this.draw.render({isSetCursor:!1,isCompute:!1})}}getContextByGroupId(t,e){for(let n=0;n<t.length;n++){const i=t[n];if(i.type===s.ElementType.TABLE){const r=i.trList;for(let a=0;a<r.length;a++){const c=r[a];for(let d=0;d<c.tdList.length;d++){const u=c.tdList[d],R=this.getContextByGroupId(u.value,e);if(R)return{...R,isTable:!0,index:n,trIndex:a,tdIndex:d,tdId:u.id,trId:c.id,tableId:i.tableId}}}}const l=t[n+1];if(i.groupIds?.includes(e)&&!l?.groupIds?.includes(e))return{isTable:!1,startIndex:n,endIndex:n}}return null}clearFillInfo(){this.fillRectMap.clear()}recordFillInfo(t,e,n,i,l){const r=t.groupIds;if(r)for(const a of r){const c=this.fillRectMap.get(a);c?c.width+=i:this.fillRectMap.set(a,{x:e,y:n,width:i,height:l})}}render(t){if(!this.fillRectMap.size)return;const e=this.range.getRange(),i=this.draw.getElementList()[e.endIndex]?.groupIds,{group:{backgroundColor:l,opacity:r,activeOpacity:a,activeBackgroundColor:c}}=this.options;t.save(),this.fillRectMap.forEach((d,u)=>{const{x:R,y:h,width:f,height:g}=d;i?.includes(u)?(t.globalAlpha=a,t.fillStyle=c):(t.globalAlpha=r,t.fillStyle=l),t.fillRect(R,h,f,g)}),t.restore(),this.clearFillInfo()}}class yf{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 Nf{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(),R=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}}=R[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,n=!1){const{startIndex:i,endIndex:l}=this.range.getRange();if(!~i&&!~l)return;const{defaultTrMinHeight:r}=this.options.table,a=this.draw.getElementList();let c=0;if(a[i]?.listId){const T=this.position.getPositionList(),{rowIndex:C}=T[i];c=this.draw.getRowList()[C]?.offsetX||0}const d=this.draw.getContextInnerWidth()-c,u=[],R=d/e;for(let T=0;T<e;T++)u.push({width:R});const h=[];for(let T=0;T<t;T++){const C=[],p={height:r,tdList:C};for(let I=0;I<e;I++)C.push({colspan:1,rowspan:1,value:[]});h.push(p)}const f={type:s.ElementType.TABLE,value:"",tableEditable:n,colgroup:u,trList:h};jt([f],{editorOptions:this.options}),re(a,[f],i,{editorOptions:this.options});const g=i+1;this.draw.spliceElementList(a,g,i===l?0:l-i,[f]),this.range.setRange(g,g),this.draw.render({curIndex:g,isSetCursor:!1})}insertTableTopRow(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,trIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[n];if(c.tdList.length<r.colgroup.length){const R=c.tdList[0].rowIndex;for(let h=0;h<n;h++){const f=a[h];for(let g=0;g<f.tdList.length;g++){const T=f.tdList[g];T.rowspan>1&&T.rowIndex+T.rowspan>=R+1&&(T.rowspan+=1)}}}const d=ft(),u={height:c.height,id:d,tdList:[]};for(let R=0;R<c.tdList.length;R++){const h=c.tdList[R],f=ft();u.tdList.push({id:f,rowspan:1,colspan:h.colspan,value:[{value:H,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 h=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>=h+1&&(C.rowspan+=1)}}}const u=ft(),R={height:d.height,id:u,tdList:[]};for(let h=0;h<d.tdList.length;h++){const f=d.tdList[h],g=ft();R.tdList.push({id:g,rowspan:1,colspan:f.colspan,value:[{value:H,size:16,tableId:i,trId:u,tdId:g}]})}a.splice(n+1,0,R),this.position.setPositionContext({isTable:!0,index:e,trIndex:n+1,tdIndex:0,tdId:R.tdList[0].id,trId:R.id,tableId:r.id}),this.range.setRange(0,0),this.draw.render({curIndex:0})}adjustColWidth(t){if(t.type!==s.ElementType.TABLE)return;const{defaultColMinWidth:e}=this.options.table,n=t.colgroup,i=n.reduce((r,a)=>r+a.width,0),l=this.draw.getOriginalInnerWidth();if(i>l){const r=n.filter(c=>c.width>e),a=(i-l)/r.length;for(let c=0;c<n.length;c++){const d=n[c];d.width-a>=e&&(d.width-=a)}}}insertTableLeftCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,tableId:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=n;for(let R=0;R<a.length;R++){const h=a[R],f=ft();h.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:i,trId:h.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 R=0;R<a.length;R++){const h=a[R],f=ft();h.tdList.splice(c,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:i,trId:h.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 h=a[u].tdList;for(let f=0;f<h.length;f++){const g=h[f];g.rowIndex+g.rowspan>d&&g.rowspan--}}for(let u=0;u<c.tdList.length;u++){const R=c.tdList[u];if(R.rowspan>1){const h=ft(),f=a[n+1];f.tdList.splice(u,0,{id:h,rowspan:R.rowspan-1,colspan:R.colspan,value:[{value:H,size:16,tableId:r.id,trId:f.id,tdId:h}]})}}a.splice(n,1),this.position.setPositionContext({isTable:!1}),this.range.clearRange(),this.draw.render({curIndex:t.index}),this.tableTool.dispose()}deleteTableCol(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,d=a[i].tdList[n].colIndex;if(!a.find(R=>R.tdList.length>1)){this.deleteTable();return}for(let R=0;R<a.length;R++){const h=a[R];for(let f=0;f<h.tdList.length;f++){const g=h.tdList[f];g.colIndex<=d&&g.colIndex+g.colspan>d&&(g.colspan>1?g.colspan--:h.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 R=u[l].tdList[n],h=u[r].tdList[i];(R.x>h.x||R.y>h.y)&&([R,h]=[h,R]);const f=R.colIndex,g=h.colIndex+(h.colspan-1),T=R.rowIndex,C=h.rowIndex+(h.rowspan-1),p=[];for(let V=0;V<u.length;V++){const F=u[V],O=[];for(let E=0;E<F.tdList.length;E++){const Y=F.tdList[E],y=Y.colIndex,v=Y.rowIndex;y>=f&&y<=g&&v>=T&&v<=C&&O.push(Y)}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,D=L.x+L.width,X=L.y+L.height;for(let V=0;V<p.length;V++){const F=p[V];for(let O=0;O<F.length;O++){const E=F[O],Y=E.x,y=E.y,v=Y+E.width,w=y+E.height;if(M>Y||P>y||D<v||X<w)return}}const U=[],b=p[0][0],S=b.value[0];for(let V=0;V<p.length;V++){const F=p[V];for(let O=0;O<F.length;O++){const E=F[O];if(!(V===0&&O===0)){U.push(E.id);const y=E.value.length>1?0:1;for(let v=y;v<E.value.length;v++){const w=E.value[v];un(En,S,w),b.value.push(w)}}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 F=u[V];let O=0;for(;O<F.tdList.length;){const E=F.tdList[O];U.includes(E.id)&&(F.tdList.splice(O,1),O--),O++}}this.position.setPositionContext({...t,trIndex:b.trIndex,tdIndex:b.tdIndex});const N=b.value.length-1;this.range.setRange(N,N),this.draw.render(),this.tableTool.render()}cancelMergeTableCell(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e,tdIndex:n,trIndex:i}=t,r=this.draw.getOriginalElementList()[e],a=r.trList,c=a[i],d=c.tdList[n];if(d.rowspan===1&&d.colspan===1)return;const u=d.colspan;if(d.colspan>1){for(let h=1;h<d.colspan;h++){const f=ft();c.tdList.splice(n+h,0,{id:f,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:r.id,trId:c.id,tdId:f}]})}d.colspan=1}if(d.rowspan>1){for(let h=1;h<d.rowspan;h++){const f=a[i+h];for(let g=0;g<u;g++){const T=ft();f.tdList.splice(d.colIndex,0,{id:T,rowspan:1,colspan:1,value:[{value:H,size:16,tableId:r.id,trId:f.id,tdId:T}]})}}d.rowspan=1}const R=d.value.length-1;this.range.setRange(R,R),this.draw.render(),this.tableTool.render()}splitVerticalTableCell(){const t=this.position.getPositionContext();if(!t.isTable||this.range.getRange().isCrossRowCol)return;const{index:n,tdIndex:i,trIndex:l}=t,a=this.draw.getOriginalElementList()[n],c=a.trList,d=c[l],u=d.tdList[i];a.colgroup.splice(i+1,0,{width:this.options.table.defaultColMinWidth});for(let R=0;R<c.length;R++){const h=c[R];let f=0;for(;f<h.tdList.length;){const g=h.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=ft();d.tdList.splice(f+u.colspan,0,{id:T,rowspan:u.rowspan,colspan:1,value:[{value:H,size:16,tableId:a.id,trId:h.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 R=-1,h=0;for(;h<c.length;){if(h===R){h++;continue}const f=c[h];let g=0;for(;g<f.tdList.length;){const T=f.tdList[g];if(T.id===u.id){const C=ft(),p=ft();c.splice(h+u.rowspan,0,{id:C,height:this.options.table.defaultTrMinHeight,tdList:[{id:p,rowspan:1,colspan:u.colspan,value:[{value:H,size:16,tableId:a.id,trId:C,tdId:p}]}]}),R=h+u.rowspan}else T.rowIndex>=u.rowIndex&&T.rowIndex<u.rowIndex+u.rowspan&&T.rowIndex+T.rowspan>=u.rowIndex+u.rowspan&&T.rowspan++;g++}h++}this.draw.render(),this.tableTool.render()}tableTdVerticalAlign(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];!a||a.verticalAlign===t||!a.verticalAlign&&t===s.VerticalAlign.TOP||(a.verticalAlign=t)}}const{endIndex:n}=this.range.getRange();this.draw.render({curIndex:n})}tableBorderType(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderType&&t===s.TableBorder.ALL||l.borderType===t)return;l.borderType=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r})}tableBorderColor(t){const e=this.position.getPositionContext();if(!e.isTable)return;const{index:n}=e,l=this.draw.getOriginalElementList()[n];if(!l.borderColor&&t===this.options.table.defaultBorderColor||l.borderColor===t)return;l.borderColor=t;const{endIndex:r}=this.range.getRange();this.draw.render({curIndex:r,isCompute:!1})}tableTdBorderType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.borderTypes?.includes(t));n.forEach(r=>{r.borderTypes||(r.borderTypes=[]);const a=r.borderTypes.findIndex(c=>c===t);i?~a||r.borderTypes.push(t):~a&&r.borderTypes.splice(a,1),r.borderTypes.length||delete r.borderTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdSlashType(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;const n=e.flat(),i=n.some(r=>!r.slashTypes?.includes(t));n.forEach(r=>{r.slashTypes||(r.slashTypes=[]);const a=r.slashTypes.findIndex(c=>c===t);i?~a||r.slashTypes.push(t):~a&&r.slashTypes.splice(a,1),r.slashTypes.length||delete r.slashTypes});const{endIndex:l}=this.range.getRange();this.draw.render({curIndex:l})}tableTdBackgroundColor(t){const e=this.tableParticle.getRangeRowCol();if(!e)return;for(let i=0;i<e.length;i++){const l=e[i];for(let r=0;r<l.length;r++){const a=l[r];a.backgroundColor=t}}const{endIndex:n}=this.range.getRange();this.range.setRange(n,n),this.draw.render({isCompute:!1})}tableSelectAll(){const t=this.position.getPositionContext(),{index:e,tableId:n,isTable:i}=t;if(!i||!n)return;const{startIndex:l,endIndex:r}=this.range.getRange(),c=this.draw.getOriginalElementList()[e].trList,d=c.length-1,u=c[d].tdList.length-1;this.range.replaceRange({startIndex:l,endIndex:r,tableId:n,startTdIndex:0,endTdIndex:u,startTrIndex:0,endTrIndex:d}),this.draw.render({isSetCursor:!1,isCompute:!1,isSubmitHistory:!1})}tableProperties(){const t=this.position.getPositionContext();if(!t.isTable)return;const{index:e}=t,i=this.draw.getOriginalElementList()[e],l=this.draw.getOptions().table.tdPadding,r=i.tdPadding||l,a=document.createElement("div");a.className="table-properties-modal",a.setAttribute("editor-component","table-properties-modal"),a.innerHTML=`
|
|
537
537
|
<div class="table-properties-modal__mask"></div>
|
|
538
538
|
<div class="table-properties-modal__container">
|
|
539
539
|
<div class="table-properties-modal__header">
|
|
@@ -563,7 +563,7 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
|
|
|
563
563
|
<button class="btn-confirm">确定</button>
|
|
564
564
|
</div>
|
|
565
565
|
</div>
|
|
566
|
-
`,document.body.appendChild(a);const c=a.querySelector(".table-properties-modal__mask"),d=a.querySelector(".table-properties-modal__close"),u=a.querySelector(".btn-cancel"),R=a.querySelector(".btn-confirm"),h=()=>{a.remove()};c.addEventListener("click",h),d.addEventListener("click",h),u.addEventListener("click",h),R.addEventListener("click",()=>{const 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],h();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||ft();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],R=n[3],h=Math.ceil(d.coordinate.leftTop[1]),f=Math.ceil(u.coordinate.rightBottom[1]-h);t.textBaseline="middle",r.backgroundColor&&(t.fillStyle=r.backgroundColor,t.fillRect(R,h,i,f)),r.borderColor&&(t.strokeStyle=r.borderColor,t.strokeRect(R,h,i,f)),r.placeholder&&a.length<=1&&new Ql(this.draw).render(t,{placeholder:{...$s,...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:wt(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(Qs(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;te([{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(),R=(l||i.left)*n,h=(r||i.top)*n+u;this._drawImage(t,R,h,a*n,c*n,d)}if(this.areaBadgeMap.size){const n=this.draw.getArea().getAreaInfo();if(n.size){const{scale:i,badge:l}=this.options;for(const r of n){const{positionList:a}=r[1],c=a[0];if(c.pageNo!==e)continue;const d=this.areaBadgeMap.get(r[0]);if(!d)continue;const{left:u,top:R,width:h,height:f,value:g}=d,T=(u||l.left)*i,C=(R||l.top)*i+c.coordinate.leftTop[1];this._drawImage(t,T,C,h*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 Kl=1024,bn=/[\r\n\u200B]/,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 Hl(o,t,e){for(let n=0;n<e.length;n+=Kl){const i=e.slice(n,n+Kl);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 yd(this),this.group=new Xf(this),this.area=new wf(this),this.underline=new bd(this),this.strikeout=new Nd(this),this.highlight=new Fd(this),this.previewer=new Cf(this),this.imageParticle=new As(this),this.laTexParticle=new ks(this),this.textParticle=new Vd(this),this.tableParticle=new Ud(this),this.tableTool=new wd(this),this.tableOperate=new Uf(this),this.pageNumber=new kn(this),this.lineNumber=new bf(this),this.waterMark=new kd(this),this.placeholder=new Ql(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 hf(this),this.blockParticle=new Ef(this),this.listParticle=new Ff(this),this.lineBreakParticle=new Eo(this),this.whiteSpaceParticle=new yf(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 Nf(this),this.canvasEvent=new Ld(this),this.cursor=new Uc(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=wt(t[n],{editorOptions:this.options});t[n]=vn(i),te(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===H||le(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.position.getPositionContext().isTable)return!this.isTableEditable()||this.getTd()?.disabled===!0;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 R of u.trList)for(const h of R.tdList)i(h.value,c);u.originControlId&&u.controlId&&u.originControlId!==u.controlId&&c.add(u.originControlId)}},l=new Set;e&&i(t,l),(a=>{for(let c=0;c<a.length;c++){const d=a[c];if(d.type===s.ElementType.TABLE&&d.trList)for(const u of d.trList)for(const R of u.tdList)this.hideTextFieldWhitespace(R.value,e);d.control?.type===s.ControlType.TEXTFIELD&&d.controlComponent===s.ControlComponent.VALUE&&n(d.value)&&(d.controlId&&l.has(d.controlId)?d.hide=!1:d.hide=e)}})(t)}getSubTemplateRuntimeEndIndex(t,e,n){if(!n)return e+1;let i=e+1;for(;i<t.length&&t[i].subTemplateParentId===n;)i++;return i}syncSubTemplateExpandedState(t,e,n,i,l){let r=!1;n.id||(n.id=ft(),r=!0);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||[]);te(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 R=!1,h=!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 D=r[P];if(D.controlId!==L)break;D.controlComponent===s.ControlComponent.VALUE&&(D.value&&D.value.trim()||D.type===s.ElementType.MENSTRUAL_HISTORY||D.type===s.ElementType.FETAL_HEART_POSITION||D.type===s.ElementType.TOOTH_POSITION||D.type===s.ElementType.IMAGE||D.type===s.ElementType.MACRO||D.type===s.ElementType.CUSTOM_MACRO)&&(M=!0),P++}M&&(h=!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()&&(R=!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.IMAGE||m.type===s.ElementType.MACRO||m.type===s.ElementType.CUSTOM_MACRO)&&(R=!0),m.controlComponent===s.ControlComponent.VALUE&&m.control&&m.control.type!==u&&(h=!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(R||h){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&&(R||h)){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()}isTableEditable(){const{index:t,isTable:e}=this.position.getPositionContext();if(!e||t===void 0)return!1;const n=this.getOriginalElementList()[t];return n?.type===s.ElementType.TABLE&&n.tableEditable===!0}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:!!Ys(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;te(t,{isHandleFirstElement:!1,editorOptions:this.options});let a=-1,c=this.control.getActiveControl();if(!c&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),c=this.control.getActiveControl()),c&&this.control.getIsRangeWithinControl()){const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length}else{const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length;const R=l[u-1];t[0].listId&&R&&!R.listId&&R?.value===H&&(!R.type||R.type===s.ElementType.TEXTFIELD)&&(l.splice(n,1),a-=1)}this.control.destroyControl(),~a&&(this.range.setRange(a,a),this.render({curIndex:a,isSubmitHistory:r}))}insertElementList(t,e={}){if(!t.length||!this.range.getIsCanInput())return;let{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{isSubmitHistory:l=!0}=e;te(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,R=c[n],h=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(D=>D.controlId===P&&!D.originControlId&&!!D.control?.type)},C=R?.originControlId&&h?.originControlId===R.originControlId&&R.controlId&&h.controlId&&R.controlId!==h.controlId&&f(R)&&g(h)?T(R.originControlId):void 0,p=C?.control?.type===s.ControlType.TEXTFIELD,I=!!(R?.originControlId&&f(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&f(h)),m=!!(R?.originControlId&&f(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&h.controlComponent===s.ControlComponent.VALUE);if(R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT||R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.POSTFIX)for(let 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?R.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:h.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.IMAGE||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 D=c[n]?.controlId;D||(D=c[n-1]?.controlId),D||(D=c[n+1]?.controlId),!t[P].controlId&&D&&(t[P].controlId=D)}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 R=0;R<t.length;R++)if(t[R]?.type===s.ElementType.MENSTRUAL_HISTORY||t[R]?.type===s.ElementType.FETAL_HEART_POSITION||t[R]?.type===s.ElementType.TOOTH_POSITION||t[R]?.type===s.ElementType.MACRO||t[R]?.type===s.ElementType.CUSTOM_MACRO||t[R]?.type===s.ElementType.REUSABLE_ITEM||t[R]?.type===s.ElementType.SUB_TEMPLATE||t[R]?.type===s.ElementType.SPECIAL_SYMBOLS){t[R].controlComponent=s.ControlComponent.VALUE;const h=c[n]?.controlId||c[u]?.controlId;!t[R].controlId&&h&&(t[R].controlId=h)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{d||this.spliceElementList(c,u,i-n);for(let h=0;h<t.length;h++)t[h]?.control?.type=="button"&&!t[h]?.control?.buttonText&&(t[h]?.controlComponent==="prefix"||t[h]?.controlComponent==="postfix"?(t[h].color="#1677FF",t[h].highlight="transparent"):(t[h].color=this.options.defaultColor,t[h].highlight="transparent"));this.spliceElementList(c,u,0,t),r=n+t.length;const R=c[u-1];t[0].listId&&R&&!R.listId&&R?.value===H&&(!R.type||R.type===s.ElementType.TEXT)&&(c.splice(n,1),r-=1)}}~r&&(this.range.setRange(r,r),this.render({curIndex:r,isSubmitHistory:l}))}appendElementList(t,e={}){if(!t.length)return;te(t,{isHandleFirstElement:!1,editorOptions:this.options});let n;const{isPrepend:i,isSubmitHistory:l=!0}=e;i?(this.elementList.splice(1,0,...t),n=t.length):(this.elementList.push(...t),n=this.elementList.length-1),this.range.setRange(n,n),this.render({curIndex:n,isSubmitHistory:l})}spliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const d=e+n,R=t[d]?.listId;if(R&&t[e-1]?.listId!==R){let h=d;for(;h<t.length;){const f=t[h];if(f.listId!==R||f.value===H)break;delete f.listId,delete f.listType,delete f.listStyle,h++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const h=this.getTd()?.deletable;let f=d-1;for(;f>=e;){const g=t[f];(le(g)||h!==!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 R=i[u].value===H&&(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&&!R&&(i[u].controlId=d.controlId,i[u].control=d.control,i[u].controlComponent=d.controlComponent),d=i[u]}Hl(t,e,i)}}newSpliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const u=e+n,h=t[u]?.listId;if(h&&t[e-1]?.listId!==h){let f=u;for(;f<t.length;){const g=t[f];if(g.listId!==h||g.value===H)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];(le(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);Hl(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:wt(e.header,{extraPickAttrs:n,editorOptions:this.options}),main:wt(e.main,{extraPickAttrs:n,isClassifyArea:!0,editorOptions:this.options}),footer:wt(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&&te(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:R,scale:h,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),D=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 X=r,U=a,b=0,S,N=0,V=0;for(let F=0;F<n.length;F++){const O=M[M.length-1],E=n[F];this.clearElementEffect(E);const Y=this.getElementRowMargin(E),y={width:0,height:0,boundingBoxAscent:0,boundingBoxDescent:0},v=O.offsetX||E.listId&&L.get(E.listId)||0,w=e-v,Q=O.elementList.length===1;if(X+=Q?v:0,U+=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 et=E.control?.type===s.ControlType.TEXTFIELD,$=E.controlId,k=!!$&&!!P?.has($);if(et){const x=!!$&&!!D?.has($);this.mode===s.EditorMode.EDIT?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=x:E.hide=!1:E.hide=!0}else{const x=!!$&&!!D?.has($);this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=x:E.hide=!1:E.hide=!0}}if(le(E)&&!this.isDesignMode()){const et=O.elementList[O.elementList.length-1];y.height=et?.metrics.height||this.options.defaultSize*h,y.boundingBoxAscent=et?.metrics.boundingBoxAscent||0,y.boundingBoxDescent=et?.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)y.width=0,y.height=0,y.boundingBoxDescent=0;else{const et=E.width*h,$=E.height*h;if(et>w){const k=$*w/et;E.width=w/h,E.height=k/h,y.width=w,y.height=k,y.boundingBoxDescent=k}else y.width=et,y.height=$,y.boundingBoxDescent=$;if(E.imgCaption?.value){const k=E.imgCaption.size||f.size,x=E.imgCaption.top??f.top,st=(k+x)*h;y.boundingBoxAscent+=st}}else if(E.type===s.ElementType.TABLE){const et=E.tdPadding||g;if(E.pagingId){let j=F+1,dt=0;for(;j<n.length;){const ht=n[j];if(ht.pagingId===E.pagingId){const Ot=ht.trList.filter(Pt=>!Pt.pagingRepeat).filter(Pt=>(Pt.tdList=Pt.tdList.filter(Xt=>{if(Xt.originalId){for(let Lt=0;Lt<E.trList.length;Lt++){const bt=E.trList[Lt],Vt=bt.tdList.find(({id:jt})=>jt===Xt.originalId);if(Vt){Xt.value[0]?.type===s.ElementType.SPLIT_TAG&&Xt.value.splice(0,1),Vt.value.push(...Xt.value.map(jt=>this.updateElementTableInfo(jt,E,bt,Vt))),Vt.rowspan=Vt.originalRowspan??Vt.rowspan;break}}return!1}return!0}),!Pt.originalId));E.trList.push(...Ot),E.height+=ht.height,j++,dt++}else break}dt&&n.splice(F+1,dt)}E.pagingIndex=E.pagingIndex??0,this.tableParticle.computeTrHeight(E,j=>this.computeRowList({innerWidth:(j.width-(et[1]+et[3]))*h,elementList:j.value,isFromTable:!0,isPagingMode:i})),E.trList?.forEach(j=>{j.tdList.forEach(dt=>{this.tdMap.set(dt.id,dt)})});const $=this.tableParticle.getTableHeight(E),k=this.tableParticle.getTableWidth(E);E.width=k,E.height=$;const x=k*h,st=$*h;if(y.width=x,y.height=st,y.boundingBoxDescent=st,y.boundingBoxAscent=-Y,n[F+1]?.type===s.ElementType.TABLE&&(y.boundingBoxAscent-=Y),i){const j=this.getHeight(),dt=this.getMainOuterHeight();let ht=dt;for(let Lt=0;Lt<M.length;Lt++){const bt=M[Lt],Vt=bt.offsetY||0;bt.height+ht+Vt>j||M[Lt-1]?.isPageBreak?ht=dt+bt.height+Vt:ht+=bt.height+Vt}const Ot=Y*2,Pt=E.trList[0].height*h;(ht+Pt+Ot>j||E.pagingIndex!==0&&E.trList[0].pagingRepeat||n[F-1]?.type===s.ElementType.PAGE_BREAK)&&(ht=dt);let Xt=j-(ht+Ot);if(st>Xt){const Lt=E.trList;let bt=0,Vt=0,jt=0;for(let gt=0;gt<Lt.length;gt++){const mt=Lt[gt],Wt=mt.height*h;if(ht+Ot+jt+Wt>j){const St=mt;let Mt=0;const Dt={...at(St),id:ft(),originalId:St.originalId??St.id,minHeight:void 0,tdList:E.colgroup.map((Rt,Et)=>{if(Mt--,Mt>0)return;const Ct=St.tdList.find(kt=>kt.colIndex===Et),ot=Ct??this.tableParticle.findPreRowSpanTd(Lt,gt,Et);Ct&&(Mt=Ct.colspan);const tt=ft();return ot.originalRowspan=ot.rowspan,Ct?{...Ct,id:tt,originalId:Ct.originalId??Ct.id,linkTdPrevId:Ct.id,tdIndex:Et,original:ot}:{id:tt,originalId:ot.originalId??ot.id,linkTdPrevId:ot.id,tdIndex:Et,colIndex:Et,colspan:1,rowspan:1,value:[],rowList:[],original:ot}}).filter(Rt=>!!Rt)},At=Dt.tdList,de=At.map(Rt=>Rt.original);de.forEach((Rt,Et)=>{const Ct=[];let ot=Xt;if(Rt.rowspan>1){const kt=Lt.slice(Rt.trIndex,Rt.trIndex+gt-Rt.trIndex);ot+=kt.reduce((he,me)=>me.height*h+he,0)}for(;Rt.mainHeight*h>ot&&Rt.rowList?.length;){const kt=Rt.rowList.pop();Rt.value.splice(Rt.value.length-kt.elementList.length),Ct.unshift(kt),Rt.mainHeight-=kt.height}const tt=At[Et];tt.rowList=Ct,tt.value=Ct.map(kt=>kt.elementList).flat()});let pt=!0;const it=St.tdList.some(Rt=>Rt.rowList?.length),Qt=Dt.tdList.some(Rt=>Rt.rowList?.length),Kt=St.minHeight>Xt;if(Qt||Kt){(it||!Qt&&Kt)&&(Kt&&(St.originalMinHeight=St.minHeight,St.minHeight=Xt,Dt.minHeight=Math.max(St.originalMinHeight-Xt,T)),Dt.tdList.forEach(Rt=>{Rt.original.linkTdNextId=Rt.id,Rt.value.length&&Rt.value[0].value!==H&&Rt.value.unshift({...Rt.original.value.slice(-1).pop(),value:H,type:s.ElementType.SPLIT_TAG})}),Lt.splice(bt+1,0,Dt),bt+=1,Vt=Lt.length-bt,pt=!1),de.forEach(Rt=>{if(Rt.rowspan>1){const Et=Rt.rowspan-(gt-Rt.trIndex);Rt.rowspan=gt-Rt.trIndex+(it?1:0);const Ct=Dt.tdList.find(ot=>ot.colIndex===Rt.colIndex);it?Ct.rowspan=Et:(Ct.original.linkTdNextId=Ct.id,St.tdList.push({...Rt,...Ct,rowspan:Et}),St.tdList.sort((ot,tt)=>ot.colIndex-tt.colIndex),Ct.value=[])}}),pt&&de.forEach((Rt,Et)=>{Rt.value.push(...At[Et].value)});break}}bt=gt+1,Vt=Lt.length-bt,jt+=Wt,Xt-=Wt}if(Vt){const gt=Lt.splice(bt,Vt),mt=E.pagingId||ft();E.pagingId=mt;const Wt=at(E);Wt.originalId=E.originalId??E.id,Wt.pagingId=mt,Wt.pagingIndex=E.pagingIndex+1;const St=Lt.filter(At=>At.pagingRepeat);if(St.length){const At=at(St);At.forEach(de=>de.id=ft()),gt.unshift(...At)}Wt.trList=gt,Wt.id=ft(),Wt.trList?.forEach(At=>{At.tdList.forEach(de=>{if(delete de.valueStartIndex,de.linkTdPrevId){const pt=this.getTdById(de.linkTdPrevId);de.valueStartIndex=pt?(pt.valueStartIndex??0)+pt.value.length:0,this.splitTdValueMap.has(de.originalId)?this.splitTdValueMap.get(de.originalId).push(...de.value):pt&&this.splitTdValueMap.set(de.originalId,[...pt.value,...de.value])}de.value.forEach(pt=>this.updateElementTableInfo(pt,Wt,At,de))})}),this.spliceElementList(n,F+1,0,[Wt]),this.tableParticle.computeTrHeight(E);const Mt=this.tableParticle.getTableHeight(E),Dt=Mt*h;E.height=Mt,y.height=Dt,y.boundingBoxDescent=Dt}}if(E.pagingId){const Lt=this.position.getPositionContext();if(Lt.isTable){let bt=-1,Vt=-1,jt=F;for(;jt<n.length;){const gt=n[jt];if(gt.pagingId!==E.pagingId)break;const mt=gt.trList.findIndex(Wt=>Wt.id===Lt.trId);if(~mt){bt=jt,Vt=mt;break}jt++}~bt&&(Lt.index=bt,Lt.trIndex=Vt,this.position.setPositionContext(Lt))}}}this.initTableElementIndex(E,F)}else if(E.type===s.ElementType.SEPARATOR){const{separator:{lineWidth:et}}=this.options,$=E.lineWidth||et;E.width=w/h,y.width=w,y.height=$*h,y.boundingBoxAscent=-Y,y.boundingBoxDescent=-Y+y.height}else if(E.type===s.ElementType.PAGE_BREAK)E.width=w/h,y.width=w,y.height=R;else if(E.type===s.ElementType.RADIO||E.controlComponent===s.ControlComponent.RADIO){const{width:et,height:$,gap:k}=this.options.radio,x=et+k*(E.controlComponent?1:2);E.width=x,y.width=x*h,y.height=$*h}else if(E.type===s.ElementType.CHECKBOX||E.controlComponent===s.ControlComponent.CHECKBOX){const{width:et,height:$,gap:k}=this.options.checkbox,x=et+k*(E.controlComponent?1:2);E.width=x,y.width=x*h,y.height=$*h}else if(E.type===s.ElementType.MENSTRUAL_HISTORY){const et=this.menstrualHistoryParticle.computeSize(E);E.width=et.width/h,y.width=et.width,y.height=et.height,y.boundingBoxAscent=et.height,y.boundingBoxDescent=0}else if(E.type===s.ElementType.FETAL_HEART_POSITION){const et=this.fetalHeartPositionParticle.computeSize();E.width=et.width/h,y.width=et.width,y.height=et.height,y.boundingBoxAscent=et.height/2,y.boundingBoxDescent=et.height/2}else if(E.type===s.ElementType.TOOTH_POSITION){const et=this.toothPositionParticle.computeSize(E);E.width=et.width/h,y.width=et.width,y.height=et.height,y.boundingBoxAscent=et.height/2,y.boundingBoxDescent=et.height/2}else if(E.type===s.ElementType.TAB)y.width=C*h,y.height=R*h,y.boundingBoxDescent=0,y.boundingBoxAscent=this.textParticle.getBasisWordBoundingBoxAscent(m,m.font);else if(E.type===s.ElementType.BLOCK){if(!E.width)y.width=w;else{const et=E.width*h;y.width=Math.min(et,w)}y.height=E.height*h,y.boundingBoxDescent=y.height,y.boundingBoxAscent=0}else if(E.type===s.ElementType.LABEL){const{defaultSize:et,label:{defaultPadding:$}}=this.options;m.font=this.getElementFont(E);const k=this.textParticle.measureText(m,E);y.width=(k.width+$[1]+$[3])*h,y.height=(E.size||et)*h,y.boundingBoxDescent=0,y.boundingBoxAscent=($[0]+k.actualBoundingBoxAscent)*h}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:et}=this.options;m.font=this.getElementFont(E);const $=this.getMode(),k=$===s.EditorMode.EDIT,x=$===s.EditorMode.FORM;if($===s.EditorMode.READONLY&&E.type!==s.ElementType.SUB_TEMPLATE){const j=No(E).split(bn),dt=j.reduce((Pt,Xt)=>Math.max(Pt,m.measureText(Xt).width),0),ht=(E.size||et)*h,Ot=m.measureText(j[0]);y.width=dt,y.height=ht*j.length,y.boundingBoxDescent=Ot.actualBoundingBoxDescent+ht*(j.length-1),y.boundingBoxAscent=Ot.actualBoundingBoxAscent}else if(k){const st=E.label||E.value||"";m.font=this.getElementFont(E);const j=m.measureText(st),dt=8*h,ht=4*h;y.width=j.width+dt*2;const Ot=j.actualBoundingBoxAscent+j.actualBoundingBoxDescent;y.height=Ot+ht*2;const Pt=this.textParticle.measureBasisWord(m,this.getElementFont(E));y.boundingBoxAscent=Pt.actualBoundingBoxAscent*h,y.boundingBoxDescent=Pt.actualBoundingBoxDescent*h}else if(E.type===s.ElementType.CUSTOM_MACRO){const st=E.macroConfig,j=st?.value||"";if(x){const dt=st?.type||"text",ht=this.textParticle.measureText(m,E),Ot=E.label||"";if(dt==="select"){const Pt=j||`请选择${Ot}`,Xt=m.measureText(Pt),Lt=m.measureText("[").width,bt=6*h+2*h;y.width=Lt+Xt.width+bt+Lt}else{const Xt=(j||`请输入${Ot}`).split(bn),Lt=Xt.reduce((jt,gt)=>Math.max(jt,m.measureText(gt).width),0),bt=m.measureText("[").width,Vt=(E.size||et)*h;y.width=bt+Lt+bt,y.height=Vt*Xt.length,y.boundingBoxAscent=ht.actualBoundingBoxAscent*h,y.boundingBoxDescent=ht.actualBoundingBoxDescent*h+Vt*(Xt.length-1)}dt==="select"&&(y.height=(E.size||et)*h,y.boundingBoxDescent=ht.actualBoundingBoxDescent*h,y.boundingBoxAscent=ht.actualBoundingBoxAscent*h)}else{const dt=E.label||"",Ot=(j||`请输入${dt}`).split(bn),Pt=Ot.reduce((bt,Vt)=>Math.max(bt,m.measureText(Vt).width),0),Xt=(E.size||et)*h,Lt=m.measureText(Ot[0]);y.width=Pt,y.height=Xt*Ot.length,y.boundingBoxDescent=Lt.actualBoundingBoxDescent+Xt*(Ot.length-1),y.boundingBoxAscent=Lt.actualBoundingBoxAscent}}else if(E.type===s.ElementType.REUSABLE_ITEM){const j=E.reusableItemConfig?.value||"",dt=E.label||"";if(x){const ht=this.textParticle.measureText(m,E),Pt=(j||`请输入${dt}`).split(bn),Xt=Pt.reduce((Vt,jt)=>Math.max(Vt,m.measureText(jt).width),0),Lt=m.measureText("[").width,bt=(E.size||et)*h;y.width=Lt+Xt+Lt,y.height=bt*Pt.length,y.boundingBoxDescent=ht.actualBoundingBoxDescent*h+bt*(Pt.length-1),y.boundingBoxAscent=ht.actualBoundingBoxAscent*h}else{const Ot=(j||`获取 ${dt}`).split(bn),Pt=Ot.reduce((bt,Vt)=>Math.max(bt,m.measureText(Vt).width),0),Xt=(E.size||et)*h,Lt=m.measureText(Ot[0]);y.width=Pt,y.height=Xt*Ot.length,y.boundingBoxDescent=Lt.actualBoundingBoxDescent+Xt*(Ot.length-1),y.boundingBoxAscent=Lt.actualBoundingBoxAscent}}else if(E.type===s.ElementType.SUB_TEMPLATE){const st=E.label||"子模板";if(x){const j=m.measureText(st),dt=8*h,ht=4*h,Ot=j.actualBoundingBoxAscent+j.actualBoundingBoxDescent;y.width=j.width+dt*2,y.height=Ot+ht*2;const Pt=this.textParticle.measureBasisWord(m,this.getElementFont(E));y.boundingBoxAscent=Pt.actualBoundingBoxAscent*h,y.boundingBoxDescent=Pt.actualBoundingBoxDescent*h}else{const j=m.measureText(st);y.width=j.width,y.height=(E.size||et)*h,y.boundingBoxDescent=j.actualBoundingBoxDescent,y.boundingBoxAscent=j.actualBoundingBoxAscent}}else{const st=E.label||"",j=E.value||`获取 ${st}`,dt=m.measureText(j);y.width=dt.width,y.height=(E.size||et)*h,y.boundingBoxDescent=dt.actualBoundingBoxDescent,y.boundingBoxAscent=dt.actualBoundingBoxAscent}}else{const et=E.size||R;(E.type===s.ElementType.SUPERSCRIPT||E.type===s.ElementType.SUBSCRIPT)&&(E.actualSize=Math.ceil(et*.6)),y.height=(E.actualSize||et)*h,m.font=this.getElementFont(E);const $=this.textParticle.measureText(m,E),k=E.buttonValueLayoutPrefixOffset?m.measureText("[").width:0;y.width=Math.max(0,$.width-k)*h,E.letterSpacing&&(y.width+=E.letterSpacing*h);const x=this.textParticle.measureBasisWord(m,E.font);y.boundingBoxAscent=x.actualBoundingBoxAscent*h,y.boundingBoxDescent=x.actualBoundingBoxDescent*h,E.type===s.ElementType.SUPERSCRIPT?y.boundingBoxAscent+=y.height/2:E.type===s.ElementType.SUBSCRIPT&&(y.boundingBoxDescent+=y.height/2)}const W=!le(E)&&(E.imgDisplay!==s.ImageDisplay.INLINE&&E.type===s.ElementType.IMAGE||E.type===s.ElementType.LATEX)?y.height+Y:y.boundingBoxAscent+Y,G=Y+y.boundingBoxAscent+y.boundingBoxDescent+Y,_=Object.assign(E,{metrics:y,left:0,style:this.getElementFont(E,h)});this.getIsButtonRowStartPrefix(n,F,O)&&(_.left=-y.width);const K=this.getElementLayoutWidth(_);_.control?.minWidth&&(_.controlComponent&&(V+=y.width),_.controlComponent===s.ControlComponent.POSTFIX&&(this.control.setMinWidthControlInfo({row:O,rowElement:_,availableWidth:w,controlRealWidth:V}),V=0));const A=n[F-1];let q=n[F+1],J=O.width+K;if(this.options.wordBreak===s.WordBreak.BREAK_WORD&&(!A?.type||A?.type===s.ElementType.TEXT)&&(!E.type||E.type===s.ElementType.TEXT)){const et=`${A?.value||""}${E.value}`;if(this.WORD_LIKE_REG.test(et)){const{width:k,endElement:x}=this.textParticle.measureWord(m,n,F),st=k*h;x&&st<=w?(J+=st,q=x):A&&(J+=st)}const $=this.textParticle.measurePunctuationWidth(m,q);J+=$*h}E.listId&&(E.listId!==S?N=0:E.value===H&&!E.listWrap&&N++),S=E.listId;const Nt=this.position.setSurroundPosition({pageNo:b,rowElement:_,row:O,rowElementRect:{x:X,y:U,height:G,width:K},availableWidth:w,surroundElementList:u});X=Nt.x,J+=Nt.rowIncreaseWidth,X+=K;let vt=!1;if(this.mode===s.EditorMode.FORM&&E.control?.type===s.ControlType.BUTTON&&E.controlComponent===s.ControlComponent.PREFIX&&O.elementList.filter(et=>et.controlId!==E.controlId).length>0){const et=E.controlId;if(n.some(k=>k.controlId===`${et}_text`&&k.control?.type===s.ControlType.BUTTON)){let k=0;for(let x=F;x<n.length;x++){const st=n[x];if(st.controlId!==et)break;m.font=this.getElementFont(st);const j=this.textParticle.measureText(m,st);if(k+=j.width*h,st.controlComponent===s.ControlComponent.POSTFIX)break}for(let x=0;x<n.length;x++){const st=n[x];if(st.controlId===`${et}_text`){m.font=this.getElementFont(st);const j=this.textParticle.measureText(m,st);k+=j.width*h}}vt=O.width+k>w}}const Ie=E.type===s.ElementType.SEPARATOR||E.type===s.ElementType.TABLE||A?.type===s.ElementType.TABLE||A?.type===s.ElementType.CUSTOM_MACRO&&bn.test(A.macroConfig?.value||"")||A?.type===s.ElementType.REUSABLE_ITEM&&bn.test(A.reusableItemConfig?.value||"")||A?.type===s.ElementType.BLOCK||E.type===s.ElementType.BLOCK||A?.imgDisplay===s.ImageDisplay.INLINE||E.imgDisplay===s.ImageDisplay.INLINE||A?.listId!==E.listId||A?.areaId!==E.areaId&&!E.area?.hide||E.control?.flexDirection===s.FlexDirection.COLUMN&&(E.controlComponent===s.ControlComponent.CHECKBOX||E.controlComponent===s.ControlComponent.RADIO)&&A?.controlComponent===s.ControlComponent.VALUE||F!==0&&E.value===H&&!E.area?.hide||vt,oe=J>w,ue=Ie||oe;if(ue){const et={width:K,height:G,startIndex:F,elementList:[_],ascent:W,rowIndex:O.rowIndex+1,rowFlex:n[F]?.rowFlex||n[F+1]?.rowFlex,isPageBreak:E.type===s.ElementType.PAGE_BREAK};if(_.controlComponent!==s.ControlComponent.PREFIX&&_.control?.indentation===s.ControlIndentation.VALUE_START){const $=O.elementList.findIndex(k=>k.controlId===_.controlId&&k.controlComponent!==s.ControlComponent.PREFIX);if(~$){const x=this.position.computeRowPosition({row:O,innerWidth:this.getInnerWidth()})[$];x&&(et.offsetX=x.coordinate.leftTop[0])}}E.listId&&(et.isList=!0,et.offsetX=L.get(E.listId),et.listIndex=N),et.offsetY=!l&&E.area?.top&&E.areaId!==n[F-1]?.areaId?E.area.top*h:0,M.push(et)}else O.width+=K,F===0&&(An(n[1])||n[1]?.areaId)?(O.height=p,O.ascent=p):O.height<G&&(O.height=G,O.ascent=W),O.elementList.push(_);if((ue||F===n.length-1)&&(O.isWidthNotEnough=oe&&!Ie,!O.isSurround&&(A?.rowFlex===s.RowFlex.JUSTIFY||A?.rowFlex===s.RowFlex.ALIGNMENT&&O.isWidthNotEnough))){const et=O.elementList[0]?.value===H?O.elementList.slice(1):O.elementList,$=(w-O.width)/(et.length-1);for(let k=0;k<et.length-1;k++){const x=et[k];x.metrics.width+=$}O.width=w}if(ue){X=r,U+=O.height,i&&!l&&c&&(U-a+d+G>c||E.type===s.ElementType.PAGE_BREAK)&&(U=a,Dc(u,b),b+=1),_.left=0;const et=M[M.length-1];X=this.position.setSurroundPosition({pageNo:b,rowElement:_,row:et,rowElementRect:{x:X,y:U,height:G,width:K},availableWidth:w,surroundElementList:u}).x,X+=K}}return M}_collectTextControlValueSet(t){if(this.isDesignMode()||this.mode===s.EditorMode.EDIT)return null;const e=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&(l.control?.type===s.ControlType.TEXT||l.control?.type===s.ControlType.TEXTFIELD)&&e.add(l.controlId)}const n=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&l.controlComponent===s.ControlComponent.VALUE&&e.has(l.controlId)&&n.add(l.controlId)}return n}_collectTextControlHasContentSet(t){if(this.isDesignMode())return null;const e=new Set;let n=0;for(;n<t.length;){const i=t[n];if(i.controlId&&(i.control?.type===s.ControlType.TEXT||i.control?.type===s.ControlType.TEXTFIELD)&&(i.controlComponent===s.ControlComponent.PREFIX||i.controlComponent===s.ControlComponent.PRE_TEXT||i.controlComponent===s.ControlComponent.PRETEXTFIX||i.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){const l=i.controlId;let r=!1,a=n+1;for(;a<t.length;){const c=t[a];if(c.controlId===l&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))break;if(c.controlId===l&&c.controlComponent===s.ControlComponent.VALUE&&(r=!0),c.controlId!==l&&c.controlId){(i.control?.type===s.ControlType.TEXT||c.controlComponent===s.ControlComponent.VALUE)&&(r=!0);const d=c.controlId;for(a++;a<t.length&&t[a].controlId===d;)a++;continue}a++}r&&e.add(l)}n++}return e}_computePageList(){const t=[[]],{pageMode:e,pageNumber:{maxPageNo:n}}=this.options,i=this.getHeight(),l=this.getMainOuterHeight();let r=l,a=0;if(e===s.PageMode.CONTINUITY){t[0]=this.rowList,r+=this.rowList.reduce((R,h)=>R+h.height+(h.offsetY||0),0);const c=this.getPagePixelRatio(),d=this.pageList[0],u=Number(d.style.height.replace("px",""));if(r>u)d.style.height=`${r}px`,d.height=r*c;else{const R=r<i?i:r;d.style.height=`${R}px`,d.height=R*c}this._initPageContext(this.ctxList[0])}else for(let c=0;c<this.rowList.length;c++){const d=this.rowList[c],u=d.offsetY||0;if(d.height+u+r>i||this.rowList[c-1]?.isPageBreak){if(Number.isInteger(n)&&a>=n){this.elementList=this.elementList.slice(0,d.startIndex);break}r=l+d.height+u,t.push([d]),a++}else r+=d.height+u,t[a].push(d)}return t}_drawHighlight(t,e){const{rowList:n,positionList:i,elementList:l}=e,r=this.getDefaultBasicRowMarginHeight(),a=this.getHighlightMarginHeight();for(let c=0;c<n.length;c++){const d=n[c];let u="";for(let R=0;R<d.elementList.length;R++){const h=d.elementList[R],f=d.startIndex+R,g=l[f]===h?f:l.indexOf(h),T=~g?g:f,C=this.control.getControlHighlight(l,T),p=h.highlight||C;if(p){u&&u!==p&&this.highlight.render(t);const I=i[T],{coordinate:{leftTop:[m,L]}}=I,M=h.left||0,P=!h.highlight&&!!C&&this.control.getIsInlineControlBackground(l,T),D=P?L+I.ascent-h.metrics.boundingBoxAscent-a:L+r-a,X=P?h.metrics.boundingBoxAscent+h.metrics.boundingBoxDescent+2*a:d.height-2*r+2*a;this.highlight.recordFillInfo(t,m-M,D,h.metrics.width+M,X,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:R,startIndex:h,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=h;for(let P=0;P<c.length;P++){const D=c[P],X={x:0,y:0,width:0,height:0};let U=null;for(let b=0;b<D.elementList.length;b++){const S=D.elementList[b],N=S.metrics,{ascent:V,coordinate:{leftTop:[F,O]}}=R[D.startIndex+b],E=D.elementList[b-1];if(le(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,F,O+V);else if(S.type===s.ElementType.LATEX)this.textParticle.complete(),this.laTexParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.TABLE)m&&(X.x=F,X.y=O,U=S),this.tableParticle.render(t,S,F,O);else if(S.type===s.ElementType.HYPERLINK)this.textParticle.complete(),this.hyperlinkParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.LABEL)this.textParticle.complete(),this.labelParticle.render(t,S,F,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,F,O+V);else if(S.type===s.ElementType.DATE){const W=D.elementList[b+1];(!E||E.dateId!==S.dateId)&&this.textParticle.complete(),this.textParticle.record(t,S,F,O+V),(!W||W.dateId!==S.dateId)&&this.textParticle.complete()}else if(S.type===s.ElementType.SUPERSCRIPT)this.textParticle.complete(),this.superscriptParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.SUBSCRIPT)this.underline.render(t),this.textParticle.complete(),this.subscriptParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.SEPARATOR)this.separatorParticle.render(t,S,F,O);else if(S.type===s.ElementType.PAGE_BREAK)this.mode!==s.EditorMode.CLEAN&&!p&&this.pageBreakParticle.render(t,S,F,O);else if(S.type===s.ElementType.CHECKBOX||S.controlComponent===s.ControlComponent.CHECKBOX)this.textParticle.complete(),this.checkboxParticle.render({ctx:t,x:F,y:O+V,index:b,row:D});else if(S.type===s.ElementType.RADIO||S.controlComponent===s.ControlComponent.RADIO)this.textParticle.complete(),this.radioParticle.render({ctx:t,x:F,y:O+V,index:b,row:D});else if(S.type===s.ElementType.MENSTRUAL_HISTORY)this.textParticle.complete(),this.menstrualHistoryParticle.render({ctx:t,x:F,y:O+V,index:b,row:D,element:S});else if(S.type===s.ElementType.FETAL_HEART_POSITION)this.textParticle.complete(),this.fetalHeartPositionParticle.render({ctx:t,x:F,y:O+V,index:b,row:D,element:S});else if(S.type===s.ElementType.TOOTH_POSITION)this.textParticle.complete(),this.toothPositionParticle.render({ctx:t,x:F,y:O+V,index:b,row:D,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,F,O+V),this.textParticle.complete();else if(S.type===s.ElementType.BLOCK)this.textParticle.complete(),this.blockParticle.render(t,d,S,F,O+V);else{const W=S.buttonValueLayoutPrefixOffset===!0;(S.left||W)&&this.textParticle.complete(),this.textParticle.record(t,S,F,O+V),(W||S.width||S.letterSpacing||aa.test(S.value))&&this.textParticle.complete()}if(g&&!p&&this.mode!==s.EditorMode.CLEAN&&!D.isWidthNotEnough&&b===D.elementList.length-1&&this.lineBreakParticle.render(t,S,F,O+D.height/2),C&&ca.test(S.value)&&this.whiteSpaceParticle.render(t,S,F,O+D.height/2),S.control?.border){E?.control?.border&&E.controlId!==S.controlId&&this.control.drawBorder(t);const W=this.getElementRowMargin(S);this.control.recordBorderInfo(F,O+W,S.metrics.width,D.height-2*W)}else E?.control?.border&&this.control.drawBorder(t);if(S.control?.type===s.ControlType.TEXT){const W=S.controlComponent===s.ControlComponent.VALUE,G=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),W&&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,F,O+D.height),this.control.recordTextFieldUnderlineWidth(S.metrics.width)),G&&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 W=this.getElementRowMargin(S),G=S.left||0;let _=0;S.type===s.ElementType.SUBSCRIPT&&(_=this.subscriptParticle.getOffsetY(S));const K=S.control?.underline?this.options.underlineColor:S.color;this.underline.recordFillInfo(t,F-G,O+D.height-W+_,N.width+G,0,K,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 W=this.textParticle.measureBasisWord(t,this.getElementFont(S));let G=O+V+W.actualBoundingBoxDescent*n-N.height/2;S.type===s.ElementType.SUBSCRIPT?G+=this.subscriptParticle.getOffsetY(S):S.type===s.ElementType.SUPERSCRIPT&&(G+=this.superscriptParticle.getOffsetY(S)),this.strikeout.recordFillInfo(t,F,G,N.width)}}else E?.strikeout&&this.strikeout.render(t);const{zone:Y,splitTdRange:y}=this.range.getRange();let{startIndex:v,endIndex:w}=this.range.getRange(),Q=!1;if(T&&y&&[T.originalId,T.id].includes(y.originalId)&&(Q=!0,v=y.startIndex-(T.valueStartIndex??0),w=y.endIndex-(T.valueStartIndex??0)),Y===f&&v!==w&&v<=M&&M<=w){const W=this.position.getPositionContext();if(!W.isTable&&!S.tdId||W.tdId===S.tdId||Q)if(v===M){const G=u[v+1];G&&G.value===H&&(X.x=F+N.width,X.y=O,X.height=D.height,X.width+=this.options.rangeMinWidth)}else{let G=N.width;G===0&&D.elementList.length===1&&(G=this.options.rangeMinWidth),X.width||(X.x=F,X.y=O,X.height=D.height),X.width+=G}}if(!l.disabled&&S.groupIds&&this.group.recordFillInfo(S,F,O,N.width,D.height),M++,S.type===s.ElementType.TABLE&&!le(S)){const W=S.tdPadding||i,G=W[1]+W[3];for(let _=0;_<S.trList.length;_++){const K=S.trList[_];for(let A=0;A<K.tdList.length;A++){const q=K.tdList[A];this.drawRow(t,{elementList:q.value,positionList:q.positionList,rowList:q.rowList,pageNo:d,startIndex:0,innerWidth:(q.width-G)*n,zone:f,isDrawLineBreak:g,td:q})}}}}if(D.isList&&this.listParticle.drawListStyle(t,D,R[D.startIndex]),this.textParticle.complete(),this.control.drawBorder(t),this.underline.render(t),this.strikeout.render(t),this.group.render(t),!I){if(X.width&&X.height){const{x:b,y:S,width:N,height:V}=X;this.range.render(t,b,S,N,V)}if(m&&U&&U.id===L){const{coordinate:{leftTop:[b,S]}}=R[D.startIndex];this.tableParticle.drawRange(t,U,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:R,pageBorder:h}=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),R.disabled||this.lineNumber.render(C,l),h.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=se(),n=[],i=(F,O)=>{n.push({label:F,duration:se()-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 F=this.getElementList(),O=F[a],Y=O?.type===s.ElementType.SUB_TEMPLATE&&O.subTemplateExpanded?s.LocationPosition.AFTER:s.LocationPosition.BEFORE,y=_n(F,a,Y);y!==a&&!le(F[y])&&(this.range.setRange(y,y),a=y)}let d;const u=this.position.getPositionContext();if(c)d=this.getOriginalElementList()[u.index];else{const F=~a?a:0,O=this.getElementList();d=Qn(O,F)}const{header:R,footer:h}=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||{},D=this.getInnerWidth(),X=this.getIsPagingMode(),U=this.pageRowList.length;if(L){if(this.splitTdValueMap.clear(),this.tdMap.clear(),this.position.setFloatPositionList([]),X){if(!R.disabled){const K=se();this.header.compute(),i("header.compute",K)}if(!h.disabled){const K=se();this.footer.compute(),i("footer.compute",K)}}const F=this.getMargins(),O=this.getHeight(),E=this.header.getExtraHeight(),Y=this.getMainOuterHeight(),y=F[3],v=F[0]+E,w=Yi(this.elementList),Q=se();this.rowList=this.computeRowList({startX:y,startY:v,pageHeight:O,mainOuterHeight:Y,isPagingMode:X,innerWidth:D,surroundElementList:w,elementList:this.elementList}),i("computeRowList",Q);const W=se();this.pageRowList=this._computePageList(),i("computePageList",W);const G=se();this.position.computePositionList(),i("computePositionList",G);const _=se();if(this.area.compute(),i("area.compute",_),!this.isPrintLikeMode()){const K=this.search.getSearchKeyword();if(K){const q=se();this.search.compute(K),i("search.compute",q)}const A=se();this.control.computeHighlightList(),i("control.computeHighlightList",A)}if(this.isGraffitiMode()){const K=se();this.graffiti.compute(),i("graffiti.compute",K)}}this.imageObserver.clearAll(),this.cursor.recoveryCursor();for(let F=0;F<this.pageRowList.length;F++)this.pageList[F]||this._createPage(F);const b=this.pageRowList.length,S=this.pageList.length;if(S>b){const F=S-b;this.ctxList.splice(b,F),this.pageList.splice(b,F).forEach(O=>O.remove())}const N=se();if(T&&X?this._lazyRender():this._immediateRender(),i(T&&X?"lazyRender":"immediateRender",N),g){if(L&&d?.tableId){const{index:F}=u,E=this.getOriginalElementList()[F];if(d.tableId!==E?.id){const y=this.findTableChildrenElement(!0,d.tableId,d);y&&u.index!==y.originalIndex&&(u.index=y.originalIndex,u.tableId=y.table.id,u.trIndex=y.trIndex,u.trId=y.tr.id,u.tdIndex=y.tdIndex,u.tdId=y.td.id,M=y.elementIndex,this.position.setPositionContext(u),this.range.setRange(M,M),this.updateTableTool())}const Y=this.getElementList();Y[a]!==d&&(M=Y.findIndex(y=>y===d))}M=this.setCursor(M)}else this.range.getIsSelection()&&this.cursor.focus();if(m){let F;const O=this.position.getPositionContext();F=this.range.getRange().startIndex-1,O.index=F}(f&&!I||M!==void 0&&this.historyManager.isStackEmpty())&&this.submitHistory(M);const V=se();Ci(()=>{const F=se();this.range.setRangeStyle(),L&&this.control.getActiveControl()&&this.control.reAwakeControl(),L&&!this.isReadonly()&&u.isTable&&this.getOriginalElementList()[u.index].type===s.ElementType.TABLE&&this.tableTool.render(),L&&!this.zone.isMainActive()&&this.zone.drawZoneIndicator(),U!==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=se();Ii(this.options,P||"render",O-e,[...n,{label:"nextTick.wait",duration:F-V},{label:"nextTick.callback",duration:O-F}],{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 R=d.trList[u],h=R.tdList.find(f=>t?r?.linkTdPrevId===f.id:r?.id===f.linkTdPrevId);if(h){n.index=a,n.trIndex=u,n.tableId=d.id,n.trId=R.id,n.tdId=h?.id,e=t?h.value.length-1:e+(h.value[0]?.type===s.ElementType.SPLIT_TAG?1:0);break}}if(this.position.setPositionContext(n),this.range.setRange(e,e),this.setCursor(e),e===0)return this.fixPosition(t);this.updateTableTool()}}return e}getInlineBackgroundControlType(t,e){if(e===void 0)return;const n=t[e],i=n?.controlId;return i?n.control?.type?n.control.type:t.find(r=>r.controlId===i&&r.originControlId===n.originControlId&&!!r.control?.type)?.control?.type:void 0}getIsHideInlineBackgroundControlCursor(t,e){if(this.options.mode!==s.EditorMode.EDIT&&this.options.mode!==s.EditorMode.FORM)return!1;const n=e!==void 0?t[e]:void 0;if(n?.controlComponent===s.ControlComponent.POSTFIX||n?.controlComponent===s.ControlComponent.POST_TEXT||n?.controlComponent===s.ControlComponent.POSTTEXTFIX||n?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)return!1;const i=this.getInlineBackgroundControlType(t,e);return!!(i&&[s.ControlType.SELECT,s.ControlType.DATE].includes(i))}setCursor(t){const e=this.position.getPositionContext(),n=this.position.getPositionList(),i=this.getElementList();if(e.isTable){const{index:r,trIndex:a,tdIndex:c}=e,u=this.getOriginalElementList()[r].trList?.[a].tdList[c].positionList;t===void 0&&u&&(t=u.length-1);const R=u?.[t];this.position.setCursorPosition(R||null)}else t!==void 0&&t>=n.length&&(t=n.length-1),this.position.setCursorPosition(t!==void 0&&t>=0?n[t]:null);let l=!0;if(t!==void 0&&e.isImage&&e.isDirectHit){const r=i[t];if(r&&Fa.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=Wi(this.elementList),i=Wi(this.header.getElementList()),l=Wi(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.position.getPositionContext().isTable){const t=this.position.getPositionList();t.length&&(this.setPageNo(t[0].pageNo),this.getTableTool().render())}}initTableElementIndex(t,e){t.trList?.forEach((n,i)=>{n.tdList.forEach((l,r)=>{l.tableIndex=e,l.tableId=t.id,l.trIndex=i,l.trId=n.id,l.tdIndex=r,this.tdMap.set(l.id,l)})})}clearElementEffect(t){t.trList?.forEach(e=>{e.minHeight=e.originalMinHeight??e.minHeight,delete e.originalMinHeight,e.tdList.forEach(n=>{delete n.linkTdNextId})})}updateElementTableInfo(t,e,n,i){return t.tableId=e.id,t.trId=n.id,t.tdId=i.id,t}findTableChildrenElement(t,e,n){const i=this.position.getPositionContext(),{index:l}=i,r=this.getOriginalElementList();let a=l;t&&(a=l>r.length?r.length-1:l);for(let c=a;t?c>=0:c<r.length;t?c--:c++){const d=r[c];if(d&&[d.originalId,d.id].includes(e))for(const[u,R]of d.trList.entries())for(const[h,f]of R.tdList.entries()){const g=f.value.findIndex(typeof n=="function"?n:T=>T===n);if(g>=0)return{originalIndex:c,table:d,tr:R,trIndex:u,td:f,tdIndex:h,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 Al{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(h=>{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=h,c.append(f)});const u=document.createElement("style"),R=`
|
|
566
|
+
`,document.body.appendChild(a);const c=a.querySelector(".table-properties-modal__mask"),d=a.querySelector(".table-properties-modal__close"),u=a.querySelector(".btn-cancel"),R=a.querySelector(".btn-confirm"),h=()=>{a.remove()};c.addEventListener("click",h),d.addEventListener("click",h),u.addEventListener("click",h),R.addEventListener("click",()=>{const 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],h();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||ft();return this.draw.insertElementList([{type:s.ElementType.AREA,value:"",areaId:a,valueList:n,area:lt(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],R=n[3],h=Math.ceil(d.coordinate.leftTop[1]),f=Math.ceil(u.coordinate.rightBottom[1]-h);t.textBaseline="middle",r.backgroundColor&&(t.fillStyle=r.backgroundColor,t.fillRect(R,h,i,f)),r.borderColor&&(t.strokeStyle=r.borderColor,t.strokeRect(R,h,i,f)),r.placeholder&&a.length<=1&&new Ql(this.draw).render(t,{placeholder:{...$s,...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:wt(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(Qs(a))return;const c=r;n.area[c]=a,l.includes(c)&&(i=!0)}),this.draw.render({isCompute:i,isSetCursor:!1})}setAreaValue(t){const e=t.id||this.getActiveAreaId();if(!e)return;const n=this.areaInfoMap.get(e);if(!n)return;const{positionList:i}=n,l=this.draw.getOriginalMainElementList(),r=t.value;jt([{type:s.ElementType.AREA,value:"",valueList:r,areaId:n.id,area:n.area}],{editorOptions:this.options}),this.draw.spliceElementList(l,i[0].index,i.length,r,{isIgnoreDeletedRule:!0}),this.draw.render({isSetCursor:!1})}}class 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(),R=(l||i.left)*n,h=(r||i.top)*n+u;this._drawImage(t,R,h,a*n,c*n,d)}if(this.areaBadgeMap.size){const n=this.draw.getArea().getAreaInfo();if(n.size){const{scale:i,badge:l}=this.options;for(const r of n){const{positionList:a}=r[1],c=a[0];if(c.pageNo!==e)continue;const d=this.areaBadgeMap.get(r[0]);if(!d)continue;const{left:u,top:R,width:h,height:f,value:g}=d,T=(u||l.left)*i,C=(R||l.top)*i+c.coordinate.leftTop[1];this._drawImage(t,T,C,h*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 Kl=1024,bn=/[\r\n\u200B]/,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 Hl(o,t,e){for(let n=0;n<e.length;n+=Kl){const i=e.slice(n,n+Kl);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 yd(this),this.group=new Xf(this),this.area=new wf(this),this.underline=new bd(this),this.strikeout=new Nd(this),this.highlight=new Fd(this),this.previewer=new Cf(this),this.imageParticle=new As(this),this.laTexParticle=new ks(this),this.textParticle=new Vd(this),this.tableParticle=new Ud(this),this.tableTool=new wd(this),this.tableOperate=new Uf(this),this.pageNumber=new kn(this),this.lineNumber=new bf(this),this.waterMark=new kd(this),this.placeholder=new Ql(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 hf(this),this.blockParticle=new Ef(this),this.listParticle=new Ff(this),this.lineBreakParticle=new Eo(this),this.whiteSpaceParticle=new yf(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 Nf(this),this.canvasEvent=new Ld(this),this.cursor=new Uc(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=lt({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=lt(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(lt(this.printModeData)),this.printModeData=null)}setReadonlyData(){this.readonlyModeData||(this.readonlyModeData=lt({header:this.header.getElementList(),main:this.elementList,footer:this.footer.getElementList()}));const t=lt(this.readonlyModeData);["header","main","footer"].forEach(n=>{const i=wt(t[n],{editorOptions:this.options});t[n]=vn(i),jt(t[n],{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData(t)}clearReadonlyData(){if(this.readonlyModeData){const t=lt(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===H||le(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.getIsInteractiveControlAtCursor())return!1;if(this.position.getPositionContext().isTable)return!this.isTableEditable()||this.getTd()?.disabled===!0;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}getIsInteractiveControlAtCursor(){const{startIndex:t}=this.range.getRange(),e=this.getElementList(),n=e[t];if(!n?.controlId||this.position.getPositionContext().isTable&&this.getTd()?.disabled)return!1;const i=n.originControlId||null;let l=n.control?.type;if(!l)for(let r=t;r>=0;r--){const a=e[r];if(a.controlId!==n.controlId||(a.originControlId||null)!==i)break;if(a.control?.type){l=a.control.type;break}}return l?l!==s.ControlType.TEXTFIELD:!1}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=lt({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 R of u.trList)for(const h of R.tdList)i(h.value,c);u.originControlId&&u.controlId&&u.originControlId!==u.controlId&&c.add(u.originControlId)}},l=new Set;e&&i(t,l),(a=>{for(let c=0;c<a.length;c++){const d=a[c];if(d.type===s.ElementType.TABLE&&d.trList)for(const u of d.trList)for(const R of u.tdList)this.hideTextFieldWhitespace(R.value,e);d.control?.type===s.ControlType.TEXTFIELD&&d.controlComponent===s.ControlComponent.VALUE&&n(d.value)&&(d.controlId&&l.has(d.controlId)?d.hide=!1:d.hide=e)}})(t)}getSubTemplateRuntimeEndIndex(t,e,n){if(!n)return e+1;let i=e+1;for(;i<t.length&&t[i].subTemplateParentId===n;)i++;return i}getLegacySubTemplateRuntimeEndIndex(t,e,n){if(!n.subTemplateExpanded||!n.subTemplateContent?.length)return e+1;const i=lt(n.subTemplateContent);jt(i,{isHandleFirstElement:!1,editorOptions:this.options});for(let l=0;l<i.length;l++){const r=t[e+1+l],a=i[l];if(!r||r.subTemplateParentId||r.type!==a.type||r.value!==a.value||r.controlId!==a.controlId||r.controlComponent!==a.controlComponent)return e+1}return e+1+i.length}syncSubTemplateExpandedState(t,e,n,i,l){let r=!1;n.id||(n.id=ft(),r=!0);let a=this.getSubTemplateRuntimeEndIndex(t,e,n.id);if(a===e+1&&n.subTemplateExpanded){const c=this.getLegacySubTemplateRuntimeEndIndex(t,e,n);c>e+1&&(t.splice(e+1,c-e-1),a=e+1,r=!0)}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=lt(n.subTemplateContent||[]);jt(c,{isHandleFirstElement:!1,editorOptions:this.options});for(let d=0;d<c.length;d++)c[d].subTemplateParentId=n.id;c.length&&(t.splice(e+1,0,...c),r=!0)}return r}applySubTemplateRuntimeState(t,e){const n=i=>{let l=!1,r=0;for(;r<i.length;){const a=i[r];if(a.type===s.ElementType.SUB_TEMPLATE){const c=!!a.subTemplateConditions?.length;if(this.mode===s.EditorMode.EDIT&&c)l=this.syncSubTemplateExpandedState(i,r,a,!0,!0)||l;else if((this.mode===s.EditorMode.FORM||this.isPrintLikeMode())&&c){const d=e?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 R=!1,h=!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 D=r[P];if(D.controlId!==L)break;D.controlComponent===s.ControlComponent.VALUE&&(D.value&&D.value.trim()||D.type===s.ElementType.MENSTRUAL_HISTORY||D.type===s.ElementType.FETAL_HEART_POSITION||D.type===s.ElementType.TOOTH_POSITION||D.type===s.ElementType.IMAGE||D.type===s.ElementType.MACRO||D.type===s.ElementType.CUSTOM_MACRO)&&(M=!0),P++}M&&(h=!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()&&(R=!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.IMAGE||m.type===s.ElementType.MACRO||m.type===s.ElementType.CUSTOM_MACRO)&&(R=!0),m.controlComponent===s.ControlComponent.VALUE&&m.control&&m.control.type!==u&&(h=!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(R||h){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&&(R||h)){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()}isTableEditable(){const{index:t,isTable:e}=this.position.getPositionContext();if(!e||t===void 0)return!1;const n=this.getOriginalElementList()[t];return n?.type===s.ElementType.TABLE&&n.tableEditable===!0}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:!!Ys(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;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let a=-1,c=this.control.getActiveControl();if(!c&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),c=this.control.getActiveControl()),c&&this.control.getIsRangeWithinControl()){const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length}else{const d=n===i,u=n+1;d||this.newSpliceElementList(l,u,i-n),this.newSpliceElementList(l,u,0,t),a=n+t.length;const R=l[u-1];t[0].listId&&R&&!R.listId&&R?.value===H&&(!R.type||R.type===s.ElementType.TEXTFIELD)&&(l.splice(n,1),a-=1)}this.control.destroyControl(),~a&&(this.range.setRange(a,a),this.render({curIndex:a,isSubmitHistory:r}))}insertElementList(t,e={}){if(!t.length||!this.range.getIsCanInput())return;let{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const{isSubmitHistory:l=!0}=e;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let r=-1,a=this.control.getActiveControl();if(!a&&this.control.getIsRangeWithinControl()&&(this.control.initControl(),a=this.control.getActiveControl()),a&&this.control.getIsRangeWithinControl()){const c=this.getElementList(),d=n===i;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,R=c[n],h=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(D=>D.controlId===P&&!D.originControlId&&!!D.control?.type)},C=R?.originControlId&&h?.originControlId===R.originControlId&&R.controlId&&h.controlId&&R.controlId!==h.controlId&&f(R)&&g(h)?T(R.originControlId):void 0,p=C?.control?.type===s.ControlType.TEXTFIELD,I=!!(R?.originControlId&&f(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&f(h)),m=!!(R?.originControlId&&f(R)&&h?.controlId===R.originControlId&&!h.originControlId&&h.control?.type===s.ControlType.TEXTFIELD&&h.controlComponent===s.ControlComponent.VALUE);if(R?.controlComponent===s.ControlComponent.PRE_TEXT||R?.controlComponent===s.ControlComponent.POST_TEXT||R?.controlComponent===s.ControlComponent.PREFIX||R?.controlComponent===s.ControlComponent.POSTFIX)for(let 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?R.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:h.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.IMAGE||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 D=c[n]?.controlId;D||(D=c[n-1]?.controlId),D||(D=c[n+1]?.controlId),!t[P].controlId&&D&&(t[P].controlId=D)}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 R=0;R<t.length;R++)if(t[R]?.type===s.ElementType.MENSTRUAL_HISTORY||t[R]?.type===s.ElementType.FETAL_HEART_POSITION||t[R]?.type===s.ElementType.TOOTH_POSITION||t[R]?.type===s.ElementType.MACRO||t[R]?.type===s.ElementType.CUSTOM_MACRO||t[R]?.type===s.ElementType.REUSABLE_ITEM||t[R]?.type===s.ElementType.SUB_TEMPLATE||t[R]?.type===s.ElementType.SPECIAL_SYMBOLS){t[R].controlComponent=s.ControlComponent.VALUE;const h=c[n]?.controlId||c[u]?.controlId;!t[R].controlId&&h&&(t[R].controlId=h)}this.newSpliceElementList(c,u,0,t),r=n+t.length}else{d||this.spliceElementList(c,u,i-n);for(let h=0;h<t.length;h++)t[h]?.control?.type=="button"&&!t[h]?.control?.buttonText&&(t[h]?.controlComponent==="prefix"||t[h]?.controlComponent==="postfix"?(t[h].color="#1677FF",t[h].highlight="transparent"):(t[h].color=this.options.defaultColor,t[h].highlight="transparent"));this.spliceElementList(c,u,0,t),r=n+t.length;const R=c[u-1];t[0].listId&&R&&!R.listId&&R?.value===H&&(!R.type||R.type===s.ElementType.TEXT)&&(c.splice(n,1),r-=1)}}~r&&(this.range.setRange(r,r),this.render({curIndex:r,isSubmitHistory:l}))}appendElementList(t,e={}){if(!t.length)return;jt(t,{isHandleFirstElement:!1,editorOptions:this.options});let n;const{isPrepend:i,isSubmitHistory:l=!0}=e;i?(this.elementList.splice(1,0,...t),n=t.length):(this.elementList.push(...t),n=this.elementList.length-1),this.range.setRange(n,n),this.render({curIndex:n,isSubmitHistory:l})}spliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const d=e+n,R=t[d]?.listId;if(R&&t[e-1]?.listId!==R){let h=d;for(;h<t.length;){const f=t[h];if(f.listId!==R||f.value===H)break;delete f.listId,delete f.listType,delete f.listStyle,h++}}if(!r&&!this.isDesignMode()&&!this.control.getIsRangeWithinControl()){const h=this.getTd()?.deletable;let f=d-1;for(;f>=e;){const g=t[f];(le(g)||h!==!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 R=i[u].value===H&&(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&&!R&&(i[u].controlId=d.controlId,i[u].control=d.control,i[u].controlComponent=d.controlComponent),d=i[u]}Hl(t,e,i)}}newSpliceElementList(t,e,n,i,l){const{isIgnoreDeletedRule:r=!1}=l||{},{group:a,modeRule:c}=this.options;if(n>0){const u=e+n,h=t[u]?.listId;if(h&&t[e-1]?.listId!==h){let f=u;for(;f<t.length;){const g=t[f];if(g.listId!==h||g.value===H)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];(le(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);Hl(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()}}removeSubTemplateRuntimeElements(t){const e=lt(t),n=l=>{for(let r=l.length-1;r>=0;r--){const a=l[r];if(a.subTemplateParentId){l.splice(r,1);continue}a.valueList?.length&&(a.valueList=i(a.valueList)),a.control?.value?.length&&(a.control.value=i(a.control.value)),a.type===s.ElementType.TABLE&&a.trList?.length&&a.trList.forEach(c=>{c.tdList.forEach(d=>{d.value=i(d.value)})})}return l},i=l=>n(l);return n(e)}getValue(t={}){const e=this.getOriginValue(t),{extraPickAttrs:n}=t,i={header:wt(this.removeSubTemplateRuntimeElements(e.header),{extraPickAttrs:n,editorOptions:this.options}),main:wt(this.removeSubTemplateRuntimeElements(e.main),{extraPickAttrs:n,isClassifyArea:!0,editorOptions:this.options}),footer:wt(this.removeSubTemplateRuntimeElements(e.footer),{extraPickAttrs:n,editorOptions:this.options}),graffiti:e.graffiti};return{version:pn,data:i,options:lt(this.options)}}setValue(t,e){const{header:n,main:i,footer:l}=lt(t);if(!n&&!i&&!l)return;const{isSetCursor:r=!1}=e||{};[n,i,l].forEach(d=>{d&&jt(d,{editorOptions:this.options,isForceCompensation:!0})}),this.setEditorData({header:n,main:i,footer:l}),this.mode===s.EditorMode.READONLY?(this.readonlyModeData=null,this.setReadonlyData()):this.isPrintLikeMode()&&(this.printModeData=null,this.setPrintData()),this.historyManager.recovery();const c=r?i?.length?i.length-1:0:void 0;c!==void 0&&this.range.setRange(c,c),this.render({curIndex:c,isSetCursor:r,isFirstRender:!0})}setEditorData(t){const{header:e,main:n,footer:i}=t;e&&this.header.setElementList(e),n&&(this.elementList=n),i&&this.footer.setElementList(i)}_wrapContainer(t){const e=document.createElement("div");return t.append(e),e}_formatContainer(){this.container.style.position="relative",this.container.style.width=`${this.getWidth()}px`,this.container.setAttribute(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:R,scale:h,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),D=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 X=r,U=a,b=0,S,N=0,V=0;for(let F=0;F<n.length;F++){const O=M[M.length-1],E=n[F];this.clearElementEffect(E);const Y=this.getElementRowMargin(E),y={width:0,height:0,boundingBoxAscent:0,boundingBoxDescent:0},v=O.offsetX||E.listId&&L.get(E.listId)||0,w=e-v,Q=O.elementList.length===1;if(X+=Q?v:0,U+=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 et=E.control?.type===s.ControlType.TEXTFIELD,$=E.controlId,k=!!$&&!!P?.has($);if(et){const x=!!$&&!!D?.has($);this.mode===s.EditorMode.EDIT?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=x:E.hide=!1:E.hide=!0}else{const x=!!$&&!!D?.has($);this.mode===s.EditorMode.EDIT||this.mode===s.EditorMode.FORM?E.controlComponent===s.ControlComponent.PLACEHOLDER||E.controlComponent===s.ControlComponent.TEXTFIXLABEL?E.hide=x:E.hide=!1:E.hide=!0}}if(le(E)&&!this.isDesignMode()){const et=O.elementList[O.elementList.length-1];y.height=et?.metrics.height||this.options.defaultSize*h,y.boundingBoxAscent=et?.metrics.boundingBoxAscent||0,y.boundingBoxDescent=et?.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)y.width=0,y.height=0,y.boundingBoxDescent=0;else{const et=E.width*h,$=E.height*h;if(et>w){const k=$*w/et;E.width=w/h,E.height=k/h,y.width=w,y.height=k,y.boundingBoxDescent=k}else y.width=et,y.height=$,y.boundingBoxDescent=$;if(E.imgCaption?.value){const k=E.imgCaption.size||f.size,x=E.imgCaption.top??f.top,st=(k+x)*h;y.boundingBoxAscent+=st}}else if(E.type===s.ElementType.TABLE){const et=E.tdPadding||g;if(E.pagingId){let j=F+1,dt=0;for(;j<n.length;){const ht=n[j];if(ht.pagingId===E.pagingId){const Ot=ht.trList.filter(Pt=>!Pt.pagingRepeat).filter(Pt=>(Pt.tdList=Pt.tdList.filter(Xt=>{if(Xt.originalId){for(let Lt=0;Lt<E.trList.length;Lt++){const bt=E.trList[Lt],Vt=bt.tdList.find(({id:qt})=>qt===Xt.originalId);if(Vt){Xt.value[0]?.type===s.ElementType.SPLIT_TAG&&Xt.value.splice(0,1),Vt.value.push(...Xt.value.map(qt=>this.updateElementTableInfo(qt,E,bt,Vt))),Vt.rowspan=Vt.originalRowspan??Vt.rowspan;break}}return!1}return!0}),!Pt.originalId));E.trList.push(...Ot),E.height+=ht.height,j++,dt++}else break}dt&&n.splice(F+1,dt)}E.pagingIndex=E.pagingIndex??0,this.tableParticle.computeTrHeight(E,j=>this.computeRowList({innerWidth:(j.width-(et[1]+et[3]))*h,elementList:j.value,isFromTable:!0,isPagingMode:i})),E.trList?.forEach(j=>{j.tdList.forEach(dt=>{this.tdMap.set(dt.id,dt)})});const $=this.tableParticle.getTableHeight(E),k=this.tableParticle.getTableWidth(E);E.width=k,E.height=$;const x=k*h,st=$*h;if(y.width=x,y.height=st,y.boundingBoxDescent=st,y.boundingBoxAscent=-Y,n[F+1]?.type===s.ElementType.TABLE&&(y.boundingBoxAscent-=Y),i){const j=this.getHeight(),dt=this.getMainOuterHeight();let ht=dt;for(let Lt=0;Lt<M.length;Lt++){const bt=M[Lt],Vt=bt.offsetY||0;bt.height+ht+Vt>j||M[Lt-1]?.isPageBreak?ht=dt+bt.height+Vt:ht+=bt.height+Vt}const Ot=Y*2,Pt=E.trList[0].height*h;(ht+Pt+Ot>j||E.pagingIndex!==0&&E.trList[0].pagingRepeat||n[F-1]?.type===s.ElementType.PAGE_BREAK)&&(ht=dt);let Xt=j-(ht+Ot);if(st>Xt){const Lt=E.trList;let bt=0,Vt=0,qt=0;for(let gt=0;gt<Lt.length;gt++){const mt=Lt[gt],Wt=mt.height*h;if(ht+Ot+qt+Wt>j){const St=mt;let Mt=0;const Dt={...lt(St),id:ft(),originalId:St.originalId??St.id,minHeight:void 0,tdList:E.colgroup.map((Rt,Et)=>{if(Mt--,Mt>0)return;const Ct=St.tdList.find(kt=>kt.colIndex===Et),ot=Ct??this.tableParticle.findPreRowSpanTd(Lt,gt,Et);Ct&&(Mt=Ct.colspan);const tt=ft();return ot.originalRowspan=ot.rowspan,Ct?{...Ct,id:tt,originalId:Ct.originalId??Ct.id,linkTdPrevId:Ct.id,tdIndex:Et,original:ot}:{id:tt,originalId:ot.originalId??ot.id,linkTdPrevId:ot.id,tdIndex:Et,colIndex:Et,colspan:1,rowspan:1,value:[],rowList:[],original:ot}}).filter(Rt=>!!Rt)},At=Dt.tdList,de=At.map(Rt=>Rt.original);de.forEach((Rt,Et)=>{const Ct=[];let ot=Xt;if(Rt.rowspan>1){const kt=Lt.slice(Rt.trIndex,Rt.trIndex+gt-Rt.trIndex);ot+=kt.reduce((he,me)=>me.height*h+he,0)}for(;Rt.mainHeight*h>ot&&Rt.rowList?.length;){const kt=Rt.rowList.pop();Rt.value.splice(Rt.value.length-kt.elementList.length),Ct.unshift(kt),Rt.mainHeight-=kt.height}const tt=At[Et];tt.rowList=Ct,tt.value=Ct.map(kt=>kt.elementList).flat()});let pt=!0;const it=St.tdList.some(Rt=>Rt.rowList?.length),Qt=Dt.tdList.some(Rt=>Rt.rowList?.length),Kt=St.minHeight>Xt;if(Qt||Kt){(it||!Qt&&Kt)&&(Kt&&(St.originalMinHeight=St.minHeight,St.minHeight=Xt,Dt.minHeight=Math.max(St.originalMinHeight-Xt,T)),Dt.tdList.forEach(Rt=>{Rt.original.linkTdNextId=Rt.id,Rt.value.length&&Rt.value[0].value!==H&&Rt.value.unshift({...Rt.original.value.slice(-1).pop(),value:H,type:s.ElementType.SPLIT_TAG})}),Lt.splice(bt+1,0,Dt),bt+=1,Vt=Lt.length-bt,pt=!1),de.forEach(Rt=>{if(Rt.rowspan>1){const Et=Rt.rowspan-(gt-Rt.trIndex);Rt.rowspan=gt-Rt.trIndex+(it?1:0);const Ct=Dt.tdList.find(ot=>ot.colIndex===Rt.colIndex);it?Ct.rowspan=Et:(Ct.original.linkTdNextId=Ct.id,St.tdList.push({...Rt,...Ct,rowspan:Et}),St.tdList.sort((ot,tt)=>ot.colIndex-tt.colIndex),Ct.value=[])}}),pt&&de.forEach((Rt,Et)=>{Rt.value.push(...At[Et].value)});break}}bt=gt+1,Vt=Lt.length-bt,qt+=Wt,Xt-=Wt}if(Vt){const gt=Lt.splice(bt,Vt),mt=E.pagingId||ft();E.pagingId=mt;const Wt=lt(E);Wt.originalId=E.originalId??E.id,Wt.pagingId=mt,Wt.pagingIndex=E.pagingIndex+1;const St=Lt.filter(At=>At.pagingRepeat);if(St.length){const At=lt(St);At.forEach(de=>de.id=ft()),gt.unshift(...At)}Wt.trList=gt,Wt.id=ft(),Wt.trList?.forEach(At=>{At.tdList.forEach(de=>{if(delete de.valueStartIndex,de.linkTdPrevId){const pt=this.getTdById(de.linkTdPrevId);de.valueStartIndex=pt?(pt.valueStartIndex??0)+pt.value.length:0,this.splitTdValueMap.has(de.originalId)?this.splitTdValueMap.get(de.originalId).push(...de.value):pt&&this.splitTdValueMap.set(de.originalId,[...pt.value,...de.value])}de.value.forEach(pt=>this.updateElementTableInfo(pt,Wt,At,de))})}),this.spliceElementList(n,F+1,0,[Wt]),this.tableParticle.computeTrHeight(E);const Mt=this.tableParticle.getTableHeight(E),Dt=Mt*h;E.height=Mt,y.height=Dt,y.boundingBoxDescent=Dt}}if(E.pagingId){const Lt=this.position.getPositionContext();if(Lt.isTable){let bt=-1,Vt=-1,qt=F;for(;qt<n.length;){const gt=n[qt];if(gt.pagingId!==E.pagingId)break;const mt=gt.trList.findIndex(Wt=>Wt.id===Lt.trId);if(~mt){bt=qt,Vt=mt;break}qt++}~bt&&(Lt.index=bt,Lt.trIndex=Vt,this.position.setPositionContext(Lt))}}}this.initTableElementIndex(E,F)}else if(E.type===s.ElementType.SEPARATOR){const{separator:{lineWidth:et}}=this.options,$=E.lineWidth||et;E.width=w/h,y.width=w,y.height=$*h,y.boundingBoxAscent=-Y,y.boundingBoxDescent=-Y+y.height}else if(E.type===s.ElementType.PAGE_BREAK)E.width=w/h,y.width=w,y.height=R;else if(E.type===s.ElementType.RADIO||E.controlComponent===s.ControlComponent.RADIO){const{width:et,height:$,gap:k}=this.options.radio,x=et+k*(E.controlComponent?1:2);E.width=x,y.width=x*h,y.height=$*h}else if(E.type===s.ElementType.CHECKBOX||E.controlComponent===s.ControlComponent.CHECKBOX){const{width:et,height:$,gap:k}=this.options.checkbox,x=et+k*(E.controlComponent?1:2);E.width=x,y.width=x*h,y.height=$*h}else if(E.type===s.ElementType.MENSTRUAL_HISTORY){const et=this.menstrualHistoryParticle.computeSize(E);E.width=et.width/h,y.width=et.width,y.height=et.height,y.boundingBoxAscent=et.height,y.boundingBoxDescent=0}else if(E.type===s.ElementType.FETAL_HEART_POSITION){const et=this.fetalHeartPositionParticle.computeSize();E.width=et.width/h,y.width=et.width,y.height=et.height,y.boundingBoxAscent=et.height/2,y.boundingBoxDescent=et.height/2}else if(E.type===s.ElementType.TOOTH_POSITION){const et=this.toothPositionParticle.computeSize(E);E.width=et.width/h,y.width=et.width,y.height=et.height,y.boundingBoxAscent=et.height/2,y.boundingBoxDescent=et.height/2}else if(E.type===s.ElementType.TAB)y.width=C*h,y.height=R*h,y.boundingBoxDescent=0,y.boundingBoxAscent=this.textParticle.getBasisWordBoundingBoxAscent(m,m.font);else if(E.type===s.ElementType.BLOCK){if(!E.width)y.width=w;else{const et=E.width*h;y.width=Math.min(et,w)}y.height=E.height*h,y.boundingBoxDescent=y.height,y.boundingBoxAscent=0}else if(E.type===s.ElementType.LABEL){const{defaultSize:et,label:{defaultPadding:$}}=this.options;m.font=this.getElementFont(E);const k=this.textParticle.measureText(m,E);y.width=(k.width+$[1]+$[3])*h,y.height=(E.size||et)*h,y.boundingBoxDescent=0,y.boundingBoxAscent=($[0]+k.actualBoundingBoxAscent)*h}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:et}=this.options;m.font=this.getElementFont(E);const $=this.getMode(),k=$===s.EditorMode.EDIT,x=$===s.EditorMode.FORM;if($===s.EditorMode.READONLY&&E.type!==s.ElementType.SUB_TEMPLATE){const j=No(E).split(bn),dt=j.reduce((Pt,Xt)=>Math.max(Pt,m.measureText(Xt).width),0),ht=(E.size||et)*h,Ot=m.measureText(j[0]);y.width=dt,y.height=ht*j.length,y.boundingBoxDescent=Ot.actualBoundingBoxDescent+ht*(j.length-1),y.boundingBoxAscent=Ot.actualBoundingBoxAscent}else if(k){const st=E.label||E.value||"";m.font=this.getElementFont(E);const j=m.measureText(st),dt=8*h,ht=4*h;y.width=j.width+dt*2;const Ot=j.actualBoundingBoxAscent+j.actualBoundingBoxDescent;y.height=Ot+ht*2;const Pt=this.textParticle.measureBasisWord(m,this.getElementFont(E));y.boundingBoxAscent=Pt.actualBoundingBoxAscent*h,y.boundingBoxDescent=Pt.actualBoundingBoxDescent*h}else if(E.type===s.ElementType.CUSTOM_MACRO){const st=E.macroConfig,j=st?.value||"";if(x){const dt=st?.type||"text",ht=this.textParticle.measureText(m,E),Ot=E.label||"";if(dt==="select"){const Pt=j||`请选择${Ot}`,Xt=m.measureText(Pt),Lt=m.measureText("[").width,bt=6*h+2*h;y.width=Lt+Xt.width+bt+Lt}else{const Xt=(j||`请输入${Ot}`).split(bn),Lt=Xt.reduce((qt,gt)=>Math.max(qt,m.measureText(gt).width),0),bt=m.measureText("[").width,Vt=(E.size||et)*h;y.width=bt+Lt+bt,y.height=Vt*Xt.length,y.boundingBoxAscent=ht.actualBoundingBoxAscent*h,y.boundingBoxDescent=ht.actualBoundingBoxDescent*h+Vt*(Xt.length-1)}dt==="select"&&(y.height=(E.size||et)*h,y.boundingBoxDescent=ht.actualBoundingBoxDescent*h,y.boundingBoxAscent=ht.actualBoundingBoxAscent*h)}else{const dt=E.label||"",Ot=(j||`请输入${dt}`).split(bn),Pt=Ot.reduce((bt,Vt)=>Math.max(bt,m.measureText(Vt).width),0),Xt=(E.size||et)*h,Lt=m.measureText(Ot[0]);y.width=Pt,y.height=Xt*Ot.length,y.boundingBoxDescent=Lt.actualBoundingBoxDescent+Xt*(Ot.length-1),y.boundingBoxAscent=Lt.actualBoundingBoxAscent}}else if(E.type===s.ElementType.REUSABLE_ITEM){const j=E.reusableItemConfig?.value||"",dt=E.label||"";if(x){const ht=this.textParticle.measureText(m,E),Pt=(j||`请输入${dt}`).split(bn),Xt=Pt.reduce((Vt,qt)=>Math.max(Vt,m.measureText(qt).width),0),Lt=m.measureText("[").width,bt=(E.size||et)*h;y.width=Lt+Xt+Lt,y.height=bt*Pt.length,y.boundingBoxDescent=ht.actualBoundingBoxDescent*h+bt*(Pt.length-1),y.boundingBoxAscent=ht.actualBoundingBoxAscent*h}else{const Ot=(j||`获取 ${dt}`).split(bn),Pt=Ot.reduce((bt,Vt)=>Math.max(bt,m.measureText(Vt).width),0),Xt=(E.size||et)*h,Lt=m.measureText(Ot[0]);y.width=Pt,y.height=Xt*Ot.length,y.boundingBoxDescent=Lt.actualBoundingBoxDescent+Xt*(Ot.length-1),y.boundingBoxAscent=Lt.actualBoundingBoxAscent}}else if(E.type===s.ElementType.SUB_TEMPLATE){const st=E.label||"子模板";if(x){const j=m.measureText(st),dt=8*h,ht=4*h,Ot=j.actualBoundingBoxAscent+j.actualBoundingBoxDescent;y.width=j.width+dt*2,y.height=Ot+ht*2;const Pt=this.textParticle.measureBasisWord(m,this.getElementFont(E));y.boundingBoxAscent=Pt.actualBoundingBoxAscent*h,y.boundingBoxDescent=Pt.actualBoundingBoxDescent*h}else{const j=m.measureText(st);y.width=j.width,y.height=(E.size||et)*h,y.boundingBoxDescent=j.actualBoundingBoxDescent,y.boundingBoxAscent=j.actualBoundingBoxAscent}}else{const st=E.label||"",j=E.value||`获取 ${st}`,dt=m.measureText(j);y.width=dt.width,y.height=(E.size||et)*h,y.boundingBoxDescent=dt.actualBoundingBoxDescent,y.boundingBoxAscent=dt.actualBoundingBoxAscent}}else{const et=E.size||R;(E.type===s.ElementType.SUPERSCRIPT||E.type===s.ElementType.SUBSCRIPT)&&(E.actualSize=Math.ceil(et*.6)),y.height=(E.actualSize||et)*h,m.font=this.getElementFont(E);const $=this.textParticle.measureText(m,E),k=E.buttonValueLayoutPrefixOffset?m.measureText("[").width:0;y.width=Math.max(0,$.width-k)*h,E.letterSpacing&&(y.width+=E.letterSpacing*h);const x=this.textParticle.measureBasisWord(m,E.font);y.boundingBoxAscent=x.actualBoundingBoxAscent*h,y.boundingBoxDescent=x.actualBoundingBoxDescent*h,E.type===s.ElementType.SUPERSCRIPT?y.boundingBoxAscent+=y.height/2:E.type===s.ElementType.SUBSCRIPT&&(y.boundingBoxDescent+=y.height/2)}const W=!le(E)&&(E.imgDisplay!==s.ImageDisplay.INLINE&&E.type===s.ElementType.IMAGE||E.type===s.ElementType.LATEX)?y.height+Y:y.boundingBoxAscent+Y,G=Y+y.boundingBoxAscent+y.boundingBoxDescent+Y,_=Object.assign(E,{metrics:y,left:0,style:this.getElementFont(E,h)});this.getIsButtonRowStartPrefix(n,F,O)&&(_.left=-y.width);const K=this.getElementLayoutWidth(_);_.control?.minWidth&&(_.controlComponent&&(V+=y.width),_.controlComponent===s.ControlComponent.POSTFIX&&(this.control.setMinWidthControlInfo({row:O,rowElement:_,availableWidth:w,controlRealWidth:V}),V=0));const A=n[F-1];let q=n[F+1],J=O.width+K;if(this.options.wordBreak===s.WordBreak.BREAK_WORD&&(!A?.type||A?.type===s.ElementType.TEXT)&&(!E.type||E.type===s.ElementType.TEXT)){const et=`${A?.value||""}${E.value}`;if(this.WORD_LIKE_REG.test(et)){const{width:k,endElement:x}=this.textParticle.measureWord(m,n,F),st=k*h;x&&st<=w?(J+=st,q=x):A&&(J+=st)}const $=this.textParticle.measurePunctuationWidth(m,q);J+=$*h}E.listId&&(E.listId!==S?N=0:E.value===H&&!E.listWrap&&N++),S=E.listId;const Nt=this.position.setSurroundPosition({pageNo:b,rowElement:_,row:O,rowElementRect:{x:X,y:U,height:G,width:K},availableWidth:w,surroundElementList:u});X=Nt.x,J+=Nt.rowIncreaseWidth,X+=K;let vt=!1;if(this.mode===s.EditorMode.FORM&&E.control?.type===s.ControlType.BUTTON&&E.controlComponent===s.ControlComponent.PREFIX&&O.elementList.filter(et=>et.controlId!==E.controlId).length>0){const et=E.controlId;if(n.some(k=>k.controlId===`${et}_text`&&k.control?.type===s.ControlType.BUTTON)){let k=0;for(let x=F;x<n.length;x++){const st=n[x];if(st.controlId!==et)break;m.font=this.getElementFont(st);const j=this.textParticle.measureText(m,st);if(k+=j.width*h,st.controlComponent===s.ControlComponent.POSTFIX)break}for(let x=0;x<n.length;x++){const st=n[x];if(st.controlId===`${et}_text`){m.font=this.getElementFont(st);const j=this.textParticle.measureText(m,st);k+=j.width*h}}vt=O.width+k>w}}const Ie=E.type===s.ElementType.SEPARATOR||E.type===s.ElementType.TABLE||A?.type===s.ElementType.TABLE||A?.type===s.ElementType.CUSTOM_MACRO&&bn.test(A.macroConfig?.value||"")||A?.type===s.ElementType.REUSABLE_ITEM&&bn.test(A.reusableItemConfig?.value||"")||A?.type===s.ElementType.BLOCK||E.type===s.ElementType.BLOCK||A?.imgDisplay===s.ImageDisplay.INLINE||E.imgDisplay===s.ImageDisplay.INLINE||A?.listId!==E.listId||A?.areaId!==E.areaId&&!E.area?.hide||E.control?.flexDirection===s.FlexDirection.COLUMN&&(E.controlComponent===s.ControlComponent.CHECKBOX||E.controlComponent===s.ControlComponent.RADIO)&&A?.controlComponent===s.ControlComponent.VALUE||F!==0&&E.value===H&&!E.area?.hide||vt,oe=J>w,ue=Ie||oe;if(ue){const et={width:K,height:G,startIndex:F,elementList:[_],ascent:W,rowIndex:O.rowIndex+1,rowFlex:n[F]?.rowFlex||n[F+1]?.rowFlex,isPageBreak:E.type===s.ElementType.PAGE_BREAK};if(_.controlComponent!==s.ControlComponent.PREFIX&&_.control?.indentation===s.ControlIndentation.VALUE_START){const $=O.elementList.findIndex(k=>k.controlId===_.controlId&&k.controlComponent!==s.ControlComponent.PREFIX);if(~$){const x=this.position.computeRowPosition({row:O,innerWidth:this.getInnerWidth()})[$];x&&(et.offsetX=x.coordinate.leftTop[0])}}E.listId&&(et.isList=!0,et.offsetX=L.get(E.listId),et.listIndex=N),et.offsetY=!l&&E.area?.top&&E.areaId!==n[F-1]?.areaId?E.area.top*h:0,M.push(et)}else O.width+=K,F===0&&(An(n[1])||n[1]?.areaId)?(O.height=p,O.ascent=p):O.height<G&&(O.height=G,O.ascent=W),O.elementList.push(_);if((ue||F===n.length-1)&&(O.isWidthNotEnough=oe&&!Ie,!O.isSurround&&(A?.rowFlex===s.RowFlex.JUSTIFY||A?.rowFlex===s.RowFlex.ALIGNMENT&&O.isWidthNotEnough))){const et=O.elementList[0]?.value===H?O.elementList.slice(1):O.elementList,$=(w-O.width)/(et.length-1);for(let k=0;k<et.length-1;k++){const x=et[k];x.metrics.width+=$}O.width=w}if(ue){X=r,U+=O.height,i&&!l&&c&&(U-a+d+G>c||E.type===s.ElementType.PAGE_BREAK)&&(U=a,Dc(u,b),b+=1),_.left=0;const et=M[M.length-1];X=this.position.setSurroundPosition({pageNo:b,rowElement:_,row:et,rowElementRect:{x:X,y:U,height:G,width:K},availableWidth:w,surroundElementList:u}).x,X+=K}}return M}_collectTextControlValueSet(t){if(this.isDesignMode()||this.mode===s.EditorMode.EDIT)return null;const e=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&(l.control?.type===s.ControlType.TEXT||l.control?.type===s.ControlType.TEXTFIELD)&&e.add(l.controlId)}const n=new Set;for(let i=0;i<t.length;i++){const l=t[i];l.controlId&&l.controlComponent===s.ControlComponent.VALUE&&e.has(l.controlId)&&n.add(l.controlId)}return n}_collectTextControlHasContentSet(t){if(this.isDesignMode())return null;const e=new Set;let n=0;for(;n<t.length;){const i=t[n];if(i.controlId&&(i.control?.type===s.ControlType.TEXT||i.control?.type===s.ControlType.TEXTFIELD)&&(i.controlComponent===s.ControlComponent.PREFIX||i.controlComponent===s.ControlComponent.PRE_TEXT||i.controlComponent===s.ControlComponent.PRETEXTFIX||i.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT)){const l=i.controlId;let r=!1,a=n+1;for(;a<t.length;){const c=t[a];if(c.controlId===l&&(c.controlComponent===s.ControlComponent.POSTFIX||c.controlComponent===s.ControlComponent.POST_TEXT||c.controlComponent===s.ControlComponent.POSTTEXTFIX||c.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT))break;if(c.controlId===l&&c.controlComponent===s.ControlComponent.VALUE&&(r=!0),c.controlId!==l&&c.controlId){(i.control?.type===s.ControlType.TEXT||c.controlComponent===s.ControlComponent.VALUE)&&(r=!0);const d=c.controlId;for(a++;a<t.length&&t[a].controlId===d;)a++;continue}a++}r&&e.add(l)}n++}return e}_computePageList(){const t=[[]],{pageMode:e,pageNumber:{maxPageNo:n}}=this.options,i=this.getHeight(),l=this.getMainOuterHeight();let r=l,a=0;if(e===s.PageMode.CONTINUITY){t[0]=this.rowList,r+=this.rowList.reduce((R,h)=>R+h.height+(h.offsetY||0),0);const c=this.getPagePixelRatio(),d=this.pageList[0],u=Number(d.style.height.replace("px",""));if(r>u)d.style.height=`${r}px`,d.height=r*c;else{const R=r<i?i:r;d.style.height=`${R}px`,d.height=R*c}this._initPageContext(this.ctxList[0])}else for(let c=0;c<this.rowList.length;c++){const d=this.rowList[c],u=d.offsetY||0;if(d.height+u+r>i||this.rowList[c-1]?.isPageBreak){if(Number.isInteger(n)&&a>=n){this.elementList=this.elementList.slice(0,d.startIndex);break}r=l+d.height+u,t.push([d]),a++}else r+=d.height+u,t[a].push(d)}return t}_drawHighlight(t,e){const{rowList:n,positionList:i,elementList:l}=e,r=this.getDefaultBasicRowMarginHeight(),a=this.getHighlightMarginHeight();for(let c=0;c<n.length;c++){const d=n[c];let u="";for(let R=0;R<d.elementList.length;R++){const h=d.elementList[R],f=d.startIndex+R,g=l[f]===h?f:l.indexOf(h),T=~g?g:f,C=this.control.getControlHighlight(l,T),p=h.highlight||C;if(p){u&&u!==p&&this.highlight.render(t);const I=i[T],{coordinate:{leftTop:[m,L]}}=I,M=h.left||0,P=!h.highlight&&!!C&&this.control.getIsInlineControlBackground(l,T),D=P?L+I.ascent-h.metrics.boundingBoxAscent-a:L+r-a,X=P?h.metrics.boundingBoxAscent+h.metrics.boundingBoxDescent+2*a:d.height-2*r+2*a;this.highlight.recordFillInfo(t,m-M,D,h.metrics.width+M,X,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:R,startIndex:h,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=h;for(let P=0;P<c.length;P++){const D=c[P],X={x:0,y:0,width:0,height:0};let U=null;for(let b=0;b<D.elementList.length;b++){const S=D.elementList[b],N=S.metrics,{ascent:V,coordinate:{leftTop:[F,O]}}=R[D.startIndex+b],E=D.elementList[b-1];if(le(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,F,O+V);else if(S.type===s.ElementType.LATEX)this.textParticle.complete(),this.laTexParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.TABLE)m&&(X.x=F,X.y=O,U=S),this.tableParticle.render(t,S,F,O);else if(S.type===s.ElementType.HYPERLINK)this.textParticle.complete(),this.hyperlinkParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.LABEL)this.textParticle.complete(),this.labelParticle.render(t,S,F,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,F,O+V);else if(S.type===s.ElementType.DATE){const W=D.elementList[b+1];(!E||E.dateId!==S.dateId)&&this.textParticle.complete(),this.textParticle.record(t,S,F,O+V),(!W||W.dateId!==S.dateId)&&this.textParticle.complete()}else if(S.type===s.ElementType.SUPERSCRIPT)this.textParticle.complete(),this.superscriptParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.SUBSCRIPT)this.underline.render(t),this.textParticle.complete(),this.subscriptParticle.render(t,S,F,O+V);else if(S.type===s.ElementType.SEPARATOR)this.separatorParticle.render(t,S,F,O);else if(S.type===s.ElementType.PAGE_BREAK)this.mode!==s.EditorMode.CLEAN&&!p&&this.pageBreakParticle.render(t,S,F,O);else if(S.type===s.ElementType.CHECKBOX||S.controlComponent===s.ControlComponent.CHECKBOX)this.textParticle.complete(),this.checkboxParticle.render({ctx:t,x:F,y:O+V,index:b,row:D});else if(S.type===s.ElementType.RADIO||S.controlComponent===s.ControlComponent.RADIO)this.textParticle.complete(),this.radioParticle.render({ctx:t,x:F,y:O+V,index:b,row:D});else if(S.type===s.ElementType.MENSTRUAL_HISTORY)this.textParticle.complete(),this.menstrualHistoryParticle.render({ctx:t,x:F,y:O+V,index:b,row:D,element:S});else if(S.type===s.ElementType.FETAL_HEART_POSITION)this.textParticle.complete(),this.fetalHeartPositionParticle.render({ctx:t,x:F,y:O+V,index:b,row:D,element:S});else if(S.type===s.ElementType.TOOTH_POSITION)this.textParticle.complete(),this.toothPositionParticle.render({ctx:t,x:F,y:O+V,index:b,row:D,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,F,O+V),this.textParticle.complete();else if(S.type===s.ElementType.BLOCK)this.textParticle.complete(),this.blockParticle.render(t,d,S,F,O+V);else{const W=S.buttonValueLayoutPrefixOffset===!0;(S.left||W)&&this.textParticle.complete(),this.textParticle.record(t,S,F,O+V),(W||S.width||S.letterSpacing||aa.test(S.value))&&this.textParticle.complete()}if(g&&!p&&this.mode!==s.EditorMode.CLEAN&&!D.isWidthNotEnough&&b===D.elementList.length-1&&this.lineBreakParticle.render(t,S,F,O+D.height/2),C&&ca.test(S.value)&&this.whiteSpaceParticle.render(t,S,F,O+D.height/2),S.control?.border){E?.control?.border&&E.controlId!==S.controlId&&this.control.drawBorder(t);const W=this.getElementRowMargin(S);this.control.recordBorderInfo(F,O+W,S.metrics.width,D.height-2*W)}else E?.control?.border&&this.control.drawBorder(t);if(S.control?.type===s.ControlType.TEXT){const W=S.controlComponent===s.ControlComponent.VALUE,G=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),W&&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,F,O+D.height),this.control.recordTextFieldUnderlineWidth(S.metrics.width)),G&&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 W=this.getElementRowMargin(S),G=S.left||0;let _=0;S.type===s.ElementType.SUBSCRIPT&&(_=this.subscriptParticle.getOffsetY(S));const K=S.control?.underline?this.options.underlineColor:S.color;this.underline.recordFillInfo(t,F-G,O+D.height-W+_,N.width+G,0,K,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 W=this.textParticle.measureBasisWord(t,this.getElementFont(S));let G=O+V+W.actualBoundingBoxDescent*n-N.height/2;S.type===s.ElementType.SUBSCRIPT?G+=this.subscriptParticle.getOffsetY(S):S.type===s.ElementType.SUPERSCRIPT&&(G+=this.superscriptParticle.getOffsetY(S)),this.strikeout.recordFillInfo(t,F,G,N.width)}}else E?.strikeout&&this.strikeout.render(t);const{zone:Y,splitTdRange:y}=this.range.getRange();let{startIndex:v,endIndex:w}=this.range.getRange(),Q=!1;if(T&&y&&[T.originalId,T.id].includes(y.originalId)&&(Q=!0,v=y.startIndex-(T.valueStartIndex??0),w=y.endIndex-(T.valueStartIndex??0)),Y===f&&v!==w&&v<=M&&M<=w){const W=this.position.getPositionContext();if(!W.isTable&&!S.tdId||W.tdId===S.tdId||Q)if(v===M){const G=u[v+1];G&&G.value===H&&(X.x=F+N.width,X.y=O,X.height=D.height,X.width+=this.options.rangeMinWidth)}else{let G=N.width;G===0&&D.elementList.length===1&&(G=this.options.rangeMinWidth),X.width||(X.x=F,X.y=O,X.height=D.height),X.width+=G}}if(!l.disabled&&S.groupIds&&this.group.recordFillInfo(S,F,O,N.width,D.height),M++,S.type===s.ElementType.TABLE&&!le(S)){const W=S.tdPadding||i,G=W[1]+W[3];for(let _=0;_<S.trList.length;_++){const K=S.trList[_];for(let A=0;A<K.tdList.length;A++){const q=K.tdList[A];this.drawRow(t,{elementList:q.value,positionList:q.positionList,rowList:q.rowList,pageNo:d,startIndex:0,innerWidth:(q.width-G)*n,zone:f,isDrawLineBreak:g,td:q})}}}}if(D.isList&&this.listParticle.drawListStyle(t,D,R[D.startIndex]),this.textParticle.complete(),this.control.drawBorder(t),this.underline.render(t),this.strikeout.render(t),this.group.render(t),!I){if(X.width&&X.height){const{x:b,y:S,width:N,height:V}=X;this.range.render(t,b,S,N,V)}if(m&&U&&U.id===L){const{coordinate:{leftTop:[b,S]}}=R[D.startIndex];this.tableParticle.drawRange(t,U,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:R,pageBorder:h}=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),R.disabled||this.lineNumber.render(C,l),h.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=se(),n=[],i=(F,O)=>{n.push({label:F,duration:se()-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 F=this.getElementList(),O=F[a],Y=O?.type===s.ElementType.SUB_TEMPLATE&&O.subTemplateExpanded?s.LocationPosition.AFTER:s.LocationPosition.BEFORE,y=_n(F,a,Y);y!==a&&!le(F[y])&&(this.range.setRange(y,y),a=y)}let d;const u=this.position.getPositionContext();if(c)d=this.getOriginalElementList()[u.index];else{const F=~a?a:0,O=this.getElementList();d=Qn(O,F)}const{header:R,footer:h}=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||{},D=this.getInnerWidth(),X=this.getIsPagingMode(),U=this.pageRowList.length;if(L){if(this.splitTdValueMap.clear(),this.tdMap.clear(),this.position.setFloatPositionList([]),X){if(!R.disabled){const K=se();this.header.compute(),i("header.compute",K)}if(!h.disabled){const K=se();this.footer.compute(),i("footer.compute",K)}}const F=this.getMargins(),O=this.getHeight(),E=this.header.getExtraHeight(),Y=this.getMainOuterHeight(),y=F[3],v=F[0]+E,w=Yi(this.elementList),Q=se();this.rowList=this.computeRowList({startX:y,startY:v,pageHeight:O,mainOuterHeight:Y,isPagingMode:X,innerWidth:D,surroundElementList:w,elementList:this.elementList}),i("computeRowList",Q);const W=se();this.pageRowList=this._computePageList(),i("computePageList",W);const G=se();this.position.computePositionList(),i("computePositionList",G);const _=se();if(this.area.compute(),i("area.compute",_),!this.isPrintLikeMode()){const K=this.search.getSearchKeyword();if(K){const q=se();this.search.compute(K),i("search.compute",q)}const A=se();this.control.computeHighlightList(),i("control.computeHighlightList",A)}if(this.isGraffitiMode()){const K=se();this.graffiti.compute(),i("graffiti.compute",K)}}this.imageObserver.clearAll(),this.cursor.recoveryCursor();for(let F=0;F<this.pageRowList.length;F++)this.pageList[F]||this._createPage(F);const b=this.pageRowList.length,S=this.pageList.length;if(S>b){const F=S-b;this.ctxList.splice(b,F),this.pageList.splice(b,F).forEach(O=>O.remove())}const N=se();if(T&&X?this._lazyRender():this._immediateRender(),i(T&&X?"lazyRender":"immediateRender",N),g){if(L&&d?.tableId){const{index:F}=u,E=this.getOriginalElementList()[F];if(d.tableId!==E?.id){const y=this.findTableChildrenElement(!0,d.tableId,d);y&&u.index!==y.originalIndex&&(u.index=y.originalIndex,u.tableId=y.table.id,u.trIndex=y.trIndex,u.trId=y.tr.id,u.tdIndex=y.tdIndex,u.tdId=y.td.id,M=y.elementIndex,this.position.setPositionContext(u),this.range.setRange(M,M),this.updateTableTool())}const Y=this.getElementList();Y[a]!==d&&(M=Y.findIndex(y=>y===d))}M=this.setCursor(M)}else this.range.getIsSelection()&&this.cursor.focus();if(m){let F;const O=this.position.getPositionContext();F=this.range.getRange().startIndex-1,O.index=F}(f&&!I||M!==void 0&&this.historyManager.isStackEmpty())&&this.submitHistory(M);const V=se();Ci(()=>{const F=se();this.range.setRangeStyle(),L&&this.control.getActiveControl()&&this.control.reAwakeControl(),L&&!this.isReadonly()&&u.isTable&&this.getOriginalElementList()[u.index].type===s.ElementType.TABLE&&this.tableTool.render(),L&&!this.zone.isMainActive()&&this.zone.drawZoneIndicator(),U!==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=se();Ii(this.options,P||"render",O-e,[...n,{label:"nextTick.wait",duration:F-V},{label:"nextTick.callback",duration:O-F}],{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 R=d.trList[u],h=R.tdList.find(f=>t?r?.linkTdPrevId===f.id:r?.id===f.linkTdPrevId);if(h){n.index=a,n.trIndex=u,n.tableId=d.id,n.trId=R.id,n.tdId=h?.id,e=t?h.value.length-1:e+(h.value[0]?.type===s.ElementType.SPLIT_TAG?1:0);break}}if(this.position.setPositionContext(n),this.range.setRange(e,e),this.setCursor(e),e===0)return this.fixPosition(t);this.updateTableTool()}}return e}getInlineBackgroundControlType(t,e){if(e===void 0)return;const n=t[e],i=n?.controlId;return i?n.control?.type?n.control.type:t.find(r=>r.controlId===i&&r.originControlId===n.originControlId&&!!r.control?.type)?.control?.type:void 0}getIsHideInlineBackgroundControlCursor(t,e){if(this.options.mode!==s.EditorMode.EDIT&&this.options.mode!==s.EditorMode.FORM)return!1;const n=e!==void 0?t[e]:void 0;if(n?.controlComponent===s.ControlComponent.POSTFIX||n?.controlComponent===s.ControlComponent.POST_TEXT||n?.controlComponent===s.ControlComponent.POSTTEXTFIX||n?.controlComponent===s.ControlComponent.POSTTEXTFIX_TEXT)return!1;const i=this.getInlineBackgroundControlType(t,e);return!!(i&&[s.ControlType.SELECT,s.ControlType.DATE].includes(i))}setCursor(t){const e=this.position.getPositionContext(),n=this.position.getPositionList(),i=this.getElementList();if(e.isTable){const{index:r,trIndex:a,tdIndex:c}=e,u=this.getOriginalElementList()[r].trList?.[a].tdList[c].positionList;t===void 0&&u&&(t=u.length-1);const R=u?.[t];this.position.setCursorPosition(R||null)}else t!==void 0&&t>=n.length&&(t=n.length-1),this.position.setCursorPosition(t!==void 0&&t>=0?n[t]:null);let l=!0;if(t!==void 0&&e.isImage&&e.isDirectHit){const r=i[t];if(r&&Fa.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=Wi(this.elementList),i=Wi(this.header.getElementList()),l=Wi(this.footer.getElementList()),r=lt(this.range.getRange()),a=this.pageNo,c=lt(e),d=this.zone.getZone();this.historyManager.execute(()=>{this.zone.setZone(d),this.setPageNo(a),this.position.setPositionContext(lt(c)),this.header.setElementList(lt(i)),this.footer.setElementList(lt(l)),this.elementList=lt(n),this.range.replaceRange(lt(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.position.getPositionContext().isTable){const t=this.position.getPositionList();t.length&&(this.setPageNo(t[0].pageNo),this.getTableTool().render())}}initTableElementIndex(t,e){t.trList?.forEach((n,i)=>{n.tdList.forEach((l,r)=>{l.tableIndex=e,l.tableId=t.id,l.trIndex=i,l.trId=n.id,l.tdIndex=r,this.tdMap.set(l.id,l)})})}clearElementEffect(t){t.trList?.forEach(e=>{e.minHeight=e.originalMinHeight??e.minHeight,delete e.originalMinHeight,e.tdList.forEach(n=>{delete n.linkTdNextId})})}updateElementTableInfo(t,e,n,i){return t.tableId=e.id,t.trId=n.id,t.tdId=i.id,t}findTableChildrenElement(t,e,n){const i=this.position.getPositionContext(),{index:l}=i,r=this.getOriginalElementList();let a=l;t&&(a=l>r.length?r.length-1:l);for(let c=a;t?c>=0:c<r.length;t?c--:c++){const d=r[c];if(d&&[d.originalId,d.id].includes(e))for(const[u,R]of d.trList.entries())for(const[h,f]of R.tdList.entries()){const g=f.value.findIndex(typeof n=="function"?n:T=>T===n);if(g>=0)return{originalIndex:c,table:d,tr:R,trIndex:u,td:f,tdIndex:h,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 Al{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(h=>{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=h,c.append(f)});const u=document.createElement("style"),R=`
|
|
567
567
|
* {
|
|
568
568
|
margin: 0;
|
|
569
569
|
padding: 0;
|
|
@@ -571,14 +571,14 @@ ${R} `}textToElements(t){const e=[],n=t.split(`
|
|
|
571
571
|
@page {
|
|
572
572
|
margin: 0;
|
|
573
573
|
size: ${d.size} ${i===s.PaperDirection.HORIZONTAL?"landscape":"portrait"};
|
|
574
|
-
}`;u.append(document.createTextNode(R)),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],_l=["id","titleId","listId","areaId","hyperlinkId","dateId","labelId","tableId","trId","tdId","pagingId","menstrualHistoryId","fetalHeartPositionId","toothPositionId"];function ai(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
|
|
574
|
+
}`;u.append(document.createTextNode(R)),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],_l=["id","titleId","listId","areaId","hyperlinkId","dateId","labelId","tableId","trId","tdId","pagingId","menstrualHistoryId","fetalHeartPositionId","toothPositionId"];function ai(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 lt(n);if(n.control?.value?.length){const i=ai(n.control.value,t);if(i)return i}if(n.valueList?.length){const i=ai(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=ai(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,ft()),t.get(a)),i=a=>a&&(e.has(a)||e.set(a,ft()),e.get(a)),l=a=>{a.controlId&&(a.controlId=n(a.controlId)),a.originControlId&&(a.originControlId=n(a.originControlId));for(let c=0;c<_l.length;c++){const d=_l[c],u=a[d];if(typeof u=="string"){const R=a;R[d]=i(u)}}a.groupIds?.length&&(a.groupIds=a.groupIds.map(c=>i(c))),a.valueList?.length&&a.valueList.forEach(l),a.control?.value?.length&&a.control.value.forEach(l),a.trList?.length&&a.trList.forEach(c=>{const d=c;typeof d.id=="string"&&(d.id=i(d.id)),c.tdList.forEach(u=>{const R=u;typeof R.id=="string"&&(R.id=i(R.id)),u.value.forEach(l)})})},r=lt(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===H?`
|
|
575
575
|
`: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===H?`
|
|
576
576
|
`:e.value||"").length>0)):!1}syncButtonPlaceholderElements(t,e,n){const i=[];let l=null,r=-1,a=!1;if(t.forEach((u,R)=>{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:R}),r===-1&&u.controlComponent===s.ControlComponent.POSTFIX&&(r=R))}),!l)return;const c=i.length?Math.min(...i.map(u=>u.index)):r;i.length&&i.sort((u,R)=>R.index-u.index).forEach(u=>{t.splice(u.index,1)});const d=yt(n);!d.length||a&&!i.length||c<0||d.forEach((u,R)=>{const h={...Jt(l,ae),value:u===`
|
|
577
|
-
`?H:u,controlId:e,type:s.ElementType.CONTROL,control:l.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor,hide:a};re(t,[h],c-1+R,{editorOptions:this.options}),t.splice(c+R,0,h)})}normalizeButtonContentValue(t){return Array.isArray(t)?
|
|
577
|
+
`?H:u,controlId:e,type:s.ElementType.CONTROL,control:l.control,controlComponent:s.ControlComponent.PLACEHOLDER,color:this.options.control.placeholderColor,hide:a};re(t,[h],c-1+R,{editorOptions:this.options}),t.splice(c+R,0,h)})}normalizeButtonContentValue(t){return Array.isArray(t)?lt(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)?lt(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 lt(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?[]:lt(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(`
|
|
578
578
|
`)||i.startsWith(`
|
|
579
579
|
`)?n:`${n}
|
|
580
580
|
`},{value:i}]:t:e}createButtonBusinessElements(t,e){const n=this.getButtonContentText(e),i=t.element.control,l=t.element.controlId,r=Jt(t.element,[...En,...ae,...Wn,...hn]),a=t.element.originControlId,c={...r,controlId:l,originControlId:a,type:s.ElementType.CONTROL,control:i,hide:!1},d=[];return Pn(n,i).forEach(R=>{d.push({...c,value:R.value===`
|
|
581
|
-
`?H:R.value,buttonValueLayout:R.buttonValueLayout,buttonValueLayoutPrefixOffset:R.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 R=this.hasButtonContent(n)?
|
|
581
|
+
`?H:R.value,buttonValueLayout:R.buttonValueLayout,buttonValueLayoutPrefixOffset:R.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 R=this.hasButtonContent(n)?lt(n):null,h=r+e.length+1;for(let f=r;f<=h;f++){const g=t.elementList[f];this.isSameButtonControlElement(g,t)&&g.control&&(g.control.value=R?lt(R):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()||Wc(this.canvasEvent,t)}copyControl(t){if(!t)return;const e=wt(this.draw.getElementList(),{editorOptions:this.options}),n=ai(e,t);n&&Fc({element:n})}pasteControl(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=ur();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=Xi([r]);if(!c.length)return;jt(c,{isHandleFirstElement:!1,editorOptions:this.options});let d=n,u=n,R=i,h=!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()){h=!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,R=m)}re(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!==R&&this.draw.spliceElementList(l,u+1,R-u),this.draw.spliceElementList(l,p,0,c);const I=d+c.length;this.range.setRange(I,I),this.draw.render({curIndex:I}),h&&this.control.emitControlContentChange()}selectAll(){this.canvasEvent.selectAll()}backspace(){if(this.draw.isReadonly()||this.draw.isDisabled())return;const e=this.draw.getElementList(),{startIndex:n,endIndex:i}=this.range.getRange(),l=n===i;if(l&&e[n].value===H&&n===0)return;l?this.draw.spliceElementList(e,n,1):this.draw.spliceElementList(e,n+1,i-n);const r=l?n-1:n;this.range.setRange(r,r),this.draw.render({curIndex:r})}setRange(t,e,n,i,l,r,a){if(t<0||e<0||e<t)return;this.range.setRange(t,e,n,i,l,r,a);const c=t===e;this.draw.render({curIndex:c?t:void 0,isCompute:!1,isSubmitHistory:!1,isSetCursor:c})}replaceRange(t){this.setRange(t.startIndex,t.endIndex,t.tableId,t.startTdIndex,t.endTdIndex,t.startTrIndex,t.endTrIndex)}setPositionContext(t){const{tableId:e,startTrIndex:n,startTdIndex:i}=t,l=this.draw.getOriginalElementList();if(e){const r=l.findIndex(u=>u.id===e);if(!~r)return;const c=l[r].trList[n],d=c.tdList[i];this.position.setPositionContext({isTable:!0,index:r,trIndex:n,tdIndex:i,tdId:d.id,trId:c.id,tableId:e})}else this.position.setPositionContext({isTable:!1})}forceUpdate(t){const{isSubmitHistory:e=!1}=t||{};this.range.clearRange(),this.draw.render({isSubmitHistory:e,isSetCursor:!1})}blur(){this.range.clearRange(),this.draw.getCursor().recoveryCursor()}hideCursor(){this.draw.getCursor().recoveryCursor()}undo(){this.draw.isReadonly()||this.historyManager.undo()}redo(){this.draw.isReadonly()||this.historyManager.redo()}painter(t){if(!t.isDblclick&&this.draw.getPainterStyle()){this.canvasEvent.clearPainterStyle();return}const e=this.range.getSelection();if(!e)return;const n={};e.forEach(i=>{ye.forEach(r=>{const a=r;n[a]===void 0&&Reflect.set(n,a,i[a])})}),this.draw.setPainterStyle(n,t)}applyPainterStyle(){this.draw.isReadonly()||this.draw.isDisabled()||this.canvasEvent.applyPainterStyle()}format(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();let l={},r=[];if(i?.length)r=i,l={isSetCursor:!1};else{const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];d?.value===H&&(r.push(d),l={curIndex:a})}r.length&&(r.forEach(a=>{ye.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&&Fs(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===H?`
|
|
582
582
|
`:p.value||"")});const R=!!(!a&&l&&(r===l||c)),h=t.placeholder!==void 0?t.placeholder:d;if(R&&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=h,t.code!==void 0&&(p.control.code=t.code),R&&(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=wn(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,h);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]===`
|
|
583
583
|
`?H:l[c]});else if(r.length>0){const a={...r[0].element};r.sort((d,u)=>u.index-d.index).forEach(d=>{e.splice(d.index,1)});const c=Math.min(...r.map(d=>d.index));for(let d=0;d<l.length;d++){const u=l[d]===`
|
|
584
|
-
`?H:l[d];e.splice(c+d,0,{...a,value:u})}}}const{endIndex:i}=this.range.getRange();this.draw.render({curIndex:i,isSetCursor:!0})}}delButton(t,e){return new Promise(n=>{for(let i=t.length-1;i>=0;i--)e.some(r=>r.controlId===t[i].controlId&&r.type===t[i].type)&&t.splice(i,1);n(!0)})}editButton(t,e,n){const i=this.draw.getElementList();n=n+1;for(let d=0;d<e.label.length;d++){const u={value:e.label[d],controlId:e.controlId,type:s.ElementType.CONTROL,control:{type:"button",buttonLabel:e.label,code:e.code,value:[{value:e.label}],label:e.label,hide:!1},controlComponent:"value",color:"#fff",highlight:"#1677FF",style:"16px Microsoft YaHei",hide:!1};i.splice(n+d,0,u)}const{startIndex:l,endIndex:r}=this.range.getRange(),a=!0,c=r;this.draw.render({curIndex:c,isSetCursor:a})}removeButtonElementsByControlId(t){return new Promise(e=>{const n=this.draw.getElementList();for(let c=n.length-1;c>=0;c--)n[c].controlId===t&&n.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),e(!0)})}removeByValue(t,e){return new Promise(n=>{for(let c=t.length-1;c>=0;c--)(t[c].type=="control"||t[c].type=="text"||t[c].type=="buttonText")&&t[c].control?.buttonLabel===e&&t[c].control?.buttonText&&t.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),n(!0)})}insertButtonValue(t){const e=this.draw.getElementList(),n=t.controlId,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",R=[];for(let I=0;I<r.length;I++){const m=r[I];R.push({value:m.value,code:m.code})}const h={type:"button",buttonLabel:a,buttonText:!0,label:a,code:c,value:R,hide:!1},f=[];f.push({value:"[",controlId:u,type:s.ElementType.CONTROL,control:h,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=yt(L);for(let P=0;P<M.length;P++)f.push({value:M[P],controlId:u,type:s.ElementType.CONTROL,control:h,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1});r.length>1&&I<r.length-1&&f.push({value:H,controlId:u,type:s.ElementType.CONTROL,control:h,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1})}f.push({value:"]",controlId:u,type:s.ElementType.CONTROL,control:h,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===H?d.font=t:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}size(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{minSize:l,maxSize:r,defaultSize:a}=this.options;if(t<l||t>r)return;let c={},d=[];const u=this.range.getTextLikeSelectionElementList();if(u?.length)d=u,c={isSetCursor:!1};else{const{endIndex:h}=this.range.getRange(),g=this.draw.getElementList()[h];this.range.setDefaultStyle({size:t}),g?.value===H?(d.push(g),c={curIndex:h}):this.draw.render({curIndex:h,isCompute:!1,isSubmitHistory:!1})}if(!d.length)return;let R=!1;d.forEach(h=>{!h.size&&t===a||h.size&&h.size===t||(h.size=t,R=!0)}),R&&this.draw.render(c)}sizeAdd(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,maxSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:g+2>l?l:g+2}),h?.value===H?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size>=l)&&(u.size+2>l?u.size=l:u.size+=2,d=!0)}),d&&this.draw.render(a)}sizeMinus(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,minSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:g-2<l?l:g-2}),h?.value===H?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size<=l)&&(u.size-2<l?u.size=l:u.size-=2,d=!0)}),d&&this.draw.render(a)}bold(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.bold);i.forEach(r=>{r.bold=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({bold:c.bold?!1:!this.range.getDefaultStyle()?.bold}),c?.value===H?c.bold=!c.bold:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}italic(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.italic);i.forEach(r=>{r.italic=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({italic:c.italic?!1:!this.range.getDefaultStyle()?.italic}),c?.value===H?c.italic=!c.italic:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}underline(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length){const r=l.some(a=>!a.underline||!t&&a.textDecoration||t&&!a.textDecoration||t&&a.textDecoration&&!Ca(a.textDecoration,t));l.forEach(a=>{a.underline=r,r&&t?a.textDecoration=t:delete a.textDecoration}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({underline:d?.underline?!1:!this.range.getDefaultStyle()?.underline}),d?.value===H?d.underline=!d.underline:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}strikeout(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.strikeout);i.forEach(r=>{r.strikeout=!!~l}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({strikeout:c.strikeout?!1:!this.range.getDefaultStyle()?.strikeout}),c?.value===H?c.strikeout=!c.strikeout:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}superscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUPERSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUPERSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUBSCRIPT)&&(r.type=s.ElementType.SUPERSCRIPT)}),this.draw.render({isSetCursor:!1})}subscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUBSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUBSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUPERSCRIPT)&&(r.type=s.ElementType.SUBSCRIPT)}),this.draw.render({isSetCursor:!1})}color(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.color=t:delete r.color}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({color:t||void 0}),d?.value===H?t?d.color=t:delete d.color:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}highlight(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.highlight=t:delete r.highlight}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({highlight:t||void 0}),d?.value===H?t?d.highlight=t:delete d.highlight:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}title(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=n===i?this.range.getRangeParagraphElementList():l.slice(n+1,i+1);if(!r||!r.length)return;const a=ft(),c=this.draw.getOptions().title;r.forEach(R=>{!R.type&&R.value===H||(t?(R.level=t,R.titleId=a,Vo(R)&&(R.size=c[xs[t]],R.bold=!0)):R.titleId&&(delete R.titleId,delete R.title,delete R.level,delete R.size,delete R.bold))});const d=n===i,u=d?i:n;this.draw.render({curIndex:u,isSetCursor:d})}list(t,e){this.draw.isReadonly()||this.draw.getListParticle().setList(t,e)}rowFlex(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowFlex=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}vertical(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.vertical=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}rowMargin(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowMargin=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}insertTable(t,e,n=!1){this.draw.isReadonly()||this.draw.isDisabled()||this.getIsRangeInTextField()||this.control.getActiveControl()||this.tableOperate.insertTable(t,e,n)}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||ft()}])}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:bs,type:s.ElementType.SEPARATOR,dashArray:t,...e};re(a,[u],l,{editorOptions:this.options}),l!==0&&a[l].value===H?(this.draw.spliceElementList(a,l,1,[u]),c=l-1):(this.draw.spliceElementList(a,l+1,0,[u]),c=l)}this.range.setRange(c,c),this.draw.render({curIndex:c})}pageBreak(){this.draw.isReadonly()||this.draw.isDisabled()||this.control.getActiveControl()||this.insertElementList([{type:s.ElementType.PAGE_BREAK,value:bs}])}addWatermark(t){if(this.draw.isReadonly())return;const n=this.draw.getOptions(),{color:i,size:l,opacity:r,font:a,gap:c}=Fi;n.watermark.data=t.data,n.watermark.type=t.type||s.WatermarkType.TEXT,t.width&&(n.watermark.width=t.width),t.height&&(n.watermark.height=t.height),n.watermark.color=t.color||i,n.watermark.opacity=t.opacity||r,n.watermark.size=t.size||l,n.watermark.font=t.font||a,n.watermark.repeat=!!t.repeat,t.numberType&&(n.watermark.numberType=t.numberType),n.watermark.gap=t.gap||c,this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1})}deleteWatermark(){if(this.draw.isReadonly())return;const e=this.draw.getOptions();e.watermark&&e.watermark.data&&(e.watermark={...Fi},this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1}))}image(t){if(this.draw.isReadonly()||this.draw.isDisabled())return null;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const 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||ft();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||Us(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:Kn(e,t).innerHTML,main:Kn(n,t).innerHTML,footer:Kn(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);te(n,{isHandleFirstElement:!1,editorOptions:this.options});const i=Yi(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=wt(this.range.getSelectionElementList()||[]),a=this.draw.getElementList(),c=Rn(a[i?e:e+1],{extraPickAttrs:["id","controlComponent"]}),d=Rn(a[n],{extraPickAttrs:["id","controlComponent"]}),u=this.draw.getRowList(),R=this.position.getPositionList(),h=R[e],f=R[n],g=h?.pageNo,T=f?.pageNo,C=h?.rowIndex,p=f?.rowIndex,I=u[C],m=u[p];let L=0,M=0;this.draw.getCursor().getHitLineStartIndex()||(L=I?.elementList[0]?.value===H?h?.index-I?.startIndex:h?.index-I?.startIndex+1),h===f?M=L:M=m.elementList[0]?.value===H?f.index-m.startIndex:f.index-m.startIndex+1;const P=[],D=this.draw.getOriginalHeight(),X=this.draw.getOriginalPageGap(),U=this.position.getSelectionPositionList();if(U){let v=null,w=0,Q=null;for(let W=0;W<U.length;W++){const{rowNo:G,pageNo:_,coordinate:{leftTop:K,rightTop:A},lineHeight:q}=U[W];v===null||v!==G?(Q&&P.push(Q),Q={x:K[0],y:K[1]+_*(D+X),width:A[0]-K[0],height:q},v=G,w=K[0]):Q.width=A[0]-w,W===U.length-1&&Q&&P.push(Q)}}else{const w=this.position.getPositionList()[n],{coordinate:{rightTop:Q},pageNo:W,lineHeight:G}=w;P.push({x:Q[0],y:Q[1]+W*(D+X),width:0,height:G})}const b=this.draw.getZone().getZone(),{isTable:S,trIndex:N,tdIndex:V,index:F}=this.position.getPositionContext();let O=null;if(S){const w=this.draw.getOriginalElementList()[F]||null;w&&(O=wt([w])[0])}let E=null,Y=null,y=e-1;for(;y>0;){const v=a[y],w=a[y-1];if(v.titleId&&v.titleId!==w?.titleId){E=v.titleId,Y=R[y].pageNo;break}y--}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:N??null,tdIndex:V??null,tableElement:O,selectionText:l,selectionElementList:r,titleId:E,titleStartPageNo:Y})}getRangeRow(){const t=this.range.getRangeRowElementList();return t?wt(t):null}getRangeParagraph(){const t=this.range.getRangeParagraphElementList();return t?wt(t):null}getKeywordRangeList(t){return this.range.getKeywordRangeList(t)}getKeywordContext(t){const e=this.getKeywordRangeList(t);if(!e.length)return null;const n=[],i=this.position.getOriginalMainPositionList(),l=this.draw.getOriginalMainElementList();for(let r=0;r<e.length;r++){const a=e[r],{startIndex:c,endIndex:d,tableId:u,startTrIndex:R,startTdIndex:h}=a;let f=i;if(a.tableId){const C=l.find(p=>p.id===u);C&&(f=C.trList?.[R]?.tdList?.[h]?.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();re(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 R=u.trList;for(let h=0;h<R.length;h++){const f=R[h];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],R=c[d],h=R.controlId&&R.controlComponent===s.ControlComponent.VALUE;if(u||h){if(Object.assign(R,t.properties),R.id){const f=Rc(R.id);f&&Object.assign(f,t.properties)}}else{const f=wt([{...R,...t.properties}],{extraPickAttrs:["id"]});f.length>0&&f[0]?(un(hn,R,f[0]),te(f,{isHandleFirstElement:!1,editorOptions:this.options}),c[d]=f[0]):Object.assign(R,t.properties)}}this.draw.render({isSetCursor:!1})}}deleteElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;let i=!1;function l(a){let c=0;for(;c<a.length;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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 R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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 wt(i,{extraPickAttrs:["id"]})}setValue(t,e){this.draw.setValue(t,e)}removeControl(t){if(t?.id||t?.conceptId){const{id:e,conceptId:n}=t;let i=!1;const l=a=>{let c=a.length-1;for(;c>=0;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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)return;const i=this.draw.getElementList(),l=i[e];if(l?.type===s.ElementType.MENSTRUAL_HISTORY||l?.type===s.ElementType.FETAL_HEART_POSITION||l?.type===s.ElementType.TOOTH_POSITION||l?.type===s.ElementType.IMAGE&&!!l.controlId&&l.controlComponent==="value"){this.draw.spliceElementList(i,e,1);const d=Math.max(0,e-1);this.range.setRange(d,d),this.draw.render({curIndex:d});return}if(!l?.controlId)return;const c=this.draw.getControl().removeControl(e);if(c===null)return;this.range.setRange(c,c),this.draw.render({curIndex:c})}}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 D=M[P];for(let X=0;X<D.tdList.length;X++){const U=D.tdList[X],b=n(U.value,I);if(b)return{...b,isTable:!0,index:m,trIndex:P,tdIndex:X,tdId:U.id,trId:D.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:R,tdIndex:h,tdId:f,trId:g,tableId:T,endIndex:C}=i;this.position.setPositionContext({isTable:l,index:r,trIndex:R,tdIndex:h,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===H)for(;n+1<t.length;){const l=t[n+1];if(l.value!==H&&l.value!==di)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?Hn(a,{innerWidth:l}):void 0;this.setValue({header:r(e),main:r(n),footer:r(i)})}setGroup(){return this.draw.isReadonly()?null:this.draw.getGroup().setGroup()}deleteGroup(t){this.draw.isReadonly()||this.draw.getGroup().deleteGroup(t)}getGroupIds(){return this.draw.getWorkerManager().getGroupIds()}locationGroup(t){const e=this.draw.getOriginalMainElementList(),n=this.draw.getGroup().getContextByGroupId(e,t);if(!n)return;const{isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u,endIndex:R}=n;this.position.setPositionContext({isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u}),this.range.setRange(R,R),this.draw.render({curIndex:R,isCompute:!1,isSubmitHistory:!1})}setZone(t){this.draw.getZone().setZone(t)}getControlValue(t){return this.draw.getControl().getValueById(t)}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 R=this.findButtonControlContext(i);if(!R)return;const h=this.createButtonBusinessElements(R,u),f=this.replaceButtonRenderedValue(R,h,u);this.syncButtonPlaceholderElements(R.elementList,i,R.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=Do(t);Object.entries(e).forEach(([n,i])=>{Reflect.set(this.options,n,i)}),this.forceUpdate()}setFormModeTrace(t){Object.assign(this.options.modeRule.form,t),this.forceUpdate()}getControlList(){return this.draw.getControl().getList()}locationControl(t,e){if(!t)return;function n(r,a,c){let d=0;for(;d<r.length;){const u=r[d];if(d++,u.type===s.ElementType.TABLE){const h=u.trList;for(let f=0;f<h.length;f++){const g=h[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 R=d-1;if(e?.position===s.LocationPosition.OUTER_AFTER){if(!(u.controlComponent===s.ControlComponent.POSTFIX&&r[d+1]?.controlComponent!==s.ControlComponent.POST_TEXT))continue}else if(e?.position===s.LocationPosition.OUTER_BEFORE)R-=1;else if(e?.position===s.LocationPosition.AFTER){if(R-=1,u.controlComponent!==s.ControlComponent.PLACEHOLDER&&u.controlComponent!==s.ControlComponent.POSTFIX&&u.controlComponent!==s.ControlComponent.POST_TEXT)continue}else if(u.controlComponent!==s.ControlComponent.PREFIX&&u.controlComponent!==s.ControlComponent.PRE_TEXT||r[d]?.controlComponent===s.ControlComponent.PREFIX||r[d]?.controlComponent===s.ControlComponent.PRE_TEXT)continue;return{zone:a,range:{startIndex:R,endIndex:R},positionContext:{isTable:!1}}}return null}const i=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}],l=[r=>r.controlId===t,r=>r.control?.conceptId===t,r=>r.control?.code===t];for(let r=0;r<l.length;r++)for(const a of i){const c=n(a.elementList,a.zone,l[r]);if(c){this.setZone(c.zone),this.position.setPositionContext(c.positionContext),this.range.replaceRange(c.range),this.draw.render({curIndex:c.range.startIndex,isCompute:!1,isSubmitHistory:!1});return}}}insertTextField(t){if(this.draw.isReadonly()||this.draw.isDisabled()||!t)return;const n=at(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Qn(l,i);if(!r)return;const a=[...En,...ae,...Wn,...hn];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=Qn(l,i);if(!r)return;const a=l[i],c=a?.controlComponent===s.ControlComponent.POSTFIX||a?.controlComponent===s.ControlComponent.POSTTEXTFIX;let d=!1;if(a?.controlId&&!c)for(let R=i;R>=0;R--){const h=l[R];if(h.controlId!==a.controlId)break;if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){h.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}if(!d&&!c){const R=l[i-1];if(R?.controlId)for(let h=i-1;h>=0;h--){const f=l[h];if(f.controlId!==R.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,...Wn,...hn];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 h=d.trList;for(let f=0;f<h.length;f++){const g=h[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 R=c;for(;R<r.length;){const h=r[R];if(R++,d.titleId!==h.titleId){if(h.level&&Di[h.level]<=Di[d.level])break;u.push(h)}}n.push({...d.title,value:Mn(u),elementList:wt(u),zone:a}),c=R}},l=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:r,elementList:a}of l)i(a,r);return n}getPositionContextByEvent(t,e={}){const n=t.target?.dataset.index;if(!n)return null;const{isMustDirectHit:i=!0}=e,l=Number(n),r=this.position.getPositionByXY({x:t.offsetX,y:t.offsetY,pageNo:l}),{isDirectHit:a,isTable:c,index:d,trIndex:u,tdIndex:R,tdValueIndex:h,zone: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[R];T=L?.value[h]||null,p=L?.positionList?.[h]||null,g={element:C[d],trIndex:u,tdIndex:R}}else T=C[d]||null,p=I[d]||null;let m=null;if(p){const{pageNo:L,coordinate:{leftTop:M,rightTop:P},lineHeight:D}=p,X=this.draw.getOriginalHeight(),U=this.draw.getOriginalPageGap();m={x:M[0],y:M[1]+L*(X+U),width:P[0]-M[0],height:D}}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=Qn(l,i);if(!r)return;const a=[...En,...ae,...Wn,...hn];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(mi(i)){const c=this.draw.getOriginalRowList();if(r=e===s.LocationPosition.BEFORE?c[i]?.startIndex:c[i+1]?.startIndex-1,!mi(r))return;this.range.setRange(r,r)}else r=e===s.LocationPosition.BEFORE?0:this.draw.getOriginalMainElementList().length-1,this.range.setRange(r,r);const a={isCompute:!1,isSetCursor:!1,isSubmitHistory:!1};n&&~r&&this.range.getIsCollapsed()&&(a.curIndex=r,a.isSetCursor=!0),this.draw.render(a)}insertArea(t){return this.draw.getArea().insertArea(t)}setAreaValue(t){return this.draw.getArea().setAreaValue(t)}setAreaProperties(t){this.draw.getArea().setAreaProperties(t)}locationArea(t,e){if(e?.isAppendLastLineBreak&&e?.position===s.LocationPosition.OUTER_AFTER){const l=this.draw.getOriginalMainElementList();l[l.length-1].areaId===t&&this.draw.appendElementList([{value:H}],{isSubmitHistory:!1})}const n=this.draw.getArea().getContextByAreaId(t,e);if(!n)return;const{range:{endIndex:i}}=n;this.position.setPositionContext({isTable:!1}),this.range.setRange(i,i),this.draw.render({curIndex:i,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1})}clearGraffiti(){this.draw.getGraffiti().clear(),this.draw.isGraffitiMode()&&this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1})}getMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=[],a=(d,u)=>{for(const R of d){if(R.type===s.ElementType.TABLE){const f=R.trList;for(const g of f)for(const T of g.tdList)a(T.value,u);continue}if(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM||e&&R.id!==e||n&&R.dictCode!==n||i&&R.label!==i||l&&R.areaId!==l)continue;const h={id:R.id,type:R.type,label:R.label,dictCode:R.dictCode,zone:u};R.type===s.ElementType.MACRO?h.value=R.value:R.type===s.ElementType.CUSTOM_MACRO?(h.macroConfig=R.macroConfig,h.value=R.macroConfig?.value):R.type===s.ElementType.REUSABLE_ITEM&&(h.reusableItemConfig=R.reusableItemConfig,h.value=R.reusableItemConfig?.value),r.push(h)}},c=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:d,elementList:u}of c)a(u,d);return r}getMacroList(){const t=[],e=i=>{for(const l of i){if(l.type===s.ElementType.TABLE){const r=l.trList;for(const a of r)for(const c of a.tdList)e(c.value);continue}(l.type===s.ElementType.MACRO||l.type===s.ElementType.CUSTOM_MACRO||l.type===s.ElementType.REUSABLE_ITEM)&&t.push(l)}},n=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const i of n)e(i);return t}setMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l,value:r,code:a,isSubmitHistory:c=!0}=t;let d=!1;const u=h=>{for(let f=0;f<h.length;f++){const g=h[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}))}},R=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const h of R)u(h);d&&this.draw.render({isSubmitHistory:c,isSetCursor:!1})}setMacroValueList(t){if(!t.length)return;let e=!1,n=!1;const i=r=>{for(let a=0;a<r.length;a++){const c=r[a];if(c.type===s.ElementType.TABLE){const 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:R,isSubmitHistory:h=!0}=d;e=!0,h&&(n=!0),c.type===s.ElementType.MACRO?c.value=u:c.type===s.ElementType.CUSTOM_MACRO?c.macroConfig?(c.macroConfig.value=u,R!==void 0&&(c.macroConfig.code=R)):c.macroConfig={type:"text",value:u}:c.type===s.ElementType.REUSABLE_ITEM&&(c.reusableItemConfig?c.reusableItemConfig.value=u:c.reusableItemConfig={value:u})}},l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const r of l)i(r);e&&(n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1}))}updateMacroProperties(t){const{id:e,dictCode:n,label:i,areaId:l,properties:r,isSubmitHistory:a=!0}=t;let c=!1;const d=R=>{for(let h=0;h<R.length;h++){const f=R[h];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 R of u)d(R);c&&this.draw.render({isSubmitHistory:a,isSetCursor:!1})}locationMacro(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=(c,d)=>{for(let u=0;u<c.length;u++){const R=c[u];if(R.type===s.ElementType.TABLE){const h=R.trList;for(let f=0;f<h.length;f++){const g=h[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:R.tableId,trId:g.id,tdId:C.id}}}}if(!(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM)&&!(e&&R.id!==e)&&!(n&&R.dictCode!==n)&&!(i&&R.label!==i)&&!(l&&R.areaId!==l))return{zone:d,index:u}}return null},a=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:c,elementList:d}of a){const u=r(d,c);if(u){this.setZone(u.zone),this.position.setPositionContext({isTable:u.isTable||!1,index:u.index,trIndex:u.trIndex,tdIndex:u.tdIndex,tableId:u.tableId,trId:u.trId,tdId:u.tdId}),this.range.replaceRange({startIndex:u.index,endIndex:u.index}),this.draw.render({curIndex:u.index,isCompute:!1,isSubmitHistory:!1});break}}}insertSubTemplate(t){const{label:e,templateId:n,content:i,conditions:l,relation:r="and",isSubmitHistory:a=!0}=t,c={id:ft(),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++)Fs(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);te(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 Bl={SELECTED_TEXT:"%s"},no={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}}=no;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 kl(o){return o.hitElement||o.hitTableElement}const eT=[s.ElementType.MENSTRUAL_HISTORY,s.ElementType.FETAL_HEART_POSITION,s.ElementType.TOOTH_POSITION];function nT(o){return eT.includes(o?.type)||o?.type===s.ElementType.IMAGE&&!!o.controlId&&o.controlComponent==="value"}const oT=[{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&&Xc(),callback:o=>{o.executePasteControl()}},{key:$f,i18nPath:"contextmenu.control.delete",when:o=>{const t=nT(o.startElement);return!o.isReadonly&&!o.editorHasSelection&&(!!o.startElement?.controlId||t)&&(o.options.mode!==s.EditorMode.FORM||t)},callback:o=>{o.executeRemoveControl()}},{key:zf,i18nPath:"contextmenu.control.editAttribute",when:o=>{const t=kl(o);return!o.isReadonly&&!o.editorHasSelection&&o.options.mode===s.EditorMode.EDIT&&!!t},callback:(o,t)=>{const e=kl(t);e&&o.executeTriggerControlEditAttribute(e.controlId,e)}}],{GLOBAL:{CUT:iT,COPY:sT,PASTE:rT,SELECT_ALL:lT,PRINT:aT}}=no,cT=[{key:iT,i18nPath:"contextmenu.global.cut",shortCut:`${In?"⌘":"Ctrl"} + X`,when:o=>!o.isReadonly,callback:o=>{o.executeCut()}},{key:sT,i18nPath:"contextmenu.global.copy",shortCut:`${In?"⌘":"Ctrl"} + C`,when:o=>o.editorHasSelection||o.isCrossRowCol,callback:o=>{o.executeCopy()}},{key:rT,i18nPath:"contextmenu.global.paste",shortCut:`${In?"⌘":"Ctrl"} + V`,when:o=>!o.isReadonly&&o.editorTextFocus,callback:o=>{o.executePaste()}},{key:lT,i18nPath:"contextmenu.global.selectAll",shortCut:`${In?"⌘":"Ctrl"} + A`,when:o=>o.editorTextFocus,callback:o=>{o.executeSelectAll()}},{isDivider:!0},{key:aT,i18nPath:"contextmenu.global.print",icon:"print",when:()=>!0,callback:o=>{o.executePrint()}}],{HYPERLINK:{DELETE:dT,CANCEL:uT,EDIT:hT}}=no,RT=[{key:dT,i18nPath:"contextmenu.hyperlink.delete",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeDeleteHyperlink()}},{key:uT,i18nPath:"contextmenu.hyperlink.cancel",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeCancelHyperlink()}},{key:hT,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:gT,SAVE_AS:fT,TEXT_WRAP:TT,TEXT_WRAP_EMBED:mT,TEXT_WRAP_UP_DOWN:CT,TEXT_WRAP_SURROUND:pT,TEXT_WRAP_FLOAT_TOP:IT,TEXT_WRAP_FLOAT_BOTTOM:ET}}=no,LT=[{key:gT,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:fT,i18nPath:"contextmenu.image.saveAs",icon:"image",when:o=>!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{o.executeSaveAsImageElement()}},{key:TT,i18nPath:"contextmenu.image.textWrap",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,childMenus:[{key:mT,i18nPath:"contextmenu.image.textWrapType.embed",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.BLOCK)}},{key:CT,i18nPath:"contextmenu.image.textWrapType.upDown",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.INLINE)}},{key:pT,i18nPath:"contextmenu.image.textWrapType.surround",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.SURROUND)}},{key:IT,i18nPath:"contextmenu.image.textWrapType.floatTop",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_TOP)}},{key:ET,i18nPath:"contextmenu.image.textWrapType.floatBottom",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_BOTTOM)}}]}],{TABLE:{BORDER:PT,BORDER_ALL:MT,BORDER_EMPTY:OT,BORDER_DASH:ST,BORDER_EXTERNAL:DT,BORDER_INTERNAL:FT,BORDER_TD:XT,BORDER_TD_TOP:yT,BORDER_TD_LEFT:NT,BORDER_TD_BOTTOM:bT,BORDER_TD_RIGHT:VT,BORDER_TD_BACK:WT,BORDER_TD_FORWARD:YT,VERTICAL_ALIGN:UT,VERTICAL_ALIGN_TOP:wT,VERTICAL_ALIGN_MIDDLE:ZT,VERTICAL_ALIGN_BOTTOM:vT,INSERT_ROW_COL:QT,INSERT_TOP_ROW:KT,INSERT_BOTTOM_ROW:HT,INSERT_LEFT_COL:AT,INSERT_RIGHT_COL:_T,DELETE_ROW_COL:BT,DELETE_ROW:kT,DELETE_COL:GT,DELETE_TABLE:xT,MERGE_CELL:JT,CANCEL_MERGE_CELL:$T}}=no,zT=[{isDivider:!0},{key:PT,i18nPath:"contextmenu.table.border",icon:"border-all",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:MT,i18nPath:"contextmenu.table.borderAll",icon:"border-all",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.ALL)}},{key:OT,i18nPath:"contextmenu.table.borderEmpty",icon:"border-empty",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EMPTY)}},{key:ST,i18nPath:"contextmenu.table.borderDash",icon:"border-dash",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.DASH)}},{key:DT,i18nPath:"contextmenu.table.borderExternal",icon:"border-external",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EXTERNAL)}},{key:FT,i18nPath:"contextmenu.table.borderInternal",icon:"border-internal",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.INTERNAL)}},{key:XT,i18nPath:"contextmenu.table.borderTd",icon:"border-td",when:()=>!0,childMenus:[{key:yT,i18nPath:"contextmenu.table.borderTdTop",icon:"border-td-top",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.TOP)}},{key:VT,i18nPath:"contextmenu.table.borderTdRight",icon:"border-td-right",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.RIGHT)}},{key:bT,i18nPath:"contextmenu.table.borderTdBottom",icon:"border-td-bottom",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.BOTTOM)}},{key:NT,i18nPath:"contextmenu.table.borderTdLeft",icon:"border-td-left",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.LEFT)}},{key:YT,i18nPath:"contextmenu.table.borderTdForward",icon:"border-td-forward",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.FORWARD)}},{key:WT,i18nPath:"contextmenu.table.borderTdBack",icon:"border-td-back",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.BACK)}}]}]},{key:UT,i18nPath:"contextmenu.table.verticalAlign",icon:"vertical-align",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:wT,i18nPath:"contextmenu.table.verticalAlignTop",icon:"vertical-align-top",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.TOP)}},{key:ZT,i18nPath:"contextmenu.table.verticalAlignMiddle",icon:"vertical-align-middle",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.MIDDLE)}},{key:vT,i18nPath:"contextmenu.table.verticalAlignBottom",icon:"vertical-align-bottom",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.BOTTOM)}}]},{key:QT,i18nPath:"contextmenu.table.insertRowCol",icon:"insert-row-col",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:KT,i18nPath:"contextmenu.table.insertTopRow",icon:"insert-top-row",when:()=>!0,callback:o=>{o.executeInsertTableTopRow()}},{key:HT,i18nPath:"contextmenu.table.insertBottomRow",icon:"insert-bottom-row",when:()=>!0,callback:o=>{o.executeInsertTableBottomRow()}},{key:AT,i18nPath:"contextmenu.table.insertLeftCol",icon:"insert-left-col",when:()=>!0,callback:o=>{o.executeInsertTableLeftCol()}},{key:_T,i18nPath:"contextmenu.table.insertRightCol",icon:"insert-right-col",when:()=>!0,callback:o=>{o.executeInsertTableRightCol()}}]},{key:BT,i18nPath:"contextmenu.table.deleteRowCol",icon:"delete-row-col",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:kT,i18nPath:"contextmenu.table.deleteRow",icon:"delete-row",when:()=>!0,callback:o=>{o.executeDeleteTableRow()}},{key:GT,i18nPath:"contextmenu.table.deleteCol",icon:"delete-col",when:()=>!0,callback:o=>{o.executeDeleteTableCol()}},{key:xT,i18nPath:"contextmenu.table.deleteTable",icon:"delete-table",when:()=>!0,callback:o=>{o.executeDeleteTable()}}]},{key:JT,i18nPath:"contextmenu.table.mergeCell",icon:"merge-cell",when:o=>!o.isReadonly&&o.isCrossRowCol,callback:o=>{o.executeMergeTableCell()}},{key:$T,i18nPath:"contextmenu.table.mergeCancelCell",icon:"merge-cancel-cell",when:o=>!o.isReadonly&&o.isInTable,callback:o=>{o.executeCancelMergeTableCell()}}];class jT{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=[...cT,...zT,...LT,...oT,...RT],this.contextMenuContainerList=[],this.contextMenuRelationShip=new Map,this._addEvent()}getContextMenuList(){return this.contextMenuList}_addEvent(){this.container.addEventListener("contextmenu",this._proxyContextMenuEvent),document.addEventListener("mousedown",this._handleSideEffect)}removeEvent(){this.container.removeEventListener("contextmenu",this._proxyContextMenuEvent),document.removeEventListener("mousedown",this._handleSideEffect)}_filterMenuList(t){const{contextMenuDisableKeys:e}=this.options,n=[];for(let i=0;i<t.length;i++){const l=t[i];l.disable||l.key&&e.includes(l.key)||(l.isDivider||l.when?.(this.context))&&n.push(l)}return n}_proxyContextMenuEvent=t=>{this.context=this._getContext(t);const e=this._filterMenuList(this.contextMenuList);e.some(i=>!i.isDivider)&&(this.dispose(),this._render({contextMenuList:e,left:t.x,top:t.y})),t.preventDefault()};_handleSideEffect=t=>{const e=t.target;this.contextMenuContainerList.some(i=>i.contains(e))||this.dispose()};_getContext(t){const e=this.draw.isReadonly(),{isCrossRowCol:n,startIndex:i,endIndex:l}=this.range.getRange(),r=!!(~i||~l),a=r&&i!==l,{isTable:c,trIndex:d,tdIndex:u,index:R}=this.position.getPositionContext(),h=t?this.command.getPositionContextByEvent(t,{isMustDirectHit:!0}):null;let f=null;if(c){const P=this.draw.getOriginalElementList()[R]||null;P&&(f=wt([P],{extraPickAttrs:["id"]})[0])}const g=c&&!!n,T=this.draw.getElementList();let C=T[i]||null,p=T[l]||null;h?.element&&(C=h.element,p=h.element);const I=h?.element||null,m=h?.tableInfo?.element||null;h?.tableInfo?.element&&(f=h.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(N=>!N.isDivider)&&(P.classList.add(`${rt}-contextmenu-sub-item`),P.onmouseenter=()=>{this._setHoverStatus(P,!0),this._removeSubMenu(r);const N=P.getBoundingClientRect(),V=N.left+N.width,F=N.top;c=this._render({contextMenuList:b,left:V,top:F,parentMenuContainer:r})},P.onmouseleave=N=>{(!c||!c.contains(N.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 D=document.createElement("i");P.append(D),M.icon&&D.classList.add(`${rt}-contextmenu-${M.icon}`);const X=document.createElement("span"),U=M.i18nPath?this._formatName(this.i18n.t(M.i18nPath)):this._formatName(M.name||"");if(X.append(document.createTextNode(U)),P.append(X),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 R=document.createElement("i");u.append(R);const h=document.createElement("span");h.append(document.createTextNode(this.i18n.t("contextmenu.global.cancel"))),u.append(h),a.append(u),r.append(a),r.style.display="block";const 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(Bl),n=new RegExp(`${e.join("|")}`);let i=t;if(n.test(i)){const l=new RegExp(Bl.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 qT=[{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)}}],tm=[{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)}}],em=[{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 nm{draw;command;globalShortcutList;agentShortcutList;constructor(t,e){this.draw=t,this.command=e,this.globalShortcutList=[],this.agentShortcutList=[],this._addShortcutList([...qT,...tm,...em]),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 om{editor;constructor(t){this.editor=t}use(t,e){t(this.editor,e)}}class im{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 sm{paste;copy;drop}class Gl{command;version;listener;eventBus;override;register;destroy;use;draw;constructor(t,e,n={}){const i=Do(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=>{te(g,{editorOptions:i,isForceCompensation:!0})}),this.version=pn,this.listener=new xf,this.eventBus=new im,this.override=new sm,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 Al(new Gf(u)),u.setCommand(this.command);const R=new jT(u,this.command),h=new nm(u,this.command);this.register=new Jf({contextMenu:R,shortcut:h,i18n:u.getI18n()}),this.destroy=()=>{u.destroy(),h.removeEvent(),R.removeEvent(),this.eventBus.dangerouslyClearAll()};const f=new om(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=Al,s.EDITOR_CLIPBOARD=io,s.EDITOR_COMPONENT=Ze,s.Editor=Gl,s.INTERNAL_CONTEXT_MENU_KEY=no,s.INTERNAL_SHORTCUT_KEY=Sr,s.LETTER_CLASS=ui,s.createDomFromElementList=Kn,s.default=Gl,s.getElementListByHTML=Hn,s.getTextFromElementList=Mn,s.splitText=yt,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
584
|
+
`?H:l[d];e.splice(c+d,0,{...a,value:u})}}}const{endIndex:i}=this.range.getRange();this.draw.render({curIndex:i,isSetCursor:!0})}}delButton(t,e){return new Promise(n=>{for(let i=t.length-1;i>=0;i--)e.some(r=>r.controlId===t[i].controlId&&r.type===t[i].type)&&t.splice(i,1);n(!0)})}editButton(t,e,n){const i=this.draw.getElementList();n=n+1;for(let d=0;d<e.label.length;d++){const u={value:e.label[d],controlId:e.controlId,type:s.ElementType.CONTROL,control:{type:"button",buttonLabel:e.label,code:e.code,value:[{value:e.label}],label:e.label,hide:!1},controlComponent:"value",color:"#fff",highlight:"#1677FF",style:"16px Microsoft YaHei",hide:!1};i.splice(n+d,0,u)}const{startIndex:l,endIndex:r}=this.range.getRange(),a=!0,c=r;this.draw.render({curIndex:c,isSetCursor:a})}removeButtonElementsByControlId(t){return new Promise(e=>{const n=this.draw.getElementList();for(let c=n.length-1;c>=0;c--)n[c].controlId===t&&n.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),e(!0)})}removeByValue(t,e){return new Promise(n=>{for(let c=t.length-1;c>=0;c--)(t[c].type=="control"||t[c].type=="text"||t[c].type=="buttonText")&&t[c].control?.buttonLabel===e&&t[c].control?.buttonText&&t.splice(c,1);const{startIndex:i,endIndex:l}=this.range.getRange(),r=!0,a=l;this.draw.render({curIndex:a,isSetCursor:r}),n(!0)})}insertButtonValue(t){const e=this.draw.getElementList(),n=t.controlId,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",R=[];for(let I=0;I<r.length;I++){const m=r[I];R.push({value:m.value,code:m.code})}const h={type:"button",buttonLabel:a,buttonText:!0,label:a,code:c,value:R,hide:!1},f=[];f.push({value:"[",controlId:u,type:s.ElementType.CONTROL,control:h,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=yt(L);for(let P=0;P<M.length;P++)f.push({value:M[P],controlId:u,type:s.ElementType.CONTROL,control:h,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1});r.length>1&&I<r.length-1&&f.push({value:H,controlId:u,type:s.ElementType.CONTROL,control:h,controlComponent:s.ControlComponent.VALUE,color:"#000",hide:!1})}f.push({value:"]",controlId:u,type:s.ElementType.CONTROL,control:h,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===H?d.font=t:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}size(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{minSize:l,maxSize:r,defaultSize:a}=this.options;if(t<l||t>r)return;let c={},d=[];const u=this.range.getTextLikeSelectionElementList();if(u?.length)d=u,c={isSetCursor:!1};else{const{endIndex:h}=this.range.getRange(),g=this.draw.getElementList()[h];this.range.setDefaultStyle({size:t}),g?.value===H?(d.push(g),c={curIndex:h}):this.draw.render({curIndex:h,isCompute:!1,isSubmitHistory:!1})}if(!d.length)return;let R=!1;d.forEach(h=>{!h.size&&t===a||h.size&&h.size===t||(h.size=t,R=!0)}),R&&this.draw.render(c)}sizeAdd(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,maxSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:g+2>l?l:g+2}),h?.value===H?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size>=l)&&(u.size+2>l?u.size=l:u.size+=2,d=!0)}),d&&this.draw.render(a)}sizeMinus(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const{defaultSize:i,minSize:l}=this.options,r=this.range.getTextLikeSelectionElementList();let a={},c=[];if(r?.length)c=r,a={isSetCursor:!1};else{const{endIndex:u}=this.range.getRange(),h=this.draw.getElementList()[u],g=this.range.getDefaultStyle()?.size||h.size||i;this.range.setDefaultStyle({size:g-2<l?l:g-2}),h?.value===H?(c.push(h),a={curIndex:u}):this.draw.render({curIndex:u,isCompute:!1,isSubmitHistory:!1})}if(!c.length)return;let d=!1;c.forEach(u=>{u.size||(u.size=i),!(u.size<=l)&&(u.size-2<l?u.size=l:u.size-=2,d=!0)}),d&&this.draw.render(a)}bold(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.bold);i.forEach(r=>{r.bold=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({bold:c.bold?!1:!this.range.getDefaultStyle()?.bold}),c?.value===H?c.bold=!c.bold:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}italic(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.italic);i.forEach(r=>{r.italic=!!~l}),this.draw.render({isSetCursor:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({italic:c.italic?!1:!this.range.getDefaultStyle()?.italic}),c?.value===H?c.italic=!c.italic:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}underline(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length){const r=l.some(a=>!a.underline||!t&&a.textDecoration||t&&!a.textDecoration||t&&a.textDecoration&&!Ca(a.textDecoration,t));l.forEach(a=>{a.underline=r,r&&t?a.textDecoration=t:delete a.textDecoration}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({underline:d?.underline?!1:!this.range.getDefaultStyle()?.underline}),d?.value===H?d.underline=!d.underline:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}strikeout(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(i?.length){const l=i.findIndex(r=>!r.strikeout);i.forEach(r=>{r.strikeout=!!~l}),this.draw.render({isSetCursor:!1,isCompute:!1})}else{let l=!0;const{endIndex:r}=this.range.getRange(),c=this.draw.getElementList()[r];this.range.setDefaultStyle({strikeout:c.strikeout?!1:!this.range.getDefaultStyle()?.strikeout}),c?.value===H?c.strikeout=!c.strikeout:l=!1,this.draw.render({isSubmitHistory:l,curIndex:r,isCompute:!1})}}superscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUPERSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUPERSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUBSCRIPT)&&(r.type=s.ElementType.SUPERSCRIPT)}),this.draw.render({isSetCursor:!1})}subscript(t){const{isIgnoreDisabledRule:e=!1}=t||{};if(!e&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const i=this.range.getSelectionElementList();if(!i)return;const l=i.findIndex(r=>r.type===s.ElementType.SUBSCRIPT);i.forEach(r=>{~l?r.type===s.ElementType.SUBSCRIPT&&(r.type=s.ElementType.TEXT,delete r.actualSize):(!r.type||r.type===s.ElementType.TEXT||r.type===s.ElementType.SUPERSCRIPT)&&(r.type=s.ElementType.SUBSCRIPT)}),this.draw.render({isSetCursor:!1})}color(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.color=t:delete r.color}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({color:t||void 0}),d?.value===H?t?d.color=t:delete d.color:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}highlight(t,e){const{isIgnoreDisabledRule:n=!1}=e||{};if(!n&&(this.draw.isReadonly()||this.draw.isDisabled()))return;const l=this.range.getSelectionElementList();if(l?.length)l.forEach(r=>{t?r.highlight=t:delete r.highlight}),this.draw.render({isSetCursor:!1,isCompute:!1});else{let r=!0;const{endIndex:a}=this.range.getRange(),d=this.draw.getElementList()[a];this.range.setDefaultStyle({highlight:t||void 0}),d?.value===H?t?d.highlight=t:delete d.highlight:r=!1,this.draw.render({isSubmitHistory:r,curIndex:a,isCompute:!1})}}title(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.draw.getElementList(),r=n===i?this.range.getRangeParagraphElementList():l.slice(n+1,i+1);if(!r||!r.length)return;const a=ft(),c=this.draw.getOptions().title;r.forEach(R=>{!R.type&&R.value===H||(t?(R.level=t,R.titleId=a,Vo(R)&&(R.size=c[xs[t]],R.bold=!0)):R.titleId&&(delete R.titleId,delete R.title,delete R.level,delete R.size,delete R.bold))});const d=n===i,u=d?i:n;this.draw.render({curIndex:u,isSetCursor:d})}list(t,e){this.draw.isReadonly()||this.draw.getListParticle().setList(t,e)}rowFlex(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowFlex=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}vertical(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.vertical=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}rowMargin(t){if(this.draw.isReadonly())return;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return;const l=this.range.getRangeRowElementList();if(!l)return;l.forEach(c=>{c.rowMargin=t});const r=n===i,a=r?i:n;this.draw.render({curIndex:a,isSetCursor:r})}insertTable(t,e,n=!1){this.draw.isReadonly()||this.draw.isDisabled()||this.getIsRangeInTextField()||this.control.getActiveControl()||this.tableOperate.insertTable(t,e,n)}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||ft()}])}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:bs,type:s.ElementType.SEPARATOR,dashArray:t,...e};re(a,[u],l,{editorOptions:this.options}),l!==0&&a[l].value===H?(this.draw.spliceElementList(a,l,1,[u]),c=l-1):(this.draw.spliceElementList(a,l+1,0,[u]),c=l)}this.range.setRange(c,c),this.draw.render({curIndex:c})}pageBreak(){this.draw.isReadonly()||this.draw.isDisabled()||this.control.getActiveControl()||this.insertElementList([{type:s.ElementType.PAGE_BREAK,value:bs}])}addWatermark(t){if(this.draw.isReadonly())return;const n=this.draw.getOptions(),{color:i,size:l,opacity:r,font:a,gap:c}=Fi;n.watermark.data=t.data,n.watermark.type=t.type||s.WatermarkType.TEXT,t.width&&(n.watermark.width=t.width),t.height&&(n.watermark.height=t.height),n.watermark.color=t.color||i,n.watermark.opacity=t.opacity||r,n.watermark.size=t.size||l,n.watermark.font=t.font||a,n.watermark.repeat=!!t.repeat,t.numberType&&(n.watermark.numberType=t.numberType),n.watermark.gap=t.gap||c,this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1})}deleteWatermark(){if(this.draw.isReadonly())return;const e=this.draw.getOptions();e.watermark&&e.watermark.data&&(e.watermark={...Fi},this.draw.render({isSetCursor:!1,isSubmitHistory:!1,isCompute:!1}))}image(t){if(this.draw.isReadonly()||this.draw.isDisabled())return null;const{startIndex:n,endIndex:i}=this.range.getRange();if(!~n&&!~i)return null;const 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||ft();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||Us(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:Kn(e,t).innerHTML,main:Kn(n,t).innerHTML,footer:Kn(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=lt(t);jt(n,{isHandleFirstElement:!1,editorOptions:this.options});const i=Yi(n);return this.draw.computeRowList({innerWidth:e,elementList:n,surroundElementList:i}).reduce((r,a)=>r+a.height+(a.offsetY||0),0)}getRange(){return lt(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=wt(this.range.getSelectionElementList()||[]),a=this.draw.getElementList(),c=Rn(a[i?e:e+1],{extraPickAttrs:["id","controlComponent"]}),d=Rn(a[n],{extraPickAttrs:["id","controlComponent"]}),u=this.draw.getRowList(),R=this.position.getPositionList(),h=R[e],f=R[n],g=h?.pageNo,T=f?.pageNo,C=h?.rowIndex,p=f?.rowIndex,I=u[C],m=u[p];let L=0,M=0;this.draw.getCursor().getHitLineStartIndex()||(L=I?.elementList[0]?.value===H?h?.index-I?.startIndex:h?.index-I?.startIndex+1),h===f?M=L:M=m.elementList[0]?.value===H?f.index-m.startIndex:f.index-m.startIndex+1;const P=[],D=this.draw.getOriginalHeight(),X=this.draw.getOriginalPageGap(),U=this.position.getSelectionPositionList();if(U){let v=null,w=0,Q=null;for(let W=0;W<U.length;W++){const{rowNo:G,pageNo:_,coordinate:{leftTop:K,rightTop:A},lineHeight:q}=U[W];v===null||v!==G?(Q&&P.push(Q),Q={x:K[0],y:K[1]+_*(D+X),width:A[0]-K[0],height:q},v=G,w=K[0]):Q.width=A[0]-w,W===U.length-1&&Q&&P.push(Q)}}else{const w=this.position.getPositionList()[n],{coordinate:{rightTop:Q},pageNo:W,lineHeight:G}=w;P.push({x:Q[0],y:Q[1]+W*(D+X),width:0,height:G})}const b=this.draw.getZone().getZone(),{isTable:S,trIndex:N,tdIndex:V,index:F}=this.position.getPositionContext();let O=null;if(S){const w=this.draw.getOriginalElementList()[F]||null;w&&(O=wt([w])[0])}let E=null,Y=null,y=e-1;for(;y>0;){const v=a[y],w=a[y-1];if(v.titleId&&v.titleId!==w?.titleId){E=v.titleId,Y=R[y].pageNo;break}y--}return lt({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:N??null,tdIndex:V??null,tableElement:O,selectionText:l,selectionElementList:r,titleId:E,titleStartPageNo:Y})}getRangeRow(){const t=this.range.getRangeRowElementList();return t?wt(t):null}getRangeParagraph(){const t=this.range.getRangeParagraphElementList();return t?wt(t):null}getKeywordRangeList(t){return this.range.getKeywordRangeList(t)}getKeywordContext(t){const e=this.getKeywordRangeList(t);if(!e.length)return null;const n=[],i=this.position.getOriginalMainPositionList(),l=this.draw.getOriginalMainElementList();for(let r=0;r<e.length;r++){const a=e[r],{startIndex:c,endIndex:d,tableId:u,startTrIndex:R,startTdIndex:h}=a;let f=i;if(a.tableId){const C=l.find(p=>p.id===u);C&&(f=C.trList?.[R]?.tdList?.[h]?.positionList||[])}const g=lt(f[c]),T=lt(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=lt(t),{startIndex:a}=this.range.getRange(),c=this.draw.getElementList();re(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(lt(t),e)}updateElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;const i=[];function l(a,c=!1){let d=0;for(;d<a.length;){const u=a[d];if(d++,u.type===s.ElementType.TABLE){const R=u.trList;for(let h=0;h<R.length;h++){const f=R[h];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],R=c[d],h=R.controlId&&R.controlComponent===s.ControlComponent.VALUE;if(u||h){if(Object.assign(R,t.properties),R.id){const f=Rc(R.id);f&&Object.assign(f,t.properties)}}else{const f=wt([{...R,...t.properties}],{extraPickAttrs:["id"]});f.length>0&&f[0]?(un(hn,R,f[0]),jt(f,{isHandleFirstElement:!1,editorOptions:this.options}),c[d]=f[0]):Object.assign(R,t.properties)}}this.draw.render({isSetCursor:!1})}}deleteElementById(t){const{id:e,conceptId:n}=t;if(!e&&!n)return;let i=!1;function l(a){let c=0;for(;c<a.length;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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 R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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 wt(i,{extraPickAttrs:["id"]})}setValue(t,e){this.draw.setValue(t,e)}removeControl(t){if(t?.id||t?.conceptId){const{id:e,conceptId:n}=t;let i=!1;const l=a=>{let c=a.length-1;for(;c>=0;){const d=a[c];if(d.type===s.ElementType.TABLE){const u=d.trList;for(let R=0;R<u.length;R++){const h=u[R];for(let f=0;f<h.tdList.length;f++){const g=h.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)return;const i=this.draw.getElementList(),l=i[e];if(l?.type===s.ElementType.MENSTRUAL_HISTORY||l?.type===s.ElementType.FETAL_HEART_POSITION||l?.type===s.ElementType.TOOTH_POSITION||l?.type===s.ElementType.IMAGE&&!!l.controlId&&l.controlComponent==="value"){this.draw.spliceElementList(i,e,1);const d=Math.max(0,e-1);this.range.setRange(d,d),this.draw.render({curIndex:d});return}if(!l?.controlId)return;const c=this.draw.getControl().removeControl(e);if(c===null)return;this.range.setRange(c,c),this.draw.render({curIndex:c})}}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 D=M[P];for(let X=0;X<D.tdList.length;X++){const U=D.tdList[X],b=n(U.value,I);if(b)return{...b,isTable:!0,index:m,trIndex:P,tdIndex:X,tdId:U.id,trId:D.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:R,tdIndex:h,tdId:f,trId:g,tableId:T,endIndex:C}=i;this.position.setPositionContext({isTable:l,index:r,trIndex:R,tdIndex:h,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===H)for(;n+1<t.length;){const l=t[n+1];if(l.value!==H&&l.value!==di)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?Hn(a,{innerWidth:l}):void 0;this.setValue({header:r(e),main:r(n),footer:r(i)})}setGroup(){return this.draw.isReadonly()?null:this.draw.getGroup().setGroup()}deleteGroup(t){this.draw.isReadonly()||this.draw.getGroup().deleteGroup(t)}getGroupIds(){return this.draw.getWorkerManager().getGroupIds()}locationGroup(t){const e=this.draw.getOriginalMainElementList(),n=this.draw.getGroup().getContextByGroupId(e,t);if(!n)return;const{isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u,endIndex:R}=n;this.position.setPositionContext({isTable:i,index:l,trIndex:r,tdIndex:a,tdId:c,trId:d,tableId:u}),this.range.setRange(R,R),this.draw.render({curIndex:R,isCompute:!1,isSubmitHistory:!1})}setZone(t){this.draw.getZone().setZone(t)}getControlValue(t){return this.draw.getControl().getValueById(t)}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 R=this.findButtonControlContext(i);if(!R)return;const h=this.createButtonBusinessElements(R,u),f=this.replaceButtonRenderedValue(R,h,u);this.syncButtonPlaceholderElements(R.elementList,i,R.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=Do(t);Object.entries(e).forEach(([n,i])=>{Reflect.set(this.options,n,i)}),this.forceUpdate()}setFormModeTrace(t){Object.assign(this.options.modeRule.form,t),this.forceUpdate()}getControlList(){return this.draw.getControl().getList()}locationControl(t,e){if(!t)return;function n(r,a,c){let d=0;for(;d<r.length;){const u=r[d];if(d++,u.type===s.ElementType.TABLE){const h=u.trList;for(let f=0;f<h.length;f++){const g=h[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 R=d-1;if(e?.position===s.LocationPosition.OUTER_AFTER){if(!(u.controlComponent===s.ControlComponent.POSTFIX&&r[d+1]?.controlComponent!==s.ControlComponent.POST_TEXT))continue}else if(e?.position===s.LocationPosition.OUTER_BEFORE)R-=1;else if(e?.position===s.LocationPosition.AFTER){if(R-=1,u.controlComponent!==s.ControlComponent.PLACEHOLDER&&u.controlComponent!==s.ControlComponent.POSTFIX&&u.controlComponent!==s.ControlComponent.POST_TEXT)continue}else if(u.controlComponent!==s.ControlComponent.PREFIX&&u.controlComponent!==s.ControlComponent.PRE_TEXT||r[d]?.controlComponent===s.ControlComponent.PREFIX||r[d]?.controlComponent===s.ControlComponent.PRE_TEXT)continue;return{zone:a,range:{startIndex:R,endIndex:R},positionContext:{isTable:!1}}}return null}const i=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}],l=[r=>r.controlId===t,r=>r.control?.conceptId===t,r=>r.control?.code===t];for(let r=0;r<l.length;r++)for(const a of i){const c=n(a.elementList,a.zone,l[r]);if(c){this.setZone(c.zone),this.position.setPositionContext(c.positionContext),this.range.replaceRange(c.range),this.draw.render({curIndex:c.range.startIndex,isCompute:!1,isSubmitHistory:!1});return}}}insertTextField(t){if(this.draw.isReadonly()||this.draw.isDisabled()||!t)return;const n=lt(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Qn(l,i);if(!r)return;const a=[...En,...ae,...Wn,...hn];un(a,r,n),this.draw.insertElementTextField([n])}insertControl(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=lt(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Qn(l,i);if(!r)return;const a=l[i],c=a?.controlComponent===s.ControlComponent.POSTFIX||a?.controlComponent===s.ControlComponent.POSTTEXTFIX;let d=!1;if(a?.controlId&&!c)for(let R=i;R>=0;R--){const h=l[R];if(h.controlId!==a.controlId)break;if(h.controlComponent===s.ControlComponent.PRETEXTFIX||h.controlComponent===s.ControlComponent.PRETEXTFIX_TEXT){h.control?.type===s.ControlType.TEXTFIELD&&(d=!0);break}}if(!d&&!c){const R=l[i-1];if(R?.controlId)for(let h=i-1;h>=0;h--){const f=l[h];if(f.controlId!==R.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,...Wn,...hn];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 h=d.trList;for(let f=0;f<h.length;f++){const g=h[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 R=c;for(;R<r.length;){const h=r[R];if(R++,d.titleId!==h.titleId){if(h.level&&Di[h.level]<=Di[d.level])break;u.push(h)}}n.push({...d.title,value:Mn(u),elementList:wt(u),zone:a}),c=R}},l=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:r,elementList:a}of l)i(a,r);return n}getPositionContextByEvent(t,e={}){const n=t.target?.dataset.index;if(!n)return null;const{isMustDirectHit:i=!0}=e,l=Number(n),r=this.position.getPositionByXY({x:t.offsetX,y:t.offsetY,pageNo:l}),{isDirectHit:a,isTable:c,index:d,trIndex:u,tdIndex:R,tdValueIndex:h,zone: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[R];T=L?.value[h]||null,p=L?.positionList?.[h]||null,g={element:C[d],trIndex:u,tdIndex:R}}else T=C[d]||null,p=I[d]||null;let m=null;if(p){const{pageNo:L,coordinate:{leftTop:M,rightTop:P},lineHeight:D}=p,X=this.draw.getOriginalHeight(),U=this.draw.getOriginalPageGap();m={x:M[0],y:M[1]+L*(X+U),width:P[0]-M[0],height:D}}return{pageNo:l,element:T,rangeRect:m,tableInfo:g}}insertTitle(t){if(this.draw.isReadonly()||this.draw.isDisabled())return;const n=lt(t),{startIndex:i}=this.range.getRange(),l=this.draw.getElementList(),r=Qn(l,i);if(!r)return;const a=[...En,...ae,...Wn,...hn];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(mi(i)){const c=this.draw.getOriginalRowList();if(r=e===s.LocationPosition.BEFORE?c[i]?.startIndex:c[i+1]?.startIndex-1,!mi(r))return;this.range.setRange(r,r)}else r=e===s.LocationPosition.BEFORE?0:this.draw.getOriginalMainElementList().length-1,this.range.setRange(r,r);const a={isCompute:!1,isSetCursor:!1,isSubmitHistory:!1};n&&~r&&this.range.getIsCollapsed()&&(a.curIndex=r,a.isSetCursor=!0),this.draw.render(a)}insertArea(t){return this.draw.getArea().insertArea(t)}setAreaValue(t){return this.draw.getArea().setAreaValue(t)}setAreaProperties(t){this.draw.getArea().setAreaProperties(t)}locationArea(t,e){if(e?.isAppendLastLineBreak&&e?.position===s.LocationPosition.OUTER_AFTER){const l=this.draw.getOriginalMainElementList();l[l.length-1].areaId===t&&this.draw.appendElementList([{value:H}],{isSubmitHistory:!1})}const n=this.draw.getArea().getContextByAreaId(t,e);if(!n)return;const{range:{endIndex:i}}=n;this.position.setPositionContext({isTable:!1}),this.range.setRange(i,i),this.draw.render({curIndex:i,isSetCursor:!0,isCompute:!1,isSubmitHistory:!1})}clearGraffiti(){this.draw.getGraffiti().clear(),this.draw.isGraffitiMode()&&this.draw.render({isCompute:!1,isSetCursor:!1,isSubmitHistory:!1})}getMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=[],a=(d,u)=>{for(const R of d){if(R.type===s.ElementType.TABLE){const f=R.trList;for(const g of f)for(const T of g.tdList)a(T.value,u);continue}if(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM||e&&R.id!==e||n&&R.dictCode!==n||i&&R.label!==i||l&&R.areaId!==l)continue;const h={id:R.id,type:R.type,label:R.label,dictCode:R.dictCode,zone:u};R.type===s.ElementType.MACRO?h.value=R.value:R.type===s.ElementType.CUSTOM_MACRO?(h.macroConfig=R.macroConfig,h.value=R.macroConfig?.value):R.type===s.ElementType.REUSABLE_ITEM&&(h.reusableItemConfig=R.reusableItemConfig,h.value=R.reusableItemConfig?.value),r.push(h)}},c=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:d,elementList:u}of c)a(u,d);return r}getMacroList(){const t=[],e=i=>{for(const l of i){if(l.type===s.ElementType.TABLE){const r=l.trList;for(const a of r)for(const c of a.tdList)e(c.value);continue}(l.type===s.ElementType.MACRO||l.type===s.ElementType.CUSTOM_MACRO||l.type===s.ElementType.REUSABLE_ITEM)&&t.push(l)}},n=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const i of n)e(i);return t}setMacroValue(t){const{id:e,dictCode:n,label:i,areaId:l,value:r,code:a,isSubmitHistory:c=!0}=t;let d=!1;const u=h=>{for(let f=0;f<h.length;f++){const g=h[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}))}},R=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const h of R)u(h);d&&this.draw.render({isSubmitHistory:c,isSetCursor:!1})}setMacroValueList(t){if(!t.length)return;let e=!1,n=!1;const i=r=>{for(let a=0;a<r.length;a++){const c=r[a];if(c.type===s.ElementType.TABLE){const 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:R,isSubmitHistory:h=!0}=d;e=!0,h&&(n=!0),c.type===s.ElementType.MACRO?c.value=u:c.type===s.ElementType.CUSTOM_MACRO?c.macroConfig?(c.macroConfig.value=u,R!==void 0&&(c.macroConfig.code=R)):c.macroConfig={type:"text",value:u}:c.type===s.ElementType.REUSABLE_ITEM&&(c.reusableItemConfig?c.reusableItemConfig.value=u:c.reusableItemConfig={value:u})}},l=[this.draw.getHeaderElementList(),this.draw.getOriginalMainElementList(),this.draw.getFooterElementList()];for(const r of l)i(r);e&&(n||this.draw.getHistoryManager().recovery(),this.draw.render({isSubmitHistory:n,isSetCursor:!1}))}updateMacroProperties(t){const{id:e,dictCode:n,label:i,areaId:l,properties:r,isSubmitHistory:a=!0}=t;let c=!1;const d=R=>{for(let h=0;h<R.length;h++){const f=R[h];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 R of u)d(R);c&&this.draw.render({isSubmitHistory:a,isSetCursor:!1})}locationMacro(t){const{id:e,dictCode:n,label:i,areaId:l}=t,r=(c,d)=>{for(let u=0;u<c.length;u++){const R=c[u];if(R.type===s.ElementType.TABLE){const h=R.trList;for(let f=0;f<h.length;f++){const g=h[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:R.tableId,trId:g.id,tdId:C.id}}}}if(!(R.type!==s.ElementType.MACRO&&R.type!==s.ElementType.CUSTOM_MACRO&&R.type!==s.ElementType.REUSABLE_ITEM)&&!(e&&R.id!==e)&&!(n&&R.dictCode!==n)&&!(i&&R.label!==i)&&!(l&&R.areaId!==l))return{zone:d,index:u}}return null},a=[{zone:s.EditorZone.HEADER,elementList:this.draw.getHeaderElementList()},{zone:s.EditorZone.MAIN,elementList:this.draw.getOriginalMainElementList()},{zone:s.EditorZone.FOOTER,elementList:this.draw.getFooterElementList()}];for(const{zone:c,elementList:d}of a){const u=r(d,c);if(u){this.setZone(u.zone),this.position.setPositionContext({isTable:u.isTable||!1,index:u.index,trIndex:u.trIndex,tdIndex:u.tdIndex,tableId:u.tableId,trId:u.trId,tdId:u.tdId}),this.range.replaceRange({startIndex:u.index,endIndex:u.index}),this.draw.render({curIndex:u.index,isCompute:!1,isSubmitHistory:!1});break}}}insertSubTemplate(t){const{label:e,templateId:n,content:i,conditions:l,relation:r="and",isSubmitHistory:a=!0}=t,c={id:ft(),value:e,type:s.ElementType.SUB_TEMPLATE,label:e,templateId:n,subTemplateContent:i?.map(d=>lt(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++)Fs(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=>lt(d)):c.subTemplateContent?.map(d=>lt(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=lt(c);jt(d,{isHandleFirstElement:!1,editorOptions:this.options});for(let u=0;u<d.length;u++)d[u].subTemplateParentId=a.id;l.splice(r+1,0,...d),this.draw.render({isSubmitHistory:i,isCompute:!0});return}}}collapseSubTemplate(t){const{id:e,isSubmitHistory:n=!0}=t,i=this.draw.getOriginalMainElementList();for(let l=0;l<i.length;l++){const r=i[l];if(r.type===s.ElementType.SUB_TEMPLATE&&(!e||r.id===e)){r.subTemplateExpanded=!1,r.hide=!1;let a=l+1;for(;a<i.length&&i[a].subTemplateParentId===r.id;)a++;a>l+1&&i.splice(l+1,a-l-1),this.draw.render({isSubmitHistory:n,isCompute:!0});return}}}toggleSubTemplate(t){const{id:e,content:n,isSubmitHistory:i=!0}=t,l=this.draw.getOriginalMainElementList();for(let r=0;r<l.length;r++){const a=l[r];if(a.type===s.ElementType.SUB_TEMPLATE&&(!e||a.id===e)){a.subTemplateExpanded?this.collapseSubTemplate({id:e,isSubmitHistory:i}):this.expandSubTemplate({id:e,content:n,isSubmitHistory:i});return}}}}class 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 Bl={SELECTED_TEXT:"%s"},no={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}}=no;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 kl(o){return o.hitElement||o.hitTableElement}const eT=[s.ElementType.MENSTRUAL_HISTORY,s.ElementType.FETAL_HEART_POSITION,s.ElementType.TOOTH_POSITION];function nT(o){return eT.includes(o?.type)||o?.type===s.ElementType.IMAGE&&!!o.controlId&&o.controlComponent==="value"}const oT=[{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&&Xc(),callback:o=>{o.executePasteControl()}},{key:$f,i18nPath:"contextmenu.control.delete",when:o=>{const t=nT(o.startElement);return!o.isReadonly&&!o.editorHasSelection&&(!!o.startElement?.controlId||t)&&(o.options.mode!==s.EditorMode.FORM||t)},callback:o=>{o.executeRemoveControl()}},{key:zf,i18nPath:"contextmenu.control.editAttribute",when:o=>{const t=kl(o);return!o.isReadonly&&!o.editorHasSelection&&o.options.mode===s.EditorMode.EDIT&&!!t},callback:(o,t)=>{const e=kl(t);e&&o.executeTriggerControlEditAttribute(e.controlId,e)}}],{GLOBAL:{CUT:iT,COPY:sT,PASTE:rT,SELECT_ALL:lT,PRINT:aT}}=no,cT=[{key:iT,i18nPath:"contextmenu.global.cut",shortCut:`${In?"⌘":"Ctrl"} + X`,when:o=>!o.isReadonly,callback:o=>{o.executeCut()}},{key:sT,i18nPath:"contextmenu.global.copy",shortCut:`${In?"⌘":"Ctrl"} + C`,when:o=>o.editorHasSelection||o.isCrossRowCol,callback:o=>{o.executeCopy()}},{key:rT,i18nPath:"contextmenu.global.paste",shortCut:`${In?"⌘":"Ctrl"} + V`,when:o=>!o.isReadonly&&o.editorTextFocus,callback:o=>{o.executePaste()}},{key:lT,i18nPath:"contextmenu.global.selectAll",shortCut:`${In?"⌘":"Ctrl"} + A`,when:o=>o.editorTextFocus,callback:o=>{o.executeSelectAll()}},{isDivider:!0},{key:aT,i18nPath:"contextmenu.global.print",icon:"print",when:()=>!0,callback:o=>{o.executePrint()}}],{HYPERLINK:{DELETE:dT,CANCEL:uT,EDIT:hT}}=no,RT=[{key:dT,i18nPath:"contextmenu.hyperlink.delete",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeDeleteHyperlink()}},{key:uT,i18nPath:"contextmenu.hyperlink.cancel",when:o=>!o.isReadonly&&o.startElement?.type===s.ElementType.HYPERLINK,callback:o=>{o.executeCancelHyperlink()}},{key:hT,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:gT,SAVE_AS:fT,TEXT_WRAP:TT,TEXT_WRAP_EMBED:mT,TEXT_WRAP_UP_DOWN:CT,TEXT_WRAP_SURROUND:pT,TEXT_WRAP_FLOAT_TOP:IT,TEXT_WRAP_FLOAT_BOTTOM:ET}}=no,LT=[{key:gT,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:fT,i18nPath:"contextmenu.image.saveAs",icon:"image",when:o=>!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,callback:o=>{o.executeSaveAsImageElement()}},{key:TT,i18nPath:"contextmenu.image.textWrap",when:o=>!o.isReadonly&&!o.editorHasSelection&&o.startElement?.type===s.ElementType.IMAGE,childMenus:[{key:mT,i18nPath:"contextmenu.image.textWrapType.embed",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.BLOCK)}},{key:CT,i18nPath:"contextmenu.image.textWrapType.upDown",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.INLINE)}},{key:pT,i18nPath:"contextmenu.image.textWrapType.surround",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.SURROUND)}},{key:IT,i18nPath:"contextmenu.image.textWrapType.floatTop",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_TOP)}},{key:ET,i18nPath:"contextmenu.image.textWrapType.floatBottom",when:()=>!0,callback:(o,t)=>{o.executeChangeImageDisplay(t.startElement,s.ImageDisplay.FLOAT_BOTTOM)}}]}],{TABLE:{BORDER:PT,BORDER_ALL:MT,BORDER_EMPTY:OT,BORDER_DASH:ST,BORDER_EXTERNAL:DT,BORDER_INTERNAL:FT,BORDER_TD:XT,BORDER_TD_TOP:yT,BORDER_TD_LEFT:NT,BORDER_TD_BOTTOM:bT,BORDER_TD_RIGHT:VT,BORDER_TD_BACK:WT,BORDER_TD_FORWARD:YT,VERTICAL_ALIGN:UT,VERTICAL_ALIGN_TOP:wT,VERTICAL_ALIGN_MIDDLE:ZT,VERTICAL_ALIGN_BOTTOM:vT,INSERT_ROW_COL:QT,INSERT_TOP_ROW:KT,INSERT_BOTTOM_ROW:HT,INSERT_LEFT_COL:AT,INSERT_RIGHT_COL:_T,DELETE_ROW_COL:BT,DELETE_ROW:kT,DELETE_COL:GT,DELETE_TABLE:xT,MERGE_CELL:JT,CANCEL_MERGE_CELL:$T}}=no,zT=[{isDivider:!0},{key:PT,i18nPath:"contextmenu.table.border",icon:"border-all",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:MT,i18nPath:"contextmenu.table.borderAll",icon:"border-all",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.ALL)}},{key:OT,i18nPath:"contextmenu.table.borderEmpty",icon:"border-empty",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EMPTY)}},{key:ST,i18nPath:"contextmenu.table.borderDash",icon:"border-dash",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.DASH)}},{key:DT,i18nPath:"contextmenu.table.borderExternal",icon:"border-external",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.EXTERNAL)}},{key:FT,i18nPath:"contextmenu.table.borderInternal",icon:"border-internal",when:()=>!0,callback:o=>{o.executeTableBorderType(s.TableBorder.INTERNAL)}},{key:XT,i18nPath:"contextmenu.table.borderTd",icon:"border-td",when:()=>!0,childMenus:[{key:yT,i18nPath:"contextmenu.table.borderTdTop",icon:"border-td-top",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.TOP)}},{key:VT,i18nPath:"contextmenu.table.borderTdRight",icon:"border-td-right",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.RIGHT)}},{key:bT,i18nPath:"contextmenu.table.borderTdBottom",icon:"border-td-bottom",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.BOTTOM)}},{key:NT,i18nPath:"contextmenu.table.borderTdLeft",icon:"border-td-left",when:()=>!0,callback:o=>{o.executeTableTdBorderType(s.TdBorder.LEFT)}},{key:YT,i18nPath:"contextmenu.table.borderTdForward",icon:"border-td-forward",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.FORWARD)}},{key:WT,i18nPath:"contextmenu.table.borderTdBack",icon:"border-td-back",when:()=>!0,callback:o=>{o.executeTableTdSlashType(s.TdSlash.BACK)}}]}]},{key:UT,i18nPath:"contextmenu.table.verticalAlign",icon:"vertical-align",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:wT,i18nPath:"contextmenu.table.verticalAlignTop",icon:"vertical-align-top",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.TOP)}},{key:ZT,i18nPath:"contextmenu.table.verticalAlignMiddle",icon:"vertical-align-middle",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.MIDDLE)}},{key:vT,i18nPath:"contextmenu.table.verticalAlignBottom",icon:"vertical-align-bottom",when:()=>!0,callback:o=>{o.executeTableTdVerticalAlign(s.VerticalAlign.BOTTOM)}}]},{key:QT,i18nPath:"contextmenu.table.insertRowCol",icon:"insert-row-col",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:KT,i18nPath:"contextmenu.table.insertTopRow",icon:"insert-top-row",when:()=>!0,callback:o=>{o.executeInsertTableTopRow()}},{key:HT,i18nPath:"contextmenu.table.insertBottomRow",icon:"insert-bottom-row",when:()=>!0,callback:o=>{o.executeInsertTableBottomRow()}},{key:AT,i18nPath:"contextmenu.table.insertLeftCol",icon:"insert-left-col",when:()=>!0,callback:o=>{o.executeInsertTableLeftCol()}},{key:_T,i18nPath:"contextmenu.table.insertRightCol",icon:"insert-right-col",when:()=>!0,callback:o=>{o.executeInsertTableRightCol()}}]},{key:BT,i18nPath:"contextmenu.table.deleteRowCol",icon:"delete-row-col",when:o=>!o.isReadonly&&o.isInTable,childMenus:[{key:kT,i18nPath:"contextmenu.table.deleteRow",icon:"delete-row",when:()=>!0,callback:o=>{o.executeDeleteTableRow()}},{key:GT,i18nPath:"contextmenu.table.deleteCol",icon:"delete-col",when:()=>!0,callback:o=>{o.executeDeleteTableCol()}},{key:xT,i18nPath:"contextmenu.table.deleteTable",icon:"delete-table",when:()=>!0,callback:o=>{o.executeDeleteTable()}}]},{key:JT,i18nPath:"contextmenu.table.mergeCell",icon:"merge-cell",when:o=>!o.isReadonly&&o.isCrossRowCol,callback:o=>{o.executeMergeTableCell()}},{key:$T,i18nPath:"contextmenu.table.mergeCancelCell",icon:"merge-cancel-cell",when:o=>!o.isReadonly&&o.isInTable,callback:o=>{o.executeCancelMergeTableCell()}}];class jT{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=[...cT,...zT,...LT,...oT,...RT],this.contextMenuContainerList=[],this.contextMenuRelationShip=new Map,this._addEvent()}getContextMenuList(){return this.contextMenuList}_addEvent(){this.container.addEventListener("contextmenu",this._proxyContextMenuEvent),document.addEventListener("mousedown",this._handleSideEffect)}removeEvent(){this.container.removeEventListener("contextmenu",this._proxyContextMenuEvent),document.removeEventListener("mousedown",this._handleSideEffect)}_filterMenuList(t){const{contextMenuDisableKeys:e}=this.options,n=[];for(let i=0;i<t.length;i++){const l=t[i];l.disable||l.key&&e.includes(l.key)||(l.isDivider||l.when?.(this.context))&&n.push(l)}return n}_proxyContextMenuEvent=t=>{this.context=this._getContext(t);const e=this._filterMenuList(this.contextMenuList);e.some(i=>!i.isDivider)&&(this.dispose(),this._render({contextMenuList:e,left:t.x,top:t.y})),t.preventDefault()};_handleSideEffect=t=>{const e=t.target;this.contextMenuContainerList.some(i=>i.contains(e))||this.dispose()};_getContext(t){const e=this.draw.isReadonly(),{isCrossRowCol:n,startIndex:i,endIndex:l}=this.range.getRange(),r=!!(~i||~l),a=r&&i!==l,{isTable:c,trIndex:d,tdIndex:u,index:R}=this.position.getPositionContext(),h=t?this.command.getPositionContextByEvent(t,{isMustDirectHit:!0}):null;let f=null;if(c){const P=this.draw.getOriginalElementList()[R]||null;P&&(f=wt([P],{extraPickAttrs:["id"]})[0])}const g=c&&!!n,T=this.draw.getElementList();let C=T[i]||null,p=T[l]||null;h?.element&&(C=h.element,p=h.element);const I=h?.element||null,m=h?.tableInfo?.element||null;h?.tableInfo?.element&&(f=h.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(N=>!N.isDivider)&&(P.classList.add(`${rt}-contextmenu-sub-item`),P.onmouseenter=()=>{this._setHoverStatus(P,!0),this._removeSubMenu(r);const N=P.getBoundingClientRect(),V=N.left+N.width,F=N.top;c=this._render({contextMenuList:b,left:V,top:F,parentMenuContainer:r})},P.onmouseleave=N=>{(!c||!c.contains(N.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 D=document.createElement("i");P.append(D),M.icon&&D.classList.add(`${rt}-contextmenu-${M.icon}`);const X=document.createElement("span"),U=M.i18nPath?this._formatName(this.i18n.t(M.i18nPath)):this._formatName(M.name||"");if(X.append(document.createTextNode(U)),P.append(X),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 R=document.createElement("i");u.append(R);const h=document.createElement("span");h.append(document.createTextNode(this.i18n.t("contextmenu.global.cancel"))),u.append(h),a.append(u),r.append(a),r.style.display="block";const 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(Bl),n=new RegExp(`${e.join("|")}`);let i=t;if(n.test(i)){const l=new RegExp(Bl.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 qT=[{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)}}],tm=[{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)}}],em=[{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 nm{draw;command;globalShortcutList;agentShortcutList;constructor(t,e){this.draw=t,this.command=e,this.globalShortcutList=[],this.agentShortcutList=[],this._addShortcutList([...qT,...tm,...em]),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 om{editor;constructor(t){this.editor=t}use(t,e){t(this.editor,e)}}class im{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 sm{paste;copy;drop}class Gl{command;version;listener;eventBus;override;register;destroy;use;draw;constructor(t,e,n={}){const i=Do(n);e=lt(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=>{jt(g,{editorOptions:i,isForceCompensation:!0})}),this.version=pn,this.listener=new xf,this.eventBus=new im,this.override=new sm,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 Al(new Gf(u)),u.setCommand(this.command);const R=new jT(u,this.command),h=new nm(u,this.command);this.register=new Jf({contextMenu:R,shortcut:h,i18n:u.getI18n()}),this.destroy=()=>{u.destroy(),h.removeEvent(),R.removeEvent(),this.eventBus.dangerouslyClearAll()};const f=new om(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=Al,s.EDITOR_CLIPBOARD=io,s.EDITOR_COMPONENT=Ze,s.Editor=Gl,s.INTERNAL_CONTEXT_MENU_KEY=no,s.INTERNAL_SHORTCUT_KEY=Sr,s.LETTER_CLASS=ui,s.createDomFromElementList=Kn,s.default=Gl,s.getElementListByHTML=Hn,s.getTextFromElementList=Mn,s.splitText=yt,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|