b17808ecdb1db2aae6aaa81ab82b7d9784b9982a71e45694bbcbeec9f1644fe7.json 21 KB

1
  1. {"ast":null,"code":"\"use strict\";\n\nvar __extends = this && this.__extends || function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf || {\n __proto__: []\n } instanceof Array && function (d, b) {\n d.__proto__ = b;\n } || function (d, b) {\n for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p];\n };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null) throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() {\n this.constructor = d;\n }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n}();\nvar __read = this && this.__read || function (o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o),\n r,\n ar = [],\n e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n } catch (error) {\n e = {\n error: error\n };\n } finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n } finally {\n if (e) throw e.error;\n }\n }\n return ar;\n};\nvar __importDefault = this && this.__importDefault || function (mod) {\n return mod && mod.__esModule ? mod : {\n \"default\": mod\n };\n};\nvar _a;\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.EmpheqConfiguration = exports.EmpheqMethods = exports.EmpheqBeginItem = void 0;\nvar Configuration_js_1 = require(\"../Configuration.js\");\nvar SymbolMap_js_1 = require(\"../SymbolMap.js\");\nvar ParseUtil_js_1 = __importDefault(require(\"../ParseUtil.js\"));\nvar TexError_js_1 = __importDefault(require(\"../TexError.js\"));\nvar BaseItems_js_1 = require(\"../base/BaseItems.js\");\nvar EmpheqUtil_js_1 = require(\"./EmpheqUtil.js\");\nvar EmpheqBeginItem = function (_super) {\n __extends(EmpheqBeginItem, _super);\n function EmpheqBeginItem() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Object.defineProperty(EmpheqBeginItem.prototype, \"kind\", {\n get: function () {\n return 'empheq-begin';\n },\n enumerable: false,\n configurable: true\n });\n EmpheqBeginItem.prototype.checkItem = function (item) {\n if (item.isKind('end') && item.getName() === this.getName()) {\n this.setProperty('end', false);\n }\n return _super.prototype.checkItem.call(this, item);\n };\n return EmpheqBeginItem;\n}(BaseItems_js_1.BeginItem);\nexports.EmpheqBeginItem = EmpheqBeginItem;\nexports.EmpheqMethods = {\n Empheq: function (parser, begin) {\n if (parser.stack.env.closing === begin.getName()) {\n delete parser.stack.env.closing;\n parser.Push(parser.itemFactory.create('end').setProperty('name', parser.stack.global.empheq));\n parser.stack.global.empheq = '';\n var empheq = parser.stack.Top();\n EmpheqUtil_js_1.EmpheqUtil.adjustTable(empheq, parser);\n parser.Push(parser.itemFactory.create('end').setProperty('name', 'empheq'));\n } else {\n ParseUtil_js_1.default.checkEqnEnv(parser);\n delete parser.stack.global.eqnenv;\n var opts = parser.GetBrackets('\\\\begin{' + begin.getName() + '}') || '';\n var _a = __read((parser.GetArgument('\\\\begin{' + begin.getName() + '}') || '').split(/=/), 2),\n env = _a[0],\n n = _a[1];\n if (!EmpheqUtil_js_1.EmpheqUtil.checkEnv(env)) {\n throw new TexError_js_1.default('UnknownEnv', 'Unknown environment \"%1\"', env);\n }\n if (opts) {\n begin.setProperties(EmpheqUtil_js_1.EmpheqUtil.splitOptions(opts, {\n left: 1,\n right: 1\n }));\n }\n parser.stack.global.empheq = env;\n parser.string = '\\\\begin{' + env + '}' + (n ? '{' + n + '}' : '') + parser.string.slice(parser.i);\n parser.i = 0;\n parser.Push(begin);\n }\n },\n EmpheqMO: function (parser, _name, c) {\n parser.Push(parser.create('token', 'mo', {}, c));\n },\n EmpheqDelim: function (parser, name) {\n var c = parser.GetDelimiter(name);\n parser.Push(parser.create('token', 'mo', {\n stretchy: true,\n symmetric: true\n }, c));\n }\n};\nnew SymbolMap_js_1.EnvironmentMap('empheq-env', EmpheqUtil_js_1.EmpheqUtil.environment, {\n empheq: ['Empheq', 'empheq']\n}, exports.EmpheqMethods);\nnew SymbolMap_js_1.CommandMap('empheq-macros', {\n empheqlbrace: ['EmpheqMO', '{'],\n empheqrbrace: ['EmpheqMO', '}'],\n empheqlbrack: ['EmpheqMO', '['],\n empheqrbrack: ['EmpheqMO', ']'],\n empheqlangle: ['EmpheqMO', '\\u27E8'],\n empheqrangle: ['EmpheqMO', '\\u27E9'],\n empheqlparen: ['EmpheqMO', '('],\n empheqrparen: ['EmpheqMO', ')'],\n empheqlvert: ['EmpheqMO', '|'],\n empheqrvert: ['EmpheqMO', '|'],\n empheqlVert: ['EmpheqMO', '\\u2016'],\n empheqrVert: ['EmpheqMO', '\\u2016'],\n empheqlfloor: ['EmpheqMO', '\\u230A'],\n empheqrfloor: ['EmpheqMO', '\\u230B'],\n empheqlceil: ['EmpheqMO', '\\u2308'],\n empheqrceil: ['EmpheqMO', '\\u2309'],\n empheqbiglbrace: ['EmpheqMO', '{'],\n empheqbigrbrace: ['EmpheqMO', '}'],\n empheqbiglbrack: ['EmpheqMO', '['],\n empheqbigrbrack: ['EmpheqMO', ']'],\n empheqbiglangle: ['EmpheqMO', '\\u27E8'],\n empheqbigrangle: ['EmpheqMO', '\\u27E9'],\n empheqbiglparen: ['EmpheqMO', '('],\n empheqbigrparen: ['EmpheqMO', ')'],\n empheqbiglvert: ['EmpheqMO', '|'],\n empheqbigrvert: ['EmpheqMO', '|'],\n empheqbiglVert: ['EmpheqMO', '\\u2016'],\n empheqbigrVert: ['EmpheqMO', '\\u2016'],\n empheqbiglfloor: ['EmpheqMO', '\\u230A'],\n empheqbigrfloor: ['EmpheqMO', '\\u230B'],\n empheqbiglceil: ['EmpheqMO', '\\u2308'],\n empheqbigrceil: ['EmpheqMO', '\\u2309'],\n empheql: 'EmpheqDelim',\n empheqr: 'EmpheqDelim',\n empheqbigl: 'EmpheqDelim',\n empheqbigr: 'EmpheqDelim'\n}, exports.EmpheqMethods);\nexports.EmpheqConfiguration = Configuration_js_1.Configuration.create('empheq', {\n handler: {\n macro: ['empheq-macros'],\n environment: ['empheq-env']\n },\n items: (_a = {}, _a[EmpheqBeginItem.prototype.kind] = EmpheqBeginItem, _a)\n});","map":{"version":3,"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","prototype","hasOwnProperty","call","TypeError","String","__","constructor","create","__read","o","n","m","Symbol","iterator","i","r","ar","e","next","done","push","value","error","__importDefault","mod","__esModule","_a","defineProperty","exports","EmpheqConfiguration","EmpheqMethods","EmpheqBeginItem","Configuration_js_1","require","SymbolMap_js_1","ParseUtil_js_1","TexError_js_1","BaseItems_js_1","EmpheqUtil_js_1","_super","apply","arguments","get","enumerable","configurable","checkItem","item","isKind","getName","setProperty","BeginItem","Empheq","parser","begin","stack","env","closing","Push","itemFactory","global","empheq","Top","EmpheqUtil","adjustTable","default","checkEqnEnv","eqnenv","opts","GetBrackets","GetArgument","split","checkEnv","setProperties","splitOptions","left","right","string","slice","EmpheqMO","_name","c","EmpheqDelim","name","GetDelimiter","stretchy","symmetric","EnvironmentMap","environment","CommandMap","empheqlbrace","empheqrbrace","empheqlbrack","empheqrbrack","empheqlangle","empheqrangle","empheqlparen","empheqrparen","empheqlvert","empheqrvert","empheqlVert","empheqrVert","empheqlfloor","empheqrfloor","empheqlceil","empheqrceil","empheqbiglbrace","empheqbigrbrace","empheqbiglbrack","empheqbigrbrack","empheqbiglangle","empheqbigrangle","empheqbiglparen","empheqbigrparen","empheqbiglvert","empheqbigrvert","empheqbiglVert","empheqbigrVert","empheqbiglfloor","empheqbigrfloor","empheqbiglceil","empheqbigrceil","empheql","empheqr","empheqbigl","empheqbigr","Configuration","handler","macro","items","kind"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/mathjax-full/js/input/tex/empheq/EmpheqConfiguration.js"],"sourcesContent":["\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __read = (this && this.__read) || function (o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nvar _a;\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.EmpheqConfiguration = exports.EmpheqMethods = exports.EmpheqBeginItem = void 0;\nvar Configuration_js_1 = require(\"../Configuration.js\");\nvar SymbolMap_js_1 = require(\"../SymbolMap.js\");\nvar ParseUtil_js_1 = __importDefault(require(\"../ParseUtil.js\"));\nvar TexError_js_1 = __importDefault(require(\"../TexError.js\"));\nvar BaseItems_js_1 = require(\"../base/BaseItems.js\");\nvar EmpheqUtil_js_1 = require(\"./EmpheqUtil.js\");\nvar EmpheqBeginItem = (function (_super) {\n __extends(EmpheqBeginItem, _super);\n function EmpheqBeginItem() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Object.defineProperty(EmpheqBeginItem.prototype, \"kind\", {\n get: function () {\n return 'empheq-begin';\n },\n enumerable: false,\n configurable: true\n });\n EmpheqBeginItem.prototype.checkItem = function (item) {\n if (item.isKind('end') && item.getName() === this.getName()) {\n this.setProperty('end', false);\n }\n return _super.prototype.checkItem.call(this, item);\n };\n return EmpheqBeginItem;\n}(BaseItems_js_1.BeginItem));\nexports.EmpheqBeginItem = EmpheqBeginItem;\nexports.EmpheqMethods = {\n Empheq: function (parser, begin) {\n if (parser.stack.env.closing === begin.getName()) {\n delete parser.stack.env.closing;\n parser.Push(parser.itemFactory.create('end').setProperty('name', parser.stack.global.empheq));\n parser.stack.global.empheq = '';\n var empheq = parser.stack.Top();\n EmpheqUtil_js_1.EmpheqUtil.adjustTable(empheq, parser);\n parser.Push(parser.itemFactory.create('end').setProperty('name', 'empheq'));\n }\n else {\n ParseUtil_js_1.default.checkEqnEnv(parser);\n delete parser.stack.global.eqnenv;\n var opts = parser.GetBrackets('\\\\begin{' + begin.getName() + '}') || '';\n var _a = __read((parser.GetArgument('\\\\begin{' + begin.getName() + '}') || '').split(/=/), 2), env = _a[0], n = _a[1];\n if (!EmpheqUtil_js_1.EmpheqUtil.checkEnv(env)) {\n throw new TexError_js_1.default('UnknownEnv', 'Unknown environment \"%1\"', env);\n }\n if (opts) {\n begin.setProperties(EmpheqUtil_js_1.EmpheqUtil.splitOptions(opts, { left: 1, right: 1 }));\n }\n parser.stack.global.empheq = env;\n parser.string = '\\\\begin{' + env + '}' + (n ? '{' + n + '}' : '') + parser.string.slice(parser.i);\n parser.i = 0;\n parser.Push(begin);\n }\n },\n EmpheqMO: function (parser, _name, c) {\n parser.Push(parser.create('token', 'mo', {}, c));\n },\n EmpheqDelim: function (parser, name) {\n var c = parser.GetDelimiter(name);\n parser.Push(parser.create('token', 'mo', { stretchy: true, symmetric: true }, c));\n }\n};\nnew SymbolMap_js_1.EnvironmentMap('empheq-env', EmpheqUtil_js_1.EmpheqUtil.environment, {\n empheq: ['Empheq', 'empheq'],\n}, exports.EmpheqMethods);\nnew SymbolMap_js_1.CommandMap('empheq-macros', {\n empheqlbrace: ['EmpheqMO', '{'],\n empheqrbrace: ['EmpheqMO', '}'],\n empheqlbrack: ['EmpheqMO', '['],\n empheqrbrack: ['EmpheqMO', ']'],\n empheqlangle: ['EmpheqMO', '\\u27E8'],\n empheqrangle: ['EmpheqMO', '\\u27E9'],\n empheqlparen: ['EmpheqMO', '('],\n empheqrparen: ['EmpheqMO', ')'],\n empheqlvert: ['EmpheqMO', '|'],\n empheqrvert: ['EmpheqMO', '|'],\n empheqlVert: ['EmpheqMO', '\\u2016'],\n empheqrVert: ['EmpheqMO', '\\u2016'],\n empheqlfloor: ['EmpheqMO', '\\u230A'],\n empheqrfloor: ['EmpheqMO', '\\u230B'],\n empheqlceil: ['EmpheqMO', '\\u2308'],\n empheqrceil: ['EmpheqMO', '\\u2309'],\n empheqbiglbrace: ['EmpheqMO', '{'],\n empheqbigrbrace: ['EmpheqMO', '}'],\n empheqbiglbrack: ['EmpheqMO', '['],\n empheqbigrbrack: ['EmpheqMO', ']'],\n empheqbiglangle: ['EmpheqMO', '\\u27E8'],\n empheqbigrangle: ['EmpheqMO', '\\u27E9'],\n empheqbiglparen: ['EmpheqMO', '('],\n empheqbigrparen: ['EmpheqMO', ')'],\n empheqbiglvert: ['EmpheqMO', '|'],\n empheqbigrvert: ['EmpheqMO', '|'],\n empheqbiglVert: ['EmpheqMO', '\\u2016'],\n empheqbigrVert: ['EmpheqMO', '\\u2016'],\n empheqbiglfloor: ['EmpheqMO', '\\u230A'],\n empheqbigrfloor: ['EmpheqMO', '\\u230B'],\n empheqbiglceil: ['EmpheqMO', '\\u2308'],\n empheqbigrceil: ['EmpheqMO', '\\u2309'],\n empheql: 'EmpheqDelim',\n empheqr: 'EmpheqDelim',\n empheqbigl: 'EmpheqDelim',\n empheqbigr: 'EmpheqDelim'\n}, exports.EmpheqMethods);\nexports.EmpheqConfiguration = Configuration_js_1.Configuration.create('empheq', {\n handler: {\n macro: ['empheq-macros'],\n environment: ['empheq-env'],\n },\n items: (_a = {},\n _a[EmpheqBeginItem.prototype.kind] = EmpheqBeginItem,\n _a)\n});\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAI,IAAI,IAAI,IAAI,CAACA,SAAS,IAAM,YAAY;EACrD,IAAIC,aAAa,GAAG,SAAAA,CAAUC,CAAC,EAAEC,CAAC,EAAE;IAChCF,aAAa,GAAGG,MAAM,CAACC,cAAc,IAChC;MAAEC,SAAS,EAAE;IAAG,CAAC,YAAYC,KAAK,IAAI,UAAUL,CAAC,EAAEC,CAAC,EAAE;MAAED,CAAC,CAACI,SAAS,GAAGH,CAAC;IAAE,CAAE,IAC5E,UAAUD,CAAC,EAAEC,CAAC,EAAE;MAAE,KAAK,IAAIK,CAAC,IAAIL,CAAC,EAAE,IAAIC,MAAM,CAACK,SAAS,CAACC,cAAc,CAACC,IAAI,CAACR,CAAC,EAAEK,CAAC,CAAC,EAAEN,CAAC,CAACM,CAAC,CAAC,GAAGL,CAAC,CAACK,CAAC,CAAC;IAAE,CAAC;IACrG,OAAOP,aAAa,CAACC,CAAC,EAAEC,CAAC,CAAC;EAC9B,CAAC;EACD,OAAO,UAAUD,CAAC,EAAEC,CAAC,EAAE;IACnB,IAAI,OAAOA,CAAC,KAAK,UAAU,IAAIA,CAAC,KAAK,IAAI,EACrC,MAAM,IAAIS,SAAS,CAAC,sBAAsB,GAAGC,MAAM,CAACV,CAAC,CAAC,GAAG,+BAA+B,CAAC;IAC7FF,aAAa,CAACC,CAAC,EAAEC,CAAC,CAAC;IACnB,SAASW,EAAEA,CAAA,EAAG;MAAE,IAAI,CAACC,WAAW,GAAGb,CAAC;IAAE;IACtCA,CAAC,CAACO,SAAS,GAAGN,CAAC,KAAK,IAAI,GAAGC,MAAM,CAACY,MAAM,CAACb,CAAC,CAAC,IAAIW,EAAE,CAACL,SAAS,GAAGN,CAAC,CAACM,SAAS,EAAE,IAAIK,EAAE,CAAC,CAAC,CAAC;EACxF,CAAC;AACL,CAAC,CAAE,CAAC;AACJ,IAAIG,MAAM,GAAI,IAAI,IAAI,IAAI,CAACA,MAAM,IAAK,UAAUC,CAAC,EAAEC,CAAC,EAAE;EAClD,IAAIC,CAAC,GAAG,OAAOC,MAAM,KAAK,UAAU,IAAIH,CAAC,CAACG,MAAM,CAACC,QAAQ,CAAC;EAC1D,IAAI,CAACF,CAAC,EAAE,OAAOF,CAAC;EAChB,IAAIK,CAAC,GAAGH,CAAC,CAACT,IAAI,CAACO,CAAC,CAAC;IAAEM,CAAC;IAAEC,EAAE,GAAG,EAAE;IAAEC,CAAC;EAChC,IAAI;IACA,OAAO,CAACP,CAAC,KAAK,KAAK,CAAC,IAAIA,CAAC,EAAE,GAAG,CAAC,KAAK,CAAC,CAACK,CAAC,GAAGD,CAAC,CAACI,IAAI,CAAC,CAAC,EAAEC,IAAI,EAAEH,EAAE,CAACI,IAAI,CAACL,CAAC,CAACM,KAAK,CAAC;EAC9E,CAAC,CACD,OAAOC,KAAK,EAAE;IAAEL,CAAC,GAAG;MAAEK,KAAK,EAAEA;IAAM,CAAC;EAAE,CAAC,SAC/B;IACJ,IAAI;MACA,IAAIP,CAAC,IAAI,CAACA,CAAC,CAACI,IAAI,KAAKR,CAAC,GAAGG,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAEH,CAAC,CAACT,IAAI,CAACY,CAAC,CAAC;IACpD,CAAC,SACO;MAAE,IAAIG,CAAC,EAAE,MAAMA,CAAC,CAACK,KAAK;IAAE;EACpC;EACA,OAAON,EAAE;AACb,CAAC;AACD,IAAIO,eAAe,GAAI,IAAI,IAAI,IAAI,CAACA,eAAe,IAAK,UAAUC,GAAG,EAAE;EACnE,OAAQA,GAAG,IAAIA,GAAG,CAACC,UAAU,GAAID,GAAG,GAAG;IAAE,SAAS,EAAEA;EAAI,CAAC;AAC7D,CAAC;AACD,IAAIE,EAAE;AACN/B,MAAM,CAACgC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEP,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DO,OAAO,CAACC,mBAAmB,GAAGD,OAAO,CAACE,aAAa,GAAGF,OAAO,CAACG,eAAe,GAAG,KAAK,CAAC;AACtF,IAAIC,kBAAkB,GAAGC,OAAO,CAAC,qBAAqB,CAAC;AACvD,IAAIC,cAAc,GAAGD,OAAO,CAAC,iBAAiB,CAAC;AAC/C,IAAIE,cAAc,GAAGZ,eAAe,CAACU,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAChE,IAAIG,aAAa,GAAGb,eAAe,CAACU,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAC9D,IAAII,cAAc,GAAGJ,OAAO,CAAC,sBAAsB,CAAC;AACpD,IAAIK,eAAe,GAAGL,OAAO,CAAC,iBAAiB,CAAC;AAChD,IAAIF,eAAe,GAAI,UAAUQ,MAAM,EAAE;EACrChD,SAAS,CAACwC,eAAe,EAAEQ,MAAM,CAAC;EAClC,SAASR,eAAeA,CAAA,EAAG;IACvB,OAAOQ,MAAM,KAAK,IAAI,IAAIA,MAAM,CAACC,KAAK,CAAC,IAAI,EAAEC,SAAS,CAAC,IAAI,IAAI;EACnE;EACA9C,MAAM,CAACgC,cAAc,CAACI,eAAe,CAAC/B,SAAS,EAAE,MAAM,EAAE;IACrD0C,GAAG,EAAE,SAAAA,CAAA,EAAY;MACb,OAAO,cAAc;IACzB,CAAC;IACDC,UAAU,EAAE,KAAK;IACjBC,YAAY,EAAE;EAClB,CAAC,CAAC;EACFb,eAAe,CAAC/B,SAAS,CAAC6C,SAAS,GAAG,UAAUC,IAAI,EAAE;IAClD,IAAIA,IAAI,CAACC,MAAM,CAAC,KAAK,CAAC,IAAID,IAAI,CAACE,OAAO,CAAC,CAAC,KAAK,IAAI,CAACA,OAAO,CAAC,CAAC,EAAE;MACzD,IAAI,CAACC,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC;IAClC;IACA,OAAOV,MAAM,CAACvC,SAAS,CAAC6C,SAAS,CAAC3C,IAAI,CAAC,IAAI,EAAE4C,IAAI,CAAC;EACtD,CAAC;EACD,OAAOf,eAAe;AAC1B,CAAC,CAACM,cAAc,CAACa,SAAS,CAAE;AAC5BtB,OAAO,CAACG,eAAe,GAAGA,eAAe;AACzCH,OAAO,CAACE,aAAa,GAAG;EACpBqB,MAAM,EAAE,SAAAA,CAAUC,MAAM,EAAEC,KAAK,EAAE;IAC7B,IAAID,MAAM,CAACE,KAAK,CAACC,GAAG,CAACC,OAAO,KAAKH,KAAK,CAACL,OAAO,CAAC,CAAC,EAAE;MAC9C,OAAOI,MAAM,CAACE,KAAK,CAACC,GAAG,CAACC,OAAO;MAC/BJ,MAAM,CAACK,IAAI,CAACL,MAAM,CAACM,WAAW,CAACnD,MAAM,CAAC,KAAK,CAAC,CAAC0C,WAAW,CAAC,MAAM,EAAEG,MAAM,CAACE,KAAK,CAACK,MAAM,CAACC,MAAM,CAAC,CAAC;MAC7FR,MAAM,CAACE,KAAK,CAACK,MAAM,CAACC,MAAM,GAAG,EAAE;MAC/B,IAAIA,MAAM,GAAGR,MAAM,CAACE,KAAK,CAACO,GAAG,CAAC,CAAC;MAC/BvB,eAAe,CAACwB,UAAU,CAACC,WAAW,CAACH,MAAM,EAAER,MAAM,CAAC;MACtDA,MAAM,CAACK,IAAI,CAACL,MAAM,CAACM,WAAW,CAACnD,MAAM,CAAC,KAAK,CAAC,CAAC0C,WAAW,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC/E,CAAC,MACI;MACDd,cAAc,CAAC6B,OAAO,CAACC,WAAW,CAACb,MAAM,CAAC;MAC1C,OAAOA,MAAM,CAACE,KAAK,CAACK,MAAM,CAACO,MAAM;MACjC,IAAIC,IAAI,GAAGf,MAAM,CAACgB,WAAW,CAAC,UAAU,GAAGf,KAAK,CAACL,OAAO,CAAC,CAAC,GAAG,GAAG,CAAC,IAAI,EAAE;MACvE,IAAItB,EAAE,GAAGlB,MAAM,CAAC,CAAC4C,MAAM,CAACiB,WAAW,CAAC,UAAU,GAAGhB,KAAK,CAACL,OAAO,CAAC,CAAC,GAAG,GAAG,CAAC,IAAI,EAAE,EAAEsB,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAAEf,GAAG,GAAG7B,EAAE,CAAC,CAAC,CAAC;QAAEhB,CAAC,GAAGgB,EAAE,CAAC,CAAC,CAAC;MACrH,IAAI,CAACY,eAAe,CAACwB,UAAU,CAACS,QAAQ,CAAChB,GAAG,CAAC,EAAE;QAC3C,MAAM,IAAInB,aAAa,CAAC4B,OAAO,CAAC,YAAY,EAAE,0BAA0B,EAAET,GAAG,CAAC;MAClF;MACA,IAAIY,IAAI,EAAE;QACNd,KAAK,CAACmB,aAAa,CAAClC,eAAe,CAACwB,UAAU,CAACW,YAAY,CAACN,IAAI,EAAE;UAAEO,IAAI,EAAE,CAAC;UAAEC,KAAK,EAAE;QAAE,CAAC,CAAC,CAAC;MAC7F;MACAvB,MAAM,CAACE,KAAK,CAACK,MAAM,CAACC,MAAM,GAAGL,GAAG;MAChCH,MAAM,CAACwB,MAAM,GAAG,UAAU,GAAGrB,GAAG,GAAG,GAAG,IAAI7C,CAAC,GAAG,GAAG,GAAGA,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC,GAAG0C,MAAM,CAACwB,MAAM,CAACC,KAAK,CAACzB,MAAM,CAACtC,CAAC,CAAC;MACjGsC,MAAM,CAACtC,CAAC,GAAG,CAAC;MACZsC,MAAM,CAACK,IAAI,CAACJ,KAAK,CAAC;IACtB;EACJ,CAAC;EACDyB,QAAQ,EAAE,SAAAA,CAAU1B,MAAM,EAAE2B,KAAK,EAAEC,CAAC,EAAE;IAClC5B,MAAM,CAACK,IAAI,CAACL,MAAM,CAAC7C,MAAM,CAAC,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,EAAEyE,CAAC,CAAC,CAAC;EACpD,CAAC;EACDC,WAAW,EAAE,SAAAA,CAAU7B,MAAM,EAAE8B,IAAI,EAAE;IACjC,IAAIF,CAAC,GAAG5B,MAAM,CAAC+B,YAAY,CAACD,IAAI,CAAC;IACjC9B,MAAM,CAACK,IAAI,CAACL,MAAM,CAAC7C,MAAM,CAAC,OAAO,EAAE,IAAI,EAAE;MAAE6E,QAAQ,EAAE,IAAI;MAAEC,SAAS,EAAE;IAAK,CAAC,EAAEL,CAAC,CAAC,CAAC;EACrF;AACJ,CAAC;AACD,IAAI9C,cAAc,CAACoD,cAAc,CAAC,YAAY,EAAEhD,eAAe,CAACwB,UAAU,CAACyB,WAAW,EAAE;EACpF3B,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ;AAC/B,CAAC,EAAEhC,OAAO,CAACE,aAAa,CAAC;AACzB,IAAII,cAAc,CAACsD,UAAU,CAAC,eAAe,EAAE;EAC3CC,YAAY,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/BC,YAAY,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/BC,YAAY,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/BC,YAAY,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/BC,YAAY,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACpCC,YAAY,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACpCC,YAAY,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/BC,YAAY,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/BC,WAAW,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC9BC,WAAW,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC9BC,WAAW,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACnCC,WAAW,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACnCC,YAAY,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACpCC,YAAY,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACpCC,WAAW,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACnCC,WAAW,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACnCC,eAAe,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAClCC,eAAe,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAClCC,eAAe,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAClCC,eAAe,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAClCC,eAAe,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACvCC,eAAe,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACvCC,eAAe,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAClCC,eAAe,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAClCC,cAAc,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EACjCC,cAAc,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EACjCC,cAAc,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACtCC,cAAc,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACtCC,eAAe,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACvCC,eAAe,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACvCC,cAAc,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACtCC,cAAc,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC;EACtCC,OAAO,EAAE,aAAa;EACtBC,OAAO,EAAE,aAAa;EACtBC,UAAU,EAAE,aAAa;EACzBC,UAAU,EAAE;AAChB,CAAC,EAAEhG,OAAO,CAACE,aAAa,CAAC;AACzBF,OAAO,CAACC,mBAAmB,GAAGG,kBAAkB,CAAC6F,aAAa,CAACtH,MAAM,CAAC,QAAQ,EAAE;EAC5EuH,OAAO,EAAE;IACLC,KAAK,EAAE,CAAC,eAAe,CAAC;IACxBxC,WAAW,EAAE,CAAC,YAAY;EAC9B,CAAC;EACDyC,KAAK,GAAGtG,EAAE,GAAG,CAAC,CAAC,EACXA,EAAE,CAACK,eAAe,CAAC/B,SAAS,CAACiI,IAAI,CAAC,GAAGlG,eAAe,EACpDL,EAAE;AACV,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}