sohelp-eleplus 1.1.1-8.beta.1
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/README.md +35 -0
- package/cache/DictCache.js +58 -0
- package/cache/ModuleCache.js +322 -0
- package/components.js +46 -0
- package/core-export.js +4 -0
- package/http/CrudHttp.js +115 -0
- package/http/DictHttp.js +12 -0
- package/http/ModuleHttp.js +68 -0
- package/http/SohelpHttp.js +125 -0
- package/index.js +6 -0
- package/installer.js +8 -0
- package/lang/en_US.js +4 -0
- package/lang/zh_CN.js +4 -0
- package/lang/zh_TW.js +4 -0
- package/package.json +9 -0
- package/sohelp-ace-editor/index.vue +198 -0
- package/sohelp-application-select/index.vue +15 -0
- package/sohelp-autocode/index.vue +53 -0
- package/sohelp-calendar-view/index.vue +11 -0
- package/sohelp-card-view/index.vue +11 -0
- package/sohelp-condition/index.vue +210 -0
- package/sohelp-cry-input/index.vue +64 -0
- package/sohelp-date/index.vue +27 -0
- package/sohelp-datetime/index.vue +44 -0
- package/sohelp-datetime-picker/index.vue +86 -0
- package/sohelp-datetime-range/index.vue +59 -0
- package/sohelp-dict/index.vue +206 -0
- package/sohelp-dict/props.js +68 -0
- package/sohelp-drawer/index.vue +50 -0
- package/sohelp-drop-card/index.vue +94 -0
- package/sohelp-drop-card/props.js +68 -0
- package/sohelp-dyn-select/index.vue +99 -0
- package/sohelp-dyn-select/props.js +67 -0
- package/sohelp-dyn-tree/index.vue +82 -0
- package/sohelp-dyn-tree-select/index.vue +114 -0
- package/sohelp-entity-form/index.vue +524 -0
- package/sohelp-entity-grid/index.vue +30 -0
- package/sohelp-file-upload/index.vue +218 -0
- package/sohelp-filter-scheme/components/condition.vue +102 -0
- package/sohelp-filter-scheme/components/filter.vue +45 -0
- package/sohelp-filter-scheme/components/keywords.vue +15 -0
- package/sohelp-filter-scheme/components/scheme.vue +49 -0
- package/sohelp-filter-scheme/index.vue +113 -0
- package/sohelp-grid/SohelpGridConfig.js~ +408 -0
- package/sohelp-grid/components/filter-condition-item.vue +298 -0
- package/sohelp-grid/index.vue +1965 -0
- package/sohelp-grid/js/ConditionType.js +101 -0
- package/sohelp-grid/js/DefaultGridOptions.js +145 -0
- package/sohelp-grid/js/DefaultProps.js +27 -0
- package/sohelp-grid/js/SohelpConfigFunction.js +0 -0
- package/sohelp-grid/js/SohelpGridConfig.js +101 -0
- package/sohelp-grid/js/useSohelpGridConfig.js +525 -0
- package/sohelp-grid-select/index.vue +245 -0
- package/sohelp-grid-view/filter/config/grid-filter-condition.vue +221 -0
- package/sohelp-grid-view/filter/config/grid-filter-config.vue +27 -0
- package/sohelp-grid-view/filter/config/grid-filter-field.vue +378 -0
- package/sohelp-grid-view/filter/config/grid-filter-keywords.vue +310 -0
- package/sohelp-grid-view/filter/config/grid-filter-list.vue +313 -0
- package/sohelp-grid-view/filter/config/grid-filter-scheme.vue +264 -0
- package/sohelp-grid-view/filter/config/grid-filter-sort.vue +310 -0
- package/sohelp-grid-view/filter/config/index.vue +206 -0
- package/sohelp-grid-view/filter/filter-form.vue +446 -0
- package/sohelp-grid-view/filter/filter-toolbar.vue +110 -0
- package/sohelp-grid-view/filter/index.vue +160 -0
- package/sohelp-grid-view/index.vue +379 -0
- package/sohelp-grid-view-select/index.vue +141 -0
- package/sohelp-group-view/index.vue +11 -0
- package/sohelp-icon-select/icons/AnalysisOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ApplicationOutlined.vue +21 -0
- package/sohelp-icon-select/icons/AppstoreAddOutlined.vue +28 -0
- package/sohelp-icon-select/icons/AppstoreOutlined.vue +30 -0
- package/sohelp-icon-select/icons/ArrowDown.vue +21 -0
- package/sohelp-icon-select/icons/ArrowDownOutlined.vue +20 -0
- package/sohelp-icon-select/icons/ArrowLeft.vue +21 -0
- package/sohelp-icon-select/icons/ArrowLeftOutlined.vue +20 -0
- package/sohelp-icon-select/icons/ArrowRight.vue +21 -0
- package/sohelp-icon-select/icons/ArrowRightOutlined.vue +20 -0
- package/sohelp-icon-select/icons/ArrowUp.vue +21 -0
- package/sohelp-icon-select/icons/ArrowUpOutlined.vue +20 -0
- package/sohelp-icon-select/icons/BellOutlined.vue +21 -0
- package/sohelp-icon-select/icons/BookOutlined.vue +21 -0
- package/sohelp-icon-select/icons/CalendarOutlined.vue +19 -0
- package/sohelp-icon-select/icons/CaretDownFilled.vue +13 -0
- package/sohelp-icon-select/icons/CaretUpFilled.vue +13 -0
- package/sohelp-icon-select/icons/CheckCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/CheckCircleOutlined.vue +23 -0
- package/sohelp-icon-select/icons/CheckOutlined.vue +20 -0
- package/sohelp-icon-select/icons/CityOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ClockCircleOutlined.vue +23 -0
- package/sohelp-icon-select/icons/CloseCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/CloseCircleOutlined.vue +22 -0
- package/sohelp-icon-select/icons/CloseOutlined.vue +20 -0
- package/sohelp-icon-select/icons/CloudUploadOutlined.vue +23 -0
- package/sohelp-icon-select/icons/ClusterOutlined.vue +21 -0
- package/sohelp-icon-select/icons/CodeOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ColumnHeightOutlined.vue +18 -0
- package/sohelp-icon-select/icons/CompassOutlined.vue +22 -0
- package/sohelp-icon-select/icons/CompressOutlined.vue +23 -0
- package/sohelp-icon-select/icons/ConnectionOutlined.vue +24 -0
- package/sohelp-icon-select/icons/ControlOutlined.vue +27 -0
- package/sohelp-icon-select/icons/CopyOutlined.vue +22 -0
- package/sohelp-icon-select/icons/CpuOutlined.vue +22 -0
- package/sohelp-icon-select/icons/DashboardOutlined.vue +26 -0
- package/sohelp-icon-select/icons/DatabaseOutlined.vue +22 -0
- package/sohelp-icon-select/icons/DeleteOutlined.vue +22 -0
- package/sohelp-icon-select/icons/DesktopOutlined.vue +19 -0
- package/sohelp-icon-select/icons/DownloadOutlined.vue +21 -0
- package/sohelp-icon-select/icons/DragOutlined.vue +22 -0
- package/sohelp-icon-select/icons/EditOutlined.vue +21 -0
- package/sohelp-icon-select/icons/EllipsisOutlined.vue +15 -0
- package/sohelp-icon-select/icons/EnvironmentOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ExclamationCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/ExpandOutlined.vue +23 -0
- package/sohelp-icon-select/icons/FileOutlined.vue +22 -0
- package/sohelp-icon-select/icons/FilterFilled.vue +15 -0
- package/sohelp-icon-select/icons/FolderAddOutlined.vue +20 -0
- package/sohelp-icon-select/icons/FolderOutlined.vue +19 -0
- package/sohelp-icon-select/icons/FormOutlined.vue +20 -0
- package/sohelp-icon-select/icons/FullscreenExitOutlined.vue +16 -0
- package/sohelp-icon-select/icons/FullscreenOutlined.vue +16 -0
- package/sohelp-icon-select/icons/FundOutlined.vue +20 -0
- package/sohelp-icon-select/icons/GlobalOutlined.vue +15 -0
- package/sohelp-icon-select/icons/HolderOutlined.vue +18 -0
- package/sohelp-icon-select/icons/HomeOutlined.vue +19 -0
- package/sohelp-icon-select/icons/IdcardOutlined.vue +25 -0
- package/sohelp-icon-select/icons/InfoCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/LinkOutlined.vue +15 -0
- package/sohelp-icon-select/icons/LoadingDotOutlined.vue +21 -0
- package/sohelp-icon-select/icons/LoadingOutlined.vue +19 -0
- package/sohelp-icon-select/icons/LockOutlined.vue +21 -0
- package/sohelp-icon-select/icons/LogOutlined.vue +22 -0
- package/sohelp-icon-select/icons/LogoutOutlined.vue +22 -0
- package/sohelp-icon-select/icons/MailOutlined.vue +19 -0
- package/sohelp-icon-select/icons/MenuFoldOutlined.vue +17 -0
- package/sohelp-icon-select/icons/MenuUnfoldOutlined.vue +17 -0
- package/sohelp-icon-select/icons/MessageOutlined.vue +22 -0
- package/sohelp-icon-select/icons/MinusCircleOutlined.vue +22 -0
- package/sohelp-icon-select/icons/MobileOutlined.vue +20 -0
- package/sohelp-icon-select/icons/MoonOutlined.vue +21 -0
- package/sohelp-icon-select/icons/MoreOutlined.vue +15 -0
- package/sohelp-icon-select/icons/PauseFilled.vue +14 -0
- package/sohelp-icon-select/icons/PieChartOutlined.vue +20 -0
- package/sohelp-icon-select/icons/PlayFilled.vue +13 -0
- package/sohelp-icon-select/icons/PlusCircleOutlined.vue +22 -0
- package/sohelp-icon-select/icons/PlusOutlined.vue +19 -0
- package/sohelp-icon-select/icons/ProtectOutlined.vue +21 -0
- package/sohelp-icon-select/icons/QuestionCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/QuestionCircleOutlined.vue +25 -0
- package/sohelp-icon-select/icons/ReloadOutlined.vue +22 -0
- package/sohelp-icon-select/icons/SearchOutlined.vue +21 -0
- package/sohelp-icon-select/icons/SettingOutlined.vue +24 -0
- package/sohelp-icon-select/icons/ShoppingOutlined.vue +19 -0
- package/sohelp-icon-select/icons/SortOutlined.vue +21 -0
- package/sohelp-icon-select/icons/StarFilled.vue +15 -0
- package/sohelp-icon-select/icons/StepBackwardFilled.vue +17 -0
- package/sohelp-icon-select/icons/StepForwardFilled.vue +17 -0
- package/sohelp-icon-select/icons/SuitcaseOutlined.vue +19 -0
- package/sohelp-icon-select/icons/SunOutlined.vue +29 -0
- package/sohelp-icon-select/icons/SwapOutlined.vue +21 -0
- package/sohelp-icon-select/icons/SyncOutlined.vue +21 -0
- package/sohelp-icon-select/icons/TableOutlined.vue +19 -0
- package/sohelp-icon-select/icons/TagOutlined.vue +20 -0
- package/sohelp-icon-select/icons/TimerOutlined.vue +22 -0
- package/sohelp-icon-select/icons/UndoOutlined.vue +22 -0
- package/sohelp-icon-select/icons/UnlockOutlined.vue +21 -0
- package/sohelp-icon-select/icons/UploadOutlined.vue +21 -0
- package/sohelp-icon-select/icons/UserOutlined.vue +21 -0
- package/sohelp-icon-select/icons/VerticalAlignMiddleOutlined.vue +15 -0
- package/sohelp-icon-select/icons/VerticalLeftOutlined.vue +13 -0
- package/sohelp-icon-select/icons/VerticalRightOutlined.vue +13 -0
- package/sohelp-icon-select/icons/WarningOutlined.vue +21 -0
- package/sohelp-icon-select/icons/ZoomInOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ZoomOutOutlined.vue +22 -0
- package/sohelp-icon-select/icons/index.js +106 -0
- package/sohelp-icon-select/icons/index.ts +106 -0
- package/sohelp-icon-select/index.vue +95 -0
- package/sohelp-icon-select/vxeui-icon.js +90 -0
- package/sohelp-image-upload/index.vue +286 -0
- package/sohelp-input/index.vue +39 -0
- package/sohelp-modal/index.vue +72 -0
- package/sohelp-module/index.vue +54 -0
- package/sohelp-module/useModalManager.js +89 -0
- package/sohelp-module/useSohelpModule.js +64 -0
- package/sohelp-number-input/index.vue +32 -0
- package/sohelp-number-range/index.vue +135 -0
- package/sohelp-org-select/index.vue +30 -0
- package/sohelp-org-tree/index.vue +18 -0
- package/sohelp-org-tree-select/index.vue +93 -0
- package/sohelp-org-user-tree/index.vue +26 -0
- package/sohelp-org-user-tree-select/index.vue +11 -0
- package/sohelp-pagination/index.vue +11 -0
- package/sohelp-power/index.vue +105 -0
- package/sohelp-pro-form/components/pro-form-footer.vue +44 -0
- package/sohelp-pro-form/components/pro-form-item.vue +1133 -0
- package/sohelp-pro-form/index.vue +257 -0
- package/sohelp-pro-form/util.js +140 -0
- package/sohelp-pro-layout/index.vue +11 -0
- package/sohelp-pro-table/index.vue +14 -0
- package/sohelp-process/index.vue +216 -0
- package/sohelp-rate/index.vue +56 -0
- package/sohelp-rate/props.js +71 -0
- package/sohelp-relation/index.vue +11 -0
- package/sohelp-rich-text/index.vue +242 -0
- package/sohelp-rich-text/util.js +231 -0
- package/sohelp-richtext/index.vue +10 -0
- package/sohelp-role-select/index.vue +33 -0
- package/sohelp-search/components/search-config.vue +0 -0
- package/sohelp-search/index.vue +49 -0
- package/sohelp-search-pro-form/index.vue +11 -0
- package/sohelp-select/index.vue +120 -0
- package/sohelp-split-panel/index.vue +15 -0
- package/sohelp-switch/index.vue +56 -0
- package/sohelp-table/index.vue +151 -0
- package/sohelp-tenant-select/index.vue +128 -0
- package/sohelp-text/index.vue +14 -0
- package/sohelp-textarea-input/index.vue +36 -0
- package/sohelp-time/index.vue +10 -0
- package/sohelp-tree/index.vue +37 -0
- package/sohelp-tree-select/index.vue +18 -0
- package/sohelp-user-select/index.vue +44 -0
- package/sohelp-user-select/index.vue~ +53 -0
- package/sohelp-user-select/props.js +71 -0
- package/sohelp-user-tag/index.vue +12 -0
- package/sohelp-user-tree/index.vue +11 -0
- package/sohelp-vform-drawer/index.vue +40 -0
- package/sohelp-vform-eleplus/favicon.ico +0 -0
- package/sohelp-vform-eleplus/index.vue +297 -0
- package/sohelp-vform-eleplus/preview.html +91 -0
- package/sohelp-vform-eleplus/render.es.js +72433 -0
- package/sohelp-vform-eleplus/render.style.css +16 -0
- package/sohelp-vform-eleplus/render.umd.js +57 -0
- package/sohelp-vform-eleplus/tinymce/langs/zh_CN.js +462 -0
- package/sohelp-vform-eleplus/tinymce/langs/zh_TW.js +419 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/dark/content.css +72 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/dark/content.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/default/content.css +67 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/default/content.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/document/content.css +72 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/document/content.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/writer/content.css +68 -0
- package/sohelp-vform-eleplus/tinymce/skins/content/writer/content.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/content.css +732 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/content.inline.css +726 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/content.inline.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/content.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/content.mobile.css +29 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/content.mobile.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/skin.css +3047 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/skin.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/skin.mobile.css +673 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/skin.mobile.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/skin.shadowdom.css +37 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide/skin.shadowdom.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/content.css +714 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/content.inline.css +726 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/content.inline.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/content.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/content.mobile.css +29 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/content.mobile.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/skin.css +3047 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/skin.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/skin.mobile.css +673 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +7 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +37 -0
- package/sohelp-vform-eleplus/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
- package/sohelp-vform-modal/index.vue +41 -0
- package/sohelp-vform-select/index.vue +11 -0
- package/sohelp-vform-vant/favicon.ico +0 -0
- package/sohelp-vform-vant/render.es.js +14608 -0
- package/sohelp-vform-vant/render.style.css +1 -0
- package/sohelp-vform-vant/render.umd.js +22 -0
- package/sohelp-vxe-grid/DefaultGridOptions.js +90 -0
- package/sohelp-vxe-grid/DefaultProps.js +27 -0
- package/sohelp-vxe-grid/SohelpGridConfig.js +143 -0
- package/sohelp-vxe-grid/index.vue +475 -0
- package/sohelp-vxe-grid-select/index.vue +148 -0
- package/sohelp-vxe-table/index.vue +184 -0
- package/sohelp-workflow/index.vue +495 -0
- package/sohelp-workflow/nodeWrap.vue +53 -0
- package/sohelp-workflow/nodes/addNode.vue +27 -0
- package/sohelp-workflow/nodes/approver.vue +125 -0
- package/sohelp-workflow/nodes/branch.vue +434 -0
- package/sohelp-workflow/nodes/promoter.vue +80 -0
- package/sohelp-workflow/nodes/send.vue +95 -0
- package/sohelp-workflow-drawer/components/approval-modal.vue +182 -0
- package/sohelp-workflow-drawer/components/draw-box.vue +141 -0
- package/sohelp-workflow-drawer/components/form.vue +78 -0
- package/sohelp-workflow-drawer/components/table.vue +153 -0
- package/sohelp-workflow-drawer/components/timeline.vue +189 -0
- package/sohelp-workflow-drawer/components/workflow.vue +68 -0
- package/sohelp-workflow-drawer/index.vue +311 -0
- package/sohelp-workflow-drawer/js/index.js +119 -0
- package/utils/ProFormConvertUtil.js +76 -0
- package/utils/core.js +310 -0
- package/utils/use-form-data.js +48 -0
- package/utils/use-mobile.js +43 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
var X7=Object.defineProperty,Z7=Object.defineProperties;var Q7=Object.getOwnPropertyDescriptors;var Jc=Object.getOwnPropertySymbols;var $7=Object.prototype.hasOwnProperty,ev=Object.prototype.propertyIsEnumerable;var Il=(d,me,Ge)=>me in d?X7(d,me,{enumerable:!0,configurable:!0,writable:!0,value:Ge}):d[me]=Ge,_e=(d,me)=>{for(var Ge in me||(me={}))$7.call(me,Ge)&&Il(d,Ge,me[Ge]);if(Jc)for(var Ge of Jc(me))ev.call(me,Ge)&&Il(d,Ge,me[Ge]);return d},$t=(d,me)=>Z7(d,Q7(me));var Hi=(d,me,Ge)=>(Il(d,typeof me!="symbol"?me+"":me,Ge),Ge);(function(d,me){typeof exports=="object"&&typeof module!="undefined"?module.exports=me(require("vue"),require("@element-plus/icons-vue"),require("element-plus")):typeof define=="function"&&define.amd?define(["vue","@element-plus/icons-vue","element-plus"],me):(d=typeof globalThis!="undefined"?globalThis:d||self,d.VFormRender=me(d.Vue,d.ElementPlusIconsVue,d.ElementPlus))})(this,function(d,me,Ge){"use strict";function Xc(t){if(t&&t.__esModule)return t;var e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});return t&&Object.keys(t).forEach(function(n){if(n!=="default"){var i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,i.get?i:{enumerable:!0,get:function(){return t[n]}})}}),e.default=t,Object.freeze(e)}var Zc=Xc(me),zi=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Qc(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Uo={exports:{}},Bl=function(e,n){return function(){for(var o=new Array(arguments.length),r=0;r<o.length;r++)o[r]=arguments[r];return e.apply(n,o)}},$c=Bl,hn=Object.prototype.toString;function jo(t){return hn.call(t)==="[object Array]"}function Ko(t){return typeof t=="undefined"}function eu(t){return t!==null&&!Ko(t)&&t.constructor!==null&&!Ko(t.constructor)&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function tu(t){return hn.call(t)==="[object ArrayBuffer]"}function nu(t){return typeof FormData!="undefined"&&t instanceof FormData}function iu(t){var e;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function ou(t){return typeof t=="string"}function ru(t){return typeof t=="number"}function Pl(t){return t!==null&&typeof t=="object"}function Wi(t){if(hn.call(t)!=="[object Object]")return!1;var e=Object.getPrototypeOf(t);return e===null||e===Object.prototype}function lu(t){return hn.call(t)==="[object Date]"}function au(t){return hn.call(t)==="[object File]"}function su(t){return hn.call(t)==="[object Blob]"}function Vl(t){return hn.call(t)==="[object Function]"}function du(t){return Pl(t)&&Vl(t.pipe)}function cu(t){return typeof URLSearchParams!="undefined"&&t instanceof URLSearchParams}function uu(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function fu(){return typeof navigator!="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window!="undefined"&&typeof document!="undefined"}function Go(t,e){if(!(t===null||typeof t=="undefined"))if(typeof t!="object"&&(t=[t]),jo(t))for(var n=0,i=t.length;n<i;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}function Yo(){var t={};function e(o,r){Wi(t[r])&&Wi(o)?t[r]=Yo(t[r],o):Wi(o)?t[r]=Yo({},o):jo(o)?t[r]=o.slice():t[r]=o}for(var n=0,i=arguments.length;n<i;n++)Go(arguments[n],e);return t}function hu(t,e,n){return Go(e,function(o,r){n&&typeof o=="function"?t[r]=$c(o,n):t[r]=o}),t}function mu(t){return t.charCodeAt(0)===65279&&(t=t.slice(1)),t}var gt={isArray:jo,isArrayBuffer:tu,isBuffer:eu,isFormData:nu,isArrayBufferView:iu,isString:ou,isNumber:ru,isObject:Pl,isPlainObject:Wi,isUndefined:Ko,isDate:lu,isFile:au,isBlob:su,isFunction:Vl,isStream:du,isURLSearchParams:cu,isStandardBrowserEnv:fu,forEach:Go,merge:Yo,extend:hu,trim:uu,stripBOM:mu},Tn=gt;function Hl(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var zl=function(e,n,i){if(!n)return e;var o;if(i)o=i(n);else if(Tn.isURLSearchParams(n))o=n.toString();else{var r=[];Tn.forEach(n,function(m,f){m===null||typeof m=="undefined"||(Tn.isArray(m)?f=f+"[]":m=[m],Tn.forEach(m,function(s){Tn.isDate(s)?s=s.toISOString():Tn.isObject(s)&&(s=JSON.stringify(s)),r.push(Hl(f)+"="+Hl(s))}))}),o=r.join("&")}if(o){var a=e.indexOf("#");a!==-1&&(e=e.slice(0,a)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e},gu=gt;function qi(){this.handlers=[]}qi.prototype.use=function(e,n,i){return this.handlers.push({fulfilled:e,rejected:n,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1},qi.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},qi.prototype.forEach=function(e){gu.forEach(this.handlers,function(i){i!==null&&e(i)})};var pu=qi,bu=gt,yu=function(e,n){bu.forEach(e,function(o,r){r!==n&&r.toUpperCase()===n.toUpperCase()&&(e[n]=o,delete e[r])})},Wl=function(e,n,i,o,r){return e.config=n,i&&(e.code=i),e.request=o,e.response=r,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e},wu=Wl,ql=function(e,n,i,o,r){var a=new Error(e);return wu(a,n,i,o,r)},vu=ql,Cu=function(e,n,i){var o=i.config.validateStatus;!i.status||!o||o(i.status)?e(i):n(vu("Request failed with status code "+i.status,i.config,null,i.request,i))},Ui=gt,Eu=Ui.isStandardBrowserEnv()?function(){return{write:function(n,i,o,r,a,c){var m=[];m.push(n+"="+encodeURIComponent(i)),Ui.isNumber(o)&&m.push("expires="+new Date(o).toGMTString()),Ui.isString(r)&&m.push("path="+r),Ui.isString(a)&&m.push("domain="+a),c===!0&&m.push("secure"),document.cookie=m.join("; ")},read:function(n){var i=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return i?decodeURIComponent(i[3]):null},remove:function(n){this.write(n,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),Su=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)},Ou=function(e,n){return n?e.replace(/\/+$/,"")+"/"+n.replace(/^\/+/,""):e},xu=Su,ku=Ou,Fu=function(e,n){return e&&!xu(n)?ku(e,n):n},Jo=gt,Nu=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"],Ru=function(e){var n={},i,o,r;return e&&Jo.forEach(e.split(`
|
|
2
|
+
`),function(c){if(r=c.indexOf(":"),i=Jo.trim(c.substr(0,r)).toLowerCase(),o=Jo.trim(c.substr(r+1)),i){if(n[i]&&Nu.indexOf(i)>=0)return;i==="set-cookie"?n[i]=(n[i]?n[i]:[]).concat([o]):n[i]=n[i]?n[i]+", "+o:o}}),n},Ul=gt,_u=Ul.isStandardBrowserEnv()?function(){var e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a"),i;function o(r){var a=r;return e&&(n.setAttribute("href",a),a=n.href),n.setAttribute("href",a),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return i=o(window.location.href),function(a){var c=Ul.isString(a)?o(a):a;return c.protocol===i.protocol&&c.host===i.host}}():function(){return function(){return!0}}();function Xo(t){this.message=t}Xo.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},Xo.prototype.__CANCEL__=!0;var ji=Xo,Ki=gt,Tu=Cu,Du=Eu,Mu=zl,Au=Fu,Lu=Ru,Iu=_u,Zo=ql,Bu=Yi,Pu=ji,jl=function(e){return new Promise(function(i,o){var r=e.data,a=e.headers,c=e.responseType,m;function f(){e.cancelToken&&e.cancelToken.unsubscribe(m),e.signal&&e.signal.removeEventListener("abort",m)}Ki.isFormData(r)&&delete a["Content-Type"];var l=new XMLHttpRequest;if(e.auth){var s=e.auth.username||"",u=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";a.Authorization="Basic "+btoa(s+":"+u)}var h=Au(e.baseURL,e.url);l.open(e.method.toUpperCase(),Mu(h,e.params,e.paramsSerializer),!0),l.timeout=e.timeout;function g(){if(!!l){var p="getAllResponseHeaders"in l?Lu(l.getAllResponseHeaders()):null,y=!c||c==="text"||c==="json"?l.responseText:l.response,v={data:y,status:l.status,statusText:l.statusText,headers:p,config:e,request:l};Tu(function(w){i(w),f()},function(w){o(w),f()},v),l=null}}if("onloadend"in l?l.onloadend=g:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(g)},l.onabort=function(){!l||(o(Zo("Request aborted",e,"ECONNABORTED",l)),l=null)},l.onerror=function(){o(Zo("Network Error",e,null,l)),l=null},l.ontimeout=function(){var y=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",v=e.transitional||Bu.transitional;e.timeoutErrorMessage&&(y=e.timeoutErrorMessage),o(Zo(y,e,v.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",l)),l=null},Ki.isStandardBrowserEnv()){var b=(e.withCredentials||Iu(h))&&e.xsrfCookieName?Du.read(e.xsrfCookieName):void 0;b&&(a[e.xsrfHeaderName]=b)}"setRequestHeader"in l&&Ki.forEach(a,function(y,v){typeof r=="undefined"&&v.toLowerCase()==="content-type"?delete a[v]:l.setRequestHeader(v,y)}),Ki.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),c&&c!=="json"&&(l.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&l.addEventListener("progress",e.onDownloadProgress),typeof e.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(m=function(p){!l||(o(!p||p&&p.type?new Pu("canceled"):p),l.abort(),l=null)},e.cancelToken&&e.cancelToken.subscribe(m),e.signal&&(e.signal.aborted?m():e.signal.addEventListener("abort",m))),r||(r=null),l.send(r)})},Je=gt,Kl=yu,Vu=Wl,Hu={"Content-Type":"application/x-www-form-urlencoded"};function Gl(t,e){!Je.isUndefined(t)&&Je.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function zu(){var t;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(t=jl),t}function Wu(t,e,n){if(Je.isString(t))try{return(e||JSON.parse)(t),Je.trim(t)}catch(i){if(i.name!=="SyntaxError")throw i}return(n||JSON.stringify)(t)}var Gi={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:zu(),transformRequest:[function(e,n){return Kl(n,"Accept"),Kl(n,"Content-Type"),Je.isFormData(e)||Je.isArrayBuffer(e)||Je.isBuffer(e)||Je.isStream(e)||Je.isFile(e)||Je.isBlob(e)?e:Je.isArrayBufferView(e)?e.buffer:Je.isURLSearchParams(e)?(Gl(n,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):Je.isObject(e)||n&&n["Content-Type"]==="application/json"?(Gl(n,"application/json"),Wu(e)):e}],transformResponse:[function(e){var n=this.transitional||Gi.transitional,i=n&&n.silentJSONParsing,o=n&&n.forcedJSONParsing,r=!i&&this.responseType==="json";if(r||o&&Je.isString(e)&&e.length)try{return JSON.parse(e)}catch(a){if(r)throw a.name==="SyntaxError"?Vu(a,this,"E_JSON_PARSE"):a}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};Je.forEach(["delete","get","head"],function(e){Gi.headers[e]={}}),Je.forEach(["post","put","patch"],function(e){Gi.headers[e]=Je.merge(Hu)});var Yi=Gi,qu=gt,Uu=Yi,ju=function(e,n,i){var o=this||Uu;return qu.forEach(i,function(a){e=a.call(o,e,n)}),e},Yl=function(e){return!!(e&&e.__CANCEL__)},Jl=gt,Qo=ju,Ku=Yl,Gu=Yi,Yu=ji;function $o(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Yu("canceled")}var Ju=function(e){$o(e),e.headers=e.headers||{},e.data=Qo.call(e,e.data,e.headers,e.transformRequest),e.headers=Jl.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),Jl.forEach(["delete","get","head","post","put","patch","common"],function(o){delete e.headers[o]});var n=e.adapter||Gu.adapter;return n(e).then(function(o){return $o(e),o.data=Qo.call(e,o.data,o.headers,e.transformResponse),o},function(o){return Ku(o)||($o(e),o&&o.response&&(o.response.data=Qo.call(e,o.response.data,o.response.headers,e.transformResponse))),Promise.reject(o)})},pt=gt,Xl=function(e,n){n=n||{};var i={};function o(l,s){return pt.isPlainObject(l)&&pt.isPlainObject(s)?pt.merge(l,s):pt.isPlainObject(s)?pt.merge({},s):pt.isArray(s)?s.slice():s}function r(l){if(pt.isUndefined(n[l])){if(!pt.isUndefined(e[l]))return o(void 0,e[l])}else return o(e[l],n[l])}function a(l){if(!pt.isUndefined(n[l]))return o(void 0,n[l])}function c(l){if(pt.isUndefined(n[l])){if(!pt.isUndefined(e[l]))return o(void 0,e[l])}else return o(void 0,n[l])}function m(l){if(l in n)return o(e[l],n[l]);if(l in e)return o(void 0,e[l])}var f={url:a,method:a,data:a,baseURL:c,transformRequest:c,transformResponse:c,paramsSerializer:c,timeout:c,timeoutMessage:c,withCredentials:c,adapter:c,responseType:c,xsrfCookieName:c,xsrfHeaderName:c,onUploadProgress:c,onDownloadProgress:c,decompress:c,maxContentLength:c,maxBodyLength:c,transport:c,httpAgent:c,httpsAgent:c,cancelToken:c,socketPath:c,responseEncoding:c,validateStatus:m};return pt.forEach(Object.keys(e).concat(Object.keys(n)),function(s){var u=f[s]||r,h=u(s);pt.isUndefined(h)&&u!==m||(i[s]=h)}),i},Zl={version:"0.24.0"},Xu=Zl.version,er={};["object","boolean","number","function","string","symbol"].forEach(function(t,e){er[t]=function(i){return typeof i===t||"a"+(e<1?"n ":" ")+t}});var Ql={};er.transitional=function(e,n,i){function o(r,a){return"[Axios v"+Xu+"] Transitional option '"+r+"'"+a+(i?". "+i:"")}return function(r,a,c){if(e===!1)throw new Error(o(a," has been removed"+(n?" in "+n:"")));return n&&!Ql[a]&&(Ql[a]=!0,console.warn(o(a," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(r,a,c):!0}};function Zu(t,e,n){if(typeof t!="object")throw new TypeError("options must be an object");for(var i=Object.keys(t),o=i.length;o-- >0;){var r=i[o],a=e[r];if(a){var c=t[r],m=c===void 0||a(c,r,t);if(m!==!0)throw new TypeError("option "+r+" must be "+m);continue}if(n!==!0)throw Error("Unknown option "+r)}}var Qu={assertOptions:Zu,validators:er},$l=gt,$u=zl,ea=pu,ta=Ju,Ji=Xl,na=Qu,Dn=na.validators;function li(t){this.defaults=t,this.interceptors={request:new ea,response:new ea}}li.prototype.request=function(e){typeof e=="string"?(e=arguments[1]||{},e.url=arguments[0]):e=e||{},e=Ji(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var n=e.transitional;n!==void 0&&na.assertOptions(n,{silentJSONParsing:Dn.transitional(Dn.boolean),forcedJSONParsing:Dn.transitional(Dn.boolean),clarifyTimeoutError:Dn.transitional(Dn.boolean)},!1);var i=[],o=!0;this.interceptors.request.forEach(function(u){typeof u.runWhen=="function"&&u.runWhen(e)===!1||(o=o&&u.synchronous,i.unshift(u.fulfilled,u.rejected))});var r=[];this.interceptors.response.forEach(function(u){r.push(u.fulfilled,u.rejected)});var a;if(!o){var c=[ta,void 0];for(Array.prototype.unshift.apply(c,i),c=c.concat(r),a=Promise.resolve(e);c.length;)a=a.then(c.shift(),c.shift());return a}for(var m=e;i.length;){var f=i.shift(),l=i.shift();try{m=f(m)}catch(s){l(s);break}}try{a=ta(m)}catch(s){return Promise.reject(s)}for(;r.length;)a=a.then(r.shift(),r.shift());return a},li.prototype.getUri=function(e){return e=Ji(this.defaults,e),$u(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},$l.forEach(["delete","get","head","options"],function(e){li.prototype[e]=function(n,i){return this.request(Ji(i||{},{method:e,url:n,data:(i||{}).data}))}}),$l.forEach(["post","put","patch"],function(e){li.prototype[e]=function(n,i,o){return this.request(Ji(o||{},{method:e,url:n,data:i}))}});var ef=li,tf=ji;function Mn(t){if(typeof t!="function")throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(o){e=o});var n=this;this.promise.then(function(i){if(!!n._listeners){var o,r=n._listeners.length;for(o=0;o<r;o++)n._listeners[o](i);n._listeners=null}}),this.promise.then=function(i){var o,r=new Promise(function(a){n.subscribe(a),o=a}).then(i);return r.cancel=function(){n.unsubscribe(o)},r},t(function(o){n.reason||(n.reason=new tf(o),e(n.reason))})}Mn.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},Mn.prototype.subscribe=function(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]},Mn.prototype.unsubscribe=function(e){if(!!this._listeners){var n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}},Mn.source=function(){var e,n=new Mn(function(o){e=o});return{token:n,cancel:e}};var nf=Mn,of=function(e){return function(i){return e.apply(null,i)}},rf=function(e){return typeof e=="object"&&e.isAxiosError===!0},ia=gt,lf=Bl,Xi=ef,af=Xl,sf=Yi;function oa(t){var e=new Xi(t),n=lf(Xi.prototype.request,e);return ia.extend(n,Xi.prototype,e),ia.extend(n,e),n.create=function(o){return oa(af(t,o))},n}var Lt=oa(sf);Lt.Axios=Xi,Lt.Cancel=ji,Lt.CancelToken=nf,Lt.isCancel=Yl,Lt.VERSION=Zl.version,Lt.all=function(e){return Promise.all(e)},Lt.spread=of,Lt.isAxiosError=rf,Uo.exports=Lt,Uo.exports.default=Lt;var df=Uo.exports,ra=df,de={data(){return{vfEvents:{}}},methods:{emit$(t,e){this.vfEvents[t]&&this.vfEvents[t].forEach(n=>{n(e)})},on$(t,e){this.vfEvents[t]=this.vfEvents[t]||[],this.vfEvents[t].push(e)},off$(t,e){if(this.vfEvents[t]){if(e==null){this.vfEvents[t].length=0;return}for(let n=0;n<this.vfEvents[t].length;n++)if(this.vfEvents[t][n]===e){this.vfEvents[t].splice(n,1);break}}},dispatch:function(e,n,i){let o=this.$parent||this.$root,r=o.$options.componentName;for(;o&&(!r||r!==e);)o=o.$parent,o&&(r=o.$options.componentName);o&&o.emit$&&(o.emit$.call(o,n,i),e==="VFormRender"&&o.$emit(n,...i))},broadcast:function(e,n,i){this.widgetRefList&&Object.keys(this.widgetRefList).forEach(o=>{if(this.widgetRefList[o].$options.componentName===e){let a=this.widgetRefList[o];a.emit$.call(a,n,i)}}),this.refList&&Object.keys(this.refList).forEach(o=>{if(this.refList[o].$options.componentName===e){let a=this.refList[o];a.emit$.call(a,n,i)}})}}},oe=(t,e)=>{const n=t.__vccOpts||t;for(const[i,o]of e)n[i]=o;return n};const cf={name:"container-item-wrapper",props:{widget:Object},computed:{customClass(){return this.widget.options.customClass?this.widget.options.customClass.join(" "):""}}};function uf(t,e,n,i,o,r){return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["container-wrapper",[r.customClass]])},[d.renderSlot(t.$slots,"default")],2)}var ct=oe(cf,[["render",uf]]),ff=Object.freeze(Object.defineProperty({__proto__:null,default:ct},Symbol.toStringTag,{value:"Module"}));function la(t){return t!=null}function tr(t,e){const n=e.split(".");let i=t;return n.forEach(o=>{i=la(i)&&la(i[o])?i[o]:null}),i}let nr=d.reactive({lang:localStorage.getItem("v_form_locale")||"zh-CN"});function hf(t){return{messages:t.messages,$st(e,...n){const i=tr(this.messages[nr.lang],e);return typeof i=="function"?i(...n):i!==null?i:e},$st2(e,n){let i=this.messages[nr.lang];const o=tr(i,e);return o!==null?o:tr(i,n)},setLang(e){nr.lang=e}}}var mf={application:{"zh-CN":"\u7B80\u4F53\u4E2D\u6587","en-US":"English",productTitle:"Online Form Designer",github:"GitHub",document:"Docs",qqGroup:"WeChat Group",deployment:"Deployment",subscription:"Subscription"},designer:{chartLib:"Charts",metadataLib:"Data Module",componentLib:"Components",formLib:"Templates",entity:"Entity Attribute",containerTitle:"Container",dragHandlerHint:"drag container or field to layout center",dragAction:"drag",basicFieldTitle:"Basic Field",advancedFieldTitle:"Advanced Field",customFieldTitle:"Customized Field",chartTitle:"Chart Widget",noWidgetHint:"Please select a widget from the left list, drag and drop to this container.",widgetLabel:{"split-panel-1":"1-Split-panel","split-panel-2":"1-Split-panel","split-panel-3":"1-Split-panel","split-panel-4":"1-Split-panel",grid:"Grid","column-1-grid":"1-Col-Grid","column-2-grid":"2-Col-Grid","column-3-grid":"3-Col-Grid","column-4-grid":"4-Col-Grid",table:"Table",tab:"Tab",section:"Section","sub-form":"SubForm","grid-sub-form":"GridSubForm","grid-col":"GridCol","table-cell":"TableCell","tab-pane":"TabPane","data-table":"DataTable",tree:"Tree","button-group":"ButtonGroup","object-group":"ObjectGroup","vf-dialog":"Dialog","vf-drawer":"Drawer",input:"Input",textarea:"Textarea",number:"InputNumber",radio:"Radio",checkbox:"Checkbox",select:"Select",time:"Time","time-range":"Time range",date:"Date","date-range":"Date range",switch:"Switch",rate:"Rate",color:"ColorPicker",slider:"Slider","static-text":"Text","html-text":"HTML",button:"Button",divider:"Divider","picture-upload":"Picture","file-upload":"File","rich-editor":"Rich Editor",cascader:"Cascader",slot:"Slot",custom:"Custom Component"},hint:{formulaSetting:"Formula Setting",formulaModel:"Model",formulaModelView:"View",formulaModelEdit:"Edit",formulaSize:"Size",formulaSizeLarge:"Large",formulaSizeMedium:"Medium",formulaSizeSmall:"Small",formulaSizeMini:"Mini",formulaClear:"Clear",formulaNum:"Number",formulaStr:"String",formulaOK:"OK",formulaSearch:"Search...",formulaWidgetList:"Widget List",formulaFunctionList:"Function List",formulaFunctionExplain:"Function Explain",formulaFunctionMaths:"Maths",formulaFunctionLogic:"Logic",formulaFunctionTime:"Time",formulaFunctionString:"String",formulaNumber:"Number",formulaObject:"Object",formulaDate:"Date",formulaChar:"Char",formulaPleaseSelect:"Please select a widget name and function",formulaSample:"Sample",formulaPara:"parameter",formulaINT:"Remove decimals from numerical values, for example: INT (-8.9)=-9",formulaSUM:"Returns the sum of a set of data, for example: SUM (1,2,3,...)=6",formulaAVERAGE:"Returns the average of a set of data, for example: AVERAGE (1,2,3,...)=2",formulaMAX:"Returns the maximum value in a set of numbers, for example: MAX (1,2,3,...)=3",formulaMIN:"Returns the minimum value in a set of numbers, for example: MIN (1,2,3,...)=1",formulaABS:"Find the absolute value of a number, for example: ABS (-5)=5",formulaROUND:"Keep the numerical value to the specified decimal place, for example: ROUND (8.999,2)=9.00",formulaCEILING:"Round a number up, for example: CEILING (8.9)=9",formulaLOG:"Returns the logarithm of parameter 1 based on parameter 2, for example: LOG (8,2)=3, and the logarithm of parameter 8 based on 2 is 3",formulaMOD:"Find the remainder of dividing two numbers, for example: MOD (2,6)=2",formulaPOWER:"Find the nth power of a number, for example: POWER (5, 3)=125",formulaAND:"Returns true when all conditions are met, otherwise returns false. For example, AND (1>0,2>1,...)=TRUE",formulaIF:"Determine whether a condition can be met. If it is met, return one value. If it is not met, return another value. For example: IF (1>2,1,0)=0",formulaIFS:"Example\uFF1AIFS(false, 'Hello!', true, 'Goodbye!')=Goodbye!",formulaIFERROR:"Example\uFF1AIFERROR('#DIV/0!', 'Error')",formulaIFNA:"Example\uFF1AIFNA('#N/A', 'Error')",formulaNOT:"Example\uFF1ANOT(true)=false",formulaOR:"Example: OR (true, false, true)=true",formulaSWITCH:"SWITCH (parameter value, condition 1, 'condition value 1 ', condition 2, 'condition value 2 ' [, condition N, 'condition value N ',]), for example: SWITCH (7, 9, 'Nine ', 7, 'Seven ')=Seven",formulaXOR:"Example\uFF1AXOR(true, false, true)=false",formulaYEAR:'Example\uFF1AYEAR("2022-10-1")=2022',formulaMONTH:'Example\uFF1AMONTH("2022-10-1")=10',formulaDAY:'Example\uFF1ADAY("2022-10-11")=11',formulaTODAY:'Example: TODAY()="2022-10-11"',formulaNOW:'Example: NOW="2022-10-11 17:04:33"',formulaEMONTH:"Example: EMONTH ('2022-12-13 ', -1)='2022-11-13 '",formulaEDAY:"Example: EMONTH ('2022-12-13 ', -1)='2022-12-12 '",formulaFIND:"Find a string (parameters: n1, Find Handle 2, Find Target String 3, Start Find Subscript), n Example: FIND ('M ', 'Miriam McGovern ', 3)=8",formulaLEFT:"Obtain N characters on the left side of the string, Left (string, truncation length), for example: Left ('Sale Price ', 4)=Sale",formulaRIGHT:"Obtain the N characters on the right side of the string, right (string, truncation length), for example: Right ('Sale Price ', 5)=Price",formulaLEN:"Count the length of a string, for example: LEN ('abcdefgh ')=8",formulaLOWER:"Convert a string to lowercase, for example: POWER ('E. E. Cummings ')=e e. cummings",formulaUPPER:"Convert string to uppercase, for example: UPPER ('total ')=Total",formulaMID:"Truncate the string MID (string, starting index, truncation length), for example: MID ('Fluid Flow ', 7, 20)=Flow",formulaTRIM:"Remove excess spaces from the string TRIM (string), for example: TRIM ('First Quarter ')=First Quarter",formulaDateError:"Incorrect date format",formulaDateErrorMsg:"Date conversion error details",selectParentWidget:"Select parent of this widget",moveUpWidget:"Move up this widget",moveDownWidget:"Move down this widget",cloneWidget:"Clone this widget",insertRow:"Insert new row",insertColumn:"Insert new column",remove:"Remove this widget",cellSetting:"Cell setting",dragHandler:"Drag handler",copyField:"Copy field widget",onlyFieldWidgetAcceptable:"Only field widget can be dragged into sub-form",moveUpFirstChildHint:"First child can not be move up",moveDownLastChildHint:"Last child can not be move down",closePreview:"Close",copyJson:"Copy",saveFormJson:"Save As File",copyVueCode:"Copy Vue Code",copyHtmlCode:"Copy HTML Code",copyJsonSuccess:"Copy succeed",importJsonSuccess:"Import succeed",invalidJsonFormat:"Invalid JSON format",jsonVersionMismatch:"Version of JSON mismatch",copyJsonFail:"Copy failed",copyVueCodeSuccess:"Copy succeed",copyVueCodeFail:"Copy failed",copyHtmlCodeSuccess:"Copy succeed",copyHtmlCodeFail:"Copy failed",saveVueCode:"Save Vue File",saveHtmlCode:"Save Html File",getFormData:"Get Data",resetForm:"Reset",disableForm:"Disable",enableForm:"Enable",switchReadMode:"Read Mode",exportFormData:"Form Data",copyFormData:"Copy",saveFormData:"Save As File",copyVue2SFC:"Copy Vue2",copyVue3SFC:"Copy Vue3",copySFCFail:"Copy failed",copySFCSuccess:"Copy succeed",saveVue2SFC:"Save As Vue2",saveVue3SFC:"Save As Vue3",fileNameForSave:"File name:",saveFileTitle:"Save as File",fileNameInputPlaceholder:"Enter the file name",sampleLoadedSuccess:"Example loaded successfully",sampleLoadedFail:"Sample load failed",loadFormTemplate:"Load This",loadFormTemplateHint:"Are you sure to load this template?",loadFormTemplateSuccess:"Load form template success!",loadFormTemplateFailed:"Load form template failed.",currentNodeCannotBeSelected:"The current node cannot be selected.",noSelectedWidgetHint:"No selected widget.",widgetSetting:"Widget Prop",formSetting:"Form Prop",prompt:"Prompt",confirm:"OK",cancel:"Cancel",import:"Import",importJsonHint:"The code to be imported should have the following JSON format.",importDSHint:"The format of the imported datasource must be valid.",invalidOptionsData:"Invalid data of options:",lastPaneCannotBeDeleted:"The last pane cannot be deleted.",duplicateName:"Duplicate name: ",nameRequired:"Name required.",objectNameRequired:"Object name required.",numberValidator:"Number",letterValidator:"Letter",letterAndNumberValidator:"LetterAndNumber",mobilePhoneValidator:"MobilePhone",emailValidator:"Email",urlValidator:"URL",noChineseValidator:"Non-Chinese",chineseValidator:"Chinese",rowspanNotConsistentForMergeEntireRow:"Cells in this row don't have the same rowspan, operation failed.",colspanNotConsistentForMergeEntireColumn:"Cells in this column don't have the same colspan, operation failed.",rowspanNotConsistentForDeleteEntireRow:"Cells in this row don't have the same rowspan, operation failed.",colspanNotConsistentForDeleteEntireColumn:"Cells in this column don't have the same colspan, operation failed.",lastColCannotBeDeleted:"The last col cannot be deleted.",lastRowCannotBeDeleted:"The last row cannot be deleted."},toolbar:{undoHint:"Undo",redoHint:"Redo",pcLayout:"PC",padLayout:"Pad",mobileLayout:"H5",nodeTreeHint:"Tree View Of Component Hierarchy",nodeTreeTitle:"Tree View Of Component Hierarchy",save:"Save",toolbar:"Toolbar",clear:"Clear",preview:"Preview",importJson:"Import",exportJson:"Export",exportCode:"Codes",generateCode:"Generate Code",generateSFC:"Generate SFC"},setting:{componentName:"Component Name",basicSetting:"Basic Setting",attributeSetting:"Attribute Setting",commonSetting:"Common Setting",advancedSetting:"Advanced Setting",eventSetting:"Event Setting",uniqueName:"Unique Name",editNameHelp:"Press enter to confirm the modification",keyNameEnabled:"Enable Key Name",keyName:"Key Name of Data",keyNameHelp:"It is the name of key in form-data object",objectName:"Object Name",objectNameHelp:"For example\uFF1Afoo, foo.bar, foo.bar.one",label:"Label",displayType:"Type",defaultValue:"Default Value",placeholder:"Placeholder",startPlaceholder:"Start Placeholder",endPlaceholder:"End Placeholder",widgetColumnWidth:"Width",widgetSize:"Size",fontSize:"Font Size",textAlign:"Text Align",autoFullWidth:"Auto Full Width",showStops:"Show Stops",displayStyle:"Display Style",inlineLayout:"inline",blockLayout:"block",buttonStyle:"Show As Button",border:"Show Border",labelWidth:"Width Of Label",refid:"Refid",rows:"Rows",autosize:"Autosize",labelHidden:"Hide Label",labelWrap:"Label Wrap",required:"Required",requiredHint:"Failure Hint",validation:"Validation",validationHelp:"Regular expressions supported",validationHint:"Validation Hint",readonly:"Readonly",disabled:"Disabled",hidden:"Hidden",textContent:"Text",preWrap:"Line Wrap",htmlContent:"HTML",clearable:"Clearable",editable:"Editable",format:"Format",valueFormat:"Value Format",showPassword:"Show Reveal",filterable:"Filterable",allowCreate:"Allow Create",remote:"Remote Query",automaticDropdown:"Automatic Dropdown",multiple:"Multiple",multipleLimit:"Multiple Limit",collapseTags:"Collapse Tags",checkStrictly:"Any Level Selectable",showAllLevels:"Show All Levels",areaDataEnabled:"Area Data Enabled",contentPosition:"Content Position",dividerDirection:"Direction",plain:"Plain",round:"Round",circle:"Circle",icon:"Icon",optionsSetting:"Options Setting",optionValueType:"Value Type",addOption:"Add Option",importOptions:"Import Options",resetDefault:"Reset Default",uploadSetting:"Upload Setting",uploadURL:"Upload URL",uploadTip:"Tip Content",withCredentials:"Send Cookie",multipleSelect:"File Multi-select",showFileList:"Show File List",limit:"Max Upload Number",limitSize:"Max Size(MB)",limitCount:"Max Upload Number",fileMaxSize:"Max Size(MB)",fileTypes:"Upload File Types",fileTypesHelp:"Allows to add more file types",headers:"Request Headers",formulaEnabled:"Enable Formula",formula:"Formula",cellWidth:"Width",cellHeight:"Height",wordBreak:"Line Wrap",gridColHeight:"Height Of Col(px)",gutter:"Gutter(px)",columnSetting:"Cols Setting",colsOfGrid:"Cols Of Grid:",colSpanTitle:"Spans Of Col",colOffsetTitle:"Offset Of Col",colPushTitle:"Push Of Col",colPullTitle:"Pull Of Col",addColumn:"Add Column",responsive:"Responsive",tabType:"Tab Style",tabPosition:"Position Of Tab",tabPaneSetting:"Tab Panes",addTabPane:"Add Tab Pane",paneActive:"Active",customLabelIcon:"Custom Label",labelIconClass:"Label Icon Class",labelIconPosition:"Label Icon Position",labelTooltip:"Label Tooltip",minValue:"Min Value",maxValue:"Max Value",precision:"Precision",step:"Step",showControls:"Show Controls",controlsPosition:"Controls Position",minLength:"Min Length",maxLength:"Max Length",showWordLimit:"Show Word Limit",prefixIcon:"Prefix Icon",suffixIcon:"Suffix Icon",inputButton:"Input Button Setting",appendButton:"Append Button",appendButtonDisabled:"Button Disabled",appendButtonIcon:"Append Button Icon",buttonIcon:"Button Icon",appendText:"Append Text",textForAppend:"Text For Append",switchWidth:"Width of Switch(px)",activeText:"Active Text",inactiveText:"Inactive Text",activeColor:"Active Color",inactiveColor:"Inactive Color",maxStars:"Stars Max Number",lowThreshold:"Low Threshold",highThreshold:"High Threshold",allowHalf:"Allow Half",showText:"Show Text",showScore:"Show Score",range:"Range",vertical:"Vertical",showBlankRow:"Show Blank Row",showRowNumber:"Show Row Number",actionColumnPosition:"Position Of Buttons Column",contentHeight:"Content Area Height",groupButtonsEdit:"Edit Buttons",insertColumnToLeft:"insert column to left",insertColumnToRight:"insert column to right",insertRowAbove:"insert row above",insertRowBelow:"insert row below",mergeLeftColumn:"merge left cell",mergeRightColumn:"merge right cell",mergeEntireRow:"merge entire row",mergeRowAbove:"merge cell above",mergeRowBelow:"merge cell below",mergeEntireColumn:"merge entire column",undoMergeCol:"undo merge column",undoMergeRow:"undo merge row",deleteEntireCol:"delete entire column",deleteEntireRow:"delete entire row",widgetName:"Unique Name",formSize:"Size",labelPosition:"Position Of Label",topPosition:"Top",leftPosition:"Left",labelAlign:"Label Align",leftAlign:"Left",centerAlign:"Center",rightAlign:"Right",formCss:"Form CSS",addCss:"Edit",customClass:"Custom Class",globalFunctions:"Global Functions",addEventHandler:"Edit",editWidgetEventHandler:"Edit Widget Event Handler",editFormEventHandler:"Edit Form Event Handler",formSFCSetting:"SFC Setting",formModelName:"Model Name",formRefName:"Ref Name",formRulesName:"Rules Name",syntaxCheckWarning:"Syntax error in the javascript codes, please check again!",title:"Title",dialogWidth:"Width\uFF08px/%\uFF09",fullscreen:"Full Screen",showModal:"Show Modal",showClose:"Show Close",closeOnClickModal:"Click Modal To Close ",closeOnPressEscape:"Press Esc To Close",center:"Center Header And Footer",readMode:"Form Readonly",disabledMode:"Form Disabled",okButtonLabel:"Label Of OK Btn",okButtonHidden:"Hide OK Btn",cancelButtonLabel:"Label Of Cancel Btn",cancelButtonHidden:"Hide Cancel Btn",drawSize:"Size(px/%)",drawDirection:"Direction",tableWidth:"Width(px/%)",tableHeight:"Height(px/%)",showCheckBox:"Show CheckBox",showIndex:"Show Row Number",showPagination:"Show Pagination",paginationAlign:"Align Of Pagination",smallPagination:"Small Pagination",autoColumnWidthDisabled:"Disable Auto Adjust Width Of Col",tableColEdit:"Edit Cols",tableDataEdit:"Edit Data",stripe:"Stripe",showSummary:"Show Summary",rowSpacing:"Row Spacing(px)",editAction:"Edit...",columnName:"Name",columnLabel:"Label",columnWidth:"Width(px)",visibleColumn:"Visible",sortableColumn:"Sortable",customSortColumn:"Custom Sort",fixedColumn:"Fixed",alignTypeOfColumn:"Align",formatOfColumn:"Format",customRenderGroup:"Custom Render",renderFunction:"Render",actionColumn:"Action",addTableColumn:"Add New Column",deleteTableColumn:"Delete This Column",onlyOneColumnCannotBeDeleted:"The last column cannot be deleted.",treeDataEnabled:"Enable Tree Data",rowKeyOfTreeData:"Row Key Of Data",childrenKeyOfTreeData:"Children Of Data",showButtonsColumn:"Buttons Column",buttonsColumnEdit:"Edit Buttons",buttonsColumnTitle:"Title",buttonsColumnWidth:"Width(px)",operationButtonsSetting:"Buttons Setting",operationButtonName:"Name",operationButtonLabel:"Text",operationButtonType:"Type",operationButtonSize:"Size",operationButtonRound:"Round",operationButtonHidden:"Hidden",operationButtonDisabled:"Disabled",addOperationButton:"Add New Button",deleteOperationButtonHint:"Delete this button?",operationButtonDuplicatedNameError:"Duplicate button name.",tableHeader:"Header",insertTableHeader:"Insert Header",insertTableSubHeader:"Insert Sub Header",tableDataColumn:"Data Col",insertTableDataColumn:"Insert DataColumn",insertTableSubDataColumn:"Insert Sub DataColumn",onlyDragBetweenSiblingNodes:"You can only drag between sibling nodes!",getHeaderLevelTitle:function(t){return"Level "+t+" Header"},lineNumber:"Line Num",dsEnabled:"Use Datasource",dsName:"Datasource Name",dataSetName:"Dataset Name",labelKeyName:"Label Key",valueKeyName:"Value Key",childrenKeyName:"Children Key",dataSource:"Datasource",noDataSource:"No datasource.",addDataSource:"Add Datasource",importDataSource:"Import Datasource",clearExistingDataSource:"Empty the existing datasource",remainExistingDataSource:"Append to the existing datasource",exportDataSource:"Export Datasource",selectDataSourceForExport:"Select Datasource",dataSourceChecked:"Checked",previewDataSourceExportResult:"Preview Result",dataSourceSetting:"Datasource Setting",deleteDataSourceHint:"Delete this datasource\uFF1F",fieldValueRequired:"Value can not be null",dsUniqueName:"Unique Name",dsRequestURL:"Request URL",dsRequestURLType:"Request URL Type",dsURLStringType:"String",dsURLVariableType:"Expression",dsDescription:"Description",dsRequestMethod:"Request Method",dsRequestHeaders:"Headers",addRequestHeader:"Add Header",dsRequestParams:"Params",addRequestParam:"Add Param",dsRequestData:"Data",addRequestData:"Add Data",addDataSet:"Add Dataset",dsRequestValueStringType:"String",dsRequestValueNumberType:"Number",dsRequestValueBooleanType:"Boolean",dsRequestValueVariableType:"Variable",dsRequestNameInputPlaceholder:"Name",dsRequestTypeInputPlaceholder:"Type",dsRequestValueInputPlaceholder:"Value",dataSetRemarkInputPlaceholder:"Note",dsConfigHandlerTitle:"1. Config Handler",dsDataHandlerTitle:"2. Data Handler",dsErrorHandlerTitle:"3. Error Handler",dataSetSettingTitle:"4. Dataset Setting",dataSetEnabled:"Multiple Datasets Enabled",dataSetSetting:"List Of Datasets",testDataSource:"Test Datasource",dsvTitle:"Datasource Variable",dsRequestResult:"Result Data",executeDataSource:"Run Test",clearRequestResult:"Clear Result",dsRequestNumberTypeError:"Number value error",dsRequestBooleanTypeError:"Boolean value error",dsValidationError:"Datasource check failure.",dsDuplicatedNameError:"Duplicate datasource name.",showTreeCheckBox:"Show CheckBox",lazy:"Lazy",treeDataEdit:"Tree Data Edit",defaultExpandAllNode:"Default Expand All",expandRetractAllNode:"Expand/Retract All",selectClearAllNode:"Check/Uncheck All",nodeEdit:"Show Node Action",expandAllNode:"Expand All",retractAllNode:"Retract All",selectAllNode:"Check All",clearAllNode:"Uncheck All",draggable:"Node Draggable",filter:"Filter",expandOnClickNode:"Expand On Click",treeNodeCheckStrictly:"Check Node Strictly",inputNodeName:"Input Name Of Node",deleteNode:"Delete this node?",nodeDeleted:"Node deleted",tips:"Tips",onNodeCheckRemark:"On Node Check",onNodeClickRemark:"On Node Click",onNodeContextmenuRemark:"ON Node Contextmenu",enterForQuery:"Enter For Query",add:"Add",delete:"Delete"}}},gf={application:{"zh-CN":"\u7B80\u4F53\u4E2D\u6587","en-US":"English",productTitle:"\u8868\u5355\u8BBE\u8BA1\u5668",github:"GitHub",document:"\u6587\u6863",qqGroup:"\u6280\u672FWX\u7FA4",deployment:"\u79C1\u6709\u90E8\u7F72",subscription:"\u8BA2\u9605Pro"},designer:{chartLib:"\u56FE\u8868",metadataLib:"\u5143\u6570\u636E",componentLib:"\u7EC4\u4EF6\u5E93",formLib:"\u8868\u5355\u6A21\u677F",entity:"\u5B9E\u4F53\u5C5E\u6027",containerTitle:"\u5BB9\u5668",dragHandlerHint:"\u9F20\u6807\u62D6\u62FD\u5BB9\u5668\u7EC4\u4EF6\u6216\u5B57\u6BB5\u7EC4\u4EF6\u5E76\u653E\u7F6E\u4E8E\u8868\u5355\u4E2D",dragAction:"\u62D6\u52A8",basicFieldTitle:"\u57FA\u7840\u5B57\u6BB5",advancedFieldTitle:"\u9AD8\u7EA7\u5B57\u6BB5",customFieldTitle:"\u81EA\u5B9A\u4E49\u6269\u5C55\u5B57\u6BB5",chartTitle:"\u56FE\u8868\u7EC4\u4EF6",noWidgetHint:"\u8BF7\u4ECE\u5DE6\u4FA7\u5217\u8868\u4E2D\u9009\u62E9\u4E00\u4E2A\u7EC4\u4EF6, \u7136\u540E\u7528\u9F20\u6807\u62D6\u52A8\u7EC4\u4EF6\u653E\u7F6E\u4E8E\u6B64\u5904.",widgetLabel:{"split-panel-1":"\u5206\u5272\u9762\u677F1","split-panel-2":"\u5206\u5272\u9762\u677F2","split-panel-3":"\u5206\u5272\u9762\u677F3","split-panel-4":"\u5206\u5272\u9762\u677F4","split-panel-5":"\u5206\u5272\u9762\u677F5",grid:"\u6805\u683C","column-1-grid":"\u5355\u5217\u6805\u683C","column-2-grid":"\u53CC\u5217\u6805\u683C","column-3-grid":"\u4E09\u5217\u6805\u683C","column-4-grid":"\u56DB\u5217\u6805\u683C",table:"\u8868\u683C",tab:"\u6807\u7B7E\u9875",section:"\u533A\u5757","sub-form":"\u5355\u884C\u5B50\u8868\u5355","grid-sub-form":"\u591A\u884C\u5B50\u8868\u5355","grid-col":"\u6805\u683C\u5217","table-cell":"\u5355\u5143\u683C","tab-pane":"\u9009\u9879\u5361\u9875","data-table":"\u6570\u636E\u8868\u683C",tree:"\u6811\u5F62","button-group":"\u6309\u94AE\u7EC4","object-group":"\u5BF9\u8C61\u5BB9\u5668","vf-dialog":"\u5F39\u51FA\u7A97\u53E3","vf-drawer":"\u4FA7\u6ED1\u62BD\u5C49",input:"\u5355\u884C\u8F93\u5165",textarea:"\u591A\u884C\u8F93\u5165",number:"\u8BA1\u6570\u5668",radio:"\u5355\u9009\u9879",checkbox:"\u591A\u9009\u9879",select:"\u4E0B\u62C9\u9009\u9879",time:"\u65F6\u95F4","time-range":"\u65F6\u95F4\u8303\u56F4",date:"\u65E5\u671F","date-range":"\u65E5\u671F\u8303\u56F4",switch:"\u5F00\u5173",rate:"\u8BC4\u5206",color:"\u989C\u8272\u9009\u62E9\u5668",slider:"\u6ED1\u5757","static-text":"\u9759\u6001\u6587\u5B57","html-text":"HTML",button:"\u6309\u94AE",divider:"\u5206\u9694\u7EBF","picture-upload":"\u56FE\u7247","file-upload":"\u6587\u4EF6","rich-editor":"\u5BCC\u6587\u672C",cascader:"\u7EA7\u8054\u9009\u62E9",slot:"\u63D2\u69FD",custom:"Custom Component"},hint:{formulaSetting:"\u516C\u5F0F\u8BBE\u7F6E",formulaModel:"\u6A21\u5F0F",formulaModelView:"\u67E5\u770B",formulaModelEdit:"\u7F16\u8F91",formulaSize:"\u5927\u5C0F",formulaSizeLarge:"\u5927",formulaSizeMedium:"\u4E2D",formulaSizeSmall:"\u5C0F",formulaSizeMini:"\u8FF7\u4F60",formulaClear:"\u6E05\u9664",formulaNum:"\u6570\u5B57",formulaStr:"\u5B57\u7B26",formulaOK:"\u786E\u5B9A",formulaSearch:"\u641C\u7D22...",formulaWidgetList:"\u7EC4\u4EF6\u5217\u8868",formulaFunctionList:"\u51FD\u6570\u5217\u8868",formulaFunctionExplain:"\u51FD\u6570\u8BF4\u660E",formulaFunctionMaths:"\u6570\u5B66\u51FD\u6570",formulaFunctionLogic:"\u903B\u8F91\u51FD\u6570",formulaFunctionTime:"\u65F6\u95F4\u51FD\u6570",formulaFunctionString:"\u5B57\u7B26\u4E32\u51FD\u6570",formulaNumber:"\u6570\u5B57",formulaObject:"\u5BF9\u8C61",formulaDate:"\u65E5\u671F",formulaChar:"\u6587\u5B57",formulaPleaseSelect:"\u8BF7\u9009\u62E9\u7EC4\u4EF6\u540D\u548C\u51FD\u6570",formulaSample:"\u516C\u5F0F\u7F16\u8F91\u4E3E\u4F8B",formulaPara:"\u53C2\u6570",formulaINT:"\u5C06\u6570\u503C\u53BB\u6389\u5C0F\u6570\uFF0C\u4E3E\u4F8B\uFF1AINT(-8.9)=-9",formulaSUM:"\u8FD4\u56DE\u4E00\u7EC4\u6570\u636E\u7684\u548C\uFF0C\u4E3E\u4F8B\uFF1ASUM(1,2,3,...)=6",formulaAVERAGE:"\u8FD4\u56DE\u4E00\u7EC4\u6570\u636E\u7684\u5E73\u5747\u6570\uFF0C\u4E3E\u4F8B\uFF1AAVERAGE(1,2,3,...)=2",formulaMAX:"\u8FD4\u56DE\u4E00\u7EC4\u6570\u4E2D\u7684\u6700\u5927\u503C\uFF0C\u4E3E\u4F8B\uFF1AMAX(1,2,3,...)=3",formulaMIN:"\u8FD4\u56DE\u4E00\u7EC4\u6570\u4E2D\u7684\u6700\u5C0F\u503C\uFF0C\u4E3E\u4F8B\uFF1AMIN(1,2,3,...)=1",formulaABS:"\u6C42\u4E00\u4E2A\u6570\u7684\u7EDD\u5BF9\u503C\uFF0C\u4E3E\u4F8B\uFF1AABS(-5)=5",formulaROUND:"\u5C06\u6570\u503C\u4FDD\u7559\u6307\u5B9A\u5C0F\u6570\u4F4D\uFF0C\u4E3E\u4F8B\uFF1AROUND(8.999,2)=9.00",formulaCEILING:"\u5C06\u4E00\u4E2A\u6570\u5411\u4E0A\u53D6\u6574\uFF0C\u4E3E\u4F8B\uFF1ACEILING(8.9)=9",formulaLOG:"\u8FD4\u56DE\u4EE5\u53C2\u65702\u4E3A\u5E95\u53C2\u65701\u7684\u5BF9\u6570\uFF0C\u4E3E\u4F8B\uFF1ALOG(8,2)=3\uFF0C\u4EE52\u4E3A\u5E958\u7684\u5BF9\u6570\u4E3A3",formulaMOD:"\u6C42\u4E24\u6570\u76F8\u9664\u7684\u4F59\u6570\uFF0C\u4E3E\u4F8B\uFF1AMOD(2,6)=2",formulaPOWER:"\u6C42\u6570\u5B57\u7684N\u6B21\u65B9\uFF0C\u4E3E\u4F8B\uFF1APOWER(5, 3)=125",formulaAND:"\u5F53\u6240\u6709\u6761\u4EF6\u90FD\u7B26\u5408\u65F6\uFF0C\u8FD4\u56DEtrue\uFF0C\u5426\u5219\u8FD4\u56DEfalse\uFF0C\u4E3E\u4F8B\uFF1AAND(1>0,2>1,...)=TRUE",formulaIF:"\u5224\u65AD\u4E00\u4E2A\u6761\u4EF6\u80FD\u5426\u6EE1\u8DB3\uFF0C\u5982\u679C\u6EE1\u8DB3\u5219\u8FD4\u56DE\u4E00\u4E2A\u503C\uFF0C\u5982\u679C\u4E0D\u6EE1\u8DB3\u5219\u8FD4\u56DE\u53E6\u4E00\u4E2A\u503C\uFF0C\u4E3E\u4F8B\uFF1AIF(1>2,1,0)=0",formulaIFS:"\u4E3E\u4F8B\uFF1AIFS(false, 'Hello!', true, 'Goodbye!')=Goodbye!",formulaIFERROR:"\u4E3E\u4F8B\uFF1AIFERROR('#DIV/0!', 'Error')",formulaIFNA:"\u4E3E\u4F8B\uFF1AIFNA('#N/A', 'Error')",formulaNOT:"\u4E3E\u4F8B\uFF1ANOT(true)=false",formulaOR:"\u4E3E\u4F8B: OR (true, false, true)=true",formulaSWITCH:"SWITCH(\u53C2\u6570\u503C,\u6761\u4EF61,'\u6761\u4EF6\u503C1',\u6761\u4EF62,'\u6761\u4EF6\u503C2'[,\u6761\u4EF6N,'\u6761\u4EF6\u503CN',])\uFF0C\u4E3E\u4F8B\uFF1ASWITCH(7, 9, 'Nine', 7, 'Seven')=Seven",formulaXOR:"\u4E3E\u4F8B\uFF1AXOR(true, false, true)=false",formulaYEAR:'\u4E3E\u4F8B\uFF1AYEAR("2022-10-1")=2022',formulaMONTH:'\u4E3E\u4F8B\uFF1AMONTH("2022-10-1")=10',formulaDAY:'\u4E3E\u4F8B\uFF1ADAY("2022-10-11")=11',formulaTODAY:'\u4E3E\u4F8B: TODAY()="2022-10-11"',formulaNOW:'\u4E3E\u4F8B: NOW="2022-10-11 17:04:33"',formulaEMONTH:"\u4E3E\u4F8B: EMONTH ('2022-12-13 ', -1)='2022-11-13 '",formulaEDAY:"\u4E3E\u4F8B: EMONTH ('2022-12-13 ', -1)='2022-12-12 '",formulaFIND:`\u67E5\u627E\u5B57\u7B26\u4E32(\u53C2\u6570\uFF1A
|
|
3
|
+
1\u3001\u67E5\u627E\u53E5\u67C4 2\u3001\u67E5\u627E\u76EE\u6807\u5B57\u7B26\u4E32 3\u3001\u5F00\u59CB\u67E5\u627E\u4E0B\u6807)\uFF0C
|
|
4
|
+
\u4E3E\u4F8B\uFF1AFIND('M', 'Miriam McGovern', 3)=8`,formulaLEFT:"\u83B7\u53D6\u5B57\u7B26\u4E32\u5DE6\u4FA7N\u4E2A\u5B57\u7B26\uFF0CLEFT(\u5B57\u7B26\u4E32,\u622A\u53D6\u957F\u5EA6)\uFF0C\u4E3E\u4F8B\uFF1ALEFT('Sale Price', 4)=Sale",formulaRIGHT:"\u83B7\u53D6\u5B57\u7B26\u4E32\u53F3\u4FA7N\u4E2A\u5B57\u7B26 RIGHT(\u5B57\u7B26\u4E32,\u622A\u53D6\u957F\u5EA6)\uFF0C\u4E3E\u4F8B\uFF1ARIGHT('Sale Price', 5)=Price",formulaLEN:"\u7EDF\u8BA1\u5B57\u7B26\u4E32\u957F\u5EA6\uFF0C\u4E3E\u4F8B\uFF1ALEN('abcdefgh')=8",formulaLOWER:"\u5B57\u7B26\u4E32\u8F6C\u5C0F\u5199\uFF0C\u4E3E\u4F8B\uFF1ALOWER('E. E. Cummings')=e. e. cummings",formulaUPPER:"\u5B57\u7B26\u4E32\u8F6C\u5927\u5199\uFF0C\u4E3E\u4F8B\uFF1AUPPER('total')=TOTAL",formulaMID:"\u622A\u53D6\u5B57\u7B26\u4E32 MID(\u5B57\u7B26\u4E32,\u5F00\u59CB\u4E0B\u6807,\u622A\u53D6\u957F\u5EA6)\uFF0C\u4E3E\u4F8B\uFF1AMID('Fluid Flow', 7, 20)=Flow",formulaTRIM:"\u5B57\u7B26\u4E32\u53BB\u9664\u591A\u4F59\u7A7A\u683C TRIM(\u5B57\u7B26\u4E32)\uFF0C\u4E3E\u4F8B\uFF1ATRIM(' First Quarter ')=First Quarter",formulaDateError:"\u65E5\u671F\u683C\u5F0F\u4E0D\u6B63\u786E",formulaDateErrorMsg:"\u65E5\u671F\u8F6C\u6362\u9519\u8BEF\u660E\u7EC6",selectParentWidget:"\u9009\u4E2D\u7236\u7EC4\u4EF6",moveUpWidget:"\u4E0A\u79FB\u7EC4\u4EF6",moveDownWidget:"\u4E0B\u79FB\u7EC4\u4EF6",cloneWidget:"\u590D\u5236\u7EC4\u4EF6",insertRow:"\u63D2\u5165\u65B0\u884C",insertColumn:"\u63D2\u5165\u65B0\u5217",remove:"\u79FB\u9664\u7EC4\u4EF6",cellSetting:"\u5355\u5143\u683C\u64CD\u4F5C",dragHandler:"\u62D6\u62FD\u624B\u67C4",copyField:"\u590D\u5236\u5B57\u6BB5\u7EC4\u4EF6",onlyFieldWidgetAcceptable:"\u5B50\u8868\u5355\u53EA\u80FD\u63A5\u6536\u5B57\u6BB5\u7EC4\u4EF6",moveUpFirstChildHint:"\u5DF2\u7ECF\u79FB\u52A8\u5230\u6700\u4E0A\u9762",moveDownLastChildHint:"\u5DF2\u7ECF\u79FB\u52A8\u5230\u6700\u4E0B\u9762",closePreview:"\u5173\u95ED",copyJson:"\u590D\u5236JSON",saveFormJson:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",copyVueCode:"\u590D\u5236Vue\u4EE3\u7801",copyHtmlCode:"\u590D\u5236HTML\u4EE3\u7801",copyJsonSuccess:"\u590D\u5236JSON\u6210\u529F",importJsonSuccess:"\u5BFC\u5165JSON\u6210\u529F",invalidJsonFormat:"\u65E0\u6548\u7684\u8868\u5355JSON\u683C\u5F0F",jsonVersionMismatch:"\u8868\u5355JSON\u7248\u672C\u53F7\u4E0D\u5339\u914D",copyJsonFail:"\u590D\u5236JSON\u5931\u8D25",copyVueCodeSuccess:"\u590D\u5236Vue\u4EE3\u7801\u6210\u529F",copyVueCodeFail:"\u590D\u5236Vue\u4EE3\u7801\u5931\u8D25",copyHtmlCodeSuccess:"\u590D\u5236HTML\u4EE3\u7801\u6210\u529F",copyHtmlCodeFail:"\u590D\u5236HTML\u4EE3\u7801\u5931\u8D25",saveVueCode:"\u4FDD\u5B58Vue\u6587\u4EF6",saveHtmlCode:"\u4FDD\u5B58Html\u6587\u4EF6",getFormData:"\u83B7\u53D6\u6570\u636E",resetForm:"\u91CD\u7F6E\u8868\u5355",disableForm:"\u7981\u7528\u7F16\u8F91",enableForm:"\u6062\u590D\u7F16\u8F91",switchReadMode:"\u53EA\u8BFB\u67E5\u770B",exportFormData:"\u8868\u5355\u6570\u636E",copyFormData:"\u590D\u5236JSON",saveFormData:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",copyVue2SFC:"\u590D\u5236Vue2\u4EE3\u7801",copyVue3SFC:"\u590D\u5236Vue3\u4EE3\u7801",copySFCFail:"\u590D\u5236SFC\u4EE3\u7801\u5931\u8D25",copySFCSuccess:"\u590D\u5236SFC\u4EE3\u7801\u6210\u529F",saveVue2SFC:"\u4FDD\u5B58\u4E3AVue2\u7EC4\u4EF6",saveVue3SFC:"\u4FDD\u5B58\u4E3AVue3\u7EC4\u4EF6",fileNameForSave:"\u6587\u4EF6\u540D\uFF1A",saveFileTitle:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",fileNameInputPlaceholder:"\u8BF7\u8F93\u5165\u6587\u4EF6\u540D",sampleLoadedSuccess:"\u8868\u5355\u793A\u4F8B\u52A0\u8F7D\u6210\u529F",sampleLoadedFail:"\u8868\u5355\u793A\u4F8B\u52A0\u8F7D\u5931\u8D25",loadFormTemplate:"\u52A0\u8F7D\u6B64\u6A21\u677F",loadFormTemplateHint:"\u662F\u5426\u52A0\u8F7D\u8FD9\u4E2A\u6A21\u677F\uFF1F\u52A0\u8F7D\u540E\u4F1A\u8986\u76D6\u8BBE\u8BA1\u5668\u5F53\u524D\u8868\u5355\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u201C\u64A4\u9500\u201D\u529F\u80FD\u6062\u590D\u3002",loadFormTemplateSuccess:"\u8868\u5355\u6A21\u677F\u52A0\u8F7D\u6210\u529F",loadFormTemplateFailed:"\u8868\u5355\u6A21\u677F\u52A0\u8F7D\u5931\u8D25",currentNodeCannotBeSelected:"\u5F53\u524D\u7EC4\u4EF6\u8282\u70B9\u4E0D\u53EF\u9009\u62E9",noSelectedWidgetHint:"\u5F53\u524D\u6CA1\u6709\u9009\u4E2D\u8BBE\u7F6E\u7684\u7EC4\u4EF6",widgetSetting:"\u7EC4\u4EF6\u8BBE\u7F6E",formSetting:"\u5168\u5C40\u8BBE\u7F6E",prompt:"\u63D0\u793A",confirm:"\u786E\u5B9A",cancel:"\u53D6\u6D88",import:"\u5BFC\u5165",importJsonHint:"\u5BFC\u5165\u7684JSON\u5185\u5BB9\u987B\u7B26\u5408\u4E0B\u8FF0\u683C\u5F0F\uFF0C\u4EE5\u4FDD\u8BC1\u987A\u5229\u5BFC\u5165.",importDSHint:"\u5BFC\u5165\u7684\u6570\u636E\u6E90\u683C\u5F0F\u987B\u7B26\u5408\u89C4\u8303\uFF0C\u4EE5\u4FDD\u8BC1\u987A\u5229\u5BFC\u5165.",invalidOptionsData:"\u65E0\u6548\u7684\u9009\u9879\u6570\u636E:",lastPaneCannotBeDeleted:"\u4EC5\u5269\u4E00\u4E2A\u9009\u9879\u5361\u9875\u4E0D\u53EF\u5220\u9664.",duplicateName:"\u7EC4\u4EF6\u540D\u79F0\u5DF2\u5B58\u5728: ",nameRequired:"\u7EC4\u4EF6\u540D\u79F0\u4E0D\u53EF\u4E3A\u7A7A",objectNameRequired:"\u5BF9\u8C61\u540D\u79F0\u4E0D\u53EF\u4E3A\u7A7A",numberValidator:"\u6570\u5B57",letterValidator:"\u5B57\u6BCD",letterAndNumberValidator:"\u6570\u5B57\u5B57\u6BCD",mobilePhoneValidator:"\u624B\u673A\u53F7\u7801",emailValidator:"\u90AE\u7BB1",urlValidator:"\u7F51\u5740",noChineseValidator:"\u975E\u4E2D\u6587\u5B57\u7B26",chineseValidator:"\u4EC5\u4E2D\u6587\u5B57\u7B26",rowspanNotConsistentForMergeEntireRow:"\u5B58\u5728\u884C\u9AD8\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u65E0\u6CD5\u5408\u5E76\u6574\u884C.",colspanNotConsistentForMergeEntireColumn:"\u5B58\u5728\u5217\u5BBD\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u65E0\u6CD5\u5408\u5E76\u6574\u5217.",rowspanNotConsistentForDeleteEntireRow:"\u5B58\u5728\u884C\u9AD8\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u4E0D\u53EF\u5220\u9664\u6574\u884C.",colspanNotConsistentForDeleteEntireColumn:"\u5B58\u5728\u5217\u5BBD\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u4E0D\u53EF\u5220\u9664\u6574\u5217.",lastColCannotBeDeleted:"\u6700\u540E\u4E00\u5217\u4E0D\u53EF\u5220\u9664.",lastRowCannotBeDeleted:"\u6700\u540E\u4E00\u884C\u4E0D\u53EF\u5220\u9664."},toolbar:{undoHint:"\u64A4\u9500",redoHint:"\u91CD\u505A",pcLayout:"PC",padLayout:"Pad",mobileLayout:"H5",nodeTreeHint:"\u7EC4\u4EF6\u5C42\u6B21\u7ED3\u6784\u6811",nodeTreeTitle:"\u7EC4\u4EF6\u5C42\u6B21\u7ED3\u6784\u6811",save:"\u4FDD\u5B58",toolbar:"\u5DE5\u5177\u680F",clear:"\u6E05\u7A7A",preview:"\u9884\u89C8",importJson:"\u5BFC\u5165JSON",exportJson:"\u5BFC\u51FAJSON",exportCode:"\u5BFC\u51FA\u4EE3\u7801",generateCode:"\u751F\u6210\u4EE3\u7801",generateSFC:"\u751F\u6210SFC"},setting:{componentName:"\u7EC4\u4EF6\u540D\u79F0",basicSetting:"\u57FA\u672C\u5C5E\u6027",attributeSetting:"\u5C5E\u6027\u8BBE\u7F6E",commonSetting:"\u5E38\u89C1\u5C5E\u6027",advancedSetting:"\u9AD8\u7EA7\u5C5E\u6027",eventSetting:"\u4E8B\u4EF6\u5C5E\u6027",uniqueName:"\u552F\u4E00\u540D\u79F0",editNameHelp:"\u4FEE\u6539\u540D\u79F0\u540E\u9700\u6309\u56DE\u8F66\u786E\u8BA4",keyNameEnabled:"\u4FEE\u6539\u6570\u636E\u5C5E\u6027\u540D\u79F0",keyName:"\u6570\u636E\u5C5E\u6027\u540D\u79F0",keyNameHelp:"\u6570\u636E\u5C5E\u6027\u540D\u79F0\u662F\u6307form-data\u5BF9\u8C61\u4E2D\u5B57\u6BB5\u7EC4\u4EF6\u6240\u5BF9\u5E94\u7684\u5C5E\u6027\u540D\u79F0",objectName:"\u5BF9\u8C61\u540D\u79F0",objectNameHelp:"\u5BF9\u8C61\u540D\u79F0\u683C\u5F0F\uFF1Aaa\u3001aa.bb\u6216aa.bb.cc",label:"\u6807\u7B7E",displayType:"\u663E\u793A\u7C7B\u578B",defaultValue:"\u9ED8\u8BA4\u503C",placeholder:"\u5360\u4F4D\u5185\u5BB9",startPlaceholder:"\u8D77\u59CB\u5360\u4F4D\u5185\u5BB9",endPlaceholder:"\u622A\u6B62\u5360\u4F4D\u5185\u5BB9",widgetColumnWidth:"\u7EC4\u4EF6\u5217\u5BBD",widgetSize:"\u7EC4\u4EF6\u5927\u5C0F",fontSize:"\u5B57\u4F53\u5927\u5C0F",textAlign:"\u6587\u5B57\u5BF9\u9F50",autoFullWidth:"\u81EA\u52A8\u62C9\u4F38\u5BBD\u5EA6",showStops:"\u663E\u793A\u95F4\u65AD\u70B9",displayStyle:"\u663E\u793A\u6837\u5F0F",inlineLayout:"\u884C\u5185",blockLayout:"\u5757",buttonStyle:"\u663E\u793A\u4E3A\u6309\u94AE",border:"\u5E26\u6709\u8FB9\u6846",labelWidth:"\u6807\u7B7E\u5BBD\u5EA6",refid:"Refid",rows:"\u884C\u6570",autosize:"\u81EA\u52A8\u9002\u5E94\u9AD8\u5EA6",labelHidden:"\u9690\u85CF\u5B57\u6BB5\u6807\u7B7E",labelWrap:"\u6807\u7B7E\u8D85\u957F\u6362\u884C",required:"\u5FC5\u586B\u5B57\u6BB5",requiredHint:"\u5FC5\u586B\u6821\u9A8C\u63D0\u793A",validation:"\u5B57\u6BB5\u6821\u9A8C",validationHelp:"\u652F\u6301\u8F93\u5165\u6B63\u5219\u8868\u8FBE\u5F0F",validationHint:"\u6821\u9A8C\u5931\u8D25\u63D0\u793A",readonly:"\u53EA\u8BFB",disabled:"\u7981\u7528",hidden:"\u9690\u85CF",textContent:"\u9759\u6001\u6587\u5B57",preWrap:"\u81EA\u52A8\u6362\u884C",htmlContent:"HTML",clearable:"\u53EF\u6E05\u9664",editable:"\u53EF\u8F93\u5165",format:"\u663E\u793A\u683C\u5F0F",valueFormat:"\u7ED1\u5B9A\u503C\u683C\u5F0F",showPassword:"\u53EF\u663E\u793A\u5BC6\u7801",filterable:"\u53EF\u641C\u7D22\u9009\u9879",allowCreate:"\u5141\u8BB8\u521B\u5EFA\u9009\u9879",remote:"\u53EF\u8FDC\u7A0B\u641C\u7D22",automaticDropdown:"\u81EA\u52A8\u5F39\u51FA\u9009\u9879",multiple:"\u9009\u9879\u53EF\u591A\u9009",multipleLimit:"\u591A\u9009\u6570\u91CF\u9650\u5236",collapseTags:"\u6298\u53E0\u5DF2\u9009\u9879",checkStrictly:"\u4EFB\u610F\u7EA7\u8282\u70B9\u53EF\u9009",showAllLevels:"\u663E\u793A\u5B8C\u6574\u8DEF\u5F84",areaDataEnabled:"\u4F7F\u7528\u5730\u533A\u6570\u636E",contentPosition:"\u6587\u5B57\u4F4D\u7F6E",dividerDirection:"\u5206\u5272\u7EBF\u65B9\u5411",plain:"\u6734\u7D20\u6309\u94AE",round:"\u5706\u89D2\u6309\u94AE",circle:"\u5706\u5F62\u6309\u94AE",icon:"\u56FE\u6807",optionsSetting:"\u9009\u9879\u8BBE\u7F6E",optionValueType:"\u9009\u9879\u503C\u7C7B\u578B",addOption:"\u589E\u52A0\u9009\u9879",importOptions:"\u5BFC\u5165\u9009\u9879",resetDefault:"\u91CD\u8BBE\u9009\u4E2D\u9879",uploadSetting:"\u4E0A\u4F20\u53C2\u6570\u8BBE\u7F6E",uploadURL:"\u4E0A\u4F20\u5730\u5740",uploadTip:"\u4E0A\u4F20\u63D0\u793A\u5185\u5BB9",withCredentials:"\u53D1\u9001cookie\u51ED\u8BC1",multipleSelect:"\u6587\u4EF6\u53EF\u591A\u9009",showFileList:"\u663E\u793A\u6587\u4EF6\u5217\u8868",limit:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF",limitSize:"\u6587\u4EF6\u5927\u5C0F\u9650\u5236(MB)",limitCount:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF",fileMaxSize:"\u6587\u4EF6\u5927\u5C0F\u9650\u5236(MB)",fileTypes:"\u4E0A\u4F20\u6587\u4EF6\u7C7B\u578B",fileTypesHelp:"\u652F\u6301\u6DFB\u52A0\u5176\u4ED6\u6587\u4EF6\u7C7B\u578B",headers:"\u4E0A\u4F20\u8BF7\u6C42\u5934",formulaEnabled:"\u542F\u7528\u8BA1\u7B97\u516C\u5F0F",formula:"\u8BA1\u7B97\u516C\u5F0F",cellWidth:"\u5BBD\u5EA6",cellHeight:"\u9AD8\u5EA6",wordBreak:"\u6587\u5B57\u81EA\u52A8\u6362\u884C",gridColHeight:"\u6805\u683C\u5217\u7EDF\u4E00\u9AD8\u5EA6(px)",gutter:"\u6805\u683C\u95F4\u9694(px)",columnSetting:"\u6805\u683C\u5C5E\u6027\u8BBE\u7F6E",colsOfGrid:"\u5F53\u524D\u6805\u683C\u5217:",colSpanTitle:"\u6805\u683C\u5BBD\u5EA6",colOffsetTitle:"\u5DE6\u4FA7\u95F4\u9694\u683C\u6570",colPushTitle:"\u53F3\u79FB\u6805\u683C\u6570",colPullTitle:"\u5DE6\u79FB\u6805\u683C\u6570",addColumn:"\u589E\u52A0\u6805\u683C",responsive:"\u54CD\u5E94\u5F0F\u5E03\u5C40",tabType:"\u6807\u7B7E\u6837\u5F0F",tabPosition:"\u6807\u7B7E\u4F4D\u7F6E ",tabPaneSetting:"\u9009\u9879\u5361\u8BBE\u7F6E",addTabPane:"\u589E\u52A0\u9009\u9879\u5361\u9875",paneActive:"\u6FC0\u6D3B",customLabelIcon:"\u5B9A\u5236\u5B57\u6BB5\u6807\u7B7E",labelIconClass:"\u6807\u7B7EIcon\u6837\u5F0F",labelIconPosition:"\u6807\u7B7EIcon\u4F4D\u7F6E",labelTooltip:"\u6807\u7B7E\u6587\u5B57\u63D0\u793A",minValue:"\u6700\u5C0F\u503C",maxValue:"\u6700\u5927\u503C",precision:"\u7CBE\u5EA6",step:"\u589E\u51CF\u6B65\u957F",showControls:"\u663E\u793A\u63A7\u5236\u6309\u94AE",controlsPosition:"\u63A7\u5236\u6309\u94AE\u4F4D\u7F6E",minLength:"\u6700\u5C0F\u957F\u5EA6",maxLength:"\u6700\u5927\u957F\u5EA6",showWordLimit:"\u663E\u793A\u5B57\u6570\u7EDF\u8BA1",prefixIcon:"\u5934\u90E8Icon",suffixIcon:"\u5C3E\u90E8Icon",inputButton:"\u8F93\u5165\u6846\u6309\u94AE\u8BBE\u7F6E",appendButton:"\u6DFB\u52A0\u540E\u7F6E\u6309\u94AE",appendButtonDisabled:"\u540E\u7F6E\u6309\u94AE\u7981\u7528",appendButtonIcon:"\u540E\u7F6E\u6309\u94AEIcon",buttonIcon:"\u6309\u94AEIcon",appendText:"\u6DFB\u52A0\u540E\u7F6E\u6587\u5B57",textForAppend:"\u540E\u7F6E\u6587\u5B57\u5185\u5BB9",switchWidth:"\u5F00\u5173\u5BBD\u5EA6\uFF08\u50CF\u7D20\uFF09",activeText:"\u5F00\u542F\u65F6\u6587\u5B57\u63CF\u8FF0",inactiveText:"\u5173\u95ED\u65F6\u6587\u5B57\u63CF\u8FF0",activeColor:"\u5F00\u542F\u65F6\u80CC\u666F\u8272",inactiveColor:"\u5173\u95ED\u65F6\u80CC\u666F\u8272",maxStars:"\u6700\u5927\u8BC4\u5206\u503C",lowThreshold:"\u4F4E\u5206\u754C\u9650\u503C",highThreshold:"\u9AD8\u5206\u754C\u9650\u503C",allowHalf:"\u5141\u8BB8\u534A\u9009",showText:"\u663E\u793A\u8F85\u52A9\u6587\u5B57",showScore:"\u663E\u793A\u5F53\u524D\u5206\u6570",range:"\u662F\u5426\u4E3A\u8303\u56F4\u9009\u62E9",vertical:"\u662F\u5426\u7AD6\u5411\u663E\u793A",showBlankRow:"\u9ED8\u8BA4\u663E\u793A\u65B0\u884C",showRowNumber:"\u663E\u793A\u884C\u53F7",actionColumnPosition:"\u64CD\u4F5C\u5217\u4F4D\u7F6E",contentHeight:"\u5185\u5BB9\u533A\u9AD8\u5EA6",groupButtonsEdit:"\u6309\u94AE\u7F16\u8F91",insertColumnToLeft:"\u63D2\u5165\u5DE6\u4FA7\u5217",insertColumnToRight:"\u63D2\u5165\u53F3\u4FA7\u5217",insertRowAbove:"\u63D2\u5165\u4E0A\u65B9\u884C",insertRowBelow:"\u63D2\u5165\u4E0B\u65B9\u884C",mergeLeftColumn:"\u5408\u5E76\u5DE6\u4FA7\u5355\u5143\u683C",mergeRightColumn:"\u5408\u5E76\u53F3\u4FA7\u5355\u5143\u683C",mergeEntireRow:"\u5408\u5E76\u6574\u884C",mergeRowAbove:"\u5408\u5E76\u4E0A\u65B9\u5355\u5143\u683C",mergeRowBelow:"\u5408\u5E76\u4E0B\u65B9\u5355\u5143\u683C",mergeEntireColumn:"\u5408\u5E76\u6574\u5217",undoMergeCol:"\u64A4\u9500\u5217\u5408\u5E76",undoMergeRow:"\u64A4\u9500\u884C\u5408\u5E76",deleteEntireCol:"\u5220\u9664\u6574\u5217",deleteEntireRow:"\u5220\u9664\u6574\u884C",widgetName:"\u7EC4\u4EF6\u552F\u4E00\u540D\u79F0",formSize:"\u5168\u5C40\u7EC4\u4EF6\u5927\u5C0F",labelPosition:"\u5B57\u6BB5\u6807\u7B7E\u4F4D\u7F6E",topPosition:"\u9876\u90E8",leftPosition:"\u5DE6\u8FB9",labelAlign:"\u5B57\u6BB5\u6807\u7B7E\u5BF9\u9F50",leftAlign:"\u5C45\u5DE6",centerAlign:"\u5C45\u4E2D",rightAlign:"\u5C45\u53F3",formCss:"\u8868\u5355\u5168\u5C40CSS",addCss:"\u7F16\u5199CSS",customClass:"\u81EA\u5B9A\u4E49CSS\u6837\u5F0F",globalFunctions:"\u8868\u5355\u5168\u5C40\u51FD\u6570",addEventHandler:"\u7F16\u5199\u4EE3\u7801",editWidgetEventHandler:"\u7EC4\u4EF6\u4E8B\u4EF6\u5904\u7406",editFormEventHandler:"\u8868\u5355\u4E8B\u4EF6\u5904\u7406",formSFCSetting:"\u751F\u6210SFC\u8BBE\u7F6E",formModelName:"\u6570\u636E\u5BF9\u8C61\u540D\u79F0",formRefName:"\u5F15\u7528\u540D\u79F0",formRulesName:"\u9A8C\u8BC1\u89C4\u5219\u540D\u79F0",syntaxCheckWarning:"JS\u4EE3\u7801\u5B58\u5728\u8BED\u6CD5\u9519\u8BEF\uFF0C\u8BF7\u4ED4\u7EC6\u68C0\u67E5\uFF01",title:"\u6807\u9898",dialogWidth:"\u5F39\u7A97\u5BBD\u5EA6\uFF08px/%\uFF09",fullscreen:"\u5168\u5C4F\u663E\u793A\u5F39\u7A97",showModal:"\u663E\u793A\u906E\u7F69\u5C42",showClose:"\u663E\u793A\u5173\u95ED\u6309\u94AE",closeOnClickModal:"\u70B9\u51FB\u906E\u7F69\u5C42\u5173\u95ED",closeOnPressEscape:"\u6309Esc\u952E\u5173\u95ED",center:"\u5934\u90E8\u5E95\u90E8\u5C45\u4E2D",readMode:"\u5F39\u7A97\u8868\u5355\u53EA\u8BFB",disabledMode:"\u5F39\u7A97\u8868\u5355\u7981\u7528",okButtonLabel:"\u786E\u8BA4\u6309\u94AE\u6587\u5B57",okButtonHidden:"\u9690\u85CF\u786E\u8BA4\u6309\u94AE",cancelButtonLabel:"\u53D6\u6D88\u6309\u94AE\u6587\u5B57",cancelButtonHidden:"\u9690\u85CF\u53D6\u6D88\u6309\u94AE",drawSize:"\u62BD\u5C49\u5927\u5C0F\uFF08px/%\uFF09",drawDirection:"\u62BD\u5C49\u6ED1\u51FA\u65B9\u5411",tableWidth:"\u5BBD\u5EA6(px/%)",tableHeight:"\u9AD8\u5EA6(px/%)",showCheckBox:"\u662F\u5426\u663E\u793A\u590D\u9009\u6846\u5217",showIndex:"\u662F\u5426\u663E\u793A\u884C\u53F7",showPagination:"\u662F\u5426\u663E\u793A\u5206\u9875",smallPagination:"\u5C0F\u578B\u5206\u9875",paginationAlign:"\u5206\u9875\u6C34\u5E73\u5BF9\u9F50",autoColumnWidthDisabled:"\u7981\u7528\u5217\u5BBD\u81EA\u52A8\u5145\u6EE1",tableColEdit:"\u8868\u683C\u5217\u7F16\u8F91",tableDataEdit:"\u8868\u683C\u6570\u636E\u7F16\u8F91",showSummary:"\u662F\u5426\u5408\u8BA1",stripe:"\u662F\u5426\u6591\u9A6C\u7EBF",rowSpacing:"\u884C\u8DDD\uFF08px\uFF09",editAction:"\u7F16\u8F91...",columnName:"\u5B57\u6BB5\u540D\u79F0",columnLabel:"\u663E\u793A\u540D\u79F0",columnWidth:"\u5217\u5BBD(px)",visibleColumn:"\u662F\u5426\u663E\u793A",sortableColumn:"\u662F\u5426\u6392\u5E8F",customSortColumn:"\u540E\u7AEF\u6392\u5E8F",fixedColumn:"\u662F\u5426\u56FA\u5B9A",alignTypeOfColumn:"\u5BF9\u9F50\u65B9\u5F0F",formatOfColumn:"\u683C\u5F0F\u5316",customRenderGroup:"\u52A8\u6001\u6E32\u67D3",renderFunction:"\u6E32\u67D3\u51FD\u6570",actionColumn:"\u64CD\u4F5C",addTableColumn:"\u589E\u52A0\u5217",deleteTableColumn:"\u5220\u9664\u5217",onlyOneColumnCannotBeDeleted:"\u8868\u683C\u53EA\u6709\u4E00\u5217\u65F6\u4E0D\u53EF\u5220\u9664.",treeDataEnabled:"\u5141\u8BB8\u52A0\u8F7D\u6811\u5F62\u6570\u636E",rowKeyOfTreeData:"\u884C\u6570\u636EKey",childrenKeyOfTreeData:"\u6811\u5F62\u6570\u636E\u5B50\u8282\u70B9\u952E",showButtonsColumn:"\u663E\u793A\u64CD\u4F5C\u6309\u94AE\u5217",buttonsColumnEdit:"\u64CD\u4F5C\u6309\u94AE\u7F16\u8F91",buttonsColumnTitle:"\u5217\u6807\u9898",buttonsColumnWidth:"\u5217\u5BBD\u5EA6\uFF08px\uFF09",operationButtonsSetting:"\u64CD\u4F5C\u6309\u94AE\u8BBE\u7F6E",operationButtonName:"\u540D\u79F0",operationButtonLabel:"\u6587\u5B57",operationButtonType:"\u7C7B\u578B",operationButtonSize:"\u5927\u5C0F",operationButtonRound:"\u5706\u89D2",operationButtonHidden:"\u9690\u85CF",operationButtonDisabled:"\u7981\u7528",addOperationButton:"\u589E\u52A0\u6309\u94AE",deleteOperationButtonHint:"\u786E\u5B9A\u5220\u9664\u8BE5\u6309\u94AE\uFF1F",operationButtonDuplicatedNameError:"\u6309\u94AE\u540D\u79F0\u4E0D\u53EF\u91CD\u590D",tableHeader:"\u8868\u5934",insertTableHeader:"\u63D2\u5165\u8868\u5934",insertTableSubHeader:"\u63D2\u5165\u4E0B\u7EA7\u8868\u5934",tableDataColumn:"\u6570\u636E\u5217",insertTableDataColumn:"\u63D2\u5165\u6570\u636E\u5217",insertTableSubDataColumn:"\u63D2\u5165\u4E0B\u7EA7\u6570\u636E\u5217",onlyDragBetweenSiblingNodes:"\u53EA\u80FD\u5728\u540C\u7EA7\u8282\u70B9\u4E4B\u95F4\u8FDB\u884C\u62D6\u62FD\u6392\u5E8F\uFF01",getHeaderLevelTitle:function(t){return t+"\u7EA7\u8868\u5934"},lineNumber:"\u5E8F\u53F7",dsEnabled:"\u4F7F\u7528\u6570\u636E\u6E90",dsName:"\u6307\u5B9A\u6570\u636E\u6E90",dataSetName:"\u6307\u5B9A\u6570\u636E\u96C6",labelKeyName:"\u9009\u9879\u6807\u7B7E\u540D",valueKeyName:"\u9009\u9879\u503C\u540D",childrenKeyName:"\u5B50\u8282\u70B9\u5C5E\u6027\u540D\u79F0",dataSource:"\u6570\u636E\u6E90",noDataSource:"\u6682\u65E0\u6570\u636E\u6E90",addDataSource:"\u65B0\u589E\u6570\u636E\u6E90",importDataSource:"\u5BFC\u5165\u6570\u636E\u6E90",clearExistingDataSource:"\u5BFC\u5165\u540E\u6E05\u7A7A\u539F\u6709\u6570\u636E\u6E90",remainExistingDataSource:"\u8FFD\u52A0\u5230\u5DF2\u6709\u6570\u636E\u6E90\u4E4B\u540E",exportDataSource:"\u5BFC\u51FA\u6570\u636E\u6E90",selectDataSourceForExport:"\u9009\u62E9\u5BFC\u51FA\u6570\u636E\u6E90",dataSourceChecked:"\u9009\u4E2D\u5BFC\u51FA",previewDataSourceExportResult:"\u5BFC\u51FA\u7ED3\u679C\u9884\u89C8",dataSourceSetting:"\u6570\u636E\u6E90\u8BBE\u7F6E",deleteDataSourceHint:"\u786E\u8BA4\u5220\u9664\u8BE5\u6570\u636E\u6E90\uFF1F",fieldValueRequired:"\u8F93\u5165\u5185\u5BB9\u4E0D\u53EF\u4E3A\u7A7A",dsUniqueName:"\u552F\u4E00\u540D\u79F0",dsRequestURL:"\u8BF7\u6C42\u5730\u5740",dsRequestURLType:"\u8BF7\u6C42URL\u7C7B\u578B",dsURLStringType:"\u56FA\u5B9A\u5B57\u7B26\u4E32",dsURLVariableType:"\u53D8\u91CF\u6216\u8868\u8FBE\u5F0F",dsDescription:"\u63CF\u8FF0\u4FE1\u606F",dsRequestMethod:"\u8BF7\u6C42\u65B9\u6CD5",dsRequestHeaders:"\u8BF7\u6C42\u5934\uFF08headers\uFF09",addRequestHeader:"\u65B0\u589E\u8BF7\u6C42\u5934",dsRequestParams:"\u53C2\u6570\uFF08params\uFF09",addRequestParam:"\u65B0\u589E\u8BF7\u6C42\u53C2\u6570",dsRequestData:"\u53D1\u9001\u6570\u636E\uFF08data\uFF09",addRequestData:"\u65B0\u589E\u53D1\u9001\u6570\u636E",addDataSet:"\u65B0\u589E\u6570\u636E\u96C6",dsRequestValueStringType:"\u5B57\u7B26\u4E32\u7C7B\u578B",dsRequestValueNumberType:"\u6570\u503C\u7C7B\u578B",dsRequestValueBooleanType:"\u5E03\u5C14\u7C7B\u578B",dsRequestValueVariableType:"\u53D8\u91CF\u6216\u8868\u8FBE\u5F0F",dsRequestNameInputPlaceholder:"\u540D\u79F0",dsRequestTypeInputPlaceholder:"\u7C7B\u578B",dsRequestValueInputPlaceholder:"\u503C",dataSetRemarkInputPlaceholder:"\u5907\u6CE8\u8BF4\u660E",dsConfigHandlerTitle:"1. \u8BF7\u6C42\u914D\u7F6E",dsDataHandlerTitle:"2. \u6570\u636E\u5904\u7406",dsErrorHandlerTitle:"3. \u9519\u8BEF\u5904\u7406",dataSetSettingTitle:"4. \u591A\u6570\u636E\u96C6\u914D\u7F6E",dataSetEnabled:"\u5F00\u542F\u591A\u6570\u636E\u96C6\u8FD4\u56DE",dataSetSetting:"\u8FD4\u56DE\u6570\u636E\u96C6\u7BA1\u7406",testDataSource:"\u6D4B\u8BD5\u6570\u636E\u6E90",dsvTitle:"DSV\u6570\u636E\u6E90\u53D8\u91CF",dsRequestResult:"\u8FD4\u56DE\u6570\u636E",executeDataSource:"\u7ACB\u5373\u6267\u884C",clearRequestResult:"\u6E05\u7A7A\u7ED3\u679C",dsRequestNumberTypeError:"\u6570\u636E\u7C7B\u578B\u503C\u9519\u8BEF",dsRequestBooleanTypeError:"\u5E03\u5C14\u7C7B\u578B\u503C\u9519\u8BEF",dsValidationError:"\u6570\u636E\u6E90\u8BBE\u7F6E\u5B58\u5728\u9519\u8BEF\uFF0C\u8BF7\u4FEE\u6539",dsDuplicatedNameError:"\u6570\u636E\u6E90\u540D\u79F0\u91CD\u590D\uFF0C\u8BF7\u4FEE\u6539\uFF01",showTreeCheckBox:"\u663E\u793A\u590D\u9009\u6846",lazy:"\u61D2\u52A0\u8F7D",treeDataEdit:"\u6811\u6570\u636E\u7F16\u8F91",defaultExpandAllNode:"\u9ED8\u8BA4\u5C55\u5F00\u6240\u6709\u8282\u70B9",expandRetractAllNode:"\u5C55\u5F00/\u6536\u7F29",selectClearAllNode:"\u9009\u4E2D/\u53D6\u6D88\u9009\u4E2D",nodeEdit:"\u5141\u8BB8\u6DFB\u52A0\u5220\u9664\u8282\u70B9",expandAllNode:"\u5C55\u5F00\u6240\u6709",retractAllNode:"\u6536\u7F29\u6240\u6709",selectAllNode:"\u9009\u62E9\u6240\u6709",clearAllNode:"\u6E05\u9664\u6240\u6709",draggable:"\u5141\u8BB8\u62D6\u62FD\u8282\u70B9",filter:"\u663E\u793A\u8FC7\u6EE4\u6846",expandOnClickNode:"\u70B9\u51FB\u8282\u70B9\u53EF\u6536\u7F29",treeNodeCheckStrictly:"\u7981\u6B62\u7236\u5B50\u8282\u70B9\u8054\u52A8",inputNodeName:"\u8BF7\u8F93\u5165\u8282\u70B9\u540D",deleteNode:"\u786E\u5B9A\u5220\u9664\u8282\u70B9?",nodeDeleted:"\u8282\u70B9\u5DF2\u5220\u9664",tips:"\u63D0\u793A",onNodeCheckRemark:"\u6811\u8282\u70B9\u9009\u62E9\u4E8B\u4EF6",onNodeClickRemark:"\u6811\u8282\u70B9\u70B9\u51FB\u4E8B\u4EF6",onNodeContextmenuRemark:"\u6811\u8282\u70B9\u53F3\u51FB\u4E8B\u4EF6",enterForQuery:"\u8F93\u5165\u5173\u952E\u5B57\u8FDB\u884C\u8FC7\u6EE4",add:"\u6DFB\u52A0",delete:"\u5220\u9664"}}},pf={render:{hint:{prompt:"Prompt",confirm:"OK",cancel:"Cancel",defaultActiveText:"True",defaultInactiveText:"False",selectPlaceholder:"Pick some item",timePlaceholder:"Select time",startTimePlaceholder:"Start time",endTimePlaceholder:"End time",datePlaceholder:"Select date",startDatePlaceholder:"Start date",endDatePlaceholder:"End date",blankCellContent:"--",uploadError:"Upload error: ",uploadExceed:"The maximum number(${uploadLimit}) of file uploads has been exceeded.",unsupportedFileType:"Unsupported format: ",fileSizeExceed:"File size out of limit: ",refNotFound:"Ref not found: ",fieldRequired:"Input value should be not null.",invalidNumber:"Invalid number format",selectFile:" File...",downloadFile:"Download",removeFile:"Remove",validationFailed:"Form validation failed",subFormAction:"Action",subFormAddAction:"Add",subFormRowNo:"#",subFormAddActionHint:"add new row",insertSubFormRow:"insert new row",deleteSubFormRow:"delete this row",nonSubFormType:"The type of widget don't match sub-form"}}},bf={render:{hint:{prompt:"\u63D0\u793A",confirm:"\u786E\u5B9A",cancel:"\u53D6\u6D88",defaultActiveText:"\u662F",defaultInactiveText:"\u5426",selectPlaceholder:"\u8BF7\u9009\u62E9",timePlaceholder:"\u9009\u62E9\u65F6\u95F4",startTimePlaceholder:"\u8D77\u59CB\u65F6\u95F4",endTimePlaceholder:"\u622A\u6B62\u65F6\u95F4",datePlaceholder:"\u9009\u62E9\u65E5\u671F",startDatePlaceholder:"\u8D77\u59CB\u65E5\u671F",endDatePlaceholder:"\u622A\u6B62\u65E5\u671F",blankCellContent:"--",uploadError:"\u4E0A\u4F20\u9519\u8BEF: ",uploadExceed:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF(${uploadLimit})\u5DF2\u8D85\u51FA.",unsupportedFileType:"\u4E0D\u652F\u6301\u683C\u5F0F: ",fileSizeExceed:"\u6587\u4EF6\u5927\u5C0F\u5DF2\u8D85\u51FA: ",refNotFound:"\u7EC4\u4EF6\u672A\u627E\u5230: ",fieldRequired:"\u5B57\u6BB5\u503C\u4E0D\u53EF\u4E3A\u7A7A",invalidNumber:"\u6570\u636E\u683C\u5F0F\u9519\u8BEF",selectFile:" \u9009\u62E9\u6587\u4EF6",downloadFile:"\u4E0B\u8F7D",removeFile:"\u79FB\u9664",validationFailed:"\u8868\u5355\u6570\u636E\u6821\u9A8C\u5931\u8D25",subFormAction:"\u64CD\u4F5C",subFormAddAction:"\u65B0\u589E",subFormRowNo:"\u884C\u53F7",subFormAddActionHint:"\u65B0\u589E\u884C",insertSubFormRow:"\u63D2\u5165\u884C",deleteSubFormRow:"\u5220\u9664\u884C",nonSubFormType:"\u7EC4\u4EF6\u7C7B\u578B\u4E0D\u662F\u5B50\u8868\u5355"}}},yf={extension:{widgetLabel:{card:"Card",alert:"Alert","sohelp-input":"TextInput","sohelp-number-input":"NumberInput","sohelp-cry-input":"CryInput","sohelp-textarea-input":"TextareaInput","sohelp-dict":"Dict","sohelp-dyn-select":"DynSelect","sohelp-role-select":"RoleSelect","sohelp-user-select":"UserSelect","sohelp-org-select":"OrgSelect","sohelp-text":"Text","sohelp-dyn-tree":"DynTree","sohelp-dyn-tree-select":"TreeSelect","sohelp-org-tree-select":"OrgTreeSelect","sohelp-entity-form":"EntityForm",entity:"EntityForm","sohelp-grid-view":"GridView","sohelp-split-panel":"SplitPanel","sohelp-file-upload":"FileUpload","sohelp-image-upload":"ImageUpload","sohelp-rich-text":"RichText"},setting:{headerHidden:"Header Hidden",cardFolded:"Folded",cardShowFold:"Show Fold",cardWidth:"Width Of Card",cardShadow:"Shadow",alertTitle:"Title",alertType:"Type",description:"Description",closable:"Closable",closeText:"Text On Close Btn",center:"Center",showIcon:"Show Icon",effect:"Effect"}}},wf={extension:{widgetLabel:{card:"\u5361\u7247",alert:"\u63D0\u793A","sohelp-input":"\u6587\u672C\u6846","sohelp-number-input":"\u6570\u5B57\u6846","sohelp-cry-input":"\u8D27\u5E01\u6846","sohelp-dict":"\u5546\u90A6\u5B57\u5178","sohelp-textarea-input":"\u6587\u672C\u57DF","sohelp-dyn-select":"\u52A8\u6001\u4E0B\u62C9","sohelp-role-select":"\u89D2\u8272\u9009\u62E9","sohelp-user-select":"\u7528\u6237\u9009\u62E9","sohelp-org-select":"\u7EC4\u7EC7\u9009\u62E9","sohelp-text":"\u6587\u672C","sohelp-dyn-tree":"\u52A8\u6001\u6811\u5F62","sohelp-dyn-tree-select":"\u6811\u5F62\u9009\u62E9","sohelp-org-tree-select":"\u7EC4\u7EC7\u6811\u9009\u62E9","sohelp-entity-form":"\u5B9E\u4F53\u8868\u5355",entity:"\u5B9E\u4F53\u8868\u5355","sohelp-grid-view":"\u7F51\u683C\u5217\u8868","sohelp-split-panel":"\u5206\u5272\u9762\u677F","sohelp-file-upload":"\u9644\u4EF6\u4E0A\u4F20","sohelp-image-upload":"\u56FE\u7247\u4E0A\u4F20","sohelp-rich-text":"\u5BCC\u6587\u672C"},setting:{headerHidden:"\u9690\u85CF\u6807\u9898\u533A",cardFolded:"\u662F\u5426\u6536\u8D77",cardShowFold:"\u663E\u793A\u6298\u53E0\u6309\u94AE",cardWidth:"\u5361\u7247\u5BBD\u5EA6",cardShadow:"\u663E\u793A\u9634\u5F71",alertTitle:"\u6807\u9898",alertType:"\u7C7B\u578B",description:"\u8F85\u52A9\u6027\u6587\u5B57",closable:"\u662F\u5426\u53EF\u5173\u95ED",closeText:"\u5173\u95ED\u6309\u94AE\u6587\u5B57",closeText111:"\u5173\u95ED\u6309\u94AE\u6587\u5B57111",center:"\u6587\u5B57\u5C45\u4E2D",showIcon:"\u663E\u793A\u56FE\u6807",effect:"\u663E\u793A\u6548\u679C",round:"\u662F\u5426\u5706\u89D2",tagsContent:"\u6807\u7B7E\u5185\u5BB9",refid:"Refid",autoLoad:"\u81EA\u52A8\u52A0\u8F7D",url:"URL",rowDrag:"\u662F\u5426\u5141\u8BDD\u884C\u62D6\u52A8",isEntityGrid:"\u662F\u5426\u5B9E\u4F53\u5217\u8868"}}},vf={exports:{}};/*!
|
|
5
|
+
* clipboard.js v2.0.11
|
|
6
|
+
* https://clipboardjs.com/
|
|
7
|
+
*
|
|
8
|
+
* Licensed MIT © Zeno Rocha
|
|
9
|
+
*/(function(t,e){(function(i,o){t.exports=o()})(zi,function(){return function(){var n={686:function(r,a,c){c.d(a,{default:function(){return _}});var m=c(279),f=c.n(m),l=c(370),s=c.n(l),u=c(817),h=c.n(u);function g(A){try{return document.execCommand(A)}catch{return!1}}var b=function(I){var H=h()(I);return g("cut"),H},p=b;function y(A){var I=document.documentElement.getAttribute("dir")==="rtl",H=document.createElement("textarea");H.style.fontSize="12pt",H.style.border="0",H.style.padding="0",H.style.margin="0",H.style.position="absolute",H.style[I?"right":"left"]="-9999px";var j=window.pageYOffset||document.documentElement.scrollTop;return H.style.top="".concat(j,"px"),H.setAttribute("readonly",""),H.value=A,H}var v=function(I,H){var j=y(I);H.container.appendChild(j);var L=h()(j);return g("copy"),j.remove(),L},C=function(I){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},j="";return typeof I=="string"?j=v(I,H):I instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(I==null?void 0:I.type)?j=v(I.value,H):(j=h()(I),g("copy")),j},w=C;function E(A){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?E=function(H){return typeof H}:E=function(H){return H&&typeof Symbol=="function"&&H.constructor===Symbol&&H!==Symbol.prototype?"symbol":typeof H},E(A)}var S=function(){var I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},H=I.action,j=H===void 0?"copy":H,L=I.container,z=I.target,Y=I.text;if(j!=="copy"&&j!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(z!==void 0)if(z&&E(z)==="object"&&z.nodeType===1){if(j==="copy"&&z.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(j==="cut"&&(z.hasAttribute("readonly")||z.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Y)return w(Y,{container:L});if(z)return j==="cut"?p(z):w(z,{container:L})},O=S;function k(A){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?k=function(H){return typeof H}:k=function(H){return H&&typeof Symbol=="function"&&H.constructor===Symbol&&H!==Symbol.prototype?"symbol":typeof H},k(A)}function R(A,I){if(!(A instanceof I))throw new TypeError("Cannot call a class as a function")}function F(A,I){for(var H=0;H<I.length;H++){var j=I[H];j.enumerable=j.enumerable||!1,j.configurable=!0,"value"in j&&(j.writable=!0),Object.defineProperty(A,j.key,j)}}function x(A,I,H){return I&&F(A.prototype,I),H&&F(A,H),A}function N(A,I){if(typeof I!="function"&&I!==null)throw new TypeError("Super expression must either be null or a function");A.prototype=Object.create(I&&I.prototype,{constructor:{value:A,writable:!0,configurable:!0}}),I&&T(A,I)}function T(A,I){return T=Object.setPrototypeOf||function(j,L){return j.__proto__=L,j},T(A,I)}function M(A){var I=U();return function(){var j=K(A),L;if(I){var z=K(this).constructor;L=Reflect.construct(j,arguments,z)}else L=j.apply(this,arguments);return B(this,L)}}function B(A,I){return I&&(k(I)==="object"||typeof I=="function")?I:V(A)}function V(A){if(A===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return A}function U(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function K(A){return K=Object.setPrototypeOf?Object.getPrototypeOf:function(H){return H.__proto__||Object.getPrototypeOf(H)},K(A)}function q(A,I){var H="data-clipboard-".concat(A);if(!!I.hasAttribute(H))return I.getAttribute(H)}var P=function(A){N(H,A);var I=M(H);function H(j,L){var z;return R(this,H),z=I.call(this),z.resolveOptions(L),z.listenClick(j),z}return x(H,[{key:"resolveOptions",value:function(){var L=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof L.action=="function"?L.action:this.defaultAction,this.target=typeof L.target=="function"?L.target:this.defaultTarget,this.text=typeof L.text=="function"?L.text:this.defaultText,this.container=k(L.container)==="object"?L.container:document.body}},{key:"listenClick",value:function(L){var z=this;this.listener=s()(L,"click",function(Y){return z.onClick(Y)})}},{key:"onClick",value:function(L){var z=L.delegateTarget||L.currentTarget,Y=this.action(z)||"copy",J=O({action:Y,container:this.container,target:this.target(z),text:this.text(z)});this.emit(J?"success":"error",{action:Y,text:J,trigger:z,clearSelection:function(){z&&z.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(L){return q("action",L)}},{key:"defaultTarget",value:function(L){var z=q("target",L);if(z)return document.querySelector(z)}},{key:"defaultText",value:function(L){return q("text",L)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(L){var z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return w(L,z)}},{key:"cut",value:function(L){return p(L)}},{key:"isSupported",value:function(){var L=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],z=typeof L=="string"?[L]:L,Y=!!document.queryCommandSupported;return z.forEach(function(J){Y=Y&&!!document.queryCommandSupported(J)}),Y}}]),H}(f()),_=P},828:function(r){var a=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var c=Element.prototype;c.matches=c.matchesSelector||c.mozMatchesSelector||c.msMatchesSelector||c.oMatchesSelector||c.webkitMatchesSelector}function m(f,l){for(;f&&f.nodeType!==a;){if(typeof f.matches=="function"&&f.matches(l))return f;f=f.parentNode}}r.exports=m},438:function(r,a,c){var m=c(828);function f(u,h,g,b,p){var y=s.apply(this,arguments);return u.addEventListener(g,y,p),{destroy:function(){u.removeEventListener(g,y,p)}}}function l(u,h,g,b,p){return typeof u.addEventListener=="function"?f.apply(null,arguments):typeof g=="function"?f.bind(null,document).apply(null,arguments):(typeof u=="string"&&(u=document.querySelectorAll(u)),Array.prototype.map.call(u,function(y){return f(y,h,g,b,p)}))}function s(u,h,g,b){return function(p){p.delegateTarget=m(p.target,h),p.delegateTarget&&b.call(u,p)}}r.exports=l},879:function(r,a){a.node=function(c){return c!==void 0&&c instanceof HTMLElement&&c.nodeType===1},a.nodeList=function(c){var m=Object.prototype.toString.call(c);return c!==void 0&&(m==="[object NodeList]"||m==="[object HTMLCollection]")&&"length"in c&&(c.length===0||a.node(c[0]))},a.string=function(c){return typeof c=="string"||c instanceof String},a.fn=function(c){var m=Object.prototype.toString.call(c);return m==="[object Function]"}},370:function(r,a,c){var m=c(879),f=c(438);function l(g,b,p){if(!g&&!b&&!p)throw new Error("Missing required arguments");if(!m.string(b))throw new TypeError("Second argument must be a String");if(!m.fn(p))throw new TypeError("Third argument must be a Function");if(m.node(g))return s(g,b,p);if(m.nodeList(g))return u(g,b,p);if(m.string(g))return h(g,b,p);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function s(g,b,p){return g.addEventListener(b,p),{destroy:function(){g.removeEventListener(b,p)}}}function u(g,b,p){return Array.prototype.forEach.call(g,function(y){y.addEventListener(b,p)}),{destroy:function(){Array.prototype.forEach.call(g,function(y){y.removeEventListener(b,p)})}}}function h(g,b,p){return f(document.body,g,b,p)}r.exports=l},817:function(r){function a(c){var m;if(c.nodeName==="SELECT")c.focus(),m=c.value;else if(c.nodeName==="INPUT"||c.nodeName==="TEXTAREA"){var f=c.hasAttribute("readonly");f||c.setAttribute("readonly",""),c.select(),c.setSelectionRange(0,c.value.length),f||c.removeAttribute("readonly"),m=c.value}else{c.hasAttribute("contenteditable")&&c.focus();var l=window.getSelection(),s=document.createRange();s.selectNodeContents(c),l.removeAllRanges(),l.addRange(s),m=l.toString()}return m}r.exports=a},279:function(r){function a(){}a.prototype={on:function(c,m,f){var l=this.e||(this.e={});return(l[c]||(l[c]=[])).push({fn:m,ctx:f}),this},once:function(c,m,f){var l=this;function s(){l.off(c,s),m.apply(f,arguments)}return s._=m,this.on(c,s,f)},emit:function(c){var m=[].slice.call(arguments,1),f=((this.e||(this.e={}))[c]||[]).slice(),l=0,s=f.length;for(l;l<s;l++)f[l].fn.apply(f[l].ctx,m);return this},off:function(c,m){var f=this.e||(this.e={}),l=f[c],s=[];if(l&&m)for(var u=0,h=l.length;u<h;u++)l[u].fn!==m&&l[u].fn._!==m&&s.push(l[u]);return s.length?f[c]=s:delete f[c],this}},r.exports=a,r.exports.TinyEmitter=a}},i={};function o(r){if(i[r])return i[r].exports;var a=i[r]={exports:{}};return n[r](a,a.exports,o),a.exports}return function(){o.n=function(r){var a=r&&r.__esModule?function(){return r.default}:function(){return r};return o.d(a,{a}),a}}(),function(){o.d=function(r,a){for(var c in a)o.o(a,c)&&!o.o(r,c)&&Object.defineProperty(r,c,{enumerable:!0,get:a[c]})}}(),function(){o.o=function(r,a){return Object.prototype.hasOwnProperty.call(r,a)}}(),o(686)}().default})})(vf);function aa(t){return t==null}const ut=function(){return Math.floor(Math.random()*1e5+Math.random()*2e4+Math.random()*5e3)},xe=function(t){if(t!==void 0)return JSON.parse(JSON.stringify(t))},ft=function(t,e){Object.keys(e).forEach(n=>{t[n]=e[n]})},mn=function(t,e=null,n=null,i=null){return new Function("DSV","VFR","LS","formulaJs","return "+t)(e,n,localStorage,i)},Cf=function(t,e){const n=e.split(".");let i=t,o=!0;for(const r of n)if(i.hasOwnProperty(r))i=i[r];else{o=!1;break}return o},sa=function(t){if(!t)return[];const e=[];return Object.keys(t).forEach(n=>{e.push(n)}),e};function da(t){return t!=null}const Ef=function(t,e){const n=e.split(".");let i=t;return n.forEach(o=>{i=da(i)&&da(i[o])?i[o]:null}),i},ca=function(t,e,n){const i=e.split(".");let o=t;i.forEach((r,a)=>{if(!!r){if(a===i.length-1){o[r]=n;return}o[r]===void 0&&(o[r]={}),o=o[r]}})},Sf=function(t,e=""){const n=document.getElementsByTagName("head")[0];let i=document.getElementById("vform-custom-css");i&&n.removeChild(i),e&&(i=document.getElementById("vform-custom-css-"+e),!!i&&n.removeChild(i));let o=document.createElement("style");o.type="text/css",o.rel="stylesheet",o.id=e?"vform-custom-css-"+e:"vform-custom-css";try{o.appendChild(document.createTextNode(t))}catch{o.styleSheet.cssText=t}n.appendChild(o)},Of=function(t,e=""){const n=document.getElementsByTagName("body")[0];let i=document.getElementById("v_form_global_functions");!!i&&n.removeChild(i),e&&(i=document.getElementById("v_form_global_functions-"+e),!!i&&n.removeChild(i));let o=document.createElement("script");o.id=e?"v_form_global_functions-"+e:"v_form_global_functions",o.type="text/javascript",o.innerHTML=t,n.appendChild(o)},xf=function(t,e){const n=document.getElementsByTagName("head")[0];let i=document.getElementById("vform-custom-css-"+e);t&&(i=document.getElementById("vform-custom-css")),i&&n.removeChild(i);const o=document.getElementsByTagName("body")[0];let r=document.getElementById("v_form_global_functions-"+e);t&&(r=document.getElementById("v_form_global_functions")),r&&o.removeChild(r)};function en(t,e,n=null,i=!1){!t||t.map(o=>{o.formItemFlag||o.formItemFlag===!1&&i?e(o,n):o.type==="grid"?o.cols.map(r=>{en(r.widgetList,e,o,i)}):o.type==="table"?o.rows.map(r=>{r.cols.map(a=>{en(a.widgetList,e,o,i)})}):o.type==="tab"?o.tabs.map(r=>{en(r.widgetList,e,o,i)}):(o.type==="sub-form"||o.type==="grid-sub-form"||o.category==="container")&&en(o.widgetList,e,o,i)})}function gn(t,e){!t||t.map(n=>{n.category==="container"&&e(n),n.type==="grid"?n.cols.map(i=>{gn(i.widgetList,e)}):n.type==="table"?n.rows.map(i=>{i.cols.map(o=>{gn(o.widgetList,e)})}):n.type==="tab"?n.tabs.map(i=>{gn(i.widgetList,e)}):(n.type==="sub-form"||n.type==="grid-sub-form"||n.category==="container")&&gn(n.widgetList,e)})}function ai(t,e){!!t.category&&t.category==="container"?Ot(t,e):t.formItemFlag&&e(t)}function Ot(t,e){var n;t.type==="grid"?t.cols.forEach(i=>{i.widgetList.forEach(o=>{ai(o,e)})}):t.type==="table"?t.rows.forEach(i=>{i.cols.forEach(o=>{o.widgetList.forEach(r=>{ai(r,e)})})}):t.type==="tab"?t.tabs.forEach(i=>{i.widgetList.forEach(o=>{ai(o,e)})}):t.type==="sub-form"||t.type==="grid-sub-form"?t.widgetList.forEach(i=>{ai(i,e)}):t.category==="container"&&((n=t.widgetList)==null||n.forEach(i=>{ai(i,e)}))}function An(t,e,n){!!t.category&&t.category==="container"?Ln(t,e,n):t.formItemFlag&&e(t)}function Ln(t,e,n){t.category==="container"&&n(t),t.type==="grid"||t.type==="sohelp-split-panel"?t.cols.forEach(i=>{i.widget&&i.widgetList.forEach(o=>{An(o,e,n)}),i.cols&&i.cols.forEach(o=>{An(o,e,n)})}):t.type==="table"?t.rows.forEach(i=>{i.cols.forEach(o=>{o.widgetList.forEach(r=>{An(r,e,n)})})}):t.type==="tab"?t.tabs.forEach(i=>{i.widgetList.forEach(o=>{An(o,e,n)})}):t.type==="sub-form"||t.type==="grid-sub-form"?t.widgetList.forEach(i=>{An(i,e,n)}):t.category==="container"&&t.widgetList.forEach(i=>{An(i,e,n)})}function kf(t,e=!1){if(!t)return[];let n=[];return en(t,o=>{n.push({type:o.type,name:o.options.name,field:o})},null,e),n}function Ff(t){if(!t)return[];let e=[];return gn(t,i=>{e.push({type:i.type,name:i.options.name,container:i})}),e}function Zi(t,e,n){if(!t)return null;let i=null;return en(t,r=>{r.options.name===e&&(i=r)},null,n),i}function ir(t,e,n){if(!t)return null;let i=null;return en(t,r=>{r.id===e&&(i=r)},null,n),i}function ua(t,e){if(!t)return null;let n=null;return gn(t,o=>{o.options.name===e&&(n=o)}),n}function fa(){return{modelName:"formData",refName:"vForm",rulesName:"rules",labelWidth:80,labelPosition:"left",size:"",labelAlign:"label-left-align",cssCode:"",customClass:[],functions:"",layoutType:"PC",jsonVersion:3,dataSources:[],onFormCreated:"",onFormMounted:"",onFormDataChange:"",onFormValidate:""}}function Nf(){return{widgetList:[],formConfig:xe(fa())}}function ha(t){let e=xe(t);return e.onFormCreated="",e.onFormMounted="",e.onFormDataChange="",e.onFormValidate="",e}function ma(t,e,n,i){if(e==="cascader")return xe(t);let o=[];return!!t&&t.length>0&&t.forEach(r=>{r.hasOwnProperty("disabled")?o.push({label:r[n],value:r[i],disabled:r.disabled}):o.push({label:r[n],value:r[i]})}),o}function or(t,e,n){let i={};return!t||t.length<=0||(t.map(o=>{o.type==="String"?i[o.name]=String(o.value):o.type==="Number"?i[o.name]=Number(o.value):o.type==="Boolean"?o.value.toLowerCase()==="false"||o.value==="0"?i[o.name]=!1:o.value.toLowerCase()==="true"||o.value==="1"?i[o.name]=!0:i[o.name]=null:o.type==="Variable"&&(i[o.name]=mn(o.value,e,n))}),console.log("test DSV: ",e),console.log("test VFR: ",n)),i}function Rf(t,e,n,i){let o={};return t.requestURLType==="String"?o.url=t.requestURL:o.url=mn(t.requestURL,e,n),o.method=t.requestMethod,o.headers=or(t.headers,e,n),o.params=or(t.params,e,n),o.data=or(t.data,e,n),new Function("config","isSandbox","DSV","VFR",t.configHandlerCode).call(null,o,i,e,n)}async function tn(t,e,n,i,o){try{let r=Rf(t,e,n,i),a=await ra.request(r);return new Function("result","isSandbox","DSV","VFR",t.dataHandlerCode).call(null,a,i,e,n)}catch(r){let a=new Function("error","isSandbox","DSV","$message","VFR",t.errorHandlerCode);return console.error(r),a.call(null,r,i,e,o,n)}}function nn(t,e){let n=null;return!!e&&!!t.dataSources&&t.dataSources.forEach(i=>{i.uniqueName===e&&(n=i)}),n||console.error("DS not found: "+e),n}const _f={"en-US":_e(_e(_e({something:{}},mf),pf),yf),"zh-CN":_e(_e(_e({something:{}},gf),bf),wf)},si=hf({locale:localStorage.getItem("v_form_locale")||"zh-CN",messages:_f}),Tf=function(t){si.setLang(t),localStorage.setItem("v_form_locale",t)},pn=function(t){return si.$st(t)};var ae={methods:{i18nt(t){return si.$st(t)},i18ntp(t,e){return si.$st(t,e)},i18n2t(t,e){return si.$st2(t,e)}}},lt={methods:{initRefList(){this.subFormRowIndex===-1||this.subFormRowIndex===void 0?this.refList!==null&&!!this.widget.options.name&&(this.refList[this.widget.options.name]=this):this.refList!==null&&!!this.widget.options.name&&(this.refList[this.widget.options.name+"@row"+this.subFormRowId]=this)},getWidgetRef(t,e){let n=this.refList[t];return!n&&!!e&&this.$message.error(this.i18nt("render.hint.refNotFound")+t),n},getFormRef(){return this.refList.v_form_ref},getComponentByContainer(t){return t.type==="grid"?"vf-grid-item":t.type+"-item"}}},bt={inject:["getFormConfig","getGlobalDsv"],computed:{customClass(){return this.widget.options.customClass||""},formModel:{cache:!1,get(){return this.globalModel.formModel}}},mounted(){this.callSetHidden()},methods:{cloneWidgetSchema(t){return xe(t)},unregisterFromRefList(){if(this.refList!==null&&!!this.widget.options.name){let t=this.widget.options.name;delete this.refList[t]}},callSetHidden(){this.widget.options.hidden===!0&&this.setHidden(!0)},setHidden(t){this.widget.options.hidden=t;const e=o=>{let r=o.options.name,a=this.getWidgetRef(r);t&&!!a&&!!a.clearFieldRules&&a.clearFieldRules(),!t&&!!a&&!!a.buildFieldRules&&a.buildFieldRules()};let n=[];const i=o=>{(o.type==="sub-form"||o.type==="grid-sub-form")&&n.push(o)};Ln(this.widget,e,i),n.forEach(o=>{const r=this.getWidgetRef(o.options.name);if(r){const a=r.getRowIdData(),c=m=>{!!a&&a.length>0&&a.forEach(f=>{const l=m.options.name+"@row"+f,s=this.getWidgetRef(l);t&&!!s&&!!s.clearFieldRules&&s.clearFieldRules(),!t&&!!s&&!!s.buildFieldRules&&s.buildFieldRules()})};Ot(r.widget,c)}})},setDisabled(t){const e=i=>{const o=i.options.name,r=this.getWidgetRef(o);!!r&&!!r.setDisabled&&r.setDisabled(t)},n=i=>{if(i.id===this.widget.id)return;const o=i.options.name,r=this.getWidgetRef(o);!!r&&!!r.setDisabled&&r.setDisabled(t)};Ln(this.widget,e,n)},activeTab(t){t>=0&&t<this.widget.tabs.length&&this.widget.tabs.forEach((e,n)=>{e.options.active=n===t,n===t&&(this.activeTabName=e.options.name)})},disableTab(t){t>=0&&t<this.widget.tabs.length&&(this.widget.tabs[t].options.disabled=!0)},enableTab(t){t>=0&&t<this.widget.tabs.length&&(this.widget.tabs[t].options.disabled=!1)},hideTab(t){t>=0&&t<this.widget.tabs.length&&(this.widget.tabs[t].options.hidden=!0)},showTab(t){t>=0&&t<this.widget.tabs.length&&(this.widget.tabs[t].options.hidden=!1)},setWidgetOption(t,e){this.widget.options.hasOwnProperty(t)&&(this.widget.options[t]=e)},getSubFormRowCount(){return this.rowIdData?this.rowIdData.length:0},setGridSubFormRowDisabled(t,e){const n=o=>{const r=o.options.name+"@row"+t,a=this.getWidgetRef(r);!!a&&!!a.setDisabled&&a.setDisabled(e)},i=o=>{const r=o.options.name+"@row"+t,a=this.getWidgetRef(r);!!a&&!!a.setDisabled&&a.setDisabled(e)};Ln(this.widget,n,i)},disableSubFormRow(t){this.widget.type==="sub-form"?this.widget.widgetList.forEach(e=>{let n=e.options.name+"@row"+this.rowIdData[t],i=this.getWidgetRef(n);!!i&&!!i.setDisabled&&i.setDisabled(!0)}):this.widget.type==="grid-sub-form"&&this.setGridSubFormRowDisabled(this.rowIdData[t],!0)},enableSubFormRow(t){this.widget.type==="sub-form"?this.widget.widgetList.forEach(e=>{let n=e.options.name+"@row"+this.rowIdData[t],i=this.getWidgetRef(n);!!i&&!!i.setDisabled&&i.setDisabled(!1)}):this.widget.type==="grid-sub-form"&&this.setGridSubFormRowDisabled(this.rowIdData[t],!1)},disableSubForm(){this.widget.options.disabled=!0,this.widget.widgetList.forEach(t=>{t.options.disabled=!0}),this.rowIdData.length>0&&this.rowIdData.forEach((t,e)=>{this.disableSubFormRow(e)}),this.actionDisabled=!0},enableSubForm(){this.widget.options.disabled=!1,this.widget.widgetList.forEach(t=>{t.options.disabled=!1}),this.rowIdData.length>0&&this.rowIdData.forEach((t,e)=>{this.enableSubFormRow(e)}),this.actionDisabled=!1},disableGridSubFormRow(t){let e=[],n=i=>{e.push(i)};Ot(this.widget,n),e.forEach(i=>{let o=i.options.name+"@row"+this.rowIdData[t],r=this.getWidgetRef(o);!!r&&!!r.setDisabled&&r.setDisabled(!0)})},enableGridSubFormRow(t){let e=[],n=i=>{e.push(i)};Ot(this.widget,n),e.forEach(i=>{let o=i.options.name+"@row"+this.rowIdData[t],r=this.getWidgetRef(o);!!r&&!!r.setDisabled&&r.setDisabled(!1)})},disableGridSubForm(){Ot(this.widget,t=>{t.options.disabled=!0}),this.rowIdData.length>0&&this.rowIdData.forEach((t,e)=>{this.disableGridSubFormRow(e)}),this.actionDisabled=!0},enableGridSubForm(){Ot(this.widget,t=>{t.options.disabled=!1}),this.rowIdData.length>0&&this.rowIdData.forEach((t,e)=>{this.enableGridSubFormRow(e)}),this.actionDisabled=!1},resetSubForm(){if(this.widget.type==="sub-form"||this.widget.type==="grid-sub-form"){let t=this.formModel[this.widget.options.name];t&&(t.splice(0,t.length),this.rowIdData.splice(0,this.rowIdData.length)),this.widget.options.showBlankRow&&this.addSubFormRow()}},getSubFormValues(t=!0){if(this.widget.type==="sub-form"||this.widget.type==="grid-sub-form")return this.formModel[this.widget.options.name];this.$message.error(this.i18nt("render.hint.nonSubFormType"))},setSubFormValues(t){},addCssClass(t){this.widget.options.customClass?this.widget.options.customClass.push(t):this.widget.options.customClass=[t]},removeCssClass(t){if(!this.widget.options.customClass)return;let e=-1;this.widget.options.customClass.map((n,i)=>{n===t&&(e=i)}),e>-1&&this.widget.options.customClass.splice(e,1)}}};const Df={name:"button-group-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],inject:["refList","sfRefList","globalModel","getFormConfig","getGlobalDsv"],components:{ContainerItemWrapper:ct},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},data(){return{}},created(){this.initRefList(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeDestroy(){this.unregisterFromRefList()},methods:{handleOnCreated(){this.widget.options.onCreated&&new Function(this.widget.options.onCreated).call(this)},handleOnMounted(){this.widget.options.onMounted&&new Function(this.widget.options.onMounted).call(this)},handleGroupButtonClick(t){this.widget.options.onButtonGroupClick?new Function("buttonConfig",this.widget.options.onButtonGroupClick).call(this,t):this.dispatch("VFormRender","onButtonGroupClick",[t])},setHidden(t){this.widget.options.hidden=t},setDisabled(t){this.widget.options.disabled=t},setButtonHidden(t,e){let n=this.widget.options.buttons.find(i=>i.name===t);n&&(n.hidden=e)},setButtonDisabled(t,e){let n=this.widget.options.buttons.find(i=>i.name===t);n&&(n.disabled=e)}}};function Mf(t,e,n,i,o,r){const a=d.resolveComponent("el-button"),c=d.resolveComponent("el-button-group"),m=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(m,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(c,null,{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.options.buttons,(f,l)=>d.withDirectives((d.openBlock(),d.createBlock(a,{disabled:f.disabled||n.widget.options.disabled,size:n.widget.options.size,type:f.type,round:f.round,icon:f.icon,onClick:s=>r.handleGroupButtonClick(f),class:d.normalizeClass(["data-table-"+f.name+"-button"])},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(f.label),1)]),_:2},1032,["disabled","size","type","round","icon","onClick","class"])),[[d.vShow,!f.hidden&&!n.widget.options.hidden]])),256))]),_:1},512),[[d.vShow,!n.widget.options.hidden]])]),_:1},8,["widget"])}var Af=oe(Df,[["render",Mf]]),Lf=Object.freeze(Object.defineProperty({__proto__:null,default:Af},Symbol.toStringTag,{value:"Module"})),ga={exports:{}};(function(t,e){(function(n,i){t.exports=i()})(zi,function(){var n=1e3,i=6e4,o=36e5,r="millisecond",a="second",c="minute",m="hour",f="day",l="week",s="month",u="quarter",h="year",g="date",b="Invalid Date",p=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(M){var B=["th","st","nd","rd"],V=M%100;return"["+M+(B[(V-20)%10]||B[V]||B[0])+"]"}},C=function(M,B,V){var U=String(M);return!U||U.length>=B?M:""+Array(B+1-U.length).join(V)+M},w={s:C,z:function(M){var B=-M.utcOffset(),V=Math.abs(B),U=Math.floor(V/60),K=V%60;return(B<=0?"+":"-")+C(U,2,"0")+":"+C(K,2,"0")},m:function M(B,V){if(B.date()<V.date())return-M(V,B);var U=12*(V.year()-B.year())+(V.month()-B.month()),K=B.clone().add(U,s),q=V-K<0,P=B.clone().add(U+(q?-1:1),s);return+(-(U+(V-K)/(q?K-P:P-K))||0)},a:function(M){return M<0?Math.ceil(M)||0:Math.floor(M)},p:function(M){return{M:s,y:h,w:l,d:f,D:g,h:m,m:c,s:a,ms:r,Q:u}[M]||String(M||"").toLowerCase().replace(/s$/,"")},u:function(M){return M===void 0}},E="en",S={};S[E]=v;var O="$isDayjsObject",k=function(M){return M instanceof N||!(!M||!M[O])},R=function M(B,V,U){var K;if(!B)return E;if(typeof B=="string"){var q=B.toLowerCase();S[q]&&(K=q),V&&(S[q]=V,K=q);var P=B.split("-");if(!K&&P.length>1)return M(P[0])}else{var _=B.name;S[_]=B,K=_}return!U&&K&&(E=K),K||!U&&E},F=function(M,B){if(k(M))return M.clone();var V=typeof B=="object"?B:{};return V.date=M,V.args=arguments,new N(V)},x=w;x.l=R,x.i=k,x.w=function(M,B){return F(M,{locale:B.$L,utc:B.$u,x:B.$x,$offset:B.$offset})};var N=function(){function M(V){this.$L=R(V.locale,null,!0),this.parse(V),this.$x=this.$x||V.x||{},this[O]=!0}var B=M.prototype;return B.parse=function(V){this.$d=function(U){var K=U.date,q=U.utc;if(K===null)return new Date(NaN);if(x.u(K))return new Date;if(K instanceof Date)return new Date(K);if(typeof K=="string"&&!/Z$/i.test(K)){var P=K.match(p);if(P){var _=P[2]-1||0,A=(P[7]||"0").substring(0,3);return q?new Date(Date.UTC(P[1],_,P[3]||1,P[4]||0,P[5]||0,P[6]||0,A)):new Date(P[1],_,P[3]||1,P[4]||0,P[5]||0,P[6]||0,A)}}return new Date(K)}(V),this.init()},B.init=function(){var V=this.$d;this.$y=V.getFullYear(),this.$M=V.getMonth(),this.$D=V.getDate(),this.$W=V.getDay(),this.$H=V.getHours(),this.$m=V.getMinutes(),this.$s=V.getSeconds(),this.$ms=V.getMilliseconds()},B.$utils=function(){return x},B.isValid=function(){return this.$d.toString()!==b},B.isSame=function(V,U){var K=F(V);return this.startOf(U)<=K&&K<=this.endOf(U)},B.isAfter=function(V,U){return F(V)<this.startOf(U)},B.isBefore=function(V,U){return this.endOf(U)<F(V)},B.$g=function(V,U,K){return x.u(V)?this[U]:this.set(K,V)},B.unix=function(){return Math.floor(this.valueOf()/1e3)},B.valueOf=function(){return this.$d.getTime()},B.startOf=function(V,U){var K=this,q=!!x.u(U)||U,P=x.p(V),_=function(J,Q){var re=x.w(K.$u?Date.UTC(K.$y,Q,J):new Date(K.$y,Q,J),K);return q?re:re.endOf(f)},A=function(J,Q){return x.w(K.toDate()[J].apply(K.toDate("s"),(q?[0,0,0,0]:[23,59,59,999]).slice(Q)),K)},I=this.$W,H=this.$M,j=this.$D,L="set"+(this.$u?"UTC":"");switch(P){case h:return q?_(1,0):_(31,11);case s:return q?_(1,H):_(0,H+1);case l:var z=this.$locale().weekStart||0,Y=(I<z?I+7:I)-z;return _(q?j-Y:j+(6-Y),H);case f:case g:return A(L+"Hours",0);case m:return A(L+"Minutes",1);case c:return A(L+"Seconds",2);case a:return A(L+"Milliseconds",3);default:return this.clone()}},B.endOf=function(V){return this.startOf(V,!1)},B.$set=function(V,U){var K,q=x.p(V),P="set"+(this.$u?"UTC":""),_=(K={},K[f]=P+"Date",K[g]=P+"Date",K[s]=P+"Month",K[h]=P+"FullYear",K[m]=P+"Hours",K[c]=P+"Minutes",K[a]=P+"Seconds",K[r]=P+"Milliseconds",K)[q],A=q===f?this.$D+(U-this.$W):U;if(q===s||q===h){var I=this.clone().set(g,1);I.$d[_](A),I.init(),this.$d=I.set(g,Math.min(this.$D,I.daysInMonth())).$d}else _&&this.$d[_](A);return this.init(),this},B.set=function(V,U){return this.clone().$set(V,U)},B.get=function(V){return this[x.p(V)]()},B.add=function(V,U){var K,q=this;V=Number(V);var P=x.p(U),_=function(H){var j=F(q);return x.w(j.date(j.date()+Math.round(H*V)),q)};if(P===s)return this.set(s,this.$M+V);if(P===h)return this.set(h,this.$y+V);if(P===f)return _(1);if(P===l)return _(7);var A=(K={},K[c]=i,K[m]=o,K[a]=n,K)[P]||1,I=this.$d.getTime()+V*A;return x.w(I,this)},B.subtract=function(V,U){return this.add(-1*V,U)},B.format=function(V){var U=this,K=this.$locale();if(!this.isValid())return K.invalidDate||b;var q=V||"YYYY-MM-DDTHH:mm:ssZ",P=x.z(this),_=this.$H,A=this.$m,I=this.$M,H=K.weekdays,j=K.months,L=K.meridiem,z=function(Q,re,he,ge){return Q&&(Q[re]||Q(U,q))||he[re].slice(0,ge)},Y=function(Q){return x.s(_%12||12,Q,"0")},J=L||function(Q,re,he){var ge=Q<12?"AM":"PM";return he?ge.toLowerCase():ge};return q.replace(y,function(Q,re){return re||function(he){switch(he){case"YY":return String(U.$y).slice(-2);case"YYYY":return x.s(U.$y,4,"0");case"M":return I+1;case"MM":return x.s(I+1,2,"0");case"MMM":return z(K.monthsShort,I,j,3);case"MMMM":return z(j,I);case"D":return U.$D;case"DD":return x.s(U.$D,2,"0");case"d":return String(U.$W);case"dd":return z(K.weekdaysMin,U.$W,H,2);case"ddd":return z(K.weekdaysShort,U.$W,H,3);case"dddd":return H[U.$W];case"H":return String(_);case"HH":return x.s(_,2,"0");case"h":return Y(1);case"hh":return Y(2);case"a":return J(_,A,!0);case"A":return J(_,A,!1);case"m":return String(A);case"mm":return x.s(A,2,"0");case"s":return String(U.$s);case"ss":return x.s(U.$s,2,"0");case"SSS":return x.s(U.$ms,3,"0");case"Z":return P}return null}(Q)||P.replace(":","")})},B.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},B.diff=function(V,U,K){var q,P=this,_=x.p(U),A=F(V),I=(A.utcOffset()-this.utcOffset())*i,H=this-A,j=function(){return x.m(P,A)};switch(_){case h:q=j()/12;break;case s:q=j();break;case u:q=j()/3;break;case l:q=(H-I)/6048e5;break;case f:q=(H-I)/864e5;break;case m:q=H/o;break;case c:q=H/i;break;case a:q=H/n;break;default:q=H}return K?q:x.a(q)},B.daysInMonth=function(){return this.endOf(s).$D},B.$locale=function(){return S[this.$L]},B.locale=function(V,U){if(!V)return this.$L;var K=this.clone(),q=R(V,U,!0);return q&&(K.$L=q),K},B.clone=function(){return x.w(this.$d,this)},B.toDate=function(){return new Date(this.valueOf())},B.toJSON=function(){return this.isValid()?this.toISOString():null},B.toISOString=function(){return this.$d.toISOString()},B.toString=function(){return this.$d.toUTCString()},M}(),T=N.prototype;return F.prototype=T,[["$ms",r],["$s",a],["$m",c],["$H",m],["$W",f],["$M",s],["$y",h],["$D",g]].forEach(function(M){T[M[1]]=function(B){return this.$g(B,M[0],M[1])}}),F.extend=function(M,B){return M.$i||(M(B,N,F),M.$i=!0),F},F.locale=R,F.isDayjs=k,F.unix=function(M){return F(1e3*M)},F.en=S[E],F.Ls=S,F.p={},F})})(ga);var di=ga.exports;function ci(t){let e=new Date(Date.parse(t));return e instanceof Date&&!isNaN(e.getTime())}function pa(t){return ci(t)?di(t).format("YYYY-MM-DD"):t}function ba(t){return ci(t)?di(t).format("YYYY/MM/DD"):t}function ya(t){return ci(t)?di(t).format("YYYY\u5E74MM\u6708DD\u65E5"):t}function wa(t){return ci(t)?di(t).format("YYYY-MM-DD HH:mm:ss"):t}function va(t){return ci(t)?di(t).format("YYYY-MM-DD hh:mm:ss"):t}function Ca(t){if(typeof t!="number")return t;switch(t.toString().split(".")[1].length){case 0:t=t.toFixed(0);break;case 1:t=t.toFixed(1);break;case 2:t=t.toFixed(2);break;case 3:t=t.toFixed(3);break;case 4:t=t.toFixed(4);break;case 5:t=t.toFixed(5);break;default:t=t.toFixed(6)}return t.toString().replace(/\d+/,function(i){return i.replace(/(\d)(?=(\d{3})+$)/g,function(o){return o+","})})}function Ea(t){if(typeof t!="number")return t;switch(t.toString().split(".")[1].length){case 0:case 1:case 2:t=t.toFixed(2);break;case 3:t=t.toFixed(3);break;case 4:t=t.toFixed(4);break;case 5:t=t.toFixed(5);break;default:t=t.toFixed(6)}return t.toString().replace(/\d+/,function(i){return i.replace(/(\d)(?=(\d{3})+$)/g,function(o){return o+","})})}function Sa(t){return typeof t!="number"?t:(t=t.toFixed(6),t.toString().replace(/\d+/,function(n){return n.replace(/(\d)(?=(\d{3})+$)/g,function(i){return i+","})}))}function Oa(t){return typeof t!="number"?t:(t=t.toFixed(3),t.toString().replace(/\d+/,function(n){return n.replace(/(\d)(?=(\d{3})+$)/g,function(i){return i+","})}))}function xa(t){return typeof t!="number"?t:(t=t.toFixed(2),t.toString().replace(/\d+/,function(n){return n.replace(/(\d)(?=(\d{3})+$)/g,function(i){return i+","})}))}function ka(t){return typeof t!="number"?t:(t=t.toFixed(0),t.toString().replace(/\d+/,function(n){return n.replace(/(\d)(?=(\d{3})+$)/g,function(i){return i+","})}))}function Fa(t){if(typeof t!="number")return t;let e=t.toString().split(".")[1].length;switch(t=t*100,e){case 0:case 1:case 2:t=t.toFixed(2);break;case 3:t=t.toFixed(3);break;default:t=t.toFixed(4)}return t.toString().replace(/\d+/,function(i){return i.replace(/(\d)(?=(\d{3})+$)/g,function(o){return o+","})})+"%"}var tv="";const If={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String},title:{type:String,default:""}},computed:{iconName(){return`#icon-${this.iconClass}`},svgClass(){return this.className?"svg-icon "+this.className:"svg-icon"}}},Bf=["xlink:href"],Pf={key:0};function Vf(t,e,n,i,o,r){return d.openBlock(),d.createElementBlock("svg",{class:d.normalizeClass(r.svgClass),"aria-hidden":"true"},[d.createElementVNode("use",{"xlink:href":r.iconName},null,8,Bf),n.title?(d.openBlock(),d.createElementBlock("title",Pf,d.toDisplayString(n.title),1)):d.createCommentVNode("",!0)],2)}var Pe=oe(If,[["render",Vf],["__scopeId","data-v-8002b89a"]]),nv="";const Hf={name:"static-content-wrapper",mixins:[ae],components:{SvgIcon:Pe},props:{field:Object,designer:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designState:{type:Boolean,default:!1},displayStyle:{type:String,default:"block"},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},computed:{selected(){return!!this.designer&&this.field.id===this.designer.selectedId},customClass(){return this.field.options.customClass?this.field.options.customClass.join(" "):""}},methods:{selectField(t){this.designer&&(this.designer.setSelected(t),this.designer.emitEvent("field-selected",this.parentWidget))},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},cloneField(t){this.designer.cloneFieldWidget(t,this.parentList),this.designer.emitHistoryChange()},removeFieldWidget(){if(this.parentList){const t=this.designer.selectedWidgetName;let e=null;this.parentList.length===1?this.parentWidget&&(e=this.parentWidget):this.parentList.length===1+this.indexOfParentList?e=this.parentList[this.indexOfParentList-1]:e=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.setSelected(e),this.designer.formWidget.deleteWidgetRef(t),this.designer.emitHistoryChange()})}}}},zf={key:0,class:"field-action"},Wf=["title"],qf=["title"],Uf=["title"],jf=["title"],Kf=["title"],Gf={key:1,class:"drag-handler background-opacity"},Yf=["title"],Jf={key:0};function Xf(t,e,n,i,o,r){const a=d.resolveComponent("svg-icon");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["field-wrapper",{"design-time-bottom-margin":!!this.designer}]),style:d.normalizeStyle({display:n.displayStyle})},[!n.field.options.hidden||n.designState===!0?(d.openBlock(),d.createElementBlock("div",{key:0,class:d.normalizeClass(["static-content-item",[r.selected?"selected":"",r.customClass]]),style:d.normalizeStyle({display:n.displayStyle}),onClick:e[0]||(e[0]=d.withModifiers(c=>r.selectField(n.field),["stop"]))},[d.renderSlot(t.$slots,"default",{},void 0,!0)],6)):d.createCommentVNode("",!0),this.designer?(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[n.designer.selectedId===n.field.id?(d.openBlock(),d.createElementBlock("div",zf,[d.createElementVNode("i",{title:t.i18nt("designer.hint.selectParentWidget"),onClick:e[1]||(e[1]=d.withModifiers(c=>r.selectParentWidget(n.field),["stop"]))},[d.createVNode(a,{"icon-class":"el-back"})],8,Wf),!!n.parentList&&n.parentList.length>1?(d.openBlock(),d.createElementBlock("i",{key:0,title:t.i18nt("designer.hint.moveUpWidget"),onClick:e[2]||(e[2]=d.withModifiers(c=>r.moveUpWidget(n.field),["stop"]))},[d.createVNode(a,{"icon-class":"el-move-up"})],8,qf)):d.createCommentVNode("",!0),!!n.parentList&&n.parentList.length>1?(d.openBlock(),d.createElementBlock("i",{key:1,title:t.i18nt("designer.hint.moveDownWidget"),onClick:e[3]||(e[3]=d.withModifiers(c=>r.moveDownWidget(n.field),["stop"]))},[d.createVNode(a,{"icon-class":"el-move-down"})],8,Uf)):d.createCommentVNode("",!0),d.createElementVNode("i",{title:t.i18nt("designer.hint.cloneWidget"),onClick:e[4]||(e[4]=d.withModifiers(c=>r.cloneField(n.field),["stop"]))},[d.createVNode(a,{"icon-class":"el-clone"})],8,jf),d.createElementVNode("i",{title:t.i18nt("designer.hint.remove"),onClick:e[5]||(e[5]=d.withModifiers((...c)=>r.removeFieldWidget&&r.removeFieldWidget(...c),["stop"]))},[d.createVNode(a,{"icon-class":"el-delete"})],8,Kf)])):d.createCommentVNode("",!0),n.designer.selectedId===n.field.id?(d.openBlock(),d.createElementBlock("div",Gf,[d.createElementVNode("i",{title:t.i18nt("designer.hint.dragHandler")},[d.createVNode(a,{"icon-class":"el-drag-move"})],8,Yf),d.createElementVNode("i",null,d.toDisplayString(t.i18n2t(`designer.widgetLabel.${n.field.type}`,`extension.widgetLabel.${n.field.type}`)),1),n.field.options.hidden===!0?(d.openBlock(),d.createElementBlock("i",Jf,[d.createVNode(a,{"icon-class":"el-hide"})])):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0)],64)):d.createCommentVNode("",!0)],6)}var Rt=oe(Hf,[["render",Xf],["__scopeId","data-v-0e42848a"]]),Zf=Object.freeze(Object.defineProperty({__proto__:null,default:Rt},Symbol.toStringTag,{value:"Module"}));const Qf=function(t){return{number:"/^[-]?\\d+(\\.\\d+)?$/",letter:"/^[A-Za-z]+$/",letterAndNumber:"/^[A-Za-z0-9]+$/",mobilePhone:"/^[1][3-9][0-9]{9}$/",letterStartNumberIncluded:"/^[A-Za-z]+[A-Za-z\\d]*$/",noChinese:"/^[^\u4E00-\u9FA5]+$/",chinese:"/^[\u4E00-\u9FA5]+$/",email:"/^([-_A-Za-z0-9.]+)@([_A-Za-z0-9]+\\.)+[A-Za-z0-9]{2,3}$/",url:"/^([hH][tT]{2}[pP]:\\/\\/|[hH][tT]{2}[pP][sS]:\\/\\/)(([A-Za-z0-9-~]+)\\.)+([A-Za-z0-9-~\\/])+$/"}[t]},Ht=function(t,e,n,i,o){if(aa(n)||n.length<=0){i();return}if(mn(Qf(t)).test(n))i();else{let a=e.errorMsg||o;i(new Error(a))}},rr={number(t,e,n){Ht("number",t,e,n,"["+t.label+"]\u5305\u542B\u975E\u6570\u5B57\u5B57\u7B26")},letter(t,e,n){Ht("letter",t,e,n,"["+t.label+"]\u5305\u542B\u975E\u5B57\u6BCD\u5B57\u7B26")},letterAndNumber(t,e,n){Ht("letterAndNumber",t,e,n,"["+t.label+"]\u53EA\u80FD\u8F93\u5165\u5B57\u6BCD\u6216\u6570\u5B57")},mobilePhone(t,e,n){Ht("mobilePhone",t,e,n,"["+t.label+"]\u624B\u673A\u53F7\u7801\u683C\u5F0F\u6709\u8BEF")},noBlankStart(t,e,n){},noBlankEnd(t,e,n){},letterStartNumberIncluded(t,e,n){Ht("letterStartNumberIncluded",t,e,n,"["+t.label+"]\u5FC5\u987B\u4EE5\u5B57\u6BCD\u5F00\u5934\uFF0C\u53EF\u5305\u542B\u6570\u5B57")},noChinese(t,e,n){Ht("noChinese",t,e,n,"["+t.label+"]\u4E0D\u53EF\u8F93\u5165\u4E2D\u6587\u5B57\u7B26")},chinese(t,e,n){Ht("chinese",t,e,n,"["+t.label+"]\u53EA\u80FD\u8F93\u5165\u4E2D\u6587\u5B57\u7B26")},email(t,e,n){Ht("email",t,e,n,"["+t.label+"]\u90AE\u7BB1\u683C\u5F0F\u6709\u8BEF")},url(t,e,n){Ht("url",t,e,n,"["+t.label+"]URL\u683C\u5F0F\u6709\u8BEF")},regExp(t,e,n){if(aa(e)||e.length<=0){n();return}if(t.regExp.length>0&&t.regExp[0]!=="/"&&(t.regExp="/"+t.regExp),t.regExp.length>0&&t.regExp[t.regExp.length-1]!=="/"&&(t.regExp=t.regExp+"/"),mn(t.regExp).test(e))n();else{let o=t.errorMsg||"["+t.label+"]invalid value";n(new Error(o))}}};var Na={exports:{}};(function(t,e){(function(n,i){t.exports=i()})(zi,function(){var n=function(i,o){var r=Array.prototype.concat,a=Array.prototype.slice,c=Object.prototype.toString;function m(v,C){var w=v>C?v:C;return i.pow(10,17-~~(i.log(w>0?w:-w)*i.LOG10E))}var f=Array.isArray||function(C){return c.call(C)==="[object Array]"};function l(v){return c.call(v)==="[object Function]"}function s(v){return typeof v=="number"?v-v==0:!1}function u(v){return r.apply([],v)}function h(){return new h._init(arguments)}h.fn=h.prototype,h._init=function(C){if(f(C[0]))if(f(C[0][0])){l(C[1])&&(C[0]=h.map(C[0],C[1]));for(var w=0;w<C[0].length;w++)this[w]=C[0][w];this.length=C[0].length}else this[0]=l(C[1])?h.map(C[0],C[1]):C[0],this.length=1;else if(s(C[0]))this[0]=h.seq.apply(null,C),this.length=1;else{if(C[0]instanceof h)return h(C[0].toArray());this[0]=[],this.length=1}return this},h._init.prototype=h.prototype,h._init.constructor=h,h.utils={calcRdx:m,isArray:f,isFunction:l,isNumber:s,toVector:u},h._random_fn=i.random,h.setRandom=function(C){if(typeof C!="function")throw new TypeError("fn is not a function");h._random_fn=C},h.extend=function(C){var w,E;if(arguments.length===1){for(E in C)h[E]=C[E];return this}for(w=1;w<arguments.length;w++)for(E in arguments[w])C[E]=arguments[w][E];return C},h.rows=function(C){return C.length||1},h.cols=function(C){return C[0].length||1},h.dimensions=function(C){return{rows:h.rows(C),cols:h.cols(C)}},h.row=function(C,w){return f(w)?w.map(function(E){return h.row(C,E)}):C[w]},h.rowa=function(C,w){return h.row(C,w)},h.col=function(C,w){if(f(w)){var E=h.arange(C.length).map(function(){return new Array(w.length)});return w.forEach(function(k,R){h.arange(C.length).forEach(function(F){E[F][R]=C[F][k]})}),E}for(var S=new Array(C.length),O=0;O<C.length;O++)S[O]=[C[O][w]];return S},h.cola=function(C,w){return h.col(C,w).map(function(E){return E[0]})},h.diag=function(C){for(var w=h.rows(C),E=new Array(w),S=0;S<w;S++)E[S]=[C[S][S]];return E},h.antidiag=function(C){for(var w=h.rows(C)-1,E=new Array(w),S=0;w>=0;w--,S++)E[S]=[C[S][w]];return E},h.transpose=function(C){var w=[],E,S,O,k,R;for(f(C[0])||(C=[C]),S=C.length,O=C[0].length,R=0;R<O;R++){for(E=new Array(S),k=0;k<S;k++)E[k]=C[k][R];w.push(E)}return w.length===1?w[0]:w},h.map=function(C,w,E){var S,O,k,R,F;for(f(C[0])||(C=[C]),O=C.length,k=C[0].length,R=E?C:new Array(O),S=0;S<O;S++)for(R[S]||(R[S]=new Array(k)),F=0;F<k;F++)R[S][F]=w(C[S][F],S,F);return R.length===1?R[0]:R},h.cumreduce=function(C,w,E){var S,O,k,R,F;for(f(C[0])||(C=[C]),O=C.length,k=C[0].length,R=E?C:new Array(O),S=0;S<O;S++)for(R[S]||(R[S]=new Array(k)),k>0&&(R[S][0]=C[S][0]),F=1;F<k;F++)R[S][F]=w(R[S][F-1],C[S][F]);return R.length===1?R[0]:R},h.alter=function(C,w){return h.map(C,w,!0)},h.create=function(C,w,E){var S=new Array(C),O,k;for(l(w)&&(E=w,w=C),O=0;O<C;O++)for(S[O]=new Array(w),k=0;k<w;k++)S[O][k]=E(O,k);return S};function g(){return 0}h.zeros=function(C,w){return s(w)||(w=C),h.create(C,w,g)};function b(){return 1}h.ones=function(C,w){return s(w)||(w=C),h.create(C,w,b)},h.rand=function(C,w){return s(w)||(w=C),h.create(C,w,h._random_fn)};function p(v,C){return v===C?1:0}h.identity=function(C,w){return s(w)||(w=C),h.create(C,w,p)},h.symmetric=function(C){var w=C.length,E,S;if(C.length!==C[0].length)return!1;for(E=0;E<w;E++)for(S=0;S<w;S++)if(C[S][E]!==C[E][S])return!1;return!0},h.clear=function(C){return h.alter(C,g)},h.seq=function(C,w,E,S){l(S)||(S=!1);var O=[],k=m(C,w),R=(w*k-C*k)/((E-1)*k),F=C,x;for(x=0;F<=w&&x<E;x++,F=(C*k+R*k*x)/k)O.push(S?S(F,x):F);return O},h.arange=function(C,w,E){var S=[],O;if(E=E||1,w===o&&(w=C,C=0),C===w||E===0)return[];if(C<w&&E<0)return[];if(C>w&&E>0)return[];if(E>0)for(O=C;O<w;O+=E)S.push(O);else for(O=C;O>w;O+=E)S.push(O);return S},h.slice=function(){function v(w,E,S,O){var k,R=[],F=w.length;if(E===o&&S===o&&O===o)return h.copy(w);if(E=E||0,S=S||w.length,E=E>=0?E:F+E,S=S>=0?S:F+S,O=O||1,E===S||O===0)return[];if(E<S&&O<0)return[];if(E>S&&O>0)return[];if(O>0)for(k=E;k<S;k+=O)R.push(w[k]);else for(k=E;k>S;k+=O)R.push(w[k]);return R}function C(w,E){var S,O;if(E=E||{},s(E.row)){if(s(E.col))return w[E.row][E.col];var k=h.rowa(w,E.row);return S=E.col||{},v(k,S.start,S.end,S.step)}if(s(E.col)){var R=h.cola(w,E.col);return O=E.row||{},v(R,O.start,O.end,O.step)}O=E.row||{},S=E.col||{};var F=v(w,O.start,O.end,O.step);return F.map(function(x){return v(x,S.start,S.end,S.step)})}return C}(),h.sliceAssign=function(C,w,E){var S,O;if(s(w.row)){if(s(w.col))return C[w.row][w.col]=E;w.col=w.col||{},w.col.start=w.col.start||0,w.col.end=w.col.end||C[0].length,w.col.step=w.col.step||1,S=h.arange(w.col.start,i.min(C.length,w.col.end),w.col.step);var k=w.row;return S.forEach(function(F,x){C[k][F]=E[x]}),C}if(s(w.col)){w.row=w.row||{},w.row.start=w.row.start||0,w.row.end=w.row.end||C.length,w.row.step=w.row.step||1,O=h.arange(w.row.start,i.min(C[0].length,w.row.end),w.row.step);var R=w.col;return O.forEach(function(F,x){C[F][R]=E[x]}),C}return E[0].length===o&&(E=[E]),w.row.start=w.row.start||0,w.row.end=w.row.end||C.length,w.row.step=w.row.step||1,w.col.start=w.col.start||0,w.col.end=w.col.end||C[0].length,w.col.step=w.col.step||1,O=h.arange(w.row.start,i.min(C.length,w.row.end),w.row.step),S=h.arange(w.col.start,i.min(C[0].length,w.col.end),w.col.step),O.forEach(function(F,x){S.forEach(function(N,T){C[F][N]=E[x][T]})}),C},h.diagonal=function(C){var w=h.zeros(C.length,C.length);return C.forEach(function(E,S){w[S][S]=E}),w},h.copy=function(C){return C.map(function(w){return s(w)?w:w.map(function(E){return E})})};var y=h.prototype;return y.length=0,y.push=Array.prototype.push,y.sort=Array.prototype.sort,y.splice=Array.prototype.splice,y.slice=Array.prototype.slice,y.toArray=function(){return this.length>1?a.call(this):a.call(this)[0]},y.map=function(C,w){return h(h.map(this,C,w))},y.cumreduce=function(C,w){return h(h.cumreduce(this,C,w))},y.alter=function(C){return h.alter(this,C),this},function(v){for(var C=0;C<v.length;C++)(function(w){y[w]=function(E){var S=this,O;return E?(setTimeout(function(){E.call(S,y[w].call(S))}),this):(O=h[w](this),f(O)?h(O):O)}})(v[C])}("transpose clear symmetric rows cols dimensions diag antidiag".split(" ")),function(v){for(var C=0;C<v.length;C++)(function(w){y[w]=function(E,S){var O=this;return S?(setTimeout(function(){S.call(O,y[w].call(O,E))}),this):h(h[w](this,E))}})(v[C])}("row col".split(" ")),function(v){for(var C=0;C<v.length;C++)(function(w){y[w]=function(){return h(h[w].apply(null,arguments))}})(v[C])}("create zeros ones rand identity".split(" ")),h}(Math);return function(i,o){var r=i.utils.isFunction;function a(f,l){return f-l}function c(f,l,s){return o.max(l,o.min(f,s))}i.sum=function(l){for(var s=0,u=l.length;--u>=0;)s+=l[u];return s},i.sumsqrd=function(l){for(var s=0,u=l.length;--u>=0;)s+=l[u]*l[u];return s},i.sumsqerr=function(l){for(var s=i.mean(l),u=0,h=l.length,g;--h>=0;)g=l[h]-s,u+=g*g;return u},i.sumrow=function(l){for(var s=0,u=l.length;--u>=0;)s+=l[u];return s},i.product=function(l){for(var s=1,u=l.length;--u>=0;)s*=l[u];return s},i.min=function(l){for(var s=l[0],u=0;++u<l.length;)l[u]<s&&(s=l[u]);return s},i.max=function(l){for(var s=l[0],u=0;++u<l.length;)l[u]>s&&(s=l[u]);return s},i.unique=function(l){for(var s={},u=[],h=0;h<l.length;h++)s[l[h]]||(s[l[h]]=!0,u.push(l[h]));return u},i.mean=function(l){return i.sum(l)/l.length},i.meansqerr=function(l){return i.sumsqerr(l)/l.length},i.geomean=function(l){var s=l.map(o.log),u=i.mean(s);return o.exp(u)},i.median=function(l){var s=l.length,u=l.slice().sort(a);return s&1?u[s/2|0]:(u[s/2-1]+u[s/2])/2},i.cumsum=function(l){return i.cumreduce(l,function(s,u){return s+u})},i.cumprod=function(l){return i.cumreduce(l,function(s,u){return s*u})},i.diff=function(l){var s=[],u=l.length,h;for(h=1;h<u;h++)s.push(l[h]-l[h-1]);return s},i.rank=function(f){var l,s=[],u={};for(l=0;l<f.length;l++){var h=f[l];u[h]?u[h]++:(u[h]=1,s.push(h))}var g=s.sort(a),b={},p=1;for(l=0;l<g.length;l++){var h=g[l],y=u[h],v=p,C=p+y-1,w=(v+C)/2;b[h]=w,p+=y}return f.map(function(E){return b[E]})},i.mode=function(l){var s=l.length,u=l.slice().sort(a),h=1,g=0,b=0,p=[],y;for(y=0;y<s;y++)u[y]===u[y+1]?h++:(h>g?(p=[u[y]],g=h,b=0):h===g&&(p.push(u[y]),b++),h=1);return b===0?p[0]:p},i.range=function(l){return i.max(l)-i.min(l)},i.variance=function(l,s){return i.sumsqerr(l)/(l.length-(s?1:0))},i.pooledvariance=function(l){var s=l.reduce(function(h,g){return h+i.sumsqerr(g)},0),u=l.reduce(function(h,g){return h+g.length},0);return s/(u-l.length)},i.deviation=function(f){for(var l=i.mean(f),s=f.length,u=new Array(s),h=0;h<s;h++)u[h]=f[h]-l;return u},i.stdev=function(l,s){return o.sqrt(i.variance(l,s))},i.pooledstdev=function(l){return o.sqrt(i.pooledvariance(l))},i.meandev=function(l){for(var s=i.mean(l),u=[],h=l.length-1;h>=0;h--)u.push(o.abs(l[h]-s));return i.mean(u)},i.meddev=function(l){for(var s=i.median(l),u=[],h=l.length-1;h>=0;h--)u.push(o.abs(l[h]-s));return i.median(u)},i.coeffvar=function(l){return i.stdev(l)/i.mean(l)},i.quartiles=function(l){var s=l.length,u=l.slice().sort(a);return[u[o.round(s/4)-1],u[o.round(s/2)-1],u[o.round(s*3/4)-1]]},i.quantiles=function(l,s,u,h){var g=l.slice().sort(a),b=[s.length],p=l.length,y,v,C,w,E,S;for(typeof u=="undefined"&&(u=3/8),typeof h=="undefined"&&(h=3/8),y=0;y<s.length;y++)v=s[y],C=u+v*(1-u-h),w=p*v+C,E=o.floor(c(w,1,p-1)),S=c(w-E,0,1),b[y]=(1-S)*g[E-1]+S*g[E];return b},i.percentile=function(l,s,u){var h=l.slice().sort(a),g=s*(h.length+(u?1:-1))+(u?0:1),b=parseInt(g),p=g-b;return b+1<h.length?h[b-1]+p*(h[b]-h[b-1]):h[b-1]},i.percentileOfScore=function(l,s,u){var h=0,g=l.length,b=!1,p,y;for(u==="strict"&&(b=!0),y=0;y<g;y++)p=l[y],(b&&p<s||!b&&p<=s)&&h++;return h/g},i.histogram=function(l,s){s=s||4;var u=i.min(l),h=(i.max(l)-u)/s,g=l.length,b=[],p;for(p=0;p<s;p++)b[p]=0;for(p=0;p<g;p++)b[o.min(o.floor((l[p]-u)/h),s-1)]+=1;return b},i.covariance=function(l,s){var u=i.mean(l),h=i.mean(s),g=l.length,b=new Array(g),p;for(p=0;p<g;p++)b[p]=(l[p]-u)*(s[p]-h);return i.sum(b)/(g-1)},i.corrcoeff=function(l,s){return i.covariance(l,s)/i.stdev(l,1)/i.stdev(s,1)},i.spearmancoeff=function(f,l){return f=i.rank(f),l=i.rank(l),i.corrcoeff(f,l)},i.stanMoment=function(l,s){for(var u=i.mean(l),h=i.stdev(l),g=l.length,b=0,p=0;p<g;p++)b+=o.pow((l[p]-u)/h,s);return b/l.length},i.skewness=function(l){return i.stanMoment(l,3)},i.kurtosis=function(l){return i.stanMoment(l,4)-3};var m=i.prototype;(function(f){for(var l=0;l<f.length;l++)(function(s){m[s]=function(u,h){var g=[],b=0,p=this;if(r(u)&&(h=u,u=!1),h)return setTimeout(function(){h.call(p,m[s].call(p,u))}),this;if(this.length>1){for(p=u===!0?this:this.transpose();b<p.length;b++)g[b]=i[s](p[b]);return g}return i[s](this[0],u)}})(f[l])})("cumsum cumprod".split(" ")),function(f){for(var l=0;l<f.length;l++)(function(s){m[s]=function(u,h){var g=[],b=0,p=this;if(r(u)&&(h=u,u=!1),h)return setTimeout(function(){h.call(p,m[s].call(p,u))}),this;if(this.length>1){for(s!=="sumrow"&&(p=u===!0?this:this.transpose());b<p.length;b++)g[b]=i[s](p[b]);return u===!0?i[s](i.utils.toVector(g)):g}return i[s](this[0],u)}})(f[l])}("sum sumsqrd sumsqerr sumrow product min max unique mean meansqerr geomean median diff rank mode range variance deviation stdev meandev meddev coeffvar quartiles histogram skewness kurtosis".split(" ")),function(f){for(var l=0;l<f.length;l++)(function(s){m[s]=function(){var u=[],h=0,g=this,b=Array.prototype.slice.call(arguments),p;if(r(b[b.length-1])){p=b[b.length-1];var y=b.slice(0,b.length-1);return setTimeout(function(){p.call(g,m[s].apply(g,y))}),this}else{p=void 0;var v=function(w){return i[s].apply(g,[w].concat(b))}}if(this.length>1){for(g=g.transpose();h<g.length;h++)u[h]=v(g[h]);return u}return v(this[0])}})(f[l])}("quantiles percentileOfScore".split(" "))}(n,Math),function(i,o){i.gammaln=function(a){var c=0,m=[76.18009172947146,-86.50532032941678,24.01409824083091,-1.231739572450155,.001208650973866179,-5395239384953e-18],f=1.000000000190015,l,s,u;for(u=(s=l=a)+5.5,u-=(l+.5)*o.log(u);c<6;c++)f+=m[c]/++s;return o.log(2.5066282746310007*f/l)-u},i.loggam=function(a){var c,m,f,l,s,u,h,g=[.08333333333333333,-.002777777777777778,.0007936507936507937,-.0005952380952380952,.0008417508417508418,-.001917526917526918,.00641025641025641,-.02955065359477124,.1796443723688307,-1.3924322169059];if(c=a,h=0,a==1||a==2)return 0;for(a<=7&&(h=o.floor(7-a),c=a+h),m=1/(c*c),f=2*o.PI,s=g[9],u=8;u>=0;u--)s*=m,s+=g[u];if(l=s/c+.5*o.log(f)+(c-.5)*o.log(c)-c,a<=7)for(u=1;u<=h;u++)l-=o.log(c-1),c-=1;return l},i.gammafn=function(a){var c=[-1.716185138865495,24.76565080557592,-379.80425647094563,629.3311553128184,866.9662027904133,-31451.272968848367,-36144.413418691176,66456.14382024054],m=[-30.8402300119739,315.35062697960416,-1015.1563674902192,-3107.771671572311,22538.11842098015,4755.846277527881,-134659.9598649693,-115132.2596755535],f=!1,l=0,s=0,u=0,h=a,g,b,p,y;if(a>171.6243769536076)return 1/0;if(h<=0)if(y=h%1+36e-17,y)f=(h&1?-1:1)*o.PI/o.sin(o.PI*y),h=1-h;else return 1/0;for(p=h,h<1?b=h++:b=(h-=l=(h|0)-1)-1,g=0;g<8;++g)u=(u+c[g])*b,s=s*b+m[g];if(y=u/s+1,p<h)y/=p;else if(p>h)for(g=0;g<l;++g)y*=h,h++;return f&&(y=f/y),y},i.gammap=function(a,c){return i.lowRegGamma(a,c)*i.gammafn(a)},i.lowRegGamma=function(a,c){var m=i.gammaln(a),f=a,l=1/a,s=l,u=c+1-a,h=1/1e-30,g=1/u,b=g,p=1,y=-~(o.log(a>=1?a:1/a)*8.5+a*.4+17),v;if(c<0||a<=0)return NaN;if(c<a+1){for(;p<=y;p++)l+=s*=c/++f;return l*o.exp(-c+a*o.log(c)-m)}for(;p<=y;p++)v=-p*(p-a),u+=2,g=v*g+u,h=u+v/h,g=1/g,b*=g*h;return 1-b*o.exp(-c+a*o.log(c)-m)},i.factorialln=function(a){return a<0?NaN:i.gammaln(a+1)},i.factorial=function(a){return a<0?NaN:i.gammafn(a+1)},i.combination=function(a,c){return a>170||c>170?o.exp(i.combinationln(a,c)):i.factorial(a)/i.factorial(c)/i.factorial(a-c)},i.combinationln=function(a,c){return i.factorialln(a)-i.factorialln(c)-i.factorialln(a-c)},i.permutation=function(a,c){return i.factorial(a)/i.factorial(a-c)},i.betafn=function(a,c){if(!(a<=0||c<=0))return a+c>170?o.exp(i.betaln(a,c)):i.gammafn(a)*i.gammafn(c)/i.gammafn(a+c)},i.betaln=function(a,c){return i.gammaln(a)+i.gammaln(c)-i.gammaln(a+c)},i.betacf=function(a,c,m){var f=1e-30,l=1,s=c+m,u=c+1,h=c-1,g=1,b=1-s*a/u,p,y,v,C;for(o.abs(b)<f&&(b=f),b=1/b,C=b;l<=100&&(p=2*l,y=l*(m-l)*a/((h+p)*(c+p)),b=1+y*b,o.abs(b)<f&&(b=f),g=1+y/g,o.abs(g)<f&&(g=f),b=1/b,C*=b*g,y=-(c+l)*(s+l)*a/((c+p)*(u+p)),b=1+y*b,o.abs(b)<f&&(b=f),g=1+y/g,o.abs(g)<f&&(g=f),b=1/b,v=b*g,C*=v,!(o.abs(v-1)<3e-7));l++);return C},i.gammapinv=function(a,c){var m=0,f=c-1,l=1e-8,s=i.gammaln(c),u,h,g,b,p,y,v;if(a>=1)return o.max(100,c+100*o.sqrt(c));if(a<=0)return 0;for(c>1?(y=o.log(f),v=o.exp(f*(y-1)-s),p=a<.5?a:1-a,g=o.sqrt(-2*o.log(p)),u=(2.30753+g*.27061)/(1+g*(.99229+g*.04481))-g,a<.5&&(u=-u),u=o.max(.001,c*o.pow(1-1/(9*c)-u/(3*o.sqrt(c)),3))):(g=1-c*(.253+c*.12),a<g?u=o.pow(a/g,1/c):u=1-o.log(1-(a-g)/(1-g)));m<12;m++){if(u<=0)return 0;if(h=i.lowRegGamma(c,u)-a,c>1?g=v*o.exp(-(u-f)+f*(o.log(u)-y)):g=o.exp(-u+f*o.log(u)-s),b=h/g,u-=g=b/(1-.5*o.min(1,b*((c-1)/u-1))),u<=0&&(u=.5*(u+g)),o.abs(g)<l*u)break}return u},i.erf=function(a){var c=[-1.3026537197817094,.6419697923564902,.019476473204185836,-.00956151478680863,-.000946595344482036,.000366839497852761,42523324806907e-18,-20278578112534e-18,-1624290004647e-18,130365583558e-17,15626441722e-18,-85238095915e-18,6529054439e-18,5059343495e-18,-991364156e-18,-227365122e-18,96467911e-18,2394038e-18,-6886027e-18,894487e-18,313092e-18,-112708e-18,381e-18,7106e-18,-1523e-18,-94e-18,121e-18,-28e-18],m=c.length-1,f=!1,l=0,s=0,u,h,g,b;for(a<0&&(a=-a,f=!0),u=2/(2+a),h=4*u-2;m>0;m--)g=l,l=h*l-s+c[m],s=g;return b=u*o.exp(-a*a+.5*(c[0]+h*l)-s),f?b-1:1-b},i.erfc=function(a){return 1-i.erf(a)},i.erfcinv=function(a){var c=0,m,f,l,s;if(a>=2)return-100;if(a<=0)return 100;for(s=a<1?a:2-a,l=o.sqrt(-2*o.log(s/2)),m=-.70711*((2.30753+l*.27061)/(1+l*(.99229+l*.04481))-l);c<2;c++)f=i.erfc(m)-s,m+=f/(1.1283791670955126*o.exp(-m*m)-m*f);return a<1?m:-m},i.ibetainv=function(a,c,m){var f=1e-8,l=c-1,s=m-1,u=0,h,g,b,p,y,v,C,w,E,S,O;if(a<=0)return 0;if(a>=1)return 1;for(c>=1&&m>=1?(b=a<.5?a:1-a,p=o.sqrt(-2*o.log(b)),C=(2.30753+p*.27061)/(1+p*(.99229+p*.04481))-p,a<.5&&(C=-C),w=(C*C-3)/6,E=2/(1/(2*c-1)+1/(2*m-1)),S=C*o.sqrt(w+E)/E-(1/(2*m-1)-1/(2*c-1))*(w+5/6-2/(3*E)),C=c/(c+m*o.exp(2*S))):(h=o.log(c/(c+m)),g=o.log(m/(c+m)),p=o.exp(c*h)/c,y=o.exp(m*g)/m,S=p+y,a<p/S?C=o.pow(c*S*a,1/c):C=1-o.pow(m*S*(1-a),1/m)),O=-i.gammaln(c)-i.gammaln(m)+i.gammaln(c+m);u<10;u++){if(C===0||C===1)return C;if(v=i.ibeta(C,c,m)-a,p=o.exp(l*o.log(C)+s*o.log(1-C)+O),y=v/p,C-=p=y/(1-.5*o.min(1,y*(l/C-s/(1-C)))),C<=0&&(C=.5*(C+p)),C>=1&&(C=.5*(C+p+1)),o.abs(p)<f*C&&u>0)break}return C},i.ibeta=function(a,c,m){var f=a===0||a===1?0:o.exp(i.gammaln(c+m)-i.gammaln(c)-i.gammaln(m)+c*o.log(a)+m*o.log(1-a));return a<0||a>1?!1:a<(c+1)/(c+m+2)?f*i.betacf(a,c,m)/c:1-f*i.betacf(1-a,m,c)/m},i.randn=function(a,c){var m,f,l,s,u;if(c||(c=a),a)return i.create(a,c,function(){return i.randn()});do m=i._random_fn(),f=1.7156*(i._random_fn()-.5),l=m-.449871,s=o.abs(f)+.386595,u=l*l+s*(.196*s-.25472*l);while(u>.27597&&(u>.27846||f*f>-4*o.log(m)*m*m));return f/m},i.randg=function(a,c,m){var f=a,l,s,u,h,g,b;if(m||(m=c),a||(a=1),c)return b=i.zeros(c,m),b.alter(function(){return i.randg(a)}),b;a<1&&(a+=1),l=a-1/3,s=1/o.sqrt(9*l);do{do g=i.randn(),h=1+s*g;while(h<=0);h=h*h*h,u=i._random_fn()}while(u>1-.331*o.pow(g,4)&&o.log(u)>.5*g*g+l*(1-h+o.log(h)));if(a==f)return l*h;do u=i._random_fn();while(u===0);return o.pow(u,1/f)*l*h},function(r){for(var a=0;a<r.length;a++)(function(c){i.fn[c]=function(){return i(i.map(this,function(m){return i[c](m)}))}})(r[a])}("gammaln gammafn factorial factorialln".split(" ")),function(r){for(var a=0;a<r.length;a++)(function(c){i.fn[c]=function(){return i(i[c].apply(null,arguments))}})(r[a])}("randn".split(" "))}(n,Math),function(i,o){(function(f){for(var l=0;l<f.length;l++)(function(s){i[s]=function u(h,g,b){return this instanceof u?(this._a=h,this._b=g,this._c=b,this):new u(h,g,b)},i.fn[s]=function(u,h,g){var b=i[s](u,h,g);return b.data=this,b},i[s].prototype.sample=function(u){var h=this._a,g=this._b,b=this._c;return u?i.alter(u,function(){return i[s].sample(h,g,b)}):i[s].sample(h,g,b)},function(u){for(var h=0;h<u.length;h++)(function(g){i[s].prototype[g]=function(b){var p=this._a,y=this._b,v=this._c;return!b&&b!==0&&(b=this.data),typeof b!="number"?i.fn.map.call(b,function(C){return i[s][g](C,p,y,v)}):i[s][g](b,p,y,v)}})(u[h])}("pdf cdf inv".split(" ")),function(u){for(var h=0;h<u.length;h++)(function(g){i[s].prototype[g]=function(){return i[s][g](this._a,this._b,this._c)}})(u[h])}("mean median mode variance".split(" "))})(f[l])})("beta centralF cauchy chisquare exponential gamma invgamma kumaraswamy laplace lognormal noncentralt normal pareto studentt weibull uniform binomial negbin hypgeom poisson triangular tukey arcsine".split(" ")),i.extend(i.beta,{pdf:function(l,s,u){return l>1||l<0?0:s==1&&u==1?1:s<512&&u<512?o.pow(l,s-1)*o.pow(1-l,u-1)/i.betafn(s,u):o.exp((s-1)*o.log(l)+(u-1)*o.log(1-l)-i.betaln(s,u))},cdf:function(l,s,u){return l>1||l<0?(l>1)*1:i.ibeta(l,s,u)},inv:function(l,s,u){return i.ibetainv(l,s,u)},mean:function(l,s){return l/(l+s)},median:function(l,s){return i.ibetainv(.5,l,s)},mode:function(l,s){return(l-1)/(l+s-2)},sample:function(l,s){var u=i.randg(l);return u/(u+i.randg(s))},variance:function(l,s){return l*s/(o.pow(l+s,2)*(l+s+1))}}),i.extend(i.centralF,{pdf:function(l,s,u){var h,g,b;return l<0?0:s<=2?l===0&&s<2?1/0:l===0&&s===2?1:1/i.betafn(s/2,u/2)*o.pow(s/u,s/2)*o.pow(l,s/2-1)*o.pow(1+s/u*l,-(s+u)/2):(h=s*l/(u+l*s),g=u/(u+l*s),b=s*g/2,b*i.binomial.pdf((s-2)/2,(s+u-2)/2,h))},cdf:function(l,s,u){return l<0?0:i.ibeta(s*l/(s*l+u),s/2,u/2)},inv:function(l,s,u){return u/(s*(1/i.ibetainv(l,s/2,u/2)-1))},mean:function(l,s){return s>2?s/(s-2):void 0},mode:function(l,s){return l>2?s*(l-2)/(l*(s+2)):void 0},sample:function(l,s){var u=i.randg(l/2)*2,h=i.randg(s/2)*2;return u/l/(h/s)},variance:function(l,s){if(!(s<=4))return 2*s*s*(l+s-2)/(l*(s-2)*(s-2)*(s-4))}}),i.extend(i.cauchy,{pdf:function(l,s,u){return u<0?0:u/(o.pow(l-s,2)+o.pow(u,2))/o.PI},cdf:function(l,s,u){return o.atan((l-s)/u)/o.PI+.5},inv:function(f,l,s){return l+s*o.tan(o.PI*(f-.5))},median:function(l){return l},mode:function(l){return l},sample:function(l,s){return i.randn()*o.sqrt(1/(2*i.randg(.5)))*s+l}}),i.extend(i.chisquare,{pdf:function(l,s){return l<0?0:l===0&&s===2?.5:o.exp((s/2-1)*o.log(l)-l/2-s/2*o.log(2)-i.gammaln(s/2))},cdf:function(l,s){return l<0?0:i.lowRegGamma(s/2,l/2)},inv:function(f,l){return 2*i.gammapinv(f,.5*l)},mean:function(f){return f},median:function(l){return l*o.pow(1-2/(9*l),3)},mode:function(l){return l-2>0?l-2:0},sample:function(l){return i.randg(l/2)*2},variance:function(l){return 2*l}}),i.extend(i.exponential,{pdf:function(l,s){return l<0?0:s*o.exp(-s*l)},cdf:function(l,s){return l<0?0:1-o.exp(-s*l)},inv:function(f,l){return-o.log(1-f)/l},mean:function(f){return 1/f},median:function(f){return 1/f*o.log(2)},mode:function(){return 0},sample:function(l){return-1/l*o.log(i._random_fn())},variance:function(f){return o.pow(f,-2)}}),i.extend(i.gamma,{pdf:function(l,s,u){return l<0?0:l===0&&s===1?1/u:o.exp((s-1)*o.log(l)-l/u-i.gammaln(s)-s*o.log(u))},cdf:function(l,s,u){return l<0?0:i.lowRegGamma(s,l/u)},inv:function(f,l,s){return i.gammapinv(f,l)*s},mean:function(f,l){return f*l},mode:function(l,s){if(l>1)return(l-1)*s},sample:function(l,s){return i.randg(l)*s},variance:function(l,s){return l*s*s}}),i.extend(i.invgamma,{pdf:function(l,s,u){return l<=0?0:o.exp(-(s+1)*o.log(l)-u/l-i.gammaln(s)+s*o.log(u))},cdf:function(l,s,u){return l<=0?0:1-i.lowRegGamma(s,u/l)},inv:function(f,l,s){return s/i.gammapinv(1-f,l)},mean:function(f,l){return f>1?l/(f-1):void 0},mode:function(l,s){return s/(l+1)},sample:function(l,s){return s/i.randg(l)},variance:function(l,s){if(!(l<=2))return s*s/((l-1)*(l-1)*(l-2))}}),i.extend(i.kumaraswamy,{pdf:function(l,s,u){return l===0&&s===1?u:l===1&&u===1?s:o.exp(o.log(s)+o.log(u)+(s-1)*o.log(l)+(u-1)*o.log(1-o.pow(l,s)))},cdf:function(l,s,u){return l<0?0:l>1?1:1-o.pow(1-o.pow(l,s),u)},inv:function(l,s,u){return o.pow(1-o.pow(1-l,1/u),1/s)},mean:function(f,l){return l*i.gammafn(1+1/f)*i.gammafn(l)/i.gammafn(1+1/f+l)},median:function(l,s){return o.pow(1-o.pow(2,-1/s),1/l)},mode:function(l,s){if(l>=1&&s>=1&&l!==1&&s!==1)return o.pow((l-1)/(l*s-1),1/l)},variance:function(){throw new Error("variance not yet implemented")}}),i.extend(i.lognormal,{pdf:function(l,s,u){return l<=0?0:o.exp(-o.log(l)-.5*o.log(2*o.PI)-o.log(u)-o.pow(o.log(l)-s,2)/(2*u*u))},cdf:function(l,s,u){return l<0?0:.5+.5*i.erf((o.log(l)-s)/o.sqrt(2*u*u))},inv:function(f,l,s){return o.exp(-1.4142135623730951*s*i.erfcinv(2*f)+l)},mean:function(l,s){return o.exp(l+s*s/2)},median:function(l){return o.exp(l)},mode:function(l,s){return o.exp(l-s*s)},sample:function(l,s){return o.exp(i.randn()*s+l)},variance:function(l,s){return(o.exp(s*s)-1)*o.exp(2*l+s*s)}}),i.extend(i.noncentralt,{pdf:function(l,s,u){var h=1e-14;return o.abs(u)<h?i.studentt.pdf(l,s):o.abs(l)<h?o.exp(i.gammaln((s+1)/2)-u*u/2-.5*o.log(o.PI*s)-i.gammaln(s/2)):s/l*(i.noncentralt.cdf(l*o.sqrt(1+2/s),s+2,u)-i.noncentralt.cdf(l,s,u))},cdf:function(l,s,u){var h=1e-14,g=200;if(o.abs(u)<h)return i.studentt.cdf(l,s);var b=!1;l<0&&(b=!0,u=-u);for(var p=i.normal.cdf(-u,0,1),y=h+1,v=y,C=l*l/(l*l+s),w=0,E=o.exp(-u*u/2),S=o.exp(-u*u/2-.5*o.log(2)-i.gammaln(3/2))*u;w<g||v>h||y>h;)v=y,w>0&&(E*=u*u/(2*w),S*=u*u/(2*(w+1/2))),y=E*i.beta.cdf(C,w+.5,s/2)+S*i.beta.cdf(C,w+1,s/2),p+=.5*y,w++;return b?1-p:p}}),i.extend(i.normal,{pdf:function(l,s,u){return o.exp(-.5*o.log(2*o.PI)-o.log(u)-o.pow(l-s,2)/(2*u*u))},cdf:function(l,s,u){return .5*(1+i.erf((l-s)/o.sqrt(2*u*u)))},inv:function(f,l,s){return-1.4142135623730951*s*i.erfcinv(2*f)+l},mean:function(f){return f},median:function(l){return l},mode:function(f){return f},sample:function(l,s){return i.randn()*s+l},variance:function(f,l){return l*l}}),i.extend(i.pareto,{pdf:function(l,s,u){return l<s?0:u*o.pow(s,u)/o.pow(l,u+1)},cdf:function(l,s,u){return l<s?0:1-o.pow(s/l,u)},inv:function(l,s,u){return s/o.pow(1-l,1/u)},mean:function(l,s){if(!(s<=1))return s*o.pow(l,s)/(s-1)},median:function(l,s){return l*(s*o.SQRT2)},mode:function(l){return l},variance:function(f,l){if(!(l<=2))return f*f*l/(o.pow(l-1,2)*(l-2))}}),i.extend(i.studentt,{pdf:function(l,s){return s=s>1e100?1e100:s,1/(o.sqrt(s)*i.betafn(.5,s/2))*o.pow(1+l*l/s,-((s+1)/2))},cdf:function(l,s){var u=s/2;return i.ibeta((l+o.sqrt(l*l+s))/(2*o.sqrt(l*l+s)),u,u)},inv:function(f,l){var s=i.ibetainv(2*o.min(f,1-f),.5*l,.5);return s=o.sqrt(l*(1-s)/s),f>.5?s:-s},mean:function(l){return l>1?0:void 0},median:function(){return 0},mode:function(){return 0},sample:function(l){return i.randn()*o.sqrt(l/(2*i.randg(l/2)))},variance:function(l){return l>2?l/(l-2):l>1?1/0:void 0}}),i.extend(i.weibull,{pdf:function(l,s,u){return l<0||s<0||u<0?0:u/s*o.pow(l/s,u-1)*o.exp(-o.pow(l/s,u))},cdf:function(l,s,u){return l<0?0:1-o.exp(-o.pow(l/s,u))},inv:function(f,l,s){return l*o.pow(-o.log(1-f),1/s)},mean:function(f,l){return f*i.gammafn(1+1/l)},median:function(l,s){return l*o.pow(o.log(2),1/s)},mode:function(l,s){return s<=1?0:l*o.pow((s-1)/s,1/s)},sample:function(l,s){return l*o.pow(-o.log(i._random_fn()),1/s)},variance:function(l,s){return l*l*i.gammafn(1+2/s)-o.pow(i.weibull.mean(l,s),2)}}),i.extend(i.uniform,{pdf:function(l,s,u){return l<s||l>u?0:1/(u-s)},cdf:function(l,s,u){return l<s?0:l<u?(l-s)/(u-s):1},inv:function(f,l,s){return l+f*(s-l)},mean:function(l,s){return .5*(l+s)},median:function(l,s){return i.mean(l,s)},mode:function(){throw new Error("mode is not yet implemented")},sample:function(l,s){return l/2+s/2+(s/2-l/2)*(2*i._random_fn()-1)},variance:function(l,s){return o.pow(s-l,2)/12}});function r(f,l,s,u){for(var h=0,g=1,b=1,p=1,y=0,v=0,C;o.abs((b-v)/b)>u;)v=b,C=-(l+y)*(l+s+y)*f/(l+2*y)/(l+2*y+1),h=b+C*h,g=p+C*g,y=y+1,C=y*(s-y)*f/(l+2*y-1)/(l+2*y),b=h+C*b,p=g+C*p,h=h/p,g=g/p,b=b/p,p=1;return b/l}i.extend(i.binomial,{pdf:function(l,s,u){return u===0||u===1?s*u===l?1:0:i.combination(s,l)*o.pow(u,l)*o.pow(1-u,s-l)},cdf:function(l,s,u){var h,g=1e-10;if(l<0)return 0;if(l>=s)return 1;if(u<0||u>1||s<=0)return NaN;l=o.floor(l);var b=u,p=l+1,y=s-l,v=p+y,C=o.exp(i.gammaln(v)-i.gammaln(y)-i.gammaln(p)+p*o.log(b)+y*o.log(1-b));return b<(p+1)/(v+2)?h=C*r(b,p,y,g):h=1-C*r(1-b,y,p,g),o.round((1-h)*(1/g))/(1/g)}}),i.extend(i.negbin,{pdf:function(l,s,u){return l!==l>>>0?!1:l<0?0:i.combination(l+s-1,s-1)*o.pow(1-u,l)*o.pow(u,s)},cdf:function(l,s,u){var h=0,g=0;if(l<0)return 0;for(;g<=l;g++)h+=i.negbin.pdf(g,s,u);return h}}),i.extend(i.hypgeom,{pdf:function(l,s,u,h){if(l!==l|0)return!1;if(l<0||l<u-(s-h))return 0;if(l>h||l>u)return 0;if(u*2>s)return h*2>s?i.hypgeom.pdf(s-u-h+l,s,s-u,s-h):i.hypgeom.pdf(h-l,s,s-u,h);if(h*2>s)return i.hypgeom.pdf(u-l,s,u,s-h);if(u<h)return i.hypgeom.pdf(l,s,h,u);for(var g=1,b=0,p=0;p<l;p++){for(;g>1&&b<h;)g*=1-u/(s-b),b++;g*=(h-p)*(u-p)/((p+1)*(s-u-h+p+1))}for(;b<h;b++)g*=1-u/(s-b);return o.min(1,o.max(0,g))},cdf:function(l,s,u,h){if(l<0||l<u-(s-h))return 0;if(l>=h||l>=u)return 1;if(u*2>s)return h*2>s?i.hypgeom.cdf(s-u-h+l,s,s-u,s-h):1-i.hypgeom.cdf(h-l-1,s,s-u,h);if(h*2>s)return 1-i.hypgeom.cdf(u-l-1,s,u,s-h);if(u<h)return i.hypgeom.cdf(l,s,h,u);for(var g=1,b=1,p=0,y=0;y<l;y++){for(;g>1&&p<h;){var v=1-u/(s-p);b*=v,g*=v,p++}b*=(h-y)*(u-y)/((y+1)*(s-u-h+y+1)),g+=b}for(;p<h;p++)g*=1-u/(s-p);return o.min(1,o.max(0,g))}}),i.extend(i.poisson,{pdf:function(l,s){return s<0||l%1!=0||l<0?0:o.pow(s,l)*o.exp(-s)/i.factorial(l)},cdf:function(l,s){var u=[],h=0;if(l<0)return 0;for(;h<=l;h++)u.push(i.poisson.pdf(h,s));return i.sum(u)},mean:function(f){return f},variance:function(f){return f},sampleSmall:function(l){var s=1,u=0,h=o.exp(-l);do u++,s*=i._random_fn();while(s>h);return u-1},sampleLarge:function(l){var s=l,u,h,g,b,p,y,v,C,w,E;for(b=o.sqrt(s),p=o.log(s),v=.931+2.53*b,y=-.059+.02483*v,C=1.1239+1.1328/(v-3.4),w=.9277-3.6224/(v-2);;){if(h=o.random()-.5,g=o.random(),E=.5-o.abs(h),u=o.floor((2*y/E+v)*h+s+.43),E>=.07&&g<=w)return u;if(!(u<0||E<.013&&g>E)&&o.log(g)+o.log(C)-o.log(y/(E*E)+v)<=-s+u*p-i.loggam(u+1))return u}},sample:function(l){return l<10?this.sampleSmall(l):this.sampleLarge(l)}}),i.extend(i.triangular,{pdf:function(l,s,u,h){return u<=s||h<s||h>u?NaN:l<s||l>u?0:l<h?2*(l-s)/((u-s)*(h-s)):l===h?2/(u-s):2*(u-l)/((u-s)*(u-h))},cdf:function(l,s,u,h){return u<=s||h<s||h>u?NaN:l<=s?0:l>=u?1:l<=h?o.pow(l-s,2)/((u-s)*(h-s)):1-o.pow(u-l,2)/((u-s)*(u-h))},inv:function(l,s,u,h){return u<=s||h<s||h>u?NaN:l<=(h-s)/(u-s)?s+(u-s)*o.sqrt(l*((h-s)/(u-s))):s+(u-s)*(1-o.sqrt((1-l)*(1-(h-s)/(u-s))))},mean:function(l,s,u){return(l+s+u)/3},median:function(l,s,u){if(u<=(l+s)/2)return s-o.sqrt((s-l)*(s-u))/o.sqrt(2);if(u>(l+s)/2)return l+o.sqrt((s-l)*(u-l))/o.sqrt(2)},mode:function(l,s,u){return u},sample:function(l,s,u){var h=i._random_fn();return h<(u-l)/(s-l)?l+o.sqrt(h*(s-l)*(u-l)):s-o.sqrt((1-h)*(s-l)*(s-u))},variance:function(l,s,u){return(l*l+s*s+u*u-l*s-l*u-s*u)/18}}),i.extend(i.arcsine,{pdf:function(l,s,u){return u<=s?NaN:l<=s||l>=u?0:2/o.PI*o.pow(o.pow(u-s,2)-o.pow(2*l-s-u,2),-.5)},cdf:function(l,s,u){return l<s?0:l<u?2/o.PI*o.asin(o.sqrt((l-s)/(u-s))):1},inv:function(f,l,s){return l+(.5-.5*o.cos(o.PI*f))*(s-l)},mean:function(l,s){return s<=l?NaN:(l+s)/2},median:function(l,s){return s<=l?NaN:(l+s)/2},mode:function(){throw new Error("mode is not yet implemented")},sample:function(l,s){return(l+s)/2+(s-l)/2*o.sin(2*o.PI*i.uniform.sample(0,1))},variance:function(l,s){return s<=l?NaN:o.pow(s-l,2)/8}});function a(f){return f/o.abs(f)}i.extend(i.laplace,{pdf:function(l,s,u){return u<=0?0:o.exp(-o.abs(l-s)/u)/(2*u)},cdf:function(l,s,u){return u<=0?0:l<s?.5*o.exp((l-s)/u):1-.5*o.exp(-(l-s)/u)},mean:function(f){return f},median:function(f){return f},mode:function(f){return f},variance:function(f,l){return 2*l*l},sample:function(l,s){var u=i._random_fn()-.5;return l-s*a(u)*o.log(1-2*o.abs(u))}});function c(f,l,s){var u=12,h=6,g=-30,b=-50,p=60,y=8,v=3,C=2,w=3,E=[.9815606342467192,.9041172563704749,.7699026741943047,.5873179542866175,.3678314989981802,.1252334085114689],S=[.04717533638651183,.10693932599531843,.16007832854334622,.20316742672306592,.2334925365383548,.24914704581340277],O=f*.5;if(O>=y)return 1;var k=2*i.normal.cdf(O,0,1,1,0)-1;k>=o.exp(b/s)?k=o.pow(k,s):k=0;var R;f>v?R=C:R=w;for(var F=O,x=(y-O)/R,N=F+x,T=0,M=s-1,B=1;B<=R;B++){for(var V=0,U=.5*(N+F),K=.5*(N-F),q=1;q<=u;q++){var P,_;h<q?(P=u-q+1,_=E[P-1]):(P=q,_=-E[P-1]);var A=K*_,I=U+A,H=I*I;if(H>p)break;var j=2*i.normal.cdf(I,0,1,1,0),L=2*i.normal.cdf(I,f,1,1,0),z=j*.5-L*.5;z>=o.exp(g/M)&&(z=S[P-1]*o.exp(-(.5*H))*o.pow(z,M),V+=z)}V*=2*K*s/o.sqrt(2*o.PI),T+=V,F=N,N+=x}return k+=T,k<=o.exp(g/l)?0:(k=o.pow(k,l),k>=1?1:k)}function m(f,l,s){var u=.322232421088,h=.099348462606,g=-1,b=.588581570495,p=-.342242088547,y=.531103462366,v=-.204231210125,C=.10353775285,w=-453642210148e-16,E=.0038560700634,S=.8832,O=.2368,k=1.214,R=1.208,F=1.4142,x=120,N=.5-.5*f,T=o.sqrt(o.log(1/(N*N))),M=T+((((T*w+v)*T+p)*T+g)*T+u)/((((T*E+C)*T+y)*T+b)*T+h);s<x&&(M+=(M*M*M+M)/s/4);var B=S-O*M;return s<x&&(B+=-k/s+R*M/s),M*(B*o.log(l-1)+F)}i.extend(i.tukey,{cdf:function(l,s,u){var h=1,g=s,b=16,p=8,y=-30,v=1e-14,C=100,w=800,E=5e3,S=25e3,O=1,k=.5,R=.25,F=.125,x=[.9894009349916499,.9445750230732326,.8656312023878318,.755404408355003,.6178762444026438,.45801677765722737,.2816035507792589,.09501250983763744],N=[.027152459411754096,.062253523938647894,.09515851168249279,.12462897125553388,.14959598881657674,.16915651939500254,.18260341504492358,.1894506104550685];if(l<=0)return 0;if(u<2||h<1||g<2)return NaN;if(!Number.isFinite(l))return 1;if(u>S)return c(l,h,g);var T=u*.5,M=T*o.log(u)-u*o.log(2)-i.gammaln(T),B=T-1,V=u*.25,U;u<=C?U=O:u<=w?U=k:u<=E?U=R:U=F,M+=o.log(U);for(var K=0,q=1;q<=50;q++){for(var P=0,_=(2*q-1)*U,A=1;A<=b;A++){var I,H;p<A?(I=A-p-1,H=M+B*o.log(_+x[I]*U)-(x[I]*U+_)*V):(I=A-1,H=M+B*o.log(_-x[I]*U)+(x[I]*U-_)*V);var j;if(H>=y){p<A?j=l*o.sqrt((x[I]*U+_)*.5):j=l*o.sqrt((-(x[I]*U)+_)*.5);var L=c(j,h,g),z=L*N[I]*o.exp(H);P+=z}}if(q*U>=1&&P<=v)break;K+=P}if(P>v)throw new Error("tukey.cdf failed to converge");return K>1&&(K=1),K},inv:function(f,l,s){var u=1,h=l,g=1e-4,b=50;if(s<2||u<1||h<2)return NaN;if(f<0||f>1)return NaN;if(f===0)return 0;if(f===1)return 1/0;var p=m(f,h,s),y=i.tukey.cdf(p,l,s)-f,v;y>0?v=o.max(0,p-1):v=p+1;for(var C=i.tukey.cdf(v,l,s)-f,w,E=1;E<b;E++){w=v-C*(v-p)/(C-y),y=C,p=v,w<0&&(w=0,C=-f),C=i.tukey.cdf(w,l,s)-f,v=w;var S=o.abs(v-p);if(S<g)return w}throw new Error("tukey.inv failed to converge")}})}(n,Math),function(i,o){var r=Array.prototype.push,a=i.utils.isArray;function c(m){return a(m)||m instanceof i}i.extend({add:function(f,l){return c(l)?(c(l[0])||(l=[l]),i.map(f,function(s,u,h){return s+l[u][h]})):i.map(f,function(s){return s+l})},subtract:function(f,l){return c(l)?(c(l[0])||(l=[l]),i.map(f,function(s,u,h){return s-l[u][h]||0})):i.map(f,function(s){return s-l})},divide:function(f,l){return c(l)?(c(l[0])||(l=[l]),i.multiply(f,i.inv(l))):i.map(f,function(s){return s/l})},multiply:function(f,l){var s,u,h,g,b,p,y,v;if(f.length===void 0&&l.length===void 0)return f*l;if(b=f.length,p=f[0].length,y=i.zeros(b,h=c(l)?l[0].length:p),v=0,c(l)){for(;v<h;v++)for(s=0;s<b;s++){for(g=0,u=0;u<p;u++)g+=f[s][u]*l[u][v];y[s][v]=g}return b===1&&v===1?y[0][0]:y}return i.map(f,function(C){return C*l})},outer:function(f,l){return i.multiply(f.map(function(s){return[s]}),[l])},dot:function(f,l){c(f[0])||(f=[f]),c(l[0])||(l=[l]);for(var s=f[0].length===1&&f.length!==1?i.transpose(f):f,u=l[0].length===1&&l.length!==1?i.transpose(l):l,h=[],g=0,b=s.length,p=s[0].length,y,v;g<b;g++){for(h[g]=[],y=0,v=0;v<p;v++)y+=s[g][v]*u[g][v];h[g]=y}return h.length===1?h[0]:h},pow:function(f,l){return i.map(f,function(s){return o.pow(s,l)})},exp:function(f){return i.map(f,function(l){return o.exp(l)})},log:function(f){return i.map(f,function(l){return o.log(l)})},abs:function(f){return i.map(f,function(l){return o.abs(l)})},norm:function(f,l){var s=0,u=0;for(isNaN(l)&&(l=2),c(f[0])&&(f=f[0]);u<f.length;u++)s+=o.pow(o.abs(f[u]),l);return o.pow(s,1/l)},angle:function(f,l){return o.acos(i.dot(f,l)/(i.norm(f)*i.norm(l)))},aug:function(f,l){var s=[],u;for(u=0;u<f.length;u++)s.push(f[u].slice());for(u=0;u<s.length;u++)r.apply(s[u],l[u]);return s},inv:function(f){for(var l=f.length,s=f[0].length,u=i.identity(l,s),h=i.gauss_jordan(f,u),g=[],b=0,p;b<l;b++)for(g[b]=[],p=s;p<h[0].length;p++)g[b][p-s]=h[b][p];return g},det:function m(f){if(f.length===2)return f[0][0]*f[1][1]-f[0][1]*f[1][0];for(var l=0,s=0;s<f.length;s++){for(var u=[],h=1;h<f.length;h++){u[h-1]=[];for(var g=0;g<f.length;g++)g<s?u[h-1][g]=f[h][g]:g>s&&(u[h-1][g-1]=f[h][g])}var b=s%2?-1:1;l+=m(u)*f[0][s]*b}return l},gauss_elimination:function(f,l){var s=0,u=0,h=f.length,g=f[0].length,b=1,p=0,y=[],v,C,w,E;for(f=i.aug(f,l),v=f[0].length,s=0;s<h;s++){for(C=f[s][s],u=s,E=s+1;E<g;E++)C<o.abs(f[E][s])&&(C=f[E][s],u=E);if(u!=s)for(E=0;E<v;E++)w=f[s][E],f[s][E]=f[u][E],f[u][E]=w;for(u=s+1;u<h;u++)for(b=f[u][s]/f[s][s],E=s;E<v;E++)f[u][E]=f[u][E]-b*f[s][E]}for(s=h-1;s>=0;s--){for(p=0,u=s+1;u<=h-1;u++)p=p+y[u]*f[s][u];y[s]=(f[s][v-1]-p)/f[s][s]}return y},gauss_jordan:function(f,l){var s=i.aug(f,l),u=s.length,h=s[0].length,g=0,b,p,y;for(p=0;p<u;p++){var v=p;for(y=p+1;y<u;y++)o.abs(s[y][p])>o.abs(s[v][p])&&(v=y);var C=s[p];for(s[p]=s[v],s[v]=C,y=p+1;y<u;y++)for(g=s[y][p]/s[p][p],b=p;b<h;b++)s[y][b]-=s[p][b]*g}for(p=u-1;p>=0;p--){for(g=s[p][p],y=0;y<p;y++)for(b=h-1;b>p-1;b--)s[y][b]-=s[p][b]*s[y][p]/g;for(s[p][p]/=g,b=u;b<h;b++)s[p][b]/=g}return s},triaUpSolve:function(f,l){var s=f[0].length,u=i.zeros(1,s)[0],h,g=!1;return l[0].length!=null&&(l=l.map(function(b){return b[0]}),g=!0),i.arange(s-1,-1,-1).forEach(function(b){h=i.arange(b+1,s).map(function(p){return u[p]*f[b][p]}),u[b]=(l[b]-i.sum(h))/f[b][b]}),g?u.map(function(b){return[b]}):u},triaLowSolve:function(f,l){var s=f[0].length,u=i.zeros(1,s)[0],h,g=!1;return l[0].length!=null&&(l=l.map(function(b){return b[0]}),g=!0),i.arange(s).forEach(function(b){h=i.arange(b).map(function(p){return f[b][p]*u[p]}),u[b]=(l[b]-i.sum(h))/f[b][b]}),g?u.map(function(b){return[b]}):u},lu:function(f){var l=f.length,s=i.identity(l),u=i.zeros(f.length,f[0].length),h;return i.arange(l).forEach(function(g){u[0][g]=f[0][g]}),i.arange(1,l).forEach(function(g){i.arange(g).forEach(function(b){h=i.arange(b).map(function(p){return s[g][p]*u[p][b]}),s[g][b]=(f[g][b]-i.sum(h))/u[b][b]}),i.arange(g,l).forEach(function(b){h=i.arange(g).map(function(p){return s[g][p]*u[p][b]}),u[g][b]=f[h.length][b]-i.sum(h)})}),[s,u]},cholesky:function(f){var l=f.length,s=i.zeros(f.length,f[0].length),u;return i.arange(l).forEach(function(h){u=i.arange(h).map(function(g){return o.pow(s[h][g],2)}),s[h][h]=o.sqrt(f[h][h]-i.sum(u)),i.arange(h+1,l).forEach(function(g){u=i.arange(h).map(function(b){return s[h][b]*s[g][b]}),s[g][h]=(f[h][g]-i.sum(u))/s[h][h]})}),s},gauss_jacobi:function(f,l,s,u){for(var h=0,g=0,b=f.length,p=[],y=[],v=[],C,w,E,S;h<b;h++)for(p[h]=[],y[h]=[],v[h]=[],g=0;g<b;g++)h>g?(p[h][g]=f[h][g],y[h][g]=v[h][g]=0):h<g?(y[h][g]=f[h][g],p[h][g]=v[h][g]=0):(v[h][g]=f[h][g],p[h][g]=y[h][g]=0);for(E=i.multiply(i.multiply(i.inv(v),i.add(p,y)),-1),w=i.multiply(i.inv(v),l),C=s,S=i.add(i.multiply(E,s),w),h=2;o.abs(i.norm(i.subtract(S,C)))>u;)C=S,S=i.add(i.multiply(E,C),w),h++;return S},gauss_seidel:function(f,l,s,u){for(var h=0,g=f.length,b=[],p=[],y=[],v,C,w,E,S;h<g;h++)for(b[h]=[],p[h]=[],y[h]=[],v=0;v<g;v++)h>v?(b[h][v]=f[h][v],p[h][v]=y[h][v]=0):h<v?(p[h][v]=f[h][v],b[h][v]=y[h][v]=0):(y[h][v]=f[h][v],b[h][v]=p[h][v]=0);for(E=i.multiply(i.multiply(i.inv(i.add(y,b)),p),-1),w=i.multiply(i.inv(i.add(y,b)),l),C=s,S=i.add(i.multiply(E,s),w),h=2;o.abs(i.norm(i.subtract(S,C)))>u;)C=S,S=i.add(i.multiply(E,C),w),h=h+1;return S},SOR:function(f,l,s,u,h){for(var g=0,b=f.length,p=[],y=[],v=[],C,w,E,S,O;g<b;g++)for(p[g]=[],y[g]=[],v[g]=[],C=0;C<b;C++)g>C?(p[g][C]=f[g][C],y[g][C]=v[g][C]=0):g<C?(y[g][C]=f[g][C],p[g][C]=v[g][C]=0):(v[g][C]=f[g][C],p[g][C]=y[g][C]=0);for(S=i.multiply(i.inv(i.add(v,i.multiply(p,h))),i.subtract(i.multiply(v,1-h),i.multiply(y,h))),E=i.multiply(i.multiply(i.inv(i.add(v,i.multiply(p,h))),l),h),w=s,O=i.add(i.multiply(S,s),E),g=2;o.abs(i.norm(i.subtract(O,w)))>u;)w=O,O=i.add(i.multiply(S,w),E),g++;return O},householder:function(f){for(var l=f.length,s=f[0].length,u=0,h=[],g=[],b,p,y,v,C;u<l-1;u++){for(b=0,v=u+1;v<s;v++)b+=f[v][u]*f[v][u];for(C=f[u+1][u]>0?-1:1,b=C*o.sqrt(b),p=o.sqrt((b*b-f[u+1][u]*b)/2),h=i.zeros(l,1),h[u+1][0]=(f[u+1][u]-b)/(2*p),y=u+2;y<l;y++)h[y][0]=f[y][u]/(2*p);g=i.subtract(i.identity(l,s),i.multiply(i.multiply(h,i.transpose(h)),2)),f=i.multiply(g,i.multiply(f,g))}return f},QR:function(){var m=i.sum,f=i.arange;function l(s){var u=s.length,h=s[0].length,g=i.zeros(h,h);s=i.copy(s);var b,p,y;for(p=0;p<h;p++){for(g[p][p]=o.sqrt(m(f(u).map(function(v){return s[v][p]*s[v][p]}))),b=0;b<u;b++)s[b][p]=s[b][p]/g[p][p];for(y=p+1;y<h;y++)for(g[p][y]=m(f(u).map(function(v){return s[v][p]*s[v][y]})),b=0;b<u;b++)s[b][y]=s[b][y]-s[b][p]*g[p][y]}return[s,g]}return l}(),lstsq:function(){function m(l){l=i.copy(l);var s=l.length,u=i.identity(s);return i.arange(s-1,-1,-1).forEach(function(h){i.sliceAssign(u,{row:h},i.divide(i.slice(u,{row:h}),l[h][h])),i.sliceAssign(l,{row:h},i.divide(i.slice(l,{row:h}),l[h][h])),i.arange(h).forEach(function(g){var b=i.multiply(l[g][h],-1),p=i.slice(l,{row:g}),y=i.multiply(i.slice(l,{row:h}),b);i.sliceAssign(l,{row:g},i.add(p,y));var v=i.slice(u,{row:g}),C=i.multiply(i.slice(u,{row:h}),b);i.sliceAssign(u,{row:g},i.add(v,C))})}),u}function f(l,s){var u=!1;s[0].length===void 0&&(s=s.map(function(S){return[S]}),u=!0);var h=i.QR(l),g=h[0],b=h[1],p=l[0].length,y=i.slice(g,{col:{end:p}}),v=i.slice(b,{row:{end:p}}),C=m(v),w=i.transpose(y);w[0].length===void 0&&(w=[w]);var E=i.multiply(i.multiply(C,w),s);return E.length===void 0&&(E=[[E]]),u?E.map(function(S){return S[0]}):E}return f}(),jacobi:function(f){for(var l=1,s=f.length,u=i.identity(s,s),h=[],g,b,p,y,v,C,w,E;l===1;){for(C=f[0][1],y=0,v=1,b=0;b<s;b++)for(p=0;p<s;p++)b!=p&&C<o.abs(f[b][p])&&(C=o.abs(f[b][p]),y=b,v=p);for(f[y][y]===f[v][v]?w=f[y][v]>0?o.PI/4:-o.PI/4:w=o.atan(2*f[y][v]/(f[y][y]-f[v][v]))/2,E=i.identity(s,s),E[y][y]=o.cos(w),E[y][v]=-o.sin(w),E[v][y]=o.sin(w),E[v][v]=o.cos(w),u=i.multiply(u,E),g=i.multiply(i.multiply(i.inv(E),f),E),f=g,l=0,b=1;b<s;b++)for(p=1;p<s;p++)b!=p&&o.abs(f[b][p])>.001&&(l=1)}for(b=0;b<s;b++)h.push(f[b][b]);return[u,h]},rungekutta:function(f,l,s,u,h,g){var b,p,y,v,C;if(g===2)for(;u<=s;)b=l*f(u,h),p=l*f(u+l,h+b),y=h+(b+p)/2,h=y,u=u+l;if(g===4)for(;u<=s;)b=l*f(u,h),p=l*f(u+l/2,h+b/2),v=l*f(u+l/2,h+p/2),C=l*f(u+l,h+v),y=h+(b+2*p+2*v+C)/6,h=y,u=u+l;return h},romberg:function(f,l,s,u){for(var h=0,g=(s-l)/2,b=[],p=[],y=[],v,C,w,E,S;h<u/2;){for(S=f(l),w=l,E=0;w<=s;w=w+g,E++)b[E]=w;for(v=b.length,w=1;w<v-1;w++)S+=(w%2!=0?4:2)*f(b[w]);S=g/3*(S+f(s)),y[h]=S,g/=2,h++}for(C=y.length,v=1;C!==1;){for(w=0;w<C-1;w++)p[w]=(o.pow(4,v)*y[w+1]-y[w])/(o.pow(4,v)-1);C=p.length,y=p,p=[],v++}return y},richardson:function(f,l,s,u){function h(O,k){for(var R=0,F=O.length,x;R<F;R++)O[R]===k&&(x=R);return x}for(var g=o.abs(s-f[h(f,s)+1]),b=0,p=[],y=[],v,C,w,E,S;u>=g;)v=h(f,s+u),C=h(f,s),p[b]=(l[v]-2*l[C]+l[2*C-v])/(u*u),u/=2,b++;for(E=p.length,w=1;E!=1;){for(S=0;S<E-1;S++)y[S]=(o.pow(4,w)*p[S+1]-p[S])/(o.pow(4,w)-1);E=y.length,p=y,y=[],w++}return p},simpson:function(f,l,s,u){for(var h=(s-l)/u,g=f(l),b=[],p=l,y=0,v=1,C;p<=s;p=p+h,y++)b[y]=p;for(C=b.length;v<C-1;v++)g+=(v%2!=0?4:2)*f(b[v]);return h/3*(g+f(s))},hermite:function(f,l,s,u){for(var h=f.length,g=0,b=0,p=[],y=[],v=[],C=[],w;b<h;b++){for(p[b]=1,w=0;w<h;w++)b!=w&&(p[b]*=(u-f[w])/(f[b]-f[w]));for(y[b]=0,w=0;w<h;w++)b!=w&&(y[b]+=1/(f[b]-f[w]));v[b]=(1-2*(u-f[b])*y[b])*(p[b]*p[b]),C[b]=(u-f[b])*(p[b]*p[b]),g+=v[b]*l[b]+C[b]*s[b]}return g},lagrange:function(f,l,s){for(var u=0,h=0,g,b,p=f.length;h<p;h++){for(b=l[h],g=0;g<p;g++)h!=g&&(b*=(s-f[g])/(f[h]-f[g]));u+=b}return u},cubic_spline:function(f,l,s){for(var u=f.length,h=0,g,b=[],p=[],y=[],v=[],C=[],w=[],E=[];h<u-1;h++)C[h]=f[h+1]-f[h];for(y[0]=0,h=1;h<u-1;h++)y[h]=3/C[h]*(l[h+1]-l[h])-3/C[h-1]*(l[h]-l[h-1]);for(h=1;h<u-1;h++)b[h]=[],p[h]=[],b[h][h-1]=C[h-1],b[h][h]=2*(C[h-1]+C[h]),b[h][h+1]=C[h],p[h][0]=y[h];for(v=i.multiply(i.inv(b),p),g=0;g<u-1;g++)w[g]=(l[g+1]-l[g])/C[g]-C[g]*(v[g+1][0]+2*v[g][0])/3,E[g]=(v[g+1][0]-v[g][0])/(3*C[g]);for(g=0;g<u&&!(f[g]>s);g++);return g-=1,l[g]+(s-f[g])*w[g]+i.sq(s-f[g])*v[g]+(s-f[g])*i.sq(s-f[g])*E[g]},gauss_quadrature:function(){throw new Error("gauss_quadrature not yet implemented")},PCA:function(f){var l=f.length,s=f[0].length,u=0,h,g,b=[],p=[],y=[],v=[],C=[],w=[],E=[],S=[],O=[],k=[];for(u=0;u<l;u++)b[u]=i.sum(f[u])/s;for(u=0;u<s;u++)for(E[u]=[],h=0;h<l;h++)E[u][h]=f[h][u]-b[h];for(E=i.transpose(E),u=0;u<l;u++)for(S[u]=[],h=0;h<l;h++)S[u][h]=i.dot([E[u]],[E[h]])/(s-1);for(y=i.jacobi(S),O=y[0],p=y[1],k=i.transpose(O),u=0;u<p.length;u++)for(h=u;h<p.length;h++)p[u]<p[h]&&(g=p[u],p[u]=p[h],p[h]=g,v=k[u],k[u]=k[h],k[h]=v);for(w=i.transpose(E),u=0;u<l;u++)for(C[u]=[],h=0;h<w.length;h++)C[u][h]=i.dot([k[u]],[w[h]]);return[f,p,k,C]}}),function(m){for(var f=0;f<m.length;f++)(function(l){i.fn[l]=function(s,u){var h=this;return u?(setTimeout(function(){u.call(h,i.fn[l].call(h,s))},15),this):typeof i[l](this,s)=="number"?i[l](this,s):i(i[l](this,s))}})(m[f])}("add divide multiply subtract dot pow exp log abs norm angle".split(" "))}(n,Math),function(i,o){var r=[].slice,a=i.utils.isNumber,c=i.utils.isArray;i.extend({zscore:function(){var l=r.call(arguments);return a(l[1])?(l[0]-l[1])/l[2]:(l[0]-i.mean(l[1]))/i.stdev(l[1],l[2])},ztest:function(){var l=r.call(arguments),s;return c(l[1])?(s=i.zscore(l[0],l[1],l[3]),l[2]===1?i.normal.cdf(-o.abs(s),0,1):i.normal.cdf(-o.abs(s),0,1)*2):l.length>2?(s=i.zscore(l[0],l[1],l[2]),l[3]===1?i.normal.cdf(-o.abs(s),0,1):i.normal.cdf(-o.abs(s),0,1)*2):(s=l[0],l[1]===1?i.normal.cdf(-o.abs(s),0,1):i.normal.cdf(-o.abs(s),0,1)*2)}}),i.extend(i.fn,{zscore:function(l,s){return(l-this.mean())/this.stdev(s)},ztest:function(l,s,u){var h=o.abs(this.zscore(l,u));return s===1?i.normal.cdf(-h,0,1):i.normal.cdf(-h,0,1)*2}}),i.extend({tscore:function(){var l=r.call(arguments);return l.length===4?(l[0]-l[1])/(l[2]/o.sqrt(l[3])):(l[0]-i.mean(l[1]))/(i.stdev(l[1],!0)/o.sqrt(l[1].length))},ttest:function(){var l=r.call(arguments),s;return l.length===5?(s=o.abs(i.tscore(l[0],l[1],l[2],l[3])),l[4]===1?i.studentt.cdf(-s,l[3]-1):i.studentt.cdf(-s,l[3]-1)*2):a(l[1])?(s=o.abs(l[0]),l[2]==1?i.studentt.cdf(-s,l[1]-1):i.studentt.cdf(-s,l[1]-1)*2):(s=o.abs(i.tscore(l[0],l[1])),l[2]==1?i.studentt.cdf(-s,l[1].length-1):i.studentt.cdf(-s,l[1].length-1)*2)}}),i.extend(i.fn,{tscore:function(l){return(l-this.mean())/(this.stdev(!0)/o.sqrt(this.cols()))},ttest:function(l,s){return s===1?1-i.studentt.cdf(o.abs(this.tscore(l)),this.cols()-1):i.studentt.cdf(-o.abs(this.tscore(l)),this.cols()-1)*2}}),i.extend({anovafscore:function(){var l=r.call(arguments),s,u,h,g,b,p,y,v;if(l.length===1){for(b=new Array(l[0].length),y=0;y<l[0].length;y++)b[y]=l[0][y];l=b}for(u=new Array,y=0;y<l.length;y++)u=u.concat(l[y]);for(h=i.mean(u),s=0,y=0;y<l.length;y++)s=s+l[y].length*o.pow(i.mean(l[y])-h,2);for(s/=l.length-1,p=0,y=0;y<l.length;y++)for(g=i.mean(l[y]),v=0;v<l[y].length;v++)p+=o.pow(l[y][v]-g,2);return p/=u.length-l.length,s/p},anovaftest:function(){var l=r.call(arguments),s,u,h,g;if(a(l[0]))return 1-i.centralF.cdf(l[0],l[1],l[2]);var b=i.anovafscore(l);for(s=l.length-1,h=0,g=0;g<l.length;g++)h=h+l[g].length;return u=h-s-1,1-i.centralF.cdf(b,s,u)},ftest:function(l,s,u){return 1-i.centralF.cdf(l,s,u)}}),i.extend(i.fn,{anovafscore:function(){return i.anovafscore(this.toArray())},anovaftes:function(){var l=0,s;for(s=0;s<this.length;s++)l=l+this[s].length;return i.ftest(this.anovafscore(),this.length-1,l-this.length)}}),i.extend({qscore:function(){var l=r.call(arguments),s,u,h,g,b;return a(l[0])?(s=l[0],u=l[1],h=l[2],g=l[3],b=l[4]):(s=i.mean(l[0]),u=i.mean(l[1]),h=l[0].length,g=l[1].length,b=l[2]),o.abs(s-u)/(b*o.sqrt((1/h+1/g)/2))},qtest:function(){var l=r.call(arguments),s;l.length===3?(s=l[0],l=l.slice(1)):l.length===7?(s=i.qscore(l[0],l[1],l[2],l[3],l[4]),l=l.slice(5)):(s=i.qscore(l[0],l[1],l[2]),l=l.slice(3));var u=l[0],h=l[1];return 1-i.tukey.cdf(s,h,u-h)},tukeyhsd:function(l){for(var s=i.pooledstdev(l),u=l.map(function(v){return i.mean(v)}),h=l.reduce(function(v,C){return v+C.length},0),g=[],b=0;b<l.length;++b)for(var p=b+1;p<l.length;++p){var y=i.qtest(u[b],u[p],l[b].length,l[p].length,s,h,l.length);g.push([[b,p],y])}return g}}),i.extend({normalci:function(){var l=r.call(arguments),s=new Array(2),u;return l.length===4?u=o.abs(i.normal.inv(l[1]/2,0,1)*l[2]/o.sqrt(l[3])):u=o.abs(i.normal.inv(l[1]/2,0,1)*i.stdev(l[2])/o.sqrt(l[2].length)),s[0]=l[0]-u,s[1]=l[0]+u,s},tci:function(){var l=r.call(arguments),s=new Array(2),u;return l.length===4?u=o.abs(i.studentt.inv(l[1]/2,l[3]-1)*l[2]/o.sqrt(l[3])):u=o.abs(i.studentt.inv(l[1]/2,l[2].length-1)*i.stdev(l[2],!0)/o.sqrt(l[2].length)),s[0]=l[0]-u,s[1]=l[0]+u,s},significant:function(l,s){return l<s}}),i.extend(i.fn,{normalci:function(l,s){return i.normalci(l,s,this.toArray())},tci:function(l,s){return i.tci(l,s,this.toArray())}});function m(f,l,s,u){if(f>1||s>1||f<=0||s<=0)throw new Error("Proportions should be greater than 0 and less than 1");var h=(f*l+s*u)/(l+u),g=o.sqrt(h*(1-h)*(1/l+1/u));return(f-s)/g}i.extend(i.fn,{oneSidedDifferenceOfProportions:function(l,s,u,h){var g=m(l,s,u,h);return i.ztest(g,1)},twoSidedDifferenceOfProportions:function(l,s,u,h){var g=m(l,s,u,h);return i.ztest(g,2)}})}(n,Math),n.models=function(){function i(m){var f=m[0].length,l=n.arange(f).map(function(s){var u=n.arange(f).filter(function(h){return h!==s});return o(n.col(m,s).map(function(h){return h[0]}),n.col(m,u))});return l}function o(m,f){var l=m.length,s=f[0].length-1,u=l-s-1,h=n.lstsq(f,m),g=n.multiply(f,h.map(function(E){return[E]})).map(function(E){return E[0]}),b=n.subtract(m,g),p=n.mean(m),y=n.sum(g.map(function(E){return Math.pow(E-p,2)})),v=n.sum(m.map(function(E,S){return Math.pow(E-g[S],2)})),C=y+v,w=y/C;return{exog:f,endog:m,nobs:l,df_model:s,df_resid:u,coef:h,predict:g,resid:b,ybar:p,SST:C,SSE:y,SSR:v,R2:w}}function r(m){var f=i(m.exog),l=Math.sqrt(m.SSR/m.df_resid),s=f.map(function(p){var y=p.SST,v=p.R2;return l/Math.sqrt(y*(1-v))}),u=m.coef.map(function(p,y){return(p-0)/s[y]}),h=u.map(function(p){var y=n.studentt.cdf(p,m.df_resid);return(y>.5?1-y:y)*2}),g=n.studentt.inv(.975,m.df_resid),b=m.coef.map(function(p,y){var v=g*s[y];return[p-v,p+v]});return{se:s,t:u,p:h,sigmaHat:l,interval95:b}}function a(m){var f=m.R2/m.df_model/((1-m.R2)/m.df_resid),l=function(u,h,g){return n.beta.cdf(u/(g/h+u),h/2,g/2)},s=1-l(f,m.df_model,m.df_resid);return{F_statistic:f,pvalue:s}}function c(m,f){var l=o(m,f),s=r(l),u=a(l),h=1-(1-l.R2)*((l.nobs-1)/l.df_resid);return l.t=s,l.f=u,l.adjust_R2=h,l}return{ols:c}}(),n.extend({buildxmatrix:function(){for(var o=new Array(arguments.length),r=0;r<arguments.length;r++){var a=[1];o[r]=a.concat(arguments[r])}return n(o)},builddxmatrix:function(){for(var o=new Array(arguments[0].length),r=0;r<arguments[0].length;r++){var a=[1];o[r]=a.concat(arguments[0][r])}return n(o)},buildjxmatrix:function(o){for(var r=new Array(o.length),a=0;a<o.length;a++)r[a]=o[a];return n.builddxmatrix(r)},buildymatrix:function(o){return n(o).transpose()},buildjymatrix:function(o){return o.transpose()},matrixmult:function(o,r){var a,c,m,f,l;if(o.cols()==r.rows()){if(r.rows()>1){for(f=[],a=0;a<o.rows();a++)for(f[a]=[],c=0;c<r.cols();c++){for(l=0,m=0;m<o.cols();m++)l+=o.toArray()[a][m]*r.toArray()[m][c];f[a][c]=l}return n(f)}for(f=[],a=0;a<o.rows();a++)for(f[a]=[],c=0;c<r.cols();c++){for(l=0,m=0;m<o.cols();m++)l+=o.toArray()[a][m]*r.toArray()[c];f[a][c]=l}return n(f)}},regress:function(o,r){var a=n.xtranspxinv(o),c=o.transpose(),m=n.matrixmult(n(a),c);return n.matrixmult(m,r)},regresst:function(o,r,a){var c=n.regress(o,r),m={};m.anova={};var f=n.jMatYBar(o,c);m.yBar=f;var l=r.mean();m.anova.residuals=n.residuals(r,f),m.anova.ssr=n.ssr(f,l),m.anova.msr=m.anova.ssr/(o[0].length-1),m.anova.sse=n.sse(r,f),m.anova.mse=m.anova.sse/(r.length-(o[0].length-1)-1),m.anova.sst=n.sst(r,l),m.anova.mst=m.anova.sst/(r.length-1),m.anova.r2=1-m.anova.sse/m.anova.sst,m.anova.r2<0&&(m.anova.r2=0),m.anova.fratio=m.anova.msr/m.anova.mse,m.anova.pvalue=n.anovaftest(m.anova.fratio,o[0].length-1,r.length-(o[0].length-1)-1),m.anova.rmse=Math.sqrt(m.anova.mse),m.anova.r2adj=1-m.anova.mse/m.anova.mst,m.anova.r2adj<0&&(m.anova.r2adj=0),m.stats=new Array(o[0].length);for(var s=n.xtranspxinv(o),u,h,g,b=0;b<c.length;b++)u=Math.sqrt(m.anova.mse*Math.abs(s[b][b])),h=Math.abs(c[b]/u),g=n.ttest(h,r.length-o[0].length-1,a),m.stats[b]=[c[b],u,h,g];return m.regress=c,m},xtranspx:function(o){return n.matrixmult(o.transpose(),o)},xtranspxinv:function(o){var r=n.matrixmult(o.transpose(),o),a=n.inv(r);return a},jMatYBar:function(o,r){var a=n.matrixmult(o,r);return new n(a)},residuals:function(o,r){return n.matrixsubtract(o,r)},ssr:function(o,r){for(var a=0,c=0;c<o.length;c++)a+=Math.pow(o[c]-r,2);return a},sse:function(o,r){for(var a=0,c=0;c<o.length;c++)a+=Math.pow(o[c]-r[c],2);return a},sst:function(o,r){for(var a=0,c=0;c<o.length;c++)a+=Math.pow(o[c]-r,2);return a},matrixsubtract:function(o,r){for(var a=new Array(o.length),c=0;c<o.length;c++){a[c]=new Array(o[c].length);for(var m=0;m<o[c].length;m++)a[c][m]=o[c][m]-r[c][m]}return n(a)}}),n.jStat=n,n})})(Na);var ne=Na.exports,ui={};(function(t){(function(e){e(typeof DO_NOT_EXPORT_BESSEL=="undefined"?t:{})})(function(e){e.version="1.0.2";var n=Math;function i(l,s){for(var u=0,h=0;u<l.length;++u)h=s*h+l[u];return h}function o(l,s,u,h,g){if(s===0)return u;if(s===1)return h;for(var b=2/l,p=h,y=1;y<s;++y)p=h*y*b+g*u,u=h,h=p;return p}function r(l,s,u,h,g){return function(p,y){if(h){if(p===0)return h==1?-1/0:1/0;if(p<0)return NaN}if(y===0)return l(p);if(y===1)return s(p);if(y<0)return NaN;y|=0;var v=l(p),C=s(p);return o(p,y,v,C,g)}}var a=function(){var l=.636619772,s=[57568490574,-13362590354,6516196407e-1,-1121442418e-2,77392.33017,-184.9052456].reverse(),u=[57568490411,1029532985,9494680718e-3,59272.64853,267.8532712,1].reverse(),h=[1,-.001098628627,2734510407e-14,-2073370639e-15,2093887211e-16].reverse(),g=[-.01562499995,.0001430488765,-6911147651e-15,7621095161e-16,-934935152e-16].reverse();function b(E){var S=0,O=0,k=0,R=E*E;if(E<8)O=i(s,R),k=i(u,R),S=O/k;else{var F=E-.785398164;R=64/R,O=i(h,R),k=i(g,R),S=n.sqrt(l/E)*(n.cos(F)*O-n.sin(F)*k*8/E)}return S}var p=[72362614232,-7895059235,2423968531e-1,-2972611439e-3,15704.4826,-30.16036606].reverse(),y=[144725228442,2300535178,1858330474e-2,99447.43394,376.9991397,1].reverse(),v=[1,.00183105,-3516396496e-14,2457520174e-15,-240337019e-15].reverse(),C=[.04687499995,-.0002002690873,8449199096e-15,-88228987e-14,105787412e-15].reverse();function w(E){var S=0,O=0,k=0,R=E*E,F=n.abs(E)-2.356194491;return Math.abs(E)<8?(O=E*i(p,R),k=i(y,R),S=O/k):(R=64/R,O=i(v,R),k=i(C,R),S=n.sqrt(l/n.abs(E))*(n.cos(F)*O-n.sin(F)*k*8/n.abs(E)),E<0&&(S=-S)),S}return function E(S,O){if(O=Math.round(O),!isFinite(S))return isNaN(S)?S:0;if(O<0)return(O%2?-1:1)*E(S,-O);if(S<0)return(O%2?-1:1)*E(-S,O);if(O===0)return b(S);if(O===1)return w(S);if(S===0)return 0;var k=0;if(S>O)k=o(S,O,b(S),w(S),-1);else{for(var R=2*n.floor((O+n.floor(n.sqrt(40*O)))/2),F=!1,x=0,N=0,T=1,M=0,B=2/S,V=R;V>0;V--)M=V*B*T-x,x=T,T=M,n.abs(T)>1e10&&(T*=1e-10,x*=1e-10,k*=1e-10,N*=1e-10),F&&(N+=T),F=!F,V==O&&(k=x);N=2*N-T,k/=N}return k}}(),c=function(){var l=.636619772,s=[-2957821389,7062834065,-5123598036e-1,1087988129e-2,-86327.92757,228.4622733].reverse(),u=[40076544269,7452499648e-1,7189466438e-3,47447.2647,226.1030244,1].reverse(),h=[1,-.001098628627,2734510407e-14,-2073370639e-15,2093887211e-16].reverse(),g=[-.01562499995,.0001430488765,-6911147651e-15,7621095161e-16,-934945152e-16].reverse();function b(E){var S=0,O=0,k=0,R=E*E,F=E-.785398164;return E<8?(O=i(s,R),k=i(u,R),S=O/k+l*a(E,0)*n.log(E)):(R=64/R,O=i(h,R),k=i(g,R),S=n.sqrt(l/E)*(n.sin(F)*O+n.cos(F)*k*8/E)),S}var p=[-4900604943e3,127527439e4,-51534381390,7349264551e-1,-4237922726e-3,8511.937935].reverse(),y=[249958057e5,424441966400,3733650367,2245904002e-2,102042.605,354.9632885,1].reverse(),v=[1,.00183105,-3516396496e-14,2457520174e-15,-240337019e-15].reverse(),C=[.04687499995,-.0002002690873,8449199096e-15,-88228987e-14,105787412e-15].reverse();function w(E){var S=0,O=0,k=0,R=E*E,F=E-2.356194491;return E<8?(O=E*i(p,R),k=i(y,R),S=O/k+l*(a(E,1)*n.log(E)-1/E)):(R=64/R,O=i(v,R),k=i(C,R),S=n.sqrt(l/E)*(n.sin(F)*O+n.cos(F)*k*8/E)),S}return r(b,w,"BESSELY",1,-1)}(),m=function(){var l=[1,3.5156229,3.0899424,1.2067492,.2659732,.0360768,.0045813].reverse(),s=[.39894228,.01328592,.00225319,-.00157565,.00916281,-.02057706,.02635537,-.01647633,.00392377].reverse();function u(p){return p<=3.75?i(l,p*p/(3.75*3.75)):n.exp(n.abs(p))/n.sqrt(n.abs(p))*i(s,3.75/n.abs(p))}var h=[.5,.87890594,.51498869,.15084934,.02658733,.00301532,32411e-8].reverse(),g=[.39894228,-.03988024,-.00362018,.00163801,-.01031555,.02282967,-.02895312,.01787654,-.00420059].reverse();function b(p){return p<3.75?p*i(h,p*p/(3.75*3.75)):(p<0?-1:1)*n.exp(n.abs(p))/n.sqrt(n.abs(p))*i(g,3.75/n.abs(p))}return function p(y,v){if(v=Math.round(v),v===0)return u(y);if(v===1)return b(y);if(v<0)return NaN;if(n.abs(y)===0)return 0;if(y==1/0)return 1/0;var C=0,w,E=2/n.abs(y),S=0,O=1,k=0,R=2*n.round((v+n.round(n.sqrt(40*v)))/2);for(w=R;w>0;w--)k=w*E*O+S,S=O,O=k,n.abs(O)>1e10&&(O*=1e-10,S*=1e-10,C*=1e-10),w==v&&(C=S);return C*=p(y,0)/O,y<0&&v%2?-C:C}}(),f=function(){var l=[-.57721566,.4227842,.23069756,.0348859,.00262698,1075e-7,74e-7].reverse(),s=[1.25331414,-.07832358,.02189568,-.01062446,.00587872,-.0025154,53208e-8].reverse();function u(p){return p<=2?-n.log(p/2)*m(p,0)+i(l,p*p/4):n.exp(-p)/n.sqrt(p)*i(s,2/p)}var h=[1,.15443144,-.67278579,-.18156897,-.01919402,-.00110404,-4686e-8].reverse(),g=[1.25331414,.23498619,-.0365562,.01504268,-.00780353,.00325614,-68245e-8].reverse();function b(p){return p<=2?n.log(p/2)*m(p,1)+1/p*i(h,p*p/4):n.exp(-p)/n.sqrt(p)*i(g,2/p)}return r(u,b,"BESSELK",2,1)}();e.besselj=a,e.bessely=c,e.besseli=m,e.besselk=f})})(ui);const lr=new Error("#NULL!"),et=new Error("#DIV/0!"),W=new Error("#VALUE!"),In=new Error("#REF!"),Qi=new Error("#NAME?"),G=new Error("#NUM!"),ce=new Error("#N/A"),ar=new Error("#ERROR!"),Ra=new Error("#GETTING_DATA");var $f=Object.freeze({__proto__:null,data:Ra,div0:et,error:ar,na:ce,name:Qi,nil:lr,num:G,ref:In,value:W});const eh="=",th=[">",">=","<","<=","=","<>"],_a="operator",Ta="literal",nh=[_a,Ta],$i=_a,on=Ta;function zt(t,e){if(nh.indexOf(e)===-1)throw new Error("Unsupported token type: "+e);return{value:t,type:e}}function ih(t){return typeof t!="string"||/^\d+(\.\d+)?$/.test(t)&&(t=t.indexOf(".")===-1?parseInt(t,10):parseFloat(t)),t}function oh(t){const e=t.length,n=[];let i=0,o="",r="";for(;i<e;){const a=t.charAt(i);switch(a){case">":case"<":case"=":r=r+a,o.length>0&&(n.push(o),o="");break;default:r.length>0&&(n.push(r),r=""),o=o+a;break}i++}return o.length>0&&n.push(o),r.length>0&&n.push(r),n}function rh(t){let e="";const n=[];for(let i=0;i<t.length;i++){const o=t[i];i===0&&th.indexOf(o)>=0?n.push(zt(o,$i)):e+=o}return e.length>0&&n.push(zt(ih(e),on)),n.length>0&&n[0].type!==$i&&n.unshift(zt(eh,$i)),n}function lh(t){const e=[];let n;for(let i=0;i<t.length;i++){const o=t[i];switch(o.type){case $i:n=o.value;break;case on:e.push(o.value);break}}return ah(e,n)}function ah(t,e){let n=!1;switch(e){case">":n=t[0]>t[1];break;case">=":n=t[0]>=t[1];break;case"<":n=t[0]<t[1];break;case"<=":n=t[0]<=t[1];break;case"=":n=t[0]==t[1];break;case"<>":n=t[0]!=t[1];break}return n}function Bn(t){return rh(oh(t))}const Pn=lh;function eo(t){const e=[];return tt(t,n=>{e.push(n)}),e}function tt(t,e){let n=-1;const i=t.length;for(;++n<i&&e(t[n],n,t)!==!1;);return t}function sr(t){let e=t.length,n;for(;e--;)if(n=t[e],typeof n!="number"){if(n===!0){t[e]=1;continue}if(n===!1){t[e]=0;continue}if(typeof n=="string"){const i=D(n);t[e]=i instanceof Error?0:i}}return t}function Da(t,e){if(!t)return W;(!t.every(o=>Array.isArray(o))||t.length===0)&&(t=[[...t]]),t.map((o,r)=>{o.map((a,c)=>{a||(t[r][c]=0)})});const n=t.reduce((o,r,a)=>r.length>t[o].length?a:o,0),i=t[n].length;return t.map(o=>[...o,...Array(i-o.length).fill(e||0)])}function ee(){let t;if(arguments.length===1){const e=arguments[0];t=dh(e)?eo.apply(null,arguments):[e]}else t=Array.from(arguments);for(;!ch(t);)t=dr(t);return t}function dr(t){return!t||!t.reduce?[t]:t.reduce((e,n)=>{const i=Array.isArray(e),o=Array.isArray(n);return i&&o?e.concat(n):i?(e.push(n),e):o?[e].concat(n):[e,n]})}function sh(t,e){return e=e||1,!t||typeof t.slice!="function"?t:t.slice(0,t.length-e)}function dh(t){return t!=null&&typeof t.length=="number"&&typeof t!="string"}function ch(t){if(!t)return!1;for(let e=0;e<t.length;++e)if(Array.isArray(t[e]))return!1;return!0}function Me(t,e){return e=e||1,!t||typeof t.slice!="function"?t:t.slice(e)}function to(t){return t?t[0].map((e,n)=>t.map(i=>i[n])):W}function xt(t,e){let n=null;return tt(t,(i,o)=>{if(i[0]===e)return n=o,!1}),n==null?W:n}function pe(){for(let t=0;t<arguments.length;t++)if(arguments[t]instanceof Error)return arguments[t]}function X(){let t=arguments.length;for(;t--;)if(arguments[t]instanceof Error)return!0;return!1}function Ma(t){const e=1e14;return Math.round(t*e)/e}function bn(){return ee.apply(null,arguments).filter(e=>typeof e=="number")}function uh(t){t<60&&(t+=1);const n=Math.floor(t-25569)*86400,i=new Date(n*1e3),o=t-Math.floor(t)+1e-7;let r=Math.floor(86400*o);const a=r%60;r-=a;const c=Math.floor(r/(60*60)),m=Math.floor(r/60)%60;let f=i.getUTCDate(),l=i.getUTCMonth();return t>=60&&t<61&&(f=29,l=1),new Date(i.getUTCFullYear(),l,f,c,m,a)}function cr(t){if(typeof t=="boolean"||t instanceof Error)return t;if(typeof t=="number")return t!==0;if(typeof t=="string"){const e=t.toUpperCase();if(e==="TRUE")return!0;if(e==="FALSE")return!1}return t instanceof Date&&!isNaN(t)?!0:W}function ye(t){if(!isNaN(t)){if(t instanceof Date)return new Date(t);const e=parseFloat(t);return e<0||e>=2958466?G:uh(e)}return typeof t=="string"&&(t=/(\d{4})-(\d\d?)-(\d\d?)$/.test(t)?new Date(t+"T00:00:00.000"):new Date(t),!isNaN(t))?t:W}function Aa(t){let e=t.length,n;for(;e--;){if(n=ye(t[e]),n===W)return n;t[e]=n}return t}function D(t){return t instanceof Error?t:t==null?0:(typeof t=="boolean"&&(t=+t),!isNaN(t)&&t!==""?parseFloat(t):W)}function ie(t){let e;if(!t||(e=t.length)===0)return W;let n;for(;e--;){if(t[e]instanceof Error)return t[e];if(n=D(t[e]),n instanceof Error)return n;t[e]=n}return t}function He(t){return t instanceof Error?t:t==null?"":t.toString()}function no(){let t=arguments.length;for(;t--;)if(typeof arguments[t]=="string")return!0;return!1}function io(){const t=eo(arguments),e=ie(ee(t.shift()));if(e instanceof Error)return e;const n=t,i=n.length/2;for(let r=0;r<i;r++)n[r*2]=ee(n[r*2]);let o=[];for(let r=0;r<e.length;r++){let a=!1;for(let c=0;c<i;c++){const m=n[c*2][r],f=n[c*2+1],l=f===void 0||f==="*";let s=!1;if(l)s=!0;else{const u=Bn(f+""),h=[zt(m,on)].concat(u);s=Pn(h)}if(!s){a=!1;break}a=!0}a&&o.push(e[r])}return o}function Vn(t){return t!=null}function fh(){throw new Error("CELL is not implemented")}const La={};La.TYPE=t=>{switch(t){case lr:return 1;case et:return 2;case W:return 3;case In:return 4;case Qi:return 5;case G:return 6;case ce:return 7;case Ra:return 8}return ce};function hh(){throw new Error("INFO is not implemented")}function mh(t){return t===null}function Ia(t){return[W,In,et,G,Qi,lr].indexOf(t)>=0||typeof t=="number"&&(isNaN(t)||!isFinite(t))}function oo(t){return Ia(t)||t===ce}function gh(t){return!(Math.floor(Math.abs(t))&1)}function ph(){throw new Error("ISFORMULA is not implemented")}function Ba(t){return t===!0||t===!1}function bh(t){return t===ce}function yh(t){return typeof t!="string"}function ro(t){return typeof t=="number"&&!isNaN(t)&&isFinite(t)}function wh(t){return!!(Math.floor(Math.abs(t))&1)}function vh(){throw new Error("ISREF is not implemented")}function Pa(t){return typeof t=="string"}function Ch(t){return ro(t)?t:t instanceof Date?t.getTime():t===!0?1:t===!1?0:oo(t)?t:0}function Eh(){return ce}function Sh(){throw new Error("SHEET is not implemented")}function Oh(){throw new Error("SHEETS is not implemented")}function xh(t){if(ro(t))return 1;if(Pa(t))return 2;if(Ba(t))return 4;if(oo(t))return 16;if(Array.isArray(t))return 64}function kh(){if(arguments.length<2)return ce;const t=arguments[0];return t<1||t>254||arguments.length<t+1?W:arguments[t]}function Fh(t,e){if(arguments.length!==2)return ce;if(e<0)return G;if(!(t instanceof Array)||typeof e!="number")return W;if(t.length!==0)return ne.col(t,e)}function Nh(t){return arguments.length!==1?ce:t instanceof Array?t.length===0?0:ne.cols(t):W}function Rh(t,e,n,i){return Va(t,to(e),n,i)}function _h(t,e,n){const i=pe(t,e,n);if(i)return i;if(!Array.isArray(t))return W;const o=t.length>0&&!Array.isArray(t[0]);return o&&!n?(n=e,e=1):(n=n||1,e=e||1),n<0||e<0?W:o&&e===1&&n<=t.length?t[n-1]:e<=t.length&&n<=t[e-1].length?t[e-1][n-1]:In}function Th(t,e,n){e=ee(e),n=n?ee(n):e;const i=typeof t=="number";let o=ce;for(let r=0;r<e.length;r++){if(e[r]===t)return n[r];if(i&&e[r]<=t||typeof e[r]=="string"&&e[r].localeCompare(t)<0)o=n[r];else if(i&&e[r]>t)return o}return o}function Dh(t,e,n){if(!t&&t!==0||!e||(arguments.length===2&&(n=1),e=ee(e),!(e instanceof Array))||n!==-1&&n!==0&&n!==1)return ce;let i,o;for(let r=0;r<e.length;r++)if(n===1){if(e[r]===t)return r+1;e[r]<t&&(o?e[r]>o&&(i=r+1,o=e[r]):(i=r+1,o=e[r]))}else if(n===0){if(typeof t=="string"&&typeof e[r]=="string"){const a=t.toLowerCase().replace(/\?/g,".").replace(/\*/g,".*").replace(/~/g,"\\").replace(/\+/g,"\\+").replace(/\(/g,"\\(").replace(/\)/g,"\\)").replace(/\[/g,"\\[").replace(/\]/g,"\\]");if(new RegExp("^"+a+"$").test(e[r].toLowerCase()))return r+1}else if(e[r]===t)return r+1}else if(n===-1){if(e[r]===t)return r+1;e[r]>t&&(o?e[r]<o&&(i=r+1,o=e[r]):(i=r+1,o=e[r]))}return i||ce}function Mh(t){return arguments.length!==1?ce:t instanceof Array?t.length===0?0:ne.rows(t):W}function Ah(t,e=1,n=1,i=!1){if(!t||!Array.isArray(t))return ce;if(t.length===0)return 0;if(e=D(e),!e||e<1||(n=D(n),n!==1&&n!==-1))return W;if(i=cr(i),typeof i!="boolean")return Qi;const o=c=>c.sort((m,f)=>(m=He(m[e-1]),f=He(f[e-1]),n===1?m<f?n*-1:n:m>f?n:n*-1)),r=Da(t),a=i?to(r):r;return e>=1&&e<=a[0].length?i?to(o(a)):o(a):W}function Lh(t){if(!t)return ce;const e=Da(t);return to(e)}function ur(){const t=[];for(let e=0;e<arguments.length;++e){let n=!1;const i=arguments[e];for(let o=0;o<t.length&&(n=t[o]===i,!n);++o);n||t.push(i)}return t}function Va(t,e,n,i){if(!e||!n)return ce;i=!(i===0||i===!1);let o=ce,r=!1;const a=typeof t=="number",c=typeof t=="string"?t.toLowerCase():t;for(let m=0;m<e.length;m++){const f=e[m],l=typeof f[0]=="string"?f[0].toLowerCase():f[0];if(l===c){o=n<f.length+1?f[n-1]:In;break}else!r&&(a&&i&&l<=t||i&&typeof l=="string"&&l.localeCompare(t)<0)&&(o=n<f.length+1?f[n-1]:In);a&&l>t&&(r=!0)}return o}const Ih=2.5066282746310002;function Bh(){const e=ee(arguments).filter(Vn);if(e.length===0)return G;const n=ie(e);return n instanceof Error?n:ne.sum(ne(n).subtract(ne.mean(n)).abs()[0])/n.length}function yn(){const e=ee(arguments).filter(Vn);if(e.length===0)return et;const n=pe.apply(void 0,e);if(n)return n;const i=bn(e),o=i.length;let r=0,a=0,c;for(let m=0;m<o;m++)r+=i[m],a+=1;return c=r/a,isNaN(c)&&(c=G),c}function fr(){const e=ee(arguments).filter(Vn);if(e.length===0)return et;const n=pe.apply(void 0,e);if(n)return n;const i=e,o=i.length;let r=0,a=0,c;for(let m=0;m<o;m++){const f=i[m];typeof f=="number"&&(r+=f),f===!0&&r++,f!==null&&a++}return c=r/a,isNaN(c)&&(c=G),c}function Ph(t,e,n){if(arguments.length<=1)return ce;n=n||t;const o=ee(n).filter(Vn);if(n=ie(o),t=ee(t),n instanceof Error)return n;let r=0,a=0;const c=e===void 0||e==="*",m=c?null:Bn(e+"");for(let f=0;f<t.length;f++){const l=t[f];if(c)a+=n[f],r++;else{const s=[zt(l,on)].concat(m);Pn(s)&&(a+=n[f],r++)}}return a/r}function Vh(){const t=io(...arguments),n=t.reduce((i,o)=>i+o,0)/t.length;return isNaN(n)?0:n}const fi={};fi.DIST=function(t,e,n,i,o,r){return arguments.length<4||(o=o===void 0?0:o,r=r===void 0?1:r,t=D(t),e=D(e),n=D(n),o=D(o),r=D(r),X(t,e,n,o,r))?W:(t=(t-o)/(r-o),i?ne.beta.cdf(t,e,n):ne.beta.pdf(t,e,n))},fi.INV=(t,e,n,i,o)=>(i=i===void 0?0:i,o=o===void 0?1:o,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o)?W:ne.beta.inv(t,e,n)*(o-i)+i);const Hn={};Hn.DIST=(t,e,n,i)=>(t=D(t),e=D(e),n=D(n),i=D(i),X(t,e,n,i)?W:i?ne.binomial.cdf(t,e,n):ne.binomial.pdf(t,e,n)),Hn.DIST.RANGE=(t,e,n,i)=>{if(i=i===void 0?n:i,t=D(t),e=D(e),n=D(n),i=D(i),X(t,e,n,i))return W;let o=0;for(let r=n;r<=i;r++)o+=qn(t,r)*Math.pow(e,r)*Math.pow(1-e,t-r);return o},Hn.INV=(t,e,n)=>{if(t=D(t),e=D(e),n=D(n),X(t,e,n))return W;let i=0;for(;i<=t;){if(ne.binomial.cdf(i,t,e)>=n)return i;i++}};const _t={};_t.DIST=(t,e,n)=>(t=D(t),e=D(e),X(t,e)?W:n?ne.chisquare.cdf(t,e):ne.chisquare.pdf(t,e)),_t.DIST.RT=(t,e)=>!t|!e?ce:t<1||e>Math.pow(10,10)?G:typeof t!="number"||typeof e!="number"?W:1-ne.chisquare.cdf(t,e),_t.INV=(t,e)=>(t=D(t),e=D(e),X(t,e)?W:ne.chisquare.inv(t,e)),_t.INV.RT=(t,e)=>!t|!e?ce:t<0||t>1||e<1||e>Math.pow(10,10)?G:typeof t!="number"||typeof e!="number"?W:ne.chisquare.inv(1-t,e),_t.TEST=function(t,e){if(arguments.length!==2)return ce;if(!(t instanceof Array)||!(e instanceof Array)||t.length!==e.length||t[0]&&e[0]&&t[0].length!==e[0].length)return W;const n=t.length;let i,o,r;for(o=0;o<n;o++)t[o]instanceof Array||(i=t[o],t[o]=[],t[o].push(i)),e[o]instanceof Array||(i=e[o],e[o]=[],e[o].push(i));const a=t[0].length,c=a===1?n-1:(n-1)*(a-1);let m=0;const f=Math.PI;for(o=0;o<n;o++)for(r=0;r<a;r++)m+=Math.pow(t[o][r]-e[o][r],2)/e[o][r];function l(s,u){let h=Math.exp(-.5*s);u%2==1&&(h=h*Math.sqrt(2*s/f));let g=u;for(;g>=2;)h=h*s/g,g=g-2;let b=h,p=u;for(;b>1e-10*h;)p=p+2,b=b*s/p,h=h+b;return 1-h}return Math.round(l(m,c)*1e6)/1e6};const hr={};hr.NORM=(t,e,n)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:ne.normalci(1,t,e,n)[1]-1),hr.T=(t,e,n)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:ne.tci(1,t,e,n)[1]-1);function Hh(t,e){return t=ie(ee(t)),e=ie(ee(e)),X(t,e)?W:ne.corrcoeff(t,e)}function hi(){const t=ee(arguments);return bn(t).length}function mi(){const t=ee(arguments);return t.length-Ha(t)}function Ha(){const t=ee(arguments);let e=0,n;for(let i=0;i<t.length;i++)n=t[i],(n==null||n==="")&&e++;return e}function zh(t,e){if(t=ee(t),e===void 0||e==="*")return t.length;let i=0;const o=Bn(e+"");for(let r=0;r<t.length;r++){const a=t[r],c=[zt(a,on)].concat(o);Pn(c)&&i++}return i}function Wh(){const t=eo(arguments),e=new Array(ee(t[0]).length);for(let i=0;i<e.length;i++)e[i]=!0;for(let i=0;i<t.length;i+=2){const o=ee(t[i]),r=t[i+1];if(!(r===void 0||r==="*")){const c=Bn(r+"");for(let m=0;m<o.length;m++){const f=o[m],l=[zt(f,on)].concat(c);e[m]=e[m]&&Pn(l)}}}let n=0;for(let i=0;i<e.length;i++)e[i]&&n++;return n}const zn={};zn.P=(t,e)=>{if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;const n=ne.mean(t),i=ne.mean(e);let o=0;const r=t.length;for(let a=0;a<r;a++)o+=(t[a]-n)*(e[a]-i);return o/r},zn.S=(t,e)=>(t=ie(ee(t)),e=ie(ee(e)),X(t,e)?W:ne.covariance(t,e));function qh(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=ne.mean(t);let n=0;for(let i=0;i<t.length;i++)n+=Math.pow(t[i]-e,2);return n}const mr={};mr.DIST=(t,e,n)=>(t=D(t),e=D(e),X(t,e)?W:n?ne.exponential.cdf(t,e):ne.exponential.pdf(t,e));const Tt={};Tt.DIST=(t,e,n,i)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:i?ne.centralF.cdf(t,e,n):ne.centralF.pdf(t,e,n)),Tt.DIST.RT=function(t,e,n){return arguments.length!==3?ce:t<0||e<1||n<1?G:typeof t!="number"||typeof e!="number"||typeof n!="number"?W:1-ne.centralF.cdf(t,e,n)},Tt.INV=(t,e,n)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:t<=0||t>1?G:ne.centralF.inv(t,e,n)),Tt.INV.RT=function(t,e,n){return arguments.length!==3?ce:t<0||t>1||e<1||e>Math.pow(10,10)||n<1||n>Math.pow(10,10)?G:typeof t!="number"||typeof e!="number"||typeof n!="number"?W:ne.centralF.inv(1-t,e,n)},Tt.TEST=(t,e)=>{if(!t||!e||!(t instanceof Array)||!(e instanceof Array))return ce;if(t.length<2||e.length<2)return et;const n=(c,m)=>{let f=0;for(let l=0;l<c.length;l++)f+=Math.pow(c[l]-m,2);return f},i=Ut(t)/t.length,o=Ut(e)/e.length,r=n(t,i)/(t.length-1),a=n(e,o)/(e.length-1);return r/a};function Uh(t){return t=D(t),t instanceof Error?t:Math.log((1+t)/(1-t))/2}function jh(t){if(t=D(t),t instanceof Error)return t;const e=Math.exp(2*t);return(e-1)/(e+1)}function za(t,e,n){if(t=D(t),e=ie(ee(e)),n=ie(ee(n)),X(t,e,n))return W;const i=ne.mean(n),o=ne.mean(e),r=n.length;let a=0,c=0;for(let l=0;l<r;l++)a+=(n[l]-i)*(e[l]-o),c+=Math.pow(n[l]-i,2);const m=a/c;return o-m*i+m*t}function Kh(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;const n=t.length,i=e.length,o=[];for(let r=0;r<=i;r++){o[r]=0;for(let a=0;a<n;a++)r===0?t[a]<=e[0]&&(o[0]+=1):r<i?t[a]>e[r-1]&&t[a]<=e[r]&&(o[r]+=1):r===i&&t[a]>e[i-1]&&(o[i]+=1)}return o}function gi(t){return t=D(t),t instanceof Error?t:t===0||parseInt(t,10)===t&&t<0?G:ne.gammafn(t)}gi.DIST=function(t,e,n,i){return arguments.length!==4?ce:t<0||e<=0||n<=0||typeof t!="number"||typeof e!="number"||typeof n!="number"?W:i?ne.gamma.cdf(t,e,n,!0):ne.gamma.pdf(t,e,n,!1)},gi.INV=function(t,e,n){return arguments.length!==3?ce:t<0||t>1||e<=0||n<=0?G:typeof t!="number"||typeof e!="number"||typeof n!="number"?W:ne.gamma.inv(t,e,n)};function gr(t){return t=D(t),t instanceof Error?t:ne.gammaln(t)}gr.PRECISE=function(t){return arguments.length!==1?ce:t<=0?G:typeof t!="number"?W:ne.gammaln(t)};function Gh(t){return t=D(t),t instanceof Error?t:ne.normal.cdf(t,0,1)-.5}function Yh(){const t=ie(ee(arguments));return t instanceof Error?t:ne.geomean(t)}function Jh(t,e,n,i){if(t=ie(ee(t)),t instanceof Error)return t;let o;if(e===void 0)for(e=[],o=1;o<=t.length;o++)e.push(o);if(n===void 0&&(n=e),e=ie(ee(e)),n=ie(ee(n)),X(e,n))return W;i===void 0&&(i=!0);const r=t.length;let a=0,c=0,m=0,f=0;for(o=0;o<r;o++){const h=e[o],g=Math.log(t[o]);a+=h,c+=g,m+=h*g,f+=h*h}a/=r,c/=r,m/=r,f/=r;let l,s;i?(l=(m-a*c)/(f-a*a),s=c-l*a):(l=m/f,s=0);const u=[];for(o=0;o<n.length;o++)u.push(Math.exp(s+l*n[o]));return u}function Xh(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=t.length;let n=0;for(let i=0;i<e;i++)n+=1/t[i];return e/n}const pr={};pr.DIST=(t,e,n,i,o)=>{if(t=D(t),e=D(e),n=D(n),i=D(i),X(t,e,n,i))return W;function r(c,m,f,l){return qn(f,c)*qn(l-f,m-c)/qn(l,m)}function a(c,m,f,l){let s=0;for(let u=0;u<=c;u++)s+=r(u,m,f,l);return s}return o?a(t,e,n,i):r(t,e,n,i)};function Zh(t,e){return t=ie(t),e=ie(e),X(t,e)?W:t.length!==e.length?ce:za(0,t,e)}function Qh(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=ne.mean(t),n=t.length;let i=0;for(let o=0;o<n;o++)i+=Math.pow(t[o]-e,4);return i=i/Math.pow(ne.stdev(t,!0),4),n*(n+1)/((n-1)*(n-2)*(n-3))*i-3*(n-1)*(n-1)/((n-2)*(n-3))}function Wa(t,e){const n=pe.apply(void 0,t);return n||(X(e)?e:(t=bn(ee(t)),e=D(e),e<0||t.length<e?W:t.sort((i,o)=>o-i)[e-1]))}function br(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;const n=ne.mean(t),i=ne.mean(e),o=e.length;let r=0,a=0;for(let f=0;f<o;f++)r+=(e[f]-i)*(t[f]-n),a+=Math.pow(e[f]-i,2);const c=r/a,m=n-c*i;return[c,m]}function $h(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e)||t.length!==e.length)return W;for(let i=0;i<t.length;i++)t[i]=Math.log(t[i]);const n=br(t,e);return n[0]=Math.round(Math.exp(n[0])*1e6)/1e6,n[1]=Math.round(Math.exp(n[1])*1e6)/1e6,n}const Wn={};Wn.DIST=(t,e,n,i)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:i?ne.lognormal.cdf(t,e,n):ne.lognormal.pdf(t,e,n)),Wn.INV=(t,e,n)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:ne.lognormal.inv(t,e,n));function lo(){const t=ee(arguments),e=pe.apply(void 0,t);if(e)return e;const n=bn(t);return n.length===0?0:Math.max.apply(Math,n)}function em(){const t=ee(arguments),e=pe.apply(void 0,t);if(e)return e;let n=sr(t);return n=n.map(i=>i==null?0:i),n.length===0?0:Math.max.apply(Math,n)}function tm(){const t=io(...arguments);return t.length===0?0:Math.max.apply(Math,t)}function qa(){const t=ee(arguments),e=pe.apply(void 0,t);if(e)return e;const n=sr(t);let i=ne.median(n);return isNaN(i)&&(i=G),i}function ao(){const t=ee(arguments),e=pe.apply(void 0,t);if(e)return e;const n=bn(t);return n.length===0?0:Math.min.apply(Math,n)}function nm(){const t=ee(arguments),e=pe.apply(void 0,t);if(e)return e;let n=sr(t);return n=n.map(i=>i==null?0:i),n.length===0?0:Math.min.apply(Math,n)}function im(){const t=io(...arguments);return t.length===0?0:Math.min.apply(Math,t)}const wn={};wn.MULT=function(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=t.length,n={};let i=[],o=0,r;for(let a=0;a<e;a++)r=t[a],n[r]=n[r]?n[r]+1:1,n[r]>o&&(o=n[r],i=[]),n[r]===o&&(i[i.length]=r);return i},wn.SNGL=function(){const t=ie(ee(arguments));return t instanceof Error?t:wn.MULT(t).sort((e,n)=>e-n)[0]};const yr={};yr.DIST=(t,e,n,i)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:i?ne.negbin.cdf(t,e,n):ne.negbin.pdf(t,e,n));const Dt={};Dt.DIST=(t,e,n,i)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:n<=0?G:i?ne.normal.cdf(t,e,n):ne.normal.pdf(t,e,n)),Dt.INV=(t,e,n)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:ne.normal.inv(t,e,n)),Dt.S={},Dt.S.DIST=(t,e)=>(t=D(t),t instanceof Error?W:e?ne.normal.cdf(t,0,1):ne.normal.pdf(t,0,1)),Dt.S.INV=t=>(t=D(t),t instanceof Error?W:ne.normal.inv(t,0,1));function Ua(t,e){if(e=ie(ee(e)),t=ie(ee(t)),X(e,t))return W;const n=ne.mean(t),i=ne.mean(e),o=t.length;let r=0,a=0,c=0;for(let m=0;m<o;m++)r+=(t[m]-n)*(e[m]-i),a+=Math.pow(t[m]-n,2),c+=Math.pow(e[m]-i,2);return r/Math.sqrt(a*c)}const yt={};yt.EXC=(t,e)=>{if(t=ie(ee(t)),e=D(e),X(t,e))return W;t=t.sort((r,a)=>r-a);const n=t.length;if(e<1/(n+1)||e>1-1/(n+1))return G;const i=e*(n+1)-1,o=Math.floor(i);return Ma(i===o?t[i]:t[o]+(i-o)*(t[o+1]-t[o]))},yt.INC=(t,e)=>{if(t=ie(ee(t)),e=D(e),X(t,e))return W;t=t.sort((r,a)=>r-a);const n=t.length,i=e*(n-1),o=Math.floor(i);return Ma(i===o?t[i]:t[o]+(i-o)*(t[o+1]-t[o]))};const pi={};pi.EXC=(t,e,n)=>{if(n=n===void 0?3:n,t=ie(ee(t)),e=D(e),n=D(n),X(t,e,n))return W;t=t.sort((l,s)=>l-s);const i=ur.apply(null,t),o=t.length,r=i.length,a=Math.pow(10,n);let c=0,m=!1,f=0;for(;!m&&f<r;)e===i[f]?(c=(t.indexOf(i[f])+1)/(o+1),m=!0):e>=i[f]&&(e<i[f+1]||f===r-1)&&(c=(t.indexOf(i[f])+1+(e-i[f])/(i[f+1]-i[f]))/(o+1),m=!0),f++;return Math.floor(c*a)/a},pi.INC=(t,e,n)=>{if(n=n===void 0?3:n,t=ie(ee(t)),e=D(e),n=D(n),X(t,e,n))return W;t=t.sort((l,s)=>l-s);const i=ur.apply(null,t),o=t.length,r=i.length,a=Math.pow(10,n);let c=0,m=!1,f=0;for(;!m&&f<r;)e===i[f]?(c=t.indexOf(i[f])/(o-1),m=!0):e>=i[f]&&(e<i[f+1]||f===r-1)&&(c=(t.indexOf(i[f])+(e-i[f])/(i[f+1]-i[f]))/(o-1),m=!0),f++;return Math.floor(c*a)/a};function om(t,e){return t=D(t),e=D(e),X(t,e)?W:qt(t)/qt(t-e)}function rm(t,e){return t=D(t),e=D(e),X(t,e)?W:Math.pow(t,e)}function lm(t){return t=D(t),t instanceof Error?W:Math.exp(-.5*t*t)/Ih}const wr={};wr.DIST=(t,e,n)=>(t=D(t),e=D(e),X(t,e)?W:n?ne.poisson.cdf(t,e):ne.poisson.pdf(t,e));function am(t,e,n,i){if(n===void 0)return 0;if(i=i===void 0?n:i,t=ie(ee(t)),e=ie(ee(e)),n=D(n),i=D(i),X(t,e,n,i))return W;if(n===i)return t.indexOf(n)>=0?e[t.indexOf(n)]:0;const o=t.sort((c,m)=>c-m),r=o.length;let a=0;for(let c=0;c<r;c++)o[c]>=n&&o[c]<=i&&(a+=e[t.indexOf(o[c])]);return a}const vn={};vn.EXC=(t,e)=>{if(t=ie(ee(t)),e=D(e),X(t,e))return W;switch(e){case 1:return yt.EXC(t,.25);case 2:return yt.EXC(t,.5);case 3:return yt.EXC(t,.75);default:return G}},vn.INC=(t,e)=>{if(t=ie(ee(t)),e=D(e),X(t,e))return W;switch(e){case 1:return yt.INC(t,.25);case 2:return yt.INC(t,.5);case 3:return yt.INC(t,.75);default:return G}};const bi={};bi.AVG=(t,e,n)=>{if(t=D(t),e=ie(ee(e)),X(t,e))return W;e=ee(e),n=n||!1;const i=n?(a,c)=>a-c:(a,c)=>c-a;e=e.sort(i);const o=e.length;let r=0;for(let a=0;a<o;a++)e[a]===t&&r++;return r>1?(2*e.indexOf(t)+r+1)/2:e.indexOf(t)+1},bi.EQ=(t,e,n)=>{if(t=D(t),e=ie(ee(e)),X(t,e))return W;n=n||!1;const i=n?(o,r)=>o-r:(o,r)=>r-o;return e=e.sort(i),e.indexOf(t)+1};function sm(t,e){if(arguments.length!==2)return ce;if(e<0)return G;if(!(t instanceof Array)||typeof e!="number")return W;if(t.length!==0)return ne.row(t,e)}function dm(t,e){return t=ie(ee(t)),e=ie(ee(e)),X(t,e)?W:Math.pow(Ua(t,e),2)}function vr(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=ne.mean(t),n=t.length;let i=0;for(let o=0;o<n;o++)i+=Math.pow(t[o]-e,3);return n*i/((n-1)*(n-2)*Math.pow(ne.stdev(t,!0),3))}vr.P=function(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=ne.mean(t),n=t.length;let i=0,o=0;for(let r=0;r<n;r++)o+=Math.pow(t[r]-e,3),i+=Math.pow(t[r]-e,2);return o=o/n,i=i/n,o/Math.pow(i,3/2)};function cm(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;const n=ne.mean(e),i=ne.mean(t),o=e.length;let r=0,a=0;for(let c=0;c<o;c++)r+=(e[c]-n)*(t[c]-i),a+=Math.pow(e[c]-n,2);return r/a}function ja(t,e){return t=ie(ee(t)),e=D(e),X(t,e)?t:t.sort((n,i)=>n-i)[e-1]}function um(t,e,n){return t=D(t),e=D(e),n=D(n),X(t,e,n)?W:(t-e)/n}const ht={};ht.P=function(){const t=at.P.apply(this,arguments);let e=Math.sqrt(t);return isNaN(e)&&(e=G),e},ht.S=function(){const t=at.S.apply(this,arguments);return Math.sqrt(t)};function fm(){const t=Ka.apply(this,arguments);return Math.sqrt(t)}function hm(){const t=Ga.apply(this,arguments);let e=Math.sqrt(t);return isNaN(e)&&(e=G),e}function mm(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;const n=ne.mean(e),i=ne.mean(t),o=e.length;let r=0,a=0,c=0;for(let m=0;m<o;m++)r+=Math.pow(t[m]-i,2),a+=(e[m]-n)*(t[m]-i),c+=Math.pow(e[m]-n,2);return Math.sqrt((r-a*a/c)/(o-2))}const wt={};wt.DIST=(t,e,n)=>n!==1&&n!==2?G:n===1?wt.DIST.RT(t,e):wt.DIST["2T"](t,e),wt.DIST["2T"]=function(t,e){return arguments.length!==2?ce:t<0||e<1?G:typeof t!="number"||typeof e!="number"?W:(1-ne.studentt.cdf(t,e))*2},wt.DIST.RT=function(t,e){return arguments.length!==2?ce:t<0||e<1?G:typeof t!="number"||typeof e!="number"?W:1-ne.studentt.cdf(t,e)},wt.INV=(t,e)=>(t=D(t),e=D(e),X(t,e)?W:ne.studentt.inv(t,e)),wt.INV["2T"]=(t,e)=>(t=D(t),e=D(e),t<=0||t>1||e<1?G:X(t,e)?W:Math.abs(ne.studentt.inv(t/2,e))),wt.TEST=(t,e)=>{if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;const n=ne.mean(t),i=ne.mean(e);let o=0,r=0,a;for(a=0;a<t.length;a++)o+=Math.pow(t[a]-n,2);for(a=0;a<e.length;a++)r+=Math.pow(e[a]-i,2);o=o/(t.length-1),r=r/(e.length-1);const c=Math.abs(n-i)/Math.sqrt(o/t.length+r/e.length);return wt.DIST["2T"](c,t.length+e.length-2)};function gm(t,e,n){if(t=ie(ee(t)),e=ie(ee(e)),n=ie(ee(n)),X(t,e,n))return W;const i=br(t,e),o=i[0],r=i[1],a=[];return n.forEach(c=>{a.push(o*c+r)}),a}function pm(t,e){if(t=ie(ee(t)),e=D(e),X(t,e))return W;const n=Cn(t.length*e,2)/2;return ne.mean(sh(Me(t.sort((i,o)=>i-o),n),n))}const at={};at.P=function(){const t=bn(ee(arguments)),e=t.length;let n=0;const i=yn(t);let o;for(let r=0;r<e;r++)n+=Math.pow(t[r]-i,2);return o=n/e,isNaN(o)&&(o=G),o},at.S=function(){const t=bn(ee(arguments)),e=t.length;let n=0;const i=yn(t);for(let o=0;o<e;o++)n+=Math.pow(t[o]-i,2);return n/(e-1)};function Ka(){const t=ee(arguments),e=t.length;let n=0,i=0;const o=fr(t);for(let r=0;r<e;r++){const a=t[r];typeof a=="number"?n+=Math.pow(a-o,2):a===!0?n+=Math.pow(1-o,2):n+=Math.pow(0-o,2),a!==null&&i++}return n/(i-1)}function Ga(){const t=ee(arguments),e=t.length;let n=0,i=0;const o=fr(t);let r;for(let a=0;a<e;a++){const c=t[a];typeof c=="number"?n+=Math.pow(c-o,2):c===!0?n+=Math.pow(1-o,2):n+=Math.pow(0-o,2),c!==null&&i++}return r=n/i,isNaN(r)&&(r=G),r}const Cr={};Cr.DIST=(t,e,n,i)=>(t=D(t),e=D(e),n=D(n),X(t,e,n)?W:i?1-Math.exp(-Math.pow(t/n,e)):Math.pow(t,e-1)*Math.exp(-Math.pow(t/n,e))*e/Math.pow(n,e));const Er={};Er.TEST=(t,e,n)=>{if(t=ie(ee(t)),e=D(e),X(t,e))return W;n=n||ht.S(t);const i=t.length;return 1-Dt.S.DIST((yn(t)-e)/(n/Math.sqrt(i)),!0)};function bm(t){return t=D(t),t instanceof Error?t:Math.abs(t)}function ym(t){if(t=D(t),t instanceof Error)return t;let e=Math.acos(t);return isNaN(e)&&(e=G),e}function wm(t){if(t=D(t),t instanceof Error)return t;let e=Math.log(t+Math.sqrt(t*t-1));return isNaN(e)&&(e=G),e}function vm(t){return t=D(t),t instanceof Error?t:Math.atan(1/t)}function Cm(t){if(t=D(t),t instanceof Error)return t;let e=.5*Math.log((t+1)/(t-1));return isNaN(e)&&(e=G),e}function Em(t,e,n,i){if(t=D(t),e=D(t),X(t,e))return W;switch(t){case 1:return yn(n);case 2:return hi(n);case 3:return mi(n);case 4:return lo(n);case 5:return ao(n);case 6:return co(n);case 7:return ht.S(n);case 8:return ht.P(n);case 9:return Ut(n);case 10:return at.S(n);case 11:return at.P(n);case 12:return qa(n);case 13:return wn.SNGL(n);case 14:return Wa(n,i);case 15:return ja(n,i);case 16:return yt.INC(n,i);case 17:return vn.INC(n,i);case 18:return yt.EXC(n,i);case 19:return vn.EXC(n,i)}}function Sm(t){if(t==null)return 0;if(t instanceof Error)return t;if(!/^M*(?:D?C{0,3}|C[MD])(?:L?X{0,3}|X[CL])(?:V?I{0,3}|I[XV])$/.test(t))return W;let e=0;return t.replace(/[MDLV]|C[MD]?|X[CL]?|I[XV]?/g,n=>{e+={M:1e3,CM:900,D:500,CD:400,C:100,XC:90,L:50,XL:40,X:10,IX:9,V:5,IV:4,I:1}[n]}),e}function Om(t){if(t=D(t),t instanceof Error)return t;let e=Math.asin(t);return isNaN(e)&&(e=G),e}function xm(t){return t=D(t),t instanceof Error?t:Math.log(t+Math.sqrt(t*t+1))}function km(t){return t=D(t),t instanceof Error?t:Math.atan(t)}function Fm(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||Math.atan2(t,e)}function Nm(t){if(t=D(t),t instanceof Error)return t;let e=Math.log((1+t)/(1-t))/2;return isNaN(e)&&(e=G),e}function Rm(t,e,n){t=D(t),e=D(e),n=D(n);const i=pe(t,e,n);if(i)return i;if(e===0)return G;const o=t.toString(e);return new Array(Math.max(n+1-o.length,0)).join("0")+o}function Wt(t,e,n){t=D(t),e=D(e),n=D(n);const i=pe(t,e,n);if(i)return i;if(e===0)return 0;e=Math.abs(e);const o=-Math.floor(Math.log(e)/Math.log(10));return t>=0?It(Math.ceil(t/e)*e,o):n===0?-It(Math.floor(Math.abs(t)/e)*e,o):-It(Math.ceil(Math.abs(t)/e)*e,o)}Wt.MATH=Wt,Wt.PRECISE=Wt;function qn(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t<e?G:qt(t)/(qt(e)*qt(t-e)))}function _m(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t<e?G:t===0&&e===0?1:qn(t+e-1,t-1))}function Tm(t){return t=D(t),t instanceof Error?t:Math.cos(t)}function Dm(t){return t=D(t),t instanceof Error?t:(Math.exp(t)+Math.exp(-t))/2}function Mm(t){return t=D(t),t instanceof Error?t:t===0?et:1/Math.tan(t)}function Am(t){if(t=D(t),t instanceof Error)return t;if(t===0)return et;const e=Math.exp(2*t);return(e+1)/(e-1)}function Lm(t){return t=D(t),t instanceof Error?t:t===0?et:1/Math.sin(t)}function Im(t){return t=D(t),t instanceof Error?t:t===0?et:2/(Math.exp(t)-Math.exp(-t))}function Bm(t,e){if(arguments.length<2)return ce;t=t||"0",e=D(e);const n=pe(t,e);if(n)return n;if(e===0)return G;const i=parseInt(t,e);return isNaN(i)?G:i}function Pm(t){return t=D(t),t instanceof Error?t:t*180/Math.PI}function Vm(t){return t=D(t),t instanceof Error?t:Wt(t,-2,-1)}function Hm(t){return arguments.length<1?ce:arguments.length>1?ar:(t=D(t),t instanceof Error||(t=Math.exp(t)),t)}const so=[];function qt(t){if(t=D(t),t instanceof Error)return t;const e=Math.floor(t);return e===0||e===1?1:(so[e]>0||(so[e]=qt(e-1)*e),so[e])}function Ya(t){if(t=D(t),t instanceof Error)return t;const e=Math.floor(t);return e<=0?1:e*Ya(e-2)}function Cn(t,e){t=D(t),e=D(e);const n=pe(t,e);if(n)return n;if(e===0)return 0;if(!(t>=0&&e>0)&&!(t<=0&&e<0))return G;e=Math.abs(e);const i=-Math.floor(Math.log(e)/Math.log(10));return t>=0?It(Math.floor(t/e)*e,i):-It(Math.ceil(Math.abs(t)/e),i)}Cn.MATH=(t,e,n)=>{if(e instanceof Error)return e;e=e===void 0?0:e,t=D(t),e=D(e),n=D(n);const i=pe(t,e,n);if(i)return i;if(e===0)return 0;e=e?Math.abs(e):1;const o=-Math.floor(Math.log(e)/Math.log(10));return t>=0?It(Math.floor(t/e)*e,o):n===0||n===void 0?-It(Math.ceil(Math.abs(t)/e)*e,o):-It(Math.floor(Math.abs(t)/e)*e,o)},Cn.PRECISE=Cn.MATH;function zm(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=t.length,n=t[0];let i=n<0?-n:n;for(let o=1;o<e;o++){const r=t[o];let a=r<0?-r:r;for(;i&&a;)i>a?i%=a:a%=i;i+=a}return i}function Wm(t){return t=D(t),t instanceof Error?t:Math.floor(t)}const qm={CEILING:Wt};function Um(){const t=ie(ee(arguments));if(t instanceof Error)return t;for(var e,n,i,o,r=1;(i=t.pop())!==void 0;){if(i===0)return 0;for(;i>1;){if(i%2){for(e=3,n=Math.floor(Math.sqrt(i));e<=n&&i%e;e+=2);o=e<=n?e:i}else o=2;for(i/=o,r*=o,e=t.length;e;t[--e]%o==0&&(t[e]/=o)==1&&t.splice(e,1));}}return r}function jm(t){return t=D(t),t instanceof Error?t:t===0?G:Math.log(t)}function Km(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t===0||e===0?G:Math.log(t)/Math.log(e))}function Gm(t){return t=D(t),t instanceof Error?t:t===0?G:Math.log(t)/Math.log(10)}function Ym(t,e){return!Array.isArray(t)||!Array.isArray(e)||t.some(i=>!i.length)||e.some(i=>!i.length)||dr(t).some(i=>typeof i!="number")||dr(e).some(i=>typeof i!="number")||t[0].length!==e.length?W:Array(t.length).fill(0).map(()=>Array(e[0].length).fill(0)).map((i,o)=>i.map((r,a)=>t[o].reduce((c,m,f)=>c+m*e[f][a],0)))}function Jm(t,e){t=D(t),e=D(e);const n=pe(t,e);if(n)return n;if(e===0)return et;let i=Math.abs(t%e);return i=t<0?e-i:i,e>0?i:-i}function Xm(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t*e==0?0:t*e<0?G:Math.round(t/e)*e)}function Zm(){const t=ie(ee(arguments));if(t instanceof Error)return t;let e=0,n=1;for(let i=0;i<t.length;i++)e+=t[i],n*=qt(t[i]);return qt(e)/n}function Qm(t){return arguments.length>1?ce:(t=parseInt(t),!t||t<=0?W:Array(t).fill(0).map(()=>Array(t).fill(0)).map((e,n)=>(e[n]=1,e)))}function $m(t){if(t=D(t),t instanceof Error)return t;let e=Math.ceil(Math.abs(t));return e=e&1?e:e+1,t>=0?e:-e}function e0(){return Math.PI}function Ja(t,e){t=D(t),e=D(e);const n=pe(t,e);if(n)return n;if(t===0&&e===0)return G;const i=Math.pow(t,e);return isNaN(i)?G:i}function co(){const e=ee(arguments).filter(o=>o!=null);if(e.length===0)return 0;const n=ie(e);if(n instanceof Error)return n;let i=1;for(let o=0;o<n.length;o++)i*=n[o];return i}function t0(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||parseInt(t/e,10)}function n0(t){return t=D(t),t instanceof Error?t:t*Math.PI/180}function i0(){return Math.random()}function o0(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||t+Math.ceil((e-t+1)*Math.random())-1}function r0(t){if(t=D(t),t instanceof Error)return t;const e=String(t).split(""),n=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"];let i="",o=3;for(;o--;)i=(n[+e.pop()+o*10]||"")+i;return new Array(+e.join("")+1).join("M")+i}function It(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||Number(Math.round(Number(t+"e"+e))+"e"+e*-1)}function l0(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t>0?1:-1)*Math.floor(Math.abs(t)*Math.pow(10,e))/Math.pow(10,e)}function a0(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t>0?1:-1)*Math.ceil(Math.abs(t)*Math.pow(10,e))/Math.pow(10,e)}function s0(t){return t=D(t),t instanceof Error?t:1/Math.cos(t)}function d0(t){return t=D(t),t instanceof Error?t:2/(Math.exp(t)+Math.exp(-t))}function c0(t,e,n,i){if(t=D(t),e=D(e),n=D(n),i=ie(i),X(t,e,n,i))return W;let o=i[0]*Math.pow(t,e);for(let r=1;r<i.length;r++)o+=i[r]*Math.pow(t,e+r*n);return o}function u0(t){return t=D(t),t instanceof Error?t:t<0?-1:t===0?0:1}function f0(t){return t=D(t),t instanceof Error?t:Math.sin(t)}function h0(t){return t=D(t),t instanceof Error?t:(Math.exp(t)-Math.exp(-t))/2}function m0(t){return t=D(t),t instanceof Error?t:t<0?G:Math.sqrt(t)}function g0(t){return t=D(t),t instanceof Error?t:Math.sqrt(t*Math.PI)}function p0(t,e){if(t=D(t),t instanceof Error)return t;switch(t){case 1:return yn(e);case 2:return hi(e);case 3:return mi(e);case 4:return lo(e);case 5:return ao(e);case 6:return co(e);case 7:return ht.S(e);case 8:return ht.P(e);case 9:return Ut(e);case 10:return at.S(e);case 11:return at.P(e);case 101:return yn(e);case 102:return hi(e);case 103:return mi(e);case 104:return lo(e);case 105:return ao(e);case 106:return co(e);case 107:return ht.S(e);case 108:return ht.P(e);case 109:return Ut(e);case 110:return at.S(e);case 111:return at.P(e)}}function Ut(){let t=0;return tt(eo(arguments),e=>{if(t instanceof Error)return!1;if(e instanceof Error)t=e;else if(typeof e=="number")t+=e;else if(typeof e=="string"){const n=parseFloat(e);!isNaN(n)&&(t+=n)}else if(Array.isArray(e)){const n=Ut.apply(null,e);n instanceof Error?t=n:t+=n}}),t}function b0(t,e,n){if(t=ee(t),n=n?ee(n):t,t instanceof Error)return t;if(e==null||e instanceof Error)return 0;let i=0;const o=e==="*",r=o?null:Bn(e+"");for(let a=0;a<t.length;a++){const c=t[a],m=n[a];if(o)i+=c;else{const f=[zt(c,on)].concat(r);i+=Pn(f)?m:0}}return i}function y0(){const t=io(...arguments);return Ut(t)}function w0(){if(!arguments||arguments.length===0)return W;const t=arguments.length+1;let e=0,n,i,o,r;for(let a=0;a<arguments[0].length;a++)if(arguments[0][a]instanceof Array)for(let c=0;c<arguments[0][a].length;c++){for(n=1,i=1;i<t;i++){const m=arguments[i-1][a][c];if(m instanceof Error)return m;if(r=D(m),r instanceof Error)return r;n*=r}e+=n}else{for(n=1,i=1;i<t;i++){const c=arguments[i-1][a];if(c instanceof Error)return c;if(o=D(c),o instanceof Error)return o;n*=o}e+=n}return e}function v0(){const t=ie(ee(arguments));if(t instanceof Error)return t;let e=0;const n=t.length;for(let i=0;i<n;i++)e+=ro(t[i])?t[i]*t[i]:0;return e}function C0(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;let n=0;for(let i=0;i<t.length;i++)n+=t[i]*t[i]-e[i]*e[i];return n}function E0(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;let n=0;t=ie(ee(t)),e=ie(ee(e));for(let i=0;i<t.length;i++)n+=t[i]*t[i]+e[i]*e[i];return n}function S0(t,e){if(t=ie(ee(t)),e=ie(ee(e)),X(t,e))return W;let n=0;t=ee(t),e=ee(e);for(let i=0;i<t.length;i++)n+=Math.pow(t[i]-e[i],2);return n}function O0(t){return t=D(t),t instanceof Error?t:Math.tan(t)}function x0(t){if(t=D(t),t instanceof Error)return t;const e=Math.exp(2*t);return(e-1)/(e+1)}function k0(t,e){t=D(t),e=D(e);const n=pe(t,e);return n||(t>0?1:-1)*Math.floor(Math.abs(t)*Math.pow(10,e))/Math.pow(10,e)}function F0(t,e){if(arguments.length!==2)return ce;t=D(t),e=D(e);const n=pe(t,e);return n||t+e}function N0(t,e){if(arguments.length!==2)return ce;t=D(t),e=D(e);const n=pe(t,e);return n||(e===0?et:t/e)}function R0(t,e){return arguments.length!==2?ce:t instanceof Error?t:e instanceof Error?e:(t===null&&(t=void 0),e===null&&(e=void 0),t===e)}function _0(t,e){if(arguments.length!==2)return ce;if(t instanceof Error)return t;if(e instanceof Error)return e;no(t,e)?(t=He(t),e=He(e)):(t=D(t),e=D(e));const n=pe(t,e);return n||t>e}function T0(t,e){if(arguments.length!==2)return ce;no(t,e)?(t=He(t),e=He(e)):(t=D(t),e=D(e));const n=pe(t,e);return n||t>=e}function D0(t,e){if(arguments.length!==2)return ce;no(t,e)?(t=He(t),e=He(e)):(t=D(t),e=D(e));const n=pe(t,e);return n||t<e}function M0(t,e){if(arguments.length!==2)return ce;no(t,e)?(t=He(t),e=He(e)):(t=D(t),e=D(e));const n=pe(t,e);return n||t<=e}function A0(t,e){if(arguments.length!==2)return ce;t=D(t),e=D(e);const n=pe(t,e);return n||t-e}function L0(t,e){if(arguments.length!==2)return ce;t=D(t),e=D(e);const n=pe(t,e);return n||t*e}function I0(t,e){return arguments.length!==2?ce:t instanceof Error?t:e instanceof Error?e:(t===null&&(t=void 0),e===null&&(e=void 0),t!==e)}function B0(t,e){return arguments.length!==2?ce:Ja(t,e)}var P0=Object.freeze({__proto__:null,ADD:F0,DIVIDE:N0,EQ:R0,GT:_0,GTE:T0,LT:D0,LTE:M0,MINUS:A0,MULTIPLY:L0,NE:I0,POW:B0});const V0=new Date(Date.UTC(1900,0,1)),H0=[void 0,0,1,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,1,2,3,4,5,6,0],z0=[[],[1,2,3,4,5,6,7],[7,1,2,3,4,5,6],[6,0,1,2,3,4,5],[],[],[],[],[],[],[],[7,1,2,3,4,5,6],[6,7,1,2,3,4,5],[5,6,7,1,2,3,4],[4,5,6,7,1,2,3],[3,4,5,6,7,1,2],[2,3,4,5,6,7,1],[1,2,3,4,5,6,7]],uo=[[],[6,0],[0,1],[1,2],[2,3],[3,4],[4,5],[5,6],void 0,void 0,void 0,[0,0],[1,1],[2,2],[3,3],[4,4],[5,5],[6,6]];function W0(t,e,n){let i;return t=D(t),e=D(e),n=D(n),X(t,e,n)?i=W:(i=new Date(t,e-1,n),i.getFullYear()<0&&(i=G)),i}function rn(t,e,n){n=n.toUpperCase(),t=ye(t),e=ye(e);const i=t.getFullYear(),o=t.getMonth(),r=t.getDate(),a=e.getFullYear(),c=e.getMonth(),m=e.getDate();let f;switch(n){case"Y":f=Math.floor(Or(t,e));break;case"D":f=En(e,t);break;case"M":f=c-o+12*(a-i),m<r&&f--;break;case"MD":r<=m?f=m-r:(c===0?(t.setFullYear(a-1),t.setMonth(12)):(t.setFullYear(a),t.setMonth(c-1)),f=En(e,t));break;case"YM":f=c-o+12*(a-i),m<r&&f--,f=f%12;break;case"YD":c>o||c===o&&m<r?t.setFullYear(a):t.setFullYear(a-1),f=En(e,t);break}return f}function q0(t){if(typeof t!="string")return W;const e=Date.parse(t);return isNaN(e)?W:new Date(t)}function U0(t){const e=ye(t);return e instanceof Error?e:e.getDate()}function fo(t){const e=new Date(t);return e.setHours(0,0,0,0),e}function En(t,e){return t=ye(t),e=ye(e),t instanceof Error?t:e instanceof Error?e:Za(fo(t))-Za(fo(e))}function ln(t,e,n){if(n=cr(n||"false"),t=ye(t),e=ye(e),t instanceof Error)return t;if(e instanceof Error)return e;if(n instanceof Error)return n;const i=t.getMonth();let o=e.getMonth(),r,a;if(n)r=t.getDate()===31?30:t.getDate(),a=e.getDate()===31?30:e.getDate();else{const c=new Date(t.getFullYear(),i+1,0).getDate(),m=new Date(e.getFullYear(),o+1,0).getDate();r=t.getDate()===c?30:t.getDate(),e.getDate()===m?r<30?(o++,a=1):a=30:a=e.getDate()}return 360*(e.getFullYear()-t.getFullYear())+30*(o-i)+(a-r)}function j0(t,e){if(t=ye(t),t instanceof Error)return t;if(isNaN(e))return W;let n=t.getDate();t.setDate(1),e=parseInt(e,10),t.setMonth(t.getMonth()+e);let i=t.getMonth();if(n>28){let o=[31,28,31,30,31,30,31,31,30,31,30,31][i],r=t.getFullYear();i===1&&(r%4==0&&r%100!=0||r%400==0)&&(o=29),n=Math.min(n,o)}return t.setDate(n),t}function K0(t,e){return t=ye(t),t instanceof Error?t:isNaN(e)?W:(e=parseInt(e,10),new Date(t.getFullYear(),t.getMonth()+e+1,0))}function G0(t){return t=ye(t),t instanceof Error?t:t.getHours()}function Xa(t){if(t=ye(t),t instanceof Error)return t;t=fo(t),t.setDate(t.getDate()+4-(t.getDay()||7));const e=new Date(t.getFullYear(),0,1);return Math.ceil(((t-e)/864e5+1)/7)}function Y0(t){return t=ye(t),t instanceof Error?t:t.getMinutes()}function J0(t){return t=ye(t),t instanceof Error?t:t.getMonth()+1}function ho(t,e,n){return ho.INTL(t,e,1,n)}ho.INTL=(t,e,n,i)=>{if(t=ye(t),t instanceof Error)return t;if(e=ye(e),e instanceof Error)return e;let o=!1;const r=[],a=[1,2,3,4,5,6,0],c=new RegExp("^[0|1]{7}$");if(n===void 0)n=uo[1];else if(typeof n=="string"&&c.test(n)){o=!0,n=n.split("");for(let s=0;s<n.length;s++)n[s]==="1"&&r.push(a[s])}else n=uo[n];if(!(n instanceof Array))return W;i===void 0?i=[]:i instanceof Array||(i=[i]);for(let s=0;s<i.length;s++){const u=ye(i[s]);if(u instanceof Error)return u;i[s]=u}const m=Math.round((e-t)/(1e3*60*60*24))+1;let f=m;const l=t;for(let s=0;s<m;s++){const u=new Date().getTimezoneOffset()>0?l.getUTCDay():l.getDay();let h=o?r.includes(u):u===n[0]||u===n[1];for(let g=0;g<i.length;g++){const b=i[g];if(b.getDate()===l.getDate()&&b.getMonth()===l.getMonth()&&b.getFullYear()===l.getFullYear()){h=!0;break}}h&&f--,l.setDate(l.getDate()+1)}return f};function X0(){return new Date}function Z0(t){return t=ye(t),t instanceof Error?t:t.getSeconds()}function Q0(t,e,n){return t=D(t),e=D(e),n=D(n),X(t,e,n)?W:t<0||e<0||n<0?G:(3600*t+60*e+n)/86400}function $0(t){return t=ye(t),t instanceof Error?t:(3600*t.getHours()+60*t.getMinutes()+t.getSeconds())/86400}function e1(){return fo(new Date)}function t1(t,e){if(t=ye(t),t instanceof Error)return t;e===void 0&&(e=1);const n=t.getDay();return z0[e][n]}function n1(t,e){if(t=ye(t),t instanceof Error)return t;if(e===void 0&&(e=1),e===21)return Xa(t);const n=H0[e];let i=new Date(t.getFullYear(),0,1);const o=i.getDay()<n?1:0;return i-=Math.abs(i.getDay()-n)*24*60*60*1e3,Math.floor((t-i)/(1e3*60*60*24)/7+1)+o}function mo(t,e,n){return mo.INTL(t,e,1,n)}mo.INTL=(t,e,n,i)=>{if(t=ye(t),t instanceof Error)return t;if(e=D(e),e instanceof Error)return e;if(n===void 0?n=uo[1]:n=uo[n],!(n instanceof Array))return W;i===void 0?i=[]:i instanceof Array||(i=[i]);for(let a=0;a<i.length;a++){const c=ye(i[a]);if(c instanceof Error)return c;i[a]=c}let o=0;const r=Math.sign(e);for(;o<e*r;){t.setDate(t.getDate()+r);const a=t.getDay();if(!(a===n[0]||a===n[1])){for(let c=0;c<i.length;c++){const m=i[c];if(m.getDate()===t.getDate()&&m.getMonth()===t.getMonth()&&m.getFullYear()===t.getFullYear()){o--;break}}o++}}return t.getFullYear()<1900?W:t};function i1(t){return t=ye(t),t instanceof Error?t:t.getFullYear()}function Sr(t){return new Date(t,1,29).getMonth()===1}function go(t,e){return Math.ceil((e-t)/1e3/60/60/24)}function Or(t,e,n){if(t=ye(t),t instanceof Error)return t;if(e=ye(e),e instanceof Error)return e;n=n||0;let i=t.getDate();const o=t.getMonth()+1,r=t.getFullYear();let a=e.getDate();const c=e.getMonth()+1,m=e.getFullYear();switch(n){case 0:return i===31&&a===31?(i=30,a=30):i===31?i=30:i===30&&a===31&&(a=30),(a+c*30+m*360-(i+o*30+r*360))/360;case 1:{const f=(g,b)=>{const p=g.getFullYear(),y=new Date(p,2,1);if(Sr(p)&&g<y&&b>=y)return!0;const v=b.getFullYear(),C=new Date(v,2,1);return Sr(v)&&b>=C&&g<C};let l=365;if(r===m||r+1===m&&(o>c||o===c&&i>=a))return(r===m&&Sr(r)||f(t,e)||c===1&&a===29)&&(l=366),go(t,e)/l;const s=m-r+1,h=(new Date(m+1,0,1)-new Date(r,0,1))/1e3/60/60/24/s;return go(t,e)/h}case 2:return go(t,e)/360;case 3:return go(t,e)/365;case 4:return(a+c*30+m*360-(i+o*30+r*360))/360}}function Za(t){const e=t>-22038912e5?2:1;return Math.ceil((t-V0)/864e5)+e}function o1(){throw new Error("ASC is not implemented")}function r1(){throw new Error("BAHTTEXT is not implemented")}function Qa(t){return t=D(t),t===0?W:t instanceof Error?t:String.fromCharCode(t)}function l1(t){if(X(t))return t;t=t||"";const e=/[\0-\x1F]/g;return t.replace(e,"")}function $a(t){if(X(t))return t;t=t||"";let e=t.charCodeAt(0);return isNaN(e)&&(e=W),e}function es(){const t=ee(arguments),e=pe.apply(void 0,t);if(e)return e;let n=0;for(;(n=t.indexOf(!0))>-1;)t[n]="TRUE";let i=0;for(;(i=t.indexOf(!1))>-1;)t[i]="FALSE";return t.join("")}const a1=es;function s1(){throw new Error("DBCS is not implemented")}function d1(t,e=2){if(t=D(t),isNaN(t))return W;t=It(t,e);const n={style:"currency",currency:"USD",minimumFractionDigits:e>=0?e:0,maximumFractionDigits:e>=0?e:0},i=t.toLocaleString("en-US",n);return t<0?"$("+i.slice(2)+")":i}function c1(t,e){if(arguments.length!==2)return ce;const n=pe(t,e);return n||(t=He(t),e=He(e),t===e)}function u1(t,e,n){if(arguments.length<2)return ce;t=He(t),e=He(e),n=n===void 0?0:n;const i=e.indexOf(t,n-1);return i===-1?W:i+1}function ts(t,e=2,n=!1){if(t=D(t),isNaN(t)||(e=D(e),isNaN(e)))return W;if(e<0){const i=Math.pow(10,-e);t=Math.round(t/i)*i}else t=t.toFixed(e);if(n)t=t.toString().replace(/,/g,"");else{const i=t.toString().split(".");i[0]=i[0].replace(/\B(?=(\d{3})+$)/g,","),t=i.join(".")}return t}function f1(t,e){const n=pe(t,e);return n||(t=He(t),e=e===void 0?1:e,e=D(e),e instanceof Error||typeof t!="string"?W:t.substring(0,e))}function h1(t){return arguments.length===0?ar:t instanceof Error?t:Array.isArray(t)?W:He(t).length}function m1(t){return arguments.length!==1?W:(t=He(t),X(t)?t:t.toLowerCase())}function g1(t,e,n){if(e==null)return W;if(e=D(e),n=D(n),X(e,n)||typeof t!="string")return n;const i=e-1,o=i+n;return t.substring(i,o)}function p1(t,e,n){return t=Vn(t)?t:"",typeof t=="number"?t:typeof t!="string"?ce:(e=typeof e=="undefined"?".":e,n=typeof n=="undefined"?",":n,Number(t.replace(e,".").replace(n,"")))}function b1(){throw new Error("PRONETIC is not implemented")}function y1(t){return X(t)?t:isNaN(t)&&typeof t=="number"?W:(t=He(t),t.replace(/\w\S*/g,e=>e.charAt(0).toUpperCase()+e.substr(1).toLowerCase()))}function w1(t,e,n,i){return e=D(e),n=D(n),X(e,n)||typeof t!="string"||typeof i!="string"?W:t.substr(0,e-1)+i+t.substr(e-1+n)}function vt(t,e){const n=pe(t,e);return n||(t=He(t),e=D(e),e instanceof Error?e:new Array(e+1).join(t))}function v1(t,e){const n=pe(t,e);return n||(t=He(t),e=e===void 0?1:e,e=D(e),e instanceof Error?e:t.substring(t.length-e))}function C1(t,e,n){let i;return typeof t!="string"||typeof e!="string"?W:(n=n===void 0?0:n,i=e.toLowerCase().indexOf(t.toLowerCase(),n-1)+1,i===0?W:i)}function E1(t,e,n,i){if(arguments.length<3)return ce;if(!t||!e)return t;if(i===void 0)return t.split(e).join(n);{if(i=Math.floor(Number(i)),Number.isNaN(i)||i<=0)return W;let o=0,r=0;for(;o>-1&&t.indexOf(e,o)>-1;)if(o=t.indexOf(e,o+1),r++,o>-1&&r===i)return t.substring(0,o)+n+t.substring(o+e.length);return t}}function S1(t){return t instanceof Error||typeof t=="string"?t:""}function O1(t,e){if(t===void 0||t instanceof Error||e instanceof Error)return ce;if(t instanceof Date)return t.toISOString().slice(0,10);if(e==null)return"";if(typeof e=="number")return String(e);if(typeof e!="string")return W;const n=e.startsWith("$")?"$":"",i=e.endsWith("%");e=e.replace(/%/g,"").replace(/\$/g,"");const o=e.includes(".")?e.split(".")[1].match(/0/g).length:0,r=!e.includes(",");return i&&(t=t*100),t=ts(t,o,r),t.startsWith("-")?(t=t.replace("-",""),t="-"+n+t):t=n+t,i&&(t=t+"%"),t}function x1(t,e,...n){if(typeof e!="boolean"&&(e=cr(e)),arguments.length<3)return ce;t=t!=null?t:"";let i=ee(n),o=e?i.filter(r=>r):i;if(Array.isArray(t)){t=ee(t);let r=o.map(c=>[c]),a=0;for(let c=0;c<r.length-1;c++)r[c].push(t[a]),a++,a===t.length&&(a=0);return o=ee(r),o.join("")}return o.join(t)}function k1(t){return t=He(t),t instanceof Error?t:t.replace(/\s+/g," ").trim()}const F1=Qa,N1=$a;function R1(t){return t=He(t),t instanceof Error?t:t.toUpperCase()}function _1(t){const e=pe(t);if(e)return e;if(typeof t=="number")return t;if(Vn(t)||(t=""),typeof t!="string")return W;const n=/(%)$/.test(t)||/^(%)/.test(t);if(t=t.replace(/^[^0-9-]{0,3}/,""),t=t.replace(/[^0-9]{0,3}$/,""),t=t.replace(/[ ,]/g,""),t==="")return 0;let i=Number(t);return isNaN(i)?W:(i=i||0,n&&(i=i*.01),i)}function xr(t){return/^[01]{1,10}$/.test(t)}function T1(t,e){return t=D(t),e=D(e),X(t,e)?W:ui.besseli(t,e)}function D1(t,e){return t=D(t),e=D(e),X(t,e)?W:ui.besselj(t,e)}function M1(t,e){return t=D(t),e=D(e),X(t,e)?W:ui.besselk(t,e)}function A1(t,e){return t=D(t),e=D(e),X(t,e)?W:ui.bessely(t,e)}function L1(t){if(!xr(t))return G;const e=parseInt(t,2),n=t.toString();return n.length===10&&n.substring(0,1)==="1"?parseInt(n.substring(1),2)-512:e}function I1(t,e){if(!xr(t))return G;const n=t.toString();if(n.length===10&&n.substring(0,1)==="1")return(1099511627264+parseInt(n.substring(1),2)).toString(16);const i=parseInt(t,2).toString(16);return e===void 0?i:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=i.length?vt("0",e-i.length)+i:G)}function B1(t,e){if(!xr(t))return G;const n=t.toString();if(n.length===10&&n.substring(0,1)==="1")return(1073741312+parseInt(n.substring(1),2)).toString(8);const i=parseInt(t,2).toString(8);return e===void 0?i:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=i.length?vt("0",e-i.length)+i:G)}function P1(t,e){return t=D(t),e=D(e),X(t,e)?W:t<0||e<0||Math.floor(t)!==t||Math.floor(e)!==e||t>281474976710655||e>281474976710655?G:t&e}function V1(t,e){return t=D(t),e=D(e),X(t,e)?W:t<0||Math.floor(t)!==t||t>281474976710655||Math.abs(e)>53?G:e>=0?t<<e:t>>-e}function H1(t,e){return t=D(t),e=D(e),X(t,e)?W:t<0||e<0||Math.floor(t)!==t||Math.floor(e)!==e||t>281474976710655||e>281474976710655?G:t|e}function z1(t,e){return t=D(t),e=D(e),X(t,e)?W:t<0||Math.floor(t)!==t||t>281474976710655||Math.abs(e)>53?G:e>=0?t>>e:t<<-e}function W1(t,e){return t=D(t),e=D(e),X(t,e)?W:t<0||e<0||Math.floor(t)!==t||Math.floor(e)!==e||t>281474976710655||e>281474976710655?G:t^e}function nt(t,e,n){if(t=D(t),e=D(e),X(t,e))return t;if(n=n===void 0?"i":n,n!=="i"&&n!=="j")return W;if(t===0&&e===0)return 0;if(t===0)return e===1?n:e.toString()+n;if(e===0)return t.toString();{const i=e>0?"+":"";return t.toString()+i+(e===1?n:e.toString()+n)}}function q1(t,e,n){if(t=D(t),t instanceof Error)return t;const i=[["a.u. of action","?",null,"action",!1,!1,105457168181818e-48],["a.u. of charge","e",null,"electric_charge",!1,!1,160217653141414e-33],["a.u. of energy","Eh",null,"energy",!1,!1,435974417757576e-32],["a.u. of length","a?",null,"length",!1,!1,529177210818182e-25],["a.u. of mass","m?",null,"mass",!1,!1,910938261616162e-45],["a.u. of time","?/Eh",null,"time",!1,!1,241888432650516e-31],["admiralty knot","admkn",null,"speed",!1,!0,.514773333],["ampere","A",null,"electric_current",!0,!1,1],["ampere per meter","A/m",null,"magnetic_field_intensity",!0,!1,1],["\xE5ngstr\xF6m","\xC5",["ang"],"length",!1,!0,1e-10],["are","ar",null,"area",!1,!0,100],["astronomical unit","ua",null,"length",!1,!1,149597870691667e-25],["bar","bar",null,"pressure",!1,!1,1e5],["barn","b",null,"area",!1,!1,1e-28],["becquerel","Bq",null,"radioactivity",!0,!1,1],["bit","bit",["b"],"information",!1,!0,1],["btu","BTU",["btu"],"energy",!1,!0,1055.05585262],["byte","byte",null,"information",!1,!0,8],["candela","cd",null,"luminous_intensity",!0,!1,1],["candela per square metre","cd/m?",null,"luminance",!0,!1,1],["coulomb","C",null,"electric_charge",!0,!1,1],["cubic \xE5ngstr\xF6m","ang3",["ang^3"],"volume",!1,!0,1e-30],["cubic foot","ft3",["ft^3"],"volume",!1,!0,.028316846592],["cubic inch","in3",["in^3"],"volume",!1,!0,16387064e-12],["cubic light-year","ly3",["ly^3"],"volume",!1,!0,846786664623715e-61],["cubic metre","m3",["m^3"],"volume",!0,!0,1],["cubic mile","mi3",["mi^3"],"volume",!1,!0,416818182544058e-5],["cubic nautical mile","Nmi3",["Nmi^3"],"volume",!1,!0,6352182208],["cubic Pica","Pica3",["Picapt3","Pica^3","Picapt^3"],"volume",!1,!0,758660370370369e-22],["cubic yard","yd3",["yd^3"],"volume",!1,!0,.764554857984],["cup","cup",null,"volume",!1,!0,.0002365882365],["dalton","Da",["u"],"mass",!1,!1,166053886282828e-41],["day","d",["day"],"time",!1,!0,86400],["degree","\xB0",null,"angle",!1,!1,.0174532925199433],["degrees Rankine","Rank",null,"temperature",!1,!0,.555555555555556],["dyne","dyn",["dy"],"force",!1,!0,1e-5],["electronvolt","eV",["ev"],"energy",!1,!0,1.60217656514141],["ell","ell",null,"length",!1,!0,1.143],["erg","erg",["e"],"energy",!1,!0,1e-7],["farad","F",null,"electric_capacitance",!0,!1,1],["fluid ounce","oz",null,"volume",!1,!0,295735295625e-16],["foot","ft",null,"length",!1,!0,.3048],["foot-pound","flb",null,"energy",!1,!0,1.3558179483314],["gal","Gal",null,"acceleration",!1,!1,.01],["gallon","gal",null,"volume",!1,!0,.003785411784],["gauss","G",["ga"],"magnetic_flux_density",!1,!0,1],["grain","grain",null,"mass",!1,!0,647989e-10],["gram","g",null,"mass",!1,!0,.001],["gray","Gy",null,"absorbed_dose",!0,!1,1],["gross registered ton","GRT",["regton"],"volume",!1,!0,2.8316846592],["hectare","ha",null,"area",!1,!0,1e4],["henry","H",null,"inductance",!0,!1,1],["hertz","Hz",null,"frequency",!0,!1,1],["horsepower","HP",["h"],"power",!1,!0,745.69987158227],["horsepower-hour","HPh",["hh","hph"],"energy",!1,!0,2684519538e-3],["hour","h",["hr"],"time",!1,!0,3600],["imperial gallon (U.K.)","uk_gal",null,"volume",!1,!0,.00454609],["imperial hundredweight","lcwt",["uk_cwt","hweight"],"mass",!1,!0,50.802345],["imperial quart (U.K)","uk_qt",null,"volume",!1,!0,.0011365225],["imperial ton","brton",["uk_ton","LTON"],"mass",!1,!0,1016.046909],["inch","in",null,"length",!1,!0,.0254],["international acre","uk_acre",null,"area",!1,!0,4046.8564224],["IT calorie","cal",null,"energy",!1,!0,4.1868],["joule","J",null,"energy",!0,!0,1],["katal","kat",null,"catalytic_activity",!0,!1,1],["kelvin","K",["kel"],"temperature",!0,!0,1],["kilogram","kg",null,"mass",!0,!0,1],["knot","kn",null,"speed",!1,!0,.514444444444444],["light-year","ly",null,"length",!1,!0,9460730472580800],["litre","L",["l","lt"],"volume",!1,!0,.001],["lumen","lm",null,"luminous_flux",!0,!1,1],["lux","lx",null,"illuminance",!0,!1,1],["maxwell","Mx",null,"magnetic_flux",!1,!1,1e-18],["measurement ton","MTON",null,"volume",!1,!0,1.13267386368],["meter per hour","m/h",["m/hr"],"speed",!1,!0,.00027777777777778],["meter per second","m/s",["m/sec"],"speed",!0,!0,1],["meter per second squared","m?s??",null,"acceleration",!0,!1,1],["parsec","pc",["parsec"],"length",!1,!0,30856775814671900],["meter squared per second","m?/s",null,"kinematic_viscosity",!0,!1,1],["metre","m",null,"length",!0,!0,1],["miles per hour","mph",null,"speed",!1,!0,.44704],["millimetre of mercury","mmHg",null,"pressure",!1,!1,133.322],["minute","?",null,"angle",!1,!1,.000290888208665722],["minute","min",["mn"],"time",!1,!0,60],["modern teaspoon","tspm",null,"volume",!1,!0,5e-6],["mole","mol",null,"amount_of_substance",!0,!1,1],["morgen","Morgen",null,"area",!1,!0,2500],["n.u. of action","?",null,"action",!1,!1,105457168181818e-48],["n.u. of mass","m?",null,"mass",!1,!1,910938261616162e-45],["n.u. of speed","c?",null,"speed",!1,!1,299792458],["n.u. of time","?/(me?c??)",null,"time",!1,!1,128808866778687e-35],["nautical mile","M",["Nmi"],"length",!1,!0,1852],["newton","N",null,"force",!0,!0,1],["\u0153rsted","Oe ",null,"magnetic_field_intensity",!1,!1,79.5774715459477],["ohm","\u03A9",null,"electric_resistance",!0,!1,1],["ounce mass","ozm",null,"mass",!1,!0,.028349523125],["pascal","Pa",null,"pressure",!0,!1,1],["pascal second","Pa?s",null,"dynamic_viscosity",!0,!1,1],["pferdest\xE4rke","PS",null,"power",!1,!0,735.49875],["phot","ph",null,"illuminance",!1,!1,1e-4],["pica (1/6 inch)","pica",null,"length",!1,!0,.00035277777777778],["pica (1/72 inch)","Pica",["Picapt"],"length",!1,!0,.00423333333333333],["poise","P",null,"dynamic_viscosity",!1,!1,.1],["pond","pond",null,"force",!1,!0,.00980665],["pound force","lbf",null,"force",!1,!0,4.4482216152605],["pound mass","lbm",null,"mass",!1,!0,.45359237],["quart","qt",null,"volume",!1,!0,.000946352946],["radian","rad",null,"angle",!0,!1,1],["second","?",null,"angle",!1,!1,484813681109536e-20],["second","s",["sec"],"time",!0,!0,1],["short hundredweight","cwt",["shweight"],"mass",!1,!0,45.359237],["siemens","S",null,"electrical_conductance",!0,!1,1],["sievert","Sv",null,"equivalent_dose",!0,!1,1],["slug","sg",null,"mass",!1,!0,14.59390294],["square \xE5ngstr\xF6m","ang2",["ang^2"],"area",!1,!0,1e-20],["square foot","ft2",["ft^2"],"area",!1,!0,.09290304],["square inch","in2",["in^2"],"area",!1,!0,64516e-8],["square light-year","ly2",["ly^2"],"area",!1,!0,895054210748189e17],["square meter","m?",null,"area",!0,!0,1],["square mile","mi2",["mi^2"],"area",!1,!0,2589988110336e-6],["square nautical mile","Nmi2",["Nmi^2"],"area",!1,!0,3429904],["square Pica","Pica2",["Picapt2","Pica^2","Picapt^2"],"area",!1,!0,1792111111111e-17],["square yard","yd2",["yd^2"],"area",!1,!0,.83612736],["statute mile","mi",null,"length",!1,!0,1609.344],["steradian","sr",null,"solid_angle",!0,!1,1],["stilb","sb",null,"luminance",!1,!1,1e-4],["stokes","St",null,"kinematic_viscosity",!1,!1,1e-4],["stone","stone",null,"mass",!1,!0,6.35029318],["tablespoon","tbs",null,"volume",!1,!0,147868e-10],["teaspoon","tsp",null,"volume",!1,!0,492892e-11],["tesla","T",null,"magnetic_flux_density",!0,!0,1],["thermodynamic calorie","c",null,"energy",!1,!0,4.184],["ton","ton",null,"mass",!1,!0,907.18474],["tonne","t",null,"mass",!1,!1,1e3],["U.K. pint","uk_pt",null,"volume",!1,!0,.00056826125],["U.S. bushel","bushel",null,"volume",!1,!0,.03523907],["U.S. oil barrel","barrel",null,"volume",!1,!0,.158987295],["U.S. pint","pt",["us_pt"],"volume",!1,!0,.000473176473],["U.S. survey mile","survey_mi",null,"length",!1,!0,1609.347219],["U.S. survey/statute acre","us_acre",null,"area",!1,!0,4046.87261],["volt","V",null,"voltage",!0,!1,1],["watt","W",null,"power",!0,!0,1],["watt-hour","Wh",["wh"],"energy",!1,!0,3600],["weber","Wb",null,"magnetic_flux",!0,!1,1],["yard","yd",null,"length",!1,!0,.9144],["year","yr",null,"time",!1,!0,31557600]],o={Yi:["yobi",80,12089258196146292e8,"Yi","yotta"],Zi:["zebi",70,11805916207174113e5,"Zi","zetta"],Ei:["exbi",60,1152921504606847e3,"Ei","exa"],Pi:["pebi",50,1125899906842624,"Pi","peta"],Ti:["tebi",40,1099511627776,"Ti","tera"],Gi:["gibi",30,1073741824,"Gi","giga"],Mi:["mebi",20,1048576,"Mi","mega"],ki:["kibi",10,1024,"ki","kilo"]},r={Y:["yotta",1e24,"Y"],Z:["zetta",1e21,"Z"],E:["exa",1e18,"E"],P:["peta",1e15,"P"],T:["tera",1e12,"T"],G:["giga",1e9,"G"],M:["mega",1e6,"M"],k:["kilo",1e3,"k"],h:["hecto",100,"h"],e:["dekao",10,"e"],d:["deci",.1,"d"],c:["centi",.01,"c"],m:["milli",.001,"m"],u:["micro",1e-6,"u"],n:["nano",1e-9,"n"],p:["pico",1e-12,"p"],f:["femto",1e-15,"f"],a:["atto",1e-18,"a"],z:["zepto",1e-21,"z"],y:["yocto",1e-24,"y"]};let a=null,c=null,m=e,f=n,l=1,s=1,u;for(let h=0;h<i.length;h++)u=i[h][2]===null?[]:i[h][2],(i[h][1]===m||u.indexOf(m)>=0)&&(a=i[h]),(i[h][1]===f||u.indexOf(f)>=0)&&(c=i[h]);if(a===null){const h=o[e.substring(0,2)];let g=r[e.substring(0,1)];e.substring(0,2)==="da"&&(g=["dekao",10,"da"]),h?(l=h[2],m=e.substring(2)):g&&(l=g[1],m=e.substring(g[2].length));for(let b=0;b<i.length;b++)u=i[b][2]===null?[]:i[b][2],(i[b][1]===m||u.indexOf(m)>=0)&&(a=i[b])}if(c===null){const h=o[n.substring(0,2)];let g=r[n.substring(0,1)];n.substring(0,2)==="da"&&(g=["dekao",10,"da"]),h?(s=h[2],f=n.substring(2)):g&&(s=g[1],f=n.substring(g[2].length));for(let b=0;b<i.length;b++)u=i[b][2]===null?[]:i[b][2],(i[b][1]===f||u.indexOf(f)>=0)&&(c=i[b])}return a===null||c===null||a[3]!==c[3]?ce:t*a[6]*l/(c[6]*s)}function U1(t,e){if(t=D(t),t instanceof Error)return t;if(!/^-?[0-9]{1,3}$/.test(t)||t<-512||t>511)return G;if(t<0)return"1"+vt("0",9-(512+t).toString(2).length)+(512+t).toString(2);const n=parseInt(t,10).toString(2);return typeof e=="undefined"?n:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=n.length?vt("0",e-n.length)+n:G)}function j1(t,e){if(t=D(t),t instanceof Error)return t;if(!/^-?[0-9]{1,12}$/.test(t)||t<-549755813888||t>549755813887)return G;if(t<0)return(1099511627776+t).toString(16);const n=parseInt(t,10).toString(16);return typeof e=="undefined"?n:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=n.length?vt("0",e-n.length)+n:G)}function K1(t,e){if(t=D(t),t instanceof Error)return t;if(!/^-?[0-9]{1,9}$/.test(t)||t<-536870912||t>536870911)return G;if(t<0)return(1073741824+t).toString(8);const n=parseInt(t,10).toString(8);return typeof e=="undefined"?n:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=n.length?vt("0",e-n.length)+n:G)}function G1(t,e){return e=e===void 0?0:e,t=D(t),e=D(e),X(t,e)?W:t===e?1:0}function kr(t,e){return e=e===void 0?0:e,t=D(t),e=D(e),X(t,e)?W:ne.erf(t)}kr.PRECISE=()=>{throw new Error("ERF.PRECISE is not implemented")};function Fr(t){return isNaN(t)?W:ne.erfc(t)}Fr.PRECISE=()=>{throw new Error("ERFC.PRECISE is not implemented")};function Y1(t,e){return e=e||0,t=D(t),X(e,t)?t:t>=e?1:0}function J1(t,e){if(!/^[0-9A-Fa-f]{1,10}$/.test(t))return G;const n=t.length===10&&t.substring(0,1).toLowerCase()==="f",i=n?parseInt(t,16)-1099511627776:parseInt(t,16);if(i<-512||i>511)return G;if(n)return"1"+vt("0",9-(512+i).toString(2).length)+(512+i).toString(2);const o=i.toString(2);return e===void 0?o:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=o.length?vt("0",e-o.length)+o:G)}function X1(t){if(!/^[0-9A-Fa-f]{1,10}$/.test(t))return G;const e=parseInt(t,16);return e>=549755813888?e-1099511627776:e}function Z1(t,e){if(!/^[0-9A-Fa-f]{1,10}$/.test(t))return G;const n=parseInt(t,16);if(n>536870911&&n<1098974756864)return G;if(n>=1098974756864)return(n-1098437885952).toString(8);const i=n.toString(8);return e===void 0?i:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=i.length?vt("0",e-i.length)+i:G)}function Nr(t){const e=Re(t),n=Ne(t);return X(e,n)?W:Math.sqrt(Math.pow(e,2)+Math.pow(n,2))}function Ne(t){if(t===void 0||t===!0||t===!1)return W;if(t===0||t==="0")return 0;if(["i","j"].indexOf(t)>=0)return 1;t=t+"",t=t.replace("+i","+1i").replace("-i","-1i").replace("+j","+1j").replace("-j","-1j");let e=t.indexOf("+"),n=t.indexOf("-");e===0&&(e=t.indexOf("+",1)),n===0&&(n=t.indexOf("-",1));const i=t.substring(t.length-1,t.length),o=i==="i"||i==="j";return e>=0||n>=0?o?e>=0?isNaN(t.substring(0,e))||isNaN(t.substring(e+1,t.length-1))?G:Number(t.substring(e+1,t.length-1)):isNaN(t.substring(0,n))||isNaN(t.substring(n+1,t.length-1))?G:-Number(t.substring(n+1,t.length-1)):G:o?isNaN(t.substring(0,t.length-1))?G:t.substring(0,t.length-1):isNaN(t)?G:0}function Rr(t){const e=Re(t),n=Ne(t);return X(e,n)?W:e===0&&n===0?et:e===0&&n>0?Math.PI/2:e===0&&n<0?-Math.PI/2:n===0&&e>0?0:n===0&&e<0?-Math.PI:e>0?Math.atan(n/e):e<0&&n>=0?Math.atan(n/e)+Math.PI:Math.atan(n/e)-Math.PI}function Q1(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",n!==0?nt(e,-n,i):t}function po(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.cos(e)*(Math.exp(n)+Math.exp(-n))/2,-Math.sin(e)*(Math.exp(n)-Math.exp(-n))/2,i)}function ns(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.cos(n)*(Math.exp(e)+Math.exp(-e))/2,Math.sin(n)*(Math.exp(e)-Math.exp(-e))/2,i)}function $1(t){const e=Re(t),n=Ne(t);return X(e,n)?W:Sn(po(t),bo(t))}function Sn(t,e){const n=Re(t),i=Ne(t),o=Re(e),r=Ne(e);if(X(n,i,o,r))return W;const a=t.substring(t.length-1),c=e.substring(e.length-1);let m="i";if((a==="j"||c==="j")&&(m="j"),o===0&&r===0)return G;const f=o*o+r*r;return nt((n*o+i*r)/f,(i*o-n*r)/f,m)}function e2(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);i=i==="i"||i==="j"?i:"i";const o=Math.exp(e);return nt(o*Math.cos(n),o*Math.sin(n),i)}function t2(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.log(Math.sqrt(e*e+n*n)),Math.atan(n/e),i)}function n2(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.log(Math.sqrt(e*e+n*n))/Math.log(10),Math.atan(n/e)/Math.log(10),i)}function i2(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.log(Math.sqrt(e*e+n*n))/Math.log(2),Math.atan(n/e)/Math.log(2),i)}function o2(t,e){e=D(e);const n=Re(t),i=Ne(t);if(X(e,n,i))return W;let o=t.substring(t.length-1);o=o==="i"||o==="j"?o:"i";const r=Math.pow(Nr(t),e),a=Rr(t);return nt(r*Math.cos(e*a),r*Math.sin(e*a),o)}function r2(){let t=arguments[0];if(!arguments.length)return W;for(let e=1;e<arguments.length;e++){const n=Re(t),i=Ne(t),o=Re(arguments[e]),r=Ne(arguments[e]);if(X(n,i,o,r))return W;t=nt(n*o-i*r,n*r+i*o)}return t}function Re(t){if(t===void 0||t===!0||t===!1)return W;if(t===0||t==="0"||["i","+i","1i","+1i","-i","-1i","j","+j","1j","+1j","-j","-1j"].indexOf(t)>=0)return 0;t=t+"";let e=t.indexOf("+"),n=t.indexOf("-");e===0&&(e=t.indexOf("+",1)),n===0&&(n=t.indexOf("-",1));const i=t.substring(t.length-1,t.length),o=i==="i"||i==="j";return e>=0||n>=0?o?e>=0?isNaN(t.substring(0,e))||isNaN(t.substring(e+1,t.length-1))?G:Number(t.substring(0,e)):isNaN(t.substring(0,n))||isNaN(t.substring(n+1,t.length-1))?G:Number(t.substring(0,n)):G:o?isNaN(t.substring(0,t.length-1))?G:0:isNaN(t)?G:t}function l2(t){if(t===!0||t===!1)return W;const e=Re(t),n=Ne(t);return X(e,n)?W:Sn("1",po(t))}function a2(t){const e=Re(t),n=Ne(t);return X(e,n)?W:Sn("1",ns(t))}function bo(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.sin(e)*(Math.exp(n)+Math.exp(-n))/2,Math.cos(e)*(Math.exp(n)-Math.exp(-n))/2,i)}function is(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);return i=i==="i"||i==="j"?i:"i",nt(Math.cos(n)*(Math.exp(e)-Math.exp(-e))/2,Math.sin(n)*(Math.exp(e)+Math.exp(-e))/2,i)}function s2(t){const e=Re(t),n=Ne(t);if(X(e,n))return W;let i=t.substring(t.length-1);i=i==="i"||i==="j"?i:"i";const o=Math.sqrt(Nr(t)),r=Rr(t);return nt(o*Math.cos(r/2),o*Math.sin(r/2),i)}function d2(t){if(t===!0||t===!1)return W;const e=Re(t),n=Ne(t);return X(e,n)?G:Sn("1",bo(t))}function c2(t){if(t===!0||t===!1)return W;const e=Re(t),n=Ne(t);return X(e,n)?G:Sn("1",is(t))}function u2(t,e){const n=Re(t),i=Ne(t),o=Re(e),r=Ne(e);if(X(n,i,o,r))return W;const a=t.substring(t.length-1),c=e.substring(e.length-1);let m="i";return(a==="j"||c==="j")&&(m="j"),nt(n-o,i-r,m)}function f2(){if(!arguments.length)return W;const t=ee(arguments);let e=t[0];for(let n=1;n<t.length;n++){const i=Re(e),o=Ne(e),r=Re(t[n]),a=Ne(t[n]);if(X(i,o,r,a))return W;e=nt(i+r,o+a)}return e}function h2(t){if(t===!0||t===!1)return W;const e=Re(t),n=Ne(t);return X(e,n)?W:Sn(bo(t),po(t))}function m2(t,e){if(!/^[0-7]{1,10}$/.test(t))return G;const n=t.length===10&&t.substring(0,1)==="7",i=n?parseInt(t,8)-1073741824:parseInt(t,8);if(i<-512||i>511)return G;if(n)return"1"+vt("0",9-(512+i).toString(2).length)+(512+i).toString(2);const o=i.toString(2);return typeof e=="undefined"?o:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=o.length?vt("0",e-o.length)+o:G)}function g2(t){if(!/^[0-7]{1,10}$/.test(t))return G;const e=parseInt(t,8);return e>=536870912?e-1073741824:e}function p2(t,e){if(!/^[0-7]{1,10}$/.test(t))return G;const n=parseInt(t,8);if(n>=536870912)return"ff"+(n+3221225472).toString(16);const i=n.toString(16);return e===void 0?i:isNaN(e)?W:e<0?G:(e=Math.floor(e),e>=i.length?vt("0",e-i.length)+i:G)}const b2=fi.DIST,y2=fi.INV,w2=Hn.DIST,v2=Wt.MATH,C2=Wt.PRECISE,E2=_t.DIST,S2=_t.DIST.RT,O2=_t.INV,x2=_t.INV.RT,k2=_t.TEST,F2=zn.P,N2=zn.P,R2=zn.S,_2=Hn.INV,T2=Fr.PRECISE,D2=kr.PRECISE,M2=mr.DIST,A2=Tt.DIST,L2=Tt.DIST.RT,I2=Tt.INV,B2=Tt.INV.RT,P2=Cn.MATH,V2=Cn.PRECISE,H2=Tt.TEST,z2=gi.DIST,W2=gi.INV,q2=gr.PRECISE,U2=pr.DIST,j2=Wn.INV,K2=Wn.DIST,G2=Wn.INV,Y2=wn.MULT,J2=wn.SNGL,X2=yr.DIST,Z2=ho.INTL,Q2=Dt.DIST,$2=Dt.INV,eg=Dt.S.DIST,tg=Dt.S.INV,ng=yt.EXC,ig=yt.INC,og=pi.EXC,rg=pi.INC,lg=wr.DIST,ag=vn.EXC,sg=vn.INC,dg=bi.AVG,cg=bi.EQ,ug=vr.P,fg=ht.P,hg=ht.S,mg=wt.DIST,gg=wt.DIST.RT,pg=wt.INV,bg=wt.TEST,yg=at.P,wg=at.S,vg=Cr.DIST,Cg=mo.INTL,Eg=Er.TEST;function _r(t){const e=[];return tt(t,n=>{n&&e.push(n)}),e}function kt(t,e){const n={};for(let r=1;r<t[0].length;++r)n[r]=!0;let i=e[0].length;for(let r=1;r<e.length;++r)e[r].length>i&&(i=e[r].length);for(let r=1;r<t.length;++r)for(let a=1;a<t[r].length;++a){let c=!1,m=!1;for(let f=0;f<e.length;++f){const l=e[f];if(l.length<i)continue;const s=l[0];if(t[r][0]===s){m=!0;for(let u=1;u<l.length;++u)if(!c)if(l[u]===void 0||l[u]==="*")c=!0;else{const g=Bn(l[u]+""),b=[zt(t[r][a],on)].concat(g);c=Pn(b)}}}m&&(n[a]=n[a]&&c)}const o=[];for(let r=0;r<t[0].length;++r)n[r]&&o.push(r-1);return o}function Sg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);let r=0;return tt(i,a=>{r+=o[a]}),i.length===0?et:r/i.length}function Og(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);const r=[];return tt(i,a=>{r.push(o[a])}),hi(r)}function xg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);const r=[];return tt(i,a=>{r.push(o[a])}),mi(r)}function kg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const r=xt(t,e);o=Me(t[r])}else o=Me(t[e]);return i.length===0?W:i.length>1?G:o[i[0]]}function Fg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);let r=o[i[0]];return tt(i,a=>{r<o[a]&&(r=o[a])}),r}function Ng(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);let r=o[i[0]];return tt(i,a=>{r>o[a]&&(r=o[a])}),r}function Rg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const c=xt(t,e);o=Me(t[c])}else o=Me(t[e]);let r=[];tt(i,c=>{r.push(o[c])}),r=_r(r);let a=1;return tt(r,c=>{a*=c}),a}function _g(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);let r=[];return tt(i,a=>{r.push(o[a])}),r=_r(r),ht.S(r)}function Tg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);let r=[];return tt(i,a=>{r.push(o[a])}),r=_r(r),ht.P(r)}function Dg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);const r=[];return tt(i,a=>{r.push(o[a])}),Ut(r)}function Mg(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);const r=[];return tt(i,a=>{r.push(o[a])}),at.S(r)}function Ag(t,e,n){if(isNaN(e)&&typeof e!="string")return W;const i=kt(t,n);let o=[];if(typeof e=="string"){const a=xt(t,e);o=Me(t[a])}else o=Me(t[e]);const r=[];return tt(i,a=>{r.push(o[a])}),at.P(r)}function Tr(t){return t&&t.getTime&&!isNaN(t.getTime())}function Dr(t){return t instanceof Date?t:new Date(t)}function Lg(t,e,n){let i=ye(e);for(i.setFullYear(t.getFullYear()),i<t&&i.setFullYear(i.getFullYear()+1);i>t;)i.setMonth(i.getMonth()+-12/n);return i}function os(t){return t=D(t),[1,2,4].indexOf(t)===-1?G:t}function rs(t){return t=D(t),[0,1,2,3,4].indexOf(t)===-1?G:t}function Ig(t,e,n,i,o,r,a){return t=Dr(t),e=Dr(e),n=Dr(n),r=os(r),a=rs(a),pe(r,a)?G:!Tr(t)||!Tr(e)||!Tr(n)?W:i<=0||o<=0||n<=t?G:(o=o||0,a=a||0,o*i*Or(t,n,a))}function Bg(){throw new Error("ACCRINTM is not implemented")}function Pg(){throw new Error("AMORDEGRC is not implemented")}function Vg(){throw new Error("AMORLINC is not implemented")}function Hg(){throw new Error("COUPDAYBS is not implemented")}function zg(t,e,n,i){if(i=rs(i),n=os(n),t=ye(t),e=ye(e),pe(t,e))return W;if(pe(n,i)||t>=e)return G;if(i===1){let r=Lg(t,e,n),a=ye(r);return a.setMonth(a.getMonth()+12/n),rn(r,a,"D")}let o;switch(i){case 0:case 2:case 4:o=360;break;case 3:o=365;break;default:return G}return o/n}function Wg(){throw new Error("COUPDAYSNC is not implemented")}function qg(){throw new Error("COUPNCD is not implemented")}function Ug(){throw new Error("COUPNUM is not implemented")}function jg(){throw new Error("COUPPCD is not implemented")}function Kg(t,e,n,i,o,r){if(t=D(t),e=D(e),n=D(n),X(t,e,n))return W;if(t<=0||e<=0||n<=0||i<1||o<1||i>o||r!==0&&r!==1)return G;const a=yi(t,e,n,0,r);let c=0;i===1&&(r===0&&(c=-n),i++);for(let m=i;m<=o;m++)c+=r===1?On(t,m-2,a,n,1)-a:On(t,m-1,a,n,0);return c*=t,c}function Gg(t,e,n,i,o,r){if(t=D(t),e=D(e),n=D(n),X(t,e,n))return W;if(t<=0||e<=0||n<=0||i<1||o<1||i>o||r!==0&&r!==1)return G;const a=yi(t,e,n,0,r);let c=0;i===1&&(c=r===0?a+n*t:a,i++);for(let m=i;m<=o;m++)c+=r>0?a-(On(t,m-2,a,n,1)-a)*t:a-On(t,m-1,a,n,0)*t;return c}function Yg(t,e,n,i,o){if(o=o===void 0?12:o,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o))return W;if(t<0||e<0||n<0||i<0||[1,2,3,4,5,6,7,8,9,10,11,12].indexOf(o)===-1||i>n)return G;if(e>=t)return 0;const r=(1-Math.pow(e/t,1/n)).toFixed(3),a=t*r*o/12;let c=a,m=0;const f=i===n?n-1:i;for(let l=2;l<=f;l++)m=(t-c)*r,c+=m;return i===1?a:i===n?(t-c)*r:m}function Jg(t,e,n,i,o){if(o=o===void 0?2:o,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o))return W;if(t<0||e<0||n<0||i<0||o<=0||i>n)return G;if(e>=t)return 0;let r=0,a=0;for(let c=1;c<=i;c++)a=Math.min((t-r)*(o/n),t-e-r),r+=a;return a}function Xg(t,e,n,i,o){if(t=ye(t),e=ye(e),n=D(n),i=D(i),o=D(o),o=o||0,X(t,e,n,i,o))return W;if(n<=0||i<=0)return G;if(t>=e)return W;let r,a;switch(o){case 0:r=360,a=ln(t,e,!1);break;case 1:r=365,a=rn(t,e,"D");break;case 2:r=360,a=rn(t,e,"D");break;case 3:r=365,a=rn(t,e,"D");break;case 4:r=360,a=ln(t,e,!0);break;default:return G}return(i-n)/i*r/a}function Zg(t,e){if(t=D(t),e=D(e),X(t,e))return W;if(e<0)return G;if(e>=0&&e<1)return et;e=parseInt(e,10);let n=parseInt(t,10);n+=t%1*Math.pow(10,Math.ceil(Math.log(e)/Math.LN10))/e;const i=Math.pow(10,Math.ceil(Math.log(e)/Math.LN2)+1);return n=Math.round(n*i)/i,n}function Qg(t,e){if(t=D(t),e=D(e),X(t,e))return W;if(e<0)return G;if(e>=0&&e<1)return et;e=parseInt(e,10);let n=parseInt(t,10);return n+=t%1*Math.pow(10,-Math.ceil(Math.log(e)/Math.LN10))*e,n}function $g(){throw new Error("DURATION is not implemented")}function ep(t,e){return t=D(t),e=D(e),X(t,e)?W:t<=0||e<1?G:(e=parseInt(e,10),Math.pow(1+t/e,e)-1)}function On(t,e,n,i,o){if(i=i||0,o=o||0,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o))return W;let r;if(t===0)r=i+n*e;else{const a=Math.pow(1+t,e);r=o===1?i*a+n*(1+t)*(a-1)/t:i*a+n*(a-1)/t}return-r}function tp(t,e){if(t=D(t),e=ie(ee(e)),X(t,e))return W;const n=e.length;let i=t;for(let o=0;o<n;o++)i*=1+e[o];return i}function np(){throw new Error("INTRATE is not implemented")}function ls(t,e,n,i,o,r){if(o=o||0,r=r||0,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),r=D(r),X(t,e,n,i,o,r))return W;const a=yi(t,n,i,o,r);return(e===1?r===1?0:-i:r===1?On(t,e-2,a,i,1)-a:On(t,e-1,a,i,0))*t}function ip(t,e){if(e=e||0,t=ie(ee(t)),e=D(e),X(t,e))return W;const n=(h,g,b)=>{const p=b+1;let y=h[0];for(let v=1;v<h.length;v++)y+=h[v]/Math.pow(p,(g[v]-g[0])/365);return y},i=(h,g,b)=>{const p=b+1;let y=0;for(let v=1;v<h.length;v++){const C=(g[v]-g[0])/365;y-=C*h[v]/Math.pow(p,C+1)}return y},o=[];let r=!1,a=!1;for(let h=0;h<t.length;h++)o[h]=h===0?0:o[h-1]+365,t[h]>0&&(r=!0),t[h]<0&&(a=!0);if(!r||!a)return G;e=e===void 0?.1:e;let c=e;const m=1e-10;let f,l,s,u=!0;do s=n(t,o,c),f=c-s/i(t,o,c),l=Math.abs(f-c),c=f,u=l>m&&Math.abs(s)>m;while(u);return c}function op(t,e,n,i){return t=D(t),e=D(e),n=D(n),i=D(i),X(t,e,n,i)?W:i*t*(e/n-1)}function rp(){throw new Error("MDURATION is not implemented")}function lp(t,e,n){if(t=ie(ee(t)),e=D(e),n=D(n),X(t,e,n))return W;const i=t.length,o=[],r=[];for(let m=0;m<i;m++)t[m]<0?o.push(t[m]):r.push(t[m]);const a=-Mr(n,r)*Math.pow(1+n,i-1),c=Mr(e,o)*(1+e);return Math.pow(a/c,1/(i-1))-1}function ap(t,e){return t=D(t),e=D(e),X(t,e)?W:t<=0||e<1?G:(e=parseInt(e,10),(Math.pow(t+1,1/e)-1)*e)}function sp(t,e,n,i,o){if(o=o===void 0?0:o,i=i===void 0?0:i,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o))return W;if(t===0)return-(n+i)/e;{const r=e*(1+t*o)-i*t,a=n*t+e*(1+t*o);return Math.log(r/a)/Math.log(1+t)}}function Mr(){const t=ie(ee(arguments));if(t instanceof Error)return t;const e=t[0];let n=0;for(let i=1;i<t.length;i++)n+=t[i]/Math.pow(1+e,i);return n}function dp(){throw new Error("ODDFPRICE is not implemented")}function cp(){throw new Error("ODDFYIELD is not implemented")}function up(){throw new Error("ODDLPRICE is not implemented")}function fp(){throw new Error("ODDLYIELD is not implemented")}function hp(t,e,n){return t=D(t),e=D(e),n=D(n),X(t,e,n)?W:t<=0?G:(Math.log(n)-Math.log(e))/Math.log(1+t)}function yi(t,e,n,i,o){if(i=i||0,o=o||0,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o))return W;let r;if(t===0)r=(n+i)/e;else{const a=Math.pow(1+t,e);r=o===1?(i*t/(a-1)+n*t/(1-1/a))/(1+t):i*t/(a-1)+n*t/(1-1/a)}return-r}function mp(t,e,n,i,o,r){return o=o||0,r=r||0,t=D(t),n=D(n),i=D(i),o=D(o),r=D(r),X(t,n,i,o,r)?W:yi(t,n,i,o,r)-ls(t,e,n,i,o,r)}function gp(){throw new Error("PRICE is not implemented")}function pp(t,e,n,i,o){if(t=ye(t),e=ye(e),n=D(n),i=D(i),o=D(o),o=o||0,X(t,e,n,i,o))return W;if(n<=0||i<=0)return G;if(t>=e)return W;let r,a;switch(o){case 0:r=360,a=ln(t,e,!1);break;case 1:r=365,a=rn(t,e,"D");break;case 2:r=360,a=rn(t,e,"D");break;case 3:r=365,a=rn(t,e,"D");break;case 4:r=360,a=ln(t,e,!0);break;default:return G}return i-n*i*a/r}function bp(){throw new Error("PRICEMAT is not implemented")}function yp(t,e,n,i,o){return i=i||0,o=o||0,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),X(t,e,n,i,o)?W:t===0?-n*e-i:((1-Math.pow(1+t,e))/t*n*(1+t*o)-i)/Math.pow(1+t,e)}function wp(t,e,n,i,o,r){if(r=r===void 0?.01:r,i=i===void 0?0:i,o=o===void 0?0:o,t=D(t),e=D(e),n=D(n),i=D(i),o=D(o),r=D(r),X(t,e,n,i,o,r))return W;const a=1e-10,c=20;let m=r;o=o?1:0;for(let f=0;f<c;f++){if(m<=-1)return G;let l,s;if(Math.abs(m)<a?l=n*(1+t*m)+e*(1+m*o)*t+i:(s=Math.pow(1+m,t),l=n*s+e*(1/m+o)*(s-1)+i),Math.abs(l)<a)return m;let u;if(Math.abs(m)<a)u=n*t+e*o*t;else{s=Math.pow(1+m,t);const h=t*Math.pow(1+m,t-1);u=n*h+e*(1/m+o)*h+e*(-1/(m*m))*(s-1)}m-=l/u}return m}function vp(){throw new Error("RECEIVED is not implemented")}function Cp(t,e,n){return t=D(t),e=D(e),n=D(n),X(t,e,n)?W:t===0||e===0?G:Math.pow(n/e,1/t)-1}function Ep(t,e,n){return t=D(t),e=D(e),n=D(n),X(t,e,n)?W:n===0?G:(t-e)/n}function Sp(t,e,n,i){return t=D(t),e=D(e),n=D(n),i=D(i),X(t,e,n,i)?W:n===0||i<1||i>n?G:(i=parseInt(i,10),(t-e)*(n-i+1)*2/(n*(n+1)))}function Op(t,e,n){return t=ye(t),e=ye(e),n=D(n),X(t,e,n)?W:n<=0||t>e||e-t>365*24*60*60*1e3?G:365*n/(360-n*ln(t,e,!1))}function xp(t,e,n){return t=ye(t),e=ye(e),n=D(n),X(t,e,n)?W:n<=0||t>e||e-t>365*24*60*60*1e3?G:100*(1-n*ln(t,e,!1)/360)}function kp(t,e,n){return t=ye(t),e=ye(e),n=D(n),X(t,e,n)?W:n<=0||t>e||e-t>365*24*60*60*1e3?G:(100-n)*360/(n*ln(t,e,!1))}function Fp(){throw new Error("VDB is not implemented")}function Np(t,e,n){if(t=ie(ee(t)),e=Aa(ee(e)),n=D(n),X(t,e,n))return W;const i=(h,g,b)=>{const p=b+1;let y=h[0];for(let v=1;v<h.length;v++)y+=h[v]/Math.pow(p,En(g[v],g[0])/365);return y},o=(h,g,b)=>{const p=b+1;let y=0;for(let v=1;v<h.length;v++){const C=En(g[v],g[0])/365;y-=C*h[v]/Math.pow(p,C+1)}return y};let r=!1,a=!1;for(let h=0;h<t.length;h++)t[h]>0&&(r=!0),t[h]<0&&(a=!0);if(!r||!a)return G;n=n||.1;let c=n;const m=1e-10;let f,l,s,u=!0;do s=i(t,e,c),f=c-s/o(t,e,c),l=Math.abs(f-c),c=f,u=l>m&&Math.abs(s)>m;while(u);return c}function Rp(t,e,n){if(t=D(t),e=ie(ee(e)),n=Aa(ee(n)),X(t,e,n))return W;let i=0;for(let o=0;o<e.length;o++)i+=e[o]/Math.pow(1+t,En(n[o],n[0])/365);return i}function _p(){throw new Error("YIELD is not implemented")}function Tp(){throw new Error("YIELDDISC is not implemented")}function Dp(){throw new Error("YIELDMAT is not implemented")}function Mp(){const t=ee(arguments);let e=W;for(let n=0;n<t.length;n++){if(t[n]instanceof Error)return t[n];t[n]===void 0||t[n]===null||typeof t[n]=="string"||(e===W&&(e=!0),t[n]||(e=!1))}return e}function Ap(){return!1}function Lp(t,e,n){return t instanceof Error?t:(e=arguments.length>=2?e:!0,e==null&&(e=0),n=arguments.length===3?n:!1,n==null&&(n=0),t?e:n)}function Ip(){for(let t=0;t<arguments.length/2;t++)if(arguments[t*2])return arguments[t*2+1];return ce}function Bp(t,e){return oo(t)?e:t}function Pp(t,e){return t===ce?e:t}function Vp(t){return typeof t=="string"?W:t instanceof Error?t:!t}function Hp(){const t=ee(arguments);let e=W;for(let n=0;n<t.length;n++){if(t[n]instanceof Error)return t[n];t[n]===void 0||t[n]===null||typeof t[n]=="string"||(e===W&&(e=!1),t[n]&&(e=!0))}return e}function zp(){return!0}function Wp(){const t=ee(arguments);let e=W;for(let n=0;n<t.length;n++){if(t[n]instanceof Error)return t[n];t[n]===void 0||t[n]===null||typeof t[n]=="string"||(e===W&&(e=0),t[n]&&e++)}return e===W?e:!!(Math.floor(Math.abs(e))&1)}function qp(){let t;if(arguments.length>0){const e=arguments[0],n=arguments.length-1,i=Math.floor(n/2);let o=!1;const r=n%2!=0,a=n%2==0?null:arguments[arguments.length-1];if(i){for(let c=0;c<i;c++)if(e===arguments[c*2+1]){t=arguments[c*2+2],o=!0;break}}o||(t=r?a:ce)}else t=W;return t}var Up=Object.freeze(Object.defineProperty({__proto__:null,ABS:bm,ACCRINT:Ig,ACCRINTM:Bg,ACOS:ym,ACOSH:wm,ACOT:vm,ACOTH:Cm,AGGREGATE:Em,AMORDEGRC:Pg,AMORLINC:Vg,AND:Mp,ARABIC:Sm,ASC:o1,ASIN:Om,ASINH:xm,ATAN:km,ATAN2:Fm,ATANH:Nm,AVEDEV:Bh,AVERAGE:yn,AVERAGEA:fr,AVERAGEIF:Ph,AVERAGEIFS:Vh,BAHTTEXT:r1,BASE:Rm,BESSELI:T1,BESSELJ:D1,BESSELK:M1,BESSELY:A1,BETA:fi,BETADIST:b2,BETAINV:y2,BIN2DEC:L1,BIN2HEX:I1,BIN2OCT:B1,BINOM:Hn,BINOMDIST:w2,BITAND:P1,BITLSHIFT:V1,BITOR:H1,BITRSHIFT:z1,BITXOR:W1,CEILING:Wt,CEILINGMATH:v2,CEILINGPRECISE:C2,CELL:fh,CHAR:Qa,CHIDIST:E2,CHIDISTRT:S2,CHIINV:O2,CHIINVRT:x2,CHISQ:_t,CHITEST:k2,CHOOSE:kh,CLEAN:l1,CODE:$a,COLUMN:Fh,COLUMNS:Nh,COMBIN:qn,COMBINA:_m,COMPLEX:nt,CONCAT:a1,CONCATENATE:es,CONFIDENCE:hr,CONVERT:q1,CORREL:Hh,COS:Tm,COSH:Dm,COT:Mm,COTH:Am,COUNT:hi,COUNTA:mi,COUNTBLANK:Ha,COUNTIF:zh,COUNTIFS:Wh,COUPDAYBS:Hg,COUPDAYS:zg,COUPDAYSNC:Wg,COUPNCD:qg,COUPNUM:Ug,COUPPCD:jg,COVAR:F2,COVARIANCE:zn,COVARIANCEP:N2,COVARIANCES:R2,CRITBINOM:_2,CSC:Lm,CSCH:Im,CUMIPMT:Kg,CUMPRINC:Gg,DATE:W0,DATEDIF:rn,DATEVALUE:q0,DAVERAGE:Sg,DAY:U0,DAYS:En,DAYS360:ln,DB:Yg,DBCS:s1,DCOUNT:Og,DCOUNTA:xg,DDB:Jg,DEC2BIN:U1,DEC2HEX:j1,DEC2OCT:K1,DECIMAL:Bm,DEGREES:Pm,DELTA:G1,DEVSQ:qh,DGET:kg,DISC:Xg,DMAX:Fg,DMIN:Ng,DOLLAR:d1,DOLLARDE:Zg,DOLLARFR:Qg,DPRODUCT:Rg,DSTDEV:_g,DSTDEVP:Tg,DSUM:Dg,DURATION:$g,DVAR:Mg,DVARP:Ag,EDATE:j0,EFFECT:ep,EOMONTH:K0,ERF:kr,ERFC:Fr,ERFCPRECISE:T2,ERFPRECISE:D2,ERROR:La,EVEN:Vm,EXACT:c1,EXP:Hm,EXPON:mr,EXPONDIST:M2,F:Tt,FACT:qt,FACTDOUBLE:Ya,FALSE:Ap,FDIST:A2,FDISTRT:L2,FIND:u1,FINV:I2,FINVRT:B2,FISHER:Uh,FISHERINV:jh,FIXED:ts,FLOOR:Cn,FLOORMATH:P2,FLOORPRECISE:V2,FORECAST:za,FREQUENCY:Kh,FTEST:H2,FV:On,FVSCHEDULE:tp,GAMMA:gi,GAMMADIST:z2,GAMMAINV:W2,GAMMALN:gr,GAMMALNPRECISE:q2,GAUSS:Gh,GCD:zm,GEOMEAN:Yh,GESTEP:Y1,GROWTH:Jh,HARMEAN:Xh,HEX2BIN:J1,HEX2DEC:X1,HEX2OCT:Z1,HLOOKUP:Rh,HOUR:G0,HYPGEOM:pr,HYPGEOMDIST:U2,IF:Lp,IFERROR:Bp,IFNA:Pp,IFS:Ip,IMABS:Nr,IMAGINARY:Ne,IMARGUMENT:Rr,IMCONJUGATE:Q1,IMCOS:po,IMCOSH:ns,IMCOT:$1,IMCSC:d2,IMCSCH:c2,IMDIV:Sn,IMEXP:e2,IMLN:t2,IMLOG10:n2,IMLOG2:i2,IMPOWER:o2,IMPRODUCT:r2,IMREAL:Re,IMSEC:l2,IMSECH:a2,IMSIN:bo,IMSINH:is,IMSQRT:s2,IMSUB:u2,IMSUM:f2,IMTAN:h2,INDEX:_h,INFO:hh,INT:Wm,INTERCEPT:Zh,INTRATE:np,IPMT:ls,IRR:ip,ISBLANK:mh,ISERR:Ia,ISERROR:oo,ISEVEN:gh,ISFORMULA:ph,ISLOGICAL:Ba,ISNA:bh,ISNONTEXT:yh,ISNUMBER:ro,ISO:qm,ISODD:wh,ISOWEEKNUM:Xa,ISPMT:op,ISREF:vh,ISTEXT:Pa,KURT:Qh,LARGE:Wa,LCM:Um,LEFT:f1,LEN:h1,LINEST:br,LN:jm,LOG:Km,LOG10:Gm,LOGEST:$h,LOGINV:j2,LOGNORM:Wn,LOGNORMDIST:K2,LOGNORMINV:G2,LOOKUP:Th,LOWER:m1,MATCH:Dh,MAX:lo,MAXA:em,MAXIFS:tm,MDURATION:rp,MEDIAN:qa,MID:g1,MIN:ao,MINA:nm,MINIFS:im,MINUTE:Y0,MIRR:lp,MMULT:Ym,MOD:Jm,MODE:wn,MODEMULT:Y2,MODESNGL:J2,MONTH:J0,MROUND:Xm,MULTINOMIAL:Zm,MUNIT:Qm,N:Ch,NA:Eh,NEGBINOM:yr,NEGBINOMDIST:X2,NETWORKDAYS:ho,NETWORKDAYSINTL:Z2,NOMINAL:ap,NORM:Dt,NORMDIST:Q2,NORMINV:$2,NORMSDIST:eg,NORMSINV:tg,NOT:Vp,NOW:X0,NPER:sp,NPV:Mr,NUMBERVALUE:p1,OCT2BIN:m2,OCT2DEC:g2,OCT2HEX:p2,ODD:$m,ODDFPRICE:dp,ODDFYIELD:cp,ODDLPRICE:up,ODDLYIELD:fp,OR:Hp,PDURATION:hp,PEARSON:Ua,PERCENTILE:yt,PERCENTILEEXC:ng,PERCENTILEINC:ig,PERCENTRANK:pi,PERCENTRANKEXC:og,PERCENTRANKINC:rg,PERMUT:om,PERMUTATIONA:rm,PHI:lm,PI:e0,PMT:yi,POISSON:wr,POISSONDIST:lg,POWER:Ja,PPMT:mp,PRICE:gp,PRICEDISC:pp,PRICEMAT:bp,PROB:am,PRODUCT:co,PRONETIC:b1,PROPER:y1,PV:yp,QUARTILE:vn,QUARTILEEXC:ag,QUARTILEINC:sg,QUOTIENT:t0,RADIANS:n0,RAND:i0,RANDBETWEEN:o0,RANK:bi,RANKAVG:dg,RANKEQ:cg,RATE:wp,RECEIVED:vp,REPLACE:w1,REPT:vt,RIGHT:v1,ROMAN:r0,ROUND:It,ROUNDDOWN:l0,ROUNDUP:a0,ROW:sm,ROWS:Mh,RRI:Cp,RSQ:dm,SEARCH:C1,SEC:s0,SECH:d0,SECOND:Z0,SERIESSUM:c0,SHEET:Sh,SHEETS:Oh,SIGN:u0,SIN:f0,SINH:h0,SKEW:vr,SKEWP:ug,SLN:Ep,SLOPE:cm,SMALL:ja,SORT:Ah,SQRT:m0,SQRTPI:g0,STANDARDIZE:um,STDEV:ht,STDEVA:fm,STDEVP:fg,STDEVPA:hm,STDEVS:hg,STEYX:mm,SUBSTITUTE:E1,SUBTOTAL:p0,SUM:Ut,SUMIF:b0,SUMIFS:y0,SUMPRODUCT:w0,SUMSQ:v0,SUMX2MY2:C0,SUMX2PY2:E0,SUMXMY2:S0,SWITCH:qp,SYD:Sp,T:S1,TAN:O0,TANH:x0,TBILLEQ:Op,TBILLPRICE:xp,TBILLYIELD:kp,TDIST:mg,TDISTRT:gg,TEXT:O1,TEXTJOIN:x1,TIME:Q0,TIMEVALUE:$0,TINV:pg,TODAY:e1,TRANSPOSE:Lh,TREND:gm,TRIM:k1,TRIMMEAN:pm,TRUE:zp,TRUNC:k0,TTEST:bg,TYPE:xh,UNICHAR:F1,UNICODE:N1,UNIQUE:ur,UPPER:R1,VALUE:_1,VAR:at,VARA:Ka,VARP:yg,VARPA:Ga,VARS:wg,VDB:Fp,VLOOKUP:Va,WEEKDAY:t1,WEEKNUM:n1,WEIBULL:Cr,WEIBULLDIST:vg,WORKDAY:mo,WORKDAYINTL:Cg,XIRR:Np,XNPV:Rp,XOR:Wp,YEAR:i1,YEARFRAC:Or,YIELD:_p,YIELDDISC:Tp,YIELDMAT:Dp,Z:Er,ZTEST:Eg,utils:{errors:$f,symbols:P0}},Symbol.toStringTag,{value:"Module"}));class ke{lineAt(e){if(e<0||e>this.length)throw new RangeError(`Invalid position ${e} in document of length ${this.length}`);return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw new RangeError(`Invalid line number ${e} in ${this.lines}-line document`);return this.lineInner(e,!0,1,0)}replace(e,n,i){[e,n]=Un(this,e,n);let o=[];return this.decompose(0,e,o,2),i.length&&i.decompose(0,i.length,o,1|2),this.decompose(n,this.length,o,1),Bt.from(o,this.length-(n-e)+i.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,n=this.length){[e,n]=Un(this,e,n);let i=[];return this.decompose(e,n,i,0),Bt.from(i,n-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let n=this.scanIdentical(e,1),i=this.length-this.scanIdentical(e,-1),o=new wi(this),r=new wi(e);for(let a=n,c=n;;){if(o.next(a),r.next(a),a=0,o.lineBreak!=r.lineBreak||o.done!=r.done||o.value!=r.value)return!1;if(c+=o.value.length,o.done||c>=i)return!0}}iter(e=1){return new wi(this,e)}iterRange(e,n=this.length){return new ss(this,e,n)}iterLines(e,n){let i;if(e==null)i=this.iter();else{n==null&&(n=this.lines+1);let o=this.line(e).from;i=this.iterRange(o,Math.max(o,n==this.lines+1?this.length:n<=1?0:this.line(n-1).to))}return new ds(i)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}constructor(){}static of(e){if(e.length==0)throw new RangeError("A document must have at least one line");return e.length==1&&!e[0]?ke.empty:e.length<=32?new ze(e):Bt.from(ze.split(e,[]))}}class ze extends ke{constructor(e,n=jp(e)){super();this.text=e,this.length=n}get lines(){return this.text.length}get children(){return null}lineInner(e,n,i,o){for(let r=0;;r++){let a=this.text[r],c=o+a.length;if((n?i:c)>=e)return new Kp(o,c,i,a);o=c+1,i++}}decompose(e,n,i,o){let r=e<=0&&n>=this.length?this:new ze(as(this.text,e,n),Math.min(n,this.length)-Math.max(0,e));if(o&1){let a=i.pop(),c=yo(r.text,a.text.slice(),0,r.length);if(c.length<=32)i.push(new ze(c,a.length+r.length));else{let m=c.length>>1;i.push(new ze(c.slice(0,m)),new ze(c.slice(m)))}}else i.push(r)}replace(e,n,i){if(!(i instanceof ze))return super.replace(e,n,i);[e,n]=Un(this,e,n);let o=yo(this.text,yo(i.text,as(this.text,0,e)),n),r=this.length+i.length-(n-e);return o.length<=32?new ze(o,r):Bt.from(ze.split(o,[]),r)}sliceString(e,n=this.length,i=`
|
|
10
|
+
`){[e,n]=Un(this,e,n);let o="";for(let r=0,a=0;r<=n&&a<this.text.length;a++){let c=this.text[a],m=r+c.length;r>e&&a&&(o+=i),e<m&&n>r&&(o+=c.slice(Math.max(0,e-r),n-r)),r=m+1}return o}flatten(e){for(let n of this.text)e.push(n)}scanIdentical(){return 0}static split(e,n){let i=[],o=-1;for(let r of e)i.push(r),o+=r.length+1,i.length==32&&(n.push(new ze(i,o)),i=[],o=-1);return o>-1&&n.push(new ze(i,o)),n}}class Bt extends ke{constructor(e,n){super();this.children=e,this.length=n,this.lines=0;for(let i of e)this.lines+=i.lines}lineInner(e,n,i,o){for(let r=0;;r++){let a=this.children[r],c=o+a.length,m=i+a.lines-1;if((n?m:c)>=e)return a.lineInner(e,n,i,o);o=c+1,i=m+1}}decompose(e,n,i,o){for(let r=0,a=0;a<=n&&r<this.children.length;r++){let c=this.children[r],m=a+c.length;if(e<=m&&n>=a){let f=o&((a<=e?1:0)|(m>=n?2:0));a>=e&&m<=n&&!f?i.push(c):c.decompose(e-a,n-a,i,f)}a=m+1}}replace(e,n,i){if([e,n]=Un(this,e,n),i.lines<this.lines)for(let o=0,r=0;o<this.children.length;o++){let a=this.children[o],c=r+a.length;if(e>=r&&n<=c){let m=a.replace(e-r,n-r,i),f=this.lines-a.lines+m.lines;if(m.lines<f>>5-1&&m.lines>f>>5+1){let l=this.children.slice();return l[o]=m,new Bt(l,this.length-(n-e)+i.length)}return super.replace(r,c,m)}r=c+1}return super.replace(e,n,i)}sliceString(e,n=this.length,i=`
|
|
11
|
+
`){[e,n]=Un(this,e,n);let o="";for(let r=0,a=0;r<this.children.length&&a<=n;r++){let c=this.children[r],m=a+c.length;a>e&&r&&(o+=i),e<m&&n>a&&(o+=c.sliceString(e-a,n-a,i)),a=m+1}return o}flatten(e){for(let n of this.children)n.flatten(e)}scanIdentical(e,n){if(!(e instanceof Bt))return 0;let i=0,[o,r,a,c]=n>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;o+=n,r+=n){if(o==a||r==c)return i;let m=this.children[o],f=e.children[r];if(m!=f)return i+m.scanIdentical(f,n);i+=m.length+1}}static from(e,n=e.reduce((i,o)=>i+o.length+1,-1)){let i=0;for(let h of e)i+=h.lines;if(i<32){let h=[];for(let g of e)g.flatten(h);return new ze(h,n)}let o=Math.max(32,i>>5),r=o<<1,a=o>>1,c=[],m=0,f=-1,l=[];function s(h){let g;if(h.lines>r&&h instanceof Bt)for(let b of h.children)s(b);else h.lines>a&&(m>a||!m)?(u(),c.push(h)):h instanceof ze&&m&&(g=l[l.length-1])instanceof ze&&h.lines+g.lines<=32?(m+=h.lines,f+=h.length+1,l[l.length-1]=new ze(g.text.concat(h.text),g.length+1+h.length)):(m+h.lines>o&&u(),m+=h.lines,f+=h.length+1,l.push(h))}function u(){m!=0&&(c.push(l.length==1?l[0]:Bt.from(l,f)),f=-1,m=l.length=0)}for(let h of e)s(h);return u(),c.length==1?c[0]:new Bt(c,n)}}ke.empty=new ze([""],0);function jp(t){let e=-1;for(let n of t)e+=n.length+1;return e}function yo(t,e,n=0,i=1e9){for(let o=0,r=0,a=!0;r<t.length&&o<=i;r++){let c=t[r],m=o+c.length;m>=n&&(m>i&&(c=c.slice(0,i-o)),o<n&&(c=c.slice(n-o)),a?(e[e.length-1]+=c,a=!1):e.push(c)),o=m+1}return e}function as(t,e,n){return yo(t,[""],e,n)}class wi{constructor(e,n=1){this.dir=n,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[n>0?1:(e instanceof ze?e.text.length:e.children.length)<<1]}nextInner(e,n){for(this.done=this.lineBreak=!1;;){let i=this.nodes.length-1,o=this.nodes[i],r=this.offsets[i],a=r>>1,c=o instanceof ze?o.text.length:o.children.length;if(a==(n>0?c:0)){if(i==0)return this.done=!0,this.value="",this;n>0&&this.offsets[i-1]++,this.nodes.pop(),this.offsets.pop()}else if((r&1)==(n>0?0:1)){if(this.offsets[i]+=n,e==0)return this.lineBreak=!0,this.value=`
|
|
12
|
+
`,this;e--}else if(o instanceof ze){let m=o.text[a+(n<0?-1:0)];if(this.offsets[i]+=n,m.length>Math.max(0,e))return this.value=e==0?m:n>0?m.slice(e):m.slice(0,m.length-e),this;e-=m.length}else{let m=o.children[a+(n<0?-1:0)];e>m.length?(e-=m.length,this.offsets[i]+=n):(n<0&&this.offsets[i]--,this.nodes.push(m),this.offsets.push(n>0?1:(m instanceof ze?m.text.length:m.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class ss{constructor(e,n,i){this.value="",this.done=!1,this.cursor=new wi(e,n>i?-1:1),this.pos=n>i?e.length:0,this.from=Math.min(n,i),this.to=Math.max(n,i)}nextInner(e,n){if(n<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,n<0?this.pos-this.to:this.from-this.pos);let i=n<0?this.pos-this.from:this.to-this.pos;e>i&&(e=i),i-=e;let{value:o}=this.cursor.next(e);return this.pos+=(o.length+e)*n,this.value=o.length<=i?o:n<0?o.slice(o.length-i):o.slice(0,i),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&this.value!=""}}class ds{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:n,lineBreak:i,value:o}=this.inner.next(e);return n&&this.afterBreak?(this.value="",this.afterBreak=!1):n?(this.done=!0,this.value=""):i?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=o,this.afterBreak=!1),this}get lineBreak(){return!1}}typeof Symbol!="undefined"&&(ke.prototype[Symbol.iterator]=function(){return this.iter()},wi.prototype[Symbol.iterator]=ss.prototype[Symbol.iterator]=ds.prototype[Symbol.iterator]=function(){return this});class Kp{constructor(e,n,i,o){this.from=e,this.to=n,this.number=i,this.text=o}get length(){return this.to-this.from}}function Un(t,e,n){return e=Math.max(0,Math.min(t.length,e)),[e,Math.max(e,Math.min(t.length,n))]}let jn="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(t=>t?parseInt(t,36):1);for(let t=1;t<jn.length;t++)jn[t]+=jn[t-1];function Gp(t){for(let e=1;e<jn.length;e+=2)if(jn[e]>t)return jn[e-1]<=t;return!1}function cs(t){return t>=127462&&t<=127487}const us=8205;function jt(t,e,n=!0,i=!0){return(n?fs:Yp)(t,e,i)}function fs(t,e,n){if(e==t.length)return e;e&&hs(t.charCodeAt(e))&&ms(t.charCodeAt(e-1))&&e--;let i=Ar(t,e);for(e+=gs(i);e<t.length;){let o=Ar(t,e);if(i==us||o==us||n&&Gp(o))e+=gs(o),i=o;else if(cs(o)){let r=0,a=e-2;for(;a>=0&&cs(Ar(t,a));)r++,a-=2;if(r%2==0)break;e+=2}else break}return e}function Yp(t,e,n){for(;e>0;){let i=fs(t,e-2,n);if(i<e)return i;e--}return 0}function hs(t){return t>=56320&&t<57344}function ms(t){return t>=55296&&t<56320}function Ar(t,e){let n=t.charCodeAt(e);if(!ms(n)||e+1==t.length)return n;let i=t.charCodeAt(e+1);return hs(i)?(n-55296<<10)+(i-56320)+65536:n}function gs(t){return t<65536?1:2}const Lr=/\r\n?|\n/;var Ct=function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t}(Ct||(Ct={}));class Kt{constructor(e){this.sections=e}get length(){let e=0;for(let n=0;n<this.sections.length;n+=2)e+=this.sections[n];return e}get newLength(){let e=0;for(let n=0;n<this.sections.length;n+=2){let i=this.sections[n+1];e+=i<0?this.sections[n]:i}return e}get empty(){return this.sections.length==0||this.sections.length==2&&this.sections[1]<0}iterGaps(e){for(let n=0,i=0,o=0;n<this.sections.length;){let r=this.sections[n++],a=this.sections[n++];a<0?(e(i,o,r),o+=r):o+=a,i+=r}}iterChangedRanges(e,n=!1){Ir(this,e,n)}get invertedDesc(){let e=[];for(let n=0;n<this.sections.length;){let i=this.sections[n++],o=this.sections[n++];o<0?e.push(i,o):e.push(o,i)}return new Kt(e)}composeDesc(e){return this.empty?e:e.empty?this:ps(this,e)}mapDesc(e,n=!1){return e.empty?this:Br(this,e,n)}mapPos(e,n=-1,i=Ct.Simple){let o=0,r=0;for(let a=0;a<this.sections.length;){let c=this.sections[a++],m=this.sections[a++],f=o+c;if(m<0){if(f>e)return r+(e-o);r+=c}else{if(i!=Ct.Simple&&f>=e&&(i==Ct.TrackDel&&o<e&&f>e||i==Ct.TrackBefore&&o<e||i==Ct.TrackAfter&&f>e))return null;if(f>e||f==e&&n<0&&!c)return e==o||n<0?r:r+m;r+=m}o=f}if(e>o)throw new RangeError(`Position ${e} is out of range for changeset of length ${o}`);return r}touchesRange(e,n=e){for(let i=0,o=0;i<this.sections.length&&o<=n;){let r=this.sections[i++],a=this.sections[i++],c=o+r;if(a>=0&&o<=n&&c>=e)return o<e&&c>n?"cover":!0;o=c}return!1}toString(){let e="";for(let n=0;n<this.sections.length;){let i=this.sections[n++],o=this.sections[n++];e+=(e?" ":"")+i+(o>=0?":"+o:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some(n=>typeof n!="number"))throw new RangeError("Invalid JSON representation of ChangeDesc");return new Kt(e)}static create(e){return new Kt(e)}}class Ye extends Kt{constructor(e,n){super(e);this.inserted=n}apply(e){if(this.length!=e.length)throw new RangeError("Applying change set to a document with the wrong length");return Ir(this,(n,i,o,r,a)=>e=e.replace(o,o+(i-n),a),!1),e}mapDesc(e,n=!1){return Br(this,e,n,!0)}invert(e){let n=this.sections.slice(),i=[];for(let o=0,r=0;o<n.length;o+=2){let a=n[o],c=n[o+1];if(c>=0){n[o]=c,n[o+1]=a;let m=o>>1;for(;i.length<m;)i.push(ke.empty);i.push(a?e.slice(r,r+a):ke.empty)}r+=a}return new Ye(n,i)}compose(e){return this.empty?e:e.empty?this:ps(this,e,!0)}map(e,n=!1){return e.empty?this:Br(this,e,n,!0)}iterChanges(e,n=!1){Ir(this,e,n)}get desc(){return Kt.create(this.sections)}filter(e){let n=[],i=[],o=[],r=new vi(this);e:for(let a=0,c=0;;){let m=a==e.length?1e9:e[a++];for(;c<m||c==m&&r.len==0;){if(r.done)break e;let l=Math.min(r.len,m-c);it(o,l,-1);let s=r.ins==-1?-1:r.off==0?r.ins:0;it(n,l,s),s>0&&an(i,n,r.text),r.forward(l),c+=l}let f=e[a++];for(;c<f;){if(r.done)break e;let l=Math.min(r.len,f-c);it(n,l,-1),it(o,l,r.ins==-1?-1:r.off==0?r.ins:0),r.forward(l),c+=l}}return{changes:new Ye(n,i),filtered:Kt.create(o)}}toJSON(){let e=[];for(let n=0;n<this.sections.length;n+=2){let i=this.sections[n],o=this.sections[n+1];o<0?e.push(i):o==0?e.push([i]):e.push([i].concat(this.inserted[n>>1].toJSON()))}return e}static of(e,n,i){let o=[],r=[],a=0,c=null;function m(l=!1){if(!l&&!o.length)return;a<n&&it(o,n-a,-1);let s=new Ye(o,r);c=c?c.compose(s.map(c)):s,o=[],r=[],a=0}function f(l){if(Array.isArray(l))for(let s of l)f(s);else if(l instanceof Ye){if(l.length!=n)throw new RangeError(`Mismatched change set length (got ${l.length}, expected ${n})`);m(),c=c?c.compose(l.map(c)):l}else{let{from:s,to:u=s,insert:h}=l;if(s>u||s<0||u>n)throw new RangeError(`Invalid change range ${s} to ${u} (in doc of length ${n})`);let g=h?typeof h=="string"?ke.of(h.split(i||Lr)):h:ke.empty,b=g.length;if(s==u&&b==0)return;s<a&&m(),s>a&&it(o,s-a,-1),it(o,u-s,b),an(r,o,g),a=u}}return f(e),m(!c),c}static empty(e){return new Ye(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw new RangeError("Invalid JSON representation of ChangeSet");let n=[],i=[];for(let o=0;o<e.length;o++){let r=e[o];if(typeof r=="number")n.push(r,-1);else{if(!Array.isArray(r)||typeof r[0]!="number"||r.some((a,c)=>c&&typeof a!="string"))throw new RangeError("Invalid JSON representation of ChangeSet");if(r.length==1)n.push(r[0],0);else{for(;i.length<o;)i.push(ke.empty);i[o]=ke.of(r.slice(1)),n.push(r[0],i[o].length)}}}return new Ye(n,i)}static createSet(e,n){return new Ye(e,n)}}function it(t,e,n,i=!1){if(e==0&&n<=0)return;let o=t.length-2;o>=0&&n<=0&&n==t[o+1]?t[o]+=e:e==0&&t[o]==0?t[o+1]+=n:i?(t[o]+=e,t[o+1]+=n):t.push(e,n)}function an(t,e,n){if(n.length==0)return;let i=e.length-2>>1;if(i<t.length)t[t.length-1]=t[t.length-1].append(n);else{for(;t.length<i;)t.push(ke.empty);t.push(n)}}function Ir(t,e,n){let i=t.inserted;for(let o=0,r=0,a=0;a<t.sections.length;){let c=t.sections[a++],m=t.sections[a++];if(m<0)o+=c,r+=c;else{let f=o,l=r,s=ke.empty;for(;f+=c,l+=m,m&&i&&(s=s.append(i[a-2>>1])),!(n||a==t.sections.length||t.sections[a+1]<0);)c=t.sections[a++],m=t.sections[a++];e(o,f,r,l,s),o=f,r=l}}}function Br(t,e,n,i=!1){let o=[],r=i?[]:null,a=new vi(t),c=new vi(e);for(let m=-1;;)if(a.ins==-1&&c.ins==-1){let f=Math.min(a.len,c.len);it(o,f,-1),a.forward(f),c.forward(f)}else if(c.ins>=0&&(a.ins<0||m==a.i||a.off==0&&(c.len<a.len||c.len==a.len&&!n))){let f=c.len;for(it(o,c.ins,-1);f;){let l=Math.min(a.len,f);a.ins>=0&&m<a.i&&a.len<=l&&(it(o,0,a.ins),r&&an(r,o,a.text),m=a.i),a.forward(l),f-=l}c.next()}else if(a.ins>=0){let f=0,l=a.len;for(;l;)if(c.ins==-1){let s=Math.min(l,c.len);f+=s,l-=s,c.forward(s)}else if(c.ins==0&&c.len<l)l-=c.len,c.next();else break;it(o,f,m<a.i?a.ins:0),r&&m<a.i&&an(r,o,a.text),m=a.i,a.forward(a.len-l)}else{if(a.done&&c.done)return r?Ye.createSet(o,r):Kt.create(o);throw new Error("Mismatched change set lengths")}}function ps(t,e,n=!1){let i=[],o=n?[]:null,r=new vi(t),a=new vi(e);for(let c=!1;;){if(r.done&&a.done)return o?Ye.createSet(i,o):Kt.create(i);if(r.ins==0)it(i,r.len,0,c),r.next();else if(a.len==0&&!a.done)it(i,0,a.ins,c),o&&an(o,i,a.text),a.next();else{if(r.done||a.done)throw new Error("Mismatched change set lengths");{let m=Math.min(r.len2,a.len),f=i.length;if(r.ins==-1){let l=a.ins==-1?-1:a.off?0:a.ins;it(i,m,l,c),o&&l&&an(o,i,a.text)}else a.ins==-1?(it(i,r.off?0:r.len,m,c),o&&an(o,i,r.textBit(m))):(it(i,r.off?0:r.len,a.off?0:a.ins,c),o&&!a.off&&an(o,i,a.text));c=(r.ins>m||a.ins>=0&&a.len>m)&&(c||i.length>f),r.forward2(m),a.forward(m)}}}}class vi{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i<e.length?(this.len=e[this.i++],this.ins=e[this.i++]):(this.len=0,this.ins=-2),this.off=0}get done(){return this.ins==-2}get len2(){return this.ins<0?this.len:this.ins}get text(){let{inserted:e}=this.set,n=this.i-2>>1;return n>=e.length?ke.empty:e[n]}textBit(e){let{inserted:n}=this.set,i=this.i-2>>1;return i>=n.length&&!e?ke.empty:n[i].slice(this.off,e==null?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){this.ins==-1?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class xn{constructor(e,n,i){this.from=e,this.to=n,this.flags=i}get anchor(){return this.flags&32?this.to:this.from}get head(){return this.flags&32?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return this.flags&8?-1:this.flags&16?1:0}get bidiLevel(){let e=this.flags&7;return e==7?null:e}get goalColumn(){let e=this.flags>>6;return e==16777215?void 0:e}map(e,n=-1){let i,o;return this.empty?i=o=e.mapPos(this.from,n):(i=e.mapPos(this.from,1),o=e.mapPos(this.to,-1)),i==this.from&&o==this.to?this:new xn(i,o,this.flags)}extend(e,n=e){if(e<=this.anchor&&n>=this.anchor)return ue.range(e,n);let i=Math.abs(e-this.anchor)>Math.abs(n-this.anchor)?e:n;return ue.range(this.anchor,i)}eq(e,n=!1){return this.anchor==e.anchor&&this.head==e.head&&(!n||!this.empty||this.assoc==e.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||typeof e.anchor!="number"||typeof e.head!="number")throw new RangeError("Invalid JSON representation for SelectionRange");return ue.range(e.anchor,e.head)}static create(e,n,i){return new xn(e,n,i)}}class ue{constructor(e,n){this.ranges=e,this.mainIndex=n}map(e,n=-1){return e.empty?this:ue.create(this.ranges.map(i=>i.map(e,n)),this.mainIndex)}eq(e,n=!1){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let i=0;i<this.ranges.length;i++)if(!this.ranges[i].eq(e.ranges[i],n))return!1;return!0}get main(){return this.ranges[this.mainIndex]}asSingle(){return this.ranges.length==1?this:new ue([this.main],0)}addRange(e,n=!0){return ue.create([e].concat(this.ranges),n?0:this.mainIndex+1)}replaceRange(e,n=this.mainIndex){let i=this.ranges.slice();return i[n]=e,ue.create(i,this.mainIndex)}toJSON(){return{ranges:this.ranges.map(e=>e.toJSON()),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||typeof e.main!="number"||e.main>=e.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new ue(e.ranges.map(n=>xn.fromJSON(n)),e.main)}static single(e,n=e){return new ue([ue.range(e,n)],0)}static create(e,n=0){if(e.length==0)throw new RangeError("A selection needs at least one range");for(let i=0,o=0;o<e.length;o++){let r=e[o];if(r.empty?r.from<=i:r.from<i)return ue.normalized(e.slice(),n);i=r.to}return new ue(e,n)}static cursor(e,n=0,i,o){return xn.create(e,e,(n==0?0:n<0?8:16)|(i==null?7:Math.min(6,i))|(o!=null?o:16777215)<<6)}static range(e,n,i,o){let r=(i!=null?i:16777215)<<6|(o==null?7:Math.min(6,o));return n<e?xn.create(n,e,32|16|r):xn.create(e,n,(n>e?8:0)|r)}static normalized(e,n=0){let i=e[n];e.sort((o,r)=>o.from-r.from),n=e.indexOf(i);for(let o=1;o<e.length;o++){let r=e[o],a=e[o-1];if(r.empty?r.from<=a.to:r.from<a.to){let c=a.from,m=Math.max(r.to,a.to);o<=n&&n--,e.splice(--o,2,r.anchor>r.head?ue.range(m,c):ue.range(c,m))}}return new ue(e,n)}}function bs(t,e){for(let n of t.ranges)if(n.to>e)throw new RangeError("Selection points outside of document")}let Pr=0;class Se{constructor(e,n,i,o,r){this.combine=e,this.compareInput=n,this.compare=i,this.isStatic=o,this.id=Pr++,this.default=e([]),this.extensions=typeof r=="function"?r(this):r}get reader(){return this}static define(e={}){return new Se(e.combine||(n=>n),e.compareInput||((n,i)=>n===i),e.compare||(e.combine?(n,i)=>n===i:Vr),!!e.static,e.enables)}of(e){return new wo([],this,0,e)}compute(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new wo(e,this,1,n)}computeN(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new wo(e,this,2,n)}from(e,n){return n||(n=i=>i),this.compute([e],i=>n(i.field(e)))}}function Vr(t,e){return t==e||t.length==e.length&&t.every((n,i)=>n===e[i])}class wo{constructor(e,n,i,o){this.dependencies=e,this.facet=n,this.type=i,this.value=o,this.id=Pr++}dynamicSlot(e){var n;let i=this.value,o=this.facet.compareInput,r=this.id,a=e[r]>>1,c=this.type==2,m=!1,f=!1,l=[];for(let s of this.dependencies)s=="doc"?m=!0:s=="selection"?f=!0:(((n=e[s.id])!==null&&n!==void 0?n:1)&1)==0&&l.push(e[s.id]);return{create(s){return s.values[a]=i(s),1},update(s,u){if(m&&u.docChanged||f&&(u.docChanged||u.selection)||Hr(s,l)){let h=i(s);if(c?!ys(h,s.values[a],o):!o(h,s.values[a]))return s.values[a]=h,1}return 0},reconfigure:(s,u)=>{let h,g=u.config.address[r];if(g!=null){let b=Eo(u,g);if(this.dependencies.every(p=>p instanceof Se?u.facet(p)===s.facet(p):p instanceof Kn?u.field(p,!1)==s.field(p,!1):!0)||(c?ys(h=i(s),b,o):o(h=i(s),b)))return s.values[a]=b,0}else h=i(s);return s.values[a]=h,1}}}}function ys(t,e,n){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++)if(!n(t[i],e[i]))return!1;return!0}function Hr(t,e){let n=!1;for(let i of e)Ei(t,i)&1&&(n=!0);return n}function Jp(t,e,n){let i=n.map(m=>t[m.id]),o=n.map(m=>m.type),r=i.filter(m=>!(m&1)),a=t[e.id]>>1;function c(m){let f=[];for(let l=0;l<i.length;l++){let s=Eo(m,i[l]);if(o[l]==2)for(let u of s)f.push(u);else f.push(s)}return e.combine(f)}return{create(m){for(let f of i)Ei(m,f);return m.values[a]=c(m),1},update(m,f){if(!Hr(m,r))return 0;let l=c(m);return e.compare(l,m.values[a])?0:(m.values[a]=l,1)},reconfigure(m,f){let l=Hr(m,i),s=f.config.facets[e.id],u=f.facet(e);if(s&&!l&&Vr(n,s))return m.values[a]=u,0;let h=c(m);return e.compare(h,u)?(m.values[a]=u,0):(m.values[a]=h,1)}}}const ws=Se.define({static:!0});class Kn{constructor(e,n,i,o,r){this.id=e,this.createF=n,this.updateF=i,this.compareF=o,this.spec=r,this.provides=void 0}static define(e){let n=new Kn(Pr++,e.create,e.update,e.compare||((i,o)=>i===o),e);return e.provide&&(n.provides=e.provide(n)),n}create(e){let n=e.facet(ws).find(i=>i.field==this);return((n==null?void 0:n.create)||this.createF)(e)}slot(e){let n=e[this.id]>>1;return{create:i=>(i.values[n]=this.create(i),1),update:(i,o)=>{let r=i.values[n],a=this.updateF(r,o);return this.compareF(r,a)?0:(i.values[n]=a,1)},reconfigure:(i,o)=>o.config.address[this.id]!=null?(i.values[n]=o.field(this),0):(i.values[n]=this.create(i),1)}}init(e){return[this,ws.of({field:this,create:e})]}get extension(){return this}}const kn={lowest:4,low:3,default:2,high:1,highest:0};function Ci(t){return e=>new vs(e,t)}const Xp={highest:Ci(kn.highest),high:Ci(kn.high),default:Ci(kn.default),low:Ci(kn.low),lowest:Ci(kn.lowest)};class vs{constructor(e,n){this.inner=e,this.prec=n}}class vo{of(e){return new zr(this,e)}reconfigure(e){return vo.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class zr{constructor(e,n){this.compartment=e,this.inner=n}}class Co{constructor(e,n,i,o,r,a){for(this.base=e,this.compartments=n,this.dynamicSlots=i,this.address=o,this.staticValues=r,this.facets=a,this.statusTemplate=[];this.statusTemplate.length<i.length;)this.statusTemplate.push(0)}staticFacet(e){let n=this.address[e.id];return n==null?e.default:this.staticValues[n>>1]}static resolve(e,n,i){let o=[],r=Object.create(null),a=new Map;for(let u of Zp(e,n,a))u instanceof Kn?o.push(u):(r[u.facet.id]||(r[u.facet.id]=[])).push(u);let c=Object.create(null),m=[],f=[];for(let u of o)c[u.id]=f.length<<1,f.push(h=>u.slot(h));let l=i==null?void 0:i.config.facets;for(let u in r){let h=r[u],g=h[0].facet,b=l&&l[u]||[];if(h.every(p=>p.type==0))if(c[g.id]=m.length<<1|1,Vr(b,h))m.push(i.facet(g));else{let p=g.combine(h.map(y=>y.value));m.push(i&&g.compare(p,i.facet(g))?i.facet(g):p)}else{for(let p of h)p.type==0?(c[p.id]=m.length<<1|1,m.push(p.value)):(c[p.id]=f.length<<1,f.push(y=>p.dynamicSlot(y)));c[g.id]=f.length<<1,f.push(p=>Jp(p,g,h))}}let s=f.map(u=>u(c));return new Co(e,a,s,c,m,r)}}function Zp(t,e,n){let i=[[],[],[],[],[]],o=new Map;function r(a,c){let m=o.get(a);if(m!=null){if(m<=c)return;let f=i[m].indexOf(a);f>-1&&i[m].splice(f,1),a instanceof zr&&n.delete(a.compartment)}if(o.set(a,c),Array.isArray(a))for(let f of a)r(f,c);else if(a instanceof zr){if(n.has(a.compartment))throw new RangeError("Duplicate use of compartment in extensions");let f=e.get(a.compartment)||a.inner;n.set(a.compartment,f),r(f,c)}else if(a instanceof vs)r(a.inner,a.prec);else if(a instanceof Kn)i[c].push(a),a.provides&&r(a.provides,c);else if(a instanceof wo)i[c].push(a),a.facet.extensions&&r(a.facet.extensions,kn.default);else{let f=a.extension;if(!f)throw new Error(`Unrecognized extension value in extension set (${a}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);r(f,c)}}return r(t,kn.default),i.reduce((a,c)=>a.concat(c))}function Ei(t,e){if(e&1)return 2;let n=e>>1,i=t.status[n];if(i==4)throw new Error("Cyclic dependency between fields and/or facets");if(i&2)return i;t.status[n]=4;let o=t.computeSlot(t,t.config.dynamicSlots[n]);return t.status[n]=2|o}function Eo(t,e){return e&1?t.config.staticValues[e>>1]:t.values[e>>1]}const Cs=Se.define(),Wr=Se.define({combine:t=>t.some(e=>e),static:!0}),Es=Se.define({combine:t=>t.length?t[0]:void 0,static:!0}),Ss=Se.define(),Os=Se.define(),xs=Se.define(),ks=Se.define({combine:t=>t.length?t[0]:!1});class Gn{constructor(e,n){this.type=e,this.value=n}static define(){return new Qp}}class Qp{of(e){return new Gn(this,e)}}class $p{constructor(e){this.map=e}of(e){return new Xe(this,e)}}class Xe{constructor(e,n){this.type=e,this.value=n}map(e){let n=this.type.map(this.value,e);return n===void 0?void 0:n==this.value?this:new Xe(this.type,n)}is(e){return this.type==e}static define(e={}){return new $p(e.map||(n=>n))}static mapEffects(e,n){if(!e.length)return e;let i=[];for(let o of e){let r=o.map(n);r&&i.push(r)}return i}}Xe.reconfigure=Xe.define(),Xe.appendConfig=Xe.define();class ot{constructor(e,n,i,o,r,a){this.startState=e,this.changes=n,this.selection=i,this.effects=o,this.annotations=r,this.scrollIntoView=a,this._doc=null,this._state=null,i&&bs(i,n.newLength),r.some(c=>c.type==ot.time)||(this.annotations=r.concat(ot.time.of(Date.now())))}static create(e,n,i,o,r,a){return new ot(e,n,i,o,r,a)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(e){for(let n of this.annotations)if(n.type==e)return n.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(e){let n=this.annotation(ot.userEvent);return!!(n&&(n==e||n.length>e.length&&n.slice(0,e.length)==e&&n[e.length]=="."))}}ot.time=Gn.define(),ot.userEvent=Gn.define(),ot.addToHistory=Gn.define(),ot.remote=Gn.define();function e3(t,e){let n=[];for(let i=0,o=0;;){let r,a;if(i<t.length&&(o==e.length||e[o]>=t[i]))r=t[i++],a=t[i++];else if(o<e.length)r=e[o++],a=e[o++];else return n;!n.length||n[n.length-1]<r?n.push(r,a):n[n.length-1]<a&&(n[n.length-1]=a)}}function Fs(t,e,n){var i;let o,r,a;return n?(o=e.changes,r=Ye.empty(e.changes.length),a=t.changes.compose(e.changes)):(o=e.changes.map(t.changes),r=t.changes.mapDesc(e.changes,!0),a=t.changes.compose(o)),{changes:a,selection:e.selection?e.selection.map(r):(i=t.selection)===null||i===void 0?void 0:i.map(o),effects:Xe.mapEffects(t.effects,o).concat(Xe.mapEffects(e.effects,r)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function qr(t,e,n){let i=e.selection,o=Yn(e.annotations);return e.userEvent&&(o=o.concat(ot.userEvent.of(e.userEvent))),{changes:e.changes instanceof Ye?e.changes:Ye.of(e.changes||[],n,t.facet(Es)),selection:i&&(i instanceof ue?i:ue.single(i.anchor,i.head)),effects:Yn(e.effects),annotations:o,scrollIntoView:!!e.scrollIntoView}}function Ns(t,e,n){let i=qr(t,e.length?e[0]:{},t.doc.length);e.length&&e[0].filter===!1&&(n=!1);for(let r=1;r<e.length;r++){e[r].filter===!1&&(n=!1);let a=!!e[r].sequential;i=Fs(i,qr(t,e[r],a?i.changes.newLength:t.doc.length),a)}let o=ot.create(t,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return n3(n?t3(o):o)}function t3(t){let e=t.startState,n=!0;for(let o of e.facet(Ss)){let r=o(t);if(r===!1){n=!1;break}Array.isArray(r)&&(n=n===!0?r:e3(n,r))}if(n!==!0){let o,r;if(n===!1)r=t.changes.invertedDesc,o=Ye.empty(e.doc.length);else{let a=t.changes.filter(n);o=a.changes,r=a.filtered.mapDesc(a.changes).invertedDesc}t=ot.create(e,o,t.selection&&t.selection.map(r),Xe.mapEffects(t.effects,r),t.annotations,t.scrollIntoView)}let i=e.facet(Os);for(let o=i.length-1;o>=0;o--){let r=i[o](t);r instanceof ot?t=r:Array.isArray(r)&&r.length==1&&r[0]instanceof ot?t=r[0]:t=Ns(e,Yn(r),!1)}return t}function n3(t){let e=t.startState,n=e.facet(xs),i=t;for(let o=n.length-1;o>=0;o--){let r=n[o](t);r&&Object.keys(r).length&&(i=Fs(i,qr(e,r,t.changes.newLength),!0))}return i==t?t:ot.create(e,t.changes,t.selection,i.effects,i.annotations,i.scrollIntoView)}const i3=[];function Yn(t){return t==null?i3:Array.isArray(t)?t:[t]}var Gt=function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t}(Gt||(Gt={}));const o3=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let Ur;try{Ur=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}function r3(t){if(Ur)return Ur.test(t);for(let e=0;e<t.length;e++){let n=t[e];if(/\w/.test(n)||n>"\x80"&&(n.toUpperCase()!=n.toLowerCase()||o3.test(n)))return!0}return!1}function l3(t){return e=>{if(!/\S/.test(e))return Gt.Space;if(r3(e))return Gt.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return Gt.Word;return Gt.Other}}class Ae{constructor(e,n,i,o,r,a){this.config=e,this.doc=n,this.selection=i,this.values=o,this.status=e.statusTemplate.slice(),this.computeSlot=r,a&&(a._state=this);for(let c=0;c<this.config.dynamicSlots.length;c++)Ei(this,c<<1);this.computeSlot=null}field(e,n=!0){let i=this.config.address[e.id];if(i==null){if(n)throw new RangeError("Field is not present in this state");return}return Ei(this,i),Eo(this,i)}update(...e){return Ns(this,e,!0)}applyTransaction(e){let n=this.config,{base:i,compartments:o}=n;for(let c of e.effects)c.is(vo.reconfigure)?(n&&(o=new Map,n.compartments.forEach((m,f)=>o.set(f,m)),n=null),o.set(c.value.compartment,c.value.extension)):c.is(Xe.reconfigure)?(n=null,i=c.value):c.is(Xe.appendConfig)&&(n=null,i=Yn(i).concat(c.value));let r;n?r=e.startState.values.slice():(n=Co.resolve(i,o,this),r=new Ae(n,this.doc,this.selection,n.dynamicSlots.map(()=>null),(m,f)=>f.reconfigure(m,this),null).values);let a=e.startState.facet(Wr)?e.newSelection:e.newSelection.asSingle();new Ae(n,e.newDoc,a,r,(c,m)=>m.update(c,e),e)}replaceSelection(e){return typeof e=="string"&&(e=this.toText(e)),this.changeByRange(n=>({changes:{from:n.from,to:n.to,insert:e},range:ue.cursor(n.from+e.length)}))}changeByRange(e){let n=this.selection,i=e(n.ranges[0]),o=this.changes(i.changes),r=[i.range],a=Yn(i.effects);for(let c=1;c<n.ranges.length;c++){let m=e(n.ranges[c]),f=this.changes(m.changes),l=f.map(o);for(let u=0;u<c;u++)r[u]=r[u].map(l);let s=o.mapDesc(f,!0);r.push(m.range.map(s)),o=o.compose(l),a=Xe.mapEffects(a,l).concat(Xe.mapEffects(Yn(m.effects),s))}return{changes:o,selection:ue.create(r,n.mainIndex),effects:a}}changes(e=[]){return e instanceof Ye?e:Ye.of(e,this.doc.length,this.facet(Ae.lineSeparator))}toText(e){return ke.of(e.split(this.facet(Ae.lineSeparator)||Lr))}sliceDoc(e=0,n=this.doc.length){return this.doc.sliceString(e,n,this.lineBreak)}facet(e){let n=this.config.address[e.id];return n==null?e.default:(Ei(this,n),Eo(this,n))}toJSON(e){let n={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let i in e){let o=e[i];o instanceof Kn&&this.config.address[o.id]!=null&&(n[i]=o.spec.toJSON(this.field(e[i]),this))}return n}static fromJSON(e,n={},i){if(!e||typeof e.doc!="string")throw new RangeError("Invalid JSON representation for EditorState");let o=[];if(i){for(let r in i)if(Object.prototype.hasOwnProperty.call(e,r)){let a=i[r],c=e[r];o.push(a.init(m=>a.spec.fromJSON(c,m)))}}return Ae.create({doc:e.doc,selection:ue.fromJSON(e.selection),extensions:n.extensions?o.concat([n.extensions]):o})}static create(e={}){let n=Co.resolve(e.extensions||[],new Map),i=e.doc instanceof ke?e.doc:ke.of((e.doc||"").split(n.staticFacet(Ae.lineSeparator)||Lr)),o=e.selection?e.selection instanceof ue?e.selection:ue.single(e.selection.anchor,e.selection.head):ue.single(0);return bs(o,i.length),n.staticFacet(Wr)||(o=o.asSingle()),new Ae(n,i,o,n.dynamicSlots.map(()=>null),(r,a)=>a.create(r),null)}get tabSize(){return this.facet(Ae.tabSize)}get lineBreak(){return this.facet(Ae.lineSeparator)||`
|
|
13
|
+
`}get readOnly(){return this.facet(ks)}phrase(e,...n){for(let i of this.facet(Ae.phrases))if(Object.prototype.hasOwnProperty.call(i,e)){e=i[e];break}return n.length&&(e=e.replace(/\$(\$|\d*)/g,(i,o)=>{if(o=="$")return"$";let r=+(o||1);return!r||r>n.length?i:n[r-1]})),e}languageDataAt(e,n,i=-1){let o=[];for(let r of this.facet(Cs))for(let a of r(this,n,i))Object.prototype.hasOwnProperty.call(a,e)&&o.push(a[e]);return o}charCategorizer(e){return l3(this.languageDataAt("wordChars",e).join(""))}wordAt(e){let{text:n,from:i,length:o}=this.doc.lineAt(e),r=this.charCategorizer(e),a=e-i,c=e-i;for(;a>0;){let m=jt(n,a,!1);if(r(n.slice(m,a))!=Gt.Word)break;a=m}for(;c<o;){let m=jt(n,c);if(r(n.slice(c,m))!=Gt.Word)break;c=m}return a==c?null:ue.range(a+i,c+i)}}Ae.allowMultipleSelections=Wr,Ae.tabSize=Se.define({combine:t=>t.length?t[0]:4}),Ae.lineSeparator=Es,Ae.readOnly=ks,Ae.phrases=Se.define({compare(t,e){let n=Object.keys(t),i=Object.keys(e);return n.length==i.length&&n.every(o=>t[o]==e[o])}}),Ae.languageData=Cs,Ae.changeFilter=Ss,Ae.transactionFilter=Os,Ae.transactionExtender=xs,vo.reconfigure=Xe.define();class Jn{eq(e){return this==e}range(e,n=e){return Si.create(e,n,this)}}Jn.prototype.startSide=Jn.prototype.endSide=0,Jn.prototype.point=!1,Jn.prototype.mapMode=Ct.TrackDel;class Si{constructor(e,n,i){this.from=e,this.to=n,this.value=i}static create(e,n,i){return new Si(e,n,i)}}function jr(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class Kr{constructor(e,n,i,o){this.from=e,this.to=n,this.value=i,this.maxPoint=o}get length(){return this.to[this.to.length-1]}findIndex(e,n,i,o=0){let r=i?this.to:this.from;for(let a=o,c=r.length;;){if(a==c)return a;let m=a+c>>1,f=r[m]-e||(i?this.value[m].endSide:this.value[m].startSide)-n;if(m==a)return f>=0?a:c;f>=0?c=m:a=m+1}}between(e,n,i,o){for(let r=this.findIndex(n,-1e9,!0),a=this.findIndex(i,1e9,!1,r);r<a;r++)if(o(this.from[r]+e,this.to[r]+e,this.value[r])===!1)return!1}map(e,n){let i=[],o=[],r=[],a=-1,c=-1;for(let m=0;m<this.value.length;m++){let f=this.value[m],l=this.from[m]+e,s=this.to[m]+e,u,h;if(l==s){let g=n.mapPos(l,f.startSide,f.mapMode);if(g==null||(u=h=g,f.startSide!=f.endSide&&(h=n.mapPos(l,f.endSide),h<u)))continue}else if(u=n.mapPos(l,f.startSide),h=n.mapPos(s,f.endSide),u>h||u==h&&f.startSide>0&&f.endSide<=0)continue;(h-u||f.endSide-f.startSide)<0||(a<0&&(a=u),f.point&&(c=Math.max(c,h-u)),i.push(f),o.push(u-a),r.push(h-a))}return{mapped:i.length?new Kr(o,r,i,c):null,pos:a}}}class Le{constructor(e,n,i,o){this.chunkPos=e,this.chunk=n,this.nextLayer=i,this.maxPoint=o}static create(e,n,i,o){return new Le(e,n,i,o)}get length(){let e=this.chunk.length-1;return e<0?0:Math.max(this.chunkEnd(e),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let e=this.nextLayer.size;for(let n of this.chunk)e+=n.value.length;return e}chunkEnd(e){return this.chunkPos[e]+this.chunk[e].length}update(e){let{add:n=[],sort:i=!1,filterFrom:o=0,filterTo:r=this.length}=e,a=e.filter;if(n.length==0&&!a)return this;if(i&&(n=n.slice().sort(jr)),this.isEmpty)return n.length?Le.of(n):this;let c=new _s(this,null,-1).goto(0),m=0,f=[],l=new Oi;for(;c.value||m<n.length;)if(m<n.length&&(c.from-n[m].from||c.startSide-n[m].value.startSide)>=0){let s=n[m++];l.addInner(s.from,s.to,s.value)||f.push(s)}else c.rangeIndex==1&&c.chunkIndex<this.chunk.length&&(m==n.length||this.chunkEnd(c.chunkIndex)<n[m].from)&&(!a||o>this.chunkEnd(c.chunkIndex)||r<this.chunkPos[c.chunkIndex])&&l.addChunk(this.chunkPos[c.chunkIndex],this.chunk[c.chunkIndex])?c.nextChunk():((!a||o>c.to||r<c.from||a(c.from,c.to,c.value))&&(l.addInner(c.from,c.to,c.value)||f.push(Si.create(c.from,c.to,c.value))),c.next());return l.finishInner(this.nextLayer.isEmpty&&!f.length?Le.empty:this.nextLayer.update({add:f,filter:a,filterFrom:o,filterTo:r}))}map(e){if(e.empty||this.isEmpty)return this;let n=[],i=[],o=-1;for(let a=0;a<this.chunk.length;a++){let c=this.chunkPos[a],m=this.chunk[a],f=e.touchesRange(c,c+m.length);if(f===!1)o=Math.max(o,m.maxPoint),n.push(m),i.push(e.mapPos(c));else if(f===!0){let{mapped:l,pos:s}=m.map(c,e);l&&(o=Math.max(o,l.maxPoint),n.push(l),i.push(s))}}let r=this.nextLayer.map(e);return n.length==0?r:new Le(i,n,r||Le.empty,o)}between(e,n,i){if(!this.isEmpty){for(let o=0;o<this.chunk.length;o++){let r=this.chunkPos[o],a=this.chunk[o];if(n>=r&&e<=r+a.length&&a.between(r,e-r,n-r,i)===!1)return}this.nextLayer.between(e,n,i)}}iter(e=0){return xi.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,n=0){return xi.from(e).goto(n)}static compare(e,n,i,o,r=-1){let a=e.filter(s=>s.maxPoint>0||!s.isEmpty&&s.maxPoint>=r),c=n.filter(s=>s.maxPoint>0||!s.isEmpty&&s.maxPoint>=r),m=Rs(a,c,i),f=new ki(a,m,r),l=new ki(c,m,r);i.iterGaps((s,u,h)=>Ts(f,s,l,u,h,o)),i.empty&&i.length==0&&Ts(f,0,l,0,0,o)}static eq(e,n,i=0,o){o==null&&(o=1e9-1);let r=e.filter(l=>!l.isEmpty&&n.indexOf(l)<0),a=n.filter(l=>!l.isEmpty&&e.indexOf(l)<0);if(r.length!=a.length)return!1;if(!r.length)return!0;let c=Rs(r,a),m=new ki(r,c,0).goto(i),f=new ki(a,c,0).goto(i);for(;;){if(m.to!=f.to||!Yr(m.active,f.active)||m.point&&(!f.point||!m.point.eq(f.point)))return!1;if(m.to>o)return!0;m.next(),f.next()}}static spans(e,n,i,o,r=-1){let a=new ki(e,null,r).goto(n),c=n,m=a.openStart;for(;;){let f=Math.min(a.to,i);if(a.point){let l=a.activeForPoint(a.to),s=a.pointFrom<n?l.length+1:a.point.startSide<0?l.length:Math.min(l.length,m);o.point(c,f,a.point,l,s,a.pointRank),m=Math.min(a.openEnd(f),l.length)}else f>c&&(o.span(c,f,a.active,m),m=a.openEnd(f));if(a.to>i)return m+(a.point&&a.to>i?1:0);c=a.to,a.next()}}static of(e,n=!1){let i=new Oi;for(let o of e instanceof Si?[e]:n?a3(e):e)i.add(o.from,o.to,o.value);return i.finish()}static join(e){if(!e.length)return Le.empty;let n=e[e.length-1];for(let i=e.length-2;i>=0;i--)for(let o=e[i];o!=Le.empty;o=o.nextLayer)n=new Le(o.chunkPos,o.chunk,n,Math.max(o.maxPoint,n.maxPoint));return n}}Le.empty=new Le([],[],null,-1);function a3(t){if(t.length>1)for(let e=t[0],n=1;n<t.length;n++){let i=t[n];if(jr(e,i)>0)return t.slice().sort(jr);e=i}return t}Le.empty.nextLayer=Le.empty;class Oi{finishChunk(e){this.chunks.push(new Kr(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(e,n,i){this.addInner(e,n,i)||(this.nextLayer||(this.nextLayer=new Oi)).add(e,n,i)}addInner(e,n,i){let o=e-this.lastTo||i.startSide-this.last.endSide;if(o<=0&&(e-this.lastFrom||i.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return o<0?!1:(this.from.length==250&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(n-this.chunkStart),this.last=i,this.lastFrom=e,this.lastTo=n,this.value.push(i),i.point&&(this.maxPoint=Math.max(this.maxPoint,n-e)),!0)}addChunk(e,n){if((e-this.lastTo||n.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,n.maxPoint),this.chunks.push(n),this.chunkPos.push(e);let i=n.value.length-1;return this.last=n.value[i],this.lastFrom=n.from[i]+e,this.lastTo=n.to[i]+e,!0}finish(){return this.finishInner(Le.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),this.chunks.length==0)return e;let n=Le.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,n}}function Rs(t,e,n){let i=new Map;for(let r of t)for(let a=0;a<r.chunk.length;a++)r.chunk[a].maxPoint<=0&&i.set(r.chunk[a],r.chunkPos[a]);let o=new Set;for(let r of e)for(let a=0;a<r.chunk.length;a++){let c=i.get(r.chunk[a]);c!=null&&(n?n.mapPos(c):c)==r.chunkPos[a]&&!(n==null?void 0:n.touchesRange(c,c+r.chunk[a].length))&&o.add(r.chunk[a])}return o}class _s{constructor(e,n,i,o=0){this.layer=e,this.skip=n,this.minPoint=i,this.rank=o}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e,n=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,n,!1),this}gotoInner(e,n,i){for(;this.chunkIndex<this.layer.chunk.length;){let o=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(o)||this.layer.chunkEnd(this.chunkIndex)<e||o.maxPoint<this.minPoint))break;this.chunkIndex++,i=!1}if(this.chunkIndex<this.layer.chunk.length){let o=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],n,!0);(!i||this.rangeIndex<o)&&this.setRangeIndex(o)}this.next()}forward(e,n){(this.to-e||this.endSide-n)<0&&this.gotoInner(e,n,!0)}next(){for(;;)if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}else{let e=this.layer.chunkPos[this.chunkIndex],n=this.layer.chunk[this.chunkIndex],i=e+n.from[this.rangeIndex];if(this.from=i,this.to=e+n.to[this.rangeIndex],this.value=n.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=e}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(e){return this.from-e.from||this.startSide-e.startSide||this.rank-e.rank||this.to-e.to||this.endSide-e.endSide}}class xi{constructor(e){this.heap=e}static from(e,n=null,i=-1){let o=[];for(let r=0;r<e.length;r++)for(let a=e[r];!a.isEmpty;a=a.nextLayer)a.maxPoint>=i&&o.push(new _s(a,n,i,r));return o.length==1?o[0]:new xi(o)}get startSide(){return this.value?this.value.startSide:0}goto(e,n=-1e9){for(let i of this.heap)i.goto(e,n);for(let i=this.heap.length>>1;i>=0;i--)Gr(this.heap,i);return this.next(),this}forward(e,n){for(let i of this.heap)i.forward(e,n);for(let i=this.heap.length>>1;i>=0;i--)Gr(this.heap,i);(this.to-e||this.value.endSide-n)<0&&this.next()}next(){if(this.heap.length==0)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),Gr(this.heap,0)}}}function Gr(t,e){for(let n=t[e];;){let i=(e<<1)+1;if(i>=t.length)break;let o=t[i];if(i+1<t.length&&o.compare(t[i+1])>=0&&(o=t[i+1],i++),n.compare(o)<0)break;t[i]=n,t[e]=o,e=i}}class ki{constructor(e,n,i){this.minPoint=i,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=xi.from(e,n,i)}goto(e,n=-1e9){return this.cursor.goto(e,n),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=n,this.openStart=-1,this.next(),this}forward(e,n){for(;this.minActive>-1&&(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-n)<0;)this.removeActive(this.minActive);this.cursor.forward(e,n)}removeActive(e){So(this.active,e),So(this.activeTo,e),So(this.activeRank,e),this.minActive=Ds(this.active,this.activeTo)}addActive(e){let n=0,{value:i,to:o,rank:r}=this.cursor;for(;n<this.activeRank.length&&(r-this.activeRank[n]||o-this.activeTo[n])>0;)n++;Oo(this.active,n,i),Oo(this.activeTo,n,o),Oo(this.activeRank,n,r),e&&Oo(e,n,this.cursor.from),this.minActive=Ds(this.active,this.activeTo)}next(){let e=this.to,n=this.point;this.point=null;let i=this.openStart<0?[]:null;for(;;){let o=this.minActive;if(o>-1&&(this.activeTo[o]-this.cursor.from||this.active[o].endSide-this.cursor.startSide)<0){if(this.activeTo[o]>e){this.to=this.activeTo[o],this.endSide=this.active[o].endSide;break}this.removeActive(o),i&&So(i,o)}else if(this.cursor.value)if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}else{let r=this.cursor.value;if(!r.point)this.addActive(i),this.cursor.next();else if(n&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)this.cursor.next();else{this.point=r,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=r.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}}else{this.to=this.endSide=1e9;break}}if(i){this.openStart=0;for(let o=i.length-1;o>=0&&i[o]<e;o--)this.openStart++}}activeForPoint(e){if(!this.active.length)return this.active;let n=[];for(let i=this.active.length-1;i>=0&&!(this.activeRank[i]<this.pointRank);i--)(this.activeTo[i]>e||this.activeTo[i]==e&&this.active[i].endSide>=this.point.endSide)&&n.push(this.active[i]);return n.reverse()}openEnd(e){let n=0;for(let i=this.activeTo.length-1;i>=0&&this.activeTo[i]>e;i--)n++;return n}}function Ts(t,e,n,i,o,r){t.goto(e),n.goto(i);let a=i+o,c=i,m=i-e;for(;;){let f=t.to+m-n.to||t.endSide-n.endSide,l=f<0?t.to+m:n.to,s=Math.min(l,a);if(t.point||n.point?t.point&&n.point&&(t.point==n.point||t.point.eq(n.point))&&Yr(t.activeForPoint(t.to),n.activeForPoint(n.to))||r.comparePoint(c,s,t.point,n.point):s>c&&!Yr(t.active,n.active)&&r.compareRange(c,s,t.active,n.active),l>a)break;c=l,f<=0&&t.next(),f>=0&&n.next()}}function Yr(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(t[n]!=e[n]&&!t[n].eq(e[n]))return!1;return!0}function So(t,e){for(let n=e,i=t.length-1;n<i;n++)t[n]=t[n+1];t.pop()}function Oo(t,e,n){for(let i=t.length-1;i>=e;i--)t[i+1]=t[i];t[e]=n}function Ds(t,e){let n=-1,i=1e9;for(let o=0;o<e.length;o++)(e[o]-i||t[o].endSide-t[n].endSide)<0&&(n=o,i=e[o]);return n}function s3(t,e,n,i){for(let o=0,r=0;;){if(r>=e)return o;if(o==t.length)break;r+=t.charCodeAt(o)==9?n-r%n:1,o=jt(t,o)}return i===!0?-1:t.length}const Jr="\u037C",Ms=typeof Symbol=="undefined"?"__"+Jr:Symbol.for(Jr),Xr=typeof Symbol=="undefined"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),As=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:{};class Xn{constructor(e,n){this.rules=[];let{finish:i}=n||{};function o(a){return/^@/.test(a)?[a]:a.split(/,\s*/)}function r(a,c,m,f){let l=[],s=/^@(\w+)\b/.exec(a[0]),u=s&&s[1]=="keyframes";if(s&&c==null)return m.push(a[0]+";");for(let h in c){let g=c[h];if(/&/.test(h))r(h.split(/,\s*/).map(b=>a.map(p=>b.replace(/&/,p))).reduce((b,p)=>b.concat(p)),g,m);else if(g&&typeof g=="object"){if(!s)throw new RangeError("The value of a property ("+h+") should be a primitive value.");r(o(h),g,l,u)}else g!=null&&l.push(h.replace(/_.*/,"").replace(/[A-Z]/g,b=>"-"+b.toLowerCase())+": "+g+";")}(l.length||u)&&m.push((i&&!s&&!f?a.map(i):a).join(", ")+" {"+l.join(" ")+"}")}for(let a in e)r(o(a),e[a],this.rules)}getRules(){return this.rules.join(`
|
|
14
|
+
`)}static newName(){let e=As[Ms]||1;return As[Ms]=e+1,Jr+e.toString(36)}static mount(e,n,i){let o=e[Xr],r=i&&i.nonce;o?r&&o.setNonce(r):o=new d3(e,r),o.mount(Array.isArray(n)?n:[n],e)}}let Ls=new Map;class d3{constructor(e,n){let i=e.ownerDocument||e,o=i.defaultView;if(!e.head&&e.adoptedStyleSheets&&o.CSSStyleSheet){let r=Ls.get(i);if(r)return e[Xr]=r;this.sheet=new o.CSSStyleSheet,Ls.set(i,this)}else this.styleTag=i.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],e[Xr]=this}mount(e,n){let i=this.sheet,o=0,r=0;for(let a=0;a<e.length;a++){let c=e[a],m=this.modules.indexOf(c);if(m<r&&m>-1&&(this.modules.splice(m,1),r--,m=-1),m==-1){if(this.modules.splice(r++,0,c),i)for(let f=0;f<c.rules.length;f++)i.insertRule(c.rules[f],o++)}else{for(;r<m;)o+=this.modules[r++].rules.length;o+=c.rules.length,r++}}if(i)n.adoptedStyleSheets.indexOf(this.sheet)<0&&(n.adoptedStyleSheets=[this.sheet,...n.adoptedStyleSheets]);else{let a="";for(let m=0;m<this.modules.length;m++)a+=this.modules[m].getRules()+`
|
|
15
|
+
`;this.styleTag.textContent=a;let c=n.head||n;this.styleTag.parentNode!=c&&c.insertBefore(this.styleTag,c.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}}var Zn={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},Zr={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'};typeof navigator!="undefined"&&/Mac/.test(navigator.platform),typeof navigator!="undefined"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var Ze=0;Ze<10;Ze++)Zn[48+Ze]=Zn[96+Ze]=String(Ze);for(var Ze=1;Ze<=24;Ze++)Zn[Ze+111]="F"+Ze;for(var Ze=65;Ze<=90;Ze++)Zn[Ze]=String.fromCharCode(Ze+32),Zr[Ze]=String.fromCharCode(Ze);for(var Qr in Zn)Zr.hasOwnProperty(Qr)||(Zr[Qr]=Zn[Qr]);function xo(t){let e;return t.nodeType==11?e=t.getSelection?t:t.ownerDocument:e=t,e.getSelection()}function $r(t,e){return e?t==e||t.contains(e.nodeType!=1?e.parentNode:e):!1}function c3(t){let e=t.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function ko(t,e){if(!e.anchorNode)return!1;try{return $r(t,e.anchorNode)}catch{return!1}}function Fi(t){return t.nodeType==3?Fn(t,0,t.nodeValue.length).getClientRects():t.nodeType==1?t.getClientRects():[]}function Ni(t,e,n,i){return n?Is(t,e,n,i,-1)||Is(t,e,n,i,1):!1}function Ri(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e}function Is(t,e,n,i,o){for(;;){if(t==n&&e==i)return!0;if(e==(o<0?0:Yt(t))){if(t.nodeName=="DIV")return!1;let r=t.parentNode;if(!r||r.nodeType!=1)return!1;e=Ri(t)+(o<0?0:1),t=r}else if(t.nodeType==1){if(t=t.childNodes[e+(o<0?-1:0)],t.nodeType==1&&t.contentEditable=="false")return!1;e=o<0?Yt(t):0}else return!1}}function Yt(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function el(t,e){let n=e?t.left:t.right;return{left:n,right:n,top:t.top,bottom:t.bottom}}function u3(t){return{left:0,right:t.innerWidth,top:0,bottom:t.innerHeight}}function Bs(t,e){let n=e.width/t.offsetWidth,i=e.height/t.offsetHeight;return(n>.995&&n<1.005||!isFinite(n)||Math.abs(e.width-t.offsetWidth)<1)&&(n=1),(i>.995&&i<1.005||!isFinite(i)||Math.abs(e.height-t.offsetHeight)<1)&&(i=1),{scaleX:n,scaleY:i}}function f3(t,e,n,i,o,r,a,c){let m=t.ownerDocument,f=m.defaultView||window;for(let l=t,s=!1;l&&!s;)if(l.nodeType==1){let u,h=l==m.body,g=1,b=1;if(h)u=u3(f);else{if(/^(fixed|sticky)$/.test(getComputedStyle(l).position)&&(s=!0),l.scrollHeight<=l.clientHeight&&l.scrollWidth<=l.clientWidth){l=l.assignedSlot||l.parentNode;continue}let v=l.getBoundingClientRect();({scaleX:g,scaleY:b}=Bs(l,v)),u={left:v.left,right:v.left+l.clientWidth*g,top:v.top,bottom:v.top+l.clientHeight*b}}let p=0,y=0;if(o=="nearest")e.top<u.top?(y=-(u.top-e.top+a),n>0&&e.bottom>u.bottom+y&&(y=e.bottom-u.bottom+y+a)):e.bottom>u.bottom&&(y=e.bottom-u.bottom+a,n<0&&e.top-y<u.top&&(y=-(u.top+y-e.top+a)));else{let v=e.bottom-e.top,C=u.bottom-u.top;y=(o=="center"&&v<=C?e.top+v/2-C/2:o=="start"||o=="center"&&n<0?e.top-a:e.bottom-C+a)-u.top}if(i=="nearest"?e.left<u.left?(p=-(u.left-e.left+r),n>0&&e.right>u.right+p&&(p=e.right-u.right+p+r)):e.right>u.right&&(p=e.right-u.right+r,n<0&&e.left<u.left+p&&(p=-(u.left+p-e.left+r))):p=(i=="center"?e.left+(e.right-e.left)/2-(u.right-u.left)/2:i=="start"==c?e.left-r:e.right-(u.right-u.left)+r)-u.left,p||y)if(h)f.scrollBy(p,y);else{let v=0,C=0;if(y){let w=l.scrollTop;l.scrollTop+=y/b,C=(l.scrollTop-w)*b}if(p){let w=l.scrollLeft;l.scrollLeft+=p/g,v=(l.scrollLeft-w)*g}e={left:e.left-v,top:e.top-C,right:e.right-v,bottom:e.bottom-C},v&&Math.abs(v-p)<1&&(i="nearest"),C&&Math.abs(C-y)<1&&(o="nearest")}if(h)break;l=l.assignedSlot||l.parentNode}else if(l.nodeType==11)l=l.host;else break}function h3(t){let e=t.ownerDocument;for(let n=t.parentNode;n&&n!=e.body;)if(n.nodeType==1){if(n.scrollHeight>n.clientHeight||n.scrollWidth>n.clientWidth)return n;n=n.assignedSlot||n.parentNode}else if(n.nodeType==11)n=n.host;else break;return null}class m3{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){let{anchorNode:n,focusNode:i}=e;this.set(n,Math.min(e.anchorOffset,n?Yt(n):0),i,Math.min(e.focusOffset,i?Yt(i):0))}set(e,n,i,o){this.anchorNode=e,this.anchorOffset=n,this.focusNode=i,this.focusOffset=o}}let Qn=null;function Ps(t){if(t.setActive)return t.setActive();if(Qn)return t.focus(Qn);let e=[];for(let n=t;n&&(e.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(t.focus(Qn==null?{get preventScroll(){return Qn={preventScroll:!0},!0}}:void 0),!Qn){Qn=!1;for(let n=0;n<e.length;){let i=e[n++],o=e[n++],r=e[n++];i.scrollTop!=o&&(i.scrollTop=o),i.scrollLeft!=r&&(i.scrollLeft=r)}}}let Vs;function Fn(t,e,n=e){let i=Vs||(Vs=document.createRange());return i.setEnd(t,n),i.setStart(t,e),i}function $n(t,e,n){let i={key:e,code:e,keyCode:n,which:n,cancelable:!0},o=new KeyboardEvent("keydown",i);o.synthetic=!0,t.dispatchEvent(o);let r=new KeyboardEvent("keyup",i);return r.synthetic=!0,t.dispatchEvent(r),o.defaultPrevented||r.defaultPrevented}function g3(t){for(;t;){if(t&&(t.nodeType==9||t.nodeType==11&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}function Hs(t){for(;t.attributes.length;)t.removeAttributeNode(t.attributes[0])}function p3(t,e){let n=e.focusNode,i=e.focusOffset;if(!n||e.anchorNode!=n||e.anchorOffset!=i)return!1;for(i=Math.min(i,Yt(n));;)if(i){if(n.nodeType!=1)return!1;let o=n.childNodes[i-1];o.contentEditable=="false"?i--:(n=o,i=Yt(n))}else{if(n==t)return!0;i=Ri(n),n=n.parentNode}}function zs(t){return t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}class rt{constructor(e,n,i=!0){this.node=e,this.offset=n,this.precise=i}static before(e,n){return new rt(e.parentNode,Ri(e),n)}static after(e,n){return new rt(e.parentNode,Ri(e)+1,n)}}const tl=[];class Ie{constructor(){this.parent=null,this.dom=null,this.flags=2}get overrideDOMText(){return null}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(e){let n=this.posAtStart;for(let i of this.children){if(i==e)return n;n+=i.length+i.breakAfter}throw new RangeError("Invalid child in posBefore")}posAfter(e){return this.posBefore(e)+e.length}sync(e,n){if(this.flags&2){let i=this.dom,o=null,r;for(let a of this.children){if(a.flags&7){if(!a.dom&&(r=o?o.nextSibling:i.firstChild)){let c=Ie.get(r);(!c||!c.parent&&c.canReuseDOM(a))&&a.reuseDOM(r)}a.sync(e,n),a.flags&=~7}if(r=o?o.nextSibling:i.firstChild,n&&!n.written&&n.node==i&&r!=a.dom&&(n.written=!0),a.dom.parentNode==i)for(;r&&r!=a.dom;)r=Ws(r);else i.insertBefore(a.dom,r);o=a.dom}for(r=o?o.nextSibling:i.firstChild,r&&n&&n.node==i&&(n.written=!0);r;)r=Ws(r)}else if(this.flags&1)for(let i of this.children)i.flags&7&&(i.sync(e,n),i.flags&=~7)}reuseDOM(e){}localPosFromDOM(e,n){let i;if(e==this.dom)i=this.dom.childNodes[n];else{let o=Yt(e)==0?0:n==0?-1:1;for(;;){let r=e.parentNode;if(r==this.dom)break;o==0&&r.firstChild!=r.lastChild&&(e==r.firstChild?o=-1:o=1),e=r}o<0?i=e:i=e.nextSibling}if(i==this.dom.firstChild)return 0;for(;i&&!Ie.get(i);)i=i.nextSibling;if(!i)return this.length;for(let o=0,r=0;;o++){let a=this.children[o];if(a.dom==i)return r;r+=a.length+a.breakAfter}}domBoundsAround(e,n,i=0){let o=-1,r=-1,a=-1,c=-1;for(let m=0,f=i,l=i;m<this.children.length;m++){let s=this.children[m],u=f+s.length;if(f<e&&u>n)return s.domBoundsAround(e,n,f);if(u>=e&&o==-1&&(o=m,r=f),f>n&&s.dom.parentNode==this.dom){a=m,c=l;break}l=u,f=u+s.breakAfter}return{from:r,to:c<0?i+this.length:c,startDOM:(o?this.children[o-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:a<this.children.length&&a>=0?this.children[a].dom:null}}markDirty(e=!1){this.flags|=2,this.markParentsDirty(e)}markParentsDirty(e){for(let n=this.parent;n;n=n.parent){if(e&&(n.flags|=2),n.flags&1)return;n.flags|=1,e=!1}}setParent(e){this.parent!=e&&(this.parent=e,this.flags&7&&this.markParentsDirty(!0))}setDOM(e){this.dom!=e&&(this.dom&&(this.dom.cmView=null),this.dom=e,e.cmView=this)}get rootView(){for(let e=this;;){let n=e.parent;if(!n)return e;e=n}}replaceChildren(e,n,i=tl){this.markDirty();for(let o=e;o<n;o++){let r=this.children[o];r.parent==this&&i.indexOf(r)<0&&r.destroy()}this.children.splice(e,n-e,...i);for(let o=0;o<i.length;o++)i[o].setParent(this)}ignoreMutation(e){return!1}ignoreEvent(e){return!1}childCursor(e=this.length){return new qs(this.children,e,this.children.length)}childPos(e,n=1){return this.childCursor().findPos(e,n)}toString(){let e=this.constructor.name.replace("View","");return e+(this.children.length?"("+this.children.join()+")":this.length?"["+(e=="Text"?this.text:this.length)+"]":"")+(this.breakAfter?"#":"")}static get(e){return e.cmView}get isEditable(){return!0}get isWidget(){return!1}get isHidden(){return!1}merge(e,n,i,o,r,a){return!1}become(e){return!1}canReuseDOM(e){return e.constructor==this.constructor&&!((this.flags|e.flags)&8)}getSide(){return 0}destroy(){for(let e of this.children)e.parent==this&&e.destroy();this.parent=null}}Ie.prototype.breakAfter=0;function Ws(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class qs{constructor(e,n,i){this.children=e,this.pos=n,this.i=i,this.off=0}findPos(e,n=1){for(;;){if(e>this.pos||e==this.pos&&(n>0||this.i==0||this.children[this.i-1].breakAfter))return this.off=e-this.pos,this;let i=this.children[--this.i];this.pos-=i.length+i.breakAfter}}}function Us(t,e,n,i,o,r,a,c,m){let{children:f}=t,l=f.length?f[e]:null,s=r.length?r[r.length-1]:null,u=s?s.breakAfter:a;if(!(e==i&&l&&!a&&!u&&r.length<2&&l.merge(n,o,r.length?s:null,n==0,c,m))){if(i<f.length){let h=f[i];h&&(o<h.length||h.breakAfter&&(s==null?void 0:s.breakAfter))?(e==i&&(h=h.split(o),o=0),!u&&s&&h.merge(0,o,s,!0,0,m)?r[r.length-1]=h:((o||h.children.length&&!h.children[0].length)&&h.merge(0,o,null,!1,0,m),r.push(h))):(h==null?void 0:h.breakAfter)&&(s?s.breakAfter=1:a=1),i++}for(l&&(l.breakAfter=a,n>0&&(!a&&r.length&&l.merge(n,l.length,r[0],!1,c,0)?l.breakAfter=r.shift().breakAfter:(n<l.length||l.children.length&&l.children[l.children.length-1].length==0)&&l.merge(n,l.length,null,!1,c,0),e++));e<i&&r.length;)if(f[i-1].become(r[r.length-1]))i--,r.pop(),m=r.length?0:c;else if(f[e].become(r[0]))e++,r.shift(),c=r.length?0:m;else break;!r.length&&e&&i<f.length&&!f[e-1].breakAfter&&f[i].merge(0,0,f[e-1],!1,c,m)&&e--,(e<i||r.length)&&t.replaceChildren(e,i,r)}}function js(t,e,n,i,o,r){let a=t.childCursor(),{i:c,off:m}=a.findPos(n,1),{i:f,off:l}=a.findPos(e,-1),s=e-n;for(let u of i)s+=u.length;t.length+=s,Us(t,f,l,c,m,i,0,o,r)}let Et=typeof navigator!="undefined"?navigator:{userAgent:"",vendor:"",platform:""},nl=typeof document!="undefined"?document:{documentElement:{style:{}}};const il=/Edge\/(\d+)/.exec(Et.userAgent),Ks=/MSIE \d/.test(Et.userAgent),ol=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Et.userAgent),Fo=!!(Ks||ol||il),Gs=!Fo&&/gecko\/(\d+)/i.test(Et.userAgent),rl=!Fo&&/Chrome\/(\d+)/.exec(Et.userAgent),Ys="webkitFontSmoothing"in nl.documentElement.style,Js=!Fo&&/Apple Computer/.test(Et.vendor),Xs=Js&&(/Mobile\/\w+/.test(Et.userAgent)||Et.maxTouchPoints>2);var fe={mac:Xs||/Mac/.test(Et.platform),windows:/Win/.test(Et.platform),linux:/Linux|X11/.test(Et.platform),ie:Fo,ie_version:Ks?nl.documentMode||6:ol?+ol[1]:il?+il[1]:0,gecko:Gs,gecko_version:Gs?+(/Firefox\/(\d+)/.exec(Et.userAgent)||[0,0])[1]:0,chrome:!!rl,chrome_version:rl?+rl[1]:0,ios:Xs,android:/Android\b/.test(Et.userAgent),webkit:Ys,safari:Js,webkit_version:Ys?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0,tabSize:nl.documentElement.style.tabSize!=null?"tab-size":"-moz-tab-size"};const b3=256;class Jt extends Ie{constructor(e){super();this.text=e}get length(){return this.text.length}createDOM(e){this.setDOM(e||document.createTextNode(this.text))}sync(e,n){this.dom||this.createDOM(),this.dom.nodeValue!=this.text&&(n&&n.node==this.dom&&(n.written=!0),this.dom.nodeValue=this.text)}reuseDOM(e){e.nodeType==3&&this.createDOM(e)}merge(e,n,i){return this.flags&8||i&&(!(i instanceof Jt)||this.length-(n-e)+i.length>b3||i.flags&8)?!1:(this.text=this.text.slice(0,e)+(i?i.text:"")+this.text.slice(n),this.markDirty(),!0)}split(e){let n=new Jt(this.text.slice(e));return this.text=this.text.slice(0,e),this.markDirty(),n.flags|=this.flags&8,n}localPosFromDOM(e,n){return e==this.dom?n:n?this.text.length:0}domAtPos(e){return new rt(this.dom,e)}domBoundsAround(e,n,i){return{from:i,to:i+this.length,startDOM:this.dom,endDOM:this.dom.nextSibling}}coordsAt(e,n){return y3(this.dom,e,n)}}class Xt extends Ie{constructor(e,n=[],i=0){super();this.mark=e,this.children=n,this.length=i;for(let o of n)o.setParent(this)}setAttrs(e){if(Hs(e),this.mark.class&&(e.className=this.mark.class),this.mark.attrs)for(let n in this.mark.attrs)e.setAttribute(n,this.mark.attrs[n]);return e}canReuseDOM(e){return super.canReuseDOM(e)&&!((this.flags|e.flags)&8)}reuseDOM(e){e.nodeName==this.mark.tagName.toUpperCase()&&(this.setDOM(e),this.flags|=4|2)}sync(e,n){this.dom?this.flags&4&&this.setAttrs(this.dom):this.setDOM(this.setAttrs(document.createElement(this.mark.tagName))),super.sync(e,n)}merge(e,n,i,o,r,a){return i&&(!(i instanceof Xt&&i.mark.eq(this.mark))||e&&r<=0||n<this.length&&a<=0)?!1:(js(this,e,n,i?i.children.slice():[],r-1,a-1),this.markDirty(),!0)}split(e){let n=[],i=0,o=-1,r=0;for(let c of this.children){let m=i+c.length;m>e&&n.push(i<e?c.split(e-i):c),o<0&&i>=e&&(o=r),i=m,r++}let a=this.length-e;return this.length=e,o>-1&&(this.children.length=o,this.markDirty()),new Xt(this.mark,n,a)}domAtPos(e){return Zs(this,e)}coordsAt(e,n){return $s(this,e,n)}}function y3(t,e,n){let i=t.nodeValue.length;e>i&&(e=i);let o=e,r=e,a=0;e==0&&n<0||e==i&&n>=0?fe.chrome||fe.gecko||(e?(o--,a=1):r<i&&(r++,a=-1)):n<0?o--:r<i&&r++;let c=Fn(t,o,r).getClientRects();if(!c.length)return null;let m=c[(a?a<0:n>=0)?0:c.length-1];return fe.safari&&!a&&m.width==0&&(m=Array.prototype.find.call(c,f=>f.width)||m),a?el(m,a<0):m||null}class Nn extends Ie{static create(e,n,i){return new Nn(e,n,i)}constructor(e,n,i){super();this.widget=e,this.length=n,this.side=i,this.prevWidget=null}split(e){let n=Nn.create(this.widget,this.length-e,this.side);return this.length-=e,n}sync(e){(!this.dom||!this.widget.updateDOM(this.dom,e))&&(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(e)),this.widget.editable||(this.dom.contentEditable="false"))}getSide(){return this.side}merge(e,n,i,o,r,a){return i&&(!(i instanceof Nn)||!this.widget.compare(i.widget)||e>0&&r<=0||n<this.length&&a<=0)?!1:(this.length=e+(i?i.length:0)+(this.length-n),!0)}become(e){return e instanceof Nn&&e.side==this.side&&this.widget.constructor==e.widget.constructor?(this.widget.compare(e.widget)||this.markDirty(!0),this.dom&&!this.prevWidget&&(this.prevWidget=this.widget),this.widget=e.widget,this.length=e.length,!0):!1}ignoreMutation(){return!0}ignoreEvent(e){return this.widget.ignoreEvent(e)}get overrideDOMText(){if(this.length==0)return ke.empty;let e=this;for(;e.parent;)e=e.parent;let{view:n}=e,i=n&&n.state.doc,o=this.posAtStart;return i?i.slice(o,o+this.length):ke.empty}domAtPos(e){return(this.length?e==0:this.side>0)?rt.before(this.dom):rt.after(this.dom,e==this.length)}domBoundsAround(){return null}coordsAt(e,n){let i=this.widget.coordsAt(this.dom,e,n);if(i)return i;let o=this.dom.getClientRects(),r=null;if(!o.length)return null;let a=this.side?this.side<0:e>0;for(let c=a?o.length-1:0;r=o[c],!(e>0?c==0:c==o.length-1||r.top<r.bottom);c+=a?-1:1);return el(r,!a)}get isEditable(){return!1}get isWidget(){return!0}get isHidden(){return this.widget.isHidden}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}}class ei extends Ie{constructor(e){super();this.side=e}get length(){return 0}merge(){return!1}become(e){return e instanceof ei&&e.side==this.side}split(){return new ei(this.side)}sync(){if(!this.dom){let e=document.createElement("img");e.className="cm-widgetBuffer",e.setAttribute("aria-hidden","true"),this.setDOM(e)}}getSide(){return this.side}domAtPos(e){return this.side>0?rt.before(this.dom):rt.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(e){return this.dom.getBoundingClientRect()}get overrideDOMText(){return ke.empty}get isHidden(){return!0}}Jt.prototype.children=Nn.prototype.children=ei.prototype.children=tl;function Zs(t,e){let n=t.dom,{children:i}=t,o=0;for(let r=0;o<i.length;o++){let a=i[o],c=r+a.length;if(!(c==r&&a.getSide()<=0)){if(e>r&&e<c&&a.dom.parentNode==n)return a.domAtPos(e-r);if(e<=r)break;r=c}}for(let r=o;r>0;r--){let a=i[r-1];if(a.dom.parentNode==n)return a.domAtPos(a.length)}for(let r=o;r<i.length;r++){let a=i[r];if(a.dom.parentNode==n)return a.domAtPos(0)}return new rt(n,0)}function Qs(t,e,n){let i,{children:o}=t;n>0&&e instanceof Xt&&o.length&&(i=o[o.length-1])instanceof Xt&&i.mark.eq(e.mark)?Qs(i,e.children[0],n-1):(o.push(e),e.setParent(t)),t.length+=e.length}function $s(t,e,n){let i=null,o=-1,r=null,a=-1;function c(f,l){for(let s=0,u=0;s<f.children.length&&u<=l;s++){let h=f.children[s],g=u+h.length;g>=l&&(h.children.length?c(h,l-u):(!r||r.isHidden&&n>0)&&(g>l||u==g&&h.getSide()>0)?(r=h,a=l-u):(u<l||u==g&&h.getSide()<0&&!h.isHidden)&&(i=h,o=l-u)),u=g}}c(t,e);let m=(n<0?i:r)||i||r;return m?m.coordsAt(Math.max(0,m==i?o:a),n):w3(t)}function w3(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let n=Fi(e);return n[n.length-1]||null}function ll(t,e){for(let n in t)n=="class"&&e.class?e.class+=" "+t.class:n=="style"&&e.style?e.style+=";"+t.style:e[n]=t[n];return e}const ed=Object.create(null);function al(t,e,n){if(t==e)return!0;t||(t=ed),e||(e=ed);let i=Object.keys(t),o=Object.keys(e);if(i.length-(n&&i.indexOf(n)>-1?1:0)!=o.length-(n&&o.indexOf(n)>-1?1:0))return!1;for(let r of i)if(r!=n&&(o.indexOf(r)==-1||t[r]!==e[r]))return!1;return!0}function sl(t,e,n){let i=!1;if(e)for(let o in e)n&&o in n||(i=!0,o=="style"?t.style.cssText="":t.removeAttribute(o));if(n)for(let o in n)e&&e[o]==n[o]||(i=!0,o=="style"?t.style.cssText=n[o]:t.setAttribute(o,n[o]));return i}function v3(t){let e=Object.create(null);for(let n=0;n<t.attributes.length;n++){let i=t.attributes[n];e[i.name]=i.value}return e}class je extends Ie{constructor(){super(...arguments);this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(e,n,i,o,r,a){if(i){if(!(i instanceof je))return!1;this.dom||i.transferDOM(this)}return o&&this.setDeco(i?i.attrs:null),js(this,e,n,i?i.children.slice():[],r,a),!0}split(e){let n=new je;if(n.breakAfter=this.breakAfter,this.length==0)return n;let{i,off:o}=this.childPos(e);o&&(n.append(this.children[i].split(o),0),this.children[i].merge(o,this.children[i].length,null,!1,0,0),i++);for(let r=i;r<this.children.length;r++)n.append(this.children[r],0);for(;i>0&&this.children[i-1].length==0;)this.children[--i].destroy();return this.children.length=i,this.markDirty(),this.length=e,n}transferDOM(e){!this.dom||(this.markDirty(),e.setDOM(this.dom),e.prevAttrs=this.prevAttrs===void 0?this.attrs:this.prevAttrs,this.prevAttrs=void 0,this.dom=null)}setDeco(e){al(this.attrs,e)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=e)}append(e,n){Qs(this,e,n)}addLineDeco(e){let n=e.spec.attributes,i=e.spec.class;n&&(this.attrs=ll(n,this.attrs||{})),i&&(this.attrs=ll({class:i},this.attrs||{}))}domAtPos(e){return Zs(this,e)}reuseDOM(e){e.nodeName=="DIV"&&(this.setDOM(e),this.flags|=4|2)}sync(e,n){var i;this.dom?this.flags&4&&(Hs(this.dom),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0):(this.setDOM(document.createElement("div")),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0),this.prevAttrs!==void 0&&(sl(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(e,n);let o=this.dom.lastChild;for(;o&&Ie.get(o)instanceof Xt;)o=o.lastChild;if(!o||!this.length||o.nodeName!="BR"&&((i=Ie.get(o))===null||i===void 0?void 0:i.isEditable)==!1&&(!fe.ios||!this.children.some(r=>r instanceof Jt))){let r=document.createElement("BR");r.cmIgnore=!0,this.dom.appendChild(r)}}measureTextSize(){if(this.children.length==0||this.length>20)return null;let e=0,n;for(let i of this.children){if(!(i instanceof Jt)||/[^ -~]/.test(i.text))return null;let o=Fi(i.dom);if(o.length!=1)return null;e+=o[0].width,n=o[0].height}return e?{lineHeight:this.dom.getBoundingClientRect().height,charWidth:e/this.length,textHeight:n}:null}coordsAt(e,n){let i=$s(this,e,n);if(!this.children.length&&i&&this.parent){let{heightOracle:o}=this.parent.view.viewState,r=i.bottom-i.top;if(Math.abs(r-o.lineHeight)<2&&o.textHeight<r){let a=(r-o.textHeight)/2;return{top:i.top+a,bottom:i.bottom-a,left:i.left,right:i.left}}}return i}become(e){return!1}covers(){return!0}static find(e,n){for(let i=0,o=0;i<e.children.length;i++){let r=e.children[i],a=o+r.length;if(a>=n){if(r instanceof je)return r;if(a>n)break}o=a+r.breakAfter}return null}}class sn extends Ie{constructor(e,n,i){super();this.widget=e,this.length=n,this.deco=i,this.breakAfter=0,this.prevWidget=null}merge(e,n,i,o,r,a){return i&&(!(i instanceof sn)||!this.widget.compare(i.widget)||e>0&&r<=0||n<this.length&&a<=0)?!1:(this.length=e+(i?i.length:0)+(this.length-n),!0)}domAtPos(e){return e==0?rt.before(this.dom):rt.after(this.dom,e==this.length)}split(e){let n=this.length-e;this.length=e;let i=new sn(this.widget,n,this.deco);return i.breakAfter=this.breakAfter,i}get children(){return tl}sync(e){(!this.dom||!this.widget.updateDOM(this.dom,e))&&(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(e)),this.widget.editable||(this.dom.contentEditable="false"))}get overrideDOMText(){return this.parent?this.parent.view.state.doc.slice(this.posAtStart,this.posAtEnd):ke.empty}domBoundsAround(){return null}become(e){return e instanceof sn&&e.widget.constructor==this.widget.constructor?(e.widget.compare(this.widget)||this.markDirty(!0),this.dom&&!this.prevWidget&&(this.prevWidget=this.widget),this.widget=e.widget,this.length=e.length,this.deco=e.deco,this.breakAfter=e.breakAfter,!0):!1}ignoreMutation(){return!0}ignoreEvent(e){return this.widget.ignoreEvent(e)}get isEditable(){return!1}get isWidget(){return!0}coordsAt(e,n){return this.widget.coordsAt(this.dom,e,n)}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}covers(e){let{startSide:n,endSide:i}=this.deco;return n==i?!1:e<0?n<0:i>0}}class No{eq(e){return!1}updateDOM(e,n){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return-1}get lineBreaks(){return 0}ignoreEvent(e){return!0}coordsAt(e,n,i){return null}get isHidden(){return!1}get editable(){return!1}destroy(e){}}var Zt=function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t}(Zt||(Zt={}));class Qe extends Jn{constructor(e,n,i,o){super();this.startSide=e,this.endSide=n,this.widget=i,this.spec=o}get heightRelevant(){return!1}static mark(e){return new _i(e)}static widget(e){let n=Math.max(-1e4,Math.min(1e4,e.side||0)),i=!!e.block;return n+=i&&!e.inlineOrder?n>0?3e8:-4e8:n>0?1e8:-1e8,new dn(e,n,n,i,e.widget||null,!1)}static replace(e){let n=!!e.block,i,o;if(e.isBlockGap)i=-5e8,o=4e8;else{let{start:r,end:a}=td(e,n);i=(r?n?-3e8:-1:5e8)-1,o=(a?n?2e8:1:-6e8)+1}return new dn(e,i,o,n,e.widget||null,!0)}static line(e){return new Ti(e)}static set(e,n=!1){return Le.of(e,n)}hasHeight(){return this.widget?this.widget.estimatedHeight>-1:!1}}Qe.none=Le.empty;class _i extends Qe{constructor(e){let{start:n,end:i}=td(e);super(n?-1:5e8,i?1:-6e8,null,e);this.tagName=e.tagName||"span",this.class=e.class||"",this.attrs=e.attributes||null}eq(e){var n,i;return this==e||e instanceof _i&&this.tagName==e.tagName&&(this.class||((n=this.attrs)===null||n===void 0?void 0:n.class))==(e.class||((i=e.attrs)===null||i===void 0?void 0:i.class))&&al(this.attrs,e.attrs,"class")}range(e,n=e){if(e>=n)throw new RangeError("Mark decorations may not be empty");return super.range(e,n)}}_i.prototype.point=!1;class Ti extends Qe{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof Ti&&this.spec.class==e.spec.class&&al(this.spec.attributes,e.spec.attributes)}range(e,n=e){if(n!=e)throw new RangeError("Line decoration ranges must be zero-length");return super.range(e,n)}}Ti.prototype.mapMode=Ct.TrackBefore,Ti.prototype.point=!0;class dn extends Qe{constructor(e,n,i,o,r,a){super(n,i,r,e);this.block=o,this.isReplace=a,this.mapMode=o?n<=0?Ct.TrackBefore:Ct.TrackAfter:Ct.TrackDel}get type(){return this.startSide!=this.endSide?Zt.WidgetRange:this.startSide<=0?Zt.WidgetBefore:Zt.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof dn&&C3(this.widget,e.widget)&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide}range(e,n=e){if(this.isReplace&&(e>n||e==n&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&n!=e)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(e,n)}}dn.prototype.point=!0;function td(t,e=!1){let{inclusiveStart:n,inclusiveEnd:i}=t;return n==null&&(n=t.inclusive),i==null&&(i=t.inclusive),{start:n!=null?n:e,end:i!=null?i:e}}function C3(t,e){return t==e||!!(t&&e&&t.compare(e))}function dl(t,e,n,i=0){let o=n.length-1;o>=0&&n[o]+i>=t?n[o]=Math.max(n[o],e):n.push(t,e)}class Di{constructor(e,n,i,o){this.doc=e,this.pos=n,this.end=i,this.disallowBlockEffectsFor=o,this.content=[],this.curLine=null,this.breakAtStart=0,this.pendingBuffer=0,this.bufferMarks=[],this.atCursorPos=!0,this.openStart=-1,this.openEnd=-1,this.text="",this.textOff=0,this.cursor=e.iter(),this.skip=n}posCovered(){if(this.content.length==0)return!this.breakAtStart&&this.doc.lineAt(this.pos).from!=this.pos;let e=this.content[this.content.length-1];return!(e.breakAfter||e instanceof sn&&e.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new je),this.atCursorPos=!0),this.curLine}flushBuffer(e=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(Ro(new ei(-1),e),e.length),this.pendingBuffer=0)}addBlockWidget(e){this.flushBuffer(),this.curLine=null,this.content.push(e)}finish(e){this.pendingBuffer&&e<=this.bufferMarks.length?this.flushBuffer():this.pendingBuffer=0,!this.posCovered()&&!(e&&this.content.length&&this.content[this.content.length-1]instanceof sn)&&this.getLine()}buildText(e,n,i){for(;e>0;){if(this.textOff==this.text.length){let{value:r,lineBreak:a,done:c}=this.cursor.next(this.skip);if(this.skip=0,c)throw new Error("Ran out of text content when drawing inline views");if(a){this.posCovered()||this.getLine(),this.content.length?this.content[this.content.length-1].breakAfter=1:this.breakAtStart=1,this.flushBuffer(),this.curLine=null,this.atCursorPos=!0,e--;continue}else this.text=r,this.textOff=0}let o=Math.min(this.text.length-this.textOff,e,512);this.flushBuffer(n.slice(n.length-i)),this.getLine().append(Ro(new Jt(this.text.slice(this.textOff,this.textOff+o)),n),i),this.atCursorPos=!0,this.textOff+=o,e-=o,i=0}}span(e,n,i,o){this.buildText(n-e,i,o),this.pos=n,this.openStart<0&&(this.openStart=o)}point(e,n,i,o,r,a){if(this.disallowBlockEffectsFor[a]&&i instanceof dn){if(i.block)throw new RangeError("Block decorations may not be specified via plugins");if(n>this.doc.lineAt(this.pos).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}let c=n-e;if(i instanceof dn)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new sn(i.widget||Rn.block,c,i));else{let m=Nn.create(i.widget||Rn.inline,c,c?0:i.startSide),f=this.atCursorPos&&!m.isEditable&&r<=o.length&&(e<n||i.startSide>0),l=!m.isEditable&&(e<n||r>o.length||i.startSide<=0),s=this.getLine();this.pendingBuffer==2&&!f&&!m.isEditable&&(this.pendingBuffer=0),this.flushBuffer(o),f&&(s.append(Ro(new ei(1),o),r),r=o.length+Math.max(0,r-o.length)),s.append(Ro(m,o),r),this.atCursorPos=l,this.pendingBuffer=l?e<n||r>o.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=o.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);c&&(this.textOff+c<=this.text.length?this.textOff+=c:(this.skip+=c-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=n),this.openStart<0&&(this.openStart=r)}static build(e,n,i,o,r){let a=new Di(e,n,i,r);return a.openEnd=Le.spans(o,n,i,a),a.openStart<0&&(a.openStart=a.openEnd),a.finish(a.openEnd),a}}function Ro(t,e){for(let n of e)t=new Xt(n,[t],t.length);return t}class Rn extends No{constructor(e){super();this.tag=e}eq(e){return e.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(e){return e.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}Rn.inline=new Rn("span"),Rn.block=new Rn("div");var st=function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t}(st||(st={}));const _n=st.LTR,cl=st.RTL;function nd(t){let e=[];for(let n=0;n<t.length;n++)e.push(1<<+t[n]);return e}const E3=nd("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),S3=nd("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),ul=Object.create(null),Pt=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),n=t.charCodeAt(1);ul[e]=n,ul[n]=-e}function id(t){return t<=247?E3[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?S3[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const O3=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class cn{get dir(){return this.level%2?cl:_n}constructor(e,n,i){this.from=e,this.to=n,this.level=i}side(e,n){return this.dir==n==e?this.to:this.from}forward(e,n){return e==(this.dir==n)}static find(e,n,i,o){let r=-1;for(let a=0;a<e.length;a++){let c=e[a];if(c.from<=n&&c.to>=n){if(c.level==i)return a;(r<0||(o!=0?o<0?c.from<n:c.to>n:e[r].level>c.level))&&(r=a)}}if(r<0)throw new RangeError("Index out of range");return r}}function od(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++){let i=t[n],o=e[n];if(i.from!=o.from||i.to!=o.to||i.direction!=o.direction||!od(i.inner,o.inner))return!1}return!0}const Te=[];function x3(t,e,n,i,o){for(let r=0;r<=i.length;r++){let a=r?i[r-1].to:e,c=r<i.length?i[r].from:n,m=r?256:o;for(let f=a,l=m,s=m;f<c;f++){let u=id(t.charCodeAt(f));u==512?u=l:u==8&&s==4&&(u=16),Te[f]=u==4?2:u,u&7&&(s=u),l=u}for(let f=a,l=m,s=m;f<c;f++){let u=Te[f];if(u==128)f<c-1&&l==Te[f+1]&&l&24?u=Te[f]=l:Te[f]=256;else if(u==64){let h=f+1;for(;h<c&&Te[h]==64;)h++;let g=f&&l==8||h<n&&Te[h]==8?s==1?1:8:256;for(let b=f;b<h;b++)Te[b]=g;f=h-1}else u==8&&s==1&&(Te[f]=1);l=u,u&7&&(s=u)}}}function k3(t,e,n,i,o){let r=o==1?2:1;for(let a=0,c=0,m=0;a<=i.length;a++){let f=a?i[a-1].to:e,l=a<i.length?i[a].from:n;for(let s=f,u,h,g;s<l;s++)if(h=ul[u=t.charCodeAt(s)])if(h<0){for(let b=c-3;b>=0;b-=3)if(Pt[b+1]==-h){let p=Pt[b+2],y=p&2?o:p&4?p&1?r:o:0;y&&(Te[s]=Te[Pt[b]]=y),c=b;break}}else{if(Pt.length==189)break;Pt[c++]=s,Pt[c++]=u,Pt[c++]=m}else if((g=Te[s])==2||g==1){let b=g==o;m=b?0:1;for(let p=c-3;p>=0;p-=3){let y=Pt[p+2];if(y&2)break;if(b)Pt[p+2]|=2;else{if(y&4)break;Pt[p+2]|=4}}}}}function F3(t,e,n,i){for(let o=0,r=i;o<=n.length;o++){let a=o?n[o-1].to:t,c=o<n.length?n[o].from:e;for(let m=a;m<c;){let f=Te[m];if(f==256){let l=m+1;for(;;)if(l==c){if(o==n.length)break;l=n[o++].to,c=o<n.length?n[o].from:e}else if(Te[l]==256)l++;else break;let s=r==1,u=(l<e?Te[l]:i)==1,h=s==u?s?1:2:i;for(let g=l,b=o,p=b?n[b-1].to:t;g>m;)g==p&&(g=n[--b].from,p=b?n[b-1].to:t),Te[--g]=h;m=l}else r=f,m++}}}function fl(t,e,n,i,o,r,a){let c=i%2?2:1;if(i%2==o%2)for(let m=e,f=0;m<n;){let l=!0,s=!1;if(f==r.length||m<r[f].from){let b=Te[m];b!=c&&(l=!1,s=b==16)}let u=!l&&c==1?[]:null,h=l?i:i+1,g=m;e:for(;;)if(f<r.length&&g==r[f].from){if(s)break e;let b=r[f];if(!l)for(let p=b.to,y=f+1;;){if(p==n)break e;if(y<r.length&&r[y].from==p)p=r[y++].to;else{if(Te[p]==c)break e;break}}if(f++,u)u.push(b);else{b.from>m&&a.push(new cn(m,b.from,h));let p=b.direction==_n!=!(h%2);hl(t,p?i+1:i,o,b.inner,b.from,b.to,a),m=b.to}g=b.to}else{if(g==n||(l?Te[g]!=c:Te[g]==c))break;g++}u?fl(t,m,g,i+1,o,u,a):m<g&&a.push(new cn(m,g,h)),m=g}else for(let m=n,f=r.length;m>e;){let l=!0,s=!1;if(!f||m>r[f-1].to){let b=Te[m-1];b!=c&&(l=!1,s=b==16)}let u=!l&&c==1?[]:null,h=l?i:i+1,g=m;e:for(;;)if(f&&g==r[f-1].to){if(s)break e;let b=r[--f];if(!l)for(let p=b.from,y=f;;){if(p==e)break e;if(y&&r[y-1].to==p)p=r[--y].from;else{if(Te[p-1]==c)break e;break}}if(u)u.push(b);else{b.to<m&&a.push(new cn(b.to,m,h));let p=b.direction==_n!=!(h%2);hl(t,p?i+1:i,o,b.inner,b.from,b.to,a),m=b.from}g=b.from}else{if(g==e||(l?Te[g-1]!=c:Te[g-1]==c))break;g--}u?fl(t,g,m,i+1,o,u,a):g<m&&a.push(new cn(g,m,h)),m=g}}function hl(t,e,n,i,o,r,a){let c=e%2?2:1;x3(t,o,r,i,c),k3(t,o,r,i,c),F3(o,r,i,c),fl(t,o,r,e,n,i,a)}function N3(t,e,n){if(!t)return[new cn(0,0,e==cl?1:0)];if(e==_n&&!n.length&&!O3.test(t))return rd(t.length);if(n.length)for(;t.length>Te.length;)Te[Te.length]=256;let i=[],o=e==_n?0:1;return hl(t,o,o,n,0,t.length,i),i}function rd(t){return[new cn(0,t,0)]}let ld="";function R3(t,e,n,i,o){var r;let a=i.head-t.from,c=cn.find(e,a,(r=i.bidiLevel)!==null&&r!==void 0?r:-1,i.assoc),m=e[c],f=m.side(o,n);if(a==f){let u=c+=o?1:-1;if(u<0||u>=e.length)return null;m=e[c=u],a=m.side(!o,n),f=m.side(o,n)}let l=jt(t.text,a,m.forward(o,n));(l<m.from||l>m.to)&&(l=f),ld=t.text.slice(Math.min(a,l),Math.max(a,l));let s=c==(o?e.length-1:0)?null:e[c+(o?1:-1)];return s&&l==f&&s.level+(o?0:1)<m.level?ue.cursor(s.side(!o,n)+t.from,s.forward(o,n)?1:-1,s.level):ue.cursor(l+t.from,m.forward(o,n)?-1:1,m.level)}function _3(t,e,n){for(let i=e;i<n;i++){let o=id(t.charCodeAt(i));if(o==1)return _n;if(o==2||o==4)return cl}return _n}const ad=Se.define(),sd=Se.define(),dd=Se.define(),cd=Se.define(),ml=Se.define(),ud=Se.define(),fd=Se.define(),hd=Se.define({combine:t=>t.some(e=>e)}),T3=Se.define({combine:t=>t.some(e=>e)});class ti{constructor(e,n="nearest",i="nearest",o=5,r=5,a=!1){this.range=e,this.y=n,this.x=i,this.yMargin=o,this.xMargin=r,this.isSnapshot=a}map(e){return e.empty?this:new ti(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(e){return this.range.to<=e.doc.length?this:new ti(ue.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const _o=Xe.define({map:(t,e)=>t.map(e)});function un(t,e,n){let i=t.facet(cd);i.length?i[0](e):window.onerror?window.onerror(String(e),n,void 0,void 0,e):n?console.error(n+":",e):console.error(e)}const To=Se.define({combine:t=>t.length?t[0]:!0});let D3=0;const Mi=Se.define();class ni{constructor(e,n,i,o,r){this.id=e,this.create=n,this.domEventHandlers=i,this.domEventObservers=o,this.extension=r(this)}static define(e,n){const{eventHandlers:i,eventObservers:o,provide:r,decorations:a}=n||{};return new ni(D3++,e,i,o,c=>{let m=[Mi.of(c)];return a&&m.push(Ai.of(f=>{let l=f.plugin(c);return l?a(l):Qe.none})),r&&m.push(r(c)),m})}static fromClass(e,n){return ni.define(i=>new e(i),n)}}class gl{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}update(e){if(this.value){if(this.mustUpdate){let n=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(n)}catch(i){if(un(n.state,i,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch{}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.create(e)}catch(n){un(e.state,n,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var n;if((n=this.value)===null||n===void 0?void 0:n.destroy)try{this.value.destroy()}catch(i){un(e.state,i,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const md=Se.define(),pl=Se.define(),Ai=Se.define(),gd=Se.define(),bl=Se.define(),pd=Se.define();function bd(t,e){let n=t.state.facet(pd);if(!n.length)return n;let i=n.map(r=>r instanceof Function?r(t):r),o=[];return Le.spans(i,e.from,e.to,{point(){},span(r,a,c,m){let f=r-e.from,l=a-e.from,s=o;for(let u=c.length-1;u>=0;u--,m--){let h=c[u].spec.bidiIsolate,g;if(h==null&&(h=_3(e.text,f,l)),m>0&&s.length&&(g=s[s.length-1]).to==f&&g.direction==h)g.to=l,s=g.inner;else{let b={from:f,to:l,direction:h,inner:[]};s.push(b),s=b.inner}}}}),o}const yd=Se.define();function wd(t){let e=0,n=0,i=0,o=0;for(let r of t.state.facet(yd)){let a=r(t);a&&(a.left!=null&&(e=Math.max(e,a.left)),a.right!=null&&(n=Math.max(n,a.right)),a.top!=null&&(i=Math.max(i,a.top)),a.bottom!=null&&(o=Math.max(o,a.bottom)))}return{left:e,right:n,top:i,bottom:o}}const Li=Se.define();class Ft{constructor(e,n,i,o){this.fromA=e,this.toA=n,this.fromB=i,this.toB=o}join(e){return new Ft(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let n=e.length,i=this;for(;n>0;n--){let o=e[n-1];if(!(o.fromA>i.toA)){if(o.toA<i.fromA)break;i=i.join(o),e.splice(n-1,1)}}return e.splice(n,0,i),e}static extendWithRanges(e,n){if(n.length==0)return e;let i=[];for(let o=0,r=0,a=0,c=0;;o++){let m=o==e.length?null:e[o],f=a-c,l=m?m.fromB:1e9;for(;r<n.length&&n[r]<l;){let s=n[r],u=n[r+1],h=Math.max(c,s),g=Math.min(l,u);if(h<=g&&new Ft(h+f,g+f,h,g).addToSet(i),u>l)break;r+=2}if(!m)return i;new Ft(m.fromA,m.toA,m.fromB,m.toB).addToSet(i),a=m.toA,c=m.toB}}}class Do{constructor(e,n,i){this.view=e,this.state=n,this.transactions=i,this.flags=0,this.startState=e.state,this.changes=Ye.empty(this.startState.doc.length);for(let r of i)this.changes=this.changes.compose(r.changes);let o=[];this.changes.iterChangedRanges((r,a,c,m)=>o.push(new Ft(r,a,c,m))),this.changedRanges=o}static create(e,n,i){return new Do(e,n,i)}get viewportChanged(){return(this.flags&4)>0}get heightChanged(){return(this.flags&2)>0}get geometryChanged(){return this.docChanged||(this.flags&(8|2))>0}get focusChanged(){return(this.flags&1)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some(e=>e.selection)}get empty(){return this.flags==0&&this.transactions.length==0}}class vd extends Ie{get length(){return this.view.state.doc.length}constructor(e){super();this.view=e,this.decorations=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.markedForComposition=new Set,this.compositionBarrier=Qe.none,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.setDOM(e.contentDOM),this.children=[new je],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new Ft(0,0,0,e.state.doc.length)],0,null)}update(e){var n;let i=e.changedRanges;this.minWidth>0&&i.length&&(i.every(({fromA:f,toA:l})=>l<this.minWidthFrom||f>this.minWidthTo)?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0);let o=-1;this.view.inputState.composing>=0&&(((n=this.domChanged)===null||n===void 0?void 0:n.newSel)?o=this.domChanged.newSel.head:!H3(e.changes,this.hasComposition)&&!e.selectionSet&&(o=e.state.selection.main.head));let r=o>-1?L3(this.view,e.changes,o):null;if(this.domChanged=null,this.hasComposition){this.markedForComposition.clear();let{from:f,to:l}=this.hasComposition;i=new Ft(f,l,e.changes.mapPos(f,-1),e.changes.mapPos(l,1)).addToSet(i.slice())}this.hasComposition=r?{from:r.range.fromB,to:r.range.toB}:null,(fe.ie||fe.chrome)&&!r&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let a=this.decorations,c=this.updateDeco(),m=P3(a,c,e.changes);return i=Ft.extendWithRanges(i,m),!(this.flags&7)&&i.length==0?!1:(this.updateInner(i,e.startState.doc.length,r),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,n,i){this.view.viewState.mustMeasureContent=!0,this.updateChildren(e,n,i);let{observer:o}=this.view;o.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let a=fe.chrome||fe.ios?{node:o.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,a),this.flags&=~7,a&&(a.written||o.selectionRange.focusNode!=a.node)&&(this.forceSelection=!0),this.dom.style.height=""}),this.markedForComposition.forEach(a=>a.flags&=~8);let r=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let a of this.children)a instanceof sn&&a.widget instanceof Cd&&r.push(a.dom);o.updateGaps(r)}updateChildren(e,n,i){let o=i?i.range.addToSet(e.slice()):e,r=this.childCursor(n);for(let a=o.length-1;;a--){let c=a>=0?o[a]:null;if(!c)break;let{fromA:m,toA:f,fromB:l,toB:s}=c,u,h,g,b;if(i&&i.range.fromB<s&&i.range.toB>l){let w=Di.build(this.view.state.doc,l,i.range.fromB,this.decorations,this.dynamicDecorationMap),E=Di.build(this.view.state.doc,i.range.toB,s,this.decorations,this.dynamicDecorationMap);h=w.breakAtStart,g=w.openStart,b=E.openEnd;let S=this.compositionView(i);E.breakAtStart?S.breakAfter=1:E.content.length&&S.merge(S.length,S.length,E.content[0],!1,E.openStart,0)&&(S.breakAfter=E.content[0].breakAfter,E.content.shift()),w.content.length&&S.merge(0,0,w.content[w.content.length-1],!0,0,w.openEnd)&&w.content.pop(),u=w.content.concat(S).concat(E.content)}else({content:u,breakAtStart:h,openStart:g,openEnd:b}=Di.build(this.view.state.doc,l,s,this.decorations,this.dynamicDecorationMap));let{i:p,off:y}=r.findPos(f,1),{i:v,off:C}=r.findPos(m,-1);Us(this,v,C,p,y,u,h,g,b)}i&&this.fixCompositionDOM(i)}compositionView(e){let n=new Jt(e.text.nodeValue);n.flags|=8;for(let{deco:o}of e.marks)n=new Xt(o,[n],n.length);let i=new je;return i.append(n,0),i}fixCompositionDOM(e){let n=(r,a)=>{a.flags|=8|(a.children.some(m=>m.flags&7)?1:0),this.markedForComposition.add(a);let c=Ie.get(r);c&&c!=a&&(c.dom=null),a.setDOM(r)},i=this.childPos(e.range.fromB,1),o=this.children[i.i];n(e.line,o);for(let r=e.marks.length-1;r>=-1;r--)i=o.childPos(i.off,1),o=o.children[i.i],n(r>=0?e.marks[r].node:e.text,o)}updateSelection(e=!1,n=!1){(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let i=this.view.root.activeElement,o=i==this.dom,r=!o&&ko(this.dom,this.view.observer.selectionRange)&&!(i&&this.dom.contains(i));if(!(o||n||r))return;let a=this.forceSelection;this.forceSelection=!1;let c=this.view.state.selection.main,m=this.moveToLine(this.domAtPos(c.anchor)),f=c.empty?m:this.moveToLine(this.domAtPos(c.head));if(fe.gecko&&c.empty&&!this.hasComposition&&A3(m)){let s=document.createTextNode("");this.view.observer.ignore(()=>m.node.insertBefore(s,m.node.childNodes[m.offset]||null)),m=f=new rt(s,0),a=!0}let l=this.view.observer.selectionRange;(a||!l.focusNode||(!Ni(m.node,m.offset,l.anchorNode,l.anchorOffset)||!Ni(f.node,f.offset,l.focusNode,l.focusOffset))&&!this.suppressWidgetCursorChange(l,c))&&(this.view.observer.ignore(()=>{fe.android&&fe.chrome&&this.dom.contains(l.focusNode)&&V3(l.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let s=xo(this.view.root);if(s)if(c.empty){if(fe.gecko){let u=I3(m.node,m.offset);if(u&&u!=(1|2)){let h=Sd(m.node,m.offset,u==1?1:-1);h&&(m=new rt(h.node,h.offset))}}s.collapse(m.node,m.offset),c.bidiLevel!=null&&s.caretBidiLevel!==void 0&&(s.caretBidiLevel=c.bidiLevel)}else if(s.extend){s.collapse(m.node,m.offset);try{s.extend(f.node,f.offset)}catch{}}else{let u=document.createRange();c.anchor>c.head&&([m,f]=[f,m]),u.setEnd(f.node,f.offset),u.setStart(m.node,m.offset),s.removeAllRanges(),s.addRange(u)}r&&this.view.root.activeElement==this.dom&&(this.dom.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(m,f)),this.impreciseAnchor=m.precise?null:new rt(l.anchorNode,l.anchorOffset),this.impreciseHead=f.precise?null:new rt(l.focusNode,l.focusOffset)}suppressWidgetCursorChange(e,n){return this.hasComposition&&n.empty&&!this.compositionBarrier.size&&Ni(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset)&&this.posFromDOM(e.focusNode,e.focusOffset)==n.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:e}=this,n=e.state.selection.main,i=xo(e.root),{anchorNode:o,anchorOffset:r}=e.observer.selectionRange;if(!i||!n.empty||!n.assoc||!i.modify)return;let a=je.find(this,n.head);if(!a)return;let c=a.posAtStart;if(n.head==c||n.head==c+a.length)return;let m=this.coordsAt(n.head,-1),f=this.coordsAt(n.head,1);if(!m||!f||m.bottom>f.top)return;let l=this.domAtPos(n.head+n.assoc);i.collapse(l.node,l.offset),i.modify("move",n.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let s=e.observer.selectionRange;e.docView.posFromDOM(s.anchorNode,s.anchorOffset)!=n.from&&i.collapse(o,r)}moveToLine(e){let n=this.dom,i;if(e.node!=n)return e;for(let o=e.offset;!i&&o<n.childNodes.length;o++){let r=Ie.get(n.childNodes[o]);r instanceof je&&(i=r.domAtPos(0))}for(let o=e.offset-1;!i&&o>=0;o--){let r=Ie.get(n.childNodes[o]);r instanceof je&&(i=r.domAtPos(r.length))}return i?new rt(i.node,i.offset,!0):e}nearest(e){for(let n=e;n;){let i=Ie.get(n);if(i&&i.rootView==this)return i;n=n.parentNode}return null}posFromDOM(e,n){let i=this.nearest(e);if(!i)throw new RangeError("Trying to find position for a DOM position outside of the document");return i.localPosFromDOM(e,n)+i.posAtStart}domAtPos(e){let{i:n,off:i}=this.childCursor().findPos(e,-1);for(;n<this.children.length-1;){let o=this.children[n];if(i<o.length||o instanceof je)break;n++,i=0}return this.children[n].domAtPos(i)}coordsAt(e,n){let i=null,o=0;for(let r=this.length,a=this.children.length-1;a>=0;a--){let c=this.children[a],m=r-c.breakAfter,f=m-c.length;if(m<e)break;f<=e&&(f<e||c.covers(-1))&&(m>e||c.covers(1))&&(!i||c instanceof je&&!(i instanceof je&&n>=0))&&(i=c,o=f),r=f}return i?i.coordsAt(e-o,n):null}coordsForChar(e){let{i:n,off:i}=this.childPos(e,1),o=this.children[n];if(!(o instanceof je))return null;for(;o.children.length;){let{i:c,off:m}=o.childPos(i,1);for(;;c++){if(c==o.children.length)return null;if((o=o.children[c]).length)break}i=m}if(!(o instanceof Jt))return null;let r=jt(o.text,i);if(r==i)return null;let a=Fn(o.dom,i,r).getClientRects();for(let c=0;c<a.length;c++){let m=a[c];if(c==a.length-1||m.top<m.bottom&&m.left<m.right)return m}return null}measureVisibleLineHeights(e){let n=[],{from:i,to:o}=e,r=this.view.contentDOM.clientWidth,a=r>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,c=-1,m=this.view.textDirection==st.LTR;for(let f=0,l=0;l<this.children.length;l++){let s=this.children[l],u=f+s.length;if(u>o)break;if(f>=i){let h=s.dom.getBoundingClientRect();if(n.push(h.height),a){let g=s.dom.lastChild,b=g?Fi(g):[];if(b.length){let p=b[b.length-1],y=m?p.right-h.left:h.right-p.left;y>c&&(c=y,this.minWidth=r,this.minWidthFrom=f,this.minWidthTo=u)}}}f=u+s.breakAfter}return n}textDirectionAt(e){let{i:n}=this.childPos(e,1);return getComputedStyle(this.children[n].dom).direction=="rtl"?st.RTL:st.LTR}measureTextSize(){for(let r of this.children)if(r instanceof je){let a=r.measureTextSize();if(a)return a}let e=document.createElement("div"),n,i,o;return e.className="cm-line",e.style.width="99999px",e.style.position="absolute",e.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.dom.appendChild(e);let r=Fi(e.firstChild)[0];n=e.getBoundingClientRect().height,i=r?r.width/27:7,o=r?r.height:n,e.remove()}),{lineHeight:n,charWidth:i,textHeight:o}}childCursor(e=this.length){let n=this.children.length;return n&&(e-=this.children[--n].length),new qs(this.children,e,n)}computeBlockGapDeco(){let e=[],n=this.view.viewState;for(let i=0,o=0;;o++){let r=o==n.viewports.length?null:n.viewports[o],a=r?r.from-1:this.length;if(a>i){let c=(n.lineBlockAt(a).bottom-n.lineBlockAt(i).top)/this.view.scaleY;e.push(Qe.replace({widget:new Cd(c),block:!0,inclusive:!0,isBlockGap:!0}).range(i,a))}if(!r)break;i=r.to+1}return Qe.set(e)}updateDeco(){let e=1,n=this.view.state.facet(Ai).map(r=>(this.dynamicDecorationMap[e++]=typeof r=="function")?r(this.view):r),i=!1,o=this.view.state.facet(gd).map((r,a)=>{let c=typeof r=="function";return c&&(i=!0),c?r(this.view):r});for(o.length&&(this.dynamicDecorationMap[e++]=i,n.push(Le.join(o))),this.decorations=[this.compositionBarrier,...n,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];e<this.decorations.length;)this.dynamicDecorationMap[e++]=!1;return this.decorations}maybeCreateCompositionBarrier(){let{main:{head:e,empty:n}}=this.view.state.selection;if(!n)return!1;let i=null;for(let o of this.decorations)if(o.between(e,e,(r,a,c)=>{c.point?i=!1:c.endSide<0&&r<e&&a==e&&(i=!0)}),i===!1)break;return this.compositionBarrier=i?Qe.set(M3.range(e)):Qe.none,!!i}clearCompositionBarrier(){this.compositionBarrier=Qe.none}scrollIntoView(e){if(e.isSnapshot){let f=this.view.viewState.lineBlockAt(e.range.head);this.view.scrollDOM.scrollTop=f.top-e.yMargin,this.view.scrollDOM.scrollLeft=e.xMargin;return}let{range:n}=e,i=this.coordsAt(n.head,n.empty?n.assoc:n.head>n.anchor?-1:1),o;if(!i)return;!n.empty&&(o=this.coordsAt(n.anchor,n.anchor>n.head?-1:1))&&(i={left:Math.min(i.left,o.left),top:Math.min(i.top,o.top),right:Math.max(i.right,o.right),bottom:Math.max(i.bottom,o.bottom)});let r=wd(this.view),a={left:i.left-r.left,top:i.top-r.top,right:i.right+r.right,bottom:i.bottom+r.bottom},{offsetWidth:c,offsetHeight:m}=this.view.scrollDOM;f3(this.view.scrollDOM,a,n.head<n.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,c),-c),Math.max(Math.min(e.yMargin,m),-m),this.view.textDirection==st.LTR)}}const M3=Qe.widget({side:-1,widget:Rn.inline});function A3(t){return t.node.nodeType==1&&t.node.firstChild&&(t.offset==0||t.node.childNodes[t.offset-1].contentEditable=="false")&&(t.offset==t.node.childNodes.length||t.node.childNodes[t.offset].contentEditable=="false")}class Cd extends No{constructor(e){super();this.height=e}toDOM(){let e=document.createElement("div");return e.className="cm-gap",this.updateDOM(e),e}eq(e){return e.height==this.height}updateDOM(e){return e.style.height=this.height+"px",!0}get editable(){return!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}}function Ed(t,e){let n=t.observer.selectionRange,i=n.focusNode&&Sd(n.focusNode,n.focusOffset,0);if(!i)return null;let o=e-i.offset;return{from:o,to:o+i.node.nodeValue.length,node:i.node}}function L3(t,e,n){let i=Ed(t,n);if(!i)return null;let{node:o,from:r,to:a}=i,c=o.nodeValue;if(/[\n\r]/.test(c)||t.state.doc.sliceString(i.from,i.to)!=c)return null;let m=e.invertedDesc,f=new Ft(m.mapPos(r),m.mapPos(a),r,a),l=[];for(let s=o.parentNode;;s=s.parentNode){let u=Ie.get(s);if(u instanceof Xt)l.push({node:s,deco:u.mark});else{if(u instanceof je||s.nodeName=="DIV"&&s.parentNode==t.contentDOM)return{range:f,text:o,marks:l,line:s};if(s!=t.contentDOM)l.push({node:s,deco:new _i({inclusive:!0,attributes:v3(s),tagName:s.tagName.toLowerCase()})});else return null}}}function Sd(t,e,n){if(n<=0)for(let i=t,o=e;;){if(i.nodeType==3)return{node:i,offset:o};if(i.nodeType==1&&o>0)i=i.childNodes[o-1],o=Yt(i);else break}if(n>=0)for(let i=t,o=e;;){if(i.nodeType==3)return{node:i,offset:o};if(i.nodeType==1&&o<i.childNodes.length&&n>=0)i=i.childNodes[o],o=0;else break}return null}function I3(t,e){return t.nodeType!=1?0:(e&&t.childNodes[e-1].contentEditable=="false"?1:0)|(e<t.childNodes.length&&t.childNodes[e].contentEditable=="false"?2:0)}let B3=class{constructor(){this.changes=[]}compareRange(e,n){dl(e,n,this.changes)}comparePoint(e,n){dl(e,n,this.changes)}};function P3(t,e,n){let i=new B3;return Le.compare(t,e,n,i),i.changes}function V3(t,e){for(let n=t;n&&n!=e;n=n.assignedSlot||n.parentNode)if(n.nodeType==1&&n.contentEditable=="false")return!0;return!1}function H3(t,e){let n=!1;return e&&t.iterChangedRanges((i,o)=>{i<e.to&&o>e.from&&(n=!0)}),n}function z3(t,e,n=1){let i=t.charCategorizer(e),o=t.doc.lineAt(e),r=e-o.from;if(o.length==0)return ue.cursor(e);r==0?n=1:r==o.length&&(n=-1);let a=r,c=r;n<0?a=jt(o.text,r,!1):c=jt(o.text,r);let m=i(o.text.slice(a,c));for(;a>0;){let f=jt(o.text,a,!1);if(i(o.text.slice(f,a))!=m)break;a=f}for(;c<o.length;){let f=jt(o.text,c);if(i(o.text.slice(c,f))!=m)break;c=f}return ue.range(a+o.from,c+o.from)}function W3(t,e){return e.left>t?e.left-t:Math.max(0,t-e.right)}function q3(t,e){return e.top>t?e.top-t:Math.max(0,t-e.bottom)}function yl(t,e){return t.top<e.bottom-1&&t.bottom>e.top+1}function Od(t,e){return e<t.top?{top:e,left:t.left,right:t.right,bottom:t.bottom}:t}function xd(t,e){return e>t.bottom?{top:t.top,left:t.left,right:t.right,bottom:e}:t}function wl(t,e,n){let i,o,r,a,c=!1,m,f,l,s;for(let g=t.firstChild;g;g=g.nextSibling){let b=Fi(g);for(let p=0;p<b.length;p++){let y=b[p];o&&yl(o,y)&&(y=Od(xd(y,o.bottom),o.top));let v=W3(e,y),C=q3(n,y);if(v==0&&C==0)return g.nodeType==3?kd(g,e,n):wl(g,e,n);if(!i||a>C||a==C&&r>v){i=g,o=y,r=v,a=C;let w=C?n<y.top?-1:1:v?e<y.left?-1:1:0;c=!w||(w>0?p<b.length-1:p>0)}v==0?n>y.bottom&&(!l||l.bottom<y.bottom)?(m=g,l=y):n<y.top&&(!s||s.top>y.top)&&(f=g,s=y):l&&yl(l,y)?l=xd(l,y.bottom):s&&yl(s,y)&&(s=Od(s,y.top))}}if(l&&l.bottom>=n?(i=m,o=l):s&&s.top<=n&&(i=f,o=s),!i)return{node:t,offset:0};let u=Math.max(o.left,Math.min(o.right,e));if(i.nodeType==3)return kd(i,u,n);if(c&&i.contentEditable!="false")return wl(i,u,n);let h=Array.prototype.indexOf.call(t.childNodes,i)+(e>=(o.left+o.right)/2?1:0);return{node:t,offset:h}}function kd(t,e,n){let i=t.nodeValue.length,o=-1,r=1e9,a=0;for(let c=0;c<i;c++){let m=Fn(t,c,c+1).getClientRects();for(let f=0;f<m.length;f++){let l=m[f];if(l.top==l.bottom)continue;a||(a=e-l.left);let s=(l.top>n?l.top-n:n-l.bottom)-1;if(l.left-1<=e&&l.right+1>=e&&s<r){let u=e>=(l.left+l.right)/2,h=u;if((fe.chrome||fe.gecko)&&Fn(t,c).getBoundingClientRect().left==l.right&&(h=!u),s<=0)return{node:t,offset:c+(h?1:0)};o=c+(h?1:0),r=s}}}return{node:t,offset:o>-1?o:a>0?t.nodeValue.length:0}}function Fd(t,e,n,i=-1){var o,r;let a=t.contentDOM.getBoundingClientRect(),c=a.top+t.viewState.paddingTop,m,{docHeight:f}=t.viewState,{x:l,y:s}=e,u=s-c;if(u<0)return 0;if(u>f)return t.state.doc.length;for(let w=t.viewState.heightOracle.textHeight/2,E=!1;m=t.elementAtHeight(u),m.type!=Zt.Text;)for(;u=i>0?m.bottom+w:m.top-w,!(u>=0&&u<=f);){if(E)return n?null:0;E=!0,i=-i}s=c+u;let h=m.from;if(h<t.viewport.from)return t.viewport.from==0?0:n?null:Nd(t,a,m,l,s);if(h>t.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:n?null:Nd(t,a,m,l,s);let g=t.dom.ownerDocument,b=t.root.elementFromPoint?t.root:g,p=b.elementFromPoint(l,s);p&&!t.contentDOM.contains(p)&&(p=null),p||(l=Math.max(a.left+1,Math.min(a.right-1,l)),p=b.elementFromPoint(l,s),p&&!t.contentDOM.contains(p)&&(p=null));let y,v=-1;if(p&&((o=t.docView.nearest(p))===null||o===void 0?void 0:o.isEditable)!=!1){if(g.caretPositionFromPoint){let w=g.caretPositionFromPoint(l,s);w&&({offsetNode:y,offset:v}=w)}else if(g.caretRangeFromPoint){let w=g.caretRangeFromPoint(l,s);w&&({startContainer:y,startOffset:v}=w,(!t.contentDOM.contains(y)||fe.safari&&U3(y,v,l)||fe.chrome&&j3(y,v,l))&&(y=void 0))}}if(!y||!t.docView.dom.contains(y)){let w=je.find(t.docView,h);if(!w)return u>m.top+m.height/2?m.to:m.from;({node:y,offset:v}=wl(w.dom,l,s))}let C=t.docView.nearest(y);if(!C)return null;if(C.isWidget&&((r=C.dom)===null||r===void 0?void 0:r.nodeType)==1){let w=C.dom.getBoundingClientRect();return e.y<w.top||e.y<=w.bottom&&e.x<=(w.left+w.right)/2?C.posAtStart:C.posAtEnd}else return C.localPosFromDOM(y,v)+C.posAtStart}function Nd(t,e,n,i,o){let r=Math.round((i-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&n.height>t.defaultLineHeight*1.5){let c=t.viewState.heightOracle.textHeight;r+=Math.floor((o-n.top-(t.defaultLineHeight-c)*.5)/c)*t.viewState.heightOracle.lineLength}let a=t.state.sliceDoc(n.from,n.to);return n.from+s3(a,r,t.state.tabSize)}function U3(t,e,n){let i;if(t.nodeType!=3||e!=(i=t.nodeValue.length))return!1;for(let o=t.nextSibling;o;o=o.nextSibling)if(o.nodeType!=1||o.nodeName!="BR")return!1;return Fn(t,i-1,i).getBoundingClientRect().left>n}function j3(t,e,n){if(e!=0)return!1;for(let o=t;;){let r=o.parentNode;if(!r||r.nodeType!=1||r.firstChild!=o)return!1;if(r.classList.contains("cm-line"))break;o=r}let i=t.nodeType==1?t.getBoundingClientRect():Fn(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect();return n-i.left>5}function K3(t,e){let n=t.lineBlockAt(e);if(Array.isArray(n.type)){for(let i of n.type)if(i.to>e||i.to==e&&(i.to==n.to||i.type==Zt.Text))return i}return n}function G3(t,e,n,i){let o=K3(t,e.head),r=!i||o.type!=Zt.Text||!(t.lineWrapping||o.widgetLineBreaks)?null:t.coordsAtPos(e.assoc<0&&e.head>o.from?e.head-1:e.head);if(r){let a=t.dom.getBoundingClientRect(),c=t.textDirectionAt(o.from),m=t.posAtCoords({x:n==(c==st.LTR)?a.right-1:a.left+1,y:(r.top+r.bottom)/2});if(m!=null)return ue.cursor(m,n?-1:1)}return ue.cursor(n?o.to:o.from,n?-1:1)}function Rd(t,e,n,i){let o=t.state.doc.lineAt(e.head),r=t.bidiSpans(o),a=t.textDirectionAt(o.from);for(let c=e,m=null;;){let f=R3(o,r,a,c,n),l=ld;if(!f){if(o.number==(n?t.state.doc.lines:1))return c;l=`
|
|
16
|
+
`,o=t.state.doc.line(o.number+(n?1:-1)),r=t.bidiSpans(o),f=t.visualLineSide(o,!n)}if(m){if(!m(l))return c}else{if(!i)return f;m=i(l)}c=f}}function Y3(t,e,n){let i=t.state.charCategorizer(e),o=i(n);return r=>{let a=i(r);return o==Gt.Space&&(o=a),o==a}}function J3(t,e,n,i){let o=e.head,r=n?1:-1;if(o==(n?t.state.doc.length:0))return ue.cursor(o,e.assoc);let a=e.goalColumn,c,m=t.contentDOM.getBoundingClientRect(),f=t.coordsAtPos(o,e.assoc||-1),l=t.documentTop;if(f)a==null&&(a=f.left-m.left),c=r<0?f.top:f.bottom;else{let h=t.viewState.lineBlockAt(o);a==null&&(a=Math.min(m.right-m.left,t.defaultCharacterWidth*(o-h.from))),c=(r<0?h.top:h.bottom)+l}let s=m.left+a,u=i!=null?i:t.viewState.heightOracle.textHeight>>1;for(let h=0;;h+=10){let g=c+(u+h)*r,b=Fd(t,{x:s,y:g},!1,r);if(g<m.top||g>m.bottom||(r<0?b<o:b>o)){let p=t.docView.coordsForChar(b),y=!p||g<p.top?-1:1;return ue.cursor(b,y,void 0,a)}}}function Mo(t,e,n){for(;;){let i=0;for(let o of t)o.between(e-1,e+1,(r,a,c)=>{if(e>r&&e<a){let m=i||n||(e-r<a-e?-1:1);e=m<0?r:a,i=m}});if(!i)return e}}function vl(t,e,n){let i=Mo(t.state.facet(bl).map(o=>o(t)),n.from,e.head>n.from?-1:1);return i==n.from?n:ue.cursor(i,i<n.from?1:-1)}class X3{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.pendingIOSKey=void 0,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastEscPress=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=e.hasFocus,fe.safari&&e.contentDOM.addEventListener("input",()=>null),fe.gecko&&h4(e.contentDOM.ownerDocument)}handleEvent(e){!r4(this.view,e)||this.ignoreDuringComposition(e)||e.type=="keydown"&&this.keydown(e)||this.runHandlers(e.type,e)}runHandlers(e,n){let i=this.handlers[e];if(i){for(let o of i.observers)o(this.view,n);for(let o of i.handlers){if(n.defaultPrevented)break;if(o(this.view,n)){n.preventDefault();break}}}}ensureHandlers(e){let n=Z3(e),i=this.handlers,o=this.view.contentDOM;for(let r in n)if(r!="scroll"){let a=!n[r].handlers.length,c=i[r];c&&a!=!c.handlers.length&&(o.removeEventListener(r,this.handleEvent),c=null),c||o.addEventListener(r,this.handleEvent,{passive:a})}for(let r in i)r!="scroll"&&!n[r]&&o.removeEventListener(r,this.handleEvent);this.handlers=n}keydown(e){if(this.lastKeyCode=e.keyCode,this.lastKeyTime=Date.now(),e.keyCode==9&&Date.now()<this.lastEscPress+2e3)return!0;if(e.keyCode!=27&&$3.indexOf(e.keyCode)<0&&(this.view.inputState.lastEscPress=0),fe.android&&fe.chrome&&!e.synthetic&&(e.keyCode==13||e.keyCode==8))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let n;return fe.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&((n=Td.find(i=>i.keyCode==e.keyCode))&&!e.ctrlKey||Q3.indexOf(e.key)>-1&&e.ctrlKey&&!e.shiftKey)?(this.pendingIOSKey=n||e,setTimeout(()=>this.flushIOSKey(),250),!0):(e.keyCode!=229&&this.view.observer.forceFlush(),!1)}flushIOSKey(){let e=this.pendingIOSKey;return e?(this.pendingIOSKey=void 0,$n(this.view.contentDOM,e.key,e.keyCode)):!1}ignoreDuringComposition(e){return/^key/.test(e.type)?this.composing>0?!0:fe.safari&&!fe.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100?(this.compositionPendingKey=!1,!0):!1:!1}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.mouseSelection&&this.mouseSelection.update(e),this.draggedContent&&e.docChanged&&(this.draggedContent=this.draggedContent.map(e.changes)),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function _d(t,e){return(n,i)=>{try{return e.call(t,i,n)}catch(o){un(n.state,o)}}}function Z3(t){let e=Object.create(null);function n(i){return e[i]||(e[i]={observers:[],handlers:[]})}for(let i of t){let o=i.spec;if(o&&o.domEventHandlers)for(let r in o.domEventHandlers){let a=o.domEventHandlers[r];a&&n(r).handlers.push(_d(i.value,a))}if(o&&o.domEventObservers)for(let r in o.domEventObservers){let a=o.domEventObservers[r];a&&n(r).observers.push(_d(i.value,a))}}for(let i in Mt)n(i).handlers.push(Mt[i]);for(let i in At)n(i).observers.push(At[i]);return e}const Td=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Q3="dthko",$3=[16,17,18,20,91,92,224,225],Ao=6;function Lo(t){return Math.max(0,t)*.7+8}function e4(t,e){return Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))}class t4{constructor(e,n,i,o){this.view=e,this.startEvent=n,this.style=i,this.mustSelect=o,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=n,this.scrollParent=h3(e.contentDOM),this.atoms=e.state.facet(bl).map(a=>a(e));let r=e.contentDOM.ownerDocument;r.addEventListener("mousemove",this.move=this.move.bind(this)),r.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=n.shiftKey,this.multiple=e.state.facet(Ae.allowMultipleSelections)&&n4(e,n),this.dragging=o4(e,n)&&zd(n)==1?null:!1}start(e){this.dragging===!1&&this.select(e)}move(e){var n;if(e.buttons==0)return this.destroy();if(this.dragging||this.dragging==null&&e4(this.startEvent,e)<10)return;this.select(this.lastEvent=e);let i=0,o=0,r=((n=this.scrollParent)===null||n===void 0?void 0:n.getBoundingClientRect())||{left:0,top:0,right:this.view.win.innerWidth,bottom:this.view.win.innerHeight},a=wd(this.view);e.clientX-a.left<=r.left+Ao?i=-Lo(r.left-e.clientX):e.clientX+a.right>=r.right-Ao&&(i=Lo(e.clientX-r.right)),e.clientY-a.top<=r.top+Ao?o=-Lo(r.top-e.clientY):e.clientY+a.bottom>=r.bottom-Ao&&(o=Lo(e.clientY-r.bottom)),this.setScrollSpeed(i,o)}up(e){this.dragging==null&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(e,n){this.scrollSpeed={x:e,y:n},e||n?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){this.scrollParent?(this.scrollParent.scrollLeft+=this.scrollSpeed.x,this.scrollParent.scrollTop+=this.scrollSpeed.y):this.view.win.scrollBy(this.scrollSpeed.x,this.scrollSpeed.y),this.dragging===!1&&this.select(this.lastEvent)}skipAtoms(e){let n=null;for(let i=0;i<e.ranges.length;i++){let o=e.ranges[i],r=null;if(o.empty){let a=Mo(this.atoms,o.from,0);a!=o.from&&(r=ue.cursor(a,-1))}else{let a=Mo(this.atoms,o.from,-1),c=Mo(this.atoms,o.to,1);(a!=o.from||c!=o.to)&&(r=ue.range(o.from==o.anchor?a:c,o.from==o.head?a:c))}r&&(n||(n=e.ranges.slice()),n[i]=r)}return n?ue.create(n,e.mainIndex):e}select(e){let{view:n}=this,i=this.skipAtoms(this.style.get(e,this.extend,this.multiple));(this.mustSelect||!i.eq(n.state.selection,this.dragging===!1))&&this.view.dispatch({selection:i,userEvent:"select.pointer"}),this.mustSelect=!1}update(e){this.style.update(e)&&setTimeout(()=>this.select(this.lastEvent),20)}}function n4(t,e){let n=t.state.facet(ad);return n.length?n[0](e):fe.mac?e.metaKey:e.ctrlKey}function i4(t,e){let n=t.state.facet(sd);return n.length?n[0](e):fe.mac?!e.altKey:!e.ctrlKey}function o4(t,e){let{main:n}=t.state.selection;if(n.empty)return!1;let i=xo(t.root);if(!i||i.rangeCount==0)return!0;let o=i.getRangeAt(0).getClientRects();for(let r=0;r<o.length;r++){let a=o[r];if(a.left<=e.clientX&&a.right>=e.clientX&&a.top<=e.clientY&&a.bottom>=e.clientY)return!0}return!1}function r4(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target,i;n!=t.contentDOM;n=n.parentNode)if(!n||n.nodeType==11||(i=Ie.get(n))&&i.ignoreEvent(e))return!1;return!0}const Mt=Object.create(null),At=Object.create(null),Dd=fe.ie&&fe.ie_version<15||fe.ios&&fe.webkit_version<604;function l4(t){let e=t.dom.parentNode;if(!e)return;let n=e.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus(),setTimeout(()=>{t.focus(),n.remove(),Md(t,n.value)},50)}function Md(t,e){let{state:n}=t,i,o=1,r=n.toText(e),a=r.lines==n.selection.ranges.length;if(Cl!=null&&n.selection.ranges.every(m=>m.empty)&&Cl==r.toString()){let m=-1;i=n.changeByRange(f=>{let l=n.doc.lineAt(f.from);if(l.from==m)return{range:f};m=l.from;let s=n.toText((a?r.line(o++).text:e)+n.lineBreak);return{changes:{from:l.from,insert:s},range:ue.cursor(f.from+s.length)}})}else a?i=n.changeByRange(m=>{let f=r.line(o++);return{changes:{from:m.from,to:m.to,insert:f.text},range:ue.cursor(m.from+f.length)}}):i=n.replaceSelection(r);t.dispatch(i,{userEvent:"input.paste",scrollIntoView:!0})}At.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},Mt.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),e.keyCode==27&&(t.inputState.lastEscPress=Date.now()),!1),At.touchstart=(t,e)=>{t.inputState.lastTouchTime=Date.now(),t.inputState.setSelectionOrigin("select.pointer")},At.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")},Mt.mousedown=(t,e)=>{if(t.observer.flush(),t.inputState.lastTouchTime>Date.now()-2e3)return!1;let n=null;for(let i of t.state.facet(dd))if(n=i(t,e),n)break;if(!n&&e.button==0&&(n=d4(t,e)),n){let i=!t.hasFocus;t.inputState.startMouseSelection(new t4(t,e,n,i)),i&&t.observer.ignore(()=>Ps(t.contentDOM));let o=t.inputState.mouseSelection;if(o)return o.start(e),o.dragging===!1}return!1};function Ad(t,e,n,i){if(i==1)return ue.cursor(e,n);if(i==2)return z3(t.state,e,n);{let o=je.find(t.docView,e),r=t.state.doc.lineAt(o?o.posAtEnd:e),a=o?o.posAtStart:r.from,c=o?o.posAtEnd:r.to;return c<t.state.doc.length&&c==r.to&&c++,ue.range(a,c)}}let Ld=(t,e)=>t>=e.top&&t<=e.bottom,Id=(t,e,n)=>Ld(e,n)&&t>=n.left&&t<=n.right;function a4(t,e,n,i){let o=je.find(t.docView,e);if(!o)return 1;let r=e-o.posAtStart;if(r==0)return 1;if(r==o.length)return-1;let a=o.coordsAt(r,-1);if(a&&Id(n,i,a))return-1;let c=o.coordsAt(r,1);return c&&Id(n,i,c)?1:a&&Ld(i,a)?-1:1}function Bd(t,e){let n=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:n,bias:a4(t,n,e.clientX,e.clientY)}}const s4=fe.ie&&fe.ie_version<=11;let Pd=null,Vd=0,Hd=0;function zd(t){if(!s4)return t.detail;let e=Pd,n=Hd;return Pd=t,Hd=Date.now(),Vd=!e||n>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(Vd+1)%3:1}function d4(t,e){let n=Bd(t,e),i=zd(e),o=t.state.selection;return{update(r){r.docChanged&&(n.pos=r.changes.mapPos(n.pos),o=o.map(r.changes))},get(r,a,c){let m=Bd(t,r),f,l=Ad(t,m.pos,m.bias,i);if(n.pos!=m.pos&&!a){let s=Ad(t,n.pos,n.bias,i),u=Math.min(s.from,l.from),h=Math.max(s.to,l.to);l=u<l.from?ue.range(u,h):ue.range(h,u)}return a?o.replaceRange(o.main.extend(l.from,l.to)):c&&i==1&&o.ranges.length>1&&(f=c4(o,m.pos))?f:c?o.addRange(l):ue.create([l])}}}function c4(t,e){for(let n=0;n<t.ranges.length;n++){let{from:i,to:o}=t.ranges[n];if(i<=e&&o>=e)return ue.create(t.ranges.slice(0,n).concat(t.ranges.slice(n+1)),t.mainIndex==n?0:t.mainIndex-(t.mainIndex>n?1:0))}return null}Mt.dragstart=(t,e)=>{let{selection:{main:n}}=t.state;if(e.target.draggable){let o=t.docView.nearest(e.target);if(o&&o.isWidget){let r=o.posAtStart,a=r+o.length;(r>=n.to||a<=n.from)&&(n=ue.range(r,a))}}let{inputState:i}=t;return i.mouseSelection&&(i.mouseSelection.dragging=!0),i.draggedContent=n,e.dataTransfer&&(e.dataTransfer.setData("Text",t.state.sliceDoc(n.from,n.to)),e.dataTransfer.effectAllowed="copyMove"),!1},Mt.dragend=t=>(t.inputState.draggedContent=null,!1);function Wd(t,e,n,i){if(!n)return;let o=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:r}=t.inputState,a=i&&r&&i4(t,e)?{from:r.from,to:r.to}:null,c={from:o,insert:n},m=t.state.changes(a?[a,c]:c);t.focus(),t.dispatch({changes:m,selection:{anchor:m.mapPos(o,-1),head:m.mapPos(o,1)},userEvent:a?"move.drop":"input.drop"}),t.inputState.draggedContent=null}Mt.drop=(t,e)=>{if(!e.dataTransfer)return!1;if(t.state.readOnly)return!0;let n=e.dataTransfer.files;if(n&&n.length){let i=Array(n.length),o=0,r=()=>{++o==n.length&&Wd(t,e,i.filter(a=>a!=null).join(t.state.lineBreak),!1)};for(let a=0;a<n.length;a++){let c=new FileReader;c.onerror=r,c.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(c.result)||(i[a]=c.result),r()},c.readAsText(n[a])}return!0}else{let i=e.dataTransfer.getData("Text");if(i)return Wd(t,e,i,!0),!0}return!1},Mt.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let n=Dd?null:e.clipboardData;return n?(Md(t,n.getData("text/plain")||n.getData("text/uri-text")),!0):(l4(t),!1)};function u4(t,e){let n=t.dom.parentNode;if(!n)return;let i=n.appendChild(document.createElement("textarea"));i.style.cssText="position: fixed; left: -10000px; top: 10px",i.value=e,i.focus(),i.selectionEnd=e.length,i.selectionStart=0,setTimeout(()=>{i.remove(),t.focus()},50)}function f4(t){let e=[],n=[],i=!1;for(let o of t.selection.ranges)o.empty||(e.push(t.sliceDoc(o.from,o.to)),n.push(o));if(!e.length){let o=-1;for(let{from:r}of t.selection.ranges){let a=t.doc.lineAt(r);a.number>o&&(e.push(a.text),n.push({from:a.from,to:Math.min(t.doc.length,a.to+1)})),o=a.number}i=!0}return{text:e.join(t.lineBreak),ranges:n,linewise:i}}let Cl=null;Mt.copy=Mt.cut=(t,e)=>{let{text:n,ranges:i,linewise:o}=f4(t.state);if(!n&&!o)return!1;Cl=o?n:null,e.type=="cut"&&!t.state.readOnly&&t.dispatch({changes:i,scrollIntoView:!0,userEvent:"delete.cut"});let r=Dd?null:e.clipboardData;return r?(r.clearData(),r.setData("text/plain",n),!0):(u4(t,n),!1)};const qd=Gn.define();function Ud(t,e){let n=[];for(let i of t.facet(fd)){let o=i(t,e);o&&n.push(o)}return n?t.update({effects:n,annotations:qd.of(!0)}):null}function jd(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let n=Ud(t.state,e);n?t.dispatch(n):t.update([])}},10)}At.focus=t=>{t.inputState.lastFocusTime=Date.now(),!t.scrollDOM.scrollTop&&(t.inputState.lastScrollTop||t.inputState.lastScrollLeft)&&(t.scrollDOM.scrollTop=t.inputState.lastScrollTop,t.scrollDOM.scrollLeft=t.inputState.lastScrollLeft),jd(t)},At.blur=t=>{t.observer.clearSelectionRange(),jd(t)},At.compositionstart=At.compositionupdate=t=>{t.inputState.compositionFirstChange==null&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0,t.docView.maybeCreateCompositionBarrier()&&(t.update([]),t.docView.clearCompositionBarrier()))},At.compositionend=t=>{t.inputState.composing=-1,t.inputState.compositionEndedAt=Date.now(),t.inputState.compositionPendingKey=!0,t.inputState.compositionPendingChange=t.observer.pendingRecords().length>0,t.inputState.compositionFirstChange=null,fe.chrome&&fe.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then(()=>t.observer.flush()):setTimeout(()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])},50)},At.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()},Mt.beforeinput=(t,e)=>{var n;let i;if(fe.chrome&&fe.android&&(i=Td.find(o=>o.inputType==e.inputType))&&(t.observer.delayAndroidKey(i.key,i.keyCode),i.key=="Backspace"||i.key=="Delete")){let o=((n=window.visualViewport)===null||n===void 0?void 0:n.height)||0;setTimeout(()=>{var r;(((r=window.visualViewport)===null||r===void 0?void 0:r.height)||0)>o+10&&t.hasFocus&&(t.contentDOM.blur(),t.focus())},100)}return!1};const Kd=new Set;function h4(t){Kd.has(t)||(Kd.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}const Gd=["pre-wrap","normal","pre-line","break-spaces"];class m4{constructor(e){this.lineWrapping=e,this.doc=ke.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30,this.heightChanged=!1}heightForGap(e,n){let i=this.doc.lineAt(n).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(i+=Math.max(0,Math.ceil((n-e-i*this.lineLength*.5)/this.lineLength))),this.lineHeight*i}heightForLine(e){return this.lineWrapping?(1+Math.max(0,Math.ceil((e-this.lineLength)/(this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return Gd.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let n=!1;for(let i=0;i<e.length;i++){let o=e[i];o<0?i++:this.heightSamples[Math.floor(o*10)]||(n=!0,this.heightSamples[Math.floor(o*10)]=!0)}return n}refresh(e,n,i,o,r,a){let c=Gd.indexOf(e)>-1,m=Math.round(n)!=Math.round(this.lineHeight)||this.lineWrapping!=c;if(this.lineWrapping=c,this.lineHeight=n,this.charWidth=i,this.textHeight=o,this.lineLength=r,m){this.heightSamples={};for(let f=0;f<a.length;f++){let l=a[f];l<0?f++:this.heightSamples[Math.floor(l*10)]=!0}}return m}}class g4{constructor(e,n){this.from=e,this.heights=n,this.index=0}get more(){return this.index<this.heights.length}}class Vt{constructor(e,n,i,o,r){this.from=e,this.length=n,this.top=i,this.height=o,this._content=r}get type(){return typeof this._content=="number"?Zt.Text:Array.isArray(this._content)?this._content:this._content.type}get to(){return this.from+this.length}get bottom(){return this.top+this.height}get widget(){return this._content instanceof dn?this._content.widget:null}get widgetLineBreaks(){return typeof this._content=="number"?this._content:0}join(e){let n=(Array.isArray(this._content)?this._content:[this]).concat(Array.isArray(e._content)?e._content:[e]);return new Vt(this.from,this.length+e.length,this.top,this.height+e.height,n)}}var Be=function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t}(Be||(Be={}));const Io=.001;class dt{constructor(e,n,i=2){this.length=e,this.height=n,this.flags=i}get outdated(){return(this.flags&2)>0}set outdated(e){this.flags=(e?2:0)|this.flags&~2}setHeight(e,n){this.height!=n&&(Math.abs(this.height-n)>Io&&(e.heightChanged=!0),this.height=n)}replace(e,n,i){return dt.of(i)}decomposeLeft(e,n){n.push(this)}decomposeRight(e,n){n.push(this)}applyChanges(e,n,i,o){let r=this,a=i.doc;for(let c=o.length-1;c>=0;c--){let{fromA:m,toA:f,fromB:l,toB:s}=o[c],u=r.lineAt(m,Be.ByPosNoHeight,i.setDoc(n),0,0),h=u.to>=f?u:r.lineAt(f,Be.ByPosNoHeight,i,0,0);for(s+=h.to-f,f=h.to;c>0&&u.from<=o[c-1].toA;)m=o[c-1].fromA,l=o[c-1].fromB,c--,m<u.from&&(u=r.lineAt(m,Be.ByPosNoHeight,i,0,0));l+=u.from-m,m=u.from;let g=El.build(i.setDoc(a),e,l,s);r=r.replace(m,f,g)}return r.updateHeight(i,0)}static empty(){return new St(0,0)}static of(e){if(e.length==1)return e[0];let n=0,i=e.length,o=0,r=0;for(;;)if(n==i)if(o>r*2){let c=e[n-1];c.break?e.splice(--n,1,c.left,null,c.right):e.splice(--n,1,c.left,c.right),i+=1+c.break,o-=c.size}else if(r>o*2){let c=e[i];c.break?e.splice(i,1,c.left,null,c.right):e.splice(i,1,c.left,c.right),i+=2+c.break,r-=c.size}else break;else if(o<r){let c=e[n++];c&&(o+=c.size)}else{let c=e[--i];c&&(r+=c.size)}let a=0;return e[n-1]==null?(a=1,n--):e[n]==null&&(a=1,i++),new p4(dt.of(e.slice(0,n)),a,dt.of(e.slice(i)))}}dt.prototype.size=1;class Yd extends dt{constructor(e,n,i){super(e,n);this.deco=i}blockAt(e,n,i,o){return new Vt(o,this.length,i,this.height,this.deco||0)}lineAt(e,n,i,o,r){return this.blockAt(0,i,o,r)}forEachLine(e,n,i,o,r,a){e<=r+this.length&&n>=r&&a(this.blockAt(0,i,o,r))}updateHeight(e,n=0,i=!1,o){return o&&o.from<=n&&o.more&&this.setHeight(e,o.heights[o.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class St extends Yd{constructor(e,n){super(e,n,null);this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(e,n,i,o){return new Vt(o,this.length,i,this.height,this.breaks)}replace(e,n,i){let o=i[0];return i.length==1&&(o instanceof St||o instanceof $e&&o.flags&4)&&Math.abs(this.length-o.length)<10?(o instanceof $e?o=new St(o.length,this.height):o.height=this.height,this.outdated||(o.outdated=!1),o):dt.of(i)}updateHeight(e,n=0,i=!1,o){return o&&o.from<=n&&o.more?this.setHeight(e,o.heights[o.index++]):(i||this.outdated)&&this.setHeight(e,Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))+this.breaks*e.lineHeight),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class $e extends dt{constructor(e){super(e,0)}heightMetrics(e,n){let i=e.doc.lineAt(n).number,o=e.doc.lineAt(n+this.length).number,r=o-i+1,a,c=0;if(e.lineWrapping){let m=Math.min(this.height,e.lineHeight*r);a=m/r,this.length>r+1&&(c=(this.height-m)/(this.length-r-1))}else a=this.height/r;return{firstLine:i,lastLine:o,perLine:a,perChar:c}}blockAt(e,n,i,o){let{firstLine:r,lastLine:a,perLine:c,perChar:m}=this.heightMetrics(n,o);if(n.lineWrapping){let f=o+Math.round(Math.max(0,Math.min(1,(e-i)/this.height))*this.length),l=n.doc.lineAt(f),s=c+l.length*m,u=Math.max(i,e-s/2);return new Vt(l.from,l.length,u,s,0)}else{let f=Math.max(0,Math.min(a-r,Math.floor((e-i)/c))),{from:l,length:s}=n.doc.line(r+f);return new Vt(l,s,i+c*f,c,0)}}lineAt(e,n,i,o,r){if(n==Be.ByHeight)return this.blockAt(e,i,o,r);if(n==Be.ByPosNoHeight){let{from:h,to:g}=i.doc.lineAt(e);return new Vt(h,g-h,0,0,0)}let{firstLine:a,perLine:c,perChar:m}=this.heightMetrics(i,r),f=i.doc.lineAt(e),l=c+f.length*m,s=f.number-a,u=o+c*s+m*(f.from-r-s);return new Vt(f.from,f.length,Math.max(o,Math.min(u,o+this.height-l)),l,0)}forEachLine(e,n,i,o,r,a){e=Math.max(e,r),n=Math.min(n,r+this.length);let{firstLine:c,perLine:m,perChar:f}=this.heightMetrics(i,r);for(let l=e,s=o;l<=n;){let u=i.doc.lineAt(l);if(l==e){let g=u.number-c;s+=m*g+f*(e-r-g)}let h=m+f*u.length;a(new Vt(u.from,u.length,s,h,0)),s+=h,l=u.to+1}}replace(e,n,i){let o=this.length-n;if(o>0){let r=i[i.length-1];r instanceof $e?i[i.length-1]=new $e(r.length+o):i.push(null,new $e(o-1))}if(e>0){let r=i[0];r instanceof $e?i[0]=new $e(e+r.length):i.unshift(new $e(e-1),null)}return dt.of(i)}decomposeLeft(e,n){n.push(new $e(e-1),null)}decomposeRight(e,n){n.push(null,new $e(this.length-e-1))}updateHeight(e,n=0,i=!1,o){let r=n+this.length;if(o&&o.from<=n+this.length&&o.more){let a=[],c=Math.max(n,o.from),m=-1;for(o.from>n&&a.push(new $e(o.from-n-1).updateHeight(e,n));c<=r&&o.more;){let l=e.doc.lineAt(c).length;a.length&&a.push(null);let s=o.heights[o.index++];m==-1?m=s:Math.abs(s-m)>=Io&&(m=-2);let u=new St(l,s);u.outdated=!1,a.push(u),c+=l+1}c<=r&&a.push(null,new $e(r-c).updateHeight(e,c));let f=dt.of(a);return(m<0||Math.abs(f.height-this.height)>=Io||Math.abs(m-this.heightMetrics(e,n).perLine)>=Io)&&(e.heightChanged=!0),f}else(i||this.outdated)&&(this.setHeight(e,e.heightForGap(n,n+this.length)),this.outdated=!1);return this}toString(){return`gap(${this.length})`}}class p4 extends dt{constructor(e,n,i){super(e.length+n+i.length,e.height+i.height,n|(e.outdated||i.outdated?2:0));this.left=e,this.right=i,this.size=e.size+i.size}get break(){return this.flags&1}blockAt(e,n,i,o){let r=i+this.left.height;return e<r?this.left.blockAt(e,n,i,o):this.right.blockAt(e,n,r,o+this.left.length+this.break)}lineAt(e,n,i,o,r){let a=o+this.left.height,c=r+this.left.length+this.break,m=n==Be.ByHeight?e<a:e<c,f=m?this.left.lineAt(e,n,i,o,r):this.right.lineAt(e,n,i,a,c);if(this.break||(m?f.to<c:f.from>c))return f;let l=n==Be.ByPosNoHeight?Be.ByPosNoHeight:Be.ByPos;return m?f.join(this.right.lineAt(c,l,i,a,c)):this.left.lineAt(c,l,i,o,r).join(f)}forEachLine(e,n,i,o,r,a){let c=o+this.left.height,m=r+this.left.length+this.break;if(this.break)e<m&&this.left.forEachLine(e,n,i,o,r,a),n>=m&&this.right.forEachLine(e,n,i,c,m,a);else{let f=this.lineAt(m,Be.ByPos,i,o,r);e<f.from&&this.left.forEachLine(e,f.from-1,i,o,r,a),f.to>=e&&f.from<=n&&a(f),n>f.to&&this.right.forEachLine(f.to+1,n,i,c,m,a)}}replace(e,n,i){let o=this.left.length+this.break;if(n<o)return this.balanced(this.left.replace(e,n,i),this.right);if(e>this.left.length)return this.balanced(this.left,this.right.replace(e-o,n-o,i));let r=[];e>0&&this.decomposeLeft(e,r);let a=r.length;for(let c of i)r.push(c);if(e>0&&Jd(r,a-1),n<this.length){let c=r.length;this.decomposeRight(n,r),Jd(r,c)}return dt.of(r)}decomposeLeft(e,n){let i=this.left.length;if(e<=i)return this.left.decomposeLeft(e,n);n.push(this.left),this.break&&(i++,e>=i&&n.push(null)),e>i&&this.right.decomposeLeft(e-i,n)}decomposeRight(e,n){let i=this.left.length,o=i+this.break;if(e>=o)return this.right.decomposeRight(e-o,n);e<i&&this.left.decomposeRight(e,n),this.break&&e<o&&n.push(null),n.push(this.right)}balanced(e,n){return e.size>2*n.size||n.size>2*e.size?dt.of(this.break?[e,null,n]:[e,n]):(this.left=e,this.right=n,this.height=e.height+n.height,this.outdated=e.outdated||n.outdated,this.size=e.size+n.size,this.length=e.length+this.break+n.length,this)}updateHeight(e,n=0,i=!1,o){let{left:r,right:a}=this,c=n+r.length+this.break,m=null;return o&&o.from<=n+r.length&&o.more?m=r=r.updateHeight(e,n,i,o):r.updateHeight(e,n,i),o&&o.from<=c+a.length&&o.more?m=a=a.updateHeight(e,c,i,o):a.updateHeight(e,c,i),m?this.balanced(r,a):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function Jd(t,e){let n,i;t[e]==null&&(n=t[e-1])instanceof $e&&(i=t[e+1])instanceof $e&&t.splice(e-1,3,new $e(n.length+1+i.length))}const b4=5;class El{constructor(e,n){this.pos=e,this.oracle=n,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,n){if(this.lineStart>-1){let i=Math.min(n,this.lineEnd),o=this.nodes[this.nodes.length-1];o instanceof St?o.length+=i-this.pos:(i>this.pos||!this.isCovered)&&this.nodes.push(new St(i-this.pos,-1)),this.writtenTo=i,n>i&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=n}point(e,n,i){if(e<n||i.heightRelevant){let o=i.widget?i.widget.estimatedHeight:0,r=i.widget?i.widget.lineBreaks:0;o<0&&(o=this.oracle.lineHeight);let a=n-e;i.block?this.addBlock(new Yd(a,o,i)):(a||r||o>=b4)&&this.addLineDeco(o,r,a)}else n>e&&this.span(e,n);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:e,to:n}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=n,this.writtenTo<e&&((this.writtenTo<e-1||this.nodes[this.nodes.length-1]==null)&&this.nodes.push(this.blankContent(this.writtenTo,e-1)),this.nodes.push(null)),this.pos>e&&this.nodes.push(new St(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,n){let i=new $e(n-e);return this.oracle.doc.lineAt(e).to==n&&(i.flags|=4),i}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof St)return e;let n=new St(0,-1);return this.nodes.push(n),n}addBlock(e){this.enterLine();let n=e.deco;n&&n.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,n&&n.endSide>0&&(this.covering=e)}addLineDeco(e,n,i){let o=this.ensureLine();o.length+=i,o.collapsed+=i,o.widgetHeight=Math.max(o.widgetHeight,e),o.breaks+=n,this.writtenTo=this.pos=this.pos+i}finish(e){let n=this.nodes.length==0?null:this.nodes[this.nodes.length-1];this.lineStart>-1&&!(n instanceof St)&&!this.isCovered?this.nodes.push(new St(0,-1)):(this.writtenTo<this.pos||n==null)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos));let i=e;for(let o of this.nodes)o instanceof St&&o.updateHeight(this.oracle,i),i+=o?o.length:1;return this.nodes}static build(e,n,i,o){let r=new El(i,e);return Le.spans(n,i,o,r,0),r.finish(i)}}function y4(t,e,n){let i=new w4;return Le.compare(t,e,n,i,0),i.changes}class w4{constructor(){this.changes=[]}compareRange(){}comparePoint(e,n,i,o){(e<n||i&&i.heightRelevant||o&&o.heightRelevant)&&dl(e,n,this.changes,5)}}function v4(t,e){let n=t.getBoundingClientRect(),i=t.ownerDocument,o=i.defaultView||window,r=Math.max(0,n.left),a=Math.min(o.innerWidth,n.right),c=Math.max(0,n.top),m=Math.min(o.innerHeight,n.bottom);for(let f=t.parentNode;f&&f!=i.body;)if(f.nodeType==1){let l=f,s=window.getComputedStyle(l);if((l.scrollHeight>l.clientHeight||l.scrollWidth>l.clientWidth)&&s.overflow!="visible"){let u=l.getBoundingClientRect();r=Math.max(r,u.left),a=Math.min(a,u.right),c=Math.max(c,u.top),m=f==t.parentNode?u.bottom:Math.min(m,u.bottom)}f=s.position=="absolute"||s.position=="fixed"?l.offsetParent:l.parentNode}else if(f.nodeType==11)f=f.host;else break;return{left:r-n.left,right:Math.max(r,a)-n.left,top:c-(n.top+e),bottom:Math.max(c,m)-(n.top+e)}}function C4(t,e){let n=t.getBoundingClientRect();return{left:0,right:n.right-n.left,top:e,bottom:n.bottom-(n.top+e)}}class Sl{constructor(e,n,i){this.from=e,this.to=n,this.size=i}static same(e,n){if(e.length!=n.length)return!1;for(let i=0;i<e.length;i++){let o=e[i],r=n[i];if(o.from!=r.from||o.to!=r.to||o.size!=r.size)return!1}return!0}draw(e,n){return Qe.replace({widget:new E4(this.size*(n?e.scaleY:e.scaleX),n)}).range(this.from,this.to)}}class E4 extends No{constructor(e,n){super();this.size=e,this.vertical=n}eq(e){return e.size==this.size&&e.vertical==this.vertical}toDOM(){let e=document.createElement("div");return this.vertical?e.style.height=this.size+"px":(e.style.width=this.size+"px",e.style.height="2px",e.style.display="inline-block"),e}get estimatedHeight(){return this.vertical?this.size:-1}}class Xd{constructor(e){this.state=e,this.pixelViewport={left:0,right:window.innerWidth,top:0,bottom:0},this.inView=!0,this.paddingTop=0,this.paddingBottom=0,this.contentDOMWidth=0,this.contentDOMHeight=0,this.editorHeight=0,this.editorWidth=0,this.scrollTop=0,this.scrolledToBottom=!0,this.scaleX=1,this.scaleY=1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=Zd,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=st.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let n=e.facet(pl).some(i=>typeof i!="function"&&i.class=="cm-lineWrapping");this.heightOracle=new m4(n),this.stateDeco=e.facet(Ai).filter(i=>typeof i!="function"),this.heightMap=dt.empty().applyChanges(this.stateDeco,ke.empty,this.heightOracle.setDoc(e.doc),[new Ft(0,0,0,e.doc.length)]),this.viewport=this.getViewport(0,null),this.updateViewportLines(),this.updateForViewport(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=Qe.set(this.lineGaps.map(i=>i.draw(this,!1))),this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:n}=this.state.selection;for(let i=0;i<=1;i++){let o=i?n.head:n.anchor;if(!e.some(({from:r,to:a})=>o>=r&&o<=a)){let{from:r,to:a}=this.lineBlockAt(o);e.push(new Bo(r,a))}}this.viewports=e.sort((i,o)=>i.from-o.from),this.scaler=this.heightMap.height<=7e6?Zd:new x4(this.heightOracle,this.heightMap,this.viewports)}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,e=>{this.viewportLines.push(this.scaler.scale==1?e:Ii(e,this.scaler))})}update(e,n=null){this.state=e.state;let i=this.stateDeco;this.stateDeco=this.state.facet(Ai).filter(l=>typeof l!="function");let o=e.changedRanges,r=Ft.extendWithRanges(o,y4(i,this.stateDeco,e?e.changes:Ye.empty(this.state.doc.length))),a=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),r),this.heightMap.height!=a&&(e.flags|=2),c?(this.scrollAnchorPos=e.changes.mapPos(c.from,-1),this.scrollAnchorHeight=c.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let m=r.length?this.mapViewport(this.viewport,e.changes):this.viewport;(n&&(n.range.head<m.from||n.range.head>m.to)||!this.viewportIsAppropriate(m))&&(m=this.getViewport(0,n));let f=!e.changes.empty||e.flags&2||m.from!=this.viewport.from||m.to!=this.viewport.to;this.viewport=m,this.updateForViewport(),f&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>2e3<<1)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(),n&&(this.scrollTarget=n),!this.mustEnforceCursorAssoc&&e.selectionSet&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(T3)&&(this.mustEnforceCursorAssoc=!0)}measure(e){let n=e.contentDOM,i=window.getComputedStyle(n),o=this.heightOracle,r=i.whiteSpace;this.defaultTextDirection=i.direction=="rtl"?st.RTL:st.LTR;let a=this.heightOracle.mustRefreshForWrapping(r),c=n.getBoundingClientRect(),m=a||this.mustMeasureContent||this.contentDOMHeight!=c.height;this.contentDOMHeight=c.height,this.mustMeasureContent=!1;let f=0,l=0;if(c.width&&c.height){let{scaleX:w,scaleY:E}=Bs(n,c);(this.scaleX!=w||this.scaleY!=E)&&(this.scaleX=w,this.scaleY=E,f|=8,a=m=!0)}let s=(parseInt(i.paddingTop)||0)*this.scaleY,u=(parseInt(i.paddingBottom)||0)*this.scaleY;(this.paddingTop!=s||this.paddingBottom!=u)&&(this.paddingTop=s,this.paddingBottom=u,f|=8|2),this.editorWidth!=e.scrollDOM.clientWidth&&(o.lineWrapping&&(m=!0),this.editorWidth=e.scrollDOM.clientWidth,f|=8);let h=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=h&&(this.scrollAnchorHeight=-1,this.scrollTop=h),this.scrolledToBottom=zs(e.scrollDOM);let g=(this.printing?C4:v4)(n,this.paddingTop),b=g.top-this.pixelViewport.top,p=g.bottom-this.pixelViewport.bottom;this.pixelViewport=g;let y=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(y!=this.inView&&(this.inView=y,y&&(m=!0)),!this.inView&&!this.scrollTarget)return 0;let v=c.width;if((this.contentDOMWidth!=v||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=c.width,this.editorHeight=e.scrollDOM.clientHeight,f|=8),m){let w=e.docView.measureVisibleLineHeights(this.viewport);if(o.mustRefreshForHeights(w)&&(a=!0),a||o.lineWrapping&&Math.abs(v-this.contentDOMWidth)>o.charWidth){let{lineHeight:E,charWidth:S,textHeight:O}=e.docView.measureTextSize();a=E>0&&o.refresh(r,E,S,O,v/S,w),a&&(e.docView.minWidth=0,f|=8)}b>0&&p>0?l=Math.max(b,p):b<0&&p<0&&(l=Math.min(b,p)),o.heightChanged=!1;for(let E of this.viewports){let S=E.from==this.viewport.from?w:e.docView.measureVisibleLineHeights(E);this.heightMap=(a?dt.empty().applyChanges(this.stateDeco,ke.empty,this.heightOracle,[new Ft(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(o,0,a,new g4(E.from,S))}o.heightChanged&&(f|=2)}let C=!this.viewportIsAppropriate(this.viewport,l)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return C&&(this.viewport=this.getViewport(l,this.scrollTarget)),this.updateForViewport(),(f&2||C)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>2e3<<1)&&this.updateLineGaps(this.ensureLineGaps(a?[]:this.lineGaps,e)),f|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),f}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,n){let i=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),o=this.heightMap,r=this.heightOracle,{visibleTop:a,visibleBottom:c}=this,m=new Bo(o.lineAt(a-i*1e3,Be.ByHeight,r,0,0).from,o.lineAt(c+(1-i)*1e3,Be.ByHeight,r,0,0).to);if(n){let{head:f}=n.range;if(f<m.from||f>m.to){let l=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),s=o.lineAt(f,Be.ByPos,r,0,0),u;n.y=="center"?u=(s.top+s.bottom)/2-l/2:n.y=="start"||n.y=="nearest"&&f<m.from?u=s.top:u=s.bottom-l,m=new Bo(o.lineAt(u-1e3/2,Be.ByHeight,r,0,0).from,o.lineAt(u+l+1e3/2,Be.ByHeight,r,0,0).to)}}return m}mapViewport(e,n){let i=n.mapPos(e.from,-1),o=n.mapPos(e.to,1);return new Bo(this.heightMap.lineAt(i,Be.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(o,Be.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:e,to:n},i=0){if(!this.inView)return!0;let{top:o}=this.heightMap.lineAt(e,Be.ByPos,this.heightOracle,0,0),{bottom:r}=this.heightMap.lineAt(n,Be.ByPos,this.heightOracle,0,0),{visibleTop:a,visibleBottom:c}=this;return(e==0||o<=a-Math.max(10,Math.min(-i,250)))&&(n==this.state.doc.length||r>=c+Math.max(10,Math.min(i,250)))&&o>a-2*1e3&&r<c+2*1e3}mapLineGaps(e,n){if(!e.length||n.empty)return e;let i=[];for(let o of e)n.touchesRange(o.from,o.to)||i.push(new Sl(n.mapPos(o.from),n.mapPos(o.to),o.size));return i}ensureLineGaps(e,n){let i=this.heightOracle.lineWrapping,o=i?1e4:2e3,r=o>>1,a=o<<1;if(this.defaultTextDirection!=st.LTR&&!i)return[];let c=[],m=(f,l,s,u)=>{if(l-f<r)return;let h=this.state.selection.main,g=[h.from];h.empty||g.push(h.to);for(let p of g)if(p>f&&p<l){m(f,p-10,s,u),m(p+10,l,s,u);return}let b=O4(e,p=>p.from>=s.from&&p.to<=s.to&&Math.abs(p.from-f)<r&&Math.abs(p.to-l)<r&&!g.some(y=>p.from<y&&p.to>y));if(!b){if(l<s.to&&n&&i&&n.visibleRanges.some(p=>p.from<=l&&p.to>=l)){let p=n.moveToLineBoundary(ue.cursor(l),!1,!0).head;p>f&&(l=p)}b=new Sl(f,l,this.gapSize(s,f,l,u))}c.push(b)};for(let f of this.viewportLines){if(f.length<a)continue;let l=S4(f.from,f.to,this.stateDeco);if(l.total<a)continue;let s=this.scrollTarget?this.scrollTarget.range.head:null,u,h;if(i){let g=o/this.heightOracle.lineLength*this.heightOracle.lineHeight,b,p;if(s!=null){let y=Vo(l,s),v=((this.visibleBottom-this.visibleTop)/2+g)/f.height;b=y-v,p=y+v}else b=(this.visibleTop-f.top-g)/f.height,p=(this.visibleBottom-f.top+g)/f.height;u=Po(l,b),h=Po(l,p)}else{let g=l.total*this.heightOracle.charWidth,b=o*this.heightOracle.charWidth,p,y;if(s!=null){let v=Vo(l,s),C=((this.pixelViewport.right-this.pixelViewport.left)/2+b)/g;p=v-C,y=v+C}else p=(this.pixelViewport.left-b)/g,y=(this.pixelViewport.right+b)/g;u=Po(l,p),h=Po(l,y)}u>f.from&&m(f.from,u,f,l),h<f.to&&m(h,f.to,f,l)}return c}gapSize(e,n,i,o){let r=Vo(o,i)-Vo(o,n);return this.heightOracle.lineWrapping?e.height*r:o.total*this.heightOracle.charWidth*r}updateLineGaps(e){Sl.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=Qe.set(e.map(n=>n.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(){let e=this.stateDeco;this.lineGaps.length&&(e=e.concat(this.lineGapDeco));let n=[];Le.spans(e,this.viewport.from,this.viewport.to,{span(o,r){n.push({from:o,to:r})},point(){}},20);let i=n.length!=this.visibleRanges.length||this.visibleRanges.some((o,r)=>o.from!=n[r].from||o.to!=n[r].to);return this.visibleRanges=n,i?4:0}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(n=>n.from<=e&&n.to>=e)||Ii(this.heightMap.lineAt(e,Be.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(e){return Ii(this.heightMap.lineAt(this.scaler.fromDOM(e),Be.ByHeight,this.heightOracle,0,0),this.scaler)}scrollAnchorAt(e){let n=this.lineBlockAtHeight(e+8);return n.from>=this.viewport.from||this.viewportLines[0].top-e>200?n:this.viewportLines[0]}elementAtHeight(e){return Ii(this.heightMap.blockAt(this.scaler.fromDOM(e),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class Bo{constructor(e,n){this.from=e,this.to=n}}function S4(t,e,n){let i=[],o=t,r=0;return Le.spans(n,t,e,{span(){},point(a,c){a>o&&(i.push({from:o,to:a}),r+=a-o),o=c}},20),o<e&&(i.push({from:o,to:e}),r+=e-o),{total:r,ranges:i}}function Po({total:t,ranges:e},n){if(n<=0)return e[0].from;if(n>=1)return e[e.length-1].to;let i=Math.floor(t*n);for(let o=0;;o++){let{from:r,to:a}=e[o],c=a-r;if(i<=c)return r+i;i-=c}}function Vo(t,e){let n=0;for(let{from:i,to:o}of t.ranges){if(e<=o){n+=e-i;break}n+=o-i}return n/t.total}function O4(t,e){for(let n of t)if(e(n))return n}const Zd={toDOM(t){return t},fromDOM(t){return t},scale:1};class x4{constructor(e,n,i){let o=0,r=0,a=0;this.viewports=i.map(({from:c,to:m})=>{let f=n.lineAt(c,Be.ByPos,e,0,0).top,l=n.lineAt(m,Be.ByPos,e,0,0).bottom;return o+=l-f,{from:c,to:m,top:f,bottom:l,domTop:0,domBottom:0}}),this.scale=(7e6-o)/(n.height-o);for(let c of this.viewports)c.domTop=a+(c.top-r)*this.scale,a=c.domBottom=c.domTop+(c.bottom-c.top),r=c.bottom}toDOM(e){for(let n=0,i=0,o=0;;n++){let r=n<this.viewports.length?this.viewports[n]:null;if(!r||e<r.top)return o+(e-i)*this.scale;if(e<=r.bottom)return r.domTop+(e-r.top);i=r.bottom,o=r.domBottom}}fromDOM(e){for(let n=0,i=0,o=0;;n++){let r=n<this.viewports.length?this.viewports[n]:null;if(!r||e<r.domTop)return i+(e-o)/this.scale;if(e<=r.domBottom)return r.top+(e-r.domTop);i=r.bottom,o=r.domBottom}}}function Ii(t,e){if(e.scale==1)return t;let n=e.toDOM(t.top),i=e.toDOM(t.bottom);return new Vt(t.from,t.length,n,i-n,Array.isArray(t._content)?t._content.map(o=>Ii(o,e)):t._content)}const Ho=Se.define({combine:t=>t.join(" ")}),Ol=Se.define({combine:t=>t.indexOf(!0)>-1}),xl=Xn.newName(),Qd=Xn.newName(),$d=Xn.newName(),ec={"&light":"."+Qd,"&dark":"."+$d};function kl(t,e,n){return new Xn(e,{finish(i){return/&/.test(i)?i.replace(/&\w*/,o=>{if(o=="&")return t;if(!n||!n[o])throw new RangeError(`Unsupported selector: ${o}`);return n[o]}):t+" "+i}})}const k4=kl("."+xl,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#444"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",insetInlineStart:0,zIndex:200},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",borderRight:"1px solid #ddd"},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top"},".cm-highlightSpace:before":{content:"attr(data-display)",position:"absolute",pointerEvents:"none",color:"#888"},".cm-highlightTab":{backgroundImage:`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path stroke="%23888" stroke-width="1" fill="none" d="M1 10H196L190 5M190 15L196 10M197 4L197 16"/></svg>')`,backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},ec),Bi="\uFFFF";class F4{constructor(e,n){this.points=e,this.text="",this.lineSeparator=n.facet(Ae.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=Bi}readRange(e,n){if(!e)return this;let i=e.parentNode;for(let o=e;;){this.findPointBefore(i,o);let r=this.text.length;this.readNode(o);let a=o.nextSibling;if(a==n)break;let c=Ie.get(o),m=Ie.get(a);(c&&m?c.breakAfter:(c?c.breakAfter:tc(o))||tc(a)&&(o.nodeName!="BR"||o.cmIgnore)&&this.text.length>r)&&this.lineBreak(),o=a}return this.findPointBefore(i,n),this}readTextNode(e){let n=e.nodeValue;for(let i of this.points)i.node==e&&(i.pos=this.text.length+Math.min(i.offset,n.length));for(let i=0,o=this.lineSeparator?null:/\r\n?|\n/g;;){let r=-1,a=1,c;if(this.lineSeparator?(r=n.indexOf(this.lineSeparator,i),a=this.lineSeparator.length):(c=o.exec(n))&&(r=c.index,a=c[0].length),this.append(n.slice(i,r<0?n.length:r)),r<0)break;if(this.lineBreak(),a>1)for(let m of this.points)m.node==e&&m.pos>this.text.length&&(m.pos-=a-1);i=r+a}}readNode(e){if(e.cmIgnore)return;let n=Ie.get(e),i=n&&n.overrideDOMText;if(i!=null){this.findPointInside(e,i.length);for(let o=i.iter();!o.next().done;)o.lineBreak?this.lineBreak():this.append(o.value)}else e.nodeType==3?this.readTextNode(e):e.nodeName=="BR"?e.nextSibling&&this.lineBreak():e.nodeType==1&&this.readRange(e.firstChild,null)}findPointBefore(e,n){for(let i of this.points)i.node==e&&e.childNodes[i.offset]==n&&(i.pos=this.text.length)}findPointInside(e,n){for(let i of this.points)(e.nodeType==3?i.node==e:e.contains(i.node))&&(i.pos=this.text.length+(N4(e,i.node,i.offset)?n:0))}}function N4(t,e,n){for(;;){if(!e||n<Yt(e))return!1;if(e==t)return!0;n=Ri(e)+1,e=e.parentNode}}function tc(t){return t.nodeType==1&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}class nc{constructor(e,n){this.node=e,this.offset=n,this.pos=-1}}class R4{constructor(e,n,i,o){this.typeOver=o,this.bounds=null,this.text="";let{impreciseHead:r,impreciseAnchor:a}=e.docView;if(e.state.readOnly&&n>-1)this.newSel=null;else if(n>-1&&(this.bounds=e.docView.domBoundsAround(n,i,0))){let c=r||a?[]:D4(e),m=new F4(c,e.state);m.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=m.text,this.newSel=M4(c,this.bounds.from)}else{let c=e.observer.selectionRange,m=r&&r.node==c.focusNode&&r.offset==c.focusOffset||!$r(e.contentDOM,c.focusNode)?e.state.selection.main.head:e.docView.posFromDOM(c.focusNode,c.focusOffset),f=a&&a.node==c.anchorNode&&a.offset==c.anchorOffset||!$r(e.contentDOM,c.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(c.anchorNode,c.anchorOffset),l=e.viewport;if((fe.ios||fe.chrome)&&e.state.selection.main.empty&&m!=f&&(l.from>0||l.to<e.state.doc.length)){let s=Math.min(m,f),u=Math.max(m,f),h=l.from-s,g=l.to-u;(h==0||h==1||s==0)&&(g==0||g==-1||u==e.state.doc.length)&&(m=0,f=e.state.doc.length)}this.newSel=ue.single(f,m)}}}function ic(t,e){let n,{newSel:i}=e,o=t.state.selection.main,r=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:a,to:c}=e.bounds,m=o.from,f=null;(r===8||fe.android&&e.text.length<c-a)&&(m=o.to,f="end");let l=T4(t.state.doc.sliceString(a,c,Bi),e.text,m-a,f);l&&(fe.chrome&&r==13&&l.toB==l.from+2&&e.text.slice(l.from,l.toB)==Bi+Bi&&l.toB--,n={from:a+l.from,to:a+l.toA,insert:ke.of(e.text.slice(l.from,l.toB).split(Bi))})}else i&&(!t.hasFocus&&t.state.facet(To)||i.main.eq(o))&&(i=null);if(!n&&!i)return!1;if(!n&&e.typeOver&&!o.empty&&i&&i.main.empty?n={from:o.from,to:o.to,insert:t.state.doc.slice(o.from,o.to)}:n&&n.from>=o.from&&n.to<=o.to&&(n.from!=o.from||n.to!=o.to)&&o.to-o.from-(n.to-n.from)<=4?n={from:o.from,to:o.to,insert:t.state.doc.slice(o.from,n.from).append(n.insert).append(t.state.doc.slice(n.to,o.to))}:(fe.mac||fe.android)&&n&&n.from==n.to&&n.from==o.head-1&&/^\. ?$/.test(n.insert.toString())&&t.contentDOM.getAttribute("autocorrect")=="off"?(i&&n.insert.length==2&&(i=ue.single(i.main.anchor-1,i.main.head-1)),n={from:o.from,to:o.to,insert:ke.of([" "])}):fe.chrome&&n&&n.from==n.to&&n.from==o.head&&n.insert.toString()==`
|
|
17
|
+
`&&t.lineWrapping&&(i&&(i=ue.single(i.main.anchor-1,i.main.head-1)),n={from:o.from,to:o.to,insert:ke.of([" "])}),n){if(fe.ios&&t.inputState.flushIOSKey()||fe.android&&(n.to==o.to&&(n.from==o.from||n.from==o.from-1&&t.state.sliceDoc(n.from,o.from)==" ")&&n.insert.length==1&&n.insert.lines==2&&$n(t.contentDOM,"Enter",13)||(n.from==o.from-1&&n.to==o.to&&n.insert.length==0||r==8&&n.insert.length<n.to-n.from&&n.to>o.head)&&$n(t.contentDOM,"Backspace",8)||n.from==o.from&&n.to==o.to+1&&n.insert.length==0&&$n(t.contentDOM,"Delete",46)))return!0;let a=n.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let c,m=()=>c||(c=_4(t,n,i));return t.state.facet(ud).some(f=>f(t,n.from,n.to,a,m))||t.dispatch(m()),!0}else if(i&&!i.main.eq(o)){let a=!1,c="select";return t.inputState.lastSelectionTime>Date.now()-50&&(t.inputState.lastSelectionOrigin=="select"&&(a=!0),c=t.inputState.lastSelectionOrigin),t.dispatch({selection:i,scrollIntoView:a,userEvent:c}),!0}else return!1}function _4(t,e,n){let i,o=t.state,r=o.selection.main;if(e.from>=r.from&&e.to<=r.to&&e.to-e.from>=(r.to-r.from)/3&&(!n||n.main.empty&&n.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let c=r.from<e.from?o.sliceDoc(r.from,e.from):"",m=r.to>e.to?o.sliceDoc(e.to,r.to):"";i=o.replaceSelection(t.state.toText(c+e.insert.sliceString(0,void 0,t.state.lineBreak)+m))}else{let c=o.changes(e),m=n&&n.main.to<=c.newLength?n.main:void 0;if(o.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=r.to&&e.to>=r.to-10){let f=t.state.sliceDoc(e.from,e.to),l,s=n&&Ed(t,n.main.head);if(s){let g=e.insert.length-(e.to-e.from);l={from:s.from,to:s.to-g}}else l=t.state.doc.lineAt(r.head);let u=r.to-e.to,h=r.to-r.from;i=o.changeByRange(g=>{if(g.from==r.from&&g.to==r.to)return{changes:c,range:m||g.map(c)};let b=g.to-u,p=b-f.length;if(g.to-g.from!=h||t.state.sliceDoc(p,b)!=f||g.to>=l.from&&g.from<=l.to)return{range:g};let y=o.changes({from:p,to:b,insert:e.insert}),v=g.to-r.to;return{changes:y,range:m?ue.range(Math.max(0,m.anchor+v),Math.max(0,m.head+v)):g.map(y)}})}else i={changes:c,selection:m&&o.selection.replaceRange(m)}}let a="input.type";return(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,a+=".compose",t.inputState.compositionFirstChange&&(a+=".start",t.inputState.compositionFirstChange=!1)),o.update(i,{userEvent:a,scrollIntoView:!0})}function T4(t,e,n,i){let o=Math.min(t.length,e.length),r=0;for(;r<o&&t.charCodeAt(r)==e.charCodeAt(r);)r++;if(r==o&&t.length==e.length)return null;let a=t.length,c=e.length;for(;a>0&&c>0&&t.charCodeAt(a-1)==e.charCodeAt(c-1);)a--,c--;if(i=="end"){let m=Math.max(0,r-Math.min(a,c));n-=a+m-r}return a<r&&t.length<e.length?(r-=n<=r&&n>=a?r-n:0,c=r+(c-a),a=r):c<r&&(r-=n<=r&&n>=c?r-n:0,a=r+(a-c),c=r),{from:r,toA:a,toB:c}}function D4(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:n,anchorOffset:i,focusNode:o,focusOffset:r}=t.observer.selectionRange;return n&&(e.push(new nc(n,i)),(o!=n||r!=i)&&e.push(new nc(o,r))),e}function M4(t,e){if(t.length==0)return null;let n=t[0].pos,i=t.length==2?t[1].pos:n;return n>-1&&i>-1?ue.single(n+e,i+e):null}const A4={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Fl=fe.ie&&fe.ie_version<=11;class L4{constructor(e){this.view=e,this.active=!1,this.selectionRange=new m3,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver(n=>{for(let i of n)this.queue.push(i);(fe.ie&&fe.ie_version<=11||fe.ios&&e.composing)&&n.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),Fl&&(this.onCharData=n=>{this.queue.push({target:n.target,type:"characterData",oldValue:n.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),typeof ResizeObserver=="function"&&(this.resizeScroll=new ResizeObserver(()=>{var n;((n=this.view.docView)===null||n===void 0?void 0:n.lastUpdate)<Date.now()-75&&this.onResize()}),this.resizeScroll.observe(e.scrollDOM)),this.addWindowListeners(this.win=e.win),this.start(),typeof IntersectionObserver=="function"&&(this.intersection=new IntersectionObserver(n=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),n.length>0&&n[n.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(n=>{n.length>0&&n[n.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(){this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500)}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((n,i)=>n!=e[i]))){this.gapIntersection.disconnect();for(let n of e)this.gapIntersection.observe(n);this.gaps=e}}onSelectionChange(e){let n=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:i}=this,o=this.selectionRange;if(i.state.facet(To)?i.root.activeElement!=this.dom:!ko(i.dom,o))return;let r=o.anchorNode&&i.docView.nearest(o.anchorNode);if(r&&r.ignoreEvent(e)){n||(this.selectionChanged=!1);return}(fe.ie&&fe.ie_version<=11||fe.android&&fe.chrome)&&!i.state.selection.main.empty&&o.focusNode&&Ni(o.focusNode,o.focusOffset,o.anchorNode,o.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,n=fe.safari&&e.root.nodeType==11&&c3(this.dom.ownerDocument)==this.dom&&I4(this.view)||xo(e.root);if(!n||this.selectionRange.eq(n))return!1;let i=ko(this.dom,n);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&p3(this.dom,n)?(this.view.inputState.lastFocusTime=0,e.docView.updateSelection(),!1):(this.selectionRange.setRange(n),i&&(this.selectionChanged=!0),!0)}setSelectionRange(e,n){this.selectionRange.set(e.node,e.offset,n.node,n.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let e=0,n=null;for(let i=this.dom;i;)if(i.nodeType==1)!n&&e<this.scrollTargets.length&&this.scrollTargets[e]==i?e++:n||(n=this.scrollTargets.slice(0,e)),n&&n.push(i),i=i.assignedSlot||i.parentNode;else if(i.nodeType==11)i=i.host;else break;if(e<this.scrollTargets.length&&!n&&(n=this.scrollTargets.slice(0,e)),n){for(let i of this.scrollTargets)i.removeEventListener("scroll",this.onScroll);for(let i of this.scrollTargets=n)i.addEventListener("scroll",this.onScroll)}}ignore(e){if(!this.active)return e();try{return this.stop(),e()}finally{this.start(),this.clear()}}start(){this.active||(this.observer.observe(this.dom,A4),Fl&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){!this.active||(this.active=!1,this.observer.disconnect(),Fl&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,n){var i;if(!this.delayedAndroidKey){let o=()=>{let r=this.delayedAndroidKey;r&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=r.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&r.force&&$n(this.dom,r.key,r.keyCode))};this.flushingAndroidKey=this.view.win.requestAnimationFrame(o)}(!this.delayedAndroidKey||e=="Enter")&&(this.delayedAndroidKey={key:e,keyCode:n,force:this.lastChange<Date.now()-50||!!((i=this.delayedAndroidKey)===null||i===void 0?void 0:i.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let n=-1,i=-1,o=!1;for(let r of e){let a=this.readMutation(r);!a||(a.typeOver&&(o=!0),n==-1?{from:n,to:i}=a:(n=Math.min(a.from,n),i=Math.max(a.to,i)))}return{from:n,to:i,typeOver:o}}readChange(){let{from:e,to:n,typeOver:i}=this.processRecords(),o=this.selectionChanged&&ko(this.dom,this.selectionRange);if(e<0&&!o)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let r=new R4(this.view,e,n,i);return this.view.docView.domChanged={newSel:r.newSel?r.newSel.main:null},r}flush(e=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;e&&this.readSelectionRange();let n=this.readChange();if(!n)return this.view.requestMeasure(),!1;let i=this.view.state,o=ic(this.view,n);return this.view.state==i&&this.view.update([]),o}readMutation(e){let n=this.view.docView.nearest(e.target);if(!n||n.ignoreMutation(e))return null;if(n.markDirty(e.type=="attributes"),e.type=="attributes"&&(n.flags|=4),e.type=="childList"){let i=oc(n,e.previousSibling||e.target.previousSibling,-1),o=oc(n,e.nextSibling||e.target.nextSibling,1);return{from:i?n.posAfter(i):n.posAtStart,to:o?n.posBefore(o):n.posAtEnd,typeOver:!1}}else return e.type=="characterData"?{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}setWindow(e){e!=this.win&&(this.removeWindowListeners(this.win),this.win=e,this.addWindowListeners(this.win))}addWindowListeners(e){e.addEventListener("resize",this.onResize),e.addEventListener("beforeprint",this.onPrint),e.addEventListener("scroll",this.onScroll),e.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(e){e.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onResize),e.removeEventListener("beforeprint",this.onPrint),e.document.removeEventListener("selectionchange",this.onSelectionChange)}destroy(){var e,n,i;this.stop(),(e=this.intersection)===null||e===void 0||e.disconnect(),(n=this.gapIntersection)===null||n===void 0||n.disconnect(),(i=this.resizeScroll)===null||i===void 0||i.disconnect();for(let o of this.scrollTargets)o.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey)}}function oc(t,e,n){for(;e;){let i=Ie.get(e);if(i&&i.parent==t)return i;let o=e.parentNode;e=o!=t.dom?o:n>0?e.nextSibling:e.previousSibling}return null}function I4(t){let e=null;function n(m){m.preventDefault(),m.stopImmediatePropagation(),e=m.getTargetRanges()[0]}if(t.contentDOM.addEventListener("beforeinput",n,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",n,!0),!e)return null;let i=e.startContainer,o=e.startOffset,r=e.endContainer,a=e.endOffset,c=t.docView.domAtPos(t.state.selection.main.anchor);return Ni(c.node,c.offset,r,a)&&([i,o,r,a]=[r,a,i,o]),{anchorNode:i,anchorOffset:o,focusNode:r,focusOffset:a}}class De{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return this.inputState.composing>0}get compositionStarted(){return this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(e={}){this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),e.parent&&e.parent.appendChild(this.dom);let{dispatch:n}=e;this.dispatchTransactions=e.dispatchTransactions||n&&(i=>i.forEach(o=>n(o,this)))||(i=>this.update(i)),this.dispatch=this.dispatch.bind(this),this._root=e.root||g3(e.parent)||document,this.viewState=new Xd(e.state||Ae.create(e)),e.scrollTo&&e.scrollTo.is(_o)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Mi).map(i=>new gl(i));for(let i of this.plugins)i.update(this);this.observer=new L4(this),this.inputState=new X3(this),this.inputState.ensureHandlers(this.plugins),this.docView=new vd(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure()}dispatch(...e){let n=e.length==1&&e[0]instanceof ot?e:e.length==1&&Array.isArray(e[0])?e[0]:[this.state.update(...e)];this.dispatchTransactions(n,this)}update(e){if(this.updateState!=0)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let n=!1,i=!1,o,r=this.state;for(let u of e){if(u.startState!=r)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");r=u.state}if(this.destroyed){this.viewState.state=r;return}let a=this.hasFocus,c=0,m=null;e.some(u=>u.annotation(qd))?(this.inputState.notifiedFocused=a,c=1):a!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=a,m=Ud(r,a),m||(c=1));let f=this.observer.delayedAndroidKey,l=null;if(f?(this.observer.clearDelayedAndroidKey(),l=this.observer.readChange(),(l&&!this.state.doc.eq(r.doc)||!this.state.selection.eq(r.selection))&&(l=null)):this.observer.clear(),r.facet(Ae.phrases)!=this.state.facet(Ae.phrases))return this.setState(r);o=Do.create(this,r,e),o.flags|=c;let s=this.viewState.scrollTarget;try{this.updateState=2;for(let u of e){if(s&&(s=s.map(u.changes)),u.scrollIntoView){let{main:h}=u.state.selection;s=new ti(h.empty?h:ue.cursor(h.head,h.head>h.anchor?-1:1))}for(let h of u.effects)h.is(_o)&&(s=h.value.clip(this.state))}this.viewState.update(o,s),this.bidiCache=zo.update(this.bidiCache,o.changes),o.empty||(this.updatePlugins(o),this.inputState.update(o)),n=this.docView.update(o),this.state.facet(Li)!=this.styleModules&&this.mountStyles(),i=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some(u=>u.isUserEvent("select.pointer")))}finally{this.updateState=0}if(o.startState.facet(Ho)!=o.state.facet(Ho)&&(this.viewState.mustMeasureContent=!0),(n||i||s||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),n&&this.docViewUpdate(),!o.empty)for(let u of this.state.facet(ml))try{u(o)}catch(h){un(this.state,h,"update listener")}(m||l)&&Promise.resolve().then(()=>{m&&this.state==m.startState&&this.dispatch(m),l&&!ic(this,l)&&f.force&&$n(this.contentDOM,f.key,f.keyCode)})}setState(e){if(this.updateState!=0)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed){this.viewState.state=e;return}this.updateState=2;let n=this.hasFocus;try{for(let i of this.plugins)i.destroy(this);this.viewState=new Xd(e),this.plugins=e.facet(Mi).map(i=>new gl(i)),this.pluginMap.clear();for(let i of this.plugins)i.update(this);this.docView.destroy(),this.docView=new vd(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}n&&this.focus(),this.requestMeasure()}updatePlugins(e){let n=e.startState.facet(Mi),i=e.state.facet(Mi);if(n!=i){let o=[];for(let r of i){let a=n.indexOf(r);if(a<0)o.push(new gl(r));else{let c=this.plugins[a];c.mustUpdate=e,o.push(c)}}for(let r of this.plugins)r.mustUpdate!=e&&r.destroy(this);this.plugins=o,this.pluginMap.clear()}else for(let o of this.plugins)o.mustUpdate=e;for(let o=0;o<this.plugins.length;o++)this.plugins[o].update(this);n!=i&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let e of this.plugins){let n=e.value;if(n&&n.docViewUpdate)try{n.docViewUpdate(this)}catch(i){un(this.state,i,"doc view update listener")}}}measure(e=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey){this.measureScheduled=-1,this.requestMeasure();return}this.measureScheduled=0,e&&this.observer.forceFlush();let n=null,i=this.scrollDOM,o=i.scrollTop*this.scaleY,{scrollAnchorPos:r,scrollAnchorHeight:a}=this.viewState;Math.abs(o-this.viewState.scrollTop)>1&&(a=-1),this.viewState.scrollAnchorHeight=-1;try{for(let c=0;;c++){if(a<0)if(zs(i))r=-1,a=this.viewState.heightMap.height;else{let h=this.viewState.scrollAnchorAt(o);r=h.from,a=h.top}this.updateState=1;let m=this.viewState.measure(this);if(!m&&!this.measureRequests.length&&this.viewState.scrollTarget==null)break;if(c>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let f=[];m&4||([this.measureRequests,f]=[f,this.measureRequests]);let l=f.map(h=>{try{return h.read(this)}catch(g){return un(this.state,g),rc}}),s=Do.create(this,this.state,[]),u=!1;s.flags|=m,n?n.flags|=m:n=s,this.updateState=2,s.empty||(this.updatePlugins(s),this.inputState.update(s),this.updateAttrs(),u=this.docView.update(s),u&&this.docViewUpdate());for(let h=0;h<f.length;h++)if(l[h]!=rc)try{let g=f[h];g.write&&g.write(l[h],this)}catch(g){un(this.state,g)}if(u&&this.docView.updateSelection(!0),!s.viewportChanged&&this.measureRequests.length==0){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,a=-1;continue}else{let g=(r<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(r).top)-a;if(g>1||g<-1){o=o+g,i.scrollTop=o/this.scaleY,a=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(n&&!n.empty)for(let c of this.state.facet(ml))c(n)}get themeClasses(){return xl+" "+(this.state.facet(Ol)?$d:Qd)+" "+this.state.facet(Ho)}updateAttrs(){let e=lc(this,md,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),n={spellcheck:"false",autocorrect:"off",autocapitalize:"off",translate:"no",contenteditable:this.state.facet(To)?"true":"false",class:"cm-content",style:`${fe.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(n["aria-readonly"]="true"),lc(this,pl,n);let i=this.observer.ignore(()=>{let o=sl(this.contentDOM,this.contentAttrs,n),r=sl(this.dom,this.editorAttrs,e);return o||r});return this.editorAttrs=e,this.contentAttrs=n,i}showAnnouncements(e){let n=!0;for(let i of e)for(let o of i.effects)if(o.is(De.announce)){n&&(this.announceDOM.textContent=""),n=!1;let r=this.announceDOM.appendChild(document.createElement("div"));r.textContent=o.value}}mountStyles(){this.styleModules=this.state.facet(Li);let e=this.state.facet(De.cspNonce);Xn.mount(this.root,this.styleModules.concat(k4).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(this.updateState==2)throw new Error("Reading the editor layout isn't allowed during an update");this.updateState==0&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e){if(this.measureRequests.indexOf(e)>-1)return;if(e.key!=null){for(let n=0;n<this.measureRequests.length;n++)if(this.measureRequests[n].key===e.key){this.measureRequests[n]=e;return}}this.measureRequests.push(e)}}plugin(e){let n=this.pluginMap.get(e);return(n===void 0||n&&n.spec!=e)&&this.pluginMap.set(e,n=this.plugins.find(i=>i.spec==e)||null),n&&n.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,n,i){return vl(this,e,Rd(this,e,n,i))}moveByGroup(e,n){return vl(this,e,Rd(this,e,n,i=>Y3(this,e.head,i)))}visualLineSide(e,n){let i=this.bidiSpans(e),o=this.textDirectionAt(e.from),r=i[n?i.length-1:0];return ue.cursor(r.side(n,o)+e.from,r.forward(!n,o)?1:-1)}moveToLineBoundary(e,n,i=!0){return G3(this,e,n,i)}moveVertically(e,n,i){return vl(this,e,J3(this,e,n,i))}domAtPos(e){return this.docView.domAtPos(e)}posAtDOM(e,n=0){return this.docView.posFromDOM(e,n)}posAtCoords(e,n=!0){return this.readMeasured(),Fd(this,e,n)}coordsAtPos(e,n=1){this.readMeasured();let i=this.docView.coordsAt(e,n);if(!i||i.left==i.right)return i;let o=this.state.doc.lineAt(e),r=this.bidiSpans(o),a=r[cn.find(r,e-o.from,-1,n)];return el(i,a.dir==st.LTR==n>0)}coordsForChar(e){return this.readMeasured(),this.docView.coordsForChar(e)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet(hd)||e<this.viewport.from||e>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>B4)return rd(e.length);let n=this.textDirectionAt(e.from),i;for(let r of this.bidiCache)if(r.from==e.from&&r.dir==n&&(r.fresh||od(r.isolates,i=bd(this,e))))return r.order;i||(i=bd(this,e));let o=N3(e.text,n,i);return this.bidiCache.push(new zo(e.from,e.to,n,i,!0,o)),o}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||fe.safari&&((e=this.inputState)===null||e===void 0?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{Ps(this.contentDOM),this.docView.updateSelection()})}setRoot(e){this._root!=e&&(this._root=e,this.observer.setWindow((e.nodeType==9?e:e.ownerDocument).defaultView||window),this.mountStyles())}destroy(){for(let e of this.plugins)e.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e,n={}){return _o.of(new ti(typeof e=="number"?ue.cursor(e):e,n.y,n.x,n.yMargin,n.xMargin))}scrollSnapshot(){let{scrollTop:e,scrollLeft:n}=this.scrollDOM,i=this.viewState.scrollAnchorAt(e);return _o.of(new ti(ue.cursor(i.from),"start","start",i.top-e,n,!0))}static domEventHandlers(e){return ni.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return ni.define(()=>({}),{eventObservers:e})}static theme(e,n){let i=Xn.newName(),o=[Ho.of(i),Li.of(kl(`.${i}`,e))];return n&&n.dark&&o.push(Ol.of(!0)),o}static baseTheme(e){return Xp.lowest(Li.of(kl("."+xl,e,ec)))}static findFromDOM(e){var n;let i=e.querySelector(".cm-content"),o=i&&Ie.get(i)||Ie.get(e);return((n=o==null?void 0:o.rootView)===null||n===void 0?void 0:n.view)||null}}De.styleModule=Li,De.inputHandler=ud,De.focusChangeEffect=fd,De.perLineTextDirection=hd,De.exceptionSink=cd,De.updateListener=ml,De.editable=To,De.mouseSelectionStyle=dd,De.dragMovesSelection=sd,De.clickAddsSelectionRange=ad,De.decorations=Ai,De.outerDecorations=gd,De.atomicRanges=bl,De.bidiIsolatedRanges=pd,De.scrollMargins=yd,De.darkTheme=Ol,De.cspNonce=Se.define({combine:t=>t.length?t[0]:""}),De.contentAttributes=pl,De.editorAttributes=md,De.lineWrapping=De.contentAttributes.of({class:"cm-lineWrapping"}),De.announce=Xe.define();const B4=4096,rc={};class zo{constructor(e,n,i,o,r,a){this.from=e,this.to=n,this.dir=i,this.isolates=o,this.fresh=r,this.order=a}static update(e,n){if(n.empty&&!e.some(r=>r.fresh))return e;let i=[],o=e.length?e[e.length-1].dir:st.LTR;for(let r=Math.max(0,e.length-10);r<e.length;r++){let a=e[r];a.dir==o&&!n.touchesRange(a.from,a.to)&&i.push(new zo(n.mapPos(a.from,1),n.mapPos(a.to,-1),a.dir,a.isolates,!1,a.order))}return i}}function lc(t,e,n){for(let i=t.state.facet(e),o=i.length-1;o>=0;o--){let r=i[o],a=typeof r=="function"?r(t):r;a&&ll(a,n)}return n}const P4=!fe.ios,ac={".cm-line":{"& ::selection":{backgroundColor:"transparent !important"},"&::selection":{backgroundColor:"transparent !important"}}};P4&&(ac[".cm-line"].caretColor="transparent !important",ac[".cm-content"]={caretColor:"transparent !important"});function sc(t,e,n,i,o){e.lastIndex=0;for(let r=t.iterRange(n,i),a=n,c;!r.next().done;a+=r.value.length)if(!r.lineBreak)for(;c=e.exec(r.value);)o(a+c.index,c)}function V4(t,e){let n=t.visibleRanges;if(n.length==1&&n[0].from==t.viewport.from&&n[0].to==t.viewport.to)return n;let i=[];for(let{from:o,to:r}of n)o=Math.max(t.state.doc.lineAt(o).from,o-e),r=Math.min(t.state.doc.lineAt(r).to,r+e),i.length&&i[i.length-1].to>=o?i[i.length-1].to=r:i.push({from:o,to:r});return i}class H4{constructor(e){const{regexp:n,decoration:i,decorate:o,boundary:r,maxLength:a=1e3}=e;if(!n.global)throw new RangeError("The regular expression given to MatchDecorator should have its 'g' flag set");if(this.regexp=n,o)this.addMatch=(c,m,f,l)=>o(l,f,f+c[0].length,c,m);else if(typeof i=="function")this.addMatch=(c,m,f,l)=>{let s=i(c,m,f);s&&l(f,f+c[0].length,s)};else if(i)this.addMatch=(c,m,f,l)=>l(f,f+c[0].length,i);else throw new RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.boundary=r,this.maxLength=a}createDeco(e){let n=new Oi,i=n.add.bind(n);for(let{from:o,to:r}of V4(e,this.maxLength))sc(e.state.doc,this.regexp,o,r,(a,c)=>this.addMatch(c,e,a,i));return n.finish()}updateDeco(e,n){let i=1e9,o=-1;return e.docChanged&&e.changes.iterChanges((r,a,c,m)=>{m>e.view.viewport.from&&c<e.view.viewport.to&&(i=Math.min(c,i),o=Math.max(m,o))}),e.viewportChanged||o-i>1e3?this.createDeco(e.view):o>-1?this.updateRange(e.view,n.map(e.changes),i,o):n}updateRange(e,n,i,o){for(let r of e.visibleRanges){let a=Math.max(r.from,i),c=Math.min(r.to,o);if(c>a){let m=e.state.doc.lineAt(a),f=m.to<c?e.state.doc.lineAt(c):m,l=Math.max(r.from,m.from),s=Math.min(r.to,f.to);if(this.boundary){for(;a>m.from;a--)if(this.boundary.test(m.text[a-1-m.from])){l=a;break}for(;c<f.to;c++)if(this.boundary.test(f.text[c-f.from])){s=c;break}}let u=[],h,g=(b,p,y)=>u.push(y.range(b,p));if(m==f)for(this.regexp.lastIndex=l-m.from;(h=this.regexp.exec(m.text))&&h.index<s-m.from;)this.addMatch(h,e,h.index+m.from,g);else sc(e.state.doc,this.regexp,l,s,(b,p)=>this.addMatch(p,e,b,g));n=n.update({filterFrom:l,filterTo:s,filter:(b,p)=>b<l||p>s,add:u})}}return n}}class ii extends Jn{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}ii.prototype.elementClass="",ii.prototype.toDOM=void 0,ii.prototype.mapMode=Ct.TrackBefore,ii.prototype.startSide=ii.prototype.endSide=-1,ii.prototype.point=!0;class z4 extends No{constructor(e){super();Hi(this,"field");Hi(this,"text");Hi(this,"type");if(e){const[n,i,o]=e.split(".");this.text=i,this.type=o,this.field=n}}eq(e){return this.text===e.text}toDOM(){let e=document.createElement("span");return this.text&&(e.className=this.type==="func"?"cm-function":"cm-field",e.textContent=this.text),e}ignoreEvent(){return!0}}const dc=/\{\{(\w+\.[^.]+\.\w+)}}/g,cc=new H4({regexp:/\{\{(.+?)}}/g,decoration:t=>Qe.replace({widget:new z4(t[1])})});ni.fromClass(class{constructor(t){Hi(this,"placeholders");this.placeholders=cc.createDeco(t)}update(t){this.placeholders=cc.updateDeco(t,this.placeholders)}},{decorations:t=>t.placeholders,provide:t=>De.atomicRanges.of(e=>{var n;return((n=e.plugin(t))==null?void 0:n.placeholders)||Qe.none})}),De.baseTheme({".cm-function":{paddingLeft:"6px",paddingRight:"6px",paddingTop:"3px",paddingBottom:"3px",marginLeft:"3px",marginRight:"3px",backgroundColor:"#ffcdcc",borderRadius:"4px"},".cm-field":{paddingLeft:"6px",paddingRight:"6px",paddingTop:"3px",paddingBottom:"3px",marginLeft:"3px",marginRight:"3px",backgroundColor:"#f8e7a0",borderRadius:"4px"}});function W4(t,e,n,i,o){if(!!i.subFormItemFlag&&!!o.subFormItemFlag&&o.subFormRowId!==i.subFormRowId)return;let r=i.field.options.formula;r=U4(t,i);const a=r.match(/[A-Za-z]*/g);a&&a.forEach(m=>{if(!!m&&j4(m)!==-1){const f=m.toUpperCase();r=r.replace(m,"formulaJs."+f)}});const c=mn(r,e,t,n);i.setValue(c)}function q4(t,e,n){const i=e.match(dc);if(!i)return!1;let o=!1;return i.forEach(r=>{const a=r.split(".")[2];if(a.substring(0,a.length-2)==="func")return;const m=r.split(".")[0],f=m.substring(2,m.length);ir(n.formJsonObj.widgetList,f,!1).options.name===t&&(o=!0)}),o}function U4(t,e,n){let i=e.field.options.formula;const o=i.match(dc);if(!o)return i;let r=i;return o.forEach(a=>{const c=a.split(".")[2];if(c.substring(0,c.length-2)==="func"){const u=a.split(".")[1];r=r.replace(a,u);return}const f=a.split(".")[0],l=f.substring(2,f.length),s=ir(t.formJsonObj.widgetList,l,!1);if(s){let u=t.getWidgetRef(s.options.name);if(u)r=r.replace(a,u.getValue());else{const h=t.getSubFormNameOfWidget(s.options.name);if(e.subFormItemFlag)h===e.subFormName?(u=t.getWidgetRef(s.options.name+"@row"+e.subFormRowId),u&&(r=r.replaceAll(a,u.getValue()))):console.error("Invalid formula!");else{const g=t.formDataModel[h];let b="";const p=s.options.name;g.forEach((y,v)=>{b=v===0?y[p]:b+", "+y[p]}),r=r.replaceAll(a,b)}}}}),r}function j4(t){let e=-1;for(let n=0;n<uc.length;n++){let i=t.indexOf(uc[n]);if(i!==-1)return i}return e}const uc=["INT","SUM","AVERAGE","MAX","MIN","ABS","ROUND","CEILING","LOG","MOD","POWER","AND","IF","IFS","IFERROR","IFNA","NOT","OR","SWITCH","XOR","YEAR","MONTH","DAY","TODAY","NOW","EMONTH","EDAY","FIND","LEFT","RIGHT","LEN","LOWER","UPPER","MID","TRIM"];var be={inject:["refList","getFormConfig","globalOptionData","globalModel","getOptionData","getGlobalDsv","getReadMode","getSubFormFieldFlag","getSubFormName","getDSResultCache","getObjectFieldFlag","getObjectName"],data(){return{fieldReadonlyFlag:!1,dataSetLoadedFlag:!1}},computed:{formConfig(){return this.getFormConfig()},subFormName(){return this.getSubFormName?this.getSubFormName():""},subFormItemFlag(){return this.getSubFormFieldFlag?this.getSubFormFieldFlag():!1},formModel:{cache:!1,get(){return this.globalModel.formModel}},isReadMode(){return this.getReadMode()?!0:this.fieldReadonlyFlag},optionLabel(){if(this.fieldModel===null)return"--";{let t="--";return this.field.options.optionItems.forEach(e=>{(e.value===this.fieldModel||this.findInArray(this.fieldModel,e.value)!==-1||e.value===this.fieldModel.value||this.findInArray(this.fieldModel.value,e.value)!==-1)&&(t=t==="--"?e.label:t+" "+e.label)}),t}},fieldKeyName(){let t=this.field.options.name;return this.field.options.keyNameEnabled&&this.field.options.keyName||t}},methods:{findInArray(t,e){if(!Array.isArray(t))return-1;let n=-1;return t.forEach((i,o)=>{i===e&&(n=o)}),n},getPropName(){return this.subFormItemFlag&&!this.designState?this.subFormName+"."+this.subFormRowIndex+"."+this.fieldKeyName:this.getObjectFieldFlag()&&!this.designState?this.getObjectName()+"."+this.fieldKeyName:this.fieldKeyName},getObjectModel(){let t=this.getObjectName().split("."),e=this.formModel;return t.forEach(n=>{!n||(e[n]===void 0&&(e[n]={}),e=e[n])}),e},initFieldModel(){if(!!this.field.formItemFlag){if(!!this.getObjectFieldFlag()&&!this.designState){const t=this.getObjectModel();this.fieldModel=t===void 0?null:t[this.fieldKeyName],this.oldFieldValue=xe(this.fieldModel),this.initFileList();return}if(!!this.subFormItemFlag&&!this.designState){let t=this.formModel[this.subFormName];(t===void 0||t[this.subFormRowIndex]===void 0||t[this.subFormRowIndex][this.fieldKeyName]===void 0)&&this.field.options.defaultValue!==void 0?(this.fieldModel=this.field.options.defaultValue,t[this.subFormRowIndex][this.fieldKeyName]=this.field.options.defaultValue):t[this.subFormRowIndex][this.fieldKeyName]===void 0?(this.fieldModel=null,t[this.subFormRowIndex][this.fieldKeyName]=null):this.fieldModel=t[this.subFormRowIndex][this.fieldKeyName],setTimeout(()=>{this.handleOnChangeForSubForm(this.fieldModel,this.oldFieldValue,t,this.subFormRowId)},800),this.oldFieldValue=xe(this.fieldModel),this.initFileList();return}this.formModel[this.fieldKeyName]===void 0&&this.field.options.defaultValue!==void 0?this.fieldModel=this.field.options.defaultValue:this.formModel[this.fieldKeyName]===void 0?this.formModel[this.fieldKeyName]=null:this.fieldModel=this.formModel[this.fieldKeyName],this.oldFieldValue=xe(this.fieldModel),this.initFileList()}},initFileList(){this.field.type!=="picture-upload"&&this.field.type!=="file-upload"||this.designState===!0||this.fieldModel&&(Array.isArray(this.fieldModel)?this.fileList=xe(this.fieldModel):this.fileList.splice(0,0,xe(this.fieldModel)))},initEventHandler(){this.designState||(this.on$("setFormData",t=>{if(!this.subFormItemFlag)if(!!this.getObjectFieldFlag()&&!this.designState){const e=this.getObjectModel();this.setValue(e===void 0?null:e[this.fieldKeyName])}else this.setValue(t[this.fieldKeyName])}),this.on$("field-value-changed",t=>{if(this.subFormItemFlag){let e=this.formModel[this.subFormName];this.handleOnChangeForSubForm(t[0],t[1],e,this.subFormRowId)}else this.handleOnChange(t[0],t[1])}),this.on$("sync-field-value",t=>{const e=t[0],n=t[1];if(this.field.options.name===e||!n&&this.field.options.keyName!==e||!this.field.options.keyName&&this.field.options.name!==n||!!this.field.options.keyName&&!!n&&this.field.options.keyName!==n||t[5]!==this.getObjectName())return;const o=t[2],r=t[3],a=t[4];!this.subFormName&&!o?this.setValue(a,!0):this.subFormName===o&&this.subFormRowId===r&&this.setValue(a,!0)}),this.on$("calculate-formula",t=>{if(!!this.field.options.formulaEnabled&&!!this.field.options.formula){let e=t[1];const n=t[1].field.options.name;q4(n,this.field.options.formula,this.getFormRef())&&W4(this.getFormRef(),this.getGlobalDsv(),Up,this,e)}}),this.on$("loadOptionItemsFromDataSet",t=>{this.loadOptionItemsFromDataSet(t),this.dataSetLoadedFlag=!0}),this.on$("reloadOptionItems",t=>{(t.length===0||t.indexOf(this.field.options.name)>-1)&&this.initOptionItems(!0)}))},handleOnCreated(){this.designState||this.field.options.onCreated&&new Function(this.field.options.onCreated).call(this)},handleOnMounted(){var t;this.designState||((t=this.field)==null?void 0:t.options.onMounted)&&new Function(this.field.options.onMounted).call(this)},registerToRefList(t){this.refList!==null&&!!this.field.options.name&&(this.subFormItemFlag&&!this.designState?(t&&delete this.refList[t+"@row"+this.subFormRowId],this.refList[this.field.options.name+"@row"+this.subFormRowId]=this):(t&&delete this.refList[t],this.refList[this.field.options.name]=this))},unregisterFromRefList(){var t;if(this.refList!==null&&!!((t=this.field.options)==null?void 0:t.name)){let e=this.field.options.name;this.subFormItemFlag&&!this.designState?delete this.refList[e+"@row"+this.subFormRowId]:delete this.refList[e]}},async initOptionItems(t){if(!this.designState&&(this.field.type==="radio"||this.field.type==="checkbox"||this.field.type==="select"||this.field.type==="cascader")){if(this.field.options.dsEnabled){this.field.options.optionItems.splice(0,this.field.options.optionItems.length);let n=this.field.options.dsName,i=this.field.options.dataSetName,o=nn(this.formConfig,n);if(!!o&&!i){let r=this.getGlobalDsv()||{},a=new Object({});ft(a,r),a.widgetName=this.field.options.name,a.widgetKeyName=this.fieldKeyName;let c=null;try{c=await tn(o,a,this.getFormRef(),!1,this.$message),this.loadOptions(c)}catch(m){this.$message.error(m.message)}}else!!o&&!!i&&!this.dataSetLoadedFlag&&this.loadOptionItemsFromDataSet(n);return}const e=this.getOptionData();if(!!e&&e.hasOwnProperty(this.fieldKeyName)){t?this.reloadOptions(e[this.fieldKeyName]):this.loadOptions(e[this.fieldKeyName]);return}this.field.type!=="cascader"&&this.translateOptionItemsValue()}},translateOptionItemsValue(){let t=this.field.options.optionValueType;this.field.options.optionItems.forEach((e,n)=>{let i=e.value+"";t==="String"?e.value=i:t==="Number"?e.value=Number(i):t==="Boolean"&&(i.toLowerCase()==="false"||i==="0"?e.value=!1:i.toLowerCase()==="true"||i==="1"?e.value=!0:e.value=null)})},loadOptionItemsFromDataSet(t){if(this.designState||this.field.type!=="radio"&&this.field.type!=="checkbox"&&this.field.type!=="select"&&this.field.type!=="cascader"||!this.field.options.dsEnabled||!this.field.options.dsName||!this.field.options.dataSetName||this.field.options.dsName!==t)return;const e=this.getDSResultCache(),n=this.field.options.dataSetName;!!e&&!!e[t]&&!!e[t][n]&&(this.field.options.optionItems.splice(0,this.field.options.optionItems.length),this.loadOptions(e[t][n]))},refreshDefaultValue(){this.designState===!0&&this.field.options.defaultValue!==void 0&&(this.fieldModel=this.field.options.defaultValue)},clearFieldRules(){!this.field.formItemFlag||this.rules.splice(0,this.rules.length)},buildFieldRules(){if(!(!this.field.formItemFlag||this.field.options.hidden)){if(this.rules.splice(0,this.rules.length),this.field.options.required&&this.rules.push({required:!0,trigger:["blur"],message:this.field.options.requiredHint||this.i18nt("render.hint.fieldRequired")}),this.field.options.validation){let t=this.field.options.validation;rr[t]?this.rules.push({validator:rr[t],trigger:["blur","change"],label:this.field.options.label,errorMsg:this.field.options.validationHint}):this.rules.push({validator:rr.regExp,trigger:["blur","change"],regExp:t,label:this.field.options.label,errorMsg:this.field.options.validationHint})}if(this.field.options.onValidate){let t=(e,n,i)=>new Function("rule","value","callback",this.field.options.onValidate).call(this,e,n,i);this.rules.push({validator:t,trigger:["blur","change"],label:this.field.options.label})}}},disableChangeValidate(){!this.rules||this.rules.forEach(t=>{t.trigger&&t.trigger.splice(0,t.trigger.length)})},enableChangeValidate(){!this.rules||this.rules.forEach(t=>{t.trigger&&(t.trigger.push("blur"),t.trigger.push("change"))})},disableOptionOfList(t,e){!!t&&t.length>0&&t.forEach(n=>{n.value===e&&(n.disabled=!0),n.children&&Array.isArray(n.children)&&this.disableOptionOfList(n.children,e)})},enableOptionOfList(t,e){!!t&&t.length>0&&t.forEach(n=>{n.value===e&&(n.disabled=!1),n.children&&Array.isArray(n.children)&&this.enableOptionOfList(n.children,e)})},emitFieldDataChange(t,e){this.emit$("field-value-changed",[t,e]),this.broadcast("FieldWidget","sync-field-value",[this.field.options.name,this.field.options.keyName,this.subFormName,this.subFormRowId,t,this.getObjectName()]),this.getFormRef().broadcast("FieldWidget","calculate-formula",[t,this]),this.dispatch("VFormRender","fieldChange",[this.field.options.name,t,e,this.subFormName,this.subFormRowIndex])},syncUpdateFormModel(t){if(!this.designState)if(this.subFormItemFlag){let n=(this.formModel[this.subFormName]||[{}])[this.subFormRowIndex];n&&(n[this.fieldKeyName]=t)}else if(this.getObjectFieldFlag()){const e=this.getObjectModel();e[this.fieldKeyName]=t}else this.formModel[this.fieldKeyName]=t},handleChangeEvent(t){this.designState||(this.syncUpdateFormModel(t),this.emitFieldDataChange(t,this.oldFieldValue),this.oldFieldValue=xe(t),this.dispatch("VFormRender","fieldValidation",[this.getPropName()]))},handleFocusCustomEvent(t){this.designState||(this.oldFieldValue=xe(this.fieldModel),this.field.options.onFocus&&new Function("event",this.field.options.onFocus).call(this,t))},handleBlurCustomEvent(t){this.designState||this.field.options.onBlur&&new Function("event",this.field.options.onBlur).call(this,t)},handleInputCustomEvent(t){this.designState||(this.syncUpdateFormModel(t),this.dispatch("VFormRender","fieldValidation",[this.getPropName()]),this.field.options.onInput&&new Function("value",this.field.options.onInput).call(this,t))},emitAppendButtonClick(){this.designState||(this.field.options.onAppendButtonClick?new Function(this.field.options.onAppendButtonClick).call(this):this.dispatch("VFormRender","appendButtonClick",[this]))},handleOnChange(t,e){this.designState||this.field.options.onChange&&new Function("value","oldValue",this.field.options.onChange).call(this,t,e)},handleOnChangeForSubForm(t,e,n,i){this.designState||this.field.options.onChange&&new Function("value","oldValue","subFormData","rowId",this.field.options.onChange).call(this,t,e,n,i)},handleButtonWidgetClick(){this.designState||(this.field.options.onClick?new Function(this.field.options.onClick).call(this):this.dispatch("VFormRender","buttonClick",[this]))},remoteQuery(t){this.designState||this.field.options.onRemoteQuery&&new Function("keyword",this.field.options.onRemoteQuery).call(this,t)},getFormRef(){return this.refList.v_form_ref},getWidgetRef(t,e){let n=this.refList[t];return!n&&!!e&&this.$message.error(this.i18nt("render.hint.refNotFound")+t),n},getFieldEditor(){return this.$refs.fieldEditor},setValue(t,e=!1){if(this.field.formItemFlag){let n=xe(this.fieldModel);this.fieldModel=t,this.initFileList(),this.syncUpdateFormModel(t),e||this.emitFieldDataChange(t,n)}},getValue(){return this.fieldModel},getSelectedLabel(){},resetField(t=!1){let e=this.field.options.defaultValue;this.setValue(e,t),this.$nextTick(()=>{}),(this.field.type==="picture-upload"||this.field.type==="file-upload")&&(this.$refs.fieldEditor&&this.$refs.fieldEditor.clearFiles(),this.fileList.splice(0,this.fileList.length))},setWidgetOption(t,e){this.field.options.hasOwnProperty(t)&&(this.field.options[t]=e)},setReadonly(t){this.field.options.readonly=t},setDisabled(t){this.field.options.disabled=t},setAppendButtonVisible(t){this.field.options.appendButton=t},setAppendButtonDisabled(t){this.field.options.appendButtonDisabled=t},setHidden(t){this.field.options.hidden=t,t?this.clearFieldRules():this.buildFieldRules()},setRequired(t){this.field.options.required=t,this.buildFieldRules(),!this.designState&&!t&&this.clearValidate()},clearValidate(){this.designState||this.getFormRef().getNativeForm().clearValidate(this.getPropName())},setLabel(t){this.field.options.label=t},focus(){!!this.getFieldEditor()&&!!this.getFieldEditor().focus&&this.getFieldEditor().focus()},clearSelectedOptions(){this.field.type!=="checkbox"&&this.field.type!=="radio"&&this.field.type!=="select"||(this.field.type==="checkbox"||this.field.type==="select"&&this.field.options.multiple?this.fieldModel=[]:this.fieldModel="")},loadOptions(t){this.field.options.optionItems=ma(t,this.field.type,this.field.options.labelKey||"label",this.field.options.valueKey||"value")},reloadOptions(t){this.field.options.optionItems=ma(t,this.field.type,this.field.options.labelKey||"label",this.field.options.valueKey||"value")},disableOption(t){this.disableOptionOfList(this.field.options.optionItems,t)},enableOption(t){this.enableOptionOfList(this.field.options.optionItems,t)},getOptionItems(){return this.field.options.optionItems},setUploadHeader(t,e){this.uploadHeaders[t]=e},setUploadData(t,e){this.uploadData[t]=e},setToolbar(t){this.customToolbar=t},isSubFormItem(){return this.subFormItemFlag},isSubFormField(){return this.subFormItemFlag},setReadMode(t=!0){this.fieldReadonlyFlag=t},addCssClass(t){this.field.options.customClass?this.field.options.customClass.push(t):this.field.options.customClass=[t]},removeCssClass(t){if(!this.field.options.customClass)return;let e=-1;this.field.options.customClass.map((n,i)=>{n===t&&(e=i)}),e>-1&&this.field.options.customClass.splice(e,1)}}},ov="";const K4={name:"button-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function G4(t,e,n,i,o,r){const a=d.resolveComponent("el-button"),c=d.resolveComponent("static-content-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,"design-state":n.designState,"display-style":n.field.options.displayStyle,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,{ref:"fieldEditor",type:n.field.options.type,size:n.field.options.size,class:d.normalizeClass([n.field.options.label===""?"hide-text-span":""]),plain:n.field.options.plain,round:n.field.options.round,circle:n.field.options.circle,icon:n.field.options.icon,disabled:n.field.options.disabled,onClick:t.handleButtonWidgetClick},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(n.field.options.label),1)]),_:1},8,["type","size","class","plain","round","circle","icon","disabled","onClick"])]),_:1},8,["designer","field","design-state","display-style","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Y4=oe(K4,[["render",G4],["__scopeId","data-v-698bd0e2"]]),J4=Object.freeze(Object.defineProperty({__proto__:null,default:Y4},Symbol.toStringTag,{value:"Module"})),rv="";const X4={name:"form-item-wrapper",mixins:[ae],components:{SvgIcon:Pe},props:{field:Object,designer:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""},rules:Array},inject:["getFormConfig","getSubFormFieldFlag","getSubFormName","getObjectFieldFlag","getObjectName"],computed:{formConfig(){return this.getFormConfig()},selected(){return!!this.designer&&this.field.id===this.designer.selectedId},label(){return this.field.options.labelHidden?"":this.field.options.label},labelWidth(){return this.field.options.labelHidden?0:this.field.options.labelWidth?this.field.options.labelWidth:this.designer?this.designer.formConfig.labelWidth:this.formConfig.labelWidth},labelAlign(){return this.field.options.labelAlign?this.field.options.labelAlign:this.designer?this.designer.formConfig.labelAlign||"label-left-align":this.formConfig.labelAlign||"label-left-align"},customClass(){return this.field.options.customClass?this.field.options.customClass.join(" "):""},subFormName(){return this.getSubFormName?this.getSubFormName():""},subFormItemFlag(){return this.getSubFormFieldFlag?this.getSubFormFieldFlag():!1}},created(){},methods:{selectField(t){this.designer&&(this.designer.setSelected(t),this.designer.emitEvent("field-selected",this.parentWidget))},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},cloneField(t){this.designer.cloneFieldWidget(t,this.parentList),this.designer.emitHistoryChange()},removeFieldWidget(){if(this.parentList){const t=this.designer.selectedWidgetName;let e=null;this.parentList.length===1?this.parentWidget&&(e=this.parentWidget):this.parentList.length===1+this.indexOfParentList?e=this.parentList[this.indexOfParentList-1]:e=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.setSelected(e),this.designer.formWidget.deleteWidgetRef(t),this.designer.emitHistoryChange(),this.designer.emitEvent("canvas-remove-field",t)})}},getPropName(){let t=this.field.options.name;return t=this.field.options.keyNameEnabled&&this.field.options.keyName||t,this.subFormItemFlag&&!this.designState?this.subFormName+"."+this.subFormRowIndex+"."+t:this.getObjectFieldFlag()&&!this.designState?this.getObjectName()+"."+t:t}}},Z4={key:0,class:"custom-label"},Q4={key:0,class:"field-action"},$4=["title"],e6=["title"],t6=["title"],n6=["title"],i6=["title"],o6={key:1,class:"drag-handler background-opacity"},r6=["title"],l6={key:0};function a6(t,e,n,i,o,r){var l,s,u;const a=d.resolveComponent("el-icon"),c=d.resolveComponent("el-tooltip"),m=d.resolveComponent("el-form-item"),f=d.resolveComponent("svg-icon");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["field-wrapper",{"design-time-bottom-margin":!!this.designer}])},[!!((l=n.field)==null?void 0:l.formItemFlag)&&(!n.field.options.hidden||n.designState===!0)?(d.openBlock(),d.createBlock(m,{key:0,label:r.label,"label-width":r.labelWidth+"px",title:n.field.options.labelTooltip,size:n.field.options.size,rules:n.rules,prop:r.getPropName(),class:d.normalizeClass([r.selected?"selected":"",r.labelAlign,r.customClass,n.field.options.required?"required":"",n.field.options.labelWrap?"label-wrap":""]),onClick:e[0]||(e[0]=d.withModifiers(h=>r.selectField(n.field),["stop"]))},{label:d.withCtx(()=>[n.field.options.labelIconClass?(d.openBlock(),d.createElementBlock("span",Z4,[n.field.options.labelIconPosition==="front"?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[n.field.options.labelTooltip?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[d.createVNode(c,{content:n.field.options.labelTooltip,effect:"light"},{default:d.withCtx(()=>[d.createVNode(a,null,{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.labelIconClass)))]),_:1})]),_:1},8,["content"]),d.createTextVNode(d.toDisplayString(r.label),1)],64)):(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[d.createVNode(a,null,{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.labelIconClass)))]),_:1}),d.createTextVNode(d.toDisplayString(r.label),1)],64))],64)):n.field.options.labelIconPosition==="rear"?(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[n.field.options.labelTooltip?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[d.createTextVNode(d.toDisplayString(r.label),1),d.createVNode(c,{content:n.field.options.labelTooltip,effect:"light"},{default:d.withCtx(()=>[d.createVNode(a,null,{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.labelIconClass)))]),_:1})]),_:1},8,["content"])],64)):(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[d.createTextVNode(d.toDisplayString(r.label),1),d.createVNode(a,null,{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.labelIconClass)))]),_:1})],64))],64)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0)]),default:d.withCtx(()=>[d.renderSlot(t.$slots,"default",{},void 0,!0)]),_:3},8,["label","label-width","title","size","rules","prop","class"])):d.createCommentVNode("",!0),this.designer?(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[n.designer.selectedId===((s=n.field)==null?void 0:s.id)?(d.openBlock(),d.createElementBlock("div",Q4,[d.createElementVNode("i",{title:t.i18nt("designer.hint.selectParentWidget"),onClick:e[1]||(e[1]=d.withModifiers(h=>r.selectParentWidget(n.field),["stop"]))},[d.createVNode(f,{"icon-class":"el-back"})],8,$4),!!n.parentList&&n.parentList.length>1?(d.openBlock(),d.createElementBlock("i",{key:0,title:t.i18nt("designer.hint.moveUpWidget"),onClick:e[2]||(e[2]=d.withModifiers(h=>r.moveUpWidget(n.field),["stop"]))},[d.createVNode(f,{"icon-class":"el-move-up"})],8,e6)):d.createCommentVNode("",!0),!!n.parentList&&n.parentList.length>1?(d.openBlock(),d.createElementBlock("i",{key:1,title:t.i18nt("designer.hint.moveDownWidget"),onClick:e[3]||(e[3]=d.withModifiers(h=>r.moveDownWidget(n.field),["stop"]))},[d.createVNode(f,{"icon-class":"el-move-down"})],8,t6)):d.createCommentVNode("",!0),d.createElementVNode("i",{title:t.i18nt("designer.hint.cloneWidget"),onClick:e[4]||(e[4]=d.withModifiers(h=>r.cloneField(n.field),["stop"]))},[d.createVNode(f,{"icon-class":"el-clone"})],8,n6),d.createElementVNode("i",{title:t.i18nt("designer.hint.remove"),onClick:e[5]||(e[5]=d.withModifiers((...h)=>r.removeFieldWidget&&r.removeFieldWidget(...h),["stop"]))},[d.createVNode(f,{"icon-class":"el-delete"})],8,i6)])):d.createCommentVNode("",!0),n.designer.selectedId===((u=n.field)==null?void 0:u.id)?(d.openBlock(),d.createElementBlock("div",o6,[d.createElementVNode("i",{title:t.i18nt("designer.hint.dragHandler")},[d.createVNode(f,{"icon-class":"el-drag-move"})],8,r6),d.createElementVNode("i",null,d.toDisplayString(t.i18n2t(`designer.widgetLabel.${n.field.type}`,`extension.widgetLabel.${n.field.type}`)),1),n.field.options.hidden===!0?(d.openBlock(),d.createElementBlock("i",l6,[d.createVNode(f,{"icon-class":"el-hide"})])):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0)],64)):d.createCommentVNode("",!0)],2)}var Ce=oe(X4,[["render",a6],["__scopeId","data-v-4e9a8f26"]]),s6=Object.freeze(Object.defineProperty({__proto__:null,default:Ce},Symbol.toStringTag,{value:"Module"}));const d6=[{code:"11",name:"\u5317\u4EAC\u5E02",children:[{code:"110101",name:"\u4E1C\u57CE\u533A"},{code:"110102",name:"\u897F\u57CE\u533A"},{code:"110105",name:"\u671D\u9633\u533A"},{code:"110106",name:"\u4E30\u53F0\u533A"},{code:"110107",name:"\u77F3\u666F\u5C71\u533A"},{code:"110108",name:"\u6D77\u6DC0\u533A"},{code:"110109",name:"\u95E8\u5934\u6C9F\u533A"},{code:"110111",name:"\u623F\u5C71\u533A"},{code:"110112",name:"\u901A\u5DDE\u533A"},{code:"110113",name:"\u987A\u4E49\u533A"},{code:"110114",name:"\u660C\u5E73\u533A"},{code:"110115",name:"\u5927\u5174\u533A"},{code:"110116",name:"\u6000\u67D4\u533A"},{code:"110117",name:"\u5E73\u8C37\u533A"},{code:"110118",name:"\u5BC6\u4E91\u533A"},{code:"110119",name:"\u5EF6\u5E86\u533A"}]},{code:"12",name:"\u5929\u6D25\u5E02",children:[{code:"120101",name:"\u548C\u5E73\u533A"},{code:"120102",name:"\u6CB3\u4E1C\u533A"},{code:"120103",name:"\u6CB3\u897F\u533A"},{code:"120104",name:"\u5357\u5F00\u533A"},{code:"120105",name:"\u6CB3\u5317\u533A"},{code:"120106",name:"\u7EA2\u6865\u533A"},{code:"120110",name:"\u4E1C\u4E3D\u533A"},{code:"120111",name:"\u897F\u9752\u533A"},{code:"120112",name:"\u6D25\u5357\u533A"},{code:"120113",name:"\u5317\u8FB0\u533A"},{code:"120114",name:"\u6B66\u6E05\u533A"},{code:"120115",name:"\u5B9D\u577B\u533A"},{code:"120116",name:"\u6EE8\u6D77\u65B0\u533A"},{code:"120117",name:"\u5B81\u6CB3\u533A"},{code:"120118",name:"\u9759\u6D77\u533A"},{code:"120119",name:"\u84DF\u5DDE\u533A"}]},{code:"13",name:"\u6CB3\u5317\u7701",children:[{code:"1301",name:"\u77F3\u5BB6\u5E84\u5E02"},{code:"1302",name:"\u5510\u5C71\u5E02"},{code:"1303",name:"\u79E6\u7687\u5C9B\u5E02"},{code:"1304",name:"\u90AF\u90F8\u5E02"},{code:"1305",name:"\u90A2\u53F0\u5E02"},{code:"1306",name:"\u4FDD\u5B9A\u5E02"},{code:"1307",name:"\u5F20\u5BB6\u53E3\u5E02"},{code:"1308",name:"\u627F\u5FB7\u5E02"},{code:"1309",name:"\u6CA7\u5DDE\u5E02"},{code:"1310",name:"\u5ECA\u574A\u5E02"},{code:"1311",name:"\u8861\u6C34\u5E02"}]},{code:"14",name:"\u5C71\u897F\u7701",children:[{code:"1401",name:"\u592A\u539F\u5E02"},{code:"1402",name:"\u5927\u540C\u5E02"},{code:"1403",name:"\u9633\u6CC9\u5E02"},{code:"1404",name:"\u957F\u6CBB\u5E02"},{code:"1405",name:"\u664B\u57CE\u5E02"},{code:"1406",name:"\u6714\u5DDE\u5E02"},{code:"1407",name:"\u664B\u4E2D\u5E02"},{code:"1408",name:"\u8FD0\u57CE\u5E02"},{code:"1409",name:"\u5FFB\u5DDE\u5E02"},{code:"1410",name:"\u4E34\u6C7E\u5E02"},{code:"1411",name:"\u5415\u6881\u5E02"}]},{code:"15",name:"\u5185\u8499\u53E4\u81EA\u6CBB\u533A",children:[{code:"1501",name:"\u547C\u548C\u6D69\u7279\u5E02"},{code:"1502",name:"\u5305\u5934\u5E02"},{code:"1503",name:"\u4E4C\u6D77\u5E02"},{code:"1504",name:"\u8D64\u5CF0\u5E02"},{code:"1505",name:"\u901A\u8FBD\u5E02"},{code:"1506",name:"\u9102\u5C14\u591A\u65AF\u5E02"},{code:"1507",name:"\u547C\u4F26\u8D1D\u5C14\u5E02"},{code:"1508",name:"\u5DF4\u5F66\u6DD6\u5C14\u5E02"},{code:"1509",name:"\u4E4C\u5170\u5BDF\u5E03\u5E02"},{code:"1522",name:"\u5174\u5B89\u76DF"},{code:"1525",name:"\u9521\u6797\u90ED\u52D2\u76DF"},{code:"1529",name:"\u963F\u62C9\u5584\u76DF"}]},{code:"21",name:"\u8FBD\u5B81\u7701",children:[{code:"2101",name:"\u6C88\u9633\u5E02"},{code:"2102",name:"\u5927\u8FDE\u5E02"},{code:"2103",name:"\u978D\u5C71\u5E02"},{code:"2104",name:"\u629A\u987A\u5E02"},{code:"2105",name:"\u672C\u6EAA\u5E02"},{code:"2106",name:"\u4E39\u4E1C\u5E02"},{code:"2107",name:"\u9526\u5DDE\u5E02"},{code:"2108",name:"\u8425\u53E3\u5E02"},{code:"2109",name:"\u961C\u65B0\u5E02"},{code:"2110",name:"\u8FBD\u9633\u5E02"},{code:"2111",name:"\u76D8\u9526\u5E02"},{code:"2112",name:"\u94C1\u5CAD\u5E02"},{code:"2113",name:"\u671D\u9633\u5E02"},{code:"2114",name:"\u846B\u82A6\u5C9B\u5E02"}]},{code:"22",name:"\u5409\u6797\u7701",children:[{code:"2201",name:"\u957F\u6625\u5E02"},{code:"2202",name:"\u5409\u6797\u5E02"},{code:"2203",name:"\u56DB\u5E73\u5E02"},{code:"2204",name:"\u8FBD\u6E90\u5E02"},{code:"2205",name:"\u901A\u5316\u5E02"},{code:"2206",name:"\u767D\u5C71\u5E02"},{code:"2207",name:"\u677E\u539F\u5E02"},{code:"2208",name:"\u767D\u57CE\u5E02"},{code:"2224",name:"\u5EF6\u8FB9\u671D\u9C9C\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"23",name:"\u9ED1\u9F99\u6C5F\u7701",children:[{code:"2301",name:"\u54C8\u5C14\u6EE8\u5E02"},{code:"2302",name:"\u9F50\u9F50\u54C8\u5C14\u5E02"},{code:"2303",name:"\u9E21\u897F\u5E02"},{code:"2304",name:"\u9E64\u5C97\u5E02"},{code:"2305",name:"\u53CC\u9E2D\u5C71\u5E02"},{code:"2306",name:"\u5927\u5E86\u5E02"},{code:"2307",name:"\u4F0A\u6625\u5E02"},{code:"2308",name:"\u4F73\u6728\u65AF\u5E02"},{code:"2309",name:"\u4E03\u53F0\u6CB3\u5E02"},{code:"2310",name:"\u7261\u4E39\u6C5F\u5E02"},{code:"2311",name:"\u9ED1\u6CB3\u5E02"},{code:"2312",name:"\u7EE5\u5316\u5E02"},{code:"2327",name:"\u5927\u5174\u5B89\u5CAD\u5730\u533A"}]},{code:"31",name:"\u4E0A\u6D77\u5E02",children:[{code:"310101",name:"\u9EC4\u6D66\u533A"},{code:"310104",name:"\u5F90\u6C47\u533A"},{code:"310105",name:"\u957F\u5B81\u533A"},{code:"310106",name:"\u9759\u5B89\u533A"},{code:"310107",name:"\u666E\u9640\u533A"},{code:"310109",name:"\u8679\u53E3\u533A"},{code:"310110",name:"\u6768\u6D66\u533A"},{code:"310112",name:"\u95F5\u884C\u533A"},{code:"310113",name:"\u5B9D\u5C71\u533A"},{code:"310114",name:"\u5609\u5B9A\u533A"},{code:"310115",name:"\u6D66\u4E1C\u65B0\u533A"},{code:"310116",name:"\u91D1\u5C71\u533A"},{code:"310117",name:"\u677E\u6C5F\u533A"},{code:"310118",name:"\u9752\u6D66\u533A"},{code:"310120",name:"\u5949\u8D24\u533A"},{code:"310151",name:"\u5D07\u660E\u533A"}]},{code:"32",name:"\u6C5F\u82CF\u7701",children:[{code:"3201",name:"\u5357\u4EAC\u5E02"},{code:"3202",name:"\u65E0\u9521\u5E02"},{code:"3203",name:"\u5F90\u5DDE\u5E02"},{code:"3204",name:"\u5E38\u5DDE\u5E02"},{code:"3205",name:"\u82CF\u5DDE\u5E02"},{code:"3206",name:"\u5357\u901A\u5E02"},{code:"3207",name:"\u8FDE\u4E91\u6E2F\u5E02"},{code:"3208",name:"\u6DEE\u5B89\u5E02"},{code:"3209",name:"\u76D0\u57CE\u5E02"},{code:"3210",name:"\u626C\u5DDE\u5E02"},{code:"3211",name:"\u9547\u6C5F\u5E02"},{code:"3212",name:"\u6CF0\u5DDE\u5E02"},{code:"3213",name:"\u5BBF\u8FC1\u5E02"}]},{code:"33",name:"\u6D59\u6C5F\u7701",children:[{code:"3301",name:"\u676D\u5DDE\u5E02"},{code:"3302",name:"\u5B81\u6CE2\u5E02"},{code:"3303",name:"\u6E29\u5DDE\u5E02"},{code:"3304",name:"\u5609\u5174\u5E02"},{code:"3305",name:"\u6E56\u5DDE\u5E02"},{code:"3306",name:"\u7ECD\u5174\u5E02"},{code:"3307",name:"\u91D1\u534E\u5E02"},{code:"3308",name:"\u8862\u5DDE\u5E02"},{code:"3309",name:"\u821F\u5C71\u5E02"},{code:"3310",name:"\u53F0\u5DDE\u5E02"},{code:"3311",name:"\u4E3D\u6C34\u5E02"}]},{code:"34",name:"\u5B89\u5FBD\u7701",children:[{code:"3401",name:"\u5408\u80A5\u5E02"},{code:"3402",name:"\u829C\u6E56\u5E02"},{code:"3403",name:"\u868C\u57E0\u5E02"},{code:"3404",name:"\u6DEE\u5357\u5E02"},{code:"3405",name:"\u9A6C\u978D\u5C71\u5E02"},{code:"3406",name:"\u6DEE\u5317\u5E02"},{code:"3407",name:"\u94DC\u9675\u5E02"},{code:"3408",name:"\u5B89\u5E86\u5E02"},{code:"3410",name:"\u9EC4\u5C71\u5E02"},{code:"3411",name:"\u6EC1\u5DDE\u5E02"},{code:"3412",name:"\u961C\u9633\u5E02"},{code:"3413",name:"\u5BBF\u5DDE\u5E02"},{code:"3415",name:"\u516D\u5B89\u5E02"},{code:"3416",name:"\u4EB3\u5DDE\u5E02"},{code:"3417",name:"\u6C60\u5DDE\u5E02"},{code:"3418",name:"\u5BA3\u57CE\u5E02"}]},{code:"35",name:"\u798F\u5EFA\u7701",children:[{code:"3501",name:"\u798F\u5DDE\u5E02"},{code:"3502",name:"\u53A6\u95E8\u5E02"},{code:"3503",name:"\u8386\u7530\u5E02"},{code:"3504",name:"\u4E09\u660E\u5E02"},{code:"3505",name:"\u6CC9\u5DDE\u5E02"},{code:"3506",name:"\u6F33\u5DDE\u5E02"},{code:"3507",name:"\u5357\u5E73\u5E02"},{code:"3508",name:"\u9F99\u5CA9\u5E02"},{code:"3509",name:"\u5B81\u5FB7\u5E02"}]},{code:"36",name:"\u6C5F\u897F\u7701",children:[{code:"3601",name:"\u5357\u660C\u5E02"},{code:"3602",name:"\u666F\u5FB7\u9547\u5E02"},{code:"3603",name:"\u840D\u4E61\u5E02"},{code:"3604",name:"\u4E5D\u6C5F\u5E02"},{code:"3605",name:"\u65B0\u4F59\u5E02"},{code:"3606",name:"\u9E70\u6F6D\u5E02"},{code:"3607",name:"\u8D63\u5DDE\u5E02"},{code:"3608",name:"\u5409\u5B89\u5E02"},{code:"3609",name:"\u5B9C\u6625\u5E02"},{code:"3610",name:"\u629A\u5DDE\u5E02"},{code:"3611",name:"\u4E0A\u9976\u5E02"}]},{code:"37",name:"\u5C71\u4E1C\u7701",children:[{code:"3701",name:"\u6D4E\u5357\u5E02"},{code:"3702",name:"\u9752\u5C9B\u5E02"},{code:"3703",name:"\u6DC4\u535A\u5E02"},{code:"3704",name:"\u67A3\u5E84\u5E02"},{code:"3705",name:"\u4E1C\u8425\u5E02"},{code:"3706",name:"\u70DF\u53F0\u5E02"},{code:"3707",name:"\u6F4D\u574A\u5E02"},{code:"3708",name:"\u6D4E\u5B81\u5E02"},{code:"3709",name:"\u6CF0\u5B89\u5E02"},{code:"3710",name:"\u5A01\u6D77\u5E02"},{code:"3711",name:"\u65E5\u7167\u5E02"},{code:"3713",name:"\u4E34\u6C82\u5E02"},{code:"3714",name:"\u5FB7\u5DDE\u5E02"},{code:"3715",name:"\u804A\u57CE\u5E02"},{code:"3716",name:"\u6EE8\u5DDE\u5E02"},{code:"3717",name:"\u83CF\u6CFD\u5E02"}]},{code:"41",name:"\u6CB3\u5357\u7701",children:[{code:"4101",name:"\u90D1\u5DDE\u5E02"},{code:"4102",name:"\u5F00\u5C01\u5E02"},{code:"4103",name:"\u6D1B\u9633\u5E02"},{code:"4104",name:"\u5E73\u9876\u5C71\u5E02"},{code:"4105",name:"\u5B89\u9633\u5E02"},{code:"4106",name:"\u9E64\u58C1\u5E02"},{code:"4107",name:"\u65B0\u4E61\u5E02"},{code:"4108",name:"\u7126\u4F5C\u5E02"},{code:"4109",name:"\u6FEE\u9633\u5E02"},{code:"4110",name:"\u8BB8\u660C\u5E02"},{code:"4111",name:"\u6F2F\u6CB3\u5E02"},{code:"4112",name:"\u4E09\u95E8\u5CE1\u5E02"},{code:"4113",name:"\u5357\u9633\u5E02"},{code:"4114",name:"\u5546\u4E18\u5E02"},{code:"4115",name:"\u4FE1\u9633\u5E02"},{code:"4116",name:"\u5468\u53E3\u5E02"},{code:"4117",name:"\u9A7B\u9A6C\u5E97\u5E02"},{code:"419001",name:"\u6D4E\u6E90\u5E02"}]},{code:"42",name:"\u6E56\u5317\u7701",children:[{code:"4201",name:"\u6B66\u6C49\u5E02"},{code:"4202",name:"\u9EC4\u77F3\u5E02"},{code:"4203",name:"\u5341\u5830\u5E02"},{code:"4205",name:"\u5B9C\u660C\u5E02"},{code:"4206",name:"\u8944\u9633\u5E02"},{code:"4207",name:"\u9102\u5DDE\u5E02"},{code:"4208",name:"\u8346\u95E8\u5E02"},{code:"4209",name:"\u5B5D\u611F\u5E02"},{code:"4210",name:"\u8346\u5DDE\u5E02"},{code:"4211",name:"\u9EC4\u5188\u5E02"},{code:"4212",name:"\u54B8\u5B81\u5E02"},{code:"4213",name:"\u968F\u5DDE\u5E02"},{code:"4228",name:"\u6069\u65BD\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"},{code:"429004",name:"\u4ED9\u6843\u5E02"},{code:"429005",name:"\u6F5C\u6C5F\u5E02"},{code:"429006",name:"\u5929\u95E8\u5E02"},{code:"429021",name:"\u795E\u519C\u67B6\u6797\u533A"}]},{code:"43",name:"\u6E56\u5357\u7701",children:[{code:"4301",name:"\u957F\u6C99\u5E02"},{code:"4302",name:"\u682A\u6D32\u5E02"},{code:"4303",name:"\u6E58\u6F6D\u5E02"},{code:"4304",name:"\u8861\u9633\u5E02"},{code:"4305",name:"\u90B5\u9633\u5E02"},{code:"4306",name:"\u5CB3\u9633\u5E02"},{code:"4307",name:"\u5E38\u5FB7\u5E02"},{code:"4308",name:"\u5F20\u5BB6\u754C\u5E02"},{code:"4309",name:"\u76CA\u9633\u5E02"},{code:"4310",name:"\u90F4\u5DDE\u5E02"},{code:"4311",name:"\u6C38\u5DDE\u5E02"},{code:"4312",name:"\u6000\u5316\u5E02"},{code:"4313",name:"\u5A04\u5E95\u5E02"},{code:"4331",name:"\u6E58\u897F\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"44",name:"\u5E7F\u4E1C\u7701",children:[{code:"4401",name:"\u5E7F\u5DDE\u5E02"},{code:"4402",name:"\u97F6\u5173\u5E02"},{code:"4403",name:"\u6DF1\u5733\u5E02"},{code:"4404",name:"\u73E0\u6D77\u5E02"},{code:"4405",name:"\u6C55\u5934\u5E02"},{code:"4406",name:"\u4F5B\u5C71\u5E02"},{code:"4407",name:"\u6C5F\u95E8\u5E02"},{code:"4408",name:"\u6E5B\u6C5F\u5E02"},{code:"4409",name:"\u8302\u540D\u5E02"},{code:"4412",name:"\u8087\u5E86\u5E02"},{code:"4413",name:"\u60E0\u5DDE\u5E02"},{code:"4414",name:"\u6885\u5DDE\u5E02"},{code:"4415",name:"\u6C55\u5C3E\u5E02"},{code:"4416",name:"\u6CB3\u6E90\u5E02"},{code:"4417",name:"\u9633\u6C5F\u5E02"},{code:"4418",name:"\u6E05\u8FDC\u5E02"},{code:"4419",name:"\u4E1C\u839E\u5E02"},{code:"4420",name:"\u4E2D\u5C71\u5E02"},{code:"4451",name:"\u6F6E\u5DDE\u5E02"},{code:"4452",name:"\u63ED\u9633\u5E02"},{code:"4453",name:"\u4E91\u6D6E\u5E02"}]},{code:"45",name:"\u5E7F\u897F\u58EE\u65CF\u81EA\u6CBB\u533A",children:[{code:"4501",name:"\u5357\u5B81\u5E02"},{code:"4502",name:"\u67F3\u5DDE\u5E02"},{code:"4503",name:"\u6842\u6797\u5E02"},{code:"4504",name:"\u68A7\u5DDE\u5E02"},{code:"4505",name:"\u5317\u6D77\u5E02"},{code:"4506",name:"\u9632\u57CE\u6E2F\u5E02"},{code:"4507",name:"\u94A6\u5DDE\u5E02"},{code:"4508",name:"\u8D35\u6E2F\u5E02"},{code:"4509",name:"\u7389\u6797\u5E02"},{code:"4510",name:"\u767E\u8272\u5E02"},{code:"4511",name:"\u8D3A\u5DDE\u5E02"},{code:"4512",name:"\u6CB3\u6C60\u5E02"},{code:"4513",name:"\u6765\u5BBE\u5E02"},{code:"4514",name:"\u5D07\u5DE6\u5E02"}]},{code:"46",name:"\u6D77\u5357\u7701",children:[{code:"4601",name:"\u6D77\u53E3\u5E02"},{code:"4602",name:"\u4E09\u4E9A\u5E02"},{code:"4603",name:"\u4E09\u6C99\u5E02"},{code:"4604",name:"\u510B\u5DDE\u5E02"},{code:"469001",name:"\u4E94\u6307\u5C71\u5E02"},{code:"469002",name:"\u743C\u6D77\u5E02"},{code:"469005",name:"\u6587\u660C\u5E02"},{code:"469006",name:"\u4E07\u5B81\u5E02"},{code:"469007",name:"\u4E1C\u65B9\u5E02"},{code:"469021",name:"\u5B9A\u5B89\u53BF"},{code:"469022",name:"\u5C6F\u660C\u53BF"},{code:"469023",name:"\u6F84\u8FC8\u53BF"},{code:"469024",name:"\u4E34\u9AD8\u53BF"},{code:"469025",name:"\u767D\u6C99\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469026",name:"\u660C\u6C5F\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469027",name:"\u4E50\u4E1C\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469028",name:"\u9675\u6C34\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469029",name:"\u4FDD\u4EAD\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"469030",name:"\u743C\u4E2D\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"}]},{code:"50",name:"\u91CD\u5E86\u5E02",children:[{code:"500101",name:"\u4E07\u5DDE\u533A"},{code:"500102",name:"\u6DAA\u9675\u533A"},{code:"500103",name:"\u6E1D\u4E2D\u533A"},{code:"500104",name:"\u5927\u6E21\u53E3\u533A"},{code:"500105",name:"\u6C5F\u5317\u533A"},{code:"500106",name:"\u6C99\u576A\u575D\u533A"},{code:"500107",name:"\u4E5D\u9F99\u5761\u533A"},{code:"500108",name:"\u5357\u5CB8\u533A"},{code:"500109",name:"\u5317\u789A\u533A"},{code:"500110",name:"\u7DA6\u6C5F\u533A"},{code:"500111",name:"\u5927\u8DB3\u533A"},{code:"500112",name:"\u6E1D\u5317\u533A"},{code:"500113",name:"\u5DF4\u5357\u533A"},{code:"500114",name:"\u9ED4\u6C5F\u533A"},{code:"500115",name:"\u957F\u5BFF\u533A"},{code:"500116",name:"\u6C5F\u6D25\u533A"},{code:"500117",name:"\u5408\u5DDD\u533A"},{code:"500118",name:"\u6C38\u5DDD\u533A"},{code:"500119",name:"\u5357\u5DDD\u533A"},{code:"500120",name:"\u74A7\u5C71\u533A"},{code:"500151",name:"\u94DC\u6881\u533A"},{code:"500152",name:"\u6F7C\u5357\u533A"},{code:"500153",name:"\u8363\u660C\u533A"},{code:"500154",name:"\u5F00\u5DDE\u533A"},{code:"500155",name:"\u6881\u5E73\u533A"},{code:"500156",name:"\u6B66\u9686\u533A"},{code:"500229",name:"\u57CE\u53E3\u53BF"},{code:"500230",name:"\u4E30\u90FD\u53BF"},{code:"500231",name:"\u57AB\u6C5F\u53BF"},{code:"500233",name:"\u5FE0\u53BF"},{code:"500235",name:"\u4E91\u9633\u53BF"},{code:"500236",name:"\u5949\u8282\u53BF"},{code:"500237",name:"\u5DEB\u5C71\u53BF"},{code:"500238",name:"\u5DEB\u6EAA\u53BF"},{code:"500240",name:"\u77F3\u67F1\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"},{code:"500241",name:"\u79C0\u5C71\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"500242",name:"\u9149\u9633\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"500243",name:"\u5F6D\u6C34\u82D7\u65CF\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"}]},{code:"51",name:"\u56DB\u5DDD\u7701",children:[{code:"5101",name:"\u6210\u90FD\u5E02"},{code:"5103",name:"\u81EA\u8D21\u5E02"},{code:"5104",name:"\u6500\u679D\u82B1\u5E02"},{code:"5105",name:"\u6CF8\u5DDE\u5E02"},{code:"5106",name:"\u5FB7\u9633\u5E02"},{code:"5107",name:"\u7EF5\u9633\u5E02"},{code:"5108",name:"\u5E7F\u5143\u5E02"},{code:"5109",name:"\u9042\u5B81\u5E02"},{code:"5110",name:"\u5185\u6C5F\u5E02"},{code:"5111",name:"\u4E50\u5C71\u5E02"},{code:"5113",name:"\u5357\u5145\u5E02"},{code:"5114",name:"\u7709\u5C71\u5E02"},{code:"5115",name:"\u5B9C\u5BBE\u5E02"},{code:"5116",name:"\u5E7F\u5B89\u5E02"},{code:"5117",name:"\u8FBE\u5DDE\u5E02"},{code:"5118",name:"\u96C5\u5B89\u5E02"},{code:"5119",name:"\u5DF4\u4E2D\u5E02"},{code:"5120",name:"\u8D44\u9633\u5E02"},{code:"5132",name:"\u963F\u575D\u85CF\u65CF\u7F8C\u65CF\u81EA\u6CBB\u5DDE"},{code:"5133",name:"\u7518\u5B5C\u85CF\u65CF\u81EA\u6CBB\u5DDE"},{code:"5134",name:"\u51C9\u5C71\u5F5D\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"52",name:"\u8D35\u5DDE\u7701",children:[{code:"5201",name:"\u8D35\u9633\u5E02"},{code:"5202",name:"\u516D\u76D8\u6C34\u5E02"},{code:"5203",name:"\u9075\u4E49\u5E02"},{code:"5204",name:"\u5B89\u987A\u5E02"},{code:"5205",name:"\u6BD5\u8282\u5E02"},{code:"5206",name:"\u94DC\u4EC1\u5E02"},{code:"5223",name:"\u9ED4\u897F\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"},{code:"5226",name:"\u9ED4\u4E1C\u5357\u82D7\u65CF\u4F97\u65CF\u81EA\u6CBB\u5DDE"},{code:"5227",name:"\u9ED4\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"53",name:"\u4E91\u5357\u7701",children:[{code:"5301",name:"\u6606\u660E\u5E02"},{code:"5303",name:"\u66F2\u9756\u5E02"},{code:"5304",name:"\u7389\u6EAA\u5E02"},{code:"5305",name:"\u4FDD\u5C71\u5E02"},{code:"5306",name:"\u662D\u901A\u5E02"},{code:"5307",name:"\u4E3D\u6C5F\u5E02"},{code:"5308",name:"\u666E\u6D31\u5E02"},{code:"5309",name:"\u4E34\u6CA7\u5E02"},{code:"5323",name:"\u695A\u96C4\u5F5D\u65CF\u81EA\u6CBB\u5DDE"},{code:"5325",name:"\u7EA2\u6CB3\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u5DDE"},{code:"5326",name:"\u6587\u5C71\u58EE\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"},{code:"5328",name:"\u897F\u53CC\u7248\u7EB3\u50A3\u65CF\u81EA\u6CBB\u5DDE"},{code:"5329",name:"\u5927\u7406\u767D\u65CF\u81EA\u6CBB\u5DDE"},{code:"5331",name:"\u5FB7\u5B8F\u50A3\u65CF\u666F\u9887\u65CF\u81EA\u6CBB\u5DDE"},{code:"5333",name:"\u6012\u6C5F\u5088\u50F3\u65CF\u81EA\u6CBB\u5DDE"},{code:"5334",name:"\u8FEA\u5E86\u85CF\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"54",name:"\u897F\u85CF\u81EA\u6CBB\u533A",children:[{code:"5401",name:"\u62C9\u8428\u5E02"},{code:"5402",name:"\u65E5\u5580\u5219\u5E02"},{code:"5403",name:"\u660C\u90FD\u5E02"},{code:"5404",name:"\u6797\u829D\u5E02"},{code:"5405",name:"\u5C71\u5357\u5E02"},{code:"5406",name:"\u90A3\u66F2\u5E02"},{code:"5425",name:"\u963F\u91CC\u5730\u533A"}]},{code:"61",name:"\u9655\u897F\u7701",children:[{code:"6101",name:"\u897F\u5B89\u5E02"},{code:"6102",name:"\u94DC\u5DDD\u5E02"},{code:"6103",name:"\u5B9D\u9E21\u5E02"},{code:"6104",name:"\u54B8\u9633\u5E02"},{code:"6105",name:"\u6E2D\u5357\u5E02"},{code:"6106",name:"\u5EF6\u5B89\u5E02"},{code:"6107",name:"\u6C49\u4E2D\u5E02"},{code:"6108",name:"\u6986\u6797\u5E02"},{code:"6109",name:"\u5B89\u5EB7\u5E02"},{code:"6110",name:"\u5546\u6D1B\u5E02"}]},{code:"62",name:"\u7518\u8083\u7701",children:[{code:"6201",name:"\u5170\u5DDE\u5E02"},{code:"6202",name:"\u5609\u5CEA\u5173\u5E02"},{code:"6203",name:"\u91D1\u660C\u5E02"},{code:"6204",name:"\u767D\u94F6\u5E02"},{code:"6205",name:"\u5929\u6C34\u5E02"},{code:"6206",name:"\u6B66\u5A01\u5E02"},{code:"6207",name:"\u5F20\u6396\u5E02"},{code:"6208",name:"\u5E73\u51C9\u5E02"},{code:"6209",name:"\u9152\u6CC9\u5E02"},{code:"6210",name:"\u5E86\u9633\u5E02"},{code:"6211",name:"\u5B9A\u897F\u5E02"},{code:"6212",name:"\u9647\u5357\u5E02"},{code:"6229",name:"\u4E34\u590F\u56DE\u65CF\u81EA\u6CBB\u5DDE"},{code:"6230",name:"\u7518\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"63",name:"\u9752\u6D77\u7701",children:[{code:"6301",name:"\u897F\u5B81\u5E02"},{code:"6302",name:"\u6D77\u4E1C\u5E02"},{code:"6322",name:"\u6D77\u5317\u85CF\u65CF\u81EA\u6CBB\u5DDE"},{code:"6323",name:"\u9EC4\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE"},{code:"6325",name:"\u6D77\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE"},{code:"6326",name:"\u679C\u6D1B\u85CF\u65CF\u81EA\u6CBB\u5DDE"},{code:"6327",name:"\u7389\u6811\u85CF\u65CF\u81EA\u6CBB\u5DDE"},{code:"6328",name:"\u6D77\u897F\u8499\u53E4\u65CF\u85CF\u65CF\u81EA\u6CBB\u5DDE"}]},{code:"64",name:"\u5B81\u590F\u56DE\u65CF\u81EA\u6CBB\u533A",children:[{code:"6401",name:"\u94F6\u5DDD\u5E02"},{code:"6402",name:"\u77F3\u5634\u5C71\u5E02"},{code:"6403",name:"\u5434\u5FE0\u5E02"},{code:"6404",name:"\u56FA\u539F\u5E02"},{code:"6405",name:"\u4E2D\u536B\u5E02"}]},{code:"65",name:"\u65B0\u7586\u7EF4\u543E\u5C14\u81EA\u6CBB\u533A",children:[{code:"6501",name:"\u4E4C\u9C81\u6728\u9F50\u5E02"},{code:"6502",name:"\u514B\u62C9\u739B\u4F9D\u5E02"},{code:"6504",name:"\u5410\u9C81\u756A\u5E02"},{code:"6505",name:"\u54C8\u5BC6\u5E02"},{code:"6523",name:"\u660C\u5409\u56DE\u65CF\u81EA\u6CBB\u5DDE"},{code:"6527",name:"\u535A\u5C14\u5854\u62C9\u8499\u53E4\u81EA\u6CBB\u5DDE"},{code:"6528",name:"\u5DF4\u97F3\u90ED\u695E\u8499\u53E4\u81EA\u6CBB\u5DDE"},{code:"6529",name:"\u963F\u514B\u82CF\u5730\u533A"},{code:"6530",name:"\u514B\u5B5C\u52D2\u82CF\u67EF\u5C14\u514B\u5B5C\u81EA\u6CBB\u5DDE"},{code:"6531",name:"\u5580\u4EC0\u5730\u533A"},{code:"6532",name:"\u548C\u7530\u5730\u533A"},{code:"6540",name:"\u4F0A\u7281\u54C8\u8428\u514B\u81EA\u6CBB\u5DDE"},{code:"6542",name:"\u5854\u57CE\u5730\u533A"},{code:"6543",name:"\u963F\u52D2\u6CF0\u5730\u533A"},{code:"659001",name:"\u77F3\u6CB3\u5B50\u5E02"},{code:"659002",name:"\u963F\u62C9\u5C14\u5E02"},{code:"659003",name:"\u56FE\u6728\u8212\u514B\u5E02"},{code:"659004",name:"\u4E94\u5BB6\u6E20\u5E02"},{code:"659005",name:"\u5317\u5C6F\u5E02"},{code:"659006",name:"\u94C1\u95E8\u5173\u5E02"},{code:"659007",name:"\u53CC\u6CB3\u5E02"},{code:"659008",name:"\u53EF\u514B\u8FBE\u62C9\u5E02"},{code:"659009",name:"\u6606\u7389\u5E02"},{code:"659010",name:"\u80E1\u6768\u6CB3\u5E02"},{code:"659011",name:"\u65B0\u661F\u5E02"},{code:"659012",name:"\u767D\u6768\u5E02"}]}],fc=[{code:"11",name:"\u5317\u4EAC\u5E02",children:[{code:"1101",name:"\u5E02\u8F96\u533A",children:[{code:"110101",name:"\u4E1C\u57CE\u533A"},{code:"110102",name:"\u897F\u57CE\u533A"},{code:"110105",name:"\u671D\u9633\u533A"},{code:"110106",name:"\u4E30\u53F0\u533A"},{code:"110107",name:"\u77F3\u666F\u5C71\u533A"},{code:"110108",name:"\u6D77\u6DC0\u533A"},{code:"110109",name:"\u95E8\u5934\u6C9F\u533A"},{code:"110111",name:"\u623F\u5C71\u533A"},{code:"110112",name:"\u901A\u5DDE\u533A"},{code:"110113",name:"\u987A\u4E49\u533A"},{code:"110114",name:"\u660C\u5E73\u533A"},{code:"110115",name:"\u5927\u5174\u533A"},{code:"110116",name:"\u6000\u67D4\u533A"},{code:"110117",name:"\u5E73\u8C37\u533A"},{code:"110118",name:"\u5BC6\u4E91\u533A"},{code:"110119",name:"\u5EF6\u5E86\u533A"}]}]},{code:"12",name:"\u5929\u6D25\u5E02",children:[{code:"1201",name:"\u5E02\u8F96\u533A",children:[{code:"120101",name:"\u548C\u5E73\u533A"},{code:"120102",name:"\u6CB3\u4E1C\u533A"},{code:"120103",name:"\u6CB3\u897F\u533A"},{code:"120104",name:"\u5357\u5F00\u533A"},{code:"120105",name:"\u6CB3\u5317\u533A"},{code:"120106",name:"\u7EA2\u6865\u533A"},{code:"120110",name:"\u4E1C\u4E3D\u533A"},{code:"120111",name:"\u897F\u9752\u533A"},{code:"120112",name:"\u6D25\u5357\u533A"},{code:"120113",name:"\u5317\u8FB0\u533A"},{code:"120114",name:"\u6B66\u6E05\u533A"},{code:"120115",name:"\u5B9D\u577B\u533A"},{code:"120116",name:"\u6EE8\u6D77\u65B0\u533A"},{code:"120117",name:"\u5B81\u6CB3\u533A"},{code:"120118",name:"\u9759\u6D77\u533A"},{code:"120119",name:"\u84DF\u5DDE\u533A"}]}]},{code:"13",name:"\u6CB3\u5317\u7701",children:[{code:"1301",name:"\u77F3\u5BB6\u5E84\u5E02",children:[{code:"130102",name:"\u957F\u5B89\u533A"},{code:"130104",name:"\u6865\u897F\u533A"},{code:"130105",name:"\u65B0\u534E\u533A"},{code:"130107",name:"\u4E95\u9649\u77FF\u533A"},{code:"130108",name:"\u88D5\u534E\u533A"},{code:"130109",name:"\u85C1\u57CE\u533A"},{code:"130110",name:"\u9E7F\u6CC9\u533A"},{code:"130111",name:"\u683E\u57CE\u533A"},{code:"130121",name:"\u4E95\u9649\u53BF"},{code:"130123",name:"\u6B63\u5B9A\u53BF"},{code:"130125",name:"\u884C\u5510\u53BF"},{code:"130126",name:"\u7075\u5BFF\u53BF"},{code:"130127",name:"\u9AD8\u9091\u53BF"},{code:"130128",name:"\u6DF1\u6CFD\u53BF"},{code:"130129",name:"\u8D5E\u7687\u53BF"},{code:"130130",name:"\u65E0\u6781\u53BF"},{code:"130131",name:"\u5E73\u5C71\u53BF"},{code:"130132",name:"\u5143\u6C0F\u53BF"},{code:"130133",name:"\u8D75\u53BF"},{code:"130171",name:"\u77F3\u5BB6\u5E84\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"130172",name:"\u77F3\u5BB6\u5E84\u5FAA\u73AF\u5316\u5DE5\u56ED\u533A"},{code:"130181",name:"\u8F9B\u96C6\u5E02"},{code:"130183",name:"\u664B\u5DDE\u5E02"},{code:"130184",name:"\u65B0\u4E50\u5E02"}]},{code:"1302",name:"\u5510\u5C71\u5E02",children:[{code:"130202",name:"\u8DEF\u5357\u533A"},{code:"130203",name:"\u8DEF\u5317\u533A"},{code:"130204",name:"\u53E4\u51B6\u533A"},{code:"130205",name:"\u5F00\u5E73\u533A"},{code:"130207",name:"\u4E30\u5357\u533A"},{code:"130208",name:"\u4E30\u6DA6\u533A"},{code:"130209",name:"\u66F9\u5983\u7538\u533A"},{code:"130224",name:"\u6EE6\u5357\u53BF"},{code:"130225",name:"\u4E50\u4EAD\u53BF"},{code:"130227",name:"\u8FC1\u897F\u53BF"},{code:"130229",name:"\u7389\u7530\u53BF"},{code:"130271",name:"\u6CB3\u5317\u5510\u5C71\u82A6\u53F0\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"130272",name:"\u5510\u5C71\u5E02\u6C49\u6CBD\u7BA1\u7406\u533A"},{code:"130273",name:"\u5510\u5C71\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"130274",name:"\u6CB3\u5317\u5510\u5C71\u6D77\u6E2F\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"130281",name:"\u9075\u5316\u5E02"},{code:"130283",name:"\u8FC1\u5B89\u5E02"},{code:"130284",name:"\u6EE6\u5DDE\u5E02"}]},{code:"1303",name:"\u79E6\u7687\u5C9B\u5E02",children:[{code:"130302",name:"\u6D77\u6E2F\u533A"},{code:"130303",name:"\u5C71\u6D77\u5173\u533A"},{code:"130304",name:"\u5317\u6234\u6CB3\u533A"},{code:"130306",name:"\u629A\u5B81\u533A"},{code:"130321",name:"\u9752\u9F99\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"130322",name:"\u660C\u9ECE\u53BF"},{code:"130324",name:"\u5362\u9F99\u53BF"},{code:"130371",name:"\u79E6\u7687\u5C9B\u5E02\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"130372",name:"\u5317\u6234\u6CB3\u65B0\u533A"}]},{code:"1304",name:"\u90AF\u90F8\u5E02",children:[{code:"130402",name:"\u90AF\u5C71\u533A"},{code:"130403",name:"\u4E1B\u53F0\u533A"},{code:"130404",name:"\u590D\u5174\u533A"},{code:"130406",name:"\u5CF0\u5CF0\u77FF\u533A"},{code:"130407",name:"\u80A5\u4E61\u533A"},{code:"130408",name:"\u6C38\u5E74\u533A"},{code:"130423",name:"\u4E34\u6F33\u53BF"},{code:"130424",name:"\u6210\u5B89\u53BF"},{code:"130425",name:"\u5927\u540D\u53BF"},{code:"130426",name:"\u6D89\u53BF"},{code:"130427",name:"\u78C1\u53BF"},{code:"130430",name:"\u90B1\u53BF"},{code:"130431",name:"\u9E21\u6CFD\u53BF"},{code:"130432",name:"\u5E7F\u5E73\u53BF"},{code:"130433",name:"\u9986\u9676\u53BF"},{code:"130434",name:"\u9B4F\u53BF"},{code:"130435",name:"\u66F2\u5468\u53BF"},{code:"130471",name:"\u90AF\u90F8\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"130473",name:"\u90AF\u90F8\u5180\u5357\u65B0\u533A"},{code:"130481",name:"\u6B66\u5B89\u5E02"}]},{code:"1305",name:"\u90A2\u53F0\u5E02",children:[{code:"130502",name:"\u8944\u90FD\u533A"},{code:"130503",name:"\u4FE1\u90FD\u533A"},{code:"130505",name:"\u4EFB\u6CFD\u533A"},{code:"130506",name:"\u5357\u548C\u533A"},{code:"130522",name:"\u4E34\u57CE\u53BF"},{code:"130523",name:"\u5185\u4E18\u53BF"},{code:"130524",name:"\u67CF\u4E61\u53BF"},{code:"130525",name:"\u9686\u5C27\u53BF"},{code:"130528",name:"\u5B81\u664B\u53BF"},{code:"130529",name:"\u5DE8\u9E7F\u53BF"},{code:"130530",name:"\u65B0\u6CB3\u53BF"},{code:"130531",name:"\u5E7F\u5B97\u53BF"},{code:"130532",name:"\u5E73\u4E61\u53BF"},{code:"130533",name:"\u5A01\u53BF"},{code:"130534",name:"\u6E05\u6CB3\u53BF"},{code:"130535",name:"\u4E34\u897F\u53BF"},{code:"130571",name:"\u6CB3\u5317\u90A2\u53F0\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"130581",name:"\u5357\u5BAB\u5E02"},{code:"130582",name:"\u6C99\u6CB3\u5E02"}]},{code:"1306",name:"\u4FDD\u5B9A\u5E02",children:[{code:"130602",name:"\u7ADE\u79C0\u533A"},{code:"130606",name:"\u83B2\u6C60\u533A"},{code:"130607",name:"\u6EE1\u57CE\u533A"},{code:"130608",name:"\u6E05\u82D1\u533A"},{code:"130609",name:"\u5F90\u6C34\u533A"},{code:"130623",name:"\u6D9E\u6C34\u53BF"},{code:"130624",name:"\u961C\u5E73\u53BF"},{code:"130626",name:"\u5B9A\u5174\u53BF"},{code:"130627",name:"\u5510\u53BF"},{code:"130628",name:"\u9AD8\u9633\u53BF"},{code:"130629",name:"\u5BB9\u57CE\u53BF"},{code:"130630",name:"\u6D9E\u6E90\u53BF"},{code:"130631",name:"\u671B\u90FD\u53BF"},{code:"130632",name:"\u5B89\u65B0\u53BF"},{code:"130633",name:"\u6613\u53BF"},{code:"130634",name:"\u66F2\u9633\u53BF"},{code:"130635",name:"\u8821\u53BF"},{code:"130636",name:"\u987A\u5E73\u53BF"},{code:"130637",name:"\u535A\u91CE\u53BF"},{code:"130638",name:"\u96C4\u53BF"},{code:"130671",name:"\u4FDD\u5B9A\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"130672",name:"\u4FDD\u5B9A\u767D\u6C9F\u65B0\u57CE"},{code:"130681",name:"\u6DBF\u5DDE\u5E02"},{code:"130682",name:"\u5B9A\u5DDE\u5E02"},{code:"130683",name:"\u5B89\u56FD\u5E02"},{code:"130684",name:"\u9AD8\u7891\u5E97\u5E02"}]},{code:"1307",name:"\u5F20\u5BB6\u53E3\u5E02",children:[{code:"130702",name:"\u6865\u4E1C\u533A"},{code:"130703",name:"\u6865\u897F\u533A"},{code:"130705",name:"\u5BA3\u5316\u533A"},{code:"130706",name:"\u4E0B\u82B1\u56ED\u533A"},{code:"130708",name:"\u4E07\u5168\u533A"},{code:"130709",name:"\u5D07\u793C\u533A"},{code:"130722",name:"\u5F20\u5317\u53BF"},{code:"130723",name:"\u5EB7\u4FDD\u53BF"},{code:"130724",name:"\u6CBD\u6E90\u53BF"},{code:"130725",name:"\u5C1A\u4E49\u53BF"},{code:"130726",name:"\u851A\u53BF"},{code:"130727",name:"\u9633\u539F\u53BF"},{code:"130728",name:"\u6000\u5B89\u53BF"},{code:"130730",name:"\u6000\u6765\u53BF"},{code:"130731",name:"\u6DBF\u9E7F\u53BF"},{code:"130732",name:"\u8D64\u57CE\u53BF"},{code:"130771",name:"\u5F20\u5BB6\u53E3\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"130772",name:"\u5F20\u5BB6\u53E3\u5E02\u5BDF\u5317\u7BA1\u7406\u533A"},{code:"130773",name:"\u5F20\u5BB6\u53E3\u5E02\u585E\u5317\u7BA1\u7406\u533A"}]},{code:"1308",name:"\u627F\u5FB7\u5E02",children:[{code:"130802",name:"\u53CC\u6865\u533A"},{code:"130803",name:"\u53CC\u6EE6\u533A"},{code:"130804",name:"\u9E70\u624B\u8425\u5B50\u77FF\u533A"},{code:"130821",name:"\u627F\u5FB7\u53BF"},{code:"130822",name:"\u5174\u9686\u53BF"},{code:"130824",name:"\u6EE6\u5E73\u53BF"},{code:"130825",name:"\u9686\u5316\u53BF"},{code:"130826",name:"\u4E30\u5B81\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"130827",name:"\u5BBD\u57CE\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"130828",name:"\u56F4\u573A\u6EE1\u65CF\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"},{code:"130871",name:"\u627F\u5FB7\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"130881",name:"\u5E73\u6CC9\u5E02"}]},{code:"1309",name:"\u6CA7\u5DDE\u5E02",children:[{code:"130902",name:"\u65B0\u534E\u533A"},{code:"130903",name:"\u8FD0\u6CB3\u533A"},{code:"130921",name:"\u6CA7\u53BF"},{code:"130922",name:"\u9752\u53BF"},{code:"130923",name:"\u4E1C\u5149\u53BF"},{code:"130924",name:"\u6D77\u5174\u53BF"},{code:"130925",name:"\u76D0\u5C71\u53BF"},{code:"130926",name:"\u8083\u5B81\u53BF"},{code:"130927",name:"\u5357\u76AE\u53BF"},{code:"130928",name:"\u5434\u6865\u53BF"},{code:"130929",name:"\u732E\u53BF"},{code:"130930",name:"\u5B5F\u6751\u56DE\u65CF\u81EA\u6CBB\u53BF"},{code:"130971",name:"\u6CB3\u5317\u6CA7\u5DDE\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"130972",name:"\u6CA7\u5DDE\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"130973",name:"\u6CA7\u5DDE\u6E24\u6D77\u65B0\u533A"},{code:"130981",name:"\u6CCA\u5934\u5E02"},{code:"130982",name:"\u4EFB\u4E18\u5E02"},{code:"130983",name:"\u9EC4\u9A85\u5E02"},{code:"130984",name:"\u6CB3\u95F4\u5E02"}]},{code:"1310",name:"\u5ECA\u574A\u5E02",children:[{code:"131002",name:"\u5B89\u6B21\u533A"},{code:"131003",name:"\u5E7F\u9633\u533A"},{code:"131022",name:"\u56FA\u5B89\u53BF"},{code:"131023",name:"\u6C38\u6E05\u53BF"},{code:"131024",name:"\u9999\u6CB3\u53BF"},{code:"131025",name:"\u5927\u57CE\u53BF"},{code:"131026",name:"\u6587\u5B89\u53BF"},{code:"131028",name:"\u5927\u5382\u56DE\u65CF\u81EA\u6CBB\u53BF"},{code:"131071",name:"\u5ECA\u574A\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"131081",name:"\u9738\u5DDE\u5E02"},{code:"131082",name:"\u4E09\u6CB3\u5E02"}]},{code:"1311",name:"\u8861\u6C34\u5E02",children:[{code:"131102",name:"\u6843\u57CE\u533A"},{code:"131103",name:"\u5180\u5DDE\u533A"},{code:"131121",name:"\u67A3\u5F3A\u53BF"},{code:"131122",name:"\u6B66\u9091\u53BF"},{code:"131123",name:"\u6B66\u5F3A\u53BF"},{code:"131124",name:"\u9976\u9633\u53BF"},{code:"131125",name:"\u5B89\u5E73\u53BF"},{code:"131126",name:"\u6545\u57CE\u53BF"},{code:"131127",name:"\u666F\u53BF"},{code:"131128",name:"\u961C\u57CE\u53BF"},{code:"131171",name:"\u6CB3\u5317\u8861\u6C34\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"131172",name:"\u8861\u6C34\u6EE8\u6E56\u65B0\u533A"},{code:"131182",name:"\u6DF1\u5DDE\u5E02"}]}]},{code:"14",name:"\u5C71\u897F\u7701",children:[{code:"1401",name:"\u592A\u539F\u5E02",children:[{code:"140105",name:"\u5C0F\u5E97\u533A"},{code:"140106",name:"\u8FCE\u6CFD\u533A"},{code:"140107",name:"\u674F\u82B1\u5CAD\u533A"},{code:"140108",name:"\u5C16\u8349\u576A\u533A"},{code:"140109",name:"\u4E07\u67CF\u6797\u533A"},{code:"140110",name:"\u664B\u6E90\u533A"},{code:"140121",name:"\u6E05\u5F90\u53BF"},{code:"140122",name:"\u9633\u66F2\u53BF"},{code:"140123",name:"\u5A04\u70E6\u53BF"},{code:"140171",name:"\u5C71\u897F\u8F6C\u578B\u7EFC\u5408\u6539\u9769\u793A\u8303\u533A"},{code:"140181",name:"\u53E4\u4EA4\u5E02"}]},{code:"1402",name:"\u5927\u540C\u5E02",children:[{code:"140212",name:"\u65B0\u8363\u533A"},{code:"140213",name:"\u5E73\u57CE\u533A"},{code:"140214",name:"\u4E91\u5188\u533A"},{code:"140215",name:"\u4E91\u5DDE\u533A"},{code:"140221",name:"\u9633\u9AD8\u53BF"},{code:"140222",name:"\u5929\u9547\u53BF"},{code:"140223",name:"\u5E7F\u7075\u53BF"},{code:"140224",name:"\u7075\u4E18\u53BF"},{code:"140225",name:"\u6D51\u6E90\u53BF"},{code:"140226",name:"\u5DE6\u4E91\u53BF"},{code:"140271",name:"\u5C71\u897F\u5927\u540C\u7ECF\u6D4E\u5F00\u53D1\u533A"}]},{code:"1403",name:"\u9633\u6CC9\u5E02",children:[{code:"140302",name:"\u57CE\u533A"},{code:"140303",name:"\u77FF\u533A"},{code:"140311",name:"\u90CA\u533A"},{code:"140321",name:"\u5E73\u5B9A\u53BF"},{code:"140322",name:"\u76C2\u53BF"}]},{code:"1404",name:"\u957F\u6CBB\u5E02",children:[{code:"140403",name:"\u6F5E\u5DDE\u533A"},{code:"140404",name:"\u4E0A\u515A\u533A"},{code:"140405",name:"\u5C6F\u7559\u533A"},{code:"140406",name:"\u6F5E\u57CE\u533A"},{code:"140423",name:"\u8944\u57A3\u53BF"},{code:"140425",name:"\u5E73\u987A\u53BF"},{code:"140426",name:"\u9ECE\u57CE\u53BF"},{code:"140427",name:"\u58F6\u5173\u53BF"},{code:"140428",name:"\u957F\u5B50\u53BF"},{code:"140429",name:"\u6B66\u4E61\u53BF"},{code:"140430",name:"\u6C81\u53BF"},{code:"140431",name:"\u6C81\u6E90\u53BF"}]},{code:"1405",name:"\u664B\u57CE\u5E02",children:[{code:"140502",name:"\u57CE\u533A"},{code:"140521",name:"\u6C81\u6C34\u53BF"},{code:"140522",name:"\u9633\u57CE\u53BF"},{code:"140524",name:"\u9675\u5DDD\u53BF"},{code:"140525",name:"\u6CFD\u5DDE\u53BF"},{code:"140581",name:"\u9AD8\u5E73\u5E02"}]},{code:"1406",name:"\u6714\u5DDE\u5E02",children:[{code:"140602",name:"\u6714\u57CE\u533A"},{code:"140603",name:"\u5E73\u9C81\u533A"},{code:"140621",name:"\u5C71\u9634\u53BF"},{code:"140622",name:"\u5E94\u53BF"},{code:"140623",name:"\u53F3\u7389\u53BF"},{code:"140671",name:"\u5C71\u897F\u6714\u5DDE\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"140681",name:"\u6000\u4EC1\u5E02"}]},{code:"1407",name:"\u664B\u4E2D\u5E02",children:[{code:"140702",name:"\u6986\u6B21\u533A"},{code:"140703",name:"\u592A\u8C37\u533A"},{code:"140721",name:"\u6986\u793E\u53BF"},{code:"140722",name:"\u5DE6\u6743\u53BF"},{code:"140723",name:"\u548C\u987A\u53BF"},{code:"140724",name:"\u6614\u9633\u53BF"},{code:"140725",name:"\u5BFF\u9633\u53BF"},{code:"140727",name:"\u7941\u53BF"},{code:"140728",name:"\u5E73\u9065\u53BF"},{code:"140729",name:"\u7075\u77F3\u53BF"},{code:"140781",name:"\u4ECB\u4F11\u5E02"}]},{code:"1408",name:"\u8FD0\u57CE\u5E02",children:[{code:"140802",name:"\u76D0\u6E56\u533A"},{code:"140821",name:"\u4E34\u7317\u53BF"},{code:"140822",name:"\u4E07\u8363\u53BF"},{code:"140823",name:"\u95FB\u559C\u53BF"},{code:"140824",name:"\u7A37\u5C71\u53BF"},{code:"140825",name:"\u65B0\u7EDB\u53BF"},{code:"140826",name:"\u7EDB\u53BF"},{code:"140827",name:"\u57A3\u66F2\u53BF"},{code:"140828",name:"\u590F\u53BF"},{code:"140829",name:"\u5E73\u9646\u53BF"},{code:"140830",name:"\u82AE\u57CE\u53BF"},{code:"140881",name:"\u6C38\u6D4E\u5E02"},{code:"140882",name:"\u6CB3\u6D25\u5E02"}]},{code:"1409",name:"\u5FFB\u5DDE\u5E02",children:[{code:"140902",name:"\u5FFB\u5E9C\u533A"},{code:"140921",name:"\u5B9A\u8944\u53BF"},{code:"140922",name:"\u4E94\u53F0\u53BF"},{code:"140923",name:"\u4EE3\u53BF"},{code:"140924",name:"\u7E41\u5CD9\u53BF"},{code:"140925",name:"\u5B81\u6B66\u53BF"},{code:"140926",name:"\u9759\u4E50\u53BF"},{code:"140927",name:"\u795E\u6C60\u53BF"},{code:"140928",name:"\u4E94\u5BE8\u53BF"},{code:"140929",name:"\u5CA2\u5C9A\u53BF"},{code:"140930",name:"\u6CB3\u66F2\u53BF"},{code:"140931",name:"\u4FDD\u5FB7\u53BF"},{code:"140932",name:"\u504F\u5173\u53BF"},{code:"140971",name:"\u4E94\u53F0\u5C71\u98CE\u666F\u540D\u80DC\u533A"},{code:"140981",name:"\u539F\u5E73\u5E02"}]},{code:"1410",name:"\u4E34\u6C7E\u5E02",children:[{code:"141002",name:"\u5C27\u90FD\u533A"},{code:"141021",name:"\u66F2\u6C83\u53BF"},{code:"141022",name:"\u7FFC\u57CE\u53BF"},{code:"141023",name:"\u8944\u6C7E\u53BF"},{code:"141024",name:"\u6D2A\u6D1E\u53BF"},{code:"141025",name:"\u53E4\u53BF"},{code:"141026",name:"\u5B89\u6CFD\u53BF"},{code:"141027",name:"\u6D6E\u5C71\u53BF"},{code:"141028",name:"\u5409\u53BF"},{code:"141029",name:"\u4E61\u5B81\u53BF"},{code:"141030",name:"\u5927\u5B81\u53BF"},{code:"141031",name:"\u96B0\u53BF"},{code:"141032",name:"\u6C38\u548C\u53BF"},{code:"141033",name:"\u84B2\u53BF"},{code:"141034",name:"\u6C7E\u897F\u53BF"},{code:"141081",name:"\u4FAF\u9A6C\u5E02"},{code:"141082",name:"\u970D\u5DDE\u5E02"}]},{code:"1411",name:"\u5415\u6881\u5E02",children:[{code:"141102",name:"\u79BB\u77F3\u533A"},{code:"141121",name:"\u6587\u6C34\u53BF"},{code:"141122",name:"\u4EA4\u57CE\u53BF"},{code:"141123",name:"\u5174\u53BF"},{code:"141124",name:"\u4E34\u53BF"},{code:"141125",name:"\u67F3\u6797\u53BF"},{code:"141126",name:"\u77F3\u697C\u53BF"},{code:"141127",name:"\u5C9A\u53BF"},{code:"141128",name:"\u65B9\u5C71\u53BF"},{code:"141129",name:"\u4E2D\u9633\u53BF"},{code:"141130",name:"\u4EA4\u53E3\u53BF"},{code:"141181",name:"\u5B5D\u4E49\u5E02"},{code:"141182",name:"\u6C7E\u9633\u5E02"}]}]},{code:"15",name:"\u5185\u8499\u53E4\u81EA\u6CBB\u533A",children:[{code:"1501",name:"\u547C\u548C\u6D69\u7279\u5E02",children:[{code:"150102",name:"\u65B0\u57CE\u533A"},{code:"150103",name:"\u56DE\u6C11\u533A"},{code:"150104",name:"\u7389\u6CC9\u533A"},{code:"150105",name:"\u8D5B\u7F55\u533A"},{code:"150121",name:"\u571F\u9ED8\u7279\u5DE6\u65D7"},{code:"150122",name:"\u6258\u514B\u6258\u53BF"},{code:"150123",name:"\u548C\u6797\u683C\u5C14\u53BF"},{code:"150124",name:"\u6E05\u6C34\u6CB3\u53BF"},{code:"150125",name:"\u6B66\u5DDD\u53BF"},{code:"150172",name:"\u547C\u548C\u6D69\u7279\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"1502",name:"\u5305\u5934\u5E02",children:[{code:"150202",name:"\u4E1C\u6CB3\u533A"},{code:"150203",name:"\u6606\u90FD\u4ED1\u533A"},{code:"150204",name:"\u9752\u5C71\u533A"},{code:"150205",name:"\u77F3\u62D0\u533A"},{code:"150206",name:"\u767D\u4E91\u9102\u535A\u77FF\u533A"},{code:"150207",name:"\u4E5D\u539F\u533A"},{code:"150221",name:"\u571F\u9ED8\u7279\u53F3\u65D7"},{code:"150222",name:"\u56FA\u9633\u53BF"},{code:"150223",name:"\u8FBE\u5C14\u7F55\u8302\u660E\u5B89\u8054\u5408\u65D7"},{code:"150271",name:"\u5305\u5934\u7A00\u571F\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]},{code:"1503",name:"\u4E4C\u6D77\u5E02",children:[{code:"150302",name:"\u6D77\u52C3\u6E7E\u533A"},{code:"150303",name:"\u6D77\u5357\u533A"},{code:"150304",name:"\u4E4C\u8FBE\u533A"}]},{code:"1504",name:"\u8D64\u5CF0\u5E02",children:[{code:"150402",name:"\u7EA2\u5C71\u533A"},{code:"150403",name:"\u5143\u5B9D\u5C71\u533A"},{code:"150404",name:"\u677E\u5C71\u533A"},{code:"150421",name:"\u963F\u9C81\u79D1\u5C14\u6C81\u65D7"},{code:"150422",name:"\u5DF4\u6797\u5DE6\u65D7"},{code:"150423",name:"\u5DF4\u6797\u53F3\u65D7"},{code:"150424",name:"\u6797\u897F\u53BF"},{code:"150425",name:"\u514B\u4EC0\u514B\u817E\u65D7"},{code:"150426",name:"\u7FC1\u725B\u7279\u65D7"},{code:"150428",name:"\u5580\u5587\u6C81\u65D7"},{code:"150429",name:"\u5B81\u57CE\u53BF"},{code:"150430",name:"\u6556\u6C49\u65D7"}]},{code:"1505",name:"\u901A\u8FBD\u5E02",children:[{code:"150502",name:"\u79D1\u5C14\u6C81\u533A"},{code:"150521",name:"\u79D1\u5C14\u6C81\u5DE6\u7FFC\u4E2D\u65D7"},{code:"150522",name:"\u79D1\u5C14\u6C81\u5DE6\u7FFC\u540E\u65D7"},{code:"150523",name:"\u5F00\u9C81\u53BF"},{code:"150524",name:"\u5E93\u4F26\u65D7"},{code:"150525",name:"\u5948\u66FC\u65D7"},{code:"150526",name:"\u624E\u9C81\u7279\u65D7"},{code:"150571",name:"\u901A\u8FBD\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"150581",name:"\u970D\u6797\u90ED\u52D2\u5E02"}]},{code:"1506",name:"\u9102\u5C14\u591A\u65AF\u5E02",children:[{code:"150602",name:"\u4E1C\u80DC\u533A"},{code:"150603",name:"\u5EB7\u5DF4\u4EC0\u533A"},{code:"150621",name:"\u8FBE\u62C9\u7279\u65D7"},{code:"150622",name:"\u51C6\u683C\u5C14\u65D7"},{code:"150623",name:"\u9102\u6258\u514B\u524D\u65D7"},{code:"150624",name:"\u9102\u6258\u514B\u65D7"},{code:"150625",name:"\u676D\u9526\u65D7"},{code:"150626",name:"\u4E4C\u5BA1\u65D7"},{code:"150627",name:"\u4F0A\u91D1\u970D\u6D1B\u65D7"}]},{code:"1507",name:"\u547C\u4F26\u8D1D\u5C14\u5E02",children:[{code:"150702",name:"\u6D77\u62C9\u5C14\u533A"},{code:"150703",name:"\u624E\u8D49\u8BFA\u5C14\u533A"},{code:"150721",name:"\u963F\u8363\u65D7"},{code:"150722",name:"\u83AB\u529B\u8FBE\u74E6\u8FBE\u65A1\u5C14\u65CF\u81EA\u6CBB\u65D7"},{code:"150723",name:"\u9102\u4F26\u6625\u81EA\u6CBB\u65D7"},{code:"150724",name:"\u9102\u6E29\u514B\u65CF\u81EA\u6CBB\u65D7"},{code:"150725",name:"\u9648\u5DF4\u5C14\u864E\u65D7"},{code:"150726",name:"\u65B0\u5DF4\u5C14\u864E\u5DE6\u65D7"},{code:"150727",name:"\u65B0\u5DF4\u5C14\u864E\u53F3\u65D7"},{code:"150781",name:"\u6EE1\u6D32\u91CC\u5E02"},{code:"150782",name:"\u7259\u514B\u77F3\u5E02"},{code:"150783",name:"\u624E\u5170\u5C6F\u5E02"},{code:"150784",name:"\u989D\u5C14\u53E4\u7EB3\u5E02"},{code:"150785",name:"\u6839\u6CB3\u5E02"}]},{code:"1508",name:"\u5DF4\u5F66\u6DD6\u5C14\u5E02",children:[{code:"150802",name:"\u4E34\u6CB3\u533A"},{code:"150821",name:"\u4E94\u539F\u53BF"},{code:"150822",name:"\u78F4\u53E3\u53BF"},{code:"150823",name:"\u4E4C\u62C9\u7279\u524D\u65D7"},{code:"150824",name:"\u4E4C\u62C9\u7279\u4E2D\u65D7"},{code:"150825",name:"\u4E4C\u62C9\u7279\u540E\u65D7"},{code:"150826",name:"\u676D\u9526\u540E\u65D7"}]},{code:"1509",name:"\u4E4C\u5170\u5BDF\u5E03\u5E02",children:[{code:"150902",name:"\u96C6\u5B81\u533A"},{code:"150921",name:"\u5353\u8D44\u53BF"},{code:"150922",name:"\u5316\u5FB7\u53BF"},{code:"150923",name:"\u5546\u90FD\u53BF"},{code:"150924",name:"\u5174\u548C\u53BF"},{code:"150925",name:"\u51C9\u57CE\u53BF"},{code:"150926",name:"\u5BDF\u54C8\u5C14\u53F3\u7FFC\u524D\u65D7"},{code:"150927",name:"\u5BDF\u54C8\u5C14\u53F3\u7FFC\u4E2D\u65D7"},{code:"150928",name:"\u5BDF\u54C8\u5C14\u53F3\u7FFC\u540E\u65D7"},{code:"150929",name:"\u56DB\u5B50\u738B\u65D7"},{code:"150981",name:"\u4E30\u9547\u5E02"}]},{code:"1522",name:"\u5174\u5B89\u76DF",children:[{code:"152201",name:"\u4E4C\u5170\u6D69\u7279\u5E02"},{code:"152202",name:"\u963F\u5C14\u5C71\u5E02"},{code:"152221",name:"\u79D1\u5C14\u6C81\u53F3\u7FFC\u524D\u65D7"},{code:"152222",name:"\u79D1\u5C14\u6C81\u53F3\u7FFC\u4E2D\u65D7"},{code:"152223",name:"\u624E\u8D49\u7279\u65D7"},{code:"152224",name:"\u7A81\u6CC9\u53BF"}]},{code:"1525",name:"\u9521\u6797\u90ED\u52D2\u76DF",children:[{code:"152501",name:"\u4E8C\u8FDE\u6D69\u7279\u5E02"},{code:"152502",name:"\u9521\u6797\u6D69\u7279\u5E02"},{code:"152522",name:"\u963F\u5DF4\u560E\u65D7"},{code:"152523",name:"\u82CF\u5C3C\u7279\u5DE6\u65D7"},{code:"152524",name:"\u82CF\u5C3C\u7279\u53F3\u65D7"},{code:"152525",name:"\u4E1C\u4E4C\u73E0\u7A46\u6C81\u65D7"},{code:"152526",name:"\u897F\u4E4C\u73E0\u7A46\u6C81\u65D7"},{code:"152527",name:"\u592A\u4EC6\u5BFA\u65D7"},{code:"152528",name:"\u9576\u9EC4\u65D7"},{code:"152529",name:"\u6B63\u9576\u767D\u65D7"},{code:"152530",name:"\u6B63\u84DD\u65D7"},{code:"152531",name:"\u591A\u4F26\u53BF"},{code:"152571",name:"\u4E4C\u62C9\u76D6\u7BA1\u7406\u533A\u7BA1\u59D4\u4F1A"}]},{code:"1529",name:"\u963F\u62C9\u5584\u76DF",children:[{code:"152921",name:"\u963F\u62C9\u5584\u5DE6\u65D7"},{code:"152922",name:"\u963F\u62C9\u5584\u53F3\u65D7"},{code:"152923",name:"\u989D\u6D4E\u7EB3\u65D7"},{code:"152971",name:"\u5185\u8499\u53E4\u963F\u62C9\u5584\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]}]},{code:"21",name:"\u8FBD\u5B81\u7701",children:[{code:"2101",name:"\u6C88\u9633\u5E02",children:[{code:"210102",name:"\u548C\u5E73\u533A"},{code:"210103",name:"\u6C88\u6CB3\u533A"},{code:"210104",name:"\u5927\u4E1C\u533A"},{code:"210105",name:"\u7687\u59D1\u533A"},{code:"210106",name:"\u94C1\u897F\u533A"},{code:"210111",name:"\u82CF\u5BB6\u5C6F\u533A"},{code:"210112",name:"\u6D51\u5357\u533A"},{code:"210113",name:"\u6C88\u5317\u65B0\u533A"},{code:"210114",name:"\u4E8E\u6D2A\u533A"},{code:"210115",name:"\u8FBD\u4E2D\u533A"},{code:"210123",name:"\u5EB7\u5E73\u53BF"},{code:"210124",name:"\u6CD5\u5E93\u53BF"},{code:"210181",name:"\u65B0\u6C11\u5E02"}]},{code:"2102",name:"\u5927\u8FDE\u5E02",children:[{code:"210202",name:"\u4E2D\u5C71\u533A"},{code:"210203",name:"\u897F\u5C97\u533A"},{code:"210204",name:"\u6C99\u6CB3\u53E3\u533A"},{code:"210211",name:"\u7518\u4E95\u5B50\u533A"},{code:"210212",name:"\u65C5\u987A\u53E3\u533A"},{code:"210213",name:"\u91D1\u5DDE\u533A"},{code:"210214",name:"\u666E\u5170\u5E97\u533A"},{code:"210224",name:"\u957F\u6D77\u53BF"},{code:"210281",name:"\u74E6\u623F\u5E97\u5E02"},{code:"210283",name:"\u5E84\u6CB3\u5E02"}]},{code:"2103",name:"\u978D\u5C71\u5E02",children:[{code:"210302",name:"\u94C1\u4E1C\u533A"},{code:"210303",name:"\u94C1\u897F\u533A"},{code:"210304",name:"\u7ACB\u5C71\u533A"},{code:"210311",name:"\u5343\u5C71\u533A"},{code:"210321",name:"\u53F0\u5B89\u53BF"},{code:"210323",name:"\u5CAB\u5CA9\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"210381",name:"\u6D77\u57CE\u5E02"}]},{code:"2104",name:"\u629A\u987A\u5E02",children:[{code:"210402",name:"\u65B0\u629A\u533A"},{code:"210403",name:"\u4E1C\u6D32\u533A"},{code:"210404",name:"\u671B\u82B1\u533A"},{code:"210411",name:"\u987A\u57CE\u533A"},{code:"210421",name:"\u629A\u987A\u53BF"},{code:"210422",name:"\u65B0\u5BBE\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"210423",name:"\u6E05\u539F\u6EE1\u65CF\u81EA\u6CBB\u53BF"}]},{code:"2105",name:"\u672C\u6EAA\u5E02",children:[{code:"210502",name:"\u5E73\u5C71\u533A"},{code:"210503",name:"\u6EAA\u6E56\u533A"},{code:"210504",name:"\u660E\u5C71\u533A"},{code:"210505",name:"\u5357\u82AC\u533A"},{code:"210521",name:"\u672C\u6EAA\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"210522",name:"\u6853\u4EC1\u6EE1\u65CF\u81EA\u6CBB\u53BF"}]},{code:"2106",name:"\u4E39\u4E1C\u5E02",children:[{code:"210602",name:"\u5143\u5B9D\u533A"},{code:"210603",name:"\u632F\u5174\u533A"},{code:"210604",name:"\u632F\u5B89\u533A"},{code:"210624",name:"\u5BBD\u7538\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"210681",name:"\u4E1C\u6E2F\u5E02"},{code:"210682",name:"\u51E4\u57CE\u5E02"}]},{code:"2107",name:"\u9526\u5DDE\u5E02",children:[{code:"210702",name:"\u53E4\u5854\u533A"},{code:"210703",name:"\u51CC\u6CB3\u533A"},{code:"210711",name:"\u592A\u548C\u533A"},{code:"210726",name:"\u9ED1\u5C71\u53BF"},{code:"210727",name:"\u4E49\u53BF"},{code:"210781",name:"\u51CC\u6D77\u5E02"},{code:"210782",name:"\u5317\u9547\u5E02"}]},{code:"2108",name:"\u8425\u53E3\u5E02",children:[{code:"210802",name:"\u7AD9\u524D\u533A"},{code:"210803",name:"\u897F\u5E02\u533A"},{code:"210804",name:"\u9C85\u9C7C\u5708\u533A"},{code:"210811",name:"\u8001\u8FB9\u533A"},{code:"210881",name:"\u76D6\u5DDE\u5E02"},{code:"210882",name:"\u5927\u77F3\u6865\u5E02"}]},{code:"2109",name:"\u961C\u65B0\u5E02",children:[{code:"210902",name:"\u6D77\u5DDE\u533A"},{code:"210903",name:"\u65B0\u90B1\u533A"},{code:"210904",name:"\u592A\u5E73\u533A"},{code:"210905",name:"\u6E05\u6CB3\u95E8\u533A"},{code:"210911",name:"\u7EC6\u6CB3\u533A"},{code:"210921",name:"\u961C\u65B0\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"},{code:"210922",name:"\u5F70\u6B66\u53BF"}]},{code:"2110",name:"\u8FBD\u9633\u5E02",children:[{code:"211002",name:"\u767D\u5854\u533A"},{code:"211003",name:"\u6587\u5723\u533A"},{code:"211004",name:"\u5B8F\u4F1F\u533A"},{code:"211005",name:"\u5F13\u957F\u5CAD\u533A"},{code:"211011",name:"\u592A\u5B50\u6CB3\u533A"},{code:"211021",name:"\u8FBD\u9633\u53BF"},{code:"211081",name:"\u706F\u5854\u5E02"}]},{code:"2111",name:"\u76D8\u9526\u5E02",children:[{code:"211102",name:"\u53CC\u53F0\u5B50\u533A"},{code:"211103",name:"\u5174\u9686\u53F0\u533A"},{code:"211104",name:"\u5927\u6D3C\u533A"},{code:"211122",name:"\u76D8\u5C71\u53BF"}]},{code:"2112",name:"\u94C1\u5CAD\u5E02",children:[{code:"211202",name:"\u94F6\u5DDE\u533A"},{code:"211204",name:"\u6E05\u6CB3\u533A"},{code:"211221",name:"\u94C1\u5CAD\u53BF"},{code:"211223",name:"\u897F\u4E30\u53BF"},{code:"211224",name:"\u660C\u56FE\u53BF"},{code:"211281",name:"\u8C03\u5175\u5C71\u5E02"},{code:"211282",name:"\u5F00\u539F\u5E02"}]},{code:"2113",name:"\u671D\u9633\u5E02",children:[{code:"211302",name:"\u53CC\u5854\u533A"},{code:"211303",name:"\u9F99\u57CE\u533A"},{code:"211321",name:"\u671D\u9633\u53BF"},{code:"211322",name:"\u5EFA\u5E73\u53BF"},{code:"211324",name:"\u5580\u5587\u6C81\u5DE6\u7FFC\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"},{code:"211381",name:"\u5317\u7968\u5E02"},{code:"211382",name:"\u51CC\u6E90\u5E02"}]},{code:"2114",name:"\u846B\u82A6\u5C9B\u5E02",children:[{code:"211402",name:"\u8FDE\u5C71\u533A"},{code:"211403",name:"\u9F99\u6E2F\u533A"},{code:"211404",name:"\u5357\u7968\u533A"},{code:"211421",name:"\u7EE5\u4E2D\u53BF"},{code:"211422",name:"\u5EFA\u660C\u53BF"},{code:"211481",name:"\u5174\u57CE\u5E02"}]}]},{code:"22",name:"\u5409\u6797\u7701",children:[{code:"2201",name:"\u957F\u6625\u5E02",children:[{code:"220102",name:"\u5357\u5173\u533A"},{code:"220103",name:"\u5BBD\u57CE\u533A"},{code:"220104",name:"\u671D\u9633\u533A"},{code:"220105",name:"\u4E8C\u9053\u533A"},{code:"220106",name:"\u7EFF\u56ED\u533A"},{code:"220112",name:"\u53CC\u9633\u533A"},{code:"220113",name:"\u4E5D\u53F0\u533A"},{code:"220122",name:"\u519C\u5B89\u53BF"},{code:"220171",name:"\u957F\u6625\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"220172",name:"\u957F\u6625\u51C0\u6708\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"220173",name:"\u957F\u6625\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"220174",name:"\u957F\u6625\u6C7D\u8F66\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"220182",name:"\u6986\u6811\u5E02"},{code:"220183",name:"\u5FB7\u60E0\u5E02"},{code:"220184",name:"\u516C\u4E3B\u5CAD\u5E02"}]},{code:"2202",name:"\u5409\u6797\u5E02",children:[{code:"220202",name:"\u660C\u9091\u533A"},{code:"220203",name:"\u9F99\u6F6D\u533A"},{code:"220204",name:"\u8239\u8425\u533A"},{code:"220211",name:"\u4E30\u6EE1\u533A"},{code:"220221",name:"\u6C38\u5409\u53BF"},{code:"220271",name:"\u5409\u6797\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"220272",name:"\u5409\u6797\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"220273",name:"\u5409\u6797\u4E2D\u56FD\u65B0\u52A0\u5761\u98DF\u54C1\u533A"},{code:"220281",name:"\u86DF\u6CB3\u5E02"},{code:"220282",name:"\u6866\u7538\u5E02"},{code:"220283",name:"\u8212\u5170\u5E02"},{code:"220284",name:"\u78D0\u77F3\u5E02"}]},{code:"2203",name:"\u56DB\u5E73\u5E02",children:[{code:"220302",name:"\u94C1\u897F\u533A"},{code:"220303",name:"\u94C1\u4E1C\u533A"},{code:"220322",name:"\u68A8\u6811\u53BF"},{code:"220323",name:"\u4F0A\u901A\u6EE1\u65CF\u81EA\u6CBB\u53BF"},{code:"220382",name:"\u53CC\u8FBD\u5E02"}]},{code:"2204",name:"\u8FBD\u6E90\u5E02",children:[{code:"220402",name:"\u9F99\u5C71\u533A"},{code:"220403",name:"\u897F\u5B89\u533A"},{code:"220421",name:"\u4E1C\u4E30\u53BF"},{code:"220422",name:"\u4E1C\u8FBD\u53BF"}]},{code:"2205",name:"\u901A\u5316\u5E02",children:[{code:"220502",name:"\u4E1C\u660C\u533A"},{code:"220503",name:"\u4E8C\u9053\u6C5F\u533A"},{code:"220521",name:"\u901A\u5316\u53BF"},{code:"220523",name:"\u8F89\u5357\u53BF"},{code:"220524",name:"\u67F3\u6CB3\u53BF"},{code:"220581",name:"\u6885\u6CB3\u53E3\u5E02"},{code:"220582",name:"\u96C6\u5B89\u5E02"}]},{code:"2206",name:"\u767D\u5C71\u5E02",children:[{code:"220602",name:"\u6D51\u6C5F\u533A"},{code:"220605",name:"\u6C5F\u6E90\u533A"},{code:"220621",name:"\u629A\u677E\u53BF"},{code:"220622",name:"\u9756\u5B87\u53BF"},{code:"220623",name:"\u957F\u767D\u671D\u9C9C\u65CF\u81EA\u6CBB\u53BF"},{code:"220681",name:"\u4E34\u6C5F\u5E02"}]},{code:"2207",name:"\u677E\u539F\u5E02",children:[{code:"220702",name:"\u5B81\u6C5F\u533A"},{code:"220721",name:"\u524D\u90ED\u5C14\u7F57\u65AF\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"},{code:"220722",name:"\u957F\u5CAD\u53BF"},{code:"220723",name:"\u4E7E\u5B89\u53BF"},{code:"220771",name:"\u5409\u6797\u677E\u539F\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"220781",name:"\u6276\u4F59\u5E02"}]},{code:"2208",name:"\u767D\u57CE\u5E02",children:[{code:"220802",name:"\u6D2E\u5317\u533A"},{code:"220821",name:"\u9547\u8D49\u53BF"},{code:"220822",name:"\u901A\u6986\u53BF"},{code:"220871",name:"\u5409\u6797\u767D\u57CE\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"220881",name:"\u6D2E\u5357\u5E02"},{code:"220882",name:"\u5927\u5B89\u5E02"}]},{code:"2224",name:"\u5EF6\u8FB9\u671D\u9C9C\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"222401",name:"\u5EF6\u5409\u5E02"},{code:"222402",name:"\u56FE\u4EEC\u5E02"},{code:"222403",name:"\u6566\u5316\u5E02"},{code:"222404",name:"\u73F2\u6625\u5E02"},{code:"222405",name:"\u9F99\u4E95\u5E02"},{code:"222406",name:"\u548C\u9F99\u5E02"},{code:"222424",name:"\u6C6A\u6E05\u53BF"},{code:"222426",name:"\u5B89\u56FE\u53BF"}]}]},{code:"23",name:"\u9ED1\u9F99\u6C5F\u7701",children:[{code:"2301",name:"\u54C8\u5C14\u6EE8\u5E02",children:[{code:"230102",name:"\u9053\u91CC\u533A"},{code:"230103",name:"\u5357\u5C97\u533A"},{code:"230104",name:"\u9053\u5916\u533A"},{code:"230108",name:"\u5E73\u623F\u533A"},{code:"230109",name:"\u677E\u5317\u533A"},{code:"230110",name:"\u9999\u574A\u533A"},{code:"230111",name:"\u547C\u5170\u533A"},{code:"230112",name:"\u963F\u57CE\u533A"},{code:"230113",name:"\u53CC\u57CE\u533A"},{code:"230123",name:"\u4F9D\u5170\u53BF"},{code:"230124",name:"\u65B9\u6B63\u53BF"},{code:"230125",name:"\u5BBE\u53BF"},{code:"230126",name:"\u5DF4\u5F66\u53BF"},{code:"230127",name:"\u6728\u5170\u53BF"},{code:"230128",name:"\u901A\u6CB3\u53BF"},{code:"230129",name:"\u5EF6\u5BFF\u53BF"},{code:"230183",name:"\u5C1A\u5FD7\u5E02"},{code:"230184",name:"\u4E94\u5E38\u5E02"}]},{code:"2302",name:"\u9F50\u9F50\u54C8\u5C14\u5E02",children:[{code:"230202",name:"\u9F99\u6C99\u533A"},{code:"230203",name:"\u5EFA\u534E\u533A"},{code:"230204",name:"\u94C1\u950B\u533A"},{code:"230205",name:"\u6602\u6602\u6EAA\u533A"},{code:"230206",name:"\u5BCC\u62C9\u5C14\u57FA\u533A"},{code:"230207",name:"\u78BE\u5B50\u5C71\u533A"},{code:"230208",name:"\u6885\u91CC\u65AF\u8FBE\u65A1\u5C14\u65CF\u533A"},{code:"230221",name:"\u9F99\u6C5F\u53BF"},{code:"230223",name:"\u4F9D\u5B89\u53BF"},{code:"230224",name:"\u6CF0\u6765\u53BF"},{code:"230225",name:"\u7518\u5357\u53BF"},{code:"230227",name:"\u5BCC\u88D5\u53BF"},{code:"230229",name:"\u514B\u5C71\u53BF"},{code:"230230",name:"\u514B\u4E1C\u53BF"},{code:"230231",name:"\u62DC\u6CC9\u53BF"},{code:"230281",name:"\u8BB7\u6CB3\u5E02"}]},{code:"2303",name:"\u9E21\u897F\u5E02",children:[{code:"230302",name:"\u9E21\u51A0\u533A"},{code:"230303",name:"\u6052\u5C71\u533A"},{code:"230304",name:"\u6EF4\u9053\u533A"},{code:"230305",name:"\u68A8\u6811\u533A"},{code:"230306",name:"\u57CE\u5B50\u6CB3\u533A"},{code:"230307",name:"\u9EBB\u5C71\u533A"},{code:"230321",name:"\u9E21\u4E1C\u53BF"},{code:"230381",name:"\u864E\u6797\u5E02"},{code:"230382",name:"\u5BC6\u5C71\u5E02"}]},{code:"2304",name:"\u9E64\u5C97\u5E02",children:[{code:"230402",name:"\u5411\u9633\u533A"},{code:"230403",name:"\u5DE5\u519C\u533A"},{code:"230404",name:"\u5357\u5C71\u533A"},{code:"230405",name:"\u5174\u5B89\u533A"},{code:"230406",name:"\u4E1C\u5C71\u533A"},{code:"230407",name:"\u5174\u5C71\u533A"},{code:"230421",name:"\u841D\u5317\u53BF"},{code:"230422",name:"\u7EE5\u6EE8\u53BF"}]},{code:"2305",name:"\u53CC\u9E2D\u5C71\u5E02",children:[{code:"230502",name:"\u5C16\u5C71\u533A"},{code:"230503",name:"\u5CAD\u4E1C\u533A"},{code:"230505",name:"\u56DB\u65B9\u53F0\u533A"},{code:"230506",name:"\u5B9D\u5C71\u533A"},{code:"230521",name:"\u96C6\u8D24\u53BF"},{code:"230522",name:"\u53CB\u8C0A\u53BF"},{code:"230523",name:"\u5B9D\u6E05\u53BF"},{code:"230524",name:"\u9976\u6CB3\u53BF"}]},{code:"2306",name:"\u5927\u5E86\u5E02",children:[{code:"230602",name:"\u8428\u5C14\u56FE\u533A"},{code:"230603",name:"\u9F99\u51E4\u533A"},{code:"230604",name:"\u8BA9\u80E1\u8DEF\u533A"},{code:"230605",name:"\u7EA2\u5C97\u533A"},{code:"230606",name:"\u5927\u540C\u533A"},{code:"230621",name:"\u8087\u5DDE\u53BF"},{code:"230622",name:"\u8087\u6E90\u53BF"},{code:"230623",name:"\u6797\u7538\u53BF"},{code:"230624",name:"\u675C\u5C14\u4F2F\u7279\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"},{code:"230671",name:"\u5927\u5E86\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]},{code:"2307",name:"\u4F0A\u6625\u5E02",children:[{code:"230717",name:"\u4F0A\u7F8E\u533A"},{code:"230718",name:"\u4E4C\u7FE0\u533A"},{code:"230719",name:"\u53CB\u597D\u533A"},{code:"230722",name:"\u5609\u836B\u53BF"},{code:"230723",name:"\u6C64\u65FA\u53BF"},{code:"230724",name:"\u4E30\u6797\u53BF"},{code:"230725",name:"\u5927\u7B90\u5C71\u53BF"},{code:"230726",name:"\u5357\u5C94\u53BF"},{code:"230751",name:"\u91D1\u6797\u533A"},{code:"230781",name:"\u94C1\u529B\u5E02"}]},{code:"2308",name:"\u4F73\u6728\u65AF\u5E02",children:[{code:"230803",name:"\u5411\u9633\u533A"},{code:"230804",name:"\u524D\u8FDB\u533A"},{code:"230805",name:"\u4E1C\u98CE\u533A"},{code:"230811",name:"\u90CA\u533A"},{code:"230822",name:"\u6866\u5357\u53BF"},{code:"230826",name:"\u6866\u5DDD\u53BF"},{code:"230828",name:"\u6C64\u539F\u53BF"},{code:"230881",name:"\u540C\u6C5F\u5E02"},{code:"230882",name:"\u5BCC\u9526\u5E02"},{code:"230883",name:"\u629A\u8FDC\u5E02"}]},{code:"2309",name:"\u4E03\u53F0\u6CB3\u5E02",children:[{code:"230902",name:"\u65B0\u5174\u533A"},{code:"230903",name:"\u6843\u5C71\u533A"},{code:"230904",name:"\u8304\u5B50\u6CB3\u533A"},{code:"230921",name:"\u52C3\u5229\u53BF"}]},{code:"2310",name:"\u7261\u4E39\u6C5F\u5E02",children:[{code:"231002",name:"\u4E1C\u5B89\u533A"},{code:"231003",name:"\u9633\u660E\u533A"},{code:"231004",name:"\u7231\u6C11\u533A"},{code:"231005",name:"\u897F\u5B89\u533A"},{code:"231025",name:"\u6797\u53E3\u53BF"},{code:"231081",name:"\u7EE5\u82AC\u6CB3\u5E02"},{code:"231083",name:"\u6D77\u6797\u5E02"},{code:"231084",name:"\u5B81\u5B89\u5E02"},{code:"231085",name:"\u7A46\u68F1\u5E02"},{code:"231086",name:"\u4E1C\u5B81\u5E02"}]},{code:"2311",name:"\u9ED1\u6CB3\u5E02",children:[{code:"231102",name:"\u7231\u8F89\u533A"},{code:"231123",name:"\u900A\u514B\u53BF"},{code:"231124",name:"\u5B59\u5434\u53BF"},{code:"231181",name:"\u5317\u5B89\u5E02"},{code:"231182",name:"\u4E94\u5927\u8FDE\u6C60\u5E02"},{code:"231183",name:"\u5AE9\u6C5F\u5E02"}]},{code:"2312",name:"\u7EE5\u5316\u5E02",children:[{code:"231202",name:"\u5317\u6797\u533A"},{code:"231221",name:"\u671B\u594E\u53BF"},{code:"231222",name:"\u5170\u897F\u53BF"},{code:"231223",name:"\u9752\u5188\u53BF"},{code:"231224",name:"\u5E86\u5B89\u53BF"},{code:"231225",name:"\u660E\u6C34\u53BF"},{code:"231226",name:"\u7EE5\u68F1\u53BF"},{code:"231281",name:"\u5B89\u8FBE\u5E02"},{code:"231282",name:"\u8087\u4E1C\u5E02"},{code:"231283",name:"\u6D77\u4F26\u5E02"}]},{code:"2327",name:"\u5927\u5174\u5B89\u5CAD\u5730\u533A",children:[{code:"232701",name:"\u6F20\u6CB3\u5E02"},{code:"232721",name:"\u547C\u739B\u53BF"},{code:"232722",name:"\u5854\u6CB3\u53BF"},{code:"232761",name:"\u52A0\u683C\u8FBE\u5947\u533A"},{code:"232762",name:"\u677E\u5CAD\u533A"},{code:"232763",name:"\u65B0\u6797\u533A"},{code:"232764",name:"\u547C\u4E2D\u533A"}]}]},{code:"31",name:"\u4E0A\u6D77\u5E02",children:[{code:"3101",name:"\u5E02\u8F96\u533A",children:[{code:"310101",name:"\u9EC4\u6D66\u533A"},{code:"310104",name:"\u5F90\u6C47\u533A"},{code:"310105",name:"\u957F\u5B81\u533A"},{code:"310106",name:"\u9759\u5B89\u533A"},{code:"310107",name:"\u666E\u9640\u533A"},{code:"310109",name:"\u8679\u53E3\u533A"},{code:"310110",name:"\u6768\u6D66\u533A"},{code:"310112",name:"\u95F5\u884C\u533A"},{code:"310113",name:"\u5B9D\u5C71\u533A"},{code:"310114",name:"\u5609\u5B9A\u533A"},{code:"310115",name:"\u6D66\u4E1C\u65B0\u533A"},{code:"310116",name:"\u91D1\u5C71\u533A"},{code:"310117",name:"\u677E\u6C5F\u533A"},{code:"310118",name:"\u9752\u6D66\u533A"},{code:"310120",name:"\u5949\u8D24\u533A"},{code:"310151",name:"\u5D07\u660E\u533A"}]}]},{code:"32",name:"\u6C5F\u82CF\u7701",children:[{code:"3201",name:"\u5357\u4EAC\u5E02",children:[{code:"320102",name:"\u7384\u6B66\u533A"},{code:"320104",name:"\u79E6\u6DEE\u533A"},{code:"320105",name:"\u5EFA\u90BA\u533A"},{code:"320106",name:"\u9F13\u697C\u533A"},{code:"320111",name:"\u6D66\u53E3\u533A"},{code:"320113",name:"\u6816\u971E\u533A"},{code:"320114",name:"\u96E8\u82B1\u53F0\u533A"},{code:"320115",name:"\u6C5F\u5B81\u533A"},{code:"320116",name:"\u516D\u5408\u533A"},{code:"320117",name:"\u6EA7\u6C34\u533A"},{code:"320118",name:"\u9AD8\u6DF3\u533A"}]},{code:"3202",name:"\u65E0\u9521\u5E02",children:[{code:"320205",name:"\u9521\u5C71\u533A"},{code:"320206",name:"\u60E0\u5C71\u533A"},{code:"320211",name:"\u6EE8\u6E56\u533A"},{code:"320213",name:"\u6881\u6EAA\u533A"},{code:"320214",name:"\u65B0\u5434\u533A"},{code:"320281",name:"\u6C5F\u9634\u5E02"},{code:"320282",name:"\u5B9C\u5174\u5E02"}]},{code:"3203",name:"\u5F90\u5DDE\u5E02",children:[{code:"320302",name:"\u9F13\u697C\u533A"},{code:"320303",name:"\u4E91\u9F99\u533A"},{code:"320305",name:"\u8D3E\u6C6A\u533A"},{code:"320311",name:"\u6CC9\u5C71\u533A"},{code:"320312",name:"\u94DC\u5C71\u533A"},{code:"320321",name:"\u4E30\u53BF"},{code:"320322",name:"\u6C9B\u53BF"},{code:"320324",name:"\u7762\u5B81\u53BF"},{code:"320371",name:"\u5F90\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"320381",name:"\u65B0\u6C82\u5E02"},{code:"320382",name:"\u90B3\u5DDE\u5E02"}]},{code:"3204",name:"\u5E38\u5DDE\u5E02",children:[{code:"320402",name:"\u5929\u5B81\u533A"},{code:"320404",name:"\u949F\u697C\u533A"},{code:"320411",name:"\u65B0\u5317\u533A"},{code:"320412",name:"\u6B66\u8FDB\u533A"},{code:"320413",name:"\u91D1\u575B\u533A"},{code:"320481",name:"\u6EA7\u9633\u5E02"}]},{code:"3205",name:"\u82CF\u5DDE\u5E02",children:[{code:"320505",name:"\u864E\u4E18\u533A"},{code:"320506",name:"\u5434\u4E2D\u533A"},{code:"320507",name:"\u76F8\u57CE\u533A"},{code:"320508",name:"\u59D1\u82CF\u533A"},{code:"320509",name:"\u5434\u6C5F\u533A"},{code:"320576",name:"\u82CF\u5DDE\u5DE5\u4E1A\u56ED\u533A"},{code:"320581",name:"\u5E38\u719F\u5E02"},{code:"320582",name:"\u5F20\u5BB6\u6E2F\u5E02"},{code:"320583",name:"\u6606\u5C71\u5E02"},{code:"320585",name:"\u592A\u4ED3\u5E02"}]},{code:"3206",name:"\u5357\u901A\u5E02",children:[{code:"320612",name:"\u901A\u5DDE\u533A"},{code:"320613",name:"\u5D07\u5DDD\u533A"},{code:"320614",name:"\u6D77\u95E8\u533A"},{code:"320623",name:"\u5982\u4E1C\u53BF"},{code:"320671",name:"\u5357\u901A\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"320681",name:"\u542F\u4E1C\u5E02"},{code:"320682",name:"\u5982\u768B\u5E02"},{code:"320685",name:"\u6D77\u5B89\u5E02"}]},{code:"3207",name:"\u8FDE\u4E91\u6E2F\u5E02",children:[{code:"320703",name:"\u8FDE\u4E91\u533A"},{code:"320706",name:"\u6D77\u5DDE\u533A"},{code:"320707",name:"\u8D63\u6986\u533A"},{code:"320722",name:"\u4E1C\u6D77\u53BF"},{code:"320723",name:"\u704C\u4E91\u53BF"},{code:"320724",name:"\u704C\u5357\u53BF"},{code:"320771",name:"\u8FDE\u4E91\u6E2F\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"3208",name:"\u6DEE\u5B89\u5E02",children:[{code:"320803",name:"\u6DEE\u5B89\u533A"},{code:"320804",name:"\u6DEE\u9634\u533A"},{code:"320812",name:"\u6E05\u6C5F\u6D66\u533A"},{code:"320813",name:"\u6D2A\u6CFD\u533A"},{code:"320826",name:"\u6D9F\u6C34\u53BF"},{code:"320830",name:"\u76F1\u7719\u53BF"},{code:"320831",name:"\u91D1\u6E56\u53BF"},{code:"320871",name:"\u6DEE\u5B89\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"3209",name:"\u76D0\u57CE\u5E02",children:[{code:"320902",name:"\u4EAD\u6E56\u533A"},{code:"320903",name:"\u76D0\u90FD\u533A"},{code:"320904",name:"\u5927\u4E30\u533A"},{code:"320921",name:"\u54CD\u6C34\u53BF"},{code:"320922",name:"\u6EE8\u6D77\u53BF"},{code:"320923",name:"\u961C\u5B81\u53BF"},{code:"320924",name:"\u5C04\u9633\u53BF"},{code:"320925",name:"\u5EFA\u6E56\u53BF"},{code:"320971",name:"\u76D0\u57CE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"320981",name:"\u4E1C\u53F0\u5E02"}]},{code:"3210",name:"\u626C\u5DDE\u5E02",children:[{code:"321002",name:"\u5E7F\u9675\u533A"},{code:"321003",name:"\u9097\u6C5F\u533A"},{code:"321012",name:"\u6C5F\u90FD\u533A"},{code:"321023",name:"\u5B9D\u5E94\u53BF"},{code:"321071",name:"\u626C\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"321081",name:"\u4EEA\u5F81\u5E02"},{code:"321084",name:"\u9AD8\u90AE\u5E02"}]},{code:"3211",name:"\u9547\u6C5F\u5E02",children:[{code:"321102",name:"\u4EAC\u53E3\u533A"},{code:"321111",name:"\u6DA6\u5DDE\u533A"},{code:"321112",name:"\u4E39\u5F92\u533A"},{code:"321171",name:"\u9547\u6C5F\u65B0\u533A"},{code:"321181",name:"\u4E39\u9633\u5E02"},{code:"321182",name:"\u626C\u4E2D\u5E02"},{code:"321183",name:"\u53E5\u5BB9\u5E02"}]},{code:"3212",name:"\u6CF0\u5DDE\u5E02",children:[{code:"321202",name:"\u6D77\u9675\u533A"},{code:"321203",name:"\u9AD8\u6E2F\u533A"},{code:"321204",name:"\u59DC\u5830\u533A"},{code:"321281",name:"\u5174\u5316\u5E02"},{code:"321282",name:"\u9756\u6C5F\u5E02"},{code:"321283",name:"\u6CF0\u5174\u5E02"}]},{code:"3213",name:"\u5BBF\u8FC1\u5E02",children:[{code:"321302",name:"\u5BBF\u57CE\u533A"},{code:"321311",name:"\u5BBF\u8C6B\u533A"},{code:"321322",name:"\u6CAD\u9633\u53BF"},{code:"321323",name:"\u6CD7\u9633\u53BF"},{code:"321324",name:"\u6CD7\u6D2A\u53BF"},{code:"321371",name:"\u5BBF\u8FC1\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]}]},{code:"33",name:"\u6D59\u6C5F\u7701",children:[{code:"3301",name:"\u676D\u5DDE\u5E02",children:[{code:"330102",name:"\u4E0A\u57CE\u533A"},{code:"330105",name:"\u62F1\u5885\u533A"},{code:"330106",name:"\u897F\u6E56\u533A"},{code:"330108",name:"\u6EE8\u6C5F\u533A"},{code:"330109",name:"\u8427\u5C71\u533A"},{code:"330110",name:"\u4F59\u676D\u533A"},{code:"330111",name:"\u5BCC\u9633\u533A"},{code:"330112",name:"\u4E34\u5B89\u533A"},{code:"330113",name:"\u4E34\u5E73\u533A"},{code:"330114",name:"\u94B1\u5858\u533A"},{code:"330122",name:"\u6850\u5E90\u53BF"},{code:"330127",name:"\u6DF3\u5B89\u53BF"},{code:"330182",name:"\u5EFA\u5FB7\u5E02"}]},{code:"3302",name:"\u5B81\u6CE2\u5E02",children:[{code:"330203",name:"\u6D77\u66D9\u533A"},{code:"330205",name:"\u6C5F\u5317\u533A"},{code:"330206",name:"\u5317\u4ED1\u533A"},{code:"330211",name:"\u9547\u6D77\u533A"},{code:"330212",name:"\u911E\u5DDE\u533A"},{code:"330213",name:"\u5949\u5316\u533A"},{code:"330225",name:"\u8C61\u5C71\u53BF"},{code:"330226",name:"\u5B81\u6D77\u53BF"},{code:"330281",name:"\u4F59\u59DA\u5E02"},{code:"330282",name:"\u6148\u6EAA\u5E02"}]},{code:"3303",name:"\u6E29\u5DDE\u5E02",children:[{code:"330302",name:"\u9E7F\u57CE\u533A"},{code:"330303",name:"\u9F99\u6E7E\u533A"},{code:"330304",name:"\u74EF\u6D77\u533A"},{code:"330305",name:"\u6D1E\u5934\u533A"},{code:"330324",name:"\u6C38\u5609\u53BF"},{code:"330326",name:"\u5E73\u9633\u53BF"},{code:"330327",name:"\u82CD\u5357\u53BF"},{code:"330328",name:"\u6587\u6210\u53BF"},{code:"330329",name:"\u6CF0\u987A\u53BF"},{code:"330381",name:"\u745E\u5B89\u5E02"},{code:"330382",name:"\u4E50\u6E05\u5E02"},{code:"330383",name:"\u9F99\u6E2F\u5E02"}]},{code:"3304",name:"\u5609\u5174\u5E02",children:[{code:"330402",name:"\u5357\u6E56\u533A"},{code:"330411",name:"\u79C0\u6D32\u533A"},{code:"330421",name:"\u5609\u5584\u53BF"},{code:"330424",name:"\u6D77\u76D0\u53BF"},{code:"330481",name:"\u6D77\u5B81\u5E02"},{code:"330482",name:"\u5E73\u6E56\u5E02"},{code:"330483",name:"\u6850\u4E61\u5E02"}]},{code:"3305",name:"\u6E56\u5DDE\u5E02",children:[{code:"330502",name:"\u5434\u5174\u533A"},{code:"330503",name:"\u5357\u6D54\u533A"},{code:"330521",name:"\u5FB7\u6E05\u53BF"},{code:"330522",name:"\u957F\u5174\u53BF"},{code:"330523",name:"\u5B89\u5409\u53BF"}]},{code:"3306",name:"\u7ECD\u5174\u5E02",children:[{code:"330602",name:"\u8D8A\u57CE\u533A"},{code:"330603",name:"\u67EF\u6865\u533A"},{code:"330604",name:"\u4E0A\u865E\u533A"},{code:"330624",name:"\u65B0\u660C\u53BF"},{code:"330681",name:"\u8BF8\u66A8\u5E02"},{code:"330683",name:"\u5D4A\u5DDE\u5E02"}]},{code:"3307",name:"\u91D1\u534E\u5E02",children:[{code:"330702",name:"\u5A7A\u57CE\u533A"},{code:"330703",name:"\u91D1\u4E1C\u533A"},{code:"330723",name:"\u6B66\u4E49\u53BF"},{code:"330726",name:"\u6D66\u6C5F\u53BF"},{code:"330727",name:"\u78D0\u5B89\u53BF"},{code:"330781",name:"\u5170\u6EAA\u5E02"},{code:"330782",name:"\u4E49\u4E4C\u5E02"},{code:"330783",name:"\u4E1C\u9633\u5E02"},{code:"330784",name:"\u6C38\u5EB7\u5E02"}]},{code:"3308",name:"\u8862\u5DDE\u5E02",children:[{code:"330802",name:"\u67EF\u57CE\u533A"},{code:"330803",name:"\u8862\u6C5F\u533A"},{code:"330822",name:"\u5E38\u5C71\u53BF"},{code:"330824",name:"\u5F00\u5316\u53BF"},{code:"330825",name:"\u9F99\u6E38\u53BF"},{code:"330881",name:"\u6C5F\u5C71\u5E02"}]},{code:"3309",name:"\u821F\u5C71\u5E02",children:[{code:"330902",name:"\u5B9A\u6D77\u533A"},{code:"330903",name:"\u666E\u9640\u533A"},{code:"330921",name:"\u5CB1\u5C71\u53BF"},{code:"330922",name:"\u5D4A\u6CD7\u53BF"}]},{code:"3310",name:"\u53F0\u5DDE\u5E02",children:[{code:"331002",name:"\u6912\u6C5F\u533A"},{code:"331003",name:"\u9EC4\u5CA9\u533A"},{code:"331004",name:"\u8DEF\u6865\u533A"},{code:"331022",name:"\u4E09\u95E8\u53BF"},{code:"331023",name:"\u5929\u53F0\u53BF"},{code:"331024",name:"\u4ED9\u5C45\u53BF"},{code:"331081",name:"\u6E29\u5CAD\u5E02"},{code:"331082",name:"\u4E34\u6D77\u5E02"},{code:"331083",name:"\u7389\u73AF\u5E02"}]},{code:"3311",name:"\u4E3D\u6C34\u5E02",children:[{code:"331102",name:"\u83B2\u90FD\u533A"},{code:"331121",name:"\u9752\u7530\u53BF"},{code:"331122",name:"\u7F19\u4E91\u53BF"},{code:"331123",name:"\u9042\u660C\u53BF"},{code:"331124",name:"\u677E\u9633\u53BF"},{code:"331125",name:"\u4E91\u548C\u53BF"},{code:"331126",name:"\u5E86\u5143\u53BF"},{code:"331127",name:"\u666F\u5B81\u7572\u65CF\u81EA\u6CBB\u53BF"},{code:"331181",name:"\u9F99\u6CC9\u5E02"}]}]},{code:"34",name:"\u5B89\u5FBD\u7701",children:[{code:"3401",name:"\u5408\u80A5\u5E02",children:[{code:"340102",name:"\u7476\u6D77\u533A"},{code:"340103",name:"\u5E90\u9633\u533A"},{code:"340104",name:"\u8700\u5C71\u533A"},{code:"340111",name:"\u5305\u6CB3\u533A"},{code:"340121",name:"\u957F\u4E30\u53BF"},{code:"340122",name:"\u80A5\u4E1C\u53BF"},{code:"340123",name:"\u80A5\u897F\u53BF"},{code:"340124",name:"\u5E90\u6C5F\u53BF"},{code:"340176",name:"\u5408\u80A5\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"340177",name:"\u5408\u80A5\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"340178",name:"\u5408\u80A5\u65B0\u7AD9\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"340181",name:"\u5DE2\u6E56\u5E02"}]},{code:"3402",name:"\u829C\u6E56\u5E02",children:[{code:"340202",name:"\u955C\u6E56\u533A"},{code:"340207",name:"\u9E20\u6C5F\u533A"},{code:"340209",name:"\u5F0B\u6C5F\u533A"},{code:"340210",name:"\u6E7E\u6C9A\u533A"},{code:"340212",name:"\u7E41\u660C\u533A"},{code:"340223",name:"\u5357\u9675\u53BF"},{code:"340271",name:"\u829C\u6E56\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"340272",name:"\u5B89\u5FBD\u829C\u6E56\u4E09\u5C71\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"340281",name:"\u65E0\u4E3A\u5E02"}]},{code:"3403",name:"\u868C\u57E0\u5E02",children:[{code:"340302",name:"\u9F99\u5B50\u6E56\u533A"},{code:"340303",name:"\u868C\u5C71\u533A"},{code:"340304",name:"\u79B9\u4F1A\u533A"},{code:"340311",name:"\u6DEE\u4E0A\u533A"},{code:"340321",name:"\u6000\u8FDC\u53BF"},{code:"340322",name:"\u4E94\u6CB3\u53BF"},{code:"340323",name:"\u56FA\u9547\u53BF"},{code:"340371",name:"\u868C\u57E0\u5E02\u9AD8\u65B0\u6280\u672F\u5F00\u53D1\u533A"},{code:"340372",name:"\u868C\u57E0\u5E02\u7ECF\u6D4E\u5F00\u53D1\u533A"}]},{code:"3404",name:"\u6DEE\u5357\u5E02",children:[{code:"340402",name:"\u5927\u901A\u533A"},{code:"340403",name:"\u7530\u5BB6\u5EB5\u533A"},{code:"340404",name:"\u8C22\u5BB6\u96C6\u533A"},{code:"340405",name:"\u516B\u516C\u5C71\u533A"},{code:"340406",name:"\u6F58\u96C6\u533A"},{code:"340421",name:"\u51E4\u53F0\u53BF"},{code:"340422",name:"\u5BFF\u53BF"}]},{code:"3405",name:"\u9A6C\u978D\u5C71\u5E02",children:[{code:"340503",name:"\u82B1\u5C71\u533A"},{code:"340504",name:"\u96E8\u5C71\u533A"},{code:"340506",name:"\u535A\u671B\u533A"},{code:"340521",name:"\u5F53\u6D82\u53BF"},{code:"340522",name:"\u542B\u5C71\u53BF"},{code:"340523",name:"\u548C\u53BF"}]},{code:"3406",name:"\u6DEE\u5317\u5E02",children:[{code:"340602",name:"\u675C\u96C6\u533A"},{code:"340603",name:"\u76F8\u5C71\u533A"},{code:"340604",name:"\u70C8\u5C71\u533A"},{code:"340621",name:"\u6FC9\u6EAA\u53BF"}]},{code:"3407",name:"\u94DC\u9675\u5E02",children:[{code:"340705",name:"\u94DC\u5B98\u533A"},{code:"340706",name:"\u4E49\u5B89\u533A"},{code:"340711",name:"\u90CA\u533A"},{code:"340722",name:"\u679E\u9633\u53BF"}]},{code:"3408",name:"\u5B89\u5E86\u5E02",children:[{code:"340802",name:"\u8FCE\u6C5F\u533A"},{code:"340803",name:"\u5927\u89C2\u533A"},{code:"340811",name:"\u5B9C\u79C0\u533A"},{code:"340822",name:"\u6000\u5B81\u53BF"},{code:"340825",name:"\u592A\u6E56\u53BF"},{code:"340826",name:"\u5BBF\u677E\u53BF"},{code:"340827",name:"\u671B\u6C5F\u53BF"},{code:"340828",name:"\u5CB3\u897F\u53BF"},{code:"340871",name:"\u5B89\u5FBD\u5B89\u5E86\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"340881",name:"\u6850\u57CE\u5E02"},{code:"340882",name:"\u6F5C\u5C71\u5E02"}]},{code:"3410",name:"\u9EC4\u5C71\u5E02",children:[{code:"341002",name:"\u5C6F\u6EAA\u533A"},{code:"341003",name:"\u9EC4\u5C71\u533A"},{code:"341004",name:"\u5FBD\u5DDE\u533A"},{code:"341021",name:"\u6B59\u53BF"},{code:"341022",name:"\u4F11\u5B81\u53BF"},{code:"341023",name:"\u9EDF\u53BF"},{code:"341024",name:"\u7941\u95E8\u53BF"}]},{code:"3411",name:"\u6EC1\u5DDE\u5E02",children:[{code:"341102",name:"\u7405\u740A\u533A"},{code:"341103",name:"\u5357\u8C2F\u533A"},{code:"341122",name:"\u6765\u5B89\u53BF"},{code:"341124",name:"\u5168\u6912\u53BF"},{code:"341125",name:"\u5B9A\u8FDC\u53BF"},{code:"341126",name:"\u51E4\u9633\u53BF"},{code:"341171",name:"\u4E2D\u65B0\u82CF\u6EC1\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"341172",name:"\u6EC1\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"341181",name:"\u5929\u957F\u5E02"},{code:"341182",name:"\u660E\u5149\u5E02"}]},{code:"3412",name:"\u961C\u9633\u5E02",children:[{code:"341202",name:"\u988D\u5DDE\u533A"},{code:"341203",name:"\u988D\u4E1C\u533A"},{code:"341204",name:"\u988D\u6CC9\u533A"},{code:"341221",name:"\u4E34\u6CC9\u53BF"},{code:"341222",name:"\u592A\u548C\u53BF"},{code:"341225",name:"\u961C\u5357\u53BF"},{code:"341226",name:"\u988D\u4E0A\u53BF"},{code:"341271",name:"\u961C\u9633\u5408\u80A5\u73B0\u4EE3\u4EA7\u4E1A\u56ED\u533A"},{code:"341272",name:"\u961C\u9633\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"341282",name:"\u754C\u9996\u5E02"}]},{code:"3413",name:"\u5BBF\u5DDE\u5E02",children:[{code:"341302",name:"\u57C7\u6865\u533A"},{code:"341321",name:"\u7800\u5C71\u53BF"},{code:"341322",name:"\u8427\u53BF"},{code:"341323",name:"\u7075\u74A7\u53BF"},{code:"341324",name:"\u6CD7\u53BF"},{code:"341371",name:"\u5BBF\u5DDE\u9A6C\u978D\u5C71\u73B0\u4EE3\u4EA7\u4E1A\u56ED\u533A"},{code:"341372",name:"\u5BBF\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"3415",name:"\u516D\u5B89\u5E02",children:[{code:"341502",name:"\u91D1\u5B89\u533A"},{code:"341503",name:"\u88D5\u5B89\u533A"},{code:"341504",name:"\u53F6\u96C6\u533A"},{code:"341522",name:"\u970D\u90B1\u53BF"},{code:"341523",name:"\u8212\u57CE\u53BF"},{code:"341524",name:"\u91D1\u5BE8\u53BF"},{code:"341525",name:"\u970D\u5C71\u53BF"}]},{code:"3416",name:"\u4EB3\u5DDE\u5E02",children:[{code:"341602",name:"\u8C2F\u57CE\u533A"},{code:"341621",name:"\u6DA1\u9633\u53BF"},{code:"341622",name:"\u8499\u57CE\u53BF"},{code:"341623",name:"\u5229\u8F9B\u53BF"}]},{code:"3417",name:"\u6C60\u5DDE\u5E02",children:[{code:"341702",name:"\u8D35\u6C60\u533A"},{code:"341721",name:"\u4E1C\u81F3\u53BF"},{code:"341722",name:"\u77F3\u53F0\u53BF"},{code:"341723",name:"\u9752\u9633\u53BF"}]},{code:"3418",name:"\u5BA3\u57CE\u5E02",children:[{code:"341802",name:"\u5BA3\u5DDE\u533A"},{code:"341821",name:"\u90CE\u6EAA\u53BF"},{code:"341823",name:"\u6CFE\u53BF"},{code:"341824",name:"\u7EE9\u6EAA\u53BF"},{code:"341825",name:"\u65CC\u5FB7\u53BF"},{code:"341871",name:"\u5BA3\u57CE\u5E02\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"341881",name:"\u5B81\u56FD\u5E02"},{code:"341882",name:"\u5E7F\u5FB7\u5E02"}]}]},{code:"35",name:"\u798F\u5EFA\u7701",children:[{code:"3501",name:"\u798F\u5DDE\u5E02",children:[{code:"350102",name:"\u9F13\u697C\u533A"},{code:"350103",name:"\u53F0\u6C5F\u533A"},{code:"350104",name:"\u4ED3\u5C71\u533A"},{code:"350105",name:"\u9A6C\u5C3E\u533A"},{code:"350111",name:"\u664B\u5B89\u533A"},{code:"350112",name:"\u957F\u4E50\u533A"},{code:"350121",name:"\u95FD\u4FAF\u53BF"},{code:"350122",name:"\u8FDE\u6C5F\u53BF"},{code:"350123",name:"\u7F57\u6E90\u53BF"},{code:"350124",name:"\u95FD\u6E05\u53BF"},{code:"350125",name:"\u6C38\u6CF0\u53BF"},{code:"350128",name:"\u5E73\u6F6D\u53BF"},{code:"350181",name:"\u798F\u6E05\u5E02"}]},{code:"3502",name:"\u53A6\u95E8\u5E02",children:[{code:"350203",name:"\u601D\u660E\u533A"},{code:"350205",name:"\u6D77\u6CA7\u533A"},{code:"350206",name:"\u6E56\u91CC\u533A"},{code:"350211",name:"\u96C6\u7F8E\u533A"},{code:"350212",name:"\u540C\u5B89\u533A"},{code:"350213",name:"\u7FD4\u5B89\u533A"}]},{code:"3503",name:"\u8386\u7530\u5E02",children:[{code:"350302",name:"\u57CE\u53A2\u533A"},{code:"350303",name:"\u6DB5\u6C5F\u533A"},{code:"350304",name:"\u8354\u57CE\u533A"},{code:"350305",name:"\u79C0\u5C7F\u533A"},{code:"350322",name:"\u4ED9\u6E38\u53BF"}]},{code:"3504",name:"\u4E09\u660E\u5E02",children:[{code:"350404",name:"\u4E09\u5143\u533A"},{code:"350405",name:"\u6C99\u53BF\u533A"},{code:"350421",name:"\u660E\u6EAA\u53BF"},{code:"350423",name:"\u6E05\u6D41\u53BF"},{code:"350424",name:"\u5B81\u5316\u53BF"},{code:"350425",name:"\u5927\u7530\u53BF"},{code:"350426",name:"\u5C24\u6EAA\u53BF"},{code:"350428",name:"\u5C06\u4E50\u53BF"},{code:"350429",name:"\u6CF0\u5B81\u53BF"},{code:"350430",name:"\u5EFA\u5B81\u53BF"},{code:"350481",name:"\u6C38\u5B89\u5E02"}]},{code:"3505",name:"\u6CC9\u5DDE\u5E02",children:[{code:"350502",name:"\u9CA4\u57CE\u533A"},{code:"350503",name:"\u4E30\u6CFD\u533A"},{code:"350504",name:"\u6D1B\u6C5F\u533A"},{code:"350505",name:"\u6CC9\u6E2F\u533A"},{code:"350521",name:"\u60E0\u5B89\u53BF"},{code:"350524",name:"\u5B89\u6EAA\u53BF"},{code:"350525",name:"\u6C38\u6625\u53BF"},{code:"350526",name:"\u5FB7\u5316\u53BF"},{code:"350527",name:"\u91D1\u95E8\u53BF"},{code:"350581",name:"\u77F3\u72EE\u5E02"},{code:"350582",name:"\u664B\u6C5F\u5E02"},{code:"350583",name:"\u5357\u5B89\u5E02"}]},{code:"3506",name:"\u6F33\u5DDE\u5E02",children:[{code:"350602",name:"\u8297\u57CE\u533A"},{code:"350603",name:"\u9F99\u6587\u533A"},{code:"350604",name:"\u9F99\u6D77\u533A"},{code:"350605",name:"\u957F\u6CF0\u533A"},{code:"350622",name:"\u4E91\u9704\u53BF"},{code:"350623",name:"\u6F33\u6D66\u53BF"},{code:"350624",name:"\u8BCF\u5B89\u53BF"},{code:"350626",name:"\u4E1C\u5C71\u53BF"},{code:"350627",name:"\u5357\u9756\u53BF"},{code:"350628",name:"\u5E73\u548C\u53BF"},{code:"350629",name:"\u534E\u5B89\u53BF"}]},{code:"3507",name:"\u5357\u5E73\u5E02",children:[{code:"350702",name:"\u5EF6\u5E73\u533A"},{code:"350703",name:"\u5EFA\u9633\u533A"},{code:"350721",name:"\u987A\u660C\u53BF"},{code:"350722",name:"\u6D66\u57CE\u53BF"},{code:"350723",name:"\u5149\u6CFD\u53BF"},{code:"350724",name:"\u677E\u6EAA\u53BF"},{code:"350725",name:"\u653F\u548C\u53BF"},{code:"350781",name:"\u90B5\u6B66\u5E02"},{code:"350782",name:"\u6B66\u5937\u5C71\u5E02"},{code:"350783",name:"\u5EFA\u74EF\u5E02"}]},{code:"3508",name:"\u9F99\u5CA9\u5E02",children:[{code:"350802",name:"\u65B0\u7F57\u533A"},{code:"350803",name:"\u6C38\u5B9A\u533A"},{code:"350821",name:"\u957F\u6C40\u53BF"},{code:"350823",name:"\u4E0A\u676D\u53BF"},{code:"350824",name:"\u6B66\u5E73\u53BF"},{code:"350825",name:"\u8FDE\u57CE\u53BF"},{code:"350881",name:"\u6F33\u5E73\u5E02"}]},{code:"3509",name:"\u5B81\u5FB7\u5E02",children:[{code:"350902",name:"\u8549\u57CE\u533A"},{code:"350921",name:"\u971E\u6D66\u53BF"},{code:"350922",name:"\u53E4\u7530\u53BF"},{code:"350923",name:"\u5C4F\u5357\u53BF"},{code:"350924",name:"\u5BFF\u5B81\u53BF"},{code:"350925",name:"\u5468\u5B81\u53BF"},{code:"350926",name:"\u67D8\u8363\u53BF"},{code:"350981",name:"\u798F\u5B89\u5E02"},{code:"350982",name:"\u798F\u9F0E\u5E02"}]}]},{code:"36",name:"\u6C5F\u897F\u7701",children:[{code:"3601",name:"\u5357\u660C\u5E02",children:[{code:"360102",name:"\u4E1C\u6E56\u533A"},{code:"360103",name:"\u897F\u6E56\u533A"},{code:"360104",name:"\u9752\u4E91\u8C31\u533A"},{code:"360111",name:"\u9752\u5C71\u6E56\u533A"},{code:"360112",name:"\u65B0\u5EFA\u533A"},{code:"360113",name:"\u7EA2\u8C37\u6EE9\u533A"},{code:"360121",name:"\u5357\u660C\u53BF"},{code:"360123",name:"\u5B89\u4E49\u53BF"},{code:"360124",name:"\u8FDB\u8D24\u53BF"}]},{code:"3602",name:"\u666F\u5FB7\u9547\u5E02",children:[{code:"360202",name:"\u660C\u6C5F\u533A"},{code:"360203",name:"\u73E0\u5C71\u533A"},{code:"360222",name:"\u6D6E\u6881\u53BF"},{code:"360281",name:"\u4E50\u5E73\u5E02"}]},{code:"3603",name:"\u840D\u4E61\u5E02",children:[{code:"360302",name:"\u5B89\u6E90\u533A"},{code:"360313",name:"\u6E58\u4E1C\u533A"},{code:"360321",name:"\u83B2\u82B1\u53BF"},{code:"360322",name:"\u4E0A\u6817\u53BF"},{code:"360323",name:"\u82A6\u6EAA\u53BF"}]},{code:"3604",name:"\u4E5D\u6C5F\u5E02",children:[{code:"360402",name:"\u6FC2\u6EAA\u533A"},{code:"360403",name:"\u6D54\u9633\u533A"},{code:"360404",name:"\u67F4\u6851\u533A"},{code:"360423",name:"\u6B66\u5B81\u53BF"},{code:"360424",name:"\u4FEE\u6C34\u53BF"},{code:"360425",name:"\u6C38\u4FEE\u53BF"},{code:"360426",name:"\u5FB7\u5B89\u53BF"},{code:"360428",name:"\u90FD\u660C\u53BF"},{code:"360429",name:"\u6E56\u53E3\u53BF"},{code:"360430",name:"\u5F6D\u6CFD\u53BF"},{code:"360481",name:"\u745E\u660C\u5E02"},{code:"360482",name:"\u5171\u9752\u57CE\u5E02"},{code:"360483",name:"\u5E90\u5C71\u5E02"}]},{code:"3605",name:"\u65B0\u4F59\u5E02",children:[{code:"360502",name:"\u6E1D\u6C34\u533A"},{code:"360521",name:"\u5206\u5B9C\u53BF"}]},{code:"3606",name:"\u9E70\u6F6D\u5E02",children:[{code:"360602",name:"\u6708\u6E56\u533A"},{code:"360603",name:"\u4F59\u6C5F\u533A"},{code:"360681",name:"\u8D35\u6EAA\u5E02"}]},{code:"3607",name:"\u8D63\u5DDE\u5E02",children:[{code:"360702",name:"\u7AE0\u8D21\u533A"},{code:"360703",name:"\u5357\u5EB7\u533A"},{code:"360704",name:"\u8D63\u53BF\u533A"},{code:"360722",name:"\u4FE1\u4E30\u53BF"},{code:"360723",name:"\u5927\u4F59\u53BF"},{code:"360724",name:"\u4E0A\u72B9\u53BF"},{code:"360725",name:"\u5D07\u4E49\u53BF"},{code:"360726",name:"\u5B89\u8FDC\u53BF"},{code:"360728",name:"\u5B9A\u5357\u53BF"},{code:"360729",name:"\u5168\u5357\u53BF"},{code:"360730",name:"\u5B81\u90FD\u53BF"},{code:"360731",name:"\u4E8E\u90FD\u53BF"},{code:"360732",name:"\u5174\u56FD\u53BF"},{code:"360733",name:"\u4F1A\u660C\u53BF"},{code:"360734",name:"\u5BFB\u4E4C\u53BF"},{code:"360735",name:"\u77F3\u57CE\u53BF"},{code:"360781",name:"\u745E\u91D1\u5E02"},{code:"360783",name:"\u9F99\u5357\u5E02"}]},{code:"3608",name:"\u5409\u5B89\u5E02",children:[{code:"360802",name:"\u5409\u5DDE\u533A"},{code:"360803",name:"\u9752\u539F\u533A"},{code:"360821",name:"\u5409\u5B89\u53BF"},{code:"360822",name:"\u5409\u6C34\u53BF"},{code:"360823",name:"\u5CE1\u6C5F\u53BF"},{code:"360824",name:"\u65B0\u5E72\u53BF"},{code:"360825",name:"\u6C38\u4E30\u53BF"},{code:"360826",name:"\u6CF0\u548C\u53BF"},{code:"360827",name:"\u9042\u5DDD\u53BF"},{code:"360828",name:"\u4E07\u5B89\u53BF"},{code:"360829",name:"\u5B89\u798F\u53BF"},{code:"360830",name:"\u6C38\u65B0\u53BF"},{code:"360881",name:"\u4E95\u5188\u5C71\u5E02"}]},{code:"3609",name:"\u5B9C\u6625\u5E02",children:[{code:"360902",name:"\u8881\u5DDE\u533A"},{code:"360921",name:"\u5949\u65B0\u53BF"},{code:"360922",name:"\u4E07\u8F7D\u53BF"},{code:"360923",name:"\u4E0A\u9AD8\u53BF"},{code:"360924",name:"\u5B9C\u4E30\u53BF"},{code:"360925",name:"\u9756\u5B89\u53BF"},{code:"360926",name:"\u94DC\u9F13\u53BF"},{code:"360981",name:"\u4E30\u57CE\u5E02"},{code:"360982",name:"\u6A1F\u6811\u5E02"},{code:"360983",name:"\u9AD8\u5B89\u5E02"}]},{code:"3610",name:"\u629A\u5DDE\u5E02",children:[{code:"361002",name:"\u4E34\u5DDD\u533A"},{code:"361003",name:"\u4E1C\u4E61\u533A"},{code:"361021",name:"\u5357\u57CE\u53BF"},{code:"361022",name:"\u9ECE\u5DDD\u53BF"},{code:"361023",name:"\u5357\u4E30\u53BF"},{code:"361024",name:"\u5D07\u4EC1\u53BF"},{code:"361025",name:"\u4E50\u5B89\u53BF"},{code:"361026",name:"\u5B9C\u9EC4\u53BF"},{code:"361027",name:"\u91D1\u6EAA\u53BF"},{code:"361028",name:"\u8D44\u6EAA\u53BF"},{code:"361030",name:"\u5E7F\u660C\u53BF"}]},{code:"3611",name:"\u4E0A\u9976\u5E02",children:[{code:"361102",name:"\u4FE1\u5DDE\u533A"},{code:"361103",name:"\u5E7F\u4E30\u533A"},{code:"361104",name:"\u5E7F\u4FE1\u533A"},{code:"361123",name:"\u7389\u5C71\u53BF"},{code:"361124",name:"\u94C5\u5C71\u53BF"},{code:"361125",name:"\u6A2A\u5CF0\u53BF"},{code:"361126",name:"\u5F0B\u9633\u53BF"},{code:"361127",name:"\u4F59\u5E72\u53BF"},{code:"361128",name:"\u9131\u9633\u53BF"},{code:"361129",name:"\u4E07\u5E74\u53BF"},{code:"361130",name:"\u5A7A\u6E90\u53BF"},{code:"361181",name:"\u5FB7\u5174\u5E02"}]}]},{code:"37",name:"\u5C71\u4E1C\u7701",children:[{code:"3701",name:"\u6D4E\u5357\u5E02",children:[{code:"370102",name:"\u5386\u4E0B\u533A"},{code:"370103",name:"\u5E02\u4E2D\u533A"},{code:"370104",name:"\u69D0\u836B\u533A"},{code:"370105",name:"\u5929\u6865\u533A"},{code:"370112",name:"\u5386\u57CE\u533A"},{code:"370113",name:"\u957F\u6E05\u533A"},{code:"370114",name:"\u7AE0\u4E18\u533A"},{code:"370115",name:"\u6D4E\u9633\u533A"},{code:"370116",name:"\u83B1\u829C\u533A"},{code:"370117",name:"\u94A2\u57CE\u533A"},{code:"370124",name:"\u5E73\u9634\u53BF"},{code:"370126",name:"\u5546\u6CB3\u53BF"},{code:"370176",name:"\u6D4E\u5357\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]},{code:"3702",name:"\u9752\u5C9B\u5E02",children:[{code:"370202",name:"\u5E02\u5357\u533A"},{code:"370203",name:"\u5E02\u5317\u533A"},{code:"370211",name:"\u9EC4\u5C9B\u533A"},{code:"370212",name:"\u5D02\u5C71\u533A"},{code:"370213",name:"\u674E\u6CA7\u533A"},{code:"370214",name:"\u57CE\u9633\u533A"},{code:"370215",name:"\u5373\u58A8\u533A"},{code:"370281",name:"\u80F6\u5DDE\u5E02"},{code:"370283",name:"\u5E73\u5EA6\u5E02"},{code:"370285",name:"\u83B1\u897F\u5E02"}]},{code:"3703",name:"\u6DC4\u535A\u5E02",children:[{code:"370302",name:"\u6DC4\u5DDD\u533A"},{code:"370303",name:"\u5F20\u5E97\u533A"},{code:"370304",name:"\u535A\u5C71\u533A"},{code:"370305",name:"\u4E34\u6DC4\u533A"},{code:"370306",name:"\u5468\u6751\u533A"},{code:"370321",name:"\u6853\u53F0\u53BF"},{code:"370322",name:"\u9AD8\u9752\u53BF"},{code:"370323",name:"\u6C82\u6E90\u53BF"}]},{code:"3704",name:"\u67A3\u5E84\u5E02",children:[{code:"370402",name:"\u5E02\u4E2D\u533A"},{code:"370403",name:"\u859B\u57CE\u533A"},{code:"370404",name:"\u5CC4\u57CE\u533A"},{code:"370405",name:"\u53F0\u513F\u5E84\u533A"},{code:"370406",name:"\u5C71\u4EAD\u533A"},{code:"370481",name:"\u6ED5\u5DDE\u5E02"}]},{code:"3705",name:"\u4E1C\u8425\u5E02",children:[{code:"370502",name:"\u4E1C\u8425\u533A"},{code:"370503",name:"\u6CB3\u53E3\u533A"},{code:"370505",name:"\u57A6\u5229\u533A"},{code:"370522",name:"\u5229\u6D25\u53BF"},{code:"370523",name:"\u5E7F\u9976\u53BF"},{code:"370571",name:"\u4E1C\u8425\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"370572",name:"\u4E1C\u8425\u6E2F\u7ECF\u6D4E\u5F00\u53D1\u533A"}]},{code:"3706",name:"\u70DF\u53F0\u5E02",children:[{code:"370602",name:"\u829D\u7F58\u533A"},{code:"370611",name:"\u798F\u5C71\u533A"},{code:"370612",name:"\u725F\u5E73\u533A"},{code:"370613",name:"\u83B1\u5C71\u533A"},{code:"370614",name:"\u84EC\u83B1\u533A"},{code:"370671",name:"\u70DF\u53F0\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"370676",name:"\u70DF\u53F0\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"370681",name:"\u9F99\u53E3\u5E02"},{code:"370682",name:"\u83B1\u9633\u5E02"},{code:"370683",name:"\u83B1\u5DDE\u5E02"},{code:"370685",name:"\u62DB\u8FDC\u5E02"},{code:"370686",name:"\u6816\u971E\u5E02"},{code:"370687",name:"\u6D77\u9633\u5E02"}]},{code:"3707",name:"\u6F4D\u574A\u5E02",children:[{code:"370702",name:"\u6F4D\u57CE\u533A"},{code:"370703",name:"\u5BD2\u4EAD\u533A"},{code:"370704",name:"\u574A\u5B50\u533A"},{code:"370705",name:"\u594E\u6587\u533A"},{code:"370724",name:"\u4E34\u6710\u53BF"},{code:"370725",name:"\u660C\u4E50\u53BF"},{code:"370772",name:"\u6F4D\u574A\u6EE8\u6D77\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"370781",name:"\u9752\u5DDE\u5E02"},{code:"370782",name:"\u8BF8\u57CE\u5E02"},{code:"370783",name:"\u5BFF\u5149\u5E02"},{code:"370784",name:"\u5B89\u4E18\u5E02"},{code:"370785",name:"\u9AD8\u5BC6\u5E02"},{code:"370786",name:"\u660C\u9091\u5E02"}]},{code:"3708",name:"\u6D4E\u5B81\u5E02",children:[{code:"370811",name:"\u4EFB\u57CE\u533A"},{code:"370812",name:"\u5156\u5DDE\u533A"},{code:"370826",name:"\u5FAE\u5C71\u53BF"},{code:"370827",name:"\u9C7C\u53F0\u53BF"},{code:"370828",name:"\u91D1\u4E61\u53BF"},{code:"370829",name:"\u5609\u7965\u53BF"},{code:"370830",name:"\u6C76\u4E0A\u53BF"},{code:"370831",name:"\u6CD7\u6C34\u53BF"},{code:"370832",name:"\u6881\u5C71\u53BF"},{code:"370871",name:"\u6D4E\u5B81\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"370881",name:"\u66F2\u961C\u5E02"},{code:"370883",name:"\u90B9\u57CE\u5E02"}]},{code:"3709",name:"\u6CF0\u5B89\u5E02",children:[{code:"370902",name:"\u6CF0\u5C71\u533A"},{code:"370911",name:"\u5CB1\u5CB3\u533A"},{code:"370921",name:"\u5B81\u9633\u53BF"},{code:"370923",name:"\u4E1C\u5E73\u53BF"},{code:"370982",name:"\u65B0\u6CF0\u5E02"},{code:"370983",name:"\u80A5\u57CE\u5E02"}]},{code:"3710",name:"\u5A01\u6D77\u5E02",children:[{code:"371002",name:"\u73AF\u7FE0\u533A"},{code:"371003",name:"\u6587\u767B\u533A"},{code:"371071",name:"\u5A01\u6D77\u706B\u70AC\u9AD8\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"371072",name:"\u5A01\u6D77\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"371073",name:"\u5A01\u6D77\u4E34\u6E2F\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"371082",name:"\u8363\u6210\u5E02"},{code:"371083",name:"\u4E73\u5C71\u5E02"}]},{code:"3711",name:"\u65E5\u7167\u5E02",children:[{code:"371102",name:"\u4E1C\u6E2F\u533A"},{code:"371103",name:"\u5C9A\u5C71\u533A"},{code:"371121",name:"\u4E94\u83B2\u53BF"},{code:"371122",name:"\u8392\u53BF"},{code:"371171",name:"\u65E5\u7167\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"3713",name:"\u4E34\u6C82\u5E02",children:[{code:"371302",name:"\u5170\u5C71\u533A"},{code:"371311",name:"\u7F57\u5E84\u533A"},{code:"371312",name:"\u6CB3\u4E1C\u533A"},{code:"371321",name:"\u6C82\u5357\u53BF"},{code:"371322",name:"\u90EF\u57CE\u53BF"},{code:"371323",name:"\u6C82\u6C34\u53BF"},{code:"371324",name:"\u5170\u9675\u53BF"},{code:"371325",name:"\u8D39\u53BF"},{code:"371326",name:"\u5E73\u9091\u53BF"},{code:"371327",name:"\u8392\u5357\u53BF"},{code:"371328",name:"\u8499\u9634\u53BF"},{code:"371329",name:"\u4E34\u6CAD\u53BF"},{code:"371371",name:"\u4E34\u6C82\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]},{code:"3714",name:"\u5FB7\u5DDE\u5E02",children:[{code:"371402",name:"\u5FB7\u57CE\u533A"},{code:"371403",name:"\u9675\u57CE\u533A"},{code:"371422",name:"\u5B81\u6D25\u53BF"},{code:"371423",name:"\u5E86\u4E91\u53BF"},{code:"371424",name:"\u4E34\u9091\u53BF"},{code:"371425",name:"\u9F50\u6CB3\u53BF"},{code:"371426",name:"\u5E73\u539F\u53BF"},{code:"371427",name:"\u590F\u6D25\u53BF"},{code:"371428",name:"\u6B66\u57CE\u53BF"},{code:"371471",name:"\u5FB7\u5DDE\u5929\u8862\u65B0\u533A"},{code:"371481",name:"\u4E50\u9675\u5E02"},{code:"371482",name:"\u79B9\u57CE\u5E02"}]},{code:"3715",name:"\u804A\u57CE\u5E02",children:[{code:"371502",name:"\u4E1C\u660C\u5E9C\u533A"},{code:"371503",name:"\u830C\u5E73\u533A"},{code:"371521",name:"\u9633\u8C37\u53BF"},{code:"371522",name:"\u8398\u53BF"},{code:"371524",name:"\u4E1C\u963F\u53BF"},{code:"371525",name:"\u51A0\u53BF"},{code:"371526",name:"\u9AD8\u5510\u53BF"},{code:"371581",name:"\u4E34\u6E05\u5E02"}]},{code:"3716",name:"\u6EE8\u5DDE\u5E02",children:[{code:"371602",name:"\u6EE8\u57CE\u533A"},{code:"371603",name:"\u6CBE\u5316\u533A"},{code:"371621",name:"\u60E0\u6C11\u53BF"},{code:"371622",name:"\u9633\u4FE1\u53BF"},{code:"371623",name:"\u65E0\u68E3\u53BF"},{code:"371625",name:"\u535A\u5174\u53BF"},{code:"371681",name:"\u90B9\u5E73\u5E02"}]},{code:"3717",name:"\u83CF\u6CFD\u5E02",children:[{code:"371702",name:"\u7261\u4E39\u533A"},{code:"371703",name:"\u5B9A\u9676\u533A"},{code:"371721",name:"\u66F9\u53BF"},{code:"371722",name:"\u5355\u53BF"},{code:"371723",name:"\u6210\u6B66\u53BF"},{code:"371724",name:"\u5DE8\u91CE\u53BF"},{code:"371725",name:"\u90D3\u57CE\u53BF"},{code:"371726",name:"\u9104\u57CE\u53BF"},{code:"371728",name:"\u4E1C\u660E\u53BF"},{code:"371771",name:"\u83CF\u6CFD\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"371772",name:"\u83CF\u6CFD\u9AD8\u65B0\u6280\u672F\u5F00\u53D1\u533A"}]}]},{code:"41",name:"\u6CB3\u5357\u7701",children:[{code:"4101",name:"\u90D1\u5DDE\u5E02",children:[{code:"410102",name:"\u4E2D\u539F\u533A"},{code:"410103",name:"\u4E8C\u4E03\u533A"},{code:"410104",name:"\u7BA1\u57CE\u56DE\u65CF\u533A"},{code:"410105",name:"\u91D1\u6C34\u533A"},{code:"410106",name:"\u4E0A\u8857\u533A"},{code:"410108",name:"\u60E0\u6D4E\u533A"},{code:"410122",name:"\u4E2D\u725F\u53BF"},{code:"410171",name:"\u90D1\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"410172",name:"\u90D1\u5DDE\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"410173",name:"\u90D1\u5DDE\u822A\u7A7A\u6E2F\u7ECF\u6D4E\u7EFC\u5408\u5B9E\u9A8C\u533A"},{code:"410181",name:"\u5DE9\u4E49\u5E02"},{code:"410182",name:"\u8365\u9633\u5E02"},{code:"410183",name:"\u65B0\u5BC6\u5E02"},{code:"410184",name:"\u65B0\u90D1\u5E02"},{code:"410185",name:"\u767B\u5C01\u5E02"}]},{code:"4102",name:"\u5F00\u5C01\u5E02",children:[{code:"410202",name:"\u9F99\u4EAD\u533A"},{code:"410203",name:"\u987A\u6CB3\u56DE\u65CF\u533A"},{code:"410204",name:"\u9F13\u697C\u533A"},{code:"410205",name:"\u79B9\u738B\u53F0\u533A"},{code:"410212",name:"\u7965\u7B26\u533A"},{code:"410221",name:"\u675E\u53BF"},{code:"410222",name:"\u901A\u8BB8\u53BF"},{code:"410223",name:"\u5C09\u6C0F\u53BF"},{code:"410225",name:"\u5170\u8003\u53BF"}]},{code:"4103",name:"\u6D1B\u9633\u5E02",children:[{code:"410302",name:"\u8001\u57CE\u533A"},{code:"410303",name:"\u897F\u5DE5\u533A"},{code:"410304",name:"\u700D\u6CB3\u56DE\u65CF\u533A"},{code:"410305",name:"\u6DA7\u897F\u533A"},{code:"410307",name:"\u5043\u5E08\u533A"},{code:"410308",name:"\u5B5F\u6D25\u533A"},{code:"410311",name:"\u6D1B\u9F99\u533A"},{code:"410323",name:"\u65B0\u5B89\u53BF"},{code:"410324",name:"\u683E\u5DDD\u53BF"},{code:"410325",name:"\u5D69\u53BF"},{code:"410326",name:"\u6C5D\u9633\u53BF"},{code:"410327",name:"\u5B9C\u9633\u53BF"},{code:"410328",name:"\u6D1B\u5B81\u53BF"},{code:"410329",name:"\u4F0A\u5DDD\u53BF"},{code:"410371",name:"\u6D1B\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]},{code:"4104",name:"\u5E73\u9876\u5C71\u5E02",children:[{code:"410402",name:"\u65B0\u534E\u533A"},{code:"410403",name:"\u536B\u4E1C\u533A"},{code:"410404",name:"\u77F3\u9F99\u533A"},{code:"410411",name:"\u6E5B\u6CB3\u533A"},{code:"410421",name:"\u5B9D\u4E30\u53BF"},{code:"410422",name:"\u53F6\u53BF"},{code:"410423",name:"\u9C81\u5C71\u53BF"},{code:"410425",name:"\u90CF\u53BF"},{code:"410471",name:"\u5E73\u9876\u5C71\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"410472",name:"\u5E73\u9876\u5C71\u5E02\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A"},{code:"410481",name:"\u821E\u94A2\u5E02"},{code:"410482",name:"\u6C5D\u5DDE\u5E02"}]},{code:"4105",name:"\u5B89\u9633\u5E02",children:[{code:"410502",name:"\u6587\u5CF0\u533A"},{code:"410503",name:"\u5317\u5173\u533A"},{code:"410505",name:"\u6BB7\u90FD\u533A"},{code:"410506",name:"\u9F99\u5B89\u533A"},{code:"410522",name:"\u5B89\u9633\u53BF"},{code:"410523",name:"\u6C64\u9634\u53BF"},{code:"410526",name:"\u6ED1\u53BF"},{code:"410527",name:"\u5185\u9EC4\u53BF"},{code:"410571",name:"\u5B89\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"410581",name:"\u6797\u5DDE\u5E02"}]},{code:"4106",name:"\u9E64\u58C1\u5E02",children:[{code:"410602",name:"\u9E64\u5C71\u533A"},{code:"410603",name:"\u5C71\u57CE\u533A"},{code:"410611",name:"\u6DC7\u6EE8\u533A"},{code:"410621",name:"\u6D5A\u53BF"},{code:"410622",name:"\u6DC7\u53BF"},{code:"410671",name:"\u9E64\u58C1\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"4107",name:"\u65B0\u4E61\u5E02",children:[{code:"410702",name:"\u7EA2\u65D7\u533A"},{code:"410703",name:"\u536B\u6EE8\u533A"},{code:"410704",name:"\u51E4\u6CC9\u533A"},{code:"410711",name:"\u7267\u91CE\u533A"},{code:"410721",name:"\u65B0\u4E61\u53BF"},{code:"410724",name:"\u83B7\u5609\u53BF"},{code:"410725",name:"\u539F\u9633\u53BF"},{code:"410726",name:"\u5EF6\u6D25\u53BF"},{code:"410727",name:"\u5C01\u4E18\u53BF"},{code:"410771",name:"\u65B0\u4E61\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"410772",name:"\u65B0\u4E61\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"410773",name:"\u65B0\u4E61\u5E02\u5E73\u539F\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A"},{code:"410781",name:"\u536B\u8F89\u5E02"},{code:"410782",name:"\u8F89\u53BF\u5E02"},{code:"410783",name:"\u957F\u57A3\u5E02"}]},{code:"4108",name:"\u7126\u4F5C\u5E02",children:[{code:"410802",name:"\u89E3\u653E\u533A"},{code:"410803",name:"\u4E2D\u7AD9\u533A"},{code:"410804",name:"\u9A6C\u6751\u533A"},{code:"410811",name:"\u5C71\u9633\u533A"},{code:"410821",name:"\u4FEE\u6B66\u53BF"},{code:"410822",name:"\u535A\u7231\u53BF"},{code:"410823",name:"\u6B66\u965F\u53BF"},{code:"410825",name:"\u6E29\u53BF"},{code:"410871",name:"\u7126\u4F5C\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A"},{code:"410882",name:"\u6C81\u9633\u5E02"},{code:"410883",name:"\u5B5F\u5DDE\u5E02"}]},{code:"4109",name:"\u6FEE\u9633\u5E02",children:[{code:"410902",name:"\u534E\u9F99\u533A"},{code:"410922",name:"\u6E05\u4E30\u53BF"},{code:"410923",name:"\u5357\u4E50\u53BF"},{code:"410926",name:"\u8303\u53BF"},{code:"410927",name:"\u53F0\u524D\u53BF"},{code:"410928",name:"\u6FEE\u9633\u53BF"},{code:"410971",name:"\u6CB3\u5357\u6FEE\u9633\u5DE5\u4E1A\u56ED\u533A"},{code:"410972",name:"\u6FEE\u9633\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"4110",name:"\u8BB8\u660C\u5E02",children:[{code:"411002",name:"\u9B4F\u90FD\u533A"},{code:"411003",name:"\u5EFA\u5B89\u533A"},{code:"411024",name:"\u9122\u9675\u53BF"},{code:"411025",name:"\u8944\u57CE\u53BF"},{code:"411071",name:"\u8BB8\u660C\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"411081",name:"\u79B9\u5DDE\u5E02"},{code:"411082",name:"\u957F\u845B\u5E02"}]},{code:"4111",name:"\u6F2F\u6CB3\u5E02",children:[{code:"411102",name:"\u6E90\u6C47\u533A"},{code:"411103",name:"\u90FE\u57CE\u533A"},{code:"411104",name:"\u53EC\u9675\u533A"},{code:"411121",name:"\u821E\u9633\u53BF"},{code:"411122",name:"\u4E34\u988D\u53BF"},{code:"411171",name:"\u6F2F\u6CB3\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"}]},{code:"4112",name:"\u4E09\u95E8\u5CE1\u5E02",children:[{code:"411202",name:"\u6E56\u6EE8\u533A"},{code:"411203",name:"\u9655\u5DDE\u533A"},{code:"411221",name:"\u6E11\u6C60\u53BF"},{code:"411224",name:"\u5362\u6C0F\u53BF"},{code:"411271",name:"\u6CB3\u5357\u4E09\u95E8\u5CE1\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"411281",name:"\u4E49\u9A6C\u5E02"},{code:"411282",name:"\u7075\u5B9D\u5E02"}]},{code:"4113",name:"\u5357\u9633\u5E02",children:[{code:"411302",name:"\u5B9B\u57CE\u533A"},{code:"411303",name:"\u5367\u9F99\u533A"},{code:"411321",name:"\u5357\u53EC\u53BF"},{code:"411322",name:"\u65B9\u57CE\u53BF"},{code:"411323",name:"\u897F\u5CE1\u53BF"},{code:"411324",name:"\u9547\u5E73\u53BF"},{code:"411325",name:"\u5185\u4E61\u53BF"},{code:"411326",name:"\u6DC5\u5DDD\u53BF"},{code:"411327",name:"\u793E\u65D7\u53BF"},{code:"411328",name:"\u5510\u6CB3\u53BF"},{code:"411329",name:"\u65B0\u91CE\u53BF"},{code:"411330",name:"\u6850\u67CF\u53BF"},{code:"411371",name:"\u5357\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"},{code:"411372",name:"\u5357\u9633\u5E02\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A"},{code:"411381",name:"\u9093\u5DDE\u5E02"}]},{code:"4114",name:"\u5546\u4E18\u5E02",children:[{code:"411402",name:"\u6881\u56ED\u533A"},{code:"411403",name:"\u7762\u9633\u533A"},{code:"411421",name:"\u6C11\u6743\u53BF"},{code:"411422",name:"\u7762\u53BF"},{code:"411423",name:"\u5B81\u9675\u53BF"},{code:"411424",name:"\u67D8\u57CE\u53BF"},{code:"411425",name:"\u865E\u57CE\u53BF"},{code:"411426",name:"\u590F\u9091\u53BF"},{code:"411471",name:"\u8C6B\u4E1C\u7EFC\u5408\u7269\u6D41\u4EA7\u4E1A\u805A\u96C6\u533A"},{code:"411472",name:"\u6CB3\u5357\u5546\u4E18\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"411481",name:"\u6C38\u57CE\u5E02"}]},{code:"4115",name:"\u4FE1\u9633\u5E02",children:[{code:"411502",name:"\u6D49\u6CB3\u533A"},{code:"411503",name:"\u5E73\u6865\u533A"},{code:"411521",name:"\u7F57\u5C71\u53BF"},{code:"411522",name:"\u5149\u5C71\u53BF"},{code:"411523",name:"\u65B0\u53BF"},{code:"411524",name:"\u5546\u57CE\u53BF"},{code:"411525",name:"\u56FA\u59CB\u53BF"},{code:"411526",name:"\u6F62\u5DDD\u53BF"},{code:"411527",name:"\u6DEE\u6EE8\u53BF"},{code:"411528",name:"\u606F\u53BF"},{code:"411571",name:"\u4FE1\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"}]},{code:"4116",name:"\u5468\u53E3\u5E02",children:[{code:"411602",name:"\u5DDD\u6C47\u533A"},{code:"411603",name:"\u6DEE\u9633\u533A"},{code:"411621",name:"\u6276\u6C9F\u53BF"},{code:"411622",name:"\u897F\u534E\u53BF"},{code:"411623",name:"\u5546\u6C34\u53BF"},{code:"411624",name:"\u6C88\u4E18\u53BF"},{code:"411625",name:"\u90F8\u57CE\u53BF"},{code:"411627",name:"\u592A\u5EB7\u53BF"},{code:"411628",name:"\u9E7F\u9091\u53BF"},{code:"411671",name:"\u5468\u53E3\u4E34\u6E2F\u5F00\u53D1\u533A"},{code:"411681",name:"\u9879\u57CE\u5E02"}]},{code:"4117",name:"\u9A7B\u9A6C\u5E97\u5E02",children:[{code:"411702",name:"\u9A7F\u57CE\u533A"},{code:"411721",name:"\u897F\u5E73\u53BF"},{code:"411722",name:"\u4E0A\u8521\u53BF"},{code:"411723",name:"\u5E73\u8206\u53BF"},{code:"411724",name:"\u6B63\u9633\u53BF"},{code:"411725",name:"\u786E\u5C71\u53BF"},{code:"411726",name:"\u6CCC\u9633\u53BF"},{code:"411727",name:"\u6C5D\u5357\u53BF"},{code:"411728",name:"\u9042\u5E73\u53BF"},{code:"411729",name:"\u65B0\u8521\u53BF"},{code:"411771",name:"\u6CB3\u5357\u9A7B\u9A6C\u5E97\u7ECF\u6D4E\u5F00\u53D1\u533A"}]},{code:"4190",name:"\u7701\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212",children:[{code:"419001",name:"\u6D4E\u6E90\u5E02"}]}]},{code:"42",name:"\u6E56\u5317\u7701",children:[{code:"4201",name:"\u6B66\u6C49\u5E02",children:[{code:"420102",name:"\u6C5F\u5CB8\u533A"},{code:"420103",name:"\u6C5F\u6C49\u533A"},{code:"420104",name:"\u785A\u53E3\u533A"},{code:"420105",name:"\u6C49\u9633\u533A"},{code:"420106",name:"\u6B66\u660C\u533A"},{code:"420107",name:"\u9752\u5C71\u533A"},{code:"420111",name:"\u6D2A\u5C71\u533A"},{code:"420112",name:"\u4E1C\u897F\u6E56\u533A"},{code:"420113",name:"\u6C49\u5357\u533A"},{code:"420114",name:"\u8521\u7538\u533A"},{code:"420115",name:"\u6C5F\u590F\u533A"},{code:"420116",name:"\u9EC4\u9642\u533A"},{code:"420117",name:"\u65B0\u6D32\u533A"}]},{code:"4202",name:"\u9EC4\u77F3\u5E02",children:[{code:"420202",name:"\u9EC4\u77F3\u6E2F\u533A"},{code:"420203",name:"\u897F\u585E\u5C71\u533A"},{code:"420204",name:"\u4E0B\u9646\u533A"},{code:"420205",name:"\u94C1\u5C71\u533A"},{code:"420222",name:"\u9633\u65B0\u53BF"},{code:"420281",name:"\u5927\u51B6\u5E02"}]},{code:"4203",name:"\u5341\u5830\u5E02",children:[{code:"420302",name:"\u8305\u7BAD\u533A"},{code:"420303",name:"\u5F20\u6E7E\u533A"},{code:"420304",name:"\u90E7\u9633\u533A"},{code:"420322",name:"\u90E7\u897F\u53BF"},{code:"420323",name:"\u7AF9\u5C71\u53BF"},{code:"420324",name:"\u7AF9\u6EAA\u53BF"},{code:"420325",name:"\u623F\u53BF"},{code:"420381",name:"\u4E39\u6C5F\u53E3\u5E02"}]},{code:"4205",name:"\u5B9C\u660C\u5E02",children:[{code:"420502",name:"\u897F\u9675\u533A"},{code:"420503",name:"\u4F0D\u5BB6\u5C97\u533A"},{code:"420504",name:"\u70B9\u519B\u533A"},{code:"420505",name:"\u7307\u4EAD\u533A"},{code:"420506",name:"\u5937\u9675\u533A"},{code:"420525",name:"\u8FDC\u5B89\u53BF"},{code:"420526",name:"\u5174\u5C71\u53BF"},{code:"420527",name:"\u79ED\u5F52\u53BF"},{code:"420528",name:"\u957F\u9633\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"},{code:"420529",name:"\u4E94\u5CF0\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"},{code:"420581",name:"\u5B9C\u90FD\u5E02"},{code:"420582",name:"\u5F53\u9633\u5E02"},{code:"420583",name:"\u679D\u6C5F\u5E02"}]},{code:"4206",name:"\u8944\u9633\u5E02",children:[{code:"420602",name:"\u8944\u57CE\u533A"},{code:"420606",name:"\u6A0A\u57CE\u533A"},{code:"420607",name:"\u8944\u5DDE\u533A"},{code:"420624",name:"\u5357\u6F33\u53BF"},{code:"420625",name:"\u8C37\u57CE\u53BF"},{code:"420626",name:"\u4FDD\u5EB7\u53BF"},{code:"420682",name:"\u8001\u6CB3\u53E3\u5E02"},{code:"420683",name:"\u67A3\u9633\u5E02"},{code:"420684",name:"\u5B9C\u57CE\u5E02"}]},{code:"4207",name:"\u9102\u5DDE\u5E02",children:[{code:"420702",name:"\u6881\u5B50\u6E56\u533A"},{code:"420703",name:"\u534E\u5BB9\u533A"},{code:"420704",name:"\u9102\u57CE\u533A"}]},{code:"4208",name:"\u8346\u95E8\u5E02",children:[{code:"420802",name:"\u4E1C\u5B9D\u533A"},{code:"420804",name:"\u6387\u5200\u533A"},{code:"420822",name:"\u6C99\u6D0B\u53BF"},{code:"420881",name:"\u949F\u7965\u5E02"},{code:"420882",name:"\u4EAC\u5C71\u5E02"}]},{code:"4209",name:"\u5B5D\u611F\u5E02",children:[{code:"420902",name:"\u5B5D\u5357\u533A"},{code:"420921",name:"\u5B5D\u660C\u53BF"},{code:"420922",name:"\u5927\u609F\u53BF"},{code:"420923",name:"\u4E91\u68A6\u53BF"},{code:"420981",name:"\u5E94\u57CE\u5E02"},{code:"420982",name:"\u5B89\u9646\u5E02"},{code:"420984",name:"\u6C49\u5DDD\u5E02"}]},{code:"4210",name:"\u8346\u5DDE\u5E02",children:[{code:"421002",name:"\u6C99\u5E02\u533A"},{code:"421003",name:"\u8346\u5DDE\u533A"},{code:"421022",name:"\u516C\u5B89\u53BF"},{code:"421024",name:"\u6C5F\u9675\u53BF"},{code:"421071",name:"\u8346\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"421081",name:"\u77F3\u9996\u5E02"},{code:"421083",name:"\u6D2A\u6E56\u5E02"},{code:"421087",name:"\u677E\u6ECB\u5E02"},{code:"421088",name:"\u76D1\u5229\u5E02"}]},{code:"4211",name:"\u9EC4\u5188\u5E02",children:[{code:"421102",name:"\u9EC4\u5DDE\u533A"},{code:"421121",name:"\u56E2\u98CE\u53BF"},{code:"421122",name:"\u7EA2\u5B89\u53BF"},{code:"421123",name:"\u7F57\u7530\u53BF"},{code:"421124",name:"\u82F1\u5C71\u53BF"},{code:"421125",name:"\u6D60\u6C34\u53BF"},{code:"421126",name:"\u8572\u6625\u53BF"},{code:"421127",name:"\u9EC4\u6885\u53BF"},{code:"421171",name:"\u9F99\u611F\u6E56\u7BA1\u7406\u533A"},{code:"421181",name:"\u9EBB\u57CE\u5E02"},{code:"421182",name:"\u6B66\u7A74\u5E02"}]},{code:"4212",name:"\u54B8\u5B81\u5E02",children:[{code:"421202",name:"\u54B8\u5B89\u533A"},{code:"421221",name:"\u5609\u9C7C\u53BF"},{code:"421222",name:"\u901A\u57CE\u53BF"},{code:"421223",name:"\u5D07\u9633\u53BF"},{code:"421224",name:"\u901A\u5C71\u53BF"},{code:"421281",name:"\u8D64\u58C1\u5E02"}]},{code:"4213",name:"\u968F\u5DDE\u5E02",children:[{code:"421303",name:"\u66FE\u90FD\u533A"},{code:"421321",name:"\u968F\u53BF"},{code:"421381",name:"\u5E7F\u6C34\u5E02"}]},{code:"4228",name:"\u6069\u65BD\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"422801",name:"\u6069\u65BD\u5E02"},{code:"422802",name:"\u5229\u5DDD\u5E02"},{code:"422822",name:"\u5EFA\u59CB\u53BF"},{code:"422823",name:"\u5DF4\u4E1C\u53BF"},{code:"422825",name:"\u5BA3\u6069\u53BF"},{code:"422826",name:"\u54B8\u4E30\u53BF"},{code:"422827",name:"\u6765\u51E4\u53BF"},{code:"422828",name:"\u9E64\u5CF0\u53BF"}]},{code:"4290",name:"\u7701\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212",children:[{code:"429004",name:"\u4ED9\u6843\u5E02"},{code:"429005",name:"\u6F5C\u6C5F\u5E02"},{code:"429006",name:"\u5929\u95E8\u5E02"},{code:"429021",name:"\u795E\u519C\u67B6\u6797\u533A"}]}]},{code:"43",name:"\u6E56\u5357\u7701",children:[{code:"4301",name:"\u957F\u6C99\u5E02",children:[{code:"430102",name:"\u8299\u84C9\u533A"},{code:"430103",name:"\u5929\u5FC3\u533A"},{code:"430104",name:"\u5CB3\u9E93\u533A"},{code:"430105",name:"\u5F00\u798F\u533A"},{code:"430111",name:"\u96E8\u82B1\u533A"},{code:"430112",name:"\u671B\u57CE\u533A"},{code:"430121",name:"\u957F\u6C99\u53BF"},{code:"430181",name:"\u6D4F\u9633\u5E02"},{code:"430182",name:"\u5B81\u4E61\u5E02"}]},{code:"4302",name:"\u682A\u6D32\u5E02",children:[{code:"430202",name:"\u8377\u5858\u533A"},{code:"430203",name:"\u82A6\u6DDE\u533A"},{code:"430204",name:"\u77F3\u5CF0\u533A"},{code:"430211",name:"\u5929\u5143\u533A"},{code:"430212",name:"\u6E0C\u53E3\u533A"},{code:"430223",name:"\u6538\u53BF"},{code:"430224",name:"\u8336\u9675\u53BF"},{code:"430225",name:"\u708E\u9675\u53BF"},{code:"430281",name:"\u91B4\u9675\u5E02"}]},{code:"4303",name:"\u6E58\u6F6D\u5E02",children:[{code:"430302",name:"\u96E8\u6E56\u533A"},{code:"430304",name:"\u5CB3\u5858\u533A"},{code:"430321",name:"\u6E58\u6F6D\u53BF"},{code:"430371",name:"\u6E56\u5357\u6E58\u6F6D\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u56ED\u533A"},{code:"430372",name:"\u6E58\u6F6D\u662D\u5C71\u793A\u8303\u533A"},{code:"430373",name:"\u6E58\u6F6D\u4E5D\u534E\u793A\u8303\u533A"},{code:"430381",name:"\u6E58\u4E61\u5E02"},{code:"430382",name:"\u97F6\u5C71\u5E02"}]},{code:"4304",name:"\u8861\u9633\u5E02",children:[{code:"430405",name:"\u73E0\u6656\u533A"},{code:"430406",name:"\u96C1\u5CF0\u533A"},{code:"430407",name:"\u77F3\u9F13\u533A"},{code:"430408",name:"\u84B8\u6E58\u533A"},{code:"430412",name:"\u5357\u5CB3\u533A"},{code:"430421",name:"\u8861\u9633\u53BF"},{code:"430422",name:"\u8861\u5357\u53BF"},{code:"430423",name:"\u8861\u5C71\u53BF"},{code:"430424",name:"\u8861\u4E1C\u53BF"},{code:"430426",name:"\u7941\u4E1C\u53BF"},{code:"430473",name:"\u6E56\u5357\u8861\u9633\u677E\u6728\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"430476",name:"\u6E56\u5357\u8861\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u56ED\u533A"},{code:"430481",name:"\u8012\u9633\u5E02"},{code:"430482",name:"\u5E38\u5B81\u5E02"}]},{code:"4305",name:"\u90B5\u9633\u5E02",children:[{code:"430502",name:"\u53CC\u6E05\u533A"},{code:"430503",name:"\u5927\u7965\u533A"},{code:"430511",name:"\u5317\u5854\u533A"},{code:"430522",name:"\u65B0\u90B5\u53BF"},{code:"430523",name:"\u90B5\u9633\u53BF"},{code:"430524",name:"\u9686\u56DE\u53BF"},{code:"430525",name:"\u6D1E\u53E3\u53BF"},{code:"430527",name:"\u7EE5\u5B81\u53BF"},{code:"430528",name:"\u65B0\u5B81\u53BF"},{code:"430529",name:"\u57CE\u6B65\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"430581",name:"\u6B66\u5188\u5E02"},{code:"430582",name:"\u90B5\u4E1C\u5E02"}]},{code:"4306",name:"\u5CB3\u9633\u5E02",children:[{code:"430602",name:"\u5CB3\u9633\u697C\u533A"},{code:"430603",name:"\u4E91\u6EAA\u533A"},{code:"430611",name:"\u541B\u5C71\u533A"},{code:"430621",name:"\u5CB3\u9633\u53BF"},{code:"430623",name:"\u534E\u5BB9\u53BF"},{code:"430624",name:"\u6E58\u9634\u53BF"},{code:"430626",name:"\u5E73\u6C5F\u53BF"},{code:"430671",name:"\u5CB3\u9633\u5E02\u5C48\u539F\u7BA1\u7406\u533A"},{code:"430681",name:"\u6C68\u7F57\u5E02"},{code:"430682",name:"\u4E34\u6E58\u5E02"}]},{code:"4307",name:"\u5E38\u5FB7\u5E02",children:[{code:"430702",name:"\u6B66\u9675\u533A"},{code:"430703",name:"\u9F0E\u57CE\u533A"},{code:"430721",name:"\u5B89\u4E61\u53BF"},{code:"430722",name:"\u6C49\u5BFF\u53BF"},{code:"430723",name:"\u6FA7\u53BF"},{code:"430724",name:"\u4E34\u6FA7\u53BF"},{code:"430725",name:"\u6843\u6E90\u53BF"},{code:"430726",name:"\u77F3\u95E8\u53BF"},{code:"430771",name:"\u5E38\u5FB7\u5E02\u897F\u6D1E\u5EAD\u7BA1\u7406\u533A"},{code:"430781",name:"\u6D25\u5E02\u5E02"}]},{code:"4308",name:"\u5F20\u5BB6\u754C\u5E02",children:[{code:"430802",name:"\u6C38\u5B9A\u533A"},{code:"430811",name:"\u6B66\u9675\u6E90\u533A"},{code:"430821",name:"\u6148\u5229\u53BF"},{code:"430822",name:"\u6851\u690D\u53BF"}]},{code:"4309",name:"\u76CA\u9633\u5E02",children:[{code:"430902",name:"\u8D44\u9633\u533A"},{code:"430903",name:"\u8D6B\u5C71\u533A"},{code:"430921",name:"\u5357\u53BF"},{code:"430922",name:"\u6843\u6C5F\u53BF"},{code:"430923",name:"\u5B89\u5316\u53BF"},{code:"430971",name:"\u76CA\u9633\u5E02\u5927\u901A\u6E56\u7BA1\u7406\u533A"},{code:"430972",name:"\u6E56\u5357\u76CA\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u56ED\u533A"},{code:"430981",name:"\u6C85\u6C5F\u5E02"}]},{code:"4310",name:"\u90F4\u5DDE\u5E02",children:[{code:"431002",name:"\u5317\u6E56\u533A"},{code:"431003",name:"\u82CF\u4ED9\u533A"},{code:"431021",name:"\u6842\u9633\u53BF"},{code:"431022",name:"\u5B9C\u7AE0\u53BF"},{code:"431023",name:"\u6C38\u5174\u53BF"},{code:"431024",name:"\u5609\u79BE\u53BF"},{code:"431025",name:"\u4E34\u6B66\u53BF"},{code:"431026",name:"\u6C5D\u57CE\u53BF"},{code:"431027",name:"\u6842\u4E1C\u53BF"},{code:"431028",name:"\u5B89\u4EC1\u53BF"},{code:"431081",name:"\u8D44\u5174\u5E02"}]},{code:"4311",name:"\u6C38\u5DDE\u5E02",children:[{code:"431102",name:"\u96F6\u9675\u533A"},{code:"431103",name:"\u51B7\u6C34\u6EE9\u533A"},{code:"431122",name:"\u4E1C\u5B89\u53BF"},{code:"431123",name:"\u53CC\u724C\u53BF"},{code:"431124",name:"\u9053\u53BF"},{code:"431125",name:"\u6C5F\u6C38\u53BF"},{code:"431126",name:"\u5B81\u8FDC\u53BF"},{code:"431127",name:"\u84DD\u5C71\u53BF"},{code:"431128",name:"\u65B0\u7530\u53BF"},{code:"431129",name:"\u6C5F\u534E\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"431171",name:"\u6C38\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"431173",name:"\u6C38\u5DDE\u5E02\u56DE\u9F99\u5729\u7BA1\u7406\u533A"},{code:"431181",name:"\u7941\u9633\u5E02"}]},{code:"4312",name:"\u6000\u5316\u5E02",children:[{code:"431202",name:"\u9E64\u57CE\u533A"},{code:"431221",name:"\u4E2D\u65B9\u53BF"},{code:"431222",name:"\u6C85\u9675\u53BF"},{code:"431223",name:"\u8FB0\u6EAA\u53BF"},{code:"431224",name:"\u6E86\u6D66\u53BF"},{code:"431225",name:"\u4F1A\u540C\u53BF"},{code:"431226",name:"\u9EBB\u9633\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"431227",name:"\u65B0\u6643\u4F97\u65CF\u81EA\u6CBB\u53BF"},{code:"431228",name:"\u82B7\u6C5F\u4F97\u65CF\u81EA\u6CBB\u53BF"},{code:"431229",name:"\u9756\u5DDE\u82D7\u65CF\u4F97\u65CF\u81EA\u6CBB\u53BF"},{code:"431230",name:"\u901A\u9053\u4F97\u65CF\u81EA\u6CBB\u53BF"},{code:"431271",name:"\u6000\u5316\u5E02\u6D2A\u6C5F\u7BA1\u7406\u533A"},{code:"431281",name:"\u6D2A\u6C5F\u5E02"}]},{code:"4313",name:"\u5A04\u5E95\u5E02",children:[{code:"431302",name:"\u5A04\u661F\u533A"},{code:"431321",name:"\u53CC\u5CF0\u53BF"},{code:"431322",name:"\u65B0\u5316\u53BF"},{code:"431381",name:"\u51B7\u6C34\u6C5F\u5E02"},{code:"431382",name:"\u6D9F\u6E90\u5E02"}]},{code:"4331",name:"\u6E58\u897F\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"433101",name:"\u5409\u9996\u5E02"},{code:"433122",name:"\u6CF8\u6EAA\u53BF"},{code:"433123",name:"\u51E4\u51F0\u53BF"},{code:"433124",name:"\u82B1\u57A3\u53BF"},{code:"433125",name:"\u4FDD\u9756\u53BF"},{code:"433126",name:"\u53E4\u4E08\u53BF"},{code:"433127",name:"\u6C38\u987A\u53BF"},{code:"433130",name:"\u9F99\u5C71\u53BF"}]}]},{code:"44",name:"\u5E7F\u4E1C\u7701",children:[{code:"4401",name:"\u5E7F\u5DDE\u5E02",children:[{code:"440103",name:"\u8354\u6E7E\u533A"},{code:"440104",name:"\u8D8A\u79C0\u533A"},{code:"440105",name:"\u6D77\u73E0\u533A"},{code:"440106",name:"\u5929\u6CB3\u533A"},{code:"440111",name:"\u767D\u4E91\u533A"},{code:"440112",name:"\u9EC4\u57D4\u533A"},{code:"440113",name:"\u756A\u79BA\u533A"},{code:"440114",name:"\u82B1\u90FD\u533A"},{code:"440115",name:"\u5357\u6C99\u533A"},{code:"440117",name:"\u4ECE\u5316\u533A"},{code:"440118",name:"\u589E\u57CE\u533A"}]},{code:"4402",name:"\u97F6\u5173\u5E02",children:[{code:"440203",name:"\u6B66\u6C5F\u533A"},{code:"440204",name:"\u6D48\u6C5F\u533A"},{code:"440205",name:"\u66F2\u6C5F\u533A"},{code:"440222",name:"\u59CB\u5174\u53BF"},{code:"440224",name:"\u4EC1\u5316\u53BF"},{code:"440229",name:"\u7FC1\u6E90\u53BF"},{code:"440232",name:"\u4E73\u6E90\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"440233",name:"\u65B0\u4E30\u53BF"},{code:"440281",name:"\u4E50\u660C\u5E02"},{code:"440282",name:"\u5357\u96C4\u5E02"}]},{code:"4403",name:"\u6DF1\u5733\u5E02",children:[{code:"440303",name:"\u7F57\u6E56\u533A"},{code:"440304",name:"\u798F\u7530\u533A"},{code:"440305",name:"\u5357\u5C71\u533A"},{code:"440306",name:"\u5B9D\u5B89\u533A"},{code:"440307",name:"\u9F99\u5C97\u533A"},{code:"440308",name:"\u76D0\u7530\u533A"},{code:"440309",name:"\u9F99\u534E\u533A"},{code:"440310",name:"\u576A\u5C71\u533A"},{code:"440311",name:"\u5149\u660E\u533A"}]},{code:"4404",name:"\u73E0\u6D77\u5E02",children:[{code:"440402",name:"\u9999\u6D32\u533A"},{code:"440403",name:"\u6597\u95E8\u533A"},{code:"440404",name:"\u91D1\u6E7E\u533A"}]},{code:"4405",name:"\u6C55\u5934\u5E02",children:[{code:"440507",name:"\u9F99\u6E56\u533A"},{code:"440511",name:"\u91D1\u5E73\u533A"},{code:"440512",name:"\u6FE0\u6C5F\u533A"},{code:"440513",name:"\u6F6E\u9633\u533A"},{code:"440514",name:"\u6F6E\u5357\u533A"},{code:"440515",name:"\u6F84\u6D77\u533A"},{code:"440523",name:"\u5357\u6FB3\u53BF"}]},{code:"4406",name:"\u4F5B\u5C71\u5E02",children:[{code:"440604",name:"\u7985\u57CE\u533A"},{code:"440605",name:"\u5357\u6D77\u533A"},{code:"440606",name:"\u987A\u5FB7\u533A"},{code:"440607",name:"\u4E09\u6C34\u533A"},{code:"440608",name:"\u9AD8\u660E\u533A"}]},{code:"4407",name:"\u6C5F\u95E8\u5E02",children:[{code:"440703",name:"\u84EC\u6C5F\u533A"},{code:"440704",name:"\u6C5F\u6D77\u533A"},{code:"440705",name:"\u65B0\u4F1A\u533A"},{code:"440781",name:"\u53F0\u5C71\u5E02"},{code:"440783",name:"\u5F00\u5E73\u5E02"},{code:"440784",name:"\u9E64\u5C71\u5E02"},{code:"440785",name:"\u6069\u5E73\u5E02"}]},{code:"4408",name:"\u6E5B\u6C5F\u5E02",children:[{code:"440802",name:"\u8D64\u574E\u533A"},{code:"440803",name:"\u971E\u5C71\u533A"},{code:"440804",name:"\u5761\u5934\u533A"},{code:"440811",name:"\u9EBB\u7AE0\u533A"},{code:"440823",name:"\u9042\u6EAA\u53BF"},{code:"440825",name:"\u5F90\u95FB\u53BF"},{code:"440881",name:"\u5EC9\u6C5F\u5E02"},{code:"440882",name:"\u96F7\u5DDE\u5E02"},{code:"440883",name:"\u5434\u5DDD\u5E02"}]},{code:"4409",name:"\u8302\u540D\u5E02",children:[{code:"440902",name:"\u8302\u5357\u533A"},{code:"440904",name:"\u7535\u767D\u533A"},{code:"440981",name:"\u9AD8\u5DDE\u5E02"},{code:"440982",name:"\u5316\u5DDE\u5E02"},{code:"440983",name:"\u4FE1\u5B9C\u5E02"}]},{code:"4412",name:"\u8087\u5E86\u5E02",children:[{code:"441202",name:"\u7AEF\u5DDE\u533A"},{code:"441203",name:"\u9F0E\u6E56\u533A"},{code:"441204",name:"\u9AD8\u8981\u533A"},{code:"441223",name:"\u5E7F\u5B81\u53BF"},{code:"441224",name:"\u6000\u96C6\u53BF"},{code:"441225",name:"\u5C01\u5F00\u53BF"},{code:"441226",name:"\u5FB7\u5E86\u53BF"},{code:"441284",name:"\u56DB\u4F1A\u5E02"}]},{code:"4413",name:"\u60E0\u5DDE\u5E02",children:[{code:"441302",name:"\u60E0\u57CE\u533A"},{code:"441303",name:"\u60E0\u9633\u533A"},{code:"441322",name:"\u535A\u7F57\u53BF"},{code:"441323",name:"\u60E0\u4E1C\u53BF"},{code:"441324",name:"\u9F99\u95E8\u53BF"}]},{code:"4414",name:"\u6885\u5DDE\u5E02",children:[{code:"441402",name:"\u6885\u6C5F\u533A"},{code:"441403",name:"\u6885\u53BF\u533A"},{code:"441422",name:"\u5927\u57D4\u53BF"},{code:"441423",name:"\u4E30\u987A\u53BF"},{code:"441424",name:"\u4E94\u534E\u53BF"},{code:"441426",name:"\u5E73\u8FDC\u53BF"},{code:"441427",name:"\u8549\u5CAD\u53BF"},{code:"441481",name:"\u5174\u5B81\u5E02"}]},{code:"4415",name:"\u6C55\u5C3E\u5E02",children:[{code:"441502",name:"\u57CE\u533A"},{code:"441521",name:"\u6D77\u4E30\u53BF"},{code:"441523",name:"\u9646\u6CB3\u53BF"},{code:"441581",name:"\u9646\u4E30\u5E02"}]},{code:"4416",name:"\u6CB3\u6E90\u5E02",children:[{code:"441602",name:"\u6E90\u57CE\u533A"},{code:"441621",name:"\u7D2B\u91D1\u53BF"},{code:"441622",name:"\u9F99\u5DDD\u53BF"},{code:"441623",name:"\u8FDE\u5E73\u53BF"},{code:"441624",name:"\u548C\u5E73\u53BF"},{code:"441625",name:"\u4E1C\u6E90\u53BF"}]},{code:"4417",name:"\u9633\u6C5F\u5E02",children:[{code:"441702",name:"\u6C5F\u57CE\u533A"},{code:"441704",name:"\u9633\u4E1C\u533A"},{code:"441721",name:"\u9633\u897F\u53BF"},{code:"441781",name:"\u9633\u6625\u5E02"}]},{code:"4418",name:"\u6E05\u8FDC\u5E02",children:[{code:"441802",name:"\u6E05\u57CE\u533A"},{code:"441803",name:"\u6E05\u65B0\u533A"},{code:"441821",name:"\u4F5B\u5188\u53BF"},{code:"441823",name:"\u9633\u5C71\u53BF"},{code:"441825",name:"\u8FDE\u5C71\u58EE\u65CF\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"441826",name:"\u8FDE\u5357\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"441881",name:"\u82F1\u5FB7\u5E02"},{code:"441882",name:"\u8FDE\u5DDE\u5E02"}]},{code:"4419",name:"\u4E1C\u839E\u5E02",children:[{code:"441900003",name:"\u4E1C\u57CE\u8857\u9053"},{code:"441900004",name:"\u5357\u57CE\u8857\u9053"},{code:"441900005",name:"\u4E07\u6C5F\u8857\u9053"},{code:"441900006",name:"\u839E\u57CE\u8857\u9053"},{code:"441900101",name:"\u77F3\u78A3\u9547"},{code:"441900102",name:"\u77F3\u9F99\u9547"},{code:"441900103",name:"\u8336\u5C71\u9547"},{code:"441900104",name:"\u77F3\u6392\u9547"},{code:"441900105",name:"\u4F01\u77F3\u9547"},{code:"441900106",name:"\u6A2A\u6CA5\u9547"},{code:"441900107",name:"\u6865\u5934\u9547"},{code:"441900108",name:"\u8C22\u5C97\u9547"},{code:"441900109",name:"\u4E1C\u5751\u9547"},{code:"441900110",name:"\u5E38\u5E73\u9547"},{code:"441900111",name:"\u5BEE\u6B65\u9547"},{code:"441900112",name:"\u6A1F\u6728\u5934\u9547"},{code:"441900113",name:"\u5927\u6717\u9547"},{code:"441900114",name:"\u9EC4\u6C5F\u9547"},{code:"441900115",name:"\u6E05\u6EAA\u9547"},{code:"441900116",name:"\u5858\u53A6\u9547"},{code:"441900117",name:"\u51E4\u5C97\u9547"},{code:"441900118",name:"\u5927\u5CAD\u5C71\u9547"},{code:"441900119",name:"\u957F\u5B89\u9547"},{code:"441900121",name:"\u864E\u95E8\u9547"},{code:"441900122",name:"\u539A\u8857\u9547"},{code:"441900123",name:"\u6C99\u7530\u9547"},{code:"441900124",name:"\u9053\u6ED8\u9547"},{code:"441900125",name:"\u6D2A\u6885\u9547"},{code:"441900126",name:"\u9EBB\u6D8C\u9547"},{code:"441900127",name:"\u671B\u725B\u58A9\u9547"},{code:"441900128",name:"\u4E2D\u5802\u9547"},{code:"441900129",name:"\u9AD8\u57D7\u9547"},{code:"441900401",name:"\u677E\u5C71\u6E56"},{code:"441900402",name:"\u4E1C\u839E\u6E2F"},{code:"441900403",name:"\u4E1C\u839E\u751F\u6001\u56ED"},{code:"441900404",name:"\u4E1C\u839E\u6EE8\u6D77\u6E7E\u65B0\u533A"}]},{code:"4420",name:"\u4E2D\u5C71\u5E02",children:[{code:"442000001",name:"\u77F3\u5C90\u8857\u9053"},{code:"442000002",name:"\u4E1C\u533A\u8857\u9053"},{code:"442000003",name:"\u4E2D\u5C71\u6E2F\u8857\u9053"},{code:"442000004",name:"\u897F\u533A\u8857\u9053"},{code:"442000005",name:"\u5357\u533A\u8857\u9053"},{code:"442000006",name:"\u4E94\u6842\u5C71\u8857\u9053"},{code:"442000007",name:"\u6C11\u4F17\u8857\u9053"},{code:"442000008",name:"\u5357\u6717\u8857\u9053"},{code:"442000101",name:"\u9EC4\u5703\u9547"},{code:"442000103",name:"\u4E1C\u51E4\u9547"},{code:"442000105",name:"\u53E4\u9547\u9547"},{code:"442000106",name:"\u6C99\u6EAA\u9547"},{code:"442000107",name:"\u5766\u6D32\u9547"},{code:"442000108",name:"\u6E2F\u53E3\u9547"},{code:"442000109",name:"\u4E09\u89D2\u9547"},{code:"442000110",name:"\u6A2A\u680F\u9547"},{code:"442000111",name:"\u5357\u5934\u9547"},{code:"442000112",name:"\u961C\u6C99\u9547"},{code:"442000114",name:"\u4E09\u4E61\u9547"},{code:"442000115",name:"\u677F\u8299\u9547"},{code:"442000116",name:"\u5927\u6D8C\u9547"},{code:"442000117",name:"\u795E\u6E7E\u9547"},{code:"442000118",name:"\u5C0F\u6984\u9547"}]},{code:"4451",name:"\u6F6E\u5DDE\u5E02",children:[{code:"445102",name:"\u6E58\u6865\u533A"},{code:"445103",name:"\u6F6E\u5B89\u533A"},{code:"445122",name:"\u9976\u5E73\u53BF"}]},{code:"4452",name:"\u63ED\u9633\u5E02",children:[{code:"445202",name:"\u6995\u57CE\u533A"},{code:"445203",name:"\u63ED\u4E1C\u533A"},{code:"445222",name:"\u63ED\u897F\u53BF"},{code:"445224",name:"\u60E0\u6765\u53BF"},{code:"445281",name:"\u666E\u5B81\u5E02"}]},{code:"4453",name:"\u4E91\u6D6E\u5E02",children:[{code:"445302",name:"\u4E91\u57CE\u533A"},{code:"445303",name:"\u4E91\u5B89\u533A"},{code:"445321",name:"\u65B0\u5174\u53BF"},{code:"445322",name:"\u90C1\u5357\u53BF"},{code:"445381",name:"\u7F57\u5B9A\u5E02"}]}]},{code:"45",name:"\u5E7F\u897F\u58EE\u65CF\u81EA\u6CBB\u533A",children:[{code:"4501",name:"\u5357\u5B81\u5E02",children:[{code:"450102",name:"\u5174\u5B81\u533A"},{code:"450103",name:"\u9752\u79C0\u533A"},{code:"450105",name:"\u6C5F\u5357\u533A"},{code:"450107",name:"\u897F\u4E61\u5858\u533A"},{code:"450108",name:"\u826F\u5E86\u533A"},{code:"450109",name:"\u9095\u5B81\u533A"},{code:"450110",name:"\u6B66\u9E23\u533A"},{code:"450123",name:"\u9686\u5B89\u53BF"},{code:"450124",name:"\u9A6C\u5C71\u53BF"},{code:"450125",name:"\u4E0A\u6797\u53BF"},{code:"450126",name:"\u5BBE\u9633\u53BF"},{code:"450181",name:"\u6A2A\u5DDE\u5E02"}]},{code:"4502",name:"\u67F3\u5DDE\u5E02",children:[{code:"450202",name:"\u57CE\u4E2D\u533A"},{code:"450203",name:"\u9C7C\u5CF0\u533A"},{code:"450204",name:"\u67F3\u5357\u533A"},{code:"450205",name:"\u67F3\u5317\u533A"},{code:"450206",name:"\u67F3\u6C5F\u533A"},{code:"450222",name:"\u67F3\u57CE\u53BF"},{code:"450223",name:"\u9E7F\u5BE8\u53BF"},{code:"450224",name:"\u878D\u5B89\u53BF"},{code:"450225",name:"\u878D\u6C34\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"450226",name:"\u4E09\u6C5F\u4F97\u65CF\u81EA\u6CBB\u53BF"}]},{code:"4503",name:"\u6842\u6797\u5E02",children:[{code:"450302",name:"\u79C0\u5CF0\u533A"},{code:"450303",name:"\u53E0\u5F69\u533A"},{code:"450304",name:"\u8C61\u5C71\u533A"},{code:"450305",name:"\u4E03\u661F\u533A"},{code:"450311",name:"\u96C1\u5C71\u533A"},{code:"450312",name:"\u4E34\u6842\u533A"},{code:"450321",name:"\u9633\u6714\u53BF"},{code:"450323",name:"\u7075\u5DDD\u53BF"},{code:"450324",name:"\u5168\u5DDE\u53BF"},{code:"450325",name:"\u5174\u5B89\u53BF"},{code:"450326",name:"\u6C38\u798F\u53BF"},{code:"450327",name:"\u704C\u9633\u53BF"},{code:"450328",name:"\u9F99\u80DC\u5404\u65CF\u81EA\u6CBB\u53BF"},{code:"450329",name:"\u8D44\u6E90\u53BF"},{code:"450330",name:"\u5E73\u4E50\u53BF"},{code:"450332",name:"\u606D\u57CE\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"450381",name:"\u8354\u6D66\u5E02"}]},{code:"4504",name:"\u68A7\u5DDE\u5E02",children:[{code:"450403",name:"\u4E07\u79C0\u533A"},{code:"450405",name:"\u957F\u6D32\u533A"},{code:"450406",name:"\u9F99\u5729\u533A"},{code:"450421",name:"\u82CD\u68A7\u53BF"},{code:"450422",name:"\u85E4\u53BF"},{code:"450423",name:"\u8499\u5C71\u53BF"},{code:"450481",name:"\u5C91\u6EAA\u5E02"}]},{code:"4505",name:"\u5317\u6D77\u5E02",children:[{code:"450502",name:"\u6D77\u57CE\u533A"},{code:"450503",name:"\u94F6\u6D77\u533A"},{code:"450512",name:"\u94C1\u5C71\u6E2F\u533A"},{code:"450521",name:"\u5408\u6D66\u53BF"}]},{code:"4506",name:"\u9632\u57CE\u6E2F\u5E02",children:[{code:"450602",name:"\u6E2F\u53E3\u533A"},{code:"450603",name:"\u9632\u57CE\u533A"},{code:"450621",name:"\u4E0A\u601D\u53BF"},{code:"450681",name:"\u4E1C\u5174\u5E02"}]},{code:"4507",name:"\u94A6\u5DDE\u5E02",children:[{code:"450702",name:"\u94A6\u5357\u533A"},{code:"450703",name:"\u94A6\u5317\u533A"},{code:"450721",name:"\u7075\u5C71\u53BF"},{code:"450722",name:"\u6D66\u5317\u53BF"}]},{code:"4508",name:"\u8D35\u6E2F\u5E02",children:[{code:"450802",name:"\u6E2F\u5317\u533A"},{code:"450803",name:"\u6E2F\u5357\u533A"},{code:"450804",name:"\u8983\u5858\u533A"},{code:"450821",name:"\u5E73\u5357\u53BF"},{code:"450881",name:"\u6842\u5E73\u5E02"}]},{code:"4509",name:"\u7389\u6797\u5E02",children:[{code:"450902",name:"\u7389\u5DDE\u533A"},{code:"450903",name:"\u798F\u7EF5\u533A"},{code:"450921",name:"\u5BB9\u53BF"},{code:"450922",name:"\u9646\u5DDD\u53BF"},{code:"450923",name:"\u535A\u767D\u53BF"},{code:"450924",name:"\u5174\u4E1A\u53BF"},{code:"450981",name:"\u5317\u6D41\u5E02"}]},{code:"4510",name:"\u767E\u8272\u5E02",children:[{code:"451002",name:"\u53F3\u6C5F\u533A"},{code:"451003",name:"\u7530\u9633\u533A"},{code:"451022",name:"\u7530\u4E1C\u53BF"},{code:"451024",name:"\u5FB7\u4FDD\u53BF"},{code:"451026",name:"\u90A3\u5761\u53BF"},{code:"451027",name:"\u51CC\u4E91\u53BF"},{code:"451028",name:"\u4E50\u4E1A\u53BF"},{code:"451029",name:"\u7530\u6797\u53BF"},{code:"451030",name:"\u897F\u6797\u53BF"},{code:"451031",name:"\u9686\u6797\u5404\u65CF\u81EA\u6CBB\u53BF"},{code:"451081",name:"\u9756\u897F\u5E02"},{code:"451082",name:"\u5E73\u679C\u5E02"}]},{code:"4511",name:"\u8D3A\u5DDE\u5E02",children:[{code:"451102",name:"\u516B\u6B65\u533A"},{code:"451103",name:"\u5E73\u6842\u533A"},{code:"451121",name:"\u662D\u5E73\u53BF"},{code:"451122",name:"\u949F\u5C71\u53BF"},{code:"451123",name:"\u5BCC\u5DDD\u7476\u65CF\u81EA\u6CBB\u53BF"}]},{code:"4512",name:"\u6CB3\u6C60\u5E02",children:[{code:"451202",name:"\u91D1\u57CE\u6C5F\u533A"},{code:"451203",name:"\u5B9C\u5DDE\u533A"},{code:"451221",name:"\u5357\u4E39\u53BF"},{code:"451222",name:"\u5929\u5CE8\u53BF"},{code:"451223",name:"\u51E4\u5C71\u53BF"},{code:"451224",name:"\u4E1C\u5170\u53BF"},{code:"451225",name:"\u7F57\u57CE\u4EEB\u4F6C\u65CF\u81EA\u6CBB\u53BF"},{code:"451226",name:"\u73AF\u6C5F\u6BDB\u5357\u65CF\u81EA\u6CBB\u53BF"},{code:"451227",name:"\u5DF4\u9A6C\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"451228",name:"\u90FD\u5B89\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"451229",name:"\u5927\u5316\u7476\u65CF\u81EA\u6CBB\u53BF"}]},{code:"4513",name:"\u6765\u5BBE\u5E02",children:[{code:"451302",name:"\u5174\u5BBE\u533A"},{code:"451321",name:"\u5FFB\u57CE\u53BF"},{code:"451322",name:"\u8C61\u5DDE\u53BF"},{code:"451323",name:"\u6B66\u5BA3\u53BF"},{code:"451324",name:"\u91D1\u79C0\u7476\u65CF\u81EA\u6CBB\u53BF"},{code:"451381",name:"\u5408\u5C71\u5E02"}]},{code:"4514",name:"\u5D07\u5DE6\u5E02",children:[{code:"451402",name:"\u6C5F\u5DDE\u533A"},{code:"451421",name:"\u6276\u7EE5\u53BF"},{code:"451422",name:"\u5B81\u660E\u53BF"},{code:"451423",name:"\u9F99\u5DDE\u53BF"},{code:"451424",name:"\u5927\u65B0\u53BF"},{code:"451425",name:"\u5929\u7B49\u53BF"},{code:"451481",name:"\u51ED\u7965\u5E02"}]}]},{code:"46",name:"\u6D77\u5357\u7701",children:[{code:"4601",name:"\u6D77\u53E3\u5E02",children:[{code:"460105",name:"\u79C0\u82F1\u533A"},{code:"460106",name:"\u9F99\u534E\u533A"},{code:"460107",name:"\u743C\u5C71\u533A"},{code:"460108",name:"\u7F8E\u5170\u533A"}]},{code:"4602",name:"\u4E09\u4E9A\u5E02",children:[{code:"460202",name:"\u6D77\u68E0\u533A"},{code:"460203",name:"\u5409\u9633\u533A"},{code:"460204",name:"\u5929\u6DAF\u533A"},{code:"460205",name:"\u5D16\u5DDE\u533A"}]},{code:"4603",name:"\u4E09\u6C99\u5E02",children:[{code:"460321",name:"\u897F\u6C99\u7FA4\u5C9B"},{code:"460322",name:"\u5357\u6C99\u7FA4\u5C9B"},{code:"460323",name:"\u4E2D\u6C99\u7FA4\u5C9B\u7684\u5C9B\u7901\u53CA\u5176\u6D77\u57DF"}]},{code:"4604",name:"\u510B\u5DDE\u5E02",children:[{code:"460400100",name:"\u90A3\u5927\u9547"},{code:"460400101",name:"\u548C\u5E86\u9547"},{code:"460400102",name:"\u5357\u4E30\u9547"},{code:"460400103",name:"\u5927\u6210\u9547"},{code:"460400104",name:"\u96C5\u661F\u9547"},{code:"460400105",name:"\u5170\u6D0B\u9547"},{code:"460400106",name:"\u5149\u6751\u9547"},{code:"460400107",name:"\u6728\u68E0\u9547"},{code:"460400108",name:"\u6D77\u5934\u9547"},{code:"460400109",name:"\u5CE8\u8513\u9547"},{code:"460400111",name:"\u738B\u4E94\u9547"},{code:"460400112",name:"\u767D\u9A6C\u4E95\u9547"},{code:"460400113",name:"\u4E2D\u548C\u9547"},{code:"460400114",name:"\u6392\u6D66\u9547"},{code:"460400115",name:"\u4E1C\u6210\u9547"},{code:"460400116",name:"\u65B0\u5DDE\u9547"},{code:"460400499",name:"\u6D0B\u6D66\u7ECF\u6D4E\u5F00\u53D1\u533A"},{code:"460400500",name:"\u534E\u5357\u70ED\u4F5C\u5B66\u9662"}]},{code:"4690",name:"\u7701\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212",children:[{code:"469001",name:"\u4E94\u6307\u5C71\u5E02"},{code:"469002",name:"\u743C\u6D77\u5E02"},{code:"469005",name:"\u6587\u660C\u5E02"},{code:"469006",name:"\u4E07\u5B81\u5E02"},{code:"469007",name:"\u4E1C\u65B9\u5E02"},{code:"469021",name:"\u5B9A\u5B89\u53BF"},{code:"469022",name:"\u5C6F\u660C\u53BF"},{code:"469023",name:"\u6F84\u8FC8\u53BF"},{code:"469024",name:"\u4E34\u9AD8\u53BF"},{code:"469025",name:"\u767D\u6C99\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469026",name:"\u660C\u6C5F\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469027",name:"\u4E50\u4E1C\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469028",name:"\u9675\u6C34\u9ECE\u65CF\u81EA\u6CBB\u53BF"},{code:"469029",name:"\u4FDD\u4EAD\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"469030",name:"\u743C\u4E2D\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"}]}]},{code:"50",name:"\u91CD\u5E86\u5E02",children:[{code:"5001",name:"\u5E02\u8F96\u533A",children:[{code:"500101",name:"\u4E07\u5DDE\u533A"},{code:"500102",name:"\u6DAA\u9675\u533A"},{code:"500103",name:"\u6E1D\u4E2D\u533A"},{code:"500104",name:"\u5927\u6E21\u53E3\u533A"},{code:"500105",name:"\u6C5F\u5317\u533A"},{code:"500106",name:"\u6C99\u576A\u575D\u533A"},{code:"500107",name:"\u4E5D\u9F99\u5761\u533A"},{code:"500108",name:"\u5357\u5CB8\u533A"},{code:"500109",name:"\u5317\u789A\u533A"},{code:"500110",name:"\u7DA6\u6C5F\u533A"},{code:"500111",name:"\u5927\u8DB3\u533A"},{code:"500112",name:"\u6E1D\u5317\u533A"},{code:"500113",name:"\u5DF4\u5357\u533A"},{code:"500114",name:"\u9ED4\u6C5F\u533A"},{code:"500115",name:"\u957F\u5BFF\u533A"},{code:"500116",name:"\u6C5F\u6D25\u533A"},{code:"500117",name:"\u5408\u5DDD\u533A"},{code:"500118",name:"\u6C38\u5DDD\u533A"},{code:"500119",name:"\u5357\u5DDD\u533A"},{code:"500120",name:"\u74A7\u5C71\u533A"},{code:"500151",name:"\u94DC\u6881\u533A"},{code:"500152",name:"\u6F7C\u5357\u533A"},{code:"500153",name:"\u8363\u660C\u533A"},{code:"500154",name:"\u5F00\u5DDE\u533A"},{code:"500155",name:"\u6881\u5E73\u533A"},{code:"500156",name:"\u6B66\u9686\u533A"}]},{code:"5002",name:"\u53BF",children:[{code:"500229",name:"\u57CE\u53E3\u53BF"},{code:"500230",name:"\u4E30\u90FD\u53BF"},{code:"500231",name:"\u57AB\u6C5F\u53BF"},{code:"500233",name:"\u5FE0\u53BF"},{code:"500235",name:"\u4E91\u9633\u53BF"},{code:"500236",name:"\u5949\u8282\u53BF"},{code:"500237",name:"\u5DEB\u5C71\u53BF"},{code:"500238",name:"\u5DEB\u6EAA\u53BF"},{code:"500240",name:"\u77F3\u67F1\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"},{code:"500241",name:"\u79C0\u5C71\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"500242",name:"\u9149\u9633\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"500243",name:"\u5F6D\u6C34\u82D7\u65CF\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"}]}]},{code:"51",name:"\u56DB\u5DDD\u7701",children:[{code:"5101",name:"\u6210\u90FD\u5E02",children:[{code:"510104",name:"\u9526\u6C5F\u533A"},{code:"510105",name:"\u9752\u7F8A\u533A"},{code:"510106",name:"\u91D1\u725B\u533A"},{code:"510107",name:"\u6B66\u4FAF\u533A"},{code:"510108",name:"\u6210\u534E\u533A"},{code:"510112",name:"\u9F99\u6CC9\u9A7F\u533A"},{code:"510113",name:"\u9752\u767D\u6C5F\u533A"},{code:"510114",name:"\u65B0\u90FD\u533A"},{code:"510115",name:"\u6E29\u6C5F\u533A"},{code:"510116",name:"\u53CC\u6D41\u533A"},{code:"510117",name:"\u90EB\u90FD\u533A"},{code:"510118",name:"\u65B0\u6D25\u533A"},{code:"510121",name:"\u91D1\u5802\u53BF"},{code:"510129",name:"\u5927\u9091\u53BF"},{code:"510131",name:"\u84B2\u6C5F\u53BF"},{code:"510181",name:"\u90FD\u6C5F\u5830\u5E02"},{code:"510182",name:"\u5F6D\u5DDE\u5E02"},{code:"510183",name:"\u909B\u5D03\u5E02"},{code:"510184",name:"\u5D07\u5DDE\u5E02"},{code:"510185",name:"\u7B80\u9633\u5E02"}]},{code:"5103",name:"\u81EA\u8D21\u5E02",children:[{code:"510302",name:"\u81EA\u6D41\u4E95\u533A"},{code:"510303",name:"\u8D21\u4E95\u533A"},{code:"510304",name:"\u5927\u5B89\u533A"},{code:"510311",name:"\u6CBF\u6EE9\u533A"},{code:"510321",name:"\u8363\u53BF"},{code:"510322",name:"\u5BCC\u987A\u53BF"}]},{code:"5104",name:"\u6500\u679D\u82B1\u5E02",children:[{code:"510402",name:"\u4E1C\u533A"},{code:"510403",name:"\u897F\u533A"},{code:"510411",name:"\u4EC1\u548C\u533A"},{code:"510421",name:"\u7C73\u6613\u53BF"},{code:"510422",name:"\u76D0\u8FB9\u53BF"}]},{code:"5105",name:"\u6CF8\u5DDE\u5E02",children:[{code:"510502",name:"\u6C5F\u9633\u533A"},{code:"510503",name:"\u7EB3\u6EAA\u533A"},{code:"510504",name:"\u9F99\u9A6C\u6F6D\u533A"},{code:"510521",name:"\u6CF8\u53BF"},{code:"510522",name:"\u5408\u6C5F\u53BF"},{code:"510524",name:"\u53D9\u6C38\u53BF"},{code:"510525",name:"\u53E4\u853A\u53BF"}]},{code:"5106",name:"\u5FB7\u9633\u5E02",children:[{code:"510603",name:"\u65CC\u9633\u533A"},{code:"510604",name:"\u7F57\u6C5F\u533A"},{code:"510623",name:"\u4E2D\u6C5F\u53BF"},{code:"510681",name:"\u5E7F\u6C49\u5E02"},{code:"510682",name:"\u4EC0\u90A1\u5E02"},{code:"510683",name:"\u7EF5\u7AF9\u5E02"}]},{code:"5107",name:"\u7EF5\u9633\u5E02",children:[{code:"510703",name:"\u6DAA\u57CE\u533A"},{code:"510704",name:"\u6E38\u4ED9\u533A"},{code:"510705",name:"\u5B89\u5DDE\u533A"},{code:"510722",name:"\u4E09\u53F0\u53BF"},{code:"510723",name:"\u76D0\u4EAD\u53BF"},{code:"510725",name:"\u6893\u6F7C\u53BF"},{code:"510726",name:"\u5317\u5DDD\u7F8C\u65CF\u81EA\u6CBB\u53BF"},{code:"510727",name:"\u5E73\u6B66\u53BF"},{code:"510781",name:"\u6C5F\u6CB9\u5E02"}]},{code:"5108",name:"\u5E7F\u5143\u5E02",children:[{code:"510802",name:"\u5229\u5DDE\u533A"},{code:"510811",name:"\u662D\u5316\u533A"},{code:"510812",name:"\u671D\u5929\u533A"},{code:"510821",name:"\u65FA\u82CD\u53BF"},{code:"510822",name:"\u9752\u5DDD\u53BF"},{code:"510823",name:"\u5251\u9601\u53BF"},{code:"510824",name:"\u82CD\u6EAA\u53BF"}]},{code:"5109",name:"\u9042\u5B81\u5E02",children:[{code:"510903",name:"\u8239\u5C71\u533A"},{code:"510904",name:"\u5B89\u5C45\u533A"},{code:"510921",name:"\u84EC\u6EAA\u53BF"},{code:"510923",name:"\u5927\u82F1\u53BF"},{code:"510981",name:"\u5C04\u6D2A\u5E02"}]},{code:"5110",name:"\u5185\u6C5F\u5E02",children:[{code:"511002",name:"\u5E02\u4E2D\u533A"},{code:"511011",name:"\u4E1C\u5174\u533A"},{code:"511024",name:"\u5A01\u8FDC\u53BF"},{code:"511025",name:"\u8D44\u4E2D\u53BF"},{code:"511083",name:"\u9686\u660C\u5E02"}]},{code:"5111",name:"\u4E50\u5C71\u5E02",children:[{code:"511102",name:"\u5E02\u4E2D\u533A"},{code:"511111",name:"\u6C99\u6E7E\u533A"},{code:"511112",name:"\u4E94\u901A\u6865\u533A"},{code:"511113",name:"\u91D1\u53E3\u6CB3\u533A"},{code:"511123",name:"\u728D\u4E3A\u53BF"},{code:"511124",name:"\u4E95\u7814\u53BF"},{code:"511126",name:"\u5939\u6C5F\u53BF"},{code:"511129",name:"\u6C90\u5DDD\u53BF"},{code:"511132",name:"\u5CE8\u8FB9\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"511133",name:"\u9A6C\u8FB9\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"511181",name:"\u5CE8\u7709\u5C71\u5E02"}]},{code:"5113",name:"\u5357\u5145\u5E02",children:[{code:"511302",name:"\u987A\u5E86\u533A"},{code:"511303",name:"\u9AD8\u576A\u533A"},{code:"511304",name:"\u5609\u9675\u533A"},{code:"511321",name:"\u5357\u90E8\u53BF"},{code:"511322",name:"\u8425\u5C71\u53BF"},{code:"511323",name:"\u84EC\u5B89\u53BF"},{code:"511324",name:"\u4EEA\u9647\u53BF"},{code:"511325",name:"\u897F\u5145\u53BF"},{code:"511381",name:"\u9606\u4E2D\u5E02"}]},{code:"5114",name:"\u7709\u5C71\u5E02",children:[{code:"511402",name:"\u4E1C\u5761\u533A"},{code:"511403",name:"\u5F6D\u5C71\u533A"},{code:"511421",name:"\u4EC1\u5BFF\u53BF"},{code:"511423",name:"\u6D2A\u96C5\u53BF"},{code:"511424",name:"\u4E39\u68F1\u53BF"},{code:"511425",name:"\u9752\u795E\u53BF"}]},{code:"5115",name:"\u5B9C\u5BBE\u5E02",children:[{code:"511502",name:"\u7FE0\u5C4F\u533A"},{code:"511503",name:"\u5357\u6EAA\u533A"},{code:"511504",name:"\u53D9\u5DDE\u533A"},{code:"511523",name:"\u6C5F\u5B89\u53BF"},{code:"511524",name:"\u957F\u5B81\u53BF"},{code:"511525",name:"\u9AD8\u53BF"},{code:"511526",name:"\u73D9\u53BF"},{code:"511527",name:"\u7B60\u8FDE\u53BF"},{code:"511528",name:"\u5174\u6587\u53BF"},{code:"511529",name:"\u5C4F\u5C71\u53BF"}]},{code:"5116",name:"\u5E7F\u5B89\u5E02",children:[{code:"511602",name:"\u5E7F\u5B89\u533A"},{code:"511603",name:"\u524D\u950B\u533A"},{code:"511621",name:"\u5CB3\u6C60\u53BF"},{code:"511622",name:"\u6B66\u80DC\u53BF"},{code:"511623",name:"\u90BB\u6C34\u53BF"},{code:"511681",name:"\u534E\u84E5\u5E02"}]},{code:"5117",name:"\u8FBE\u5DDE\u5E02",children:[{code:"511702",name:"\u901A\u5DDD\u533A"},{code:"511703",name:"\u8FBE\u5DDD\u533A"},{code:"511722",name:"\u5BA3\u6C49\u53BF"},{code:"511723",name:"\u5F00\u6C5F\u53BF"},{code:"511724",name:"\u5927\u7AF9\u53BF"},{code:"511725",name:"\u6E20\u53BF"},{code:"511781",name:"\u4E07\u6E90\u5E02"}]},{code:"5118",name:"\u96C5\u5B89\u5E02",children:[{code:"511802",name:"\u96E8\u57CE\u533A"},{code:"511803",name:"\u540D\u5C71\u533A"},{code:"511822",name:"\u8365\u7ECF\u53BF"},{code:"511823",name:"\u6C49\u6E90\u53BF"},{code:"511824",name:"\u77F3\u68C9\u53BF"},{code:"511825",name:"\u5929\u5168\u53BF"},{code:"511826",name:"\u82A6\u5C71\u53BF"},{code:"511827",name:"\u5B9D\u5174\u53BF"}]},{code:"5119",name:"\u5DF4\u4E2D\u5E02",children:[{code:"511902",name:"\u5DF4\u5DDE\u533A"},{code:"511903",name:"\u6069\u9633\u533A"},{code:"511921",name:"\u901A\u6C5F\u53BF"},{code:"511922",name:"\u5357\u6C5F\u53BF"},{code:"511923",name:"\u5E73\u660C\u53BF"}]},{code:"5120",name:"\u8D44\u9633\u5E02",children:[{code:"512002",name:"\u96C1\u6C5F\u533A"},{code:"512021",name:"\u5B89\u5CB3\u53BF"},{code:"512022",name:"\u4E50\u81F3\u53BF"}]},{code:"5132",name:"\u963F\u575D\u85CF\u65CF\u7F8C\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"513201",name:"\u9A6C\u5C14\u5EB7\u5E02"},{code:"513221",name:"\u6C76\u5DDD\u53BF"},{code:"513222",name:"\u7406\u53BF"},{code:"513223",name:"\u8302\u53BF"},{code:"513224",name:"\u677E\u6F58\u53BF"},{code:"513225",name:"\u4E5D\u5BE8\u6C9F\u53BF"},{code:"513226",name:"\u91D1\u5DDD\u53BF"},{code:"513227",name:"\u5C0F\u91D1\u53BF"},{code:"513228",name:"\u9ED1\u6C34\u53BF"},{code:"513230",name:"\u58E4\u5858\u53BF"},{code:"513231",name:"\u963F\u575D\u53BF"},{code:"513232",name:"\u82E5\u5C14\u76D6\u53BF"},{code:"513233",name:"\u7EA2\u539F\u53BF"}]},{code:"5133",name:"\u7518\u5B5C\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"513301",name:"\u5EB7\u5B9A\u5E02"},{code:"513322",name:"\u6CF8\u5B9A\u53BF"},{code:"513323",name:"\u4E39\u5DF4\u53BF"},{code:"513324",name:"\u4E5D\u9F99\u53BF"},{code:"513325",name:"\u96C5\u6C5F\u53BF"},{code:"513326",name:"\u9053\u5B5A\u53BF"},{code:"513327",name:"\u7089\u970D\u53BF"},{code:"513328",name:"\u7518\u5B5C\u53BF"},{code:"513329",name:"\u65B0\u9F99\u53BF"},{code:"513330",name:"\u5FB7\u683C\u53BF"},{code:"513331",name:"\u767D\u7389\u53BF"},{code:"513332",name:"\u77F3\u6E20\u53BF"},{code:"513333",name:"\u8272\u8FBE\u53BF"},{code:"513334",name:"\u7406\u5858\u53BF"},{code:"513335",name:"\u5DF4\u5858\u53BF"},{code:"513336",name:"\u4E61\u57CE\u53BF"},{code:"513337",name:"\u7A3B\u57CE\u53BF"},{code:"513338",name:"\u5F97\u8363\u53BF"}]},{code:"5134",name:"\u51C9\u5C71\u5F5D\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"513401",name:"\u897F\u660C\u5E02"},{code:"513402",name:"\u4F1A\u7406\u5E02"},{code:"513422",name:"\u6728\u91CC\u85CF\u65CF\u81EA\u6CBB\u53BF"},{code:"513423",name:"\u76D0\u6E90\u53BF"},{code:"513424",name:"\u5FB7\u660C\u53BF"},{code:"513426",name:"\u4F1A\u4E1C\u53BF"},{code:"513427",name:"\u5B81\u5357\u53BF"},{code:"513428",name:"\u666E\u683C\u53BF"},{code:"513429",name:"\u5E03\u62D6\u53BF"},{code:"513430",name:"\u91D1\u9633\u53BF"},{code:"513431",name:"\u662D\u89C9\u53BF"},{code:"513432",name:"\u559C\u5FB7\u53BF"},{code:"513433",name:"\u5195\u5B81\u53BF"},{code:"513434",name:"\u8D8A\u897F\u53BF"},{code:"513435",name:"\u7518\u6D1B\u53BF"},{code:"513436",name:"\u7F8E\u59D1\u53BF"},{code:"513437",name:"\u96F7\u6CE2\u53BF"}]}]},{code:"52",name:"\u8D35\u5DDE\u7701",children:[{code:"5201",name:"\u8D35\u9633\u5E02",children:[{code:"520102",name:"\u5357\u660E\u533A"},{code:"520103",name:"\u4E91\u5CA9\u533A"},{code:"520111",name:"\u82B1\u6EAA\u533A"},{code:"520112",name:"\u4E4C\u5F53\u533A"},{code:"520113",name:"\u767D\u4E91\u533A"},{code:"520115",name:"\u89C2\u5C71\u6E56\u533A"},{code:"520121",name:"\u5F00\u9633\u53BF"},{code:"520122",name:"\u606F\u70FD\u53BF"},{code:"520123",name:"\u4FEE\u6587\u53BF"},{code:"520181",name:"\u6E05\u9547\u5E02"}]},{code:"5202",name:"\u516D\u76D8\u6C34\u5E02",children:[{code:"520201",name:"\u949F\u5C71\u533A"},{code:"520203",name:"\u516D\u679D\u7279\u533A"},{code:"520204",name:"\u6C34\u57CE\u533A"},{code:"520281",name:"\u76D8\u5DDE\u5E02"}]},{code:"5203",name:"\u9075\u4E49\u5E02",children:[{code:"520302",name:"\u7EA2\u82B1\u5C97\u533A"},{code:"520303",name:"\u6C47\u5DDD\u533A"},{code:"520304",name:"\u64AD\u5DDE\u533A"},{code:"520322",name:"\u6850\u6893\u53BF"},{code:"520323",name:"\u7EE5\u9633\u53BF"},{code:"520324",name:"\u6B63\u5B89\u53BF"},{code:"520325",name:"\u9053\u771F\u4EE1\u4F6C\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"520326",name:"\u52A1\u5DDD\u4EE1\u4F6C\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"520327",name:"\u51E4\u5188\u53BF"},{code:"520328",name:"\u6E44\u6F6D\u53BF"},{code:"520329",name:"\u4F59\u5E86\u53BF"},{code:"520330",name:"\u4E60\u6C34\u53BF"},{code:"520381",name:"\u8D64\u6C34\u5E02"},{code:"520382",name:"\u4EC1\u6000\u5E02"}]},{code:"5204",name:"\u5B89\u987A\u5E02",children:[{code:"520402",name:"\u897F\u79C0\u533A"},{code:"520403",name:"\u5E73\u575D\u533A"},{code:"520422",name:"\u666E\u5B9A\u53BF"},{code:"520423",name:"\u9547\u5B81\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"520424",name:"\u5173\u5CAD\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"520425",name:"\u7D2B\u4E91\u82D7\u65CF\u5E03\u4F9D\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5205",name:"\u6BD5\u8282\u5E02",children:[{code:"520502",name:"\u4E03\u661F\u5173\u533A"},{code:"520521",name:"\u5927\u65B9\u53BF"},{code:"520523",name:"\u91D1\u6C99\u53BF"},{code:"520524",name:"\u7EC7\u91D1\u53BF"},{code:"520525",name:"\u7EB3\u96CD\u53BF"},{code:"520526",name:"\u5A01\u5B81\u5F5D\u65CF\u56DE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"520527",name:"\u8D6B\u7AE0\u53BF"},{code:"520581",name:"\u9ED4\u897F\u5E02"}]},{code:"5206",name:"\u94DC\u4EC1\u5E02",children:[{code:"520602",name:"\u78A7\u6C5F\u533A"},{code:"520603",name:"\u4E07\u5C71\u533A"},{code:"520621",name:"\u6C5F\u53E3\u53BF"},{code:"520622",name:"\u7389\u5C4F\u4F97\u65CF\u81EA\u6CBB\u53BF"},{code:"520623",name:"\u77F3\u9621\u53BF"},{code:"520624",name:"\u601D\u5357\u53BF"},{code:"520625",name:"\u5370\u6C5F\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"520626",name:"\u5FB7\u6C5F\u53BF"},{code:"520627",name:"\u6CBF\u6CB3\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"},{code:"520628",name:"\u677E\u6843\u82D7\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5223",name:"\u9ED4\u897F\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"522301",name:"\u5174\u4E49\u5E02"},{code:"522302",name:"\u5174\u4EC1\u5E02"},{code:"522323",name:"\u666E\u5B89\u53BF"},{code:"522324",name:"\u6674\u9686\u53BF"},{code:"522325",name:"\u8D1E\u4E30\u53BF"},{code:"522326",name:"\u671B\u8C1F\u53BF"},{code:"522327",name:"\u518C\u4EA8\u53BF"},{code:"522328",name:"\u5B89\u9F99\u53BF"}]},{code:"5226",name:"\u9ED4\u4E1C\u5357\u82D7\u65CF\u4F97\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"522601",name:"\u51EF\u91CC\u5E02"},{code:"522622",name:"\u9EC4\u5E73\u53BF"},{code:"522623",name:"\u65BD\u79C9\u53BF"},{code:"522624",name:"\u4E09\u7A57\u53BF"},{code:"522625",name:"\u9547\u8FDC\u53BF"},{code:"522626",name:"\u5C91\u5DE9\u53BF"},{code:"522627",name:"\u5929\u67F1\u53BF"},{code:"522628",name:"\u9526\u5C4F\u53BF"},{code:"522629",name:"\u5251\u6CB3\u53BF"},{code:"522630",name:"\u53F0\u6C5F\u53BF"},{code:"522631",name:"\u9ECE\u5E73\u53BF"},{code:"522632",name:"\u6995\u6C5F\u53BF"},{code:"522633",name:"\u4ECE\u6C5F\u53BF"},{code:"522634",name:"\u96F7\u5C71\u53BF"},{code:"522635",name:"\u9EBB\u6C5F\u53BF"},{code:"522636",name:"\u4E39\u5BE8\u53BF"}]},{code:"5227",name:"\u9ED4\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"522701",name:"\u90FD\u5300\u5E02"},{code:"522702",name:"\u798F\u6CC9\u5E02"},{code:"522722",name:"\u8354\u6CE2\u53BF"},{code:"522723",name:"\u8D35\u5B9A\u53BF"},{code:"522725",name:"\u74EE\u5B89\u53BF"},{code:"522726",name:"\u72EC\u5C71\u53BF"},{code:"522727",name:"\u5E73\u5858\u53BF"},{code:"522728",name:"\u7F57\u7538\u53BF"},{code:"522729",name:"\u957F\u987A\u53BF"},{code:"522730",name:"\u9F99\u91CC\u53BF"},{code:"522731",name:"\u60E0\u6C34\u53BF"},{code:"522732",name:"\u4E09\u90FD\u6C34\u65CF\u81EA\u6CBB\u53BF"}]}]},{code:"53",name:"\u4E91\u5357\u7701",children:[{code:"5301",name:"\u6606\u660E\u5E02",children:[{code:"530102",name:"\u4E94\u534E\u533A"},{code:"530103",name:"\u76D8\u9F99\u533A"},{code:"530111",name:"\u5B98\u6E21\u533A"},{code:"530112",name:"\u897F\u5C71\u533A"},{code:"530113",name:"\u4E1C\u5DDD\u533A"},{code:"530114",name:"\u5448\u8D21\u533A"},{code:"530115",name:"\u664B\u5B81\u533A"},{code:"530124",name:"\u5BCC\u6C11\u53BF"},{code:"530125",name:"\u5B9C\u826F\u53BF"},{code:"530126",name:"\u77F3\u6797\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530127",name:"\u5D69\u660E\u53BF"},{code:"530128",name:"\u7984\u529D\u5F5D\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"530129",name:"\u5BFB\u7538\u56DE\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530181",name:"\u5B89\u5B81\u5E02"}]},{code:"5303",name:"\u66F2\u9756\u5E02",children:[{code:"530302",name:"\u9E92\u9E9F\u533A"},{code:"530303",name:"\u6CBE\u76CA\u533A"},{code:"530304",name:"\u9A6C\u9F99\u533A"},{code:"530322",name:"\u9646\u826F\u53BF"},{code:"530323",name:"\u5E08\u5B97\u53BF"},{code:"530324",name:"\u7F57\u5E73\u53BF"},{code:"530325",name:"\u5BCC\u6E90\u53BF"},{code:"530326",name:"\u4F1A\u6CFD\u53BF"},{code:"530381",name:"\u5BA3\u5A01\u5E02"}]},{code:"5304",name:"\u7389\u6EAA\u5E02",children:[{code:"530402",name:"\u7EA2\u5854\u533A"},{code:"530403",name:"\u6C5F\u5DDD\u533A"},{code:"530423",name:"\u901A\u6D77\u53BF"},{code:"530424",name:"\u534E\u5B81\u53BF"},{code:"530425",name:"\u6613\u95E8\u53BF"},{code:"530426",name:"\u5CE8\u5C71\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530427",name:"\u65B0\u5E73\u5F5D\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF"},{code:"530428",name:"\u5143\u6C5F\u54C8\u5C3C\u65CF\u5F5D\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF"},{code:"530481",name:"\u6F84\u6C5F\u5E02"}]},{code:"5305",name:"\u4FDD\u5C71\u5E02",children:[{code:"530502",name:"\u9686\u9633\u533A"},{code:"530521",name:"\u65BD\u7538\u53BF"},{code:"530523",name:"\u9F99\u9675\u53BF"},{code:"530524",name:"\u660C\u5B81\u53BF"},{code:"530581",name:"\u817E\u51B2\u5E02"}]},{code:"5306",name:"\u662D\u901A\u5E02",children:[{code:"530602",name:"\u662D\u9633\u533A"},{code:"530621",name:"\u9C81\u7538\u53BF"},{code:"530622",name:"\u5DE7\u5BB6\u53BF"},{code:"530623",name:"\u76D0\u6D25\u53BF"},{code:"530624",name:"\u5927\u5173\u53BF"},{code:"530625",name:"\u6C38\u5584\u53BF"},{code:"530626",name:"\u7EE5\u6C5F\u53BF"},{code:"530627",name:"\u9547\u96C4\u53BF"},{code:"530628",name:"\u5F5D\u826F\u53BF"},{code:"530629",name:"\u5A01\u4FE1\u53BF"},{code:"530681",name:"\u6C34\u5BCC\u5E02"}]},{code:"5307",name:"\u4E3D\u6C5F\u5E02",children:[{code:"530702",name:"\u53E4\u57CE\u533A"},{code:"530721",name:"\u7389\u9F99\u7EB3\u897F\u65CF\u81EA\u6CBB\u53BF"},{code:"530722",name:"\u6C38\u80DC\u53BF"},{code:"530723",name:"\u534E\u576A\u53BF"},{code:"530724",name:"\u5B81\u8497\u5F5D\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5308",name:"\u666E\u6D31\u5E02",children:[{code:"530802",name:"\u601D\u8305\u533A"},{code:"530821",name:"\u5B81\u6D31\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530822",name:"\u58A8\u6C5F\u54C8\u5C3C\u65CF\u81EA\u6CBB\u53BF"},{code:"530823",name:"\u666F\u4E1C\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530824",name:"\u666F\u8C37\u50A3\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530825",name:"\u9547\u6C85\u5F5D\u65CF\u54C8\u5C3C\u65CF\u62C9\u795C\u65CF\u81EA\u6CBB\u53BF"},{code:"530826",name:"\u6C5F\u57CE\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"530827",name:"\u5B5F\u8FDE\u50A3\u65CF\u62C9\u795C\u65CF\u4F64\u65CF\u81EA\u6CBB\u53BF"},{code:"530828",name:"\u6F9C\u6CA7\u62C9\u795C\u65CF\u81EA\u6CBB\u53BF"},{code:"530829",name:"\u897F\u76DF\u4F64\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5309",name:"\u4E34\u6CA7\u5E02",children:[{code:"530902",name:"\u4E34\u7FD4\u533A"},{code:"530921",name:"\u51E4\u5E86\u53BF"},{code:"530922",name:"\u4E91\u53BF"},{code:"530923",name:"\u6C38\u5FB7\u53BF"},{code:"530924",name:"\u9547\u5EB7\u53BF"},{code:"530925",name:"\u53CC\u6C5F\u62C9\u795C\u65CF\u4F64\u65CF\u5E03\u6717\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF"},{code:"530926",name:"\u803F\u9A6C\u50A3\u65CF\u4F64\u65CF\u81EA\u6CBB\u53BF"},{code:"530927",name:"\u6CA7\u6E90\u4F64\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5323",name:"\u695A\u96C4\u5F5D\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"532301",name:"\u695A\u96C4\u5E02"},{code:"532302",name:"\u7984\u4E30\u5E02"},{code:"532322",name:"\u53CC\u67CF\u53BF"},{code:"532323",name:"\u725F\u5B9A\u53BF"},{code:"532324",name:"\u5357\u534E\u53BF"},{code:"532325",name:"\u59DA\u5B89\u53BF"},{code:"532326",name:"\u5927\u59DA\u53BF"},{code:"532327",name:"\u6C38\u4EC1\u53BF"},{code:"532328",name:"\u5143\u8C0B\u53BF"},{code:"532329",name:"\u6B66\u5B9A\u53BF"}]},{code:"5325",name:"\u7EA2\u6CB3\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"532501",name:"\u4E2A\u65E7\u5E02"},{code:"532502",name:"\u5F00\u8FDC\u5E02"},{code:"532503",name:"\u8499\u81EA\u5E02"},{code:"532504",name:"\u5F25\u52D2\u5E02"},{code:"532523",name:"\u5C4F\u8FB9\u82D7\u65CF\u81EA\u6CBB\u53BF"},{code:"532524",name:"\u5EFA\u6C34\u53BF"},{code:"532525",name:"\u77F3\u5C4F\u53BF"},{code:"532527",name:"\u6CF8\u897F\u53BF"},{code:"532528",name:"\u5143\u9633\u53BF"},{code:"532529",name:"\u7EA2\u6CB3\u53BF"},{code:"532530",name:"\u91D1\u5E73\u82D7\u65CF\u7476\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF"},{code:"532531",name:"\u7EFF\u6625\u53BF"},{code:"532532",name:"\u6CB3\u53E3\u7476\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5326",name:"\u6587\u5C71\u58EE\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"532601",name:"\u6587\u5C71\u5E02"},{code:"532622",name:"\u781A\u5C71\u53BF"},{code:"532623",name:"\u897F\u7574\u53BF"},{code:"532624",name:"\u9EBB\u6817\u5761\u53BF"},{code:"532625",name:"\u9A6C\u5173\u53BF"},{code:"532626",name:"\u4E18\u5317\u53BF"},{code:"532627",name:"\u5E7F\u5357\u53BF"},{code:"532628",name:"\u5BCC\u5B81\u53BF"}]},{code:"5328",name:"\u897F\u53CC\u7248\u7EB3\u50A3\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"532801",name:"\u666F\u6D2A\u5E02"},{code:"532822",name:"\u52D0\u6D77\u53BF"},{code:"532823",name:"\u52D0\u814A\u53BF"}]},{code:"5329",name:"\u5927\u7406\u767D\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"532901",name:"\u5927\u7406\u5E02"},{code:"532922",name:"\u6F3E\u6FDE\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"532923",name:"\u7965\u4E91\u53BF"},{code:"532924",name:"\u5BBE\u5DDD\u53BF"},{code:"532925",name:"\u5F25\u6E21\u53BF"},{code:"532926",name:"\u5357\u6DA7\u5F5D\u65CF\u81EA\u6CBB\u53BF"},{code:"532927",name:"\u5DCD\u5C71\u5F5D\u65CF\u56DE\u65CF\u81EA\u6CBB\u53BF"},{code:"532928",name:"\u6C38\u5E73\u53BF"},{code:"532929",name:"\u4E91\u9F99\u53BF"},{code:"532930",name:"\u6D31\u6E90\u53BF"},{code:"532931",name:"\u5251\u5DDD\u53BF"},{code:"532932",name:"\u9E64\u5E86\u53BF"}]},{code:"5331",name:"\u5FB7\u5B8F\u50A3\u65CF\u666F\u9887\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"533102",name:"\u745E\u4E3D\u5E02"},{code:"533103",name:"\u8292\u5E02"},{code:"533122",name:"\u6881\u6CB3\u53BF"},{code:"533123",name:"\u76C8\u6C5F\u53BF"},{code:"533124",name:"\u9647\u5DDD\u53BF"}]},{code:"5333",name:"\u6012\u6C5F\u5088\u50F3\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"533301",name:"\u6CF8\u6C34\u5E02"},{code:"533323",name:"\u798F\u8D21\u53BF"},{code:"533324",name:"\u8D21\u5C71\u72EC\u9F99\u65CF\u6012\u65CF\u81EA\u6CBB\u53BF"},{code:"533325",name:"\u5170\u576A\u767D\u65CF\u666E\u7C73\u65CF\u81EA\u6CBB\u53BF"}]},{code:"5334",name:"\u8FEA\u5E86\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"533401",name:"\u9999\u683C\u91CC\u62C9\u5E02"},{code:"533422",name:"\u5FB7\u94A6\u53BF"},{code:"533423",name:"\u7EF4\u897F\u5088\u50F3\u65CF\u81EA\u6CBB\u53BF"}]}]},{code:"54",name:"\u897F\u85CF\u81EA\u6CBB\u533A",children:[{code:"5401",name:"\u62C9\u8428\u5E02",children:[{code:"540102",name:"\u57CE\u5173\u533A"},{code:"540103",name:"\u5806\u9F99\u5FB7\u5E86\u533A"},{code:"540104",name:"\u8FBE\u5B5C\u533A"},{code:"540121",name:"\u6797\u5468\u53BF"},{code:"540122",name:"\u5F53\u96C4\u53BF"},{code:"540123",name:"\u5C3C\u6728\u53BF"},{code:"540124",name:"\u66F2\u6C34\u53BF"},{code:"540127",name:"\u58A8\u7AF9\u5DE5\u5361\u53BF"},{code:"540171",name:"\u683C\u5C14\u6728\u85CF\u9752\u5DE5\u4E1A\u56ED\u533A"},{code:"540172",name:"\u62C9\u8428\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"},{code:"540173",name:"\u897F\u85CF\u6587\u5316\u65C5\u6E38\u521B\u610F\u56ED\u533A"},{code:"540174",name:"\u8FBE\u5B5C\u5DE5\u4E1A\u56ED\u533A"}]},{code:"5402",name:"\u65E5\u5580\u5219\u5E02",children:[{code:"540202",name:"\u6851\u73E0\u5B5C\u533A"},{code:"540221",name:"\u5357\u6728\u6797\u53BF"},{code:"540222",name:"\u6C5F\u5B5C\u53BF"},{code:"540223",name:"\u5B9A\u65E5\u53BF"},{code:"540224",name:"\u8428\u8FE6\u53BF"},{code:"540225",name:"\u62C9\u5B5C\u53BF"},{code:"540226",name:"\u6602\u4EC1\u53BF"},{code:"540227",name:"\u8C22\u901A\u95E8\u53BF"},{code:"540228",name:"\u767D\u6717\u53BF"},{code:"540229",name:"\u4EC1\u5E03\u53BF"},{code:"540230",name:"\u5EB7\u9A6C\u53BF"},{code:"540231",name:"\u5B9A\u7ED3\u53BF"},{code:"540232",name:"\u4EF2\u5DF4\u53BF"},{code:"540233",name:"\u4E9A\u4E1C\u53BF"},{code:"540234",name:"\u5409\u9686\u53BF"},{code:"540235",name:"\u8042\u62C9\u6728\u53BF"},{code:"540236",name:"\u8428\u560E\u53BF"},{code:"540237",name:"\u5C97\u5DF4\u53BF"}]},{code:"5403",name:"\u660C\u90FD\u5E02",children:[{code:"540302",name:"\u5361\u82E5\u533A"},{code:"540321",name:"\u6C5F\u8FBE\u53BF"},{code:"540322",name:"\u8D21\u89C9\u53BF"},{code:"540323",name:"\u7C7B\u4E4C\u9F50\u53BF"},{code:"540324",name:"\u4E01\u9752\u53BF"},{code:"540325",name:"\u5BDF\u96C5\u53BF"},{code:"540326",name:"\u516B\u5BBF\u53BF"},{code:"540327",name:"\u5DE6\u8D21\u53BF"},{code:"540328",name:"\u8292\u5EB7\u53BF"},{code:"540329",name:"\u6D1B\u9686\u53BF"},{code:"540330",name:"\u8FB9\u575D\u53BF"}]},{code:"5404",name:"\u6797\u829D\u5E02",children:[{code:"540402",name:"\u5DF4\u5B9C\u533A"},{code:"540421",name:"\u5DE5\u5E03\u6C5F\u8FBE\u53BF"},{code:"540423",name:"\u58A8\u8131\u53BF"},{code:"540424",name:"\u6CE2\u5BC6\u53BF"},{code:"540425",name:"\u5BDF\u9685\u53BF"},{code:"540426",name:"\u6717\u53BF"},{code:"540481",name:"\u7C73\u6797\u5E02"}]},{code:"5405",name:"\u5C71\u5357\u5E02",children:[{code:"540502",name:"\u4E43\u4E1C\u533A"},{code:"540521",name:"\u624E\u56CA\u53BF"},{code:"540522",name:"\u8D21\u560E\u53BF"},{code:"540523",name:"\u6851\u65E5\u53BF"},{code:"540524",name:"\u743C\u7ED3\u53BF"},{code:"540525",name:"\u66F2\u677E\u53BF"},{code:"540526",name:"\u63AA\u7F8E\u53BF"},{code:"540527",name:"\u6D1B\u624E\u53BF"},{code:"540528",name:"\u52A0\u67E5\u53BF"},{code:"540529",name:"\u9686\u5B50\u53BF"},{code:"540531",name:"\u6D6A\u5361\u5B50\u53BF"},{code:"540581",name:"\u9519\u90A3\u5E02"}]},{code:"5406",name:"\u90A3\u66F2\u5E02",children:[{code:"540602",name:"\u8272\u5C3C\u533A"},{code:"540621",name:"\u5609\u9ECE\u53BF"},{code:"540622",name:"\u6BD4\u5982\u53BF"},{code:"540623",name:"\u8042\u8363\u53BF"},{code:"540624",name:"\u5B89\u591A\u53BF"},{code:"540625",name:"\u7533\u624E\u53BF"},{code:"540626",name:"\u7D22\u53BF"},{code:"540627",name:"\u73ED\u6208\u53BF"},{code:"540628",name:"\u5DF4\u9752\u53BF"},{code:"540629",name:"\u5C3C\u739B\u53BF"},{code:"540630",name:"\u53CC\u6E56\u53BF"}]},{code:"5425",name:"\u963F\u91CC\u5730\u533A",children:[{code:"542521",name:"\u666E\u5170\u53BF"},{code:"542522",name:"\u672D\u8FBE\u53BF"},{code:"542523",name:"\u5676\u5C14\u53BF"},{code:"542524",name:"\u65E5\u571F\u53BF"},{code:"542525",name:"\u9769\u5409\u53BF"},{code:"542526",name:"\u6539\u5219\u53BF"},{code:"542527",name:"\u63AA\u52E4\u53BF"}]}]},{code:"61",name:"\u9655\u897F\u7701",children:[{code:"6101",name:"\u897F\u5B89\u5E02",children:[{code:"610102",name:"\u65B0\u57CE\u533A"},{code:"610103",name:"\u7891\u6797\u533A"},{code:"610104",name:"\u83B2\u6E56\u533A"},{code:"610111",name:"\u705E\u6865\u533A"},{code:"610112",name:"\u672A\u592E\u533A"},{code:"610113",name:"\u96C1\u5854\u533A"},{code:"610114",name:"\u960E\u826F\u533A"},{code:"610115",name:"\u4E34\u6F7C\u533A"},{code:"610116",name:"\u957F\u5B89\u533A"},{code:"610117",name:"\u9AD8\u9675\u533A"},{code:"610118",name:"\u9120\u9091\u533A"},{code:"610122",name:"\u84DD\u7530\u53BF"},{code:"610124",name:"\u5468\u81F3\u53BF"}]},{code:"6102",name:"\u94DC\u5DDD\u5E02",children:[{code:"610202",name:"\u738B\u76CA\u533A"},{code:"610203",name:"\u5370\u53F0\u533A"},{code:"610204",name:"\u8000\u5DDE\u533A"},{code:"610222",name:"\u5B9C\u541B\u53BF"}]},{code:"6103",name:"\u5B9D\u9E21\u5E02",children:[{code:"610302",name:"\u6E2D\u6EE8\u533A"},{code:"610303",name:"\u91D1\u53F0\u533A"},{code:"610304",name:"\u9648\u4ED3\u533A"},{code:"610305",name:"\u51E4\u7FD4\u533A"},{code:"610323",name:"\u5C90\u5C71\u53BF"},{code:"610324",name:"\u6276\u98CE\u53BF"},{code:"610326",name:"\u7709\u53BF"},{code:"610327",name:"\u9647\u53BF"},{code:"610328",name:"\u5343\u9633\u53BF"},{code:"610329",name:"\u9E9F\u6E38\u53BF"},{code:"610330",name:"\u51E4\u53BF"},{code:"610331",name:"\u592A\u767D\u53BF"}]},{code:"6104",name:"\u54B8\u9633\u5E02",children:[{code:"610402",name:"\u79E6\u90FD\u533A"},{code:"610403",name:"\u6768\u9675\u533A"},{code:"610404",name:"\u6E2D\u57CE\u533A"},{code:"610422",name:"\u4E09\u539F\u53BF"},{code:"610423",name:"\u6CFE\u9633\u53BF"},{code:"610424",name:"\u4E7E\u53BF"},{code:"610425",name:"\u793C\u6CC9\u53BF"},{code:"610426",name:"\u6C38\u5BFF\u53BF"},{code:"610428",name:"\u957F\u6B66\u53BF"},{code:"610429",name:"\u65EC\u9091\u53BF"},{code:"610430",name:"\u6DF3\u5316\u53BF"},{code:"610431",name:"\u6B66\u529F\u53BF"},{code:"610481",name:"\u5174\u5E73\u5E02"},{code:"610482",name:"\u5F6C\u5DDE\u5E02"}]},{code:"6105",name:"\u6E2D\u5357\u5E02",children:[{code:"610502",name:"\u4E34\u6E2D\u533A"},{code:"610503",name:"\u534E\u5DDE\u533A"},{code:"610522",name:"\u6F7C\u5173\u53BF"},{code:"610523",name:"\u5927\u8354\u53BF"},{code:"610524",name:"\u5408\u9633\u53BF"},{code:"610525",name:"\u6F84\u57CE\u53BF"},{code:"610526",name:"\u84B2\u57CE\u53BF"},{code:"610527",name:"\u767D\u6C34\u53BF"},{code:"610528",name:"\u5BCC\u5E73\u53BF"},{code:"610581",name:"\u97E9\u57CE\u5E02"},{code:"610582",name:"\u534E\u9634\u5E02"}]},{code:"6106",name:"\u5EF6\u5B89\u5E02",children:[{code:"610602",name:"\u5B9D\u5854\u533A"},{code:"610603",name:"\u5B89\u585E\u533A"},{code:"610621",name:"\u5EF6\u957F\u53BF"},{code:"610622",name:"\u5EF6\u5DDD\u53BF"},{code:"610625",name:"\u5FD7\u4E39\u53BF"},{code:"610626",name:"\u5434\u8D77\u53BF"},{code:"610627",name:"\u7518\u6CC9\u53BF"},{code:"610628",name:"\u5BCC\u53BF"},{code:"610629",name:"\u6D1B\u5DDD\u53BF"},{code:"610630",name:"\u5B9C\u5DDD\u53BF"},{code:"610631",name:"\u9EC4\u9F99\u53BF"},{code:"610632",name:"\u9EC4\u9675\u53BF"},{code:"610681",name:"\u5B50\u957F\u5E02"}]},{code:"6107",name:"\u6C49\u4E2D\u5E02",children:[{code:"610702",name:"\u6C49\u53F0\u533A"},{code:"610703",name:"\u5357\u90D1\u533A"},{code:"610722",name:"\u57CE\u56FA\u53BF"},{code:"610723",name:"\u6D0B\u53BF"},{code:"610724",name:"\u897F\u4E61\u53BF"},{code:"610725",name:"\u52C9\u53BF"},{code:"610726",name:"\u5B81\u5F3A\u53BF"},{code:"610727",name:"\u7565\u9633\u53BF"},{code:"610728",name:"\u9547\u5DF4\u53BF"},{code:"610729",name:"\u7559\u575D\u53BF"},{code:"610730",name:"\u4F5B\u576A\u53BF"}]},{code:"6108",name:"\u6986\u6797\u5E02",children:[{code:"610802",name:"\u6986\u9633\u533A"},{code:"610803",name:"\u6A2A\u5C71\u533A"},{code:"610822",name:"\u5E9C\u8C37\u53BF"},{code:"610824",name:"\u9756\u8FB9\u53BF"},{code:"610825",name:"\u5B9A\u8FB9\u53BF"},{code:"610826",name:"\u7EE5\u5FB7\u53BF"},{code:"610827",name:"\u7C73\u8102\u53BF"},{code:"610828",name:"\u4F73\u53BF"},{code:"610829",name:"\u5434\u5821\u53BF"},{code:"610830",name:"\u6E05\u6DA7\u53BF"},{code:"610831",name:"\u5B50\u6D32\u53BF"},{code:"610881",name:"\u795E\u6728\u5E02"}]},{code:"6109",name:"\u5B89\u5EB7\u5E02",children:[{code:"610902",name:"\u6C49\u6EE8\u533A"},{code:"610921",name:"\u6C49\u9634\u53BF"},{code:"610922",name:"\u77F3\u6CC9\u53BF"},{code:"610923",name:"\u5B81\u9655\u53BF"},{code:"610924",name:"\u7D2B\u9633\u53BF"},{code:"610925",name:"\u5C9A\u768B\u53BF"},{code:"610926",name:"\u5E73\u5229\u53BF"},{code:"610927",name:"\u9547\u576A\u53BF"},{code:"610929",name:"\u767D\u6CB3\u53BF"},{code:"610981",name:"\u65EC\u9633\u5E02"}]},{code:"6110",name:"\u5546\u6D1B\u5E02",children:[{code:"611002",name:"\u5546\u5DDE\u533A"},{code:"611021",name:"\u6D1B\u5357\u53BF"},{code:"611022",name:"\u4E39\u51E4\u53BF"},{code:"611023",name:"\u5546\u5357\u53BF"},{code:"611024",name:"\u5C71\u9633\u53BF"},{code:"611025",name:"\u9547\u5B89\u53BF"},{code:"611026",name:"\u67DE\u6C34\u53BF"}]}]},{code:"62",name:"\u7518\u8083\u7701",children:[{code:"6201",name:"\u5170\u5DDE\u5E02",children:[{code:"620102",name:"\u57CE\u5173\u533A"},{code:"620103",name:"\u4E03\u91CC\u6CB3\u533A"},{code:"620104",name:"\u897F\u56FA\u533A"},{code:"620105",name:"\u5B89\u5B81\u533A"},{code:"620111",name:"\u7EA2\u53E4\u533A"},{code:"620121",name:"\u6C38\u767B\u53BF"},{code:"620122",name:"\u768B\u5170\u53BF"},{code:"620123",name:"\u6986\u4E2D\u53BF"},{code:"620171",name:"\u5170\u5DDE\u65B0\u533A"}]},{code:"6202",name:"\u5609\u5CEA\u5173\u5E02",children:[{code:"620201001",name:"\u96C4\u5173\u8857\u9053"},{code:"620201002",name:"\u94A2\u57CE\u8857\u9053"},{code:"620201100",name:"\u65B0\u57CE\u9547"},{code:"620201101",name:"\u5CEA\u6CC9\u9547"},{code:"620201102",name:"\u6587\u6B8A\u9547"}]},{code:"6203",name:"\u91D1\u660C\u5E02",children:[{code:"620302",name:"\u91D1\u5DDD\u533A"},{code:"620321",name:"\u6C38\u660C\u53BF"}]},{code:"6204",name:"\u767D\u94F6\u5E02",children:[{code:"620402",name:"\u767D\u94F6\u533A"},{code:"620403",name:"\u5E73\u5DDD\u533A"},{code:"620421",name:"\u9756\u8FDC\u53BF"},{code:"620422",name:"\u4F1A\u5B81\u53BF"},{code:"620423",name:"\u666F\u6CF0\u53BF"}]},{code:"6205",name:"\u5929\u6C34\u5E02",children:[{code:"620502",name:"\u79E6\u5DDE\u533A"},{code:"620503",name:"\u9EA6\u79EF\u533A"},{code:"620521",name:"\u6E05\u6C34\u53BF"},{code:"620522",name:"\u79E6\u5B89\u53BF"},{code:"620523",name:"\u7518\u8C37\u53BF"},{code:"620524",name:"\u6B66\u5C71\u53BF"},{code:"620525",name:"\u5F20\u5BB6\u5DDD\u56DE\u65CF\u81EA\u6CBB\u53BF"}]},{code:"6206",name:"\u6B66\u5A01\u5E02",children:[{code:"620602",name:"\u51C9\u5DDE\u533A"},{code:"620621",name:"\u6C11\u52E4\u53BF"},{code:"620622",name:"\u53E4\u6D6A\u53BF"},{code:"620623",name:"\u5929\u795D\u85CF\u65CF\u81EA\u6CBB\u53BF"}]},{code:"6207",name:"\u5F20\u6396\u5E02",children:[{code:"620702",name:"\u7518\u5DDE\u533A"},{code:"620721",name:"\u8083\u5357\u88D5\u56FA\u65CF\u81EA\u6CBB\u53BF"},{code:"620722",name:"\u6C11\u4E50\u53BF"},{code:"620723",name:"\u4E34\u6CFD\u53BF"},{code:"620724",name:"\u9AD8\u53F0\u53BF"},{code:"620725",name:"\u5C71\u4E39\u53BF"}]},{code:"6208",name:"\u5E73\u51C9\u5E02",children:[{code:"620802",name:"\u5D06\u5CD2\u533A"},{code:"620821",name:"\u6CFE\u5DDD\u53BF"},{code:"620822",name:"\u7075\u53F0\u53BF"},{code:"620823",name:"\u5D07\u4FE1\u53BF"},{code:"620825",name:"\u5E84\u6D6A\u53BF"},{code:"620826",name:"\u9759\u5B81\u53BF"},{code:"620881",name:"\u534E\u4EAD\u5E02"}]},{code:"6209",name:"\u9152\u6CC9\u5E02",children:[{code:"620902",name:"\u8083\u5DDE\u533A"},{code:"620921",name:"\u91D1\u5854\u53BF"},{code:"620922",name:"\u74DC\u5DDE\u53BF"},{code:"620923",name:"\u8083\u5317\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"},{code:"620924",name:"\u963F\u514B\u585E\u54C8\u8428\u514B\u65CF\u81EA\u6CBB\u53BF"},{code:"620981",name:"\u7389\u95E8\u5E02"},{code:"620982",name:"\u6566\u714C\u5E02"}]},{code:"6210",name:"\u5E86\u9633\u5E02",children:[{code:"621002",name:"\u897F\u5CF0\u533A"},{code:"621021",name:"\u5E86\u57CE\u53BF"},{code:"621022",name:"\u73AF\u53BF"},{code:"621023",name:"\u534E\u6C60\u53BF"},{code:"621024",name:"\u5408\u6C34\u53BF"},{code:"621025",name:"\u6B63\u5B81\u53BF"},{code:"621026",name:"\u5B81\u53BF"},{code:"621027",name:"\u9547\u539F\u53BF"}]},{code:"6211",name:"\u5B9A\u897F\u5E02",children:[{code:"621102",name:"\u5B89\u5B9A\u533A"},{code:"621121",name:"\u901A\u6E2D\u53BF"},{code:"621122",name:"\u9647\u897F\u53BF"},{code:"621123",name:"\u6E2D\u6E90\u53BF"},{code:"621124",name:"\u4E34\u6D2E\u53BF"},{code:"621125",name:"\u6F33\u53BF"},{code:"621126",name:"\u5CB7\u53BF"}]},{code:"6212",name:"\u9647\u5357\u5E02",children:[{code:"621202",name:"\u6B66\u90FD\u533A"},{code:"621221",name:"\u6210\u53BF"},{code:"621222",name:"\u6587\u53BF"},{code:"621223",name:"\u5B95\u660C\u53BF"},{code:"621224",name:"\u5EB7\u53BF"},{code:"621225",name:"\u897F\u548C\u53BF"},{code:"621226",name:"\u793C\u53BF"},{code:"621227",name:"\u5FBD\u53BF"},{code:"621228",name:"\u4E24\u5F53\u53BF"}]},{code:"6229",name:"\u4E34\u590F\u56DE\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"622901",name:"\u4E34\u590F\u5E02"},{code:"622921",name:"\u4E34\u590F\u53BF"},{code:"622922",name:"\u5EB7\u4E50\u53BF"},{code:"622923",name:"\u6C38\u9756\u53BF"},{code:"622924",name:"\u5E7F\u6CB3\u53BF"},{code:"622925",name:"\u548C\u653F\u53BF"},{code:"622926",name:"\u4E1C\u4E61\u65CF\u81EA\u6CBB\u53BF"},{code:"622927",name:"\u79EF\u77F3\u5C71\u4FDD\u5B89\u65CF\u4E1C\u4E61\u65CF\u6492\u62C9\u65CF\u81EA\u6CBB\u53BF"}]},{code:"6230",name:"\u7518\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"623001",name:"\u5408\u4F5C\u5E02"},{code:"623021",name:"\u4E34\u6F6D\u53BF"},{code:"623022",name:"\u5353\u5C3C\u53BF"},{code:"623023",name:"\u821F\u66F2\u53BF"},{code:"623024",name:"\u8FED\u90E8\u53BF"},{code:"623025",name:"\u739B\u66F2\u53BF"},{code:"623026",name:"\u788C\u66F2\u53BF"},{code:"623027",name:"\u590F\u6CB3\u53BF"}]}]},{code:"63",name:"\u9752\u6D77\u7701",children:[{code:"6301",name:"\u897F\u5B81\u5E02",children:[{code:"630102",name:"\u57CE\u4E1C\u533A"},{code:"630103",name:"\u57CE\u4E2D\u533A"},{code:"630104",name:"\u57CE\u897F\u533A"},{code:"630105",name:"\u57CE\u5317\u533A"},{code:"630106",name:"\u6E5F\u4E2D\u533A"},{code:"630121",name:"\u5927\u901A\u56DE\u65CF\u571F\u65CF\u81EA\u6CBB\u53BF"},{code:"630123",name:"\u6E5F\u6E90\u53BF"}]},{code:"6302",name:"\u6D77\u4E1C\u5E02",children:[{code:"630202",name:"\u4E50\u90FD\u533A"},{code:"630203",name:"\u5E73\u5B89\u533A"},{code:"630222",name:"\u6C11\u548C\u56DE\u65CF\u571F\u65CF\u81EA\u6CBB\u53BF"},{code:"630223",name:"\u4E92\u52A9\u571F\u65CF\u81EA\u6CBB\u53BF"},{code:"630224",name:"\u5316\u9686\u56DE\u65CF\u81EA\u6CBB\u53BF"},{code:"630225",name:"\u5FAA\u5316\u6492\u62C9\u65CF\u81EA\u6CBB\u53BF"}]},{code:"6322",name:"\u6D77\u5317\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"632221",name:"\u95E8\u6E90\u56DE\u65CF\u81EA\u6CBB\u53BF"},{code:"632222",name:"\u7941\u8FDE\u53BF"},{code:"632223",name:"\u6D77\u664F\u53BF"},{code:"632224",name:"\u521A\u5BDF\u53BF"}]},{code:"6323",name:"\u9EC4\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"632301",name:"\u540C\u4EC1\u5E02"},{code:"632322",name:"\u5C16\u624E\u53BF"},{code:"632323",name:"\u6CFD\u5E93\u53BF"},{code:"632324",name:"\u6CB3\u5357\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"}]},{code:"6325",name:"\u6D77\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"632521",name:"\u5171\u548C\u53BF"},{code:"632522",name:"\u540C\u5FB7\u53BF"},{code:"632523",name:"\u8D35\u5FB7\u53BF"},{code:"632524",name:"\u5174\u6D77\u53BF"},{code:"632525",name:"\u8D35\u5357\u53BF"}]},{code:"6326",name:"\u679C\u6D1B\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"632621",name:"\u739B\u6C81\u53BF"},{code:"632622",name:"\u73ED\u739B\u53BF"},{code:"632623",name:"\u7518\u5FB7\u53BF"},{code:"632624",name:"\u8FBE\u65E5\u53BF"},{code:"632625",name:"\u4E45\u6CBB\u53BF"},{code:"632626",name:"\u739B\u591A\u53BF"}]},{code:"6327",name:"\u7389\u6811\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"632701",name:"\u7389\u6811\u5E02"},{code:"632722",name:"\u6742\u591A\u53BF"},{code:"632723",name:"\u79F0\u591A\u53BF"},{code:"632724",name:"\u6CBB\u591A\u53BF"},{code:"632725",name:"\u56CA\u8C26\u53BF"},{code:"632726",name:"\u66F2\u9EBB\u83B1\u53BF"}]},{code:"6328",name:"\u6D77\u897F\u8499\u53E4\u65CF\u85CF\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"632801",name:"\u683C\u5C14\u6728\u5E02"},{code:"632802",name:"\u5FB7\u4EE4\u54C8\u5E02"},{code:"632803",name:"\u832B\u5D16\u5E02"},{code:"632821",name:"\u4E4C\u5170\u53BF"},{code:"632822",name:"\u90FD\u5170\u53BF"},{code:"632823",name:"\u5929\u5CFB\u53BF"},{code:"632857",name:"\u5927\u67F4\u65E6\u884C\u653F\u59D4\u5458\u4F1A"}]}]},{code:"64",name:"\u5B81\u590F\u56DE\u65CF\u81EA\u6CBB\u533A",children:[{code:"6401",name:"\u94F6\u5DDD\u5E02",children:[{code:"640104",name:"\u5174\u5E86\u533A"},{code:"640105",name:"\u897F\u590F\u533A"},{code:"640106",name:"\u91D1\u51E4\u533A"},{code:"640121",name:"\u6C38\u5B81\u53BF"},{code:"640122",name:"\u8D3A\u5170\u53BF"},{code:"640181",name:"\u7075\u6B66\u5E02"}]},{code:"6402",name:"\u77F3\u5634\u5C71\u5E02",children:[{code:"640202",name:"\u5927\u6B66\u53E3\u533A"},{code:"640205",name:"\u60E0\u519C\u533A"},{code:"640221",name:"\u5E73\u7F57\u53BF"}]},{code:"6403",name:"\u5434\u5FE0\u5E02",children:[{code:"640302",name:"\u5229\u901A\u533A"},{code:"640303",name:"\u7EA2\u5BFA\u5821\u533A"},{code:"640323",name:"\u76D0\u6C60\u53BF"},{code:"640324",name:"\u540C\u5FC3\u53BF"},{code:"640381",name:"\u9752\u94DC\u5CE1\u5E02"}]},{code:"6404",name:"\u56FA\u539F\u5E02",children:[{code:"640402",name:"\u539F\u5DDE\u533A"},{code:"640422",name:"\u897F\u5409\u53BF"},{code:"640423",name:"\u9686\u5FB7\u53BF"},{code:"640424",name:"\u6CFE\u6E90\u53BF"},{code:"640425",name:"\u5F6D\u9633\u53BF"}]},{code:"6405",name:"\u4E2D\u536B\u5E02",children:[{code:"640502",name:"\u6C99\u5761\u5934\u533A"},{code:"640521",name:"\u4E2D\u5B81\u53BF"},{code:"640522",name:"\u6D77\u539F\u53BF"}]}]},{code:"65",name:"\u65B0\u7586\u7EF4\u543E\u5C14\u81EA\u6CBB\u533A",children:[{code:"6501",name:"\u4E4C\u9C81\u6728\u9F50\u5E02",children:[{code:"650102",name:"\u5929\u5C71\u533A"},{code:"650103",name:"\u6C99\u4F9D\u5DF4\u514B\u533A"},{code:"650104",name:"\u65B0\u5E02\u533A"},{code:"650105",name:"\u6C34\u78E8\u6C9F\u533A"},{code:"650106",name:"\u5934\u5C6F\u6CB3\u533A"},{code:"650107",name:"\u8FBE\u5742\u57CE\u533A"},{code:"650109",name:"\u7C73\u4E1C\u533A"},{code:"650121",name:"\u4E4C\u9C81\u6728\u9F50\u53BF"}]},{code:"6502",name:"\u514B\u62C9\u739B\u4F9D\u5E02",children:[{code:"650202",name:"\u72EC\u5C71\u5B50\u533A"},{code:"650203",name:"\u514B\u62C9\u739B\u4F9D\u533A"},{code:"650204",name:"\u767D\u78B1\u6EE9\u533A"},{code:"650205",name:"\u4E4C\u5C14\u79BE\u533A"}]},{code:"6504",name:"\u5410\u9C81\u756A\u5E02",children:[{code:"650402",name:"\u9AD8\u660C\u533A"},{code:"650421",name:"\u912F\u5584\u53BF"},{code:"650422",name:"\u6258\u514B\u900A\u53BF"}]},{code:"6505",name:"\u54C8\u5BC6\u5E02",children:[{code:"650502",name:"\u4F0A\u5DDE\u533A"},{code:"650521",name:"\u5DF4\u91CC\u5764\u54C8\u8428\u514B\u81EA\u6CBB\u53BF"},{code:"650522",name:"\u4F0A\u543E\u53BF"}]},{code:"6523",name:"\u660C\u5409\u56DE\u65CF\u81EA\u6CBB\u5DDE",children:[{code:"652301",name:"\u660C\u5409\u5E02"},{code:"652302",name:"\u961C\u5EB7\u5E02"},{code:"652323",name:"\u547C\u56FE\u58C1\u53BF"},{code:"652324",name:"\u739B\u7EB3\u65AF\u53BF"},{code:"652325",name:"\u5947\u53F0\u53BF"},{code:"652327",name:"\u5409\u6728\u8428\u5C14\u53BF"},{code:"652328",name:"\u6728\u5792\u54C8\u8428\u514B\u81EA\u6CBB\u53BF"}]},{code:"6527",name:"\u535A\u5C14\u5854\u62C9\u8499\u53E4\u81EA\u6CBB\u5DDE",children:[{code:"652701",name:"\u535A\u4E50\u5E02"},{code:"652702",name:"\u963F\u62C9\u5C71\u53E3\u5E02"},{code:"652722",name:"\u7CBE\u6CB3\u53BF"},{code:"652723",name:"\u6E29\u6CC9\u53BF"}]},{code:"6528",name:"\u5DF4\u97F3\u90ED\u695E\u8499\u53E4\u81EA\u6CBB\u5DDE",children:[{code:"652801",name:"\u5E93\u5C14\u52D2\u5E02"},{code:"652822",name:"\u8F6E\u53F0\u53BF"},{code:"652823",name:"\u5C09\u7281\u53BF"},{code:"652824",name:"\u82E5\u7F8C\u53BF"},{code:"652825",name:"\u4E14\u672B\u53BF"},{code:"652826",name:"\u7109\u8006\u56DE\u65CF\u81EA\u6CBB\u53BF"},{code:"652827",name:"\u548C\u9759\u53BF"},{code:"652828",name:"\u548C\u7855\u53BF"},{code:"652829",name:"\u535A\u6E56\u53BF"}]},{code:"6529",name:"\u963F\u514B\u82CF\u5730\u533A",children:[{code:"652901",name:"\u963F\u514B\u82CF\u5E02"},{code:"652902",name:"\u5E93\u8F66\u5E02"},{code:"652922",name:"\u6E29\u5BBF\u53BF"},{code:"652924",name:"\u6C99\u96C5\u53BF"},{code:"652925",name:"\u65B0\u548C\u53BF"},{code:"652926",name:"\u62DC\u57CE\u53BF"},{code:"652927",name:"\u4E4C\u4EC0\u53BF"},{code:"652928",name:"\u963F\u74E6\u63D0\u53BF"},{code:"652929",name:"\u67EF\u576A\u53BF"}]},{code:"6530",name:"\u514B\u5B5C\u52D2\u82CF\u67EF\u5C14\u514B\u5B5C\u81EA\u6CBB\u5DDE",children:[{code:"653001",name:"\u963F\u56FE\u4EC0\u5E02"},{code:"653022",name:"\u963F\u514B\u9676\u53BF"},{code:"653023",name:"\u963F\u5408\u5947\u53BF"},{code:"653024",name:"\u4E4C\u6070\u53BF"}]},{code:"6531",name:"\u5580\u4EC0\u5730\u533A",children:[{code:"653101",name:"\u5580\u4EC0\u5E02"},{code:"653121",name:"\u758F\u9644\u53BF"},{code:"653122",name:"\u758F\u52D2\u53BF"},{code:"653123",name:"\u82F1\u5409\u6C99\u53BF"},{code:"653124",name:"\u6CFD\u666E\u53BF"},{code:"653125",name:"\u838E\u8F66\u53BF"},{code:"653126",name:"\u53F6\u57CE\u53BF"},{code:"653127",name:"\u9EA6\u76D6\u63D0\u53BF"},{code:"653128",name:"\u5CB3\u666E\u6E56\u53BF"},{code:"653129",name:"\u4F3D\u5E08\u53BF"},{code:"653130",name:"\u5DF4\u695A\u53BF"},{code:"653131",name:"\u5854\u4EC0\u5E93\u5C14\u5E72\u5854\u5409\u514B\u81EA\u6CBB\u53BF"}]},{code:"6532",name:"\u548C\u7530\u5730\u533A",children:[{code:"653201",name:"\u548C\u7530\u5E02"},{code:"653221",name:"\u548C\u7530\u53BF"},{code:"653222",name:"\u58A8\u7389\u53BF"},{code:"653223",name:"\u76AE\u5C71\u53BF"},{code:"653224",name:"\u6D1B\u6D66\u53BF"},{code:"653225",name:"\u7B56\u52D2\u53BF"},{code:"653226",name:"\u4E8E\u7530\u53BF"},{code:"653227",name:"\u6C11\u4E30\u53BF"}]},{code:"6540",name:"\u4F0A\u7281\u54C8\u8428\u514B\u81EA\u6CBB\u5DDE",children:[{code:"654002",name:"\u4F0A\u5B81\u5E02"},{code:"654003",name:"\u594E\u5C6F\u5E02"},{code:"654004",name:"\u970D\u5C14\u679C\u65AF\u5E02"},{code:"654021",name:"\u4F0A\u5B81\u53BF"},{code:"654022",name:"\u5BDF\u5E03\u67E5\u5C14\u9521\u4F2F\u81EA\u6CBB\u53BF"},{code:"654023",name:"\u970D\u57CE\u53BF"},{code:"654024",name:"\u5DE9\u7559\u53BF"},{code:"654025",name:"\u65B0\u6E90\u53BF"},{code:"654026",name:"\u662D\u82CF\u53BF"},{code:"654027",name:"\u7279\u514B\u65AF\u53BF"},{code:"654028",name:"\u5C3C\u52D2\u514B\u53BF"}]},{code:"6542",name:"\u5854\u57CE\u5730\u533A",children:[{code:"654201",name:"\u5854\u57CE\u5E02"},{code:"654202",name:"\u4E4C\u82CF\u5E02"},{code:"654203",name:"\u6C99\u6E7E\u5E02"},{code:"654221",name:"\u989D\u654F\u53BF"},{code:"654224",name:"\u6258\u91CC\u53BF"},{code:"654225",name:"\u88D5\u6C11\u53BF"},{code:"654226",name:"\u548C\u5E03\u514B\u8D5B\u5C14\u8499\u53E4\u81EA\u6CBB\u53BF"}]},{code:"6543",name:"\u963F\u52D2\u6CF0\u5730\u533A",children:[{code:"654301",name:"\u963F\u52D2\u6CF0\u5E02"},{code:"654321",name:"\u5E03\u5C14\u6D25\u53BF"},{code:"654322",name:"\u5BCC\u8574\u53BF"},{code:"654323",name:"\u798F\u6D77\u53BF"},{code:"654324",name:"\u54C8\u5DF4\u6CB3\u53BF"},{code:"654325",name:"\u9752\u6CB3\u53BF"},{code:"654326",name:"\u5409\u6728\u4E43\u53BF"}]},{code:"6590",name:"\u81EA\u6CBB\u533A\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212",children:[{code:"659001",name:"\u77F3\u6CB3\u5B50\u5E02"},{code:"659002",name:"\u963F\u62C9\u5C14\u5E02"},{code:"659003",name:"\u56FE\u6728\u8212\u514B\u5E02"},{code:"659004",name:"\u4E94\u5BB6\u6E20\u5E02"},{code:"659005",name:"\u5317\u5C6F\u5E02"},{code:"659006",name:"\u94C1\u95E8\u5173\u5E02"},{code:"659007",name:"\u53CC\u6CB3\u5E02"},{code:"659008",name:"\u53EF\u514B\u8FBE\u62C9\u5E02"},{code:"659009",name:"\u6606\u7389\u5E02"},{code:"659010",name:"\u80E1\u6768\u6CB3\u5E02"},{code:"659011",name:"\u65B0\u661F\u5E02"},{code:"659012",name:"\u767D\u6768\u5E02"}]}]}],c6={\u5317\u4EAC\u5E02:["\u4E1C\u57CE\u533A","\u897F\u57CE\u533A","\u671D\u9633\u533A","\u4E30\u53F0\u533A","\u77F3\u666F\u5C71\u533A","\u6D77\u6DC0\u533A","\u95E8\u5934\u6C9F\u533A","\u623F\u5C71\u533A","\u901A\u5DDE\u533A","\u987A\u4E49\u533A","\u660C\u5E73\u533A","\u5927\u5174\u533A","\u6000\u67D4\u533A","\u5E73\u8C37\u533A","\u5BC6\u4E91\u533A","\u5EF6\u5E86\u533A"],\u5929\u6D25\u5E02:["\u548C\u5E73\u533A","\u6CB3\u4E1C\u533A","\u6CB3\u897F\u533A","\u5357\u5F00\u533A","\u6CB3\u5317\u533A","\u7EA2\u6865\u533A","\u4E1C\u4E3D\u533A","\u897F\u9752\u533A","\u6D25\u5357\u533A","\u5317\u8FB0\u533A","\u6B66\u6E05\u533A","\u5B9D\u577B\u533A","\u6EE8\u6D77\u65B0\u533A","\u5B81\u6CB3\u533A","\u9759\u6D77\u533A","\u84DF\u5DDE\u533A"],\u6CB3\u5317\u7701:["\u77F3\u5BB6\u5E84\u5E02","\u5510\u5C71\u5E02","\u79E6\u7687\u5C9B\u5E02","\u90AF\u90F8\u5E02","\u90A2\u53F0\u5E02","\u4FDD\u5B9A\u5E02","\u5F20\u5BB6\u53E3\u5E02","\u627F\u5FB7\u5E02","\u6CA7\u5DDE\u5E02","\u5ECA\u574A\u5E02","\u8861\u6C34\u5E02"],\u5C71\u897F\u7701:["\u592A\u539F\u5E02","\u5927\u540C\u5E02","\u9633\u6CC9\u5E02","\u957F\u6CBB\u5E02","\u664B\u57CE\u5E02","\u6714\u5DDE\u5E02","\u664B\u4E2D\u5E02","\u8FD0\u57CE\u5E02","\u5FFB\u5DDE\u5E02","\u4E34\u6C7E\u5E02","\u5415\u6881\u5E02"],\u5185\u8499\u53E4\u81EA\u6CBB\u533A:["\u547C\u548C\u6D69\u7279\u5E02","\u5305\u5934\u5E02","\u4E4C\u6D77\u5E02","\u8D64\u5CF0\u5E02","\u901A\u8FBD\u5E02","\u9102\u5C14\u591A\u65AF\u5E02","\u547C\u4F26\u8D1D\u5C14\u5E02","\u5DF4\u5F66\u6DD6\u5C14\u5E02","\u4E4C\u5170\u5BDF\u5E03\u5E02","\u5174\u5B89\u76DF","\u9521\u6797\u90ED\u52D2\u76DF","\u963F\u62C9\u5584\u76DF"],\u8FBD\u5B81\u7701:["\u6C88\u9633\u5E02","\u5927\u8FDE\u5E02","\u978D\u5C71\u5E02","\u629A\u987A\u5E02","\u672C\u6EAA\u5E02","\u4E39\u4E1C\u5E02","\u9526\u5DDE\u5E02","\u8425\u53E3\u5E02","\u961C\u65B0\u5E02","\u8FBD\u9633\u5E02","\u76D8\u9526\u5E02","\u94C1\u5CAD\u5E02","\u671D\u9633\u5E02","\u846B\u82A6\u5C9B\u5E02"],\u5409\u6797\u7701:["\u957F\u6625\u5E02","\u5409\u6797\u5E02","\u56DB\u5E73\u5E02","\u8FBD\u6E90\u5E02","\u901A\u5316\u5E02","\u767D\u5C71\u5E02","\u677E\u539F\u5E02","\u767D\u57CE\u5E02","\u5EF6\u8FB9\u671D\u9C9C\u65CF\u81EA\u6CBB\u5DDE"],\u9ED1\u9F99\u6C5F\u7701:["\u54C8\u5C14\u6EE8\u5E02","\u9F50\u9F50\u54C8\u5C14\u5E02","\u9E21\u897F\u5E02","\u9E64\u5C97\u5E02","\u53CC\u9E2D\u5C71\u5E02","\u5927\u5E86\u5E02","\u4F0A\u6625\u5E02","\u4F73\u6728\u65AF\u5E02","\u4E03\u53F0\u6CB3\u5E02","\u7261\u4E39\u6C5F\u5E02","\u9ED1\u6CB3\u5E02","\u7EE5\u5316\u5E02","\u5927\u5174\u5B89\u5CAD\u5730\u533A"],\u4E0A\u6D77\u5E02:["\u9EC4\u6D66\u533A","\u5F90\u6C47\u533A","\u957F\u5B81\u533A","\u9759\u5B89\u533A","\u666E\u9640\u533A","\u8679\u53E3\u533A","\u6768\u6D66\u533A","\u95F5\u884C\u533A","\u5B9D\u5C71\u533A","\u5609\u5B9A\u533A","\u6D66\u4E1C\u65B0\u533A","\u91D1\u5C71\u533A","\u677E\u6C5F\u533A","\u9752\u6D66\u533A","\u5949\u8D24\u533A","\u5D07\u660E\u533A"],\u6C5F\u82CF\u7701:["\u5357\u4EAC\u5E02","\u65E0\u9521\u5E02","\u5F90\u5DDE\u5E02","\u5E38\u5DDE\u5E02","\u82CF\u5DDE\u5E02","\u5357\u901A\u5E02","\u8FDE\u4E91\u6E2F\u5E02","\u6DEE\u5B89\u5E02","\u76D0\u57CE\u5E02","\u626C\u5DDE\u5E02","\u9547\u6C5F\u5E02","\u6CF0\u5DDE\u5E02","\u5BBF\u8FC1\u5E02"],\u6D59\u6C5F\u7701:["\u676D\u5DDE\u5E02","\u5B81\u6CE2\u5E02","\u6E29\u5DDE\u5E02","\u5609\u5174\u5E02","\u6E56\u5DDE\u5E02","\u7ECD\u5174\u5E02","\u91D1\u534E\u5E02","\u8862\u5DDE\u5E02","\u821F\u5C71\u5E02","\u53F0\u5DDE\u5E02","\u4E3D\u6C34\u5E02"],\u5B89\u5FBD\u7701:["\u5408\u80A5\u5E02","\u829C\u6E56\u5E02","\u868C\u57E0\u5E02","\u6DEE\u5357\u5E02","\u9A6C\u978D\u5C71\u5E02","\u6DEE\u5317\u5E02","\u94DC\u9675\u5E02","\u5B89\u5E86\u5E02","\u9EC4\u5C71\u5E02","\u6EC1\u5DDE\u5E02","\u961C\u9633\u5E02","\u5BBF\u5DDE\u5E02","\u516D\u5B89\u5E02","\u4EB3\u5DDE\u5E02","\u6C60\u5DDE\u5E02","\u5BA3\u57CE\u5E02"],\u798F\u5EFA\u7701:["\u798F\u5DDE\u5E02","\u53A6\u95E8\u5E02","\u8386\u7530\u5E02","\u4E09\u660E\u5E02","\u6CC9\u5DDE\u5E02","\u6F33\u5DDE\u5E02","\u5357\u5E73\u5E02","\u9F99\u5CA9\u5E02","\u5B81\u5FB7\u5E02"],\u6C5F\u897F\u7701:["\u5357\u660C\u5E02","\u666F\u5FB7\u9547\u5E02","\u840D\u4E61\u5E02","\u4E5D\u6C5F\u5E02","\u65B0\u4F59\u5E02","\u9E70\u6F6D\u5E02","\u8D63\u5DDE\u5E02","\u5409\u5B89\u5E02","\u5B9C\u6625\u5E02","\u629A\u5DDE\u5E02","\u4E0A\u9976\u5E02"],\u5C71\u4E1C\u7701:["\u6D4E\u5357\u5E02","\u9752\u5C9B\u5E02","\u6DC4\u535A\u5E02","\u67A3\u5E84\u5E02","\u4E1C\u8425\u5E02","\u70DF\u53F0\u5E02","\u6F4D\u574A\u5E02","\u6D4E\u5B81\u5E02","\u6CF0\u5B89\u5E02","\u5A01\u6D77\u5E02","\u65E5\u7167\u5E02","\u4E34\u6C82\u5E02","\u5FB7\u5DDE\u5E02","\u804A\u57CE\u5E02","\u6EE8\u5DDE\u5E02","\u83CF\u6CFD\u5E02"],\u6CB3\u5357\u7701:["\u90D1\u5DDE\u5E02","\u5F00\u5C01\u5E02","\u6D1B\u9633\u5E02","\u5E73\u9876\u5C71\u5E02","\u5B89\u9633\u5E02","\u9E64\u58C1\u5E02","\u65B0\u4E61\u5E02","\u7126\u4F5C\u5E02","\u6FEE\u9633\u5E02","\u8BB8\u660C\u5E02","\u6F2F\u6CB3\u5E02","\u4E09\u95E8\u5CE1\u5E02","\u5357\u9633\u5E02","\u5546\u4E18\u5E02","\u4FE1\u9633\u5E02","\u5468\u53E3\u5E02","\u9A7B\u9A6C\u5E97\u5E02","\u6D4E\u6E90\u5E02"],\u6E56\u5317\u7701:["\u6B66\u6C49\u5E02","\u9EC4\u77F3\u5E02","\u5341\u5830\u5E02","\u5B9C\u660C\u5E02","\u8944\u9633\u5E02","\u9102\u5DDE\u5E02","\u8346\u95E8\u5E02","\u5B5D\u611F\u5E02","\u8346\u5DDE\u5E02","\u9EC4\u5188\u5E02","\u54B8\u5B81\u5E02","\u968F\u5DDE\u5E02","\u6069\u65BD\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE","\u4ED9\u6843\u5E02","\u6F5C\u6C5F\u5E02","\u5929\u95E8\u5E02","\u795E\u519C\u67B6\u6797\u533A"],\u6E56\u5357\u7701:["\u957F\u6C99\u5E02","\u682A\u6D32\u5E02","\u6E58\u6F6D\u5E02","\u8861\u9633\u5E02","\u90B5\u9633\u5E02","\u5CB3\u9633\u5E02","\u5E38\u5FB7\u5E02","\u5F20\u5BB6\u754C\u5E02","\u76CA\u9633\u5E02","\u90F4\u5DDE\u5E02","\u6C38\u5DDE\u5E02","\u6000\u5316\u5E02","\u5A04\u5E95\u5E02","\u6E58\u897F\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"],\u5E7F\u4E1C\u7701:["\u5E7F\u5DDE\u5E02","\u97F6\u5173\u5E02","\u6DF1\u5733\u5E02","\u73E0\u6D77\u5E02","\u6C55\u5934\u5E02","\u4F5B\u5C71\u5E02","\u6C5F\u95E8\u5E02","\u6E5B\u6C5F\u5E02","\u8302\u540D\u5E02","\u8087\u5E86\u5E02","\u60E0\u5DDE\u5E02","\u6885\u5DDE\u5E02","\u6C55\u5C3E\u5E02","\u6CB3\u6E90\u5E02","\u9633\u6C5F\u5E02","\u6E05\u8FDC\u5E02","\u4E1C\u839E\u5E02","\u4E2D\u5C71\u5E02","\u6F6E\u5DDE\u5E02","\u63ED\u9633\u5E02","\u4E91\u6D6E\u5E02"],\u5E7F\u897F\u58EE\u65CF\u81EA\u6CBB\u533A:["\u5357\u5B81\u5E02","\u67F3\u5DDE\u5E02","\u6842\u6797\u5E02","\u68A7\u5DDE\u5E02","\u5317\u6D77\u5E02","\u9632\u57CE\u6E2F\u5E02","\u94A6\u5DDE\u5E02","\u8D35\u6E2F\u5E02","\u7389\u6797\u5E02","\u767E\u8272\u5E02","\u8D3A\u5DDE\u5E02","\u6CB3\u6C60\u5E02","\u6765\u5BBE\u5E02","\u5D07\u5DE6\u5E02"],\u6D77\u5357\u7701:["\u6D77\u53E3\u5E02","\u4E09\u4E9A\u5E02","\u4E09\u6C99\u5E02","\u510B\u5DDE\u5E02","\u4E94\u6307\u5C71\u5E02","\u743C\u6D77\u5E02","\u6587\u660C\u5E02","\u4E07\u5B81\u5E02","\u4E1C\u65B9\u5E02","\u5B9A\u5B89\u53BF","\u5C6F\u660C\u53BF","\u6F84\u8FC8\u53BF","\u4E34\u9AD8\u53BF","\u767D\u6C99\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u660C\u6C5F\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u4E50\u4E1C\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u9675\u6C34\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u4FDD\u4EAD\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u743C\u4E2D\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"],\u91CD\u5E86\u5E02:["\u4E07\u5DDE\u533A","\u6DAA\u9675\u533A","\u6E1D\u4E2D\u533A","\u5927\u6E21\u53E3\u533A","\u6C5F\u5317\u533A","\u6C99\u576A\u575D\u533A","\u4E5D\u9F99\u5761\u533A","\u5357\u5CB8\u533A","\u5317\u789A\u533A","\u7DA6\u6C5F\u533A","\u5927\u8DB3\u533A","\u6E1D\u5317\u533A","\u5DF4\u5357\u533A","\u9ED4\u6C5F\u533A","\u957F\u5BFF\u533A","\u6C5F\u6D25\u533A","\u5408\u5DDD\u533A","\u6C38\u5DDD\u533A","\u5357\u5DDD\u533A","\u74A7\u5C71\u533A","\u94DC\u6881\u533A","\u6F7C\u5357\u533A","\u8363\u660C\u533A","\u5F00\u5DDE\u533A","\u6881\u5E73\u533A","\u6B66\u9686\u533A","\u57CE\u53E3\u53BF","\u4E30\u90FD\u53BF","\u57AB\u6C5F\u53BF","\u5FE0\u53BF","\u4E91\u9633\u53BF","\u5949\u8282\u53BF","\u5DEB\u5C71\u53BF","\u5DEB\u6EAA\u53BF","\u77F3\u67F1\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF","\u79C0\u5C71\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u9149\u9633\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u5F6D\u6C34\u82D7\u65CF\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"],\u56DB\u5DDD\u7701:["\u6210\u90FD\u5E02","\u81EA\u8D21\u5E02","\u6500\u679D\u82B1\u5E02","\u6CF8\u5DDE\u5E02","\u5FB7\u9633\u5E02","\u7EF5\u9633\u5E02","\u5E7F\u5143\u5E02","\u9042\u5B81\u5E02","\u5185\u6C5F\u5E02","\u4E50\u5C71\u5E02","\u5357\u5145\u5E02","\u7709\u5C71\u5E02","\u5B9C\u5BBE\u5E02","\u5E7F\u5B89\u5E02","\u8FBE\u5DDE\u5E02","\u96C5\u5B89\u5E02","\u5DF4\u4E2D\u5E02","\u8D44\u9633\u5E02","\u963F\u575D\u85CF\u65CF\u7F8C\u65CF\u81EA\u6CBB\u5DDE","\u7518\u5B5C\u85CF\u65CF\u81EA\u6CBB\u5DDE","\u51C9\u5C71\u5F5D\u65CF\u81EA\u6CBB\u5DDE"],\u8D35\u5DDE\u7701:["\u8D35\u9633\u5E02","\u516D\u76D8\u6C34\u5E02","\u9075\u4E49\u5E02","\u5B89\u987A\u5E02","\u6BD5\u8282\u5E02","\u94DC\u4EC1\u5E02","\u9ED4\u897F\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE","\u9ED4\u4E1C\u5357\u82D7\u65CF\u4F97\u65CF\u81EA\u6CBB\u5DDE","\u9ED4\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE"],\u4E91\u5357\u7701:["\u6606\u660E\u5E02","\u66F2\u9756\u5E02","\u7389\u6EAA\u5E02","\u4FDD\u5C71\u5E02","\u662D\u901A\u5E02","\u4E3D\u6C5F\u5E02","\u666E\u6D31\u5E02","\u4E34\u6CA7\u5E02","\u695A\u96C4\u5F5D\u65CF\u81EA\u6CBB\u5DDE","\u7EA2\u6CB3\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u5DDE","\u6587\u5C71\u58EE\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE","\u897F\u53CC\u7248\u7EB3\u50A3\u65CF\u81EA\u6CBB\u5DDE","\u5927\u7406\u767D\u65CF\u81EA\u6CBB\u5DDE","\u5FB7\u5B8F\u50A3\u65CF\u666F\u9887\u65CF\u81EA\u6CBB\u5DDE","\u6012\u6C5F\u5088\u50F3\u65CF\u81EA\u6CBB\u5DDE","\u8FEA\u5E86\u85CF\u65CF\u81EA\u6CBB\u5DDE"],\u897F\u85CF\u81EA\u6CBB\u533A:["\u62C9\u8428\u5E02","\u65E5\u5580\u5219\u5E02","\u660C\u90FD\u5E02","\u6797\u829D\u5E02","\u5C71\u5357\u5E02","\u90A3\u66F2\u5E02","\u963F\u91CC\u5730\u533A"],\u9655\u897F\u7701:["\u897F\u5B89\u5E02","\u94DC\u5DDD\u5E02","\u5B9D\u9E21\u5E02","\u54B8\u9633\u5E02","\u6E2D\u5357\u5E02","\u5EF6\u5B89\u5E02","\u6C49\u4E2D\u5E02","\u6986\u6797\u5E02","\u5B89\u5EB7\u5E02","\u5546\u6D1B\u5E02"],\u7518\u8083\u7701:["\u5170\u5DDE\u5E02","\u5609\u5CEA\u5173\u5E02","\u91D1\u660C\u5E02","\u767D\u94F6\u5E02","\u5929\u6C34\u5E02","\u6B66\u5A01\u5E02","\u5F20\u6396\u5E02","\u5E73\u51C9\u5E02","\u9152\u6CC9\u5E02","\u5E86\u9633\u5E02","\u5B9A\u897F\u5E02","\u9647\u5357\u5E02","\u4E34\u590F\u56DE\u65CF\u81EA\u6CBB\u5DDE","\u7518\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE"],\u9752\u6D77\u7701:["\u897F\u5B81\u5E02","\u6D77\u4E1C\u5E02","\u6D77\u5317\u85CF\u65CF\u81EA\u6CBB\u5DDE","\u9EC4\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE","\u6D77\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE","\u679C\u6D1B\u85CF\u65CF\u81EA\u6CBB\u5DDE","\u7389\u6811\u85CF\u65CF\u81EA\u6CBB\u5DDE","\u6D77\u897F\u8499\u53E4\u65CF\u85CF\u65CF\u81EA\u6CBB\u5DDE"],\u5B81\u590F\u56DE\u65CF\u81EA\u6CBB\u533A:["\u94F6\u5DDD\u5E02","\u77F3\u5634\u5C71\u5E02","\u5434\u5FE0\u5E02","\u56FA\u539F\u5E02","\u4E2D\u536B\u5E02"],\u65B0\u7586\u7EF4\u543E\u5C14\u81EA\u6CBB\u533A:["\u4E4C\u9C81\u6728\u9F50\u5E02","\u514B\u62C9\u739B\u4F9D\u5E02","\u5410\u9C81\u756A\u5E02","\u54C8\u5BC6\u5E02","\u660C\u5409\u56DE\u65CF\u81EA\u6CBB\u5DDE","\u535A\u5C14\u5854\u62C9\u8499\u53E4\u81EA\u6CBB\u5DDE","\u5DF4\u97F3\u90ED\u695E\u8499\u53E4\u81EA\u6CBB\u5DDE","\u963F\u514B\u82CF\u5730\u533A","\u514B\u5B5C\u52D2\u82CF\u67EF\u5C14\u514B\u5B5C\u81EA\u6CBB\u5DDE","\u5580\u4EC0\u5730\u533A","\u548C\u7530\u5730\u533A","\u4F0A\u7281\u54C8\u8428\u514B\u81EA\u6CBB\u5DDE","\u5854\u57CE\u5730\u533A","\u963F\u52D2\u6CF0\u5730\u533A","\u77F3\u6CB3\u5B50\u5E02","\u963F\u62C9\u5C14\u5E02","\u56FE\u6728\u8212\u514B\u5E02","\u4E94\u5BB6\u6E20\u5E02","\u5317\u5C6F\u5E02","\u94C1\u95E8\u5173\u5E02","\u53CC\u6CB3\u5E02","\u53EF\u514B\u8FBE\u62C9\u5E02","\u6606\u7389\u5E02","\u80E1\u6768\u6CB3\u5E02","\u65B0\u661F\u5E02","\u767D\u6768\u5E02"]},u6={\u5317\u4EAC\u5E02:{\u5E02\u8F96\u533A:["\u4E1C\u57CE\u533A","\u897F\u57CE\u533A","\u671D\u9633\u533A","\u4E30\u53F0\u533A","\u77F3\u666F\u5C71\u533A","\u6D77\u6DC0\u533A","\u95E8\u5934\u6C9F\u533A","\u623F\u5C71\u533A","\u901A\u5DDE\u533A","\u987A\u4E49\u533A","\u660C\u5E73\u533A","\u5927\u5174\u533A","\u6000\u67D4\u533A","\u5E73\u8C37\u533A","\u5BC6\u4E91\u533A","\u5EF6\u5E86\u533A"]},\u5929\u6D25\u5E02:{\u5E02\u8F96\u533A:["\u548C\u5E73\u533A","\u6CB3\u4E1C\u533A","\u6CB3\u897F\u533A","\u5357\u5F00\u533A","\u6CB3\u5317\u533A","\u7EA2\u6865\u533A","\u4E1C\u4E3D\u533A","\u897F\u9752\u533A","\u6D25\u5357\u533A","\u5317\u8FB0\u533A","\u6B66\u6E05\u533A","\u5B9D\u577B\u533A","\u6EE8\u6D77\u65B0\u533A","\u5B81\u6CB3\u533A","\u9759\u6D77\u533A","\u84DF\u5DDE\u533A"]},\u6CB3\u5317\u7701:{\u77F3\u5BB6\u5E84\u5E02:["\u957F\u5B89\u533A","\u6865\u897F\u533A","\u65B0\u534E\u533A","\u4E95\u9649\u77FF\u533A","\u88D5\u534E\u533A","\u85C1\u57CE\u533A","\u9E7F\u6CC9\u533A","\u683E\u57CE\u533A","\u4E95\u9649\u53BF","\u6B63\u5B9A\u53BF","\u884C\u5510\u53BF","\u7075\u5BFF\u53BF","\u9AD8\u9091\u53BF","\u6DF1\u6CFD\u53BF","\u8D5E\u7687\u53BF","\u65E0\u6781\u53BF","\u5E73\u5C71\u53BF","\u5143\u6C0F\u53BF","\u8D75\u53BF","\u77F3\u5BB6\u5E84\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u77F3\u5BB6\u5E84\u5FAA\u73AF\u5316\u5DE5\u56ED\u533A","\u8F9B\u96C6\u5E02","\u664B\u5DDE\u5E02","\u65B0\u4E50\u5E02"],\u5510\u5C71\u5E02:["\u8DEF\u5357\u533A","\u8DEF\u5317\u533A","\u53E4\u51B6\u533A","\u5F00\u5E73\u533A","\u4E30\u5357\u533A","\u4E30\u6DA6\u533A","\u66F9\u5983\u7538\u533A","\u6EE6\u5357\u53BF","\u4E50\u4EAD\u53BF","\u8FC1\u897F\u53BF","\u7389\u7530\u53BF","\u6CB3\u5317\u5510\u5C71\u82A6\u53F0\u7ECF\u6D4E\u5F00\u53D1\u533A","\u5510\u5C71\u5E02\u6C49\u6CBD\u7BA1\u7406\u533A","\u5510\u5C71\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u6CB3\u5317\u5510\u5C71\u6D77\u6E2F\u7ECF\u6D4E\u5F00\u53D1\u533A","\u9075\u5316\u5E02","\u8FC1\u5B89\u5E02","\u6EE6\u5DDE\u5E02"],\u79E6\u7687\u5C9B\u5E02:["\u6D77\u6E2F\u533A","\u5C71\u6D77\u5173\u533A","\u5317\u6234\u6CB3\u533A","\u629A\u5B81\u533A","\u9752\u9F99\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u660C\u9ECE\u53BF","\u5362\u9F99\u53BF","\u79E6\u7687\u5C9B\u5E02\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u5317\u6234\u6CB3\u65B0\u533A"],\u90AF\u90F8\u5E02:["\u90AF\u5C71\u533A","\u4E1B\u53F0\u533A","\u590D\u5174\u533A","\u5CF0\u5CF0\u77FF\u533A","\u80A5\u4E61\u533A","\u6C38\u5E74\u533A","\u4E34\u6F33\u53BF","\u6210\u5B89\u53BF","\u5927\u540D\u53BF","\u6D89\u53BF","\u78C1\u53BF","\u90B1\u53BF","\u9E21\u6CFD\u53BF","\u5E7F\u5E73\u53BF","\u9986\u9676\u53BF","\u9B4F\u53BF","\u66F2\u5468\u53BF","\u90AF\u90F8\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u90AF\u90F8\u5180\u5357\u65B0\u533A","\u6B66\u5B89\u5E02"],\u90A2\u53F0\u5E02:["\u8944\u90FD\u533A","\u4FE1\u90FD\u533A","\u4EFB\u6CFD\u533A","\u5357\u548C\u533A","\u4E34\u57CE\u53BF","\u5185\u4E18\u53BF","\u67CF\u4E61\u53BF","\u9686\u5C27\u53BF","\u5B81\u664B\u53BF","\u5DE8\u9E7F\u53BF","\u65B0\u6CB3\u53BF","\u5E7F\u5B97\u53BF","\u5E73\u4E61\u53BF","\u5A01\u53BF","\u6E05\u6CB3\u53BF","\u4E34\u897F\u53BF","\u6CB3\u5317\u90A2\u53F0\u7ECF\u6D4E\u5F00\u53D1\u533A","\u5357\u5BAB\u5E02","\u6C99\u6CB3\u5E02"],\u4FDD\u5B9A\u5E02:["\u7ADE\u79C0\u533A","\u83B2\u6C60\u533A","\u6EE1\u57CE\u533A","\u6E05\u82D1\u533A","\u5F90\u6C34\u533A","\u6D9E\u6C34\u53BF","\u961C\u5E73\u53BF","\u5B9A\u5174\u53BF","\u5510\u53BF","\u9AD8\u9633\u53BF","\u5BB9\u57CE\u53BF","\u6D9E\u6E90\u53BF","\u671B\u90FD\u53BF","\u5B89\u65B0\u53BF","\u6613\u53BF","\u66F2\u9633\u53BF","\u8821\u53BF","\u987A\u5E73\u53BF","\u535A\u91CE\u53BF","\u96C4\u53BF","\u4FDD\u5B9A\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u4FDD\u5B9A\u767D\u6C9F\u65B0\u57CE","\u6DBF\u5DDE\u5E02","\u5B9A\u5DDE\u5E02","\u5B89\u56FD\u5E02","\u9AD8\u7891\u5E97\u5E02"],\u5F20\u5BB6\u53E3\u5E02:["\u6865\u4E1C\u533A","\u6865\u897F\u533A","\u5BA3\u5316\u533A","\u4E0B\u82B1\u56ED\u533A","\u4E07\u5168\u533A","\u5D07\u793C\u533A","\u5F20\u5317\u53BF","\u5EB7\u4FDD\u53BF","\u6CBD\u6E90\u53BF","\u5C1A\u4E49\u53BF","\u851A\u53BF","\u9633\u539F\u53BF","\u6000\u5B89\u53BF","\u6000\u6765\u53BF","\u6DBF\u9E7F\u53BF","\u8D64\u57CE\u53BF","\u5F20\u5BB6\u53E3\u7ECF\u6D4E\u5F00\u53D1\u533A","\u5F20\u5BB6\u53E3\u5E02\u5BDF\u5317\u7BA1\u7406\u533A","\u5F20\u5BB6\u53E3\u5E02\u585E\u5317\u7BA1\u7406\u533A"],\u627F\u5FB7\u5E02:["\u53CC\u6865\u533A","\u53CC\u6EE6\u533A","\u9E70\u624B\u8425\u5B50\u77FF\u533A","\u627F\u5FB7\u53BF","\u5174\u9686\u53BF","\u6EE6\u5E73\u53BF","\u9686\u5316\u53BF","\u4E30\u5B81\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u5BBD\u57CE\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u56F4\u573A\u6EE1\u65CF\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF","\u627F\u5FB7\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5E73\u6CC9\u5E02"],\u6CA7\u5DDE\u5E02:["\u65B0\u534E\u533A","\u8FD0\u6CB3\u533A","\u6CA7\u53BF","\u9752\u53BF","\u4E1C\u5149\u53BF","\u6D77\u5174\u53BF","\u76D0\u5C71\u53BF","\u8083\u5B81\u53BF","\u5357\u76AE\u53BF","\u5434\u6865\u53BF","\u732E\u53BF","\u5B5F\u6751\u56DE\u65CF\u81EA\u6CBB\u53BF","\u6CB3\u5317\u6CA7\u5DDE\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6CA7\u5DDE\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u6CA7\u5DDE\u6E24\u6D77\u65B0\u533A","\u6CCA\u5934\u5E02","\u4EFB\u4E18\u5E02","\u9EC4\u9A85\u5E02","\u6CB3\u95F4\u5E02"],\u5ECA\u574A\u5E02:["\u5B89\u6B21\u533A","\u5E7F\u9633\u533A","\u56FA\u5B89\u53BF","\u6C38\u6E05\u53BF","\u9999\u6CB3\u53BF","\u5927\u57CE\u53BF","\u6587\u5B89\u53BF","\u5927\u5382\u56DE\u65CF\u81EA\u6CBB\u53BF","\u5ECA\u574A\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u9738\u5DDE\u5E02","\u4E09\u6CB3\u5E02"],\u8861\u6C34\u5E02:["\u6843\u57CE\u533A","\u5180\u5DDE\u533A","\u67A3\u5F3A\u53BF","\u6B66\u9091\u53BF","\u6B66\u5F3A\u53BF","\u9976\u9633\u53BF","\u5B89\u5E73\u53BF","\u6545\u57CE\u53BF","\u666F\u53BF","\u961C\u57CE\u53BF","\u6CB3\u5317\u8861\u6C34\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u8861\u6C34\u6EE8\u6E56\u65B0\u533A","\u6DF1\u5DDE\u5E02"]},\u5C71\u897F\u7701:{\u592A\u539F\u5E02:["\u5C0F\u5E97\u533A","\u8FCE\u6CFD\u533A","\u674F\u82B1\u5CAD\u533A","\u5C16\u8349\u576A\u533A","\u4E07\u67CF\u6797\u533A","\u664B\u6E90\u533A","\u6E05\u5F90\u53BF","\u9633\u66F2\u53BF","\u5A04\u70E6\u53BF","\u5C71\u897F\u8F6C\u578B\u7EFC\u5408\u6539\u9769\u793A\u8303\u533A","\u53E4\u4EA4\u5E02"],\u5927\u540C\u5E02:["\u65B0\u8363\u533A","\u5E73\u57CE\u533A","\u4E91\u5188\u533A","\u4E91\u5DDE\u533A","\u9633\u9AD8\u53BF","\u5929\u9547\u53BF","\u5E7F\u7075\u53BF","\u7075\u4E18\u53BF","\u6D51\u6E90\u53BF","\u5DE6\u4E91\u53BF","\u5C71\u897F\u5927\u540C\u7ECF\u6D4E\u5F00\u53D1\u533A"],\u9633\u6CC9\u5E02:["\u57CE\u533A","\u77FF\u533A","\u90CA\u533A","\u5E73\u5B9A\u53BF","\u76C2\u53BF"],\u957F\u6CBB\u5E02:["\u6F5E\u5DDE\u533A","\u4E0A\u515A\u533A","\u5C6F\u7559\u533A","\u6F5E\u57CE\u533A","\u8944\u57A3\u53BF","\u5E73\u987A\u53BF","\u9ECE\u57CE\u53BF","\u58F6\u5173\u53BF","\u957F\u5B50\u53BF","\u6B66\u4E61\u53BF","\u6C81\u53BF","\u6C81\u6E90\u53BF"],\u664B\u57CE\u5E02:["\u57CE\u533A","\u6C81\u6C34\u53BF","\u9633\u57CE\u53BF","\u9675\u5DDD\u53BF","\u6CFD\u5DDE\u53BF","\u9AD8\u5E73\u5E02"],\u6714\u5DDE\u5E02:["\u6714\u57CE\u533A","\u5E73\u9C81\u533A","\u5C71\u9634\u53BF","\u5E94\u53BF","\u53F3\u7389\u53BF","\u5C71\u897F\u6714\u5DDE\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6000\u4EC1\u5E02"],\u664B\u4E2D\u5E02:["\u6986\u6B21\u533A","\u592A\u8C37\u533A","\u6986\u793E\u53BF","\u5DE6\u6743\u53BF","\u548C\u987A\u53BF","\u6614\u9633\u53BF","\u5BFF\u9633\u53BF","\u7941\u53BF","\u5E73\u9065\u53BF","\u7075\u77F3\u53BF","\u4ECB\u4F11\u5E02"],\u8FD0\u57CE\u5E02:["\u76D0\u6E56\u533A","\u4E34\u7317\u53BF","\u4E07\u8363\u53BF","\u95FB\u559C\u53BF","\u7A37\u5C71\u53BF","\u65B0\u7EDB\u53BF","\u7EDB\u53BF","\u57A3\u66F2\u53BF","\u590F\u53BF","\u5E73\u9646\u53BF","\u82AE\u57CE\u53BF","\u6C38\u6D4E\u5E02","\u6CB3\u6D25\u5E02"],\u5FFB\u5DDE\u5E02:["\u5FFB\u5E9C\u533A","\u5B9A\u8944\u53BF","\u4E94\u53F0\u53BF","\u4EE3\u53BF","\u7E41\u5CD9\u53BF","\u5B81\u6B66\u53BF","\u9759\u4E50\u53BF","\u795E\u6C60\u53BF","\u4E94\u5BE8\u53BF","\u5CA2\u5C9A\u53BF","\u6CB3\u66F2\u53BF","\u4FDD\u5FB7\u53BF","\u504F\u5173\u53BF","\u4E94\u53F0\u5C71\u98CE\u666F\u540D\u80DC\u533A","\u539F\u5E73\u5E02"],\u4E34\u6C7E\u5E02:["\u5C27\u90FD\u533A","\u66F2\u6C83\u53BF","\u7FFC\u57CE\u53BF","\u8944\u6C7E\u53BF","\u6D2A\u6D1E\u53BF","\u53E4\u53BF","\u5B89\u6CFD\u53BF","\u6D6E\u5C71\u53BF","\u5409\u53BF","\u4E61\u5B81\u53BF","\u5927\u5B81\u53BF","\u96B0\u53BF","\u6C38\u548C\u53BF","\u84B2\u53BF","\u6C7E\u897F\u53BF","\u4FAF\u9A6C\u5E02","\u970D\u5DDE\u5E02"],\u5415\u6881\u5E02:["\u79BB\u77F3\u533A","\u6587\u6C34\u53BF","\u4EA4\u57CE\u53BF","\u5174\u53BF","\u4E34\u53BF","\u67F3\u6797\u53BF","\u77F3\u697C\u53BF","\u5C9A\u53BF","\u65B9\u5C71\u53BF","\u4E2D\u9633\u53BF","\u4EA4\u53E3\u53BF","\u5B5D\u4E49\u5E02","\u6C7E\u9633\u5E02"]},\u5185\u8499\u53E4\u81EA\u6CBB\u533A:{\u547C\u548C\u6D69\u7279\u5E02:["\u65B0\u57CE\u533A","\u56DE\u6C11\u533A","\u7389\u6CC9\u533A","\u8D5B\u7F55\u533A","\u571F\u9ED8\u7279\u5DE6\u65D7","\u6258\u514B\u6258\u53BF","\u548C\u6797\u683C\u5C14\u53BF","\u6E05\u6C34\u6CB3\u53BF","\u6B66\u5DDD\u53BF","\u547C\u548C\u6D69\u7279\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u5305\u5934\u5E02:["\u4E1C\u6CB3\u533A","\u6606\u90FD\u4ED1\u533A","\u9752\u5C71\u533A","\u77F3\u62D0\u533A","\u767D\u4E91\u9102\u535A\u77FF\u533A","\u4E5D\u539F\u533A","\u571F\u9ED8\u7279\u53F3\u65D7","\u56FA\u9633\u53BF","\u8FBE\u5C14\u7F55\u8302\u660E\u5B89\u8054\u5408\u65D7","\u5305\u5934\u7A00\u571F\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"],\u4E4C\u6D77\u5E02:["\u6D77\u52C3\u6E7E\u533A","\u6D77\u5357\u533A","\u4E4C\u8FBE\u533A"],\u8D64\u5CF0\u5E02:["\u7EA2\u5C71\u533A","\u5143\u5B9D\u5C71\u533A","\u677E\u5C71\u533A","\u963F\u9C81\u79D1\u5C14\u6C81\u65D7","\u5DF4\u6797\u5DE6\u65D7","\u5DF4\u6797\u53F3\u65D7","\u6797\u897F\u53BF","\u514B\u4EC0\u514B\u817E\u65D7","\u7FC1\u725B\u7279\u65D7","\u5580\u5587\u6C81\u65D7","\u5B81\u57CE\u53BF","\u6556\u6C49\u65D7"],\u901A\u8FBD\u5E02:["\u79D1\u5C14\u6C81\u533A","\u79D1\u5C14\u6C81\u5DE6\u7FFC\u4E2D\u65D7","\u79D1\u5C14\u6C81\u5DE6\u7FFC\u540E\u65D7","\u5F00\u9C81\u53BF","\u5E93\u4F26\u65D7","\u5948\u66FC\u65D7","\u624E\u9C81\u7279\u65D7","\u901A\u8FBD\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u970D\u6797\u90ED\u52D2\u5E02"],\u9102\u5C14\u591A\u65AF\u5E02:["\u4E1C\u80DC\u533A","\u5EB7\u5DF4\u4EC0\u533A","\u8FBE\u62C9\u7279\u65D7","\u51C6\u683C\u5C14\u65D7","\u9102\u6258\u514B\u524D\u65D7","\u9102\u6258\u514B\u65D7","\u676D\u9526\u65D7","\u4E4C\u5BA1\u65D7","\u4F0A\u91D1\u970D\u6D1B\u65D7"],\u547C\u4F26\u8D1D\u5C14\u5E02:["\u6D77\u62C9\u5C14\u533A","\u624E\u8D49\u8BFA\u5C14\u533A","\u963F\u8363\u65D7","\u83AB\u529B\u8FBE\u74E6\u8FBE\u65A1\u5C14\u65CF\u81EA\u6CBB\u65D7","\u9102\u4F26\u6625\u81EA\u6CBB\u65D7","\u9102\u6E29\u514B\u65CF\u81EA\u6CBB\u65D7","\u9648\u5DF4\u5C14\u864E\u65D7","\u65B0\u5DF4\u5C14\u864E\u5DE6\u65D7","\u65B0\u5DF4\u5C14\u864E\u53F3\u65D7","\u6EE1\u6D32\u91CC\u5E02","\u7259\u514B\u77F3\u5E02","\u624E\u5170\u5C6F\u5E02","\u989D\u5C14\u53E4\u7EB3\u5E02","\u6839\u6CB3\u5E02"],\u5DF4\u5F66\u6DD6\u5C14\u5E02:["\u4E34\u6CB3\u533A","\u4E94\u539F\u53BF","\u78F4\u53E3\u53BF","\u4E4C\u62C9\u7279\u524D\u65D7","\u4E4C\u62C9\u7279\u4E2D\u65D7","\u4E4C\u62C9\u7279\u540E\u65D7","\u676D\u9526\u540E\u65D7"],\u4E4C\u5170\u5BDF\u5E03\u5E02:["\u96C6\u5B81\u533A","\u5353\u8D44\u53BF","\u5316\u5FB7\u53BF","\u5546\u90FD\u53BF","\u5174\u548C\u53BF","\u51C9\u57CE\u53BF","\u5BDF\u54C8\u5C14\u53F3\u7FFC\u524D\u65D7","\u5BDF\u54C8\u5C14\u53F3\u7FFC\u4E2D\u65D7","\u5BDF\u54C8\u5C14\u53F3\u7FFC\u540E\u65D7","\u56DB\u5B50\u738B\u65D7","\u4E30\u9547\u5E02"],\u5174\u5B89\u76DF:["\u4E4C\u5170\u6D69\u7279\u5E02","\u963F\u5C14\u5C71\u5E02","\u79D1\u5C14\u6C81\u53F3\u7FFC\u524D\u65D7","\u79D1\u5C14\u6C81\u53F3\u7FFC\u4E2D\u65D7","\u624E\u8D49\u7279\u65D7","\u7A81\u6CC9\u53BF"],\u9521\u6797\u90ED\u52D2\u76DF:["\u4E8C\u8FDE\u6D69\u7279\u5E02","\u9521\u6797\u6D69\u7279\u5E02","\u963F\u5DF4\u560E\u65D7","\u82CF\u5C3C\u7279\u5DE6\u65D7","\u82CF\u5C3C\u7279\u53F3\u65D7","\u4E1C\u4E4C\u73E0\u7A46\u6C81\u65D7","\u897F\u4E4C\u73E0\u7A46\u6C81\u65D7","\u592A\u4EC6\u5BFA\u65D7","\u9576\u9EC4\u65D7","\u6B63\u9576\u767D\u65D7","\u6B63\u84DD\u65D7","\u591A\u4F26\u53BF","\u4E4C\u62C9\u76D6\u7BA1\u7406\u533A\u7BA1\u59D4\u4F1A"],\u963F\u62C9\u5584\u76DF:["\u963F\u62C9\u5584\u5DE6\u65D7","\u963F\u62C9\u5584\u53F3\u65D7","\u989D\u6D4E\u7EB3\u65D7","\u5185\u8499\u53E4\u963F\u62C9\u5584\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"]},\u8FBD\u5B81\u7701:{\u6C88\u9633\u5E02:["\u548C\u5E73\u533A","\u6C88\u6CB3\u533A","\u5927\u4E1C\u533A","\u7687\u59D1\u533A","\u94C1\u897F\u533A","\u82CF\u5BB6\u5C6F\u533A","\u6D51\u5357\u533A","\u6C88\u5317\u65B0\u533A","\u4E8E\u6D2A\u533A","\u8FBD\u4E2D\u533A","\u5EB7\u5E73\u53BF","\u6CD5\u5E93\u53BF","\u65B0\u6C11\u5E02"],\u5927\u8FDE\u5E02:["\u4E2D\u5C71\u533A","\u897F\u5C97\u533A","\u6C99\u6CB3\u53E3\u533A","\u7518\u4E95\u5B50\u533A","\u65C5\u987A\u53E3\u533A","\u91D1\u5DDE\u533A","\u666E\u5170\u5E97\u533A","\u957F\u6D77\u53BF","\u74E6\u623F\u5E97\u5E02","\u5E84\u6CB3\u5E02"],\u978D\u5C71\u5E02:["\u94C1\u4E1C\u533A","\u94C1\u897F\u533A","\u7ACB\u5C71\u533A","\u5343\u5C71\u533A","\u53F0\u5B89\u53BF","\u5CAB\u5CA9\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u6D77\u57CE\u5E02"],\u629A\u987A\u5E02:["\u65B0\u629A\u533A","\u4E1C\u6D32\u533A","\u671B\u82B1\u533A","\u987A\u57CE\u533A","\u629A\u987A\u53BF","\u65B0\u5BBE\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u6E05\u539F\u6EE1\u65CF\u81EA\u6CBB\u53BF"],\u672C\u6EAA\u5E02:["\u5E73\u5C71\u533A","\u6EAA\u6E56\u533A","\u660E\u5C71\u533A","\u5357\u82AC\u533A","\u672C\u6EAA\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u6853\u4EC1\u6EE1\u65CF\u81EA\u6CBB\u53BF"],\u4E39\u4E1C\u5E02:["\u5143\u5B9D\u533A","\u632F\u5174\u533A","\u632F\u5B89\u533A","\u5BBD\u7538\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u4E1C\u6E2F\u5E02","\u51E4\u57CE\u5E02"],\u9526\u5DDE\u5E02:["\u53E4\u5854\u533A","\u51CC\u6CB3\u533A","\u592A\u548C\u533A","\u9ED1\u5C71\u53BF","\u4E49\u53BF","\u51CC\u6D77\u5E02","\u5317\u9547\u5E02"],\u8425\u53E3\u5E02:["\u7AD9\u524D\u533A","\u897F\u5E02\u533A","\u9C85\u9C7C\u5708\u533A","\u8001\u8FB9\u533A","\u76D6\u5DDE\u5E02","\u5927\u77F3\u6865\u5E02"],\u961C\u65B0\u5E02:["\u6D77\u5DDE\u533A","\u65B0\u90B1\u533A","\u592A\u5E73\u533A","\u6E05\u6CB3\u95E8\u533A","\u7EC6\u6CB3\u533A","\u961C\u65B0\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF","\u5F70\u6B66\u53BF"],\u8FBD\u9633\u5E02:["\u767D\u5854\u533A","\u6587\u5723\u533A","\u5B8F\u4F1F\u533A","\u5F13\u957F\u5CAD\u533A","\u592A\u5B50\u6CB3\u533A","\u8FBD\u9633\u53BF","\u706F\u5854\u5E02"],\u76D8\u9526\u5E02:["\u53CC\u53F0\u5B50\u533A","\u5174\u9686\u53F0\u533A","\u5927\u6D3C\u533A","\u76D8\u5C71\u53BF"],\u94C1\u5CAD\u5E02:["\u94F6\u5DDE\u533A","\u6E05\u6CB3\u533A","\u94C1\u5CAD\u53BF","\u897F\u4E30\u53BF","\u660C\u56FE\u53BF","\u8C03\u5175\u5C71\u5E02","\u5F00\u539F\u5E02"],\u671D\u9633\u5E02:["\u53CC\u5854\u533A","\u9F99\u57CE\u533A","\u671D\u9633\u53BF","\u5EFA\u5E73\u53BF","\u5580\u5587\u6C81\u5DE6\u7FFC\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF","\u5317\u7968\u5E02","\u51CC\u6E90\u5E02"],\u846B\u82A6\u5C9B\u5E02:["\u8FDE\u5C71\u533A","\u9F99\u6E2F\u533A","\u5357\u7968\u533A","\u7EE5\u4E2D\u53BF","\u5EFA\u660C\u53BF","\u5174\u57CE\u5E02"]},\u5409\u6797\u7701:{\u957F\u6625\u5E02:["\u5357\u5173\u533A","\u5BBD\u57CE\u533A","\u671D\u9633\u533A","\u4E8C\u9053\u533A","\u7EFF\u56ED\u533A","\u53CC\u9633\u533A","\u4E5D\u53F0\u533A","\u519C\u5B89\u53BF","\u957F\u6625\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u957F\u6625\u51C0\u6708\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u957F\u6625\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u957F\u6625\u6C7D\u8F66\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u6986\u6811\u5E02","\u5FB7\u60E0\u5E02","\u516C\u4E3B\u5CAD\u5E02"],\u5409\u6797\u5E02:["\u660C\u9091\u533A","\u9F99\u6F6D\u533A","\u8239\u8425\u533A","\u4E30\u6EE1\u533A","\u6C38\u5409\u53BF","\u5409\u6797\u7ECF\u6D4E\u5F00\u53D1\u533A","\u5409\u6797\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5409\u6797\u4E2D\u56FD\u65B0\u52A0\u5761\u98DF\u54C1\u533A","\u86DF\u6CB3\u5E02","\u6866\u7538\u5E02","\u8212\u5170\u5E02","\u78D0\u77F3\u5E02"],\u56DB\u5E73\u5E02:["\u94C1\u897F\u533A","\u94C1\u4E1C\u533A","\u68A8\u6811\u53BF","\u4F0A\u901A\u6EE1\u65CF\u81EA\u6CBB\u53BF","\u53CC\u8FBD\u5E02"],\u8FBD\u6E90\u5E02:["\u9F99\u5C71\u533A","\u897F\u5B89\u533A","\u4E1C\u4E30\u53BF","\u4E1C\u8FBD\u53BF"],\u901A\u5316\u5E02:["\u4E1C\u660C\u533A","\u4E8C\u9053\u6C5F\u533A","\u901A\u5316\u53BF","\u8F89\u5357\u53BF","\u67F3\u6CB3\u53BF","\u6885\u6CB3\u53E3\u5E02","\u96C6\u5B89\u5E02"],\u767D\u5C71\u5E02:["\u6D51\u6C5F\u533A","\u6C5F\u6E90\u533A","\u629A\u677E\u53BF","\u9756\u5B87\u53BF","\u957F\u767D\u671D\u9C9C\u65CF\u81EA\u6CBB\u53BF","\u4E34\u6C5F\u5E02"],\u677E\u539F\u5E02:["\u5B81\u6C5F\u533A","\u524D\u90ED\u5C14\u7F57\u65AF\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF","\u957F\u5CAD\u53BF","\u4E7E\u5B89\u53BF","\u5409\u6797\u677E\u539F\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6276\u4F59\u5E02"],\u767D\u57CE\u5E02:["\u6D2E\u5317\u533A","\u9547\u8D49\u53BF","\u901A\u6986\u53BF","\u5409\u6797\u767D\u57CE\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6D2E\u5357\u5E02","\u5927\u5B89\u5E02"],\u5EF6\u8FB9\u671D\u9C9C\u65CF\u81EA\u6CBB\u5DDE:["\u5EF6\u5409\u5E02","\u56FE\u4EEC\u5E02","\u6566\u5316\u5E02","\u73F2\u6625\u5E02","\u9F99\u4E95\u5E02","\u548C\u9F99\u5E02","\u6C6A\u6E05\u53BF","\u5B89\u56FE\u53BF"]},\u9ED1\u9F99\u6C5F\u7701:{\u54C8\u5C14\u6EE8\u5E02:["\u9053\u91CC\u533A","\u5357\u5C97\u533A","\u9053\u5916\u533A","\u5E73\u623F\u533A","\u677E\u5317\u533A","\u9999\u574A\u533A","\u547C\u5170\u533A","\u963F\u57CE\u533A","\u53CC\u57CE\u533A","\u4F9D\u5170\u53BF","\u65B9\u6B63\u53BF","\u5BBE\u53BF","\u5DF4\u5F66\u53BF","\u6728\u5170\u53BF","\u901A\u6CB3\u53BF","\u5EF6\u5BFF\u53BF","\u5C1A\u5FD7\u5E02","\u4E94\u5E38\u5E02"],\u9F50\u9F50\u54C8\u5C14\u5E02:["\u9F99\u6C99\u533A","\u5EFA\u534E\u533A","\u94C1\u950B\u533A","\u6602\u6602\u6EAA\u533A","\u5BCC\u62C9\u5C14\u57FA\u533A","\u78BE\u5B50\u5C71\u533A","\u6885\u91CC\u65AF\u8FBE\u65A1\u5C14\u65CF\u533A","\u9F99\u6C5F\u53BF","\u4F9D\u5B89\u53BF","\u6CF0\u6765\u53BF","\u7518\u5357\u53BF","\u5BCC\u88D5\u53BF","\u514B\u5C71\u53BF","\u514B\u4E1C\u53BF","\u62DC\u6CC9\u53BF","\u8BB7\u6CB3\u5E02"],\u9E21\u897F\u5E02:["\u9E21\u51A0\u533A","\u6052\u5C71\u533A","\u6EF4\u9053\u533A","\u68A8\u6811\u533A","\u57CE\u5B50\u6CB3\u533A","\u9EBB\u5C71\u533A","\u9E21\u4E1C\u53BF","\u864E\u6797\u5E02","\u5BC6\u5C71\u5E02"],\u9E64\u5C97\u5E02:["\u5411\u9633\u533A","\u5DE5\u519C\u533A","\u5357\u5C71\u533A","\u5174\u5B89\u533A","\u4E1C\u5C71\u533A","\u5174\u5C71\u533A","\u841D\u5317\u53BF","\u7EE5\u6EE8\u53BF"],\u53CC\u9E2D\u5C71\u5E02:["\u5C16\u5C71\u533A","\u5CAD\u4E1C\u533A","\u56DB\u65B9\u53F0\u533A","\u5B9D\u5C71\u533A","\u96C6\u8D24\u53BF","\u53CB\u8C0A\u53BF","\u5B9D\u6E05\u53BF","\u9976\u6CB3\u53BF"],\u5927\u5E86\u5E02:["\u8428\u5C14\u56FE\u533A","\u9F99\u51E4\u533A","\u8BA9\u80E1\u8DEF\u533A","\u7EA2\u5C97\u533A","\u5927\u540C\u533A","\u8087\u5DDE\u53BF","\u8087\u6E90\u53BF","\u6797\u7538\u53BF","\u675C\u5C14\u4F2F\u7279\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF","\u5927\u5E86\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"],\u4F0A\u6625\u5E02:["\u4F0A\u7F8E\u533A","\u4E4C\u7FE0\u533A","\u53CB\u597D\u533A","\u5609\u836B\u53BF","\u6C64\u65FA\u53BF","\u4E30\u6797\u53BF","\u5927\u7B90\u5C71\u53BF","\u5357\u5C94\u53BF","\u91D1\u6797\u533A","\u94C1\u529B\u5E02"],\u4F73\u6728\u65AF\u5E02:["\u5411\u9633\u533A","\u524D\u8FDB\u533A","\u4E1C\u98CE\u533A","\u90CA\u533A","\u6866\u5357\u53BF","\u6866\u5DDD\u53BF","\u6C64\u539F\u53BF","\u540C\u6C5F\u5E02","\u5BCC\u9526\u5E02","\u629A\u8FDC\u5E02"],\u4E03\u53F0\u6CB3\u5E02:["\u65B0\u5174\u533A","\u6843\u5C71\u533A","\u8304\u5B50\u6CB3\u533A","\u52C3\u5229\u53BF"],\u7261\u4E39\u6C5F\u5E02:["\u4E1C\u5B89\u533A","\u9633\u660E\u533A","\u7231\u6C11\u533A","\u897F\u5B89\u533A","\u6797\u53E3\u53BF","\u7EE5\u82AC\u6CB3\u5E02","\u6D77\u6797\u5E02","\u5B81\u5B89\u5E02","\u7A46\u68F1\u5E02","\u4E1C\u5B81\u5E02"],\u9ED1\u6CB3\u5E02:["\u7231\u8F89\u533A","\u900A\u514B\u53BF","\u5B59\u5434\u53BF","\u5317\u5B89\u5E02","\u4E94\u5927\u8FDE\u6C60\u5E02","\u5AE9\u6C5F\u5E02"],\u7EE5\u5316\u5E02:["\u5317\u6797\u533A","\u671B\u594E\u53BF","\u5170\u897F\u53BF","\u9752\u5188\u53BF","\u5E86\u5B89\u53BF","\u660E\u6C34\u53BF","\u7EE5\u68F1\u53BF","\u5B89\u8FBE\u5E02","\u8087\u4E1C\u5E02","\u6D77\u4F26\u5E02"],\u5927\u5174\u5B89\u5CAD\u5730\u533A:["\u6F20\u6CB3\u5E02","\u547C\u739B\u53BF","\u5854\u6CB3\u53BF","\u52A0\u683C\u8FBE\u5947\u533A","\u677E\u5CAD\u533A","\u65B0\u6797\u533A","\u547C\u4E2D\u533A"]},\u4E0A\u6D77\u5E02:{\u5E02\u8F96\u533A:["\u9EC4\u6D66\u533A","\u5F90\u6C47\u533A","\u957F\u5B81\u533A","\u9759\u5B89\u533A","\u666E\u9640\u533A","\u8679\u53E3\u533A","\u6768\u6D66\u533A","\u95F5\u884C\u533A","\u5B9D\u5C71\u533A","\u5609\u5B9A\u533A","\u6D66\u4E1C\u65B0\u533A","\u91D1\u5C71\u533A","\u677E\u6C5F\u533A","\u9752\u6D66\u533A","\u5949\u8D24\u533A","\u5D07\u660E\u533A"]},\u6C5F\u82CF\u7701:{\u5357\u4EAC\u5E02:["\u7384\u6B66\u533A","\u79E6\u6DEE\u533A","\u5EFA\u90BA\u533A","\u9F13\u697C\u533A","\u6D66\u53E3\u533A","\u6816\u971E\u533A","\u96E8\u82B1\u53F0\u533A","\u6C5F\u5B81\u533A","\u516D\u5408\u533A","\u6EA7\u6C34\u533A","\u9AD8\u6DF3\u533A"],\u65E0\u9521\u5E02:["\u9521\u5C71\u533A","\u60E0\u5C71\u533A","\u6EE8\u6E56\u533A","\u6881\u6EAA\u533A","\u65B0\u5434\u533A","\u6C5F\u9634\u5E02","\u5B9C\u5174\u5E02"],\u5F90\u5DDE\u5E02:["\u9F13\u697C\u533A","\u4E91\u9F99\u533A","\u8D3E\u6C6A\u533A","\u6CC9\u5C71\u533A","\u94DC\u5C71\u533A","\u4E30\u53BF","\u6C9B\u53BF","\u7762\u5B81\u53BF","\u5F90\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u65B0\u6C82\u5E02","\u90B3\u5DDE\u5E02"],\u5E38\u5DDE\u5E02:["\u5929\u5B81\u533A","\u949F\u697C\u533A","\u65B0\u5317\u533A","\u6B66\u8FDB\u533A","\u91D1\u575B\u533A","\u6EA7\u9633\u5E02"],\u82CF\u5DDE\u5E02:["\u864E\u4E18\u533A","\u5434\u4E2D\u533A","\u76F8\u57CE\u533A","\u59D1\u82CF\u533A","\u5434\u6C5F\u533A","\u82CF\u5DDE\u5DE5\u4E1A\u56ED\u533A","\u5E38\u719F\u5E02","\u5F20\u5BB6\u6E2F\u5E02","\u6606\u5C71\u5E02","\u592A\u4ED3\u5E02"],\u5357\u901A\u5E02:["\u901A\u5DDE\u533A","\u5D07\u5DDD\u533A","\u6D77\u95E8\u533A","\u5982\u4E1C\u53BF","\u5357\u901A\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u542F\u4E1C\u5E02","\u5982\u768B\u5E02","\u6D77\u5B89\u5E02"],\u8FDE\u4E91\u6E2F\u5E02:["\u8FDE\u4E91\u533A","\u6D77\u5DDE\u533A","\u8D63\u6986\u533A","\u4E1C\u6D77\u53BF","\u704C\u4E91\u53BF","\u704C\u5357\u53BF","\u8FDE\u4E91\u6E2F\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u6DEE\u5B89\u5E02:["\u6DEE\u5B89\u533A","\u6DEE\u9634\u533A","\u6E05\u6C5F\u6D66\u533A","\u6D2A\u6CFD\u533A","\u6D9F\u6C34\u53BF","\u76F1\u7719\u53BF","\u91D1\u6E56\u53BF","\u6DEE\u5B89\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u76D0\u57CE\u5E02:["\u4EAD\u6E56\u533A","\u76D0\u90FD\u533A","\u5927\u4E30\u533A","\u54CD\u6C34\u53BF","\u6EE8\u6D77\u53BF","\u961C\u5B81\u53BF","\u5C04\u9633\u53BF","\u5EFA\u6E56\u53BF","\u76D0\u57CE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u4E1C\u53F0\u5E02"],\u626C\u5DDE\u5E02:["\u5E7F\u9675\u533A","\u9097\u6C5F\u533A","\u6C5F\u90FD\u533A","\u5B9D\u5E94\u53BF","\u626C\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u4EEA\u5F81\u5E02","\u9AD8\u90AE\u5E02"],\u9547\u6C5F\u5E02:["\u4EAC\u53E3\u533A","\u6DA6\u5DDE\u533A","\u4E39\u5F92\u533A","\u9547\u6C5F\u65B0\u533A","\u4E39\u9633\u5E02","\u626C\u4E2D\u5E02","\u53E5\u5BB9\u5E02"],\u6CF0\u5DDE\u5E02:["\u6D77\u9675\u533A","\u9AD8\u6E2F\u533A","\u59DC\u5830\u533A","\u5174\u5316\u5E02","\u9756\u6C5F\u5E02","\u6CF0\u5174\u5E02"],\u5BBF\u8FC1\u5E02:["\u5BBF\u57CE\u533A","\u5BBF\u8C6B\u533A","\u6CAD\u9633\u53BF","\u6CD7\u9633\u53BF","\u6CD7\u6D2A\u53BF","\u5BBF\u8FC1\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"]},\u6D59\u6C5F\u7701:{\u676D\u5DDE\u5E02:["\u4E0A\u57CE\u533A","\u62F1\u5885\u533A","\u897F\u6E56\u533A","\u6EE8\u6C5F\u533A","\u8427\u5C71\u533A","\u4F59\u676D\u533A","\u5BCC\u9633\u533A","\u4E34\u5B89\u533A","\u4E34\u5E73\u533A","\u94B1\u5858\u533A","\u6850\u5E90\u53BF","\u6DF3\u5B89\u53BF","\u5EFA\u5FB7\u5E02"],\u5B81\u6CE2\u5E02:["\u6D77\u66D9\u533A","\u6C5F\u5317\u533A","\u5317\u4ED1\u533A","\u9547\u6D77\u533A","\u911E\u5DDE\u533A","\u5949\u5316\u533A","\u8C61\u5C71\u53BF","\u5B81\u6D77\u53BF","\u4F59\u59DA\u5E02","\u6148\u6EAA\u5E02"],\u6E29\u5DDE\u5E02:["\u9E7F\u57CE\u533A","\u9F99\u6E7E\u533A","\u74EF\u6D77\u533A","\u6D1E\u5934\u533A","\u6C38\u5609\u53BF","\u5E73\u9633\u53BF","\u82CD\u5357\u53BF","\u6587\u6210\u53BF","\u6CF0\u987A\u53BF","\u745E\u5B89\u5E02","\u4E50\u6E05\u5E02","\u9F99\u6E2F\u5E02"],\u5609\u5174\u5E02:["\u5357\u6E56\u533A","\u79C0\u6D32\u533A","\u5609\u5584\u53BF","\u6D77\u76D0\u53BF","\u6D77\u5B81\u5E02","\u5E73\u6E56\u5E02","\u6850\u4E61\u5E02"],\u6E56\u5DDE\u5E02:["\u5434\u5174\u533A","\u5357\u6D54\u533A","\u5FB7\u6E05\u53BF","\u957F\u5174\u53BF","\u5B89\u5409\u53BF"],\u7ECD\u5174\u5E02:["\u8D8A\u57CE\u533A","\u67EF\u6865\u533A","\u4E0A\u865E\u533A","\u65B0\u660C\u53BF","\u8BF8\u66A8\u5E02","\u5D4A\u5DDE\u5E02"],\u91D1\u534E\u5E02:["\u5A7A\u57CE\u533A","\u91D1\u4E1C\u533A","\u6B66\u4E49\u53BF","\u6D66\u6C5F\u53BF","\u78D0\u5B89\u53BF","\u5170\u6EAA\u5E02","\u4E49\u4E4C\u5E02","\u4E1C\u9633\u5E02","\u6C38\u5EB7\u5E02"],\u8862\u5DDE\u5E02:["\u67EF\u57CE\u533A","\u8862\u6C5F\u533A","\u5E38\u5C71\u53BF","\u5F00\u5316\u53BF","\u9F99\u6E38\u53BF","\u6C5F\u5C71\u5E02"],\u821F\u5C71\u5E02:["\u5B9A\u6D77\u533A","\u666E\u9640\u533A","\u5CB1\u5C71\u53BF","\u5D4A\u6CD7\u53BF"],\u53F0\u5DDE\u5E02:["\u6912\u6C5F\u533A","\u9EC4\u5CA9\u533A","\u8DEF\u6865\u533A","\u4E09\u95E8\u53BF","\u5929\u53F0\u53BF","\u4ED9\u5C45\u53BF","\u6E29\u5CAD\u5E02","\u4E34\u6D77\u5E02","\u7389\u73AF\u5E02"],\u4E3D\u6C34\u5E02:["\u83B2\u90FD\u533A","\u9752\u7530\u53BF","\u7F19\u4E91\u53BF","\u9042\u660C\u53BF","\u677E\u9633\u53BF","\u4E91\u548C\u53BF","\u5E86\u5143\u53BF","\u666F\u5B81\u7572\u65CF\u81EA\u6CBB\u53BF","\u9F99\u6CC9\u5E02"]},\u5B89\u5FBD\u7701:{\u5408\u80A5\u5E02:["\u7476\u6D77\u533A","\u5E90\u9633\u533A","\u8700\u5C71\u533A","\u5305\u6CB3\u533A","\u957F\u4E30\u53BF","\u80A5\u4E1C\u53BF","\u80A5\u897F\u53BF","\u5E90\u6C5F\u53BF","\u5408\u80A5\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5408\u80A5\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u5408\u80A5\u65B0\u7AD9\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5DE2\u6E56\u5E02"],\u829C\u6E56\u5E02:["\u955C\u6E56\u533A","\u9E20\u6C5F\u533A","\u5F0B\u6C5F\u533A","\u6E7E\u6C9A\u533A","\u7E41\u660C\u533A","\u5357\u9675\u53BF","\u829C\u6E56\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u5B89\u5FBD\u829C\u6E56\u4E09\u5C71\u7ECF\u6D4E\u5F00\u53D1\u533A","\u65E0\u4E3A\u5E02"],\u868C\u57E0\u5E02:["\u9F99\u5B50\u6E56\u533A","\u868C\u5C71\u533A","\u79B9\u4F1A\u533A","\u6DEE\u4E0A\u533A","\u6000\u8FDC\u53BF","\u4E94\u6CB3\u53BF","\u56FA\u9547\u53BF","\u868C\u57E0\u5E02\u9AD8\u65B0\u6280\u672F\u5F00\u53D1\u533A","\u868C\u57E0\u5E02\u7ECF\u6D4E\u5F00\u53D1\u533A"],\u6DEE\u5357\u5E02:["\u5927\u901A\u533A","\u7530\u5BB6\u5EB5\u533A","\u8C22\u5BB6\u96C6\u533A","\u516B\u516C\u5C71\u533A","\u6F58\u96C6\u533A","\u51E4\u53F0\u53BF","\u5BFF\u53BF"],\u9A6C\u978D\u5C71\u5E02:["\u82B1\u5C71\u533A","\u96E8\u5C71\u533A","\u535A\u671B\u533A","\u5F53\u6D82\u53BF","\u542B\u5C71\u53BF","\u548C\u53BF"],\u6DEE\u5317\u5E02:["\u675C\u96C6\u533A","\u76F8\u5C71\u533A","\u70C8\u5C71\u533A","\u6FC9\u6EAA\u53BF"],\u94DC\u9675\u5E02:["\u94DC\u5B98\u533A","\u4E49\u5B89\u533A","\u90CA\u533A","\u679E\u9633\u53BF"],\u5B89\u5E86\u5E02:["\u8FCE\u6C5F\u533A","\u5927\u89C2\u533A","\u5B9C\u79C0\u533A","\u6000\u5B81\u53BF","\u592A\u6E56\u53BF","\u5BBF\u677E\u53BF","\u671B\u6C5F\u53BF","\u5CB3\u897F\u53BF","\u5B89\u5FBD\u5B89\u5E86\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6850\u57CE\u5E02","\u6F5C\u5C71\u5E02"],\u9EC4\u5C71\u5E02:["\u5C6F\u6EAA\u533A","\u9EC4\u5C71\u533A","\u5FBD\u5DDE\u533A","\u6B59\u53BF","\u4F11\u5B81\u53BF","\u9EDF\u53BF","\u7941\u95E8\u53BF"],\u6EC1\u5DDE\u5E02:["\u7405\u740A\u533A","\u5357\u8C2F\u533A","\u6765\u5B89\u53BF","\u5168\u6912\u53BF","\u5B9A\u8FDC\u53BF","\u51E4\u9633\u53BF","\u4E2D\u65B0\u82CF\u6EC1\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u6EC1\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u5929\u957F\u5E02","\u660E\u5149\u5E02"],\u961C\u9633\u5E02:["\u988D\u5DDE\u533A","\u988D\u4E1C\u533A","\u988D\u6CC9\u533A","\u4E34\u6CC9\u53BF","\u592A\u548C\u53BF","\u961C\u5357\u53BF","\u988D\u4E0A\u53BF","\u961C\u9633\u5408\u80A5\u73B0\u4EE3\u4EA7\u4E1A\u56ED\u533A","\u961C\u9633\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u754C\u9996\u5E02"],\u5BBF\u5DDE\u5E02:["\u57C7\u6865\u533A","\u7800\u5C71\u53BF","\u8427\u53BF","\u7075\u74A7\u53BF","\u6CD7\u53BF","\u5BBF\u5DDE\u9A6C\u978D\u5C71\u73B0\u4EE3\u4EA7\u4E1A\u56ED\u533A","\u5BBF\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u516D\u5B89\u5E02:["\u91D1\u5B89\u533A","\u88D5\u5B89\u533A","\u53F6\u96C6\u533A","\u970D\u90B1\u53BF","\u8212\u57CE\u53BF","\u91D1\u5BE8\u53BF","\u970D\u5C71\u53BF"],\u4EB3\u5DDE\u5E02:["\u8C2F\u57CE\u533A","\u6DA1\u9633\u53BF","\u8499\u57CE\u53BF","\u5229\u8F9B\u53BF"],\u6C60\u5DDE\u5E02:["\u8D35\u6C60\u533A","\u4E1C\u81F3\u53BF","\u77F3\u53F0\u53BF","\u9752\u9633\u53BF"],\u5BA3\u57CE\u5E02:["\u5BA3\u5DDE\u533A","\u90CE\u6EAA\u53BF","\u6CFE\u53BF","\u7EE9\u6EAA\u53BF","\u65CC\u5FB7\u53BF","\u5BA3\u57CE\u5E02\u7ECF\u6D4E\u5F00\u53D1\u533A","\u5B81\u56FD\u5E02","\u5E7F\u5FB7\u5E02"]},\u798F\u5EFA\u7701:{\u798F\u5DDE\u5E02:["\u9F13\u697C\u533A","\u53F0\u6C5F\u533A","\u4ED3\u5C71\u533A","\u9A6C\u5C3E\u533A","\u664B\u5B89\u533A","\u957F\u4E50\u533A","\u95FD\u4FAF\u53BF","\u8FDE\u6C5F\u53BF","\u7F57\u6E90\u53BF","\u95FD\u6E05\u53BF","\u6C38\u6CF0\u53BF","\u5E73\u6F6D\u53BF","\u798F\u6E05\u5E02"],\u53A6\u95E8\u5E02:["\u601D\u660E\u533A","\u6D77\u6CA7\u533A","\u6E56\u91CC\u533A","\u96C6\u7F8E\u533A","\u540C\u5B89\u533A","\u7FD4\u5B89\u533A"],\u8386\u7530\u5E02:["\u57CE\u53A2\u533A","\u6DB5\u6C5F\u533A","\u8354\u57CE\u533A","\u79C0\u5C7F\u533A","\u4ED9\u6E38\u53BF"],\u4E09\u660E\u5E02:["\u4E09\u5143\u533A","\u6C99\u53BF\u533A","\u660E\u6EAA\u53BF","\u6E05\u6D41\u53BF","\u5B81\u5316\u53BF","\u5927\u7530\u53BF","\u5C24\u6EAA\u53BF","\u5C06\u4E50\u53BF","\u6CF0\u5B81\u53BF","\u5EFA\u5B81\u53BF","\u6C38\u5B89\u5E02"],\u6CC9\u5DDE\u5E02:["\u9CA4\u57CE\u533A","\u4E30\u6CFD\u533A","\u6D1B\u6C5F\u533A","\u6CC9\u6E2F\u533A","\u60E0\u5B89\u53BF","\u5B89\u6EAA\u53BF","\u6C38\u6625\u53BF","\u5FB7\u5316\u53BF","\u91D1\u95E8\u53BF","\u77F3\u72EE\u5E02","\u664B\u6C5F\u5E02","\u5357\u5B89\u5E02"],\u6F33\u5DDE\u5E02:["\u8297\u57CE\u533A","\u9F99\u6587\u533A","\u9F99\u6D77\u533A","\u957F\u6CF0\u533A","\u4E91\u9704\u53BF","\u6F33\u6D66\u53BF","\u8BCF\u5B89\u53BF","\u4E1C\u5C71\u53BF","\u5357\u9756\u53BF","\u5E73\u548C\u53BF","\u534E\u5B89\u53BF"],\u5357\u5E73\u5E02:["\u5EF6\u5E73\u533A","\u5EFA\u9633\u533A","\u987A\u660C\u53BF","\u6D66\u57CE\u53BF","\u5149\u6CFD\u53BF","\u677E\u6EAA\u53BF","\u653F\u548C\u53BF","\u90B5\u6B66\u5E02","\u6B66\u5937\u5C71\u5E02","\u5EFA\u74EF\u5E02"],\u9F99\u5CA9\u5E02:["\u65B0\u7F57\u533A","\u6C38\u5B9A\u533A","\u957F\u6C40\u53BF","\u4E0A\u676D\u53BF","\u6B66\u5E73\u53BF","\u8FDE\u57CE\u53BF","\u6F33\u5E73\u5E02"],\u5B81\u5FB7\u5E02:["\u8549\u57CE\u533A","\u971E\u6D66\u53BF","\u53E4\u7530\u53BF","\u5C4F\u5357\u53BF","\u5BFF\u5B81\u53BF","\u5468\u5B81\u53BF","\u67D8\u8363\u53BF","\u798F\u5B89\u5E02","\u798F\u9F0E\u5E02"]},\u6C5F\u897F\u7701:{\u5357\u660C\u5E02:["\u4E1C\u6E56\u533A","\u897F\u6E56\u533A","\u9752\u4E91\u8C31\u533A","\u9752\u5C71\u6E56\u533A","\u65B0\u5EFA\u533A","\u7EA2\u8C37\u6EE9\u533A","\u5357\u660C\u53BF","\u5B89\u4E49\u53BF","\u8FDB\u8D24\u53BF"],\u666F\u5FB7\u9547\u5E02:["\u660C\u6C5F\u533A","\u73E0\u5C71\u533A","\u6D6E\u6881\u53BF","\u4E50\u5E73\u5E02"],\u840D\u4E61\u5E02:["\u5B89\u6E90\u533A","\u6E58\u4E1C\u533A","\u83B2\u82B1\u53BF","\u4E0A\u6817\u53BF","\u82A6\u6EAA\u53BF"],\u4E5D\u6C5F\u5E02:["\u6FC2\u6EAA\u533A","\u6D54\u9633\u533A","\u67F4\u6851\u533A","\u6B66\u5B81\u53BF","\u4FEE\u6C34\u53BF","\u6C38\u4FEE\u53BF","\u5FB7\u5B89\u53BF","\u90FD\u660C\u53BF","\u6E56\u53E3\u53BF","\u5F6D\u6CFD\u53BF","\u745E\u660C\u5E02","\u5171\u9752\u57CE\u5E02","\u5E90\u5C71\u5E02"],\u65B0\u4F59\u5E02:["\u6E1D\u6C34\u533A","\u5206\u5B9C\u53BF"],\u9E70\u6F6D\u5E02:["\u6708\u6E56\u533A","\u4F59\u6C5F\u533A","\u8D35\u6EAA\u5E02"],\u8D63\u5DDE\u5E02:["\u7AE0\u8D21\u533A","\u5357\u5EB7\u533A","\u8D63\u53BF\u533A","\u4FE1\u4E30\u53BF","\u5927\u4F59\u53BF","\u4E0A\u72B9\u53BF","\u5D07\u4E49\u53BF","\u5B89\u8FDC\u53BF","\u5B9A\u5357\u53BF","\u5168\u5357\u53BF","\u5B81\u90FD\u53BF","\u4E8E\u90FD\u53BF","\u5174\u56FD\u53BF","\u4F1A\u660C\u53BF","\u5BFB\u4E4C\u53BF","\u77F3\u57CE\u53BF","\u745E\u91D1\u5E02","\u9F99\u5357\u5E02"],\u5409\u5B89\u5E02:["\u5409\u5DDE\u533A","\u9752\u539F\u533A","\u5409\u5B89\u53BF","\u5409\u6C34\u53BF","\u5CE1\u6C5F\u53BF","\u65B0\u5E72\u53BF","\u6C38\u4E30\u53BF","\u6CF0\u548C\u53BF","\u9042\u5DDD\u53BF","\u4E07\u5B89\u53BF","\u5B89\u798F\u53BF","\u6C38\u65B0\u53BF","\u4E95\u5188\u5C71\u5E02"],\u5B9C\u6625\u5E02:["\u8881\u5DDE\u533A","\u5949\u65B0\u53BF","\u4E07\u8F7D\u53BF","\u4E0A\u9AD8\u53BF","\u5B9C\u4E30\u53BF","\u9756\u5B89\u53BF","\u94DC\u9F13\u53BF","\u4E30\u57CE\u5E02","\u6A1F\u6811\u5E02","\u9AD8\u5B89\u5E02"],\u629A\u5DDE\u5E02:["\u4E34\u5DDD\u533A","\u4E1C\u4E61\u533A","\u5357\u57CE\u53BF","\u9ECE\u5DDD\u53BF","\u5357\u4E30\u53BF","\u5D07\u4EC1\u53BF","\u4E50\u5B89\u53BF","\u5B9C\u9EC4\u53BF","\u91D1\u6EAA\u53BF","\u8D44\u6EAA\u53BF","\u5E7F\u660C\u53BF"],\u4E0A\u9976\u5E02:["\u4FE1\u5DDE\u533A","\u5E7F\u4E30\u533A","\u5E7F\u4FE1\u533A","\u7389\u5C71\u53BF","\u94C5\u5C71\u53BF","\u6A2A\u5CF0\u53BF","\u5F0B\u9633\u53BF","\u4F59\u5E72\u53BF","\u9131\u9633\u53BF","\u4E07\u5E74\u53BF","\u5A7A\u6E90\u53BF","\u5FB7\u5174\u5E02"]},\u5C71\u4E1C\u7701:{\u6D4E\u5357\u5E02:["\u5386\u4E0B\u533A","\u5E02\u4E2D\u533A","\u69D0\u836B\u533A","\u5929\u6865\u533A","\u5386\u57CE\u533A","\u957F\u6E05\u533A","\u7AE0\u4E18\u533A","\u6D4E\u9633\u533A","\u83B1\u829C\u533A","\u94A2\u57CE\u533A","\u5E73\u9634\u53BF","\u5546\u6CB3\u53BF","\u6D4E\u5357\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"],\u9752\u5C9B\u5E02:["\u5E02\u5357\u533A","\u5E02\u5317\u533A","\u9EC4\u5C9B\u533A","\u5D02\u5C71\u533A","\u674E\u6CA7\u533A","\u57CE\u9633\u533A","\u5373\u58A8\u533A","\u80F6\u5DDE\u5E02","\u5E73\u5EA6\u5E02","\u83B1\u897F\u5E02"],\u6DC4\u535A\u5E02:["\u6DC4\u5DDD\u533A","\u5F20\u5E97\u533A","\u535A\u5C71\u533A","\u4E34\u6DC4\u533A","\u5468\u6751\u533A","\u6853\u53F0\u53BF","\u9AD8\u9752\u53BF","\u6C82\u6E90\u53BF"],\u67A3\u5E84\u5E02:["\u5E02\u4E2D\u533A","\u859B\u57CE\u533A","\u5CC4\u57CE\u533A","\u53F0\u513F\u5E84\u533A","\u5C71\u4EAD\u533A","\u6ED5\u5DDE\u5E02"],\u4E1C\u8425\u5E02:["\u4E1C\u8425\u533A","\u6CB3\u53E3\u533A","\u57A6\u5229\u533A","\u5229\u6D25\u53BF","\u5E7F\u9976\u53BF","\u4E1C\u8425\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u4E1C\u8425\u6E2F\u7ECF\u6D4E\u5F00\u53D1\u533A"],\u70DF\u53F0\u5E02:["\u829D\u7F58\u533A","\u798F\u5C71\u533A","\u725F\u5E73\u533A","\u83B1\u5C71\u533A","\u84EC\u83B1\u533A","\u70DF\u53F0\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u70DF\u53F0\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u9F99\u53E3\u5E02","\u83B1\u9633\u5E02","\u83B1\u5DDE\u5E02","\u62DB\u8FDC\u5E02","\u6816\u971E\u5E02","\u6D77\u9633\u5E02"],\u6F4D\u574A\u5E02:["\u6F4D\u57CE\u533A","\u5BD2\u4EAD\u533A","\u574A\u5B50\u533A","\u594E\u6587\u533A","\u4E34\u6710\u53BF","\u660C\u4E50\u53BF","\u6F4D\u574A\u6EE8\u6D77\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u9752\u5DDE\u5E02","\u8BF8\u57CE\u5E02","\u5BFF\u5149\u5E02","\u5B89\u4E18\u5E02","\u9AD8\u5BC6\u5E02","\u660C\u9091\u5E02"],\u6D4E\u5B81\u5E02:["\u4EFB\u57CE\u533A","\u5156\u5DDE\u533A","\u5FAE\u5C71\u53BF","\u9C7C\u53F0\u53BF","\u91D1\u4E61\u53BF","\u5609\u7965\u53BF","\u6C76\u4E0A\u53BF","\u6CD7\u6C34\u53BF","\u6881\u5C71\u53BF","\u6D4E\u5B81\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u66F2\u961C\u5E02","\u90B9\u57CE\u5E02"],\u6CF0\u5B89\u5E02:["\u6CF0\u5C71\u533A","\u5CB1\u5CB3\u533A","\u5B81\u9633\u53BF","\u4E1C\u5E73\u53BF","\u65B0\u6CF0\u5E02","\u80A5\u57CE\u5E02"],\u5A01\u6D77\u5E02:["\u73AF\u7FE0\u533A","\u6587\u767B\u533A","\u5A01\u6D77\u706B\u70AC\u9AD8\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5A01\u6D77\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u5A01\u6D77\u4E34\u6E2F\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u8363\u6210\u5E02","\u4E73\u5C71\u5E02"],\u65E5\u7167\u5E02:["\u4E1C\u6E2F\u533A","\u5C9A\u5C71\u533A","\u4E94\u83B2\u53BF","\u8392\u53BF","\u65E5\u7167\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u4E34\u6C82\u5E02:["\u5170\u5C71\u533A","\u7F57\u5E84\u533A","\u6CB3\u4E1C\u533A","\u6C82\u5357\u53BF","\u90EF\u57CE\u53BF","\u6C82\u6C34\u53BF","\u5170\u9675\u53BF","\u8D39\u53BF","\u5E73\u9091\u53BF","\u8392\u5357\u53BF","\u8499\u9634\u53BF","\u4E34\u6CAD\u53BF","\u4E34\u6C82\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"],\u5FB7\u5DDE\u5E02:["\u5FB7\u57CE\u533A","\u9675\u57CE\u533A","\u5B81\u6D25\u53BF","\u5E86\u4E91\u53BF","\u4E34\u9091\u53BF","\u9F50\u6CB3\u53BF","\u5E73\u539F\u53BF","\u590F\u6D25\u53BF","\u6B66\u57CE\u53BF","\u5FB7\u5DDE\u5929\u8862\u65B0\u533A","\u4E50\u9675\u5E02","\u79B9\u57CE\u5E02"],\u804A\u57CE\u5E02:["\u4E1C\u660C\u5E9C\u533A","\u830C\u5E73\u533A","\u9633\u8C37\u53BF","\u8398\u53BF","\u4E1C\u963F\u53BF","\u51A0\u53BF","\u9AD8\u5510\u53BF","\u4E34\u6E05\u5E02"],\u6EE8\u5DDE\u5E02:["\u6EE8\u57CE\u533A","\u6CBE\u5316\u533A","\u60E0\u6C11\u53BF","\u9633\u4FE1\u53BF","\u65E0\u68E3\u53BF","\u535A\u5174\u53BF","\u90B9\u5E73\u5E02"],\u83CF\u6CFD\u5E02:["\u7261\u4E39\u533A","\u5B9A\u9676\u533A","\u66F9\u53BF","\u5355\u53BF","\u6210\u6B66\u53BF","\u5DE8\u91CE\u53BF","\u90D3\u57CE\u53BF","\u9104\u57CE\u53BF","\u4E1C\u660E\u53BF","\u83CF\u6CFD\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u83CF\u6CFD\u9AD8\u65B0\u6280\u672F\u5F00\u53D1\u533A"]},\u6CB3\u5357\u7701:{\u90D1\u5DDE\u5E02:["\u4E2D\u539F\u533A","\u4E8C\u4E03\u533A","\u7BA1\u57CE\u56DE\u65CF\u533A","\u91D1\u6C34\u533A","\u4E0A\u8857\u533A","\u60E0\u6D4E\u533A","\u4E2D\u725F\u53BF","\u90D1\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u90D1\u5DDE\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u90D1\u5DDE\u822A\u7A7A\u6E2F\u7ECF\u6D4E\u7EFC\u5408\u5B9E\u9A8C\u533A","\u5DE9\u4E49\u5E02","\u8365\u9633\u5E02","\u65B0\u5BC6\u5E02","\u65B0\u90D1\u5E02","\u767B\u5C01\u5E02"],\u5F00\u5C01\u5E02:["\u9F99\u4EAD\u533A","\u987A\u6CB3\u56DE\u65CF\u533A","\u9F13\u697C\u533A","\u79B9\u738B\u53F0\u533A","\u7965\u7B26\u533A","\u675E\u53BF","\u901A\u8BB8\u53BF","\u5C09\u6C0F\u53BF","\u5170\u8003\u53BF"],\u6D1B\u9633\u5E02:["\u8001\u57CE\u533A","\u897F\u5DE5\u533A","\u700D\u6CB3\u56DE\u65CF\u533A","\u6DA7\u897F\u533A","\u5043\u5E08\u533A","\u5B5F\u6D25\u533A","\u6D1B\u9F99\u533A","\u65B0\u5B89\u53BF","\u683E\u5DDD\u53BF","\u5D69\u53BF","\u6C5D\u9633\u53BF","\u5B9C\u9633\u53BF","\u6D1B\u5B81\u53BF","\u4F0A\u5DDD\u53BF","\u6D1B\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"],\u5E73\u9876\u5C71\u5E02:["\u65B0\u534E\u533A","\u536B\u4E1C\u533A","\u77F3\u9F99\u533A","\u6E5B\u6CB3\u533A","\u5B9D\u4E30\u53BF","\u53F6\u53BF","\u9C81\u5C71\u53BF","\u90CF\u53BF","\u5E73\u9876\u5C71\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5E73\u9876\u5C71\u5E02\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A","\u821E\u94A2\u5E02","\u6C5D\u5DDE\u5E02"],\u5B89\u9633\u5E02:["\u6587\u5CF0\u533A","\u5317\u5173\u533A","\u6BB7\u90FD\u533A","\u9F99\u5B89\u533A","\u5B89\u9633\u53BF","\u6C64\u9634\u53BF","\u6ED1\u53BF","\u5185\u9EC4\u53BF","\u5B89\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u6797\u5DDE\u5E02"],\u9E64\u58C1\u5E02:["\u9E64\u5C71\u533A","\u5C71\u57CE\u533A","\u6DC7\u6EE8\u533A","\u6D5A\u53BF","\u6DC7\u53BF","\u9E64\u58C1\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u65B0\u4E61\u5E02:["\u7EA2\u65D7\u533A","\u536B\u6EE8\u533A","\u51E4\u6CC9\u533A","\u7267\u91CE\u533A","\u65B0\u4E61\u53BF","\u83B7\u5609\u53BF","\u539F\u9633\u53BF","\u5EF6\u6D25\u53BF","\u5C01\u4E18\u53BF","\u65B0\u4E61\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u65B0\u4E61\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u65B0\u4E61\u5E02\u5E73\u539F\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A","\u536B\u8F89\u5E02","\u8F89\u53BF\u5E02","\u957F\u57A3\u5E02"],\u7126\u4F5C\u5E02:["\u89E3\u653E\u533A","\u4E2D\u7AD9\u533A","\u9A6C\u6751\u533A","\u5C71\u9633\u533A","\u4FEE\u6B66\u53BF","\u535A\u7231\u53BF","\u6B66\u965F\u53BF","\u6E29\u53BF","\u7126\u4F5C\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A","\u6C81\u9633\u5E02","\u5B5F\u5DDE\u5E02"],\u6FEE\u9633\u5E02:["\u534E\u9F99\u533A","\u6E05\u4E30\u53BF","\u5357\u4E50\u53BF","\u8303\u53BF","\u53F0\u524D\u53BF","\u6FEE\u9633\u53BF","\u6CB3\u5357\u6FEE\u9633\u5DE5\u4E1A\u56ED\u533A","\u6FEE\u9633\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u8BB8\u660C\u5E02:["\u9B4F\u90FD\u533A","\u5EFA\u5B89\u533A","\u9122\u9675\u53BF","\u8944\u57CE\u53BF","\u8BB8\u660C\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u79B9\u5DDE\u5E02","\u957F\u845B\u5E02"],\u6F2F\u6CB3\u5E02:["\u6E90\u6C47\u533A","\u90FE\u57CE\u533A","\u53EC\u9675\u533A","\u821E\u9633\u53BF","\u4E34\u988D\u53BF","\u6F2F\u6CB3\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A"],\u4E09\u95E8\u5CE1\u5E02:["\u6E56\u6EE8\u533A","\u9655\u5DDE\u533A","\u6E11\u6C60\u53BF","\u5362\u6C0F\u53BF","\u6CB3\u5357\u4E09\u95E8\u5CE1\u7ECF\u6D4E\u5F00\u53D1\u533A","\u4E49\u9A6C\u5E02","\u7075\u5B9D\u5E02"],\u5357\u9633\u5E02:["\u5B9B\u57CE\u533A","\u5367\u9F99\u533A","\u5357\u53EC\u53BF","\u65B9\u57CE\u53BF","\u897F\u5CE1\u53BF","\u9547\u5E73\u53BF","\u5185\u4E61\u53BF","\u6DC5\u5DDD\u53BF","\u793E\u65D7\u53BF","\u5510\u6CB3\u53BF","\u65B0\u91CE\u53BF","\u6850\u67CF\u53BF","\u5357\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A","\u5357\u9633\u5E02\u57CE\u4E61\u4E00\u4F53\u5316\u793A\u8303\u533A","\u9093\u5DDE\u5E02"],\u5546\u4E18\u5E02:["\u6881\u56ED\u533A","\u7762\u9633\u533A","\u6C11\u6743\u53BF","\u7762\u53BF","\u5B81\u9675\u53BF","\u67D8\u57CE\u53BF","\u865E\u57CE\u53BF","\u590F\u9091\u53BF","\u8C6B\u4E1C\u7EFC\u5408\u7269\u6D41\u4EA7\u4E1A\u805A\u96C6\u533A","\u6CB3\u5357\u5546\u4E18\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6C38\u57CE\u5E02"],\u4FE1\u9633\u5E02:["\u6D49\u6CB3\u533A","\u5E73\u6865\u533A","\u7F57\u5C71\u53BF","\u5149\u5C71\u53BF","\u65B0\u53BF","\u5546\u57CE\u53BF","\u56FA\u59CB\u53BF","\u6F62\u5DDD\u53BF","\u6DEE\u6EE8\u53BF","\u606F\u53BF","\u4FE1\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u5F00\u53D1\u533A"],\u5468\u53E3\u5E02:["\u5DDD\u6C47\u533A","\u6DEE\u9633\u533A","\u6276\u6C9F\u53BF","\u897F\u534E\u53BF","\u5546\u6C34\u53BF","\u6C88\u4E18\u53BF","\u90F8\u57CE\u53BF","\u592A\u5EB7\u53BF","\u9E7F\u9091\u53BF","\u5468\u53E3\u4E34\u6E2F\u5F00\u53D1\u533A","\u9879\u57CE\u5E02"],\u9A7B\u9A6C\u5E97\u5E02:["\u9A7F\u57CE\u533A","\u897F\u5E73\u53BF","\u4E0A\u8521\u53BF","\u5E73\u8206\u53BF","\u6B63\u9633\u53BF","\u786E\u5C71\u53BF","\u6CCC\u9633\u53BF","\u6C5D\u5357\u53BF","\u9042\u5E73\u53BF","\u65B0\u8521\u53BF","\u6CB3\u5357\u9A7B\u9A6C\u5E97\u7ECF\u6D4E\u5F00\u53D1\u533A"],\u7701\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212:["\u6D4E\u6E90\u5E02"]},\u6E56\u5317\u7701:{\u6B66\u6C49\u5E02:["\u6C5F\u5CB8\u533A","\u6C5F\u6C49\u533A","\u785A\u53E3\u533A","\u6C49\u9633\u533A","\u6B66\u660C\u533A","\u9752\u5C71\u533A","\u6D2A\u5C71\u533A","\u4E1C\u897F\u6E56\u533A","\u6C49\u5357\u533A","\u8521\u7538\u533A","\u6C5F\u590F\u533A","\u9EC4\u9642\u533A","\u65B0\u6D32\u533A"],\u9EC4\u77F3\u5E02:["\u9EC4\u77F3\u6E2F\u533A","\u897F\u585E\u5C71\u533A","\u4E0B\u9646\u533A","\u94C1\u5C71\u533A","\u9633\u65B0\u53BF","\u5927\u51B6\u5E02"],\u5341\u5830\u5E02:["\u8305\u7BAD\u533A","\u5F20\u6E7E\u533A","\u90E7\u9633\u533A","\u90E7\u897F\u53BF","\u7AF9\u5C71\u53BF","\u7AF9\u6EAA\u53BF","\u623F\u53BF","\u4E39\u6C5F\u53E3\u5E02"],\u5B9C\u660C\u5E02:["\u897F\u9675\u533A","\u4F0D\u5BB6\u5C97\u533A","\u70B9\u519B\u533A","\u7307\u4EAD\u533A","\u5937\u9675\u533A","\u8FDC\u5B89\u53BF","\u5174\u5C71\u53BF","\u79ED\u5F52\u53BF","\u957F\u9633\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF","\u4E94\u5CF0\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF","\u5B9C\u90FD\u5E02","\u5F53\u9633\u5E02","\u679D\u6C5F\u5E02"],\u8944\u9633\u5E02:["\u8944\u57CE\u533A","\u6A0A\u57CE\u533A","\u8944\u5DDE\u533A","\u5357\u6F33\u53BF","\u8C37\u57CE\u53BF","\u4FDD\u5EB7\u53BF","\u8001\u6CB3\u53E3\u5E02","\u67A3\u9633\u5E02","\u5B9C\u57CE\u5E02"],\u9102\u5DDE\u5E02:["\u6881\u5B50\u6E56\u533A","\u534E\u5BB9\u533A","\u9102\u57CE\u533A"],\u8346\u95E8\u5E02:["\u4E1C\u5B9D\u533A","\u6387\u5200\u533A","\u6C99\u6D0B\u53BF","\u949F\u7965\u5E02","\u4EAC\u5C71\u5E02"],\u5B5D\u611F\u5E02:["\u5B5D\u5357\u533A","\u5B5D\u660C\u53BF","\u5927\u609F\u53BF","\u4E91\u68A6\u53BF","\u5E94\u57CE\u5E02","\u5B89\u9646\u5E02","\u6C49\u5DDD\u5E02"],\u8346\u5DDE\u5E02:["\u6C99\u5E02\u533A","\u8346\u5DDE\u533A","\u516C\u5B89\u53BF","\u6C5F\u9675\u53BF","\u8346\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u77F3\u9996\u5E02","\u6D2A\u6E56\u5E02","\u677E\u6ECB\u5E02","\u76D1\u5229\u5E02"],\u9EC4\u5188\u5E02:["\u9EC4\u5DDE\u533A","\u56E2\u98CE\u53BF","\u7EA2\u5B89\u53BF","\u7F57\u7530\u53BF","\u82F1\u5C71\u53BF","\u6D60\u6C34\u53BF","\u8572\u6625\u53BF","\u9EC4\u6885\u53BF","\u9F99\u611F\u6E56\u7BA1\u7406\u533A","\u9EBB\u57CE\u5E02","\u6B66\u7A74\u5E02"],\u54B8\u5B81\u5E02:["\u54B8\u5B89\u533A","\u5609\u9C7C\u53BF","\u901A\u57CE\u53BF","\u5D07\u9633\u53BF","\u901A\u5C71\u53BF","\u8D64\u58C1\u5E02"],\u968F\u5DDE\u5E02:["\u66FE\u90FD\u533A","\u968F\u53BF","\u5E7F\u6C34\u5E02"],\u6069\u65BD\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE:["\u6069\u65BD\u5E02","\u5229\u5DDD\u5E02","\u5EFA\u59CB\u53BF","\u5DF4\u4E1C\u53BF","\u5BA3\u6069\u53BF","\u54B8\u4E30\u53BF","\u6765\u51E4\u53BF","\u9E64\u5CF0\u53BF"],\u7701\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212:["\u4ED9\u6843\u5E02","\u6F5C\u6C5F\u5E02","\u5929\u95E8\u5E02","\u795E\u519C\u67B6\u6797\u533A"]},\u6E56\u5357\u7701:{\u957F\u6C99\u5E02:["\u8299\u84C9\u533A","\u5929\u5FC3\u533A","\u5CB3\u9E93\u533A","\u5F00\u798F\u533A","\u96E8\u82B1\u533A","\u671B\u57CE\u533A","\u957F\u6C99\u53BF","\u6D4F\u9633\u5E02","\u5B81\u4E61\u5E02"],\u682A\u6D32\u5E02:["\u8377\u5858\u533A","\u82A6\u6DDE\u533A","\u77F3\u5CF0\u533A","\u5929\u5143\u533A","\u6E0C\u53E3\u533A","\u6538\u53BF","\u8336\u9675\u53BF","\u708E\u9675\u53BF","\u91B4\u9675\u5E02"],\u6E58\u6F6D\u5E02:["\u96E8\u6E56\u533A","\u5CB3\u5858\u533A","\u6E58\u6F6D\u53BF","\u6E56\u5357\u6E58\u6F6D\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u56ED\u533A","\u6E58\u6F6D\u662D\u5C71\u793A\u8303\u533A","\u6E58\u6F6D\u4E5D\u534E\u793A\u8303\u533A","\u6E58\u4E61\u5E02","\u97F6\u5C71\u5E02"],\u8861\u9633\u5E02:["\u73E0\u6656\u533A","\u96C1\u5CF0\u533A","\u77F3\u9F13\u533A","\u84B8\u6E58\u533A","\u5357\u5CB3\u533A","\u8861\u9633\u53BF","\u8861\u5357\u53BF","\u8861\u5C71\u53BF","\u8861\u4E1C\u53BF","\u7941\u4E1C\u53BF","\u6E56\u5357\u8861\u9633\u677E\u6728\u7ECF\u6D4E\u5F00\u53D1\u533A","\u6E56\u5357\u8861\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u56ED\u533A","\u8012\u9633\u5E02","\u5E38\u5B81\u5E02"],\u90B5\u9633\u5E02:["\u53CC\u6E05\u533A","\u5927\u7965\u533A","\u5317\u5854\u533A","\u65B0\u90B5\u53BF","\u90B5\u9633\u53BF","\u9686\u56DE\u53BF","\u6D1E\u53E3\u53BF","\u7EE5\u5B81\u53BF","\u65B0\u5B81\u53BF","\u57CE\u6B65\u82D7\u65CF\u81EA\u6CBB\u53BF","\u6B66\u5188\u5E02","\u90B5\u4E1C\u5E02"],\u5CB3\u9633\u5E02:["\u5CB3\u9633\u697C\u533A","\u4E91\u6EAA\u533A","\u541B\u5C71\u533A","\u5CB3\u9633\u53BF","\u534E\u5BB9\u53BF","\u6E58\u9634\u53BF","\u5E73\u6C5F\u53BF","\u5CB3\u9633\u5E02\u5C48\u539F\u7BA1\u7406\u533A","\u6C68\u7F57\u5E02","\u4E34\u6E58\u5E02"],\u5E38\u5FB7\u5E02:["\u6B66\u9675\u533A","\u9F0E\u57CE\u533A","\u5B89\u4E61\u53BF","\u6C49\u5BFF\u53BF","\u6FA7\u53BF","\u4E34\u6FA7\u53BF","\u6843\u6E90\u53BF","\u77F3\u95E8\u53BF","\u5E38\u5FB7\u5E02\u897F\u6D1E\u5EAD\u7BA1\u7406\u533A","\u6D25\u5E02\u5E02"],\u5F20\u5BB6\u754C\u5E02:["\u6C38\u5B9A\u533A","\u6B66\u9675\u6E90\u533A","\u6148\u5229\u53BF","\u6851\u690D\u53BF"],\u76CA\u9633\u5E02:["\u8D44\u9633\u533A","\u8D6B\u5C71\u533A","\u5357\u53BF","\u6843\u6C5F\u53BF","\u5B89\u5316\u53BF","\u76CA\u9633\u5E02\u5927\u901A\u6E56\u7BA1\u7406\u533A","\u6E56\u5357\u76CA\u9633\u9AD8\u65B0\u6280\u672F\u4EA7\u4E1A\u56ED\u533A","\u6C85\u6C5F\u5E02"],\u90F4\u5DDE\u5E02:["\u5317\u6E56\u533A","\u82CF\u4ED9\u533A","\u6842\u9633\u53BF","\u5B9C\u7AE0\u53BF","\u6C38\u5174\u53BF","\u5609\u79BE\u53BF","\u4E34\u6B66\u53BF","\u6C5D\u57CE\u53BF","\u6842\u4E1C\u53BF","\u5B89\u4EC1\u53BF","\u8D44\u5174\u5E02"],\u6C38\u5DDE\u5E02:["\u96F6\u9675\u533A","\u51B7\u6C34\u6EE9\u533A","\u4E1C\u5B89\u53BF","\u53CC\u724C\u53BF","\u9053\u53BF","\u6C5F\u6C38\u53BF","\u5B81\u8FDC\u53BF","\u84DD\u5C71\u53BF","\u65B0\u7530\u53BF","\u6C5F\u534E\u7476\u65CF\u81EA\u6CBB\u53BF","\u6C38\u5DDE\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u6C38\u5DDE\u5E02\u56DE\u9F99\u5729\u7BA1\u7406\u533A","\u7941\u9633\u5E02"],\u6000\u5316\u5E02:["\u9E64\u57CE\u533A","\u4E2D\u65B9\u53BF","\u6C85\u9675\u53BF","\u8FB0\u6EAA\u53BF","\u6E86\u6D66\u53BF","\u4F1A\u540C\u53BF","\u9EBB\u9633\u82D7\u65CF\u81EA\u6CBB\u53BF","\u65B0\u6643\u4F97\u65CF\u81EA\u6CBB\u53BF","\u82B7\u6C5F\u4F97\u65CF\u81EA\u6CBB\u53BF","\u9756\u5DDE\u82D7\u65CF\u4F97\u65CF\u81EA\u6CBB\u53BF","\u901A\u9053\u4F97\u65CF\u81EA\u6CBB\u53BF","\u6000\u5316\u5E02\u6D2A\u6C5F\u7BA1\u7406\u533A","\u6D2A\u6C5F\u5E02"],\u5A04\u5E95\u5E02:["\u5A04\u661F\u533A","\u53CC\u5CF0\u53BF","\u65B0\u5316\u53BF","\u51B7\u6C34\u6C5F\u5E02","\u6D9F\u6E90\u5E02"],\u6E58\u897F\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE:["\u5409\u9996\u5E02","\u6CF8\u6EAA\u53BF","\u51E4\u51F0\u53BF","\u82B1\u57A3\u53BF","\u4FDD\u9756\u53BF","\u53E4\u4E08\u53BF","\u6C38\u987A\u53BF","\u9F99\u5C71\u53BF"]},\u5E7F\u4E1C\u7701:{\u5E7F\u5DDE\u5E02:["\u8354\u6E7E\u533A","\u8D8A\u79C0\u533A","\u6D77\u73E0\u533A","\u5929\u6CB3\u533A","\u767D\u4E91\u533A","\u9EC4\u57D4\u533A","\u756A\u79BA\u533A","\u82B1\u90FD\u533A","\u5357\u6C99\u533A","\u4ECE\u5316\u533A","\u589E\u57CE\u533A"],\u97F6\u5173\u5E02:["\u6B66\u6C5F\u533A","\u6D48\u6C5F\u533A","\u66F2\u6C5F\u533A","\u59CB\u5174\u53BF","\u4EC1\u5316\u53BF","\u7FC1\u6E90\u53BF","\u4E73\u6E90\u7476\u65CF\u81EA\u6CBB\u53BF","\u65B0\u4E30\u53BF","\u4E50\u660C\u5E02","\u5357\u96C4\u5E02"],\u6DF1\u5733\u5E02:["\u7F57\u6E56\u533A","\u798F\u7530\u533A","\u5357\u5C71\u533A","\u5B9D\u5B89\u533A","\u9F99\u5C97\u533A","\u76D0\u7530\u533A","\u9F99\u534E\u533A","\u576A\u5C71\u533A","\u5149\u660E\u533A"],\u73E0\u6D77\u5E02:["\u9999\u6D32\u533A","\u6597\u95E8\u533A","\u91D1\u6E7E\u533A"],\u6C55\u5934\u5E02:["\u9F99\u6E56\u533A","\u91D1\u5E73\u533A","\u6FE0\u6C5F\u533A","\u6F6E\u9633\u533A","\u6F6E\u5357\u533A","\u6F84\u6D77\u533A","\u5357\u6FB3\u53BF"],\u4F5B\u5C71\u5E02:["\u7985\u57CE\u533A","\u5357\u6D77\u533A","\u987A\u5FB7\u533A","\u4E09\u6C34\u533A","\u9AD8\u660E\u533A"],\u6C5F\u95E8\u5E02:["\u84EC\u6C5F\u533A","\u6C5F\u6D77\u533A","\u65B0\u4F1A\u533A","\u53F0\u5C71\u5E02","\u5F00\u5E73\u5E02","\u9E64\u5C71\u5E02","\u6069\u5E73\u5E02"],\u6E5B\u6C5F\u5E02:["\u8D64\u574E\u533A","\u971E\u5C71\u533A","\u5761\u5934\u533A","\u9EBB\u7AE0\u533A","\u9042\u6EAA\u53BF","\u5F90\u95FB\u53BF","\u5EC9\u6C5F\u5E02","\u96F7\u5DDE\u5E02","\u5434\u5DDD\u5E02"],\u8302\u540D\u5E02:["\u8302\u5357\u533A","\u7535\u767D\u533A","\u9AD8\u5DDE\u5E02","\u5316\u5DDE\u5E02","\u4FE1\u5B9C\u5E02"],\u8087\u5E86\u5E02:["\u7AEF\u5DDE\u533A","\u9F0E\u6E56\u533A","\u9AD8\u8981\u533A","\u5E7F\u5B81\u53BF","\u6000\u96C6\u53BF","\u5C01\u5F00\u53BF","\u5FB7\u5E86\u53BF","\u56DB\u4F1A\u5E02"],\u60E0\u5DDE\u5E02:["\u60E0\u57CE\u533A","\u60E0\u9633\u533A","\u535A\u7F57\u53BF","\u60E0\u4E1C\u53BF","\u9F99\u95E8\u53BF"],\u6885\u5DDE\u5E02:["\u6885\u6C5F\u533A","\u6885\u53BF\u533A","\u5927\u57D4\u53BF","\u4E30\u987A\u53BF","\u4E94\u534E\u53BF","\u5E73\u8FDC\u53BF","\u8549\u5CAD\u53BF","\u5174\u5B81\u5E02"],\u6C55\u5C3E\u5E02:["\u57CE\u533A","\u6D77\u4E30\u53BF","\u9646\u6CB3\u53BF","\u9646\u4E30\u5E02"],\u6CB3\u6E90\u5E02:["\u6E90\u57CE\u533A","\u7D2B\u91D1\u53BF","\u9F99\u5DDD\u53BF","\u8FDE\u5E73\u53BF","\u548C\u5E73\u53BF","\u4E1C\u6E90\u53BF"],\u9633\u6C5F\u5E02:["\u6C5F\u57CE\u533A","\u9633\u4E1C\u533A","\u9633\u897F\u53BF","\u9633\u6625\u5E02"],\u6E05\u8FDC\u5E02:["\u6E05\u57CE\u533A","\u6E05\u65B0\u533A","\u4F5B\u5188\u53BF","\u9633\u5C71\u53BF","\u8FDE\u5C71\u58EE\u65CF\u7476\u65CF\u81EA\u6CBB\u53BF","\u8FDE\u5357\u7476\u65CF\u81EA\u6CBB\u53BF","\u82F1\u5FB7\u5E02","\u8FDE\u5DDE\u5E02"],\u4E1C\u839E\u5E02:["\u4E1C\u57CE\u8857\u9053","\u5357\u57CE\u8857\u9053","\u4E07\u6C5F\u8857\u9053","\u839E\u57CE\u8857\u9053","\u77F3\u78A3\u9547","\u77F3\u9F99\u9547","\u8336\u5C71\u9547","\u77F3\u6392\u9547","\u4F01\u77F3\u9547","\u6A2A\u6CA5\u9547","\u6865\u5934\u9547","\u8C22\u5C97\u9547","\u4E1C\u5751\u9547","\u5E38\u5E73\u9547","\u5BEE\u6B65\u9547","\u6A1F\u6728\u5934\u9547","\u5927\u6717\u9547","\u9EC4\u6C5F\u9547","\u6E05\u6EAA\u9547","\u5858\u53A6\u9547","\u51E4\u5C97\u9547","\u5927\u5CAD\u5C71\u9547","\u957F\u5B89\u9547","\u864E\u95E8\u9547","\u539A\u8857\u9547","\u6C99\u7530\u9547","\u9053\u6ED8\u9547","\u6D2A\u6885\u9547","\u9EBB\u6D8C\u9547","\u671B\u725B\u58A9\u9547","\u4E2D\u5802\u9547","\u9AD8\u57D7\u9547","\u677E\u5C71\u6E56","\u4E1C\u839E\u6E2F","\u4E1C\u839E\u751F\u6001\u56ED","\u4E1C\u839E\u6EE8\u6D77\u6E7E\u65B0\u533A"],\u4E2D\u5C71\u5E02:["\u77F3\u5C90\u8857\u9053","\u4E1C\u533A\u8857\u9053","\u4E2D\u5C71\u6E2F\u8857\u9053","\u897F\u533A\u8857\u9053","\u5357\u533A\u8857\u9053","\u4E94\u6842\u5C71\u8857\u9053","\u6C11\u4F17\u8857\u9053","\u5357\u6717\u8857\u9053","\u9EC4\u5703\u9547","\u4E1C\u51E4\u9547","\u53E4\u9547\u9547","\u6C99\u6EAA\u9547","\u5766\u6D32\u9547","\u6E2F\u53E3\u9547","\u4E09\u89D2\u9547","\u6A2A\u680F\u9547","\u5357\u5934\u9547","\u961C\u6C99\u9547","\u4E09\u4E61\u9547","\u677F\u8299\u9547","\u5927\u6D8C\u9547","\u795E\u6E7E\u9547","\u5C0F\u6984\u9547"],\u6F6E\u5DDE\u5E02:["\u6E58\u6865\u533A","\u6F6E\u5B89\u533A","\u9976\u5E73\u53BF"],\u63ED\u9633\u5E02:["\u6995\u57CE\u533A","\u63ED\u4E1C\u533A","\u63ED\u897F\u53BF","\u60E0\u6765\u53BF","\u666E\u5B81\u5E02"],\u4E91\u6D6E\u5E02:["\u4E91\u57CE\u533A","\u4E91\u5B89\u533A","\u65B0\u5174\u53BF","\u90C1\u5357\u53BF","\u7F57\u5B9A\u5E02"]},\u5E7F\u897F\u58EE\u65CF\u81EA\u6CBB\u533A:{\u5357\u5B81\u5E02:["\u5174\u5B81\u533A","\u9752\u79C0\u533A","\u6C5F\u5357\u533A","\u897F\u4E61\u5858\u533A","\u826F\u5E86\u533A","\u9095\u5B81\u533A","\u6B66\u9E23\u533A","\u9686\u5B89\u53BF","\u9A6C\u5C71\u53BF","\u4E0A\u6797\u53BF","\u5BBE\u9633\u53BF","\u6A2A\u5DDE\u5E02"],\u67F3\u5DDE\u5E02:["\u57CE\u4E2D\u533A","\u9C7C\u5CF0\u533A","\u67F3\u5357\u533A","\u67F3\u5317\u533A","\u67F3\u6C5F\u533A","\u67F3\u57CE\u53BF","\u9E7F\u5BE8\u53BF","\u878D\u5B89\u53BF","\u878D\u6C34\u82D7\u65CF\u81EA\u6CBB\u53BF","\u4E09\u6C5F\u4F97\u65CF\u81EA\u6CBB\u53BF"],\u6842\u6797\u5E02:["\u79C0\u5CF0\u533A","\u53E0\u5F69\u533A","\u8C61\u5C71\u533A","\u4E03\u661F\u533A","\u96C1\u5C71\u533A","\u4E34\u6842\u533A","\u9633\u6714\u53BF","\u7075\u5DDD\u53BF","\u5168\u5DDE\u53BF","\u5174\u5B89\u53BF","\u6C38\u798F\u53BF","\u704C\u9633\u53BF","\u9F99\u80DC\u5404\u65CF\u81EA\u6CBB\u53BF","\u8D44\u6E90\u53BF","\u5E73\u4E50\u53BF","\u606D\u57CE\u7476\u65CF\u81EA\u6CBB\u53BF","\u8354\u6D66\u5E02"],\u68A7\u5DDE\u5E02:["\u4E07\u79C0\u533A","\u957F\u6D32\u533A","\u9F99\u5729\u533A","\u82CD\u68A7\u53BF","\u85E4\u53BF","\u8499\u5C71\u53BF","\u5C91\u6EAA\u5E02"],\u5317\u6D77\u5E02:["\u6D77\u57CE\u533A","\u94F6\u6D77\u533A","\u94C1\u5C71\u6E2F\u533A","\u5408\u6D66\u53BF"],\u9632\u57CE\u6E2F\u5E02:["\u6E2F\u53E3\u533A","\u9632\u57CE\u533A","\u4E0A\u601D\u53BF","\u4E1C\u5174\u5E02"],\u94A6\u5DDE\u5E02:["\u94A6\u5357\u533A","\u94A6\u5317\u533A","\u7075\u5C71\u53BF","\u6D66\u5317\u53BF"],\u8D35\u6E2F\u5E02:["\u6E2F\u5317\u533A","\u6E2F\u5357\u533A","\u8983\u5858\u533A","\u5E73\u5357\u53BF","\u6842\u5E73\u5E02"],\u7389\u6797\u5E02:["\u7389\u5DDE\u533A","\u798F\u7EF5\u533A","\u5BB9\u53BF","\u9646\u5DDD\u53BF","\u535A\u767D\u53BF","\u5174\u4E1A\u53BF","\u5317\u6D41\u5E02"],\u767E\u8272\u5E02:["\u53F3\u6C5F\u533A","\u7530\u9633\u533A","\u7530\u4E1C\u53BF","\u5FB7\u4FDD\u53BF","\u90A3\u5761\u53BF","\u51CC\u4E91\u53BF","\u4E50\u4E1A\u53BF","\u7530\u6797\u53BF","\u897F\u6797\u53BF","\u9686\u6797\u5404\u65CF\u81EA\u6CBB\u53BF","\u9756\u897F\u5E02","\u5E73\u679C\u5E02"],\u8D3A\u5DDE\u5E02:["\u516B\u6B65\u533A","\u5E73\u6842\u533A","\u662D\u5E73\u53BF","\u949F\u5C71\u53BF","\u5BCC\u5DDD\u7476\u65CF\u81EA\u6CBB\u53BF"],\u6CB3\u6C60\u5E02:["\u91D1\u57CE\u6C5F\u533A","\u5B9C\u5DDE\u533A","\u5357\u4E39\u53BF","\u5929\u5CE8\u53BF","\u51E4\u5C71\u53BF","\u4E1C\u5170\u53BF","\u7F57\u57CE\u4EEB\u4F6C\u65CF\u81EA\u6CBB\u53BF","\u73AF\u6C5F\u6BDB\u5357\u65CF\u81EA\u6CBB\u53BF","\u5DF4\u9A6C\u7476\u65CF\u81EA\u6CBB\u53BF","\u90FD\u5B89\u7476\u65CF\u81EA\u6CBB\u53BF","\u5927\u5316\u7476\u65CF\u81EA\u6CBB\u53BF"],\u6765\u5BBE\u5E02:["\u5174\u5BBE\u533A","\u5FFB\u57CE\u53BF","\u8C61\u5DDE\u53BF","\u6B66\u5BA3\u53BF","\u91D1\u79C0\u7476\u65CF\u81EA\u6CBB\u53BF","\u5408\u5C71\u5E02"],\u5D07\u5DE6\u5E02:["\u6C5F\u5DDE\u533A","\u6276\u7EE5\u53BF","\u5B81\u660E\u53BF","\u9F99\u5DDE\u53BF","\u5927\u65B0\u53BF","\u5929\u7B49\u53BF","\u51ED\u7965\u5E02"]},\u6D77\u5357\u7701:{\u6D77\u53E3\u5E02:["\u79C0\u82F1\u533A","\u9F99\u534E\u533A","\u743C\u5C71\u533A","\u7F8E\u5170\u533A"],\u4E09\u4E9A\u5E02:["\u6D77\u68E0\u533A","\u5409\u9633\u533A","\u5929\u6DAF\u533A","\u5D16\u5DDE\u533A"],\u4E09\u6C99\u5E02:["\u897F\u6C99\u7FA4\u5C9B","\u5357\u6C99\u7FA4\u5C9B","\u4E2D\u6C99\u7FA4\u5C9B\u7684\u5C9B\u7901\u53CA\u5176\u6D77\u57DF"],\u510B\u5DDE\u5E02:["\u90A3\u5927\u9547","\u548C\u5E86\u9547","\u5357\u4E30\u9547","\u5927\u6210\u9547","\u96C5\u661F\u9547","\u5170\u6D0B\u9547","\u5149\u6751\u9547","\u6728\u68E0\u9547","\u6D77\u5934\u9547","\u5CE8\u8513\u9547","\u738B\u4E94\u9547","\u767D\u9A6C\u4E95\u9547","\u4E2D\u548C\u9547","\u6392\u6D66\u9547","\u4E1C\u6210\u9547","\u65B0\u5DDE\u9547","\u6D0B\u6D66\u7ECF\u6D4E\u5F00\u53D1\u533A","\u534E\u5357\u70ED\u4F5C\u5B66\u9662"],\u7701\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212:["\u4E94\u6307\u5C71\u5E02","\u743C\u6D77\u5E02","\u6587\u660C\u5E02","\u4E07\u5B81\u5E02","\u4E1C\u65B9\u5E02","\u5B9A\u5B89\u53BF","\u5C6F\u660C\u53BF","\u6F84\u8FC8\u53BF","\u4E34\u9AD8\u53BF","\u767D\u6C99\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u660C\u6C5F\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u4E50\u4E1C\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u9675\u6C34\u9ECE\u65CF\u81EA\u6CBB\u53BF","\u4FDD\u4EAD\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u743C\u4E2D\u9ECE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF"]},\u91CD\u5E86\u5E02:{\u5E02\u8F96\u533A:["\u4E07\u5DDE\u533A","\u6DAA\u9675\u533A","\u6E1D\u4E2D\u533A","\u5927\u6E21\u53E3\u533A","\u6C5F\u5317\u533A","\u6C99\u576A\u575D\u533A","\u4E5D\u9F99\u5761\u533A","\u5357\u5CB8\u533A","\u5317\u789A\u533A","\u7DA6\u6C5F\u533A","\u5927\u8DB3\u533A","\u6E1D\u5317\u533A","\u5DF4\u5357\u533A","\u9ED4\u6C5F\u533A","\u957F\u5BFF\u533A","\u6C5F\u6D25\u533A","\u5408\u5DDD\u533A","\u6C38\u5DDD\u533A","\u5357\u5DDD\u533A","\u74A7\u5C71\u533A","\u94DC\u6881\u533A","\u6F7C\u5357\u533A","\u8363\u660C\u533A","\u5F00\u5DDE\u533A","\u6881\u5E73\u533A","\u6B66\u9686\u533A"],\u53BF:["\u57CE\u53E3\u53BF","\u4E30\u90FD\u53BF","\u57AB\u6C5F\u53BF","\u5FE0\u53BF","\u4E91\u9633\u53BF","\u5949\u8282\u53BF","\u5DEB\u5C71\u53BF","\u5DEB\u6EAA\u53BF","\u77F3\u67F1\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF","\u79C0\u5C71\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u9149\u9633\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u5F6D\u6C34\u82D7\u65CF\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF"]},\u56DB\u5DDD\u7701:{\u6210\u90FD\u5E02:["\u9526\u6C5F\u533A","\u9752\u7F8A\u533A","\u91D1\u725B\u533A","\u6B66\u4FAF\u533A","\u6210\u534E\u533A","\u9F99\u6CC9\u9A7F\u533A","\u9752\u767D\u6C5F\u533A","\u65B0\u90FD\u533A","\u6E29\u6C5F\u533A","\u53CC\u6D41\u533A","\u90EB\u90FD\u533A","\u65B0\u6D25\u533A","\u91D1\u5802\u53BF","\u5927\u9091\u53BF","\u84B2\u6C5F\u53BF","\u90FD\u6C5F\u5830\u5E02","\u5F6D\u5DDE\u5E02","\u909B\u5D03\u5E02","\u5D07\u5DDE\u5E02","\u7B80\u9633\u5E02"],\u81EA\u8D21\u5E02:["\u81EA\u6D41\u4E95\u533A","\u8D21\u4E95\u533A","\u5927\u5B89\u533A","\u6CBF\u6EE9\u533A","\u8363\u53BF","\u5BCC\u987A\u53BF"],\u6500\u679D\u82B1\u5E02:["\u4E1C\u533A","\u897F\u533A","\u4EC1\u548C\u533A","\u7C73\u6613\u53BF","\u76D0\u8FB9\u53BF"],\u6CF8\u5DDE\u5E02:["\u6C5F\u9633\u533A","\u7EB3\u6EAA\u533A","\u9F99\u9A6C\u6F6D\u533A","\u6CF8\u53BF","\u5408\u6C5F\u53BF","\u53D9\u6C38\u53BF","\u53E4\u853A\u53BF"],\u5FB7\u9633\u5E02:["\u65CC\u9633\u533A","\u7F57\u6C5F\u533A","\u4E2D\u6C5F\u53BF","\u5E7F\u6C49\u5E02","\u4EC0\u90A1\u5E02","\u7EF5\u7AF9\u5E02"],\u7EF5\u9633\u5E02:["\u6DAA\u57CE\u533A","\u6E38\u4ED9\u533A","\u5B89\u5DDE\u533A","\u4E09\u53F0\u53BF","\u76D0\u4EAD\u53BF","\u6893\u6F7C\u53BF","\u5317\u5DDD\u7F8C\u65CF\u81EA\u6CBB\u53BF","\u5E73\u6B66\u53BF","\u6C5F\u6CB9\u5E02"],\u5E7F\u5143\u5E02:["\u5229\u5DDE\u533A","\u662D\u5316\u533A","\u671D\u5929\u533A","\u65FA\u82CD\u53BF","\u9752\u5DDD\u53BF","\u5251\u9601\u53BF","\u82CD\u6EAA\u53BF"],\u9042\u5B81\u5E02:["\u8239\u5C71\u533A","\u5B89\u5C45\u533A","\u84EC\u6EAA\u53BF","\u5927\u82F1\u53BF","\u5C04\u6D2A\u5E02"],\u5185\u6C5F\u5E02:["\u5E02\u4E2D\u533A","\u4E1C\u5174\u533A","\u5A01\u8FDC\u53BF","\u8D44\u4E2D\u53BF","\u9686\u660C\u5E02"],\u4E50\u5C71\u5E02:["\u5E02\u4E2D\u533A","\u6C99\u6E7E\u533A","\u4E94\u901A\u6865\u533A","\u91D1\u53E3\u6CB3\u533A","\u728D\u4E3A\u53BF","\u4E95\u7814\u53BF","\u5939\u6C5F\u53BF","\u6C90\u5DDD\u53BF","\u5CE8\u8FB9\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u9A6C\u8FB9\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u5CE8\u7709\u5C71\u5E02"],\u5357\u5145\u5E02:["\u987A\u5E86\u533A","\u9AD8\u576A\u533A","\u5609\u9675\u533A","\u5357\u90E8\u53BF","\u8425\u5C71\u53BF","\u84EC\u5B89\u53BF","\u4EEA\u9647\u53BF","\u897F\u5145\u53BF","\u9606\u4E2D\u5E02"],\u7709\u5C71\u5E02:["\u4E1C\u5761\u533A","\u5F6D\u5C71\u533A","\u4EC1\u5BFF\u53BF","\u6D2A\u96C5\u53BF","\u4E39\u68F1\u53BF","\u9752\u795E\u53BF"],\u5B9C\u5BBE\u5E02:["\u7FE0\u5C4F\u533A","\u5357\u6EAA\u533A","\u53D9\u5DDE\u533A","\u6C5F\u5B89\u53BF","\u957F\u5B81\u53BF","\u9AD8\u53BF","\u73D9\u53BF","\u7B60\u8FDE\u53BF","\u5174\u6587\u53BF","\u5C4F\u5C71\u53BF"],\u5E7F\u5B89\u5E02:["\u5E7F\u5B89\u533A","\u524D\u950B\u533A","\u5CB3\u6C60\u53BF","\u6B66\u80DC\u53BF","\u90BB\u6C34\u53BF","\u534E\u84E5\u5E02"],\u8FBE\u5DDE\u5E02:["\u901A\u5DDD\u533A","\u8FBE\u5DDD\u533A","\u5BA3\u6C49\u53BF","\u5F00\u6C5F\u53BF","\u5927\u7AF9\u53BF","\u6E20\u53BF","\u4E07\u6E90\u5E02"],\u96C5\u5B89\u5E02:["\u96E8\u57CE\u533A","\u540D\u5C71\u533A","\u8365\u7ECF\u53BF","\u6C49\u6E90\u53BF","\u77F3\u68C9\u53BF","\u5929\u5168\u53BF","\u82A6\u5C71\u53BF","\u5B9D\u5174\u53BF"],\u5DF4\u4E2D\u5E02:["\u5DF4\u5DDE\u533A","\u6069\u9633\u533A","\u901A\u6C5F\u53BF","\u5357\u6C5F\u53BF","\u5E73\u660C\u53BF"],\u8D44\u9633\u5E02:["\u96C1\u6C5F\u533A","\u5B89\u5CB3\u53BF","\u4E50\u81F3\u53BF"],\u963F\u575D\u85CF\u65CF\u7F8C\u65CF\u81EA\u6CBB\u5DDE:["\u9A6C\u5C14\u5EB7\u5E02","\u6C76\u5DDD\u53BF","\u7406\u53BF","\u8302\u53BF","\u677E\u6F58\u53BF","\u4E5D\u5BE8\u6C9F\u53BF","\u91D1\u5DDD\u53BF","\u5C0F\u91D1\u53BF","\u9ED1\u6C34\u53BF","\u58E4\u5858\u53BF","\u963F\u575D\u53BF","\u82E5\u5C14\u76D6\u53BF","\u7EA2\u539F\u53BF"],\u7518\u5B5C\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u5EB7\u5B9A\u5E02","\u6CF8\u5B9A\u53BF","\u4E39\u5DF4\u53BF","\u4E5D\u9F99\u53BF","\u96C5\u6C5F\u53BF","\u9053\u5B5A\u53BF","\u7089\u970D\u53BF","\u7518\u5B5C\u53BF","\u65B0\u9F99\u53BF","\u5FB7\u683C\u53BF","\u767D\u7389\u53BF","\u77F3\u6E20\u53BF","\u8272\u8FBE\u53BF","\u7406\u5858\u53BF","\u5DF4\u5858\u53BF","\u4E61\u57CE\u53BF","\u7A3B\u57CE\u53BF","\u5F97\u8363\u53BF"],\u51C9\u5C71\u5F5D\u65CF\u81EA\u6CBB\u5DDE:["\u897F\u660C\u5E02","\u4F1A\u7406\u5E02","\u6728\u91CC\u85CF\u65CF\u81EA\u6CBB\u53BF","\u76D0\u6E90\u53BF","\u5FB7\u660C\u53BF","\u4F1A\u4E1C\u53BF","\u5B81\u5357\u53BF","\u666E\u683C\u53BF","\u5E03\u62D6\u53BF","\u91D1\u9633\u53BF","\u662D\u89C9\u53BF","\u559C\u5FB7\u53BF","\u5195\u5B81\u53BF","\u8D8A\u897F\u53BF","\u7518\u6D1B\u53BF","\u7F8E\u59D1\u53BF","\u96F7\u6CE2\u53BF"]},\u8D35\u5DDE\u7701:{\u8D35\u9633\u5E02:["\u5357\u660E\u533A","\u4E91\u5CA9\u533A","\u82B1\u6EAA\u533A","\u4E4C\u5F53\u533A","\u767D\u4E91\u533A","\u89C2\u5C71\u6E56\u533A","\u5F00\u9633\u53BF","\u606F\u70FD\u53BF","\u4FEE\u6587\u53BF","\u6E05\u9547\u5E02"],\u516D\u76D8\u6C34\u5E02:["\u949F\u5C71\u533A","\u516D\u679D\u7279\u533A","\u6C34\u57CE\u533A","\u76D8\u5DDE\u5E02"],\u9075\u4E49\u5E02:["\u7EA2\u82B1\u5C97\u533A","\u6C47\u5DDD\u533A","\u64AD\u5DDE\u533A","\u6850\u6893\u53BF","\u7EE5\u9633\u53BF","\u6B63\u5B89\u53BF","\u9053\u771F\u4EE1\u4F6C\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u52A1\u5DDD\u4EE1\u4F6C\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u51E4\u5188\u53BF","\u6E44\u6F6D\u53BF","\u4F59\u5E86\u53BF","\u4E60\u6C34\u53BF","\u8D64\u6C34\u5E02","\u4EC1\u6000\u5E02"],\u5B89\u987A\u5E02:["\u897F\u79C0\u533A","\u5E73\u575D\u533A","\u666E\u5B9A\u53BF","\u9547\u5B81\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u5173\u5CAD\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u7D2B\u4E91\u82D7\u65CF\u5E03\u4F9D\u65CF\u81EA\u6CBB\u53BF"],\u6BD5\u8282\u5E02:["\u4E03\u661F\u5173\u533A","\u5927\u65B9\u53BF","\u91D1\u6C99\u53BF","\u7EC7\u91D1\u53BF","\u7EB3\u96CD\u53BF","\u5A01\u5B81\u5F5D\u65CF\u56DE\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u8D6B\u7AE0\u53BF","\u9ED4\u897F\u5E02"],\u94DC\u4EC1\u5E02:["\u78A7\u6C5F\u533A","\u4E07\u5C71\u533A","\u6C5F\u53E3\u53BF","\u7389\u5C4F\u4F97\u65CF\u81EA\u6CBB\u53BF","\u77F3\u9621\u53BF","\u601D\u5357\u53BF","\u5370\u6C5F\u571F\u5BB6\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u5FB7\u6C5F\u53BF","\u6CBF\u6CB3\u571F\u5BB6\u65CF\u81EA\u6CBB\u53BF","\u677E\u6843\u82D7\u65CF\u81EA\u6CBB\u53BF"],\u9ED4\u897F\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE:["\u5174\u4E49\u5E02","\u5174\u4EC1\u5E02","\u666E\u5B89\u53BF","\u6674\u9686\u53BF","\u8D1E\u4E30\u53BF","\u671B\u8C1F\u53BF","\u518C\u4EA8\u53BF","\u5B89\u9F99\u53BF"],\u9ED4\u4E1C\u5357\u82D7\u65CF\u4F97\u65CF\u81EA\u6CBB\u5DDE:["\u51EF\u91CC\u5E02","\u9EC4\u5E73\u53BF","\u65BD\u79C9\u53BF","\u4E09\u7A57\u53BF","\u9547\u8FDC\u53BF","\u5C91\u5DE9\u53BF","\u5929\u67F1\u53BF","\u9526\u5C4F\u53BF","\u5251\u6CB3\u53BF","\u53F0\u6C5F\u53BF","\u9ECE\u5E73\u53BF","\u6995\u6C5F\u53BF","\u4ECE\u6C5F\u53BF","\u96F7\u5C71\u53BF","\u9EBB\u6C5F\u53BF","\u4E39\u5BE8\u53BF"],\u9ED4\u5357\u5E03\u4F9D\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE:["\u90FD\u5300\u5E02","\u798F\u6CC9\u5E02","\u8354\u6CE2\u53BF","\u8D35\u5B9A\u53BF","\u74EE\u5B89\u53BF","\u72EC\u5C71\u53BF","\u5E73\u5858\u53BF","\u7F57\u7538\u53BF","\u957F\u987A\u53BF","\u9F99\u91CC\u53BF","\u60E0\u6C34\u53BF","\u4E09\u90FD\u6C34\u65CF\u81EA\u6CBB\u53BF"]},\u4E91\u5357\u7701:{\u6606\u660E\u5E02:["\u4E94\u534E\u533A","\u76D8\u9F99\u533A","\u5B98\u6E21\u533A","\u897F\u5C71\u533A","\u4E1C\u5DDD\u533A","\u5448\u8D21\u533A","\u664B\u5B81\u533A","\u5BCC\u6C11\u53BF","\u5B9C\u826F\u53BF","\u77F3\u6797\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u5D69\u660E\u53BF","\u7984\u529D\u5F5D\u65CF\u82D7\u65CF\u81EA\u6CBB\u53BF","\u5BFB\u7538\u56DE\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u5B89\u5B81\u5E02"],\u66F2\u9756\u5E02:["\u9E92\u9E9F\u533A","\u6CBE\u76CA\u533A","\u9A6C\u9F99\u533A","\u9646\u826F\u53BF","\u5E08\u5B97\u53BF","\u7F57\u5E73\u53BF","\u5BCC\u6E90\u53BF","\u4F1A\u6CFD\u53BF","\u5BA3\u5A01\u5E02"],\u7389\u6EAA\u5E02:["\u7EA2\u5854\u533A","\u6C5F\u5DDD\u533A","\u901A\u6D77\u53BF","\u534E\u5B81\u53BF","\u6613\u95E8\u53BF","\u5CE8\u5C71\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u65B0\u5E73\u5F5D\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF","\u5143\u6C5F\u54C8\u5C3C\u65CF\u5F5D\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF","\u6F84\u6C5F\u5E02"],\u4FDD\u5C71\u5E02:["\u9686\u9633\u533A","\u65BD\u7538\u53BF","\u9F99\u9675\u53BF","\u660C\u5B81\u53BF","\u817E\u51B2\u5E02"],\u662D\u901A\u5E02:["\u662D\u9633\u533A","\u9C81\u7538\u53BF","\u5DE7\u5BB6\u53BF","\u76D0\u6D25\u53BF","\u5927\u5173\u53BF","\u6C38\u5584\u53BF","\u7EE5\u6C5F\u53BF","\u9547\u96C4\u53BF","\u5F5D\u826F\u53BF","\u5A01\u4FE1\u53BF","\u6C34\u5BCC\u5E02"],\u4E3D\u6C5F\u5E02:["\u53E4\u57CE\u533A","\u7389\u9F99\u7EB3\u897F\u65CF\u81EA\u6CBB\u53BF","\u6C38\u80DC\u53BF","\u534E\u576A\u53BF","\u5B81\u8497\u5F5D\u65CF\u81EA\u6CBB\u53BF"],\u666E\u6D31\u5E02:["\u601D\u8305\u533A","\u5B81\u6D31\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u58A8\u6C5F\u54C8\u5C3C\u65CF\u81EA\u6CBB\u53BF","\u666F\u4E1C\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u666F\u8C37\u50A3\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u9547\u6C85\u5F5D\u65CF\u54C8\u5C3C\u65CF\u62C9\u795C\u65CF\u81EA\u6CBB\u53BF","\u6C5F\u57CE\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u5B5F\u8FDE\u50A3\u65CF\u62C9\u795C\u65CF\u4F64\u65CF\u81EA\u6CBB\u53BF","\u6F9C\u6CA7\u62C9\u795C\u65CF\u81EA\u6CBB\u53BF","\u897F\u76DF\u4F64\u65CF\u81EA\u6CBB\u53BF"],\u4E34\u6CA7\u5E02:["\u4E34\u7FD4\u533A","\u51E4\u5E86\u53BF","\u4E91\u53BF","\u6C38\u5FB7\u53BF","\u9547\u5EB7\u53BF","\u53CC\u6C5F\u62C9\u795C\u65CF\u4F64\u65CF\u5E03\u6717\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF","\u803F\u9A6C\u50A3\u65CF\u4F64\u65CF\u81EA\u6CBB\u53BF","\u6CA7\u6E90\u4F64\u65CF\u81EA\u6CBB\u53BF"],\u695A\u96C4\u5F5D\u65CF\u81EA\u6CBB\u5DDE:["\u695A\u96C4\u5E02","\u7984\u4E30\u5E02","\u53CC\u67CF\u53BF","\u725F\u5B9A\u53BF","\u5357\u534E\u53BF","\u59DA\u5B89\u53BF","\u5927\u59DA\u53BF","\u6C38\u4EC1\u53BF","\u5143\u8C0B\u53BF","\u6B66\u5B9A\u53BF"],\u7EA2\u6CB3\u54C8\u5C3C\u65CF\u5F5D\u65CF\u81EA\u6CBB\u5DDE:["\u4E2A\u65E7\u5E02","\u5F00\u8FDC\u5E02","\u8499\u81EA\u5E02","\u5F25\u52D2\u5E02","\u5C4F\u8FB9\u82D7\u65CF\u81EA\u6CBB\u53BF","\u5EFA\u6C34\u53BF","\u77F3\u5C4F\u53BF","\u6CF8\u897F\u53BF","\u5143\u9633\u53BF","\u7EA2\u6CB3\u53BF","\u91D1\u5E73\u82D7\u65CF\u7476\u65CF\u50A3\u65CF\u81EA\u6CBB\u53BF","\u7EFF\u6625\u53BF","\u6CB3\u53E3\u7476\u65CF\u81EA\u6CBB\u53BF"],\u6587\u5C71\u58EE\u65CF\u82D7\u65CF\u81EA\u6CBB\u5DDE:["\u6587\u5C71\u5E02","\u781A\u5C71\u53BF","\u897F\u7574\u53BF","\u9EBB\u6817\u5761\u53BF","\u9A6C\u5173\u53BF","\u4E18\u5317\u53BF","\u5E7F\u5357\u53BF","\u5BCC\u5B81\u53BF"],\u897F\u53CC\u7248\u7EB3\u50A3\u65CF\u81EA\u6CBB\u5DDE:["\u666F\u6D2A\u5E02","\u52D0\u6D77\u53BF","\u52D0\u814A\u53BF"],\u5927\u7406\u767D\u65CF\u81EA\u6CBB\u5DDE:["\u5927\u7406\u5E02","\u6F3E\u6FDE\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u7965\u4E91\u53BF","\u5BBE\u5DDD\u53BF","\u5F25\u6E21\u53BF","\u5357\u6DA7\u5F5D\u65CF\u81EA\u6CBB\u53BF","\u5DCD\u5C71\u5F5D\u65CF\u56DE\u65CF\u81EA\u6CBB\u53BF","\u6C38\u5E73\u53BF","\u4E91\u9F99\u53BF","\u6D31\u6E90\u53BF","\u5251\u5DDD\u53BF","\u9E64\u5E86\u53BF"],\u5FB7\u5B8F\u50A3\u65CF\u666F\u9887\u65CF\u81EA\u6CBB\u5DDE:["\u745E\u4E3D\u5E02","\u8292\u5E02","\u6881\u6CB3\u53BF","\u76C8\u6C5F\u53BF","\u9647\u5DDD\u53BF"],\u6012\u6C5F\u5088\u50F3\u65CF\u81EA\u6CBB\u5DDE:["\u6CF8\u6C34\u5E02","\u798F\u8D21\u53BF","\u8D21\u5C71\u72EC\u9F99\u65CF\u6012\u65CF\u81EA\u6CBB\u53BF","\u5170\u576A\u767D\u65CF\u666E\u7C73\u65CF\u81EA\u6CBB\u53BF"],\u8FEA\u5E86\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u9999\u683C\u91CC\u62C9\u5E02","\u5FB7\u94A6\u53BF","\u7EF4\u897F\u5088\u50F3\u65CF\u81EA\u6CBB\u53BF"]},\u897F\u85CF\u81EA\u6CBB\u533A:{\u62C9\u8428\u5E02:["\u57CE\u5173\u533A","\u5806\u9F99\u5FB7\u5E86\u533A","\u8FBE\u5B5C\u533A","\u6797\u5468\u53BF","\u5F53\u96C4\u53BF","\u5C3C\u6728\u53BF","\u66F2\u6C34\u53BF","\u58A8\u7AF9\u5DE5\u5361\u53BF","\u683C\u5C14\u6728\u85CF\u9752\u5DE5\u4E1A\u56ED\u533A","\u62C9\u8428\u7ECF\u6D4E\u6280\u672F\u5F00\u53D1\u533A","\u897F\u85CF\u6587\u5316\u65C5\u6E38\u521B\u610F\u56ED\u533A","\u8FBE\u5B5C\u5DE5\u4E1A\u56ED\u533A"],\u65E5\u5580\u5219\u5E02:["\u6851\u73E0\u5B5C\u533A","\u5357\u6728\u6797\u53BF","\u6C5F\u5B5C\u53BF","\u5B9A\u65E5\u53BF","\u8428\u8FE6\u53BF","\u62C9\u5B5C\u53BF","\u6602\u4EC1\u53BF","\u8C22\u901A\u95E8\u53BF","\u767D\u6717\u53BF","\u4EC1\u5E03\u53BF","\u5EB7\u9A6C\u53BF","\u5B9A\u7ED3\u53BF","\u4EF2\u5DF4\u53BF","\u4E9A\u4E1C\u53BF","\u5409\u9686\u53BF","\u8042\u62C9\u6728\u53BF","\u8428\u560E\u53BF","\u5C97\u5DF4\u53BF"],\u660C\u90FD\u5E02:["\u5361\u82E5\u533A","\u6C5F\u8FBE\u53BF","\u8D21\u89C9\u53BF","\u7C7B\u4E4C\u9F50\u53BF","\u4E01\u9752\u53BF","\u5BDF\u96C5\u53BF","\u516B\u5BBF\u53BF","\u5DE6\u8D21\u53BF","\u8292\u5EB7\u53BF","\u6D1B\u9686\u53BF","\u8FB9\u575D\u53BF"],\u6797\u829D\u5E02:["\u5DF4\u5B9C\u533A","\u5DE5\u5E03\u6C5F\u8FBE\u53BF","\u58A8\u8131\u53BF","\u6CE2\u5BC6\u53BF","\u5BDF\u9685\u53BF","\u6717\u53BF","\u7C73\u6797\u5E02"],\u5C71\u5357\u5E02:["\u4E43\u4E1C\u533A","\u624E\u56CA\u53BF","\u8D21\u560E\u53BF","\u6851\u65E5\u53BF","\u743C\u7ED3\u53BF","\u66F2\u677E\u53BF","\u63AA\u7F8E\u53BF","\u6D1B\u624E\u53BF","\u52A0\u67E5\u53BF","\u9686\u5B50\u53BF","\u6D6A\u5361\u5B50\u53BF","\u9519\u90A3\u5E02"],\u90A3\u66F2\u5E02:["\u8272\u5C3C\u533A","\u5609\u9ECE\u53BF","\u6BD4\u5982\u53BF","\u8042\u8363\u53BF","\u5B89\u591A\u53BF","\u7533\u624E\u53BF","\u7D22\u53BF","\u73ED\u6208\u53BF","\u5DF4\u9752\u53BF","\u5C3C\u739B\u53BF","\u53CC\u6E56\u53BF"],\u963F\u91CC\u5730\u533A:["\u666E\u5170\u53BF","\u672D\u8FBE\u53BF","\u5676\u5C14\u53BF","\u65E5\u571F\u53BF","\u9769\u5409\u53BF","\u6539\u5219\u53BF","\u63AA\u52E4\u53BF"]},\u9655\u897F\u7701:{\u897F\u5B89\u5E02:["\u65B0\u57CE\u533A","\u7891\u6797\u533A","\u83B2\u6E56\u533A","\u705E\u6865\u533A","\u672A\u592E\u533A","\u96C1\u5854\u533A","\u960E\u826F\u533A","\u4E34\u6F7C\u533A","\u957F\u5B89\u533A","\u9AD8\u9675\u533A","\u9120\u9091\u533A","\u84DD\u7530\u53BF","\u5468\u81F3\u53BF"],\u94DC\u5DDD\u5E02:["\u738B\u76CA\u533A","\u5370\u53F0\u533A","\u8000\u5DDE\u533A","\u5B9C\u541B\u53BF"],\u5B9D\u9E21\u5E02:["\u6E2D\u6EE8\u533A","\u91D1\u53F0\u533A","\u9648\u4ED3\u533A","\u51E4\u7FD4\u533A","\u5C90\u5C71\u53BF","\u6276\u98CE\u53BF","\u7709\u53BF","\u9647\u53BF","\u5343\u9633\u53BF","\u9E9F\u6E38\u53BF","\u51E4\u53BF","\u592A\u767D\u53BF"],\u54B8\u9633\u5E02:["\u79E6\u90FD\u533A","\u6768\u9675\u533A","\u6E2D\u57CE\u533A","\u4E09\u539F\u53BF","\u6CFE\u9633\u53BF","\u4E7E\u53BF","\u793C\u6CC9\u53BF","\u6C38\u5BFF\u53BF","\u957F\u6B66\u53BF","\u65EC\u9091\u53BF","\u6DF3\u5316\u53BF","\u6B66\u529F\u53BF","\u5174\u5E73\u5E02","\u5F6C\u5DDE\u5E02"],\u6E2D\u5357\u5E02:["\u4E34\u6E2D\u533A","\u534E\u5DDE\u533A","\u6F7C\u5173\u53BF","\u5927\u8354\u53BF","\u5408\u9633\u53BF","\u6F84\u57CE\u53BF","\u84B2\u57CE\u53BF","\u767D\u6C34\u53BF","\u5BCC\u5E73\u53BF","\u97E9\u57CE\u5E02","\u534E\u9634\u5E02"],\u5EF6\u5B89\u5E02:["\u5B9D\u5854\u533A","\u5B89\u585E\u533A","\u5EF6\u957F\u53BF","\u5EF6\u5DDD\u53BF","\u5FD7\u4E39\u53BF","\u5434\u8D77\u53BF","\u7518\u6CC9\u53BF","\u5BCC\u53BF","\u6D1B\u5DDD\u53BF","\u5B9C\u5DDD\u53BF","\u9EC4\u9F99\u53BF","\u9EC4\u9675\u53BF","\u5B50\u957F\u5E02"],\u6C49\u4E2D\u5E02:["\u6C49\u53F0\u533A","\u5357\u90D1\u533A","\u57CE\u56FA\u53BF","\u6D0B\u53BF","\u897F\u4E61\u53BF","\u52C9\u53BF","\u5B81\u5F3A\u53BF","\u7565\u9633\u53BF","\u9547\u5DF4\u53BF","\u7559\u575D\u53BF","\u4F5B\u576A\u53BF"],\u6986\u6797\u5E02:["\u6986\u9633\u533A","\u6A2A\u5C71\u533A","\u5E9C\u8C37\u53BF","\u9756\u8FB9\u53BF","\u5B9A\u8FB9\u53BF","\u7EE5\u5FB7\u53BF","\u7C73\u8102\u53BF","\u4F73\u53BF","\u5434\u5821\u53BF","\u6E05\u6DA7\u53BF","\u5B50\u6D32\u53BF","\u795E\u6728\u5E02"],\u5B89\u5EB7\u5E02:["\u6C49\u6EE8\u533A","\u6C49\u9634\u53BF","\u77F3\u6CC9\u53BF","\u5B81\u9655\u53BF","\u7D2B\u9633\u53BF","\u5C9A\u768B\u53BF","\u5E73\u5229\u53BF","\u9547\u576A\u53BF","\u767D\u6CB3\u53BF","\u65EC\u9633\u5E02"],\u5546\u6D1B\u5E02:["\u5546\u5DDE\u533A","\u6D1B\u5357\u53BF","\u4E39\u51E4\u53BF","\u5546\u5357\u53BF","\u5C71\u9633\u53BF","\u9547\u5B89\u53BF","\u67DE\u6C34\u53BF"]},\u7518\u8083\u7701:{\u5170\u5DDE\u5E02:["\u57CE\u5173\u533A","\u4E03\u91CC\u6CB3\u533A","\u897F\u56FA\u533A","\u5B89\u5B81\u533A","\u7EA2\u53E4\u533A","\u6C38\u767B\u53BF","\u768B\u5170\u53BF","\u6986\u4E2D\u53BF","\u5170\u5DDE\u65B0\u533A"],\u5609\u5CEA\u5173\u5E02:["\u96C4\u5173\u8857\u9053","\u94A2\u57CE\u8857\u9053","\u65B0\u57CE\u9547","\u5CEA\u6CC9\u9547","\u6587\u6B8A\u9547"],\u91D1\u660C\u5E02:["\u91D1\u5DDD\u533A","\u6C38\u660C\u53BF"],\u767D\u94F6\u5E02:["\u767D\u94F6\u533A","\u5E73\u5DDD\u533A","\u9756\u8FDC\u53BF","\u4F1A\u5B81\u53BF","\u666F\u6CF0\u53BF"],\u5929\u6C34\u5E02:["\u79E6\u5DDE\u533A","\u9EA6\u79EF\u533A","\u6E05\u6C34\u53BF","\u79E6\u5B89\u53BF","\u7518\u8C37\u53BF","\u6B66\u5C71\u53BF","\u5F20\u5BB6\u5DDD\u56DE\u65CF\u81EA\u6CBB\u53BF"],\u6B66\u5A01\u5E02:["\u51C9\u5DDE\u533A","\u6C11\u52E4\u53BF","\u53E4\u6D6A\u53BF","\u5929\u795D\u85CF\u65CF\u81EA\u6CBB\u53BF"],\u5F20\u6396\u5E02:["\u7518\u5DDE\u533A","\u8083\u5357\u88D5\u56FA\u65CF\u81EA\u6CBB\u53BF","\u6C11\u4E50\u53BF","\u4E34\u6CFD\u53BF","\u9AD8\u53F0\u53BF","\u5C71\u4E39\u53BF"],\u5E73\u51C9\u5E02:["\u5D06\u5CD2\u533A","\u6CFE\u5DDD\u53BF","\u7075\u53F0\u53BF","\u5D07\u4FE1\u53BF","\u5E84\u6D6A\u53BF","\u9759\u5B81\u53BF","\u534E\u4EAD\u5E02"],\u9152\u6CC9\u5E02:["\u8083\u5DDE\u533A","\u91D1\u5854\u53BF","\u74DC\u5DDE\u53BF","\u8083\u5317\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF","\u963F\u514B\u585E\u54C8\u8428\u514B\u65CF\u81EA\u6CBB\u53BF","\u7389\u95E8\u5E02","\u6566\u714C\u5E02"],\u5E86\u9633\u5E02:["\u897F\u5CF0\u533A","\u5E86\u57CE\u53BF","\u73AF\u53BF","\u534E\u6C60\u53BF","\u5408\u6C34\u53BF","\u6B63\u5B81\u53BF","\u5B81\u53BF","\u9547\u539F\u53BF"],\u5B9A\u897F\u5E02:["\u5B89\u5B9A\u533A","\u901A\u6E2D\u53BF","\u9647\u897F\u53BF","\u6E2D\u6E90\u53BF","\u4E34\u6D2E\u53BF","\u6F33\u53BF","\u5CB7\u53BF"],\u9647\u5357\u5E02:["\u6B66\u90FD\u533A","\u6210\u53BF","\u6587\u53BF","\u5B95\u660C\u53BF","\u5EB7\u53BF","\u897F\u548C\u53BF","\u793C\u53BF","\u5FBD\u53BF","\u4E24\u5F53\u53BF"],\u4E34\u590F\u56DE\u65CF\u81EA\u6CBB\u5DDE:["\u4E34\u590F\u5E02","\u4E34\u590F\u53BF","\u5EB7\u4E50\u53BF","\u6C38\u9756\u53BF","\u5E7F\u6CB3\u53BF","\u548C\u653F\u53BF","\u4E1C\u4E61\u65CF\u81EA\u6CBB\u53BF","\u79EF\u77F3\u5C71\u4FDD\u5B89\u65CF\u4E1C\u4E61\u65CF\u6492\u62C9\u65CF\u81EA\u6CBB\u53BF"],\u7518\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u5408\u4F5C\u5E02","\u4E34\u6F6D\u53BF","\u5353\u5C3C\u53BF","\u821F\u66F2\u53BF","\u8FED\u90E8\u53BF","\u739B\u66F2\u53BF","\u788C\u66F2\u53BF","\u590F\u6CB3\u53BF"]},\u9752\u6D77\u7701:{\u897F\u5B81\u5E02:["\u57CE\u4E1C\u533A","\u57CE\u4E2D\u533A","\u57CE\u897F\u533A","\u57CE\u5317\u533A","\u6E5F\u4E2D\u533A","\u5927\u901A\u56DE\u65CF\u571F\u65CF\u81EA\u6CBB\u53BF","\u6E5F\u6E90\u53BF"],\u6D77\u4E1C\u5E02:["\u4E50\u90FD\u533A","\u5E73\u5B89\u533A","\u6C11\u548C\u56DE\u65CF\u571F\u65CF\u81EA\u6CBB\u53BF","\u4E92\u52A9\u571F\u65CF\u81EA\u6CBB\u53BF","\u5316\u9686\u56DE\u65CF\u81EA\u6CBB\u53BF","\u5FAA\u5316\u6492\u62C9\u65CF\u81EA\u6CBB\u53BF"],\u6D77\u5317\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u95E8\u6E90\u56DE\u65CF\u81EA\u6CBB\u53BF","\u7941\u8FDE\u53BF","\u6D77\u664F\u53BF","\u521A\u5BDF\u53BF"],\u9EC4\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u540C\u4EC1\u5E02","\u5C16\u624E\u53BF","\u6CFD\u5E93\u53BF","\u6CB3\u5357\u8499\u53E4\u65CF\u81EA\u6CBB\u53BF"],\u6D77\u5357\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u5171\u548C\u53BF","\u540C\u5FB7\u53BF","\u8D35\u5FB7\u53BF","\u5174\u6D77\u53BF","\u8D35\u5357\u53BF"],\u679C\u6D1B\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u739B\u6C81\u53BF","\u73ED\u739B\u53BF","\u7518\u5FB7\u53BF","\u8FBE\u65E5\u53BF","\u4E45\u6CBB\u53BF","\u739B\u591A\u53BF"],\u7389\u6811\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u7389\u6811\u5E02","\u6742\u591A\u53BF","\u79F0\u591A\u53BF","\u6CBB\u591A\u53BF","\u56CA\u8C26\u53BF","\u66F2\u9EBB\u83B1\u53BF"],\u6D77\u897F\u8499\u53E4\u65CF\u85CF\u65CF\u81EA\u6CBB\u5DDE:["\u683C\u5C14\u6728\u5E02","\u5FB7\u4EE4\u54C8\u5E02","\u832B\u5D16\u5E02","\u4E4C\u5170\u53BF","\u90FD\u5170\u53BF","\u5929\u5CFB\u53BF","\u5927\u67F4\u65E6\u884C\u653F\u59D4\u5458\u4F1A"]},\u5B81\u590F\u56DE\u65CF\u81EA\u6CBB\u533A:{\u94F6\u5DDD\u5E02:["\u5174\u5E86\u533A","\u897F\u590F\u533A","\u91D1\u51E4\u533A","\u6C38\u5B81\u53BF","\u8D3A\u5170\u53BF","\u7075\u6B66\u5E02"],\u77F3\u5634\u5C71\u5E02:["\u5927\u6B66\u53E3\u533A","\u60E0\u519C\u533A","\u5E73\u7F57\u53BF"],\u5434\u5FE0\u5E02:["\u5229\u901A\u533A","\u7EA2\u5BFA\u5821\u533A","\u76D0\u6C60\u53BF","\u540C\u5FC3\u53BF","\u9752\u94DC\u5CE1\u5E02"],\u56FA\u539F\u5E02:["\u539F\u5DDE\u533A","\u897F\u5409\u53BF","\u9686\u5FB7\u53BF","\u6CFE\u6E90\u53BF","\u5F6D\u9633\u53BF"],\u4E2D\u536B\u5E02:["\u6C99\u5761\u5934\u533A","\u4E2D\u5B81\u53BF","\u6D77\u539F\u53BF"]},\u65B0\u7586\u7EF4\u543E\u5C14\u81EA\u6CBB\u533A:{\u4E4C\u9C81\u6728\u9F50\u5E02:["\u5929\u5C71\u533A","\u6C99\u4F9D\u5DF4\u514B\u533A","\u65B0\u5E02\u533A","\u6C34\u78E8\u6C9F\u533A","\u5934\u5C6F\u6CB3\u533A","\u8FBE\u5742\u57CE\u533A","\u7C73\u4E1C\u533A","\u4E4C\u9C81\u6728\u9F50\u53BF"],\u514B\u62C9\u739B\u4F9D\u5E02:["\u72EC\u5C71\u5B50\u533A","\u514B\u62C9\u739B\u4F9D\u533A","\u767D\u78B1\u6EE9\u533A","\u4E4C\u5C14\u79BE\u533A"],\u5410\u9C81\u756A\u5E02:["\u9AD8\u660C\u533A","\u912F\u5584\u53BF","\u6258\u514B\u900A\u53BF"],\u54C8\u5BC6\u5E02:["\u4F0A\u5DDE\u533A","\u5DF4\u91CC\u5764\u54C8\u8428\u514B\u81EA\u6CBB\u53BF","\u4F0A\u543E\u53BF"],\u660C\u5409\u56DE\u65CF\u81EA\u6CBB\u5DDE:["\u660C\u5409\u5E02","\u961C\u5EB7\u5E02","\u547C\u56FE\u58C1\u53BF","\u739B\u7EB3\u65AF\u53BF","\u5947\u53F0\u53BF","\u5409\u6728\u8428\u5C14\u53BF","\u6728\u5792\u54C8\u8428\u514B\u81EA\u6CBB\u53BF"],\u535A\u5C14\u5854\u62C9\u8499\u53E4\u81EA\u6CBB\u5DDE:["\u535A\u4E50\u5E02","\u963F\u62C9\u5C71\u53E3\u5E02","\u7CBE\u6CB3\u53BF","\u6E29\u6CC9\u53BF"],\u5DF4\u97F3\u90ED\u695E\u8499\u53E4\u81EA\u6CBB\u5DDE:["\u5E93\u5C14\u52D2\u5E02","\u8F6E\u53F0\u53BF","\u5C09\u7281\u53BF","\u82E5\u7F8C\u53BF","\u4E14\u672B\u53BF","\u7109\u8006\u56DE\u65CF\u81EA\u6CBB\u53BF","\u548C\u9759\u53BF","\u548C\u7855\u53BF","\u535A\u6E56\u53BF"],\u963F\u514B\u82CF\u5730\u533A:["\u963F\u514B\u82CF\u5E02","\u5E93\u8F66\u5E02","\u6E29\u5BBF\u53BF","\u6C99\u96C5\u53BF","\u65B0\u548C\u53BF","\u62DC\u57CE\u53BF","\u4E4C\u4EC0\u53BF","\u963F\u74E6\u63D0\u53BF","\u67EF\u576A\u53BF"],\u514B\u5B5C\u52D2\u82CF\u67EF\u5C14\u514B\u5B5C\u81EA\u6CBB\u5DDE:["\u963F\u56FE\u4EC0\u5E02","\u963F\u514B\u9676\u53BF","\u963F\u5408\u5947\u53BF","\u4E4C\u6070\u53BF"],\u5580\u4EC0\u5730\u533A:["\u5580\u4EC0\u5E02","\u758F\u9644\u53BF","\u758F\u52D2\u53BF","\u82F1\u5409\u6C99\u53BF","\u6CFD\u666E\u53BF","\u838E\u8F66\u53BF","\u53F6\u57CE\u53BF","\u9EA6\u76D6\u63D0\u53BF","\u5CB3\u666E\u6E56\u53BF","\u4F3D\u5E08\u53BF","\u5DF4\u695A\u53BF","\u5854\u4EC0\u5E93\u5C14\u5E72\u5854\u5409\u514B\u81EA\u6CBB\u53BF"],\u548C\u7530\u5730\u533A:["\u548C\u7530\u5E02","\u548C\u7530\u53BF","\u58A8\u7389\u53BF","\u76AE\u5C71\u53BF","\u6D1B\u6D66\u53BF","\u7B56\u52D2\u53BF","\u4E8E\u7530\u53BF","\u6C11\u4E30\u53BF"],\u4F0A\u7281\u54C8\u8428\u514B\u81EA\u6CBB\u5DDE:["\u4F0A\u5B81\u5E02","\u594E\u5C6F\u5E02","\u970D\u5C14\u679C\u65AF\u5E02","\u4F0A\u5B81\u53BF","\u5BDF\u5E03\u67E5\u5C14\u9521\u4F2F\u81EA\u6CBB\u53BF","\u970D\u57CE\u53BF","\u5DE9\u7559\u53BF","\u65B0\u6E90\u53BF","\u662D\u82CF\u53BF","\u7279\u514B\u65AF\u53BF","\u5C3C\u52D2\u514B\u53BF"],\u5854\u57CE\u5730\u533A:["\u5854\u57CE\u5E02","\u4E4C\u82CF\u5E02","\u6C99\u6E7E\u5E02","\u989D\u654F\u53BF","\u6258\u91CC\u53BF","\u88D5\u6C11\u53BF","\u548C\u5E03\u514B\u8D5B\u5C14\u8499\u53E4\u81EA\u6CBB\u53BF"],\u963F\u52D2\u6CF0\u5730\u533A:["\u963F\u52D2\u6CF0\u5E02","\u5E03\u5C14\u6D25\u53BF","\u5BCC\u8574\u53BF","\u798F\u6D77\u53BF","\u54C8\u5DF4\u6CB3\u53BF","\u9752\u6CB3\u53BF","\u5409\u6728\u4E43\u53BF"],\u81EA\u6CBB\u533A\u76F4\u8F96\u53BF\u7EA7\u884C\u653F\u533A\u5212:["\u77F3\u6CB3\u5B50\u5E02","\u963F\u62C9\u5C14\u5E02","\u56FE\u6728\u8212\u514B\u5E02","\u4E94\u5BB6\u6E20\u5E02","\u5317\u5C6F\u5E02","\u94C1\u95E8\u5173\u5E02","\u53CC\u6CB3\u5E02","\u53EF\u514B\u8FBE\u62C9\u5E02","\u6606\u7389\u5E02","\u80E1\u6768\u6CB3\u5E02","\u65B0\u661F\u5E02","\u767D\u6768\u5E02"]}},Nl=t=>t.map(e=>{const n=e.children?Nl(e.children):void 0;return{value:e.code,label:e.name,children:n}});Nl(d6),Nl(fc);const Rl={};fc.forEach(t=>{Rl[t.code]=t.name,t.children.forEach(e=>{Rl[e.code]=e.name,e.children.forEach(n=>{Rl[n.code]=n.name})})});const f6=Object.entries(c6).map(([t,e])=>({label:t,value:t,children:e.map(n=>({label:n,value:n}))})),h6=Object.entries(u6).map(([t,e])=>({label:t,value:t,children:Object.entries(e).map(([n,i])=>({label:n,value:n,children:i.map(o=>({label:o,value:o}))}))}));var lv="";const m6={name:"cascader-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{labelKey(){return this.field.options.labelKey||"label"},valueKey(){return this.field.options.valueKey||"value"},childrenKey(){return this.field.options.childrenKey||"children"},showFullPath(){return this.field.options.showAllLevels===void 0||!!this.field.options.showAllLevels},contentForReadMode(){let t=!this.field.options.checkStrictly,e=this.$refs.fieldEditor.getCheckedNodes(t);return!e||e.length<=0?"--":e.map(n=>n.text).join(", ")},cascaderOptions(){return this.field.options.areaDataEnabled&&this.field.options.areaDataType===1?f6:this.field.options.areaDataEnabled&&this.field.options.areaDataType===2?h6:this.field.options.optionItems}},beforeCreate(){},created(){this.registerToRefList(),this.initOptionItems(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{hideDropDownOnClick(){setTimeout(()=>{document.querySelectorAll(".el-cascader-panel .el-radio").forEach(t=>{t.onclick=()=>{console.log("test====",1111),this.$refs.fieldEditor.popperVisible=!1}})},100)}}},g6={key:0,class:"readonly-mode-field"};function p6(t,e,n,i,o,r){const a=d.resolveComponent("el-cascader"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass(["full-width-input",{"readonly-mode-cascader":t.isReadMode}])},[d.createVNode(a,{ref:"fieldEditor",options:r.cascaderOptions,modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),disabled:n.field.options.disabled||t.isReadMode,clearable:n.field.options.clearable,filterable:n.field.options.filterable,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),"show-all-levels":r.showFullPath,props:{checkStrictly:n.field.options.checkStrictly,multiple:n.field.options.multiple,expandTrigger:"hover",value:r.valueKey,label:r.labelKey,children:r.childrenKey},onVisibleChange:r.hideDropDownOnClick,onExpandChange:r.hideDropDownOnClick,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["options","modelValue","disabled","clearable","filterable","placeholder","show-all-levels","props","onVisibleChange","onExpandChange","onFocus","onBlur","onChange"]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",g6,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var b6=oe(m6,[["render",p6],["__scopeId","data-v-f13cd1d8"]]),y6=Object.freeze(Object.defineProperty({__proto__:null,default:b6},Symbol.toStringTag,{value:"Module"})),av="";const w6={name:"checkbox-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initOptionItems(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},v6={key:0,class:"readonly-mode-field"};function C6(t,e,n,i,o,r){const a=d.resolveComponent("el-checkbox-button"),c=d.resolveComponent("el-checkbox"),m=d.resolveComponent("el-checkbox-group"),f=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(f,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(m,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=l=>o.fieldModel=l),disabled:n.field.options.disabled,onChange:t.handleChangeEvent},{default:d.withCtx(()=>[n.field.options.buttonStyle?(d.openBlock(!0),d.createElementBlock(d.Fragment,{key:0},d.renderList(n.field.options.optionItems,(l,s)=>(d.openBlock(),d.createBlock(a,{key:s,label:l.value,disabled:l.disabled,border:n.field.options.border,style:d.normalizeStyle({display:n.field.options.displayStyle})},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(l.label),1)]),_:2},1032,["label","disabled","border","style"]))),128)):(d.openBlock(!0),d.createElementBlock(d.Fragment,{key:1},d.renderList(n.field.options.optionItems,(l,s)=>(d.openBlock(),d.createBlock(c,{key:s,label:l.value,disabled:l.disabled,border:n.field.options.border,style:d.normalizeStyle({display:n.field.options.displayStyle})},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(l.label),1)]),_:2},1032,["label","disabled","border","style"]))),128))]),_:1},8,["modelValue","disabled","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",v6,d.toDisplayString(t.optionLabel),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var E6=oe(w6,[["render",C6],["__scopeId","data-v-4c624a63"]]),S6=Object.freeze(Object.defineProperty({__proto__:null,default:E6},Symbol.toStringTag,{value:"Module"})),sv="";const O6={name:"color-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},x6={key:0,class:"readonly-mode-field"};function k6(t,e,n,i,o,r){const a=d.resolveComponent("el-color-picker"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass([t.isReadMode?"readonly-mode-color":""])},[d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),disabled:n.field.options.disabled,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","onChange"]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",x6,d.toDisplayString(o.fieldModel),1)):d.createCommentVNode("",!0)],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var F6=oe(O6,[["render",k6],["__scopeId","data-v-6aecee81"]]),N6=Object.freeze(Object.defineProperty({__proto__:null,default:F6},Symbol.toStringTag,{value:"Module"})),dv="";const R6={name:"date-range-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{contentForReadMode(){return this.fieldModel?this.fieldModel[0]+" - "+this.fieldModel[1]:"--"},dateRangeKey(){return this.widgetKey||this.field.id}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{refreshWidgetKey(){this.widgetKey="date-range-key-"+ut()}}},_6={key:0,class:"readonly-mode-field"};function T6(t,e,n,i,o,r){const a=d.resolveComponent("el-date-picker"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass([n.field.options.autoFullWidth?"auto-full-width":"",t.isReadMode?"readonly-mode-date-range":""])},[(d.openBlock(),d.createBlock(a,{ref:"fieldEditor",type:n.field.options.type,modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),key:r.dateRangeKey,class:d.normalizeClass([n.field.options.autoFullWidth?"auto-full-width":""]),disabled:n.field.options.disabled,readonly:n.field.options.readonly,clearable:n.field.options.clearable,editable:n.field.options.editable,format:n.field.options.format,"value-format":n.field.options.valueFormat,"start-placeholder":n.field.options.startPlaceholder||t.i18nt("render.hint.startDatePlaceholder"),"end-placeholder":n.field.options.endPlaceholder||t.i18nt("render.hint.endDatePlaceholder"),onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["type","modelValue","class","disabled","readonly","clearable","editable","format","value-format","start-placeholder","end-placeholder","onFocus","onBlur","onChange"])),t.isReadMode?(d.openBlock(),d.createElementBlock("span",_6,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var D6=oe(R6,[["render",T6],["__scopeId","data-v-938096c8"]]),M6=Object.freeze(Object.defineProperty({__proto__:null,default:D6},Symbol.toStringTag,{value:"Module"})),cv="";const A6={name:"date-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},L6={key:0,class:"readonly-mode-field"};function I6(t,e,n,i,o,r){const a=d.resolveComponent("el-date-picker"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass([n.field.options.autoFullWidth?"auto-full-width":"",t.isReadMode?"readonly-mode-date":""])},[d.createVNode(a,{ref:"fieldEditor",type:n.field.options.type,modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:d.normalizeClass([n.field.options.autoFullWidth?"auto-full-width":""]),readonly:n.field.options.readonly,disabled:n.field.options.disabled,clearable:n.field.options.clearable,editable:n.field.options.editable,format:n.field.options.format,"value-format":n.field.options.valueFormat,placeholder:n.field.options.placeholder||t.i18nt("render.hint.datePlaceholder"),onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["type","modelValue","class","readonly","disabled","clearable","editable","format","value-format","placeholder","onFocus","onBlur","onChange"]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",L6,d.toDisplayString(o.fieldModel),1)):d.createCommentVNode("",!0)],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var B6=oe(A6,[["render",I6],["__scopeId","data-v-003a1e9d"]]),P6=Object.freeze(Object.defineProperty({__proto__:null,default:B6},Symbol.toStringTag,{value:"Module"})),uv="";const V6={name:"divider-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function H6(t,e,n,i,o,r){const a=d.resolveComponent("el-divider"),c=d.resolveComponent("static-content-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,{ref:"fieldEditor",direction:n.field.options.direction,"content-position":n.field.options.contentPosition},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(n.field.options.label),1)]),_:1},8,["direction","content-position"])]),_:1},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var z6=oe(V6,[["render",H6],["__scopeId","data-v-2c867eec"]]),W6=Object.freeze(Object.defineProperty({__proto__:null,default:z6},Symbol.toStringTag,{value:"Module"})),fv="";let q6="'"+pn("render.hint.selectFile")+"'";const U6={name:"file-upload-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{SvgIcon:Pe,FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:[],rules:[],uploadHeaders:{},uploadData:{key:""},fileList:[],styleVariables:{"--select-file-action":q6}}},computed:{realUploadURL(){let t=this.field.options.uploadURL;if(!!t&&(t.indexOf("DSV.")>-1||t.indexOf("DSV[")>-1)){let e=this.getGlobalDsv();return console.log("test DSV: ",e),mn(this.field.options.uploadURL,e)}return this.field.options.uploadURL},uploadBtnHidden(){return!this.fileList||this.fileList.length>=this.field.options.limit}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleFileExceed(){let t=this.field.options.limit;this.$message.warning(this.i18nt("render.hint.uploadExceed").replace("${uploadLimit}",t))},beforeFileUpload(t){let e=!1,n=t.name.substring(t.name.lastIndexOf(".")+1);if(!!this.field.options&&!!this.field.options.fileTypes){let r=this.field.options.fileTypes;r.length>0&&(e=r.some(a=>n.toLowerCase()===a.toLowerCase()))}if(!e)return this.$message.error(this.i18nt("render.hint.unsupportedFileType")+n),!1;let i=!1,o=5;return!!this.field.options&&!!this.field.options.fileMaxSize&&(o=this.field.options.fileMaxSize),i=t.size/1024/1024<=o,i?(this.uploadData.key=t.name,this.handleOnBeforeUpload(t)):(this.$message.error(this.i18nt("render.hint.fileSizeExceed")+o+"MB"),!1)},handleOnBeforeUpload(t){if(this.field.options.onBeforeUpload){let n=new Function("file",this.field.options.onBeforeUpload).call(this,t);return typeof n=="boolean"?n:!0}return!0},updateFieldModelAndEmitDataChangeForUpload(t,e,n){this.fieldModel=this.fieldModel||[];let i=xe(this.fieldModel);!!e&&!!e.name&&!!e.url?this.fieldModel.push({name:e.name,url:e.url}):!!n&&!!n.name&&!!n.url?this.fieldModel.push({name:n.name,url:n.url}):!!n&&!!n.data&&!!n.data.name&&!!n.data.url?this.fieldModel.push({name:n.data.name,url:n.data.url}):this.fieldModel=xe(t),this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,i)},handleFileUpload(t,e,n){if(e.status==="success"){let i=null;this.field.options.onUploadSuccess&&(i=new Function("result","file","fileList",this.field.options.onUploadSuccess).call(this,t,e,n)),this.updateFieldModelAndEmitDataChangeForUpload(n,i,t),!!i&&!!i.name?e.name=i.name:e.name=e.name||t.name||t.fileName||t.filename,!!i&&!!i.url?e.url=i.url:e.url=e.url||t.url,this.fileList=xe(n),this.$nextTick(()=>{this.clearValidate()})}},updateFieldModelAndEmitDataChangeForRemove(t,e){let n=xe(this.fieldModel);this.fieldModel.splice(t,1),this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,n)},removeUploadFile(t,e,n){let i=-1,o=null;this.fileList.forEach((r,a)=>{r.name===t&&(r.url===e||!!n&&r.uid===n)&&(i=a,o=r)}),i>=0&&(this.fileList.splice(i,1),this.updateFieldModelAndEmitDataChangeForRemove(i,this.fileList),this.field.options.onFileRemove&&new Function("file","fileList",this.field.options.onFileRemove).call(this,o,this.fileList))},handleUploadError(t,e,n){this.field.options.onUploadError?new Function("error","file","fileList",this.field.options.onUploadError).call(this,t,e,n):this.$message({message:this.i18nt("render.hint.uploadError")+t,duration:3e3,type:"error"})}}},j6=t=>(d.pushScopeId("data-v-3235062e"),t=t(),d.popScopeId(),t),K6={key:0,class:"el-upload__tip"},G6=j6(()=>d.createElementVNode("i",{class:"el-icon-plus avatar-uploader-icon"},null,-1)),Y6={class:"upload-file-list"},J6=["title"],X6=["href"],Z6=["title"],Q6=["title","onClick"];function $6(t,e,n,i,o,r){const a=d.resolveComponent("svg-icon"),c=d.resolveComponent("el-upload"),m=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(m,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(c,{ref:"fieldEditor",disabled:n.field.options.disabled||t.isReadMode,style:d.normalizeStyle(o.styleVariables),class:d.normalizeClass(["dynamicPseudoAfter",{hideUploadDiv:r.uploadBtnHidden||t.isReadMode}]),action:r.realUploadURL,headers:o.uploadHeaders,data:o.uploadData,"with-credentials":n.field.options.withCredentials,multiple:n.field.options.multipleSelect,"file-list":o.fileList,"show-file-list":n.field.options.showFileList,limit:n.field.options.limit,"on-exceed":r.handleFileExceed,"before-upload":r.beforeFileUpload,"on-success":r.handleFileUpload,"on-error":r.handleUploadError},{tip:d.withCtx(()=>[n.field.options.uploadTip?(d.openBlock(),d.createElementBlock("div",K6,d.toDisplayString(n.field.options.uploadTip),1)):d.createCommentVNode("",!0)]),default:d.withCtx(()=>[!n.field.options.disabled&&!t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[d.createVNode(a,{"icon-class":"el-plus"}),G6],64)):d.createCommentVNode("",!0)]),file:d.withCtx(({file:f})=>[d.createElementVNode("div",Y6,[d.createElementVNode("span",{class:"upload-file-name",title:f.name},d.toDisplayString(f.name),9,J6),d.createElementVNode("a",{href:f.url,download:"",target:"_blank"},[d.createElementVNode("span",{class:"el-icon-download file-action",title:t.i18nt("render.hint.downloadFile")},[d.createVNode(a,{"icon-class":"el-download"})],8,Z6)],8,X6),!n.field.options.disabled&&!t.isReadMode?(d.openBlock(),d.createElementBlock("span",{key:0,class:"file-action",title:t.i18nt("render.hint.removeFile"),onClick:l=>r.removeUploadFile(f.name,f.url,f.uid)},[d.createVNode(a,{"icon-class":"el-delete"})],8,Q6)):d.createCommentVNode("",!0)])]),_:1},8,["disabled","style","action","headers","data","with-credentials","multiple","file-list","show-file-list","class","limit","on-exceed","before-upload","on-success","on-error"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var e5=oe(U6,[["render",$6],["__scopeId","data-v-3235062e"]]),t5=Object.freeze(Object.defineProperty({__proto__:null,default:e5},Symbol.toStringTag,{value:"Module"})),hv="";const n5={name:"html-text-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},i5=["innerHTML"];function o5(t,e,n,i,o,r){const a=d.resolveComponent("static-content-wrapper");return d.openBlock(),d.createBlock(a,{designer:n.designer,field:n.field,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{ref:"fieldEditor",innerHTML:n.field.options.htmlContent},null,8,i5)]),_:1},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var r5=oe(n5,[["render",o5],["__scopeId","data-v-3d941b4e"]]),l5=Object.freeze(Object.defineProperty({__proto__:null,default:r5},Symbol.toStringTag,{value:"Module"})),mv="";const a5={name:"input-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},s5={key:0,class:"readonly-mode-field"},d5={key:1,class:"readonly-mode-field"};function c5(t,e,n,i,o,r){const a=d.resolveComponent("el-icon"),c=d.resolveComponent("el-button"),m=d.resolveComponent("el-input"),f=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(f,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(m,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=l=>o.fieldModel=l),disabled:n.field.options.disabled,readonly:n.field.options.readonly,size:n.field.options.size,class:"hide-spin-button",type:r.inputType,"show-password":n.field.options.showPassword,placeholder:n.field.options.placeholder,clearable:n.field.options.clearable,minlength:n.field.options.minLength,maxlength:n.field.options.maxLength,"show-word-limit":n.field.options.showWordLimit,"prefix-icon":n.field.options.prefixIcon,"suffix-icon":n.field.options.suffixIcon,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onInput:t.handleInputCustomEvent,onChange:t.handleChangeEvent},d.createSlots({_:2},[n.field.options.appendButton?{name:"append",fn:d.withCtx(()=>[d.createVNode(c,{disabled:n.field.options.disabled||n.field.options.appendButtonDisabled,onClick:t.emitAppendButtonClick},{default:d.withCtx(()=>[n.field.options.buttonIcon?(d.openBlock(),d.createBlock(a,{key:0},{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.buttonIcon)))]),_:1})):d.createCommentVNode("",!0),d.createTextVNode(" "+d.toDisplayString(n.field.options.textForAppend),1)]),_:1},8,["disabled","onClick"])]),key:"0"}:void 0]),1032,["modelValue","disabled","readonly","size","type","show-password","placeholder","clearable","minlength","maxlength","show-word-limit","prefix-icon","suffix-icon","onFocus","onBlur","onInput","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[n.field.options.type==="password"?(d.openBlock(),d.createElementBlock("span",s5,"********")):(d.openBlock(),d.createElementBlock("span",d5,d.toDisplayString(r.contentForReadMode),1))],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var u5=oe(a5,[["render",c5],["__scopeId","data-v-3dd807e6"]]),f5=Object.freeze(Object.defineProperty({__proto__:null,default:u5},Symbol.toStringTag,{value:"Module"})),gv="";const h5={name:"number-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{showControls(){return this.field.options.controls===void 0?!0:this.field.options.controls},contentForReadMode(){return this.fieldModel===null||this.fieldModel===void 0?"--":this.fieldModel}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},m5={key:0,class:"readonly-mode-field"};function g5(t,e,n,i,o,r){const a=d.resolveComponent("el-input-number"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:"full-width-input",disabled:n.field.options.disabled,controls:r.showControls,"controls-position":n.field.options.controlsPosition,placeholder:n.field.options.placeholder,min:n.field.options.min,max:n.field.options.max,precision:n.field.options.precision,step:n.field.options.step,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","controls","controls-position","placeholder","min","max","precision","step","onFocus","onBlur","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",m5,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var p5=oe(h5,[["render",g5],["__scopeId","data-v-bc164d3a"]]),b5=Object.freeze(Object.defineProperty({__proto__:null,default:p5},Symbol.toStringTag,{value:"Module"})),pv="";const y5={name:"picture-upload-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:[],rules:[],uploadHeaders:{},uploadData:{key:""},fileList:[],fileListBeforeRemove:[],previewUrl:"",showPreviewDialogFlag:!1}},computed:{realUploadURL(){let t=this.field.options.uploadURL;if(!!t&&(t.indexOf("DSV.")>-1||t.indexOf("DSV[")>-1)){let e=this.getGlobalDsv();return console.info("test DSV: ",e),mn(this.field.options.uploadURL,e)}return this.field.options.uploadURL},uploadBtnHidden(){return!this.fileList||this.fileList.length>=this.field.options.limit}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handlePictureExceed(){let t=this.field.options.limit;this.$message.warning(this.i18nt("render.hint.uploadExceed").replace("${uploadLimit}",t))},handlePicturePreview(t){this.previewUrl=t.url,this.showPreviewDialogFlag=!0},beforePictureUpload(t){let e=!1;if(!!this.field.options&&!!this.field.options.fileTypes){let o=this.field.options.fileTypes;o.length>0&&(e=o.some(r=>t.type==="image/"+r))}if(!e)return this.$message.error(this.i18nt("render.hint.unsupportedFileType")+t.type),!1;let n=!1,i=5;return!!this.field.options&&!!this.field.options.fileMaxSize&&(i=this.field.options.fileMaxSize),n=t.size/1024/1024<=i,n?(this.uploadData.key=t.name,this.handleOnBeforeUpload(t)):(this.$message.error(this.$("render.hint.fileSizeExceed")+i+"MB"),!1)},handleOnBeforeUpload(t){if(this.field.options.onBeforeUpload){let n=new Function("file",this.field.options.onBeforeUpload).call(this,t);return typeof n=="boolean"?n:!0}return!0},updateFieldModelAndEmitDataChangeForUpload(t,e,n){this.fieldModel=this.fieldModel||[];let i=xe(this.fieldModel);!!e&&!!e.name&&!!e.url?this.fieldModel.push({name:e.name,url:e.url}):!!n&&!!n.name&&!!n.url?this.fieldModel.push({name:n.name,url:n.url}):!!n&&!!n.data&&!!n.data.name&&!!n.data.url?this.fieldModel.push({name:n.data.name,url:n.data.url}):this.fieldModel=xe(t),this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,i)},handlePictureUpload(t,e,n){if(e.status==="success"){let i=null;this.field.options.onUploadSuccess&&(i=new Function("result","file","fileList",this.field.options.onUploadSuccess).call(this,t,e,n)),this.updateFieldModelAndEmitDataChangeForUpload(n,i,t),this.fileList=xe(n),this.$nextTick(()=>{this.clearValidate()})}},updateFieldModelAndEmitDataChangeForRemove(t,e){let n=xe(this.fieldModel),i=-1;this.fileListBeforeRemove.map((o,r)=>{o.name===t.name&&(o.url===t.url||!!o.uid&&o.uid===t.uid)&&(i=r)}),i>-1&&this.fieldModel.splice(i,1),this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,n)},handleBeforeRemove(t,e){this.fileListBeforeRemove=xe(e)},handlePictureRemove(t,e){this.updateFieldModelAndEmitDataChangeForRemove(t,e),this.fileList=xe(e),this.field.options.onFileRemove&&new Function("file","fileList",this.field.options.onFileRemove).call(this,t,e)},handleUploadError(t,e,n){this.field.options.onUploadError?new Function("error","file","fileList",this.field.options.onUploadError).call(this,t,e,n):this.$message({message:this.i18nt("render.hint.uploadError")+t,duration:3e3,type:"error"})}}},w5={key:0,class:"el-upload__tip"},v5={key:0,class:"uploader-icon"},C5={key:0},E5=["src"];function S5(t,e,n,i,o,r){const a=d.resolveComponent("svg-icon"),c=d.resolveComponent("el-upload"),m=d.resolveComponent("el-dialog"),f=d.resolveComponent("form-item-wrapper"),l=d.resolveDirective("drag");return d.openBlock(),d.createBlock(f,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(c,{ref:"fieldEditor",disabled:n.field.options.disabled||t.isReadMode,action:r.realUploadURL,headers:o.uploadHeaders,data:o.uploadData,"with-credentials":n.field.options.withCredentials,multiple:n.field.options.multipleSelect,"file-list":o.fileList,"show-file-list":n.field.options.showFileList,"list-type":"picture-card",class:d.normalizeClass({hideUploadDiv:r.uploadBtnHidden||t.isReadMode}),limit:n.field.options.limit,"on-exceed":r.handlePictureExceed,"on-preview":r.handlePicturePreview,"before-upload":r.beforePictureUpload,"on-success":r.handlePictureUpload,"on-error":r.handleUploadError,"before-remove":r.handleBeforeRemove,"on-remove":r.handlePictureRemove},{tip:d.withCtx(()=>[n.field.options.uploadTip?(d.openBlock(),d.createElementBlock("div",w5,d.toDisplayString(n.field.options.uploadTip),1)):d.createCommentVNode("",!0)]),default:d.withCtx(()=>[!n.field.options.disabled&&!t.isReadMode?(d.openBlock(),d.createElementBlock("div",v5,[d.createVNode(a,{"icon-class":"el-plus"})])):d.createCommentVNode("",!0)]),_:1},8,["disabled","action","headers","data","with-credentials","multiple","file-list","show-file-list","class","limit","on-exceed","on-preview","before-upload","on-success","on-error","before-remove","on-remove"]),o.showPreviewDialogFlag?d.withDirectives((d.openBlock(),d.createElementBlock("div",C5,[d.createVNode(m,{title:"",modelValue:o.showPreviewDialogFlag,"onUpdate:modelValue":e[0]||(e[0]=s=>o.showPreviewDialogFlag=s),"append-to-body":"",width:"60%","show-close":!0,class:"drag-dialog small-padding-dialog","close-on-click-modal":!0,"close-on-press-escape":!0,"destroy-on-close":!0},{default:d.withCtx(()=>[d.createElementVNode("img",{src:o.previewUrl,style:{width:"100%"},alt:""},null,8,E5)]),_:1},8,["modelValue"])])),[[l,[".drag-dialog.el-dialog",".drag-dialog .el-dialog__header"]]]):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var O5=oe(y5,[["render",S5],["__scopeId","data-v-1bc41cdd"]]),x5=Object.freeze(Object.defineProperty({__proto__:null,default:O5},Symbol.toStringTag,{value:"Module"})),bv="";const k5={name:"radio-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initOptionItems(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},F5={key:0,class:"readonly-mode-field"};function N5(t,e,n,i,o,r){const a=d.resolveComponent("el-radio-button"),c=d.resolveComponent("el-radio"),m=d.resolveComponent("el-radio-group"),f=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(f,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(m,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=l=>o.fieldModel=l),disabled:n.field.options.disabled,style:d.normalizeStyle({display:n.field.options.displayStyle+" !important"}),onChange:t.handleChangeEvent},{default:d.withCtx(()=>[n.field.options.buttonStyle?(d.openBlock(!0),d.createElementBlock(d.Fragment,{key:0},d.renderList(n.field.options.optionItems,(l,s)=>(d.openBlock(),d.createBlock(a,{key:s,label:l.value,disabled:l.disabled,border:n.field.options.border,style:d.normalizeStyle({display:n.field.options.displayStyle})},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(l.label),1)]),_:2},1032,["label","disabled","border","style"]))),128)):(d.openBlock(!0),d.createElementBlock(d.Fragment,{key:1},d.renderList(n.field.options.optionItems,(l,s)=>(d.openBlock(),d.createBlock(c,{key:s,label:l.value,disabled:l.disabled,border:n.field.options.border,style:d.normalizeStyle({display:n.field.options.displayStyle})},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(l.label),1)]),_:2},1032,["label","disabled","border","style"]))),128))]),_:1},8,["modelValue","disabled","style","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",F5,d.toDisplayString(t.optionLabel),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var R5=oe(k5,[["render",N5],["__scopeId","data-v-de87930e"]]),_5=Object.freeze(Object.defineProperty({__proto__:null,default:R5},Symbol.toStringTag,{value:"Module"})),yv="",wv="";const T5={name:"rate-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function D5(t,e,n,i,o,r){const a=d.resolveComponent("el-rate"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:"no-margin-top",disabled:n.field.options.disabled||t.isReadMode,max:n.field.options.max,"low-threshold":n.field.options.lowThreshold,"high-threshold":n.field.options.highThreshold,"allow-half":n.field.options.allowHalf,"show-text":n.field.options.showText,"show-score":n.field.options.showScore,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","max","low-threshold","high-threshold","allow-half","show-text","show-score","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var M5=oe(T5,[["render",D5],["__scopeId","data-v-bd00493c"]]),A5=Object.freeze(Object.defineProperty({__proto__:null,default:M5},Symbol.toStringTag,{value:"Module"})),hc={exports:{}};/*!
|
|
18
|
+
* Quill Editor v1.3.7
|
|
19
|
+
* https://quilljs.com/
|
|
20
|
+
* Copyright (c) 2014, Jason Chen
|
|
21
|
+
* Copyright (c) 2013, salesforce.com
|
|
22
|
+
*/(function(t,e){(function(i,o){t.exports=o()})(typeof self!="undefined"?self:zi,function(){return function(n){var i={};function o(r){if(i[r])return i[r].exports;var a=i[r]={i:r,l:!1,exports:{}};return n[r].call(a.exports,a,a.exports,o),a.l=!0,a.exports}return o.m=n,o.c=i,o.d=function(r,a,c){o.o(r,a)||Object.defineProperty(r,a,{configurable:!1,enumerable:!0,get:c})},o.n=function(r){var a=r&&r.__esModule?function(){return r.default}:function(){return r};return o.d(a,"a",a),a},o.o=function(r,a){return Object.prototype.hasOwnProperty.call(r,a)},o.p="",o(o.s=109)}([function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(17),a=o(18),c=o(19),m=o(45),f=o(46),l=o(47),s=o(48),u=o(49),h=o(12),g=o(32),b=o(33),p=o(31),y=o(1),v={Scope:y.Scope,create:y.create,find:y.find,query:y.query,register:y.register,Container:r.default,Format:a.default,Leaf:c.default,Embed:s.default,Scroll:m.default,Block:l.default,Inline:f.default,Text:u.default,Attributor:{Attribute:h.default,Class:g.default,Style:b.default,Store:p.default}};i.default=v},function(n,i,o){var r=this&&this.__extends||function(){var p=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(y,v){y.__proto__=v}||function(y,v){for(var C in v)v.hasOwnProperty(C)&&(y[C]=v[C])};return function(y,v){p(y,v);function C(){this.constructor=y}y.prototype=v===null?Object.create(v):(C.prototype=v.prototype,new C)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=function(p){r(y,p);function y(v){var C=this;return v="[Parchment] "+v,C=p.call(this,v)||this,C.message=v,C.name=C.constructor.name,C}return y}(Error);i.ParchmentError=a;var c={},m={},f={},l={};i.DATA_KEY="__blot";var s;(function(p){p[p.TYPE=3]="TYPE",p[p.LEVEL=12]="LEVEL",p[p.ATTRIBUTE=13]="ATTRIBUTE",p[p.BLOT=14]="BLOT",p[p.INLINE=7]="INLINE",p[p.BLOCK=11]="BLOCK",p[p.BLOCK_BLOT=10]="BLOCK_BLOT",p[p.INLINE_BLOT=6]="INLINE_BLOT",p[p.BLOCK_ATTRIBUTE=9]="BLOCK_ATTRIBUTE",p[p.INLINE_ATTRIBUTE=5]="INLINE_ATTRIBUTE",p[p.ANY=15]="ANY"})(s=i.Scope||(i.Scope={}));function u(p,y){var v=g(p);if(v==null)throw new a("Unable to create "+p+" blot");var C=v,w=p instanceof Node||p.nodeType===Node.TEXT_NODE?p:C.create(y);return new C(w,y)}i.create=u;function h(p,y){return y===void 0&&(y=!1),p==null?null:p[i.DATA_KEY]!=null?p[i.DATA_KEY].blot:y?h(p.parentNode,y):null}i.find=h;function g(p,y){y===void 0&&(y=s.ANY);var v;if(typeof p=="string")v=l[p]||c[p];else if(p instanceof Text||p.nodeType===Node.TEXT_NODE)v=l.text;else if(typeof p=="number")p&s.LEVEL&s.BLOCK?v=l.block:p&s.LEVEL&s.INLINE&&(v=l.inline);else if(p instanceof HTMLElement){var C=(p.getAttribute("class")||"").split(/\s+/);for(var w in C)if(v=m[C[w]],v)break;v=v||f[p.tagName]}return v==null?null:y&s.LEVEL&v.scope&&y&s.TYPE&v.scope?v:null}i.query=g;function b(){for(var p=[],y=0;y<arguments.length;y++)p[y]=arguments[y];if(p.length>1)return p.map(function(w){return b(w)});var v=p[0];if(typeof v.blotName!="string"&&typeof v.attrName!="string")throw new a("Invalid definition");if(v.blotName==="abstract")throw new a("Cannot register abstract class");if(l[v.blotName||v.attrName]=v,typeof v.keyName=="string")c[v.keyName]=v;else if(v.className!=null&&(m[v.className]=v),v.tagName!=null){Array.isArray(v.tagName)?v.tagName=v.tagName.map(function(w){return w.toUpperCase()}):v.tagName=v.tagName.toUpperCase();var C=Array.isArray(v.tagName)?v.tagName:[v.tagName];C.forEach(function(w){(f[w]==null||v.className==null)&&(f[w]=v)})}return v}i.register=b},function(n,i,o){var r=o(51),a=o(11),c=o(3),m=o(20),f=String.fromCharCode(0),l=function(s){Array.isArray(s)?this.ops=s:s!=null&&Array.isArray(s.ops)?this.ops=s.ops:this.ops=[]};l.prototype.insert=function(s,u){var h={};return s.length===0?this:(h.insert=s,u!=null&&typeof u=="object"&&Object.keys(u).length>0&&(h.attributes=u),this.push(h))},l.prototype.delete=function(s){return s<=0?this:this.push({delete:s})},l.prototype.retain=function(s,u){if(s<=0)return this;var h={retain:s};return u!=null&&typeof u=="object"&&Object.keys(u).length>0&&(h.attributes=u),this.push(h)},l.prototype.push=function(s){var u=this.ops.length,h=this.ops[u-1];if(s=c(!0,{},s),typeof h=="object"){if(typeof s.delete=="number"&&typeof h.delete=="number")return this.ops[u-1]={delete:h.delete+s.delete},this;if(typeof h.delete=="number"&&s.insert!=null&&(u-=1,h=this.ops[u-1],typeof h!="object"))return this.ops.unshift(s),this;if(a(s.attributes,h.attributes)){if(typeof s.insert=="string"&&typeof h.insert=="string")return this.ops[u-1]={insert:h.insert+s.insert},typeof s.attributes=="object"&&(this.ops[u-1].attributes=s.attributes),this;if(typeof s.retain=="number"&&typeof h.retain=="number")return this.ops[u-1]={retain:h.retain+s.retain},typeof s.attributes=="object"&&(this.ops[u-1].attributes=s.attributes),this}}return u===this.ops.length?this.ops.push(s):this.ops.splice(u,0,s),this},l.prototype.chop=function(){var s=this.ops[this.ops.length-1];return s&&s.retain&&!s.attributes&&this.ops.pop(),this},l.prototype.filter=function(s){return this.ops.filter(s)},l.prototype.forEach=function(s){this.ops.forEach(s)},l.prototype.map=function(s){return this.ops.map(s)},l.prototype.partition=function(s){var u=[],h=[];return this.forEach(function(g){var b=s(g)?u:h;b.push(g)}),[u,h]},l.prototype.reduce=function(s,u){return this.ops.reduce(s,u)},l.prototype.changeLength=function(){return this.reduce(function(s,u){return u.insert?s+m.length(u):u.delete?s-u.delete:s},0)},l.prototype.length=function(){return this.reduce(function(s,u){return s+m.length(u)},0)},l.prototype.slice=function(s,u){s=s||0,typeof u!="number"&&(u=1/0);for(var h=[],g=m.iterator(this.ops),b=0;b<u&&g.hasNext();){var p;b<s?p=g.next(s-b):(p=g.next(u-b),h.push(p)),b+=m.length(p)}return new l(h)},l.prototype.compose=function(s){var u=m.iterator(this.ops),h=m.iterator(s.ops),g=[],b=h.peek();if(b!=null&&typeof b.retain=="number"&&b.attributes==null){for(var p=b.retain;u.peekType()==="insert"&&u.peekLength()<=p;)p-=u.peekLength(),g.push(u.next());b.retain-p>0&&h.next(b.retain-p)}for(var y=new l(g);u.hasNext()||h.hasNext();)if(h.peekType()==="insert")y.push(h.next());else if(u.peekType()==="delete")y.push(u.next());else{var v=Math.min(u.peekLength(),h.peekLength()),C=u.next(v),w=h.next(v);if(typeof w.retain=="number"){var E={};typeof C.retain=="number"?E.retain=v:E.insert=C.insert;var S=m.attributes.compose(C.attributes,w.attributes,typeof C.retain=="number");if(S&&(E.attributes=S),y.push(E),!h.hasNext()&&a(y.ops[y.ops.length-1],E)){var O=new l(u.rest());return y.concat(O).chop()}}else typeof w.delete=="number"&&typeof C.retain=="number"&&y.push(w)}return y.chop()},l.prototype.concat=function(s){var u=new l(this.ops.slice());return s.ops.length>0&&(u.push(s.ops[0]),u.ops=u.ops.concat(s.ops.slice(1))),u},l.prototype.diff=function(s,u){if(this.ops===s.ops)return new l;var h=[this,s].map(function(v){return v.map(function(C){if(C.insert!=null)return typeof C.insert=="string"?C.insert:f;var w=v===s?"on":"with";throw new Error("diff() called "+w+" non-document")}).join("")}),g=new l,b=r(h[0],h[1],u),p=m.iterator(this.ops),y=m.iterator(s.ops);return b.forEach(function(v){for(var C=v[1].length;C>0;){var w=0;switch(v[0]){case r.INSERT:w=Math.min(y.peekLength(),C),g.push(y.next(w));break;case r.DELETE:w=Math.min(C,p.peekLength()),p.next(w),g.delete(w);break;case r.EQUAL:w=Math.min(p.peekLength(),y.peekLength(),C);var E=p.next(w),S=y.next(w);a(E.insert,S.insert)?g.retain(w,m.attributes.diff(E.attributes,S.attributes)):g.push(S).delete(w);break}C-=w}}),g.chop()},l.prototype.eachLine=function(s,u){u=u||`
|
|
23
|
+
`;for(var h=m.iterator(this.ops),g=new l,b=0;h.hasNext();){if(h.peekType()!=="insert")return;var p=h.peek(),y=m.length(p)-h.peekLength(),v=typeof p.insert=="string"?p.insert.indexOf(u,y)-y:-1;if(v<0)g.push(h.next());else if(v>0)g.push(h.next(v));else{if(s(g,h.next(1).attributes||{},b)===!1)return;b+=1,g=new l}}g.length()>0&&s(g,{},b)},l.prototype.transform=function(s,u){if(u=!!u,typeof s=="number")return this.transformPosition(s,u);for(var h=m.iterator(this.ops),g=m.iterator(s.ops),b=new l;h.hasNext()||g.hasNext();)if(h.peekType()==="insert"&&(u||g.peekType()!=="insert"))b.retain(m.length(h.next()));else if(g.peekType()==="insert")b.push(g.next());else{var p=Math.min(h.peekLength(),g.peekLength()),y=h.next(p),v=g.next(p);if(y.delete)continue;v.delete?b.push(v):b.retain(p,m.attributes.transform(y.attributes,v.attributes,u))}return b.chop()},l.prototype.transformPosition=function(s,u){u=!!u;for(var h=m.iterator(this.ops),g=0;h.hasNext()&&g<=s;){var b=h.peekLength(),p=h.peekType();if(h.next(),p==="delete"){s-=Math.min(b,s-g);continue}else p==="insert"&&(g<s||!u)&&(s+=b);g+=b}return s},n.exports=l},function(n,i){var o=Object.prototype.hasOwnProperty,r=Object.prototype.toString,a=Object.defineProperty,c=Object.getOwnPropertyDescriptor,m=function(h){return typeof Array.isArray=="function"?Array.isArray(h):r.call(h)==="[object Array]"},f=function(h){if(!h||r.call(h)!=="[object Object]")return!1;var g=o.call(h,"constructor"),b=h.constructor&&h.constructor.prototype&&o.call(h.constructor.prototype,"isPrototypeOf");if(h.constructor&&!g&&!b)return!1;var p;for(p in h);return typeof p=="undefined"||o.call(h,p)},l=function(h,g){a&&g.name==="__proto__"?a(h,g.name,{enumerable:!0,configurable:!0,value:g.newValue,writable:!0}):h[g.name]=g.newValue},s=function(h,g){if(g==="__proto__")if(o.call(h,g)){if(c)return c(h,g).value}else return;return h[g]};n.exports=function u(){var h,g,b,p,y,v,C=arguments[0],w=1,E=arguments.length,S=!1;for(typeof C=="boolean"&&(S=C,C=arguments[1]||{},w=2),(C==null||typeof C!="object"&&typeof C!="function")&&(C={});w<E;++w)if(h=arguments[w],h!=null)for(g in h)b=s(C,g),p=s(h,g),C!==p&&(S&&p&&(f(p)||(y=m(p)))?(y?(y=!1,v=b&&m(b)?b:[]):v=b&&f(b)?b:{},l(C,{name:g,newValue:u(S,v,p)})):typeof p!="undefined"&&l(C,{name:g,newValue:p}));return C}},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.BlockEmbed=i.bubbleFormats=void 0;var r=function(){function x(N,T){for(var M=0;M<T.length;M++){var B=T[M];B.enumerable=B.enumerable||!1,B.configurable=!0,"value"in B&&(B.writable=!0),Object.defineProperty(N,B.key,B)}}return function(N,T,M){return T&&x(N.prototype,T),M&&x(N,M),N}}(),a=function x(N,T,M){N===null&&(N=Function.prototype);var B=Object.getOwnPropertyDescriptor(N,T);if(B===void 0){var V=Object.getPrototypeOf(N);return V===null?void 0:x(V,T,M)}else{if("value"in B)return B.value;var U=B.get;return U===void 0?void 0:U.call(M)}},c=o(3),m=C(c),f=o(2),l=C(f),s=o(0),u=C(s),h=o(16),g=C(h),b=o(6),p=C(b),y=o(7),v=C(y);function C(x){return x&&x.__esModule?x:{default:x}}function w(x,N){if(!(x instanceof N))throw new TypeError("Cannot call a class as a function")}function E(x,N){if(!x)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return N&&(typeof N=="object"||typeof N=="function")?N:x}function S(x,N){if(typeof N!="function"&&N!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof N);x.prototype=Object.create(N&&N.prototype,{constructor:{value:x,enumerable:!1,writable:!0,configurable:!0}}),N&&(Object.setPrototypeOf?Object.setPrototypeOf(x,N):x.__proto__=N)}var O=1,k=function(x){S(N,x);function N(){return w(this,N),E(this,(N.__proto__||Object.getPrototypeOf(N)).apply(this,arguments))}return r(N,[{key:"attach",value:function(){a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"attach",this).call(this),this.attributes=new u.default.Attributor.Store(this.domNode)}},{key:"delta",value:function(){return new l.default().insert(this.value(),(0,m.default)(this.formats(),this.attributes.values()))}},{key:"format",value:function(M,B){var V=u.default.query(M,u.default.Scope.BLOCK_ATTRIBUTE);V!=null&&this.attributes.attribute(V,B)}},{key:"formatAt",value:function(M,B,V,U){this.format(V,U)}},{key:"insertAt",value:function(M,B,V){if(typeof B=="string"&&B.endsWith(`
|
|
24
|
+
`)){var U=u.default.create(R.blotName);this.parent.insertBefore(U,M===0?this:this.next),U.insertAt(0,B.slice(0,-1))}else a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"insertAt",this).call(this,M,B,V)}}]),N}(u.default.Embed);k.scope=u.default.Scope.BLOCK_BLOT;var R=function(x){S(N,x);function N(T){w(this,N);var M=E(this,(N.__proto__||Object.getPrototypeOf(N)).call(this,T));return M.cache={},M}return r(N,[{key:"delta",value:function(){return this.cache.delta==null&&(this.cache.delta=this.descendants(u.default.Leaf).reduce(function(M,B){return B.length()===0?M:M.insert(B.value(),F(B))},new l.default).insert(`
|
|
25
|
+
`,F(this))),this.cache.delta}},{key:"deleteAt",value:function(M,B){a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"deleteAt",this).call(this,M,B),this.cache={}}},{key:"formatAt",value:function(M,B,V,U){B<=0||(u.default.query(V,u.default.Scope.BLOCK)?M+B===this.length()&&this.format(V,U):a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"formatAt",this).call(this,M,Math.min(B,this.length()-M-1),V,U),this.cache={})}},{key:"insertAt",value:function(M,B,V){if(V!=null)return a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"insertAt",this).call(this,M,B,V);if(B.length!==0){var U=B.split(`
|
|
26
|
+
`),K=U.shift();K.length>0&&(M<this.length()-1||this.children.tail==null?a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"insertAt",this).call(this,Math.min(M,this.length()-1),K):this.children.tail.insertAt(this.children.tail.length(),K),this.cache={});var q=this;U.reduce(function(P,_){return q=q.split(P,!0),q.insertAt(0,_),_.length},M+K.length)}}},{key:"insertBefore",value:function(M,B){var V=this.children.head;a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"insertBefore",this).call(this,M,B),V instanceof g.default&&V.remove(),this.cache={}}},{key:"length",value:function(){return this.cache.length==null&&(this.cache.length=a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"length",this).call(this)+O),this.cache.length}},{key:"moveChildren",value:function(M,B){a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"moveChildren",this).call(this,M,B),this.cache={}}},{key:"optimize",value:function(M){a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"optimize",this).call(this,M),this.cache={}}},{key:"path",value:function(M){return a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"path",this).call(this,M,!0)}},{key:"removeChild",value:function(M){a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"removeChild",this).call(this,M),this.cache={}}},{key:"split",value:function(M){var B=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(B&&(M===0||M>=this.length()-O)){var V=this.clone();return M===0?(this.parent.insertBefore(V,this),this):(this.parent.insertBefore(V,this.next),V)}else{var U=a(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"split",this).call(this,M,B);return this.cache={},U}}}]),N}(u.default.Block);R.blotName="block",R.tagName="P",R.defaultChild="break",R.allowedChildren=[p.default,u.default.Embed,v.default];function F(x){var N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return x==null||(typeof x.formats=="function"&&(N=(0,m.default)(N,x.formats())),x.parent==null||x.parent.blotName=="scroll"||x.parent.statics.scope!==x.statics.scope)?N:F(x.parent,N)}i.bubbleFormats=F,i.BlockEmbed=k,i.default=R},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.overload=i.expandConfig=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(q){return typeof q}:function(q){return q&&typeof Symbol=="function"&&q.constructor===Symbol&&q!==Symbol.prototype?"symbol":typeof q},a=function(){function q(P,_){var A=[],I=!0,H=!1,j=void 0;try{for(var L=P[Symbol.iterator](),z;!(I=(z=L.next()).done)&&(A.push(z.value),!(_&&A.length===_));I=!0);}catch(Y){H=!0,j=Y}finally{try{!I&&L.return&&L.return()}finally{if(H)throw j}}return A}return function(P,_){if(Array.isArray(P))return P;if(Symbol.iterator in Object(P))return q(P,_);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),c=function(){function q(P,_){for(var A=0;A<_.length;A++){var I=_[A];I.enumerable=I.enumerable||!1,I.configurable=!0,"value"in I&&(I.writable=!0),Object.defineProperty(P,I.key,I)}}return function(P,_,A){return _&&q(P.prototype,_),A&&q(P,A),P}}();o(50);var m=o(2),f=F(m),l=o(14),s=F(l),u=o(8),h=F(u),g=o(9),b=F(g),p=o(0),y=F(p),v=o(15),C=F(v),w=o(3),E=F(w),S=o(10),O=F(S),k=o(34),R=F(k);function F(q){return q&&q.__esModule?q:{default:q}}function x(q,P,_){return P in q?Object.defineProperty(q,P,{value:_,enumerable:!0,configurable:!0,writable:!0}):q[P]=_,q}function N(q,P){if(!(q instanceof P))throw new TypeError("Cannot call a class as a function")}var T=(0,O.default)("quill"),M=function(){c(q,null,[{key:"debug",value:function(_){_===!0&&(_="log"),O.default.level(_)}},{key:"find",value:function(_){return _.__quill||y.default.find(_)}},{key:"import",value:function(_){return this.imports[_]==null&&T.error("Cannot import "+_+". Are you sure it was registered?"),this.imports[_]}},{key:"register",value:function(_,A){var I=this,H=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;if(typeof _!="string"){var j=_.attrName||_.blotName;typeof j=="string"?this.register("formats/"+j,_,A):Object.keys(_).forEach(function(L){I.register(L,_[L],A)})}else this.imports[_]!=null&&!H&&T.warn("Overwriting "+_+" with",A),this.imports[_]=A,(_.startsWith("blots/")||_.startsWith("formats/"))&&A.blotName!=="abstract"?y.default.register(A):_.startsWith("modules")&&typeof A.register=="function"&&A.register()}}]);function q(P){var _=this,A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(N(this,q),this.options=B(P,A),this.container=this.options.container,this.container==null)return T.error("Invalid Quill container",P);this.options.debug&&q.debug(this.options.debug);var I=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new h.default,this.scroll=y.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new s.default(this.scroll),this.selection=new C.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(h.default.events.EDITOR_CHANGE,function(j){j===h.default.events.TEXT_CHANGE&&_.root.classList.toggle("ql-blank",_.editor.isBlank())}),this.emitter.on(h.default.events.SCROLL_UPDATE,function(j,L){var z=_.selection.lastRange,Y=z&&z.length===0?z.index:void 0;V.call(_,function(){return _.editor.update(null,L,Y)},j)});var H=this.clipboard.convert(`<div class='ql-editor' style="white-space: normal;">`+I+"<p><br></p></div>");this.setContents(H),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return c(q,[{key:"addContainer",value:function(_){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(typeof _=="string"){var I=_;_=document.createElement("div"),_.classList.add(I)}return this.container.insertBefore(_,A),_}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(_,A,I){var H=this,j=U(_,A,I),L=a(j,4);return _=L[0],A=L[1],I=L[3],V.call(this,function(){return H.editor.deleteText(_,A)},I,_,-1*A)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.scroll.enable(_),this.container.classList.toggle("ql-disabled",!_)}},{key:"focus",value:function(){var _=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=_,this.scrollIntoView()}},{key:"format",value:function(_,A){var I=this,H=arguments.length>2&&arguments[2]!==void 0?arguments[2]:h.default.sources.API;return V.call(this,function(){var j=I.getSelection(!0),L=new f.default;if(j==null)return L;if(y.default.query(_,y.default.Scope.BLOCK))L=I.editor.formatLine(j.index,j.length,x({},_,A));else{if(j.length===0)return I.selection.format(_,A),L;L=I.editor.formatText(j.index,j.length,x({},_,A))}return I.setSelection(j,h.default.sources.SILENT),L},H)}},{key:"formatLine",value:function(_,A,I,H,j){var L=this,z=void 0,Y=U(_,A,I,H,j),J=a(Y,4);return _=J[0],A=J[1],z=J[2],j=J[3],V.call(this,function(){return L.editor.formatLine(_,A,z)},j,_,0)}},{key:"formatText",value:function(_,A,I,H,j){var L=this,z=void 0,Y=U(_,A,I,H,j),J=a(Y,4);return _=J[0],A=J[1],z=J[2],j=J[3],V.call(this,function(){return L.editor.formatText(_,A,z)},j,_,0)}},{key:"getBounds",value:function(_){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,I=void 0;typeof _=="number"?I=this.selection.getBounds(_,A):I=this.selection.getBounds(_.index,_.length);var H=this.container.getBoundingClientRect();return{bottom:I.bottom-H.top,height:I.height,left:I.left-H.left,right:I.right-H.left,top:I.top-H.top,width:I.width}}},{key:"getContents",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-_,I=U(_,A),H=a(I,2);return _=H[0],A=H[1],this.editor.getContents(_,A)}},{key:"getFormat",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.getSelection(!0),A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return typeof _=="number"?this.editor.getFormat(_,A):this.editor.getFormat(_.index,_.length)}},{key:"getIndex",value:function(_){return _.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(_){return this.scroll.leaf(_)}},{key:"getLine",value:function(_){return this.scroll.line(_)}},{key:"getLines",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE;return typeof _!="number"?this.scroll.lines(_.index,_.length):this.scroll.lines(_,A)}},{key:"getModule",value:function(_){return this.theme.modules[_]}},{key:"getSelection",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return _&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-_,I=U(_,A),H=a(I,2);return _=H[0],A=H[1],this.editor.getText(_,A)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(_,A,I){var H=this,j=arguments.length>3&&arguments[3]!==void 0?arguments[3]:q.sources.API;return V.call(this,function(){return H.editor.insertEmbed(_,A,I)},j,_)}},{key:"insertText",value:function(_,A,I,H,j){var L=this,z=void 0,Y=U(_,0,I,H,j),J=a(Y,4);return _=J[0],z=J[2],j=J[3],V.call(this,function(){return L.editor.insertText(_,A,z)},j,_,A.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(_,A,I){this.clipboard.dangerouslyPasteHTML(_,A,I)}},{key:"removeFormat",value:function(_,A,I){var H=this,j=U(_,A,I),L=a(j,4);return _=L[0],A=L[1],I=L[3],V.call(this,function(){return H.editor.removeFormat(_,A)},I,_)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(_){var A=this,I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h.default.sources.API;return V.call(this,function(){_=new f.default(_);var H=A.getLength(),j=A.editor.deleteText(0,H),L=A.editor.applyDelta(_),z=L.ops[L.ops.length-1];z!=null&&typeof z.insert=="string"&&z.insert[z.insert.length-1]===`
|
|
27
|
+
`&&(A.editor.deleteText(A.getLength()-1,1),L.delete(1));var Y=j.compose(L);return Y},I)}},{key:"setSelection",value:function(_,A,I){if(_==null)this.selection.setRange(null,A||q.sources.API);else{var H=U(_,A,I),j=a(H,4);_=j[0],A=j[1],I=j[3],this.selection.setRange(new v.Range(_,A),I),I!==h.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(_){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h.default.sources.API,I=new f.default().insert(_);return this.setContents(I,A)}},{key:"update",value:function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:h.default.sources.USER,A=this.scroll.update(_);return this.selection.update(_),A}},{key:"updateContents",value:function(_){var A=this,I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h.default.sources.API;return V.call(this,function(){return _=new f.default(_),A.editor.applyDelta(_,I)},I,!0)}}]),q}();M.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},M.events=h.default.events,M.sources=h.default.sources,M.version="1.3.7",M.imports={delta:f.default,parchment:y.default,"core/module":b.default,"core/theme":R.default};function B(q,P){if(P=(0,E.default)(!0,{container:q,modules:{clipboard:!0,keyboard:!0,history:!0}},P),!P.theme||P.theme===M.DEFAULTS.theme)P.theme=R.default;else if(P.theme=M.import("themes/"+P.theme),P.theme==null)throw new Error("Invalid theme "+P.theme+". Did you register it?");var _=(0,E.default)(!0,{},P.theme.DEFAULTS);[_,P].forEach(function(H){H.modules=H.modules||{},Object.keys(H.modules).forEach(function(j){H.modules[j]===!0&&(H.modules[j]={})})});var A=Object.keys(_.modules).concat(Object.keys(P.modules)),I=A.reduce(function(H,j){var L=M.import("modules/"+j);return L==null?T.error("Cannot load "+j+" module. Are you sure you registered it?"):H[j]=L.DEFAULTS||{},H},{});return P.modules!=null&&P.modules.toolbar&&P.modules.toolbar.constructor!==Object&&(P.modules.toolbar={container:P.modules.toolbar}),P=(0,E.default)(!0,{},M.DEFAULTS,{modules:I},_,P),["bounds","container","scrollingContainer"].forEach(function(H){typeof P[H]=="string"&&(P[H]=document.querySelector(P[H]))}),P.modules=Object.keys(P.modules).reduce(function(H,j){return P.modules[j]&&(H[j]=P.modules[j]),H},{}),P}function V(q,P,_,A){if(this.options.strict&&!this.isEnabled()&&P===h.default.sources.USER)return new f.default;var I=_==null?null:this.getSelection(),H=this.editor.delta,j=q();if(I!=null&&(_===!0&&(_=I.index),A==null?I=K(I,j,P):A!==0&&(I=K(I,_,A,P)),this.setSelection(I,h.default.sources.SILENT)),j.length()>0){var L,z=[h.default.events.TEXT_CHANGE,j,H,P];if((L=this.emitter).emit.apply(L,[h.default.events.EDITOR_CHANGE].concat(z)),P!==h.default.sources.SILENT){var Y;(Y=this.emitter).emit.apply(Y,z)}}return j}function U(q,P,_,A,I){var H={};return typeof q.index=="number"&&typeof q.length=="number"?typeof P!="number"?(I=A,A=_,_=P,P=q.length,q=q.index):(P=q.length,q=q.index):typeof P!="number"&&(I=A,A=_,_=P,P=0),(typeof _=="undefined"?"undefined":r(_))==="object"?(H=_,I=A):typeof _=="string"&&(A!=null?H[_]=A:I=_),I=I||h.default.sources.API,[q,P,H,I]}function K(q,P,_,A){if(q==null)return null;var I=void 0,H=void 0;if(P instanceof f.default){var j=[q.index,q.index+q.length].map(function(J){return P.transformPosition(J,A!==h.default.sources.USER)}),L=a(j,2);I=L[0],H=L[1]}else{var z=[q.index,q.index+q.length].map(function(J){return J<P||J===P&&A===h.default.sources.USER?J:_>=0?J+_:Math.max(P,J+_)}),Y=a(z,2);I=Y[0],H=Y[1]}return new v.Range(I,H-I)}i.expandConfig=B,i.overload=U,i.default=M},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function p(y,v){for(var C=0;C<v.length;C++){var w=v[C];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(y,w.key,w)}}return function(y,v,C){return v&&p(y.prototype,v),C&&p(y,C),y}}(),a=function p(y,v,C){y===null&&(y=Function.prototype);var w=Object.getOwnPropertyDescriptor(y,v);if(w===void 0){var E=Object.getPrototypeOf(y);return E===null?void 0:p(E,v,C)}else{if("value"in w)return w.value;var S=w.get;return S===void 0?void 0:S.call(C)}},c=o(7),m=s(c),f=o(0),l=s(f);function s(p){return p&&p.__esModule?p:{default:p}}function u(p,y){if(!(p instanceof y))throw new TypeError("Cannot call a class as a function")}function h(p,y){if(!p)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:p}function g(p,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);p.prototype=Object.create(y&&y.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(p,y):p.__proto__=y)}var b=function(p){g(y,p);function y(){return u(this,y),h(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return r(y,[{key:"formatAt",value:function(C,w,E,S){if(y.compare(this.statics.blotName,E)<0&&l.default.query(E,l.default.Scope.BLOT)){var O=this.isolate(C,w);S&&O.wrap(E,S)}else a(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"formatAt",this).call(this,C,w,E,S)}},{key:"optimize",value:function(C){if(a(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"optimize",this).call(this,C),this.parent instanceof y&&y.compare(this.statics.blotName,this.parent.statics.blotName)>0){var w=this.parent.isolate(this.offset(),this.length());this.moveChildren(w),w.wrap(this)}}}],[{key:"compare",value:function(C,w){var E=y.order.indexOf(C),S=y.order.indexOf(w);return E>=0||S>=0?E-S:C===w?0:C<w?-1:1}}]),y}(l.default.Inline);b.allowedChildren=[b,l.default.Embed,m.default],b.order=["cursor","inline","underline","strike","italic","bold","script","link","code"],i.default=b},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(0),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}function m(u,h){if(!(u instanceof h))throw new TypeError("Cannot call a class as a function")}function f(u,h){if(!u)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:u}function l(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);u.prototype=Object.create(h&&h.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(u,h):u.__proto__=h)}var s=function(u){l(h,u);function h(){return m(this,h),f(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(a.default.Text);i.default=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function v(C,w){for(var E=0;E<w.length;E++){var S=w[E];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(C,S.key,S)}}return function(C,w,E){return w&&v(C.prototype,w),E&&v(C,E),C}}(),a=function v(C,w,E){C===null&&(C=Function.prototype);var S=Object.getOwnPropertyDescriptor(C,w);if(S===void 0){var O=Object.getPrototypeOf(C);return O===null?void 0:v(O,w,E)}else{if("value"in S)return S.value;var k=S.get;return k===void 0?void 0:k.call(E)}},c=o(54),m=s(c),f=o(10),l=s(f);function s(v){return v&&v.__esModule?v:{default:v}}function u(v,C){if(!(v instanceof C))throw new TypeError("Cannot call a class as a function")}function h(v,C){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C&&(typeof C=="object"||typeof C=="function")?C:v}function g(v,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof C);v.prototype=Object.create(C&&C.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),C&&(Object.setPrototypeOf?Object.setPrototypeOf(v,C):v.__proto__=C)}var b=(0,l.default)("quill:events"),p=["selectionchange","mousedown","mouseup","click"];p.forEach(function(v){document.addEventListener(v,function(){for(var C=arguments.length,w=Array(C),E=0;E<C;E++)w[E]=arguments[E];[].slice.call(document.querySelectorAll(".ql-container")).forEach(function(S){if(S.__quill&&S.__quill.emitter){var O;(O=S.__quill.emitter).handleDOM.apply(O,w)}})})});var y=function(v){g(C,v);function C(){u(this,C);var w=h(this,(C.__proto__||Object.getPrototypeOf(C)).call(this));return w.listeners={},w.on("error",b.error),w}return r(C,[{key:"emit",value:function(){b.log.apply(b,arguments),a(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"emit",this).apply(this,arguments)}},{key:"handleDOM",value:function(E){for(var S=arguments.length,O=Array(S>1?S-1:0),k=1;k<S;k++)O[k-1]=arguments[k];(this.listeners[E.type]||[]).forEach(function(R){var F=R.node,x=R.handler;(E.target===F||F.contains(E.target))&&x.apply(void 0,[E].concat(O))})}},{key:"listenDOM",value:function(E,S,O){this.listeners[E]||(this.listeners[E]=[]),this.listeners[E].push({node:S,handler:O})}}]),C}(m.default);y.events={EDITOR_CHANGE:"editor-change",SCROLL_BEFORE_UPDATE:"scroll-before-update",SCROLL_OPTIMIZE:"scroll-optimize",SCROLL_UPDATE:"scroll-update",SELECTION_CHANGE:"selection-change",TEXT_CHANGE:"text-change"},y.sources={API:"api",SILENT:"silent",USER:"user"},i.default=y},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});function r(c,m){if(!(c instanceof m))throw new TypeError("Cannot call a class as a function")}var a=function c(m){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};r(this,c),this.quill=m,this.options=f};a.DEFAULTS={},i.default=a},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=["error","warn","log","info"],a="warn";function c(f){if(r.indexOf(f)<=r.indexOf(a)){for(var l,s=arguments.length,u=Array(s>1?s-1:0),h=1;h<s;h++)u[h-1]=arguments[h];(l=console)[f].apply(l,u)}}function m(f){return r.reduce(function(l,s){return l[s]=c.bind(console,s,f),l},{})}c.level=m.level=function(f){a=f},i.default=m},function(n,i,o){var r=Array.prototype.slice,a=o(52),c=o(53),m=n.exports=function(u,h,g){return g||(g={}),u===h?!0:u instanceof Date&&h instanceof Date?u.getTime()===h.getTime():!u||!h||typeof u!="object"&&typeof h!="object"?g.strict?u===h:u==h:s(u,h,g)};function f(u){return u==null}function l(u){return!(!u||typeof u!="object"||typeof u.length!="number"||typeof u.copy!="function"||typeof u.slice!="function"||u.length>0&&typeof u[0]!="number")}function s(u,h,g){var b,p;if(f(u)||f(h)||u.prototype!==h.prototype)return!1;if(c(u))return c(h)?(u=r.call(u),h=r.call(h),m(u,h,g)):!1;if(l(u)){if(!l(h)||u.length!==h.length)return!1;for(b=0;b<u.length;b++)if(u[b]!==h[b])return!1;return!0}try{var y=a(u),v=a(h)}catch{return!1}if(y.length!=v.length)return!1;for(y.sort(),v.sort(),b=y.length-1;b>=0;b--)if(y[b]!=v[b])return!1;for(b=y.length-1;b>=0;b--)if(p=y[b],!m(u[p],h[p],g))return!1;return typeof u==typeof h}},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(1),a=function(){function c(m,f,l){l===void 0&&(l={}),this.attrName=m,this.keyName=f;var s=r.Scope.TYPE&r.Scope.ATTRIBUTE;l.scope!=null?this.scope=l.scope&r.Scope.LEVEL|s:this.scope=r.Scope.ATTRIBUTE,l.whitelist!=null&&(this.whitelist=l.whitelist)}return c.keys=function(m){return[].map.call(m.attributes,function(f){return f.name})},c.prototype.add=function(m,f){return this.canAdd(m,f)?(m.setAttribute(this.keyName,f),!0):!1},c.prototype.canAdd=function(m,f){var l=r.query(m,r.Scope.BLOT&(this.scope|r.Scope.TYPE));return l==null?!1:this.whitelist==null?!0:typeof f=="string"?this.whitelist.indexOf(f.replace(/["']/g,""))>-1:this.whitelist.indexOf(f)>-1},c.prototype.remove=function(m){m.removeAttribute(this.keyName)},c.prototype.value=function(m){var f=m.getAttribute(this.keyName);return this.canAdd(m,f)&&f?f:""},c}();i.default=a},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.Code=void 0;var r=function(){function k(R,F){var x=[],N=!0,T=!1,M=void 0;try{for(var B=R[Symbol.iterator](),V;!(N=(V=B.next()).done)&&(x.push(V.value),!(F&&x.length===F));N=!0);}catch(U){T=!0,M=U}finally{try{!N&&B.return&&B.return()}finally{if(T)throw M}}return x}return function(R,F){if(Array.isArray(R))return R;if(Symbol.iterator in Object(R))return k(R,F);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function k(R,F){for(var x=0;x<F.length;x++){var N=F[x];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(R,N.key,N)}}return function(R,F,x){return F&&k(R.prototype,F),x&&k(R,x),R}}(),c=function k(R,F,x){R===null&&(R=Function.prototype);var N=Object.getOwnPropertyDescriptor(R,F);if(N===void 0){var T=Object.getPrototypeOf(R);return T===null?void 0:k(T,F,x)}else{if("value"in N)return N.value;var M=N.get;return M===void 0?void 0:M.call(x)}},m=o(2),f=v(m),l=o(0),s=v(l),u=o(4),h=v(u),g=o(6),b=v(g),p=o(7),y=v(p);function v(k){return k&&k.__esModule?k:{default:k}}function C(k,R){if(!(k instanceof R))throw new TypeError("Cannot call a class as a function")}function w(k,R){if(!k)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return R&&(typeof R=="object"||typeof R=="function")?R:k}function E(k,R){if(typeof R!="function"&&R!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof R);k.prototype=Object.create(R&&R.prototype,{constructor:{value:k,enumerable:!1,writable:!0,configurable:!0}}),R&&(Object.setPrototypeOf?Object.setPrototypeOf(k,R):k.__proto__=R)}var S=function(k){E(R,k);function R(){return C(this,R),w(this,(R.__proto__||Object.getPrototypeOf(R)).apply(this,arguments))}return R}(b.default);S.blotName="code",S.tagName="CODE";var O=function(k){E(R,k);function R(){return C(this,R),w(this,(R.__proto__||Object.getPrototypeOf(R)).apply(this,arguments))}return a(R,[{key:"delta",value:function(){var x=this,N=this.domNode.textContent;return N.endsWith(`
|
|
28
|
+
`)&&(N=N.slice(0,-1)),N.split(`
|
|
29
|
+
`).reduce(function(T,M){return T.insert(M).insert(`
|
|
30
|
+
`,x.formats())},new f.default)}},{key:"format",value:function(x,N){if(!(x===this.statics.blotName&&N)){var T=this.descendant(y.default,this.length()-1),M=r(T,1),B=M[0];B!=null&&B.deleteAt(B.length()-1,1),c(R.prototype.__proto__||Object.getPrototypeOf(R.prototype),"format",this).call(this,x,N)}}},{key:"formatAt",value:function(x,N,T,M){if(N!==0&&!(s.default.query(T,s.default.Scope.BLOCK)==null||T===this.statics.blotName&&M===this.statics.formats(this.domNode))){var B=this.newlineIndex(x);if(!(B<0||B>=x+N)){var V=this.newlineIndex(x,!0)+1,U=B-V+1,K=this.isolate(V,U),q=K.next;K.format(T,M),q instanceof R&&q.formatAt(0,x-V+N-U,T,M)}}}},{key:"insertAt",value:function(x,N,T){if(T==null){var M=this.descendant(y.default,x),B=r(M,2),V=B[0],U=B[1];V.insertAt(U,N)}}},{key:"length",value:function(){var x=this.domNode.textContent.length;return this.domNode.textContent.endsWith(`
|
|
31
|
+
`)?x:x+1}},{key:"newlineIndex",value:function(x){var N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(N)return this.domNode.textContent.slice(0,x).lastIndexOf(`
|
|
32
|
+
`);var T=this.domNode.textContent.slice(x).indexOf(`
|
|
33
|
+
`);return T>-1?x+T:-1}},{key:"optimize",value:function(x){this.domNode.textContent.endsWith(`
|
|
34
|
+
`)||this.appendChild(s.default.create("text",`
|
|
35
|
+
`)),c(R.prototype.__proto__||Object.getPrototypeOf(R.prototype),"optimize",this).call(this,x);var N=this.next;N!=null&&N.prev===this&&N.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===N.statics.formats(N.domNode)&&(N.optimize(x),N.moveChildren(this),N.remove())}},{key:"replace",value:function(x){c(R.prototype.__proto__||Object.getPrototypeOf(R.prototype),"replace",this).call(this,x),[].slice.call(this.domNode.querySelectorAll("*")).forEach(function(N){var T=s.default.find(N);T==null?N.parentNode.removeChild(N):T instanceof s.default.Embed?T.remove():T.unwrap()})}}],[{key:"create",value:function(x){var N=c(R.__proto__||Object.getPrototypeOf(R),"create",this).call(this,x);return N.setAttribute("spellcheck",!1),N}},{key:"formats",value:function(){return!0}}]),R}(h.default);O.blotName="code-block",O.tagName="PRE",O.TAB=" ",i.Code=S,i.default=O},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(q){return typeof q}:function(q){return q&&typeof Symbol=="function"&&q.constructor===Symbol&&q!==Symbol.prototype?"symbol":typeof q},a=function(){function q(P,_){var A=[],I=!0,H=!1,j=void 0;try{for(var L=P[Symbol.iterator](),z;!(I=(z=L.next()).done)&&(A.push(z.value),!(_&&A.length===_));I=!0);}catch(Y){H=!0,j=Y}finally{try{!I&&L.return&&L.return()}finally{if(H)throw j}}return A}return function(P,_){if(Array.isArray(P))return P;if(Symbol.iterator in Object(P))return q(P,_);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),c=function(){function q(P,_){for(var A=0;A<_.length;A++){var I=_[A];I.enumerable=I.enumerable||!1,I.configurable=!0,"value"in I&&(I.writable=!0),Object.defineProperty(P,I.key,I)}}return function(P,_,A){return _&&q(P.prototype,_),A&&q(P,A),P}}(),m=o(2),f=N(m),l=o(20),s=N(l),u=o(0),h=N(u),g=o(13),b=N(g),p=o(24),y=N(p),v=o(4),C=N(v),w=o(16),E=N(w),S=o(21),O=N(S),k=o(11),R=N(k),F=o(3),x=N(F);function N(q){return q&&q.__esModule?q:{default:q}}function T(q,P,_){return P in q?Object.defineProperty(q,P,{value:_,enumerable:!0,configurable:!0,writable:!0}):q[P]=_,q}function M(q,P){if(!(q instanceof P))throw new TypeError("Cannot call a class as a function")}var B=/^[ -~]*$/,V=function(){function q(P){M(this,q),this.scroll=P,this.delta=this.getDelta()}return c(q,[{key:"applyDelta",value:function(_){var A=this,I=!1;this.scroll.update();var H=this.scroll.length();return this.scroll.batchStart(),_=K(_),_.reduce(function(j,L){var z=L.retain||L.delete||L.insert.length||1,Y=L.attributes||{};if(L.insert!=null){if(typeof L.insert=="string"){var J=L.insert;J.endsWith(`
|
|
36
|
+
`)&&I&&(I=!1,J=J.slice(0,-1)),j>=H&&!J.endsWith(`
|
|
37
|
+
`)&&(I=!0),A.scroll.insertAt(j,J);var Q=A.scroll.line(j),re=a(Q,2),he=re[0],ge=re[1],Oe=(0,x.default)({},(0,v.bubbleFormats)(he));if(he instanceof C.default){var Fe=he.descendant(h.default.Leaf,ge),mt=a(Fe,1),Ke=mt[0];Oe=(0,x.default)(Oe,(0,v.bubbleFormats)(Ke))}Y=s.default.attributes.diff(Oe,Y)||{}}else if(r(L.insert)==="object"){var Z=Object.keys(L.insert)[0];if(Z==null)return j;A.scroll.insertAt(j,Z,L.insert[Z])}H+=z}return Object.keys(Y).forEach(function($){A.scroll.formatAt(j,z,$,Y[$])}),j+z},0),_.reduce(function(j,L){return typeof L.delete=="number"?(A.scroll.deleteAt(j,L.delete),j):j+(L.retain||L.insert.length||1)},0),this.scroll.batchEnd(),this.update(_)}},{key:"deleteText",value:function(_,A){return this.scroll.deleteAt(_,A),this.update(new f.default().retain(_).delete(A))}},{key:"formatLine",value:function(_,A){var I=this,H=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.scroll.update(),Object.keys(H).forEach(function(j){if(!(I.scroll.whitelist!=null&&!I.scroll.whitelist[j])){var L=I.scroll.lines(_,Math.max(A,1)),z=A;L.forEach(function(Y){var J=Y.length();if(!(Y instanceof b.default))Y.format(j,H[j]);else{var Q=_-Y.offset(I.scroll),re=Y.newlineIndex(Q+z)-Q+1;Y.formatAt(Q,re,j,H[j])}z-=J})}}),this.scroll.optimize(),this.update(new f.default().retain(_).retain(A,(0,O.default)(H)))}},{key:"formatText",value:function(_,A){var I=this,H=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Object.keys(H).forEach(function(j){I.scroll.formatAt(_,A,j,H[j])}),this.update(new f.default().retain(_).retain(A,(0,O.default)(H)))}},{key:"getContents",value:function(_,A){return this.delta.slice(_,_+A)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce(function(_,A){return _.concat(A.delta())},new f.default)}},{key:"getFormat",value:function(_){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,I=[],H=[];A===0?this.scroll.path(_).forEach(function(L){var z=a(L,1),Y=z[0];Y instanceof C.default?I.push(Y):Y instanceof h.default.Leaf&&H.push(Y)}):(I=this.scroll.lines(_,A),H=this.scroll.descendants(h.default.Leaf,_,A));var j=[I,H].map(function(L){if(L.length===0)return{};for(var z=(0,v.bubbleFormats)(L.shift());Object.keys(z).length>0;){var Y=L.shift();if(Y==null)return z;z=U((0,v.bubbleFormats)(Y),z)}return z});return x.default.apply(x.default,j)}},{key:"getText",value:function(_,A){return this.getContents(_,A).filter(function(I){return typeof I.insert=="string"}).map(function(I){return I.insert}).join("")}},{key:"insertEmbed",value:function(_,A,I){return this.scroll.insertAt(_,A,I),this.update(new f.default().retain(_).insert(T({},A,I)))}},{key:"insertText",value:function(_,A){var I=this,H=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return A=A.replace(/\r\n/g,`
|
|
38
|
+
`).replace(/\r/g,`
|
|
39
|
+
`),this.scroll.insertAt(_,A),Object.keys(H).forEach(function(j){I.scroll.formatAt(_,A.length,j,H[j])}),this.update(new f.default().retain(_).insert(A,(0,O.default)(H)))}},{key:"isBlank",value:function(){if(this.scroll.children.length==0)return!0;if(this.scroll.children.length>1)return!1;var _=this.scroll.children.head;return _.statics.blotName!==C.default.blotName||_.children.length>1?!1:_.children.head instanceof E.default}},{key:"removeFormat",value:function(_,A){var I=this.getText(_,A),H=this.scroll.line(_+A),j=a(H,2),L=j[0],z=j[1],Y=0,J=new f.default;L!=null&&(L instanceof b.default?Y=L.newlineIndex(z)-z+1:Y=L.length()-z,J=L.delta().slice(z,z+Y-1).insert(`
|
|
40
|
+
`));var Q=this.getContents(_,A+Y),re=Q.diff(new f.default().insert(I).concat(J)),he=new f.default().retain(_).concat(re);return this.applyDelta(he)}},{key:"update",value:function(_){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],I=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,H=this.delta;if(A.length===1&&A[0].type==="characterData"&&A[0].target.data.match(B)&&h.default.find(A[0].target)){var j=h.default.find(A[0].target),L=(0,v.bubbleFormats)(j),z=j.offset(this.scroll),Y=A[0].oldValue.replace(y.default.CONTENTS,""),J=new f.default().insert(Y),Q=new f.default().insert(j.value()),re=new f.default().retain(z).concat(J.diff(Q,I));_=re.reduce(function(he,ge){return ge.insert?he.insert(ge.insert,L):he.push(ge)},new f.default),this.delta=H.compose(_)}else this.delta=this.getDelta(),(!_||!(0,R.default)(H.compose(_),this.delta))&&(_=H.diff(this.delta,I));return _}}]),q}();function U(q,P){return Object.keys(P).reduce(function(_,A){return q[A]==null||(P[A]===q[A]?_[A]=P[A]:Array.isArray(P[A])?P[A].indexOf(q[A])<0&&(_[A]=P[A].concat([q[A]])):_[A]=[P[A],q[A]]),_},{})}function K(q){return q.reduce(function(P,_){if(_.insert===1){var A=(0,O.default)(_.attributes);return delete A.image,P.insert({image:_.attributes.image},A)}if(_.attributes!=null&&(_.attributes.list===!0||_.attributes.bullet===!0)&&(_=(0,O.default)(_),_.attributes.list?_.attributes.list="ordered":(_.attributes.list="bullet",delete _.attributes.bullet)),typeof _.insert=="string"){var I=_.insert.replace(/\r\n/g,`
|
|
41
|
+
`).replace(/\r/g,`
|
|
42
|
+
`);return P.insert(I,_.attributes)}return P.push(_)},new f.default)}i.default=V},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.Range=void 0;var r=function(){function k(R,F){var x=[],N=!0,T=!1,M=void 0;try{for(var B=R[Symbol.iterator](),V;!(N=(V=B.next()).done)&&(x.push(V.value),!(F&&x.length===F));N=!0);}catch(U){T=!0,M=U}finally{try{!N&&B.return&&B.return()}finally{if(T)throw M}}return x}return function(R,F){if(Array.isArray(R))return R;if(Symbol.iterator in Object(R))return k(R,F);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function k(R,F){for(var x=0;x<F.length;x++){var N=F[x];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(R,N.key,N)}}return function(R,F,x){return F&&k(R.prototype,F),x&&k(R,x),R}}(),c=o(0),m=y(c),f=o(21),l=y(f),s=o(11),u=y(s),h=o(8),g=y(h),b=o(10),p=y(b);function y(k){return k&&k.__esModule?k:{default:k}}function v(k){if(Array.isArray(k)){for(var R=0,F=Array(k.length);R<k.length;R++)F[R]=k[R];return F}else return Array.from(k)}function C(k,R){if(!(k instanceof R))throw new TypeError("Cannot call a class as a function")}var w=(0,p.default)("quill:selection"),E=function k(R){var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;C(this,k),this.index=R,this.length=F},S=function(){function k(R,F){var x=this;C(this,k),this.emitter=F,this.scroll=R,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=m.default.create("cursor",this),this.lastRange=this.savedRange=new E(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,function(){x.mouseDown||setTimeout(x.update.bind(x,g.default.sources.USER),1)}),this.emitter.on(g.default.events.EDITOR_CHANGE,function(N,T){N===g.default.events.TEXT_CHANGE&&T.length()>0&&x.update(g.default.sources.SILENT)}),this.emitter.on(g.default.events.SCROLL_BEFORE_UPDATE,function(){if(!!x.hasFocus()){var N=x.getNativeRange();N!=null&&N.start.node!==x.cursor.textNode&&x.emitter.once(g.default.events.SCROLL_UPDATE,function(){try{x.setNativeRange(N.start.node,N.start.offset,N.end.node,N.end.offset)}catch{}})}}),this.emitter.on(g.default.events.SCROLL_OPTIMIZE,function(N,T){if(T.range){var M=T.range,B=M.startNode,V=M.startOffset,U=M.endNode,K=M.endOffset;x.setNativeRange(B,V,U,K)}}),this.update(g.default.sources.SILENT)}return a(k,[{key:"handleComposition",value:function(){var F=this;this.root.addEventListener("compositionstart",function(){F.composing=!0}),this.root.addEventListener("compositionend",function(){if(F.composing=!1,F.cursor.parent){var x=F.cursor.restore();if(!x)return;setTimeout(function(){F.setNativeRange(x.startNode,x.startOffset,x.endNode,x.endOffset)},1)}})}},{key:"handleDragging",value:function(){var F=this;this.emitter.listenDOM("mousedown",document.body,function(){F.mouseDown=!0}),this.emitter.listenDOM("mouseup",document.body,function(){F.mouseDown=!1,F.update(g.default.sources.USER)})}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(F,x){if(!(this.scroll.whitelist!=null&&!this.scroll.whitelist[F])){this.scroll.update();var N=this.getNativeRange();if(!(N==null||!N.native.collapsed||m.default.query(F,m.default.Scope.BLOCK))){if(N.start.node!==this.cursor.textNode){var T=m.default.find(N.start.node,!1);if(T==null)return;if(T instanceof m.default.Leaf){var M=T.split(N.start.offset);T.parent.insertBefore(this.cursor,M)}else T.insertBefore(this.cursor,N.start.node);this.cursor.attach()}this.cursor.format(F,x),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(F){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,N=this.scroll.length();F=Math.min(F,N-1),x=Math.min(F+x,N-1)-F;var T=void 0,M=this.scroll.leaf(F),B=r(M,2),V=B[0],U=B[1];if(V==null)return null;var K=V.position(U,!0),q=r(K,2);T=q[0],U=q[1];var P=document.createRange();if(x>0){P.setStart(T,U);var _=this.scroll.leaf(F+x),A=r(_,2);if(V=A[0],U=A[1],V==null)return null;var I=V.position(U,!0),H=r(I,2);return T=H[0],U=H[1],P.setEnd(T,U),P.getBoundingClientRect()}else{var j="left",L=void 0;return T instanceof Text?(U<T.data.length?(P.setStart(T,U),P.setEnd(T,U+1)):(P.setStart(T,U-1),P.setEnd(T,U),j="right"),L=P.getBoundingClientRect()):(L=V.domNode.getBoundingClientRect(),U>0&&(j="right")),{bottom:L.top+L.height,height:L.height,left:L[j],right:L[j],top:L.top,width:0}}}},{key:"getNativeRange",value:function(){var F=document.getSelection();if(F==null||F.rangeCount<=0)return null;var x=F.getRangeAt(0);if(x==null)return null;var N=this.normalizeNative(x);return w.info("getNativeRange",N),N}},{key:"getRange",value:function(){var F=this.getNativeRange();if(F==null)return[null,null];var x=this.normalizedToRange(F);return[x,F]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(F){var x=this,N=[[F.start.node,F.start.offset]];F.native.collapsed||N.push([F.end.node,F.end.offset]);var T=N.map(function(V){var U=r(V,2),K=U[0],q=U[1],P=m.default.find(K,!0),_=P.offset(x.scroll);return q===0?_:P instanceof m.default.Container?_+P.length():_+P.index(K,q)}),M=Math.min(Math.max.apply(Math,v(T)),this.scroll.length()-1),B=Math.min.apply(Math,[M].concat(v(T)));return new E(B,M-B)}},{key:"normalizeNative",value:function(F){if(!O(this.root,F.startContainer)||!F.collapsed&&!O(this.root,F.endContainer))return null;var x={start:{node:F.startContainer,offset:F.startOffset},end:{node:F.endContainer,offset:F.endOffset},native:F};return[x.start,x.end].forEach(function(N){for(var T=N.node,M=N.offset;!(T instanceof Text)&&T.childNodes.length>0;)if(T.childNodes.length>M)T=T.childNodes[M],M=0;else if(T.childNodes.length===M)T=T.lastChild,M=T instanceof Text?T.data.length:T.childNodes.length+1;else break;N.node=T,N.offset=M}),x}},{key:"rangeToNative",value:function(F){var x=this,N=F.collapsed?[F.index]:[F.index,F.index+F.length],T=[],M=this.scroll.length();return N.forEach(function(B,V){B=Math.min(M-1,B);var U=void 0,K=x.scroll.leaf(B),q=r(K,2),P=q[0],_=q[1],A=P.position(_,V!==0),I=r(A,2);U=I[0],_=I[1],T.push(U,_)}),T.length<2&&(T=T.concat(T)),T}},{key:"scrollIntoView",value:function(F){var x=this.lastRange;if(x!=null){var N=this.getBounds(x.index,x.length);if(N!=null){var T=this.scroll.length()-1,M=this.scroll.line(Math.min(x.index,T)),B=r(M,1),V=B[0],U=V;if(x.length>0){var K=this.scroll.line(Math.min(x.index+x.length,T)),q=r(K,1);U=q[0]}if(!(V==null||U==null)){var P=F.getBoundingClientRect();N.top<P.top?F.scrollTop-=P.top-N.top:N.bottom>P.bottom&&(F.scrollTop+=N.bottom-P.bottom)}}}}},{key:"setNativeRange",value:function(F,x){var N=arguments.length>2&&arguments[2]!==void 0?arguments[2]:F,T=arguments.length>3&&arguments[3]!==void 0?arguments[3]:x,M=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(w.info("setNativeRange",F,x,N,T),!(F!=null&&(this.root.parentNode==null||F.parentNode==null||N.parentNode==null))){var B=document.getSelection();if(B!=null)if(F!=null){this.hasFocus()||this.root.focus();var V=(this.getNativeRange()||{}).native;if(V==null||M||F!==V.startContainer||x!==V.startOffset||N!==V.endContainer||T!==V.endOffset){F.tagName=="BR"&&(x=[].indexOf.call(F.parentNode.childNodes,F),F=F.parentNode),N.tagName=="BR"&&(T=[].indexOf.call(N.parentNode.childNodes,N),N=N.parentNode);var U=document.createRange();U.setStart(F,x),U.setEnd(N,T),B.removeAllRanges(),B.addRange(U)}}else B.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(F){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,N=arguments.length>2&&arguments[2]!==void 0?arguments[2]:g.default.sources.API;if(typeof x=="string"&&(N=x,x=!1),w.info("setRange",F),F!=null){var T=this.rangeToNative(F);this.setNativeRange.apply(this,v(T).concat([x]))}else this.setNativeRange(null);this.update(N)}},{key:"update",value:function(){var F=arguments.length>0&&arguments[0]!==void 0?arguments[0]:g.default.sources.USER,x=this.lastRange,N=this.getRange(),T=r(N,2),M=T[0],B=T[1];if(this.lastRange=M,this.lastRange!=null&&(this.savedRange=this.lastRange),!(0,u.default)(x,this.lastRange)){var V;!this.composing&&B!=null&&B.native.collapsed&&B.start.node!==this.cursor.textNode&&this.cursor.restore();var U=[g.default.events.SELECTION_CHANGE,(0,l.default)(this.lastRange),(0,l.default)(x),F];if((V=this.emitter).emit.apply(V,[g.default.events.EDITOR_CHANGE].concat(U)),F!==g.default.sources.SILENT){var K;(K=this.emitter).emit.apply(K,U)}}}}]),k}();function O(k,R){try{R.parentNode}catch{return!1}return R instanceof Text&&(R=R.parentNode),k.contains(R)}i.Range=E,i.default=S},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function g(b,p){for(var y=0;y<p.length;y++){var v=p[y];v.enumerable=v.enumerable||!1,v.configurable=!0,"value"in v&&(v.writable=!0),Object.defineProperty(b,v.key,v)}}return function(b,p,y){return p&&g(b.prototype,p),y&&g(b,y),b}}(),a=function g(b,p,y){b===null&&(b=Function.prototype);var v=Object.getOwnPropertyDescriptor(b,p);if(v===void 0){var C=Object.getPrototypeOf(b);return C===null?void 0:g(C,p,y)}else{if("value"in v)return v.value;var w=v.get;return w===void 0?void 0:w.call(y)}},c=o(0),m=f(c);function f(g){return g&&g.__esModule?g:{default:g}}function l(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function s(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function u(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){u(b,g);function b(){return l(this,b),s(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,[{key:"insertInto",value:function(y,v){y.children.length===0?a(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"insertInto",this).call(this,y,v):this.remove()}},{key:"length",value:function(){return 0}},{key:"value",value:function(){return""}}],[{key:"value",value:function(){}}]),b}(m.default.Embed);h.blotName="break",h.tagName="BR",i.default=h},function(n,i,o){var r=this&&this.__extends||function(){var s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,h){u.__proto__=h}||function(u,h){for(var g in h)h.hasOwnProperty(g)&&(u[g]=h[g])};return function(u,h){s(u,h);function g(){this.constructor=u}u.prototype=h===null?Object.create(h):(g.prototype=h.prototype,new g)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(44),c=o(30),m=o(1),f=function(s){r(u,s);function u(h){var g=s.call(this,h)||this;return g.build(),g}return u.prototype.appendChild=function(h){this.insertBefore(h)},u.prototype.attach=function(){s.prototype.attach.call(this),this.children.forEach(function(h){h.attach()})},u.prototype.build=function(){var h=this;this.children=new a.default,[].slice.call(this.domNode.childNodes).reverse().forEach(function(g){try{var b=l(g);h.insertBefore(b,h.children.head||void 0)}catch(p){if(p instanceof m.ParchmentError)return;throw p}})},u.prototype.deleteAt=function(h,g){if(h===0&&g===this.length())return this.remove();this.children.forEachAt(h,g,function(b,p,y){b.deleteAt(p,y)})},u.prototype.descendant=function(h,g){var b=this.children.find(g),p=b[0],y=b[1];return h.blotName==null&&h(p)||h.blotName!=null&&p instanceof h?[p,y]:p instanceof u?p.descendant(h,y):[null,-1]},u.prototype.descendants=function(h,g,b){g===void 0&&(g=0),b===void 0&&(b=Number.MAX_VALUE);var p=[],y=b;return this.children.forEachAt(g,b,function(v,C,w){(h.blotName==null&&h(v)||h.blotName!=null&&v instanceof h)&&p.push(v),v instanceof u&&(p=p.concat(v.descendants(h,C,y))),y-=w}),p},u.prototype.detach=function(){this.children.forEach(function(h){h.detach()}),s.prototype.detach.call(this)},u.prototype.formatAt=function(h,g,b,p){this.children.forEachAt(h,g,function(y,v,C){y.formatAt(v,C,b,p)})},u.prototype.insertAt=function(h,g,b){var p=this.children.find(h),y=p[0],v=p[1];if(y)y.insertAt(v,g,b);else{var C=b==null?m.create("text",g):m.create(g,b);this.appendChild(C)}},u.prototype.insertBefore=function(h,g){if(this.statics.allowedChildren!=null&&!this.statics.allowedChildren.some(function(b){return h instanceof b}))throw new m.ParchmentError("Cannot insert "+h.statics.blotName+" into "+this.statics.blotName);h.insertInto(this,g)},u.prototype.length=function(){return this.children.reduce(function(h,g){return h+g.length()},0)},u.prototype.moveChildren=function(h,g){this.children.forEach(function(b){h.insertBefore(b,g)})},u.prototype.optimize=function(h){if(s.prototype.optimize.call(this,h),this.children.length===0)if(this.statics.defaultChild!=null){var g=m.create(this.statics.defaultChild);this.appendChild(g),g.optimize(h)}else this.remove()},u.prototype.path=function(h,g){g===void 0&&(g=!1);var b=this.children.find(h,g),p=b[0],y=b[1],v=[[this,h]];return p instanceof u?v.concat(p.path(y,g)):(p!=null&&v.push([p,y]),v)},u.prototype.removeChild=function(h){this.children.remove(h)},u.prototype.replace=function(h){h instanceof u&&h.moveChildren(this),s.prototype.replace.call(this,h)},u.prototype.split=function(h,g){if(g===void 0&&(g=!1),!g){if(h===0)return this;if(h===this.length())return this.next}var b=this.clone();return this.parent.insertBefore(b,this.next),this.children.forEachAt(h,this.length(),function(p,y,v){p=p.split(y,g),b.appendChild(p)}),b},u.prototype.unwrap=function(){this.moveChildren(this.parent,this.next),this.remove()},u.prototype.update=function(h,g){var b=this,p=[],y=[];h.forEach(function(v){v.target===b.domNode&&v.type==="childList"&&(p.push.apply(p,v.addedNodes),y.push.apply(y,v.removedNodes))}),y.forEach(function(v){if(!(v.parentNode!=null&&v.tagName!=="IFRAME"&&document.body.compareDocumentPosition(v)&Node.DOCUMENT_POSITION_CONTAINED_BY)){var C=m.find(v);C!=null&&(C.domNode.parentNode==null||C.domNode.parentNode===b.domNode)&&C.detach()}}),p.filter(function(v){return v.parentNode==b.domNode}).sort(function(v,C){return v===C?0:v.compareDocumentPosition(C)&Node.DOCUMENT_POSITION_FOLLOWING?1:-1}).forEach(function(v){var C=null;v.nextSibling!=null&&(C=m.find(v.nextSibling));var w=l(v);(w.next!=C||w.next==null)&&(w.parent!=null&&w.parent.removeChild(b),b.insertBefore(w,C||void 0))})},u}(c.default);function l(s){var u=m.find(s);if(u==null)try{u=m.create(s)}catch{u=m.create(m.Scope.INLINE),[].slice.call(s.childNodes).forEach(function(g){u.domNode.appendChild(g)}),s.parentNode&&s.parentNode.replaceChild(u.domNode,s),u.attach()}return u}i.default=f},function(n,i,o){var r=this&&this.__extends||function(){var s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,h){u.__proto__=h}||function(u,h){for(var g in h)h.hasOwnProperty(g)&&(u[g]=h[g])};return function(u,h){s(u,h);function g(){this.constructor=u}u.prototype=h===null?Object.create(h):(g.prototype=h.prototype,new g)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(12),c=o(31),m=o(17),f=o(1),l=function(s){r(u,s);function u(h){var g=s.call(this,h)||this;return g.attributes=new c.default(g.domNode),g}return u.formats=function(h){if(typeof this.tagName=="string")return!0;if(Array.isArray(this.tagName))return h.tagName.toLowerCase()},u.prototype.format=function(h,g){var b=f.query(h);b instanceof a.default?this.attributes.attribute(b,g):g&&b!=null&&(h!==this.statics.blotName||this.formats()[h]!==g)&&this.replaceWith(h,g)},u.prototype.formats=function(){var h=this.attributes.values(),g=this.statics.formats(this.domNode);return g!=null&&(h[this.statics.blotName]=g),h},u.prototype.replaceWith=function(h,g){var b=s.prototype.replaceWith.call(this,h,g);return this.attributes.copy(b),b},u.prototype.update=function(h,g){var b=this;s.prototype.update.call(this,h,g),h.some(function(p){return p.target===b.domNode&&p.type==="attributes"})&&this.attributes.build()},u.prototype.wrap=function(h,g){var b=s.prototype.wrap.call(this,h,g);return b instanceof u&&b.statics.scope===this.statics.scope&&this.attributes.move(b),b},u}(m.default);i.default=l},function(n,i,o){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,s){l.__proto__=s}||function(l,s){for(var u in s)s.hasOwnProperty(u)&&(l[u]=s[u])};return function(l,s){f(l,s);function u(){this.constructor=l}l.prototype=s===null?Object.create(s):(u.prototype=s.prototype,new u)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(30),c=o(1),m=function(f){r(l,f);function l(){return f!==null&&f.apply(this,arguments)||this}return l.value=function(s){return!0},l.prototype.index=function(s,u){return this.domNode===s||this.domNode.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_CONTAINED_BY?Math.min(u,1):-1},l.prototype.position=function(s,u){var h=[].indexOf.call(this.parent.domNode.childNodes,this.domNode);return s>0&&(h+=1),[this.parent.domNode,h]},l.prototype.value=function(){var s;return s={},s[this.statics.blotName]=this.statics.value(this.domNode)||!0,s},l.scope=c.Scope.INLINE_BLOT,l}(a.default);i.default=m},function(n,i,o){var r=o(11),a=o(3),c={attributes:{compose:function(f,l,s){typeof f!="object"&&(f={}),typeof l!="object"&&(l={});var u=a(!0,{},l);s||(u=Object.keys(u).reduce(function(g,b){return u[b]!=null&&(g[b]=u[b]),g},{}));for(var h in f)f[h]!==void 0&&l[h]===void 0&&(u[h]=f[h]);return Object.keys(u).length>0?u:void 0},diff:function(f,l){typeof f!="object"&&(f={}),typeof l!="object"&&(l={});var s=Object.keys(f).concat(Object.keys(l)).reduce(function(u,h){return r(f[h],l[h])||(u[h]=l[h]===void 0?null:l[h]),u},{});return Object.keys(s).length>0?s:void 0},transform:function(f,l,s){if(typeof f!="object")return l;if(typeof l=="object"){if(!s)return l;var u=Object.keys(l).reduce(function(h,g){return f[g]===void 0&&(h[g]=l[g]),h},{});return Object.keys(u).length>0?u:void 0}}},iterator:function(f){return new m(f)},length:function(f){return typeof f.delete=="number"?f.delete:typeof f.retain=="number"?f.retain:typeof f.insert=="string"?f.insert.length:1}};function m(f){this.ops=f,this.index=0,this.offset=0}m.prototype.hasNext=function(){return this.peekLength()<1/0},m.prototype.next=function(f){f||(f=1/0);var l=this.ops[this.index];if(l){var s=this.offset,u=c.length(l);if(f>=u-s?(f=u-s,this.index+=1,this.offset=0):this.offset+=f,typeof l.delete=="number")return{delete:f};var h={};return l.attributes&&(h.attributes=l.attributes),typeof l.retain=="number"?h.retain=f:typeof l.insert=="string"?h.insert=l.insert.substr(s,f):h.insert=l.insert,h}else return{retain:1/0}},m.prototype.peek=function(){return this.ops[this.index]},m.prototype.peekLength=function(){return this.ops[this.index]?c.length(this.ops[this.index])-this.offset:1/0},m.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},m.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var f=this.offset,l=this.index,s=this.next(),u=this.ops.slice(this.index);return this.offset=f,this.index=l,[s].concat(u)}else return[]},n.exports=c},function(n,i){var o=function(){function r(b,p){return p!=null&&b instanceof p}var a;try{a=Map}catch{a=function(){}}var c;try{c=Set}catch{c=function(){}}var m;try{m=Promise}catch{m=function(){}}function f(b,p,y,v,C){typeof p=="object"&&(y=p.depth,v=p.prototype,C=p.includeNonEnumerable,p=p.circular);var w=[],E=[],S=typeof Buffer!="undefined";typeof p=="undefined"&&(p=!0),typeof y=="undefined"&&(y=1/0);function O(k,R){if(k===null)return null;if(R===0)return k;var F,x;if(typeof k!="object")return k;if(r(k,a))F=new a;else if(r(k,c))F=new c;else if(r(k,m))F=new m(function(P,_){k.then(function(A){P(O(A,R-1))},function(A){_(O(A,R-1))})});else if(f.__isArray(k))F=[];else if(f.__isRegExp(k))F=new RegExp(k.source,g(k)),k.lastIndex&&(F.lastIndex=k.lastIndex);else if(f.__isDate(k))F=new Date(k.getTime());else{if(S&&Buffer.isBuffer(k))return Buffer.allocUnsafe?F=Buffer.allocUnsafe(k.length):F=new Buffer(k.length),k.copy(F),F;r(k,Error)?F=Object.create(k):typeof v=="undefined"?(x=Object.getPrototypeOf(k),F=Object.create(x)):(F=Object.create(v),x=v)}if(p){var N=w.indexOf(k);if(N!=-1)return E[N];w.push(k),E.push(F)}r(k,a)&&k.forEach(function(P,_){var A=O(_,R-1),I=O(P,R-1);F.set(A,I)}),r(k,c)&&k.forEach(function(P){var _=O(P,R-1);F.add(_)});for(var T in k){var M;x&&(M=Object.getOwnPropertyDescriptor(x,T)),!(M&&M.set==null)&&(F[T]=O(k[T],R-1))}if(Object.getOwnPropertySymbols)for(var B=Object.getOwnPropertySymbols(k),T=0;T<B.length;T++){var V=B[T],U=Object.getOwnPropertyDescriptor(k,V);U&&!U.enumerable&&!C||(F[V]=O(k[V],R-1),U.enumerable||Object.defineProperty(F,V,{enumerable:!1}))}if(C)for(var K=Object.getOwnPropertyNames(k),T=0;T<K.length;T++){var q=K[T],U=Object.getOwnPropertyDescriptor(k,q);U&&U.enumerable||(F[q]=O(k[q],R-1),Object.defineProperty(F,q,{enumerable:!1}))}return F}return O(b,y)}f.clonePrototype=function(p){if(p===null)return null;var y=function(){};return y.prototype=p,new y};function l(b){return Object.prototype.toString.call(b)}f.__objToStr=l;function s(b){return typeof b=="object"&&l(b)==="[object Date]"}f.__isDate=s;function u(b){return typeof b=="object"&&l(b)==="[object Array]"}f.__isArray=u;function h(b){return typeof b=="object"&&l(b)==="[object RegExp]"}f.__isRegExp=h;function g(b){var p="";return b.global&&(p+="g"),b.ignoreCase&&(p+="i"),b.multiline&&(p+="m"),p}return f.__getRegExpFlags=g,f}();typeof n=="object"&&n.exports&&(n.exports=o)},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function F(x,N){var T=[],M=!0,B=!1,V=void 0;try{for(var U=x[Symbol.iterator](),K;!(M=(K=U.next()).done)&&(T.push(K.value),!(N&&T.length===N));M=!0);}catch(q){B=!0,V=q}finally{try{!M&&U.return&&U.return()}finally{if(B)throw V}}return T}return function(x,N){if(Array.isArray(x))return x;if(Symbol.iterator in Object(x))return F(x,N);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function F(x,N){for(var T=0;T<N.length;T++){var M=N[T];M.enumerable=M.enumerable||!1,M.configurable=!0,"value"in M&&(M.writable=!0),Object.defineProperty(x,M.key,M)}}return function(x,N,T){return N&&F(x.prototype,N),T&&F(x,T),x}}(),c=function F(x,N,T){x===null&&(x=Function.prototype);var M=Object.getOwnPropertyDescriptor(x,N);if(M===void 0){var B=Object.getPrototypeOf(x);return B===null?void 0:F(B,N,T)}else{if("value"in M)return M.value;var V=M.get;return V===void 0?void 0:V.call(T)}},m=o(0),f=w(m),l=o(8),s=w(l),u=o(4),h=w(u),g=o(16),b=w(g),p=o(13),y=w(p),v=o(25),C=w(v);function w(F){return F&&F.__esModule?F:{default:F}}function E(F,x){if(!(F instanceof x))throw new TypeError("Cannot call a class as a function")}function S(F,x){if(!F)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return x&&(typeof x=="object"||typeof x=="function")?x:F}function O(F,x){if(typeof x!="function"&&x!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof x);F.prototype=Object.create(x&&x.prototype,{constructor:{value:F,enumerable:!1,writable:!0,configurable:!0}}),x&&(Object.setPrototypeOf?Object.setPrototypeOf(F,x):F.__proto__=x)}function k(F){return F instanceof h.default||F instanceof u.BlockEmbed}var R=function(F){O(x,F);function x(N,T){E(this,x);var M=S(this,(x.__proto__||Object.getPrototypeOf(x)).call(this,N));return M.emitter=T.emitter,Array.isArray(T.whitelist)&&(M.whitelist=T.whitelist.reduce(function(B,V){return B[V]=!0,B},{})),M.domNode.addEventListener("DOMNodeInserted",function(){}),M.optimize(),M.enable(),M}return a(x,[{key:"batchStart",value:function(){this.batch=!0}},{key:"batchEnd",value:function(){this.batch=!1,this.optimize()}},{key:"deleteAt",value:function(T,M){var B=this.line(T),V=r(B,2),U=V[0],K=V[1],q=this.line(T+M),P=r(q,1),_=P[0];if(c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"deleteAt",this).call(this,T,M),_!=null&&U!==_&&K>0){if(U instanceof u.BlockEmbed||_ instanceof u.BlockEmbed){this.optimize();return}if(U instanceof y.default){var A=U.newlineIndex(U.length(),!0);if(A>-1&&(U=U.split(A+1),U===_)){this.optimize();return}}else if(_ instanceof y.default){var I=_.newlineIndex(0);I>-1&&_.split(I+1)}var H=_.children.head instanceof b.default?null:_.children.head;U.moveChildren(_,H),U.remove()}this.optimize()}},{key:"enable",value:function(){var T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.domNode.setAttribute("contenteditable",T)}},{key:"formatAt",value:function(T,M,B,V){this.whitelist!=null&&!this.whitelist[B]||(c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"formatAt",this).call(this,T,M,B,V),this.optimize())}},{key:"insertAt",value:function(T,M,B){if(!(B!=null&&this.whitelist!=null&&!this.whitelist[M])){if(T>=this.length())if(B==null||f.default.query(M,f.default.Scope.BLOCK)==null){var V=f.default.create(this.statics.defaultChild);this.appendChild(V),B==null&&M.endsWith(`
|
|
43
|
+
`)&&(M=M.slice(0,-1)),V.insertAt(0,M,B)}else{var U=f.default.create(M,B);this.appendChild(U)}else c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"insertAt",this).call(this,T,M,B);this.optimize()}}},{key:"insertBefore",value:function(T,M){if(T.statics.scope===f.default.Scope.INLINE_BLOT){var B=f.default.create(this.statics.defaultChild);B.appendChild(T),T=B}c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"insertBefore",this).call(this,T,M)}},{key:"leaf",value:function(T){return this.path(T).pop()||[null,-1]}},{key:"line",value:function(T){return T===this.length()?this.line(T-1):this.descendant(k,T)}},{key:"lines",value:function(){var T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE,B=function V(U,K,q){var P=[],_=q;return U.children.forEachAt(K,q,function(A,I,H){k(A)?P.push(A):A instanceof f.default.Container&&(P=P.concat(V(A,I,_))),_-=H}),P};return B(this,T,M)}},{key:"optimize",value:function(){var T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.batch!==!0&&(c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"optimize",this).call(this,T,M),T.length>0&&this.emitter.emit(s.default.events.SCROLL_OPTIMIZE,T,M))}},{key:"path",value:function(T){return c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"path",this).call(this,T).slice(1)}},{key:"update",value:function(T){if(this.batch!==!0){var M=s.default.sources.USER;typeof T=="string"&&(M=T),Array.isArray(T)||(T=this.observer.takeRecords()),T.length>0&&this.emitter.emit(s.default.events.SCROLL_BEFORE_UPDATE,M,T),c(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"update",this).call(this,T.concat([])),T.length>0&&this.emitter.emit(s.default.events.SCROLL_UPDATE,M,T)}}}]),x}(f.default.Scroll);R.blotName="scroll",R.className="ql-editor",R.tagName="DIV",R.defaultChild="block",R.allowedChildren=[h.default,u.BlockEmbed,C.default],i.default=R},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.SHORTKEY=i.default=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(L){return typeof L}:function(L){return L&&typeof Symbol=="function"&&L.constructor===Symbol&&L!==Symbol.prototype?"symbol":typeof L},a=function(){function L(z,Y){var J=[],Q=!0,re=!1,he=void 0;try{for(var ge=z[Symbol.iterator](),Oe;!(Q=(Oe=ge.next()).done)&&(J.push(Oe.value),!(Y&&J.length===Y));Q=!0);}catch(Fe){re=!0,he=Fe}finally{try{!Q&&ge.return&&ge.return()}finally{if(re)throw he}}return J}return function(z,Y){if(Array.isArray(z))return z;if(Symbol.iterator in Object(z))return L(z,Y);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),c=function(){function L(z,Y){for(var J=0;J<Y.length;J++){var Q=Y[J];Q.enumerable=Q.enumerable||!1,Q.configurable=!0,"value"in Q&&(Q.writable=!0),Object.defineProperty(z,Q.key,Q)}}return function(z,Y,J){return Y&&L(z.prototype,Y),J&&L(z,J),z}}(),m=o(21),f=F(m),l=o(11),s=F(l),u=o(3),h=F(u),g=o(2),b=F(g),p=o(20),y=F(p),v=o(0),C=F(v),w=o(5),E=F(w),S=o(10),O=F(S),k=o(9),R=F(k);function F(L){return L&&L.__esModule?L:{default:L}}function x(L,z,Y){return z in L?Object.defineProperty(L,z,{value:Y,enumerable:!0,configurable:!0,writable:!0}):L[z]=Y,L}function N(L,z){if(!(L instanceof z))throw new TypeError("Cannot call a class as a function")}function T(L,z){if(!L)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return z&&(typeof z=="object"||typeof z=="function")?z:L}function M(L,z){if(typeof z!="function"&&z!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof z);L.prototype=Object.create(z&&z.prototype,{constructor:{value:L,enumerable:!1,writable:!0,configurable:!0}}),z&&(Object.setPrototypeOf?Object.setPrototypeOf(L,z):L.__proto__=z)}var B=(0,O.default)("quill:keyboard"),V=/Mac/i.test(navigator.platform)?"metaKey":"ctrlKey",U=function(L){M(z,L),c(z,null,[{key:"match",value:function(J,Q){return Q=j(Q),["altKey","ctrlKey","metaKey","shiftKey"].some(function(re){return!!Q[re]!==J[re]&&Q[re]!==null})?!1:Q.key===(J.which||J.keyCode)}}]);function z(Y,J){N(this,z);var Q=T(this,(z.__proto__||Object.getPrototypeOf(z)).call(this,Y,J));return Q.bindings={},Object.keys(Q.options.bindings).forEach(function(re){re==="list autofill"&&Y.scroll.whitelist!=null&&!Y.scroll.whitelist.list||Q.options.bindings[re]&&Q.addBinding(Q.options.bindings[re])}),Q.addBinding({key:z.keys.ENTER,shiftKey:null},A),Q.addBinding({key:z.keys.ENTER,metaKey:null,ctrlKey:null,altKey:null},function(){}),/Firefox/i.test(navigator.userAgent)?(Q.addBinding({key:z.keys.BACKSPACE},{collapsed:!0},q),Q.addBinding({key:z.keys.DELETE},{collapsed:!0},P)):(Q.addBinding({key:z.keys.BACKSPACE},{collapsed:!0,prefix:/^.?$/},q),Q.addBinding({key:z.keys.DELETE},{collapsed:!0,suffix:/^.?$/},P)),Q.addBinding({key:z.keys.BACKSPACE},{collapsed:!1},_),Q.addBinding({key:z.keys.DELETE},{collapsed:!1},_),Q.addBinding({key:z.keys.BACKSPACE,altKey:null,ctrlKey:null,metaKey:null,shiftKey:null},{collapsed:!0,offset:0},q),Q.listen(),Q}return c(z,[{key:"addBinding",value:function(J){var Q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},re=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},he=j(J);if(he==null||he.key==null)return B.warn("Attempted to add invalid keyboard binding",he);typeof Q=="function"&&(Q={handler:Q}),typeof re=="function"&&(re={handler:re}),he=(0,h.default)(he,Q,re),this.bindings[he.key]=this.bindings[he.key]||[],this.bindings[he.key].push(he)}},{key:"listen",value:function(){var J=this;this.quill.root.addEventListener("keydown",function(Q){if(!Q.defaultPrevented){var re=Q.which||Q.keyCode,he=(J.bindings[re]||[]).filter(function(Ue){return z.match(Q,Ue)});if(he.length!==0){var ge=J.quill.getSelection();if(!(ge==null||!J.quill.hasFocus())){var Oe=J.quill.getLine(ge.index),Fe=a(Oe,2),mt=Fe[0],Ke=Fe[1],Z=J.quill.getLeaf(ge.index),$=a(Z,2),le=$[0],se=$[1],te=ge.length===0?[le,se]:J.quill.getLeaf(ge.index+ge.length),we=a(te,2),ve=we[0],Ee=we[1],Nt=le instanceof C.default.Text?le.value().slice(0,se):"",Qt=ve instanceof C.default.Text?ve.value().slice(Ee):"",Ve={collapsed:ge.length===0,empty:ge.length===0&&mt.length()<=1,format:J.quill.getFormat(ge),offset:Ke,prefix:Nt,suffix:Qt},J7=he.some(function(Ue){if(Ue.collapsed!=null&&Ue.collapsed!==Ve.collapsed||Ue.empty!=null&&Ue.empty!==Ve.empty||Ue.offset!=null&&Ue.offset!==Ve.offset)return!1;if(Array.isArray(Ue.format)){if(Ue.format.every(function(fn){return Ve.format[fn]==null}))return!1}else if(r(Ue.format)==="object"&&!Object.keys(Ue.format).every(function(fn){return Ue.format[fn]===!0?Ve.format[fn]!=null:Ue.format[fn]===!1?Ve.format[fn]==null:(0,s.default)(Ue.format[fn],Ve.format[fn])}))return!1;return Ue.prefix!=null&&!Ue.prefix.test(Ve.prefix)||Ue.suffix!=null&&!Ue.suffix.test(Ve.suffix)?!1:Ue.handler.call(J,ge,Ve)!==!0});J7&&Q.preventDefault()}}}})}}]),z}(R.default);U.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},U.DEFAULTS={bindings:{bold:H("bold"),italic:H("italic"),underline:H("underline"),indent:{key:U.keys.TAB,format:["blockquote","indent","list"],handler:function(z,Y){if(Y.collapsed&&Y.offset!==0)return!0;this.quill.format("indent","+1",E.default.sources.USER)}},outdent:{key:U.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(z,Y){if(Y.collapsed&&Y.offset!==0)return!0;this.quill.format("indent","-1",E.default.sources.USER)}},"outdent backspace":{key:U.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(z,Y){Y.format.indent!=null?this.quill.format("indent","-1",E.default.sources.USER):Y.format.list!=null&&this.quill.format("list",!1,E.default.sources.USER)}},"indent code-block":I(!0),"outdent code-block":I(!1),"remove tab":{key:U.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(z){this.quill.deleteText(z.index-1,1,E.default.sources.USER)}},tab:{key:U.keys.TAB,handler:function(z){this.quill.history.cutoff();var Y=new b.default().retain(z.index).delete(z.length).insert(" ");this.quill.updateContents(Y,E.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(z.index+1,E.default.sources.SILENT)}},"list empty enter":{key:U.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(z,Y){this.quill.format("list",!1,E.default.sources.USER),Y.format.indent&&this.quill.format("indent",!1,E.default.sources.USER)}},"checklist enter":{key:U.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(z){var Y=this.quill.getLine(z.index),J=a(Y,2),Q=J[0],re=J[1],he=(0,h.default)({},Q.formats(),{list:"checked"}),ge=new b.default().retain(z.index).insert(`
|
|
44
|
+
`,he).retain(Q.length()-re-1).retain(1,{list:"unchecked"});this.quill.updateContents(ge,E.default.sources.USER),this.quill.setSelection(z.index+1,E.default.sources.SILENT),this.quill.scrollIntoView()}},"header enter":{key:U.keys.ENTER,collapsed:!0,format:["header"],suffix:/^$/,handler:function(z,Y){var J=this.quill.getLine(z.index),Q=a(J,2),re=Q[0],he=Q[1],ge=new b.default().retain(z.index).insert(`
|
|
45
|
+
`,Y.format).retain(re.length()-he-1).retain(1,{header:null});this.quill.updateContents(ge,E.default.sources.USER),this.quill.setSelection(z.index+1,E.default.sources.SILENT),this.quill.scrollIntoView()}},"list autofill":{key:" ",collapsed:!0,format:{list:!1},prefix:/^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,handler:function(z,Y){var J=Y.prefix.length,Q=this.quill.getLine(z.index),re=a(Q,2),he=re[0],ge=re[1];if(ge>J)return!0;var Oe=void 0;switch(Y.prefix.trim()){case"[]":case"[ ]":Oe="unchecked";break;case"[x]":Oe="checked";break;case"-":case"*":Oe="bullet";break;default:Oe="ordered"}this.quill.insertText(z.index," ",E.default.sources.USER),this.quill.history.cutoff();var Fe=new b.default().retain(z.index-ge).delete(J+1).retain(he.length()-2-ge).retain(1,{list:Oe});this.quill.updateContents(Fe,E.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(z.index-J,E.default.sources.SILENT)}},"code exit":{key:U.keys.ENTER,collapsed:!0,format:["code-block"],prefix:/\n\n$/,suffix:/^\s+$/,handler:function(z){var Y=this.quill.getLine(z.index),J=a(Y,2),Q=J[0],re=J[1],he=new b.default().retain(z.index+Q.length()-re-2).retain(1,{"code-block":null}).delete(1);this.quill.updateContents(he,E.default.sources.USER)}},"embed left":K(U.keys.LEFT,!1),"embed left shift":K(U.keys.LEFT,!0),"embed right":K(U.keys.RIGHT,!1),"embed right shift":K(U.keys.RIGHT,!0)}};function K(L,z){var Y,J=L===U.keys.LEFT?"prefix":"suffix";return Y={key:L,shiftKey:z,altKey:null},x(Y,J,/^$/),x(Y,"handler",function(re){var he=re.index;L===U.keys.RIGHT&&(he+=re.length+1);var ge=this.quill.getLeaf(he),Oe=a(ge,1),Fe=Oe[0];return Fe instanceof C.default.Embed?(L===U.keys.LEFT?z?this.quill.setSelection(re.index-1,re.length+1,E.default.sources.USER):this.quill.setSelection(re.index-1,E.default.sources.USER):z?this.quill.setSelection(re.index,re.length+1,E.default.sources.USER):this.quill.setSelection(re.index+re.length+1,E.default.sources.USER),!1):!0}),Y}function q(L,z){if(!(L.index===0||this.quill.getLength()<=1)){var Y=this.quill.getLine(L.index),J=a(Y,1),Q=J[0],re={};if(z.offset===0){var he=this.quill.getLine(L.index-1),ge=a(he,1),Oe=ge[0];if(Oe!=null&&Oe.length()>1){var Fe=Q.formats(),mt=this.quill.getFormat(L.index-1,1);re=y.default.attributes.diff(Fe,mt)||{}}}var Ke=/[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(z.prefix)?2:1;this.quill.deleteText(L.index-Ke,Ke,E.default.sources.USER),Object.keys(re).length>0&&this.quill.formatLine(L.index-Ke,Ke,re,E.default.sources.USER),this.quill.focus()}}function P(L,z){var Y=/^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(z.suffix)?2:1;if(!(L.index>=this.quill.getLength()-Y)){var J={},Q=0,re=this.quill.getLine(L.index),he=a(re,1),ge=he[0];if(z.offset>=ge.length()-1){var Oe=this.quill.getLine(L.index+1),Fe=a(Oe,1),mt=Fe[0];if(mt){var Ke=ge.formats(),Z=this.quill.getFormat(L.index,1);J=y.default.attributes.diff(Ke,Z)||{},Q=mt.length()}}this.quill.deleteText(L.index,Y,E.default.sources.USER),Object.keys(J).length>0&&this.quill.formatLine(L.index+Q-1,Y,J,E.default.sources.USER)}}function _(L){var z=this.quill.getLines(L),Y={};if(z.length>1){var J=z[0].formats(),Q=z[z.length-1].formats();Y=y.default.attributes.diff(Q,J)||{}}this.quill.deleteText(L,E.default.sources.USER),Object.keys(Y).length>0&&this.quill.formatLine(L.index,1,Y,E.default.sources.USER),this.quill.setSelection(L.index,E.default.sources.SILENT),this.quill.focus()}function A(L,z){var Y=this;L.length>0&&this.quill.scroll.deleteAt(L.index,L.length);var J=Object.keys(z.format).reduce(function(Q,re){return C.default.query(re,C.default.Scope.BLOCK)&&!Array.isArray(z.format[re])&&(Q[re]=z.format[re]),Q},{});this.quill.insertText(L.index,`
|
|
46
|
+
`,J,E.default.sources.USER),this.quill.setSelection(L.index+1,E.default.sources.SILENT),this.quill.focus(),Object.keys(z.format).forEach(function(Q){J[Q]==null&&(Array.isArray(z.format[Q])||Q!=="link"&&Y.quill.format(Q,z.format[Q],E.default.sources.USER))})}function I(L){return{key:U.keys.TAB,shiftKey:!L,format:{"code-block":!0},handler:function(Y){var J=C.default.query("code-block"),Q=Y.index,re=Y.length,he=this.quill.scroll.descendant(J,Q),ge=a(he,2),Oe=ge[0],Fe=ge[1];if(Oe!=null){var mt=this.quill.getIndex(Oe),Ke=Oe.newlineIndex(Fe,!0)+1,Z=Oe.newlineIndex(mt+Fe+re),$=Oe.domNode.textContent.slice(Ke,Z).split(`
|
|
47
|
+
`);Fe=0,$.forEach(function(le,se){L?(Oe.insertAt(Ke+Fe,J.TAB),Fe+=J.TAB.length,se===0?Q+=J.TAB.length:re+=J.TAB.length):le.startsWith(J.TAB)&&(Oe.deleteAt(Ke+Fe,J.TAB.length),Fe-=J.TAB.length,se===0?Q-=J.TAB.length:re-=J.TAB.length),Fe+=le.length+1}),this.quill.update(E.default.sources.USER),this.quill.setSelection(Q,re,E.default.sources.SILENT)}}}}function H(L){return{key:L[0].toUpperCase(),shortKey:!0,handler:function(Y,J){this.quill.format(L,!J.format[L],E.default.sources.USER)}}}function j(L){if(typeof L=="string"||typeof L=="number")return j({key:L});if((typeof L=="undefined"?"undefined":r(L))==="object"&&(L=(0,f.default)(L,!1)),typeof L.key=="string")if(U.keys[L.key.toUpperCase()]!=null)L.key=U.keys[L.key.toUpperCase()];else if(L.key.length===1)L.key=L.key.toUpperCase().charCodeAt(0);else return null;return L.shortKey&&(L[V]=L.shortKey,delete L.shortKey),L}i.default=U,i.SHORTKEY=V},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function y(v,C){var w=[],E=!0,S=!1,O=void 0;try{for(var k=v[Symbol.iterator](),R;!(E=(R=k.next()).done)&&(w.push(R.value),!(C&&w.length===C));E=!0);}catch(F){S=!0,O=F}finally{try{!E&&k.return&&k.return()}finally{if(S)throw O}}return w}return function(v,C){if(Array.isArray(v))return v;if(Symbol.iterator in Object(v))return y(v,C);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function y(v,C,w){v===null&&(v=Function.prototype);var E=Object.getOwnPropertyDescriptor(v,C);if(E===void 0){var S=Object.getPrototypeOf(v);return S===null?void 0:y(S,C,w)}else{if("value"in E)return E.value;var O=E.get;return O===void 0?void 0:O.call(w)}},c=function(){function y(v,C){for(var w=0;w<C.length;w++){var E=C[w];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(v,E.key,E)}}return function(v,C,w){return C&&y(v.prototype,C),w&&y(v,w),v}}(),m=o(0),f=u(m),l=o(7),s=u(l);function u(y){return y&&y.__esModule?y:{default:y}}function h(y,v){if(!(y instanceof v))throw new TypeError("Cannot call a class as a function")}function g(y,v){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:y}function b(y,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);y.prototype=Object.create(v&&v.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(y,v):y.__proto__=v)}var p=function(y){b(v,y),c(v,null,[{key:"value",value:function(){}}]);function v(C,w){h(this,v);var E=g(this,(v.__proto__||Object.getPrototypeOf(v)).call(this,C));return E.selection=w,E.textNode=document.createTextNode(v.CONTENTS),E.domNode.appendChild(E.textNode),E._length=0,E}return c(v,[{key:"detach",value:function(){this.parent!=null&&this.parent.removeChild(this)}},{key:"format",value:function(w,E){if(this._length!==0)return a(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"format",this).call(this,w,E);for(var S=this,O=0;S!=null&&S.statics.scope!==f.default.Scope.BLOCK_BLOT;)O+=S.offset(S.parent),S=S.parent;S!=null&&(this._length=v.CONTENTS.length,S.optimize(),S.formatAt(O,v.CONTENTS.length,w,E),this._length=0)}},{key:"index",value:function(w,E){return w===this.textNode?0:a(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"index",this).call(this,w,E)}},{key:"length",value:function(){return this._length}},{key:"position",value:function(){return[this.textNode,this.textNode.data.length]}},{key:"remove",value:function(){a(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"remove",this).call(this),this.parent=null}},{key:"restore",value:function(){if(!(this.selection.composing||this.parent==null)){var w=this.textNode,E=this.selection.getNativeRange(),S=void 0,O=void 0,k=void 0;if(E!=null&&E.start.node===w&&E.end.node===w){var R=[w,E.start.offset,E.end.offset];S=R[0],O=R[1],k=R[2]}for(;this.domNode.lastChild!=null&&this.domNode.lastChild!==this.textNode;)this.domNode.parentNode.insertBefore(this.domNode.lastChild,this.domNode);if(this.textNode.data!==v.CONTENTS){var F=this.textNode.data.split(v.CONTENTS).join("");this.next instanceof s.default?(S=this.next.domNode,this.next.insertAt(0,F),this.textNode.data=v.CONTENTS):(this.textNode.data=F,this.parent.insertBefore(f.default.create(this.textNode),this),this.textNode=document.createTextNode(v.CONTENTS),this.domNode.appendChild(this.textNode))}if(this.remove(),O!=null){var x=[O,k].map(function(T){return Math.max(0,Math.min(S.data.length,T-1))}),N=r(x,2);return O=N[0],k=N[1],{startNode:S,startOffset:O,endNode:S,endOffset:k}}}}},{key:"update",value:function(w,E){var S=this;if(w.some(function(k){return k.type==="characterData"&&k.target===S.textNode})){var O=this.restore();O&&(E.range=O)}}},{key:"value",value:function(){return""}}]),v}(f.default.Embed);p.blotName="cursor",p.className="ql-cursor",p.tagName="span",p.CONTENTS="\uFEFF",i.default=p},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(0),a=f(r),c=o(4),m=f(c);function f(g){return g&&g.__esModule?g:{default:g}}function l(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function s(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function u(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){u(b,g);function b(){return l(this,b),s(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return b}(a.default.Container);h.allowedChildren=[m.default,c.BlockEmbed,h],i.default=h},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.ColorStyle=i.ColorClass=i.ColorAttributor=void 0;var r=function(){function p(y,v){for(var C=0;C<v.length;C++){var w=v[C];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(y,w.key,w)}}return function(y,v,C){return v&&p(y.prototype,v),C&&p(y,C),y}}(),a=function p(y,v,C){y===null&&(y=Function.prototype);var w=Object.getOwnPropertyDescriptor(y,v);if(w===void 0){var E=Object.getPrototypeOf(y);return E===null?void 0:p(E,v,C)}else{if("value"in w)return w.value;var S=w.get;return S===void 0?void 0:S.call(C)}},c=o(0),m=f(c);function f(p){return p&&p.__esModule?p:{default:p}}function l(p,y){if(!(p instanceof y))throw new TypeError("Cannot call a class as a function")}function s(p,y){if(!p)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:p}function u(p,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);p.prototype=Object.create(y&&y.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(p,y):p.__proto__=y)}var h=function(p){u(y,p);function y(){return l(this,y),s(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return r(y,[{key:"value",value:function(C){var w=a(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"value",this).call(this,C);return w.startsWith("rgb(")?(w=w.replace(/^[^\d]+/,"").replace(/[^\d]+$/,""),"#"+w.split(",").map(function(E){return("00"+parseInt(E).toString(16)).slice(-2)}).join("")):w}}]),y}(m.default.Attributor.Style),g=new m.default.Attributor.Class("color","ql-color",{scope:m.default.Scope.INLINE}),b=new h("color","color",{scope:m.default.Scope.INLINE});i.ColorAttributor=h,i.ColorClass=g,i.ColorStyle=b},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.sanitize=i.default=void 0;var r=function(){function b(p,y){for(var v=0;v<y.length;v++){var C=y[v];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(p,C.key,C)}}return function(p,y,v){return y&&b(p.prototype,y),v&&b(p,v),p}}(),a=function b(p,y,v){p===null&&(p=Function.prototype);var C=Object.getOwnPropertyDescriptor(p,y);if(C===void 0){var w=Object.getPrototypeOf(p);return w===null?void 0:b(w,y,v)}else{if("value"in C)return C.value;var E=C.get;return E===void 0?void 0:E.call(v)}},c=o(6),m=f(c);function f(b){return b&&b.__esModule?b:{default:b}}function l(b,p){if(!(b instanceof p))throw new TypeError("Cannot call a class as a function")}function s(b,p){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return p&&(typeof p=="object"||typeof p=="function")?p:b}function u(b,p){if(typeof p!="function"&&p!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof p);b.prototype=Object.create(p&&p.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),p&&(Object.setPrototypeOf?Object.setPrototypeOf(b,p):b.__proto__=p)}var h=function(b){u(p,b);function p(){return l(this,p),s(this,(p.__proto__||Object.getPrototypeOf(p)).apply(this,arguments))}return r(p,[{key:"format",value:function(v,C){if(v!==this.statics.blotName||!C)return a(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"format",this).call(this,v,C);C=this.constructor.sanitize(C),this.domNode.setAttribute("href",C)}}],[{key:"create",value:function(v){var C=a(p.__proto__||Object.getPrototypeOf(p),"create",this).call(this,v);return v=this.sanitize(v),C.setAttribute("href",v),C.setAttribute("rel","noopener noreferrer"),C.setAttribute("target","_blank"),C}},{key:"formats",value:function(v){return v.getAttribute("href")}},{key:"sanitize",value:function(v){return g(v,this.PROTOCOL_WHITELIST)?v:this.SANITIZED_URL}}]),p}(m.default);h.blotName="link",h.tagName="A",h.SANITIZED_URL="about:blank",h.PROTOCOL_WHITELIST=["http","https","mailto","tel"];function g(b,p){var y=document.createElement("a");y.href=b;var v=y.href.slice(0,y.href.indexOf(":"));return p.indexOf(v)>-1}i.default=h,i.sanitize=g},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(p){return typeof p}:function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p},a=function(){function p(y,v){for(var C=0;C<v.length;C++){var w=v[C];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(y,w.key,w)}}return function(y,v,C){return v&&p(y.prototype,v),C&&p(y,C),y}}(),c=o(23),m=s(c),f=o(107),l=s(f);function s(p){return p&&p.__esModule?p:{default:p}}function u(p,y){if(!(p instanceof y))throw new TypeError("Cannot call a class as a function")}var h=0;function g(p,y){p.setAttribute(y,p.getAttribute(y)!=="true")}var b=function(){function p(y){var v=this;u(this,p),this.select=y,this.container=document.createElement("span"),this.buildPicker(),this.select.style.display="none",this.select.parentNode.insertBefore(this.container,this.select),this.label.addEventListener("mousedown",function(){v.togglePicker()}),this.label.addEventListener("keydown",function(C){switch(C.keyCode){case m.default.keys.ENTER:v.togglePicker();break;case m.default.keys.ESCAPE:v.escape(),C.preventDefault();break}}),this.select.addEventListener("change",this.update.bind(this))}return a(p,[{key:"togglePicker",value:function(){this.container.classList.toggle("ql-expanded"),g(this.label,"aria-expanded"),g(this.options,"aria-hidden")}},{key:"buildItem",value:function(v){var C=this,w=document.createElement("span");return w.tabIndex="0",w.setAttribute("role","button"),w.classList.add("ql-picker-item"),v.hasAttribute("value")&&w.setAttribute("data-value",v.getAttribute("value")),v.textContent&&w.setAttribute("data-label",v.textContent),w.addEventListener("click",function(){C.selectItem(w,!0)}),w.addEventListener("keydown",function(E){switch(E.keyCode){case m.default.keys.ENTER:C.selectItem(w,!0),E.preventDefault();break;case m.default.keys.ESCAPE:C.escape(),E.preventDefault();break}}),w}},{key:"buildLabel",value:function(){var v=document.createElement("span");return v.classList.add("ql-picker-label"),v.innerHTML=l.default,v.tabIndex="0",v.setAttribute("role","button"),v.setAttribute("aria-expanded","false"),this.container.appendChild(v),v}},{key:"buildOptions",value:function(){var v=this,C=document.createElement("span");C.classList.add("ql-picker-options"),C.setAttribute("aria-hidden","true"),C.tabIndex="-1",C.id="ql-picker-options-"+h,h+=1,this.label.setAttribute("aria-controls",C.id),this.options=C,[].slice.call(this.select.options).forEach(function(w){var E=v.buildItem(w);C.appendChild(E),w.selected===!0&&v.selectItem(E)}),this.container.appendChild(C)}},{key:"buildPicker",value:function(){var v=this;[].slice.call(this.select.attributes).forEach(function(C){v.container.setAttribute(C.name,C.value)}),this.container.classList.add("ql-picker"),this.label=this.buildLabel(),this.buildOptions()}},{key:"escape",value:function(){var v=this;this.close(),setTimeout(function(){return v.label.focus()},1)}},{key:"close",value:function(){this.container.classList.remove("ql-expanded"),this.label.setAttribute("aria-expanded","false"),this.options.setAttribute("aria-hidden","true")}},{key:"selectItem",value:function(v){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,w=this.container.querySelector(".ql-selected");if(v!==w&&(w!=null&&w.classList.remove("ql-selected"),v!=null&&(v.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(v.parentNode.children,v),v.hasAttribute("data-value")?this.label.setAttribute("data-value",v.getAttribute("data-value")):this.label.removeAttribute("data-value"),v.hasAttribute("data-label")?this.label.setAttribute("data-label",v.getAttribute("data-label")):this.label.removeAttribute("data-label"),C))){if(typeof Event=="function")this.select.dispatchEvent(new Event("change"));else if((typeof Event=="undefined"?"undefined":r(Event))==="object"){var E=document.createEvent("Event");E.initEvent("change",!0,!0),this.select.dispatchEvent(E)}this.close()}}},{key:"update",value:function(){var v=void 0;if(this.select.selectedIndex>-1){var C=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];v=this.select.options[this.select.selectedIndex],this.selectItem(C)}else this.selectItem(null);var w=v!=null&&v!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",w)}}]),p}();i.default=b},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(0),a=B(r),c=o(5),m=B(c),f=o(4),l=B(f),s=o(16),u=B(s),h=o(25),g=B(h),b=o(24),p=B(b),y=o(35),v=B(y),C=o(6),w=B(C),E=o(22),S=B(E),O=o(7),k=B(O),R=o(55),F=B(R),x=o(42),N=B(x),T=o(23),M=B(T);function B(V){return V&&V.__esModule?V:{default:V}}m.default.register({"blots/block":l.default,"blots/block/embed":f.BlockEmbed,"blots/break":u.default,"blots/container":g.default,"blots/cursor":p.default,"blots/embed":v.default,"blots/inline":w.default,"blots/scroll":S.default,"blots/text":k.default,"modules/clipboard":F.default,"modules/history":N.default,"modules/keyboard":M.default}),a.default.register(l.default,u.default,p.default,w.default,S.default,k.default),i.default=m.default},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(1),a=function(){function c(m){this.domNode=m,this.domNode[r.DATA_KEY]={blot:this}}return Object.defineProperty(c.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),c.create=function(m){if(this.tagName==null)throw new r.ParchmentError("Blot definition missing tagName");var f;return Array.isArray(this.tagName)?(typeof m=="string"&&(m=m.toUpperCase(),parseInt(m).toString()===m&&(m=parseInt(m))),typeof m=="number"?f=document.createElement(this.tagName[m-1]):this.tagName.indexOf(m)>-1?f=document.createElement(m):f=document.createElement(this.tagName[0])):f=document.createElement(this.tagName),this.className&&f.classList.add(this.className),f},c.prototype.attach=function(){this.parent!=null&&(this.scroll=this.parent.scroll)},c.prototype.clone=function(){var m=this.domNode.cloneNode(!1);return r.create(m)},c.prototype.detach=function(){this.parent!=null&&this.parent.removeChild(this),delete this.domNode[r.DATA_KEY]},c.prototype.deleteAt=function(m,f){var l=this.isolate(m,f);l.remove()},c.prototype.formatAt=function(m,f,l,s){var u=this.isolate(m,f);if(r.query(l,r.Scope.BLOT)!=null&&s)u.wrap(l,s);else if(r.query(l,r.Scope.ATTRIBUTE)!=null){var h=r.create(this.statics.scope);u.wrap(h),h.format(l,s)}},c.prototype.insertAt=function(m,f,l){var s=l==null?r.create("text",f):r.create(f,l),u=this.split(m);this.parent.insertBefore(s,u)},c.prototype.insertInto=function(m,f){f===void 0&&(f=null),this.parent!=null&&this.parent.children.remove(this);var l=null;m.children.insertBefore(this,f),f!=null&&(l=f.domNode),(this.domNode.parentNode!=m.domNode||this.domNode.nextSibling!=l)&&m.domNode.insertBefore(this.domNode,l),this.parent=m,this.attach()},c.prototype.isolate=function(m,f){var l=this.split(m);return l.split(f),l},c.prototype.length=function(){return 1},c.prototype.offset=function(m){return m===void 0&&(m=this.parent),this.parent==null||this==m?0:this.parent.children.offset(this)+this.parent.offset(m)},c.prototype.optimize=function(m){this.domNode[r.DATA_KEY]!=null&&delete this.domNode[r.DATA_KEY].mutations},c.prototype.remove=function(){this.domNode.parentNode!=null&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},c.prototype.replace=function(m){m.parent!=null&&(m.parent.insertBefore(this,m.next),m.remove())},c.prototype.replaceWith=function(m,f){var l=typeof m=="string"?r.create(m,f):m;return l.replace(this),l},c.prototype.split=function(m,f){return m===0?this:this.next},c.prototype.update=function(m,f){},c.prototype.wrap=function(m,f){var l=typeof m=="string"?r.create(m,f):m;return this.parent!=null&&this.parent.insertBefore(l,this.next),l.appendChild(this),l},c.blotName="abstract",c}();i.default=a},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(12),a=o(32),c=o(33),m=o(1),f=function(){function l(s){this.attributes={},this.domNode=s,this.build()}return l.prototype.attribute=function(s,u){u?s.add(this.domNode,u)&&(s.value(this.domNode)!=null?this.attributes[s.attrName]=s:delete this.attributes[s.attrName]):(s.remove(this.domNode),delete this.attributes[s.attrName])},l.prototype.build=function(){var s=this;this.attributes={};var u=r.default.keys(this.domNode),h=a.default.keys(this.domNode),g=c.default.keys(this.domNode);u.concat(h).concat(g).forEach(function(b){var p=m.query(b,m.Scope.ATTRIBUTE);p instanceof r.default&&(s.attributes[p.attrName]=p)})},l.prototype.copy=function(s){var u=this;Object.keys(this.attributes).forEach(function(h){var g=u.attributes[h].value(u.domNode);s.format(h,g)})},l.prototype.move=function(s){var u=this;this.copy(s),Object.keys(this.attributes).forEach(function(h){u.attributes[h].remove(u.domNode)}),this.attributes={}},l.prototype.values=function(){var s=this;return Object.keys(this.attributes).reduce(function(u,h){return u[h]=s.attributes[h].value(s.domNode),u},{})},l}();i.default=f},function(n,i,o){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,s){l.__proto__=s}||function(l,s){for(var u in s)s.hasOwnProperty(u)&&(l[u]=s[u])};return function(l,s){f(l,s);function u(){this.constructor=l}l.prototype=s===null?Object.create(s):(u.prototype=s.prototype,new u)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(12);function c(f,l){var s=f.getAttribute("class")||"";return s.split(/\s+/).filter(function(u){return u.indexOf(l+"-")===0})}var m=function(f){r(l,f);function l(){return f!==null&&f.apply(this,arguments)||this}return l.keys=function(s){return(s.getAttribute("class")||"").split(/\s+/).map(function(u){return u.split("-").slice(0,-1).join("-")})},l.prototype.add=function(s,u){return this.canAdd(s,u)?(this.remove(s),s.classList.add(this.keyName+"-"+u),!0):!1},l.prototype.remove=function(s){var u=c(s,this.keyName);u.forEach(function(h){s.classList.remove(h)}),s.classList.length===0&&s.removeAttribute("class")},l.prototype.value=function(s){var u=c(s,this.keyName)[0]||"",h=u.slice(this.keyName.length+1);return this.canAdd(s,h)?h:""},l}(a.default);i.default=m},function(n,i,o){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,s){l.__proto__=s}||function(l,s){for(var u in s)s.hasOwnProperty(u)&&(l[u]=s[u])};return function(l,s){f(l,s);function u(){this.constructor=l}l.prototype=s===null?Object.create(s):(u.prototype=s.prototype,new u)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(12);function c(f){var l=f.split("-"),s=l.slice(1).map(function(u){return u[0].toUpperCase()+u.slice(1)}).join("");return l[0]+s}var m=function(f){r(l,f);function l(){return f!==null&&f.apply(this,arguments)||this}return l.keys=function(s){return(s.getAttribute("style")||"").split(";").map(function(u){var h=u.split(":");return h[0].trim()})},l.prototype.add=function(s,u){return this.canAdd(s,u)?(s.style[c(this.keyName)]=u,!0):!1},l.prototype.remove=function(s){s.style[c(this.keyName)]="",s.getAttribute("style")||s.removeAttribute("style")},l.prototype.value=function(s){var u=s.style[c(this.keyName)];return this.canAdd(s,u)?u:""},l}(a.default);i.default=m},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function m(f,l){for(var s=0;s<l.length;s++){var u=l[s];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(f,u.key,u)}}return function(f,l,s){return l&&m(f.prototype,l),s&&m(f,s),f}}();function a(m,f){if(!(m instanceof f))throw new TypeError("Cannot call a class as a function")}var c=function(){function m(f,l){a(this,m),this.quill=f,this.options=l,this.modules={}}return r(m,[{key:"init",value:function(){var l=this;Object.keys(this.options.modules).forEach(function(s){l.modules[s]==null&&l.addModule(s)})}},{key:"addModule",value:function(l){var s=this.quill.constructor.import("modules/"+l);return this.modules[l]=new s(this.quill,this.options.modules[l]||{}),this.modules[l]}}]),m}();c.DEFAULTS={modules:{}},c.themes={default:c},i.default=c},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function y(v,C){for(var w=0;w<C.length;w++){var E=C[w];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(v,E.key,E)}}return function(v,C,w){return C&&y(v.prototype,C),w&&y(v,w),v}}(),a=function y(v,C,w){v===null&&(v=Function.prototype);var E=Object.getOwnPropertyDescriptor(v,C);if(E===void 0){var S=Object.getPrototypeOf(v);return S===null?void 0:y(S,C,w)}else{if("value"in E)return E.value;var O=E.get;return O===void 0?void 0:O.call(w)}},c=o(0),m=s(c),f=o(7),l=s(f);function s(y){return y&&y.__esModule?y:{default:y}}function u(y,v){if(!(y instanceof v))throw new TypeError("Cannot call a class as a function")}function h(y,v){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:y}function g(y,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);y.prototype=Object.create(v&&v.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(y,v):y.__proto__=v)}var b="\uFEFF",p=function(y){g(v,y);function v(C){u(this,v);var w=h(this,(v.__proto__||Object.getPrototypeOf(v)).call(this,C));return w.contentNode=document.createElement("span"),w.contentNode.setAttribute("contenteditable",!1),[].slice.call(w.domNode.childNodes).forEach(function(E){w.contentNode.appendChild(E)}),w.leftGuard=document.createTextNode(b),w.rightGuard=document.createTextNode(b),w.domNode.appendChild(w.leftGuard),w.domNode.appendChild(w.contentNode),w.domNode.appendChild(w.rightGuard),w}return r(v,[{key:"index",value:function(w,E){return w===this.leftGuard?0:w===this.rightGuard?1:a(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"index",this).call(this,w,E)}},{key:"restore",value:function(w){var E=void 0,S=void 0,O=w.data.split(b).join("");if(w===this.leftGuard)if(this.prev instanceof l.default){var k=this.prev.length();this.prev.insertAt(k,O),E={startNode:this.prev.domNode,startOffset:k+O.length}}else S=document.createTextNode(O),this.parent.insertBefore(m.default.create(S),this),E={startNode:S,startOffset:O.length};else w===this.rightGuard&&(this.next instanceof l.default?(this.next.insertAt(0,O),E={startNode:this.next.domNode,startOffset:O.length}):(S=document.createTextNode(O),this.parent.insertBefore(m.default.create(S),this.next),E={startNode:S,startOffset:O.length}));return w.data=b,E}},{key:"update",value:function(w,E){var S=this;w.forEach(function(O){if(O.type==="characterData"&&(O.target===S.leftGuard||O.target===S.rightGuard)){var k=S.restore(O.target);k&&(E.range=k)}})}}]),v}(m.default.Embed);i.default=p},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.AlignStyle=i.AlignClass=i.AlignAttribute=void 0;var r=o(0),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}var m={scope:a.default.Scope.BLOCK,whitelist:["right","center","justify"]},f=new a.default.Attributor.Attribute("align","align",m),l=new a.default.Attributor.Class("align","ql-align",m),s=new a.default.Attributor.Style("align","text-align",m);i.AlignAttribute=f,i.AlignClass=l,i.AlignStyle=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.BackgroundStyle=i.BackgroundClass=void 0;var r=o(0),a=m(r),c=o(26);function m(s){return s&&s.__esModule?s:{default:s}}var f=new a.default.Attributor.Class("background","ql-bg",{scope:a.default.Scope.INLINE}),l=new c.ColorAttributor("background","background-color",{scope:a.default.Scope.INLINE});i.BackgroundClass=f,i.BackgroundStyle=l},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.DirectionStyle=i.DirectionClass=i.DirectionAttribute=void 0;var r=o(0),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}var m={scope:a.default.Scope.BLOCK,whitelist:["rtl"]},f=new a.default.Attributor.Attribute("direction","dir",m),l=new a.default.Attributor.Class("direction","ql-direction",m),s=new a.default.Attributor.Style("direction","direction",m);i.DirectionAttribute=f,i.DirectionClass=l,i.DirectionStyle=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.FontClass=i.FontStyle=void 0;var r=function(){function y(v,C){for(var w=0;w<C.length;w++){var E=C[w];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(v,E.key,E)}}return function(v,C,w){return C&&y(v.prototype,C),w&&y(v,w),v}}(),a=function y(v,C,w){v===null&&(v=Function.prototype);var E=Object.getOwnPropertyDescriptor(v,C);if(E===void 0){var S=Object.getPrototypeOf(v);return S===null?void 0:y(S,C,w)}else{if("value"in E)return E.value;var O=E.get;return O===void 0?void 0:O.call(w)}},c=o(0),m=f(c);function f(y){return y&&y.__esModule?y:{default:y}}function l(y,v){if(!(y instanceof v))throw new TypeError("Cannot call a class as a function")}function s(y,v){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:y}function u(y,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);y.prototype=Object.create(v&&v.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(y,v):y.__proto__=v)}var h={scope:m.default.Scope.INLINE,whitelist:["serif","monospace"]},g=new m.default.Attributor.Class("font","ql-font",h),b=function(y){u(v,y);function v(){return l(this,v),s(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,[{key:"value",value:function(w){return a(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"value",this).call(this,w).replace(/["']/g,"")}}]),v}(m.default.Attributor.Style),p=new b("font","font-family",h);i.FontStyle=p,i.FontClass=g},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.SizeStyle=i.SizeClass=void 0;var r=o(0),a=c(r);function c(l){return l&&l.__esModule?l:{default:l}}var m=new a.default.Attributor.Class("size","ql-size",{scope:a.default.Scope.INLINE,whitelist:["small","large","huge"]}),f=new a.default.Attributor.Style("size","font-size",{scope:a.default.Scope.INLINE,whitelist:["10px","18px","32px"]});i.SizeClass=m,i.SizeStyle=f},function(n,i,o){n.exports={align:{"":o(76),center:o(77),right:o(78),justify:o(79)},background:o(80),blockquote:o(81),bold:o(82),clean:o(83),code:o(58),"code-block":o(58),color:o(84),direction:{"":o(85),rtl:o(86)},float:{center:o(87),full:o(88),left:o(89),right:o(90)},formula:o(91),header:{"1":o(92),"2":o(93)},italic:o(94),image:o(95),indent:{"+1":o(96),"-1":o(97)},link:o(98),list:{ordered:o(99),bullet:o(100),check:o(101)},script:{sub:o(102),super:o(103)},strike:o(104),underline:o(105),video:o(106)}},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.getLastChangeIndex=i.default=void 0;var r=function(){function C(w,E){for(var S=0;S<E.length;S++){var O=E[S];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(w,O.key,O)}}return function(w,E,S){return E&&C(w.prototype,E),S&&C(w,S),w}}(),a=o(0),c=u(a),m=o(5),f=u(m),l=o(9),s=u(l);function u(C){return C&&C.__esModule?C:{default:C}}function h(C,w){if(!(C instanceof w))throw new TypeError("Cannot call a class as a function")}function g(C,w){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w&&(typeof w=="object"||typeof w=="function")?w:C}function b(C,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof w);C.prototype=Object.create(w&&w.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),w&&(Object.setPrototypeOf?Object.setPrototypeOf(C,w):C.__proto__=w)}var p=function(C){b(w,C);function w(E,S){h(this,w);var O=g(this,(w.__proto__||Object.getPrototypeOf(w)).call(this,E,S));return O.lastRecorded=0,O.ignoreChange=!1,O.clear(),O.quill.on(f.default.events.EDITOR_CHANGE,function(k,R,F,x){k!==f.default.events.TEXT_CHANGE||O.ignoreChange||(!O.options.userOnly||x===f.default.sources.USER?O.record(R,F):O.transform(R))}),O.quill.keyboard.addBinding({key:"Z",shortKey:!0},O.undo.bind(O)),O.quill.keyboard.addBinding({key:"Z",shortKey:!0,shiftKey:!0},O.redo.bind(O)),/Win/i.test(navigator.platform)&&O.quill.keyboard.addBinding({key:"Y",shortKey:!0},O.redo.bind(O)),O}return r(w,[{key:"change",value:function(S,O){if(this.stack[S].length!==0){var k=this.stack[S].pop();this.stack[O].push(k),this.lastRecorded=0,this.ignoreChange=!0,this.quill.updateContents(k[S],f.default.sources.USER),this.ignoreChange=!1;var R=v(k[S]);this.quill.setSelection(R)}}},{key:"clear",value:function(){this.stack={undo:[],redo:[]}}},{key:"cutoff",value:function(){this.lastRecorded=0}},{key:"record",value:function(S,O){if(S.ops.length!==0){this.stack.redo=[];var k=this.quill.getContents().diff(O),R=Date.now();if(this.lastRecorded+this.options.delay>R&&this.stack.undo.length>0){var F=this.stack.undo.pop();k=k.compose(F.undo),S=F.redo.compose(S)}else this.lastRecorded=R;this.stack.undo.push({redo:S,undo:k}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(S){this.stack.undo.forEach(function(O){O.undo=S.transform(O.undo,!0),O.redo=S.transform(O.redo,!0)}),this.stack.redo.forEach(function(O){O.undo=S.transform(O.undo,!0),O.redo=S.transform(O.redo,!0)})}},{key:"undo",value:function(){this.change("undo","redo")}}]),w}(s.default);p.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1};function y(C){var w=C.ops[C.ops.length-1];return w==null?!1:w.insert!=null?typeof w.insert=="string"&&w.insert.endsWith(`
|
|
48
|
+
`):w.attributes!=null?Object.keys(w.attributes).some(function(E){return c.default.query(E,c.default.Scope.BLOCK)!=null}):!1}function v(C){var w=C.reduce(function(S,O){return S+=O.delete||0,S},0),E=C.length()-w;return y(C)&&(E-=1),E}i.default=p,i.getLastChangeIndex=v},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.BaseTooltip=void 0;var r=function(){function A(I,H){for(var j=0;j<H.length;j++){var L=H[j];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(I,L.key,L)}}return function(I,H,j){return H&&A(I.prototype,H),j&&A(I,j),I}}(),a=function A(I,H,j){I===null&&(I=Function.prototype);var L=Object.getOwnPropertyDescriptor(I,H);if(L===void 0){var z=Object.getPrototypeOf(I);return z===null?void 0:A(z,H,j)}else{if("value"in L)return L.value;var Y=L.get;return Y===void 0?void 0:Y.call(j)}},c=o(3),m=R(c),f=o(2),l=R(f),s=o(8),u=R(s),h=o(23),g=R(h),b=o(34),p=R(b),y=o(59),v=R(y),C=o(60),w=R(C),E=o(28),S=R(E),O=o(61),k=R(O);function R(A){return A&&A.__esModule?A:{default:A}}function F(A,I){if(!(A instanceof I))throw new TypeError("Cannot call a class as a function")}function x(A,I){if(!A)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return I&&(typeof I=="object"||typeof I=="function")?I:A}function N(A,I){if(typeof I!="function"&&I!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof I);A.prototype=Object.create(I&&I.prototype,{constructor:{value:A,enumerable:!1,writable:!0,configurable:!0}}),I&&(Object.setPrototypeOf?Object.setPrototypeOf(A,I):A.__proto__=I)}var T=[!1,"center","right","justify"],M=["#000000","#e60000","#ff9900","#ffff00","#008a00","#0066cc","#9933ff","#ffffff","#facccc","#ffebcc","#ffffcc","#cce8cc","#cce0f5","#ebd6ff","#bbbbbb","#f06666","#ffc266","#ffff66","#66b966","#66a3e0","#c285ff","#888888","#a10000","#b26b00","#b2b200","#006100","#0047b2","#6b24b2","#444444","#5c0000","#663d00","#666600","#003700","#002966","#3d1466"],B=[!1,"serif","monospace"],V=["1","2","3",!1],U=["small",!1,"large","huge"],K=function(A){N(I,A);function I(H,j){F(this,I);var L=x(this,(I.__proto__||Object.getPrototypeOf(I)).call(this,H,j)),z=function Y(J){if(!document.body.contains(H.root))return document.body.removeEventListener("click",Y);L.tooltip!=null&&!L.tooltip.root.contains(J.target)&&document.activeElement!==L.tooltip.textbox&&!L.quill.hasFocus()&&L.tooltip.hide(),L.pickers!=null&&L.pickers.forEach(function(Q){Q.container.contains(J.target)||Q.close()})};return H.emitter.listenDOM("click",document.body,z),L}return r(I,[{key:"addModule",value:function(j){var L=a(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"addModule",this).call(this,j);return j==="toolbar"&&this.extendToolbar(L),L}},{key:"buildButtons",value:function(j,L){j.forEach(function(z){var Y=z.getAttribute("class")||"";Y.split(/\s+/).forEach(function(J){if(!!J.startsWith("ql-")&&(J=J.slice("ql-".length),L[J]!=null))if(J==="direction")z.innerHTML=L[J][""]+L[J].rtl;else if(typeof L[J]=="string")z.innerHTML=L[J];else{var Q=z.value||"";Q!=null&&L[J][Q]&&(z.innerHTML=L[J][Q])}})})}},{key:"buildPickers",value:function(j,L){var z=this;this.pickers=j.map(function(J){if(J.classList.contains("ql-align"))return J.querySelector("option")==null&&_(J,T),new w.default(J,L.align);if(J.classList.contains("ql-background")||J.classList.contains("ql-color")){var Q=J.classList.contains("ql-background")?"background":"color";return J.querySelector("option")==null&&_(J,M,Q==="background"?"#ffffff":"#000000"),new v.default(J,L[Q])}else return J.querySelector("option")==null&&(J.classList.contains("ql-font")?_(J,B):J.classList.contains("ql-header")?_(J,V):J.classList.contains("ql-size")&&_(J,U)),new S.default(J)});var Y=function(){z.pickers.forEach(function(Q){Q.update()})};this.quill.on(u.default.events.EDITOR_CHANGE,Y)}}]),I}(p.default);K.DEFAULTS=(0,m.default)(!0,{},p.default.DEFAULTS,{modules:{toolbar:{handlers:{formula:function(){this.quill.theme.tooltip.edit("formula")},image:function(){var I=this,H=this.container.querySelector("input.ql-image[type=file]");H==null&&(H=document.createElement("input"),H.setAttribute("type","file"),H.setAttribute("accept","image/png, image/gif, image/jpeg, image/bmp, image/x-icon"),H.classList.add("ql-image"),H.addEventListener("change",function(){if(H.files!=null&&H.files[0]!=null){var j=new FileReader;j.onload=function(L){var z=I.quill.getSelection(!0);I.quill.updateContents(new l.default().retain(z.index).delete(z.length).insert({image:L.target.result}),u.default.sources.USER),I.quill.setSelection(z.index+1,u.default.sources.SILENT),H.value=""},j.readAsDataURL(H.files[0])}}),this.container.appendChild(H)),H.click()},video:function(){this.quill.theme.tooltip.edit("video")}}}}});var q=function(A){N(I,A);function I(H,j){F(this,I);var L=x(this,(I.__proto__||Object.getPrototypeOf(I)).call(this,H,j));return L.textbox=L.root.querySelector('input[type="text"]'),L.listen(),L}return r(I,[{key:"listen",value:function(){var j=this;this.textbox.addEventListener("keydown",function(L){g.default.match(L,"enter")?(j.save(),L.preventDefault()):g.default.match(L,"escape")&&(j.cancel(),L.preventDefault())})}},{key:"cancel",value:function(){this.hide()}},{key:"edit",value:function(){var j=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"link",L=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),L!=null?this.textbox.value=L:j!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+j)||""),this.root.setAttribute("data-mode",j)}},{key:"restoreFocus",value:function(){var j=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=j}},{key:"save",value:function(){var j=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":{var L=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",j,u.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",j,u.default.sources.USER)),this.quill.root.scrollTop=L;break}case"video":j=P(j);case"formula":{if(!j)break;var z=this.quill.getSelection(!0);if(z!=null){var Y=z.index+z.length;this.quill.insertEmbed(Y,this.root.getAttribute("data-mode"),j,u.default.sources.USER),this.root.getAttribute("data-mode")==="formula"&&this.quill.insertText(Y+1," ",u.default.sources.USER),this.quill.setSelection(Y+2,u.default.sources.USER)}break}}this.textbox.value="",this.hide()}}]),I}(k.default);function P(A){var I=A.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||A.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return I?(I[1]||"https")+"://www.youtube.com/embed/"+I[2]+"?showinfo=0":(I=A.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(I[1]||"https")+"://player.vimeo.com/video/"+I[2]+"/":A}function _(A,I){var H=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;I.forEach(function(j){var L=document.createElement("option");j===H?L.setAttribute("selected","selected"):L.setAttribute("value",j),A.appendChild(L)})}i.BaseTooltip=q,i.default=K},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function a(){this.head=this.tail=null,this.length=0}return a.prototype.append=function(){for(var c=[],m=0;m<arguments.length;m++)c[m]=arguments[m];this.insertBefore(c[0],null),c.length>1&&this.append.apply(this,c.slice(1))},a.prototype.contains=function(c){for(var m,f=this.iterator();m=f();)if(m===c)return!0;return!1},a.prototype.insertBefore=function(c,m){!c||(c.next=m,m!=null?(c.prev=m.prev,m.prev!=null&&(m.prev.next=c),m.prev=c,m===this.head&&(this.head=c)):this.tail!=null?(this.tail.next=c,c.prev=this.tail,this.tail=c):(c.prev=null,this.head=this.tail=c),this.length+=1)},a.prototype.offset=function(c){for(var m=0,f=this.head;f!=null;){if(f===c)return m;m+=f.length(),f=f.next}return-1},a.prototype.remove=function(c){!this.contains(c)||(c.prev!=null&&(c.prev.next=c.next),c.next!=null&&(c.next.prev=c.prev),c===this.head&&(this.head=c.next),c===this.tail&&(this.tail=c.prev),this.length-=1)},a.prototype.iterator=function(c){return c===void 0&&(c=this.head),function(){var m=c;return c!=null&&(c=c.next),m}},a.prototype.find=function(c,m){m===void 0&&(m=!1);for(var f,l=this.iterator();f=l();){var s=f.length();if(c<s||m&&c===s&&(f.next==null||f.next.length()!==0))return[f,c];c-=s}return[null,0]},a.prototype.forEach=function(c){for(var m,f=this.iterator();m=f();)c(m)},a.prototype.forEachAt=function(c,m,f){if(!(m<=0))for(var l=this.find(c),s=l[0],u=l[1],h,g=c-u,b=this.iterator(s);(h=b())&&g<c+m;){var p=h.length();c>g?f(h,c-g,Math.min(m,g+p-c)):f(h,0,Math.min(p,c+m-g)),g+=p}},a.prototype.map=function(c){return this.reduce(function(m,f){return m.push(c(f)),m},[])},a.prototype.reduce=function(c,m){for(var f,l=this.iterator();f=l();)m=c(m,f);return m},a}();i.default=r},function(n,i,o){var r=this&&this.__extends||function(){var s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,h){u.__proto__=h}||function(u,h){for(var g in h)h.hasOwnProperty(g)&&(u[g]=h[g])};return function(u,h){s(u,h);function g(){this.constructor=u}u.prototype=h===null?Object.create(h):(g.prototype=h.prototype,new g)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(17),c=o(1),m={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},f=100,l=function(s){r(u,s);function u(h){var g=s.call(this,h)||this;return g.scroll=g,g.observer=new MutationObserver(function(b){g.update(b)}),g.observer.observe(g.domNode,m),g.attach(),g}return u.prototype.detach=function(){s.prototype.detach.call(this),this.observer.disconnect()},u.prototype.deleteAt=function(h,g){this.update(),h===0&&g===this.length()?this.children.forEach(function(b){b.remove()}):s.prototype.deleteAt.call(this,h,g)},u.prototype.formatAt=function(h,g,b,p){this.update(),s.prototype.formatAt.call(this,h,g,b,p)},u.prototype.insertAt=function(h,g,b){this.update(),s.prototype.insertAt.call(this,h,g,b)},u.prototype.optimize=function(h,g){var b=this;h===void 0&&(h=[]),g===void 0&&(g={}),s.prototype.optimize.call(this,g);for(var p=[].slice.call(this.observer.takeRecords());p.length>0;)h.push(p.pop());for(var y=function(E,S){S===void 0&&(S=!0),!(E==null||E===b)&&E.domNode.parentNode!=null&&(E.domNode[c.DATA_KEY].mutations==null&&(E.domNode[c.DATA_KEY].mutations=[]),S&&y(E.parent))},v=function(E){E.domNode[c.DATA_KEY]==null||E.domNode[c.DATA_KEY].mutations==null||(E instanceof a.default&&E.children.forEach(v),E.optimize(g))},C=h,w=0;C.length>0;w+=1){if(w>=f)throw new Error("[Parchment] Maximum optimize iterations reached");for(C.forEach(function(E){var S=c.find(E.target,!0);S!=null&&(S.domNode===E.target&&(E.type==="childList"?(y(c.find(E.previousSibling,!1)),[].forEach.call(E.addedNodes,function(O){var k=c.find(O,!1);y(k,!1),k instanceof a.default&&k.children.forEach(function(R){y(R,!1)})})):E.type==="attributes"&&y(S.prev)),y(S))}),this.children.forEach(v),C=[].slice.call(this.observer.takeRecords()),p=C.slice();p.length>0;)h.push(p.pop())}},u.prototype.update=function(h,g){var b=this;g===void 0&&(g={}),h=h||this.observer.takeRecords(),h.map(function(p){var y=c.find(p.target,!0);return y==null?null:y.domNode[c.DATA_KEY].mutations==null?(y.domNode[c.DATA_KEY].mutations=[p],y):(y.domNode[c.DATA_KEY].mutations.push(p),null)}).forEach(function(p){p==null||p===b||p.domNode[c.DATA_KEY]==null||p.update(p.domNode[c.DATA_KEY].mutations||[],g)}),this.domNode[c.DATA_KEY].mutations!=null&&s.prototype.update.call(this,this.domNode[c.DATA_KEY].mutations,g),this.optimize(h,g)},u.blotName="scroll",u.defaultChild="block",u.scope=c.Scope.BLOCK_BLOT,u.tagName="DIV",u}(a.default);i.default=l},function(n,i,o){var r=this&&this.__extends||function(){var l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(s,u){s.__proto__=u}||function(s,u){for(var h in u)u.hasOwnProperty(h)&&(s[h]=u[h])};return function(s,u){l(s,u);function h(){this.constructor=s}s.prototype=u===null?Object.create(u):(h.prototype=u.prototype,new h)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(18),c=o(1);function m(l,s){if(Object.keys(l).length!==Object.keys(s).length)return!1;for(var u in l)if(l[u]!==s[u])return!1;return!0}var f=function(l){r(s,l);function s(){return l!==null&&l.apply(this,arguments)||this}return s.formats=function(u){if(u.tagName!==s.tagName)return l.formats.call(this,u)},s.prototype.format=function(u,h){var g=this;u===this.statics.blotName&&!h?(this.children.forEach(function(b){b instanceof a.default||(b=b.wrap(s.blotName,!0)),g.attributes.copy(b)}),this.unwrap()):l.prototype.format.call(this,u,h)},s.prototype.formatAt=function(u,h,g,b){if(this.formats()[g]!=null||c.query(g,c.Scope.ATTRIBUTE)){var p=this.isolate(u,h);p.format(g,b)}else l.prototype.formatAt.call(this,u,h,g,b)},s.prototype.optimize=function(u){l.prototype.optimize.call(this,u);var h=this.formats();if(Object.keys(h).length===0)return this.unwrap();var g=this.next;g instanceof s&&g.prev===this&&m(h,g.formats())&&(g.moveChildren(this),g.remove())},s.blotName="inline",s.scope=c.Scope.INLINE_BLOT,s.tagName="SPAN",s}(a.default);i.default=f},function(n,i,o){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,s){l.__proto__=s}||function(l,s){for(var u in s)s.hasOwnProperty(u)&&(l[u]=s[u])};return function(l,s){f(l,s);function u(){this.constructor=l}l.prototype=s===null?Object.create(s):(u.prototype=s.prototype,new u)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(18),c=o(1),m=function(f){r(l,f);function l(){return f!==null&&f.apply(this,arguments)||this}return l.formats=function(s){var u=c.query(l.blotName).tagName;if(s.tagName!==u)return f.formats.call(this,s)},l.prototype.format=function(s,u){c.query(s,c.Scope.BLOCK)!=null&&(s===this.statics.blotName&&!u?this.replaceWith(l.blotName):f.prototype.format.call(this,s,u))},l.prototype.formatAt=function(s,u,h,g){c.query(h,c.Scope.BLOCK)!=null?this.format(h,g):f.prototype.formatAt.call(this,s,u,h,g)},l.prototype.insertAt=function(s,u,h){if(h==null||c.query(u,c.Scope.INLINE)!=null)f.prototype.insertAt.call(this,s,u,h);else{var g=this.split(s),b=c.create(u,h);g.parent.insertBefore(b,g)}},l.prototype.update=function(s,u){navigator.userAgent.match(/Trident/)?this.build():f.prototype.update.call(this,s,u)},l.blotName="block",l.scope=c.Scope.BLOCK_BLOT,l.tagName="P",l}(a.default);i.default=m},function(n,i,o){var r=this&&this.__extends||function(){var m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(f,l){f.__proto__=l}||function(f,l){for(var s in l)l.hasOwnProperty(s)&&(f[s]=l[s])};return function(f,l){m(f,l);function s(){this.constructor=f}f.prototype=l===null?Object.create(l):(s.prototype=l.prototype,new s)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(19),c=function(m){r(f,m);function f(){return m!==null&&m.apply(this,arguments)||this}return f.formats=function(l){},f.prototype.format=function(l,s){m.prototype.formatAt.call(this,0,this.length(),l,s)},f.prototype.formatAt=function(l,s,u,h){l===0&&s===this.length()?this.format(u,h):m.prototype.formatAt.call(this,l,s,u,h)},f.prototype.formats=function(){return this.statics.formats(this.domNode)},f}(a.default);i.default=c},function(n,i,o){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,s){l.__proto__=s}||function(l,s){for(var u in s)s.hasOwnProperty(u)&&(l[u]=s[u])};return function(l,s){f(l,s);function u(){this.constructor=l}l.prototype=s===null?Object.create(s):(u.prototype=s.prototype,new u)}}();Object.defineProperty(i,"__esModule",{value:!0});var a=o(19),c=o(1),m=function(f){r(l,f);function l(s){var u=f.call(this,s)||this;return u.text=u.statics.value(u.domNode),u}return l.create=function(s){return document.createTextNode(s)},l.value=function(s){var u=s.data;return u.normalize&&(u=u.normalize()),u},l.prototype.deleteAt=function(s,u){this.domNode.data=this.text=this.text.slice(0,s)+this.text.slice(s+u)},l.prototype.index=function(s,u){return this.domNode===s?u:-1},l.prototype.insertAt=function(s,u,h){h==null?(this.text=this.text.slice(0,s)+u+this.text.slice(s),this.domNode.data=this.text):f.prototype.insertAt.call(this,s,u,h)},l.prototype.length=function(){return this.text.length},l.prototype.optimize=function(s){f.prototype.optimize.call(this,s),this.text=this.statics.value(this.domNode),this.text.length===0?this.remove():this.next instanceof l&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},l.prototype.position=function(s,u){return[this.domNode,s]},l.prototype.split=function(s,u){if(u===void 0&&(u=!1),!u){if(s===0)return this;if(s===this.length())return this.next}var h=c.create(this.domNode.splitText(s));return this.parent.insertBefore(h,this.next),this.text=this.statics.value(this.domNode),h},l.prototype.update=function(s,u){var h=this;s.some(function(g){return g.type==="characterData"&&g.target===h.domNode})&&(this.text=this.statics.value(this.domNode))},l.prototype.value=function(){return this.text},l.blotName="text",l.scope=c.Scope.INLINE_BLOT,l}(a.default);i.default=m},function(n,i,o){var r=document.createElement("div");if(r.classList.toggle("test-class",!1),r.classList.contains("test-class")){var a=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(c,m){return arguments.length>1&&!this.contains(c)==!m?m:a.call(this,c)}}String.prototype.startsWith||(String.prototype.startsWith=function(c,m){return m=m||0,this.substr(m,c.length)===c}),String.prototype.endsWith||(String.prototype.endsWith=function(c,m){var f=this.toString();(typeof m!="number"||!isFinite(m)||Math.floor(m)!==m||m>f.length)&&(m=f.length),m-=c.length;var l=f.indexOf(c,m);return l!==-1&&l===m}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(m){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof m!="function")throw new TypeError("predicate must be a function");for(var f=Object(this),l=f.length>>>0,s=arguments[1],u,h=0;h<l;h++)if(u=f[h],m.call(s,u,h,f))return u}}),document.addEventListener("DOMContentLoaded",function(){document.execCommand("enableObjectResizing",!1,!1),document.execCommand("autoUrlDetect",!1,!1)})},function(n,i){var o=-1,r=1,a=0;function c(w,E,S){if(w==E)return w?[[a,w]]:[];(S<0||w.length<S)&&(S=null);var O=s(w,E),k=w.substring(0,O);w=w.substring(O),E=E.substring(O),O=u(w,E);var R=w.substring(w.length-O);w=w.substring(0,w.length-O),E=E.substring(0,E.length-O);var F=m(w,E);return k&&F.unshift([a,k]),R&&F.push([a,R]),g(F),S!=null&&(F=y(F,S)),F=v(F),F}function m(w,E){var S;if(!w)return[[r,E]];if(!E)return[[o,w]];var O=w.length>E.length?w:E,k=w.length>E.length?E:w,R=O.indexOf(k);if(R!=-1)return S=[[r,O.substring(0,R)],[a,k],[r,O.substring(R+k.length)]],w.length>E.length&&(S[0][0]=S[2][0]=o),S;if(k.length==1)return[[o,w],[r,E]];var F=h(w,E);if(F){var x=F[0],N=F[1],T=F[2],M=F[3],B=F[4],V=c(x,T),U=c(N,M);return V.concat([[a,B]],U)}return f(w,E)}function f(w,E){for(var S=w.length,O=E.length,k=Math.ceil((S+O)/2),R=k,F=2*k,x=new Array(F),N=new Array(F),T=0;T<F;T++)x[T]=-1,N[T]=-1;x[R+1]=0,N[R+1]=0;for(var M=S-O,B=M%2!=0,V=0,U=0,K=0,q=0,P=0;P<k;P++){for(var _=-P+V;_<=P-U;_+=2){var A=R+_,I;_==-P||_!=P&&x[A-1]<x[A+1]?I=x[A+1]:I=x[A-1]+1;for(var H=I-_;I<S&&H<O&&w.charAt(I)==E.charAt(H);)I++,H++;if(x[A]=I,I>S)U+=2;else if(H>O)V+=2;else if(B){var j=R+M-_;if(j>=0&&j<F&&N[j]!=-1){var L=S-N[j];if(I>=L)return l(w,E,I,H)}}}for(var z=-P+K;z<=P-q;z+=2){var j=R+z,L;z==-P||z!=P&&N[j-1]<N[j+1]?L=N[j+1]:L=N[j-1]+1;for(var Y=L-z;L<S&&Y<O&&w.charAt(S-L-1)==E.charAt(O-Y-1);)L++,Y++;if(N[j]=L,L>S)q+=2;else if(Y>O)K+=2;else if(!B){var A=R+M-z;if(A>=0&&A<F&&x[A]!=-1){var I=x[A],H=R+I-A;if(L=S-L,I>=L)return l(w,E,I,H)}}}}return[[o,w],[r,E]]}function l(w,E,S,O){var k=w.substring(0,S),R=E.substring(0,O),F=w.substring(S),x=E.substring(O),N=c(k,R),T=c(F,x);return N.concat(T)}function s(w,E){if(!w||!E||w.charAt(0)!=E.charAt(0))return 0;for(var S=0,O=Math.min(w.length,E.length),k=O,R=0;S<k;)w.substring(R,k)==E.substring(R,k)?(S=k,R=S):O=k,k=Math.floor((O-S)/2+S);return k}function u(w,E){if(!w||!E||w.charAt(w.length-1)!=E.charAt(E.length-1))return 0;for(var S=0,O=Math.min(w.length,E.length),k=O,R=0;S<k;)w.substring(w.length-k,w.length-R)==E.substring(E.length-k,E.length-R)?(S=k,R=S):O=k,k=Math.floor((O-S)/2+S);return k}function h(w,E){var S=w.length>E.length?w:E,O=w.length>E.length?E:w;if(S.length<4||O.length*2<S.length)return null;function k(U,K,q){for(var P=U.substring(q,q+Math.floor(U.length/4)),_=-1,A="",I,H,j,L;(_=K.indexOf(P,_+1))!=-1;){var z=s(U.substring(q),K.substring(_)),Y=u(U.substring(0,q),K.substring(0,_));A.length<Y+z&&(A=K.substring(_-Y,_)+K.substring(_,_+z),I=U.substring(0,q-Y),H=U.substring(q+z),j=K.substring(0,_-Y),L=K.substring(_+z))}return A.length*2>=U.length?[I,H,j,L,A]:null}var R=k(S,O,Math.ceil(S.length/4)),F=k(S,O,Math.ceil(S.length/2)),x;if(!R&&!F)return null;F?R?x=R[4].length>F[4].length?R:F:x=F:x=R;var N,T,M,B;w.length>E.length?(N=x[0],T=x[1],M=x[2],B=x[3]):(M=x[0],B=x[1],N=x[2],T=x[3]);var V=x[4];return[N,T,M,B,V]}function g(w){w.push([a,""]);for(var E=0,S=0,O=0,k="",R="",F;E<w.length;)switch(w[E][0]){case r:O++,R+=w[E][1],E++;break;case o:S++,k+=w[E][1],E++;break;case a:S+O>1?(S!==0&&O!==0&&(F=s(R,k),F!==0&&(E-S-O>0&&w[E-S-O-1][0]==a?w[E-S-O-1][1]+=R.substring(0,F):(w.splice(0,0,[a,R.substring(0,F)]),E++),R=R.substring(F),k=k.substring(F)),F=u(R,k),F!==0&&(w[E][1]=R.substring(R.length-F)+w[E][1],R=R.substring(0,R.length-F),k=k.substring(0,k.length-F))),S===0?w.splice(E-O,S+O,[r,R]):O===0?w.splice(E-S,S+O,[o,k]):w.splice(E-S-O,S+O,[o,k],[r,R]),E=E-S-O+(S?1:0)+(O?1:0)+1):E!==0&&w[E-1][0]==a?(w[E-1][1]+=w[E][1],w.splice(E,1)):E++,O=0,S=0,k="",R="";break}w[w.length-1][1]===""&&w.pop();var x=!1;for(E=1;E<w.length-1;)w[E-1][0]==a&&w[E+1][0]==a&&(w[E][1].substring(w[E][1].length-w[E-1][1].length)==w[E-1][1]?(w[E][1]=w[E-1][1]+w[E][1].substring(0,w[E][1].length-w[E-1][1].length),w[E+1][1]=w[E-1][1]+w[E+1][1],w.splice(E-1,1),x=!0):w[E][1].substring(0,w[E+1][1].length)==w[E+1][1]&&(w[E-1][1]+=w[E+1][1],w[E][1]=w[E][1].substring(w[E+1][1].length)+w[E+1][1],w.splice(E+1,1),x=!0)),E++;x&&g(w)}var b=c;b.INSERT=r,b.DELETE=o,b.EQUAL=a,n.exports=b;function p(w,E){if(E===0)return[a,w];for(var S=0,O=0;O<w.length;O++){var k=w[O];if(k[0]===o||k[0]===a){var R=S+k[1].length;if(E===R)return[O+1,w];if(E<R){w=w.slice();var F=E-S,x=[k[0],k[1].slice(0,F)],N=[k[0],k[1].slice(F)];return w.splice(O,1,x,N),[O+1,w]}else S=R}}throw new Error("cursor_pos is out of bounds!")}function y(w,E){var S=p(w,E),O=S[1],k=S[0],R=O[k],F=O[k+1];if(R==null)return w;if(R[0]!==a)return w;if(F!=null&&R[1]+F[1]===F[1]+R[1])return O.splice(k,2,F,R),C(O,k,2);if(F!=null&&F[1].indexOf(R[1])===0){O.splice(k,2,[F[0],R[1]],[0,R[1]]);var x=F[1].slice(R[1].length);return x.length>0&&O.splice(k+2,0,[F[0],x]),C(O,k,3)}else return w}function v(w){for(var E=!1,S=function(F){return F.charCodeAt(0)>=56320&&F.charCodeAt(0)<=57343},O=function(F){return F.charCodeAt(F.length-1)>=55296&&F.charCodeAt(F.length-1)<=56319},k=2;k<w.length;k+=1)w[k-2][0]===a&&O(w[k-2][1])&&w[k-1][0]===o&&S(w[k-1][1])&&w[k][0]===r&&S(w[k][1])&&(E=!0,w[k-1][1]=w[k-2][1].slice(-1)+w[k-1][1],w[k][1]=w[k-2][1].slice(-1)+w[k][1],w[k-2][1]=w[k-2][1].slice(0,-1));if(!E)return w;for(var R=[],k=0;k<w.length;k+=1)w[k][1].length>0&&R.push(w[k]);return R}function C(w,E,S){for(var O=E+S-1;O>=0&&O>=E-1;O--)if(O+1<w.length){var k=w[O],R=w[O+1];k[0]===R[1]&&w.splice(O,2,[k[0],k[1]+R[1]])}return w}},function(n,i){i=n.exports=typeof Object.keys=="function"?Object.keys:o,i.shim=o;function o(r){var a=[];for(var c in r)a.push(c);return a}},function(n,i){var o=function(){return Object.prototype.toString.call(arguments)}()=="[object Arguments]";i=n.exports=o?r:a,i.supported=r;function r(c){return Object.prototype.toString.call(c)=="[object Arguments]"}i.unsupported=a;function a(c){return c&&typeof c=="object"&&typeof c.length=="number"&&Object.prototype.hasOwnProperty.call(c,"callee")&&!Object.prototype.propertyIsEnumerable.call(c,"callee")||!1}},function(n,i){var o=Object.prototype.hasOwnProperty,r="~";function a(){}Object.create&&(a.prototype=Object.create(null),new a().__proto__||(r=!1));function c(f,l,s){this.fn=f,this.context=l,this.once=s||!1}function m(){this._events=new a,this._eventsCount=0}m.prototype.eventNames=function(){var l=[],s,u;if(this._eventsCount===0)return l;for(u in s=this._events)o.call(s,u)&&l.push(r?u.slice(1):u);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(s)):l},m.prototype.listeners=function(l,s){var u=r?r+l:l,h=this._events[u];if(s)return!!h;if(!h)return[];if(h.fn)return[h.fn];for(var g=0,b=h.length,p=new Array(b);g<b;g++)p[g]=h[g].fn;return p},m.prototype.emit=function(l,s,u,h,g,b){var p=r?r+l:l;if(!this._events[p])return!1;var y=this._events[p],v=arguments.length,C,w;if(y.fn){switch(y.once&&this.removeListener(l,y.fn,void 0,!0),v){case 1:return y.fn.call(y.context),!0;case 2:return y.fn.call(y.context,s),!0;case 3:return y.fn.call(y.context,s,u),!0;case 4:return y.fn.call(y.context,s,u,h),!0;case 5:return y.fn.call(y.context,s,u,h,g),!0;case 6:return y.fn.call(y.context,s,u,h,g,b),!0}for(w=1,C=new Array(v-1);w<v;w++)C[w-1]=arguments[w];y.fn.apply(y.context,C)}else{var E=y.length,S;for(w=0;w<E;w++)switch(y[w].once&&this.removeListener(l,y[w].fn,void 0,!0),v){case 1:y[w].fn.call(y[w].context);break;case 2:y[w].fn.call(y[w].context,s);break;case 3:y[w].fn.call(y[w].context,s,u);break;case 4:y[w].fn.call(y[w].context,s,u,h);break;default:if(!C)for(S=1,C=new Array(v-1);S<v;S++)C[S-1]=arguments[S];y[w].fn.apply(y[w].context,C)}}return!0},m.prototype.on=function(l,s,u){var h=new c(s,u||this),g=r?r+l:l;return this._events[g]?this._events[g].fn?this._events[g]=[this._events[g],h]:this._events[g].push(h):(this._events[g]=h,this._eventsCount++),this},m.prototype.once=function(l,s,u){var h=new c(s,u||this,!0),g=r?r+l:l;return this._events[g]?this._events[g].fn?this._events[g]=[this._events[g],h]:this._events[g].push(h):(this._events[g]=h,this._eventsCount++),this},m.prototype.removeListener=function(l,s,u,h){var g=r?r+l:l;if(!this._events[g])return this;if(!s)return--this._eventsCount==0?this._events=new a:delete this._events[g],this;var b=this._events[g];if(b.fn)b.fn===s&&(!h||b.once)&&(!u||b.context===u)&&(--this._eventsCount==0?this._events=new a:delete this._events[g]);else{for(var p=0,y=[],v=b.length;p<v;p++)(b[p].fn!==s||h&&!b[p].once||u&&b[p].context!==u)&&y.push(b[p]);y.length?this._events[g]=y.length===1?y[0]:y:--this._eventsCount==0?this._events=new a:delete this._events[g]}return this},m.prototype.removeAllListeners=function(l){var s;return l?(s=r?r+l:l,this._events[s]&&(--this._eventsCount==0?this._events=new a:delete this._events[s])):(this._events=new a,this._eventsCount=0),this},m.prototype.off=m.prototype.removeListener,m.prototype.addListener=m.prototype.on,m.prototype.setMaxListeners=function(){return this},m.prefixed=r,m.EventEmitter=m,typeof n!="undefined"&&(n.exports=m)},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.matchText=i.matchSpacing=i.matchNewline=i.matchBlot=i.matchAttributor=i.default=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Z){return typeof Z}:function(Z){return Z&&typeof Symbol=="function"&&Z.constructor===Symbol&&Z!==Symbol.prototype?"symbol":typeof Z},a=function(){function Z($,le){var se=[],te=!0,we=!1,ve=void 0;try{for(var Ee=$[Symbol.iterator](),Nt;!(te=(Nt=Ee.next()).done)&&(se.push(Nt.value),!(le&&se.length===le));te=!0);}catch(Qt){we=!0,ve=Qt}finally{try{!te&&Ee.return&&Ee.return()}finally{if(we)throw ve}}return se}return function($,le){if(Array.isArray($))return $;if(Symbol.iterator in Object($))return Z($,le);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),c=function(){function Z($,le){for(var se=0;se<le.length;se++){var te=le[se];te.enumerable=te.enumerable||!1,te.configurable=!0,"value"in te&&(te.writable=!0),Object.defineProperty($,te.key,te)}}return function($,le,se){return le&&Z($.prototype,le),se&&Z($,se),$}}(),m=o(3),f=N(m),l=o(2),s=N(l),u=o(0),h=N(u),g=o(5),b=N(g),p=o(10),y=N(p),v=o(9),C=N(v),w=o(36),E=o(37),S=o(13),O=N(S),k=o(26),R=o(38),F=o(39),x=o(40);function N(Z){return Z&&Z.__esModule?Z:{default:Z}}function T(Z,$,le){return $ in Z?Object.defineProperty(Z,$,{value:le,enumerable:!0,configurable:!0,writable:!0}):Z[$]=le,Z}function M(Z,$){if(!(Z instanceof $))throw new TypeError("Cannot call a class as a function")}function B(Z,$){if(!Z)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return $&&(typeof $=="object"||typeof $=="function")?$:Z}function V(Z,$){if(typeof $!="function"&&$!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof $);Z.prototype=Object.create($&&$.prototype,{constructor:{value:Z,enumerable:!1,writable:!0,configurable:!0}}),$&&(Object.setPrototypeOf?Object.setPrototypeOf(Z,$):Z.__proto__=$)}var U=(0,y.default)("quill:clipboard"),K="__ql-matcher",q=[[Node.TEXT_NODE,Ke],[Node.TEXT_NODE,Oe],["br",re],[Node.ELEMENT_NODE,Oe],[Node.ELEMENT_NODE,Q],[Node.ELEMENT_NODE,Fe],[Node.ELEMENT_NODE,J],[Node.ELEMENT_NODE,mt],["li",ge],["b",Y.bind(Y,"bold")],["i",Y.bind(Y,"italic")],["style",he]],P=[w.AlignAttribute,R.DirectionAttribute].reduce(function(Z,$){return Z[$.keyName]=$,Z},{}),_=[w.AlignStyle,E.BackgroundStyle,k.ColorStyle,R.DirectionStyle,F.FontStyle,x.SizeStyle].reduce(function(Z,$){return Z[$.keyName]=$,Z},{}),A=function(Z){V($,Z);function $(le,se){M(this,$);var te=B(this,($.__proto__||Object.getPrototypeOf($)).call(this,le,se));return te.quill.root.addEventListener("paste",te.onPaste.bind(te)),te.container=te.quill.addContainer("ql-clipboard"),te.container.setAttribute("contenteditable",!0),te.container.setAttribute("tabindex",-1),te.matchers=[],q.concat(te.options.matchers).forEach(function(we){var ve=a(we,2),Ee=ve[0],Nt=ve[1];!se.matchVisual&&Nt===Fe||te.addMatcher(Ee,Nt)}),te}return c($,[{key:"addMatcher",value:function(se,te){this.matchers.push([se,te])}},{key:"convert",value:function(se){if(typeof se=="string")return this.container.innerHTML=se.replace(/\>\r?\n +\</g,"><"),this.convert();var te=this.quill.getFormat(this.quill.selection.savedRange.index);if(te[O.default.blotName]){var we=this.container.innerText;return this.container.innerHTML="",new s.default().insert(we,T({},O.default.blotName,te[O.default.blotName]))}var ve=this.prepareMatching(),Ee=a(ve,2),Nt=Ee[0],Qt=Ee[1],Ve=z(this.container,Nt,Qt);return j(Ve,`
|
|
49
|
+
`)&&Ve.ops[Ve.ops.length-1].attributes==null&&(Ve=Ve.compose(new s.default().retain(Ve.length()-1).delete(1))),U.log("convert",this.container.innerHTML,Ve),this.container.innerHTML="",Ve}},{key:"dangerouslyPasteHTML",value:function(se,te){var we=arguments.length>2&&arguments[2]!==void 0?arguments[2]:b.default.sources.API;if(typeof se=="string")this.quill.setContents(this.convert(se),te),this.quill.setSelection(0,b.default.sources.SILENT);else{var ve=this.convert(te);this.quill.updateContents(new s.default().retain(se).concat(ve),we),this.quill.setSelection(se+ve.length(),b.default.sources.SILENT)}}},{key:"onPaste",value:function(se){var te=this;if(!(se.defaultPrevented||!this.quill.isEnabled())){var we=this.quill.getSelection(),ve=new s.default().retain(we.index),Ee=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(b.default.sources.SILENT),setTimeout(function(){ve=ve.concat(te.convert()).delete(we.length),te.quill.updateContents(ve,b.default.sources.USER),te.quill.setSelection(ve.length()-we.length,b.default.sources.SILENT),te.quill.scrollingContainer.scrollTop=Ee,te.quill.focus()},1)}}},{key:"prepareMatching",value:function(){var se=this,te=[],we=[];return this.matchers.forEach(function(ve){var Ee=a(ve,2),Nt=Ee[0],Qt=Ee[1];switch(Nt){case Node.TEXT_NODE:we.push(Qt);break;case Node.ELEMENT_NODE:te.push(Qt);break;default:[].forEach.call(se.container.querySelectorAll(Nt),function(Ve){Ve[K]=Ve[K]||[],Ve[K].push(Qt)});break}}),[te,we]}}]),$}(C.default);A.DEFAULTS={matchers:[],matchVisual:!0};function I(Z,$,le){return(typeof $=="undefined"?"undefined":r($))==="object"?Object.keys($).reduce(function(se,te){return I(se,te,$[te])},Z):Z.reduce(function(se,te){return te.attributes&&te.attributes[$]?se.push(te):se.insert(te.insert,(0,f.default)({},T({},$,le),te.attributes))},new s.default)}function H(Z){if(Z.nodeType!==Node.ELEMENT_NODE)return{};var $="__ql-computed-style";return Z[$]||(Z[$]=window.getComputedStyle(Z))}function j(Z,$){for(var le="",se=Z.ops.length-1;se>=0&&le.length<$.length;--se){var te=Z.ops[se];if(typeof te.insert!="string")break;le=te.insert+le}return le.slice(-1*$.length)===$}function L(Z){if(Z.childNodes.length===0)return!1;var $=H(Z);return["block","list-item"].indexOf($.display)>-1}function z(Z,$,le){return Z.nodeType===Z.TEXT_NODE?le.reduce(function(se,te){return te(Z,se)},new s.default):Z.nodeType===Z.ELEMENT_NODE?[].reduce.call(Z.childNodes||[],function(se,te){var we=z(te,$,le);return te.nodeType===Z.ELEMENT_NODE&&(we=$.reduce(function(ve,Ee){return Ee(te,ve)},we),we=(te[K]||[]).reduce(function(ve,Ee){return Ee(te,ve)},we)),se.concat(we)},new s.default):new s.default}function Y(Z,$,le){return I(le,Z,!0)}function J(Z,$){var le=h.default.Attributor.Attribute.keys(Z),se=h.default.Attributor.Class.keys(Z),te=h.default.Attributor.Style.keys(Z),we={};return le.concat(se).concat(te).forEach(function(ve){var Ee=h.default.query(ve,h.default.Scope.ATTRIBUTE);Ee!=null&&(we[Ee.attrName]=Ee.value(Z),we[Ee.attrName])||(Ee=P[ve],Ee!=null&&(Ee.attrName===ve||Ee.keyName===ve)&&(we[Ee.attrName]=Ee.value(Z)||void 0),Ee=_[ve],Ee!=null&&(Ee.attrName===ve||Ee.keyName===ve)&&(Ee=_[ve],we[Ee.attrName]=Ee.value(Z)||void 0))}),Object.keys(we).length>0&&($=I($,we)),$}function Q(Z,$){var le=h.default.query(Z);if(le==null)return $;if(le.prototype instanceof h.default.Embed){var se={},te=le.value(Z);te!=null&&(se[le.blotName]=te,$=new s.default().insert(se,le.formats(Z)))}else typeof le.formats=="function"&&($=I($,le.blotName,le.formats(Z)));return $}function re(Z,$){return j($,`
|
|
50
|
+
`)||$.insert(`
|
|
51
|
+
`),$}function he(){return new s.default}function ge(Z,$){var le=h.default.query(Z);if(le==null||le.blotName!=="list-item"||!j($,`
|
|
52
|
+
`))return $;for(var se=-1,te=Z.parentNode;!te.classList.contains("ql-clipboard");)(h.default.query(te)||{}).blotName==="list"&&(se+=1),te=te.parentNode;return se<=0?$:$.compose(new s.default().retain($.length()-1).retain(1,{indent:se}))}function Oe(Z,$){return j($,`
|
|
53
|
+
`)||(L(Z)||$.length()>0&&Z.nextSibling&&L(Z.nextSibling))&&$.insert(`
|
|
54
|
+
`),$}function Fe(Z,$){if(L(Z)&&Z.nextElementSibling!=null&&!j($,`
|
|
55
|
+
|
|
56
|
+
`)){var le=Z.offsetHeight+parseFloat(H(Z).marginTop)+parseFloat(H(Z).marginBottom);Z.nextElementSibling.offsetTop>Z.offsetTop+le*1.5&&$.insert(`
|
|
57
|
+
`)}return $}function mt(Z,$){var le={},se=Z.style||{};return se.fontStyle&&H(Z).fontStyle==="italic"&&(le.italic=!0),se.fontWeight&&(H(Z).fontWeight.startsWith("bold")||parseInt(H(Z).fontWeight)>=700)&&(le.bold=!0),Object.keys(le).length>0&&($=I($,le)),parseFloat(se.textIndent||0)>0&&($=new s.default().insert(" ").concat($)),$}function Ke(Z,$){var le=Z.data;if(Z.parentNode.tagName==="O:P")return $.insert(le.trim());if(le.trim().length===0&&Z.parentNode.classList.contains("ql-clipboard"))return $;if(!H(Z.parentNode).whiteSpace.startsWith("pre")){var se=function(we,ve){return ve=ve.replace(/[^\u00a0]/g,""),ve.length<1&&we?" ":ve};le=le.replace(/\r\n/g," ").replace(/\n/g," "),le=le.replace(/\s\s+/g,se.bind(se,!0)),(Z.previousSibling==null&&L(Z.parentNode)||Z.previousSibling!=null&&L(Z.previousSibling))&&(le=le.replace(/^\s+/,se.bind(se,!1))),(Z.nextSibling==null&&L(Z.parentNode)||Z.nextSibling!=null&&L(Z.nextSibling))&&(le=le.replace(/\s+$/,se.bind(se,!1)))}return $.insert(le)}i.default=A,i.matchAttributor=J,i.matchBlot=Q,i.matchNewline=Oe,i.matchSpacing=Fe,i.matchText=Ke},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function g(b,p){for(var y=0;y<p.length;y++){var v=p[y];v.enumerable=v.enumerable||!1,v.configurable=!0,"value"in v&&(v.writable=!0),Object.defineProperty(b,v.key,v)}}return function(b,p,y){return p&&g(b.prototype,p),y&&g(b,y),b}}(),a=function g(b,p,y){b===null&&(b=Function.prototype);var v=Object.getOwnPropertyDescriptor(b,p);if(v===void 0){var C=Object.getPrototypeOf(b);return C===null?void 0:g(C,p,y)}else{if("value"in v)return v.value;var w=v.get;return w===void 0?void 0:w.call(y)}},c=o(6),m=f(c);function f(g){return g&&g.__esModule?g:{default:g}}function l(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function s(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function u(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){u(b,g);function b(){return l(this,b),s(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,[{key:"optimize",value:function(y){a(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"optimize",this).call(this,y),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return a(b.__proto__||Object.getPrototypeOf(b),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),b}(m.default);h.blotName="bold",h.tagName=["STRONG","B"],i.default=h},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.addControls=i.default=void 0;var r=function(){function x(N,T){var M=[],B=!0,V=!1,U=void 0;try{for(var K=N[Symbol.iterator](),q;!(B=(q=K.next()).done)&&(M.push(q.value),!(T&&M.length===T));B=!0);}catch(P){V=!0,U=P}finally{try{!B&&K.return&&K.return()}finally{if(V)throw U}}return M}return function(N,T){if(Array.isArray(N))return N;if(Symbol.iterator in Object(N))return x(N,T);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function x(N,T){for(var M=0;M<T.length;M++){var B=T[M];B.enumerable=B.enumerable||!1,B.configurable=!0,"value"in B&&(B.writable=!0),Object.defineProperty(N,B.key,B)}}return function(N,T,M){return T&&x(N.prototype,T),M&&x(N,M),N}}(),c=o(2),m=y(c),f=o(0),l=y(f),s=o(5),u=y(s),h=o(10),g=y(h),b=o(9),p=y(b);function y(x){return x&&x.__esModule?x:{default:x}}function v(x,N,T){return N in x?Object.defineProperty(x,N,{value:T,enumerable:!0,configurable:!0,writable:!0}):x[N]=T,x}function C(x,N){if(!(x instanceof N))throw new TypeError("Cannot call a class as a function")}function w(x,N){if(!x)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return N&&(typeof N=="object"||typeof N=="function")?N:x}function E(x,N){if(typeof N!="function"&&N!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof N);x.prototype=Object.create(N&&N.prototype,{constructor:{value:x,enumerable:!1,writable:!0,configurable:!0}}),N&&(Object.setPrototypeOf?Object.setPrototypeOf(x,N):x.__proto__=N)}var S=(0,g.default)("quill:toolbar"),O=function(x){E(N,x);function N(T,M){C(this,N);var B=w(this,(N.__proto__||Object.getPrototypeOf(N)).call(this,T,M));if(Array.isArray(B.options.container)){var V=document.createElement("div");R(V,B.options.container),T.container.parentNode.insertBefore(V,T.container),B.container=V}else typeof B.options.container=="string"?B.container=document.querySelector(B.options.container):B.container=B.options.container;if(!(B.container instanceof HTMLElement)){var U;return U=S.error("Container required for toolbar",B.options),w(B,U)}return B.container.classList.add("ql-toolbar"),B.controls=[],B.handlers={},Object.keys(B.options.handlers).forEach(function(K){B.addHandler(K,B.options.handlers[K])}),[].forEach.call(B.container.querySelectorAll("button, select"),function(K){B.attach(K)}),B.quill.on(u.default.events.EDITOR_CHANGE,function(K,q){K===u.default.events.SELECTION_CHANGE&&B.update(q)}),B.quill.on(u.default.events.SCROLL_OPTIMIZE,function(){var K=B.quill.selection.getRange(),q=r(K,1),P=q[0];B.update(P)}),B}return a(N,[{key:"addHandler",value:function(M,B){this.handlers[M]=B}},{key:"attach",value:function(M){var B=this,V=[].find.call(M.classList,function(K){return K.indexOf("ql-")===0});if(!!V){if(V=V.slice("ql-".length),M.tagName==="BUTTON"&&M.setAttribute("type","button"),this.handlers[V]==null){if(this.quill.scroll.whitelist!=null&&this.quill.scroll.whitelist[V]==null){S.warn("ignoring attaching to disabled format",V,M);return}if(l.default.query(V)==null){S.warn("ignoring attaching to nonexistent format",V,M);return}}var U=M.tagName==="SELECT"?"change":"click";M.addEventListener(U,function(K){var q=void 0;if(M.tagName==="SELECT"){if(M.selectedIndex<0)return;var P=M.options[M.selectedIndex];P.hasAttribute("selected")?q=!1:q=P.value||!1}else M.classList.contains("ql-active")?q=!1:q=M.value||!M.hasAttribute("value"),K.preventDefault();B.quill.focus();var _=B.quill.selection.getRange(),A=r(_,1),I=A[0];if(B.handlers[V]!=null)B.handlers[V].call(B,q);else if(l.default.query(V).prototype instanceof l.default.Embed){if(q=prompt("Enter "+V),!q)return;B.quill.updateContents(new m.default().retain(I.index).delete(I.length).insert(v({},V,q)),u.default.sources.USER)}else B.quill.format(V,q,u.default.sources.USER);B.update(I)}),this.controls.push([V,M])}}},{key:"update",value:function(M){var B=M==null?{}:this.quill.getFormat(M);this.controls.forEach(function(V){var U=r(V,2),K=U[0],q=U[1];if(q.tagName==="SELECT"){var P=void 0;if(M==null)P=null;else if(B[K]==null)P=q.querySelector("option[selected]");else if(!Array.isArray(B[K])){var _=B[K];typeof _=="string"&&(_=_.replace(/\"/g,'\\"')),P=q.querySelector('option[value="'+_+'"]')}P==null?(q.value="",q.selectedIndex=-1):P.selected=!0}else if(M==null)q.classList.remove("ql-active");else if(q.hasAttribute("value")){var A=B[K]===q.getAttribute("value")||B[K]!=null&&B[K].toString()===q.getAttribute("value")||B[K]==null&&!q.getAttribute("value");q.classList.toggle("ql-active",A)}else q.classList.toggle("ql-active",B[K]!=null)})}}]),N}(p.default);O.DEFAULTS={};function k(x,N,T){var M=document.createElement("button");M.setAttribute("type","button"),M.classList.add("ql-"+N),T!=null&&(M.value=T),x.appendChild(M)}function R(x,N){Array.isArray(N[0])||(N=[N]),N.forEach(function(T){var M=document.createElement("span");M.classList.add("ql-formats"),T.forEach(function(B){if(typeof B=="string")k(M,B);else{var V=Object.keys(B)[0],U=B[V];Array.isArray(U)?F(M,V,U):k(M,V,U)}}),x.appendChild(M)})}function F(x,N,T){var M=document.createElement("select");M.classList.add("ql-"+N),T.forEach(function(B){var V=document.createElement("option");B!==!1?V.setAttribute("value",B):V.setAttribute("selected","selected"),M.appendChild(V)}),x.appendChild(M)}O.DEFAULTS={container:null,handlers:{clean:function(){var N=this,T=this.quill.getSelection();if(T!=null)if(T.length==0){var M=this.quill.getFormat();Object.keys(M).forEach(function(B){l.default.query(B,l.default.Scope.INLINE)!=null&&N.quill.format(B,!1)})}else this.quill.removeFormat(T,u.default.sources.USER)},direction:function(N){var T=this.quill.getFormat().align;N==="rtl"&&T==null?this.quill.format("align","right",u.default.sources.USER):!N&&T==="right"&&this.quill.format("align",!1,u.default.sources.USER),this.quill.format("direction",N,u.default.sources.USER)},indent:function(N){var T=this.quill.getSelection(),M=this.quill.getFormat(T),B=parseInt(M.indent||0);if(N==="+1"||N==="-1"){var V=N==="+1"?1:-1;M.direction==="rtl"&&(V*=-1),this.quill.format("indent",B+V,u.default.sources.USER)}},link:function(N){N===!0&&(N=prompt("Enter link URL:")),this.quill.format("link",N,u.default.sources.USER)},list:function(N){var T=this.quill.getSelection(),M=this.quill.getFormat(T);N==="check"?M.list==="checked"||M.list==="unchecked"?this.quill.format("list",!1,u.default.sources.USER):this.quill.format("list","unchecked",u.default.sources.USER):this.quill.format("list",N,u.default.sources.USER)}}},i.default=O,i.addControls=R},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function g(b,p){for(var y=0;y<p.length;y++){var v=p[y];v.enumerable=v.enumerable||!1,v.configurable=!0,"value"in v&&(v.writable=!0),Object.defineProperty(b,v.key,v)}}return function(b,p,y){return p&&g(b.prototype,p),y&&g(b,y),b}}(),a=function g(b,p,y){b===null&&(b=Function.prototype);var v=Object.getOwnPropertyDescriptor(b,p);if(v===void 0){var C=Object.getPrototypeOf(b);return C===null?void 0:g(C,p,y)}else{if("value"in v)return v.value;var w=v.get;return w===void 0?void 0:w.call(y)}},c=o(28),m=f(c);function f(g){return g&&g.__esModule?g:{default:g}}function l(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function s(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function u(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){u(b,g);function b(p,y){l(this,b);var v=s(this,(b.__proto__||Object.getPrototypeOf(b)).call(this,p));return v.label.innerHTML=y,v.container.classList.add("ql-color-picker"),[].slice.call(v.container.querySelectorAll(".ql-picker-item"),0,7).forEach(function(C){C.classList.add("ql-primary")}),v}return r(b,[{key:"buildItem",value:function(y){var v=a(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"buildItem",this).call(this,y);return v.style.backgroundColor=y.getAttribute("value")||"",v}},{key:"selectItem",value:function(y,v){a(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"selectItem",this).call(this,y,v);var C=this.label.querySelector(".ql-color-label"),w=y&&y.getAttribute("data-value")||"";C&&(C.tagName==="line"?C.style.stroke=w:C.style.fill=w)}}]),b}(m.default);i.default=h},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function g(b,p){for(var y=0;y<p.length;y++){var v=p[y];v.enumerable=v.enumerable||!1,v.configurable=!0,"value"in v&&(v.writable=!0),Object.defineProperty(b,v.key,v)}}return function(b,p,y){return p&&g(b.prototype,p),y&&g(b,y),b}}(),a=function g(b,p,y){b===null&&(b=Function.prototype);var v=Object.getOwnPropertyDescriptor(b,p);if(v===void 0){var C=Object.getPrototypeOf(b);return C===null?void 0:g(C,p,y)}else{if("value"in v)return v.value;var w=v.get;return w===void 0?void 0:w.call(y)}},c=o(28),m=f(c);function f(g){return g&&g.__esModule?g:{default:g}}function l(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function s(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function u(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){u(b,g);function b(p,y){l(this,b);var v=s(this,(b.__proto__||Object.getPrototypeOf(b)).call(this,p));return v.container.classList.add("ql-icon-picker"),[].forEach.call(v.container.querySelectorAll(".ql-picker-item"),function(C){C.innerHTML=y[C.getAttribute("data-value")||""]}),v.defaultItem=v.container.querySelector(".ql-selected"),v.selectItem(v.defaultItem),v}return r(b,[{key:"selectItem",value:function(y,v){a(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"selectItem",this).call(this,y,v),y=y||this.defaultItem,this.label.innerHTML=y.innerHTML}}]),b}(m.default);i.default=h},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function m(f,l){for(var s=0;s<l.length;s++){var u=l[s];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(f,u.key,u)}}return function(f,l,s){return l&&m(f.prototype,l),s&&m(f,s),f}}();function a(m,f){if(!(m instanceof f))throw new TypeError("Cannot call a class as a function")}var c=function(){function m(f,l){var s=this;a(this,m),this.quill=f,this.boundsContainer=l||document.body,this.root=f.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",function(){s.root.style.marginTop=-1*s.quill.root.scrollTop+"px"}),this.hide()}return r(m,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(l){var s=l.left+l.width/2-this.root.offsetWidth/2,u=l.bottom+this.quill.root.scrollTop;this.root.style.left=s+"px",this.root.style.top=u+"px",this.root.classList.remove("ql-flip");var h=this.boundsContainer.getBoundingClientRect(),g=this.root.getBoundingClientRect(),b=0;if(g.right>h.right&&(b=h.right-g.right,this.root.style.left=s+b+"px"),g.left<h.left&&(b=h.left-g.left,this.root.style.left=s+b+"px"),g.bottom>h.bottom){var p=g.bottom-g.top,y=l.bottom-l.top+p;this.root.style.top=u-y+"px",this.root.classList.add("ql-flip")}return b}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),m}();i.default=c},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function F(x,N){var T=[],M=!0,B=!1,V=void 0;try{for(var U=x[Symbol.iterator](),K;!(M=(K=U.next()).done)&&(T.push(K.value),!(N&&T.length===N));M=!0);}catch(q){B=!0,V=q}finally{try{!M&&U.return&&U.return()}finally{if(B)throw V}}return T}return function(x,N){if(Array.isArray(x))return x;if(Symbol.iterator in Object(x))return F(x,N);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function F(x,N,T){x===null&&(x=Function.prototype);var M=Object.getOwnPropertyDescriptor(x,N);if(M===void 0){var B=Object.getPrototypeOf(x);return B===null?void 0:F(B,N,T)}else{if("value"in M)return M.value;var V=M.get;return V===void 0?void 0:V.call(T)}},c=function(){function F(x,N){for(var T=0;T<N.length;T++){var M=N[T];M.enumerable=M.enumerable||!1,M.configurable=!0,"value"in M&&(M.writable=!0),Object.defineProperty(x,M.key,M)}}return function(x,N,T){return N&&F(x.prototype,N),T&&F(x,T),x}}(),m=o(3),f=C(m),l=o(8),s=C(l),u=o(43),h=C(u),g=o(27),b=C(g),p=o(15),y=o(41),v=C(y);function C(F){return F&&F.__esModule?F:{default:F}}function w(F,x){if(!(F instanceof x))throw new TypeError("Cannot call a class as a function")}function E(F,x){if(!F)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return x&&(typeof x=="object"||typeof x=="function")?x:F}function S(F,x){if(typeof x!="function"&&x!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof x);F.prototype=Object.create(x&&x.prototype,{constructor:{value:F,enumerable:!1,writable:!0,configurable:!0}}),x&&(Object.setPrototypeOf?Object.setPrototypeOf(F,x):F.__proto__=x)}var O=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],k=function(F){S(x,F);function x(N,T){w(this,x),T.modules.toolbar!=null&&T.modules.toolbar.container==null&&(T.modules.toolbar.container=O);var M=E(this,(x.__proto__||Object.getPrototypeOf(x)).call(this,N,T));return M.quill.container.classList.add("ql-snow"),M}return c(x,[{key:"extendToolbar",value:function(T){T.container.classList.add("ql-snow"),this.buildButtons([].slice.call(T.container.querySelectorAll("button")),v.default),this.buildPickers([].slice.call(T.container.querySelectorAll("select")),v.default),this.tooltip=new R(this.quill,this.options.bounds),T.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},function(M,B){T.handlers.link.call(T,!B.format.link)})}}]),x}(h.default);k.DEFAULTS=(0,f.default)(!0,{},h.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(x){if(x){var N=this.quill.getSelection();if(N==null||N.length==0)return;var T=this.quill.getText(N);/^\S+@\S+\.\S+$/.test(T)&&T.indexOf("mailto:")!==0&&(T="mailto:"+T);var M=this.quill.theme.tooltip;M.edit("link",T)}else this.quill.format("link",!1)}}}}});var R=function(F){S(x,F);function x(N,T){w(this,x);var M=E(this,(x.__proto__||Object.getPrototypeOf(x)).call(this,N,T));return M.preview=M.root.querySelector("a.ql-preview"),M}return c(x,[{key:"listen",value:function(){var T=this;a(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",function(M){T.root.classList.contains("ql-editing")?T.save():T.edit("link",T.preview.textContent),M.preventDefault()}),this.root.querySelector("a.ql-remove").addEventListener("click",function(M){if(T.linkRange!=null){var B=T.linkRange;T.restoreFocus(),T.quill.formatText(B,"link",!1,s.default.sources.USER),delete T.linkRange}M.preventDefault(),T.hide()}),this.quill.on(s.default.events.SELECTION_CHANGE,function(M,B,V){if(M!=null){if(M.length===0&&V===s.default.sources.USER){var U=T.quill.scroll.descendant(b.default,M.index),K=r(U,2),q=K[0],P=K[1];if(q!=null){T.linkRange=new p.Range(M.index-P,q.length());var _=b.default.formats(q.domNode);T.preview.textContent=_,T.preview.setAttribute("href",_),T.show(),T.position(T.quill.getBounds(T.linkRange));return}}else delete T.linkRange;T.hide()}})}},{key:"show",value:function(){a(x.prototype.__proto__||Object.getPrototypeOf(x.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),x}(u.BaseTooltip);R.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),i.default=k},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(29),a=te(r),c=o(36),m=o(38),f=o(64),l=o(65),s=te(l),u=o(66),h=te(u),g=o(67),b=te(g),p=o(37),y=o(26),v=o(39),C=o(40),w=o(56),E=te(w),S=o(68),O=te(S),k=o(27),R=te(k),F=o(69),x=te(F),N=o(70),T=te(N),M=o(71),B=te(M),V=o(72),U=te(V),K=o(73),q=te(K),P=o(13),_=te(P),A=o(74),I=te(A),H=o(75),j=te(H),L=o(57),z=te(L),Y=o(41),J=te(Y),Q=o(28),re=te(Q),he=o(59),ge=te(he),Oe=o(60),Fe=te(Oe),mt=o(61),Ke=te(mt),Z=o(108),$=te(Z),le=o(62),se=te(le);function te(we){return we&&we.__esModule?we:{default:we}}a.default.register({"attributors/attribute/direction":m.DirectionAttribute,"attributors/class/align":c.AlignClass,"attributors/class/background":p.BackgroundClass,"attributors/class/color":y.ColorClass,"attributors/class/direction":m.DirectionClass,"attributors/class/font":v.FontClass,"attributors/class/size":C.SizeClass,"attributors/style/align":c.AlignStyle,"attributors/style/background":p.BackgroundStyle,"attributors/style/color":y.ColorStyle,"attributors/style/direction":m.DirectionStyle,"attributors/style/font":v.FontStyle,"attributors/style/size":C.SizeStyle},!0),a.default.register({"formats/align":c.AlignClass,"formats/direction":m.DirectionClass,"formats/indent":f.IndentClass,"formats/background":p.BackgroundStyle,"formats/color":y.ColorStyle,"formats/font":v.FontClass,"formats/size":C.SizeClass,"formats/blockquote":s.default,"formats/code-block":_.default,"formats/header":h.default,"formats/list":b.default,"formats/bold":E.default,"formats/code":P.Code,"formats/italic":O.default,"formats/link":R.default,"formats/script":x.default,"formats/strike":T.default,"formats/underline":B.default,"formats/image":U.default,"formats/video":q.default,"formats/list/item":g.ListItem,"modules/formula":I.default,"modules/syntax":j.default,"modules/toolbar":z.default,"themes/bubble":$.default,"themes/snow":se.default,"ui/icons":J.default,"ui/picker":re.default,"ui/icon-picker":Fe.default,"ui/color-picker":ge.default,"ui/tooltip":Ke.default},!0),i.default=a.default},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.IndentClass=void 0;var r=function(){function b(p,y){for(var v=0;v<y.length;v++){var C=y[v];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(p,C.key,C)}}return function(p,y,v){return y&&b(p.prototype,y),v&&b(p,v),p}}(),a=function b(p,y,v){p===null&&(p=Function.prototype);var C=Object.getOwnPropertyDescriptor(p,y);if(C===void 0){var w=Object.getPrototypeOf(p);return w===null?void 0:b(w,y,v)}else{if("value"in C)return C.value;var E=C.get;return E===void 0?void 0:E.call(v)}},c=o(0),m=f(c);function f(b){return b&&b.__esModule?b:{default:b}}function l(b,p){if(!(b instanceof p))throw new TypeError("Cannot call a class as a function")}function s(b,p){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return p&&(typeof p=="object"||typeof p=="function")?p:b}function u(b,p){if(typeof p!="function"&&p!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof p);b.prototype=Object.create(p&&p.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),p&&(Object.setPrototypeOf?Object.setPrototypeOf(b,p):b.__proto__=p)}var h=function(b){u(p,b);function p(){return l(this,p),s(this,(p.__proto__||Object.getPrototypeOf(p)).apply(this,arguments))}return r(p,[{key:"add",value:function(v,C){if(C==="+1"||C==="-1"){var w=this.value(v)||0;C=C==="+1"?w+1:w-1}return C===0?(this.remove(v),!0):a(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"add",this).call(this,v,C)}},{key:"canAdd",value:function(v,C){return a(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"canAdd",this).call(this,v,C)||a(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"canAdd",this).call(this,v,parseInt(C))}},{key:"value",value:function(v){return parseInt(a(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"value",this).call(this,v))||void 0}}]),p}(m.default.Attributor.Class),g=new h("indent","ql-indent",{scope:m.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});i.IndentClass=g},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(4),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}function m(u,h){if(!(u instanceof h))throw new TypeError("Cannot call a class as a function")}function f(u,h){if(!u)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:u}function l(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);u.prototype=Object.create(h&&h.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(u,h):u.__proto__=h)}var s=function(u){l(h,u);function h(){return m(this,h),f(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(a.default);s.blotName="blockquote",s.tagName="blockquote",i.default=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function h(g,b){for(var p=0;p<b.length;p++){var y=b[p];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(g,y.key,y)}}return function(g,b,p){return b&&h(g.prototype,b),p&&h(g,p),g}}(),a=o(4),c=m(a);function m(h){return h&&h.__esModule?h:{default:h}}function f(h,g){if(!(h instanceof g))throw new TypeError("Cannot call a class as a function")}function l(h,g){if(!h)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:h}function s(h,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);h.prototype=Object.create(g&&g.prototype,{constructor:{value:h,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(h,g):h.__proto__=g)}var u=function(h){s(g,h);function g(){return f(this,g),l(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,null,[{key:"formats",value:function(p){return this.tagName.indexOf(p.tagName)+1}}]),g}(c.default);u.blotName="header",u.tagName=["H1","H2","H3","H4","H5","H6"],i.default=u},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.ListItem=void 0;var r=function(){function w(E,S){for(var O=0;O<S.length;O++){var k=S[O];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(E,k.key,k)}}return function(E,S,O){return S&&w(E.prototype,S),O&&w(E,O),E}}(),a=function w(E,S,O){E===null&&(E=Function.prototype);var k=Object.getOwnPropertyDescriptor(E,S);if(k===void 0){var R=Object.getPrototypeOf(E);return R===null?void 0:w(R,S,O)}else{if("value"in k)return k.value;var F=k.get;return F===void 0?void 0:F.call(O)}},c=o(0),m=h(c),f=o(4),l=h(f),s=o(25),u=h(s);function h(w){return w&&w.__esModule?w:{default:w}}function g(w,E,S){return E in w?Object.defineProperty(w,E,{value:S,enumerable:!0,configurable:!0,writable:!0}):w[E]=S,w}function b(w,E){if(!(w instanceof E))throw new TypeError("Cannot call a class as a function")}function p(w,E){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return E&&(typeof E=="object"||typeof E=="function")?E:w}function y(w,E){if(typeof E!="function"&&E!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof E);w.prototype=Object.create(E&&E.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),E&&(Object.setPrototypeOf?Object.setPrototypeOf(w,E):w.__proto__=E)}var v=function(w){y(E,w);function E(){return b(this,E),p(this,(E.__proto__||Object.getPrototypeOf(E)).apply(this,arguments))}return r(E,[{key:"format",value:function(O,k){O===C.blotName&&!k?this.replaceWith(m.default.create(this.statics.scope)):a(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"format",this).call(this,O,k)}},{key:"remove",value:function(){this.prev==null&&this.next==null?this.parent.remove():a(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(O,k){return this.parent.isolate(this.offset(this.parent),this.length()),O===this.parent.statics.blotName?(this.parent.replaceWith(O,k),this):(this.parent.unwrap(),a(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"replaceWith",this).call(this,O,k))}}],[{key:"formats",value:function(O){return O.tagName===this.tagName?void 0:a(E.__proto__||Object.getPrototypeOf(E),"formats",this).call(this,O)}}]),E}(l.default);v.blotName="list-item",v.tagName="LI";var C=function(w){y(E,w),r(E,null,[{key:"create",value:function(O){var k=O==="ordered"?"OL":"UL",R=a(E.__proto__||Object.getPrototypeOf(E),"create",this).call(this,k);return(O==="checked"||O==="unchecked")&&R.setAttribute("data-checked",O==="checked"),R}},{key:"formats",value:function(O){if(O.tagName==="OL")return"ordered";if(O.tagName==="UL")return O.hasAttribute("data-checked")?O.getAttribute("data-checked")==="true"?"checked":"unchecked":"bullet"}}]);function E(S){b(this,E);var O=p(this,(E.__proto__||Object.getPrototypeOf(E)).call(this,S)),k=function(F){if(F.target.parentNode===S){var x=O.statics.formats(S),N=m.default.find(F.target);x==="checked"?N.format("list","unchecked"):x==="unchecked"&&N.format("list","checked")}};return S.addEventListener("touchstart",k),S.addEventListener("mousedown",k),O}return r(E,[{key:"format",value:function(O,k){this.children.length>0&&this.children.tail.format(O,k)}},{key:"formats",value:function(){return g({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(O,k){if(O instanceof v)a(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"insertBefore",this).call(this,O,k);else{var R=k==null?this.length():k.offset(this),F=this.split(R);F.parent.insertBefore(O,F)}}},{key:"optimize",value:function(O){a(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"optimize",this).call(this,O);var k=this.next;k!=null&&k.prev===this&&k.statics.blotName===this.statics.blotName&&k.domNode.tagName===this.domNode.tagName&&k.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(k.moveChildren(this),k.remove())}},{key:"replace",value:function(O){if(O.statics.blotName!==this.statics.blotName){var k=m.default.create(this.statics.defaultChild);O.moveChildren(k),this.appendChild(k)}a(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"replace",this).call(this,O)}}]),E}(u.default);C.blotName="list",C.scope=m.default.Scope.BLOCK_BLOT,C.tagName=["OL","UL"],C.defaultChild="list-item",C.allowedChildren=[v],i.ListItem=v,i.default=C},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(56),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}function m(u,h){if(!(u instanceof h))throw new TypeError("Cannot call a class as a function")}function f(u,h){if(!u)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:u}function l(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);u.prototype=Object.create(h&&h.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(u,h):u.__proto__=h)}var s=function(u){l(h,u);function h(){return m(this,h),f(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(a.default);s.blotName="italic",s.tagName=["EM","I"],i.default=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function g(b,p){for(var y=0;y<p.length;y++){var v=p[y];v.enumerable=v.enumerable||!1,v.configurable=!0,"value"in v&&(v.writable=!0),Object.defineProperty(b,v.key,v)}}return function(b,p,y){return p&&g(b.prototype,p),y&&g(b,y),b}}(),a=function g(b,p,y){b===null&&(b=Function.prototype);var v=Object.getOwnPropertyDescriptor(b,p);if(v===void 0){var C=Object.getPrototypeOf(b);return C===null?void 0:g(C,p,y)}else{if("value"in v)return v.value;var w=v.get;return w===void 0?void 0:w.call(y)}},c=o(6),m=f(c);function f(g){return g&&g.__esModule?g:{default:g}}function l(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function s(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function u(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){u(b,g);function b(){return l(this,b),s(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,null,[{key:"create",value:function(y){return y==="super"?document.createElement("sup"):y==="sub"?document.createElement("sub"):a(b.__proto__||Object.getPrototypeOf(b),"create",this).call(this,y)}},{key:"formats",value:function(y){if(y.tagName==="SUB")return"sub";if(y.tagName==="SUP")return"super"}}]),b}(m.default);h.blotName="script",h.tagName=["SUB","SUP"],i.default=h},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(6),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}function m(u,h){if(!(u instanceof h))throw new TypeError("Cannot call a class as a function")}function f(u,h){if(!u)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:u}function l(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);u.prototype=Object.create(h&&h.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(u,h):u.__proto__=h)}var s=function(u){l(h,u);function h(){return m(this,h),f(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(a.default);s.blotName="strike",s.tagName="S",i.default=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=o(6),a=c(r);function c(u){return u&&u.__esModule?u:{default:u}}function m(u,h){if(!(u instanceof h))throw new TypeError("Cannot call a class as a function")}function f(u,h){if(!u)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:u}function l(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);u.prototype=Object.create(h&&h.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(u,h):u.__proto__=h)}var s=function(u){l(h,u);function h(){return m(this,h),f(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(a.default);s.blotName="underline",s.tagName="U",i.default=s},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function p(y,v){for(var C=0;C<v.length;C++){var w=v[C];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(y,w.key,w)}}return function(y,v,C){return v&&p(y.prototype,v),C&&p(y,C),y}}(),a=function p(y,v,C){y===null&&(y=Function.prototype);var w=Object.getOwnPropertyDescriptor(y,v);if(w===void 0){var E=Object.getPrototypeOf(y);return E===null?void 0:p(E,v,C)}else{if("value"in w)return w.value;var S=w.get;return S===void 0?void 0:S.call(C)}},c=o(0),m=l(c),f=o(27);function l(p){return p&&p.__esModule?p:{default:p}}function s(p,y){if(!(p instanceof y))throw new TypeError("Cannot call a class as a function")}function u(p,y){if(!p)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:p}function h(p,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);p.prototype=Object.create(y&&y.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(p,y):p.__proto__=y)}var g=["alt","height","width"],b=function(p){h(y,p);function y(){return s(this,y),u(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return r(y,[{key:"format",value:function(C,w){g.indexOf(C)>-1?w?this.domNode.setAttribute(C,w):this.domNode.removeAttribute(C):a(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,C,w)}}],[{key:"create",value:function(C){var w=a(y.__proto__||Object.getPrototypeOf(y),"create",this).call(this,C);return typeof C=="string"&&w.setAttribute("src",this.sanitize(C)),w}},{key:"formats",value:function(C){return g.reduce(function(w,E){return C.hasAttribute(E)&&(w[E]=C.getAttribute(E)),w},{})}},{key:"match",value:function(C){return/\.(jpe?g|gif|png)$/.test(C)||/^data:image\/.+;base64/.test(C)}},{key:"sanitize",value:function(C){return(0,f.sanitize)(C,["http","https","data"])?C:"//:0"}},{key:"value",value:function(C){return C.getAttribute("src")}}]),y}(m.default.Embed);b.blotName="image",b.tagName="IMG",i.default=b},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0});var r=function(){function p(y,v){for(var C=0;C<v.length;C++){var w=v[C];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(y,w.key,w)}}return function(y,v,C){return v&&p(y.prototype,v),C&&p(y,C),y}}(),a=function p(y,v,C){y===null&&(y=Function.prototype);var w=Object.getOwnPropertyDescriptor(y,v);if(w===void 0){var E=Object.getPrototypeOf(y);return E===null?void 0:p(E,v,C)}else{if("value"in w)return w.value;var S=w.get;return S===void 0?void 0:S.call(C)}},c=o(4),m=o(27),f=l(m);function l(p){return p&&p.__esModule?p:{default:p}}function s(p,y){if(!(p instanceof y))throw new TypeError("Cannot call a class as a function")}function u(p,y){if(!p)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:p}function h(p,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);p.prototype=Object.create(y&&y.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(p,y):p.__proto__=y)}var g=["height","width"],b=function(p){h(y,p);function y(){return s(this,y),u(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return r(y,[{key:"format",value:function(C,w){g.indexOf(C)>-1?w?this.domNode.setAttribute(C,w):this.domNode.removeAttribute(C):a(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,C,w)}}],[{key:"create",value:function(C){var w=a(y.__proto__||Object.getPrototypeOf(y),"create",this).call(this,C);return w.setAttribute("frameborder","0"),w.setAttribute("allowfullscreen",!0),w.setAttribute("src",this.sanitize(C)),w}},{key:"formats",value:function(C){return g.reduce(function(w,E){return C.hasAttribute(E)&&(w[E]=C.getAttribute(E)),w},{})}},{key:"sanitize",value:function(C){return f.default.sanitize(C)}},{key:"value",value:function(C){return C.getAttribute("src")}}]),y}(c.BlockEmbed);b.blotName="video",b.className="ql-video",b.tagName="IFRAME",i.default=b},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.FormulaBlot=void 0;var r=function(){function C(w,E){for(var S=0;S<E.length;S++){var O=E[S];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(w,O.key,O)}}return function(w,E,S){return E&&C(w.prototype,E),S&&C(w,S),w}}(),a=function C(w,E,S){w===null&&(w=Function.prototype);var O=Object.getOwnPropertyDescriptor(w,E);if(O===void 0){var k=Object.getPrototypeOf(w);return k===null?void 0:C(k,E,S)}else{if("value"in O)return O.value;var R=O.get;return R===void 0?void 0:R.call(S)}},c=o(35),m=h(c),f=o(5),l=h(f),s=o(9),u=h(s);function h(C){return C&&C.__esModule?C:{default:C}}function g(C,w){if(!(C instanceof w))throw new TypeError("Cannot call a class as a function")}function b(C,w){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w&&(typeof w=="object"||typeof w=="function")?w:C}function p(C,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof w);C.prototype=Object.create(w&&w.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),w&&(Object.setPrototypeOf?Object.setPrototypeOf(C,w):C.__proto__=w)}var y=function(C){p(w,C);function w(){return g(this,w),b(this,(w.__proto__||Object.getPrototypeOf(w)).apply(this,arguments))}return r(w,null,[{key:"create",value:function(S){var O=a(w.__proto__||Object.getPrototypeOf(w),"create",this).call(this,S);return typeof S=="string"&&(window.katex.render(S,O,{throwOnError:!1,errorColor:"#f00"}),O.setAttribute("data-value",S)),O}},{key:"value",value:function(S){return S.getAttribute("data-value")}}]),w}(m.default);y.blotName="formula",y.className="ql-formula",y.tagName="SPAN";var v=function(C){p(w,C),r(w,null,[{key:"register",value:function(){l.default.register(y,!0)}}]);function w(){g(this,w);var E=b(this,(w.__proto__||Object.getPrototypeOf(w)).call(this));if(window.katex==null)throw new Error("Formula module requires KaTeX.");return E}return w}(u.default);i.FormulaBlot=y,i.default=v},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.CodeToken=i.CodeBlock=void 0;var r=function(){function S(O,k){for(var R=0;R<k.length;R++){var F=k[R];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(O,F.key,F)}}return function(O,k,R){return k&&S(O.prototype,k),R&&S(O,R),O}}(),a=function S(O,k,R){O===null&&(O=Function.prototype);var F=Object.getOwnPropertyDescriptor(O,k);if(F===void 0){var x=Object.getPrototypeOf(O);return x===null?void 0:S(x,k,R)}else{if("value"in F)return F.value;var N=F.get;return N===void 0?void 0:N.call(R)}},c=o(0),m=b(c),f=o(5),l=b(f),s=o(9),u=b(s),h=o(13),g=b(h);function b(S){return S&&S.__esModule?S:{default:S}}function p(S,O){if(!(S instanceof O))throw new TypeError("Cannot call a class as a function")}function y(S,O){if(!S)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return O&&(typeof O=="object"||typeof O=="function")?O:S}function v(S,O){if(typeof O!="function"&&O!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof O);S.prototype=Object.create(O&&O.prototype,{constructor:{value:S,enumerable:!1,writable:!0,configurable:!0}}),O&&(Object.setPrototypeOf?Object.setPrototypeOf(S,O):S.__proto__=O)}var C=function(S){v(O,S);function O(){return p(this,O),y(this,(O.__proto__||Object.getPrototypeOf(O)).apply(this,arguments))}return r(O,[{key:"replaceWith",value:function(R){this.domNode.textContent=this.domNode.textContent,this.attach(),a(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"replaceWith",this).call(this,R)}},{key:"highlight",value:function(R){var F=this.domNode.textContent;this.cachedText!==F&&((F.trim().length>0||this.cachedText==null)&&(this.domNode.innerHTML=R(F),this.domNode.normalize(),this.attach()),this.cachedText=F)}}]),O}(g.default);C.className="ql-syntax";var w=new m.default.Attributor.Class("token","hljs",{scope:m.default.Scope.INLINE}),E=function(S){v(O,S),r(O,null,[{key:"register",value:function(){l.default.register(w,!0),l.default.register(C,!0)}}]);function O(k,R){p(this,O);var F=y(this,(O.__proto__||Object.getPrototypeOf(O)).call(this,k,R));if(typeof F.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var x=null;return F.quill.on(l.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(x),x=setTimeout(function(){F.highlight(),x=null},F.options.interval)}),F.highlight(),F}return r(O,[{key:"highlight",value:function(){var R=this;if(!this.quill.selection.composing){this.quill.update(l.default.sources.USER);var F=this.quill.getSelection();this.quill.scroll.descendants(C).forEach(function(x){x.highlight(R.options.highlight)}),this.quill.update(l.default.sources.SILENT),F!=null&&this.quill.setSelection(F,l.default.sources.SILENT)}}}]),O}(u.default);E.DEFAULTS={highlight:function(){return window.hljs==null?null:function(S){var O=window.hljs.highlightAuto(S);return O.value}}(),interval:1e3},i.CodeBlock=C,i.CodeToken=w,i.default=E},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(n,i){n.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(n,i){n.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(n,i){n.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(n,i){n.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(n,i){n.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(n,i,o){Object.defineProperty(i,"__esModule",{value:!0}),i.default=i.BubbleTooltip=void 0;var r=function O(k,R,F){k===null&&(k=Function.prototype);var x=Object.getOwnPropertyDescriptor(k,R);if(x===void 0){var N=Object.getPrototypeOf(k);return N===null?void 0:O(N,R,F)}else{if("value"in x)return x.value;var T=x.get;return T===void 0?void 0:T.call(F)}},a=function(){function O(k,R){for(var F=0;F<R.length;F++){var x=R[F];x.enumerable=x.enumerable||!1,x.configurable=!0,"value"in x&&(x.writable=!0),Object.defineProperty(k,x.key,x)}}return function(k,R,F){return R&&O(k.prototype,R),F&&O(k,F),k}}(),c=o(3),m=p(c),f=o(8),l=p(f),s=o(43),u=p(s),h=o(15),g=o(41),b=p(g);function p(O){return O&&O.__esModule?O:{default:O}}function y(O,k){if(!(O instanceof k))throw new TypeError("Cannot call a class as a function")}function v(O,k){if(!O)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k&&(typeof k=="object"||typeof k=="function")?k:O}function C(O,k){if(typeof k!="function"&&k!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof k);O.prototype=Object.create(k&&k.prototype,{constructor:{value:O,enumerable:!1,writable:!0,configurable:!0}}),k&&(Object.setPrototypeOf?Object.setPrototypeOf(O,k):O.__proto__=k)}var w=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],E=function(O){C(k,O);function k(R,F){y(this,k),F.modules.toolbar!=null&&F.modules.toolbar.container==null&&(F.modules.toolbar.container=w);var x=v(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,R,F));return x.quill.container.classList.add("ql-bubble"),x}return a(k,[{key:"extendToolbar",value:function(F){this.tooltip=new S(this.quill,this.options.bounds),this.tooltip.root.appendChild(F.container),this.buildButtons([].slice.call(F.container.querySelectorAll("button")),b.default),this.buildPickers([].slice.call(F.container.querySelectorAll("select")),b.default)}}]),k}(u.default);E.DEFAULTS=(0,m.default)(!0,{},u.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(k){k?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var S=function(O){C(k,O);function k(R,F){y(this,k);var x=v(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,R,F));return x.quill.on(l.default.events.EDITOR_CHANGE,function(N,T,M,B){if(N===l.default.events.SELECTION_CHANGE)if(T!=null&&T.length>0&&B===l.default.sources.USER){x.show(),x.root.style.left="0px",x.root.style.width="",x.root.style.width=x.root.offsetWidth+"px";var V=x.quill.getLines(T.index,T.length);if(V.length===1)x.position(x.quill.getBounds(T));else{var U=V[V.length-1],K=x.quill.getIndex(U),q=Math.min(U.length()-1,T.index+T.length-K),P=x.quill.getBounds(new h.Range(K,q));x.position(P)}}else document.activeElement!==x.textbox&&x.quill.hasFocus()&&x.hide()}),x}return a(k,[{key:"listen",value:function(){var F=this;r(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){F.root.classList.remove("ql-editing")}),this.quill.on(l.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!F.root.classList.contains("ql-hidden")){var x=F.quill.getSelection();x!=null&&F.position(F.quill.getBounds(x))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(F){var x=r(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"position",this).call(this,F),N=this.root.querySelector(".ql-tooltip-arrow");if(N.style.marginLeft="",x===0)return x;N.style.marginLeft=-1*x-N.offsetWidth/2+"px"}}]),k}(s.BaseTooltip);S.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),i.BubbleTooltip=S,i.default=E},function(n,i,o){n.exports=o(63)}]).default})})(hc);var L5=Qc(hc.exports),vv="",Cv="",Ev="";const I5={theme:"snow",boundary:document.body,modules:{toolbar:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["link","image","video"]]},placeholder:"Insert content here ...",readOnly:!1},B5={name:"quill-editor",props:{content:String,value:String,disabled:{type:Boolean,default:!1},options:{type:Object,required:!1,default:()=>({})}},emits:["ready","change","input","blur","focus","update:value"],setup(t,e){const n={editorOption:{},quill:null};let i="";d.watch(()=>t.value,c=>{n.quill&&(c&&c!==i?(i=c,n.quill.pasteHTML(c)):c||n.quill.setText(""))}),d.watch(()=>t.content,c=>{n.quill&&(c&&c!==i?(i=c,n.quill.pasteHTML(c)):c||n.quill.setText(""))}),d.watch(()=>t.disabled,c=>{n.quill&&n.quill.enable(!c)});const o=d.ref(null),r=(c,m)=>{for(const f in m)!c[f]||f!=="modules"?c[f]=m[f]:r(c[f],m[f]);return c},a=()=>{o.value&&(n.editorOption=r(I5,t.options),n.editorOption.readOnly=!!t.disabled,n.quill=new L5(o.value,n.editorOption),t.value&&n.quill.pasteHTML(t.value),n.quill.on("selection-change",c=>{c?e.emit("focus",n.quill):e.emit("blur",n.quill)}),n.quill.on("text-change",()=>{t.disabled&&n.quill.enable(!1);let c=o.value.children[0].innerHTML;const m=n.quill,f=n.quill.getText();c==="<p><br></p>"&&(c=""),i=c,e.emit("update:value",i),e.emit("change",{html:c,text:f,quill:m})}),e.emit("ready",n.quill))};return d.onBeforeUnmount(()=>{const c=o.value.previousSibling;c&&c.className.indexOf("ql-toolbar")>-1&&c.parentNode.removeChild(c)}),d.onMounted(()=>{a()}),d.onUnmounted(()=>{n.quill=null}),{editor:o}}},P5={ref:"editor"};function V5(t,e,n,i,o,r){return d.openBlock(),d.createElementBlock("section",P5,null,512)}var Wo=oe(B5,[["render",V5]]);Wo.install=function(t){t.component(Wo.name,Wo)};var Sv="";const H5={name:"rich-editor-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,quillEditor:Wo},data(){return{oldFieldValue:null,fieldModel:null,rules:[],customToolbar:[],valueChangedFlag:!1}},computed:{editorOption(){return{placeholder:this.field.options.placeholder,modules:{}}}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleRichEditorChangeEvent(){this.valueChangedFlag=!0,this.syncUpdateFormModel(this.fieldModel)},handleRichEditorFocusEvent(){this.oldFieldValue=xe(this.fieldModel)},handleRichEditorBlurEvent(){this.valueChangedFlag&&(this.emitFieldDataChange(this.fieldModel,this.oldFieldValue),this.valueChangedFlag=!1)}}};function z5(t,e,n,i,o,r){const a=d.resolveComponent("quill-editor"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass({"readonly-mode-rich-editor":t.isReadMode})},[d.createVNode(a,{ref:"fieldEditor",value:o.fieldModel,"onUpdate:value":e[0]||(e[0]=m=>o.fieldModel=m),options:r.editorOption,disabled:n.field.options.disabled||t.isReadMode,onBlur:r.handleRichEditorBlurEvent,onFocus:r.handleRichEditorFocusEvent,onChange:r.handleRichEditorChangeEvent,style:d.normalizeStyle(n.field.options.contentHeight?`height: ${n.field.options.contentHeight};`:"")},null,8,["value","options","disabled","onBlur","onFocus","onChange","style"])],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var W5=oe(H5,[["render",z5],["__scopeId","data-v-34da30b1"]]),q5=Object.freeze(Object.defineProperty({__proto__:null,default:W5},Symbol.toStringTag,{value:"Module"})),Ov="";const U5={name:"select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[],widgetKey:""}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id}},beforeCreate(){},created(){this.registerToRefList(),this.initOptionItems(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{getSelectedLabel(){return this.$refs.fieldEditor.selectedLabel},refreshWidgetKey(){this.widgetKey="select-key-"+ut()}}},j5={key:0,class:"readonly-mode-field"};function K5(t,e,n,i,o,r){const a=d.resolveComponent("el-option"),c=d.resolveComponent("el-select"),m=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(m,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(c,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=f=>o.fieldModel=f),class:"full-width-input",key:r.selectKey,disabled:n.field.options.disabled,clearable:n.field.options.clearable,filterable:n.field.options.filterable,"allow-create":n.field.options.allowCreate,"default-first-option":r.allowDefaultFirstOption,"reserve-keyword":!1,"automatic-dropdown":n.field.options.automaticDropdown,multiple:n.field.options.multiple,"multiple-limit":n.field.options.multipleLimit,"collapse-tags":n.field.options.collapseTags,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),remote:n.field.options.remote,"remote-method":r.remoteMethod,onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.field.options.optionItems,f=>(d.openBlock(),d.createBlock(a,{key:f.value,label:f.label,value:f.value,disabled:f.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["modelValue","disabled","clearable","filterable","allow-create","default-first-option","automatic-dropdown","multiple","multiple-limit","collapse-tags","placeholder","remote","remote-method","onFocus","onBlurCapture","onChange"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",j5,d.toDisplayString(t.optionLabel),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var G5=oe(U5,[["render",K5],["__scopeId","data-v-26756128"]]),Y5=Object.freeze(Object.defineProperty({__proto__:null,default:G5},Symbol.toStringTag,{value:"Module"})),xv="";const J5={name:"slider-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},X5={key:0,class:"readonly-mode-field"};function Z5(t,e,n,i,o,r){const a=d.resolveComponent("el-slider"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),disabled:n.field.options.disabled,"show-stops":n.field.options.showStops,min:n.field.options.min,max:n.field.options.max,step:n.field.options.step,range:n.field.options.range,vertical:n.field.options.vertical,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","show-stops","min","max","step","range","vertical","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",X5,d.toDisplayString(o.fieldModel),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Q5=oe(J5,[["render",Z5],["__scopeId","data-v-194065cc"]]),$5=Object.freeze(Object.defineProperty({__proto__:null,default:Q5},Symbol.toStringTag,{value:"Module"})),kv="";const eb={name:"slot-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},tb={key:0,class:"slot-title"};function nb(t,e,n,i,o,r){const a=d.resolveComponent("static-content-wrapper");return d.openBlock(),d.createBlock(a,{designer:n.designer,field:n.field,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass([n.designState?"slot-wrapper-design":"slot-wrapper-render"])},[d.renderSlot(t.$slots,n.field.options.name,{formModel:t.formModel},void 0,!0),n.designState?(d.openBlock(),d.createElementBlock("div",tb,d.toDisplayString(n.field.options.label),1)):d.createCommentVNode("",!0)],2)]),_:3},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var ib=oe(eb,[["render",nb],["__scopeId","data-v-95f13fca"]]),ob=Object.freeze(Object.defineProperty({__proto__:null,default:ib},Symbol.toStringTag,{value:"Module"})),Fv="";const rb={name:"static-text-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function lb(t,e,n,i,o,r){const a=d.resolveComponent("static-content-wrapper");return d.openBlock(),d.createBlock(a,{designer:n.designer,field:n.field,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{ref:"fieldEditor",style:d.normalizeStyle(n.field.options.fontSize?`font-size: ${n.field.options.fontSize};`:"")},[d.createElementVNode("pre",{style:d.normalizeStyle({"white-space":n.field.options.preWrap?"pre-wrap":"pre","text-align":n.field.options.textAlign?n.field.options.textAlign:"left"})},d.toDisplayString(n.field.options.textContent),5)],4)]),_:1},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var ab=oe(rb,[["render",lb],["__scopeId","data-v-4071ab53"]]),sb=Object.freeze(Object.defineProperty({__proto__:null,default:ab},Symbol.toStringTag,{value:"Module"})),Nv="";const db={name:"switch-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{contentForReadMode(){return this.fieldModel?this.field.options.activeText||this.i18nt("render.hint.defaultActiveText"):this.field.options.inactiveText||this.i18nt("render.hint.defaultInactiveText")}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},cb={key:0,class:"readonly-mode-field"};function ub(t,e,n,i,o,r){const a=d.resolveComponent("el-switch"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:d.normalizeClass([t.isReadMode?"readonly-mode-switch":""]),disabled:n.field.options.disabled,"active-text":n.field.options.activeText,"inactive-text":n.field.options.inactiveText,"active-color":n.field.options.activeColor,"inactive-color":n.field.options.inactiveColor,width:n.field.options.switchWidth,onChange:t.handleChangeEvent},null,8,["modelValue","class","disabled","active-text","inactive-text","active-color","inactive-color","width","onChange"]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",cb,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var fb=oe(db,[["render",ub],["__scopeId","data-v-3a42c450"]]),hb=Object.freeze(Object.defineProperty({__proto__:null,default:fb},Symbol.toStringTag,{value:"Module"})),Rv="";const mb={name:"textarea-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[],widgetKey:""}},computed:{textareaKey(){return this.widgetKey||this.field.id},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{refreshWidgetKey(){this.widgetKey="textarea-key-"+ut()}}},gb=["innerHTML"];function pb(t,e,n,i,o,r){const a=d.resolveComponent("el-input"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{type:"textarea",ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),disabled:n.field.options.disabled,readonly:n.field.options.readonly,placeholder:n.field.options.placeholder,rows:n.field.options.rows,key:r.textareaKey,autosize:n.field.options.autosize,minlength:n.field.options.minLength,maxlength:n.field.options.maxLength,"show-word-limit":n.field.options.showWordLimit,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onInput:t.handleInputCustomEvent,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","readonly","placeholder","rows","autosize","minlength","maxlength","show-word-limit","onFocus","onBlur","onInput","onChange"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("div",{key:0,innerHTML:r.contentForReadMode,class:"readonly-mode-field"},null,8,gb)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var bb=oe(mb,[["render",pb],["__scopeId","data-v-5ee2e478"]]),yb=Object.freeze(Object.defineProperty({__proto__:null,default:bb},Symbol.toStringTag,{value:"Module"})),_v="";const wb={name:"time-range-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{contentForReadMode(){return this.fieldModel?this.fieldModel[0]+" - "+this.fieldModel[1]:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},vb={key:0,class:"readonly-mode-field"};function Cb(t,e,n,i,o,r){const a=d.resolveComponent("el-time-picker"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass([n.field.options.autoFullWidth?"auto-full-width":"",t.isReadMode?"readonly-mode-time-range":""])},[d.createVNode(a,{ref:"fieldEditor","is-range":"",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:d.normalizeClass([n.field.options.autoFullWidth?"full-width-input":""]),disabled:n.field.options.disabled,readonly:n.field.options.readonly,clearable:n.field.options.clearable,editable:n.field.options.editable,format:n.field.options.format,"value-format":"HH:mm:ss","start-placeholder":n.field.options.startPlaceholder||t.i18nt("render.hint.startTimePlaceholder"),"end-placeholder":n.field.options.endPlaceholder||t.i18nt("render.hint.endTimePlaceholder"),onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["modelValue","class","disabled","readonly","clearable","editable","format","start-placeholder","end-placeholder","onFocus","onBlur","onChange"]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",vb,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Eb=oe(wb,[["render",Cb],["__scopeId","data-v-5bfd8007"]]),Sb=Object.freeze(Object.defineProperty({__proto__:null,default:Eb},Symbol.toStringTag,{value:"Module"})),Tv="";const Ob={name:"time-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},xb={key:0,class:"readonly-mode-field"};function kb(t,e,n,i,o,r){const a=d.resolveComponent("el-time-picker"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass([n.field.options.autoFullWidth?"auto-full-width":"",t.isReadMode?"readonly-mode-time":""])},[d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),disabled:n.field.options.disabled,readonly:n.field.options.readonly,clearable:n.field.options.clearable,editable:n.field.options.editable,format:n.field.options.format,"value-format":"HH:mm:ss",placeholder:n.field.options.placeholder||t.i18nt("render.hint.timePlaceholder"),onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","readonly","clearable","editable","format","placeholder","onFocus","onBlur","onChange"]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",xb,d.toDisplayString(o.fieldModel),1)):d.createCommentVNode("",!0)],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Fb=oe(Ob,[["render",kb],["__scopeId","data-v-4237ef1b"]]),Nb=Object.freeze(Object.defineProperty({__proto__:null,default:Fb},Symbol.toStringTag,{value:"Module"}));let We={};const _l={"./button-widget.vue":J4,"./cascader-widget.vue":y6,"./checkbox-widget.vue":S6,"./color-widget.vue":N6,"./date-range-widget.vue":M6,"./date-widget.vue":P6,"./divider-widget.vue":W6,"./file-upload-widget.vue":t5,"./form-item-wrapper.vue":s6,"./html-text-widget.vue":l5,"./input-widget.vue":f5,"./number-widget.vue":b5,"./picture-upload-widget.vue":x5,"./radio-widget.vue":_5,"./rate-widget.vue":A5,"./rich-editor-widget.vue":q5,"./select-widget.vue":Y5,"./slider-widget.vue":$5,"./slot-widget.vue":ob,"./static-content-wrapper.vue":Zf,"./static-text-widget.vue":sb,"./switch-widget.vue":hb,"./textarea-widget.vue":yb,"./time-range-widget.vue":Sb,"./time-widget.vue":Nb};for(const t in _l){let e=_l[t].default.name;We[e]=_l[t].default}var mc={name:"table-column-custom-render",props:{row:Object,column:Object,rowIndex:Number,columnIndex:Number,dataTableRef:Object,renderFn:Function},render(){const t={row:this.row,column:this.column,rowIndex:this.rowIndex,columnIndex:this.columnIndex,dataTableRef:this.dataTableRef},e=this.$root.$.appContext.components;return this.renderFn(d.h,t,e)}};const Rb={name:"table-high-level-column",props:{columnSchema:{type:Object},dataTableRef:{type:Object},columnIndex:{type:Number},tableOptions:{type:Object}},components:{TableColumnCustomRender:mc},computed:{colMinWidth(){return this.tableOptions.autoColumnWidthDisabled===!0?void 0:this.columnSchema.width},colWidth(){return this.tableOptions.autoColumnWidthDisabled===!0?this.columnSchema.width:void 0}},methods:{getSortable(t){return t.sortable?t.customSort?"custom":!0:!1},formatterValue(t,e,n){if(!n)return"";if(!!e.formatS&&!!e.show)switch(e.formatS){case"d1":return pa(n);case"d2":return ba(n);case"d3":return ya(n);case"d4":return wa(n);case"d5":return va(n);case"n1":return Ca(n);case"n2":return Ea(n);case"n3":return Sa(n);case"n4":return Oa(n);case"n5":return xa(n);case"n6":return ka(n);case"n7":return Fa(n)}return n},getColumnRender(t,e){return new Function("h","params","components",e.render)}}},_b={key:1},Tb={key:2};function Db(t,e,n,i,o,r){const a=d.resolveComponent("table-high-level-column",!0),c=d.resolveComponent("el-table-column"),m=d.resolveComponent("table-column-custom-render");return d.openBlock(),d.createElementBlock(d.Fragment,null,[!!n.columnSchema.headerFlag&&!!n.columnSchema.children&&n.columnSchema.children.length>0?(d.openBlock(),d.createBlock(c,{key:0,label:n.columnSchema.label,align:n.columnSchema.align?n.columnSchema.align:"center"},{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.columnSchema.children,(f,l)=>(d.openBlock(),d.createBlock(a,{"column-schema":f,"data-table-ref":n.dataTableRef,"column-index":l,"table-options":n.tableOptions},null,8,["column-schema","data-table-ref","column-index","table-options"]))),256))]),_:1},8,["label","align"])):d.createCommentVNode("",!0),!n.columnSchema.headerFlag&&n.columnSchema.show!==!1&&!n.columnSchema.children?(d.openBlock(),d.createBlock(c,{key:n.columnSchema.columnId,prop:n.columnSchema.prop,label:n.columnSchema.label,sortable:r.getSortable(n.columnSchema),fixed:n.columnSchema.fixed?n.columnSchema.fixed:!1,align:n.columnSchema.align?n.columnSchema.align:"center",formatter:r.formatterValue,format:n.columnSchema.format,"show-overflow-tooltip":!0,"min-width":r.colMinWidth,width:r.colWidth},{default:d.withCtx(f=>[n.columnSchema.formatS==="render"&&!!n.columnSchema.render?(d.openBlock(),d.createBlock(m,{key:0,row:f.row,column:n.columnSchema,"data-table-ref":n.dataTableRef,"row-index":f.$index,"column-index":n.columnIndex,renderFn:r.getColumnRender(f.row,n.columnSchema)},null,8,["row","column","data-table-ref","row-index","column-index","renderFn"])):!!n.columnSchema.formatS&&n.columnSchema.formatS!=="renders"?(d.openBlock(),d.createElementBlock("span",_b,d.toDisplayString(r.formatterValue(f.row,n.columnSchema,f.row[n.columnSchema.prop])),1)):(d.openBlock(),d.createElementBlock("span",Tb,d.toDisplayString(f.row[n.columnSchema.prop]),1))]),_:1},8,["prop","label","sortable","fixed","align","formatter","format","min-width","width"])):d.createCommentVNode("",!0)],64)}var qo=oe(Rb,[["render",Db]]),Dv="";const Mb={name:"DataTableItem",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({TableHighLevelColumn:qo,ContainerItemWrapper:ct,TableColumnCustomRender:mc},We),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","sfRefList","globalModel","getFormConfig","getGlobalDsv"],data(){return{selectAllFlag:!1,selectedIndices:[],selectedRows:[],pageSize:this.widget.options.pagination.pageSize,pageSizes:this.widget.options.pagination.pageSizes,currentPage:this.widget.options.pagination.currentPage,total:this.widget.options.pagination.total,skipSelectionChangeEvent:!1,loadingFlag:!1}},computed:{formConfig(){return this.getFormConfig()},paginationLayout(){return this.widget.options.smallPagination?"prev, pager, next":"total, sizes, prev, pager, next, jumper"},customClass(){return this.widget.options.customClass||""},widgetSize(){return this.widget.options.tableSize||"default"},singleRowSelectFlag(){return!this.widget.options.showCheckBox},buttonsColumnFixed(){return this.widget.options.buttonsColumnFixed===void 0?"right":this.widget.options.buttonsColumnFixed?this.widget.options.buttonsColumnFixed:!1},tableHeight(){return this.widget.options.tableHeight||void 0},selectionWidth(){return this.widget.options.showSummary?53:this.widget.options.treeDataEnabled?70:42},getDataTableRef(){return this},tableRowKey(){return this.widget.options.rowKey?this.widget.options.rowKey:null},paginationAlign(){let t=this.widget.options.paginationAlign?this.widget.options.paginationAlign:"left";return"align-"+t}},created(){this.initRefList(),this.handleOnCreated()},mounted(){this.widget.options.dsEnabled&&this.loadDataFromDS({}),this.$nextTick(()=>{this.handleOnMounted()})},beforeDestroy(){this.unregisterFromRefList()},methods:{formatter(t,e,n){return n},formatterValue(t,e,n){if(!n)return"";if(!!e.formatS&&!!e.show)switch(e.formatS){case"d1":return pa(n);case"d2":return ba(n);case"d3":return ya(n);case"d4":return wa(n);case"d5":return va(n);case"n1":return Ca(n);case"n2":return Ea(n);case"n3":return Sa(n);case"n4":return Oa(n);case"n5":return xa(n);case"n6":return ka(n);case"n7":return Fa(n)}return n},getColumnRender(t,e){return new Function("h","params","components",e.render)},getRowIndex(t){return this.widget.options.tableData.lastIndexOf(t)},findColumnAndSetHidden(t,e){this.widget.options.tableColumns.forEach(n=>{n.prop===t&&(n.show=!e)})},handleOnCreated(){this.widget.options.onCreated&&new Function(this.widget.options.onCreated).call(this)},handleOnMounted(){this.widget.options.onMounted&&new Function(this.widget.options.onMounted).call(this)},handleCurrentChange(t,e){if(this.skipSelectionChangeEvent||this.widget.options.showCheckBox)return;this.selectedIndices.length=0,this.selectedRows.length=0;let n=this.getRowIndex(t);this.selectedIndices.push(n),this.selectedRows.push(t),this.widget.options.onSelectionChange?new Function("selection","selectedIndices",this.widget.options.onSelectionChange).call(this,[t],this.selectedIndices):this.dispatch("VFormRender","dataTableSelectionChange",[this,[t],this.selectedIndices])},handleSelectionChange(t){this.skipSelectionChangeEvent||(this.selectedIndices.length=0,this.selectedRows.length=0,t.map(e=>{let n=this.getRowIndex(e);this.selectedIndices.push(n),this.selectedRows.push(e)}),this.widget.options.onSelectionChange?new Function("selection","selectedIndices",this.widget.options.onSelectionChange).call(this,t,this.selectedIndices):this.dispatch("VFormRender","dataTableSelectionChange",[this,t,this.selectedIndices]))},handleSortChange({column:t,prop:e,order:n}){this.widget.options.onSortChange?new Function("column","prop","order","pageSize","currentPage",this.widget.options.onSortChange).call(this,t,e,n,this.pageSize,this.currentPage):this.dispatch("VFormRender","dataTableSortChange",[this,t,e,n,this.pageSize,this.currentPage])},handlePageSizeChange(t){this.pageSize=t,!!this.widget.options.dsEnabled&&!!this.widget.options.dsName&&this.loadDataFromDS(),this.widget.options.onPageSizeChange?new Function("pageSize","currentPage",this.widget.options.onPageSizeChange).call(this,t,this.currentPage):this.dispatch("VFormRender","dataTablePageSizeChange",[this,t,this.currentPage])},handleCurrentPageChange(t){this.currentPage=t,!!this.widget.options.dsEnabled&&!!this.widget.options.dsName&&this.loadDataFromDS(),this.widget.options.onCurrentPageChange?new Function("pageSize","currentPage",this.widget.options.onCurrentPageChange).call(this,this.pageSize,t):this.dispatch("VFormRender","dataTablePageChange",[this,this.pageSize,t])},handleOperationButtonClick(t,e,n){this.skipSelectionChangeEvent=!0;try{this.widget.options.onOperationButtonClick?new Function("buttonName","rowIndex","row",this.widget.options.onOperationButtonClick).call(this,t,e,n):this.dispatch("VFormRender","operationButtonClick",[this,t,e,n])}finally{this.skipSelectionChangeEvent=!1}},showOperationButton(t,e,n){return this.widget.options.onHideOperationButton?!new Function("buttonConfig","rowIndex","row",this.widget.options.onHideOperationButton).call(this,t,e,n):!t.hidden},disableOperationButton(t,e,n){return this.widget.options.onDisableOperationButton?new Function("buttonConfig","rowIndex","row",this.widget.options.onDisableOperationButton).call(this,t,e,n):t.disabled},getOperationButtonLabel(t,e,n){return this.widget.options.onGetOperationButtonLabel?new Function("buttonConfig","rowIndex","row",this.widget.options.onGetOperationButtonLabel).call(this,t,e,n):t.label},getRowClassName({row:t,rowIndex:e}){return this.widget.options.onGetRowClassName?new Function("rowIndex","row",this.widget.options.onGetRowClassName).call(this,e,t):""},getSpanMethod({row:t,column:e,rowIndex:n,columnIndex:i}){if(this.widget.options.onGetSpanMethod)return new Function("row","column","rowIndex","columnIndex",this.widget.options.onGetSpanMethod).call(this,t,e,n,i)},handleHeaderClick(t,e){if(this.widget.options.onHeaderClick)return new Function("column","event",this.widget.options.onHeaderClick).call(this,t,e)},handleRowClick(t,e,n){if(this.widget.options.onRowClick)return new Function("row","column","event",this.widget.options.onRowClick).call(this,t,e,n)},handleRowDoubleClick(t,e,n){if(this.widget.options.onRowDoubleClick)return new Function("row","column","event",this.widget.options.onRowDoubleClick).call(this,t,e,n)},handleCellClick(t,e,n,i){if(this.widget.options.onCellClick)return new Function("row","column","cell","event",this.widget.options.onCellClick).call(this,t,e,n,i)},handleCellDoubleClick(t,e,n,i){if(this.widget.options.onCellDoubleClick)return new Function("row","column","cell","event",this.widget.options.onCellDoubleClick).call(this,t,e,n,i)},getOperationButtonType(t){return t.type!=="text"?t.type:"primary"},isLinkOperationButton(t){return t.type==="text"},getTableColumns(){return this.widget.options.tableColumns},setTableColumns(t){this.widget.options.tableColumns=t,this.$nextTick(()=>{this.$refs.dataTable.doLayout()})},setTableColumn(t){this.setTableColumns(t)},loadColumnsFromDS(t={},e){let n=nn(this.formConfig,e);if(n){let i=this.getGlobalDsv()||{},o=new Object({});ft(o,i),ft(o,t),o.widgetName=this.widget.options.name,this.loadingFlag=!0,tn(n,o,this.getFormRef(),!1,this.$message).then(r=>{this.setTableColumns(r),this.loadingFlag=!1}).catch(r=>{this.$message.error(r.message),this.loadingFlag=!1})}},setTableColumnsHidden(t,e){t&&(typeof t=="string"?this.findColumnAndSetHidden(t,e):Array.isArray(t)&&t.forEach(n=>{this.findColumnAndSetHidden(n,e)}),this.$nextTick(()=>{this.$refs.dataTable.doLayout()}))},getTableData(){return this.widget.options.tableData},setTableData(t){this.loadingFlag=!0,this.widget.options.tableData=t,this.loadingFlag=!1},loadDataFromDS(t={},e=""){let n=e||this.widget.options.dsName,i=this.widget.options.dataSetName,o=nn(this.formConfig,n);if(o){let r=this.getGlobalDsv()||{},a=new Object({});ft(a,r),ft(a,t),a.widgetName=this.widget.options.name,a.pageSize=this.pageSize,a.currentPage=this.currentPage,this.loadingFlag=!0,tn(o,a,this.getFormRef(),!1,this.$message).then(c=>{!!i&&c.hasOwnProperty(i)?this.setTableData(c[i]):this.setTableData(c),this.loadingFlag=!1}).catch(c=>{this.$message.error(c.message),this.loadingFlag=!1})}},setPagination(t){t.currentPage!==void 0&&(this.currentPage=t.currentPage,this.widget.options.pagination.currentPage=t.currentPage),t.pageSize!==void 0&&(this.pageSize=t.pageSize,this.widget.options.pagination.pageSize=t.pageSize),t.pageSizes!==void 0&&(this.pageSizes=t.pageSizes,this.widget.options.pagination.pageSizes=t.pageSizes),t.total!==void 0&&(this.total=t.total,this.widget.options.pagination.total=t.total)},getPagination(){return{currentPage:this.widget.options.pagination.currentPage,pageSize:this.widget.options.pagination.pageSize,total:this.widget.options.pagination.total}},getSelectedRow(){return this.selectedRows},getSelectedIndex(){return this.selectedIndices},getNativeTable(){return this.$refs.dataTable}}};function Ab(t,e,n,i,o,r){const a=d.resolveComponent("el-table-column"),c=d.resolveComponent("table-high-level-column"),m=d.resolveComponent("el-button"),f=d.resolveComponent("el-table"),l=d.resolveComponent("el-pagination"),s=d.resolveComponent("container-item-wrapper"),u=d.resolveDirective("loading");return d.withDirectives((d.openBlock(),d.createBlock(s,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(f,{ref:"dataTable",data:n.widget.options.tableData,class:d.normalizeClass([r.customClass]),height:r.tableHeight,style:d.normalizeStyle({width:n.widget.options.tableWidth}),border:n.widget.options.border,"show-summary":n.widget.options.showSummary,"row-key":r.tableRowKey,"tree-props":{children:n.widget.options.childrenKey},size:r.widgetSize,stripe:n.widget.options.stripe,"highlight-current-row":r.singleRowSelectFlag,"row-class-name":r.getRowClassName,"span-method":r.getSpanMethod,onCurrentChange:r.handleCurrentChange,onSelectionChange:r.handleSelectionChange,onSortChange:r.handleSortChange,onHeaderClick:r.handleHeaderClick,onRowClick:r.handleRowClick,onRowDblclick:r.handleRowDoubleClick,onCellClick:r.handleCellClick,onCellDblclick:r.handleCellDoubleClick,"cell-style":{padding:n.widget.options.rowSpacing+"px 0"}},{default:d.withCtx(()=>[n.widget.options.showIndex?(d.openBlock(),d.createBlock(a,{key:0,type:"index",width:"60",fixed:"left",label:t.i18nt("designer.setting.lineNumber")},null,8,["label"])):d.createCommentVNode("",!0),n.widget.options.showCheckBox?(d.openBlock(),d.createBlock(a,{key:1,type:"selection",width:r.selectionWidth,fixed:"left"},null,8,["width"])):d.createCommentVNode("",!0),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.options.tableColumns,(h,g)=>(d.openBlock(),d.createBlock(c,{"column-schema":h,"data-table-ref":r.getDataTableRef,"column-index":g,"table-options":n.widget.options},null,8,["column-schema","data-table-ref","column-index","table-options"]))),256)),n.widget.options.showButtonsColumn?(d.openBlock(),d.createBlock(a,{key:2,fixed:r.buttonsColumnFixed,"class-name":"data-table-buttons-column",align:"center",label:n.widget.options.buttonsColumnTitle,width:n.widget.options.buttonsColumnWidth},{default:d.withCtx(h=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.options.operationButtons,g=>d.withDirectives((d.openBlock(),d.createBlock(m,{type:r.getOperationButtonType(g),link:r.isLinkOperationButton(g),size:g.size,round:g.round,disabled:r.disableOperationButton(g,h.$index,h.row),onClick:b=>r.handleOperationButtonClick(g.name,h.$index,h.row),class:d.normalizeClass(["data-table-"+g.name+"-button"])},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(r.getOperationButtonLabel(g,h.$index,h.row)),1)]),_:2},1032,["type","link","size","round","disabled","onClick","class"])),[[d.vShow,r.showOperationButton(g,h.$index,h.row)]])),256))]),_:1},8,["fixed","label","width"])):d.createCommentVNode("",!0)]),_:1},8,["data","class","height","style","border","show-summary","row-key","tree-props","size","stripe","highlight-current-row","row-class-name","span-method","onCurrentChange","onSelectionChange","onSortChange","onHeaderClick","onRowClick","onRowDblclick","onCellClick","onCellDblclick","cell-style"])),[[u,o.loadingFlag]]),n.widget.options.showPagination?(d.openBlock(),d.createBlock(l,{key:0,class:d.normalizeClass(r.paginationAlign),small:n.widget.options.smallPagination,"current-page":o.currentPage,"page-sizes":o.pageSizes,"page-size":o.pageSize,layout:r.paginationLayout,total:o.total,onSizeChange:r.handlePageSizeChange,onCurrentChange:r.handleCurrentPageChange},null,8,["class","small","current-page","page-sizes","page-size","layout","total","onSizeChange","onCurrentChange"])):d.createCommentVNode("",!0)]),_:1},8,["widget"])),[[d.vShow,!n.widget.options.hidden]])}var Lb=oe(Mb,[["render",Ab],["__scopeId","data-v-4075fb17"]]),Ib=Object.freeze(Object.defineProperty({__proto__:null,default:Lb},Symbol.toStringTag,{value:"Module"})),Mv="";const Bb={name:"GridColItem",componentName:"ContainerItem",mixins:[de,ae,lt],components:_e({},We),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,colHeight:{type:String,default:null},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","globalModel","getFormConfig","previewState"],data(){return{layoutProps:{span:this.widget.options.span,md:this.widget.options.md||12,sm:this.widget.options.sm||12,xs:this.widget.options.xs||12,offset:this.widget.options.offset||0,push:this.widget.options.push||0,pull:this.widget.options.pull||0}}},computed:{formConfig(){return this.getFormConfig()},customClass(){return this.widget.options.customClass||""},colHeightStyle(){return this.colHeight?{height:this.colHeight+"px"}:{}}},created(){this.initLayoutProps(),this.initRefList(),this.callSetHidden()},methods:{initLayoutProps(){if(this.widget.options.responsive)if(this.previewState){this.layoutProps.md=void 0,this.layoutProps.sm=void 0,this.layoutProps.xs=void 0;let t=this.formConfig.layoutType;t==="H5"?this.layoutProps.span=this.widget.options.xs||12:t==="Pad"?this.layoutProps.span=this.widget.options.sm||12:this.layoutProps.span=this.widget.options.md||12}else this.layoutProps.span=void 0;else this.layoutProps.md=void 0,this.layoutProps.sm=void 0,this.layoutProps.xs=void 0},callSetHidden(){this.widget.options.hidden===!0&&this.setHidden(!0)},setHidden(t){this.widget.options.hidden=t;let e=n=>{let i=n.options.name,o=this.getWidgetRef(i);t&&!!o&&!!o.clearFieldRules&&o.clearFieldRules(),!t&&!!o&&!!o.buildFieldRules&&o.buildFieldRules()};Ot(this.widget,e)}}},Pb={class:"blank-cell"},Vb={class:"invisible-content"};function Hb(t,e,n,i,o,r){const a=d.resolveComponent("el-col");return d.withDirectives((d.openBlock(),d.createBlock(a,d.mergeProps({class:["grid-cell",[r.customClass]]},o.layoutProps,{style:r.colHeightStyle}),{default:d.withCtx(()=>[!!n.widget.widgetList&&n.widget.widgetList.length>0?(d.openBlock(!0),d.createElementBlock(d.Fragment,{key:0},d.renderList(n.widget.widgetList,(c,m)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[c.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(c)),{widget:c,key:m,"parent-list":n.widget.widgetList,"index-of-parent-list":m,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),f=>({name:f,fn:d.withCtx(l=>[d.renderSlot(t.$slots,f,d.normalizeProps(d.guardReactiveProps(l)),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(c.type+"-widget"),{field:c,designer:null,key:m,"parent-list":n.widget.widgetList,"index-of-parent-list":m,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),f=>({name:f,fn:d.withCtx(l=>[d.renderSlot(t.$slots,f,d.normalizeProps(d.guardReactiveProps(l)),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256)):(d.openBlock(),d.createBlock(a,{key:1},{default:d.withCtx(()=>[d.createElementVNode("div",Pb,[d.createElementVNode("span",Vb,d.toDisplayString(t.i18nt("render.hint.blankCellContent")),1)])]),_:1}))]),_:3},16,["class","style"])),[[d.vShow,!n.widget.options.hidden]])}var gc=oe(Bb,[["render",Hb],["__scopeId","data-v-dccadb88"]]),zb=Object.freeze(Object.defineProperty({__proto__:null,default:gc},Symbol.toStringTag,{value:"Module"}));const Wb={name:"vf-grid-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:{ContainerItemWrapper:ct,GridColItem:gc},props:{widget:Object,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","sfRefList","globalModel"],created(){this.initRefList()},mounted(){},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function qb(t,e,n,i,o,r){const a=d.resolveComponent("grid-col-item"),c=d.resolveComponent("el-row"),m=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(m,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(c,{key:n.widget.id,gutter:n.widget.options.gutter,class:d.normalizeClass(["grid-container",[t.customClass]]),ref:n.widget.id},{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.cols,(f,l)=>(d.openBlock(),d.createBlock(a,{key:l,widget:f,"parent-list":n.widget.cols,"index-of-parent-list":l,"parent-widget":n.widget,"col-height":n.widget.options.colHeight,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),s=>({name:s,fn:d.withCtx(u=>[d.renderSlot(t.$slots,s,d.normalizeProps(d.guardReactiveProps(u)))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","col-height","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))),128))]),_:3},8,["gutter","class"])),[[d.vShow,!n.widget.options.hidden]])]),_:3},8,["widget"])}var Ub=oe(Wb,[["render",qb]]),jb=Object.freeze(Object.defineProperty({__proto__:null,default:Ub},Symbol.toStringTag,{value:"Module"})),Av="";const Kb={name:"grid-sub-form-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({ContainerItemWrapper:ct},We),props:{widget:Object},provide(){return{getSubFormFieldFlag:()=>!0,getSubFormName:()=>this.widget.options.name}},inject:["refList","sfRefList","globalModel","getReadMode"],data(){return{rowIdData:[],widgetSchemaData:[],actionDisabled:!1,insertDisabled:!1,deleteDisabled:!1,fieldWidgetList:[]}},computed:{isReadMode(){return this.getReadMode()},leftActionColumn(){return(this.widget.options.actionColumnPosition||"left")==="left"},widgetDisabled(){return!!this.widget.options.disabled},disabledClass(){return this.widget.options.disabled?"sub-form-disabled":""},readModeClass(){return this.getReadMode()?"sub-form-read-mode":""}},created(){this.initRefList(),this.registerSubFormToRefList(),this.initRowIdData(!0),this.initWidgetSchemaData(),this.initEventHandler()},mounted(){this.extractFieldWidgetList(),this.handleSubFormFirstRowAdd()},beforeDestroy(){this.unregisterFromRefList()},methods:{extractFieldWidgetList(){this.fieldWidgetList.splice(0,this.fieldWidgetList.length);let t=e=>{this.fieldWidgetList.push(e)};Ot(this.widget,t)},getLabelAlign(t,e){return e.options.labelAlign||t.options.labelAlign},registerSubFormToRefList(){this.widget.type==="grid-sub-form"&&(this.sfRefList[this.widget.options.name]=this)},initRowIdData(t){if(this.widget.type==="grid-sub-form"){this.rowIdData.splice(0,this.rowIdData.length);let e=this.formModel[this.widget.options.name];!!e&&e.length>0&&(e.forEach(()=>{this.rowIdData.push("id"+ut())}),t&&setTimeout(()=>{this.handleSubFormRowChange(e)},800))}},addToRowIdData(){this.rowIdData.push("id"+ut())},insertToRowIdData(t){this.rowIdData.splice(t,0,"id"+ut())},deleteFromRowIdData(t){this.rowIdData.splice(t,1)},getRowIdData(){return this.rowIdData},getWidgetRefOfSubForm(t,e){let n=t+"@row"+this.rowIdData[e];return this.getWidgetRef(n)},initWidgetSchemaData(){if(this.widget.type!=="grid-sub-form")return;let t=this.rowIdData.length;if(this.widgetSchemaData.splice(0,this.widgetSchemaData.length),t>0)for(let e=0;e<t;e++){let n=[];this.widget.widgetList.forEach(i=>{n.push(this.cloneSchemaOfWidget(i))}),this.widgetSchemaData.push(n)}},addToWidgetSchemaData(t){let e=[];this.widget.widgetList.forEach(n=>{e.push(this.cloneSchemaOfWidget(n))}),t===void 0?this.widgetSchemaData.push(e):this.widgetSchemaData.splice(t,0,e)},deleteFromWidgetSchemaData(t){this.widgetSchemaData.splice(t,1)},cloneSchemaOfWidget(t){let e=xe(t);return e.id=t.type+ut(),e},initEventHandler(){this.widget.type==="grid-sub-form"&&this.on$("setFormData",t=>{this.initRowIdData(!1),this.initWidgetSchemaData();let e=t[this.widget.options.name]||[];setTimeout(()=>{this.handleSubFormRowChange(e)},800)})},handleSubFormFirstRowAdd(){if(this.widget.type==="grid-sub-form"&&!!this.widget.options.showBlankRow&&this.rowIdData.length===1){let t=this.formModel[this.widget.options.name]||[];this.$nextTick(()=>{this.handleSubFormRowAdd(t,this.rowIdData[0]),this.handleSubFormRowChange(t),this.widget.options.disabled&&this.disableSubForm()})}},addSubFormRow(){let t={};this.fieldWidgetList.forEach(n=>{if(n.formItemFlag){let i=n.options.name;i=n.options.keyNameEnabled&&n.options.keyName||i,t[i]=n.options.defaultValue}});let e=this.formModel[this.widget.options.name]||[];e.push(t),this.addToRowIdData(),this.addToWidgetSchemaData(),this.$nextTick(()=>{this.handleSubFormRowAdd(e,this.rowIdData[e.length-1]),this.handleSubFormRowChange(e)})},insertSubFormRow(t){let e={};this.fieldWidgetList.forEach(i=>{if(i.formItemFlag){let o=i.options.name;o=i.options.keyNameEnabled&&i.options.keyName||o,e[o]=i.options.defaultValue}});let n=this.formModel[this.widget.options.name]||[];n.splice(t,0,e),this.insertToRowIdData(t),this.addToWidgetSchemaData(t),this.$nextTick(()=>{this.handleSubFormRowInsert(n,this.rowIdData[t]),this.handleSubFormRowChange(n)})},deleteSubFormRow(t){this.$confirm(this.i18nt("render.hint.deleteSubFormRow")+"?",this.i18nt("render.hint.prompt"),{confirmButtonText:this.i18nt("render.hint.confirm"),cancelButtonText:this.i18nt("render.hint.cancel")}).then(()=>{let e=this.formModel[this.widget.options.name]||[],n=xe(e[t]);e.splice(t,1),this.deleteFromRowIdData(t),this.deleteFromWidgetSchemaData(t),this.$nextTick(()=>{this.handleSubFormRowDelete(e,n,t),this.handleSubFormRowChange(e)})}).catch(()=>{})},handleSubFormRowChange(t){this.widget.options.onSubFormRowChange&&new Function("subFormData",this.widget.options.onSubFormRowChange).call(this,t)},handleSubFormRowAdd(t,e){this.widget.options.onSubFormRowAdd&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowAdd).call(this,t,e)},handleSubFormRowInsert(t,e){this.widget.options.onSubFormRowInsert&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowInsert).call(this,t,e)},handleSubFormRowDelete(t,e,n){this.widget.options.onSubFormRowDelete&&new Function("subFormData","deletedDataRow","deletedRowIndex",this.widget.options.onSubFormRowDelete).call(this,t,e,n)},setDisabled(t){this.widget.options.disabled=t,t?this.disableGridSubForm():this.enableGridSubForm()},setInsertDisabled(t){this.insertDisabled=t},setDeleteDisabled(t){this.deleteDisabled=t},setSubFormValues(t){this.globalModel.formModel[this.widget.options.name]=t,this.initRowIdData(!1),this.initWidgetSchemaData(),setTimeout(()=>{this.handleSubFormRowChange(t)},800)},setSubFormFieldValue(t,e,n){const i=this.globalModel.formModel[this.widget.options.name];i[n][t]=e,this.handleSubFormRowChange(i)}}},Gb=t=>(d.pushScopeId("data-v-2adfa5e4"),t=t(),d.popScopeId(),t),Yb={class:"action-header-column"},Jb={class:"action-label"},Xb=Gb(()=>d.createElementVNode("i",{class:"el-icon-plus el-icon-right"},null,-1)),Zb={key:0,class:"sub-form-action-column hide-label"},Qb={class:"action-button-column"},$b={key:0,class:"row-number-span"},ey={key:1,class:"row-no-column"},ty={key:0,class:"row-number-span"},ny={class:"grid-sub-form-data-row"},iy={key:2,class:"sub-form-action-column hide-label"},oy={class:"action-button-column"};function ry(t,e,n,i,o,r){const a=d.resolveComponent("el-button"),c=d.resolveComponent("el-row"),m=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(m,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createElementVNode("div",{class:d.normalizeClass(["sub-form-container",r.disabledClass,r.readModeClass])},[d.createVNode(c,{class:"header-row"},{default:d.withCtx(()=>[d.createElementVNode("div",Yb,[d.createElementVNode("span",Jb,d.toDisplayString(t.i18nt("render.hint.subFormAction")),1),r.isReadMode?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(a,{key:0,disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,round:"",type:"primary",size:"small",class:"action-button",onClick:r.addSubFormRow,title:t.i18nt("render.hint.subFormAddActionHint")},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("render.hint.subFormAddAction")),1),Xb]),_:1},8,["disabled","onClick","title"]))])]),_:1}),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(o.rowIdData,(f,l)=>(d.openBlock(),d.createElementBlock("div",{class:"sub-form-row",key:f},[r.leftActionColumn?(d.openBlock(),d.createElementBlock("div",Zb,[d.createElementVNode("div",Qb,[d.withDirectives(d.createVNode(a,{disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,circle:"",type:"",icon:"el-icon-circle-plus-outline",onClick:s=>r.insertSubFormRow(l),title:t.i18nt("render.hint.insertSubFormRow")},null,8,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]]),d.withDirectives(d.createVNode(a,{disabled:r.widgetDisabled||o.actionDisabled||o.deleteDisabled,circle:"",type:"",icon:"el-icon-delete",onClick:s=>r.deleteSubFormRow(l),title:t.i18nt("render.hint.deleteSubFormRow")},null,8,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]]),n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("span",$b,"#"+d.toDisplayString(l+1),1)):d.createCommentVNode("",!0)])])):d.createCommentVNode("",!0),!r.leftActionColumn&&n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("div",ey,[n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("span",ty,"#"+d.toDisplayString(l+1),1)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0),d.createElementVNode("div",ny,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.widgetList,(s,u)=>(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(s)),{key:o.widgetSchemaData[l][u].id,widget:o.widgetSchemaData[l][u],"parent-list":n.widget.widgetList,"index-of-parent-list":u,"parent-widget":n.widget,"sub-form-row-id":f,"sub-form-row-index":l,"sub-form-col-index":u},null,8,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))),128))]),r.leftActionColumn?d.createCommentVNode("",!0):(d.openBlock(),d.createElementBlock("div",iy,[d.createElementVNode("div",oy,[d.withDirectives(d.createVNode(a,{disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,circle:"",type:"",icon:"el-icon-circle-plus-outline",onClick:s=>r.insertSubFormRow(l),title:t.i18nt("render.hint.insertSubFormRow")},null,8,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]]),d.withDirectives(d.createVNode(a,{disabled:r.widgetDisabled||o.actionDisabled||o.deleteDisabled,circle:"",type:"",icon:"el-icon-delete",onClick:s=>r.deleteSubFormRow(l),title:t.i18nt("render.hint.deleteSubFormRow")},null,8,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]])])]))]))),128))],2),[[d.vShow,!n.widget.options.hidden]])]),_:1},8,["widget"])}var ly=oe(Kb,[["render",ry],["__scopeId","data-v-2adfa5e4"]]),ay=Object.freeze(Object.defineProperty({__proto__:null,default:ly},Symbol.toStringTag,{value:"Module"})),Lv="";const sy={name:"object-group-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({ContainerItemWrapper:ct},We),props:{widget:Object,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""},parentObjectName:{type:String,default:""}},provide(){return{getObjectFieldFlag:()=>!0,getObjectName:()=>this.widget.options.objectName}},inject:["refList","globalModel"],data(){return{}},created(){this.initRefList(),this.handleOnCreated()},mounted(){this.handleOnMounted()},methods:{handleOnCreated(){this.widget.options.onCreated&&new Function(this.widget.options.onCreated).call(this)},handleOnMounted(){this.widget.options.onMounted&&new Function(this.widget.options.onMounted).call(this)}}},dy={class:"object-group-container"};function cy(t,e,n,i,o,r){const a=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(a,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createElementVNode("div",dy,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.widgetList,(c,m)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[c.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(c)),{widget:c,key:m,"parent-list":n.widget.widgetList,"index-of-parent-list":m,"parent-widget":n.widget,"parent-object-name":n.widget.options.objectName,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object==null?void 0:Object.keys(t.$scopedSlots),f=>({name:f,fn:d.withCtx(l=>[d.renderSlot(t.$slots,f,d.normalizeProps(d.guardReactiveProps(l)),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","parent-object-name","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(c.type+"-widget"),{field:c,key:m,"parent-list":n.widget.widgetList,"index-of-parent-list":m,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),f=>({name:f,fn:d.withCtx(l=>[d.renderSlot(t.$slots,f,d.normalizeProps(d.guardReactiveProps(l)),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256))],512),[[d.vShow,!n.widget.options.hidden]])]),_:3},8,["widget"])}var uy=oe(sy,[["render",cy],["__scopeId","data-v-8eee1666"]]),fy=Object.freeze(Object.defineProperty({__proto__:null,default:uy},Symbol.toStringTag,{value:"Module"})),Iv="";let hy=1e3;const my={name:"SohelpDynTreeItem",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({ContainerItemWrapper:ct},We),inject:["refList","sfRefList","globalModel","getFormConfig","getGlobalDsv"],data(){return{isExpanded:!0,isChecked:!1,currentKey:"",filterText:"",loadingFlag:!1,defaultProps:{children:"children",label:"label",disabled:this.isDisabled}}},computed:{formConfig(){return this.getFormConfig()}},watch:{filterText(t){this.$refs.tree.filter(t)}},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},created(){this.initRefList(),this.handleOnCreated()},mounted(){this.widget.options.dsEnabled&&this.loadDataFromDS({}),this.$nextTick(()=>{this.handleOnMounted()})},beforeDestroy(){this.unregisterFromRefList()},methods:{isDisabled(){return this.widget.options.disabled},append(t){this.$prompt(this.i18nt("designer.setting.inputNodeName"),this.i18nt("designer.setting.tips"),{confirmButtonText:this.i18nt("designer.hint.confirm"),cancelButtonText:this.i18nt("designer.hint.cancel")}).then(({value:e})=>{const n={id:hy++,label:e,children:[]};t.children||(t.children=[]),t.children.push(n)}).catch(e=>{console.error(e)})},remove(t,e){this.$confirm(this.i18nt("designer.setting.deleteNode"),this.i18nt("designer.setting.tips"),{confirmButtonText:this.i18nt("designer.hint.confirm"),cancelButtonText:this.i18nt("designer.hint.cancel"),type:"warning"}).then(()=>{const n=t.parent,i=n.data.children||n.data,o=i.findIndex(r=>r.id===e.id);i.splice(o,1),this.$message({type:"success",message:this.i18nt("designer.setting.nodeDeleted")})}).catch(n=>{console.error(n)})},filterNode(t,e){return t?e.label.indexOf(t)!==-1:!0},handleOnCreated(){this.widget.options.onCreated&&new Function(this.widget.options.onCreated).call(this)},handleOnMounted(){this.widget.options.onMounted&&new Function(this.widget.options.onMounted).call(this)},handleTreeNodeClick(t,e,n){this.widget.options.onNodeClick&&new Function("data","node","el",this.widget.options.onNodeClick).call(this,t,e,n)},handleTreeNodeContextmenu(t,e,n,i){this.widget.options.onNodeContextmenu&&new Function("event","data","node","el",this.widget.options.onNodeContextmenu).call(this,t,e,n,i)},handleTreeNodeCheck(t,e){this.widget.options.onNodeCheck&&new Function("data","treeState",this.widget.options.onNodeCheck).call(this,t,e)},handleCheckChange(t,e,n){this.widget.options.onCheckChange&&new Function("data","checked","indeterminate",this.widget.options.onCheckChange).call(this,t,e,n)},setNodeExpanded(t,e){t.expanded=e;for(let n=0;n<t.childNodes.length;n++)t.childNodes[n].expanded=e,t.childNodes[n].childNodes.length>0&&this.setNodeExpanded(t.childNodes[n],e)},setNodeChecked(t,e){t.checked=e;for(let n=0;n<t.childNodes.length;n++)t.childNodes[n].checked=e,t.childNodes[n].childNodes.length>0&&this.setNodeChecked(t.childNodes[n],e)},getNativeTree(){return this.$refs.tree},setTreeData(t){this.widget.options.treeData=t,t&&t.length>0&&(this.currentKey=t[0].id)},getTreeData(){return this.widget.options.treeData},expandAllNodes(t){this.isExpanded=t||!this.isExpanded,this.setNodeExpanded(this.$refs.tree.store.root,this.isExpanded)},checkAllNodes(t){this.isChecked=t||!this.isChecked,this.setNodeChecked(this.$refs.tree.store.root,this.isChecked)},setCheckedNodes(t){this.$refs.tree.setCheckedNodes(t)},getCheckedNodes(t,e){return this.$refs.tree.getCheckedNodes(t,e)},getCurrentNode(){return this.$refs.tree.getCurrentNode()},setCurrentNode(t){return this.$refs.tree.setCurrentNode(t)},loadDataFromDS(t={},e=""){let n=e||this.widget.options.dsName,i=this.widget.options.dataSetName,o=nn(this.formConfig,n);if(o){let r=this.getGlobalDsv()||{},a=new Object({});ft(a,r),ft(a,t),a.widgetName=this.widget.options.name,this.loadingFlag=!0,tn(o,a,this.getFormRef(),!1,this.$message).then(c=>{!!i&&c.hasOwnProperty(i)?this.setTreeData(c[i]):this.setTreeData(c),this.loadingFlag=!1}).catch(c=>{this.$message.error(c.message),this.loadingFlag=!1})}}}};function gy(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-dyn-tree"),c=d.resolveComponent("el-main"),m=d.resolveComponent("el-container"),f=d.resolveComponent("container-item-wrapper"),l=d.resolveDirective("loading");return d.openBlock(),d.createBlock(f,{widget:n.widget},{default:d.withCtx(()=>[d.createVNode(m,null,{default:d.withCtx(()=>[d.createVNode(c,{style:{"align-items":"baseline"}},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(a,{ref:"tree",border:"",lazy:n.widget.options.lazy,"node-key":"id","highlight-current":"","current-node-key":o.currentKey,"show-checkbox":n.widget.options.showCheckBox,"expand-on-click-node":n.widget.options.expandOnClickNode,"default-expand-all":n.widget.options.defaultExpandAllNode,"check-strictly":n.widget.options.checkStrictly,filterable:n.widget.options.filterable,valueField:n.widget.options.valueField,labelField:n.widget.options.labelField,parentField:n.widget.options.parentField,url:n.widget.options.url,height:n.widget.options.height,onNodeClick:r.handleTreeNodeClick,onCheck:r.handleTreeNodeCheck,onCheckChange:r.handleCheckChange,"filter-node-method":r.filterNode},null,8,["lazy","current-node-key","show-checkbox","expand-on-click-node","default-expand-all","check-strictly","filterable","valueField","labelField","parentField","url","height","onNodeClick","onCheck","onCheckChange","filter-node-method"]),[[l,o.loadingFlag]])]),_:1})]),_:1})]),_:1},8,["widget"])}var py=oe(my,[["render",gy],["__scopeId","data-v-79eef059"]]),by=Object.freeze(Object.defineProperty({__proto__:null,default:py},Symbol.toStringTag,{value:"Module"})),Bv="";const yy={name:"SohelpGridViewItem",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({ContainerItemWrapper:ct},We),inject:["refList","sfRefList","globalModel","getFormConfig","getGlobalDsv"],data(){return{}},computed:{formConfig(){return this.getFormConfig()}},watch:{},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},created(){},mounted(){this.widget.options.dsEnabled&&this.loadDataFromDS({})},beforeDestroy(){this.unregisterFromRefList()},methods:{toolbarClick(t){console.log("toolbarClick",t),this.$emit("toolbarButtonClick",t)},onCheckboxChange(t){console.log("onCheckboxChange",t),this.$emit("checkboxChange",t)},loadDataFromDS(t={},e=""){let n=e||this.widget.options.dsName,i=this.widget.options.dataSetName,o=nn(this.formConfig,n);if(o){let r=this.getGlobalDsv()||{},a=new Object({});ft(a,r),ft(a,t),a.widgetName=this.widget.options.name,this.loadingFlag=!0,tn(o,a,this.getFormRef(),!1,this.$message).then(c=>{!!i&&c.hasOwnProperty(i)?this.setTreeData(c[i]):this.setTreeData(c),this.loadingFlag=!1}).catch(c=>{this.$message.error(c.message),this.loadingFlag=!1})}}}};function wy(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-grid-view"),c=d.resolveComponent("el-main"),m=d.resolveComponent("el-container"),f=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(f,{widget:n.widget},{default:d.withCtx(()=>[d.createVNode(m,null,{default:d.withCtx(()=>[d.createVNode(c,null,{default:d.withCtx(()=>[d.createVNode(a,d.mergeProps({ref:"sohelpGridViewRef",autoLoad:!0},n.widget.options,{onToolbarButtonClick:r.toolbarClick,onCheckboxChange:r.onCheckboxChange}),d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),l=>({name:l,fn:d.withCtx(s=>[d.renderSlot(t.$slots,l,d.normalizeProps(d.guardReactiveProps(s)),void 0,!0)])}))]),1040,["onToolbarButtonClick","onCheckboxChange"])]),_:3})]),_:3})]),_:3},8,["widget"])}var vy=oe(yy,[["render",wy],["__scopeId","data-v-02e64ec4"]]),Cy=Object.freeze(Object.defineProperty({__proto__:null,default:vy},Symbol.toStringTag,{value:"Module"})),Pv="";const Ey={name:"sub-form-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:$t(_e({ContainerItemWrapper:ct},We),{SvgIcon:Pe}),props:{widget:Object},provide(){return{getSubFormFieldFlag:()=>!0,getSubFormName:()=>this.widget.options.name}},inject:["refList","sfRefList","globalModel","getReadMode"],data(){return{rowIdData:[],fieldSchemaData:[],actionDisabled:!1,insertDisabled:!1,deleteDisabled:!1}},computed:{isReadMode(){return this.getReadMode()},leftActionColumn(){return(this.widget.options.actionColumnPosition||"left")==="left"},widgetDisabled(){return!!this.widget.options.disabled},disabledClass(){return this.widget.options.disabled?"sub-form-disabled":""},readModeClass(){return this.getReadMode()?"sub-form-read-mode":""}},created(){this.initRefList(),this.registerSubFormToRefList(),this.initRowIdData(!0),this.initFieldSchemaData(),this.initEventHandler()},mounted(){this.handleSubFormFirstRowAdd()},beforeUnmount(){this.unregisterFromRefList()},methods:{getLabelAlign(t,e){return e.options.labelAlign||t.options.labelAlign},registerSubFormToRefList(){this.widget.type==="sub-form"&&(this.sfRefList[this.widget.options.name]=this)},initRowIdData(t){if(this.widget.type==="sub-form"){this.rowIdData.splice(0,this.rowIdData.length);let e=this.formModel[this.widget.options.name];!!e&&e.length>0&&(e.forEach(()=>{this.rowIdData.push("id"+ut())}),t&&setTimeout(()=>{this.handleSubFormRowChange(e)},800))}},addToRowIdData(){this.rowIdData.push("id"+ut())},insertToRowIdData(t){this.rowIdData.splice(t,0,"id"+ut())},deleteFromRowIdData(t){this.rowIdData.splice(t,1)},getRowIdData(){return this.rowIdData},getWidgetRefOfSubForm(t,e){let n=t+"@row"+this.rowIdData[e];return this.getWidgetRef(n)},initFieldSchemaData(){if(this.widget.type!=="sub-form")return;let t=this.rowIdData.length;if(this.fieldSchemaData.splice(0,this.fieldSchemaData.length),t>0)for(let e=0;e<t;e++){let n=[];this.widget.widgetList.forEach(i=>{n.push(this.cloneFieldSchema(i))}),this.fieldSchemaData.push(n)}},addToFieldSchemaData(t){let e=[];this.widget.widgetList.forEach(n=>{e.push(this.cloneFieldSchema(n))}),t===void 0?this.fieldSchemaData.push(e):this.fieldSchemaData.splice(t,0,e)},deleteFromFieldSchemaData(t){this.fieldSchemaData.splice(t,1)},cloneFieldSchema(t){let e=xe(t);return e.id=t.type+ut(),e},initEventHandler(){this.widget.type==="sub-form"&&this.on$("setFormData",t=>{this.initRowIdData(!1),this.initFieldSchemaData();let e=t[this.widget.options.name]||[];setTimeout(()=>{this.handleSubFormRowChange(e)},800)})},handleSubFormFirstRowAdd(){if(this.widget.type==="sub-form"&&!!this.widget.options.showBlankRow&&this.rowIdData.length===1){let t=this.formModel[this.widget.options.name]||[];this.$nextTick(()=>{this.handleSubFormRowAdd(t,this.rowIdData[0]),this.handleSubFormRowChange(t),this.widget.options.disabled&&this.disableSubForm()})}},addSubFormRow(){let t={};this.widget.widgetList.forEach(n=>{if(n.formItemFlag){let i=n.options.name;i=n.options.keyNameEnabled&&n.options.keyName||i,t[i]=n.options.defaultValue}});let e=this.formModel[this.widget.options.name]||[];e.push(t),this.addToRowIdData(),this.addToFieldSchemaData(),this.handleSubFormRowAdd(e,this.rowIdData[e.length-1]),this.handleSubFormRowChange(e)},insertSubFormRow(t){let e={};this.widget.widgetList.forEach(i=>{if(i.formItemFlag){let o=i.options.name;o=i.options.keyNameEnabled&&i.options.keyName||o,e[o]=i.options.defaultValue}});let n=this.formModel[this.widget.options.name]||[];n.splice(t,0,e),this.insertToRowIdData(t),this.addToFieldSchemaData(t),this.handleSubFormRowInsert(n,this.rowIdData[t]),this.handleSubFormRowChange(n)},deleteSubFormRow(t){this.$confirm(this.i18nt("render.hint.deleteSubFormRow")+"?",this.i18nt("render.hint.prompt"),{confirmButtonText:this.i18nt("render.hint.confirm"),cancelButtonText:this.i18nt("render.hint.cancel")}).then(()=>{let e=this.formModel[this.widget.options.name]||[],n=xe(e[t]);e.splice(t,1),this.deleteFromRowIdData(t),this.deleteFromFieldSchemaData(t),this.handleSubFormRowDelete(e,n,t),this.handleSubFormRowChange(e)}).catch(()=>{})},handleSubFormRowChange(t){this.widget.options.onSubFormRowChange&&new Function("subFormData",this.widget.options.onSubFormRowChange).call(this,t)},handleSubFormRowAdd(t,e){this.widget.options.onSubFormRowAdd&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowAdd).call(this,t,e)},handleSubFormRowInsert(t,e){this.widget.options.onSubFormRowInsert&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowInsert).call(this,t,e)},handleSubFormRowDelete(t,e,n){this.widget.options.onSubFormRowDelete&&new Function("subFormData","deletedDataRow","deletedRowIndex",this.widget.options.onSubFormRowDelete).call(this,t,e,n)},setDisabled(t){this.widget.options.disabled=t,t?this.disableSubForm():this.enableSubForm()},setInsertDisabled(t){this.insertDisabled=t},setDeleteDisabled(t){this.deleteDisabled=t},setSubFormValues(t){this.globalModel.formModel[this.widget.options.name]=t,this.initRowIdData(!1),this.initFieldSchemaData(),setTimeout(()=>{this.handleSubFormRowChange(t)},800)},setSubFormFieldValue(t,e,n){const i=this.globalModel.formModel[this.widget.options.name];i[n][t]=e,this.handleSubFormRowChange(i)}}},Sy={key:0,class:"action-header-column"},Oy={class:"action-label"},xy={key:1,class:"row-no-header-column"},ky={key:0,class:"custom-label"},Fy=["title"],Ny={key:2,class:"action-header-column"},Ry={class:"action-label"},_y={key:0,class:"sub-form-action-column hide-label"},Ty={class:"action-button-column"},Dy={key:0,class:"row-number-span"},My={key:1,class:"row-no-column"},Ay={key:0,class:"row-number-span"},Ly={key:2,class:"sub-form-action-column hide-label"},Iy={class:"action-button-column"};function By(t,e,n,i,o,r){const a=d.resolveComponent("svg-icon"),c=d.resolveComponent("el-button"),m=d.resolveComponent("el-tooltip"),f=d.resolveComponent("el-row"),l=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(l,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createElementVNode("div",{class:d.normalizeClass(["sub-form-container",r.disabledClass,r.readModeClass])},[d.createVNode(f,{class:"header-row"},{default:d.withCtx(()=>[r.leftActionColumn?(d.openBlock(),d.createElementBlock("div",Sy,[d.createElementVNode("span",Oy,d.toDisplayString(t.i18nt("render.hint.subFormAction")),1),r.isReadMode?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(c,{key:0,disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,round:"",type:"primary",size:"small",class:"action-button",onClick:r.addSubFormRow,title:t.i18nt("render.hint.subFormAddActionHint")},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("render.hint.subFormAddAction")),1),d.createVNode(a,{"icon-class":"el-plus"})]),_:1},8,["disabled","onClick","title"]))])):d.createCommentVNode("",!0),!r.leftActionColumn&&n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("div",xy,[d.createElementVNode("span",null,d.toDisplayString(t.i18nt("render.hint.subFormRowNo")),1)])):d.createCommentVNode("",!0),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.widgetList,s=>(d.openBlock(),d.createElementBlock(d.Fragment,{key:s.id+"thc"},[s.options.hidden?d.createCommentVNode("",!0):(d.openBlock(),d.createElementBlock("div",{key:0,class:d.normalizeClass(["field-header-column",[r.getLabelAlign(n.widget,s),s.options.required?"is-required":""]]),style:d.normalizeStyle({width:s.options.columnWidth})},[s.options.labelIconClass?(d.openBlock(),d.createElementBlock("span",ky,[s.options.labelIconPosition==="front"?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[s.options.labelTooltip?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[d.createVNode(m,{content:s.options.labelTooltip,effect:"light"},{default:d.withCtx(()=>[d.createVNode(a,{"icon-class":s.options.labelIconClass},null,8,["icon-class"])]),_:2},1032,["content"]),d.createTextVNode(d.toDisplayString(s.options.label),1)],64)):(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[d.createVNode(a,{"icon-class":s.options.labelIconClass},null,8,["icon-class"]),d.createTextVNode(d.toDisplayString(s.options.label),1)],64))],64)):s.options.labelIconPosition==="rear"?(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[s.options.labelTooltip?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[d.createTextVNode(d.toDisplayString(s.options.label),1),d.createVNode(m,{content:s.options.labelTooltip,effect:"light"},{default:d.withCtx(()=>[d.createVNode(a,{"icon-class":s.options.labelIconClass},null,8,["icon-class"])]),_:2},1032,["content"])],64)):(d.openBlock(),d.createElementBlock(d.Fragment,{key:1},[d.createTextVNode(d.toDisplayString(s.options.label),1),d.createVNode(a,{"icon-class":s.options.labelIconClass},null,8,["icon-class"])],64))],64)):d.createCommentVNode("",!0)])):(d.openBlock(),d.createElementBlock("span",{key:1,title:s.options.labelTooltip},d.toDisplayString(s.options.label),9,Fy))],6))],64))),128)),r.leftActionColumn?d.createCommentVNode("",!0):(d.openBlock(),d.createElementBlock("div",Ny,[d.createElementVNode("span",Ry,d.toDisplayString(t.i18nt("render.hint.subFormAction")),1),r.isReadMode?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(c,{key:0,disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,round:"",type:"primary",size:"small",class:"action-button",onClick:r.addSubFormRow,title:t.i18nt("render.hint.subFormAddActionHint")},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("render.hint.subFormAddAction")),1),d.createVNode(a,{"icon-class":"el-plus"})]),_:1},8,["disabled","onClick","title"]))]))]),_:1}),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(o.rowIdData,(s,u)=>(d.openBlock(),d.createBlock(f,{class:"sub-form-row",key:s},{default:d.withCtx(()=>[r.leftActionColumn?(d.openBlock(),d.createElementBlock("div",_y,[d.createElementVNode("div",Ty,[d.withDirectives(d.createVNode(c,{disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,circle:"",onClick:h=>r.insertSubFormRow(u),title:t.i18nt("render.hint.insertSubFormRow")},{default:d.withCtx(()=>[d.createVNode(a,{"icon-class":"el-plus"})]),_:2},1032,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]]),d.withDirectives(d.createVNode(c,{disabled:r.widgetDisabled||o.actionDisabled||o.deleteDisabled,circle:"",onClick:h=>r.deleteSubFormRow(u),title:t.i18nt("render.hint.deleteSubFormRow")},{default:d.withCtx(()=>[d.createVNode(a,{"icon-class":"el-delete"})]),_:2},1032,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]]),n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("span",Dy,"#"+d.toDisplayString(u+1),1)):d.createCommentVNode("",!0)])])):d.createCommentVNode("",!0),!r.leftActionColumn&&n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("div",My,[n.widget.options.showRowNumber?(d.openBlock(),d.createElementBlock("span",Ay,"#"+d.toDisplayString(u+1),1)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.widgetList,(h,g)=>d.withDirectives((d.openBlock(),d.createElementBlock("div",{key:o.fieldSchemaData[u][g].id,class:"sub-form-table-column hide-label",style:d.normalizeStyle({width:h.options.columnWidth})},[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(h.type+"-widget"),{field:o.fieldSchemaData[u][g],"parent-list":n.widget.widgetList,"index-of-parent-list":g,"parent-widget":n.widget,"sub-form-row-id":s,"sub-form-row-index":u,"sub-form-col-index":g},null,8,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],4)),[[d.vShow,!h.options.hidden]])),128)),r.leftActionColumn?d.createCommentVNode("",!0):(d.openBlock(),d.createElementBlock("div",Ly,[d.createElementVNode("div",Iy,[d.withDirectives(d.createVNode(c,{disabled:r.widgetDisabled||o.actionDisabled||o.insertDisabled,circle:"",onClick:h=>r.insertSubFormRow(u),title:t.i18nt("render.hint.insertSubFormRow")},{default:d.withCtx(()=>[d.createVNode(a,{"icon-class":"el-plus"})]),_:2},1032,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]]),d.withDirectives(d.createVNode(c,{disabled:r.widgetDisabled||o.actionDisabled||o.deleteDisabled,circle:"",onClick:h=>r.deleteSubFormRow(u),title:t.i18nt("render.hint.deleteSubFormRow")},{default:d.withCtx(()=>[d.createVNode(a,{"icon-class":"el-delete"})]),_:2},1032,["disabled","onClick","title"]),[[d.vShow,!r.isReadMode]])])]))]),_:2},1024))),128))],2),[[d.vShow,!n.widget.options.hidden]])]),_:1},8,["widget"])}var Py=oe(Ey,[["render",By],["__scopeId","data-v-57594908"]]),Vy=Object.freeze(Object.defineProperty({__proto__:null,default:Py},Symbol.toStringTag,{value:"Module"}));const Hy={name:"tab-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({ContainerItemWrapper:ct},We),props:{widget:Object,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","sfRefList","globalModel"],data(){return{activeTabName:""}},computed:{tabDisplayType(){return this.widget.options.tabType==="default"?"":this.widget.options.tabType},visibleTabs(){return this.widget.tabs.filter(t=>!t.options.hidden)}},created(){this.initRefList()},mounted(){this.initActiveTab()},beforeUnmount(){this.unregisterFromRefList()},methods:{initActiveTab(){if(this.widget.type==="tab"&&this.widget.tabs.length>0){let t=this.widget.tabs.filter(e=>e.options.active===!0);t.length>0?this.activeTabName=t[0].options.name:this.activeTabName=this.widget.tabs[0].options.name}},handleTabClick(t){this.widget.options.onTabClick&&new Function("tab",this.widget.options.onTabClick).call(this,t)},getActiveTabIndex(){let t=-1;return this.widget.tabs.forEach((e,n)=>{e.options.name===this.activeTabName&&(t=n)}),t}}},zy={class:"tab-container"};function Wy(t,e,n,i,o,r){const a=d.resolveComponent("el-tab-pane"),c=d.resolveComponent("el-tabs"),m=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(m,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createElementVNode("div",zy,[d.createVNode(c,{modelValue:o.activeTabName,"onUpdate:modelValue":e[0]||(e[0]=f=>o.activeTabName=f),type:r.tabDisplayType,"tab-position":n.widget.options.tabPosition,ref:n.widget.id,class:d.normalizeClass([t.customClass]),onTabClick:r.handleTabClick},{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(r.visibleTabs,(f,l)=>(d.openBlock(),d.createBlock(a,{key:l,label:f.options.label,disabled:f.options.disabled,name:f.options.name},{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(f.widgetList,(s,u)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[s.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(s)),{widget:s,key:u,"parent-list":f.widgetList,"index-of-parent-list":u,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),h=>({name:h,fn:d.withCtx(g=>[d.renderSlot(t.$slots,h,d.normalizeProps(d.guardReactiveProps(g)))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(s.type+"-widget"),{field:s,key:u,"parent-list":f.widgetList,"index-of-parent-list":u,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),h=>({name:h,fn:d.withCtx(g=>[d.renderSlot(t.$slots,h,d.normalizeProps(d.guardReactiveProps(g)))])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256))]),_:2},1032,["label","disabled","name"]))),128))]),_:3},8,["modelValue","type","tab-position","class","onTabClick"])],512),[[d.vShow,!n.widget.options.hidden]])]),_:3},8,["widget"])}var qy=oe(Hy,[["render",Wy]]),Uy=Object.freeze(Object.defineProperty({__proto__:null,default:qy},Symbol.toStringTag,{value:"Module"})),Vv="";const jy={name:"TableCellItem",componentName:"ContainerItem",mixins:[de,ae,lt],components:_e({},We),props:{widget:Object,rowIndex:Number,colIndex:Number,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","globalModel"],computed:{customClass(){return this.widget.options.customClass||""}},created(){},methods:{}},Ky=["colspan","rowspan"];function Gy(t,e,n,i,o,r){return d.openBlock(),d.createElementBlock("td",{class:d.normalizeClass(["table-cell",[r.customClass]]),colspan:n.widget.options.colspan||1,rowspan:n.widget.options.rowspan||1,style:d.normalizeStyle({width:n.widget.options.cellWidth+" !important"||"",height:n.widget.options.cellHeight+" !important"||"","word-break":n.widget.options.wordBreak?"break-all":"normal"})},[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.widgetList,(a,c)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[a.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(a)),{widget:a,key:c,"parent-list":n.widget.widgetList,"index-of-parent-list":c,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),m=>({name:m,fn:d.withCtx(f=>[d.renderSlot(t.$slots,m,d.normalizeProps(d.guardReactiveProps(f)),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(a.type+"-widget"),{field:a,key:c,"parent-list":n.widget.widgetList,"index-of-parent-list":c,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),m=>({name:m,fn:d.withCtx(f=>[d.renderSlot(t.$slots,m,d.normalizeProps(d.guardReactiveProps(f)),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256))],14,Ky)}var pc=oe(jy,[["render",Gy],["__scopeId","data-v-71016da4"]]),Yy=Object.freeze(Object.defineProperty({__proto__:null,default:pc},Symbol.toStringTag,{value:"Module"})),Hv="";const Jy={name:"table-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:{ContainerItemWrapper:ct,TableCellItem:pc},props:{widget:Object,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","sfRefList","globalModel"],created(){this.initRefList()},mounted(){},beforeUnmount(){this.unregisterFromRefList()},methods:{}},Xy={class:"table-container"};function Zy(t,e,n,i,o,r){const a=d.resolveComponent("table-cell-item"),c=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(c,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createElementVNode("div",Xy,[d.createElementVNode("table",{ref:n.widget.id,class:d.normalizeClass(["table-layout",[t.customClass]])},[d.createElementVNode("tbody",null,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.rows,(m,f)=>(d.openBlock(),d.createElementBlock("tr",{key:m.id},[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(m.cols,(l,s)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[l.merged?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(a,{widget:l,key:s,"parent-list":n.widget.cols,"row-index":f,"col-index":s,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),u=>({name:u,fn:d.withCtx(h=>[d.renderSlot(t.$slots,u,d.normalizeProps(d.guardReactiveProps(h)),void 0,!0)])}))]),1032,["widget","parent-list","row-index","col-index","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256))]))),128))])],2)],512),[[d.vShow,!n.widget.options.hidden]])]),_:3},8,["widget"])}var Qy=oe(Jy,[["render",Zy],["__scopeId","data-v-24a414d2"]]),$y=Object.freeze(Object.defineProperty({__proto__:null,default:Qy},Symbol.toStringTag,{value:"Module"})),zv="";let e8=1e3;const t8={name:"TreeItem",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:_e({ContainerItemWrapper:ct},We),inject:["refList","sfRefList","globalModel","getFormConfig","getGlobalDsv"],data(){return{isExpanded:!0,isChecked:!1,currentKey:"",filterText:"",loadingFlag:!1,defaultProps:{children:"children",label:"label",disabled:this.isDisabled}}},computed:{formConfig(){return this.getFormConfig()}},watch:{filterText(t){this.$refs.tree.filter(t)}},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},created(){this.initRefList(),this.handleOnCreated()},mounted(){this.widget.options.dsEnabled&&this.loadDataFromDS({}),this.$nextTick(()=>{this.handleOnMounted()})},beforeDestroy(){this.unregisterFromRefList()},methods:{isDisabled(){return this.widget.options.disabled},append(t){this.$prompt(this.i18nt("designer.setting.inputNodeName"),this.i18nt("designer.setting.tips"),{confirmButtonText:this.i18nt("designer.hint.confirm"),cancelButtonText:this.i18nt("designer.hint.cancel")}).then(({value:e})=>{const n={id:e8++,label:e,children:[]};t.children||(t.children=[]),t.children.push(n)}).catch(e=>{console.error(e)})},remove(t,e){this.$confirm(this.i18nt("designer.setting.deleteNode"),this.i18nt("designer.setting.tips"),{confirmButtonText:this.i18nt("designer.hint.confirm"),cancelButtonText:this.i18nt("designer.hint.cancel"),type:"warning"}).then(()=>{const n=t.parent,i=n.data.children||n.data,o=i.findIndex(r=>r.id===e.id);i.splice(o,1),this.$message({type:"success",message:this.i18nt("designer.setting.nodeDeleted")})}).catch(n=>{console.error(n)})},filterNode(t,e){return t?e.label.indexOf(t)!==-1:!0},handleOnCreated(){this.widget.options.onCreated&&new Function(this.widget.options.onCreated).call(this)},handleOnMounted(){this.widget.options.onMounted&&new Function(this.widget.options.onMounted).call(this)},handleTreeNodeClick(t,e,n){this.widget.options.onNodeClick&&new Function("data","node","el",this.widget.options.onNodeClick).call(this,t,e,n)},handleTreeNodeContextmenu(t,e,n,i){this.widget.options.onNodeContextmenu&&new Function("event","data","node","el",this.widget.options.onNodeContextmenu).call(this,t,e,n,i)},handleTreeNodeCheck(t,e){this.widget.options.onNodeCheck&&new Function("data","treeState",this.widget.options.onNodeCheck).call(this,t,e)},handleCheckChange(t,e,n){this.widget.options.onCheckChange&&new Function("data","checked","indeterminate",this.widget.options.onCheckChange).call(this,t,e,n)},setNodeExpanded(t,e){t.expanded=e;for(let n=0;n<t.childNodes.length;n++)t.childNodes[n].expanded=e,t.childNodes[n].childNodes.length>0&&this.setNodeExpanded(t.childNodes[n],e)},setNodeChecked(t,e){t.checked=e;for(let n=0;n<t.childNodes.length;n++)t.childNodes[n].checked=e,t.childNodes[n].childNodes.length>0&&this.setNodeChecked(t.childNodes[n],e)},getNativeTree(){return this.$refs.tree},setTreeData(t){this.widget.options.treeData=t,t&&t.length>0&&(this.currentKey=t[0].id)},getTreeData(){return this.widget.options.treeData},expandAllNodes(t){this.isExpanded=t||!this.isExpanded,this.setNodeExpanded(this.$refs.tree.store.root,this.isExpanded)},checkAllNodes(t){this.isChecked=t||!this.isChecked,this.setNodeChecked(this.$refs.tree.store.root,this.isChecked)},setCheckedNodes(t){this.$refs.tree.setCheckedNodes(t)},getCheckedNodes(t,e){return this.$refs.tree.getCheckedNodes(t,e)},getCurrentNode(){return this.$refs.tree.getCurrentNode()},setCurrentNode(t){return this.$refs.tree.setCurrentNode(t)},loadDataFromDS(t={},e=""){let n=e||this.widget.options.dsName,i=this.widget.options.dataSetName,o=nn(this.formConfig,n);if(o){let r=this.getGlobalDsv()||{},a=new Object({});ft(a,r),ft(a,t),a.widgetName=this.widget.options.name,this.loadingFlag=!0,tn(o,a,this.getFormRef(),!1,this.$message).then(c=>{!!i&&c.hasOwnProperty(i)?this.setTreeData(c[i]):this.setTreeData(c),this.loadingFlag=!1}).catch(c=>{this.$message.error(c.message),this.loadingFlag=!1})}}}},n8={class:"custom-tree-node"},i8={key:0};function o8(t,e,n,i,o,r){const a=d.resolveComponent("el-input"),c=d.resolveComponent("el-button"),m=d.resolveComponent("el-button-group"),f=d.resolveComponent("el-tree"),l=d.resolveComponent("el-main"),s=d.resolveComponent("el-container"),u=d.resolveComponent("container-item-wrapper"),h=d.resolveDirective("loading");return d.openBlock(),d.createBlock(u,{widget:n.widget},{default:d.withCtx(()=>[d.createVNode(s,null,{default:d.withCtx(()=>[d.createVNode(l,{style:{"align-items":"baseline"}},{default:d.withCtx(()=>[n.widget.options.filter?(d.openBlock(),d.createBlock(a,{key:0,size:n.widget.options.size,placeholder:t.i18nt("designer.setting.enterForQuery"),modelValue:o.filterText,"onUpdate:modelValue":e[0]||(e[0]=g=>o.filterText=g)},null,8,["size","placeholder","modelValue"])):d.createCommentVNode("",!0),d.createVNode(m,null,{default:d.withCtx(()=>[n.widget.options.expandRetractAllNode?(d.openBlock(),d.createBlock(c,{key:0,type:"primary",round:"",plain:"",size:n.widget.options.size,onClick:e[1]||(e[1]=g=>r.expandAllNodes())},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("designer.setting.expandRetractAllNode")),1)]),_:1},8,["size"])):d.createCommentVNode("",!0),n.widget.options.selectClearAllNode&&n.widget.options.showCheckBox?(d.openBlock(),d.createBlock(c,{key:1,type:"primary",round:"",plain:"",size:n.widget.options.size,onClick:e[2]||(e[2]=g=>r.checkAllNodes())},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("designer.setting.selectClearAllNode")),1)]),_:1},8,["size"])):d.createCommentVNode("",!0)]),_:1}),d.withDirectives((d.openBlock(),d.createBlock(f,{data:n.widget.options.treeData,props:o.defaultProps,ref:"tree",border:"",lazy:n.widget.options.lazy,"node-key":"id","highlight-current":"","current-node-key":o.currentKey,"show-checkbox":n.widget.options.showCheckBox,"expand-on-click-node":n.widget.options.expandOnClickNode,"default-expand-all":n.widget.options.defaultExpandAllNode,draggable:n.widget.options.draggable,"check-strictly":n.widget.options.checkStrictly,onNodeClick:r.handleTreeNodeClick,onNodeContextmenu:r.handleTreeNodeContextmenu,onCheck:r.handleTreeNodeCheck,onCheckChange:r.handleCheckChange,"filter-node-method":r.filterNode},{default:d.withCtx(({node:g,data:b})=>[d.createElementVNode("span",n8,[d.createElementVNode("span",null,d.toDisplayString(g.label),1),n.widget.options.nodeEdit?(d.openBlock(),d.createElementBlock("span",i8,[d.createVNode(c,{type:"primary",link:"",size:n.widget.options.size,onClick:p=>r.append(b)},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("designer.setting.add")),1)]),_:2},1032,["size","onClick"]),d.createVNode(c,{type:"primary",link:"",size:n.widget.options.size,onClick:p=>r.remove(g,b)},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(t.i18nt("designer.setting.delete")),1)]),_:2},1032,["size","onClick"])])):d.createCommentVNode("",!0)])]),_:1},8,["data","props","lazy","current-node-key","show-checkbox","expand-on-click-node","default-expand-all","draggable","check-strictly","onNodeClick","onNodeContextmenu","onCheck","onCheckChange","filter-node-method"])),[[h,o.loadingFlag]])]),_:1})]),_:1})]),_:1},8,["widget"])}var r8=oe(t8,[["render",o8],["__scopeId","data-v-29fbd023"]]),l8=Object.freeze(Object.defineProperty({__proto__:null,default:r8},Symbol.toStringTag,{value:"Module"}));const a8={name:"vf-dialog-item"};function s8(t,e,n,i,o,r){return d.createCommentVNode("",!0)}var d8=oe(a8,[["render",s8]]),c8=Object.freeze(Object.defineProperty({__proto__:null,default:d8},Symbol.toStringTag,{value:"Module"}));const u8={name:"vf-drawer-item"};function f8(t,e,n,i,o,r){return d.createCommentVNode("",!0)}var h8=oe(u8,[["render",f8]]),m8=Object.freeze(Object.defineProperty({__proto__:null,default:h8},Symbol.toStringTag,{value:"Module"}));const Tl={"./button-group-item.vue":Lf,"./container-item-wrapper.vue":ff,"./data-table-item.vue":Ib,"./grid-col-item.vue":zb,"./grid-item.vue":jb,"./grid-sub-form-item.vue":ay,"./object-group-item.vue":fy,"./sohelp-dyn-tree-item.vue":by,"./sohelp-grid-view-item.vue":Cy,"./sub-form-item.vue":Vy,"./tab-item.vue":Uy,"./table-cell-item.vue":Yy,"./table-item.vue":$y,"./tree-item.vue":l8,"./vf-dialog-item.vue":c8,"./vf-drawer-item.vue":m8};var bc={install(t){for(const e in Tl){let n=Tl[e].default.name;t.component(n,Tl[e].default)}}};const g8={name:"dynamic-dialog",mixins:[ae],props:{options:{type:Object,default:()=>({})},formJson:{type:Object},formData:{type:Object,default:()=>({})},optionData:{type:Object,default:()=>({})},globalDsv:{type:Object,default:()=>({})},parentFormRef:{type:Object,default:null},extraData:{type:Object,default:()=>({})},wrapperId:{type:String,default:null},title:{type:String,default:null}},data(){return{dialogVisible:!1}},computed:{cancelBtnLabel(){return this.options.cancelButtonLabel||this.i18nt("designer.hint.cancel")},okBtnLabel(){return this.options.okButtonLabel||this.i18nt("designer.hint.confirm")},newTitle(){return this.title||this.options.title}},created(){},mounted(){},beforeDestroy(){this.parentFormRef.setChildFormRef(null)},methods:{show(){return this.dialogVisible=!0,this.$nextTick(()=>{this.$refs.dFormRef.setFormData(this.formData),this.$nextTick(()=>{this.options.readMode&&this.$refs.dFormRef.setReadMode(!0)}),this.$refs.dFormRef.setDialogOrDrawerRef(this),this.parentFormRef.setChildFormRef(this.$refs.dFormRef)}),this},close(){this.options.onDialogBeforeClose&&new Function("done",this.options.onDialogBeforeClose).call(this)===!1||(this.dialogVisible=!1,setTimeout(this.deleteWrapperNode,150))},deleteWrapperNode(){let t=document.getElementById("vf-dynamic-dialog-wrapper"+this.wrapperId);t&&document.body.removeChild(t)},handleBeforeClose(t){if(this.options.onDialogBeforeClose){let n=new Function("done",this.options.onDialogBeforeClose).call(this);return n===!1?n:t()}return t()},handleCloseEvent(){this.dialogVisible=!1,setTimeout(this.deleteWrapperNode,150)},handleOpenedEvent(){this.options.onDialogOpened&&new Function(this.options.onDialogOpened).call(this)},handleCancelClick(){this.options.onCancelButtonClick&&new Function(this.options.onCancelButtonClick).call(this)===!1||(this.dialogVisible=!1,setTimeout(this.deleteWrapperNode,150))},handleOkClick(){this.options.onOkButtonClick&&new Function(this.options.onOkButtonClick).call(this)===!1||(this.dialogVisible=!1,setTimeout(this.deleteWrapperNode,150))},getParentFormRef(){return this.parentFormRef},getTopFormRef(){if(!this.parentFormRef.parentForm)return this.parentFormRef;let t=this.parentFormRef;for(;t.parentForm;)t=t.parentForm;return t},getFormRef(){return this.$refs.dFormRef},getWidgetRef(t,e=!1){return this.$refs.dFormRef.getWidgetRef(t,e)},getExtraData(){return this.extraData}}};function p8(t,e,n,i,o,r){const a=d.resolveComponent("VFormRender"),c=d.resolveComponent("el-button"),m=d.resolveComponent("el-dialog");return d.openBlock(),d.createBlock(m,{title:r.newTitle,modelValue:o.dialogVisible,"onUpdate:modelValue":e[0]||(e[0]=f=>o.dialogVisible=f),"append-to-body":"","destroy-on-close":"",draggable:"",width:n.options.width,fullscreen:n.options.fullscreen,modal:n.options.showModal,"show-close":n.options.showClose,"close-on-click-modal":n.options.closeOnClickModal,"close-on-press-escape":n.options.closeOnPressEscape,center:n.options.center,"before-close":r.handleBeforeClose,onClose:r.handleCloseEvent,onOpened:r.handleOpenedEvent},{footer:d.withCtx(()=>[d.createElementVNode("div",null,[n.options.cancelButtonHidden?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(c,{key:0,disabled:n.options.cancelButtonDisabled,onClick:r.handleCancelClick},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(r.cancelBtnLabel),1)]),_:1},8,["disabled","onClick"])),n.options.okButtonHidden?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(c,{key:1,type:"primary",disabled:n.options.okButtonDisabled,onClick:r.handleOkClick},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(r.okBtnLabel),1)]),_:1},8,["disabled","onClick"]))])]),default:d.withCtx(()=>[d.createVNode(a,{ref:"dFormRef","form-json":n.formJson,"option-data":n.optionData,"global-dsv":n.globalDsv,"parent-form":n.parentFormRef,"disabled-mode":n.options.disabledMode,"dynamic-creation":!0},d.createSlots({_:2},[d.renderList(t.$slots,(f,l)=>({name:l,fn:d.withCtx(()=>[d.renderSlot(t.$slots,l)])}))]),1032,["form-json","option-data","global-dsv","parent-form","disabled-mode"])]),_:3},8,["title","modelValue","width","fullscreen","modal","show-close","close-on-click-modal","close-on-press-escape","center","before-close","onClose","onOpened"])}var b8=oe(g8,[["render",p8]]),Wv="";const y8={name:"dynamic-drawer",mixins:[ae],props:{options:{type:Object,default:()=>({})},formJson:{type:Object},formData:{type:Object,default:()=>({})},optionData:{type:Object,default:()=>({})},globalDsv:{type:Object,default:()=>({})},parentFormRef:{type:Object,default:null},extraData:{type:Object,default:()=>({})},wrapperId:{type:String,default:null},title:{type:String,default:null}},data(){return{drawerVisible:!1}},computed:{cancelBtnLabel(){return this.options.cancelButtonLabel||this.i18nt("designer.hint.cancel")},okBtnLabel(){return this.options.okButtonLabel||this.i18nt("designer.hint.confirm")},newTitle(){return this.title||this.options.title}},created(){},mounted(){},beforeDestroy(){this.parentFormRef.setChildFormRef(null)},methods:{show(){return this.drawerVisible=!0,this.$nextTick(()=>{this.$refs.dFormRef.setFormData(this.formData),this.$nextTick(()=>{this.options.readMode&&this.$refs.dFormRef.setReadMode(!0)}),this.$refs.dFormRef.setDialogOrDrawerRef(this),this.parentFormRef.setChildFormRef(this.$refs.dFormRef)}),this},close(){this.options.onDrawerBeforeClose&&new Function(this.options.onDrawerBeforeClose).call(this)===!1||(this.drawerVisible=!1,this.$refs.drawerRef.handleClose(),setTimeout(this.deleteWrapperNode,150))},deleteWrapperNode(){let t=document.getElementById("vf-dynamic-drawer-wrapper"+this.wrapperId);t&&document.body.removeChild(t)},handleBeforeClose(t){if(this.options.onDrawerBeforeClose){let n=new Function(this.options.onDrawerBeforeClose).call(this);return n===!1?n:t()}return t()},handleCloseEvent(){this.drawerVisible=!1,setTimeout(this.deleteWrapperNode,150)},handleOpenedEvent(){this.options.onDrawerOpened&&new Function(this.options.onDrawerOpened).call(this)},handleCancelClick(){this.options.onCancelButtonClick&&new Function(this.options.onCancelButtonClick).call(this)===!1||(this.drawerVisible=!1,setTimeout(this.deleteWrapperNode,150))},handleOkClick(){this.options.onOkButtonClick&&new Function(this.options.onOkButtonClick).call(this)===!1||(this.drawerVisible=!1,setTimeout(this.deleteWrapperNode,150))},getParentFormRef(){return this.parentFormRef},getTopFormRef(){if(!this.parentFormRef.parentForm)return this.parentFormRef;let t=this.parentFormRef;for(;t.parentForm;)t=t.parentForm;return t},getFormRef(){return this.$refs.dFormRef},getWidgetRef(t,e=!1){return this.$refs.dFormRef.getWidgetRef(t,e)},getExtraData(){return this.extraData}}},w8={style:{float:"right"}};function v8(t,e,n,i,o,r){const a=d.resolveComponent("VFormRender"),c=d.resolveComponent("el-button"),m=d.resolveComponent("el-drawer");return d.openBlock(),d.createBlock(m,{ref:"drawerRef",title:r.newTitle,modelValue:o.drawerVisible,"onUpdate:modelValue":e[0]||(e[0]=f=>o.drawerVisible=f),class:"dynamic-drawer","append-to-body":"","destroy-on-close":"",size:n.options.size,modal:n.options.showModal,direction:n.options.direction,"show-close":n.options.showClose,"close-on-click-modal":n.options.closeOnClickModal,"close-on-press-escape":n.options.closeOnPressEscape,"before-close":r.handleBeforeClose,onClose:r.handleCloseEvent,onOpened:r.handleOpenedEvent},{footer:d.withCtx(()=>[d.createElementVNode("div",w8,[n.options.cancelButtonHidden?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(c,{key:0,disabled:n.options.cancelButtonDisabled,onClick:r.handleCancelClick},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(r.cancelBtnLabel),1)]),_:1},8,["disabled","onClick"])),n.options.okButtonHidden?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(c,{key:1,type:"primary",disabled:n.options.okButtonDisabled,onClick:r.handleOkClick},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(r.okBtnLabel),1)]),_:1},8,["disabled","onClick"]))])]),default:d.withCtx(()=>[d.createVNode(a,{ref:"dFormRef","form-json":n.formJson,"option-data":n.optionData,"global-dsv":n.globalDsv,"parent-form":n.parentFormRef,"disabled-mode":n.options.disabledMode,"dynamic-creation":!0},d.createSlots({_:2},[d.renderList(t.$slots,(f,l)=>({name:l,fn:d.withCtx(()=>[d.renderSlot(t.$slots,l,{},void 0,!0)])}))]),1032,["form-json","option-data","global-dsv","parent-form","disabled-mode"])]),_:3},8,["title","modelValue","size","modal","direction","show-close","close-on-click-modal","close-on-press-escape","before-close","onClose","onOpened"])}var C8=oe(y8,[["render",v8],["__scopeId","data-v-56046227"]]),qv="";const E8={name:"VFormRender",componentName:"VFormRender",mixins:[de,ae],components:_e({},We),props:{formJson:{type:Object,default:()=>Nf()},formData:{type:Object,default:()=>({})},optionData:{type:Object,default:()=>({})},previewState:{type:Boolean,default:!1},disabledMode:{type:Boolean,default:!1},renderConfig:{type:Object,default:()=>({languageName:"zh-CN"})},globalDsv:{type:Object,default:()=>({})},parentForm:{type:Object,default:null},dynamicCreation:{type:Boolean,default:!1},modelValue:{type:Object,default:()=>({})},data:{type:Object,default:()=>({})}},provide(){return{refList:this.widgetRefList,sfRefList:this.subFormRefList,getFormConfig:()=>this.formJsonObj.formConfig,getGlobalDsv:()=>this.globalDsv,globalOptionData:this.optionData,getOptionData:()=>this.optionData,globalModel:{formModel:this.formDataModel},previewState:this.previewState,getReadMode:()=>this.readModeFlag,getSubFormFieldFlag:()=>!1,getSubFormName:()=>"",getObjectFieldFlag:()=>!1,getObjectName:()=>"",getDSResultCache:()=>this.dsResultCache}},data(){return{formJsonObj:this.formJson,modelValueData:{},formModelBuilt:!1,formDataModel:{},widgetRefList:{},subFormRefList:{},formId:null,externalComponents:{},readModeFlag:!1,dialogOrDrawerRef:null,childFormRef:null,dsResultCache:{}}},computed:{formConfig(){return this.formJsonObj.formConfig},widgetList(){return this.formJsonObj.widgetList},labelPosition(){return!!this.formConfig&&!!this.formConfig.labelPosition?this.formConfig.labelPosition:"left"},labelWidth(){return!!this.formConfig&&!!this.formConfig.labelWidth?this.formConfig.labelWidth+"px":"80px"},size(){return!!this.formConfig&&!!this.formConfig.size?this.formConfig.size:"default"},customClass(){return!!this.formConfig&&!!this.formConfig.customClass?this.formConfig.customClass:""}},watch:{modelValue:{handler(t){this.$nextTick(()=>{const e=this.assignRecursive(this.formDataModel,t);this.setFormData(e)})},deep:!0},data:{handler(t){this.$nextTick(()=>{Object.assign(this.modelValueData,t)})},deep:!0}},created(){this.buildFormModel(this.formJsonObj?this.formJsonObj.widgetList:null),this.initFormObject()},mounted(){this.initLocale(),this.initDataSetRequest(),this.handleOnMounted()},beforeUnmount(){xf(this.previewState,this.formId)},methods:{assignRecursive(t,e){const n=_e({},t);for(let i in e)e[i]&&typeof e[i]=="object"?n[i]=this.assignRecursive(n[i]||{},e[i]):n[i]=e[i];return n},initFormObject(t=!0){this.formId="vfRender"+ut(),!!t&&!this.dynamicCreation&&this.insertCustomStyleAndScriptNode(),this.addFieldChangeEventHandler(),this.addFieldValidateEventHandler(),this.registerFormToRefList(),this.handleOnCreated(),this.disabledMode&&this.$nextTick(()=>{this.disableForm()})},getContainerWidgetName(t){return t.type==="grid"?"vf-grid-item":t.type+"-item"},getWidgetName(t){return t.type+"-widget"},initLocale(){let t=localStorage.getItem("v_form_locale")||"zh-CN";this.changeLanguage(t)},insertCustomStyleAndScriptNode(){!!this.formConfig&&!!this.formConfig.cssCode&&Sf(this.formConfig.cssCode,this.previewState?"":this.formId),!!this.formConfig&&!!this.formConfig.functions&&Of(this.formConfig.functions,this.previewState?"":this.formId)},buildFormModel(t){var e,n;!!t&&t.length>0&&(t.forEach(i=>{this.buildDataFromWidget(i)}),this.data&&((e=Object.keys(this.data))==null?void 0:e.length)>0&&(this.modelValueData=this.data),this.modelValue&&((n=Object.keys(this.modelValue))==null?void 0:n.length)>0&&this.setFormData(this.modelValue))},getFieldKeyName(t){let e=t.options.name;return t.options.keyNameEnabled&&t.options.keyName||e},buildDataFromWidget(t){var e;if(t.category==="container"){if(!(t.type==="vf-dialog"||t.type==="vf-drawer"))if(t.type==="grid"||t.type==="sohelp-split-panel")!!t.cols&&t.cols.length>0&&t.cols.forEach(n=>{this.buildDataFromWidget(n)});else if(t.type==="table")!!t.rows&&t.rows.length>0&&t.rows.forEach(n=>{!!n.cols&&n.cols.length>0&&n.cols.forEach(i=>{this.buildDataFromWidget(i)})});else if(t.type==="tab")!!t.tabs&&t.tabs.length>0&&t.tabs.forEach(n=>{!!n.widgetList&&n.widgetList.length>0&&n.widgetList.forEach(i=>{this.buildDataFromWidget(i)})});else if(t.type==="sub-form"){let n=t.options.name;if(this.formData.hasOwnProperty(n)){let i=this.formData[n];this.formDataModel[n]=xe(i)}else{let i={};t.options.showBlankRow?(t.widgetList.forEach(o=>{if(o.formItemFlag){let r=this.getFieldKeyName(o);i[r]=o.options.defaultValue}}),this.formDataModel[n]=[i]):this.formDataModel[n]=[]}}else if(t.type==="grid-sub-form"){let n=t.options.name;if(this.formData.hasOwnProperty(n)){let i=this.formData[n];this.formDataModel[n]=xe(i)}else{let i=[];Ot(t,a=>{i.push(a)});let r={};t.options.showBlankRow?(i.forEach(a=>{let c=this.getFieldKeyName(a);r[c]=a.options.defaultValue}),this.formDataModel[n]=[r]):this.formDataModel[n]=[]}}else if(t.type==="grid-col"||t.type==="table-cell")!!t.widgetList&&t.widgetList.length>0&&t.widgetList.forEach(n=>{this.buildDataFromWidget(n)});else if(t.type==="object-group"){let n=[];Ot(t,o=>{o.formItemFlag&&n.push(o.options.name)});let i=t.options.objectName;n.forEach(o=>{let r=Zi(t.widgetList,o,!1),a=i+"."+this.getFieldKeyName(r);if(!Cf(this.formData,a))ca(this.formDataModel,a,r.options.defaultValue);else{let c=Ef(this.formData,a);ca(this.formDataModel,a,c)}})}else!!t.widgetList&&t.widgetList.length>0&&t.widgetList.forEach(n=>{this.buildDataFromWidget(n)})}else if(t.formItemFlag){let n=this.getFieldKeyName(t);if(!this.formData.hasOwnProperty(n))t.type==="sohelp-entity-form"?this.formDataModel[n]={}:this.formDataModel[n]=((e=t.options)==null?void 0:e.defaultValue)||"";else{let i=this.formData[n];this.formDataModel[n]=xe(i)}t.type==="sohelp-test"}},addFieldChangeEventHandler(){this.off$("fieldChange"),this.on$("fieldChange",([t,e,n,i,o])=>{this.handleFieldDataChange(t,e,n,i,o),this.$emit("formChange",t,e,n,this.formDataModel,i,o)})},addFieldValidateEventHandler(){this.off$("fieldValidation"),this.on$("fieldValidation",t=>{this.$refs.renderForm&&this.$refs.renderForm.validateField(t)})},registerFormToRefList(){this.widgetRefList.v_form_ref=this},handleFieldDataChange(t,e,n,i,o){!!this.formConfig&&!!this.formConfig.onFormDataChange&&new Function("fieldName","newValue","oldValue","formModel","subFormName","subFormRowIndex",this.formConfig.onFormDataChange).call(this,t,e,n,this.formDataModel,i,o)},handleOnCreated(){!!this.formConfig&&!!this.formConfig.onFormCreated&&new Function(this.formConfig.onFormCreated).call(this)},handleOnMounted(){!!this.formConfig&&!!this.formConfig.onFormMounted&&new Function(this.formConfig.onFormMounted).call(this)},findWidgetAndSetDisabled(t,e){let n=this.getWidgetRef(t);!!n&&!!n.setDisabled?n.setDisabled(e):this.findWidgetOfSubFormAndSetDisabled(t,e)},findWidgetOfSubFormAndSetDisabled(t,e){const n=Zi(this.formJsonObj.widgetList,t,!0);!!n&&!!n.options&&n.options.hasOwnProperty("disabled")&&(n.options.disabled=e),this.findWidgetNameInSubForm(t).forEach(i=>{let o=this.getWidgetRef(i);!!o&&!!o.setDisabled&&o.setDisabled(e)})},findWidgetAndSetHidden(t,e){let n=this.getWidgetRef(t);!!n&&!!n.setHidden?n.setHidden(e):this.findWidgetOfSubFormAndSetHidden(t,e)},findWidgetOfSubFormAndSetHidden(t,e){const n=Zi(this.formJsonObj.widgetList,t,!0);!!n&&!!n.options&&n.options.hasOwnProperty("hidden")&&(n.options.hidden=e),this.findWidgetNameInSubForm(t).forEach(i=>{let o=this.getWidgetRef(i);!!o&&!!o.setHidden&&o.setHidden(e)})},findWidgetNameInSubForm(t){let e=[],n=null;if(Object.keys(this.subFormRefList).forEach(i=>{const o=a=>{a.options.name===t&&(n=i)},r=this.subFormRefList[i];Ot(r.widget,o)}),n){let i=this.getWidgetRef(n);if(i){let o=i.getRowIdData();!!o&&o.length>0&&o.forEach(r=>{e.push(t+"@row"+r)})}}return e},findFieldWidgetById(t,e){return ir(this.formJsonObj.widgetList,t,e)},initDataSetRequest(){let t=new Set;this.getFieldWidgets().forEach(e=>{!!e.field.options.dsEnabled&&!!e.field.options.dsName&&!!e.field.options.dataSetName&&t.add(e.field.options.dsName)}),t.size>0&&t.forEach(async e=>{let n=nn(this.formConfig,e);if(n){let i=new Object({});ft(i,this.globalDsv||{});let o=null;try{o=await tn(n,i,this,!1,this.$message),this.dsResultCache[e]=o,this.broadcast("FieldWidget","loadOptionItemsFromDataSet",e)}catch(r){this.$message.error(r.message)}}})},changeLanguage(t){Tf(t)},getLanguageName(){return localStorage.getItem("v_form_locale")||"zh-CN"},getNativeForm(){return this.$refs.renderForm},getFormRef(){return this},getWidgetRef(t,e=!1){let n=this.widgetRefList[t];return!n&&!!e&&this.$message.error(this.i18nt("render.hint.refNotFound")+t),n},clearFormDataModel(){for(let t in this.formDataModel)delete this.formDataModel[t]},getFormJson(){return this.formJsonObj},setFormJson(t){if(t)if(typeof t=="string"||t.constructor===Object){let e=null;if(typeof t=="string"?e=JSON.parse(t):e=t,!e.formConfig||!e.widgetList){this.$message.error("Invalid format of form json.");return}this.clearFormDataModel(),this.buildFormModel(e.widgetList),this.formJsonObj.formConfig=e.formConfig,this.formJsonObj.widgetList=e.widgetList,this.insertCustomStyleAndScriptNode(),this.$nextTick(()=>{this.initFormObject(!1),this.initDataSetRequest(),this.handleOnMounted()})}else this.$message.error("Set form json failed.")},reloadOptionData(t){let e=[];!!t&&typeof t=="string"?e=[t]:!!t&&Array.isArray(t)&&(e=[...t]),this.broadcast("FieldWidget","reloadOptionItems",e)},getFormData(t=!0){if(!t)return this.formDataModel;let e=function(){},n=new window.Promise(function(i,o){e=function(r,a){a?o(a):i(r)}});return this.$refs.renderForm.validate((i,o)=>{i?this.doCustomValidation()?e(this.formDataModel):e(this.formDataModel,this.i18nt("render.hint.validationFailed")+": "+JSON.stringify(sa(o))):e(this.formDataModel,this.i18nt("render.hint.validationFailed")+": "+JSON.stringify(sa(o)))}),n},setFormData(t){let e=t;typeof t=="string"&&(e=JSON.parse(t)),this.modelValueData=e,Object.keys(this.formDataModel).length===0?this.formDataModel=_e({},e):Object.keys(this.formDataModel).forEach(n=>{!!e&&e.hasOwnProperty(n)&&(this.formDataModel[n]=xe(e[n]))}),this.broadcast("ContainerItem","setFormData",this.formDataModel),this.broadcast("FieldWidget","setFormData",this.formDataModel)},getFieldValue(t){let e=this.getWidgetRef(t);if(!!e&&!!e.getValue)return e.getValue();if(!e){let n=[];return this.findWidgetNameInSubForm(t).forEach(i=>{let o=this.getWidgetRef(i);!!o&&!!o.getValue&&n.push(o.getValue())}),n}},setFieldValue(t,e,n=!1){let i=this.getWidgetRef(t);!!i&&!!i.setValue&&i.setValue(e,n),i||this.findWidgetNameInSubForm(t).forEach(o=>{let r=this.getWidgetRef(o);!!r&&!!r.setValue&&r.setValue(e,n)})},getSubFormValues(t,e=!0){return this.subFormRefList[t].getSubFormValues(e)},setSubFormValues(t,e){return this.subFormRefList[t].setSubFormValues(e)},disableForm(){Object.keys(this.widgetRefList).forEach(e=>{let n=this.getWidgetRef(e);n&&(!!n.widget&&n.widget.type==="sub-form"?n.disableSubForm():!!n.widget&&n.widget.type==="grid-sub-form"?n.disableGridSubForm():!!n.setDisabled&&n.setDisabled(!0))})},enableForm(){Object.keys(this.widgetRefList).forEach(e=>{let n=this.getWidgetRef(e);n&&(!!n.widget&&n.widget.type==="sub-form"?n.enableSubForm():!!n.widget&&n.widget.type==="grid-sub-form"?n.enableGridSubForm():!!n.setDisabled&&n.setDisabled(!1))})},resetForm(t=!1){Object.keys(this.subFormRefList).forEach(i=>{this.subFormRefList[i].resetSubForm&&this.subFormRefList[i].resetSubForm()}),Object.keys(this.widgetRefList).forEach(i=>{let o=this.getWidgetRef(i);!!o&&!o.subFormItemFlag&&!!o.resetField&&o.resetField(t)}),this.$nextTick(()=>{this.clearValidate()})},clearValidate(t){this.$refs.renderForm.clearValidate(t)},validateForm(t){this.$refs.renderForm.validate((e,n)=>{if(e){let i=this.doCustomValidation();t(i,n)}else t(e,n)})},doCustomValidation(){if(!this.formConfig.onFormValidate)return!0;let e=new Function("formModel",this.formConfig.onFormValidate).call(this,this.formDataModel);return e===void 0?!0:e},validateFields(){},disableWidgets(t){t&&(typeof t=="string"?this.findWidgetAndSetDisabled(t,!0):Array.isArray(t)&&t.forEach(e=>{this.findWidgetAndSetDisabled(e,!0)}))},enableWidgets(t){t&&(typeof t=="string"?this.findWidgetAndSetDisabled(t,!1):Array.isArray(t)&&t.forEach(e=>{this.findWidgetAndSetDisabled(e,!1)}))},hideWidgets(t){t&&(typeof t=="string"?this.findWidgetAndSetHidden(t,!0):Array.isArray(t)&&t.forEach(e=>{this.findWidgetAndSetHidden(e,!0)}))},showWidgets(t){t&&(typeof t=="string"?this.findWidgetAndSetHidden(t,!1):Array.isArray(t)&&t.forEach(e=>{this.findWidgetAndSetHidden(e,!1)}))},setWidgetsRequired(t,e){t&&(typeof t=="string"?this.findWidgetAndSetRequired(t,e):Array.isArray(t)&&t.forEach(n=>{this.findWidgetAndSetRequired(n,e)}))},findWidgetAndSetRequired(t,e){let n=this.getWidgetRef(t);!!n&&!!n.setRequired?n.setRequired(e):this.findWidgetOfSubFormAndSetRequired(t,e)},findWidgetOfSubFormAndSetRequired(t,e){const n=Zi(this.formJsonObj.widgetList,t,!0);!!n&&!!n.options&&n.options.hasOwnProperty("required")&&(n.options.required=e),this.findWidgetNameInSubForm(t).forEach(i=>{let o=this.getWidgetRef(i);!!o&&!!o.setRequired&&o.setRequired(e)})},getSubFormNameOfWidget(t){let e=null;return Object.keys(this.subFormRefList).forEach(n=>{const i=r=>{r.options.name===t&&(e=n)},o=this.subFormRefList[n];Ot(o.widget,i)}),e},getFieldWidgets(t=!1){return kf(this.formJsonObj.widgetList,t)},getContainerWidgets(){return Ff(this.formJsonObj.widgetList)},addEC(t,e){this.externalComponents[t]=e},hasEC(t){return this.externalComponents.hasOwnProperty(t)},getEC(t){return this.externalComponents[t]},getFieldRef(t,e=!0){return this.getWidgetRef(t,e).getFieldEditor()},setReadMode(t=!0){this.readModeFlag=t},getReadMode(){return this.readModeFlag},getGlobalDsv(){return this.globalDsv},async executeDataSource(t,e={}){let n=nn(this.formJsonObj.formConfig,t),i=new Object({});return ft(i,this.globalDsv),ft(i,e),await tn(n,i,this,!1,this.$message)},getParentFormRef(){return this.parentForm},getTopFormRef(){if(!this.parentForm)return this;let t=this.parentForm;for(;t.parentForm;)t=t.parentForm;return t},setChildFormRef(t){this.childFormRef=t},getChildFormRef(){return this.childFormRef},isDynamicCreation(){return this.dynamicCreation},setDialogOrDrawerRef(t){this.dialogOrDrawerRef=t},getDialogOrDrawerRef(){return this.dialogOrDrawerRef},showDialog(t,e={},n={},i=""){let o=this.getTopFormRef(),r=ua(o.widgetList,t);if(!t||r.type!=="vf-dialog"){this.$message.error(this.i18nt("render.hint.refNotFound")+t);return}let a={widgetList:xe(r.widgetList),formConfig:ha(o.formConfig)},c=ut()+"",m=d.createVNode(b8,{options:r.options,formJson:a,formData:e||{},optionData:o.optionData,globalDsv:o.globalDsv,parentFormRef:this,extraData:n,wrapperId:c,title:i},this.$slots);m.appContext=this.$root.$.appContext;let f=document.createElement("div");return f.id="vf-dynamic-dialog-wrapper"+c,document.body.appendChild(f),d.render(m,f),document.body.appendChild(m.el),m.component.ctx.show()},showDrawer(t,e={},n={},i=""){let o=this.getTopFormRef(),r=ua(o.widgetList,t);if(!r||r.type!=="vf-drawer"){this.$message.error(this.i18nt("render.hint.refNotFound")+t);return}let a={widgetList:xe(r.widgetList),formConfig:ha(o.formConfig)},c=ut()+"",m=d.createVNode(C8,{options:r.options,formJson:a,formData:e||{},optionData:o.optionData,globalDsv:o.globalDsv,parentFormRef:this,extraData:n,wrapperId:c,title:i},this.$slots);m.appContext=this.$root.$.appContext;let f=document.createElement("div");return f.id="vf-dynamic-drawer-wrapper"+c,document.body.appendChild(f),d.render(m,f),document.body.appendChild(m.el),m.component.ctx.show()},isPreviewState(){return this.previewState},setFormJsonAndData(t,e,n=null){this.setFormJson(t),this.$nextTick(()=>{e&&(this.setFormData(e),this.$nextTick(()=>{n&&this.disableForm()}))})},setBlankFormJson(){let t={widgetList:[],formConfig:fa()};this.setFormJson(t)}}};function S8(t,e,n,i,o,r){const a=d.resolveComponent("el-form");return d.openBlock(),d.createBlock(a,{"label-position":r.labelPosition,size:r.size,class:d.normalizeClass([[r.customClass,o.readModeFlag?"readonly-mode-form":""],"render-form"]),"label-width":r.labelWidth,"validate-on-rule-change":!1,model:o.formDataModel,ref:"renderForm",onSubmit:e[0]||(e[0]=d.withModifiers(()=>{},["prevent"]))},{default:d.withCtx(()=>[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(r.widgetList,(c,m)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[c.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(r.getContainerWidgetName(c)),{widget:c,key:c.id,"parent-list":r.widgetList,"index-of-parent-list":m,"parent-widget":null},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),f=>({name:f,fn:d.withCtx(l=>[d.renderSlot(t.$slots,f,d.normalizeProps(d.guardReactiveProps(l)),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(r.getWidgetName(c)),{field:c,"form-model":o.formDataModel,designer:null,key:c.id,"parent-list":r.widgetList,"index-of-parent-list":m,"parent-widget":null,modelValue:o.formDataModel[c.options.name],"onUpdate:modelValue":f=>o.formDataModel[c.options.name]=f,data:o.modelValueData[c.options.name]},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),f=>({name:f,fn:d.withCtx(l=>[d.renderSlot(t.$slots,f,d.normalizeProps(d.guardReactiveProps(l)),void 0,!0)])}))]),1032,["field","form-model","parent-list","index-of-parent-list","modelValue","onUpdate:modelValue","data"]))],64))),256))]),_:3},8,["label-position","size","class","label-width","model"])}var Pi=oe(E8,[["render",S8],["__scopeId","data-v-007db776"]]);function yc(t){t.component("el-icon-edit",me.Edit),t.component("el-icon-minus",me.Minus),t.component("el-icon-plus",me.Plus),t.component("el-icon-info",me.InfoFilled),t.component("el-icon-search",me.Search),t.component("custom-search",me.Search),t.component("el-icon-circle-plus-outline",me.CirclePlus),t.component("el-icon-delete",me.Delete),t.component("el-icon-arrow-down",me.ArrowDown),t.component("el-icon-arrow-up",me.ArrowUp),t.component("el-icon-bottom",me.Bottom),t.component("el-icon-top",me.Top),t.component("el-icon-back",me.Back),t.component("el-icon-right",me.Right),t.component("el-icon-bottom-left",me.BottomLeft),t.component("el-icon-top-right",me.TopRight);for(const[e,n]of Object.entries(Zc))t.component(e)||t.component(e,n)}if(typeof window!="undefined"){let t=function(){var e=document.body,n=document.getElementById("__svg__icons__dom__1761923080836__");n||(n=document.createElementNS("http://www.w3.org/2000/svg","svg"),n.style.position="absolute",n.style.width="0",n.style.height="0",n.id="__svg__icons__dom__1761923080836__",n.setAttribute("xmlns","http://www.w3.org/2000/svg"),n.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),n.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-alert"><path d="M512 85.163a319.573 319.573 0 0 1 319.83 309.333l.17 10.667v174.805l58.88 134.656a53.29 53.29 0 0 1-48.853 74.71L640 789.418a128 128 0 0 1-255.787 7.509l-.213-7.637-201.6.042a53.333 53.333 0 0 1-48.939-74.581L192 580.011V405.163c0-177.28 143.019-320 320-320zm64 704.17-128 .128a64 64 0 0 0 127.701 6.144l.256-6.272zm-64-640.17c-141.653 0-256 114.09-256 256v188.16l-57.344 132.01h627.072L768 593.365V405.717l-.17-9.6A255.488 255.488 0 0 0 512 149.163zM896 352h85.333a32 32 0 0 1 4.352 63.701l-4.352.299H896a32 32 0 0 1-4.352-63.701L896 352zm-853.333 0H128a32 32 0 0 1 4.352 63.701L128 416H42.667a32 32 0 0 1-4.352-63.701l4.352-.299zm921.6-243.2a32 32 0 0 1-2.816 41.685l-3.584 3.115-85.334 64a32 32 0 0 1-41.984-48.085l3.584-3.115 85.334-64a32 32 0 0 1 44.8 6.4zm-859.734-6.4 85.334 64a32 32 0 1 1-38.4 51.2l-85.334-64a32 32 0 1 1 38.4-51.2z" /></symbol><symbol class="icon" viewBox="0 0 1387 1024" id="icon-button-group"><path d="M1024 0c99.03 0 181.116 72.671 195.848 167.54a198.194 198.194 0 0 1 167.507 195.815v462.451A198.194 198.194 0 0 1 1189.16 1024H363.355a198.227 198.227 0 0 1-195.848-167.54A198.194 198.194 0 0 1 .132 668.077L0 660.645V198.194A198.194 198.194 0 0 1 190.761.132L198.194 0H1024zm165.161 297.29H363.355a66.065 66.065 0 0 0-66.065 66.065v462.451a66.065 66.065 0 0 0 66.065 66.065h825.806a66.065 66.065 0 0 0 66.065-66.065V363.355a66.065 66.065 0 0 0-66.065-66.065zm-355.03 128.232 5.945.396c7.862 1.123 15.063 4.46 21.34 9.744 9.15 7.697 13.278 19.16 13.278 33.198 0 14.534-4.46 26.36-14.336 33.924-6.672 5.12-13.94 8.258-21.603 9.15l-4.624.264h-42.678l-.033 234-.43 4.923a40.795 40.795 0 0 1-10.933 21.768c-8.258 8.786-20.249 12.618-35.18 12.618-15.095 0-27.284-4.129-35.51-13.444-6.11-6.937-9.876-14.666-10.834-22.924l-.231-4.196V512.165h-43.867l-4.525-.396a44.164 44.164 0 0 1-20.48-8.985c-9.91-7.564-14.37-19.357-14.37-33.924 0-14.006 4.13-25.501 13.28-33.198 6.54-5.549 14.104-8.918 22.296-9.843l4.988-.297h178.507zm287.644-4.625c14.931 0 26.955 3.832 35.18 12.618 6.342 6.805 10.174 14.766 11.165 23.52l.231 4.426-.033 287.942-.463 5.12c-.99 6.342-3.402 12.288-7.2 17.606-6.97 9.745-18.664 13.378-34.255 13.378-10.108 0-19.192-3.27-26.459-9.711-3.303-2.973-6.276-5.946-8.919-8.92l-3.633-4.491-116.075-151.42v135.234l-.43 4.922a40.795 40.795 0 0 1-10.934 21.768c-8.258 8.786-20.248 12.618-35.179 12.618-15.096 0-27.285-4.129-35.51-13.444-6.11-6.937-9.876-14.666-10.834-22.924l-.231-4.196.033-286.95.43-5.286a42.419 42.419 0 0 1 7.068-17.97c6.97-10.074 18.894-13.84 34.882-13.84 10.273 0 19.423 3.37 26.459 10.14a125.51 125.51 0 0 1 8.225 8.721l3.534 4.46L1075.2 600.725l.066-140.652.43-4.657c1.32-7.63 4.954-14.7 10.57-21.075 8.225-9.315 20.414-13.444 35.51-13.444zm-628.471 4.625 8.588.132c17.177.627 32.107 3.072 44.924 7.465 14.964 5.186 27.35 12.156 36.996 21.042 9.844 9.116 16.946 19.819 21.108 32.04a108.941 108.941 0 0 1 5.714 34.916c0 12.717-1.883 24.113-5.714 34.122-3.865 10.009-9.25 18.696-16.153 26.03l-4.195 4.129-4.46 3.798-1.618 1.123a82.268 82.268 0 0 1 7.498 5.286l3.469 2.84 5.02 4.625c8.193 8.258 14.766 18.366 19.754 30.324 5.054 12.188 7.498 26.26 7.498 42.182 0 32.437-10.24 58.698-30.786 77.626-18.762 17.21-44.726 26.227-77.328 27.515l-8.292.166h-96.95l-4.789-.265c-10.042-.925-18.663-4.624-25.071-11.23a37.194 37.194 0 0 1-10.637-21.736l-.231-4.096.066-282.095.43-4.493c1.32-7.597 5.053-14.369 10.801-20.15 6.607-6.573 15.195-10.173 25.105-11.065l5.087-.231h84.166zM1024 132.129H198.194a66.065 66.065 0 0 0-65.9 61.11l-.165 4.955v462.451a66.065 66.065 0 0 0 33.032 57.245V363.355A198.194 198.194 0 0 1 363.355 165.16h717.89a66.065 66.065 0 0 0-52.323-32.867l-4.922-.165zM482.205 637.06H460.8v58.996h28.804c14.402 0 24.94-2.709 31.843-7.598 5.186-3.666 7.796-9.81 7.598-20.744 0-7.333-.991-12.816-2.643-16.417a17.177 17.177 0 0 0-6.342-7.465 36.302 36.302 0 0 0-13.675-4.955 127.207 127.207 0 0 0-17.442-1.685l-6.738-.132zm9.711-126.712H460.8v39.11h31.116c11.529 0 18.201-2.113 20.844-5.02 3.468-3.799 5.186-8.523 5.186-14.997a21.14 21.14 0 0 0-1.288-7.432 14.865 14.865 0 0 0-3.601-5.384 19.885 19.885 0 0 0-7.267-4.295 34.882 34.882 0 0 0-9.712-1.85l-4.162-.132z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-button"><path d="M912 176v416H732.48v-32H880V208H144v352h175.488v32H112V176z" /><path d="m436.384 788.512.544 2.688a16 16 0 0 0 27.776 5.504l44.032-54.336 56.768 97.664a16 16 0 0 0 21.792 5.856l68.672-39.392 2.368-1.664a16 16 0 0 0 3.52-20.256l-55.904-96.16 68.8-12.064a16 16 0 0 0 6.464-28.8l-256-180.64a16 16 0 0 0-25.12 14.976l36.288 306.624z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-card"><path d="M858.656 864H165.344C109.472 864 64 818.56 64 762.688V261.312C64 205.44 109.472 160 165.344 160h693.312C914.528 160 960 205.44 960 261.312v501.376C960 818.56 914.528 864 858.656 864zM165.344 224C144.736 224 128 240.736 128 261.312v501.376C128 783.264 144.736 800 165.344 800h693.312C879.264 800 896 783.264 896 762.688V261.312C896 240.736 879.264 224 858.656 224H165.344zM800 416H224c-17.664 0-32-14.336-32-32s14.336-32 32-32h576c17.696 0 32 14.336 32 32s-14.304 32-32 32zM320 736h-96c-17.664 0-32-14.304-32-32s14.336-32 32-32h96c17.664 0 32 14.304 32 32s-14.336 32-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-cascader-field"><path d="M661.377 411.07v64.595H314.175v395.654H871.32V475.665h-48.447V411.07h48.447c35.675 0 64.595 28.92 64.595 64.595v395.654c0 35.675-28.92 64.595-64.595 64.595H314.175c-35.675 0-64.6-28.92-64.6-64.595V475.665c0-35.675 28.925-64.595 64.6-64.595h347.202zm48.448-322.984c35.675 0 64.6 28.92 64.6 64.595v403.73c0 35.676-28.925 64.595-64.6 64.595H362.623v-64.594h347.202V152.68H152.68v403.73h48.447v64.595H152.68c-35.675 0-64.595-28.92-64.595-64.594V152.68c0-35.675 28.92-64.595 64.595-64.595h557.144z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-checkbox-field"><path d="M897.94 896.77c6.259-6.278 10.257-14.835 10.257-24.531V147.672c0-9.118-3.998-18.235-10.257-24.533-6.277-6.258-14.815-9.696-24.51-9.696H149.644c-9.688 0-18.236 3.437-24.503 9.696-6.268 6.297-9.687 15.414-9.687 24.533V872.24c0 9.696 3.42 18.253 9.687 24.53 6.267 6.278 14.815 10.276 24.503 10.276h723.784c9.697 0 18.234-3.998 24.511-10.276zM149.645 61.52h723.784c23.933 0 45.586 9.697 60.98 25.111 15.397 15.974 25.073 37.666 25.073 61.04v724.567c0 23.97-9.676 45.643-25.073 61.056-15.394 15.396-37.047 25.093-60.98 25.093H149.645c-23.364 0-45.017-9.697-60.972-25.093-15.396-15.414-25.082-37.087-25.082-61.056V147.672c0-23.374 9.686-45.065 25.082-61.039 15.955-15.415 37.608-25.112 60.972-25.112z" /><path d="M417.42 698.27a23.556 23.556 0 0 1-16.668-6.9L259.5 550.12c-9.173-9.15-9.173-24.095 0-33.291 9.17-9.147 24.115-9.147 33.288 0l124.583 124.607 312.895-312.917c9.194-9.172 24.14-9.172 33.288 0 9.196 9.172 9.196 24.116 0 33.29L433.992 691.37c-4.618 4.645-10.643 6.9-16.666 6.9h.093z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-color-field"><path d="M619.52 490.667h-.853l-85.334-85.334h.854z" /><path d="M619.52 507.733h-.853a17.067 17.067 0 1 1 0-34.133c9.438 0 17.476 7.646 17.476 17.067s-7.185 17.066-16.623 17.066zM534.187 422.4c-9.438 0-17.494-7.646-17.494-17.067s7.202-17.066 16.64-17.066h.854a17.067 17.067 0 1 1 0 34.133zM192 866.133a34.133 34.133 0 0 1-24.132-58.265l42.666-42.667a34.133 34.133 0 1 1 48.265 48.265l-42.667 42.666A33.963 33.963 0 0 1 192 866.133z" /><path d="m619.52 490.667-.427-.427-84.906-84.907L746.667 192H832v85.333z" /><path d="M662.187 567.467a33.997 33.997 0 0 1-24.133-10.001L467.388 386.799a34.133 34.133 0 0 1 48.281-48.282l170.667 170.667a34.133 34.133 0 0 1-24.15 58.283z" /><path d="M320 806.4h-85.333a17.067 17.067 0 0 1-17.067-17.067V704c0-4.54 1.792-8.875 5-12.066L521.695 392.84a16.52 16.52 0 0 1 3.567-2.731l209.305-210.142a17.117 17.117 0 0 1 12.1-5.018H832a17.067 17.067 0 0 1 17.067 17.067v85.333a17.067 17.067 0 0 1-4.967 12.05L631.62 502.732a17.954 17.954 0 0 1-3.618 2.782L332.066 801.434A17.135 17.135 0 0 1 320 806.4zm-68.267-34.133h61.201l294.093-294.093a16.52 16.52 0 0 1 3.567-2.73l204.34-205.16v-61.217h-61.185L546.287 417.382a17.954 17.954 0 0 1-3.618 2.782L251.733 711.066v61.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-column-1-grid"><path d="M874.667 117.333H149.333c-40.533 0-74.666 34.134-74.666 74.667v640c0 40.533 34.133 74.667 74.666 74.667h725.334c40.533 0 74.666-34.134 74.666-74.667V192c0-40.533-34.133-74.667-74.666-74.667zm-725.334 64h725.334c6.4 0 10.666 4.267 10.666 10.667v288H138.667V192c0-6.4 4.266-10.667 10.666-10.667zm725.334 661.334H149.333c-6.4 0-10.666-4.267-10.666-10.667V544h746.666v288c0 6.4-4.266 10.667-10.666 10.667z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-column-2-grid"><path d="M874.667 117.333H149.333c-40.533 0-74.666 34.134-74.666 74.667v640c0 40.533 34.133 74.667 74.666 74.667h725.334c40.533 0 74.666-34.134 74.666-74.667V192c0-40.533-34.133-74.667-74.666-74.667zM138.667 832V192c0-6.4 4.266-10.667 10.666-10.667H480v661.334H149.333c-6.4 0-10.666-4.267-10.666-10.667zm746.666 0c0 6.4-4.266 10.667-10.666 10.667H544V181.333h330.667c6.4 0 10.666 4.267 10.666 10.667v640z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-column-3-grid"><path d="M874.667 117.333H149.333c-40.533 0-74.666 34.134-74.666 74.667v640c0 40.533 34.133 74.667 74.666 74.667h725.334c40.533 0 74.666-34.134 74.666-74.667V192c0-40.533-34.133-74.667-74.666-74.667zm-245.334 64v661.334H394.667V181.333h234.666zM138.667 832V192c0-6.4 4.266-10.667 10.666-10.667h181.334v661.334H149.333c-6.4 0-10.666-4.267-10.666-10.667zm746.666 0c0 6.4-4.266 10.667-10.666 10.667H693.333V181.333h181.334c6.4 0 10.666 4.267 10.666 10.667v640z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-column-4-grid"><path d="M874.667 117.333H149.333c-40.533 0-74.666 34.134-74.666 74.667v640c0 40.533 34.133 74.667 74.666 74.667h725.334c40.533 0 74.666-34.134 74.666-74.667V192c0-40.533-34.133-74.667-74.666-74.667zm-330.667 64h128v661.334H544V181.333zm-64 661.334H352V181.333h128v661.334zM138.667 832V192c0-6.4 4.266-10.667 10.666-10.667H288v661.334H149.333c-6.4 0-10.666-4.267-10.666-10.667zm746.666 0c0 6.4-4.266 10.667-10.666 10.667H736V181.333h138.667c6.4 0 10.666 4.267 10.666 10.667v640z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-component"><path d="M811.008 335.872c-2.048-7.168-11.264-9.216-17.408-4.096L690.176 435.2c-8.192 8.192-20.48 8.192-28.672 0L588.8 362.496c-8.192-8.192-8.192-20.48 0-28.672l104.448-104.448c5.12-5.12 3.072-14.336-4.096-17.408-17.408-4.096-35.84-7.168-54.272-7.168-108.544 0-195.584 94.208-183.296 204.8 2.048 17.408 6.144 32.768 12.288 48.128L225.28 697.344c-27.648 27.648-27.648 73.728 0 101.376 14.336 14.336 32.768 21.504 51.2 21.504s36.864-7.168 51.2-21.504l238.592-238.592c15.36 6.144 31.744 10.24 48.128 12.288 111.616 12.288 204.8-74.752 204.8-183.296 0-18.432-3.072-36.864-8.192-53.248z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-data-table"><path d="M915.692 39.385H108.308c-15.754 0-29.539 13.784-29.539 29.538v98.462c0 15.753 13.785 29.538 29.539 29.538h807.384c15.754 0 29.539-13.785 29.539-29.538V68.923c0-15.754-13.785-29.538-29.539-29.538zM285.538 275.692h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zM285.538 472.615h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 669.538h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 866.462h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538z" /></symbol><symbol class="icon" viewBox="0 0 1132 1024" id="icon-date-field"><path d="M1023.995 1023.995H107.789C48.262 1023.995 0 975.732 0 916.205V188.63C0 129.105 48.262 80.843 107.789 80.843h80.842v53.894h-80.842c-29.777 0-53.895 24.118-53.895 53.895V296.42H1077.89V188.63c0-29.776-24.117-53.894-53.894-53.894h-80.842V80.842h80.842c59.526 0 107.789 48.262 107.789 107.789v727.575c0 59.526-48.263 107.789-107.79 107.789Zm53.894-673.681H53.894v565.892c0 29.777 24.118 53.894 53.895 53.894h916.206c29.777 0 53.894-24.117 53.894-53.894V350.314ZM794.943 628.086l-3.584 5.632c-3.314 6.306-7.087 12.153-11.237 17.731L646.734 861.476H589.12l98.358-160.875c-.108 0-.216.027-.324.027-66.963 0-121.262-60.335-121.262-134.736 0-74.401 54.299-134.736 121.262-134.736 66.964 0 121.263 60.335 121.263 134.736 0 22.42-5.39 43.25-14.12 61.844l.646.35ZM687.154 485.05c-37.214 0-67.368 36.19-67.368 80.842 0 44.651 30.154 80.842 67.368 80.842 19.052 0 36.164-9.567 48.425-24.819l9.781-16.006c5.66-11.83 9.163-25.385 9.163-40.017 0-44.652-30.154-80.842-67.369-80.842Zm-310.216 21.881-80.734 72.327v-66.991l82.405-80.41h52.062v429.727h-53.733V506.93Zm512.32-291.353c-14.874 0-26.947-12.072-26.947-26.947V26.947C862.311 12.072 874.384 0 889.26 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947ZM296.42 80.842h538.944v53.894H296.42V80.842Zm-53.895 134.736c-14.875 0-26.947-12.072-26.947-26.947V26.947C215.578 12.072 227.65 0 242.525 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947Z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-date-range-field"><path d="M887.467 192.853H786.773v-73.386c0-10.24-6.826-17.067-17.066-17.067s-17.067 6.827-17.067 17.067v73.386H303.787v-73.386c0-10.24-6.827-17.067-17.067-17.067s-17.067 6.827-17.067 17.067v73.386H168.96c-46.08 0-85.333 37.547-85.333 85.334v558.08c0 46.08 37.546 85.333 85.333 85.333h718.507c46.08 0 85.333-37.547 85.333-85.333v-558.08c0-47.787-37.547-85.334-85.333-85.334zM168.96 226.987h100.693v66.56c0 10.24 6.827 17.066 17.067 17.066s17.067-6.826 17.067-17.066v-66.56h450.56v66.56c0 10.24 6.826 17.066 17.066 17.066s17.067-6.826 17.067-17.066v-66.56h98.987c27.306 0 51.2 22.186 51.2 51.2v88.746H117.76v-88.746c0-29.014 22.187-51.2 51.2-51.2zm718.507 660.48H168.96c-27.307 0-51.2-22.187-51.2-51.2v-435.2h820.907v435.2c0 27.306-22.187 51.2-51.2 51.2z" /><path d="M858.453 493.227H327.68c-10.24 0-17.067 6.826-17.067 17.066V624.64H194.56c-10.24 0-17.067 6.827-17.067 17.067v133.12c0 10.24 6.827 17.066 17.067 17.066H460.8c10.24 0 17.067-6.826 17.067-17.066V660.48h380.586c10.24 0 17.067-6.827 17.067-17.067v-133.12c0-10.24-6.827-17.066-17.067-17.066zM445.44 527.36v97.28h-98.987v-97.28h98.987zm-230.4 131.413h98.987v98.987H215.04v-98.987zm131.413 97.28v-97.28h98.987v97.28h-98.987zm133.12-228.693h97.28v98.987h-97.28V527.36zm131.414 0h98.986v98.987h-98.986V527.36zm230.4 97.28H742.4v-98.987h98.987v98.987z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-divider"><path d="M62.5 491.773h899v74.918h-899v-74.918z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-document"><path d="M979.478 706.382a44.522 44.522 0 0 1-11.843 57.967l-4.363 2.85L569.478 995.06l-5.388 4.764a84.013 84.013 0 0 1-43.943 17.808l-8.102.401c-19.056 0-37.31-6.545-52.046-18.254l-5.432-4.72L60.817 767.2a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zm0-222.609a44.522 44.522 0 0 1-11.843 57.968l-4.363 2.849-393.794 227.862-5.388 4.764a84.013 84.013 0 0 1-43.943 17.809l-8.102.4c-19.056 0-37.31-6.544-52.046-18.254l-5.432-4.719L60.817 544.59a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zM512 0c18.788 0 36.864 6.1 51.645 17.185l4.586 3.74 403.5 199.68 5.61 6.144c32.501 35.44 32.501 89.89 0 125.329l-5.61 6.144-403.5 199.59-4.541 3.785a86.239 86.239 0 0 1-43.676 16.83l-8.014.356c-18.788 0-36.864-6.1-51.645-17.186l-4.63-3.784L52.269 358.222l-5.61-6.144a92.739 92.739 0 0 1 0-125.329l5.61-6.144 403.456-199.68 4.585-3.74C473 7.702 488.136 1.87 503.986.356z" fill="#008df0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-drag"><path d="M574.958 267.016h-63.454 204.649L511.213 63.655 307.85 267.016h141.191V456.68H258.688v125.917H449.04V772.95h125.917V582.596h188.875V456.679H574.958V267.016zm-63.704 693.33 189.62-187.396H323.126l188.129 187.395zM71.292 518.891l187.395 189.62v-377.75L71.292 518.892zm692.54-188.13v377.75L952.708 518.89 763.833 330.762z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-file-upload-field"><path d="m676.48 72.96 209.92 211.2 9.6 23.04V928l-32 32H160l-32-32V96l32-32h494.08l22.4 8.96zM640 320h192L640 128v192zM192 128v768h640V384H608l-32-32V128H192zm512 320H320v64h384v-64zM320 576h384v64H320v-64zm384 128H320v64h384v-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-github"><path d="M512 0C229.284 0 .142 234.943.142 524.868c0 231.829 146.647 428.553 350.068 497.952 25.593 4.82 34.977-11.389 34.977-25.294 0-12.455-.469-45.47-.725-89.277-142.382 31.735-172.453-70.38-172.453-70.38-23.247-60.57-56.817-76.694-56.817-76.694-46.493-32.588 3.54-31.948 3.54-31.948 51.357 3.71 78.358 54.086 78.358 54.086 45.683 80.191 119.817 57.072 148.993 43.594 4.65-33.911 17.915-57.03 32.503-70.168-113.675-13.223-233.151-58.224-233.151-259.341 0-57.285 19.92-104.163 52.678-140.846-5.246-13.266-22.82-66.627 4.991-138.884 0 0 42.996-14.076 140.76 53.787 40.864-11.644 84.628-17.445 128.179-17.659 43.465.214 87.271 6.015 128.135 17.66 97.68-67.907 140.59-53.788 140.59-53.788 27.939 72.257 10.408 125.618 5.119 138.884 32.844 36.683 52.593 83.56 52.593 140.846 0 201.587-119.647 245.99-233.663 258.957 18.341 16.21 34.72 48.2 34.72 97.21 0 70.168-.639 126.728-.639 143.96 0 14.034 9.214 30.371 35.19 25.21 203.25-69.528 349.77-266.124 349.77-497.867C1023.858 234.943 794.674 0 512 0" fill="#3E75C3" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-grid-sub-form"><defs><style>@font-face{font-family:feedback-iconfont;src:url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944) format("woff2"),url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944) format("woff"),url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944) format("truetype")}</style></defs><path d="M448 768h128V640H448v128zM256 384h128V256H256v128zm192 192h128V448H448v128zM256 768h128V640H256v128zm0-192h128V448H256v128zM832 0H192A192 192 0 0 0 0 192v640c0 105.984 85.952 192 192 192h640c105.984 0 192-86.016 192-192V192C1024 85.952 937.984 0 832 0zm64 832c0 35.392-28.608 64-64 64H192a64 64 0 0 1-64-64V192c0-35.328 28.672-64 64-64h640a64 64 0 0 1 64 64v640zM640 576h128V448H640v128zm0-192h128V256H640v128zm-192 0h128V256H448v128zm192 384h128V640H640v128z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-grid"><path d="M819.354 921.6h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 819.2v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 460.8v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V102.4h-102.4v102.4zM921.754 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 921.754 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM563.354 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 563.354 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM204.954 0h-102.4A102.4 102.4 0 0 0 .154 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 204.954 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-html-text"><path d="m137.6 512 204.8-204.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L70.4 489.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4l227.2 227.2c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8L137.6 512zm464-339.2c-16-3.2-35.2 6.4-38.4 22.4L396.8 812.8c-3.2 16 6.4 35.2 22.4 38.4 16 3.2 35.2-6.4 38.4-22.4L624 211.2c6.4-16-3.2-35.2-22.4-38.4zm352 316.8L726.4 262.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L886.4 512 681.6 716.8c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l227.2-227.2c6.4-6.4 9.6-16 9.6-22.4 0-9.6-3.2-16-9.6-22.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-node-tree"><path d="M332.48 500.864a25.6 25.6 0 1 0 0-51.2H192.384v-184.96a115.2 115.2 0 0 0 89.6-112.128c0-63.488-51.712-115.2-115.2-115.2s-115.2 51.712-115.2 115.2a115.2 115.2 0 0 0 89.6 112.128v696.192a25.6 25.6 0 1 0 51.2 0v-141.12c2.304.192 4.48.512 6.912.512H332.48a25.6 25.6 0 1 0 0-51.2H199.296c-3.456 0-5.504-.448-6.08-.256a29.184 29.184 0 0 1-.896-8.576V500.8h140.16zM102.784 152.64c0-35.264 28.736-64 64-64s64 28.736 64 64-28.736 64-64 64-64-28.736-64-64zm818.432 207.424h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4zm486.336 140.352h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-number-field"><path d="M960 1024H64a64 64 0 0 1-64-64V64A64 64 0 0 1 64 0h896a64 64 0 0 1 64 64v896a64 64 0 0 1-64 64zm0-896a64 64 0 0 0-64-64H128a64 64 0 0 0-64 64v768a64 64 0 0 0 64 64h768a64 64 0 0 0 64-64V128zM832 768H704a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v384a64 64 0 0 1-64 64zM512 640a64 64 0 0 1 0 128H384a64 64 0 0 1-64-64V512a64 64 0 0 1 64-64h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64h-64v64h64zM192 768a64 64 0 0 1-64-64V320a64 64 0 0 1 128 0v384a64 64 0 0 1-64 64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-object-group"><path d="M90.68 508.739c19.567 0 32.612-13.045 32.612-32.612V300.025c0-13.044 6.522-26.089 19.566-26.089L501.585 65.223c6.522 0 19.566 0 32.611 6.522l91.312 52.179c13.045 6.522 32.612 0 39.134-13.045s6.522-32.611-6.522-45.656l-91.313-52.178c-32.611-19.567-65.222-19.567-97.834 0L110.247 221.758c-32.611 13.045-52.178 45.656-52.178 84.79V482.65c0 13.044 13.044 26.089 32.611 26.089zM710.298 854.42 534.196 958.777c-13.045 6.522-26.09 6.522-32.611 0L142.858 750.064c-13.044-6.523-19.566-19.567-19.566-32.612V606.573c0-19.567-13.045-32.611-32.612-32.611S58.07 593.529 58.07 613.096v104.356c0 32.612 19.567 65.223 45.656 84.79l358.726 208.713c13.044 6.523 32.611 13.045 45.656 13.045 19.567 0 32.611-6.522 45.656-13.045L729.865 906.6c13.044-6.523 19.567-26.09 13.044-45.656 0-13.045-19.566-19.567-32.611-6.523zm215.236-632.662-150.013-84.79c-13.045-6.522-32.612-6.522-45.656 13.045-6.522 13.044-6.522 32.611 13.044 45.656l150.013 84.79c6.522 0 13.045 13.044 13.045 26.089v417.427c0 13.044-6.523 26.089-19.567 26.089l-52.179 32.611c-13.044 6.522-19.566 26.09-13.044 45.656 6.522 13.045 19.567 13.045 26.09 13.045 6.521 0 13.044 0 13.044-6.522l58.7-32.612c32.612-19.567 45.656-52.178 45.656-84.79V300.025c6.523-32.611-13.044-65.222-39.133-78.267z" /><path d="M755.954 352.204 534.196 221.758c-13.045-6.522-19.567-6.522-32.611 0L279.827 352.204c-13.045 6.522-19.567 19.567-19.567 32.611v260.892c0 13.045 6.522 19.567 13.044 26.09l221.758 130.445c6.523 0 13.045 6.522 13.045 6.522 6.522 0 13.044 0 13.044-6.522L742.91 671.796c13.045-6.522 13.045-19.567 13.045-26.089V384.815c13.045-13.044 6.522-26.089 0-32.611zM514.629 286.98l163.057 91.312-163.057 97.834-163.057-91.312 163.057-97.834zM318.96 436.994l163.058 91.312v189.146L318.96 626.14V436.994zm228.28 280.458V528.306l163.058-91.312v182.624L547.24 717.452z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-picture-upload-field"><path d="M896 1024H128C57.312 1024 0 966.688 0 896V128C0 57.312 57.312 0 128 0h768c70.688 0 128 57.312 128 128v768c0 70.688-57.312 128-128 128zm0-64c35.328 0 64-28.672 64-64V639.968l-192-192L494.816 721.12 730.624 960H896zM64 896c0 35.328 28.672 64 64 64h512.032L318.24 638.208 64 865.952V896zm896-768c0-35.328-28.672-64-64-64H128c-35.328 0-64 28.672-64 64v650.752L320 544l129.856 131.552L768 352l192 196.096V128zM256 384c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128zm0-192c-35.328 0-64 28.672-64 64s28.672 64 64 64 64-28.672 64-64-28.672-64-64-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-radio-field"><path d="M512 65.983C266.08 65.983 65.983 266.08 65.983 512c0 245.952 200.065 446.017 446.017 446.017S958.017 757.952 958.017 512c0-245.92-200.065-446.017-446.017-446.017zm0 828.034c-210.656 0-382.017-171.392-382.017-382.017 0-210.656 171.36-382.017 382.017-382.017 210.625 0 382.017 171.36 382.017 382.017 0 210.625-171.392 382.017-382.017 382.017zM512 352C423.776 352 352 423.776 352 512s71.774 160 160 160 160-71.774 160-160-71.776-160-160-160z" /></symbol><symbol class="icon" viewBox="0 0 1069 1024" id="icon-rate-field"><path d="m633.73 378.02 9.498 18.688 20.78 2.798 206.616 27.332a11.465 11.465 0 0 1 6.61 19.473L729.966 593.665l-14.893 14.893 3.8 20.683 37.847 204.89a11.465 11.465 0 0 1-16.481 12.296l-185.55-94.58-18.687-9.493-18.487 9.992-183.24 99.35a11.465 11.465 0 0 1-16.784-11.867l32.543-205.796 3.297-20.786-15.192-14.492-151.033-143.484a11.465 11.465 0 0 1 6.1-19.64L399 402.998l20.786-3.296 9.092-18.98 89.713-188.078a11.465 11.465 0 0 1 20.569-.263l94.568 185.635zM496.647 85.52 374.89 340.501l-279.126 44.26a34.395 34.395 0 0 0-18.303 58.908l204.873 194.663-44.169 279.115a34.395 34.395 0 0 0 50.366 35.616l248.4-134.679L788.776 946.66a34.395 34.395 0 0 0 49.437-36.894l-51.306-277.854 199.731-199.909a34.395 34.395 0 0 0-19.828-58.408l-280.118-37.032L558.33 84.713a34.395 34.395 0 0 0-61.682.802z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-redo"><path d="M412.081 346.3h443.415L640.168 133.871c-18.973-18.973-18.973-46.064 0-65.038s44.325-19.884 63.381-.83l291.385 284.591c18.973 18.973 18.973 44.159 0 63.132L703.549 700.649c-18.973 18.973-44.325 18.973-63.381-.083-18.973-18.973-18.973-43.91 0-62.883l215.328-208.534H412.081c-177.3 0-314.335 138.359-314.335 309.364v44.325c0 25.354-16.074 44.325-41.425 44.325s-41.425-18.973-41.425-44.325v-44.325c0-221.709 169.181-392.213 397.185-392.213z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rich-editor-field"><path d="M313.36 448.094H632.63v31.927H313.36v-31.927ZM313.36 583.784h223.49v31.927H313.36v-31.927ZM313.36 719.474h127.709v31.927h-127.71v-31.927ZM889.412 554.809l-39.955-39.971-39.957-39.941c-7.358-7.358-19.285-7.358-26.642 0l-329.7 329.694a14.08 14.08 0 0 0-4.592 6.873L412.078 932.86a14.158 14.158 0 0 0 3.54 14.079l.99.763.77.982a14.174 14.174 0 0 0 14.062 3.555l121.395-36.495a14.04 14.04 0 0 0 6.938-4.677l329.639-329.63c7.35-7.343 7.35-19.284 0-26.627zM541.136 889.756l-95.198 28.622 28.623-95.235 255.02-255.02 66.6 66.599-255.045 255.034zM856.112 574.78l-46.611 46.611-66.59-66.598 46.605-46.597c3.677-3.68 9.641-3.68 13.319-.016l26.892 26.892 26.384 26.394c3.68 3.68 3.68 9.65.001 13.314z" /><path d="M671.874 224.898v-28.934c0-22.004-17.905-39.909-39.909-39.909H314.026c-22.004 0-39.909 17.905-39.909 39.91v28.933h-104.43v643.564c0 35.26 28.592 63.854 63.855 63.854h127.709v-47.89H249.506c-17.632 0-31.928-14.299-31.928-31.928v-579.71h56.54v10.976c0 22.004 17.904 39.909 39.908 39.909h317.938c22.004 0 39.91-17.905 39.91-39.91V272.79h56.538V437.45h47.89V224.898H671.875zm-47.89 50.884H322.007v-71.836h301.974v71.836z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-section"><path d="M141.074 906.496h741.852c89.581 0 134.583-44.562 134.583-132.846V250.331c0-88.283-45.002-132.845-134.583-132.845H141.074c-89.143.018-134.583 44.16-134.583 132.845V773.67c0 88.704 45.44 132.845 134.583 132.845zm1.28-68.992c-42.861 0-66.852-22.71-66.852-67.291V253.806c0-44.58 23.99-67.292 66.852-67.292h739.292c42.423 0 66.852 22.711 66.852 67.292v516.388c0 44.58-24.43 67.292-66.852 67.292z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slider-field"><path d="M951.453 476.844H523.672a131.836 131.836 0 0 0-254.18 0H72.547v70.312h196.945a131.836 131.836 0 0 0 254.18 0h427.781z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-component"><path d="M512 102.4c-212.48 0-384 171.52-384 384s171.52 384 384 384 384-171.52 384-384-171.52-384-384-384zm25.6 716.8v-128c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v128C322.56 806.4 192 675.84 179.2 512h128c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-128C192 296.96 322.56 166.4 486.4 156.16V281.6c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6V156.16C701.44 168.96 832 299.52 844.8 460.8h-128c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h128C832 675.84 701.44 806.4 537.6 819.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-field"><path d="M493.969 244.87h36.285q18.031 0 18.031 18.03v217.267q0 18.031-18.031 18.031h-36.285q-18.032 0-18.032-18.031V262.901q0-18.031 18.032-18.031ZM323.45000000000005 525.802h36.286q18.031 0 18.031 18.031v217.266q0 18.031-18.031 18.031H323.45q-18.03 0-18.03-18.03V543.832q0-18.031 18.03-18.031ZM664.2639999999999 525.802h36.286q18.03 0 18.03 18.031v217.266q0 18.031-18.03 18.031h-36.286q-18.031 0-18.031-18.03V543.832q0-18.031 18.031-18.031Z" /><path d="M827.437 122.212H196.563a74.574 74.574 0 0 0-74.35 74.351v630.874a74.574 74.574 0 0 0 74.35 74.35h630.874a74.574 74.574 0 0 0 74.35-74.35V196.563a74.574 74.574 0 0 0-74.35-74.35zm52.09 705.225a52.09 52.09 0 0 1-52.09 52.09H196.563a52.09 52.09 0 0 1-52.09-52.09V196.563a52.09 52.09 0 0 1 52.09-52.09h630.874a52.09 52.09 0 0 1 52.09 52.09z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-split-1"><path d="M1024 0H0v1024h1024V0zM51.2 51.712h435.2V538H51.2V51.712zm0 921.088V537.6h435.2v435.2H51.2zM537.6 51.712h435.2V537H537.6V51.712zm0 920.576v-435.2h435.2v435.2H537.6z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-split-2"><path d="M1024 0H0v1024h1024V0zM51.2 51.712h916.48V486.4H51.2V51.712zm0 921.088V537.6h916.48v435.2H51.2z" fill="#7c7d82" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-split-3"><path d="M1024 0H0v1024h1024V0zM51.2 51.712h435.2V486.4H51.2V51.712zm0 921.088V537.6h435.2v435.2H51.2zM537.6 51.712h435.2V537.4H537.6V51.712zm0 920.576v-435.2h435.2v435.2H537.6z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-split-4"><path d="M1024 0H0v1024h1024V0zM51.2 51.712h435.2V538.4H51.2V51.712zm0 921.088V537.6h435.2v435.2H51.2zM537.6 51.712h435.2V486.4H537.6V51.712zm0 920.576v-435.2h435.2v435.2H537.6z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-split-5"><path d="M1024 0H0v1024h1024V0zM51.2 51.712h435.2V486.4H51.2V51.712zm0 921.088V537.6h435.2v435.2H51.2zM537.6 51.712h435.2V486.4H537.6V51.712zm0 920.576v-435.2h435.2v435.2H537.6z" fill="#7c7d82" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-static-text"><path d="M213.333 160c-4.821 0-9.472.64-13.824 1.792a32 32 0 0 1-16.554-61.824C192.683 97.408 202.88 96 213.333 96h33.195a32 32 0 0 1 0 64h-33.195zm133.931-32a32 32 0 0 1 32-32h66.347a32 32 0 1 1 0 64h-66.304a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zm199.083 0a32 32 0 0 1 32-32h33.195c10.453 0 20.65 1.365 30.378 3.968a32 32 0 1 1-16.554 61.867A53.419 53.419 0 0 0 810.667 160h-33.195a32 32 0 0 1-32-32zm-606.293 32.341a32 32 0 0 1 22.613 39.168A53.461 53.461 0 0 0 160 213.333v33.195a32 32 0 0 1-64 0v-33.195c0-10.453 1.365-20.65 3.968-30.378a32 32 0 0 1 39.168-22.614zm745.685 0a32 32 0 0 1 39.168 22.614c2.56 9.728 3.968 19.925 3.968 30.378v33.195a32 32 0 0 1-64 0v-33.195c0-4.821-.64-9.472-1.792-13.824a32 32 0 0 1 22.613-39.168zM128 347.221a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zM128 546.432a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm0 199.083a32 32 0 0 1 32 32v33.152c0 10.453-1.365 20.65-3.968 30.378a32 32 0 1 1-61.867-16.554c1.195-4.352 1.835-8.96 1.835-13.824v-33.195a32 32 0 0 1 32-32zm-768 0a32 32 0 0 1 32 32v33.152c0 4.821.64 9.472 1.792 13.824a32 32 0 0 1-61.824 16.512A117.461 117.461 0 0 1 96 810.667v-33.195a32 32 0 0 1 32-32zm32.341 139.392a32 32 0 0 1 39.168-22.656 53.814 53.814 0 0 0 13.824 1.792h33.195a32 32 0 0 1 0 64h-33.195c-10.453 0-20.65-1.366-30.378-3.968a32 32 0 0 1-22.614-39.168zm703.318 0a32 32 0 0 1-22.614 39.168c-9.728 2.56-19.925 3.968-30.378 3.968h-33.195a32 32 0 0 1 0-64h33.195c4.821 0 9.472-.64 13.824-1.792a32 32 0 0 1 39.168 22.613zM347.307 896a32 32 0 0 1 32-32h66.346a32 32 0 1 1 0 64h-66.346a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zM341.333 352a32 32 0 0 0 0 64H480v266.667a32 32 0 0 0 64 0V416h138.667a32 32 0 0 0 0-64H341.333z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-sub-form"><path d="M512 106.667H112a5.333 5.333 0 0 0-5.333 5.333v800a5.333 5.333 0 0 0 5.333 5.333h800a5.333 5.333 0 0 0 5.333-5.333V112a5.333 5.333 0 0 0-5.333-5.333zm0 74.666h325.333a5.333 5.333 0 0 1 5.334 5.334v160a5.333 5.333 0 0 1-5.334 5.333H186.667a5.333 5.333 0 0 1-5.334-5.333v-160a5.333 5.333 0 0 1 5.334-5.334zM597.333 432v405.333a5.333 5.333 0 0 1-5.333 5.334H432a5.333 5.333 0 0 1-5.333-5.334V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.333 5.333zm-410.666-5.333h160A5.333 5.333 0 0 1 352 432v405.333a5.333 5.333 0 0 1-5.333 5.334h-160a5.333 5.333 0 0 1-5.334-5.334V432a5.333 5.333 0 0 1 5.334-5.333zM672 837.333V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.334 5.333v405.333a5.333 5.333 0 0 1-5.334 5.334h-160a5.333 5.333 0 0 1-5.333-5.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-switch-field"><path d="M692 792H332C182 792 62 672 62 522s120-270 270-270h360c150 0 270 120 270 270 0 147-120 270-270 270zM332 312c-117 0-210 93-210 210s93 210 210 210h360c117 0 210-93 210-210s-93-210-210-210H332z" /><path d="M191 522a150 150 0 1 0 300 0 150 150 0 1 0-300 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-tab"><path d="M908.8 1005.44H115.2A101.76 101.76 0 0 1 14.08 903.68V110.72A101.76 101.76 0 0 1 115.2 8.96h296.96a32.64 32.64 0 0 1 32 32V262.4a32 32 0 0 1-32 32 32 32 0 0 1-32-32v-192H115.2a37.76 37.76 0 0 0-37.12 37.76v795.52a37.76 37.76 0 0 0 37.12 37.76h793.6a37.76 37.76 0 0 0 37.12-37.76V267.52a32 32 0 0 1 32-32 32 32 0 0 1 32 32v636.16a101.76 101.76 0 0 1-101.12 101.76z" /><path d="M977.92 299.52a32.64 32.64 0 0 1-32-32v-87.04a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32H908.8a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z" /><path d="M977.92 299.52H64a32 32 0 0 1-32-32 32 32 0 0 1 32-32h913.92a32 32 0 0 1 32 32 32 32 0 0 1-32 32z" /><path d="M699.52 299.52a32 32 0 0 1-32-32v-156.8a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-table"><path d="M925.586 0H101.369C69.885 0 42.24 28.924 42.24 62.328v902.8c0 33.403 27.645 58.872 59.129 58.872h824.217c31.484 0 56.057-25.469 56.057-58.873V62.328C981.643 28.924 957.198 0 925.586 0zM373.719 735.908V543.932h276.445v191.976zm276.445 42.235v203.494H373.719V778.143zm287.964-276.446h-244.45V298.203h244.45zm-287.964 0H373.719V298.203h276.445zm-319.96 0H85.754V298.203h244.45zm-244.45 42.235h244.45v191.976H85.754zm607.925 0h244.449v191.976h-244.45zM101.369 42.235h824.217c7.807 0 12.542 10.366 12.542 20.093v193.64H85.755V62.328c0-9.727 7.807-20.093 15.614-20.093zM85.755 964.999V778.143h244.449v203.494H101.369c-7.807 0-15.614-6.91-15.614-16.51zm839.83 16.638H693.68V778.143h244.449v186.856c0 9.727-4.607 16.638-12.542 16.638z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-text-field"><path d="M896 224H128c-35.2 0-64 28.8-64 64v448c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V288c0-35.2-28.8-64-64-64zm0 480c0 19.2-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V320c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32v384z" /><path d="M224 352c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V384c0-16-12.8-32-32-32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-textarea-field"><path d="M896.4 173.1H128.9c-35.2 0-49 13.8-49 49v575.6c0 35.2 13.8 49 49 49h767.5c35.2 0 49-13.8 49-49V222.1c0-35.2-13.8-49-49-49zm0 592.6c0 16-12.8 32-32 32H160.9c-19.2 0-32-12.8-32-32V254.1c0-16 12.8-32 32-32h703.5c19.2 0 32 12.8 32 32v511.6z" /><path d="M710.2 766.7h141.5c8.1 0 14.7-6.6 14.7-14.7V610.4c0-1.3-1.6-2-2.6-1.1L709.1 764.1c-1 1-.3 2.6 1.1 2.6zm-503-172.4h-13.5c-10 0-18.2-8.2-18.2-18.2V291.8c0-10.2 8.4-18.6 18.6-18.6h12.8c10.2 0 18.6 8.4 18.6 18.6v284.3c-.1 10-8.3 18.2-18.3 18.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-field"><path d="M512 39.385A472.615 472.615 0 1 0 984.615 512 472.615 472.615 0 0 0 512 39.385zm0 866.461A393.846 393.846 0 1 1 905.846 512 393.846 393.846 0 0 1 512 905.846zm75.855-373.72A77.154 77.154 0 0 0 590.769 512a78.454 78.454 0 0 0-39.384-67.86V196.923a39.385 39.385 0 0 0-78.77 0V444.14a78.336 78.336 0 0 0 59.55 143.715l70.144 70.144a39.385 39.385 0 0 0 55.69-55.69zM512 551.385A39.385 39.385 0 1 1 551.385 512 39.385 39.385 0 0 1 512 551.385zm315.077-78.77A39.385 39.385 0 1 0 866.462 512a39.385 39.385 0 0 0-39.385-39.385zm-630.154 0A39.385 39.385 0 1 0 236.308 512a39.385 39.385 0 0 0-39.385-39.385zm509.991 234.3a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69 0zM317.007 317.006a39.385 39.385 0 1 0-55.73 0 39.385 39.385 0 0 0 55.809.04zM512 787.692a39.385 39.385 0 1 0 39.385 39.385A39.385 39.385 0 0 0 512 787.692zm-250.604-80.778a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.039zm445.518-445.518a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.04z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-range-field"><path d="M498.596 482.29H345.42v57.308h210.478V274.197h-57.301V482.29zm79.089 162.695h379.88v57.302h-379.88v-57.302zm0 128.78h379.88v57.307h-379.88v-57.307zm0 128.785h379.88v57.307h-379.88V902.55zm0 0" /><path d="M102.523 382.29a28.668 28.668 0 0 0 23.367 2.56l190.81-61.886c15.053-4.883 23.298-21.04 18.415-36.09-4.882-15.052-21.04-23.297-36.093-18.415l-123.346 40c15.994-26.117 35.17-50.538 57.37-72.745 73.768-73.767 171.847-114.388 276.169-114.388 104.32 0 202.395 40.622 276.161 114.388S899.77 407.56 899.77 511.882c0 26.428-2.616 52.45-7.71 77.78h58.303c4.465-25.499 6.709-51.47 6.709-77.78 0-60.45-11.846-119.102-35.205-174.336-22.56-53.335-54.85-101.227-95.969-142.35-41.122-41.122-89.017-73.408-142.348-95.968-55.233-23.361-113.89-35.207-174.334-35.207-60.45 0-119.107 11.846-174.337 35.208-53.335 22.56-101.23 54.846-142.35 95.969-23.98 23.98-44.933 50.278-62.727 78.6l-20.738-105.654c-3.043-15.528-18.105-25.642-33.632-22.6-15.528 3.048-25.643 18.105-22.6 33.637l36.103 183.932a28.666 28.666 0 0 0 13.588 19.178zm23.497 205.652H67.768c5.76 33.679 15.368 66.544 28.79 98.278 22.56 53.334 54.85 101.225 95.972 142.348 41.123 41.123 89.014 73.409 142.349 95.969 54.112 22.888 111.518 34.711 170.668 35.182v-57.324c-102.95-.941-199.595-41.446-272.5-114.349-55.501-55.502-92.237-124.77-107.027-200.104zm0 0" /></symbol><symbol class="icon" viewBox="0 0 1280 1024" id="icon-tree"><path d="M292.058 791.091H510.49a26.24 26.24 0 0 1 0 52.467H266.035a26.214 26.214 0 0 1-26.406-26.048V318.963h-26.125a26.406 26.406 0 0 1-26.342-26.342V187.917a26.368 26.368 0 0 1 26.342-26.33h104.704c14.554 0 26.342 11.815 26.342 26.33V292.62a26.342 26.342 0 0 1-26.342 26.342H292.07V511.31h218.432a26.227 26.227 0 0 1 0 52.454H292.058v227.328zm157.376-603.174c0-14.541 10.636-26.33 23.692-26.33h596.058c13.069 0 23.667 11.815 23.667 26.33V292.62c0 14.553-10.611 26.342-23.667 26.342H473.126c-13.068 0-23.667-11.789-23.692-26.342V187.917zM622.08 485.184c0-14.54 10.496-26.342 23.667-26.342h423.437c13.069 0 23.667 11.827 23.667 26.342v104.704c0 14.554-10.483 26.342-23.667 26.342h-423.45c-13.056-.012-23.641-11.801-23.667-26.342V485.184zm0 279.782c0-14.553 10.496-26.342 23.667-26.342h423.437c13.069 0 23.667 11.827 23.667 26.342v104.717c0 14.541-10.483 26.33-23.667 26.33h-423.45c-13.056-.013-23.641-11.802-23.667-26.33V764.966z" /><path d="M292.058 757.517H510.49a26.24 26.24 0 1 1 0 52.467H266.035a26.227 26.227 0 0 1-26.406-26.06V285.375h-26.125a26.394 26.394 0 0 1-26.342-26.33V154.33a26.368 26.368 0 0 1 26.342-26.343h104.704c14.554 0 26.342 11.815 26.342 26.343v104.716a26.342 26.342 0 0 1-26.342 26.33H292.07v192.346h218.432a26.24 26.24 0 0 1 0 52.467H292.058v227.328zM449.434 154.342c0-14.54 10.636-26.342 23.692-26.342h596.058c13.069 0 23.667 11.814 23.667 26.342V259.06c0 14.541-10.611 26.33-23.667 26.33H473.126c-13.068 0-23.667-11.789-23.692-26.33V154.342zM622.08 451.61c0-14.541 10.496-26.343 23.667-26.343h423.437c13.069 0 23.667 11.815 23.667 26.343v104.716c0 14.541-10.483 26.33-23.667 26.33h-423.45c-13.056-.013-23.641-11.802-23.667-26.33V451.61zm0 279.782c0-14.54 10.496-26.342 23.667-26.342h423.437c13.069 0 23.667 11.827 23.667 26.342v104.717c0 14.553-10.483 26.33-23.667 26.33h-423.45c-13.056-.013-23.641-11.79-23.667-26.33V731.392z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-undo"><path d="M609.206 396.656H193.504l201.87-199.152c17.787-17.787 17.787-43.185 0-60.973s-41.555-18.641-59.42-.778L62.857 402.557c-17.787 17.787-17.787 41.399 0 59.186L336.03 728.858c17.787 17.787 41.555 17.787 59.42-.078 17.787-17.787 17.787-41.166 0-58.953L193.502 474.326h415.702c166.219 0 311.155 129.712 311.155 290.029v41.555c0 23.769 15.069 41.555 38.836 41.555s38.836-17.787 38.836-41.555v-41.555c0-207.852-175.073-367.7-388.828-367.7z" /></symbol><symbol class="icon" viewBox="0 0 1026 1024" id="icon-vf-dialog"><defs><style>@font-face{font-family:"feedback-iconfont";src:url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944) format("woff2"),url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944) format("woff"),url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944) format("truetype")}</style></defs><path d="M897.024 0q26.624 0 49.664 10.24t40.448 27.648 27.648 40.448 10.24 49.664v576.512q0 26.624-10.24 49.664t-27.648 40.448-40.448 27.648-49.664 10.24h-128v-128h63.488q26.624 0 45.568-18.432t18.944-45.056V320.512q0-26.624-18.944-45.568T832.512 256h-512q-26.624 0-45.568 18.944T256 320.512V384H128V128q0-26.624 10.24-49.664t27.648-40.448 40.448-27.648T256 0h641.024zM576.512 448.512q26.624 0 49.664 10.24t40.448 27.648 27.648 40.448 10.24 49.664v256q0 26.624-10.24 49.664t-27.648 40.448-40.448 27.648-49.664 10.24h-384q-26.624 0-50.176-10.24t-40.96-27.648-27.648-40.448-10.24-49.664v-256q0-26.624 10.24-49.664t27.648-40.448 40.96-27.648 50.176-10.24h384zm0 256q0-26.624-18.944-45.056T512 641.024H256q-26.624 0-45.056 18.432t-18.432 45.056v64.512q0 26.624 18.432 45.056T256 832.512h256q26.624 0 45.568-18.432t18.944-45.056v-64.512z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-vf-drawer"><defs><style>@font-face{font-family:"feedback-iconfont";src:url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944) format("woff2"),url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944) format("woff"),url(//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944) format("truetype")}</style></defs><path d="M128 765.952q0 26.624 18.432 45.056t45.056 18.432h191.488v128H128q-26.624 0-49.664-10.24t-40.448-27.648-27.648-40.448T0 829.44V191.488q0-25.6 10.24-49.152t27.648-40.448 40.448-27.136T128 64.512h701.44q26.624 0 49.664 10.24t40.448 27.136 27.648 40.448 10.24 49.152v251.904l-128 1.024v-61.44q0-26.624-18.432-45.056t-45.056-18.432H191.488q-26.624 0-45.056 18.432T128 382.976v382.976zm862.208-60.416q21.504 18.432 22.016 34.304t-20.992 33.28q-21.504 18.432-51.2 41.472t-60.928 48.128-61.952 49.152-55.296 43.52q-26.624 20.48-43.52 15.36t-16.896-31.744q1.024-16.384 0-40.448t-1.024-41.472q0-19.456-10.752-24.064t-31.232-4.608q-21.504 0-39.936-.512t-35.84-.512-36.352-.512-41.472-.512q-9.216 0-19.968-2.048t-19.456-7.168-14.336-15.36-5.632-27.648v-80.896q0-31.744 15.36-42.496T508.928 640q30.72 1.024 61.44 1.024t71.68 1.024q29.696 0 46.08-5.12t16.384-25.6q-1.024-14.336.512-35.328t1.536-37.376q0-26.624 14.336-33.28t36.864 10.752q22.528 18.432 52.736 43.008t61.952 50.688 62.976 51.2 54.784 44.544z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-vue-sfc"><path d="M454.138 11.176 54.066 174.092c-72.088 29.49-72.088 120.523 0 150.014l400.276 162.916c36.454 14.95 78.847 14.95 115.506 0l400.071-162.814c72.191-29.593 72.089-120.83-.307-150.116L569.746 11.278a155.339 155.339 0 0 0-115.608-.205zm469.19 237.872L532.37 408.585l-7.885 2.457a55.09 55.09 0 0 1-32.562-2.457L100.35 249.048l391.265-159.23a55.09 55.09 0 0 1 40.447 0l391.162 159.23z" fill="#1890FF" /><path d="M498.681 729.911c-20.275 0-40.652-3.788-59.391-11.673L53.76 561.26C20.48 547.847 0 519.89 0 488.558c0-31.436 20.582-59.391 53.862-72.703l36.556-15.053c21.401-8.806 47.103-1.024 57.24 17.408 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.229-4.71 3.584-4.71 6.45 0 3.073 1.536 5.12 4.71 6.452l385.326 156.875c14.336 5.939 30.924 5.939 45.362 0L906.74 495.009c3.072-1.229 4.915-3.584 4.915-6.451 0-3.072-1.536-5.222-4.607-6.451l-44.851-18.227c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.329 35.84-26.214 57.24-17.407l44.851 18.431c33.177 13.517 53.76 41.267 53.76 72.703 0 31.334-20.48 59.391-53.76 72.703L558.482 718.238a161.585 161.585 0 0 1-59.801 11.673z" fill="#5DE1C8" /><path d="M498.681 966.247c-20.275 0-40.652-3.89-59.391-11.673L53.76 797.597C20.48 784.08 0 756.227 0 724.997c0-31.437 20.582-59.494 53.862-72.806l36.556-14.95c21.401-8.807 47.103-1.024 57.24 17.407 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.126-4.71 3.584-4.71 6.451 0 3.072 1.536 5.12 4.71 6.349l385.326 156.977c14.336 5.939 30.924 5.939 45.362 0L906.74 731.14c3.072-1.126 4.915-3.584 4.915-6.349 0-3.072-1.536-5.324-4.607-6.45l-44.851-18.33c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.431 35.84-26.214 57.24-17.407l44.851 18.329c33.177 13.517 53.76 41.369 53.76 72.703 0 31.436-20.48 59.494-53.76 72.805l-385.428 157.08a161.585 161.585 0 0 1-59.801 11.673z" fill="#FF7272" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-search"><path d="M863.3 641.94A416.1 416.1 0 0 0 96.7 318.06a416.1 416.1 0 0 0 766.6 323.88zM480 832a352 352 0 1 1 248.9-103.1A349.69 349.69 0 0 1 480 832z" /><path d="m950.63 841.37-96-96a32 32 0 0 0-45.25 45.25l96 96a13.25 13.25 0 1 1-18.75 18.75l-96-96a32 32 0 0 0-45.25 45.25l96 96a77.25 77.25 0 1 0 109.25-109.25z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-arrow-down"><path d="M512 714.667c-8.533 0-17.067-2.134-23.467-8.534L147.2 364.8c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l320 317.867 317.867-320c12.8-12.8 32-12.8 44.8 0 12.8 12.8 12.8 32 0 44.8L533.333 704c-4.266 8.533-12.8 10.667-21.333 10.667z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-back"><path fill="currentColor" d="M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z" /><path fill="currentColor" d="m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-chart"><path d="M503.339 42.773a8.533 8.533 0 0 1 8.469 6.699l.192 1.856v366.805A93.867 93.867 0 0 0 605.867 512h366.805c4.715 0 8.533 3.84 8.533 8.533v.15c-.106 5.674-.213 10.176-.384 13.504C969.237 783.104 763.776 981.333 512 981.333 252.8 981.333 42.667 771.2 42.667 512c0-251.627 198.016-457.003 446.72-468.8l12.096-.384 1.856-.043zm-61.739 76.48-6.144 1.131C251.435 156.117 113.066 318.251 113.066 512c0 220.33 178.603 398.933 398.934 398.933 193.984 0 355.627-138.453 391.51-321.92l1.215-6.613H605.867a164.267 164.267 0 0 1-164.182-159.061l-.085-5.206v-298.88zm149.333-69.76h.726l9.13 1.622c2.56.469 4.822.896 6.827 1.301l2.859.597c182.229 38.912 325.269 183.595 361.792 366.699l2.154 11.925a8.533 8.533 0 0 1-6.954 9.835l-1.451.128H629.333a46.933 46.933 0 0 1-46.805-43.584l-.128-3.37V58.025a8.533 8.533 0 0 1 8.533-8.533zm62.144 93.803a4.267 4.267 0 0 0-.298 1.557v222.059a4.28 4.28 0 0 0 4.266 4.267h222.08a4.267 4.267 0 0 0 3.968-5.824 400.512 400.512 0 0 0-224.49-224.47 4.267 4.267 0 0 0-5.547 2.411z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-clone"><path d="M774.144 839.68c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H184.32c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V380.928c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4v65.536c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08V839.68c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h458.752c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08h65.536zM380.928 118.784c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v458.752c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456H839.68c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V184.32c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H380.928zm0-65.536H839.68c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v458.752c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H380.928c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V184.32c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-delete"><path fill="currentColor" d="M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-download"><path d="M896 672c-17.067 0-32 14.933-32 32v128c0 6.4-4.267 10.667-10.667 10.667H170.667c-6.4 0-10.667-4.267-10.667-10.667V704c0-17.067-14.933-32-32-32s-32 14.933-32 32v128c0 40.533 34.133 74.667 74.667 74.667h682.666C893.867 906.667 928 872.533 928 832V704c0-17.067-14.933-32-32-32z" /><path d="M488.533 727.467c6.4 6.4 14.934 8.533 23.467 8.533s17.067-2.133 23.467-8.533L748.8 514.133c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L546.133 627.2V170.667c0-17.067-14.933-32-32-32S480 153.6 480 170.667V627.2L322.133 469.333c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l211.2 213.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-drag-move"><path d="M909.3 506.3 781.7 405.6c-4.7-3.7-11.7-.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5.1-11.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-form-template"><path d="M298.667 981.333A85.333 85.333 0 0 1 213.333 896V128a85.333 85.333 0 0 1 85.334-85.333h426.666A85.333 85.333 0 0 1 810.667 128v768a85.333 85.333 0 0 1-85.334 85.333zm0-832v725.334A21.333 21.333 0 0 0 320 896h384a21.333 21.333 0 0 0 21.333-21.333V149.333A21.333 21.333 0 0 0 704 128H320a21.333 21.333 0 0 0-21.333 21.333zm640 618.667V256a42.667 42.667 0 0 1 42.666-42.667A42.667 42.667 0 0 1 1024 256v512a42.667 42.667 0 0 1-42.667 42.667A42.667 42.667 0 0 1 938.667 768zM0 768V256a42.667 42.667 0 0 1 42.667-42.667A42.667 42.667 0 0 1 85.333 256v512a42.667 42.667 0 0 1-42.666 42.667A42.667 42.667 0 0 1 0 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-hide"><path d="M956.8 496c-41.6-70.4-99.2-147.2-176-204.8l105.6-105.6c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L726.4 256C665.6 214.4 592 192 512 192c-214.4 0-358.4 166.4-444.8 304-6.4 9.6-6.4 22.4 0 32 41.6 70.4 102.4 147.2 176 204.8L134.4 841.6c-12.8 12.8-12.8 32 0 44.8 9.6 6.4 16 9.6 25.6 9.6s16-3.2 22.4-9.6l115.2-115.2C358.4 809.6 432 832 512 832c185.6 0 374.4-128 444.8-307.2 3.2-9.6 3.2-19.2 0-28.8zm-822.4 16C211.2 390.4 336 256 512 256c60.8 0 118.4 16 166.4 44.8l-80 80C576 361.6 544 352 512 352c-89.6 0-160 70.4-160 160 0 32 9.6 64 25.6 89.6L288 691.2C224 640 172.8 572.8 134.4 512zm473.6 0c0 54.4-41.6 96-96 96-16 0-28.8-3.2-41.6-9.6l128-128c6.4 12.8 9.6 25.6 9.6 41.6zm-192 0c0-54.4 41.6-96 96-96 16 0 28.8 3.2 41.6 9.6l-128 128c-6.4-12.8-9.6-25.6-9.6-41.6zm96 256c-60.8 0-118.4-16-166.4-44.8l80-80C448 662.4 480 672 512 672c89.6 0 160-70.4 160-160 0-32-9.6-64-25.6-89.6l89.6-89.6C803.2 384 854.4 451.2 892.8 512 825.6 659.2 665.6 768 512 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-info"><path d="M512.001 928.997c230.524 0 418.076-187.552 418.075-418.077 0-230.527-187.552-418.077-418.075-418.077S93.924 280.393 93.924 510.92c0 230.525 187.552 418.077 418.077 418.077zM512 301.88c28.86 0 52.26 23.399 52.26 52.263 0 28.858-23.399 52.257-52.26 52.257s-52.26-23.399-52.26-52.257c0-28.863 23.399-52.263 52.26-52.263zm-52.26 209.042c0-28.86 23.399-52.26 52.26-52.26s52.26 23.399 52.26 52.26v156.775c0 28.86-23.399 52.26-52.26 52.26s-52.26-23.399-52.26-52.26V510.922z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-column"><path d="M653.184 713.6c12.864-12.864 33.6-12.864 46.528 0 6.4 6.4 3.776 14.72 3.776 23.232a32.675 32.675 0 0 1-9.6 23.104L569.92 886.4c-.128.128-.32.192-.512.32-2.88 2.88-9.536 5.184-13.312 6.784-3.456 1.344-.64 1.856-4.096 2.112-.768 0-1.344.384-2.048.384-.512 0-.896-.256-1.344-.256-3.84-.192-5.76-.896-9.344-2.24-3.264-1.344-6.016-3.52-8.64-5.76-.64-.512-1.472-.768-2.048-1.344L391.232 760c-12.864-12.736-6.976-33.6 5.888-46.4 12.8-12.864 33.6-12.864 46.464 0l105.472 100.352L653.184 713.6zM384 64v576h320V64H384zM128 704v256H64V640h256v320h-62.976L256 704H128m704 0v256h-64V640h256v320h-62.976L960 704H832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-row"><path d="M310.336 653.184c12.864 12.864 12.864 33.6 0 46.528-6.4 6.4-14.72 3.776-23.168 3.776s-16.832-3.264-23.168-9.6L137.6 569.92c-.128-.128-.192-.32-.256-.512-2.88-2.816-5.248-9.536-6.848-13.312-1.344-3.392-1.856-.576-2.112-4.096 0-.768-.384-1.344-.384-2.048 0-.512.256-.896.256-1.344.192-3.84.896-5.76 2.24-9.344 1.344-3.264 3.52-6.016 5.76-8.64.512-.704.768-1.536 1.344-2.112l126.336-137.344c12.8-12.864 33.6-6.976 46.4 5.888 12.864 12.8 12.864 33.6 0 46.464L210.048 548.992l100.288 104.192zM960 384H384v320h576V384zM320 128H64V64h320v256H64v-62.976L320 256V128m0 704H64v-64h320v256H64v-62.976L320 960V832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-menu"><path d="M844.8 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zM435.2 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-module"><path d="m511.92 991.84-3.84-1.92L31.92 752.38V271.46l480-239.42 3.84 1.92 476.16 237.5v480.92l-480 239.46zM90.355 716.343l392.328 195.744v-381.97L90.355 338.853v377.49zM511.92 97.195 124.393 290.539 511.92 479.483l387.527-188.944L511.92 97.195zm421.565 241.66L541.157 530.117v381.968l392.328-195.744V338.855zm-288.936 234.22 197.144-96.152a29.598 29.598 0 0 1 39.117 13.4 29.198 29.198 0 0 1-13.4 38.996l-197.184 96.152a29.397 29.397 0 0 1-39.076-13.359 29.198 29.198 0 0 1 13.4-39.037zM366.452 628.39a29.198 29.198 0 0 1-12.76-2.92L156.43 529.28a29.157 29.157 0 0 1-13.4-38.997 29.758 29.758 0 0 1 39.078-13.399l197.223 96.152a29.198 29.198 0 0 1-12.879 55.355z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-down"><path d="M898.133 512c-12.8-12.8-32-12.8-44.8-2.133L544 800V149.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V800L170.667 509.867c-12.8-12.8-34.134-10.667-44.8 2.133-12.8 12.8-10.667 34.133 2.133 44.8l362.667 341.333c2.133 2.134 6.4 4.267 8.533 6.4 4.267 2.134 6.4 2.134 10.667 2.134s8.533 0 10.666-2.134c4.267-2.133 6.4-4.266 8.534-6.4L891.733 556.8c17.067-12.8 19.2-32 6.4-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-up"><path d="M896 467.2 533.333 125.867c-2.133-2.134-6.4-4.267-8.533-6.4-4.267-2.134-6.4-2.134-10.667-2.134s-8.533 0-10.666 2.134c-4.267 2.133-6.4 4.266-8.534 6.4L132.267 467.2c-12.8 12.8-12.8 32-2.134 44.8 12.8 12.8 32 12.8 44.8 2.133L484.267 224v650.667c0 17.066 14.933 32 32 32s32-14.934 32-32V224l305.066 290.133c6.4 6.4 14.934 8.534 21.334 8.534 8.533 0 17.066-4.267 23.466-10.667 12.8-12.8 10.667-32-2.133-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-plus"><path d="M554.667 213.333h-85.334v256h-256v85.334h256v256h85.334v-256h256v-85.334h-256z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-set-up"><path d="M217.088 151.552c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v589.824c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h589.824c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V217.088c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H217.088zm0-65.536h589.824c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v589.824c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H217.088c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V217.088c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4zm163.84 327.68c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm98.304-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H479.232c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768zm163.84 425.984c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm-360.448-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H282.624c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-view"><path fill="currentColor" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z" /></symbol>',e.insertBefore(n,e.firstChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t):t()}var Uv="";const Dl={name:"name-editor",keyNameEnabled:"keyNameEnabled-editor",keyName:"keyName-editor",objectName:"objectName-editor",label:"label-editor",labelAlign:"labelAlign-editor",type:"type-editor",defaultValue:"defaultValue-editor",placeholder:"placeholder-editor",startPlaceholder:"startPlaceholder-editor",endPlaceholder:"endPlaceholder-editor",columnWidth:"columnWidth-editor",autoFullWidth:"autoFullWidth-editor",size:"size-editor",controls:"controls-editor",controlsPosition:"controlsPosition-editor",showStops:"showStops-editor",displayStyle:"displayStyle-editor",buttonStyle:"buttonStyle-editor",border:"border-editor",labelWidth:"labelWidth-editor",refid:"refid-editor",labelHidden:"labelHidden-editor",labelWrap:"labelWrap-editor",rows:"rows-editor",autosize:"autosize-editor",required:"required-editor",requiredHint:"requiredHint-editor",validation:"validation-editor",validationHint:"validationHint-editor",readonly:"readonly-editor",disabled:"disabled-editor",hidden:"hidden-editor",clearable:"clearable-editor",editable:"editable-editor",showPassword:"showPassword-editor",textContent:"textContent-editor",textAlign:"textAlign-editor",fontSize:"fontSize-editor",preWrap:"preWrap-editor",htmlContent:"htmlContent-editor",format:"format-editor",valueFormat:"valueFormat-editor",filterable:"filterable-editor",allowCreate:"allowCreate-editor",remote:"remote-editor",automaticDropdown:"automaticDropdown-editor",checkStrictly:"checkStrictly-editor",showAllLevels:"showAllLevels-editor",multiple:"multiple-editor",multipleLimit:"multipleLimit-editor",collapseTags:"collapseTags-editor",contentPosition:"contentPosition-editor",optionItems:"optionItems-editor",uploadURL:"uploadURL-editor",uploadTip:"uploadTip-editor",withCredentials:"withCredentials-editor",multipleSelect:"multipleSelect-editor",limit:"limit-editor",fileMaxSize:"fileMaxSize-editor",fileTypes:"fileTypes-editor",contentHeight:"contentHeight-editor",tabType:"tabType-editor",tabPosition:"tabPosition-editor",customClass:"customClass-editor",showCheckBox:"show-checkbox-editor",filter:"show-filter-editor",defaultExpandAllNode:"show-defaultExpandAllNode-editor",expandRetractAllNode:"tree-expandRetractAllNode-editor",selectClearAllNode:"tree-selectClearAllNode-editor",expandOnClickNode:"show-expandOnClickNode-editor",nodeEdit:"tree-nodeEdit-editor",draggable:"show-draggable-editor",lazy:"tree-lazy-editor",treeDataEdit:"treeData-editor",formulaEnabled:"formulaEnabled-editor",formula:"formula-editor",showBlankRow:"showBlankRow-editor",showRowNumber:"showRowNumber-editor",actionColumnPosition:"actionColumnPosition-editor",cellWidth:"cellWidth-editor",cellHeight:"cellHeight-editor",colHeight:"colHeight-editor",wordBreak:"wordBreak-editor",gutter:"gutter-editor",responsive:"responsive-editor",span:"span-editor",offset:"offset-editor",push:"push-editor",pull:"pull-editor",title:"title-editor",width:"width-editor",fullscreen:"fullscreen-editor",showModal:"showModal-editor",showClose:"showClose-editor",closeOnClickModal:"closeOnClickModal-editor",closeOnPressEscape:"closeOnPressEscape-editor",center:"center-editor",direction:"direction-editor",readMode:"readMode-editor",disabledMode:"disabledMode-editor",okButtonLabel:"okButtonLabel-editor",okButtonHidden:"okButtonHidden-editor",cancelButtonLabel:"cancelButtonLabel-editor",cancelButtonHidden:"cancelButtonHidden-editor"},Ml={min:"min-editor",max:"max-editor",precision:"precision-editor",step:"step-editor",minLength:"minLength-editor",maxLength:"maxLength-editor",showWordLimit:"showWordLimit-editor",prefixIcon:"prefixIcon-editor",suffixIcon:"suffixIcon-editor",switchWidth:"switchWidth-editor",activeText:"activeText-editor",inactiveText:"inactiveText-editor",activeColor:"activeColor-editor",inactiveColor:"inactiveColor-editor",lowThreshold:"lowThreshold-editor",highThreshold:"highThreshold-editor",allowHalf:"allowHalf-editor",showText:"showText-editor",showScore:"showScore-editor",range:"range-editor",vertical:"vertical-editor",plain:"plain-editor",round:"round-editor",circle:"circle-editor",icon:"icon-editor",labelIconClass:"labelIconClass-editor",labelIconPosition:"labelIconPosition-editor",labelTooltip:"labelTooltip-editor",appendButton:"appendButton-editor",appendButtonDisabled:"appendButtonDisabled-editor",buttonIcon:"buttonIcon-editor",appendText:"appendText-editor",textForAppend:"textForAppend-editor"},Al={onCreated:"onCreated-editor",onMounted:"onMounted-editor",onClick:"onClick-editor",onInput:"onInput-editor",onChange:"onChange-editor",onFocus:"onFocus-editor",onBlur:"onBlur-editor",onRemoteQuery:"onRemoteQuery-editor",onBeforeUpload:"onBeforeUpload-editor",onUploadSuccess:"onUploadSuccess-editor",onUploadError:"onUploadError-editor",onFileRemove:"onFileRemove-editor",onValidate:"onValidate-editor",onAppendButtonClick:"onAppendButtonClick-editor",onToolbarClick:"onToolbarClick-editor",onCheckboxChange:"onCheckboxChange-editor",onCheckboxAll:"onCheckboxAll-editor",onFilterChange:"onFilterChange-editor",onTabClick:"onTabClick-editor",onSubFormRowAdd:"onSubFormRowAdd-editor",onSubFormRowInsert:"onSubFormRowInsert-editor",onSubFormRowDelete:"onSubFormRowDelete-editor",onSubFormRowChange:"onSubFormRowChange-editor",onPageSizeChange:"onPageSizeChange-editor",onCurrentPageChange:"onCurrentPageChange-editor",onSortChange:"onSortChange-editor",onSelectionChange:"onSelectionChange-editor",onHideOperationButton:"onHideOperationButton-editor",onDisableOperationButton:"onDisableOperationButton-editor",onGetOperationButtonLabel:"onGetOperationButtonLabel-editor",onOperationButtonClick:"onOperationButtonClick-editor",onHeaderClick:"onHeaderClick-editor",onRowClick:"onRowClick-editor",onRowDoubleClick:"onRowDoubleClick-editor",onCellClick:"onCellClick-editor",onCellDoubleClick:"onCellDoubleClick-editor",onGetRowClassName:"onGetRowClassName-editor",onGetSpanMethod:"onGetSpanMethod-editor",onOkButtonClick:"onOkButtonClick-editor",onCancelButtonClick:"onCancelButtonClick-editor",onDialogOpened:"onDialogOpened-editor",onDialogBeforeClose:"onDialogBeforeClose-editor",onDrawerOpened:"onDrawerOpened-editor",onDrawerBeforeClose:"onDrawerBeforeClose-editor",onButtonGroupClick:"onButtonGroupClick-editor",onNodeClick:"onNodeClick-editor",onNodeCheck:"onNodeCheck-editor",onNodeContextmenu:"onNodeContextmenu-editor",onCheckChange:"onCheckChange-editor"};function wc(t,e){Dl[t]=e}function vc(t,e){Ml[t]=e}function Cc(t,e){Al[t]=e}function O8(t){return!!Dl[t]||!!Ml[t]||!!Al[t]}function x8(t,e,n,i){t.component(n,i),wc(e,n)}function k8(t,e,n,i){t.component(n,i),vc(e,n)}function F8(t,e,n,i){t.component(n,i),Cc(e,n)}var N8={COMMON_PROPERTIES:Dl,ADVANCED_PROPERTIES:Ml,EVENT_PROPERTIES:Al},R8=Object.freeze(Object.defineProperty({__proto__:null,registerCommonProperty:wc,registerAdvancedProperty:vc,registerEventProperty:Cc,propertyRegistered:O8,registerCPEditor:x8,registerAPEditor:k8,registerEPEditor:F8,default:N8},Symbol.toStringTag,{value:"Module"}));function Ll(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Object]"&&!d.isVNode(t)}const _8=function(t,e){return{props:{optionModel:Object},render(n){var o;const i=(o=pn(e))!=null?o:e;return d.createVNode(d.resolveComponent("el-form-item"),{label:i},{default:()=>[d.createVNode(d.resolveComponent("el-input"),{type:"text",modelValue:this.optionModel[t],"onUpdate:modelValue":r=>this.optionModel[t]=r},null)]})}}},T8=function(t,e){return{props:{optionModel:Object},methods:{updateValue(n){n==null||isNaN(n)?this.optionModel[t]=null:this.optionModel[t]=Number(n)}},render(n){return d.createVNode(d.resolveComponent("el-form-item"),{label:pn(e)},{default:()=>[d.createVNode(d.resolveComponent("el-input-number"),{type:"text",modelValue:this.optionModel[t],"onUpdate:modelValue":i=>this.optionModel[t]=i,onChange:this.updateValue,style:"width: 100%"},null)]})}}},D8=function(t,e){return{props:{optionModel:Object},render(n){return d.createVNode(d.resolveComponent("el-form-item"),{label:pn(e)},{default:()=>[d.createVNode(d.resolveComponent("el-switch"),{modelValue:this.optionModel[t],"onUpdate:modelValue":i=>this.optionModel[t]=i},null)]})}}},M8=function(t,e,n){return{props:{optionModel:Object},render(i){let o;return d.createVNode(d.resolveComponent("el-form-item"),{label:pn(e)},{default:()=>[d.createVNode(d.resolveComponent("el-checkbox-group"),{modelValue:this.optionModel[t],"onUpdate:modelValue":r=>this.optionModel[t]=r},Ll(o=n.optionItems.map(r=>d.createVNode(d.resolveComponent("el-checkbox"),{label:r.value},{default:()=>[r.label]})))?o:{default:()=>[o]})]})}}},A8=function(t,e,n){return{props:{optionModel:Object},render(i){let o;return d.createVNode(d.resolveComponent("el-form-item"),{label:pn(e)},{default:()=>[d.createVNode(d.resolveComponent("el-select"),{modelValue:this.optionModel[t],"onUpdate:modelValue":r=>this.optionModel[t]=r},Ll(o=n.optionItems.map(r=>d.createVNode(d.resolveComponent("el-option"),{label:r.label,value:r.value},null)))?o:{default:()=>[o]})]})}}},L8=function(t,e){return{props:{optionModel:Object},mixins:[de],methods:{editEventHandler(){this.dispatch("SettingPanel","editEventHandler",[t,[...e]])}},render(n){let i;return d.createVNode(d.resolveComponent("el-form-item"),{label:t,"label-width":"150px"},{default:()=>[d.createVNode(d.resolveComponent("el-button"),{type:"info",icon:"el-icon-edit",plain:!0,round:!0,onClick:this.editEventHandler},Ll(i=pn("designer.setting.addEventHandler"))?i:{default:()=>[i]})]})}}},I8={type:"card",category:"container",icon:"card",commonFlag:!0,widgetList:[],options:{name:"",label:"card",hidden:!1,headerHidden:!1,folded:!1,showFold:!0,cardWidth:"100%",shadow:"never",customClass:""}},B8={type:"alert",icon:"alert",formItemFlag:!1,options:{name:"",title:"Good things are coming...",type:"info",description:"",closable:!0,closeText:"",center:!0,showIcon:!1,effect:"light",hidden:!1,onClose:"",customClass:""}};var oi={inject:["getFormConfig","getGlobalDsv"],computed:{formConfig(){return this.getFormConfig()}},methods:{appendTableRow(t){this.designer.appendTableRow(t)},appendTableCol(t){this.designer.appendTableCol(t)},onContainerDragAdd(t,e){const n=t.newIndex;e[n]&&this.designer.setSelected(e[n]),this.designer.emitHistoryChange(),this.designer.emitEvent("field-selected",this.widget)},onContainerDragUpdate(){this.designer.emitHistoryChange()},checkContainerMove(t){return this.designer.checkWidgetMove(t)},selectWidget(t){this.designer.setSelected(t)},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},cloneContainer(t){if(this.parentList){let e=this.designer.cloneContainer(t);this.parentList.splice(this.indexOfParentList+1,0,e),this.designer.setSelected(e),this.designer.emitHistoryChange()}},removeWidget(){if(this.parentList){const t=this.designer.selectedWidgetName,e=[],n=r=>{e.push(r.options.name)},i=r=>{e.push(r.options.name)};Ln(this.designer.selectedWidget,n,i);let o=null;this.parentList.length===1?this.parentWidget&&(o=this.parentWidget):this.parentList.length===1+this.indexOfParentList?o=this.parentList[this.indexOfParentList-1]:o=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.emitEvent("canvas-remove-container",[]),this.designer.setSelected(o),this.designer.formWidget.deleteWidgetRef(t),this.designer.formWidget.deletedChildrenRef(e),this.designer.emitHistoryChange()})}},setWidgetOption(t,e){this.widget.options.hasOwnProperty(t)&&(this.widget.options[t]=e)}}},jv="";const P8={name:"container-wrapper",mixins:[ae,oi],components:{SvgIcon:Pe},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{customClass(){var t,e;return((t=this.widget.options)==null?void 0:t.customClass)?(e=this.widget.options)==null?void 0:e.customClass.join(" "):""}}},V8={key:0,class:"container-action"},H8=["title"],z8=["title"],W8=["title"],q8=["title"],U8=["title"],j8=["title"],K8=["title"],G8={key:1,class:"drag-handler"},Y8=["title"],J8={key:0};function X8(t,e,n,i,o,r){const a=d.resolveComponent("svg-icon");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["container-wrapper",[r.customClass]])},[d.renderSlot(t.$slots,"default",{},void 0,!0),n.designer.selectedId===n.widget.id&&!n.widget.internal?(d.openBlock(),d.createElementBlock("div",V8,[d.createElementVNode("i",{title:t.i18nt("designer.hint.selectParentWidget"),onClick:e[0]||(e[0]=d.withModifiers(c=>t.selectParentWidget(n.widget),["stop"]))},[d.createVNode(a,{"icon-class":"el-back"})],8,H8),!!n.parentList&&n.parentList.length>1?(d.openBlock(),d.createElementBlock("i",{key:0,title:t.i18nt("designer.hint.moveUpWidget"),onClick:e[1]||(e[1]=d.withModifiers(c=>t.moveUpWidget(),["stop"]))},[d.createVNode(a,{"icon-class":"el-move-up"})],8,z8)):d.createCommentVNode("",!0),!!n.parentList&&n.parentList.length>1?(d.openBlock(),d.createElementBlock("i",{key:1,title:t.i18nt("designer.hint.moveDownWidget"),onClick:e[2]||(e[2]=d.withModifiers(c=>t.moveDownWidget(),["stop"]))},[d.createVNode(a,{"icon-class":"el-move-down"})],8,W8)):d.createCommentVNode("",!0),n.widget.type==="table"?(d.openBlock(),d.createElementBlock("i",{key:2,title:t.i18nt("designer.hint.insertRow"),onClick:e[3]||(e[3]=d.withModifiers(c=>t.appendTableRow(n.widget),["stop"]))},[d.createVNode(a,{"icon-class":"el-insert-row"})],8,q8)):d.createCommentVNode("",!0),n.widget.type==="table"?(d.openBlock(),d.createElementBlock("i",{key:3,title:t.i18nt("designer.hint.insertColumn"),onClick:e[4]||(e[4]=d.withModifiers(c=>t.appendTableCol(n.widget),["stop"]))},[d.createVNode(a,{"icon-class":"el-insert-column"})],8,U8)):d.createCommentVNode("",!0),n.widget.type==="grid"||n.widget.type==="table"?(d.openBlock(),d.createElementBlock("i",{key:4,title:t.i18nt("designer.hint.cloneWidget"),onClick:e[5]||(e[5]=d.withModifiers(c=>t.cloneContainer(n.widget),["stop"]))},[d.createVNode(a,{"icon-class":"el-clone"})],8,j8)):d.createCommentVNode("",!0),d.createElementVNode("i",{title:t.i18nt("designer.hint.remove"),onClick:e[6]||(e[6]=d.withModifiers((...c)=>t.removeWidget&&t.removeWidget(...c),["stop"]))},[d.createVNode(a,{"icon-class":"el-delete"})],8,K8)])):d.createCommentVNode("",!0),n.designer.selectedId===n.widget.id&&!n.widget.internal?(d.openBlock(),d.createElementBlock("div",G8,[d.createElementVNode("i",{title:t.i18nt("designer.hint.dragHandler")},[d.createVNode(a,{"icon-class":"el-drag-move"})],8,Y8),d.createElementVNode("i",null,d.toDisplayString(t.i18n2t(`designer.widgetLabel.${n.widget.type}`,`extension.widgetLabel.${n.widget.type}`)),1),n.widget.options.hidden===!0?(d.openBlock(),d.createElementBlock("i",J8,[d.createVNode(a,{"icon-class":"el-hide"})])):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0)],2)}var Vi=oe(P8,[["render",X8],["__scopeId","data-v-026b96ce"]]),ri={methods:{initRefList(){this.refList!==null&&!!this.widget.options.name&&(this.refList[this.widget.options.name]=this)},getWidgetRef(t,e){let n=this.refList[t];return!n&&!!e&&this.$message.error(this.i18nt("render.hint.refNotFound")+t),n},registerToRefList(t){this.refList!==null&&!!this.widget.options.name&&(t&&delete this.refList[t],this.refList[this.widget.options.name]=this)}}},Kv="";const Z8={name:"card-widget",componentName:"ContainerWidget",mixins:[ae,oi,ri],inject:["refList"],components:$t(_e({ContainerWrapper:Vi},We),{ArrowDown:me.ArrowDown,ArrowUp:me.ArrowUp}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{checkContainerMove(t){return!0},toggleCard(){this.widget.options.folded=!this.widget.options.folded},setFolded(t){this.widget.options.folded=!!t}}},Q8={class:"form-widget-list"};function $8(t,e,n,i,o,r){const a=d.resolveComponent("ArrowDown"),c=d.resolveComponent("el-icon"),m=d.resolveComponent("ArrowUp"),f=d.resolveComponent("draggable"),l=d.resolveComponent("el-card"),s=d.resolveComponent("container-wrapper");return d.openBlock(),d.createBlock(s,{designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList},{default:d.withCtx(()=>[d.createVNode(l,{class:d.normalizeClass(["card-container",[r.selected?"selected":"",n.widget.options.folded?"folded":"",r.customClass]]),onClick:e[3]||(e[3]=d.withModifiers(u=>t.selectWidget(n.widget),["stop"])),shadow:n.widget.options.shadow,style:d.normalizeStyle({width:n.widget.options.cardWidth+"!important"||""})},d.createSlots({default:d.withCtx(()=>[d.createVNode(f,d.mergeProps({list:n.widget.widgetList,"item-key":"id"},{group:"dragGroup",ghostClass:"ghost",animation:400},{handle:".drag-handler",tag:"div","component-data":{name:"fade",class:"drag-drop-zone"},onAdd:e[2]||(e[2]=u=>t.onContainerDragAdd(u,n.widget.widgetList)),onUpdate:t.onContainerDragUpdate,move:r.checkContainerMove}),{item:d.withCtx(({element:u,index:h})=>[d.createElementVNode("div",Q8,[u.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(u.type+"-widget"),{widget:u,designer:n.designer,key:u.id,"parent-list":n.widget.widgetList,"index-of-parent-list":h,"parent-widget":n.widget},null,8,["widget","designer","parent-list","index-of-parent-list","parent-widget"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(u.type+"-widget"),{field:u,designer:n.designer,key:u.id,"parent-list":n.widget.widgetList,"index-of-parent-list":h,"parent-widget":n.widget,"design-state":!0},null,8,["field","designer","parent-list","index-of-parent-list","parent-widget"]))])]),_:1},16,["list","onUpdate","move"])]),_:2},[n.widget.options.headerHidden?void 0:{name:"header",fn:d.withCtx(()=>[d.createElementVNode("div",{class:"clear-fix",onClick:e[1]||(e[1]=(...u)=>r.toggleCard&&r.toggleCard(...u))},[d.createElementVNode("span",null,d.toDisplayString(n.widget.options.label),1),n.widget.options.showFold?(d.openBlock(),d.createElementBlock("i",{key:0,class:"float-right",onClick:e[0]||(e[0]=d.withModifiers((...u)=>r.toggleCard&&r.toggleCard(...u),["stop"]))},[n.widget.options.folded?(d.openBlock(),d.createBlock(c,{key:1},{default:d.withCtx(()=>[d.createVNode(m)]),_:1})):(d.openBlock(),d.createBlock(c,{key:0},{default:d.withCtx(()=>[d.createVNode(a)]),_:1}))])):d.createCommentVNode("",!0)])]),key:"0"}]),1032,["shadow","style","class"])]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var Ec=oe(Z8,[["render",$8],["__scopeId","data-v-d75246dc"]]),Gv="";const ew={name:"card-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:$t(_e({ContainerItemWrapper:ct},We),{ArrowDown:me.ArrowDown,ArrowUp:me.ArrowUp}),props:{widget:Object,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","sfRefList","globalModel"],computed:{customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},beforeUnmount(){this.unregisterFromRefList()},methods:{toggleCard(){!this.widget.options.showFold||(this.widget.options.folded=!this.widget.options.folded)}}};function tw(t,e,n,i,o,r){const a=d.resolveComponent("ArrowDown"),c=d.resolveComponent("el-icon"),m=d.resolveComponent("ArrowUp"),f=d.resolveComponent("el-card"),l=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(l,{widget:n.widget},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(f,{class:d.normalizeClass(["card-container",[n.widget.options.folded?"folded":"",r.customClass]]),shadow:n.widget.options.shadow,style:d.normalizeStyle({width:n.widget.options.cardWidth+"!important"||""}),ref:n.widget.id},d.createSlots({default:d.withCtx(()=>[!!n.widget.widgetList&&n.widget.widgetList.length>0?(d.openBlock(!0),d.createElementBlock(d.Fragment,{key:0},d.renderList(n.widget.widgetList,(s,u)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[s.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(s)),{widget:s,key:u,"parent-list":n.widget.widgetList,"index-of-parent-list":u,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),h=>({name:h,fn:d.withCtx(g=>[d.renderSlot(t.$slots,h,d.normalizeProps(d.guardReactiveProps(g)),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(s.type+"-widget"),{field:s,designer:null,key:u,"parent-list":n.widget.widgetList,"index-of-parent-list":u,"parent-widget":n.widget},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),h=>({name:h,fn:d.withCtx(g=>[d.renderSlot(t.$slots,h,d.normalizeProps(d.guardReactiveProps(g)),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256)):d.createCommentVNode("",!0)]),_:2},[n.widget.options.headerHidden?void 0:{name:"header",fn:d.withCtx(()=>[d.createElementVNode("div",{class:"clear-fix",onClick:e[1]||(e[1]=(...s)=>r.toggleCard&&r.toggleCard(...s))},[d.createElementVNode("span",null,d.toDisplayString(n.widget.options.label),1),n.widget.options.showFold?(d.openBlock(),d.createElementBlock("span",{key:0,class:"float-right",onClick:e[0]||(e[0]=d.withModifiers((...s)=>r.toggleCard&&r.toggleCard(...s),["stop"]))},[n.widget.options.folded?(d.openBlock(),d.createBlock(c,{key:1},{default:d.withCtx(()=>[d.createVNode(m)]),_:1})):(d.openBlock(),d.createBlock(c,{key:0},{default:d.withCtx(()=>[d.createVNode(a)]),_:1}))])):d.createCommentVNode("",!0)])]),key:"0"}]),1032,["class","shadow","style"]),[[d.vShow,!n.widget.options.hidden]])]),_:3},8,["widget"])}var Sc=oe(ew,[["render",tw],["__scopeId","data-v-3af2821c"]]);const nw={name:"alert-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt},created(){this.registerToRefList(),this.initEventHandler()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleCloseCustomEvent(){this.field.options.onClose&&new Function(this.field.options.onClose).call(this)}}};function iw(t,e,n,i,o,r){const a=d.resolveComponent("el-alert"),c=d.resolveComponent("static-content-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,{ref:"fieldEditor",title:n.field.options.title,type:n.field.options.type,description:n.field.options.description,closable:n.field.options.closable,center:n.field.options.center,"close-text":n.field.options.closeText,"show-icon":n.field.options.showIcon,effect:n.field.options.effect,onClose:r.handleCloseCustomEvent},null,8,["title","type","description","closable","center","close-text","show-icon","effect","onClose"])]),_:1},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Oc=oe(nw,[["render",iw]]);const ow={name:"sohelp-dict-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:null,rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){}}};function rw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-dict"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,disabled:n.field.options.disabled,clearable:n.field.options.clearable,filterable:n.field.options.filterable,"allow-create":n.field.options.allowCreate,"default-first-option":r.allowDefaultFirstOption,"reserve-keyword":!1,"automatic-dropdown":n.field.options.automaticDropdown,multiple:n.field.options.multiple,"multiple-limit":n.field.options.multipleLimit,"collapse-tags":n.field.options.collapseTags,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),remote:n.field.options.remote,onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent,code:n.field.options.code},null,8,["modelValue","data","onChange","type","disabled","clearable","filterable","allow-create","default-first-option","automatic-dropdown","multiple","multiple-limit","collapse-tags","placeholder","remote","onFocus","onBlurCapture","code"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var xc=oe(ow,[["render",rw]]);const lw={type:"sohelp-dict",icon:"alert",formItemFlag:!0,options:{name:"",label:"\u5546\u90A6\u5B57\u5178",type:"select",code:"\u6027\u522B",value:null,description:"",closable:!0,closeText:"",center:!0,showIcon:!1,effect:"light",hidden:!1,onClose:"",customClass:"",datasource:[],labelField:"",valueField:""}},aw={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"},{name:"closable",label:"\u53EF\u5173\u95ED",editor:"boolean"},{name:"type",label:"\u7C7B\u578B",editor:"select",optionItems:[{value:"tag",label:"tag"},{value:"text",label:"text"},{value:"checkbox",label:"checkbox"},{value:"radio",label:"radio"},{value:"select",label:"select"}]},{name:"code",label:"\u5B57\u5178",editor:"input"}]},sw={name:"sohelp-input-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},dw={key:0,class:"readonly-mode-field"},cw={key:1,class:"readonly-mode-field"};function uw(t,e,n,i,o,r){const a=d.resolveComponent("el-icon"),c=d.resolveComponent("el-button"),m=d.resolveComponent("sohelp-input"),f=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(f,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(m,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=l=>o.fieldModel=l),disabled:n.field.options.disabled,readonly:n.field.options.readonly,size:n.field.options.size,class:"hide-spin-button",type:r.inputType,"show-password":n.field.options.showPassword,placeholder:n.field.options.placeholder,clearable:n.field.options.clearable,minlength:n.field.options.minLength,maxlength:n.field.options.maxLength,"show-word-limit":n.field.options.showWordLimit,"prefix-icon":n.field.options.prefixIcon,"suffix-icon":n.field.options.suffixIcon,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onInput:t.handleInputCustomEvent,onChange:t.handleChangeEvent},d.createSlots({_:2},[n.field.options.appendButton?{name:"append",fn:d.withCtx(()=>[d.createVNode(c,{disabled:n.field.options.disabled||n.field.options.appendButtonDisabled,onClick:t.emitAppendButtonClick},{default:d.withCtx(()=>[n.field.options.buttonIcon?(d.openBlock(),d.createBlock(a,{key:0},{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.buttonIcon)))]),_:1})):d.createCommentVNode("",!0),d.createTextVNode(" "+d.toDisplayString(n.field.options.textForAppend),1)]),_:1},8,["disabled","onClick"])]),key:"0"}:void 0]),1032,["modelValue","disabled","readonly","size","type","show-password","placeholder","clearable","minlength","maxlength","show-word-limit","prefix-icon","suffix-icon","onFocus","onBlur","onInput","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[n.field.options.type==="password"?(d.openBlock(),d.createElementBlock("span",dw,"********")):(d.openBlock(),d.createElementBlock("span",cw,d.toDisplayString(r.contentForReadMode),1))],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var kc=oe(sw,[["render",uw]]);const fw={type:"sohelp-datetime",icon:"text-field",formItemFlag:!0,options:{name:"",keyNameEnabled:!1,keyName:"",label:"\u65E5\u671F\u65F6\u95F4",labelAlign:"",type:"date",defaultValue:null,placeholder:"",columnWidth:"200px",size:"",autoFullWidth:!0,labelWidth:null,labelHidden:!1,labelWrap:!1,readonly:!1,disabled:!1,hidden:!1,clearable:!0,editable:!1,format:"YYYY-MM-DD",valueFormat:"YYYY-MM-DD",required:!1,requiredHint:"",validation:"",validationHint:"",customClass:[],labelIconClass:null,labelIconPosition:"rear",labelTooltip:null,onCreated:"",onMounted:"",onChange:"",onFocus:"",onBlur:"",onValidate:""}},hw={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"}]},mw={name:"sohelp-datetime-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},gw={key:0,class:"readonly-mode-field"};function pw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-datetime"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),disabled:n.field.options.disabled,readonly:n.field.options.readonly,size:n.field.options.size,class:"hide-spin-button",type:r.inputType,"show-password":n.field.options.showPassword,placeholder:n.field.options.placeholder,clearable:n.field.options.clearable,minlength:n.field.options.minLength,maxlength:n.field.options.maxLength,"show-word-limit":n.field.options.showWordLimit,"prefix-icon":n.field.options.prefixIcon,"suffix-icon":n.field.options.suffixIcon,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onInput:t.handleInputCustomEvent,onChange:t.handleChangeEvent},null,8,["modelValue","disabled","readonly","size","type","show-password","placeholder","clearable","minlength","maxlength","show-word-limit","prefix-icon","suffix-icon","onFocus","onBlur","onInput","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",gw,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Fc=oe(mw,[["render",pw]]),Yv="";const bw={name:"sohelp-number-input-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{showControls(){return this.field.options.controls===void 0?!0:this.field.options.controls},contentForReadMode(){return this.fieldModel===null||this.fieldModel===void 0?"--":this.fieldModel}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},yw={key:0,class:"readonly-mode-field"};function ww(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-number-input"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(a,d.mergeProps({ref:"fieldEditor"},n.field.options,{modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:"full-width-input",disabled:n.field.options.disabled,controls:r.showControls,"controls-position":n.field.options.controlsPosition,placeholder:n.field.options.placeholder,min:n.field.options.min,max:n.field.options.max,precision:n.field.options.precision,step:n.field.options.step,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent}),null,16,["modelValue","disabled","controls","controls-position","placeholder","min","max","precision","step","onFocus","onBlur","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",yw,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Nc=oe(bw,[["render",ww],["__scopeId","data-v-79cdc7ce"]]);const vw={name:"sohelp-textarea-input-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},Cw={key:0,class:"readonly-mode-field"},Ew={key:1,class:"readonly-mode-field"};function Sw(t,e,n,i,o,r){const a=d.resolveComponent("el-icon"),c=d.resolveComponent("el-button"),m=d.resolveComponent("sohelp-textarea-input"),f=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(f,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(m,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=l=>o.fieldModel=l),disabled:n.field.options.disabled,readonly:n.field.options.readonly,placeholder:n.field.options.placeholder,rows:n.field.options.rows,key:t.textareaKey,autosize:n.field.options.autosize,minlength:n.field.options.minLength,maxlength:n.field.options.maxLength,"show-word-limit":n.field.options.showWordLimit,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onInput:t.handleInputCustomEvent,onChange:t.handleChangeEvent},d.createSlots({_:2},[n.field.options.appendButton?{name:"append",fn:d.withCtx(()=>[d.createVNode(c,{disabled:n.field.options.disabled||n.field.options.appendButtonDisabled,onClick:t.emitAppendButtonClick},{default:d.withCtx(()=>[n.field.options.buttonIcon?(d.openBlock(),d.createBlock(a,{key:0},{default:d.withCtx(()=>[(d.openBlock(),d.createBlock(d.resolveDynamicComponent(n.field.options.buttonIcon)))]),_:1})):d.createCommentVNode("",!0),d.createTextVNode(" "+d.toDisplayString(n.field.options.textForAppend),1)]),_:1},8,["disabled","onClick"])]),key:"0"}:void 0]),1032,["modelValue","disabled","readonly","placeholder","rows","autosize","minlength","maxlength","show-word-limit","onFocus","onBlur","onInput","onChange"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[n.field.options.type==="password"?(d.openBlock(),d.createElementBlock("span",Cw,"********")):(d.openBlock(),d.createElementBlock("span",Ew,d.toDisplayString(r.contentForReadMode),1))],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Rc=oe(vw,[["render",Sw]]);const Ow={type:"sohelp-cry-input",icon:"number-field",formItemFlag:!0,options:{name:"",keyNameEnabled:!1,keyName:"",label:"\u8D27\u5E01\u6846",unit:"\uFFE5",unitPosition:"left",labelAlign:"",defaultValue:0,placeholder:"",columnWidth:"200px",size:"",controls:!0,labelWidth:null,labelHidden:!1,labelWrap:!1,disabled:!1,hidden:!1,required:!1,requiredHint:"",validation:"",validationHint:"",formulaEnabled:!1,formula:"",customClass:"",labelIconClass:null,labelIconPosition:"rear",labelTooltip:null,min:-1e11,max:1e11,precision:0,step:1,controlsPosition:"",onCreated:"",onMounted:"",onChange:"",onFocus:"",onBlur:"",onValidate:""}},xw={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"},{name:"unit",label:"\u5355\u4F4D",editor:"input"},{name:"unitPosition",label:"\u5355\u4F4D\u4F4D\u7F6E",editor:"select",optionItems:[{label:"\u5DE6",value:"left"},{label:"\u53F3",value:"right"}]}]};var Jv="";const kw={name:"sohelp-cry-input-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{showControls(){return this.field.options.controls===void 0?!0:this.field.options.controls},contentForReadMode(){return this.fieldModel===null||this.fieldModel===void 0?"--":this.fieldModel}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},Fw={key:0,class:"readonly-mode-field"};function Nw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-cry-input"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives(d.createVNode(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),class:"full-width-input",unit:n.field.options.unit,unitPosition:n.field.options.unitPosition,disabled:n.field.options.disabled,controls:r.showControls,"controls-position":n.field.options.controlsPosition,placeholder:n.field.options.placeholder,min:n.field.options.min,max:n.field.options.max,precision:n.field.options.precision,step:n.field.options.step,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onChange:t.handleChangeEvent},null,8,["modelValue","unit","unitPosition","disabled","controls","controls-position","placeholder","min","max","precision","step","onFocus","onBlur","onChange"]),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock("span",Fw,d.toDisplayString(r.contentForReadMode),1)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var _c=oe(kw,[["render",Nw],["__scopeId","data-v-60fe9027"]]);const Rw={type:"sohelp-dyn-select",icon:"alert",formItemFlag:!0,options:{name:"",label:"\u52A8\u6001\u4E0B\u62C9",multiple:!1,labelField:"role_name",valueField:"id",url:"/engine/web/role/list",defaultValue:"",disabled:!1,clearable:!1,filterable:!1,placeholder:"\u8BF7\u9009\u62E9",onCreated:"",onMounted:"",onChange:"",onFocus:"",onBlur:"",onValidate:""}},_w={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"},{name:"multiple",label:"\u662F\u5426\u591A\u9009",editor:"boolean"},{name:"labelField",label:"\u663E\u793A\u5B57\u6BB5",editor:"input"},{name:"valueField",label:"\u503C\u5B57\u6BB5",editor:"input"},{name:"url",label:"URL",editor:"input"},{name:"defaultValue",label:"\u9ED8\u8BA4\u503C",editor:"input"},{name:"disabled",label:"\u662F\u5426\u7981\u7528",editor:"boolean"},{name:"clearable",label:"\u662F\u5426\u53EF\u6E05\u7A7A",editor:"boolean"},{name:"filterable",label:"\u662F\u5426\u53EF\u641C\u7D22",editor:"boolean"},{name:"placeholder",label:"\u5360\u4F4D\u7B26",editor:"input"}]},Tw={name:"sohelp-dyn-select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.field.options.multiple?this.fieldModel=t.length>0?t.split(",").filter(n=>n):[]:this.fieldModel=t==null?void 0:t.split(",")[0]},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function Dw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-dyn-select"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,disabled:n.field.options.disabled,clearable:n.field.options.clearable,filterable:n.field.options.filterable,multiple:n.field.options.multiple,valueField:n.field.options.valueField,labelField:n.field.options.labelField,url:n.field.options.url,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent},null,8,["modelValue","data","onChange","type","disabled","clearable","filterable","multiple","valueField","labelField","url","placeholder","onFocus","onBlurCapture"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Tc=oe(Tw,[["render",Dw]]);const Mw={type:"sohelp-role-select",icon:"alert",formItemFlag:!0,options:{name:"",label:"\u89D2\u8272\u9009\u62E9",multiple:!1,defaultValue:"",disabled:!1,clearable:!1,filterable:!1,placeholder:"\u8BF7\u9009\u62E9",onCreated:"",onMounted:"",onChange:"",onFocus:"",onBlur:"",onValidate:""}},Aw={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"},{name:"multiple",label:"\u662F\u5426\u591A\u9009",editor:"boolean"},{name:"defaultValue",label:"\u9ED8\u8BA4\u503C",editor:"input"},{name:"disabled",label:"\u662F\u5426\u7981\u7528",editor:"boolean"},{name:"clearable",label:"\u662F\u5426\u53EF\u6E05\u7A7A",editor:"boolean"},{name:"filterable",label:"\u662F\u5426\u53EF\u641C\u7D22",editor:"boolean"},{name:"placeholder",label:"\u5360\u4F4D\u7B26",editor:"input"}]},Lw={name:"sohelp-role-select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},watch:{"field.options.defaultValue":{handler(t,e){this.field.options.multiple?this.fieldModel=t.length>0?t.split(",").filter(n=>n):[]:this.fieldModel=t==null?void 0:t.split(",")[0]},deep:!0}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function Iw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-role-select"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,disabled:n.field.options.disabled,clearable:n.field.options.clearable,filterable:n.field.options.filterable,multiple:n.field.options.multiple,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent},null,8,["modelValue","data","onChange","type","disabled","clearable","filterable","multiple","placeholder","onFocus","onBlurCapture"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Dc=oe(Lw,[["render",Iw]]);const Bw={type:"sohelp-user-select",icon:"alert",formItemFlag:!0,options:{name:"sohelp-user-select",label:"\u7528\u6237\u9009\u62E9",multiple:!1,defaultValue:"",disabled:!1,clearable:!1,filterable:!1,placeholder:"\u8BF7\u9009\u62E9",onCreated:"",onMounted:"",onChange:"",onFocus:"",onBlur:"",onValidate:""}},Pw={base:[{name:"label",label:"\u6807\u7B7E",editor:"label"},{name:"multiple",label:"\u662F\u5426\u591A\u9009",editor:"boolean"},{name:"defaultValue",label:"\u9ED8\u8BA4\u503C",editor:"input"},{name:"disabled",label:"\u662F\u5426\u7981\u7528",editor:"boolean"},{name:"clearable",label:"\u662F\u5426\u53EF\u6E05\u7A7A",editor:"boolean"},{name:"filterable",label:"\u662F\u5426\u53EF\u641C\u7D22",editor:"boolean"},{name:"placeholder",label:"\u5360\u4F4D\u7B26",editor:"input"}]},Vw={name:"sohelp-user-select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},watch:{"field.options.defaultValue":{handler(t,e){this.field.options.multiple?this.fieldModel=t.length>0?t.split(",").filter(n=>n):[]:this.fieldModel=t==null?void 0:t.split(",")[0]},deep:!0}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function Hw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-user-select"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,disabled:n.field.options.disabled,clearable:n.field.options.clearable,filterable:n.field.options.filterable,multiple:n.field.options.multiple,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent},null,8,["modelValue","data","onChange","type","disabled","clearable","filterable","multiple","placeholder","onFocus","onBlurCapture"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Mc=oe(Vw,[["render",Hw]]);const zw={type:"sohelp-org-select",icon:"alert",formItemFlag:!0,options:{name:"",label:"\u7EC4\u7EC7\u9009\u62E9",multiple:!1,defaultValue:"",disabled:!1,clearable:!1,filterable:!1,placeholder:"\u8BF7\u9009\u62E9",onCreated:"",onMounted:"",onChange:"",onFocus:"",onBlur:"",onValidate:""}},Ww={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"},{name:"multiple",label:"\u662F\u5426\u591A\u9009",editor:"boolean"},{name:"defaultValue",label:"\u9ED8\u8BA4\u503C",editor:"input"},{name:"disabled",label:"\u662F\u5426\u7981\u7528",editor:"boolean"},{name:"clearable",label:"\u662F\u5426\u53EF\u6E05\u7A7A",editor:"boolean"},{name:"filterable",label:"\u662F\u5426\u53EF\u641C\u7D22",editor:"boolean"},{name:"placeholder",label:"\u5360\u4F4D\u7B26",editor:"input"}]},qw={name:"sohelp-org-select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},watch:{"field.options.defaultValue":{handler(t,e){this.field.options.multiple?this.fieldModel=t.length>0?t.split(",").filter(n=>n):[]:this.fieldModel=t==null?void 0:t.split(",")[0]},deep:!0}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function Uw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-org-select"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,disabled:n.field.options.disabled,clearable:n.field.options.clearable,filterable:n.field.options.filterable,multiple:n.field.options.multiple,placeholder:n.field.options.placeholder||t.i18nt("render.hint.selectPlaceholder"),onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent},null,8,["modelValue","data","onChange","type","disabled","clearable","filterable","multiple","placeholder","onFocus","onBlurCapture"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Ac=oe(qw,[["render",Uw]]);const jw={type:"sohelp-input",icon:"text-field",formItemFlag:!0,options:{name:"",keyNameEnabled:!1,keyName:"",label:"\u6587\u672C\u6846",labelAlign:"",type:"text",defaultValue:"",placeholder:"",columnWidth:"200px",size:"",labelWidth:null,labelHidden:!1,labelWrap:!1,readonly:!1,disabled:!1,hidden:!1,clearable:!0,showPassword:!1,required:!1,requiredHint:"",validation:"",validationHint:"",customClass:"",labelIconClass:null,labelIconPosition:"rear",labelTooltip:null,minLength:null,maxLength:null,showWordLimit:!1,prefixIcon:"",suffixIcon:"",appendButton:!1,appendButtonDisabled:!1,buttonIcon:"custom-search",appendText:!1,textForAppend:"",onCreated:"",onMounted:"",onInput:"",onChange:"",onFocus:"",onBlur:"",onValidate:"",onAppendButtonClick:""}},Kw={base:[{name:"title",label:"\u5185\u5BB9",editor:"input"},{name:"type",label:"\u7C7B\u578B",editor:"select",optionItems:[{label:"heading",value:"heading"},{label:"secondary",value:"secondary"},{label:"placeholder",value:"placeholder"},{label:"primary",value:"primary"},{label:"success",value:"success"},{label:"warning",value:"warning"},{label:"danger",value:"danger"},{label:"info",value:"info"}]},{name:"size",label:"\u5927\u5C0F",editor:"select",optionItems:[{label:"xxxl",value:"xxxl"},{label:"xxl",value:"xxl"},{label:"xl",value:"xl"},{label:"lg",value:"lg"},{label:"md",value:"md"},{label:"base",value:"base"},{label:"sm",value:"sm"},{label:"xs",value:"xs"}]},{name:"deleted",label:"\u5220\u9664\u7EBF",editor:"boolean"},{name:"underline",label:"\u4E0B\u5212\u7EBF",editor:"boolean"},{name:"strong",label:"\u52A0\u7C97",editor:"boolean"},{name:"italic",label:"\u659C\u4F53",editor:"boolean"},{name:"icon",label:"\u56FE\u6807",editor:"input"}]},Gw={name:"sohelp-text-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt,FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.fieldModel=t},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function Yw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-text"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:n.field.options.type,size:n.field.options.size,deleted:n.field.options.deleted,underline:n.field.options.underline,strong:n.field.options.strong,italic:n.field.options.italic,icon:n.field.options.icon},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(o.fieldModel),1)]),_:1},8,["modelValue","data","onChange","type","size","deleted","underline","strong","italic","icon"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Lc=oe(Gw,[["render",Yw]]);const Jw={type:"sohelp-dyn-tree-select",icon:"tree",formItemFlag:!0,options:{name:"sohelp-dyn-tree-select",label:"\u6811\u5F62\u9009\u62E9",url:"/engine/web/org/list",height:255,valueField:"id",labelField:"org_name",parentField:"parent_id",multiple:!1,disabled:!1,size:"default",clearable:!1,placeholder:"",filterable:!1,hidden:!1,expandOnClickNode:!0,checkStrictly:!1,highlightCurrent:!1,defaultExpandedKeys:"",onCreated:"",onMounted:"",onChange:"",onClear:""}},Xw={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"},{name:"hight",label:"\u9AD8\u5EA6",editor:"input"},{name:"url",label:"URL",editor:"input"},{name:"valueField",label:"\u503C\u5B57\u6BB5",editor:"input"},{name:"labelField",label:"\u663E\u793A\u5B57\u6BB5",editor:"input"},{name:"parentField",label:"\u7236\u8282\u70B9Key",editor:"input"}]},Zw={name:"sohelp-dyn-tree-select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.field.options.multiple?this.fieldModel=t.length>0?t.split(",").filter(n=>n):[]:this.fieldModel=t==null?void 0:t.split(",")[0]},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function Qw(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-dyn-tree-select"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,multiple:n.field.options.multiple,disabled:n.field.options.disabled,size:n.field.options.size,clearable:n.field.options.clearable,filterable:n.field.options.filterable,valueField:n.field.options.valueField,labelField:n.field.options.labelField,parentField:n.field.options.parentField,url:n.field.options.url,height:n.field.options.height,highlightCurrent:n.field.options.highlightCurrent,defaultExpandedKeys:n.field.options.defaultExpandedKeys,expandOnClickNode:n.field.options.expandOnClickNode,checkStrictly:n.field.options.checkStrictly,onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent},null,8,["modelValue","data","onChange","type","multiple","disabled","size","clearable","filterable","valueField","labelField","parentField","url","height","highlightCurrent","defaultExpandedKeys","expandOnClickNode","checkStrictly","onFocus","onBlurCapture"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Ic=oe(Zw,[["render",Qw]]);const $w={type:"sohelp-dyn-tree",icon:"tree",category:"container",widgetList:[],options:{name:"sohelp-dyn-tree",label:"",url:"/engine/web/org/list",height:255,valueField:"id",labelField:"org_name",parentField:"parent_id",defaultExpandAllNode:!0,showCheckBox:!1,lazy:!1,checkStrictly:!1,size:"default",customClass:"",onCreated:"",onMounted:"",onNodeClick:"",onNodeCheck:"",onCheckChange:""}},e7={base:[{name:"hight",label:"\u9AD8\u5EA6",editor:"input"},{name:"url",label:"URL",editor:"input"},{name:"valueField",label:"\u503C\u5B57\u6BB5",editor:"input"},{name:"labelField",label:"\u663E\u793A\u5B57\u6BB5",editor:"input"},{name:"parentField",label:"\u7236\u8282\u70B9Key",editor:"input"},{name:"highlightCurrent",label:"\u9AD8\u4EAE\u9009\u4E2D",editor:"boolean"},{name:"defaultExpandedKeys",label:"\u9ED8\u8BA4\u5C55\u5F00",editor:"input"},{name:"showCheckbox",label:"\u663E\u793A\u590D\u9009\u6846",editor:"boolean"}]};var Xv="";let t7=1e3;const n7={name:"SohelpDynTreeWidget",componentName:"ContainerItem",mixins:[ae,oi,ri],inject:["refList"],components:_e({ContainerWrapper:Vi},We),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},data(){return{isExpanded:!0,isChecked:!1,currentKey:"",filterText:"",defaultProps:{children:"children",label:"label"}}},watch:{filterText(t){this.$refs.tree.filter(t)}},created(){this.initRefList()},methods:{append(t){this.$prompt(this.i18nt("designer.setting.inputNodeName"),this.i18nt("designer.setting.tips"),{confirmButtonText:this.i18nt("designer.hint.confirm"),cancelButtonText:this.i18nt("designer.hint.cancel")}).then(({value:e})=>{const n={id:t7++,label:e,children:[]};t.children||(t.children=[]),t.children.push(n)}).catch(e=>{console.error(e)})},remove(t,e){this.$confirm(this.i18nt("designer.setting.deleteNode"),this.i18nt("designer.setting.tips"),{confirmButtonText:this.i18nt("designer.hint.confirm"),cancelButtonText:this.i18nt("designer.hint.cancel"),type:"warning"}).then(()=>{const n=t.parent,i=n.data.children||n.data,o=i.findIndex(r=>r.id===e.id);i.splice(o,1),this.$message({type:"success",message:"\u5220\u9664\u6210\u529F!"})}).catch(n=>{console.error(n)})},filterNode(t,e){return t?e.label.indexOf(t)!==-1:!0},setNodeExpanded(t,e){t.expanded=e;for(let n=0;n<t.childNodes.length;n++)t.childNodes[n].expanded=e,t.childNodes[n].childNodes.length>0&&this.setNodeExpanded(t.childNodes[n],e)},setNodeChecked(t,e){t.checked=e;for(let n=0;n<t.childNodes.length;n++)t.childNodes[n].checked=e,t.childNodes[n].childNodes.length>0&&this.setNodeChecked(t.childNodes[n],e)},getNativeTree(){return this.$refs.tree},setTreeData(t){this.widget.options.treeData=t,this.currentKey=t[0].id},getTreeData(){return this.widget.options.treeData},expandAllNodes(t){this.isExpanded=t||!this.isExpanded,this.setNodeExpanded(this.$refs.tree.store.root,this.isExpanded)},checkAllNodes(t){this.isChecked=t||!this.isChecked,this.setNodeChecked(this.$refs.tree.store.root,this.isChecked)}}};function i7(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-dyn-tree"),c=d.resolveComponent("el-main"),m=d.resolveComponent("el-container"),f=d.resolveComponent("container-wrapper"),l=d.resolveDirective("loading");return d.openBlock(),d.createBlock(f,{designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass(["tree-container",{selected:r.selected}]),onClick:e[0]||(e[0]=d.withModifiers(s=>t.selectWidget(n.widget),["stop"]))},[d.createVNode(m,null,{default:d.withCtx(()=>[d.createVNode(c,{style:{"align-items":"baseline"}},{default:d.withCtx(()=>[d.createTextVNode(" \u52A8\u6001\u6811\u5F62\u7EC4\u4EF6 "),d.withDirectives(d.createVNode(a,{ref:"tree",border:"",lazy:n.widget.options.lazy,"node-key":"id","highlight-current":"","current-node-key":o.currentKey,"show-checkbox":n.widget.options.showCheckBox,"expand-on-click-node":n.widget.options.expandOnClickNode,"default-expand-all":n.widget.options.defaultExpandAllNode,"check-strictly":n.widget.options.checkStrictly,filterable:n.widget.options.filterable,valueField:n.widget.options.valueField,labelField:n.widget.options.labelField,parentField:n.widget.options.parentField,url:n.widget.options.url,height:n.widget.options.height,"filter-node-method":r.filterNode},null,8,["lazy","current-node-key","show-checkbox","expand-on-click-node","default-expand-all","check-strictly","filterable","valueField","labelField","parentField","url","height","filter-node-method"]),[[l,t.loadingFlag]])]),_:1})]),_:1})],2)]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var Bc=oe(n7,[["render",i7],["__scopeId","data-v-93ed2d1e"]]);const o7={type:"sohelp-org-tree-select",icon:"tree",formItemFlag:!0,options:{name:"sohelp-org-tree-select",label:"\u7EC4\u7EC7\u6811\u9009\u62E9",height:255,multiple:!1,disabled:!1,size:"default",clearable:!1,placeholder:"",filterable:!1,hidden:!1,expandOnClickNode:!0,checkStrictly:!1,highlightCurrent:!1,defaultExpandedKeys:"",onCreated:"",onMounted:"",onChange:"",onClear:""}},r7={base:[{name:"label",label:"\u6807\u7B7E",editor:"input"}]},l7={name:"sohelp-org-tree-select-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.field.options.multiple?this.fieldModel=t.length>0?t.split(",").filter(n=>n):[]:this.fieldModel=t==null?void 0:t.split(",")[0]},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function a7(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-org-tree-select"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.withDirectives((d.openBlock(),d.createBlock(a,{ref:"fieldEditor",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.data,onChange:t.handleChangeEvent,class:"full-width-input",key:r.selectKey,type:r.inputType,multiple:n.field.options.multiple,disabled:n.field.options.disabled,size:n.field.options.size,clearable:n.field.options.clearable,filterable:n.field.options.filterable,height:n.field.options.height,defaultExpandedKeys:n.field.options.defaultExpandedKeys,expandOnClickNode:n.field.options.expandOnClickNode,checkStrictly:n.field.options.checkStrictly,onFocus:t.handleFocusCustomEvent,onBlurCapture:t.handleBlurCustomEvent},null,8,["modelValue","data","onChange","type","multiple","disabled","size","clearable","filterable","height","defaultExpandedKeys","expandOnClickNode","checkStrictly","onFocus","onBlurCapture"])),[[d.vShow,!t.isReadMode]]),t.isReadMode?(d.openBlock(),d.createElementBlock(d.Fragment,{key:0},[],64)):d.createCommentVNode("",!0)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Pc=oe(l7,[["render",a7]]);const s7={type:"sohelp-grid-view",icon:"table",category:"container",formItemFlag:!1,widgetList:[],options:{name:"",refid:"",url:"",onToolbarClick:"",onCheckboxChange:""}},d7={base:[{name:"refid",label:"Refid",editor:"input"},{name:"url",label:"URL",editor:"input"}],event:["onToolbarClick","onCheckboxChange"]};var Zv="";const c7={name:"sohelp-grid-view-widget",componentName:"ContainerWidget",mixins:[ae,oi,ri],inject:["refList"],components:$t(_e({ContainerWrapper:Vi},We),{ArrowDown:me.ArrowDown,ArrowUp:me.ArrowUp}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){},methods:{checkContainerMove(t){return!0},toggleCard(){this.widget.options.folded=!this.widget.options.folded},setFolded(t){this.widget.options.folded=!!t}}},u7=["shadow"];function f7(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-grid-view"),c=d.resolveComponent("container-wrapper"),m=d.resolveDirective("loading");return d.openBlock(),d.createBlock(c,{designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList},{default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass(["card-container",[r.selected?"selected":"",n.widget.options.folded?"folded":"",r.customClass]]),onClick:e[0]||(e[0]=d.withModifiers(f=>t.selectWidget(n.widget),["stop"])),shadow:n.widget.options.shadow,style:d.normalizeStyle({width:n.widget.options.cardWidth+"!important"||""})},[d.withDirectives(d.createVNode(a,{ref:"sohelpGridView",border:"",lazy:n.widget.options.lazy,"highlight-current":"","current-node-key":t.currentKey,"show-checkbox":n.widget.options.showCheckBox,"expand-on-click-node":n.widget.options.expandOnClickNode,"default-expand-all":n.widget.options.defaultExpandAllNode,"check-strictly":n.widget.options.checkStrictly,url:n.widget.options.url,height:n.widget.options.height,refid:n.widget.options.refid},null,8,["lazy","current-node-key","show-checkbox","expand-on-click-node","default-expand-all","check-strictly","url","height","refid"]),[[m,t.loadingFlag]])],14,u7)]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var Vc=oe(c7,[["render",f7],["__scopeId","data-v-60600daa"]]);const h7={type:"sohelp-entity-form",icon:"table",formItemFlag:!0,options:{name:"",label:"",refid:"",labelWidth:80,gridNum:2,defaultValue:"",height:"100%",onCreated:"",onMounted:"",done:"",onDone:""}},m7={base:[{name:"refid",label:"Refid",editor:"input"},{name:"labelWidth",label:"labelWidth",editor:"number"},{name:"gridNum",label:"gridNum",editor:"number"},{name:"defaultValue",label:"defaultValue",editor:"input"},{name:"height",label:"\u9AD8\u5EA6",editor:"input"}],event:["done","onDone"]};var Qv="";const g7={name:"sohelp-entity-form-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,modelValue:Object,data:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:{},rules:[],showTips:!0,_refidTimeout:null,modelValueData:{}}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:{}}},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleInput(t){this.handleInputCustomEvent(this.fieldModel)},handleChange(t){this.handleChangeEvent(this.fieldModel)},switchFormValue(t){const e={};return Object.keys(t).forEach(n=>{const i=t[n];typeof i=="object"&&(i==null?void 0:i.id)?e[n]=i.id:e[n]=i}),e}},watch:{"field.options.refid":{handler(t){clearTimeout(this._refidTimeout),this._refidTimeout=setTimeout(()=>{var n,i;/^\/[^/]+\/[^/]+![^/]+$/.test(t)?(i=(n=this.$refs.fieldEditor)==null?void 0:n.loadConfig(t))==null||i.catch(o=>{Ge.ElMessage.error(o)}):Ge.ElMessage.error("\u8BF7\u8F93\u5165\u6B63\u786E\u7684Refid")},1e3)},immediate:!0},modelValue:{handler(t){this.$nextTick(()=>{t&&Object.assign(this.fieldModel,this.switchFormValue(t))})},deep:!0,immediate:!0},data:{handler(t){this.$nextTick(()=>{var e;t&&(Object.assign(this.modelValueData,t),(e=this.$refs.fieldEditor)==null||e.setFormData(t))})},immediate:!0,deep:!0}}};function p7(t,e,n,i,o,r){const a=d.resolveComponent("sohelp-entity-form"),c=d.resolveComponent("FormItemWrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId,class:"sohelp-entity-form-widget-wrapper"},{default:d.withCtx(()=>[d.createVNode(a,{ref:"fieldEditor",refid:n.field.options.refid,modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=m=>o.fieldModel=m),data:o.modelValueData,readonly:t.isReadMode,onFocus:t.handleFocusCustomEvent,onBlur:t.handleBlurCustomEvent,onInput:r.handleInput,onChange:r.handleChange,class:"sohelp-entity-form-widget"},null,8,["refid","modelValue","data","readonly","onFocus","onBlur","onInput","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Hc=oe(g7,[["render",p7],["__scopeId","data-v-572de64e"]]);const b7={type:"sohelp-split-panel",alias:"split-panel-5",category:"container",icon:"split-5",commonFlag:!0,cols:[],options:{name:"",label:"sohelp-split-panel",size:"50%",minSize:"",maxSize:"",space:"0px",allowCollapse:!0,reverse:!1,resizable:!0,collapse:!1,height:"50vh",customStyle:'{"border":"none","border-right":"1px solid #eee!important"}',bodyStyle:"","update:collapse":""}},y7={base:[{name:"size",label:"Size",editor:"input"},{name:"minSize",label:"Min Size",editor:"number"},{name:"maxSize",label:"Max Size",editor:"number"},{name:"space",label:"Space",editor:"input"},{name:"allowCollapse",label:"Allow Collapse",editor:"boolean"},{name:"reverse",label:"Reverse",editor:"boolean"},{name:"collapse",label:"Collapse",editor:"boolean"},{name:"resizable",label:"Resizable",editor:"boolean"},{name:"height",label:"\u9AD8\u5EA6",editor:"input"},,{name:"bodyStyle",label:"BodyStyle",editor:"input"},{name:"customStyle",label:"CustomStyle",editor:"input"}],event:["update:collapse"]};var $v="";const w7={name:"SplitPanelCellWidget",componentName:"SplitPanelCellWidget",mixins:[ae,ri],inject:["refList"],components:$t(_e({},We),{SvgIcon:Pe}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},data(){return{}},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{onGridDragEnd(t,e){},onGridDragAdd(t,e){const n=t.newIndex;e[n]&&this.designer.setSelected(e[n]),this.designer.emitHistoryChange(),this.designer.emitEvent("field-selected",this.widget)},onGridDragUpdate(){this.designer.emitHistoryChange()},selectWidget(t){this.designer.setSelected(t)},checkContainerMove(t){return this.designer.checkWidgetMove(t)},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList)},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList)},cloneGridCol(t){this.designer.cloneGridCol(t,this.parentWidget)},removeWidget(){if(this.parentList){const t=this.designer.selectedWidgetName,e=[],n=r=>{e.push(r.options.name)},i=r=>{e.push(r.options.name)};Ln(this.designer.selectedWidget,n,i);let o=null;this.parentList.length===1?this.parentWidget&&(o=this.parentWidget):this.parentList.length===1+this.indexOfParentList?o=this.parentList[this.indexOfParentList-1]:o=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.emitEvent("canvas-remove-container",[]),this.designer.setSelected(o),this.designer.formWidget.deleteWidgetRef(t),this.designer.formWidget.deletedChildrenRef(e),this.designer.emitHistoryChange()})}}}},v7={class:"form-widget-list"};function C7(t,e,n,i,o,r){const a=d.resolveComponent("draggable"),c=d.resolveComponent("el-col");return d.openBlock(),d.createBlock(c,{class:d.normalizeClass(["grid-cell",[r.selected?"selected":""]]),span:24,onClick:e[2]||(e[2]=d.withModifiers(m=>r.selectWidget(n.widget),["stop"]))},{default:d.withCtx(()=>[d.createVNode(a,d.mergeProps({list:n.widget.widgetList,"item-key":"id"},{group:"dragGroup",ghostClass:"ghost",animation:400},{tag:"div","component-data":{name:"fade",class:"drag-drop-zone"},handle:".drag-handler",onEnd:e[0]||(e[0]=m=>r.onGridDragEnd(m,n.widget.widgetList)),onAdd:e[1]||(e[1]=m=>r.onGridDragAdd(m,n.widget.widgetList)),onUpdate:r.onGridDragUpdate,move:r.checkContainerMove}),{item:d.withCtx(({element:m,index:f})=>[d.createElementVNode("div",v7,[m.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(m.type+"-widget"),{widget:m,designer:n.designer,key:m.id,"parent-list":n.widget.widgetList,"index-of-parent-list":f,"parent-widget":n.widget},null,8,["widget","designer","parent-list","index-of-parent-list","parent-widget"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(m.type+"-widget"),{field:m,designer:n.designer,key:m.id,"parent-list":n.widget.widgetList,"index-of-parent-list":f,"parent-widget":n.widget,"design-state":!0},null,8,["field","designer","parent-list","index-of-parent-list","parent-widget"]))])]),_:1},16,["list","onUpdate","move"])]),_:1},8,["class"])}var zc=oe(w7,[["render",C7],["__scopeId","data-v-972e9e64"]]),e9="";const E7={name:"split-panel-widget",componentName:"ContainerWidget",mixins:[ae,oi,ri],inject:["refList"],components:$t(_e({SplitPanelCellWidget:zc,ContainerWrapper:Vi},We),{ArrowDown:me.ArrowDown,ArrowUp:me.ArrowUp}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,vertical:{type:Boolean,default:!1}},computed:{selected(){return this.widget.id===this.designer.selectedId},getBodyStyle(){var t;if((t=this.widget.options)==null?void 0:t.bodyStyle)try{return JSON.parse(this.widget.options.bodyStyle||"{}")}catch{return{}}return{}},getCustomStyle(){var t;if((t=this.widget.options)==null?void 0:t.customStyle)try{return JSON.parse(this.widget.options.customStyle||"{}")}catch{return{}}return{}},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{handleCollapseUpdate(t){try{if(this.widget.options["update:collapse"]){const e=`return function(collapse) { ${this.widget.options["update:collapse"]} }`;new Function(e)().call(this,t)}}catch(e){console.error("\u6267\u884C\u51FD\u6570\u51FA\u9519",e)}},checkContainerMove(t){return!0}}};function S7(t,e,n,i,o,r){const a=d.resolveComponent("ele-split-panel");return d.openBlock(),d.createBlock(a,d.mergeProps(n.widget.options,{collapse:n.widget.options.collapse,"onUpdate:collapse":[e[0]||(e[0]=c=>n.widget.options.collapse=c),r.handleCollapseUpdate],style:{height:n.widget.options.height},"custom-style":r.getCustomStyle,"body-style":r.getBodyStyle,vertical:n.vertical,class:["split-panel-container",[r.selected?"selected":"",n.widget.alias]],onClick:e[1]||(e[1]=d.withModifiers(c=>t.selectWidget(n.widget),["stop"]))}),{body:d.withCtx(()=>[d.renderSlot(t.$slots,"right",{},void 0,!0)]),default:d.withCtx(()=>[d.renderSlot(t.$slots,"left",{},void 0,!0)]),_:3},16,["collapse","onUpdate:collapse","style","custom-style","body-style","vertical","class"])}var O7=oe(E7,[["render",S7],["__scopeId","data-v-6ee9d0c5"]]),t9="";const x7={name:"sohelp-split-panel-widget",componentName:"ContainerWidget",mixins:[ae,oi,ri],inject:["refList"],components:$t(_e({SplitPanel:O7,SplitPanelCellWidget:zc,ContainerWrapper:Vi},We),{ArrowDown:me.ArrowDown,ArrowUp:me.ArrowUp}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},getBodyStyle(){var t;if((t=this.widget.options)==null?void 0:t.bodyStyle)try{return JSON.parse(this.widget.options.bodyStyle||"{}")}catch{return{}}return{}},getCustomStyle(){var t;if((t=this.widget.options)==null?void 0:t.customStyle)try{return JSON.parse(this.widget.options.customStyle||"{}")}catch{return{}}return{}},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{handleCollapseUpdate(t){try{if(this.widget.options["update:collapse"]){const e=`return function(collapse) { ${this.widget.options["update:collapse"]} }`;new Function(e)().call(this,t)}}catch(e){console.error("\u6267\u884C\u51FD\u6570\u51FA\u9519",e)}},checkContainerMove(t){return!0}}};function k7(t,e,n,i,o,r){const a=d.resolveComponent("SplitPanelCellWidget"),c=d.resolveComponent("el-row"),m=d.resolveComponent("split-panel"),f=d.resolveComponent("container-wrapper");return d.openBlock(),d.createBlock(f,{designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList},{default:d.withCtx(()=>[["split-panel-1","split-panel-2"].includes(n.widget.alias)?(d.openBlock(),d.createBlock(m,{key:0,designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,vertical:n.widget.alias==="split-panel-2",class:d.normalizeClass([n.widget.alias])},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[0].id,class:"split-item-row"},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[0],designer:n.designer,"parent-list":n.widget.cols,"index-of-parent-list":0,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),right:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[1].id,class:"split-item-row"},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[1],designer:n.designer,"parent-list":n.widget.cols,"index-of-parent-list":1,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list","vertical","class"])):d.createCommentVNode("",!0),["split-panel-3"].includes(n.widget.alias)?(d.openBlock(),d.createBlock(m,{designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,class:d.normalizeClass([n.widget.alias]),key:n.widget.id},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(m,{designer:n.designer,widget:n.widget.cols[0],"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,vertical:!0,class:d.normalizeClass([n.widget.alias+"-sub"]),key:n.widget.cols[0].id},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[0].id,class:"split-item-row"},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[0].cols[0],designer:n.designer,"parent-list":n.widget.cols[0],"index-of-parent-list":0,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),right:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[0].cols[1].id,class:"split-item-row"},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[0].cols[1],designer:n.designer,"parent-list":n.widget.cols[1],"index-of-parent-list":1,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list","class"]))]),right:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[1].id,class:"split-item-row"},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[1],designer:n.designer,"parent-list":n.widget.cols,"index-of-parent-list":1,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list","class"])):d.createCommentVNode("",!0),["split-panel-4"].includes(n.widget.alias)?(d.openBlock(),d.createBlock(m,{key:2,designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[0].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[0],designer:n.designer,"parent-list":n.widget.cols,"index-of-parent-list":0,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),right:d.withCtx(()=>[d.createVNode(m,{designer:n.designer,widget:n.widget.cols[1],"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,vertical:!0},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[1].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[1].cols[0],designer:n.designer,"parent-list":n.widget.cols[1],"index-of-parent-list":0,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),right:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[1].cols[1].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[1].cols[1],designer:n.designer,"parent-list":n.widget.cols[1],"index-of-parent-list":1,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])):d.createCommentVNode("",!0),["split-panel-5"].includes(n.widget.alias)?(d.openBlock(),d.createBlock(m,{key:3,designer:n.designer,widget:n.widget,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList},{left:d.withCtx(()=>[d.createVNode(m,{designer:n.designer,widget:n.widget.cols[0],"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,vertical:!0},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[0].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[0].cols[0],designer:n.designer,"parent-list":n.widget.cols[0],"index-of-parent-list":0,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),right:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[0].cols[1].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[0].cols[1],designer:n.designer,"parent-list":n.widget.cols[1],"index-of-parent-list":1,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])]),right:d.withCtx(()=>[d.createVNode(m,{designer:n.designer,widget:n.widget.cols[1],"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,vertical:!0},{left:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[1].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[1].cols[0],designer:n.designer,"parent-list":n.widget.cols[1],"index-of-parent-list":0,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),right:d.withCtx(()=>[(d.openBlock(),d.createBlock(c,{key:n.widget.cols[1].cols[1].id,style:{height:"100%"}},{default:d.withCtx(()=>[d.createVNode(a,{widget:n.widget.cols[1].cols[1],designer:n.designer,"parent-list":n.widget.cols[1],"index-of-parent-list":1,"parent-widget":n.widget},null,8,["widget","designer","parent-list","parent-widget"])]),_:1}))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])):d.createCommentVNode("",!0)]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var Wc=oe(x7,[["render",k7],["__scopeId","data-v-70dc52f0"]]);const F7={name:"sohelp-split-panel-item",componentName:"ContainerItem",mixins:[de,ae,lt,bt],components:$t(_e({ContainerItemWrapper:ct},We),{ArrowDown:me.ArrowDown,ArrowUp:me.ArrowUp}),props:{widget:Object,designer:Object,subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},inject:["refList","sfRefList","globalModel"],computed:{customClass(){var t;return((t=this.widget.options)==null?void 0:t.customClass)||""},getBodyStyle(){try{return JSON.parse(this.widget.options.bodyStyle||"{}")}catch{return{}}},getCustomStyle(){try{return JSON.parse(this.widget.options.customStyle||"{}")}catch{return{}}}},created(){this.initRefList()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleCollapseUpdate(t){try{if(this.widget.options["update:collapse"]){const e=`return function(collapse) { ${this.widget.options["update:collapse"]} }`;new Function(e)().call(this,t)}}catch(e){console.error("\u6267\u884C\u51FD\u6570\u51FA\u9519",e)}}}},N7={style:{height:"100%"}},R7={style:{height:"100%"}};function _7(t,e,n,i,o,r){const a=d.resolveComponent("ele-split-panel"),c=d.resolveComponent("container-item-wrapper");return d.openBlock(),d.createBlock(c,{widget:n.widget},{default:d.withCtx(()=>[d.createVNode(a,d.mergeProps(n.widget.options,{collapse:n.widget.options.collapse,"onUpdate:collapse":[e[0]||(e[0]=m=>n.widget.options.collapse=m),r.handleCollapseUpdate],"custom-style":r.getCustomStyle,"body-style":r.getBodyStyle,style:{height:n.widget.options.height},class:"card-container",vertical:n.widget.alias==="split-panel-2"}),{body:d.withCtx(()=>[d.createElementVNode("div",R7,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.cols[1].widgetList,(m,f)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[m.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(m)),{widget:m,key:f,"parent-list":n.widget.cols[0].widgetList,"index-of-parent-list":f,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),l=>({name:l,fn:d.withCtx(s=>[d.renderSlot(t.$slots,l,d.normalizeProps(d.guardReactiveProps(s)))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(m.type+"-widget"),{field:m,key:f,"parent-list":n.widget.widgetList,"index-of-parent-list":f,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),l=>({name:l,fn:d.withCtx(s=>[d.renderSlot(t.$slots,l,d.normalizeProps(d.guardReactiveProps(s)))])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256))])]),default:d.withCtx(()=>[d.createElementVNode("div",N7,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.widget.cols[0].widgetList,(m,f)=>(d.openBlock(),d.createElementBlock(d.Fragment,null,[m.category==="container"?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(t.getComponentByContainer(m)),{widget:m,key:f,"parent-list":n.widget.cols[0].widgetList,"index-of-parent-list":f,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),l=>({name:l,fn:d.withCtx(s=>[d.renderSlot(t.$slots,l,d.normalizeProps(d.guardReactiveProps(s)))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"])):(d.openBlock(),d.createBlock(d.resolveDynamicComponent(m.type+"-widget"),{field:m,key:f,"parent-list":n.widget.widgetList,"index-of-parent-list":f,"parent-widget":n.widget,"sub-form-row-id":n.subFormRowId,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex},d.createSlots({_:2},[d.renderList(Object.keys(t.$slots),l=>({name:l,fn:d.withCtx(s=>[d.renderSlot(t.$slots,l,d.normalizeProps(d.guardReactiveProps(s)))])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],64))),256))])]),_:3},16,["collapse","onUpdate:collapse","custom-style","body-style","style","vertical"])]),_:3},8,["widget"])}var qc=oe(F7,[["render",_7]]);const T7={type:"sohelp-file-upload",icon:"file-upload-field",formItemFlag:!0,options:{name:"",keyNameEnabled:!1,keyName:"",label:"\u9644\u4EF6\u4E0A\u4F20",multiple:!0,limitCount:9,limitSize:10,defaultValue:[],data:[],onCreated:"",onMounted:"",onChange:""}},D7={base:[{name:"limitCount",label:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF",editor:"number"},{name:"limitSize",label:"\u4E0A\u4F20\u5927\u5C0F\u9650\u5236(10MB)",editor:"number"},{name:"data",label:"\u6570\u636E",editor:"input"}]},M7={name:"sohelp-file-upload-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt,FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.fieldModel=t},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function A7(t,e,n,i,o,r){const a=d.resolveComponent("SohelpFileUpload"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,d.mergeProps(n.field.options,{modelValue:n.field.options.defaultValue,"onUpdate:modelValue":n.field.options["update:modelValue"],readonly:!1,data:n.field.options.data,"onUpdate:data":e[0]||(e[0]=m=>n.field.options.data=m)}),null,16,["modelValue","onUpdate:modelValue","data"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Uc=oe(M7,[["render",A7]]);const L7={type:"sohelp-image-upload",icon:"picture-upload-field",formItemFlag:!0,options:{name:"",keyNameEnabled:!1,keyName:"",label:"\u56FE\u7247\u4E0A\u4F20",multiple:!0,limitSize:1,limitCount:9,defaultValue:[],data:[],onCreated:"",onMounted:"",onChange:""}},I7={base:[{name:"limitCount",label:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF",editor:"number"},{name:"limitSize",label:"\u4E0A\u4F20\u5927\u5C0F\u9650\u5236(10MB)",editor:"number"},{name:"data",label:"\u6570\u636E",editor:"input"}]},B7={name:"sohelp-image-upload-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt,FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.fieldModel=t},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function P7(t,e,n,i,o,r){const a=d.resolveComponent("SohelpImageUpload"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,d.mergeProps(n.field.options,{modelValue:n.field.options.defaultValue,"onUpdate:modelValue":n.field.options["update:modelValue"],readonly:!1,data:n.field.options.data,"onUpdate:data":e[0]||(e[0]=m=>n.field.options.data=m)}),null,16,["modelValue","onUpdate:modelValue","data"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var jc=oe(B7,[["render",P7]]);const V7={type:"sohelp-rich-text",icon:"file-upload-field",formItemFlag:!0,options:{name:"",keyNameEnabled:!1,keyName:"",label:"\u5BCC\u6587\u672C",defaultValue:[],onCreated:"",onMounted:""}},H7={base:[]},z7={name:"sohelp-rich-text-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper:Rt,FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:"",rules:[],data:[{value:"1",label:"aaaa"},{value:"2",label:"bbbb"}]}},watch:{"field.options.defaultValue":{handler(t,e){this.fieldModel=t},deep:!0}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable||!!this.field.options.remote},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery},selectKey(){return this.widgetKey||this.field.id},inputType(){return this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleChangeEvent1(){console.error("====")}}};function W7(t,e,n,i,o,r){const a=d.resolveComponent("SohelpRichText"),c=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(c,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[d.createVNode(a,d.mergeProps(n.field.options,{modelValue:n.field.options.defaultValue,"onUpdate:modelValue":n.field.options["update:modelValue"]}),null,16,["modelValue","onUpdate:modelValue"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Kc=oe(z7,[["render",W7]]);const q7={type:"sohelp-test",alias:"",icon:"text-field",formItemFlag:!0,options:{name:"",alias:"",keyName:"",label:"",refid:"",ref:"",defaultValue:'{"a":"1"}',onCreated:"",onMounted:"",onChange:""}},U7={base:[{label:"Refid",name:"refid",editor:"input"}],event:[]},j7={name:"sohelp-test-widget",componentName:"FieldWidget",mixins:[de,be,ae],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},data:()=>({_refidTimeout:null,entityKey:0,showTips:!0,fieldModel:null}),components:{FormItemWrapper:Ce,SvgIcon:Pe},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type},contentForReadMode(){return this.fieldModel?this.fieldModel:"--"}},beforeCreate(){},created(){this.registerToRefList(),this.initFieldModel(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{done(t,e){t?this.showTips=!1:(Ge.ElMessage.error(e),this.showTips=!0)},getFormData(){var t;return(t=this.$refs.sohelpEntityFormRef)==null?void 0:t.getFormData()}},watch:{"field.options.refid":function(t){clearTimeout(this._refidTimeout),this._refidTimeout=setTimeout(()=>{/^\/[^/]+\/[^/]+![^/]+$/.test(t)?this.entityKey++:Ge.ElMessage.error("\u8BF7\u8F93\u5165\u6B63\u786E\u7684Refid")},1e3)},fieldModel(t){this.field.options.defaultValue=t}}};function K7(t,e,n,i,o,r){const a=d.resolveComponent("el-alert"),c=d.resolveComponent("sohelp-entity-form"),m=d.resolveComponent("form-item-wrapper");return d.openBlock(),d.createBlock(m,{designer:n.designer,field:n.field,rules:o.rules,"design-state":n.designState,"parent-widget":n.parentWidget,"parent-list":n.parentList,"index-of-parent-list":n.indexOfParentList,"sub-form-row-index":n.subFormRowIndex,"sub-form-col-index":n.subFormColIndex,"sub-form-row-id":n.subFormRowId},{default:d.withCtx(()=>[t.showTips?(d.openBlock(),d.createBlock(a,{key:0,title:"\u5B9E\u4F53\u8868\u5355",closable:!1})):d.createCommentVNode("",!0),d.createTextVNode(" --"+d.toDisplayString(o.fieldModel)+"-- ",1),(d.openBlock(),d.createBlock(c,d.mergeProps({onDone:r.done,autoLoad:!0},n.field.options,{key:t.entityKey,style:{height:n.field.options.height},class:"sohelp-entity-form",ref:"sohelpEntityFormRef",modelValue:o.fieldModel,"onUpdate:modelValue":e[0]||(e[0]=f=>o.fieldModel=f)}),null,16,["onDone","style","modelValue"]))]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var Gc=oe(j7,[["render",K7]]);function qe(t,e,n){var r,a;const i={number:c=>T8(c.name,c.label),boolean:c=>D8(c.name,c.label),select:c=>A8(c.name,c.label,{optionItems:c.optionItems}),checkbox:c=>M8(c.name,c.label,{optionItems:c.optionItems}),default:c=>_8(c.name,c.label)},o=(c,m=!1)=>{const f=`${e.type}-${c.name||c}`,l=m?L8(c,[]):(i[c.editor]||i.default)(c);R8[m?"registerEPEditor":"registerCPEditor"](t,f,`${f}-editor`,l)};(r=n==null?void 0:n.base)==null||r.forEach(c=>o(c)),(a=n==null?void 0:n.event)==null||a.forEach(c=>o(c,!0))}const Yc=function(t){t.component(Oc.name,Oc),qe(t,B8,{event:["onClose"],base:[{name:"title",label:"extension.setting.alertTitle",editor:"input"},{name:"type",label:"extension.setting.alertType",editor:"select",optionItems:[{label:"success",value:"success"},{label:"warning",value:"warning"},{label:"info",value:"info"},{label:"error",value:"error"}]},{name:"description",label:"extension.setting.description",edit:"input"},{name:'closable"',label:"extension.setting.closable",edit:"boolean"},,{name:'closeText"',label:"extension.setting.closeText",edit:"input"},{name:'center"',label:"extension.setting.center",edit:"boolean"},{name:'showIcon"',label:"extension.setting.showIcon",edit:"boolean"},{name:"effect",label:"extension.setting.effect",editor:"select",optionItems:[{label:"light",value:"light"},{label:"dark",value:"dark"}]}]}),t.component(xc.name,xc),qe(t,lw,aw),t.component(kc.name,kc),t.component(Fc.name,Fc),qe(t,fw,hw),t.component(Nc.name,Nc),t.component(Rc.name,Rc),t.component(_c.name,_c),qe(t,Ow,xw),t.component(Tc.name,Tc),qe(t,Rw,_w),t.component(Dc.name,Dc),qe(t,Mw,Aw),t.component(Mc.name,Mc),qe(t,Bw,Pw),t.component(Ac.name,Ac),qe(t,zw,Ww),t.component(Lc.name,Lc),qe(t,jw,Kw),t.component(Ic.name,Ic),qe(t,Jw,Xw),t.component(Bc.name,Bc),qe(t,$w,e7),t.component(Pc.name,Pc),qe(t,o7,r7),t.component(Vc.name,Vc),qe(t,s7,d7),t.component(Hc.name,Hc),qe(t,h7,m7),t.component(Wc.name,Wc),t.component(qc.name,qc),qe(t,b7,y7),t.component(Uc.name,Uc),qe(t,T7,D7),t.component(jc.name,jc),qe(t,L7,I7),t.component(Kc.name,Kc),qe(t,V7,H7),t.component(Gc.name,Gc),qe(t,q7,U7),t.component(Ec.name,Ec),t.component(Sc.name,Sc),qe(t,I8,{base:[{name:"headerHidden",label:"extension.setting.headerHidden",editor:"boolean"},{name:"folded",label:"extension.setting.cardFolded",edit:"boolean"},{name:'showFold"',label:"extension.setting.cardShowFold",edit:"boolean"},,{name:'cardWidth"',label:"extension.setting.cardShowFold",edit:"boolean"},,{name:"shadow",label:"extension.setting.cardShadow",editor:"select",optionItems:[{label:"never",value:"never"},{label:"hover",value:"hover"},{label:"always",value:"always"}]}]})};Pi.install=function(t){Yc(t),t.use(bc),yc(t),t.component(Pi.name,Pi),t.component(qo.name,qo)};const G7=[Pi,qo];var Y7={install:t=>{Yc(t),t.use(bc),yc(t),G7.forEach(e=>{t.component(e.name,e)}),window.axios=ra},VFormRender:Pi};return Y7});
|