@byteluck-fe/model-driven-shared 2.23.0-beta.3 → 2.23.0-beta.4

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.
@@ -17,6 +17,22 @@ function _create_class(Constructor, protoProps, staticProps) {
17
17
  if (staticProps) _defineProperties(Constructor, staticProps);
18
18
  return Constructor;
19
19
  }
20
+ function _define_property(obj, key, value) {
21
+ if (key in obj) {
22
+ Object.defineProperty(obj, key, {
23
+ value: value,
24
+ enumerable: true,
25
+ configurable: true,
26
+ writable: true
27
+ });
28
+ } else {
29
+ obj[key] = value;
30
+ }
31
+ return obj;
32
+ }
33
+ import { createI18n } from 'vue-i18n';
34
+ import messages from './locales';
35
+ import { DEFAULT_LOCALE } from './constant';
20
36
  import { getLocaleText } from '@byteluck-fe/locale-message';
21
37
  export var RulesMessage = /*#__PURE__*/ function() {
22
38
  "use strict";
@@ -26,12 +42,39 @@ export var RulesMessage = /*#__PURE__*/ function() {
26
42
  _create_class(RulesMessage, null, [
27
43
  {
28
44
  key: "getMessage",
29
- value: // static $i18n = RulesMessage.resetI18n()
30
- function getMessage(messageKey) {
45
+ value: function getMessage(messageKey) {
31
46
  var variable = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
32
- return getLocaleText('CMD.' + messageKey);
47
+ var _getLocaleText;
48
+ return (_getLocaleText = getLocaleText('engine.' + messageKey)) !== null && _getLocaleText !== void 0 ? _getLocaleText : this.$i18n.global.t(messageKey, variable);
49
+ }
50
+ },
51
+ {
52
+ key: "resetI18n",
53
+ value: function resetI18n() {
54
+ var locale = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : DEFAULT_LOCALE;
55
+ return createI18n({
56
+ locale: locale,
57
+ globalInjection: true,
58
+ silentFallbackWarn: true,
59
+ missingWarn: false,
60
+ fallbackWarn: false,
61
+ silentTranslationWarn: true
62
+ });
63
+ }
64
+ },
65
+ {
66
+ key: "setLocale",
67
+ value: function setLocale(locale, messagesI18n) {
68
+ var i18nData = messagesI18n;
69
+ if (!messagesI18n) {
70
+ i18nData = messages['zhCN'] //默认中文
71
+ ;
72
+ }
73
+ this.$i18n.global.setLocaleMessage(locale, i18nData);
74
+ // return this.$i18n.setLocale(locale)
33
75
  }
34
76
  }
35
77
  ]);
36
78
  return RulesMessage;
37
79
  }();
80
+ _define_property(RulesMessage, "$i18n", RulesMessage.resetI18n());
package/dist/index.umd.js CHANGED
@@ -1 +1,45 @@
1
- var T=(r,A,b)=>new Promise((D,I)=>{var E=m=>{try{y(b.next(m))}catch(h){I(h)}},p=m=>{try{y(b.throw(m))}catch(h){I(h)}},y=m=>m.done?D(m.value):Promise.resolve(m.value).then(E,p);y((b=b.apply(r,A)).next())});(function(r,A){typeof exports=="object"&&typeof module!="undefined"?A(exports):typeof define=="function"&&define.amd?define(["exports"],A):(r=typeof globalThis!="undefined"?globalThis:r||self,A(r.modelDrivenShared={}))})(this,function(r){var x;"use strict";class A{}class b{}var D=(e=>(e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable",e))(D||{}),I=(e=>(e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN",e))(I||{});class E{constructor(t){var n,a,c,l,u,f;this.name=(n=t==null?void 0:t.name)!=null?n:"",this.id=(a=t==null?void 0:t.id)!=null?a:"",this.type=(c=t==null?void 0:t.type)!=null?c:"Number",this.subTableId=(l=t==null?void 0:t.subTableId)!=null?l:void 0,this.subTableName=(u=t==null?void 0:t.subTableId)!=null?u:void 0,this.aggregateType=(f=t==null?void 0:t.aggregateType)!=null?f:void 0}}const p=(x=window.localStorage.getItem("locale"))!=null?x:"zh-CN",y=()=>{};var m=(e=>(e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e))(m||{}),h=(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",e))(h||{}),w=(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",e))(w||{}),N=(e=>(e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit",e))(N||{}),X=(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",e))(X||{}),$=(e=>(e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime",e))($||{});const Y={DEFAULT:"default"},J="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ee=J+"0123456789";function te(e=15){let t="";for(let n=0;n<e;n++){const a=n===0?J:ee,c=Math.random()*a.length;t+=a[parseInt(String(c),10)]}return t}const B=console;function Z(...e){const t=e.slice(1);B.warn("\u{1F9D0} Driven Warning:"+e[0],...t)}function _(...e){const t=e.slice(1);B.log("\u{1F680} Driven Log:"+e[0],...t)}function ne(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}class k extends Error{constructor(t){super(t),this.name="\u{1F4A5} Driven Error",this.message=t?ne(t):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class re extends k{constructor(t){super(t),this.name="\u{1F6A8} Driven Reference Error"}}function ae(e){throw new k(e)}function ie(e){throw new re(e)}function q(e){B.error(new k(e))}function v(e,t){Array.isArray(e)&&e.map(n=>{switch(n.controlType){case"layout":v(n==null?void 0:n.children,t);break;case"wrap":v(n==null?void 0:n.children,t);break;case"search":v(n==null?void 0:n.children,t);break;case"form":t(n)}})}const oe=(e,t)=>{if(!e)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=e.split(".");let a;const c=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((u,f)=>{f===0?a=c[u]:a&&(a=a[u])});let l="";return a&&(l=a),t&&Object.keys(t).forEach(u=>{const f=t[u];l=l.replace(new RegExp(`\\{\\s*${u}\\s*\\}`,"g"),f)}),l||(l=e),l};class s{static getMessage(t,n={}){return oe("CMD."+t)}}function ce(e,t,n){const a=t.replace(/\[(\d)]/g,(l,u)=>"."+u).split(".");let c=!1;return a.reduce((l,u,f,z)=>{const M=l;if(!!l){if(!Object.prototype.hasOwnProperty.call(l,u)){Z(`Can not set ${t}'s ${u} property in current %o, Because there is no ${u} property on the %o`,l,l);return}return f===z.length-1&&!Object.is(M[u],n)&&(M[u]=n,c=!0),M[u]}},e),c}var ue=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},F={exports:{}};(function(e){(function(t){var n=function(i,o,g){if(!M(o)||_e(o)||ke(o)||Fe(o)||z(o))return o;var d,S=0,P=0;if(Be(o))for(d=[],P=o.length;S<P;S++)d.push(n(i,o[S],g));else{d={};for(var W in o)Object.prototype.hasOwnProperty.call(o,W)&&(d[i(W,g)]=n(i,o[W],g))}return d},a=function(i,o){o=o||{};var g=o.separator||"_",d=o.split||/(?=[A-Z])/;return i.split(d).join(g)},c=function(i){return Ve(i)?i:(i=i.replace(/[\-_\s]+(.)?/g,function(o,g){return g?g.toUpperCase():""}),i.substr(0,1).toLowerCase()+i.substr(1))},l=function(i){var o=c(i);return o.substr(0,1).toUpperCase()+o.substr(1)},u=function(i,o){return a(i,o).toLowerCase()},f=Object.prototype.toString,z=function(i){return typeof i=="function"},M=function(i){return i===Object(i)},Be=function(i){return f.call(i)=="[object Array]"},_e=function(i){return f.call(i)=="[object Date]"},ke=function(i){return f.call(i)=="[object RegExp]"},Fe=function(i){return f.call(i)=="[object Boolean]"},Ve=function(i){return i=i-0,i===i},K=function(i,o){var g=o&&"process"in o?o.process:o;return typeof g!="function"?i:function(d,S){return g(d,i,S)}},O={camelize:c,decamelize:u,pascalize:l,depascalize:u,camelizeKeys:function(i,o){return n(K(c,o),i)},decamelizeKeys:function(i,o){return n(K(u,o),i,o)},pascalizeKeys:function(i,o){return n(K(l,o),i)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=O:t.humps=O})(ue)})(F);var Q={};Object.defineProperty(Q,"__esModule",{value:!0});function V(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:V(t));{const t={};for(const n in e){const a=e[n];t[n]=typeof a!="object"||a===null?a:V(a)}return t}}var se=Q.default=V;function le(e){if(e!==void 0)return typeof e=="object"?se(e):e}function fe(e){return C(e)&&"zh"in e}function C(e){return Object.prototype.toString.call(e)==="[object Object]"}function ge(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function U(e){return Array.isArray(e)}function R(e){return typeof e=="string"}function j(e){return typeof e=="number"}function me(e){return typeof e=="function"}function de(e){return U(e)&&e.every(t=>R(t))}function Ae(e){return U(e)&&e.every(t=>j(t))}function be(e){return U(e)&&e.every(t=>j(t)||t==="")}function he(e){return/^\[.*?]$/.test(e)}function Ie(e){return/^{.*?}$/.test(e)}function ye(e){return isNaN(parseFloat(e))?"":Number(e)}function Me(e){return e.reduce((t,n)=>(t.includes(n)||t.push(n),t),[])}function Se(e,t=500){let n;return function(...a){n||(n=setTimeout(()=>{e.apply(this,a),clearTimeout(n),n=null},t))}}function De(e=0){return new Promise(t=>{setTimeout(t,e)})}function G(e,t){let n=[];return Array.isArray(e)&&(n=e.map(a=>{let c=a;return Array.isArray(a==null?void 0:a.children)&&(c.children=G(a.children,t)),Array.isArray(a==null?void 0:a.footers)&&(c.footers=G(a.footers,t)),t(c)})),n}function ve(e){return F.exports.camelizeKeys(e)}function Ue(e){return F.exports.decamelizeKeys(e)}function Ee(e){return Object.values(w).includes(e)}class pe{constructor(){this._events=new Map,this.debug=!1}emit(t,...n){return T(this,null,function*(){const a=this._events.get(t),c=[];if(a){const l=a.slice();for(const u of l)if(!!a.includes(u))try{this.debug&&_(`\u6B63\u5728\u6267\u884C ${t} \u4E8B\u4EF6: ${u.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+u.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${n.map(()=>"%o").join(",")}\u3002`,...n);const f=yield u.apply(null,[...n]);if(this.debug&&_(`\u6B63\u5728\u6267\u884C ${t} \u4E8B\u4EF6: ${u.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+u.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${n.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...n,f),c.push(f),f===!1)break}catch(f){q(String(f)+":"+String(f.stack))}}return c})}on(t,n){var a;this._events.has(t)?(a=this._events.get(t))==null||a.push(n):this._events.set(t,[n])}off(t,n){if(this._events.has(t)){const a=this._events.get(t),c=a==null?void 0:a.indexOf(n);a==null||a.splice(c,1)}}delete(t){this._events.has(t)&&this._events.delete(t)}clear(){this._events=new Map}}const we=[{key:"on_click",name:s.getMessage("click"),code:"click"},{key:"on_click_finish",name:s.getMessage("finished"),code:"click-finish"},{key:"on_change",name:s.getMessage("valueChange"),code:"change"},{key:"on_search",name:s.getMessage("search"),code:"search"},{key:"on_list_change",name:s.getMessage("listDataChange"),code:"list-change"},{key:"on_list_search",name:s.getMessage("listDataCreate"),code:"list-search"},{key:"on_list_mounted",name:s.getMessage("listDataBack"),code:"list-mounted"},{key:"on_list_delete",name:s.getMessage("listDataDelete"),code:"list-delete"},{key:"on_list_before_insert",name:s.getMessage("listDataAdd"),code:"list-before-insert"},{key:"on_input",name:s.getMessage("onInput"),code:"input"},{key:"on_blur",name:s.getMessage("onBlur"),code:"blur"},{key:"on_focus",name:s.getMessage("onFocus"),code:"focus"},{key:"on_wps_open",name:s.getMessage("onOpenFile"),code:"wps-open"},{key:"on_wps_save",name:s.getMessage("onSaveFile"),code:"wps-save"},{key:"on_wps_rename",name:s.getMessage("rename"),code:"wps-rename"},{key:"on_list_actions",name:s.getMessage("onClickBtn"),code:"list-actions"},{key:"on_list_render_operation",name:s.getMessage("cellRender"),code:"list-render-operation"},{key:"on_list_rowclick",name:s.getMessage("rowClick"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:s.getMessage("rowDelete"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:s.getMessage("listDataImport"),code:"list-before-import"},{key:"on_list_rows_checked",name:s.getMessage("rowSelected"),code:"list-rows-checked"},{key:"on_change_tab",name:s.getMessage("tabChange"),code:"change-tab"},{key:"on_modal_ok",name:s.getMessage("modalConfirm"),code:"modal-ok"}],H=class{static getEventsFromKeys(e){const t=typeof e=="string"?[e]:e;return H.events.filter(n=>t.includes(n.key))}static getEventsFromControl(e){let t=[];const n=e.eventKeys;t=t.concat(H.events.filter(c=>n.includes(c.key)));const a=e.customEvents.map(c=>{let l=c.key;return c.namespace!==void 0&&c.namespace!==null&&c.namespace!==""&&(l=c.namespace+":"+c.key),{key:l,code:c.key,name:c.name}});return t=t.concat(a),t}};let L=H;L.events=we,r.CALC_AGGREGATE_TYPE=I,r.CALC_TOKEN_TYPE=D,r.CONTROL_BASE_TYPE=m,r.CONTROL_TYPE=w,r.CalcScriptEchoItem=E,r.DEFAULT_LOCALE=p,r.DESIGNER_SLOT=Y,r.DateType=$,r.DepartmentEntity=A,r.EventLogic=L,r.FORM_TYPE=h,r.FieldTypes=X,r.JSONCopy=le,r.OPT_TYPES=N,r.RulesMessage=s,r.UserEntity=b,r.Watcher=pe,r.camelizeKeys=ve,r.debounce=Se,r.decamelizeKeys=Ue,r.error=ae,r.genNonDuplicateId=te,r.getNotRepeatItems=Me,r.isArray=U,r.isBuiltInControls=Ee,r.isFunction=me,r.isJSONArray=he,r.isJSONObject=Ie,r.isLanguageObject=fe,r.isNumber=j,r.isNumberAndEmptyStringArray=be,r.isNumberArray=Ae,r.isObject=ge,r.isPlainObject=C,r.isString=R,r.isStringArray=de,r.log=_,r.logerror=q,r.loop=G,r.loopFormSchema=v,r.noop=y,r.referenceError=ie,r.toNumberOrEmpty=ye,r.updateValueFromKeys=ce,r.wait=De,r.warn=Z,Object.defineProperty(r,"__esModule",{value:!0})});
1
+ var Bg=Object.defineProperty,Og=Object.defineProperties;var Lg=Object.getOwnPropertyDescriptors;var Ks=Object.getOwnPropertySymbols;var Tg=Object.prototype.hasOwnProperty,yg=Object.prototype.propertyIsEnumerable;var Xs=(R,te,le)=>te in R?Bg(R,te,{enumerable:!0,configurable:!0,writable:!0,value:le}):R[te]=le,or=(R,te)=>{for(var le in te||(te={}))Tg.call(te,le)&&Xs(R,le,te[le]);if(Ks)for(var le of Ks(te))yg.call(te,le)&&Xs(R,le,te[le]);return R},ir=(R,te)=>Og(R,Lg(te));var yt=(R,te,le)=>new Promise((Xn,dn)=>{var Jn=$e=>{try{Rt(le.next($e))}catch(Mt){dn(Mt)}},qn=$e=>{try{Rt(le.throw($e))}catch(Mt){dn(Mt)}},Rt=$e=>$e.done?Xn($e.value):Promise.resolve($e.value).then(Jn,qn);Rt((le=le.apply(R,te)).next())});(function(R,te){typeof exports=="object"&&typeof module!="undefined"?te(exports):typeof define=="function"&&define.amd?define(["exports"],te):(R=typeof globalThis!="undefined"?globalThis:R||self,te(R.modelDrivenShared={}))})(this,function(R){var Gs;"use strict";class te{}class le{}var Xn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",dn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Jn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",qn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Rt="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",$e="{caption}\u5FC5\u586B",Mt="\u8BF7\u8F93\u5165\u6807\u9898",Js="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",qs="\u8BF7\u8F93\u5165\u884C\u6807\u9898",zs="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Qs="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Zs="\u8BF7\u7ED1\u5B9A\u8868\u5355",Ys="\u8BF7\u7ED1\u5B9A\u5217\u8868",eo="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",to="\u8BF7\u8F93\u5165\u663E\u793A\u503C",no="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",uo="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",ro="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",ao="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",so="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",oo="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",io="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",lo="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",co="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",fo="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Eo="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",_o="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",mo="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",po="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",vo="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",ho="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",go="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Co="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",bo="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Fo="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ao="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",No="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Do="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Io="\u8BF7\u9009\u62E9\u7701",So="\u8BF7\u9009\u62E9\u5E02",Bo="\u8BF7\u9009\u62E9\u533A",Oo="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Lo="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",To="\u8BF7\u8F93\u5165\u5217\u5BBD",yo="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Ro="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Mo="\u8BF7\u9009\u62E9\u63A7\u4EF6",$o="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",wo="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Po="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Vo="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ko="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Uo="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",xo="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Wo="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ho="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Go="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",jo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Ko="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Xo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Jo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",qo="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",zo="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Qo="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Zo="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Yo="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ei="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ti="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",ni="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",ui="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ri="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ai="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",si="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",oi="\u6279\u91CF\u5220\u9664",ii="\u6279\u91CF\u6253\u5370",li="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",ci="\u6309\u94AE",fi="\u521B\u5EFA\u5355\u636E",di="\u4EEA\u8868\u76D8",Ei="\u5206\u5272\u7EBF",_i="\u5BFC\u51FA",mi="\u8868\u5355\u64CD\u4F5C",pi="\u5BFC\u5165",vi="\u53D1\u7968\u8BC6\u522B",hi="\u94FE\u63A5",gi="\u5217\u8868\u9009\u62E9",Ci="\u5217\u8868\u89C6\u56FE",bi="\u64CD\u4F5C\u6309\u94AE",Fi="\u5206\u9875",Ai="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Ni="\u8BF4\u660E\u6587\u5B57",Di="\u6587\u5B57\u8BC6\u522B",Ii="\u6807\u9898\u7EC4\u4EF6",Si="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Bi="\u6570\u7EC4",Oi="\u81EA\u52A8\u7F16\u53F7",Li="\u81EA\u5B9A\u4E49",Ti="\u6570\u503C",yi="\u90E8\u95E8",Ri="\u4EBA\u5458",Mi="\u9644\u4EF6",$i="\u56FE\u7247",wi="\u5730\u5740",Pi="\u64CD\u4F5C",Vi="\u5E8F\u53F7",ki="\u4EBA\u5458",Ui="\u957F\u6587\u672C",xi="\u65E5\u671F\u533A\u95F4",Wi="\u65E5\u671F",Hi="\u77ED\u6587\u672C",Gi="\u6362\u884C\u5BB9\u5668Wrap",ji="\u8868\u683C",Ki="\u660E\u7EC6\u5B50\u8868",Xi="\u5730\u5740",Ji="\u91D1\u989D",qi="\u8BA1\u7B97\u516C\u5F0F",zi="\u591A\u9009",Qi="\u7535\u5B50\u7B7E\u7AE0",Zi="\u5355\u884C\u6587\u672C",Yi="\u6570\u5B57",el="\u4E1A\u52A1\u7EC4\u7EC7",tl="\u5355\u9009",nl="\u5BCC\u6587\u672C",ul="\u8BC4\u5206",rl="\u6570\u5B57\u533A\u95F4",al="\u4E0B\u62C9\u5355\u9009",sl="\u4E0B\u62C9\u591A\u9009",ol="\u5173\u8054\u5355\u9009",il="\u591A\u884C\u6587\u672C",ll="\u6811",cl="Vue\u5BB9\u5668",fl="Vue\u9875\u9762",dl="\u5728\u7EBF\u6587\u6863",El="\u6309\u94AE\u64CD\u4F5C\u680F",_l="\u9AD8\u7EA7\u5BB9\u5668",ml="\u5206\u7EC4",pl="\u6805\u683C\u5217",vl="\u6570\u636E\u5BB9\u5668",hl="\u753B\u5E03",gl="\u6362\u884C\u5BB9\u5668",Cl="\u6805\u683C\u7B49\u5206\u884C",bl="\u5217\u8868\u5BB9\u5668",Fl="\u81EA\u7531\u9875\u9762",Al="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Nl="\u5B9A\u4F4D\u5BB9\u5668",Dl="\u6805\u683C\u5E03\u5C40",Il="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Sl="\u660E\u7EC6\u5B50\u8868\u884C",Bl="\u6807\u7B7E\u9875",Ol="\u6807\u7B7E\u5355\u5143",Ll="\u5DE5\u5177\u680F",Tl="\u6279\u91CF\u63D0\u4EA4",yl="\u5BFC\u51FA\u8BB0\u5F55",Rl="\u5217\u8868\u89C6\u56FE",Ml="\u7ED3\u675F\u65F6\u95F4",$l="\u5F00\u59CB\u65F6\u95F4",wl="\u5355\u4F4D",Pl="\u7ED3\u679C",Vl="\u5E01\u79CD",kl="\u7ED3\u675F\u65E5\u671F",Ul="\u5F00\u59CB\u65E5\u671F",xl="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",Wl="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",Hl="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",Gl="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",jl="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Kl="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",Xl="\u8BF7\u9009\u62E9",Jl="\u8BF7\u9009\u62E9\u7EC4\u7EC7",ql="\u8BF7\u9009\u62E9\u90E8\u95E8",zl="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",Ql="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Zl="\u8BF7\u9009\u62E9\u5730\u5740",Yl="\u5F39\u7A97\u786E\u8BA4\u65F6",ec="\u6807\u7B7E\u9875\u5207\u6362\u65F6",tc="\u884C\u9009\u4E2D\u65F6",nc="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",uc="\u884C\u5220\u9664\u524D",rc="\u884C\u70B9\u51FB\u65F6",ac="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",sc="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",oc="\u91CD\u547D\u540D\u65F6",ic="\u4FDD\u5B58\u6587\u4EF6\u65F6",lc="\u6253\u5F00\u6587\u4EF6\u65F6",cc="\u83B7\u53D6\u7126\u70B9\u65F6",fc="\u5931\u53BB\u7126\u70B9\u65F6",dc="\u7528\u6237\u8F93\u5165\u65F6",Ec="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",_c="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",mc="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",pc="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",vc="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",hc="\u641C\u7D22\u65F6",gc="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Cc="\u6267\u884C\u5B8C\u6210\u65F6",bc="\u70B9\u51FB\u65F6",Fc="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ac="\u8BF7\u8F93\u5165\u65E5\u671F",Nc="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Dc="\u8BF7\u8F93\u5165",Ic="\u9ED8\u8BA4\u6A21\u7248",Sc="\u5DE6\u53F3\u5E03\u5C40",Bc="\u4E0A\u4E0B\u5E03\u5C40",Oc="\u53EA\u8BFB",Lc="\u5FC5\u586B",Tc="\u63D0\u793A\u6587\u5B57",yc="\u9690\u85CF\u6807\u9898",Rc="\u6807\u9898\u5FC5\u586B",Mc="\u7EC4\u7EC7\u5F62\u6001",$c="\u4E1A\u52A1\u7C7B\u578B",wc="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Pc="\u9690\u85CF",Vc="\u6D41\u7A0B\u72B6\u6001",kc="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",Uc="\u5220\u9664",xc="\u7F16\u8F91",Wc="\u67E5\u770B",Hc="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Gc="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",jc="\u5145\u6EE1\u6574\u884C",Kc="\u6700\u5C0F\u503C",Xc="\u6700\u5927\u503C",Jc="\u65B0\u5EFA\u6587\u6863",qc="\u91CD\u7F6E",zc="\u67E5\u8BE2",Qc="\u660E\u7EC6",Zc="\u6253\u5370",Yc="\u4FDD\u5B58\u8349\u7A3F",ef="\u4FDD\u5B58",tf="\u53D6\u6D88",nf="\u4E0A\u4F20\u56FE\u7247",uf="\u53D1\u8D77\u7B7E\u7F72",rf="\u4E0A\u4F20\u9644\u4EF6",af="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",sf={isNotNumber:Xn,isNotString:dn,isNotObject:Jn,isNotArray:qn,isNotBoolean:Rt,runtimeRequired:$e,pleaseEnterCaption:Mt,pleaseEnterCaptionTip:Js,pleaseEnterRowCaption:qs,pleaseEnterPlaceholder:zs,pleaseEnterFieldCode:Qs,pleaseEnterForm:Zs,pleaseEnterList:Ys,pleaseEnterProcess:eo,pleaseEnterLabel:to,pleaseEnterValue:no,bizKeyNotBindFiled:uo,pleaseSelectOneField:ro,pleaseEnterNumberRange:ao,pleaseEnterAValueGreaterThanMin:so,pleaseEnterAValueLessThanMax:oo,numberRangeSetError:io,stringRangeError:lo,attachmentMaxSize:co,pleaseEnterTotalScoreSetting:fo,theTotalScoreMustNotBeLessThan1:Eo,scoreDefaultValueRange:_o,attachmentLimitError:mo,PleaseReselectTheOptionalQuantity:po,TheMaximumLengthIsGreaterThanTheMinimumLength:vo,TheMinimumLengthIsGreaterThanTheMaximumLength:ho,PleaseSelectTheCorrectOptionSettings:go,optionIdIsRepeat:Co,optionIsRequired:bo,pleaseEnterDataCode:Fo,pleaseEnterValueFieldCode:Ao,pleaseEnterSvcCode:No,pleaseBindAtLeastOneDisplayValue:Do,pleaseSelectProvince:Io,pleaseSelectCity:So,pleaseSelectDistrict:Bo,limitRowsCannotBeLessThan0:Oo,TheNumberOfRowsCannotBeLessThanMinRows:Lo,pleaseEnterColumnWidth:To,pleaseSetTheLogicalRelationshipOfAllRuleConditions:yo,pleaseCompleteAllRulesAndConditions:Ro,pleaseSelectControl:Mo,pleaseSelectAtLeastOneColumn:$o,pleaseSelectFillBackMode:wo,pleaseSelectDashboard:Po,rootNodeIsRequired:Vo,theViewNameCannotBeEmpty:ko,pleaseSelectOcrType:Uo,pleaseSelectAtLeastOneFieldToFillIn:xo,pleaseChooseAtLeastOne:Wo,pleaseEnterButtonContent:Ho,pleaseEnterDataCodeInDataSetting:Go,pleaseEnterValueFieldCodeInDataSetting:jo,pleaseEnterSvcCodeInDataSetting:Ko,pleaseBindAtLeastOneDisplayValueInDataSetting:Xo,rootNodeIsRequiredInDataSetting:Jo,pleaseEnterMaxHeight:qo,pleaseEnterWatermark:zo,pleaseEnterFileName:Qo,pleaseUploadAtLeastOnePrintTemplate:Zo,pleaseAssignBusiness:Yo,pleaseAssignExternal:ei,pleaseEnterAliasCode:ti,pleaseSelectDataCode:ni,pleaseSelectSvcCode:ui,pleaseSelectJoinFieldCode:ri,pleaseSelectMainFieldCode:ai,pleaseSelectSortFieldCode:si,batchDeleteButton:oi,batchPrintListButton:ii,batchPrintRecordList:li,button:ci,createFormListButton:fi,dashboard:di,divider:Ei,exportListButton:_i,formSelectButton:mi,importRecordListButton:pi,invoiceCheckButton:vi,link:hi,listSelectButton:gi,ListViewSelect:Ci,operationButton:bi,pagination:Fi,submissionRecordListButton:Ai,text:Ni,textOcrButton:Di,title:Ii,approvalStatusColumn:Si,array:Bi,autoNumber:Oi,custom:Li,decimal:Ti,department:yi,employee:Ri,file:Mi,image:$i,location:wi,operation:Pi,order:Vi,people:ki,long:Ui,timescope:xi,timestamp:Wi,varchar:Hi,gridLayoutWrap:Gi,gridTable:ji,subTable:Ki,address:Xi,amount:Ji,calc:qi,checkBox:zi,electronicSignature:Qi,input:Zi,number:Yi,organizationSelection:el,radio:tl,richText:nl,score:ul,searchNumberRange:rl,select:al,selectMultiple:sl,selectRelation:ol,textarea:il,tree:ll,vueFormItem:cl,vuePage:fl,WPS:dl,actionBar:El,advancedContainer:_l,cardGroup:ml,col:pl,dataView:vl,grid:hl,gridLayoutContainer:gl,gridRow:Cl,listView:bl,page:Fl,position:Al,positioningContainer:Nl,row:Dl,subtableColumn:Il,subtableRow:Sl,tab:Bl,tabPane:Ol,toolbox:Ll,batchSubmissionListButton:Tl,exportRecordListButton:yl,listViewSelect:Rl,endTime:Ml,startTime:$l,unit:wl,result:Pl,currency:Vl,endDate:kl,startDate:Ul,pleaseSelectCompanyName:xl,pleaseSelectPhoneOrEmail:Wl,pleaseSelectSignType:Hl,pleaseSelectSigner:Gl,pleaseSelectOnlyOne:jl,pleaseSelectSignFile:Kl,pleaseSelect:Xl,pleaseSelectOrg:Jl,pleaseSelectDept:ql,pleaseSelectEndDate:zl,pleaseSelectStartDate:Ql,pleaseChooseAddress:Zl,modalConfirm:Yl,tabChange:ec,rowSelected:tc,listDataImport:nc,rowDelete:uc,rowClick:rc,cellRender:ac,onClickBtn:sc,rename:oc,onSaveFile:ic,onOpenFile:lc,onFocus:cc,onBlur:fc,onInput:dc,listDataAdd:Ec,listDataDelete:_c,listDataBack:mc,listDataCreate:pc,listDataChange:vc,search:hc,valueChange:gc,finished:Cc,click:bc,pleaseEnterNameorEmail:Fc,pleaseEnterDate:Ac,pleaseEnterAutonumber:Nc,pleaseEnter:Dc,defaultTemplate:Ic,left:Sc,top:Bc,default:"\u666E\u901A",readonly:Oc,required:Lc,textTip:Tc,hideCaption:yc,titleRequired:Rc,organizationalForm:Mc,businessType:$c,deleteConfirm:wc,hide:Pc,processStatus:Vc,approvedDocuments:kc,delete:Uc,edit:xc,view:Wc,loadCtrlErrorTip:Hc,loadCtrlError:Gc,fullLine:jc,min:Kc,max:Xc,createWPS:Jc,reset:qc,query:zc,detailed:Qc,print:Zc,draft:Yc,save:ef,cancel:tf,uploadImg:nf,signature:uf,uploadFile:rf,linkContent:af},of="Please enter a number",lf="Please enter a string",cf="Please enter an object",ff="Please enter an array",df="Please enter a boolean",Ef="{caption} Required",_f="Please enter the title",mf="Please enter the bubble prompt",pf="Please enter the row title",vf="Please enter the prompt text",hf="Please bind data items",gf="Please bind the form",Cf="Please bind the list",bf="Please bind the process",Ff="Please enter the displayed value",Af="Please enter the stored value",Nf="The document number is not bound to the data item",Df="Please select at least one display field",If="Please enter a value greater than or equal to {min} and less than or equal to {max}",Sf="Please enter a value greater than or equal to {min}",Bf="Please enter a value less than or equal to {max}",Of="The value range is set incorrectly",Lf="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Tf="The attachment size must be between 0MB and 1000MB",yf="Please fill in the total score setting",Rf="The total score cannot be less than 1",Mf="The default value must be between {min} and {max}",$f="The number of attachment uploads exceeds the limit",wf="Please re-select the optional quantity",Pf="The maximum length of the control must be greater than the minimum length",Vf="The minimum length of the control must be less than the maximum length",kf="Please select the correct option setting",Uf="Option ID cannot be repeated",xf="Please enter at least one option",Wf="Please bind the data source",Hf="Please bind the stored value",Gf="Please bind the service",jf="At least one display value must be bound",Kf="Please select a province",Xf="Please select a city",Jf="Please select a district",qf="The minimum number of lines to fill in cannot be less than 0",zf="The number of rows cannot be less than {min} rows",Qf="Please enter the column width",Zf="Please set the logical relationship of all rule conditions",Yf="Please complete all rules and conditions",ed="please select control",td="Please select the dashboard",nd="View name cannot be empty",ud="Please select recognition type",rd="Please select at least one field to fill in",ad="Please select at least one",sd="Please enter the button title",od="Please bind the business model in the data settings",id="Please bind storage values in data settings",ld="Please bind the service in the data settings",cd="Please bind at least one display value in the data settings",fd="Please select the root node in the data settings",dd="Please enter the maximum height",Ed="The input content cannot be empty",_d="Watermark cannot be empty",md="File name cannot be empty",pd="Please upload at least one printing template!\uFF01",vd="Please select a specific business department",hd="Please select a specified external organization",gd="Please enter a sub table alias",Cd="Please select the associated table to set the business model",bd="Please select the association table to set the binding service",Fd="Select associated sub table fields",Ad="Please select the associated main table field",Nd="Please select the sort field",Dd="\u6279\u91CF\u5220\u9664",Id="\u6279\u91CF\u6253\u5370",Sd="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Bd="\u6309\u94AE",Od="\u521B\u5EFA\u5355\u636E",Ld="\u4EEA\u8868\u76D8",Td="\u5206\u5272\u7EBF",yd="\u5BFC\u51FA",Rd="\u8868\u5355\u64CD\u4F5C",Md="\u5BFC\u5165",$d="\u53D1\u7968\u8BC6\u522B",wd="\u94FE\u63A5",Pd="\u5217\u8868\u9009\u62E9",Vd="\u5217\u8868\u89C6\u56FE",kd="\u64CD\u4F5C\u6309\u94AE",Ud="\u5206\u9875",xd="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Wd="\u8BF4\u660E\u6587\u5B57",Hd="\u6587\u5B57\u8BC6\u522B",Gd="\u6807\u9898\u7EC4\u4EF6",jd="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Kd="\u6570\u7EC4",Xd="\u81EA\u52A8\u7F16\u53F7",Jd="\u81EA\u5B9A\u4E49",qd="\u6570\u503C",zd="\u90E8\u95E8",Qd="\u4EBA\u5458",Zd="\u9644\u4EF6",Yd="\u56FE\u7247",eE="\u5730\u5740",tE="\u64CD\u4F5C",nE="\u5E8F\u53F7",uE="\u4EBA\u5458",rE="\u957F\u6587\u672C",aE="\u65E5\u671F\u533A\u95F4",sE="\u65E5\u671F",oE="\u77ED\u6587\u672C",iE="\u6362\u884C\u5BB9\u5668Wrap",lE="\u8868\u683C",cE="\u660E\u7EC6\u5B50\u8868",fE="\u5730\u5740",dE="\u91D1\u989D",EE="\u8BA1\u7B97\u516C\u5F0F",_E="\u591A\u9009",mE="\u7535\u5B50\u7B7E\u7AE0",pE="\u5355\u884C\u6587\u672C",vE="\u6570\u5B57",hE="\u4E1A\u52A1\u7EC4\u7EC7",gE="\u5355\u9009",CE="\u5BCC\u6587\u672C",bE="\u8BC4\u5206",FE="\u6570\u5B57\u533A\u95F4",AE="\u4E0B\u62C9\u5355\u9009",NE="\u4E0B\u62C9\u591A\u9009",DE="\u5173\u8054\u5355\u9009",IE="\u591A\u884C\u6587\u672C",SE="\u6811",BE="Vue\u5BB9\u5668",OE="Vue\u9875\u9762",LE="\u5728\u7EBF\u6587\u6863",TE="\u6309\u94AE\u64CD\u4F5C\u680F",yE="\u9AD8\u7EA7\u5BB9\u5668",RE="\u5206\u7EC4",ME="\u6805\u683C\u5217",$E="\u6570\u636E\u5BB9\u5668",wE="\u753B\u5E03",PE="\u6362\u884C\u5BB9\u5668",VE="\u6805\u683C\u7B49\u5206\u884C",kE="\u5217\u8868\u5BB9\u5668",UE="\u81EA\u7531\u9875\u9762",xE="\u5B9A\u4F4D\u5B50\u5BB9\u5668",WE="\u5B9A\u4F4D\u5BB9\u5668",HE="\u6805\u683C\u5E03\u5C40",GE="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",jE="\u660E\u7EC6\u5B50\u8868\u884C",KE="\u6807\u7B7E\u9875",XE="\u6807\u7B7E\u5355\u5143",JE="\u5DE5\u5177\u680F",qE="\u6279\u91CF\u63D0\u4EA4",zE="\u5BFC\u51FA\u8BB0\u5F55",QE="\u5217\u8868\u89C6\u56FE",ZE={isNotNumber:of,isNotString:lf,isNotObject:cf,isNotArray:ff,isNotBoolean:df,runtimeRequired:Ef,pleaseEnterCaption:_f,pleaseEnterCaptionTip:mf,pleaseEnterRowCaption:pf,pleaseEnterPlaceholder:vf,pleaseEnterFieldCode:hf,pleaseEnterForm:gf,pleaseEnterList:Cf,pleaseEnterProcess:bf,pleaseEnterLabel:Ff,pleaseEnterValue:Af,bizKeyNotBindFiled:Nf,pleaseSelectOneField:Df,pleaseEnterNumberRange:If,pleaseEnterAValueGreaterThanMin:Sf,pleaseEnterAValueLessThanMax:Bf,numberRangeSetError:Of,stringRangeError:Lf,attachmentMaxSize:Tf,pleaseEnterTotalScoreSetting:yf,theTotalScoreMustNotBeLessThan1:Rf,scoreDefaultValueRange:Mf,attachmentLimitError:$f,PleaseReselectTheOptionalQuantity:wf,TheMaximumLengthIsGreaterThanTheMinimumLength:Pf,TheMinimumLengthIsGreaterThanTheMaximumLength:Vf,PleaseSelectTheCorrectOptionSettings:kf,optionIdIsRepeat:Uf,optionIsRequired:xf,pleaseEnterDataCode:Wf,pleaseEnterValueFieldCode:Hf,pleaseEnterSvcCode:Gf,pleaseBindAtLeastOneDisplayValue:jf,pleaseSelectProvince:Kf,pleaseSelectCity:Xf,pleaseSelectDistrict:Jf,limitRowsCannotBeLessThan0:qf,TheNumberOfRowsCannotBeLessThanMinRows:zf,pleaseEnterColumnWidth:Qf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Zf,pleaseCompleteAllRulesAndConditions:Yf,pleaseSelectControl:ed,pleaseSelectDashboard:td,theViewNameCannotBeEmpty:nd,pleaseSelectOcrType:ud,pleaseSelectAtLeastOneFieldToFillIn:rd,pleaseChooseAtLeastOne:ad,pleaseEnterButtonContent:sd,pleaseEnterDataCodeInDataSetting:od,pleaseEnterValueFieldCodeInDataSetting:id,pleaseEnterSvcCodeInDataSetting:ld,pleaseBindAtLeastOneDisplayValueInDataSetting:cd,rootNodeIsRequiredInDataSetting:fd,pleaseEnterMaxHeight:dd,pleaseEnter:Ed,pleaseEnterWatermark:_d,pleaseEnterFileName:md,pleaseUploadAtLeastOnePrintTemplate:pd,pleaseAssignBusiness:vd,pleaseAssignExternal:hd,pleaseEnterAliasCode:gd,pleaseSelectDataCode:Cd,pleaseSelectSvcCode:bd,pleaseSelectJoinFieldCode:Fd,pleaseSelectMainFieldCode:Ad,pleaseSelectSortFieldCode:Nd,batchDeleteButton:Dd,batchPrintListButton:Id,batchPrintRecordList:Sd,button:Bd,createFormListButton:Od,dashboard:Ld,divider:Td,exportListButton:yd,formSelectButton:Rd,importRecordListButton:Md,invoiceCheckButton:$d,link:wd,listSelectButton:Pd,ListViewSelect:Vd,operationButton:kd,pagination:Ud,submissionRecordListButton:xd,text:Wd,textOcrButton:Hd,title:Gd,approvalStatusColumn:jd,array:Kd,autoNumber:Xd,custom:Jd,decimal:qd,department:zd,employee:Qd,file:Zd,image:Yd,location:eE,operation:tE,order:nE,people:uE,long:rE,timescope:aE,timestamp:sE,varchar:oE,gridLayoutWrap:iE,gridTable:lE,subTable:cE,address:fE,amount:dE,calc:EE,checkBox:_E,electronicSignature:mE,input:pE,number:vE,organizationSelection:hE,radio:gE,richText:CE,score:bE,searchNumberRange:FE,select:AE,selectMultiple:NE,selectRelation:DE,textarea:IE,tree:SE,vueFormItem:BE,vuePage:OE,WPS:LE,actionBar:TE,advancedContainer:yE,cardGroup:RE,col:ME,dataView:$E,grid:wE,gridLayoutContainer:PE,gridRow:VE,listView:kE,page:UE,position:xE,positioningContainer:WE,row:HE,subtableColumn:GE,subtableRow:jE,tab:KE,tabPane:XE,toolbox:JE,batchSubmissionListButton:qE,exportRecordListButton:zE,listViewSelect:QE},YE="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",e_="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",t_="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",n_="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",u_="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",r_="{caption}\u5FC5\u9808",a_="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",s_="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",o_="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",i_="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",l_="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",c_="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",f_="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",d_="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",E_="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",__="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",m_="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",p_="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",v_="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",h_="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",g_="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",C_="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",b_="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",F_="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",A_="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",N_="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",D_="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",I_="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",S_="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",B_="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",O_="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",L_="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",T_="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",y_="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",R_="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",M_="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",$_="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",w_="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",P_="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",V_="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",k_="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",U_="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",x_="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",W_="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",H_="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",G_="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",j_="please select control",K_="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",X_="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",J_="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",q_="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",z_="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Q_="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Z_="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Y_="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",em="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",tm="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",nm="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",um="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",rm="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",am="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",sm="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",om="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",im="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",lm="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",cm="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",fm="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",dm="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Em="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",_m="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",mm="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",pm="\u6279\u91CF\u5220\u9664",vm="\u6279\u91CF\u6253\u5370",hm="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",gm="\u6309\u94AE",Cm="\u521B\u5EFA\u5355\u636E",bm="\u4EEA\u8868\u76D8",Fm="\u5206\u5272\u7EBF",Am="\u5BFC\u51FA",Nm="\u8868\u5355\u64CD\u4F5C",Dm="\u5BFC\u5165",Im="\u53D1\u7968\u8BC6\u522B",Sm="\u94FE\u63A5",Bm="\u5217\u8868\u9009\u62E9",Om="\u5217\u8868\u89C6\u56FE",Lm="\u64CD\u4F5C\u6309\u94AE",Tm="\u5206\u9875",ym="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Rm="\u8BF4\u660E\u6587\u5B57",Mm="\u6587\u5B57\u8BC6\u522B",$m="\u6807\u9898\u7EC4\u4EF6",wm="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Pm="\u6570\u7EC4",Vm="\u81EA\u52A8\u7F16\u53F7",km="\u81EA\u5B9A\u4E49",Um="\u6570\u503C",xm="\u90E8\u95E8",Wm="\u4EBA\u5458",Hm="\u9644\u4EF6",Gm="\u56FE\u7247",jm="\u5730\u5740",Km="\u64CD\u4F5C",Xm="\u5E8F\u53F7",Jm="\u4EBA\u5458",qm="\u957F\u6587\u672C",zm="\u65E5\u671F\u533A\u95F4",Qm="\u65E5\u671F",Zm="\u77ED\u6587\u672C",Ym="\u6362\u884C\u5BB9\u5668Wrap",ep="\u8868\u683C",tp="\u660E\u7EC6\u5B50\u8868",np="\u5730\u5740",up="\u91D1\u989D",rp="\u8BA1\u7B97\u516C\u5F0F",ap="\u591A\u9009",sp="\u7535\u5B50\u7B7E\u7AE0",op="\u5355\u884C\u6587\u672C",ip="\u6570\u5B57",lp="\u4E1A\u52A1\u7EC4\u7EC7",cp="\u5355\u9009",fp="\u5BCC\u6587\u672C",dp="\u8BC4\u5206",Ep="\u6570\u5B57\u533A\u95F4",_p="\u4E0B\u62C9\u5355\u9009",mp="\u4E0B\u62C9\u591A\u9009",pp="\u5173\u8054\u5355\u9009",vp="\u591A\u884C\u6587\u672C",hp="\u6811",gp="Vue\u5BB9\u5668",Cp="Vue\u9875\u9762",bp="\u5728\u7EBF\u6587\u6863",Fp="\u6309\u94AE\u64CD\u4F5C\u680F",Ap="\u9AD8\u7EA7\u5BB9\u5668",Np="\u5206\u7EC4",Dp="\u6805\u683C\u5217",Ip="\u6570\u636E\u5BB9\u5668",Sp="\u753B\u5E03",Bp="\u6362\u884C\u5BB9\u5668",Op="\u6805\u683C\u7B49\u5206\u884C",Lp="\u5217\u8868\u5BB9\u5668",Tp="\u81EA\u7531\u9875\u9762",yp="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Rp="\u5B9A\u4F4D\u5BB9\u5668",Mp="\u6805\u683C\u5E03\u5C40",$p="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",wp="\u660E\u7EC6\u5B50\u8868\u884C",Pp="\u6807\u7B7E\u9875",Vp="\u6807\u7B7E\u5355\u5143",kp="\u5DE5\u5177\u680F",Up="\u6279\u91CF\u63D0\u4EA4",xp="\u5BFC\u51FA\u8BB0\u5F55",Wp="\u5217\u8868\u89C6\u56FE",Hp={isNotNumber:YE,isNotString:e_,isNotObject:t_,isNotArray:n_,isNotBoolean:u_,runtimeRequired:r_,pleaseEnterCaption:a_,pleaseEnterCaptionTip:s_,pleaseEnterRowCaption:o_,pleaseEnterPlaceholder:i_,pleaseEnterFieldCode:l_,pleaseEnterForm:c_,pleaseEnterList:f_,pleaseEnterProcess:d_,pleaseEnterLabel:E_,pleaseEnterValue:__,bizKeyNotBindFiled:m_,pleaseSelectOneField:p_,pleaseEnterNumberRange:v_,pleaseEnterAValueGreaterThanMin:h_,pleaseEnterAValueLessThanMax:g_,numberRangeSetError:C_,stringRangeError:b_,attachmentMaxSize:F_,pleaseEnterTotalScoreSetting:A_,theTotalScoreMustNotBeLessThan1:N_,scoreDefaultValueRange:D_,attachmentLimitError:I_,PleaseReselectTheOptionalQuantity:S_,TheMaximumLengthIsGreaterThanTheMinimumLength:B_,TheMinimumLengthIsGreaterThanTheMaximumLength:O_,PleaseSelectTheCorrectOptionSettings:L_,optionIdIsRepeat:T_,optionIsRequired:y_,pleaseEnterDataCode:R_,pleaseEnterValueFieldCode:M_,pleaseEnterSvcCode:$_,pleaseBindAtLeastOneDisplayValue:w_,pleaseSelectProvince:P_,pleaseSelectCity:V_,pleaseSelectDistrict:k_,limitRowsCannotBeLessThan0:U_,TheNumberOfRowsCannotBeLessThanMinRows:x_,pleaseEnterColumnWidth:W_,pleaseSetTheLogicalRelationshipOfAllRuleConditions:H_,pleaseCompleteAllRulesAndConditions:G_,pleaseSelectControl:j_,pleaseSelectDashboard:K_,theViewNameCannotBeEmpty:X_,pleaseSelectOcrType:J_,pleaseSelectAtLeastOneFieldToFillIn:q_,pleaseChooseAtLeastOne:z_,pleaseEnterButtonContent:Q_,pleaseEnterDataCodeInDataSetting:Z_,pleaseEnterValueFieldCodeInDataSetting:Y_,pleaseEnterSvcCodeInDataSetting:em,pleaseBindAtLeastOneDisplayValueInDataSetting:tm,rootNodeIsRequiredInDataSetting:nm,pleaseEnterMaxHeight:um,pleaseEnter:rm,pleaseEnterWatermark:am,pleaseEnterFileName:sm,pleaseUploadAtLeastOnePrintTemplate:om,pleaseAssignBusiness:im,pleaseAssignExternal:lm,pleaseEnterAliasCode:cm,pleaseSelectDataCode:fm,pleaseSelectSvcCode:dm,pleaseSelectJoinFieldCode:Em,pleaseSelectMainFieldCode:_m,pleaseSelectSortFieldCode:mm,batchDeleteButton:pm,batchPrintListButton:vm,batchPrintRecordList:hm,button:gm,createFormListButton:Cm,dashboard:bm,divider:Fm,exportListButton:Am,formSelectButton:Nm,importRecordListButton:Dm,invoiceCheckButton:Im,link:Sm,listSelectButton:Bm,ListViewSelect:Om,operationButton:Lm,pagination:Tm,submissionRecordListButton:ym,text:Rm,textOcrButton:Mm,title:$m,approvalStatusColumn:wm,array:Pm,autoNumber:Vm,custom:km,decimal:Um,department:xm,employee:Wm,file:Hm,image:Gm,location:jm,operation:Km,order:Xm,people:Jm,long:qm,timescope:zm,timestamp:Qm,varchar:Zm,gridLayoutWrap:Ym,gridTable:ep,subTable:tp,address:np,amount:up,calc:rp,checkBox:ap,electronicSignature:sp,input:op,number:ip,organizationSelection:lp,radio:cp,richText:fp,score:dp,searchNumberRange:Ep,select:_p,selectMultiple:mp,selectRelation:pp,textarea:vp,tree:hp,vueFormItem:gp,vuePage:Cp,WPS:bp,actionBar:Fp,advancedContainer:Ap,cardGroup:Np,col:Dp,dataView:Ip,grid:Sp,gridLayoutContainer:Bp,gridRow:Op,listView:Lp,page:Tp,position:yp,positioningContainer:Rp,row:Mp,subtableColumn:$p,subtableRow:wp,tab:Pp,tabPane:Vp,toolbox:kp,batchSubmissionListButton:Up,exportRecordListButton:xp,listViewSelect:Wp},Gp={zhCN:sf,enUS:ZE,jaJP:Hp},lr=(e=>(e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable",e))(lr||{}),cr=(e=>(e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN",e))(cr||{});class jp{constructor(t){var n,u,a,r,s,o;this.name=(n=t==null?void 0:t.name)!=null?n:"",this.id=(u=t==null?void 0:t.id)!=null?u:"",this.type=(a=t==null?void 0:t.type)!=null?a:"Number",this.subTableId=(r=t==null?void 0:t.subTableId)!=null?r:void 0,this.subTableName=(s=t==null?void 0:t.subTableId)!=null?s:void 0,this.aggregateType=(o=t==null?void 0:t.aggregateType)!=null?o:void 0}}const fr=(Gs=window.localStorage.getItem("locale"))!=null?Gs:"zh-CN",Kp=()=>{};var dr=(e=>(e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e))(dr||{}),Er=(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",e))(Er||{}),zn=(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",e))(zn||{}),_r=(e=>(e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit",e))(_r||{}),mr=(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",e))(mr||{}),pr=(e=>(e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime",e))(pr||{});const Xp={DEFAULT:"default"},vr="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Jp=vr+"0123456789";function qp(e=15){let t="";for(let n=0;n<e;n++){const u=n===0?vr:Jp,a=Math.random()*u.length;t+=u[parseInt(String(a),10)]}return t}const Qn=console;function hr(...e){const t=e.slice(1);Qn.warn("\u{1F9D0} Driven Warning:"+e[0],...t)}function Zn(...e){const t=e.slice(1);Qn.log("\u{1F680} Driven Log:"+e[0],...t)}function zp(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}class Yn extends Error{constructor(t){super(t),this.name="\u{1F4A5} Driven Error",this.message=t?zp(t):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class Qp extends Yn{constructor(t){super(t),this.name="\u{1F6A8} Driven Reference Error"}}function Zp(e){throw new Yn(e)}function Yp(e){throw new Qp(e)}function gr(e){Qn.error(new Yn(e))}function En(e,t){Array.isArray(e)&&e.map(n=>{switch(n.controlType){case"layout":En(n==null?void 0:n.children,t);break;case"wrap":En(n==null?void 0:n.children,t);break;case"search":En(n==null?void 0:n.children,t);break;case"form":t(n)}})}/*!
2
+ * shared v9.14.0
3
+ * (c) 2024 kazuya kawaguchi
4
+ * Released under the MIT License.
5
+ */const Ne=typeof window!="undefined";let ge,et;if(process.env.NODE_ENV!=="production"){const e=Ne&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(ge=t=>{e.mark(t)},et=(t,n,u)=>{e.measure(t,n,u),e.clearMarks(n),e.clearMarks(u)})}const e0=/\{([0-9a-zA-Z]+)\}/g;function $t(e,...t){return t.length===1&&x(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(e0,(n,u)=>t.hasOwnProperty(u)?t[u]:"")}const De=(e,t=!1)=>t?Symbol.for(e):Symbol(e),t0=(e,t,n)=>n0({l:e,k:t,s:n}),n0=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),re=e=>typeof e=="number"&&isFinite(e),u0=e=>Ar(e)==="[object Date]",xe=e=>Ar(e)==="[object RegExp]",_n=e=>w(e)&&Object.keys(e).length===0,ae=Object.assign;let Cr;const we=()=>Cr||(Cr=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function br(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const r0=Object.prototype.hasOwnProperty;function mn(e,t){return r0.call(e,t)}const X=Array.isArray,j=e=>typeof e=="function",O=e=>typeof e=="string",P=e=>typeof e=="boolean",x=e=>e!==null&&typeof e=="object",a0=e=>x(e)&&j(e.then)&&j(e.catch),Fr=Object.prototype.toString,Ar=e=>Fr.call(e),w=e=>{if(!x(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},s0=e=>e==null?"":X(e)||w(e)&&e.toString===Fr?JSON.stringify(e,null,2):String(e);function eu(e,t=""){return e.reduce((n,u,a)=>a===0?n+u:n+t+u,"")}const Nr=2;function o0(e,t=0,n=e.length){const u=e.split(/\r?\n/);let a=0;const r=[];for(let s=0;s<u.length;s++)if(a+=u[s].length+1,a>=t){for(let o=s-Nr;o<=s+Nr||n>a;o++){if(o<0||o>=u.length)continue;const i=o+1;r.push(`${i}${" ".repeat(3-String(i).length)}| ${u[o]}`);const d=u[o].length;if(o===s){const p=t-(a-d)+1,f=Math.max(1,n>a?d-p:n-t);r.push(" | "+" ".repeat(p)+"^".repeat(f))}else if(o>s){if(n>a){const p=Math.max(Math.min(n-a,d),1);r.push(" | "+"^".repeat(p))}a+=d+1}}break}return r.join(`
6
+ `)}function pn(e){let t=e;return()=>++t}function se(e,t){typeof console!="undefined"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const Dr={};function Ir(e){Dr[e]||(Dr[e]=!0,se(e))}function tu(){const e=new Map;return{events:e,on(n,u){const a=e.get(n);a&&a.push(u)||e.set(n,[u])},off(n,u){const a=e.get(n);a&&a.splice(a.indexOf(u)>>>0,1)},emit(n,u){(e.get(n)||[]).slice().map(a=>a(u)),(e.get("*")||[]).slice().map(a=>a(n,u))}}}const vn=e=>!x(e)||X(e);function hn(e,t){if(vn(e)||vn(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:u,des:a}=n.pop();Object.keys(u).forEach(r=>{vn(u[r])||vn(a[r])?a[r]=u[r]:n.push({src:u[r],des:a[r]})})}}/*!
7
+ * message-compiler v9.14.0
8
+ * (c) 2024 kazuya kawaguchi
9
+ * Released under the MIT License.
10
+ */function i0(e,t,n){return{line:e,column:t,offset:n}}function gn(e,t,n){const u={start:e,end:t};return n!=null&&(u.source=n),u}const Cn={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},l0={[Cn.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function c0(e,t,...n){const u=process.env.NODE_ENV!=="production"?$t(l0[e]||"",...n||[]):e,a={message:String(u),code:e};return t&&(a.location=t),a}const $={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},f0={[$.EXPECTED_TOKEN]:"Expected token: '{0}'",[$.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[$.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[$.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[$.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[$.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[$.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[$.EMPTY_PLACEHOLDER]:"Empty placeholder",[$.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[$.INVALID_LINKED_FORMAT]:"Invalid linked format",[$.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[$.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[$.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[$.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[$.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[$.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function _t(e,t,n={}){const{domain:u,messages:a,args:r}=n,s=process.env.NODE_ENV!=="production"?$t((a||f0)[e]||"",...r||[]):e,o=new SyntaxError(String(s));return o.code=e,t&&(o.location=t),o.domain=u,o}function d0(e){throw e}const E0=/<\/?[\w\s="/.':;#-\/]+>/,_0=e=>E0.test(e),Pe=" ",m0="\r",de=`
11
+ `,p0=String.fromCharCode(8232),v0=String.fromCharCode(8233);function h0(e){const t=e;let n=0,u=1,a=1,r=0;const s=h=>t[h]===m0&&t[h+1]===de,o=h=>t[h]===de,i=h=>t[h]===v0,d=h=>t[h]===p0,p=h=>s(h)||o(h)||i(h)||d(h),f=()=>n,E=()=>u,N=()=>a,S=()=>r,T=h=>s(h)||i(h)||d(h)?de:t[h],y=()=>T(n),C=()=>T(n+r);function b(){return r=0,p(n)&&(u++,a=0),s(n)&&n++,n++,a++,t[n]}function _(){return s(n+r)&&r++,r++,t[n+r]}function m(){n=0,u=1,a=1,r=0}function A(h=0){r=h}function g(){const h=n+r;for(;h!==n;)b();r=0}return{index:f,line:E,column:N,peekOffset:S,charAt:T,currentChar:y,currentPeek:C,next:b,peek:_,reset:m,resetPeek:A,skipToPeek:g}}const We=void 0,g0=".",Sr="'",C0="tokenizer";function b0(e,t={}){const n=t.location!==!1,u=h0(e),a=()=>u.index(),r=()=>i0(u.line(),u.column(),u.index()),s=r(),o=a(),i={currentType:14,offset:o,startLoc:s,endLoc:s,lastType:14,lastOffset:o,lastStartLoc:s,lastEndLoc:s,braceNest:0,inLinked:!1,text:""},d=()=>i,{onError:p}=t;function f(l,c,F,...M){const Y=d();if(c.column+=F,c.offset+=F,p){const K=n?gn(Y.startLoc,c):null,G=_t(l,K,{domain:C0,args:M});p(G)}}function E(l,c,F){l.endLoc=r(),l.currentType=c;const M={type:c};return n&&(M.loc=gn(l.startLoc,l.endLoc)),F!=null&&(M.value=F),M}const N=l=>E(l,14);function S(l,c){return l.currentChar()===c?(l.next(),c):(f($.EXPECTED_TOKEN,r(),0,c),"")}function T(l){let c="";for(;l.currentPeek()===Pe||l.currentPeek()===de;)c+=l.currentPeek(),l.peek();return c}function y(l){const c=T(l);return l.skipToPeek(),c}function C(l){if(l===We)return!1;const c=l.charCodeAt(0);return c>=97&&c<=122||c>=65&&c<=90||c===95}function b(l){if(l===We)return!1;const c=l.charCodeAt(0);return c>=48&&c<=57}function _(l,c){const{currentType:F}=c;if(F!==2)return!1;T(l);const M=C(l.currentPeek());return l.resetPeek(),M}function m(l,c){const{currentType:F}=c;if(F!==2)return!1;T(l);const M=l.currentPeek()==="-"?l.peek():l.currentPeek(),Y=b(M);return l.resetPeek(),Y}function A(l,c){const{currentType:F}=c;if(F!==2)return!1;T(l);const M=l.currentPeek()===Sr;return l.resetPeek(),M}function g(l,c){const{currentType:F}=c;if(F!==8)return!1;T(l);const M=l.currentPeek()===".";return l.resetPeek(),M}function h(l,c){const{currentType:F}=c;if(F!==9)return!1;T(l);const M=C(l.currentPeek());return l.resetPeek(),M}function L(l,c){const{currentType:F}=c;if(!(F===8||F===12))return!1;T(l);const M=l.currentPeek()===":";return l.resetPeek(),M}function I(l,c){const{currentType:F}=c;if(F!==10)return!1;const M=()=>{const K=l.currentPeek();return K==="{"?C(l.peek()):K==="@"||K==="%"||K==="|"||K===":"||K==="."||K===Pe||!K?!1:K===de?(l.peek(),M()):U(l,!1)},Y=M();return l.resetPeek(),Y}function q(l){T(l);const c=l.currentPeek()==="|";return l.resetPeek(),c}function Ce(l){const c=T(l),F=l.currentPeek()==="%"&&l.peek()==="{";return l.resetPeek(),{isModulo:F,hasSpace:c.length>0}}function U(l,c=!0){const F=(Y=!1,K="",G=!1)=>{const v=l.currentPeek();return v==="{"?K==="%"?!1:Y:v==="@"||!v?K==="%"?!0:Y:v==="%"?(l.peek(),F(Y,"%",!0)):v==="|"?K==="%"||G?!0:!(K===Pe||K===de):v===Pe?(l.peek(),F(!0,Pe,G)):v===de?(l.peek(),F(!0,de,G)):!0},M=F();return c&&l.resetPeek(),M}function fe(l,c){const F=l.currentChar();return F===We?We:c(F)?(l.next(),F):null}function qt(l){const c=l.charCodeAt(0);return c>=97&&c<=122||c>=65&&c<=90||c>=48&&c<=57||c===95||c===36}function zt(l){return fe(l,qt)}function Me(l){const c=l.charCodeAt(0);return c>=97&&c<=122||c>=65&&c<=90||c>=48&&c<=57||c===95||c===36||c===45}function Qt(l){return fe(l,Me)}function Zt(l){const c=l.charCodeAt(0);return c>=48&&c<=57}function Yt(l){return fe(l,Zt)}function en(l){const c=l.charCodeAt(0);return c>=48&&c<=57||c>=65&&c<=70||c>=97&&c<=102}function tn(l){return fe(l,en)}function Ae(l){let c="",F="";for(;c=Yt(l);)F+=c;return F}function Bt(l){y(l);const c=l.currentChar();return c!=="%"&&f($.EXPECTED_TOKEN,r(),0,c),l.next(),"%"}function Ot(l){let c="";for(;;){const F=l.currentChar();if(F==="{"||F==="}"||F==="@"||F==="|"||!F)break;if(F==="%")if(U(l))c+=F,l.next();else break;else if(F===Pe||F===de)if(U(l))c+=F,l.next();else{if(q(l))break;c+=F,l.next()}else c+=F,l.next()}return c}function nn(l){y(l);let c="",F="";for(;c=Qt(l);)F+=c;return l.currentChar()===We&&f($.UNTERMINATED_CLOSING_BRACE,r(),0),F}function un(l){y(l);let c="";return l.currentChar()==="-"?(l.next(),c+=`-${Ae(l)}`):c+=Ae(l),l.currentChar()===We&&f($.UNTERMINATED_CLOSING_BRACE,r(),0),c}function rn(l){return l!==Sr&&l!==de}function jn(l){y(l),S(l,"'");let c="",F="";for(;c=fe(l,rn);)c==="\\"?F+=an(l):F+=c;const M=l.currentChar();return M===de||M===We?(f($.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,r(),0),M===de&&(l.next(),S(l,"'")),F):(S(l,"'"),F)}function an(l){const c=l.currentChar();switch(c){case"\\":case"'":return l.next(),`\\${c}`;case"u":return Lt(l,c,4);case"U":return Lt(l,c,6);default:return f($.UNKNOWN_ESCAPE_SEQUENCE,r(),0,c),""}}function Lt(l,c,F){S(l,c);let M="";for(let Y=0;Y<F;Y++){const K=tn(l);if(!K){f($.INVALID_UNICODE_ESCAPE_SEQUENCE,r(),0,`\\${c}${M}${l.currentChar()}`);break}M+=K}return`\\${c}${M}`}function sn(l){return l!=="{"&&l!=="}"&&l!==Pe&&l!==de}function on(l){y(l);let c="",F="";for(;c=fe(l,sn);)F+=c;return F}function ln(l){let c="",F="";for(;c=zt(l);)F+=c;return F}function B(l){const c=F=>{const M=l.currentChar();return M==="{"||M==="%"||M==="@"||M==="|"||M==="("||M===")"||!M||M===Pe?F:(F+=M,l.next(),c(F))};return c("")}function W(l){y(l);const c=S(l,"|");return y(l),c}function cn(l,c){let F=null;switch(l.currentChar()){case"{":return c.braceNest>=1&&f($.NOT_ALLOW_NEST_PLACEHOLDER,r(),0),l.next(),F=E(c,2,"{"),y(l),c.braceNest++,F;case"}":return c.braceNest>0&&c.currentType===2&&f($.EMPTY_PLACEHOLDER,r(),0),l.next(),F=E(c,3,"}"),c.braceNest--,c.braceNest>0&&y(l),c.inLinked&&c.braceNest===0&&(c.inLinked=!1),F;case"@":return c.braceNest>0&&f($.UNTERMINATED_CLOSING_BRACE,r(),0),F=dt(l,c)||N(c),c.braceNest=0,F;default:{let Y=!0,K=!0,G=!0;if(q(l))return c.braceNest>0&&f($.UNTERMINATED_CLOSING_BRACE,r(),0),F=E(c,1,W(l)),c.braceNest=0,c.inLinked=!1,F;if(c.braceNest>0&&(c.currentType===5||c.currentType===6||c.currentType===7))return f($.UNTERMINATED_CLOSING_BRACE,r(),0),c.braceNest=0,fn(l,c);if(Y=_(l,c))return F=E(c,5,nn(l)),y(l),F;if(K=m(l,c))return F=E(c,6,un(l)),y(l),F;if(G=A(l,c))return F=E(c,7,jn(l)),y(l),F;if(!Y&&!K&&!G)return F=E(c,13,on(l)),f($.INVALID_TOKEN_IN_PLACEHOLDER,r(),0,F.value),y(l),F;break}}return F}function dt(l,c){const{currentType:F}=c;let M=null;const Y=l.currentChar();switch((F===8||F===9||F===12||F===10)&&(Y===de||Y===Pe)&&f($.INVALID_LINKED_FORMAT,r(),0),Y){case"@":return l.next(),M=E(c,8,"@"),c.inLinked=!0,M;case".":return y(l),l.next(),E(c,9,".");case":":return y(l),l.next(),E(c,10,":");default:return q(l)?(M=E(c,1,W(l)),c.braceNest=0,c.inLinked=!1,M):g(l,c)||L(l,c)?(y(l),dt(l,c)):h(l,c)?(y(l),E(c,12,ln(l))):I(l,c)?(y(l),Y==="{"?cn(l,c)||M:E(c,11,B(l))):(F===8&&f($.INVALID_LINKED_FORMAT,r(),0),c.braceNest=0,c.inLinked=!1,fn(l,c))}}function fn(l,c){let F={type:14};if(c.braceNest>0)return cn(l,c)||N(c);if(c.inLinked)return dt(l,c)||N(c);switch(l.currentChar()){case"{":return cn(l,c)||N(c);case"}":return f($.UNBALANCED_CLOSING_BRACE,r(),0),l.next(),E(c,3,"}");case"@":return dt(l,c)||N(c);default:{if(q(l))return F=E(c,1,W(l)),c.braceNest=0,c.inLinked=!1,F;const{isModulo:Y,hasSpace:K}=Ce(l);if(Y)return K?E(c,0,Ot(l)):E(c,4,Bt(l));if(U(l))return E(c,0,Ot(l));break}}return F}function sr(){const{currentType:l,offset:c,startLoc:F,endLoc:M}=i;return i.lastType=l,i.lastOffset=c,i.lastStartLoc=F,i.lastEndLoc=M,i.offset=a(),i.startLoc=r(),u.currentChar()===We?E(i,14):fn(u,i)}return{nextToken:sr,currentOffset:a,currentPosition:r,context:d}}const F0="parser",A0=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function N0(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const u=parseInt(t||n,16);return u<=55295||u>=57344?String.fromCodePoint(u):"\uFFFD"}}}function D0(e={}){const t=e.location!==!1,{onError:n,onWarn:u}=e;function a(_,m,A,g,...h){const L=_.currentPosition();if(L.offset+=g,L.column+=g,n){const I=t?gn(A,L):null,q=_t(m,I,{domain:F0,args:h});n(q)}}function r(_,m,A,g,...h){const L=_.currentPosition();if(L.offset+=g,L.column+=g,u){const I=t?gn(A,L):null;u(c0(m,I,h))}}function s(_,m,A){const g={type:_};return t&&(g.start=m,g.end=m,g.loc={start:A,end:A}),g}function o(_,m,A,g){g&&(_.type=g),t&&(_.end=m,_.loc&&(_.loc.end=A))}function i(_,m){const A=_.context(),g=s(3,A.offset,A.startLoc);return g.value=m,o(g,_.currentOffset(),_.currentPosition()),g}function d(_,m){const A=_.context(),{lastOffset:g,lastStartLoc:h}=A,L=s(5,g,h);return L.index=parseInt(m,10),_.nextToken(),o(L,_.currentOffset(),_.currentPosition()),L}function p(_,m,A){const g=_.context(),{lastOffset:h,lastStartLoc:L}=g,I=s(4,h,L);return I.key=m,A===!0&&(I.modulo=!0),_.nextToken(),o(I,_.currentOffset(),_.currentPosition()),I}function f(_,m){const A=_.context(),{lastOffset:g,lastStartLoc:h}=A,L=s(9,g,h);return L.value=m.replace(A0,N0),_.nextToken(),o(L,_.currentOffset(),_.currentPosition()),L}function E(_){const m=_.nextToken(),A=_.context(),{lastOffset:g,lastStartLoc:h}=A,L=s(8,g,h);return m.type!==12?(a(_,$.UNEXPECTED_EMPTY_LINKED_MODIFIER,A.lastStartLoc,0),L.value="",o(L,g,h),{nextConsumeToken:m,node:L}):(m.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,A.lastStartLoc,0,Ie(m)),L.value=m.value||"",o(L,_.currentOffset(),_.currentPosition()),{node:L})}function N(_,m){const A=_.context(),g=s(7,A.offset,A.startLoc);return g.value=m,o(g,_.currentOffset(),_.currentPosition()),g}function S(_){const m=_.context(),A=s(6,m.offset,m.startLoc);let g=_.nextToken();if(g.type===9){const h=E(_);A.modifier=h.node,g=h.nextConsumeToken||_.nextToken()}switch(g.type!==10&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(g)),g=_.nextToken(),g.type===2&&(g=_.nextToken()),g.type){case 11:g.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(g)),A.key=N(_,g.value||"");break;case 5:g.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(g)),A.key=p(_,g.value||"");break;case 6:g.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(g)),A.key=d(_,g.value||"");break;case 7:g.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(g)),A.key=f(_,g.value||"");break;default:{a(_,$.UNEXPECTED_EMPTY_LINKED_KEY,m.lastStartLoc,0);const h=_.context(),L=s(7,h.offset,h.startLoc);return L.value="",o(L,h.offset,h.startLoc),A.key=L,o(A,h.offset,h.startLoc),{nextConsumeToken:g,node:A}}}return o(A,_.currentOffset(),_.currentPosition()),{node:A}}function T(_){const m=_.context(),A=m.currentType===1?_.currentOffset():m.offset,g=m.currentType===1?m.endLoc:m.startLoc,h=s(2,A,g);h.items=[];let L=null,I=null;do{const U=L||_.nextToken();switch(L=null,U.type){case 0:U.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(U)),h.items.push(i(_,U.value||""));break;case 6:U.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(U)),h.items.push(d(_,U.value||""));break;case 4:I=!0;break;case 5:U.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(U)),h.items.push(p(_,U.value||"",!!I)),I&&(r(_,Cn.USE_MODULO_SYNTAX,m.lastStartLoc,0,Ie(U)),I=null);break;case 7:U.value==null&&a(_,$.UNEXPECTED_LEXICAL_ANALYSIS,m.lastStartLoc,0,Ie(U)),h.items.push(f(_,U.value||""));break;case 8:{const fe=S(_);h.items.push(fe.node),L=fe.nextConsumeToken||null;break}}}while(m.currentType!==14&&m.currentType!==1);const q=m.currentType===1?m.lastOffset:_.currentOffset(),Ce=m.currentType===1?m.lastEndLoc:_.currentPosition();return o(h,q,Ce),h}function y(_,m,A,g){const h=_.context();let L=g.items.length===0;const I=s(1,m,A);I.cases=[],I.cases.push(g);do{const q=T(_);L||(L=q.items.length===0),I.cases.push(q)}while(h.currentType!==14);return L&&a(_,$.MUST_HAVE_MESSAGES_IN_PLURAL,A,0),o(I,_.currentOffset(),_.currentPosition()),I}function C(_){const m=_.context(),{offset:A,startLoc:g}=m,h=T(_);return m.currentType===14?h:y(_,A,g,h)}function b(_){const m=b0(_,ae({},e)),A=m.context(),g=s(0,A.offset,A.startLoc);return t&&g.loc&&(g.loc.source=_),g.body=C(m),e.onCacheKey&&(g.cacheKey=e.onCacheKey(_)),A.currentType!==14&&a(m,$.UNEXPECTED_LEXICAL_ANALYSIS,A.lastStartLoc,0,_[A.offset]||""),o(g,m.currentOffset(),m.currentPosition()),g}return{parse:b}}function Ie(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 I0(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:r=>(n.helpers.add(r),r)}}function Br(e,t){for(let n=0;n<e.length;n++)nu(e[n],t)}function nu(e,t){switch(e.type){case 1:Br(e.cases,t),t.helper("plural");break;case 2:Br(e.items,t);break;case 6:{nu(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 S0(e,t={}){const n=I0(e);n.helper("normalize"),e.body&&nu(e.body,n);const u=n.context();e.helpers=Array.from(u.helpers)}function B0(e){const t=e.body;return t.type===2?Or(t):t.cases.forEach(n=>Or(n)),e}function Or(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 u=e.items[n];if(!(u.type===3||u.type===9)||u.value==null)break;t.push(u.value)}if(t.length===e.items.length){e.static=eu(t);for(let n=0;n<e.items.length;n++){const u=e.items[n];(u.type===3||u.type===9)&&delete u.value}}}}const O0="minifier";function mt(e){switch(e.t=e.type,e.type){case 0:{const t=e;mt(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let u=0;u<n.length;u++)mt(n[u]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let u=0;u<n.length;u++)mt(n[u]);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;mt(t.key),t.k=t.key,delete t.key,t.modifier&&(mt(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 _t($.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:O0,args:[e.type]})}delete e.type}const L0="parser";function T0(e,t){const{sourceMap:n,filename:u,breakLineCode:a,needIndent:r}=t,s=t.location!==!1,o={filename:u,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:a,needIndent:r,indentLevel:0};s&&e.loc&&(o.source=e.loc.source);const i=()=>o;function d(y,C){o.code+=y}function p(y,C=!0){const b=C?a:"";d(r?b+" ".repeat(y):b)}function f(y=!0){const C=++o.indentLevel;y&&p(C)}function E(y=!0){const C=--o.indentLevel;y&&p(C)}function N(){p(o.indentLevel)}return{context:i,push:d,indent:f,deindent:E,newline:N,helper:y=>`_${y}`,needIndent:()=>o.needIndent}}function y0(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),pt(e,t.key),t.modifier?(e.push(", "),pt(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function R0(e,t){const{helper:n,needIndent:u}=e;e.push(`${n("normalize")}([`),e.indent(u());const a=t.items.length;for(let r=0;r<a&&(pt(e,t.items[r]),r!==a-1);r++)e.push(", ");e.deindent(u()),e.push("])")}function M0(e,t){const{helper:n,needIndent:u}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(u());const a=t.cases.length;for(let r=0;r<a&&(pt(e,t.cases[r]),r!==a-1);r++)e.push(", ");e.deindent(u()),e.push("])")}}function $0(e,t){t.body?pt(e,t.body):e.push("null")}function pt(e,t){const{helper:n}=e;switch(t.type){case 0:$0(e,t);break;case 1:M0(e,t);break;case 2:R0(e,t);break;case 6:y0(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 _t($.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:L0,args:[t.type]})}}const w0=(e,t={})=>{const n=O(t.mode)?t.mode:"normal",u=O(t.filename)?t.filename:"message.intl",a=!!t.sourceMap,r=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
12
+ `,s=t.needIndent?t.needIndent:n!=="arrow",o=e.helpers||[],i=T0(e,{mode:n,filename:u,sourceMap:a,breakLineCode:r,needIndent:s});i.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),i.indent(s),o.length>0&&(i.push(`const { ${eu(o.map(f=>`${f}: _${f}`),", ")} } = ctx`),i.newline()),i.push("return "),pt(i,e),i.deindent(s),i.push("}"),delete e.helpers;const{code:d,map:p}=i.context();return{ast:e,code:d,map:p?p.toJSON():void 0}};function P0(e,t={}){const n=ae({},t),u=!!n.jit,a=!!n.minify,r=n.optimize==null?!0:n.optimize,o=D0(n).parse(e);return u?(r&&B0(o),a&&mt(o),{ast:o,code:""}):(S0(o,n),w0(o,n))}/*!
13
+ * core-base v9.14.0
14
+ * (c) 2024 kazuya kawaguchi
15
+ * Released under the MIT License.
16
+ */function V0(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(we().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(we().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(we().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const He=[];He[0]={w:[0],i:[3,0],["["]:[4],o:[7]},He[1]={w:[1],["."]:[2],["["]:[4],o:[7]},He[2]={w:[2],i:[3,0],[0]:[3,0]},He[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]},He[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]},He[5]={["'"]:[4,0],o:8,l:[5,0]},He[6]={['"']:[4,0],o:8,l:[6,0]};const k0=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function U0(e){return k0.test(e)}function x0(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 W0(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 H0(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:U0(t)?x0(t):"*"+t}function G0(e){const t=[];let n=-1,u=0,a=0,r,s,o,i,d,p,f;const E=[];E[0]=()=>{s===void 0?s=o:s+=o},E[1]=()=>{s!==void 0&&(t.push(s),s=void 0)},E[2]=()=>{E[0](),a++},E[3]=()=>{if(a>0)a--,u=4,E[0]();else{if(a=0,s===void 0||(s=H0(s),s===!1))return!1;E[1]()}};function N(){const S=e[n+1];if(u===5&&S==="'"||u===6&&S==='"')return n++,o="\\"+S,E[0](),!0}for(;u!==null;)if(n++,r=e[n],!(r==="\\"&&N())){if(i=W0(r),f=He[u],d=f[i]||f.l||8,d===8||(u=d[0],d[1]!==void 0&&(p=E[d[1]],p&&(o=r,p()===!1))))return;if(u===7)return t}}const Lr=new Map;function j0(e,t){return x(e)?e[t]:null}function K0(e,t){if(!x(e))return null;let n=Lr.get(t);if(n||(n=G0(t),n&&Lr.set(t,n)),!n)return null;const u=n.length;let a=e,r=0;for(;r<u;){const s=a[n[r]];if(s===void 0||j(a))return null;a=s,r++}return a}const X0=e=>e,J0=e=>"",q0="text",z0=e=>e.length===0?"":eu(e),Q0=s0;function Tr(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function Z0(e){const t=re(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(re(e.named.count)||re(e.named.n))?re(e.named.count)?e.named.count:re(e.named.n)?e.named.n:t:t}function Y0(e,t){t.count||(t.count=e),t.n||(t.n=e)}function e5(e={}){const t=e.locale,n=Z0(e),u=x(e.pluralRules)&&O(t)&&j(e.pluralRules[t])?e.pluralRules[t]:Tr,a=x(e.pluralRules)&&O(t)&&j(e.pluralRules[t])?Tr:void 0,r=C=>C[u(n,C.length,a)],s=e.list||[],o=C=>s[C],i=e.named||{};re(e.pluralIndex)&&Y0(n,i);const d=C=>i[C];function p(C){const b=j(e.messages)?e.messages(C):x(e.messages)?e.messages[C]:!1;return b||(e.parent?e.parent.message(C):J0)}const f=C=>e.modifiers?e.modifiers[C]:X0,E=w(e.processor)&&j(e.processor.normalize)?e.processor.normalize:z0,N=w(e.processor)&&j(e.processor.interpolate)?e.processor.interpolate:Q0,S=w(e.processor)&&O(e.processor.type)?e.processor.type:q0,y={list:o,named:d,plural:r,linked:(C,...b)=>{const[_,m]=b;let A="text",g="";b.length===1?x(_)?(g=_.modifier||g,A=_.type||A):O(_)&&(g=_||g):b.length===2&&(O(_)&&(g=_||g),O(m)&&(A=m||A));const h=p(C)(y),L=A==="vnode"&&X(h)&&g?h[0]:h;return g?f(g)(L,A):L},message:p,type:S,interpolate:N,normalize:E,values:ae({},s,i)};return y}let wt=null;function t5(e){wt=e}function n5(e,t,n){wt&&wt.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const u5=r5("function:translate");function r5(e){return t=>wt&&wt.emit(e,t)}const yr=Cn.__EXTEND_POINT__,tt=pn(yr),Ee={NOT_FOUND_KEY:yr,FALLBACK_TO_TRANSLATE:tt(),CANNOT_FORMAT_NUMBER:tt(),FALLBACK_TO_NUMBER_FORMAT:tt(),CANNOT_FORMAT_DATE:tt(),FALLBACK_TO_DATE_FORMAT:tt(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:tt(),__EXTEND_POINT__:tt()},a5={[Ee.NOT_FOUND_KEY]:"Not found '{key}' key in '{locale}' locale messages.",[Ee.FALLBACK_TO_TRANSLATE]:"Fall back to translate '{key}' key with '{target}' locale.",[Ee.CANNOT_FORMAT_NUMBER]:"Cannot format a number value due to not supported Intl.NumberFormat.",[Ee.FALLBACK_TO_NUMBER_FORMAT]:"Fall back to number format '{key}' key with '{target}' locale.",[Ee.CANNOT_FORMAT_DATE]:"Cannot format a date value due to not supported Intl.DateTimeFormat.",[Ee.FALLBACK_TO_DATE_FORMAT]:"Fall back to datetime format '{key}' key with '{target}' locale.",[Ee.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 nt(e,...t){return $t(a5[e],...t)}const Rr=$.__EXTEND_POINT__,ut=pn(Rr),ie={INVALID_ARGUMENT:Rr,INVALID_DATE_ARGUMENT:ut(),INVALID_ISO_DATE_ARGUMENT:ut(),NOT_SUPPORT_NON_STRING_MESSAGE:ut(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:ut(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:ut(),NOT_SUPPORT_LOCALE_TYPE:ut(),__EXTEND_POINT__:ut()};function Le(e){return _t(e,null,process.env.NODE_ENV!=="production"?{messages:s5}:void 0)}const s5={[ie.INVALID_ARGUMENT]:"Invalid arguments",[ie.INVALID_DATE_ARGUMENT]:"The date provided is an invalid Date object.Make sure your Date represents a valid date.",[ie.INVALID_ISO_DATE_ARGUMENT]:"The argument provided is not a valid ISO date string",[ie.NOT_SUPPORT_NON_STRING_MESSAGE]:"Not support non-string message",[ie.NOT_SUPPORT_LOCALE_PROMISE_VALUE]:"cannot support promise value",[ie.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]:"cannot support async function",[ie.NOT_SUPPORT_LOCALE_TYPE]:"cannot support locale type"};function uu(e,t){return t.locale!=null?Mr(t.locale):Mr(e.locale)}let ru;function Mr(e){if(O(e))return e;if(j(e)){if(e.resolvedOnce&&ru!=null)return ru;if(e.constructor.name==="Function"){const t=e();if(a0(t))throw Le(ie.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return ru=t}else throw Le(ie.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Le(ie.NOT_SUPPORT_LOCALE_TYPE)}function o5(e,t,n){return[...new Set([n,...X(t)?t:x(t)?Object.keys(t):O(t)?[t]:[n]])]}function $r(e,t,n){const u=O(n)?n:vt,a=e;a.__localeChainCache||(a.__localeChainCache=new Map);let r=a.__localeChainCache.get(u);if(!r){r=[];let s=[n];for(;X(s);)s=wr(r,s,t);const o=X(t)||!w(t)?t:t.default?t.default:null;s=O(o)?[o]:o,X(s)&&wr(r,s,!1),a.__localeChainCache.set(u,r)}return r}function wr(e,t,n){let u=!0;for(let a=0;a<t.length&&P(u);a++){const r=t[a];O(r)&&(u=i5(e,t[a],n))}return u}function i5(e,t,n){let u;const a=t.split("-");do{const r=a.join("-");u=l5(e,r,n),a.splice(-1,1)}while(a.length&&u===!0);return u}function l5(e,t,n){let u=!1;if(!e.includes(t)&&(u=!0,t)){u=t[t.length-1]!=="!";const a=t.replace(/!/g,"");e.push(a),(X(n)||w(n))&&n[a]&&(u=n[a])}return u}const c5="9.14.0",bn=-1,vt="en-US",Fn="",Pr=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function f5(){return{upper:(e,t)=>t==="text"&&O(e)?e.toUpperCase():t==="vnode"&&x(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&O(e)?e.toLowerCase():t==="vnode"&&x(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&O(e)?Pr(e):t==="vnode"&&x(e)&&"__v_isVNode"in e?Pr(e.children):e}}let Vr;function kr(e){Vr=e}let Ur;function d5(e){Ur=e}let xr;function E5(e){xr=e}let Wr=null;const Hr=e=>{Wr=e},_5=()=>Wr;let Gr=null;const jr=e=>{Gr=e},m5=()=>Gr;let Kr=0;function p5(e={}){const t=j(e.onWarn)?e.onWarn:se,n=O(e.version)?e.version:c5,u=O(e.locale)||j(e.locale)?e.locale:vt,a=j(u)?vt:u,r=X(e.fallbackLocale)||w(e.fallbackLocale)||O(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:a,s=w(e.messages)?e.messages:{[a]:{}},o=w(e.datetimeFormats)?e.datetimeFormats:{[a]:{}},i=w(e.numberFormats)?e.numberFormats:{[a]:{}},d=ae({},e.modifiers||{},f5()),p=e.pluralRules||{},f=j(e.missing)?e.missing:null,E=P(e.missingWarn)||xe(e.missingWarn)?e.missingWarn:!0,N=P(e.fallbackWarn)||xe(e.fallbackWarn)?e.fallbackWarn:!0,S=!!e.fallbackFormat,T=!!e.unresolving,y=j(e.postTranslation)?e.postTranslation:null,C=w(e.processor)?e.processor:null,b=P(e.warnHtmlMessage)?e.warnHtmlMessage:!0,_=!!e.escapeParameter,m=j(e.messageCompiler)?e.messageCompiler:Vr;process.env.NODE_ENV!=="production"&&!0&&!0&&j(e.messageCompiler)&&Ir(nt(Ee.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));const A=j(e.messageResolver)?e.messageResolver:Ur||j0,g=j(e.localeFallbacker)?e.localeFallbacker:xr||o5,h=x(e.fallbackContext)?e.fallbackContext:void 0,L=e,I=x(L.__datetimeFormatters)?L.__datetimeFormatters:new Map,q=x(L.__numberFormatters)?L.__numberFormatters:new Map,Ce=x(L.__meta)?L.__meta:{};Kr++;const U={version:n,cid:Kr,locale:u,fallbackLocale:r,messages:s,modifiers:d,pluralRules:p,missing:f,missingWarn:E,fallbackWarn:N,fallbackFormat:S,unresolving:T,postTranslation:y,processor:C,warnHtmlMessage:b,escapeParameter:_,messageCompiler:m,messageResolver:A,localeFallbacker:g,fallbackContext:h,onWarn:t,__meta:Ce};return U.datetimeFormats=o,U.numberFormats=i,U.__datetimeFormatters=I,U.__numberFormatters=q,process.env.NODE_ENV!=="production"&&(U.__v_emitter=L.__v_emitter!=null?L.__v_emitter:void 0),(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&n5(U,n,Ce),U}function An(e,t){return e instanceof RegExp?e.test(t):e}function Xr(e,t){return e instanceof RegExp?e.test(t):e}function au(e,t,n,u,a){const{missing:r,onWarn:s}=e;if(process.env.NODE_ENV!=="production"){const o=e.__v_emitter;o&&o.emit("missing",{locale:n,key:t,type:a,groupId:`${a}:${t}`})}if(r!==null){const o=r(e,n,t,a);return O(o)?o:t}else return process.env.NODE_ENV!=="production"&&Xr(u,t)&&s(nt(Ee.NOT_FOUND_KEY,{key:t,locale:n})),t}function Pt(e,t,n){const u=e;u.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Jr(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function v5(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let u=n+1;u<t.length;u++)if(Jr(e,t[u]))return!0;return!1}function su(e){return n=>h5(n,e)}function h5(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const u=n,a=u.c||u.cases;return e.plural(a.reduce((r,s)=>[...r,qr(e,s)],[]))}else return qr(e,n)}function qr(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const u=(t.i||t.items).reduce((a,r)=>[...a,ou(e,r)],[]);return e.normalize(u)}}function ou(e,t){const n=t.t||t.type;switch(n){case 3:{const u=t;return u.v||u.value}case 9:{const u=t;return u.v||u.value}case 4:{const u=t;return e.interpolate(e.named(u.k||u.key))}case 5:{const u=t;return e.interpolate(e.list(u.i!=null?u.i:u.index))}case 6:{const u=t,a=u.m||u.modifier;return e.linked(ou(e,u.k||u.key),a?ou(e,a):void 0,e.type)}case 7:{const u=t;return u.v||u.value}case 8:{const u=t;return u.v||u.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const g5="Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";function zr(e,t){t&&_0(e)&&se($t(g5,{source:e}))}const Qr=e=>e;let ht=Object.create(null);function Zr(e){e.code===Cn.USE_MODULO_SYNTAX&&se(`The use of named interpolation with modulo syntax is deprecated. It will be removed in v10.
17
+ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format
18
+ (message compiler warning message: ${e.message})`)}const Ge=e=>x(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function Yr(e,t={}){let n=!1;const u=t.onError||d0;return t.onError=a=>{n=!0,u(a)},ir(or({},P0(e,t)),{detectError:n})}const C5=(e,t)=>{if(!O(e))throw Le(ie.NOT_SUPPORT_NON_STRING_MESSAGE);process.env.NODE_ENV!=="production"&&(t.onWarn=Zr);{const n=P(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&zr(e,n);const a=(t.onCacheKey||Qr)(e),r=ht[a];if(r)return r;const{code:s,detectError:o}=Yr(e,t),i=new Function(`return ${s}`)();return o?i:ht[a]=i}};function b5(e,t){if(process.env.NODE_ENV!=="production"&&(t.onWarn=Zr),__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&O(e)){const n=P(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&zr(e,n);const a=(t.onCacheKey||Qr)(e),r=ht[a];if(r)return r;const{ast:s,detectError:o}=Yr(e,ir(or({},t),{location:process.env.NODE_ENV!=="production",jit:!0})),i=su(s);return o?i:ht[a]=i}else{if(process.env.NODE_ENV!=="production"&&!Ge(e))return se(`the message that is resolve with key '${t.key}' is not supported for jit compilation`),()=>e;const n=e.cacheKey;if(n){const u=ht[n];return u||(ht[n]=su(e))}else return su(e)}}const ea=()=>"",be=e=>j(e);function ta(e,...t){const{fallbackFormat:n,postTranslation:u,unresolving:a,messageCompiler:r,fallbackLocale:s,messages:o}=e,[i,d]=iu(...t),p=P(d.missingWarn)?d.missingWarn:e.missingWarn,f=P(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn,E=P(d.escapeParameter)?d.escapeParameter:e.escapeParameter,N=!!d.resolvedMessage,S=O(d.default)||P(d.default)?P(d.default)?r?i:()=>i:d.default:n?r?i:()=>i:"",T=n||S!=="",y=uu(e,d);E&&F5(d);let[C,b,_]=N?[i,y,o[y]||{}]:na(e,i,y,s,f,p),m=C,A=i;if(!N&&!(O(m)||Ge(m)||be(m))&&T&&(m=S,A=m),!N&&(!(O(m)||Ge(m)||be(m))||!O(b)))return a?bn:i;if(process.env.NODE_ENV!=="production"&&O(m)&&e.messageCompiler==null)return se(`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 '${i}'.`),i;let g=!1;const h=()=>{g=!0},L=be(m)?m:ua(e,i,b,m,A,h);if(g)return m;const I=I5(e,b,_,d),q=e5(I),Ce=A5(e,L,q),U=u?u(Ce,i):Ce;if(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const fe={timestamp:Date.now(),key:O(i)?i:be(m)?m.key:"",locale:b||(be(m)?m.locale:""),format:O(m)?m:be(m)?m.source:"",message:U};fe.meta=ae({},e.__meta,_5()||{}),u5(fe)}return U}function F5(e){X(e.list)?e.list=e.list.map(t=>O(t)?br(t):t):x(e.named)&&Object.keys(e.named).forEach(t=>{O(e.named[t])&&(e.named[t]=br(e.named[t]))})}function na(e,t,n,u,a,r){const{messages:s,onWarn:o,messageResolver:i,localeFallbacker:d}=e,p=d(e,u,n);let f={},E,N=null,S=n,T=null;const y="translate";for(let C=0;C<p.length;C++){if(E=T=p[C],process.env.NODE_ENV!=="production"&&n!==E&&!Jr(n,E)&&An(a,t)&&o(nt(Ee.FALLBACK_TO_TRANSLATE,{key:t,target:E})),process.env.NODE_ENV!=="production"&&n!==E){const A=e.__v_emitter;A&&A.emit("fallback",{type:y,key:t,from:S,to:T,groupId:`${y}:${t}`})}f=s[E]||{};let b=null,_,m;if(process.env.NODE_ENV!=="production"&&Ne&&(b=window.performance.now(),_="intlify-message-resolve-start",m="intlify-message-resolve-end",ge&&ge(_)),(N=i(f,t))===null&&(N=f[t]),process.env.NODE_ENV!=="production"&&Ne){const A=window.performance.now(),g=e.__v_emitter;g&&b&&N&&g.emit("message-resolve",{type:"message-resolve",key:t,message:N,time:A-b,groupId:`${y}:${t}`}),_&&m&&ge&&et&&(ge(m),et("intlify message resolve",_,m))}if(O(N)||Ge(N)||be(N))break;if(!v5(E,p)){const A=au(e,t,E,r,y);A!==t&&(N=A)}S=T}return[N,E,f]}function ua(e,t,n,u,a,r){const{messageCompiler:s,warnHtmlMessage:o}=e;if(be(u)){const E=u;return E.locale=E.locale||n,E.key=E.key||t,E}if(s==null){const E=()=>u;return E.locale=n,E.key=t,E}let i=null,d,p;process.env.NODE_ENV!=="production"&&Ne&&(i=window.performance.now(),d="intlify-message-compilation-start",p="intlify-message-compilation-end",ge&&ge(d));const f=s(u,N5(e,n,a,u,o,r));if(process.env.NODE_ENV!=="production"&&Ne){const E=window.performance.now(),N=e.__v_emitter;N&&i&&N.emit("message-compilation",{type:"message-compilation",message:u,time:E-i,groupId:`translate:${t}`}),d&&p&&ge&&et&&(ge(p),et("intlify message compilation",d,p))}return f.locale=n,f.key=t,f.source=u,f}function A5(e,t,n){let u=null,a,r;process.env.NODE_ENV!=="production"&&Ne&&(u=window.performance.now(),a="intlify-message-evaluation-start",r="intlify-message-evaluation-end",ge&&ge(a));const s=t(n);if(process.env.NODE_ENV!=="production"&&Ne){const o=window.performance.now(),i=e.__v_emitter;i&&u&&i.emit("message-evaluation",{type:"message-evaluation",value:s,time:o-u,groupId:`translate:${t.key}`}),a&&r&&ge&&et&&(ge(r),et("intlify message evaluation",a,r))}return s}function iu(...e){const[t,n,u]=e,a={};if(!O(t)&&!re(t)&&!be(t)&&!Ge(t))throw Le(ie.INVALID_ARGUMENT);const r=re(t)?String(t):(be(t),t);return re(n)?a.plural=n:O(n)?a.default=n:w(n)&&!_n(n)?a.named=n:X(n)&&(a.list=n),re(u)?a.plural=u:O(u)?a.default=u:w(u)&&ae(a,u),[r,a]}function N5(e,t,n,u,a,r){return{locale:t,key:n,warnHtmlMessage:a,onError:s=>{if(r&&r(s),process.env.NODE_ENV!=="production"){const o=D5(u),i=`Message compilation error: ${s.message}`,d=s.location&&o&&o0(o,s.location.start.offset,s.location.end.offset),p=e.__v_emitter;p&&o&&p.emit("compile-error",{message:o,error:s.message,start:s.location&&s.location.start.offset,end:s.location&&s.location.end.offset,groupId:`translate:${n}`}),console.error(d?`${i}
19
+ ${d}`:i)}else throw s},onCacheKey:s=>t0(t,n,s)}}function D5(e){if(O(e))return e;if(e.loc&&e.loc.source)return e.loc.source}function I5(e,t,n,u){const{modifiers:a,pluralRules:r,messageResolver:s,fallbackLocale:o,fallbackWarn:i,missingWarn:d,fallbackContext:p}=e,E={locale:t,modifiers:a,pluralRules:r,messages:N=>{let S=s(n,N);if(S==null&&p){const[,,T]=na(p,N,t,o,i,d);S=s(T,N)}if(O(S)||Ge(S)){let T=!1;const C=ua(e,N,t,S,N,()=>{T=!0});return T?ea:C}else return be(S)?S:ea}};return e.processor&&(E.processor=e.processor),u.list&&(E.list=u.list),u.named&&(E.named=u.named),re(u.plural)&&(E.pluralIndex=u.plural),E}const ra=typeof Intl!="undefined",aa={dateTimeFormat:ra&&typeof Intl.DateTimeFormat!="undefined",numberFormat:ra&&typeof Intl.NumberFormat!="undefined"};function sa(e,...t){const{datetimeFormats:n,unresolving:u,fallbackLocale:a,onWarn:r,localeFallbacker:s}=e,{__datetimeFormatters:o}=e;if(process.env.NODE_ENV!=="production"&&!aa.dateTimeFormat)return r(nt(Ee.CANNOT_FORMAT_DATE)),Fn;const[i,d,p,f]=lu(...t),E=P(p.missingWarn)?p.missingWarn:e.missingWarn,N=P(p.fallbackWarn)?p.fallbackWarn:e.fallbackWarn,S=!!p.part,T=uu(e,p),y=s(e,a,T);if(!O(i)||i==="")return new Intl.DateTimeFormat(T,f).format(d);let C={},b,_=null,m=T,A=null;const g="datetime format";for(let I=0;I<y.length;I++){if(b=A=y[I],process.env.NODE_ENV!=="production"&&T!==b&&An(N,i)&&r(nt(Ee.FALLBACK_TO_DATE_FORMAT,{key:i,target:b})),process.env.NODE_ENV!=="production"&&T!==b){const q=e.__v_emitter;q&&q.emit("fallback",{type:g,key:i,from:m,to:A,groupId:`${g}:${i}`})}if(C=n[b]||{},_=C[i],w(_))break;au(e,i,b,E,g),m=A}if(!w(_)||!O(b))return u?bn:i;let h=`${b}__${i}`;_n(f)||(h=`${h}__${JSON.stringify(f)}`);let L=o.get(h);return L||(L=new Intl.DateTimeFormat(b,ae({},_,f)),o.set(h,L)),S?L.formatToParts(d):L.format(d)}const oa=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function lu(...e){const[t,n,u,a]=e,r={};let s={},o;if(O(t)){const i=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!i)throw Le(ie.INVALID_ISO_DATE_ARGUMENT);const d=i[3]?i[3].trim().startsWith("T")?`${i[1].trim()}${i[3].trim()}`:`${i[1].trim()}T${i[3].trim()}`:i[1].trim();o=new Date(d);try{o.toISOString()}catch(p){throw Le(ie.INVALID_ISO_DATE_ARGUMENT)}}else if(u0(t)){if(isNaN(t.getTime()))throw Le(ie.INVALID_DATE_ARGUMENT);o=t}else if(re(t))o=t;else throw Le(ie.INVALID_ARGUMENT);return O(n)?r.key=n:w(n)&&Object.keys(n).forEach(i=>{oa.includes(i)?s[i]=n[i]:r[i]=n[i]}),O(u)?r.locale=u:w(u)&&(s=u),w(a)&&(s=a),[r.key||"",o,r,s]}function ia(e,t,n){const u=e;for(const a in n){const r=`${t}__${a}`;!u.__datetimeFormatters.has(r)||u.__datetimeFormatters.delete(r)}}function la(e,...t){const{numberFormats:n,unresolving:u,fallbackLocale:a,onWarn:r,localeFallbacker:s}=e,{__numberFormatters:o}=e;if(process.env.NODE_ENV!=="production"&&!aa.numberFormat)return r(nt(Ee.CANNOT_FORMAT_NUMBER)),Fn;const[i,d,p,f]=cu(...t),E=P(p.missingWarn)?p.missingWarn:e.missingWarn,N=P(p.fallbackWarn)?p.fallbackWarn:e.fallbackWarn,S=!!p.part,T=uu(e,p),y=s(e,a,T);if(!O(i)||i==="")return new Intl.NumberFormat(T,f).format(d);let C={},b,_=null,m=T,A=null;const g="number format";for(let I=0;I<y.length;I++){if(b=A=y[I],process.env.NODE_ENV!=="production"&&T!==b&&An(N,i)&&r(nt(Ee.FALLBACK_TO_NUMBER_FORMAT,{key:i,target:b})),process.env.NODE_ENV!=="production"&&T!==b){const q=e.__v_emitter;q&&q.emit("fallback",{type:g,key:i,from:m,to:A,groupId:`${g}:${i}`})}if(C=n[b]||{},_=C[i],w(_))break;au(e,i,b,E,g),m=A}if(!w(_)||!O(b))return u?bn:i;let h=`${b}__${i}`;_n(f)||(h=`${h}__${JSON.stringify(f)}`);let L=o.get(h);return L||(L=new Intl.NumberFormat(b,ae({},_,f)),o.set(h,L)),S?L.formatToParts(d):L.format(d)}const ca=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function cu(...e){const[t,n,u,a]=e,r={};let s={};if(!re(t))throw Le(ie.INVALID_ARGUMENT);const o=t;return O(n)?r.key=n:w(n)&&Object.keys(n).forEach(i=>{ca.includes(i)?s[i]=n[i]:r[i]=n[i]}),O(u)?r.locale=u:w(u)&&(s=u),w(a)&&(s=a),[r.key||"",o,r,s]}function fa(e,t,n){const u=e;for(const a in n){const r=`${t}__${a}`;!u.__numberFormatters.has(r)||u.__numberFormatters.delete(r)}}V0();/**
20
+ * @vue/shared v3.4.38
21
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
22
+ * @license MIT
23
+ **//*! #__NO_SIDE_EFFECTS__ */function S5(e,t){const n=new Set(e.split(","));return t?u=>n.has(u.toLowerCase()):u=>n.has(u)}const Te=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV!=="production"&&Object.freeze([]);const je=()=>{},B5=()=>!1,O5=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Fe=Object.assign,L5=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},T5=Object.prototype.hasOwnProperty,ne=(e,t)=>T5.call(e,t),J=Array.isArray,gt=e=>Nn(e)==="[object Map]",y5=e=>Nn(e)==="[object Set]",ue=e=>typeof e=="function",Se=e=>typeof e=="string",Vt=e=>typeof e=="symbol",_e=e=>e!==null&&typeof e=="object",R5=e=>(_e(e)||ue(e))&&ue(e.then)&&ue(e.catch),M5=Object.prototype.toString,Nn=e=>M5.call(e),da=e=>Nn(e).slice(8,-1),$5=e=>Nn(e)==="[object Object]",fu=e=>Se(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ea=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},_a=Ea(e=>e.charAt(0).toUpperCase()+e.slice(1)),w5=Ea(e=>e?`on${_a(e)}`:""),Ke=(e,t)=>!Object.is(e,t),P5=(e,t,n,u=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:u,value:n})};let ma;const pa=()=>ma||(ma=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function du(e){if(J(e)){const t={};for(let n=0;n<e.length;n++){const u=e[n],a=Se(u)?x5(u):du(u);if(a)for(const r in a)t[r]=a[r]}return t}else if(Se(e)||_e(e))return e}const V5=/;(?![^(]*\))/g,k5=/:([^]+)/,U5=/\/\*[^]*?\*\//g;function x5(e){const t={};return e.replace(U5,"").split(V5).forEach(n=>{if(n){const u=n.split(k5);u.length>1&&(t[u[0].trim()]=u[1].trim())}}),t}function Eu(e){let t="";if(Se(e))t=e;else if(J(e))for(let n=0;n<e.length;n++){const u=Eu(e[n]);u&&(t+=u+" ")}else if(_e(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}/**
24
+ * @vue/reactivity v3.4.38
25
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
26
+ * @license MIT
27
+ **/function Xe(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let Be;class W5{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Be,!t&&Be&&(this.index=(Be.scopes||(Be.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Be;try{return Be=this,t()}finally{Be=n}}else process.env.NODE_ENV!=="production"&&Xe("cannot run an inactive effect scope.")}on(){Be=this}off(){Be=this.parent}stop(t){if(this._active){let n,u;for(n=0,u=this.effects.length;n<u;n++)this.effects[n].stop();for(n=0,u=this.cleanups.length;n<u;n++)this.cleanups[n]();if(this.scopes)for(n=0,u=this.scopes.length;n<u;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const a=this.parent.scopes.pop();a&&a!==this&&(this.parent.scopes[this.index]=a,a.index=this.index)}this.parent=void 0,this._active=!1}}}function H5(e){return new W5(e)}function G5(e,t=Be){t&&t.active&&t.effects.push(e)}function j5(){return Be}let rt;class va{constructor(t,n,u,a){this.fn=t,this.trigger=n,this.scheduler=u,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,G5(this,a)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,kt();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(K5(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Ut()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Je,n=rt;try{return Je=!0,rt=this,this._runnings++,ha(this),this.fn()}finally{ga(this),this._runnings--,rt=n,Je=t}}stop(){this.active&&(ha(this),ga(this),this.onStop&&this.onStop(),this.active=!1)}}function K5(e){return e.value}function ha(e){e._trackId++,e._depsLength=0}function ga(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Ca(e.deps[t],e);e.deps.length=e._depsLength}}function Ca(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let Je=!0,_u=0;const ba=[];function kt(){ba.push(Je),Je=!1}function Ut(){const e=ba.pop();Je=e===void 0?!0:e}function mu(){_u++}function pu(){for(_u--;!_u&&vu.length;)vu.shift()()}function Fa(e,t,n){var u;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const a=e.deps[e._depsLength];a!==t?(a&&Ca(a,e),e.deps[e._depsLength++]=t):e._depsLength++,process.env.NODE_ENV!=="production"&&((u=e.onTrack)==null||u.call(e,Fe({effect:e},n)))}}const vu=[];function Aa(e,t,n){var u;mu();for(const a of e.keys()){let r;a._dirtyLevel<t&&(r!=null?r:r=e.get(a)===a._trackId)&&(a._shouldSchedule||(a._shouldSchedule=a._dirtyLevel===0),a._dirtyLevel=t),a._shouldSchedule&&(r!=null?r:r=e.get(a)===a._trackId)&&(process.env.NODE_ENV!=="production"&&((u=a.onTrigger)==null||u.call(a,Fe({effect:a},n))),a.trigger(),(!a._runnings||a.allowRecurse)&&a._dirtyLevel!==2&&(a._shouldSchedule=!1,a.scheduler&&vu.push(a.scheduler)))}pu()}const Na=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},hu=new WeakMap,at=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),gu=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");function ce(e,t,n){if(Je&&rt){let u=hu.get(e);u||hu.set(e,u=new Map);let a=u.get(n);a||u.set(n,a=Na(()=>u.delete(n))),Fa(rt,a,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function qe(e,t,n,u,a,r){const s=hu.get(e);if(!s)return;let o=[];if(t==="clear")o=[...s.values()];else if(n==="length"&&J(e)){const i=Number(u);s.forEach((d,p)=>{(p==="length"||!Vt(p)&&p>=i)&&o.push(d)})}else switch(n!==void 0&&o.push(s.get(n)),t){case"add":J(e)?fu(n)&&o.push(s.get("length")):(o.push(s.get(at)),gt(e)&&o.push(s.get(gu)));break;case"delete":J(e)||(o.push(s.get(at)),gt(e)&&o.push(s.get(gu)));break;case"set":gt(e)&&o.push(s.get(at));break}mu();for(const i of o)i&&Aa(i,4,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:u,oldValue:a,oldTarget:r}:void 0);pu()}const X5=S5("__proto__,__v_isRef,__isVue"),Da=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Vt)),Ia=J5();function J5(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const u=V(this);for(let r=0,s=this.length;r<s;r++)ce(u,"get",r+"");const a=u[t](...n);return a===-1||a===!1?u[t](...n.map(V)):a}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){kt(),mu();const u=V(this)[t].apply(this,n);return pu(),Ut(),u}}),e}function q5(e){Vt(e)||(e=String(e));const t=V(this);return ce(t,"has",e),t.hasOwnProperty(e)}class Sa{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,u){const a=this._isReadonly,r=this._isShallow;if(n==="__v_isReactive")return!a;if(n==="__v_isReadonly")return a;if(n==="__v_isShallow")return r;if(n==="__v_raw")return u===(a?r?wa:$a:r?iv:Ma).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(u)?t:void 0;const s=J(t);if(!a){if(s&&ne(Ia,n))return Reflect.get(Ia,n,u);if(n==="hasOwnProperty")return q5}const o=Reflect.get(t,n,u);return(Vt(n)?Da.has(n):X5(n))||(a||ce(t,"get",n),r)?o:pe(o)?s&&fu(n)?o:o.value:_e(o)?a?Va(o):Pa(o):o}}class z5 extends Sa{constructor(t=!1){super(!1,t)}set(t,n,u,a){let r=t[n];if(!this._isShallow){const i=Ve(r);if(!ke(u)&&!Ve(u)&&(r=V(r),u=V(u)),!J(t)&&pe(r)&&!pe(u))return i?!1:(r.value=u,!0)}const s=J(t)&&fu(n)?Number(n)<t.length:ne(t,n),o=Reflect.set(t,n,u,a);return t===V(a)&&(s?Ke(u,r)&&qe(t,"set",n,u,r):qe(t,"add",n,u)),o}deleteProperty(t,n){const u=ne(t,n),a=t[n],r=Reflect.deleteProperty(t,n);return r&&u&&qe(t,"delete",n,void 0,a),r}has(t,n){const u=Reflect.has(t,n);return(!Vt(n)||!Da.has(n))&&ce(t,"has",n),u}ownKeys(t){return ce(t,"iterate",J(t)?"length":at),Reflect.ownKeys(t)}}class Ba extends Sa{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&Xe(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&Xe(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Q5=new z5,Z5=new Ba,Y5=new Ba(!0),Cu=e=>e,Dn=e=>Reflect.getPrototypeOf(e);function In(e,t,n=!1,u=!1){e=e.__v_raw;const a=V(e),r=V(t);n||(Ke(t,r)&&ce(a,"get",t),ce(a,"get",r));const{has:s}=Dn(a),o=u?Cu:n?Nu:xt;if(s.call(a,t))return o(e.get(t));if(s.call(a,r))return o(e.get(r));e!==a&&e.get(t)}function Sn(e,t=!1){const n=this.__v_raw,u=V(n),a=V(e);return t||(Ke(e,a)&&ce(u,"has",e),ce(u,"has",a)),e===a?n.has(e):n.has(e)||n.has(a)}function Bn(e,t=!1){return e=e.__v_raw,!t&&ce(V(e),"iterate",at),Reflect.get(e,"size",e)}function Oa(e,t=!1){!t&&!ke(e)&&!Ve(e)&&(e=V(e));const n=V(this);return Dn(n).has.call(n,e)||(n.add(e),qe(n,"add",e,e)),this}function La(e,t,n=!1){!n&&!ke(t)&&!Ve(t)&&(t=V(t));const u=V(this),{has:a,get:r}=Dn(u);let s=a.call(u,e);s?process.env.NODE_ENV!=="production"&&Ra(u,a,e):(e=V(e),s=a.call(u,e));const o=r.call(u,e);return u.set(e,t),s?Ke(t,o)&&qe(u,"set",e,t,o):qe(u,"add",e,t),this}function Ta(e){const t=V(this),{has:n,get:u}=Dn(t);let a=n.call(t,e);a?process.env.NODE_ENV!=="production"&&Ra(t,n,e):(e=V(e),a=n.call(t,e));const r=u?u.call(t,e):void 0,s=t.delete(e);return a&&qe(t,"delete",e,void 0,r),s}function ya(){const e=V(this),t=e.size!==0,n=process.env.NODE_ENV!=="production"?gt(e)?new Map(e):new Set(e):void 0,u=e.clear();return t&&qe(e,"clear",void 0,void 0,n),u}function On(e,t){return function(u,a){const r=this,s=r.__v_raw,o=V(s),i=t?Cu:e?Nu:xt;return!e&&ce(o,"iterate",at),s.forEach((d,p)=>u.call(a,i(d),i(p),r))}}function Ln(e,t,n){return function(...u){const a=this.__v_raw,r=V(a),s=gt(r),o=e==="entries"||e===Symbol.iterator&&s,i=e==="keys"&&s,d=a[e](...u),p=n?Cu:t?Nu:xt;return!t&&ce(r,"iterate",i?gu:at),{next(){const{value:f,done:E}=d.next();return E?{value:f,done:E}:{value:o?[p(f[0]),p(f[1])]:p(f),done:E}},[Symbol.iterator](){return this}}}}function ze(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";Xe(`${_a(e)} operation ${n}failed: target is readonly.`,V(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function ev(){const e={get(r){return In(this,r)},get size(){return Bn(this)},has:Sn,add:Oa,set:La,delete:Ta,clear:ya,forEach:On(!1,!1)},t={get(r){return In(this,r,!1,!0)},get size(){return Bn(this)},has:Sn,add(r){return Oa.call(this,r,!0)},set(r,s){return La.call(this,r,s,!0)},delete:Ta,clear:ya,forEach:On(!1,!0)},n={get(r){return In(this,r,!0)},get size(){return Bn(this,!0)},has(r){return Sn.call(this,r,!0)},add:ze("add"),set:ze("set"),delete:ze("delete"),clear:ze("clear"),forEach:On(!0,!1)},u={get(r){return In(this,r,!0,!0)},get size(){return Bn(this,!0)},has(r){return Sn.call(this,r,!0)},add:ze("add"),set:ze("set"),delete:ze("delete"),clear:ze("clear"),forEach:On(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(r=>{e[r]=Ln(r,!1,!1),n[r]=Ln(r,!0,!1),t[r]=Ln(r,!1,!0),u[r]=Ln(r,!0,!0)}),[e,n,t,u]}const[tv,nv,uv,rv]=ev();function bu(e,t){const n=t?e?rv:uv:e?nv:tv;return(u,a,r)=>a==="__v_isReactive"?!e:a==="__v_isReadonly"?e:a==="__v_raw"?u:Reflect.get(ne(n,a)&&a in u?n:u,a,r)}const av={get:bu(!1,!1)},sv={get:bu(!0,!1)},ov={get:bu(!0,!0)};function Ra(e,t,n){const u=V(n);if(u!==n&&t.call(e,u)){const a=da(e);Xe(`Reactive ${a} contains both the raw and reactive versions of the same object${a==="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 Ma=new WeakMap,iv=new WeakMap,$a=new WeakMap,wa=new WeakMap;function lv(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function cv(e){return e.__v_skip||!Object.isExtensible(e)?0:lv(da(e))}function Pa(e){return Ve(e)?e:Fu(e,!1,Q5,av,Ma)}function Va(e){return Fu(e,!0,Z5,sv,$a)}function Tn(e){return Fu(e,!0,Y5,ov,wa)}function Fu(e,t,n,u,a){if(!_e(e))return process.env.NODE_ENV!=="production"&&Xe(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const r=a.get(e);if(r)return r;const s=cv(e);if(s===0)return e;const o=new Proxy(e,s===2?u:n);return a.set(e,o),o}function Ct(e){return Ve(e)?Ct(e.__v_raw):!!(e&&e.__v_isReactive)}function Ve(e){return!!(e&&e.__v_isReadonly)}function ke(e){return!!(e&&e.__v_isShallow)}function Au(e){return e?!!e.__v_raw:!1}function V(e){const t=e&&e.__v_raw;return t?V(t):e}function fv(e){return Object.isExtensible(e)&&P5(e,"__v_skip",!0),e}const xt=e=>_e(e)?Pa(e):e,Nu=e=>_e(e)?Va(e):e,dv="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 ka{constructor(t,n,u,a){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new va(()=>t(this._value),()=>yn(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!a,this.__v_isReadonly=u}get value(){const t=V(this);return(!t._cacheable||t.effect.dirty)&&Ke(t._value,t._value=t.effect.run())&&yn(t,4),Ua(t),t.effect._dirtyLevel>=2&&(process.env.NODE_ENV!=="production"&&this._warnRecursive&&Xe(dv,`
28
+
29
+ getter: `,this.getter),yn(t,2)),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Ev(e,t,n=!1){let u,a;const r=ue(e);r?(u=e,a=process.env.NODE_ENV!=="production"?()=>{Xe("Write operation failed: computed value is readonly")}:je):(u=e.get,a=e.set);const s=new ka(u,a,r||!a,n);return process.env.NODE_ENV!=="production"&&t&&!n&&(s.effect.onTrack=t.onTrack,s.effect.onTrigger=t.onTrigger),s}function Ua(e){var t;Je&&rt&&(e=V(e),Fa(rt,(t=e.dep)!=null?t:e.dep=Na(()=>e.dep=void 0,e instanceof ka?e:void 0),process.env.NODE_ENV!=="production"?{target:e,type:"get",key:"value"}:void 0))}function yn(e,t=4,n,u){e=V(e);const a=e.dep;a&&Aa(a,t,process.env.NODE_ENV!=="production"?{target:e,type:"set",key:"value",newValue:n,oldValue:u}:void 0)}function pe(e){return!!(e&&e.__v_isRef===!0)}function bt(e){return Wa(e,!1)}function xa(e){return Wa(e,!0)}function Wa(e,t){return pe(e)?e:new _v(e,t)}class _v{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:V(t),this._value=n?t:xt(t)}get value(){return Ua(this),this._value}set value(t){const n=this.__v_isShallow||ke(t)||Ve(t);if(t=n?t:V(t),Ke(t,this._rawValue)){const u=this._rawValue;this._rawValue=t,this._value=n?t:xt(t),yn(this,4,t,u)}}}function mv(e){return pe(e)?e.value:e}const pv={get:(e,t,n)=>mv(Reflect.get(e,t,n)),set:(e,t,n,u)=>{const a=e[t];return pe(a)&&!pe(n)?(a.value=n,!0):Reflect.set(e,t,n,u)}};function vv(e){return Ct(e)?e:new Proxy(e,pv)}/**
30
+ * @vue/runtime-core v3.4.38
31
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
32
+ * @license MIT
33
+ **/const st=[];function hv(e){st.push(e)}function gv(){st.pop()}let Du=!1;function z(e,...t){if(Du)return;Du=!0,kt();const n=st.length?st[st.length-1].component:null,u=n&&n.appContext.config.warnHandler,a=Cv();if(u)ot(u,n,11,[e+t.map(r=>{var s,o;return(o=(s=r.toString)==null?void 0:s.call(r))!=null?o:JSON.stringify(r)}).join(""),n&&n.proxy,a.map(({vnode:r})=>`at <${ds(n,r.type)}>`).join(`
34
+ `),a]);else{const r=[`[Vue warn]: ${e}`,...t];a.length&&r.push(`
35
+ `,...bv(a)),console.warn(...r)}Ut(),Du=!1}function Cv(){let e=st[st.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 u=e.component&&e.component.parent;e=u&&u.vnode}return t}function bv(e){const t=[];return e.forEach((n,u)=>{t.push(...u===0?[]:[`
36
+ `],...Fv(n))}),t}function Fv({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",u=e.component?e.component.parent==null:!1,a=` at <${ds(e.component,e.type,u)}`,r=">"+n;return e.props?[a,...Av(e.props),r]:[a+r]}function Av(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(u=>{t.push(...Ha(u,e[u]))}),n.length>3&&t.push(" ..."),t}function Ha(e,t,n){return Se(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:pe(t)?(t=Ha(e,V(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):ue(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=V(t),n?t:[`${e}=`,t])}const Iu={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 ot(e,t,n,u){try{return u?e(...u):e()}catch(a){Su(a,t,n)}}function Wt(e,t,n,u){if(ue(e)){const a=ot(e,t,n,u);return a&&R5(a)&&a.catch(r=>{Su(r,t,n)}),a}if(J(e)){const a=[];for(let r=0;r<e.length;r++)a.push(Wt(e[r],t,n,u));return a}else process.env.NODE_ENV!=="production"&&z(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function Su(e,t,n,u=!0){const a=t?t.vnode:null;if(t){let r=t.parent;const s=t.proxy,o=process.env.NODE_ENV!=="production"?Iu[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;r;){const d=r.ec;if(d){for(let p=0;p<d.length;p++)if(d[p](e,s,o)===!1)return}r=r.parent}const i=t.appContext.config.errorHandler;if(i){kt(),ot(i,null,10,[e,s,o]),Ut();return}}Nv(e,n,a,u)}function Nv(e,t,n,u=!0){if(process.env.NODE_ENV!=="production"){const a=Iu[t];if(n&&hv(n),z(`Unhandled error${a?` during execution of ${a}`:""}`),n&&gv(),u)throw e;console.error(e)}else console.error(e)}let Rn=!1,Bu=!1;const Oe=[];let Qe=0;const Ft=[];let Ze=null,it=0;const Ga=Promise.resolve();let Ou=null;const Dv=100;function Iv(e){const t=Ou||Ga;return e?t.then(this?e.bind(this):e):t}function Sv(e){let t=Qe+1,n=Oe.length;for(;t<n;){const u=t+n>>>1,a=Oe[u],r=Ht(a);r<e||r===e&&a.pre?t=u+1:n=u}return t}function Lu(e){(!Oe.length||!Oe.includes(e,Rn&&e.allowRecurse?Qe+1:Qe))&&(e.id==null?Oe.push(e):Oe.splice(Sv(e.id),0,e),ja())}function ja(){!Rn&&!Bu&&(Bu=!0,Ou=Ga.then(Xa))}function Ka(e){J(e)?Ft.push(...e):(!Ze||!Ze.includes(e,e.allowRecurse?it+1:it))&&Ft.push(e),ja()}function Bv(e){if(Ft.length){const t=[...new Set(Ft)].sort((n,u)=>Ht(n)-Ht(u));if(Ft.length=0,Ze){Ze.push(...t);return}for(Ze=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),it=0;it<Ze.length;it++){const n=Ze[it];process.env.NODE_ENV!=="production"&&Ja(e,n)||n.active!==!1&&n()}Ze=null,it=0}}const Ht=e=>e.id==null?1/0:e.id,Ov=(e,t)=>{const n=Ht(e)-Ht(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Xa(e){Bu=!1,Rn=!0,process.env.NODE_ENV!=="production"&&(e=e||new Map),Oe.sort(Ov);const t=process.env.NODE_ENV!=="production"?n=>Ja(e,n):je;try{for(Qe=0;Qe<Oe.length;Qe++){const n=Oe[Qe];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&t(n))continue;ot(n,n.i,n.i?15:14)}}}finally{Qe=0,Oe.length=0,Bv(e),Rn=!1,Ou=null,(Oe.length||Ft.length)&&Xa(e)}}function Ja(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>Dv){const u=t.i,a=u&&fs(u.type);return Su(`Maximum recursive updates exceeded${a?` in component <${a}>`:""}. 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 Tu=new Map;process.env.NODE_ENV!=="production"&&(pa().__VUE_HMR_RUNTIME__={createRecord:yu(Lv),rerender:yu(Tv),reload:yu(yv)});const Mn=new Map;function Lv(e,t){return Mn.has(e)?!1:(Mn.set(e,{initialDef:$n(t),instances:new Set}),!0)}function $n(e){return Es(e)?e.__vccOpts:e}function Tv(e,t){const n=Mn.get(e);!n||(n.initialDef.render=t,[...n.instances].forEach(u=>{t&&(u.render=t,$n(u.type).render=t),u.renderCache=[],u.effect.dirty=!0,u.update()}))}function yv(e,t){const n=Mn.get(e);if(!n)return;t=$n(t),qa(n.initialDef,t);const u=[...n.instances];for(let a=0;a<u.length;a++){const r=u[a],s=$n(r.type);let o=Tu.get(s);o||(s!==n.initialDef&&qa(s,t),Tu.set(s,o=new Set)),o.add(r),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(o.add(r),r.ceReload(t.styles),o.delete(r)):r.parent?(r.parent.effect.dirty=!0,Lu(()=>{r.parent.update(),o.delete(r)})):r.appContext.reload?r.appContext.reload():typeof window!="undefined"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Ka(()=>{Tu.clear()})}function qa(e,t){Fe(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function yu(e){return(t,n)=>{try{return e(t,n)}catch(u){console.error(u),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let At,wn=[];function za(e,t){var n,u;At=e,At?(At.enabled=!0,wn.forEach(({event:a,args:r})=>At.emit(a,...r)),wn=[]):typeof window!="undefined"&&window.HTMLElement&&!((u=(n=window.navigator)==null?void 0:n.userAgent)!=null&&u.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(r=>{za(r,t)}),setTimeout(()=>{At||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,wn=[])},3e3)):wn=[]}let ye=null,Rv=null;function Qa(e,t){e.shapeFlag&6&&e.component?Qa(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 Ru(e,t){return ue(e)?(()=>Fe({name:e.name},t,{setup:e}))():e}function Mv(e,t,n=ct,u=!1){if(n){const a=n[e]||(n[e]=[]),r=t.__weh||(t.__weh=(...s)=>{kt();const o=cs(n),i=Wt(t,n,e,s);return o(),Ut(),i});return u?a.unshift(r):a.push(r),r}else if(process.env.NODE_ENV!=="production"){const a=w5(Iu[e].replace(/ hook$/,""));z(`${a} 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 Mu=e=>(t,n=ct)=>{(!Wn||e==="sp")&&Mv(e,(...u)=>t(...u),n)},$v=Mu("bm"),wv=Mu("m"),Pv=Mu("um"),Vv=Symbol.for("v-ndc"),$u=e=>e?oh(e)?ih(e):$u(e.parent):null,Gt=Fe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?Tn(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?Tn(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?Tn(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?Tn(e.refs):e.refs,$parent:e=>$u(e.parent),$root:e=>$u(e.root),$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?Wv(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Lu(e.update)}),$nextTick:e=>e.n||(e.n=Iv.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?Qv.bind(e):je}),kv=e=>e==="_"||e==="$",wu=(e,t)=>e!==Te&&!e.__isScriptSetup&&ne(e,t),Uv={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:u,data:a,props:r,accessCache:s,type:o,appContext:i}=e;if(process.env.NODE_ENV!=="production"&&t==="__isVue")return!0;let d;if(t[0]!=="$"){const N=s[t];if(N!==void 0)switch(N){case 1:return u[t];case 2:return a[t];case 4:return n[t];case 3:return r[t]}else{if(wu(u,t))return s[t]=1,u[t];if(a!==Te&&ne(a,t))return s[t]=2,a[t];if((d=e.propsOptions[0])&&ne(d,t))return s[t]=3,r[t];if(n!==Te&&ne(n,t))return s[t]=4,n[t];(!__VUE_OPTIONS_API__||xv)&&(s[t]=0)}}const p=Gt[t];let f,E;if(p)return t==="$attrs"?(ce(e.attrs,"get",""),process.env.NODE_ENV!=="production"&&void 0):process.env.NODE_ENV!=="production"&&t==="$slots"&&ce(e,"get",t),p(e);if((f=o.__cssModules)&&(f=f[t]))return f;if(n!==Te&&ne(n,t))return s[t]=4,n[t];if(E=i.config.globalProperties,ne(E,t))return E[t];process.env.NODE_ENV!=="production"&&ye&&(!Se(t)||t.indexOf("__v")!==0)&&(a!==Te&&kv(t[0])&&ne(a,t)?z(`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===ye&&z(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:u,setupState:a,ctx:r}=e;return wu(a,t)?(a[t]=n,!0):process.env.NODE_ENV!=="production"&&a.__isScriptSetup&&ne(a,t)?(z(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):u!==Te&&ne(u,t)?(u[t]=n,!0):ne(e.props,t)?(process.env.NODE_ENV!=="production"&&z(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(process.env.NODE_ENV!=="production"&&z(`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(r,t,{enumerable:!0,configurable:!0,value:n}):r[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:u,appContext:a,propsOptions:r}},s){let o;return!!n[s]||e!==Te&&ne(e,s)||wu(t,s)||(o=r[0])&&ne(o,s)||ne(u,s)||ne(Gt,s)||ne(a.config.globalProperties,s)},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"&&(Uv.ownKeys=e=>(z("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 Za(e){return J(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let xv=!0;function Wv(e){const t=e.type,{mixins:n,extends:u}=t,{mixins:a,optionsCache:r,config:{optionMergeStrategies:s}}=e.appContext,o=r.get(t);let i;return o?i=o:!a.length&&!n&&!u?i=t:(i={},a.length&&a.forEach(d=>Pn(i,d,s,!0)),Pn(i,t,s)),_e(t)&&r.set(t,i),i}function Pn(e,t,n,u=!1){const{mixins:a,extends:r}=t;r&&Pn(e,r,n,!0),a&&a.forEach(s=>Pn(e,s,n,!0));for(const s in t)if(u&&s==="expose")process.env.NODE_ENV!=="production"&&z('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const o=Hv[s]||n&&n[s];e[s]=o?o(e[s],t[s]):t[s]}return e}const Hv={data:Ya,props:ts,emits:ts,methods:jt,computed:jt,beforeCreate:me,created:me,beforeMount:me,mounted:me,beforeUpdate:me,updated:me,beforeDestroy:me,beforeUnmount:me,destroyed:me,unmounted:me,activated:me,deactivated:me,errorCaptured:me,serverPrefetch:me,components:jt,directives:jt,watch:jv,provide:Ya,inject:Gv};function Ya(e,t){return t?e?function(){return Fe(ue(e)?e.call(this,this):e,ue(t)?t.call(this,this):t)}:t:e}function Gv(e,t){return jt(es(e),es(t))}function es(e){if(J(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function me(e,t){return e?[...new Set([].concat(e,t))]:t}function jt(e,t){return e?Fe(Object.create(null),e,t):t}function ts(e,t){return e?J(e)&&J(t)?[...new Set([...e,...t])]:Fe(Object.create(null),Za(e),Za(t!=null?t:{})):t}function jv(e,t){if(!e)return t;if(!t)return e;const n=Fe(Object.create(null),e);for(const u in t)n[u]=me(e[u],t[u]);return n}function Kv(){return{app:null,config:{isNativeTag:B5,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 Pu=null;function ns(e,t,n=!1){const u=ct||ye;if(u||Pu){const a=Pu?Pu._context.provides:u?u.parent==null?u.vnode.appContext&&u.vnode.appContext.provides:u.parent.provides:void 0;if(a&&e in a)return a[e];if(arguments.length>1)return n&&ue(t)?t.call(u&&u.proxy):t;process.env.NODE_ENV!=="production"&&z(`injection "${String(e)}" not found.`)}else process.env.NODE_ENV!=="production"&&z("inject() can only be used inside setup() or functional components.")}const Xv={},us=e=>Object.getPrototypeOf(e)===Xv,Jv=e=>e.__isTeleport,rs=eh,qv=Symbol.for("v-scx"),zv=()=>{{const e=ns(qv);return e||process.env.NODE_ENV!=="production"&&z("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},Vn={};function Vu(e,t,n){return process.env.NODE_ENV!=="production"&&!ue(t)&&z("`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."),as(e,t,n)}function as(e,t,{immediate:n,deep:u,flush:a,once:r,onTrack:s,onTrigger:o}=Te){if(t&&r){const h=t;t=(...L)=>{h(...L),g()}}process.env.NODE_ENV!=="production"&&u!==void 0&&typeof u=="number"&&z('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&&z('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),u!==void 0&&z('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&z('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const i=h=>{z("Invalid watch source: ",h,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},d=ct,p=h=>u===!0?h:lt(h,u===!1?1:void 0);let f,E=!1,N=!1;if(pe(e)?(f=()=>e.value,E=ke(e)):Ct(e)?(f=()=>p(e),E=!0):J(e)?(N=!0,E=e.some(h=>Ct(h)||ke(h)),f=()=>e.map(h=>{if(pe(h))return h.value;if(Ct(h))return p(h);if(ue(h))return ot(h,d,2);process.env.NODE_ENV!=="production"&&i(h)})):ue(e)?t?f=()=>ot(e,d,2):f=()=>(S&&S(),Wt(e,d,3,[T])):(f=je,process.env.NODE_ENV!=="production"&&i(e)),t&&u){const h=f;f=()=>lt(h())}let S,T=h=>{S=m.onStop=()=>{ot(h,d,4),S=m.onStop=void 0}},y;if(Wn)if(T=je,t?n&&Wt(t,d,3,[f(),N?[]:void 0,T]):f(),a==="sync"){const h=zv();y=h.__watcherHandles||(h.__watcherHandles=[])}else return je;let C=N?new Array(e.length).fill(Vn):Vn;const b=()=>{if(!(!m.active||!m.dirty))if(t){const h=m.run();(u||E||(N?h.some((L,I)=>Ke(L,C[I])):Ke(h,C)))&&(S&&S(),Wt(t,d,3,[h,C===Vn?void 0:N&&C[0]===Vn?[]:C,T]),C=h)}else m.run()};b.allowRecurse=!!t;let _;a==="sync"?_=b:a==="post"?_=()=>rs(b,d&&d.suspense):(b.pre=!0,d&&(b.id=d.uid),_=()=>Lu(b));const m=new va(f,je,_),A=j5(),g=()=>{m.stop(),A&&L5(A.effects,m)};return process.env.NODE_ENV!=="production"&&(m.onTrack=s,m.onTrigger=o),t?n?b():C=m.run():a==="post"?rs(m.run.bind(m),d&&d.suspense):m.run(),y&&y.push(g),g}function Qv(e,t,n){const u=this.proxy,a=Se(e)?e.includes(".")?Zv(u,e):()=>u[e]:e.bind(u,u);let r;ue(t)?r=t:(r=t.handler,n=t);const s=cs(this),o=as(a,r.bind(u),n);return s(),o}function Zv(e,t){const n=t.split(".");return()=>{let u=e;for(let a=0;a<n.length&&u;a++)u=u[n[a]];return u}}function lt(e,t=1/0,n){if(t<=0||!_e(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,pe(e))lt(e.value,t,n);else if(J(e))for(let u=0;u<e.length;u++)lt(e[u],t,n);else if(y5(e)||gt(e))e.forEach(u=>{lt(u,t,n)});else if($5(e)){for(const u in e)lt(e[u],t,n);for(const u of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,u)&&lt(e[u],t,n)}return e}function Rg(){}const Yv=e=>e.__isSuspense;function eh(e,t){t&&t.pendingBranch?J(e)?t.effects.push(...e):t.effects.push(e):Ka(e)}const kn=Symbol.for("v-fgt"),ss=Symbol.for("v-txt"),th=Symbol.for("v-cmt");let Nt=null;function ku(e){return e?e.__v_isVNode===!0:!1}const nh=(...e)=>is(...e),os=({key:e})=>e!=null?e:null,Un=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Se(e)||pe(e)||ue(e)?{i:ye,r:e,k:t,f:!!n}:e:null);function uh(e,t=null,n=null,u=0,a=null,r=e===kn?0:1,s=!1,o=!1){const i={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&os(t),ref:t&&Un(t),scopeId:Rv,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:r,patchFlag:u,dynamicProps:a,dynamicChildren:null,appContext:null,ctx:ye};return o?(Uu(i,n),r&128&&e.normalize(i)):n&&(i.shapeFlag|=Se(n)?8:16),process.env.NODE_ENV!=="production"&&i.key!==i.key&&z("VNode created with invalid key (NaN). VNode type:",i.type),!s&&Nt&&(i.patchFlag>0||r&6)&&i.patchFlag!==32&&Nt.push(i),i}const Dt=process.env.NODE_ENV!=="production"?nh:is;function is(e,t=null,n=null,u=0,a=null,r=!1){if((!e||e===Vv)&&(process.env.NODE_ENV!=="production"&&!e&&z(`Invalid vnode type when creating vnode: ${e}.`),e=th),ku(e)){const o=xn(e,t,!0);return n&&Uu(o,n),!r&&Nt&&(o.shapeFlag&6?Nt[Nt.indexOf(e)]=o:Nt.push(o)),o.patchFlag=-2,o}if(Es(e)&&(e=e.__vccOpts),t){t=rh(t);let{class:o,style:i}=t;o&&!Se(o)&&(t.class=Eu(o)),_e(i)&&(Au(i)&&!J(i)&&(i=Fe({},i)),t.style=du(i))}const s=Se(e)?1:Yv(e)?128:Jv(e)?64:_e(e)?4:ue(e)?2:0;return process.env.NODE_ENV!=="production"&&s&4&&Au(e)&&(e=V(e),z("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)),uh(e,t,n,u,a,s,r,!0)}function rh(e){return e?Au(e)||us(e)?Fe({},e):e:null}function xn(e,t,n=!1,u=!1){const{props:a,ref:r,patchFlag:s,children:o,transition:i}=e,d=t?sh(a||{},t):a,p={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&os(d),ref:t&&t.ref?n&&r?J(r)?r.concat(Un(t)):[r,Un(t)]:Un(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&s===-1&&J(o)?o.map(ls):o,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==kn?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:i,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&xn(e.ssContent),ssFallback:e.ssFallback&&xn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return i&&u&&Qa(p,i.clone(p)),p}function ls(e){const t=xn(e);return J(e.children)&&(t.children=e.children.map(ls)),t}function ah(e=" ",t=0){return Dt(ss,null,e,t)}function Uu(e,t){let n=0;const{shapeFlag:u}=e;if(t==null)t=null;else if(J(t))n=16;else if(typeof t=="object")if(u&65){const a=t.default;a&&(a._c&&(a._d=!1),Uu(e,a()),a._c&&(a._d=!0));return}else{n=32;const a=t._;!a&&!us(t)?t._ctx=ye:a===3&&ye&&(ye.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ue(t)?(t={default:t,_ctx:ye},n=32):(t=String(t),u&64?(n=16,t=[ah(t)]):n=8);e.children=t,e.shapeFlag|=n}function sh(...e){const t={};for(let n=0;n<e.length;n++){const u=e[n];for(const a in u)if(a==="class")t.class!==u.class&&(t.class=Eu([t.class,u.class]));else if(a==="style")t.style=du([t.style,u.style]);else if(O5(a)){const r=t[a],s=u[a];s&&r!==s&&!(J(r)&&r.includes(s))&&(t[a]=r?[].concat(r,s):s)}else a!==""&&(t[a]=u[a])}return t}Kv();let ct=null;const It=()=>ct||ye;let xu;{const e=pa(),t=(n,u)=>{let a;return(a=e[n])||(a=e[n]=[]),a.push(u),r=>{a.length>1?a.forEach(s=>s(r)):a[0](r)}};xu=t("__VUE_INSTANCE_SETTERS__",n=>ct=n),t("__VUE_SSR_SETTERS__",n=>Wn=n)}const cs=e=>{const t=ct;return xu(e),e.scope.on(),()=>{e.scope.off(),xu(t)}};function oh(e){return e.vnode.shapeFlag&4}let Wn=!1;process.env.NODE_ENV;function ih(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(vv(fv(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Gt)return Gt[n](e)},has(t,n){return n in t||n in Gt}})):e.proxy}const lh=/(?:^|[-_])(\w)/g,ch=e=>e.replace(lh,t=>t.toUpperCase()).replace(/[-_]/g,"");function fs(e,t=!0){return ue(e)?e.displayName||e.name:e.name||t&&e.__name}function ds(e,t,n=!1){let u=fs(t);if(!u&&t.__file){const a=t.__file.match(/([^/\\]+)\.\w+$/);a&&(u=a[1])}if(!u&&e&&e.parent){const a=r=>{for(const s in r)if(r[s]===t)return s};u=a(e.components||e.parent.type.components)||a(e.appContext.components)}return u?ch(u):n?"App":"Anonymous"}function Es(e){return ue(e)&&"__vccOpts"in e}const Re=(e,t)=>{const n=Ev(e,t,Wn);if(process.env.NODE_ENV!=="production"){const u=It();u&&u.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function _s(e,t,n){const u=arguments.length;return u===2?_e(t)&&!J(t)?ku(t)?Dt(e,null,[t]):Dt(e,t):Dt(e,null,t):(u>3?n=Array.prototype.slice.call(arguments,2):u===3&&ku(n)&&(n=[n]),Dt(e,t,n))}function fh(){if(process.env.NODE_ENV==="production"||typeof window=="undefined")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},u={style:"color:#eb2f96"},a={__vue_custom_formatter:!0,header(f){return _e(f)?f.__isVue?["div",e,"VueInstance"]:pe(f)?["div",{},["span",e,p(f)],"<",o(f.value),">"]:Ct(f)?["div",{},["span",e,ke(f)?"ShallowReactive":"Reactive"],"<",o(f),`>${Ve(f)?" (readonly)":""}`]:Ve(f)?["div",{},["span",e,ke(f)?"ShallowReadonly":"Readonly"],"<",o(f),">"]:null:null},hasBody(f){return f&&f.__isVue},body(f){if(f&&f.__isVue)return["div",{},...r(f.$)]}};function r(f){const E=[];f.type.props&&f.props&&E.push(s("props",V(f.props))),f.setupState!==Te&&E.push(s("setup",f.setupState)),f.data!==Te&&E.push(s("data",V(f.data)));const N=i(f,"computed");N&&E.push(s("computed",N));const S=i(f,"inject");return S&&E.push(s("injected",S)),E.push(["div",{},["span",{style:u.style+";opacity:0.66"},"$ (internal): "],["object",{object:f}]]),E}function s(f,E){return E=Fe({},E),Object.keys(E).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},f],["div",{style:"padding-left:1.25em"},...Object.keys(E).map(N=>["div",{},["span",u,N+": "],o(E[N],!1)])]]:["span",{}]}function o(f,E=!0){return typeof f=="number"?["span",t,f]:typeof f=="string"?["span",n,JSON.stringify(f)]:typeof f=="boolean"?["span",u,f]:_e(f)?["object",{object:E?V(f):f}]:["span",n,String(f)]}function i(f,E){const N=f.type;if(ue(N))return;const S={};for(const T in f.ctx)d(N,T,E)&&(S[T]=f.ctx[T]);return S}function d(f,E,N){const S=f[N];if(J(S)&&S.includes(E)||_e(S)&&E in S||f.extends&&d(f.extends,E,N)||f.mixins&&f.mixins.some(T=>d(T,E,N)))return!0}function p(f){return ke(f)?"ShallowRef":f.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(a):window.devtoolsFormatters=[a]}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;/**
38
+ * vue v3.4.38
39
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
40
+ * @license MIT
41
+ **/function dh(){fh()}process.env.NODE_ENV!=="production"&&dh();function Eh(){return ms().__VUE_DEVTOOLS_GLOBAL_HOOK__}function ms(){return typeof navigator!="undefined"&&typeof window!="undefined"?window:typeof globalThis!="undefined"?globalThis:{}}const _h=typeof Proxy=="function",mh="devtools-plugin:setup",ph="plugin:settings:set";let St,Wu;function vh(){var e;return St!==void 0||(typeof window!="undefined"&&window.performance?(St=!0,Wu=window.performance):typeof globalThis!="undefined"&&((e=globalThis.perf_hooks)===null||e===void 0?void 0:e.performance)?(St=!0,Wu=globalThis.perf_hooks.performance):St=!1),St}function hh(){return vh()?Wu.now():Date.now()}class gh{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const u={};if(t.settings)for(const s in t.settings){const o=t.settings[s];u[s]=o.defaultValue}const a=`__vue-devtools-plugin-settings__${t.id}`;let r=Object.assign({},u);try{const s=localStorage.getItem(a),o=JSON.parse(s);Object.assign(r,o)}catch(s){}this.fallbacks={getSettings(){return r},setSettings(s){try{localStorage.setItem(a,JSON.stringify(s))}catch(o){}r=s},now(){return hh()}},n&&n.on(ph,(s,o)=>{s===this.plugin.id&&this.fallbacks.setSettings(o)}),this.proxiedOn=new Proxy({},{get:(s,o)=>this.target?this.target.on[o]:(...i)=>{this.onQueue.push({method:o,args:i})}}),this.proxiedTarget=new Proxy({},{get:(s,o)=>this.target?this.target[o]:o==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(o)?(...i)=>(this.targetQueue.push({method:o,args:i,resolve:()=>{}}),this.fallbacks[o](...i)):(...i)=>new Promise(d=>{this.targetQueue.push({method:o,args:i,resolve:d})})})}setRealTarget(t){return yt(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 Ch(e,t){const n=e,u=ms(),a=Eh(),r=_h&&n.enableEarlyProxy;if(a&&(u.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!r))a.emit(mh,e,t);else{const s=r?new gh(n,a):null;(u.__VUE_DEVTOOLS_PLUGINS__=u.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:s}),s&&t(s.proxiedTarget)}}/*!
42
+ * vue-i18n v9.14.0
43
+ * (c) 2024 kazuya kawaguchi
44
+ * Released under the MIT License.
45
+ */const bh="9.14.0";function Fh(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(we().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(we().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(we().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(we().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(we().__INTLIFY_PROD_DEVTOOLS__=!1)}const ps=Ee.__EXTEND_POINT__,Ue=pn(ps),Z={FALLBACK_TO_ROOT:ps,NOT_SUPPORTED_PRESERVE:Ue(),NOT_SUPPORTED_FORMATTER:Ue(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:Ue(),NOT_SUPPORTED_GET_CHOICE_INDEX:Ue(),COMPONENT_NAME_LEGACY_COMPATIBLE:Ue(),NOT_FOUND_PARENT_SCOPE:Ue(),IGNORE_OBJ_FLATTEN:Ue(),NOTICE_DROP_ALLOW_COMPOSITION:Ue(),NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG:Ue()},Ah={[Z.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[Z.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[Z.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[Z.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[Z.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[Z.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[Z.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[Z.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[Z.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",[Z.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]:"'translateExistCompatible' option will be dropped in the next major version."};function ve(e,...t){return $t(Ah[e],...t)}const vs=ie.__EXTEND_POINT__,he=pn(vs),k={UNEXPECTED_RETURN_TYPE:vs,INVALID_ARGUMENT:he(),MUST_BE_CALL_SETUP_TOP:he(),NOT_INSTALLED:he(),NOT_AVAILABLE_IN_LEGACY_MODE:he(),REQUIRED_VALUE:he(),INVALID_VALUE:he(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:he(),NOT_INSTALLED_WITH_PROVIDE:he(),UNEXPECTED_ERROR:he(),NOT_COMPATIBLE_LEGACY_VUE_I18N:he(),BRIDGE_SUPPORT_VUE_2_ONLY:he(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:he(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:he(),__EXTEND_POINT__:he()};function oe(e,...t){return _t(e,null,process.env.NODE_ENV!=="production"?{messages:Nh,args:t}:void 0)}const Nh={[k.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[k.INVALID_ARGUMENT]:"Invalid argument",[k.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[k.NOT_INSTALLED]:"Need to install with `app.use` function",[k.UNEXPECTED_ERROR]:"Unexpected error",[k.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[k.REQUIRED_VALUE]:"Required in value: {0}",[k.INVALID_VALUE]:"Invalid value",[k.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[k.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[k.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[k.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[k.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",[k.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},Hu=De("__translateVNode"),Gu=De("__datetimeParts"),ju=De("__numberParts"),ft=De("__enableEmitter"),Kt=De("__disableEmitter"),hs=De("__setPluralRules");De("__intlifyMeta");const gs=De("__injectWithOption"),Ku=De("__dispose");function Xt(e){if(!x(e))return e;for(const t in e)if(!!mn(e,t))if(!t.includes("."))x(e[t])&&Xt(e[t]);else{const n=t.split("."),u=n.length-1;let a=e,r=!1;for(let s=0;s<u;s++){if(n[s]in a||(a[n[s]]={}),!x(a[n[s]])){process.env.NODE_ENV!=="production"&&se(ve(Z.IGNORE_OBJ_FLATTEN,{key:n[s]})),r=!0;break}a=a[n[s]]}r||(a[n[u]]=e[t],delete e[t]),x(a[n[u]])&&Xt(a[n[u]])}return e}function Hn(e,t){const{messages:n,__i18n:u,messageResolver:a,flatJson:r}=t,s=w(n)?n:X(u)?{}:{[e]:{}};if(X(u)&&u.forEach(o=>{if("locale"in o&&"resource"in o){const{locale:i,resource:d}=o;i?(s[i]=s[i]||{},hn(d,s[i])):hn(d,s)}else O(o)&&hn(JSON.parse(o),s)}),a==null&&r)for(const o in s)mn(s,o)&&Xt(s[o]);return s}function Cs(e){return e.type}function bs(e,t,n){let u=x(t.messages)?t.messages:{};"__i18nGlobal"in n&&(u=Hn(e.locale.value,{messages:u,__i18n:n.__i18nGlobal}));const a=Object.keys(u);a.length&&a.forEach(r=>{e.mergeLocaleMessage(r,u[r])});{if(x(t.datetimeFormats)){const r=Object.keys(t.datetimeFormats);r.length&&r.forEach(s=>{e.mergeDateTimeFormat(s,t.datetimeFormats[s])})}if(x(t.numberFormats)){const r=Object.keys(t.numberFormats);r.length&&r.forEach(s=>{e.mergeNumberFormat(s,t.numberFormats[s])})}}}function Fs(e){return Dt(ss,null,e,0)}const As="__INTLIFY_META__",Ns=()=>[],Dh=()=>!1;let Ds=0;function Is(e){return(t,n,u,a)=>e(n,u,It()||void 0,a)}const Ih=()=>{const e=It();let t=null;return e&&(t=Cs(e)[As])?{[As]:t}:null};function Xu(e={},t){const{__root:n,__injectWithOption:u}=e,a=n===void 0,r=e.flatJson,s=Ne?bt:xa,o=!!e.translateExistCompatible;process.env.NODE_ENV!=="production"&&o&&Ir(ve(Z.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));let i=P(e.inheritLocale)?e.inheritLocale:!0;const d=s(n&&i?n.locale.value:O(e.locale)?e.locale:vt),p=s(n&&i?n.fallbackLocale.value:O(e.fallbackLocale)||X(e.fallbackLocale)||w(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:d.value),f=s(Hn(d.value,e)),E=s(w(e.datetimeFormats)?e.datetimeFormats:{[d.value]:{}}),N=s(w(e.numberFormats)?e.numberFormats:{[d.value]:{}});let S=n?n.missingWarn:P(e.missingWarn)||xe(e.missingWarn)?e.missingWarn:!0,T=n?n.fallbackWarn:P(e.fallbackWarn)||xe(e.fallbackWarn)?e.fallbackWarn:!0,y=n?n.fallbackRoot:P(e.fallbackRoot)?e.fallbackRoot:!0,C=!!e.fallbackFormat,b=j(e.missing)?e.missing:null,_=j(e.missing)?Is(e.missing):null,m=j(e.postTranslation)?e.postTranslation:null,A=n?n.warnHtmlMessage:P(e.warnHtmlMessage)?e.warnHtmlMessage:!0,g=!!e.escapeParameter;const h=n?n.modifiers:w(e.modifiers)?e.modifiers:{};let L=e.pluralRules||n&&n.pluralRules,I;I=(()=>{a&&jr(null);const v={version:bh,locale:d.value,fallbackLocale:p.value,messages:f.value,modifiers:h,pluralRules:L,missing:_===null?void 0:_,missingWarn:S,fallbackWarn:T,fallbackFormat:C,unresolving:!0,postTranslation:m===null?void 0:m,warnHtmlMessage:A,escapeParameter:g,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};v.datetimeFormats=E.value,v.numberFormats=N.value,v.__datetimeFormatters=w(I)?I.__datetimeFormatters:void 0,v.__numberFormatters=w(I)?I.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(v.__v_emitter=w(I)?I.__v_emitter:void 0);const D=p5(v);return a&&jr(D),D})(),Pt(I,d.value,p.value);function Ce(){return[d.value,p.value,f.value,E.value,N.value]}const U=Re({get:()=>d.value,set:v=>{d.value=v,I.locale=d.value}}),fe=Re({get:()=>p.value,set:v=>{p.value=v,I.fallbackLocale=p.value,Pt(I,d.value,v)}}),qt=Re(()=>f.value),zt=Re(()=>E.value),Me=Re(()=>N.value);function Qt(){return j(m)?m:null}function Zt(v){m=v,I.postTranslation=v}function Yt(){return b}function en(v){v!==null&&(_=Is(v)),b=v,I.missing=_}function tn(v,D){return v!=="translate"||!D.resolvedMessage}const Ae=(v,D,H,ee,Ye,Kn)=>{Ce();let Tt;try{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Hr(Ih()),a||(I.fallbackContext=n?m5():void 0),Tt=v(I)}finally{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Hr(null),a||(I.fallbackContext=void 0)}if(H!=="translate exists"&&re(Tt)&&Tt===bn||H==="translate exists"&&!Tt){const[Et,Sg]=D();if(process.env.NODE_ENV!=="production"&&n&&O(Et)&&tn(H,Sg)&&(y&&(An(T,Et)||Xr(S,Et))&&se(ve(Z.FALLBACK_TO_ROOT,{key:Et,type:H})),process.env.NODE_ENV!=="production")){const{__v_emitter:js}=I;js&&y&&js.emit("fallback",{type:H,key:Et,to:"global",groupId:`${H}:${Et}`})}return n&&y?ee(n):Ye(Et)}else{if(Kn(Tt))return Tt;throw oe(k.UNEXPECTED_RETURN_TYPE)}};function Bt(...v){return Ae(D=>Reflect.apply(ta,null,[D,...v]),()=>iu(...v),"translate",D=>Reflect.apply(D.t,D,[...v]),D=>D,D=>O(D))}function Ot(...v){const[D,H,ee]=v;if(ee&&!x(ee))throw oe(k.INVALID_ARGUMENT);return Bt(D,H,ae({resolvedMessage:!0},ee||{}))}function nn(...v){return Ae(D=>Reflect.apply(sa,null,[D,...v]),()=>lu(...v),"datetime format",D=>Reflect.apply(D.d,D,[...v]),()=>Fn,D=>O(D))}function un(...v){return Ae(D=>Reflect.apply(la,null,[D,...v]),()=>cu(...v),"number format",D=>Reflect.apply(D.n,D,[...v]),()=>Fn,D=>O(D))}function rn(v){return v.map(D=>O(D)||re(D)||P(D)?Fs(String(D)):D)}const an={normalize:rn,interpolate:v=>v,type:"vnode"};function Lt(...v){return Ae(D=>{let H;const ee=D;try{ee.processor=an,H=Reflect.apply(ta,null,[ee,...v])}finally{ee.processor=null}return H},()=>iu(...v),"translate",D=>D[Hu](...v),D=>[Fs(D)],D=>X(D))}function sn(...v){return Ae(D=>Reflect.apply(la,null,[D,...v]),()=>cu(...v),"number format",D=>D[ju](...v),Ns,D=>O(D)||X(D))}function on(...v){return Ae(D=>Reflect.apply(sa,null,[D,...v]),()=>lu(...v),"datetime format",D=>D[Gu](...v),Ns,D=>O(D)||X(D))}function ln(v){L=v,I.pluralRules=L}function B(v,D){return Ae(()=>{if(!v)return!1;const H=O(D)?D:d.value,ee=dt(H),Ye=I.messageResolver(ee,v);return o?Ye!=null:Ge(Ye)||be(Ye)||O(Ye)},()=>[v],"translate exists",H=>Reflect.apply(H.te,H,[v,D]),Dh,H=>P(H))}function W(v){let D=null;const H=$r(I,p.value,d.value);for(let ee=0;ee<H.length;ee++){const Ye=f.value[H[ee]]||{},Kn=I.messageResolver(Ye,v);if(Kn!=null){D=Kn;break}}return D}function cn(v){const D=W(v);return D!=null?D:n?n.tm(v)||{}:{}}function dt(v){return f.value[v]||{}}function fn(v,D){if(r){const H={[v]:D};for(const ee in H)mn(H,ee)&&Xt(H[ee]);D=H[v]}f.value[v]=D,I.messages=f.value}function sr(v,D){f.value[v]=f.value[v]||{};const H={[v]:D};if(r)for(const ee in H)mn(H,ee)&&Xt(H[ee]);D=H[v],hn(D,f.value[v]),I.messages=f.value}function l(v){return E.value[v]||{}}function c(v,D){E.value[v]=D,I.datetimeFormats=E.value,ia(I,v,D)}function F(v,D){E.value[v]=ae(E.value[v]||{},D),I.datetimeFormats=E.value,ia(I,v,D)}function M(v){return N.value[v]||{}}function Y(v,D){N.value[v]=D,I.numberFormats=N.value,fa(I,v,D)}function K(v,D){N.value[v]=ae(N.value[v]||{},D),I.numberFormats=N.value,fa(I,v,D)}Ds++,n&&Ne&&(Vu(n.locale,v=>{i&&(d.value=v,I.locale=v,Pt(I,d.value,p.value))}),Vu(n.fallbackLocale,v=>{i&&(p.value=v,I.fallbackLocale=v,Pt(I,d.value,p.value))}));const G={id:Ds,locale:U,fallbackLocale:fe,get inheritLocale(){return i},set inheritLocale(v){i=v,v&&n&&(d.value=n.locale.value,p.value=n.fallbackLocale.value,Pt(I,d.value,p.value))},get availableLocales(){return Object.keys(f.value).sort()},messages:qt,get modifiers(){return h},get pluralRules(){return L||{}},get isGlobal(){return a},get missingWarn(){return S},set missingWarn(v){S=v,I.missingWarn=S},get fallbackWarn(){return T},set fallbackWarn(v){T=v,I.fallbackWarn=T},get fallbackRoot(){return y},set fallbackRoot(v){y=v},get fallbackFormat(){return C},set fallbackFormat(v){C=v,I.fallbackFormat=C},get warnHtmlMessage(){return A},set warnHtmlMessage(v){A=v,I.warnHtmlMessage=v},get escapeParameter(){return g},set escapeParameter(v){g=v,I.escapeParameter=v},t:Bt,getLocaleMessage:dt,setLocaleMessage:fn,mergeLocaleMessage:sr,getPostTranslationHandler:Qt,setPostTranslationHandler:Zt,getMissingHandler:Yt,setMissingHandler:en,[hs]:ln};return G.datetimeFormats=zt,G.numberFormats=Me,G.rt=Ot,G.te=B,G.tm=cn,G.d=nn,G.n=un,G.getDateTimeFormat=l,G.setDateTimeFormat=c,G.mergeDateTimeFormat=F,G.getNumberFormat=M,G.setNumberFormat=Y,G.mergeNumberFormat=K,G[gs]=u,G[Hu]=Lt,G[Gu]=on,G[ju]=sn,process.env.NODE_ENV!=="production"&&(G[ft]=v=>{I.__v_emitter=v},G[Kt]=()=>{I.__v_emitter=void 0}),G}function Sh(e){const t=O(e.locale)?e.locale:vt,n=O(e.fallbackLocale)||X(e.fallbackLocale)||w(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,u=j(e.missing)?e.missing:void 0,a=P(e.silentTranslationWarn)||xe(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,r=P(e.silentFallbackWarn)||xe(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,s=P(e.fallbackRoot)?e.fallbackRoot:!0,o=!!e.formatFallbackMessages,i=w(e.modifiers)?e.modifiers:{},d=e.pluralizationRules,p=j(e.postTranslation)?e.postTranslation:void 0,f=O(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,E=!!e.escapeParameterHtml,N=P(e.sync)?e.sync:!0;process.env.NODE_ENV!=="production"&&e.formatter&&se(ve(Z.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&e.preserveDirectiveContent&&se(ve(Z.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let S=e.messages;if(w(e.sharedMessages)){const g=e.sharedMessages;S=Object.keys(g).reduce((L,I)=>{const q=L[I]||(L[I]={});return ae(q,g[I]),L},S||{})}const{__i18n:T,__root:y,__injectWithOption:C}=e,b=e.datetimeFormats,_=e.numberFormats,m=e.flatJson,A=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:S,flatJson:m,datetimeFormats:b,numberFormats:_,missing:u,missingWarn:a,fallbackWarn:r,fallbackRoot:s,fallbackFormat:o,modifiers:i,pluralRules:d,postTranslation:p,warnHtmlMessage:f,escapeParameter:E,messageResolver:e.messageResolver,inheritLocale:N,translateExistCompatible:A,__i18n:T,__root:y,__injectWithOption:C}}function Ju(e={},t){{const n=Xu(Sh(e)),{__extender:u}=e,a={id:n.id,get locale(){return n.locale.value},set locale(r){n.locale.value=r},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(r){n.fallbackLocale.value=r},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"&&se(ve(Z.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(r){process.env.NODE_ENV!=="production"&&se(ve(Z.NOT_SUPPORTED_FORMATTER))},get missing(){return n.getMissingHandler()},set missing(r){n.setMissingHandler(r)},get silentTranslationWarn(){return P(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(r){n.missingWarn=P(r)?!r:r},get silentFallbackWarn(){return P(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(r){n.fallbackWarn=P(r)?!r:r},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(r){n.fallbackFormat=r},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(r){n.setPostTranslationHandler(r)},get sync(){return n.inheritLocale},set sync(r){n.inheritLocale=r},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(r){n.warnHtmlMessage=r!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(r){n.escapeParameter=r},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&se(ve(Z.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(r){process.env.NODE_ENV!=="production"&&se(ve(Z.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...r){const[s,o,i]=r,d={};let p=null,f=null;if(!O(s))throw oe(k.INVALID_ARGUMENT);const E=s;return O(o)?d.locale=o:X(o)?p=o:w(o)&&(f=o),X(i)?p=i:w(i)&&(f=i),Reflect.apply(n.t,n,[E,p||f||{},d])},rt(...r){return Reflect.apply(n.rt,n,[...r])},tc(...r){const[s,o,i]=r,d={plural:1};let p=null,f=null;if(!O(s))throw oe(k.INVALID_ARGUMENT);const E=s;return O(o)?d.locale=o:re(o)?d.plural=o:X(o)?p=o:w(o)&&(f=o),O(i)?d.locale=i:X(i)?p=i:w(i)&&(f=i),Reflect.apply(n.t,n,[E,p||f||{},d])},te(r,s){return n.te(r,s)},tm(r){return n.tm(r)},getLocaleMessage(r){return n.getLocaleMessage(r)},setLocaleMessage(r,s){n.setLocaleMessage(r,s)},mergeLocaleMessage(r,s){n.mergeLocaleMessage(r,s)},d(...r){return Reflect.apply(n.d,n,[...r])},getDateTimeFormat(r){return n.getDateTimeFormat(r)},setDateTimeFormat(r,s){n.setDateTimeFormat(r,s)},mergeDateTimeFormat(r,s){n.mergeDateTimeFormat(r,s)},n(...r){return Reflect.apply(n.n,n,[...r])},getNumberFormat(r){return n.getNumberFormat(r)},setNumberFormat(r,s){n.setNumberFormat(r,s)},mergeNumberFormat(r,s){n.mergeNumberFormat(r,s)},getChoiceIndex(r,s){return process.env.NODE_ENV!=="production"&&se(ve(Z.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return a.__extender=u,process.env.NODE_ENV!=="production"&&(a.__enableEmitter=r=>{const s=n;s[ft]&&s[ft](r)},a.__disableEmitter=()=>{const r=n;r[Kt]&&r[Kt]()}),a}}const qu={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function Bh({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((u,a)=>[...u,...a.type===kn?a.children:[a]],[]):t.reduce((n,u)=>{const a=e[u];return a&&(n[u]=a()),n},{})}function Ss(e){return kn}const zu=Ru({name:"i18n-t",props:ae({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>re(e)||!isNaN(e)}},qu),setup(e,t){const{slots:n,attrs:u}=t,a=e.i18n||er({useScope:e.scope,__useComponent:!0});return()=>{const r=Object.keys(n).filter(f=>f!=="_"),s={};e.locale&&(s.locale=e.locale),e.plural!==void 0&&(s.plural=O(e.plural)?+e.plural:e.plural);const o=Bh(t,r),i=a[Hu](e.keypath,o,s),d=ae({},u),p=O(e.tag)||x(e.tag)?e.tag:Ss();return _s(p,d,i)}}});function Oh(e){return X(e)&&!O(e[0])}function Bs(e,t,n,u){const{slots:a,attrs:r}=t;return()=>{const s={part:!0};let o={};e.locale&&(s.locale=e.locale),O(e.format)?s.key=e.format:x(e.format)&&(O(e.format.key)&&(s.key=e.format.key),o=Object.keys(e.format).reduce((E,N)=>n.includes(N)?ae({},E,{[N]:e.format[N]}):E,{}));const i=u(e.value,s,o);let d=[s.key];X(i)?d=i.map((E,N)=>{const S=a[E.type],T=S?S({[E.type]:E.value,index:N,parts:i}):[E.value];return Oh(T)&&(T[0].key=`${E.type}-${N}`),T}):O(i)&&(d=[i]);const p=ae({},r),f=O(e.tag)||x(e.tag)?e.tag:Ss();return _s(f,p,d)}}const Os=Ru({name:"i18n-n",props:ae({value:{type:Number,required:!0},format:{type:[String,Object]}},qu),setup(e,t){const n=e.i18n||er({useScope:e.scope,__useComponent:!0});return Bs(e,t,ca,(...u)=>n[ju](...u))}}),Ls=Ru({name:"i18n-d",props:ae({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},qu),setup(e,t){const n=e.i18n||er({useScope:e.scope,__useComponent:!0});return Bs(e,t,oa,(...u)=>n[Gu](...u))}});function Lh(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const u=n.__getInstance(t);return u!=null?u.__composer:e.global.__composer}}function Th(e){const t=s=>{const{instance:o,modifiers:i,value:d}=s;if(!o||!o.$)throw oe(k.UNEXPECTED_ERROR);const p=Lh(e,o.$);process.env.NODE_ENV!=="production"&&i.preserve&&se(ve(Z.NOT_SUPPORTED_PRESERVE));const f=Ts(d);return[Reflect.apply(p.t,p,[...ys(f)]),p]};return{created:(s,o)=>{const[i,d]=t(o);Ne&&e.global===d&&(s.__i18nWatcher=Vu(d.locale,()=>{o.instance&&o.instance.$forceUpdate()})),s.__composer=d,s.textContent=i},unmounted:s=>{Ne&&s.__i18nWatcher&&(s.__i18nWatcher(),s.__i18nWatcher=void 0,delete s.__i18nWatcher),s.__composer&&(s.__composer=void 0,delete s.__composer)},beforeUpdate:(s,{value:o})=>{if(s.__composer){const i=s.__composer,d=Ts(o);s.textContent=Reflect.apply(i.t,i,[...ys(d)])}},getSSRProps:s=>{const[o]=t(s);return{textContent:o}}}}function Ts(e){if(O(e))return{path:e};if(w(e)){if(!("path"in e))throw oe(k.REQUIRED_VALUE,"path");return e}else throw oe(k.INVALID_VALUE)}function ys(e){const{path:t,locale:n,args:u,choice:a,plural:r}=e,s={},o=u||{};return O(n)&&(s.locale=n),re(a)&&(s.plural=a),re(r)&&(s.plural=r),[t,o,s]}function yh(e,t,...n){const u=w(n[0])?n[0]:{},a=!!u.useI18nComponentName,r=P(u.globalInstall)?u.globalInstall:!0;process.env.NODE_ENV!=="production"&&r&&a&&se(ve(Z.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:zu.name})),r&&([a?"i18n":zu.name,"I18nT"].forEach(s=>e.component(s,zu)),[Os.name,"I18nN"].forEach(s=>e.component(s,Os)),[Ls.name,"I18nD"].forEach(s=>e.component(s,Ls))),e.directive("t",Th(t))}const Qu={["vue-devtools-plugin-vue-i18n"]:"Vue I18n devtools",["vue-i18n-resource-inspector"]:"I18n Resources",["vue-i18n-timeline"]:"Vue I18n"},Rh={["vue-i18n-resource-inspector"]:"Search for scopes ..."},Mh={["vue-i18n-timeline"]:16764185},Rs="vue-i18n: composer properties";let Zu;function $h(e,t){return yt(this,null,function*(){return new Promise((n,u)=>{try{Ch({id:"vue-devtools-plugin-vue-i18n",label:Qu["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:[Rs],app:e},a=>{Zu=a,a.on.visitComponentTree(({componentInstance:s,treeNode:o})=>{wh(s,o,t)}),a.on.inspectComponent(({componentInstance:s,instanceData:o})=>{s.vnode.el&&s.vnode.el.__VUE_I18N__&&o&&(t.mode==="legacy"?s.vnode.el.__VUE_I18N__!==t.global.__composer&&$s(o,s.vnode.el.__VUE_I18N__):$s(o,s.vnode.el.__VUE_I18N__))}),a.addInspector({id:"vue-i18n-resource-inspector",label:Qu["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:Rh["vue-i18n-resource-inspector"]}),a.on.getInspectorTree(s=>{s.app===e&&s.inspectorId==="vue-i18n-resource-inspector"&&xh(s,t)});const r=new Map;a.on.getInspectorState(s=>yt(this,null,function*(){if(s.app===e&&s.inspectorId==="vue-i18n-resource-inspector")if(a.unhighlightElement(),Hh(s,t),s.nodeId==="global"){if(!r.has(s.app)){const[o]=yield a.getComponentInstances(s.app);r.set(s.app,o)}a.highlightElement(r.get(s.app))}else{const o=Wh(s.nodeId,t);o&&a.highlightElement(o)}})),a.on.editInspectorState(s=>{s.app===e&&s.inspectorId==="vue-i18n-resource-inspector"&&jh(s,t)}),a.addTimelineLayer({id:"vue-i18n-timeline",label:Qu["vue-i18n-timeline"],color:Mh["vue-i18n-timeline"]}),n(!0)})}catch(a){console.error(a),u(!1)}})})}function Ms(e){return e.type.name||e.type.displayName||e.type.__file||"Anonymous"}function wh(e,t,n){const u=n.mode==="composition"?n.global:n.global.__composer;if(e&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&e.vnode.el.__VUE_I18N__!==u){const a={label:`i18n (${Ms(e)} Scope)`,textColor:0,backgroundColor:16764185};t.tags.push(a)}}function $s(e,t){const n=Rs;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:Yu(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 Yu(e){const t={};return Object.keys(e).forEach(n=>{const u=e[n];j(u)&&"source"in u?t[n]=Uh(u):Ge(u)&&u.loc&&u.loc.source?t[n]=u.loc.source:x(u)?t[n]=Yu(u):t[n]=u}),t}const Ph={"<":"&lt;",">":"&gt;",'"':"&quot;","&":"&amp;"};function Vh(e){return e.replace(/[<>"&]/g,kh)}function kh(e){return Ph[e]||e}function Uh(e){const t=e.source?`("${Vh(e.source)}")`:"(?)";return{_custom:{type:"function",display:`<span>\u0192</span> ${t}`}}}function xh(e,t){e.rootNodes.push({id:"global",label:"Global Scope"});const n=t.mode==="composition"?t.global:t.global.__composer;for(const[u,a]of t.__instances){const r=t.mode==="composition"?a:a.__composer;n!==r&&e.rootNodes.push({id:r.id.toString(),label:`${Ms(u)} Scope`})}}function Wh(e,t){let n=null;if(e!=="global"){for(const[u,a]of t.__instances.entries())if(a.id.toString()===e){n=u;break}}return n}function ws(e,t){if(e==="global")return t.mode==="composition"?t.global:t.global.__composer;{const n=Array.from(t.__instances.values()).find(u=>u.id.toString()===e);return n?t.mode==="composition"?n:n.__composer:null}}function Hh(e,t){const n=ws(e.nodeId,t);return n&&(e.state=Gh(n)),null}function Gh(e){const t={},n="Locale related info",u=[{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]=u;const a="Locale messages info",r=[{type:a,key:"messages",editable:!1,value:Yu(e.messages.value)}];t[a]=r;{const s="Datetime formats info",o=[{type:s,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}];t[s]=o;const i="Datetime formats info",d=[{type:i,key:"numberFormats",editable:!1,value:e.numberFormats.value}];t[i]=d}return t}function Jt(e,t){if(Zu){let n;t&&"groupId"in t&&(n=t.groupId,delete t.groupId),Zu.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 jh(e,t){const n=ws(e.nodeId,t);if(n){const[u]=e.path;u==="locale"&&O(e.state.value)?n.locale.value=e.state.value:u==="fallbackLocale"&&(O(e.state.value)||X(e.state.value)||x(e.state.value))?n.fallbackLocale.value=e.state.value:u==="inheritLocale"&&P(e.state.value)&&(n.inheritLocale=e.state.value)}}function Kh(e,t,n){return{beforeCreate(){const u=It();if(!u)throw oe(k.UNEXPECTED_ERROR);const a=this.$options;if(a.i18n){const r=a.i18n;if(a.__i18n&&(r.__i18n=a.__i18n),r.__root=t,this===this.$root)this.$i18n=Ps(e,r);else{r.__injectWithOption=!0,r.__extender=n.__vueI18nExtend,this.$i18n=Ju(r);const s=this.$i18n;s.__extender&&(s.__disposer=s.__extender(this.$i18n))}}else if(a.__i18n)if(this===this.$root)this.$i18n=Ps(e,a);else{this.$i18n=Ju({__i18n:a.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const r=this.$i18n;r.__extender&&(r.__disposer=r.__extender(this.$i18n))}else this.$i18n=e;a.__i18nGlobal&&bs(t,a,a),this.$t=(...r)=>this.$i18n.t(...r),this.$rt=(...r)=>this.$i18n.rt(...r),this.$tc=(...r)=>this.$i18n.tc(...r),this.$te=(r,s)=>this.$i18n.te(r,s),this.$d=(...r)=>this.$i18n.d(...r),this.$n=(...r)=>this.$i18n.n(...r),this.$tm=r=>this.$i18n.tm(r),n.__setInstance(u,this.$i18n)},mounted(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$i18n){const u=this.$i18n;this.$el.__VUE_I18N__=u.__composer;const a=this.__v_emitter=tu();u.__enableEmitter&&u.__enableEmitter(a),a.on("*",Jt)}},unmounted(){const u=It();if(!u)throw oe(k.UNEXPECTED_ERROR);const a=this.$i18n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",Jt),delete this.__v_emitter),this.$i18n&&(a.__disableEmitter&&a.__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,a.__disposer&&(a.__disposer(),delete a.__disposer,delete a.__extender),n.__deleteInstance(u),delete this.$i18n}}}function Ps(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[hs](t.pluralizationRules||e.pluralizationRules);const n=Hn(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(u=>e.mergeLocaleMessage(u,n[u])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(u=>e.mergeDateTimeFormat(u,t.datetimeFormats[u])),t.numberFormats&&Object.keys(t.numberFormats).forEach(u=>e.mergeNumberFormat(u,t.numberFormats[u])),e}const Xh=De("global-vue-i18n");function Jh(e={},t){const n=__VUE_I18N_LEGACY_API__&&P(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,u=P(e.globalInjection)?e.globalInjection:!0,a=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,r=new Map,[s,o]=qh(e,n),i=De(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&n&&a&&se(ve(Z.NOTICE_DROP_ALLOW_COMPOSITION));function d(E){return r.get(E)||null}function p(E,N){r.set(E,N)}function f(E){r.delete(E)}{let N;const E={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return a},install(S,...T){return yt(this,null,function*(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&(S.__VUE_I18N__=E),S.__VUE_I18N_SYMBOL__=i,S.provide(S.__VUE_I18N_SYMBOL__,E),w(T[0])){const b=T[0];E.__composerExtend=b.__composerExtend,E.__vueI18nExtend=b.__vueI18nExtend}let y=null;!n&&u&&(y=rg(S,E.global)),__VUE_I18N_FULL_INSTALL__&&yh(S,E,...T),__VUE_I18N_LEGACY_API__&&n&&S.mixin(Kh(o,o.__composer,E));const C=S.unmount;if(S.unmount=()=>{y&&y(),E.dispose(),C()},process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__){if(!(yield $h(S,E)))throw oe(k.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const _=tu();if(n){const m=o;m.__enableEmitter&&m.__enableEmitter(_)}else{const m=o;m[ft]&&m[ft](_)}_.on("*",Jt)}})},get global(){return o},dispose(){s.stop()},__instances:r,__getInstance:d,__setInstance:p,__deleteInstance:f};return E}}function er(e={}){const t=It();if(t==null)throw oe(k.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw oe(k.NOT_INSTALLED);const n=zh(t),u=Zh(n),a=Cs(t),r=Qh(e,a);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw oe(k.NOT_AVAILABLE_IN_LEGACY_MODE);return ng(t,r,u,e)}if(r==="global")return bs(u,e,a),u;if(r==="parent"){let i=Yh(n,t,e.__useComponent);return i==null&&(process.env.NODE_ENV!=="production"&&se(ve(Z.NOT_FOUND_PARENT_SCOPE)),i=u),i}const s=n;let o=s.__getInstance(t);if(o==null){const i=ae({},e);"__i18n"in a&&(i.__i18n=a.__i18n),u&&(i.__root=u),o=Xu(i),s.__composerExtend&&(o[Ku]=s.__composerExtend(o)),tg(s,t,o),s.__setInstance(t,o)}return o}function qh(e,t,n){const u=H5();{const a=__VUE_I18N_LEGACY_API__&&t?u.run(()=>Ju(e)):u.run(()=>Xu(e));if(a==null)throw oe(k.UNEXPECTED_ERROR);return[u,a]}}function zh(e){{const t=ns(e.isCE?Xh:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw oe(e.isCE?k.NOT_INSTALLED_WITH_PROVIDE:k.UNEXPECTED_ERROR);return t}}function Qh(e,t){return _n(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function Zh(e){return e.mode==="composition"?e.global:e.global.__composer}function Yh(e,t,n=!1){let u=null;const a=t.root;let r=eg(t,n);for(;r!=null;){const s=e;if(e.mode==="composition")u=s.__getInstance(r);else if(__VUE_I18N_LEGACY_API__){const o=s.__getInstance(r);o!=null&&(u=o.__composer,n&&u&&!u[gs]&&(u=null))}if(u!=null||a===r)break;r=r.parent}return u}function eg(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function tg(e,t,n){let u=null;wv(()=>{if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&t.vnode.el){t.vnode.el.__VUE_I18N__=n,u=tu();const a=n;a[ft]&&a[ft](u),u.on("*",Jt)}},t),Pv(()=>{const a=n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&(u&&u.off("*",Jt),a[Kt]&&a[Kt](),delete t.vnode.el.__VUE_I18N__),e.__deleteInstance(t);const r=a[Ku];r&&(r(),delete a[Ku])},t)}function ng(e,t,n,u={}){const a=t==="local",r=xa(null);if(a&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw oe(k.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const s=P(u.inheritLocale)?u.inheritLocale:!O(u.locale),o=bt(!a||s?n.locale.value:O(u.locale)?u.locale:vt),i=bt(!a||s?n.fallbackLocale.value:O(u.fallbackLocale)||X(u.fallbackLocale)||w(u.fallbackLocale)||u.fallbackLocale===!1?u.fallbackLocale:o.value),d=bt(Hn(o.value,u)),p=bt(w(u.datetimeFormats)?u.datetimeFormats:{[o.value]:{}}),f=bt(w(u.numberFormats)?u.numberFormats:{[o.value]:{}}),E=a?n.missingWarn:P(u.missingWarn)||xe(u.missingWarn)?u.missingWarn:!0,N=a?n.fallbackWarn:P(u.fallbackWarn)||xe(u.fallbackWarn)?u.fallbackWarn:!0,S=a?n.fallbackRoot:P(u.fallbackRoot)?u.fallbackRoot:!0,T=!!u.fallbackFormat,y=j(u.missing)?u.missing:null,C=j(u.postTranslation)?u.postTranslation:null,b=a?n.warnHtmlMessage:P(u.warnHtmlMessage)?u.warnHtmlMessage:!0,_=!!u.escapeParameter,m=a?n.modifiers:w(u.modifiers)?u.modifiers:{},A=u.pluralRules||a&&n.pluralRules;function g(){return[o.value,i.value,d.value,p.value,f.value]}const h=Re({get:()=>r.value?r.value.locale.value:o.value,set:B=>{r.value&&(r.value.locale.value=B),o.value=B}}),L=Re({get:()=>r.value?r.value.fallbackLocale.value:i.value,set:B=>{r.value&&(r.value.fallbackLocale.value=B),i.value=B}}),I=Re(()=>r.value?r.value.messages.value:d.value),q=Re(()=>p.value),Ce=Re(()=>f.value);function U(){return r.value?r.value.getPostTranslationHandler():C}function fe(B){r.value&&r.value.setPostTranslationHandler(B)}function qt(){return r.value?r.value.getMissingHandler():y}function zt(B){r.value&&r.value.setMissingHandler(B)}function Me(B){return g(),B()}function Qt(...B){return r.value?Me(()=>Reflect.apply(r.value.t,null,[...B])):Me(()=>"")}function Zt(...B){return r.value?Reflect.apply(r.value.rt,null,[...B]):""}function Yt(...B){return r.value?Me(()=>Reflect.apply(r.value.d,null,[...B])):Me(()=>"")}function en(...B){return r.value?Me(()=>Reflect.apply(r.value.n,null,[...B])):Me(()=>"")}function tn(B){return r.value?r.value.tm(B):{}}function Ae(B,W){return r.value?r.value.te(B,W):!1}function Bt(B){return r.value?r.value.getLocaleMessage(B):{}}function Ot(B,W){r.value&&(r.value.setLocaleMessage(B,W),d.value[B]=W)}function nn(B,W){r.value&&r.value.mergeLocaleMessage(B,W)}function un(B){return r.value?r.value.getDateTimeFormat(B):{}}function rn(B,W){r.value&&(r.value.setDateTimeFormat(B,W),p.value[B]=W)}function jn(B,W){r.value&&r.value.mergeDateTimeFormat(B,W)}function an(B){return r.value?r.value.getNumberFormat(B):{}}function Lt(B,W){r.value&&(r.value.setNumberFormat(B,W),f.value[B]=W)}function sn(B,W){r.value&&r.value.mergeNumberFormat(B,W)}const on={get id(){return r.value?r.value.id:-1},locale:h,fallbackLocale:L,messages:I,datetimeFormats:q,numberFormats:Ce,get inheritLocale(){return r.value?r.value.inheritLocale:s},set inheritLocale(B){r.value&&(r.value.inheritLocale=B)},get availableLocales(){return r.value?r.value.availableLocales:Object.keys(d.value)},get modifiers(){return r.value?r.value.modifiers:m},get pluralRules(){return r.value?r.value.pluralRules:A},get isGlobal(){return r.value?r.value.isGlobal:!1},get missingWarn(){return r.value?r.value.missingWarn:E},set missingWarn(B){r.value&&(r.value.missingWarn=B)},get fallbackWarn(){return r.value?r.value.fallbackWarn:N},set fallbackWarn(B){r.value&&(r.value.missingWarn=B)},get fallbackRoot(){return r.value?r.value.fallbackRoot:S},set fallbackRoot(B){r.value&&(r.value.fallbackRoot=B)},get fallbackFormat(){return r.value?r.value.fallbackFormat:T},set fallbackFormat(B){r.value&&(r.value.fallbackFormat=B)},get warnHtmlMessage(){return r.value?r.value.warnHtmlMessage:b},set warnHtmlMessage(B){r.value&&(r.value.warnHtmlMessage=B)},get escapeParameter(){return r.value?r.value.escapeParameter:_},set escapeParameter(B){r.value&&(r.value.escapeParameter=B)},t:Qt,getPostTranslationHandler:U,setPostTranslationHandler:fe,getMissingHandler:qt,setMissingHandler:zt,rt:Zt,d:Yt,n:en,tm:tn,te:Ae,getLocaleMessage:Bt,setLocaleMessage:Ot,mergeLocaleMessage:nn,getDateTimeFormat:un,setDateTimeFormat:rn,mergeDateTimeFormat:jn,getNumberFormat:an,setNumberFormat:Lt,mergeNumberFormat:sn};function ln(B){B.locale.value=o.value,B.fallbackLocale.value=i.value,Object.keys(d.value).forEach(W=>{B.mergeLocaleMessage(W,d.value[W])}),Object.keys(p.value).forEach(W=>{B.mergeDateTimeFormat(W,p.value[W])}),Object.keys(f.value).forEach(W=>{B.mergeNumberFormat(W,f.value[W])}),B.escapeParameter=_,B.fallbackFormat=T,B.fallbackRoot=S,B.fallbackWarn=N,B.missingWarn=E,B.warnHtmlMessage=b}return $v(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw oe(k.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const B=r.value=e.proxy.$i18n.__composer;t==="global"?(o.value=B.locale.value,i.value=B.fallbackLocale.value,d.value=B.messages.value,p.value=B.datetimeFormats.value,f.value=B.numberFormats.value):a&&ln(B)}),on}const ug=["locale","fallbackLocale","availableLocales"],Vs=["t","rt","d","n","tm","te"];function rg(e,t){const n=Object.create(null);return ug.forEach(a=>{const r=Object.getOwnPropertyDescriptor(t,a);if(!r)throw oe(k.UNEXPECTED_ERROR);const s=pe(r.value)?{get(){return r.value.value},set(o){r.value.value=o}}:{get(){return r.get&&r.get()}};Object.defineProperty(n,a,s)}),e.config.globalProperties.$i18n=n,Vs.forEach(a=>{const r=Object.getOwnPropertyDescriptor(t,a);if(!r||!r.value)throw oe(k.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${a}`,r)}),()=>{delete e.config.globalProperties.$i18n,Vs.forEach(a=>{delete e.config.globalProperties[`$${a}`]})}}if(Fh(),__INTLIFY_JIT_COMPILATION__?kr(b5):kr(C5),d5(K0),E5($r),process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const e=we();e.__INTLIFY__=!0,t5(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;const ag=(e,t)=>{if(!e)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=e.split(".");let u;const a=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((s,o)=>{o===0?u=a[s]:u&&(u=u[s])});let r="";return u&&(r=u),t&&Object.keys(t).forEach(s=>{const o=t[s];r=r.replace(new RegExp(`\\{\\s*${s}\\s*\\}`,"g"),o)}),r||(r=e),r},ks=class{static getMessage(e,t={}){var n;return(n=ag("engine."+e))!=null?n:this.$i18n.global.t(e,t)}static resetI18n(e=fr){return Jh({locale:e,globalInjection:!0,silentFallbackWarn:!0,missingWarn:!1,fallbackWarn:!1,silentTranslationWarn:!0})}static setLocale(e,t){let n=t;t||(n=Gp.zhCN),this.$i18n.global.setLocaleMessage(e,n)}};let Q=ks;Q.$i18n=ks.resetI18n();function sg(e,t,n){const u=t.replace(/\[(\d)]/g,(r,s)=>"."+s).split(".");let a=!1;return u.reduce((r,s,o,i)=>{const d=r;if(!!r){if(!Object.prototype.hasOwnProperty.call(r,s)){hr(`Can not set ${t}'s ${s} property in current %o, Because there is no ${s} property on the %o`,r,r);return}return o===i.length-1&&!Object.is(d[s],n)&&(d[s]=n,a=!0),d[s]}},e),a}var og=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},tr={exports:{}};(function(e){(function(t){var n=function(C,b,_){if(!d(b)||f(b)||E(b)||N(b)||i(b))return b;var m,A=0,g=0;if(p(b))for(m=[],g=b.length;A<g;A++)m.push(n(C,b[A],_));else{m={};for(var h in b)Object.prototype.hasOwnProperty.call(b,h)&&(m[C(h,_)]=n(C,b[h],_))}return m},u=function(C,b){b=b||{};var _=b.separator||"_",m=b.split||/(?=[A-Z])/;return C.split(m).join(_)},a=function(C){return S(C)?C:(C=C.replace(/[\-_\s]+(.)?/g,function(b,_){return _?_.toUpperCase():""}),C.substr(0,1).toLowerCase()+C.substr(1))},r=function(C){var b=a(C);return b.substr(0,1).toUpperCase()+b.substr(1)},s=function(C,b){return u(C,b).toLowerCase()},o=Object.prototype.toString,i=function(C){return typeof C=="function"},d=function(C){return C===Object(C)},p=function(C){return o.call(C)=="[object Array]"},f=function(C){return o.call(C)=="[object Date]"},E=function(C){return o.call(C)=="[object RegExp]"},N=function(C){return o.call(C)=="[object Boolean]"},S=function(C){return C=C-0,C===C},T=function(C,b){var _=b&&"process"in b?b.process:b;return typeof _!="function"?C:function(m,A){return _(m,C,A)}},y={camelize:a,decamelize:s,pascalize:r,depascalize:s,camelizeKeys:function(C,b){return n(T(a,b),C)},decamelizeKeys:function(C,b){return n(T(s,b),C,b)},pascalizeKeys:function(C,b){return n(T(r,b),C)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=y:t.humps=y})(og)})(tr);var Us={};Object.defineProperty(Us,"__esModule",{value:!0});function nr(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:nr(t));{const t={};for(const n in e){const u=e[n];t[n]=typeof u!="object"||u===null?u:nr(u)}return t}}var ig=Us.default=nr;function lg(e){if(e!==void 0)return typeof e=="object"?ig(e):e}function cg(e){return xs(e)&&"zh"in e}function xs(e){return Object.prototype.toString.call(e)==="[object Object]"}function fg(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function Gn(e){return Array.isArray(e)}function Ws(e){return typeof e=="string"}function ur(e){return typeof e=="number"}function dg(e){return typeof e=="function"}function Eg(e){return Gn(e)&&e.every(t=>Ws(t))}function _g(e){return Gn(e)&&e.every(t=>ur(t))}function mg(e){return Gn(e)&&e.every(t=>ur(t)||t==="")}function pg(e){return/^\[.*?]$/.test(e)}function vg(e){return/^{.*?}$/.test(e)}function hg(e){return isNaN(parseFloat(e))?"":Number(e)}function gg(e){return e.reduce((t,n)=>(t.includes(n)||t.push(n),t),[])}function Cg(e,t=500){let n;return function(...u){n||(n=setTimeout(()=>{e.apply(this,u),clearTimeout(n),n=null},t))}}function bg(e=0){return new Promise(t=>{setTimeout(t,e)})}function rr(e,t){let n=[];return Array.isArray(e)&&(n=e.map(u=>{let a=u;return Array.isArray(u==null?void 0:u.children)&&(a.children=rr(u.children,t)),Array.isArray(u==null?void 0:u.footers)&&(a.footers=rr(u.footers,t)),t(a)})),n}function Fg(e){return tr.exports.camelizeKeys(e)}function Ag(e){return tr.exports.decamelizeKeys(e)}function Ng(e){return Object.values(zn).includes(e)}class Dg{constructor(){this._events=new Map,this.debug=!1}emit(t,...n){return yt(this,null,function*(){const u=this._events.get(t),a=[];if(u){const r=u.slice();for(const s of r)if(!!u.includes(s))try{this.debug&&Zn(`\u6B63\u5728\u6267\u884C ${t} \u4E8B\u4EF6: ${s.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+s.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${n.map(()=>"%o").join(",")}\u3002`,...n);const o=yield s.apply(null,[...n]);if(this.debug&&Zn(`\u6B63\u5728\u6267\u884C ${t} \u4E8B\u4EF6: ${s.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+s.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${n.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...n,o),a.push(o),o===!1)break}catch(o){gr(String(o)+":"+String(o.stack))}}return a})}on(t,n){var u;this._events.has(t)?(u=this._events.get(t))==null||u.push(n):this._events.set(t,[n])}off(t,n){if(this._events.has(t)){const u=this._events.get(t),a=u==null?void 0:u.indexOf(n);u==null||u.splice(a,1)}}delete(t){this._events.has(t)&&this._events.delete(t)}clear(){this._events=new Map}}const Ig=[{key:"on_click",name:Q.getMessage("click"),code:"click"},{key:"on_click_finish",name:Q.getMessage("finished"),code:"click-finish"},{key:"on_change",name:Q.getMessage("valueChange"),code:"change"},{key:"on_search",name:Q.getMessage("search"),code:"search"},{key:"on_list_change",name:Q.getMessage("listDataChange"),code:"list-change"},{key:"on_list_search",name:Q.getMessage("listDataCreate"),code:"list-search"},{key:"on_list_mounted",name:Q.getMessage("listDataBack"),code:"list-mounted"},{key:"on_list_delete",name:Q.getMessage("listDataDelete"),code:"list-delete"},{key:"on_list_before_insert",name:Q.getMessage("listDataAdd"),code:"list-before-insert"},{key:"on_input",name:Q.getMessage("onInput"),code:"input"},{key:"on_blur",name:Q.getMessage("onBlur"),code:"blur"},{key:"on_focus",name:Q.getMessage("onFocus"),code:"focus"},{key:"on_wps_open",name:Q.getMessage("onOpenFile"),code:"wps-open"},{key:"on_wps_save",name:Q.getMessage("onSaveFile"),code:"wps-save"},{key:"on_wps_rename",name:Q.getMessage("rename"),code:"wps-rename"},{key:"on_list_actions",name:Q.getMessage("onClickBtn"),code:"list-actions"},{key:"on_list_render_operation",name:Q.getMessage("cellRender"),code:"list-render-operation"},{key:"on_list_rowclick",name:Q.getMessage("rowClick"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:Q.getMessage("rowDelete"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:Q.getMessage("listDataImport"),code:"list-before-import"},{key:"on_list_rows_checked",name:Q.getMessage("rowSelected"),code:"list-rows-checked"},{key:"on_change_tab",name:Q.getMessage("tabChange"),code:"change-tab"},{key:"on_modal_ok",name:Q.getMessage("modalConfirm"),code:"modal-ok"}],ar=class{static getEventsFromKeys(e){const t=typeof e=="string"?[e]:e;return ar.events.filter(n=>t.includes(n.key))}static getEventsFromControl(e){let t=[];const n=e.eventKeys;t=t.concat(ar.events.filter(a=>n.includes(a.key)));const u=e.customEvents.map(a=>{let r=a.key;return a.namespace!==void 0&&a.namespace!==null&&a.namespace!==""&&(r=a.namespace+":"+a.key),{key:r,code:a.key,name:a.name}});return t=t.concat(u),t}};let Hs=ar;Hs.events=Ig,R.CALC_AGGREGATE_TYPE=cr,R.CALC_TOKEN_TYPE=lr,R.CONTROL_BASE_TYPE=dr,R.CONTROL_TYPE=zn,R.CalcScriptEchoItem=jp,R.DEFAULT_LOCALE=fr,R.DESIGNER_SLOT=Xp,R.DateType=pr,R.DepartmentEntity=te,R.EventLogic=Hs,R.FORM_TYPE=Er,R.FieldTypes=mr,R.JSONCopy=lg,R.OPT_TYPES=_r,R.RulesMessage=Q,R.UserEntity=le,R.Watcher=Dg,R.camelizeKeys=Fg,R.debounce=Cg,R.decamelizeKeys=Ag,R.error=Zp,R.genNonDuplicateId=qp,R.getNotRepeatItems=gg,R.isArray=Gn,R.isBuiltInControls=Ng,R.isFunction=dg,R.isJSONArray=pg,R.isJSONObject=vg,R.isLanguageObject=cg,R.isNumber=ur,R.isNumberAndEmptyStringArray=mg,R.isNumberArray=_g,R.isObject=fg,R.isPlainObject=xs,R.isString=Ws,R.isStringArray=Eg,R.log=Zn,R.logerror=gr,R.loop=rr,R.loopFormSchema=En,R.noop=Kp,R.referenceError=Yp,R.toNumberOrEmpty=hg,R.updateValueFromKeys=sg,R.wait=bg,R.warn=hr,Object.defineProperty(R,"__esModule",{value:!0})});
@@ -5,6 +5,9 @@ type Variable = {
5
5
  [key in Keys]?: string | number;
6
6
  };
7
7
  export declare class RulesMessage {
8
+ static $i18n: import("vue-i18n").I18n<{}, {}, {}, string, true>;
8
9
  static getMessage(messageKey: keyof Message, variable?: Variable): string;
10
+ static resetI18n(locale?: string): import("vue-i18n").I18n<{}, {}, {}, string, true>;
11
+ static setLocale(locale: string, messagesI18n: any): void;
9
12
  }
10
13
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-shared",
3
- "version": "2.23.0-beta.3",
3
+ "version": "2.23.0-beta.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -29,5 +29,5 @@
29
29
  "fast-json-clone": "^1.0.2",
30
30
  "humps": "^2.0.1"
31
31
  },
32
- "gitHead": "4233299d1ab2a863ee7b44db8e2fa3cdf83af820"
32
+ "gitHead": "f5d4777750d43f836601367a7636113929dd54ac"
33
33
  }