@byteluck-fe/model-driven-engine 2.22.2-beta.1 → 2.22.2-beta.3

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.
Files changed (40) hide show
  1. package/README.md +30 -30
  2. package/dist/esm/common/ActionManager.js +7 -7
  3. package/dist/esm/common/DataManager.js +2 -2
  4. package/dist/esm/common/Engine.js +130 -124
  5. package/dist/esm/common/OkWorker.js +8 -8
  6. package/dist/esm/common/Runtime.js +17 -17
  7. package/dist/esm/common/Store.js +13 -13
  8. package/dist/esm/common/checkerValue.js +22 -22
  9. package/dist/esm/common/index.js +2 -2
  10. package/dist/esm/common/proxyState.js +52 -56
  11. package/dist/esm/index.js +3 -3
  12. package/dist/esm/plugins/CalcPlugin.js +57 -61
  13. package/dist/esm/plugins/ControlsEventPlugin.js +4 -4
  14. package/dist/esm/plugins/ES6ModulePlugin.js +6 -6
  15. package/dist/esm/plugins/LifecycleEventPlugin.js +5 -5
  16. package/dist/esm/plugins/StylePlugin.js +10 -10
  17. package/dist/esm/plugins/index.js +5 -5
  18. package/dist/esm/utils/index.js +1 -1
  19. package/dist/esm/utils/runtimeUtils.js +3 -3
  20. package/dist/index.umd.js +25 -25
  21. package/dist/types/common/ActionManager.d.ts +14 -14
  22. package/dist/types/common/DataManager.d.ts +10 -10
  23. package/dist/types/common/Engine.d.ts +201 -195
  24. package/dist/types/common/OkWorker.d.ts +13 -13
  25. package/dist/types/common/Plugin.d.ts +6 -6
  26. package/dist/types/common/Runtime.d.ts +31 -31
  27. package/dist/types/common/Store.d.ts +54 -54
  28. package/dist/types/common/checkerValue.d.ts +3 -3
  29. package/dist/types/common/index.d.ts +2 -2
  30. package/dist/types/common/proxyState.d.ts +30 -30
  31. package/dist/types/index.d.ts +3 -3
  32. package/dist/types/plugins/CalcPlugin.d.ts +121 -121
  33. package/dist/types/plugins/ControlsEventPlugin.d.ts +17 -17
  34. package/dist/types/plugins/ES6ModulePlugin.d.ts +27 -27
  35. package/dist/types/plugins/LifecycleEventPlugin.d.ts +15 -15
  36. package/dist/types/plugins/StylePlugin.d.ts +13 -13
  37. package/dist/types/plugins/index.d.ts +5 -5
  38. package/dist/types/utils/index.d.ts +1 -1
  39. package/dist/types/utils/runtimeUtils.d.ts +5 -5
  40. package/package.json +2 -2
package/dist/index.umd.js CHANGED
@@ -1,71 +1,71 @@
1
- var CE=Object.defineProperty,FE=Object.defineProperties;var NE=Object.getOwnPropertyDescriptors;var Ld=Object.getOwnPropertySymbols,OE=Object.getPrototypeOf,IE=Object.prototype.hasOwnProperty,SE=Object.prototype.propertyIsEnumerable,TE=Reflect.get;var Io=Math.pow,Pd=(ce,be,Oe)=>be in ce?CE(ce,be,{enumerable:!0,configurable:!0,writable:!0,value:Oe}):ce[be]=Oe,Ee=(ce,be)=>{for(var Oe in be||(be={}))IE.call(be,Oe)&&Pd(ce,Oe,be[Oe]);if(Ld)for(var Oe of Ld(be))SE.call(be,Oe)&&Pd(ce,Oe,be[Oe]);return ce},gi=(ce,be)=>FE(ce,NE(be));var xd=(ce,be,Oe)=>TE(OE(ce),Oe,be);var at=(ce,be,Oe)=>new Promise((So,Ze)=>{var en=Q=>{try{sr(Oe.next(Q))}catch(ar){Ze(ar)}},kr=Q=>{try{sr(Oe.throw(Q))}catch(ar){Ze(ar)}},sr=Q=>Q.done?So(Q.value):Promise.resolve(Q.value).then(en,kr);sr((Oe=Oe.apply(ce,be)).next())});(function(ce,be){typeof exports=="object"&&typeof module!="undefined"?be(exports,require("crypto")):typeof define=="function"&&define.amd?define(["exports","crypto"],be):(ce=typeof globalThis!="undefined"?globalThis:ce||self,be(ce.modelDrivenEngine={},ce.require$$0))})(this,function(ce,be){"use strict";function Oe(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var So=Oe(be),Ze;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Ze||(Ze={}));var en;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(en||(en={}));var kr,sr=(kr=window.localStorage.getItem("locale"))!==null&&kr!==void 0?kr:"zh-CN",Q;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(Q||(Q={}));var ar;(function(e){e[e.FORM=0]="FORM",e[e.LIST=1]="LIST",e[e.REPORT=2]="REPORT",e[e.DASHBOARD=3]="DASHBOARD",e[e.VUE=4]="VUE",e[e.FREE_PAGE=5]="FREE_PAGE"})(ar||(ar={}));var ve;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.OPERATION_BUTTON="operation-button",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page"})(ve||(ve={}));var Hs;(function(e){e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit"})(Hs||(Hs={}));var Ae;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.LIST="list",e.JSON="json",e.ANY="ANY"})(Ae||(Ae={}));var Ws;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(Ws||(Ws={}));var qs="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",kd=qs+"0123456789";function _i(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?qs:kd,i=Math.random()*r.length;t+=r[parseInt(String(i),10)]}return t}function To(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function $d(e){if(Array.isArray(e))return To(e)}function Ud(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Gs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Di(e,t,n){return Js()?Di=Reflect.construct:Di=function(i,o,u){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(i,s),l=new c;return u&&Ur(l,u.prototype),l},Di.apply(null,arguments)}function $r(e){return $r=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},$r(e)}function Ks(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ur(e,t)}function Vd(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function jd(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Hd(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Wd(e,t){return t&&(qd(t)==="object"||typeof t=="function")?t:Ud(e)}function Ur(e,t){return Ur=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Ur(e,t)}function Xs(e){return $d(e)||jd(e)||Gd(e)||Hd()}function qd(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Gd(e,t){if(!!e){if(typeof e=="string")return To(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return To(e,t)}}function Mo(e){var t=typeof Map=="function"?new Map:void 0;return Mo=function(r){if(r===null||!Vd(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,i)}function i(){return Di(r,arguments,$r(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Ur(i,r)},Mo(e)}function Js(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function zs(e){var t=Js();return function(){var r=$r(e),i;if(t){var o=$r(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Wd(this,i)}}var Ro=console;function cr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,i=t.slice(1);(r=Ro).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(Xs(i)))}function Bo(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,i=t.slice(1);(r=Ro).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(Xs(i)))}function Kd(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Lo=function(e){Ks(n,e);var t=zs(n);function n(r){Gs(this,n);var i;return i=t.call(this,r),i.name="\u{1F4A5} Driven Error",i.message=r?Kd(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",i}return n}(Mo(Error)),Xd=function(e){Ks(n,e);var t=zs(n);function n(r){Gs(this,n);var i;return i=t.call(this,r),i.name="\u{1F6A8} Driven Reference Error",i}return n}(Lo);function Vt(e){throw new Lo(e)}function Zs(e){throw new Xd(e)}function vi(e){Ro.error(new Lo(e))}function jt(e,t){Array.isArray(e)&&e.map(function(n){switch(n.controlType){case"layout":jt(n==null?void 0:n.children,t);break;case"wrap":jt(n==null?void 0:n.children,t);break;case"search":jt(n==null?void 0:n.children,t);break;case"form":t(n)}})}/*!
1
+ var FE=Object.defineProperty,NE=Object.defineProperties;var OE=Object.getOwnPropertyDescriptors;var Rd=Object.getOwnPropertySymbols,IE=Object.getPrototypeOf,SE=Object.prototype.hasOwnProperty,TE=Object.prototype.propertyIsEnumerable,ME=Reflect.get;var Mo=Math.pow,Bd=(ae,Ae,Se)=>Ae in ae?FE(ae,Ae,{enumerable:!0,configurable:!0,writable:!0,value:Se}):ae[Ae]=Se,we=(ae,Ae)=>{for(var Se in Ae||(Ae={}))SE.call(Ae,Se)&&Bd(ae,Se,Ae[Se]);if(Rd)for(var Se of Rd(Ae))TE.call(Ae,Se)&&Bd(ae,Se,Ae[Se]);return ae},vi=(ae,Ae)=>NE(ae,OE(Ae));var Ld=(ae,Ae,Se)=>ME(IE(ae),Se,Ae);var ft=(ae,Ae,Se)=>new Promise((Ro,et)=>{var rn=Q=>{try{lr(Se.next(Q))}catch(fr){et(fr)}},Vr=Q=>{try{lr(Se.throw(Q))}catch(fr){et(fr)}},lr=Q=>Q.done?Ro(Q.value):Promise.resolve(Q.value).then(rn,Vr);lr((Se=Se.apply(ae,Ae)).next())});(function(ae,Ae){typeof exports=="object"&&typeof module!="undefined"?Ae(exports,require("crypto")):typeof define=="function"&&define.amd?define(["exports","crypto"],Ae):(ae=typeof globalThis!="undefined"?globalThis:ae||self,Ae(ae.modelDrivenEngine={},ae.require$$0))})(this,function(ae,Ae){"use strict";function Se(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var Ro=Se(Ae),et;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(et||(et={}));var rn;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(rn||(rn={}));var Vr,lr=(Vr=window.localStorage.getItem("locale"))!==null&&Vr!==void 0?Vr:"zh-CN",Q;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(Q||(Q={}));var fr;(function(e){e[e.FORM=0]="FORM",e[e.LIST=1]="LIST",e[e.REPORT=2]="REPORT",e[e.DASHBOARD=3]="DASHBOARD",e[e.VUE=4]="VUE",e[e.FREE_PAGE=5]="FREE_PAGE"})(fr||(fr={}));var ye;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.OPERATION_BUTTON="operation-button",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page"})(ye||(ye={}));var Js;(function(e){e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit"})(Js||(Js={}));var Fe;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.LIST="list",e.JSON="json",e.ANY="ANY"})(Fe||(Fe={}));var Zs;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(Zs||(Zs={}));var Qs="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Pd=Qs+"0123456789";function yi(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?Qs:Pd,i=Math.random()*r.length;t+=r[parseInt(String(i),10)]}return t}function Bo(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xd(e){if(Array.isArray(e))return Bo(e)}function kd(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ys(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ei(e,t,n){return na()?Ei=Reflect.construct:Ei=function(i,o,u){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(i,s),f=new c;return u&&Hr(f,u.prototype),f},Ei.apply(null,arguments)}function jr(e){return jr=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},jr(e)}function ea(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Hr(e,t)}function $d(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ud(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Vd(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function jd(e,t){return t&&(Hd(t)==="object"||typeof t=="function")?t:kd(e)}function Hr(e,t){return Hr=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Hr(e,t)}function ta(e){return xd(e)||Ud(e)||Wd(e)||Vd()}function Hd(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Wd(e,t){if(!!e){if(typeof e=="string")return Bo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bo(e,t)}}function Lo(e){var t=typeof Map=="function"?new Map:void 0;return Lo=function(r){if(r===null||!$d(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,i)}function i(){return Ei(r,arguments,jr(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Hr(i,r)},Lo(e)}function na(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ra(e){var t=na();return function(){var r=jr(e),i;if(t){var o=jr(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return jd(this,i)}}var Po=console;function dr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,i=t.slice(1);(r=Po).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(ta(i)))}function xo(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,i=t.slice(1);(r=Po).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(ta(i)))}function qd(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ko=function(e){ea(n,e);var t=ra(n);function n(r){Ys(this,n);var i;return i=t.call(this,r),i.name="\u{1F4A5} Driven Error",i.message=r?qd(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",i}return n}(Lo(Error)),Gd=function(e){ea(n,e);var t=ra(n);function n(r){Ys(this,n);var i;return i=t.call(this,r),i.name="\u{1F6A8} Driven Reference Error",i}return n}(ko);function qt(e){throw new ko(e)}function ia(e){throw new Gd(e)}function bi(e){Po.error(new ko(e))}function Gt(e,t){Array.isArray(e)&&e.map(function(n){switch(n.controlType){case"layout":Gt(n==null?void 0:n.children,t);break;case"wrap":Gt(n==null?void 0:n.children,t);break;case"search":Gt(n==null?void 0:n.children,t);break;case"form":t(n)}})}/*!
2
2
  * shared v9.13.1
3
3
  * (c) 2024 kazuya kawaguchi
4
4
  * Released under the MIT License.
5
- */const yt=typeof window!="undefined";let ct,Sn;if(process.env.NODE_ENV!=="production"){const e=yt&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(ct=t=>{e.mark(t)},Sn=(t,n,r)=>{e.measure(t,n,r),e.clearMarks(n),e.clearMarks(r)})}const Jd=/\{([0-9a-zA-Z]+)\}/g;function Vr(e,...t){return t.length===1&&ae(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(Jd,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const Et=(e,t=!1)=>t?Symbol.for(e):Symbol(e),zd=(e,t,n)=>Zd({l:e,k:t,s:n}),Zd=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Ie=e=>typeof e=="number"&&isFinite(e),Qd=e=>ta(e)==="[object Date]",tn=e=>ta(e)==="[object RegExp]",yi=e=>J(e)&&Object.keys(e).length===0,Se=Object.assign;let Qs;const Ht=()=>Qs||(Qs=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function Ys(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const Yd=Object.prototype.hasOwnProperty;function Ei(e,t){return Yd.call(e,t)}const me=Array.isArray,de=e=>typeof e=="function",H=e=>typeof e=="string",Y=e=>typeof e=="boolean",ae=e=>e!==null&&typeof e=="object",eh=e=>ae(e)&&de(e.then)&&de(e.catch),ea=Object.prototype.toString,ta=e=>ea.call(e),J=e=>{if(!ae(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},th=e=>e==null?"":me(e)||J(e)&&e.toString===ea?JSON.stringify(e,null,2):String(e);function Po(e,t=""){return e.reduce((n,r,i)=>i===0?n+r:n+t+r,"")}const na=2;function nh(e,t=0,n=e.length){const r=e.split(/\r?\n/);let i=0;const o=[];for(let u=0;u<r.length;u++)if(i+=r[u].length+1,i>=t){for(let s=u-na;s<=u+na||n>i;s++){if(s<0||s>=r.length)continue;const c=s+1;o.push(`${c}${" ".repeat(3-String(c).length)}| ${r[s]}`);const l=r[s].length;if(s===u){const f=t-(i-l)+1,a=Math.max(1,n>i?l-f:n-t);o.push(" | "+" ".repeat(f)+"^".repeat(a))}else if(s>u){if(n>i){const f=Math.max(Math.min(n-i,l),1);o.push(" | "+"^".repeat(f))}i+=l+1}}break}return o.join(`
6
- `)}function bi(e){let t=e;return()=>++t}function Te(e,t){typeof console!="undefined"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const ra={};function ia(e){ra[e]||(ra[e]=!0,Te(e))}function xo(){const e=new Map;return{events:e,on(n,r){const i=e.get(n);i&&i.push(r)||e.set(n,[r])},off(n,r){const i=e.get(n);i&&i.splice(i.indexOf(r)>>>0,1)},emit(n,r){(e.get(n)||[]).slice().map(i=>i(r)),(e.get("*")||[]).slice().map(i=>i(n,r))}}}const wi=e=>!ae(e)||me(e);function Ai(e,t){if(wi(e)||wi(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:i}=n.pop();Object.keys(r).forEach(o=>{wi(r[o])||wi(i[o])?i[o]=r[o]:n.push({src:r[o],des:i[o]})})}}/*!
5
+ */const At=typeof window!="undefined";let dt,Bn;if(process.env.NODE_ENV!=="production"){const e=At&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(dt=t=>{e.mark(t)},Bn=(t,n,r)=>{e.measure(t,n,r),e.clearMarks(n),e.clearMarks(r)})}const Kd=/\{([0-9a-zA-Z]+)\}/g;function Wr(e,...t){return t.length===1&&se(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(Kd,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const Ct=(e,t=!1)=>t?Symbol.for(e):Symbol(e),Xd=(e,t,n)=>zd({l:e,k:t,s:n}),zd=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Te=e=>typeof e=="number"&&isFinite(e),Jd=e=>aa(e)==="[object Date]",on=e=>aa(e)==="[object RegExp]",wi=e=>X(e)&&Object.keys(e).length===0,Me=Object.assign;let oa;const Kt=()=>oa||(oa=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function ua(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const Zd=Object.prototype.hasOwnProperty;function Ai(e,t){return Zd.call(e,t)}const ge=Array.isArray,de=e=>typeof e=="function",V=e=>typeof e=="string",Y=e=>typeof e=="boolean",se=e=>e!==null&&typeof e=="object",Qd=e=>se(e)&&de(e.then)&&de(e.catch),sa=Object.prototype.toString,aa=e=>sa.call(e),X=e=>{if(!se(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},Yd=e=>e==null?"":ge(e)||X(e)&&e.toString===sa?JSON.stringify(e,null,2):String(e);function $o(e,t=""){return e.reduce((n,r,i)=>i===0?n+r:n+t+r,"")}const ca=2;function eh(e,t=0,n=e.length){const r=e.split(/\r?\n/);let i=0;const o=[];for(let u=0;u<r.length;u++)if(i+=r[u].length+1,i>=t){for(let s=u-ca;s<=u+ca||n>i;s++){if(s<0||s>=r.length)continue;const c=s+1;o.push(`${c}${" ".repeat(3-String(c).length)}| ${r[s]}`);const f=r[s].length;if(s===u){const l=t-(i-f)+1,a=Math.max(1,n>i?f-l:n-t);o.push(" | "+" ".repeat(l)+"^".repeat(a))}else if(s>u){if(n>i){const l=Math.max(Math.min(n-i,f),1);o.push(" | "+"^".repeat(l))}i+=f+1}}break}return o.join(`
6
+ `)}function Ci(e){let t=e;return()=>++t}function Re(e,t){typeof console!="undefined"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const la={};function fa(e){la[e]||(la[e]=!0,Re(e))}function Uo(){const e=new Map;return{events:e,on(n,r){const i=e.get(n);i&&i.push(r)||e.set(n,[r])},off(n,r){const i=e.get(n);i&&i.splice(i.indexOf(r)>>>0,1)},emit(n,r){(e.get(n)||[]).slice().map(i=>i(r)),(e.get("*")||[]).slice().map(i=>i(n,r))}}}const Fi=e=>!se(e)||ge(e);function Ni(e,t){if(Fi(e)||Fi(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:i}=n.pop();Object.keys(r).forEach(o=>{Fi(r[o])||Fi(i[o])?i[o]=r[o]:n.push({src:r[o],des:i[o]})})}}/*!
7
7
  * message-compiler v9.13.1
8
8
  * (c) 2024 kazuya kawaguchi
9
9
  * Released under the MIT License.
10
- */function rh(e,t,n){return{line:e,column:t,offset:n}}function Ci(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const Fi={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},ih={[Fi.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function oh(e,t,...n){const r=process.env.NODE_ENV!=="production"?Vr(ih[e]||"",...n||[]):e,i={message:String(r),code:e};return t&&(i.location=t),i}const K={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},uh={[K.EXPECTED_TOKEN]:"Expected token: '{0}'",[K.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[K.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[K.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[K.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[K.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[K.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[K.EMPTY_PLACEHOLDER]:"Empty placeholder",[K.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[K.INVALID_LINKED_FORMAT]:"Invalid linked format",[K.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[K.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[K.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[K.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[K.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[K.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function lr(e,t,n={}){const{domain:r,messages:i,args:o}=n,u=process.env.NODE_ENV!=="production"?Vr((i||uh)[e]||"",...o||[]):e,s=new SyntaxError(String(u));return s.code=e,t&&(s.location=t),s.domain=r,s}function sh(e){throw e}const ah=/<\/?[\w\s="/.':;#-\/]+>/,ch=e=>ah.test(e),Wt=" ",lh="\r",qe=`
11
- `,fh=String.fromCharCode(8232),dh=String.fromCharCode(8233);function hh(e){const t=e;let n=0,r=1,i=1,o=0;const u=C=>t[C]===lh&&t[C+1]===qe,s=C=>t[C]===qe,c=C=>t[C]===dh,l=C=>t[C]===fh,f=C=>u(C)||s(C)||c(C)||l(C),a=()=>n,d=()=>r,h=()=>i,m=()=>o,g=C=>u(C)||c(C)||l(C)?qe:t[C],E=()=>g(n),p=()=>g(n+o);function y(){return o=0,f(n)&&(r++,i=0),u(n)&&n++,n++,i++,t[n]}function _(){return u(n+o)&&o++,o++,t[n+o]}function v(){n=0,r=1,i=1,o=0}function w(C=0){o=C}function F(){const C=n+o;for(;C!==n;)y();o=0}return{index:a,line:d,column:h,peekOffset:m,charAt:g,currentChar:E,currentPeek:p,next:y,peek:_,reset:v,resetPeek:w,skipToPeek:F}}const nn=void 0,ph=".",oa="'",mh="tokenizer";function gh(e,t={}){const n=t.location!==!1,r=hh(e),i=()=>r.index(),o=()=>rh(r.line(),r.column(),r.index()),u=o(),s=i(),c={currentType:14,offset:s,startLoc:u,endLoc:u,lastType:14,lastOffset:s,lastStartLoc:u,lastEndLoc:u,braceNest:0,inLinked:!1,text:""},l=()=>c,{onError:f}=t;function a(A,O,P,...D){const N=l();if(O.column+=P,O.offset+=P,f){const S=n?Ci(N.startLoc,O):null,T=lr(A,S,{domain:mh,args:D});f(T)}}function d(A,O,P){A.endLoc=o(),A.currentType=O;const D={type:O};return n&&(D.loc=Ci(A.startLoc,A.endLoc)),P!=null&&(D.value=P),D}const h=A=>d(A,14);function m(A,O){return A.currentChar()===O?(A.next(),O):(a(K.EXPECTED_TOKEN,o(),0,O),"")}function g(A){let O="";for(;A.currentPeek()===Wt||A.currentPeek()===qe;)O+=A.currentPeek(),A.peek();return O}function E(A){const O=g(A);return A.skipToPeek(),O}function p(A){if(A===nn)return!1;const O=A.charCodeAt(0);return O>=97&&O<=122||O>=65&&O<=90||O===95}function y(A){if(A===nn)return!1;const O=A.charCodeAt(0);return O>=48&&O<=57}function _(A,O){const{currentType:P}=O;if(P!==2)return!1;g(A);const D=p(A.currentPeek());return A.resetPeek(),D}function v(A,O){const{currentType:P}=O;if(P!==2)return!1;g(A);const D=A.currentPeek()==="-"?A.peek():A.currentPeek(),N=y(D);return A.resetPeek(),N}function w(A,O){const{currentType:P}=O;if(P!==2)return!1;g(A);const D=A.currentPeek()===oa;return A.resetPeek(),D}function F(A,O){const{currentType:P}=O;if(P!==8)return!1;g(A);const D=A.currentPeek()===".";return A.resetPeek(),D}function C(A,O){const{currentType:P}=O;if(P!==9)return!1;g(A);const D=p(A.currentPeek());return A.resetPeek(),D}function M(A,O){const{currentType:P}=O;if(!(P===8||P===12))return!1;g(A);const D=A.currentPeek()===":";return A.resetPeek(),D}function R(A,O){const{currentType:P}=O;if(P!==10)return!1;const D=()=>{const S=A.currentPeek();return S==="{"?p(A.peek()):S==="@"||S==="%"||S==="|"||S===":"||S==="."||S===Wt||!S?!1:S===qe?(A.peek(),D()):k(A,!1)},N=D();return A.resetPeek(),N}function W(A){g(A);const O=A.currentPeek()==="|";return A.resetPeek(),O}function U(A){const O=g(A),P=A.currentPeek()==="%"&&A.peek()==="{";return A.resetPeek(),{isModulo:P,hasSpace:O.length>0}}function k(A,O=!0){const P=(N=!1,S="",T=!1)=>{const b=A.currentPeek();return b==="{"?S==="%"?!1:N:b==="@"||!b?S==="%"?!0:N:b==="%"?(A.peek(),P(N,"%",!0)):b==="|"?S==="%"||T?!0:!(S===Wt||S===qe):b===Wt?(A.peek(),P(!0,Wt,T)):b===qe?(A.peek(),P(!0,qe,T)):!0},D=P();return O&&A.resetPeek(),D}function Z(A,O){const P=A.currentChar();return P===nn?nn:O(P)?(A.next(),P):null}function ee(A){const O=A.charCodeAt(0);return O>=97&&O<=122||O>=65&&O<=90||O>=48&&O<=57||O===95||O===36}function oe(A){return Z(A,ee)}function X(A){const O=A.charCodeAt(0);return O>=97&&O<=122||O>=65&&O<=90||O>=48&&O<=57||O===95||O===36||O===45}function zn(A){return Z(A,X)}function Zn(A){const O=A.charCodeAt(0);return O>=48&&O<=57}function Qn(A){return Z(A,Zn)}function Yn(A){const O=A.charCodeAt(0);return O>=48&&O<=57||O>=65&&O<=70||O>=97&&O<=102}function er(A){return Z(A,Yn)}function ut(A){let O="",P="";for(;O=Qn(A);)P+=O;return P}function Cn(A){E(A);const O=A.currentChar();return O!=="%"&&a(K.EXPECTED_TOKEN,o(),0,O),A.next(),"%"}function Fn(A){let O="";for(;;){const P=A.currentChar();if(P==="{"||P==="}"||P==="@"||P==="|"||!P)break;if(P==="%")if(k(A))O+=P,A.next();else break;else if(P===Wt||P===qe)if(k(A))O+=P,A.next();else{if(W(A))break;O+=P,A.next()}else O+=P,A.next()}return O}function tr(A){E(A);let O="",P="";for(;O=zn(A);)P+=O;return A.currentChar()===nn&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),P}function nr(A){E(A);let O="";return A.currentChar()==="-"?(A.next(),O+=`-${ut(A)}`):O+=ut(A),A.currentChar()===nn&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),O}function Nn(A){return A!==oa&&A!==qe}function rr(A){E(A),m(A,"'");let O="",P="";for(;O=Z(A,Nn);)O==="\\"?P+=vt(A):P+=O;const D=A.currentChar();return D===qe||D===nn?(a(K.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,o(),0),D===qe&&(A.next(),m(A,"'")),P):(m(A,"'"),P)}function vt(A){const O=A.currentChar();switch(O){case"\\":case"'":return A.next(),`\\${O}`;case"u":return $t(A,O,4);case"U":return $t(A,O,6);default:return a(K.UNKNOWN_ESCAPE_SEQUENCE,o(),0,O),""}}function $t(A,O,P){m(A,O);let D="";for(let N=0;N<P;N++){const S=er(A);if(!S){a(K.INVALID_UNICODE_ESCAPE_SEQUENCE,o(),0,`\\${O}${D}${A.currentChar()}`);break}D+=S}return`\\${O}${D}`}function ir(A){return A!=="{"&&A!=="}"&&A!==Wt&&A!==qe}function or(A){E(A);let O="",P="";for(;O=Z(A,ir);)P+=O;return P}function ur(A){let O="",P="";for(;O=oe(A);)P+=O;return P}function V(A){const O=P=>{const D=A.currentChar();return D==="{"||D==="%"||D==="@"||D==="|"||D==="("||D===")"||!D||D===Wt?P:(P+=D,A.next(),O(P))};return O("")}function ue(A){E(A);const O=m(A,"|");return E(A),O}function On(A,O){let P=null;switch(A.currentChar()){case"{":return O.braceNest>=1&&a(K.NOT_ALLOW_NEST_PLACEHOLDER,o(),0),A.next(),P=d(O,2,"{"),E(A),O.braceNest++,P;case"}":return O.braceNest>0&&O.currentType===2&&a(K.EMPTY_PLACEHOLDER,o(),0),A.next(),P=d(O,3,"}"),O.braceNest--,O.braceNest>0&&E(A),O.inLinked&&O.braceNest===0&&(O.inLinked=!1),P;case"@":return O.braceNest>0&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),P=Ut(A,O)||h(O),O.braceNest=0,P;default:{let N=!0,S=!0,T=!0;if(W(A))return O.braceNest>0&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),P=d(O,1,ue(A)),O.braceNest=0,O.inLinked=!1,P;if(O.braceNest>0&&(O.currentType===5||O.currentType===6||O.currentType===7))return a(K.UNTERMINATED_CLOSING_BRACE,o(),0),O.braceNest=0,In(A,O);if(N=_(A,O))return P=d(O,5,tr(A)),E(A),P;if(S=v(A,O))return P=d(O,6,nr(A)),E(A),P;if(T=w(A,O))return P=d(O,7,rr(A)),E(A),P;if(!N&&!S&&!T)return P=d(O,13,or(A)),a(K.INVALID_TOKEN_IN_PLACEHOLDER,o(),0,P.value),E(A),P;break}}return P}function Ut(A,O){const{currentType:P}=O;let D=null;const N=A.currentChar();switch((P===8||P===9||P===12||P===10)&&(N===qe||N===Wt)&&a(K.INVALID_LINKED_FORMAT,o(),0),N){case"@":return A.next(),D=d(O,8,"@"),O.inLinked=!0,D;case".":return E(A),A.next(),d(O,9,".");case":":return E(A),A.next(),d(O,10,":");default:return W(A)?(D=d(O,1,ue(A)),O.braceNest=0,O.inLinked=!1,D):F(A,O)||M(A,O)?(E(A),Ut(A,O)):C(A,O)?(E(A),d(O,12,ur(A))):R(A,O)?(E(A),N==="{"?On(A,O)||D:d(O,11,V(A))):(P===8&&a(K.INVALID_LINKED_FORMAT,o(),0),O.braceNest=0,O.inLinked=!1,In(A,O))}}function In(A,O){let P={type:14};if(O.braceNest>0)return On(A,O)||h(O);if(O.inLinked)return Ut(A,O)||h(O);switch(A.currentChar()){case"{":return On(A,O)||h(O);case"}":return a(K.UNBALANCED_CLOSING_BRACE,o(),0),A.next(),d(O,3,"}");case"@":return Ut(A,O)||h(O);default:{if(W(A))return P=d(O,1,ue(A)),O.braceNest=0,O.inLinked=!1,P;const{isModulo:N,hasSpace:S}=U(A);if(N)return S?d(O,0,Fn(A)):d(O,4,Cn(A));if(k(A))return d(O,0,Fn(A));break}}return P}function hi(){const{currentType:A,offset:O,startLoc:P,endLoc:D}=c;return c.lastType=A,c.lastOffset=O,c.lastStartLoc=P,c.lastEndLoc=D,c.offset=i(),c.startLoc=o(),r.currentChar()===nn?d(c,14):In(r,c)}return{nextToken:hi,currentOffset:i,currentPosition:o,context:l}}const _h="parser",Dh=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function vh(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"\uFFFD"}}}function yh(e={}){const t=e.location!==!1,{onError:n,onWarn:r}=e;function i(_,v,w,F,...C){const M=_.currentPosition();if(M.offset+=F,M.column+=F,n){const R=t?Ci(w,M):null,W=lr(v,R,{domain:_h,args:C});n(W)}}function o(_,v,w,F,...C){const M=_.currentPosition();if(M.offset+=F,M.column+=F,r){const R=t?Ci(w,M):null;r(oh(v,R,C))}}function u(_,v,w){const F={type:_};return t&&(F.start=v,F.end=v,F.loc={start:w,end:w}),F}function s(_,v,w,F){F&&(_.type=F),t&&(_.end=v,_.loc&&(_.loc.end=w))}function c(_,v){const w=_.context(),F=u(3,w.offset,w.startLoc);return F.value=v,s(F,_.currentOffset(),_.currentPosition()),F}function l(_,v){const w=_.context(),{lastOffset:F,lastStartLoc:C}=w,M=u(5,F,C);return M.index=parseInt(v,10),_.nextToken(),s(M,_.currentOffset(),_.currentPosition()),M}function f(_,v,w){const F=_.context(),{lastOffset:C,lastStartLoc:M}=F,R=u(4,C,M);return R.key=v,w===!0&&(R.modulo=!0),_.nextToken(),s(R,_.currentOffset(),_.currentPosition()),R}function a(_,v){const w=_.context(),{lastOffset:F,lastStartLoc:C}=w,M=u(9,F,C);return M.value=v.replace(Dh,vh),_.nextToken(),s(M,_.currentOffset(),_.currentPosition()),M}function d(_){const v=_.nextToken(),w=_.context(),{lastOffset:F,lastStartLoc:C}=w,M=u(8,F,C);return v.type!==12?(i(_,K.UNEXPECTED_EMPTY_LINKED_MODIFIER,w.lastStartLoc,0),M.value="",s(M,F,C),{nextConsumeToken:v,node:M}):(v.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,w.lastStartLoc,0,bt(v)),M.value=v.value||"",s(M,_.currentOffset(),_.currentPosition()),{node:M})}function h(_,v){const w=_.context(),F=u(7,w.offset,w.startLoc);return F.value=v,s(F,_.currentOffset(),_.currentPosition()),F}function m(_){const v=_.context(),w=u(6,v.offset,v.startLoc);let F=_.nextToken();if(F.type===9){const C=d(_);w.modifier=C.node,F=C.nextConsumeToken||_.nextToken()}switch(F.type!==10&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(F)),F=_.nextToken(),F.type===2&&(F=_.nextToken()),F.type){case 11:F.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(F)),w.key=h(_,F.value||"");break;case 5:F.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(F)),w.key=f(_,F.value||"");break;case 6:F.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(F)),w.key=l(_,F.value||"");break;case 7:F.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(F)),w.key=a(_,F.value||"");break;default:{i(_,K.UNEXPECTED_EMPTY_LINKED_KEY,v.lastStartLoc,0);const C=_.context(),M=u(7,C.offset,C.startLoc);return M.value="",s(M,C.offset,C.startLoc),w.key=M,s(w,C.offset,C.startLoc),{nextConsumeToken:F,node:w}}}return s(w,_.currentOffset(),_.currentPosition()),{node:w}}function g(_){const v=_.context(),w=v.currentType===1?_.currentOffset():v.offset,F=v.currentType===1?v.endLoc:v.startLoc,C=u(2,w,F);C.items=[];let M=null,R=null;do{const k=M||_.nextToken();switch(M=null,k.type){case 0:k.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(k)),C.items.push(c(_,k.value||""));break;case 6:k.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(k)),C.items.push(l(_,k.value||""));break;case 4:R=!0;break;case 5:k.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(k)),C.items.push(f(_,k.value||"",!!R)),R&&(o(_,Fi.USE_MODULO_SYNTAX,v.lastStartLoc,0,bt(k)),R=null);break;case 7:k.value==null&&i(_,K.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(k)),C.items.push(a(_,k.value||""));break;case 8:{const Z=m(_);C.items.push(Z.node),M=Z.nextConsumeToken||null;break}}}while(v.currentType!==14&&v.currentType!==1);const W=v.currentType===1?v.lastOffset:_.currentOffset(),U=v.currentType===1?v.lastEndLoc:_.currentPosition();return s(C,W,U),C}function E(_,v,w,F){const C=_.context();let M=F.items.length===0;const R=u(1,v,w);R.cases=[],R.cases.push(F);do{const W=g(_);M||(M=W.items.length===0),R.cases.push(W)}while(C.currentType!==14);return M&&i(_,K.MUST_HAVE_MESSAGES_IN_PLURAL,w,0),s(R,_.currentOffset(),_.currentPosition()),R}function p(_){const v=_.context(),{offset:w,startLoc:F}=v,C=g(_);return v.currentType===14?C:E(_,w,F,C)}function y(_){const v=gh(_,Se({},e)),w=v.context(),F=u(0,w.offset,w.startLoc);return t&&F.loc&&(F.loc.source=_),F.body=p(v),e.onCacheKey&&(F.cacheKey=e.onCacheKey(_)),w.currentType!==14&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,w.lastStartLoc,0,_[w.offset]||""),s(F,v.currentOffset(),v.currentPosition()),F}return{parse:y}}function bt(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"\u2026":t}function Eh(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:o=>(n.helpers.add(o),o)}}function ua(e,t){for(let n=0;n<e.length;n++)ko(e[n],t)}function ko(e,t){switch(e.type){case 1:ua(e.cases,t),t.helper("plural");break;case 2:ua(e.items,t);break;case 6:{ko(e.key,t),t.helper("linked"),t.helper("type");break}case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function bh(e,t={}){const n=Eh(e);n.helper("normalize"),e.body&&ko(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function wh(e){const t=e.body;return t.type===2?sa(t):t.cases.forEach(n=>sa(n)),e}function sa(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=Po(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}const Ah="minifier";function fr(e){switch(e.t=e.type,e.type){case 0:{const t=e;fr(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let r=0;r<n.length;r++)fr(n[r]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let r=0;r<n.length;r++)fr(n[r]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{const t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{const t=e;fr(t.key),t.k=t.key,delete t.key,t.modifier&&(fr(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{const t=e;t.i=t.index,delete t.index;break}case 4:{const t=e;t.k=t.key,delete t.key;break}default:if(process.env.NODE_ENV!=="production")throw lr(K.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:Ah,args:[e.type]})}delete e.type}const Ch="parser";function Fh(e,t){const{sourceMap:n,filename:r,breakLineCode:i,needIndent:o}=t,u=t.location!==!1,s={filename:r,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:i,needIndent:o,indentLevel:0};u&&e.loc&&(s.source=e.loc.source);const c=()=>s;function l(E,p){s.code+=E}function f(E,p=!0){const y=p?i:"";l(o?y+" ".repeat(E):y)}function a(E=!0){const p=++s.indentLevel;E&&f(p)}function d(E=!0){const p=--s.indentLevel;E&&f(p)}function h(){f(s.indentLevel)}return{context:c,push:l,indent:a,deindent:d,newline:h,helper:E=>`_${E}`,needIndent:()=>s.needIndent}}function Nh(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),dr(e,t.key),t.modifier?(e.push(", "),dr(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function Oh(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const i=t.items.length;for(let o=0;o<i&&(dr(e,t.items[o]),o!==i-1);o++)e.push(", ");e.deindent(r()),e.push("])")}function Ih(e,t){const{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(r());const i=t.cases.length;for(let o=0;o<i&&(dr(e,t.cases[o]),o!==i-1);o++)e.push(", ");e.deindent(r()),e.push("])")}}function Sh(e,t){t.body?dr(e,t.body):e.push("null")}function dr(e,t){const{helper:n}=e;switch(t.type){case 0:Sh(e,t);break;case 1:Ih(e,t);break;case 2:Oh(e,t);break;case 6:Nh(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:if(process.env.NODE_ENV!=="production")throw lr(K.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:Ch,args:[t.type]})}}const Th=(e,t={})=>{const n=H(t.mode)?t.mode:"normal",r=H(t.filename)?t.filename:"message.intl",i=!!t.sourceMap,o=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
12
- `,u=t.needIndent?t.needIndent:n!=="arrow",s=e.helpers||[],c=Fh(e,{mode:n,filename:r,sourceMap:i,breakLineCode:o,needIndent:u});c.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),c.indent(u),s.length>0&&(c.push(`const { ${Po(s.map(a=>`${a}: _${a}`),", ")} } = ctx`),c.newline()),c.push("return "),dr(c,e),c.deindent(u),c.push("}"),delete e.helpers;const{code:l,map:f}=c.context();return{ast:e,code:l,map:f?f.toJSON():void 0}};function Mh(e,t={}){const n=Se({},t),r=!!n.jit,i=!!n.minify,o=n.optimize==null?!0:n.optimize,s=yh(n).parse(e);return r?(o&&wh(s),i&&fr(s),{ast:s,code:""}):(bh(s,n),Th(s,n))}/*!
10
+ */function th(e,t,n){return{line:e,column:t,offset:n}}function Oi(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const Ii={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},nh={[Ii.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function rh(e,t,...n){const r=process.env.NODE_ENV!=="production"?Wr(nh[e]||"",...n||[]):e,i={message:String(r),code:e};return t&&(i.location=t),i}const K={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},ih={[K.EXPECTED_TOKEN]:"Expected token: '{0}'",[K.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[K.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[K.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[K.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[K.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[K.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[K.EMPTY_PLACEHOLDER]:"Empty placeholder",[K.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[K.INVALID_LINKED_FORMAT]:"Invalid linked format",[K.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[K.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[K.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[K.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[K.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[K.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function hr(e,t,n={}){const{domain:r,messages:i,args:o}=n,u=process.env.NODE_ENV!=="production"?Wr((i||ih)[e]||"",...o||[]):e,s=new SyntaxError(String(u));return s.code=e,t&&(s.location=t),s.domain=r,s}function oh(e){throw e}const uh=/<\/?[\w\s="/.':;#-\/]+>/,sh=e=>uh.test(e),Xt=" ",ah="\r",Ke=`
11
+ `,ch=String.fromCharCode(8232),lh=String.fromCharCode(8233);function fh(e){const t=e;let n=0,r=1,i=1,o=0;const u=O=>t[O]===ah&&t[O+1]===Ke,s=O=>t[O]===Ke,c=O=>t[O]===lh,f=O=>t[O]===ch,l=O=>u(O)||s(O)||c(O)||f(O),a=()=>n,d=()=>r,h=()=>i,p=()=>o,g=O=>u(O)||c(O)||f(O)?Ke:t[O],D=()=>g(n),m=()=>g(n+o);function A(){return o=0,l(n)&&(r++,i=0),u(n)&&n++,n++,i++,t[n]}function v(){return u(n+o)&&o++,o++,t[n+o]}function y(){n=0,r=1,i=1,o=0}function I(O=0){o=O}function N(){const O=n+o;for(;O!==n;)A();o=0}return{index:a,line:d,column:h,peekOffset:p,charAt:g,currentChar:D,currentPeek:m,next:A,peek:v,reset:y,resetPeek:I,skipToPeek:N}}const un=void 0,dh=".",da="'",hh="tokenizer";function ph(e,t={}){const n=t.location!==!1,r=fh(e),i=()=>r.index(),o=()=>th(r.line(),r.column(),r.index()),u=o(),s=i(),c={currentType:14,offset:s,startLoc:u,endLoc:u,lastType:14,lastOffset:s,lastStartLoc:u,lastEndLoc:u,braceNest:0,inLinked:!1,text:""},f=()=>c,{onError:l}=t;function a(b,C,P,..._){const w=f();if(C.column+=P,C.offset+=P,l){const S=n?Oi(w.startLoc,C):null,T=hr(b,S,{domain:hh,args:_});l(T)}}function d(b,C,P){b.endLoc=o(),b.currentType=C;const _={type:C};return n&&(_.loc=Oi(b.startLoc,b.endLoc)),P!=null&&(_.value=P),_}const h=b=>d(b,14);function p(b,C){return b.currentChar()===C?(b.next(),C):(a(K.EXPECTED_TOKEN,o(),0,C),"")}function g(b){let C="";for(;b.currentPeek()===Xt||b.currentPeek()===Ke;)C+=b.currentPeek(),b.peek();return C}function D(b){const C=g(b);return b.skipToPeek(),C}function m(b){if(b===un)return!1;const C=b.charCodeAt(0);return C>=97&&C<=122||C>=65&&C<=90||C===95}function A(b){if(b===un)return!1;const C=b.charCodeAt(0);return C>=48&&C<=57}function v(b,C){const{currentType:P}=C;if(P!==2)return!1;g(b);const _=m(b.currentPeek());return b.resetPeek(),_}function y(b,C){const{currentType:P}=C;if(P!==2)return!1;g(b);const _=b.currentPeek()==="-"?b.peek():b.currentPeek(),w=A(_);return b.resetPeek(),w}function I(b,C){const{currentType:P}=C;if(P!==2)return!1;g(b);const _=b.currentPeek()===da;return b.resetPeek(),_}function N(b,C){const{currentType:P}=C;if(P!==8)return!1;g(b);const _=b.currentPeek()===".";return b.resetPeek(),_}function O(b,C){const{currentType:P}=C;if(P!==9)return!1;g(b);const _=m(b.currentPeek());return b.resetPeek(),_}function M(b,C){const{currentType:P}=C;if(!(P===8||P===12))return!1;g(b);const _=b.currentPeek()===":";return b.resetPeek(),_}function R(b,C){const{currentType:P}=C;if(P!==10)return!1;const _=()=>{const S=b.currentPeek();return S==="{"?m(b.peek()):S==="@"||S==="%"||S==="|"||S===":"||S==="."||S===Xt||!S?!1:S===Ke?(b.peek(),_()):q(b,!1)},w=_();return b.resetPeek(),w}function W(b){g(b);const C=b.currentPeek()==="|";return b.resetPeek(),C}function Z(b){const C=g(b),P=b.currentPeek()==="%"&&b.peek()==="{";return b.resetPeek(),{isModulo:P,hasSpace:C.length>0}}function q(b,C=!0){const P=(w=!1,S="",T=!1)=>{const E=b.currentPeek();return E==="{"?S==="%"?!1:w:E==="@"||!E?S==="%"?!0:w:E==="%"?(b.peek(),P(w,"%",!0)):E==="|"?S==="%"||T?!0:!(S===Xt||S===Ke):E===Xt?(b.peek(),P(!0,Xt,T)):E===Ke?(b.peek(),P(!0,Ke,T)):!0},_=P();return C&&b.resetPeek(),_}function ee(b,C){const P=b.currentChar();return P===un?un:C(P)?(b.next(),P):null}function pe(b){const C=b.charCodeAt(0);return C>=97&&C<=122||C>=65&&C<=90||C>=48&&C<=57||C===95||C===36}function le(b){return ee(b,pe)}function J(b){const C=b.charCodeAt(0);return C>=97&&C<=122||C>=65&&C<=90||C>=48&&C<=57||C===95||C===36||C===45}function Yn(b){return ee(b,J)}function er(b){const C=b.charCodeAt(0);return C>=48&&C<=57}function tr(b){return ee(b,er)}function nr(b){const C=b.charCodeAt(0);return C>=48&&C<=57||C>=65&&C<=70||C>=97&&C<=102}function rr(b){return ee(b,nr)}function ct(b){let C="",P="";for(;C=tr(b);)P+=C;return P}function In(b){D(b);const C=b.currentChar();return C!=="%"&&a(K.EXPECTED_TOKEN,o(),0,C),b.next(),"%"}function Sn(b){let C="";for(;;){const P=b.currentChar();if(P==="{"||P==="}"||P==="@"||P==="|"||!P)break;if(P==="%")if(q(b))C+=P,b.next();else break;else if(P===Xt||P===Ke)if(q(b))C+=P,b.next();else{if(W(b))break;C+=P,b.next()}else C+=P,b.next()}return C}function ir(b){D(b);let C="",P="";for(;C=Yn(b);)P+=C;return b.currentChar()===un&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),P}function or(b){D(b);let C="";return b.currentChar()==="-"?(b.next(),C+=`-${ct(b)}`):C+=ct(b),b.currentChar()===un&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),C}function Tn(b){return b!==da&&b!==Ke}function ur(b){D(b),p(b,"'");let C="",P="";for(;C=ee(b,Tn);)C==="\\"?P+=wt(b):P+=C;const _=b.currentChar();return _===Ke||_===un?(a(K.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,o(),0),_===Ke&&(b.next(),p(b,"'")),P):(p(b,"'"),P)}function wt(b){const C=b.currentChar();switch(C){case"\\":case"'":return b.next(),`\\${C}`;case"u":return Ht(b,C,4);case"U":return Ht(b,C,6);default:return a(K.UNKNOWN_ESCAPE_SEQUENCE,o(),0,C),""}}function Ht(b,C,P){p(b,C);let _="";for(let w=0;w<P;w++){const S=rr(b);if(!S){a(K.INVALID_UNICODE_ESCAPE_SEQUENCE,o(),0,`\\${C}${_}${b.currentChar()}`);break}_+=S}return`\\${C}${_}`}function sr(b){return b!=="{"&&b!=="}"&&b!==Xt&&b!==Ke}function ar(b){D(b);let C="",P="";for(;C=ee(b,sr);)P+=C;return P}function cr(b){let C="",P="";for(;C=le(b);)P+=C;return P}function $(b){const C=P=>{const _=b.currentChar();return _==="{"||_==="%"||_==="@"||_==="|"||_==="("||_===")"||!_||_===Xt?P:(P+=_,b.next(),C(P))};return C("")}function oe(b){D(b);const C=p(b,"|");return D(b),C}function Mn(b,C){let P=null;switch(b.currentChar()){case"{":return C.braceNest>=1&&a(K.NOT_ALLOW_NEST_PLACEHOLDER,o(),0),b.next(),P=d(C,2,"{"),D(b),C.braceNest++,P;case"}":return C.braceNest>0&&C.currentType===2&&a(K.EMPTY_PLACEHOLDER,o(),0),b.next(),P=d(C,3,"}"),C.braceNest--,C.braceNest>0&&D(b),C.inLinked&&C.braceNest===0&&(C.inLinked=!1),P;case"@":return C.braceNest>0&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),P=Wt(b,C)||h(C),C.braceNest=0,P;default:{let w=!0,S=!0,T=!0;if(W(b))return C.braceNest>0&&a(K.UNTERMINATED_CLOSING_BRACE,o(),0),P=d(C,1,oe(b)),C.braceNest=0,C.inLinked=!1,P;if(C.braceNest>0&&(C.currentType===5||C.currentType===6||C.currentType===7))return a(K.UNTERMINATED_CLOSING_BRACE,o(),0),C.braceNest=0,Rn(b,C);if(w=v(b,C))return P=d(C,5,ir(b)),D(b),P;if(S=y(b,C))return P=d(C,6,or(b)),D(b),P;if(T=I(b,C))return P=d(C,7,ur(b)),D(b),P;if(!w&&!S&&!T)return P=d(C,13,ar(b)),a(K.INVALID_TOKEN_IN_PLACEHOLDER,o(),0,P.value),D(b),P;break}}return P}function Wt(b,C){const{currentType:P}=C;let _=null;const w=b.currentChar();switch((P===8||P===9||P===12||P===10)&&(w===Ke||w===Xt)&&a(K.INVALID_LINKED_FORMAT,o(),0),w){case"@":return b.next(),_=d(C,8,"@"),C.inLinked=!0,_;case".":return D(b),b.next(),d(C,9,".");case":":return D(b),b.next(),d(C,10,":");default:return W(b)?(_=d(C,1,oe(b)),C.braceNest=0,C.inLinked=!1,_):N(b,C)||M(b,C)?(D(b),Wt(b,C)):O(b,C)?(D(b),d(C,12,cr(b))):R(b,C)?(D(b),w==="{"?Mn(b,C)||_:d(C,11,$(b))):(P===8&&a(K.INVALID_LINKED_FORMAT,o(),0),C.braceNest=0,C.inLinked=!1,Rn(b,C))}}function Rn(b,C){let P={type:14};if(C.braceNest>0)return Mn(b,C)||h(C);if(C.inLinked)return Wt(b,C)||h(C);switch(b.currentChar()){case"{":return Mn(b,C)||h(C);case"}":return a(K.UNBALANCED_CLOSING_BRACE,o(),0),b.next(),d(C,3,"}");case"@":return Wt(b,C)||h(C);default:{if(W(b))return P=d(C,1,oe(b)),C.braceNest=0,C.inLinked=!1,P;const{isModulo:w,hasSpace:S}=Z(b);if(w)return S?d(C,0,Sn(b)):d(C,4,In(b));if(q(b))return d(C,0,Sn(b));break}}return P}function gi(){const{currentType:b,offset:C,startLoc:P,endLoc:_}=c;return c.lastType=b,c.lastOffset=C,c.lastStartLoc=P,c.lastEndLoc=_,c.offset=i(),c.startLoc=o(),r.currentChar()===un?d(c,14):Rn(r,c)}return{nextToken:gi,currentOffset:i,currentPosition:o,context:f}}const mh="parser",gh=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function _h(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"\uFFFD"}}}function Dh(e={}){const t=e.location!==!1,{onError:n,onWarn:r}=e;function i(v,y,I,N,...O){const M=v.currentPosition();if(M.offset+=N,M.column+=N,n){const R=t?Oi(I,M):null,W=hr(y,R,{domain:mh,args:O});n(W)}}function o(v,y,I,N,...O){const M=v.currentPosition();if(M.offset+=N,M.column+=N,r){const R=t?Oi(I,M):null;r(rh(y,R,O))}}function u(v,y,I){const N={type:v};return t&&(N.start=y,N.end=y,N.loc={start:I,end:I}),N}function s(v,y,I,N){N&&(v.type=N),t&&(v.end=y,v.loc&&(v.loc.end=I))}function c(v,y){const I=v.context(),N=u(3,I.offset,I.startLoc);return N.value=y,s(N,v.currentOffset(),v.currentPosition()),N}function f(v,y){const I=v.context(),{lastOffset:N,lastStartLoc:O}=I,M=u(5,N,O);return M.index=parseInt(y,10),v.nextToken(),s(M,v.currentOffset(),v.currentPosition()),M}function l(v,y,I){const N=v.context(),{lastOffset:O,lastStartLoc:M}=N,R=u(4,O,M);return R.key=y,I===!0&&(R.modulo=!0),v.nextToken(),s(R,v.currentOffset(),v.currentPosition()),R}function a(v,y){const I=v.context(),{lastOffset:N,lastStartLoc:O}=I,M=u(9,N,O);return M.value=y.replace(gh,_h),v.nextToken(),s(M,v.currentOffset(),v.currentPosition()),M}function d(v){const y=v.nextToken(),I=v.context(),{lastOffset:N,lastStartLoc:O}=I,M=u(8,N,O);return y.type!==12?(i(v,K.UNEXPECTED_EMPTY_LINKED_MODIFIER,I.lastStartLoc,0),M.value="",s(M,N,O),{nextConsumeToken:y,node:M}):(y.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,I.lastStartLoc,0,Ft(y)),M.value=y.value||"",s(M,v.currentOffset(),v.currentPosition()),{node:M})}function h(v,y){const I=v.context(),N=u(7,I.offset,I.startLoc);return N.value=y,s(N,v.currentOffset(),v.currentPosition()),N}function p(v){const y=v.context(),I=u(6,y.offset,y.startLoc);let N=v.nextToken();if(N.type===9){const O=d(v);I.modifier=O.node,N=O.nextConsumeToken||v.nextToken()}switch(N.type!==10&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(N)),N=v.nextToken(),N.type===2&&(N=v.nextToken()),N.type){case 11:N.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(N)),I.key=h(v,N.value||"");break;case 5:N.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(N)),I.key=l(v,N.value||"");break;case 6:N.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(N)),I.key=f(v,N.value||"");break;case 7:N.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(N)),I.key=a(v,N.value||"");break;default:{i(v,K.UNEXPECTED_EMPTY_LINKED_KEY,y.lastStartLoc,0);const O=v.context(),M=u(7,O.offset,O.startLoc);return M.value="",s(M,O.offset,O.startLoc),I.key=M,s(I,O.offset,O.startLoc),{nextConsumeToken:N,node:I}}}return s(I,v.currentOffset(),v.currentPosition()),{node:I}}function g(v){const y=v.context(),I=y.currentType===1?v.currentOffset():y.offset,N=y.currentType===1?y.endLoc:y.startLoc,O=u(2,I,N);O.items=[];let M=null,R=null;do{const q=M||v.nextToken();switch(M=null,q.type){case 0:q.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(q)),O.items.push(c(v,q.value||""));break;case 6:q.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(q)),O.items.push(f(v,q.value||""));break;case 4:R=!0;break;case 5:q.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(q)),O.items.push(l(v,q.value||"",!!R)),R&&(o(v,Ii.USE_MODULO_SYNTAX,y.lastStartLoc,0,Ft(q)),R=null);break;case 7:q.value==null&&i(v,K.UNEXPECTED_LEXICAL_ANALYSIS,y.lastStartLoc,0,Ft(q)),O.items.push(a(v,q.value||""));break;case 8:{const ee=p(v);O.items.push(ee.node),M=ee.nextConsumeToken||null;break}}}while(y.currentType!==14&&y.currentType!==1);const W=y.currentType===1?y.lastOffset:v.currentOffset(),Z=y.currentType===1?y.lastEndLoc:v.currentPosition();return s(O,W,Z),O}function D(v,y,I,N){const O=v.context();let M=N.items.length===0;const R=u(1,y,I);R.cases=[],R.cases.push(N);do{const W=g(v);M||(M=W.items.length===0),R.cases.push(W)}while(O.currentType!==14);return M&&i(v,K.MUST_HAVE_MESSAGES_IN_PLURAL,I,0),s(R,v.currentOffset(),v.currentPosition()),R}function m(v){const y=v.context(),{offset:I,startLoc:N}=y,O=g(v);return y.currentType===14?O:D(v,I,N,O)}function A(v){const y=ph(v,Me({},e)),I=y.context(),N=u(0,I.offset,I.startLoc);return t&&N.loc&&(N.loc.source=v),N.body=m(y),e.onCacheKey&&(N.cacheKey=e.onCacheKey(v)),I.currentType!==14&&i(y,K.UNEXPECTED_LEXICAL_ANALYSIS,I.lastStartLoc,0,v[I.offset]||""),s(N,y.currentOffset(),y.currentPosition()),N}return{parse:A}}function Ft(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"\u2026":t}function vh(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:o=>(n.helpers.add(o),o)}}function ha(e,t){for(let n=0;n<e.length;n++)Vo(e[n],t)}function Vo(e,t){switch(e.type){case 1:ha(e.cases,t),t.helper("plural");break;case 2:ha(e.items,t);break;case 6:{Vo(e.key,t),t.helper("linked"),t.helper("type");break}case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function yh(e,t={}){const n=vh(e);n.helper("normalize"),e.body&&Vo(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function Eh(e){const t=e.body;return t.type===2?pa(t):t.cases.forEach(n=>pa(n)),e}function pa(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=$o(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}const bh="minifier";function pr(e){switch(e.t=e.type,e.type){case 0:{const t=e;pr(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let r=0;r<n.length;r++)pr(n[r]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let r=0;r<n.length;r++)pr(n[r]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{const t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{const t=e;pr(t.key),t.k=t.key,delete t.key,t.modifier&&(pr(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{const t=e;t.i=t.index,delete t.index;break}case 4:{const t=e;t.k=t.key,delete t.key;break}default:if(process.env.NODE_ENV!=="production")throw hr(K.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:bh,args:[e.type]})}delete e.type}const wh="parser";function Ah(e,t){const{sourceMap:n,filename:r,breakLineCode:i,needIndent:o}=t,u=t.location!==!1,s={filename:r,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:i,needIndent:o,indentLevel:0};u&&e.loc&&(s.source=e.loc.source);const c=()=>s;function f(D,m){s.code+=D}function l(D,m=!0){const A=m?i:"";f(o?A+" ".repeat(D):A)}function a(D=!0){const m=++s.indentLevel;D&&l(m)}function d(D=!0){const m=--s.indentLevel;D&&l(m)}function h(){l(s.indentLevel)}return{context:c,push:f,indent:a,deindent:d,newline:h,helper:D=>`_${D}`,needIndent:()=>s.needIndent}}function Ch(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),mr(e,t.key),t.modifier?(e.push(", "),mr(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function Fh(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const i=t.items.length;for(let o=0;o<i&&(mr(e,t.items[o]),o!==i-1);o++)e.push(", ");e.deindent(r()),e.push("])")}function Nh(e,t){const{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(r());const i=t.cases.length;for(let o=0;o<i&&(mr(e,t.cases[o]),o!==i-1);o++)e.push(", ");e.deindent(r()),e.push("])")}}function Oh(e,t){t.body?mr(e,t.body):e.push("null")}function mr(e,t){const{helper:n}=e;switch(t.type){case 0:Oh(e,t);break;case 1:Nh(e,t);break;case 2:Fh(e,t);break;case 6:Ch(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:if(process.env.NODE_ENV!=="production")throw hr(K.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:wh,args:[t.type]})}}const Ih=(e,t={})=>{const n=V(t.mode)?t.mode:"normal",r=V(t.filename)?t.filename:"message.intl",i=!!t.sourceMap,o=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
12
+ `,u=t.needIndent?t.needIndent:n!=="arrow",s=e.helpers||[],c=Ah(e,{mode:n,filename:r,sourceMap:i,breakLineCode:o,needIndent:u});c.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),c.indent(u),s.length>0&&(c.push(`const { ${$o(s.map(a=>`${a}: _${a}`),", ")} } = ctx`),c.newline()),c.push("return "),mr(c,e),c.deindent(u),c.push("}"),delete e.helpers;const{code:f,map:l}=c.context();return{ast:e,code:f,map:l?l.toJSON():void 0}};function Sh(e,t={}){const n=Me({},t),r=!!n.jit,i=!!n.minify,o=n.optimize==null?!0:n.optimize,s=Dh(n).parse(e);return r?(o&&Eh(s),i&&pr(s),{ast:s,code:""}):(yh(s,n),Ih(s,n))}/*!
13
13
  * core-base v9.13.1
14
14
  * (c) 2024 kazuya kawaguchi
15
15
  * Released under the MIT License.
16
- */function Rh(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Ht().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Ht().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Ht().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const rn=[];rn[0]={w:[0],i:[3,0],["["]:[4],o:[7]},rn[1]={w:[1],["."]:[2],["["]:[4],o:[7]},rn[2]={w:[2],i:[3,0],[0]:[3,0]},rn[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]},rn[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]},rn[5]={["'"]:[4,0],o:8,l:[5,0]},rn[6]={['"']:[4,0],o:8,l:[6,0]};const Bh=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Lh(e){return Bh.test(e)}function Ph(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function xh(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function kh(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:Lh(t)?Ph(t):"*"+t}function $h(e){const t=[];let n=-1,r=0,i=0,o,u,s,c,l,f,a;const d=[];d[0]=()=>{u===void 0?u=s:u+=s},d[1]=()=>{u!==void 0&&(t.push(u),u=void 0)},d[2]=()=>{d[0](),i++},d[3]=()=>{if(i>0)i--,r=4,d[0]();else{if(i=0,u===void 0||(u=kh(u),u===!1))return!1;d[1]()}};function h(){const m=e[n+1];if(r===5&&m==="'"||r===6&&m==='"')return n++,s="\\"+m,d[0](),!0}for(;r!==null;)if(n++,o=e[n],!(o==="\\"&&h())){if(c=xh(o),a=rn[r],l=a[c]||a.l||8,l===8||(r=l[0],l[1]!==void 0&&(f=d[l[1]],f&&(s=o,f()===!1))))return;if(r===7)return t}}const aa=new Map;function Uh(e,t){return ae(e)?e[t]:null}function Vh(e,t){if(!ae(e))return null;let n=aa.get(t);if(n||(n=$h(t),n&&aa.set(t,n)),!n)return null;const r=n.length;let i=e,o=0;for(;o<r;){const u=i[n[o]];if(u===void 0||de(i))return null;i=u,o++}return i}const jh=e=>e,Hh=e=>"",Wh="text",qh=e=>e.length===0?"":Po(e),Gh=th;function ca(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function Kh(e){const t=Ie(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Ie(e.named.count)||Ie(e.named.n))?Ie(e.named.count)?e.named.count:Ie(e.named.n)?e.named.n:t:t}function Xh(e,t){t.count||(t.count=e),t.n||(t.n=e)}function Jh(e={}){const t=e.locale,n=Kh(e),r=ae(e.pluralRules)&&H(t)&&de(e.pluralRules[t])?e.pluralRules[t]:ca,i=ae(e.pluralRules)&&H(t)&&de(e.pluralRules[t])?ca:void 0,o=p=>p[r(n,p.length,i)],u=e.list||[],s=p=>u[p],c=e.named||{};Ie(e.pluralIndex)&&Xh(n,c);const l=p=>c[p];function f(p){const y=de(e.messages)?e.messages(p):ae(e.messages)?e.messages[p]:!1;return y||(e.parent?e.parent.message(p):Hh)}const a=p=>e.modifiers?e.modifiers[p]:jh,d=J(e.processor)&&de(e.processor.normalize)?e.processor.normalize:qh,h=J(e.processor)&&de(e.processor.interpolate)?e.processor.interpolate:Gh,m=J(e.processor)&&H(e.processor.type)?e.processor.type:Wh,E={list:s,named:l,plural:o,linked:(p,...y)=>{const[_,v]=y;let w="text",F="";y.length===1?ae(_)?(F=_.modifier||F,w=_.type||w):H(_)&&(F=_||F):y.length===2&&(H(_)&&(F=_||F),H(v)&&(w=v||w));const C=f(p)(E),M=w==="vnode"&&me(C)&&F?C[0]:C;return F?a(F)(M,w):M},message:f,type:m,interpolate:h,normalize:d,values:Se({},u,c)};return E}let jr=null;function zh(e){jr=e}function Zh(e,t,n){jr&&jr.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const Qh=Yh("function:translate");function Yh(e){return t=>jr&&jr.emit(e,t)}const la=Fi.__EXTEND_POINT__,Tn=bi(la),Ge={NOT_FOUND_KEY:la,FALLBACK_TO_TRANSLATE:Tn(),CANNOT_FORMAT_NUMBER:Tn(),FALLBACK_TO_NUMBER_FORMAT:Tn(),CANNOT_FORMAT_DATE:Tn(),FALLBACK_TO_DATE_FORMAT:Tn(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:Tn(),__EXTEND_POINT__:Tn()},ep={[Ge.NOT_FOUND_KEY]:"Not found '{key}' key in '{locale}' locale messages.",[Ge.FALLBACK_TO_TRANSLATE]:"Fall back to translate '{key}' key with '{target}' locale.",[Ge.CANNOT_FORMAT_NUMBER]:"Cannot format a number value due to not supported Intl.NumberFormat.",[Ge.FALLBACK_TO_NUMBER_FORMAT]:"Fall back to number format '{key}' key with '{target}' locale.",[Ge.CANNOT_FORMAT_DATE]:"Cannot format a date value due to not supported Intl.DateTimeFormat.",[Ge.FALLBACK_TO_DATE_FORMAT]:"Fall back to datetime format '{key}' key with '{target}' locale.",[Ge.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]:"This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."};function Mn(e,...t){return Vr(ep[e],...t)}const fa=K.__EXTEND_POINT__,Rn=bi(fa),xe={INVALID_ARGUMENT:fa,INVALID_DATE_ARGUMENT:Rn(),INVALID_ISO_DATE_ARGUMENT:Rn(),NOT_SUPPORT_NON_STRING_MESSAGE:Rn(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:Rn(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:Rn(),NOT_SUPPORT_LOCALE_TYPE:Rn(),__EXTEND_POINT__:Rn()};function Mt(e){return lr(e,null,process.env.NODE_ENV!=="production"?{messages:tp}:void 0)}const tp={[xe.INVALID_ARGUMENT]:"Invalid arguments",[xe.INVALID_DATE_ARGUMENT]:"The date provided is an invalid Date object.Make sure your Date represents a valid date.",[xe.INVALID_ISO_DATE_ARGUMENT]:"The argument provided is not a valid ISO date string",[xe.NOT_SUPPORT_NON_STRING_MESSAGE]:"Not support non-string message",[xe.NOT_SUPPORT_LOCALE_PROMISE_VALUE]:"cannot support promise value",[xe.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]:"cannot support async function",[xe.NOT_SUPPORT_LOCALE_TYPE]:"cannot support locale type"};function $o(e,t){return t.locale!=null?da(t.locale):da(e.locale)}let Uo;function da(e){if(H(e))return e;if(de(e)){if(e.resolvedOnce&&Uo!=null)return Uo;if(e.constructor.name==="Function"){const t=e();if(eh(t))throw Mt(xe.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Uo=t}else throw Mt(xe.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Mt(xe.NOT_SUPPORT_LOCALE_TYPE)}function np(e,t,n){return[...new Set([n,...me(t)?t:ae(t)?Object.keys(t):H(t)?[t]:[n]])]}function ha(e,t,n){const r=H(n)?n:hr,i=e;i.__localeChainCache||(i.__localeChainCache=new Map);let o=i.__localeChainCache.get(r);if(!o){o=[];let u=[n];for(;me(u);)u=pa(o,u,t);const s=me(t)||!J(t)?t:t.default?t.default:null;u=H(s)?[s]:s,me(u)&&pa(o,u,!1),i.__localeChainCache.set(r,o)}return o}function pa(e,t,n){let r=!0;for(let i=0;i<t.length&&Y(r);i++){const o=t[i];H(o)&&(r=rp(e,t[i],n))}return r}function rp(e,t,n){let r;const i=t.split("-");do{const o=i.join("-");r=ip(e,o,n),i.splice(-1,1)}while(i.length&&r===!0);return r}function ip(e,t,n){let r=!1;if(!e.includes(t)&&(r=!0,t)){r=t[t.length-1]!=="!";const i=t.replace(/!/g,"");e.push(i),(me(n)||J(n))&&n[i]&&(r=n[i])}return r}const op="9.13.1",Ni=-1,hr="en-US",Oi="",ma=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function up(){return{upper:(e,t)=>t==="text"&&H(e)?e.toUpperCase():t==="vnode"&&ae(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&H(e)?e.toLowerCase():t==="vnode"&&ae(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&H(e)?ma(e):t==="vnode"&&ae(e)&&"__v_isVNode"in e?ma(e.children):e}}let ga;function _a(e){ga=e}let Da;function sp(e){Da=e}let va;function ap(e){va=e}let ya=null;const Ea=e=>{ya=e},cp=()=>ya;let ba=null;const wa=e=>{ba=e},lp=()=>ba;let Aa=0;function fp(e={}){const t=de(e.onWarn)?e.onWarn:Te,n=H(e.version)?e.version:op,r=H(e.locale)||de(e.locale)?e.locale:hr,i=de(r)?hr:r,o=me(e.fallbackLocale)||J(e.fallbackLocale)||H(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:i,u=J(e.messages)?e.messages:{[i]:{}},s=J(e.datetimeFormats)?e.datetimeFormats:{[i]:{}},c=J(e.numberFormats)?e.numberFormats:{[i]:{}},l=Se({},e.modifiers||{},up()),f=e.pluralRules||{},a=de(e.missing)?e.missing:null,d=Y(e.missingWarn)||tn(e.missingWarn)?e.missingWarn:!0,h=Y(e.fallbackWarn)||tn(e.fallbackWarn)?e.fallbackWarn:!0,m=!!e.fallbackFormat,g=!!e.unresolving,E=de(e.postTranslation)?e.postTranslation:null,p=J(e.processor)?e.processor:null,y=Y(e.warnHtmlMessage)?e.warnHtmlMessage:!0,_=!!e.escapeParameter,v=de(e.messageCompiler)?e.messageCompiler:ga;process.env.NODE_ENV!=="production"&&!0&&!0&&de(e.messageCompiler)&&ia(Mn(Ge.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));const w=de(e.messageResolver)?e.messageResolver:Da||Uh,F=de(e.localeFallbacker)?e.localeFallbacker:va||np,C=ae(e.fallbackContext)?e.fallbackContext:void 0,M=e,R=ae(M.__datetimeFormatters)?M.__datetimeFormatters:new Map,W=ae(M.__numberFormatters)?M.__numberFormatters:new Map,U=ae(M.__meta)?M.__meta:{};Aa++;const k={version:n,cid:Aa,locale:r,fallbackLocale:o,messages:u,modifiers:l,pluralRules:f,missing:a,missingWarn:d,fallbackWarn:h,fallbackFormat:m,unresolving:g,postTranslation:E,processor:p,warnHtmlMessage:y,escapeParameter:_,messageCompiler:v,messageResolver:w,localeFallbacker:F,fallbackContext:C,onWarn:t,__meta:U};return k.datetimeFormats=s,k.numberFormats=c,k.__datetimeFormatters=R,k.__numberFormatters=W,process.env.NODE_ENV!=="production"&&(k.__v_emitter=M.__v_emitter!=null?M.__v_emitter:void 0),(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Zh(k,n,U),k}function Ii(e,t){return e instanceof RegExp?e.test(t):e}function Ca(e,t){return e instanceof RegExp?e.test(t):e}function Vo(e,t,n,r,i){const{missing:o,onWarn:u}=e;if(process.env.NODE_ENV!=="production"){const s=e.__v_emitter;s&&s.emit("missing",{locale:n,key:t,type:i,groupId:`${i}:${t}`})}if(o!==null){const s=o(e,n,t,i);return H(s)?s:t}else return process.env.NODE_ENV!=="production"&&Ca(r,t)&&u(Mn(Ge.NOT_FOUND_KEY,{key:t,locale:n})),t}function Hr(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Fa(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function dp(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let r=n+1;r<t.length;r++)if(Fa(e,t[r]))return!0;return!1}function jo(e){return n=>hp(n,e)}function hp(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,i=r.c||r.cases;return e.plural(i.reduce((o,u)=>[...o,Na(e,u)],[]))}else return Na(e,n)}function Na(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((i,o)=>[...i,Ho(e,o)],[]);return e.normalize(r)}}function Ho(e,t){const n=t.t||t.type;switch(n){case 3:{const r=t;return r.v||r.value}case 9:{const r=t;return r.v||r.value}case 4:{const r=t;return e.interpolate(e.named(r.k||r.key))}case 5:{const r=t;return e.interpolate(e.list(r.i!=null?r.i:r.index))}case 6:{const r=t,i=r.m||r.modifier;return e.linked(Ho(e,r.k||r.key),i?Ho(e,i):void 0,e.type)}case 7:{const r=t;return r.v||r.value}case 8:{const r=t;return r.v||r.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const pp="Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";function Oa(e,t){t&&ch(e)&&Te(Vr(pp,{source:e}))}const Ia=e=>e;let pr=Object.create(null);function Sa(e){e.code===Fi.USE_MODULO_SYNTAX&&Te(`The use of named interpolation with modulo syntax is deprecated. It will be removed in v10.
16
+ */function Th(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Kt().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Kt().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Kt().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const sn=[];sn[0]={w:[0],i:[3,0],["["]:[4],o:[7]},sn[1]={w:[1],["."]:[2],["["]:[4],o:[7]},sn[2]={w:[2],i:[3,0],[0]:[3,0]},sn[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]},sn[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]},sn[5]={["'"]:[4,0],o:8,l:[5,0]},sn[6]={['"']:[4,0],o:8,l:[6,0]};const Mh=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Rh(e){return Mh.test(e)}function Bh(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function Lh(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function Ph(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:Rh(t)?Bh(t):"*"+t}function xh(e){const t=[];let n=-1,r=0,i=0,o,u,s,c,f,l,a;const d=[];d[0]=()=>{u===void 0?u=s:u+=s},d[1]=()=>{u!==void 0&&(t.push(u),u=void 0)},d[2]=()=>{d[0](),i++},d[3]=()=>{if(i>0)i--,r=4,d[0]();else{if(i=0,u===void 0||(u=Ph(u),u===!1))return!1;d[1]()}};function h(){const p=e[n+1];if(r===5&&p==="'"||r===6&&p==='"')return n++,s="\\"+p,d[0](),!0}for(;r!==null;)if(n++,o=e[n],!(o==="\\"&&h())){if(c=Lh(o),a=sn[r],f=a[c]||a.l||8,f===8||(r=f[0],f[1]!==void 0&&(l=d[f[1]],l&&(s=o,l()===!1))))return;if(r===7)return t}}const ma=new Map;function kh(e,t){return se(e)?e[t]:null}function $h(e,t){if(!se(e))return null;let n=ma.get(t);if(n||(n=xh(t),n&&ma.set(t,n)),!n)return null;const r=n.length;let i=e,o=0;for(;o<r;){const u=i[n[o]];if(u===void 0||de(i))return null;i=u,o++}return i}const Uh=e=>e,Vh=e=>"",jh="text",Hh=e=>e.length===0?"":$o(e),Wh=Yd;function ga(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function qh(e){const t=Te(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Te(e.named.count)||Te(e.named.n))?Te(e.named.count)?e.named.count:Te(e.named.n)?e.named.n:t:t}function Gh(e,t){t.count||(t.count=e),t.n||(t.n=e)}function Kh(e={}){const t=e.locale,n=qh(e),r=se(e.pluralRules)&&V(t)&&de(e.pluralRules[t])?e.pluralRules[t]:ga,i=se(e.pluralRules)&&V(t)&&de(e.pluralRules[t])?ga:void 0,o=m=>m[r(n,m.length,i)],u=e.list||[],s=m=>u[m],c=e.named||{};Te(e.pluralIndex)&&Gh(n,c);const f=m=>c[m];function l(m){const A=de(e.messages)?e.messages(m):se(e.messages)?e.messages[m]:!1;return A||(e.parent?e.parent.message(m):Vh)}const a=m=>e.modifiers?e.modifiers[m]:Uh,d=X(e.processor)&&de(e.processor.normalize)?e.processor.normalize:Hh,h=X(e.processor)&&de(e.processor.interpolate)?e.processor.interpolate:Wh,p=X(e.processor)&&V(e.processor.type)?e.processor.type:jh,D={list:s,named:f,plural:o,linked:(m,...A)=>{const[v,y]=A;let I="text",N="";A.length===1?se(v)?(N=v.modifier||N,I=v.type||I):V(v)&&(N=v||N):A.length===2&&(V(v)&&(N=v||N),V(y)&&(I=y||I));const O=l(m)(D),M=I==="vnode"&&ge(O)&&N?O[0]:O;return N?a(N)(M,I):M},message:l,type:p,interpolate:h,normalize:d,values:Me({},u,c)};return D}let qr=null;function Xh(e){qr=e}function zh(e,t,n){qr&&qr.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const Jh=Zh("function:translate");function Zh(e){return t=>qr&&qr.emit(e,t)}const _a=Ii.__EXTEND_POINT__,Ln=Ci(_a),Xe={NOT_FOUND_KEY:_a,FALLBACK_TO_TRANSLATE:Ln(),CANNOT_FORMAT_NUMBER:Ln(),FALLBACK_TO_NUMBER_FORMAT:Ln(),CANNOT_FORMAT_DATE:Ln(),FALLBACK_TO_DATE_FORMAT:Ln(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:Ln(),__EXTEND_POINT__:Ln()},Qh={[Xe.NOT_FOUND_KEY]:"Not found '{key}' key in '{locale}' locale messages.",[Xe.FALLBACK_TO_TRANSLATE]:"Fall back to translate '{key}' key with '{target}' locale.",[Xe.CANNOT_FORMAT_NUMBER]:"Cannot format a number value due to not supported Intl.NumberFormat.",[Xe.FALLBACK_TO_NUMBER_FORMAT]:"Fall back to number format '{key}' key with '{target}' locale.",[Xe.CANNOT_FORMAT_DATE]:"Cannot format a date value due to not supported Intl.DateTimeFormat.",[Xe.FALLBACK_TO_DATE_FORMAT]:"Fall back to datetime format '{key}' key with '{target}' locale.",[Xe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]:"This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."};function Pn(e,...t){return Wr(Qh[e],...t)}const Da=K.__EXTEND_POINT__,xn=Ci(Da),ke={INVALID_ARGUMENT:Da,INVALID_DATE_ARGUMENT:xn(),INVALID_ISO_DATE_ARGUMENT:xn(),NOT_SUPPORT_NON_STRING_MESSAGE:xn(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:xn(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:xn(),NOT_SUPPORT_LOCALE_TYPE:xn(),__EXTEND_POINT__:xn()};function Pt(e){return hr(e,null,process.env.NODE_ENV!=="production"?{messages:Yh}:void 0)}const Yh={[ke.INVALID_ARGUMENT]:"Invalid arguments",[ke.INVALID_DATE_ARGUMENT]:"The date provided is an invalid Date object.Make sure your Date represents a valid date.",[ke.INVALID_ISO_DATE_ARGUMENT]:"The argument provided is not a valid ISO date string",[ke.NOT_SUPPORT_NON_STRING_MESSAGE]:"Not support non-string message",[ke.NOT_SUPPORT_LOCALE_PROMISE_VALUE]:"cannot support promise value",[ke.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]:"cannot support async function",[ke.NOT_SUPPORT_LOCALE_TYPE]:"cannot support locale type"};function jo(e,t){return t.locale!=null?va(t.locale):va(e.locale)}let Ho;function va(e){if(V(e))return e;if(de(e)){if(e.resolvedOnce&&Ho!=null)return Ho;if(e.constructor.name==="Function"){const t=e();if(Qd(t))throw Pt(ke.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Ho=t}else throw Pt(ke.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Pt(ke.NOT_SUPPORT_LOCALE_TYPE)}function ep(e,t,n){return[...new Set([n,...ge(t)?t:se(t)?Object.keys(t):V(t)?[t]:[n]])]}function ya(e,t,n){const r=V(n)?n:gr,i=e;i.__localeChainCache||(i.__localeChainCache=new Map);let o=i.__localeChainCache.get(r);if(!o){o=[];let u=[n];for(;ge(u);)u=Ea(o,u,t);const s=ge(t)||!X(t)?t:t.default?t.default:null;u=V(s)?[s]:s,ge(u)&&Ea(o,u,!1),i.__localeChainCache.set(r,o)}return o}function Ea(e,t,n){let r=!0;for(let i=0;i<t.length&&Y(r);i++){const o=t[i];V(o)&&(r=tp(e,t[i],n))}return r}function tp(e,t,n){let r;const i=t.split("-");do{const o=i.join("-");r=np(e,o,n),i.splice(-1,1)}while(i.length&&r===!0);return r}function np(e,t,n){let r=!1;if(!e.includes(t)&&(r=!0,t)){r=t[t.length-1]!=="!";const i=t.replace(/!/g,"");e.push(i),(ge(n)||X(n))&&n[i]&&(r=n[i])}return r}const rp="9.13.1",Si=-1,gr="en-US",Ti="",ba=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function ip(){return{upper:(e,t)=>t==="text"&&V(e)?e.toUpperCase():t==="vnode"&&se(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&V(e)?e.toLowerCase():t==="vnode"&&se(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&V(e)?ba(e):t==="vnode"&&se(e)&&"__v_isVNode"in e?ba(e.children):e}}let wa;function Aa(e){wa=e}let Ca;function op(e){Ca=e}let Fa;function up(e){Fa=e}let Na=null;const Oa=e=>{Na=e},sp=()=>Na;let Ia=null;const Sa=e=>{Ia=e},ap=()=>Ia;let Ta=0;function cp(e={}){const t=de(e.onWarn)?e.onWarn:Re,n=V(e.version)?e.version:rp,r=V(e.locale)||de(e.locale)?e.locale:gr,i=de(r)?gr:r,o=ge(e.fallbackLocale)||X(e.fallbackLocale)||V(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:i,u=X(e.messages)?e.messages:{[i]:{}},s=X(e.datetimeFormats)?e.datetimeFormats:{[i]:{}},c=X(e.numberFormats)?e.numberFormats:{[i]:{}},f=Me({},e.modifiers||{},ip()),l=e.pluralRules||{},a=de(e.missing)?e.missing:null,d=Y(e.missingWarn)||on(e.missingWarn)?e.missingWarn:!0,h=Y(e.fallbackWarn)||on(e.fallbackWarn)?e.fallbackWarn:!0,p=!!e.fallbackFormat,g=!!e.unresolving,D=de(e.postTranslation)?e.postTranslation:null,m=X(e.processor)?e.processor:null,A=Y(e.warnHtmlMessage)?e.warnHtmlMessage:!0,v=!!e.escapeParameter,y=de(e.messageCompiler)?e.messageCompiler:wa;process.env.NODE_ENV!=="production"&&!0&&!0&&de(e.messageCompiler)&&fa(Pn(Xe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));const I=de(e.messageResolver)?e.messageResolver:Ca||kh,N=de(e.localeFallbacker)?e.localeFallbacker:Fa||ep,O=se(e.fallbackContext)?e.fallbackContext:void 0,M=e,R=se(M.__datetimeFormatters)?M.__datetimeFormatters:new Map,W=se(M.__numberFormatters)?M.__numberFormatters:new Map,Z=se(M.__meta)?M.__meta:{};Ta++;const q={version:n,cid:Ta,locale:r,fallbackLocale:o,messages:u,modifiers:f,pluralRules:l,missing:a,missingWarn:d,fallbackWarn:h,fallbackFormat:p,unresolving:g,postTranslation:D,processor:m,warnHtmlMessage:A,escapeParameter:v,messageCompiler:y,messageResolver:I,localeFallbacker:N,fallbackContext:O,onWarn:t,__meta:Z};return q.datetimeFormats=s,q.numberFormats=c,q.__datetimeFormatters=R,q.__numberFormatters=W,process.env.NODE_ENV!=="production"&&(q.__v_emitter=M.__v_emitter!=null?M.__v_emitter:void 0),(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&zh(q,n,Z),q}function Mi(e,t){return e instanceof RegExp?e.test(t):e}function Ma(e,t){return e instanceof RegExp?e.test(t):e}function Wo(e,t,n,r,i){const{missing:o,onWarn:u}=e;if(process.env.NODE_ENV!=="production"){const s=e.__v_emitter;s&&s.emit("missing",{locale:n,key:t,type:i,groupId:`${i}:${t}`})}if(o!==null){const s=o(e,n,t,i);return V(s)?s:t}else return process.env.NODE_ENV!=="production"&&Ma(r,t)&&u(Pn(Xe.NOT_FOUND_KEY,{key:t,locale:n})),t}function Gr(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Ra(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function lp(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let r=n+1;r<t.length;r++)if(Ra(e,t[r]))return!0;return!1}function qo(e){return n=>fp(n,e)}function fp(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,i=r.c||r.cases;return e.plural(i.reduce((o,u)=>[...o,Ba(e,u)],[]))}else return Ba(e,n)}function Ba(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((i,o)=>[...i,Go(e,o)],[]);return e.normalize(r)}}function Go(e,t){const n=t.t||t.type;switch(n){case 3:{const r=t;return r.v||r.value}case 9:{const r=t;return r.v||r.value}case 4:{const r=t;return e.interpolate(e.named(r.k||r.key))}case 5:{const r=t;return e.interpolate(e.list(r.i!=null?r.i:r.index))}case 6:{const r=t,i=r.m||r.modifier;return e.linked(Go(e,r.k||r.key),i?Go(e,i):void 0,e.type)}case 7:{const r=t;return r.v||r.value}case 8:{const r=t;return r.v||r.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const dp="Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";function La(e,t){t&&sh(e)&&Re(Wr(dp,{source:e}))}const Pa=e=>e;let _r=Object.create(null);function xa(e){e.code===Ii.USE_MODULO_SYNTAX&&Re(`The use of named interpolation with modulo syntax is deprecated. It will be removed in v10.
17
17
  reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format
18
- (message compiler warning message: ${e.message})`)}const on=e=>ae(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function Ta(e,t={}){let n=!1;const r=t.onError||sh;return t.onError=i=>{n=!0,r(i)},gi(Ee({},Mh(e,t)),{detectError:n})}const mp=(e,t)=>{if(!H(e))throw Mt(xe.NOT_SUPPORT_NON_STRING_MESSAGE);process.env.NODE_ENV!=="production"&&(t.onWarn=Sa);{const n=Y(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&Oa(e,n);const i=(t.onCacheKey||Ia)(e),o=pr[i];if(o)return o;const{code:u,detectError:s}=Ta(e,t),c=new Function(`return ${u}`)();return s?c:pr[i]=c}};function gp(e,t){if(process.env.NODE_ENV!=="production"&&(t.onWarn=Sa),__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&H(e)){const n=Y(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&Oa(e,n);const i=(t.onCacheKey||Ia)(e),o=pr[i];if(o)return o;const{ast:u,detectError:s}=Ta(e,gi(Ee({},t),{location:process.env.NODE_ENV!=="production",jit:!0})),c=jo(u);return s?c:pr[i]=c}else{if(process.env.NODE_ENV!=="production"&&!on(e))return Te(`the message that is resolve with key '${t.key}' is not supported for jit compilation`),()=>e;const n=e.cacheKey;if(n){const r=pr[n];return r||(pr[n]=jo(e))}else return jo(e)}}const Ma=()=>"",mt=e=>de(e);function Ra(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:i,messageCompiler:o,fallbackLocale:u,messages:s}=e,[c,l]=Wo(...t),f=Y(l.missingWarn)?l.missingWarn:e.missingWarn,a=Y(l.fallbackWarn)?l.fallbackWarn:e.fallbackWarn,d=Y(l.escapeParameter)?l.escapeParameter:e.escapeParameter,h=!!l.resolvedMessage,m=H(l.default)||Y(l.default)?Y(l.default)?o?c:()=>c:l.default:n?o?c:()=>c:"",g=n||m!=="",E=$o(e,l);d&&_p(l);let[p,y,_]=h?[c,E,s[E]||{}]:Ba(e,c,E,u,a,f),v=p,w=c;if(!h&&!(H(v)||on(v)||mt(v))&&g&&(v=m,w=v),!h&&(!(H(v)||on(v)||mt(v))||!H(y)))return i?Ni:c;if(process.env.NODE_ENV!=="production"&&H(v)&&e.messageCompiler==null)return Te(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${c}'.`),c;let F=!1;const C=()=>{F=!0},M=mt(v)?v:La(e,c,y,v,w,C);if(F)return v;const R=Ep(e,y,_,l),W=Jh(R),U=Dp(e,M,W),k=r?r(U,c):U;if(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const Z={timestamp:Date.now(),key:H(c)?c:mt(v)?v.key:"",locale:y||(mt(v)?v.locale:""),format:H(v)?v:mt(v)?v.source:"",message:k};Z.meta=Se({},e.__meta,cp()||{}),Qh(Z)}return k}function _p(e){me(e.list)?e.list=e.list.map(t=>H(t)?Ys(t):t):ae(e.named)&&Object.keys(e.named).forEach(t=>{H(e.named[t])&&(e.named[t]=Ys(e.named[t]))})}function Ba(e,t,n,r,i,o){const{messages:u,onWarn:s,messageResolver:c,localeFallbacker:l}=e,f=l(e,r,n);let a={},d,h=null,m=n,g=null;const E="translate";for(let p=0;p<f.length;p++){if(d=g=f[p],process.env.NODE_ENV!=="production"&&n!==d&&!Fa(n,d)&&Ii(i,t)&&s(Mn(Ge.FALLBACK_TO_TRANSLATE,{key:t,target:d})),process.env.NODE_ENV!=="production"&&n!==d){const w=e.__v_emitter;w&&w.emit("fallback",{type:E,key:t,from:m,to:g,groupId:`${E}:${t}`})}a=u[d]||{};let y=null,_,v;if(process.env.NODE_ENV!=="production"&&yt&&(y=window.performance.now(),_="intlify-message-resolve-start",v="intlify-message-resolve-end",ct&&ct(_)),(h=c(a,t))===null&&(h=a[t]),process.env.NODE_ENV!=="production"&&yt){const w=window.performance.now(),F=e.__v_emitter;F&&y&&h&&F.emit("message-resolve",{type:"message-resolve",key:t,message:h,time:w-y,groupId:`${E}:${t}`}),_&&v&&ct&&Sn&&(ct(v),Sn("intlify message resolve",_,v))}if(H(h)||on(h)||mt(h))break;if(!dp(d,f)){const w=Vo(e,t,d,o,E);w!==t&&(h=w)}m=g}return[h,d,a]}function La(e,t,n,r,i,o){const{messageCompiler:u,warnHtmlMessage:s}=e;if(mt(r)){const d=r;return d.locale=d.locale||n,d.key=d.key||t,d}if(u==null){const d=()=>r;return d.locale=n,d.key=t,d}let c=null,l,f;process.env.NODE_ENV!=="production"&&yt&&(c=window.performance.now(),l="intlify-message-compilation-start",f="intlify-message-compilation-end",ct&&ct(l));const a=u(r,vp(e,n,i,r,s,o));if(process.env.NODE_ENV!=="production"&&yt){const d=window.performance.now(),h=e.__v_emitter;h&&c&&h.emit("message-compilation",{type:"message-compilation",message:r,time:d-c,groupId:`translate:${t}`}),l&&f&&ct&&Sn&&(ct(f),Sn("intlify message compilation",l,f))}return a.locale=n,a.key=t,a.source=r,a}function Dp(e,t,n){let r=null,i,o;process.env.NODE_ENV!=="production"&&yt&&(r=window.performance.now(),i="intlify-message-evaluation-start",o="intlify-message-evaluation-end",ct&&ct(i));const u=t(n);if(process.env.NODE_ENV!=="production"&&yt){const s=window.performance.now(),c=e.__v_emitter;c&&r&&c.emit("message-evaluation",{type:"message-evaluation",value:u,time:s-r,groupId:`translate:${t.key}`}),i&&o&&ct&&Sn&&(ct(o),Sn("intlify message evaluation",i,o))}return u}function Wo(...e){const[t,n,r]=e,i={};if(!H(t)&&!Ie(t)&&!mt(t)&&!on(t))throw Mt(xe.INVALID_ARGUMENT);const o=Ie(t)?String(t):(mt(t),t);return Ie(n)?i.plural=n:H(n)?i.default=n:J(n)&&!yi(n)?i.named=n:me(n)&&(i.list=n),Ie(r)?i.plural=r:H(r)?i.default=r:J(r)&&Se(i,r),[o,i]}function vp(e,t,n,r,i,o){return{locale:t,key:n,warnHtmlMessage:i,onError:u=>{if(o&&o(u),process.env.NODE_ENV!=="production"){const s=yp(r),c=`Message compilation error: ${u.message}`,l=u.location&&s&&nh(s,u.location.start.offset,u.location.end.offset),f=e.__v_emitter;f&&s&&f.emit("compile-error",{message:s,error:u.message,start:u.location&&u.location.start.offset,end:u.location&&u.location.end.offset,groupId:`translate:${n}`}),console.error(l?`${c}
19
- ${l}`:c)}else throw u},onCacheKey:u=>zd(t,n,u)}}function yp(e){if(H(e))return e;if(e.loc&&e.loc.source)return e.loc.source}function Ep(e,t,n,r){const{modifiers:i,pluralRules:o,messageResolver:u,fallbackLocale:s,fallbackWarn:c,missingWarn:l,fallbackContext:f}=e,d={locale:t,modifiers:i,pluralRules:o,messages:h=>{let m=u(n,h);if(m==null&&f){const[,,g]=Ba(f,h,t,s,c,l);m=u(g,h)}if(H(m)||on(m)){let g=!1;const p=La(e,h,t,m,h,()=>{g=!0});return g?Ma:p}else return mt(m)?m:Ma}};return e.processor&&(d.processor=e.processor),r.list&&(d.list=r.list),r.named&&(d.named=r.named),Ie(r.plural)&&(d.pluralIndex=r.plural),d}const Pa=typeof Intl!="undefined",xa={dateTimeFormat:Pa&&typeof Intl.DateTimeFormat!="undefined",numberFormat:Pa&&typeof Intl.NumberFormat!="undefined"};function ka(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:i,onWarn:o,localeFallbacker:u}=e,{__datetimeFormatters:s}=e;if(process.env.NODE_ENV!=="production"&&!xa.dateTimeFormat)return o(Mn(Ge.CANNOT_FORMAT_DATE)),Oi;const[c,l,f,a]=qo(...t),d=Y(f.missingWarn)?f.missingWarn:e.missingWarn,h=Y(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn,m=!!f.part,g=$o(e,f),E=u(e,i,g);if(!H(c)||c==="")return new Intl.DateTimeFormat(g,a).format(l);let p={},y,_=null,v=g,w=null;const F="datetime format";for(let R=0;R<E.length;R++){if(y=w=E[R],process.env.NODE_ENV!=="production"&&g!==y&&Ii(h,c)&&o(Mn(Ge.FALLBACK_TO_DATE_FORMAT,{key:c,target:y})),process.env.NODE_ENV!=="production"&&g!==y){const W=e.__v_emitter;W&&W.emit("fallback",{type:F,key:c,from:v,to:w,groupId:`${F}:${c}`})}if(p=n[y]||{},_=p[c],J(_))break;Vo(e,c,y,d,F),v=w}if(!J(_)||!H(y))return r?Ni:c;let C=`${y}__${c}`;yi(a)||(C=`${C}__${JSON.stringify(a)}`);let M=s.get(C);return M||(M=new Intl.DateTimeFormat(y,Se({},_,a)),s.set(C,M)),m?M.formatToParts(l):M.format(l)}const $a=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function qo(...e){const[t,n,r,i]=e,o={};let u={},s;if(H(t)){const c=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!c)throw Mt(xe.INVALID_ISO_DATE_ARGUMENT);const l=c[3]?c[3].trim().startsWith("T")?`${c[1].trim()}${c[3].trim()}`:`${c[1].trim()}T${c[3].trim()}`:c[1].trim();s=new Date(l);try{s.toISOString()}catch(f){throw Mt(xe.INVALID_ISO_DATE_ARGUMENT)}}else if(Qd(t)){if(isNaN(t.getTime()))throw Mt(xe.INVALID_DATE_ARGUMENT);s=t}else if(Ie(t))s=t;else throw Mt(xe.INVALID_ARGUMENT);return H(n)?o.key=n:J(n)&&Object.keys(n).forEach(c=>{$a.includes(c)?u[c]=n[c]:o[c]=n[c]}),H(r)?o.locale=r:J(r)&&(u=r),J(i)&&(u=i),[o.key||"",s,o,u]}function Ua(e,t,n){const r=e;for(const i in n){const o=`${t}__${i}`;!r.__datetimeFormatters.has(o)||r.__datetimeFormatters.delete(o)}}function Va(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:i,onWarn:o,localeFallbacker:u}=e,{__numberFormatters:s}=e;if(process.env.NODE_ENV!=="production"&&!xa.numberFormat)return o(Mn(Ge.CANNOT_FORMAT_NUMBER)),Oi;const[c,l,f,a]=Go(...t),d=Y(f.missingWarn)?f.missingWarn:e.missingWarn,h=Y(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn,m=!!f.part,g=$o(e,f),E=u(e,i,g);if(!H(c)||c==="")return new Intl.NumberFormat(g,a).format(l);let p={},y,_=null,v=g,w=null;const F="number format";for(let R=0;R<E.length;R++){if(y=w=E[R],process.env.NODE_ENV!=="production"&&g!==y&&Ii(h,c)&&o(Mn(Ge.FALLBACK_TO_NUMBER_FORMAT,{key:c,target:y})),process.env.NODE_ENV!=="production"&&g!==y){const W=e.__v_emitter;W&&W.emit("fallback",{type:F,key:c,from:v,to:w,groupId:`${F}:${c}`})}if(p=n[y]||{},_=p[c],J(_))break;Vo(e,c,y,d,F),v=w}if(!J(_)||!H(y))return r?Ni:c;let C=`${y}__${c}`;yi(a)||(C=`${C}__${JSON.stringify(a)}`);let M=s.get(C);return M||(M=new Intl.NumberFormat(y,Se({},_,a)),s.set(C,M)),m?M.formatToParts(l):M.format(l)}const ja=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Go(...e){const[t,n,r,i]=e,o={};let u={};if(!Ie(t))throw Mt(xe.INVALID_ARGUMENT);const s=t;return H(n)?o.key=n:J(n)&&Object.keys(n).forEach(c=>{ja.includes(c)?u[c]=n[c]:o[c]=n[c]}),H(r)?o.locale=r:J(r)&&(u=r),J(i)&&(u=i),[o.key||"",s,o,u]}function Ha(e,t,n){const r=e;for(const i in n){const o=`${t}__${i}`;!r.__numberFormatters.has(o)||r.__numberFormatters.delete(o)}}Rh();/**
18
+ (message compiler warning message: ${e.message})`)}const an=e=>se(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function ka(e,t={}){let n=!1;const r=t.onError||oh;return t.onError=i=>{n=!0,r(i)},vi(we({},Sh(e,t)),{detectError:n})}const hp=(e,t)=>{if(!V(e))throw Pt(ke.NOT_SUPPORT_NON_STRING_MESSAGE);process.env.NODE_ENV!=="production"&&(t.onWarn=xa);{const n=Y(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&La(e,n);const i=(t.onCacheKey||Pa)(e),o=_r[i];if(o)return o;const{code:u,detectError:s}=ka(e,t),c=new Function(`return ${u}`)();return s?c:_r[i]=c}};function pp(e,t){if(process.env.NODE_ENV!=="production"&&(t.onWarn=xa),__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&V(e)){const n=Y(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&La(e,n);const i=(t.onCacheKey||Pa)(e),o=_r[i];if(o)return o;const{ast:u,detectError:s}=ka(e,vi(we({},t),{location:process.env.NODE_ENV!=="production",jit:!0})),c=qo(u);return s?c:_r[i]=c}else{if(process.env.NODE_ENV!=="production"&&!an(e))return Re(`the message that is resolve with key '${t.key}' is not supported for jit compilation`),()=>e;const n=e.cacheKey;if(n){const r=_r[n];return r||(_r[n]=qo(e))}else return qo(e)}}const $a=()=>"",vt=e=>de(e);function Ua(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:i,messageCompiler:o,fallbackLocale:u,messages:s}=e,[c,f]=Ko(...t),l=Y(f.missingWarn)?f.missingWarn:e.missingWarn,a=Y(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn,d=Y(f.escapeParameter)?f.escapeParameter:e.escapeParameter,h=!!f.resolvedMessage,p=V(f.default)||Y(f.default)?Y(f.default)?o?c:()=>c:f.default:n?o?c:()=>c:"",g=n||p!=="",D=jo(e,f);d&&mp(f);let[m,A,v]=h?[c,D,s[D]||{}]:Va(e,c,D,u,a,l),y=m,I=c;if(!h&&!(V(y)||an(y)||vt(y))&&g&&(y=p,I=y),!h&&(!(V(y)||an(y)||vt(y))||!V(A)))return i?Si:c;if(process.env.NODE_ENV!=="production"&&V(y)&&e.messageCompiler==null)return Re(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${c}'.`),c;let N=!1;const O=()=>{N=!0},M=vt(y)?y:ja(e,c,A,y,I,O);if(N)return y;const R=vp(e,A,v,f),W=Kh(R),Z=gp(e,M,W),q=r?r(Z,c):Z;if(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const ee={timestamp:Date.now(),key:V(c)?c:vt(y)?y.key:"",locale:A||(vt(y)?y.locale:""),format:V(y)?y:vt(y)?y.source:"",message:q};ee.meta=Me({},e.__meta,sp()||{}),Jh(ee)}return q}function mp(e){ge(e.list)?e.list=e.list.map(t=>V(t)?ua(t):t):se(e.named)&&Object.keys(e.named).forEach(t=>{V(e.named[t])&&(e.named[t]=ua(e.named[t]))})}function Va(e,t,n,r,i,o){const{messages:u,onWarn:s,messageResolver:c,localeFallbacker:f}=e,l=f(e,r,n);let a={},d,h=null,p=n,g=null;const D="translate";for(let m=0;m<l.length;m++){if(d=g=l[m],process.env.NODE_ENV!=="production"&&n!==d&&!Ra(n,d)&&Mi(i,t)&&s(Pn(Xe.FALLBACK_TO_TRANSLATE,{key:t,target:d})),process.env.NODE_ENV!=="production"&&n!==d){const I=e.__v_emitter;I&&I.emit("fallback",{type:D,key:t,from:p,to:g,groupId:`${D}:${t}`})}a=u[d]||{};let A=null,v,y;if(process.env.NODE_ENV!=="production"&&At&&(A=window.performance.now(),v="intlify-message-resolve-start",y="intlify-message-resolve-end",dt&&dt(v)),(h=c(a,t))===null&&(h=a[t]),process.env.NODE_ENV!=="production"&&At){const I=window.performance.now(),N=e.__v_emitter;N&&A&&h&&N.emit("message-resolve",{type:"message-resolve",key:t,message:h,time:I-A,groupId:`${D}:${t}`}),v&&y&&dt&&Bn&&(dt(y),Bn("intlify message resolve",v,y))}if(V(h)||an(h)||vt(h))break;if(!lp(d,l)){const I=Wo(e,t,d,o,D);I!==t&&(h=I)}p=g}return[h,d,a]}function ja(e,t,n,r,i,o){const{messageCompiler:u,warnHtmlMessage:s}=e;if(vt(r)){const d=r;return d.locale=d.locale||n,d.key=d.key||t,d}if(u==null){const d=()=>r;return d.locale=n,d.key=t,d}let c=null,f,l;process.env.NODE_ENV!=="production"&&At&&(c=window.performance.now(),f="intlify-message-compilation-start",l="intlify-message-compilation-end",dt&&dt(f));const a=u(r,_p(e,n,i,r,s,o));if(process.env.NODE_ENV!=="production"&&At){const d=window.performance.now(),h=e.__v_emitter;h&&c&&h.emit("message-compilation",{type:"message-compilation",message:r,time:d-c,groupId:`translate:${t}`}),f&&l&&dt&&Bn&&(dt(l),Bn("intlify message compilation",f,l))}return a.locale=n,a.key=t,a.source=r,a}function gp(e,t,n){let r=null,i,o;process.env.NODE_ENV!=="production"&&At&&(r=window.performance.now(),i="intlify-message-evaluation-start",o="intlify-message-evaluation-end",dt&&dt(i));const u=t(n);if(process.env.NODE_ENV!=="production"&&At){const s=window.performance.now(),c=e.__v_emitter;c&&r&&c.emit("message-evaluation",{type:"message-evaluation",value:u,time:s-r,groupId:`translate:${t.key}`}),i&&o&&dt&&Bn&&(dt(o),Bn("intlify message evaluation",i,o))}return u}function Ko(...e){const[t,n,r]=e,i={};if(!V(t)&&!Te(t)&&!vt(t)&&!an(t))throw Pt(ke.INVALID_ARGUMENT);const o=Te(t)?String(t):(vt(t),t);return Te(n)?i.plural=n:V(n)?i.default=n:X(n)&&!wi(n)?i.named=n:ge(n)&&(i.list=n),Te(r)?i.plural=r:V(r)?i.default=r:X(r)&&Me(i,r),[o,i]}function _p(e,t,n,r,i,o){return{locale:t,key:n,warnHtmlMessage:i,onError:u=>{if(o&&o(u),process.env.NODE_ENV!=="production"){const s=Dp(r),c=`Message compilation error: ${u.message}`,f=u.location&&s&&eh(s,u.location.start.offset,u.location.end.offset),l=e.__v_emitter;l&&s&&l.emit("compile-error",{message:s,error:u.message,start:u.location&&u.location.start.offset,end:u.location&&u.location.end.offset,groupId:`translate:${n}`}),console.error(f?`${c}
19
+ ${f}`:c)}else throw u},onCacheKey:u=>Xd(t,n,u)}}function Dp(e){if(V(e))return e;if(e.loc&&e.loc.source)return e.loc.source}function vp(e,t,n,r){const{modifiers:i,pluralRules:o,messageResolver:u,fallbackLocale:s,fallbackWarn:c,missingWarn:f,fallbackContext:l}=e,d={locale:t,modifiers:i,pluralRules:o,messages:h=>{let p=u(n,h);if(p==null&&l){const[,,g]=Va(l,h,t,s,c,f);p=u(g,h)}if(V(p)||an(p)){let g=!1;const m=ja(e,h,t,p,h,()=>{g=!0});return g?$a:m}else return vt(p)?p:$a}};return e.processor&&(d.processor=e.processor),r.list&&(d.list=r.list),r.named&&(d.named=r.named),Te(r.plural)&&(d.pluralIndex=r.plural),d}const Ha=typeof Intl!="undefined",Wa={dateTimeFormat:Ha&&typeof Intl.DateTimeFormat!="undefined",numberFormat:Ha&&typeof Intl.NumberFormat!="undefined"};function qa(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:i,onWarn:o,localeFallbacker:u}=e,{__datetimeFormatters:s}=e;if(process.env.NODE_ENV!=="production"&&!Wa.dateTimeFormat)return o(Pn(Xe.CANNOT_FORMAT_DATE)),Ti;const[c,f,l,a]=Xo(...t),d=Y(l.missingWarn)?l.missingWarn:e.missingWarn,h=Y(l.fallbackWarn)?l.fallbackWarn:e.fallbackWarn,p=!!l.part,g=jo(e,l),D=u(e,i,g);if(!V(c)||c==="")return new Intl.DateTimeFormat(g,a).format(f);let m={},A,v=null,y=g,I=null;const N="datetime format";for(let R=0;R<D.length;R++){if(A=I=D[R],process.env.NODE_ENV!=="production"&&g!==A&&Mi(h,c)&&o(Pn(Xe.FALLBACK_TO_DATE_FORMAT,{key:c,target:A})),process.env.NODE_ENV!=="production"&&g!==A){const W=e.__v_emitter;W&&W.emit("fallback",{type:N,key:c,from:y,to:I,groupId:`${N}:${c}`})}if(m=n[A]||{},v=m[c],X(v))break;Wo(e,c,A,d,N),y=I}if(!X(v)||!V(A))return r?Si:c;let O=`${A}__${c}`;wi(a)||(O=`${O}__${JSON.stringify(a)}`);let M=s.get(O);return M||(M=new Intl.DateTimeFormat(A,Me({},v,a)),s.set(O,M)),p?M.formatToParts(f):M.format(f)}const Ga=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Xo(...e){const[t,n,r,i]=e,o={};let u={},s;if(V(t)){const c=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!c)throw Pt(ke.INVALID_ISO_DATE_ARGUMENT);const f=c[3]?c[3].trim().startsWith("T")?`${c[1].trim()}${c[3].trim()}`:`${c[1].trim()}T${c[3].trim()}`:c[1].trim();s=new Date(f);try{s.toISOString()}catch(l){throw Pt(ke.INVALID_ISO_DATE_ARGUMENT)}}else if(Jd(t)){if(isNaN(t.getTime()))throw Pt(ke.INVALID_DATE_ARGUMENT);s=t}else if(Te(t))s=t;else throw Pt(ke.INVALID_ARGUMENT);return V(n)?o.key=n:X(n)&&Object.keys(n).forEach(c=>{Ga.includes(c)?u[c]=n[c]:o[c]=n[c]}),V(r)?o.locale=r:X(r)&&(u=r),X(i)&&(u=i),[o.key||"",s,o,u]}function Ka(e,t,n){const r=e;for(const i in n){const o=`${t}__${i}`;!r.__datetimeFormatters.has(o)||r.__datetimeFormatters.delete(o)}}function Xa(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:i,onWarn:o,localeFallbacker:u}=e,{__numberFormatters:s}=e;if(process.env.NODE_ENV!=="production"&&!Wa.numberFormat)return o(Pn(Xe.CANNOT_FORMAT_NUMBER)),Ti;const[c,f,l,a]=zo(...t),d=Y(l.missingWarn)?l.missingWarn:e.missingWarn,h=Y(l.fallbackWarn)?l.fallbackWarn:e.fallbackWarn,p=!!l.part,g=jo(e,l),D=u(e,i,g);if(!V(c)||c==="")return new Intl.NumberFormat(g,a).format(f);let m={},A,v=null,y=g,I=null;const N="number format";for(let R=0;R<D.length;R++){if(A=I=D[R],process.env.NODE_ENV!=="production"&&g!==A&&Mi(h,c)&&o(Pn(Xe.FALLBACK_TO_NUMBER_FORMAT,{key:c,target:A})),process.env.NODE_ENV!=="production"&&g!==A){const W=e.__v_emitter;W&&W.emit("fallback",{type:N,key:c,from:y,to:I,groupId:`${N}:${c}`})}if(m=n[A]||{},v=m[c],X(v))break;Wo(e,c,A,d,N),y=I}if(!X(v)||!V(A))return r?Si:c;let O=`${A}__${c}`;wi(a)||(O=`${O}__${JSON.stringify(a)}`);let M=s.get(O);return M||(M=new Intl.NumberFormat(A,Me({},v,a)),s.set(O,M)),p?M.formatToParts(f):M.format(f)}const za=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function zo(...e){const[t,n,r,i]=e,o={};let u={};if(!Te(t))throw Pt(ke.INVALID_ARGUMENT);const s=t;return V(n)?o.key=n:X(n)&&Object.keys(n).forEach(c=>{za.includes(c)?u[c]=n[c]:o[c]=n[c]}),V(r)?o.locale=r:X(r)&&(u=r),X(i)&&(u=i),[o.key||"",s,o,u]}function Ja(e,t,n){const r=e;for(const i in n){const o=`${t}__${i}`;!r.__numberFormatters.has(o)||r.__numberFormatters.delete(o)}}Th();/**
20
20
  * @vue/shared v3.4.35
21
21
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
22
22
  * @license MIT
23
- **//*! #__NO_SIDE_EFFECTS__ */function bp(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const Rt=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV!=="production"&&Object.freeze([]);const un=()=>{},wp=()=>!1,Ap=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),gt=Object.assign,Cp=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Fp=Object.prototype.hasOwnProperty,Ce=(e,t)=>Fp.call(e,t),ge=Array.isArray,mr=e=>Si(e)==="[object Map]",Np=e=>Si(e)==="[object Set]",Fe=e=>typeof e=="function",wt=e=>typeof e=="string",Wr=e=>typeof e=="symbol",Ke=e=>e!==null&&typeof e=="object",Op=e=>(Ke(e)||Fe(e))&&Fe(e.then)&&Fe(e.catch),Ip=Object.prototype.toString,Si=e=>Ip.call(e),Wa=e=>Si(e).slice(8,-1),Sp=e=>Si(e)==="[object Object]",Ko=e=>wt(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,qa=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ga=qa(e=>e.charAt(0).toUpperCase()+e.slice(1)),Tp=qa(e=>e?`on${Ga(e)}`:""),sn=(e,t)=>!Object.is(e,t),Mp=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})};let Ka;const Xa=()=>Ka||(Ka=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function Xo(e){if(ge(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],i=wt(r)?Pp(r):Xo(r);if(i)for(const o in i)t[o]=i[o]}return t}else if(wt(e)||Ke(e))return e}const Rp=/;(?![^(]*\))/g,Bp=/:([^]+)/,Lp=/\/\*[^]*?\*\//g;function Pp(e){const t={};return e.replace(Lp,"").split(Rp).forEach(n=>{if(n){const r=n.split(Bp);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Jo(e){let t="";if(wt(e))t=e;else if(ge(e))for(let n=0;n<e.length;n++){const r=Jo(e[n]);r&&(t+=r+" ")}else if(Ke(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}/**
23
+ **//*! #__NO_SIDE_EFFECTS__ */function yp(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const xt=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV!=="production"&&Object.freeze([]);const cn=()=>{},Ep=()=>!1,bp=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),yt=Object.assign,wp=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Ap=Object.prototype.hasOwnProperty,Ne=(e,t)=>Ap.call(e,t),_e=Array.isArray,Dr=e=>Ri(e)==="[object Map]",Cp=e=>Ri(e)==="[object Set]",Oe=e=>typeof e=="function",Nt=e=>typeof e=="string",Kr=e=>typeof e=="symbol",ze=e=>e!==null&&typeof e=="object",Fp=e=>(ze(e)||Oe(e))&&Oe(e.then)&&Oe(e.catch),Np=Object.prototype.toString,Ri=e=>Np.call(e),Za=e=>Ri(e).slice(8,-1),Op=e=>Ri(e)==="[object Object]",Jo=e=>Nt(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Qa=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ya=Qa(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ip=Qa(e=>e?`on${Ya(e)}`:""),ln=(e,t)=>!Object.is(e,t),Sp=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})};let ec;const tc=()=>ec||(ec=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function Zo(e){if(_e(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],i=Nt(r)?Bp(r):Zo(r);if(i)for(const o in i)t[o]=i[o]}return t}else if(Nt(e)||ze(e))return e}const Tp=/;(?![^(]*\))/g,Mp=/:([^]+)/,Rp=/\/\*[^]*?\*\//g;function Bp(e){const t={};return e.replace(Rp,"").split(Tp).forEach(n=>{if(n){const r=n.split(Mp);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Qo(e){let t="";if(Nt(e))t=e;else if(_e(e))for(let n=0;n<e.length;n++){const r=Qo(e[n]);r&&(t+=r+" ")}else if(ze(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}/**
24
24
  * @vue/reactivity v3.4.35
25
25
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
26
26
  * @license MIT
27
- **/function an(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let At;class xp{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=At,!t&&At&&(this.index=(At.scopes||(At.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=At;try{return At=this,t()}finally{At=n}}else process.env.NODE_ENV!=="production"&&an("cannot run an inactive effect scope.")}on(){At=this}off(){At=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0,this._active=!1}}}function kp(e){return new xp(e)}function $p(e,t=At){t&&t.active&&t.effects.push(e)}function Up(){return At}let Bn;class Ja{constructor(t,n,r,i){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,$p(this,i)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,qr();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Vp(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Gr()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=cn,n=Bn;try{return cn=!0,Bn=this,this._runnings++,za(this),this.fn()}finally{Za(this),this._runnings--,Bn=n,cn=t}}stop(){this.active&&(za(this),Za(this),this.onStop&&this.onStop(),this.active=!1)}}function Vp(e){return e.value}function za(e){e._trackId++,e._depsLength=0}function Za(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Qa(e.deps[t],e);e.deps.length=e._depsLength}}function Qa(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let cn=!0,zo=0;const Ya=[];function qr(){Ya.push(cn),cn=!1}function Gr(){const e=Ya.pop();cn=e===void 0?!0:e}function Zo(){zo++}function Qo(){for(zo--;!zo&&Yo.length;)Yo.shift()()}function ec(e,t,n){var r;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const i=e.deps[e._depsLength];i!==t?(i&&Qa(i,e),e.deps[e._depsLength++]=t):e._depsLength++,process.env.NODE_ENV!=="production"&&((r=e.onTrack)==null||r.call(e,gt({effect:e},n)))}}const Yo=[];function tc(e,t,n){var r;Zo();for(const i of e.keys()){let o;i._dirtyLevel<t&&(o!=null?o:o=e.get(i)===i._trackId)&&(i._shouldSchedule||(i._shouldSchedule=i._dirtyLevel===0),i._dirtyLevel=t),i._shouldSchedule&&(o!=null?o:o=e.get(i)===i._trackId)&&(process.env.NODE_ENV!=="production"&&((r=i.onTrigger)==null||r.call(i,gt({effect:i},n))),i.trigger(),(!i._runnings||i.allowRecurse)&&i._dirtyLevel!==2&&(i._shouldSchedule=!1,i.scheduler&&Yo.push(i.scheduler)))}Qo()}const nc=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},eu=new WeakMap,Ln=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),tu=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");function Ve(e,t,n){if(cn&&Bn){let r=eu.get(e);r||eu.set(e,r=new Map);let i=r.get(n);i||r.set(n,i=nc(()=>r.delete(n))),ec(Bn,i,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function ln(e,t,n,r,i,o){const u=eu.get(e);if(!u)return;let s=[];if(t==="clear")s=[...u.values()];else if(n==="length"&&ge(e)){const c=Number(r);u.forEach((l,f)=>{(f==="length"||!Wr(f)&&f>=c)&&s.push(l)})}else switch(n!==void 0&&s.push(u.get(n)),t){case"add":ge(e)?Ko(n)&&s.push(u.get("length")):(s.push(u.get(Ln)),mr(e)&&s.push(u.get(tu)));break;case"delete":ge(e)||(s.push(u.get(Ln)),mr(e)&&s.push(u.get(tu)));break;case"set":mr(e)&&s.push(u.get(Ln));break}Zo();for(const c of s)c&&tc(c,4,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:r,oldValue:i,oldTarget:o}:void 0);Qo()}const jp=bp("__proto__,__v_isRef,__isVue"),rc=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Wr)),ic=Hp();function Hp(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=te(this);for(let o=0,u=this.length;o<u;o++)Ve(r,"get",o+"");const i=r[t](...n);return i===-1||i===!1?r[t](...n.map(te)):i}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){qr(),Zo();const r=te(this)[t].apply(this,n);return Qo(),Gr(),r}}),e}function Wp(e){Wr(e)||(e=String(e));const t=te(this);return Ve(t,"has",e),t.hasOwnProperty(e)}class oc{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const i=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!i;if(n==="__v_isReadonly")return i;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(i?o?pc:hc:o?r0:dc).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const u=ge(t);if(!i){if(u&&Ce(ic,n))return Reflect.get(ic,n,r);if(n==="hasOwnProperty")return Wp}const s=Reflect.get(t,n,r);return(Wr(n)?rc.has(n):jp(n))||(i||Ve(t,"get",n),o)?s:Qe(s)?u&&Ko(n)?s:s.value:Ke(s)?i?gc(s):mc(s):s}}class qp extends oc{constructor(t=!1){super(!1,t)}set(t,n,r,i){let o=t[n];if(!this._isShallow){const c=qt(o);if(!Gt(r)&&!qt(r)&&(o=te(o),r=te(r)),!ge(t)&&Qe(o)&&!Qe(r))return c?!1:(o.value=r,!0)}const u=ge(t)&&Ko(n)?Number(n)<t.length:Ce(t,n),s=Reflect.set(t,n,r,i);return t===te(i)&&(u?sn(r,o)&&ln(t,"set",n,r,o):ln(t,"add",n,r)),s}deleteProperty(t,n){const r=Ce(t,n),i=t[n],o=Reflect.deleteProperty(t,n);return o&&r&&ln(t,"delete",n,void 0,i),o}has(t,n){const r=Reflect.has(t,n);return(!Wr(n)||!rc.has(n))&&Ve(t,"has",n),r}ownKeys(t){return Ve(t,"iterate",ge(t)?"length":Ln),Reflect.ownKeys(t)}}class uc extends oc{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&an(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&an(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Gp=new qp,Kp=new uc,Xp=new uc(!0),nu=e=>e,Ti=e=>Reflect.getPrototypeOf(e);function Mi(e,t,n=!1,r=!1){e=e.__v_raw;const i=te(e),o=te(t);n||(sn(t,o)&&Ve(i,"get",t),Ve(i,"get",o));const{has:u}=Ti(i),s=r?nu:n?uu:Kr;if(u.call(i,t))return s(e.get(t));if(u.call(i,o))return s(e.get(o));e!==i&&e.get(t)}function Ri(e,t=!1){const n=this.__v_raw,r=te(n),i=te(e);return t||(sn(e,i)&&Ve(r,"has",e),Ve(r,"has",i)),e===i?n.has(e):n.has(e)||n.has(i)}function Bi(e,t=!1){return e=e.__v_raw,!t&&Ve(te(e),"iterate",Ln),Reflect.get(e,"size",e)}function sc(e,t=!1){!t&&!Gt(e)&&!qt(e)&&(e=te(e));const n=te(this);return Ti(n).has.call(n,e)||(n.add(e),ln(n,"add",e,e)),this}function ac(e,t,n=!1){!n&&!Gt(t)&&!qt(t)&&(t=te(t));const r=te(this),{has:i,get:o}=Ti(r);let u=i.call(r,e);u?process.env.NODE_ENV!=="production"&&fc(r,i,e):(e=te(e),u=i.call(r,e));const s=o.call(r,e);return r.set(e,t),u?sn(t,s)&&ln(r,"set",e,t,s):ln(r,"add",e,t),this}function cc(e){const t=te(this),{has:n,get:r}=Ti(t);let i=n.call(t,e);i?process.env.NODE_ENV!=="production"&&fc(t,n,e):(e=te(e),i=n.call(t,e));const o=r?r.call(t,e):void 0,u=t.delete(e);return i&&ln(t,"delete",e,void 0,o),u}function lc(){const e=te(this),t=e.size!==0,n=process.env.NODE_ENV!=="production"?mr(e)?new Map(e):new Set(e):void 0,r=e.clear();return t&&ln(e,"clear",void 0,void 0,n),r}function Li(e,t){return function(r,i){const o=this,u=o.__v_raw,s=te(u),c=t?nu:e?uu:Kr;return!e&&Ve(s,"iterate",Ln),u.forEach((l,f)=>r.call(i,c(l),c(f),o))}}function Pi(e,t,n){return function(...r){const i=this.__v_raw,o=te(i),u=mr(o),s=e==="entries"||e===Symbol.iterator&&u,c=e==="keys"&&u,l=i[e](...r),f=n?nu:t?uu:Kr;return!t&&Ve(o,"iterate",c?tu:Ln),{next(){const{value:a,done:d}=l.next();return d?{value:a,done:d}:{value:s?[f(a[0]),f(a[1])]:f(a),done:d}},[Symbol.iterator](){return this}}}}function fn(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";an(`${Ga(e)} operation ${n}failed: target is readonly.`,te(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function Jp(){const e={get(o){return Mi(this,o)},get size(){return Bi(this)},has:Ri,add:sc,set:ac,delete:cc,clear:lc,forEach:Li(!1,!1)},t={get(o){return Mi(this,o,!1,!0)},get size(){return Bi(this)},has:Ri,add(o){return sc.call(this,o,!0)},set(o,u){return ac.call(this,o,u,!0)},delete:cc,clear:lc,forEach:Li(!1,!0)},n={get(o){return Mi(this,o,!0)},get size(){return Bi(this,!0)},has(o){return Ri.call(this,o,!0)},add:fn("add"),set:fn("set"),delete:fn("delete"),clear:fn("clear"),forEach:Li(!0,!1)},r={get(o){return Mi(this,o,!0,!0)},get size(){return Bi(this,!0)},has(o){return Ri.call(this,o,!0)},add:fn("add"),set:fn("set"),delete:fn("delete"),clear:fn("clear"),forEach:Li(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Pi(o,!1,!1),n[o]=Pi(o,!0,!1),t[o]=Pi(o,!1,!0),r[o]=Pi(o,!0,!0)}),[e,n,t,r]}const[zp,Zp,Qp,Yp]=Jp();function ru(e,t){const n=t?e?Yp:Qp:e?Zp:zp;return(r,i,o)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?r:Reflect.get(Ce(n,i)&&i in r?n:r,i,o)}const e0={get:ru(!1,!1)},t0={get:ru(!0,!1)},n0={get:ru(!0,!0)};function fc(e,t,n){const r=te(n);if(r!==n&&t.call(e,r)){const i=Wa(e);an(`Reactive ${i} contains both the raw and reactive versions of the same object${i==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const dc=new WeakMap,r0=new WeakMap,hc=new WeakMap,pc=new WeakMap;function i0(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function o0(e){return e.__v_skip||!Object.isExtensible(e)?0:i0(Wa(e))}function mc(e){return qt(e)?e:iu(e,!1,Gp,e0,dc)}function gc(e){return iu(e,!0,Kp,t0,hc)}function xi(e){return iu(e,!0,Xp,n0,pc)}function iu(e,t,n,r,i){if(!Ke(e))return process.env.NODE_ENV!=="production"&&an(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=i.get(e);if(o)return o;const u=o0(e);if(u===0)return e;const s=new Proxy(e,u===2?r:n);return i.set(e,s),s}function gr(e){return qt(e)?gr(e.__v_raw):!!(e&&e.__v_isReactive)}function qt(e){return!!(e&&e.__v_isReadonly)}function Gt(e){return!!(e&&e.__v_isShallow)}function ou(e){return e?!!e.__v_raw:!1}function te(e){const t=e&&e.__v_raw;return t?te(t):e}function u0(e){return Object.isExtensible(e)&&Mp(e,"__v_skip",!0),e}const Kr=e=>Ke(e)?mc(e):e,uu=e=>Ke(e)?gc(e):e,s0="Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";class _c{constructor(t,n,r,i){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new Ja(()=>t(this._value),()=>ki(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!i,this.__v_isReadonly=r}get value(){const t=te(this);return(!t._cacheable||t.effect.dirty)&&sn(t._value,t._value=t.effect.run())&&ki(t,4),Dc(t),t.effect._dirtyLevel>=2&&(process.env.NODE_ENV!=="production"&&this._warnRecursive&&an(s0,`
27
+ **/function fn(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let Ot;class Lp{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ot,!t&&Ot&&(this.index=(Ot.scopes||(Ot.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Ot;try{return Ot=this,t()}finally{Ot=n}}else process.env.NODE_ENV!=="production"&&fn("cannot run an inactive effect scope.")}on(){Ot=this}off(){Ot=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0,this._active=!1}}}function Pp(e){return new Lp(e)}function xp(e,t=Ot){t&&t.active&&t.effects.push(e)}function kp(){return Ot}let kn;class nc{constructor(t,n,r,i){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,xp(this,i)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Xr();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&($p(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),zr()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=dn,n=kn;try{return dn=!0,kn=this,this._runnings++,rc(this),this.fn()}finally{ic(this),this._runnings--,kn=n,dn=t}}stop(){this.active&&(rc(this),ic(this),this.onStop&&this.onStop(),this.active=!1)}}function $p(e){return e.value}function rc(e){e._trackId++,e._depsLength=0}function ic(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)oc(e.deps[t],e);e.deps.length=e._depsLength}}function oc(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let dn=!0,Yo=0;const uc=[];function Xr(){uc.push(dn),dn=!1}function zr(){const e=uc.pop();dn=e===void 0?!0:e}function eu(){Yo++}function tu(){for(Yo--;!Yo&&nu.length;)nu.shift()()}function sc(e,t,n){var r;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const i=e.deps[e._depsLength];i!==t?(i&&oc(i,e),e.deps[e._depsLength++]=t):e._depsLength++,process.env.NODE_ENV!=="production"&&((r=e.onTrack)==null||r.call(e,yt({effect:e},n)))}}const nu=[];function ac(e,t,n){var r;eu();for(const i of e.keys()){let o;i._dirtyLevel<t&&(o!=null?o:o=e.get(i)===i._trackId)&&(i._shouldSchedule||(i._shouldSchedule=i._dirtyLevel===0),i._dirtyLevel=t),i._shouldSchedule&&(o!=null?o:o=e.get(i)===i._trackId)&&(process.env.NODE_ENV!=="production"&&((r=i.onTrigger)==null||r.call(i,yt({effect:i},n))),i.trigger(),(!i._runnings||i.allowRecurse)&&i._dirtyLevel!==2&&(i._shouldSchedule=!1,i.scheduler&&nu.push(i.scheduler)))}tu()}const cc=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},ru=new WeakMap,$n=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),iu=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");function He(e,t,n){if(dn&&kn){let r=ru.get(e);r||ru.set(e,r=new Map);let i=r.get(n);i||r.set(n,i=cc(()=>r.delete(n))),sc(kn,i,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function hn(e,t,n,r,i,o){const u=ru.get(e);if(!u)return;let s=[];if(t==="clear")s=[...u.values()];else if(n==="length"&&_e(e)){const c=Number(r);u.forEach((f,l)=>{(l==="length"||!Kr(l)&&l>=c)&&s.push(f)})}else switch(n!==void 0&&s.push(u.get(n)),t){case"add":_e(e)?Jo(n)&&s.push(u.get("length")):(s.push(u.get($n)),Dr(e)&&s.push(u.get(iu)));break;case"delete":_e(e)||(s.push(u.get($n)),Dr(e)&&s.push(u.get(iu)));break;case"set":Dr(e)&&s.push(u.get($n));break}eu();for(const c of s)c&&ac(c,4,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:r,oldValue:i,oldTarget:o}:void 0);tu()}const Up=yp("__proto__,__v_isRef,__isVue"),lc=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Kr)),fc=Vp();function Vp(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=te(this);for(let o=0,u=this.length;o<u;o++)He(r,"get",o+"");const i=r[t](...n);return i===-1||i===!1?r[t](...n.map(te)):i}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Xr(),eu();const r=te(this)[t].apply(this,n);return tu(),zr(),r}}),e}function jp(e){Kr(e)||(e=String(e));const t=te(this);return He(t,"has",e),t.hasOwnProperty(e)}class dc{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const i=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!i;if(n==="__v_isReadonly")return i;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(i?o?Ec:yc:o?t0:vc).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const u=_e(t);if(!i){if(u&&Ne(fc,n))return Reflect.get(fc,n,r);if(n==="hasOwnProperty")return jp}const s=Reflect.get(t,n,r);return(Kr(n)?lc.has(n):Up(n))||(i||He(t,"get",n),o)?s:tt(s)?u&&Jo(n)?s:s.value:ze(s)?i?wc(s):bc(s):s}}class Hp extends dc{constructor(t=!1){super(!1,t)}set(t,n,r,i){let o=t[n];if(!this._isShallow){const c=zt(o);if(!Jt(r)&&!zt(r)&&(o=te(o),r=te(r)),!_e(t)&&tt(o)&&!tt(r))return c?!1:(o.value=r,!0)}const u=_e(t)&&Jo(n)?Number(n)<t.length:Ne(t,n),s=Reflect.set(t,n,r,i);return t===te(i)&&(u?ln(r,o)&&hn(t,"set",n,r,o):hn(t,"add",n,r)),s}deleteProperty(t,n){const r=Ne(t,n),i=t[n],o=Reflect.deleteProperty(t,n);return o&&r&&hn(t,"delete",n,void 0,i),o}has(t,n){const r=Reflect.has(t,n);return(!Kr(n)||!lc.has(n))&&He(t,"has",n),r}ownKeys(t){return He(t,"iterate",_e(t)?"length":$n),Reflect.ownKeys(t)}}class hc extends dc{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&fn(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&fn(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Wp=new Hp,qp=new hc,Gp=new hc(!0),ou=e=>e,Bi=e=>Reflect.getPrototypeOf(e);function Li(e,t,n=!1,r=!1){e=e.__v_raw;const i=te(e),o=te(t);n||(ln(t,o)&&He(i,"get",t),He(i,"get",o));const{has:u}=Bi(i),s=r?ou:n?cu:Jr;if(u.call(i,t))return s(e.get(t));if(u.call(i,o))return s(e.get(o));e!==i&&e.get(t)}function Pi(e,t=!1){const n=this.__v_raw,r=te(n),i=te(e);return t||(ln(e,i)&&He(r,"has",e),He(r,"has",i)),e===i?n.has(e):n.has(e)||n.has(i)}function xi(e,t=!1){return e=e.__v_raw,!t&&He(te(e),"iterate",$n),Reflect.get(e,"size",e)}function pc(e,t=!1){!t&&!Jt(e)&&!zt(e)&&(e=te(e));const n=te(this);return Bi(n).has.call(n,e)||(n.add(e),hn(n,"add",e,e)),this}function mc(e,t,n=!1){!n&&!Jt(t)&&!zt(t)&&(t=te(t));const r=te(this),{has:i,get:o}=Bi(r);let u=i.call(r,e);u?process.env.NODE_ENV!=="production"&&Dc(r,i,e):(e=te(e),u=i.call(r,e));const s=o.call(r,e);return r.set(e,t),u?ln(t,s)&&hn(r,"set",e,t,s):hn(r,"add",e,t),this}function gc(e){const t=te(this),{has:n,get:r}=Bi(t);let i=n.call(t,e);i?process.env.NODE_ENV!=="production"&&Dc(t,n,e):(e=te(e),i=n.call(t,e));const o=r?r.call(t,e):void 0,u=t.delete(e);return i&&hn(t,"delete",e,void 0,o),u}function _c(){const e=te(this),t=e.size!==0,n=process.env.NODE_ENV!=="production"?Dr(e)?new Map(e):new Set(e):void 0,r=e.clear();return t&&hn(e,"clear",void 0,void 0,n),r}function ki(e,t){return function(r,i){const o=this,u=o.__v_raw,s=te(u),c=t?ou:e?cu:Jr;return!e&&He(s,"iterate",$n),u.forEach((f,l)=>r.call(i,c(f),c(l),o))}}function $i(e,t,n){return function(...r){const i=this.__v_raw,o=te(i),u=Dr(o),s=e==="entries"||e===Symbol.iterator&&u,c=e==="keys"&&u,f=i[e](...r),l=n?ou:t?cu:Jr;return!t&&He(o,"iterate",c?iu:$n),{next(){const{value:a,done:d}=f.next();return d?{value:a,done:d}:{value:s?[l(a[0]),l(a[1])]:l(a),done:d}},[Symbol.iterator](){return this}}}}function pn(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";fn(`${Ya(e)} operation ${n}failed: target is readonly.`,te(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function Kp(){const e={get(o){return Li(this,o)},get size(){return xi(this)},has:Pi,add:pc,set:mc,delete:gc,clear:_c,forEach:ki(!1,!1)},t={get(o){return Li(this,o,!1,!0)},get size(){return xi(this)},has:Pi,add(o){return pc.call(this,o,!0)},set(o,u){return mc.call(this,o,u,!0)},delete:gc,clear:_c,forEach:ki(!1,!0)},n={get(o){return Li(this,o,!0)},get size(){return xi(this,!0)},has(o){return Pi.call(this,o,!0)},add:pn("add"),set:pn("set"),delete:pn("delete"),clear:pn("clear"),forEach:ki(!0,!1)},r={get(o){return Li(this,o,!0,!0)},get size(){return xi(this,!0)},has(o){return Pi.call(this,o,!0)},add:pn("add"),set:pn("set"),delete:pn("delete"),clear:pn("clear"),forEach:ki(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=$i(o,!1,!1),n[o]=$i(o,!0,!1),t[o]=$i(o,!1,!0),r[o]=$i(o,!0,!0)}),[e,n,t,r]}const[Xp,zp,Jp,Zp]=Kp();function uu(e,t){const n=t?e?Zp:Jp:e?zp:Xp;return(r,i,o)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?r:Reflect.get(Ne(n,i)&&i in r?n:r,i,o)}const Qp={get:uu(!1,!1)},Yp={get:uu(!0,!1)},e0={get:uu(!0,!0)};function Dc(e,t,n){const r=te(n);if(r!==n&&t.call(e,r)){const i=Za(e);fn(`Reactive ${i} contains both the raw and reactive versions of the same object${i==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const vc=new WeakMap,t0=new WeakMap,yc=new WeakMap,Ec=new WeakMap;function n0(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function r0(e){return e.__v_skip||!Object.isExtensible(e)?0:n0(Za(e))}function bc(e){return zt(e)?e:su(e,!1,Wp,Qp,vc)}function wc(e){return su(e,!0,qp,Yp,yc)}function Ui(e){return su(e,!0,Gp,e0,Ec)}function su(e,t,n,r,i){if(!ze(e))return process.env.NODE_ENV!=="production"&&fn(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=i.get(e);if(o)return o;const u=r0(e);if(u===0)return e;const s=new Proxy(e,u===2?r:n);return i.set(e,s),s}function vr(e){return zt(e)?vr(e.__v_raw):!!(e&&e.__v_isReactive)}function zt(e){return!!(e&&e.__v_isReadonly)}function Jt(e){return!!(e&&e.__v_isShallow)}function au(e){return e?!!e.__v_raw:!1}function te(e){const t=e&&e.__v_raw;return t?te(t):e}function i0(e){return Object.isExtensible(e)&&Sp(e,"__v_skip",!0),e}const Jr=e=>ze(e)?bc(e):e,cu=e=>ze(e)?wc(e):e,o0="Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";class Ac{constructor(t,n,r,i){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new nc(()=>t(this._value),()=>Vi(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!i,this.__v_isReadonly=r}get value(){const t=te(this);return(!t._cacheable||t.effect.dirty)&&ln(t._value,t._value=t.effect.run())&&Vi(t,4),Cc(t),t.effect._dirtyLevel>=2&&(process.env.NODE_ENV!=="production"&&this._warnRecursive&&fn(o0,`
28
28
 
29
- getter: `,this.getter),ki(t,2)),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function a0(e,t,n=!1){let r,i;const o=Fe(e);o?(r=e,i=process.env.NODE_ENV!=="production"?()=>{an("Write operation failed: computed value is readonly")}:un):(r=e.get,i=e.set);const u=new _c(r,i,o||!i,n);return process.env.NODE_ENV!=="production"&&t&&!n&&(u.effect.onTrack=t.onTrack,u.effect.onTrigger=t.onTrigger),u}function Dc(e){var t;cn&&Bn&&(e=te(e),ec(Bn,(t=e.dep)!=null?t:e.dep=nc(()=>e.dep=void 0,e instanceof _c?e:void 0),process.env.NODE_ENV!=="production"?{target:e,type:"get",key:"value"}:void 0))}function ki(e,t=4,n,r){e=te(e);const i=e.dep;i&&tc(i,t,process.env.NODE_ENV!=="production"?{target:e,type:"set",key:"value",newValue:n,oldValue:r}:void 0)}function Qe(e){return!!(e&&e.__v_isRef===!0)}function _r(e){return yc(e,!1)}function vc(e){return yc(e,!0)}function yc(e,t){return Qe(e)?e:new c0(e,t)}class c0{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:te(t),this._value=n?t:Kr(t)}get value(){return Dc(this),this._value}set value(t){const n=this.__v_isShallow||Gt(t)||qt(t);if(t=n?t:te(t),sn(t,this._rawValue)){const r=this._rawValue;this._rawValue=t,this._value=n?t:Kr(t),ki(this,4,t,r)}}}function l0(e){return Qe(e)?e.value:e}const f0={get:(e,t,n)=>l0(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const i=e[t];return Qe(i)&&!Qe(n)?(i.value=n,!0):Reflect.set(e,t,n,r)}};function d0(e){return gr(e)?e:new Proxy(e,f0)}/**
29
+ getter: `,this.getter),Vi(t,2)),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function u0(e,t,n=!1){let r,i;const o=Oe(e);o?(r=e,i=process.env.NODE_ENV!=="production"?()=>{fn("Write operation failed: computed value is readonly")}:cn):(r=e.get,i=e.set);const u=new Ac(r,i,o||!i,n);return process.env.NODE_ENV!=="production"&&t&&!n&&(u.effect.onTrack=t.onTrack,u.effect.onTrigger=t.onTrigger),u}function Cc(e){var t;dn&&kn&&(e=te(e),sc(kn,(t=e.dep)!=null?t:e.dep=cc(()=>e.dep=void 0,e instanceof Ac?e:void 0),process.env.NODE_ENV!=="production"?{target:e,type:"get",key:"value"}:void 0))}function Vi(e,t=4,n,r){e=te(e);const i=e.dep;i&&ac(i,t,process.env.NODE_ENV!=="production"?{target:e,type:"set",key:"value",newValue:n,oldValue:r}:void 0)}function tt(e){return!!(e&&e.__v_isRef===!0)}function yr(e){return Nc(e,!1)}function Fc(e){return Nc(e,!0)}function Nc(e,t){return tt(e)?e:new s0(e,t)}class s0{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:te(t),this._value=n?t:Jr(t)}get value(){return Cc(this),this._value}set value(t){const n=this.__v_isShallow||Jt(t)||zt(t);if(t=n?t:te(t),ln(t,this._rawValue)){const r=this._rawValue;this._rawValue=t,this._value=n?t:Jr(t),Vi(this,4,t,r)}}}function a0(e){return tt(e)?e.value:e}const c0={get:(e,t,n)=>a0(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const i=e[t];return tt(i)&&!tt(n)?(i.value=n,!0):Reflect.set(e,t,n,r)}};function l0(e){return vr(e)?e:new Proxy(e,c0)}/**
30
30
  * @vue/runtime-core v3.4.35
31
31
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
32
32
  * @license MIT
33
- **/const Pn=[];function h0(e){Pn.push(e)}function p0(){Pn.pop()}let su=!1;function _e(e,...t){if(su)return;su=!0,qr();const n=Pn.length?Pn[Pn.length-1].component:null,r=n&&n.appContext.config.warnHandler,i=m0();if(r)xn(r,n,11,[e+t.map(o=>{var u,s;return(s=(u=o.toString)==null?void 0:u.call(o))!=null?s:JSON.stringify(o)}).join(""),n&&n.proxy,i.map(({vnode:o})=>`at <${qc(n,o.type)}>`).join(`
33
+ **/const Un=[];function f0(e){Un.push(e)}function d0(){Un.pop()}let lu=!1;function De(e,...t){if(lu)return;lu=!0,Xr();const n=Un.length?Un[Un.length-1].component:null,r=n&&n.appContext.config.warnHandler,i=h0();if(r)Vn(r,n,11,[e+t.map(o=>{var u,s;return(s=(u=o.toString)==null?void 0:u.call(o))!=null?s:JSON.stringify(o)}).join(""),n&&n.proxy,i.map(({vnode:o})=>`at <${Qc(n,o.type)}>`).join(`
34
34
  `),i]);else{const o=[`[Vue warn]: ${e}`,...t];i.length&&o.push(`
35
- `,...g0(i)),console.warn(...o)}Gr(),su=!1}function m0(){let e=Pn[Pn.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function g0(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
36
- `],..._0(n))}),t}function _0({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,i=` at <${qc(e.component,e.type,r)}`,o=">"+n;return e.props?[i,...D0(e.props),o]:[i+o]}function D0(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...Ec(r,e[r]))}),n.length>3&&t.push(" ..."),t}function Ec(e,t,n){return wt(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:Qe(t)?(t=Ec(e,te(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):Fe(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=te(t),n?t:[`${e}=`,t])}const au={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",[0]:"setup function",[1]:"render function",[2]:"watcher getter",[3]:"watcher callback",[4]:"watcher cleanup function",[5]:"native event handler",[6]:"component event handler",[7]:"vnode hook",[8]:"directive hook",[9]:"transition hook",[10]:"app errorHandler",[11]:"app warnHandler",[12]:"ref function",[13]:"async component loader",[14]:"scheduler flush",[15]:"component update"};function xn(e,t,n,r){try{return r?e(...r):e()}catch(i){cu(i,t,n)}}function Xr(e,t,n,r){if(Fe(e)){const i=xn(e,t,n,r);return i&&Op(i)&&i.catch(o=>{cu(o,t,n)}),i}if(ge(e)){const i=[];for(let o=0;o<e.length;o++)i.push(Xr(e[o],t,n,r));return i}else process.env.NODE_ENV!=="production"&&_e(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function cu(e,t,n,r=!0){const i=t?t.vnode:null;if(t){let o=t.parent;const u=t.proxy,s=process.env.NODE_ENV!=="production"?au[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const l=o.ec;if(l){for(let f=0;f<l.length;f++)if(l[f](e,u,s)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){qr(),xn(c,null,10,[e,u,s]),Gr();return}}v0(e,n,i,r)}function v0(e,t,n,r=!0){if(process.env.NODE_ENV!=="production"){const i=au[t];if(n&&h0(n),_e(`Unhandled error${i?` during execution of ${i}`:""}`),n&&p0(),r)throw e;console.error(e)}else console.error(e)}let $i=!1,lu=!1;const Ct=[];let dn=0;const Dr=[];let hn=null,kn=0;const bc=Promise.resolve();let fu=null;const y0=100;function E0(e){const t=fu||bc;return e?t.then(this?e.bind(this):e):t}function b0(e){let t=dn+1,n=Ct.length;for(;t<n;){const r=t+n>>>1,i=Ct[r],o=Jr(i);o<e||o===e&&i.pre?t=r+1:n=r}return t}function du(e){(!Ct.length||!Ct.includes(e,$i&&e.allowRecurse?dn+1:dn))&&(e.id==null?Ct.push(e):Ct.splice(b0(e.id),0,e),wc())}function wc(){!$i&&!lu&&(lu=!0,fu=bc.then(Cc))}function Ac(e){ge(e)?Dr.push(...e):(!hn||!hn.includes(e,e.allowRecurse?kn+1:kn))&&Dr.push(e),wc()}function w0(e){if(Dr.length){const t=[...new Set(Dr)].sort((n,r)=>Jr(n)-Jr(r));if(Dr.length=0,hn){hn.push(...t);return}for(hn=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),kn=0;kn<hn.length;kn++){const n=hn[kn];process.env.NODE_ENV!=="production"&&Fc(e,n)||n.active!==!1&&n()}hn=null,kn=0}}const Jr=e=>e.id==null?1/0:e.id,A0=(e,t)=>{const n=Jr(e)-Jr(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Cc(e){lu=!1,$i=!0,process.env.NODE_ENV!=="production"&&(e=e||new Map),Ct.sort(A0);const t=process.env.NODE_ENV!=="production"?n=>Fc(e,n):un;try{for(dn=0;dn<Ct.length;dn++){const n=Ct[dn];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&t(n))continue;xn(n,n.i,n.i?15:14)}}}finally{dn=0,Ct.length=0,w0(e),$i=!1,fu=null,(Ct.length||Dr.length)&&Cc(e)}}function Fc(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>y0){const r=t.i,i=r&&Wc(r.type);return cu(`Maximum recursive updates exceeded${i?` in component <${i}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}const hu=new Map;process.env.NODE_ENV!=="production"&&(Xa().__VUE_HMR_RUNTIME__={createRecord:pu(C0),rerender:pu(F0),reload:pu(N0)});const Ui=new Map;function C0(e,t){return Ui.has(e)?!1:(Ui.set(e,{initialDef:Vi(t),instances:new Set}),!0)}function Vi(e){return Gc(e)?e.__vccOpts:e}function F0(e,t){const n=Ui.get(e);!n||(n.initialDef.render=t,[...n.instances].forEach(r=>{t&&(r.render=t,Vi(r.type).render=t),r.renderCache=[],r.effect.dirty=!0,r.update()}))}function N0(e,t){const n=Ui.get(e);if(!n)return;t=Vi(t),Nc(n.initialDef,t);const r=[...n.instances];for(let i=0;i<r.length;i++){const o=r[i],u=Vi(o.type);let s=hu.get(u);s||(u!==n.initialDef&&Nc(u,t),hu.set(u,s=new Set)),s.add(o),o.appContext.propsCache.delete(o.type),o.appContext.emitsCache.delete(o.type),o.appContext.optionsCache.delete(o.type),o.ceReload?(s.add(o),o.ceReload(t.styles),s.delete(o)):o.parent?(o.parent.effect.dirty=!0,du(()=>{o.parent.update(),s.delete(o)})):o.appContext.reload?o.appContext.reload():typeof window!="undefined"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Ac(()=>{hu.clear()})}function Nc(e,t){gt(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function pu(e){return(t,n)=>{try{return e(t,n)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let vr,ji=[];function Oc(e,t){var n,r;vr=e,vr?(vr.enabled=!0,ji.forEach(({event:i,args:o})=>vr.emit(i,...o)),ji=[]):typeof window!="undefined"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(o=>{Oc(o,t)}),setTimeout(()=>{vr||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,ji=[])},3e3)):ji=[]}let Bt=null,O0=null;function Ic(e,t){e.shapeFlag&6&&e.component?Ic(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function mu(e,t){return Fe(e)?(()=>gt({name:e.name},t,{setup:e}))():e}function I0(e,t,n=Un,r=!1){if(n){const i=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...u)=>{qr();const s=Hc(n),c=Xr(t,n,e,u);return s(),Gr(),c});return r?i.unshift(o):i.push(o),o}else if(process.env.NODE_ENV!=="production"){const i=Tp(au[e].replace(/ hook$/,""));_e(`${i} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const gu=e=>(t,n=Un)=>{(!Xi||e==="sp")&&I0(e,(...r)=>t(...r),n)},S0=gu("bm"),T0=gu("m"),M0=gu("um"),R0=Symbol.for("v-ndc"),_u=e=>e?nm(e)?rm(e):_u(e.parent):null,zr=gt(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?xi(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?xi(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?xi(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?xi(e.refs):e.refs,$parent:e=>_u(e.parent),$root:e=>_u(e.root),$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?x0(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,du(e.update)}),$nextTick:e=>e.n||(e.n=E0.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?G0.bind(e):un}),B0=e=>e==="_"||e==="$",Du=(e,t)=>e!==Rt&&!e.__isScriptSetup&&Ce(e,t),L0={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:i,props:o,accessCache:u,type:s,appContext:c}=e;if(process.env.NODE_ENV!=="production"&&t==="__isVue")return!0;let l;if(t[0]!=="$"){const h=u[t];if(h!==void 0)switch(h){case 1:return r[t];case 2:return i[t];case 4:return n[t];case 3:return o[t]}else{if(Du(r,t))return u[t]=1,r[t];if(i!==Rt&&Ce(i,t))return u[t]=2,i[t];if((l=e.propsOptions[0])&&Ce(l,t))return u[t]=3,o[t];if(n!==Rt&&Ce(n,t))return u[t]=4,n[t];(!__VUE_OPTIONS_API__||P0)&&(u[t]=0)}}const f=zr[t];let a,d;if(f)return t==="$attrs"?(Ve(e.attrs,"get",""),process.env.NODE_ENV!=="production"&&void 0):process.env.NODE_ENV!=="production"&&t==="$slots"&&Ve(e,"get",t),f(e);if((a=s.__cssModules)&&(a=a[t]))return a;if(n!==Rt&&Ce(n,t))return u[t]=4,n[t];if(d=c.config.globalProperties,Ce(d,t))return d[t];process.env.NODE_ENV!=="production"&&Bt&&(!wt(t)||t.indexOf("__v")!==0)&&(i!==Rt&&B0(t[0])&&Ce(i,t)?_e(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===Bt&&_e(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:r,setupState:i,ctx:o}=e;return Du(i,t)?(i[t]=n,!0):process.env.NODE_ENV!=="production"&&i.__isScriptSetup&&Ce(i,t)?(_e(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==Rt&&Ce(r,t)?(r[t]=n,!0):Ce(e.props,t)?(process.env.NODE_ENV!=="production"&&_e(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(process.env.NODE_ENV!=="production"&&_e(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(process.env.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(o,t,{enumerable:!0,configurable:!0,value:n}):o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:i,propsOptions:o}},u){let s;return!!n[u]||e!==Rt&&Ce(e,u)||Du(t,u)||(s=o[0])&&Ce(s,u)||Ce(r,u)||Ce(zr,u)||Ce(i.config.globalProperties,u)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Ce(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};process.env.NODE_ENV!=="production"&&(L0.ownKeys=e=>(_e("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function Sc(e){return ge(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let P0=!0;function x0(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:i,optionsCache:o,config:{optionMergeStrategies:u}}=e.appContext,s=o.get(t);let c;return s?c=s:!i.length&&!n&&!r?c=t:(c={},i.length&&i.forEach(l=>Hi(c,l,u,!0)),Hi(c,t,u)),Ke(t)&&o.set(t,c),c}function Hi(e,t,n,r=!1){const{mixins:i,extends:o}=t;o&&Hi(e,o,n,!0),i&&i.forEach(u=>Hi(e,u,n,!0));for(const u in t)if(r&&u==="expose")process.env.NODE_ENV!=="production"&&_e('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const s=k0[u]||n&&n[u];e[u]=s?s(e[u],t[u]):t[u]}return e}const k0={data:Tc,props:Rc,emits:Rc,methods:Zr,computed:Zr,beforeCreate:Xe,created:Xe,beforeMount:Xe,mounted:Xe,beforeUpdate:Xe,updated:Xe,beforeDestroy:Xe,beforeUnmount:Xe,destroyed:Xe,unmounted:Xe,activated:Xe,deactivated:Xe,errorCaptured:Xe,serverPrefetch:Xe,components:Zr,directives:Zr,watch:U0,provide:Tc,inject:$0};function Tc(e,t){return t?e?function(){return gt(Fe(e)?e.call(this,this):e,Fe(t)?t.call(this,this):t)}:t:e}function $0(e,t){return Zr(Mc(e),Mc(t))}function Mc(e){if(ge(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Xe(e,t){return e?[...new Set([].concat(e,t))]:t}function Zr(e,t){return e?gt(Object.create(null),e,t):t}function Rc(e,t){return e?ge(e)&&ge(t)?[...new Set([...e,...t])]:gt(Object.create(null),Sc(e),Sc(t!=null?t:{})):t}function U0(e,t){if(!e)return t;if(!t)return e;const n=gt(Object.create(null),e);for(const r in t)n[r]=Xe(e[r],t[r]);return n}function V0(){return{app:null,config:{isNativeTag:wp,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Bc=null;function Lc(e,t,n=!1){const r=Un||Bt;if(r||Bc){const i=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Bc._context.provides;if(i&&e in i)return i[e];if(arguments.length>1)return n&&Fe(t)?t.call(r&&r.proxy):t;process.env.NODE_ENV!=="production"&&_e(`injection "${String(e)}" not found.`)}else process.env.NODE_ENV!=="production"&&_e("inject() can only be used inside setup() or functional components.")}const j0={},Pc=e=>Object.getPrototypeOf(e)===j0,H0=e=>e.__isTeleport,xc=J0,W0=Symbol.for("v-scx"),q0=()=>{{const e=Lc(W0);return e||process.env.NODE_ENV!=="production"&&_e("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},Wi={};function vu(e,t,n){return process.env.NODE_ENV!=="production"&&!Fe(t)&&_e("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),kc(e,t,n)}function kc(e,t,{immediate:n,deep:r,flush:i,once:o,onTrack:u,onTrigger:s}=Rt){if(t&&o){const C=t;t=(...M)=>{C(...M),F()}}process.env.NODE_ENV!=="production"&&r!==void 0&&typeof r=="number"&&_e('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),process.env.NODE_ENV!=="production"&&!t&&(n!==void 0&&_e('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&_e('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&_e('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const c=C=>{_e("Invalid watch source: ",C,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},l=Un,f=C=>r===!0?C:$n(C,r===!1?1:void 0);let a,d=!1,h=!1;if(Qe(e)?(a=()=>e.value,d=Gt(e)):gr(e)?(a=()=>f(e),d=!0):ge(e)?(h=!0,d=e.some(C=>gr(C)||Gt(C)),a=()=>e.map(C=>{if(Qe(C))return C.value;if(gr(C))return f(C);if(Fe(C))return xn(C,l,2);process.env.NODE_ENV!=="production"&&c(C)})):Fe(e)?t?a=()=>xn(e,l,2):a=()=>(m&&m(),Xr(e,l,3,[g])):(a=un,process.env.NODE_ENV!=="production"&&c(e)),t&&r){const C=a;a=()=>$n(C())}let m,g=C=>{m=v.onStop=()=>{xn(C,l,4),m=v.onStop=void 0}},E;if(Xi)if(g=un,t?n&&Xr(t,l,3,[a(),h?[]:void 0,g]):a(),i==="sync"){const C=q0();E=C.__watcherHandles||(C.__watcherHandles=[])}else return un;let p=h?new Array(e.length).fill(Wi):Wi;const y=()=>{if(!(!v.active||!v.dirty))if(t){const C=v.run();(r||d||(h?C.some((M,R)=>sn(M,p[R])):sn(C,p)))&&(m&&m(),Xr(t,l,3,[C,p===Wi?void 0:h&&p[0]===Wi?[]:p,g]),p=C)}else v.run()};y.allowRecurse=!!t;let _;i==="sync"?_=y:i==="post"?_=()=>xc(y,l&&l.suspense):(y.pre=!0,l&&(y.id=l.uid),_=()=>du(y));const v=new Ja(a,un,_),w=Up(),F=()=>{v.stop(),w&&Cp(w.effects,v)};return process.env.NODE_ENV!=="production"&&(v.onTrack=u,v.onTrigger=s),t?n?y():p=v.run():i==="post"?xc(v.run.bind(v),l&&l.suspense):v.run(),E&&E.push(F),F}function G0(e,t,n){const r=this.proxy,i=wt(e)?e.includes(".")?K0(r,e):()=>r[e]:e.bind(r,r);let o;Fe(t)?o=t:(o=t.handler,n=t);const u=Hc(this),s=kc(i,o.bind(r),n);return u(),s}function K0(e,t){const n=t.split(".");return()=>{let r=e;for(let i=0;i<n.length&&r;i++)r=r[n[i]];return r}}function $n(e,t=1/0,n){if(t<=0||!Ke(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Qe(e))$n(e.value,t,n);else if(ge(e))for(let r=0;r<e.length;r++)$n(e[r],t,n);else if(Np(e)||mr(e))e.forEach(r=>{$n(r,t,n)});else if(Sp(e)){for(const r in e)$n(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&$n(e[r],t,n)}return e}function ME(){}const X0=e=>e.__isSuspense;function J0(e,t){t&&t.pendingBranch?ge(e)?t.effects.push(...e):t.effects.push(e):Ac(e)}const qi=Symbol.for("v-fgt"),$c=Symbol.for("v-txt"),z0=Symbol.for("v-cmt");let yr=null;function yu(e){return e?e.__v_isVNode===!0:!1}const Z0=(...e)=>Vc(...e),Uc=({key:e})=>e!=null?e:null,Gi=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?wt(e)||Qe(e)||Fe(e)?{i:Bt,r:e,k:t,f:!!n}:e:null);function Q0(e,t=null,n=null,r=0,i=null,o=e===qi?0:1,u=!1,s=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Uc(t),ref:t&&Gi(t),scopeId:O0,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Bt};return s?(Eu(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=wt(n)?8:16),process.env.NODE_ENV!=="production"&&c.key!==c.key&&_e("VNode created with invalid key (NaN). VNode type:",c.type),!u&&yr&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&yr.push(c),c}const Er=process.env.NODE_ENV!=="production"?Z0:Vc;function Vc(e,t=null,n=null,r=0,i=null,o=!1){if((!e||e===R0)&&(process.env.NODE_ENV!=="production"&&!e&&_e(`Invalid vnode type when creating vnode: ${e}.`),e=z0),yu(e)){const s=Ki(e,t,!0);return n&&Eu(s,n),!o&&yr&&(s.shapeFlag&6?yr[yr.indexOf(e)]=s:yr.push(s)),s.patchFlag=-2,s}if(Gc(e)&&(e=e.__vccOpts),t){t=Y0(t);let{class:s,style:c}=t;s&&!wt(s)&&(t.class=Jo(s)),Ke(c)&&(ou(c)&&!ge(c)&&(c=gt({},c)),t.style=Xo(c))}const u=wt(e)?1:X0(e)?128:H0(e)?64:Ke(e)?4:Fe(e)?2:0;return process.env.NODE_ENV!=="production"&&u&4&&ou(e)&&(e=te(e),_e("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
37
- Component that was made reactive: `,e)),Q0(e,t,n,r,i,u,o,!0)}function Y0(e){return e?ou(e)||Pc(e)?gt({},e):e:null}function Ki(e,t,n=!1,r=!1){const{props:i,ref:o,patchFlag:u,children:s,transition:c}=e,l=t?tm(i||{},t):i,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Uc(l),ref:t&&t.ref?n&&o?ge(o)?o.concat(Gi(t)):[o,Gi(t)]:Gi(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&u===-1&&ge(s)?s.map(jc):s,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==qi?u===-1?16:u|16:u,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ki(e.ssContent),ssFallback:e.ssFallback&&Ki(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&r&&Ic(f,c.clone(f)),f}function jc(e){const t=Ki(e);return ge(e.children)&&(t.children=e.children.map(jc)),t}function em(e=" ",t=0){return Er($c,null,e,t)}function Eu(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(ge(t))n=16;else if(typeof t=="object")if(r&65){const i=t.default;i&&(i._c&&(i._d=!1),Eu(e,i()),i._c&&(i._d=!0));return}else{n=32;const i=t._;!i&&!Pc(t)?t._ctx=Bt:i===3&&Bt&&(Bt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Fe(t)?(t={default:t,_ctx:Bt},n=32):(t=String(t),r&64?(n=16,t=[em(t)]):n=8);e.children=t,e.shapeFlag|=n}function tm(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const i in r)if(i==="class")t.class!==r.class&&(t.class=Jo([t.class,r.class]));else if(i==="style")t.style=Xo([t.style,r.style]);else if(Ap(i)){const o=t[i],u=r[i];u&&o!==u&&!(ge(o)&&o.includes(u))&&(t[i]=o?[].concat(o,u):u)}else i!==""&&(t[i]=r[i])}return t}V0();let Un=null;const br=()=>Un||Bt;let bu;{const e=Xa(),t=(n,r)=>{let i;return(i=e[n])||(i=e[n]=[]),i.push(r),o=>{i.length>1?i.forEach(u=>u(o)):i[0](o)}};bu=t("__VUE_INSTANCE_SETTERS__",n=>Un=n),t("__VUE_SSR_SETTERS__",n=>Xi=n)}const Hc=e=>{const t=Un;return bu(e),e.scope.on(),()=>{e.scope.off(),bu(t)}};function nm(e){return e.vnode.shapeFlag&4}let Xi=!1;process.env.NODE_ENV;function rm(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(d0(u0(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in zr)return zr[n](e)},has(t,n){return n in t||n in zr}})):e.proxy}const im=/(?:^|[-_])(\w)/g,om=e=>e.replace(im,t=>t.toUpperCase()).replace(/[-_]/g,"");function Wc(e,t=!0){return Fe(e)?e.displayName||e.name:e.name||t&&e.__name}function qc(e,t,n=!1){let r=Wc(t);if(!r&&t.__file){const i=t.__file.match(/([^/\\]+)\.\w+$/);i&&(r=i[1])}if(!r&&e&&e.parent){const i=o=>{for(const u in o)if(o[u]===t)return u};r=i(e.components||e.parent.type.components)||i(e.appContext.components)}return r?om(r):n?"App":"Anonymous"}function Gc(e){return Fe(e)&&"__vccOpts"in e}const Lt=(e,t)=>{const n=a0(e,t,Xi);if(process.env.NODE_ENV!=="production"){const r=br();r&&r.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function Kc(e,t,n){const r=arguments.length;return r===2?Ke(t)&&!ge(t)?yu(t)?Er(e,null,[t]):Er(e,t):Er(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&yu(n)&&(n=[n]),Er(e,t,n))}function um(){if(process.env.NODE_ENV==="production"||typeof window=="undefined")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},r={style:"color:#eb2f96"},i={__vue_custom_formatter:!0,header(a){return Ke(a)?a.__isVue?["div",e,"VueInstance"]:Qe(a)?["div",{},["span",e,f(a)],"<",s(a.value),">"]:gr(a)?["div",{},["span",e,Gt(a)?"ShallowReactive":"Reactive"],"<",s(a),`>${qt(a)?" (readonly)":""}`]:qt(a)?["div",{},["span",e,Gt(a)?"ShallowReadonly":"Readonly"],"<",s(a),">"]:null:null},hasBody(a){return a&&a.__isVue},body(a){if(a&&a.__isVue)return["div",{},...o(a.$)]}};function o(a){const d=[];a.type.props&&a.props&&d.push(u("props",te(a.props))),a.setupState!==Rt&&d.push(u("setup",a.setupState)),a.data!==Rt&&d.push(u("data",te(a.data)));const h=c(a,"computed");h&&d.push(u("computed",h));const m=c(a,"inject");return m&&d.push(u("injected",m)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:a}]]),d}function u(a,d){return d=gt({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},a],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(h=>["div",{},["span",r,h+": "],s(d[h],!1)])]]:["span",{}]}function s(a,d=!0){return typeof a=="number"?["span",t,a]:typeof a=="string"?["span",n,JSON.stringify(a)]:typeof a=="boolean"?["span",r,a]:Ke(a)?["object",{object:d?te(a):a}]:["span",n,String(a)]}function c(a,d){const h=a.type;if(Fe(h))return;const m={};for(const g in a.ctx)l(h,g,d)&&(m[g]=a.ctx[g]);return m}function l(a,d,h){const m=a[h];if(ge(m)&&m.includes(d)||Ke(m)&&d in m||a.extends&&l(a.extends,d,h)||a.mixins&&a.mixins.some(g=>l(g,d,h)))return!0}function f(a){return Gt(a)?"ShallowRef":a.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(i):window.devtoolsFormatters=[i]}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;/**
35
+ `,...p0(i)),console.warn(...o)}zr(),lu=!1}function h0(){let e=Un[Un.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function p0(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
36
+ `],...m0(n))}),t}function m0({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,i=` at <${Qc(e.component,e.type,r)}`,o=">"+n;return e.props?[i,...g0(e.props),o]:[i+o]}function g0(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...Oc(r,e[r]))}),n.length>3&&t.push(" ..."),t}function Oc(e,t,n){return Nt(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:tt(t)?(t=Oc(e,te(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):Oe(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=te(t),n?t:[`${e}=`,t])}const fu={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",[0]:"setup function",[1]:"render function",[2]:"watcher getter",[3]:"watcher callback",[4]:"watcher cleanup function",[5]:"native event handler",[6]:"component event handler",[7]:"vnode hook",[8]:"directive hook",[9]:"transition hook",[10]:"app errorHandler",[11]:"app warnHandler",[12]:"ref function",[13]:"async component loader",[14]:"scheduler flush",[15]:"component update"};function Vn(e,t,n,r){try{return r?e(...r):e()}catch(i){du(i,t,n)}}function Zr(e,t,n,r){if(Oe(e)){const i=Vn(e,t,n,r);return i&&Fp(i)&&i.catch(o=>{du(o,t,n)}),i}if(_e(e)){const i=[];for(let o=0;o<e.length;o++)i.push(Zr(e[o],t,n,r));return i}else process.env.NODE_ENV!=="production"&&De(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function du(e,t,n,r=!0){const i=t?t.vnode:null;if(t){let o=t.parent;const u=t.proxy,s=process.env.NODE_ENV!=="production"?fu[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const f=o.ec;if(f){for(let l=0;l<f.length;l++)if(f[l](e,u,s)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){Xr(),Vn(c,null,10,[e,u,s]),zr();return}}_0(e,n,i,r)}function _0(e,t,n,r=!0){if(process.env.NODE_ENV!=="production"){const i=fu[t];if(n&&f0(n),De(`Unhandled error${i?` during execution of ${i}`:""}`),n&&d0(),r)throw e;console.error(e)}else console.error(e)}let ji=!1,hu=!1;const It=[];let mn=0;const Er=[];let gn=null,jn=0;const Ic=Promise.resolve();let pu=null;const D0=100;function v0(e){const t=pu||Ic;return e?t.then(this?e.bind(this):e):t}function y0(e){let t=mn+1,n=It.length;for(;t<n;){const r=t+n>>>1,i=It[r],o=Qr(i);o<e||o===e&&i.pre?t=r+1:n=r}return t}function mu(e){(!It.length||!It.includes(e,ji&&e.allowRecurse?mn+1:mn))&&(e.id==null?It.push(e):It.splice(y0(e.id),0,e),Sc())}function Sc(){!ji&&!hu&&(hu=!0,pu=Ic.then(Mc))}function Tc(e){_e(e)?Er.push(...e):(!gn||!gn.includes(e,e.allowRecurse?jn+1:jn))&&Er.push(e),Sc()}function E0(e){if(Er.length){const t=[...new Set(Er)].sort((n,r)=>Qr(n)-Qr(r));if(Er.length=0,gn){gn.push(...t);return}for(gn=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),jn=0;jn<gn.length;jn++){const n=gn[jn];process.env.NODE_ENV!=="production"&&Rc(e,n)||n.active!==!1&&n()}gn=null,jn=0}}const Qr=e=>e.id==null?1/0:e.id,b0=(e,t)=>{const n=Qr(e)-Qr(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Mc(e){hu=!1,ji=!0,process.env.NODE_ENV!=="production"&&(e=e||new Map),It.sort(b0);const t=process.env.NODE_ENV!=="production"?n=>Rc(e,n):cn;try{for(mn=0;mn<It.length;mn++){const n=It[mn];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&t(n))continue;Vn(n,n.i,n.i?15:14)}}}finally{mn=0,It.length=0,E0(e),ji=!1,pu=null,(It.length||Er.length)&&Mc(e)}}function Rc(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>D0){const r=t.i,i=r&&Zc(r.type);return du(`Maximum recursive updates exceeded${i?` in component <${i}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}const gu=new Map;process.env.NODE_ENV!=="production"&&(tc().__VUE_HMR_RUNTIME__={createRecord:_u(w0),rerender:_u(A0),reload:_u(C0)});const Hi=new Map;function w0(e,t){return Hi.has(e)?!1:(Hi.set(e,{initialDef:Wi(t),instances:new Set}),!0)}function Wi(e){return Yc(e)?e.__vccOpts:e}function A0(e,t){const n=Hi.get(e);!n||(n.initialDef.render=t,[...n.instances].forEach(r=>{t&&(r.render=t,Wi(r.type).render=t),r.renderCache=[],r.effect.dirty=!0,r.update()}))}function C0(e,t){const n=Hi.get(e);if(!n)return;t=Wi(t),Bc(n.initialDef,t);const r=[...n.instances];for(let i=0;i<r.length;i++){const o=r[i],u=Wi(o.type);let s=gu.get(u);s||(u!==n.initialDef&&Bc(u,t),gu.set(u,s=new Set)),s.add(o),o.appContext.propsCache.delete(o.type),o.appContext.emitsCache.delete(o.type),o.appContext.optionsCache.delete(o.type),o.ceReload?(s.add(o),o.ceReload(t.styles),s.delete(o)):o.parent?(o.parent.effect.dirty=!0,mu(()=>{o.parent.update(),s.delete(o)})):o.appContext.reload?o.appContext.reload():typeof window!="undefined"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Tc(()=>{gu.clear()})}function Bc(e,t){yt(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function _u(e){return(t,n)=>{try{return e(t,n)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let br,qi=[];function Lc(e,t){var n,r;br=e,br?(br.enabled=!0,qi.forEach(({event:i,args:o})=>br.emit(i,...o)),qi=[]):typeof window!="undefined"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(o=>{Lc(o,t)}),setTimeout(()=>{br||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,qi=[])},3e3)):qi=[]}let kt=null,F0=null;function Pc(e,t){e.shapeFlag&6&&e.component?Pc(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Du(e,t){return Oe(e)?(()=>yt({name:e.name},t,{setup:e}))():e}function N0(e,t,n=Wn,r=!1){if(n){const i=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...u)=>{Xr();const s=Jc(n),c=Zr(t,n,e,u);return s(),zr(),c});return r?i.unshift(o):i.push(o),o}else if(process.env.NODE_ENV!=="production"){const i=Ip(fu[e].replace(/ hook$/,""));De(`${i} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const vu=e=>(t,n=Wn)=>{(!Zi||e==="sp")&&N0(e,(...r)=>t(...r),n)},O0=vu("bm"),I0=vu("m"),S0=vu("um"),T0=Symbol.for("v-ndc"),yu=e=>e?em(e)?tm(e):yu(e.parent):null,Yr=yt(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?Ui(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?Ui(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?Ui(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?Ui(e.refs):e.refs,$parent:e=>yu(e.parent),$root:e=>yu(e.root),$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?L0(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,mu(e.update)}),$nextTick:e=>e.n||(e.n=v0.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?W0.bind(e):cn}),M0=e=>e==="_"||e==="$",Eu=(e,t)=>e!==xt&&!e.__isScriptSetup&&Ne(e,t),R0={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:i,props:o,accessCache:u,type:s,appContext:c}=e;if(process.env.NODE_ENV!=="production"&&t==="__isVue")return!0;let f;if(t[0]!=="$"){const h=u[t];if(h!==void 0)switch(h){case 1:return r[t];case 2:return i[t];case 4:return n[t];case 3:return o[t]}else{if(Eu(r,t))return u[t]=1,r[t];if(i!==xt&&Ne(i,t))return u[t]=2,i[t];if((f=e.propsOptions[0])&&Ne(f,t))return u[t]=3,o[t];if(n!==xt&&Ne(n,t))return u[t]=4,n[t];(!__VUE_OPTIONS_API__||B0)&&(u[t]=0)}}const l=Yr[t];let a,d;if(l)return t==="$attrs"?(He(e.attrs,"get",""),process.env.NODE_ENV!=="production"&&void 0):process.env.NODE_ENV!=="production"&&t==="$slots"&&He(e,"get",t),l(e);if((a=s.__cssModules)&&(a=a[t]))return a;if(n!==xt&&Ne(n,t))return u[t]=4,n[t];if(d=c.config.globalProperties,Ne(d,t))return d[t];process.env.NODE_ENV!=="production"&&kt&&(!Nt(t)||t.indexOf("__v")!==0)&&(i!==xt&&M0(t[0])&&Ne(i,t)?De(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===kt&&De(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:r,setupState:i,ctx:o}=e;return Eu(i,t)?(i[t]=n,!0):process.env.NODE_ENV!=="production"&&i.__isScriptSetup&&Ne(i,t)?(De(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==xt&&Ne(r,t)?(r[t]=n,!0):Ne(e.props,t)?(process.env.NODE_ENV!=="production"&&De(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(process.env.NODE_ENV!=="production"&&De(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(process.env.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(o,t,{enumerable:!0,configurable:!0,value:n}):o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:i,propsOptions:o}},u){let s;return!!n[u]||e!==xt&&Ne(e,u)||Eu(t,u)||(s=o[0])&&Ne(s,u)||Ne(r,u)||Ne(Yr,u)||Ne(i.config.globalProperties,u)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Ne(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};process.env.NODE_ENV!=="production"&&(R0.ownKeys=e=>(De("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function xc(e){return _e(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let B0=!0;function L0(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:i,optionsCache:o,config:{optionMergeStrategies:u}}=e.appContext,s=o.get(t);let c;return s?c=s:!i.length&&!n&&!r?c=t:(c={},i.length&&i.forEach(f=>Gi(c,f,u,!0)),Gi(c,t,u)),ze(t)&&o.set(t,c),c}function Gi(e,t,n,r=!1){const{mixins:i,extends:o}=t;o&&Gi(e,o,n,!0),i&&i.forEach(u=>Gi(e,u,n,!0));for(const u in t)if(r&&u==="expose")process.env.NODE_ENV!=="production"&&De('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const s=P0[u]||n&&n[u];e[u]=s?s(e[u],t[u]):t[u]}return e}const P0={data:kc,props:Uc,emits:Uc,methods:ei,computed:ei,beforeCreate:Je,created:Je,beforeMount:Je,mounted:Je,beforeUpdate:Je,updated:Je,beforeDestroy:Je,beforeUnmount:Je,destroyed:Je,unmounted:Je,activated:Je,deactivated:Je,errorCaptured:Je,serverPrefetch:Je,components:ei,directives:ei,watch:k0,provide:kc,inject:x0};function kc(e,t){return t?e?function(){return yt(Oe(e)?e.call(this,this):e,Oe(t)?t.call(this,this):t)}:t:e}function x0(e,t){return ei($c(e),$c(t))}function $c(e){if(_e(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Je(e,t){return e?[...new Set([].concat(e,t))]:t}function ei(e,t){return e?yt(Object.create(null),e,t):t}function Uc(e,t){return e?_e(e)&&_e(t)?[...new Set([...e,...t])]:yt(Object.create(null),xc(e),xc(t!=null?t:{})):t}function k0(e,t){if(!e)return t;if(!t)return e;const n=yt(Object.create(null),e);for(const r in t)n[r]=Je(e[r],t[r]);return n}function $0(){return{app:null,config:{isNativeTag:Ep,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Vc=null;function jc(e,t,n=!1){const r=Wn||kt;if(r||Vc){const i=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Vc._context.provides;if(i&&e in i)return i[e];if(arguments.length>1)return n&&Oe(t)?t.call(r&&r.proxy):t;process.env.NODE_ENV!=="production"&&De(`injection "${String(e)}" not found.`)}else process.env.NODE_ENV!=="production"&&De("inject() can only be used inside setup() or functional components.")}const U0={},Hc=e=>Object.getPrototypeOf(e)===U0,V0=e=>e.__isTeleport,Wc=K0,j0=Symbol.for("v-scx"),H0=()=>{{const e=jc(j0);return e||process.env.NODE_ENV!=="production"&&De("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},Ki={};function bu(e,t,n){return process.env.NODE_ENV!=="production"&&!Oe(t)&&De("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),qc(e,t,n)}function qc(e,t,{immediate:n,deep:r,flush:i,once:o,onTrack:u,onTrigger:s}=xt){if(t&&o){const O=t;t=(...M)=>{O(...M),N()}}process.env.NODE_ENV!=="production"&&r!==void 0&&typeof r=="number"&&De('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),process.env.NODE_ENV!=="production"&&!t&&(n!==void 0&&De('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&De('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&De('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const c=O=>{De("Invalid watch source: ",O,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},f=Wn,l=O=>r===!0?O:Hn(O,r===!1?1:void 0);let a,d=!1,h=!1;if(tt(e)?(a=()=>e.value,d=Jt(e)):vr(e)?(a=()=>l(e),d=!0):_e(e)?(h=!0,d=e.some(O=>vr(O)||Jt(O)),a=()=>e.map(O=>{if(tt(O))return O.value;if(vr(O))return l(O);if(Oe(O))return Vn(O,f,2);process.env.NODE_ENV!=="production"&&c(O)})):Oe(e)?t?a=()=>Vn(e,f,2):a=()=>(p&&p(),Zr(e,f,3,[g])):(a=cn,process.env.NODE_ENV!=="production"&&c(e)),t&&r){const O=a;a=()=>Hn(O())}let p,g=O=>{p=y.onStop=()=>{Vn(O,f,4),p=y.onStop=void 0}},D;if(Zi)if(g=cn,t?n&&Zr(t,f,3,[a(),h?[]:void 0,g]):a(),i==="sync"){const O=H0();D=O.__watcherHandles||(O.__watcherHandles=[])}else return cn;let m=h?new Array(e.length).fill(Ki):Ki;const A=()=>{if(!(!y.active||!y.dirty))if(t){const O=y.run();(r||d||(h?O.some((M,R)=>ln(M,m[R])):ln(O,m)))&&(p&&p(),Zr(t,f,3,[O,m===Ki?void 0:h&&m[0]===Ki?[]:m,g]),m=O)}else y.run()};A.allowRecurse=!!t;let v;i==="sync"?v=A:i==="post"?v=()=>Wc(A,f&&f.suspense):(A.pre=!0,f&&(A.id=f.uid),v=()=>mu(A));const y=new nc(a,cn,v),I=kp(),N=()=>{y.stop(),I&&wp(I.effects,y)};return process.env.NODE_ENV!=="production"&&(y.onTrack=u,y.onTrigger=s),t?n?A():m=y.run():i==="post"?Wc(y.run.bind(y),f&&f.suspense):y.run(),D&&D.push(N),N}function W0(e,t,n){const r=this.proxy,i=Nt(e)?e.includes(".")?q0(r,e):()=>r[e]:e.bind(r,r);let o;Oe(t)?o=t:(o=t.handler,n=t);const u=Jc(this),s=qc(i,o.bind(r),n);return u(),s}function q0(e,t){const n=t.split(".");return()=>{let r=e;for(let i=0;i<n.length&&r;i++)r=r[n[i]];return r}}function Hn(e,t=1/0,n){if(t<=0||!ze(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,tt(e))Hn(e.value,t,n);else if(_e(e))for(let r=0;r<e.length;r++)Hn(e[r],t,n);else if(Cp(e)||Dr(e))e.forEach(r=>{Hn(r,t,n)});else if(Op(e)){for(const r in e)Hn(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Hn(e[r],t,n)}return e}function RE(){}const G0=e=>e.__isSuspense;function K0(e,t){t&&t.pendingBranch?_e(e)?t.effects.push(...e):t.effects.push(e):Tc(e)}const Xi=Symbol.for("v-fgt"),Gc=Symbol.for("v-txt"),X0=Symbol.for("v-cmt");let wr=null;function wu(e){return e?e.__v_isVNode===!0:!1}const z0=(...e)=>Xc(...e),Kc=({key:e})=>e!=null?e:null,zi=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Nt(e)||tt(e)||Oe(e)?{i:kt,r:e,k:t,f:!!n}:e:null);function J0(e,t=null,n=null,r=0,i=null,o=e===Xi?0:1,u=!1,s=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Kc(t),ref:t&&zi(t),scopeId:F0,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:kt};return s?(Au(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=Nt(n)?8:16),process.env.NODE_ENV!=="production"&&c.key!==c.key&&De("VNode created with invalid key (NaN). VNode type:",c.type),!u&&wr&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&wr.push(c),c}const Ar=process.env.NODE_ENV!=="production"?z0:Xc;function Xc(e,t=null,n=null,r=0,i=null,o=!1){if((!e||e===T0)&&(process.env.NODE_ENV!=="production"&&!e&&De(`Invalid vnode type when creating vnode: ${e}.`),e=X0),wu(e)){const s=Ji(e,t,!0);return n&&Au(s,n),!o&&wr&&(s.shapeFlag&6?wr[wr.indexOf(e)]=s:wr.push(s)),s.patchFlag=-2,s}if(Yc(e)&&(e=e.__vccOpts),t){t=Z0(t);let{class:s,style:c}=t;s&&!Nt(s)&&(t.class=Qo(s)),ze(c)&&(au(c)&&!_e(c)&&(c=yt({},c)),t.style=Zo(c))}const u=Nt(e)?1:G0(e)?128:V0(e)?64:ze(e)?4:Oe(e)?2:0;return process.env.NODE_ENV!=="production"&&u&4&&au(e)&&(e=te(e),De("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
37
+ Component that was made reactive: `,e)),J0(e,t,n,r,i,u,o,!0)}function Z0(e){return e?au(e)||Hc(e)?yt({},e):e:null}function Ji(e,t,n=!1,r=!1){const{props:i,ref:o,patchFlag:u,children:s,transition:c}=e,f=t?Y0(i||{},t):i,l={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&Kc(f),ref:t&&t.ref?n&&o?_e(o)?o.concat(zi(t)):[o,zi(t)]:zi(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&u===-1&&_e(s)?s.map(zc):s,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Xi?u===-1?16:u|16:u,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ji(e.ssContent),ssFallback:e.ssFallback&&Ji(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&r&&Pc(l,c.clone(l)),l}function zc(e){const t=Ji(e);return _e(e.children)&&(t.children=e.children.map(zc)),t}function Q0(e=" ",t=0){return Ar(Gc,null,e,t)}function Au(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(_e(t))n=16;else if(typeof t=="object")if(r&65){const i=t.default;i&&(i._c&&(i._d=!1),Au(e,i()),i._c&&(i._d=!0));return}else{n=32;const i=t._;!i&&!Hc(t)?t._ctx=kt:i===3&&kt&&(kt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Oe(t)?(t={default:t,_ctx:kt},n=32):(t=String(t),r&64?(n=16,t=[Q0(t)]):n=8);e.children=t,e.shapeFlag|=n}function Y0(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const i in r)if(i==="class")t.class!==r.class&&(t.class=Qo([t.class,r.class]));else if(i==="style")t.style=Zo([t.style,r.style]);else if(bp(i)){const o=t[i],u=r[i];u&&o!==u&&!(_e(o)&&o.includes(u))&&(t[i]=o?[].concat(o,u):u)}else i!==""&&(t[i]=r[i])}return t}$0();let Wn=null;const Cr=()=>Wn||kt;let Cu;{const e=tc(),t=(n,r)=>{let i;return(i=e[n])||(i=e[n]=[]),i.push(r),o=>{i.length>1?i.forEach(u=>u(o)):i[0](o)}};Cu=t("__VUE_INSTANCE_SETTERS__",n=>Wn=n),t("__VUE_SSR_SETTERS__",n=>Zi=n)}const Jc=e=>{const t=Wn;return Cu(e),e.scope.on(),()=>{e.scope.off(),Cu(t)}};function em(e){return e.vnode.shapeFlag&4}let Zi=!1;process.env.NODE_ENV;function tm(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(l0(i0(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Yr)return Yr[n](e)},has(t,n){return n in t||n in Yr}})):e.proxy}const nm=/(?:^|[-_])(\w)/g,rm=e=>e.replace(nm,t=>t.toUpperCase()).replace(/[-_]/g,"");function Zc(e,t=!0){return Oe(e)?e.displayName||e.name:e.name||t&&e.__name}function Qc(e,t,n=!1){let r=Zc(t);if(!r&&t.__file){const i=t.__file.match(/([^/\\]+)\.\w+$/);i&&(r=i[1])}if(!r&&e&&e.parent){const i=o=>{for(const u in o)if(o[u]===t)return u};r=i(e.components||e.parent.type.components)||i(e.appContext.components)}return r?rm(r):n?"App":"Anonymous"}function Yc(e){return Oe(e)&&"__vccOpts"in e}const $t=(e,t)=>{const n=u0(e,t,Zi);if(process.env.NODE_ENV!=="production"){const r=Cr();r&&r.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function el(e,t,n){const r=arguments.length;return r===2?ze(t)&&!_e(t)?wu(t)?Ar(e,null,[t]):Ar(e,t):Ar(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&wu(n)&&(n=[n]),Ar(e,t,n))}function im(){if(process.env.NODE_ENV==="production"||typeof window=="undefined")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},r={style:"color:#eb2f96"},i={__vue_custom_formatter:!0,header(a){return ze(a)?a.__isVue?["div",e,"VueInstance"]:tt(a)?["div",{},["span",e,l(a)],"<",s(a.value),">"]:vr(a)?["div",{},["span",e,Jt(a)?"ShallowReactive":"Reactive"],"<",s(a),`>${zt(a)?" (readonly)":""}`]:zt(a)?["div",{},["span",e,Jt(a)?"ShallowReadonly":"Readonly"],"<",s(a),">"]:null:null},hasBody(a){return a&&a.__isVue},body(a){if(a&&a.__isVue)return["div",{},...o(a.$)]}};function o(a){const d=[];a.type.props&&a.props&&d.push(u("props",te(a.props))),a.setupState!==xt&&d.push(u("setup",a.setupState)),a.data!==xt&&d.push(u("data",te(a.data)));const h=c(a,"computed");h&&d.push(u("computed",h));const p=c(a,"inject");return p&&d.push(u("injected",p)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:a}]]),d}function u(a,d){return d=yt({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},a],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(h=>["div",{},["span",r,h+": "],s(d[h],!1)])]]:["span",{}]}function s(a,d=!0){return typeof a=="number"?["span",t,a]:typeof a=="string"?["span",n,JSON.stringify(a)]:typeof a=="boolean"?["span",r,a]:ze(a)?["object",{object:d?te(a):a}]:["span",n,String(a)]}function c(a,d){const h=a.type;if(Oe(h))return;const p={};for(const g in a.ctx)f(h,g,d)&&(p[g]=a.ctx[g]);return p}function f(a,d,h){const p=a[h];if(_e(p)&&p.includes(d)||ze(p)&&d in p||a.extends&&f(a.extends,d,h)||a.mixins&&a.mixins.some(g=>f(g,d,h)))return!0}function l(a){return Jt(a)?"ShallowRef":a.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(i):window.devtoolsFormatters=[i]}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;/**
38
38
  * vue v3.4.35
39
39
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
40
40
  * @license MIT
41
- **/function sm(){um()}process.env.NODE_ENV!=="production"&&sm();function am(){return Xc().__VUE_DEVTOOLS_GLOBAL_HOOK__}function Xc(){return typeof navigator!="undefined"&&typeof window!="undefined"?window:typeof globalThis!="undefined"?globalThis:{}}const cm=typeof Proxy=="function",lm="devtools-plugin:setup",fm="plugin:settings:set";let wr,wu;function dm(){var e;return wr!==void 0||(typeof window!="undefined"&&window.performance?(wr=!0,wu=window.performance):typeof globalThis!="undefined"&&((e=globalThis.perf_hooks)===null||e===void 0?void 0:e.performance)?(wr=!0,wu=globalThis.perf_hooks.performance):wr=!1),wr}function hm(){return dm()?wu.now():Date.now()}class pm{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const r={};if(t.settings)for(const u in t.settings){const s=t.settings[u];r[u]=s.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let o=Object.assign({},r);try{const u=localStorage.getItem(i),s=JSON.parse(u);Object.assign(o,s)}catch(u){}this.fallbacks={getSettings(){return o},setSettings(u){try{localStorage.setItem(i,JSON.stringify(u))}catch(s){}o=u},now(){return hm()}},n&&n.on(fm,(u,s)=>{u===this.plugin.id&&this.fallbacks.setSettings(s)}),this.proxiedOn=new Proxy({},{get:(u,s)=>this.target?this.target.on[s]:(...c)=>{this.onQueue.push({method:s,args:c})}}),this.proxiedTarget=new Proxy({},{get:(u,s)=>this.target?this.target[s]:s==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(s)?(...c)=>(this.targetQueue.push({method:s,args:c,resolve:()=>{}}),this.fallbacks[s](...c)):(...c)=>new Promise(l=>{this.targetQueue.push({method:s,args:c,resolve:l})})})}setRealTarget(t){return at(this,null,function*(){this.target=t;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(yield this.target[n.method](...n.args))})}}function mm(e,t){const n=e,r=Xc(),i=am(),o=cm&&n.enableEarlyProxy;if(i&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!o))i.emit(lm,e,t);else{const u=o?new pm(n,i):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:u}),u&&t(u.proxiedTarget)}}/*!
41
+ **/function om(){im()}process.env.NODE_ENV!=="production"&&om();function um(){return tl().__VUE_DEVTOOLS_GLOBAL_HOOK__}function tl(){return typeof navigator!="undefined"&&typeof window!="undefined"?window:typeof globalThis!="undefined"?globalThis:{}}const sm=typeof Proxy=="function",am="devtools-plugin:setup",cm="plugin:settings:set";let Fr,Fu;function lm(){var e;return Fr!==void 0||(typeof window!="undefined"&&window.performance?(Fr=!0,Fu=window.performance):typeof globalThis!="undefined"&&((e=globalThis.perf_hooks)===null||e===void 0?void 0:e.performance)?(Fr=!0,Fu=globalThis.perf_hooks.performance):Fr=!1),Fr}function fm(){return lm()?Fu.now():Date.now()}class dm{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const r={};if(t.settings)for(const u in t.settings){const s=t.settings[u];r[u]=s.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let o=Object.assign({},r);try{const u=localStorage.getItem(i),s=JSON.parse(u);Object.assign(o,s)}catch(u){}this.fallbacks={getSettings(){return o},setSettings(u){try{localStorage.setItem(i,JSON.stringify(u))}catch(s){}o=u},now(){return fm()}},n&&n.on(cm,(u,s)=>{u===this.plugin.id&&this.fallbacks.setSettings(s)}),this.proxiedOn=new Proxy({},{get:(u,s)=>this.target?this.target.on[s]:(...c)=>{this.onQueue.push({method:s,args:c})}}),this.proxiedTarget=new Proxy({},{get:(u,s)=>this.target?this.target[s]:s==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(s)?(...c)=>(this.targetQueue.push({method:s,args:c,resolve:()=>{}}),this.fallbacks[s](...c)):(...c)=>new Promise(f=>{this.targetQueue.push({method:s,args:c,resolve:f})})})}setRealTarget(t){return ft(this,null,function*(){this.target=t;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(yield this.target[n.method](...n.args))})}}function hm(e,t){const n=e,r=tl(),i=um(),o=sm&&n.enableEarlyProxy;if(i&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!o))i.emit(am,e,t);else{const u=o?new dm(n,i):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:u}),u&&t(u.proxiedTarget)}}/*!
42
42
  * vue-i18n v9.13.1
43
43
  * (c) 2024 kazuya kawaguchi
44
44
  * Released under the MIT License.
45
- */const gm="9.13.1";function _m(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(Ht().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(Ht().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Ht().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Ht().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Ht().__INTLIFY_PROD_DEVTOOLS__=!1)}const Jc=Ge.__EXTEND_POINT__,Kt=bi(Jc),De={FALLBACK_TO_ROOT:Jc,NOT_SUPPORTED_PRESERVE:Kt(),NOT_SUPPORTED_FORMATTER:Kt(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:Kt(),NOT_SUPPORTED_GET_CHOICE_INDEX:Kt(),COMPONENT_NAME_LEGACY_COMPATIBLE:Kt(),NOT_FOUND_PARENT_SCOPE:Kt(),IGNORE_OBJ_FLATTEN:Kt(),NOTICE_DROP_ALLOW_COMPOSITION:Kt(),NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG:Kt()},Dm={[De.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[De.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[De.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[De.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[De.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[De.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[De.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[De.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[De.NOTICE_DROP_ALLOW_COMPOSITION]:"'allowComposition' option will be dropped in the next major version. For more information, please see \u{1F449} https://tinyurl.com/2p97mcze",[De.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]:"'translateExistCompatible' option will be dropped in the next major version."};function Ye(e,...t){return Vr(Dm[e],...t)}const zc=xe.__EXTEND_POINT__,et=bi(zc),ie={UNEXPECTED_RETURN_TYPE:zc,INVALID_ARGUMENT:et(),MUST_BE_CALL_SETUP_TOP:et(),NOT_INSTALLED:et(),NOT_AVAILABLE_IN_LEGACY_MODE:et(),REQUIRED_VALUE:et(),INVALID_VALUE:et(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:et(),NOT_INSTALLED_WITH_PROVIDE:et(),UNEXPECTED_ERROR:et(),NOT_COMPATIBLE_LEGACY_VUE_I18N:et(),BRIDGE_SUPPORT_VUE_2_ONLY:et(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:et(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:et(),__EXTEND_POINT__:et()};function Me(e,...t){return lr(e,null,process.env.NODE_ENV!=="production"?{messages:vm,args:t}:void 0)}const vm={[ie.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[ie.INVALID_ARGUMENT]:"Invalid argument",[ie.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[ie.NOT_INSTALLED]:"Need to install with `app.use` function",[ie.UNEXPECTED_ERROR]:"Unexpected error",[ie.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[ie.REQUIRED_VALUE]:"Required in value: {0}",[ie.INVALID_VALUE]:"Invalid value",[ie.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[ie.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[ie.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[ie.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[ie.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]:"Must define \u2018i18n\u2019 option or custom block in Composition API with using local scope in Legacy API mode",[ie.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},Au=Et("__translateVNode"),Cu=Et("__datetimeParts"),Fu=Et("__numberParts"),Vn=Et("__enableEmitter"),Qr=Et("__disableEmitter"),Zc=Et("__setPluralRules");Et("__intlifyMeta");const Qc=Et("__injectWithOption"),Nu=Et("__dispose");function Yr(e){if(!ae(e))return e;for(const t in e)if(!!Ei(e,t))if(!t.includes("."))ae(e[t])&&Yr(e[t]);else{const n=t.split("."),r=n.length-1;let i=e,o=!1;for(let u=0;u<r;u++){if(n[u]in i||(i[n[u]]={}),!ae(i[n[u]])){process.env.NODE_ENV!=="production"&&Te(Ye(De.IGNORE_OBJ_FLATTEN,{key:n[u]})),o=!0;break}i=i[n[u]]}o||(i[n[r]]=e[t],delete e[t]),ae(i[n[r]])&&Yr(i[n[r]])}return e}function Ji(e,t){const{messages:n,__i18n:r,messageResolver:i,flatJson:o}=t,u=J(n)?n:me(r)?{}:{[e]:{}};if(me(r)&&r.forEach(s=>{if("locale"in s&&"resource"in s){const{locale:c,resource:l}=s;c?(u[c]=u[c]||{},Ai(l,u[c])):Ai(l,u)}else H(s)&&Ai(JSON.parse(s),u)}),i==null&&o)for(const s in u)Ei(u,s)&&Yr(u[s]);return u}function Yc(e){return e.type}function el(e,t,n){let r=ae(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Ji(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const i=Object.keys(r);i.length&&i.forEach(o=>{e.mergeLocaleMessage(o,r[o])});{if(ae(t.datetimeFormats)){const o=Object.keys(t.datetimeFormats);o.length&&o.forEach(u=>{e.mergeDateTimeFormat(u,t.datetimeFormats[u])})}if(ae(t.numberFormats)){const o=Object.keys(t.numberFormats);o.length&&o.forEach(u=>{e.mergeNumberFormat(u,t.numberFormats[u])})}}}function tl(e){return Er($c,null,e,0)}const nl="__INTLIFY_META__",rl=()=>[],ym=()=>!1;let il=0;function ol(e){return(t,n,r,i)=>e(n,r,br()||void 0,i)}const Em=()=>{const e=br();let t=null;return e&&(t=Yc(e)[nl])?{[nl]:t}:null};function Ou(e={},t){const{__root:n,__injectWithOption:r}=e,i=n===void 0,o=e.flatJson,u=yt?_r:vc,s=!!e.translateExistCompatible;process.env.NODE_ENV!=="production"&&s&&ia(Ye(De.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));let c=Y(e.inheritLocale)?e.inheritLocale:!0;const l=u(n&&c?n.locale.value:H(e.locale)?e.locale:hr),f=u(n&&c?n.fallbackLocale.value:H(e.fallbackLocale)||me(e.fallbackLocale)||J(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:l.value),a=u(Ji(l.value,e)),d=u(J(e.datetimeFormats)?e.datetimeFormats:{[l.value]:{}}),h=u(J(e.numberFormats)?e.numberFormats:{[l.value]:{}});let m=n?n.missingWarn:Y(e.missingWarn)||tn(e.missingWarn)?e.missingWarn:!0,g=n?n.fallbackWarn:Y(e.fallbackWarn)||tn(e.fallbackWarn)?e.fallbackWarn:!0,E=n?n.fallbackRoot:Y(e.fallbackRoot)?e.fallbackRoot:!0,p=!!e.fallbackFormat,y=de(e.missing)?e.missing:null,_=de(e.missing)?ol(e.missing):null,v=de(e.postTranslation)?e.postTranslation:null,w=n?n.warnHtmlMessage:Y(e.warnHtmlMessage)?e.warnHtmlMessage:!0,F=!!e.escapeParameter;const C=n?n.modifiers:J(e.modifiers)?e.modifiers:{};let M=e.pluralRules||n&&n.pluralRules,R;R=(()=>{i&&wa(null);const b={version:gm,locale:l.value,fallbackLocale:f.value,messages:a.value,modifiers:C,pluralRules:M,missing:_===null?void 0:_,missingWarn:m,fallbackWarn:g,fallbackFormat:p,unresolving:!0,postTranslation:v===null?void 0:v,warnHtmlMessage:w,escapeParameter:F,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};b.datetimeFormats=d.value,b.numberFormats=h.value,b.__datetimeFormatters=J(R)?R.__datetimeFormatters:void 0,b.__numberFormatters=J(R)?R.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(b.__v_emitter=J(R)?R.__v_emitter:void 0);const I=fp(b);return i&&wa(I),I})(),Hr(R,l.value,f.value);function U(){return[l.value,f.value,a.value,d.value,h.value]}const k=Lt({get:()=>l.value,set:b=>{l.value=b,R.locale=l.value}}),Z=Lt({get:()=>f.value,set:b=>{f.value=b,R.fallbackLocale=f.value,Hr(R,l.value,b)}}),ee=Lt(()=>a.value),oe=Lt(()=>d.value),X=Lt(()=>h.value);function zn(){return de(v)?v:null}function Zn(b){v=b,R.postTranslation=b}function Qn(){return y}function Yn(b){b!==null&&(_=ol(b)),y=b,R.missing=_}function er(b,I){return b!=="translate"||!I.resolvedMessage}const ut=(b,I,x,B,j,$)=>{U();let re;try{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Ea(Em()),i||(R.fallbackContext=n?lp():void 0),re=b(R)}finally{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Ea(null),i||(R.fallbackContext=void 0)}if(x!=="translate exists"&&Ie(re)&&re===Ni||x==="translate exists"&&!re){const[se,we]=I();if(process.env.NODE_ENV!=="production"&&n&&H(se)&&er(x,we)&&(E&&(Ii(g,se)||Ca(m,se))&&Te(Ye(De.FALLBACK_TO_ROOT,{key:se,type:x})),process.env.NODE_ENV!=="production")){const{__v_emitter:Ue}=R;Ue&&E&&Ue.emit("fallback",{type:x,key:se,to:"global",groupId:`${x}:${se}`})}return n&&E?B(n):j(se)}else{if($(re))return re;throw Me(ie.UNEXPECTED_RETURN_TYPE)}};function Cn(...b){return ut(I=>Reflect.apply(Ra,null,[I,...b]),()=>Wo(...b),"translate",I=>Reflect.apply(I.t,I,[...b]),I=>I,I=>H(I))}function Fn(...b){const[I,x,B]=b;if(B&&!ae(B))throw Me(ie.INVALID_ARGUMENT);return Cn(I,x,Se({resolvedMessage:!0},B||{}))}function tr(...b){return ut(I=>Reflect.apply(ka,null,[I,...b]),()=>qo(...b),"datetime format",I=>Reflect.apply(I.d,I,[...b]),()=>Oi,I=>H(I))}function nr(...b){return ut(I=>Reflect.apply(Va,null,[I,...b]),()=>Go(...b),"number format",I=>Reflect.apply(I.n,I,[...b]),()=>Oi,I=>H(I))}function Nn(b){return b.map(I=>H(I)||Ie(I)||Y(I)?tl(String(I)):I)}const vt={normalize:Nn,interpolate:b=>b,type:"vnode"};function $t(...b){return ut(I=>{let x;const B=I;try{B.processor=vt,x=Reflect.apply(Ra,null,[B,...b])}finally{B.processor=null}return x},()=>Wo(...b),"translate",I=>I[Au](...b),I=>[tl(I)],I=>me(I))}function ir(...b){return ut(I=>Reflect.apply(Va,null,[I,...b]),()=>Go(...b),"number format",I=>I[Fu](...b),rl,I=>H(I)||me(I))}function or(...b){return ut(I=>Reflect.apply(ka,null,[I,...b]),()=>qo(...b),"datetime format",I=>I[Cu](...b),rl,I=>H(I)||me(I))}function ur(b){M=b,R.pluralRules=M}function V(b,I){return ut(()=>{if(!b)return!1;const x=H(I)?I:l.value,B=Ut(x),j=R.messageResolver(B,b);return s?j!=null:on(j)||mt(j)||H(j)},()=>[b],"translate exists",x=>Reflect.apply(x.te,x,[b,I]),ym,x=>Y(x))}function ue(b){let I=null;const x=ha(R,f.value,l.value);for(let B=0;B<x.length;B++){const j=a.value[x[B]]||{},$=R.messageResolver(j,b);if($!=null){I=$;break}}return I}function On(b){const I=ue(b);return I!=null?I:n?n.tm(b)||{}:{}}function Ut(b){return a.value[b]||{}}function In(b,I){if(o){const x={[b]:I};for(const B in x)Ei(x,B)&&Yr(x[B]);I=x[b]}a.value[b]=I,R.messages=a.value}function hi(b,I){a.value[b]=a.value[b]||{};const x={[b]:I};if(o)for(const B in x)Ei(x,B)&&Yr(x[B]);I=x[b],Ai(I,a.value[b]),R.messages=a.value}function A(b){return d.value[b]||{}}function O(b,I){d.value[b]=I,R.datetimeFormats=d.value,Ua(R,b,I)}function P(b,I){d.value[b]=Se(d.value[b]||{},I),R.datetimeFormats=d.value,Ua(R,b,I)}function D(b){return h.value[b]||{}}function N(b,I){h.value[b]=I,R.numberFormats=h.value,Ha(R,b,I)}function S(b,I){h.value[b]=Se(h.value[b]||{},I),R.numberFormats=h.value,Ha(R,b,I)}il++,n&&yt&&(vu(n.locale,b=>{c&&(l.value=b,R.locale=b,Hr(R,l.value,f.value))}),vu(n.fallbackLocale,b=>{c&&(f.value=b,R.fallbackLocale=b,Hr(R,l.value,f.value))}));const T={id:il,locale:k,fallbackLocale:Z,get inheritLocale(){return c},set inheritLocale(b){c=b,b&&n&&(l.value=n.locale.value,f.value=n.fallbackLocale.value,Hr(R,l.value,f.value))},get availableLocales(){return Object.keys(a.value).sort()},messages:ee,get modifiers(){return C},get pluralRules(){return M||{}},get isGlobal(){return i},get missingWarn(){return m},set missingWarn(b){m=b,R.missingWarn=m},get fallbackWarn(){return g},set fallbackWarn(b){g=b,R.fallbackWarn=g},get fallbackRoot(){return E},set fallbackRoot(b){E=b},get fallbackFormat(){return p},set fallbackFormat(b){p=b,R.fallbackFormat=p},get warnHtmlMessage(){return w},set warnHtmlMessage(b){w=b,R.warnHtmlMessage=b},get escapeParameter(){return F},set escapeParameter(b){F=b,R.escapeParameter=b},t:Cn,getLocaleMessage:Ut,setLocaleMessage:In,mergeLocaleMessage:hi,getPostTranslationHandler:zn,setPostTranslationHandler:Zn,getMissingHandler:Qn,setMissingHandler:Yn,[Zc]:ur};return T.datetimeFormats=oe,T.numberFormats=X,T.rt=Fn,T.te=V,T.tm=On,T.d=tr,T.n=nr,T.getDateTimeFormat=A,T.setDateTimeFormat=O,T.mergeDateTimeFormat=P,T.getNumberFormat=D,T.setNumberFormat=N,T.mergeNumberFormat=S,T[Qc]=r,T[Au]=$t,T[Cu]=or,T[Fu]=ir,process.env.NODE_ENV!=="production"&&(T[Vn]=b=>{R.__v_emitter=b},T[Qr]=()=>{R.__v_emitter=void 0}),T}function bm(e){const t=H(e.locale)?e.locale:hr,n=H(e.fallbackLocale)||me(e.fallbackLocale)||J(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=de(e.missing)?e.missing:void 0,i=Y(e.silentTranslationWarn)||tn(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,o=Y(e.silentFallbackWarn)||tn(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,u=Y(e.fallbackRoot)?e.fallbackRoot:!0,s=!!e.formatFallbackMessages,c=J(e.modifiers)?e.modifiers:{},l=e.pluralizationRules,f=de(e.postTranslation)?e.postTranslation:void 0,a=H(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,d=!!e.escapeParameterHtml,h=Y(e.sync)?e.sync:!0;process.env.NODE_ENV!=="production"&&e.formatter&&Te(Ye(De.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&e.preserveDirectiveContent&&Te(Ye(De.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let m=e.messages;if(J(e.sharedMessages)){const F=e.sharedMessages;m=Object.keys(F).reduce((M,R)=>{const W=M[R]||(M[R]={});return Se(W,F[R]),M},m||{})}const{__i18n:g,__root:E,__injectWithOption:p}=e,y=e.datetimeFormats,_=e.numberFormats,v=e.flatJson,w=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:m,flatJson:v,datetimeFormats:y,numberFormats:_,missing:r,missingWarn:i,fallbackWarn:o,fallbackRoot:u,fallbackFormat:s,modifiers:c,pluralRules:l,postTranslation:f,warnHtmlMessage:a,escapeParameter:d,messageResolver:e.messageResolver,inheritLocale:h,translateExistCompatible:w,__i18n:g,__root:E,__injectWithOption:p}}function Iu(e={},t){{const n=Ou(bm(e)),{__extender:r}=e,i={id:n.id,get locale(){return n.locale.value},set locale(o){n.locale.value=o},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(o){n.fallbackLocale.value=o},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return process.env.NODE_ENV!=="production"&&Te(Ye(De.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(o){process.env.NODE_ENV!=="production"&&Te(Ye(De.NOT_SUPPORTED_FORMATTER))},get missing(){return n.getMissingHandler()},set missing(o){n.setMissingHandler(o)},get silentTranslationWarn(){return Y(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(o){n.missingWarn=Y(o)?!o:o},get silentFallbackWarn(){return Y(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(o){n.fallbackWarn=Y(o)?!o:o},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(o){n.fallbackFormat=o},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(o){n.setPostTranslationHandler(o)},get sync(){return n.inheritLocale},set sync(o){n.inheritLocale=o},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(o){n.warnHtmlMessage=o!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(o){n.escapeParameter=o},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&Te(Ye(De.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(o){process.env.NODE_ENV!=="production"&&Te(Ye(De.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...o){const[u,s,c]=o,l={};let f=null,a=null;if(!H(u))throw Me(ie.INVALID_ARGUMENT);const d=u;return H(s)?l.locale=s:me(s)?f=s:J(s)&&(a=s),me(c)?f=c:J(c)&&(a=c),Reflect.apply(n.t,n,[d,f||a||{},l])},rt(...o){return Reflect.apply(n.rt,n,[...o])},tc(...o){const[u,s,c]=o,l={plural:1};let f=null,a=null;if(!H(u))throw Me(ie.INVALID_ARGUMENT);const d=u;return H(s)?l.locale=s:Ie(s)?l.plural=s:me(s)?f=s:J(s)&&(a=s),H(c)?l.locale=c:me(c)?f=c:J(c)&&(a=c),Reflect.apply(n.t,n,[d,f||a||{},l])},te(o,u){return n.te(o,u)},tm(o){return n.tm(o)},getLocaleMessage(o){return n.getLocaleMessage(o)},setLocaleMessage(o,u){n.setLocaleMessage(o,u)},mergeLocaleMessage(o,u){n.mergeLocaleMessage(o,u)},d(...o){return Reflect.apply(n.d,n,[...o])},getDateTimeFormat(o){return n.getDateTimeFormat(o)},setDateTimeFormat(o,u){n.setDateTimeFormat(o,u)},mergeDateTimeFormat(o,u){n.mergeDateTimeFormat(o,u)},n(...o){return Reflect.apply(n.n,n,[...o])},getNumberFormat(o){return n.getNumberFormat(o)},setNumberFormat(o,u){n.setNumberFormat(o,u)},mergeNumberFormat(o,u){n.mergeNumberFormat(o,u)},getChoiceIndex(o,u){return process.env.NODE_ENV!=="production"&&Te(Ye(De.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return i.__extender=r,process.env.NODE_ENV!=="production"&&(i.__enableEmitter=o=>{const u=n;u[Vn]&&u[Vn](o)},i.__disableEmitter=()=>{const o=n;o[Qr]&&o[Qr]()}),i}}const Su={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function wm({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,i)=>[...r,...i.type===qi?i.children:[i]],[]):t.reduce((n,r)=>{const i=e[r];return i&&(n[r]=i()),n},{})}function ul(e){return qi}const Tu=mu({name:"i18n-t",props:Se({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Ie(e)||!isNaN(e)}},Su),setup(e,t){const{slots:n,attrs:r}=t,i=e.i18n||Lu({useScope:e.scope,__useComponent:!0});return()=>{const o=Object.keys(n).filter(a=>a!=="_"),u={};e.locale&&(u.locale=e.locale),e.plural!==void 0&&(u.plural=H(e.plural)?+e.plural:e.plural);const s=wm(t,o),c=i[Au](e.keypath,s,u),l=Se({},r),f=H(e.tag)||ae(e.tag)?e.tag:ul();return Kc(f,l,c)}}});function Am(e){return me(e)&&!H(e[0])}function sl(e,t,n,r){const{slots:i,attrs:o}=t;return()=>{const u={part:!0};let s={};e.locale&&(u.locale=e.locale),H(e.format)?u.key=e.format:ae(e.format)&&(H(e.format.key)&&(u.key=e.format.key),s=Object.keys(e.format).reduce((d,h)=>n.includes(h)?Se({},d,{[h]:e.format[h]}):d,{}));const c=r(e.value,u,s);let l=[u.key];me(c)?l=c.map((d,h)=>{const m=i[d.type],g=m?m({[d.type]:d.value,index:h,parts:c}):[d.value];return Am(g)&&(g[0].key=`${d.type}-${h}`),g}):H(c)&&(l=[c]);const f=Se({},o),a=H(e.tag)||ae(e.tag)?e.tag:ul();return Kc(a,f,l)}}const al=mu({name:"i18n-n",props:Se({value:{type:Number,required:!0},format:{type:[String,Object]}},Su),setup(e,t){const n=e.i18n||Lu({useScope:e.scope,__useComponent:!0});return sl(e,t,ja,(...r)=>n[Fu](...r))}}),cl=mu({name:"i18n-d",props:Se({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Su),setup(e,t){const n=e.i18n||Lu({useScope:e.scope,__useComponent:!0});return sl(e,t,$a,(...r)=>n[Cu](...r))}});function Cm(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function Fm(e){const t=u=>{const{instance:s,modifiers:c,value:l}=u;if(!s||!s.$)throw Me(ie.UNEXPECTED_ERROR);const f=Cm(e,s.$);process.env.NODE_ENV!=="production"&&c.preserve&&Te(Ye(De.NOT_SUPPORTED_PRESERVE));const a=ll(l);return[Reflect.apply(f.t,f,[...fl(a)]),f]};return{created:(u,s)=>{const[c,l]=t(s);yt&&e.global===l&&(u.__i18nWatcher=vu(l.locale,()=>{s.instance&&s.instance.$forceUpdate()})),u.__composer=l,u.textContent=c},unmounted:u=>{yt&&u.__i18nWatcher&&(u.__i18nWatcher(),u.__i18nWatcher=void 0,delete u.__i18nWatcher),u.__composer&&(u.__composer=void 0,delete u.__composer)},beforeUpdate:(u,{value:s})=>{if(u.__composer){const c=u.__composer,l=ll(s);u.textContent=Reflect.apply(c.t,c,[...fl(l)])}},getSSRProps:u=>{const[s]=t(u);return{textContent:s}}}}function ll(e){if(H(e))return{path:e};if(J(e)){if(!("path"in e))throw Me(ie.REQUIRED_VALUE,"path");return e}else throw Me(ie.INVALID_VALUE)}function fl(e){const{path:t,locale:n,args:r,choice:i,plural:o}=e,u={},s=r||{};return H(n)&&(u.locale=n),Ie(i)&&(u.plural=i),Ie(o)&&(u.plural=o),[t,s,u]}function Nm(e,t,...n){const r=J(n[0])?n[0]:{},i=!!r.useI18nComponentName,o=Y(r.globalInstall)?r.globalInstall:!0;process.env.NODE_ENV!=="production"&&o&&i&&Te(Ye(De.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:Tu.name})),o&&([i?"i18n":Tu.name,"I18nT"].forEach(u=>e.component(u,Tu)),[al.name,"I18nN"].forEach(u=>e.component(u,al)),[cl.name,"I18nD"].forEach(u=>e.component(u,cl))),e.directive("t",Fm(t))}const Mu={["vue-devtools-plugin-vue-i18n"]:"Vue I18n devtools",["vue-i18n-resource-inspector"]:"I18n Resources",["vue-i18n-timeline"]:"Vue I18n"},Om={["vue-i18n-resource-inspector"]:"Search for scopes ..."},Im={["vue-i18n-timeline"]:16764185},dl="vue-i18n: composer properties";let Ru;function Sm(e,t){return at(this,null,function*(){return new Promise((n,r)=>{try{mm({id:"vue-devtools-plugin-vue-i18n",label:Mu["vue-devtools-plugin-vue-i18n"],packageName:"vue-i18n",homepage:"https://vue-i18n.intlify.dev",logo:"https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",componentStateTypes:[dl],app:e},i=>{Ru=i,i.on.visitComponentTree(({componentInstance:u,treeNode:s})=>{Tm(u,s,t)}),i.on.inspectComponent(({componentInstance:u,instanceData:s})=>{u.vnode.el&&u.vnode.el.__VUE_I18N__&&s&&(t.mode==="legacy"?u.vnode.el.__VUE_I18N__!==t.global.__composer&&pl(s,u.vnode.el.__VUE_I18N__):pl(s,u.vnode.el.__VUE_I18N__))}),i.addInspector({id:"vue-i18n-resource-inspector",label:Mu["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:Om["vue-i18n-resource-inspector"]}),i.on.getInspectorTree(u=>{u.app===e&&u.inspectorId==="vue-i18n-resource-inspector"&&Pm(u,t)});const o=new Map;i.on.getInspectorState(u=>at(this,null,function*(){if(u.app===e&&u.inspectorId==="vue-i18n-resource-inspector")if(i.unhighlightElement(),km(u,t),u.nodeId==="global"){if(!o.has(u.app)){const[s]=yield i.getComponentInstances(u.app);o.set(u.app,s)}i.highlightElement(o.get(u.app))}else{const s=xm(u.nodeId,t);s&&i.highlightElement(s)}})),i.on.editInspectorState(u=>{u.app===e&&u.inspectorId==="vue-i18n-resource-inspector"&&Um(u,t)}),i.addTimelineLayer({id:"vue-i18n-timeline",label:Mu["vue-i18n-timeline"],color:Im["vue-i18n-timeline"]}),n(!0)})}catch(i){console.error(i),r(!1)}})})}function hl(e){return e.type.name||e.type.displayName||e.type.__file||"Anonymous"}function Tm(e,t,n){const r=n.mode==="composition"?n.global:n.global.__composer;if(e&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&e.vnode.el.__VUE_I18N__!==r){const i={label:`i18n (${hl(e)} Scope)`,textColor:0,backgroundColor:16764185};t.tags.push(i)}}function pl(e,t){const n=dl;e.state.push({type:n,key:"locale",editable:!0,value:t.locale.value}),e.state.push({type:n,key:"availableLocales",editable:!1,value:t.availableLocales}),e.state.push({type:n,key:"fallbackLocale",editable:!0,value:t.fallbackLocale.value}),e.state.push({type:n,key:"inheritLocale",editable:!0,value:t.inheritLocale}),e.state.push({type:n,key:"messages",editable:!1,value:Bu(t.messages.value)}),e.state.push({type:n,key:"datetimeFormats",editable:!1,value:t.datetimeFormats.value}),e.state.push({type:n,key:"numberFormats",editable:!1,value:t.numberFormats.value})}function Bu(e){const t={};return Object.keys(e).forEach(n=>{const r=e[n];de(r)&&"source"in r?t[n]=Lm(r):on(r)&&r.loc&&r.loc.source?t[n]=r.loc.source:ae(r)?t[n]=Bu(r):t[n]=r}),t}const Mm={"<":"&lt;",">":"&gt;",'"':"&quot;","&":"&amp;"};function Rm(e){return e.replace(/[<>"&]/g,Bm)}function Bm(e){return Mm[e]||e}function Lm(e){const t=e.source?`("${Rm(e.source)}")`:"(?)";return{_custom:{type:"function",display:`<span>\u0192</span> ${t}`}}}function Pm(e,t){e.rootNodes.push({id:"global",label:"Global Scope"});const n=t.mode==="composition"?t.global:t.global.__composer;for(const[r,i]of t.__instances){const o=t.mode==="composition"?i:i.__composer;n!==o&&e.rootNodes.push({id:o.id.toString(),label:`${hl(r)} Scope`})}}function xm(e,t){let n=null;if(e!=="global"){for(const[r,i]of t.__instances.entries())if(i.id.toString()===e){n=r;break}}return n}function ml(e,t){if(e==="global")return t.mode==="composition"?t.global:t.global.__composer;{const n=Array.from(t.__instances.values()).find(r=>r.id.toString()===e);return n?t.mode==="composition"?n:n.__composer:null}}function km(e,t){const n=ml(e.nodeId,t);return n&&(e.state=$m(n)),null}function $m(e){const t={},n="Locale related info",r=[{type:n,key:"locale",editable:!0,value:e.locale.value},{type:n,key:"fallbackLocale",editable:!0,value:e.fallbackLocale.value},{type:n,key:"availableLocales",editable:!1,value:e.availableLocales},{type:n,key:"inheritLocale",editable:!0,value:e.inheritLocale}];t[n]=r;const i="Locale messages info",o=[{type:i,key:"messages",editable:!1,value:Bu(e.messages.value)}];t[i]=o;{const u="Datetime formats info",s=[{type:u,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}];t[u]=s;const c="Datetime formats info",l=[{type:c,key:"numberFormats",editable:!1,value:e.numberFormats.value}];t[c]=l}return t}function ei(e,t){if(Ru){let n;t&&"groupId"in t&&(n=t.groupId,delete t.groupId),Ru.addTimelineEvent({layerId:"vue-i18n-timeline",event:{title:e,groupId:n,time:Date.now(),meta:{},data:t||{},logType:e==="compile-error"?"error":e==="fallback"||e==="missing"?"warning":"default"}})}}function Um(e,t){const n=ml(e.nodeId,t);if(n){const[r]=e.path;r==="locale"&&H(e.state.value)?n.locale.value=e.state.value:r==="fallbackLocale"&&(H(e.state.value)||me(e.state.value)||ae(e.state.value))?n.fallbackLocale.value=e.state.value:r==="inheritLocale"&&Y(e.state.value)&&(n.inheritLocale=e.state.value)}}function Vm(e,t,n){return{beforeCreate(){const r=br();if(!r)throw Me(ie.UNEXPECTED_ERROR);const i=this.$options;if(i.i18n){const o=i.i18n;if(i.__i18n&&(o.__i18n=i.__i18n),o.__root=t,this===this.$root)this.$i18n=gl(e,o);else{o.__injectWithOption=!0,o.__extender=n.__vueI18nExtend,this.$i18n=Iu(o);const u=this.$i18n;u.__extender&&(u.__disposer=u.__extender(this.$i18n))}}else if(i.__i18n)if(this===this.$root)this.$i18n=gl(e,i);else{this.$i18n=Iu({__i18n:i.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}else this.$i18n=e;i.__i18nGlobal&&el(t,i,i),this.$t=(...o)=>this.$i18n.t(...o),this.$rt=(...o)=>this.$i18n.rt(...o),this.$tc=(...o)=>this.$i18n.tc(...o),this.$te=(o,u)=>this.$i18n.te(o,u),this.$d=(...o)=>this.$i18n.d(...o),this.$n=(...o)=>this.$i18n.n(...o),this.$tm=o=>this.$i18n.tm(o),n.__setInstance(r,this.$i18n)},mounted(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$i18n){const r=this.$i18n;this.$el.__VUE_I18N__=r.__composer;const i=this.__v_emitter=xo();r.__enableEmitter&&r.__enableEmitter(i),i.on("*",ei)}},unmounted(){const r=br();if(!r)throw Me(ie.UNEXPECTED_ERROR);const i=this.$i18n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",ei),delete this.__v_emitter),this.$i18n&&(i.__disableEmitter&&i.__disableEmitter(),delete this.$el.__VUE_I18N__)),delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,i.__disposer&&(i.__disposer(),delete i.__disposer,delete i.__extender),n.__deleteInstance(r),delete this.$i18n}}}function gl(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[Zc](t.pluralizationRules||e.pluralizationRules);const n=Ji(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const jm=Et("global-vue-i18n");function Hm(e={},t){const n=__VUE_I18N_LEGACY_API__&&Y(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=Y(e.globalInjection)?e.globalInjection:!0,i=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,o=new Map,[u,s]=Wm(e,n),c=Et(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&n&&i&&Te(Ye(De.NOTICE_DROP_ALLOW_COMPOSITION));function l(d){return o.get(d)||null}function f(d,h){o.set(d,h)}function a(d){o.delete(d)}{let h;const d={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return i},install(m,...g){return at(this,null,function*(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&(m.__VUE_I18N__=d),m.__VUE_I18N_SYMBOL__=c,m.provide(m.__VUE_I18N_SYMBOL__,d),J(g[0])){const y=g[0];d.__composerExtend=y.__composerExtend,d.__vueI18nExtend=y.__vueI18nExtend}let E=null;!n&&r&&(E=Ym(m,d.global)),__VUE_I18N_FULL_INSTALL__&&Nm(m,d,...g),__VUE_I18N_LEGACY_API__&&n&&m.mixin(Vm(s,s.__composer,d));const p=m.unmount;if(m.unmount=()=>{E&&E(),d.dispose(),p()},process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__){if(!(yield Sm(m,d)))throw Me(ie.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const _=xo();if(n){const v=s;v.__enableEmitter&&v.__enableEmitter(_)}else{const v=s;v[Vn]&&v[Vn](_)}_.on("*",ei)}})},get global(){return s},dispose(){u.stop()},__instances:o,__getInstance:l,__setInstance:f,__deleteInstance:a};return d}}function Lu(e={}){const t=br();if(t==null)throw Me(ie.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Me(ie.NOT_INSTALLED);const n=qm(t),r=Km(n),i=Yc(t),o=Gm(e,i);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw Me(ie.NOT_AVAILABLE_IN_LEGACY_MODE);return Zm(t,o,r,e)}if(o==="global")return el(r,e,i),r;if(o==="parent"){let c=Xm(n,t,e.__useComponent);return c==null&&(process.env.NODE_ENV!=="production"&&Te(Ye(De.NOT_FOUND_PARENT_SCOPE)),c=r),c}const u=n;let s=u.__getInstance(t);if(s==null){const c=Se({},e);"__i18n"in i&&(c.__i18n=i.__i18n),r&&(c.__root=r),s=Ou(c),u.__composerExtend&&(s[Nu]=u.__composerExtend(s)),zm(u,t,s),u.__setInstance(t,s)}return s}function Wm(e,t,n){const r=kp();{const i=__VUE_I18N_LEGACY_API__&&t?r.run(()=>Iu(e)):r.run(()=>Ou(e));if(i==null)throw Me(ie.UNEXPECTED_ERROR);return[r,i]}}function qm(e){{const t=Lc(e.isCE?jm:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Me(e.isCE?ie.NOT_INSTALLED_WITH_PROVIDE:ie.UNEXPECTED_ERROR);return t}}function Gm(e,t){return yi(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function Km(e){return e.mode==="composition"?e.global:e.global.__composer}function Xm(e,t,n=!1){let r=null;const i=t.root;let o=Jm(t,n);for(;o!=null;){const u=e;if(e.mode==="composition")r=u.__getInstance(o);else if(__VUE_I18N_LEGACY_API__){const s=u.__getInstance(o);s!=null&&(r=s.__composer,n&&r&&!r[Qc]&&(r=null))}if(r!=null||i===o)break;o=o.parent}return r}function Jm(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function zm(e,t,n){let r=null;T0(()=>{if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&t.vnode.el){t.vnode.el.__VUE_I18N__=n,r=xo();const i=n;i[Vn]&&i[Vn](r),r.on("*",ei)}},t),M0(()=>{const i=n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&(r&&r.off("*",ei),i[Qr]&&i[Qr](),delete t.vnode.el.__VUE_I18N__),e.__deleteInstance(t);const o=i[Nu];o&&(o(),delete i[Nu])},t)}function Zm(e,t,n,r={}){const i=t==="local",o=vc(null);if(i&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw Me(ie.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const u=Y(r.inheritLocale)?r.inheritLocale:!H(r.locale),s=_r(!i||u?n.locale.value:H(r.locale)?r.locale:hr),c=_r(!i||u?n.fallbackLocale.value:H(r.fallbackLocale)||me(r.fallbackLocale)||J(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:s.value),l=_r(Ji(s.value,r)),f=_r(J(r.datetimeFormats)?r.datetimeFormats:{[s.value]:{}}),a=_r(J(r.numberFormats)?r.numberFormats:{[s.value]:{}}),d=i?n.missingWarn:Y(r.missingWarn)||tn(r.missingWarn)?r.missingWarn:!0,h=i?n.fallbackWarn:Y(r.fallbackWarn)||tn(r.fallbackWarn)?r.fallbackWarn:!0,m=i?n.fallbackRoot:Y(r.fallbackRoot)?r.fallbackRoot:!0,g=!!r.fallbackFormat,E=de(r.missing)?r.missing:null,p=de(r.postTranslation)?r.postTranslation:null,y=i?n.warnHtmlMessage:Y(r.warnHtmlMessage)?r.warnHtmlMessage:!0,_=!!r.escapeParameter,v=i?n.modifiers:J(r.modifiers)?r.modifiers:{},w=r.pluralRules||i&&n.pluralRules;function F(){return[s.value,c.value,l.value,f.value,a.value]}const C=Lt({get:()=>o.value?o.value.locale.value:s.value,set:V=>{o.value&&(o.value.locale.value=V),s.value=V}}),M=Lt({get:()=>o.value?o.value.fallbackLocale.value:c.value,set:V=>{o.value&&(o.value.fallbackLocale.value=V),c.value=V}}),R=Lt(()=>o.value?o.value.messages.value:l.value),W=Lt(()=>f.value),U=Lt(()=>a.value);function k(){return o.value?o.value.getPostTranslationHandler():p}function Z(V){o.value&&o.value.setPostTranslationHandler(V)}function ee(){return o.value?o.value.getMissingHandler():E}function oe(V){o.value&&o.value.setMissingHandler(V)}function X(V){return F(),V()}function zn(...V){return o.value?X(()=>Reflect.apply(o.value.t,null,[...V])):X(()=>"")}function Zn(...V){return o.value?Reflect.apply(o.value.rt,null,[...V]):""}function Qn(...V){return o.value?X(()=>Reflect.apply(o.value.d,null,[...V])):X(()=>"")}function Yn(...V){return o.value?X(()=>Reflect.apply(o.value.n,null,[...V])):X(()=>"")}function er(V){return o.value?o.value.tm(V):{}}function ut(V,ue){return o.value?o.value.te(V,ue):!1}function Cn(V){return o.value?o.value.getLocaleMessage(V):{}}function Fn(V,ue){o.value&&(o.value.setLocaleMessage(V,ue),l.value[V]=ue)}function tr(V,ue){o.value&&o.value.mergeLocaleMessage(V,ue)}function nr(V){return o.value?o.value.getDateTimeFormat(V):{}}function Nn(V,ue){o.value&&(o.value.setDateTimeFormat(V,ue),f.value[V]=ue)}function rr(V,ue){o.value&&o.value.mergeDateTimeFormat(V,ue)}function vt(V){return o.value?o.value.getNumberFormat(V):{}}function $t(V,ue){o.value&&(o.value.setNumberFormat(V,ue),a.value[V]=ue)}function ir(V,ue){o.value&&o.value.mergeNumberFormat(V,ue)}const or={get id(){return o.value?o.value.id:-1},locale:C,fallbackLocale:M,messages:R,datetimeFormats:W,numberFormats:U,get inheritLocale(){return o.value?o.value.inheritLocale:u},set inheritLocale(V){o.value&&(o.value.inheritLocale=V)},get availableLocales(){return o.value?o.value.availableLocales:Object.keys(l.value)},get modifiers(){return o.value?o.value.modifiers:v},get pluralRules(){return o.value?o.value.pluralRules:w},get isGlobal(){return o.value?o.value.isGlobal:!1},get missingWarn(){return o.value?o.value.missingWarn:d},set missingWarn(V){o.value&&(o.value.missingWarn=V)},get fallbackWarn(){return o.value?o.value.fallbackWarn:h},set fallbackWarn(V){o.value&&(o.value.missingWarn=V)},get fallbackRoot(){return o.value?o.value.fallbackRoot:m},set fallbackRoot(V){o.value&&(o.value.fallbackRoot=V)},get fallbackFormat(){return o.value?o.value.fallbackFormat:g},set fallbackFormat(V){o.value&&(o.value.fallbackFormat=V)},get warnHtmlMessage(){return o.value?o.value.warnHtmlMessage:y},set warnHtmlMessage(V){o.value&&(o.value.warnHtmlMessage=V)},get escapeParameter(){return o.value?o.value.escapeParameter:_},set escapeParameter(V){o.value&&(o.value.escapeParameter=V)},t:zn,getPostTranslationHandler:k,setPostTranslationHandler:Z,getMissingHandler:ee,setMissingHandler:oe,rt:Zn,d:Qn,n:Yn,tm:er,te:ut,getLocaleMessage:Cn,setLocaleMessage:Fn,mergeLocaleMessage:tr,getDateTimeFormat:nr,setDateTimeFormat:Nn,mergeDateTimeFormat:rr,getNumberFormat:vt,setNumberFormat:$t,mergeNumberFormat:ir};function ur(V){V.locale.value=s.value,V.fallbackLocale.value=c.value,Object.keys(l.value).forEach(ue=>{V.mergeLocaleMessage(ue,l.value[ue])}),Object.keys(f.value).forEach(ue=>{V.mergeDateTimeFormat(ue,f.value[ue])}),Object.keys(a.value).forEach(ue=>{V.mergeNumberFormat(ue,a.value[ue])}),V.escapeParameter=_,V.fallbackFormat=g,V.fallbackRoot=m,V.fallbackWarn=h,V.missingWarn=d,V.warnHtmlMessage=y}return S0(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw Me(ie.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const V=o.value=e.proxy.$i18n.__composer;t==="global"?(s.value=V.locale.value,c.value=V.fallbackLocale.value,l.value=V.messages.value,f.value=V.datetimeFormats.value,a.value=V.numberFormats.value):i&&ur(V)}),or}const Qm=["locale","fallbackLocale","availableLocales"],_l=["t","rt","d","n","tm","te"];function Ym(e,t){const n=Object.create(null);return Qm.forEach(i=>{const o=Object.getOwnPropertyDescriptor(t,i);if(!o)throw Me(ie.UNEXPECTED_ERROR);const u=Qe(o.value)?{get(){return o.value.value},set(s){o.value.value=s}}:{get(){return o.get&&o.get()}};Object.defineProperty(n,i,u)}),e.config.globalProperties.$i18n=n,_l.forEach(i=>{const o=Object.getOwnPropertyDescriptor(t,i);if(!o||!o.value)throw Me(ie.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${i}`,o)}),()=>{delete e.config.globalProperties.$i18n,_l.forEach(i=>{delete e.config.globalProperties[`$${i}`]})}}if(_m(),__INTLIFY_JIT_COMPILATION__?_a(gp):_a(mp),sp(Vh),ap(ha),process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const e=Ht();e.__INTLIFY__=!0,zh(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;function eg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Dl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function tg(e,t,n){return t&&Dl(e.prototype,t),n&&Dl(e,n),e}function ng(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var lt=function(){function e(){eg(this,e)}return tg(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.global.t(n,r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:sr;return Hm({locale:n,globalInjection:!0,silentFallbackWarn:!0,missingWarn:!1,fallbackWarn:!1,silentTranslationWarn:!0})}},{key:"setLocale",value:function(n,r){this.$i18n.global.setLocaleMessage(n,r)}}]),e}();ng(lt,"$i18n",lt.resetI18n());function Pu(e,t,n){var r=t.replace(/\[(\d)]/g,function(o,u){return"."+u}).split("."),i=!1;return r.reduce(function(o,u,s,c){var l=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,u)){cr("Can not set ".concat(t,"'s ").concat(u," property in current %o, Because there is no ").concat(u," property on the %o"),o,o);return}return s===c.length-1&&!Object.is(l[u],n)&&(l[u]=n,i=!0),l[u]}},e),i}var pn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function vl(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var xu={exports:{}};(function(e){(function(t){var n=function(p,y,_){if(!l(y)||a(y)||d(y)||h(y)||c(y))return y;var v,w=0,F=0;if(f(y))for(v=[],F=y.length;w<F;w++)v.push(n(p,y[w],_));else{v={};for(var C in y)Object.prototype.hasOwnProperty.call(y,C)&&(v[p(C,_)]=n(p,y[C],_))}return v},r=function(p,y){y=y||{};var _=y.separator||"_",v=y.split||/(?=[A-Z])/;return p.split(v).join(_)},i=function(p){return m(p)?p:(p=p.replace(/[\-_\s]+(.)?/g,function(y,_){return _?_.toUpperCase():""}),p.substr(0,1).toLowerCase()+p.substr(1))},o=function(p){var y=i(p);return y.substr(0,1).toUpperCase()+y.substr(1)},u=function(p,y){return r(p,y).toLowerCase()},s=Object.prototype.toString,c=function(p){return typeof p=="function"},l=function(p){return p===Object(p)},f=function(p){return s.call(p)=="[object Array]"},a=function(p){return s.call(p)=="[object Date]"},d=function(p){return s.call(p)=="[object RegExp]"},h=function(p){return s.call(p)=="[object Boolean]"},m=function(p){return p=p-0,p===p},g=function(p,y){var _=y&&"process"in y?y.process:y;return typeof _!="function"?p:function(v,w){return _(v,p,w)}},E={camelize:i,decamelize:u,pascalize:o,depascalize:u,camelizeKeys:function(p,y){return n(g(i,y),p)},decamelizeKeys:function(p,y){return n(g(u,y),p,y)},pascalizeKeys:function(p,y){return n(g(o,y),p)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=E:t.humps=E})(pn)})(xu);var yl={};Object.defineProperty(yl,"__esModule",{value:!0});function ku(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:ku(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:ku(r)}return t}}var rg=yl.default=ku;function El(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function he(e){if(e!==void 0)return(typeof e=="undefined"?"undefined":El(e))==="object"?rg(e):e}function Ft(e){return Object.prototype.toString.call(e)==="[object Object]"}function ig(e){return e!=null&&(typeof e=="undefined"?"undefined":El(e))==="object"&&Array.isArray(e)===!1}function jn(e){return Array.isArray(e)}function tt(e){return typeof e=="string"}function zi(e){return typeof e=="number"}function bl(e){return typeof e=="function"}function og(e){return jn(e)&&e.every(function(t){return tt(t)})}function ug(e){return jn(e)&&e.every(function(t){return zi(t)||t===""})}function wl(e){return/^\[.*?]$/.test(e)}function Zi(e){return/^{.*?}$/.test(e)}function sg(e){return Object.values(ve).includes(e)}function $u(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ag(e){if(Array.isArray(e))return $u(e)}function Al(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(l){n(l);return}s.done?t(c):Promise.resolve(c).then(r,i)}function cg(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){Al(o,r,i,u,s,"next",c)}function s(c){Al(o,r,i,u,s,"throw",c)}u(void 0)})}}function lg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function fg(e,t,n){return t&&Cl(e.prototype,t),n&&Cl(e,n),e}function Fl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function dg(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function hg(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Uu(e){return ag(e)||dg(e)||pg(e)||hg()}function pg(e,t){if(!!e){if(typeof e=="string")return $u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $u(e,t)}}function mg(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(f){return c([l,f])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=l[0]&2?r.return:l[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,l[1])).done)return i;switch(r=0,i&&(l=[l[0]&2,i.value]),l[0]){case 0:case 1:i=l;break;case 4:return u.label++,{value:l[1],done:!1};case 5:u.label++,r=l[1],l=[0];continue;case 7:l=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){u=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){u.label=l[1];break}if(l[0]===6&&u.label<i[1]){u.label=i[1],i=l;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(l);break}i[2]&&u.ops.pop(),u.trys.pop();continue}l=t.call(e,u)}catch(f){l=[6,f],r=0}finally{n=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var Nl=function(){function e(){lg(this,e),Fl(this,"_events",new Map),Fl(this,"debug",!1)}return fg(e,[{key:"emit",value:function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];var u=this;return cg(function(){var s,c,l,f,a,d,h,m,g,E,p,y;return mg(this,function(_){switch(_.label){case 0:if(s=u._events.get(n),c=[],!s)return[3,10];l=s.slice(),f=!0,a=!1,d=void 0,_.label=1;case 1:_.trys.push([1,8,9,10]),h=l[Symbol.iterator](),_.label=2;case 2:if(f=(m=h.next()).done)return[3,7];if(g=m.value,!s.includes(g))return[3,6];_.label=3;case 3:return _.trys.push([3,5,,6]),u.debug&&Bo.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"\u3002")].concat(Uu(i))),[4,g.apply(null,Uu(i))];case 4:return E=_.sent(),u.debug&&Bo.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Uu(i),[E])),c.push(E),E===!1?[3,7]:[3,6];case 5:return p=_.sent(),vi(String(p)+":"+String(p.stack)),[3,6];case 6:return f=!0,[3,2];case 7:return[3,10];case 8:return y=_.sent(),a=!0,d=y,[3,10];case 9:try{!f&&h.return!=null&&h.return()}finally{if(a)throw d}return[7];case 10:return[2,c]}})})()}},{key:"on",value:function(n,r){if(this._events.has(n)){var i;(i=this._events.get(n))===null||i===void 0||i.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var i=this._events.get(n),o=i==null?void 0:i.indexOf(r);i==null||i.splice(o,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function gg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ol(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _g(e,t,n){return t&&Ol(e.prototype,t),n&&Ol(e,n),e}function Dg(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var vg=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Il=function(){function e(){gg(this,e)}return _g(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(i){return r.includes(i.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],i=n.eventKeys;r=r.concat(e.events.filter(function(u){return i.includes(u.key)}));var o=n.customEvents.map(function(u){var s=u.key;return u.namespace!==void 0&&u.namespace!==null&&u.namespace!==""&&(s=u.namespace+":"+u.key),{key:s,code:u.key,name:u.name}});return r=r.concat(o),r}}]),e}();Dg(Il,"events",vg);function Vu(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function yg(e){if(Array.isArray(e))return Vu(e)}function Eg(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function bg(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Sl(e){return yg(e)||Eg(e)||wg(e)||bg()}function wg(e,t){if(!!e){if(typeof e=="string")return Vu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vu(e,t)}}function ju(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function Tl(e,t,n){n!=="Runtime"&&(e.parent=t,ju(e,"parent"))}function Ag(e,t,n){e.forEach(function(r){Tl(r,t,n)})}var Ml=Symbol("targetKey");function Rl(e){var t;return(t=e[Ml])!==null&&t!==void 0?t:e}function Bl(e,t,n){return Ag(e,t,n),new Proxy(e,{get:function(i,o){for(var u=arguments.length,s=new Array(u>2?u-2:0),c=2;c<u;c++)s[c-2]=arguments[c];var l;return o===Ml?i:(l=Reflect).get.apply(l,[i,o].concat(Sl(s)))},set:function(i,o,u){for(var s=arguments.length,c=new Array(s>3?s-3:0),l=3;l<s;l++)c[l-3]=arguments[l];var f;if(jn(e)&&o==="length"&&u===e.length)return!0;var a=(f=Reflect).set.apply(f,[i,o,u].concat(Sl(c)));return Ft(u)&&Tl(u,t,n),a}})}function Hu(e,t,n,r,i){var o=r!=null?r:e,u=Bl(Rl(n!=null?n:[]),o,i);Object.defineProperty(e,t,{get:function(){return u},set:function(c){u=Bl(Rl(c),o,i)},enumerable:!0})}function Cg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ll(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Fg(e,t,n){return t&&Ll(e.prototype,t),n&&Ll(e,n),e}function mn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Pl=[],ti=function(){function e(t){Cg(this,e),mn(this,"registeredControlTypes",new Set),mn(this,"controlConfigMap",new Map),mn(this,"_controls",[]),mn(this,"_type",void 0),this._type=t,this._initControls(t)}return Fg(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||Vt("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(i){return i.controlType===n.controlType});return r>-1&&(cr("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===Q.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===Q.FORM}},{key:"isListControl",value:function(n){return n.controlType===Q.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===Q.COLUMN}},{key:"createControl",value:function(n,r){var i=this;if(Array.isArray(n))return n.map(function(f){return i.createControl(f,r)});if(n.children&&(n.children=n.children.map(function(f){return i.createControl(f,r)})),this.isListControl(n)){var o=n.props;o.headers&&(o.headers=o.headers.map(function(f){return i.createControl(f,r)}))}var u=this.getControlFormType(n.type);if(u){var s=n;if(typeof r=="function"){var c=r(s);c&&(s=c)}var l;return u.mode==="Runtime"?(l=s,l.fieldType=u.controlFieldType,this._setParentPrototypeToSchema(l,this)):l=new u(s),l}else Vt("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),ju(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var o=n.id,u=r._controlParentIdMap,s=r.instanceMap;if(!(!u||!s)){var c=u[o],l=s[o];if(!(!c&&!l)){var f=l.findIndex(function(h){return h==n}),a=s[c]||[],d;return a.length!==l.length?d=a[0]:d=a[f],d}}}}),ju(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var i=this.getControlFormType(n);if(i)return new i(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(i){r.register(i[n]),e.staticControlsRuntimeRules.set(i.Runtime.controlType,i.Property.RuntimeRules),i.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var i=e.staticControlsRuntimeRules.get(n),o=[];if(i){var u=new i(r);o=Array.from(u)}return o}},{key:"register",value:function(n,r){var i=n.Designer,o=n.Runtime,u=n.Property;(!i||!o||!i.__is_control__||!o.__is_control__)&&Vt("".concat(n," is can't register as a Control"));var s=this.staticControls.findIndex(function(c){return c.Designer.controlType===i.controlType});return s>-1&&(cr("The ".concat(i.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(s,1)),this.staticRegisteredTypes.add(i.controlType),this.staticControls.push(n),u.mode=r,this}}]),e}();mn(ti,"staticControlsRuntimeRules",new Map),mn(ti,"staticControls",Pl),mn(ti,"staticRegisteredTypes",new Set(Pl.map(function(e){return e.Designer.controlType}))),mn(ti,"staticRegisteredConfigs",new Map);function Hn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Wu=function e(t){Hn(this,e),ye(this,"dataCode",void 0),ye(this,"fieldCode",void 0),ye(this,"fieldType",void 0),ye(this,"aliasCode",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var i;this.fieldType=(i=t==null?void 0:t.fieldType)!==null&&i!==void 0?i:"",this.aliasCode=t==null?void 0:t.aliasCode},Ng=function e(t){Hn(this,e),ye(this,"minWidth",void 0),ye(this,"maxWidth",void 0),ye(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},qu=function e(t){Hn(this,e),ye(this,"amount",void 0),ye(this,"currency",void 0);var n;this.amount=(n=t==null?void 0:t.amount)!==null&&n!==void 0?n:"";var r;this.currency=(r=t==null?void 0:t.currency)!==null&&r!==void 0?r:"CNY"},Gu=function e(t){Hn(this,e),ye(this,"min",void 0),ye(this,"max",void 0);var n;this.min=(n=t==null?void 0:t.min)!==null&&n!==void 0?n:"";var r;this.max=(r=t==null?void 0:t.max)!==null&&r!==void 0?r:""},Ku=function e(t){Hn(this,e),ye(this,"city",void 0),ye(this,"cityDisplay",void 0),ye(this,"district",void 0),ye(this,"districtDisplay",void 0),ye(this,"province",void 0),ye(this,"provinceDisplay",void 0);var n;this.city=(n=t==null?void 0:t.city)!==null&&n!==void 0?n:"";var r;this.cityDisplay=(r=t==null?void 0:t.cityDisplay)!==null&&r!==void 0?r:"";var i;this.district=(i=t==null?void 0:t.district)!==null&&i!==void 0?i:"";var o;this.districtDisplay=(o=t==null?void 0:t.districtDisplay)!==null&&o!==void 0?o:"";var u;this.province=(u=t==null?void 0:t.province)!==null&&u!==void 0?u:"";var s;this.provinceDisplay=(s=t==null?void 0:t.provinceDisplay)!==null&&s!==void 0?s:""},Xu=function e(t){Hn(this,e),ye(this,"result",void 0),ye(this,"unit",void 0);var n;this.result=(n=t==null?void 0:t.result)!==null&&n!==void 0?n:0;var r;this.unit=(r=t==null?void 0:t.unit)!==null&&r!==void 0?r:""},xl;(function(e){e.CNY="CNY",e.USD="USD",e.JPY="JPY",e.EUR="EUR",e.INR="INR",e.IDR="IDR",e.BRL="BRL",e.AED="AED",e.AUD="AUD",e.CAD="CAD",e.EGP="EGP",e.GBP="GBP",e.ZAR="ZAR",e.KRW="KRW",e.MAD="MAD",e.MXN="MXN",e.MYR="MYR",e.PHP="PHP",e.PLN="PLN",e.RUB="RUB",e.SGD="SGD",e.THB="THB",e.TRY="TRY",e.TWD="TWD",e.VND="VND",e.HKD="HKD",e.IEP="IEP"})(xl||(xl={}));var kl;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.IS_SHOW_WATERMARK="isShowWatermark",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions",e.IS_PASTE="isPaste",e.SORTABLE="sortable"})(kl||(kl={}));var Ju;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(Ju||(Ju={}));var Og=function e(t){Hn(this,e),ye(this,"width",void 0),ye(this,"height",void 0),ye(this,"widthConfig",void 0),ye(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var i;this.widthConfig=(i=t==null?void 0:t.widthConfig)!==null&&i!==void 0?i:"fill";var o;this.heightConfig=(o=t==null?void 0:t.heightConfig)!==null&&o!==void 0?o:"fill"};function Ig(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zu(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qi(e,t,n){return $l()?Qi=Reflect.construct:Qi=function(i,o,u){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(i,s),l=new c;return u&&ri(l,u.prototype),l},Qi.apply(null,arguments)}function Xt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ni(e){return ni=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ni(e)}function Sg(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ri(e,t)}function Tg(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Mg(e,t){return t&&(Rg(t)==="object"||typeof t=="function")?t:Ig(e)}function ri(e,t){return ri=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ri(e,t)}function Rg(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Zu(e){var t=typeof Map=="function"?new Map:void 0;return Zu=function(r){if(r===null||!Tg(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,i)}function i(){return Qi(r,arguments,ni(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),ri(i,r)},Zu(e)}function $l(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Bg(e){var t=$l();return function(){var r=ni(e),i;if(t){var o=ni(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Mg(this,i)}}var Qu=function e(t){zu(this,e),Xt(this,"isHide",{type:"boolean"})},Ul=function(e){Sg(n,e);var t=Bg(n);function n(r){return zu(this,n),t.call(this)}return n}(Zu(Array)),Jt=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";zu(this,e),Xt(this,"isHide",void 0),Xt(this,"className",void 0),Xt(this,"style",void 0),Xt(this,"caption",void 0),Xt(this,"defaultState",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new Og(t==null?void 0:t.style);var i;this.caption=(i=t==null?void 0:t.caption)!==null&&i!==void 0?i:n};Xt(Jt,"mode",void 0),Xt(Jt,"Rules",Qu),Xt(Jt,"RuntimeRules",Ul);function Pt(){return Pt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Pt.apply(this,arguments)}function Lg(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Yu(e){return Yu=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Yu(e)}function Yi(e,t){return Yi=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Yi(e,t)}function Pg(){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(e){return!1}}function eo(e,t,n){return Pg()?eo=Reflect.construct:eo=function(i,o,u){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(i,s),l=new c;return u&&Yi(l,u.prototype),l},eo.apply(null,arguments)}function xg(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function es(e){var t=typeof Map=="function"?new Map:void 0;return es=function(r){if(r===null||!xg(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,i)}function i(){return eo(r,arguments,Yu(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Yi(i,r)},es(e)}var kg=/%[sdj%]/g,Vl=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Vl=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function ts(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function ft(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,i=t[0],o=t.length;if(typeof i=="function")return i.apply(null,t.slice(1));if(typeof i=="string"){var u=String(i).replace(kg,function(s){if(s==="%%")return"%";if(r>=o)return s;switch(s){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(c){return"[Circular]"}break;default:return s}});return u}return i}function $g(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function Re(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||$g(t)&&typeof e=="string"&&!e)}function Ug(e,t,n){var r=[],i=0,o=e.length;function u(s){r.push.apply(r,s),i++,i===o&&n(r)}e.forEach(function(s){t(s,u)})}function jl(e,t,n){var r=0,i=e.length;function o(u){if(u&&u.length){n(u);return}var s=r;r=r+1,s<i?t(e[s],o):n([])}o([])}function Vg(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var Hl=function(e){Lg(t,e);function t(n,r){var i;return i=e.call(this,"Async Validation Error")||this,i.errors=n,i.fields=r,i}return t}(es(Error));function jg(e,t,n,r){if(t.first){var i=new Promise(function(a,d){var h=function(E){return r(E),E.length?d(new Hl(E,ts(E))):a()},m=Vg(e);jl(m,n,h)});return i.catch(function(a){return a}),i}var o=t.firstFields||[];o===!0&&(o=Object.keys(e));var u=Object.keys(e),s=u.length,c=0,l=[],f=new Promise(function(a,d){var h=function(g){if(l.push.apply(l,g),c++,c===s)return r(l),l.length?d(new Hl(l,ts(l))):a()};u.length||(r(l),a()),u.forEach(function(m){var g=e[m];o.indexOf(m)!==-1?jl(g,n,h):Ug(g,n,h)})});return f.catch(function(a){return a}),f}function Wl(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function ql(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=Pt(Pt({},e[n]),r):e[n]=r}}return e}function Gl(e,t,n,r,i,o){e.required&&(!n.hasOwnProperty(e.field)||Re(t,o||e.type))&&r.push(ft(i.messages.required,e.fullField))}function Hg(e,t,n,r,i){(/^\s+$/.test(t)||t==="")&&r.push(ft(i.messages.whitespace,e.fullField))}var ns={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},ii={integer:function(t){return ii.number(t)&&parseInt(t,10)===t},float:function(t){return ii.number(t)&&!ii.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!ii.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(ns.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(ns.url)},hex:function(t){return typeof t=="string"&&!!t.match(ns.hex)}};function Wg(e,t,n,r,i){if(e.required&&t===void 0){Gl(e,t,n,r,i);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],u=e.type;o.indexOf(u)>-1?ii[u](t)||r.push(ft(i.messages.types[u],e.fullField,e.type)):u&&typeof t!==e.type&&r.push(ft(i.messages.types[u],e.fullField,e.type))}function qg(e,t,n,r,i){var o=typeof e.len=="number",u=typeof e.min=="number",s=typeof e.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,l=t,f=null,a=typeof t=="number",d=typeof t=="string",h=Array.isArray(t);if(a?f="number":d?f="string":h&&(f="array"),!f)return!1;h&&(l=t.length),d&&(l=t.replace(c,"_").length),o?l!==e.len&&r.push(ft(i.messages[f].len,e.fullField,e.len)):u&&!s&&l<e.min?r.push(ft(i.messages[f].min,e.fullField,e.min)):s&&!u&&l>e.max?r.push(ft(i.messages[f].max,e.fullField,e.max)):u&&s&&(l<e.min||l>e.max)&&r.push(ft(i.messages[f].range,e.fullField,e.min,e.max))}var Ar="enum";function Gg(e,t,n,r,i){e[Ar]=Array.isArray(e[Ar])?e[Ar]:[],e[Ar].indexOf(t)===-1&&r.push(ft(i.messages[Ar],e.fullField,e[Ar].join(", ")))}function Kg(e,t,n,r,i){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(ft(i.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var o=new RegExp(e.pattern);o.test(t)||r.push(ft(i.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var ne={required:Gl,whitespace:Hg,type:Wg,range:qg,enum:Gg,pattern:Kg};function Xg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t,"string")&&!e.required)return n();ne.required(e,t,r,o,i,"string"),Re(t,"string")||(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i),ne.pattern(e,t,r,o,i),e.whitespace===!0&&ne.whitespace(e,t,r,o,i))}n(o)}function Jg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne.type(e,t,r,o,i)}n(o)}function zg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(t===""&&(t=void 0),Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function Zg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne.type(e,t,r,o,i)}n(o)}function Qg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),Re(t)||ne.type(e,t,r,o,i)}n(o)}function Yg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function e_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function t_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(t==null&&!e.required)return n();ne.required(e,t,r,o,i,"array"),t!=null&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function n_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne.type(e,t,r,o,i)}n(o)}var r_="enum";function i_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne[r_](e,t,r,o,i)}n(o)}function o_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t,"string")&&!e.required)return n();ne.required(e,t,r,o,i),Re(t,"string")||ne.pattern(e,t,r,o,i)}n(o)}function u_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t,"date")&&!e.required)return n();if(ne.required(e,t,r,o,i),!Re(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),ne.type(e,s,r,o,i),s&&ne.range(e,s.getTime(),r,o,i)}}n(o)}function s_(e,t,n,r,i){var o=[],u=Array.isArray(t)?"array":typeof t;ne.required(e,t,r,o,i,u),n(o)}function rs(e,t,n,r,i){var o=e.type,u=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(Re(t,o)&&!e.required)return n();ne.required(e,t,r,u,i,o),Re(t,o)||ne.type(e,t,r,u,i)}n(u)}function a_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Re(t)&&!e.required)return n();ne.required(e,t,r,o,i)}n(o)}var oi={string:Xg,method:Jg,number:zg,boolean:Zg,regexp:Qg,integer:Yg,float:e_,array:t_,object:n_,enum:i_,pattern:o_,date:u_,url:rs,hex:rs,email:rs,required:s_,any:a_};function is(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var os=is();function gn(e){this.rules=null,this._messages=os,this.define(e)}gn.prototype={messages:function(t){return t&&(this._messages=ql(is(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var i=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var o=t,u=n,s=r;if(typeof u=="function"&&(s=u,u={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function c(g){var E,p=[],y={};function _(v){if(Array.isArray(v)){var w;p=(w=p).concat.apply(w,v)}else p.push(v)}for(E=0;E<g.length;E++)_(g[E]);p.length?y=ts(p):(p=null,y=null),s(p,y)}if(u.messages){var l=this.messages();l===os&&(l=is()),ql(l,u.messages),u.messages=l}else u.messages=this.messages();var f,a,d={},h=u.keys||Object.keys(this.rules);h.forEach(function(g){f=i.rules[g],a=o[g],f.forEach(function(E){var p=E;typeof p.transform=="function"&&(o===t&&(o=Pt({},o)),a=o[g]=p.transform(a)),typeof p=="function"?p={validator:p}:p=Pt({},p),p.validator=i.getValidationMethod(p),p.field=g,p.fullField=p.fullField||g,p.type=i.getType(p),p.validator&&(d[g]=d[g]||[],d[g].push({rule:p,value:a,source:o,field:g}))})});var m={};return jg(d,u,function(g,E){var p=g.rule,y=(p.type==="object"||p.type==="array")&&(typeof p.fields=="object"||typeof p.defaultField=="object");y=y&&(p.required||!p.required&&g.value),p.field=g.field;function _(F,C){return Pt(Pt({},C),{},{fullField:p.fullField+"."+F})}function v(F){F===void 0&&(F=[]);var C=F;if(Array.isArray(C)||(C=[C]),!u.suppressWarning&&C.length&&gn.warning("async-validator:",C),C.length&&p.message!==void 0&&(C=[].concat(p.message)),C=C.map(Wl(p)),u.first&&C.length)return m[p.field]=1,E(C);if(!y)E(C);else{if(p.required&&!g.value)return p.message!==void 0?C=[].concat(p.message).map(Wl(p)):u.error&&(C=[u.error(p,ft(u.messages.required,p.field))]),E(C);var M={};if(p.defaultField)for(var R in g.value)g.value.hasOwnProperty(R)&&(M[R]=p.defaultField);M=Pt(Pt({},M),g.rule.fields);for(var W in M)if(M.hasOwnProperty(W)){var U=Array.isArray(M[W])?M[W]:[M[W]];M[W]=U.map(_.bind(null,W))}var k=new gn(M);k.messages(u.messages),g.rule.options&&(g.rule.options.messages=u.messages,g.rule.options.error=u.error),k.validate(g.value,g.rule.options||u,function(Z){var ee=[];C&&C.length&&ee.push.apply(ee,C),Z&&Z.length&&ee.push.apply(ee,Z),E(ee.length?ee:null)})}}var w;p.asyncValidator?w=p.asyncValidator(p,g.value,v,g.source,u):p.validator&&(w=p.validator(p,g.value,v,g.source,u),w===!0?v():w===!1?v(p.message||p.field+" fails"):w instanceof Array?v(w):w instanceof Error&&v(w.message)),w&&w.then&&w.then(function(){return v()},function(F){return v(F)})},function(g){c(g)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!oi.hasOwnProperty(t.type))throw new Error(ft("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?oi.required:oi[this.getType(t)]||!1}},gn.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");oi[t]=n},gn.warning=Vl,gn.messages=os,gn.validators=oi;var c_={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function l_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new gn(e);return n.messages(Object.assign(c_,t)),n}var f_=new Nl;function us(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function d_(e){if(Array.isArray(e))return e}function h_(e){if(Array.isArray(e))return us(e)}function Kl(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(l){n(l);return}s.done?t(c):Promise.resolve(c).then(r,i)}function Xl(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){Kl(o,r,i,u,s,"next",c)}function s(c){Kl(o,r,i,u,s,"throw",c)}u(void 0)})}}function p_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function m_(e,t,n){return t&&Jl(e.prototype,t),n&&Jl(e,n),e}function le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function zl(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Zl(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function g_(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function __(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Ql(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){le(e,i,n[i])})}return e}function D_(e){return d_(e)||Zl(e)||Yl(e)||g_()}function ss(e){return h_(e)||Zl(e)||Yl(e)||__()}function v_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Yl(e,t){if(!!e){if(typeof e=="string")return us(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return us(e,t)}}function ef(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(f){return c([l,f])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=l[0]&2?r.return:l[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,l[1])).done)return i;switch(r=0,i&&(l=[l[0]&2,i.value]),l[0]){case 0:case 1:i=l;break;case 4:return u.label++,{value:l[1],done:!1};case 5:u.label++,r=l[1],l=[0];continue;case 7:l=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){u=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){u.label=l[1];break}if(l[0]===6&&u.label<i[1]){u.label=i[1],i=l;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(l);break}i[2]&&u.ops.pop(),u.trys.pop();continue}l=t.call(e,u)}catch(f){l=[6,f],r=0}finally{n=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var je=function(){function t(n){var r=this;p_(this,t),le(this,"id",void 0),le(this,"name",void 0),le(this,"icon",void 0),le(this,"type",void 0),le(this,"controlType",void 0),le(this,"props",void 0),le(this,"setting",[]),le(this,"fieldType",void 0),le(this,"eventKeys",[]),le(this,"customEvents",[]),le(this,"parent",null),le(this,"slots",void 0),le(this,"slotPosition",void 0),le(this,"updateSetting",nf),le(this,"removeSetting",tf),this._callControlHooks("preInstance",n);var i=zl(this,t)?this.constructor:void 0,o=i.controlName,u=i.controlIcon,s=i.controlType,c=i.controlFieldType,l=i.controlEventKeys,f=i.controlCustomEvents,a=i.name,d=i.setting,h=i.slots,m=i.slotPosition;o&&u&&s||Zs("The ".concat(a," controlName,controlIcon,controlType is not define"));var g;this.id=(g=n==null?void 0:n.id)!==null&&g!==void 0?g:_i(10),this.name=o,this.icon=u;var E;this.type=(E=n==null?void 0:n.type)!==null&&E!==void 0?E:s,this.props=new Jt(n==null?void 0:n.props,(zl(this,t)?this.constructor:void 0).controlName);var p;this.controlType=(p=n==null?void 0:n.controlType)!==null&&p!==void 0?p:"base",this.setting=he(d);var y;this.fieldType=(y=n==null?void 0:n.fieldType)!==null&&y!==void 0?y:c,this.eventKeys=he(l),this.customEvents=he(f),this.slots=he(h),this.slotPosition=he(m),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return m_(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];var u,s=D_(i),c=s[0],l=s.slice(1);return(u=f_).emit.apply(u,[c,this].concat(ss(l)))}},{key:"preUpdate",value:function(r,i){this._callControlHooks("preUpdateProps",r,i)}},{key:"postUpdate",value:function(r,i){this._callControlHooks("postUpdateProps",r,i)}},{key:"updateProps",value:function(r,i){this.preUpdate(r,i),Pu(this.props,r,i),this.postUpdate(r,i)}},{key:"preValidate",value:function(){var r=this;return Xl(function(){var i,o,u;return ef(this,function(s){switch(s.label){case 0:return i=Ql({},r.rules),[4,r._callControlHooks("preValidate",i)];case 1:return o=s.sent(),u=o[o.length-1],[2,u===!1?void 0:u]}})})()}},{key:"validate",value:function(r,i){var o=this;return Xl(function(){var u,s,c,l;return ef(this,function(f){switch(f.label){case 0:return[4,o.preValidate()];case 1:u=f.sent(),s=u!==void 0?u:Ql({},o.rules),Array.isArray(i)&&i.forEach(function(a){s.hasOwnProperty(a)&&delete s[a]}),c=l_(s,r),f.label=2;case 2:return f.trys.push([2,4,,5]),[4,c.validate(o.props)];case 3:return f.sent(),[2,!0];case 4:throw l=f.sent(),l.control||(l.control=o),l;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=this.fieldType,o=this.id,u=this.type,s=this.props,c=s.dataBind,l=s.datasourceBind,f=s.optionConfig,a=s.caption,d=s.required,h=s.maxLength,m=s.options,g=s.encrypted,E=s.encryptedMode;if(!(!i&&!c&&!l)){var p={parentId:r,fieldType:i,controlId:o,caption:a,type:u,props:{}};switch(c&&(p.dataBind=c),f){case"datasource":case void 0:l&&(p.datasourceBind=l);break;case"custom":p.props.options=m;break}return d!==void 0&&(p.required=d),h!==void 0&&(p.maxLength=h),g!==void 0&&(p.encrypted=g),E!==void 0&&(p.encryptedMode=E),p}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:he(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,i){if(r==="setting"){if(i.add){var o;(o=this.setting).push.apply(o,ss(i.add))}i.remove&&this.removeSettingItem(i.remove),i.update}}}]),t}();le(je,"mode","Designer"),le(je,"slots",void 0),le(je,"slotPosition",void 0),le(je,"controlName","\u63A7\u4EF6"),le(je,"controlIcon","icon"),le(je,"controlType","control"),le(je,"controlFieldType",void 0),le(je,"controlEventKeys",[]),le(je,"controlCustomEvents",[]),le(je,"setting",[]),le(je,"__is_control__",!0),le(je,"removeSettingItem",tf),le(je,"updateSettingItem",nf);function tf(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var i,o=typeof r!="string",u=(i=t.setting)===null||i===void 0?void 0:i.findIndex(function(l){return l.key===(o?r.key:r)});if(u!==-1){var s,c;o?t.setting[u].showItems=(s=t.setting[u].showItems)===null||s===void 0?void 0:s.filter(function(l){return!r.hideItems.includes(l)}):t.setting.splice(u,1),o&&!(!((c=t.setting[u].showItems)===null||c===void 0)&&c.length)&&t.setting.splice(u,1)}})}function nf(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(i){var o=n.setting.find(function(l){return l.key===i});if(o){if(typeof t=="boolean")o.visible=t;else if((typeof t=="undefined"?"undefined":v_(t))==="object"){var u,s=(u=t.type)!==null&&u!==void 0?u:"replace";if(s==="replace")o.showItems=t.showItems;else{var c;(c=o.showItems).push.apply(c,ss(t.showItems))}}}})}function y_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function E_(e,t,n){return t&&rf(e.prototype,t),n&&rf(e,n),e}function dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function b_(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var ui=function(){function t(n){y_(this,t),dt(this,"id",void 0),dt(this,"type",void 0),dt(this,"controlType",void 0),dt(this,"props",void 0),dt(this,"fieldType",void 0),dt(this,"customEvents",[]),dt(this,"pageStatus",void 0),dt(this,"parent",null);var r=b_(this,t)?this.constructor:void 0,i=r.controlType,o=r.controlFieldType,u=r.name,s=r.controlCustomEvents;i||Zs("The ".concat(u," controlType is not define"));var c;this.id=(c=n==null?void 0:n.id)!==null&&c!==void 0?c:_i(10);var l;this.type=(l=n==null?void 0:n.type)!==null&&l!==void 0?l:i,this.props=new Jt(n==null?void 0:n.props),this.customEvents=s;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var a;this.fieldType=(a=n==null?void 0:n.fieldType)!==null&&a!==void 0?a:o;var d;this.pageStatus=(d=n==null?void 0:n.pageStatus)!==null&&d!==void 0?d:Ju.UNKNOWN}return E_(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var i=new r(this.props);return Array.from(i)}return[]}}]),t}();dt(ui,"mode","Runtime"),dt(ui,"controlType","control"),dt(ui,"controlFieldType",void 0),dt(ui,"__is_control__",!0),dt(ui,"controlCustomEvents",[]);function ht(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function Be(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function as(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ne(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function to(e){return to=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},to(e)}function cs(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ls(e,t)}function w_(e,t){return t&&(A_(t)==="object"||typeof t=="function")?t:Be(e)}function ls(e,t){return ls=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ls(e,t)}function A_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function C_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function fs(e){var t=C_();return function(){var r=to(e),i;if(t){var o=to(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return w_(this,i)}}var F_=function(e){cs(n,e);var t=fs(n);function n(r){as(this,n);var i;i=t.call(this,r),Ne(Be(i),"dataBind",{}),Ne(Be(i),"caption",{type:"string",required:!0,message:lt.getMessage("pleaseEnterCaption")}),Ne(Be(i),"isHideCaption",{type:"boolean"}),Ne(Be(i),"labelPosition",{type:"enum",enum:["top","left"]}),Ne(Be(i),"defaultState",{type:"enum",enum:["default","readonly"]}),Ne(Be(i),"required",{type:"boolean"}),Ne(Be(i),"captionTip",{type:"string",required:!1,message:lt.getMessage("pleaseEnterCaptionTip")});var o={fieldCode:{type:"string",required:!0,message:lt.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:lt.getMessage("pleaseEnterFieldCode")}};if(ht(r.dataBind))i.dataBind={type:"object",required:!0,fields:he(o),message:lt.getMessage("pleaseEnterFieldCode")};else{var u={type:"object",required:!0,fields:{},message:lt.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(s){u.fields[s]={type:"object",required:!0,fields:he(o),message:lt.getMessage("pleaseEnterFieldCode")}}),i.dataBind=u}return r.isShowCaptionTip&&(i.captionTip.required=!0),i}return n}(Qu),N_=function(e){cs(n,e);var t=fs(n);function n(r){as(this,n);var i;i=t.call(this,r);var o=r.isHide?!1:r.required;return o&&i.push({type:"string",required:o,message:r.requiredMessage!==""?r.requiredMessage:lt.getMessage("runtimeRequired",{caption:r.caption})}),i}return n}(Ul),ds=function(e){cs(n,e);var t=fs(n);function n(r){as(this,n);var i;i=t.call(this,r),Ne(Be(i),"caption",void 0),Ne(Be(i),"isHideCaption",void 0),Ne(Be(i),"isShowCaptionTip",void 0),Ne(Be(i),"captionTip",void 0),Ne(Be(i),"labelPosition",void 0),Ne(Be(i),"dataBind",void 0),Ne(Be(i),"defaultValue",void 0),Ne(Be(i),"placeholder",void 0),Ne(Be(i),"defaultState",void 0),Ne(Be(i),"required",void 0),Ne(Be(i),"requiredMessage",void 0);var o;i.caption=(o=r==null?void 0:r.caption)!==null&&o!==void 0?o:"";var u;i.isHideCaption=(u=r==null?void 0:r.isHideCaption)!==null&&u!==void 0?u:!1;var s;i.isShowCaptionTip=(s=r==null?void 0:r.isShowCaptionTip)!==null&&s!==void 0?s:!1;var c;i.captionTip=(c=r==null?void 0:r.captionTip)!==null&&c!==void 0?c:"";var l;i.defaultState=(l=r==null?void 0:r.defaultState)!==null&&l!==void 0?l:"default";var f;i.labelPosition=(f=r==null?void 0:r.labelPosition)!==null&&f!==void 0?f:"top";var a;i.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var d;i.required=(d=r==null?void 0:r.required)!==null&&d!==void 0?d:!1;var h;i.requiredMessage=(h=r==null?void 0:r.requiredMessage)!==null&&h!==void 0?h:"",i.dataBind=new Wu(r==null?void 0:r.dataBind);var m;return i.defaultValue=(m=r==null?void 0:r.defaultValue)!==null&&m!==void 0?m:"",i}return n}(Jt);Ne(ds,"Rules",F_),Ne(ds,"RuntimeRules",N_);function hs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function O_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function no(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ro(e){return ro=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ro(e)}function I_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ps(e,t)}function S_(e,t){return t&&(T_(t)==="object"||typeof t=="function")?t:hs(e)}function ps(e,t){return ps=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ps(e,t)}function T_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function M_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function R_(e){var t=M_();return function(){var r=ro(e),i;if(t){var o=ro(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return S_(this,i)}}var of=function(e){I_(n,e);var t=R_(n);function n(r){O_(this,n);var i;return i=t.call(this,r),no(hs(i),"controlType","form"),no(hs(i),"props",void 0),i.props=new ds(r==null?void 0:r.props),i}return n}(je);no(of,"controlEventKeys",["on_change","on_focus","on_blur"]),no(of,"controlCustomAttributes",void 0);function B_(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function L_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function io(e){return io=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},io(e)}function P_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ms(e,t)}function x_(e,t){return t&&(k_(t)==="object"||typeof t=="function")?t:B_(e)}function ms(e,t){return ms=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ms(e,t)}function k_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function $_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function U_(e){var t=$_();return function(){var r=io(e),i;if(t){var o=io(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return x_(this,i)}}var V_=function(e){P_(n,e);var t=U_(n);function n(r){return L_(this,n),t.call(this,r)}return n}(Jt);function gs(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function j_(e){if(Array.isArray(e))return gs(e)}function Wn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function uf(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(l){n(l);return}s.done?t(c):Promise.resolve(c).then(r,i)}function H_(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){uf(o,r,i,u,s,"next",c)}function s(c){uf(o,r,i,u,s,"throw",c)}u(void 0)})}}function W_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function q_(e,t,n){return t&&sf(e.prototype,t),n&&sf(e,n),e}function _n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Cr(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?Cr=Reflect.get:Cr=function(i,o,u){var s=eD(i,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(u||i):c.value}},Cr(e,t,n||e)}function Dn(e){return Dn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Dn(e)}function G_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_s(e,t)}function K_(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function X_(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function J_(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function z_(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){_n(e,i,n[i])})}return e}function Z_(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Q_(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Z_(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Y_(e,t){return t&&(tD(t)==="object"||typeof t=="function")?t:Wn(e)}function _s(e,t){return _s=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},_s(e,t)}function eD(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Dn(e),e!==null););return e}function af(e){return j_(e)||X_(e)||nD(e)||J_()}function tD(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function nD(e,t){if(!!e){if(typeof e=="string")return gs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return gs(e,t)}}function rD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function iD(e){var t=rD();return function(){var r=Dn(e),i;if(t){var o=Dn(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Y_(this,i)}}function oD(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(f){return c([l,f])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=l[0]&2?r.return:l[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,l[1])).done)return i;switch(r=0,i&&(l=[l[0]&2,i.value]),l[0]){case 0:case 1:i=l;break;case 4:return u.label++,{value:l[1],done:!1};case 5:u.label++,r=l[1],l=[0];continue;case 7:l=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){u=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){u.label=l[1];break}if(l[0]===6&&u.label<i[1]){u.label=i[1],i=l;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(l);break}i[2]&&u.ops.pop(),u.trys.pop();continue}l=t.call(e,u)}catch(f){l=[6,f],r=0}finally{n=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var uD=1e4,cf=function(t){G_(r,t);var n=iD(r);function r(i){W_(this,r);var o;o=n.call(this,i),_n(Wn(o),"controlType","layout"),_n(Wn(o),"children",void 0),_n(Wn(o),"excludes",void 0),_n(Wn(o),"childrenMaxLength",void 0),_n(Wn(o),"props",void 0);var u=K_(this,r)?this.constructor:void 0,s=u.excludes,c=u.childrenMaxLength;return o.props=new V_(i==null?void 0:i.props),Hu(Wn(o),"children",i==null?void 0:i.children,void 0,"Designer"),o.excludes=he(s),o.childrenMaxLength=c,o}return q_(r,[{key:"judgeExcludesChildren",value:function(o){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(o)}},{key:"judgeJoinChildren",value:function(o){var u=this.judgeExcludesChildren(o);return u&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(o,u){var s=this,c=this,l=function(){return Cr(Dn(r.prototype),"validate",s)};return H_(function(){return oD(this,function(f){switch(f.label){case 0:return[4,l().call(c,o,u)];case 1:return f.sent(),[4,Promise.all(c.children.map(function(a){return a.validate(o,u)}))];case 2:return f.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=Cr(Dn(r.prototype),"toDataBindModel",this).call(this),s=u?[u]:[];return this.children.reduce(function(c,l){var f=l.toDataBindModel(o);if(Array.isArray(f)){var a=f.filter(function(d){return!!d});return af(c).concat(af(a))}return f&&c.push(f),c},s)}},{key:"toSchema",value:function(){var o=Cr(Dn(r.prototype),"toSchema",this).call(this),u=this.children.map(function(s){var c=s.toSchema();return c});return Q_(z_({},o),{children:u})}}]),r}(je);_n(cf,"excludes",!1),_n(cf,"childrenMaxLength",uD);function zt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function oo(e){return oo=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},oo(e)}function aD(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ds(e,t)}function cD(e,t){return t&&(lD(t)==="object"||typeof t=="function")?t:zt(e)}function Ds(e,t){return Ds=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Ds(e,t)}function lD(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function fD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function dD(e){var t=fD();return function(){var r=oo(e),i;if(t){var o=oo(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return cD(this,i)}}var hD=function(e){aD(n,e);var t=dD(n);function n(r,i,o){sD(this,n);var u;u=t.call(this,i),Fr(zt(u),"headers",void 0),Fr(zt(u),"footers",void 0),Fr(zt(u),"pageIndex",void 0),Fr(zt(u),"pageSize",void 0),Fr(zt(u),"pageSizeOptions",void 0),Fr(zt(u),"totalCount",void 0),Hu(zt(u),"headers",i==null?void 0:i.headers,r,o),Hu(zt(u),"footers",i==null?void 0:i.footers,r);var s;u.pageIndex=(s=i==null?void 0:i.pageIndex)!==null&&s!==void 0?s:1;var c;u.pageSize=(c=i==null?void 0:i.pageSize)!==null&&c!==void 0?c:20;var l;u.pageSizeOptions=(l=i==null?void 0:i.pageSizeOptions)!==null&&l!==void 0?l:[20];var f;return u.totalCount=(f=i==null?void 0:i.totalCount)!==null&&f!==void 0?f:0,u}return n}(Jt);function vs(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function pD(e){if(Array.isArray(e))return vs(e)}function uo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lf(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(l){n(l);return}s.done?t(c):Promise.resolve(c).then(r,i)}function mD(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){lf(o,r,i,u,s,"next",c)}function s(c){lf(o,r,i,u,s,"throw",c)}u(void 0)})}}function gD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ff(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _D(e,t,n){return t&&ff(e.prototype,t),n&&ff(e,n),e}function so(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Nr(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?Nr=Reflect.get:Nr=function(i,o,u){var s=wD(i,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(u||i):c.value}},Nr(e,t,n||e)}function vn(e){return vn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},vn(e)}function DD(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ys(e,t)}function vD(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function yD(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function df(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){so(e,i,n[i])})}return e}function ED(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function hf(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ED(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function bD(e,t){return t&&(AD(t)==="object"||typeof t=="function")?t:uo(e)}function ys(e,t){return ys=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ys(e,t)}function wD(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=vn(e),e!==null););return e}function pf(e){return pD(e)||vD(e)||CD(e)||yD()}function AD(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function CD(e,t){if(!!e){if(typeof e=="string")return vs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vs(e,t)}}function FD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ND(e){var t=FD();return function(){var r=vn(e),i;if(t){var o=vn(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return bD(this,i)}}function OD(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(f){return c([l,f])}}function c(l){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=l[0]&2?r.return:l[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,l[1])).done)return i;switch(r=0,i&&(l=[l[0]&2,i.value]),l[0]){case 0:case 1:i=l;break;case 4:return u.label++,{value:l[1],done:!1};case 5:u.label++,r=l[1],l=[0];continue;case 7:l=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){u=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){u.label=l[1];break}if(l[0]===6&&u.label<i[1]){u.label=i[1],i=l;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(l);break}i[2]&&u.ops.pop(),u.trys.pop();continue}l=t.call(e,u)}catch(f){l=[6,f],r=0}finally{n=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var ID=function(e){DD(n,e);var t=ND(n);function n(r){gD(this,n);var i;return i=t.call(this,r),so(uo(i),"controlType","list"),so(uo(i),"props",void 0),i.props=new hD(uo(i),r==null?void 0:r.props,"Designer"),i}return _D(n,[{key:"validate",value:function(i,o){var u=this,s=this,c=function(){return Nr(vn(n.prototype),"validate",u)};return mD(function(){return OD(this,function(l){switch(l.label){case 0:return[4,c().call(s,i)];case 1:return l.sent(),[4,Promise.all(s.props.headers.map(function(f){return f.validate(i,o)}))];case 2:return l.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var i=Nr(vn(n.prototype),"toDataBindModel",this).call(this),o=i?[i]:[],u=this.id;return this.props.headers.reduce(function(s,c){var l=c.toDataBindModel(u);if(Array.isArray(l)){var f=l.filter(function(a){return!!a});return pf(s).concat(pf(f))}return l&&s.push(l),s},o)}},{key:"toSchema",value:function(){var i=Nr(vn(n.prototype),"toSchema",this).call(this),o=this.props.headers.map(function(u){return u.toSchema()});return hf(df({},i),{props:hf(df({},this.props),{headers:o})})}}]),n}(je);so(ID,"controlFieldType",Ae.LIST);function nt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ao(e){return ao=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ao(e)}function gf(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Es(e,t)}function SD(e,t){return t&&(TD(t)==="object"||typeof t=="function")?t:nt(e)}function Es(e,t){return Es=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Es(e,t)}function TD(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function MD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _f(e){var t=MD();return function(){var r=ao(e),i;if(t){var o=ao(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return SD(this,i)}}var RD=function(e){gf(n,e);var t=_f(n);function n(r){mf(this,n);var i;return i=t.call(this,r),rt(nt(i),"caption",{type:"string",required:!0,message:lt.getMessage("pleaseEnterCaption")}),rt(nt(i),"width",{type:"number",required:!1,message:lt.getMessage("pleaseEnterColumnWidth")}),i.width.required=r.widthType==="px",i}return n}(Qu),BD=function(e){gf(n,e);var t=_f(n);function n(r){mf(this,n);var i;i=t.call(this,r),rt(nt(i),"widthType",void 0),rt(nt(i),"width",void 0),rt(nt(i),"caption",void 0),rt(nt(i),"dataBind",void 0),rt(nt(i),"autoWidth",void 0),rt(nt(i),"fixed",void 0),rt(nt(i),"sort",void 0),rt(nt(i),"align",void 0),rt(nt(i),"colSpan",void 0),rt(nt(i),"autoHeight",void 0),rt(nt(i),"children",void 0);var o;i.width=(o=r==null?void 0:r.width)!==null&&o!==void 0?o:150,i.widthType=(r==null?void 0:r.widthType)||"auto";var u;i.caption=(u=r==null?void 0:r.caption)!==null&&u!==void 0?u:"";var s;i.fixed=(s=r==null?void 0:r.fixed)!==null&&s!==void 0?s:"none",i.autoWidth=new Ng(r==null?void 0:r.autoWidth),i.dataBind=new Wu(r==null?void 0:r.dataBind);var c;i.sort=(c=r==null?void 0:r.sort)!==null&&c!==void 0?c:!0,i.align=r==null?void 0:r.align,i.colSpan=r==null?void 0:r.colSpan;var l;return i.autoHeight=(l=r==null?void 0:r.autoHeight)!==null&&l!==void 0?l:!1,i}return n}(Jt);rt(BD,"Rules",RD);function co(e){return e.controlType===Q.LAYOUT||e.controlType===Q.WRAP||e.controlType===Q.LIST||e.controlType===Q.SEARCH||e.controlType===Q.COLUMN&&e.type!==ve.OPERATION_COLUMN}function qn(e,t){Array.isArray(e)&&e.map(n=>{n.controlType===Q.LIST?t(n,[]):co(n)?qn(n==null?void 0:n.children,t):n.controlType===Q.FORM&&t(n)})}function Gn(e,t){Array.isArray(e)&&e.map(n=>{n.type===ve.DATA_VIEW||n.type===ve.SIMPLE_SEARCH?t(n):co(n)&&Gn(n==null?void 0:n.children,t)})}let Df=0;function si(e=""){const t=Date.now(),n=Math.floor(Math.random()*1e9);return Df++,e+"_"+n+Df+String(t)}class Je extends ti{constructor(t){super("Runtime"),this._flatInstances=[],this._instanceMap={},this._controlParentIdMap={};const{schema:n}=t;this._schema=n,this._instance=this.createControl(n,t.beforeCreateInstance),this.getFlatInstances()}getFlatInstances(){const t=[],n={},r={};return bs(this._instance,"",(i,o)=>{var u;o&&(r[i.id]=o),n[i.id]||(n[i.id]=[]),!(i.type==="subtable-column"&&n[i.id].length>0)&&(t.push(i),!(((u=i.parent)==null?void 0:u.type)===ve.SUBTABLE_COLUMN&&i.parent.parent===void 0)&&n[i.id].push(i))}),this._flatInstances=t,this._instanceMap=n,this._controlParentIdMap=r,this._flatInstances}get schema(){return this._schema}get instance(){return this._instance}get flatInstances(){return this._flatInstances}get instanceMap(){return this._instanceMap}get allRules(){let t={},n={},r={};return Gn(this._instance,i=>{let o=Je.staticGetRules(i.type,i.props);n[i.id]=he(o[0]),t[i.id]=he(o[0]),r[i.id]=he(o[0]),qn(i.children,u=>{(u.controlType===Q.FORM||u.controlType===Q.LIST)&&(vf(n[i.id].fields,u,!0),bf(t[i.id].fields,u,!0),yf(r[i.id].fields,u,!0))})}),{rules:this.rules,antdRules:this.antdRules,fieldCodeRules:this.fieldCodeRules,defaultAntdRules:t,defaultRule:n,defaultFieldRules:r}}get rules(){let t={};return Gn(this._instance,n=>{let r=Je.staticGetRules(n.type,n.props);t[n.id]=r[0],qn(n.children,i=>{(i.controlType===Q.FORM||i.controlType===Q.LIST)&&vf(t[n.id].fields,i)})}),t}get fieldCodeRules(){let t={};return Gn(this._instance,n=>{let r=Je.staticGetRules(n.type,n.props);t[n.id]=r[0],qn(n.children,i=>{(i.controlType===Q.FORM||i.controlType===Q.LIST)&&yf(t[n.id].fields,i)})}),t}get antdRules(){let t={};return Gn(this._instance,n=>{let r=Je.staticGetRules(n.type,n.props);t[n.id]=r[0],qn(n.children,i=>{(i.controlType===Q.FORM||i.controlType===Q.LIST)&&bf(t[n.id].fields,i)})}),t}}function bs(e,t,n){(Array.isArray(e)?e:[e]).map(i=>{if(n(i,t),co(i)){const o=i;o.children||(o.children=[]),bs(o.children,o.id,n)}LD(i,"headers")&&bs(i.props.headers,i.id,n)})}function LD(e,t){return t in e.props&&jn(e.props[t])}function lo(e){return e.props.isHide?!0:e.parent===null||e.parent===void 0?!1:lo(e.parent)}function vf(e,t,n=!1){if(lo(t))return;let r=Je.staticGetRules(t.type,t.props);if(t.controlType===Q.FORM)e[t.id]=r;else if(t.type===ve.SUBTABLE){e[t.id]=r;const i={type:"array",fields:{}};(n===!0?[{children:t.props.headers}]:t.children).forEach((o,u)=>{jt(o.children,s=>{if(i.fields){i.fields[u]||(i.fields[u]={type:"object",required:!0,fields:{}});let c=Je.staticGetRules(s.type,s.props);i.fields[u].fields[s.id]=c}})}),e[t.id].push(i)}}function yf(e,t,n=!1){var i,o,u,s,c,l,f;if(lo(t))return;let r=Je.staticGetRules(t.type,t.props);if(t.controlType===Q.FORM)if(ht(t.props.dataBind))((i=t.props.dataBind)==null?void 0:i.fieldCode)!=""&&(e[(o=t.props.dataBind)==null?void 0:o.fieldCode]=r);else for(const a in t.props.dataBind)((u=t.props.dataBind[a])==null?void 0:u.fieldCode)!=""&&(e[(s=t.props.dataBind[a])==null?void 0:s.fieldCode]=((c=Ef(r))==null?void 0:c[a])||[]);else if(t.type===ve.SUBTABLE){e[(l=t.props.datasourceBind)==null?void 0:l.dataCode]=r;const a={type:"array",fields:{}};(n===!0?[{children:t.props.headers}]:t.children).forEach((d,h)=>{jt(d.children,m=>{var g,E,p,y;if(a.fields){a.fields[h]||(a.fields[h]={type:"object",required:!0,fields:{}});let _=Je.staticGetRules(m.type,m.props);if(ht(m.props.dataBind))((p=m.props.dataBind)==null?void 0:p.fieldCode)!=""&&(a.fields[h].fields[(y=m.props.dataBind)==null?void 0:y.fieldCode]=_);else for(const v in m.props.dataBind)((g=m.props.dataBind[v])==null?void 0:g.fieldCode)!=""&&(a.fields[h].fields[m.props.dataBind[v].fieldCode]=((E=Ef(_))==null?void 0:E[v])||[])}})}),e[(f=t.props.datasourceBind)==null?void 0:f.dataCode].push(a)}}function Ef(e){let t={};return e.map(n=>{n.fields&&(t=n)}),t==null?void 0:t.fields}function bf(e,t,n=!1){if(lo(t))return;let r=Je.staticGetRules(t.type,t.props);t.controlType===Q.FORM?e[t.id]=r:t.type===ve.SUBTABLE&&t.children.length&&(e[t.id]=[],(n===!0?[{children:t.props.headers}]:t.children).forEach(i=>{let o={};jt(i.children,u=>{let s=Je.staticGetRules(u.type,u.props);o[u.id]=s}),e[t.id].push(o)}))}class PD{constructor(t){const{state:n,emptyState:r,databindMapping:i,controlidMapping:o,defaultState:u,subtableHeadersControlIdMapping:s}=xD(t.instance);this.emptyState=r,this.state=n,this.dataBindMapping=i,this.controlIdMapping=o,this.defaultState=u,this.subtableHeadersControlIdMapping=s}setState(t,n,r){const i=this.controlIdMapping[t],o=he(n);i!==void 0?(i.children&&n.forEach(u=>{u.uid||Object.assign(u,{uid:"new:"+si("uid")})}),this.state[i.dataView][t]=o):r!==void 0?Object.keys(this.controlIdMapping).map(u=>{const s=this.controlIdMapping[u].dataView,c=this.controlIdMapping[u].children;c!==void 0&&Object.keys(c).map(l=>{l===t&&this.state[s][u][r]&&(this.state[s][u][r][t]=o)})}):this.state[t]=o}getState(t,n){var i;if(this.state[t]!==void 0)return this.state[t];{const o=this.controlIdMapping[t];if(o!==void 0){const u=this.state[o.dataView][t];return n!==void 0&&Object.keys((i=o==null?void 0:o.children)!=null?i:{}).length>0?u[n]:u}else if(n!==void 0){let u;return Object.keys(this.controlIdMapping).map(s=>{const c=this.controlIdMapping[s].dataView,l=this.controlIdMapping[s].children;l!==void 0&&Object.keys(l).map(f=>{var a;f===t&&(u=(a=this.state[c][s][n])==null?void 0:a[t])})}),u}else{let u=[];return Object.keys(this.controlIdMapping).map(s=>{const c=this.controlIdMapping[s].dataView,l=this.controlIdMapping[s].children;l!==void 0&&Object.keys(l).map(f=>{f===t&&this.state[c][s].map(a=>{u.push(a[t])})})}),u}}}getEmptyState(t){if(this.emptyState[t]!==void 0)return this.emptyState[t];{const r=this.controlIdMapping[t];if(r!==void 0){const i=this.emptyState[r.dataView][t];return"children"in r&&Object.assign(i,{uid:"new:"+si("uid")}),i}else{let i;return Object.keys(this.controlIdMapping).map(o=>{const u=this.controlIdMapping[o].dataView,s=this.controlIdMapping[o].children;s!==void 0&&Object.keys(s).map(c=>{c===t&&(i=this.emptyState[u][o][t])})}),i}}}getDataBind(t){let n=this.controlIdMapping[t];if(n)return n.dataBind;e:for(let r in this.controlIdMapping){const i=this.controlIdMapping[r];if(i.children){for(let o in i.children)if(o===t){n=i.children[o];break e}}}return n==null?void 0:n.dataBind}}function xD(e){let t={},n={},r={},i={},o={},u={};return Gn(e,s=>{const c=s.id,l={},f={};qn([s],(a,d)=>{kD(l,f,a),$D(r,c,a),UD(i,c,a),VD(o,a)}),t[c]={},u[c]=l,n[c]=f}),{state:t,defaultState:u,subtableHeadersControlIdMapping:o,emptyState:n,databindMapping:r,controlidMapping:i}}function kD(e,t,n){var r,i;if(n.controlType===Q.FORM)e[n.id]=he(n.props.defaultValue),t[n.id]=he(n.props.defaultValue);else{const o={};jt(n.props.headers,u=>{o[u.id]=he(u.props.defaultValue)}),e[n.id]=(i=new Array((r=n.props.defaultRows)!=null?r:1).fill(0).map(()=>Ee({uid:"new:"+si("uid")},he(o))))!=null?i:[],t[n.id]=o}}function $D(e,t,n){var r,i;if(n.controlType===Q.FORM)ht(n.props.dataBind)?((i=(r=n.props)==null?void 0:r.dataBind)==null?void 0:i.dataCode)===void 0||(e[n.props.dataBind.dataCode]===void 0&&(e[n.props.dataBind.dataCode]={controlId:t,fields:[],dataViewId:t}),e[n.props.dataBind.dataCode].fields.push({fieldCode:n.props.dataBind.fieldCode,controlId:n.id,dataBind:n.props.dataBind,dataViewId:[t]})):Object.keys(n.props.dataBind).map(o=>{const u=n.props.dataBind,s=u[o].dataCode;s!==void 0&&(e[s]===void 0&&(e[s]={controlId:n.id,fields:[],dataViewId:t}),e[s].fields.push({fieldCode:u[o].fieldCode,controlId:n.id,dataBind:u,dataViewId:[t]}))});else{if(n.props.datasourceBind.dataCode===""){cr(`datasourceBind.dataCode is empty! maybe in preview mode, control:${n.id} type:${n.type}`);return}e[n.props.datasourceBind.dataCode]={controlId:n.id,fields:[],dataViewId:t};const o=n.id;jt(n.props.headers,u=>{ht(u.props.dataBind)?(e[u.props.dataBind.dataCode]===void 0&&(e[u.props.dataBind.dataCode]={controlId:t,fields:[],dataViewId:t}),e[u.props.dataBind.dataCode].fields.push({fieldCode:u.props.dataBind.fieldCode,controlId:u.id,dataBind:u.props.dataBind,dataViewId:[t,o]})):Object.keys(u.props.dataBind).map(s=>{const c=u.props.dataBind,l=c[s].dataCode;e[l].fields.push({fieldCode:c[s].fieldCode,controlId:u.id,dataBind:c,dataViewId:[t,o]})})})}}function UD(e,t,n){n.controlType===Q.FORM?e[n.id]={dataBind:n.props.dataBind,options:[],dataView:t}:n.type===ve.SUBTABLE&&(e[n.id]={dataBind:new Wu({dataCode:n.props.datasourceBind.dataCode,fieldCode:""}),dataView:t,children:{},options:[]},jt(n.props.headers,r=>{var i,o;Object.assign((o=(i=e[n.id])==null?void 0:i.children)!=null?o:{},{[r.id]:{dataBind:r.props.dataBind}})}))}function VD(e,t){if(t.type===ve.SUBTABLE){const n={};t.props.headers.map(r=>{r.children.map(i=>{Object.assign(n,{[i.id]:i})})}),Object.assign(e,{[t.id]:n})}}const wf=["splice","push","shift","pop","unshift","reverse"],ws=Symbol("__engineProxy__"),As=Symbol("__engineTarget__"),Af=Symbol("__engineArrayBeforeSetCallbackFlag__"),Cf=Symbol("__engineProxyThisKey__"),Nt={type:"",args:[],callback:Ff};function Ff(){}GD();function jD(e,t,n,r,i){if(Nt.type){Nt.callback=i.bind(null,e,r);return}const o=Number(t);if(o>e.length){Vt(`Wrong array operations may cause unknown errors. It is recommended to use APIs such as ${wf.join(",")} for array operations`);return}if(!(Number.isNaN(o)&&t!=="length"))if(t==="length"){const s=n,c=e.length;if(s>e.length){Vt("Do not directly modify the length of the array data, please add new rows");return}return s===e.length?void 0:()=>i.call(null,e,r,"splice",[s,c-s])}else return o===e.length?()=>i.call(null,e,r,"push",[n]):()=>i.call(null,e,r,"splice",[o,1,n])}function HD(e,t,n){return{__engineProxy__:!0,get(r,i,o){return i===ws?!0:i===As?r:Array.isArray(r)&&i===Af?n:i===Cf?e:Reflect.get(r,i,o)},set(r,i,o,u){var d;let s=he(o);const c=r[i],l=e===""?i:e+"."+i;function f(h){if(typeof h=="object"&&h!==null)return h[ws]!==!0?fo(h,t,n,l):fo(h[As],t,n,l)}s=(d=f(s))!=null?d:s;let a;if(Array.isArray(r)){const h=jD(r,i,s,e,t);a=Reflect.set(r,i,s,u),h&&h()}else{try{let h=s;if(s=n.call(null,r,l,s,c),h!==s){const m=f(s);m!==void 0&&(s=m)}}catch(h){return vi(`${l} set error ${h}`),!0}a=Reflect.set(r,i,s,u),t.call(null,r,l,s,c)}return a||!0}}}function fo(e,t,n,r=""){if(Object.isFrozen(e))return e;for(let i in e){const o=r===""?i:r+"."+i,u=e[i];typeof u=="object"&&u!==null&&(e[i]=fo(u,t,n,o))}return new Proxy(e,HD(r,t,n))}function Nf(e){const t=[];return e.forEach(n=>{t.push(n),(n.controlType==="layout"||n.controlType==="wrap")&&t.push(...Nf(n.children))}),t}function Cs(e,t,n){if(t==="")return;const r=t.split(".");if(r.length===0)return;const i=r[0],o=r.slice(1),u=n[i]?n[i][0]:void 0;return o.length===0?u:o.reduce((s,c)=>{var a,d;const l=Number(c);if(Number.isNaN(l)&&s){const h=s!=null&&s.children?Nf(s.children):void 0,m=h==null?void 0:h.find(g=>g.id===c);return m||(s.controlType===Q.FORM?s:void 0)}else return(d=(a=s==null?void 0:s.children)==null?void 0:a[l])!=null?d:s},u)}function WD(e,t){return["push","unshift"].includes(e)?t:e==="splice"?t.slice(2):[]}function qD(e,t,n){if(["push","unshift"].includes(e))return n;if(e==="splice")return t.slice(0,2).concat(n)}function GD(){wf.forEach(e=>{const t=Array.prototype[e];Array.prototype[e]=function(...n){var r;if(this[ws]){let i;const o=WD(e,n);if(o.length){const u=(r=this[Af])==null?void 0:r.call(this,this[As],this[Cf],o),s=qD(e,n,u);Nt.type=e,Nt.args=s,i=t.apply(this,s)}else Nt.type=e,Nt.args=n,i=t.apply(this,n);return typeof Nt.callback=="function"&&Nt.callback(e,n,i),Nt.type="",Nt.args=[],Nt.callback=Ff,i}else return t.apply(this,n)}})}class KD{constructor(){this.actionMap=new Map,this.buildinActions={},this.actionUtils={},this.sources={}}execAction(t,n,...r){return at(this,null,function*(){const i=this.actionMap.get(t);if(!!i)try{return yield i.func.call(null,n,...r)}catch(o){return vi(`${i.id} Exception during calling action: ${o}`),!1}})}addAction(t,n){this.actionMap.has(t)&&Vt("duplicated action key");const r=new XD(t,n);this.actionMap.set(t,r)}}class XD{constructor(t,n){this.id="",this.id=t,this.func=n}}class JD{constructor(t){this._dataStore=new Map,this.executer=t}add(t,n){this._dataStore.set(t,n)}get(t){let n=this._dataStore.get(t);return he(n)}remove(t){this._dataStore.delete(t)}getRemoteData(t){return at(this,null,function*(){return this.executer===void 0?(vi("\u672A\u521D\u59CB\u5316executer"),[]):this.executer(t)})}}class yn{}class ai extends yn{validate(t){return tt(t)}transform(t){if(t==null)return"";if(!Ft(t)&&!bl(t))return String(t);if(ig(t))return JSON.stringify(t);throw`${t} is not a string`}}class Fs extends yn{validate(t){return zi(t)||t===""}transform(t){if(t==null)return"";const n=!Ft(t)&&!bl(t)?Number(t):void 0;if(!Number.isNaN(n)&&n!==void 0)return n;throw`${t} is not a number`}}class zD extends yn{validate(t){return og(t)}transform(t){if(t==null)return[];function n(r){return r.map(i=>i?String(i):"")}if(jn(t))return n(t);if(tt(t)&&wl(t))try{const r=JSON.parse(t);if(Array.isArray(r))return n(r)}catch(r){}return[String(t)]}}class ZD extends yn{validate(t){return ug(t)}transform(t){if(t==null)return[];function n(i){return i.map(o=>!o&&o!==0?"":Number(o)).filter(o=>o===""||!Number.isNaN(o))}if(jn(t))return n(t);if(tt(t)&&wl(t))try{const i=JSON.parse(t);if(jn(i))return n(i)}catch(i){}const r=Number(t);if(Number.isNaN(r))throw`${t} is not a number array`;return[r]}}class QD extends yn{validate(t){return Ft(t)&&"amount"in t&&zi(t.amount)&&"currency"in t&&tt(t.currency)}transform(t,n){if(t==null||t==="")return new qu({currency:n==null?void 0:n.currency});let r;if(Ft(t)&&(r=new qu(Ee(Ee({},n),t))),tt(t)&&Zi(t))try{const i=JSON.parse(t);r=new qu(Ee(Ee({},n),i))}catch(i){}if(r){const i=new Fs,o=new ai;return i.validate(r.amount)||(r.amount=i.transform(r.amount)),o.validate(r.currency)||(r.currency=o.transform(r.currency)),r}throw`${t} is not a { amount: number, currency: string } object`}}class YD extends yn{validate(t){return Ft(t)&&"min"in t&&tt(t.min)&&"max"in t&&tt(t.max)}transform(t,n){if(t==null||t==="")return new Gu;let r;if(Ft(t)&&(r=new Gu(Ee(Ee({},n),t))),tt(t)&&Zi(t))try{const i=JSON.parse(t);r=new Gu(Ee(Ee({},n),i))}catch(i){}if(r){const i=new ai;return i.validate(r.min)||(r.min=i.transform(r.min)),i.validate(r.max)||(r.max=i.transform(r.max)),r}throw`${t} is not a { min: string, max: string } object`}}class ev extends yn{validate(t){return Ft(t)&&"result"in t&&zi(t.result)&&"unit"in t&&tt(t.unit)}transform(t,n){if(t==null||t==="")return new Xu({unit:n==null?void 0:n.unit});let r;if(Ft(t)&&(r=new Xu(Ee(Ee({},n),t))),tt(t)&&Zi(t))try{const i=JSON.parse(t);r=new Xu(Ee(Ee({},n),i))}catch(i){}if(r){const i=new Fs,o=new ai;return i.validate(r.result)||(r.result=i.transform(r.result)),o.validate(r.unit)||(r.unit=o.transform(r.unit)),r}throw`${t} is not a { result: string, unit: string } object`}}class tv extends yn{validate(t){return!!Ft(t)}transform(t,n){if(t==null||t==="")return new Ku;let r;if(Ft(t)&&(r=new Ku(Ee(Ee({},n),xu.exports.camelizeKeys(t)))),tt(t)&&Zi(t))try{const i=JSON.parse(t);r=new Ku(Ee(Ee({},n),xu.exports.camelizeKeys(i)))}catch(i){}if(r){const i=new ai;return i.validate(r.city)||(r.city=i.transform(r.city)),i.validate(r.district)||(r.district=i.transform(r.district)),i.validate(r.province)||(r.province=i.transform(r.province)),r}throw`${t} is not a { city: string, district: string, province: string } object`}}class nv{static getValueChecker(t){let n;switch(t){case Ae.VARCHAR:case Ae.TIMESTAMP:case Ae.TEXT:case Ae.AUTO_NUMBER:n=new ai;break;case Ae.DECIMAL:n=new Fs;break;case Ae.EMPLOYEES:case Ae.DEPARTMENTS:case Ae.IMAGE:case Ae.FILE:case Ae.ARRAY:n=new zD;break;case Ae.MONEY:n=new QD;break;case Ae.TIMESCOPE:n=new YD;break;case Ae.CALC:n=new ev;break;case Ae.DECIMAL_RANGE:n=new ZD;break;case Ae.ADDRESS:n=new tv;break}return n}}function rv(e){if(["min","max","currency","unit"].includes(e))return Ae.VARCHAR;if(["result","amount"].includes(e))return Ae.DECIMAL}function Of(e,t,n,r){var u;let i=(u=rv(t))!=null?u:e,o=nv.getValueChecker(i);if(!o||o.validate(n))return n;try{const s=o.transform(n,r);return s!==void 0?s:n}catch(s){throw`${t} ${s}`}}function iv(e,t,n){return Object.entries(e).reduce((r,[i,o])=>{const u=t[i];return r[i]=Of(o,i,u,n[i]),r},Object.assign({},t))}typeof window!="undefined"&&(window.engines={});let Or=null,ci="";class Ns extends Nl{constructor(t){super(),this.rawStore={},this.isMounted=!1,this.id=_i(8),this.__pluginsApplied=!1,this.actionManager=new KD,this._jobTasks=[],this.createControlInstance=this.createInstance,this.$options=Object.freeze(t);const{autoMount:n=!0,schema:r,beforeCreateInstance:i,externalParams:o,language:u=sr,debug:s=!1,messagesI18n:c}=this.$options;lt.setLocale(u,c),this.debug=s,this.runtime=new Je({schema:r,beforeCreateInstance:i}),this.externalParams=o,this.store=new PD({instance:this.runtime.instance}),this.debugLog("engine is Instantiation complete"),n&&this.mount()}debugLog(...t){this.debug&&Bo(...t)}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}registerControl(...t){return this.runtime.register(...t),this}static register(t){return Je.register(t,"Runtime")}static judgeControlIsRegistered(t){return Je.staticRegisteredTypes.has(t.Runtime.controlType)}mount(){this.debugLog("engine\u7684mount\u65B9\u6CD5\u5F00\u59CB\u8C03\u7528");const{plugins:t=[]}=this.$options;this._handlerProxyState(),this.__plugins=t,this.applyPlugins(),this.setStates(this.getState()),this.debugLog("engine\u7684mount\u65B9\u6CD5\u8C03\u7528\u7ED3\u675F"),this.debug&&typeof window!="undefined"&&(window.engines[this.id]=this)}destroy(){this.debug&&typeof window!="undefined"&&delete window.engines[this.id]}_handlerProxyState(){this.store.state=fo(this.store.state,this._proxyStateCallback.bind(this),this._proxyStateBeforeSetCallback.bind(this))}_proxyStateBeforeSetCallback(t,n,r,i){const o=Cs(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!o)return r;if(this.assertInstance(o,ve.SUBTABLE)){if(r===null)return[];const c=o.props.headers.reduce((f,a)=>{const d=a.children[0];return d&&d.controlType===Q.FORM&&(f[d.id]=d.fieldType),f},{}),l=this.getEmptyState(o.id);return r==null?void 0:r.map(f=>iv(c,f,l))}const u=n.split("."),s=u[u.length-1];try{return Of(o.fieldType,s,r,i)}catch(c){throw cr(`the id=${o.id}'s instance setState error, %o ${c}.`,r),c}}_proxyStateCallback(t,n,r,i,o){Array.isArray(t)?this._handlerArrayUpdate(t,n,r,i,o):this._handlerObjectUpdate(t,n,r,i)}_handlerArrayUpdate(t,n,r,i,o){const u=Cs(this.runtime.flatInstances,n,this.runtime.instanceMap);if((u==null?void 0:u.controlType)!==Q.LIST)return;const s=h=>{const m=[];for(let g=0;g<h;g++){const E=this.listControlCreateRow(u,"subtable-row");E&&m.push(E)}return m},c=Or;let l=[],f=[],a=[],d=!1;if(r&&i){switch(r){case"push":case"unshift":const m=i.length;l=s(m),f=i,u.children[r](...l);break;case"splice":if(i.length>2){const g=i.length-2,E=i.slice(2);l=s(g),f=E;const p=i[0],y=i[1];u.children[r](p,y,...l)}else{const g=i[0],E=i[1];g+E===u.children.length-1&&(d=!0),u.children[r](...i)}break;default:u.children[r](...i);break}r==="splice"?a=o:["pop","shift"].includes(r)&&(a=[o]);const h=this.getState(u.id);this._handlerSubtableUpdateUid(h),this.runtime.getFlatInstances(),this.emit("list-change",{instance:u,value:h,options:Object.assign({},c,{changed:l,data:f,deleted:a!=null?a:[],jsonValue:JSON.stringify(h),isDeleteLastOne:d,type:r,args:i})}),Or=null}}_handlerSubtableUpdateUid(t){t.forEach(n=>{n.uid||Object.assign(n,{uid:"new:"+si("uid")})})}_handlerObjectUpdate(t,n,r,i){const o=Cs(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!o)return;const u=this.getInstanceRowIndex(o),s=Or||{};if(o.controlType===Q.LIST&&o.type===ve.SUBTABLE){o.children.length=0;const c=r;let l=[];for(let a=0;a<c.length;a++){const d=this.listControlCreateRow(o,"subtable-row");d&&l.push(d)}o.children.push(...l);let f=i!=null?i:[];(s==null?void 0:s.setData)===!0?f=[]:this.runtime.getFlatInstances(),this._handlerSubtableUpdateUid(c),this.emit("list-change",{instance:o,value:r,options:gi(Ee({},s),{changed:l,data:c,deleted:f,type:"push",jsonValue:JSON.stringify(c)})})}else this.emit("change",{instance:o,value:this.getState(o.id,u),rowIndex:u,options:gi(Ee({},s),{oldValue:i})})}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{ci=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this)}catch(r){Vt(`${ci} Plugin apply Error
46
- ${r}`)}finally{ci=""}}),this.__pluginsApplied=!0)}listControlCreateRow(t,n){let r;if(n==="subtable-row"?r={children:[],controlType:Q.LAYOUT,id:_i(),type:"subtable-row",props:{caption:"",isHide:!1,style:{height:"",heightConfig:"fill",width:"",widthConfig:"fill"}},fieldType:void 0,customEvents:[],pageStatus:0,rules:[],parent:void 0}:r=this.runtime.createControlInstance(n),!!r){if(r.controlType===Q.LAYOUT){const i=r,o=he(t.props.headers),u=this.createControl(o);for(let s of u)s.parent||this.runtime.resetInstanceParent(s,i);i.children.push(...u)}return r.parent=t,r}}listControlAddRow(t,n="subtable-row"){const r=this.listControlCreateRow(t,n);!r||t.children.push(r)}emit(t,n){return at(this,null,function*(){if(t==="engine-mounted"){if(this.isMounted)return cr("The engine-mounted life cycle can only be triggered once"),Promise.resolve([]);if(this._jobTasks.length){console.time("engine-mounted need wait");const u=[...this._jobTasks];yield Promise.all(u),console.timeEnd("engine-mounted need wait")}this.isMounted=!0}let r,i;this.isMounted||(i=new Promise(u=>{r=u}),this._jobTasks.push(i));const o=yield xd(Ns.prototype,this,"emit").call(this,t,n);return r&&i&&(r(),this._jobTasks.splice(this._jobTasks.indexOf(i),1)),o})}on(t,n){return ci&&(n.applyingPluginName=ci),super.on(t,n)}createControl(...t){return this.runtime.createControl(...t)}createInstance(t,n){return this.runtime.createControlInstance(t,n)}schemaEvent(t,n){this.emit(t,n)}updateInstanceProps(t,n,r,i){return this.setInstance(t,n,r,i)}getRule(t,n){return Je.staticGetRules(t,n)}getAllRules(t){var r,i;const n=this.runtime.allRules;return t===void 0?n:{rules:(r=n.rules[t])==null?void 0:r.fields,antdRules:(i=n.antdRules[t])==null?void 0:i.fields}}getRules(t,n=!1){var s,c,l,f,a,d,h;const r=this.runtime.rules,i=this.runtime.fieldCodeRules,o=this.store.controlIdMapping,u=n?i:r;if(t===void 0)return n?i:u;{if(t=n?(s=o[t])!=null&&s.children?(c=o[t].dataBind)==null?void 0:c.dataCode:((l=o[t].dataBind)==null?void 0:l.fieldCode)||t:t,t in u)return(f=u[t])==null?void 0:f.fields;let m;for(const g in u)if(t in(((a=u[g])==null?void 0:a.fields)||{})){m=(h=(d=u[g])==null?void 0:d.fields)==null?void 0:h[t];break}return m}}getAntdRules(t){var n;return t===void 0?this.runtime.antdRules:(n=this.runtime.antdRules[t])==null?void 0:n.fields}getState(t,n){return t===void 0?this.store.state:this.store.getState(t,n)}getEmptyState(t){return he(t===void 0?this.store.emptyState:this.store.getEmptyState(t))}setPayloadOptions(t){Or=t}setState(t,n,r,i){Or=i,this.debugLog("[%o]: \u89E6\u53D1setState, \u4FEE\u6539\u7684\u503C\u4E3A%o, rowIndex=%o, options=%o",t,n,r,i),this.store.setState(t,n,r),this.debugLog("[%o]: setState\u5B8C\u6210, \u4FEE\u6539\u7684\u503C\u4E3A%o, rowIndex=%o",t,n,r),Or=null}setStates(t,n,r){let i=t!=null?t:{};Object.keys(i).forEach(o=>{Object.entries(this.store.controlIdMapping).forEach(([u,s])=>{if(s.dataView===o){const c=i[o][u];c!==void 0&&this.setState(u,c,n,r)}else(u===o||s.children&&s.children[o])&&i[o]!==void 0&&this.setState(o,i[o],n,r)})})}getField(t,n,r){if(!n){const c=this.getDataBindMapping(t);if(c){const{controlId:l}=c;return this.getState(l)}return}const i=this.getDataBindMapping(t,n);if(!i)return;const{dataBind:o,controlId:u}=i,s=this.getState(u,r);return ht(o)?s:Object.entries(o).reduce((c,[l,f])=>f.fieldCode===n?c[l]:c,s)}getData(t){var i,o,u,s,c,l,f,a;if(!t)return;let n=this.getDataBindMapping(t),r=this.getControlIdMapping();if(n){const{controlId:d}=n,h=this.getField(t);if(Array.isArray(h))return h.map(g=>{var p,y,_,v,w,F;let E={};for(let C in g){const M=(_=(y=(p=r[d])==null?void 0:p.children[C])==null?void 0:y.dataBind)==null?void 0:_.fieldCode;if(M!==""){if(M)E[M]=g[C];else if((v=r[d])!=null&&v.children[C])for(let R in g[C])E[(F=(w=r[d])==null?void 0:w.children[C])==null?void 0:F.dataBind[R].fieldCode]=g[C][R]}}return E});{let m={};for(let g in h)if((o=(i=r[g])==null?void 0:i.dataBind)!=null&&o.fieldCode)m[(u=r[g])==null?void 0:u.dataBind.fieldCode]=h[g];else if((c=(s=r[g])==null?void 0:s.dataBind)!=null&&c.dataCode)m[(l=r[g])==null?void 0:l.dataBind.dataCode]=h[g].map(E=>{var y,_;let p={};for(let v in E){const w=(y=r[g].children[v])==null?void 0:y.dataBind.fieldCode;if(w!=="")if(w)p[w]=E[v];else for(let F in E[v])p[(_=r[g].children[v])==null?void 0:_.dataBind[F].fieldCode]=E[v][F]}return p});else if(r[g])for(let E in h[g])m[(a=(f=r[g])==null?void 0:f.dataBind[E])==null?void 0:a.fieldCode]=h[g][E];return m}}}setField(t,n,r,i,o){var l;const u=this.getDataBindMapping(t,n);if(!u)return;const{dataBind:s,controlId:c}=u;if(ht(s))this.setState(c,r,i,o);else{const f=(l=he(this.getState(c,i)))!=null?l:this.getEmptyState(c),a=Object.entries(s).reduce((d,[h,m])=>(m.fieldCode===n&&(d[h]=r),d),f);this.setState(c,a,i,o)}}setFields(t,n,r,i){const o=this.getDataBindMapping(t);if(!o)return;let u=[];o.fields.forEach(s=>{var a;const{dataBind:c,controlId:l,fieldCode:f}=s;if(!u.includes(f)&&!!Object.hasOwnProperty.call(n,f))if(ht(c))this.setState(l,n[f],r,i);else{const d=(a=he(this.getState(l,r)))!=null?a:this.getEmptyState(l),h=Object.entries(c).reduce((m,[g,E])=>{u.push(E.fieldCode);const p=n[E.fieldCode];return p!==void 0&&(m[g]=p),m},d);this.setState(s.controlId,h,r,i)}})}buildFields(t,n){const r=this.getDataBindMapping(t);if(!r||!r.fields)return;let i=[];const o={};return r.fields.forEach(u=>{const{dataBind:s,controlId:c,fieldCode:l}=u;if(!i.includes(l)&&!!Object.hasOwnProperty.call(n,l))if(ht(s))o[c]=n[l];else{const f=this.getEmptyState(c);o[u.controlId]=Object.entries(s).reduce((a,[d,h])=>{i.push(h.fieldCode);const m=n[h.fieldCode];return m!==void 0&&(a[d]=m),a},f)}}),o}setData(t,n){this.debugLog("engine setData\u65B9\u6CD5\u6267\u884C\uFF0C\u53C2\u6570\u4E3A%o\uFF0C%o\u3002",t,n);const r=n==null?void 0:n.onlySetData;let i=this.store.defaultState;r===!0&&(i={}),Object.keys(t).map(o=>{var s,c,l,f;const u=t[o];if(Array.isArray(u)){const a=this.getDataBindMapping(o);if(!a)return;i[a.dataViewId]||(i[a.dataViewId]={}),u.length?i[a.dataViewId][a.controlId]=[]:i[a.dataViewId][a.controlId]=(s=i[a.dataViewId][a.controlId])!=null?s:[];let d={},h={};u.map(m=>{let g=he(this.store.emptyState[a.dataViewId][a.controlId]),E=[];Object.keys(m).map(p=>{var _,v,w;if(E.includes(p))return;h.hasOwnProperty(p)===!1&&(h[p]=(v=(_=this.store.dataBindMapping[o])==null?void 0:_.fields)==null?void 0:v.find(F=>F.fieldCode===p));const y=h[p];if(y){if(ht(y.dataBind)&&m[p]!==void 0)g[y.controlId]=m[p];else if(!ht(y.dataBind)){d.hasOwnProperty(y.controlId)===!1&&(d[y.controlId]=he((w=this.getEmptyState(y.controlId))!=null?w:{}));let F=he(d[y.controlId]);Object.keys(y.dataBind).map(C=>{const M=y.dataBind[C];m[M.fieldCode]!==void 0&&(F[C]=m[M.fieldCode]),E.push(M.fieldCode)}),g[y.controlId]=F}}else p==="uid"&&m.uid!==void 0?g.uid=m.uid:p==="virtualStore"&&m.virtualStore!==void 0&&(g.virtualStore=Object.freeze(m.virtualStore))}),i[a.dataViewId][a.controlId].push(g)})}else if(u){let a=[];const d=he(this.store.emptyState);(c=Object.keys(u))!=null&&c.length&&Object.keys(u).map(m=>{var E;if(a.includes(m))return;const g=this.getDataBindMapping(o,m);if(g){if(i[g.dataViewId[0]]||(i[g.dataViewId[0]]={}),ht(g.dataBind)&&u[m]!==void 0)i[g.dataViewId[0]][g.controlId]=u[m]!==void 0?u[m]:d[g.dataViewId[0]][g.controlId];else if(!ht(g.dataBind)){let p=(E=this.getEmptyState(g.controlId))!=null?E:{};Object.keys(g.dataBind).map(y=>{const _=g.dataBind[y];u[_.fieldCode]!==void 0&&(p[y]=u[_.fieldCode]),a.push(_.fieldCode)}),i[g.dataViewId[0]][g.controlId]=p}}});const h=this.getDataBindMapping(o);if(h){const m=(l=h==null?void 0:h.fields)==null?void 0:l.map(p=>p==null?void 0:p.controlId),g=this.getEmptyState(h==null?void 0:h.controlId),E=Object.keys((f=i==null?void 0:i[h==null?void 0:h.controlId])!=null?f:{});m==null||m.forEach(p=>{!E.includes(p)&&p!=="uid"&&i[h==null?void 0:h.controlId]&&(Object.keys(i).length?Object.assign(i[h==null?void 0:h.controlId],{[p]:g[p]}):Object.assign(i,{[h.controlId]:{[p]:g[p]}}))}),this.debugLog("engine setData\u65B9\u6CD5\u9ED8\u8BA4\u503C\u53CA\u8868\u5355\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",i)}}}),this.debugLog("engine setData\u65B9\u6CD5\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",i),this.setStates(i,void 0,Ee({setData:!0},n)),this.runtime.getFlatInstances(),this.debugLog("engine setData\u65B9\u6CD5\u6267\u884C\u5B8C\u6210\u3002")}getDataBind(t){return this.store.getDataBind(t)}getInstance(t,n){const r=this.getInstances(t,n===-1);if(r.length>0)return n!==void 0?n===-1?r[0]:r[n]:r[0]}getInstances(t,n=!1){if(t===void 0)return this.runtime.flatInstances;const r=Array.from(this.runtime.instanceMap[t]||[]);if(n){const i=this.findSubtableHeadersControl(t);i!==void 0&&r.unshift(i)}return r}setInstance(t,n,r,i){try{if(typeof t=="string"&&i===-1)this.getInstances(t,i===-1).map(u=>{u&&(this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",u.id,u,n,r),Pu(u.props,n,r),this.schemaEvent("schema-change",{instance:u,props:n,value:r,rowIndex:i}))});else{let o;if(typeof t=="string"?o=this.getInstance(t,i):o=t,!o)return;this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",o.id,o,n,r),Pu(o.props,n,r),this.schemaEvent("schema-change",{instance:o,props:n,value:r,rowIndex:i})}}catch(o){throw o}}getControlIdMapping(){return this.store.controlIdMapping}getDataBindMapping(t,n){if(!t&&!n)return this.store.dataBindMapping;const r=this.store.dataBindMapping[t];if(!r)return;if(!n)return r;const i=r.fields.find(o=>o.fieldCode===n);if(!!i)return i}getAction(){return this.actionManager}initDataManager(t){this.dataManager=new JD(t)}getDataManager(){return this.dataManager}assertInstance(t,n){return tt(n)?t.type===n:n.includes(t.type)}assertInstanceIsCustomControl(t){return!sg(tt(t)?t:t.type)}getInstanceRowIndex(t){if(!t.parent)return;let n;if(this.assertInstance(t.parent,ve.SUBTABLE_COLUMN)&&this.assertInstance(t.parent.parent,ve.SUBTABLE))n=-1;else if(this.getInstanceParentControl(t,ve.SUBTABLE_COLUMN)){const o=this.runtime.instanceMap[t.id];if(Object.prototype.toString.call(o)==="[object Array]"){const u=o.findIndex(s=>s===t);u>-1&&(n=u)}}return n}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}getInstanceInSubtableHeader(t){const n=this.getInstanceRowIndex(t);if(n===void 0)return;if(n===-1)return t;const r=this.assertInstance(t,ve.SUBTABLE_COLUMN)?t:this.getInstanceParentControl(t,ve.SUBTABLE_COLUMN);if(!r)return;const o=this.getInstanceParentControl(t,ve.SUBTABLE).props.headers.find(u=>u.id===r.id);if(!!o)return o.children.find(u=>u.id===t.id)}setControlConfig(...t){return this.runtime.registerControlConfig(...t)}getControlConfig(t){return this.runtime.getControlConfig(t)}inList(t){const n=this.store.subtableHeadersControlIdMapping;let r;for(const i in n)if(t in n[i]){r=i;break}return r}findSubtableHeadersControl(t){const n=this.store.subtableHeadersControlIdMapping;let r;for(const i in n)if(t in n[i]){r=n[i][t];break}return r}}class ov{}class uv{constructor(t,n,r){this.config=t,this.env=n,this.eventJs=r}apply(t){this.engine=t;const n=this.config;if(!n)return;const r=t.getAction();if(this.eventJs){this.eventJs.exportsFun({ctx:t,utils:r.actionUtils});for(let[i,o]of Object.entries(this.eventJs))r.addAction(i,o)}else{const i=If(n,t,this.env);if(!i)return;for(let[o,u]of Object.entries(i.funcMap))r.addAction(o,u)}}}function If(e,t,n){if(!e.module||!e.module.compiled)return;const r=e.module.compiled,i={exports:{ctx:t,utils:t.getAction().actionUtils,env:n}};try{new Function("module","exports",r).call(i,i,i.exports)}catch(s){Vt(s.message+". fail to parse the module"),process.env.NODE_ENV!=="production"&&Vt("fail to parse the module")}const o={},u={};for(const[s,c]of Object.entries(i.exports))typeof c=="function"?o[s]=c:u[s]=c;return{funcMap:o,variables:u}}const sv={"engine-initialized":"did_init","engine-mounted":"did_mount","engine-submit":"will_submit","engine-submit-params":"do_submit","engine-submitted":"did_submit"};class av{constructor(t){this.config=t}apply(t){this.engine=t,Object.entries(sv).forEach(([n,r])=>{t.on(n,i=>at(this,null,function*(){const o=yield this.callLifecycleEvent(r,i);return o.includes(!1)?!1:o}))})}callLifecycleEvent(t,n){return at(this,null,function*(){const r=this.config;return!r||!Array.isArray(r[t])?[]:yield Promise.all(r[t].map(o=>at(this,null,function*(){return yield this.engine.getAction().execAction(o,n)})))})}}class cv{constructor(t,n){this.config=t,this.customEvents=n}apply(t){this.engine=t,Il.events.forEach(n=>{n.code&&n.key&&this.engineAddEventListener(n.code,n.key)}),this.customEvents.map(n=>{let r=n.key;n.namespace!==void 0&&n.namespace!==null&&n.namespace!==""&&(r=n.namespace+":"+n.key),this.engineAddEventListener(r,r)})}engineAddEventListener(t,n){this.engine.on(t,r=>at(this,null,function*(){if(!((t==="change"||t==="list-change")&&!this.engine.isMounted)&&r.instance!==void 0)return yield this.callControlEvent(n,r)}))}callControlEvent(t,n){return at(this,null,function*(){const r=this.config[n.instance.id];if(!r||!Array.isArray(r[t]))return[];const i=yield Promise.all(r[t].map(o=>at(this,null,function*(){return yield this.engine.getAction().execAction(o,n)})));return i.includes(!1)?!1:i})}}function ho(){return ho=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ho.apply(null,arguments)}var Sf={epsilon:1e-12,matrix:"Matrix",number:"number",precision:64,predictable:!1,randomSeed:null};function He(e){return typeof e=="number"}function Zt(e){return!e||typeof e!="object"||typeof e.constructor!="function"?!1:e.isBigNumber===!0&&typeof e.constructor.prototype=="object"&&e.constructor.prototype.isBigNumber===!0||typeof e.constructor.isDecimal=="function"&&e.constructor.isDecimal(e)===!0}function Tf(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isComplex===!0||!1}function Mf(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isFraction===!0||!1}function Rf(e){return e&&e.constructor.prototype.isUnit===!0||!1}function po(e){return typeof e=="string"}var pt=Array.isArray;function Ir(e){return e&&e.constructor.prototype.isMatrix===!0||!1}function Os(e){return Array.isArray(e)||Ir(e)}function lv(e){return e&&e.isDenseMatrix&&e.constructor.prototype.isMatrix===!0||!1}function fv(e){return e&&e.isSparseMatrix&&e.constructor.prototype.isMatrix===!0||!1}function dv(e){return e&&e.constructor.prototype.isRange===!0||!1}function Bf(e){return e&&e.constructor.prototype.isIndex===!0||!1}function hv(e){return typeof e=="boolean"}function pv(e){return e&&e.constructor.prototype.isResultSet===!0||!1}function mv(e){return e&&e.constructor.prototype.isHelp===!0||!1}function gv(e){return typeof e=="function"}function _v(e){return e instanceof Date}function Dv(e){return e instanceof RegExp}function Lf(e){return!!(e&&typeof e=="object"&&e.constructor===Object&&!Tf(e)&&!Mf(e))}function vv(e){return e===null}function yv(e){return e===void 0}function Ev(e){return e&&e.isAccessorNode===!0&&e.constructor.prototype.isNode===!0||!1}function bv(e){return e&&e.isArrayNode===!0&&e.constructor.prototype.isNode===!0||!1}function wv(e){return e&&e.isAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function Av(e){return e&&e.isBlockNode===!0&&e.constructor.prototype.isNode===!0||!1}function Cv(e){return e&&e.isConditionalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Fv(e){return e&&e.isConstantNode===!0&&e.constructor.prototype.isNode===!0||!1}function Nv(e){return e&&e.isFunctionAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ov(e){return e&&e.isFunctionNode===!0&&e.constructor.prototype.isNode===!0||!1}function Iv(e){return e&&e.isIndexNode===!0&&e.constructor.prototype.isNode===!0||!1}function Sv(e){return e&&e.isNode===!0&&e.constructor.prototype.isNode===!0||!1}function Tv(e){return e&&e.isObjectNode===!0&&e.constructor.prototype.isNode===!0||!1}function Mv(e){return e&&e.isOperatorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Rv(e){return e&&e.isParenthesisNode===!0&&e.constructor.prototype.isNode===!0||!1}function Bv(e){return e&&e.isRangeNode===!0&&e.constructor.prototype.isNode===!0||!1}function Lv(e){return e&&e.isRelationalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Pv(e){return e&&e.isSymbolNode===!0&&e.constructor.prototype.isNode===!0||!1}function xv(e){return e&&e.constructor.prototype.isChain===!0||!1}function Is(e){var t=typeof e;return t==="object"?e===null?"null":Zt(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":t}function Kn(e){var t=typeof e;if(t==="number"||t==="string"||t==="boolean"||e===null||e===void 0)return e;if(typeof e.clone=="function")return e.clone();if(Array.isArray(e))return e.map(function(n){return Kn(n)});if(e instanceof Date)return new Date(e.valueOf());if(Zt(e))return e;if(Lf(e))return kv(e,Kn);throw new TypeError("Cannot clone: unknown type of value (value: ".concat(e,")"))}function kv(e,t){var n={};for(var r in e)mo(e,r)&&(n[r]=t(e[r]));return n}function li(e,t){var n,r,i;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(r=0,i=e.length;r<i;r++)if(!li(e[r],t[r]))return!1;return!0}else{if(typeof e=="function")return e===t;if(e instanceof Object){if(Array.isArray(t)||!(t instanceof Object))return!1;for(n in e)if(!(n in t)||!li(e[n],t[n]))return!1;for(n in t)if(!(n in e))return!1;return!0}else return e===t}}function mo(e,t){return e&&Object.hasOwnProperty.call(e,t)}function $v(e,t){for(var n={},r=0;r<t.length;r++){var i=t[r],o=e[i];o!==void 0&&(n[i]=o)}return n}var Uv=["Matrix","Array"],Vv=["number","BigNumber","Fraction"],Pf=function(t){if(t)throw new Error(`The global config is readonly.
45
+ */const pm="9.13.1";function mm(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(Kt().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(Kt().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Kt().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Kt().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Kt().__INTLIFY_PROD_DEVTOOLS__=!1)}const nl=Xe.__EXTEND_POINT__,Zt=Ci(nl),ve={FALLBACK_TO_ROOT:nl,NOT_SUPPORTED_PRESERVE:Zt(),NOT_SUPPORTED_FORMATTER:Zt(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:Zt(),NOT_SUPPORTED_GET_CHOICE_INDEX:Zt(),COMPONENT_NAME_LEGACY_COMPATIBLE:Zt(),NOT_FOUND_PARENT_SCOPE:Zt(),IGNORE_OBJ_FLATTEN:Zt(),NOTICE_DROP_ALLOW_COMPOSITION:Zt(),NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG:Zt()},gm={[ve.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[ve.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[ve.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[ve.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[ve.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[ve.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[ve.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[ve.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[ve.NOTICE_DROP_ALLOW_COMPOSITION]:"'allowComposition' option will be dropped in the next major version. For more information, please see \u{1F449} https://tinyurl.com/2p97mcze",[ve.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]:"'translateExistCompatible' option will be dropped in the next major version."};function nt(e,...t){return Wr(gm[e],...t)}const rl=ke.__EXTEND_POINT__,rt=Ci(rl),ie={UNEXPECTED_RETURN_TYPE:rl,INVALID_ARGUMENT:rt(),MUST_BE_CALL_SETUP_TOP:rt(),NOT_INSTALLED:rt(),NOT_AVAILABLE_IN_LEGACY_MODE:rt(),REQUIRED_VALUE:rt(),INVALID_VALUE:rt(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:rt(),NOT_INSTALLED_WITH_PROVIDE:rt(),UNEXPECTED_ERROR:rt(),NOT_COMPATIBLE_LEGACY_VUE_I18N:rt(),BRIDGE_SUPPORT_VUE_2_ONLY:rt(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:rt(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:rt(),__EXTEND_POINT__:rt()};function Be(e,...t){return hr(e,null,process.env.NODE_ENV!=="production"?{messages:_m,args:t}:void 0)}const _m={[ie.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[ie.INVALID_ARGUMENT]:"Invalid argument",[ie.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[ie.NOT_INSTALLED]:"Need to install with `app.use` function",[ie.UNEXPECTED_ERROR]:"Unexpected error",[ie.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[ie.REQUIRED_VALUE]:"Required in value: {0}",[ie.INVALID_VALUE]:"Invalid value",[ie.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[ie.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[ie.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[ie.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[ie.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]:"Must define \u2018i18n\u2019 option or custom block in Composition API with using local scope in Legacy API mode",[ie.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},Nu=Ct("__translateVNode"),Ou=Ct("__datetimeParts"),Iu=Ct("__numberParts"),qn=Ct("__enableEmitter"),ti=Ct("__disableEmitter"),il=Ct("__setPluralRules");Ct("__intlifyMeta");const ol=Ct("__injectWithOption"),Su=Ct("__dispose");function ni(e){if(!se(e))return e;for(const t in e)if(!!Ai(e,t))if(!t.includes("."))se(e[t])&&ni(e[t]);else{const n=t.split("."),r=n.length-1;let i=e,o=!1;for(let u=0;u<r;u++){if(n[u]in i||(i[n[u]]={}),!se(i[n[u]])){process.env.NODE_ENV!=="production"&&Re(nt(ve.IGNORE_OBJ_FLATTEN,{key:n[u]})),o=!0;break}i=i[n[u]]}o||(i[n[r]]=e[t],delete e[t]),se(i[n[r]])&&ni(i[n[r]])}return e}function Qi(e,t){const{messages:n,__i18n:r,messageResolver:i,flatJson:o}=t,u=X(n)?n:ge(r)?{}:{[e]:{}};if(ge(r)&&r.forEach(s=>{if("locale"in s&&"resource"in s){const{locale:c,resource:f}=s;c?(u[c]=u[c]||{},Ni(f,u[c])):Ni(f,u)}else V(s)&&Ni(JSON.parse(s),u)}),i==null&&o)for(const s in u)Ai(u,s)&&ni(u[s]);return u}function ul(e){return e.type}function sl(e,t,n){let r=se(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Qi(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const i=Object.keys(r);i.length&&i.forEach(o=>{e.mergeLocaleMessage(o,r[o])});{if(se(t.datetimeFormats)){const o=Object.keys(t.datetimeFormats);o.length&&o.forEach(u=>{e.mergeDateTimeFormat(u,t.datetimeFormats[u])})}if(se(t.numberFormats)){const o=Object.keys(t.numberFormats);o.length&&o.forEach(u=>{e.mergeNumberFormat(u,t.numberFormats[u])})}}}function al(e){return Ar(Gc,null,e,0)}const cl="__INTLIFY_META__",ll=()=>[],Dm=()=>!1;let fl=0;function dl(e){return(t,n,r,i)=>e(n,r,Cr()||void 0,i)}const vm=()=>{const e=Cr();let t=null;return e&&(t=ul(e)[cl])?{[cl]:t}:null};function Tu(e={},t){const{__root:n,__injectWithOption:r}=e,i=n===void 0,o=e.flatJson,u=At?yr:Fc,s=!!e.translateExistCompatible;process.env.NODE_ENV!=="production"&&s&&fa(nt(ve.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));let c=Y(e.inheritLocale)?e.inheritLocale:!0;const f=u(n&&c?n.locale.value:V(e.locale)?e.locale:gr),l=u(n&&c?n.fallbackLocale.value:V(e.fallbackLocale)||ge(e.fallbackLocale)||X(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:f.value),a=u(Qi(f.value,e)),d=u(X(e.datetimeFormats)?e.datetimeFormats:{[f.value]:{}}),h=u(X(e.numberFormats)?e.numberFormats:{[f.value]:{}});let p=n?n.missingWarn:Y(e.missingWarn)||on(e.missingWarn)?e.missingWarn:!0,g=n?n.fallbackWarn:Y(e.fallbackWarn)||on(e.fallbackWarn)?e.fallbackWarn:!0,D=n?n.fallbackRoot:Y(e.fallbackRoot)?e.fallbackRoot:!0,m=!!e.fallbackFormat,A=de(e.missing)?e.missing:null,v=de(e.missing)?dl(e.missing):null,y=de(e.postTranslation)?e.postTranslation:null,I=n?n.warnHtmlMessage:Y(e.warnHtmlMessage)?e.warnHtmlMessage:!0,N=!!e.escapeParameter;const O=n?n.modifiers:X(e.modifiers)?e.modifiers:{};let M=e.pluralRules||n&&n.pluralRules,R;R=(()=>{i&&Sa(null);const E={version:pm,locale:f.value,fallbackLocale:l.value,messages:a.value,modifiers:O,pluralRules:M,missing:v===null?void 0:v,missingWarn:p,fallbackWarn:g,fallbackFormat:m,unresolving:!0,postTranslation:y===null?void 0:y,warnHtmlMessage:I,escapeParameter:N,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};E.datetimeFormats=d.value,E.numberFormats=h.value,E.__datetimeFormatters=X(R)?R.__datetimeFormatters:void 0,E.__numberFormatters=X(R)?R.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(E.__v_emitter=X(R)?R.__v_emitter:void 0);const F=cp(E);return i&&Sa(F),F})(),Gr(R,f.value,l.value);function Z(){return[f.value,l.value,a.value,d.value,h.value]}const q=$t({get:()=>f.value,set:E=>{f.value=E,R.locale=f.value}}),ee=$t({get:()=>l.value,set:E=>{l.value=E,R.fallbackLocale=l.value,Gr(R,f.value,E)}}),pe=$t(()=>a.value),le=$t(()=>d.value),J=$t(()=>h.value);function Yn(){return de(y)?y:null}function er(E){y=E,R.postTranslation=E}function tr(){return A}function nr(E){E!==null&&(v=dl(E)),A=E,R.missing=v}function rr(E,F){return E!=="translate"||!F.resolvedMessage}const ct=(E,F,x,B,U,k)=>{Z();let re;try{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Oa(vm()),i||(R.fallbackContext=n?ap():void 0),re=E(R)}finally{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Oa(null),i||(R.fallbackContext=void 0)}if(x!=="translate exists"&&Te(re)&&re===Si||x==="translate exists"&&!re){const[ue,Ce]=F();if(process.env.NODE_ENV!=="production"&&n&&V(ue)&&rr(x,Ce)&&(D&&(Mi(g,ue)||Ma(p,ue))&&Re(nt(ve.FALLBACK_TO_ROOT,{key:ue,type:x})),process.env.NODE_ENV!=="production")){const{__v_emitter:je}=R;je&&D&&je.emit("fallback",{type:x,key:ue,to:"global",groupId:`${x}:${ue}`})}return n&&D?B(n):U(ue)}else{if(k(re))return re;throw Be(ie.UNEXPECTED_RETURN_TYPE)}};function In(...E){return ct(F=>Reflect.apply(Ua,null,[F,...E]),()=>Ko(...E),"translate",F=>Reflect.apply(F.t,F,[...E]),F=>F,F=>V(F))}function Sn(...E){const[F,x,B]=E;if(B&&!se(B))throw Be(ie.INVALID_ARGUMENT);return In(F,x,Me({resolvedMessage:!0},B||{}))}function ir(...E){return ct(F=>Reflect.apply(qa,null,[F,...E]),()=>Xo(...E),"datetime format",F=>Reflect.apply(F.d,F,[...E]),()=>Ti,F=>V(F))}function or(...E){return ct(F=>Reflect.apply(Xa,null,[F,...E]),()=>zo(...E),"number format",F=>Reflect.apply(F.n,F,[...E]),()=>Ti,F=>V(F))}function Tn(E){return E.map(F=>V(F)||Te(F)||Y(F)?al(String(F)):F)}const wt={normalize:Tn,interpolate:E=>E,type:"vnode"};function Ht(...E){return ct(F=>{let x;const B=F;try{B.processor=wt,x=Reflect.apply(Ua,null,[B,...E])}finally{B.processor=null}return x},()=>Ko(...E),"translate",F=>F[Nu](...E),F=>[al(F)],F=>ge(F))}function sr(...E){return ct(F=>Reflect.apply(Xa,null,[F,...E]),()=>zo(...E),"number format",F=>F[Iu](...E),ll,F=>V(F)||ge(F))}function ar(...E){return ct(F=>Reflect.apply(qa,null,[F,...E]),()=>Xo(...E),"datetime format",F=>F[Ou](...E),ll,F=>V(F)||ge(F))}function cr(E){M=E,R.pluralRules=M}function $(E,F){return ct(()=>{if(!E)return!1;const x=V(F)?F:f.value,B=Wt(x),U=R.messageResolver(B,E);return s?U!=null:an(U)||vt(U)||V(U)},()=>[E],"translate exists",x=>Reflect.apply(x.te,x,[E,F]),Dm,x=>Y(x))}function oe(E){let F=null;const x=ya(R,l.value,f.value);for(let B=0;B<x.length;B++){const U=a.value[x[B]]||{},k=R.messageResolver(U,E);if(k!=null){F=k;break}}return F}function Mn(E){const F=oe(E);return F!=null?F:n?n.tm(E)||{}:{}}function Wt(E){return a.value[E]||{}}function Rn(E,F){if(o){const x={[E]:F};for(const B in x)Ai(x,B)&&ni(x[B]);F=x[E]}a.value[E]=F,R.messages=a.value}function gi(E,F){a.value[E]=a.value[E]||{};const x={[E]:F};if(o)for(const B in x)Ai(x,B)&&ni(x[B]);F=x[E],Ni(F,a.value[E]),R.messages=a.value}function b(E){return d.value[E]||{}}function C(E,F){d.value[E]=F,R.datetimeFormats=d.value,Ka(R,E,F)}function P(E,F){d.value[E]=Me(d.value[E]||{},F),R.datetimeFormats=d.value,Ka(R,E,F)}function _(E){return h.value[E]||{}}function w(E,F){h.value[E]=F,R.numberFormats=h.value,Ja(R,E,F)}function S(E,F){h.value[E]=Me(h.value[E]||{},F),R.numberFormats=h.value,Ja(R,E,F)}fl++,n&&At&&(bu(n.locale,E=>{c&&(f.value=E,R.locale=E,Gr(R,f.value,l.value))}),bu(n.fallbackLocale,E=>{c&&(l.value=E,R.fallbackLocale=E,Gr(R,f.value,l.value))}));const T={id:fl,locale:q,fallbackLocale:ee,get inheritLocale(){return c},set inheritLocale(E){c=E,E&&n&&(f.value=n.locale.value,l.value=n.fallbackLocale.value,Gr(R,f.value,l.value))},get availableLocales(){return Object.keys(a.value).sort()},messages:pe,get modifiers(){return O},get pluralRules(){return M||{}},get isGlobal(){return i},get missingWarn(){return p},set missingWarn(E){p=E,R.missingWarn=p},get fallbackWarn(){return g},set fallbackWarn(E){g=E,R.fallbackWarn=g},get fallbackRoot(){return D},set fallbackRoot(E){D=E},get fallbackFormat(){return m},set fallbackFormat(E){m=E,R.fallbackFormat=m},get warnHtmlMessage(){return I},set warnHtmlMessage(E){I=E,R.warnHtmlMessage=E},get escapeParameter(){return N},set escapeParameter(E){N=E,R.escapeParameter=E},t:In,getLocaleMessage:Wt,setLocaleMessage:Rn,mergeLocaleMessage:gi,getPostTranslationHandler:Yn,setPostTranslationHandler:er,getMissingHandler:tr,setMissingHandler:nr,[il]:cr};return T.datetimeFormats=le,T.numberFormats=J,T.rt=Sn,T.te=$,T.tm=Mn,T.d=ir,T.n=or,T.getDateTimeFormat=b,T.setDateTimeFormat=C,T.mergeDateTimeFormat=P,T.getNumberFormat=_,T.setNumberFormat=w,T.mergeNumberFormat=S,T[ol]=r,T[Nu]=Ht,T[Ou]=ar,T[Iu]=sr,process.env.NODE_ENV!=="production"&&(T[qn]=E=>{R.__v_emitter=E},T[ti]=()=>{R.__v_emitter=void 0}),T}function ym(e){const t=V(e.locale)?e.locale:gr,n=V(e.fallbackLocale)||ge(e.fallbackLocale)||X(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=de(e.missing)?e.missing:void 0,i=Y(e.silentTranslationWarn)||on(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,o=Y(e.silentFallbackWarn)||on(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,u=Y(e.fallbackRoot)?e.fallbackRoot:!0,s=!!e.formatFallbackMessages,c=X(e.modifiers)?e.modifiers:{},f=e.pluralizationRules,l=de(e.postTranslation)?e.postTranslation:void 0,a=V(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,d=!!e.escapeParameterHtml,h=Y(e.sync)?e.sync:!0;process.env.NODE_ENV!=="production"&&e.formatter&&Re(nt(ve.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&e.preserveDirectiveContent&&Re(nt(ve.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let p=e.messages;if(X(e.sharedMessages)){const N=e.sharedMessages;p=Object.keys(N).reduce((M,R)=>{const W=M[R]||(M[R]={});return Me(W,N[R]),M},p||{})}const{__i18n:g,__root:D,__injectWithOption:m}=e,A=e.datetimeFormats,v=e.numberFormats,y=e.flatJson,I=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:p,flatJson:y,datetimeFormats:A,numberFormats:v,missing:r,missingWarn:i,fallbackWarn:o,fallbackRoot:u,fallbackFormat:s,modifiers:c,pluralRules:f,postTranslation:l,warnHtmlMessage:a,escapeParameter:d,messageResolver:e.messageResolver,inheritLocale:h,translateExistCompatible:I,__i18n:g,__root:D,__injectWithOption:m}}function Mu(e={},t){{const n=Tu(ym(e)),{__extender:r}=e,i={id:n.id,get locale(){return n.locale.value},set locale(o){n.locale.value=o},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(o){n.fallbackLocale.value=o},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return process.env.NODE_ENV!=="production"&&Re(nt(ve.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(o){process.env.NODE_ENV!=="production"&&Re(nt(ve.NOT_SUPPORTED_FORMATTER))},get missing(){return n.getMissingHandler()},set missing(o){n.setMissingHandler(o)},get silentTranslationWarn(){return Y(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(o){n.missingWarn=Y(o)?!o:o},get silentFallbackWarn(){return Y(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(o){n.fallbackWarn=Y(o)?!o:o},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(o){n.fallbackFormat=o},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(o){n.setPostTranslationHandler(o)},get sync(){return n.inheritLocale},set sync(o){n.inheritLocale=o},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(o){n.warnHtmlMessage=o!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(o){n.escapeParameter=o},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&Re(nt(ve.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(o){process.env.NODE_ENV!=="production"&&Re(nt(ve.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...o){const[u,s,c]=o,f={};let l=null,a=null;if(!V(u))throw Be(ie.INVALID_ARGUMENT);const d=u;return V(s)?f.locale=s:ge(s)?l=s:X(s)&&(a=s),ge(c)?l=c:X(c)&&(a=c),Reflect.apply(n.t,n,[d,l||a||{},f])},rt(...o){return Reflect.apply(n.rt,n,[...o])},tc(...o){const[u,s,c]=o,f={plural:1};let l=null,a=null;if(!V(u))throw Be(ie.INVALID_ARGUMENT);const d=u;return V(s)?f.locale=s:Te(s)?f.plural=s:ge(s)?l=s:X(s)&&(a=s),V(c)?f.locale=c:ge(c)?l=c:X(c)&&(a=c),Reflect.apply(n.t,n,[d,l||a||{},f])},te(o,u){return n.te(o,u)},tm(o){return n.tm(o)},getLocaleMessage(o){return n.getLocaleMessage(o)},setLocaleMessage(o,u){n.setLocaleMessage(o,u)},mergeLocaleMessage(o,u){n.mergeLocaleMessage(o,u)},d(...o){return Reflect.apply(n.d,n,[...o])},getDateTimeFormat(o){return n.getDateTimeFormat(o)},setDateTimeFormat(o,u){n.setDateTimeFormat(o,u)},mergeDateTimeFormat(o,u){n.mergeDateTimeFormat(o,u)},n(...o){return Reflect.apply(n.n,n,[...o])},getNumberFormat(o){return n.getNumberFormat(o)},setNumberFormat(o,u){n.setNumberFormat(o,u)},mergeNumberFormat(o,u){n.mergeNumberFormat(o,u)},getChoiceIndex(o,u){return process.env.NODE_ENV!=="production"&&Re(nt(ve.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return i.__extender=r,process.env.NODE_ENV!=="production"&&(i.__enableEmitter=o=>{const u=n;u[qn]&&u[qn](o)},i.__disableEmitter=()=>{const o=n;o[ti]&&o[ti]()}),i}}const Ru={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function Em({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,i)=>[...r,...i.type===Xi?i.children:[i]],[]):t.reduce((n,r)=>{const i=e[r];return i&&(n[r]=i()),n},{})}function hl(e){return Xi}const Bu=Du({name:"i18n-t",props:Me({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Te(e)||!isNaN(e)}},Ru),setup(e,t){const{slots:n,attrs:r}=t,i=e.i18n||ku({useScope:e.scope,__useComponent:!0});return()=>{const o=Object.keys(n).filter(a=>a!=="_"),u={};e.locale&&(u.locale=e.locale),e.plural!==void 0&&(u.plural=V(e.plural)?+e.plural:e.plural);const s=Em(t,o),c=i[Nu](e.keypath,s,u),f=Me({},r),l=V(e.tag)||se(e.tag)?e.tag:hl();return el(l,f,c)}}});function bm(e){return ge(e)&&!V(e[0])}function pl(e,t,n,r){const{slots:i,attrs:o}=t;return()=>{const u={part:!0};let s={};e.locale&&(u.locale=e.locale),V(e.format)?u.key=e.format:se(e.format)&&(V(e.format.key)&&(u.key=e.format.key),s=Object.keys(e.format).reduce((d,h)=>n.includes(h)?Me({},d,{[h]:e.format[h]}):d,{}));const c=r(e.value,u,s);let f=[u.key];ge(c)?f=c.map((d,h)=>{const p=i[d.type],g=p?p({[d.type]:d.value,index:h,parts:c}):[d.value];return bm(g)&&(g[0].key=`${d.type}-${h}`),g}):V(c)&&(f=[c]);const l=Me({},o),a=V(e.tag)||se(e.tag)?e.tag:hl();return el(a,l,f)}}const ml=Du({name:"i18n-n",props:Me({value:{type:Number,required:!0},format:{type:[String,Object]}},Ru),setup(e,t){const n=e.i18n||ku({useScope:e.scope,__useComponent:!0});return pl(e,t,za,(...r)=>n[Iu](...r))}}),gl=Du({name:"i18n-d",props:Me({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Ru),setup(e,t){const n=e.i18n||ku({useScope:e.scope,__useComponent:!0});return pl(e,t,Ga,(...r)=>n[Ou](...r))}});function wm(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function Am(e){const t=u=>{const{instance:s,modifiers:c,value:f}=u;if(!s||!s.$)throw Be(ie.UNEXPECTED_ERROR);const l=wm(e,s.$);process.env.NODE_ENV!=="production"&&c.preserve&&Re(nt(ve.NOT_SUPPORTED_PRESERVE));const a=_l(f);return[Reflect.apply(l.t,l,[...Dl(a)]),l]};return{created:(u,s)=>{const[c,f]=t(s);At&&e.global===f&&(u.__i18nWatcher=bu(f.locale,()=>{s.instance&&s.instance.$forceUpdate()})),u.__composer=f,u.textContent=c},unmounted:u=>{At&&u.__i18nWatcher&&(u.__i18nWatcher(),u.__i18nWatcher=void 0,delete u.__i18nWatcher),u.__composer&&(u.__composer=void 0,delete u.__composer)},beforeUpdate:(u,{value:s})=>{if(u.__composer){const c=u.__composer,f=_l(s);u.textContent=Reflect.apply(c.t,c,[...Dl(f)])}},getSSRProps:u=>{const[s]=t(u);return{textContent:s}}}}function _l(e){if(V(e))return{path:e};if(X(e)){if(!("path"in e))throw Be(ie.REQUIRED_VALUE,"path");return e}else throw Be(ie.INVALID_VALUE)}function Dl(e){const{path:t,locale:n,args:r,choice:i,plural:o}=e,u={},s=r||{};return V(n)&&(u.locale=n),Te(i)&&(u.plural=i),Te(o)&&(u.plural=o),[t,s,u]}function Cm(e,t,...n){const r=X(n[0])?n[0]:{},i=!!r.useI18nComponentName,o=Y(r.globalInstall)?r.globalInstall:!0;process.env.NODE_ENV!=="production"&&o&&i&&Re(nt(ve.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:Bu.name})),o&&([i?"i18n":Bu.name,"I18nT"].forEach(u=>e.component(u,Bu)),[ml.name,"I18nN"].forEach(u=>e.component(u,ml)),[gl.name,"I18nD"].forEach(u=>e.component(u,gl))),e.directive("t",Am(t))}const Lu={["vue-devtools-plugin-vue-i18n"]:"Vue I18n devtools",["vue-i18n-resource-inspector"]:"I18n Resources",["vue-i18n-timeline"]:"Vue I18n"},Fm={["vue-i18n-resource-inspector"]:"Search for scopes ..."},Nm={["vue-i18n-timeline"]:16764185},vl="vue-i18n: composer properties";let Pu;function Om(e,t){return ft(this,null,function*(){return new Promise((n,r)=>{try{hm({id:"vue-devtools-plugin-vue-i18n",label:Lu["vue-devtools-plugin-vue-i18n"],packageName:"vue-i18n",homepage:"https://vue-i18n.intlify.dev",logo:"https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",componentStateTypes:[vl],app:e},i=>{Pu=i,i.on.visitComponentTree(({componentInstance:u,treeNode:s})=>{Im(u,s,t)}),i.on.inspectComponent(({componentInstance:u,instanceData:s})=>{u.vnode.el&&u.vnode.el.__VUE_I18N__&&s&&(t.mode==="legacy"?u.vnode.el.__VUE_I18N__!==t.global.__composer&&El(s,u.vnode.el.__VUE_I18N__):El(s,u.vnode.el.__VUE_I18N__))}),i.addInspector({id:"vue-i18n-resource-inspector",label:Lu["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:Fm["vue-i18n-resource-inspector"]}),i.on.getInspectorTree(u=>{u.app===e&&u.inspectorId==="vue-i18n-resource-inspector"&&Bm(u,t)});const o=new Map;i.on.getInspectorState(u=>ft(this,null,function*(){if(u.app===e&&u.inspectorId==="vue-i18n-resource-inspector")if(i.unhighlightElement(),Pm(u,t),u.nodeId==="global"){if(!o.has(u.app)){const[s]=yield i.getComponentInstances(u.app);o.set(u.app,s)}i.highlightElement(o.get(u.app))}else{const s=Lm(u.nodeId,t);s&&i.highlightElement(s)}})),i.on.editInspectorState(u=>{u.app===e&&u.inspectorId==="vue-i18n-resource-inspector"&&km(u,t)}),i.addTimelineLayer({id:"vue-i18n-timeline",label:Lu["vue-i18n-timeline"],color:Nm["vue-i18n-timeline"]}),n(!0)})}catch(i){console.error(i),r(!1)}})})}function yl(e){return e.type.name||e.type.displayName||e.type.__file||"Anonymous"}function Im(e,t,n){const r=n.mode==="composition"?n.global:n.global.__composer;if(e&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&e.vnode.el.__VUE_I18N__!==r){const i={label:`i18n (${yl(e)} Scope)`,textColor:0,backgroundColor:16764185};t.tags.push(i)}}function El(e,t){const n=vl;e.state.push({type:n,key:"locale",editable:!0,value:t.locale.value}),e.state.push({type:n,key:"availableLocales",editable:!1,value:t.availableLocales}),e.state.push({type:n,key:"fallbackLocale",editable:!0,value:t.fallbackLocale.value}),e.state.push({type:n,key:"inheritLocale",editable:!0,value:t.inheritLocale}),e.state.push({type:n,key:"messages",editable:!1,value:xu(t.messages.value)}),e.state.push({type:n,key:"datetimeFormats",editable:!1,value:t.datetimeFormats.value}),e.state.push({type:n,key:"numberFormats",editable:!1,value:t.numberFormats.value})}function xu(e){const t={};return Object.keys(e).forEach(n=>{const r=e[n];de(r)&&"source"in r?t[n]=Rm(r):an(r)&&r.loc&&r.loc.source?t[n]=r.loc.source:se(r)?t[n]=xu(r):t[n]=r}),t}const Sm={"<":"&lt;",">":"&gt;",'"':"&quot;","&":"&amp;"};function Tm(e){return e.replace(/[<>"&]/g,Mm)}function Mm(e){return Sm[e]||e}function Rm(e){const t=e.source?`("${Tm(e.source)}")`:"(?)";return{_custom:{type:"function",display:`<span>\u0192</span> ${t}`}}}function Bm(e,t){e.rootNodes.push({id:"global",label:"Global Scope"});const n=t.mode==="composition"?t.global:t.global.__composer;for(const[r,i]of t.__instances){const o=t.mode==="composition"?i:i.__composer;n!==o&&e.rootNodes.push({id:o.id.toString(),label:`${yl(r)} Scope`})}}function Lm(e,t){let n=null;if(e!=="global"){for(const[r,i]of t.__instances.entries())if(i.id.toString()===e){n=r;break}}return n}function bl(e,t){if(e==="global")return t.mode==="composition"?t.global:t.global.__composer;{const n=Array.from(t.__instances.values()).find(r=>r.id.toString()===e);return n?t.mode==="composition"?n:n.__composer:null}}function Pm(e,t){const n=bl(e.nodeId,t);return n&&(e.state=xm(n)),null}function xm(e){const t={},n="Locale related info",r=[{type:n,key:"locale",editable:!0,value:e.locale.value},{type:n,key:"fallbackLocale",editable:!0,value:e.fallbackLocale.value},{type:n,key:"availableLocales",editable:!1,value:e.availableLocales},{type:n,key:"inheritLocale",editable:!0,value:e.inheritLocale}];t[n]=r;const i="Locale messages info",o=[{type:i,key:"messages",editable:!1,value:xu(e.messages.value)}];t[i]=o;{const u="Datetime formats info",s=[{type:u,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}];t[u]=s;const c="Datetime formats info",f=[{type:c,key:"numberFormats",editable:!1,value:e.numberFormats.value}];t[c]=f}return t}function ri(e,t){if(Pu){let n;t&&"groupId"in t&&(n=t.groupId,delete t.groupId),Pu.addTimelineEvent({layerId:"vue-i18n-timeline",event:{title:e,groupId:n,time:Date.now(),meta:{},data:t||{},logType:e==="compile-error"?"error":e==="fallback"||e==="missing"?"warning":"default"}})}}function km(e,t){const n=bl(e.nodeId,t);if(n){const[r]=e.path;r==="locale"&&V(e.state.value)?n.locale.value=e.state.value:r==="fallbackLocale"&&(V(e.state.value)||ge(e.state.value)||se(e.state.value))?n.fallbackLocale.value=e.state.value:r==="inheritLocale"&&Y(e.state.value)&&(n.inheritLocale=e.state.value)}}function $m(e,t,n){return{beforeCreate(){const r=Cr();if(!r)throw Be(ie.UNEXPECTED_ERROR);const i=this.$options;if(i.i18n){const o=i.i18n;if(i.__i18n&&(o.__i18n=i.__i18n),o.__root=t,this===this.$root)this.$i18n=wl(e,o);else{o.__injectWithOption=!0,o.__extender=n.__vueI18nExtend,this.$i18n=Mu(o);const u=this.$i18n;u.__extender&&(u.__disposer=u.__extender(this.$i18n))}}else if(i.__i18n)if(this===this.$root)this.$i18n=wl(e,i);else{this.$i18n=Mu({__i18n:i.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}else this.$i18n=e;i.__i18nGlobal&&sl(t,i,i),this.$t=(...o)=>this.$i18n.t(...o),this.$rt=(...o)=>this.$i18n.rt(...o),this.$tc=(...o)=>this.$i18n.tc(...o),this.$te=(o,u)=>this.$i18n.te(o,u),this.$d=(...o)=>this.$i18n.d(...o),this.$n=(...o)=>this.$i18n.n(...o),this.$tm=o=>this.$i18n.tm(o),n.__setInstance(r,this.$i18n)},mounted(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$i18n){const r=this.$i18n;this.$el.__VUE_I18N__=r.__composer;const i=this.__v_emitter=Uo();r.__enableEmitter&&r.__enableEmitter(i),i.on("*",ri)}},unmounted(){const r=Cr();if(!r)throw Be(ie.UNEXPECTED_ERROR);const i=this.$i18n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",ri),delete this.__v_emitter),this.$i18n&&(i.__disableEmitter&&i.__disableEmitter(),delete this.$el.__VUE_I18N__)),delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,i.__disposer&&(i.__disposer(),delete i.__disposer,delete i.__extender),n.__deleteInstance(r),delete this.$i18n}}}function wl(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[il](t.pluralizationRules||e.pluralizationRules);const n=Qi(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const Um=Ct("global-vue-i18n");function Vm(e={},t){const n=__VUE_I18N_LEGACY_API__&&Y(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=Y(e.globalInjection)?e.globalInjection:!0,i=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,o=new Map,[u,s]=jm(e,n),c=Ct(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&n&&i&&Re(nt(ve.NOTICE_DROP_ALLOW_COMPOSITION));function f(d){return o.get(d)||null}function l(d,h){o.set(d,h)}function a(d){o.delete(d)}{let h;const d={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return i},install(p,...g){return ft(this,null,function*(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&(p.__VUE_I18N__=d),p.__VUE_I18N_SYMBOL__=c,p.provide(p.__VUE_I18N_SYMBOL__,d),X(g[0])){const A=g[0];d.__composerExtend=A.__composerExtend,d.__vueI18nExtend=A.__vueI18nExtend}let D=null;!n&&r&&(D=Zm(p,d.global)),__VUE_I18N_FULL_INSTALL__&&Cm(p,d,...g),__VUE_I18N_LEGACY_API__&&n&&p.mixin($m(s,s.__composer,d));const m=p.unmount;if(p.unmount=()=>{D&&D(),d.dispose(),m()},process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__){if(!(yield Om(p,d)))throw Be(ie.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const v=Uo();if(n){const y=s;y.__enableEmitter&&y.__enableEmitter(v)}else{const y=s;y[qn]&&y[qn](v)}v.on("*",ri)}})},get global(){return s},dispose(){u.stop()},__instances:o,__getInstance:f,__setInstance:l,__deleteInstance:a};return d}}function ku(e={}){const t=Cr();if(t==null)throw Be(ie.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Be(ie.NOT_INSTALLED);const n=Hm(t),r=qm(n),i=ul(t),o=Wm(e,i);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw Be(ie.NOT_AVAILABLE_IN_LEGACY_MODE);return zm(t,o,r,e)}if(o==="global")return sl(r,e,i),r;if(o==="parent"){let c=Gm(n,t,e.__useComponent);return c==null&&(process.env.NODE_ENV!=="production"&&Re(nt(ve.NOT_FOUND_PARENT_SCOPE)),c=r),c}const u=n;let s=u.__getInstance(t);if(s==null){const c=Me({},e);"__i18n"in i&&(c.__i18n=i.__i18n),r&&(c.__root=r),s=Tu(c),u.__composerExtend&&(s[Su]=u.__composerExtend(s)),Xm(u,t,s),u.__setInstance(t,s)}return s}function jm(e,t,n){const r=Pp();{const i=__VUE_I18N_LEGACY_API__&&t?r.run(()=>Mu(e)):r.run(()=>Tu(e));if(i==null)throw Be(ie.UNEXPECTED_ERROR);return[r,i]}}function Hm(e){{const t=jc(e.isCE?Um:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Be(e.isCE?ie.NOT_INSTALLED_WITH_PROVIDE:ie.UNEXPECTED_ERROR);return t}}function Wm(e,t){return wi(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function qm(e){return e.mode==="composition"?e.global:e.global.__composer}function Gm(e,t,n=!1){let r=null;const i=t.root;let o=Km(t,n);for(;o!=null;){const u=e;if(e.mode==="composition")r=u.__getInstance(o);else if(__VUE_I18N_LEGACY_API__){const s=u.__getInstance(o);s!=null&&(r=s.__composer,n&&r&&!r[ol]&&(r=null))}if(r!=null||i===o)break;o=o.parent}return r}function Km(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function Xm(e,t,n){let r=null;I0(()=>{if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&t.vnode.el){t.vnode.el.__VUE_I18N__=n,r=Uo();const i=n;i[qn]&&i[qn](r),r.on("*",ri)}},t),S0(()=>{const i=n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&(r&&r.off("*",ri),i[ti]&&i[ti](),delete t.vnode.el.__VUE_I18N__),e.__deleteInstance(t);const o=i[Su];o&&(o(),delete i[Su])},t)}function zm(e,t,n,r={}){const i=t==="local",o=Fc(null);if(i&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw Be(ie.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const u=Y(r.inheritLocale)?r.inheritLocale:!V(r.locale),s=yr(!i||u?n.locale.value:V(r.locale)?r.locale:gr),c=yr(!i||u?n.fallbackLocale.value:V(r.fallbackLocale)||ge(r.fallbackLocale)||X(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:s.value),f=yr(Qi(s.value,r)),l=yr(X(r.datetimeFormats)?r.datetimeFormats:{[s.value]:{}}),a=yr(X(r.numberFormats)?r.numberFormats:{[s.value]:{}}),d=i?n.missingWarn:Y(r.missingWarn)||on(r.missingWarn)?r.missingWarn:!0,h=i?n.fallbackWarn:Y(r.fallbackWarn)||on(r.fallbackWarn)?r.fallbackWarn:!0,p=i?n.fallbackRoot:Y(r.fallbackRoot)?r.fallbackRoot:!0,g=!!r.fallbackFormat,D=de(r.missing)?r.missing:null,m=de(r.postTranslation)?r.postTranslation:null,A=i?n.warnHtmlMessage:Y(r.warnHtmlMessage)?r.warnHtmlMessage:!0,v=!!r.escapeParameter,y=i?n.modifiers:X(r.modifiers)?r.modifiers:{},I=r.pluralRules||i&&n.pluralRules;function N(){return[s.value,c.value,f.value,l.value,a.value]}const O=$t({get:()=>o.value?o.value.locale.value:s.value,set:$=>{o.value&&(o.value.locale.value=$),s.value=$}}),M=$t({get:()=>o.value?o.value.fallbackLocale.value:c.value,set:$=>{o.value&&(o.value.fallbackLocale.value=$),c.value=$}}),R=$t(()=>o.value?o.value.messages.value:f.value),W=$t(()=>l.value),Z=$t(()=>a.value);function q(){return o.value?o.value.getPostTranslationHandler():m}function ee($){o.value&&o.value.setPostTranslationHandler($)}function pe(){return o.value?o.value.getMissingHandler():D}function le($){o.value&&o.value.setMissingHandler($)}function J($){return N(),$()}function Yn(...$){return o.value?J(()=>Reflect.apply(o.value.t,null,[...$])):J(()=>"")}function er(...$){return o.value?Reflect.apply(o.value.rt,null,[...$]):""}function tr(...$){return o.value?J(()=>Reflect.apply(o.value.d,null,[...$])):J(()=>"")}function nr(...$){return o.value?J(()=>Reflect.apply(o.value.n,null,[...$])):J(()=>"")}function rr($){return o.value?o.value.tm($):{}}function ct($,oe){return o.value?o.value.te($,oe):!1}function In($){return o.value?o.value.getLocaleMessage($):{}}function Sn($,oe){o.value&&(o.value.setLocaleMessage($,oe),f.value[$]=oe)}function ir($,oe){o.value&&o.value.mergeLocaleMessage($,oe)}function or($){return o.value?o.value.getDateTimeFormat($):{}}function Tn($,oe){o.value&&(o.value.setDateTimeFormat($,oe),l.value[$]=oe)}function ur($,oe){o.value&&o.value.mergeDateTimeFormat($,oe)}function wt($){return o.value?o.value.getNumberFormat($):{}}function Ht($,oe){o.value&&(o.value.setNumberFormat($,oe),a.value[$]=oe)}function sr($,oe){o.value&&o.value.mergeNumberFormat($,oe)}const ar={get id(){return o.value?o.value.id:-1},locale:O,fallbackLocale:M,messages:R,datetimeFormats:W,numberFormats:Z,get inheritLocale(){return o.value?o.value.inheritLocale:u},set inheritLocale($){o.value&&(o.value.inheritLocale=$)},get availableLocales(){return o.value?o.value.availableLocales:Object.keys(f.value)},get modifiers(){return o.value?o.value.modifiers:y},get pluralRules(){return o.value?o.value.pluralRules:I},get isGlobal(){return o.value?o.value.isGlobal:!1},get missingWarn(){return o.value?o.value.missingWarn:d},set missingWarn($){o.value&&(o.value.missingWarn=$)},get fallbackWarn(){return o.value?o.value.fallbackWarn:h},set fallbackWarn($){o.value&&(o.value.missingWarn=$)},get fallbackRoot(){return o.value?o.value.fallbackRoot:p},set fallbackRoot($){o.value&&(o.value.fallbackRoot=$)},get fallbackFormat(){return o.value?o.value.fallbackFormat:g},set fallbackFormat($){o.value&&(o.value.fallbackFormat=$)},get warnHtmlMessage(){return o.value?o.value.warnHtmlMessage:A},set warnHtmlMessage($){o.value&&(o.value.warnHtmlMessage=$)},get escapeParameter(){return o.value?o.value.escapeParameter:v},set escapeParameter($){o.value&&(o.value.escapeParameter=$)},t:Yn,getPostTranslationHandler:q,setPostTranslationHandler:ee,getMissingHandler:pe,setMissingHandler:le,rt:er,d:tr,n:nr,tm:rr,te:ct,getLocaleMessage:In,setLocaleMessage:Sn,mergeLocaleMessage:ir,getDateTimeFormat:or,setDateTimeFormat:Tn,mergeDateTimeFormat:ur,getNumberFormat:wt,setNumberFormat:Ht,mergeNumberFormat:sr};function cr($){$.locale.value=s.value,$.fallbackLocale.value=c.value,Object.keys(f.value).forEach(oe=>{$.mergeLocaleMessage(oe,f.value[oe])}),Object.keys(l.value).forEach(oe=>{$.mergeDateTimeFormat(oe,l.value[oe])}),Object.keys(a.value).forEach(oe=>{$.mergeNumberFormat(oe,a.value[oe])}),$.escapeParameter=v,$.fallbackFormat=g,$.fallbackRoot=p,$.fallbackWarn=h,$.missingWarn=d,$.warnHtmlMessage=A}return O0(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw Be(ie.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const $=o.value=e.proxy.$i18n.__composer;t==="global"?(s.value=$.locale.value,c.value=$.fallbackLocale.value,f.value=$.messages.value,l.value=$.datetimeFormats.value,a.value=$.numberFormats.value):i&&cr($)}),ar}const Jm=["locale","fallbackLocale","availableLocales"],Al=["t","rt","d","n","tm","te"];function Zm(e,t){const n=Object.create(null);return Jm.forEach(i=>{const o=Object.getOwnPropertyDescriptor(t,i);if(!o)throw Be(ie.UNEXPECTED_ERROR);const u=tt(o.value)?{get(){return o.value.value},set(s){o.value.value=s}}:{get(){return o.get&&o.get()}};Object.defineProperty(n,i,u)}),e.config.globalProperties.$i18n=n,Al.forEach(i=>{const o=Object.getOwnPropertyDescriptor(t,i);if(!o||!o.value)throw Be(ie.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${i}`,o)}),()=>{delete e.config.globalProperties.$i18n,Al.forEach(i=>{delete e.config.globalProperties[`$${i}`]})}}if(mm(),__INTLIFY_JIT_COMPILATION__?Aa(pp):Aa(hp),op($h),up(ya),process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const e=Kt();e.__INTLIFY__=!0,Xh(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;function Qm(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ym(e,t,n){return t&&Cl(e.prototype,t),n&&Cl(e,n),e}function eg(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ht=function(){function e(){Qm(this,e)}return Ym(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.global.t(n,r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:lr;return Vm({locale:n,globalInjection:!0,silentFallbackWarn:!0,missingWarn:!1,fallbackWarn:!1,silentTranslationWarn:!0})}},{key:"setLocale",value:function(n,r){this.$i18n.global.setLocaleMessage(n,r)}}]),e}();eg(ht,"$i18n",ht.resetI18n());function $u(e,t,n){var r=t.replace(/\[(\d)]/g,function(o,u){return"."+u}).split("."),i=!1;return r.reduce(function(o,u,s,c){var f=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,u)){dr("Can not set ".concat(t,"'s ").concat(u," property in current %o, Because there is no ").concat(u," property on the %o"),o,o);return}return s===c.length-1&&!Object.is(f[u],n)&&(f[u]=n,i=!0),f[u]}},e),i}var _n=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function tg(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Uu={exports:{}};(function(e){(function(t){var n=function(m,A,v){if(!f(A)||a(A)||d(A)||h(A)||c(A))return A;var y,I=0,N=0;if(l(A))for(y=[],N=A.length;I<N;I++)y.push(n(m,A[I],v));else{y={};for(var O in A)Object.prototype.hasOwnProperty.call(A,O)&&(y[m(O,v)]=n(m,A[O],v))}return y},r=function(m,A){A=A||{};var v=A.separator||"_",y=A.split||/(?=[A-Z])/;return m.split(y).join(v)},i=function(m){return p(m)?m:(m=m.replace(/[\-_\s]+(.)?/g,function(A,v){return v?v.toUpperCase():""}),m.substr(0,1).toLowerCase()+m.substr(1))},o=function(m){var A=i(m);return A.substr(0,1).toUpperCase()+A.substr(1)},u=function(m,A){return r(m,A).toLowerCase()},s=Object.prototype.toString,c=function(m){return typeof m=="function"},f=function(m){return m===Object(m)},l=function(m){return s.call(m)=="[object Array]"},a=function(m){return s.call(m)=="[object Date]"},d=function(m){return s.call(m)=="[object RegExp]"},h=function(m){return s.call(m)=="[object Boolean]"},p=function(m){return m=m-0,m===m},g=function(m,A){var v=A&&"process"in A?A.process:A;return typeof v!="function"?m:function(y,I){return v(y,m,I)}},D={camelize:i,decamelize:u,pascalize:o,depascalize:u,camelizeKeys:function(m,A){return n(g(i,A),m)},decamelizeKeys:function(m,A){return n(g(u,A),m,A)},pascalizeKeys:function(m,A){return n(g(o,A),m)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=D:t.humps=D})(_n)})(Uu);var Fl={};Object.defineProperty(Fl,"__esModule",{value:!0});function Vu(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:Vu(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:Vu(r)}return t}}var ng=Fl.default=Vu;function he(e){if(e!==void 0)return typeof e=="object"?ng(e):e}function St(e){return Object.prototype.toString.call(e)==="[object Object]"}function rg(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function Gn(e){return Array.isArray(e)}function it(e){return typeof e=="string"}function Yi(e){return typeof e=="number"}function Nl(e){return typeof e=="function"}function ig(e){return Gn(e)&&e.every(function(t){return it(t)})}function og(e){return Gn(e)&&e.every(function(t){return Yi(t)||t===""})}function Ol(e){return/^\[.*?]$/.test(e)}function eo(e){return/^{.*?}$/.test(e)}function ug(e){return Object.values(ye).includes(e)}function ju(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function sg(e){if(Array.isArray(e))return ju(e)}function Il(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(f){n(f);return}s.done?t(c):Promise.resolve(c).then(r,i)}function ag(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){Il(o,r,i,u,s,"next",c)}function s(c){Il(o,r,i,u,s,"throw",c)}u(void 0)})}}function cg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function lg(e,t,n){return t&&Sl(e.prototype,t),n&&Sl(e,n),e}function Tl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fg(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function dg(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Hu(e){return sg(e)||fg(e)||hg(e)||dg()}function hg(e,t){if(!!e){if(typeof e=="string")return ju(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ju(e,t)}}function pg(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(f){return function(l){return c([f,l])}}function c(f){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=f[0]&2?r.return:f[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,f[1])).done)return i;switch(r=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return u.label++,{value:f[1],done:!1};case 5:u.label++,r=f[1],f=[0];continue;case 7:f=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){u=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){u.label=f[1];break}if(f[0]===6&&u.label<i[1]){u.label=i[1],i=f;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(f);break}i[2]&&u.ops.pop(),u.trys.pop();continue}f=t.call(e,u)}catch(l){f=[6,l],r=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}var Ml=function(){function e(){cg(this,e),Tl(this,"_events",new Map),Tl(this,"debug",!1)}return lg(e,[{key:"emit",value:function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];var u=this;return ag(function(){var s,c,f,l,a,d,h,p,g,D,m,A;return pg(this,function(v){switch(v.label){case 0:if(s=u._events.get(n),c=[],!s)return[3,10];f=s.slice(),l=!0,a=!1,d=void 0,v.label=1;case 1:v.trys.push([1,8,9,10]),h=f[Symbol.iterator](),v.label=2;case 2:if(l=(p=h.next()).done)return[3,7];if(g=p.value,!s.includes(g))return[3,6];v.label=3;case 3:return v.trys.push([3,5,,6]),u.debug&&xo.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"\u3002")].concat(Hu(i))),[4,g.apply(null,Hu(i))];case 4:return D=v.sent(),u.debug&&xo.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Hu(i),[D])),c.push(D),D===!1?[3,7]:[3,6];case 5:return m=v.sent(),bi(String(m)+":"+String(m.stack)),[3,6];case 6:return l=!0,[3,2];case 7:return[3,10];case 8:return A=v.sent(),a=!0,d=A,[3,10];case 9:try{!l&&h.return!=null&&h.return()}finally{if(a)throw d}return[7];case 10:return[2,c]}})})()}},{key:"on",value:function(n,r){if(this._events.has(n)){var i;(i=this._events.get(n))===null||i===void 0||i.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var i=this._events.get(n),o=i==null?void 0:i.indexOf(r);i==null||i.splice(o,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function mg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Rl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gg(e,t,n){return t&&Rl(e.prototype,t),n&&Rl(e,n),e}function _g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Dg=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Bl=function(){function e(){mg(this,e)}return gg(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(i){return r.includes(i.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],i=n.eventKeys;r=r.concat(e.events.filter(function(u){return i.includes(u.key)}));var o=n.customEvents.map(function(u){var s=u.key;return u.namespace!==void 0&&u.namespace!==null&&u.namespace!==""&&(s=u.namespace+":"+u.key),{key:s,code:u.key,name:u.name}});return r=r.concat(o),r}}]),e}();_g(Bl,"events",Dg);function Wu(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function vg(e){if(Array.isArray(e))return Wu(e)}function yg(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Eg(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Ll(e){return vg(e)||yg(e)||bg(e)||Eg()}function bg(e,t){if(!!e){if(typeof e=="string")return Wu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Wu(e,t)}}function qu(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function Pl(e,t,n){n!=="Runtime"&&(e.parent=t,qu(e,"parent"))}function wg(e,t,n){e.forEach(function(r){Pl(r,t,n)})}var xl=Symbol("targetKey");function kl(e){var t;return(t=e[xl])!==null&&t!==void 0?t:e}function $l(e,t,n){return wg(e,t,n),new Proxy(e,{get:function(i,o){for(var u=arguments.length,s=new Array(u>2?u-2:0),c=2;c<u;c++)s[c-2]=arguments[c];var f;return o===xl?i:(f=Reflect).get.apply(f,[i,o].concat(Ll(s)))},set:function(i,o,u){for(var s=arguments.length,c=new Array(s>3?s-3:0),f=3;f<s;f++)c[f-3]=arguments[f];var l;if(Gn(e)&&o==="length"&&u===e.length)return!0;var a=(l=Reflect).set.apply(l,[i,o,u].concat(Ll(c)));return St(u)&&Pl(u,t,n),a}})}function Gu(e,t,n,r,i){var o=r!=null?r:e,u=$l(kl(n!=null?n:[]),o,i);Object.defineProperty(e,t,{get:function(){return u},set:function(c){u=$l(kl(c),o,i)},enumerable:!0})}function Ag(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ul(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Cg(e,t,n){return t&&Ul(e.prototype,t),n&&Ul(e,n),e}function Dn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Vl=[],ii=function(){function e(t){Ag(this,e),Dn(this,"registeredControlTypes",new Set),Dn(this,"controlConfigMap",new Map),Dn(this,"_controls",[]),Dn(this,"_type",void 0),this._type=t,this._initControls(t)}return Cg(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||qt("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(i){return i.controlType===n.controlType});return r>-1&&(dr("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===Q.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===Q.FORM}},{key:"isListControl",value:function(n){return n.controlType===Q.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===Q.COLUMN}},{key:"createControl",value:function(n,r){var i=this;if(Array.isArray(n))return n.map(function(l){return i.createControl(l,r)});if(n.children&&(n.children=n.children.map(function(l){return i.createControl(l,r)})),this.isListControl(n)){var o=n.props;o.headers&&(o.headers=o.headers.map(function(l){return i.createControl(l,r)}))}var u=this.getControlFormType(n.type);if(u){var s=n;if(typeof r=="function"){var c=r(s);c&&(s=c)}var f;return u.mode==="Runtime"?(f=s,f.fieldType=u.controlFieldType,this._setParentPrototypeToSchema(f,this)):f=new u(s),f}else qt("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),qu(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var o=n.id,u=r._controlParentIdMap,s=r.instanceMap;if(!(!u||!s)){var c=u[o],f=s[o];if(!(!c&&!f)){var l=f.findIndex(function(h){return h==n}),a=s[c]||[],d;return a.length!==f.length?d=a[0]:d=a[l],d}}}}),qu(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var i=this.getControlFormType(n);if(i)return new i(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(i){r.register(i[n]),e.staticControlsRuntimeRules.set(i.Runtime.controlType,i.Property.RuntimeRules),i.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var i=e.staticControlsRuntimeRules.get(n),o=[];if(i){var u=new i(r);o=Array.from(u)}return o}},{key:"register",value:function(n,r){var i=n.Designer,o=n.Runtime,u=n.Property;(!i||!o||!i.__is_control__||!o.__is_control__)&&qt("".concat(n," is can't register as a Control"));var s=this.staticControls.findIndex(function(c){return c.Designer.controlType===i.controlType});return s>-1&&(dr("The ".concat(i.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(s,1)),this.staticRegisteredTypes.add(i.controlType),this.staticControls.push(n),u.mode=r,this}}]),e}();Dn(ii,"staticControlsRuntimeRules",new Map),Dn(ii,"staticControls",Vl),Dn(ii,"staticRegisteredTypes",new Set(Vl.map(function(e){return e.Designer.controlType}))),Dn(ii,"staticRegisteredConfigs",new Map);function Kn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ee(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ku=function e(t){Kn(this,e),Ee(this,"dataCode",void 0),Ee(this,"fieldCode",void 0),Ee(this,"fieldType",void 0),Ee(this,"aliasCode",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var i;this.fieldType=(i=t==null?void 0:t.fieldType)!==null&&i!==void 0?i:"",this.aliasCode=t==null?void 0:t.aliasCode},Fg=function e(t){Kn(this,e),Ee(this,"minWidth",void 0),Ee(this,"maxWidth",void 0),Ee(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},Xu=function e(t){Kn(this,e),Ee(this,"amount",void 0),Ee(this,"currency",void 0);var n;this.amount=(n=t==null?void 0:t.amount)!==null&&n!==void 0?n:"";var r;this.currency=(r=t==null?void 0:t.currency)!==null&&r!==void 0?r:"CNY"},zu=function e(t){Kn(this,e),Ee(this,"min",void 0),Ee(this,"max",void 0);var n;this.min=(n=t==null?void 0:t.min)!==null&&n!==void 0?n:"";var r;this.max=(r=t==null?void 0:t.max)!==null&&r!==void 0?r:""},Ju=function e(t){Kn(this,e),Ee(this,"city",void 0),Ee(this,"cityDisplay",void 0),Ee(this,"district",void 0),Ee(this,"districtDisplay",void 0),Ee(this,"province",void 0),Ee(this,"provinceDisplay",void 0);var n;this.city=(n=t==null?void 0:t.city)!==null&&n!==void 0?n:"";var r;this.cityDisplay=(r=t==null?void 0:t.cityDisplay)!==null&&r!==void 0?r:"";var i;this.district=(i=t==null?void 0:t.district)!==null&&i!==void 0?i:"";var o;this.districtDisplay=(o=t==null?void 0:t.districtDisplay)!==null&&o!==void 0?o:"";var u;this.province=(u=t==null?void 0:t.province)!==null&&u!==void 0?u:"";var s;this.provinceDisplay=(s=t==null?void 0:t.provinceDisplay)!==null&&s!==void 0?s:""},Zu=function e(t){Kn(this,e),Ee(this,"result",void 0),Ee(this,"unit",void 0);var n;this.result=(n=t==null?void 0:t.result)!==null&&n!==void 0?n:0;var r;this.unit=(r=t==null?void 0:t.unit)!==null&&r!==void 0?r:""},jl;(function(e){e.CNY="CNY",e.USD="USD",e.JPY="JPY",e.EUR="EUR",e.INR="INR",e.IDR="IDR",e.BRL="BRL",e.AED="AED",e.AUD="AUD",e.CAD="CAD",e.EGP="EGP",e.GBP="GBP",e.ZAR="ZAR",e.KRW="KRW",e.MAD="MAD",e.MXN="MXN",e.MYR="MYR",e.PHP="PHP",e.PLN="PLN",e.RUB="RUB",e.SGD="SGD",e.THB="THB",e.TRY="TRY",e.TWD="TWD",e.VND="VND",e.HKD="HKD",e.IEP="IEP"})(jl||(jl={}));var Hl;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.IS_SHOW_WATERMARK="isShowWatermark",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions",e.IS_PASTE="isPaste",e.SORTABLE="sortable"})(Hl||(Hl={}));var Qu;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(Qu||(Qu={}));var Ng=function e(t){Kn(this,e),Ee(this,"width",void 0),Ee(this,"height",void 0),Ee(this,"widthConfig",void 0),Ee(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var i;this.widthConfig=(i=t==null?void 0:t.widthConfig)!==null&&i!==void 0?i:"fill";var o;this.heightConfig=(o=t==null?void 0:t.heightConfig)!==null&&o!==void 0?o:"fill"};function Og(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Yu(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function to(e,t,n){return Wl()?to=Reflect.construct:to=function(i,o,u){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(i,s),f=new c;return u&&ui(f,u.prototype),f},to.apply(null,arguments)}function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function oi(e){return oi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},oi(e)}function Ig(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ui(e,t)}function Sg(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Tg(e,t){return t&&(Mg(t)==="object"||typeof t=="function")?t:Og(e)}function ui(e,t){return ui=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ui(e,t)}function Mg(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function es(e){var t=typeof Map=="function"?new Map:void 0;return es=function(r){if(r===null||!Sg(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,i)}function i(){return to(r,arguments,oi(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),ui(i,r)},es(e)}function Wl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Rg(e){var t=Wl();return function(){var r=oi(e),i;if(t){var o=oi(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Tg(this,i)}}var ts=function e(t){Yu(this,e),Qt(this,"isHide",{type:"boolean"})},ql=function(e){Ig(n,e);var t=Rg(n);function n(r){return Yu(this,n),t.call(this)}return n}(es(Array)),Yt=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Yu(this,e),Qt(this,"isHide",void 0),Qt(this,"className",void 0),Qt(this,"style",void 0),Qt(this,"caption",void 0),Qt(this,"defaultState",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new Ng(t==null?void 0:t.style);var i;this.caption=(i=t==null?void 0:t.caption)!==null&&i!==void 0?i:n};Qt(Yt,"mode",void 0),Qt(Yt,"Rules",ts),Qt(Yt,"RuntimeRules",ql);function Ut(){return Ut=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ut.apply(this,arguments)}function Bg(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function ns(e){return ns=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ns(e)}function no(e,t){return no=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},no(e,t)}function Lg(){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(e){return!1}}function ro(e,t,n){return Lg()?ro=Reflect.construct:ro=function(i,o,u){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(i,s),f=new c;return u&&no(f,u.prototype),f},ro.apply(null,arguments)}function Pg(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function rs(e){var t=typeof Map=="function"?new Map:void 0;return rs=function(r){if(r===null||!Pg(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,i)}function i(){return ro(r,arguments,ns(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),no(i,r)},rs(e)}var xg=/%[sdj%]/g,Gl=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Gl=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function is(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function pt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,i=t[0],o=t.length;if(typeof i=="function")return i.apply(null,t.slice(1));if(typeof i=="string"){var u=String(i).replace(xg,function(s){if(s==="%%")return"%";if(r>=o)return s;switch(s){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(c){return"[Circular]"}break;default:return s}});return u}return i}function kg(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function Le(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||kg(t)&&typeof e=="string"&&!e)}function $g(e,t,n){var r=[],i=0,o=e.length;function u(s){r.push.apply(r,s),i++,i===o&&n(r)}e.forEach(function(s){t(s,u)})}function Kl(e,t,n){var r=0,i=e.length;function o(u){if(u&&u.length){n(u);return}var s=r;r=r+1,s<i?t(e[s],o):n([])}o([])}function Ug(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var Xl=function(e){Bg(t,e);function t(n,r){var i;return i=e.call(this,"Async Validation Error")||this,i.errors=n,i.fields=r,i}return t}(rs(Error));function Vg(e,t,n,r){if(t.first){var i=new Promise(function(a,d){var h=function(D){return r(D),D.length?d(new Xl(D,is(D))):a()},p=Ug(e);Kl(p,n,h)});return i.catch(function(a){return a}),i}var o=t.firstFields||[];o===!0&&(o=Object.keys(e));var u=Object.keys(e),s=u.length,c=0,f=[],l=new Promise(function(a,d){var h=function(g){if(f.push.apply(f,g),c++,c===s)return r(f),f.length?d(new Xl(f,is(f))):a()};u.length||(r(f),a()),u.forEach(function(p){var g=e[p];o.indexOf(p)!==-1?Kl(g,n,h):$g(g,n,h)})});return l.catch(function(a){return a}),l}function zl(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function Jl(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=Ut(Ut({},e[n]),r):e[n]=r}}return e}function Zl(e,t,n,r,i,o){e.required&&(!n.hasOwnProperty(e.field)||Le(t,o||e.type))&&r.push(pt(i.messages.required,e.fullField))}function jg(e,t,n,r,i){(/^\s+$/.test(t)||t==="")&&r.push(pt(i.messages.whitespace,e.fullField))}var os={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},si={integer:function(t){return si.number(t)&&parseInt(t,10)===t},float:function(t){return si.number(t)&&!si.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!si.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(os.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(os.url)},hex:function(t){return typeof t=="string"&&!!t.match(os.hex)}};function Hg(e,t,n,r,i){if(e.required&&t===void 0){Zl(e,t,n,r,i);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],u=e.type;o.indexOf(u)>-1?si[u](t)||r.push(pt(i.messages.types[u],e.fullField,e.type)):u&&typeof t!==e.type&&r.push(pt(i.messages.types[u],e.fullField,e.type))}function Wg(e,t,n,r,i){var o=typeof e.len=="number",u=typeof e.min=="number",s=typeof e.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,f=t,l=null,a=typeof t=="number",d=typeof t=="string",h=Array.isArray(t);if(a?l="number":d?l="string":h&&(l="array"),!l)return!1;h&&(f=t.length),d&&(f=t.replace(c,"_").length),o?f!==e.len&&r.push(pt(i.messages[l].len,e.fullField,e.len)):u&&!s&&f<e.min?r.push(pt(i.messages[l].min,e.fullField,e.min)):s&&!u&&f>e.max?r.push(pt(i.messages[l].max,e.fullField,e.max)):u&&s&&(f<e.min||f>e.max)&&r.push(pt(i.messages[l].range,e.fullField,e.min,e.max))}var Nr="enum";function qg(e,t,n,r,i){e[Nr]=Array.isArray(e[Nr])?e[Nr]:[],e[Nr].indexOf(t)===-1&&r.push(pt(i.messages[Nr],e.fullField,e[Nr].join(", ")))}function Gg(e,t,n,r,i){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(pt(i.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var o=new RegExp(e.pattern);o.test(t)||r.push(pt(i.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var ne={required:Zl,whitespace:jg,type:Hg,range:Wg,enum:qg,pattern:Gg};function Kg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t,"string")&&!e.required)return n();ne.required(e,t,r,o,i,"string"),Le(t,"string")||(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i),ne.pattern(e,t,r,o,i),e.whitespace===!0&&ne.whitespace(e,t,r,o,i))}n(o)}function Xg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne.type(e,t,r,o,i)}n(o)}function zg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(t===""&&(t=void 0),Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function Jg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne.type(e,t,r,o,i)}n(o)}function Zg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),Le(t)||ne.type(e,t,r,o,i)}n(o)}function Qg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function Yg(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function e_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(t==null&&!e.required)return n();ne.required(e,t,r,o,i,"array"),t!=null&&(ne.type(e,t,r,o,i),ne.range(e,t,r,o,i))}n(o)}function t_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne.type(e,t,r,o,i)}n(o)}var n_="enum";function r_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i),t!==void 0&&ne[n_](e,t,r,o,i)}n(o)}function i_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t,"string")&&!e.required)return n();ne.required(e,t,r,o,i),Le(t,"string")||ne.pattern(e,t,r,o,i)}n(o)}function o_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t,"date")&&!e.required)return n();if(ne.required(e,t,r,o,i),!Le(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),ne.type(e,s,r,o,i),s&&ne.range(e,s.getTime(),r,o,i)}}n(o)}function u_(e,t,n,r,i){var o=[],u=Array.isArray(t)?"array":typeof t;ne.required(e,t,r,o,i,u),n(o)}function us(e,t,n,r,i){var o=e.type,u=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(Le(t,o)&&!e.required)return n();ne.required(e,t,r,u,i,o),Le(t,o)||ne.type(e,t,r,u,i)}n(u)}function s_(e,t,n,r,i){var o=[],u=e.required||!e.required&&r.hasOwnProperty(e.field);if(u){if(Le(t)&&!e.required)return n();ne.required(e,t,r,o,i)}n(o)}var ai={string:Kg,method:Xg,number:zg,boolean:Jg,regexp:Zg,integer:Qg,float:Yg,array:e_,object:t_,enum:r_,pattern:i_,date:o_,url:us,hex:us,email:us,required:u_,any:s_};function ss(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var as=ss();function vn(e){this.rules=null,this._messages=as,this.define(e)}vn.prototype={messages:function(t){return t&&(this._messages=Jl(ss(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var i=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var o=t,u=n,s=r;if(typeof u=="function"&&(s=u,u={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function c(g){var D,m=[],A={};function v(y){if(Array.isArray(y)){var I;m=(I=m).concat.apply(I,y)}else m.push(y)}for(D=0;D<g.length;D++)v(g[D]);m.length?A=is(m):(m=null,A=null),s(m,A)}if(u.messages){var f=this.messages();f===as&&(f=ss()),Jl(f,u.messages),u.messages=f}else u.messages=this.messages();var l,a,d={},h=u.keys||Object.keys(this.rules);h.forEach(function(g){l=i.rules[g],a=o[g],l.forEach(function(D){var m=D;typeof m.transform=="function"&&(o===t&&(o=Ut({},o)),a=o[g]=m.transform(a)),typeof m=="function"?m={validator:m}:m=Ut({},m),m.validator=i.getValidationMethod(m),m.field=g,m.fullField=m.fullField||g,m.type=i.getType(m),m.validator&&(d[g]=d[g]||[],d[g].push({rule:m,value:a,source:o,field:g}))})});var p={};return Vg(d,u,function(g,D){var m=g.rule,A=(m.type==="object"||m.type==="array")&&(typeof m.fields=="object"||typeof m.defaultField=="object");A=A&&(m.required||!m.required&&g.value),m.field=g.field;function v(N,O){return Ut(Ut({},O),{},{fullField:m.fullField+"."+N})}function y(N){N===void 0&&(N=[]);var O=N;if(Array.isArray(O)||(O=[O]),!u.suppressWarning&&O.length&&vn.warning("async-validator:",O),O.length&&m.message!==void 0&&(O=[].concat(m.message)),O=O.map(zl(m)),u.first&&O.length)return p[m.field]=1,D(O);if(!A)D(O);else{if(m.required&&!g.value)return m.message!==void 0?O=[].concat(m.message).map(zl(m)):u.error&&(O=[u.error(m,pt(u.messages.required,m.field))]),D(O);var M={};if(m.defaultField)for(var R in g.value)g.value.hasOwnProperty(R)&&(M[R]=m.defaultField);M=Ut(Ut({},M),g.rule.fields);for(var W in M)if(M.hasOwnProperty(W)){var Z=Array.isArray(M[W])?M[W]:[M[W]];M[W]=Z.map(v.bind(null,W))}var q=new vn(M);q.messages(u.messages),g.rule.options&&(g.rule.options.messages=u.messages,g.rule.options.error=u.error),q.validate(g.value,g.rule.options||u,function(ee){var pe=[];O&&O.length&&pe.push.apply(pe,O),ee&&ee.length&&pe.push.apply(pe,ee),D(pe.length?pe:null)})}}var I;m.asyncValidator?I=m.asyncValidator(m,g.value,y,g.source,u):m.validator&&(I=m.validator(m,g.value,y,g.source,u),I===!0?y():I===!1?y(m.message||m.field+" fails"):I instanceof Array?y(I):I instanceof Error&&y(I.message)),I&&I.then&&I.then(function(){return y()},function(N){return y(N)})},function(g){c(g)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!ai.hasOwnProperty(t.type))throw new Error(pt("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?ai.required:ai[this.getType(t)]||!1}},vn.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ai[t]=n},vn.warning=Gl,vn.messages=as,vn.validators=ai;var a_={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function c_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new vn(e);return n.messages(Object.assign(a_,t)),n}var l_=new Ml;function cs(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function f_(e){if(Array.isArray(e))return e}function d_(e){if(Array.isArray(e))return cs(e)}function Ql(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(f){n(f);return}s.done?t(c):Promise.resolve(c).then(r,i)}function Yl(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){Ql(o,r,i,u,s,"next",c)}function s(c){Ql(o,r,i,u,s,"throw",c)}u(void 0)})}}function h_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ef(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function p_(e,t,n){return t&&ef(e.prototype,t),n&&ef(e,n),e}function ce(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tf(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function nf(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function m_(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function g_(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function rf(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){ce(e,i,n[i])})}return e}function __(e){return f_(e)||nf(e)||of(e)||m_()}function ls(e){return d_(e)||nf(e)||of(e)||g_()}function of(e,t){if(!!e){if(typeof e=="string")return cs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return cs(e,t)}}function uf(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(f){return function(l){return c([f,l])}}function c(f){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=f[0]&2?r.return:f[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,f[1])).done)return i;switch(r=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return u.label++,{value:f[1],done:!1};case 5:u.label++,r=f[1],f=[0];continue;case 7:f=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){u=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){u.label=f[1];break}if(f[0]===6&&u.label<i[1]){u.label=i[1],i=f;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(f);break}i[2]&&u.ops.pop(),u.trys.pop();continue}f=t.call(e,u)}catch(l){f=[6,l],r=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}var We=function(){function t(n){var r=this;h_(this,t),ce(this,"id",void 0),ce(this,"name",void 0),ce(this,"icon",void 0),ce(this,"type",void 0),ce(this,"controlType",void 0),ce(this,"props",void 0),ce(this,"setting",[]),ce(this,"fieldType",void 0),ce(this,"eventKeys",[]),ce(this,"customEvents",[]),ce(this,"parent",null),ce(this,"slots",void 0),ce(this,"slotPosition",void 0),ce(this,"updateSetting",af),ce(this,"removeSetting",sf),this._callControlHooks("preInstance",n);var i=tf(this,t)?this.constructor:void 0,o=i.controlName,u=i.controlIcon,s=i.controlType,c=i.controlFieldType,f=i.controlEventKeys,l=i.controlCustomEvents,a=i.name,d=i.setting,h=i.slots,p=i.slotPosition;o&&u&&s||ia("The ".concat(a," controlName,controlIcon,controlType is not define"));var g;this.id=(g=n==null?void 0:n.id)!==null&&g!==void 0?g:yi(10),this.name=o,this.icon=u;var D;this.type=(D=n==null?void 0:n.type)!==null&&D!==void 0?D:s,this.props=new Yt(n==null?void 0:n.props,(tf(this,t)?this.constructor:void 0).controlName);var m;this.controlType=(m=n==null?void 0:n.controlType)!==null&&m!==void 0?m:"base",this.setting=he(d);var A;this.fieldType=(A=n==null?void 0:n.fieldType)!==null&&A!==void 0?A:c,this.eventKeys=he(f),this.customEvents=he(l),this.slots=he(h),this.slotPosition=he(p),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return p_(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];var u,s=__(i),c=s[0],f=s.slice(1);return(u=l_).emit.apply(u,[c,this].concat(ls(f)))}},{key:"preUpdate",value:function(r,i){this._callControlHooks("preUpdateProps",r,i)}},{key:"postUpdate",value:function(r,i){this._callControlHooks("postUpdateProps",r,i)}},{key:"updateProps",value:function(r,i){this.preUpdate(r,i),$u(this.props,r,i),this.postUpdate(r,i)}},{key:"preValidate",value:function(){var r=this;return Yl(function(){var i,o,u;return uf(this,function(s){switch(s.label){case 0:return i=rf({},r.rules),[4,r._callControlHooks("preValidate",i)];case 1:return o=s.sent(),u=o[o.length-1],[2,u===!1?void 0:u]}})})()}},{key:"validate",value:function(r,i){var o=this;return Yl(function(){var u,s,c,f;return uf(this,function(l){switch(l.label){case 0:return[4,o.preValidate()];case 1:u=l.sent(),s=u!==void 0?u:rf({},o.rules),Array.isArray(i)&&i.forEach(function(a){s.hasOwnProperty(a)&&delete s[a]}),c=c_(s,r),l.label=2;case 2:return l.trys.push([2,4,,5]),[4,c.validate(o.props)];case 3:return l.sent(),[2,!0];case 4:throw f=l.sent(),f.control||(f.control=o),f;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=this.fieldType,o=this.id,u=this.type,s=this.props,c=s.dataBind,f=s.datasourceBind,l=s.optionConfig,a=s.caption,d=s.required,h=s.maxLength,p=s.options,g=s.encrypted,D=s.encryptedMode;if(!(!i&&!c&&!f)){var m={parentId:r,fieldType:i,controlId:o,caption:a,type:u,props:{}};switch(c&&(m.dataBind=c),l){case"datasource":case void 0:f&&(m.datasourceBind=f);break;case"custom":m.props.options=p;break}return d!==void 0&&(m.required=d),h!==void 0&&(m.maxLength=h),g!==void 0&&(m.encrypted=g),D!==void 0&&(m.encryptedMode=D),m}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:he(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,i){if(r==="setting"){if(i.add){var o;(o=this.setting).push.apply(o,ls(i.add))}i.remove&&this.removeSettingItem(i.remove),i.update}}}]),t}();ce(We,"mode","Designer"),ce(We,"slots",void 0),ce(We,"slotPosition",void 0),ce(We,"controlName","\u63A7\u4EF6"),ce(We,"controlIcon","icon"),ce(We,"controlType","control"),ce(We,"controlFieldType",void 0),ce(We,"controlEventKeys",[]),ce(We,"controlCustomEvents",[]),ce(We,"setting",[]),ce(We,"__is_control__",!0),ce(We,"removeSettingItem",sf),ce(We,"updateSettingItem",af);function sf(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var i,o=typeof r!="string",u=(i=t.setting)===null||i===void 0?void 0:i.findIndex(function(f){return f.key===(o?r.key:r)});if(u!==-1){var s,c;o?t.setting[u].showItems=(s=t.setting[u].showItems)===null||s===void 0?void 0:s.filter(function(f){return!r.hideItems.includes(f)}):t.setting.splice(u,1),o&&!(!((c=t.setting[u].showItems)===null||c===void 0)&&c.length)&&t.setting.splice(u,1)}})}function af(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(i){var o=n.setting.find(function(f){return f.key===i});if(o){if(typeof t=="boolean")o.visible=t;else if(typeof t=="object"){var u,s=(u=t.type)!==null&&u!==void 0?u:"replace";if(s==="replace")o.showItems=t.showItems;else{var c;(c=o.showItems).push.apply(c,ls(t.showItems))}}}})}function D_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function v_(e,t,n){return t&&cf(e.prototype,t),n&&cf(e,n),e}function mt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function y_(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var ci=function(){function t(n){D_(this,t),mt(this,"id",void 0),mt(this,"type",void 0),mt(this,"controlType",void 0),mt(this,"props",void 0),mt(this,"fieldType",void 0),mt(this,"customEvents",[]),mt(this,"pageStatus",void 0),mt(this,"parent",null);var r=y_(this,t)?this.constructor:void 0,i=r.controlType,o=r.controlFieldType,u=r.name,s=r.controlCustomEvents;i||ia("The ".concat(u," controlType is not define"));var c;this.id=(c=n==null?void 0:n.id)!==null&&c!==void 0?c:yi(10);var f;this.type=(f=n==null?void 0:n.type)!==null&&f!==void 0?f:i,this.props=new Yt(n==null?void 0:n.props),this.customEvents=s;var l;this.controlType=(l=n==null?void 0:n.controlType)!==null&&l!==void 0?l:"base";var a;this.fieldType=(a=n==null?void 0:n.fieldType)!==null&&a!==void 0?a:o;var d;this.pageStatus=(d=n==null?void 0:n.pageStatus)!==null&&d!==void 0?d:Qu.UNKNOWN}return v_(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var i=new r(this.props);return Array.from(i)}return[]}}]),t}();mt(ci,"mode","Runtime"),mt(ci,"controlType","control"),mt(ci,"controlFieldType",void 0),mt(ci,"__is_control__",!0),mt(ci,"controlCustomEvents",[]);function gt(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function Pe(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function io(e){return io=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},io(e)}function ds(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&hs(e,t)}function E_(e,t){return t&&(b_(t)==="object"||typeof t=="function")?t:Pe(e)}function hs(e,t){return hs=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},hs(e,t)}function b_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function w_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ps(e){var t=w_();return function(){var r=io(e),i;if(t){var o=io(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return E_(this,i)}}var A_=function(e){ds(n,e);var t=ps(n);function n(r){fs(this,n);var i;i=t.call(this,r),Ie(Pe(i),"dataBind",{}),Ie(Pe(i),"caption",{type:"string",required:!0,message:ht.getMessage("pleaseEnterCaption")}),Ie(Pe(i),"isHideCaption",{type:"boolean"}),Ie(Pe(i),"labelPosition",{type:"enum",enum:["top","left"]}),Ie(Pe(i),"defaultState",{type:"enum",enum:["default","readonly"]}),Ie(Pe(i),"required",{type:"boolean"}),Ie(Pe(i),"captionTip",{type:"string",required:!1,message:ht.getMessage("pleaseEnterCaptionTip")});var o={fieldCode:{type:"string",required:!0,message:ht.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:ht.getMessage("pleaseEnterFieldCode")}};if(gt(r.dataBind))i.dataBind={type:"object",required:!0,fields:he(o),message:ht.getMessage("pleaseEnterFieldCode")};else{var u={type:"object",required:!0,fields:{},message:ht.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(s){u.fields[s]={type:"object",required:!0,fields:he(o),message:ht.getMessage("pleaseEnterFieldCode")}}),i.dataBind=u}return r.isShowCaptionTip&&(i.captionTip.required=!0),i}return n}(ts),C_=function(e){ds(n,e);var t=ps(n);function n(r){fs(this,n);var i;i=t.call(this,r);var o=r.isHide?!1:r.required;return o&&i.push({type:"string",required:o,message:r.requiredMessage!==""?r.requiredMessage:ht.getMessage("runtimeRequired",{caption:r.caption})}),i}return n}(ql),ms=function(e){ds(n,e);var t=ps(n);function n(r){fs(this,n);var i;i=t.call(this,r),Ie(Pe(i),"caption",void 0),Ie(Pe(i),"isHideCaption",void 0),Ie(Pe(i),"isShowCaptionTip",void 0),Ie(Pe(i),"captionTip",void 0),Ie(Pe(i),"labelPosition",void 0),Ie(Pe(i),"dataBind",void 0),Ie(Pe(i),"defaultValue",void 0),Ie(Pe(i),"placeholder",void 0),Ie(Pe(i),"defaultState",void 0),Ie(Pe(i),"required",void 0),Ie(Pe(i),"requiredMessage",void 0);var o;i.caption=(o=r==null?void 0:r.caption)!==null&&o!==void 0?o:"";var u;i.isHideCaption=(u=r==null?void 0:r.isHideCaption)!==null&&u!==void 0?u:!1;var s;i.isShowCaptionTip=(s=r==null?void 0:r.isShowCaptionTip)!==null&&s!==void 0?s:!1;var c;i.captionTip=(c=r==null?void 0:r.captionTip)!==null&&c!==void 0?c:"";var f;i.defaultState=(f=r==null?void 0:r.defaultState)!==null&&f!==void 0?f:"default";var l;i.labelPosition=(l=r==null?void 0:r.labelPosition)!==null&&l!==void 0?l:"top";var a;i.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var d;i.required=(d=r==null?void 0:r.required)!==null&&d!==void 0?d:!1;var h;i.requiredMessage=(h=r==null?void 0:r.requiredMessage)!==null&&h!==void 0?h:"",i.dataBind=new Ku(r==null?void 0:r.dataBind);var p;return i.defaultValue=(p=r==null?void 0:r.defaultValue)!==null&&p!==void 0?p:"",i}return n}(Yt);Ie(ms,"Rules",A_),Ie(ms,"RuntimeRules",C_);function gs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function F_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function uo(e){return uo=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},uo(e)}function N_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_s(e,t)}function O_(e,t){return t&&(I_(t)==="object"||typeof t=="function")?t:gs(e)}function _s(e,t){return _s=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},_s(e,t)}function I_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function S_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function T_(e){var t=S_();return function(){var r=uo(e),i;if(t){var o=uo(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return O_(this,i)}}var lf=function(e){N_(n,e);var t=T_(n);function n(r){F_(this,n);var i;return i=t.call(this,r),oo(gs(i),"controlType","form"),oo(gs(i),"props",void 0),i.props=new ms(r==null?void 0:r.props),i}return n}(We);oo(lf,"controlEventKeys",["on_change","on_focus","on_blur"]),oo(lf,"controlCustomAttributes",void 0);function M_(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function R_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function so(e){return so=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},so(e)}function B_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ds(e,t)}function L_(e,t){return t&&(P_(t)==="object"||typeof t=="function")?t:M_(e)}function Ds(e,t){return Ds=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Ds(e,t)}function P_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function x_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function k_(e){var t=x_();return function(){var r=so(e),i;if(t){var o=so(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return L_(this,i)}}var $_=function(e){B_(n,e);var t=k_(n);function n(r){return R_(this,n),t.call(this,r)}return n}(Yt);function vs(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function U_(e){if(Array.isArray(e))return vs(e)}function Xn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ff(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(f){n(f);return}s.done?t(c):Promise.resolve(c).then(r,i)}function V_(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){ff(o,r,i,u,s,"next",c)}function s(c){ff(o,r,i,u,s,"throw",c)}u(void 0)})}}function j_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function df(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function H_(e,t,n){return t&&df(e.prototype,t),n&&df(e,n),e}function yn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Or(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?Or=Reflect.get:Or=function(i,o,u){var s=Q_(i,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(u||i):c.value}},Or(e,t,n||e)}function En(e){return En=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},En(e)}function W_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ys(e,t)}function q_(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function G_(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function K_(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function X_(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){yn(e,i,n[i])})}return e}function z_(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function J_(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):z_(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Z_(e,t){return t&&(Y_(t)==="object"||typeof t=="function")?t:Xn(e)}function ys(e,t){return ys=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ys(e,t)}function Q_(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=En(e),e!==null););return e}function hf(e){return U_(e)||G_(e)||eD(e)||K_()}function Y_(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function eD(e,t){if(!!e){if(typeof e=="string")return vs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vs(e,t)}}function tD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function nD(e){var t=tD();return function(){var r=En(e),i;if(t){var o=En(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Z_(this,i)}}function rD(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(f){return function(l){return c([f,l])}}function c(f){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=f[0]&2?r.return:f[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,f[1])).done)return i;switch(r=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return u.label++,{value:f[1],done:!1};case 5:u.label++,r=f[1],f=[0];continue;case 7:f=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){u=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){u.label=f[1];break}if(f[0]===6&&u.label<i[1]){u.label=i[1],i=f;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(f);break}i[2]&&u.ops.pop(),u.trys.pop();continue}f=t.call(e,u)}catch(l){f=[6,l],r=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}var iD=1e4,pf=function(t){W_(r,t);var n=nD(r);function r(i){j_(this,r);var o;o=n.call(this,i),yn(Xn(o),"controlType","layout"),yn(Xn(o),"children",void 0),yn(Xn(o),"excludes",void 0),yn(Xn(o),"childrenMaxLength",void 0),yn(Xn(o),"props",void 0);var u=q_(this,r)?this.constructor:void 0,s=u.excludes,c=u.childrenMaxLength;return o.props=new $_(i==null?void 0:i.props),Gu(Xn(o),"children",i==null?void 0:i.children,void 0,"Designer"),o.excludes=he(s),o.childrenMaxLength=c,o}return H_(r,[{key:"judgeExcludesChildren",value:function(o){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(o)}},{key:"judgeJoinChildren",value:function(o){var u=this.judgeExcludesChildren(o);return u&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(o,u){var s=this,c=this,f=function(){return Or(En(r.prototype),"validate",s)};return V_(function(){return rD(this,function(l){switch(l.label){case 0:return[4,f().call(c,o,u)];case 1:return l.sent(),[4,Promise.all(c.children.map(function(a){return a.validate(o,u)}))];case 2:return l.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=Or(En(r.prototype),"toDataBindModel",this).call(this),s=u?[u]:[];return this.children.reduce(function(c,f){var l=f.toDataBindModel(o);if(Array.isArray(l)){var a=l.filter(function(d){return!!d});return hf(c).concat(hf(a))}return l&&c.push(l),c},s)}},{key:"toSchema",value:function(){var o=Or(En(r.prototype),"toSchema",this).call(this),u=this.children.map(function(s){var c=s.toSchema();return c});return J_(X_({},o),{children:u})}}]),r}(We);yn(pf,"excludes",!1),yn(pf,"childrenMaxLength",iD);function en(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ir(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ao(e){return ao=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ao(e)}function uD(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Es(e,t)}function sD(e,t){return t&&(aD(t)==="object"||typeof t=="function")?t:en(e)}function Es(e,t){return Es=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Es(e,t)}function aD(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function cD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function lD(e){var t=cD();return function(){var r=ao(e),i;if(t){var o=ao(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return sD(this,i)}}var fD=function(e){uD(n,e);var t=lD(n);function n(r,i,o){oD(this,n);var u;u=t.call(this,i),Ir(en(u),"headers",void 0),Ir(en(u),"footers",void 0),Ir(en(u),"pageIndex",void 0),Ir(en(u),"pageSize",void 0),Ir(en(u),"pageSizeOptions",void 0),Ir(en(u),"totalCount",void 0),Gu(en(u),"headers",i==null?void 0:i.headers,r,o),Gu(en(u),"footers",i==null?void 0:i.footers,r);var s;u.pageIndex=(s=i==null?void 0:i.pageIndex)!==null&&s!==void 0?s:1;var c;u.pageSize=(c=i==null?void 0:i.pageSize)!==null&&c!==void 0?c:20;var f;u.pageSizeOptions=(f=i==null?void 0:i.pageSizeOptions)!==null&&f!==void 0?f:[20];var l;return u.totalCount=(l=i==null?void 0:i.totalCount)!==null&&l!==void 0?l:0,u}return n}(Yt);function bs(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function dD(e){if(Array.isArray(e))return bs(e)}function co(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mf(e,t,n,r,i,o,u){try{var s=e[o](u),c=s.value}catch(f){n(f);return}s.done?t(c):Promise.resolve(c).then(r,i)}function hD(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var o=e.apply(t,n);function u(c){mf(o,r,i,u,s,"next",c)}function s(c){mf(o,r,i,u,s,"throw",c)}u(void 0)})}}function pD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function mD(e,t,n){return t&&gf(e.prototype,t),n&&gf(e,n),e}function lo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Sr(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?Sr=Reflect.get:Sr=function(i,o,u){var s=ED(i,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(u||i):c.value}},Sr(e,t,n||e)}function bn(e){return bn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bn(e)}function gD(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ws(e,t)}function _D(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function DD(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _f(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){lo(e,i,n[i])})}return e}function vD(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Df(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):vD(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function yD(e,t){return t&&(bD(t)==="object"||typeof t=="function")?t:co(e)}function ws(e,t){return ws=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ws(e,t)}function ED(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=bn(e),e!==null););return e}function vf(e){return dD(e)||_D(e)||wD(e)||DD()}function bD(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function wD(e,t){if(!!e){if(typeof e=="string")return bs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return bs(e,t)}}function AD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function CD(e){var t=AD();return function(){var r=bn(e),i;if(t){var o=bn(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return yD(this,i)}}function FD(e,t){var n,r,i,o,u={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(f){return function(l){return c([f,l])}}function c(f){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=f[0]&2?r.return:f[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,f[1])).done)return i;switch(r=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return u.label++,{value:f[1],done:!1};case 5:u.label++,r=f[1],f=[0];continue;case 7:f=u.ops.pop(),u.trys.pop();continue;default:if(i=u.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){u=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){u.label=f[1];break}if(f[0]===6&&u.label<i[1]){u.label=i[1],i=f;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(f);break}i[2]&&u.ops.pop(),u.trys.pop();continue}f=t.call(e,u)}catch(l){f=[6,l],r=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}var ND=function(e){gD(n,e);var t=CD(n);function n(r){pD(this,n);var i;return i=t.call(this,r),lo(co(i),"controlType","list"),lo(co(i),"props",void 0),i.props=new fD(co(i),r==null?void 0:r.props,"Designer"),i}return mD(n,[{key:"validate",value:function(i,o){var u=this,s=this,c=function(){return Sr(bn(n.prototype),"validate",u)};return hD(function(){return FD(this,function(f){switch(f.label){case 0:return[4,c().call(s,i)];case 1:return f.sent(),[4,Promise.all(s.props.headers.map(function(l){return l.validate(i,o)}))];case 2:return f.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var i=Sr(bn(n.prototype),"toDataBindModel",this).call(this),o=i?[i]:[],u=this.id;return this.props.headers.reduce(function(s,c){var f=c.toDataBindModel(u);if(Array.isArray(f)){var l=f.filter(function(a){return!!a});return vf(s).concat(vf(l))}return f&&s.push(f),s},o)}},{key:"toSchema",value:function(){var i=Sr(bn(n.prototype),"toSchema",this).call(this),o=this.props.headers.map(function(u){return u.toSchema()});return Df(_f({},i),{props:Df(_f({},this.props),{headers:o})})}}]),n}(We);lo(ND,"controlFieldType",Fe.LIST);function ot(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function yf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ut(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fo(e){return fo=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fo(e)}function Ef(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&As(e,t)}function OD(e,t){return t&&(ID(t)==="object"||typeof t=="function")?t:ot(e)}function As(e,t){return As=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},As(e,t)}function ID(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function SD(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function bf(e){var t=SD();return function(){var r=fo(e),i;if(t){var o=fo(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return OD(this,i)}}var TD=function(e){Ef(n,e);var t=bf(n);function n(r){yf(this,n);var i;return i=t.call(this,r),ut(ot(i),"caption",{type:"string",required:!0,message:ht.getMessage("pleaseEnterCaption")}),ut(ot(i),"width",{type:"number",required:!1,message:ht.getMessage("pleaseEnterColumnWidth")}),i.width.required=r.widthType==="px",i}return n}(ts),MD=function(e){Ef(n,e);var t=bf(n);function n(r){yf(this,n);var i;i=t.call(this,r),ut(ot(i),"widthType",void 0),ut(ot(i),"width",void 0),ut(ot(i),"caption",void 0),ut(ot(i),"dataBind",void 0),ut(ot(i),"autoWidth",void 0),ut(ot(i),"fixed",void 0),ut(ot(i),"sort",void 0),ut(ot(i),"align",void 0),ut(ot(i),"colSpan",void 0),ut(ot(i),"autoHeight",void 0),ut(ot(i),"children",void 0);var o;i.width=(o=r==null?void 0:r.width)!==null&&o!==void 0?o:150,i.widthType=(r==null?void 0:r.widthType)||"auto";var u;i.caption=(u=r==null?void 0:r.caption)!==null&&u!==void 0?u:"";var s;i.fixed=(s=r==null?void 0:r.fixed)!==null&&s!==void 0?s:"none",i.autoWidth=new Fg(r==null?void 0:r.autoWidth),i.dataBind=new Ku(r==null?void 0:r.dataBind);var c;i.sort=(c=r==null?void 0:r.sort)!==null&&c!==void 0?c:!0,i.align=r==null?void 0:r.align,i.colSpan=r==null?void 0:r.colSpan;var f;return i.autoHeight=(f=r==null?void 0:r.autoHeight)!==null&&f!==void 0?f:!1,i}return n}(Yt);ut(MD,"Rules",TD);function ho(e){return e.controlType===Q.LAYOUT||e.controlType===Q.WRAP||e.controlType===Q.LIST||e.controlType===Q.SEARCH||e.controlType===Q.COLUMN&&e.type!==ye.OPERATION_COLUMN}function zn(e,t){Array.isArray(e)&&e.map(n=>{n.controlType===Q.LIST?t(n,[]):ho(n)?zn(n==null?void 0:n.children,t):n.controlType===Q.FORM&&t(n)})}function Jn(e,t){Array.isArray(e)&&e.map(n=>{n.type===ye.DATA_VIEW||n.type===ye.SIMPLE_SEARCH?t(n):ho(n)&&Jn(n==null?void 0:n.children,t)})}let wf=0;function li(e=""){const t=Date.now(),n=Math.floor(Math.random()*1e9);return wf++,e+"_"+n+wf+String(t)}class Ze extends ii{constructor(t){super("Runtime"),this._flatInstances=[],this._instanceMap={},this._controlParentIdMap={};const{schema:n}=t;this._schema=n,this._instance=this.createControl(n,t.beforeCreateInstance),this.getFlatInstances()}getFlatInstances(){const t=[],n={},r={};return Cs(this._instance,"",(i,o)=>{var u;o&&(r[i.id]=o),n[i.id]||(n[i.id]=[]),!(i.type==="subtable-column"&&n[i.id].length>0)&&(t.push(i),!(((u=i.parent)==null?void 0:u.type)===ye.SUBTABLE_COLUMN&&i.parent.parent===void 0)&&n[i.id].push(i))}),this._flatInstances=t,this._instanceMap=n,this._controlParentIdMap=r,this._flatInstances}get schema(){return this._schema}get instance(){return this._instance}get flatInstances(){return this._flatInstances}get instanceMap(){return this._instanceMap}get allRules(){let t={},n={},r={};return Jn(this._instance,i=>{let o=Ze.staticGetRules(i.type,i.props);n[i.id]=he(o[0]),t[i.id]=he(o[0]),r[i.id]=he(o[0]),zn(i.children,u=>{(u.controlType===Q.FORM||u.controlType===Q.LIST)&&(Af(n[i.id].fields,u,!0),Nf(t[i.id].fields,u,!0),Cf(r[i.id].fields,u,!0))})}),{rules:this.rules,antdRules:this.antdRules,fieldCodeRules:this.fieldCodeRules,defaultAntdRules:t,defaultRule:n,defaultFieldRules:r}}get rules(){let t={};return Jn(this._instance,n=>{let r=Ze.staticGetRules(n.type,n.props);t[n.id]=r[0],zn(n.children,i=>{(i.controlType===Q.FORM||i.controlType===Q.LIST)&&Af(t[n.id].fields,i)})}),t}get fieldCodeRules(){let t={};return Jn(this._instance,n=>{let r=Ze.staticGetRules(n.type,n.props);t[n.id]=r[0],zn(n.children,i=>{(i.controlType===Q.FORM||i.controlType===Q.LIST)&&Cf(t[n.id].fields,i)})}),t}get antdRules(){let t={};return Jn(this._instance,n=>{let r=Ze.staticGetRules(n.type,n.props);t[n.id]=r[0],zn(n.children,i=>{(i.controlType===Q.FORM||i.controlType===Q.LIST)&&Nf(t[n.id].fields,i)})}),t}}function Cs(e,t,n){(Array.isArray(e)?e:[e]).map(i=>{if(n(i,t),ho(i)){const o=i;o.children||(o.children=[]),Cs(o.children,o.id,n)}RD(i,"headers")&&Cs(i.props.headers,i.id,n)})}function RD(e,t){return t in e.props&&Gn(e.props[t])}function po(e){return e.props.isHide?!0:e.parent===null||e.parent===void 0?!1:po(e.parent)}function Af(e,t,n=!1){if(po(t))return;let r=Ze.staticGetRules(t.type,t.props);if(t.controlType===Q.FORM)e[t.id]=r;else if(t.type===ye.SUBTABLE){e[t.id]=r;const i={type:"array",fields:{}};(n===!0?[{children:t.props.headers}]:t.children).forEach((o,u)=>{Gt(o.children,s=>{if(i.fields){i.fields[u]||(i.fields[u]={type:"object",required:!0,fields:{}});let c=Ze.staticGetRules(s.type,s.props);i.fields[u].fields[s.id]=c}})}),e[t.id].push(i)}}function Cf(e,t,n=!1){var i,o,u,s,c,f,l;if(po(t))return;let r=Ze.staticGetRules(t.type,t.props);if(t.controlType===Q.FORM)if(gt(t.props.dataBind))((i=t.props.dataBind)==null?void 0:i.fieldCode)!=""&&(e[(o=t.props.dataBind)==null?void 0:o.fieldCode]=r);else for(const a in t.props.dataBind)((u=t.props.dataBind[a])==null?void 0:u.fieldCode)!=""&&(e[(s=t.props.dataBind[a])==null?void 0:s.fieldCode]=((c=Ff(r))==null?void 0:c[a])||[]);else if(t.type===ye.SUBTABLE){e[(f=t.props.datasourceBind)==null?void 0:f.dataCode]=r;const a={type:"array",fields:{}};(n===!0?[{children:t.props.headers}]:t.children).forEach((d,h)=>{Gt(d.children,p=>{var g,D,m,A;if(a.fields){a.fields[h]||(a.fields[h]={type:"object",required:!0,fields:{}});let v=Ze.staticGetRules(p.type,p.props);if(gt(p.props.dataBind))((m=p.props.dataBind)==null?void 0:m.fieldCode)!=""&&(a.fields[h].fields[(A=p.props.dataBind)==null?void 0:A.fieldCode]=v);else for(const y in p.props.dataBind)((g=p.props.dataBind[y])==null?void 0:g.fieldCode)!=""&&(a.fields[h].fields[p.props.dataBind[y].fieldCode]=((D=Ff(v))==null?void 0:D[y])||[])}})}),e[(l=t.props.datasourceBind)==null?void 0:l.dataCode].push(a)}}function Ff(e){let t={};return e.map(n=>{n.fields&&(t=n)}),t==null?void 0:t.fields}function Nf(e,t,n=!1){if(po(t))return;let r=Ze.staticGetRules(t.type,t.props);t.controlType===Q.FORM?e[t.id]=r:t.type===ye.SUBTABLE&&t.children.length&&(e[t.id]=[],(n===!0?[{children:t.props.headers}]:t.children).forEach(i=>{let o={};Gt(i.children,u=>{let s=Ze.staticGetRules(u.type,u.props);o[u.id]=s}),e[t.id].push(o)}))}class BD{constructor(t){const{state:n,emptyState:r,databindMapping:i,controlidMapping:o,defaultState:u,subtableHeadersControlIdMapping:s}=LD(t.instance);this.emptyState=r,this.state=n,this.dataBindMapping=i,this.controlIdMapping=o,this.defaultState=u,this.subtableHeadersControlIdMapping=s}setState(t,n,r){const i=this.controlIdMapping[t],o=he(n);i!==void 0?(i.children&&n.forEach(u=>{u.uid||Object.assign(u,{uid:"new:"+li("uid")})}),this.state[i.dataView][t]=o):r!==void 0?Object.keys(this.controlIdMapping).map(u=>{const s=this.controlIdMapping[u].dataView,c=this.controlIdMapping[u].children;c!==void 0&&Object.keys(c).map(f=>{f===t&&this.state[s][u][r]&&(this.state[s][u][r][t]=o)})}):this.state[t]=o}getState(t,n){var i;if(this.state[t]!==void 0)return this.state[t];{const o=this.controlIdMapping[t];if(o!==void 0){const u=this.state[o.dataView][t];return n!==void 0&&Object.keys((i=o==null?void 0:o.children)!=null?i:{}).length>0?u[n]:u}else if(n!==void 0){let u;return Object.keys(this.controlIdMapping).map(s=>{const c=this.controlIdMapping[s].dataView,f=this.controlIdMapping[s].children;f!==void 0&&Object.keys(f).map(l=>{var a;l===t&&(u=(a=this.state[c][s][n])==null?void 0:a[t])})}),u}else{let u=[];return Object.keys(this.controlIdMapping).map(s=>{const c=this.controlIdMapping[s].dataView,f=this.controlIdMapping[s].children;f!==void 0&&Object.keys(f).map(l=>{l===t&&this.state[c][s].map(a=>{u.push(a[t])})})}),u}}}getEmptyState(t){if(this.emptyState[t]!==void 0)return this.emptyState[t];{const r=this.controlIdMapping[t];if(r!==void 0){const i=this.emptyState[r.dataView][t];return"children"in r&&Object.assign(i,{uid:"new:"+li("uid")}),i}else{let i;return Object.keys(this.controlIdMapping).map(o=>{const u=this.controlIdMapping[o].dataView,s=this.controlIdMapping[o].children;s!==void 0&&Object.keys(s).map(c=>{c===t&&(i=this.emptyState[u][o][t])})}),i}}}getDataBind(t){let n=this.controlIdMapping[t];if(n)return n.dataBind;e:for(let r in this.controlIdMapping){const i=this.controlIdMapping[r];if(i.children){for(let o in i.children)if(o===t){n=i.children[o];break e}}}return n==null?void 0:n.dataBind}}function LD(e){let t={},n={},r={},i={},o={},u={};return Jn(e,s=>{const c=s.id,f={},l={};zn([s],(a,d)=>{PD(f,l,a),xD(r,c,a),kD(i,c,a),$D(o,a)}),t[c]={},u[c]=f,n[c]=l}),{state:t,defaultState:u,subtableHeadersControlIdMapping:o,emptyState:n,databindMapping:r,controlidMapping:i}}function PD(e,t,n){var r,i;if(n.controlType===Q.FORM)e[n.id]=he(n.props.defaultValue),t[n.id]=he(n.props.defaultValue);else{const o={};Gt(n.props.headers,u=>{o[u.id]=he(u.props.defaultValue)}),e[n.id]=(i=new Array((r=n.props.defaultRows)!=null?r:1).fill(0).map(()=>we({uid:"new:"+li("uid")},he(o))))!=null?i:[],t[n.id]=o}}function xD(e,t,n){var r,i;if(n.controlType===Q.FORM)gt(n.props.dataBind)?((i=(r=n.props)==null?void 0:r.dataBind)==null?void 0:i.dataCode)===void 0||(e[n.props.dataBind.dataCode]===void 0&&(e[n.props.dataBind.dataCode]={controlId:t,fields:[],dataViewId:t}),e[n.props.dataBind.dataCode].fields.push({fieldCode:n.props.dataBind.fieldCode,controlId:n.id,dataBind:n.props.dataBind,dataViewId:[t]})):Object.keys(n.props.dataBind).map(o=>{const u=n.props.dataBind,s=u[o].dataCode;s!==void 0&&(e[s]===void 0&&(e[s]={controlId:n.id,fields:[],dataViewId:t}),e[s].fields.push({fieldCode:u[o].fieldCode,controlId:n.id,dataBind:u,dataViewId:[t]}))});else{if(n.props.datasourceBind.dataCode===""){dr(`datasourceBind.dataCode is empty! maybe in preview mode, control:${n.id} type:${n.type}`);return}e[n.props.datasourceBind.dataCode]={controlId:n.id,fields:[],dataViewId:t};const o=n.id;Gt(n.props.headers,u=>{gt(u.props.dataBind)?(e[u.props.dataBind.dataCode]===void 0&&(e[u.props.dataBind.dataCode]={controlId:t,fields:[],dataViewId:t}),e[u.props.dataBind.dataCode].fields.push({fieldCode:u.props.dataBind.fieldCode,controlId:u.id,dataBind:u.props.dataBind,dataViewId:[t,o]})):Object.keys(u.props.dataBind).map(s=>{const c=u.props.dataBind,f=c[s].dataCode;e[f].fields.push({fieldCode:c[s].fieldCode,controlId:u.id,dataBind:c,dataViewId:[t,o]})})})}}function kD(e,t,n){n.controlType===Q.FORM?e[n.id]={dataBind:n.props.dataBind,options:[],dataView:t}:n.type===ye.SUBTABLE&&(e[n.id]={dataBind:new Ku({dataCode:n.props.datasourceBind.dataCode,fieldCode:""}),dataView:t,children:{},options:[]},Gt(n.props.headers,r=>{var i,o;Object.assign((o=(i=e[n.id])==null?void 0:i.children)!=null?o:{},{[r.id]:{dataBind:r.props.dataBind}})}))}function $D(e,t){if(t.type===ye.SUBTABLE){const n={};t.props.headers.map(r=>{r.children.map(i=>{Object.assign(n,{[i.id]:i})})}),Object.assign(e,{[t.id]:n})}}const Of=["splice","push","shift","pop","unshift","reverse"],Fs=Symbol("__engineProxy__"),Ns=Symbol("__engineTarget__"),If=Symbol("__engineArrayBeforeSetCallbackFlag__"),Sf=Symbol("__engineProxyThisKey__"),Tt={type:"",args:[],callback:Tf};function Tf(){}WD();function UD(e,t,n,r,i){if(Tt.type){Tt.callback=i.bind(null,e,r);return}const o=Number(t);if(o>e.length){qt(`Wrong array operations may cause unknown errors. It is recommended to use APIs such as ${Of.join(",")} for array operations`);return}if(!(Number.isNaN(o)&&t!=="length"))if(t==="length"){const s=n,c=e.length;if(s>e.length){qt("Do not directly modify the length of the array data, please add new rows");return}return s===e.length?void 0:()=>i.call(null,e,r,"splice",[s,c-s])}else return o===e.length?()=>i.call(null,e,r,"push",[n]):()=>i.call(null,e,r,"splice",[o,1,n])}function VD(e,t,n){return{__engineProxy__:!0,get(r,i,o){return i===Fs?!0:i===Ns?r:Array.isArray(r)&&i===If?n:i===Sf?e:Reflect.get(r,i,o)},set(r,i,o,u){var d;let s=he(o);const c=r[i],f=e===""?i:e+"."+i;function l(h){if(typeof h=="object"&&h!==null)return h[Fs]!==!0?mo(h,t,n,f):mo(h[Ns],t,n,f)}s=(d=l(s))!=null?d:s;let a;if(Array.isArray(r)){const h=UD(r,i,s,e,t);a=Reflect.set(r,i,s,u),h&&h()}else{try{let h=s;if(s=n.call(null,r,f,s,c),h!==s){const p=l(s);p!==void 0&&(s=p)}}catch(h){return bi(`${f} set error ${h}`),!0}a=Reflect.set(r,i,s,u),t.call(null,r,f,s,c)}return a||!0}}}function mo(e,t,n,r=""){if(Object.isFrozen(e))return e;for(let i in e){const o=r===""?i:r+"."+i,u=e[i];typeof u=="object"&&u!==null&&(e[i]=mo(u,t,n,o))}return new Proxy(e,VD(r,t,n))}function Mf(e){const t=[];return e.forEach(n=>{t.push(n),(n.controlType==="layout"||n.controlType==="wrap")&&t.push(...Mf(n.children))}),t}function Os(e,t,n){if(t==="")return;const r=t.split(".");if(r.length===0)return;const i=r[0],o=r.slice(1),u=n[i]?n[i][0]:void 0;return o.length===0?u:o.reduce((s,c)=>{var a,d;const f=Number(c);if(Number.isNaN(f)&&s){const h=s!=null&&s.children?Mf(s.children):void 0,p=h==null?void 0:h.find(g=>g.id===c);return p||(s.controlType===Q.FORM?s:void 0)}else return(d=(a=s==null?void 0:s.children)==null?void 0:a[f])!=null?d:s},u)}function jD(e,t){return["push","unshift"].includes(e)?t:e==="splice"?t.slice(2):[]}function HD(e,t,n){if(["push","unshift"].includes(e))return n;if(e==="splice")return t.slice(0,2).concat(n)}function WD(){Of.forEach(e=>{const t=Array.prototype[e];Array.prototype[e]=function(...n){var r;if(this[Fs]){let i;const o=jD(e,n);if(o.length){const u=(r=this[If])==null?void 0:r.call(this,this[Ns],this[Sf],o),s=HD(e,n,u);Tt.type=e,Tt.args=s,i=t.apply(this,s)}else Tt.type=e,Tt.args=n,i=t.apply(this,n);return typeof Tt.callback=="function"&&Tt.callback(e,n,i),Tt.type="",Tt.args=[],Tt.callback=Tf,i}else return t.apply(this,n)}})}class qD{constructor(){this.actionMap=new Map,this.buildinActions={},this.actionUtils={},this.sources={}}execAction(t,n,...r){return ft(this,null,function*(){const i=this.actionMap.get(t);if(!!i)try{return yield i.func.call(null,n,...r)}catch(o){return bi(`${i.id} Exception during calling action: ${o}`),!1}})}addAction(t,n){this.actionMap.has(t)&&qt("duplicated action key");const r=new GD(t,n);this.actionMap.set(t,r)}}class GD{constructor(t,n){this.id="",this.id=t,this.func=n}}class KD{constructor(t){this._dataStore=new Map,this.executer=t}add(t,n){this._dataStore.set(t,n)}get(t){let n=this._dataStore.get(t);return he(n)}remove(t){this._dataStore.delete(t)}getRemoteData(t){return ft(this,null,function*(){return this.executer===void 0?(bi("\u672A\u521D\u59CB\u5316executer"),[]):this.executer(t)})}}class wn{}class fi extends wn{validate(t){return it(t)}transform(t){if(t==null)return"";if(!St(t)&&!Nl(t))return String(t);if(rg(t))return JSON.stringify(t);throw`${t} is not a string`}}class Is extends wn{validate(t){return Yi(t)||t===""}transform(t){if(t==null)return"";const n=!St(t)&&!Nl(t)?Number(t):void 0;if(!Number.isNaN(n)&&n!==void 0)return n;throw`${t} is not a number`}}class XD extends wn{validate(t){return ig(t)}transform(t){if(t==null)return[];function n(r){return r.map(i=>i?String(i):"")}if(Gn(t))return n(t);if(it(t)&&Ol(t))try{const r=JSON.parse(t);if(Array.isArray(r))return n(r)}catch(r){}return[String(t)]}}class zD extends wn{validate(t){return og(t)}transform(t){if(t==null)return[];function n(i){return i.map(o=>!o&&o!==0?"":Number(o)).filter(o=>o===""||!Number.isNaN(o))}if(Gn(t))return n(t);if(it(t)&&Ol(t))try{const i=JSON.parse(t);if(Gn(i))return n(i)}catch(i){}const r=Number(t);if(Number.isNaN(r))throw`${t} is not a number array`;return[r]}}class JD extends wn{validate(t){return St(t)&&"amount"in t&&Yi(t.amount)&&"currency"in t&&it(t.currency)}transform(t,n){if(t==null||t==="")return new Xu({currency:n==null?void 0:n.currency});let r;if(St(t)&&(r=new Xu(we(we({},n),t))),it(t)&&eo(t))try{const i=JSON.parse(t);r=new Xu(we(we({},n),i))}catch(i){}if(r){const i=new Is,o=new fi;return i.validate(r.amount)||(r.amount=i.transform(r.amount)),o.validate(r.currency)||(r.currency=o.transform(r.currency)),r}throw`${t} is not a { amount: number, currency: string } object`}}class ZD extends wn{validate(t){return St(t)&&"min"in t&&it(t.min)&&"max"in t&&it(t.max)}transform(t,n){if(t==null||t==="")return new zu;let r;if(St(t)&&(r=new zu(we(we({},n),t))),it(t)&&eo(t))try{const i=JSON.parse(t);r=new zu(we(we({},n),i))}catch(i){}if(r){const i=new fi;return i.validate(r.min)||(r.min=i.transform(r.min)),i.validate(r.max)||(r.max=i.transform(r.max)),r}throw`${t} is not a { min: string, max: string } object`}}class QD extends wn{validate(t){return St(t)&&"result"in t&&Yi(t.result)&&"unit"in t&&it(t.unit)}transform(t,n){if(t==null||t==="")return new Zu({unit:n==null?void 0:n.unit});let r;if(St(t)&&(r=new Zu(we(we({},n),t))),it(t)&&eo(t))try{const i=JSON.parse(t);r=new Zu(we(we({},n),i))}catch(i){}if(r){const i=new Is,o=new fi;return i.validate(r.result)||(r.result=i.transform(r.result)),o.validate(r.unit)||(r.unit=o.transform(r.unit)),r}throw`${t} is not a { result: string, unit: string } object`}}class YD extends wn{validate(t){return!!St(t)}transform(t,n){if(t==null||t==="")return new Ju;let r;if(St(t)&&(r=new Ju(we(we({},n),Uu.exports.camelizeKeys(t)))),it(t)&&eo(t))try{const i=JSON.parse(t);r=new Ju(we(we({},n),Uu.exports.camelizeKeys(i)))}catch(i){}if(r){const i=new fi;return i.validate(r.city)||(r.city=i.transform(r.city)),i.validate(r.district)||(r.district=i.transform(r.district)),i.validate(r.province)||(r.province=i.transform(r.province)),r}throw`${t} is not a { city: string, district: string, province: string } object`}}class ev{static getValueChecker(t){let n;switch(t){case Fe.VARCHAR:case Fe.TIMESTAMP:case Fe.TEXT:case Fe.AUTO_NUMBER:n=new fi;break;case Fe.DECIMAL:n=new Is;break;case Fe.EMPLOYEES:case Fe.DEPARTMENTS:case Fe.IMAGE:case Fe.FILE:case Fe.ARRAY:n=new XD;break;case Fe.MONEY:n=new JD;break;case Fe.TIMESCOPE:n=new ZD;break;case Fe.CALC:n=new QD;break;case Fe.DECIMAL_RANGE:n=new zD;break;case Fe.ADDRESS:n=new YD;break}return n}}function tv(e){if(["min","max","currency","unit"].includes(e))return Fe.VARCHAR;if(["result","amount"].includes(e))return Fe.DECIMAL}function Rf(e,t,n,r){var u;let i=(u=tv(t))!=null?u:e,o=ev.getValueChecker(i);if(!o||o.validate(n))return n;try{const s=o.transform(n,r);return s!==void 0?s:n}catch(s){throw`${t} ${s}`}}function nv(e,t,n){return Object.entries(e).reduce((r,[i,o])=>{const u=t[i];return r[i]=Rf(o,i,u,n[i]),r},Object.assign({},t))}typeof window!="undefined"&&(window.engines={});let Tr=null,di="";class Ss extends Ml{constructor(t){super(),this.rawStore={},this.isMounted=!1,this.id=yi(8),this.__pluginsApplied=!1,this.actionManager=new qD,this._jobTasks=[],this.createControlInstance=this.createInstance,this.$options=Object.freeze(t);const{autoMount:n=!0,schema:r,beforeCreateInstance:i,externalParams:o,language:u=lr,debug:s=!1,messagesI18n:c,children:f}=this.$options;ht.setLocale(u,c),this.debug=s,this.runtime=new Ze({schema:r,beforeCreateInstance:i}),this.externalParams=o,this.children=f,this.store=new BD({instance:this.runtime.instance}),this.debugLog("engine is Instantiation complete"),n&&this.mount()}debugLog(...t){this.debug&&xo(...t)}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}registerControl(...t){return this.runtime.register(...t),this}static register(t){return Ze.register(t,"Runtime")}static judgeControlIsRegistered(t){return Ze.staticRegisteredTypes.has(t.Runtime.controlType)}mount(){this.debugLog("engine\u7684mount\u65B9\u6CD5\u5F00\u59CB\u8C03\u7528");const{plugins:t=[]}=this.$options;this._handlerProxyState(),this.__plugins=t,this.applyPlugins(),this.setStates(this.getState()),this.debugLog("engine\u7684mount\u65B9\u6CD5\u8C03\u7528\u7ED3\u675F"),this.debug&&typeof window!="undefined"&&(window.engines[this.id]=this)}destroy(){this.debug&&typeof window!="undefined"&&delete window.engines[this.id]}_handlerProxyState(){this.store.state=mo(this.store.state,this._proxyStateCallback.bind(this),this._proxyStateBeforeSetCallback.bind(this))}_proxyStateBeforeSetCallback(t,n,r,i){const o=Os(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!o)return r;if(this.assertInstance(o,ye.SUBTABLE)){if(r===null)return[];const c=o.props.headers.reduce((l,a)=>{const d=a.children[0];return d&&d.controlType===Q.FORM&&(l[d.id]=d.fieldType),l},{}),f=this.getEmptyState(o.id);return r==null?void 0:r.map(l=>nv(c,l,f))}const u=n.split("."),s=u[u.length-1];try{return Rf(o.fieldType,s,r,i)}catch(c){throw dr(`the id=${o.id}'s instance setState error, %o ${c}.`,r),c}}_proxyStateCallback(t,n,r,i,o){Array.isArray(t)?this._handlerArrayUpdate(t,n,r,i,o):this._handlerObjectUpdate(t,n,r,i)}_handlerArrayUpdate(t,n,r,i,o){const u=Os(this.runtime.flatInstances,n,this.runtime.instanceMap);if((u==null?void 0:u.controlType)!==Q.LIST)return;const s=h=>{const p=[];for(let g=0;g<h;g++){const D=this.listControlCreateRow(u,"subtable-row");D&&p.push(D)}return p},c=Tr;let f=[],l=[],a=[],d=!1;if(r&&i){switch(r){case"push":case"unshift":const p=i.length;f=s(p),l=i,u.children[r](...f);break;case"splice":if(i.length>2){const g=i.length-2,D=i.slice(2);f=s(g),l=D;const m=i[0],A=i[1];u.children[r](m,A,...f)}else{const g=i[0],D=i[1];g+D===u.children.length-1&&(d=!0),u.children[r](...i)}break;default:u.children[r](...i);break}r==="splice"?a=o:["pop","shift"].includes(r)&&(a=[o]);const h=this.getState(u.id);this._handlerSubtableUpdateUid(h),this.runtime.getFlatInstances(),this.emit("list-change",{instance:u,value:h,options:Object.assign({},c,{changed:f,data:l,deleted:a!=null?a:[],jsonValue:JSON.stringify(h),isDeleteLastOne:d,type:r,args:i})}),Tr=null}}_handlerSubtableUpdateUid(t){t.forEach(n=>{n.uid||Object.assign(n,{uid:"new:"+li("uid")})})}_handlerObjectUpdate(t,n,r,i){const o=Os(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!o)return;const u=this.getInstanceRowIndex(o),s=Tr||{};if(o.controlType===Q.LIST&&o.type===ye.SUBTABLE){o.children.length=0;const c=r;let f=[];for(let a=0;a<c.length;a++){const d=this.listControlCreateRow(o,"subtable-row");d&&f.push(d)}o.children.push(...f);let l=i!=null?i:[];(s==null?void 0:s.setData)===!0?l=[]:this.runtime.getFlatInstances(),this._handlerSubtableUpdateUid(c),this.emit("list-change",{instance:o,value:r,options:vi(we({},s),{changed:f,data:c,deleted:l,type:"push",jsonValue:JSON.stringify(c)})})}else this.emit("change",{instance:o,value:this.getState(o.id,u),rowIndex:u,options:vi(we({},s),{oldValue:i})})}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{di=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this)}catch(r){qt(`${di} Plugin apply Error
46
+ ${r}`)}finally{di=""}}),this.__pluginsApplied=!0)}listControlCreateRow(t,n){let r;if(n==="subtable-row"?r={children:[],controlType:Q.LAYOUT,id:yi(),type:"subtable-row",props:{caption:"",isHide:!1,style:{height:"",heightConfig:"fill",width:"",widthConfig:"fill"}},fieldType:void 0,customEvents:[],pageStatus:0,rules:[],parent:void 0}:r=this.runtime.createControlInstance(n),!!r){if(r.controlType===Q.LAYOUT){const i=r,o=he(t.props.headers),u=this.createControl(o);for(let s of u)s.parent||this.runtime.resetInstanceParent(s,i);i.children.push(...u)}return r.parent=t,r}}listControlAddRow(t,n="subtable-row"){const r=this.listControlCreateRow(t,n);!r||t.children.push(r)}emit(t,n){return ft(this,null,function*(){if(t==="engine-mounted"){if(this.isMounted)return dr("The engine-mounted life cycle can only be triggered once"),Promise.resolve([]);if(this._jobTasks.length){console.time("engine-mounted need wait");const u=[...this._jobTasks];yield Promise.all(u),console.timeEnd("engine-mounted need wait")}this.isMounted=!0}let r,i;this.isMounted||(i=new Promise(u=>{r=u}),this._jobTasks.push(i));const o=yield Ld(Ss.prototype,this,"emit").call(this,t,n);return r&&i&&(r(),this._jobTasks.splice(this._jobTasks.indexOf(i),1)),o})}on(t,n){return di&&(n.applyingPluginName=di),super.on(t,n)}createControl(...t){return this.runtime.createControl(...t)}createInstance(t,n){return this.runtime.createControlInstance(t,n)}schemaEvent(t,n){this.emit(t,n)}updateInstanceProps(t,n,r,i){return this.setInstance(t,n,r,i)}getRule(t,n){return Ze.staticGetRules(t,n)}getAllRules(t){var r,i;const n=this.runtime.allRules;return t===void 0?n:{rules:(r=n.rules[t])==null?void 0:r.fields,antdRules:(i=n.antdRules[t])==null?void 0:i.fields}}getRules(t,n=!1){var s,c,f,l,a,d,h;const r=this.runtime.rules,i=this.runtime.fieldCodeRules,o=this.store.controlIdMapping,u=n?i:r;if(t===void 0)return n?i:u;{if(t=n?(s=o[t])!=null&&s.children?(c=o[t].dataBind)==null?void 0:c.dataCode:((f=o[t].dataBind)==null?void 0:f.fieldCode)||t:t,t in u)return(l=u[t])==null?void 0:l.fields;let p;for(const g in u)if(t in(((a=u[g])==null?void 0:a.fields)||{})){p=(h=(d=u[g])==null?void 0:d.fields)==null?void 0:h[t];break}return p}}getAntdRules(t){var n;return t===void 0?this.runtime.antdRules:(n=this.runtime.antdRules[t])==null?void 0:n.fields}getState(t,n){return t===void 0?this.store.state:this.store.getState(t,n)}getEmptyState(t){return he(t===void 0?this.store.emptyState:this.store.getEmptyState(t))}setPayloadOptions(t){Tr=t}setState(t,n,r,i){Tr=i,this.debugLog("[%o]: \u89E6\u53D1setState, \u4FEE\u6539\u7684\u503C\u4E3A%o, rowIndex=%o, options=%o",t,n,r,i),this.store.setState(t,n,r),this.debugLog("[%o]: setState\u5B8C\u6210, \u4FEE\u6539\u7684\u503C\u4E3A%o, rowIndex=%o",t,n,r),Tr=null}setStates(t,n,r){let i=t!=null?t:{};Object.keys(i).forEach(o=>{Object.entries(this.store.controlIdMapping).forEach(([u,s])=>{if(s.dataView===o){const c=i[o][u];c!==void 0&&this.setState(u,c,n,r)}else(u===o||s.children&&s.children[o])&&i[o]!==void 0&&this.setState(o,i[o],n,r)})})}getField(t,n,r){if(!n){const c=this.getDataBindMapping(t);if(c){const{controlId:f}=c;return this.getState(f)}return}const i=this.getDataBindMapping(t,n);if(!i)return;const{dataBind:o,controlId:u}=i,s=this.getState(u,r);return gt(o)?s:Object.entries(o).reduce((c,[f,l])=>l.fieldCode===n?c[f]:c,s)}getData(t){var i,o,u,s,c,f,l,a,d;if(!t)return;let n=this.getDataBindMapping(t),r=this.getControlIdMapping();if(n){const{controlId:h}=n,p=this.getField(t);if(Array.isArray(p))return p.map(D=>{var A,v,y,I,N,O;let m={};for(let M in D){const R=(y=(v=(A=r[h])==null?void 0:A.children[M])==null?void 0:v.dataBind)==null?void 0:y.fieldCode;if(R!==""){if(R)m[R]=D[M];else if((I=r[h])!=null&&I.children[M])for(let W in D[M])m[(O=(N=r[h])==null?void 0:N.children[M])==null?void 0:O.dataBind[W].fieldCode]=D[M][W]}}return m});{let g={};for(let D in p)if((o=(i=r[D])==null?void 0:i.dataBind)!=null&&o.fieldCode)g[(u=r[D])==null?void 0:u.dataBind.fieldCode]=p[D];else if((c=(s=r[D])==null?void 0:s.dataBind)!=null&&c.dataCode)Array.isArray(p[D])&&(g[(f=r[D])==null?void 0:f.dataBind.dataCode]=(l=p[D])==null?void 0:l.map(m=>{var v,y;let A={};for(let I in m){const N=(v=r[D].children[I])==null?void 0:v.dataBind.fieldCode;if(N!=="")if(N)A[N]=m[I];else for(let O in m[I])A[(y=r[D].children[I])==null?void 0:y.dataBind[O].fieldCode]=m[I][O]}return A}));else if(r[D])for(let m in p[D])g[(d=(a=r[D])==null?void 0:a.dataBind[m])==null?void 0:d.fieldCode]=p[D][m];return g}}}setField(t,n,r,i,o){var f;const u=this.getDataBindMapping(t,n);if(!u)return;const{dataBind:s,controlId:c}=u;if(gt(s))this.setState(c,r,i,o);else{const l=(f=he(this.getState(c,i)))!=null?f:this.getEmptyState(c),a=Object.entries(s).reduce((d,[h,p])=>(p.fieldCode===n&&(d[h]=r),d),l);this.setState(c,a,i,o)}}setFields(t,n,r,i){const o=this.getDataBindMapping(t);if(!o)return;let u=[];o.fields.forEach(s=>{var a;const{dataBind:c,controlId:f,fieldCode:l}=s;if(!u.includes(l)&&!!Object.hasOwnProperty.call(n,l))if(gt(c))this.setState(f,n[l],r,i);else{const d=(a=he(this.getState(f,r)))!=null?a:this.getEmptyState(f),h=Object.entries(c).reduce((p,[g,D])=>{u.push(D.fieldCode);const m=n[D.fieldCode];return m!==void 0&&(p[g]=m),p},d);this.setState(s.controlId,h,r,i)}})}buildFields(t,n){const r=this.getDataBindMapping(t);if(!r||!r.fields)return;let i=[];const o={};return r.fields.forEach(u=>{const{dataBind:s,controlId:c,fieldCode:f}=u;if(!i.includes(f)&&!!Object.hasOwnProperty.call(n,f))if(gt(s))o[c]=n[f];else{const l=this.getEmptyState(c);o[u.controlId]=Object.entries(s).reduce((a,[d,h])=>{i.push(h.fieldCode);const p=n[h.fieldCode];return p!==void 0&&(a[d]=p),a},l)}}),o}setData(t,n){this.debugLog("engine setData\u65B9\u6CD5\u6267\u884C\uFF0C\u53C2\u6570\u4E3A%o\uFF0C%o\u3002",t,n);const r=n==null?void 0:n.onlySetData;let i=this.store.defaultState;r===!0&&(i={}),Object.keys(t).map(o=>{var s,c,f,l;const u=t[o];if(Array.isArray(u)){const a=this.getDataBindMapping(o);if(!a)return;i[a.dataViewId]||(i[a.dataViewId]={}),u.length?i[a.dataViewId][a.controlId]=[]:i[a.dataViewId][a.controlId]=(s=i[a.dataViewId][a.controlId])!=null?s:[];let d={},h={};u.map(p=>{let g=he(this.store.emptyState[a.dataViewId][a.controlId]),D=[];Object.keys(p).map(m=>{var v,y,I;if(D.includes(m))return;h.hasOwnProperty(m)===!1&&(h[m]=(y=(v=this.store.dataBindMapping[o])==null?void 0:v.fields)==null?void 0:y.find(N=>N.fieldCode===m));const A=h[m];if(A){if(gt(A.dataBind)&&p[m]!==void 0)g[A.controlId]=p[m];else if(!gt(A.dataBind)){d.hasOwnProperty(A.controlId)===!1&&(d[A.controlId]=he((I=this.getEmptyState(A.controlId))!=null?I:{}));let N=he(d[A.controlId]);Object.keys(A.dataBind).map(O=>{const M=A.dataBind[O];p[M.fieldCode]!==void 0&&(N[O]=p[M.fieldCode]),D.push(M.fieldCode)}),g[A.controlId]=N}}else m==="uid"&&p.uid!==void 0?g.uid=p.uid:m==="virtualStore"&&p.virtualStore!==void 0&&(g.virtualStore=Object.freeze(p.virtualStore))}),i[a.dataViewId][a.controlId].push(g)})}else if(u){let a=[];const d=he(this.store.emptyState);(c=Object.keys(u))!=null&&c.length&&Object.keys(u).map(p=>{var D;if(a.includes(p))return;const g=this.getDataBindMapping(o,p);if(g){if(i[g.dataViewId[0]]||(i[g.dataViewId[0]]={}),gt(g.dataBind)&&u[p]!==void 0)i[g.dataViewId[0]][g.controlId]=u[p]!==void 0?u[p]:d[g.dataViewId[0]][g.controlId];else if(!gt(g.dataBind)){let m=(D=this.getEmptyState(g.controlId))!=null?D:{};Object.keys(g.dataBind).map(A=>{const v=g.dataBind[A];u[v.fieldCode]!==void 0&&(m[A]=u[v.fieldCode]),a.push(v.fieldCode)}),i[g.dataViewId[0]][g.controlId]=m}}});const h=this.getDataBindMapping(o);if(h){const p=(f=h==null?void 0:h.fields)==null?void 0:f.map(m=>m==null?void 0:m.controlId),g=this.getEmptyState(h==null?void 0:h.controlId),D=Object.keys((l=i==null?void 0:i[h==null?void 0:h.controlId])!=null?l:{});p==null||p.forEach(m=>{!D.includes(m)&&m!=="uid"&&i[h==null?void 0:h.controlId]&&(Object.keys(i).length?Object.assign(i[h==null?void 0:h.controlId],{[m]:g[m]}):Object.assign(i,{[h.controlId]:{[m]:g[m]}}))}),this.debugLog("engine setData\u65B9\u6CD5\u9ED8\u8BA4\u503C\u53CA\u8868\u5355\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",i)}}}),this.debugLog("engine setData\u65B9\u6CD5\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",i),this.setStates(i,void 0,we({setData:!0},n)),this.runtime.getFlatInstances(),this.debugLog("engine setData\u65B9\u6CD5\u6267\u884C\u5B8C\u6210\u3002")}getDataBind(t){return this.store.getDataBind(t)}getInstance(t,n){const r=this.getInstances(t,n===-1);if(r.length>0)return n!==void 0?n===-1?r[0]:r[n]:r[0]}getInstances(t,n=!1){if(t===void 0)return this.runtime.flatInstances;const r=Array.from(this.runtime.instanceMap[t]||[]);if(n){const i=this.findSubtableHeadersControl(t);i!==void 0&&r.unshift(i)}return r}setInstance(t,n,r,i){try{if(typeof t=="string"&&i===-1)this.getInstances(t,i===-1).map(u=>{u&&(this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",u.id,u,n,r),$u(u.props,n,r),this.schemaEvent("schema-change",{instance:u,props:n,value:r,rowIndex:i}))});else{let o;if(typeof t=="string"?o=this.getInstance(t,i):o=t,!o)return;this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",o.id,o,n,r),$u(o.props,n,r),this.schemaEvent("schema-change",{instance:o,props:n,value:r,rowIndex:i})}}catch(o){throw o}}getControlIdMapping(){return this.store.controlIdMapping}getDataBindMapping(t,n){if(!t&&!n)return this.store.dataBindMapping;const r=this.store.dataBindMapping[t];if(!r)return;if(!n)return r;const i=r.fields.find(o=>o.fieldCode===n);if(!!i)return i}getAction(){return this.actionManager}initDataManager(t){this.dataManager=new KD(t)}getDataManager(){return this.dataManager}assertInstance(t,n){return it(n)?t.type===n:n.includes(t.type)}assertInstanceIsCustomControl(t){return!ug(it(t)?t:t.type)}getInstanceRowIndex(t){if(!t.parent)return;let n;if(this.assertInstance(t.parent,ye.SUBTABLE_COLUMN)&&this.assertInstance(t.parent.parent,ye.SUBTABLE))n=-1;else if(this.getInstanceParentControl(t,ye.SUBTABLE_COLUMN)){const o=this.runtime.instanceMap[t.id];if(Object.prototype.toString.call(o)==="[object Array]"){const u=o.findIndex(s=>s===t);u>-1&&(n=u)}}return n}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}getInstanceInSubtableHeader(t){const n=this.getInstanceRowIndex(t);if(n===void 0)return;if(n===-1)return t;const r=this.assertInstance(t,ye.SUBTABLE_COLUMN)?t:this.getInstanceParentControl(t,ye.SUBTABLE_COLUMN);if(!r)return;const o=this.getInstanceParentControl(t,ye.SUBTABLE).props.headers.find(u=>u.id===r.id);if(!!o)return o.children.find(u=>u.id===t.id)}setControlConfig(...t){return this.runtime.registerControlConfig(...t)}getControlConfig(t){return this.runtime.getControlConfig(t)}inList(t){const n=this.store.subtableHeadersControlIdMapping;let r;for(const i in n)if(t in n[i]){r=i;break}return r}findSubtableHeadersControl(t){const n=this.store.subtableHeadersControlIdMapping;let r;for(const i in n)if(t in n[i]){r=n[i][t];break}return r}}class rv{}class iv{constructor(t,n,r){this.config=t,this.env=n,this.eventJs=r}apply(t){this.engine=t;const n=this.config;if(!n)return;const r=t.getAction();if(this.eventJs){this.eventJs.exportsFun({ctx:t,utils:r.actionUtils});for(let[i,o]of Object.entries(this.eventJs))r.addAction(i,o)}else{const i=Bf(n,t,this.env);if(!i)return;for(let[o,u]of Object.entries(i.funcMap))r.addAction(o,u)}}}function Bf(e,t,n){if(!e.module||!e.module.compiled)return;const r=e.module.compiled,i={exports:{ctx:t,utils:t.getAction().actionUtils,env:n}};try{new Function("module","exports",r).call(i,i,i.exports)}catch(s){qt(s.message+". fail to parse the module"),process.env.NODE_ENV!=="production"&&qt("fail to parse the module")}const o={},u={};for(const[s,c]of Object.entries(i.exports))typeof c=="function"?o[s]=c:u[s]=c;return{funcMap:o,variables:u}}const ov={"engine-initialized":"did_init","engine-mounted":"did_mount","engine-submit":"will_submit","engine-submit-params":"do_submit","engine-submitted":"did_submit"};class uv{constructor(t){this.config=t}apply(t){this.engine=t,Object.entries(ov).forEach(([n,r])=>{t.on(n,i=>ft(this,null,function*(){const o=yield this.callLifecycleEvent(r,i);return o.includes(!1)?!1:o}))})}callLifecycleEvent(t,n){return ft(this,null,function*(){const r=this.config;return!r||!Array.isArray(r[t])?[]:yield Promise.all(r[t].map(o=>ft(this,null,function*(){return yield this.engine.getAction().execAction(o,n)})))})}}class sv{constructor(t,n){this.config=t,this.customEvents=n}apply(t){this.engine=t,Bl.events.forEach(n=>{n.code&&n.key&&this.engineAddEventListener(n.code,n.key)}),this.customEvents.map(n=>{let r=n.key;n.namespace!==void 0&&n.namespace!==null&&n.namespace!==""&&(r=n.namespace+":"+n.key),this.engineAddEventListener(r,r)})}engineAddEventListener(t,n){this.engine.on(t,r=>ft(this,null,function*(){if(!((t==="change"||t==="list-change")&&!this.engine.isMounted)&&r.instance!==void 0)return yield this.callControlEvent(n,r)}))}callControlEvent(t,n){return ft(this,null,function*(){const r=this.config[n.instance.id];if(!r||!Array.isArray(r[t]))return[];const i=yield Promise.all(r[t].map(o=>ft(this,null,function*(){return yield this.engine.getAction().execAction(o,n)})));return i.includes(!1)?!1:i})}}function Ts(){return Ts=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ts.apply(this,arguments)}var Lf={epsilon:1e-12,matrix:"Matrix",number:"number",precision:64,predictable:!1,randomSeed:null};function Qe(e){return typeof e=="number"}function An(e){return!e||typeof e!="object"||typeof e.constructor!="function"?!1:e.isBigNumber===!0&&typeof e.constructor.prototype=="object"&&e.constructor.prototype.isBigNumber===!0||typeof e.constructor.isDecimal=="function"&&e.constructor.isDecimal(e)===!0}function Pf(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isComplex===!0||!1}function xf(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isFraction===!0||!1}function kf(e){return e&&e.constructor.prototype.isUnit===!0||!1}function go(e){return typeof e=="string"}var _t=Array.isArray;function hi(e){return e&&e.constructor.prototype.isMatrix===!0||!1}function Ms(e){return Array.isArray(e)||hi(e)}function av(e){return e&&e.isDenseMatrix&&e.constructor.prototype.isMatrix===!0||!1}function cv(e){return e&&e.isSparseMatrix&&e.constructor.prototype.isMatrix===!0||!1}function lv(e){return e&&e.constructor.prototype.isRange===!0||!1}function $f(e){return e&&e.constructor.prototype.isIndex===!0||!1}function fv(e){return typeof e=="boolean"}function dv(e){return e&&e.constructor.prototype.isResultSet===!0||!1}function hv(e){return e&&e.constructor.prototype.isHelp===!0||!1}function pv(e){return typeof e=="function"}function mv(e){return e instanceof Date}function gv(e){return e instanceof RegExp}function _v(e){return!!(e&&typeof e=="object"&&e.constructor===Object&&!Pf(e)&&!xf(e))}function Dv(e){return e===null}function vv(e){return e===void 0}function yv(e){return e&&e.isAccessorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ev(e){return e&&e.isArrayNode===!0&&e.constructor.prototype.isNode===!0||!1}function bv(e){return e&&e.isAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function wv(e){return e&&e.isBlockNode===!0&&e.constructor.prototype.isNode===!0||!1}function Av(e){return e&&e.isConditionalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Cv(e){return e&&e.isConstantNode===!0&&e.constructor.prototype.isNode===!0||!1}function Fv(e){return e&&e.isFunctionAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function Nv(e){return e&&e.isFunctionNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ov(e){return e&&e.isIndexNode===!0&&e.constructor.prototype.isNode===!0||!1}function Iv(e){return e&&e.isNode===!0&&e.constructor.prototype.isNode===!0||!1}function Sv(e){return e&&e.isObjectNode===!0&&e.constructor.prototype.isNode===!0||!1}function Tv(e){return e&&e.isOperatorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Mv(e){return e&&e.isParenthesisNode===!0&&e.constructor.prototype.isNode===!0||!1}function Rv(e){return e&&e.isRangeNode===!0&&e.constructor.prototype.isNode===!0||!1}function Bv(e){return e&&e.isRelationalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Lv(e){return e&&e.isSymbolNode===!0&&e.constructor.prototype.isNode===!0||!1}function Pv(e){return e&&e.constructor.prototype.isChain===!0||!1}function Rs(e){var t=typeof e;return t==="object"?e===null?"null":An(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":t}function Zn(e){var t=typeof e;if(t==="number"||t==="string"||t==="boolean"||e===null||e===void 0)return e;if(typeof e.clone=="function")return e.clone();if(Array.isArray(e))return e.map(function(n){return Zn(n)});if(e instanceof Date)return new Date(e.valueOf());if(An(e))return e;if(e instanceof RegExp)throw new TypeError("Cannot clone "+e);return xv(e,Zn)}function xv(e,t){var n={};for(var r in e)_o(e,r)&&(n[r]=t(e[r]));return n}function Bs(e,t){var n,r,i;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(r=0,i=e.length;r<i;r++)if(!Bs(e[r],t[r]))return!1;return!0}else{if(typeof e=="function")return e===t;if(e instanceof Object){if(Array.isArray(t)||!(t instanceof Object))return!1;for(n in e)if(!(n in t)||!Bs(e[n],t[n]))return!1;for(n in t)if(!(n in e))return!1;return!0}else return e===t}}function _o(e,t){return e&&Object.hasOwnProperty.call(e,t)}function kv(e,t){for(var n={},r=0;r<t.length;r++){var i=t[r],o=e[i];o!==void 0&&(n[i]=o)}return n}var $v=["Matrix","Array"],Uv=["number","BigNumber","Fraction"],Uf=function(t){if(t)throw new Error(`The global config is readonly.
47
47
  Please create a mathjs instance if you want to change the default configuration.
48
48
  Example:
49
49
 
50
50
  import { create, all } from 'mathjs';
51
51
  const mathjs = create(all);
52
52
  mathjs.config({ number: 'BigNumber' });
53
- `);return Object.freeze(Sf)};ho(Pf,Sf,{MATRIX_OPTIONS:Uv,NUMBER_OPTIONS:Vv});function xf(){return!0}function _t(){return!1}function Sr(){}const kf="Argument is not a typed-function.";function $f(){function e(D){return typeof D=="object"&&D!==null&&D.constructor===Object}const t=[{name:"number",test:function(D){return typeof D=="number"}},{name:"string",test:function(D){return typeof D=="string"}},{name:"boolean",test:function(D){return typeof D=="boolean"}},{name:"Function",test:function(D){return typeof D=="function"}},{name:"Array",test:Array.isArray},{name:"Date",test:function(D){return D instanceof Date}},{name:"RegExp",test:function(D){return D instanceof RegExp}},{name:"Object",test:e},{name:"null",test:function(D){return D===null}},{name:"undefined",test:function(D){return D===void 0}}],n={name:"any",test:xf,isAny:!0};let r,i,o=0,u={createCount:0};function s(D){const N=r.get(D);if(N)return N;let S='Unknown type "'+D+'"';const T=D.toLowerCase();let b;for(b of i)if(b.toLowerCase()===T){S+='. Did you mean "'+b+'" ?';break}throw new TypeError(S)}function c(D){let N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"any";const S=N?s(N).index:i.length,T=[];for(let I=0;I<D.length;++I){if(!D[I]||typeof D[I].name!="string"||typeof D[I].test!="function")throw new TypeError("Object with properties {name: string, test: function} expected");const x=D[I].name;if(r.has(x))throw new TypeError('Duplicate type name "'+x+'"');T.push(x),r.set(x,{name:x,test:D[I].test,isAny:D[I].isAny,index:S+I,conversionsTo:[]})}const b=i.slice(S);i=i.slice(0,S).concat(T).concat(b);for(let I=S+T.length;I<i.length;++I)r.get(i[I]).index=I}function l(){r=new Map,i=[],o=0,c([n],!1)}l(),c(t);function f(){let D;for(D of i)r.get(D).conversionsTo=[];o=0}function a(D){const N=i.filter(S=>{const T=r.get(S);return!T.isAny&&T.test(D)});return N.length?N:["any"]}function d(D){return D&&typeof D=="function"&&"_typedFunctionData"in D}function h(D,N,S){if(!d(D))throw new TypeError(kf);const T=S&&S.exact,b=Array.isArray(N)?N.join(","):N,I=v(b),x=E(I);if(!T||x in D.signatures){const re=D._typedFunctionData.signatureMap.get(x);if(re)return re}const B=I.length;let j;if(T){j=[];let re;for(re in D.signatures)j.push(D._typedFunctionData.signatureMap.get(re))}else j=D._typedFunctionData.signatures;for(let re=0;re<B;++re){const se=I[re],we=[];let Ue;for(Ue of j){const ze=M(Ue.params,re);if(!(!ze||se.restParam&&!ze.restParam)){if(!ze.hasAny){const St=_(ze);if(se.types.some(Tt=>!St.has(Tt.name)))continue}we.push(Ue)}}if(j=we,j.length===0)break}let $;for($ of j)if($.params.length<=B)return $;throw new TypeError("Signature not found (signature: "+(D.name||"unnamed")+"("+E(I,", ")+"))")}function m(D,N,S){return h(D,N,S).implementation}function g(D,N){const S=s(N);if(S.test(D))return D;const T=S.conversionsTo;if(T.length===0)throw new Error("There are no conversions to "+N+" defined.");for(let b=0;b<T.length;b++)if(s(T[b].from).test(D))return T[b].convert(D);throw new Error("Cannot convert "+D+" to "+N)}function E(D){let N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:",";return D.map(S=>S.name).join(N)}function p(D){const N=D.indexOf("...")===0,T=(N?D.length>3?D.slice(3):"any":D).split("|").map(B=>s(B.trim()));let b=!1,I=N?"...":"";return{types:T.map(function(B){return b=B.isAny||b,I+=B.name+"|",{name:B.name,typeIndex:B.index,test:B.test,isAny:B.isAny,conversion:null,conversionIndex:-1}}),name:I.slice(0,-1),hasAny:b,hasConversion:!1,restParam:N}}function y(D){const N=D.types.map(x=>x.name),S=zn(N);let T=D.hasAny,b=D.name;const I=S.map(function(x){const B=s(x.from);return T=B.isAny||T,b+="|"+x.from,{name:x.from,typeIndex:B.index,test:B.test,isAny:B.isAny,conversion:x,conversionIndex:x.index}});return{types:D.types.concat(I),name:b,hasAny:T,hasConversion:I.length>0,restParam:D.restParam}}function _(D){return D.typeSet||(D.typeSet=new Set,D.types.forEach(N=>D.typeSet.add(N.name))),D.typeSet}function v(D){const N=[];if(typeof D!="string")throw new TypeError("Signatures must be strings");const S=D.trim();if(S==="")return N;const T=S.split(",");for(let b=0;b<T.length;++b){const I=p(T[b].trim());if(I.restParam&&b!==T.length-1)throw new SyntaxError('Unexpected rest parameter "'+T[b]+'": only allowed for the last parameter');if(I.types.length===0)return null;N.push(I)}return N}function w(D){const N=vt(D);return N?N.restParam:!1}function F(D){if(!D||D.types.length===0)return xf;if(D.types.length===1)return s(D.types[0].name).test;if(D.types.length===2){const N=s(D.types[0].name).test,S=s(D.types[1].name).test;return function(b){return N(b)||S(b)}}else{const N=D.types.map(function(S){return s(S.name).test});return function(T){for(let b=0;b<N.length;b++)if(N[b](T))return!0;return!1}}}function C(D){let N,S,T;if(w(D)){N=rr(D).map(F);const b=N.length,I=F(vt(D)),x=function(B){for(let j=b;j<B.length;j++)if(!I(B[j]))return!1;return!0};return function(j){for(let $=0;$<N.length;$++)if(!N[$](j[$]))return!1;return x(j)&&j.length>=b+1}}else return D.length===0?function(I){return I.length===0}:D.length===1?(S=F(D[0]),function(I){return S(I[0])&&I.length===1}):D.length===2?(S=F(D[0]),T=F(D[1]),function(I){return S(I[0])&&T(I[1])&&I.length===2}):(N=D.map(F),function(I){for(let x=0;x<N.length;x++)if(!N[x](I[x]))return!1;return I.length===N.length})}function M(D,N){return N<D.length?D[N]:w(D)?vt(D):null}function R(D,N){const S=M(D,N);return S?_(S):new Set}function W(D){return D.conversion===null||D.conversion===void 0}function U(D,N){const S=new Set;return D.forEach(T=>{const b=R(T.params,N);let I;for(I of b)S.add(I)}),S.has("any")?["any"]:Array.from(S)}function k(D,N,S){let T,b;const I=D||"unnamed";let x=S,B;for(B=0;B<N.length;B++){const se=[];if(x.forEach(we=>{const Ue=M(we.params,B),ze=F(Ue);(B<we.params.length||w(we.params))&&ze(N[B])&&se.push(we)}),se.length===0){if(b=U(x,B),b.length>0){const we=a(N[B]);return T=new TypeError("Unexpected type of argument in function "+I+" (expected: "+b.join(" or ")+", actual: "+we.join(" | ")+", index: "+B+")"),T.data={category:"wrongType",fn:I,index:B,actual:we,expected:b},T}}else x=se}const j=x.map(function(se){return w(se.params)?1/0:se.params.length});if(N.length<Math.min.apply(null,j))return b=U(x,B),T=new TypeError("Too few arguments in function "+I+" (expected: "+b.join(" or ")+", index: "+N.length+")"),T.data={category:"tooFewArgs",fn:I,index:N.length,expected:b},T;const $=Math.max.apply(null,j);if(N.length>$)return T=new TypeError("Too many arguments in function "+I+" (expected: "+$+", actual: "+N.length+")"),T.data={category:"tooManyArgs",fn:I,index:N.length,expectedLength:$},T;const re=[];for(let se=0;se<N.length;++se)re.push(a(N[se]).join("|"));return T=new TypeError('Arguments of type "'+re.join(", ")+'" do not match any of the defined signatures of function '+I+"."),T.data={category:"mismatch",actual:re},T}function Z(D){let N=i.length+1;for(let S=0;S<D.types.length;S++)W(D.types[S])&&(N=Math.min(N,D.types[S].typeIndex));return N}function ee(D){let N=o+1;for(let S=0;S<D.types.length;S++)W(D.types[S])||(N=Math.min(N,D.types[S].conversionIndex));return N}function oe(D,N){if(D.hasAny){if(!N.hasAny)return 1}else if(N.hasAny)return-1;if(D.restParam){if(!N.restParam)return 1}else if(N.restParam)return-1;if(D.hasConversion){if(!N.hasConversion)return 1}else if(N.hasConversion)return-1;const S=Z(D)-Z(N);if(S<0)return-1;if(S>0)return 1;const T=ee(D)-ee(N);return T<0?-1:T>0?1:0}function X(D,N){const S=D.params,T=N.params,b=vt(S),I=vt(T),x=w(S),B=w(T);if(x&&b.hasAny){if(!B||!I.hasAny)return 1}else if(B&&I.hasAny)return-1;let j=0,$=0,re;for(re of S)re.hasAny&&++j,re.hasConversion&&++$;let se=0,we=0;for(re of T)re.hasAny&&++se,re.hasConversion&&++we;if(j!==se)return j-se;if(x&&b.hasConversion){if(!B||!I.hasConversion)return 1}else if(B&&I.hasConversion)return-1;if($!==we)return $-we;if(x){if(!B)return 1}else if(B)return-1;const Ue=(S.length-T.length)*(x?-1:1);if(Ue!==0)return Ue;const ze=[];let St=0;for(let xr=0;xr<S.length;++xr){const No=oe(S[xr],T[xr]);ze.push(No),St+=No}if(St!==0)return St;let Tt;for(Tt of ze)if(Tt!==0)return Tt;return 0}function zn(D){if(D.length===0)return[];const N=D.map(s);D.length>1&&N.sort((b,I)=>b.index-I.index);let S=N[0].conversionsTo;if(D.length===1)return S;S=S.concat([]);const T=new Set(D);for(let b=1;b<N.length;++b){let I;for(I of N[b].conversionsTo)T.has(I.from)||(S.push(I),T.add(I.from))}return S}function Zn(D,N){let S=N;if(D.some(b=>b.hasConversion)){const b=w(D),I=D.map(Qn);S=function(){const B=[],j=b?arguments.length-1:arguments.length;for(let $=0;$<j;$++)B[$]=I[$](arguments[$]);return b&&(B[j]=arguments[j].map(I[j])),N.apply(this,B)}}let T=S;if(w(D)){const b=D.length-1;T=function(){return S.apply(this,$t(arguments,0,b).concat([$t(arguments,b)]))}}return T}function Qn(D){let N,S,T,b;const I=[],x=[];switch(D.types.forEach(function(B){B.conversion&&(I.push(s(B.conversion.from).test),x.push(B.conversion.convert))}),x.length){case 0:return function(j){return j};case 1:return N=I[0],T=x[0],function(j){return N(j)?T(j):j};case 2:return N=I[0],S=I[1],T=x[0],b=x[1],function(j){return N(j)?T(j):S(j)?b(j):j};default:return function(j){for(let $=0;$<x.length;$++)if(I[$](j))return x[$](j);return j}}}function Yn(D){function N(S,T,b){if(T<S.length){const I=S[T];let x=[];if(I.restParam){const B=I.types.filter(W);B.length<I.types.length&&x.push({types:B,name:"..."+B.map(j=>j.name).join("|"),hasAny:B.some(j=>j.isAny),hasConversion:!1,restParam:!0}),x.push(I)}else x=I.types.map(function(B){return{types:[B],name:B.name,hasAny:B.isAny,hasConversion:B.conversion,restParam:!1}});return or(x,function(B){return N(S,T+1,b.concat([B]))})}else return[b]}return N(D,0,[])}function er(D,N){const S=Math.max(D.length,N.length);for(let B=0;B<S;B++){const j=R(D,B),$=R(N,B);let re=!1,se;for(se of $)if(j.has(se)){re=!0;break}if(!re)return!1}const T=D.length,b=N.length,I=w(D),x=w(N);return I?x?T===b:b>=T:x?T>=b:T===b}function ut(D){return D.map(N=>Ut(N)?ue(N.referToSelf.callback):On(N)?V(N.referTo.references,N.referTo.callback):N)}function Cn(D,N,S){const T=[];let b;for(b of D){let I=S[b];if(typeof I!="number")throw new TypeError('No definition for referenced signature "'+b+'"');if(I=N[I],typeof I!="function")return!1;T.push(I)}return T}function Fn(D,N,S){const T=ut(D),b=new Array(T.length).fill(!1);let I=!0;for(;I;){I=!1;let x=!0;for(let B=0;B<T.length;++B){if(b[B])continue;const j=T[B];if(Ut(j))T[B]=j.referToSelf.callback(S),T[B].referToSelf=j.referToSelf,b[B]=!0,x=!1;else if(On(j)){const $=Cn(j.referTo.references,T,N);$?(T[B]=j.referTo.callback.apply(this,$),T[B].referTo=j.referTo,b[B]=!0,x=!1):I=!0}}if(x&&I)throw new SyntaxError("Circular reference detected in resolving typed.referTo")}return T}function tr(D){const N=/\bthis(\(|\.signatures\b)/;Object.keys(D).forEach(S=>{const T=D[S];if(N.test(T.toString()))throw new SyntaxError("Using `this` to self-reference a function is deprecated since typed-function@3. Use typed.referTo and typed.referToSelf instead.")})}function nr(D,N){if(u.createCount++,Object.keys(N).length===0)throw new SyntaxError("No signatures provided");u.warnAgainstDeprecatedThis&&tr(N);const S=[],T=[],b={},I=[];let x;for(x in N){if(!Object.prototype.hasOwnProperty.call(N,x))continue;const fe=v(x);if(!fe)continue;S.forEach(function(mi){if(er(mi,fe))throw new TypeError('Conflicting signatures "'+E(mi)+'" and "'+E(fe)+'".')}),S.push(fe);const st=T.length;T.push(N[x]);const wE=fe.map(y);let Oo;for(Oo of Yn(wE)){const mi=E(Oo);I.push({params:Oo,name:mi,fn:st}),Oo.every(AE=>!AE.hasConversion)&&(b[mi]=st)}}I.sort(X);const B=Fn(T,b,pi);let j;for(j in b)Object.prototype.hasOwnProperty.call(b,j)&&(b[j]=B[b[j]]);const $=[],re=new Map;for(j of I)re.has(j.name)||(j.fn=B[j.fn],$.push(j),re.set(j.name,j));const se=$[0]&&$[0].params.length<=2&&!w($[0].params),we=$[1]&&$[1].params.length<=2&&!w($[1].params),Ue=$[2]&&$[2].params.length<=2&&!w($[2].params),ze=$[3]&&$[3].params.length<=2&&!w($[3].params),St=$[4]&&$[4].params.length<=2&&!w($[4].params),Tt=$[5]&&$[5].params.length<=2&&!w($[5].params),xr=se&&we&&Ue&&ze&&St&&Tt;for(let fe=0;fe<$.length;++fe)$[fe].test=C($[fe].params);const No=se?F($[0].params[0]):_t,J1=we?F($[1].params[0]):_t,z1=Ue?F($[2].params[0]):_t,Z1=ze?F($[3].params[0]):_t,Q1=St?F($[4].params[0]):_t,Y1=Tt?F($[5].params[0]):_t,eE=se?F($[0].params[1]):_t,tE=we?F($[1].params[1]):_t,nE=Ue?F($[2].params[1]):_t,rE=ze?F($[3].params[1]):_t,iE=St?F($[4].params[1]):_t,oE=Tt?F($[5].params[1]):_t;for(let fe=0;fe<$.length;++fe)$[fe].implementation=Zn($[fe].params,$[fe].fn);const uE=se?$[0].implementation:Sr,sE=we?$[1].implementation:Sr,aE=Ue?$[2].implementation:Sr,cE=ze?$[3].implementation:Sr,lE=St?$[4].implementation:Sr,fE=Tt?$[5].implementation:Sr,dE=se?$[0].params.length:-1,hE=we?$[1].params.length:-1,pE=Ue?$[2].params.length:-1,mE=ze?$[3].params.length:-1,gE=St?$[4].params.length:-1,_E=Tt?$[5].params.length:-1,DE=xr?6:0,vE=$.length,yE=$.map(fe=>fe.test),EE=$.map(fe=>fe.implementation),bE=function(){for(let st=DE;st<vE;st++)if(yE[st](arguments))return EE[st].apply(this,arguments);return u.onMismatch(D,arguments,$)};function pi(fe,st){return arguments.length===dE&&No(fe)&&eE(st)?uE.apply(this,arguments):arguments.length===hE&&J1(fe)&&tE(st)?sE.apply(this,arguments):arguments.length===pE&&z1(fe)&&nE(st)?aE.apply(this,arguments):arguments.length===mE&&Z1(fe)&&rE(st)?cE.apply(this,arguments):arguments.length===gE&&Q1(fe)&&iE(st)?lE.apply(this,arguments):arguments.length===_E&&Y1(fe)&&oE(st)?fE.apply(this,arguments):bE.apply(this,arguments)}try{Object.defineProperty(pi,"name",{value:D})}catch(fe){}return pi.signatures=b,pi._typedFunctionData={signatures:$,signatureMap:re},pi}function Nn(D,N,S){throw k(D,N,S)}function rr(D){return $t(D,0,D.length-1)}function vt(D){return D[D.length-1]}function $t(D,N,S){return Array.prototype.slice.call(D,N,S)}function ir(D,N){for(let S=0;S<D.length;S++)if(N(D[S]))return D[S]}function or(D,N){return Array.prototype.concat.apply([],D.map(N))}function ur(){const D=rr(arguments).map(S=>E(v(S))),N=vt(arguments);if(typeof N!="function")throw new TypeError("Callback function expected as last argument");return V(D,N)}function V(D,N){return{referTo:{references:D,callback:N}}}function ue(D){if(typeof D!="function")throw new TypeError("Callback function expected as first argument");return{referToSelf:{callback:D}}}function On(D){return D&&typeof D.referTo=="object"&&Array.isArray(D.referTo.references)&&typeof D.referTo.callback=="function"}function Ut(D){return D&&typeof D.referToSelf=="object"&&typeof D.referToSelf.callback=="function"}function In(D,N){if(!D)return N;if(N&&N!==D){const S=new Error("Function names do not match (expected: "+D+", actual: "+N+")");throw S.data={actual:N,expected:D},S}return D}function hi(D){let N;for(const S in D)Object.prototype.hasOwnProperty.call(D,S)&&(d(D[S])||typeof D[S].signature=="string")&&(N=In(N,D[S].name));return N}function A(D,N){let S;for(S in N)if(Object.prototype.hasOwnProperty.call(N,S)){if(S in D&&N[S]!==D[S]){const T=new Error('Signature "'+S+'" is defined twice');throw T.data={signature:S,sourceFunction:N[S],destFunction:D[S]},T}D[S]=N[S]}}const O=u;u=function(D){const N=typeof D=="string",S=N?1:0;let T=N?D:"";const b={};for(let I=S;I<arguments.length;++I){const x=arguments[I];let B={},j;if(typeof x=="function"?(j=x.name,typeof x.signature=="string"?B[x.signature]=x:d(x)&&(B=x.signatures)):e(x)&&(B=x,N||(j=hi(x))),Object.keys(B).length===0){const $=new TypeError("Argument to 'typed' at index "+I+" is not a (typed) function, nor an object with signatures as keys and functions as values.");throw $.data={index:I,argument:x},$}N||(T=In(T,j)),A(b,B)}return nr(T||"",b)},u.create=$f,u.createCount=O.createCount,u.onMismatch=Nn,u.throwMismatchError=Nn,u.createError=k,u.clear=l,u.clearConversions=f,u.addTypes=c,u._findType=s,u.referTo=ur,u.referToSelf=ue,u.convert=g,u.findSignature=h,u.find=m,u.isTypedFunction=d,u.warnAgainstDeprecatedThis=!0,u.addType=function(D,N){let S="any";N!==!1&&r.has("Object")&&(S="Object"),u.addTypes([D],S)};function P(D){if(!D||typeof D.from!="string"||typeof D.to!="string"||typeof D.convert!="function")throw new TypeError("Object with properties {from: string, to: string, convert: function} expected");if(D.to===D.from)throw new SyntaxError('Illegal to define conversion from "'+D.from+'" to itself.')}return u.addConversion=function(D){let N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{override:!1};P(D);const S=s(D.to),T=S.conversionsTo.find(b=>b.from===D.from);if(T)if(N&&N.override)u.removeConversion({from:T.from,to:D.to,convert:T.convert});else throw new Error('There is already a conversion from "'+D.from+'" to "'+S.name+'"');S.conversionsTo.push({from:D.from,convert:D.convert,index:o++})},u.addConversions=function(D,N){D.forEach(S=>u.addConversion(S,N))},u.removeConversion=function(D){P(D);const N=s(D.to),S=ir(N.conversionsTo,b=>b.from===D.from);if(!S)throw new Error("Attempt to remove nonexistent conversion from "+D.from+" to "+D.to);if(S.convert!==D.convert)throw new Error("Conversion to remove does not match existing conversion");const T=N.conversionsTo.indexOf(S);N.conversionsTo.splice(T,1)},u.resolve=function(D,N){if(!d(D))throw new TypeError(kf);const S=D._typedFunctionData.signatures;for(let T=0;T<S.length;++T)if(S[T].test(N))return S[T];return null},u}var Uf=$f();function xt(e){return typeof e=="boolean"?!0:isFinite(e)?e===Math.round(e):!1}function Ss(e,t,n){var r={2:"0b",8:"0o",16:"0x"},i=r[t],o="";if(n){if(n<1)throw new Error("size must be in greater than 0");if(!xt(n))throw new Error("size must be an integer");if(e>Io(2,n-1)-1||e<-Io(2,n-1))throw new Error("Value must be in range [-2^".concat(n-1,", 2^").concat(n-1,"-1]"));if(!xt(e))throw new Error("Value must be an integer");e<0&&(e=e+Io(2,n)),o="i".concat(n)}var u="";return e<0&&(e=-e,u="-"),"".concat(u).concat(i).concat(e.toString(t)).concat(o)}function Ts(e,t){if(typeof t=="function")return t(e);if(e===1/0)return"Infinity";if(e===-1/0)return"-Infinity";if(isNaN(e))return"NaN";var n="auto",r,i;if(t&&(t.notation&&(n=t.notation),He(t)?r=t:He(t.precision)&&(r=t.precision),t.wordSize&&(i=t.wordSize,typeof i!="number")))throw new Error('Option "wordSize" must be a number');switch(n){case"fixed":return Hv(e,r);case"exponential":return Vf(e,r);case"engineering":return jv(e,r);case"bin":return Ss(e,2,i);case"oct":return Ss(e,8,i);case"hex":return Ss(e,16,i);case"auto":return Wv(e,r,t&&t).replace(/((\.\d*?)(0+))($|e)/,function(){var o=arguments[2],u=arguments[4];return o!=="."?o+u:u});default:throw new Error('Unknown notation "'+n+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function go(e){var t=String(e).toLowerCase().match(/^(-?)(\d+\.?\d*)(e([+-]?\d+))?$/);if(!t)throw new SyntaxError("Invalid number "+e);var n=t[1],r=t[2],i=parseFloat(t[4]||"0"),o=r.indexOf(".");i+=o!==-1?o-1:r.length-1;var u=r.replace(".","").replace(/^0*/,function(s){return i-=s.length,""}).replace(/0*$/,"").split("").map(function(s){return parseInt(s)});return u.length===0&&(u.push(0),i++),{sign:n,coefficients:u,exponent:i}}function jv(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=go(e),r=_o(n,t),i=r.exponent,o=r.coefficients,u=i%3===0?i:i<0?i-3-i%3:i-i%3;if(He(t))for(;t>o.length||i-u+1>o.length;)o.push(0);else for(var s=Math.abs(i-u)-(o.length-1),c=0;c<s;c++)o.push(0);for(var l=Math.abs(i-u),f=1;l>0;)f++,l--;var a=o.slice(f).join(""),d=He(t)&&a.length||a.match(/[1-9]/)?"."+a:"",h=o.slice(0,f).join("")+d+"e"+(i>=0?"+":"")+u.toString();return r.sign+h}function Hv(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=go(e),r=typeof t=="number"?_o(n,n.exponent+1+t):n,i=r.coefficients,o=r.exponent+1,u=o+(t||0);return i.length<u&&(i=i.concat(Tr(u-i.length))),o<0&&(i=Tr(-o+1).concat(i),o=1),o<i.length&&i.splice(o,0,o===0?"0.":"."),r.sign+i.join("")}function Vf(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=go(e),r=t?_o(n,t):n,i=r.coefficients,o=r.exponent;i.length<t&&(i=i.concat(Tr(t-i.length)));var u=i.shift();return r.sign+u+(i.length>0?"."+i.join(""):"")+"e"+(o>=0?"+":"")+o}function Wv(e,t,n){if(isNaN(e)||!isFinite(e))return String(e);var r=n&&n.lowerExp!==void 0?n.lowerExp:-3,i=n&&n.upperExp!==void 0?n.upperExp:5,o=go(e),u=t?_o(o,t):o;if(u.exponent<r||u.exponent>=i)return Vf(e,t);var s=u.coefficients,c=u.exponent;s.length<t&&(s=s.concat(Tr(t-s.length))),s=s.concat(Tr(c-s.length+1+(s.length<t?t-s.length:0))),s=Tr(-c).concat(s);var l=c>0?c:0;return l<s.length-1&&s.splice(l+1,0,"."),u.sign+s.join("")}function _o(e,t){for(var n={sign:e.sign,coefficients:e.coefficients,exponent:e.exponent},r=n.coefficients;t<=0;)r.unshift(0),n.exponent++,t++;if(r.length>t){var i=r.splice(t,r.length-t);if(i[0]>=5){var o=t-1;for(r[o]++;r[o]===10;)r.pop(),o===0&&(r.unshift(0),n.exponent++,o++),o--,r[o]++}}return n}function Tr(e){for(var t=[],n=0;n<e;n++)t.push(0);return t}function qv(e){return e.toExponential().replace(/e.*$/,"").replace(/^0\.?0*|\./,"").length}var Gv=Number.EPSILON||2220446049250313e-31;function Kv(e,t,n){if(n==null)return e===t;if(e===t)return!0;if(isNaN(e)||isNaN(t))return!1;if(isFinite(e)&&isFinite(t)){var r=Math.abs(e-t);return r<Gv?!0:r<=Math.max(Math.abs(e),Math.abs(t))*n}return!1}function Ms(e,t,n){var r=e.constructor,i=new r(2),o="";if(n){if(n<1)throw new Error("size must be in greater than 0");if(!xt(n))throw new Error("size must be an integer");if(e.greaterThan(i.pow(n-1).sub(1))||e.lessThan(i.pow(n-1).mul(-1)))throw new Error("Value must be in range [-2^".concat(n-1,", 2^").concat(n-1,"-1]"));if(!e.isInteger())throw new Error("Value must be an integer");e.lessThan(0)&&(e=e.add(i.pow(n))),o="i".concat(n)}switch(t){case 2:return"".concat(e.toBinary()).concat(o);case 8:return"".concat(e.toOctal()).concat(o);case 16:return"".concat(e.toHexadecimal()).concat(o);default:throw new Error("Base ".concat(t," not supported "))}}function Xv(e,t){if(typeof t=="function")return t(e);if(!e.isFinite())return e.isNaN()?"NaN":e.gt(0)?"Infinity":"-Infinity";var n="auto",r,i;if(t!==void 0&&(t.notation&&(n=t.notation),typeof t=="number"?r=t:t.precision!==void 0&&(r=t.precision),t.wordSize&&(i=t.wordSize,typeof i!="number")))throw new Error('Option "wordSize" must be a number');switch(n){case"fixed":return zv(e,r);case"exponential":return jf(e,r);case"engineering":return Jv(e,r);case"bin":return Ms(e,2,i);case"oct":return Ms(e,8,i);case"hex":return Ms(e,16,i);case"auto":{var o=t&&t.lowerExp!==void 0?t.lowerExp:-3,u=t&&t.upperExp!==void 0?t.upperExp:5;if(e.isZero())return"0";var s,c=e.toSignificantDigits(r),l=c.e;return l>=o&&l<u?s=c.toFixed():s=jf(e,r),s.replace(/((\.\d*?)(0+))($|e)/,function(){var f=arguments[2],a=arguments[4];return f!=="."?f+a:a})}default:throw new Error('Unknown notation "'+n+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function Jv(e,t){var n=e.e,r=n%3===0?n:n<0?n-3-n%3:n-n%3,i=e.mul(Math.pow(10,-r)),o=i.toPrecision(t);if(o.indexOf("e")!==-1){var u=e.constructor;o=new u(o).toFixed()}return o+"e"+(n>=0?"+":"")+r.toString()}function jf(e,t){return t!==void 0?e.toExponential(t-1):e.toExponential()}function zv(e,t){return e.toFixed(t)}function Xn(e,t){var n=Zv(e,t);return t&&typeof t=="object"&&"truncate"in t&&n.length>t.truncate?n.substring(0,t.truncate-3)+"...":n}function Zv(e,t){if(typeof e=="number")return Ts(e,t);if(Zt(e))return Xv(e,t);if(Qv(e))return!t||t.fraction!=="decimal"?e.s*e.n+"/"+e.d:e.toString();if(Array.isArray(e))return qf(e,t);if(po(e))return Hf(e);if(typeof e=="function")return e.syntax?String(e.syntax):"function";if(e&&typeof e=="object"){if(typeof e.format=="function")return e.format(t);if(e&&e.toString(t)!=={}.toString())return e.toString(t);var n=Object.keys(e).map(r=>Hf(r)+": "+Xn(e[r],t));return"{"+n.join(", ")+"}"}return String(e)}function Hf(e){for(var t=String(e),n="",r=0;r<t.length;){var i=t.charAt(r);n+=i in Wf?Wf[i]:i,r++}return'"'+n+'"'}var Wf={'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t"};function qf(e,t){if(Array.isArray(e)){for(var n="[",r=e.length,i=0;i<r;i++)i!==0&&(n+=", "),n+=qf(e[i],t);return n+="]",n}else return Xn(e,t)}function Qv(e){return e&&typeof e=="object"&&typeof e.s=="number"&&typeof e.n=="number"&&typeof e.d=="number"||!1}function Le(e,t,n){if(!(this instanceof Le))throw new SyntaxError("Constructor must be called with the new operator");this.actual=e,this.expected=t,this.relation=n,this.message="Dimension mismatch ("+(Array.isArray(e)?"["+e.join(", ")+"]":e)+" "+(this.relation||"!=")+" "+(Array.isArray(t)?"["+t.join(", ")+"]":t)+")",this.stack=new Error().stack}Le.prototype=new RangeError,Le.prototype.constructor=RangeError,Le.prototype.name="DimensionError",Le.prototype.isDimensionError=!0;function Mr(e,t,n){if(!(this instanceof Mr))throw new SyntaxError("Constructor must be called with the new operator");this.index=e,arguments.length<3?(this.min=0,this.max=t):(this.min=t,this.max=n),this.min!==void 0&&this.index<this.min?this.message="Index out of range ("+this.index+" < "+this.min+")":this.max!==void 0&&this.index>=this.max?this.message="Index out of range ("+this.index+" > "+(this.max-1)+")":this.message="Index out of range ("+this.index+")",this.stack=new Error().stack}Mr.prototype=new RangeError,Mr.prototype.constructor=RangeError,Mr.prototype.name="IndexError",Mr.prototype.isIndexError=!0;function Jn(e){for(var t=[];Array.isArray(e);)t.push(e.length),e=e[0];return t}function Gf(e,t,n){var r,i=e.length;if(i!==t[n])throw new Le(i,t[n]);if(n<t.length-1){var o=n+1;for(r=0;r<i;r++){var u=e[r];if(!Array.isArray(u))throw new Le(t.length-1,t.length,"<");Gf(e[r],t,o)}}else for(r=0;r<i;r++)if(Array.isArray(e[r]))throw new Le(t.length+1,t.length,">")}function Kf(e,t){var n=t.length===0;if(n){if(Array.isArray(e))throw new Le(e.length,0)}else Gf(e,t,0)}function Dt(e,t){if(e!==void 0){if(!He(e)||!xt(e))throw new TypeError("Index must be an integer (value: "+e+")");if(e<0||typeof t=="number"&&e>=t)throw new Mr(e,t)}}function Xf(e,t,n){if(!Array.isArray(t))throw new TypeError("Array expected");if(t.length===0)throw new Error("Resizing to scalar is not supported");t.forEach(function(i){if(!He(i)||!xt(i)||i<0)throw new TypeError("Invalid size, must contain positive integers (size: "+Xn(t)+")")}),(He(e)||Zt(e))&&(e=[e]);var r=n!==void 0?n:0;return Rs(e,t,0,r),e}function Rs(e,t,n,r){var i,o,u=e.length,s=t[n],c=Math.min(u,s);if(e.length=s,n<t.length-1){var l=n+1;for(i=0;i<c;i++)o=e[i],Array.isArray(o)||(o=[o],e[i]=o),Rs(o,t,l,r);for(i=c;i<s;i++)o=[],e[i]=o,Rs(o,t,l,r)}else{for(i=0;i<c;i++)for(;Array.isArray(e[i]);)e[i]=e[i][0];for(i=c;i<s;i++)e[i]=r}}function Jf(e,t){var n=ty(e),r=n.length;if(!Array.isArray(e)||!Array.isArray(t))throw new TypeError("Array expected");if(t.length===0)throw new Le(0,r,"!=");t=zf(t,r);var i=Zf(t);if(r!==i)throw new Le(i,r,"!=");try{return Yv(n,t)}catch(o){throw o instanceof Le?new Le(i,r,"!="):o}}function zf(e,t){var n=Zf(e),r=e.slice(),i=-1,o=e.indexOf(i),u=e.indexOf(i,o+1)>=0;if(u)throw new Error("More than one wildcard in sizes");var s=o>=0,c=t%n===0;if(s)if(c)r[o]=-t/n;else throw new Error("Could not replace wildcard, since "+t+" is no multiple of "+-n);return r}function Zf(e){return e.reduce((t,n)=>t*n,1)}function Yv(e,t){for(var n=e,r,i=t.length-1;i>0;i--){var o=t[i];r=[];for(var u=n.length/o,s=0;s<u;s++)r.push(n.slice(s*o,(s+1)*o));n=r}return n}function ey(e,t,n,r){var i=r||Jn(e);if(n)for(var o=0;o<n;o++)e=[e],i.unshift(1);for(e=Qf(e,t,0);i.length<t;)i.push(1);return e}function Qf(e,t,n){var r,i;if(Array.isArray(e)){var o=n+1;for(r=0,i=e.length;r<i;r++)e[r]=Qf(e[r],t,o)}else for(var u=n;u<t;u++)e=[e];return e}function ty(e){if(!Array.isArray(e))return e;var t=[];return e.forEach(function n(r){Array.isArray(r)?r.forEach(n):t.push(r)}),t}function Bs(e,t){for(var n,r=0,i=0;i<e.length;i++){var o=e[i],u=Array.isArray(o);if(i===0&&u&&(r=o.length),u&&o.length!==r)return;var s=u?Bs(o,t):t(o);if(n===void 0)n=s;else if(n!==s)return"mixed"}return n}function Yf(e,t,n,r){if(r<n){if(e.length!==t.length)throw new Le(e.length,t.length);for(var i=[],o=0;o<e.length;o++)i[o]=Yf(e[o],t[o],n,r+1);return i}else return e.concat(t)}function ny(){var e=Array.prototype.slice.call(arguments,0,-1),t=Array.prototype.slice.call(arguments,-1);if(e.length===1)return e[0];if(e.length>1)return e.slice(1).reduce(function(n,r){return Yf(n,r,t,0)},e[0]);throw new Error("Wrong number of arguments in function concat")}function ry(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var r=t.map(d=>d.length),i=Math.max(...r),o=new Array(i).fill(null),u=0;u<t.length;u++)for(var s=t[u],c=r[u],l=0;l<c;l++){var f=i-c+l;s[l]>o[f]&&(o[f]=s[l])}for(var a=0;a<t.length;a++)ed(t[a],o);return o}function ed(e,t){for(var n=t.length,r=e.length,i=0;i<r;i++){var o=n-r+i;if(e[i]<t[o]&&e[i]>1||e[i]>t[o])throw new Error("shape missmatch: missmatch is found in arg with shape (".concat(e,") not possible to broadcast dimension ").concat(r," with size ").concat(e[i]," to size ").concat(t[o]))}}function td(e,t){var n=Jn(e);if(li(n,t))return e;ed(n,t);var r=ry(n,t),i=r.length,o=[...Array(i-n.length).fill(1),...n],u=oy(e);n.length<i&&(u=Jf(u,o),n=Jn(u));for(var s=0;s<i;s++)n[s]<r[s]&&(u=iy(u,r[s],s),n=Jn(u));return u}function iy(e,t,n){return ny(...Array(t).fill(e),n)}function oy(e){return ho([],e)}function it(e,t,n,r){function i(o){var u=$v(o,t.map(ay));return uy(e,t,o),n(u)}return i.isFactory=!0,i.fn=e,i.dependencies=t.slice().sort(),r&&(i.meta=r),i}function uy(e,t,n){var r=t.filter(o=>!sy(o)).every(o=>n[o]!==void 0);if(!r){var i=t.filter(o=>n[o]===void 0);throw new Error('Cannot create function "'.concat(e,'", ')+"some dependencies are missing: ".concat(i.map(o=>'"'.concat(o,'"')).join(", "),"."))}}function sy(e){return e&&e[0]==="?"}function ay(e){return e&&e[0]==="?"?e.slice(1):e}function cy(e,t){if(rd(e)&&nd(e,t))return e[t];throw typeof e[t]=="function"&&dy(e,t)?new Error('Cannot access method "'+t+'" as a property'):new Error('No access to property "'+t+'"')}function ly(e,t,n){if(rd(e)&&nd(e,t))return e[t]=n,n;throw new Error('No access to property "'+t+'"')}function fy(e,t){return t in e}function nd(e,t){return!e||typeof e!="object"?!1:mo(hy,t)?!0:!(t in Object.prototype||t in Function.prototype)}function dy(e,t){return e==null||typeof e[t]!="function"||mo(e,t)&&Object.getPrototypeOf&&t in Object.getPrototypeOf(e)?!1:mo(py,t)?!0:!(t in Object.prototype||t in Function.prototype)}function rd(e){return typeof e=="object"&&e&&e.constructor===Object}var hy={length:!0,name:!0},py={toString:!0,valueOf:!0,toLocaleString:!0};class my{constructor(t){this.wrappedObject=t}keys(){return Object.keys(this.wrappedObject)}get(t){return cy(this.wrappedObject,t)}set(t,n){return ly(this.wrappedObject,t,n),this}has(t){return fy(this.wrappedObject,t)}}function gy(e){return e?e instanceof Map||e instanceof my||typeof e.set=="function"&&typeof e.get=="function"&&typeof e.keys=="function"&&typeof e.has=="function":!1}var id=function(){return id=Uf.create,Uf},_y=["?BigNumber","?Complex","?DenseMatrix","?Fraction"],Dy=it("typed",_y,function(t){var{BigNumber:n,Complex:r,DenseMatrix:i,Fraction:o}=t,u=id();return u.clear(),u.addTypes([{name:"number",test:He},{name:"Complex",test:Tf},{name:"BigNumber",test:Zt},{name:"Fraction",test:Mf},{name:"Unit",test:Rf},{name:"identifier",test:s=>po&&/^(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])*$/.test(s)},{name:"string",test:po},{name:"Chain",test:xv},{name:"Array",test:pt},{name:"Matrix",test:Ir},{name:"DenseMatrix",test:lv},{name:"SparseMatrix",test:fv},{name:"Range",test:dv},{name:"Index",test:Bf},{name:"boolean",test:hv},{name:"ResultSet",test:pv},{name:"Help",test:mv},{name:"function",test:gv},{name:"Date",test:_v},{name:"RegExp",test:Dv},{name:"null",test:vv},{name:"undefined",test:yv},{name:"AccessorNode",test:Ev},{name:"ArrayNode",test:bv},{name:"AssignmentNode",test:wv},{name:"BlockNode",test:Av},{name:"ConditionalNode",test:Cv},{name:"ConstantNode",test:Fv},{name:"FunctionNode",test:Ov},{name:"FunctionAssignmentNode",test:Nv},{name:"IndexNode",test:Iv},{name:"Node",test:Sv},{name:"ObjectNode",test:Tv},{name:"OperatorNode",test:Mv},{name:"ParenthesisNode",test:Rv},{name:"RangeNode",test:Bv},{name:"RelationalNode",test:Lv},{name:"SymbolNode",test:Pv},{name:"Map",test:gy},{name:"Object",test:Lf}]),u.addConversions([{from:"number",to:"BigNumber",convert:function(c){if(n||Ls(c),qv(c)>15)throw new TypeError("Cannot implicitly convert a number with >15 significant digits to BigNumber (value: "+c+"). Use function bignumber(x) to convert to BigNumber.");return new n(c)}},{from:"number",to:"Complex",convert:function(c){return r||Do(c),new r(c,0)}},{from:"BigNumber",to:"Complex",convert:function(c){return r||Do(c),new r(c.toNumber(),0)}},{from:"Fraction",to:"BigNumber",convert:function(c){throw new TypeError("Cannot implicitly convert a Fraction to BigNumber or vice versa. Use function bignumber(x) to convert to BigNumber or fraction(x) to convert to Fraction.")}},{from:"Fraction",to:"Complex",convert:function(c){return r||Do(c),new r(c.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(c){o||Ps(c);var l=new o(c);if(l.valueOf()!==c)throw new TypeError("Cannot implicitly convert a number to a Fraction when there will be a loss of precision (value: "+c+"). Use function fraction(x) to convert to Fraction.");return l}},{from:"string",to:"number",convert:function(c){var l=Number(c);if(isNaN(l))throw new Error('Cannot convert "'+c+'" to a number');return l}},{from:"string",to:"BigNumber",convert:function(c){n||Ls(c);try{return new n(c)}catch(l){throw new Error('Cannot convert "'+c+'" to BigNumber')}}},{from:"string",to:"Fraction",convert:function(c){o||Ps(c);try{return new o(c)}catch(l){throw new Error('Cannot convert "'+c+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(c){r||Do(c);try{return new r(c)}catch(l){throw new Error('Cannot convert "'+c+'" to Complex')}}},{from:"boolean",to:"number",convert:function(c){return+c}},{from:"boolean",to:"BigNumber",convert:function(c){return n||Ls(c),new n(+c)}},{from:"boolean",to:"Fraction",convert:function(c){return o||Ps(c),new o(+c)}},{from:"boolean",to:"string",convert:function(c){return String(c)}},{from:"Array",to:"Matrix",convert:function(c){return i||vy(),new i(c)}},{from:"Matrix",to:"Array",convert:function(c){return c.valueOf()}}]),u.onMismatch=(s,c,l)=>{var f=u.createError(s,c,l);if(["wrongType","mismatch"].includes(f.data.category)&&c.length===1&&Os(c[0])&&l.some(d=>!d.params.includes(","))){var a=new TypeError("Function '".concat(s,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(s,")'."));throw a.data=f.data,a}throw f},u.onMismatch=(s,c,l)=>{var f=u.createError(s,c,l);if(["wrongType","mismatch"].includes(f.data.category)&&c.length===1&&Os(c[0])&&l.some(d=>!d.params.includes(","))){var a=new TypeError("Function '".concat(s,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(s,")'."));throw a.data=f.data,a}throw f},u});function Ls(e){throw new Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function Do(e){throw new Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function vy(){throw new Error("Cannot convert array into a Matrix: no class 'DenseMatrix' provided")}function Ps(e){throw new Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}/*!
53
+ `);return Object.freeze(Lf)};Ts(Uf,Lf,{MATRIX_OPTIONS:$v,NUMBER_OPTIONS:Uv});function Vf(){return!0}function Et(){return!1}function Mr(){}const jf="Argument is not a typed-function.";function Hf(){function e(_){return typeof _=="object"&&_!==null&&_.constructor===Object}const t=[{name:"number",test:function(_){return typeof _=="number"}},{name:"string",test:function(_){return typeof _=="string"}},{name:"boolean",test:function(_){return typeof _=="boolean"}},{name:"Function",test:function(_){return typeof _=="function"}},{name:"Array",test:Array.isArray},{name:"Date",test:function(_){return _ instanceof Date}},{name:"RegExp",test:function(_){return _ instanceof RegExp}},{name:"Object",test:e},{name:"null",test:function(_){return _===null}},{name:"undefined",test:function(_){return _===void 0}}],n={name:"any",test:Vf,isAny:!0};let r,i,o=0,u={createCount:0};function s(_){const w=r.get(_);if(w)return w;let S='Unknown type "'+_+'"';const T=_.toLowerCase();let E;for(E of i)if(E.toLowerCase()===T){S+='. Did you mean "'+E+'" ?';break}throw new TypeError(S)}function c(_){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"any";const S=w?s(w).index:i.length,T=[];for(let F=0;F<_.length;++F){if(!_[F]||typeof _[F].name!="string"||typeof _[F].test!="function")throw new TypeError("Object with properties {name: string, test: function} expected");const x=_[F].name;if(r.has(x))throw new TypeError('Duplicate type name "'+x+'"');T.push(x),r.set(x,{name:x,test:_[F].test,isAny:_[F].isAny,index:S+F,conversionsTo:[]})}const E=i.slice(S);i=i.slice(0,S).concat(T).concat(E);for(let F=S+T.length;F<i.length;++F)r.get(i[F]).index=F}function f(){r=new Map,i=[],o=0,c([n],!1)}f(),c(t);function l(){let _;for(_ of i)r.get(_).conversionsTo=[];o=0}function a(_){const w=i.filter(S=>{const T=r.get(S);return!T.isAny&&T.test(_)});return w.length?w:["any"]}function d(_){return _&&typeof _=="function"&&"_typedFunctionData"in _}function h(_,w,S){if(!d(_))throw new TypeError(jf);const T=S&&S.exact,E=Array.isArray(w)?w.join(","):w,F=y(E),x=D(F);if(!T||x in _.signatures){const re=_._typedFunctionData.signatureMap.get(x);if(re)return re}const B=F.length;let U;if(T){U=[];let re;for(re in _.signatures)U.push(_._typedFunctionData.signatureMap.get(re))}else U=_._typedFunctionData.signatures;for(let re=0;re<B;++re){const ue=F[re],Ce=[];let je;for(je of U){const Ye=M(je.params,re);if(!(!Ye||ue.restParam&&!Ye.restParam)){if(!Ye.hasAny){const Bt=v(Ye);if(ue.types.some(Lt=>!Bt.has(Lt.name)))continue}Ce.push(je)}}if(U=Ce,U.length===0)break}let k;for(k of U)if(k.params.length<=B)return k;throw new TypeError("Signature not found (signature: "+(_.name||"unnamed")+"("+D(F,", ")+"))")}function p(_,w,S){return h(_,w,S).implementation}function g(_,w){const S=s(w);if(S.test(_))return _;const T=S.conversionsTo;if(T.length===0)throw new Error("There are no conversions to "+w+" defined.");for(let E=0;E<T.length;E++)if(s(T[E].from).test(_))return T[E].convert(_);throw new Error("Cannot convert "+_+" to "+w)}function D(_){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:",";return _.map(S=>S.name).join(w)}function m(_){const w=_.indexOf("...")===0,T=(w?_.length>3?_.slice(3):"any":_).split("|").map(B=>s(B.trim()));let E=!1,F=w?"...":"";return{types:T.map(function(B){return E=B.isAny||E,F+=B.name+"|",{name:B.name,typeIndex:B.index,test:B.test,isAny:B.isAny,conversion:null,conversionIndex:-1}}),name:F.slice(0,-1),hasAny:E,hasConversion:!1,restParam:w}}function A(_){const w=_.types.map(x=>x.name),S=Yn(w);let T=_.hasAny,E=_.name;const F=S.map(function(x){const B=s(x.from);return T=B.isAny||T,E+="|"+x.from,{name:x.from,typeIndex:B.index,test:B.test,isAny:B.isAny,conversion:x,conversionIndex:x.index}});return{types:_.types.concat(F),name:E,hasAny:T,hasConversion:F.length>0,restParam:_.restParam}}function v(_){return _.typeSet||(_.typeSet=new Set,_.types.forEach(w=>_.typeSet.add(w.name))),_.typeSet}function y(_){const w=[];if(typeof _!="string")throw new TypeError("Signatures must be strings");const S=_.trim();if(S==="")return w;const T=S.split(",");for(let E=0;E<T.length;++E){const F=m(T[E].trim());if(F.restParam&&E!==T.length-1)throw new SyntaxError('Unexpected rest parameter "'+T[E]+'": only allowed for the last parameter');if(F.types.length===0)return null;w.push(F)}return w}function I(_){const w=wt(_);return w?w.restParam:!1}function N(_){if(!_||_.types.length===0)return Vf;if(_.types.length===1)return s(_.types[0].name).test;if(_.types.length===2){const w=s(_.types[0].name).test,S=s(_.types[1].name).test;return function(E){return w(E)||S(E)}}else{const w=_.types.map(function(S){return s(S.name).test});return function(T){for(let E=0;E<w.length;E++)if(w[E](T))return!0;return!1}}}function O(_){let w,S,T;if(I(_)){w=ur(_).map(N);const E=w.length,F=N(wt(_)),x=function(B){for(let U=E;U<B.length;U++)if(!F(B[U]))return!1;return!0};return function(U){for(let k=0;k<w.length;k++)if(!w[k](U[k]))return!1;return x(U)&&U.length>=E+1}}else return _.length===0?function(F){return F.length===0}:_.length===1?(S=N(_[0]),function(F){return S(F[0])&&F.length===1}):_.length===2?(S=N(_[0]),T=N(_[1]),function(F){return S(F[0])&&T(F[1])&&F.length===2}):(w=_.map(N),function(F){for(let x=0;x<w.length;x++)if(!w[x](F[x]))return!1;return F.length===w.length})}function M(_,w){return w<_.length?_[w]:I(_)?wt(_):null}function R(_,w){const S=M(_,w);return S?v(S):new Set}function W(_){return _.conversion===null||_.conversion===void 0}function Z(_,w){const S=new Set;return _.forEach(T=>{const E=R(T.params,w);let F;for(F of E)S.add(F)}),S.has("any")?["any"]:Array.from(S)}function q(_,w,S){let T,E;const F=_||"unnamed";let x=S,B;for(B=0;B<w.length;B++){const ue=[];if(x.forEach(Ce=>{const je=M(Ce.params,B),Ye=N(je);(B<Ce.params.length||I(Ce.params))&&Ye(w[B])&&ue.push(Ce)}),ue.length===0){if(E=Z(x,B),E.length>0){const Ce=a(w[B]);return T=new TypeError("Unexpected type of argument in function "+F+" (expected: "+E.join(" or ")+", actual: "+Ce.join(" | ")+", index: "+B+")"),T.data={category:"wrongType",fn:F,index:B,actual:Ce,expected:E},T}}else x=ue}const U=x.map(function(ue){return I(ue.params)?1/0:ue.params.length});if(w.length<Math.min.apply(null,U))return E=Z(x,B),T=new TypeError("Too few arguments in function "+F+" (expected: "+E.join(" or ")+", index: "+w.length+")"),T.data={category:"tooFewArgs",fn:F,index:w.length,expected:E},T;const k=Math.max.apply(null,U);if(w.length>k)return T=new TypeError("Too many arguments in function "+F+" (expected: "+k+", actual: "+w.length+")"),T.data={category:"tooManyArgs",fn:F,index:w.length,expectedLength:k},T;const re=[];for(let ue=0;ue<w.length;++ue)re.push(a(w[ue]).join("|"));return T=new TypeError('Arguments of type "'+re.join(", ")+'" do not match any of the defined signatures of function '+F+"."),T.data={category:"mismatch",actual:re},T}function ee(_){let w=i.length+1;for(let S=0;S<_.types.length;S++)W(_.types[S])&&(w=Math.min(w,_.types[S].typeIndex));return w}function pe(_){let w=o+1;for(let S=0;S<_.types.length;S++)W(_.types[S])||(w=Math.min(w,_.types[S].conversionIndex));return w}function le(_,w){if(_.hasAny){if(!w.hasAny)return 1}else if(w.hasAny)return-1;if(_.restParam){if(!w.restParam)return 1}else if(w.restParam)return-1;if(_.hasConversion){if(!w.hasConversion)return 1}else if(w.hasConversion)return-1;const S=ee(_)-ee(w);if(S<0)return-1;if(S>0)return 1;const T=pe(_)-pe(w);return T<0?-1:T>0?1:0}function J(_,w){const S=_.params,T=w.params,E=wt(S),F=wt(T),x=I(S),B=I(T);if(x&&E.hasAny){if(!B||!F.hasAny)return 1}else if(B&&F.hasAny)return-1;let U=0,k=0,re;for(re of S)re.hasAny&&++U,re.hasConversion&&++k;let ue=0,Ce=0;for(re of T)re.hasAny&&++ue,re.hasConversion&&++Ce;if(U!==ue)return U-ue;if(x&&E.hasConversion){if(!B||!F.hasConversion)return 1}else if(B&&F.hasConversion)return-1;if(k!==Ce)return k-Ce;if(x){if(!B)return 1}else if(B)return-1;const je=(S.length-T.length)*(x?-1:1);if(je!==0)return je;const Ye=[];let Bt=0;for(let Ur=0;Ur<S.length;++Ur){const So=le(S[Ur],T[Ur]);Ye.push(So),Bt+=So}if(Bt!==0)return Bt;let Lt;for(Lt of Ye)if(Lt!==0)return Lt;return 0}function Yn(_){if(_.length===0)return[];const w=_.map(s);_.length>1&&w.sort((E,F)=>E.index-F.index);let S=w[0].conversionsTo;if(_.length===1)return S;S=S.concat([]);const T=new Set(_);for(let E=1;E<w.length;++E){let F;for(F of w[E].conversionsTo)T.has(F.from)||(S.push(F),T.add(F.from))}return S}function er(_,w){let S=w;if(_.some(E=>E.hasConversion)){const E=I(_),F=_.map(tr);S=function(){const B=[],U=E?arguments.length-1:arguments.length;for(let k=0;k<U;k++)B[k]=F[k](arguments[k]);return E&&(B[U]=arguments[U].map(F[U])),w.apply(this,B)}}let T=S;if(I(_)){const E=_.length-1;T=function(){return S.apply(this,Ht(arguments,0,E).concat([Ht(arguments,E)]))}}return T}function tr(_){let w,S,T,E;const F=[],x=[];switch(_.types.forEach(function(B){B.conversion&&(F.push(s(B.conversion.from).test),x.push(B.conversion.convert))}),x.length){case 0:return function(U){return U};case 1:return w=F[0],T=x[0],function(U){return w(U)?T(U):U};case 2:return w=F[0],S=F[1],T=x[0],E=x[1],function(U){return w(U)?T(U):S(U)?E(U):U};default:return function(U){for(let k=0;k<x.length;k++)if(F[k](U))return x[k](U);return U}}}function nr(_){function w(S,T,E){if(T<S.length){const F=S[T];let x=[];if(F.restParam){const B=F.types.filter(W);B.length<F.types.length&&x.push({types:B,name:"..."+B.map(U=>U.name).join("|"),hasAny:B.some(U=>U.isAny),hasConversion:!1,restParam:!0}),x.push(F)}else x=F.types.map(function(B){return{types:[B],name:B.name,hasAny:B.isAny,hasConversion:B.conversion,restParam:!1}});return ar(x,function(B){return w(S,T+1,E.concat([B]))})}else return[E]}return w(_,0,[])}function rr(_,w){const S=Math.max(_.length,w.length);for(let B=0;B<S;B++){const U=R(_,B),k=R(w,B);let re=!1,ue;for(ue of k)if(U.has(ue)){re=!0;break}if(!re)return!1}const T=_.length,E=w.length,F=I(_),x=I(w);return F?x?T===E:E>=T:x?T>=E:T===E}function ct(_){return _.map(w=>Wt(w)?oe(w.referToSelf.callback):Mn(w)?$(w.referTo.references,w.referTo.callback):w)}function In(_,w,S){const T=[];let E;for(E of _){let F=S[E];if(typeof F!="number")throw new TypeError('No definition for referenced signature "'+E+'"');if(F=w[F],typeof F!="function")return!1;T.push(F)}return T}function Sn(_,w,S){const T=ct(_),E=new Array(T.length).fill(!1);let F=!0;for(;F;){F=!1;let x=!0;for(let B=0;B<T.length;++B){if(E[B])continue;const U=T[B];if(Wt(U))T[B]=U.referToSelf.callback(S),T[B].referToSelf=U.referToSelf,E[B]=!0,x=!1;else if(Mn(U)){const k=In(U.referTo.references,T,w);k?(T[B]=U.referTo.callback.apply(this,k),T[B].referTo=U.referTo,E[B]=!0,x=!1):F=!0}}if(x&&F)throw new SyntaxError("Circular reference detected in resolving typed.referTo")}return T}function ir(_){const w=/\bthis(\(|\.signatures\b)/;Object.keys(_).forEach(S=>{const T=_[S];if(w.test(T.toString()))throw new SyntaxError("Using `this` to self-reference a function is deprecated since typed-function@3. Use typed.referTo and typed.referToSelf instead.")})}function or(_,w){if(u.createCount++,Object.keys(w).length===0)throw new SyntaxError("No signatures provided");u.warnAgainstDeprecatedThis&&ir(w);const S=[],T=[],E={},F=[];let x;for(x in w){if(!Object.prototype.hasOwnProperty.call(w,x))continue;const fe=y(x);if(!fe)continue;S.forEach(function(Di){if(rr(Di,fe))throw new TypeError('Conflicting signatures "'+D(Di)+'" and "'+D(fe)+'".')}),S.push(fe);const lt=T.length;T.push(w[x]);const AE=fe.map(A);let To;for(To of nr(AE)){const Di=D(To);F.push({params:To,name:Di,fn:lt}),To.every(CE=>!CE.hasConversion)&&(E[Di]=lt)}}F.sort(J);const B=Sn(T,E,_i);let U;for(U in E)Object.prototype.hasOwnProperty.call(E,U)&&(E[U]=B[E[U]]);const k=[],re=new Map;for(U of F)re.has(U.name)||(U.fn=B[U.fn],k.push(U),re.set(U.name,U));const ue=k[0]&&k[0].params.length<=2&&!I(k[0].params),Ce=k[1]&&k[1].params.length<=2&&!I(k[1].params),je=k[2]&&k[2].params.length<=2&&!I(k[2].params),Ye=k[3]&&k[3].params.length<=2&&!I(k[3].params),Bt=k[4]&&k[4].params.length<=2&&!I(k[4].params),Lt=k[5]&&k[5].params.length<=2&&!I(k[5].params),Ur=ue&&Ce&&je&&Ye&&Bt&&Lt;for(let fe=0;fe<k.length;++fe)k[fe].test=O(k[fe].params);const So=ue?N(k[0].params[0]):Et,J1=Ce?N(k[1].params[0]):Et,Z1=je?N(k[2].params[0]):Et,Q1=Ye?N(k[3].params[0]):Et,Y1=Bt?N(k[4].params[0]):Et,eE=Lt?N(k[5].params[0]):Et,tE=ue?N(k[0].params[1]):Et,nE=Ce?N(k[1].params[1]):Et,rE=je?N(k[2].params[1]):Et,iE=Ye?N(k[3].params[1]):Et,oE=Bt?N(k[4].params[1]):Et,uE=Lt?N(k[5].params[1]):Et;for(let fe=0;fe<k.length;++fe)k[fe].implementation=er(k[fe].params,k[fe].fn);const sE=ue?k[0].implementation:Mr,aE=Ce?k[1].implementation:Mr,cE=je?k[2].implementation:Mr,lE=Ye?k[3].implementation:Mr,fE=Bt?k[4].implementation:Mr,dE=Lt?k[5].implementation:Mr,hE=ue?k[0].params.length:-1,pE=Ce?k[1].params.length:-1,mE=je?k[2].params.length:-1,gE=Ye?k[3].params.length:-1,_E=Bt?k[4].params.length:-1,DE=Lt?k[5].params.length:-1,vE=Ur?6:0,yE=k.length,EE=k.map(fe=>fe.test),bE=k.map(fe=>fe.implementation),wE=function(){for(let lt=vE;lt<yE;lt++)if(EE[lt](arguments))return bE[lt].apply(this,arguments);return u.onMismatch(_,arguments,k)};function _i(fe,lt){return arguments.length===hE&&So(fe)&&tE(lt)?sE.apply(this,arguments):arguments.length===pE&&J1(fe)&&nE(lt)?aE.apply(this,arguments):arguments.length===mE&&Z1(fe)&&rE(lt)?cE.apply(this,arguments):arguments.length===gE&&Q1(fe)&&iE(lt)?lE.apply(this,arguments):arguments.length===_E&&Y1(fe)&&oE(lt)?fE.apply(this,arguments):arguments.length===DE&&eE(fe)&&uE(lt)?dE.apply(this,arguments):wE.apply(this,arguments)}try{Object.defineProperty(_i,"name",{value:_})}catch(fe){}return _i.signatures=E,_i._typedFunctionData={signatures:k,signatureMap:re},_i}function Tn(_,w,S){throw q(_,w,S)}function ur(_){return Ht(_,0,_.length-1)}function wt(_){return _[_.length-1]}function Ht(_,w,S){return Array.prototype.slice.call(_,w,S)}function sr(_,w){for(let S=0;S<_.length;S++)if(w(_[S]))return _[S]}function ar(_,w){return Array.prototype.concat.apply([],_.map(w))}function cr(){const _=ur(arguments).map(S=>D(y(S))),w=wt(arguments);if(typeof w!="function")throw new TypeError("Callback function expected as last argument");return $(_,w)}function $(_,w){return{referTo:{references:_,callback:w}}}function oe(_){if(typeof _!="function")throw new TypeError("Callback function expected as first argument");return{referToSelf:{callback:_}}}function Mn(_){return _&&typeof _.referTo=="object"&&Array.isArray(_.referTo.references)&&typeof _.referTo.callback=="function"}function Wt(_){return _&&typeof _.referToSelf=="object"&&typeof _.referToSelf.callback=="function"}function Rn(_,w){if(!_)return w;if(w&&w!==_){const S=new Error("Function names do not match (expected: "+_+", actual: "+w+")");throw S.data={actual:w,expected:_},S}return _}function gi(_){let w;for(const S in _)Object.prototype.hasOwnProperty.call(_,S)&&(d(_[S])||typeof _[S].signature=="string")&&(w=Rn(w,_[S].name));return w}function b(_,w){let S;for(S in w)if(Object.prototype.hasOwnProperty.call(w,S)){if(S in _&&w[S]!==_[S]){const T=new Error('Signature "'+S+'" is defined twice');throw T.data={signature:S,sourceFunction:w[S],destFunction:_[S]},T}_[S]=w[S]}}const C=u;u=function(_){const w=typeof _=="string",S=w?1:0;let T=w?_:"";const E={};for(let F=S;F<arguments.length;++F){const x=arguments[F];let B={},U;if(typeof x=="function"?(U=x.name,typeof x.signature=="string"?B[x.signature]=x:d(x)&&(B=x.signatures)):e(x)&&(B=x,w||(U=gi(x))),Object.keys(B).length===0){const k=new TypeError("Argument to 'typed' at index "+F+" is not a (typed) function, nor an object with signatures as keys and functions as values.");throw k.data={index:F,argument:x},k}w||(T=Rn(T,U)),b(E,B)}return or(T||"",E)},u.create=Hf,u.createCount=C.createCount,u.onMismatch=Tn,u.throwMismatchError=Tn,u.createError=q,u.clear=f,u.clearConversions=l,u.addTypes=c,u._findType=s,u.referTo=cr,u.referToSelf=oe,u.convert=g,u.findSignature=h,u.find=p,u.isTypedFunction=d,u.warnAgainstDeprecatedThis=!0,u.addType=function(_,w){let S="any";w!==!1&&r.has("Object")&&(S="Object"),u.addTypes([_],S)};function P(_){if(!_||typeof _.from!="string"||typeof _.to!="string"||typeof _.convert!="function")throw new TypeError("Object with properties {from: string, to: string, convert: function} expected");if(_.to===_.from)throw new SyntaxError('Illegal to define conversion from "'+_.from+'" to itself.')}return u.addConversion=function(_){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{override:!1};P(_);const S=s(_.to),T=S.conversionsTo.find(E=>E.from===_.from);if(T)if(w&&w.override)u.removeConversion({from:T.from,to:_.to,convert:T.convert});else throw new Error('There is already a conversion from "'+_.from+'" to "'+S.name+'"');S.conversionsTo.push({from:_.from,convert:_.convert,index:o++})},u.addConversions=function(_,w){_.forEach(S=>u.addConversion(S,w))},u.removeConversion=function(_){P(_);const w=s(_.to),S=sr(w.conversionsTo,E=>E.from===_.from);if(!S)throw new Error("Attempt to remove nonexistent conversion from "+_.from+" to "+_.to);if(S.convert!==_.convert)throw new Error("Conversion to remove does not match existing conversion");const T=w.conversionsTo.indexOf(S);w.conversionsTo.splice(T,1)},u.resolve=function(_,w){if(!d(_))throw new TypeError(jf);const S=_._typedFunctionData.signatures;for(let T=0;T<S.length;++T)if(S[T].test(w))return S[T];return null},u}var Wf=Hf();function Vt(e){return typeof e=="boolean"?!0:isFinite(e)?e===Math.round(e):!1}function Ls(e,t,n){var r={2:"0b",8:"0o",16:"0x"},i=r[t],o="";if(n){if(n<1)throw new Error("size must be in greater than 0");if(!Vt(n))throw new Error("size must be an integer");if(e>Mo(2,n-1)-1||e<-Mo(2,n-1))throw new Error("Value must be in range [-2^".concat(n-1,", 2^").concat(n-1,"-1]"));if(!Vt(e))throw new Error("Value must be an integer");e<0&&(e=e+Mo(2,n)),o="i".concat(n)}var u="";return e<0&&(e=-e,u="-"),"".concat(u).concat(i).concat(e.toString(t)).concat(o)}function Ps(e,t){if(typeof t=="function")return t(e);if(e===1/0)return"Infinity";if(e===-1/0)return"-Infinity";if(isNaN(e))return"NaN";var n="auto",r,i;if(t&&(t.notation&&(n=t.notation),Qe(t)?r=t:Qe(t.precision)&&(r=t.precision),t.wordSize&&(i=t.wordSize,typeof i!="number")))throw new Error('Option "wordSize" must be a number');switch(n){case"fixed":return jv(e,r);case"exponential":return qf(e,r);case"engineering":return Vv(e,r);case"bin":return Ls(e,2,i);case"oct":return Ls(e,8,i);case"hex":return Ls(e,16,i);case"auto":return Hv(e,r,t&&t).replace(/((\.\d*?)(0+))($|e)/,function(){var o=arguments[2],u=arguments[4];return o!=="."?o+u:u});default:throw new Error('Unknown notation "'+n+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function Do(e){var t=String(e).toLowerCase().match(/^(-?)(\d+\.?\d*)(e([+-]?\d+))?$/);if(!t)throw new SyntaxError("Invalid number "+e);var n=t[1],r=t[2],i=parseFloat(t[4]||"0"),o=r.indexOf(".");i+=o!==-1?o-1:r.length-1;var u=r.replace(".","").replace(/^0*/,function(s){return i-=s.length,""}).replace(/0*$/,"").split("").map(function(s){return parseInt(s)});return u.length===0&&(u.push(0),i++),{sign:n,coefficients:u,exponent:i}}function Vv(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Do(e),r=vo(n,t),i=r.exponent,o=r.coefficients,u=i%3===0?i:i<0?i-3-i%3:i-i%3;if(Qe(t))for(;t>o.length||i-u+1>o.length;)o.push(0);else for(var s=Math.abs(i-u)-(o.length-1),c=0;c<s;c++)o.push(0);for(var f=Math.abs(i-u),l=1;f>0;)l++,f--;var a=o.slice(l).join(""),d=Qe(t)&&a.length||a.match(/[1-9]/)?"."+a:"",h=o.slice(0,l).join("")+d+"e"+(i>=0?"+":"")+u.toString();return r.sign+h}function jv(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Do(e),r=typeof t=="number"?vo(n,n.exponent+1+t):n,i=r.coefficients,o=r.exponent+1,u=o+(t||0);return i.length<u&&(i=i.concat(Rr(u-i.length))),o<0&&(i=Rr(-o+1).concat(i),o=1),o<i.length&&i.splice(o,0,o===0?"0.":"."),r.sign+i.join("")}function qf(e,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Do(e),r=t?vo(n,t):n,i=r.coefficients,o=r.exponent;i.length<t&&(i=i.concat(Rr(t-i.length)));var u=i.shift();return r.sign+u+(i.length>0?"."+i.join(""):"")+"e"+(o>=0?"+":"")+o}function Hv(e,t,n){if(isNaN(e)||!isFinite(e))return String(e);var r=n&&n.lowerExp!==void 0?n.lowerExp:-3,i=n&&n.upperExp!==void 0?n.upperExp:5,o=Do(e),u=t?vo(o,t):o;if(u.exponent<r||u.exponent>=i)return qf(e,t);var s=u.coefficients,c=u.exponent;s.length<t&&(s=s.concat(Rr(t-s.length))),s=s.concat(Rr(c-s.length+1+(s.length<t?t-s.length:0))),s=Rr(-c).concat(s);var f=c>0?c:0;return f<s.length-1&&s.splice(f+1,0,"."),u.sign+s.join("")}function vo(e,t){for(var n={sign:e.sign,coefficients:e.coefficients,exponent:e.exponent},r=n.coefficients;t<=0;)r.unshift(0),n.exponent++,t++;if(r.length>t){var i=r.splice(t,r.length-t);if(i[0]>=5){var o=t-1;for(r[o]++;r[o]===10;)r.pop(),o===0&&(r.unshift(0),n.exponent++,o++),o--,r[o]++}}return n}function Rr(e){for(var t=[],n=0;n<e;n++)t.push(0);return t}function Wv(e){return e.toExponential().replace(/e.*$/,"").replace(/^0\.?0*|\./,"").length}var qv=Number.EPSILON||2220446049250313e-31;function Gv(e,t,n){if(n==null)return e===t;if(e===t)return!0;if(isNaN(e)||isNaN(t))return!1;if(isFinite(e)&&isFinite(t)){var r=Math.abs(e-t);return r<qv?!0:r<=Math.max(Math.abs(e),Math.abs(t))*n}return!1}function xs(e,t,n){var r=e.constructor,i=new r(2),o="";if(n){if(n<1)throw new Error("size must be in greater than 0");if(!Vt(n))throw new Error("size must be an integer");if(e.greaterThan(i.pow(n-1).sub(1))||e.lessThan(i.pow(n-1).mul(-1)))throw new Error("Value must be in range [-2^".concat(n-1,", 2^").concat(n-1,"-1]"));if(!e.isInteger())throw new Error("Value must be an integer");e.lessThan(0)&&(e=e.add(i.pow(n))),o="i".concat(n)}switch(t){case 2:return"".concat(e.toBinary()).concat(o);case 8:return"".concat(e.toOctal()).concat(o);case 16:return"".concat(e.toHexadecimal()).concat(o);default:throw new Error("Base ".concat(t," not supported "))}}function Kv(e,t){if(typeof t=="function")return t(e);if(!e.isFinite())return e.isNaN()?"NaN":e.gt(0)?"Infinity":"-Infinity";var n="auto",r,i;if(t!==void 0&&(t.notation&&(n=t.notation),typeof t=="number"?r=t:t.precision&&(r=t.precision),t.wordSize&&(i=t.wordSize,typeof i!="number")))throw new Error('Option "wordSize" must be a number');switch(n){case"fixed":return zv(e,r);case"exponential":return Gf(e,r);case"engineering":return Xv(e,r);case"bin":return xs(e,2,i);case"oct":return xs(e,8,i);case"hex":return xs(e,16,i);case"auto":{var o=t&&t.lowerExp!==void 0?t.lowerExp:-3,u=t&&t.upperExp!==void 0?t.upperExp:5;if(e.isZero())return"0";var s,c=e.toSignificantDigits(r),f=c.e;return f>=o&&f<u?s=c.toFixed():s=Gf(e,r),s.replace(/((\.\d*?)(0+))($|e)/,function(){var l=arguments[2],a=arguments[4];return l!=="."?l+a:a})}default:throw new Error('Unknown notation "'+n+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function Xv(e,t){var n=e.e,r=n%3===0?n:n<0?n-3-n%3:n-n%3,i=e.mul(Math.pow(10,-r)),o=i.toPrecision(t);return o.indexOf("e")!==-1&&(o=i.toString()),o+"e"+(n>=0?"+":"")+r.toString()}function Gf(e,t){return t!==void 0?e.toExponential(t-1):e.toExponential()}function zv(e,t){return e.toFixed(t)}function Qn(e,t){var n=Jv(e,t);return t&&typeof t=="object"&&"truncate"in t&&n.length>t.truncate?n.substring(0,t.truncate-3)+"...":n}function Jv(e,t){if(typeof e=="number")return Ps(e,t);if(An(e))return Kv(e,t);if(Zv(e))return!t||t.fraction!=="decimal"?e.s*e.n+"/"+e.d:e.toString();if(Array.isArray(e))return Kf(e,t);if(go(e))return'"'+e+'"';if(typeof e=="function")return e.syntax?String(e.syntax):"function";if(e&&typeof e=="object"){if(typeof e.format=="function")return e.format(t);if(e&&e.toString(t)!=={}.toString())return e.toString(t);var n=Object.keys(e).map(r=>'"'+r+'": '+Qn(e[r],t));return"{"+n.join(", ")+"}"}return String(e)}function Kf(e,t){if(Array.isArray(e)){for(var n="[",r=e.length,i=0;i<r;i++)i!==0&&(n+=", "),n+=Kf(e[i],t);return n+="]",n}else return Qn(e,t)}function Zv(e){return e&&typeof e=="object"&&typeof e.s=="number"&&typeof e.n=="number"&&typeof e.d=="number"||!1}function $e(e,t,n){if(!(this instanceof $e))throw new SyntaxError("Constructor must be called with the new operator");this.actual=e,this.expected=t,this.relation=n,this.message="Dimension mismatch ("+(Array.isArray(e)?"["+e.join(", ")+"]":e)+" "+(this.relation||"!=")+" "+(Array.isArray(t)?"["+t.join(", ")+"]":t)+")",this.stack=new Error().stack}$e.prototype=new RangeError,$e.prototype.constructor=RangeError,$e.prototype.name="DimensionError",$e.prototype.isDimensionError=!0;function Br(e,t,n){if(!(this instanceof Br))throw new SyntaxError("Constructor must be called with the new operator");this.index=e,arguments.length<3?(this.min=0,this.max=t):(this.min=t,this.max=n),this.min!==void 0&&this.index<this.min?this.message="Index out of range ("+this.index+" < "+this.min+")":this.max!==void 0&&this.index>=this.max?this.message="Index out of range ("+this.index+" > "+(this.max-1)+")":this.message="Index out of range ("+this.index+")",this.stack=new Error().stack}Br.prototype=new RangeError,Br.prototype.constructor=RangeError,Br.prototype.name="IndexError",Br.prototype.isIndexError=!0;function ks(e){for(var t=[];Array.isArray(e);)t.push(e.length),e=e[0];return t}function Xf(e,t,n){var r,i=e.length;if(i!==t[n])throw new $e(i,t[n]);if(n<t.length-1){var o=n+1;for(r=0;r<i;r++){var u=e[r];if(!Array.isArray(u))throw new $e(t.length-1,t.length,"<");Xf(e[r],t,o)}}else for(r=0;r<i;r++)if(Array.isArray(e[r]))throw new $e(t.length+1,t.length,">")}function zf(e,t){var n=t.length===0;if(n){if(Array.isArray(e))throw new $e(e.length,0)}else Xf(e,t,0)}function bt(e,t){if(!Qe(e)||!Vt(e))throw new TypeError("Index must be an integer (value: "+e+")");if(e<0||typeof t=="number"&&e>=t)throw new Br(e,t)}function Jf(e,t,n){if(!Array.isArray(e)||!Array.isArray(t))throw new TypeError("Array expected");if(t.length===0)throw new Error("Resizing to scalar is not supported");t.forEach(function(i){if(!Qe(i)||!Vt(i)||i<0)throw new TypeError("Invalid size, must contain positive integers (size: "+Qn(t)+")")});var r=n!==void 0?n:0;return $s(e,t,0,r),e}function $s(e,t,n,r){var i,o,u=e.length,s=t[n],c=Math.min(u,s);if(e.length=s,n<t.length-1){var f=n+1;for(i=0;i<c;i++)o=e[i],Array.isArray(o)||(o=[o],e[i]=o),$s(o,t,f,r);for(i=c;i<s;i++)o=[],e[i]=o,$s(o,t,f,r)}else{for(i=0;i<c;i++)for(;Array.isArray(e[i]);)e[i]=e[i][0];for(i=c;i<s;i++)e[i]=r}}function Qv(e,t){var n=ty(e),r=n.length;if(!Array.isArray(e)||!Array.isArray(t))throw new TypeError("Array expected");if(t.length===0)throw new $e(0,r,"!=");t=Zf(t,r);var i=Qf(t);if(r!==i)throw new $e(i,r,"!=");try{return Yv(n,t)}catch(o){throw o instanceof $e?new $e(i,r,"!="):o}}function Zf(e,t){var n=Qf(e),r=e.slice(),i=-1,o=e.indexOf(i),u=e.indexOf(i,o+1)>=0;if(u)throw new Error("More than one wildcard in sizes");var s=o>=0,c=t%n===0;if(s)if(c)r[o]=-t/n;else throw new Error("Could not replace wildcard, since "+t+" is no multiple of "+-n);return r}function Qf(e){return e.reduce((t,n)=>t*n,1)}function Yv(e,t){for(var n=e,r,i=t.length-1;i>0;i--){var o=t[i];r=[];for(var u=n.length/o,s=0;s<u;s++)r.push(n.slice(s*o,(s+1)*o));n=r}return n}function ey(e,t,n,r){var i=r||ks(e);if(n)for(var o=0;o<n;o++)e=[e],i.unshift(1);for(e=Yf(e,t,0);i.length<t;)i.push(1);return e}function Yf(e,t,n){var r,i;if(Array.isArray(e)){var o=n+1;for(r=0,i=e.length;r<i;r++)e[r]=Yf(e[r],t,o)}else for(var u=n;u<t;u++)e=[e];return e}function ty(e){if(!Array.isArray(e))return e;var t=[];return e.forEach(function n(r){Array.isArray(r)?r.forEach(n):t.push(r)}),t}function Us(e,t){for(var n,r=0,i=0;i<e.length;i++){var o=e[i],u=Array.isArray(o);if(i===0&&u&&(r=o.length),u&&o.length!==r)return;var s=u?Us(o,t):t(o);if(n===void 0)n=s;else if(n!==s)return"mixed"}return n}function st(e,t,n,r){function i(o){var u=kv(o,t.map(iy));return ny(e,t,o),n(u)}return i.isFactory=!0,i.fn=e,i.dependencies=t.slice().sort(),r&&(i.meta=r),i}function ny(e,t,n){var r=t.filter(o=>!ry(o)).every(o=>n[o]!==void 0);if(!r){var i=t.filter(o=>n[o]===void 0);throw new Error('Cannot create function "'.concat(e,'", ')+"some dependencies are missing: ".concat(i.map(o=>'"'.concat(o,'"')).join(", "),"."))}}function ry(e){return e&&e[0]==="?"}function iy(e){return e&&e[0]==="?"?e.slice(1):e}function oy(e,t){if(td(e)&&ed(e,t))return e[t];throw typeof e[t]=="function"&&ay(e,t)?new Error('Cannot access method "'+t+'" as a property'):new Error('No access to property "'+t+'"')}function uy(e,t,n){if(td(e)&&ed(e,t))return e[t]=n,n;throw new Error('No access to property "'+t+'"')}function sy(e,t){return t in e}function ed(e,t){return!e||typeof e!="object"?!1:_o(cy,t)?!0:!(t in Object.prototype||t in Function.prototype)}function ay(e,t){return e==null||typeof e[t]!="function"||_o(e,t)&&Object.getPrototypeOf&&t in Object.getPrototypeOf(e)?!1:_o(ly,t)?!0:!(t in Object.prototype||t in Function.prototype)}function td(e){return typeof e=="object"&&e&&e.constructor===Object}var cy={length:!0,name:!0},ly={toString:!0,valueOf:!0,toLocaleString:!0};class fy{constructor(t){this.wrappedObject=t}keys(){return Object.keys(this.wrappedObject)}get(t){return oy(this.wrappedObject,t)}set(t,n){return uy(this.wrappedObject,t,n),this}has(t){return sy(this.wrappedObject,t)}}function dy(e){return e?e instanceof Map||e instanceof fy||typeof e.set=="function"&&typeof e.get=="function"&&typeof e.keys=="function"&&typeof e.has=="function":!1}var nd=function(){return nd=Wf.create,Wf},hy=["?BigNumber","?Complex","?DenseMatrix","?Fraction"],py=st("typed",hy,function(t){var{BigNumber:n,Complex:r,DenseMatrix:i,Fraction:o}=t,u=nd();return u.clear(),u.addTypes([{name:"number",test:Qe},{name:"Complex",test:Pf},{name:"BigNumber",test:An},{name:"Fraction",test:xf},{name:"Unit",test:kf},{name:"identifier",test:s=>go&&/^(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])*$/.test(s)},{name:"string",test:go},{name:"Chain",test:Pv},{name:"Array",test:_t},{name:"Matrix",test:hi},{name:"DenseMatrix",test:av},{name:"SparseMatrix",test:cv},{name:"Range",test:lv},{name:"Index",test:$f},{name:"boolean",test:fv},{name:"ResultSet",test:dv},{name:"Help",test:hv},{name:"function",test:pv},{name:"Date",test:mv},{name:"RegExp",test:gv},{name:"null",test:Dv},{name:"undefined",test:vv},{name:"AccessorNode",test:yv},{name:"ArrayNode",test:Ev},{name:"AssignmentNode",test:bv},{name:"BlockNode",test:wv},{name:"ConditionalNode",test:Av},{name:"ConstantNode",test:Cv},{name:"FunctionNode",test:Nv},{name:"FunctionAssignmentNode",test:Fv},{name:"IndexNode",test:Ov},{name:"Node",test:Iv},{name:"ObjectNode",test:Sv},{name:"OperatorNode",test:Tv},{name:"ParenthesisNode",test:Mv},{name:"RangeNode",test:Rv},{name:"RelationalNode",test:Bv},{name:"SymbolNode",test:Lv},{name:"Map",test:dy},{name:"Object",test:_v}]),u.addConversions([{from:"number",to:"BigNumber",convert:function(c){if(n||Vs(c),Wv(c)>15)throw new TypeError("Cannot implicitly convert a number with >15 significant digits to BigNumber (value: "+c+"). Use function bignumber(x) to convert to BigNumber.");return new n(c)}},{from:"number",to:"Complex",convert:function(c){return r||yo(c),new r(c,0)}},{from:"BigNumber",to:"Complex",convert:function(c){return r||yo(c),new r(c.toNumber(),0)}},{from:"Fraction",to:"BigNumber",convert:function(c){throw new TypeError("Cannot implicitly convert a Fraction to BigNumber or vice versa. Use function bignumber(x) to convert to BigNumber or fraction(x) to convert to Fraction.")}},{from:"Fraction",to:"Complex",convert:function(c){return r||yo(c),new r(c.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(c){o||js(c);var f=new o(c);if(f.valueOf()!==c)throw new TypeError("Cannot implicitly convert a number to a Fraction when there will be a loss of precision (value: "+c+"). Use function fraction(x) to convert to Fraction.");return f}},{from:"string",to:"number",convert:function(c){var f=Number(c);if(isNaN(f))throw new Error('Cannot convert "'+c+'" to a number');return f}},{from:"string",to:"BigNumber",convert:function(c){n||Vs(c);try{return new n(c)}catch(f){throw new Error('Cannot convert "'+c+'" to BigNumber')}}},{from:"string",to:"Fraction",convert:function(c){o||js(c);try{return new o(c)}catch(f){throw new Error('Cannot convert "'+c+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(c){r||yo(c);try{return new r(c)}catch(f){throw new Error('Cannot convert "'+c+'" to Complex')}}},{from:"boolean",to:"number",convert:function(c){return+c}},{from:"boolean",to:"BigNumber",convert:function(c){return n||Vs(c),new n(+c)}},{from:"boolean",to:"Fraction",convert:function(c){return o||js(c),new o(+c)}},{from:"boolean",to:"string",convert:function(c){return String(c)}},{from:"Array",to:"Matrix",convert:function(c){return i||my(),new i(c)}},{from:"Matrix",to:"Array",convert:function(c){return c.valueOf()}}]),u.onMismatch=(s,c,f)=>{var l=u.createError(s,c,f);if(["wrongType","mismatch"].includes(l.data.category)&&c.length===1&&Ms(c[0])&&f.some(d=>!d.params.includes(","))){var a=new TypeError("Function '".concat(s,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(s,")'."));throw a.data=l.data,a}throw l},u.onMismatch=(s,c,f)=>{var l=u.createError(s,c,f);if(["wrongType","mismatch"].includes(l.data.category)&&c.length===1&&Ms(c[0])&&f.some(d=>!d.params.includes(","))){var a=new TypeError("Function '".concat(s,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(s,")'."));throw a.data=l.data,a}throw l},u});function Vs(e){throw new Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function yo(e){throw new Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function my(){throw new Error("Cannot convert array into a Matrix: no class 'DenseMatrix' provided")}function js(e){throw new Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}/*!
54
54
  * decimal.js v10.4.3
55
55
  * An arbitrary-precision Decimal type for JavaScript.
56
56
  * https://github.com/MikeMcl/decimal.js
57
57
  * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
58
58
  * MIT Licence
59
- */var Rr=9e15,En=1e9,xs="0123456789abcdef",vo="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",yo="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",ks={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Rr,maxE:Rr,crypto:!1},od,Qt,z=!0,Eo="[DecimalError] ",bn=Eo+"Invalid argument: ",ud=Eo+"Precision limit exceeded",sd=Eo+"crypto unavailable",ad="[object Decimal]",We=Math.floor,Pe=Math.pow,yy=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,Ey=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,by=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,cd=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Ot=1e7,G=7,wy=9007199254740991,Ay=vo.length-1,$s=yo.length-1,L={toStringTag:ad};L.absoluteValue=L.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),q(e)},L.ceil=function(){return q(new this.constructor(this),this.e+1,2)},L.clampedTo=L.clamp=function(e,t){var n,r=this,i=r.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(bn+t);return n=r.cmp(e),n<0?e:r.cmp(t)>0?t:new i(r)},L.comparedTo=L.cmp=function(e){var t,n,r,i,o=this,u=o.d,s=(e=new o.constructor(e)).d,c=o.s,l=e.s;if(!u||!s)return!c||!l?NaN:c!==l?c:u===s?0:!u^c<0?1:-1;if(!u[0]||!s[0])return u[0]?c:s[0]?-l:0;if(c!==l)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(r=u.length,i=s.length,t=0,n=r<i?r:i;t<n;++t)if(u[t]!==s[t])return u[t]>s[t]^c<0?1:-1;return r===i?0:r>i^c<0?1:-1},L.cosine=L.cos=function(){var e,t,n=this,r=n.constructor;return n.d?n.d[0]?(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+G,r.rounding=1,n=Cy(r,md(r,n)),r.precision=e,r.rounding=t,q(Qt==2||Qt==3?n.neg():n,e,t,!0)):new r(1):new r(NaN)},L.cubeRoot=L.cbrt=function(){var e,t,n,r,i,o,u,s,c,l,f=this,a=f.constructor;if(!f.isFinite()||f.isZero())return new a(f);for(z=!1,o=f.s*Pe(f.s*f,1/3),!o||Math.abs(o)==1/0?(n=ke(f.d),e=f.e,(o=(e-n.length+1)%3)&&(n+=o==1||o==-2?"0":"00"),o=Pe(n,1/3),e=We((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?n="5e"+e:(n=o.toExponential(),n=n.slice(0,n.indexOf("e")+1)+e),r=new a(n),r.s=f.s):r=new a(o.toString()),u=(e=a.precision)+3;;)if(s=r,c=s.times(s).times(s),l=c.plus(f),r=pe(l.plus(f).times(s),l.plus(c),u+2,1),ke(s.d).slice(0,u)===(n=ke(r.d)).slice(0,u))if(n=n.slice(u-3,u+1),n=="9999"||!i&&n=="4999"){if(!i&&(q(s,e+1,0),s.times(s).times(s).eq(f))){r=s;break}u+=4,i=1}else{(!+n||!+n.slice(1)&&n.charAt(0)=="5")&&(q(r,e+1,1),t=!r.times(r).times(r).eq(f));break}return z=!0,q(r,e,a.rounding,t)},L.decimalPlaces=L.dp=function(){var e,t=this.d,n=NaN;if(t){if(e=t.length-1,n=(e-We(this.e/G))*G,e=t[e],e)for(;e%10==0;e/=10)n--;n<0&&(n=0)}return n},L.dividedBy=L.div=function(e){return pe(this,new this.constructor(e))},L.dividedToIntegerBy=L.divToInt=function(e){var t=this,n=t.constructor;return q(pe(t,new n(e),0,1,1),n.precision,n.rounding)},L.equals=L.eq=function(e){return this.cmp(e)===0},L.floor=function(){return q(new this.constructor(this),this.e+1,3)},L.greaterThan=L.gt=function(e){return this.cmp(e)>0},L.greaterThanOrEqualTo=L.gte=function(e){var t=this.cmp(e);return t==1||t===0},L.hyperbolicCosine=L.cosh=function(){var e,t,n,r,i,o=this,u=o.constructor,s=new u(1);if(!o.isFinite())return new u(o.s?1/0:NaN);if(o.isZero())return s;n=u.precision,r=u.rounding,u.precision=n+Math.max(o.e,o.sd())+4,u.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/Co(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=Br(u,1,o.times(t),new u(1),!0);for(var c,l=e,f=new u(8);l--;)c=o.times(o),o=s.minus(c.times(f.minus(c.times(f))));return q(o,u.precision=n,u.rounding=r,!0)},L.hyperbolicSine=L.sinh=function(){var e,t,n,r,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,n=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,r=i.d.length,r<3)i=Br(o,2,i,i,!0);else{e=1.4*Math.sqrt(r),e=e>16?16:e|0,i=i.times(1/Co(5,e)),i=Br(o,2,i,i,!0);for(var u,s=new o(5),c=new o(16),l=new o(20);e--;)u=i.times(i),i=i.times(s.plus(u.times(c.times(u).plus(l))))}return o.precision=t,o.rounding=n,q(i,t,n,!0)},L.hyperbolicTangent=L.tanh=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+7,r.rounding=1,pe(n.sinh(),n.cosh(),r.precision=e,r.rounding=t)):new r(n.s)},L.inverseCosine=L.acos=function(){var e,t=this,n=t.constructor,r=t.abs().cmp(1),i=n.precision,o=n.rounding;return r!==-1?r===0?t.isNeg()?It(n,i,o):new n(0):new n(NaN):t.isZero()?It(n,i+4,o).times(.5):(n.precision=i+6,n.rounding=1,t=t.asin(),e=It(n,i+4,o).times(.5),n.precision=i,n.rounding=o,e.minus(t))},L.inverseHyperbolicCosine=L.acosh=function(){var e,t,n=this,r=n.constructor;return n.lte(1)?new r(n.eq(1)?0:NaN):n.isFinite()?(e=r.precision,t=r.rounding,r.precision=e+Math.max(Math.abs(n.e),n.sd())+4,r.rounding=1,z=!1,n=n.times(n).minus(1).sqrt().plus(n),z=!0,r.precision=e,r.rounding=t,n.ln()):new r(n)},L.inverseHyperbolicSine=L.asinh=function(){var e,t,n=this,r=n.constructor;return!n.isFinite()||n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+2*Math.max(Math.abs(n.e),n.sd())+6,r.rounding=1,z=!1,n=n.times(n).plus(1).sqrt().plus(n),z=!0,r.precision=e,r.rounding=t,n.ln())},L.inverseHyperbolicTangent=L.atanh=function(){var e,t,n,r,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,r=i.sd(),Math.max(r,e)<2*-i.e-1?q(new o(i),e,t,!0):(o.precision=n=r-i.e,i=pe(i.plus(1),new o(1).minus(i),n+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},L.inverseSine=L.asin=function(){var e,t,n,r,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),n=o.precision,r=o.rounding,t!==-1?t===0?(e=It(o,n+4,r).times(.5),e.s=i.s,e):new o(NaN):(o.precision=n+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=n,o.rounding=r,i.times(2)))},L.inverseTangent=L.atan=function(){var e,t,n,r,i,o,u,s,c,l=this,f=l.constructor,a=f.precision,d=f.rounding;if(l.isFinite()){if(l.isZero())return new f(l);if(l.abs().eq(1)&&a+4<=$s)return u=It(f,a+4,d).times(.25),u.s=l.s,u}else{if(!l.s)return new f(NaN);if(a+4<=$s)return u=It(f,a+4,d).times(.5),u.s=l.s,u}for(f.precision=s=a+10,f.rounding=1,n=Math.min(28,s/G+2|0),e=n;e;--e)l=l.div(l.times(l).plus(1).sqrt().plus(1));for(z=!1,t=Math.ceil(s/G),r=1,c=l.times(l),u=new f(l),i=l;e!==-1;)if(i=i.times(c),o=u.minus(i.div(r+=2)),i=i.times(c),u=o.plus(i.div(r+=2)),u.d[t]!==void 0)for(e=t;u.d[e]===o.d[e]&&e--;);return n&&(u=u.times(2<<n-1)),z=!0,q(u,f.precision=a,f.rounding=d,!0)},L.isFinite=function(){return!!this.d},L.isInteger=L.isInt=function(){return!!this.d&&We(this.e/G)>this.d.length-2},L.isNaN=function(){return!this.s},L.isNegative=L.isNeg=function(){return this.s<0},L.isPositive=L.isPos=function(){return this.s>0},L.isZero=function(){return!!this.d&&this.d[0]===0},L.lessThan=L.lt=function(e){return this.cmp(e)<0},L.lessThanOrEqualTo=L.lte=function(e){return this.cmp(e)<1},L.logarithm=L.log=function(e){var t,n,r,i,o,u,s,c,l=this,f=l.constructor,a=f.precision,d=f.rounding,h=5;if(e==null)e=new f(10),t=!0;else{if(e=new f(e),n=e.d,e.s<0||!n||!n[0]||e.eq(1))return new f(NaN);t=e.eq(10)}if(n=l.d,l.s<0||!n||!n[0]||l.eq(1))return new f(n&&!n[0]?-1/0:l.s!=1?NaN:n?0:1/0);if(t)if(n.length>1)o=!0;else{for(i=n[0];i%10===0;)i/=10;o=i!==1}if(z=!1,s=a+h,u=An(l,s),r=t?Ao(f,s+10):An(e,s),c=pe(u,r,s,1),fi(c.d,i=a,d))do if(s+=10,u=An(l,s),r=t?Ao(f,s+10):An(e,s),c=pe(u,r,s,1),!o){+ke(c.d).slice(i+1,i+15)+1==1e14&&(c=q(c,a+1,0));break}while(fi(c.d,i+=10,d));return z=!0,q(c,a,d)},L.minus=L.sub=function(e){var t,n,r,i,o,u,s,c,l,f,a,d,h=this,m=h.constructor;if(e=new m(e),!h.d||!e.d)return!h.s||!e.s?e=new m(NaN):h.d?e.s=-e.s:e=new m(e.d||h.s!==e.s?h:NaN),e;if(h.s!=e.s)return e.s=-e.s,h.plus(e);if(l=h.d,d=e.d,s=m.precision,c=m.rounding,!l[0]||!d[0]){if(d[0])e.s=-e.s;else if(l[0])e=new m(h);else return new m(c===3?-0:0);return z?q(e,s,c):e}if(n=We(e.e/G),f=We(h.e/G),l=l.slice(),o=f-n,o){for(a=o<0,a?(t=l,o=-o,u=d.length):(t=d,n=f,u=l.length),r=Math.max(Math.ceil(s/G),u)+2,o>r&&(o=r,t.length=1),t.reverse(),r=o;r--;)t.push(0);t.reverse()}else{for(r=l.length,u=d.length,a=r<u,a&&(u=r),r=0;r<u;r++)if(l[r]!=d[r]){a=l[r]<d[r];break}o=0}for(a&&(t=l,l=d,d=t,e.s=-e.s),u=l.length,r=d.length-u;r>0;--r)l[u++]=0;for(r=d.length;r>o;){if(l[--r]<d[r]){for(i=r;i&&l[--i]===0;)l[i]=Ot-1;--l[i],l[r]+=Ot}l[r]-=d[r]}for(;l[--u]===0;)l.pop();for(;l[0]===0;l.shift())--n;return l[0]?(e.d=l,e.e=wo(l,n),z?q(e,s,c):e):new m(c===3?-0:0)},L.modulo=L.mod=function(e){var t,n=this,r=n.constructor;return e=new r(e),!n.d||!e.s||e.d&&!e.d[0]?new r(NaN):!e.d||n.d&&!n.d[0]?q(new r(n),r.precision,r.rounding):(z=!1,r.modulo==9?(t=pe(n,e.abs(),0,3,1),t.s*=e.s):t=pe(n,e,0,r.modulo,1),t=t.times(e),z=!0,n.minus(t))},L.naturalExponential=L.exp=function(){return Us(this)},L.naturalLogarithm=L.ln=function(){return An(this)},L.negated=L.neg=function(){var e=new this.constructor(this);return e.s=-e.s,q(e)},L.plus=L.add=function(e){var t,n,r,i,o,u,s,c,l,f,a=this,d=a.constructor;if(e=new d(e),!a.d||!e.d)return!a.s||!e.s?e=new d(NaN):a.d||(e=new d(e.d||a.s===e.s?a:NaN)),e;if(a.s!=e.s)return e.s=-e.s,a.minus(e);if(l=a.d,f=e.d,s=d.precision,c=d.rounding,!l[0]||!f[0])return f[0]||(e=new d(a)),z?q(e,s,c):e;if(o=We(a.e/G),r=We(e.e/G),l=l.slice(),i=o-r,i){for(i<0?(n=l,i=-i,u=f.length):(n=f,r=o,u=l.length),o=Math.ceil(s/G),u=o>u?o+1:u+1,i>u&&(i=u,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for(u=l.length,i=f.length,u-i<0&&(i=u,n=f,f=l,l=n),t=0;i;)t=(l[--i]=l[i]+f[i]+t)/Ot|0,l[i]%=Ot;for(t&&(l.unshift(t),++r),u=l.length;l[--u]==0;)l.pop();return e.d=l,e.e=wo(l,r),z?q(e,s,c):e},L.precision=L.sd=function(e){var t,n=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(bn+e);return n.d?(t=ld(n.d),e&&n.e+1>t&&(t=n.e+1)):t=NaN,t},L.round=function(){var e=this,t=e.constructor;return q(new t(e),e.e+1,t.rounding)},L.sine=L.sin=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+G,r.rounding=1,n=Ny(r,md(r,n)),r.precision=e,r.rounding=t,q(Qt>2?n.neg():n,e,t,!0)):new r(NaN)},L.squareRoot=L.sqrt=function(){var e,t,n,r,i,o,u=this,s=u.d,c=u.e,l=u.s,f=u.constructor;if(l!==1||!s||!s[0])return new f(!l||l<0&&(!s||s[0])?NaN:s?u:1/0);for(z=!1,l=Math.sqrt(+u),l==0||l==1/0?(t=ke(s),(t.length+c)%2==0&&(t+="0"),l=Math.sqrt(t),c=We((c+1)/2)-(c<0||c%2),l==1/0?t="5e"+c:(t=l.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),r=new f(t)):r=new f(l.toString()),n=(c=f.precision)+3;;)if(o=r,r=o.plus(pe(u,o,n+2,1)).times(.5),ke(o.d).slice(0,n)===(t=ke(r.d)).slice(0,n))if(t=t.slice(n-3,n+1),t=="9999"||!i&&t=="4999"){if(!i&&(q(o,c+1,0),o.times(o).eq(u))){r=o;break}n+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(q(r,c+1,1),e=!r.times(r).eq(u));break}return z=!0,q(r,c,f.rounding,e)},L.tangent=L.tan=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+10,r.rounding=1,n=n.sin(),n.s=1,n=pe(n,new r(1).minus(n.times(n)).sqrt(),e+10,0),r.precision=e,r.rounding=t,q(Qt==2||Qt==4?n.neg():n,e,t,!0)):new r(NaN)},L.times=L.mul=function(e){var t,n,r,i,o,u,s,c,l,f=this,a=f.constructor,d=f.d,h=(e=new a(e)).d;if(e.s*=f.s,!d||!d[0]||!h||!h[0])return new a(!e.s||d&&!d[0]&&!h||h&&!h[0]&&!d?NaN:!d||!h?e.s/0:e.s*0);for(n=We(f.e/G)+We(e.e/G),c=d.length,l=h.length,c<l&&(o=d,d=h,h=o,u=c,c=l,l=u),o=[],u=c+l,r=u;r--;)o.push(0);for(r=l;--r>=0;){for(t=0,i=c+r;i>r;)s=o[i]+h[r]*d[i-r-1]+t,o[i--]=s%Ot|0,t=s/Ot|0;o[i]=(o[i]+t)%Ot|0}for(;!o[--u];)o.pop();return t?++n:o.shift(),e.d=o,e.e=wo(o,n),z?q(e,a.precision,a.rounding):e},L.toBinary=function(e,t){return js(this,2,e,t)},L.toDecimalPlaces=L.toDP=function(e,t){var n=this,r=n.constructor;return n=new r(n),e===void 0?n:(ot(e,0,En),t===void 0?t=r.rounding:ot(t,0,8),q(n,e+n.e+1,t))},L.toExponential=function(e,t){var n,r=this,i=r.constructor;return e===void 0?n=kt(r,!0):(ot(e,0,En),t===void 0?t=i.rounding:ot(t,0,8),r=q(new i(r),e+1,t),n=kt(r,!0,e+1)),r.isNeg()&&!r.isZero()?"-"+n:n},L.toFixed=function(e,t){var n,r,i=this,o=i.constructor;return e===void 0?n=kt(i):(ot(e,0,En),t===void 0?t=o.rounding:ot(t,0,8),r=q(new o(i),e+i.e+1,t),n=kt(r,!1,e+r.e+1)),i.isNeg()&&!i.isZero()?"-"+n:n},L.toFraction=function(e){var t,n,r,i,o,u,s,c,l,f,a,d,h=this,m=h.d,g=h.constructor;if(!m)return new g(h);if(l=n=new g(1),r=c=new g(0),t=new g(r),o=t.e=ld(m)-h.e-1,u=o%G,t.d[0]=Pe(10,u<0?G+u:u),e==null)e=o>0?t:l;else{if(s=new g(e),!s.isInt()||s.lt(l))throw Error(bn+s);e=s.gt(t)?o>0?t:l:s}for(z=!1,s=new g(ke(m)),f=g.precision,g.precision=o=m.length*G*2;a=pe(s,t,0,1,1),i=n.plus(a.times(r)),i.cmp(e)!=1;)n=r,r=i,i=l,l=c.plus(a.times(i)),c=i,i=t,t=s.minus(a.times(i)),s=i;return i=pe(e.minus(n),r,0,1,1),c=c.plus(i.times(l)),n=n.plus(i.times(r)),c.s=l.s=h.s,d=pe(l,r,o,1).minus(h).abs().cmp(pe(c,n,o,1).minus(h).abs())<1?[l,r]:[c,n],g.precision=f,z=!0,d},L.toHexadecimal=L.toHex=function(e,t){return js(this,16,e,t)},L.toNearest=function(e,t){var n=this,r=n.constructor;if(n=new r(n),e==null){if(!n.d)return n;e=new r(1),t=r.rounding}else{if(e=new r(e),t===void 0?t=r.rounding:ot(t,0,8),!n.d)return e.s?n:e;if(!e.d)return e.s&&(e.s=n.s),e}return e.d[0]?(z=!1,n=pe(n,e,0,t,1).times(e),z=!0,q(n)):(e.s=n.s,n=e),n},L.toNumber=function(){return+this},L.toOctal=function(e,t){return js(this,8,e,t)},L.toPower=L.pow=function(e){var t,n,r,i,o,u,s=this,c=s.constructor,l=+(e=new c(e));if(!s.d||!e.d||!s.d[0]||!e.d[0])return new c(Pe(+s,l));if(s=new c(s),s.eq(1))return s;if(r=c.precision,o=c.rounding,e.eq(1))return q(s,r,o);if(t=We(e.e/G),t>=e.d.length-1&&(n=l<0?-l:l)<=wy)return i=fd(c,s,n,r),e.s<0?new c(1).div(i):q(i,r,o);if(u=s.s,u<0){if(t<e.d.length-1)return new c(NaN);if((e.d[t]&1)==0&&(u=1),s.e==0&&s.d[0]==1&&s.d.length==1)return s.s=u,s}return n=Pe(+s,l),t=n==0||!isFinite(n)?We(l*(Math.log("0."+ke(s.d))/Math.LN10+s.e+1)):new c(n+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?u/0:0):(z=!1,c.rounding=s.s=1,n=Math.min(12,(t+"").length),i=Us(e.times(An(s,r+n)),r),i.d&&(i=q(i,r+5,1),fi(i.d,r,o)&&(t=r+10,i=q(Us(e.times(An(s,t+n)),t),t+5,1),+ke(i.d).slice(r+1,r+15)+1==1e14&&(i=q(i,r+1,0)))),i.s=u,z=!0,c.rounding=o,q(i,r,o))},L.toPrecision=function(e,t){var n,r=this,i=r.constructor;return e===void 0?n=kt(r,r.e<=i.toExpNeg||r.e>=i.toExpPos):(ot(e,1,En),t===void 0?t=i.rounding:ot(t,0,8),r=q(new i(r),e,t),n=kt(r,e<=r.e||r.e<=i.toExpNeg,e)),r.isNeg()&&!r.isZero()?"-"+n:n},L.toSignificantDigits=L.toSD=function(e,t){var n=this,r=n.constructor;return e===void 0?(e=r.precision,t=r.rounding):(ot(e,1,En),t===void 0?t=r.rounding:ot(t,0,8)),q(new r(n),e,t)},L.toString=function(){var e=this,t=e.constructor,n=kt(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+n:n},L.truncated=L.trunc=function(){return q(new this.constructor(this),this.e+1,1)},L.valueOf=L.toJSON=function(){var e=this,t=e.constructor,n=kt(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+n:n};function ke(e){var t,n,r,i=e.length-1,o="",u=e[0];if(i>0){for(o+=u,t=1;t<i;t++)r=e[t]+"",n=G-r.length,n&&(o+=wn(n)),o+=r;u=e[t],r=u+"",n=G-r.length,n&&(o+=wn(n))}else if(u===0)return"0";for(;u%10===0;)u/=10;return o+u}function ot(e,t,n){if(e!==~~e||e<t||e>n)throw Error(bn+e)}function fi(e,t,n,r){var i,o,u,s;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=G,i=0):(i=Math.ceil((t+1)/G),t%=G),o=Pe(10,G-t),s=e[i]%o|0,r==null?t<3?(t==0?s=s/100|0:t==1&&(s=s/10|0),u=n<4&&s==99999||n>3&&s==49999||s==5e4||s==0):u=(n<4&&s+1==o||n>3&&s+1==o/2)&&(e[i+1]/o/100|0)==Pe(10,t-2)-1||(s==o/2||s==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?s=s/1e3|0:t==1?s=s/100|0:t==2&&(s=s/10|0),u=(r||n<4)&&s==9999||!r&&n>3&&s==4999):u=((r||n<4)&&s+1==o||!r&&n>3&&s+1==o/2)&&(e[i+1]/o/1e3|0)==Pe(10,t-3)-1,u}function bo(e,t,n){for(var r,i=[0],o,u=0,s=e.length;u<s;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=xs.indexOf(e.charAt(u++)),r=0;r<i.length;r++)i[r]>n-1&&(i[r+1]===void 0&&(i[r+1]=0),i[r+1]+=i[r]/n|0,i[r]%=n)}return i.reverse()}function Cy(e,t){var n,r,i;if(t.isZero())return t;r=t.d.length,r<32?(n=Math.ceil(r/3),i=(1/Co(4,n)).toString()):(n=16,i="2.3283064365386962890625e-10"),e.precision+=n,t=Br(e,1,t.times(i),new e(1));for(var o=n;o--;){var u=t.times(t);t=u.times(u).minus(u).times(8).plus(1)}return e.precision-=n,t}var pe=function(){function e(r,i,o){var u,s=0,c=r.length;for(r=r.slice();c--;)u=r[c]*i+s,r[c]=u%o|0,s=u/o|0;return s&&r.unshift(s),r}function t(r,i,o,u){var s,c;if(o!=u)c=o>u?1:-1;else for(s=c=0;s<o;s++)if(r[s]!=i[s]){c=r[s]>i[s]?1:-1;break}return c}function n(r,i,o,u){for(var s=0;o--;)r[o]-=s,s=r[o]<i[o]?1:0,r[o]=s*u+r[o]-i[o];for(;!r[0]&&r.length>1;)r.shift()}return function(r,i,o,u,s,c){var l,f,a,d,h,m,g,E,p,y,_,v,w,F,C,M,R,W,U,k,Z=r.constructor,ee=r.s==i.s?1:-1,oe=r.d,X=i.d;if(!oe||!oe[0]||!X||!X[0])return new Z(!r.s||!i.s||(oe?X&&oe[0]==X[0]:!X)?NaN:oe&&oe[0]==0||!X?ee*0:ee/0);for(c?(h=1,f=r.e-i.e):(c=Ot,h=G,f=We(r.e/h)-We(i.e/h)),U=X.length,R=oe.length,p=new Z(ee),y=p.d=[],a=0;X[a]==(oe[a]||0);a++);if(X[a]>(oe[a]||0)&&f--,o==null?(F=o=Z.precision,u=Z.rounding):s?F=o+(r.e-i.e)+1:F=o,F<0)y.push(1),m=!0;else{if(F=F/h+2|0,a=0,U==1){for(d=0,X=X[0],F++;(a<R||d)&&F--;a++)C=d*c+(oe[a]||0),y[a]=C/X|0,d=C%X|0;m=d||a<R}else{for(d=c/(X[0]+1)|0,d>1&&(X=e(X,d,c),oe=e(oe,d,c),U=X.length,R=oe.length),M=U,_=oe.slice(0,U),v=_.length;v<U;)_[v++]=0;k=X.slice(),k.unshift(0),W=X[0],X[1]>=c/2&&++W;do d=0,l=t(X,_,U,v),l<0?(w=_[0],U!=v&&(w=w*c+(_[1]||0)),d=w/W|0,d>1?(d>=c&&(d=c-1),g=e(X,d,c),E=g.length,v=_.length,l=t(g,_,E,v),l==1&&(d--,n(g,U<E?k:X,E,c))):(d==0&&(l=d=1),g=X.slice()),E=g.length,E<v&&g.unshift(0),n(_,g,v,c),l==-1&&(v=_.length,l=t(X,_,U,v),l<1&&(d++,n(_,U<v?k:X,v,c))),v=_.length):l===0&&(d++,_=[0]),y[a++]=d,l&&_[0]?_[v++]=oe[M]||0:(_=[oe[M]],v=1);while((M++<R||_[0]!==void 0)&&F--);m=_[0]!==void 0}y[0]||y.shift()}if(h==1)p.e=f,od=m;else{for(a=1,d=y[0];d>=10;d/=10)a++;p.e=a+f*h-1,q(p,s?o+p.e+1:o,u,m)}return p}}();function q(e,t,n,r){var i,o,u,s,c,l,f,a,d,h=e.constructor;e:if(t!=null){if(a=e.d,!a)return e;for(i=1,s=a[0];s>=10;s/=10)i++;if(o=t-i,o<0)o+=G,u=t,f=a[d=0],c=f/Pe(10,i-u-1)%10|0;else if(d=Math.ceil((o+1)/G),s=a.length,d>=s)if(r){for(;s++<=d;)a.push(0);f=c=0,i=1,o%=G,u=o-G+1}else break e;else{for(f=s=a[d],i=1;s>=10;s/=10)i++;o%=G,u=o-G+i,c=u<0?0:f/Pe(10,i-u-1)%10|0}if(r=r||t<0||a[d+1]!==void 0||(u<0?f:f%Pe(10,i-u-1)),l=n<4?(c||r)&&(n==0||n==(e.s<0?3:2)):c>5||c==5&&(n==4||r||n==6&&(o>0?u>0?f/Pe(10,i-u):0:a[d-1])%10&1||n==(e.s<0?8:7)),t<1||!a[0])return a.length=0,l?(t-=e.e+1,a[0]=Pe(10,(G-t%G)%G),e.e=-t||0):a[0]=e.e=0,e;if(o==0?(a.length=d,s=1,d--):(a.length=d+1,s=Pe(10,G-o),a[d]=u>0?(f/Pe(10,i-u)%Pe(10,u)|0)*s:0),l)for(;;)if(d==0){for(o=1,u=a[0];u>=10;u/=10)o++;for(u=a[0]+=s,s=1;u>=10;u/=10)s++;o!=s&&(e.e++,a[0]==Ot&&(a[0]=1));break}else{if(a[d]+=s,a[d]!=Ot)break;a[d--]=0,s=1}for(o=a.length;a[--o]===0;)a.pop()}return z&&(e.e>h.maxE?(e.d=null,e.e=NaN):e.e<h.minE&&(e.e=0,e.d=[0])),e}function kt(e,t,n){if(!e.isFinite())return pd(e);var r,i=e.e,o=ke(e.d),u=o.length;return t?(n&&(r=n-u)>0?o=o.charAt(0)+"."+o.slice(1)+wn(r):u>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+wn(-i-1)+o,n&&(r=n-u)>0&&(o+=wn(r))):i>=u?(o+=wn(i+1-u),n&&(r=n-i-1)>0&&(o=o+"."+wn(r))):((r=i+1)<u&&(o=o.slice(0,r)+"."+o.slice(r)),n&&(r=n-u)>0&&(i+1===u&&(o+="."),o+=wn(r))),o}function wo(e,t){var n=e[0];for(t*=G;n>=10;n/=10)t++;return t}function Ao(e,t,n){if(t>Ay)throw z=!0,n&&(e.precision=n),Error(ud);return q(new e(vo),t,1,!0)}function It(e,t,n){if(t>$s)throw Error(ud);return q(new e(yo),t,n,!0)}function ld(e){var t=e.length-1,n=t*G+1;if(t=e[t],t){for(;t%10==0;t/=10)n--;for(t=e[0];t>=10;t/=10)n++}return n}function wn(e){for(var t="";e--;)t+="0";return t}function fd(e,t,n,r){var i,o=new e(1),u=Math.ceil(r/G+4);for(z=!1;;){if(n%2&&(o=o.times(t),gd(o.d,u)&&(i=!0)),n=We(n/2),n===0){n=o.d.length-1,i&&o.d[n]===0&&++o.d[n];break}t=t.times(t),gd(t.d,u)}return z=!0,o}function dd(e){return e.d[e.d.length-1]&1}function hd(e,t,n){for(var r,i=new e(t[0]),o=0;++o<t.length;)if(r=new e(t[o]),r.s)i[n](r)&&(i=r);else{i=r;break}return i}function Us(e,t){var n,r,i,o,u,s,c,l=0,f=0,a=0,d=e.constructor,h=d.rounding,m=d.precision;if(!e.d||!e.d[0]||e.e>17)return new d(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(z=!1,c=m):c=t,s=new d(.03125);e.e>-2;)e=e.times(s),a+=5;for(r=Math.log(Pe(2,a))/Math.LN10*2+5|0,c+=r,n=o=u=new d(1),d.precision=c;;){if(o=q(o.times(e),c,1),n=n.times(++f),s=u.plus(pe(o,n,c,1)),ke(s.d).slice(0,c)===ke(u.d).slice(0,c)){for(i=a;i--;)u=q(u.times(u),c,1);if(t==null)if(l<3&&fi(u.d,c-r,h,l))d.precision=c+=10,n=o=s=new d(1),f=0,l++;else return q(u,d.precision=m,h,z=!0);else return d.precision=m,u}u=s}}function An(e,t){var n,r,i,o,u,s,c,l,f,a,d,h=1,m=10,g=e,E=g.d,p=g.constructor,y=p.rounding,_=p.precision;if(g.s<0||!E||!E[0]||!g.e&&E[0]==1&&E.length==1)return new p(E&&!E[0]?-1/0:g.s!=1?NaN:E?0:g);if(t==null?(z=!1,f=_):f=t,p.precision=f+=m,n=ke(E),r=n.charAt(0),Math.abs(o=g.e)<15e14){for(;r<7&&r!=1||r==1&&n.charAt(1)>3;)g=g.times(e),n=ke(g.d),r=n.charAt(0),h++;o=g.e,r>1?(g=new p("0."+n),o++):g=new p(r+"."+n.slice(1))}else return l=Ao(p,f+2,_).times(o+""),g=An(new p(r+"."+n.slice(1)),f-m).plus(l),p.precision=_,t==null?q(g,_,y,z=!0):g;for(a=g,c=u=g=pe(g.minus(1),g.plus(1),f,1),d=q(g.times(g),f,1),i=3;;){if(u=q(u.times(d),f,1),l=c.plus(pe(u,new p(i),f,1)),ke(l.d).slice(0,f)===ke(c.d).slice(0,f))if(c=c.times(2),o!==0&&(c=c.plus(Ao(p,f+2,_).times(o+""))),c=pe(c,new p(h),f,1),t==null)if(fi(c.d,f-m,y,s))p.precision=f+=m,l=u=g=pe(a.minus(1),a.plus(1),f,1),d=q(g.times(g),f,1),i=s=1;else return q(c,p.precision=_,y,z=!0);else return p.precision=_,c;c=l,i+=2}}function pd(e){return String(e.s*e.s/0)}function Vs(e,t){var n,r,i;for((n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),r=0;t.charCodeAt(r)===48;r++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(r,i),t){if(i-=r,e.e=n=n-r-1,e.d=[],r=(n+1)%G,n<0&&(r+=G),r<i){for(r&&e.d.push(+t.slice(0,r)),i-=G;r<i;)e.d.push(+t.slice(r,r+=G));t=t.slice(r),r=G-t.length}else r-=i;for(;r--;)t+="0";e.d.push(+t),z&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function Fy(e,t){var n,r,i,o,u,s,c,l,f;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),cd.test(t))return Vs(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(Ey.test(t))n=16,t=t.toLowerCase();else if(yy.test(t))n=2;else if(by.test(t))n=8;else throw Error(bn+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),u=o>=0,r=e.constructor,u&&(t=t.replace(".",""),s=t.length,o=s-o,i=fd(r,new r(n),o,o*2)),l=bo(t,n,Ot),f=l.length-1,o=f;l[o]===0;--o)l.pop();return o<0?new r(e.s*0):(e.e=wo(l,f),e.d=l,z=!1,u&&(e=pe(e,i,s*4)),c&&(e=e.times(Math.abs(c)<54?Pe(2,c):Lr.pow(2,c))),z=!0,e)}function Ny(e,t){var n,r=t.d.length;if(r<3)return t.isZero()?t:Br(e,2,t,t);n=1.4*Math.sqrt(r),n=n>16?16:n|0,t=t.times(1/Co(5,n)),t=Br(e,2,t,t);for(var i,o=new e(5),u=new e(16),s=new e(20);n--;)i=t.times(t),t=t.times(o.plus(i.times(u.times(i).minus(s))));return t}function Br(e,t,n,r,i){var o,u,s,c,l=e.precision,f=Math.ceil(l/G);for(z=!1,c=n.times(n),s=new e(r);;){if(u=pe(s.times(c),new e(t++*t++),l,1),s=i?r.plus(u):r.minus(u),r=pe(u.times(c),new e(t++*t++),l,1),u=s.plus(r),u.d[f]!==void 0){for(o=f;u.d[o]===s.d[o]&&o--;);if(o==-1)break}o=s,s=r,r=u,u=o}return z=!0,u.d.length=f+1,u}function Co(e,t){for(var n=e;--t;)n*=e;return n}function md(e,t){var n,r=t.s<0,i=It(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return Qt=r?4:1,t;if(n=t.divToInt(i),n.isZero())Qt=r?3:2;else{if(t=t.minus(n.times(i)),t.lte(o))return Qt=dd(n)?r?2:3:r?4:1,t;Qt=dd(n)?r?1:4:r?3:2}return t.minus(i).abs()}function js(e,t,n,r){var i,o,u,s,c,l,f,a,d,h=e.constructor,m=n!==void 0;if(m?(ot(n,1,En),r===void 0?r=h.rounding:ot(r,0,8)):(n=h.precision,r=h.rounding),!e.isFinite())f=pd(e);else{for(f=kt(e),u=f.indexOf("."),m?(i=2,t==16?n=n*4-3:t==8&&(n=n*3-2)):i=t,u>=0&&(f=f.replace(".",""),d=new h(1),d.e=f.length-u,d.d=bo(kt(d),10,i),d.e=d.d.length),a=bo(f,10,i),o=c=a.length;a[--c]==0;)a.pop();if(!a[0])f=m?"0p+0":"0";else{if(u<0?o--:(e=new h(e),e.d=a,e.e=o,e=pe(e,d,n,r,0,i),a=e.d,o=e.e,l=od),u=a[n],s=i/2,l=l||a[n+1]!==void 0,l=r<4?(u!==void 0||l)&&(r===0||r===(e.s<0?3:2)):u>s||u===s&&(r===4||l||r===6&&a[n-1]&1||r===(e.s<0?8:7)),a.length=n,l)for(;++a[--n]>i-1;)a[n]=0,n||(++o,a.unshift(1));for(c=a.length;!a[c-1];--c);for(u=0,f="";u<c;u++)f+=xs.charAt(a[u]);if(m){if(c>1)if(t==16||t==8){for(u=t==16?4:3,--c;c%u;c++)f+="0";for(a=bo(f,i,t),c=a.length;!a[c-1];--c);for(u=1,f="1.";u<c;u++)f+=xs.charAt(a[u])}else f=f.charAt(0)+"."+f.slice(1);f=f+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)f="0"+f;f="0."+f}else if(++o>c)for(o-=c;o--;)f+="0";else o<c&&(f=f.slice(0,o)+"."+f.slice(o))}f=(t==16?"0x":t==2?"0b":t==8?"0o":"")+f}return e.s<0?"-"+f:f}function gd(e,t){if(e.length>t)return e.length=t,!0}function Oy(e){return new this(e).abs()}function Iy(e){return new this(e).acos()}function Sy(e){return new this(e).acosh()}function Ty(e,t){return new this(e).plus(t)}function My(e){return new this(e).asin()}function Ry(e){return new this(e).asinh()}function By(e){return new this(e).atan()}function Ly(e){return new this(e).atanh()}function Py(e,t){e=new this(e),t=new this(t);var n,r=this.precision,i=this.rounding,o=r+4;return!e.s||!t.s?n=new this(NaN):!e.d&&!t.d?(n=It(this,o,1).times(t.s>0?.25:.75),n.s=e.s):!t.d||e.isZero()?(n=t.s<0?It(this,r,i):new this(0),n.s=e.s):!e.d||t.isZero()?(n=It(this,o,1).times(.5),n.s=e.s):t.s<0?(this.precision=o,this.rounding=1,n=this.atan(pe(e,t,o,1)),t=It(this,o,1),this.precision=r,this.rounding=i,n=e.s<0?n.minus(t):n.plus(t)):n=this.atan(pe(e,t,o,1)),n}function xy(e){return new this(e).cbrt()}function ky(e){return q(e=new this(e),e.e+1,2)}function $y(e,t,n){return new this(e).clamp(t,n)}function Uy(e){if(!e||typeof e!="object")throw Error(Eo+"Object expected");var t,n,r,i=e.defaults===!0,o=["precision",1,En,"rounding",0,8,"toExpNeg",-Rr,0,"toExpPos",0,Rr,"maxE",0,Rr,"minE",-Rr,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(n=o[t],i&&(this[n]=ks[n]),(r=e[n])!==void 0)if(We(r)===r&&r>=o[t+1]&&r<=o[t+2])this[n]=r;else throw Error(bn+n+": "+r);if(n="crypto",i&&(this[n]=ks[n]),(r=e[n])!==void 0)if(r===!0||r===!1||r===0||r===1)if(r)if(typeof crypto!="undefined"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[n]=!0;else throw Error(sd);else this[n]=!1;else throw Error(bn+n+": "+r);return this}function Vy(e){return new this(e).cos()}function jy(e){return new this(e).cosh()}function _d(e){var t,n,r;function i(o){var u,s,c,l=this;if(!(l instanceof i))return new i(o);if(l.constructor=i,Dd(o)){l.s=o.s,z?!o.d||o.e>i.maxE?(l.e=NaN,l.d=null):o.e<i.minE?(l.e=0,l.d=[0]):(l.e=o.e,l.d=o.d.slice()):(l.e=o.e,l.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){l.s=1/o<0?-1:1,l.e=0,l.d=[0];return}if(o<0?(o=-o,l.s=-1):l.s=1,o===~~o&&o<1e7){for(u=0,s=o;s>=10;s/=10)u++;z?u>i.maxE?(l.e=NaN,l.d=null):u<i.minE?(l.e=0,l.d=[0]):(l.e=u,l.d=[o]):(l.e=u,l.d=[o]);return}else if(o*0!==0){o||(l.s=NaN),l.e=NaN,l.d=null;return}return Vs(l,o.toString())}else if(c!=="string")throw Error(bn+o);return(s=o.charCodeAt(0))===45?(o=o.slice(1),l.s=-1):(s===43&&(o=o.slice(1)),l.s=1),cd.test(o)?Vs(l,o):Fy(l,o)}if(i.prototype=L,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=Uy,i.clone=_d,i.isDecimal=Dd,i.abs=Oy,i.acos=Iy,i.acosh=Sy,i.add=Ty,i.asin=My,i.asinh=Ry,i.atan=By,i.atanh=Ly,i.atan2=Py,i.cbrt=xy,i.ceil=ky,i.clamp=$y,i.cos=Vy,i.cosh=jy,i.div=Hy,i.exp=Wy,i.floor=qy,i.hypot=Gy,i.ln=Ky,i.log=Xy,i.log10=zy,i.log2=Jy,i.max=Zy,i.min=Qy,i.mod=Yy,i.mul=e1,i.pow=t1,i.random=n1,i.round=r1,i.sign=i1,i.sin=o1,i.sinh=u1,i.sqrt=s1,i.sub=a1,i.sum=c1,i.tan=l1,i.tanh=f1,i.trunc=d1,e===void 0&&(e={}),e&&e.defaults!==!0)for(r=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<r.length;)e.hasOwnProperty(n=r[t++])||(e[n]=this[n]);return i.config(e),i}function Hy(e,t){return new this(e).div(t)}function Wy(e){return new this(e).exp()}function qy(e){return q(e=new this(e),e.e+1,3)}function Gy(){var e,t,n=new this(0);for(z=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)n.d&&(n=n.plus(t.times(t)));else{if(t.s)return z=!0,new this(1/0);n=t}return z=!0,n.sqrt()}function Dd(e){return e instanceof Lr||e&&e.toStringTag===ad||!1}function Ky(e){return new this(e).ln()}function Xy(e,t){return new this(e).log(t)}function Jy(e){return new this(e).log(2)}function zy(e){return new this(e).log(10)}function Zy(){return hd(this,arguments,"lt")}function Qy(){return hd(this,arguments,"gt")}function Yy(e,t){return new this(e).mod(t)}function e1(e,t){return new this(e).mul(t)}function t1(e,t){return new this(e).pow(t)}function n1(e){var t,n,r,i,o=0,u=new this(1),s=[];if(e===void 0?e=this.precision:ot(e,1,En),r=Math.ceil(e/G),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(r));o<r;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:s[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(r*=4);o<r;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(s.push(i%1e7),o+=4);o=r/4}else throw Error(sd);else for(;o<r;)s[o++]=Math.random()*1e7|0;for(r=s[--o],e%=G,r&&e&&(i=Pe(10,G-e),s[o]=(r/i|0)*i);s[o]===0;o--)s.pop();if(o<0)n=0,s=[0];else{for(n=-1;s[0]===0;n-=G)s.shift();for(r=1,i=s[0];i>=10;i/=10)r++;r<G&&(n-=G-r)}return u.e=n,u.d=s,u}function r1(e){return q(e=new this(e),e.e+1,this.rounding)}function i1(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function o1(e){return new this(e).sin()}function u1(e){return new this(e).sinh()}function s1(e){return new this(e).sqrt()}function a1(e,t){return new this(e).sub(t)}function c1(){var e=0,t=arguments,n=new this(t[e]);for(z=!1;n.s&&++e<t.length;)n=n.plus(t[e]);return z=!0,q(n,this.precision,this.rounding)}function l1(e){return new this(e).tan()}function f1(e){return new this(e).tanh()}function d1(e){return q(e=new this(e),e.e+1,1)}L[Symbol.for("nodejs.util.inspect.custom")]=L.toString,L[Symbol.toStringTag]="Decimal";var Lr=L.constructor=_d(ks);vo=new Lr(vo),yo=new Lr(yo);var h1="BigNumber",p1=["?on","config"],m1=it(h1,p1,e=>{var{on:t,config:n}=e,r=Lr.clone({precision:n.precision,modulo:Lr.EUCLID});return r.prototype=Object.create(r.prototype),r.prototype.type="BigNumber",r.prototype.isBigNumber=!0,r.prototype.toJSON=function(){return{mathjs:"BigNumber",value:this.toString()}},r.fromJSON=function(i){return new r(i.value)},t&&t("config",function(i,o){i.precision!==o.precision&&r.config({precision:i.precision})}),r},{isClass:!0}),vd={exports:{}};/**
59
+ */var Lr=9e15,Cn=1e9,Hs="0123456789abcdef",Eo="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",bo="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Ws={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Lr,maxE:Lr,crypto:!1},rd,tn,z=!0,wo="[DecimalError] ",Fn=wo+"Invalid argument: ",id=wo+"Precision limit exceeded",od=wo+"crypto unavailable",ud="[object Decimal]",qe=Math.floor,xe=Math.pow,gy=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,_y=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,Dy=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,sd=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Mt=1e7,G=7,vy=9007199254740991,yy=Eo.length-1,qs=bo.length-1,L={toStringTag:ud};L.absoluteValue=L.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),H(e)},L.ceil=function(){return H(new this.constructor(this),this.e+1,2)},L.clampedTo=L.clamp=function(e,t){var n,r=this,i=r.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(Fn+t);return n=r.cmp(e),n<0?e:r.cmp(t)>0?t:new i(r)},L.comparedTo=L.cmp=function(e){var t,n,r,i,o=this,u=o.d,s=(e=new o.constructor(e)).d,c=o.s,f=e.s;if(!u||!s)return!c||!f?NaN:c!==f?c:u===s?0:!u^c<0?1:-1;if(!u[0]||!s[0])return u[0]?c:s[0]?-f:0;if(c!==f)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(r=u.length,i=s.length,t=0,n=r<i?r:i;t<n;++t)if(u[t]!==s[t])return u[t]>s[t]^c<0?1:-1;return r===i?0:r>i^c<0?1:-1},L.cosine=L.cos=function(){var e,t,n=this,r=n.constructor;return n.d?n.d[0]?(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+G,r.rounding=1,n=Ey(r,hd(r,n)),r.precision=e,r.rounding=t,H(tn==2||tn==3?n.neg():n,e,t,!0)):new r(1):new r(NaN)},L.cubeRoot=L.cbrt=function(){var e,t,n,r,i,o,u,s,c,f,l=this,a=l.constructor;if(!l.isFinite()||l.isZero())return new a(l);for(z=!1,o=l.s*xe(l.s*l,1/3),!o||Math.abs(o)==1/0?(n=Ue(l.d),e=l.e,(o=(e-n.length+1)%3)&&(n+=o==1||o==-2?"0":"00"),o=xe(n,1/3),e=qe((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?n="5e"+e:(n=o.toExponential(),n=n.slice(0,n.indexOf("e")+1)+e),r=new a(n),r.s=l.s):r=new a(o.toString()),u=(e=a.precision)+3;;)if(s=r,c=s.times(s).times(s),f=c.plus(l),r=me(f.plus(l).times(s),f.plus(c),u+2,1),Ue(s.d).slice(0,u)===(n=Ue(r.d)).slice(0,u))if(n=n.slice(u-3,u+1),n=="9999"||!i&&n=="4999"){if(!i&&(H(s,e+1,0),s.times(s).times(s).eq(l))){r=s;break}u+=4,i=1}else{(!+n||!+n.slice(1)&&n.charAt(0)=="5")&&(H(r,e+1,1),t=!r.times(r).times(r).eq(l));break}return z=!0,H(r,e,a.rounding,t)},L.decimalPlaces=L.dp=function(){var e,t=this.d,n=NaN;if(t){if(e=t.length-1,n=(e-qe(this.e/G))*G,e=t[e],e)for(;e%10==0;e/=10)n--;n<0&&(n=0)}return n},L.dividedBy=L.div=function(e){return me(this,new this.constructor(e))},L.dividedToIntegerBy=L.divToInt=function(e){var t=this,n=t.constructor;return H(me(t,new n(e),0,1,1),n.precision,n.rounding)},L.equals=L.eq=function(e){return this.cmp(e)===0},L.floor=function(){return H(new this.constructor(this),this.e+1,3)},L.greaterThan=L.gt=function(e){return this.cmp(e)>0},L.greaterThanOrEqualTo=L.gte=function(e){var t=this.cmp(e);return t==1||t===0},L.hyperbolicCosine=L.cosh=function(){var e,t,n,r,i,o=this,u=o.constructor,s=new u(1);if(!o.isFinite())return new u(o.s?1/0:NaN);if(o.isZero())return s;n=u.precision,r=u.rounding,u.precision=n+Math.max(o.e,o.sd())+4,u.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/No(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=Pr(u,1,o.times(t),new u(1),!0);for(var c,f=e,l=new u(8);f--;)c=o.times(o),o=s.minus(c.times(l.minus(c.times(l))));return H(o,u.precision=n,u.rounding=r,!0)},L.hyperbolicSine=L.sinh=function(){var e,t,n,r,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,n=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,r=i.d.length,r<3)i=Pr(o,2,i,i,!0);else{e=1.4*Math.sqrt(r),e=e>16?16:e|0,i=i.times(1/No(5,e)),i=Pr(o,2,i,i,!0);for(var u,s=new o(5),c=new o(16),f=new o(20);e--;)u=i.times(i),i=i.times(s.plus(u.times(c.times(u).plus(f))))}return o.precision=t,o.rounding=n,H(i,t,n,!0)},L.hyperbolicTangent=L.tanh=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+7,r.rounding=1,me(n.sinh(),n.cosh(),r.precision=e,r.rounding=t)):new r(n.s)},L.inverseCosine=L.acos=function(){var e,t=this,n=t.constructor,r=t.abs().cmp(1),i=n.precision,o=n.rounding;return r!==-1?r===0?t.isNeg()?Rt(n,i,o):new n(0):new n(NaN):t.isZero()?Rt(n,i+4,o).times(.5):(n.precision=i+6,n.rounding=1,t=t.asin(),e=Rt(n,i+4,o).times(.5),n.precision=i,n.rounding=o,e.minus(t))},L.inverseHyperbolicCosine=L.acosh=function(){var e,t,n=this,r=n.constructor;return n.lte(1)?new r(n.eq(1)?0:NaN):n.isFinite()?(e=r.precision,t=r.rounding,r.precision=e+Math.max(Math.abs(n.e),n.sd())+4,r.rounding=1,z=!1,n=n.times(n).minus(1).sqrt().plus(n),z=!0,r.precision=e,r.rounding=t,n.ln()):new r(n)},L.inverseHyperbolicSine=L.asinh=function(){var e,t,n=this,r=n.constructor;return!n.isFinite()||n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+2*Math.max(Math.abs(n.e),n.sd())+6,r.rounding=1,z=!1,n=n.times(n).plus(1).sqrt().plus(n),z=!0,r.precision=e,r.rounding=t,n.ln())},L.inverseHyperbolicTangent=L.atanh=function(){var e,t,n,r,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,r=i.sd(),Math.max(r,e)<2*-i.e-1?H(new o(i),e,t,!0):(o.precision=n=r-i.e,i=me(i.plus(1),new o(1).minus(i),n+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)},L.inverseSine=L.asin=function(){var e,t,n,r,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),n=o.precision,r=o.rounding,t!==-1?t===0?(e=Rt(o,n+4,r).times(.5),e.s=i.s,e):new o(NaN):(o.precision=n+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=n,o.rounding=r,i.times(2)))},L.inverseTangent=L.atan=function(){var e,t,n,r,i,o,u,s,c,f=this,l=f.constructor,a=l.precision,d=l.rounding;if(f.isFinite()){if(f.isZero())return new l(f);if(f.abs().eq(1)&&a+4<=qs)return u=Rt(l,a+4,d).times(.25),u.s=f.s,u}else{if(!f.s)return new l(NaN);if(a+4<=qs)return u=Rt(l,a+4,d).times(.5),u.s=f.s,u}for(l.precision=s=a+10,l.rounding=1,n=Math.min(28,s/G+2|0),e=n;e;--e)f=f.div(f.times(f).plus(1).sqrt().plus(1));for(z=!1,t=Math.ceil(s/G),r=1,c=f.times(f),u=new l(f),i=f;e!==-1;)if(i=i.times(c),o=u.minus(i.div(r+=2)),i=i.times(c),u=o.plus(i.div(r+=2)),u.d[t]!==void 0)for(e=t;u.d[e]===o.d[e]&&e--;);return n&&(u=u.times(2<<n-1)),z=!0,H(u,l.precision=a,l.rounding=d,!0)},L.isFinite=function(){return!!this.d},L.isInteger=L.isInt=function(){return!!this.d&&qe(this.e/G)>this.d.length-2},L.isNaN=function(){return!this.s},L.isNegative=L.isNeg=function(){return this.s<0},L.isPositive=L.isPos=function(){return this.s>0},L.isZero=function(){return!!this.d&&this.d[0]===0},L.lessThan=L.lt=function(e){return this.cmp(e)<0},L.lessThanOrEqualTo=L.lte=function(e){return this.cmp(e)<1},L.logarithm=L.log=function(e){var t,n,r,i,o,u,s,c,f=this,l=f.constructor,a=l.precision,d=l.rounding,h=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),n=e.d,e.s<0||!n||!n[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(n=f.d,f.s<0||!n||!n[0]||f.eq(1))return new l(n&&!n[0]?-1/0:f.s!=1?NaN:n?0:1/0);if(t)if(n.length>1)o=!0;else{for(i=n[0];i%10===0;)i/=10;o=i!==1}if(z=!1,s=a+h,u=On(f,s),r=t?Fo(l,s+10):On(e,s),c=me(u,r,s,1),pi(c.d,i=a,d))do if(s+=10,u=On(f,s),r=t?Fo(l,s+10):On(e,s),c=me(u,r,s,1),!o){+Ue(c.d).slice(i+1,i+15)+1==1e14&&(c=H(c,a+1,0));break}while(pi(c.d,i+=10,d));return z=!0,H(c,a,d)},L.minus=L.sub=function(e){var t,n,r,i,o,u,s,c,f,l,a,d,h=this,p=h.constructor;if(e=new p(e),!h.d||!e.d)return!h.s||!e.s?e=new p(NaN):h.d?e.s=-e.s:e=new p(e.d||h.s!==e.s?h:NaN),e;if(h.s!=e.s)return e.s=-e.s,h.plus(e);if(f=h.d,d=e.d,s=p.precision,c=p.rounding,!f[0]||!d[0]){if(d[0])e.s=-e.s;else if(f[0])e=new p(h);else return new p(c===3?-0:0);return z?H(e,s,c):e}if(n=qe(e.e/G),l=qe(h.e/G),f=f.slice(),o=l-n,o){for(a=o<0,a?(t=f,o=-o,u=d.length):(t=d,n=l,u=f.length),r=Math.max(Math.ceil(s/G),u)+2,o>r&&(o=r,t.length=1),t.reverse(),r=o;r--;)t.push(0);t.reverse()}else{for(r=f.length,u=d.length,a=r<u,a&&(u=r),r=0;r<u;r++)if(f[r]!=d[r]){a=f[r]<d[r];break}o=0}for(a&&(t=f,f=d,d=t,e.s=-e.s),u=f.length,r=d.length-u;r>0;--r)f[u++]=0;for(r=d.length;r>o;){if(f[--r]<d[r]){for(i=r;i&&f[--i]===0;)f[i]=Mt-1;--f[i],f[r]+=Mt}f[r]-=d[r]}for(;f[--u]===0;)f.pop();for(;f[0]===0;f.shift())--n;return f[0]?(e.d=f,e.e=Co(f,n),z?H(e,s,c):e):new p(c===3?-0:0)},L.modulo=L.mod=function(e){var t,n=this,r=n.constructor;return e=new r(e),!n.d||!e.s||e.d&&!e.d[0]?new r(NaN):!e.d||n.d&&!n.d[0]?H(new r(n),r.precision,r.rounding):(z=!1,r.modulo==9?(t=me(n,e.abs(),0,3,1),t.s*=e.s):t=me(n,e,0,r.modulo,1),t=t.times(e),z=!0,n.minus(t))},L.naturalExponential=L.exp=function(){return Gs(this)},L.naturalLogarithm=L.ln=function(){return On(this)},L.negated=L.neg=function(){var e=new this.constructor(this);return e.s=-e.s,H(e)},L.plus=L.add=function(e){var t,n,r,i,o,u,s,c,f,l,a=this,d=a.constructor;if(e=new d(e),!a.d||!e.d)return!a.s||!e.s?e=new d(NaN):a.d||(e=new d(e.d||a.s===e.s?a:NaN)),e;if(a.s!=e.s)return e.s=-e.s,a.minus(e);if(f=a.d,l=e.d,s=d.precision,c=d.rounding,!f[0]||!l[0])return l[0]||(e=new d(a)),z?H(e,s,c):e;if(o=qe(a.e/G),r=qe(e.e/G),f=f.slice(),i=o-r,i){for(i<0?(n=f,i=-i,u=l.length):(n=l,r=o,u=f.length),o=Math.ceil(s/G),u=o>u?o+1:u+1,i>u&&(i=u,n.length=1),n.reverse();i--;)n.push(0);n.reverse()}for(u=f.length,i=l.length,u-i<0&&(i=u,n=l,l=f,f=n),t=0;i;)t=(f[--i]=f[i]+l[i]+t)/Mt|0,f[i]%=Mt;for(t&&(f.unshift(t),++r),u=f.length;f[--u]==0;)f.pop();return e.d=f,e.e=Co(f,r),z?H(e,s,c):e},L.precision=L.sd=function(e){var t,n=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Fn+e);return n.d?(t=ad(n.d),e&&n.e+1>t&&(t=n.e+1)):t=NaN,t},L.round=function(){var e=this,t=e.constructor;return H(new t(e),e.e+1,t.rounding)},L.sine=L.sin=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+Math.max(n.e,n.sd())+G,r.rounding=1,n=wy(r,hd(r,n)),r.precision=e,r.rounding=t,H(tn>2?n.neg():n,e,t,!0)):new r(NaN)},L.squareRoot=L.sqrt=function(){var e,t,n,r,i,o,u=this,s=u.d,c=u.e,f=u.s,l=u.constructor;if(f!==1||!s||!s[0])return new l(!f||f<0&&(!s||s[0])?NaN:s?u:1/0);for(z=!1,f=Math.sqrt(+u),f==0||f==1/0?(t=Ue(s),(t.length+c)%2==0&&(t+="0"),f=Math.sqrt(t),c=qe((c+1)/2)-(c<0||c%2),f==1/0?t="5e"+c:(t=f.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),r=new l(t)):r=new l(f.toString()),n=(c=l.precision)+3;;)if(o=r,r=o.plus(me(u,o,n+2,1)).times(.5),Ue(o.d).slice(0,n)===(t=Ue(r.d)).slice(0,n))if(t=t.slice(n-3,n+1),t=="9999"||!i&&t=="4999"){if(!i&&(H(o,c+1,0),o.times(o).eq(u))){r=o;break}n+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(H(r,c+1,1),e=!r.times(r).eq(u));break}return z=!0,H(r,c,l.rounding,e)},L.tangent=L.tan=function(){var e,t,n=this,r=n.constructor;return n.isFinite()?n.isZero()?new r(n):(e=r.precision,t=r.rounding,r.precision=e+10,r.rounding=1,n=n.sin(),n.s=1,n=me(n,new r(1).minus(n.times(n)).sqrt(),e+10,0),r.precision=e,r.rounding=t,H(tn==2||tn==4?n.neg():n,e,t,!0)):new r(NaN)},L.times=L.mul=function(e){var t,n,r,i,o,u,s,c,f,l=this,a=l.constructor,d=l.d,h=(e=new a(e)).d;if(e.s*=l.s,!d||!d[0]||!h||!h[0])return new a(!e.s||d&&!d[0]&&!h||h&&!h[0]&&!d?NaN:!d||!h?e.s/0:e.s*0);for(n=qe(l.e/G)+qe(e.e/G),c=d.length,f=h.length,c<f&&(o=d,d=h,h=o,u=c,c=f,f=u),o=[],u=c+f,r=u;r--;)o.push(0);for(r=f;--r>=0;){for(t=0,i=c+r;i>r;)s=o[i]+h[r]*d[i-r-1]+t,o[i--]=s%Mt|0,t=s/Mt|0;o[i]=(o[i]+t)%Mt|0}for(;!o[--u];)o.pop();return t?++n:o.shift(),e.d=o,e.e=Co(o,n),z?H(e,a.precision,a.rounding):e},L.toBinary=function(e,t){return Xs(this,2,e,t)},L.toDecimalPlaces=L.toDP=function(e,t){var n=this,r=n.constructor;return n=new r(n),e===void 0?n:(at(e,0,Cn),t===void 0?t=r.rounding:at(t,0,8),H(n,e+n.e+1,t))},L.toExponential=function(e,t){var n,r=this,i=r.constructor;return e===void 0?n=jt(r,!0):(at(e,0,Cn),t===void 0?t=i.rounding:at(t,0,8),r=H(new i(r),e+1,t),n=jt(r,!0,e+1)),r.isNeg()&&!r.isZero()?"-"+n:n},L.toFixed=function(e,t){var n,r,i=this,o=i.constructor;return e===void 0?n=jt(i):(at(e,0,Cn),t===void 0?t=o.rounding:at(t,0,8),r=H(new o(i),e+i.e+1,t),n=jt(r,!1,e+r.e+1)),i.isNeg()&&!i.isZero()?"-"+n:n},L.toFraction=function(e){var t,n,r,i,o,u,s,c,f,l,a,d,h=this,p=h.d,g=h.constructor;if(!p)return new g(h);if(f=n=new g(1),r=c=new g(0),t=new g(r),o=t.e=ad(p)-h.e-1,u=o%G,t.d[0]=xe(10,u<0?G+u:u),e==null)e=o>0?t:f;else{if(s=new g(e),!s.isInt()||s.lt(f))throw Error(Fn+s);e=s.gt(t)?o>0?t:f:s}for(z=!1,s=new g(Ue(p)),l=g.precision,g.precision=o=p.length*G*2;a=me(s,t,0,1,1),i=n.plus(a.times(r)),i.cmp(e)!=1;)n=r,r=i,i=f,f=c.plus(a.times(i)),c=i,i=t,t=s.minus(a.times(i)),s=i;return i=me(e.minus(n),r,0,1,1),c=c.plus(i.times(f)),n=n.plus(i.times(r)),c.s=f.s=h.s,d=me(f,r,o,1).minus(h).abs().cmp(me(c,n,o,1).minus(h).abs())<1?[f,r]:[c,n],g.precision=l,z=!0,d},L.toHexadecimal=L.toHex=function(e,t){return Xs(this,16,e,t)},L.toNearest=function(e,t){var n=this,r=n.constructor;if(n=new r(n),e==null){if(!n.d)return n;e=new r(1),t=r.rounding}else{if(e=new r(e),t===void 0?t=r.rounding:at(t,0,8),!n.d)return e.s?n:e;if(!e.d)return e.s&&(e.s=n.s),e}return e.d[0]?(z=!1,n=me(n,e,0,t,1).times(e),z=!0,H(n)):(e.s=n.s,n=e),n},L.toNumber=function(){return+this},L.toOctal=function(e,t){return Xs(this,8,e,t)},L.toPower=L.pow=function(e){var t,n,r,i,o,u,s=this,c=s.constructor,f=+(e=new c(e));if(!s.d||!e.d||!s.d[0]||!e.d[0])return new c(xe(+s,f));if(s=new c(s),s.eq(1))return s;if(r=c.precision,o=c.rounding,e.eq(1))return H(s,r,o);if(t=qe(e.e/G),t>=e.d.length-1&&(n=f<0?-f:f)<=vy)return i=cd(c,s,n,r),e.s<0?new c(1).div(i):H(i,r,o);if(u=s.s,u<0){if(t<e.d.length-1)return new c(NaN);if((e.d[t]&1)==0&&(u=1),s.e==0&&s.d[0]==1&&s.d.length==1)return s.s=u,s}return n=xe(+s,f),t=n==0||!isFinite(n)?qe(f*(Math.log("0."+Ue(s.d))/Math.LN10+s.e+1)):new c(n+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?u/0:0):(z=!1,c.rounding=s.s=1,n=Math.min(12,(t+"").length),i=Gs(e.times(On(s,r+n)),r),i.d&&(i=H(i,r+5,1),pi(i.d,r,o)&&(t=r+10,i=H(Gs(e.times(On(s,t+n)),t),t+5,1),+Ue(i.d).slice(r+1,r+15)+1==1e14&&(i=H(i,r+1,0)))),i.s=u,z=!0,c.rounding=o,H(i,r,o))},L.toPrecision=function(e,t){var n,r=this,i=r.constructor;return e===void 0?n=jt(r,r.e<=i.toExpNeg||r.e>=i.toExpPos):(at(e,1,Cn),t===void 0?t=i.rounding:at(t,0,8),r=H(new i(r),e,t),n=jt(r,e<=r.e||r.e<=i.toExpNeg,e)),r.isNeg()&&!r.isZero()?"-"+n:n},L.toSignificantDigits=L.toSD=function(e,t){var n=this,r=n.constructor;return e===void 0?(e=r.precision,t=r.rounding):(at(e,1,Cn),t===void 0?t=r.rounding:at(t,0,8)),H(new r(n),e,t)},L.toString=function(){var e=this,t=e.constructor,n=jt(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+n:n},L.truncated=L.trunc=function(){return H(new this.constructor(this),this.e+1,1)},L.valueOf=L.toJSON=function(){var e=this,t=e.constructor,n=jt(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+n:n};function Ue(e){var t,n,r,i=e.length-1,o="",u=e[0];if(i>0){for(o+=u,t=1;t<i;t++)r=e[t]+"",n=G-r.length,n&&(o+=Nn(n)),o+=r;u=e[t],r=u+"",n=G-r.length,n&&(o+=Nn(n))}else if(u===0)return"0";for(;u%10===0;)u/=10;return o+u}function at(e,t,n){if(e!==~~e||e<t||e>n)throw Error(Fn+e)}function pi(e,t,n,r){var i,o,u,s;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=G,i=0):(i=Math.ceil((t+1)/G),t%=G),o=xe(10,G-t),s=e[i]%o|0,r==null?t<3?(t==0?s=s/100|0:t==1&&(s=s/10|0),u=n<4&&s==99999||n>3&&s==49999||s==5e4||s==0):u=(n<4&&s+1==o||n>3&&s+1==o/2)&&(e[i+1]/o/100|0)==xe(10,t-2)-1||(s==o/2||s==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?s=s/1e3|0:t==1?s=s/100|0:t==2&&(s=s/10|0),u=(r||n<4)&&s==9999||!r&&n>3&&s==4999):u=((r||n<4)&&s+1==o||!r&&n>3&&s+1==o/2)&&(e[i+1]/o/1e3|0)==xe(10,t-3)-1,u}function Ao(e,t,n){for(var r,i=[0],o,u=0,s=e.length;u<s;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=Hs.indexOf(e.charAt(u++)),r=0;r<i.length;r++)i[r]>n-1&&(i[r+1]===void 0&&(i[r+1]=0),i[r+1]+=i[r]/n|0,i[r]%=n)}return i.reverse()}function Ey(e,t){var n,r,i;if(t.isZero())return t;r=t.d.length,r<32?(n=Math.ceil(r/3),i=(1/No(4,n)).toString()):(n=16,i="2.3283064365386962890625e-10"),e.precision+=n,t=Pr(e,1,t.times(i),new e(1));for(var o=n;o--;){var u=t.times(t);t=u.times(u).minus(u).times(8).plus(1)}return e.precision-=n,t}var me=function(){function e(r,i,o){var u,s=0,c=r.length;for(r=r.slice();c--;)u=r[c]*i+s,r[c]=u%o|0,s=u/o|0;return s&&r.unshift(s),r}function t(r,i,o,u){var s,c;if(o!=u)c=o>u?1:-1;else for(s=c=0;s<o;s++)if(r[s]!=i[s]){c=r[s]>i[s]?1:-1;break}return c}function n(r,i,o,u){for(var s=0;o--;)r[o]-=s,s=r[o]<i[o]?1:0,r[o]=s*u+r[o]-i[o];for(;!r[0]&&r.length>1;)r.shift()}return function(r,i,o,u,s,c){var f,l,a,d,h,p,g,D,m,A,v,y,I,N,O,M,R,W,Z,q,ee=r.constructor,pe=r.s==i.s?1:-1,le=r.d,J=i.d;if(!le||!le[0]||!J||!J[0])return new ee(!r.s||!i.s||(le?J&&le[0]==J[0]:!J)?NaN:le&&le[0]==0||!J?pe*0:pe/0);for(c?(h=1,l=r.e-i.e):(c=Mt,h=G,l=qe(r.e/h)-qe(i.e/h)),Z=J.length,R=le.length,m=new ee(pe),A=m.d=[],a=0;J[a]==(le[a]||0);a++);if(J[a]>(le[a]||0)&&l--,o==null?(N=o=ee.precision,u=ee.rounding):s?N=o+(r.e-i.e)+1:N=o,N<0)A.push(1),p=!0;else{if(N=N/h+2|0,a=0,Z==1){for(d=0,J=J[0],N++;(a<R||d)&&N--;a++)O=d*c+(le[a]||0),A[a]=O/J|0,d=O%J|0;p=d||a<R}else{for(d=c/(J[0]+1)|0,d>1&&(J=e(J,d,c),le=e(le,d,c),Z=J.length,R=le.length),M=Z,v=le.slice(0,Z),y=v.length;y<Z;)v[y++]=0;q=J.slice(),q.unshift(0),W=J[0],J[1]>=c/2&&++W;do d=0,f=t(J,v,Z,y),f<0?(I=v[0],Z!=y&&(I=I*c+(v[1]||0)),d=I/W|0,d>1?(d>=c&&(d=c-1),g=e(J,d,c),D=g.length,y=v.length,f=t(g,v,D,y),f==1&&(d--,n(g,Z<D?q:J,D,c))):(d==0&&(f=d=1),g=J.slice()),D=g.length,D<y&&g.unshift(0),n(v,g,y,c),f==-1&&(y=v.length,f=t(J,v,Z,y),f<1&&(d++,n(v,Z<y?q:J,y,c))),y=v.length):f===0&&(d++,v=[0]),A[a++]=d,f&&v[0]?v[y++]=le[M]||0:(v=[le[M]],y=1);while((M++<R||v[0]!==void 0)&&N--);p=v[0]!==void 0}A[0]||A.shift()}if(h==1)m.e=l,rd=p;else{for(a=1,d=A[0];d>=10;d/=10)a++;m.e=a+l*h-1,H(m,s?o+m.e+1:o,u,p)}return m}}();function H(e,t,n,r){var i,o,u,s,c,f,l,a,d,h=e.constructor;e:if(t!=null){if(a=e.d,!a)return e;for(i=1,s=a[0];s>=10;s/=10)i++;if(o=t-i,o<0)o+=G,u=t,l=a[d=0],c=l/xe(10,i-u-1)%10|0;else if(d=Math.ceil((o+1)/G),s=a.length,d>=s)if(r){for(;s++<=d;)a.push(0);l=c=0,i=1,o%=G,u=o-G+1}else break e;else{for(l=s=a[d],i=1;s>=10;s/=10)i++;o%=G,u=o-G+i,c=u<0?0:l/xe(10,i-u-1)%10|0}if(r=r||t<0||a[d+1]!==void 0||(u<0?l:l%xe(10,i-u-1)),f=n<4?(c||r)&&(n==0||n==(e.s<0?3:2)):c>5||c==5&&(n==4||r||n==6&&(o>0?u>0?l/xe(10,i-u):0:a[d-1])%10&1||n==(e.s<0?8:7)),t<1||!a[0])return a.length=0,f?(t-=e.e+1,a[0]=xe(10,(G-t%G)%G),e.e=-t||0):a[0]=e.e=0,e;if(o==0?(a.length=d,s=1,d--):(a.length=d+1,s=xe(10,G-o),a[d]=u>0?(l/xe(10,i-u)%xe(10,u)|0)*s:0),f)for(;;)if(d==0){for(o=1,u=a[0];u>=10;u/=10)o++;for(u=a[0]+=s,s=1;u>=10;u/=10)s++;o!=s&&(e.e++,a[0]==Mt&&(a[0]=1));break}else{if(a[d]+=s,a[d]!=Mt)break;a[d--]=0,s=1}for(o=a.length;a[--o]===0;)a.pop()}return z&&(e.e>h.maxE?(e.d=null,e.e=NaN):e.e<h.minE&&(e.e=0,e.d=[0])),e}function jt(e,t,n){if(!e.isFinite())return dd(e);var r,i=e.e,o=Ue(e.d),u=o.length;return t?(n&&(r=n-u)>0?o=o.charAt(0)+"."+o.slice(1)+Nn(r):u>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+Nn(-i-1)+o,n&&(r=n-u)>0&&(o+=Nn(r))):i>=u?(o+=Nn(i+1-u),n&&(r=n-i-1)>0&&(o=o+"."+Nn(r))):((r=i+1)<u&&(o=o.slice(0,r)+"."+o.slice(r)),n&&(r=n-u)>0&&(i+1===u&&(o+="."),o+=Nn(r))),o}function Co(e,t){var n=e[0];for(t*=G;n>=10;n/=10)t++;return t}function Fo(e,t,n){if(t>yy)throw z=!0,n&&(e.precision=n),Error(id);return H(new e(Eo),t,1,!0)}function Rt(e,t,n){if(t>qs)throw Error(id);return H(new e(bo),t,n,!0)}function ad(e){var t=e.length-1,n=t*G+1;if(t=e[t],t){for(;t%10==0;t/=10)n--;for(t=e[0];t>=10;t/=10)n++}return n}function Nn(e){for(var t="";e--;)t+="0";return t}function cd(e,t,n,r){var i,o=new e(1),u=Math.ceil(r/G+4);for(z=!1;;){if(n%2&&(o=o.times(t),pd(o.d,u)&&(i=!0)),n=qe(n/2),n===0){n=o.d.length-1,i&&o.d[n]===0&&++o.d[n];break}t=t.times(t),pd(t.d,u)}return z=!0,o}function ld(e){return e.d[e.d.length-1]&1}function fd(e,t,n){for(var r,i=new e(t[0]),o=0;++o<t.length;)if(r=new e(t[o]),r.s)i[n](r)&&(i=r);else{i=r;break}return i}function Gs(e,t){var n,r,i,o,u,s,c,f=0,l=0,a=0,d=e.constructor,h=d.rounding,p=d.precision;if(!e.d||!e.d[0]||e.e>17)return new d(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(z=!1,c=p):c=t,s=new d(.03125);e.e>-2;)e=e.times(s),a+=5;for(r=Math.log(xe(2,a))/Math.LN10*2+5|0,c+=r,n=o=u=new d(1),d.precision=c;;){if(o=H(o.times(e),c,1),n=n.times(++l),s=u.plus(me(o,n,c,1)),Ue(s.d).slice(0,c)===Ue(u.d).slice(0,c)){for(i=a;i--;)u=H(u.times(u),c,1);if(t==null)if(f<3&&pi(u.d,c-r,h,f))d.precision=c+=10,n=o=s=new d(1),l=0,f++;else return H(u,d.precision=p,h,z=!0);else return d.precision=p,u}u=s}}function On(e,t){var n,r,i,o,u,s,c,f,l,a,d,h=1,p=10,g=e,D=g.d,m=g.constructor,A=m.rounding,v=m.precision;if(g.s<0||!D||!D[0]||!g.e&&D[0]==1&&D.length==1)return new m(D&&!D[0]?-1/0:g.s!=1?NaN:D?0:g);if(t==null?(z=!1,l=v):l=t,m.precision=l+=p,n=Ue(D),r=n.charAt(0),Math.abs(o=g.e)<15e14){for(;r<7&&r!=1||r==1&&n.charAt(1)>3;)g=g.times(e),n=Ue(g.d),r=n.charAt(0),h++;o=g.e,r>1?(g=new m("0."+n),o++):g=new m(r+"."+n.slice(1))}else return f=Fo(m,l+2,v).times(o+""),g=On(new m(r+"."+n.slice(1)),l-p).plus(f),m.precision=v,t==null?H(g,v,A,z=!0):g;for(a=g,c=u=g=me(g.minus(1),g.plus(1),l,1),d=H(g.times(g),l,1),i=3;;){if(u=H(u.times(d),l,1),f=c.plus(me(u,new m(i),l,1)),Ue(f.d).slice(0,l)===Ue(c.d).slice(0,l))if(c=c.times(2),o!==0&&(c=c.plus(Fo(m,l+2,v).times(o+""))),c=me(c,new m(h),l,1),t==null)if(pi(c.d,l-p,A,s))m.precision=l+=p,f=u=g=me(a.minus(1),a.plus(1),l,1),d=H(g.times(g),l,1),i=s=1;else return H(c,m.precision=v,A,z=!0);else return m.precision=v,c;c=f,i+=2}}function dd(e){return String(e.s*e.s/0)}function Ks(e,t){var n,r,i;for((n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),r=0;t.charCodeAt(r)===48;r++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(r,i),t){if(i-=r,e.e=n=n-r-1,e.d=[],r=(n+1)%G,n<0&&(r+=G),r<i){for(r&&e.d.push(+t.slice(0,r)),i-=G;r<i;)e.d.push(+t.slice(r,r+=G));t=t.slice(r),r=G-t.length}else r-=i;for(;r--;)t+="0";e.d.push(+t),z&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function by(e,t){var n,r,i,o,u,s,c,f,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),sd.test(t))return Ks(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(_y.test(t))n=16,t=t.toLowerCase();else if(gy.test(t))n=2;else if(Dy.test(t))n=8;else throw Error(Fn+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),u=o>=0,r=e.constructor,u&&(t=t.replace(".",""),s=t.length,o=s-o,i=cd(r,new r(n),o,o*2)),f=Ao(t,n,Mt),l=f.length-1,o=l;f[o]===0;--o)f.pop();return o<0?new r(e.s*0):(e.e=Co(f,l),e.d=f,z=!1,u&&(e=me(e,i,s*4)),c&&(e=e.times(Math.abs(c)<54?xe(2,c):xr.pow(2,c))),z=!0,e)}function wy(e,t){var n,r=t.d.length;if(r<3)return t.isZero()?t:Pr(e,2,t,t);n=1.4*Math.sqrt(r),n=n>16?16:n|0,t=t.times(1/No(5,n)),t=Pr(e,2,t,t);for(var i,o=new e(5),u=new e(16),s=new e(20);n--;)i=t.times(t),t=t.times(o.plus(i.times(u.times(i).minus(s))));return t}function Pr(e,t,n,r,i){var o,u,s,c,f=e.precision,l=Math.ceil(f/G);for(z=!1,c=n.times(n),s=new e(r);;){if(u=me(s.times(c),new e(t++*t++),f,1),s=i?r.plus(u):r.minus(u),r=me(u.times(c),new e(t++*t++),f,1),u=s.plus(r),u.d[l]!==void 0){for(o=l;u.d[o]===s.d[o]&&o--;);if(o==-1)break}o=s,s=r,r=u,u=o}return z=!0,u.d.length=l+1,u}function No(e,t){for(var n=e;--t;)n*=e;return n}function hd(e,t){var n,r=t.s<0,i=Rt(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return tn=r?4:1,t;if(n=t.divToInt(i),n.isZero())tn=r?3:2;else{if(t=t.minus(n.times(i)),t.lte(o))return tn=ld(n)?r?2:3:r?4:1,t;tn=ld(n)?r?1:4:r?3:2}return t.minus(i).abs()}function Xs(e,t,n,r){var i,o,u,s,c,f,l,a,d,h=e.constructor,p=n!==void 0;if(p?(at(n,1,Cn),r===void 0?r=h.rounding:at(r,0,8)):(n=h.precision,r=h.rounding),!e.isFinite())l=dd(e);else{for(l=jt(e),u=l.indexOf("."),p?(i=2,t==16?n=n*4-3:t==8&&(n=n*3-2)):i=t,u>=0&&(l=l.replace(".",""),d=new h(1),d.e=l.length-u,d.d=Ao(jt(d),10,i),d.e=d.d.length),a=Ao(l,10,i),o=c=a.length;a[--c]==0;)a.pop();if(!a[0])l=p?"0p+0":"0";else{if(u<0?o--:(e=new h(e),e.d=a,e.e=o,e=me(e,d,n,r,0,i),a=e.d,o=e.e,f=rd),u=a[n],s=i/2,f=f||a[n+1]!==void 0,f=r<4?(u!==void 0||f)&&(r===0||r===(e.s<0?3:2)):u>s||u===s&&(r===4||f||r===6&&a[n-1]&1||r===(e.s<0?8:7)),a.length=n,f)for(;++a[--n]>i-1;)a[n]=0,n||(++o,a.unshift(1));for(c=a.length;!a[c-1];--c);for(u=0,l="";u<c;u++)l+=Hs.charAt(a[u]);if(p){if(c>1)if(t==16||t==8){for(u=t==16?4:3,--c;c%u;c++)l+="0";for(a=Ao(l,i,t),c=a.length;!a[c-1];--c);for(u=1,l="1.";u<c;u++)l+=Hs.charAt(a[u])}else l=l.charAt(0)+"."+l.slice(1);l=l+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)l="0"+l;l="0."+l}else if(++o>c)for(o-=c;o--;)l+="0";else o<c&&(l=l.slice(0,o)+"."+l.slice(o))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function pd(e,t){if(e.length>t)return e.length=t,!0}function Ay(e){return new this(e).abs()}function Cy(e){return new this(e).acos()}function Fy(e){return new this(e).acosh()}function Ny(e,t){return new this(e).plus(t)}function Oy(e){return new this(e).asin()}function Iy(e){return new this(e).asinh()}function Sy(e){return new this(e).atan()}function Ty(e){return new this(e).atanh()}function My(e,t){e=new this(e),t=new this(t);var n,r=this.precision,i=this.rounding,o=r+4;return!e.s||!t.s?n=new this(NaN):!e.d&&!t.d?(n=Rt(this,o,1).times(t.s>0?.25:.75),n.s=e.s):!t.d||e.isZero()?(n=t.s<0?Rt(this,r,i):new this(0),n.s=e.s):!e.d||t.isZero()?(n=Rt(this,o,1).times(.5),n.s=e.s):t.s<0?(this.precision=o,this.rounding=1,n=this.atan(me(e,t,o,1)),t=Rt(this,o,1),this.precision=r,this.rounding=i,n=e.s<0?n.minus(t):n.plus(t)):n=this.atan(me(e,t,o,1)),n}function Ry(e){return new this(e).cbrt()}function By(e){return H(e=new this(e),e.e+1,2)}function Ly(e,t,n){return new this(e).clamp(t,n)}function Py(e){if(!e||typeof e!="object")throw Error(wo+"Object expected");var t,n,r,i=e.defaults===!0,o=["precision",1,Cn,"rounding",0,8,"toExpNeg",-Lr,0,"toExpPos",0,Lr,"maxE",0,Lr,"minE",-Lr,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(n=o[t],i&&(this[n]=Ws[n]),(r=e[n])!==void 0)if(qe(r)===r&&r>=o[t+1]&&r<=o[t+2])this[n]=r;else throw Error(Fn+n+": "+r);if(n="crypto",i&&(this[n]=Ws[n]),(r=e[n])!==void 0)if(r===!0||r===!1||r===0||r===1)if(r)if(typeof crypto!="undefined"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[n]=!0;else throw Error(od);else this[n]=!1;else throw Error(Fn+n+": "+r);return this}function xy(e){return new this(e).cos()}function ky(e){return new this(e).cosh()}function md(e){var t,n,r;function i(o){var u,s,c,f=this;if(!(f instanceof i))return new i(o);if(f.constructor=i,gd(o)){f.s=o.s,z?!o.d||o.e>i.maxE?(f.e=NaN,f.d=null):o.e<i.minE?(f.e=0,f.d=[0]):(f.e=o.e,f.d=o.d.slice()):(f.e=o.e,f.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){f.s=1/o<0?-1:1,f.e=0,f.d=[0];return}if(o<0?(o=-o,f.s=-1):f.s=1,o===~~o&&o<1e7){for(u=0,s=o;s>=10;s/=10)u++;z?u>i.maxE?(f.e=NaN,f.d=null):u<i.minE?(f.e=0,f.d=[0]):(f.e=u,f.d=[o]):(f.e=u,f.d=[o]);return}else if(o*0!==0){o||(f.s=NaN),f.e=NaN,f.d=null;return}return Ks(f,o.toString())}else if(c!=="string")throw Error(Fn+o);return(s=o.charCodeAt(0))===45?(o=o.slice(1),f.s=-1):(s===43&&(o=o.slice(1)),f.s=1),sd.test(o)?Ks(f,o):by(f,o)}if(i.prototype=L,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=Py,i.clone=md,i.isDecimal=gd,i.abs=Ay,i.acos=Cy,i.acosh=Fy,i.add=Ny,i.asin=Oy,i.asinh=Iy,i.atan=Sy,i.atanh=Ty,i.atan2=My,i.cbrt=Ry,i.ceil=By,i.clamp=Ly,i.cos=xy,i.cosh=ky,i.div=$y,i.exp=Uy,i.floor=Vy,i.hypot=jy,i.ln=Hy,i.log=Wy,i.log10=Gy,i.log2=qy,i.max=Ky,i.min=Xy,i.mod=zy,i.mul=Jy,i.pow=Zy,i.random=Qy,i.round=Yy,i.sign=e1,i.sin=t1,i.sinh=n1,i.sqrt=r1,i.sub=i1,i.sum=o1,i.tan=u1,i.tanh=s1,i.trunc=a1,e===void 0&&(e={}),e&&e.defaults!==!0)for(r=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<r.length;)e.hasOwnProperty(n=r[t++])||(e[n]=this[n]);return i.config(e),i}function $y(e,t){return new this(e).div(t)}function Uy(e){return new this(e).exp()}function Vy(e){return H(e=new this(e),e.e+1,3)}function jy(){var e,t,n=new this(0);for(z=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)n.d&&(n=n.plus(t.times(t)));else{if(t.s)return z=!0,new this(1/0);n=t}return z=!0,n.sqrt()}function gd(e){return e instanceof xr||e&&e.toStringTag===ud||!1}function Hy(e){return new this(e).ln()}function Wy(e,t){return new this(e).log(t)}function qy(e){return new this(e).log(2)}function Gy(e){return new this(e).log(10)}function Ky(){return fd(this,arguments,"lt")}function Xy(){return fd(this,arguments,"gt")}function zy(e,t){return new this(e).mod(t)}function Jy(e,t){return new this(e).mul(t)}function Zy(e,t){return new this(e).pow(t)}function Qy(e){var t,n,r,i,o=0,u=new this(1),s=[];if(e===void 0?e=this.precision:at(e,1,Cn),r=Math.ceil(e/G),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(r));o<r;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:s[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(r*=4);o<r;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(s.push(i%1e7),o+=4);o=r/4}else throw Error(od);else for(;o<r;)s[o++]=Math.random()*1e7|0;for(r=s[--o],e%=G,r&&e&&(i=xe(10,G-e),s[o]=(r/i|0)*i);s[o]===0;o--)s.pop();if(o<0)n=0,s=[0];else{for(n=-1;s[0]===0;n-=G)s.shift();for(r=1,i=s[0];i>=10;i/=10)r++;r<G&&(n-=G-r)}return u.e=n,u.d=s,u}function Yy(e){return H(e=new this(e),e.e+1,this.rounding)}function e1(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function t1(e){return new this(e).sin()}function n1(e){return new this(e).sinh()}function r1(e){return new this(e).sqrt()}function i1(e,t){return new this(e).sub(t)}function o1(){var e=0,t=arguments,n=new this(t[e]);for(z=!1;n.s&&++e<t.length;)n=n.plus(t[e]);return z=!0,H(n,this.precision,this.rounding)}function u1(e){return new this(e).tan()}function s1(e){return new this(e).tanh()}function a1(e){return H(e=new this(e),e.e+1,1)}L[Symbol.for("nodejs.util.inspect.custom")]=L.toString,L[Symbol.toStringTag]="Decimal";var xr=L.constructor=md(Ws);Eo=new xr(Eo),bo=new xr(bo);var c1="BigNumber",l1=["?on","config"],f1=st(c1,l1,e=>{var{on:t,config:n}=e,r=xr.clone({precision:n.precision,modulo:xr.EUCLID});return r.prototype=Object.create(r.prototype),r.prototype.type="BigNumber",r.prototype.isBigNumber=!0,r.prototype.toJSON=function(){return{mathjs:"BigNumber",value:this.toString()}},r.fromJSON=function(i){return new r(i.value)},t&&t("config",function(i,o){i.precision!==o.precision&&r.config({precision:i.precision})}),r},{isClass:!0}),_d={exports:{}};/**
60
60
  * @license Complex.js v2.1.1 12/05/2020
61
61
  *
62
62
  * Copyright (c) 2020, Robert Eisele (robert@xarg.org)
63
63
  * Dual licensed under the MIT or GPL Version 2 licenses.
64
- **/(function(e,t){(function(n){var r=Math.cosh||function(a){return Math.abs(a)<1e-9?1-a:(Math.exp(a)+Math.exp(-a))*.5},i=Math.sinh||function(a){return Math.abs(a)<1e-9?a:(Math.exp(a)-Math.exp(-a))*.5},o=function(a){var d=Math.PI/4;if(-d>a||a>d)return Math.cos(a)-1;var h=a*a;return h*(h*(h*(h*(h*(h*(h*(h/20922789888e3-1/87178291200)+1/479001600)-1/3628800)+1/40320)-1/720)+1/24)-1/2)},u=function(a,d){var h=Math.abs(a),m=Math.abs(d);return h<3e3&&m<3e3?Math.sqrt(h*h+m*m):(h<m?(h=m,m=a/d):m=d/a,h*Math.sqrt(1+m*m))},s=function(){throw SyntaxError("Invalid Param")};function c(a,d){var h=Math.abs(a),m=Math.abs(d);return a===0?Math.log(m):d===0?Math.log(h):h<3e3&&m<3e3?Math.log(a*a+d*d)*.5:(a=a/2,d=d/2,.5*Math.log(a*a+d*d)+Math.LN2)}var l=function(a,d){var h={re:0,im:0};if(a==null)h.re=h.im=0;else if(d!==void 0)h.re=a,h.im=d;else switch(typeof a){case"object":if("im"in a&&"re"in a)h.re=a.re,h.im=a.im;else if("abs"in a&&"arg"in a){if(!Number.isFinite(a.abs)&&Number.isFinite(a.arg))return f.INFINITY;h.re=a.abs*Math.cos(a.arg),h.im=a.abs*Math.sin(a.arg)}else if("r"in a&&"phi"in a){if(!Number.isFinite(a.r)&&Number.isFinite(a.phi))return f.INFINITY;h.re=a.r*Math.cos(a.phi),h.im=a.r*Math.sin(a.phi)}else a.length===2?(h.re=a[0],h.im=a[1]):s();break;case"string":h.im=h.re=0;var m=a.match(/\d+\.?\d*e[+-]?\d+|\d+\.?\d*|\.\d+|./g),g=1,E=0;m===null&&s();for(var p=0;p<m.length;p++){var y=m[p];y===" "||y===" "||y===`
65
- `||(y==="+"?g++:y==="-"?E++:y==="i"||y==="I"?(g+E===0&&s(),m[p+1]!==" "&&!isNaN(m[p+1])?(h.im+=parseFloat((E%2?"-":"")+m[p+1]),p++):h.im+=parseFloat((E%2?"-":"")+"1"),g=E=0):((g+E===0||isNaN(y))&&s(),m[p+1]==="i"||m[p+1]==="I"?(h.im+=parseFloat((E%2?"-":"")+y),p++):h.re+=parseFloat((E%2?"-":"")+y),g=E=0))}g+E>0&&s();break;case"number":h.im=0,h.re=a;break;default:s()}return isNaN(h.re)||isNaN(h.im),h};function f(a,d){if(!(this instanceof f))return new f(a,d);var h=l(a,d);this.re=h.re,this.im=h.im}f.prototype={re:0,im:0,sign:function(){var a=this.abs();return new f(this.re/a,this.im/a)},add:function(a,d){var h=new f(a,d);return this.isInfinite()&&h.isInfinite()?f.NAN:this.isInfinite()||h.isInfinite()?f.INFINITY:new f(this.re+h.re,this.im+h.im)},sub:function(a,d){var h=new f(a,d);return this.isInfinite()&&h.isInfinite()?f.NAN:this.isInfinite()||h.isInfinite()?f.INFINITY:new f(this.re-h.re,this.im-h.im)},mul:function(a,d){var h=new f(a,d);return this.isInfinite()&&h.isZero()||this.isZero()&&h.isInfinite()?f.NAN:this.isInfinite()||h.isInfinite()?f.INFINITY:h.im===0&&this.im===0?new f(this.re*h.re,0):new f(this.re*h.re-this.im*h.im,this.re*h.im+this.im*h.re)},div:function(a,d){var h=new f(a,d);if(this.isZero()&&h.isZero()||this.isInfinite()&&h.isInfinite())return f.NAN;if(this.isInfinite()||h.isZero())return f.INFINITY;if(this.isZero()||h.isInfinite())return f.ZERO;a=this.re,d=this.im;var m=h.re,g=h.im,E,p;return g===0?new f(a/m,d/m):Math.abs(m)<Math.abs(g)?(p=m/g,E=m*p+g,new f((a*p+d)/E,(d*p-a)/E)):(p=g/m,E=g*p+m,new f((a+d*p)/E,(d-a*p)/E))},pow:function(a,d){var h=new f(a,d);if(a=this.re,d=this.im,h.isZero())return f.ONE;if(h.im===0){if(d===0&&a>0)return new f(Math.pow(a,h.re),0);if(a===0)switch((h.re%4+4)%4){case 0:return new f(Math.pow(d,h.re),0);case 1:return new f(0,Math.pow(d,h.re));case 2:return new f(-Math.pow(d,h.re),0);case 3:return new f(0,-Math.pow(d,h.re))}}if(a===0&&d===0&&h.re>0&&h.im>=0)return f.ZERO;var m=Math.atan2(d,a),g=c(a,d);return a=Math.exp(h.re*g-h.im*m),d=h.im*g+h.re*m,new f(a*Math.cos(d),a*Math.sin(d))},sqrt:function(){var a=this.re,d=this.im,h=this.abs(),m,g;if(a>=0){if(d===0)return new f(Math.sqrt(a),0);m=.5*Math.sqrt(2*(h+a))}else m=Math.abs(d)/Math.sqrt(2*(h-a));return a<=0?g=.5*Math.sqrt(2*(h-a)):g=Math.abs(d)/Math.sqrt(2*(h+a)),new f(m,d<0?-g:g)},exp:function(){var a=Math.exp(this.re);return this.im,new f(a*Math.cos(this.im),a*Math.sin(this.im))},expm1:function(){var a=this.re,d=this.im;return new f(Math.expm1(a)*Math.cos(d)+o(d),Math.exp(a)*Math.sin(d))},log:function(){var a=this.re,d=this.im;return new f(c(a,d),Math.atan2(d,a))},abs:function(){return u(this.re,this.im)},arg:function(){return Math.atan2(this.im,this.re)},sin:function(){var a=this.re,d=this.im;return new f(Math.sin(a)*r(d),Math.cos(a)*i(d))},cos:function(){var a=this.re,d=this.im;return new f(Math.cos(a)*r(d),-Math.sin(a)*i(d))},tan:function(){var a=2*this.re,d=2*this.im,h=Math.cos(a)+r(d);return new f(Math.sin(a)/h,i(d)/h)},cot:function(){var a=2*this.re,d=2*this.im,h=Math.cos(a)-r(d);return new f(-Math.sin(a)/h,i(d)/h)},sec:function(){var a=this.re,d=this.im,h=.5*r(2*d)+.5*Math.cos(2*a);return new f(Math.cos(a)*r(d)/h,Math.sin(a)*i(d)/h)},csc:function(){var a=this.re,d=this.im,h=.5*r(2*d)-.5*Math.cos(2*a);return new f(Math.sin(a)*r(d)/h,-Math.cos(a)*i(d)/h)},asin:function(){var a=this.re,d=this.im,h=new f(d*d-a*a+1,-2*a*d).sqrt(),m=new f(h.re-d,h.im+a).log();return new f(m.im,-m.re)},acos:function(){var a=this.re,d=this.im,h=new f(d*d-a*a+1,-2*a*d).sqrt(),m=new f(h.re-d,h.im+a).log();return new f(Math.PI/2-m.im,m.re)},atan:function(){var a=this.re,d=this.im;if(a===0){if(d===1)return new f(0,1/0);if(d===-1)return new f(0,-1/0)}var h=a*a+(1-d)*(1-d),m=new f((1-d*d-a*a)/h,-2*a/h).log();return new f(-.5*m.im,.5*m.re)},acot:function(){var a=this.re,d=this.im;if(d===0)return new f(Math.atan2(1,a),0);var h=a*a+d*d;return h!==0?new f(a/h,-d/h).atan():new f(a!==0?a/0:0,d!==0?-d/0:0).atan()},asec:function(){var a=this.re,d=this.im;if(a===0&&d===0)return new f(0,1/0);var h=a*a+d*d;return h!==0?new f(a/h,-d/h).acos():new f(a!==0?a/0:0,d!==0?-d/0:0).acos()},acsc:function(){var a=this.re,d=this.im;if(a===0&&d===0)return new f(Math.PI/2,1/0);var h=a*a+d*d;return h!==0?new f(a/h,-d/h).asin():new f(a!==0?a/0:0,d!==0?-d/0:0).asin()},sinh:function(){var a=this.re,d=this.im;return new f(i(a)*Math.cos(d),r(a)*Math.sin(d))},cosh:function(){var a=this.re,d=this.im;return new f(r(a)*Math.cos(d),i(a)*Math.sin(d))},tanh:function(){var a=2*this.re,d=2*this.im,h=r(a)+Math.cos(d);return new f(i(a)/h,Math.sin(d)/h)},coth:function(){var a=2*this.re,d=2*this.im,h=r(a)-Math.cos(d);return new f(i(a)/h,-Math.sin(d)/h)},csch:function(){var a=this.re,d=this.im,h=Math.cos(2*d)-r(2*a);return new f(-2*i(a)*Math.cos(d)/h,2*r(a)*Math.sin(d)/h)},sech:function(){var a=this.re,d=this.im,h=Math.cos(2*d)+r(2*a);return new f(2*r(a)*Math.cos(d)/h,-2*i(a)*Math.sin(d)/h)},asinh:function(){var a=this.im;this.im=-this.re,this.re=a;var d=this.asin();return this.re=-this.im,this.im=a,a=d.re,d.re=-d.im,d.im=a,d},acosh:function(){var a=this.acos();if(a.im<=0){var d=a.re;a.re=-a.im,a.im=d}else{var d=a.im;a.im=-a.re,a.re=d}return a},atanh:function(){var a=this.re,d=this.im,h=a>1&&d===0,m=1-a,g=1+a,E=m*m+d*d,p=E!==0?new f((g*m-d*d)/E,(d*m+g*d)/E):new f(a!==-1?a/0:0,d!==0?d/0:0),y=p.re;return p.re=c(p.re,p.im)/2,p.im=Math.atan2(p.im,y)/2,h&&(p.im=-p.im),p},acoth:function(){var a=this.re,d=this.im;if(a===0&&d===0)return new f(0,Math.PI/2);var h=a*a+d*d;return h!==0?new f(a/h,-d/h).atanh():new f(a!==0?a/0:0,d!==0?-d/0:0).atanh()},acsch:function(){var a=this.re,d=this.im;if(d===0)return new f(a!==0?Math.log(a+Math.sqrt(a*a+1)):1/0,0);var h=a*a+d*d;return h!==0?new f(a/h,-d/h).asinh():new f(a!==0?a/0:0,d!==0?-d/0:0).asinh()},asech:function(){var a=this.re,d=this.im;if(this.isZero())return f.INFINITY;var h=a*a+d*d;return h!==0?new f(a/h,-d/h).acosh():new f(a!==0?a/0:0,d!==0?-d/0:0).acosh()},inverse:function(){if(this.isZero())return f.INFINITY;if(this.isInfinite())return f.ZERO;var a=this.re,d=this.im,h=a*a+d*d;return new f(a/h,-d/h)},conjugate:function(){return new f(this.re,-this.im)},neg:function(){return new f(-this.re,-this.im)},ceil:function(a){return a=Math.pow(10,a||0),new f(Math.ceil(this.re*a)/a,Math.ceil(this.im*a)/a)},floor:function(a){return a=Math.pow(10,a||0),new f(Math.floor(this.re*a)/a,Math.floor(this.im*a)/a)},round:function(a){return a=Math.pow(10,a||0),new f(Math.round(this.re*a)/a,Math.round(this.im*a)/a)},equals:function(a,d){var h=new f(a,d);return Math.abs(h.re-this.re)<=f.EPSILON&&Math.abs(h.im-this.im)<=f.EPSILON},clone:function(){return new f(this.re,this.im)},toString:function(){var a=this.re,d=this.im,h="";return this.isNaN()?"NaN":this.isInfinite()?"Infinity":(Math.abs(a)<f.EPSILON&&(a=0),Math.abs(d)<f.EPSILON&&(d=0),d===0?h+a:(a!==0?(h+=a,h+=" ",d<0?(d=-d,h+="-"):h+="+",h+=" "):d<0&&(d=-d,h+="-"),d!==1&&(h+=d),h+"i"))},toVector:function(){return[this.re,this.im]},valueOf:function(){return this.im===0?this.re:null},isNaN:function(){return isNaN(this.re)||isNaN(this.im)},isZero:function(){return this.im===0&&this.re===0},isFinite:function(){return isFinite(this.re)&&isFinite(this.im)},isInfinite:function(){return!(this.isNaN()||this.isFinite())}},f.ZERO=new f(0,0),f.ONE=new f(1,0),f.I=new f(0,1),f.PI=new f(Math.PI,0),f.E=new f(Math.E,0),f.INFINITY=new f(1/0,1/0),f.NAN=new f(NaN,NaN),f.EPSILON=1e-15,Object.defineProperty(f,"__esModule",{value:!0}),f.default=f,f.Complex=f,e.exports=f})()})(vd);var $e=vl(vd.exports),g1="Complex",_1=[],D1=it(g1,_1,()=>(Object.defineProperty($e,"name",{value:"Complex"}),$e.prototype.constructor=$e,$e.prototype.type="Complex",$e.prototype.isComplex=!0,$e.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},$e.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},$e.prototype.format=function(e){var t="",n=this.im,r=this.re,i=Ts(this.re,e),o=Ts(this.im,e),u=He(e)?e:e?e.precision:null;if(u!==null){var s=Math.pow(10,-u);Math.abs(r/n)<s&&(r=0),Math.abs(n/r)<s&&(n=0)}return n===0?t=i:r===0?n===1?t="i":n===-1?t="-i":t=o+"i":n<0?n===-1?t=i+" - i":t=i+" - "+o.substring(1)+"i":n===1?t=i+" + i":t=i+" + "+o+"i",t},$e.fromPolar=function(e){switch(arguments.length){case 1:{var t=arguments[0];if(typeof t=="object")return $e(t);throw new TypeError("Input has to be an object with r and phi keys.")}case 2:{var n=arguments[0],r=arguments[1];if(He(n)){if(Rf(r)&&r.hasBase("ANGLE")&&(r=r.toNumber("rad")),He(r))return new $e({r:n,phi:r});throw new TypeError("Phi is not a number nor an angle unit.")}else throw new TypeError("Radius r is not a number.")}default:throw new SyntaxError("Wrong number of arguments in function fromPolar")}},$e.prototype.valueOf=$e.prototype.toString,$e.fromJSON=function(e){return new $e(e)},$e.compare=function(e,t){return e.re>t.re?1:e.re<t.re?-1:e.im>t.im?1:e.im<t.im?-1:0},$e),{isClass:!0}),yd={exports:{}};/**
66
- * @license Fraction.js v4.3.0 20/08/2023
64
+ **/(function(e,t){(function(n){var r=Math.cosh||function(a){return Math.abs(a)<1e-9?1-a:(Math.exp(a)+Math.exp(-a))*.5},i=Math.sinh||function(a){return Math.abs(a)<1e-9?a:(Math.exp(a)-Math.exp(-a))*.5},o=function(a){var d=Math.PI/4;if(-d>a||a>d)return Math.cos(a)-1;var h=a*a;return h*(h*(h*(h*(h*(h*(h*(h/20922789888e3-1/87178291200)+1/479001600)-1/3628800)+1/40320)-1/720)+1/24)-1/2)},u=function(a,d){var h=Math.abs(a),p=Math.abs(d);return h<3e3&&p<3e3?Math.sqrt(h*h+p*p):(h<p?(h=p,p=a/d):p=d/a,h*Math.sqrt(1+p*p))},s=function(){throw SyntaxError("Invalid Param")};function c(a,d){var h=Math.abs(a),p=Math.abs(d);return a===0?Math.log(p):d===0?Math.log(h):h<3e3&&p<3e3?Math.log(a*a+d*d)*.5:(a=a/2,d=d/2,.5*Math.log(a*a+d*d)+Math.LN2)}var f=function(a,d){var h={re:0,im:0};if(a==null)h.re=h.im=0;else if(d!==void 0)h.re=a,h.im=d;else switch(typeof a){case"object":if("im"in a&&"re"in a)h.re=a.re,h.im=a.im;else if("abs"in a&&"arg"in a){if(!Number.isFinite(a.abs)&&Number.isFinite(a.arg))return l.INFINITY;h.re=a.abs*Math.cos(a.arg),h.im=a.abs*Math.sin(a.arg)}else if("r"in a&&"phi"in a){if(!Number.isFinite(a.r)&&Number.isFinite(a.phi))return l.INFINITY;h.re=a.r*Math.cos(a.phi),h.im=a.r*Math.sin(a.phi)}else a.length===2?(h.re=a[0],h.im=a[1]):s();break;case"string":h.im=h.re=0;var p=a.match(/\d+\.?\d*e[+-]?\d+|\d+\.?\d*|\.\d+|./g),g=1,D=0;p===null&&s();for(var m=0;m<p.length;m++){var A=p[m];A===" "||A===" "||A===`
65
+ `||(A==="+"?g++:A==="-"?D++:A==="i"||A==="I"?(g+D===0&&s(),p[m+1]!==" "&&!isNaN(p[m+1])?(h.im+=parseFloat((D%2?"-":"")+p[m+1]),m++):h.im+=parseFloat((D%2?"-":"")+"1"),g=D=0):((g+D===0||isNaN(A))&&s(),p[m+1]==="i"||p[m+1]==="I"?(h.im+=parseFloat((D%2?"-":"")+A),m++):h.re+=parseFloat((D%2?"-":"")+A),g=D=0))}g+D>0&&s();break;case"number":h.im=0,h.re=a;break;default:s()}return isNaN(h.re)||isNaN(h.im),h};function l(a,d){if(!(this instanceof l))return new l(a,d);var h=f(a,d);this.re=h.re,this.im=h.im}l.prototype={re:0,im:0,sign:function(){var a=this.abs();return new l(this.re/a,this.im/a)},add:function(a,d){var h=new l(a,d);return this.isInfinite()&&h.isInfinite()?l.NAN:this.isInfinite()||h.isInfinite()?l.INFINITY:new l(this.re+h.re,this.im+h.im)},sub:function(a,d){var h=new l(a,d);return this.isInfinite()&&h.isInfinite()?l.NAN:this.isInfinite()||h.isInfinite()?l.INFINITY:new l(this.re-h.re,this.im-h.im)},mul:function(a,d){var h=new l(a,d);return this.isInfinite()&&h.isZero()||this.isZero()&&h.isInfinite()?l.NAN:this.isInfinite()||h.isInfinite()?l.INFINITY:h.im===0&&this.im===0?new l(this.re*h.re,0):new l(this.re*h.re-this.im*h.im,this.re*h.im+this.im*h.re)},div:function(a,d){var h=new l(a,d);if(this.isZero()&&h.isZero()||this.isInfinite()&&h.isInfinite())return l.NAN;if(this.isInfinite()||h.isZero())return l.INFINITY;if(this.isZero()||h.isInfinite())return l.ZERO;a=this.re,d=this.im;var p=h.re,g=h.im,D,m;return g===0?new l(a/p,d/p):Math.abs(p)<Math.abs(g)?(m=p/g,D=p*m+g,new l((a*m+d)/D,(d*m-a)/D)):(m=g/p,D=g*m+p,new l((a+d*m)/D,(d-a*m)/D))},pow:function(a,d){var h=new l(a,d);if(a=this.re,d=this.im,h.isZero())return l.ONE;if(h.im===0){if(d===0&&a>0)return new l(Math.pow(a,h.re),0);if(a===0)switch((h.re%4+4)%4){case 0:return new l(Math.pow(d,h.re),0);case 1:return new l(0,Math.pow(d,h.re));case 2:return new l(-Math.pow(d,h.re),0);case 3:return new l(0,-Math.pow(d,h.re))}}if(a===0&&d===0&&h.re>0&&h.im>=0)return l.ZERO;var p=Math.atan2(d,a),g=c(a,d);return a=Math.exp(h.re*g-h.im*p),d=h.im*g+h.re*p,new l(a*Math.cos(d),a*Math.sin(d))},sqrt:function(){var a=this.re,d=this.im,h=this.abs(),p,g;if(a>=0){if(d===0)return new l(Math.sqrt(a),0);p=.5*Math.sqrt(2*(h+a))}else p=Math.abs(d)/Math.sqrt(2*(h-a));return a<=0?g=.5*Math.sqrt(2*(h-a)):g=Math.abs(d)/Math.sqrt(2*(h+a)),new l(p,d<0?-g:g)},exp:function(){var a=Math.exp(this.re);return this.im,new l(a*Math.cos(this.im),a*Math.sin(this.im))},expm1:function(){var a=this.re,d=this.im;return new l(Math.expm1(a)*Math.cos(d)+o(d),Math.exp(a)*Math.sin(d))},log:function(){var a=this.re,d=this.im;return new l(c(a,d),Math.atan2(d,a))},abs:function(){return u(this.re,this.im)},arg:function(){return Math.atan2(this.im,this.re)},sin:function(){var a=this.re,d=this.im;return new l(Math.sin(a)*r(d),Math.cos(a)*i(d))},cos:function(){var a=this.re,d=this.im;return new l(Math.cos(a)*r(d),-Math.sin(a)*i(d))},tan:function(){var a=2*this.re,d=2*this.im,h=Math.cos(a)+r(d);return new l(Math.sin(a)/h,i(d)/h)},cot:function(){var a=2*this.re,d=2*this.im,h=Math.cos(a)-r(d);return new l(-Math.sin(a)/h,i(d)/h)},sec:function(){var a=this.re,d=this.im,h=.5*r(2*d)+.5*Math.cos(2*a);return new l(Math.cos(a)*r(d)/h,Math.sin(a)*i(d)/h)},csc:function(){var a=this.re,d=this.im,h=.5*r(2*d)-.5*Math.cos(2*a);return new l(Math.sin(a)*r(d)/h,-Math.cos(a)*i(d)/h)},asin:function(){var a=this.re,d=this.im,h=new l(d*d-a*a+1,-2*a*d).sqrt(),p=new l(h.re-d,h.im+a).log();return new l(p.im,-p.re)},acos:function(){var a=this.re,d=this.im,h=new l(d*d-a*a+1,-2*a*d).sqrt(),p=new l(h.re-d,h.im+a).log();return new l(Math.PI/2-p.im,p.re)},atan:function(){var a=this.re,d=this.im;if(a===0){if(d===1)return new l(0,1/0);if(d===-1)return new l(0,-1/0)}var h=a*a+(1-d)*(1-d),p=new l((1-d*d-a*a)/h,-2*a/h).log();return new l(-.5*p.im,.5*p.re)},acot:function(){var a=this.re,d=this.im;if(d===0)return new l(Math.atan2(1,a),0);var h=a*a+d*d;return h!==0?new l(a/h,-d/h).atan():new l(a!==0?a/0:0,d!==0?-d/0:0).atan()},asec:function(){var a=this.re,d=this.im;if(a===0&&d===0)return new l(0,1/0);var h=a*a+d*d;return h!==0?new l(a/h,-d/h).acos():new l(a!==0?a/0:0,d!==0?-d/0:0).acos()},acsc:function(){var a=this.re,d=this.im;if(a===0&&d===0)return new l(Math.PI/2,1/0);var h=a*a+d*d;return h!==0?new l(a/h,-d/h).asin():new l(a!==0?a/0:0,d!==0?-d/0:0).asin()},sinh:function(){var a=this.re,d=this.im;return new l(i(a)*Math.cos(d),r(a)*Math.sin(d))},cosh:function(){var a=this.re,d=this.im;return new l(r(a)*Math.cos(d),i(a)*Math.sin(d))},tanh:function(){var a=2*this.re,d=2*this.im,h=r(a)+Math.cos(d);return new l(i(a)/h,Math.sin(d)/h)},coth:function(){var a=2*this.re,d=2*this.im,h=r(a)-Math.cos(d);return new l(i(a)/h,-Math.sin(d)/h)},csch:function(){var a=this.re,d=this.im,h=Math.cos(2*d)-r(2*a);return new l(-2*i(a)*Math.cos(d)/h,2*r(a)*Math.sin(d)/h)},sech:function(){var a=this.re,d=this.im,h=Math.cos(2*d)+r(2*a);return new l(2*r(a)*Math.cos(d)/h,-2*i(a)*Math.sin(d)/h)},asinh:function(){var a=this.im;this.im=-this.re,this.re=a;var d=this.asin();return this.re=-this.im,this.im=a,a=d.re,d.re=-d.im,d.im=a,d},acosh:function(){var a=this.acos();if(a.im<=0){var d=a.re;a.re=-a.im,a.im=d}else{var d=a.im;a.im=-a.re,a.re=d}return a},atanh:function(){var a=this.re,d=this.im,h=a>1&&d===0,p=1-a,g=1+a,D=p*p+d*d,m=D!==0?new l((g*p-d*d)/D,(d*p+g*d)/D):new l(a!==-1?a/0:0,d!==0?d/0:0),A=m.re;return m.re=c(m.re,m.im)/2,m.im=Math.atan2(m.im,A)/2,h&&(m.im=-m.im),m},acoth:function(){var a=this.re,d=this.im;if(a===0&&d===0)return new l(0,Math.PI/2);var h=a*a+d*d;return h!==0?new l(a/h,-d/h).atanh():new l(a!==0?a/0:0,d!==0?-d/0:0).atanh()},acsch:function(){var a=this.re,d=this.im;if(d===0)return new l(a!==0?Math.log(a+Math.sqrt(a*a+1)):1/0,0);var h=a*a+d*d;return h!==0?new l(a/h,-d/h).asinh():new l(a!==0?a/0:0,d!==0?-d/0:0).asinh()},asech:function(){var a=this.re,d=this.im;if(this.isZero())return l.INFINITY;var h=a*a+d*d;return h!==0?new l(a/h,-d/h).acosh():new l(a!==0?a/0:0,d!==0?-d/0:0).acosh()},inverse:function(){if(this.isZero())return l.INFINITY;if(this.isInfinite())return l.ZERO;var a=this.re,d=this.im,h=a*a+d*d;return new l(a/h,-d/h)},conjugate:function(){return new l(this.re,-this.im)},neg:function(){return new l(-this.re,-this.im)},ceil:function(a){return a=Math.pow(10,a||0),new l(Math.ceil(this.re*a)/a,Math.ceil(this.im*a)/a)},floor:function(a){return a=Math.pow(10,a||0),new l(Math.floor(this.re*a)/a,Math.floor(this.im*a)/a)},round:function(a){return a=Math.pow(10,a||0),new l(Math.round(this.re*a)/a,Math.round(this.im*a)/a)},equals:function(a,d){var h=new l(a,d);return Math.abs(h.re-this.re)<=l.EPSILON&&Math.abs(h.im-this.im)<=l.EPSILON},clone:function(){return new l(this.re,this.im)},toString:function(){var a=this.re,d=this.im,h="";return this.isNaN()?"NaN":this.isInfinite()?"Infinity":(Math.abs(a)<l.EPSILON&&(a=0),Math.abs(d)<l.EPSILON&&(d=0),d===0?h+a:(a!==0?(h+=a,h+=" ",d<0?(d=-d,h+="-"):h+="+",h+=" "):d<0&&(d=-d,h+="-"),d!==1&&(h+=d),h+"i"))},toVector:function(){return[this.re,this.im]},valueOf:function(){return this.im===0?this.re:null},isNaN:function(){return isNaN(this.re)||isNaN(this.im)},isZero:function(){return this.im===0&&this.re===0},isFinite:function(){return isFinite(this.re)&&isFinite(this.im)},isInfinite:function(){return!(this.isNaN()||this.isFinite())}},l.ZERO=new l(0,0),l.ONE=new l(1,0),l.I=new l(0,1),l.PI=new l(Math.PI,0),l.E=new l(Math.E,0),l.INFINITY=new l(1/0,1/0),l.NAN=new l(NaN,NaN),l.EPSILON=1e-15,Object.defineProperty(l,"__esModule",{value:!0}),l.default=l,l.Complex=l,e.exports=l})()})(_d);var Ve=tg(_d.exports),d1="Complex",h1=[],p1=st(d1,h1,()=>(Object.defineProperty(Ve,"name",{value:"Complex"}),Ve.prototype.constructor=Ve,Ve.prototype.type="Complex",Ve.prototype.isComplex=!0,Ve.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},Ve.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},Ve.prototype.format=function(e){var t="",n=this.im,r=this.re,i=Ps(this.re,e),o=Ps(this.im,e),u=Qe(e)?e:e?e.precision:null;if(u!==null){var s=Math.pow(10,-u);Math.abs(r/n)<s&&(r=0),Math.abs(n/r)<s&&(n=0)}return n===0?t=i:r===0?n===1?t="i":n===-1?t="-i":t=o+"i":n<0?n===-1?t=i+" - i":t=i+" - "+o.substring(1)+"i":n===1?t=i+" + i":t=i+" + "+o+"i",t},Ve.fromPolar=function(e){switch(arguments.length){case 1:{var t=arguments[0];if(typeof t=="object")return Ve(t);throw new TypeError("Input has to be an object with r and phi keys.")}case 2:{var n=arguments[0],r=arguments[1];if(Qe(n)){if(kf(r)&&r.hasBase("ANGLE")&&(r=r.toNumber("rad")),Qe(r))return new Ve({r:n,phi:r});throw new TypeError("Phi is not a number nor an angle unit.")}else throw new TypeError("Radius r is not a number.")}default:throw new SyntaxError("Wrong number of arguments in function fromPolar")}},Ve.prototype.valueOf=Ve.prototype.toString,Ve.fromJSON=function(e){return new Ve(e)},Ve.compare=function(e,t){return e.re>t.re?1:e.re<t.re?-1:e.im>t.im?1:e.im<t.im?-1:0},Ve),{isClass:!0});/**
66
+ * @license Fraction.js v4.3.7 31/08/2023
67
67
  * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
68
68
  *
69
69
  * Copyright (c) 2023, Robert Eisele (robert@raw.org)
70
70
  * Dual licensed under the MIT or GPL Version 2 licenses.
71
- **/(function(e,t){(function(n){var r=2e3,i={s:1,n:0,d:1};function o(p,y){if(isNaN(p=parseInt(p,10)))throw g();return p*y}function u(p,y){if(y===0)throw m();var _=Object.create(h.prototype);_.s=p<0?-1:1,p=p<0?-p:p;var v=d(p,y);return _.n=p/v,_.d=y/v,_}function s(p){for(var y={},_=p,v=2,w=4;w<=_;){for(;_%v===0;)_/=v,y[v]=(y[v]||0)+1;w+=1+2*v++}return _!==p?_>1&&(y[_]=(y[_]||0)+1):y[p]=(y[p]||0)+1,y}var c=function(p,y){var _=0,v=1,w=1,F=0,C=0,M=0,R=1,W=1,U=0,k=1,Z=1,ee=1,oe=1e7,X;if(p!=null)if(y!==void 0){if(_=p,v=y,w=_*v,_%1!==0||v%1!==0)throw E()}else switch(typeof p){case"object":{if("d"in p&&"n"in p)_=p.n,v=p.d,"s"in p&&(_*=p.s);else if(0 in p)_=p[0],1 in p&&(v=p[1]);else throw g();w=_*v;break}case"number":{if(p<0&&(w=p,p=-p),p%1===0)_=p;else if(p>0){for(p>=1&&(W=Math.pow(10,Math.floor(1+Math.log(p)/Math.LN10)),p/=W);k<=oe&&ee<=oe;)if(X=(U+Z)/(k+ee),p===X){k+ee<=oe?(_=U+Z,v=k+ee):ee>k?(_=Z,v=ee):(_=U,v=k);break}else p>X?(U+=Z,k+=ee):(Z+=U,ee+=k),k>oe?(_=Z,v=ee):(_=U,v=k);_*=W}else(isNaN(p)||isNaN(y))&&(v=_=NaN);break}case"string":{if(k=p.match(/\d+|./g),k===null)throw g();if(k[U]==="-"?(w=-1,U++):k[U]==="+"&&U++,k.length===U+1?C=o(k[U++],w):k[U+1]==="."||k[U]==="."?(k[U]!=="."&&(F=o(k[U++],w)),U++,(U+1===k.length||k[U+1]==="("&&k[U+3]===")"||k[U+1]==="'"&&k[U+3]==="'")&&(C=o(k[U],w),R=Math.pow(10,k[U].length),U++),(k[U]==="("&&k[U+2]===")"||k[U]==="'"&&k[U+2]==="'")&&(M=o(k[U+1],w),W=Math.pow(10,k[U+1].length)-1,U+=3)):k[U+1]==="/"||k[U+1]===":"?(C=o(k[U],w),R=o(k[U+2],1),U+=3):k[U+3]==="/"&&k[U+1]===" "&&(F=o(k[U],w),C=o(k[U+2],w),R=o(k[U+4],1),U+=5),k.length<=U){v=R*W,w=_=M+v*F+W*C;break}}default:throw g()}if(v===0)throw m();i.s=w<0?-1:1,i.n=Math.abs(_),i.d=Math.abs(v)};function l(p,y,_){for(var v=1;y>0;p=p*p%_,y>>=1)y&1&&(v=v*p%_);return v}function f(p,y){for(;y%2===0;y/=2);for(;y%5===0;y/=5);if(y===1)return 0;for(var _=10%y,v=1;_!==1;v++)if(_=_*10%y,v>r)return 0;return v}function a(p,y,_){for(var v=1,w=l(10,_,y),F=0;F<300;F++){if(v===w)return F;v=v*10%y,w=w*10%y}return 0}function d(p,y){if(!p)return y;if(!y)return p;for(;;){if(p%=y,!p)return y;if(y%=p,!y)return p}}function h(p,y){if(c(p,y),this instanceof h)p=d(i.d,i.n),this.s=i.s,this.n=i.n/p,this.d=i.d/p;else return u(i.s*i.n,i.d)}var m=function(){return new Error("Division by Zero")},g=function(){return new Error("Invalid argument")},E=function(){return new Error("Parameters must be integer")};h.prototype={s:1,n:0,d:1,abs:function(){return u(this.n,this.d)},neg:function(){return u(-this.s*this.n,this.d)},add:function(p,y){return c(p,y),u(this.s*this.n*i.d+i.s*this.d*i.n,this.d*i.d)},sub:function(p,y){return c(p,y),u(this.s*this.n*i.d-i.s*this.d*i.n,this.d*i.d)},mul:function(p,y){return c(p,y),u(this.s*i.s*this.n*i.n,this.d*i.d)},div:function(p,y){return c(p,y),u(this.s*i.s*this.n*i.d,this.d*i.n)},clone:function(){return u(this.s*this.n,this.d)},mod:function(p,y){if(isNaN(this.n)||isNaN(this.d))return new h(NaN);if(p===void 0)return u(this.s*this.n%this.d,1);if(c(p,y),i.n===0&&this.d===0)throw m();return u(this.s*(i.d*this.n)%(i.n*this.d),i.d*this.d)},gcd:function(p,y){return c(p,y),u(d(i.n,this.n)*d(i.d,this.d),i.d*this.d)},lcm:function(p,y){return c(p,y),i.n===0&&this.n===0?u(0,1):u(i.n*this.n,d(i.n,this.n)*d(i.d,this.d))},ceil:function(p){return p=Math.pow(10,p||0),isNaN(this.n)||isNaN(this.d)?new h(NaN):u(Math.ceil(p*this.s*this.n/this.d),p)},floor:function(p){return p=Math.pow(10,p||0),isNaN(this.n)||isNaN(this.d)?new h(NaN):u(Math.floor(p*this.s*this.n/this.d),p)},round:function(p){return p=Math.pow(10,p||0),isNaN(this.n)||isNaN(this.d)?new h(NaN):u(Math.round(p*this.s*this.n/this.d),p)},inverse:function(){return u(this.s*this.d,this.n)},pow:function(p,y){if(c(p,y),i.d===1)return i.s<0?u(Math.pow(this.s*this.d,i.n),Math.pow(this.n,i.n)):u(Math.pow(this.s*this.n,i.n),Math.pow(this.d,i.n));if(this.s<0)return null;var _=s(this.n),v=s(this.d),w=1,F=1;for(var C in _)if(C!=="1"){if(C==="0"){w=0;break}if(_[C]*=i.n,_[C]%i.d===0)_[C]/=i.d;else return null;w*=Math.pow(C,_[C])}for(var C in v)if(C!=="1"){if(v[C]*=i.n,v[C]%i.d===0)v[C]/=i.d;else return null;F*=Math.pow(C,v[C])}return i.s<0?u(F,w):u(w,F)},equals:function(p,y){return c(p,y),this.s*this.n*i.d===i.s*i.n*this.d},compare:function(p,y){c(p,y);var _=this.s*this.n*i.d-i.s*i.n*this.d;return(0<_)-(_<0)},simplify:function(p){if(isNaN(this.n)||isNaN(this.d))return this;p=p||.001;for(var y=this.abs(),_=y.toContinued(),v=1;v<_.length;v++){for(var w=u(_[v-1],1),F=v-2;F>=0;F--)w=w.inverse().add(_[F]);if(Math.abs(w.sub(y).valueOf())<p)return w.mul(this.s)}return this},divisible:function(p,y){return c(p,y),!(!(i.n*this.d)||this.n*i.d%(i.n*this.d))},valueOf:function(){return this.s*this.n/this.d},toFraction:function(p){var y,_="",v=this.n,w=this.d;return this.s<0&&(_+="-"),w===1?_+=v:(p&&(y=Math.floor(v/w))>0&&(_+=y,_+=" ",v%=w),_+=v,_+="/",_+=w),_},toLatex:function(p){var y,_="",v=this.n,w=this.d;return this.s<0&&(_+="-"),w===1?_+=v:(p&&(y=Math.floor(v/w))>0&&(_+=y,v%=w),_+="\\frac{",_+=v,_+="}{",_+=w,_+="}"),_},toContinued:function(){var p,y=this.n,_=this.d,v=[];if(isNaN(y)||isNaN(_))return v;do v.push(Math.floor(y/_)),p=y%_,y=_,_=p;while(y!==1);return v},toString:function(p){var y=this.n,_=this.d;if(isNaN(y)||isNaN(_))return"NaN";p=p||15;var v=f(y,_),w=a(y,_,v),F=this.s<0?"-":"";if(F+=y/_|0,y%=_,y*=10,y&&(F+="."),v){for(var C=w;C--;)F+=y/_|0,y%=_,y*=10;F+="(";for(var C=v;C--;)F+=y/_|0,y%=_,y*=10;F+=")"}else for(var C=p;y&&C--;)F+=y/_|0,y%=_,y*=10;return F}},Object.defineProperty(h,"__esModule",{value:!0}),h.default=h,h.Fraction=h,e.exports=h})()})(yd);var Yt=vl(yd.exports),v1="Fraction",y1=[],E1=it(v1,y1,()=>(Object.defineProperty(Yt,"name",{value:"Fraction"}),Yt.prototype.constructor=Yt,Yt.prototype.type="Fraction",Yt.prototype.isFraction=!0,Yt.prototype.toJSON=function(){return{mathjs:"Fraction",n:this.s*this.n,d:this.d}},Yt.fromJSON=function(e){return new Yt(e)},Yt),{isClass:!0}),b1="Matrix",w1=[],A1=it(b1,w1,()=>{function e(){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator")}return e.prototype.type="Matrix",e.prototype.isMatrix=!0,e.prototype.storage=function(){throw new Error("Cannot invoke storage on a Matrix interface")},e.prototype.datatype=function(){throw new Error("Cannot invoke datatype on a Matrix interface")},e.prototype.create=function(t,n){throw new Error("Cannot invoke create on a Matrix interface")},e.prototype.subset=function(t,n,r){throw new Error("Cannot invoke subset on a Matrix interface")},e.prototype.get=function(t){throw new Error("Cannot invoke get on a Matrix interface")},e.prototype.set=function(t,n,r){throw new Error("Cannot invoke set on a Matrix interface")},e.prototype.resize=function(t,n){throw new Error("Cannot invoke resize on a Matrix interface")},e.prototype.reshape=function(t,n){throw new Error("Cannot invoke reshape on a Matrix interface")},e.prototype.clone=function(){throw new Error("Cannot invoke clone on a Matrix interface")},e.prototype.size=function(){throw new Error("Cannot invoke size on a Matrix interface")},e.prototype.map=function(t,n){throw new Error("Cannot invoke map on a Matrix interface")},e.prototype.forEach=function(t){throw new Error("Cannot invoke forEach on a Matrix interface")},e.prototype[Symbol.iterator]=function(){throw new Error("Cannot iterate a Matrix interface")},e.prototype.toArray=function(){throw new Error("Cannot invoke toArray on a Matrix interface")},e.prototype.valueOf=function(){throw new Error("Cannot invoke valueOf on a Matrix interface")},e.prototype.format=function(t){throw new Error("Cannot invoke format on a Matrix interface")},e.prototype.toString=function(){throw new Error("Cannot invoke toString on a Matrix interface")},e},{isClass:!0});function C1(e){return Object.keys(e.signatures||{}).reduce(function(t,n){var r=(n.match(/,/g)||[]).length+1;return Math.max(t,r)},-1)}var F1="DenseMatrix",N1=["Matrix"],O1=it(F1,N1,e=>{var{Matrix:t}=e;function n(f,a){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");if(a&&!po(a))throw new Error("Invalid datatype: "+a);if(Ir(f))f.type==="DenseMatrix"?(this._data=Kn(f._data),this._size=Kn(f._size),this._datatype=a||f._datatype):(this._data=f.toArray(),this._size=f.size(),this._datatype=a||f._datatype);else if(f&&pt(f.data)&&pt(f.size))this._data=f.data,this._size=f.size,Kf(this._data,this._size),this._datatype=a||f.datatype;else if(pt(f))this._data=l(f),this._size=Jn(this._data),Kf(this._data,this._size),this._datatype=a;else{if(f)throw new TypeError("Unsupported type of data ("+Is(f)+")");this._data=[],this._size=[0],this._datatype=a}}n.prototype=new t,n.prototype.createDenseMatrix=function(f,a){return new n(f,a)},Object.defineProperty(n,"name",{value:"DenseMatrix"}),n.prototype.constructor=n,n.prototype.type="DenseMatrix",n.prototype.isDenseMatrix=!0,n.prototype.getDataType=function(){return Bs(this._data,Is)},n.prototype.storage=function(){return"dense"},n.prototype.datatype=function(){return this._datatype},n.prototype.create=function(f,a){return new n(f,a)},n.prototype.subset=function(f,a,d){switch(arguments.length){case 1:return r(this,f);case 2:case 3:return o(this,f,a,d);default:throw new SyntaxError("Wrong number of arguments")}},n.prototype.get=function(f){if(!pt(f))throw new TypeError("Array expected");if(f.length!==this._size.length)throw new Le(f.length,this._size.length);for(var a=0;a<f.length;a++)Dt(f[a],this._size[a]);for(var d=this._data,h=0,m=f.length;h<m;h++){var g=f[h];Dt(g,d.length),d=d[g]}return d},n.prototype.set=function(f,a,d){if(!pt(f))throw new TypeError("Array expected");if(f.length<this._size.length)throw new Le(f.length,this._size.length,"<");var h,m,g,E=f.map(function(y){return y+1});c(this,E,d);var p=this._data;for(h=0,m=f.length-1;h<m;h++)g=f[h],Dt(g,p.length),p=p[g];return g=f[f.length-1],Dt(g,p.length),p[g]=a,this};function r(f,a){if(!Bf(a))throw new TypeError("Invalid index");var d=a.isScalar();if(d)return f.get(a.min());var h=a.size();if(h.length!==f._size.length)throw new Le(h.length,f._size.length);for(var m=a.min(),g=a.max(),E=0,p=f._size.length;E<p;E++)Dt(m[E],f._size[E]),Dt(g[E],f._size[E]);return new n(i(f._data,a,h.length,0),f._datatype)}function i(f,a,d,h){var m=h===d-1,g=a.dimension(h);return m?g.map(function(E){return Dt(E,f.length),f[E]}).valueOf():g.map(function(E){Dt(E,f.length);var p=f[E];return i(p,a,d,h+1)}).valueOf()}function o(f,a,d,h){if(!a||a.isIndex!==!0)throw new TypeError("Invalid index");var m=a.size(),g=a.isScalar(),E;if(Ir(d)?(E=d.size(),d=d.valueOf()):E=Jn(d),g){if(E.length!==0)throw new TypeError("Scalar expected");f.set(a.min(),d,h)}else{if(!li(E,m))try{E.length===0?d=td([d],m):d=td(d,m),E=Jn(d)}catch(F){}if(m.length<f._size.length)throw new Le(m.length,f._size.length,"<");if(E.length<m.length){for(var p=0,y=0;m[p]===1&&E[p]===1;)p++;for(;m[p]===1;)y++,p++;d=ey(d,m.length,y,E)}if(!li(m,E))throw new Le(m,E,">");var _=a.max().map(function(F){return F+1});c(f,_,h);var v=m.length,w=0;u(f._data,a,d,v,w)}return f}function u(f,a,d,h,m){var g=m===h-1,E=a.dimension(m);g?E.forEach(function(p,y){Dt(p),f[p]=d[y[0]]}):E.forEach(function(p,y){Dt(p),u(f[p],a,d[y[0]],h,m+1)})}n.prototype.resize=function(f,a,d){if(!Os(f))throw new TypeError("Array or Matrix expected");var h=f.valueOf().map(g=>Array.isArray(g)&&g.length===1?g[0]:g),m=d?this.clone():this;return s(m,h,a)};function s(f,a,d){if(a.length===0){for(var h=f._data;pt(h);)h=h[0];return h}return f._size=a.slice(0),f._data=Xf(f._data,f._size,d),f}n.prototype.reshape=function(f,a){var d=a?this.clone():this;d._data=Jf(d._data,f);var h=d._size.reduce((m,g)=>m*g);return d._size=zf(f,h),d};function c(f,a,d){for(var h=f._size.slice(0),m=!1;h.length<a.length;)h.push(0),m=!0;for(var g=0,E=a.length;g<E;g++)a[g]>h[g]&&(h[g]=a[g],m=!0);m&&s(f,h,d)}n.prototype.clone=function(){var f=new n({data:Kn(this._data),size:Kn(this._size),datatype:this._datatype});return f},n.prototype.size=function(){return this._size.slice(0)},n.prototype.map=function(f){var a=this,d=C1(f),h=function E(p,y){return pt(p)?p.map(function(_,v){return E(_,y.concat(v))}):d===1?f(p):d===2?f(p,y):f(p,y,a)},m=h(this._data,[]),g=this._datatype!==void 0?Bs(m,Is):void 0;return new n(m,g)},n.prototype.forEach=function(f){var a=this,d=function h(m,g){pt(m)?m.forEach(function(E,p){h(E,g.concat(p))}):f(m,g,a)};d(this._data,[])},n.prototype[Symbol.iterator]=function*(){var f=function*a(d,h){if(pt(d))for(var m=0;m<d.length;m++)yield*a(d[m],h.concat(m));else yield{value:d,index:h}};yield*f(this._data,[])},n.prototype.rows=function(){var f=[],a=this.size();if(a.length!==2)throw new TypeError("Rows can only be returned for a 2D matrix.");var d=this._data;for(var h of d)f.push(new n([h],this._datatype));return f},n.prototype.columns=function(){var f=this,a=[],d=this.size();if(d.length!==2)throw new TypeError("Rows can only be returned for a 2D matrix.");for(var h=this._data,m=function(p){var y=h.map(_=>[_[p]]);a.push(new n(y,f._datatype))},g=0;g<d[1];g++)m(g);return a},n.prototype.toArray=function(){return Kn(this._data)},n.prototype.valueOf=function(){return this._data},n.prototype.format=function(f){return Xn(this._data,f)},n.prototype.toString=function(){return Xn(this._data)},n.prototype.toJSON=function(){return{mathjs:"DenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},n.prototype.diagonal=function(f){if(f){if(Zt(f)&&(f=f.toNumber()),!He(f)||!xt(f))throw new TypeError("The parameter k must be an integer number")}else f=0;for(var a=f>0?f:0,d=f<0?-f:0,h=this._size[0],m=this._size[1],g=Math.min(h-d,m-a),E=[],p=0;p<g;p++)E[p]=this._data[p+d][p+a];return new n({data:E,size:[g],datatype:this._datatype})},n.diagonal=function(f,a,d,h){if(!pt(f))throw new TypeError("Array expected, size parameter");if(f.length!==2)throw new Error("Only two dimensions matrix are supported");if(f=f.map(function(C){if(Zt(C)&&(C=C.toNumber()),!He(C)||!xt(C)||C<1)throw new Error("Size values must be positive integers");return C}),d){if(Zt(d)&&(d=d.toNumber()),!He(d)||!xt(d))throw new TypeError("The parameter k must be an integer number")}else d=0;var m=d>0?d:0,g=d<0?-d:0,E=f[0],p=f[1],y=Math.min(E-g,p-m),_;if(pt(a)){if(a.length!==y)throw new Error("Invalid value array length");_=function(M){return a[M]}}else if(Ir(a)){var v=a.size();if(v.length!==1||v[0]!==y)throw new Error("Invalid matrix length");_=function(M){return a.get([M])}}else _=function(){return a};h||(h=Zt(_(0))?_(0).mul(0):0);var w=[];if(f.length>0){w=Xf(w,f,h);for(var F=0;F<y;F++)w[F+g][F+m]=_(F)}return new n({data:w,size:[E,p]})},n.fromJSON=function(f){return new n(f)},n.prototype.swapRows=function(f,a){if(!He(f)||!xt(f)||!He(a)||!xt(a))throw new Error("Row index must be positive integers");if(this._size.length!==2)throw new Error("Only two dimensional matrix is supported");return Dt(f,this._size[0]),Dt(a,this._size[0]),n._swapRows(f,a,this._data),this},n._swapRows=function(f,a,d){var h=d[f];d[f]=d[a],d[a]=h};function l(f){return Ir(f)?l(f.valueOf()):pt(f)?f.map(l):f}return n},{isClass:!0}),Ed="equalScalar";it(Ed,["typed","config"],e=>{var{typed:t,config:n}=e;return t(Ed,{"number, number":function(i,o){return Kv(i,o,n.epsilon)}})});function di(e,t,n,r){if(!(this instanceof di))throw new SyntaxError("Constructor must be called with the new operator");this.fn=e,this.count=t,this.min=n,this.max=r,this.message="Wrong number of arguments in function "+e+" ("+t+" provided, "+n+(r!=null?"-"+r:"")+" expected)",this.stack=new Error().stack}di.prototype=new Error,di.prototype.constructor=Error,di.prototype.name="ArgumentsError",di.prototype.isArgumentsError=!0;var bd="format",I1=["typed"],S1=it(bd,I1,e=>{var{typed:t}=e;return t(bd,{any:Xn,"any, Object | function | number":Xn})}),wd="bin",T1=["typed","format"];it(wd,T1,e=>{var{typed:t,format:n}=e;return t(wd,{"number | BigNumber":function(i){return n(i,{notation:"bin"})},"number | BigNumber, number":function(i,o){return n(i,{notation:"bin",wordSize:o})}})});var Ad="oct",M1=["typed","format"];it(Ad,M1,e=>{var{typed:t,format:n}=e;return t(Ad,{"number | BigNumber":function(i){return n(i,{notation:"oct"})},"number | BigNumber, number":function(i,o){return n(i,{notation:"oct",wordSize:o})}})});var Cd="hex",R1=["typed","format"];it(Cd,R1,e=>{var{typed:t,format:n}=e;return t(Cd,{"number | BigNumber":function(i){return n(i,{notation:"hex"})},"number | BigNumber, number":function(i,o){return n(i,{notation:"hex",wordSize:o})}})});var Fd="equal";it(Fd,["typed","equalScalar"],e=>{var{typed:t,equalScalar:n}=e;return t(Fd,{"any, any":function(i,o){return i===null?o===null:o===null?i===null:i===void 0?o===void 0:o===void 0?i===void 0:n(i,o)}})});var Nd="unequal";it(Nd,["typed","equalScalar"],e=>{var{typed:t,equalScalar:n}=e;return t(Nd,{"any, any":function(i,o){return i===null?o!==null:o===null?i!==null:i===void 0?o!==void 0:o===void 0?i!==void 0:!n(i,o)}})});var Od={exports:{}};(function(e){(function(t,n,r){function i(c){var l=this,f=s();l.next=function(){var a=2091639*l.s0+l.c*23283064365386963e-26;return l.s0=l.s1,l.s1=l.s2,l.s2=a-(l.c=a|0)},l.c=1,l.s0=f(" "),l.s1=f(" "),l.s2=f(" "),l.s0-=f(c),l.s0<0&&(l.s0+=1),l.s1-=f(c),l.s1<0&&(l.s1+=1),l.s2-=f(c),l.s2<0&&(l.s2+=1),f=null}function o(c,l){return l.c=c.c,l.s0=c.s0,l.s1=c.s1,l.s2=c.s2,l}function u(c,l){var f=new i(c),a=l&&l.state,d=f.next;return d.int32=function(){return f.next()*4294967296|0},d.double=function(){return d()+(d()*2097152|0)*11102230246251565e-32},d.quick=d,a&&(typeof a=="object"&&o(a,f),d.state=function(){return o(f,{})}),d}function s(){var c=4022871197,l=function(f){f=String(f);for(var a=0;a<f.length;a++){c+=f.charCodeAt(a);var d=.02519603282416938*c;c=d>>>0,d-=c,d*=c,c=d>>>0,d-=c,c+=d*4294967296}return(c>>>0)*23283064365386963e-26};return l}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.alea=u})(pn,e,!1)})(Od);var Id={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this,l="";c.x=0,c.y=0,c.z=0,c.w=0,c.next=function(){var a=c.x^c.x<<11;return c.x=c.y,c.y=c.z,c.z=c.w,c.w^=c.w>>>19^a^a>>>8},s===(s|0)?c.x=s:l+=s;for(var f=0;f<l.length+64;f++)c.x^=l.charCodeAt(f)|0,c.next()}function o(s,c){return c.x=s.x,c.y=s.y,c.z=s.z,c.w=s.w,c}function u(s,c){var l=new i(s),f=c&&c.state,a=function(){return(l.next()>>>0)/4294967296};return a.double=function(){do var d=l.next()>>>11,h=(l.next()>>>0)/4294967296,m=(d+h)/(1<<21);while(m===0);return m},a.int32=l.next,a.quick=a,f&&(typeof f=="object"&&o(f,l),a.state=function(){return o(l,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xor128=u})(pn,e,!1)})(Id);var Sd={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this,l="";c.next=function(){var a=c.x^c.x>>>2;return c.x=c.y,c.y=c.z,c.z=c.w,c.w=c.v,(c.d=c.d+362437|0)+(c.v=c.v^c.v<<4^(a^a<<1))|0},c.x=0,c.y=0,c.z=0,c.w=0,c.v=0,s===(s|0)?c.x=s:l+=s;for(var f=0;f<l.length+64;f++)c.x^=l.charCodeAt(f)|0,f==l.length&&(c.d=c.x<<10^c.x>>>4),c.next()}function o(s,c){return c.x=s.x,c.y=s.y,c.z=s.z,c.w=s.w,c.v=s.v,c.d=s.d,c}function u(s,c){var l=new i(s),f=c&&c.state,a=function(){return(l.next()>>>0)/4294967296};return a.double=function(){do var d=l.next()>>>11,h=(l.next()>>>0)/4294967296,m=(d+h)/(1<<21);while(m===0);return m},a.int32=l.next,a.quick=a,f&&(typeof f=="object"&&o(f,l),a.state=function(){return o(l,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xorwow=u})(pn,e,!1)})(Sd);var Td={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this;c.next=function(){var f=c.x,a=c.i,d,h;return d=f[a],d^=d>>>7,h=d^d<<24,d=f[a+1&7],h^=d^d>>>10,d=f[a+3&7],h^=d^d>>>3,d=f[a+4&7],h^=d^d<<7,d=f[a+7&7],d=d^d<<13,h^=d^d<<9,f[a]=h,c.i=a+1&7,h};function l(f,a){var d,h=[];if(a===(a|0))h[0]=a;else for(a=""+a,d=0;d<a.length;++d)h[d&7]=h[d&7]<<15^a.charCodeAt(d)+h[d+1&7]<<13;for(;h.length<8;)h.push(0);for(d=0;d<8&&h[d]===0;++d);for(d==8?h[7]=-1:h[d],f.x=h,f.i=0,d=256;d>0;--d)f.next()}l(c,s)}function o(s,c){return c.x=s.x.slice(),c.i=s.i,c}function u(s,c){s==null&&(s=+new Date);var l=new i(s),f=c&&c.state,a=function(){return(l.next()>>>0)/4294967296};return a.double=function(){do var d=l.next()>>>11,h=(l.next()>>>0)/4294967296,m=(d+h)/(1<<21);while(m===0);return m},a.int32=l.next,a.quick=a,f&&(f.x&&o(f,l),a.state=function(){return o(l,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xorshift7=u})(pn,e,!1)})(Td);var Md={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this;c.next=function(){var f=c.w,a=c.X,d=c.i,h,m;return c.w=f=f+1640531527|0,m=a[d+34&127],h=a[d=d+1&127],m^=m<<13,h^=h<<17,m^=m>>>15,h^=h>>>12,m=a[d]=m^h,c.i=d,m+(f^f>>>16)|0};function l(f,a){var d,h,m,g,E,p=[],y=128;for(a===(a|0)?(h=a,a=null):(a=a+"\0",h=0,y=Math.max(y,a.length)),m=0,g=-32;g<y;++g)a&&(h^=a.charCodeAt((g+32)%a.length)),g===0&&(E=h),h^=h<<10,h^=h>>>15,h^=h<<4,h^=h>>>13,g>=0&&(E=E+1640531527|0,d=p[g&127]^=h+E,m=d==0?m+1:0);for(m>=128&&(p[(a&&a.length||0)&127]=-1),m=127,g=4*128;g>0;--g)h=p[m+34&127],d=p[m=m+1&127],h^=h<<13,d^=d<<17,h^=h>>>15,d^=d>>>12,p[m]=h^d;f.w=E,f.X=p,f.i=m}l(c,s)}function o(s,c){return c.i=s.i,c.w=s.w,c.X=s.X.slice(),c}function u(s,c){s==null&&(s=+new Date);var l=new i(s),f=c&&c.state,a=function(){return(l.next()>>>0)/4294967296};return a.double=function(){do var d=l.next()>>>11,h=(l.next()>>>0)/4294967296,m=(d+h)/(1<<21);while(m===0);return m},a.int32=l.next,a.quick=a,f&&(f.X&&o(f,l),a.state=function(){return o(l,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xor4096=u})(pn,e,!1)})(Md);var Rd={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this,l="";c.next=function(){var a=c.b,d=c.c,h=c.d,m=c.a;return a=a<<25^a>>>7^d,d=d-h|0,h=h<<24^h>>>8^m,m=m-a|0,c.b=a=a<<20^a>>>12^d,c.c=d=d-h|0,c.d=h<<16^d>>>16^m,c.a=m-a|0},c.a=0,c.b=0,c.c=-1640531527,c.d=1367130551,s===Math.floor(s)?(c.a=s/4294967296|0,c.b=s|0):l+=s;for(var f=0;f<l.length+20;f++)c.b^=l.charCodeAt(f)|0,c.next()}function o(s,c){return c.a=s.a,c.b=s.b,c.c=s.c,c.d=s.d,c}function u(s,c){var l=new i(s),f=c&&c.state,a=function(){return(l.next()>>>0)/4294967296};return a.double=function(){do var d=l.next()>>>11,h=(l.next()>>>0)/4294967296,m=(d+h)/(1<<21);while(m===0);return m},a.int32=l.next,a.quick=a,f&&(typeof f=="object"&&o(f,l),a.state=function(){return o(l,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.tychei=u})(pn,e,!1)})(Rd);var Bd={exports:{}};(function(e){(function(t,n,r){var i=256,o=6,u=52,s="random",c=r.pow(i,o),l=r.pow(2,u),f=l*2,a=i-1,d;function h(v,w,F){var C=[];w=w==!0?{entropy:!0}:w||{};var M=p(E(w.entropy?[v,_(n)]:v==null?y():v,3),C),R=new m(C),W=function(){for(var U=R.g(o),k=c,Z=0;U<l;)U=(U+Z)*i,k*=i,Z=R.g(1);for(;U>=f;)U/=2,k/=2,Z>>>=1;return(U+Z)/k};return W.int32=function(){return R.g(4)|0},W.quick=function(){return R.g(4)/4294967296},W.double=W,p(_(R.S),n),(w.pass||F||function(U,k,Z,ee){return ee&&(ee.S&&g(ee,R),U.state=function(){return g(R,{})}),Z?(r[s]=U,k):U})(W,M,"global"in w?w.global:this==r,w.state)}function m(v){var w,F=v.length,C=this,M=0,R=C.i=C.j=0,W=C.S=[];for(F||(v=[F++]);M<i;)W[M]=M++;for(M=0;M<i;M++)W[M]=W[R=a&R+v[M%F]+(w=W[M])],W[R]=w;(C.g=function(U){for(var k,Z=0,ee=C.i,oe=C.j,X=C.S;U--;)k=X[ee=a&ee+1],Z=Z*i+X[a&(X[ee]=X[oe=a&oe+k])+(X[oe]=k)];return C.i=ee,C.j=oe,Z})(i)}function g(v,w){return w.i=v.i,w.j=v.j,w.S=v.S.slice(),w}function E(v,w){var F=[],C=typeof v,M;if(w&&C=="object")for(M in v)try{F.push(E(v[M],w-1))}catch(R){}return F.length?F:C=="string"?v:v+"\0"}function p(v,w){for(var F=v+"",C,M=0;M<F.length;)w[a&M]=a&(C^=w[a&M]*19)+F.charCodeAt(M++);return _(w)}function y(){try{var v;return d&&(v=d.randomBytes)?v=v(i):(v=new Uint8Array(i),(t.crypto||t.msCrypto).getRandomValues(v)),_(v)}catch(C){var w=t.navigator,F=w&&w.plugins;return[+new Date,t,F,t.screen,_(n)]}}function _(v){return String.fromCharCode.apply(0,v)}if(p(r.random(),n),e.exports){e.exports=h;try{d=So.default}catch(v){}}else r["seed"+s]=h})(typeof self!="undefined"?self:pn,[],Math)})(Bd);var B1=Od.exports,L1=Id.exports,P1=Sd.exports,x1=Td.exports,k1=Md.exports,$1=Rd.exports,Pr=Bd.exports;Pr.alea=B1,Pr.xor128=L1,Pr.xorwow=P1,Pr.xorshift7=x1,Pr.xor4096=k1,Pr.tychei=$1,Fo("fineStructure",.0072973525693),Fo("weakMixingAngle",.2229),Fo("efimovFactor",22.7),Fo("sackurTetrode",-1.16487052358);function Fo(e,t){var n=["config","BigNumber"];return it(e,n,r=>{var{config:i,BigNumber:o}=r;return i.number==="BigNumber"?new o(t):t})}var U1=m1({config:Pf}),V1=D1({}),j1=E1({}),H1=A1({}),W1=O1({Matrix:H1}),q1=Dy({BigNumber:U1,Complex:V1,DenseMatrix:W1,Fraction:j1}),G1=S1({typed:q1});class K1{constructor(t){this.calcControls=[],this.dependenciesTriggerMap=new Map,this.hideNotRememberControlIds=[],this.dontHasPermissionControlIds=[],this.cacheComputedResult={},this.options=t,this.getDontHasPermissionControlIds(),this.getNeedHideRememberControlIds()}getNeedHideRememberControlIds(){var t;!((t=this.options)!=null&&t.displayBoList)||(this.hideNotRememberControlIds=this.options.displayBoList.reduce((n,r)=>(r.is_remember||n.push(...r.hide_controls),n),[]))}getDontHasPermissionControlIds(){var t;!((t=this.options)!=null&&t.behavior)||(this.dontHasPermissionControlIds=this.options.behavior.reduce((n,r)=>(r.ctrlBehavior===1&&n.push(r.ctrlId),n),[]))}controlNeedComputedValue(t){if(!t)return!1;const n=this.getControlIsHide(t);return!(this.dontHasPermissionControlIds.includes(t.id)&&n||this.hideNotRememberControlIds.includes(t.id)&&n)}getControlIsHide(t){return t.props.isHide?!0:t.parent===null||t.parent===void 0?!1:this.getControlIsHide(t.parent)}apply(t){this.engine=t,this.watchControlChange(),this.watchSubtableChange(),this.watchSchemaHideChange(),this.engine.on("engine-mounted",()=>{requestAnimationFrame(()=>{this.resetDependencies(),this.allCalcControlComputed()})})}resetDependencies(){this.calcControls=[],this.dependenciesTriggerMap.clear(),this.getAllCalcControl(),this.getCalcDependencies()}allCalcControlComputed(){this.calcControls.forEach(t=>{(t.props.dataBind.result.fieldCode===null||t.props.dataBind.result.fieldCode===void 0)&&this.computedCalcValue(t)})}getAllCalcControl(){this.calcControls=this.engine.runtime.flatInstances.filter(t=>t.type===ve.CALC)}getCalcDependencies(){this.calcControls.forEach(t=>{const{scriptEcho:n}=t.props;n.forEach(r=>{(r.type===Ze.VariableInMainTable||r.type===Ze.VariableInCurrentSubTable||r.type===Ze.VariableInOtherSubTable)&&this.setDependenciesTriggerMapItem(r.id,t),r.type===Ze.VariableInOtherSubTable&&r.subTableId&&this.setDependenciesTriggerMapItem(r.subTableId,t)})})}setDependenciesTriggerMapItem(t,n){this.dependenciesTriggerMap.has(t)||this.dependenciesTriggerMap.set(t,[]);const r=this.dependenciesTriggerMap.get(t);r.includes(n)||r.push(n)}getCalcControlsFromSubtableRows(t){return t.reduce((n,r)=>(r.children.forEach(i=>{const o=i.children[0];o&&this.engine.assertInstance(o,ve.CALC)&&n.push(o)}),n),[])}watchSchemaHideChange(){this.engine.on("schema-change",t=>{var n;t.props==="isHide"&&((n=this.dependenciesTriggerMap.get(t.instance.id))!=null?n:[]).forEach(i=>{this.computedCalcValue(i)})})}watchSubtableChange(){this.engine.on("list-change",t=>{var o,u,s;if(this.engine.isMounted===!1)return;this.resetDependencies();const n=(u=(o=t.options)==null?void 0:o.changed)!=null?u:[];this.getCalcControlsFromSubtableRows(n).forEach(c=>{this.computedCalcValue(c)}),((s=this.dependenciesTriggerMap.get(t.instance.id))!=null?s:[]).forEach(c=>{this.computedCalcValue(c)})})}watchControlChange(){this.engine.on("change",t=>{var i;if(this.engine.isMounted===!1)return;const{instance:n}=t;if(!this.dependenciesTriggerMap.has(n.id))return;const r=(i=this.dependenciesTriggerMap.get(n.id))!=null?i:[];t.rowIndex!==void 0&&t.rowIndex>-1?r.forEach(o=>{this.controlInSubtable(o)&&this.engine.getInstanceRowIndex(o)!==t.rowIndex||this.computedCalcValue(o)}):r.forEach(o=>{this.computedCalcValue(o)})})}controlInSubtable(t){var n;return((n=t.parent)==null?void 0:n.type)===ve.SUBTABLE_COLUMN}computedCalcValue(t){var c;const n=t.props.scriptEcho;if(!n||n.length===0)return;let r;this.controlInSubtable(t)&&(r=this.engine.getInstanceRowIndex(t));const i=n.reduce((l,f)=>{if(f.type===Ze.Operator||f.type===Ze.Number)return l+f.name;let a=0,d;switch(f.type){case Ze.VariableInMainTable:{const h=this.getNumberValue(this.engine.getState(f.id));d=this.engine.getInstance(f.id),a=Number(h);break}case Ze.VariableInCurrentSubTable:{d=this.engine.getInstance(f.id,r);const h=this.engine.getState(f.id,r),m=this.getNumberValue(h);a=Number(m);break}case Ze.VariableInOtherSubTable:{const h=this.engine.getState(f.id),m=Array.isArray(h)?h.map(E=>this.getNumberValue(E)):[],g=this.getAggregateTypeValue(m,f.aggregateType);d=this.engine.getInstance(f.subTableId),a=Number(g);break}}return!Number.isNaN(a)&&this.controlNeedComputedValue(d)?l+=`(${a})`:l+=0,l},"");let o;if(this.cacheComputedResult[i]!==void 0?o=this.cacheComputedResult[i]:(o=Number(G1(new Function(`return ${i}`)(),{precision:16})),this.cacheComputedResult[i]=o),this.controlInSubtable(t)&&r===void 0)return;const u=this.engine.getState(t.id,r),s=!o||o===1/0||o===-1/0?0:t.props.precision===""?o:Number(o.toFixed(t.props.precision));s!==(u==null?void 0:u.result)&&this.engine.setState(t.id,{result:s,unit:(c=u==null?void 0:u.unit)!=null?c:""},r)}getNumberValue(t){if(typeof t=="object"&&t){if("result"in t)return t.result;if("amount"in t)return t.amount}return typeof t=="number"?t:0}getAggregateTypeValue(t,n){if(!n||!t||!t.length)return 0;switch(n){case en.MAX:return Math.max(...t);case en.MIN:return Math.min(...t);case en.SUM:return t.reduce((r,i)=>r+i);case en.AVG:return t.reduce((r,i)=>r+i)/t.length}}}class X1{constructor(t,n=!0){this.config=t,this.isPc=n}apply(t){var u,s;this.engine=t;const n=(s=(u=this.config)==null?void 0:u.source)!=null?s:"";let r=document.createElement("style");r.className="edit-css-"+t.id;let i=document.querySelector("head");i==null||i.appendChild(r);let o;this.isPc?o=`[data-engine-id='${t.id}']{ ${n} }`:o=n,r.appendChild(document.createTextNode(o))}}ce.CalcPlugin=K1,ce.ControlsEventPlugin=cv,ce.ES6ModulePlugin=uv,ce.Engine=Ns,ce.LifecycleEventPlugin=av,ce.Plugin=ov,ce.StylePlugin=X1,ce.buildUUID=si,ce.hasChildrenControl=co,ce.loopDataViewControl=Gn,ce.loopFormControl=qn,ce.parseModule=If,Object.defineProperty(ce,"__esModule",{value:!0})});
71
+ **/var m1=2e3,j={s:1,n:0,d:1};function nn(e,t){if(isNaN(e=parseInt(e,10)))throw Oo();return e*t}function be(e,t){if(t===0)throw zs();var n=Object.create(Ge.prototype);n.s=e<0?-1:1,e=e<0?-e:e;var r=kr(e,t);return n.n=e/r,n.d=t/r,n}function Dd(e){for(var t={},n=e,r=2,i=4;i<=n;){for(;n%r===0;)n/=r,t[r]=(t[r]||0)+1;i+=1+2*r++}return n!==e?n>1&&(t[n]=(t[n]||0)+1):t[e]=(t[e]||0)+1,t}var Dt=function(e,t){var n=0,r=1,i=1,o=0,u=0,s=0,c=1,f=1,l=0,a=1,d=1,h=1,p=1e7,g;if(e!=null)if(t!==void 0){if(n=e,r=t,i=n*r,n%1!==0||r%1!==0)throw v1()}else switch(typeof e){case"object":{if("d"in e&&"n"in e)n=e.n,r=e.d,"s"in e&&(n*=e.s);else if(0 in e)n=e[0],1 in e&&(r=e[1]);else throw Oo();i=n*r;break}case"number":{if(e<0&&(i=e,e=-e),e%1===0)n=e;else if(e>0){for(e>=1&&(f=Math.pow(10,Math.floor(1+Math.log(e)/Math.LN10)),e/=f);a<=p&&h<=p;)if(g=(l+d)/(a+h),e===g){a+h<=p?(n=l+d,r=a+h):h>a?(n=d,r=h):(n=l,r=a);break}else e>g?(l+=d,a+=h):(d+=l,h+=a),a>p?(n=d,r=h):(n=l,r=a);n*=f}else(isNaN(e)||isNaN(t))&&(r=n=NaN);break}case"string":{if(a=e.match(/\d+|./g),a===null)throw Oo();if(a[l]==="-"?(i=-1,l++):a[l]==="+"&&l++,a.length===l+1?u=nn(a[l++],i):a[l+1]==="."||a[l]==="."?(a[l]!=="."&&(o=nn(a[l++],i)),l++,(l+1===a.length||a[l+1]==="("&&a[l+3]===")"||a[l+1]==="'"&&a[l+3]==="'")&&(u=nn(a[l],i),c=Math.pow(10,a[l].length),l++),(a[l]==="("&&a[l+2]===")"||a[l]==="'"&&a[l+2]==="'")&&(s=nn(a[l+1],i),f=Math.pow(10,a[l+1].length)-1,l+=3)):a[l+1]==="/"||a[l+1]===":"?(u=nn(a[l],i),c=nn(a[l+2],1),l+=3):a[l+3]==="/"&&a[l+1]===" "&&(o=nn(a[l],i),u=nn(a[l+2],i),c=nn(a[l+4],1),l+=5),a.length<=l){r=c*f,i=n=s+r*o+f*u;break}}default:throw Oo()}if(r===0)throw zs();j.s=i<0?-1:1,j.n=Math.abs(n),j.d=Math.abs(r)};function g1(e,t,n){for(var r=1;t>0;e=e*e%n,t>>=1)t&1&&(r=r*e%n);return r}function _1(e,t){for(;t%2===0;t/=2);for(;t%5===0;t/=5);if(t===1)return 0;for(var n=10%t,r=1;n!==1;r++)if(n=n*10%t,r>m1)return 0;return r}function D1(e,t,n){for(var r=1,i=g1(10,n,t),o=0;o<300;o++){if(r===i)return o;r=r*10%t,i=i*10%t}return 0}function kr(e,t){if(!e)return t;if(!t)return e;for(;;){if(e%=t,!e)return t;if(t%=e,!t)return e}}function Ge(e,t){if(Dt(e,t),this instanceof Ge)e=kr(j.d,j.n),this.s=j.s,this.n=j.n/e,this.d=j.d/e;else return be(j.s*j.n,j.d)}var zs=function(){return new Error("Division by Zero")},Oo=function(){return new Error("Invalid argument")},v1=function(){return new Error("Parameters must be integer")};Ge.prototype={s:1,n:0,d:1,abs:function(){return be(this.n,this.d)},neg:function(){return be(-this.s*this.n,this.d)},add:function(e,t){return Dt(e,t),be(this.s*this.n*j.d+j.s*this.d*j.n,this.d*j.d)},sub:function(e,t){return Dt(e,t),be(this.s*this.n*j.d-j.s*this.d*j.n,this.d*j.d)},mul:function(e,t){return Dt(e,t),be(this.s*j.s*this.n*j.n,this.d*j.d)},div:function(e,t){return Dt(e,t),be(this.s*j.s*this.n*j.d,this.d*j.n)},clone:function(){return be(this.s*this.n,this.d)},mod:function(e,t){if(isNaN(this.n)||isNaN(this.d))return new Ge(NaN);if(e===void 0)return be(this.s*this.n%this.d,1);if(Dt(e,t),j.n===0&&this.d===0)throw zs();return be(this.s*(j.d*this.n)%(j.n*this.d),j.d*this.d)},gcd:function(e,t){return Dt(e,t),be(kr(j.n,this.n)*kr(j.d,this.d),j.d*this.d)},lcm:function(e,t){return Dt(e,t),j.n===0&&this.n===0?be(0,1):be(j.n*this.n,kr(j.n,this.n)*kr(j.d,this.d))},ceil:function(e){return e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d)?new Ge(NaN):be(Math.ceil(e*this.s*this.n/this.d),e)},floor:function(e){return e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d)?new Ge(NaN):be(Math.floor(e*this.s*this.n/this.d),e)},round:function(e){return e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d)?new Ge(NaN):be(Math.round(e*this.s*this.n/this.d),e)},roundTo:function(e,t){return Dt(e,t),be(this.s*Math.round(this.n*j.d/(this.d*j.n))*j.n,j.d)},inverse:function(){return be(this.s*this.d,this.n)},pow:function(e,t){if(Dt(e,t),j.d===1)return j.s<0?be(Math.pow(this.s*this.d,j.n),Math.pow(this.n,j.n)):be(Math.pow(this.s*this.n,j.n),Math.pow(this.d,j.n));if(this.s<0)return null;var n=Dd(this.n),r=Dd(this.d),i=1,o=1;for(var u in n)if(u!=="1"){if(u==="0"){i=0;break}if(n[u]*=j.n,n[u]%j.d===0)n[u]/=j.d;else return null;i*=Math.pow(u,n[u])}for(var u in r)if(u!=="1"){if(r[u]*=j.n,r[u]%j.d===0)r[u]/=j.d;else return null;o*=Math.pow(u,r[u])}return j.s<0?be(o,i):be(i,o)},equals:function(e,t){return Dt(e,t),this.s*this.n*j.d===j.s*j.n*this.d},compare:function(e,t){Dt(e,t);var n=this.s*this.n*j.d-j.s*j.n*this.d;return(0<n)-(n<0)},simplify:function(e){if(isNaN(this.n)||isNaN(this.d))return this;e=e||.001;for(var t=this.abs(),n=t.toContinued(),r=1;r<n.length;r++){for(var i=be(n[r-1],1),o=r-2;o>=0;o--)i=i.inverse().add(n[o]);if(Math.abs(i.sub(t).valueOf())<e)return i.mul(this.s)}return this},divisible:function(e,t){return Dt(e,t),!(!(j.n*this.d)||this.n*j.d%(j.n*this.d))},valueOf:function(){return this.s*this.n/this.d},toFraction:function(e){var t,n="",r=this.n,i=this.d;return this.s<0&&(n+="-"),i===1?n+=r:(e&&(t=Math.floor(r/i))>0&&(n+=t,n+=" ",r%=i),n+=r,n+="/",n+=i),n},toLatex:function(e){var t,n="",r=this.n,i=this.d;return this.s<0&&(n+="-"),i===1?n+=r:(e&&(t=Math.floor(r/i))>0&&(n+=t,r%=i),n+="\\frac{",n+=r,n+="}{",n+=i,n+="}"),n},toContinued:function(){var e,t=this.n,n=this.d,r=[];if(isNaN(t)||isNaN(n))return r;do r.push(Math.floor(t/n)),e=t%n,t=n,n=e;while(t!==1);return r},toString:function(e){var t=this.n,n=this.d;if(isNaN(t)||isNaN(n))return"NaN";e=e||15;var r=_1(t,n),i=D1(t,n,r),o=this.s<0?"-":"";if(o+=t/n|0,t%=n,t*=10,t&&(o+="."),r){for(var u=i;u--;)o+=t/n|0,t%=n,t*=10;o+="(";for(var u=r;u--;)o+=t/n|0,t%=n,t*=10;o+=")"}else for(var u=e;t&&u--;)o+=t/n|0,t%=n,t*=10;return o}};var y1="Fraction",E1=[],b1=st(y1,E1,()=>(Object.defineProperty(Ge,"name",{value:"Fraction"}),Ge.prototype.constructor=Ge,Ge.prototype.type="Fraction",Ge.prototype.isFraction=!0,Ge.prototype.toJSON=function(){return{mathjs:"Fraction",n:this.s*this.n,d:this.d}},Ge.fromJSON=function(e){return new Ge(e)},Ge),{isClass:!0}),w1="Matrix",A1=[],C1=st(w1,A1,()=>{function e(){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator")}return e.prototype.type="Matrix",e.prototype.isMatrix=!0,e.prototype.storage=function(){throw new Error("Cannot invoke storage on a Matrix interface")},e.prototype.datatype=function(){throw new Error("Cannot invoke datatype on a Matrix interface")},e.prototype.create=function(t,n){throw new Error("Cannot invoke create on a Matrix interface")},e.prototype.subset=function(t,n,r){throw new Error("Cannot invoke subset on a Matrix interface")},e.prototype.get=function(t){throw new Error("Cannot invoke get on a Matrix interface")},e.prototype.set=function(t,n,r){throw new Error("Cannot invoke set on a Matrix interface")},e.prototype.resize=function(t,n){throw new Error("Cannot invoke resize on a Matrix interface")},e.prototype.reshape=function(t,n){throw new Error("Cannot invoke reshape on a Matrix interface")},e.prototype.clone=function(){throw new Error("Cannot invoke clone on a Matrix interface")},e.prototype.size=function(){throw new Error("Cannot invoke size on a Matrix interface")},e.prototype.map=function(t,n){throw new Error("Cannot invoke map on a Matrix interface")},e.prototype.forEach=function(t){throw new Error("Cannot invoke forEach on a Matrix interface")},e.prototype[Symbol.iterator]=function(){throw new Error("Cannot iterate a Matrix interface")},e.prototype.toArray=function(){throw new Error("Cannot invoke toArray on a Matrix interface")},e.prototype.valueOf=function(){throw new Error("Cannot invoke valueOf on a Matrix interface")},e.prototype.format=function(t){throw new Error("Cannot invoke format on a Matrix interface")},e.prototype.toString=function(){throw new Error("Cannot invoke toString on a Matrix interface")},e},{isClass:!0});function F1(e){return Object.keys(e.signatures||{}).reduce(function(t,n){var r=(n.match(/,/g)||[]).length+1;return Math.max(t,r)},-1)}var N1="DenseMatrix",O1=["Matrix"],I1=st(N1,O1,e=>{var{Matrix:t}=e;function n(l,a){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");if(a&&!go(a))throw new Error("Invalid datatype: "+a);if(hi(l))l.type==="DenseMatrix"?(this._data=Zn(l._data),this._size=Zn(l._size),this._datatype=a||l._datatype):(this._data=l.toArray(),this._size=l.size(),this._datatype=a||l._datatype);else if(l&&_t(l.data)&&_t(l.size))this._data=l.data,this._size=l.size,zf(this._data,this._size),this._datatype=a||l.datatype;else if(_t(l))this._data=f(l),this._size=ks(this._data),zf(this._data,this._size),this._datatype=a;else{if(l)throw new TypeError("Unsupported type of data ("+Rs(l)+")");this._data=[],this._size=[0],this._datatype=a}}n.prototype=new t,n.prototype.createDenseMatrix=function(l,a){return new n(l,a)},Object.defineProperty(n,"name",{value:"DenseMatrix"}),n.prototype.constructor=n,n.prototype.type="DenseMatrix",n.prototype.isDenseMatrix=!0,n.prototype.getDataType=function(){return Us(this._data,Rs)},n.prototype.storage=function(){return"dense"},n.prototype.datatype=function(){return this._datatype},n.prototype.create=function(l,a){return new n(l,a)},n.prototype.subset=function(l,a,d){switch(arguments.length){case 1:return r(this,l);case 2:case 3:return o(this,l,a,d);default:throw new SyntaxError("Wrong number of arguments")}},n.prototype.get=function(l){if(!_t(l))throw new TypeError("Array expected");if(l.length!==this._size.length)throw new $e(l.length,this._size.length);for(var a=0;a<l.length;a++)bt(l[a],this._size[a]);for(var d=this._data,h=0,p=l.length;h<p;h++){var g=l[h];bt(g,d.length),d=d[g]}return d},n.prototype.set=function(l,a,d){if(!_t(l))throw new TypeError("Array expected");if(l.length<this._size.length)throw new $e(l.length,this._size.length,"<");var h,p,g,D=l.map(function(A){return A+1});c(this,D,d);var m=this._data;for(h=0,p=l.length-1;h<p;h++)g=l[h],bt(g,m.length),m=m[g];return g=l[l.length-1],bt(g,m.length),m[g]=a,this};function r(l,a){if(!$f(a))throw new TypeError("Invalid index");var d=a.isScalar();if(d)return l.get(a.min());var h=a.size();if(h.length!==l._size.length)throw new $e(h.length,l._size.length);for(var p=a.min(),g=a.max(),D=0,m=l._size.length;D<m;D++)bt(p[D],l._size[D]),bt(g[D],l._size[D]);return new n(i(l._data,a,h.length,0),l._datatype)}function i(l,a,d,h){var p=h===d-1,g=a.dimension(h);return p?g.map(function(D){return bt(D,l.length),l[D]}).valueOf():g.map(function(D){bt(D,l.length);var m=l[D];return i(m,a,d,h+1)}).valueOf()}function o(l,a,d,h){if(!a||a.isIndex!==!0)throw new TypeError("Invalid index");var p=a.size(),g=a.isScalar(),D;if(hi(d)?(D=d.size(),d=d.valueOf()):D=ks(d),g){if(D.length!==0)throw new TypeError("Scalar expected");l.set(a.min(),d,h)}else{if(p.length<l._size.length)throw new $e(p.length,l._size.length,"<");if(D.length<p.length){for(var m=0,A=0;p[m]===1&&D[m]===1;)m++;for(;p[m]===1;)A++,m++;d=ey(d,p.length,A,D)}if(!Bs(p,D))throw new $e(p,D,">");var v=a.max().map(function(N){return N+1});c(l,v,h);var y=p.length,I=0;u(l._data,a,d,y,I)}return l}function u(l,a,d,h,p){var g=p===h-1,D=a.dimension(p);g?D.forEach(function(m,A){bt(m),l[m]=d[A[0]]}):D.forEach(function(m,A){bt(m),u(l[m],a,d[A[0]],h,p+1)})}n.prototype.resize=function(l,a,d){if(!Ms(l))throw new TypeError("Array or Matrix expected");var h=l.valueOf().map(g=>Array.isArray(g)&&g.length===1?g[0]:g),p=d?this.clone():this;return s(p,h,a)};function s(l,a,d){if(a.length===0){for(var h=l._data;_t(h);)h=h[0];return h}return l._size=a.slice(0),l._data=Jf(l._data,l._size,d),l}n.prototype.reshape=function(l,a){var d=a?this.clone():this;d._data=Qv(d._data,l);var h=d._size.reduce((p,g)=>p*g);return d._size=Zf(l,h),d};function c(l,a,d){for(var h=l._size.slice(0),p=!1;h.length<a.length;)h.push(0),p=!0;for(var g=0,D=a.length;g<D;g++)a[g]>h[g]&&(h[g]=a[g],p=!0);p&&s(l,h,d)}n.prototype.clone=function(){var l=new n({data:Zn(this._data),size:Zn(this._size),datatype:this._datatype});return l},n.prototype.size=function(){return this._size.slice(0)},n.prototype.map=function(l){var a=this,d=F1(l),h=function D(m,A){return _t(m)?m.map(function(v,y){return D(v,A.concat(y))}):d===1?l(m):d===2?l(m,A):l(m,A,a)},p=h(this._data,[]),g=this._datatype!==void 0?Us(p,Rs):void 0;return new n(p,g)},n.prototype.forEach=function(l){var a=this,d=function h(p,g){_t(p)?p.forEach(function(D,m){h(D,g.concat(m))}):l(p,g,a)};d(this._data,[])},n.prototype[Symbol.iterator]=function*(){var l=function*a(d,h){if(_t(d))for(var p=0;p<d.length;p++)yield*a(d[p],h.concat(p));else yield{value:d,index:h}};yield*l(this._data,[])},n.prototype.rows=function(){var l=[],a=this.size();if(a.length!==2)throw new TypeError("Rows can only be returned for a 2D matrix.");var d=this._data;for(var h of d)l.push(new n([h],this._datatype));return l},n.prototype.columns=function(){var l=this,a=[],d=this.size();if(d.length!==2)throw new TypeError("Rows can only be returned for a 2D matrix.");for(var h=this._data,p=function(m){var A=h.map(v=>[v[m]]);a.push(new n(A,l._datatype))},g=0;g<d[1];g++)p(g);return a},n.prototype.toArray=function(){return Zn(this._data)},n.prototype.valueOf=function(){return this._data},n.prototype.format=function(l){return Qn(this._data,l)},n.prototype.toString=function(){return Qn(this._data)},n.prototype.toJSON=function(){return{mathjs:"DenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},n.prototype.diagonal=function(l){if(l){if(An(l)&&(l=l.toNumber()),!Qe(l)||!Vt(l))throw new TypeError("The parameter k must be an integer number")}else l=0;for(var a=l>0?l:0,d=l<0?-l:0,h=this._size[0],p=this._size[1],g=Math.min(h-d,p-a),D=[],m=0;m<g;m++)D[m]=this._data[m+d][m+a];return new n({data:D,size:[g],datatype:this._datatype})},n.diagonal=function(l,a,d,h){if(!_t(l))throw new TypeError("Array expected, size parameter");if(l.length!==2)throw new Error("Only two dimensions matrix are supported");if(l=l.map(function(O){if(An(O)&&(O=O.toNumber()),!Qe(O)||!Vt(O)||O<1)throw new Error("Size values must be positive integers");return O}),d){if(An(d)&&(d=d.toNumber()),!Qe(d)||!Vt(d))throw new TypeError("The parameter k must be an integer number")}else d=0;var p=d>0?d:0,g=d<0?-d:0,D=l[0],m=l[1],A=Math.min(D-g,m-p),v;if(_t(a)){if(a.length!==A)throw new Error("Invalid value array length");v=function(M){return a[M]}}else if(hi(a)){var y=a.size();if(y.length!==1||y[0]!==A)throw new Error("Invalid matrix length");v=function(M){return a.get([M])}}else v=function(){return a};h||(h=An(v(0))?v(0).mul(0):0);var I=[];if(l.length>0){I=Jf(I,l,h);for(var N=0;N<A;N++)I[N+g][N+p]=v(N)}return new n({data:I,size:[D,m]})},n.fromJSON=function(l){return new n(l)},n.prototype.swapRows=function(l,a){if(!Qe(l)||!Vt(l)||!Qe(a)||!Vt(a))throw new Error("Row index must be positive integers");if(this._size.length!==2)throw new Error("Only two dimensional matrix is supported");return bt(l,this._size[0]),bt(a,this._size[0]),n._swapRows(l,a,this._data),this},n._swapRows=function(l,a,d){var h=d[l];d[l]=d[a],d[a]=h};function f(l){for(var a=0,d=l.length;a<d;a++){var h=l[a];_t(h)?l[a]=f(h):h&&h.isMatrix===!0&&(l[a]=f(h.valueOf()))}return l}return n},{isClass:!0}),vd="equalScalar";st(vd,["typed","config"],e=>{var{typed:t,config:n}=e;return t(vd,{"number, number":function(i,o){return Gv(i,o,n.epsilon)}})});function mi(e,t,n,r){if(!(this instanceof mi))throw new SyntaxError("Constructor must be called with the new operator");this.fn=e,this.count=t,this.min=n,this.max=r,this.message="Wrong number of arguments in function "+e+" ("+t+" provided, "+n+(r!=null?"-"+r:"")+" expected)",this.stack=new Error().stack}mi.prototype=new Error,mi.prototype.constructor=Error,mi.prototype.name="ArgumentsError",mi.prototype.isArgumentsError=!0;var yd="format",S1=["typed"],T1=st(yd,S1,e=>{var{typed:t}=e;return t(yd,{any:Qn,"any, Object | function | number":Qn})}),Ed="bin",M1=["typed","format"];st(Ed,M1,e=>{var{typed:t,format:n}=e;return t(Ed,{"number | BigNumber":function(i){return n(i,{notation:"bin"})},"number | BigNumber, number":function(i,o){return n(i,{notation:"bin",wordSize:o})}})});var bd="oct",R1=["typed","format"];st(bd,R1,e=>{var{typed:t,format:n}=e;return t(bd,{"number | BigNumber":function(i){return n(i,{notation:"oct"})},"number | BigNumber, number":function(i,o){return n(i,{notation:"oct",wordSize:o})}})});var wd="hex",B1=["typed","format"];st(wd,B1,e=>{var{typed:t,format:n}=e;return t(wd,{"number | BigNumber":function(i){return n(i,{notation:"hex"})},"number | BigNumber, number":function(i,o){return n(i,{notation:"hex",wordSize:o})}})});var Ad="equal";st(Ad,["typed","equalScalar"],e=>{var{typed:t,equalScalar:n}=e;return t(Ad,{"any, any":function(i,o){return i===null?o===null:o===null?i===null:i===void 0?o===void 0:o===void 0?i===void 0:n(i,o)}})});var Cd="unequal";st(Cd,["typed","equalScalar"],e=>{var{typed:t,equalScalar:n}=e;return t(Cd,{"any, any":function(i,o){return i===null?o!==null:o===null?i!==null:i===void 0?o!==void 0:o===void 0?i!==void 0:!n(i,o)}})});var Fd={exports:{}};(function(e){(function(t,n,r){function i(c){var f=this,l=s();f.next=function(){var a=2091639*f.s0+f.c*23283064365386963e-26;return f.s0=f.s1,f.s1=f.s2,f.s2=a-(f.c=a|0)},f.c=1,f.s0=l(" "),f.s1=l(" "),f.s2=l(" "),f.s0-=l(c),f.s0<0&&(f.s0+=1),f.s1-=l(c),f.s1<0&&(f.s1+=1),f.s2-=l(c),f.s2<0&&(f.s2+=1),l=null}function o(c,f){return f.c=c.c,f.s0=c.s0,f.s1=c.s1,f.s2=c.s2,f}function u(c,f){var l=new i(c),a=f&&f.state,d=l.next;return d.int32=function(){return l.next()*4294967296|0},d.double=function(){return d()+(d()*2097152|0)*11102230246251565e-32},d.quick=d,a&&(typeof a=="object"&&o(a,l),d.state=function(){return o(l,{})}),d}function s(){var c=4022871197,f=function(l){l=String(l);for(var a=0;a<l.length;a++){c+=l.charCodeAt(a);var d=.02519603282416938*c;c=d>>>0,d-=c,d*=c,c=d>>>0,d-=c,c+=d*4294967296}return(c>>>0)*23283064365386963e-26};return f}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.alea=u})(_n,e,!1)})(Fd);var Nd={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this,f="";c.x=0,c.y=0,c.z=0,c.w=0,c.next=function(){var a=c.x^c.x<<11;return c.x=c.y,c.y=c.z,c.z=c.w,c.w^=c.w>>>19^a^a>>>8},s===(s|0)?c.x=s:f+=s;for(var l=0;l<f.length+64;l++)c.x^=f.charCodeAt(l)|0,c.next()}function o(s,c){return c.x=s.x,c.y=s.y,c.z=s.z,c.w=s.w,c}function u(s,c){var f=new i(s),l=c&&c.state,a=function(){return(f.next()>>>0)/4294967296};return a.double=function(){do var d=f.next()>>>11,h=(f.next()>>>0)/4294967296,p=(d+h)/(1<<21);while(p===0);return p},a.int32=f.next,a.quick=a,l&&(typeof l=="object"&&o(l,f),a.state=function(){return o(f,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xor128=u})(_n,e,!1)})(Nd);var Od={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this,f="";c.next=function(){var a=c.x^c.x>>>2;return c.x=c.y,c.y=c.z,c.z=c.w,c.w=c.v,(c.d=c.d+362437|0)+(c.v=c.v^c.v<<4^(a^a<<1))|0},c.x=0,c.y=0,c.z=0,c.w=0,c.v=0,s===(s|0)?c.x=s:f+=s;for(var l=0;l<f.length+64;l++)c.x^=f.charCodeAt(l)|0,l==f.length&&(c.d=c.x<<10^c.x>>>4),c.next()}function o(s,c){return c.x=s.x,c.y=s.y,c.z=s.z,c.w=s.w,c.v=s.v,c.d=s.d,c}function u(s,c){var f=new i(s),l=c&&c.state,a=function(){return(f.next()>>>0)/4294967296};return a.double=function(){do var d=f.next()>>>11,h=(f.next()>>>0)/4294967296,p=(d+h)/(1<<21);while(p===0);return p},a.int32=f.next,a.quick=a,l&&(typeof l=="object"&&o(l,f),a.state=function(){return o(f,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xorwow=u})(_n,e,!1)})(Od);var Id={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this;c.next=function(){var l=c.x,a=c.i,d,h;return d=l[a],d^=d>>>7,h=d^d<<24,d=l[a+1&7],h^=d^d>>>10,d=l[a+3&7],h^=d^d>>>3,d=l[a+4&7],h^=d^d<<7,d=l[a+7&7],d=d^d<<13,h^=d^d<<9,l[a]=h,c.i=a+1&7,h};function f(l,a){var d,h=[];if(a===(a|0))h[0]=a;else for(a=""+a,d=0;d<a.length;++d)h[d&7]=h[d&7]<<15^a.charCodeAt(d)+h[d+1&7]<<13;for(;h.length<8;)h.push(0);for(d=0;d<8&&h[d]===0;++d);for(d==8?h[7]=-1:h[d],l.x=h,l.i=0,d=256;d>0;--d)l.next()}f(c,s)}function o(s,c){return c.x=s.x.slice(),c.i=s.i,c}function u(s,c){s==null&&(s=+new Date);var f=new i(s),l=c&&c.state,a=function(){return(f.next()>>>0)/4294967296};return a.double=function(){do var d=f.next()>>>11,h=(f.next()>>>0)/4294967296,p=(d+h)/(1<<21);while(p===0);return p},a.int32=f.next,a.quick=a,l&&(l.x&&o(l,f),a.state=function(){return o(f,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xorshift7=u})(_n,e,!1)})(Id);var Sd={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this;c.next=function(){var l=c.w,a=c.X,d=c.i,h,p;return c.w=l=l+1640531527|0,p=a[d+34&127],h=a[d=d+1&127],p^=p<<13,h^=h<<17,p^=p>>>15,h^=h>>>12,p=a[d]=p^h,c.i=d,p+(l^l>>>16)|0};function f(l,a){var d,h,p,g,D,m=[],A=128;for(a===(a|0)?(h=a,a=null):(a=a+"\0",h=0,A=Math.max(A,a.length)),p=0,g=-32;g<A;++g)a&&(h^=a.charCodeAt((g+32)%a.length)),g===0&&(D=h),h^=h<<10,h^=h>>>15,h^=h<<4,h^=h>>>13,g>=0&&(D=D+1640531527|0,d=m[g&127]^=h+D,p=d==0?p+1:0);for(p>=128&&(m[(a&&a.length||0)&127]=-1),p=127,g=4*128;g>0;--g)h=m[p+34&127],d=m[p=p+1&127],h^=h<<13,d^=d<<17,h^=h>>>15,d^=d>>>12,m[p]=h^d;l.w=D,l.X=m,l.i=p}f(c,s)}function o(s,c){return c.i=s.i,c.w=s.w,c.X=s.X.slice(),c}function u(s,c){s==null&&(s=+new Date);var f=new i(s),l=c&&c.state,a=function(){return(f.next()>>>0)/4294967296};return a.double=function(){do var d=f.next()>>>11,h=(f.next()>>>0)/4294967296,p=(d+h)/(1<<21);while(p===0);return p},a.int32=f.next,a.quick=a,l&&(l.X&&o(l,f),a.state=function(){return o(f,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.xor4096=u})(_n,e,!1)})(Sd);var Td={exports:{}};(function(e){(function(t,n,r){function i(s){var c=this,f="";c.next=function(){var a=c.b,d=c.c,h=c.d,p=c.a;return a=a<<25^a>>>7^d,d=d-h|0,h=h<<24^h>>>8^p,p=p-a|0,c.b=a=a<<20^a>>>12^d,c.c=d=d-h|0,c.d=h<<16^d>>>16^p,c.a=p-a|0},c.a=0,c.b=0,c.c=-1640531527,c.d=1367130551,s===Math.floor(s)?(c.a=s/4294967296|0,c.b=s|0):f+=s;for(var l=0;l<f.length+20;l++)c.b^=f.charCodeAt(l)|0,c.next()}function o(s,c){return c.a=s.a,c.b=s.b,c.c=s.c,c.d=s.d,c}function u(s,c){var f=new i(s),l=c&&c.state,a=function(){return(f.next()>>>0)/4294967296};return a.double=function(){do var d=f.next()>>>11,h=(f.next()>>>0)/4294967296,p=(d+h)/(1<<21);while(p===0);return p},a.int32=f.next,a.quick=a,l&&(typeof l=="object"&&o(l,f),a.state=function(){return o(f,{})}),a}n&&n.exports?n.exports=u:r&&r.amd?r(function(){return u}):this.tychei=u})(_n,e,!1)})(Td);var Md={exports:{}};(function(e){(function(t,n,r){var i=256,o=6,u=52,s="random",c=r.pow(i,o),f=r.pow(2,u),l=f*2,a=i-1,d;function h(y,I,N){var O=[];I=I==!0?{entropy:!0}:I||{};var M=m(D(I.entropy?[y,v(n)]:y==null?A():y,3),O),R=new p(O),W=function(){for(var Z=R.g(o),q=c,ee=0;Z<f;)Z=(Z+ee)*i,q*=i,ee=R.g(1);for(;Z>=l;)Z/=2,q/=2,ee>>>=1;return(Z+ee)/q};return W.int32=function(){return R.g(4)|0},W.quick=function(){return R.g(4)/4294967296},W.double=W,m(v(R.S),n),(I.pass||N||function(Z,q,ee,pe){return pe&&(pe.S&&g(pe,R),Z.state=function(){return g(R,{})}),ee?(r[s]=Z,q):Z})(W,M,"global"in I?I.global:this==r,I.state)}function p(y){var I,N=y.length,O=this,M=0,R=O.i=O.j=0,W=O.S=[];for(N||(y=[N++]);M<i;)W[M]=M++;for(M=0;M<i;M++)W[M]=W[R=a&R+y[M%N]+(I=W[M])],W[R]=I;(O.g=function(Z){for(var q,ee=0,pe=O.i,le=O.j,J=O.S;Z--;)q=J[pe=a&pe+1],ee=ee*i+J[a&(J[pe]=J[le=a&le+q])+(J[le]=q)];return O.i=pe,O.j=le,ee})(i)}function g(y,I){return I.i=y.i,I.j=y.j,I.S=y.S.slice(),I}function D(y,I){var N=[],O=typeof y,M;if(I&&O=="object")for(M in y)try{N.push(D(y[M],I-1))}catch(R){}return N.length?N:O=="string"?y:y+"\0"}function m(y,I){for(var N=y+"",O,M=0;M<N.length;)I[a&M]=a&(O^=I[a&M]*19)+N.charCodeAt(M++);return v(I)}function A(){try{var y;return d&&(y=d.randomBytes)?y=y(i):(y=new Uint8Array(i),(t.crypto||t.msCrypto).getRandomValues(y)),v(y)}catch(O){var I=t.navigator,N=I&&I.plugins;return[+new Date,t,N,t.screen,v(n)]}}function v(y){return String.fromCharCode.apply(0,y)}if(m(r.random(),n),e.exports){e.exports=h;try{d=Ro.default}catch(y){}}else r["seed"+s]=h})(typeof self!="undefined"?self:_n,[],Math)})(Md);var L1=Fd.exports,P1=Nd.exports,x1=Od.exports,k1=Id.exports,$1=Sd.exports,U1=Td.exports,$r=Md.exports;$r.alea=L1,$r.xor128=P1,$r.xorwow=x1,$r.xorshift7=k1,$r.xor4096=$1,$r.tychei=U1,Io("fineStructure",.0072973525693),Io("weakMixingAngle",.2229),Io("efimovFactor",22.7),Io("sackurTetrode",-1.16487052358);function Io(e,t){var n=["config","BigNumber"];return st(e,n,r=>{var{config:i,BigNumber:o}=r;return i.number==="BigNumber"?new o(t):t})}var V1=f1({config:Uf}),j1=p1({}),H1=b1({}),W1=C1({}),q1=I1({Matrix:W1}),G1=py({BigNumber:V1,Complex:j1,DenseMatrix:q1,Fraction:H1}),K1=T1({typed:G1});class X1{constructor(t){this.calcControls=[],this.dependenciesTriggerMap=new Map,this.hideNotRememberControlIds=[],this.dontHasPermissionControlIds=[],this.cacheComputedResult={},this.options=t,this.getDontHasPermissionControlIds(),this.getNeedHideRememberControlIds()}getNeedHideRememberControlIds(){var t;!((t=this.options)!=null&&t.displayBoList)||(this.hideNotRememberControlIds=this.options.displayBoList.reduce((n,r)=>(r.is_remember||n.push(...r.hide_controls),n),[]))}getDontHasPermissionControlIds(){var t;!((t=this.options)!=null&&t.behavior)||(this.dontHasPermissionControlIds=this.options.behavior.reduce((n,r)=>(r.ctrlBehavior===1&&n.push(r.ctrlId),n),[]))}controlNeedComputedValue(t){if(!t)return!1;const n=this.getControlIsHide(t);return!(this.dontHasPermissionControlIds.includes(t.id)&&n||this.hideNotRememberControlIds.includes(t.id)&&n)}getControlIsHide(t){return t.props.isHide?!0:t.parent===null||t.parent===void 0?!1:this.getControlIsHide(t.parent)}apply(t){this.engine=t,this.watchControlChange(),this.watchSubtableChange(),this.watchSchemaHideChange(),this.engine.on("engine-mounted",()=>{requestAnimationFrame(()=>{this.resetDependencies(),this.allCalcControlComputed()})})}resetDependencies(){this.calcControls=[],this.dependenciesTriggerMap.clear(),this.getAllCalcControl(),this.getCalcDependencies()}allCalcControlComputed(){this.calcControls.forEach(t=>{(t.props.dataBind.result.fieldCode===null||t.props.dataBind.result.fieldCode===void 0)&&this.computedCalcValue(t)})}getAllCalcControl(){this.calcControls=this.engine.runtime.flatInstances.filter(t=>t.type===ye.CALC)}getCalcDependencies(){this.calcControls.forEach(t=>{const{scriptEcho:n}=t.props;n.forEach(r=>{(r.type===et.VariableInMainTable||r.type===et.VariableInCurrentSubTable||r.type===et.VariableInOtherSubTable)&&this.setDependenciesTriggerMapItem(r.id,t),r.type===et.VariableInOtherSubTable&&r.subTableId&&this.setDependenciesTriggerMapItem(r.subTableId,t)})})}setDependenciesTriggerMapItem(t,n){this.dependenciesTriggerMap.has(t)||this.dependenciesTriggerMap.set(t,[]);const r=this.dependenciesTriggerMap.get(t);r.includes(n)||r.push(n)}getCalcControlsFromSubtableRows(t){return t.reduce((n,r)=>(r.children.forEach(i=>{const o=i.children[0];o&&this.engine.assertInstance(o,ye.CALC)&&n.push(o)}),n),[])}watchSchemaHideChange(){this.engine.on("schema-change",t=>{var n;t.props==="isHide"&&((n=this.dependenciesTriggerMap.get(t.instance.id))!=null?n:[]).forEach(i=>{this.computedCalcValue(i)})})}watchSubtableChange(){this.engine.on("list-change",t=>{var o,u,s;if(this.engine.isMounted===!1)return;this.resetDependencies();const n=(u=(o=t.options)==null?void 0:o.changed)!=null?u:[];this.getCalcControlsFromSubtableRows(n).forEach(c=>{this.computedCalcValue(c)}),((s=this.dependenciesTriggerMap.get(t.instance.id))!=null?s:[]).forEach(c=>{this.computedCalcValue(c)})})}watchControlChange(){this.engine.on("change",t=>{var i;if(this.engine.isMounted===!1)return;const{instance:n}=t;if(!this.dependenciesTriggerMap.has(n.id))return;const r=(i=this.dependenciesTriggerMap.get(n.id))!=null?i:[];t.rowIndex!==void 0&&t.rowIndex>-1?r.forEach(o=>{this.controlInSubtable(o)&&this.engine.getInstanceRowIndex(o)!==t.rowIndex||this.computedCalcValue(o)}):r.forEach(o=>{this.computedCalcValue(o)})})}controlInSubtable(t){var n;return((n=t.parent)==null?void 0:n.type)===ye.SUBTABLE_COLUMN}computedCalcValue(t){var c;const n=t.props.scriptEcho;if(!n||n.length===0)return;let r;this.controlInSubtable(t)&&(r=this.engine.getInstanceRowIndex(t));const i=n.reduce((f,l)=>{if(l.type===et.Operator||l.type===et.Number)return f+l.name;let a=0,d;switch(l.type){case et.VariableInMainTable:{const h=this.getNumberValue(this.engine.getState(l.id));d=this.engine.getInstance(l.id),a=Number(h);break}case et.VariableInCurrentSubTable:{d=this.engine.getInstance(l.id,r);const h=this.engine.getState(l.id,r),p=this.getNumberValue(h);a=Number(p);break}case et.VariableInOtherSubTable:{const h=this.engine.getState(l.id),p=Array.isArray(h)?h.map(D=>this.getNumberValue(D)):[],g=this.getAggregateTypeValue(p,l.aggregateType);d=this.engine.getInstance(l.subTableId),a=Number(g);break}}return!Number.isNaN(a)&&this.controlNeedComputedValue(d)?f+=`(${a})`:f+=0,f},"");let o;if(this.cacheComputedResult[i]!==void 0?o=this.cacheComputedResult[i]:(o=Number(K1(new Function(`return ${i}`)(),{precision:16})),this.cacheComputedResult[i]=o),this.controlInSubtable(t)&&r===void 0)return;const u=this.engine.getState(t.id,r),s=!o||o===1/0||o===-1/0?0:t.props.precision===""?o:Number(o.toFixed(t.props.precision));s!==(u==null?void 0:u.result)&&this.engine.setState(t.id,{result:s,unit:(c=u==null?void 0:u.unit)!=null?c:""},r)}getNumberValue(t){if(typeof t=="object"&&t){if("result"in t)return t.result;if("amount"in t)return t.amount}return typeof t=="number"?t:0}getAggregateTypeValue(t,n){if(!n||!t||!t.length)return 0;switch(n){case rn.MAX:return Math.max(...t);case rn.MIN:return Math.min(...t);case rn.SUM:return t.reduce((r,i)=>r+i);case rn.AVG:return t.reduce((r,i)=>r+i)/t.length}}}class z1{constructor(t,n=!0){this.config=t,this.isPc=n}apply(t){var u,s;this.engine=t;const n=(s=(u=this.config)==null?void 0:u.source)!=null?s:"";let r=document.createElement("style");r.className="edit-css-"+t.id;let i=document.querySelector("head");i==null||i.appendChild(r);let o;this.isPc?o=`[data-engine-id='${t.id}']{ ${n} }`:o=n,r.appendChild(document.createTextNode(o))}}ae.CalcPlugin=X1,ae.ControlsEventPlugin=sv,ae.ES6ModulePlugin=iv,ae.Engine=Ss,ae.LifecycleEventPlugin=uv,ae.Plugin=rv,ae.StylePlugin=z1,ae.buildUUID=li,ae.hasChildrenControl=ho,ae.loopDataViewControl=Jn,ae.loopFormControl=zn,ae.parseModule=Bf,Object.defineProperty(ae,"__esModule",{value:!0})});