From 8b6aa7868a37fea97e69b0687244343299a930a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E8=BE=B0=E7=91=9E?= Date: Mon, 3 Jun 2024 23:16:55 +0800 Subject: [PATCH] change --- .../.vite/deps/@explosions_fireworks.js | 2 +- .../.vite/deps/@explosions_fireworks.js.map | 2 +- .../deps/@iconify-json_ant-design.js.map | 2 +- .../deps/@iconify-json_simple-icons.js.map | 2 +- node_modules/.vite/deps/@unhead_schema-org.js | 2 +- .../.vite/deps/@unhead_schema-org.js.map | 2 +- node_modules/.vite/deps/@unhead_vue.js | 2 +- node_modules/.vite/deps/@unhead_vue.js.map | 2 +- .../deps/@vueuse_integrations_useFuse.js | 2 +- .../deps/@vueuse_integrations_useFuse.js.map | 2 +- node_modules/.vite/deps/_metadata.json | 60 +++++++++---------- node_modules/.vite/deps/animejs.js | 2 +- node_modules/.vite/deps/chunk-C2PV3ZIY.js.map | 7 --- .../{chunk-YDFMVJDU.js => chunk-D7RD3GQY.js} | 2 +- node_modules/.vite/deps/chunk-D7RD3GQY.js.map | 7 +++ .../{chunk-Z7HEHPHJ.js => chunk-DJ3A3VQS.js} | 2 +- node_modules/.vite/deps/chunk-DJ3A3VQS.js.map | 7 +++ .../{chunk-C2PV3ZIY.js => chunk-GLZQQGXA.js} | 2 +- node_modules/.vite/deps/chunk-GLZQQGXA.js.map | 7 +++ .../{chunk-UXEQ6FJP.js => chunk-LYY3XPSO.js} | 2 +- node_modules/.vite/deps/chunk-LYY3XPSO.js.map | 7 +++ node_modules/.vite/deps/chunk-UXEQ6FJP.js.map | 7 --- node_modules/.vite/deps/chunk-YDFMVJDU.js.map | 7 --- node_modules/.vite/deps/chunk-Z7HEHPHJ.js.map | 7 --- node_modules/.vite/deps/defu.js.map | 2 +- node_modules/.vite/deps/fuse__js.js | 2 +- node_modules/.vite/deps/katex.js.map | 2 +- node_modules/.vite/deps/medium-zoom.js.map | 2 +- node_modules/.vite/deps/nprogress.js.map | 2 +- .../.vite/deps/valaxy-addon-artalk.js | 2 +- ...-addon-artalk_client_styles_index__scss.js | 2 +- .../.vite/deps/valaxy-addon-twikoo.js | 2 +- ...-addon-twikoo_client_styles_index__scss.js | 2 +- .../.vite/deps/valaxy-addon-waline.js | 2 +- .../.vite/deps/vanilla-lazyload.js.map | 2 +- node_modules/.vite/deps/vue-i18n.js.map | 2 +- pages/posts/2024060301.md | 10 ++-- 37 files changed, 90 insertions(+), 90 deletions(-) delete mode 100644 node_modules/.vite/deps/chunk-C2PV3ZIY.js.map rename node_modules/.vite/deps/{chunk-YDFMVJDU.js => chunk-D7RD3GQY.js} (99%) create mode 100644 node_modules/.vite/deps/chunk-D7RD3GQY.js.map rename node_modules/.vite/deps/{chunk-Z7HEHPHJ.js => chunk-DJ3A3VQS.js} (87%) create mode 100644 node_modules/.vite/deps/chunk-DJ3A3VQS.js.map rename node_modules/.vite/deps/{chunk-C2PV3ZIY.js => chunk-GLZQQGXA.js} (99%) create mode 100644 node_modules/.vite/deps/chunk-GLZQQGXA.js.map rename node_modules/.vite/deps/{chunk-UXEQ6FJP.js => chunk-LYY3XPSO.js} (99%) create mode 100644 node_modules/.vite/deps/chunk-LYY3XPSO.js.map delete mode 100644 node_modules/.vite/deps/chunk-UXEQ6FJP.js.map delete mode 100644 node_modules/.vite/deps/chunk-YDFMVJDU.js.map delete mode 100644 node_modules/.vite/deps/chunk-Z7HEHPHJ.js.map diff --git a/node_modules/.vite/deps/@explosions_fireworks.js b/node_modules/.vite/deps/@explosions_fireworks.js index 98862867..bca23524 100644 --- a/node_modules/.vite/deps/@explosions_fireworks.js +++ b/node_modules/.vite/deps/@explosions_fireworks.js @@ -1,7 +1,7 @@ import { anime_es_exports, init_anime_es -} from "./chunk-UXEQ6FJP.js"; +} from "./chunk-LYY3XPSO.js"; import { __commonJS, __esm, diff --git a/node_modules/.vite/deps/@explosions_fireworks.js.map b/node_modules/.vite/deps/@explosions_fireworks.js.map index 4574451d..5e36eca6 100644 --- a/node_modules/.vite/deps/@explosions_fireworks.js.map +++ b/node_modules/.vite/deps/@explosions_fireworks.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../@ctrl/tinycolor/dist/module/util.js", "../../@ctrl/tinycolor/dist/module/conversion.js", "../../@ctrl/tinycolor/dist/module/css-color-names.js", "../../@ctrl/tinycolor/dist/module/format-input.js", "../../@ctrl/tinycolor/dist/module/index.js", "../../@ctrl/tinycolor/dist/module/readability.js", "../../@ctrl/tinycolor/dist/module/to-ms-filter.js", "../../@ctrl/tinycolor/dist/module/from-ratio.js", "../../@ctrl/tinycolor/dist/module/random.js", "../../@ctrl/tinycolor/dist/module/interfaces.js", "../../@ctrl/tinycolor/dist/module/public_api.js", "../../@explosions/fireworks/dist/index.js"], - "sourcesContent": ["/**\r\n * Take input from [0, n] and return it as [0, 1]\r\n * @hidden\r\n */\r\nexport function bound01(n, max) {\r\n if (isOnePointZero(n)) {\r\n n = '100%';\r\n }\r\n const isPercent = isPercentage(n);\r\n n = max === 360 ? n : Math.min(max, Math.max(0, parseFloat(n)));\r\n // Automatically convert percentage into number\r\n if (isPercent) {\r\n n = parseInt(String(n * max), 10) / 100;\r\n }\r\n // Handle floating point rounding errors\r\n if (Math.abs(n - max) < 0.000001) {\r\n return 1;\r\n }\r\n // Convert into [0, 1] range if it isn't already\r\n if (max === 360) {\r\n // If n is a hue given in degrees,\r\n // wrap around out-of-range values into [0, 360] range\r\n // then convert into [0, 1].\r\n n = (n < 0 ? (n % max) + max : n % max) / parseFloat(String(max));\r\n }\r\n else {\r\n // If n not a hue given in degrees\r\n // Convert into [0, 1] range if it isn't already.\r\n n = (n % max) / parseFloat(String(max));\r\n }\r\n return n;\r\n}\r\n/**\r\n * Force a number between 0 and 1\r\n * @hidden\r\n */\r\nexport function clamp01(val) {\r\n return Math.min(1, Math.max(0, val));\r\n}\r\n/**\r\n * Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1\r\n * \r\n * @hidden\r\n */\r\nexport function isOnePointZero(n) {\r\n return typeof n === 'string' && n.indexOf('.') !== -1 && parseFloat(n) === 1;\r\n}\r\n/**\r\n * Check to see if string passed in is a percentage\r\n * @hidden\r\n */\r\nexport function isPercentage(n) {\r\n return typeof n === 'string' && n.indexOf('%') !== -1;\r\n}\r\n/**\r\n * Return a valid alpha value [0,1] with all invalid values being set to 1\r\n * @hidden\r\n */\r\nexport function boundAlpha(a) {\r\n a = parseFloat(a);\r\n if (isNaN(a) || a < 0 || a > 1) {\r\n a = 1;\r\n }\r\n return a;\r\n}\r\n/**\r\n * Replace a decimal with it's percentage value\r\n * @hidden\r\n */\r\nexport function convertToPercentage(n) {\r\n if (Number(n) <= 1) {\r\n return `${Number(n) * 100}%`;\r\n }\r\n return n;\r\n}\r\n/**\r\n * Force a hex value to have 2 characters\r\n * @hidden\r\n */\r\nexport function pad2(c) {\r\n return c.length === 1 ? '0' + c : String(c);\r\n}\r\n", "import { bound01, pad2 } from './util.js';\r\n// `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:\r\n// \r\n/**\r\n * Handle bounds / percentage checking to conform to CSS color spec\r\n * \r\n * *Assumes:* r, g, b in [0, 255] or [0, 1]\r\n * *Returns:* { r, g, b } in [0, 255]\r\n */\r\nexport function rgbToRgb(r, g, b) {\r\n return {\r\n r: bound01(r, 255) * 255,\r\n g: bound01(g, 255) * 255,\r\n b: bound01(b, 255) * 255,\r\n };\r\n}\r\n/**\r\n * Converts an RGB color value to HSL.\r\n * *Assumes:* r, g, and b are contained in [0, 255] or [0, 1]\r\n * *Returns:* { h, s, l } in [0,1]\r\n */\r\nexport function rgbToHsl(r, g, b) {\r\n r = bound01(r, 255);\r\n g = bound01(g, 255);\r\n b = bound01(b, 255);\r\n const max = Math.max(r, g, b);\r\n const min = Math.min(r, g, b);\r\n let h = 0;\r\n let s = 0;\r\n const l = (max + min) / 2;\r\n if (max === min) {\r\n s = 0;\r\n h = 0; // achromatic\r\n }\r\n else {\r\n const d = max - min;\r\n s = l > 0.5 ? d / (2 - max - min) : d / (max + min);\r\n switch (max) {\r\n case r:\r\n h = (g - b) / d + (g < b ? 6 : 0);\r\n break;\r\n case g:\r\n h = (b - r) / d + 2;\r\n break;\r\n case b:\r\n h = (r - g) / d + 4;\r\n break;\r\n default:\r\n break;\r\n }\r\n h /= 6;\r\n }\r\n return { h, s, l };\r\n}\r\nfunction hue2rgb(p, q, t) {\r\n if (t < 0) {\r\n t += 1;\r\n }\r\n if (t > 1) {\r\n t -= 1;\r\n }\r\n if (t < 1 / 6) {\r\n return p + (q - p) * (6 * t);\r\n }\r\n if (t < 1 / 2) {\r\n return q;\r\n }\r\n if (t < 2 / 3) {\r\n return p + (q - p) * (2 / 3 - t) * 6;\r\n }\r\n return p;\r\n}\r\n/**\r\n * Converts an HSL color value to RGB.\r\n *\r\n * *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]\r\n * *Returns:* { r, g, b } in the set [0, 255]\r\n */\r\nexport function hslToRgb(h, s, l) {\r\n let r;\r\n let g;\r\n let b;\r\n h = bound01(h, 360);\r\n s = bound01(s, 100);\r\n l = bound01(l, 100);\r\n if (s === 0) {\r\n // achromatic\r\n g = l;\r\n b = l;\r\n r = l;\r\n }\r\n else {\r\n const q = l < 0.5 ? l * (1 + s) : l + s - l * s;\r\n const p = 2 * l - q;\r\n r = hue2rgb(p, q, h + 1 / 3);\r\n g = hue2rgb(p, q, h);\r\n b = hue2rgb(p, q, h - 1 / 3);\r\n }\r\n return { r: r * 255, g: g * 255, b: b * 255 };\r\n}\r\n/**\r\n * Converts an RGB color value to HSV\r\n *\r\n * *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]\r\n * *Returns:* { h, s, v } in [0,1]\r\n */\r\nexport function rgbToHsv(r, g, b) {\r\n r = bound01(r, 255);\r\n g = bound01(g, 255);\r\n b = bound01(b, 255);\r\n const max = Math.max(r, g, b);\r\n const min = Math.min(r, g, b);\r\n let h = 0;\r\n const v = max;\r\n const d = max - min;\r\n const s = max === 0 ? 0 : d / max;\r\n if (max === min) {\r\n h = 0; // achromatic\r\n }\r\n else {\r\n switch (max) {\r\n case r:\r\n h = (g - b) / d + (g < b ? 6 : 0);\r\n break;\r\n case g:\r\n h = (b - r) / d + 2;\r\n break;\r\n case b:\r\n h = (r - g) / d + 4;\r\n break;\r\n default:\r\n break;\r\n }\r\n h /= 6;\r\n }\r\n return { h, s, v };\r\n}\r\n/**\r\n * Converts an HSV color value to RGB.\r\n *\r\n * *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]\r\n * *Returns:* { r, g, b } in the set [0, 255]\r\n */\r\nexport function hsvToRgb(h, s, v) {\r\n h = bound01(h, 360) * 6;\r\n s = bound01(s, 100);\r\n v = bound01(v, 100);\r\n const i = Math.floor(h);\r\n const f = h - i;\r\n const p = v * (1 - s);\r\n const q = v * (1 - f * s);\r\n const t = v * (1 - (1 - f) * s);\r\n const mod = i % 6;\r\n const r = [v, q, p, p, t, v][mod];\r\n const g = [t, v, v, q, p, p][mod];\r\n const b = [p, p, t, v, v, q][mod];\r\n return { r: r * 255, g: g * 255, b: b * 255 };\r\n}\r\n/**\r\n * Converts an RGB color to hex\r\n *\r\n * *Assumes:* r, g, and b are contained in the set [0, 255]\r\n * *Returns:* a 3 or 6 character hex\r\n */\r\nexport function rgbToHex(r, g, b, allow3Char) {\r\n const hex = [\r\n pad2(Math.round(r).toString(16)),\r\n pad2(Math.round(g).toString(16)),\r\n pad2(Math.round(b).toString(16)),\r\n ];\r\n // Return a 3 character hex if possible\r\n if (allow3Char &&\r\n hex[0].startsWith(hex[0].charAt(1)) &&\r\n hex[1].startsWith(hex[1].charAt(1)) &&\r\n hex[2].startsWith(hex[2].charAt(1))) {\r\n return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);\r\n }\r\n return hex.join('');\r\n}\r\n/**\r\n * Converts an RGBA color plus alpha transparency to hex\r\n *\r\n * *Assumes:* r, g, b are contained in the set [0, 255] and a in [0, 1]\r\n * *Returns:* a 4 or 8 character rgba hex\r\n */\r\n// eslint-disable-next-line max-params\r\nexport function rgbaToHex(r, g, b, a, allow4Char) {\r\n const hex = [\r\n pad2(Math.round(r).toString(16)),\r\n pad2(Math.round(g).toString(16)),\r\n pad2(Math.round(b).toString(16)),\r\n pad2(convertDecimalToHex(a)),\r\n ];\r\n // Return a 4 character hex if possible\r\n if (allow4Char &&\r\n hex[0].startsWith(hex[0].charAt(1)) &&\r\n hex[1].startsWith(hex[1].charAt(1)) &&\r\n hex[2].startsWith(hex[2].charAt(1)) &&\r\n hex[3].startsWith(hex[3].charAt(1))) {\r\n return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0) + hex[3].charAt(0);\r\n }\r\n return hex.join('');\r\n}\r\n/**\r\n * Converts an RGBA color to an ARGB Hex8 string\r\n * Rarely used, but required for \"toFilter()\"\r\n *\r\n * *Assumes:* r, g, b are contained in the set [0, 255] and a in [0, 1]\r\n * *Returns:* a 8 character argb hex\r\n */\r\nexport function rgbaToArgbHex(r, g, b, a) {\r\n const hex = [\r\n pad2(convertDecimalToHex(a)),\r\n pad2(Math.round(r).toString(16)),\r\n pad2(Math.round(g).toString(16)),\r\n pad2(Math.round(b).toString(16)),\r\n ];\r\n return hex.join('');\r\n}\r\n/**\r\n * Converts CMYK to RBG\r\n * Assumes c, m, y, k are in the set [0, 100]\r\n */\r\nexport function cmykToRgb(c, m, y, k) {\r\n const cConv = c / 100;\r\n const mConv = m / 100;\r\n const yConv = y / 100;\r\n const kConv = k / 100;\r\n const r = 255 * (1 - cConv) * (1 - kConv);\r\n const g = 255 * (1 - mConv) * (1 - kConv);\r\n const b = 255 * (1 - yConv) * (1 - kConv);\r\n return { r, g, b };\r\n}\r\nexport function rgbToCmyk(r, g, b) {\r\n let c = 1 - r / 255;\r\n let m = 1 - g / 255;\r\n let y = 1 - b / 255;\r\n let k = Math.min(c, m, y);\r\n if (k === 1) {\r\n c = 0;\r\n m = 0;\r\n y = 0;\r\n }\r\n else {\r\n c = ((c - k) / (1 - k)) * 100;\r\n m = ((m - k) / (1 - k)) * 100;\r\n y = ((y - k) / (1 - k)) * 100;\r\n }\r\n k *= 100;\r\n return {\r\n c: Math.round(c),\r\n m: Math.round(m),\r\n y: Math.round(y),\r\n k: Math.round(k),\r\n };\r\n}\r\n/** Converts a decimal to a hex value */\r\nexport function convertDecimalToHex(d) {\r\n return Math.round(parseFloat(d) * 255).toString(16);\r\n}\r\n/** Converts a hex value to a decimal */\r\nexport function convertHexToDecimal(h) {\r\n return parseIntFromHex(h) / 255;\r\n}\r\n/** Parse a base-16 hex value into a base-10 integer */\r\nexport function parseIntFromHex(val) {\r\n return parseInt(val, 16);\r\n}\r\nexport function numberInputToObject(color) {\r\n return {\r\n r: color >> 16,\r\n g: (color & 0xff00) >> 8,\r\n b: color & 0xff,\r\n };\r\n}\r\n", "// https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json\r\n/**\r\n * @hidden\r\n */\r\nexport const names = {\r\n aliceblue: '#f0f8ff',\r\n antiquewhite: '#faebd7',\r\n aqua: '#00ffff',\r\n aquamarine: '#7fffd4',\r\n azure: '#f0ffff',\r\n beige: '#f5f5dc',\r\n bisque: '#ffe4c4',\r\n black: '#000000',\r\n blanchedalmond: '#ffebcd',\r\n blue: '#0000ff',\r\n blueviolet: '#8a2be2',\r\n brown: '#a52a2a',\r\n burlywood: '#deb887',\r\n cadetblue: '#5f9ea0',\r\n chartreuse: '#7fff00',\r\n chocolate: '#d2691e',\r\n coral: '#ff7f50',\r\n cornflowerblue: '#6495ed',\r\n cornsilk: '#fff8dc',\r\n crimson: '#dc143c',\r\n cyan: '#00ffff',\r\n darkblue: '#00008b',\r\n darkcyan: '#008b8b',\r\n darkgoldenrod: '#b8860b',\r\n darkgray: '#a9a9a9',\r\n darkgreen: '#006400',\r\n darkgrey: '#a9a9a9',\r\n darkkhaki: '#bdb76b',\r\n darkmagenta: '#8b008b',\r\n darkolivegreen: '#556b2f',\r\n darkorange: '#ff8c00',\r\n darkorchid: '#9932cc',\r\n darkred: '#8b0000',\r\n darksalmon: '#e9967a',\r\n darkseagreen: '#8fbc8f',\r\n darkslateblue: '#483d8b',\r\n darkslategray: '#2f4f4f',\r\n darkslategrey: '#2f4f4f',\r\n darkturquoise: '#00ced1',\r\n darkviolet: '#9400d3',\r\n deeppink: '#ff1493',\r\n deepskyblue: '#00bfff',\r\n dimgray: '#696969',\r\n dimgrey: '#696969',\r\n dodgerblue: '#1e90ff',\r\n firebrick: '#b22222',\r\n floralwhite: '#fffaf0',\r\n forestgreen: '#228b22',\r\n fuchsia: '#ff00ff',\r\n gainsboro: '#dcdcdc',\r\n ghostwhite: '#f8f8ff',\r\n goldenrod: '#daa520',\r\n gold: '#ffd700',\r\n gray: '#808080',\r\n green: '#008000',\r\n greenyellow: '#adff2f',\r\n grey: '#808080',\r\n honeydew: '#f0fff0',\r\n hotpink: '#ff69b4',\r\n indianred: '#cd5c5c',\r\n indigo: '#4b0082',\r\n ivory: '#fffff0',\r\n khaki: '#f0e68c',\r\n lavenderblush: '#fff0f5',\r\n lavender: '#e6e6fa',\r\n lawngreen: '#7cfc00',\r\n lemonchiffon: '#fffacd',\r\n lightblue: '#add8e6',\r\n lightcoral: '#f08080',\r\n lightcyan: '#e0ffff',\r\n lightgoldenrodyellow: '#fafad2',\r\n lightgray: '#d3d3d3',\r\n lightgreen: '#90ee90',\r\n lightgrey: '#d3d3d3',\r\n lightpink: '#ffb6c1',\r\n lightsalmon: '#ffa07a',\r\n lightseagreen: '#20b2aa',\r\n lightskyblue: '#87cefa',\r\n lightslategray: '#778899',\r\n lightslategrey: '#778899',\r\n lightsteelblue: '#b0c4de',\r\n lightyellow: '#ffffe0',\r\n lime: '#00ff00',\r\n limegreen: '#32cd32',\r\n linen: '#faf0e6',\r\n magenta: '#ff00ff',\r\n maroon: '#800000',\r\n mediumaquamarine: '#66cdaa',\r\n mediumblue: '#0000cd',\r\n mediumorchid: '#ba55d3',\r\n mediumpurple: '#9370db',\r\n mediumseagreen: '#3cb371',\r\n mediumslateblue: '#7b68ee',\r\n mediumspringgreen: '#00fa9a',\r\n mediumturquoise: '#48d1cc',\r\n mediumvioletred: '#c71585',\r\n midnightblue: '#191970',\r\n mintcream: '#f5fffa',\r\n mistyrose: '#ffe4e1',\r\n moccasin: '#ffe4b5',\r\n navajowhite: '#ffdead',\r\n navy: '#000080',\r\n oldlace: '#fdf5e6',\r\n olive: '#808000',\r\n olivedrab: '#6b8e23',\r\n orange: '#ffa500',\r\n orangered: '#ff4500',\r\n orchid: '#da70d6',\r\n palegoldenrod: '#eee8aa',\r\n palegreen: '#98fb98',\r\n paleturquoise: '#afeeee',\r\n palevioletred: '#db7093',\r\n papayawhip: '#ffefd5',\r\n peachpuff: '#ffdab9',\r\n peru: '#cd853f',\r\n pink: '#ffc0cb',\r\n plum: '#dda0dd',\r\n powderblue: '#b0e0e6',\r\n purple: '#800080',\r\n rebeccapurple: '#663399',\r\n red: '#ff0000',\r\n rosybrown: '#bc8f8f',\r\n royalblue: '#4169e1',\r\n saddlebrown: '#8b4513',\r\n salmon: '#fa8072',\r\n sandybrown: '#f4a460',\r\n seagreen: '#2e8b57',\r\n seashell: '#fff5ee',\r\n sienna: '#a0522d',\r\n silver: '#c0c0c0',\r\n skyblue: '#87ceeb',\r\n slateblue: '#6a5acd',\r\n slategray: '#708090',\r\n slategrey: '#708090',\r\n snow: '#fffafa',\r\n springgreen: '#00ff7f',\r\n steelblue: '#4682b4',\r\n tan: '#d2b48c',\r\n teal: '#008080',\r\n thistle: '#d8bfd8',\r\n tomato: '#ff6347',\r\n turquoise: '#40e0d0',\r\n violet: '#ee82ee',\r\n wheat: '#f5deb3',\r\n white: '#ffffff',\r\n whitesmoke: '#f5f5f5',\r\n yellow: '#ffff00',\r\n yellowgreen: '#9acd32',\r\n};\r\n", "import { cmykToRgb, convertHexToDecimal, hslToRgb, hsvToRgb, parseIntFromHex, rgbToRgb, } from './conversion.js';\r\nimport { names } from './css-color-names.js';\r\nimport { boundAlpha, convertToPercentage } from './util.js';\r\n/**\r\n * Given a string or object, convert that input to RGB\r\n *\r\n * Possible string inputs:\r\n * ```\r\n * \"red\"\r\n * \"#f00\" or \"f00\"\r\n * \"#ff0000\" or \"ff0000\"\r\n * \"#ff000000\" or \"ff000000\"\r\n * \"rgb 255 0 0\" or \"rgb (255, 0, 0)\"\r\n * \"rgb 1.0 0 0\" or \"rgb (1, 0, 0)\"\r\n * \"rgba (255, 0, 0, 1)\" or \"rgba 255, 0, 0, 1\"\r\n * \"rgba (1.0, 0, 0, 1)\" or \"rgba 1.0, 0, 0, 1\"\r\n * \"hsl(0, 100%, 50%)\" or \"hsl 0 100% 50%\"\r\n * \"hsla(0, 100%, 50%, 1)\" or \"hsla 0 100% 50%, 1\"\r\n * \"hsv(0, 100%, 100%)\" or \"hsv 0 100% 100%\"\r\n * \"cmyk(0, 20, 0, 0)\" or \"cmyk 0 20 0 0\"\r\n * ```\r\n */\r\nexport function inputToRGB(color) {\r\n let rgb = { r: 0, g: 0, b: 0 };\r\n let a = 1;\r\n let s = null;\r\n let v = null;\r\n let l = null;\r\n let ok = false;\r\n let format = false;\r\n if (typeof color === 'string') {\r\n color = stringInputToObject(color);\r\n }\r\n if (typeof color === 'object') {\r\n if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {\r\n rgb = rgbToRgb(color.r, color.g, color.b);\r\n ok = true;\r\n format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';\r\n }\r\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {\r\n s = convertToPercentage(color.s);\r\n v = convertToPercentage(color.v);\r\n rgb = hsvToRgb(color.h, s, v);\r\n ok = true;\r\n format = 'hsv';\r\n }\r\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {\r\n s = convertToPercentage(color.s);\r\n l = convertToPercentage(color.l);\r\n rgb = hslToRgb(color.h, s, l);\r\n ok = true;\r\n format = 'hsl';\r\n }\r\n else if (isValidCSSUnit(color.c) &&\r\n isValidCSSUnit(color.m) &&\r\n isValidCSSUnit(color.y) &&\r\n isValidCSSUnit(color.k)) {\r\n rgb = cmykToRgb(color.c, color.m, color.y, color.k);\r\n ok = true;\r\n format = 'cmyk';\r\n }\r\n if (Object.prototype.hasOwnProperty.call(color, 'a')) {\r\n a = color.a;\r\n }\r\n }\r\n a = boundAlpha(a);\r\n return {\r\n ok,\r\n format: color.format || format,\r\n r: Math.min(255, Math.max(rgb.r, 0)),\r\n g: Math.min(255, Math.max(rgb.g, 0)),\r\n b: Math.min(255, Math.max(rgb.b, 0)),\r\n a,\r\n };\r\n}\r\n// \r\nconst CSS_INTEGER = '[-\\\\+]?\\\\d+%?';\r\n// \r\nconst CSS_NUMBER = '[-\\\\+]?\\\\d*\\\\.\\\\d+%?';\r\n// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.\r\nconst CSS_UNIT = '(?:' + CSS_NUMBER + ')|(?:' + CSS_INTEGER + ')';\r\n// Actual matching.\r\n// Parentheses and commas are optional, but not required.\r\n// Whitespace can take the place of commas or opening paren\r\n// eslint-disable-next-line prettier/prettier\r\nconst PERMISSIVE_MATCH3 = '[\\\\s|\\\\(]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')\\\\s*\\\\)?';\r\nconst PERMISSIVE_MATCH4 = \r\n// eslint-disable-next-line prettier/prettier\r\n'[\\\\s|\\\\(]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')\\\\s*\\\\)?';\r\nconst matchers = {\r\n CSS_UNIT: new RegExp(CSS_UNIT),\r\n rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),\r\n rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),\r\n hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),\r\n hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),\r\n hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),\r\n hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),\r\n cmyk: new RegExp('cmyk' + PERMISSIVE_MATCH4),\r\n hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\r\n hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\r\n hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\r\n hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\r\n};\r\n/**\r\n * Permissive string parsing. Take in a number of formats, and output an object\r\n * based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}` or `{c, m, y, k}` or `{c, m, y, k, a}`\r\n */\r\nexport function stringInputToObject(color) {\r\n color = color.trim().toLowerCase();\r\n if (color.length === 0) {\r\n return false;\r\n }\r\n let named = false;\r\n if (names[color]) {\r\n color = names[color];\r\n named = true;\r\n }\r\n else if (color === 'transparent') {\r\n return { r: 0, g: 0, b: 0, a: 0, format: 'name' };\r\n }\r\n // Try to match string input using regular expressions.\r\n // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]\r\n // Just return an object and let the conversion functions handle that.\r\n // This way the result will be the same whether the tinycolor is initialized with string or object.\r\n let match = matchers.rgb.exec(color);\r\n if (match) {\r\n return { r: match[1], g: match[2], b: match[3] };\r\n }\r\n match = matchers.rgba.exec(color);\r\n if (match) {\r\n return { r: match[1], g: match[2], b: match[3], a: match[4] };\r\n }\r\n match = matchers.hsl.exec(color);\r\n if (match) {\r\n return { h: match[1], s: match[2], l: match[3] };\r\n }\r\n match = matchers.hsla.exec(color);\r\n if (match) {\r\n return { h: match[1], s: match[2], l: match[3], a: match[4] };\r\n }\r\n match = matchers.hsv.exec(color);\r\n if (match) {\r\n return { h: match[1], s: match[2], v: match[3] };\r\n }\r\n match = matchers.hsva.exec(color);\r\n if (match) {\r\n return { h: match[1], s: match[2], v: match[3], a: match[4] };\r\n }\r\n match = matchers.cmyk.exec(color);\r\n if (match) {\r\n return {\r\n c: match[1],\r\n m: match[2],\r\n y: match[3],\r\n k: match[4],\r\n };\r\n }\r\n match = matchers.hex8.exec(color);\r\n if (match) {\r\n return {\r\n r: parseIntFromHex(match[1]),\r\n g: parseIntFromHex(match[2]),\r\n b: parseIntFromHex(match[3]),\r\n a: convertHexToDecimal(match[4]),\r\n format: named ? 'name' : 'hex8',\r\n };\r\n }\r\n match = matchers.hex6.exec(color);\r\n if (match) {\r\n return {\r\n r: parseIntFromHex(match[1]),\r\n g: parseIntFromHex(match[2]),\r\n b: parseIntFromHex(match[3]),\r\n format: named ? 'name' : 'hex',\r\n };\r\n }\r\n match = matchers.hex4.exec(color);\r\n if (match) {\r\n return {\r\n r: parseIntFromHex(match[1] + match[1]),\r\n g: parseIntFromHex(match[2] + match[2]),\r\n b: parseIntFromHex(match[3] + match[3]),\r\n a: convertHexToDecimal(match[4] + match[4]),\r\n format: named ? 'name' : 'hex8',\r\n };\r\n }\r\n match = matchers.hex3.exec(color);\r\n if (match) {\r\n return {\r\n r: parseIntFromHex(match[1] + match[1]),\r\n g: parseIntFromHex(match[2] + match[2]),\r\n b: parseIntFromHex(match[3] + match[3]),\r\n format: named ? 'name' : 'hex',\r\n };\r\n }\r\n return false;\r\n}\r\n/**\r\n * Check to see if it looks like a CSS unit\r\n * (see `matchers` above for definition).\r\n */\r\nexport function isValidCSSUnit(color) {\r\n if (typeof color === 'number') {\r\n return !Number.isNaN(color);\r\n }\r\n return matchers.CSS_UNIT.test(color);\r\n}\r\n", "import { numberInputToObject, rgbaToHex, rgbToCmyk, rgbToHex, rgbToHsl, rgbToHsv, } from './conversion.js';\r\nimport { names } from './css-color-names.js';\r\nimport { inputToRGB } from './format-input.js';\r\nimport { bound01, boundAlpha, clamp01 } from './util.js';\r\nexport class TinyColor {\r\n constructor(color = '', opts = {}) {\r\n // If input is already a tinycolor, return itself\r\n if (color instanceof TinyColor) {\r\n // eslint-disable-next-line no-constructor-return\r\n return color;\r\n }\r\n if (typeof color === 'number') {\r\n color = numberInputToObject(color);\r\n }\r\n this.originalInput = color;\r\n const rgb = inputToRGB(color);\r\n this.originalInput = color;\r\n this.r = rgb.r;\r\n this.g = rgb.g;\r\n this.b = rgb.b;\r\n this.a = rgb.a;\r\n this.roundA = Math.round(100 * this.a) / 100;\r\n this.format = opts.format ?? rgb.format;\r\n this.gradientType = opts.gradientType;\r\n // Don't let the range of [0,255] come back in [0,1].\r\n // Potentially lose a little bit of precision here, but will fix issues where\r\n // .5 gets interpreted as half of the total, instead of half of 1\r\n // If it was supposed to be 128, this was already taken care of by `inputToRgb`\r\n if (this.r < 1) {\r\n this.r = Math.round(this.r);\r\n }\r\n if (this.g < 1) {\r\n this.g = Math.round(this.g);\r\n }\r\n if (this.b < 1) {\r\n this.b = Math.round(this.b);\r\n }\r\n this.isValid = rgb.ok;\r\n }\r\n isDark() {\r\n return this.getBrightness() < 128;\r\n }\r\n isLight() {\r\n return !this.isDark();\r\n }\r\n /**\r\n * Returns the perceived brightness of the color, from 0-255.\r\n */\r\n getBrightness() {\r\n // http://www.w3.org/TR/AERT#color-contrast\r\n const rgb = this.toRgb();\r\n return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;\r\n }\r\n /**\r\n * Returns the perceived luminance of a color, from 0-1.\r\n */\r\n getLuminance() {\r\n // http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef\r\n const rgb = this.toRgb();\r\n let R;\r\n let G;\r\n let B;\r\n const RsRGB = rgb.r / 255;\r\n const GsRGB = rgb.g / 255;\r\n const BsRGB = rgb.b / 255;\r\n if (RsRGB <= 0.03928) {\r\n R = RsRGB / 12.92;\r\n }\r\n else {\r\n // eslint-disable-next-line prefer-exponentiation-operator\r\n R = Math.pow((RsRGB + 0.055) / 1.055, 2.4);\r\n }\r\n if (GsRGB <= 0.03928) {\r\n G = GsRGB / 12.92;\r\n }\r\n else {\r\n // eslint-disable-next-line prefer-exponentiation-operator\r\n G = Math.pow((GsRGB + 0.055) / 1.055, 2.4);\r\n }\r\n if (BsRGB <= 0.03928) {\r\n B = BsRGB / 12.92;\r\n }\r\n else {\r\n // eslint-disable-next-line prefer-exponentiation-operator\r\n B = Math.pow((BsRGB + 0.055) / 1.055, 2.4);\r\n }\r\n return 0.2126 * R + 0.7152 * G + 0.0722 * B;\r\n }\r\n /**\r\n * Returns the alpha value of a color, from 0-1.\r\n */\r\n getAlpha() {\r\n return this.a;\r\n }\r\n /**\r\n * Sets the alpha value on the current color.\r\n *\r\n * @param alpha - The new alpha value. The accepted range is 0-1.\r\n */\r\n setAlpha(alpha) {\r\n this.a = boundAlpha(alpha);\r\n this.roundA = Math.round(100 * this.a) / 100;\r\n return this;\r\n }\r\n /**\r\n * Returns whether the color is monochrome.\r\n */\r\n isMonochrome() {\r\n const { s } = this.toHsl();\r\n return s === 0;\r\n }\r\n /**\r\n * Returns the object as a HSVA object.\r\n */\r\n toHsv() {\r\n const hsv = rgbToHsv(this.r, this.g, this.b);\r\n return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this.a };\r\n }\r\n /**\r\n * Returns the hsva values interpolated into a string with the following format:\r\n * \"hsva(xxx, xxx, xxx, xx)\".\r\n */\r\n toHsvString() {\r\n const hsv = rgbToHsv(this.r, this.g, this.b);\r\n const h = Math.round(hsv.h * 360);\r\n const s = Math.round(hsv.s * 100);\r\n const v = Math.round(hsv.v * 100);\r\n return this.a === 1 ? `hsv(${h}, ${s}%, ${v}%)` : `hsva(${h}, ${s}%, ${v}%, ${this.roundA})`;\r\n }\r\n /**\r\n * Returns the object as a HSLA object.\r\n */\r\n toHsl() {\r\n const hsl = rgbToHsl(this.r, this.g, this.b);\r\n return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this.a };\r\n }\r\n /**\r\n * Returns the hsla values interpolated into a string with the following format:\r\n * \"hsla(xxx, xxx, xxx, xx)\".\r\n */\r\n toHslString() {\r\n const hsl = rgbToHsl(this.r, this.g, this.b);\r\n const h = Math.round(hsl.h * 360);\r\n const s = Math.round(hsl.s * 100);\r\n const l = Math.round(hsl.l * 100);\r\n return this.a === 1 ? `hsl(${h}, ${s}%, ${l}%)` : `hsla(${h}, ${s}%, ${l}%, ${this.roundA})`;\r\n }\r\n /**\r\n * Returns the hex value of the color.\r\n * @param allow3Char will shorten hex value to 3 char if possible\r\n */\r\n toHex(allow3Char = false) {\r\n return rgbToHex(this.r, this.g, this.b, allow3Char);\r\n }\r\n /**\r\n * Returns the hex value of the color -with a # prefixed.\r\n * @param allow3Char will shorten hex value to 3 char if possible\r\n */\r\n toHexString(allow3Char = false) {\r\n return '#' + this.toHex(allow3Char);\r\n }\r\n /**\r\n * Returns the hex 8 value of the color.\r\n * @param allow4Char will shorten hex value to 4 char if possible\r\n */\r\n toHex8(allow4Char = false) {\r\n return rgbaToHex(this.r, this.g, this.b, this.a, allow4Char);\r\n }\r\n /**\r\n * Returns the hex 8 value of the color -with a # prefixed.\r\n * @param allow4Char will shorten hex value to 4 char if possible\r\n */\r\n toHex8String(allow4Char = false) {\r\n return '#' + this.toHex8(allow4Char);\r\n }\r\n /**\r\n * Returns the shorter hex value of the color depends on its alpha -with a # prefixed.\r\n * @param allowShortChar will shorten hex value to 3 or 4 char if possible\r\n */\r\n toHexShortString(allowShortChar = false) {\r\n return this.a === 1 ? this.toHexString(allowShortChar) : this.toHex8String(allowShortChar);\r\n }\r\n /**\r\n * Returns the object as a RGBA object.\r\n */\r\n toRgb() {\r\n return {\r\n r: Math.round(this.r),\r\n g: Math.round(this.g),\r\n b: Math.round(this.b),\r\n a: this.a,\r\n };\r\n }\r\n /**\r\n * Returns the RGBA values interpolated into a string with the following format:\r\n * \"RGBA(xxx, xxx, xxx, xx)\".\r\n */\r\n toRgbString() {\r\n const r = Math.round(this.r);\r\n const g = Math.round(this.g);\r\n const b = Math.round(this.b);\r\n return this.a === 1 ? `rgb(${r}, ${g}, ${b})` : `rgba(${r}, ${g}, ${b}, ${this.roundA})`;\r\n }\r\n /**\r\n * Returns the object as a RGBA object.\r\n */\r\n toPercentageRgb() {\r\n const fmt = (x) => `${Math.round(bound01(x, 255) * 100)}%`;\r\n return {\r\n r: fmt(this.r),\r\n g: fmt(this.g),\r\n b: fmt(this.b),\r\n a: this.a,\r\n };\r\n }\r\n /**\r\n * Returns the RGBA relative values interpolated into a string\r\n */\r\n toPercentageRgbString() {\r\n const rnd = (x) => Math.round(bound01(x, 255) * 100);\r\n return this.a === 1\r\n ? `rgb(${rnd(this.r)}%, ${rnd(this.g)}%, ${rnd(this.b)}%)`\r\n : `rgba(${rnd(this.r)}%, ${rnd(this.g)}%, ${rnd(this.b)}%, ${this.roundA})`;\r\n }\r\n toCmyk() {\r\n return {\r\n ...rgbToCmyk(this.r, this.g, this.b),\r\n };\r\n }\r\n toCmykString() {\r\n const { c, m, y, k } = rgbToCmyk(this.r, this.g, this.b);\r\n return `cmyk(${c}, ${m}, ${y}, ${k})`;\r\n }\r\n /**\r\n * The 'real' name of the color -if there is one.\r\n */\r\n toName() {\r\n if (this.a === 0) {\r\n return 'transparent';\r\n }\r\n if (this.a < 1) {\r\n return false;\r\n }\r\n const hex = '#' + rgbToHex(this.r, this.g, this.b, false);\r\n for (const [key, value] of Object.entries(names)) {\r\n if (hex === value) {\r\n return key;\r\n }\r\n }\r\n return false;\r\n }\r\n toString(format) {\r\n const formatSet = Boolean(format);\r\n format = format ?? this.format;\r\n let formattedString = false;\r\n const hasAlpha = this.a < 1 && this.a >= 0;\r\n const needsAlphaFormat = !formatSet && hasAlpha && (format.startsWith('hex') || format === 'name');\r\n if (needsAlphaFormat) {\r\n // Special case for \"transparent\", all other non-alpha formats\r\n // will return rgba when there is transparency.\r\n if (format === 'name' && this.a === 0) {\r\n return this.toName();\r\n }\r\n return this.toRgbString();\r\n }\r\n if (format === 'rgb') {\r\n formattedString = this.toRgbString();\r\n }\r\n if (format === 'prgb') {\r\n formattedString = this.toPercentageRgbString();\r\n }\r\n if (format === 'hex' || format === 'hex6') {\r\n formattedString = this.toHexString();\r\n }\r\n if (format === 'hex3') {\r\n formattedString = this.toHexString(true);\r\n }\r\n if (format === 'hex4') {\r\n formattedString = this.toHex8String(true);\r\n }\r\n if (format === 'hex8') {\r\n formattedString = this.toHex8String();\r\n }\r\n if (format === 'name') {\r\n formattedString = this.toName();\r\n }\r\n if (format === 'hsl') {\r\n formattedString = this.toHslString();\r\n }\r\n if (format === 'hsv') {\r\n formattedString = this.toHsvString();\r\n }\r\n if (format === 'cmyk') {\r\n formattedString = this.toCmykString();\r\n }\r\n return formattedString || this.toHexString();\r\n }\r\n toNumber() {\r\n return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);\r\n }\r\n clone() {\r\n return new TinyColor(this.toString());\r\n }\r\n /**\r\n * Lighten the color a given amount. Providing 100 will always return white.\r\n * @param amount - valid between 1-100\r\n */\r\n lighten(amount = 10) {\r\n const hsl = this.toHsl();\r\n hsl.l += amount / 100;\r\n hsl.l = clamp01(hsl.l);\r\n return new TinyColor(hsl);\r\n }\r\n /**\r\n * Brighten the color a given amount, from 0 to 100.\r\n * @param amount - valid between 1-100\r\n */\r\n brighten(amount = 10) {\r\n const rgb = this.toRgb();\r\n rgb.r = Math.max(0, Math.min(255, rgb.r - Math.round(255 * -(amount / 100))));\r\n rgb.g = Math.max(0, Math.min(255, rgb.g - Math.round(255 * -(amount / 100))));\r\n rgb.b = Math.max(0, Math.min(255, rgb.b - Math.round(255 * -(amount / 100))));\r\n return new TinyColor(rgb);\r\n }\r\n /**\r\n * Darken the color a given amount, from 0 to 100.\r\n * Providing 100 will always return black.\r\n * @param amount - valid between 1-100\r\n */\r\n darken(amount = 10) {\r\n const hsl = this.toHsl();\r\n hsl.l -= amount / 100;\r\n hsl.l = clamp01(hsl.l);\r\n return new TinyColor(hsl);\r\n }\r\n /**\r\n * Mix the color with pure white, from 0 to 100.\r\n * Providing 0 will do nothing, providing 100 will always return white.\r\n * @param amount - valid between 1-100\r\n */\r\n tint(amount = 10) {\r\n return this.mix('white', amount);\r\n }\r\n /**\r\n * Mix the color with pure black, from 0 to 100.\r\n * Providing 0 will do nothing, providing 100 will always return black.\r\n * @param amount - valid between 1-100\r\n */\r\n shade(amount = 10) {\r\n return this.mix('black', amount);\r\n }\r\n /**\r\n * Desaturate the color a given amount, from 0 to 100.\r\n * Providing 100 will is the same as calling greyscale\r\n * @param amount - valid between 1-100\r\n */\r\n desaturate(amount = 10) {\r\n const hsl = this.toHsl();\r\n hsl.s -= amount / 100;\r\n hsl.s = clamp01(hsl.s);\r\n return new TinyColor(hsl);\r\n }\r\n /**\r\n * Saturate the color a given amount, from 0 to 100.\r\n * @param amount - valid between 1-100\r\n */\r\n saturate(amount = 10) {\r\n const hsl = this.toHsl();\r\n hsl.s += amount / 100;\r\n hsl.s = clamp01(hsl.s);\r\n return new TinyColor(hsl);\r\n }\r\n /**\r\n * Completely desaturates a color into greyscale.\r\n * Same as calling `desaturate(100)`\r\n */\r\n greyscale() {\r\n return this.desaturate(100);\r\n }\r\n /**\r\n * Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.\r\n * Values outside of this range will be wrapped into this range.\r\n */\r\n spin(amount) {\r\n const hsl = this.toHsl();\r\n const hue = (hsl.h + amount) % 360;\r\n hsl.h = hue < 0 ? 360 + hue : hue;\r\n return new TinyColor(hsl);\r\n }\r\n /**\r\n * Mix the current color a given amount with another color, from 0 to 100.\r\n * 0 means no mixing (return current color).\r\n */\r\n mix(color, amount = 50) {\r\n const rgb1 = this.toRgb();\r\n const rgb2 = new TinyColor(color).toRgb();\r\n const p = amount / 100;\r\n const rgba = {\r\n r: (rgb2.r - rgb1.r) * p + rgb1.r,\r\n g: (rgb2.g - rgb1.g) * p + rgb1.g,\r\n b: (rgb2.b - rgb1.b) * p + rgb1.b,\r\n a: (rgb2.a - rgb1.a) * p + rgb1.a,\r\n };\r\n return new TinyColor(rgba);\r\n }\r\n analogous(results = 6, slices = 30) {\r\n const hsl = this.toHsl();\r\n const part = 360 / slices;\r\n const ret = [this];\r\n for (hsl.h = (hsl.h - ((part * results) >> 1) + 720) % 360; --results;) {\r\n hsl.h = (hsl.h + part) % 360;\r\n ret.push(new TinyColor(hsl));\r\n }\r\n return ret;\r\n }\r\n /**\r\n * taken from https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js\r\n */\r\n complement() {\r\n const hsl = this.toHsl();\r\n hsl.h = (hsl.h + 180) % 360;\r\n return new TinyColor(hsl);\r\n }\r\n monochromatic(results = 6) {\r\n const hsv = this.toHsv();\r\n const { h } = hsv;\r\n const { s } = hsv;\r\n let { v } = hsv;\r\n const res = [];\r\n const modification = 1 / results;\r\n while (results--) {\r\n res.push(new TinyColor({ h, s, v }));\r\n v = (v + modification) % 1;\r\n }\r\n return res;\r\n }\r\n splitcomplement() {\r\n const hsl = this.toHsl();\r\n const { h } = hsl;\r\n return [\r\n this,\r\n new TinyColor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l }),\r\n new TinyColor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l }),\r\n ];\r\n }\r\n /**\r\n * Compute how the color would appear on a background\r\n */\r\n onBackground(background) {\r\n const fg = this.toRgb();\r\n const bg = new TinyColor(background).toRgb();\r\n const alpha = fg.a + bg.a * (1 - fg.a);\r\n return new TinyColor({\r\n r: (fg.r * fg.a + bg.r * bg.a * (1 - fg.a)) / alpha,\r\n g: (fg.g * fg.a + bg.g * bg.a * (1 - fg.a)) / alpha,\r\n b: (fg.b * fg.a + bg.b * bg.a * (1 - fg.a)) / alpha,\r\n a: alpha,\r\n });\r\n }\r\n /**\r\n * Alias for `polyad(3)`\r\n */\r\n triad() {\r\n return this.polyad(3);\r\n }\r\n /**\r\n * Alias for `polyad(4)`\r\n */\r\n tetrad() {\r\n return this.polyad(4);\r\n }\r\n /**\r\n * Get polyad colors, like (for 1, 2, 3, 4, 5, 6, 7, 8, etc...)\r\n * monad, dyad, triad, tetrad, pentad, hexad, heptad, octad, etc...\r\n */\r\n polyad(n) {\r\n const hsl = this.toHsl();\r\n const { h } = hsl;\r\n const result = [this];\r\n const increment = 360 / n;\r\n for (let i = 1; i < n; i++) {\r\n result.push(new TinyColor({ h: (h + i * increment) % 360, s: hsl.s, l: hsl.l }));\r\n }\r\n return result;\r\n }\r\n /**\r\n * compare color vs current color\r\n */\r\n equals(color) {\r\n const comparedColor = new TinyColor(color);\r\n /**\r\n * RGB and CMYK do not have the same color gamut, so a CMYK conversion will never be 100%.\r\n * This means we need to compare CMYK to CMYK to ensure accuracy of the equals function.\r\n */\r\n if (this.format === 'cmyk' || comparedColor.format === 'cmyk') {\r\n return this.toCmykString() === comparedColor.toCmykString();\r\n }\r\n return this.toRgbString() === comparedColor.toRgbString();\r\n }\r\n}\r\n", "import { TinyColor } from './index.js';\r\n// Readability Functions\r\n// ---------------------\r\n// false\r\n * new TinyColor().isReadable('#000', '#111', { level: 'AA', size: 'large' }) => false\r\n * ```\r\n */\r\nexport function isReadable(color1, color2, wcag2 = { level: 'AA', size: 'small' }) {\r\n const readabilityLevel = readability(color1, color2);\r\n switch ((wcag2.level ?? 'AA') + (wcag2.size ?? 'small')) {\r\n case 'AAsmall':\r\n case 'AAAlarge':\r\n return readabilityLevel >= 4.5;\r\n case 'AAlarge':\r\n return readabilityLevel >= 3;\r\n case 'AAAsmall':\r\n return readabilityLevel >= 7;\r\n default:\r\n return false;\r\n }\r\n}\r\n/**\r\n * Given a base color and a list of possible foreground or background\r\n * colors for that base, returns the most readable color.\r\n * Optionally returns Black or White if the most readable color is unreadable.\r\n *\r\n * @param baseColor - the base color.\r\n * @param colorList - array of colors to pick the most readable one from.\r\n * @param args - and object with extra arguments\r\n *\r\n * Example\r\n * ```ts\r\n * new TinyColor().mostReadable('#123', ['#124\", \"#125'], { includeFallbackColors: false }).toHexString(); // \"#112255\"\r\n * new TinyColor().mostReadable('#123', ['#124\", \"#125'],{ includeFallbackColors: true }).toHexString(); // \"#ffffff\"\r\n * new TinyColor().mostReadable('#a8015a', [\"#faf3f3\"], { includeFallbackColors:true, level: 'AAA', size: 'large' }).toHexString(); // \"#faf3f3\"\r\n * new TinyColor().mostReadable('#a8015a', [\"#faf3f3\"], { includeFallbackColors:true, level: 'AAA', size: 'small' }).toHexString(); // \"#ffffff\"\r\n * ```\r\n */\r\nexport function mostReadable(baseColor, colorList, args = { includeFallbackColors: false, level: 'AA', size: 'small' }) {\r\n let bestColor = null;\r\n let bestScore = 0;\r\n const { includeFallbackColors, level, size } = args;\r\n for (const color of colorList) {\r\n const score = readability(baseColor, color);\r\n if (score > bestScore) {\r\n bestScore = score;\r\n bestColor = new TinyColor(color);\r\n }\r\n }\r\n if (isReadable(baseColor, bestColor, { level, size }) || !includeFallbackColors) {\r\n return bestColor;\r\n }\r\n args.includeFallbackColors = false;\r\n return mostReadable(baseColor, ['#fff', '#000'], args);\r\n}\r\n", "import { rgbaToArgbHex } from './conversion.js';\r\nimport { TinyColor } from './index.js';\r\n/**\r\n * Returns the color represented as a Microsoft filter for use in old versions of IE.\r\n */\r\nexport function toMsFilter(firstColor, secondColor) {\r\n const color = new TinyColor(firstColor);\r\n const hex8String = '#' + rgbaToArgbHex(color.r, color.g, color.b, color.a);\r\n let secondHex8String = hex8String;\r\n const gradientType = color.gradientType ? 'GradientType = 1, ' : '';\r\n if (secondColor) {\r\n const s = new TinyColor(secondColor);\r\n secondHex8String = '#' + rgbaToArgbHex(s.r, s.g, s.b, s.a);\r\n }\r\n return `progid:DXImageTransform.Microsoft.gradient(${gradientType}startColorstr=${hex8String},endColorstr=${secondHex8String})`;\r\n}\r\n", "import { TinyColor } from './index.js';\r\nimport { convertToPercentage } from './util.js';\r\n/**\r\n * If input is an object, force 1 into \"1.0\" to handle ratios properly\r\n * String input requires \"1.0\" as input, so 1 will be treated as 1\r\n */\r\nexport function fromRatio(ratio, opts) {\r\n const newColor = {\r\n r: convertToPercentage(ratio.r),\r\n g: convertToPercentage(ratio.g),\r\n b: convertToPercentage(ratio.b),\r\n };\r\n if (ratio.a !== undefined) {\r\n newColor.a = Number(ratio.a);\r\n }\r\n return new TinyColor(newColor, opts);\r\n}\r\n/** old random function */\r\nexport function legacyRandom() {\r\n return new TinyColor({\r\n r: Math.random(),\r\n g: Math.random(),\r\n b: Math.random(),\r\n });\r\n}\r\n", "// randomColor by David Merfield under the CC0 license\r\n// https://github.com/davidmerfield/randomColor/\r\nimport { TinyColor } from './index.js';\r\nexport function random(options = {}) {\r\n // Check if we need to generate multiple colors\r\n if (options.count !== undefined &&\r\n options.count !== null) {\r\n const totalColors = options.count;\r\n const colors = [];\r\n options.count = undefined;\r\n while (totalColors > colors.length) {\r\n // Since we're generating multiple colors,\r\n // incremement the seed. Otherwise we'd just\r\n // generate the same color each time...\r\n options.count = null;\r\n if (options.seed) {\r\n options.seed += 1;\r\n }\r\n colors.push(random(options));\r\n }\r\n options.count = totalColors;\r\n return colors;\r\n }\r\n // First we pick a hue (H)\r\n const h = pickHue(options.hue, options.seed);\r\n // Then use H to determine saturation (S)\r\n const s = pickSaturation(h, options);\r\n // Then use S and H to determine brightness (B).\r\n const v = pickBrightness(h, s, options);\r\n const res = { h, s, v };\r\n if (options.alpha !== undefined) {\r\n res.a = options.alpha;\r\n }\r\n // Then we return the HSB color in the desired format\r\n return new TinyColor(res);\r\n}\r\nfunction pickHue(hue, seed) {\r\n const hueRange = getHueRange(hue);\r\n let res = randomWithin(hueRange, seed);\r\n // Instead of storing red as two seperate ranges,\r\n // we group them, using negative numbers\r\n if (res < 0) {\r\n res = 360 + res;\r\n }\r\n return res;\r\n}\r\nfunction pickSaturation(hue, options) {\r\n if (options.hue === 'monochrome') {\r\n return 0;\r\n }\r\n if (options.luminosity === 'random') {\r\n return randomWithin([0, 100], options.seed);\r\n }\r\n const { saturationRange } = getColorInfo(hue);\r\n let sMin = saturationRange[0];\r\n let sMax = saturationRange[1];\r\n switch (options.luminosity) {\r\n case 'bright':\r\n sMin = 55;\r\n break;\r\n case 'dark':\r\n sMin = sMax - 10;\r\n break;\r\n case 'light':\r\n sMax = 55;\r\n break;\r\n default:\r\n break;\r\n }\r\n return randomWithin([sMin, sMax], options.seed);\r\n}\r\nfunction pickBrightness(H, S, options) {\r\n let bMin = getMinimumBrightness(H, S);\r\n let bMax = 100;\r\n switch (options.luminosity) {\r\n case 'dark':\r\n bMax = bMin + 20;\r\n break;\r\n case 'light':\r\n bMin = (bMax + bMin) / 2;\r\n break;\r\n case 'random':\r\n bMin = 0;\r\n bMax = 100;\r\n break;\r\n default:\r\n break;\r\n }\r\n return randomWithin([bMin, bMax], options.seed);\r\n}\r\nfunction getMinimumBrightness(H, S) {\r\n const { lowerBounds } = getColorInfo(H);\r\n for (let i = 0; i < lowerBounds.length - 1; i++) {\r\n const s1 = lowerBounds[i][0];\r\n const v1 = lowerBounds[i][1];\r\n const s2 = lowerBounds[i + 1][0];\r\n const v2 = lowerBounds[i + 1][1];\r\n if (S >= s1 && S <= s2) {\r\n const m = (v2 - v1) / (s2 - s1);\r\n const b = v1 - m * s1;\r\n return m * S + b;\r\n }\r\n }\r\n return 0;\r\n}\r\nfunction getHueRange(colorInput) {\r\n const num = parseInt(colorInput, 10);\r\n if (!Number.isNaN(num) && num < 360 && num > 0) {\r\n return [num, num];\r\n }\r\n if (typeof colorInput === 'string') {\r\n const namedColor = bounds.find(n => n.name === colorInput);\r\n if (namedColor) {\r\n const color = defineColor(namedColor);\r\n if (color.hueRange) {\r\n return color.hueRange;\r\n }\r\n }\r\n const parsed = new TinyColor(colorInput);\r\n if (parsed.isValid) {\r\n const hue = parsed.toHsv().h;\r\n return [hue, hue];\r\n }\r\n }\r\n return [0, 360];\r\n}\r\nfunction getColorInfo(hue) {\r\n // Maps red colors to make picking hue easier\r\n if (hue >= 334 && hue <= 360) {\r\n hue -= 360;\r\n }\r\n for (const bound of bounds) {\r\n const color = defineColor(bound);\r\n if (color.hueRange && hue >= color.hueRange[0] && hue <= color.hueRange[1]) {\r\n return color;\r\n }\r\n }\r\n throw Error('Color not found');\r\n}\r\nfunction randomWithin(range, seed) {\r\n if (seed === undefined) {\r\n return Math.floor(range[0] + Math.random() * (range[1] + 1 - range[0]));\r\n }\r\n // Seeded random algorithm from http://indiegamr.com/generate-repeatable-random-numbers-in-js/\r\n const max = range[1] || 1;\r\n const min = range[0] || 0;\r\n seed = (seed * 9301 + 49297) % 233280;\r\n const rnd = seed / 233280.0;\r\n return Math.floor(min + rnd * (max - min));\r\n}\r\nfunction defineColor(bound) {\r\n const sMin = bound.lowerBounds[0][0];\r\n const sMax = bound.lowerBounds[bound.lowerBounds.length - 1][0];\r\n const bMin = bound.lowerBounds[bound.lowerBounds.length - 1][1];\r\n const bMax = bound.lowerBounds[0][1];\r\n return {\r\n name: bound.name,\r\n hueRange: bound.hueRange,\r\n lowerBounds: bound.lowerBounds,\r\n saturationRange: [sMin, sMax],\r\n brightnessRange: [bMin, bMax],\r\n };\r\n}\r\n/**\r\n * @hidden\r\n */\r\nexport const bounds = [\r\n {\r\n name: 'monochrome',\r\n hueRange: null,\r\n lowerBounds: [\r\n [0, 0],\r\n [100, 0],\r\n ],\r\n },\r\n {\r\n name: 'red',\r\n hueRange: [-26, 18],\r\n lowerBounds: [\r\n [20, 100],\r\n [30, 92],\r\n [40, 89],\r\n [50, 85],\r\n [60, 78],\r\n [70, 70],\r\n [80, 60],\r\n [90, 55],\r\n [100, 50],\r\n ],\r\n },\r\n {\r\n name: 'orange',\r\n hueRange: [19, 46],\r\n lowerBounds: [\r\n [20, 100],\r\n [30, 93],\r\n [40, 88],\r\n [50, 86],\r\n [60, 85],\r\n [70, 70],\r\n [100, 70],\r\n ],\r\n },\r\n {\r\n name: 'yellow',\r\n hueRange: [47, 62],\r\n lowerBounds: [\r\n [25, 100],\r\n [40, 94],\r\n [50, 89],\r\n [60, 86],\r\n [70, 84],\r\n [80, 82],\r\n [90, 80],\r\n [100, 75],\r\n ],\r\n },\r\n {\r\n name: 'green',\r\n hueRange: [63, 178],\r\n lowerBounds: [\r\n [30, 100],\r\n [40, 90],\r\n [50, 85],\r\n [60, 81],\r\n [70, 74],\r\n [80, 64],\r\n [90, 50],\r\n [100, 40],\r\n ],\r\n },\r\n {\r\n name: 'blue',\r\n hueRange: [179, 257],\r\n lowerBounds: [\r\n [20, 100],\r\n [30, 86],\r\n [40, 80],\r\n [50, 74],\r\n [60, 60],\r\n [70, 52],\r\n [80, 44],\r\n [90, 39],\r\n [100, 35],\r\n ],\r\n },\r\n {\r\n name: 'purple',\r\n hueRange: [258, 282],\r\n lowerBounds: [\r\n [20, 100],\r\n [30, 87],\r\n [40, 79],\r\n [50, 70],\r\n [60, 65],\r\n [70, 59],\r\n [80, 52],\r\n [90, 45],\r\n [100, 42],\r\n ],\r\n },\r\n {\r\n name: 'pink',\r\n hueRange: [283, 334],\r\n lowerBounds: [\r\n [20, 100],\r\n [30, 90],\r\n [40, 86],\r\n [60, 84],\r\n [80, 80],\r\n [90, 75],\r\n [100, 73],\r\n ],\r\n },\r\n];\r\n", "export {};\r\n", "export * from './index.js';\r\nexport * from './css-color-names.js';\r\nexport * from './readability.js';\r\nexport * from './to-ms-filter.js';\r\nexport * from './from-ratio.js';\r\nexport * from './format-input.js';\r\nexport * from './random.js';\r\nexport * from './interfaces.js';\r\nexport * from './conversion.js';\r\n", "var __create = Object.create;\r\nvar __defProp = Object.defineProperty;\r\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\r\nvar __getOwnPropNames = Object.getOwnPropertyNames;\r\nvar __getProtoOf = Object.getPrototypeOf;\r\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\r\nvar __export = (target, all) => {\r\n for (var name in all)\r\n __defProp(target, name, { get: all[name], enumerable: true });\r\n};\r\nvar __copyProps = (to, from, except, desc) => {\r\n if (from && typeof from === \"object\" || typeof from === \"function\") {\r\n for (let key of __getOwnPropNames(from))\r\n if (!__hasOwnProp.call(to, key) && key !== except)\r\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\r\n }\r\n return to;\r\n};\r\nvar __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(\r\n // If the importer is in node compatibility mode or this is not an ESM\r\n // file that has been converted to a CommonJS file using a Babel-\r\n // compatible transform (i.e. \"__esModule\" has not been set), then set\r\n // \"default\" to the CommonJS \"module.exports\" for node compatibility.\r\n isNodeMode || !mod || !mod.__esModule ? __defProp(target, \"default\", { value: mod, enumerable: true }) : target,\r\n mod\r\n));\r\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\r\n\r\n// src/index.ts\r\nvar src_exports = {};\r\n__export(src_exports, {\r\n createFireworks: () => createFireworks,\r\n getCoordsFromEvent: () => getCoordsFromEvent,\r\n setCanvasSize: () => setCanvasSize\r\n});\r\nmodule.exports = __toCommonJS(src_exports);\r\nvar import_animejs = __toESM(require(\"animejs\"));\r\nvar import_tinycolor = require(\"@ctrl/tinycolor\");\r\nfunction getCoordsFromEvent(e) {\r\n const pointerX = \"clientX\" in e ? e.clientX : e.touches[0] ? e.touches[0].clientX : e.changedTouches[0].clientX;\r\n const pointerY = \"clientY\" in e ? e.clientY : e.touches[0] ? e.touches[0].clientY : e.changedTouches[0].clientY;\r\n return {\r\n x: pointerX,\r\n y: pointerY\r\n };\r\n}\r\nfunction setCanvasSize(canvasEl, width = window.innerWidth, height = window.innerHeight) {\r\n canvasEl.width = width;\r\n canvasEl.height = height;\r\n canvasEl.style.width = `${width}px`;\r\n canvasEl.style.height = `${height}px`;\r\n}\r\nfunction createFireworks(config) {\r\n const {\r\n selector = \"canvas.fireworks\",\r\n // sky blue\r\n numberOfParticles = 20,\r\n circleRadius = {\r\n min: 10,\r\n max: 20\r\n },\r\n diffuseRadius = {\r\n min: 50,\r\n max: 100\r\n },\r\n orbitRadius = {\r\n min: 50,\r\n max: 100\r\n },\r\n animeDuration = {\r\n min: 900,\r\n max: 1500\r\n }\r\n } = config;\r\n const colors = config.colors && config.colors.length > 0 ? config.colors : [\"#66A7DD\", \"#3E83E1\", \"#214EC2\"];\r\n const canvasEl = document.querySelector(selector);\r\n const ctx = canvasEl.getContext(\"2d\");\r\n if (!ctx)\r\n return;\r\n function setParticleDirection(p) {\r\n const angle = import_animejs.default.random(0, 360) * Math.PI / 180;\r\n const value = import_animejs.default.random(\r\n diffuseRadius.min,\r\n diffuseRadius.max\r\n );\r\n const radius = [-1, 1][import_animejs.default.random(0, 1)] * value;\r\n return {\r\n x: p.x + radius * Math.cos(angle),\r\n y: p.y + radius * Math.sin(angle)\r\n };\r\n }\r\n function createParticle(x, y) {\r\n const tinyColor = new import_tinycolor.TinyColor(colors[import_animejs.default.random(0, colors.length - 1)]);\r\n tinyColor.setAlpha(import_animejs.default.random(0.2, 0.8));\r\n const p = {\r\n x,\r\n y,\r\n color: tinyColor.toRgbString(),\r\n radius: import_animejs.default.random(circleRadius.min, circleRadius.max),\r\n endPos: setParticleDirection({ x, y }),\r\n draw: () => {\r\n }\r\n };\r\n p.draw = function() {\r\n if (!ctx)\r\n return;\r\n ctx.beginPath();\r\n ctx.arc(p.x, p.y, p.radius, 0, 2 * Math.PI, true);\r\n ctx.fillStyle = p.color;\r\n ctx.fill();\r\n };\r\n return p;\r\n }\r\n function createCircle(x, y) {\r\n const p = {\r\n x,\r\n y,\r\n color: \"#000\",\r\n radius: 0.1,\r\n alpha: 0.5,\r\n lineWidth: 6,\r\n draw() {\r\n }\r\n };\r\n p.draw = () => {\r\n if (!ctx)\r\n return;\r\n ctx.globalAlpha = p.alpha;\r\n ctx.beginPath();\r\n ctx.arc(p.x, p.y, p.radius, 0, 2 * Math.PI, true);\r\n ctx.lineWidth = p.lineWidth;\r\n ctx.strokeStyle = p.color;\r\n ctx.stroke();\r\n ctx.globalAlpha = 1;\r\n };\r\n return p;\r\n }\r\n function renderParticle(anim) {\r\n for (let i = 0; i < anim.animatables.length; i++) {\r\n const target = anim.animatables[i].target;\r\n target.draw();\r\n }\r\n }\r\n function animateParticles(pos) {\r\n const { x, y } = pos;\r\n const circle = createCircle(x, y);\r\n const particles = [];\r\n for (let i = 0; i < numberOfParticles; i++)\r\n particles.push(createParticle(x, y));\r\n import_animejs.default.timeline().add({\r\n targets: particles,\r\n x(p) {\r\n return p.endPos.x;\r\n },\r\n y(p) {\r\n return p.endPos.y;\r\n },\r\n radius: 0.1,\r\n duration: import_animejs.default.random(\r\n animeDuration.min,\r\n animeDuration.max\r\n ),\r\n easing: \"easeOutExpo\",\r\n update: renderParticle\r\n }).add(\r\n {\r\n targets: circle,\r\n radius: import_animejs.default.random(orbitRadius.min, orbitRadius.max),\r\n lineWidth: 0,\r\n alpha: {\r\n value: 0,\r\n easing: \"linear\",\r\n duration: import_animejs.default.random(600, 800)\r\n },\r\n duration: import_animejs.default.random(1200, 1800),\r\n easing: \"easeOutExpo\",\r\n update: renderParticle\r\n },\r\n 0\r\n );\r\n }\r\n const render = (0, import_animejs.default)({\r\n duration: Number.POSITIVE_INFINITY,\r\n update: () => {\r\n ctx.clearRect(0, 0, canvasEl.width, canvasEl.height);\r\n }\r\n });\r\n document.addEventListener(\r\n \"mousedown\",\r\n (e) => {\r\n render.play();\r\n const pos = getCoordsFromEvent(e);\r\n const rect = canvasEl.getBoundingClientRect();\r\n animateParticles({\r\n x: pos.x - rect.left,\r\n y: pos.y - rect.top\r\n });\r\n },\r\n false\r\n );\r\n setCanvasSize(canvasEl);\r\n window.addEventListener(\r\n \"resize\",\r\n () => {\r\n setCanvasSize(canvasEl);\r\n },\r\n false\r\n );\r\n}\r\n// Annotate the CommonJS export names for ESM import in node:\r\n0 && (module.exports = {\r\n createFireworks,\r\n getCoordsFromEvent,\r\n setCanvasSize\r\n});\r\n"], + "sourcesContent": ["/**\n * Take input from [0, n] and return it as [0, 1]\n * @hidden\n */\nexport function bound01(n, max) {\n if (isOnePointZero(n)) {\n n = '100%';\n }\n const isPercent = isPercentage(n);\n n = max === 360 ? n : Math.min(max, Math.max(0, parseFloat(n)));\n // Automatically convert percentage into number\n if (isPercent) {\n n = parseInt(String(n * max), 10) / 100;\n }\n // Handle floating point rounding errors\n if (Math.abs(n - max) < 0.000001) {\n return 1;\n }\n // Convert into [0, 1] range if it isn't already\n if (max === 360) {\n // If n is a hue given in degrees,\n // wrap around out-of-range values into [0, 360] range\n // then convert into [0, 1].\n n = (n < 0 ? (n % max) + max : n % max) / parseFloat(String(max));\n }\n else {\n // If n not a hue given in degrees\n // Convert into [0, 1] range if it isn't already.\n n = (n % max) / parseFloat(String(max));\n }\n return n;\n}\n/**\n * Force a number between 0 and 1\n * @hidden\n */\nexport function clamp01(val) {\n return Math.min(1, Math.max(0, val));\n}\n/**\n * Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1\n * \n * @hidden\n */\nexport function isOnePointZero(n) {\n return typeof n === 'string' && n.indexOf('.') !== -1 && parseFloat(n) === 1;\n}\n/**\n * Check to see if string passed in is a percentage\n * @hidden\n */\nexport function isPercentage(n) {\n return typeof n === 'string' && n.indexOf('%') !== -1;\n}\n/**\n * Return a valid alpha value [0,1] with all invalid values being set to 1\n * @hidden\n */\nexport function boundAlpha(a) {\n a = parseFloat(a);\n if (isNaN(a) || a < 0 || a > 1) {\n a = 1;\n }\n return a;\n}\n/**\n * Replace a decimal with it's percentage value\n * @hidden\n */\nexport function convertToPercentage(n) {\n if (Number(n) <= 1) {\n return `${Number(n) * 100}%`;\n }\n return n;\n}\n/**\n * Force a hex value to have 2 characters\n * @hidden\n */\nexport function pad2(c) {\n return c.length === 1 ? '0' + c : String(c);\n}\n", "import { bound01, pad2 } from './util.js';\n// `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:\n// \n/**\n * Handle bounds / percentage checking to conform to CSS color spec\n * \n * *Assumes:* r, g, b in [0, 255] or [0, 1]\n * *Returns:* { r, g, b } in [0, 255]\n */\nexport function rgbToRgb(r, g, b) {\n return {\n r: bound01(r, 255) * 255,\n g: bound01(g, 255) * 255,\n b: bound01(b, 255) * 255,\n };\n}\n/**\n * Converts an RGB color value to HSL.\n * *Assumes:* r, g, and b are contained in [0, 255] or [0, 1]\n * *Returns:* { h, s, l } in [0,1]\n */\nexport function rgbToHsl(r, g, b) {\n r = bound01(r, 255);\n g = bound01(g, 255);\n b = bound01(b, 255);\n const max = Math.max(r, g, b);\n const min = Math.min(r, g, b);\n let h = 0;\n let s = 0;\n const l = (max + min) / 2;\n if (max === min) {\n s = 0;\n h = 0; // achromatic\n }\n else {\n const d = max - min;\n s = l > 0.5 ? d / (2 - max - min) : d / (max + min);\n switch (max) {\n case r:\n h = (g - b) / d + (g < b ? 6 : 0);\n break;\n case g:\n h = (b - r) / d + 2;\n break;\n case b:\n h = (r - g) / d + 4;\n break;\n default:\n break;\n }\n h /= 6;\n }\n return { h, s, l };\n}\nfunction hue2rgb(p, q, t) {\n if (t < 0) {\n t += 1;\n }\n if (t > 1) {\n t -= 1;\n }\n if (t < 1 / 6) {\n return p + (q - p) * (6 * t);\n }\n if (t < 1 / 2) {\n return q;\n }\n if (t < 2 / 3) {\n return p + (q - p) * (2 / 3 - t) * 6;\n }\n return p;\n}\n/**\n * Converts an HSL color value to RGB.\n *\n * *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]\n * *Returns:* { r, g, b } in the set [0, 255]\n */\nexport function hslToRgb(h, s, l) {\n let r;\n let g;\n let b;\n h = bound01(h, 360);\n s = bound01(s, 100);\n l = bound01(l, 100);\n if (s === 0) {\n // achromatic\n g = l;\n b = l;\n r = l;\n }\n else {\n const q = l < 0.5 ? l * (1 + s) : l + s - l * s;\n const p = 2 * l - q;\n r = hue2rgb(p, q, h + 1 / 3);\n g = hue2rgb(p, q, h);\n b = hue2rgb(p, q, h - 1 / 3);\n }\n return { r: r * 255, g: g * 255, b: b * 255 };\n}\n/**\n * Converts an RGB color value to HSV\n *\n * *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]\n * *Returns:* { h, s, v } in [0,1]\n */\nexport function rgbToHsv(r, g, b) {\n r = bound01(r, 255);\n g = bound01(g, 255);\n b = bound01(b, 255);\n const max = Math.max(r, g, b);\n const min = Math.min(r, g, b);\n let h = 0;\n const v = max;\n const d = max - min;\n const s = max === 0 ? 0 : d / max;\n if (max === min) {\n h = 0; // achromatic\n }\n else {\n switch (max) {\n case r:\n h = (g - b) / d + (g < b ? 6 : 0);\n break;\n case g:\n h = (b - r) / d + 2;\n break;\n case b:\n h = (r - g) / d + 4;\n break;\n default:\n break;\n }\n h /= 6;\n }\n return { h, s, v };\n}\n/**\n * Converts an HSV color value to RGB.\n *\n * *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]\n * *Returns:* { r, g, b } in the set [0, 255]\n */\nexport function hsvToRgb(h, s, v) {\n h = bound01(h, 360) * 6;\n s = bound01(s, 100);\n v = bound01(v, 100);\n const i = Math.floor(h);\n const f = h - i;\n const p = v * (1 - s);\n const q = v * (1 - f * s);\n const t = v * (1 - (1 - f) * s);\n const mod = i % 6;\n const r = [v, q, p, p, t, v][mod];\n const g = [t, v, v, q, p, p][mod];\n const b = [p, p, t, v, v, q][mod];\n return { r: r * 255, g: g * 255, b: b * 255 };\n}\n/**\n * Converts an RGB color to hex\n *\n * *Assumes:* r, g, and b are contained in the set [0, 255]\n * *Returns:* a 3 or 6 character hex\n */\nexport function rgbToHex(r, g, b, allow3Char) {\n const hex = [\n pad2(Math.round(r).toString(16)),\n pad2(Math.round(g).toString(16)),\n pad2(Math.round(b).toString(16)),\n ];\n // Return a 3 character hex if possible\n if (allow3Char &&\n hex[0].startsWith(hex[0].charAt(1)) &&\n hex[1].startsWith(hex[1].charAt(1)) &&\n hex[2].startsWith(hex[2].charAt(1))) {\n return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);\n }\n return hex.join('');\n}\n/**\n * Converts an RGBA color plus alpha transparency to hex\n *\n * *Assumes:* r, g, b are contained in the set [0, 255] and a in [0, 1]\n * *Returns:* a 4 or 8 character rgba hex\n */\n// eslint-disable-next-line max-params\nexport function rgbaToHex(r, g, b, a, allow4Char) {\n const hex = [\n pad2(Math.round(r).toString(16)),\n pad2(Math.round(g).toString(16)),\n pad2(Math.round(b).toString(16)),\n pad2(convertDecimalToHex(a)),\n ];\n // Return a 4 character hex if possible\n if (allow4Char &&\n hex[0].startsWith(hex[0].charAt(1)) &&\n hex[1].startsWith(hex[1].charAt(1)) &&\n hex[2].startsWith(hex[2].charAt(1)) &&\n hex[3].startsWith(hex[3].charAt(1))) {\n return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0) + hex[3].charAt(0);\n }\n return hex.join('');\n}\n/**\n * Converts an RGBA color to an ARGB Hex8 string\n * Rarely used, but required for \"toFilter()\"\n *\n * *Assumes:* r, g, b are contained in the set [0, 255] and a in [0, 1]\n * *Returns:* a 8 character argb hex\n */\nexport function rgbaToArgbHex(r, g, b, a) {\n const hex = [\n pad2(convertDecimalToHex(a)),\n pad2(Math.round(r).toString(16)),\n pad2(Math.round(g).toString(16)),\n pad2(Math.round(b).toString(16)),\n ];\n return hex.join('');\n}\n/**\n * Converts CMYK to RBG\n * Assumes c, m, y, k are in the set [0, 100]\n */\nexport function cmykToRgb(c, m, y, k) {\n const cConv = c / 100;\n const mConv = m / 100;\n const yConv = y / 100;\n const kConv = k / 100;\n const r = 255 * (1 - cConv) * (1 - kConv);\n const g = 255 * (1 - mConv) * (1 - kConv);\n const b = 255 * (1 - yConv) * (1 - kConv);\n return { r, g, b };\n}\nexport function rgbToCmyk(r, g, b) {\n let c = 1 - r / 255;\n let m = 1 - g / 255;\n let y = 1 - b / 255;\n let k = Math.min(c, m, y);\n if (k === 1) {\n c = 0;\n m = 0;\n y = 0;\n }\n else {\n c = ((c - k) / (1 - k)) * 100;\n m = ((m - k) / (1 - k)) * 100;\n y = ((y - k) / (1 - k)) * 100;\n }\n k *= 100;\n return {\n c: Math.round(c),\n m: Math.round(m),\n y: Math.round(y),\n k: Math.round(k),\n };\n}\n/** Converts a decimal to a hex value */\nexport function convertDecimalToHex(d) {\n return Math.round(parseFloat(d) * 255).toString(16);\n}\n/** Converts a hex value to a decimal */\nexport function convertHexToDecimal(h) {\n return parseIntFromHex(h) / 255;\n}\n/** Parse a base-16 hex value into a base-10 integer */\nexport function parseIntFromHex(val) {\n return parseInt(val, 16);\n}\nexport function numberInputToObject(color) {\n return {\n r: color >> 16,\n g: (color & 0xff00) >> 8,\n b: color & 0xff,\n };\n}\n", "// https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json\n/**\n * @hidden\n */\nexport const names = {\n aliceblue: '#f0f8ff',\n antiquewhite: '#faebd7',\n aqua: '#00ffff',\n aquamarine: '#7fffd4',\n azure: '#f0ffff',\n beige: '#f5f5dc',\n bisque: '#ffe4c4',\n black: '#000000',\n blanchedalmond: '#ffebcd',\n blue: '#0000ff',\n blueviolet: '#8a2be2',\n brown: '#a52a2a',\n burlywood: '#deb887',\n cadetblue: '#5f9ea0',\n chartreuse: '#7fff00',\n chocolate: '#d2691e',\n coral: '#ff7f50',\n cornflowerblue: '#6495ed',\n cornsilk: '#fff8dc',\n crimson: '#dc143c',\n cyan: '#00ffff',\n darkblue: '#00008b',\n darkcyan: '#008b8b',\n darkgoldenrod: '#b8860b',\n darkgray: '#a9a9a9',\n darkgreen: '#006400',\n darkgrey: '#a9a9a9',\n darkkhaki: '#bdb76b',\n darkmagenta: '#8b008b',\n darkolivegreen: '#556b2f',\n darkorange: '#ff8c00',\n darkorchid: '#9932cc',\n darkred: '#8b0000',\n darksalmon: '#e9967a',\n darkseagreen: '#8fbc8f',\n darkslateblue: '#483d8b',\n darkslategray: '#2f4f4f',\n darkslategrey: '#2f4f4f',\n darkturquoise: '#00ced1',\n darkviolet: '#9400d3',\n deeppink: '#ff1493',\n deepskyblue: '#00bfff',\n dimgray: '#696969',\n dimgrey: '#696969',\n dodgerblue: '#1e90ff',\n firebrick: '#b22222',\n floralwhite: '#fffaf0',\n forestgreen: '#228b22',\n fuchsia: '#ff00ff',\n gainsboro: '#dcdcdc',\n ghostwhite: '#f8f8ff',\n goldenrod: '#daa520',\n gold: '#ffd700',\n gray: '#808080',\n green: '#008000',\n greenyellow: '#adff2f',\n grey: '#808080',\n honeydew: '#f0fff0',\n hotpink: '#ff69b4',\n indianred: '#cd5c5c',\n indigo: '#4b0082',\n ivory: '#fffff0',\n khaki: '#f0e68c',\n lavenderblush: '#fff0f5',\n lavender: '#e6e6fa',\n lawngreen: '#7cfc00',\n lemonchiffon: '#fffacd',\n lightblue: '#add8e6',\n lightcoral: '#f08080',\n lightcyan: '#e0ffff',\n lightgoldenrodyellow: '#fafad2',\n lightgray: '#d3d3d3',\n lightgreen: '#90ee90',\n lightgrey: '#d3d3d3',\n lightpink: '#ffb6c1',\n lightsalmon: '#ffa07a',\n lightseagreen: '#20b2aa',\n lightskyblue: '#87cefa',\n lightslategray: '#778899',\n lightslategrey: '#778899',\n lightsteelblue: '#b0c4de',\n lightyellow: '#ffffe0',\n lime: '#00ff00',\n limegreen: '#32cd32',\n linen: '#faf0e6',\n magenta: '#ff00ff',\n maroon: '#800000',\n mediumaquamarine: '#66cdaa',\n mediumblue: '#0000cd',\n mediumorchid: '#ba55d3',\n mediumpurple: '#9370db',\n mediumseagreen: '#3cb371',\n mediumslateblue: '#7b68ee',\n mediumspringgreen: '#00fa9a',\n mediumturquoise: '#48d1cc',\n mediumvioletred: '#c71585',\n midnightblue: '#191970',\n mintcream: '#f5fffa',\n mistyrose: '#ffe4e1',\n moccasin: '#ffe4b5',\n navajowhite: '#ffdead',\n navy: '#000080',\n oldlace: '#fdf5e6',\n olive: '#808000',\n olivedrab: '#6b8e23',\n orange: '#ffa500',\n orangered: '#ff4500',\n orchid: '#da70d6',\n palegoldenrod: '#eee8aa',\n palegreen: '#98fb98',\n paleturquoise: '#afeeee',\n palevioletred: '#db7093',\n papayawhip: '#ffefd5',\n peachpuff: '#ffdab9',\n peru: '#cd853f',\n pink: '#ffc0cb',\n plum: '#dda0dd',\n powderblue: '#b0e0e6',\n purple: '#800080',\n rebeccapurple: '#663399',\n red: '#ff0000',\n rosybrown: '#bc8f8f',\n royalblue: '#4169e1',\n saddlebrown: '#8b4513',\n salmon: '#fa8072',\n sandybrown: '#f4a460',\n seagreen: '#2e8b57',\n seashell: '#fff5ee',\n sienna: '#a0522d',\n silver: '#c0c0c0',\n skyblue: '#87ceeb',\n slateblue: '#6a5acd',\n slategray: '#708090',\n slategrey: '#708090',\n snow: '#fffafa',\n springgreen: '#00ff7f',\n steelblue: '#4682b4',\n tan: '#d2b48c',\n teal: '#008080',\n thistle: '#d8bfd8',\n tomato: '#ff6347',\n turquoise: '#40e0d0',\n violet: '#ee82ee',\n wheat: '#f5deb3',\n white: '#ffffff',\n whitesmoke: '#f5f5f5',\n yellow: '#ffff00',\n yellowgreen: '#9acd32',\n};\n", "import { cmykToRgb, convertHexToDecimal, hslToRgb, hsvToRgb, parseIntFromHex, rgbToRgb, } from './conversion.js';\nimport { names } from './css-color-names.js';\nimport { boundAlpha, convertToPercentage } from './util.js';\n/**\n * Given a string or object, convert that input to RGB\n *\n * Possible string inputs:\n * ```\n * \"red\"\n * \"#f00\" or \"f00\"\n * \"#ff0000\" or \"ff0000\"\n * \"#ff000000\" or \"ff000000\"\n * \"rgb 255 0 0\" or \"rgb (255, 0, 0)\"\n * \"rgb 1.0 0 0\" or \"rgb (1, 0, 0)\"\n * \"rgba (255, 0, 0, 1)\" or \"rgba 255, 0, 0, 1\"\n * \"rgba (1.0, 0, 0, 1)\" or \"rgba 1.0, 0, 0, 1\"\n * \"hsl(0, 100%, 50%)\" or \"hsl 0 100% 50%\"\n * \"hsla(0, 100%, 50%, 1)\" or \"hsla 0 100% 50%, 1\"\n * \"hsv(0, 100%, 100%)\" or \"hsv 0 100% 100%\"\n * \"cmyk(0, 20, 0, 0)\" or \"cmyk 0 20 0 0\"\n * ```\n */\nexport function inputToRGB(color) {\n let rgb = { r: 0, g: 0, b: 0 };\n let a = 1;\n let s = null;\n let v = null;\n let l = null;\n let ok = false;\n let format = false;\n if (typeof color === 'string') {\n color = stringInputToObject(color);\n }\n if (typeof color === 'object') {\n if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {\n rgb = rgbToRgb(color.r, color.g, color.b);\n ok = true;\n format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';\n }\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {\n s = convertToPercentage(color.s);\n v = convertToPercentage(color.v);\n rgb = hsvToRgb(color.h, s, v);\n ok = true;\n format = 'hsv';\n }\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {\n s = convertToPercentage(color.s);\n l = convertToPercentage(color.l);\n rgb = hslToRgb(color.h, s, l);\n ok = true;\n format = 'hsl';\n }\n else if (isValidCSSUnit(color.c) &&\n isValidCSSUnit(color.m) &&\n isValidCSSUnit(color.y) &&\n isValidCSSUnit(color.k)) {\n rgb = cmykToRgb(color.c, color.m, color.y, color.k);\n ok = true;\n format = 'cmyk';\n }\n if (Object.prototype.hasOwnProperty.call(color, 'a')) {\n a = color.a;\n }\n }\n a = boundAlpha(a);\n return {\n ok,\n format: color.format || format,\n r: Math.min(255, Math.max(rgb.r, 0)),\n g: Math.min(255, Math.max(rgb.g, 0)),\n b: Math.min(255, Math.max(rgb.b, 0)),\n a,\n };\n}\n// \nconst CSS_INTEGER = '[-\\\\+]?\\\\d+%?';\n// \nconst CSS_NUMBER = '[-\\\\+]?\\\\d*\\\\.\\\\d+%?';\n// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.\nconst CSS_UNIT = '(?:' + CSS_NUMBER + ')|(?:' + CSS_INTEGER + ')';\n// Actual matching.\n// Parentheses and commas are optional, but not required.\n// Whitespace can take the place of commas or opening paren\n// eslint-disable-next-line prettier/prettier\nconst PERMISSIVE_MATCH3 = '[\\\\s|\\\\(]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')\\\\s*\\\\)?';\nconst PERMISSIVE_MATCH4 = \n// eslint-disable-next-line prettier/prettier\n'[\\\\s|\\\\(]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')[,|\\\\s]+(' + CSS_UNIT + ')\\\\s*\\\\)?';\nconst matchers = {\n CSS_UNIT: new RegExp(CSS_UNIT),\n rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),\n rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),\n hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),\n hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),\n hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),\n hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),\n cmyk: new RegExp('cmyk' + PERMISSIVE_MATCH4),\n hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\n hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\n};\n/**\n * Permissive string parsing. Take in a number of formats, and output an object\n * based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}` or `{c, m, y, k}` or `{c, m, y, k, a}`\n */\nexport function stringInputToObject(color) {\n color = color.trim().toLowerCase();\n if (color.length === 0) {\n return false;\n }\n let named = false;\n if (names[color]) {\n color = names[color];\n named = true;\n }\n else if (color === 'transparent') {\n return { r: 0, g: 0, b: 0, a: 0, format: 'name' };\n }\n // Try to match string input using regular expressions.\n // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]\n // Just return an object and let the conversion functions handle that.\n // This way the result will be the same whether the tinycolor is initialized with string or object.\n let match = matchers.rgb.exec(color);\n if (match) {\n return { r: match[1], g: match[2], b: match[3] };\n }\n match = matchers.rgba.exec(color);\n if (match) {\n return { r: match[1], g: match[2], b: match[3], a: match[4] };\n }\n match = matchers.hsl.exec(color);\n if (match) {\n return { h: match[1], s: match[2], l: match[3] };\n }\n match = matchers.hsla.exec(color);\n if (match) {\n return { h: match[1], s: match[2], l: match[3], a: match[4] };\n }\n match = matchers.hsv.exec(color);\n if (match) {\n return { h: match[1], s: match[2], v: match[3] };\n }\n match = matchers.hsva.exec(color);\n if (match) {\n return { h: match[1], s: match[2], v: match[3], a: match[4] };\n }\n match = matchers.cmyk.exec(color);\n if (match) {\n return {\n c: match[1],\n m: match[2],\n y: match[3],\n k: match[4],\n };\n }\n match = matchers.hex8.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1]),\n g: parseIntFromHex(match[2]),\n b: parseIntFromHex(match[3]),\n a: convertHexToDecimal(match[4]),\n format: named ? 'name' : 'hex8',\n };\n }\n match = matchers.hex6.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1]),\n g: parseIntFromHex(match[2]),\n b: parseIntFromHex(match[3]),\n format: named ? 'name' : 'hex',\n };\n }\n match = matchers.hex4.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1] + match[1]),\n g: parseIntFromHex(match[2] + match[2]),\n b: parseIntFromHex(match[3] + match[3]),\n a: convertHexToDecimal(match[4] + match[4]),\n format: named ? 'name' : 'hex8',\n };\n }\n match = matchers.hex3.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1] + match[1]),\n g: parseIntFromHex(match[2] + match[2]),\n b: parseIntFromHex(match[3] + match[3]),\n format: named ? 'name' : 'hex',\n };\n }\n return false;\n}\n/**\n * Check to see if it looks like a CSS unit\n * (see `matchers` above for definition).\n */\nexport function isValidCSSUnit(color) {\n if (typeof color === 'number') {\n return !Number.isNaN(color);\n }\n return matchers.CSS_UNIT.test(color);\n}\n", "import { numberInputToObject, rgbaToHex, rgbToCmyk, rgbToHex, rgbToHsl, rgbToHsv, } from './conversion.js';\nimport { names } from './css-color-names.js';\nimport { inputToRGB } from './format-input.js';\nimport { bound01, boundAlpha, clamp01 } from './util.js';\nexport class TinyColor {\n constructor(color = '', opts = {}) {\n // If input is already a tinycolor, return itself\n if (color instanceof TinyColor) {\n // eslint-disable-next-line no-constructor-return\n return color;\n }\n if (typeof color === 'number') {\n color = numberInputToObject(color);\n }\n this.originalInput = color;\n const rgb = inputToRGB(color);\n this.originalInput = color;\n this.r = rgb.r;\n this.g = rgb.g;\n this.b = rgb.b;\n this.a = rgb.a;\n this.roundA = Math.round(100 * this.a) / 100;\n this.format = opts.format ?? rgb.format;\n this.gradientType = opts.gradientType;\n // Don't let the range of [0,255] come back in [0,1].\n // Potentially lose a little bit of precision here, but will fix issues where\n // .5 gets interpreted as half of the total, instead of half of 1\n // If it was supposed to be 128, this was already taken care of by `inputToRgb`\n if (this.r < 1) {\n this.r = Math.round(this.r);\n }\n if (this.g < 1) {\n this.g = Math.round(this.g);\n }\n if (this.b < 1) {\n this.b = Math.round(this.b);\n }\n this.isValid = rgb.ok;\n }\n isDark() {\n return this.getBrightness() < 128;\n }\n isLight() {\n return !this.isDark();\n }\n /**\n * Returns the perceived brightness of the color, from 0-255.\n */\n getBrightness() {\n // http://www.w3.org/TR/AERT#color-contrast\n const rgb = this.toRgb();\n return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;\n }\n /**\n * Returns the perceived luminance of a color, from 0-1.\n */\n getLuminance() {\n // http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef\n const rgb = this.toRgb();\n let R;\n let G;\n let B;\n const RsRGB = rgb.r / 255;\n const GsRGB = rgb.g / 255;\n const BsRGB = rgb.b / 255;\n if (RsRGB <= 0.03928) {\n R = RsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n R = Math.pow((RsRGB + 0.055) / 1.055, 2.4);\n }\n if (GsRGB <= 0.03928) {\n G = GsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n G = Math.pow((GsRGB + 0.055) / 1.055, 2.4);\n }\n if (BsRGB <= 0.03928) {\n B = BsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n B = Math.pow((BsRGB + 0.055) / 1.055, 2.4);\n }\n return 0.2126 * R + 0.7152 * G + 0.0722 * B;\n }\n /**\n * Returns the alpha value of a color, from 0-1.\n */\n getAlpha() {\n return this.a;\n }\n /**\n * Sets the alpha value on the current color.\n *\n * @param alpha - The new alpha value. The accepted range is 0-1.\n */\n setAlpha(alpha) {\n this.a = boundAlpha(alpha);\n this.roundA = Math.round(100 * this.a) / 100;\n return this;\n }\n /**\n * Returns whether the color is monochrome.\n */\n isMonochrome() {\n const { s } = this.toHsl();\n return s === 0;\n }\n /**\n * Returns the object as a HSVA object.\n */\n toHsv() {\n const hsv = rgbToHsv(this.r, this.g, this.b);\n return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this.a };\n }\n /**\n * Returns the hsva values interpolated into a string with the following format:\n * \"hsva(xxx, xxx, xxx, xx)\".\n */\n toHsvString() {\n const hsv = rgbToHsv(this.r, this.g, this.b);\n const h = Math.round(hsv.h * 360);\n const s = Math.round(hsv.s * 100);\n const v = Math.round(hsv.v * 100);\n return this.a === 1 ? `hsv(${h}, ${s}%, ${v}%)` : `hsva(${h}, ${s}%, ${v}%, ${this.roundA})`;\n }\n /**\n * Returns the object as a HSLA object.\n */\n toHsl() {\n const hsl = rgbToHsl(this.r, this.g, this.b);\n return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this.a };\n }\n /**\n * Returns the hsla values interpolated into a string with the following format:\n * \"hsla(xxx, xxx, xxx, xx)\".\n */\n toHslString() {\n const hsl = rgbToHsl(this.r, this.g, this.b);\n const h = Math.round(hsl.h * 360);\n const s = Math.round(hsl.s * 100);\n const l = Math.round(hsl.l * 100);\n return this.a === 1 ? `hsl(${h}, ${s}%, ${l}%)` : `hsla(${h}, ${s}%, ${l}%, ${this.roundA})`;\n }\n /**\n * Returns the hex value of the color.\n * @param allow3Char will shorten hex value to 3 char if possible\n */\n toHex(allow3Char = false) {\n return rgbToHex(this.r, this.g, this.b, allow3Char);\n }\n /**\n * Returns the hex value of the color -with a # prefixed.\n * @param allow3Char will shorten hex value to 3 char if possible\n */\n toHexString(allow3Char = false) {\n return '#' + this.toHex(allow3Char);\n }\n /**\n * Returns the hex 8 value of the color.\n * @param allow4Char will shorten hex value to 4 char if possible\n */\n toHex8(allow4Char = false) {\n return rgbaToHex(this.r, this.g, this.b, this.a, allow4Char);\n }\n /**\n * Returns the hex 8 value of the color -with a # prefixed.\n * @param allow4Char will shorten hex value to 4 char if possible\n */\n toHex8String(allow4Char = false) {\n return '#' + this.toHex8(allow4Char);\n }\n /**\n * Returns the shorter hex value of the color depends on its alpha -with a # prefixed.\n * @param allowShortChar will shorten hex value to 3 or 4 char if possible\n */\n toHexShortString(allowShortChar = false) {\n return this.a === 1 ? this.toHexString(allowShortChar) : this.toHex8String(allowShortChar);\n }\n /**\n * Returns the object as a RGBA object.\n */\n toRgb() {\n return {\n r: Math.round(this.r),\n g: Math.round(this.g),\n b: Math.round(this.b),\n a: this.a,\n };\n }\n /**\n * Returns the RGBA values interpolated into a string with the following format:\n * \"RGBA(xxx, xxx, xxx, xx)\".\n */\n toRgbString() {\n const r = Math.round(this.r);\n const g = Math.round(this.g);\n const b = Math.round(this.b);\n return this.a === 1 ? `rgb(${r}, ${g}, ${b})` : `rgba(${r}, ${g}, ${b}, ${this.roundA})`;\n }\n /**\n * Returns the object as a RGBA object.\n */\n toPercentageRgb() {\n const fmt = (x) => `${Math.round(bound01(x, 255) * 100)}%`;\n return {\n r: fmt(this.r),\n g: fmt(this.g),\n b: fmt(this.b),\n a: this.a,\n };\n }\n /**\n * Returns the RGBA relative values interpolated into a string\n */\n toPercentageRgbString() {\n const rnd = (x) => Math.round(bound01(x, 255) * 100);\n return this.a === 1\n ? `rgb(${rnd(this.r)}%, ${rnd(this.g)}%, ${rnd(this.b)}%)`\n : `rgba(${rnd(this.r)}%, ${rnd(this.g)}%, ${rnd(this.b)}%, ${this.roundA})`;\n }\n toCmyk() {\n return {\n ...rgbToCmyk(this.r, this.g, this.b),\n };\n }\n toCmykString() {\n const { c, m, y, k } = rgbToCmyk(this.r, this.g, this.b);\n return `cmyk(${c}, ${m}, ${y}, ${k})`;\n }\n /**\n * The 'real' name of the color -if there is one.\n */\n toName() {\n if (this.a === 0) {\n return 'transparent';\n }\n if (this.a < 1) {\n return false;\n }\n const hex = '#' + rgbToHex(this.r, this.g, this.b, false);\n for (const [key, value] of Object.entries(names)) {\n if (hex === value) {\n return key;\n }\n }\n return false;\n }\n toString(format) {\n const formatSet = Boolean(format);\n format = format ?? this.format;\n let formattedString = false;\n const hasAlpha = this.a < 1 && this.a >= 0;\n const needsAlphaFormat = !formatSet && hasAlpha && (format.startsWith('hex') || format === 'name');\n if (needsAlphaFormat) {\n // Special case for \"transparent\", all other non-alpha formats\n // will return rgba when there is transparency.\n if (format === 'name' && this.a === 0) {\n return this.toName();\n }\n return this.toRgbString();\n }\n if (format === 'rgb') {\n formattedString = this.toRgbString();\n }\n if (format === 'prgb') {\n formattedString = this.toPercentageRgbString();\n }\n if (format === 'hex' || format === 'hex6') {\n formattedString = this.toHexString();\n }\n if (format === 'hex3') {\n formattedString = this.toHexString(true);\n }\n if (format === 'hex4') {\n formattedString = this.toHex8String(true);\n }\n if (format === 'hex8') {\n formattedString = this.toHex8String();\n }\n if (format === 'name') {\n formattedString = this.toName();\n }\n if (format === 'hsl') {\n formattedString = this.toHslString();\n }\n if (format === 'hsv') {\n formattedString = this.toHsvString();\n }\n if (format === 'cmyk') {\n formattedString = this.toCmykString();\n }\n return formattedString || this.toHexString();\n }\n toNumber() {\n return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);\n }\n clone() {\n return new TinyColor(this.toString());\n }\n /**\n * Lighten the color a given amount. Providing 100 will always return white.\n * @param amount - valid between 1-100\n */\n lighten(amount = 10) {\n const hsl = this.toHsl();\n hsl.l += amount / 100;\n hsl.l = clamp01(hsl.l);\n return new TinyColor(hsl);\n }\n /**\n * Brighten the color a given amount, from 0 to 100.\n * @param amount - valid between 1-100\n */\n brighten(amount = 10) {\n const rgb = this.toRgb();\n rgb.r = Math.max(0, Math.min(255, rgb.r - Math.round(255 * -(amount / 100))));\n rgb.g = Math.max(0, Math.min(255, rgb.g - Math.round(255 * -(amount / 100))));\n rgb.b = Math.max(0, Math.min(255, rgb.b - Math.round(255 * -(amount / 100))));\n return new TinyColor(rgb);\n }\n /**\n * Darken the color a given amount, from 0 to 100.\n * Providing 100 will always return black.\n * @param amount - valid between 1-100\n */\n darken(amount = 10) {\n const hsl = this.toHsl();\n hsl.l -= amount / 100;\n hsl.l = clamp01(hsl.l);\n return new TinyColor(hsl);\n }\n /**\n * Mix the color with pure white, from 0 to 100.\n * Providing 0 will do nothing, providing 100 will always return white.\n * @param amount - valid between 1-100\n */\n tint(amount = 10) {\n return this.mix('white', amount);\n }\n /**\n * Mix the color with pure black, from 0 to 100.\n * Providing 0 will do nothing, providing 100 will always return black.\n * @param amount - valid between 1-100\n */\n shade(amount = 10) {\n return this.mix('black', amount);\n }\n /**\n * Desaturate the color a given amount, from 0 to 100.\n * Providing 100 will is the same as calling greyscale\n * @param amount - valid between 1-100\n */\n desaturate(amount = 10) {\n const hsl = this.toHsl();\n hsl.s -= amount / 100;\n hsl.s = clamp01(hsl.s);\n return new TinyColor(hsl);\n }\n /**\n * Saturate the color a given amount, from 0 to 100.\n * @param amount - valid between 1-100\n */\n saturate(amount = 10) {\n const hsl = this.toHsl();\n hsl.s += amount / 100;\n hsl.s = clamp01(hsl.s);\n return new TinyColor(hsl);\n }\n /**\n * Completely desaturates a color into greyscale.\n * Same as calling `desaturate(100)`\n */\n greyscale() {\n return this.desaturate(100);\n }\n /**\n * Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.\n * Values outside of this range will be wrapped into this range.\n */\n spin(amount) {\n const hsl = this.toHsl();\n const hue = (hsl.h + amount) % 360;\n hsl.h = hue < 0 ? 360 + hue : hue;\n return new TinyColor(hsl);\n }\n /**\n * Mix the current color a given amount with another color, from 0 to 100.\n * 0 means no mixing (return current color).\n */\n mix(color, amount = 50) {\n const rgb1 = this.toRgb();\n const rgb2 = new TinyColor(color).toRgb();\n const p = amount / 100;\n const rgba = {\n r: (rgb2.r - rgb1.r) * p + rgb1.r,\n g: (rgb2.g - rgb1.g) * p + rgb1.g,\n b: (rgb2.b - rgb1.b) * p + rgb1.b,\n a: (rgb2.a - rgb1.a) * p + rgb1.a,\n };\n return new TinyColor(rgba);\n }\n analogous(results = 6, slices = 30) {\n const hsl = this.toHsl();\n const part = 360 / slices;\n const ret = [this];\n for (hsl.h = (hsl.h - ((part * results) >> 1) + 720) % 360; --results;) {\n hsl.h = (hsl.h + part) % 360;\n ret.push(new TinyColor(hsl));\n }\n return ret;\n }\n /**\n * taken from https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js\n */\n complement() {\n const hsl = this.toHsl();\n hsl.h = (hsl.h + 180) % 360;\n return new TinyColor(hsl);\n }\n monochromatic(results = 6) {\n const hsv = this.toHsv();\n const { h } = hsv;\n const { s } = hsv;\n let { v } = hsv;\n const res = [];\n const modification = 1 / results;\n while (results--) {\n res.push(new TinyColor({ h, s, v }));\n v = (v + modification) % 1;\n }\n return res;\n }\n splitcomplement() {\n const hsl = this.toHsl();\n const { h } = hsl;\n return [\n this,\n new TinyColor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l }),\n new TinyColor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l }),\n ];\n }\n /**\n * Compute how the color would appear on a background\n */\n onBackground(background) {\n const fg = this.toRgb();\n const bg = new TinyColor(background).toRgb();\n const alpha = fg.a + bg.a * (1 - fg.a);\n return new TinyColor({\n r: (fg.r * fg.a + bg.r * bg.a * (1 - fg.a)) / alpha,\n g: (fg.g * fg.a + bg.g * bg.a * (1 - fg.a)) / alpha,\n b: (fg.b * fg.a + bg.b * bg.a * (1 - fg.a)) / alpha,\n a: alpha,\n });\n }\n /**\n * Alias for `polyad(3)`\n */\n triad() {\n return this.polyad(3);\n }\n /**\n * Alias for `polyad(4)`\n */\n tetrad() {\n return this.polyad(4);\n }\n /**\n * Get polyad colors, like (for 1, 2, 3, 4, 5, 6, 7, 8, etc...)\n * monad, dyad, triad, tetrad, pentad, hexad, heptad, octad, etc...\n */\n polyad(n) {\n const hsl = this.toHsl();\n const { h } = hsl;\n const result = [this];\n const increment = 360 / n;\n for (let i = 1; i < n; i++) {\n result.push(new TinyColor({ h: (h + i * increment) % 360, s: hsl.s, l: hsl.l }));\n }\n return result;\n }\n /**\n * compare color vs current color\n */\n equals(color) {\n const comparedColor = new TinyColor(color);\n /**\n * RGB and CMYK do not have the same color gamut, so a CMYK conversion will never be 100%.\n * This means we need to compare CMYK to CMYK to ensure accuracy of the equals function.\n */\n if (this.format === 'cmyk' || comparedColor.format === 'cmyk') {\n return this.toCmykString() === comparedColor.toCmykString();\n }\n return this.toRgbString() === comparedColor.toRgbString();\n }\n}\n", "import { TinyColor } from './index.js';\n// Readability Functions\n// ---------------------\n// false\n * new TinyColor().isReadable('#000', '#111', { level: 'AA', size: 'large' }) => false\n * ```\n */\nexport function isReadable(color1, color2, wcag2 = { level: 'AA', size: 'small' }) {\n const readabilityLevel = readability(color1, color2);\n switch ((wcag2.level ?? 'AA') + (wcag2.size ?? 'small')) {\n case 'AAsmall':\n case 'AAAlarge':\n return readabilityLevel >= 4.5;\n case 'AAlarge':\n return readabilityLevel >= 3;\n case 'AAAsmall':\n return readabilityLevel >= 7;\n default:\n return false;\n }\n}\n/**\n * Given a base color and a list of possible foreground or background\n * colors for that base, returns the most readable color.\n * Optionally returns Black or White if the most readable color is unreadable.\n *\n * @param baseColor - the base color.\n * @param colorList - array of colors to pick the most readable one from.\n * @param args - and object with extra arguments\n *\n * Example\n * ```ts\n * new TinyColor().mostReadable('#123', ['#124\", \"#125'], { includeFallbackColors: false }).toHexString(); // \"#112255\"\n * new TinyColor().mostReadable('#123', ['#124\", \"#125'],{ includeFallbackColors: true }).toHexString(); // \"#ffffff\"\n * new TinyColor().mostReadable('#a8015a', [\"#faf3f3\"], { includeFallbackColors:true, level: 'AAA', size: 'large' }).toHexString(); // \"#faf3f3\"\n * new TinyColor().mostReadable('#a8015a', [\"#faf3f3\"], { includeFallbackColors:true, level: 'AAA', size: 'small' }).toHexString(); // \"#ffffff\"\n * ```\n */\nexport function mostReadable(baseColor, colorList, args = { includeFallbackColors: false, level: 'AA', size: 'small' }) {\n let bestColor = null;\n let bestScore = 0;\n const { includeFallbackColors, level, size } = args;\n for (const color of colorList) {\n const score = readability(baseColor, color);\n if (score > bestScore) {\n bestScore = score;\n bestColor = new TinyColor(color);\n }\n }\n if (isReadable(baseColor, bestColor, { level, size }) || !includeFallbackColors) {\n return bestColor;\n }\n args.includeFallbackColors = false;\n return mostReadable(baseColor, ['#fff', '#000'], args);\n}\n", "import { rgbaToArgbHex } from './conversion.js';\nimport { TinyColor } from './index.js';\n/**\n * Returns the color represented as a Microsoft filter for use in old versions of IE.\n */\nexport function toMsFilter(firstColor, secondColor) {\n const color = new TinyColor(firstColor);\n const hex8String = '#' + rgbaToArgbHex(color.r, color.g, color.b, color.a);\n let secondHex8String = hex8String;\n const gradientType = color.gradientType ? 'GradientType = 1, ' : '';\n if (secondColor) {\n const s = new TinyColor(secondColor);\n secondHex8String = '#' + rgbaToArgbHex(s.r, s.g, s.b, s.a);\n }\n return `progid:DXImageTransform.Microsoft.gradient(${gradientType}startColorstr=${hex8String},endColorstr=${secondHex8String})`;\n}\n", "import { TinyColor } from './index.js';\nimport { convertToPercentage } from './util.js';\n/**\n * If input is an object, force 1 into \"1.0\" to handle ratios properly\n * String input requires \"1.0\" as input, so 1 will be treated as 1\n */\nexport function fromRatio(ratio, opts) {\n const newColor = {\n r: convertToPercentage(ratio.r),\n g: convertToPercentage(ratio.g),\n b: convertToPercentage(ratio.b),\n };\n if (ratio.a !== undefined) {\n newColor.a = Number(ratio.a);\n }\n return new TinyColor(newColor, opts);\n}\n/** old random function */\nexport function legacyRandom() {\n return new TinyColor({\n r: Math.random(),\n g: Math.random(),\n b: Math.random(),\n });\n}\n", "// randomColor by David Merfield under the CC0 license\n// https://github.com/davidmerfield/randomColor/\nimport { TinyColor } from './index.js';\nexport function random(options = {}) {\n // Check if we need to generate multiple colors\n if (options.count !== undefined &&\n options.count !== null) {\n const totalColors = options.count;\n const colors = [];\n options.count = undefined;\n while (totalColors > colors.length) {\n // Since we're generating multiple colors,\n // incremement the seed. Otherwise we'd just\n // generate the same color each time...\n options.count = null;\n if (options.seed) {\n options.seed += 1;\n }\n colors.push(random(options));\n }\n options.count = totalColors;\n return colors;\n }\n // First we pick a hue (H)\n const h = pickHue(options.hue, options.seed);\n // Then use H to determine saturation (S)\n const s = pickSaturation(h, options);\n // Then use S and H to determine brightness (B).\n const v = pickBrightness(h, s, options);\n const res = { h, s, v };\n if (options.alpha !== undefined) {\n res.a = options.alpha;\n }\n // Then we return the HSB color in the desired format\n return new TinyColor(res);\n}\nfunction pickHue(hue, seed) {\n const hueRange = getHueRange(hue);\n let res = randomWithin(hueRange, seed);\n // Instead of storing red as two seperate ranges,\n // we group them, using negative numbers\n if (res < 0) {\n res = 360 + res;\n }\n return res;\n}\nfunction pickSaturation(hue, options) {\n if (options.hue === 'monochrome') {\n return 0;\n }\n if (options.luminosity === 'random') {\n return randomWithin([0, 100], options.seed);\n }\n const { saturationRange } = getColorInfo(hue);\n let sMin = saturationRange[0];\n let sMax = saturationRange[1];\n switch (options.luminosity) {\n case 'bright':\n sMin = 55;\n break;\n case 'dark':\n sMin = sMax - 10;\n break;\n case 'light':\n sMax = 55;\n break;\n default:\n break;\n }\n return randomWithin([sMin, sMax], options.seed);\n}\nfunction pickBrightness(H, S, options) {\n let bMin = getMinimumBrightness(H, S);\n let bMax = 100;\n switch (options.luminosity) {\n case 'dark':\n bMax = bMin + 20;\n break;\n case 'light':\n bMin = (bMax + bMin) / 2;\n break;\n case 'random':\n bMin = 0;\n bMax = 100;\n break;\n default:\n break;\n }\n return randomWithin([bMin, bMax], options.seed);\n}\nfunction getMinimumBrightness(H, S) {\n const { lowerBounds } = getColorInfo(H);\n for (let i = 0; i < lowerBounds.length - 1; i++) {\n const s1 = lowerBounds[i][0];\n const v1 = lowerBounds[i][1];\n const s2 = lowerBounds[i + 1][0];\n const v2 = lowerBounds[i + 1][1];\n if (S >= s1 && S <= s2) {\n const m = (v2 - v1) / (s2 - s1);\n const b = v1 - m * s1;\n return m * S + b;\n }\n }\n return 0;\n}\nfunction getHueRange(colorInput) {\n const num = parseInt(colorInput, 10);\n if (!Number.isNaN(num) && num < 360 && num > 0) {\n return [num, num];\n }\n if (typeof colorInput === 'string') {\n const namedColor = bounds.find(n => n.name === colorInput);\n if (namedColor) {\n const color = defineColor(namedColor);\n if (color.hueRange) {\n return color.hueRange;\n }\n }\n const parsed = new TinyColor(colorInput);\n if (parsed.isValid) {\n const hue = parsed.toHsv().h;\n return [hue, hue];\n }\n }\n return [0, 360];\n}\nfunction getColorInfo(hue) {\n // Maps red colors to make picking hue easier\n if (hue >= 334 && hue <= 360) {\n hue -= 360;\n }\n for (const bound of bounds) {\n const color = defineColor(bound);\n if (color.hueRange && hue >= color.hueRange[0] && hue <= color.hueRange[1]) {\n return color;\n }\n }\n throw Error('Color not found');\n}\nfunction randomWithin(range, seed) {\n if (seed === undefined) {\n return Math.floor(range[0] + Math.random() * (range[1] + 1 - range[0]));\n }\n // Seeded random algorithm from http://indiegamr.com/generate-repeatable-random-numbers-in-js/\n const max = range[1] || 1;\n const min = range[0] || 0;\n seed = (seed * 9301 + 49297) % 233280;\n const rnd = seed / 233280.0;\n return Math.floor(min + rnd * (max - min));\n}\nfunction defineColor(bound) {\n const sMin = bound.lowerBounds[0][0];\n const sMax = bound.lowerBounds[bound.lowerBounds.length - 1][0];\n const bMin = bound.lowerBounds[bound.lowerBounds.length - 1][1];\n const bMax = bound.lowerBounds[0][1];\n return {\n name: bound.name,\n hueRange: bound.hueRange,\n lowerBounds: bound.lowerBounds,\n saturationRange: [sMin, sMax],\n brightnessRange: [bMin, bMax],\n };\n}\n/**\n * @hidden\n */\nexport const bounds = [\n {\n name: 'monochrome',\n hueRange: null,\n lowerBounds: [\n [0, 0],\n [100, 0],\n ],\n },\n {\n name: 'red',\n hueRange: [-26, 18],\n lowerBounds: [\n [20, 100],\n [30, 92],\n [40, 89],\n [50, 85],\n [60, 78],\n [70, 70],\n [80, 60],\n [90, 55],\n [100, 50],\n ],\n },\n {\n name: 'orange',\n hueRange: [19, 46],\n lowerBounds: [\n [20, 100],\n [30, 93],\n [40, 88],\n [50, 86],\n [60, 85],\n [70, 70],\n [100, 70],\n ],\n },\n {\n name: 'yellow',\n hueRange: [47, 62],\n lowerBounds: [\n [25, 100],\n [40, 94],\n [50, 89],\n [60, 86],\n [70, 84],\n [80, 82],\n [90, 80],\n [100, 75],\n ],\n },\n {\n name: 'green',\n hueRange: [63, 178],\n lowerBounds: [\n [30, 100],\n [40, 90],\n [50, 85],\n [60, 81],\n [70, 74],\n [80, 64],\n [90, 50],\n [100, 40],\n ],\n },\n {\n name: 'blue',\n hueRange: [179, 257],\n lowerBounds: [\n [20, 100],\n [30, 86],\n [40, 80],\n [50, 74],\n [60, 60],\n [70, 52],\n [80, 44],\n [90, 39],\n [100, 35],\n ],\n },\n {\n name: 'purple',\n hueRange: [258, 282],\n lowerBounds: [\n [20, 100],\n [30, 87],\n [40, 79],\n [50, 70],\n [60, 65],\n [70, 59],\n [80, 52],\n [90, 45],\n [100, 42],\n ],\n },\n {\n name: 'pink',\n hueRange: [283, 334],\n lowerBounds: [\n [20, 100],\n [30, 90],\n [40, 86],\n [60, 84],\n [80, 80],\n [90, 75],\n [100, 73],\n ],\n },\n];\n", "export {};\n", "export * from './index.js';\nexport * from './css-color-names.js';\nexport * from './readability.js';\nexport * from './to-ms-filter.js';\nexport * from './from-ratio.js';\nexport * from './format-input.js';\nexport * from './random.js';\nexport * from './interfaces.js';\nexport * from './conversion.js';\n", "var __create = Object.create;\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __getProtoOf = Object.getPrototypeOf;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(\n // If the importer is in node compatibility mode or this is not an ESM\n // file that has been converted to a CommonJS file using a Babel-\n // compatible transform (i.e. \"__esModule\" has not been set), then set\n // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n isNodeMode || !mod || !mod.__esModule ? __defProp(target, \"default\", { value: mod, enumerable: true }) : target,\n mod\n));\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\n\n// src/index.ts\nvar src_exports = {};\n__export(src_exports, {\n createFireworks: () => createFireworks,\n getCoordsFromEvent: () => getCoordsFromEvent,\n setCanvasSize: () => setCanvasSize\n});\nmodule.exports = __toCommonJS(src_exports);\nvar import_animejs = __toESM(require(\"animejs\"));\nvar import_tinycolor = require(\"@ctrl/tinycolor\");\nfunction getCoordsFromEvent(e) {\n const pointerX = \"clientX\" in e ? e.clientX : e.touches[0] ? e.touches[0].clientX : e.changedTouches[0].clientX;\n const pointerY = \"clientY\" in e ? e.clientY : e.touches[0] ? e.touches[0].clientY : e.changedTouches[0].clientY;\n return {\n x: pointerX,\n y: pointerY\n };\n}\nfunction setCanvasSize(canvasEl, width = window.innerWidth, height = window.innerHeight) {\n canvasEl.width = width;\n canvasEl.height = height;\n canvasEl.style.width = `${width}px`;\n canvasEl.style.height = `${height}px`;\n}\nfunction createFireworks(config) {\n const {\n selector = \"canvas.fireworks\",\n // sky blue\n numberOfParticles = 20,\n circleRadius = {\n min: 10,\n max: 20\n },\n diffuseRadius = {\n min: 50,\n max: 100\n },\n orbitRadius = {\n min: 50,\n max: 100\n },\n animeDuration = {\n min: 900,\n max: 1500\n }\n } = config;\n const colors = config.colors && config.colors.length > 0 ? config.colors : [\"#66A7DD\", \"#3E83E1\", \"#214EC2\"];\n const canvasEl = document.querySelector(selector);\n const ctx = canvasEl.getContext(\"2d\");\n if (!ctx)\n return;\n function setParticleDirection(p) {\n const angle = import_animejs.default.random(0, 360) * Math.PI / 180;\n const value = import_animejs.default.random(\n diffuseRadius.min,\n diffuseRadius.max\n );\n const radius = [-1, 1][import_animejs.default.random(0, 1)] * value;\n return {\n x: p.x + radius * Math.cos(angle),\n y: p.y + radius * Math.sin(angle)\n };\n }\n function createParticle(x, y) {\n const tinyColor = new import_tinycolor.TinyColor(colors[import_animejs.default.random(0, colors.length - 1)]);\n tinyColor.setAlpha(import_animejs.default.random(0.2, 0.8));\n const p = {\n x,\n y,\n color: tinyColor.toRgbString(),\n radius: import_animejs.default.random(circleRadius.min, circleRadius.max),\n endPos: setParticleDirection({ x, y }),\n draw: () => {\n }\n };\n p.draw = function() {\n if (!ctx)\n return;\n ctx.beginPath();\n ctx.arc(p.x, p.y, p.radius, 0, 2 * Math.PI, true);\n ctx.fillStyle = p.color;\n ctx.fill();\n };\n return p;\n }\n function createCircle(x, y) {\n const p = {\n x,\n y,\n color: \"#000\",\n radius: 0.1,\n alpha: 0.5,\n lineWidth: 6,\n draw() {\n }\n };\n p.draw = () => {\n if (!ctx)\n return;\n ctx.globalAlpha = p.alpha;\n ctx.beginPath();\n ctx.arc(p.x, p.y, p.radius, 0, 2 * Math.PI, true);\n ctx.lineWidth = p.lineWidth;\n ctx.strokeStyle = p.color;\n ctx.stroke();\n ctx.globalAlpha = 1;\n };\n return p;\n }\n function renderParticle(anim) {\n for (let i = 0; i < anim.animatables.length; i++) {\n const target = anim.animatables[i].target;\n target.draw();\n }\n }\n function animateParticles(pos) {\n const { x, y } = pos;\n const circle = createCircle(x, y);\n const particles = [];\n for (let i = 0; i < numberOfParticles; i++)\n particles.push(createParticle(x, y));\n import_animejs.default.timeline().add({\n targets: particles,\n x(p) {\n return p.endPos.x;\n },\n y(p) {\n return p.endPos.y;\n },\n radius: 0.1,\n duration: import_animejs.default.random(\n animeDuration.min,\n animeDuration.max\n ),\n easing: \"easeOutExpo\",\n update: renderParticle\n }).add(\n {\n targets: circle,\n radius: import_animejs.default.random(orbitRadius.min, orbitRadius.max),\n lineWidth: 0,\n alpha: {\n value: 0,\n easing: \"linear\",\n duration: import_animejs.default.random(600, 800)\n },\n duration: import_animejs.default.random(1200, 1800),\n easing: \"easeOutExpo\",\n update: renderParticle\n },\n 0\n );\n }\n const render = (0, import_animejs.default)({\n duration: Number.POSITIVE_INFINITY,\n update: () => {\n ctx.clearRect(0, 0, canvasEl.width, canvasEl.height);\n }\n });\n document.addEventListener(\n \"mousedown\",\n (e) => {\n render.play();\n const pos = getCoordsFromEvent(e);\n const rect = canvasEl.getBoundingClientRect();\n animateParticles({\n x: pos.x - rect.left,\n y: pos.y - rect.top\n });\n },\n false\n );\n setCanvasSize(canvasEl);\n window.addEventListener(\n \"resize\",\n () => {\n setCanvasSize(canvasEl);\n },\n false\n );\n}\n// Annotate the CommonJS export names for ESM import in node:\n0 && (module.exports = {\n createFireworks,\n getCoordsFromEvent,\n setCanvasSize\n});\n"], "mappings": "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", "names": ["__export", "__toCommonJS"] } diff --git a/node_modules/.vite/deps/@iconify-json_ant-design.js.map b/node_modules/.vite/deps/@iconify-json_ant-design.js.map index 2d54f2c5..84a9b4bc 100644 --- a/node_modules/.vite/deps/@iconify-json_ant-design.js.map +++ b/node_modules/.vite/deps/@iconify-json_ant-design.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../@iconify-json/ant-design/icons.json", "../../@iconify-json/ant-design/info.json", "../../@iconify-json/ant-design/metadata.json", "../../@iconify-json/ant-design/index.mjs"], - "sourcesContent": ["{\r\n\t\"prefix\": \"ant-design\",\r\n\t\"icons\": {\r\n\t\t\"account-book-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"account-book-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"account-book-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aim-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alert-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alert-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alert-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alibaba-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"align-center-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"align-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"align-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alipay-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alipay-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alipay-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alipay-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aliwangwang-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aliwangwang-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aliyun-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazon-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazon-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazon-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"android-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"android-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ant-cloud-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ant-design-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apartment-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"api-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"api-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"api-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apple-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apple-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appstore-add-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appstore-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appstore-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appstore-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"area-chart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arrow-down-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arrow-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arrow-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arrow-up-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arrows-alt-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audio-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audio-muted-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audio-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audio-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audit-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"backward-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"backward-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"baidu-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bank-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bank-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bank-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bar-chart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"barcode-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bars-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"behance-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"behance-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"behance-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"behance-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bell-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bell-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bell-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bg-colors-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bilibili-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bilibili-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"block-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bold-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"book-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"book-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"book-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-bottom-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-horizontal-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-inner-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-outer-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-top-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"border-verticle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"borderless-table-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"box-plot-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"box-plot-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"box-plot-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"branches-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bug-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bug-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bug-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"build-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"build-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"build-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bulb-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bulb-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bulb-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calculator-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calculator-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calculator-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calendar-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calendar-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calendar-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"camera-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"camera-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"camera-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"car-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"car-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"car-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-down-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-down-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-left-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-right-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-up-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caret-up-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carry-out-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carry-out-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carry-out-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"check-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chrome-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chrome-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ci-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ci-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ci-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ci-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ci-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clear-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clock-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clock-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clock-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"close-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-download-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-server-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-sync-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud-upload-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cluster-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"code-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"code-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"code-sandbox-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"code-sandbox-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"code-sandbox-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"code-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codepen-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codepen-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codepen-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codepen-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coffee-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"column-height-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"column-width-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"comment-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"compass-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"compass-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"compass-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"compress-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"console-sql-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contacts-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contacts-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contacts-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"container-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"container-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"container-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"control-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"control-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"control-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copy-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copy-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copy-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copyright-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copyright-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copyright-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copyright-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copyright-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"credit-card-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"credit-card-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"credit-card-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crown-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crown-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crown-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"customer-service-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"customer-service-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"customer-service-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dash-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dashboard-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dashboard-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dashboard-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"database-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"database-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"database-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delete-column-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delete-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delete-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delete-row-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delete-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delivered-procedure-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deployment-unit-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"desktop-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"diff-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"diff-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"diff-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dingding-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dingtalk-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dingtalk-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dingtalk-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"disconnect-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"discord-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"discord-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dislike-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dislike-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dislike-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"docker-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dollar-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dollar-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dollar-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dollar-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dollar-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dot-chart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dot-net-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"double-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"double-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"down-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"download-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"drag-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dribbble-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dribbble-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dribbble-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dribbble-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dropbox-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dropbox-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dropbox-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edit-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edit-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edit-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ellipsis-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"enter-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"environment-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"environment-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"environment-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"euro-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"euro-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"euro-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"euro-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"euro-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exception-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exclamation-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exclamation-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exclamation-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exclamation-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expand-alt-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expand-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"experiment-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"experiment-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"experiment-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"export-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eye-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eye-invisible-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eye-invisible-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eye-invisible-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eye-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eye-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"facebook-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"facebook-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fall-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fast-backward-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fast-backward-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fast-forward-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fast-forward-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"field-binary-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"field-number-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"field-string-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"field-time-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-add-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-add-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-add-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-done-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-excel-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-excel-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-excel-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-exclamation-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-exclamation-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-exclamation-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-gif-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-image-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-image-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-image-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-jpg-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-markdown-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-markdown-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-markdown-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-pdf-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-pdf-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-pdf-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-ppt-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-ppt-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-ppt-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-protect-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-search-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-sync-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-text-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-text-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-text-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-unknown-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-unknown-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-unknown-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-word-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-word-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-word-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-zip-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-zip-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"file-zip-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"filter-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"filter-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"filter-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fire-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fire-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fire-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flag-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flag-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flag-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-add-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-add-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-add-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-open-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-open-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-open-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folder-view-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"font-colors-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"font-size-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fork-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"form-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"format-painter-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"format-painter-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"forward-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"forward-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"frown-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"frown-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"frown-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fullscreen-exit-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fullscreen-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"function-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fund-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fund-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fund-projection-screen-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fund-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fund-view-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"funnel-plot-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"funnel-plot-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"funnel-plot-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gateway-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gif-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gift-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gift-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gift-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"github-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"github-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitlab-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitlab-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"global-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gold-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gold-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gold-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"golden-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google-plus-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google-plus-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google-plus-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"group-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"harmony-o-s-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hdd-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hdd-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hdd-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"heart-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"heart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"heart-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"heat-map-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"highlight-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"highlight-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"highlight-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"history-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"holder-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"home-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"home-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"home-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hourglass-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hourglass-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hourglass-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"html5-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"html5-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"html5-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"idcard-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"idcard-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"idcard-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ie-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ie-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ie-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"import-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"inbox-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"info-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"info-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"info-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"info-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insert-row-above-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insert-row-below-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insert-row-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insert-row-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instagram-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instagram-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insurance-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insurance-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insurance-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"interaction-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"interaction-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"interaction-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"issues-close-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"italic-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"java-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"java-script-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"key-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kubernetes-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"laptop-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"layout-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"layout-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"layout-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"left-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"like-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"like-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"like-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"line-chart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"line-height-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"line-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"link-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linkedin-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linkedin-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linux-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"loading-3-quarters-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"loading-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lock-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lock-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lock-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"login-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"logout-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mac-command-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mac-command-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mail-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mail-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mail-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"man-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medicine-box-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medicine-box-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medicine-box-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medium-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medium-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medium-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medium-workmark-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meh-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meh-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meh-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"menu-fold-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"menu-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"menu-unfold-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"merge-cells-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"merge-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"merge-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"message-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"message-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"message-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minus-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mobile-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mobile-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mobile-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"money-collect-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"money-collect-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"money-collect-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monitor-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moon-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moon-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"more-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"muted-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"muted-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"node-collapse-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"node-expand-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"node-index-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"notification-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"notification-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"notification-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"number-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"one-to-one-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"open-a-i-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"open-a-i-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ordered-list-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paper-clip-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"partition-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pause-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pause-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pause-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pause-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pay-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pay-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"percentage-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phone-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phone-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phone-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pic-center-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pic-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pic-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picture-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picture-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picture-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pie-chart-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pie-chart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pie-chart-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pinterest-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pinterest-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"play-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"play-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"play-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"play-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"play-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"play-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plus-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pound-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pound-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pound-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pound-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"poweroff-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"printer-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"printer-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"printer-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"product-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"product-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"profile-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"profile-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"profile-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"project-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"project-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"project-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"property-safety-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"property-safety-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"property-safety-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pull-request-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pushpin-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pushpin-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pushpin-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"python-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qq-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qq-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qq-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qrcode-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"question-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"question-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"question-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"question-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radar-chart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radius-bottomleft-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radius-bottomright-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radius-setting-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radius-upleft-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radius-upright-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"read-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"read-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reconciliation-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reconciliation-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reconciliation-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"red-envelope-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"red-envelope-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"red-envelope-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reddit-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reddit-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reddit-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redo-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reload-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rest-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rest-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rest-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"retweet-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"right-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rise-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"robot-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"robot-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rocket-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rocket-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rocket-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rollback-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rotate-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rotate-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ruby-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"safety-certificate-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"safety-certificate-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"safety-certificate-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"safety-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"save-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"save-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"save-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scan-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"schedule-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"schedule-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"schedule-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scissor-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"search-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"security-scan-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"security-scan-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"security-scan-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"select-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"send-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"setting-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"setting-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"setting-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shake-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"share-alt-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shop-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shop-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shop-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopping-cart-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopping-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopping-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopping-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shrink-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"signal-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"signature-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"signature-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sisternode-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sketch-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sketch-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sketch-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skin-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skin-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skin-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skype-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skype-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slack-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slack-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slack-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slack-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sliders-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sliders-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sliders-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"small-dash-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smile-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smile-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smile-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snippets-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snippets-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snippets-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"solution-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sort-ascending-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sort-descending-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sound-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sound-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sound-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"split-cells-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spotify-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spotify-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"star-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"star-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"star-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"step-backward-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"step-backward-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"step-forward-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"step-forward-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stock-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stop-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stop-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stop-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"strikethrough-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"subnode-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sun-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sun-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swap-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swap-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swap-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"switcher-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"switcher-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"switcher-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sync-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"table-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tablet-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tablet-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tablet-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tag-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tag-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tag-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tags-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tags-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tags-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taobao-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taobao-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taobao-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taobao-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"team-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thunderbolt-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thunderbolt-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thunderbolt-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tik-tok-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tik-tok-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"to-top-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tool-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tool-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tool-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trademark-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trademark-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trademark-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trademark-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"transaction-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"translation-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trophy-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trophy-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trophy-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"truck-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"truck-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twitch-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twitter-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twitter-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twitter-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"underline-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"undo-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ungroup-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unlock-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unlock-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unlock-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unordered-list-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-circle-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"up-square-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"upload-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"usb-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"usb-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"usb-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"user-add-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"user-delete-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"user-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"user-switch-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"usergroup-add-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"usergroup-delete-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"verified-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vertical-align-bottom-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vertical-align-middle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vertical-align-top-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vertical-left-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vertical-right-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"video-camera-add-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"video-camera-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"video-camera-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"video-camera-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wallet-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wallet-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wallet-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"warning-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"warning-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"warning-twotone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wechat-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wechat-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wechat-work-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wechat-work-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weibo-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weibo-circle-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weibo-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weibo-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weibo-square-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"whats-app-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wifi-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windows-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windows-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"woman-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"x-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"x-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yahoo-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yahoo-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtube-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtube-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yuque-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yuque-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zhihu-circle-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zhihu-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zhihu-square-filled\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zoom-in-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zoom-out-outlined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t}\r\n\t},\r\n\t\"aliases\": {\r\n\t\t\"account-book\": {\r\n\t\t\t\"parent\": \"account-book-outlined\"\r\n\t\t},\r\n\t\t\"account-book-fill\": {\r\n\t\t\t\"parent\": \"account-book-filled\"\r\n\t\t},\r\n\t\t\"account-book-outline\": {\r\n\t\t\t\"parent\": \"account-book-outlined\"\r\n\t\t},\r\n\t\t\"aim\": {\r\n\t\t\t\"parent\": \"aim-outlined\"\r\n\t\t},\r\n\t\t\"alert\": {\r\n\t\t\t\"parent\": \"alert-outlined\"\r\n\t\t},\r\n\t\t\"alert-fill\": {\r\n\t\t\t\"parent\": \"alert-filled\"\r\n\t\t},\r\n\t\t\"alert-outline\": {\r\n\t\t\t\"parent\": \"alert-outlined\"\r\n\t\t},\r\n\t\t\"alibaba\": {\r\n\t\t\t\"parent\": \"alibaba-outlined\"\r\n\t\t},\r\n\t\t\"alibaba-outline\": {\r\n\t\t\t\"parent\": \"alibaba-outlined\"\r\n\t\t},\r\n\t\t\"align-center\": {\r\n\t\t\t\"parent\": \"align-center-outlined\"\r\n\t\t},\r\n\t\t\"align-center-outline\": {\r\n\t\t\t\"parent\": \"align-center-outlined\"\r\n\t\t},\r\n\t\t\"align-left\": {\r\n\t\t\t\"parent\": \"align-left-outlined\"\r\n\t\t},\r\n\t\t\"align-left-outline\": {\r\n\t\t\t\"parent\": \"align-left-outlined\"\r\n\t\t},\r\n\t\t\"align-right\": {\r\n\t\t\t\"parent\": \"align-right-outlined\"\r\n\t\t},\r\n\t\t\"align-right-outline\": {\r\n\t\t\t\"parent\": \"align-right-outlined\"\r\n\t\t},\r\n\t\t\"alipay\": {\r\n\t\t\t\"parent\": \"alipay-outlined\"\r\n\t\t},\r\n\t\t\"alipay-circle\": {\r\n\t\t\t\"parent\": \"alipay-circle-filled\"\r\n\t\t},\r\n\t\t\"alipay-circle-fill\": {\r\n\t\t\t\"parent\": \"alipay-circle-filled\"\r\n\t\t},\r\n\t\t\"alipay-circle-outline\": {\r\n\t\t\t\"parent\": \"alipay-circle-filled\"\r\n\t\t},\r\n\t\t\"alipay-outline\": {\r\n\t\t\t\"parent\": \"alipay-outlined\"\r\n\t\t},\r\n\t\t\"alipay-square\": {\r\n\t\t\t\"parent\": \"alipay-square-filled\"\r\n\t\t},\r\n\t\t\"alipay-square-fill\": {\r\n\t\t\t\"parent\": \"alipay-square-filled\"\r\n\t\t},\r\n\t\t\"aliwangwang\": {\r\n\t\t\t\"parent\": \"aliwangwang-outlined\"\r\n\t\t},\r\n\t\t\"aliwangwang-fill\": {\r\n\t\t\t\"parent\": \"aliwangwang-filled\"\r\n\t\t},\r\n\t\t\"aliwangwang-outline\": {\r\n\t\t\t\"parent\": \"aliwangwang-outlined\"\r\n\t\t},\r\n\t\t\"aliyun\": {\r\n\t\t\t\"parent\": \"aliyun-outlined\"\r\n\t\t},\r\n\t\t\"aliyun-outline\": {\r\n\t\t\t\"parent\": \"aliyun-outlined\"\r\n\t\t},\r\n\t\t\"amazon\": {\r\n\t\t\t\"parent\": \"amazon-outlined\"\r\n\t\t},\r\n\t\t\"amazon-circle\": {\r\n\t\t\t\"parent\": \"amazon-circle-filled\"\r\n\t\t},\r\n\t\t\"amazon-circle-fill\": {\r\n\t\t\t\"parent\": \"amazon-circle-filled\"\r\n\t\t},\r\n\t\t\"amazon-outline\": {\r\n\t\t\t\"parent\": \"amazon-outlined\"\r\n\t\t},\r\n\t\t\"amazon-square\": {\r\n\t\t\t\"parent\": \"amazon-square-filled\"\r\n\t\t},\r\n\t\t\"amazon-square-fill\": {\r\n\t\t\t\"parent\": \"amazon-square-filled\"\r\n\t\t},\r\n\t\t\"android\": {\r\n\t\t\t\"parent\": \"android-outlined\"\r\n\t\t},\r\n\t\t\"android-fill\": {\r\n\t\t\t\"parent\": \"android-filled\"\r\n\t\t},\r\n\t\t\"android-outline\": {\r\n\t\t\t\"parent\": \"android-outlined\"\r\n\t\t},\r\n\t\t\"ant-cloud\": {\r\n\t\t\t\"parent\": \"ant-cloud-outlined\"\r\n\t\t},\r\n\t\t\"ant-cloud-outline\": {\r\n\t\t\t\"parent\": \"ant-cloud-outlined\"\r\n\t\t},\r\n\t\t\"ant-design\": {\r\n\t\t\t\"parent\": \"ant-design-outlined\"\r\n\t\t},\r\n\t\t\"ant-design-outline\": {\r\n\t\t\t\"parent\": \"ant-design-outlined\"\r\n\t\t},\r\n\t\t\"apartment\": {\r\n\t\t\t\"parent\": \"apartment-outlined\"\r\n\t\t},\r\n\t\t\"apartment-outline\": {\r\n\t\t\t\"parent\": \"apartment-outlined\"\r\n\t\t},\r\n\t\t\"api\": {\r\n\t\t\t\"parent\": \"api-outlined\"\r\n\t\t},\r\n\t\t\"api-fill\": {\r\n\t\t\t\"parent\": \"api-filled\"\r\n\t\t},\r\n\t\t\"api-outline\": {\r\n\t\t\t\"parent\": \"api-outlined\"\r\n\t\t},\r\n\t\t\"apple\": {\r\n\t\t\t\"parent\": \"apple-outlined\"\r\n\t\t},\r\n\t\t\"apple-fill\": {\r\n\t\t\t\"parent\": \"apple-filled\"\r\n\t\t},\r\n\t\t\"apple-outline\": {\r\n\t\t\t\"parent\": \"apple-outlined\"\r\n\t\t},\r\n\t\t\"appstore\": {\r\n\t\t\t\"parent\": \"appstore-outlined\"\r\n\t\t},\r\n\t\t\"appstore-add\": {\r\n\t\t\t\"parent\": \"appstore-add-outlined\"\r\n\t\t},\r\n\t\t\"appstore-fill\": {\r\n\t\t\t\"parent\": \"appstore-filled\"\r\n\t\t},\r\n\t\t\"appstore-outline\": {\r\n\t\t\t\"parent\": \"appstore-outlined\"\r\n\t\t},\r\n\t\t\"area-chart\": {\r\n\t\t\t\"parent\": \"area-chart-outlined\"\r\n\t\t},\r\n\t\t\"area-chart-outline\": {\r\n\t\t\t\"parent\": \"area-chart-outlined\"\r\n\t\t},\r\n\t\t\"arrow-down\": {\r\n\t\t\t\"parent\": \"arrow-down-outlined\"\r\n\t\t},\r\n\t\t\"arrow-down-outline\": {\r\n\t\t\t\"parent\": \"arrow-down-outlined\"\r\n\t\t},\r\n\t\t\"arrow-left\": {\r\n\t\t\t\"parent\": \"arrow-left-outlined\"\r\n\t\t},\r\n\t\t\"arrow-left-outline\": {\r\n\t\t\t\"parent\": \"arrow-left-outlined\"\r\n\t\t},\r\n\t\t\"arrow-right\": {\r\n\t\t\t\"parent\": \"arrow-right-outlined\"\r\n\t\t},\r\n\t\t\"arrow-right-outline\": {\r\n\t\t\t\"parent\": \"arrow-right-outlined\"\r\n\t\t},\r\n\t\t\"arrow-up\": {\r\n\t\t\t\"parent\": \"arrow-up-outlined\"\r\n\t\t},\r\n\t\t\"arrow-up-outline\": {\r\n\t\t\t\"parent\": \"arrow-up-outlined\"\r\n\t\t},\r\n\t\t\"arrows-alt\": {\r\n\t\t\t\"parent\": \"arrows-alt-outlined\"\r\n\t\t},\r\n\t\t\"arrows-alt-outline\": {\r\n\t\t\t\"parent\": \"arrows-alt-outlined\"\r\n\t\t},\r\n\t\t\"audio\": {\r\n\t\t\t\"parent\": \"audio-outlined\"\r\n\t\t},\r\n\t\t\"audio-fill\": {\r\n\t\t\t\"parent\": \"audio-filled\"\r\n\t\t},\r\n\t\t\"audio-muted\": {\r\n\t\t\t\"parent\": \"audio-muted-outlined\"\r\n\t\t},\r\n\t\t\"audio-outline\": {\r\n\t\t\t\"parent\": \"audio-outlined\"\r\n\t\t},\r\n\t\t\"audit\": {\r\n\t\t\t\"parent\": \"audit-outlined\"\r\n\t\t},\r\n\t\t\"audit-outline\": {\r\n\t\t\t\"parent\": \"audit-outlined\"\r\n\t\t},\r\n\t\t\"backward\": {\r\n\t\t\t\"parent\": \"backward-filled\"\r\n\t\t},\r\n\t\t\"backward-fill\": {\r\n\t\t\t\"parent\": \"backward-filled\"\r\n\t\t},\r\n\t\t\"backward-outline\": {\r\n\t\t\t\"parent\": \"backward-filled\"\r\n\t\t},\r\n\t\t\"bank\": {\r\n\t\t\t\"parent\": \"bank-outlined\"\r\n\t\t},\r\n\t\t\"bank-fill\": {\r\n\t\t\t\"parent\": \"bank-filled\"\r\n\t\t},\r\n\t\t\"bank-outline\": {\r\n\t\t\t\"parent\": \"bank-outlined\"\r\n\t\t},\r\n\t\t\"bar-chart\": {\r\n\t\t\t\"parent\": \"bar-chart-outlined\"\r\n\t\t},\r\n\t\t\"bar-chart-outline\": {\r\n\t\t\t\"parent\": \"bar-chart-outlined\"\r\n\t\t},\r\n\t\t\"barcode\": {\r\n\t\t\t\"parent\": \"barcode-outlined\"\r\n\t\t},\r\n\t\t\"barcode-outline\": {\r\n\t\t\t\"parent\": \"barcode-outlined\"\r\n\t\t},\r\n\t\t\"bars\": {\r\n\t\t\t\"parent\": \"bars-outlined\"\r\n\t\t},\r\n\t\t\"bars-outline\": {\r\n\t\t\t\"parent\": \"bars-outlined\"\r\n\t\t},\r\n\t\t\"behance\": {\r\n\t\t\t\"parent\": \"behance-outlined\"\r\n\t\t},\r\n\t\t\"behance-circle\": {\r\n\t\t\t\"parent\": \"behance-circle-filled\"\r\n\t\t},\r\n\t\t\"behance-circle-fill\": {\r\n\t\t\t\"parent\": \"behance-circle-filled\"\r\n\t\t},\r\n\t\t\"behance-outline\": {\r\n\t\t\t\"parent\": \"behance-outlined\"\r\n\t\t},\r\n\t\t\"behance-square\": {\r\n\t\t\t\"parent\": \"behance-square-filled\"\r\n\t\t},\r\n\t\t\"behance-square-fill\": {\r\n\t\t\t\"parent\": \"behance-square-filled\"\r\n\t\t},\r\n\t\t\"behance-square-outline\": {\r\n\t\t\t\"parent\": \"behance-square-filled\"\r\n\t\t},\r\n\t\t\"bell\": {\r\n\t\t\t\"parent\": \"bell-outlined\"\r\n\t\t},\r\n\t\t\"bell-fill\": {\r\n\t\t\t\"parent\": \"bell-filled\"\r\n\t\t},\r\n\t\t\"bell-outline\": {\r\n\t\t\t\"parent\": \"bell-outlined\"\r\n\t\t},\r\n\t\t\"bg-colors\": {\r\n\t\t\t\"parent\": \"bg-colors-outlined\"\r\n\t\t},\r\n\t\t\"bg-colors-outline\": {\r\n\t\t\t\"parent\": \"bg-colors-outlined\"\r\n\t\t},\r\n\t\t\"block\": {\r\n\t\t\t\"parent\": \"block-outlined\"\r\n\t\t},\r\n\t\t\"block-outline\": {\r\n\t\t\t\"parent\": \"block-outlined\"\r\n\t\t},\r\n\t\t\"bold\": {\r\n\t\t\t\"parent\": \"bold-outlined\"\r\n\t\t},\r\n\t\t\"bold-outline\": {\r\n\t\t\t\"parent\": \"bold-outlined\"\r\n\t\t},\r\n\t\t\"book\": {\r\n\t\t\t\"parent\": \"book-outlined\"\r\n\t\t},\r\n\t\t\"book-fill\": {\r\n\t\t\t\"parent\": \"book-filled\"\r\n\t\t},\r\n\t\t\"book-outline\": {\r\n\t\t\t\"parent\": \"book-outlined\"\r\n\t\t},\r\n\t\t\"border\": {\r\n\t\t\t\"parent\": \"border-outlined\"\r\n\t\t},\r\n\t\t\"border-bottom\": {\r\n\t\t\t\"parent\": \"border-bottom-outlined\"\r\n\t\t},\r\n\t\t\"border-bottom-outline\": {\r\n\t\t\t\"parent\": \"border-bottom-outlined\"\r\n\t\t},\r\n\t\t\"border-horizontal\": {\r\n\t\t\t\"parent\": \"border-horizontal-outlined\"\r\n\t\t},\r\n\t\t\"border-horizontal-outline\": {\r\n\t\t\t\"parent\": \"border-horizontal-outlined\"\r\n\t\t},\r\n\t\t\"border-inner\": {\r\n\t\t\t\"parent\": \"border-inner-outlined\"\r\n\t\t},\r\n\t\t\"border-inner-outline\": {\r\n\t\t\t\"parent\": \"border-inner-outlined\"\r\n\t\t},\r\n\t\t\"border-left\": {\r\n\t\t\t\"parent\": \"border-left-outlined\"\r\n\t\t},\r\n\t\t\"border-left-outline\": {\r\n\t\t\t\"parent\": \"border-left-outlined\"\r\n\t\t},\r\n\t\t\"border-outer\": {\r\n\t\t\t\"parent\": \"border-outer-outlined\"\r\n\t\t},\r\n\t\t\"border-outer-outline\": {\r\n\t\t\t\"parent\": \"border-outer-outlined\"\r\n\t\t},\r\n\t\t\"border-outline\": {\r\n\t\t\t\"parent\": \"border-outlined\"\r\n\t\t},\r\n\t\t\"border-right\": {\r\n\t\t\t\"parent\": \"border-right-outlined\"\r\n\t\t},\r\n\t\t\"border-right-outline\": {\r\n\t\t\t\"parent\": \"border-right-outlined\"\r\n\t\t},\r\n\t\t\"border-top\": {\r\n\t\t\t\"parent\": \"border-top-outlined\"\r\n\t\t},\r\n\t\t\"border-top-outline\": {\r\n\t\t\t\"parent\": \"border-top-outlined\"\r\n\t\t},\r\n\t\t\"border-verticle\": {\r\n\t\t\t\"parent\": \"border-verticle-outlined\"\r\n\t\t},\r\n\t\t\"border-verticle-outline\": {\r\n\t\t\t\"parent\": \"border-verticle-outlined\"\r\n\t\t},\r\n\t\t\"borderless-table\": {\r\n\t\t\t\"parent\": \"borderless-table-outlined\"\r\n\t\t},\r\n\t\t\"box-plot\": {\r\n\t\t\t\"parent\": \"box-plot-outlined\"\r\n\t\t},\r\n\t\t\"box-plot-fill\": {\r\n\t\t\t\"parent\": \"box-plot-filled\"\r\n\t\t},\r\n\t\t\"box-plot-outline\": {\r\n\t\t\t\"parent\": \"box-plot-outlined\"\r\n\t\t},\r\n\t\t\"branches\": {\r\n\t\t\t\"parent\": \"branches-outlined\"\r\n\t\t},\r\n\t\t\"branches-outline\": {\r\n\t\t\t\"parent\": \"branches-outlined\"\r\n\t\t},\r\n\t\t\"bug\": {\r\n\t\t\t\"parent\": \"bug-outlined\"\r\n\t\t},\r\n\t\t\"bug-fill\": {\r\n\t\t\t\"parent\": \"bug-filled\"\r\n\t\t},\r\n\t\t\"bug-outline\": {\r\n\t\t\t\"parent\": \"bug-outlined\"\r\n\t\t},\r\n\t\t\"build\": {\r\n\t\t\t\"parent\": \"build-outlined\"\r\n\t\t},\r\n\t\t\"build-fill\": {\r\n\t\t\t\"parent\": \"build-filled\"\r\n\t\t},\r\n\t\t\"build-outline\": {\r\n\t\t\t\"parent\": \"build-outlined\"\r\n\t\t},\r\n\t\t\"bulb\": {\r\n\t\t\t\"parent\": \"bulb-outlined\"\r\n\t\t},\r\n\t\t\"bulb-fill\": {\r\n\t\t\t\"parent\": \"bulb-filled\"\r\n\t\t},\r\n\t\t\"bulb-outline\": {\r\n\t\t\t\"parent\": \"bulb-outlined\"\r\n\t\t},\r\n\t\t\"calculator\": {\r\n\t\t\t\"parent\": \"calculator-outlined\"\r\n\t\t},\r\n\t\t\"calculator-fill\": {\r\n\t\t\t\"parent\": \"calculator-filled\"\r\n\t\t},\r\n\t\t\"calculator-outline\": {\r\n\t\t\t\"parent\": \"calculator-outlined\"\r\n\t\t},\r\n\t\t\"calendar\": {\r\n\t\t\t\"parent\": \"calendar-outlined\"\r\n\t\t},\r\n\t\t\"calendar-fill\": {\r\n\t\t\t\"parent\": \"calendar-filled\"\r\n\t\t},\r\n\t\t\"calendar-outline\": {\r\n\t\t\t\"parent\": \"calendar-outlined\"\r\n\t\t},\r\n\t\t\"camera\": {\r\n\t\t\t\"parent\": \"camera-outlined\"\r\n\t\t},\r\n\t\t\"camera-fill\": {\r\n\t\t\t\"parent\": \"camera-filled\"\r\n\t\t},\r\n\t\t\"camera-outline\": {\r\n\t\t\t\"parent\": \"camera-outlined\"\r\n\t\t},\r\n\t\t\"canlendar-twotone\": {\r\n\t\t\t\"parent\": \"calendar-twotone\"\r\n\t\t},\r\n\t\t\"car\": {\r\n\t\t\t\"parent\": \"car-outlined\"\r\n\t\t},\r\n\t\t\"car-fill\": {\r\n\t\t\t\"parent\": \"car-filled\"\r\n\t\t},\r\n\t\t\"car-outline\": {\r\n\t\t\t\"parent\": \"car-outlined\"\r\n\t\t},\r\n\t\t\"caret-down\": {\r\n\t\t\t\"parent\": \"caret-down-filled\"\r\n\t\t},\r\n\t\t\"caret-down-fill\": {\r\n\t\t\t\"parent\": \"caret-down-filled\"\r\n\t\t},\r\n\t\t\"caret-down-outline\": {\r\n\t\t\t\"parent\": \"caret-down-filled\"\r\n\t\t},\r\n\t\t\"caret-left\": {\r\n\t\t\t\"parent\": \"caret-left-filled\"\r\n\t\t},\r\n\t\t\"caret-left-fill\": {\r\n\t\t\t\"parent\": \"caret-left-filled\"\r\n\t\t},\r\n\t\t\"caret-left-outline\": {\r\n\t\t\t\"parent\": \"caret-left-filled\"\r\n\t\t},\r\n\t\t\"caret-right\": {\r\n\t\t\t\"parent\": \"caret-right-filled\"\r\n\t\t},\r\n\t\t\"caret-right-fill\": {\r\n\t\t\t\"parent\": \"caret-right-filled\"\r\n\t\t},\r\n\t\t\"caret-right-outline\": {\r\n\t\t\t\"parent\": \"caret-right-filled\"\r\n\t\t},\r\n\t\t\"caret-up\": {\r\n\t\t\t\"parent\": \"caret-up-filled\"\r\n\t\t},\r\n\t\t\"caret-up-fill\": {\r\n\t\t\t\"parent\": \"caret-up-filled\"\r\n\t\t},\r\n\t\t\"caret-up-outline\": {\r\n\t\t\t\"parent\": \"caret-up-filled\"\r\n\t\t},\r\n\t\t\"carry-out\": {\r\n\t\t\t\"parent\": \"carry-out-outlined\"\r\n\t\t},\r\n\t\t\"carry-out-fill\": {\r\n\t\t\t\"parent\": \"carry-out-filled\"\r\n\t\t},\r\n\t\t\"carry-out-outline\": {\r\n\t\t\t\"parent\": \"carry-out-outlined\"\r\n\t\t},\r\n\t\t\"check\": {\r\n\t\t\t\"parent\": \"check-outlined\"\r\n\t\t},\r\n\t\t\"check-circle\": {\r\n\t\t\t\"parent\": \"check-circle-outlined\"\r\n\t\t},\r\n\t\t\"check-circle-fill\": {\r\n\t\t\t\"parent\": \"check-circle-filled\"\r\n\t\t},\r\n\t\t\"check-circle-outline\": {\r\n\t\t\t\"parent\": \"check-circle-outlined\"\r\n\t\t},\r\n\t\t\"check-outline\": {\r\n\t\t\t\"parent\": \"check-outlined\"\r\n\t\t},\r\n\t\t\"check-square\": {\r\n\t\t\t\"parent\": \"check-square-outlined\"\r\n\t\t},\r\n\t\t\"check-square-fill\": {\r\n\t\t\t\"parent\": \"check-square-filled\"\r\n\t\t},\r\n\t\t\"check-square-outline\": {\r\n\t\t\t\"parent\": \"check-square-outlined\"\r\n\t\t},\r\n\t\t\"chrome\": {\r\n\t\t\t\"parent\": \"chrome-outlined\"\r\n\t\t},\r\n\t\t\"chrome-fill\": {\r\n\t\t\t\"parent\": \"chrome-filled\"\r\n\t\t},\r\n\t\t\"chrome-outline\": {\r\n\t\t\t\"parent\": \"chrome-outlined\"\r\n\t\t},\r\n\t\t\"ci\": {\r\n\t\t\t\"parent\": \"ci-circle-outlined\"\r\n\t\t},\r\n\t\t\"ci-circle\": {\r\n\t\t\t\"parent\": \"ci-circle-outlined\"\r\n\t\t},\r\n\t\t\"ci-circle-fill\": {\r\n\t\t\t\"parent\": \"ci-circle-filled\"\r\n\t\t},\r\n\t\t\"ci-outline\": {\r\n\t\t\t\"parent\": \"ci-circle-outlined\"\r\n\t\t},\r\n\t\t\"clear\": {\r\n\t\t\t\"parent\": \"clear-outlined\"\r\n\t\t},\r\n\t\t\"clock-circle\": {\r\n\t\t\t\"parent\": \"clock-circle-outlined\"\r\n\t\t},\r\n\t\t\"clock-circle-fill\": {\r\n\t\t\t\"parent\": \"clock-circle-filled\"\r\n\t\t},\r\n\t\t\"clock-circle-outline\": {\r\n\t\t\t\"parent\": \"clock-circle-outlined\"\r\n\t\t},\r\n\t\t\"close\": {\r\n\t\t\t\"parent\": \"close-outlined\"\r\n\t\t},\r\n\t\t\"close-circle\": {\r\n\t\t\t\"parent\": \"close-circle-outlined\"\r\n\t\t},\r\n\t\t\"close-circle-fill\": {\r\n\t\t\t\"parent\": \"close-circle-filled\"\r\n\t\t},\r\n\t\t\"close-circle-outline\": {\r\n\t\t\t\"parent\": \"close-circle-outlined\"\r\n\t\t},\r\n\t\t\"close-outline\": {\r\n\t\t\t\"parent\": \"close-outlined\"\r\n\t\t},\r\n\t\t\"close-square\": {\r\n\t\t\t\"parent\": \"close-square-outlined\"\r\n\t\t},\r\n\t\t\"close-square-fill\": {\r\n\t\t\t\"parent\": \"close-square-filled\"\r\n\t\t},\r\n\t\t\"close-square-outline\": {\r\n\t\t\t\"parent\": \"close-square-outlined\"\r\n\t\t},\r\n\t\t\"cloud\": {\r\n\t\t\t\"parent\": \"cloud-outlined\"\r\n\t\t},\r\n\t\t\"cloud-download\": {\r\n\t\t\t\"parent\": \"cloud-download-outlined\"\r\n\t\t},\r\n\t\t\"cloud-download-outline\": {\r\n\t\t\t\"parent\": \"cloud-download-outlined\"\r\n\t\t},\r\n\t\t\"cloud-fill\": {\r\n\t\t\t\"parent\": \"cloud-filled\"\r\n\t\t},\r\n\t\t\"cloud-outline\": {\r\n\t\t\t\"parent\": \"cloud-outlined\"\r\n\t\t},\r\n\t\t\"cloud-server\": {\r\n\t\t\t\"parent\": \"cloud-server-outlined\"\r\n\t\t},\r\n\t\t\"cloud-server-outline\": {\r\n\t\t\t\"parent\": \"cloud-server-outlined\"\r\n\t\t},\r\n\t\t\"cloud-sync\": {\r\n\t\t\t\"parent\": \"cloud-sync-outlined\"\r\n\t\t},\r\n\t\t\"cloud-sync-outline\": {\r\n\t\t\t\"parent\": \"cloud-sync-outlined\"\r\n\t\t},\r\n\t\t\"cloud-upload\": {\r\n\t\t\t\"parent\": \"cloud-upload-outlined\"\r\n\t\t},\r\n\t\t\"cloud-upload-outline\": {\r\n\t\t\t\"parent\": \"cloud-upload-outlined\"\r\n\t\t},\r\n\t\t\"cluster\": {\r\n\t\t\t\"parent\": \"cluster-outlined\"\r\n\t\t},\r\n\t\t\"cluster-outline\": {\r\n\t\t\t\"parent\": \"cluster-outlined\"\r\n\t\t},\r\n\t\t\"code\": {\r\n\t\t\t\"parent\": \"code-outlined\"\r\n\t\t},\r\n\t\t\"code-fill\": {\r\n\t\t\t\"parent\": \"code-filled\"\r\n\t\t},\r\n\t\t\"code-outline\": {\r\n\t\t\t\"parent\": \"code-outlined\"\r\n\t\t},\r\n\t\t\"code-sandbox\": {\r\n\t\t\t\"parent\": \"code-sandbox-outlined\"\r\n\t\t},\r\n\t\t\"code-sandbox-circle\": {\r\n\t\t\t\"parent\": \"code-sandbox-circle-filled\"\r\n\t\t},\r\n\t\t\"code-sandbox-circle-fill\": {\r\n\t\t\t\"parent\": \"code-sandbox-circle-filled\"\r\n\t\t},\r\n\t\t\"code-sandbox-outline\": {\r\n\t\t\t\"parent\": \"code-sandbox-outlined\"\r\n\t\t},\r\n\t\t\"code-sandbox-square\": {\r\n\t\t\t\"parent\": \"code-sandbox-square-filled\"\r\n\t\t},\r\n\t\t\"code-sandbox-square-fill\": {\r\n\t\t\t\"parent\": \"code-sandbox-square-filled\"\r\n\t\t},\r\n\t\t\"codepen\": {\r\n\t\t\t\"parent\": \"codepen-outlined\"\r\n\t\t},\r\n\t\t\"codepen-circle\": {\r\n\t\t\t\"parent\": \"codepen-circle-filled\"\r\n\t\t},\r\n\t\t\"codepen-circle-fill\": {\r\n\t\t\t\"parent\": \"codepen-circle-filled\"\r\n\t\t},\r\n\t\t\"codepen-circle-outline\": {\r\n\t\t\t\"parent\": \"codepen-circle-filled\"\r\n\t\t},\r\n\t\t\"codepen-outline\": {\r\n\t\t\t\"parent\": \"codepen-outlined\"\r\n\t\t},\r\n\t\t\"codepen-square\": {\r\n\t\t\t\"parent\": \"codepen-square-filled\"\r\n\t\t},\r\n\t\t\"codepen-square-fill\": {\r\n\t\t\t\"parent\": \"codepen-square-filled\"\r\n\t\t},\r\n\t\t\"coffee\": {\r\n\t\t\t\"parent\": \"coffee-outlined\"\r\n\t\t},\r\n\t\t\"coffee-outline\": {\r\n\t\t\t\"parent\": \"coffee-outlined\"\r\n\t\t},\r\n\t\t\"colum-height-outline\": {\r\n\t\t\t\"parent\": \"column-height-outlined\"\r\n\t\t},\r\n\t\t\"column-height\": {\r\n\t\t\t\"parent\": \"column-height-outlined\"\r\n\t\t},\r\n\t\t\"column-height-outline\": {\r\n\t\t\t\"parent\": \"column-height-outlined\"\r\n\t\t},\r\n\t\t\"column-width\": {\r\n\t\t\t\"parent\": \"column-width-outlined\"\r\n\t\t},\r\n\t\t\"column-width-outline\": {\r\n\t\t\t\"parent\": \"column-width-outlined\"\r\n\t\t},\r\n\t\t\"comment\": {\r\n\t\t\t\"parent\": \"comment-outlined\"\r\n\t\t},\r\n\t\t\"compass\": {\r\n\t\t\t\"parent\": \"compass-outlined\"\r\n\t\t},\r\n\t\t\"compass-fill\": {\r\n\t\t\t\"parent\": \"compass-filled\"\r\n\t\t},\r\n\t\t\"compass-outline\": {\r\n\t\t\t\"parent\": \"compass-outlined\"\r\n\t\t},\r\n\t\t\"compress\": {\r\n\t\t\t\"parent\": \"compress-outlined\"\r\n\t\t},\r\n\t\t\"console-sql\": {\r\n\t\t\t\"parent\": \"console-sql-outlined\"\r\n\t\t},\r\n\t\t\"contacts\": {\r\n\t\t\t\"parent\": \"contacts-outlined\"\r\n\t\t},\r\n\t\t\"contacts-fill\": {\r\n\t\t\t\"parent\": \"contacts-filled\"\r\n\t\t},\r\n\t\t\"contacts-outline\": {\r\n\t\t\t\"parent\": \"contacts-outlined\"\r\n\t\t},\r\n\t\t\"container\": {\r\n\t\t\t\"parent\": \"container-outlined\"\r\n\t\t},\r\n\t\t\"container-fill\": {\r\n\t\t\t\"parent\": \"container-filled\"\r\n\t\t},\r\n\t\t\"container-outline\": {\r\n\t\t\t\"parent\": \"container-outlined\"\r\n\t\t},\r\n\t\t\"control\": {\r\n\t\t\t\"parent\": \"control-outlined\"\r\n\t\t},\r\n\t\t\"control-fill\": {\r\n\t\t\t\"parent\": \"control-filled\"\r\n\t\t},\r\n\t\t\"control-outline\": {\r\n\t\t\t\"parent\": \"control-outlined\"\r\n\t\t},\r\n\t\t\"copy\": {\r\n\t\t\t\"parent\": \"copy-outlined\"\r\n\t\t},\r\n\t\t\"copy-fill\": {\r\n\t\t\t\"parent\": \"copy-filled\"\r\n\t\t},\r\n\t\t\"copy-outline\": {\r\n\t\t\t\"parent\": \"copy-outlined\"\r\n\t\t},\r\n\t\t\"copyright\": {\r\n\t\t\t\"parent\": \"copyright-circle-outlined\"\r\n\t\t},\r\n\t\t\"copyright-circle\": {\r\n\t\t\t\"parent\": \"copyright-circle-outlined\"\r\n\t\t},\r\n\t\t\"copyright-circle-fill\": {\r\n\t\t\t\"parent\": \"copyright-circle-filled\"\r\n\t\t},\r\n\t\t\"copyright-outline\": {\r\n\t\t\t\"parent\": \"copyright-circle-outlined\"\r\n\t\t},\r\n\t\t\"credit-card\": {\r\n\t\t\t\"parent\": \"credit-card-outlined\"\r\n\t\t},\r\n\t\t\"credit-card-fill\": {\r\n\t\t\t\"parent\": \"credit-card-filled\"\r\n\t\t},\r\n\t\t\"credit-card-outline\": {\r\n\t\t\t\"parent\": \"credit-card-outlined\"\r\n\t\t},\r\n\t\t\"crown\": {\r\n\t\t\t\"parent\": \"crown-outlined\"\r\n\t\t},\r\n\t\t\"crown-fill\": {\r\n\t\t\t\"parent\": \"crown-filled\"\r\n\t\t},\r\n\t\t\"crown-outline\": {\r\n\t\t\t\"parent\": \"crown-outlined\"\r\n\t\t},\r\n\t\t\"customer-service\": {\r\n\t\t\t\"parent\": \"customer-service-outlined\"\r\n\t\t},\r\n\t\t\"customer-service-fill\": {\r\n\t\t\t\"parent\": \"customer-service-filled\"\r\n\t\t},\r\n\t\t\"customer-service-outline\": {\r\n\t\t\t\"parent\": \"customer-service-outlined\"\r\n\t\t},\r\n\t\t\"dash\": {\r\n\t\t\t\"parent\": \"dash-outlined\"\r\n\t\t},\r\n\t\t\"dash-outline\": {\r\n\t\t\t\"parent\": \"dash-outlined\"\r\n\t\t},\r\n\t\t\"dashboard\": {\r\n\t\t\t\"parent\": \"dashboard-outlined\"\r\n\t\t},\r\n\t\t\"dashboard-fill\": {\r\n\t\t\t\"parent\": \"dashboard-filled\"\r\n\t\t},\r\n\t\t\"dashboard-outline\": {\r\n\t\t\t\"parent\": \"dashboard-outlined\"\r\n\t\t},\r\n\t\t\"database\": {\r\n\t\t\t\"parent\": \"database-outlined\"\r\n\t\t},\r\n\t\t\"database-fill\": {\r\n\t\t\t\"parent\": \"database-filled\"\r\n\t\t},\r\n\t\t\"database-outline\": {\r\n\t\t\t\"parent\": \"database-outlined\"\r\n\t\t},\r\n\t\t\"delete\": {\r\n\t\t\t\"parent\": \"delete-outlined\"\r\n\t\t},\r\n\t\t\"delete-column\": {\r\n\t\t\t\"parent\": \"delete-column-outlined\"\r\n\t\t},\r\n\t\t\"delete-fill\": {\r\n\t\t\t\"parent\": \"delete-filled\"\r\n\t\t},\r\n\t\t\"delete-outline\": {\r\n\t\t\t\"parent\": \"delete-outlined\"\r\n\t\t},\r\n\t\t\"delete-row\": {\r\n\t\t\t\"parent\": \"delete-row-outlined\"\r\n\t\t},\r\n\t\t\"delivered-procedure\": {\r\n\t\t\t\"parent\": \"delivered-procedure-outlined\"\r\n\t\t},\r\n\t\t\"deployment-unit\": {\r\n\t\t\t\"parent\": \"deployment-unit-outlined\"\r\n\t\t},\r\n\t\t\"deployment-unit-outline\": {\r\n\t\t\t\"parent\": \"deployment-unit-outlined\"\r\n\t\t},\r\n\t\t\"desktop\": {\r\n\t\t\t\"parent\": \"desktop-outlined\"\r\n\t\t},\r\n\t\t\"desktop-outline\": {\r\n\t\t\t\"parent\": \"desktop-outlined\"\r\n\t\t},\r\n\t\t\"diff\": {\r\n\t\t\t\"parent\": \"diff-outlined\"\r\n\t\t},\r\n\t\t\"diff-fill\": {\r\n\t\t\t\"parent\": \"diff-filled\"\r\n\t\t},\r\n\t\t\"diff-outline\": {\r\n\t\t\t\"parent\": \"diff-outlined\"\r\n\t\t},\r\n\t\t\"dingding\": {\r\n\t\t\t\"parent\": \"dingding-outlined\"\r\n\t\t},\r\n\t\t\"dingding-outline\": {\r\n\t\t\t\"parent\": \"dingding-outlined\"\r\n\t\t},\r\n\t\t\"dingtalk\": {\r\n\t\t\t\"parent\": \"dingding-outlined\"\r\n\t\t},\r\n\t\t\"dingtalk-circle\": {\r\n\t\t\t\"parent\": \"dingtalk-circle-filled\"\r\n\t\t},\r\n\t\t\"dingtalk-circle-fill\": {\r\n\t\t\t\"parent\": \"dingtalk-circle-filled\"\r\n\t\t},\r\n\t\t\"dingtalk-square\": {\r\n\t\t\t\"parent\": \"dingtalk-square-filled\"\r\n\t\t},\r\n\t\t\"dingtalk-square-fill\": {\r\n\t\t\t\"parent\": \"dingtalk-square-filled\"\r\n\t\t},\r\n\t\t\"disconnect\": {\r\n\t\t\t\"parent\": \"disconnect-outlined\"\r\n\t\t},\r\n\t\t\"disconnect-outline\": {\r\n\t\t\t\"parent\": \"disconnect-outlined\"\r\n\t\t},\r\n\t\t\"dislike\": {\r\n\t\t\t\"parent\": \"dislike-outlined\"\r\n\t\t},\r\n\t\t\"dislike-fill\": {\r\n\t\t\t\"parent\": \"dislike-filled\"\r\n\t\t},\r\n\t\t\"dislike-outline\": {\r\n\t\t\t\"parent\": \"dislike-outlined\"\r\n\t\t},\r\n\t\t\"dollar\": {\r\n\t\t\t\"parent\": \"dollar-circle-outlined\"\r\n\t\t},\r\n\t\t\"dollar-circle\": {\r\n\t\t\t\"parent\": \"dollar-circle-outlined\"\r\n\t\t},\r\n\t\t\"dollar-circle-fill\": {\r\n\t\t\t\"parent\": \"dollar-circle-filled\"\r\n\t\t},\r\n\t\t\"dollar-outline\": {\r\n\t\t\t\"parent\": \"dollar-circle-outlined\"\r\n\t\t},\r\n\t\t\"dot-chart\": {\r\n\t\t\t\"parent\": \"dot-chart-outlined\"\r\n\t\t},\r\n\t\t\"dot-chart-outline\": {\r\n\t\t\t\"parent\": \"dot-chart-outlined\"\r\n\t\t},\r\n\t\t\"double-left\": {\r\n\t\t\t\"parent\": \"double-left-outlined\"\r\n\t\t},\r\n\t\t\"double-left-outline\": {\r\n\t\t\t\"parent\": \"double-left-outlined\"\r\n\t\t},\r\n\t\t\"double-right\": {\r\n\t\t\t\"parent\": \"double-right-outlined\"\r\n\t\t},\r\n\t\t\"double-right-outline\": {\r\n\t\t\t\"parent\": \"double-right-outlined\"\r\n\t\t},\r\n\t\t\"down\": {\r\n\t\t\t\"parent\": \"down-outlined\"\r\n\t\t},\r\n\t\t\"down-circle\": {\r\n\t\t\t\"parent\": \"down-circle-outlined\"\r\n\t\t},\r\n\t\t\"down-circle-fill\": {\r\n\t\t\t\"parent\": \"down-circle-filled\"\r\n\t\t},\r\n\t\t\"down-circle-outline\": {\r\n\t\t\t\"parent\": \"down-circle-outlined\"\r\n\t\t},\r\n\t\t\"down-outline\": {\r\n\t\t\t\"parent\": \"down-outlined\"\r\n\t\t},\r\n\t\t\"down-square\": {\r\n\t\t\t\"parent\": \"down-square-outlined\"\r\n\t\t},\r\n\t\t\"down-square-fill\": {\r\n\t\t\t\"parent\": \"down-square-filled\"\r\n\t\t},\r\n\t\t\"down-square-outline\": {\r\n\t\t\t\"parent\": \"down-square-outlined\"\r\n\t\t},\r\n\t\t\"download\": {\r\n\t\t\t\"parent\": \"download-outlined\"\r\n\t\t},\r\n\t\t\"download-outline\": {\r\n\t\t\t\"parent\": \"download-outlined\"\r\n\t\t},\r\n\t\t\"drag\": {\r\n\t\t\t\"parent\": \"drag-outlined\"\r\n\t\t},\r\n\t\t\"drag-outline\": {\r\n\t\t\t\"parent\": \"drag-outlined\"\r\n\t\t},\r\n\t\t\"dribbble\": {\r\n\t\t\t\"parent\": \"dribbble-outlined\"\r\n\t\t},\r\n\t\t\"dribbble-circle\": {\r\n\t\t\t\"parent\": \"dribbble-circle-filled\"\r\n\t\t},\r\n\t\t\"dribbble-circle-fill\": {\r\n\t\t\t\"parent\": \"dribbble-circle-filled\"\r\n\t\t},\r\n\t\t\"dribbble-outline\": {\r\n\t\t\t\"parent\": \"dribbble-outlined\"\r\n\t\t},\r\n\t\t\"dribbble-square\": {\r\n\t\t\t\"parent\": \"dribbble-square-filled\"\r\n\t\t},\r\n\t\t\"dribbble-square-fill\": {\r\n\t\t\t\"parent\": \"dribbble-square-filled\"\r\n\t\t},\r\n\t\t\"dribbble-square-outline\": {\r\n\t\t\t\"parent\": \"dribbble-square-filled\"\r\n\t\t},\r\n\t\t\"dropbox\": {\r\n\t\t\t\"parent\": \"dropbox-outlined\"\r\n\t\t},\r\n\t\t\"dropbox-circle\": {\r\n\t\t\t\"parent\": \"dropbox-circle-filled\"\r\n\t\t},\r\n\t\t\"dropbox-circle-fill\": {\r\n\t\t\t\"parent\": \"dropbox-circle-filled\"\r\n\t\t},\r\n\t\t\"dropbox-outline\": {\r\n\t\t\t\"parent\": \"dropbox-outlined\"\r\n\t\t},\r\n\t\t\"dropbox-square\": {\r\n\t\t\t\"parent\": \"dropbox-square-filled\"\r\n\t\t},\r\n\t\t\"dropbox-square-fill\": {\r\n\t\t\t\"parent\": \"dropbox-square-filled\"\r\n\t\t},\r\n\t\t\"edit\": {\r\n\t\t\t\"parent\": \"edit-outlined\"\r\n\t\t},\r\n\t\t\"edit-fill\": {\r\n\t\t\t\"parent\": \"edit-filled\"\r\n\t\t},\r\n\t\t\"edit-outline\": {\r\n\t\t\t\"parent\": \"edit-outlined\"\r\n\t\t},\r\n\t\t\"ellipsis\": {\r\n\t\t\t\"parent\": \"ellipsis-outlined\"\r\n\t\t},\r\n\t\t\"ellipsis-outline\": {\r\n\t\t\t\"parent\": \"ellipsis-outlined\"\r\n\t\t},\r\n\t\t\"enter\": {\r\n\t\t\t\"parent\": \"enter-outlined\"\r\n\t\t},\r\n\t\t\"enter-outline\": {\r\n\t\t\t\"parent\": \"enter-outlined\"\r\n\t\t},\r\n\t\t\"environment\": {\r\n\t\t\t\"parent\": \"environment-outlined\"\r\n\t\t},\r\n\t\t\"environment-fill\": {\r\n\t\t\t\"parent\": \"environment-filled\"\r\n\t\t},\r\n\t\t\"environment-outline\": {\r\n\t\t\t\"parent\": \"environment-outlined\"\r\n\t\t},\r\n\t\t\"euro\": {\r\n\t\t\t\"parent\": \"euro-circle-outlined\"\r\n\t\t},\r\n\t\t\"euro-circle\": {\r\n\t\t\t\"parent\": \"euro-circle-outlined\"\r\n\t\t},\r\n\t\t\"euro-circle-fill\": {\r\n\t\t\t\"parent\": \"euro-circle-filled\"\r\n\t\t},\r\n\t\t\"euro-outline\": {\r\n\t\t\t\"parent\": \"euro-circle-outlined\"\r\n\t\t},\r\n\t\t\"exception\": {\r\n\t\t\t\"parent\": \"exception-outlined\"\r\n\t\t},\r\n\t\t\"exception-outline\": {\r\n\t\t\t\"parent\": \"exception-outlined\"\r\n\t\t},\r\n\t\t\"exclamation\": {\r\n\t\t\t\"parent\": \"exclamation-outlined\"\r\n\t\t},\r\n\t\t\"exclamation-circle\": {\r\n\t\t\t\"parent\": \"exclamation-circle-outlined\"\r\n\t\t},\r\n\t\t\"exclamation-circle-fill\": {\r\n\t\t\t\"parent\": \"exclamation-circle-filled\"\r\n\t\t},\r\n\t\t\"exclamation-circle-outline\": {\r\n\t\t\t\"parent\": \"exclamation-circle-outlined\"\r\n\t\t},\r\n\t\t\"exclamation-outline\": {\r\n\t\t\t\"parent\": \"exclamation-outlined\"\r\n\t\t},\r\n\t\t\"expand\": {\r\n\t\t\t\"parent\": \"expand-outlined\"\r\n\t\t},\r\n\t\t\"expand-alt\": {\r\n\t\t\t\"parent\": \"arrows-alt-outlined\"\r\n\t\t},\r\n\t\t\"experiment\": {\r\n\t\t\t\"parent\": \"experiment-outlined\"\r\n\t\t},\r\n\t\t\"experiment-fill\": {\r\n\t\t\t\"parent\": \"experiment-filled\"\r\n\t\t},\r\n\t\t\"experiment-outline\": {\r\n\t\t\t\"parent\": \"experiment-outlined\"\r\n\t\t},\r\n\t\t\"export\": {\r\n\t\t\t\"parent\": \"export-outlined\"\r\n\t\t},\r\n\t\t\"export-outline\": {\r\n\t\t\t\"parent\": \"export-outlined\"\r\n\t\t},\r\n\t\t\"eye\": {\r\n\t\t\t\"parent\": \"eye-outlined\"\r\n\t\t},\r\n\t\t\"eye-fill\": {\r\n\t\t\t\"parent\": \"eye-filled\"\r\n\t\t},\r\n\t\t\"eye-invisible\": {\r\n\t\t\t\"parent\": \"eye-invisible-outlined\"\r\n\t\t},\r\n\t\t\"eye-invisible-fill\": {\r\n\t\t\t\"parent\": \"eye-invisible-filled\"\r\n\t\t},\r\n\t\t\"eye-invisible-outline\": {\r\n\t\t\t\"parent\": \"eye-invisible-outlined\"\r\n\t\t},\r\n\t\t\"eye-outline\": {\r\n\t\t\t\"parent\": \"eye-outlined\"\r\n\t\t},\r\n\t\t\"facebook\": {\r\n\t\t\t\"parent\": \"facebook-outlined\"\r\n\t\t},\r\n\t\t\"facebook-fill\": {\r\n\t\t\t\"parent\": \"facebook-filled\"\r\n\t\t},\r\n\t\t\"facebook-outline\": {\r\n\t\t\t\"parent\": \"facebook-outlined\"\r\n\t\t},\r\n\t\t\"fall\": {\r\n\t\t\t\"parent\": \"fall-outlined\"\r\n\t\t},\r\n\t\t\"fall-outline\": {\r\n\t\t\t\"parent\": \"fall-outlined\"\r\n\t\t},\r\n\t\t\"fast-backward\": {\r\n\t\t\t\"parent\": \"fast-backward-filled\"\r\n\t\t},\r\n\t\t\"fast-backward-fill\": {\r\n\t\t\t\"parent\": \"fast-backward-filled\"\r\n\t\t},\r\n\t\t\"fast-backward-outline\": {\r\n\t\t\t\"parent\": \"fast-backward-filled\"\r\n\t\t},\r\n\t\t\"fast-forward\": {\r\n\t\t\t\"parent\": \"fast-forward-filled\"\r\n\t\t},\r\n\t\t\"fast-forward-fill\": {\r\n\t\t\t\"parent\": \"fast-forward-filled\"\r\n\t\t},\r\n\t\t\"fast-forward-outline\": {\r\n\t\t\t\"parent\": \"fast-forward-filled\"\r\n\t\t},\r\n\t\t\"field-binary\": {\r\n\t\t\t\"parent\": \"field-binary-outlined\"\r\n\t\t},\r\n\t\t\"field-number\": {\r\n\t\t\t\"parent\": \"field-number-outlined\"\r\n\t\t},\r\n\t\t\"field-string\": {\r\n\t\t\t\"parent\": \"field-string-outlined\"\r\n\t\t},\r\n\t\t\"field-time\": {\r\n\t\t\t\"parent\": \"field-time-outlined\"\r\n\t\t},\r\n\t\t\"file\": {\r\n\t\t\t\"parent\": \"file-outlined\"\r\n\t\t},\r\n\t\t\"file-add\": {\r\n\t\t\t\"parent\": \"file-add-outlined\"\r\n\t\t},\r\n\t\t\"file-add-fill\": {\r\n\t\t\t\"parent\": \"file-add-filled\"\r\n\t\t},\r\n\t\t\"file-add-outline\": {\r\n\t\t\t\"parent\": \"file-add-outlined\"\r\n\t\t},\r\n\t\t\"file-done\": {\r\n\t\t\t\"parent\": \"file-done-outlined\"\r\n\t\t},\r\n\t\t\"file-done-outline\": {\r\n\t\t\t\"parent\": \"file-done-outlined\"\r\n\t\t},\r\n\t\t\"file-excel\": {\r\n\t\t\t\"parent\": \"file-excel-outlined\"\r\n\t\t},\r\n\t\t\"file-excel-fill\": {\r\n\t\t\t\"parent\": \"file-excel-filled\"\r\n\t\t},\r\n\t\t\"file-excel-outline\": {\r\n\t\t\t\"parent\": \"file-excel-outlined\"\r\n\t\t},\r\n\t\t\"file-exclamation\": {\r\n\t\t\t\"parent\": \"file-exclamation-outlined\"\r\n\t\t},\r\n\t\t\"file-exclamation-fill\": {\r\n\t\t\t\"parent\": \"file-exclamation-filled\"\r\n\t\t},\r\n\t\t\"file-exclamation-outline\": {\r\n\t\t\t\"parent\": \"file-exclamation-outlined\"\r\n\t\t},\r\n\t\t\"file-fill\": {\r\n\t\t\t\"parent\": \"file-filled\"\r\n\t\t},\r\n\t\t\"file-gif\": {\r\n\t\t\t\"parent\": \"file-gif-outlined\"\r\n\t\t},\r\n\t\t\"file-image\": {\r\n\t\t\t\"parent\": \"file-image-outlined\"\r\n\t\t},\r\n\t\t\"file-image-fill\": {\r\n\t\t\t\"parent\": \"file-image-filled\"\r\n\t\t},\r\n\t\t\"file-image-outline\": {\r\n\t\t\t\"parent\": \"file-image-outlined\"\r\n\t\t},\r\n\t\t\"file-jpg\": {\r\n\t\t\t\"parent\": \"file-jpg-outlined\"\r\n\t\t},\r\n\t\t\"file-jpg-outline\": {\r\n\t\t\t\"parent\": \"file-jpg-outlined\"\r\n\t\t},\r\n\t\t\"file-markdown\": {\r\n\t\t\t\"parent\": \"file-markdown-outlined\"\r\n\t\t},\r\n\t\t\"file-markdown-fill\": {\r\n\t\t\t\"parent\": \"file-markdown-filled\"\r\n\t\t},\r\n\t\t\"file-markdown-outline\": {\r\n\t\t\t\"parent\": \"file-markdown-outlined\"\r\n\t\t},\r\n\t\t\"file-outline\": {\r\n\t\t\t\"parent\": \"file-outlined\"\r\n\t\t},\r\n\t\t\"file-pdf\": {\r\n\t\t\t\"parent\": \"file-pdf-outlined\"\r\n\t\t},\r\n\t\t\"file-pdf-fill\": {\r\n\t\t\t\"parent\": \"file-pdf-filled\"\r\n\t\t},\r\n\t\t\"file-pdf-outline\": {\r\n\t\t\t\"parent\": \"file-pdf-outlined\"\r\n\t\t},\r\n\t\t\"file-ppt\": {\r\n\t\t\t\"parent\": \"file-ppt-outlined\"\r\n\t\t},\r\n\t\t\"file-ppt-fill\": {\r\n\t\t\t\"parent\": \"file-ppt-filled\"\r\n\t\t},\r\n\t\t\"file-ppt-outline\": {\r\n\t\t\t\"parent\": \"file-ppt-outlined\"\r\n\t\t},\r\n\t\t\"file-protect\": {\r\n\t\t\t\"parent\": \"file-protect-outlined\"\r\n\t\t},\r\n\t\t\"file-protect-outline\": {\r\n\t\t\t\"parent\": \"file-protect-outlined\"\r\n\t\t},\r\n\t\t\"file-search\": {\r\n\t\t\t\"parent\": \"file-search-outlined\"\r\n\t\t},\r\n\t\t\"file-search-outline\": {\r\n\t\t\t\"parent\": \"file-search-outlined\"\r\n\t\t},\r\n\t\t\"file-sync\": {\r\n\t\t\t\"parent\": \"file-sync-outlined\"\r\n\t\t},\r\n\t\t\"file-sync-outline\": {\r\n\t\t\t\"parent\": \"file-sync-outlined\"\r\n\t\t},\r\n\t\t\"file-text\": {\r\n\t\t\t\"parent\": \"file-text-outlined\"\r\n\t\t},\r\n\t\t\"file-text-fill\": {\r\n\t\t\t\"parent\": \"file-text-filled\"\r\n\t\t},\r\n\t\t\"file-text-outline\": {\r\n\t\t\t\"parent\": \"file-text-outlined\"\r\n\t\t},\r\n\t\t\"file-unknown\": {\r\n\t\t\t\"parent\": \"file-unknown-outlined\"\r\n\t\t},\r\n\t\t\"file-unknown-fill\": {\r\n\t\t\t\"parent\": \"file-unknown-filled\"\r\n\t\t},\r\n\t\t\"file-unknown-outline\": {\r\n\t\t\t\"parent\": \"file-unknown-outlined\"\r\n\t\t},\r\n\t\t\"file-word\": {\r\n\t\t\t\"parent\": \"file-word-outlined\"\r\n\t\t},\r\n\t\t\"file-word-fill\": {\r\n\t\t\t\"parent\": \"file-word-filled\"\r\n\t\t},\r\n\t\t\"file-word-outline\": {\r\n\t\t\t\"parent\": \"file-word-outlined\"\r\n\t\t},\r\n\t\t\"file-zip\": {\r\n\t\t\t\"parent\": \"file-zip-outlined\"\r\n\t\t},\r\n\t\t\"file-zip-fill\": {\r\n\t\t\t\"parent\": \"file-zip-filled\"\r\n\t\t},\r\n\t\t\"file-zip-outline\": {\r\n\t\t\t\"parent\": \"file-zip-outlined\"\r\n\t\t},\r\n\t\t\"filter\": {\r\n\t\t\t\"parent\": \"filter-outlined\"\r\n\t\t},\r\n\t\t\"filter-fill\": {\r\n\t\t\t\"parent\": \"filter-filled\"\r\n\t\t},\r\n\t\t\"filter-outline\": {\r\n\t\t\t\"parent\": \"filter-outlined\"\r\n\t\t},\r\n\t\t\"fire\": {\r\n\t\t\t\"parent\": \"fire-outlined\"\r\n\t\t},\r\n\t\t\"fire-fill\": {\r\n\t\t\t\"parent\": \"fire-filled\"\r\n\t\t},\r\n\t\t\"fire-outline\": {\r\n\t\t\t\"parent\": \"fire-outlined\"\r\n\t\t},\r\n\t\t\"flag\": {\r\n\t\t\t\"parent\": \"flag-outlined\"\r\n\t\t},\r\n\t\t\"flag-fill\": {\r\n\t\t\t\"parent\": \"flag-filled\"\r\n\t\t},\r\n\t\t\"flag-outline\": {\r\n\t\t\t\"parent\": \"flag-outlined\"\r\n\t\t},\r\n\t\t\"folder\": {\r\n\t\t\t\"parent\": \"folder-outlined\"\r\n\t\t},\r\n\t\t\"folder-add\": {\r\n\t\t\t\"parent\": \"folder-add-outlined\"\r\n\t\t},\r\n\t\t\"folder-add-fill\": {\r\n\t\t\t\"parent\": \"folder-add-filled\"\r\n\t\t},\r\n\t\t\"folder-add-outline\": {\r\n\t\t\t\"parent\": \"folder-add-outlined\"\r\n\t\t},\r\n\t\t\"folder-fill\": {\r\n\t\t\t\"parent\": \"folder-filled\"\r\n\t\t},\r\n\t\t\"folder-open\": {\r\n\t\t\t\"parent\": \"folder-open-outlined\"\r\n\t\t},\r\n\t\t\"folder-open-fill\": {\r\n\t\t\t\"parent\": \"folder-open-filled\"\r\n\t\t},\r\n\t\t\"folder-open-outline\": {\r\n\t\t\t\"parent\": \"folder-open-outlined\"\r\n\t\t},\r\n\t\t\"folder-outline\": {\r\n\t\t\t\"parent\": \"folder-outlined\"\r\n\t\t},\r\n\t\t\"folder-view\": {\r\n\t\t\t\"parent\": \"folder-view-outlined\"\r\n\t\t},\r\n\t\t\"font-colors\": {\r\n\t\t\t\"parent\": \"font-colors-outlined\"\r\n\t\t},\r\n\t\t\"font-colors-outline\": {\r\n\t\t\t\"parent\": \"font-colors-outlined\"\r\n\t\t},\r\n\t\t\"font-size\": {\r\n\t\t\t\"parent\": \"font-size-outlined\"\r\n\t\t},\r\n\t\t\"font-size-outline\": {\r\n\t\t\t\"parent\": \"font-size-outlined\"\r\n\t\t},\r\n\t\t\"fork\": {\r\n\t\t\t\"parent\": \"fork-outlined\"\r\n\t\t},\r\n\t\t\"fork-outline\": {\r\n\t\t\t\"parent\": \"fork-outlined\"\r\n\t\t},\r\n\t\t\"form\": {\r\n\t\t\t\"parent\": \"form-outlined\"\r\n\t\t},\r\n\t\t\"form-outline\": {\r\n\t\t\t\"parent\": \"form-outlined\"\r\n\t\t},\r\n\t\t\"format-painter\": {\r\n\t\t\t\"parent\": \"format-painter-outlined\"\r\n\t\t},\r\n\t\t\"forward\": {\r\n\t\t\t\"parent\": \"forward-filled\"\r\n\t\t},\r\n\t\t\"forward-fill\": {\r\n\t\t\t\"parent\": \"forward-filled\"\r\n\t\t},\r\n\t\t\"forward-outline\": {\r\n\t\t\t\"parent\": \"forward-filled\"\r\n\t\t},\r\n\t\t\"frown\": {\r\n\t\t\t\"parent\": \"frown-outlined\"\r\n\t\t},\r\n\t\t\"frown-fill\": {\r\n\t\t\t\"parent\": \"frown-filled\"\r\n\t\t},\r\n\t\t\"frown-outline\": {\r\n\t\t\t\"parent\": \"frown-outlined\"\r\n\t\t},\r\n\t\t\"fullscreen\": {\r\n\t\t\t\"parent\": \"fullscreen-outlined\"\r\n\t\t},\r\n\t\t\"fullscreen-exit\": {\r\n\t\t\t\"parent\": \"fullscreen-exit-outlined\"\r\n\t\t},\r\n\t\t\"fullscreen-exit-outline\": {\r\n\t\t\t\"parent\": \"fullscreen-exit-outlined\"\r\n\t\t},\r\n\t\t\"fullscreen-outline\": {\r\n\t\t\t\"parent\": \"fullscreen-outlined\"\r\n\t\t},\r\n\t\t\"function\": {\r\n\t\t\t\"parent\": \"function-outlined\"\r\n\t\t},\r\n\t\t\"fund\": {\r\n\t\t\t\"parent\": \"fund-outlined\"\r\n\t\t},\r\n\t\t\"fund-fill\": {\r\n\t\t\t\"parent\": \"fund-filled\"\r\n\t\t},\r\n\t\t\"fund-outline\": {\r\n\t\t\t\"parent\": \"fund-outlined\"\r\n\t\t},\r\n\t\t\"fund-projection-screen\": {\r\n\t\t\t\"parent\": \"fund-projection-screen-outlined\"\r\n\t\t},\r\n\t\t\"fund-view\": {\r\n\t\t\t\"parent\": \"fund-view-outlined\"\r\n\t\t},\r\n\t\t\"funnel-plot\": {\r\n\t\t\t\"parent\": \"funnel-plot-outlined\"\r\n\t\t},\r\n\t\t\"funnel-plot-fill\": {\r\n\t\t\t\"parent\": \"funnel-plot-filled\"\r\n\t\t},\r\n\t\t\"funnel-plot-outline\": {\r\n\t\t\t\"parent\": \"funnel-plot-outlined\"\r\n\t\t},\r\n\t\t\"gateway\": {\r\n\t\t\t\"parent\": \"gateway-outlined\"\r\n\t\t},\r\n\t\t\"gateway-outline\": {\r\n\t\t\t\"parent\": \"gateway-outlined\"\r\n\t\t},\r\n\t\t\"gif\": {\r\n\t\t\t\"parent\": \"gif-outlined\"\r\n\t\t},\r\n\t\t\"gift\": {\r\n\t\t\t\"parent\": \"gift-outlined\"\r\n\t\t},\r\n\t\t\"gift-fill\": {\r\n\t\t\t\"parent\": \"gift-filled\"\r\n\t\t},\r\n\t\t\"gift-outline\": {\r\n\t\t\t\"parent\": \"gift-outlined\"\r\n\t\t},\r\n\t\t\"github\": {\r\n\t\t\t\"parent\": \"github-filled\"\r\n\t\t},\r\n\t\t\"github-fill\": {\r\n\t\t\t\"parent\": \"github-filled\"\r\n\t\t},\r\n\t\t\"github-outline\": {\r\n\t\t\t\"parent\": \"github-filled\"\r\n\t\t},\r\n\t\t\"gitlab\": {\r\n\t\t\t\"parent\": \"gitlab-outlined\"\r\n\t\t},\r\n\t\t\"gitlab-fill\": {\r\n\t\t\t\"parent\": \"gitlab-filled\"\r\n\t\t},\r\n\t\t\"gitlab-outline\": {\r\n\t\t\t\"parent\": \"gitlab-outlined\"\r\n\t\t},\r\n\t\t\"global\": {\r\n\t\t\t\"parent\": \"global-outlined\"\r\n\t\t},\r\n\t\t\"global-outline\": {\r\n\t\t\t\"parent\": \"global-outlined\"\r\n\t\t},\r\n\t\t\"gold\": {\r\n\t\t\t\"parent\": \"gold-outlined\"\r\n\t\t},\r\n\t\t\"gold-outline\": {\r\n\t\t\t\"parent\": \"gold-outlined\"\r\n\t\t},\r\n\t\t\"golden\": {\r\n\t\t\t\"parent\": \"gold-filled\"\r\n\t\t},\r\n\t\t\"golden-fill\": {\r\n\t\t\t\"parent\": \"gold-filled\"\r\n\t\t},\r\n\t\t\"google\": {\r\n\t\t\t\"parent\": \"google-outlined\"\r\n\t\t},\r\n\t\t\"google-circle\": {\r\n\t\t\t\"parent\": \"google-circle-filled\"\r\n\t\t},\r\n\t\t\"google-circle-fill\": {\r\n\t\t\t\"parent\": \"google-circle-filled\"\r\n\t\t},\r\n\t\t\"google-outline\": {\r\n\t\t\t\"parent\": \"google-outlined\"\r\n\t\t},\r\n\t\t\"google-plus\": {\r\n\t\t\t\"parent\": \"google-plus-outlined\"\r\n\t\t},\r\n\t\t\"google-plus-circle\": {\r\n\t\t\t\"parent\": \"google-plus-circle-filled\"\r\n\t\t},\r\n\t\t\"google-plus-circle-fill\": {\r\n\t\t\t\"parent\": \"google-plus-circle-filled\"\r\n\t\t},\r\n\t\t\"google-plus-outline\": {\r\n\t\t\t\"parent\": \"google-plus-outlined\"\r\n\t\t},\r\n\t\t\"google-plus-square\": {\r\n\t\t\t\"parent\": \"google-plus-square-filled\"\r\n\t\t},\r\n\t\t\"google-plus-square-fill\": {\r\n\t\t\t\"parent\": \"google-plus-square-filled\"\r\n\t\t},\r\n\t\t\"google-square\": {\r\n\t\t\t\"parent\": \"google-square-filled\"\r\n\t\t},\r\n\t\t\"google-square-fill\": {\r\n\t\t\t\"parent\": \"google-square-filled\"\r\n\t\t},\r\n\t\t\"group\": {\r\n\t\t\t\"parent\": \"group-outlined\"\r\n\t\t},\r\n\t\t\"hdd\": {\r\n\t\t\t\"parent\": \"hdd-outlined\"\r\n\t\t},\r\n\t\t\"hdd-fill\": {\r\n\t\t\t\"parent\": \"hdd-filled\"\r\n\t\t},\r\n\t\t\"hdd-outline\": {\r\n\t\t\t\"parent\": \"hdd-outlined\"\r\n\t\t},\r\n\t\t\"heart\": {\r\n\t\t\t\"parent\": \"heart-outlined\"\r\n\t\t},\r\n\t\t\"heart-fill\": {\r\n\t\t\t\"parent\": \"heart-filled\"\r\n\t\t},\r\n\t\t\"heart-outline\": {\r\n\t\t\t\"parent\": \"heart-outlined\"\r\n\t\t},\r\n\t\t\"heat-map\": {\r\n\t\t\t\"parent\": \"heat-map-outlined\"\r\n\t\t},\r\n\t\t\"heat-map-outline\": {\r\n\t\t\t\"parent\": \"heat-map-outlined\"\r\n\t\t},\r\n\t\t\"highlight\": {\r\n\t\t\t\"parent\": \"highlight-outlined\"\r\n\t\t},\r\n\t\t\"highlight-fill\": {\r\n\t\t\t\"parent\": \"highlight-filled\"\r\n\t\t},\r\n\t\t\"highlight-outline\": {\r\n\t\t\t\"parent\": \"highlight-outlined\"\r\n\t\t},\r\n\t\t\"history\": {\r\n\t\t\t\"parent\": \"history-outlined\"\r\n\t\t},\r\n\t\t\"history-outline\": {\r\n\t\t\t\"parent\": \"history-outlined\"\r\n\t\t},\r\n\t\t\"home\": {\r\n\t\t\t\"parent\": \"home-outlined\"\r\n\t\t},\r\n\t\t\"home-fill\": {\r\n\t\t\t\"parent\": \"home-filled\"\r\n\t\t},\r\n\t\t\"home-outline\": {\r\n\t\t\t\"parent\": \"home-outlined\"\r\n\t\t},\r\n\t\t\"hourglass\": {\r\n\t\t\t\"parent\": \"hourglass-outlined\"\r\n\t\t},\r\n\t\t\"hourglass-fill\": {\r\n\t\t\t\"parent\": \"hourglass-filled\"\r\n\t\t},\r\n\t\t\"hourglass-outline\": {\r\n\t\t\t\"parent\": \"hourglass-outlined\"\r\n\t\t},\r\n\t\t\"html5\": {\r\n\t\t\t\"parent\": \"html5-outlined\"\r\n\t\t},\r\n\t\t\"html5-fill\": {\r\n\t\t\t\"parent\": \"html5-filled\"\r\n\t\t},\r\n\t\t\"html5-outline\": {\r\n\t\t\t\"parent\": \"html5-outlined\"\r\n\t\t},\r\n\t\t\"idcard\": {\r\n\t\t\t\"parent\": \"idcard-outlined\"\r\n\t\t},\r\n\t\t\"idcard-fill\": {\r\n\t\t\t\"parent\": \"idcard-filled\"\r\n\t\t},\r\n\t\t\"idcard-outline\": {\r\n\t\t\t\"parent\": \"idcard-outlined\"\r\n\t\t},\r\n\t\t\"ie\": {\r\n\t\t\t\"parent\": \"ie-outlined\"\r\n\t\t},\r\n\t\t\"ie-circle\": {\r\n\t\t\t\"parent\": \"ie-circle-filled\"\r\n\t\t},\r\n\t\t\"ie-circle-fill\": {\r\n\t\t\t\"parent\": \"ie-circle-filled\"\r\n\t\t},\r\n\t\t\"ie-outline\": {\r\n\t\t\t\"parent\": \"ie-outlined\"\r\n\t\t},\r\n\t\t\"ie-square\": {\r\n\t\t\t\"parent\": \"ie-square-filled\"\r\n\t\t},\r\n\t\t\"ie-square-fill\": {\r\n\t\t\t\"parent\": \"ie-square-filled\"\r\n\t\t},\r\n\t\t\"import\": {\r\n\t\t\t\"parent\": \"import-outlined\"\r\n\t\t},\r\n\t\t\"import-outline\": {\r\n\t\t\t\"parent\": \"import-outlined\"\r\n\t\t},\r\n\t\t\"inbox\": {\r\n\t\t\t\"parent\": \"inbox-outlined\"\r\n\t\t},\r\n\t\t\"inbox-outline\": {\r\n\t\t\t\"parent\": \"inbox-outlined\"\r\n\t\t},\r\n\t\t\"info\": {\r\n\t\t\t\"parent\": \"info-outlined\"\r\n\t\t},\r\n\t\t\"info-circle\": {\r\n\t\t\t\"parent\": \"info-circle-outlined\"\r\n\t\t},\r\n\t\t\"info-circle-fill\": {\r\n\t\t\t\"parent\": \"info-circle-filled\"\r\n\t\t},\r\n\t\t\"info-circle-outline\": {\r\n\t\t\t\"parent\": \"info-circle-outlined\"\r\n\t\t},\r\n\t\t\"info-outline\": {\r\n\t\t\t\"parent\": \"info-outlined\"\r\n\t\t},\r\n\t\t\"insert-row-above\": {\r\n\t\t\t\"parent\": \"insert-row-above-outlined\"\r\n\t\t},\r\n\t\t\"insert-row-below\": {\r\n\t\t\t\"parent\": \"insert-row-below-outlined\"\r\n\t\t},\r\n\t\t\"insert-row-left\": {\r\n\t\t\t\"parent\": \"insert-row-left-outlined\"\r\n\t\t},\r\n\t\t\"insert-row-right\": {\r\n\t\t\t\"parent\": \"insert-row-right-outlined\"\r\n\t\t},\r\n\t\t\"instagram\": {\r\n\t\t\t\"parent\": \"instagram-outlined\"\r\n\t\t},\r\n\t\t\"instagram-fill\": {\r\n\t\t\t\"parent\": \"instagram-filled\"\r\n\t\t},\r\n\t\t\"instagram-outline\": {\r\n\t\t\t\"parent\": \"instagram-outlined\"\r\n\t\t},\r\n\t\t\"insurance\": {\r\n\t\t\t\"parent\": \"insurance-outlined\"\r\n\t\t},\r\n\t\t\"insurance-fill\": {\r\n\t\t\t\"parent\": \"insurance-filled\"\r\n\t\t},\r\n\t\t\"insurance-outline\": {\r\n\t\t\t\"parent\": \"insurance-outlined\"\r\n\t\t},\r\n\t\t\"interaction\": {\r\n\t\t\t\"parent\": \"interaction-outlined\"\r\n\t\t},\r\n\t\t\"interaction-fill\": {\r\n\t\t\t\"parent\": \"interaction-filled\"\r\n\t\t},\r\n\t\t\"interaction-outline\": {\r\n\t\t\t\"parent\": \"interaction-outlined\"\r\n\t\t},\r\n\t\t\"interation\": {\r\n\t\t\t\"parent\": \"interaction-filled\"\r\n\t\t},\r\n\t\t\"interation-fill\": {\r\n\t\t\t\"parent\": \"interaction-filled\"\r\n\t\t},\r\n\t\t\"interation-outline\": {\r\n\t\t\t\"parent\": \"interaction-outlined\"\r\n\t\t},\r\n\t\t\"interation-twotone\": {\r\n\t\t\t\"parent\": \"interaction-twotone\"\r\n\t\t},\r\n\t\t\"issues-close\": {\r\n\t\t\t\"parent\": \"issues-close-outlined\"\r\n\t\t},\r\n\t\t\"issues-close-outline\": {\r\n\t\t\t\"parent\": \"issues-close-outlined\"\r\n\t\t},\r\n\t\t\"italic\": {\r\n\t\t\t\"parent\": \"italic-outlined\"\r\n\t\t},\r\n\t\t\"italic-outline\": {\r\n\t\t\t\"parent\": \"italic-outlined\"\r\n\t\t},\r\n\t\t\"key\": {\r\n\t\t\t\"parent\": \"key-outlined\"\r\n\t\t},\r\n\t\t\"key-outline\": {\r\n\t\t\t\"parent\": \"key-outlined\"\r\n\t\t},\r\n\t\t\"laptop\": {\r\n\t\t\t\"parent\": \"laptop-outlined\"\r\n\t\t},\r\n\t\t\"laptop-outline\": {\r\n\t\t\t\"parent\": \"laptop-outlined\"\r\n\t\t},\r\n\t\t\"layout\": {\r\n\t\t\t\"parent\": \"layout-outlined\"\r\n\t\t},\r\n\t\t\"layout-fill\": {\r\n\t\t\t\"parent\": \"layout-filled\"\r\n\t\t},\r\n\t\t\"layout-outline\": {\r\n\t\t\t\"parent\": \"layout-outlined\"\r\n\t\t},\r\n\t\t\"left\": {\r\n\t\t\t\"parent\": \"left-outlined\"\r\n\t\t},\r\n\t\t\"left-circle\": {\r\n\t\t\t\"parent\": \"left-circle-outlined\"\r\n\t\t},\r\n\t\t\"left-circle-fill\": {\r\n\t\t\t\"parent\": \"left-circle-filled\"\r\n\t\t},\r\n\t\t\"left-circle-outline\": {\r\n\t\t\t\"parent\": \"left-circle-outlined\"\r\n\t\t},\r\n\t\t\"left-outline\": {\r\n\t\t\t\"parent\": \"left-outlined\"\r\n\t\t},\r\n\t\t\"left-square\": {\r\n\t\t\t\"parent\": \"left-square-outlined\"\r\n\t\t},\r\n\t\t\"left-square-fill\": {\r\n\t\t\t\"parent\": \"left-square-filled\"\r\n\t\t},\r\n\t\t\"left-square-outline\": {\r\n\t\t\t\"parent\": \"left-square-outlined\"\r\n\t\t},\r\n\t\t\"like\": {\r\n\t\t\t\"parent\": \"like-outlined\"\r\n\t\t},\r\n\t\t\"like-fill\": {\r\n\t\t\t\"parent\": \"like-filled\"\r\n\t\t},\r\n\t\t\"like-outline\": {\r\n\t\t\t\"parent\": \"like-outlined\"\r\n\t\t},\r\n\t\t\"line\": {\r\n\t\t\t\"parent\": \"line-outlined\"\r\n\t\t},\r\n\t\t\"line-chart\": {\r\n\t\t\t\"parent\": \"line-chart-outlined\"\r\n\t\t},\r\n\t\t\"line-chart-outline\": {\r\n\t\t\t\"parent\": \"line-chart-outlined\"\r\n\t\t},\r\n\t\t\"line-height\": {\r\n\t\t\t\"parent\": \"line-height-outlined\"\r\n\t\t},\r\n\t\t\"line-height-outline\": {\r\n\t\t\t\"parent\": \"line-height-outlined\"\r\n\t\t},\r\n\t\t\"line-outline\": {\r\n\t\t\t\"parent\": \"line-outlined\"\r\n\t\t},\r\n\t\t\"link\": {\r\n\t\t\t\"parent\": \"link-outlined\"\r\n\t\t},\r\n\t\t\"link-outline\": {\r\n\t\t\t\"parent\": \"link-outlined\"\r\n\t\t},\r\n\t\t\"linkedin\": {\r\n\t\t\t\"parent\": \"linkedin-outlined\"\r\n\t\t},\r\n\t\t\"linkedin-fill\": {\r\n\t\t\t\"parent\": \"linkedin-filled\"\r\n\t\t},\r\n\t\t\"linkedin-outline\": {\r\n\t\t\t\"parent\": \"linkedin-outlined\"\r\n\t\t},\r\n\t\t\"loading\": {\r\n\t\t\t\"parent\": \"loading-outlined\"\r\n\t\t},\r\n\t\t\"loading-3-quarters\": {\r\n\t\t\t\"parent\": \"loading-3-quarters-outlined\"\r\n\t\t},\r\n\t\t\"loading-3-quarters-outline\": {\r\n\t\t\t\"parent\": \"loading-3-quarters-outlined\"\r\n\t\t},\r\n\t\t\"loading-outline\": {\r\n\t\t\t\"parent\": \"loading-outlined\"\r\n\t\t},\r\n\t\t\"lock\": {\r\n\t\t\t\"parent\": \"lock-outlined\"\r\n\t\t},\r\n\t\t\"lock-fill\": {\r\n\t\t\t\"parent\": \"lock-filled\"\r\n\t\t},\r\n\t\t\"lock-outline\": {\r\n\t\t\t\"parent\": \"lock-outlined\"\r\n\t\t},\r\n\t\t\"login\": {\r\n\t\t\t\"parent\": \"login-outlined\"\r\n\t\t},\r\n\t\t\"login-outline\": {\r\n\t\t\t\"parent\": \"login-outlined\"\r\n\t\t},\r\n\t\t\"logout\": {\r\n\t\t\t\"parent\": \"logout-outlined\"\r\n\t\t},\r\n\t\t\"logout-outline\": {\r\n\t\t\t\"parent\": \"logout-outlined\"\r\n\t\t},\r\n\t\t\"mac-command\": {\r\n\t\t\t\"parent\": \"mac-command-outlined\"\r\n\t\t},\r\n\t\t\"mail\": {\r\n\t\t\t\"parent\": \"mail-outlined\"\r\n\t\t},\r\n\t\t\"mail-fill\": {\r\n\t\t\t\"parent\": \"mail-filled\"\r\n\t\t},\r\n\t\t\"mail-outline\": {\r\n\t\t\t\"parent\": \"mail-outlined\"\r\n\t\t},\r\n\t\t\"man\": {\r\n\t\t\t\"parent\": \"man-outlined\"\r\n\t\t},\r\n\t\t\"man-outline\": {\r\n\t\t\t\"parent\": \"man-outlined\"\r\n\t\t},\r\n\t\t\"medicine-box\": {\r\n\t\t\t\"parent\": \"medicine-box-outlined\"\r\n\t\t},\r\n\t\t\"medicine-box-fill\": {\r\n\t\t\t\"parent\": \"medicine-box-filled\"\r\n\t\t},\r\n\t\t\"medicine-box-outline\": {\r\n\t\t\t\"parent\": \"medicine-box-outlined\"\r\n\t\t},\r\n\t\t\"medium\": {\r\n\t\t\t\"parent\": \"medium-outlined\"\r\n\t\t},\r\n\t\t\"medium-circle\": {\r\n\t\t\t\"parent\": \"medium-circle-filled\"\r\n\t\t},\r\n\t\t\"medium-circle-fill\": {\r\n\t\t\t\"parent\": \"medium-circle-filled\"\r\n\t\t},\r\n\t\t\"medium-outline\": {\r\n\t\t\t\"parent\": \"medium-outlined\"\r\n\t\t},\r\n\t\t\"medium-square\": {\r\n\t\t\t\"parent\": \"medium-square-filled\"\r\n\t\t},\r\n\t\t\"medium-square-fill\": {\r\n\t\t\t\"parent\": \"medium-square-filled\"\r\n\t\t},\r\n\t\t\"medium-workmark\": {\r\n\t\t\t\"parent\": \"medium-workmark-outlined\"\r\n\t\t},\r\n\t\t\"medium-workmark-outline\": {\r\n\t\t\t\"parent\": \"medium-workmark-outlined\"\r\n\t\t},\r\n\t\t\"meh\": {\r\n\t\t\t\"parent\": \"meh-outlined\"\r\n\t\t},\r\n\t\t\"meh-fill\": {\r\n\t\t\t\"parent\": \"meh-filled\"\r\n\t\t},\r\n\t\t\"meh-outline\": {\r\n\t\t\t\"parent\": \"meh-outlined\"\r\n\t\t},\r\n\t\t\"menu\": {\r\n\t\t\t\"parent\": \"menu-outlined\"\r\n\t\t},\r\n\t\t\"menu-fold\": {\r\n\t\t\t\"parent\": \"menu-fold-outlined\"\r\n\t\t},\r\n\t\t\"menu-fold-outline\": {\r\n\t\t\t\"parent\": \"menu-fold-outlined\"\r\n\t\t},\r\n\t\t\"menu-outline\": {\r\n\t\t\t\"parent\": \"menu-outlined\"\r\n\t\t},\r\n\t\t\"menu-unfold\": {\r\n\t\t\t\"parent\": \"menu-unfold-outlined\"\r\n\t\t},\r\n\t\t\"menu-unfold-outline\": {\r\n\t\t\t\"parent\": \"menu-unfold-outlined\"\r\n\t\t},\r\n\t\t\"merge-cells\": {\r\n\t\t\t\"parent\": \"merge-cells-outlined\"\r\n\t\t},\r\n\t\t\"message\": {\r\n\t\t\t\"parent\": \"message-outlined\"\r\n\t\t},\r\n\t\t\"message-fill\": {\r\n\t\t\t\"parent\": \"message-filled\"\r\n\t\t},\r\n\t\t\"message-outline\": {\r\n\t\t\t\"parent\": \"message-outlined\"\r\n\t\t},\r\n\t\t\"minus\": {\r\n\t\t\t\"parent\": \"minus-outlined\"\r\n\t\t},\r\n\t\t\"minus-circle\": {\r\n\t\t\t\"parent\": \"minus-circle-outlined\"\r\n\t\t},\r\n\t\t\"minus-circle-fill\": {\r\n\t\t\t\"parent\": \"minus-circle-filled\"\r\n\t\t},\r\n\t\t\"minus-circle-outline\": {\r\n\t\t\t\"parent\": \"minus-circle-outlined\"\r\n\t\t},\r\n\t\t\"minus-outline\": {\r\n\t\t\t\"parent\": \"minus-outlined\"\r\n\t\t},\r\n\t\t\"minus-square\": {\r\n\t\t\t\"parent\": \"minus-square-outlined\"\r\n\t\t},\r\n\t\t\"minus-square-fill\": {\r\n\t\t\t\"parent\": \"minus-square-filled\"\r\n\t\t},\r\n\t\t\"minus-square-outline\": {\r\n\t\t\t\"parent\": \"minus-square-outlined\"\r\n\t\t},\r\n\t\t\"mobile\": {\r\n\t\t\t\"parent\": \"mobile-outlined\"\r\n\t\t},\r\n\t\t\"mobile-fill\": {\r\n\t\t\t\"parent\": \"mobile-filled\"\r\n\t\t},\r\n\t\t\"mobile-outline\": {\r\n\t\t\t\"parent\": \"mobile-outlined\"\r\n\t\t},\r\n\t\t\"money-collect\": {\r\n\t\t\t\"parent\": \"money-collect-outlined\"\r\n\t\t},\r\n\t\t\"money-collect-fill\": {\r\n\t\t\t\"parent\": \"money-collect-filled\"\r\n\t\t},\r\n\t\t\"money-collect-outline\": {\r\n\t\t\t\"parent\": \"money-collect-outlined\"\r\n\t\t},\r\n\t\t\"monitor\": {\r\n\t\t\t\"parent\": \"monitor-outlined\"\r\n\t\t},\r\n\t\t\"monitor-outline\": {\r\n\t\t\t\"parent\": \"monitor-outlined\"\r\n\t\t},\r\n\t\t\"more\": {\r\n\t\t\t\"parent\": \"more-outlined\"\r\n\t\t},\r\n\t\t\"more-outline\": {\r\n\t\t\t\"parent\": \"more-outlined\"\r\n\t\t},\r\n\t\t\"mr-outline\": {\r\n\t\t\t\"parent\": \"pull-request-outlined\"\r\n\t\t},\r\n\t\t\"node-collapse\": {\r\n\t\t\t\"parent\": \"node-collapse-outlined\"\r\n\t\t},\r\n\t\t\"node-expand\": {\r\n\t\t\t\"parent\": \"node-expand-outlined\"\r\n\t\t},\r\n\t\t\"node-index\": {\r\n\t\t\t\"parent\": \"node-index-outlined\"\r\n\t\t},\r\n\t\t\"notification\": {\r\n\t\t\t\"parent\": \"notification-outlined\"\r\n\t\t},\r\n\t\t\"notification-fill\": {\r\n\t\t\t\"parent\": \"notification-filled\"\r\n\t\t},\r\n\t\t\"notification-outline\": {\r\n\t\t\t\"parent\": \"notification-outlined\"\r\n\t\t},\r\n\t\t\"number\": {\r\n\t\t\t\"parent\": \"number-outlined\"\r\n\t\t},\r\n\t\t\"number-outline\": {\r\n\t\t\t\"parent\": \"number-outlined\"\r\n\t\t},\r\n\t\t\"one-to-one\": {\r\n\t\t\t\"parent\": \"one-to-one-outlined\"\r\n\t\t},\r\n\t\t\"ordered-list\": {\r\n\t\t\t\"parent\": \"ordered-list-outlined\"\r\n\t\t},\r\n\t\t\"ordered-list-outline\": {\r\n\t\t\t\"parent\": \"ordered-list-outlined\"\r\n\t\t},\r\n\t\t\"paper-clip\": {\r\n\t\t\t\"parent\": \"paper-clip-outlined\"\r\n\t\t},\r\n\t\t\"paper-clip-outline\": {\r\n\t\t\t\"parent\": \"paper-clip-outlined\"\r\n\t\t},\r\n\t\t\"partition\": {\r\n\t\t\t\"parent\": \"partition-outlined\"\r\n\t\t},\r\n\t\t\"pause\": {\r\n\t\t\t\"parent\": \"pause-outlined\"\r\n\t\t},\r\n\t\t\"pause-circle\": {\r\n\t\t\t\"parent\": \"pause-circle-outlined\"\r\n\t\t},\r\n\t\t\"pause-circle-fill\": {\r\n\t\t\t\"parent\": \"pause-circle-filled\"\r\n\t\t},\r\n\t\t\"pause-circle-outline\": {\r\n\t\t\t\"parent\": \"pause-circle-outlined\"\r\n\t\t},\r\n\t\t\"pause-outline\": {\r\n\t\t\t\"parent\": \"pause-outlined\"\r\n\t\t},\r\n\t\t\"pay-circle\": {\r\n\t\t\t\"parent\": \"pay-circle-outlined\"\r\n\t\t},\r\n\t\t\"pay-circle-fill\": {\r\n\t\t\t\"parent\": \"pay-circle-filled\"\r\n\t\t},\r\n\t\t\"pay-circle-outline\": {\r\n\t\t\t\"parent\": \"pay-circle-outlined\"\r\n\t\t},\r\n\t\t\"percentage\": {\r\n\t\t\t\"parent\": \"percentage-outlined\"\r\n\t\t},\r\n\t\t\"percentage-outline\": {\r\n\t\t\t\"parent\": \"percentage-outlined\"\r\n\t\t},\r\n\t\t\"phone\": {\r\n\t\t\t\"parent\": \"phone-outlined\"\r\n\t\t},\r\n\t\t\"phone-fill\": {\r\n\t\t\t\"parent\": \"phone-filled\"\r\n\t\t},\r\n\t\t\"phone-outline\": {\r\n\t\t\t\"parent\": \"phone-outlined\"\r\n\t\t},\r\n\t\t\"pic-center\": {\r\n\t\t\t\"parent\": \"pic-center-outlined\"\r\n\t\t},\r\n\t\t\"pic-center-outline\": {\r\n\t\t\t\"parent\": \"pic-center-outlined\"\r\n\t\t},\r\n\t\t\"pic-left\": {\r\n\t\t\t\"parent\": \"pic-left-outlined\"\r\n\t\t},\r\n\t\t\"pic-left-outline\": {\r\n\t\t\t\"parent\": \"pic-left-outlined\"\r\n\t\t},\r\n\t\t\"pic-right\": {\r\n\t\t\t\"parent\": \"pic-right-outlined\"\r\n\t\t},\r\n\t\t\"pic-right-outline\": {\r\n\t\t\t\"parent\": \"pic-right-outlined\"\r\n\t\t},\r\n\t\t\"picture\": {\r\n\t\t\t\"parent\": \"picture-outlined\"\r\n\t\t},\r\n\t\t\"picture-fill\": {\r\n\t\t\t\"parent\": \"picture-filled\"\r\n\t\t},\r\n\t\t\"picture-outline\": {\r\n\t\t\t\"parent\": \"picture-outlined\"\r\n\t\t},\r\n\t\t\"pie-chart\": {\r\n\t\t\t\"parent\": \"pie-chart-outlined\"\r\n\t\t},\r\n\t\t\"pie-chart-fill\": {\r\n\t\t\t\"parent\": \"pie-chart-filled\"\r\n\t\t},\r\n\t\t\"pie-chart-outline\": {\r\n\t\t\t\"parent\": \"pie-chart-outlined\"\r\n\t\t},\r\n\t\t\"play-circle\": {\r\n\t\t\t\"parent\": \"play-circle-outlined\"\r\n\t\t},\r\n\t\t\"play-circle-fill\": {\r\n\t\t\t\"parent\": \"play-circle-filled\"\r\n\t\t},\r\n\t\t\"play-circle-outline\": {\r\n\t\t\t\"parent\": \"play-circle-outlined\"\r\n\t\t},\r\n\t\t\"play-square\": {\r\n\t\t\t\"parent\": \"play-square-outlined\"\r\n\t\t},\r\n\t\t\"play-square-fill\": {\r\n\t\t\t\"parent\": \"play-square-filled\"\r\n\t\t},\r\n\t\t\"play-square-outline\": {\r\n\t\t\t\"parent\": \"play-square-outlined\"\r\n\t\t},\r\n\t\t\"plus\": {\r\n\t\t\t\"parent\": \"plus-outlined\"\r\n\t\t},\r\n\t\t\"plus-circle\": {\r\n\t\t\t\"parent\": \"plus-circle-outlined\"\r\n\t\t},\r\n\t\t\"plus-circle-fill\": {\r\n\t\t\t\"parent\": \"plus-circle-filled\"\r\n\t\t},\r\n\t\t\"plus-circle-outline\": {\r\n\t\t\t\"parent\": \"plus-circle-outlined\"\r\n\t\t},\r\n\t\t\"plus-outline\": {\r\n\t\t\t\"parent\": \"plus-outlined\"\r\n\t\t},\r\n\t\t\"plus-square\": {\r\n\t\t\t\"parent\": \"plus-square-outlined\"\r\n\t\t},\r\n\t\t\"plus-square-fill\": {\r\n\t\t\t\"parent\": \"plus-square-filled\"\r\n\t\t},\r\n\t\t\"plus-square-outline\": {\r\n\t\t\t\"parent\": \"plus-square-outlined\"\r\n\t\t},\r\n\t\t\"pound\": {\r\n\t\t\t\"parent\": \"pound-circle-outlined\"\r\n\t\t},\r\n\t\t\"pound-circle\": {\r\n\t\t\t\"parent\": \"pound-circle-outlined\"\r\n\t\t},\r\n\t\t\"pound-circle-fill\": {\r\n\t\t\t\"parent\": \"pound-circle-filled\"\r\n\t\t},\r\n\t\t\"pound-outline\": {\r\n\t\t\t\"parent\": \"pound-circle-outlined\"\r\n\t\t},\r\n\t\t\"poweroff\": {\r\n\t\t\t\"parent\": \"poweroff-outlined\"\r\n\t\t},\r\n\t\t\"poweroff-outline\": {\r\n\t\t\t\"parent\": \"poweroff-outlined\"\r\n\t\t},\r\n\t\t\"printer\": {\r\n\t\t\t\"parent\": \"printer-outlined\"\r\n\t\t},\r\n\t\t\"printer-fill\": {\r\n\t\t\t\"parent\": \"printer-filled\"\r\n\t\t},\r\n\t\t\"printer-outline\": {\r\n\t\t\t\"parent\": \"printer-outlined\"\r\n\t\t},\r\n\t\t\"profile\": {\r\n\t\t\t\"parent\": \"profile-outlined\"\r\n\t\t},\r\n\t\t\"profile-fill\": {\r\n\t\t\t\"parent\": \"profile-filled\"\r\n\t\t},\r\n\t\t\"profile-outline\": {\r\n\t\t\t\"parent\": \"profile-outlined\"\r\n\t\t},\r\n\t\t\"project\": {\r\n\t\t\t\"parent\": \"project-outlined\"\r\n\t\t},\r\n\t\t\"project-fill\": {\r\n\t\t\t\"parent\": \"project-filled\"\r\n\t\t},\r\n\t\t\"project-outline\": {\r\n\t\t\t\"parent\": \"project-outlined\"\r\n\t\t},\r\n\t\t\"property-safety\": {\r\n\t\t\t\"parent\": \"property-safety-outlined\"\r\n\t\t},\r\n\t\t\"property-safety-fill\": {\r\n\t\t\t\"parent\": \"property-safety-filled\"\r\n\t\t},\r\n\t\t\"property-safety-outline\": {\r\n\t\t\t\"parent\": \"property-safety-outlined\"\r\n\t\t},\r\n\t\t\"pull-request\": {\r\n\t\t\t\"parent\": \"pull-request-outlined\"\r\n\t\t},\r\n\t\t\"pull-request-outline\": {\r\n\t\t\t\"parent\": \"pull-request-outlined\"\r\n\t\t},\r\n\t\t\"pushpin\": {\r\n\t\t\t\"parent\": \"pushpin-outlined\"\r\n\t\t},\r\n\t\t\"pushpin-fill\": {\r\n\t\t\t\"parent\": \"pushpin-filled\"\r\n\t\t},\r\n\t\t\"pushpin-outline\": {\r\n\t\t\t\"parent\": \"pushpin-outlined\"\r\n\t\t},\r\n\t\t\"qq\": {\r\n\t\t\t\"parent\": \"qq-outlined\"\r\n\t\t},\r\n\t\t\"qq-circle\": {\r\n\t\t\t\"parent\": \"qq-circle-filled\"\r\n\t\t},\r\n\t\t\"qq-circle-fill\": {\r\n\t\t\t\"parent\": \"qq-circle-filled\"\r\n\t\t},\r\n\t\t\"qq-outline\": {\r\n\t\t\t\"parent\": \"qq-outlined\"\r\n\t\t},\r\n\t\t\"qq-square\": {\r\n\t\t\t\"parent\": \"qq-square-filled\"\r\n\t\t},\r\n\t\t\"qq-square-fill\": {\r\n\t\t\t\"parent\": \"qq-square-filled\"\r\n\t\t},\r\n\t\t\"qrcode\": {\r\n\t\t\t\"parent\": \"qrcode-outlined\"\r\n\t\t},\r\n\t\t\"qrcode-outline\": {\r\n\t\t\t\"parent\": \"qrcode-outlined\"\r\n\t\t},\r\n\t\t\"question\": {\r\n\t\t\t\"parent\": \"question-outlined\"\r\n\t\t},\r\n\t\t\"question-circle\": {\r\n\t\t\t\"parent\": \"question-circle-outlined\"\r\n\t\t},\r\n\t\t\"question-circle-fill\": {\r\n\t\t\t\"parent\": \"question-circle-filled\"\r\n\t\t},\r\n\t\t\"question-circle-outline\": {\r\n\t\t\t\"parent\": \"question-circle-outlined\"\r\n\t\t},\r\n\t\t\"question-outline\": {\r\n\t\t\t\"parent\": \"question-outlined\"\r\n\t\t},\r\n\t\t\"radar-chart\": {\r\n\t\t\t\"parent\": \"radar-chart-outlined\"\r\n\t\t},\r\n\t\t\"radar-chart-outline\": {\r\n\t\t\t\"parent\": \"radar-chart-outlined\"\r\n\t\t},\r\n\t\t\"radius-bottomleft\": {\r\n\t\t\t\"parent\": \"radius-bottomleft-outlined\"\r\n\t\t},\r\n\t\t\"radius-bottomleft-outline\": {\r\n\t\t\t\"parent\": \"radius-bottomleft-outlined\"\r\n\t\t},\r\n\t\t\"radius-bottomright\": {\r\n\t\t\t\"parent\": \"radius-bottomright-outlined\"\r\n\t\t},\r\n\t\t\"radius-bottomright-outline\": {\r\n\t\t\t\"parent\": \"radius-bottomright-outlined\"\r\n\t\t},\r\n\t\t\"radius-setting\": {\r\n\t\t\t\"parent\": \"radius-setting-outlined\"\r\n\t\t},\r\n\t\t\"radius-setting-outline\": {\r\n\t\t\t\"parent\": \"radius-setting-outlined\"\r\n\t\t},\r\n\t\t\"radius-upleft\": {\r\n\t\t\t\"parent\": \"radius-upleft-outlined\"\r\n\t\t},\r\n\t\t\"radius-upleft-outline\": {\r\n\t\t\t\"parent\": \"radius-upleft-outlined\"\r\n\t\t},\r\n\t\t\"radius-upright\": {\r\n\t\t\t\"parent\": \"radius-upright-outlined\"\r\n\t\t},\r\n\t\t\"radius-upright-outline\": {\r\n\t\t\t\"parent\": \"radius-upright-outlined\"\r\n\t\t},\r\n\t\t\"read\": {\r\n\t\t\t\"parent\": \"read-outlined\"\r\n\t\t},\r\n\t\t\"read-fill\": {\r\n\t\t\t\"parent\": \"read-filled\"\r\n\t\t},\r\n\t\t\"read-outline\": {\r\n\t\t\t\"parent\": \"read-outlined\"\r\n\t\t},\r\n\t\t\"reconciliation\": {\r\n\t\t\t\"parent\": \"reconciliation-outlined\"\r\n\t\t},\r\n\t\t\"reconciliation-fill\": {\r\n\t\t\t\"parent\": \"reconciliation-filled\"\r\n\t\t},\r\n\t\t\"reconciliation-outline\": {\r\n\t\t\t\"parent\": \"reconciliation-outlined\"\r\n\t\t},\r\n\t\t\"red-envelope\": {\r\n\t\t\t\"parent\": \"red-envelope-outlined\"\r\n\t\t},\r\n\t\t\"red-envelope-fill\": {\r\n\t\t\t\"parent\": \"red-envelope-filled\"\r\n\t\t},\r\n\t\t\"red-envelope-outline\": {\r\n\t\t\t\"parent\": \"red-envelope-outlined\"\r\n\t\t},\r\n\t\t\"reddit\": {\r\n\t\t\t\"parent\": \"reddit-outlined\"\r\n\t\t},\r\n\t\t\"reddit-circle\": {\r\n\t\t\t\"parent\": \"reddit-circle-filled\"\r\n\t\t},\r\n\t\t\"reddit-circle-fill\": {\r\n\t\t\t\"parent\": \"reddit-circle-filled\"\r\n\t\t},\r\n\t\t\"reddit-outline\": {\r\n\t\t\t\"parent\": \"reddit-outlined\"\r\n\t\t},\r\n\t\t\"reddit-square\": {\r\n\t\t\t\"parent\": \"reddit-square-filled\"\r\n\t\t},\r\n\t\t\"reddit-square-fill\": {\r\n\t\t\t\"parent\": \"reddit-square-filled\"\r\n\t\t},\r\n\t\t\"redo\": {\r\n\t\t\t\"parent\": \"redo-outlined\"\r\n\t\t},\r\n\t\t\"redo-outline\": {\r\n\t\t\t\"parent\": \"redo-outlined\"\r\n\t\t},\r\n\t\t\"reload\": {\r\n\t\t\t\"parent\": \"reload-outlined\"\r\n\t\t},\r\n\t\t\"reload-outline\": {\r\n\t\t\t\"parent\": \"reload-outlined\"\r\n\t\t},\r\n\t\t\"reload-time-outline\": {\r\n\t\t\t\"parent\": \"history-outlined\"\r\n\t\t},\r\n\t\t\"rest\": {\r\n\t\t\t\"parent\": \"rest-outlined\"\r\n\t\t},\r\n\t\t\"rest-fill\": {\r\n\t\t\t\"parent\": \"rest-filled\"\r\n\t\t},\r\n\t\t\"rest-outline\": {\r\n\t\t\t\"parent\": \"rest-outlined\"\r\n\t\t},\r\n\t\t\"retweet\": {\r\n\t\t\t\"parent\": \"retweet-outlined\"\r\n\t\t},\r\n\t\t\"retweet-outline\": {\r\n\t\t\t\"parent\": \"retweet-outlined\"\r\n\t\t},\r\n\t\t\"right\": {\r\n\t\t\t\"parent\": \"right-outlined\"\r\n\t\t},\r\n\t\t\"right-circle\": {\r\n\t\t\t\"parent\": \"right-circle-outlined\"\r\n\t\t},\r\n\t\t\"right-circle-fill\": {\r\n\t\t\t\"parent\": \"right-circle-filled\"\r\n\t\t},\r\n\t\t\"right-circle-outline\": {\r\n\t\t\t\"parent\": \"right-circle-outlined\"\r\n\t\t},\r\n\t\t\"right-outline\": {\r\n\t\t\t\"parent\": \"right-outlined\"\r\n\t\t},\r\n\t\t\"right-square\": {\r\n\t\t\t\"parent\": \"right-square-outlined\"\r\n\t\t},\r\n\t\t\"right-square-fill\": {\r\n\t\t\t\"parent\": \"right-square-filled\"\r\n\t\t},\r\n\t\t\"right-square-outline\": {\r\n\t\t\t\"parent\": \"right-square-outlined\"\r\n\t\t},\r\n\t\t\"rise\": {\r\n\t\t\t\"parent\": \"rise-outlined\"\r\n\t\t},\r\n\t\t\"rise-outline\": {\r\n\t\t\t\"parent\": \"rise-outlined\"\r\n\t\t},\r\n\t\t\"robot\": {\r\n\t\t\t\"parent\": \"robot-outlined\"\r\n\t\t},\r\n\t\t\"robot-outline\": {\r\n\t\t\t\"parent\": \"robot-outlined\"\r\n\t\t},\r\n\t\t\"rocket\": {\r\n\t\t\t\"parent\": \"rocket-outlined\"\r\n\t\t},\r\n\t\t\"rocket-fill\": {\r\n\t\t\t\"parent\": \"rocket-filled\"\r\n\t\t},\r\n\t\t\"rocket-outline\": {\r\n\t\t\t\"parent\": \"rocket-outlined\"\r\n\t\t},\r\n\t\t\"rollback\": {\r\n\t\t\t\"parent\": \"rollback-outlined\"\r\n\t\t},\r\n\t\t\"rollback-outline\": {\r\n\t\t\t\"parent\": \"rollback-outlined\"\r\n\t\t},\r\n\t\t\"rotate-left\": {\r\n\t\t\t\"parent\": \"rotate-left-outlined\"\r\n\t\t},\r\n\t\t\"rotate-right\": {\r\n\t\t\t\"parent\": \"rotate-right-outlined\"\r\n\t\t},\r\n\t\t\"safety\": {\r\n\t\t\t\"parent\": \"safety-outlined\"\r\n\t\t},\r\n\t\t\"safety-certificate\": {\r\n\t\t\t\"parent\": \"safety-certificate-outlined\"\r\n\t\t},\r\n\t\t\"safety-certificate-fill\": {\r\n\t\t\t\"parent\": \"safety-certificate-filled\"\r\n\t\t},\r\n\t\t\"safety-certificate-outline\": {\r\n\t\t\t\"parent\": \"safety-certificate-outlined\"\r\n\t\t},\r\n\t\t\"safety-outline\": {\r\n\t\t\t\"parent\": \"safety-outlined\"\r\n\t\t},\r\n\t\t\"save\": {\r\n\t\t\t\"parent\": \"save-outlined\"\r\n\t\t},\r\n\t\t\"save-fill\": {\r\n\t\t\t\"parent\": \"save-filled\"\r\n\t\t},\r\n\t\t\"save-outline\": {\r\n\t\t\t\"parent\": \"save-outlined\"\r\n\t\t},\r\n\t\t\"scan\": {\r\n\t\t\t\"parent\": \"scan-outlined\"\r\n\t\t},\r\n\t\t\"scan-outline\": {\r\n\t\t\t\"parent\": \"scan-outlined\"\r\n\t\t},\r\n\t\t\"schedule\": {\r\n\t\t\t\"parent\": \"schedule-outlined\"\r\n\t\t},\r\n\t\t\"schedule-fill\": {\r\n\t\t\t\"parent\": \"schedule-filled\"\r\n\t\t},\r\n\t\t\"schedule-outline\": {\r\n\t\t\t\"parent\": \"schedule-outlined\"\r\n\t\t},\r\n\t\t\"scissor\": {\r\n\t\t\t\"parent\": \"scissor-outlined\"\r\n\t\t},\r\n\t\t\"scissor-outline\": {\r\n\t\t\t\"parent\": \"scissor-outlined\"\r\n\t\t},\r\n\t\t\"search\": {\r\n\t\t\t\"parent\": \"search-outlined\"\r\n\t\t},\r\n\t\t\"search-outline\": {\r\n\t\t\t\"parent\": \"search-outlined\"\r\n\t\t},\r\n\t\t\"security-scan\": {\r\n\t\t\t\"parent\": \"security-scan-outlined\"\r\n\t\t},\r\n\t\t\"security-scan-fill\": {\r\n\t\t\t\"parent\": \"security-scan-filled\"\r\n\t\t},\r\n\t\t\"security-scan-outline\": {\r\n\t\t\t\"parent\": \"security-scan-outlined\"\r\n\t\t},\r\n\t\t\"select\": {\r\n\t\t\t\"parent\": \"select-outlined\"\r\n\t\t},\r\n\t\t\"select-outline\": {\r\n\t\t\t\"parent\": \"select-outlined\"\r\n\t\t},\r\n\t\t\"send\": {\r\n\t\t\t\"parent\": \"send-outlined\"\r\n\t\t},\r\n\t\t\"setting\": {\r\n\t\t\t\"parent\": \"setting-outlined\"\r\n\t\t},\r\n\t\t\"setting-fill\": {\r\n\t\t\t\"parent\": \"setting-filled\"\r\n\t\t},\r\n\t\t\"setting-outline\": {\r\n\t\t\t\"parent\": \"setting-outlined\"\r\n\t\t},\r\n\t\t\"shake\": {\r\n\t\t\t\"parent\": \"shake-outlined\"\r\n\t\t},\r\n\t\t\"shake-outline\": {\r\n\t\t\t\"parent\": \"shake-outlined\"\r\n\t\t},\r\n\t\t\"share-alt\": {\r\n\t\t\t\"parent\": \"share-alt-outlined\"\r\n\t\t},\r\n\t\t\"share-alt-outline\": {\r\n\t\t\t\"parent\": \"share-alt-outlined\"\r\n\t\t},\r\n\t\t\"shop\": {\r\n\t\t\t\"parent\": \"shop-outlined\"\r\n\t\t},\r\n\t\t\"shop-fill\": {\r\n\t\t\t\"parent\": \"shop-filled\"\r\n\t\t},\r\n\t\t\"shop-outline\": {\r\n\t\t\t\"parent\": \"shop-outlined\"\r\n\t\t},\r\n\t\t\"shopping\": {\r\n\t\t\t\"parent\": \"shopping-outlined\"\r\n\t\t},\r\n\t\t\"shopping-cart\": {\r\n\t\t\t\"parent\": \"shopping-cart-outlined\"\r\n\t\t},\r\n\t\t\"shopping-cart-outline\": {\r\n\t\t\t\"parent\": \"shopping-cart-outlined\"\r\n\t\t},\r\n\t\t\"shopping-fill\": {\r\n\t\t\t\"parent\": \"shopping-filled\"\r\n\t\t},\r\n\t\t\"shopping-outline\": {\r\n\t\t\t\"parent\": \"shopping-outlined\"\r\n\t\t},\r\n\t\t\"shrink\": {\r\n\t\t\t\"parent\": \"shrink-outlined\"\r\n\t\t},\r\n\t\t\"shrink-outline\": {\r\n\t\t\t\"parent\": \"shrink-outlined\"\r\n\t\t},\r\n\t\t\"signal\": {\r\n\t\t\t\"parent\": \"signal-filled\"\r\n\t\t},\r\n\t\t\"sisternode\": {\r\n\t\t\t\"parent\": \"sisternode-outlined\"\r\n\t\t},\r\n\t\t\"sketch\": {\r\n\t\t\t\"parent\": \"sketch-outlined\"\r\n\t\t},\r\n\t\t\"sketch-circle\": {\r\n\t\t\t\"parent\": \"sketch-circle-filled\"\r\n\t\t},\r\n\t\t\"sketch-circle-fill\": {\r\n\t\t\t\"parent\": \"sketch-circle-filled\"\r\n\t\t},\r\n\t\t\"sketch-outline\": {\r\n\t\t\t\"parent\": \"sketch-outlined\"\r\n\t\t},\r\n\t\t\"sketch-square\": {\r\n\t\t\t\"parent\": \"sketch-square-filled\"\r\n\t\t},\r\n\t\t\"sketch-square-fill\": {\r\n\t\t\t\"parent\": \"sketch-square-filled\"\r\n\t\t},\r\n\t\t\"skin\": {\r\n\t\t\t\"parent\": \"skin-outlined\"\r\n\t\t},\r\n\t\t\"skin-fill\": {\r\n\t\t\t\"parent\": \"skin-filled\"\r\n\t\t},\r\n\t\t\"skin-outline\": {\r\n\t\t\t\"parent\": \"skin-outlined\"\r\n\t\t},\r\n\t\t\"skype\": {\r\n\t\t\t\"parent\": \"skype-outlined\"\r\n\t\t},\r\n\t\t\"skype-fill\": {\r\n\t\t\t\"parent\": \"skype-filled\"\r\n\t\t},\r\n\t\t\"skype-outline\": {\r\n\t\t\t\"parent\": \"skype-outlined\"\r\n\t\t},\r\n\t\t\"slack\": {\r\n\t\t\t\"parent\": \"slack-outlined\"\r\n\t\t},\r\n\t\t\"slack-circle\": {\r\n\t\t\t\"parent\": \"slack-circle-filled\"\r\n\t\t},\r\n\t\t\"slack-circle-fill\": {\r\n\t\t\t\"parent\": \"slack-circle-filled\"\r\n\t\t},\r\n\t\t\"slack-outline\": {\r\n\t\t\t\"parent\": \"slack-outlined\"\r\n\t\t},\r\n\t\t\"slack-square\": {\r\n\t\t\t\"parent\": \"slack-square-filled\"\r\n\t\t},\r\n\t\t\"slack-square-fill\": {\r\n\t\t\t\"parent\": \"slack-square-filled\"\r\n\t\t},\r\n\t\t\"slack-square-outline\": {\r\n\t\t\t\"parent\": \"slack-square-filled\"\r\n\t\t},\r\n\t\t\"sliders\": {\r\n\t\t\t\"parent\": \"sliders-outlined\"\r\n\t\t},\r\n\t\t\"sliders-fill\": {\r\n\t\t\t\"parent\": \"sliders-filled\"\r\n\t\t},\r\n\t\t\"sliders-outline\": {\r\n\t\t\t\"parent\": \"sliders-outlined\"\r\n\t\t},\r\n\t\t\"small-dash\": {\r\n\t\t\t\"parent\": \"small-dash-outlined\"\r\n\t\t},\r\n\t\t\"small-dash-outline\": {\r\n\t\t\t\"parent\": \"small-dash-outlined\"\r\n\t\t},\r\n\t\t\"smile\": {\r\n\t\t\t\"parent\": \"smile-outlined\"\r\n\t\t},\r\n\t\t\"smile-fill\": {\r\n\t\t\t\"parent\": \"smile-filled\"\r\n\t\t},\r\n\t\t\"smile-outline\": {\r\n\t\t\t\"parent\": \"smile-outlined\"\r\n\t\t},\r\n\t\t\"snippets\": {\r\n\t\t\t\"parent\": \"snippets-outlined\"\r\n\t\t},\r\n\t\t\"snippets-fill\": {\r\n\t\t\t\"parent\": \"snippets-filled\"\r\n\t\t},\r\n\t\t\"snippets-outline\": {\r\n\t\t\t\"parent\": \"snippets-outlined\"\r\n\t\t},\r\n\t\t\"solution\": {\r\n\t\t\t\"parent\": \"solution-outlined\"\r\n\t\t},\r\n\t\t\"solution-outline\": {\r\n\t\t\t\"parent\": \"solution-outlined\"\r\n\t\t},\r\n\t\t\"sort-ascending\": {\r\n\t\t\t\"parent\": \"sort-ascending-outlined\"\r\n\t\t},\r\n\t\t\"sort-ascending-outline\": {\r\n\t\t\t\"parent\": \"sort-ascending-outlined\"\r\n\t\t},\r\n\t\t\"sort-descending\": {\r\n\t\t\t\"parent\": \"sort-descending-outlined\"\r\n\t\t},\r\n\t\t\"sort-descending-outline\": {\r\n\t\t\t\"parent\": \"sort-descending-outlined\"\r\n\t\t},\r\n\t\t\"sound\": {\r\n\t\t\t\"parent\": \"sound-outlined\"\r\n\t\t},\r\n\t\t\"sound-fill\": {\r\n\t\t\t\"parent\": \"sound-filled\"\r\n\t\t},\r\n\t\t\"sound-outline\": {\r\n\t\t\t\"parent\": \"sound-outlined\"\r\n\t\t},\r\n\t\t\"split-cells\": {\r\n\t\t\t\"parent\": \"split-cells-outlined\"\r\n\t\t},\r\n\t\t\"star\": {\r\n\t\t\t\"parent\": \"star-outlined\"\r\n\t\t},\r\n\t\t\"star-fill\": {\r\n\t\t\t\"parent\": \"star-filled\"\r\n\t\t},\r\n\t\t\"star-outline\": {\r\n\t\t\t\"parent\": \"star-outlined\"\r\n\t\t},\r\n\t\t\"step-backward\": {\r\n\t\t\t\"parent\": \"step-backward-filled\"\r\n\t\t},\r\n\t\t\"step-backward-fill\": {\r\n\t\t\t\"parent\": \"step-backward-filled\"\r\n\t\t},\r\n\t\t\"step-backward-outline\": {\r\n\t\t\t\"parent\": \"step-backward-filled\"\r\n\t\t},\r\n\t\t\"step-forward\": {\r\n\t\t\t\"parent\": \"step-forward-filled\"\r\n\t\t},\r\n\t\t\"step-forward-fill\": {\r\n\t\t\t\"parent\": \"step-forward-filled\"\r\n\t\t},\r\n\t\t\"step-forward-outline\": {\r\n\t\t\t\"parent\": \"step-forward-filled\"\r\n\t\t},\r\n\t\t\"stock\": {\r\n\t\t\t\"parent\": \"stock-outlined\"\r\n\t\t},\r\n\t\t\"stock-outline\": {\r\n\t\t\t\"parent\": \"stock-outlined\"\r\n\t\t},\r\n\t\t\"stop\": {\r\n\t\t\t\"parent\": \"stop-outlined\"\r\n\t\t},\r\n\t\t\"stop-fill\": {\r\n\t\t\t\"parent\": \"stop-filled\"\r\n\t\t},\r\n\t\t\"stop-outline\": {\r\n\t\t\t\"parent\": \"stop-outlined\"\r\n\t\t},\r\n\t\t\"strikethrough\": {\r\n\t\t\t\"parent\": \"strikethrough-outlined\"\r\n\t\t},\r\n\t\t\"strikethrough-outline\": {\r\n\t\t\t\"parent\": \"strikethrough-outlined\"\r\n\t\t},\r\n\t\t\"subnode\": {\r\n\t\t\t\"parent\": \"subnode-outlined\"\r\n\t\t},\r\n\t\t\"swap\": {\r\n\t\t\t\"parent\": \"swap-outlined\"\r\n\t\t},\r\n\t\t\"swap-left\": {\r\n\t\t\t\"parent\": \"swap-left-outlined\"\r\n\t\t},\r\n\t\t\"swap-left-outline\": {\r\n\t\t\t\"parent\": \"swap-left-outlined\"\r\n\t\t},\r\n\t\t\"swap-outline\": {\r\n\t\t\t\"parent\": \"swap-outlined\"\r\n\t\t},\r\n\t\t\"swap-right\": {\r\n\t\t\t\"parent\": \"swap-right-outlined\"\r\n\t\t},\r\n\t\t\"swap-right-outline\": {\r\n\t\t\t\"parent\": \"swap-right-outlined\"\r\n\t\t},\r\n\t\t\"switcher\": {\r\n\t\t\t\"parent\": \"switcher-outlined\"\r\n\t\t},\r\n\t\t\"switcher-fill\": {\r\n\t\t\t\"parent\": \"switcher-filled\"\r\n\t\t},\r\n\t\t\"switcher-outline\": {\r\n\t\t\t\"parent\": \"switcher-outlined\"\r\n\t\t},\r\n\t\t\"sync\": {\r\n\t\t\t\"parent\": \"sync-outlined\"\r\n\t\t},\r\n\t\t\"sync-outline\": {\r\n\t\t\t\"parent\": \"sync-outlined\"\r\n\t\t},\r\n\t\t\"table\": {\r\n\t\t\t\"parent\": \"table-outlined\"\r\n\t\t},\r\n\t\t\"table-outline\": {\r\n\t\t\t\"parent\": \"table-outlined\"\r\n\t\t},\r\n\t\t\"tablet\": {\r\n\t\t\t\"parent\": \"tablet-outlined\"\r\n\t\t},\r\n\t\t\"tablet-fill\": {\r\n\t\t\t\"parent\": \"tablet-filled\"\r\n\t\t},\r\n\t\t\"tablet-outline\": {\r\n\t\t\t\"parent\": \"tablet-outlined\"\r\n\t\t},\r\n\t\t\"tag\": {\r\n\t\t\t\"parent\": \"tag-outlined\"\r\n\t\t},\r\n\t\t\"tag-fill\": {\r\n\t\t\t\"parent\": \"tag-filled\"\r\n\t\t},\r\n\t\t\"tag-outline\": {\r\n\t\t\t\"parent\": \"tag-outlined\"\r\n\t\t},\r\n\t\t\"tags\": {\r\n\t\t\t\"parent\": \"tags-outlined\"\r\n\t\t},\r\n\t\t\"tags-fill\": {\r\n\t\t\t\"parent\": \"tags-filled\"\r\n\t\t},\r\n\t\t\"tags-outline\": {\r\n\t\t\t\"parent\": \"tags-outlined\"\r\n\t\t},\r\n\t\t\"taobao\": {\r\n\t\t\t\"parent\": \"taobao-outlined\"\r\n\t\t},\r\n\t\t\"taobao-circle\": {\r\n\t\t\t\"parent\": \"taobao-circle-filled\"\r\n\t\t},\r\n\t\t\"taobao-circle-fill\": {\r\n\t\t\t\"parent\": \"taobao-circle-filled\"\r\n\t\t},\r\n\t\t\"taobao-circle-outline\": {\r\n\t\t\t\"parent\": \"taobao-circle-filled\"\r\n\t\t},\r\n\t\t\"taobao-outline\": {\r\n\t\t\t\"parent\": \"taobao-outlined\"\r\n\t\t},\r\n\t\t\"taobao-square\": {\r\n\t\t\t\"parent\": \"taobao-square-filled\"\r\n\t\t},\r\n\t\t\"taobao-square-fill\": {\r\n\t\t\t\"parent\": \"taobao-square-filled\"\r\n\t\t},\r\n\t\t\"team\": {\r\n\t\t\t\"parent\": \"team-outlined\"\r\n\t\t},\r\n\t\t\"team-outline\": {\r\n\t\t\t\"parent\": \"team-outlined\"\r\n\t\t},\r\n\t\t\"thunderbolt\": {\r\n\t\t\t\"parent\": \"thunderbolt-outlined\"\r\n\t\t},\r\n\t\t\"thunderbolt-fill\": {\r\n\t\t\t\"parent\": \"thunderbolt-filled\"\r\n\t\t},\r\n\t\t\"thunderbolt-outline\": {\r\n\t\t\t\"parent\": \"thunderbolt-outlined\"\r\n\t\t},\r\n\t\t\"to-top\": {\r\n\t\t\t\"parent\": \"to-top-outlined\"\r\n\t\t},\r\n\t\t\"to-top-outline\": {\r\n\t\t\t\"parent\": \"to-top-outlined\"\r\n\t\t},\r\n\t\t\"tool\": {\r\n\t\t\t\"parent\": \"tool-outlined\"\r\n\t\t},\r\n\t\t\"tool-fill\": {\r\n\t\t\t\"parent\": \"tool-filled\"\r\n\t\t},\r\n\t\t\"tool-outline\": {\r\n\t\t\t\"parent\": \"tool-outlined\"\r\n\t\t},\r\n\t\t\"trademark\": {\r\n\t\t\t\"parent\": \"trademark-circle-outlined\"\r\n\t\t},\r\n\t\t\"trademark-circle\": {\r\n\t\t\t\"parent\": \"trademark-circle-outlined\"\r\n\t\t},\r\n\t\t\"trademark-circle-fill\": {\r\n\t\t\t\"parent\": \"trademark-circle-filled\"\r\n\t\t},\r\n\t\t\"trademark-outline\": {\r\n\t\t\t\"parent\": \"trademark-circle-outlined\"\r\n\t\t},\r\n\t\t\"transaction\": {\r\n\t\t\t\"parent\": \"transaction-outlined\"\r\n\t\t},\r\n\t\t\"transaction-outline\": {\r\n\t\t\t\"parent\": \"transaction-outlined\"\r\n\t\t},\r\n\t\t\"translation\": {\r\n\t\t\t\"parent\": \"translation-outlined\"\r\n\t\t},\r\n\t\t\"trophy\": {\r\n\t\t\t\"parent\": \"trophy-outlined\"\r\n\t\t},\r\n\t\t\"trophy-fill\": {\r\n\t\t\t\"parent\": \"trophy-filled\"\r\n\t\t},\r\n\t\t\"trophy-outline\": {\r\n\t\t\t\"parent\": \"trophy-outlined\"\r\n\t\t},\r\n\t\t\"twitter\": {\r\n\t\t\t\"parent\": \"twitter-outlined\"\r\n\t\t},\r\n\t\t\"twitter-circle\": {\r\n\t\t\t\"parent\": \"twitter-circle-filled\"\r\n\t\t},\r\n\t\t\"twitter-circle-fill\": {\r\n\t\t\t\"parent\": \"twitter-circle-filled\"\r\n\t\t},\r\n\t\t\"twitter-outline\": {\r\n\t\t\t\"parent\": \"twitter-outlined\"\r\n\t\t},\r\n\t\t\"twitter-square\": {\r\n\t\t\t\"parent\": \"twitter-square-filled\"\r\n\t\t},\r\n\t\t\"twitter-square-fill\": {\r\n\t\t\t\"parent\": \"twitter-square-filled\"\r\n\t\t},\r\n\t\t\"underline\": {\r\n\t\t\t\"parent\": \"underline-outlined\"\r\n\t\t},\r\n\t\t\"underline-outline\": {\r\n\t\t\t\"parent\": \"underline-outlined\"\r\n\t\t},\r\n\t\t\"undo\": {\r\n\t\t\t\"parent\": \"undo-outlined\"\r\n\t\t},\r\n\t\t\"undo-outline\": {\r\n\t\t\t\"parent\": \"undo-outlined\"\r\n\t\t},\r\n\t\t\"ungroup\": {\r\n\t\t\t\"parent\": \"ungroup-outlined\"\r\n\t\t},\r\n\t\t\"unlock\": {\r\n\t\t\t\"parent\": \"unlock-outlined\"\r\n\t\t},\r\n\t\t\"unlock-fill\": {\r\n\t\t\t\"parent\": \"unlock-filled\"\r\n\t\t},\r\n\t\t\"unlock-outline\": {\r\n\t\t\t\"parent\": \"unlock-outlined\"\r\n\t\t},\r\n\t\t\"unordered-list\": {\r\n\t\t\t\"parent\": \"bars-outlined\"\r\n\t\t},\r\n\t\t\"unordered-list-outline\": {\r\n\t\t\t\"parent\": \"bars-outlined\"\r\n\t\t},\r\n\t\t\"up\": {\r\n\t\t\t\"parent\": \"up-outlined\"\r\n\t\t},\r\n\t\t\"up-circle\": {\r\n\t\t\t\"parent\": \"up-circle-outlined\"\r\n\t\t},\r\n\t\t\"up-circle-fill\": {\r\n\t\t\t\"parent\": \"up-circle-filled\"\r\n\t\t},\r\n\t\t\"up-circle-outline\": {\r\n\t\t\t\"parent\": \"up-circle-outlined\"\r\n\t\t},\r\n\t\t\"up-outline\": {\r\n\t\t\t\"parent\": \"up-outlined\"\r\n\t\t},\r\n\t\t\"up-square\": {\r\n\t\t\t\"parent\": \"up-square-outlined\"\r\n\t\t},\r\n\t\t\"up-square-fill\": {\r\n\t\t\t\"parent\": \"up-square-filled\"\r\n\t\t},\r\n\t\t\"up-square-outline\": {\r\n\t\t\t\"parent\": \"up-square-outlined\"\r\n\t\t},\r\n\t\t\"upload\": {\r\n\t\t\t\"parent\": \"upload-outlined\"\r\n\t\t},\r\n\t\t\"upload-outline\": {\r\n\t\t\t\"parent\": \"upload-outlined\"\r\n\t\t},\r\n\t\t\"usb\": {\r\n\t\t\t\"parent\": \"usb-outlined\"\r\n\t\t},\r\n\t\t\"usb-fill\": {\r\n\t\t\t\"parent\": \"usb-filled\"\r\n\t\t},\r\n\t\t\"usb-outline\": {\r\n\t\t\t\"parent\": \"usb-outlined\"\r\n\t\t},\r\n\t\t\"user\": {\r\n\t\t\t\"parent\": \"user-outlined\"\r\n\t\t},\r\n\t\t\"user-add\": {\r\n\t\t\t\"parent\": \"user-add-outlined\"\r\n\t\t},\r\n\t\t\"user-add-outline\": {\r\n\t\t\t\"parent\": \"user-add-outlined\"\r\n\t\t},\r\n\t\t\"user-delete\": {\r\n\t\t\t\"parent\": \"user-delete-outlined\"\r\n\t\t},\r\n\t\t\"user-delete-outline\": {\r\n\t\t\t\"parent\": \"user-delete-outlined\"\r\n\t\t},\r\n\t\t\"user-outline\": {\r\n\t\t\t\"parent\": \"user-outlined\"\r\n\t\t},\r\n\t\t\"user-switch\": {\r\n\t\t\t\"parent\": \"user-switch-outlined\"\r\n\t\t},\r\n\t\t\"usergroup-add\": {\r\n\t\t\t\"parent\": \"usergroup-add-outlined\"\r\n\t\t},\r\n\t\t\"usergroup-add-outline\": {\r\n\t\t\t\"parent\": \"usergroup-add-outlined\"\r\n\t\t},\r\n\t\t\"usergroup-delete\": {\r\n\t\t\t\"parent\": \"usergroup-delete-outlined\"\r\n\t\t},\r\n\t\t\"usergroup-delete-outline\": {\r\n\t\t\t\"parent\": \"usergroup-delete-outlined\"\r\n\t\t},\r\n\t\t\"verified\": {\r\n\t\t\t\"parent\": \"verified-outlined\"\r\n\t\t},\r\n\t\t\"vertical-align-bottom\": {\r\n\t\t\t\"parent\": \"vertical-align-bottom-outlined\"\r\n\t\t},\r\n\t\t\"vertical-align-bottom-outline\": {\r\n\t\t\t\"parent\": \"vertical-align-bottom-outlined\"\r\n\t\t},\r\n\t\t\"vertical-align-middle\": {\r\n\t\t\t\"parent\": \"vertical-align-middle-outlined\"\r\n\t\t},\r\n\t\t\"vertical-align-middle-outline\": {\r\n\t\t\t\"parent\": \"vertical-align-middle-outlined\"\r\n\t\t},\r\n\t\t\"vertical-align-top\": {\r\n\t\t\t\"parent\": \"vertical-align-top-outlined\"\r\n\t\t},\r\n\t\t\"vertical-align-top-outline\": {\r\n\t\t\t\"parent\": \"vertical-align-top-outlined\"\r\n\t\t},\r\n\t\t\"vertical-left\": {\r\n\t\t\t\"parent\": \"vertical-left-outlined\"\r\n\t\t},\r\n\t\t\"vertical-left-outline\": {\r\n\t\t\t\"parent\": \"vertical-left-outlined\"\r\n\t\t},\r\n\t\t\"vertical-right\": {\r\n\t\t\t\"parent\": \"vertical-right-outlined\"\r\n\t\t},\r\n\t\t\"vertical-right-outline\": {\r\n\t\t\t\"parent\": \"vertical-right-outlined\"\r\n\t\t},\r\n\t\t\"video-camera\": {\r\n\t\t\t\"parent\": \"video-camera-outlined\"\r\n\t\t},\r\n\t\t\"video-camera-add\": {\r\n\t\t\t\"parent\": \"video-camera-add-outlined\"\r\n\t\t},\r\n\t\t\"video-camera-fill\": {\r\n\t\t\t\"parent\": \"video-camera-filled\"\r\n\t\t},\r\n\t\t\"video-camera-outline\": {\r\n\t\t\t\"parent\": \"video-camera-outlined\"\r\n\t\t},\r\n\t\t\"wallet\": {\r\n\t\t\t\"parent\": \"wallet-outlined\"\r\n\t\t},\r\n\t\t\"wallet-fill\": {\r\n\t\t\t\"parent\": \"wallet-filled\"\r\n\t\t},\r\n\t\t\"wallet-outline\": {\r\n\t\t\t\"parent\": \"wallet-outlined\"\r\n\t\t},\r\n\t\t\"warning\": {\r\n\t\t\t\"parent\": \"warning-outlined\"\r\n\t\t},\r\n\t\t\"warning-fill\": {\r\n\t\t\t\"parent\": \"warning-filled\"\r\n\t\t},\r\n\t\t\"warning-outline\": {\r\n\t\t\t\"parent\": \"warning-outlined\"\r\n\t\t},\r\n\t\t\"wechat\": {\r\n\t\t\t\"parent\": \"wechat-filled\"\r\n\t\t},\r\n\t\t\"wechat-fill\": {\r\n\t\t\t\"parent\": \"wechat-filled\"\r\n\t\t},\r\n\t\t\"wechat-outline\": {\r\n\t\t\t\"parent\": \"wechat-filled\"\r\n\t\t},\r\n\t\t\"weibo\": {\r\n\t\t\t\"parent\": \"weibo-outlined\"\r\n\t\t},\r\n\t\t\"weibo-circle\": {\r\n\t\t\t\"parent\": \"weibo-circle-filled\"\r\n\t\t},\r\n\t\t\"weibo-circle-fill\": {\r\n\t\t\t\"parent\": \"weibo-circle-filled\"\r\n\t\t},\r\n\t\t\"weibo-circle-outline\": {\r\n\t\t\t\"parent\": \"weibo-circle-filled\"\r\n\t\t},\r\n\t\t\"weibo-outline\": {\r\n\t\t\t\"parent\": \"weibo-outlined\"\r\n\t\t},\r\n\t\t\"weibo-square\": {\r\n\t\t\t\"parent\": \"weibo-square-filled\"\r\n\t\t},\r\n\t\t\"weibo-square-fill\": {\r\n\t\t\t\"parent\": \"weibo-square-filled\"\r\n\t\t},\r\n\t\t\"weibo-square-outline\": {\r\n\t\t\t\"parent\": \"weibo-square-filled\"\r\n\t\t},\r\n\t\t\"whats-app\": {\r\n\t\t\t\"parent\": \"whats-app-outlined\"\r\n\t\t},\r\n\t\t\"wifi\": {\r\n\t\t\t\"parent\": \"wifi-outlined\"\r\n\t\t},\r\n\t\t\"wifi-outline\": {\r\n\t\t\t\"parent\": \"wifi-outlined\"\r\n\t\t},\r\n\t\t\"windows\": {\r\n\t\t\t\"parent\": \"windows-outlined\"\r\n\t\t},\r\n\t\t\"windows-fill\": {\r\n\t\t\t\"parent\": \"windows-filled\"\r\n\t\t},\r\n\t\t\"windows-outline\": {\r\n\t\t\t\"parent\": \"windows-outlined\"\r\n\t\t},\r\n\t\t\"woman\": {\r\n\t\t\t\"parent\": \"woman-outlined\"\r\n\t\t},\r\n\t\t\"woman-outline\": {\r\n\t\t\t\"parent\": \"woman-outlined\"\r\n\t\t},\r\n\t\t\"yahoo\": {\r\n\t\t\t\"parent\": \"yahoo-outlined\"\r\n\t\t},\r\n\t\t\"yahoo-fill\": {\r\n\t\t\t\"parent\": \"yahoo-filled\"\r\n\t\t},\r\n\t\t\"yahoo-outline\": {\r\n\t\t\t\"parent\": \"yahoo-outlined\"\r\n\t\t},\r\n\t\t\"youtube\": {\r\n\t\t\t\"parent\": \"youtube-outlined\"\r\n\t\t},\r\n\t\t\"youtube-fill\": {\r\n\t\t\t\"parent\": \"youtube-filled\"\r\n\t\t},\r\n\t\t\"youtube-outline\": {\r\n\t\t\t\"parent\": \"youtube-outlined\"\r\n\t\t},\r\n\t\t\"yuque\": {\r\n\t\t\t\"parent\": \"yuque-outlined\"\r\n\t\t},\r\n\t\t\"yuque-fill\": {\r\n\t\t\t\"parent\": \"yuque-filled\"\r\n\t\t},\r\n\t\t\"yuque-outline\": {\r\n\t\t\t\"parent\": \"yuque-outlined\"\r\n\t\t},\r\n\t\t\"zhihu\": {\r\n\t\t\t\"parent\": \"zhihu-outlined\"\r\n\t\t},\r\n\t\t\"zhihu-circle\": {\r\n\t\t\t\"parent\": \"zhihu-circle-filled\"\r\n\t\t},\r\n\t\t\"zhihu-circle-fill\": {\r\n\t\t\t\"parent\": \"zhihu-circle-filled\"\r\n\t\t},\r\n\t\t\"zhihu-outline\": {\r\n\t\t\t\"parent\": \"zhihu-outlined\"\r\n\t\t},\r\n\t\t\"zhihu-square\": {\r\n\t\t\t\"parent\": \"zhihu-square-filled\"\r\n\t\t},\r\n\t\t\"zhihu-square-fill\": {\r\n\t\t\t\"parent\": \"zhihu-square-filled\"\r\n\t\t},\r\n\t\t\"zoom-in\": {\r\n\t\t\t\"parent\": \"zoom-in-outlined\"\r\n\t\t},\r\n\t\t\"zoom-in-outline\": {\r\n\t\t\t\"parent\": \"zoom-in-outlined\"\r\n\t\t},\r\n\t\t\"zoom-out\": {\r\n\t\t\t\"parent\": \"zoom-out-outlined\"\r\n\t\t},\r\n\t\t\"zoom-out-outline\": {\r\n\t\t\t\"parent\": \"zoom-out-outlined\"\r\n\t\t}\r\n\t},\r\n\t\"lastModified\": 1712643605,\r\n\t\"width\": 1024,\r\n\t\"height\": 1024\r\n}\r\n", "{\r\n\t\"prefix\": \"ant-design\",\r\n\t\"name\": \"Ant Design Icons\",\r\n\t\"total\": 830,\r\n\t\"version\": \"4.4.2\",\r\n\t\"author\": {\r\n\t\t\"name\": \"HeskeyBaozi\",\r\n\t\t\"url\": \"https://github.com/ant-design/ant-design-icons\"\r\n\t},\r\n\t\"license\": {\r\n\t\t\"title\": \"MIT\",\r\n\t\t\"spdx\": \"MIT\",\r\n\t\t\"url\": \"https://github.com/ant-design/ant-design-icons/blob/master/LICENSE\"\r\n\t},\r\n\t\"samples\": [\r\n\t\t\"pushpin-filled\",\r\n\t\t\"pie-chart-outlined\",\r\n\t\t\"shopping-twotone\"\r\n\t],\r\n\t\"height\": 16,\r\n\t\"category\": \"General\",\r\n\t\"palette\": false\r\n}\r\n", "{\r\n\t\"suffixes\": {\r\n\t\t\"filled\": \"Filled\",\r\n\t\t\"outlined\": \"Outlined\",\r\n\t\t\"twotone\": \"TwoTone\"\r\n\t}\r\n}\r\n", "import icons from './icons.json' assert { type: 'json' };\r\nimport info from './info.json' assert { type: 'json' };\r\nimport metadata from './metadata.json' assert { type: 'json' };\r\n\r\nconst chars = {};\r\nexport { icons, info, metadata, chars };\r\n"], + "sourcesContent": ["{\n\t\"prefix\": \"ant-design\",\n\t\"icons\": {\n\t\t\"account-book-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"account-book-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"account-book-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aim-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alert-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alert-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alert-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alibaba-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"align-center-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"align-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"align-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alipay-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alipay-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alipay-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alipay-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aliwangwang-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aliwangwang-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aliyun-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazon-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazon-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazon-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"android-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"android-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ant-cloud-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ant-design-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apartment-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"api-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"api-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"api-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apple-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apple-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appstore-add-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appstore-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appstore-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appstore-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"area-chart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arrow-down-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arrow-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arrow-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arrow-up-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arrows-alt-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audio-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audio-muted-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audio-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audio-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audit-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"backward-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"backward-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"baidu-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bank-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bank-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bank-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bar-chart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"barcode-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bars-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"behance-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"behance-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"behance-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"behance-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bell-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bell-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bell-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bg-colors-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bilibili-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bilibili-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"block-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bold-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"book-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"book-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"book-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-bottom-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-horizontal-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-inner-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-outer-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-top-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"border-verticle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"borderless-table-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"box-plot-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"box-plot-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"box-plot-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"branches-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bug-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bug-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bug-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"build-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"build-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"build-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bulb-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bulb-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bulb-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calculator-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calculator-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calculator-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calendar-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calendar-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calendar-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"camera-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"camera-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"camera-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"car-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"car-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"car-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-down-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-down-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-left-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-right-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-up-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caret-up-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carry-out-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carry-out-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carry-out-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"check-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chrome-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chrome-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ci-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ci-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ci-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ci-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ci-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clear-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clock-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clock-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clock-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"close-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-download-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-server-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-sync-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud-upload-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cluster-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"code-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"code-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"code-sandbox-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"code-sandbox-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"code-sandbox-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"code-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codepen-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codepen-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codepen-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codepen-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coffee-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"column-height-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"column-width-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"comment-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"compass-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"compass-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"compass-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"compress-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"console-sql-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contacts-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contacts-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contacts-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"container-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"container-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"container-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"control-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"control-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"control-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copy-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copy-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copy-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copyright-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copyright-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copyright-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copyright-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copyright-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"credit-card-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"credit-card-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"credit-card-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crown-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crown-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crown-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"customer-service-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"customer-service-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"customer-service-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dash-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dashboard-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dashboard-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dashboard-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"database-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"database-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"database-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delete-column-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delete-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delete-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delete-row-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delete-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delivered-procedure-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deployment-unit-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"desktop-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"diff-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"diff-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"diff-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dingding-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dingtalk-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dingtalk-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dingtalk-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"disconnect-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"discord-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"discord-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dislike-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dislike-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dislike-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"docker-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dollar-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dollar-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dollar-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dollar-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dollar-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dot-chart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dot-net-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"double-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"double-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"down-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"download-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"drag-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dribbble-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dribbble-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dribbble-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dribbble-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dropbox-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dropbox-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dropbox-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edit-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edit-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edit-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ellipsis-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"enter-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"environment-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"environment-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"environment-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"euro-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"euro-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"euro-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"euro-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"euro-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exception-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exclamation-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exclamation-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exclamation-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exclamation-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expand-alt-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expand-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"experiment-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"experiment-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"experiment-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"export-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eye-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eye-invisible-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eye-invisible-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eye-invisible-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eye-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eye-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"facebook-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"facebook-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fall-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fast-backward-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fast-backward-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fast-forward-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fast-forward-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"field-binary-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"field-number-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"field-string-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"field-time-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-add-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-add-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-add-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-done-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-excel-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-excel-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-excel-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-exclamation-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-exclamation-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-exclamation-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-gif-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-image-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-image-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-image-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-jpg-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-markdown-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-markdown-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-markdown-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-pdf-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-pdf-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-pdf-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-ppt-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-ppt-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-ppt-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-protect-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-search-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-sync-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-text-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-text-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-text-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-unknown-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-unknown-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-unknown-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-word-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-word-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-word-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-zip-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-zip-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"file-zip-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"filter-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"filter-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"filter-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fire-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fire-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fire-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flag-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flag-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flag-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-add-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-add-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-add-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-open-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-open-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-open-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folder-view-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"font-colors-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"font-size-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fork-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"form-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"format-painter-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"format-painter-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"forward-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"forward-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"frown-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"frown-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"frown-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fullscreen-exit-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fullscreen-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"function-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fund-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fund-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fund-projection-screen-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fund-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fund-view-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"funnel-plot-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"funnel-plot-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"funnel-plot-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gateway-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gif-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gift-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gift-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gift-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"github-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"github-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitlab-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitlab-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"global-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gold-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gold-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gold-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"golden-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google-plus-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google-plus-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google-plus-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"group-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"harmony-o-s-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hdd-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hdd-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hdd-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"heart-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"heart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"heart-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"heat-map-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"highlight-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"highlight-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"highlight-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"history-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"holder-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"home-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"home-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"home-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hourglass-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hourglass-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hourglass-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"html5-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"html5-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"html5-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"idcard-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"idcard-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"idcard-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ie-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ie-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ie-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"import-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"inbox-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"info-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"info-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"info-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"info-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insert-row-above-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insert-row-below-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insert-row-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insert-row-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instagram-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instagram-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insurance-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insurance-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insurance-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"interaction-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"interaction-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"interaction-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"issues-close-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"italic-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"java-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"java-script-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"key-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kubernetes-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"laptop-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"layout-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"layout-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"layout-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"left-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"like-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"like-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"like-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"line-chart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"line-height-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"line-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"link-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linkedin-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linkedin-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linux-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"loading-3-quarters-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"loading-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lock-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lock-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lock-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"login-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"logout-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mac-command-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mac-command-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mail-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mail-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mail-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"man-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medicine-box-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medicine-box-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medicine-box-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medium-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medium-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medium-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medium-workmark-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meh-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meh-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meh-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"menu-fold-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"menu-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"menu-unfold-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"merge-cells-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"merge-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"merge-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"message-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"message-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"message-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minus-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mobile-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mobile-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mobile-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"money-collect-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"money-collect-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"money-collect-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monitor-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moon-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moon-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"more-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"muted-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"muted-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"node-collapse-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"node-expand-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"node-index-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"notification-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"notification-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"notification-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"number-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"one-to-one-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"open-a-i-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"open-a-i-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ordered-list-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paper-clip-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"partition-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pause-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pause-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pause-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pause-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pay-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pay-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"percentage-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phone-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phone-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phone-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pic-center-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pic-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pic-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picture-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picture-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picture-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pie-chart-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pie-chart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pie-chart-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pinterest-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pinterest-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"play-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"play-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"play-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"play-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"play-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"play-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plus-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pound-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pound-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pound-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pound-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"poweroff-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"printer-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"printer-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"printer-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"product-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"product-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"profile-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"profile-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"profile-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"project-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"project-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"project-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"property-safety-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"property-safety-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"property-safety-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pull-request-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pushpin-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pushpin-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pushpin-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"python-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qq-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qq-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qq-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qrcode-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"question-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"question-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"question-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"question-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radar-chart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radius-bottomleft-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radius-bottomright-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radius-setting-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radius-upleft-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radius-upright-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"read-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"read-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reconciliation-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reconciliation-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reconciliation-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"red-envelope-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"red-envelope-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"red-envelope-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reddit-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reddit-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reddit-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redo-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reload-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rest-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rest-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rest-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"retweet-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"right-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rise-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"robot-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"robot-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rocket-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rocket-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rocket-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rollback-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rotate-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rotate-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ruby-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"safety-certificate-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"safety-certificate-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"safety-certificate-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"safety-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"save-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"save-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"save-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scan-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"schedule-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"schedule-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"schedule-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scissor-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"search-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"security-scan-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"security-scan-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"security-scan-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"select-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"send-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"setting-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"setting-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"setting-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shake-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"share-alt-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shop-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shop-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shop-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopping-cart-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopping-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopping-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopping-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shrink-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"signal-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"signature-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"signature-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sisternode-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sketch-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sketch-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sketch-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skin-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skin-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skin-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skype-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skype-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slack-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slack-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slack-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slack-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sliders-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sliders-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sliders-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"small-dash-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smile-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smile-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smile-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snippets-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snippets-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snippets-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"solution-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sort-ascending-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sort-descending-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sound-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sound-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sound-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"split-cells-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spotify-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spotify-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"star-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"star-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"star-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"step-backward-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"step-backward-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"step-forward-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"step-forward-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stock-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stop-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stop-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stop-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"strikethrough-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"subnode-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sun-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sun-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swap-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swap-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swap-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"switcher-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"switcher-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"switcher-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sync-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"table-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tablet-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tablet-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tablet-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tag-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tag-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tag-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tags-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tags-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tags-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taobao-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taobao-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taobao-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taobao-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"team-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thunderbolt-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thunderbolt-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thunderbolt-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tik-tok-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tik-tok-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"to-top-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tool-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tool-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tool-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trademark-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trademark-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trademark-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trademark-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"transaction-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"translation-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trophy-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trophy-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trophy-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"truck-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"truck-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twitch-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twitter-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twitter-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twitter-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"underline-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"undo-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ungroup-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unlock-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unlock-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unlock-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unordered-list-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-circle-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"up-square-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"upload-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"usb-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"usb-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"usb-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"user-add-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"user-delete-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"user-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"user-switch-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"usergroup-add-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"usergroup-delete-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"verified-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vertical-align-bottom-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vertical-align-middle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vertical-align-top-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vertical-left-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vertical-right-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"video-camera-add-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"video-camera-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"video-camera-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"video-camera-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wallet-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wallet-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wallet-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"warning-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"warning-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"warning-twotone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wechat-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wechat-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wechat-work-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wechat-work-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weibo-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weibo-circle-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weibo-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weibo-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weibo-square-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"whats-app-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wifi-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windows-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windows-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"woman-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"x-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"x-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yahoo-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yahoo-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtube-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtube-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yuque-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yuque-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zhihu-circle-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zhihu-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zhihu-square-filled\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zoom-in-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zoom-out-outlined\": {\n\t\t\t\"body\": \"\"\n\t\t}\n\t},\n\t\"aliases\": {\n\t\t\"account-book\": {\n\t\t\t\"parent\": \"account-book-outlined\"\n\t\t},\n\t\t\"account-book-fill\": {\n\t\t\t\"parent\": \"account-book-filled\"\n\t\t},\n\t\t\"account-book-outline\": {\n\t\t\t\"parent\": \"account-book-outlined\"\n\t\t},\n\t\t\"aim\": {\n\t\t\t\"parent\": \"aim-outlined\"\n\t\t},\n\t\t\"alert\": {\n\t\t\t\"parent\": \"alert-outlined\"\n\t\t},\n\t\t\"alert-fill\": {\n\t\t\t\"parent\": \"alert-filled\"\n\t\t},\n\t\t\"alert-outline\": {\n\t\t\t\"parent\": \"alert-outlined\"\n\t\t},\n\t\t\"alibaba\": {\n\t\t\t\"parent\": \"alibaba-outlined\"\n\t\t},\n\t\t\"alibaba-outline\": {\n\t\t\t\"parent\": \"alibaba-outlined\"\n\t\t},\n\t\t\"align-center\": {\n\t\t\t\"parent\": \"align-center-outlined\"\n\t\t},\n\t\t\"align-center-outline\": {\n\t\t\t\"parent\": \"align-center-outlined\"\n\t\t},\n\t\t\"align-left\": {\n\t\t\t\"parent\": \"align-left-outlined\"\n\t\t},\n\t\t\"align-left-outline\": {\n\t\t\t\"parent\": \"align-left-outlined\"\n\t\t},\n\t\t\"align-right\": {\n\t\t\t\"parent\": \"align-right-outlined\"\n\t\t},\n\t\t\"align-right-outline\": {\n\t\t\t\"parent\": \"align-right-outlined\"\n\t\t},\n\t\t\"alipay\": {\n\t\t\t\"parent\": \"alipay-outlined\"\n\t\t},\n\t\t\"alipay-circle\": {\n\t\t\t\"parent\": \"alipay-circle-filled\"\n\t\t},\n\t\t\"alipay-circle-fill\": {\n\t\t\t\"parent\": \"alipay-circle-filled\"\n\t\t},\n\t\t\"alipay-circle-outline\": {\n\t\t\t\"parent\": \"alipay-circle-filled\"\n\t\t},\n\t\t\"alipay-outline\": {\n\t\t\t\"parent\": \"alipay-outlined\"\n\t\t},\n\t\t\"alipay-square\": {\n\t\t\t\"parent\": \"alipay-square-filled\"\n\t\t},\n\t\t\"alipay-square-fill\": {\n\t\t\t\"parent\": \"alipay-square-filled\"\n\t\t},\n\t\t\"aliwangwang\": {\n\t\t\t\"parent\": \"aliwangwang-outlined\"\n\t\t},\n\t\t\"aliwangwang-fill\": {\n\t\t\t\"parent\": \"aliwangwang-filled\"\n\t\t},\n\t\t\"aliwangwang-outline\": {\n\t\t\t\"parent\": \"aliwangwang-outlined\"\n\t\t},\n\t\t\"aliyun\": {\n\t\t\t\"parent\": \"aliyun-outlined\"\n\t\t},\n\t\t\"aliyun-outline\": {\n\t\t\t\"parent\": \"aliyun-outlined\"\n\t\t},\n\t\t\"amazon\": {\n\t\t\t\"parent\": \"amazon-outlined\"\n\t\t},\n\t\t\"amazon-circle\": {\n\t\t\t\"parent\": \"amazon-circle-filled\"\n\t\t},\n\t\t\"amazon-circle-fill\": {\n\t\t\t\"parent\": \"amazon-circle-filled\"\n\t\t},\n\t\t\"amazon-outline\": {\n\t\t\t\"parent\": \"amazon-outlined\"\n\t\t},\n\t\t\"amazon-square\": {\n\t\t\t\"parent\": \"amazon-square-filled\"\n\t\t},\n\t\t\"amazon-square-fill\": {\n\t\t\t\"parent\": \"amazon-square-filled\"\n\t\t},\n\t\t\"android\": {\n\t\t\t\"parent\": \"android-outlined\"\n\t\t},\n\t\t\"android-fill\": {\n\t\t\t\"parent\": \"android-filled\"\n\t\t},\n\t\t\"android-outline\": {\n\t\t\t\"parent\": \"android-outlined\"\n\t\t},\n\t\t\"ant-cloud\": {\n\t\t\t\"parent\": \"ant-cloud-outlined\"\n\t\t},\n\t\t\"ant-cloud-outline\": {\n\t\t\t\"parent\": \"ant-cloud-outlined\"\n\t\t},\n\t\t\"ant-design\": {\n\t\t\t\"parent\": \"ant-design-outlined\"\n\t\t},\n\t\t\"ant-design-outline\": {\n\t\t\t\"parent\": \"ant-design-outlined\"\n\t\t},\n\t\t\"apartment\": {\n\t\t\t\"parent\": \"apartment-outlined\"\n\t\t},\n\t\t\"apartment-outline\": {\n\t\t\t\"parent\": \"apartment-outlined\"\n\t\t},\n\t\t\"api\": {\n\t\t\t\"parent\": \"api-outlined\"\n\t\t},\n\t\t\"api-fill\": {\n\t\t\t\"parent\": \"api-filled\"\n\t\t},\n\t\t\"api-outline\": {\n\t\t\t\"parent\": \"api-outlined\"\n\t\t},\n\t\t\"apple\": {\n\t\t\t\"parent\": \"apple-outlined\"\n\t\t},\n\t\t\"apple-fill\": {\n\t\t\t\"parent\": \"apple-filled\"\n\t\t},\n\t\t\"apple-outline\": {\n\t\t\t\"parent\": \"apple-outlined\"\n\t\t},\n\t\t\"appstore\": {\n\t\t\t\"parent\": \"appstore-outlined\"\n\t\t},\n\t\t\"appstore-add\": {\n\t\t\t\"parent\": \"appstore-add-outlined\"\n\t\t},\n\t\t\"appstore-fill\": {\n\t\t\t\"parent\": \"appstore-filled\"\n\t\t},\n\t\t\"appstore-outline\": {\n\t\t\t\"parent\": \"appstore-outlined\"\n\t\t},\n\t\t\"area-chart\": {\n\t\t\t\"parent\": \"area-chart-outlined\"\n\t\t},\n\t\t\"area-chart-outline\": {\n\t\t\t\"parent\": \"area-chart-outlined\"\n\t\t},\n\t\t\"arrow-down\": {\n\t\t\t\"parent\": \"arrow-down-outlined\"\n\t\t},\n\t\t\"arrow-down-outline\": {\n\t\t\t\"parent\": \"arrow-down-outlined\"\n\t\t},\n\t\t\"arrow-left\": {\n\t\t\t\"parent\": \"arrow-left-outlined\"\n\t\t},\n\t\t\"arrow-left-outline\": {\n\t\t\t\"parent\": \"arrow-left-outlined\"\n\t\t},\n\t\t\"arrow-right\": {\n\t\t\t\"parent\": \"arrow-right-outlined\"\n\t\t},\n\t\t\"arrow-right-outline\": {\n\t\t\t\"parent\": \"arrow-right-outlined\"\n\t\t},\n\t\t\"arrow-up\": {\n\t\t\t\"parent\": \"arrow-up-outlined\"\n\t\t},\n\t\t\"arrow-up-outline\": {\n\t\t\t\"parent\": \"arrow-up-outlined\"\n\t\t},\n\t\t\"arrows-alt\": {\n\t\t\t\"parent\": \"arrows-alt-outlined\"\n\t\t},\n\t\t\"arrows-alt-outline\": {\n\t\t\t\"parent\": \"arrows-alt-outlined\"\n\t\t},\n\t\t\"audio\": {\n\t\t\t\"parent\": \"audio-outlined\"\n\t\t},\n\t\t\"audio-fill\": {\n\t\t\t\"parent\": \"audio-filled\"\n\t\t},\n\t\t\"audio-muted\": {\n\t\t\t\"parent\": \"audio-muted-outlined\"\n\t\t},\n\t\t\"audio-outline\": {\n\t\t\t\"parent\": \"audio-outlined\"\n\t\t},\n\t\t\"audit\": {\n\t\t\t\"parent\": \"audit-outlined\"\n\t\t},\n\t\t\"audit-outline\": {\n\t\t\t\"parent\": \"audit-outlined\"\n\t\t},\n\t\t\"backward\": {\n\t\t\t\"parent\": \"backward-filled\"\n\t\t},\n\t\t\"backward-fill\": {\n\t\t\t\"parent\": \"backward-filled\"\n\t\t},\n\t\t\"backward-outline\": {\n\t\t\t\"parent\": \"backward-filled\"\n\t\t},\n\t\t\"bank\": {\n\t\t\t\"parent\": \"bank-outlined\"\n\t\t},\n\t\t\"bank-fill\": {\n\t\t\t\"parent\": \"bank-filled\"\n\t\t},\n\t\t\"bank-outline\": {\n\t\t\t\"parent\": \"bank-outlined\"\n\t\t},\n\t\t\"bar-chart\": {\n\t\t\t\"parent\": \"bar-chart-outlined\"\n\t\t},\n\t\t\"bar-chart-outline\": {\n\t\t\t\"parent\": \"bar-chart-outlined\"\n\t\t},\n\t\t\"barcode\": {\n\t\t\t\"parent\": \"barcode-outlined\"\n\t\t},\n\t\t\"barcode-outline\": {\n\t\t\t\"parent\": \"barcode-outlined\"\n\t\t},\n\t\t\"bars\": {\n\t\t\t\"parent\": \"bars-outlined\"\n\t\t},\n\t\t\"bars-outline\": {\n\t\t\t\"parent\": \"bars-outlined\"\n\t\t},\n\t\t\"behance\": {\n\t\t\t\"parent\": \"behance-outlined\"\n\t\t},\n\t\t\"behance-circle\": {\n\t\t\t\"parent\": \"behance-circle-filled\"\n\t\t},\n\t\t\"behance-circle-fill\": {\n\t\t\t\"parent\": \"behance-circle-filled\"\n\t\t},\n\t\t\"behance-outline\": {\n\t\t\t\"parent\": \"behance-outlined\"\n\t\t},\n\t\t\"behance-square\": {\n\t\t\t\"parent\": \"behance-square-filled\"\n\t\t},\n\t\t\"behance-square-fill\": {\n\t\t\t\"parent\": \"behance-square-filled\"\n\t\t},\n\t\t\"behance-square-outline\": {\n\t\t\t\"parent\": \"behance-square-filled\"\n\t\t},\n\t\t\"bell\": {\n\t\t\t\"parent\": \"bell-outlined\"\n\t\t},\n\t\t\"bell-fill\": {\n\t\t\t\"parent\": \"bell-filled\"\n\t\t},\n\t\t\"bell-outline\": {\n\t\t\t\"parent\": \"bell-outlined\"\n\t\t},\n\t\t\"bg-colors\": {\n\t\t\t\"parent\": \"bg-colors-outlined\"\n\t\t},\n\t\t\"bg-colors-outline\": {\n\t\t\t\"parent\": \"bg-colors-outlined\"\n\t\t},\n\t\t\"block\": {\n\t\t\t\"parent\": \"block-outlined\"\n\t\t},\n\t\t\"block-outline\": {\n\t\t\t\"parent\": \"block-outlined\"\n\t\t},\n\t\t\"bold\": {\n\t\t\t\"parent\": \"bold-outlined\"\n\t\t},\n\t\t\"bold-outline\": {\n\t\t\t\"parent\": \"bold-outlined\"\n\t\t},\n\t\t\"book\": {\n\t\t\t\"parent\": \"book-outlined\"\n\t\t},\n\t\t\"book-fill\": {\n\t\t\t\"parent\": \"book-filled\"\n\t\t},\n\t\t\"book-outline\": {\n\t\t\t\"parent\": \"book-outlined\"\n\t\t},\n\t\t\"border\": {\n\t\t\t\"parent\": \"border-outlined\"\n\t\t},\n\t\t\"border-bottom\": {\n\t\t\t\"parent\": \"border-bottom-outlined\"\n\t\t},\n\t\t\"border-bottom-outline\": {\n\t\t\t\"parent\": \"border-bottom-outlined\"\n\t\t},\n\t\t\"border-horizontal\": {\n\t\t\t\"parent\": \"border-horizontal-outlined\"\n\t\t},\n\t\t\"border-horizontal-outline\": {\n\t\t\t\"parent\": \"border-horizontal-outlined\"\n\t\t},\n\t\t\"border-inner\": {\n\t\t\t\"parent\": \"border-inner-outlined\"\n\t\t},\n\t\t\"border-inner-outline\": {\n\t\t\t\"parent\": \"border-inner-outlined\"\n\t\t},\n\t\t\"border-left\": {\n\t\t\t\"parent\": \"border-left-outlined\"\n\t\t},\n\t\t\"border-left-outline\": {\n\t\t\t\"parent\": \"border-left-outlined\"\n\t\t},\n\t\t\"border-outer\": {\n\t\t\t\"parent\": \"border-outer-outlined\"\n\t\t},\n\t\t\"border-outer-outline\": {\n\t\t\t\"parent\": \"border-outer-outlined\"\n\t\t},\n\t\t\"border-outline\": {\n\t\t\t\"parent\": \"border-outlined\"\n\t\t},\n\t\t\"border-right\": {\n\t\t\t\"parent\": \"border-right-outlined\"\n\t\t},\n\t\t\"border-right-outline\": {\n\t\t\t\"parent\": \"border-right-outlined\"\n\t\t},\n\t\t\"border-top\": {\n\t\t\t\"parent\": \"border-top-outlined\"\n\t\t},\n\t\t\"border-top-outline\": {\n\t\t\t\"parent\": \"border-top-outlined\"\n\t\t},\n\t\t\"border-verticle\": {\n\t\t\t\"parent\": \"border-verticle-outlined\"\n\t\t},\n\t\t\"border-verticle-outline\": {\n\t\t\t\"parent\": \"border-verticle-outlined\"\n\t\t},\n\t\t\"borderless-table\": {\n\t\t\t\"parent\": \"borderless-table-outlined\"\n\t\t},\n\t\t\"box-plot\": {\n\t\t\t\"parent\": \"box-plot-outlined\"\n\t\t},\n\t\t\"box-plot-fill\": {\n\t\t\t\"parent\": \"box-plot-filled\"\n\t\t},\n\t\t\"box-plot-outline\": {\n\t\t\t\"parent\": \"box-plot-outlined\"\n\t\t},\n\t\t\"branches\": {\n\t\t\t\"parent\": \"branches-outlined\"\n\t\t},\n\t\t\"branches-outline\": {\n\t\t\t\"parent\": \"branches-outlined\"\n\t\t},\n\t\t\"bug\": {\n\t\t\t\"parent\": \"bug-outlined\"\n\t\t},\n\t\t\"bug-fill\": {\n\t\t\t\"parent\": \"bug-filled\"\n\t\t},\n\t\t\"bug-outline\": {\n\t\t\t\"parent\": \"bug-outlined\"\n\t\t},\n\t\t\"build\": {\n\t\t\t\"parent\": \"build-outlined\"\n\t\t},\n\t\t\"build-fill\": {\n\t\t\t\"parent\": \"build-filled\"\n\t\t},\n\t\t\"build-outline\": {\n\t\t\t\"parent\": \"build-outlined\"\n\t\t},\n\t\t\"bulb\": {\n\t\t\t\"parent\": \"bulb-outlined\"\n\t\t},\n\t\t\"bulb-fill\": {\n\t\t\t\"parent\": \"bulb-filled\"\n\t\t},\n\t\t\"bulb-outline\": {\n\t\t\t\"parent\": \"bulb-outlined\"\n\t\t},\n\t\t\"calculator\": {\n\t\t\t\"parent\": \"calculator-outlined\"\n\t\t},\n\t\t\"calculator-fill\": {\n\t\t\t\"parent\": \"calculator-filled\"\n\t\t},\n\t\t\"calculator-outline\": {\n\t\t\t\"parent\": \"calculator-outlined\"\n\t\t},\n\t\t\"calendar\": {\n\t\t\t\"parent\": \"calendar-outlined\"\n\t\t},\n\t\t\"calendar-fill\": {\n\t\t\t\"parent\": \"calendar-filled\"\n\t\t},\n\t\t\"calendar-outline\": {\n\t\t\t\"parent\": \"calendar-outlined\"\n\t\t},\n\t\t\"camera\": {\n\t\t\t\"parent\": \"camera-outlined\"\n\t\t},\n\t\t\"camera-fill\": {\n\t\t\t\"parent\": \"camera-filled\"\n\t\t},\n\t\t\"camera-outline\": {\n\t\t\t\"parent\": \"camera-outlined\"\n\t\t},\n\t\t\"canlendar-twotone\": {\n\t\t\t\"parent\": \"calendar-twotone\"\n\t\t},\n\t\t\"car\": {\n\t\t\t\"parent\": \"car-outlined\"\n\t\t},\n\t\t\"car-fill\": {\n\t\t\t\"parent\": \"car-filled\"\n\t\t},\n\t\t\"car-outline\": {\n\t\t\t\"parent\": \"car-outlined\"\n\t\t},\n\t\t\"caret-down\": {\n\t\t\t\"parent\": \"caret-down-filled\"\n\t\t},\n\t\t\"caret-down-fill\": {\n\t\t\t\"parent\": \"caret-down-filled\"\n\t\t},\n\t\t\"caret-down-outline\": {\n\t\t\t\"parent\": \"caret-down-filled\"\n\t\t},\n\t\t\"caret-left\": {\n\t\t\t\"parent\": \"caret-left-filled\"\n\t\t},\n\t\t\"caret-left-fill\": {\n\t\t\t\"parent\": \"caret-left-filled\"\n\t\t},\n\t\t\"caret-left-outline\": {\n\t\t\t\"parent\": \"caret-left-filled\"\n\t\t},\n\t\t\"caret-right\": {\n\t\t\t\"parent\": \"caret-right-filled\"\n\t\t},\n\t\t\"caret-right-fill\": {\n\t\t\t\"parent\": \"caret-right-filled\"\n\t\t},\n\t\t\"caret-right-outline\": {\n\t\t\t\"parent\": \"caret-right-filled\"\n\t\t},\n\t\t\"caret-up\": {\n\t\t\t\"parent\": \"caret-up-filled\"\n\t\t},\n\t\t\"caret-up-fill\": {\n\t\t\t\"parent\": \"caret-up-filled\"\n\t\t},\n\t\t\"caret-up-outline\": {\n\t\t\t\"parent\": \"caret-up-filled\"\n\t\t},\n\t\t\"carry-out\": {\n\t\t\t\"parent\": \"carry-out-outlined\"\n\t\t},\n\t\t\"carry-out-fill\": {\n\t\t\t\"parent\": \"carry-out-filled\"\n\t\t},\n\t\t\"carry-out-outline\": {\n\t\t\t\"parent\": \"carry-out-outlined\"\n\t\t},\n\t\t\"check\": {\n\t\t\t\"parent\": \"check-outlined\"\n\t\t},\n\t\t\"check-circle\": {\n\t\t\t\"parent\": \"check-circle-outlined\"\n\t\t},\n\t\t\"check-circle-fill\": {\n\t\t\t\"parent\": \"check-circle-filled\"\n\t\t},\n\t\t\"check-circle-outline\": {\n\t\t\t\"parent\": \"check-circle-outlined\"\n\t\t},\n\t\t\"check-outline\": {\n\t\t\t\"parent\": \"check-outlined\"\n\t\t},\n\t\t\"check-square\": {\n\t\t\t\"parent\": \"check-square-outlined\"\n\t\t},\n\t\t\"check-square-fill\": {\n\t\t\t\"parent\": \"check-square-filled\"\n\t\t},\n\t\t\"check-square-outline\": {\n\t\t\t\"parent\": \"check-square-outlined\"\n\t\t},\n\t\t\"chrome\": {\n\t\t\t\"parent\": \"chrome-outlined\"\n\t\t},\n\t\t\"chrome-fill\": {\n\t\t\t\"parent\": \"chrome-filled\"\n\t\t},\n\t\t\"chrome-outline\": {\n\t\t\t\"parent\": \"chrome-outlined\"\n\t\t},\n\t\t\"ci\": {\n\t\t\t\"parent\": \"ci-circle-outlined\"\n\t\t},\n\t\t\"ci-circle\": {\n\t\t\t\"parent\": \"ci-circle-outlined\"\n\t\t},\n\t\t\"ci-circle-fill\": {\n\t\t\t\"parent\": \"ci-circle-filled\"\n\t\t},\n\t\t\"ci-outline\": {\n\t\t\t\"parent\": \"ci-circle-outlined\"\n\t\t},\n\t\t\"clear\": {\n\t\t\t\"parent\": \"clear-outlined\"\n\t\t},\n\t\t\"clock-circle\": {\n\t\t\t\"parent\": \"clock-circle-outlined\"\n\t\t},\n\t\t\"clock-circle-fill\": {\n\t\t\t\"parent\": \"clock-circle-filled\"\n\t\t},\n\t\t\"clock-circle-outline\": {\n\t\t\t\"parent\": \"clock-circle-outlined\"\n\t\t},\n\t\t\"close\": {\n\t\t\t\"parent\": \"close-outlined\"\n\t\t},\n\t\t\"close-circle\": {\n\t\t\t\"parent\": \"close-circle-outlined\"\n\t\t},\n\t\t\"close-circle-fill\": {\n\t\t\t\"parent\": \"close-circle-filled\"\n\t\t},\n\t\t\"close-circle-outline\": {\n\t\t\t\"parent\": \"close-circle-outlined\"\n\t\t},\n\t\t\"close-outline\": {\n\t\t\t\"parent\": \"close-outlined\"\n\t\t},\n\t\t\"close-square\": {\n\t\t\t\"parent\": \"close-square-outlined\"\n\t\t},\n\t\t\"close-square-fill\": {\n\t\t\t\"parent\": \"close-square-filled\"\n\t\t},\n\t\t\"close-square-outline\": {\n\t\t\t\"parent\": \"close-square-outlined\"\n\t\t},\n\t\t\"cloud\": {\n\t\t\t\"parent\": \"cloud-outlined\"\n\t\t},\n\t\t\"cloud-download\": {\n\t\t\t\"parent\": \"cloud-download-outlined\"\n\t\t},\n\t\t\"cloud-download-outline\": {\n\t\t\t\"parent\": \"cloud-download-outlined\"\n\t\t},\n\t\t\"cloud-fill\": {\n\t\t\t\"parent\": \"cloud-filled\"\n\t\t},\n\t\t\"cloud-outline\": {\n\t\t\t\"parent\": \"cloud-outlined\"\n\t\t},\n\t\t\"cloud-server\": {\n\t\t\t\"parent\": \"cloud-server-outlined\"\n\t\t},\n\t\t\"cloud-server-outline\": {\n\t\t\t\"parent\": \"cloud-server-outlined\"\n\t\t},\n\t\t\"cloud-sync\": {\n\t\t\t\"parent\": \"cloud-sync-outlined\"\n\t\t},\n\t\t\"cloud-sync-outline\": {\n\t\t\t\"parent\": \"cloud-sync-outlined\"\n\t\t},\n\t\t\"cloud-upload\": {\n\t\t\t\"parent\": \"cloud-upload-outlined\"\n\t\t},\n\t\t\"cloud-upload-outline\": {\n\t\t\t\"parent\": \"cloud-upload-outlined\"\n\t\t},\n\t\t\"cluster\": {\n\t\t\t\"parent\": \"cluster-outlined\"\n\t\t},\n\t\t\"cluster-outline\": {\n\t\t\t\"parent\": \"cluster-outlined\"\n\t\t},\n\t\t\"code\": {\n\t\t\t\"parent\": \"code-outlined\"\n\t\t},\n\t\t\"code-fill\": {\n\t\t\t\"parent\": \"code-filled\"\n\t\t},\n\t\t\"code-outline\": {\n\t\t\t\"parent\": \"code-outlined\"\n\t\t},\n\t\t\"code-sandbox\": {\n\t\t\t\"parent\": \"code-sandbox-outlined\"\n\t\t},\n\t\t\"code-sandbox-circle\": {\n\t\t\t\"parent\": \"code-sandbox-circle-filled\"\n\t\t},\n\t\t\"code-sandbox-circle-fill\": {\n\t\t\t\"parent\": \"code-sandbox-circle-filled\"\n\t\t},\n\t\t\"code-sandbox-outline\": {\n\t\t\t\"parent\": \"code-sandbox-outlined\"\n\t\t},\n\t\t\"code-sandbox-square\": {\n\t\t\t\"parent\": \"code-sandbox-square-filled\"\n\t\t},\n\t\t\"code-sandbox-square-fill\": {\n\t\t\t\"parent\": \"code-sandbox-square-filled\"\n\t\t},\n\t\t\"codepen\": {\n\t\t\t\"parent\": \"codepen-outlined\"\n\t\t},\n\t\t\"codepen-circle\": {\n\t\t\t\"parent\": \"codepen-circle-filled\"\n\t\t},\n\t\t\"codepen-circle-fill\": {\n\t\t\t\"parent\": \"codepen-circle-filled\"\n\t\t},\n\t\t\"codepen-circle-outline\": {\n\t\t\t\"parent\": \"codepen-circle-filled\"\n\t\t},\n\t\t\"codepen-outline\": {\n\t\t\t\"parent\": \"codepen-outlined\"\n\t\t},\n\t\t\"codepen-square\": {\n\t\t\t\"parent\": \"codepen-square-filled\"\n\t\t},\n\t\t\"codepen-square-fill\": {\n\t\t\t\"parent\": \"codepen-square-filled\"\n\t\t},\n\t\t\"coffee\": {\n\t\t\t\"parent\": \"coffee-outlined\"\n\t\t},\n\t\t\"coffee-outline\": {\n\t\t\t\"parent\": \"coffee-outlined\"\n\t\t},\n\t\t\"colum-height-outline\": {\n\t\t\t\"parent\": \"column-height-outlined\"\n\t\t},\n\t\t\"column-height\": {\n\t\t\t\"parent\": \"column-height-outlined\"\n\t\t},\n\t\t\"column-height-outline\": {\n\t\t\t\"parent\": \"column-height-outlined\"\n\t\t},\n\t\t\"column-width\": {\n\t\t\t\"parent\": \"column-width-outlined\"\n\t\t},\n\t\t\"column-width-outline\": {\n\t\t\t\"parent\": \"column-width-outlined\"\n\t\t},\n\t\t\"comment\": {\n\t\t\t\"parent\": \"comment-outlined\"\n\t\t},\n\t\t\"compass\": {\n\t\t\t\"parent\": \"compass-outlined\"\n\t\t},\n\t\t\"compass-fill\": {\n\t\t\t\"parent\": \"compass-filled\"\n\t\t},\n\t\t\"compass-outline\": {\n\t\t\t\"parent\": \"compass-outlined\"\n\t\t},\n\t\t\"compress\": {\n\t\t\t\"parent\": \"compress-outlined\"\n\t\t},\n\t\t\"console-sql\": {\n\t\t\t\"parent\": \"console-sql-outlined\"\n\t\t},\n\t\t\"contacts\": {\n\t\t\t\"parent\": \"contacts-outlined\"\n\t\t},\n\t\t\"contacts-fill\": {\n\t\t\t\"parent\": \"contacts-filled\"\n\t\t},\n\t\t\"contacts-outline\": {\n\t\t\t\"parent\": \"contacts-outlined\"\n\t\t},\n\t\t\"container\": {\n\t\t\t\"parent\": \"container-outlined\"\n\t\t},\n\t\t\"container-fill\": {\n\t\t\t\"parent\": \"container-filled\"\n\t\t},\n\t\t\"container-outline\": {\n\t\t\t\"parent\": \"container-outlined\"\n\t\t},\n\t\t\"control\": {\n\t\t\t\"parent\": \"control-outlined\"\n\t\t},\n\t\t\"control-fill\": {\n\t\t\t\"parent\": \"control-filled\"\n\t\t},\n\t\t\"control-outline\": {\n\t\t\t\"parent\": \"control-outlined\"\n\t\t},\n\t\t\"copy\": {\n\t\t\t\"parent\": \"copy-outlined\"\n\t\t},\n\t\t\"copy-fill\": {\n\t\t\t\"parent\": \"copy-filled\"\n\t\t},\n\t\t\"copy-outline\": {\n\t\t\t\"parent\": \"copy-outlined\"\n\t\t},\n\t\t\"copyright\": {\n\t\t\t\"parent\": \"copyright-circle-outlined\"\n\t\t},\n\t\t\"copyright-circle\": {\n\t\t\t\"parent\": \"copyright-circle-outlined\"\n\t\t},\n\t\t\"copyright-circle-fill\": {\n\t\t\t\"parent\": \"copyright-circle-filled\"\n\t\t},\n\t\t\"copyright-outline\": {\n\t\t\t\"parent\": \"copyright-circle-outlined\"\n\t\t},\n\t\t\"credit-card\": {\n\t\t\t\"parent\": \"credit-card-outlined\"\n\t\t},\n\t\t\"credit-card-fill\": {\n\t\t\t\"parent\": \"credit-card-filled\"\n\t\t},\n\t\t\"credit-card-outline\": {\n\t\t\t\"parent\": \"credit-card-outlined\"\n\t\t},\n\t\t\"crown\": {\n\t\t\t\"parent\": \"crown-outlined\"\n\t\t},\n\t\t\"crown-fill\": {\n\t\t\t\"parent\": \"crown-filled\"\n\t\t},\n\t\t\"crown-outline\": {\n\t\t\t\"parent\": \"crown-outlined\"\n\t\t},\n\t\t\"customer-service\": {\n\t\t\t\"parent\": \"customer-service-outlined\"\n\t\t},\n\t\t\"customer-service-fill\": {\n\t\t\t\"parent\": \"customer-service-filled\"\n\t\t},\n\t\t\"customer-service-outline\": {\n\t\t\t\"parent\": \"customer-service-outlined\"\n\t\t},\n\t\t\"dash\": {\n\t\t\t\"parent\": \"dash-outlined\"\n\t\t},\n\t\t\"dash-outline\": {\n\t\t\t\"parent\": \"dash-outlined\"\n\t\t},\n\t\t\"dashboard\": {\n\t\t\t\"parent\": \"dashboard-outlined\"\n\t\t},\n\t\t\"dashboard-fill\": {\n\t\t\t\"parent\": \"dashboard-filled\"\n\t\t},\n\t\t\"dashboard-outline\": {\n\t\t\t\"parent\": \"dashboard-outlined\"\n\t\t},\n\t\t\"database\": {\n\t\t\t\"parent\": \"database-outlined\"\n\t\t},\n\t\t\"database-fill\": {\n\t\t\t\"parent\": \"database-filled\"\n\t\t},\n\t\t\"database-outline\": {\n\t\t\t\"parent\": \"database-outlined\"\n\t\t},\n\t\t\"delete\": {\n\t\t\t\"parent\": \"delete-outlined\"\n\t\t},\n\t\t\"delete-column\": {\n\t\t\t\"parent\": \"delete-column-outlined\"\n\t\t},\n\t\t\"delete-fill\": {\n\t\t\t\"parent\": \"delete-filled\"\n\t\t},\n\t\t\"delete-outline\": {\n\t\t\t\"parent\": \"delete-outlined\"\n\t\t},\n\t\t\"delete-row\": {\n\t\t\t\"parent\": \"delete-row-outlined\"\n\t\t},\n\t\t\"delivered-procedure\": {\n\t\t\t\"parent\": \"delivered-procedure-outlined\"\n\t\t},\n\t\t\"deployment-unit\": {\n\t\t\t\"parent\": \"deployment-unit-outlined\"\n\t\t},\n\t\t\"deployment-unit-outline\": {\n\t\t\t\"parent\": \"deployment-unit-outlined\"\n\t\t},\n\t\t\"desktop\": {\n\t\t\t\"parent\": \"desktop-outlined\"\n\t\t},\n\t\t\"desktop-outline\": {\n\t\t\t\"parent\": \"desktop-outlined\"\n\t\t},\n\t\t\"diff\": {\n\t\t\t\"parent\": \"diff-outlined\"\n\t\t},\n\t\t\"diff-fill\": {\n\t\t\t\"parent\": \"diff-filled\"\n\t\t},\n\t\t\"diff-outline\": {\n\t\t\t\"parent\": \"diff-outlined\"\n\t\t},\n\t\t\"dingding\": {\n\t\t\t\"parent\": \"dingding-outlined\"\n\t\t},\n\t\t\"dingding-outline\": {\n\t\t\t\"parent\": \"dingding-outlined\"\n\t\t},\n\t\t\"dingtalk\": {\n\t\t\t\"parent\": \"dingding-outlined\"\n\t\t},\n\t\t\"dingtalk-circle\": {\n\t\t\t\"parent\": \"dingtalk-circle-filled\"\n\t\t},\n\t\t\"dingtalk-circle-fill\": {\n\t\t\t\"parent\": \"dingtalk-circle-filled\"\n\t\t},\n\t\t\"dingtalk-square\": {\n\t\t\t\"parent\": \"dingtalk-square-filled\"\n\t\t},\n\t\t\"dingtalk-square-fill\": {\n\t\t\t\"parent\": \"dingtalk-square-filled\"\n\t\t},\n\t\t\"disconnect\": {\n\t\t\t\"parent\": \"disconnect-outlined\"\n\t\t},\n\t\t\"disconnect-outline\": {\n\t\t\t\"parent\": \"disconnect-outlined\"\n\t\t},\n\t\t\"dislike\": {\n\t\t\t\"parent\": \"dislike-outlined\"\n\t\t},\n\t\t\"dislike-fill\": {\n\t\t\t\"parent\": \"dislike-filled\"\n\t\t},\n\t\t\"dislike-outline\": {\n\t\t\t\"parent\": \"dislike-outlined\"\n\t\t},\n\t\t\"dollar\": {\n\t\t\t\"parent\": \"dollar-circle-outlined\"\n\t\t},\n\t\t\"dollar-circle\": {\n\t\t\t\"parent\": \"dollar-circle-outlined\"\n\t\t},\n\t\t\"dollar-circle-fill\": {\n\t\t\t\"parent\": \"dollar-circle-filled\"\n\t\t},\n\t\t\"dollar-outline\": {\n\t\t\t\"parent\": \"dollar-circle-outlined\"\n\t\t},\n\t\t\"dot-chart\": {\n\t\t\t\"parent\": \"dot-chart-outlined\"\n\t\t},\n\t\t\"dot-chart-outline\": {\n\t\t\t\"parent\": \"dot-chart-outlined\"\n\t\t},\n\t\t\"double-left\": {\n\t\t\t\"parent\": \"double-left-outlined\"\n\t\t},\n\t\t\"double-left-outline\": {\n\t\t\t\"parent\": \"double-left-outlined\"\n\t\t},\n\t\t\"double-right\": {\n\t\t\t\"parent\": \"double-right-outlined\"\n\t\t},\n\t\t\"double-right-outline\": {\n\t\t\t\"parent\": \"double-right-outlined\"\n\t\t},\n\t\t\"down\": {\n\t\t\t\"parent\": \"down-outlined\"\n\t\t},\n\t\t\"down-circle\": {\n\t\t\t\"parent\": \"down-circle-outlined\"\n\t\t},\n\t\t\"down-circle-fill\": {\n\t\t\t\"parent\": \"down-circle-filled\"\n\t\t},\n\t\t\"down-circle-outline\": {\n\t\t\t\"parent\": \"down-circle-outlined\"\n\t\t},\n\t\t\"down-outline\": {\n\t\t\t\"parent\": \"down-outlined\"\n\t\t},\n\t\t\"down-square\": {\n\t\t\t\"parent\": \"down-square-outlined\"\n\t\t},\n\t\t\"down-square-fill\": {\n\t\t\t\"parent\": \"down-square-filled\"\n\t\t},\n\t\t\"down-square-outline\": {\n\t\t\t\"parent\": \"down-square-outlined\"\n\t\t},\n\t\t\"download\": {\n\t\t\t\"parent\": \"download-outlined\"\n\t\t},\n\t\t\"download-outline\": {\n\t\t\t\"parent\": \"download-outlined\"\n\t\t},\n\t\t\"drag\": {\n\t\t\t\"parent\": \"drag-outlined\"\n\t\t},\n\t\t\"drag-outline\": {\n\t\t\t\"parent\": \"drag-outlined\"\n\t\t},\n\t\t\"dribbble\": {\n\t\t\t\"parent\": \"dribbble-outlined\"\n\t\t},\n\t\t\"dribbble-circle\": {\n\t\t\t\"parent\": \"dribbble-circle-filled\"\n\t\t},\n\t\t\"dribbble-circle-fill\": {\n\t\t\t\"parent\": \"dribbble-circle-filled\"\n\t\t},\n\t\t\"dribbble-outline\": {\n\t\t\t\"parent\": \"dribbble-outlined\"\n\t\t},\n\t\t\"dribbble-square\": {\n\t\t\t\"parent\": \"dribbble-square-filled\"\n\t\t},\n\t\t\"dribbble-square-fill\": {\n\t\t\t\"parent\": \"dribbble-square-filled\"\n\t\t},\n\t\t\"dribbble-square-outline\": {\n\t\t\t\"parent\": \"dribbble-square-filled\"\n\t\t},\n\t\t\"dropbox\": {\n\t\t\t\"parent\": \"dropbox-outlined\"\n\t\t},\n\t\t\"dropbox-circle\": {\n\t\t\t\"parent\": \"dropbox-circle-filled\"\n\t\t},\n\t\t\"dropbox-circle-fill\": {\n\t\t\t\"parent\": \"dropbox-circle-filled\"\n\t\t},\n\t\t\"dropbox-outline\": {\n\t\t\t\"parent\": \"dropbox-outlined\"\n\t\t},\n\t\t\"dropbox-square\": {\n\t\t\t\"parent\": \"dropbox-square-filled\"\n\t\t},\n\t\t\"dropbox-square-fill\": {\n\t\t\t\"parent\": \"dropbox-square-filled\"\n\t\t},\n\t\t\"edit\": {\n\t\t\t\"parent\": \"edit-outlined\"\n\t\t},\n\t\t\"edit-fill\": {\n\t\t\t\"parent\": \"edit-filled\"\n\t\t},\n\t\t\"edit-outline\": {\n\t\t\t\"parent\": \"edit-outlined\"\n\t\t},\n\t\t\"ellipsis\": {\n\t\t\t\"parent\": \"ellipsis-outlined\"\n\t\t},\n\t\t\"ellipsis-outline\": {\n\t\t\t\"parent\": \"ellipsis-outlined\"\n\t\t},\n\t\t\"enter\": {\n\t\t\t\"parent\": \"enter-outlined\"\n\t\t},\n\t\t\"enter-outline\": {\n\t\t\t\"parent\": \"enter-outlined\"\n\t\t},\n\t\t\"environment\": {\n\t\t\t\"parent\": \"environment-outlined\"\n\t\t},\n\t\t\"environment-fill\": {\n\t\t\t\"parent\": \"environment-filled\"\n\t\t},\n\t\t\"environment-outline\": {\n\t\t\t\"parent\": \"environment-outlined\"\n\t\t},\n\t\t\"euro\": {\n\t\t\t\"parent\": \"euro-circle-outlined\"\n\t\t},\n\t\t\"euro-circle\": {\n\t\t\t\"parent\": \"euro-circle-outlined\"\n\t\t},\n\t\t\"euro-circle-fill\": {\n\t\t\t\"parent\": \"euro-circle-filled\"\n\t\t},\n\t\t\"euro-outline\": {\n\t\t\t\"parent\": \"euro-circle-outlined\"\n\t\t},\n\t\t\"exception\": {\n\t\t\t\"parent\": \"exception-outlined\"\n\t\t},\n\t\t\"exception-outline\": {\n\t\t\t\"parent\": \"exception-outlined\"\n\t\t},\n\t\t\"exclamation\": {\n\t\t\t\"parent\": \"exclamation-outlined\"\n\t\t},\n\t\t\"exclamation-circle\": {\n\t\t\t\"parent\": \"exclamation-circle-outlined\"\n\t\t},\n\t\t\"exclamation-circle-fill\": {\n\t\t\t\"parent\": \"exclamation-circle-filled\"\n\t\t},\n\t\t\"exclamation-circle-outline\": {\n\t\t\t\"parent\": \"exclamation-circle-outlined\"\n\t\t},\n\t\t\"exclamation-outline\": {\n\t\t\t\"parent\": \"exclamation-outlined\"\n\t\t},\n\t\t\"expand\": {\n\t\t\t\"parent\": \"expand-outlined\"\n\t\t},\n\t\t\"expand-alt\": {\n\t\t\t\"parent\": \"arrows-alt-outlined\"\n\t\t},\n\t\t\"experiment\": {\n\t\t\t\"parent\": \"experiment-outlined\"\n\t\t},\n\t\t\"experiment-fill\": {\n\t\t\t\"parent\": \"experiment-filled\"\n\t\t},\n\t\t\"experiment-outline\": {\n\t\t\t\"parent\": \"experiment-outlined\"\n\t\t},\n\t\t\"export\": {\n\t\t\t\"parent\": \"export-outlined\"\n\t\t},\n\t\t\"export-outline\": {\n\t\t\t\"parent\": \"export-outlined\"\n\t\t},\n\t\t\"eye\": {\n\t\t\t\"parent\": \"eye-outlined\"\n\t\t},\n\t\t\"eye-fill\": {\n\t\t\t\"parent\": \"eye-filled\"\n\t\t},\n\t\t\"eye-invisible\": {\n\t\t\t\"parent\": \"eye-invisible-outlined\"\n\t\t},\n\t\t\"eye-invisible-fill\": {\n\t\t\t\"parent\": \"eye-invisible-filled\"\n\t\t},\n\t\t\"eye-invisible-outline\": {\n\t\t\t\"parent\": \"eye-invisible-outlined\"\n\t\t},\n\t\t\"eye-outline\": {\n\t\t\t\"parent\": \"eye-outlined\"\n\t\t},\n\t\t\"facebook\": {\n\t\t\t\"parent\": \"facebook-outlined\"\n\t\t},\n\t\t\"facebook-fill\": {\n\t\t\t\"parent\": \"facebook-filled\"\n\t\t},\n\t\t\"facebook-outline\": {\n\t\t\t\"parent\": \"facebook-outlined\"\n\t\t},\n\t\t\"fall\": {\n\t\t\t\"parent\": \"fall-outlined\"\n\t\t},\n\t\t\"fall-outline\": {\n\t\t\t\"parent\": \"fall-outlined\"\n\t\t},\n\t\t\"fast-backward\": {\n\t\t\t\"parent\": \"fast-backward-filled\"\n\t\t},\n\t\t\"fast-backward-fill\": {\n\t\t\t\"parent\": \"fast-backward-filled\"\n\t\t},\n\t\t\"fast-backward-outline\": {\n\t\t\t\"parent\": \"fast-backward-filled\"\n\t\t},\n\t\t\"fast-forward\": {\n\t\t\t\"parent\": \"fast-forward-filled\"\n\t\t},\n\t\t\"fast-forward-fill\": {\n\t\t\t\"parent\": \"fast-forward-filled\"\n\t\t},\n\t\t\"fast-forward-outline\": {\n\t\t\t\"parent\": \"fast-forward-filled\"\n\t\t},\n\t\t\"field-binary\": {\n\t\t\t\"parent\": \"field-binary-outlined\"\n\t\t},\n\t\t\"field-number\": {\n\t\t\t\"parent\": \"field-number-outlined\"\n\t\t},\n\t\t\"field-string\": {\n\t\t\t\"parent\": \"field-string-outlined\"\n\t\t},\n\t\t\"field-time\": {\n\t\t\t\"parent\": \"field-time-outlined\"\n\t\t},\n\t\t\"file\": {\n\t\t\t\"parent\": \"file-outlined\"\n\t\t},\n\t\t\"file-add\": {\n\t\t\t\"parent\": \"file-add-outlined\"\n\t\t},\n\t\t\"file-add-fill\": {\n\t\t\t\"parent\": \"file-add-filled\"\n\t\t},\n\t\t\"file-add-outline\": {\n\t\t\t\"parent\": \"file-add-outlined\"\n\t\t},\n\t\t\"file-done\": {\n\t\t\t\"parent\": \"file-done-outlined\"\n\t\t},\n\t\t\"file-done-outline\": {\n\t\t\t\"parent\": \"file-done-outlined\"\n\t\t},\n\t\t\"file-excel\": {\n\t\t\t\"parent\": \"file-excel-outlined\"\n\t\t},\n\t\t\"file-excel-fill\": {\n\t\t\t\"parent\": \"file-excel-filled\"\n\t\t},\n\t\t\"file-excel-outline\": {\n\t\t\t\"parent\": \"file-excel-outlined\"\n\t\t},\n\t\t\"file-exclamation\": {\n\t\t\t\"parent\": \"file-exclamation-outlined\"\n\t\t},\n\t\t\"file-exclamation-fill\": {\n\t\t\t\"parent\": \"file-exclamation-filled\"\n\t\t},\n\t\t\"file-exclamation-outline\": {\n\t\t\t\"parent\": \"file-exclamation-outlined\"\n\t\t},\n\t\t\"file-fill\": {\n\t\t\t\"parent\": \"file-filled\"\n\t\t},\n\t\t\"file-gif\": {\n\t\t\t\"parent\": \"file-gif-outlined\"\n\t\t},\n\t\t\"file-image\": {\n\t\t\t\"parent\": \"file-image-outlined\"\n\t\t},\n\t\t\"file-image-fill\": {\n\t\t\t\"parent\": \"file-image-filled\"\n\t\t},\n\t\t\"file-image-outline\": {\n\t\t\t\"parent\": \"file-image-outlined\"\n\t\t},\n\t\t\"file-jpg\": {\n\t\t\t\"parent\": \"file-jpg-outlined\"\n\t\t},\n\t\t\"file-jpg-outline\": {\n\t\t\t\"parent\": \"file-jpg-outlined\"\n\t\t},\n\t\t\"file-markdown\": {\n\t\t\t\"parent\": \"file-markdown-outlined\"\n\t\t},\n\t\t\"file-markdown-fill\": {\n\t\t\t\"parent\": \"file-markdown-filled\"\n\t\t},\n\t\t\"file-markdown-outline\": {\n\t\t\t\"parent\": \"file-markdown-outlined\"\n\t\t},\n\t\t\"file-outline\": {\n\t\t\t\"parent\": \"file-outlined\"\n\t\t},\n\t\t\"file-pdf\": {\n\t\t\t\"parent\": \"file-pdf-outlined\"\n\t\t},\n\t\t\"file-pdf-fill\": {\n\t\t\t\"parent\": \"file-pdf-filled\"\n\t\t},\n\t\t\"file-pdf-outline\": {\n\t\t\t\"parent\": \"file-pdf-outlined\"\n\t\t},\n\t\t\"file-ppt\": {\n\t\t\t\"parent\": \"file-ppt-outlined\"\n\t\t},\n\t\t\"file-ppt-fill\": {\n\t\t\t\"parent\": \"file-ppt-filled\"\n\t\t},\n\t\t\"file-ppt-outline\": {\n\t\t\t\"parent\": \"file-ppt-outlined\"\n\t\t},\n\t\t\"file-protect\": {\n\t\t\t\"parent\": \"file-protect-outlined\"\n\t\t},\n\t\t\"file-protect-outline\": {\n\t\t\t\"parent\": \"file-protect-outlined\"\n\t\t},\n\t\t\"file-search\": {\n\t\t\t\"parent\": \"file-search-outlined\"\n\t\t},\n\t\t\"file-search-outline\": {\n\t\t\t\"parent\": \"file-search-outlined\"\n\t\t},\n\t\t\"file-sync\": {\n\t\t\t\"parent\": \"file-sync-outlined\"\n\t\t},\n\t\t\"file-sync-outline\": {\n\t\t\t\"parent\": \"file-sync-outlined\"\n\t\t},\n\t\t\"file-text\": {\n\t\t\t\"parent\": \"file-text-outlined\"\n\t\t},\n\t\t\"file-text-fill\": {\n\t\t\t\"parent\": \"file-text-filled\"\n\t\t},\n\t\t\"file-text-outline\": {\n\t\t\t\"parent\": \"file-text-outlined\"\n\t\t},\n\t\t\"file-unknown\": {\n\t\t\t\"parent\": \"file-unknown-outlined\"\n\t\t},\n\t\t\"file-unknown-fill\": {\n\t\t\t\"parent\": \"file-unknown-filled\"\n\t\t},\n\t\t\"file-unknown-outline\": {\n\t\t\t\"parent\": \"file-unknown-outlined\"\n\t\t},\n\t\t\"file-word\": {\n\t\t\t\"parent\": \"file-word-outlined\"\n\t\t},\n\t\t\"file-word-fill\": {\n\t\t\t\"parent\": \"file-word-filled\"\n\t\t},\n\t\t\"file-word-outline\": {\n\t\t\t\"parent\": \"file-word-outlined\"\n\t\t},\n\t\t\"file-zip\": {\n\t\t\t\"parent\": \"file-zip-outlined\"\n\t\t},\n\t\t\"file-zip-fill\": {\n\t\t\t\"parent\": \"file-zip-filled\"\n\t\t},\n\t\t\"file-zip-outline\": {\n\t\t\t\"parent\": \"file-zip-outlined\"\n\t\t},\n\t\t\"filter\": {\n\t\t\t\"parent\": \"filter-outlined\"\n\t\t},\n\t\t\"filter-fill\": {\n\t\t\t\"parent\": \"filter-filled\"\n\t\t},\n\t\t\"filter-outline\": {\n\t\t\t\"parent\": \"filter-outlined\"\n\t\t},\n\t\t\"fire\": {\n\t\t\t\"parent\": \"fire-outlined\"\n\t\t},\n\t\t\"fire-fill\": {\n\t\t\t\"parent\": \"fire-filled\"\n\t\t},\n\t\t\"fire-outline\": {\n\t\t\t\"parent\": \"fire-outlined\"\n\t\t},\n\t\t\"flag\": {\n\t\t\t\"parent\": \"flag-outlined\"\n\t\t},\n\t\t\"flag-fill\": {\n\t\t\t\"parent\": \"flag-filled\"\n\t\t},\n\t\t\"flag-outline\": {\n\t\t\t\"parent\": \"flag-outlined\"\n\t\t},\n\t\t\"folder\": {\n\t\t\t\"parent\": \"folder-outlined\"\n\t\t},\n\t\t\"folder-add\": {\n\t\t\t\"parent\": \"folder-add-outlined\"\n\t\t},\n\t\t\"folder-add-fill\": {\n\t\t\t\"parent\": \"folder-add-filled\"\n\t\t},\n\t\t\"folder-add-outline\": {\n\t\t\t\"parent\": \"folder-add-outlined\"\n\t\t},\n\t\t\"folder-fill\": {\n\t\t\t\"parent\": \"folder-filled\"\n\t\t},\n\t\t\"folder-open\": {\n\t\t\t\"parent\": \"folder-open-outlined\"\n\t\t},\n\t\t\"folder-open-fill\": {\n\t\t\t\"parent\": \"folder-open-filled\"\n\t\t},\n\t\t\"folder-open-outline\": {\n\t\t\t\"parent\": \"folder-open-outlined\"\n\t\t},\n\t\t\"folder-outline\": {\n\t\t\t\"parent\": \"folder-outlined\"\n\t\t},\n\t\t\"folder-view\": {\n\t\t\t\"parent\": \"folder-view-outlined\"\n\t\t},\n\t\t\"font-colors\": {\n\t\t\t\"parent\": \"font-colors-outlined\"\n\t\t},\n\t\t\"font-colors-outline\": {\n\t\t\t\"parent\": \"font-colors-outlined\"\n\t\t},\n\t\t\"font-size\": {\n\t\t\t\"parent\": \"font-size-outlined\"\n\t\t},\n\t\t\"font-size-outline\": {\n\t\t\t\"parent\": \"font-size-outlined\"\n\t\t},\n\t\t\"fork\": {\n\t\t\t\"parent\": \"fork-outlined\"\n\t\t},\n\t\t\"fork-outline\": {\n\t\t\t\"parent\": \"fork-outlined\"\n\t\t},\n\t\t\"form\": {\n\t\t\t\"parent\": \"form-outlined\"\n\t\t},\n\t\t\"form-outline\": {\n\t\t\t\"parent\": \"form-outlined\"\n\t\t},\n\t\t\"format-painter\": {\n\t\t\t\"parent\": \"format-painter-outlined\"\n\t\t},\n\t\t\"forward\": {\n\t\t\t\"parent\": \"forward-filled\"\n\t\t},\n\t\t\"forward-fill\": {\n\t\t\t\"parent\": \"forward-filled\"\n\t\t},\n\t\t\"forward-outline\": {\n\t\t\t\"parent\": \"forward-filled\"\n\t\t},\n\t\t\"frown\": {\n\t\t\t\"parent\": \"frown-outlined\"\n\t\t},\n\t\t\"frown-fill\": {\n\t\t\t\"parent\": \"frown-filled\"\n\t\t},\n\t\t\"frown-outline\": {\n\t\t\t\"parent\": \"frown-outlined\"\n\t\t},\n\t\t\"fullscreen\": {\n\t\t\t\"parent\": \"fullscreen-outlined\"\n\t\t},\n\t\t\"fullscreen-exit\": {\n\t\t\t\"parent\": \"fullscreen-exit-outlined\"\n\t\t},\n\t\t\"fullscreen-exit-outline\": {\n\t\t\t\"parent\": \"fullscreen-exit-outlined\"\n\t\t},\n\t\t\"fullscreen-outline\": {\n\t\t\t\"parent\": \"fullscreen-outlined\"\n\t\t},\n\t\t\"function\": {\n\t\t\t\"parent\": \"function-outlined\"\n\t\t},\n\t\t\"fund\": {\n\t\t\t\"parent\": \"fund-outlined\"\n\t\t},\n\t\t\"fund-fill\": {\n\t\t\t\"parent\": \"fund-filled\"\n\t\t},\n\t\t\"fund-outline\": {\n\t\t\t\"parent\": \"fund-outlined\"\n\t\t},\n\t\t\"fund-projection-screen\": {\n\t\t\t\"parent\": \"fund-projection-screen-outlined\"\n\t\t},\n\t\t\"fund-view\": {\n\t\t\t\"parent\": \"fund-view-outlined\"\n\t\t},\n\t\t\"funnel-plot\": {\n\t\t\t\"parent\": \"funnel-plot-outlined\"\n\t\t},\n\t\t\"funnel-plot-fill\": {\n\t\t\t\"parent\": \"funnel-plot-filled\"\n\t\t},\n\t\t\"funnel-plot-outline\": {\n\t\t\t\"parent\": \"funnel-plot-outlined\"\n\t\t},\n\t\t\"gateway\": {\n\t\t\t\"parent\": \"gateway-outlined\"\n\t\t},\n\t\t\"gateway-outline\": {\n\t\t\t\"parent\": \"gateway-outlined\"\n\t\t},\n\t\t\"gif\": {\n\t\t\t\"parent\": \"gif-outlined\"\n\t\t},\n\t\t\"gift\": {\n\t\t\t\"parent\": \"gift-outlined\"\n\t\t},\n\t\t\"gift-fill\": {\n\t\t\t\"parent\": \"gift-filled\"\n\t\t},\n\t\t\"gift-outline\": {\n\t\t\t\"parent\": \"gift-outlined\"\n\t\t},\n\t\t\"github\": {\n\t\t\t\"parent\": \"github-filled\"\n\t\t},\n\t\t\"github-fill\": {\n\t\t\t\"parent\": \"github-filled\"\n\t\t},\n\t\t\"github-outline\": {\n\t\t\t\"parent\": \"github-filled\"\n\t\t},\n\t\t\"gitlab\": {\n\t\t\t\"parent\": \"gitlab-outlined\"\n\t\t},\n\t\t\"gitlab-fill\": {\n\t\t\t\"parent\": \"gitlab-filled\"\n\t\t},\n\t\t\"gitlab-outline\": {\n\t\t\t\"parent\": \"gitlab-outlined\"\n\t\t},\n\t\t\"global\": {\n\t\t\t\"parent\": \"global-outlined\"\n\t\t},\n\t\t\"global-outline\": {\n\t\t\t\"parent\": \"global-outlined\"\n\t\t},\n\t\t\"gold\": {\n\t\t\t\"parent\": \"gold-outlined\"\n\t\t},\n\t\t\"gold-outline\": {\n\t\t\t\"parent\": \"gold-outlined\"\n\t\t},\n\t\t\"golden\": {\n\t\t\t\"parent\": \"gold-filled\"\n\t\t},\n\t\t\"golden-fill\": {\n\t\t\t\"parent\": \"gold-filled\"\n\t\t},\n\t\t\"google\": {\n\t\t\t\"parent\": \"google-outlined\"\n\t\t},\n\t\t\"google-circle\": {\n\t\t\t\"parent\": \"google-circle-filled\"\n\t\t},\n\t\t\"google-circle-fill\": {\n\t\t\t\"parent\": \"google-circle-filled\"\n\t\t},\n\t\t\"google-outline\": {\n\t\t\t\"parent\": \"google-outlined\"\n\t\t},\n\t\t\"google-plus\": {\n\t\t\t\"parent\": \"google-plus-outlined\"\n\t\t},\n\t\t\"google-plus-circle\": {\n\t\t\t\"parent\": \"google-plus-circle-filled\"\n\t\t},\n\t\t\"google-plus-circle-fill\": {\n\t\t\t\"parent\": \"google-plus-circle-filled\"\n\t\t},\n\t\t\"google-plus-outline\": {\n\t\t\t\"parent\": \"google-plus-outlined\"\n\t\t},\n\t\t\"google-plus-square\": {\n\t\t\t\"parent\": \"google-plus-square-filled\"\n\t\t},\n\t\t\"google-plus-square-fill\": {\n\t\t\t\"parent\": \"google-plus-square-filled\"\n\t\t},\n\t\t\"google-square\": {\n\t\t\t\"parent\": \"google-square-filled\"\n\t\t},\n\t\t\"google-square-fill\": {\n\t\t\t\"parent\": \"google-square-filled\"\n\t\t},\n\t\t\"group\": {\n\t\t\t\"parent\": \"group-outlined\"\n\t\t},\n\t\t\"hdd\": {\n\t\t\t\"parent\": \"hdd-outlined\"\n\t\t},\n\t\t\"hdd-fill\": {\n\t\t\t\"parent\": \"hdd-filled\"\n\t\t},\n\t\t\"hdd-outline\": {\n\t\t\t\"parent\": \"hdd-outlined\"\n\t\t},\n\t\t\"heart\": {\n\t\t\t\"parent\": \"heart-outlined\"\n\t\t},\n\t\t\"heart-fill\": {\n\t\t\t\"parent\": \"heart-filled\"\n\t\t},\n\t\t\"heart-outline\": {\n\t\t\t\"parent\": \"heart-outlined\"\n\t\t},\n\t\t\"heat-map\": {\n\t\t\t\"parent\": \"heat-map-outlined\"\n\t\t},\n\t\t\"heat-map-outline\": {\n\t\t\t\"parent\": \"heat-map-outlined\"\n\t\t},\n\t\t\"highlight\": {\n\t\t\t\"parent\": \"highlight-outlined\"\n\t\t},\n\t\t\"highlight-fill\": {\n\t\t\t\"parent\": \"highlight-filled\"\n\t\t},\n\t\t\"highlight-outline\": {\n\t\t\t\"parent\": \"highlight-outlined\"\n\t\t},\n\t\t\"history\": {\n\t\t\t\"parent\": \"history-outlined\"\n\t\t},\n\t\t\"history-outline\": {\n\t\t\t\"parent\": \"history-outlined\"\n\t\t},\n\t\t\"home\": {\n\t\t\t\"parent\": \"home-outlined\"\n\t\t},\n\t\t\"home-fill\": {\n\t\t\t\"parent\": \"home-filled\"\n\t\t},\n\t\t\"home-outline\": {\n\t\t\t\"parent\": \"home-outlined\"\n\t\t},\n\t\t\"hourglass\": {\n\t\t\t\"parent\": \"hourglass-outlined\"\n\t\t},\n\t\t\"hourglass-fill\": {\n\t\t\t\"parent\": \"hourglass-filled\"\n\t\t},\n\t\t\"hourglass-outline\": {\n\t\t\t\"parent\": \"hourglass-outlined\"\n\t\t},\n\t\t\"html5\": {\n\t\t\t\"parent\": \"html5-outlined\"\n\t\t},\n\t\t\"html5-fill\": {\n\t\t\t\"parent\": \"html5-filled\"\n\t\t},\n\t\t\"html5-outline\": {\n\t\t\t\"parent\": \"html5-outlined\"\n\t\t},\n\t\t\"idcard\": {\n\t\t\t\"parent\": \"idcard-outlined\"\n\t\t},\n\t\t\"idcard-fill\": {\n\t\t\t\"parent\": \"idcard-filled\"\n\t\t},\n\t\t\"idcard-outline\": {\n\t\t\t\"parent\": \"idcard-outlined\"\n\t\t},\n\t\t\"ie\": {\n\t\t\t\"parent\": \"ie-outlined\"\n\t\t},\n\t\t\"ie-circle\": {\n\t\t\t\"parent\": \"ie-circle-filled\"\n\t\t},\n\t\t\"ie-circle-fill\": {\n\t\t\t\"parent\": \"ie-circle-filled\"\n\t\t},\n\t\t\"ie-outline\": {\n\t\t\t\"parent\": \"ie-outlined\"\n\t\t},\n\t\t\"ie-square\": {\n\t\t\t\"parent\": \"ie-square-filled\"\n\t\t},\n\t\t\"ie-square-fill\": {\n\t\t\t\"parent\": \"ie-square-filled\"\n\t\t},\n\t\t\"import\": {\n\t\t\t\"parent\": \"import-outlined\"\n\t\t},\n\t\t\"import-outline\": {\n\t\t\t\"parent\": \"import-outlined\"\n\t\t},\n\t\t\"inbox\": {\n\t\t\t\"parent\": \"inbox-outlined\"\n\t\t},\n\t\t\"inbox-outline\": {\n\t\t\t\"parent\": \"inbox-outlined\"\n\t\t},\n\t\t\"info\": {\n\t\t\t\"parent\": \"info-outlined\"\n\t\t},\n\t\t\"info-circle\": {\n\t\t\t\"parent\": \"info-circle-outlined\"\n\t\t},\n\t\t\"info-circle-fill\": {\n\t\t\t\"parent\": \"info-circle-filled\"\n\t\t},\n\t\t\"info-circle-outline\": {\n\t\t\t\"parent\": \"info-circle-outlined\"\n\t\t},\n\t\t\"info-outline\": {\n\t\t\t\"parent\": \"info-outlined\"\n\t\t},\n\t\t\"insert-row-above\": {\n\t\t\t\"parent\": \"insert-row-above-outlined\"\n\t\t},\n\t\t\"insert-row-below\": {\n\t\t\t\"parent\": \"insert-row-below-outlined\"\n\t\t},\n\t\t\"insert-row-left\": {\n\t\t\t\"parent\": \"insert-row-left-outlined\"\n\t\t},\n\t\t\"insert-row-right\": {\n\t\t\t\"parent\": \"insert-row-right-outlined\"\n\t\t},\n\t\t\"instagram\": {\n\t\t\t\"parent\": \"instagram-outlined\"\n\t\t},\n\t\t\"instagram-fill\": {\n\t\t\t\"parent\": \"instagram-filled\"\n\t\t},\n\t\t\"instagram-outline\": {\n\t\t\t\"parent\": \"instagram-outlined\"\n\t\t},\n\t\t\"insurance\": {\n\t\t\t\"parent\": \"insurance-outlined\"\n\t\t},\n\t\t\"insurance-fill\": {\n\t\t\t\"parent\": \"insurance-filled\"\n\t\t},\n\t\t\"insurance-outline\": {\n\t\t\t\"parent\": \"insurance-outlined\"\n\t\t},\n\t\t\"interaction\": {\n\t\t\t\"parent\": \"interaction-outlined\"\n\t\t},\n\t\t\"interaction-fill\": {\n\t\t\t\"parent\": \"interaction-filled\"\n\t\t},\n\t\t\"interaction-outline\": {\n\t\t\t\"parent\": \"interaction-outlined\"\n\t\t},\n\t\t\"interation\": {\n\t\t\t\"parent\": \"interaction-filled\"\n\t\t},\n\t\t\"interation-fill\": {\n\t\t\t\"parent\": \"interaction-filled\"\n\t\t},\n\t\t\"interation-outline\": {\n\t\t\t\"parent\": \"interaction-outlined\"\n\t\t},\n\t\t\"interation-twotone\": {\n\t\t\t\"parent\": \"interaction-twotone\"\n\t\t},\n\t\t\"issues-close\": {\n\t\t\t\"parent\": \"issues-close-outlined\"\n\t\t},\n\t\t\"issues-close-outline\": {\n\t\t\t\"parent\": \"issues-close-outlined\"\n\t\t},\n\t\t\"italic\": {\n\t\t\t\"parent\": \"italic-outlined\"\n\t\t},\n\t\t\"italic-outline\": {\n\t\t\t\"parent\": \"italic-outlined\"\n\t\t},\n\t\t\"key\": {\n\t\t\t\"parent\": \"key-outlined\"\n\t\t},\n\t\t\"key-outline\": {\n\t\t\t\"parent\": \"key-outlined\"\n\t\t},\n\t\t\"laptop\": {\n\t\t\t\"parent\": \"laptop-outlined\"\n\t\t},\n\t\t\"laptop-outline\": {\n\t\t\t\"parent\": \"laptop-outlined\"\n\t\t},\n\t\t\"layout\": {\n\t\t\t\"parent\": \"layout-outlined\"\n\t\t},\n\t\t\"layout-fill\": {\n\t\t\t\"parent\": \"layout-filled\"\n\t\t},\n\t\t\"layout-outline\": {\n\t\t\t\"parent\": \"layout-outlined\"\n\t\t},\n\t\t\"left\": {\n\t\t\t\"parent\": \"left-outlined\"\n\t\t},\n\t\t\"left-circle\": {\n\t\t\t\"parent\": \"left-circle-outlined\"\n\t\t},\n\t\t\"left-circle-fill\": {\n\t\t\t\"parent\": \"left-circle-filled\"\n\t\t},\n\t\t\"left-circle-outline\": {\n\t\t\t\"parent\": \"left-circle-outlined\"\n\t\t},\n\t\t\"left-outline\": {\n\t\t\t\"parent\": \"left-outlined\"\n\t\t},\n\t\t\"left-square\": {\n\t\t\t\"parent\": \"left-square-outlined\"\n\t\t},\n\t\t\"left-square-fill\": {\n\t\t\t\"parent\": \"left-square-filled\"\n\t\t},\n\t\t\"left-square-outline\": {\n\t\t\t\"parent\": \"left-square-outlined\"\n\t\t},\n\t\t\"like\": {\n\t\t\t\"parent\": \"like-outlined\"\n\t\t},\n\t\t\"like-fill\": {\n\t\t\t\"parent\": \"like-filled\"\n\t\t},\n\t\t\"like-outline\": {\n\t\t\t\"parent\": \"like-outlined\"\n\t\t},\n\t\t\"line\": {\n\t\t\t\"parent\": \"line-outlined\"\n\t\t},\n\t\t\"line-chart\": {\n\t\t\t\"parent\": \"line-chart-outlined\"\n\t\t},\n\t\t\"line-chart-outline\": {\n\t\t\t\"parent\": \"line-chart-outlined\"\n\t\t},\n\t\t\"line-height\": {\n\t\t\t\"parent\": \"line-height-outlined\"\n\t\t},\n\t\t\"line-height-outline\": {\n\t\t\t\"parent\": \"line-height-outlined\"\n\t\t},\n\t\t\"line-outline\": {\n\t\t\t\"parent\": \"line-outlined\"\n\t\t},\n\t\t\"link\": {\n\t\t\t\"parent\": \"link-outlined\"\n\t\t},\n\t\t\"link-outline\": {\n\t\t\t\"parent\": \"link-outlined\"\n\t\t},\n\t\t\"linkedin\": {\n\t\t\t\"parent\": \"linkedin-outlined\"\n\t\t},\n\t\t\"linkedin-fill\": {\n\t\t\t\"parent\": \"linkedin-filled\"\n\t\t},\n\t\t\"linkedin-outline\": {\n\t\t\t\"parent\": \"linkedin-outlined\"\n\t\t},\n\t\t\"loading\": {\n\t\t\t\"parent\": \"loading-outlined\"\n\t\t},\n\t\t\"loading-3-quarters\": {\n\t\t\t\"parent\": \"loading-3-quarters-outlined\"\n\t\t},\n\t\t\"loading-3-quarters-outline\": {\n\t\t\t\"parent\": \"loading-3-quarters-outlined\"\n\t\t},\n\t\t\"loading-outline\": {\n\t\t\t\"parent\": \"loading-outlined\"\n\t\t},\n\t\t\"lock\": {\n\t\t\t\"parent\": \"lock-outlined\"\n\t\t},\n\t\t\"lock-fill\": {\n\t\t\t\"parent\": \"lock-filled\"\n\t\t},\n\t\t\"lock-outline\": {\n\t\t\t\"parent\": \"lock-outlined\"\n\t\t},\n\t\t\"login\": {\n\t\t\t\"parent\": \"login-outlined\"\n\t\t},\n\t\t\"login-outline\": {\n\t\t\t\"parent\": \"login-outlined\"\n\t\t},\n\t\t\"logout\": {\n\t\t\t\"parent\": \"logout-outlined\"\n\t\t},\n\t\t\"logout-outline\": {\n\t\t\t\"parent\": \"logout-outlined\"\n\t\t},\n\t\t\"mac-command\": {\n\t\t\t\"parent\": \"mac-command-outlined\"\n\t\t},\n\t\t\"mail\": {\n\t\t\t\"parent\": \"mail-outlined\"\n\t\t},\n\t\t\"mail-fill\": {\n\t\t\t\"parent\": \"mail-filled\"\n\t\t},\n\t\t\"mail-outline\": {\n\t\t\t\"parent\": \"mail-outlined\"\n\t\t},\n\t\t\"man\": {\n\t\t\t\"parent\": \"man-outlined\"\n\t\t},\n\t\t\"man-outline\": {\n\t\t\t\"parent\": \"man-outlined\"\n\t\t},\n\t\t\"medicine-box\": {\n\t\t\t\"parent\": \"medicine-box-outlined\"\n\t\t},\n\t\t\"medicine-box-fill\": {\n\t\t\t\"parent\": \"medicine-box-filled\"\n\t\t},\n\t\t\"medicine-box-outline\": {\n\t\t\t\"parent\": \"medicine-box-outlined\"\n\t\t},\n\t\t\"medium\": {\n\t\t\t\"parent\": \"medium-outlined\"\n\t\t},\n\t\t\"medium-circle\": {\n\t\t\t\"parent\": \"medium-circle-filled\"\n\t\t},\n\t\t\"medium-circle-fill\": {\n\t\t\t\"parent\": \"medium-circle-filled\"\n\t\t},\n\t\t\"medium-outline\": {\n\t\t\t\"parent\": \"medium-outlined\"\n\t\t},\n\t\t\"medium-square\": {\n\t\t\t\"parent\": \"medium-square-filled\"\n\t\t},\n\t\t\"medium-square-fill\": {\n\t\t\t\"parent\": \"medium-square-filled\"\n\t\t},\n\t\t\"medium-workmark\": {\n\t\t\t\"parent\": \"medium-workmark-outlined\"\n\t\t},\n\t\t\"medium-workmark-outline\": {\n\t\t\t\"parent\": \"medium-workmark-outlined\"\n\t\t},\n\t\t\"meh\": {\n\t\t\t\"parent\": \"meh-outlined\"\n\t\t},\n\t\t\"meh-fill\": {\n\t\t\t\"parent\": \"meh-filled\"\n\t\t},\n\t\t\"meh-outline\": {\n\t\t\t\"parent\": \"meh-outlined\"\n\t\t},\n\t\t\"menu\": {\n\t\t\t\"parent\": \"menu-outlined\"\n\t\t},\n\t\t\"menu-fold\": {\n\t\t\t\"parent\": \"menu-fold-outlined\"\n\t\t},\n\t\t\"menu-fold-outline\": {\n\t\t\t\"parent\": \"menu-fold-outlined\"\n\t\t},\n\t\t\"menu-outline\": {\n\t\t\t\"parent\": \"menu-outlined\"\n\t\t},\n\t\t\"menu-unfold\": {\n\t\t\t\"parent\": \"menu-unfold-outlined\"\n\t\t},\n\t\t\"menu-unfold-outline\": {\n\t\t\t\"parent\": \"menu-unfold-outlined\"\n\t\t},\n\t\t\"merge-cells\": {\n\t\t\t\"parent\": \"merge-cells-outlined\"\n\t\t},\n\t\t\"message\": {\n\t\t\t\"parent\": \"message-outlined\"\n\t\t},\n\t\t\"message-fill\": {\n\t\t\t\"parent\": \"message-filled\"\n\t\t},\n\t\t\"message-outline\": {\n\t\t\t\"parent\": \"message-outlined\"\n\t\t},\n\t\t\"minus\": {\n\t\t\t\"parent\": \"minus-outlined\"\n\t\t},\n\t\t\"minus-circle\": {\n\t\t\t\"parent\": \"minus-circle-outlined\"\n\t\t},\n\t\t\"minus-circle-fill\": {\n\t\t\t\"parent\": \"minus-circle-filled\"\n\t\t},\n\t\t\"minus-circle-outline\": {\n\t\t\t\"parent\": \"minus-circle-outlined\"\n\t\t},\n\t\t\"minus-outline\": {\n\t\t\t\"parent\": \"minus-outlined\"\n\t\t},\n\t\t\"minus-square\": {\n\t\t\t\"parent\": \"minus-square-outlined\"\n\t\t},\n\t\t\"minus-square-fill\": {\n\t\t\t\"parent\": \"minus-square-filled\"\n\t\t},\n\t\t\"minus-square-outline\": {\n\t\t\t\"parent\": \"minus-square-outlined\"\n\t\t},\n\t\t\"mobile\": {\n\t\t\t\"parent\": \"mobile-outlined\"\n\t\t},\n\t\t\"mobile-fill\": {\n\t\t\t\"parent\": \"mobile-filled\"\n\t\t},\n\t\t\"mobile-outline\": {\n\t\t\t\"parent\": \"mobile-outlined\"\n\t\t},\n\t\t\"money-collect\": {\n\t\t\t\"parent\": \"money-collect-outlined\"\n\t\t},\n\t\t\"money-collect-fill\": {\n\t\t\t\"parent\": \"money-collect-filled\"\n\t\t},\n\t\t\"money-collect-outline\": {\n\t\t\t\"parent\": \"money-collect-outlined\"\n\t\t},\n\t\t\"monitor\": {\n\t\t\t\"parent\": \"monitor-outlined\"\n\t\t},\n\t\t\"monitor-outline\": {\n\t\t\t\"parent\": \"monitor-outlined\"\n\t\t},\n\t\t\"more\": {\n\t\t\t\"parent\": \"more-outlined\"\n\t\t},\n\t\t\"more-outline\": {\n\t\t\t\"parent\": \"more-outlined\"\n\t\t},\n\t\t\"mr-outline\": {\n\t\t\t\"parent\": \"pull-request-outlined\"\n\t\t},\n\t\t\"node-collapse\": {\n\t\t\t\"parent\": \"node-collapse-outlined\"\n\t\t},\n\t\t\"node-expand\": {\n\t\t\t\"parent\": \"node-expand-outlined\"\n\t\t},\n\t\t\"node-index\": {\n\t\t\t\"parent\": \"node-index-outlined\"\n\t\t},\n\t\t\"notification\": {\n\t\t\t\"parent\": \"notification-outlined\"\n\t\t},\n\t\t\"notification-fill\": {\n\t\t\t\"parent\": \"notification-filled\"\n\t\t},\n\t\t\"notification-outline\": {\n\t\t\t\"parent\": \"notification-outlined\"\n\t\t},\n\t\t\"number\": {\n\t\t\t\"parent\": \"number-outlined\"\n\t\t},\n\t\t\"number-outline\": {\n\t\t\t\"parent\": \"number-outlined\"\n\t\t},\n\t\t\"one-to-one\": {\n\t\t\t\"parent\": \"one-to-one-outlined\"\n\t\t},\n\t\t\"ordered-list\": {\n\t\t\t\"parent\": \"ordered-list-outlined\"\n\t\t},\n\t\t\"ordered-list-outline\": {\n\t\t\t\"parent\": \"ordered-list-outlined\"\n\t\t},\n\t\t\"paper-clip\": {\n\t\t\t\"parent\": \"paper-clip-outlined\"\n\t\t},\n\t\t\"paper-clip-outline\": {\n\t\t\t\"parent\": \"paper-clip-outlined\"\n\t\t},\n\t\t\"partition\": {\n\t\t\t\"parent\": \"partition-outlined\"\n\t\t},\n\t\t\"pause\": {\n\t\t\t\"parent\": \"pause-outlined\"\n\t\t},\n\t\t\"pause-circle\": {\n\t\t\t\"parent\": \"pause-circle-outlined\"\n\t\t},\n\t\t\"pause-circle-fill\": {\n\t\t\t\"parent\": \"pause-circle-filled\"\n\t\t},\n\t\t\"pause-circle-outline\": {\n\t\t\t\"parent\": \"pause-circle-outlined\"\n\t\t},\n\t\t\"pause-outline\": {\n\t\t\t\"parent\": \"pause-outlined\"\n\t\t},\n\t\t\"pay-circle\": {\n\t\t\t\"parent\": \"pay-circle-outlined\"\n\t\t},\n\t\t\"pay-circle-fill\": {\n\t\t\t\"parent\": \"pay-circle-filled\"\n\t\t},\n\t\t\"pay-circle-outline\": {\n\t\t\t\"parent\": \"pay-circle-outlined\"\n\t\t},\n\t\t\"percentage\": {\n\t\t\t\"parent\": \"percentage-outlined\"\n\t\t},\n\t\t\"percentage-outline\": {\n\t\t\t\"parent\": \"percentage-outlined\"\n\t\t},\n\t\t\"phone\": {\n\t\t\t\"parent\": \"phone-outlined\"\n\t\t},\n\t\t\"phone-fill\": {\n\t\t\t\"parent\": \"phone-filled\"\n\t\t},\n\t\t\"phone-outline\": {\n\t\t\t\"parent\": \"phone-outlined\"\n\t\t},\n\t\t\"pic-center\": {\n\t\t\t\"parent\": \"pic-center-outlined\"\n\t\t},\n\t\t\"pic-center-outline\": {\n\t\t\t\"parent\": \"pic-center-outlined\"\n\t\t},\n\t\t\"pic-left\": {\n\t\t\t\"parent\": \"pic-left-outlined\"\n\t\t},\n\t\t\"pic-left-outline\": {\n\t\t\t\"parent\": \"pic-left-outlined\"\n\t\t},\n\t\t\"pic-right\": {\n\t\t\t\"parent\": \"pic-right-outlined\"\n\t\t},\n\t\t\"pic-right-outline\": {\n\t\t\t\"parent\": \"pic-right-outlined\"\n\t\t},\n\t\t\"picture\": {\n\t\t\t\"parent\": \"picture-outlined\"\n\t\t},\n\t\t\"picture-fill\": {\n\t\t\t\"parent\": \"picture-filled\"\n\t\t},\n\t\t\"picture-outline\": {\n\t\t\t\"parent\": \"picture-outlined\"\n\t\t},\n\t\t\"pie-chart\": {\n\t\t\t\"parent\": \"pie-chart-outlined\"\n\t\t},\n\t\t\"pie-chart-fill\": {\n\t\t\t\"parent\": \"pie-chart-filled\"\n\t\t},\n\t\t\"pie-chart-outline\": {\n\t\t\t\"parent\": \"pie-chart-outlined\"\n\t\t},\n\t\t\"play-circle\": {\n\t\t\t\"parent\": \"play-circle-outlined\"\n\t\t},\n\t\t\"play-circle-fill\": {\n\t\t\t\"parent\": \"play-circle-filled\"\n\t\t},\n\t\t\"play-circle-outline\": {\n\t\t\t\"parent\": \"play-circle-outlined\"\n\t\t},\n\t\t\"play-square\": {\n\t\t\t\"parent\": \"play-square-outlined\"\n\t\t},\n\t\t\"play-square-fill\": {\n\t\t\t\"parent\": \"play-square-filled\"\n\t\t},\n\t\t\"play-square-outline\": {\n\t\t\t\"parent\": \"play-square-outlined\"\n\t\t},\n\t\t\"plus\": {\n\t\t\t\"parent\": \"plus-outlined\"\n\t\t},\n\t\t\"plus-circle\": {\n\t\t\t\"parent\": \"plus-circle-outlined\"\n\t\t},\n\t\t\"plus-circle-fill\": {\n\t\t\t\"parent\": \"plus-circle-filled\"\n\t\t},\n\t\t\"plus-circle-outline\": {\n\t\t\t\"parent\": \"plus-circle-outlined\"\n\t\t},\n\t\t\"plus-outline\": {\n\t\t\t\"parent\": \"plus-outlined\"\n\t\t},\n\t\t\"plus-square\": {\n\t\t\t\"parent\": \"plus-square-outlined\"\n\t\t},\n\t\t\"plus-square-fill\": {\n\t\t\t\"parent\": \"plus-square-filled\"\n\t\t},\n\t\t\"plus-square-outline\": {\n\t\t\t\"parent\": \"plus-square-outlined\"\n\t\t},\n\t\t\"pound\": {\n\t\t\t\"parent\": \"pound-circle-outlined\"\n\t\t},\n\t\t\"pound-circle\": {\n\t\t\t\"parent\": \"pound-circle-outlined\"\n\t\t},\n\t\t\"pound-circle-fill\": {\n\t\t\t\"parent\": \"pound-circle-filled\"\n\t\t},\n\t\t\"pound-outline\": {\n\t\t\t\"parent\": \"pound-circle-outlined\"\n\t\t},\n\t\t\"poweroff\": {\n\t\t\t\"parent\": \"poweroff-outlined\"\n\t\t},\n\t\t\"poweroff-outline\": {\n\t\t\t\"parent\": \"poweroff-outlined\"\n\t\t},\n\t\t\"printer\": {\n\t\t\t\"parent\": \"printer-outlined\"\n\t\t},\n\t\t\"printer-fill\": {\n\t\t\t\"parent\": \"printer-filled\"\n\t\t},\n\t\t\"printer-outline\": {\n\t\t\t\"parent\": \"printer-outlined\"\n\t\t},\n\t\t\"profile\": {\n\t\t\t\"parent\": \"profile-outlined\"\n\t\t},\n\t\t\"profile-fill\": {\n\t\t\t\"parent\": \"profile-filled\"\n\t\t},\n\t\t\"profile-outline\": {\n\t\t\t\"parent\": \"profile-outlined\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"parent\": \"project-outlined\"\n\t\t},\n\t\t\"project-fill\": {\n\t\t\t\"parent\": \"project-filled\"\n\t\t},\n\t\t\"project-outline\": {\n\t\t\t\"parent\": \"project-outlined\"\n\t\t},\n\t\t\"property-safety\": {\n\t\t\t\"parent\": \"property-safety-outlined\"\n\t\t},\n\t\t\"property-safety-fill\": {\n\t\t\t\"parent\": \"property-safety-filled\"\n\t\t},\n\t\t\"property-safety-outline\": {\n\t\t\t\"parent\": \"property-safety-outlined\"\n\t\t},\n\t\t\"pull-request\": {\n\t\t\t\"parent\": \"pull-request-outlined\"\n\t\t},\n\t\t\"pull-request-outline\": {\n\t\t\t\"parent\": \"pull-request-outlined\"\n\t\t},\n\t\t\"pushpin\": {\n\t\t\t\"parent\": \"pushpin-outlined\"\n\t\t},\n\t\t\"pushpin-fill\": {\n\t\t\t\"parent\": \"pushpin-filled\"\n\t\t},\n\t\t\"pushpin-outline\": {\n\t\t\t\"parent\": \"pushpin-outlined\"\n\t\t},\n\t\t\"qq\": {\n\t\t\t\"parent\": \"qq-outlined\"\n\t\t},\n\t\t\"qq-circle\": {\n\t\t\t\"parent\": \"qq-circle-filled\"\n\t\t},\n\t\t\"qq-circle-fill\": {\n\t\t\t\"parent\": \"qq-circle-filled\"\n\t\t},\n\t\t\"qq-outline\": {\n\t\t\t\"parent\": \"qq-outlined\"\n\t\t},\n\t\t\"qq-square\": {\n\t\t\t\"parent\": \"qq-square-filled\"\n\t\t},\n\t\t\"qq-square-fill\": {\n\t\t\t\"parent\": \"qq-square-filled\"\n\t\t},\n\t\t\"qrcode\": {\n\t\t\t\"parent\": \"qrcode-outlined\"\n\t\t},\n\t\t\"qrcode-outline\": {\n\t\t\t\"parent\": \"qrcode-outlined\"\n\t\t},\n\t\t\"question\": {\n\t\t\t\"parent\": \"question-outlined\"\n\t\t},\n\t\t\"question-circle\": {\n\t\t\t\"parent\": \"question-circle-outlined\"\n\t\t},\n\t\t\"question-circle-fill\": {\n\t\t\t\"parent\": \"question-circle-filled\"\n\t\t},\n\t\t\"question-circle-outline\": {\n\t\t\t\"parent\": \"question-circle-outlined\"\n\t\t},\n\t\t\"question-outline\": {\n\t\t\t\"parent\": \"question-outlined\"\n\t\t},\n\t\t\"radar-chart\": {\n\t\t\t\"parent\": \"radar-chart-outlined\"\n\t\t},\n\t\t\"radar-chart-outline\": {\n\t\t\t\"parent\": \"radar-chart-outlined\"\n\t\t},\n\t\t\"radius-bottomleft\": {\n\t\t\t\"parent\": \"radius-bottomleft-outlined\"\n\t\t},\n\t\t\"radius-bottomleft-outline\": {\n\t\t\t\"parent\": \"radius-bottomleft-outlined\"\n\t\t},\n\t\t\"radius-bottomright\": {\n\t\t\t\"parent\": \"radius-bottomright-outlined\"\n\t\t},\n\t\t\"radius-bottomright-outline\": {\n\t\t\t\"parent\": \"radius-bottomright-outlined\"\n\t\t},\n\t\t\"radius-setting\": {\n\t\t\t\"parent\": \"radius-setting-outlined\"\n\t\t},\n\t\t\"radius-setting-outline\": {\n\t\t\t\"parent\": \"radius-setting-outlined\"\n\t\t},\n\t\t\"radius-upleft\": {\n\t\t\t\"parent\": \"radius-upleft-outlined\"\n\t\t},\n\t\t\"radius-upleft-outline\": {\n\t\t\t\"parent\": \"radius-upleft-outlined\"\n\t\t},\n\t\t\"radius-upright\": {\n\t\t\t\"parent\": \"radius-upright-outlined\"\n\t\t},\n\t\t\"radius-upright-outline\": {\n\t\t\t\"parent\": \"radius-upright-outlined\"\n\t\t},\n\t\t\"read\": {\n\t\t\t\"parent\": \"read-outlined\"\n\t\t},\n\t\t\"read-fill\": {\n\t\t\t\"parent\": \"read-filled\"\n\t\t},\n\t\t\"read-outline\": {\n\t\t\t\"parent\": \"read-outlined\"\n\t\t},\n\t\t\"reconciliation\": {\n\t\t\t\"parent\": \"reconciliation-outlined\"\n\t\t},\n\t\t\"reconciliation-fill\": {\n\t\t\t\"parent\": \"reconciliation-filled\"\n\t\t},\n\t\t\"reconciliation-outline\": {\n\t\t\t\"parent\": \"reconciliation-outlined\"\n\t\t},\n\t\t\"red-envelope\": {\n\t\t\t\"parent\": \"red-envelope-outlined\"\n\t\t},\n\t\t\"red-envelope-fill\": {\n\t\t\t\"parent\": \"red-envelope-filled\"\n\t\t},\n\t\t\"red-envelope-outline\": {\n\t\t\t\"parent\": \"red-envelope-outlined\"\n\t\t},\n\t\t\"reddit\": {\n\t\t\t\"parent\": \"reddit-outlined\"\n\t\t},\n\t\t\"reddit-circle\": {\n\t\t\t\"parent\": \"reddit-circle-filled\"\n\t\t},\n\t\t\"reddit-circle-fill\": {\n\t\t\t\"parent\": \"reddit-circle-filled\"\n\t\t},\n\t\t\"reddit-outline\": {\n\t\t\t\"parent\": \"reddit-outlined\"\n\t\t},\n\t\t\"reddit-square\": {\n\t\t\t\"parent\": \"reddit-square-filled\"\n\t\t},\n\t\t\"reddit-square-fill\": {\n\t\t\t\"parent\": \"reddit-square-filled\"\n\t\t},\n\t\t\"redo\": {\n\t\t\t\"parent\": \"redo-outlined\"\n\t\t},\n\t\t\"redo-outline\": {\n\t\t\t\"parent\": \"redo-outlined\"\n\t\t},\n\t\t\"reload\": {\n\t\t\t\"parent\": \"reload-outlined\"\n\t\t},\n\t\t\"reload-outline\": {\n\t\t\t\"parent\": \"reload-outlined\"\n\t\t},\n\t\t\"reload-time-outline\": {\n\t\t\t\"parent\": \"history-outlined\"\n\t\t},\n\t\t\"rest\": {\n\t\t\t\"parent\": \"rest-outlined\"\n\t\t},\n\t\t\"rest-fill\": {\n\t\t\t\"parent\": \"rest-filled\"\n\t\t},\n\t\t\"rest-outline\": {\n\t\t\t\"parent\": \"rest-outlined\"\n\t\t},\n\t\t\"retweet\": {\n\t\t\t\"parent\": \"retweet-outlined\"\n\t\t},\n\t\t\"retweet-outline\": {\n\t\t\t\"parent\": \"retweet-outlined\"\n\t\t},\n\t\t\"right\": {\n\t\t\t\"parent\": \"right-outlined\"\n\t\t},\n\t\t\"right-circle\": {\n\t\t\t\"parent\": \"right-circle-outlined\"\n\t\t},\n\t\t\"right-circle-fill\": {\n\t\t\t\"parent\": \"right-circle-filled\"\n\t\t},\n\t\t\"right-circle-outline\": {\n\t\t\t\"parent\": \"right-circle-outlined\"\n\t\t},\n\t\t\"right-outline\": {\n\t\t\t\"parent\": \"right-outlined\"\n\t\t},\n\t\t\"right-square\": {\n\t\t\t\"parent\": \"right-square-outlined\"\n\t\t},\n\t\t\"right-square-fill\": {\n\t\t\t\"parent\": \"right-square-filled\"\n\t\t},\n\t\t\"right-square-outline\": {\n\t\t\t\"parent\": \"right-square-outlined\"\n\t\t},\n\t\t\"rise\": {\n\t\t\t\"parent\": \"rise-outlined\"\n\t\t},\n\t\t\"rise-outline\": {\n\t\t\t\"parent\": \"rise-outlined\"\n\t\t},\n\t\t\"robot\": {\n\t\t\t\"parent\": \"robot-outlined\"\n\t\t},\n\t\t\"robot-outline\": {\n\t\t\t\"parent\": \"robot-outlined\"\n\t\t},\n\t\t\"rocket\": {\n\t\t\t\"parent\": \"rocket-outlined\"\n\t\t},\n\t\t\"rocket-fill\": {\n\t\t\t\"parent\": \"rocket-filled\"\n\t\t},\n\t\t\"rocket-outline\": {\n\t\t\t\"parent\": \"rocket-outlined\"\n\t\t},\n\t\t\"rollback\": {\n\t\t\t\"parent\": \"rollback-outlined\"\n\t\t},\n\t\t\"rollback-outline\": {\n\t\t\t\"parent\": \"rollback-outlined\"\n\t\t},\n\t\t\"rotate-left\": {\n\t\t\t\"parent\": \"rotate-left-outlined\"\n\t\t},\n\t\t\"rotate-right\": {\n\t\t\t\"parent\": \"rotate-right-outlined\"\n\t\t},\n\t\t\"safety\": {\n\t\t\t\"parent\": \"safety-outlined\"\n\t\t},\n\t\t\"safety-certificate\": {\n\t\t\t\"parent\": \"safety-certificate-outlined\"\n\t\t},\n\t\t\"safety-certificate-fill\": {\n\t\t\t\"parent\": \"safety-certificate-filled\"\n\t\t},\n\t\t\"safety-certificate-outline\": {\n\t\t\t\"parent\": \"safety-certificate-outlined\"\n\t\t},\n\t\t\"safety-outline\": {\n\t\t\t\"parent\": \"safety-outlined\"\n\t\t},\n\t\t\"save\": {\n\t\t\t\"parent\": \"save-outlined\"\n\t\t},\n\t\t\"save-fill\": {\n\t\t\t\"parent\": \"save-filled\"\n\t\t},\n\t\t\"save-outline\": {\n\t\t\t\"parent\": \"save-outlined\"\n\t\t},\n\t\t\"scan\": {\n\t\t\t\"parent\": \"scan-outlined\"\n\t\t},\n\t\t\"scan-outline\": {\n\t\t\t\"parent\": \"scan-outlined\"\n\t\t},\n\t\t\"schedule\": {\n\t\t\t\"parent\": \"schedule-outlined\"\n\t\t},\n\t\t\"schedule-fill\": {\n\t\t\t\"parent\": \"schedule-filled\"\n\t\t},\n\t\t\"schedule-outline\": {\n\t\t\t\"parent\": \"schedule-outlined\"\n\t\t},\n\t\t\"scissor\": {\n\t\t\t\"parent\": \"scissor-outlined\"\n\t\t},\n\t\t\"scissor-outline\": {\n\t\t\t\"parent\": \"scissor-outlined\"\n\t\t},\n\t\t\"search\": {\n\t\t\t\"parent\": \"search-outlined\"\n\t\t},\n\t\t\"search-outline\": {\n\t\t\t\"parent\": \"search-outlined\"\n\t\t},\n\t\t\"security-scan\": {\n\t\t\t\"parent\": \"security-scan-outlined\"\n\t\t},\n\t\t\"security-scan-fill\": {\n\t\t\t\"parent\": \"security-scan-filled\"\n\t\t},\n\t\t\"security-scan-outline\": {\n\t\t\t\"parent\": \"security-scan-outlined\"\n\t\t},\n\t\t\"select\": {\n\t\t\t\"parent\": \"select-outlined\"\n\t\t},\n\t\t\"select-outline\": {\n\t\t\t\"parent\": \"select-outlined\"\n\t\t},\n\t\t\"send\": {\n\t\t\t\"parent\": \"send-outlined\"\n\t\t},\n\t\t\"setting\": {\n\t\t\t\"parent\": \"setting-outlined\"\n\t\t},\n\t\t\"setting-fill\": {\n\t\t\t\"parent\": \"setting-filled\"\n\t\t},\n\t\t\"setting-outline\": {\n\t\t\t\"parent\": \"setting-outlined\"\n\t\t},\n\t\t\"shake\": {\n\t\t\t\"parent\": \"shake-outlined\"\n\t\t},\n\t\t\"shake-outline\": {\n\t\t\t\"parent\": \"shake-outlined\"\n\t\t},\n\t\t\"share-alt\": {\n\t\t\t\"parent\": \"share-alt-outlined\"\n\t\t},\n\t\t\"share-alt-outline\": {\n\t\t\t\"parent\": \"share-alt-outlined\"\n\t\t},\n\t\t\"shop\": {\n\t\t\t\"parent\": \"shop-outlined\"\n\t\t},\n\t\t\"shop-fill\": {\n\t\t\t\"parent\": \"shop-filled\"\n\t\t},\n\t\t\"shop-outline\": {\n\t\t\t\"parent\": \"shop-outlined\"\n\t\t},\n\t\t\"shopping\": {\n\t\t\t\"parent\": \"shopping-outlined\"\n\t\t},\n\t\t\"shopping-cart\": {\n\t\t\t\"parent\": \"shopping-cart-outlined\"\n\t\t},\n\t\t\"shopping-cart-outline\": {\n\t\t\t\"parent\": \"shopping-cart-outlined\"\n\t\t},\n\t\t\"shopping-fill\": {\n\t\t\t\"parent\": \"shopping-filled\"\n\t\t},\n\t\t\"shopping-outline\": {\n\t\t\t\"parent\": \"shopping-outlined\"\n\t\t},\n\t\t\"shrink\": {\n\t\t\t\"parent\": \"shrink-outlined\"\n\t\t},\n\t\t\"shrink-outline\": {\n\t\t\t\"parent\": \"shrink-outlined\"\n\t\t},\n\t\t\"signal\": {\n\t\t\t\"parent\": \"signal-filled\"\n\t\t},\n\t\t\"sisternode\": {\n\t\t\t\"parent\": \"sisternode-outlined\"\n\t\t},\n\t\t\"sketch\": {\n\t\t\t\"parent\": \"sketch-outlined\"\n\t\t},\n\t\t\"sketch-circle\": {\n\t\t\t\"parent\": \"sketch-circle-filled\"\n\t\t},\n\t\t\"sketch-circle-fill\": {\n\t\t\t\"parent\": \"sketch-circle-filled\"\n\t\t},\n\t\t\"sketch-outline\": {\n\t\t\t\"parent\": \"sketch-outlined\"\n\t\t},\n\t\t\"sketch-square\": {\n\t\t\t\"parent\": \"sketch-square-filled\"\n\t\t},\n\t\t\"sketch-square-fill\": {\n\t\t\t\"parent\": \"sketch-square-filled\"\n\t\t},\n\t\t\"skin\": {\n\t\t\t\"parent\": \"skin-outlined\"\n\t\t},\n\t\t\"skin-fill\": {\n\t\t\t\"parent\": \"skin-filled\"\n\t\t},\n\t\t\"skin-outline\": {\n\t\t\t\"parent\": \"skin-outlined\"\n\t\t},\n\t\t\"skype\": {\n\t\t\t\"parent\": \"skype-outlined\"\n\t\t},\n\t\t\"skype-fill\": {\n\t\t\t\"parent\": \"skype-filled\"\n\t\t},\n\t\t\"skype-outline\": {\n\t\t\t\"parent\": \"skype-outlined\"\n\t\t},\n\t\t\"slack\": {\n\t\t\t\"parent\": \"slack-outlined\"\n\t\t},\n\t\t\"slack-circle\": {\n\t\t\t\"parent\": \"slack-circle-filled\"\n\t\t},\n\t\t\"slack-circle-fill\": {\n\t\t\t\"parent\": \"slack-circle-filled\"\n\t\t},\n\t\t\"slack-outline\": {\n\t\t\t\"parent\": \"slack-outlined\"\n\t\t},\n\t\t\"slack-square\": {\n\t\t\t\"parent\": \"slack-square-filled\"\n\t\t},\n\t\t\"slack-square-fill\": {\n\t\t\t\"parent\": \"slack-square-filled\"\n\t\t},\n\t\t\"slack-square-outline\": {\n\t\t\t\"parent\": \"slack-square-filled\"\n\t\t},\n\t\t\"sliders\": {\n\t\t\t\"parent\": \"sliders-outlined\"\n\t\t},\n\t\t\"sliders-fill\": {\n\t\t\t\"parent\": \"sliders-filled\"\n\t\t},\n\t\t\"sliders-outline\": {\n\t\t\t\"parent\": \"sliders-outlined\"\n\t\t},\n\t\t\"small-dash\": {\n\t\t\t\"parent\": \"small-dash-outlined\"\n\t\t},\n\t\t\"small-dash-outline\": {\n\t\t\t\"parent\": \"small-dash-outlined\"\n\t\t},\n\t\t\"smile\": {\n\t\t\t\"parent\": \"smile-outlined\"\n\t\t},\n\t\t\"smile-fill\": {\n\t\t\t\"parent\": \"smile-filled\"\n\t\t},\n\t\t\"smile-outline\": {\n\t\t\t\"parent\": \"smile-outlined\"\n\t\t},\n\t\t\"snippets\": {\n\t\t\t\"parent\": \"snippets-outlined\"\n\t\t},\n\t\t\"snippets-fill\": {\n\t\t\t\"parent\": \"snippets-filled\"\n\t\t},\n\t\t\"snippets-outline\": {\n\t\t\t\"parent\": \"snippets-outlined\"\n\t\t},\n\t\t\"solution\": {\n\t\t\t\"parent\": \"solution-outlined\"\n\t\t},\n\t\t\"solution-outline\": {\n\t\t\t\"parent\": \"solution-outlined\"\n\t\t},\n\t\t\"sort-ascending\": {\n\t\t\t\"parent\": \"sort-ascending-outlined\"\n\t\t},\n\t\t\"sort-ascending-outline\": {\n\t\t\t\"parent\": \"sort-ascending-outlined\"\n\t\t},\n\t\t\"sort-descending\": {\n\t\t\t\"parent\": \"sort-descending-outlined\"\n\t\t},\n\t\t\"sort-descending-outline\": {\n\t\t\t\"parent\": \"sort-descending-outlined\"\n\t\t},\n\t\t\"sound\": {\n\t\t\t\"parent\": \"sound-outlined\"\n\t\t},\n\t\t\"sound-fill\": {\n\t\t\t\"parent\": \"sound-filled\"\n\t\t},\n\t\t\"sound-outline\": {\n\t\t\t\"parent\": \"sound-outlined\"\n\t\t},\n\t\t\"split-cells\": {\n\t\t\t\"parent\": \"split-cells-outlined\"\n\t\t},\n\t\t\"star\": {\n\t\t\t\"parent\": \"star-outlined\"\n\t\t},\n\t\t\"star-fill\": {\n\t\t\t\"parent\": \"star-filled\"\n\t\t},\n\t\t\"star-outline\": {\n\t\t\t\"parent\": \"star-outlined\"\n\t\t},\n\t\t\"step-backward\": {\n\t\t\t\"parent\": \"step-backward-filled\"\n\t\t},\n\t\t\"step-backward-fill\": {\n\t\t\t\"parent\": \"step-backward-filled\"\n\t\t},\n\t\t\"step-backward-outline\": {\n\t\t\t\"parent\": \"step-backward-filled\"\n\t\t},\n\t\t\"step-forward\": {\n\t\t\t\"parent\": \"step-forward-filled\"\n\t\t},\n\t\t\"step-forward-fill\": {\n\t\t\t\"parent\": \"step-forward-filled\"\n\t\t},\n\t\t\"step-forward-outline\": {\n\t\t\t\"parent\": \"step-forward-filled\"\n\t\t},\n\t\t\"stock\": {\n\t\t\t\"parent\": \"stock-outlined\"\n\t\t},\n\t\t\"stock-outline\": {\n\t\t\t\"parent\": \"stock-outlined\"\n\t\t},\n\t\t\"stop\": {\n\t\t\t\"parent\": \"stop-outlined\"\n\t\t},\n\t\t\"stop-fill\": {\n\t\t\t\"parent\": \"stop-filled\"\n\t\t},\n\t\t\"stop-outline\": {\n\t\t\t\"parent\": \"stop-outlined\"\n\t\t},\n\t\t\"strikethrough\": {\n\t\t\t\"parent\": \"strikethrough-outlined\"\n\t\t},\n\t\t\"strikethrough-outline\": {\n\t\t\t\"parent\": \"strikethrough-outlined\"\n\t\t},\n\t\t\"subnode\": {\n\t\t\t\"parent\": \"subnode-outlined\"\n\t\t},\n\t\t\"swap\": {\n\t\t\t\"parent\": \"swap-outlined\"\n\t\t},\n\t\t\"swap-left\": {\n\t\t\t\"parent\": \"swap-left-outlined\"\n\t\t},\n\t\t\"swap-left-outline\": {\n\t\t\t\"parent\": \"swap-left-outlined\"\n\t\t},\n\t\t\"swap-outline\": {\n\t\t\t\"parent\": \"swap-outlined\"\n\t\t},\n\t\t\"swap-right\": {\n\t\t\t\"parent\": \"swap-right-outlined\"\n\t\t},\n\t\t\"swap-right-outline\": {\n\t\t\t\"parent\": \"swap-right-outlined\"\n\t\t},\n\t\t\"switcher\": {\n\t\t\t\"parent\": \"switcher-outlined\"\n\t\t},\n\t\t\"switcher-fill\": {\n\t\t\t\"parent\": \"switcher-filled\"\n\t\t},\n\t\t\"switcher-outline\": {\n\t\t\t\"parent\": \"switcher-outlined\"\n\t\t},\n\t\t\"sync\": {\n\t\t\t\"parent\": \"sync-outlined\"\n\t\t},\n\t\t\"sync-outline\": {\n\t\t\t\"parent\": \"sync-outlined\"\n\t\t},\n\t\t\"table\": {\n\t\t\t\"parent\": \"table-outlined\"\n\t\t},\n\t\t\"table-outline\": {\n\t\t\t\"parent\": \"table-outlined\"\n\t\t},\n\t\t\"tablet\": {\n\t\t\t\"parent\": \"tablet-outlined\"\n\t\t},\n\t\t\"tablet-fill\": {\n\t\t\t\"parent\": \"tablet-filled\"\n\t\t},\n\t\t\"tablet-outline\": {\n\t\t\t\"parent\": \"tablet-outlined\"\n\t\t},\n\t\t\"tag\": {\n\t\t\t\"parent\": \"tag-outlined\"\n\t\t},\n\t\t\"tag-fill\": {\n\t\t\t\"parent\": \"tag-filled\"\n\t\t},\n\t\t\"tag-outline\": {\n\t\t\t\"parent\": \"tag-outlined\"\n\t\t},\n\t\t\"tags\": {\n\t\t\t\"parent\": \"tags-outlined\"\n\t\t},\n\t\t\"tags-fill\": {\n\t\t\t\"parent\": \"tags-filled\"\n\t\t},\n\t\t\"tags-outline\": {\n\t\t\t\"parent\": \"tags-outlined\"\n\t\t},\n\t\t\"taobao\": {\n\t\t\t\"parent\": \"taobao-outlined\"\n\t\t},\n\t\t\"taobao-circle\": {\n\t\t\t\"parent\": \"taobao-circle-filled\"\n\t\t},\n\t\t\"taobao-circle-fill\": {\n\t\t\t\"parent\": \"taobao-circle-filled\"\n\t\t},\n\t\t\"taobao-circle-outline\": {\n\t\t\t\"parent\": \"taobao-circle-filled\"\n\t\t},\n\t\t\"taobao-outline\": {\n\t\t\t\"parent\": \"taobao-outlined\"\n\t\t},\n\t\t\"taobao-square\": {\n\t\t\t\"parent\": \"taobao-square-filled\"\n\t\t},\n\t\t\"taobao-square-fill\": {\n\t\t\t\"parent\": \"taobao-square-filled\"\n\t\t},\n\t\t\"team\": {\n\t\t\t\"parent\": \"team-outlined\"\n\t\t},\n\t\t\"team-outline\": {\n\t\t\t\"parent\": \"team-outlined\"\n\t\t},\n\t\t\"thunderbolt\": {\n\t\t\t\"parent\": \"thunderbolt-outlined\"\n\t\t},\n\t\t\"thunderbolt-fill\": {\n\t\t\t\"parent\": \"thunderbolt-filled\"\n\t\t},\n\t\t\"thunderbolt-outline\": {\n\t\t\t\"parent\": \"thunderbolt-outlined\"\n\t\t},\n\t\t\"to-top\": {\n\t\t\t\"parent\": \"to-top-outlined\"\n\t\t},\n\t\t\"to-top-outline\": {\n\t\t\t\"parent\": \"to-top-outlined\"\n\t\t},\n\t\t\"tool\": {\n\t\t\t\"parent\": \"tool-outlined\"\n\t\t},\n\t\t\"tool-fill\": {\n\t\t\t\"parent\": \"tool-filled\"\n\t\t},\n\t\t\"tool-outline\": {\n\t\t\t\"parent\": \"tool-outlined\"\n\t\t},\n\t\t\"trademark\": {\n\t\t\t\"parent\": \"trademark-circle-outlined\"\n\t\t},\n\t\t\"trademark-circle\": {\n\t\t\t\"parent\": \"trademark-circle-outlined\"\n\t\t},\n\t\t\"trademark-circle-fill\": {\n\t\t\t\"parent\": \"trademark-circle-filled\"\n\t\t},\n\t\t\"trademark-outline\": {\n\t\t\t\"parent\": \"trademark-circle-outlined\"\n\t\t},\n\t\t\"transaction\": {\n\t\t\t\"parent\": \"transaction-outlined\"\n\t\t},\n\t\t\"transaction-outline\": {\n\t\t\t\"parent\": \"transaction-outlined\"\n\t\t},\n\t\t\"translation\": {\n\t\t\t\"parent\": \"translation-outlined\"\n\t\t},\n\t\t\"trophy\": {\n\t\t\t\"parent\": \"trophy-outlined\"\n\t\t},\n\t\t\"trophy-fill\": {\n\t\t\t\"parent\": \"trophy-filled\"\n\t\t},\n\t\t\"trophy-outline\": {\n\t\t\t\"parent\": \"trophy-outlined\"\n\t\t},\n\t\t\"twitter\": {\n\t\t\t\"parent\": \"twitter-outlined\"\n\t\t},\n\t\t\"twitter-circle\": {\n\t\t\t\"parent\": \"twitter-circle-filled\"\n\t\t},\n\t\t\"twitter-circle-fill\": {\n\t\t\t\"parent\": \"twitter-circle-filled\"\n\t\t},\n\t\t\"twitter-outline\": {\n\t\t\t\"parent\": \"twitter-outlined\"\n\t\t},\n\t\t\"twitter-square\": {\n\t\t\t\"parent\": \"twitter-square-filled\"\n\t\t},\n\t\t\"twitter-square-fill\": {\n\t\t\t\"parent\": \"twitter-square-filled\"\n\t\t},\n\t\t\"underline\": {\n\t\t\t\"parent\": \"underline-outlined\"\n\t\t},\n\t\t\"underline-outline\": {\n\t\t\t\"parent\": \"underline-outlined\"\n\t\t},\n\t\t\"undo\": {\n\t\t\t\"parent\": \"undo-outlined\"\n\t\t},\n\t\t\"undo-outline\": {\n\t\t\t\"parent\": \"undo-outlined\"\n\t\t},\n\t\t\"ungroup\": {\n\t\t\t\"parent\": \"ungroup-outlined\"\n\t\t},\n\t\t\"unlock\": {\n\t\t\t\"parent\": \"unlock-outlined\"\n\t\t},\n\t\t\"unlock-fill\": {\n\t\t\t\"parent\": \"unlock-filled\"\n\t\t},\n\t\t\"unlock-outline\": {\n\t\t\t\"parent\": \"unlock-outlined\"\n\t\t},\n\t\t\"unordered-list\": {\n\t\t\t\"parent\": \"bars-outlined\"\n\t\t},\n\t\t\"unordered-list-outline\": {\n\t\t\t\"parent\": \"bars-outlined\"\n\t\t},\n\t\t\"up\": {\n\t\t\t\"parent\": \"up-outlined\"\n\t\t},\n\t\t\"up-circle\": {\n\t\t\t\"parent\": \"up-circle-outlined\"\n\t\t},\n\t\t\"up-circle-fill\": {\n\t\t\t\"parent\": \"up-circle-filled\"\n\t\t},\n\t\t\"up-circle-outline\": {\n\t\t\t\"parent\": \"up-circle-outlined\"\n\t\t},\n\t\t\"up-outline\": {\n\t\t\t\"parent\": \"up-outlined\"\n\t\t},\n\t\t\"up-square\": {\n\t\t\t\"parent\": \"up-square-outlined\"\n\t\t},\n\t\t\"up-square-fill\": {\n\t\t\t\"parent\": \"up-square-filled\"\n\t\t},\n\t\t\"up-square-outline\": {\n\t\t\t\"parent\": \"up-square-outlined\"\n\t\t},\n\t\t\"upload\": {\n\t\t\t\"parent\": \"upload-outlined\"\n\t\t},\n\t\t\"upload-outline\": {\n\t\t\t\"parent\": \"upload-outlined\"\n\t\t},\n\t\t\"usb\": {\n\t\t\t\"parent\": \"usb-outlined\"\n\t\t},\n\t\t\"usb-fill\": {\n\t\t\t\"parent\": \"usb-filled\"\n\t\t},\n\t\t\"usb-outline\": {\n\t\t\t\"parent\": \"usb-outlined\"\n\t\t},\n\t\t\"user\": {\n\t\t\t\"parent\": \"user-outlined\"\n\t\t},\n\t\t\"user-add\": {\n\t\t\t\"parent\": \"user-add-outlined\"\n\t\t},\n\t\t\"user-add-outline\": {\n\t\t\t\"parent\": \"user-add-outlined\"\n\t\t},\n\t\t\"user-delete\": {\n\t\t\t\"parent\": \"user-delete-outlined\"\n\t\t},\n\t\t\"user-delete-outline\": {\n\t\t\t\"parent\": \"user-delete-outlined\"\n\t\t},\n\t\t\"user-outline\": {\n\t\t\t\"parent\": \"user-outlined\"\n\t\t},\n\t\t\"user-switch\": {\n\t\t\t\"parent\": \"user-switch-outlined\"\n\t\t},\n\t\t\"usergroup-add\": {\n\t\t\t\"parent\": \"usergroup-add-outlined\"\n\t\t},\n\t\t\"usergroup-add-outline\": {\n\t\t\t\"parent\": \"usergroup-add-outlined\"\n\t\t},\n\t\t\"usergroup-delete\": {\n\t\t\t\"parent\": \"usergroup-delete-outlined\"\n\t\t},\n\t\t\"usergroup-delete-outline\": {\n\t\t\t\"parent\": \"usergroup-delete-outlined\"\n\t\t},\n\t\t\"verified\": {\n\t\t\t\"parent\": \"verified-outlined\"\n\t\t},\n\t\t\"vertical-align-bottom\": {\n\t\t\t\"parent\": \"vertical-align-bottom-outlined\"\n\t\t},\n\t\t\"vertical-align-bottom-outline\": {\n\t\t\t\"parent\": \"vertical-align-bottom-outlined\"\n\t\t},\n\t\t\"vertical-align-middle\": {\n\t\t\t\"parent\": \"vertical-align-middle-outlined\"\n\t\t},\n\t\t\"vertical-align-middle-outline\": {\n\t\t\t\"parent\": \"vertical-align-middle-outlined\"\n\t\t},\n\t\t\"vertical-align-top\": {\n\t\t\t\"parent\": \"vertical-align-top-outlined\"\n\t\t},\n\t\t\"vertical-align-top-outline\": {\n\t\t\t\"parent\": \"vertical-align-top-outlined\"\n\t\t},\n\t\t\"vertical-left\": {\n\t\t\t\"parent\": \"vertical-left-outlined\"\n\t\t},\n\t\t\"vertical-left-outline\": {\n\t\t\t\"parent\": \"vertical-left-outlined\"\n\t\t},\n\t\t\"vertical-right\": {\n\t\t\t\"parent\": \"vertical-right-outlined\"\n\t\t},\n\t\t\"vertical-right-outline\": {\n\t\t\t\"parent\": \"vertical-right-outlined\"\n\t\t},\n\t\t\"video-camera\": {\n\t\t\t\"parent\": \"video-camera-outlined\"\n\t\t},\n\t\t\"video-camera-add\": {\n\t\t\t\"parent\": \"video-camera-add-outlined\"\n\t\t},\n\t\t\"video-camera-fill\": {\n\t\t\t\"parent\": \"video-camera-filled\"\n\t\t},\n\t\t\"video-camera-outline\": {\n\t\t\t\"parent\": \"video-camera-outlined\"\n\t\t},\n\t\t\"wallet\": {\n\t\t\t\"parent\": \"wallet-outlined\"\n\t\t},\n\t\t\"wallet-fill\": {\n\t\t\t\"parent\": \"wallet-filled\"\n\t\t},\n\t\t\"wallet-outline\": {\n\t\t\t\"parent\": \"wallet-outlined\"\n\t\t},\n\t\t\"warning\": {\n\t\t\t\"parent\": \"warning-outlined\"\n\t\t},\n\t\t\"warning-fill\": {\n\t\t\t\"parent\": \"warning-filled\"\n\t\t},\n\t\t\"warning-outline\": {\n\t\t\t\"parent\": \"warning-outlined\"\n\t\t},\n\t\t\"wechat\": {\n\t\t\t\"parent\": \"wechat-filled\"\n\t\t},\n\t\t\"wechat-fill\": {\n\t\t\t\"parent\": \"wechat-filled\"\n\t\t},\n\t\t\"wechat-outline\": {\n\t\t\t\"parent\": \"wechat-filled\"\n\t\t},\n\t\t\"weibo\": {\n\t\t\t\"parent\": \"weibo-outlined\"\n\t\t},\n\t\t\"weibo-circle\": {\n\t\t\t\"parent\": \"weibo-circle-filled\"\n\t\t},\n\t\t\"weibo-circle-fill\": {\n\t\t\t\"parent\": \"weibo-circle-filled\"\n\t\t},\n\t\t\"weibo-circle-outline\": {\n\t\t\t\"parent\": \"weibo-circle-filled\"\n\t\t},\n\t\t\"weibo-outline\": {\n\t\t\t\"parent\": \"weibo-outlined\"\n\t\t},\n\t\t\"weibo-square\": {\n\t\t\t\"parent\": \"weibo-square-filled\"\n\t\t},\n\t\t\"weibo-square-fill\": {\n\t\t\t\"parent\": \"weibo-square-filled\"\n\t\t},\n\t\t\"weibo-square-outline\": {\n\t\t\t\"parent\": \"weibo-square-filled\"\n\t\t},\n\t\t\"whats-app\": {\n\t\t\t\"parent\": \"whats-app-outlined\"\n\t\t},\n\t\t\"wifi\": {\n\t\t\t\"parent\": \"wifi-outlined\"\n\t\t},\n\t\t\"wifi-outline\": {\n\t\t\t\"parent\": \"wifi-outlined\"\n\t\t},\n\t\t\"windows\": {\n\t\t\t\"parent\": \"windows-outlined\"\n\t\t},\n\t\t\"windows-fill\": {\n\t\t\t\"parent\": \"windows-filled\"\n\t\t},\n\t\t\"windows-outline\": {\n\t\t\t\"parent\": \"windows-outlined\"\n\t\t},\n\t\t\"woman\": {\n\t\t\t\"parent\": \"woman-outlined\"\n\t\t},\n\t\t\"woman-outline\": {\n\t\t\t\"parent\": \"woman-outlined\"\n\t\t},\n\t\t\"yahoo\": {\n\t\t\t\"parent\": \"yahoo-outlined\"\n\t\t},\n\t\t\"yahoo-fill\": {\n\t\t\t\"parent\": \"yahoo-filled\"\n\t\t},\n\t\t\"yahoo-outline\": {\n\t\t\t\"parent\": \"yahoo-outlined\"\n\t\t},\n\t\t\"youtube\": {\n\t\t\t\"parent\": \"youtube-outlined\"\n\t\t},\n\t\t\"youtube-fill\": {\n\t\t\t\"parent\": \"youtube-filled\"\n\t\t},\n\t\t\"youtube-outline\": {\n\t\t\t\"parent\": \"youtube-outlined\"\n\t\t},\n\t\t\"yuque\": {\n\t\t\t\"parent\": \"yuque-outlined\"\n\t\t},\n\t\t\"yuque-fill\": {\n\t\t\t\"parent\": \"yuque-filled\"\n\t\t},\n\t\t\"yuque-outline\": {\n\t\t\t\"parent\": \"yuque-outlined\"\n\t\t},\n\t\t\"zhihu\": {\n\t\t\t\"parent\": \"zhihu-outlined\"\n\t\t},\n\t\t\"zhihu-circle\": {\n\t\t\t\"parent\": \"zhihu-circle-filled\"\n\t\t},\n\t\t\"zhihu-circle-fill\": {\n\t\t\t\"parent\": \"zhihu-circle-filled\"\n\t\t},\n\t\t\"zhihu-outline\": {\n\t\t\t\"parent\": \"zhihu-outlined\"\n\t\t},\n\t\t\"zhihu-square\": {\n\t\t\t\"parent\": \"zhihu-square-filled\"\n\t\t},\n\t\t\"zhihu-square-fill\": {\n\t\t\t\"parent\": \"zhihu-square-filled\"\n\t\t},\n\t\t\"zoom-in\": {\n\t\t\t\"parent\": \"zoom-in-outlined\"\n\t\t},\n\t\t\"zoom-in-outline\": {\n\t\t\t\"parent\": \"zoom-in-outlined\"\n\t\t},\n\t\t\"zoom-out\": {\n\t\t\t\"parent\": \"zoom-out-outlined\"\n\t\t},\n\t\t\"zoom-out-outline\": {\n\t\t\t\"parent\": \"zoom-out-outlined\"\n\t\t}\n\t},\n\t\"lastModified\": 1712643605,\n\t\"width\": 1024,\n\t\"height\": 1024\n}\n", "{\n\t\"prefix\": \"ant-design\",\n\t\"name\": \"Ant Design Icons\",\n\t\"total\": 830,\n\t\"version\": \"4.4.2\",\n\t\"author\": {\n\t\t\"name\": \"HeskeyBaozi\",\n\t\t\"url\": \"https://github.com/ant-design/ant-design-icons\"\n\t},\n\t\"license\": {\n\t\t\"title\": \"MIT\",\n\t\t\"spdx\": \"MIT\",\n\t\t\"url\": \"https://github.com/ant-design/ant-design-icons/blob/master/LICENSE\"\n\t},\n\t\"samples\": [\n\t\t\"pushpin-filled\",\n\t\t\"pie-chart-outlined\",\n\t\t\"shopping-twotone\"\n\t],\n\t\"height\": 16,\n\t\"category\": \"General\",\n\t\"palette\": false\n}\n", "{\n\t\"suffixes\": {\n\t\t\"filled\": \"Filled\",\n\t\t\"outlined\": \"Outlined\",\n\t\t\"twotone\": \"TwoTone\"\n\t}\n}\n", "import icons from './icons.json' assert { type: 'json' };\nimport info from './info.json' assert { type: 'json' };\nimport metadata from './metadata.json' assert { type: 'json' };\n\nconst chars = {};\nexport { icons, info, metadata, chars };\n"], "mappings": ";;;AAAA;AAAA,EACC,QAAU;AAAA,EACV,OAAS;AAAA,IACR,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,8BAA8B;AAAA,MAC7B,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,8BAA8B;AAAA,MAC7B,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,8BAA8B;AAAA,MAC7B,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,gCAAgC;AAAA,MAC/B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,+BAA+B;AAAA,MAC9B,MAAQ;AAAA,IACT;AAAA,IACA,8BAA8B;AAAA,MAC7B,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mCAAmC;AAAA,MAClC,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,+BAA+B;AAAA,MAC9B,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,8BAA8B;AAAA,MAC7B,MAAQ;AAAA,IACT;AAAA,IACA,+BAA+B;AAAA,MAC9B,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,+BAA+B;AAAA,MAC9B,MAAQ;AAAA,IACT;AAAA,IACA,8BAA8B;AAAA,MAC7B,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,4BAA4B;AAAA,MAC3B,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,eAAe;AAAA,MACd,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,IACA,kCAAkC;AAAA,MACjC,MAAQ;AAAA,IACT;AAAA,IACA,kCAAkC;AAAA,MACjC,MAAQ;AAAA,IACT;AAAA,IACA,+BAA+B;AAAA,MAC9B,MAAQ;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,MACzB,MAAQ;AAAA,IACT;AAAA,IACA,2BAA2B;AAAA,MAC1B,MAAQ;AAAA,IACT;AAAA,IACA,6BAA6B;AAAA,MAC5B,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,mBAAmB;AAAA,MAClB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,wBAAwB;AAAA,MACvB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,yBAAyB;AAAA,MACxB,MAAQ;AAAA,IACT;AAAA,IACA,sBAAsB;AAAA,MACrB,MAAQ;AAAA,IACT;AAAA,IACA,iBAAiB;AAAA,MAChB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,YAAY;AAAA,MACX,MAAQ;AAAA,IACT;AAAA,IACA,cAAc;AAAA,MACb,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,gBAAgB;AAAA,MACf,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,kBAAkB;AAAA,MACjB,MAAQ;AAAA,IACT;AAAA,IACA,uBAAuB;AAAA,MACtB,MAAQ;AAAA,IACT;AAAA,IACA,oBAAoB;AAAA,MACnB,MAAQ;AAAA,IACT;AAAA,IACA,qBAAqB;AAAA,MACpB,MAAQ;AAAA,IACT;AAAA,EACD;AAAA,EACA,SAAW;AAAA,IACV,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,6BAA6B;AAAA,MAC5B,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,IAAM;AAAA,MACL,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,4BAA4B;AAAA,MAC3B,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,4BAA4B;AAAA,MAC3B,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,4BAA4B;AAAA,MAC3B,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,8BAA8B;AAAA,MAC7B,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,4BAA4B;AAAA,MAC3B,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,IAAM;AAAA,MACL,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,8BAA8B;AAAA,MAC7B,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,cAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,IAAM;AAAA,MACL,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,6BAA6B;AAAA,MAC5B,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,8BAA8B;AAAA,MAC7B,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,gBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,8BAA8B;AAAA,MAC7B,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,YAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,2BAA2B;AAAA,MAC1B,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,eAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,UAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,aAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,WAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,IAAM;AAAA,MACL,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,KAAO;AAAA,MACN,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,uBAAuB;AAAA,MACtB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,4BAA4B;AAAA,MAC3B,QAAU;AAAA,IACX;AAAA,IACA,UAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,iCAAiC;AAAA,MAChC,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,iCAAiC;AAAA,MAChC,QAAU;AAAA,IACX;AAAA,IACA,sBAAsB;AAAA,MACrB,QAAU;AAAA,IACX;AAAA,IACA,8BAA8B;AAAA,MAC7B,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,yBAAyB;AAAA,MACxB,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,0BAA0B;AAAA,MACzB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,QAAU;AAAA,MACT,QAAU;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACd,QAAU;AAAA,IACX;AAAA,IACA,kBAAkB;AAAA,MACjB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,wBAAwB;AAAA,MACvB,QAAU;AAAA,IACX;AAAA,IACA,aAAa;AAAA,MACZ,QAAU;AAAA,IACX;AAAA,IACA,MAAQ;AAAA,MACP,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,SAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,cAAc;AAAA,MACb,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,OAAS;AAAA,MACR,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,iBAAiB;AAAA,MAChB,QAAU;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACf,QAAU;AAAA,IACX;AAAA,IACA,qBAAqB;AAAA,MACpB,QAAU;AAAA,IACX;AAAA,IACA,WAAW;AAAA,MACV,QAAU;AAAA,IACX;AAAA,IACA,mBAAmB;AAAA,MAClB,QAAU;AAAA,IACX;AAAA,IACA,YAAY;AAAA,MACX,QAAU;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MACnB,QAAU;AAAA,IACX;AAAA,EACD;AAAA,EACA,cAAgB;AAAA,EAChB,OAAS;AAAA,EACT,QAAU;AACX;;;ACn/KA;AAAA,EACC,QAAU;AAAA,EACV,MAAQ;AAAA,EACR,OAAS;AAAA,EACT,SAAW;AAAA,EACX,QAAU;AAAA,IACT,MAAQ;AAAA,IACR,KAAO;AAAA,EACR;AAAA,EACA,SAAW;AAAA,IACV,OAAS;AAAA,IACT,MAAQ;AAAA,IACR,KAAO;AAAA,EACR;AAAA,EACA,SAAW;AAAA,IACV;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAAA,EACA,QAAU;AAAA,EACV,UAAY;AAAA,EACZ,SAAW;AACZ;;;ACtBA;AAAA,EACC,UAAY;AAAA,IACX,QAAU;AAAA,IACV,UAAY;AAAA,IACZ,SAAW;AAAA,EACZ;AACD;;;ACFA,IAAM,QAAQ,CAAC;", "names": [] } diff --git a/node_modules/.vite/deps/@iconify-json_simple-icons.js.map b/node_modules/.vite/deps/@iconify-json_simple-icons.js.map index 87d9d438..8eee3214 100644 --- a/node_modules/.vite/deps/@iconify-json_simple-icons.js.map +++ b/node_modules/.vite/deps/@iconify-json_simple-icons.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../@iconify-json/simple-icons/icons.json", "../../@iconify-json/simple-icons/info.json", "../../@iconify-json/simple-icons/index.mjs"], - "sourcesContent": ["{\r\n\t\"prefix\": \"simple-icons\",\r\n\t\"icons\": {\r\n\t\t\"42\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"1001tracklists\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"1password\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"2k\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"365datascience\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"3m\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"4chan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"4d\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"500px\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"7zip\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"99designs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"9gag\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"abbott\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"abbrobotstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"abbvie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"abletonlive\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"aboutdotme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"abstract\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"abusedotch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"academia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"accenture\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"acclaim\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"accusoft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"acer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"acm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"actigraph\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"activision\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"activitypub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"actix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"acura\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adafruit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adblock\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adblockplus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"addthis\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"adguard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adidas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adminer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobeacrobatreader\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobeaftereffects\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobeaudition\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobecreativecloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobedreamweaver\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobefonts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobeillustrator\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobeindesign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobelightroom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobelightroomclassic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobephotoshop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobepremierepro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adobexd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adonisjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adroll\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adventofcode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"adyen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aerlingus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aeroflot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aeromexico\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aerospike\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aew\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"affine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"affinity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"affinitydesigner\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"affinityphoto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"affinitypublisher\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aframe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"afterpay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"agora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aib\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aidungeon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aiohttp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aiqfome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airasia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airbnb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airbrakedotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airbus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airbyte\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aircall\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aircanada\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airchina\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airfrance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airindia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airplayaudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airplayvideo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airtable\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airtel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"airtransat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ajv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"akamai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"akaunting\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"akiflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alacritty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alamy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"albertheijn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alchemy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aldinord\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aldisud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alfaromeo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alfred\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"algolia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"algorand\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alibabacloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alibabadotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alienware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aliexpress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alipay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"allegro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alliedmodders\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"allocine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alltrails\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"almalinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alpinedotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alpinelinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alteryx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"altiumdesigner\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alwaysdata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"alx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonalexa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonapigateway\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonaws\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazoncloudwatch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazoncognito\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazondocumentdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazondynamodb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonec2\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonecs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazoneks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonelasticache\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonfiretv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazongames\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazoniam\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonlumberyard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonluna\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonmusic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonpay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonprime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonrds\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonredshift\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonroute53\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazons3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonsimpleemailservice\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amazonsqs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ameba\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"americanairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"americanexpress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"amul\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anaconda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"analogue\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anchor\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"andela\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"android\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"androidauto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"androidstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"angellist\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"angular\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"angularjs\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"angularuniversal\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"anilist\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"animalplanet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ankermake\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ansible\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"answer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ansys\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"antdesign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"antena3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anthropic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anycubic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anydesk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"anytype\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aol\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apache\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheairflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachecassandra\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachecloudstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachecordova\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachecouchdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachedruid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheecharts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheflink\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachefreemarker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachegroovy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheguacamole\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachehadoop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachehive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachejmeter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachekafka\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachekylin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachemaven\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachenetbeanside\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheopenoffice\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacheparquet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachepulsar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apacherocketmq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachesolr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachespark\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachestorm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apachetomcat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aparat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apifox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apmterminals\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apollographql\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apostrophe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appian\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"apple\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"applearcade\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"applemusic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"applenews\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"applepay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"applepodcasts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appletv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appsignal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appsmith\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appstore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appveyor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"appwrite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aqua\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aral\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arangodb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arcgis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"archicad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"archiveofourown\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"archlinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ardour\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arduino\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"argo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"argos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ariakit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arkecosystem\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arlo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"armkeil\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arstechnica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"artifacthub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"artixlinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"artstation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"arxiv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"asahilinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"asana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"asciidoctor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"asciinema\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"asda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aseprite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"askfm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"askubuntu\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"assemblyscript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"astonmartin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"astro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"asus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"atandt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"atari\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"atlassian\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"atom\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"auchan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audacity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audible\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audioboom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audiomack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"audiotechnica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"aurelia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"auth0\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"authelia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"authentik\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"authy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autocad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autodesk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autodeskmaya\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autodeskrevit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autohotkey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autoit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"automattic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autoprefixer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"autozone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"avajs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"avast\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"avianca\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"avira\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awesomelists\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awesomewm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awsamplify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awselasticloadbalancing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awsfargate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awslambda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awsorganizations\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"awssecretsmanager\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"axios\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"azureartifacts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"azuredataexplorer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"azuredevops\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"azurefunctions\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"azurepipelines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"babel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"babelio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"babylondotjs\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"backblaze\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"backbonedotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"backendless\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"backstage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"badgr\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"badoo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"baidu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bakalari\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bamboo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bandcamp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bandlab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bandrautomation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bandsintown\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bankofamerica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"barclays\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"baremetrics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"barmenia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"basecamp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"basicattentiontoken\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bastyon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bathasu\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"battledotnet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bazel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bbc\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"bbciplayer\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"beatport\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"beats\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"beatsbydre\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"beatstars\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"behance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"beijingsubway\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bem\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bentley\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bento\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bentobox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bentoml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bereal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"betfair\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"betterstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bevy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bigbasket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bigbluebutton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bigcartel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bigcommerce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bilibili\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"billboard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"binance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"biolink\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"biome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bisecthosting\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitbucket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitcoin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitcoincash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitcoinsv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitcomet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitdefender\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitrise\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bittorrent\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitwarden\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bitwig\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blackberry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blackmagicdesign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blazemeter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blazor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blender\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blockbench\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blockchaindotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blogger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bloglovin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"blueprint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bluesky\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bluesound\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bluetooth\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bmcsoftware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bmw\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bnbchain\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boardgamegeek\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boehringeringelheim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boeing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bombardier\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bookalope\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bookbub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bookmeter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bookmyshow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bookstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boosty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boots\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bootstrap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"borgbackup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bosch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bose\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"botblecms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boulanger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bower\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"box\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"boxysvg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"braintree\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"brandfolder\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"brave\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"breaker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"brenntag\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"brevo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"brex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bricks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"britishairways\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"broadcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bsd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bspwm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buddy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"budibase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buefy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buffer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bugatti\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bugcrowd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bugsnag\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buildkite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bukalapak\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bulma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bun\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bungie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bunq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"burgerking\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"burpsuite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"burton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buymeacoffee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buysellads\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"buzzfeed\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"bvg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"byjus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"byte\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"bytedance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"c\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cachet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caddy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cadillac\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cafepress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caffeine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cairographics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cairometro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cakephp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"calendly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"campaignmonitor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"camunda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"canonical\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"canva\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"canvas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"capacitor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cardano\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carlsberggroup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carrd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carrefour\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carthrottle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"carto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cashapp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"castbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"castorama\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"castro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"caterpillar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cbc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cbs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ccleaner\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cdprojekt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"celery\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"celestron\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"centos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ceph\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cesium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chainguard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chainlink\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chakraui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"channel4\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"charles\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chartdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chartmogul\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chatbot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chatwoot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"checkio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"checkmarx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"checkmk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chedraui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cheerio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chef\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chemex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chessdotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chevrolet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chianetwork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chinaeasternairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chinasouthernairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chocolatey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chromatic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chromecast\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chrysler\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"chupachups\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cilium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cinema4d\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"circle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"circleci\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"circuitverse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cirrusci\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cisco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"citrix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"citroen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"civicrm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"civo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ckeditor4\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clarifai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"claris\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clarivate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clerk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clevercloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clickhouse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clickup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clion\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cliqz\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clockify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clojure\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloud66\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudbees\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudcannon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudera\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudflare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudflarepages\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudflareworkers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudfoundry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudinary\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudron\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudsmith\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cloudways\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clubforce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clubhouse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"clyp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cmake\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cncf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cnet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cnn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cocacola\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cockpit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cockroachlabs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cocoapods\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cocos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codacy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeberg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeblocks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codecademy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeceptjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codechef\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeclimate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codecov\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codefactor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeforces\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codefresh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeigniter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codemagic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codementor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codemirror\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codenewbie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codepen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codereview\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"codersrank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coderwall\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codesandbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codeship\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codesignal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codestream\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codewars\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codingame\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codingninjas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"codio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coffeescript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coggle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cognizant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coil\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coinbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coinmarketcap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"comicfury\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"commerzbank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"commitlint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"commodore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"commonworkflowlanguage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"compilerexplorer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"composer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"comptia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"comsol\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"conan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"concourse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"condaforge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"conekta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"confluence\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"construct3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"consul\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contactlesspayment\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"containerd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contao\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contentful\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contentstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"contributorcovenant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"conventionalcommits\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"convertio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cookiecutter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coolermaster\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"copaairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coppel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coreldraw\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coronaengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coronarenderer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"corsair\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"couchbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"counterstrike\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"countingworkspro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coursera\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"coveralls\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cpanel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cplusplus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cplusplusbuilder\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"craftcms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"craftsman\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cratedb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crayon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"creality\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"createreactapp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"creativecommons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"creativetechnology\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"credly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crehana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crewunited\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"criticalrole\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crowdin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crowdsource\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crunchbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crunchyroll\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cryengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cryptpad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"crystal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"csharp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"css3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cssmodules\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"csswizardry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cucumber\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cultura\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"curl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"curseforge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"customink\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cyberdefenders\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cycling74\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cypress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"cytoscapedotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"d\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"d3dotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dacia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"daf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dailydotdev\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dailymotion\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"daimler\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"daisyui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dapr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"darkreader\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"darty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"daserste\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dashlane\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dask\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dassaultsystemes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"databricks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datacamp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datadog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datadotai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datagrip\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dataiku\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datastax\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dataverse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datefns\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datocms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"datto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"davinciresolve\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dazhongdianping\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dazn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dbeaver\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dblp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dbt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dcentertainment\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"debian\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"decapcms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"decentraland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dedge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deepcool\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deepgram\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deepin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deepl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deepnote\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deezer\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"delicious\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deliveroo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delonghi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delphi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"delta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deluge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deno\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"denon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dependabot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dependencycheck\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"depositphotos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"derspiegel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"designernews\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deutschebahn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deutschebank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deutschepost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"devdotto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"devexpress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"deviantart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"devpost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"devrant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dgraph\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dhl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"diagramsdotnet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dialogflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"diaspora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"digg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"digikeyelectronics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"digitalocean\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dinersclub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dior\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"directus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"discogs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"discord\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"discourse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"discover\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"disqus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"disroot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"distrokid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"django\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dji\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dlib\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dlna\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"docker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"docsdotrs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"docsify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"docusaurus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"docusign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dogecoin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"doi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dolby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"doordash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dotenv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dotnet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"douban\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"doubanread\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dovecot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"doxygen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dpd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dragonframe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"draugiemdotlv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dreamstime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dribbble\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"drizzle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"drone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"drooble\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dropbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"drupal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dsautomobiles\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dtube\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ducati\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"duckdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"duckduckgo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dungeonsanddragons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dunked\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dunzo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"duolingo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dvc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dwavesystems\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dwm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dynamics365\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"dynatrace\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"e\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"e3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eagle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"easyeda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"easyjet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ebay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ebox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eclipseadoptium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eclipseche\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eclipseide\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eclipsejetty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eclipsemosquitto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eclipsevertdotx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ecovacs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edeka\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edgeimpulse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"editorconfig\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edotleclerc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"educative\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"edx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"egghead\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"egnyte\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eight\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eightsleep\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ejs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elastic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elasticcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elasticsearch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elasticstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elavon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"electron\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"electronbuilder\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"electronfiddle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elegoo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"element\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elementary\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elementor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eleventy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elgato\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elixir\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eljueves\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ello\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"elsevier\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"embarcadero\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"embark\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"emberdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"emby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"emirates\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"emlakjet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"empirekred\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"endeavouros\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"engadget\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"enpass\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"enterprisedb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"envato\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"envoyproxy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"epel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"epicgames\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"epson\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"equinixmetal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ericsson\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"erlang\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"erpnext\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"esbuild\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"esea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eslgaming\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eslint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"esotericsoftware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"esphome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"espressif\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"esri\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"etcd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ethereum\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ethers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ethiopianairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"etihadairways\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"etsy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eventbrite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eventstore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"evernote\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"excalidraw\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exercism\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exordo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"exoscale\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expedia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expensify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expertsexchange\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"express\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"expressvpn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"eyeem\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"f1\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"f5\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"facebook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"facebookgaming\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"facebooklive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"faceit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"facepunch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fairphone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"falco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"falcon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fampay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fandango\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fandom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fanfou\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fantom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"farcaster\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fareharbor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"farfetch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fastapi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fastify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fastlane\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fastly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fathom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fauna\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"favro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fdroid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"feathub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fedex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fedora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"feedly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ferrari\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ferrarinv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ferretdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ffmpeg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fiat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fidoalliance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fifa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fig\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"figma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"figshare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fila\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"filedotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"files\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"filezilla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fineco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"firebase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"firefish\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fireflyiii\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"firefox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"firefoxbrowser\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fireship\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"firewalla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"first\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fishshell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fitbit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fivem\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fiverr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flashforge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flask\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flathub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flatpak\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flattr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flickr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flightaware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flipboard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flipkart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"floatplane\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flood\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fluentbit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fluentd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fluke\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flutter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fluxus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"flyway\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fmod\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fnac\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"folium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fonoma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fontawesome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fontbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fontforge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"foobar2000\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"foodpanda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ford\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"forestry\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"forgejo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"formspree\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"formstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fortinet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fortran\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fossa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fossilscm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"foursquare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"foursquarecityguide\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"foxtel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fozzy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"framer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"framework\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"framework7\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"franprix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"frappe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fraunhofergesellschaft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"freebsd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"freecodecamp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"freedesktopdotorg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"freelancer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"freenas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"freepik\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"frontendmentor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"frontify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fsecure\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fsharp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fubo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fueler\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fugacloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fujifilm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"fujitsu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"funimation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"furaffinity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"furrynetwork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"futurelearn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"g2\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"g2a\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"g2g\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"galaxus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gameandwatch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gamebanana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gamedeveloper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gamejolt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gameloft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gamemaker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"garmin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gatling\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gatsby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gcore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gdal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"geant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"geeksforgeeks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"generalelectric\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"generalmotors\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"genius\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gentoo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"geocaching\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"geopandas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gerrit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"getx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ghost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ghostery\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gimp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"giphy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"git\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitbook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitconnected\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitextensions\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"github\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"githubactions\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"githubcopilot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"githubpages\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"githubsponsors\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitignoredotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitkraken\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitlab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitlfs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitpod\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gitter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"glassdoor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"glide\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"glitch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"globus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"glovo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gmail\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnometerminal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnubash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnuemacs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnuicecat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnuprivacyguard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gnusocial\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"go\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gocd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"godaddy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"godotengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gofundme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gogdotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gojek\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"goland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"goldenline\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"goldmansachs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"goodreads\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"google\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleadmob\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleads\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleadsense\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleanalytics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleappsscript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleassistant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleauthenticator\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlebard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlebigquery\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlebigtable\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecalendar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecampaignmanager360\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecardboard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlechat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlechrome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlechronicle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleclassroom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecloudcomposer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecloudspanner\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecloudstorage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecolab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlecontaineroptimizedos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledataflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledataproc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledatastudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledisplayandvideo360\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledocs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledomains\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googledrive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleearth\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleearthengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlefit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlefonts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleforms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlegemini\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlehangouts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlehome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlekeep\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlelens\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlemaps\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlemarketingplatform\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlemeet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlemessages\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlemybusiness\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlenearby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlenews\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleoptimize\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlepay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlephotos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleplay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlepodcasts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlepubsub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlescholar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlesearchconsole\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlesheets\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googleslides\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googlestreetview\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googletagmanager\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googletasks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"googletranslate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gotomeeting\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gradle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gradleplaypublisher\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grafana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grammarly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grandfrais\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grapheneos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"graphite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"graphql\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grav\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gravatar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"graylog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"greasyfork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"greatlearning\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"greenhouse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"greensock\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"griddotai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gridsome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"groupme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"groupon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grubhub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"grunt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gsk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gsmarenadotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gstreamer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gtk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"guangzhoumetro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"guilded\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gulp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gumroad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gumtree\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gunicorn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gurobi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"gutenberg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"h3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"habr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackaday\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackclub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackerearth\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackernoon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackerone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackerrank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackster\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hackthebox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"handlebarsdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"handm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"handshake\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"handshake-protocol\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"happycow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"harbor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"harmonyos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hashicorp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hashnode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"haskell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hasura\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hatenabookmark\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"haveibeenpwned\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"haxe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hbo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hcl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hdfcbank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"headlessui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"headphonezone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"headspace\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hearth\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hearthisdotat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hedera\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"helium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hellofresh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hellyhansen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"helm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"helpdesk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"helpscout\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hepsiemlak\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"here\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"heroku\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hetzner\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hevy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hexlet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hexo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hibernate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hibob\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hilton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hiltonhotelsandresorts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hitachi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hive-blockchain\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hivemq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"homeadvisor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"homeassistant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"homeassistantcommunitystore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"homebrew\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"homebridge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"homify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"honda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"honey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hono\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"honor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hootsuite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hoppscotch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hostinger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hotelsdotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hotjar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hotwire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"houdini\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"houzz\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hsbc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"html5\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"htmlacademy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"htmx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"htop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"httpie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"huawei\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hubspot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hugo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hulu\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"humblebundle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hungryjacks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hurriyetemlak\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"husqvarna\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hyper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hyperledger\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"hyperskill\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hypothesis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"hyundai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"i18next\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"i3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ibeacon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iberia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ibm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ibmcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ibmwatson\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iced\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iceland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icicibank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icinga\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icomoon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iconfinder\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iconify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iconjar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icons8\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"icq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ieee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ifixit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ifood\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ifttt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"igdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iheartradio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ikea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iledefrancemobilites\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"imagedotsc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"imagej\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"imdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"imessage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"imgur\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"immer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"immich\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"imou\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"improvmx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"indeed\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"indiansuperleague\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"indiehackers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"indigo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"inertia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"infiniti\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"influxdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"infoq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"informatica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"infosys\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"infracost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ingress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"inkdrop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"inkscape\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"inoreader\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insomnia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"inspire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"insta360\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instacart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instagram\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instapaper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instatus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instructables\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"instructure\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"integromat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"intel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"intellijidea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"interactiondesignfoundation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"interactjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"interbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"intercom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"intermarche\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"internetarchive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"internetcomputer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"internetexplorer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"intigriti\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"intuit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"invision\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"invoiceninja\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iobroker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ionic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ionos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ios\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iota\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ipfs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iris\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"irobot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"isc2\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iscsquared\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"issuu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"istio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"itchdotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iterm2\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"itunes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"itvx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"iveco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jabber\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jaeger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jaguar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jamboard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jameson\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jamstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jasmine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"javascript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jbl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jcb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jeep\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jekyll\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jellyfin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jenkins\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jenkinsx\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"jest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jetblue\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jetbrains\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jetpackcompose\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jfrog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jfrogbintray\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"jfrogpipelines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jhipster\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jinja\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jira\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jirasoftware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jitpack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jitsi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"johndeere\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"joomla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"joplin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jordan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jouav\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jovian\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jpeg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jquery\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jrgroup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jsdelivr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jsfiddle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"json\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jsonwebtokens\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jsr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"juce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"juejin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"juke\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"julia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"junipernetworks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"junit5\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"jupyter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"justeat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"justgiving\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"k3s\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"k6\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kaggle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kahoot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kaios\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kakao\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kakaotalk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kalilinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kamailio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kaniko\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"karlsruherverkehrsverbund\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kasasmart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kashflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kaspersky\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"katacoda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"katana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kaufland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kde\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kdenlive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kedro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keenetic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keepachangelog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keepassxc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kentico\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keras\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keybase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keycdn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keycloak\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"keystone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kfc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"khanacademy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"khronosgroup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kibana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kicad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kick\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kickstarter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kik\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kingstontechnology\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kinopoisk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kinsta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kirby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kitsu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"klarna\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"klm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"klook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"knative\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"knexdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"knime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"knowledgebase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"known\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"koa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"koc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kodak\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kodi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kofax\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kofi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"komoot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"konami\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kong\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kongregate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"konva\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kotlin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"koyeb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"krita\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ktm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ktor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kuaishou\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kubernetes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kubuntu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kucoin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kuma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kununu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kuula\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"kyocera\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"labview\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lada\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lamborghini\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"landrover\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lapce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"laragon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"laravel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"laravelhorizon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"laravelnova\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lastdotfm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lastpass\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"latex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"launchpad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lazarus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lbry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leaderprice\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leaflet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leagueoflegends\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leanpub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leetcode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"legacygames\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lemmy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lenovo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lens\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leptos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lequipe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lerna\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leroymerlin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"leslibraires\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"less\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"letsencrypt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"letterboxd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"levelsdotfyi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lgtm\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"liberadotchat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"liberapay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"librariesdotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"librarything\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreoffice\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreofficebase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreofficecalc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreofficedraw\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreofficeimpress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreofficemath\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libreofficewriter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"libuv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lichess\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lidl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lifx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lightburn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lighthouse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lightning\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"line\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lineageos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linear\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lining\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linkedin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linkerd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linkfire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linksys\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linktree\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lintcode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linuxcontainers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linuxfoundation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linuxmint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linuxprofessionalinstitute\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"linuxserver\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lionair\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"liquibase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"litecoin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"litiengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"livechat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"livejournal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"livewire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"llvm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lmms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"local\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lodash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"logitech\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"logitechg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"logmein\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"logseq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"logstash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"looker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"loom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"loop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"loopback\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lootcrate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lospec\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lotpolishairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ltspice\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lua\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lubuntu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lucia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lucid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ludwig\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lufthansa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lumen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lunacy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lutris\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lydia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"lyft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"macos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"macpaw\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"macys\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"magasinsu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"magento\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"magic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"magisk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mahindra\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mailchimp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maildotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maildotru\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mailgun\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mailtrap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"majorleaguehacking\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"make\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"makerbot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"malt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"malwarebytes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mambaui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mamp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"man\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"manageiq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"manjaro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mantine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mapbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maplibre\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mariadb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mariadbfoundation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"markdown\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"marketo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"marko\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"marriott\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"marvelapp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maserati\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mastercard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mastercomfig\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mastodon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"materialdesign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"materialdesignicons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"materialformkdocs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"matillion\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"matomo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"matrix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"matterdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mattermost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"matternet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mautic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"max\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maxplanckgesellschaft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"maytag\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mazda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mcafee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mcdonalds\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mclaren\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mdbook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mdnwebdocs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mdx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mediafire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mediamarkt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mediatek\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mediatemple\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"medibangpaint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"medusa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meetup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mega\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meilisearch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meituan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meizu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mendeley\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mentorcruise\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mercadopago\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mercedes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"merck\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mercurial\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mermaid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"messenger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metabase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metacritic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metafilter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metasploit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"meteor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metrodelaciudaddemexico\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metrodemadrid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"metrodeparis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mewe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microbit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microdotblog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microeditor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microgenetics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"micropython\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftacademic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftaccess\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftazure\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftbing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftedge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftexcel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftexchange\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftoffice\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"microsoftonedrive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftonenote\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftoutlook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftpowerpoint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftsharepoint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftsqlserver\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftstore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftteams\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsofttranslator\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftvisio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microsoftword\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microstation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"microstrategy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"midi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"migadu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mikrotik\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"milanote\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"milvus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minds\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minecraft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minetest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mini\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"minutemailer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"miraheze\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"miro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"misskey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mitsubishi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mixcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mixpanel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mlb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mlflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mobx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mobxstatetree\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mocha\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mockserviceworker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"modin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"modrinth\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"modx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mojangstudios\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moleculer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"momenteo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monero\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moneygram\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mongodb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mongoose\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mongoosedotws\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monkeytie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monkeytype\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monogame\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monoprix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monster\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"monzo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moodle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moonrepo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moqups\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"morrisons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"moscowmetro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"motorola\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mozilla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mpv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mqtt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"msi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"msibusiness\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mtr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mubi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mulesoft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"muller\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"multisim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mumble\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"muo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mural\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"musescore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"musicbrainz\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mxlinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"myanimelist\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"myget\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"myob\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"myspace\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"mysql\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"n26\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"namebase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"namecheap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"namemc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"namesilo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"namuwiki\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nano\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nasa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nationalgrid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nationalrail\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nativescript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"natsdotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"naver\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nba\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nbb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nbc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ndr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"near\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nec\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"neo4j\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"neovim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"neptune\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nestjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netapp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netbsd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netcup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netdata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"neteasecloudmusic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netflix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netgear\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netlify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nette\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"netto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"neutralinojs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"newbalance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"newegg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"newjapanprowrestling\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"newrelic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"newyorktimes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextbilliondotai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextdns\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextdoor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextra\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nextui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nexusmods\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nfc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nginx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nginxproxymanager\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ngrok\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ngrx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nhl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"niantic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"niconico\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nike\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nikon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nintendo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nintendo3ds\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nintendogamecube\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nintendonetwork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nintendoswitch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nissan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nixos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nodedotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nodemon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nodered\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nokia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nomad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"norco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nordicsemiconductor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nordvpn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"normalizedotcss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"norton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"norwegian\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"notepadplusplus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"notion\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"notist\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nounproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"novu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"now\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"npm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nrwl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nsis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nubank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nucleo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nuget\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nuke\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"numba\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"numpy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nunjucks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nushell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nutanix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nuxtdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nvidia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nxp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"nzxt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"observable\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"obsidian\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"obsstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ocaml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oclif\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"octanerender\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"octave\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"octobercms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"octoprint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"octopusdeploy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oculus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"odnoklassniki\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"odoo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"odysee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ohdear\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"okcupid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"okta\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oneplus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"onlyfans\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"onlyoffice\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"onnx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"onstar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openaccess\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openai\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openaigym\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openapiinitiative\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openbadges\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openbsd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openbugbounty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opencollective\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opencontainersinitiative\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opencv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openfaas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opengl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openhab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openjdk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openlayers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openmined\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opennebula\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openscad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opensea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opensearch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opensourcehardware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opensourceinitiative\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openssl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openstack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openstreetmap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opensuse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opentelemetry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opentext\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opentf\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"opentofu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openverse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openvpn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openwrt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openzeppelin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"openzfs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opera\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"operagx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opnsense\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oppo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opsgenie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"opslevel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oracle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"orange\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"orcid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oreilly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"org\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"origin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"osano\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"osf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"osgeo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oshkosh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"osmc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"osu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"otto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"overcast\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"overleaf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ovh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"owasp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"owncloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oxygen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"oyo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"p5dotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"packagist\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"packer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"packt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paddle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paddlepaddle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paddypower\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pagekit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pagerduty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pagespeedinsights\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pagseguro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"palantir\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paloaltonetworks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paloaltosoftware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"panasonic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pandas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pandora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pantheon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paperlessngx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paperspace\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paperswithcode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paramountplus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paritysubstrate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"parrotsecurity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"parsedotly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"passport\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pastebin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"patreon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paychex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"payhip\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"payloadcms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"payoneer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paypal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"paytm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pcgamingwiki\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pdm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pdq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"peakdesign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pearson\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"peerlist\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"peertube\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pegasusairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pelican\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"peloton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"penny\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"penpot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pepsi\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"percy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"perforce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"perl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"perplexity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"persistent\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"personio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"petsathome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"peugeot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pexels\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pfsense\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phabricator\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"philipshue\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phoenixframework\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phonepe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phosphoricons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"photobucket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"photocrowd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"photon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"photopea\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"php\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phpmyadmin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"phpstorm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"piaggiogroup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"piapro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picardsurgeles\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picartodottv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picnic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picpay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"picxy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pihole\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pimcore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pinboard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pinescript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pinetwork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pingdom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pinterest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pioneerdj\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"piped\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pipx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pivotaltracker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"piwigo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pixabay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pixelfed\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pixiv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pixlr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pkgsrc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"planet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"planetscale\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plangrid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"platformdotsh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"platformio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"platzi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plausibleanalytics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playcanvas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playerdotme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playerfm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playstation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playstation2\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playstation3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playstation4\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playstation5\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playstationvita\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"playwright\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pleroma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plesk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plotly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pluralsight\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"plurk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pluscodes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pm2\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pnpm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pocket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pocketbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pocketcasts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"podcastaddict\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"podcastindex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"podman\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"poe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"poetry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pointy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pokemon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"polars\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"polestar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"polkadot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"poly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"polygon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"polymerproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"polywork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pond5\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"popos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"porkbun\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"porsche\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"portainer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"portswigger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"postcss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"postgresql\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"posthog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"postman\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"postmates\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powerapps\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powerautomate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powerbi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powerfx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powerpages\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powershell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"powervirtualagents\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prdotco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"preact\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"precommit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prefect\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"premierleague\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prepbytes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prestashop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"presto\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prettier\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pretzel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prevention\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prezi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"primevideo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"printables\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prisma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prismic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"privatedivision\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"privateinternetaccess\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"probot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"processingfoundation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"processwire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"producthunt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"progate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"progress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prometheus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pronounsdotpage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"prosieben\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"proteus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protocolsdotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protodotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"proton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protoncalendar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protondb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protondrive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protonmail\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protonvpn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protools\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"protractor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"proxmox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pterodactyl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pubg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"publons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pubmed\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pug\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pulumi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"puma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"puppet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"puppeteer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"purescript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"purgecss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"purism\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pushbullet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pusher\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pwa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pycharm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pycqa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pydantic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pyg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pypi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pypy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pyscaffold\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pysyft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pytest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"python\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pythonanywhere\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pytorch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"pyup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qantas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qatarairways\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qbittorrent\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qemu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qgis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qiita\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qiskit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qiwi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qlik\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qmk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qnap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qualcomm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qualtrics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qualys\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quantcast\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quantconnect\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quarkus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quasar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qubesos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quickbooks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quicklook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quicktime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quicktype\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quip\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"quora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qwant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qwik\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qwiklabs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"qzone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"r\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"r3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rabbitmq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"racket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radarr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radiopublic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radixui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"radstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"railway\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rainmeter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rakuten\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ram\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rancher\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rapid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rarible\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rasa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"raspberrypi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ravelry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ray\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"raycast\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"raylib\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"razer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"razorpay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"react\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reacthookform\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reactiveresume\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reactivex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reactos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reactquery\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reactrouter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reacttable\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"readdotcv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"readme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"readthedocs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"realm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reason\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reasonstudios\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"recoil\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"red\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redbubble\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redbull\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reddit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redhat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redhatopenshift\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redmine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reduxsaga\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"redwoodjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reebok\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"refine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"relay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"relianceindustrieslimited\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"remark\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"remedyentertainment\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"remix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"renault\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"render\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"renovatebot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"renpy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"renren\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"replit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"republicofgamers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rescript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rescuetime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"researchgate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"resend\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"resharper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"resurrectionremixos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"retool\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"retroarch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"retropie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"revanced\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"revealdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"reverbnation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"revoltdotchat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"revolut\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"revue\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rewe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rezgo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rhinoceros\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rich\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rider\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rimacautomobili\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ring\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"riotgames\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ripple\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"riscv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"riseup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ritzcarlton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roadmapdotsh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roamresearch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"robinhood\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roblox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"robloxstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"robotframework\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rocket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rocketdotchat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rocksdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rockstargames\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rockwellautomation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rockylinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roku\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roll20\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rollsroyce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rollupdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rome\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rootme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roots\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rootsbedrock\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rootssage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ros\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rossmann\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rotaryinternational\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rottentomatoes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"roundcube\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rsocket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rte\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rtl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rtlzwei\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rtm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rubocop\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ruby\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rubygems\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rubyonrails\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rubysinatra\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ruff\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rumahweb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rumble\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rundeck\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"runkeeper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"runkit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"runrundotit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rust\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rustdesk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rxdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ryanair\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"rye\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"s7airlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sabanci\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"safari\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sahibinden\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sailfishos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sailsdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"salesforce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"salla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"saltproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"samsclub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"samsung\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"samsungpay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sandisk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sanfranciscomunicipalrailway\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sanic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sanity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"saopaulometro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sass\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sat1\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"satellite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"saturn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"saucelabs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"saudia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scala\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scaleway\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scania\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"schneiderelectric\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scikitlearn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scilab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scipy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scopus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scpfoundation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scrapbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scrapy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scratch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"screencastify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scribd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scrimba\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scrollreveal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scrumalliance\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scrutinizerci\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"scylladb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"seagate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"searxng\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"seat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"seatgeek\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"securityscorecard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sefaria\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sega\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"selenium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sellfy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semanticrelease\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semanticscholar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semanticui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semanticuireact\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semanticweb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semaphoreci\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semrush\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"semver\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sencha\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sendinblue\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"sennheiser\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sensu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sentry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sepa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sequelize\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"serverfault\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"serverless\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"session\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sessionize\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"setapp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sfml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shadcnui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shadow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shanghaimetro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sharex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sharp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shazam\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shelly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shenzhenmetro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shieldsdotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shikimori\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shopware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shortcut\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shotcut\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"showpad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"showtime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"showwcase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"shutterstock\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sidekiq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sidequest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"siemens\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sifive\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"signal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"similarweb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"simkl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"simpleanalytics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"simpleicons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"simplelogin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"simplenote\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sinaweibo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"singaporeairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"singlestore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sitecore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sitepoint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"siyuan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skaffold\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sketch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sketchfab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sketchup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skillshare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skoda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sky\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skynet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skypack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skype\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skypeforbusiness\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"skyrock\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slackware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slashdot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slickpic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slides\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slideshare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"slint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smartthings\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smashdotgg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smashingmagazine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smrt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"smugmug\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snapchat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snapcraft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sncf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snowflake\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snowpack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"snyk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"socialblade\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"society6\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"socketdotio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"softpedia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sogou\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"solana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"solid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"solidity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sololearn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"solus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonarcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonarlint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonarqube\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonarr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonarsource\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"sonatype\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"songkick\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"songoda\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonicwall\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sonos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sony\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"soriana\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"soundcharts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"soundcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sourceengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sourceforge\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sourcegraph\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"sourcehut\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sourcetree\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"southwestairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spacemacs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spaceship\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spacex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spacy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sparkar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sparkasse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sparkfun\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sparkpost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spdx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"speakerdeck\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spectrum\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"speedtest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"speedypage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sphinx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spigotmc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spinnaker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spinrilla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"splunk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spoj\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spond\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spotify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spotlight\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spreadshirt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spreaker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spring\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spring-creators\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"springboot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"springsecurity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"spyderide\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sqlalchemy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sqlite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"square\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"squareenix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"squarespace\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"srgssr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ssrn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sst\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackbit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackblitz\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackedit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackexchange\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackhawk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackoverflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackpath\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stackshare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stadia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"staffbase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stagetimer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"standardjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"standardresume\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"starbucks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stardock\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"starlingbank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"starship\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"startrek\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"starz\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"statamic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"statista\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"statuspage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"statuspal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steam\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steamdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steamdeck\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steamworks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steelseries\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steem\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steemit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"steinberg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stellar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stencil\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stencyl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stimulus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stitcher\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stmicroelectronics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stockx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stopstalk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"storyblok\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"storybook\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"strapi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"strava\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"streamlabs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"streamlit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"streamrunners\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stripe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"strongswan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stryker\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stubhub\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"studio3t\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"studyverse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"styledcomponents\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stylelint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"styleshare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"stylus\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"subaru\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sublimetext\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"substack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"subtitleedit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"subversion\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"suckless\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sumologic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sunrise\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"supabase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"supercrease\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"supermicro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"superuser\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"surrealdb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"surveymonkey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"suse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"suzuki\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"svelte\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"svg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"svgdotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"svgo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swagger\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swarm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swift\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swiggy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swiper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"swr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"symantec\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"symbolab\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"symfony\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"symphony\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"sympy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"syncthing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"synology\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"system76\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tabelog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tableau\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tablecheck\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tacobell\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tado\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taichigraphics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taichilang\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tails\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tailwindcss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taketwointeractivesoftware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"talend\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"talenthouse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"talos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tamiya\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tampermonkey\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taobao\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tapas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"target\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"task\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tasmota\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tauri\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"taxbuzz\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tcs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teamcity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teamspeak\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teamviewer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ted\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teepublic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teespring\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tekton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tele5\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"telegram\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"telegraph\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"telequebec\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"temporal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tencentqq\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tensorflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teradata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"teratail\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"termius\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"terraform\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tesco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tesla\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"testcafe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"testin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"testinglibrary\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"testrail\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tether\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"textpattern\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tga\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thangs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thealgorithms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"theboringcompany\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"theconversation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thefinals\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"theirishtimes\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"themighty\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"themodelsresource\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"themoviedatabase\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thenorthface\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"theodinproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"theregister\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thesoundsresource\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thespritersresource\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thewashingtonpost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thingiverse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thinkpad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thirdweb\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"threadless\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"threads\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"threedotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"threema\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thumbtack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thunderbird\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thunderstore\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thurgauerkantonalbank\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"thymeleaf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ticketmaster\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ticktick\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tidal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tiddlywiki\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tide\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tidyverse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tietoevry\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tiktok\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tildapublishing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tile\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"timescale\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tina\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tinder\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tindie\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tinkercad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tinygrad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tinyletter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tistory\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tldraw\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tmobile\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tmux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tnt\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"todoist\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toggl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toggltrack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tokyometro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toll\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tomorrowland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ton\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"topcoder\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"topdotgg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toptal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"torbrowser\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"torproject\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toshiba\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"totvs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tourbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"toyota\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tplink\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tqdm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tradingview\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"traefikmesh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"traefikproxy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trailforks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trainerroad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trakt\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"transifex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"transmission\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"transportforireland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"transportforlondon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"travisci\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"treehouse\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trello\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trendmicro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"treyarch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tricentis\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trilium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"triller\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trillertv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trino\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tripadvisor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tripdotcom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trivy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trove\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trpc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"truenas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trueup\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trulia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trustedshops\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"trustpilot\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tryhackme\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tryitonline\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tsnode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tubi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tui\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tumblr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tunein\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"turbo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"turborepo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"turbosquid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"turkishairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"turso\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tutanota\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tv4play\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"tvtime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twilio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twinkly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twitch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twitter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"twoo\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"typeform\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"typer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"typescript\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"typo3\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"typst\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uber\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ubereats\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ubiquiti\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ubisoft\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ublockorigin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ubuntu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ubuntumate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"udacity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"udemy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ufc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uikit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ulule\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"umami\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"umbraco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unacademy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"underarmour\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"underscoredotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"undertale\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unicode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unilever\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uniqlo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uniqlo-ja\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unitedairlines\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unitednations\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unity\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unlicense\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uno\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"unocss\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unraid\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unrealengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"unsplash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"untangle\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"untappd\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"upcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uphold\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uplabs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uploaded\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"upptime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ups\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"upstash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uptimekuma\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"uptobox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"upwork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"usps\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"utorrent\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"v\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"v2ex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"v8\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vaadin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vagrant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vala\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"valorant\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"valve\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vapor\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vault\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vaultwarden\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vauxhall\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vbulletin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vectary\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vectorlogozone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vectorworks\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"veeam\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"veepee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vega\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vegas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"velog\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"venmo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vercel\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"verdaccio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"veritas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"verizon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vespa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vexxhost\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vfairs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"viadeo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"viaplay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"viber\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"viblo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"victoriametrics\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"victronenergy\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vimeo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vimeolivestream\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"virgin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"virginatlantic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"virginmedia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"virtualbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"virustotal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"visa\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"visualbasic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"visualstudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"visualstudioappcenter\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"visualstudiocode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vite\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vitepress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vitess\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vitest\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vivaldi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vivawallet\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vivino\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vivint\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vivo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vlcmediaplayer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vmware\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vodafone\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"voidlinux\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"voipdotms\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"volkswagen\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"volvo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vonage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vorondesign\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vowpalwabbit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vsco\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vscodium\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vtex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vuedotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vuetify\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vulkan\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vultr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"vyond\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"w3c\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"w3schools\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wacom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wagtail\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wails\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wakatime\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"walkman\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wallabag\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"walletconnect\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"walmart\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wantedly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wappalyzer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"warnerbros\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"warp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wasabi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wasmcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wasmer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"watchtower\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wattpad\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wayland\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"waze\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wazirx\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wearos\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weasyl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"web3dotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webassembly\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webauthn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webcomponentsdotorg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webdriverio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webex\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webflow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webgl\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webhint\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"weblate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webmin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webmoney\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webpack\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webrtc\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webstorm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webtoon\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"webtrees\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wechat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wegame\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"weightsandbiases\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"welcometothejungle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wellfound\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wellsfargo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wemo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"westerndigital\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"westernunion\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wetransfer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wezterm\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"whatsapp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wheniwork\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"whitesource\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"wii\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wiiu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikidata\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikidotgg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikidotjs\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikimediacommons\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikimediafoundation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikipedia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikiquote\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wikivoyage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"winamp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windicss\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"windows\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windows10\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windows11\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windows95\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windowsterminal\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"windowsxp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"winmate\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"wipro\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wire\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wireguard\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wireshark\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wise\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wish\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wistia\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wix\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wizzair\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wolfram\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wolframlanguage\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wolframmathematica\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wondershare\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wondersharefilmora\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"woo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"woocommerce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wordpress\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"workplace\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"worldhealthorganization\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wpengine\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wpexplorer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wprocket\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"writedotas\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wwe\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wwise\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"wyze\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"x\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xamarin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xaml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xampp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xbox\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xcode\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xdadevelopers\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xdotorg\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xendit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xero\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xfce\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xiaohongshu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xiaomi\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xilinx\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"xing\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xmpp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xrp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xsplit\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"xstate\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yahoo\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"yale\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yamahacorporation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yamahamotorcorporation\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yaml\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yammer\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yandexcloud\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yarn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ycombinator\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yelp\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yeti\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yoast\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yolo\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"yourtraveldottv\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"youtube\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtubegaming\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtubekids\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtubemusic\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtubeshorts\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtubestudio\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"youtubetv\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"yubico\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zabka\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zaim\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zalando\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zalo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zap\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zapier\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zara\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zazzle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zcash\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zcool\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zdf\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zebpay\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zebratechnologies\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zedindustries\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zelle\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zend\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zendesk\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zendframework\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"zenn\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zenodo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zensar\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zerodha\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zeromq\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"zerply\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zettlr\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zhihu\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zig\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zigbee\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"ziggo\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zilch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zillow\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zincsearch\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zingat\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zod\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zoho\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zoiper\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zomato\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zoom\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zorin\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zotero\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zsh\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zulip\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t},\r\n\t\t\"zwave\": {\r\n\t\t\t\"body\": \"\",\r\n\t\t\t\"hidden\": true\r\n\t\t},\r\n\t\t\"zyte\": {\r\n\t\t\t\"body\": \"\"\r\n\t\t}\r\n\t},\r\n\t\"lastModified\": 1714371529,\r\n\t\"width\": 24,\r\n\t\"height\": 24\r\n}\r\n", "{\r\n\t\"prefix\": \"simple-icons\",\r\n\t\"name\": \"Simple Icons\",\r\n\t\"total\": 3124,\r\n\t\"version\": \"11.14.0\",\r\n\t\"author\": {\r\n\t\t\"name\": \"Simple Icons Collaborators\",\r\n\t\t\"url\": \"https://github.com/simple-icons/simple-icons\"\r\n\t},\r\n\t\"license\": {\r\n\t\t\"title\": \"CC0 1.0\",\r\n\t\t\"spdx\": \"CC0-1.0\",\r\n\t\t\"url\": \"https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md\"\r\n\t},\r\n\t\"samples\": [\r\n\t\t\"wise\",\r\n\t\t\"nintendo\",\r\n\t\t\"vuetify\"\r\n\t],\r\n\t\"height\": 24,\r\n\t\"category\": \"Brands / Social\",\r\n\t\"palette\": false\r\n}\r\n", "import icons from './icons.json' assert { type: 'json' };\r\nimport info from './info.json' assert { type: 'json' };\r\n\r\nconst metadata = {};\r\nconst chars = {};\r\nexport { icons, info, metadata, chars };\r\n"], + "sourcesContent": ["{\n\t\"prefix\": \"simple-icons\",\n\t\"icons\": {\n\t\t\"42\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"1001tracklists\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"1password\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"2k\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"365datascience\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"3m\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"4chan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"4d\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"500px\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"7zip\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"99designs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"9gag\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"abbott\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"abbrobotstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"abbvie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"abletonlive\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"aboutdotme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"abstract\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"abusedotch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"academia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"accenture\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"acclaim\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"accusoft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"acer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"acm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"actigraph\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"activision\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"activitypub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"actix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"acura\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adafruit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adblock\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adblockplus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"addthis\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"adguard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adidas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adminer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobeacrobatreader\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobeaftereffects\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobeaudition\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobecreativecloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobedreamweaver\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobefonts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobeillustrator\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobeindesign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobelightroom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobelightroomclassic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobephotoshop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobepremierepro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adobexd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adonisjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adroll\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adventofcode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"adyen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aerlingus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aeroflot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aeromexico\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aerospike\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aew\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"affine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"affinity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"affinitydesigner\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"affinityphoto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"affinitypublisher\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aframe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"afterpay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"agora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aib\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aidungeon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aiohttp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aiqfome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airasia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airbnb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airbrakedotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airbus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airbyte\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aircall\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aircanada\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airchina\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airfrance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airindia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airplayaudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airplayvideo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airtable\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airtel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"airtransat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ajv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"akamai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"akaunting\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"akiflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alacritty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alamy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"albertheijn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alchemy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aldinord\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aldisud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alfaromeo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alfred\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"algolia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"algorand\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alibabacloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alibabadotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alienware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aliexpress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alipay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"allegro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alliedmodders\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"allocine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alltrails\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"almalinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alpinedotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alpinelinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alteryx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"altiumdesigner\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alwaysdata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"alx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonalexa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonapigateway\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonaws\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazoncloudwatch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazoncognito\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazondocumentdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazondynamodb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonec2\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonecs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazoneks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonelasticache\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonfiretv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazongames\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazoniam\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonlumberyard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonluna\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonmusic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonpay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonprime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonrds\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonredshift\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonroute53\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazons3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonsimpleemailservice\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amazonsqs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ameba\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"americanairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"americanexpress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"amul\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anaconda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"analogue\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anchor\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"andela\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"android\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"androidauto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"androidstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"angellist\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"angular\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"angularjs\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"angularuniversal\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"anilist\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"animalplanet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ankermake\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ansible\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"answer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ansys\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"antdesign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"antena3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anthropic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anycubic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anydesk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"anytype\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aol\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apache\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheairflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachecassandra\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachecloudstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachecordova\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachecouchdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachedruid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheecharts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheflink\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachefreemarker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachegroovy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheguacamole\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachehadoop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachehive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachejmeter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachekafka\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachekylin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachemaven\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachenetbeanside\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheopenoffice\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacheparquet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachepulsar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apacherocketmq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachesolr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachespark\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachestorm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apachetomcat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aparat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apifox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apmterminals\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apollographql\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apostrophe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appian\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"apple\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"applearcade\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"applemusic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"applenews\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"applepay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"applepodcasts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appletv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appsignal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appsmith\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appstore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appveyor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"appwrite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aqua\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aral\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arangodb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arcgis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"archicad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"archiveofourown\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"archlinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ardour\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arduino\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"argo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"argos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ariakit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arkecosystem\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arlo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"armkeil\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arstechnica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"artifacthub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"artixlinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"artstation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"arxiv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"asahilinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"asana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"asciidoctor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"asciinema\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"asda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aseprite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"askfm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"askubuntu\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"assemblyscript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"astonmartin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"astro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"asus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"atandt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"atari\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"atlassian\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"atom\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"auchan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audacity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audible\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audioboom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audiomack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"audiotechnica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"aurelia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"auth0\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"authelia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"authentik\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"authy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autocad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autodesk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autodeskmaya\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autodeskrevit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autohotkey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autoit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"automattic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autoprefixer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"autozone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"avajs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"avast\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"avianca\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"avira\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awesomelists\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awesomewm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awsamplify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awselasticloadbalancing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awsfargate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awslambda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awsorganizations\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"awssecretsmanager\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"axios\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"azureartifacts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"azuredataexplorer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"azuredevops\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"azurefunctions\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"azurepipelines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"babel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"babelio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"babylondotjs\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"backblaze\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"backbonedotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"backendless\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"backstage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"badgr\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"badoo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"baidu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bakalari\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bamboo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bandcamp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bandlab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bandrautomation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bandsintown\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bankofamerica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"barclays\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"baremetrics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"barmenia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"basecamp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"basicattentiontoken\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bastyon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bathasu\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"battledotnet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bazel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bbc\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"bbciplayer\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"beatport\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"beats\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"beatsbydre\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"beatstars\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"behance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"beijingsubway\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bem\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bentley\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bento\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bentobox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bentoml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bereal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"betfair\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"betterstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bevy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bigbasket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bigbluebutton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bigcartel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bigcommerce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bilibili\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"billboard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"binance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"biolink\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"biome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bisecthosting\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitbucket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitcoin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitcoincash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitcoinsv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitcomet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitdefender\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitrise\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bittorrent\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitwarden\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bitwig\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blackberry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blackmagicdesign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blazemeter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blazor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blender\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blockbench\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blockchaindotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blogger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bloglovin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"blueprint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bluesky\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bluesound\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bluetooth\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bmcsoftware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bmw\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bnbchain\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boardgamegeek\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boehringeringelheim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boeing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bombardier\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bookalope\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bookbub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bookmeter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bookmyshow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bookstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boosty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boots\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bootstrap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"borgbackup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bosch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bose\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"botblecms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boulanger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bower\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"box\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"boxysvg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"braintree\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"brandfolder\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"brave\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"breaker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"brenntag\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"brevo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"brex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bricks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"britishairways\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"broadcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bsd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bspwm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buddy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"budibase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buefy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buffer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bugatti\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bugcrowd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bugsnag\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buildkite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bukalapak\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bulma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bun\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bungie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bunq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"burgerking\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"burpsuite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"burton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buymeacoffee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buysellads\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"buzzfeed\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"bvg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"byjus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"byte\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"bytedance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"c\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cachet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caddy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cadillac\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cafepress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caffeine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cairographics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cairometro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cakephp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"calendly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"campaignmonitor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"camunda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"canonical\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"canva\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"canvas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"capacitor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cardano\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carlsberggroup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carrd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carrefour\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carthrottle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"carto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cashapp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"castbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"castorama\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"castro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"caterpillar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cbc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cbs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ccleaner\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cdprojekt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"celery\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"celestron\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"centos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ceph\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cesium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chainguard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chainlink\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chakraui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"channel4\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"charles\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chartdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chartmogul\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chatbot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chatwoot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"checkio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"checkmarx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"checkmk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chedraui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cheerio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chef\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chemex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chessdotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chevrolet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chianetwork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chinaeasternairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chinasouthernairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chocolatey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chromatic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chromecast\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chrysler\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"chupachups\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cilium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cinema4d\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"circle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"circleci\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"circuitverse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cirrusci\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cisco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"citrix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"citroen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"civicrm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"civo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ckeditor4\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clarifai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"claris\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clarivate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clerk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clevercloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clickhouse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clickup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clion\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cliqz\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clockify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clojure\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloud66\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudbees\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudcannon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudera\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudflare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudflarepages\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudflareworkers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudfoundry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudinary\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudron\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudsmith\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cloudways\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clubforce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clubhouse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"clyp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cmake\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cncf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cnet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cnn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cocacola\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cockpit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cockroachlabs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cocoapods\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cocos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codacy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeberg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeblocks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codecademy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeceptjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codechef\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeclimate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codecov\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codefactor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeforces\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codefresh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeigniter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codemagic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codementor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codemirror\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codenewbie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codepen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codereview\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"codersrank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coderwall\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codesandbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codeship\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codesignal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codestream\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codewars\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codingame\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codingninjas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"codio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coffeescript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coggle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cognizant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coil\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coinbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coinmarketcap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"comicfury\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"commerzbank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"commitlint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"commodore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"commonworkflowlanguage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"compilerexplorer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"composer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"comptia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"comsol\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"conan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"concourse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"condaforge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"conekta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"confluence\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"construct3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"consul\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contactlesspayment\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"containerd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contao\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contentful\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contentstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"contributorcovenant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"conventionalcommits\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"convertio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cookiecutter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coolermaster\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"copaairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coppel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coreldraw\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coronaengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coronarenderer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"corsair\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"couchbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"counterstrike\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"countingworkspro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coursera\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"coveralls\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cpanel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cplusplus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cplusplusbuilder\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"craftcms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"craftsman\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cratedb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crayon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"creality\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"createreactapp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"creativecommons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"creativetechnology\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"credly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crehana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crewunited\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"criticalrole\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crowdin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crowdsource\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crunchbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crunchyroll\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cryengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cryptpad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"crystal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"csharp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"css3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cssmodules\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"csswizardry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cucumber\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cultura\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"curl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"curseforge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"customink\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cyberdefenders\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cycling74\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cypress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"cytoscapedotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"d\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"d3dotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dacia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"daf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dailydotdev\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dailymotion\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"daimler\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"daisyui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dapr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"darkreader\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"darty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"daserste\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dashlane\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dask\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dassaultsystemes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"databricks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datacamp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datadog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datadotai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datagrip\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dataiku\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datastax\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dataverse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datefns\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datocms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"datto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"davinciresolve\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dazhongdianping\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dazn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dbeaver\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dblp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dbt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dcentertainment\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"debian\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"decapcms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"decentraland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dedge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deepcool\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deepgram\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deepin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deepl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deepnote\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deezer\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"delicious\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deliveroo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delonghi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delphi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"delta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deluge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deno\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"denon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dependabot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dependencycheck\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"depositphotos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"derspiegel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"designernews\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deutschebahn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deutschebank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deutschepost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"devdotto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"devexpress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"deviantart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"devpost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"devrant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dgraph\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dhl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"diagramsdotnet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dialogflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"diaspora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"digg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"digikeyelectronics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"digitalocean\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dinersclub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dior\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"directus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"discogs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"discord\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"discourse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"discover\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"disqus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"disroot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"distrokid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"django\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dji\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dlib\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dlna\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"docker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"docsdotrs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"docsify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"docusaurus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"docusign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dogecoin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"doi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dolby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"doordash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dotenv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dotnet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"douban\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"doubanread\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dovecot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"doxygen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dpd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dragonframe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"draugiemdotlv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dreamstime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dribbble\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"drizzle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"drone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"drooble\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dropbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"drupal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dsautomobiles\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dtube\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ducati\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"duckdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"duckduckgo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dungeonsanddragons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dunked\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dunzo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"duolingo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dvc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dwavesystems\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dwm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dynamics365\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"dynatrace\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"e\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"e3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eagle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"easyeda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"easyjet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ebay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ebox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eclipseadoptium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eclipseche\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eclipseide\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eclipsejetty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eclipsemosquitto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eclipsevertdotx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ecovacs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edeka\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edgeimpulse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"editorconfig\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edotleclerc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"educative\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"edx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"egghead\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"egnyte\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eight\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eightsleep\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ejs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elastic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elasticcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elasticsearch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elasticstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elavon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"electron\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"electronbuilder\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"electronfiddle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elegoo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"element\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elementary\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elementor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eleventy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elgato\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elixir\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eljueves\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ello\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"elsevier\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"embarcadero\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"embark\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"emberdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"emby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"emirates\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"emlakjet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"empirekred\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"endeavouros\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"engadget\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"enpass\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"enterprisedb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"envato\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"envoyproxy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"epel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"epicgames\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"epson\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"equinixmetal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ericsson\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"erlang\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"erpnext\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"esbuild\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"esea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eslgaming\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eslint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"esotericsoftware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"esphome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"espressif\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"esri\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"etcd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ethereum\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ethers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ethiopianairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"etihadairways\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"etsy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eventbrite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eventstore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"evernote\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"excalidraw\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exercism\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exordo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"exoscale\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expedia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expensify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expertsexchange\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"express\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"expressvpn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"eyeem\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"f1\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"f5\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"facebook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"facebookgaming\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"facebooklive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"faceit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"facepunch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fairphone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"falco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"falcon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fampay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fandango\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fandom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fanfou\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fantom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"farcaster\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fareharbor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"farfetch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fastapi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fastify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fastlane\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fastly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fathom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fauna\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"favro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fdroid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"feathub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fedex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fedora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"feedly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ferrari\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ferrarinv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ferretdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ffmpeg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fiat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fidoalliance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fifa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fig\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"figma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"figshare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fila\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"filedotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"files\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"filezilla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fineco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"firebase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"firefish\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fireflyiii\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"firefox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"firefoxbrowser\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fireship\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"firewalla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"first\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fishshell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fitbit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fivem\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fiverr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flashforge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flask\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flathub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flatpak\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flattr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flickr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flightaware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flipboard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flipkart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"floatplane\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flood\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fluentbit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fluentd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fluke\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flutter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fluxus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"flyway\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fmod\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fnac\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"folium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fonoma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fontawesome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fontbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fontforge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"foobar2000\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"foodpanda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ford\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"forestry\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"forgejo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"formspree\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"formstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fortinet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fortran\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fossa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fossilscm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"foursquare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"foursquarecityguide\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"foxtel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fozzy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"framer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"framework\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"framework7\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"franprix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"frappe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fraunhofergesellschaft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"freebsd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"freecodecamp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"freedesktopdotorg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"freelancer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"freenas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"freepik\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"frontendmentor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"frontify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fsecure\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fsharp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fubo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fueler\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fugacloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fujifilm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"fujitsu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"funimation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"furaffinity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"furrynetwork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"futurelearn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"g2\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"g2a\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"g2g\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"galaxus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gameandwatch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gamebanana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gamedeveloper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gamejolt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gameloft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gamemaker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"garmin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gatling\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gatsby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gcore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gdal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"geant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"geeksforgeeks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"generalelectric\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"generalmotors\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"genius\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gentoo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"geocaching\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"geopandas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gerrit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"getx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ghost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ghostery\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gimp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"giphy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"git\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitbook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitconnected\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitextensions\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"github\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"githubactions\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"githubcopilot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"githubpages\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"githubsponsors\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitignoredotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitkraken\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitlab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitlfs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitpod\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gitter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"glassdoor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"glide\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"glitch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"globus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"glovo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gmail\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnometerminal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnubash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnuemacs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnuicecat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnuprivacyguard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gnusocial\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"go\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gocd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"godaddy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"godotengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gofundme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gogdotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gojek\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"goland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"goldenline\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"goldmansachs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"goodreads\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"google\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleadmob\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleads\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleadsense\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleanalytics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleappsscript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleassistant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleauthenticator\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlebard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlebigquery\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlebigtable\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecalendar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecampaignmanager360\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecardboard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlechat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlechrome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlechronicle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleclassroom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecloudcomposer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecloudspanner\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecloudstorage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecolab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlecontaineroptimizedos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledataflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledataproc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledatastudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledisplayandvideo360\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledocs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledomains\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googledrive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleearth\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleearthengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlefit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlefonts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleforms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlegemini\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlehangouts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlehome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlekeep\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlelens\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlemaps\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlemarketingplatform\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlemeet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlemessages\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlemybusiness\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlenearby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlenews\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleoptimize\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlepay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlephotos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleplay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlepodcasts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlepubsub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlescholar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlesearchconsole\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlesheets\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googleslides\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googlestreetview\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googletagmanager\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googletasks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"googletranslate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gotomeeting\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gradle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gradleplaypublisher\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grafana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grammarly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grandfrais\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grapheneos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"graphite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"graphql\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grav\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gravatar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"graylog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"greasyfork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"greatlearning\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"greenhouse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"greensock\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"griddotai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gridsome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"groupme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"groupon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grubhub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"grunt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gsk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gsmarenadotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gstreamer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gtk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"guangzhoumetro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"guilded\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gulp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gumroad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gumtree\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gunicorn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gurobi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"gutenberg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"h3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"habr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackaday\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackclub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackerearth\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackernoon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackerone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackerrank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackster\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hackthebox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"handlebarsdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"handm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"handshake\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"handshake-protocol\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"happycow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"harbor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"harmonyos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hashicorp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hashnode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"haskell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hasura\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hatenabookmark\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"haveibeenpwned\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"haxe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hbo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hcl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hdfcbank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"headlessui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"headphonezone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"headspace\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hearth\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hearthisdotat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hedera\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"helium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hellofresh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hellyhansen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"helm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"helpdesk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"helpscout\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hepsiemlak\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"here\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"heroku\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hetzner\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hevy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hexlet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hexo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hibernate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hibob\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hilton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hiltonhotelsandresorts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hitachi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hive-blockchain\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hivemq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"homeadvisor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"homeassistant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"homeassistantcommunitystore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"homebrew\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"homebridge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"homify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"honda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"honey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hono\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"honor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hootsuite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hoppscotch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hostinger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hotelsdotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hotjar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hotwire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"houdini\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"houzz\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hsbc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"html5\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"htmlacademy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"htmx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"htop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"httpie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"huawei\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hubspot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hugo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hulu\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"humblebundle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hungryjacks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hurriyetemlak\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"husqvarna\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hyper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hyperledger\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"hyperskill\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hypothesis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"hyundai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"i18next\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"i3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ibeacon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iberia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ibm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ibmcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ibmwatson\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iced\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iceland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icicibank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icinga\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icomoon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iconfinder\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iconify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iconjar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icons8\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"icq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ieee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ifixit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ifood\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ifttt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"igdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iheartradio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ikea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iledefrancemobilites\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"imagedotsc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"imagej\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"imdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"imessage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"imgur\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"immer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"immich\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"imou\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"improvmx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"indeed\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"indiansuperleague\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"indiehackers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"indigo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"inertia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"infiniti\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"influxdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"infoq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"informatica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"infosys\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"infracost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ingress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"inkdrop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"inkscape\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"inoreader\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insomnia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"inspire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"insta360\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instacart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instagram\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instapaper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instatus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instructables\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"instructure\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"integromat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"intel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"intellijidea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"interactiondesignfoundation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"interactjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"interbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"intercom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"intermarche\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"internetarchive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"internetcomputer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"internetexplorer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"intigriti\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"intuit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"invision\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"invoiceninja\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iobroker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ionic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ionos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ios\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iota\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ipfs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iris\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"irobot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"isc2\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iscsquared\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"issuu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"istio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"itchdotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iterm2\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"itunes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"itvx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"iveco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jabber\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jaeger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jaguar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jamboard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jameson\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jamstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jasmine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"javascript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jbl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jcb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jeep\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jekyll\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jellyfin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jenkins\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jenkinsx\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"jest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jetblue\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jetbrains\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jetpackcompose\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jfrog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jfrogbintray\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"jfrogpipelines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jhipster\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jinja\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jira\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jirasoftware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jitpack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jitsi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"johndeere\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"joomla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"joplin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jordan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jouav\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jovian\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jpeg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jquery\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jrgroup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jsdelivr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jsfiddle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"json\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jsonwebtokens\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jsr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"juce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"juejin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"juke\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"julia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"junipernetworks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"junit5\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"jupyter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"justeat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"justgiving\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"k3s\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"k6\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kaggle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kahoot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kaios\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kakao\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kakaotalk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kalilinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kamailio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kaniko\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"karlsruherverkehrsverbund\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kasasmart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kashflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kaspersky\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"katacoda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"katana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kaufland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kde\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kdenlive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kedro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keenetic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keepachangelog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keepassxc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kentico\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keras\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keybase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keycdn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keycloak\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"keystone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kfc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"khanacademy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"khronosgroup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kibana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kicad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kick\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kickstarter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kik\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kingstontechnology\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kinopoisk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kinsta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kirby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kitsu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"klarna\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"klm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"klook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"knative\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"knexdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"knime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"knowledgebase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"known\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"koa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"koc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kodak\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kodi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kofax\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kofi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"komoot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"konami\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kong\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kongregate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"konva\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kotlin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"koyeb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"krita\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ktm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ktor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kuaishou\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kubernetes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kubuntu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kucoin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kuma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kununu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kuula\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"kyocera\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"labview\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lada\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lamborghini\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"landrover\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lapce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"laragon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"laravel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"laravelhorizon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"laravelnova\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lastdotfm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lastpass\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"latex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"launchpad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lazarus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lbry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leaderprice\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leaflet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leagueoflegends\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leanpub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leetcode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"legacygames\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lemmy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lenovo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lens\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leptos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lequipe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lerna\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leroymerlin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"leslibraires\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"less\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"letsencrypt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"letterboxd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"levelsdotfyi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lgtm\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"liberadotchat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"liberapay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"librariesdotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"librarything\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreoffice\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreofficebase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreofficecalc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreofficedraw\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreofficeimpress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreofficemath\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libreofficewriter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"libuv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lichess\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lidl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lifx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lightburn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lighthouse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lightning\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"line\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lineageos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linear\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lining\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linkedin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linkerd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linkfire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linksys\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linktree\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lintcode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linuxcontainers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linuxfoundation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linuxmint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linuxprofessionalinstitute\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"linuxserver\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lionair\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"liquibase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"litecoin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"litiengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"livechat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"livejournal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"livewire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"llvm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lmms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"local\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lodash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"logitech\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"logitechg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"logmein\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"logseq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"logstash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"looker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"loom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"loop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"loopback\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lootcrate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lospec\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lotpolishairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ltspice\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lua\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lubuntu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lucia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lucid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ludwig\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lufthansa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lumen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lunacy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lutris\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lydia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"lyft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"macos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"macpaw\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"macys\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"magasinsu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"magento\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"magic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"magisk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mahindra\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mailchimp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maildotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maildotru\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mailgun\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mailtrap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"majorleaguehacking\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"make\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"makerbot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"malt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"malwarebytes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mambaui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mamp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"man\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"manageiq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"manjaro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mantine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mapbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maplibre\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mariadb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mariadbfoundation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"markdown\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"marketo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"marko\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"marriott\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"marvelapp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maserati\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mastercard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mastercomfig\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mastodon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"materialdesign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"materialdesignicons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"materialformkdocs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"matillion\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"matomo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"matrix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"matterdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mattermost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"matternet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mautic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"max\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maxplanckgesellschaft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"maytag\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mazda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mcafee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mcdonalds\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mclaren\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mdbook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mdnwebdocs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mdx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mediafire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mediamarkt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mediatek\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mediatemple\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"medibangpaint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"medusa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meetup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mega\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meilisearch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meituan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meizu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mendeley\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mentorcruise\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mercadopago\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mercedes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"merck\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mercurial\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mermaid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"messenger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metabase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metacritic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metafilter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metasploit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"meteor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metrodelaciudaddemexico\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metrodemadrid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"metrodeparis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mewe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microbit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microdotblog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microeditor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microgenetics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"micropython\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftacademic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftaccess\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftazure\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftbing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftedge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftexcel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftexchange\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftoffice\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"microsoftonedrive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftonenote\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftoutlook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftpowerpoint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftsharepoint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftsqlserver\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftstore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftteams\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsofttranslator\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftvisio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microsoftword\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microstation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"microstrategy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"midi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"migadu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mikrotik\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"milanote\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"milvus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minds\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minecraft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minetest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mini\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"minutemailer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"miraheze\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"miro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"misskey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mitsubishi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mixcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mixpanel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mlb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mlflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mobx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mobxstatetree\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mocha\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mockserviceworker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"modin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"modrinth\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"modx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mojangstudios\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moleculer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"momenteo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monero\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moneygram\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mongodb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mongoose\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mongoosedotws\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monkeytie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monkeytype\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monogame\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monoprix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monster\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"monzo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moodle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moonrepo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moqups\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"morrisons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"moscowmetro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"motorola\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mozilla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mpv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mqtt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"msi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"msibusiness\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mtr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mubi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mulesoft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"muller\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"multisim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mumble\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"muo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mural\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"musescore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"musicbrainz\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mxlinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"myanimelist\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"myget\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"myob\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"myspace\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"mysql\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"n26\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"namebase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"namecheap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"namemc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"namesilo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"namuwiki\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nano\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nasa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nationalgrid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nationalrail\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nativescript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"natsdotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"naver\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nba\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nbb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nbc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ndr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"near\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nec\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"neo4j\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"neovim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"neptune\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nestjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netapp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netbsd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netcup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netdata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"neteasecloudmusic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netflix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netgear\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netlify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nette\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"netto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"neutralinojs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"newbalance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"newegg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"newjapanprowrestling\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"newrelic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"newyorktimes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextbilliondotai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextdns\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextdoor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextra\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nextui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nexusmods\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nfc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nginx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nginxproxymanager\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ngrok\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ngrx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nhl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"niantic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"niconico\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nike\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nikon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nintendo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nintendo3ds\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nintendogamecube\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nintendonetwork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nintendoswitch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nissan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nixos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nodedotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nodemon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nodered\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nokia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nomad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"norco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nordicsemiconductor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nordvpn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"normalizedotcss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"norton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"norwegian\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"notepadplusplus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"notion\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"notist\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nounproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"novu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"now\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"npm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nrwl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nsis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nubank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nucleo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nuget\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nuke\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"numba\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"numpy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nunjucks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nushell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nutanix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nuxtdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nvidia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nxp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"nzxt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"observable\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"obsidian\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"obsstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ocaml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oclif\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"octanerender\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"octave\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"octobercms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"octoprint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"octopusdeploy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oculus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"odnoklassniki\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"odoo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"odysee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ohdear\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"okcupid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"okta\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oneplus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"onlyfans\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"onlyoffice\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"onnx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"onstar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openaccess\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openai\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openaigym\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openapiinitiative\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openbadges\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openbsd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openbugbounty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opencollective\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opencontainersinitiative\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opencv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openfaas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opengl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openhab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openjdk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openlayers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openmined\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opennebula\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openscad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opensea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opensearch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opensourcehardware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opensourceinitiative\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openssl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openstack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openstreetmap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opensuse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opentelemetry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opentext\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opentf\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"opentofu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openverse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openvpn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openwrt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openzeppelin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"openzfs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opera\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"operagx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opnsense\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oppo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opsgenie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"opslevel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oracle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"orange\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"orcid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oreilly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"org\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"origin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"osano\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"osf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"osgeo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oshkosh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"osmc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"osu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"otto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"overcast\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"overleaf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ovh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"owasp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"owncloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oxygen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"oyo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"p5dotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"packagist\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"packer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"packt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paddle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paddlepaddle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paddypower\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pagekit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pagerduty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pagespeedinsights\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pagseguro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"palantir\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paloaltonetworks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paloaltosoftware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"panasonic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pandas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pandora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pantheon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paperlessngx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paperspace\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paperswithcode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paramountplus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paritysubstrate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"parrotsecurity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"parsedotly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"passport\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pastebin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"patreon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paychex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"payhip\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"payloadcms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"payoneer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paypal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"paytm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pcgamingwiki\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pdm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pdq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"peakdesign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pearson\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"peerlist\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"peertube\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pegasusairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pelican\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"peloton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"penny\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"penpot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pepsi\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"percy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"perforce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"perl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"perplexity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"persistent\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"personio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"petsathome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"peugeot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pexels\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pfsense\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phabricator\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"philipshue\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phoenixframework\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phonepe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phosphoricons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"photobucket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"photocrowd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"photon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"photopea\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"php\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phpmyadmin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"phpstorm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"piaggiogroup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"piapro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picardsurgeles\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picartodottv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picnic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picpay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"picxy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pihole\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pimcore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pinboard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pinescript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pinetwork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pingdom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pinterest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pioneerdj\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"piped\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pipx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pivotaltracker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"piwigo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pixabay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pixelfed\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pixiv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pixlr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pkgsrc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"planet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"planetscale\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plangrid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"platformdotsh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"platformio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"platzi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plausibleanalytics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playcanvas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playerdotme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playerfm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playstation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playstation2\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playstation3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playstation4\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playstation5\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playstationvita\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"playwright\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pleroma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plesk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plotly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pluralsight\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"plurk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pluscodes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pm2\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pnpm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pocket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pocketbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pocketcasts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"podcastaddict\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"podcastindex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"podman\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"poe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"poetry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pointy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pokemon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"polars\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"polestar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"polkadot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"poly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"polygon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"polymerproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"polywork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pond5\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"popos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"porkbun\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"porsche\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"portainer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"portswigger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"postcss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"postgresql\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"posthog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"postman\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"postmates\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powerapps\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powerautomate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powerbi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powerfx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powerpages\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powershell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"powervirtualagents\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prdotco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"preact\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"precommit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prefect\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"premierleague\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prepbytes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prestashop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"presto\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prettier\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pretzel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prevention\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prezi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"primevideo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"printables\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prisma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prismic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"privatedivision\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"privateinternetaccess\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"probot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"processingfoundation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"processwire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"producthunt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"progate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"progress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prometheus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pronounsdotpage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"prosieben\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"proteus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protocolsdotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protodotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"proton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protoncalendar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protondb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protondrive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protonmail\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protonvpn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protools\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"protractor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"proxmox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pterodactyl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pubg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"publons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pubmed\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pug\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pulumi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"puma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"puppet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"puppeteer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"purescript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"purgecss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"purism\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pushbullet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pusher\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pwa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pycharm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pycqa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pydantic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pyg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pypi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pypy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pyscaffold\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pysyft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pytest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"python\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pythonanywhere\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pytorch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"pyup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qantas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qatarairways\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qbittorrent\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qemu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qgis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qiita\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qiskit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qiwi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qlik\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qmk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qnap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qualcomm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qualtrics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qualys\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quantcast\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quantconnect\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quarkus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quasar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qubesos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quickbooks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quicklook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quicktime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quicktype\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quip\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"quora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qwant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qwik\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qwiklabs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"qzone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"r\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"r3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rabbitmq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"racket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radarr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radiopublic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radixui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"radstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"railway\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rainmeter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rakuten\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ram\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rancher\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rapid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rarible\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rasa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"raspberrypi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ravelry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ray\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"raycast\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"raylib\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"razer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"razorpay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"react\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reacthookform\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reactiveresume\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reactivex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reactos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reactquery\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reactrouter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reacttable\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"readdotcv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"readme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"readthedocs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"realm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reason\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reasonstudios\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"recoil\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"red\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redbubble\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redbull\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reddit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redhat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redhatopenshift\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redmine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reduxsaga\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"redwoodjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reebok\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"refine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"relay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"relianceindustrieslimited\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"remark\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"remedyentertainment\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"remix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"renault\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"render\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"renovatebot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"renpy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"renren\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"replit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"republicofgamers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rescript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rescuetime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"researchgate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"resend\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"resharper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"resurrectionremixos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"retool\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"retroarch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"retropie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"revanced\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"revealdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"reverbnation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"revoltdotchat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"revolut\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"revue\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rewe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rezgo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rhinoceros\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rich\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rider\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rimacautomobili\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ring\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"riotgames\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ripple\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"riscv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"riseup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ritzcarlton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roadmapdotsh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roamresearch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"robinhood\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roblox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"robloxstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"robotframework\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rocket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rocketdotchat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rocksdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rockstargames\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rockwellautomation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rockylinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roku\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roll20\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rollsroyce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rollupdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rome\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rootme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roots\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rootsbedrock\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rootssage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ros\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rossmann\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rotaryinternational\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rottentomatoes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"roundcube\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rsocket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rte\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rtl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rtlzwei\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rtm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rubocop\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ruby\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rubygems\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rubyonrails\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rubysinatra\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ruff\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rumahweb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rumble\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rundeck\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"runkeeper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"runkit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"runrundotit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rust\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rustdesk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rxdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ryanair\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"rye\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"s7airlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sabanci\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"safari\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sahibinden\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sailfishos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sailsdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"salesforce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"salla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"saltproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"samsclub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"samsung\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"samsungpay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sandisk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sanfranciscomunicipalrailway\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sanic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sanity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"saopaulometro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sass\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sat1\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"satellite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"saturn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"saucelabs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"saudia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scala\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scaleway\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scania\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"schneiderelectric\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scikitlearn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scilab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scipy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scopus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scpfoundation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scrapbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scrapy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scratch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"screencastify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scribd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scrimba\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scrollreveal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scrumalliance\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scrutinizerci\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"scylladb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"seagate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"searxng\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"seat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"seatgeek\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"securityscorecard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sefaria\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sega\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"selenium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sellfy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semanticrelease\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semanticscholar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semanticui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semanticuireact\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semanticweb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semaphoreci\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semrush\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"semver\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sencha\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sendinblue\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"sennheiser\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sensu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sentry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sepa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sequelize\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"serverfault\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"serverless\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"session\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sessionize\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"setapp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sfml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shadcnui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shadow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shanghaimetro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sharex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sharp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shazam\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shelly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shenzhenmetro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shieldsdotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shikimori\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shopware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shortcut\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shotcut\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"showpad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"showtime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"showwcase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"shutterstock\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sidekiq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sidequest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"siemens\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sifive\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"signal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"similarweb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"simkl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"simpleanalytics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"simpleicons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"simplelogin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"simplenote\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sinaweibo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"singaporeairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"singlestore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sitecore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sitepoint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"siyuan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skaffold\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sketch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sketchfab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sketchup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skillshare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skoda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sky\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skynet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skypack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skype\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skypeforbusiness\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"skyrock\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slackware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slashdot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slickpic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slides\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slideshare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"slint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smartthings\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smashdotgg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smashingmagazine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smrt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"smugmug\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snapchat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snapcraft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sncf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snowflake\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snowpack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"snyk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"socialblade\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"society6\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"socketdotio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"softpedia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sogou\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"solana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"solid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"solidity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sololearn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"solus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonarcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonarlint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonarqube\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonarr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonarsource\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"sonatype\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"songkick\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"songoda\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonicwall\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sonos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sony\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"soriana\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"soundcharts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"soundcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sourceengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sourceforge\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sourcegraph\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"sourcehut\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sourcetree\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"southwestairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spacemacs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spaceship\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spacex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spacy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sparkar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sparkasse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sparkfun\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sparkpost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spdx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"speakerdeck\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spectrum\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"speedtest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"speedypage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sphinx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spigotmc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spinnaker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spinrilla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"splunk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spoj\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spond\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spotify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spotlight\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spreadshirt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spreaker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spring\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spring-creators\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"springboot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"springsecurity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"spyderide\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sqlalchemy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sqlite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"square\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"squareenix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"squarespace\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"srgssr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ssrn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sst\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackbit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackblitz\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackedit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackexchange\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackhawk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackoverflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackpath\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stackshare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stadia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"staffbase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stagetimer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"standardjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"standardresume\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"starbucks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stardock\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"starlingbank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"starship\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"startrek\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"starz\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"statamic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"statista\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"statuspage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"statuspal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steam\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steamdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steamdeck\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steamworks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steelseries\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steem\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steemit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"steinberg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stellar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stencil\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stencyl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stimulus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stitcher\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stmicroelectronics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stockx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stopstalk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"storyblok\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"storybook\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"strapi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"strava\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"streamlabs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"streamlit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"streamrunners\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stripe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"strongswan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stryker\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stubhub\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"studio3t\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"studyverse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"styledcomponents\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stylelint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"styleshare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"stylus\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"subaru\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sublimetext\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"substack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"subtitleedit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"subversion\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"suckless\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sumologic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sunrise\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"supabase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"supercrease\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"supermicro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"superuser\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"surrealdb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"surveymonkey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"suse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"suzuki\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"svelte\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"svg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"svgdotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"svgo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swagger\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swarm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swift\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swiggy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swiper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"swr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"symantec\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"symbolab\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"symfony\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"symphony\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"sympy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"syncthing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"synology\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"system76\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tabelog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tableau\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tablecheck\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tacobell\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tado\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taichigraphics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taichilang\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tails\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tailwindcss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taketwointeractivesoftware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"talend\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"talenthouse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"talos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tamiya\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tampermonkey\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taobao\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tapas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"target\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"task\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tasmota\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tauri\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"taxbuzz\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tcs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teamcity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teamspeak\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teamviewer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ted\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teepublic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teespring\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tekton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tele5\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"telegram\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"telegraph\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"telequebec\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"temporal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tencentqq\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tensorflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teradata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"teratail\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"termius\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"terraform\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tesco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tesla\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"testcafe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"testin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"testinglibrary\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"testrail\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tether\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"textpattern\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tga\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thangs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thealgorithms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"theboringcompany\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"theconversation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thefinals\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"theirishtimes\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"themighty\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"themodelsresource\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"themoviedatabase\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thenorthface\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"theodinproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"theregister\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thesoundsresource\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thespritersresource\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thewashingtonpost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thingiverse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thinkpad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thirdweb\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"threadless\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"threads\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"threedotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"threema\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thumbtack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thunderbird\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thunderstore\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thurgauerkantonalbank\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"thymeleaf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ticketmaster\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ticktick\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tidal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tiddlywiki\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tide\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tidyverse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tietoevry\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tiktok\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tildapublishing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tile\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"timescale\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tina\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tinder\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tindie\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tinkercad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tinygrad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tinyletter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tistory\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tldraw\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tmobile\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tmux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tnt\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"todoist\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toggl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toggltrack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tokyometro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toll\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tomorrowland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ton\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"topcoder\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"topdotgg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toptal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"torbrowser\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"torproject\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toshiba\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"totvs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tourbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"toyota\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tplink\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tqdm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tradingview\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"traefikmesh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"traefikproxy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trailforks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trainerroad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trakt\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"transifex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"transmission\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"transportforireland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"transportforlondon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"travisci\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"treehouse\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trello\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trendmicro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"treyarch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tricentis\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trilium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"triller\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trillertv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trino\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tripadvisor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tripdotcom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trivy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trove\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trpc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"truenas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trueup\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trulia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trustedshops\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"trustpilot\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tryhackme\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tryitonline\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tsnode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tubi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tui\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tumblr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tunein\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"turbo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"turborepo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"turbosquid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"turkishairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"turso\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tutanota\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tv4play\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"tvtime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twilio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twinkly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twitch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twitter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"twoo\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"typeform\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"typer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"typescript\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"typo3\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"typst\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uber\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ubereats\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ubiquiti\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ubisoft\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ublockorigin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ubuntu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ubuntumate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"udacity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"udemy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ufc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uikit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ulule\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"umami\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"umbraco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unacademy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"underarmour\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"underscoredotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"undertale\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unicode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unilever\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uniqlo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uniqlo-ja\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unitedairlines\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unitednations\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unity\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unlicense\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uno\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"unocss\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unraid\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unrealengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"unsplash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"untangle\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"untappd\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"upcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uphold\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uplabs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uploaded\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"upptime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ups\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"upstash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uptimekuma\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"uptobox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"upwork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"usps\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"utorrent\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"v\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"v2ex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"v8\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vaadin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vagrant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vala\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"valorant\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"valve\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vapor\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vault\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vaultwarden\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vauxhall\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vbulletin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vectary\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vectorlogozone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vectorworks\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"veeam\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"veepee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vega\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vegas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"velog\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"venmo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vercel\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"verdaccio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"veritas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"verizon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vespa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vexxhost\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vfairs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"viadeo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"viaplay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"viber\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"viblo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"victoriametrics\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"victronenergy\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vimeo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vimeolivestream\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"virgin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"virginatlantic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"virginmedia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"virtualbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"virustotal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"visa\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"visualbasic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"visualstudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"visualstudioappcenter\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"visualstudiocode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vite\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vitepress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vitess\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vitest\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vivaldi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vivawallet\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vivino\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vivint\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vivo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vlcmediaplayer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vmware\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vodafone\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"voidlinux\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"voipdotms\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"volkswagen\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"volvo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vonage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vorondesign\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vowpalwabbit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vsco\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vscodium\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vtex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vuedotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vuetify\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vulkan\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vultr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"vyond\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"w3c\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"w3schools\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wacom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wagtail\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wails\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wakatime\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"walkman\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wallabag\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"walletconnect\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"walmart\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wantedly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wappalyzer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"warnerbros\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"warp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wasabi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wasmcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wasmer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"watchtower\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wattpad\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wayland\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"waze\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wazirx\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wearos\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weasyl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"web3dotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webassembly\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webauthn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webcomponentsdotorg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webdriverio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webex\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webflow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webgl\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webhint\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"weblate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webmin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webmoney\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webpack\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webrtc\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webstorm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webtoon\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"webtrees\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wechat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wegame\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"weightsandbiases\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"welcometothejungle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wellfound\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wellsfargo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wemo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"westerndigital\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"westernunion\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wetransfer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wezterm\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"whatsapp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wheniwork\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"whitesource\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"wii\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wiiu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikidata\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikidotgg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikidotjs\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikimediacommons\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikimediafoundation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikipedia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikiquote\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wikivoyage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"winamp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windicss\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"windows\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windows10\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windows11\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windows95\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windowsterminal\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"windowsxp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"winmate\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"wipro\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wire\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wireguard\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wireshark\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wise\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wish\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wistia\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wix\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wizzair\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wolfram\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wolframlanguage\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wolframmathematica\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wondershare\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wondersharefilmora\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"woo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"woocommerce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wordpress\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"workplace\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"worldhealthorganization\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wpengine\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wpexplorer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wprocket\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"writedotas\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wwe\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wwise\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"wyze\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"x\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xamarin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xaml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xampp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xbox\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xcode\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xdadevelopers\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xdotorg\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xendit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xero\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xfce\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xiaohongshu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xiaomi\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xilinx\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"xing\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xmpp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xrp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xsplit\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"xstate\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yahoo\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"yale\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yamahacorporation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yamahamotorcorporation\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yaml\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yammer\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yandexcloud\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yarn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ycombinator\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yelp\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yeti\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yoast\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yolo\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"yourtraveldottv\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"youtube\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtubegaming\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtubekids\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtubemusic\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtubeshorts\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtubestudio\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"youtubetv\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"yubico\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zabka\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zaim\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zalando\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zalo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zap\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zapier\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zara\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zazzle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zcash\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zcool\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zdf\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zebpay\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zebratechnologies\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zedindustries\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zelle\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zend\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zendesk\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zendframework\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"zenn\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zenodo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zensar\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zerodha\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zeromq\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"zerply\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zettlr\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zhihu\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zig\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zigbee\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"ziggo\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zilch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zillow\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zincsearch\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zingat\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zod\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zoho\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zoiper\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zomato\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zoom\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zorin\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zotero\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zsh\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zulip\": {\n\t\t\t\"body\": \"\"\n\t\t},\n\t\t\"zwave\": {\n\t\t\t\"body\": \"\",\n\t\t\t\"hidden\": true\n\t\t},\n\t\t\"zyte\": {\n\t\t\t\"body\": \"\"\n\t\t}\n\t},\n\t\"lastModified\": 1714371529,\n\t\"width\": 24,\n\t\"height\": 24\n}\n", "{\n\t\"prefix\": \"simple-icons\",\n\t\"name\": \"Simple Icons\",\n\t\"total\": 3124,\n\t\"version\": \"11.14.0\",\n\t\"author\": {\n\t\t\"name\": \"Simple Icons Collaborators\",\n\t\t\"url\": \"https://github.com/simple-icons/simple-icons\"\n\t},\n\t\"license\": {\n\t\t\"title\": \"CC0 1.0\",\n\t\t\"spdx\": \"CC0-1.0\",\n\t\t\"url\": \"https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md\"\n\t},\n\t\"samples\": [\n\t\t\"wise\",\n\t\t\"nintendo\",\n\t\t\"vuetify\"\n\t],\n\t\"height\": 24,\n\t\"category\": \"Brands / Social\",\n\t\"palette\": false\n}\n", "import icons from './icons.json' assert { type: 'json' };\nimport info from './info.json' assert { type: 'json' };\n\nconst metadata = {};\nconst chars = {};\nexport { icons, info, metadata, chars };\n"], "mappings": "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", "names": [] } diff --git a/node_modules/.vite/deps/@unhead_schema-org.js b/node_modules/.vite/deps/@unhead_schema-org.js index 66fbbe04..f45b03aa 100644 --- a/node_modules/.vite/deps/@unhead_schema-org.js +++ b/node_modules/.vite/deps/@unhead_schema-org.js @@ -4,7 +4,7 @@ import { hashCode, processTemplateParams, useHead -} from "./chunk-C2PV3ZIY.js"; +} from "./chunk-GLZQQGXA.js"; import "./chunk-NIBQISYW.js"; // node_modules/ufo/dist/index.mjs diff --git a/node_modules/.vite/deps/@unhead_schema-org.js.map b/node_modules/.vite/deps/@unhead_schema-org.js.map index b7d73c16..87565348 100644 --- a/node_modules/.vite/deps/@unhead_schema-org.js.map +++ b/node_modules/.vite/deps/@unhead_schema-org.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../ufo/dist/index.mjs", "../../@unhead/schema-org/dist/shared/schema-org.e127cd72.mjs", "../../@unhead/schema-org/dist/index.mjs"], - "sourcesContent": ["const n = /[^\\0-\\x7E]/;\r\nconst t = /[\\x2E\\u3002\\uFF0E\\uFF61]/g;\r\nconst o = {\r\n overflow: \"Overflow Error\",\r\n \"not-basic\": \"Illegal Input\",\r\n \"invalid-input\": \"Invalid Input\"\r\n};\r\nconst e = Math.floor;\r\nconst r = String.fromCharCode;\r\nfunction s(n2) {\r\n throw new RangeError(o[n2]);\r\n}\r\nconst c = function(n2, t2) {\r\n return n2 + 22 + 75 * (n2 < 26) - ((t2 != 0) << 5);\r\n};\r\nconst u = function(n2, t2, o2) {\r\n let r2 = 0;\r\n for (n2 = o2 ? e(n2 / 700) : n2 >> 1, n2 += e(n2 / t2); n2 > 455; r2 += 36) {\r\n n2 = e(n2 / 35);\r\n }\r\n return e(r2 + 36 * n2 / (n2 + 38));\r\n};\r\nfunction toASCII(o2) {\r\n return function(n2, o3) {\r\n const e2 = n2.split(\"@\");\r\n let r2 = \"\";\r\n e2.length > 1 && (r2 = e2[0] + \"@\", n2 = e2[1]);\r\n const s2 = function(n3, t2) {\r\n const o4 = [];\r\n let e3 = n3.length;\r\n for (; e3--; ) {\r\n o4[e3] = t2(n3[e3]);\r\n }\r\n return o4;\r\n }((n2 = n2.replace(t, \".\")).split(\".\"), o3).join(\".\");\r\n return r2 + s2;\r\n }(o2, function(t2) {\r\n return n.test(t2) ? \"xn--\" + function(n2) {\r\n const t3 = [];\r\n const o3 = (n2 = function(n3) {\r\n const t4 = [];\r\n let o4 = 0;\r\n const e2 = n3.length;\r\n for (; o4 < e2; ) {\r\n const r2 = n3.charCodeAt(o4++);\r\n if (r2 >= 55296 && r2 <= 56319 && o4 < e2) {\r\n const e3 = n3.charCodeAt(o4++);\r\n (64512 & e3) == 56320 ? t4.push(((1023 & r2) << 10) + (1023 & e3) + 65536) : (t4.push(r2), o4--);\r\n } else {\r\n t4.push(r2);\r\n }\r\n }\r\n return t4;\r\n }(n2)).length;\r\n let f = 128;\r\n let i = 0;\r\n let l = 72;\r\n for (const o4 of n2) {\r\n o4 < 128 && t3.push(r(o4));\r\n }\r\n const h = t3.length;\r\n let p = h;\r\n for (h && t3.push(\"-\"); p < o3; ) {\r\n let o4 = 2147483647;\r\n for (const t4 of n2) {\r\n t4 >= f && t4 < o4 && (o4 = t4);\r\n }\r\n const a = p + 1;\r\n o4 - f > e((2147483647 - i) / a) && s(\"overflow\"), i += (o4 - f) * a, f = o4;\r\n for (const o5 of n2) {\r\n if (o5 < f && ++i > 2147483647 && s(\"overflow\"), o5 == f) {\r\n let n3 = i;\r\n for (let o6 = 36; ; o6 += 36) {\r\n const s2 = o6 <= l ? 1 : o6 >= l + 26 ? 26 : o6 - l;\r\n if (n3 < s2) {\r\n break;\r\n }\r\n const u2 = n3 - s2;\r\n const f2 = 36 - s2;\r\n t3.push(r(c(s2 + u2 % f2, 0))), n3 = e(u2 / f2);\r\n }\r\n t3.push(r(c(n3, 0))), l = u(i, a, p == h), i = 0, ++p;\r\n }\r\n }\r\n ++i, ++f;\r\n }\r\n return t3.join(\"\");\r\n }(t2) : t2;\r\n });\r\n}\r\n\r\nconst HASH_RE = /#/g;\r\nconst AMPERSAND_RE = /&/g;\r\nconst SLASH_RE = /\\//g;\r\nconst EQUAL_RE = /=/g;\r\nconst IM_RE = /\\?/g;\r\nconst PLUS_RE = /\\+/g;\r\nconst ENC_CARET_RE = /%5e/gi;\r\nconst ENC_BACKTICK_RE = /%60/gi;\r\nconst ENC_CURLY_OPEN_RE = /%7b/gi;\r\nconst ENC_PIPE_RE = /%7c/gi;\r\nconst ENC_CURLY_CLOSE_RE = /%7d/gi;\r\nconst ENC_SPACE_RE = /%20/gi;\r\nconst ENC_SLASH_RE = /%2f/gi;\r\nconst ENC_ENC_SLASH_RE = /%252f/gi;\r\nfunction encode(text) {\r\n return encodeURI(\"\" + text).replace(ENC_PIPE_RE, \"|\");\r\n}\r\nfunction encodeHash(text) {\r\n return encode(text).replace(ENC_CURLY_OPEN_RE, \"{\").replace(ENC_CURLY_CLOSE_RE, \"}\").replace(ENC_CARET_RE, \"^\");\r\n}\r\nfunction encodeQueryValue(input) {\r\n return encode(typeof input === \"string\" ? input : JSON.stringify(input)).replace(PLUS_RE, \"%2B\").replace(ENC_SPACE_RE, \"+\").replace(HASH_RE, \"%23\").replace(AMPERSAND_RE, \"%26\").replace(ENC_BACKTICK_RE, \"`\").replace(ENC_CARET_RE, \"^\").replace(SLASH_RE, \"%2F\");\r\n}\r\nfunction encodeQueryKey(text) {\r\n return encodeQueryValue(text).replace(EQUAL_RE, \"%3D\");\r\n}\r\nfunction encodePath(text) {\r\n return encode(text).replace(HASH_RE, \"%23\").replace(IM_RE, \"%3F\").replace(ENC_ENC_SLASH_RE, \"%2F\").replace(AMPERSAND_RE, \"%26\").replace(PLUS_RE, \"%2B\");\r\n}\r\nfunction encodeParam(text) {\r\n return encodePath(text).replace(SLASH_RE, \"%2F\");\r\n}\r\nfunction decode(text = \"\") {\r\n try {\r\n return decodeURIComponent(\"\" + text);\r\n } catch {\r\n return \"\" + text;\r\n }\r\n}\r\nfunction decodePath(text) {\r\n return decode(text.replace(ENC_SLASH_RE, \"%252F\"));\r\n}\r\nfunction decodeQueryKey(text) {\r\n return decode(text.replace(PLUS_RE, \" \"));\r\n}\r\nfunction decodeQueryValue(text) {\r\n return decode(text.replace(PLUS_RE, \" \"));\r\n}\r\nfunction encodeHost(name = \"\") {\r\n return toASCII(name);\r\n}\r\n\r\nfunction parseQuery(parametersString = \"\") {\r\n const object = {};\r\n if (parametersString[0] === \"?\") {\r\n parametersString = parametersString.slice(1);\r\n }\r\n for (const parameter of parametersString.split(\"&\")) {\r\n const s = parameter.match(/([^=]+)=?(.*)/) || [];\r\n if (s.length < 2) {\r\n continue;\r\n }\r\n const key = decodeQueryKey(s[1]);\r\n if (key === \"__proto__\" || key === \"constructor\") {\r\n continue;\r\n }\r\n const value = decodeQueryValue(s[2] || \"\");\r\n if (object[key] === void 0) {\r\n object[key] = value;\r\n } else if (Array.isArray(object[key])) {\r\n object[key].push(value);\r\n } else {\r\n object[key] = [object[key], value];\r\n }\r\n }\r\n return object;\r\n}\r\nfunction encodeQueryItem(key, value) {\r\n if (typeof value === \"number\" || typeof value === \"boolean\") {\r\n value = String(value);\r\n }\r\n if (!value) {\r\n return encodeQueryKey(key);\r\n }\r\n if (Array.isArray(value)) {\r\n return value.map((_value) => `${encodeQueryKey(key)}=${encodeQueryValue(_value)}`).join(\"&\");\r\n }\r\n return `${encodeQueryKey(key)}=${encodeQueryValue(value)}`;\r\n}\r\nfunction stringifyQuery(query) {\r\n return Object.keys(query).filter((k) => query[k] !== void 0).map((k) => encodeQueryItem(k, query[k])).filter(Boolean).join(\"&\");\r\n}\r\n\r\nconst PROTOCOL_STRICT_REGEX = /^[\\s\\w\\0+.-]{2,}:([/\\\\]{1,2})/;\r\nconst PROTOCOL_REGEX = /^[\\s\\w\\0+.-]{2,}:([/\\\\]{2})?/;\r\nconst PROTOCOL_RELATIVE_REGEX = /^([/\\\\]\\s*){2,}[^/\\\\]/;\r\nconst PROTOCOL_SCRIPT_RE = /^[\\s\\0]*(blob|data|javascript|vbscript):$/i;\r\nconst TRAILING_SLASH_RE = /\\/$|\\/\\?|\\/#/;\r\nconst JOIN_LEADING_SLASH_RE = /^\\.?\\//;\r\nfunction isRelative(inputString) {\r\n return [\"./\", \"../\"].some((string_) => inputString.startsWith(string_));\r\n}\r\nfunction hasProtocol(inputString, opts = {}) {\r\n if (typeof opts === \"boolean\") {\r\n opts = { acceptRelative: opts };\r\n }\r\n if (opts.strict) {\r\n return PROTOCOL_STRICT_REGEX.test(inputString);\r\n }\r\n return PROTOCOL_REGEX.test(inputString) || (opts.acceptRelative ? PROTOCOL_RELATIVE_REGEX.test(inputString) : false);\r\n}\r\nfunction isScriptProtocol(protocol) {\r\n return !!protocol && PROTOCOL_SCRIPT_RE.test(protocol);\r\n}\r\nfunction hasTrailingSlash(input = \"\", respectQueryAndFragment) {\r\n if (!respectQueryAndFragment) {\r\n return input.endsWith(\"/\");\r\n }\r\n return TRAILING_SLASH_RE.test(input);\r\n}\r\nfunction withoutTrailingSlash(input = \"\", respectQueryAndFragment) {\r\n if (!respectQueryAndFragment) {\r\n return (hasTrailingSlash(input) ? input.slice(0, -1) : input) || \"/\";\r\n }\r\n if (!hasTrailingSlash(input, true)) {\r\n return input || \"/\";\r\n }\r\n let path = input;\r\n let fragment = \"\";\r\n const fragmentIndex = input.indexOf(\"#\");\r\n if (fragmentIndex >= 0) {\r\n path = input.slice(0, fragmentIndex);\r\n fragment = input.slice(fragmentIndex);\r\n }\r\n const [s0, ...s] = path.split(\"?\");\r\n const cleanPath = s0.endsWith(\"/\") ? s0.slice(0, -1) : s0;\r\n return (cleanPath || \"/\") + (s.length > 0 ? `?${s.join(\"?\")}` : \"\") + fragment;\r\n}\r\nfunction withTrailingSlash(input = \"\", respectQueryAndFragment) {\r\n if (!respectQueryAndFragment) {\r\n return input.endsWith(\"/\") ? input : input + \"/\";\r\n }\r\n if (hasTrailingSlash(input, true)) {\r\n return input || \"/\";\r\n }\r\n let path = input;\r\n let fragment = \"\";\r\n const fragmentIndex = input.indexOf(\"#\");\r\n if (fragmentIndex >= 0) {\r\n path = input.slice(0, fragmentIndex);\r\n fragment = input.slice(fragmentIndex);\r\n if (!path) {\r\n return fragment;\r\n }\r\n }\r\n const [s0, ...s] = path.split(\"?\");\r\n return s0 + \"/\" + (s.length > 0 ? `?${s.join(\"?\")}` : \"\") + fragment;\r\n}\r\nfunction hasLeadingSlash(input = \"\") {\r\n return input.startsWith(\"/\");\r\n}\r\nfunction withoutLeadingSlash(input = \"\") {\r\n return (hasLeadingSlash(input) ? input.slice(1) : input) || \"/\";\r\n}\r\nfunction withLeadingSlash(input = \"\") {\r\n return hasLeadingSlash(input) ? input : \"/\" + input;\r\n}\r\nfunction cleanDoubleSlashes(input = \"\") {\r\n return input.split(\"://\").map((string_) => string_.replace(/\\/{2,}/g, \"/\")).join(\"://\");\r\n}\r\nfunction withBase(input, base) {\r\n if (isEmptyURL(base) || hasProtocol(input)) {\r\n return input;\r\n }\r\n const _base = withoutTrailingSlash(base);\r\n if (input.startsWith(_base)) {\r\n return input;\r\n }\r\n return joinURL(_base, input);\r\n}\r\nfunction withoutBase(input, base) {\r\n if (isEmptyURL(base)) {\r\n return input;\r\n }\r\n const _base = withoutTrailingSlash(base);\r\n if (!input.startsWith(_base)) {\r\n return input;\r\n }\r\n const trimmed = input.slice(_base.length);\r\n return trimmed[0] === \"/\" ? trimmed : \"/\" + trimmed;\r\n}\r\nfunction withQuery(input, query) {\r\n const parsed = parseURL(input);\r\n const mergedQuery = { ...parseQuery(parsed.search), ...query };\r\n parsed.search = stringifyQuery(mergedQuery);\r\n return stringifyParsedURL(parsed);\r\n}\r\nfunction getQuery(input) {\r\n return parseQuery(parseURL(input).search);\r\n}\r\nfunction isEmptyURL(url) {\r\n return !url || url === \"/\";\r\n}\r\nfunction isNonEmptyURL(url) {\r\n return url && url !== \"/\";\r\n}\r\nfunction joinURL(base, ...input) {\r\n let url = base || \"\";\r\n for (const segment of input.filter((url2) => isNonEmptyURL(url2))) {\r\n if (url) {\r\n const _segment = segment.replace(JOIN_LEADING_SLASH_RE, \"\");\r\n url = withTrailingSlash(url) + _segment;\r\n } else {\r\n url = segment;\r\n }\r\n }\r\n return url;\r\n}\r\nfunction joinRelativeURL(..._input) {\r\n const JOIN_SEGMENT_SPLIT_RE = /\\/(?!\\/)/;\r\n const input = _input.filter(Boolean);\r\n const segments = [];\r\n let segmentsDepth = 0;\r\n for (const i of input) {\r\n if (!i || i === \"/\") {\r\n continue;\r\n }\r\n for (const [sindex, s] of i.split(JOIN_SEGMENT_SPLIT_RE).entries()) {\r\n if (!s || s === \".\") {\r\n continue;\r\n }\r\n if (s === \"..\") {\r\n if (segments.length === 1 && hasProtocol(segments[0])) {\r\n continue;\r\n }\r\n segments.pop();\r\n segmentsDepth--;\r\n continue;\r\n }\r\n if (sindex === 1 && segments[segments.length - 1]?.endsWith(\":/\")) {\r\n segments[segments.length - 1] += \"/\" + s;\r\n continue;\r\n }\r\n segments.push(s);\r\n segmentsDepth++;\r\n }\r\n }\r\n let url = segments.join(\"/\");\r\n if (segmentsDepth >= 0) {\r\n if (input[0]?.startsWith(\"/\") && !url.startsWith(\"/\")) {\r\n url = \"/\" + url;\r\n } else if (input[0]?.startsWith(\"./\") && !url.startsWith(\"./\")) {\r\n url = \"./\" + url;\r\n }\r\n } else {\r\n url = \"../\".repeat(-1 * segmentsDepth) + url;\r\n }\r\n if (input[input.length - 1]?.endsWith(\"/\") && !url.endsWith(\"/\")) {\r\n url += \"/\";\r\n }\r\n return url;\r\n}\r\nfunction withHttp(input) {\r\n return withProtocol(input, \"http://\");\r\n}\r\nfunction withHttps(input) {\r\n return withProtocol(input, \"https://\");\r\n}\r\nfunction withoutProtocol(input) {\r\n return withProtocol(input, \"\");\r\n}\r\nfunction withProtocol(input, protocol) {\r\n const match = input.match(PROTOCOL_REGEX);\r\n if (!match) {\r\n return protocol + input;\r\n }\r\n return protocol + input.slice(match[0].length);\r\n}\r\nfunction normalizeURL(input) {\r\n const parsed = parseURL(input);\r\n parsed.pathname = encodePath(decodePath(parsed.pathname));\r\n parsed.hash = encodeHash(decode(parsed.hash));\r\n parsed.host = encodeHost(decode(parsed.host));\r\n parsed.search = stringifyQuery(parseQuery(parsed.search));\r\n return stringifyParsedURL(parsed);\r\n}\r\nfunction resolveURL(base = \"\", ...inputs) {\r\n if (typeof base !== \"string\") {\r\n throw new TypeError(\r\n `URL input should be string received ${typeof base} (${base})`\r\n );\r\n }\r\n const filteredInputs = inputs.filter((input) => isNonEmptyURL(input));\r\n if (filteredInputs.length === 0) {\r\n return base;\r\n }\r\n const url = parseURL(base);\r\n for (const inputSegment of filteredInputs) {\r\n const urlSegment = parseURL(inputSegment);\r\n if (urlSegment.pathname) {\r\n url.pathname = withTrailingSlash(url.pathname) + withoutLeadingSlash(urlSegment.pathname);\r\n }\r\n if (urlSegment.hash && urlSegment.hash !== \"#\") {\r\n url.hash = urlSegment.hash;\r\n }\r\n if (urlSegment.search && urlSegment.search !== \"?\") {\r\n if (url.search && url.search !== \"?\") {\r\n const queryString = stringifyQuery({\r\n ...parseQuery(url.search),\r\n ...parseQuery(urlSegment.search)\r\n });\r\n url.search = queryString.length > 0 ? \"?\" + queryString : \"\";\r\n } else {\r\n url.search = urlSegment.search;\r\n }\r\n }\r\n }\r\n return stringifyParsedURL(url);\r\n}\r\nfunction isSamePath(p1, p2) {\r\n return decode(withoutTrailingSlash(p1)) === decode(withoutTrailingSlash(p2));\r\n}\r\nfunction isEqual(a, b, options = {}) {\r\n if (!options.trailingSlash) {\r\n a = withTrailingSlash(a);\r\n b = withTrailingSlash(b);\r\n }\r\n if (!options.leadingSlash) {\r\n a = withLeadingSlash(a);\r\n b = withLeadingSlash(b);\r\n }\r\n if (!options.encoding) {\r\n a = decode(a);\r\n b = decode(b);\r\n }\r\n return a === b;\r\n}\r\nfunction withFragment(input, hash) {\r\n if (!hash || hash === \"#\") {\r\n return input;\r\n }\r\n const parsed = parseURL(input);\r\n parsed.hash = hash === \"\" ? \"\" : \"#\" + encodeHash(hash);\r\n return stringifyParsedURL(parsed);\r\n}\r\nfunction withoutFragment(input) {\r\n return stringifyParsedURL({ ...parseURL(input), hash: \"\" });\r\n}\r\nfunction withoutHost(input) {\r\n const parsed = parseURL(input);\r\n return (parsed.pathname || \"/\") + parsed.search + parsed.hash;\r\n}\r\n\r\nconst protocolRelative = Symbol.for(\"ufo:protocolRelative\");\r\nfunction parseURL(input = \"\", defaultProto) {\r\n const _specialProtoMatch = input.match(\r\n /^[\\s\\0]*(blob:|data:|javascript:|vbscript:)(.*)/i\r\n );\r\n if (_specialProtoMatch) {\r\n const [, _proto, _pathname = \"\"] = _specialProtoMatch;\r\n return {\r\n protocol: _proto.toLowerCase(),\r\n pathname: _pathname,\r\n href: _proto + _pathname,\r\n auth: \"\",\r\n host: \"\",\r\n search: \"\",\r\n hash: \"\"\r\n };\r\n }\r\n if (!hasProtocol(input, { acceptRelative: true })) {\r\n return defaultProto ? parseURL(defaultProto + input) : parsePath(input);\r\n }\r\n const [, protocol = \"\", auth, hostAndPath = \"\"] = input.replace(/\\\\/g, \"/\").match(/^[\\s\\0]*([\\w+.-]{2,}:)?\\/\\/([^/@]+@)?(.*)/) || [];\r\n const [, host = \"\", path = \"\"] = hostAndPath.match(/([^#/?]*)(.*)?/) || [];\r\n const { pathname, search, hash } = parsePath(\r\n path.replace(/\\/(?=[A-Za-z]:)/, \"\")\r\n );\r\n return {\r\n protocol: protocol.toLowerCase(),\r\n auth: auth ? auth.slice(0, Math.max(0, auth.length - 1)) : \"\",\r\n host,\r\n pathname,\r\n search,\r\n hash,\r\n [protocolRelative]: !protocol\r\n };\r\n}\r\nfunction parsePath(input = \"\") {\r\n const [pathname = \"\", search = \"\", hash = \"\"] = (input.match(/([^#?]*)(\\?[^#]*)?(#.*)?/) || []).splice(1);\r\n return {\r\n pathname,\r\n search,\r\n hash\r\n };\r\n}\r\nfunction parseAuth(input = \"\") {\r\n const [username, password] = input.split(\":\");\r\n return {\r\n username: decode(username),\r\n password: decode(password)\r\n };\r\n}\r\nfunction parseHost(input = \"\") {\r\n const [hostname, port] = (input.match(/([^/:]*):?(\\d+)?/) || []).splice(1);\r\n return {\r\n hostname: decode(hostname),\r\n port\r\n };\r\n}\r\nfunction stringifyParsedURL(parsed) {\r\n const pathname = parsed.pathname || \"\";\r\n const search = parsed.search ? (parsed.search.startsWith(\"?\") ? \"\" : \"?\") + parsed.search : \"\";\r\n const hash = parsed.hash || \"\";\r\n const auth = parsed.auth ? parsed.auth + \"@\" : \"\";\r\n const host = parsed.host || \"\";\r\n const proto = parsed.protocol || parsed[protocolRelative] ? (parsed.protocol || \"\") + \"//\" : \"\";\r\n return proto + auth + host + pathname + search + hash;\r\n}\r\nconst FILENAME_STRICT_REGEX = /\\/([^/]+\\.[^/]+)$/;\r\nconst FILENAME_REGEX = /\\/([^/]+)$/;\r\nfunction parseFilename(input = \"\", { strict }) {\r\n const { pathname } = parseURL(input);\r\n const matches = strict ? pathname.match(FILENAME_STRICT_REGEX) : pathname.match(FILENAME_REGEX);\r\n return matches ? matches[1] : void 0;\r\n}\r\n\r\nvar __defProp = Object.defineProperty;\r\nvar __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;\r\nvar __publicField = (obj, key, value) => {\r\n __defNormalProp(obj, typeof key !== \"symbol\" ? key + \"\" : key, value);\r\n return value;\r\n};\r\nclass $URL {\r\n constructor(input = \"\") {\r\n __publicField(this, \"protocol\");\r\n __publicField(this, \"host\");\r\n __publicField(this, \"auth\");\r\n __publicField(this, \"pathname\");\r\n __publicField(this, \"query\", {});\r\n __publicField(this, \"hash\");\r\n if (typeof input !== \"string\") {\r\n throw new TypeError(\r\n `URL input should be string received ${typeof input} (${input})`\r\n );\r\n }\r\n const parsed = parseURL(input);\r\n this.protocol = decode(parsed.protocol);\r\n this.host = decode(parsed.host);\r\n this.auth = decode(parsed.auth);\r\n this.pathname = decodePath(parsed.pathname);\r\n this.query = parseQuery(parsed.search);\r\n this.hash = decode(parsed.hash);\r\n }\r\n get hostname() {\r\n return parseHost(this.host).hostname;\r\n }\r\n get port() {\r\n return parseHost(this.host).port || \"\";\r\n }\r\n get username() {\r\n return parseAuth(this.auth).username;\r\n }\r\n get password() {\r\n return parseAuth(this.auth).password || \"\";\r\n }\r\n get hasProtocol() {\r\n return this.protocol.length;\r\n }\r\n get isAbsolute() {\r\n return this.hasProtocol || this.pathname[0] === \"/\";\r\n }\r\n get search() {\r\n const q = stringifyQuery(this.query);\r\n return q.length > 0 ? \"?\" + q : \"\";\r\n }\r\n get searchParams() {\r\n const p = new URLSearchParams();\r\n for (const name in this.query) {\r\n const value = this.query[name];\r\n if (Array.isArray(value)) {\r\n for (const v of value) {\r\n p.append(name, v);\r\n }\r\n } else {\r\n p.append(\r\n name,\r\n typeof value === \"string\" ? value : JSON.stringify(value)\r\n );\r\n }\r\n }\r\n return p;\r\n }\r\n get origin() {\r\n return (this.protocol ? this.protocol + \"//\" : \"\") + encodeHost(this.host);\r\n }\r\n get fullpath() {\r\n return encodePath(this.pathname) + this.search + encodeHash(this.hash);\r\n }\r\n get encodedAuth() {\r\n if (!this.auth) {\r\n return \"\";\r\n }\r\n const { username, password } = parseAuth(this.auth);\r\n return encodeURIComponent(username) + (password ? \":\" + encodeURIComponent(password) : \"\");\r\n }\r\n get href() {\r\n const auth = this.encodedAuth;\r\n const originWithAuth = (this.protocol ? this.protocol + \"//\" : \"\") + (auth ? auth + \"@\" : \"\") + encodeHost(this.host);\r\n return this.hasProtocol && this.isAbsolute ? originWithAuth + this.fullpath : this.fullpath;\r\n }\r\n append(url) {\r\n if (url.hasProtocol) {\r\n throw new Error(\"Cannot append a URL with protocol\");\r\n }\r\n Object.assign(this.query, url.query);\r\n if (url.pathname) {\r\n this.pathname = withTrailingSlash(this.pathname) + withoutLeadingSlash(url.pathname);\r\n }\r\n if (url.hash) {\r\n this.hash = url.hash;\r\n }\r\n }\r\n toJSON() {\r\n return this.href;\r\n }\r\n toString() {\r\n return this.href;\r\n }\r\n}\r\nfunction createURL(input) {\r\n return new $URL(input);\r\n}\r\n\r\nexport { $URL, cleanDoubleSlashes, createURL, decode, decodePath, decodeQueryKey, decodeQueryValue, encode, encodeHash, encodeHost, encodeParam, encodePath, encodeQueryItem, encodeQueryKey, encodeQueryValue, getQuery, hasLeadingSlash, hasProtocol, hasTrailingSlash, isEmptyURL, isEqual, isNonEmptyURL, isRelative, isSamePath, isScriptProtocol, joinRelativeURL, joinURL, normalizeURL, parseAuth, parseFilename, parseHost, parsePath, parseQuery, parseURL, resolveURL, stringifyParsedURL, stringifyQuery, withBase, withFragment, withHttp, withHttps, withLeadingSlash, withProtocol, withQuery, withTrailingSlash, withoutBase, withoutFragment, withoutHost, withoutLeadingSlash, withoutProtocol, withoutTrailingSlash };\r\n", "import { hashCode, defineHeadPlugin, processTemplateParams } from '@unhead/shared';\r\nimport { hasProtocol, withBase, withoutTrailingSlash, hasTrailingSlash, withTrailingSlash, joinURL } from 'ufo';\r\n\r\nfunction defineSchemaOrgResolver(schema) {\r\n return schema;\r\n}\r\n\r\nfunction idReference(node) {\r\n return {\r\n \"@id\": typeof node !== \"string\" ? node[\"@id\"] : node\r\n };\r\n}\r\nfunction resolvableDateToDate(val) {\r\n try {\r\n const date = val instanceof Date ? val : new Date(Date.parse(val));\r\n return `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}`;\r\n } catch (e) {\r\n }\r\n return typeof val === \"string\" ? val : val.toString();\r\n}\r\nconst IS_VALID_W3C_DATE = [\r\n /(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))/,\r\n /^\\d{4}-[01]\\d-[0-3]\\d$/,\r\n /^\\d{4}-[01]\\d$/,\r\n /^\\d{4}$/\r\n];\r\nfunction isValidW3CDate(d) {\r\n return IS_VALID_W3C_DATE.some((r) => r.test(d));\r\n}\r\nfunction resolvableDateToIso(val) {\r\n if (!val)\r\n return val;\r\n try {\r\n if (val instanceof Date)\r\n return val.toISOString();\r\n else if (isValidW3CDate(val))\r\n return val;\r\n else\r\n return new Date(Date.parse(val)).toISOString();\r\n } catch (e) {\r\n }\r\n return typeof val === \"string\" ? val : val.toString();\r\n}\r\nconst IdentityId = \"#identity\";\r\nfunction setIfEmpty(node, field, value) {\r\n if (!node?.[field] && value)\r\n node[field] = value;\r\n}\r\nfunction asArray(input) {\r\n return Array.isArray(input) ? input : [input];\r\n}\r\nfunction dedupeMerge(node, field, value) {\r\n const dedupeMerge2 = [];\r\n const input = asArray(node[field]);\r\n dedupeMerge2.push(...input);\r\n const data = new Set(dedupeMerge2);\r\n data.add(value);\r\n node[field] = [...data.values()].filter(Boolean);\r\n}\r\nfunction prefixId(url, id) {\r\n if (hasProtocol(id))\r\n return id;\r\n if (!id.startsWith(\"#\"))\r\n id = `#${id}`;\r\n return withBase(id, url);\r\n}\r\nfunction trimLength(val, length) {\r\n if (!val)\r\n return val;\r\n if (val.length > length) {\r\n const trimmedString = val.substring(0, length);\r\n return trimmedString.substring(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(\" \")));\r\n }\r\n return val;\r\n}\r\nfunction resolveDefaultType(node, defaultType) {\r\n const val = node[\"@type\"];\r\n if (val === defaultType)\r\n return;\r\n const types = /* @__PURE__ */ new Set([\r\n ...asArray(defaultType),\r\n ...asArray(val)\r\n ]);\r\n node[\"@type\"] = types.size === 1 ? val : [...types.values()];\r\n}\r\nfunction resolveWithBase(base, urlOrPath) {\r\n if (!urlOrPath || hasProtocol(urlOrPath) || !urlOrPath.startsWith(\"/\") && !urlOrPath.startsWith(\"#\"))\r\n return urlOrPath;\r\n return withBase(urlOrPath, base);\r\n}\r\nfunction resolveAsGraphKey(key) {\r\n if (!key)\r\n return key;\r\n return key.substring(key.lastIndexOf(\"#\"));\r\n}\r\nfunction stripEmptyProperties(obj) {\r\n Object.keys(obj).forEach((k) => {\r\n if (obj[k] && typeof obj[k] === \"object\") {\r\n if (obj[k].__v_isReadonly || obj[k].__v_isRef)\r\n return;\r\n stripEmptyProperties(obj[k]);\r\n return;\r\n }\r\n if (obj[k] === \"\" || obj[k] === null || typeof obj[k] === \"undefined\")\r\n delete obj[k];\r\n });\r\n return obj;\r\n}\r\n\r\nconst quantitativeValueResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"number\") {\r\n return {\r\n value: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"QuantitativeValue\"\r\n }\r\n});\r\nconst monetaryAmountResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"MonetaryAmount\"\r\n },\r\n resolve(node, ctx) {\r\n node.value = resolveRelation(node.value, ctx, quantitativeValueResolver);\r\n return node;\r\n }\r\n});\r\n\r\nconst merchantReturnPolicyResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"MerchantReturnPolicy\"\r\n },\r\n resolve(node, ctx) {\r\n if (node.returnPolicyCategory)\r\n node.returnPolicyCategory = withBase(node.returnPolicyCategory, \"https://schema.org/\");\r\n if (node.returnFees)\r\n node.returnFees = withBase(node.returnFees, \"https://schema.org/\");\r\n if (node.returnMethod)\r\n node.returnMethod = withBase(node.returnMethod, \"https://schema.org/\");\r\n node.returnShippingFeesAmount = resolveRelation(node.returnShippingFeesAmount, ctx, monetaryAmountResolver);\r\n return node;\r\n }\r\n});\r\n\r\nconst definedRegionResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"DefinedRegion\"\r\n }\r\n});\r\n\r\nconst shippingDeliveryTimeResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"ShippingDeliveryTime\"\r\n },\r\n resolve(node, ctx) {\r\n node.handlingTime = resolveRelation(node.handlingTime, ctx, quantitativeValueResolver);\r\n node.transitTime = resolveRelation(node.transitTime, ctx, quantitativeValueResolver);\r\n return node;\r\n }\r\n});\r\n\r\nconst offerShippingDetailsResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"OfferShippingDetails\"\r\n },\r\n resolve(node, ctx) {\r\n node.deliveryTime = resolveRelation(node.deliveryTime, ctx, shippingDeliveryTimeResolver);\r\n node.shippingDestination = resolveRelation(node.shippingDestination, ctx, definedRegionResolver);\r\n node.shippingRate = resolveRelation(node.shippingRate, ctx, monetaryAmountResolver);\r\n return node;\r\n }\r\n});\r\n\r\nconst offerResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"number\" || typeof node === \"string\") {\r\n return {\r\n price: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"Offer\",\r\n \"availability\": \"InStock\"\r\n },\r\n resolve(node, ctx) {\r\n setIfEmpty(node, \"priceCurrency\", ctx.meta.currency);\r\n setIfEmpty(node, \"priceValidUntil\", new Date(Date.UTC((/* @__PURE__ */ new Date()).getFullYear() + 1, 12, -1, 0, 0, 0)));\r\n if (node.url)\r\n resolveWithBase(ctx.meta.host, node.url);\r\n if (node.availability)\r\n node.availability = withBase(node.availability, \"https://schema.org/\");\r\n if (node.itemCondition)\r\n node.itemCondition = withBase(node.itemCondition, \"https://schema.org/\");\r\n if (node.priceValidUntil)\r\n node.priceValidUntil = resolvableDateToIso(node.priceValidUntil);\r\n node.hasMerchantReturnPolicy = resolveRelation(node.hasMerchantReturnPolicy, ctx, merchantReturnPolicyResolver);\r\n node.shippingDetails = resolveRelation(node.shippingDetails, ctx, offerShippingDetailsResolver);\r\n return node;\r\n }\r\n});\r\n\r\nconst aggregateOfferResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"AggregateOffer\"\r\n },\r\n inheritMeta: [\r\n { meta: \"currency\", key: \"priceCurrency\" }\r\n ],\r\n resolve(node, ctx) {\r\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\r\n if (node.offers)\r\n setIfEmpty(node, \"offerCount\", asArray(node.offers).length);\r\n return node;\r\n }\r\n});\r\n\r\nconst aggregateRatingResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"AggregateRating\"\r\n }\r\n});\r\n\r\nconst searchActionResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"SearchAction\",\r\n \"target\": {\r\n \"@type\": \"EntryPoint\"\r\n },\r\n \"query-input\": {\r\n \"@type\": \"PropertyValueSpecification\",\r\n \"valueRequired\": true,\r\n \"valueName\": \"search_term_string\"\r\n }\r\n },\r\n resolve(node, ctx) {\r\n if (typeof node.target === \"string\") {\r\n node.target = {\r\n \"@type\": \"EntryPoint\",\r\n \"urlTemplate\": resolveWithBase(ctx.meta.host, node.target)\r\n };\r\n }\r\n return node;\r\n }\r\n});\r\n\r\nconst PrimaryWebSiteId = \"#website\";\r\nconst webSiteResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"WebSite\"\r\n },\r\n inheritMeta: [\r\n \"inLanguage\",\r\n { meta: \"host\", key: \"url\" }\r\n ],\r\n idPrefix: [\"host\", PrimaryWebSiteId],\r\n resolve(node, ctx) {\r\n node.potentialAction = resolveRelation(node.potentialAction, ctx, searchActionResolver, {\r\n array: true\r\n });\r\n node.publisher = resolveRelation(node.publisher, ctx);\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n if (resolveAsGraphKey(node[\"@id\"]) === PrimaryWebSiteId) {\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(node, \"publisher\", idReference(identity));\r\n const webPage = find(PrimaryWebPageId);\r\n if (webPage)\r\n setIfEmpty(webPage, \"isPartOf\", idReference(node));\r\n }\r\n return node;\r\n }\r\n});\r\n\r\nconst listItemResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"string\") {\r\n node = {\r\n name: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"ListItem\"\r\n },\r\n resolve(node, ctx) {\r\n if (typeof node.item === \"string\")\r\n node.item = resolveWithBase(ctx.meta.host, node.item);\r\n else if (typeof node.item === \"object\")\r\n node.item = resolveRelation(node.item, ctx);\r\n return node;\r\n }\r\n});\r\n\r\nconst PrimaryBreadcrumbId = \"#breadcrumb\";\r\nconst breadcrumbResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"BreadcrumbList\"\r\n },\r\n idPrefix: [\"url\", PrimaryBreadcrumbId],\r\n resolve(breadcrumb, ctx) {\r\n if (breadcrumb.itemListElement) {\r\n let index = 1;\r\n breadcrumb.itemListElement = resolveRelation(breadcrumb.itemListElement, ctx, listItemResolver, {\r\n array: true,\r\n afterResolve(node) {\r\n setIfEmpty(node, \"position\", index++);\r\n }\r\n });\r\n }\r\n return breadcrumb;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const webPage = find(PrimaryWebPageId);\r\n if (webPage)\r\n setIfEmpty(webPage, \"breadcrumb\", idReference(node));\r\n }\r\n});\r\n\r\nconst imageResolver = defineSchemaOrgResolver({\r\n alias: \"image\",\r\n cast(input) {\r\n if (typeof input === \"string\") {\r\n input = {\r\n url: input\r\n };\r\n }\r\n return input;\r\n },\r\n defaults: {\r\n \"@type\": \"ImageObject\"\r\n },\r\n inheritMeta: [\r\n // @todo possibly only do if there's a caption\r\n \"inLanguage\"\r\n ],\r\n idPrefix: \"host\",\r\n resolve(image, { meta }) {\r\n image.url = resolveWithBase(meta.host, image.url);\r\n setIfEmpty(image, \"contentUrl\", image.url);\r\n if (image.height && !image.width)\r\n delete image.height;\r\n if (image.width && !image.height)\r\n delete image.width;\r\n return image;\r\n }\r\n});\r\n\r\nconst addressResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"PostalAddress\"\r\n }\r\n});\r\n\r\nconst organizationResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Organization\"\r\n },\r\n idPrefix: [\"host\", IdentityId],\r\n inheritMeta: [\r\n { meta: \"host\", key: \"url\" }\r\n ],\r\n resolve(node, ctx) {\r\n resolveDefaultType(node, \"Organization\");\r\n node.address = resolveRelation(node.address, ctx, addressResolver);\r\n return node;\r\n },\r\n resolveRootNode(node, ctx) {\r\n const isIdentity = resolveAsGraphKey(node[\"@id\"]) === IdentityId;\r\n const webPage = ctx.find(PrimaryWebPageId);\r\n if (node.logo && isIdentity) {\r\n if (!ctx.find(\"#organization\")) {\r\n const logoNode = resolveRelation(node.logo, ctx, imageResolver, {\r\n root: true,\r\n afterResolve(logo) {\r\n logo[\"@id\"] = prefixId(ctx.meta.host, \"#logo\");\r\n setIfEmpty(logo, \"caption\", node.name);\r\n }\r\n });\r\n if (webPage && logoNode)\r\n setIfEmpty(webPage, \"primaryImageOfPage\", idReference(logoNode));\r\n ctx.nodes.push({\r\n // we want to make a simple node that has the essentials, this will allow parent nodes to inject\r\n // as well without inserting invalid data (i.e LocalBusiness operatingHours)\r\n \"@type\": \"Organization\",\r\n \"name\": node.name,\r\n \"url\": node.url,\r\n \"sameAs\": node.sameAs,\r\n // 'image': idReference(logoNode),\r\n \"address\": node.address,\r\n // needs to be a URL\r\n \"logo\": resolveRelation(node.logo, ctx, imageResolver, { root: false }).url,\r\n \"_priority\": -1,\r\n \"@id\": prefixId(ctx.meta.host, \"#organization\")\r\n // avoid the id so nothing can link to it\r\n });\r\n }\r\n delete node.logo;\r\n }\r\n if (isIdentity && webPage)\r\n setIfEmpty(webPage, \"about\", idReference(node));\r\n const webSite = ctx.find(PrimaryWebSiteId);\r\n if (webSite)\r\n setIfEmpty(webSite, \"publisher\", idReference(node));\r\n }\r\n});\r\n\r\nconst personResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"string\") {\r\n return {\r\n name: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"Person\"\r\n },\r\n idPrefix: [\"host\", IdentityId],\r\n resolve(node, ctx) {\r\n if (node.url)\r\n node.url = resolveWithBase(ctx.meta.host, node.url);\r\n return node;\r\n },\r\n resolveRootNode(node, { find, meta }) {\r\n if (resolveAsGraphKey(node[\"@id\"]) === IdentityId) {\r\n setIfEmpty(node, \"url\", meta.host);\r\n const webPage = find(PrimaryWebPageId);\r\n if (webPage)\r\n setIfEmpty(webPage, \"about\", idReference(node));\r\n const webSite = find(PrimaryWebSiteId);\r\n if (webSite)\r\n setIfEmpty(webSite, \"publisher\", idReference(node));\r\n }\r\n const article = find(PrimaryArticleId);\r\n if (article)\r\n setIfEmpty(article, \"author\", idReference(node));\r\n }\r\n});\r\n\r\nconst readActionResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"ReadAction\"\r\n },\r\n resolve(node, ctx) {\r\n if (!node.target.includes(ctx.meta.url))\r\n node.target.unshift(ctx.meta.url);\r\n return node;\r\n }\r\n});\r\n\r\nconst PrimaryWebPageId = \"#webpage\";\r\nconst webPageResolver = defineSchemaOrgResolver({\r\n defaults({ meta }) {\r\n const endPath = withoutTrailingSlash(meta.url.substring(meta.url.lastIndexOf(\"/\") + 1));\r\n let type = \"WebPage\";\r\n switch (endPath) {\r\n case \"about\":\r\n case \"about-us\":\r\n type = \"AboutPage\";\r\n break;\r\n case \"search\":\r\n type = \"SearchResultsPage\";\r\n break;\r\n case \"checkout\":\r\n type = \"CheckoutPage\";\r\n break;\r\n case \"contact\":\r\n case \"get-in-touch\":\r\n case \"contact-us\":\r\n type = \"ContactPage\";\r\n break;\r\n case \"faq\":\r\n type = \"FAQPage\";\r\n break;\r\n }\r\n const defaults = {\r\n \"@type\": type\r\n };\r\n return defaults;\r\n },\r\n idPrefix: [\"url\", PrimaryWebPageId],\r\n inheritMeta: [\r\n { meta: \"title\", key: \"name\" },\r\n \"description\",\r\n \"datePublished\",\r\n \"dateModified\",\r\n \"url\"\r\n ],\r\n resolve(node, ctx) {\r\n node.dateModified = resolvableDateToIso(node.dateModified);\r\n node.datePublished = resolvableDateToIso(node.datePublished);\r\n resolveDefaultType(node, \"WebPage\");\r\n node.about = resolveRelation(node.about, ctx, organizationResolver);\r\n node.breadcrumb = resolveRelation(node.breadcrumb, ctx, breadcrumbResolver);\r\n node.author = resolveRelation(node.author, ctx, personResolver);\r\n node.primaryImageOfPage = resolveRelation(node.primaryImageOfPage, ctx, imageResolver);\r\n node.potentialAction = resolveRelation(node.potentialAction, ctx, readActionResolver);\r\n if (node[\"@type\"] === \"WebPage\" && ctx.meta.url) {\r\n setIfEmpty(node, \"potentialAction\", [\r\n {\r\n \"@type\": \"ReadAction\",\r\n \"target\": [ctx.meta.url]\r\n }\r\n ]);\r\n }\r\n return node;\r\n },\r\n resolveRootNode(webPage, { find, meta }) {\r\n const identity = find(IdentityId);\r\n const webSite = find(PrimaryWebSiteId);\r\n const logo = find(\"#logo\");\r\n if (identity && meta.url === meta.host)\r\n setIfEmpty(webPage, \"about\", idReference(identity));\r\n if (logo)\r\n setIfEmpty(webPage, \"primaryImageOfPage\", idReference(logo));\r\n if (webSite)\r\n setIfEmpty(webPage, \"isPartOf\", idReference(webSite));\r\n const breadcrumb = find(PrimaryBreadcrumbId);\r\n if (breadcrumb)\r\n setIfEmpty(webPage, \"breadcrumb\", idReference(breadcrumb));\r\n return webPage;\r\n }\r\n});\r\n\r\nconst PrimaryArticleId = \"#article\";\r\nconst articleResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Article\"\r\n },\r\n inheritMeta: [\r\n \"inLanguage\",\r\n \"description\",\r\n \"image\",\r\n \"dateModified\",\r\n \"datePublished\",\r\n { meta: \"title\", key: \"headline\" }\r\n ],\r\n idPrefix: [\"url\", PrimaryArticleId],\r\n resolve(node, ctx) {\r\n node.author = resolveRelation(node.author, ctx, personResolver, {\r\n root: true\r\n });\r\n node.publisher = resolveRelation(node.publisher, ctx);\r\n node.dateModified = resolvableDateToIso(node.dateModified);\r\n node.datePublished = resolvableDateToIso(node.datePublished);\r\n resolveDefaultType(node, \"Article\");\r\n node.headline = trimLength(node.headline, 110);\r\n return node;\r\n },\r\n resolveRootNode(node, { find, meta }) {\r\n const webPage = find(PrimaryWebPageId);\r\n const identity = find(IdentityId);\r\n if (node.image && !node.thumbnailUrl) {\r\n const firstImage = asArray(node.image)[0];\r\n if (typeof firstImage === \"string\")\r\n setIfEmpty(node, \"thumbnailUrl\", resolveWithBase(meta.host, firstImage));\r\n else if (firstImage?.[\"@id\"])\r\n setIfEmpty(node, \"thumbnailUrl\", find(firstImage[\"@id\"])?.url);\r\n }\r\n if (identity) {\r\n setIfEmpty(node, \"publisher\", idReference(identity));\r\n setIfEmpty(node, \"author\", idReference(identity));\r\n }\r\n if (webPage) {\r\n setIfEmpty(node, \"isPartOf\", idReference(webPage));\r\n setIfEmpty(node, \"mainEntityOfPage\", idReference(webPage));\r\n setIfEmpty(webPage, \"potentialAction\", [\r\n {\r\n \"@type\": \"ReadAction\",\r\n \"target\": [meta.url]\r\n }\r\n ]);\r\n setIfEmpty(webPage, \"dateModified\", node.dateModified);\r\n setIfEmpty(webPage, \"datePublished\", node.datePublished);\r\n }\r\n return node;\r\n }\r\n});\r\n\r\nconst bookEditionResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Book\"\r\n },\r\n inheritMeta: [\r\n \"inLanguage\"\r\n ],\r\n resolve(node, ctx) {\r\n if (node.bookFormat)\r\n node.bookFormat = withBase(node.bookFormat, \"https://schema.org/\");\r\n if (node.datePublished)\r\n node.datePublished = resolvableDateToDate(node.datePublished);\r\n node.author = resolveRelation(node.author, ctx);\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(node, \"provider\", idReference(identity));\r\n return node;\r\n }\r\n});\r\nconst PrimaryBookId = \"#book\";\r\nconst bookResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Book\"\r\n },\r\n inheritMeta: [\r\n \"description\",\r\n \"url\",\r\n { meta: \"title\", key: \"name\" }\r\n ],\r\n idPrefix: [\"url\", PrimaryBookId],\r\n resolve(node, ctx) {\r\n node.workExample = resolveRelation(node.workExample, ctx, bookEditionResolver);\r\n node.author = resolveRelation(node.author, ctx);\r\n if (node.url)\r\n withBase(node.url, ctx.meta.host);\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(node, \"author\", idReference(identity));\r\n return node;\r\n }\r\n});\r\n\r\nconst commentResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Comment\"\r\n },\r\n idPrefix: \"url\",\r\n resolve(node, ctx) {\r\n node.author = resolveRelation(node.author, ctx, personResolver, {\r\n root: true\r\n });\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const article = find(PrimaryArticleId);\r\n if (article)\r\n setIfEmpty(node, \"about\", idReference(article));\r\n }\r\n});\r\n\r\nconst courseResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Course\"\r\n },\r\n resolve(node, ctx) {\r\n node.provider = resolveRelation(node.provider, ctx, organizationResolver, {\r\n root: true\r\n });\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(node, \"provider\", idReference(identity));\r\n return node;\r\n }\r\n});\r\n\r\nconst placeResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Place\"\r\n },\r\n resolve(node, ctx) {\r\n if (typeof node.address !== \"string\")\r\n node.address = resolveRelation(node.address, ctx, addressResolver);\r\n return node;\r\n }\r\n});\r\n\r\nconst virtualLocationResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"string\") {\r\n return {\r\n url: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"VirtualLocation\"\r\n }\r\n});\r\n\r\nconst PrimaryEventId = \"#event\";\r\nconst eventResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Event\"\r\n },\r\n inheritMeta: [\r\n \"inLanguage\",\r\n \"description\",\r\n \"image\",\r\n { meta: \"title\", key: \"name\" }\r\n ],\r\n idPrefix: [\"url\", PrimaryEventId],\r\n resolve(node, ctx) {\r\n if (node.location) {\r\n const isVirtual = node.location === \"string\" || node.location?.url !== \"undefined\";\r\n node.location = resolveRelation(node.location, ctx, isVirtual ? virtualLocationResolver : placeResolver);\r\n }\r\n node.performer = resolveRelation(node.performer, ctx, personResolver, {\r\n root: true\r\n });\r\n node.organizer = resolveRelation(node.organizer, ctx, organizationResolver, {\r\n root: true\r\n });\r\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\r\n if (node.eventAttendanceMode)\r\n node.eventAttendanceMode = withBase(node.eventAttendanceMode, \"https://schema.org/\");\r\n if (node.eventStatus)\r\n node.eventStatus = withBase(node.eventStatus, \"https://schema.org/\");\r\n const isOnline = node.eventStatus === \"https://schema.org/EventMovedOnline\";\r\n const dates = [\"startDate\", \"previousStartDate\", \"endDate\"];\r\n dates.forEach((date) => {\r\n if (!isOnline) {\r\n if (node[date] instanceof Date && node[date].getHours() === 0 && node[date].getMinutes() === 0)\r\n node[date] = resolvableDateToDate(node[date]);\r\n } else {\r\n node[date] = resolvableDateToIso(node[date]);\r\n }\r\n });\r\n setIfEmpty(node, \"endDate\", node.startDate);\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(node, \"organizer\", idReference(identity));\r\n }\r\n});\r\n\r\nconst ratingResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (node === \"number\") {\r\n return {\r\n ratingValue: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"Rating\",\r\n \"bestRating\": 5,\r\n \"worstRating\": 1\r\n }\r\n});\r\n\r\nconst openingHoursResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"OpeningHoursSpecification\",\r\n \"opens\": \"00:00\",\r\n \"closes\": \"23:59\"\r\n }\r\n});\r\n\r\nconst localBusinessResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": [\"Organization\", \"LocalBusiness\"]\r\n },\r\n inheritMeta: [\r\n { key: \"url\", meta: \"host\" },\r\n { key: \"currenciesAccepted\", meta: \"currency\" }\r\n ],\r\n idPrefix: [\"host\", IdentityId],\r\n resolve(node, ctx) {\r\n resolveDefaultType(node, [\"Organization\", \"LocalBusiness\"]);\r\n node.address = resolveRelation(node.address, ctx, addressResolver);\r\n node.openingHoursSpecification = resolveRelation(node.openingHoursSpecification, ctx, openingHoursResolver);\r\n node = resolveNode({ ...node }, ctx, organizationResolver);\r\n return node;\r\n },\r\n resolveRootNode(node, ctx) {\r\n organizationResolver.resolveRootNode(node, ctx);\r\n return node;\r\n }\r\n});\r\n\r\nconst foodEstablishmentResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": [\"Organization\", \"LocalBusiness\", \"FoodEstablishment\"]\r\n },\r\n inheritMeta: [\r\n { key: \"url\", meta: \"host\" },\r\n { key: \"currenciesAccepted\", meta: \"currency\" }\r\n ],\r\n idPrefix: [\"host\", IdentityId],\r\n resolve(node, ctx) {\r\n resolveDefaultType(node, [\"Organization\", \"LocalBusiness\", \"FoodEstablishment\"]);\r\n node.starRating = resolveRelation(node.starRating, ctx, ratingResolver);\r\n node = resolveNode(node, ctx, localBusinessResolver);\r\n return node;\r\n },\r\n resolveRootNode(node, ctx) {\r\n localBusinessResolver.resolveRootNode(node, ctx);\r\n return node;\r\n }\r\n});\r\n\r\nconst howToStepDirectionResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"string\") {\r\n return {\r\n text: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"HowToDirection\"\r\n }\r\n});\r\n\r\nconst howToStepResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"string\") {\r\n return {\r\n text: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"HowToStep\"\r\n },\r\n resolve(step, ctx) {\r\n if (step.url)\r\n step.url = resolveWithBase(ctx.meta.url, step.url);\r\n if (step.image) {\r\n step.image = resolveRelation(step.image, ctx, imageResolver, {\r\n root: true\r\n });\r\n }\r\n if (step.itemListElement)\r\n step.itemListElement = resolveRelation(step.itemListElement, ctx, howToStepDirectionResolver);\r\n return step;\r\n }\r\n});\r\n\r\nconst HowToId = \"#howto\";\r\nconst howToResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"HowTo\"\r\n },\r\n inheritMeta: [\r\n \"description\",\r\n \"image\",\r\n \"inLanguage\",\r\n { meta: \"title\", key: \"name\" }\r\n ],\r\n idPrefix: [\"url\", HowToId],\r\n resolve(node, ctx) {\r\n node.step = resolveRelation(node.step, ctx, howToStepResolver);\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const webPage = find(PrimaryWebPageId);\r\n if (webPage)\r\n setIfEmpty(node, \"mainEntityOfPage\", idReference(webPage));\r\n }\r\n});\r\n\r\nconst itemListResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"ItemList\"\r\n },\r\n resolve(node, ctx) {\r\n if (node.itemListElement) {\r\n let index = 1;\r\n node.itemListElement = resolveRelation(node.itemListElement, ctx, listItemResolver, {\r\n array: true,\r\n afterResolve(node2) {\r\n setIfEmpty(node2, \"position\", index++);\r\n }\r\n });\r\n }\r\n return node;\r\n }\r\n});\r\n\r\nconst jobPostingResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"JobPosting\"\r\n },\r\n idPrefix: [\"url\", \"#job-posting\"],\r\n resolve(node, ctx) {\r\n node.datePosted = resolvableDateToIso(node.datePosted);\r\n node.hiringOrganization = resolveRelation(node.hiringOrganization, ctx, organizationResolver);\r\n node.jobLocation = resolveRelation(node.jobLocation, ctx, placeResolver);\r\n node.baseSalary = resolveRelation(node.baseSalary, ctx, monetaryAmountResolver);\r\n node.validThrough = resolvableDateToIso(node.validThrough);\r\n return node;\r\n },\r\n resolveRootNode(jobPosting, { find }) {\r\n const webPage = find(PrimaryWebPageId);\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(jobPosting, \"hiringOrganization\", idReference(identity));\r\n if (webPage)\r\n setIfEmpty(jobPosting, \"mainEntityOfPage\", idReference(webPage));\r\n return jobPosting;\r\n }\r\n});\r\n\r\nconst reviewResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Review\"\r\n },\r\n inheritMeta: [\r\n \"inLanguage\"\r\n ],\r\n resolve(review, ctx) {\r\n review.reviewRating = resolveRelation(review.reviewRating, ctx, ratingResolver);\r\n review.author = resolveRelation(review.author, ctx, personResolver);\r\n return review;\r\n }\r\n});\r\n\r\nconst videoResolver = defineSchemaOrgResolver({\r\n cast(input) {\r\n if (typeof input === \"string\") {\r\n input = {\r\n url: input\r\n };\r\n }\r\n return input;\r\n },\r\n alias: \"video\",\r\n defaults: {\r\n \"@type\": \"VideoObject\"\r\n },\r\n inheritMeta: [\r\n { meta: \"title\", key: \"name\" },\r\n \"description\",\r\n \"image\",\r\n \"inLanguage\",\r\n { meta: \"datePublished\", key: \"uploadDate\" }\r\n ],\r\n idPrefix: \"host\",\r\n resolve(video, ctx) {\r\n if (video.uploadDate)\r\n video.uploadDate = resolvableDateToIso(video.uploadDate);\r\n video.url = resolveWithBase(ctx.meta.host, video.url);\r\n if (video.caption && !video.description)\r\n video.description = video.caption;\r\n if (!video.description)\r\n video.description = \"No description\";\r\n if (video.thumbnailUrl)\r\n video.thumbnailUrl = resolveRelation(video.thumbnailUrl, ctx, imageResolver);\r\n return video;\r\n },\r\n resolveRootNode(video, { find }) {\r\n if (video.image && !video.thumbnailUrl) {\r\n const firstImage = asArray(video.image)[0];\r\n setIfEmpty(video, \"thumbnailUrl\", find(firstImage[\"@id\"])?.url);\r\n }\r\n }\r\n});\r\n\r\nconst movieResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Movie\"\r\n },\r\n resolve(node, ctx) {\r\n node.aggregateRating = resolveRelation(node.aggregateRating, ctx, aggregateRatingResolver);\r\n node.review = resolveRelation(node.review, ctx, reviewResolver);\r\n node.director = resolveRelation(node.director, ctx, personResolver);\r\n node.actor = resolveRelation(node.actor, ctx, personResolver);\r\n node.trailer = resolveRelation(node.trailer, ctx, videoResolver);\r\n if (node.dateCreated)\r\n node.dateCreated = resolvableDateToDate(node.dateCreated);\r\n return node;\r\n }\r\n});\r\n\r\nconst defaults = Object.freeze({\r\n ignoreUnknown: false,\r\n respectType: false,\r\n respectFunctionNames: false,\r\n respectFunctionProperties: false,\r\n unorderedObjects: true,\r\n unorderedArrays: false,\r\n unorderedSets: false,\r\n excludeKeys: void 0,\r\n excludeValues: void 0,\r\n replacer: void 0\r\n});\r\nfunction objectHash(object, options) {\r\n if (options) {\r\n options = { ...defaults, ...options };\r\n } else {\r\n options = defaults;\r\n }\r\n const hasher = createHasher(options);\r\n hasher.dispatch(object);\r\n return hasher.toString();\r\n}\r\nconst defaultPrototypesKeys = Object.freeze([\r\n \"prototype\",\r\n \"__proto__\",\r\n \"constructor\"\r\n]);\r\nfunction createHasher(options) {\r\n let buff = \"\";\r\n let context = /* @__PURE__ */ new Map();\r\n const write = (str) => {\r\n buff += str;\r\n };\r\n return {\r\n toString() {\r\n return buff;\r\n },\r\n getContext() {\r\n return context;\r\n },\r\n dispatch(value) {\r\n if (options.replacer) {\r\n value = options.replacer(value);\r\n }\r\n const type = value === null ? \"null\" : typeof value;\r\n return this[type](value);\r\n },\r\n object(object) {\r\n if (object && typeof object.toJSON === \"function\") {\r\n return this.object(object.toJSON());\r\n }\r\n const objString = Object.prototype.toString.call(object);\r\n let objType = \"\";\r\n const objectLength = objString.length;\r\n if (objectLength < 10) {\r\n objType = \"unknown:[\" + objString + \"]\";\r\n } else {\r\n objType = objString.slice(8, objectLength - 1);\r\n }\r\n objType = objType.toLowerCase();\r\n let objectNumber = null;\r\n if ((objectNumber = context.get(object)) === void 0) {\r\n context.set(object, context.size);\r\n } else {\r\n return this.dispatch(\"[CIRCULAR:\" + objectNumber + \"]\");\r\n }\r\n if (typeof Buffer !== \"undefined\" && Buffer.isBuffer && Buffer.isBuffer(object)) {\r\n write(\"buffer:\");\r\n return write(object.toString(\"utf8\"));\r\n }\r\n if (objType !== \"object\" && objType !== \"function\" && objType !== \"asyncfunction\") {\r\n if (this[objType]) {\r\n this[objType](object);\r\n } else if (!options.ignoreUnknown) {\r\n this.unkown(object, objType);\r\n }\r\n } else {\r\n let keys = Object.keys(object);\r\n if (options.unorderedObjects) {\r\n keys = keys.sort();\r\n }\r\n let extraKeys = [];\r\n if (options.respectType !== false && !isNativeFunction(object)) {\r\n extraKeys = defaultPrototypesKeys;\r\n }\r\n if (options.excludeKeys) {\r\n keys = keys.filter((key) => {\r\n return !options.excludeKeys(key);\r\n });\r\n extraKeys = extraKeys.filter((key) => {\r\n return !options.excludeKeys(key);\r\n });\r\n }\r\n write(\"object:\" + (keys.length + extraKeys.length) + \":\");\r\n const dispatchForKey = (key) => {\r\n this.dispatch(key);\r\n write(\":\");\r\n if (!options.excludeValues) {\r\n this.dispatch(object[key]);\r\n }\r\n write(\",\");\r\n };\r\n for (const key of keys) {\r\n dispatchForKey(key);\r\n }\r\n for (const key of extraKeys) {\r\n dispatchForKey(key);\r\n }\r\n }\r\n },\r\n array(arr, unordered) {\r\n unordered = unordered === void 0 ? options.unorderedArrays !== false : unordered;\r\n write(\"array:\" + arr.length + \":\");\r\n if (!unordered || arr.length <= 1) {\r\n for (const entry of arr) {\r\n this.dispatch(entry);\r\n }\r\n return;\r\n }\r\n const contextAdditions = /* @__PURE__ */ new Map();\r\n const entries = arr.map((entry) => {\r\n const hasher = createHasher(options);\r\n hasher.dispatch(entry);\r\n for (const [key, value] of hasher.getContext()) {\r\n contextAdditions.set(key, value);\r\n }\r\n return hasher.toString();\r\n });\r\n context = contextAdditions;\r\n entries.sort();\r\n return this.array(entries, false);\r\n },\r\n date(date) {\r\n return write(\"date:\" + date.toJSON());\r\n },\r\n symbol(sym) {\r\n return write(\"symbol:\" + sym.toString());\r\n },\r\n unkown(value, type) {\r\n write(type);\r\n if (!value) {\r\n return;\r\n }\r\n write(\":\");\r\n if (value && typeof value.entries === \"function\") {\r\n return this.array(\r\n Array.from(value.entries()),\r\n true\r\n /* ordered */\r\n );\r\n }\r\n },\r\n error(err) {\r\n return write(\"error:\" + err.toString());\r\n },\r\n boolean(bool) {\r\n return write(\"bool:\" + bool);\r\n },\r\n string(string) {\r\n write(\"string:\" + string.length + \":\");\r\n write(string);\r\n },\r\n function(fn) {\r\n write(\"fn:\");\r\n if (isNativeFunction(fn)) {\r\n this.dispatch(\"[native]\");\r\n } else {\r\n this.dispatch(fn.toString());\r\n }\r\n if (options.respectFunctionNames !== false) {\r\n this.dispatch(\"function-name:\" + String(fn.name));\r\n }\r\n if (options.respectFunctionProperties) {\r\n this.object(fn);\r\n }\r\n },\r\n number(number) {\r\n return write(\"number:\" + number);\r\n },\r\n xml(xml) {\r\n return write(\"xml:\" + xml.toString());\r\n },\r\n null() {\r\n return write(\"Null\");\r\n },\r\n undefined() {\r\n return write(\"Undefined\");\r\n },\r\n regexp(regex) {\r\n return write(\"regex:\" + regex.toString());\r\n },\r\n uint8array(arr) {\r\n write(\"uint8array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n uint8clampedarray(arr) {\r\n write(\"uint8clampedarray:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n int8array(arr) {\r\n write(\"int8array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n uint16array(arr) {\r\n write(\"uint16array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n int16array(arr) {\r\n write(\"int16array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n uint32array(arr) {\r\n write(\"uint32array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n int32array(arr) {\r\n write(\"int32array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n float32array(arr) {\r\n write(\"float32array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n float64array(arr) {\r\n write(\"float64array:\");\r\n return this.dispatch(Array.prototype.slice.call(arr));\r\n },\r\n arraybuffer(arr) {\r\n write(\"arraybuffer:\");\r\n return this.dispatch(new Uint8Array(arr));\r\n },\r\n url(url) {\r\n return write(\"url:\" + url.toString());\r\n },\r\n map(map) {\r\n write(\"map:\");\r\n const arr = [...map];\r\n return this.array(arr, options.unorderedSets !== false);\r\n },\r\n set(set) {\r\n write(\"set:\");\r\n const arr = [...set];\r\n return this.array(arr, options.unorderedSets !== false);\r\n },\r\n file(file) {\r\n write(\"file:\");\r\n return this.dispatch([file.name, file.size, file.type, file.lastModfied]);\r\n },\r\n blob() {\r\n if (options.ignoreUnknown) {\r\n return write(\"[blob]\");\r\n }\r\n throw new Error(\r\n 'Hashing Blob objects is currently not supported\\nUse \"options.replacer\" or \"options.ignoreUnknown\"\\n'\r\n );\r\n },\r\n domwindow() {\r\n return write(\"domwindow\");\r\n },\r\n bigint(number) {\r\n return write(\"bigint:\" + number.toString());\r\n },\r\n /* Node.js standard native objects */\r\n process() {\r\n return write(\"process\");\r\n },\r\n timer() {\r\n return write(\"timer\");\r\n },\r\n pipe() {\r\n return write(\"pipe\");\r\n },\r\n tcp() {\r\n return write(\"tcp\");\r\n },\r\n udp() {\r\n return write(\"udp\");\r\n },\r\n tty() {\r\n return write(\"tty\");\r\n },\r\n statwatcher() {\r\n return write(\"statwatcher\");\r\n },\r\n securecontext() {\r\n return write(\"securecontext\");\r\n },\r\n connection() {\r\n return write(\"connection\");\r\n },\r\n zlib() {\r\n return write(\"zlib\");\r\n },\r\n context() {\r\n return write(\"context\");\r\n },\r\n nodescript() {\r\n return write(\"nodescript\");\r\n },\r\n httpparser() {\r\n return write(\"httpparser\");\r\n },\r\n dataview() {\r\n return write(\"dataview\");\r\n },\r\n signal() {\r\n return write(\"signal\");\r\n },\r\n fsevent() {\r\n return write(\"fsevent\");\r\n },\r\n tlswrap() {\r\n return write(\"tlswrap\");\r\n }\r\n };\r\n}\r\nconst nativeFunc = \"[native code] }\";\r\nconst nativeFuncLength = nativeFunc.length;\r\nfunction isNativeFunction(f) {\r\n if (typeof f !== \"function\") {\r\n return false;\r\n }\r\n return Function.prototype.toString.call(f).slice(-nativeFuncLength) === nativeFunc;\r\n}\r\n\r\nclass WordArray {\r\n constructor(words, sigBytes) {\r\n words = this.words = words || [];\r\n this.sigBytes = sigBytes === void 0 ? words.length * 4 : sigBytes;\r\n }\r\n toString(encoder) {\r\n return (encoder || Hex).stringify(this);\r\n }\r\n concat(wordArray) {\r\n this.clamp();\r\n if (this.sigBytes % 4) {\r\n for (let i = 0; i < wordArray.sigBytes; i++) {\r\n const thatByte = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255;\r\n this.words[this.sigBytes + i >>> 2] |= thatByte << 24 - (this.sigBytes + i) % 4 * 8;\r\n }\r\n } else {\r\n for (let j = 0; j < wordArray.sigBytes; j += 4) {\r\n this.words[this.sigBytes + j >>> 2] = wordArray.words[j >>> 2];\r\n }\r\n }\r\n this.sigBytes += wordArray.sigBytes;\r\n return this;\r\n }\r\n clamp() {\r\n this.words[this.sigBytes >>> 2] &= 4294967295 << 32 - this.sigBytes % 4 * 8;\r\n this.words.length = Math.ceil(this.sigBytes / 4);\r\n }\r\n clone() {\r\n return new WordArray([...this.words]);\r\n }\r\n}\r\nconst Hex = {\r\n stringify(wordArray) {\r\n const hexChars = [];\r\n for (let i = 0; i < wordArray.sigBytes; i++) {\r\n const bite = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255;\r\n hexChars.push((bite >>> 4).toString(16), (bite & 15).toString(16));\r\n }\r\n return hexChars.join(\"\");\r\n }\r\n};\r\nconst Base64 = {\r\n stringify(wordArray) {\r\n const keyStr = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\r\n const base64Chars = [];\r\n for (let i = 0; i < wordArray.sigBytes; i += 3) {\r\n const byte1 = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255;\r\n const byte2 = wordArray.words[i + 1 >>> 2] >>> 24 - (i + 1) % 4 * 8 & 255;\r\n const byte3 = wordArray.words[i + 2 >>> 2] >>> 24 - (i + 2) % 4 * 8 & 255;\r\n const triplet = byte1 << 16 | byte2 << 8 | byte3;\r\n for (let j = 0; j < 4 && i * 8 + j * 6 < wordArray.sigBytes * 8; j++) {\r\n base64Chars.push(keyStr.charAt(triplet >>> 6 * (3 - j) & 63));\r\n }\r\n }\r\n return base64Chars.join(\"\");\r\n }\r\n};\r\nconst Latin1 = {\r\n parse(latin1Str) {\r\n const latin1StrLength = latin1Str.length;\r\n const words = [];\r\n for (let i = 0; i < latin1StrLength; i++) {\r\n words[i >>> 2] |= (latin1Str.charCodeAt(i) & 255) << 24 - i % 4 * 8;\r\n }\r\n return new WordArray(words, latin1StrLength);\r\n }\r\n};\r\nconst Utf8 = {\r\n parse(utf8Str) {\r\n return Latin1.parse(unescape(encodeURIComponent(utf8Str)));\r\n }\r\n};\r\nclass BufferedBlockAlgorithm {\r\n constructor() {\r\n this._data = new WordArray();\r\n this._nDataBytes = 0;\r\n this._minBufferSize = 0;\r\n this.blockSize = 512 / 32;\r\n }\r\n reset() {\r\n this._data = new WordArray();\r\n this._nDataBytes = 0;\r\n }\r\n _append(data) {\r\n if (typeof data === \"string\") {\r\n data = Utf8.parse(data);\r\n }\r\n this._data.concat(data);\r\n this._nDataBytes += data.sigBytes;\r\n }\r\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\r\n _doProcessBlock(_dataWords, _offset) {\r\n }\r\n _process(doFlush) {\r\n let processedWords;\r\n let nBlocksReady = this._data.sigBytes / (this.blockSize * 4);\r\n if (doFlush) {\r\n nBlocksReady = Math.ceil(nBlocksReady);\r\n } else {\r\n nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0);\r\n }\r\n const nWordsReady = nBlocksReady * this.blockSize;\r\n const nBytesReady = Math.min(nWordsReady * 4, this._data.sigBytes);\r\n if (nWordsReady) {\r\n for (let offset = 0; offset < nWordsReady; offset += this.blockSize) {\r\n this._doProcessBlock(this._data.words, offset);\r\n }\r\n processedWords = this._data.words.splice(0, nWordsReady);\r\n this._data.sigBytes -= nBytesReady;\r\n }\r\n return new WordArray(processedWords, nBytesReady);\r\n }\r\n}\r\nclass Hasher extends BufferedBlockAlgorithm {\r\n update(messageUpdate) {\r\n this._append(messageUpdate);\r\n this._process();\r\n return this;\r\n }\r\n finalize(messageUpdate) {\r\n if (messageUpdate) {\r\n this._append(messageUpdate);\r\n }\r\n }\r\n}\r\n\r\nconst H = [\r\n 1779033703,\r\n -1150833019,\r\n 1013904242,\r\n -1521486534,\r\n 1359893119,\r\n -1694144372,\r\n 528734635,\r\n 1541459225\r\n];\r\nconst K = [\r\n 1116352408,\r\n 1899447441,\r\n -1245643825,\r\n -373957723,\r\n 961987163,\r\n 1508970993,\r\n -1841331548,\r\n -1424204075,\r\n -670586216,\r\n 310598401,\r\n 607225278,\r\n 1426881987,\r\n 1925078388,\r\n -2132889090,\r\n -1680079193,\r\n -1046744716,\r\n -459576895,\r\n -272742522,\r\n 264347078,\r\n 604807628,\r\n 770255983,\r\n 1249150122,\r\n 1555081692,\r\n 1996064986,\r\n -1740746414,\r\n -1473132947,\r\n -1341970488,\r\n -1084653625,\r\n -958395405,\r\n -710438585,\r\n 113926993,\r\n 338241895,\r\n 666307205,\r\n 773529912,\r\n 1294757372,\r\n 1396182291,\r\n 1695183700,\r\n 1986661051,\r\n -2117940946,\r\n -1838011259,\r\n -1564481375,\r\n -1474664885,\r\n -1035236496,\r\n -949202525,\r\n -778901479,\r\n -694614492,\r\n -200395387,\r\n 275423344,\r\n 430227734,\r\n 506948616,\r\n 659060556,\r\n 883997877,\r\n 958139571,\r\n 1322822218,\r\n 1537002063,\r\n 1747873779,\r\n 1955562222,\r\n 2024104815,\r\n -2067236844,\r\n -1933114872,\r\n -1866530822,\r\n -1538233109,\r\n -1090935817,\r\n -965641998\r\n];\r\nconst W = [];\r\nclass SHA256 extends Hasher {\r\n constructor() {\r\n super(...arguments);\r\n this._hash = new WordArray([...H]);\r\n }\r\n reset() {\r\n super.reset();\r\n this._hash = new WordArray([...H]);\r\n }\r\n _doProcessBlock(M, offset) {\r\n const H2 = this._hash.words;\r\n let a = H2[0];\r\n let b = H2[1];\r\n let c = H2[2];\r\n let d = H2[3];\r\n let e = H2[4];\r\n let f = H2[5];\r\n let g = H2[6];\r\n let h = H2[7];\r\n for (let i = 0; i < 64; i++) {\r\n if (i < 16) {\r\n W[i] = M[offset + i] | 0;\r\n } else {\r\n const gamma0x = W[i - 15];\r\n const gamma0 = (gamma0x << 25 | gamma0x >>> 7) ^ (gamma0x << 14 | gamma0x >>> 18) ^ gamma0x >>> 3;\r\n const gamma1x = W[i - 2];\r\n const gamma1 = (gamma1x << 15 | gamma1x >>> 17) ^ (gamma1x << 13 | gamma1x >>> 19) ^ gamma1x >>> 10;\r\n W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16];\r\n }\r\n const ch = e & f ^ ~e & g;\r\n const maj = a & b ^ a & c ^ b & c;\r\n const sigma0 = (a << 30 | a >>> 2) ^ (a << 19 | a >>> 13) ^ (a << 10 | a >>> 22);\r\n const sigma1 = (e << 26 | e >>> 6) ^ (e << 21 | e >>> 11) ^ (e << 7 | e >>> 25);\r\n const t1 = h + sigma1 + ch + K[i] + W[i];\r\n const t2 = sigma0 + maj;\r\n h = g;\r\n g = f;\r\n f = e;\r\n e = d + t1 | 0;\r\n d = c;\r\n c = b;\r\n b = a;\r\n a = t1 + t2 | 0;\r\n }\r\n H2[0] = H2[0] + a | 0;\r\n H2[1] = H2[1] + b | 0;\r\n H2[2] = H2[2] + c | 0;\r\n H2[3] = H2[3] + d | 0;\r\n H2[4] = H2[4] + e | 0;\r\n H2[5] = H2[5] + f | 0;\r\n H2[6] = H2[6] + g | 0;\r\n H2[7] = H2[7] + h | 0;\r\n }\r\n finalize(messageUpdate) {\r\n super.finalize(messageUpdate);\r\n const nBitsTotal = this._nDataBytes * 8;\r\n const nBitsLeft = this._data.sigBytes * 8;\r\n this._data.words[nBitsLeft >>> 5] |= 128 << 24 - nBitsLeft % 32;\r\n this._data.words[(nBitsLeft + 64 >>> 9 << 4) + 14] = Math.floor(\r\n nBitsTotal / 4294967296\r\n );\r\n this._data.words[(nBitsLeft + 64 >>> 9 << 4) + 15] = nBitsTotal;\r\n this._data.sigBytes = this._data.words.length * 4;\r\n this._process();\r\n return this._hash;\r\n }\r\n}\r\nfunction sha256base64(message) {\r\n return new SHA256().finalize(message).toString(Base64);\r\n}\r\n\r\nfunction hash(object, options = {}) {\r\n const hashed = typeof object === \"string\" ? object : objectHash(object, options);\r\n return sha256base64(hashed).slice(0, 10);\r\n}\r\n\r\nconst ProductId = \"#product\";\r\nconst productResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Product\"\r\n },\r\n inheritMeta: [\r\n \"description\",\r\n \"image\",\r\n { meta: \"title\", key: \"name\" }\r\n ],\r\n idPrefix: [\"url\", ProductId],\r\n resolve(node, ctx) {\r\n setIfEmpty(node, \"sku\", hash(node.name));\r\n node.aggregateOffer = resolveRelation(node.aggregateOffer, ctx, aggregateOfferResolver);\r\n node.aggregateRating = resolveRelation(node.aggregateRating, ctx, aggregateRatingResolver);\r\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\r\n node.review = resolveRelation(node.review, ctx, reviewResolver);\r\n return node;\r\n },\r\n resolveRootNode(product, { find }) {\r\n const webPage = find(PrimaryWebPageId);\r\n const identity = find(IdentityId);\r\n if (identity)\r\n setIfEmpty(product, \"brand\", idReference(identity));\r\n if (webPage)\r\n setIfEmpty(product, \"mainEntityOfPage\", idReference(webPage));\r\n return product;\r\n }\r\n});\r\n\r\nconst answerResolver = defineSchemaOrgResolver({\r\n cast(node) {\r\n if (typeof node === \"string\") {\r\n return {\r\n text: node\r\n };\r\n }\r\n return node;\r\n },\r\n defaults: {\r\n \"@type\": \"Answer\"\r\n }\r\n});\r\n\r\nconst questionResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Question\"\r\n },\r\n inheritMeta: [\r\n \"inLanguage\"\r\n ],\r\n idPrefix: \"url\",\r\n resolve(question, ctx) {\r\n if (question.question) {\r\n question.name = question.question;\r\n delete question.question;\r\n }\r\n if (question.answer) {\r\n question.acceptedAnswer = question.answer;\r\n delete question.answer;\r\n }\r\n question.acceptedAnswer = resolveRelation(question.acceptedAnswer, ctx, answerResolver);\r\n return question;\r\n },\r\n resolveRootNode(question, { find }) {\r\n const webPage = find(PrimaryWebPageId);\r\n if (webPage && asArray(webPage[\"@type\"]).includes(\"FAQPage\"))\r\n dedupeMerge(webPage, \"mainEntity\", idReference(question));\r\n }\r\n});\r\n\r\nconst RecipeId = \"#recipe\";\r\nconst recipeResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"Recipe\"\r\n },\r\n inheritMeta: [\r\n { meta: \"title\", key: \"name\" },\r\n \"description\",\r\n \"image\",\r\n \"datePublished\"\r\n ],\r\n idPrefix: [\"url\", RecipeId],\r\n resolve(node, ctx) {\r\n node.recipeInstructions = resolveRelation(node.recipeInstructions, ctx, howToStepResolver);\r\n return node;\r\n },\r\n resolveRootNode(node, { find }) {\r\n const article = find(PrimaryArticleId);\r\n const webPage = find(PrimaryWebPageId);\r\n if (article)\r\n setIfEmpty(node, \"mainEntityOfPage\", idReference(article));\r\n else if (webPage)\r\n setIfEmpty(node, \"mainEntityOfPage\", idReference(webPage));\r\n if (article?.author)\r\n setIfEmpty(node, \"author\", article.author);\r\n return node;\r\n }\r\n});\r\n\r\nconst softwareAppResolver = defineSchemaOrgResolver({\r\n defaults: {\r\n \"@type\": \"SoftwareApplication\"\r\n },\r\n resolve(node, ctx) {\r\n resolveDefaultType(node, \"SoftwareApplication\");\r\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\r\n node.aggregateRating = resolveRelation(node.aggregateRating, ctx, aggregateRatingResolver);\r\n node.review = resolveRelation(node.review, ctx, reviewResolver);\r\n return node;\r\n }\r\n});\r\n\r\nfunction loadResolver(resolver) {\r\n switch (resolver) {\r\n case \"address\":\r\n return addressResolver;\r\n case \"aggregateOffer\":\r\n return aggregateOfferResolver;\r\n case \"aggregateRating\":\r\n return aggregateRatingResolver;\r\n case \"article\":\r\n return articleResolver;\r\n case \"breadcrumb\":\r\n return breadcrumbResolver;\r\n case \"comment\":\r\n return commentResolver;\r\n case \"event\":\r\n return eventResolver;\r\n case \"foodEstablishment\":\r\n return foodEstablishmentResolver;\r\n case \"virtualLocation\":\r\n return virtualLocationResolver;\r\n case \"place\":\r\n return placeResolver;\r\n case \"howTo\":\r\n return howToResolver;\r\n case \"howToStep\":\r\n return howToStepResolver;\r\n case \"image\":\r\n return imageResolver;\r\n case \"localBusiness\":\r\n return localBusinessResolver;\r\n case \"offer\":\r\n return offerResolver;\r\n case \"openingHours\":\r\n return openingHoursResolver;\r\n case \"organization\":\r\n return organizationResolver;\r\n case \"person\":\r\n return personResolver;\r\n case \"product\":\r\n return productResolver;\r\n case \"question\":\r\n return questionResolver;\r\n case \"recipe\":\r\n return recipeResolver;\r\n case \"review\":\r\n return reviewResolver;\r\n case \"video\":\r\n return videoResolver;\r\n case \"webPage\":\r\n return webPageResolver;\r\n case \"webSite\":\r\n return webSiteResolver;\r\n case \"book\":\r\n return bookResolver;\r\n case \"course\":\r\n return courseResolver;\r\n case \"itemList\":\r\n return itemListResolver;\r\n case \"jobPosting\":\r\n return jobPostingResolver;\r\n case \"listItem\":\r\n return listItemResolver;\r\n case \"movie\":\r\n return movieResolver;\r\n case \"searchAction\":\r\n return searchActionResolver;\r\n case \"readAction\":\r\n return readActionResolver;\r\n case \"softwareApp\":\r\n return softwareAppResolver;\r\n case \"bookEdition\":\r\n return bookEditionResolver;\r\n }\r\n return null;\r\n}\r\n\r\nconst resolver = {\r\n __proto__: null,\r\n loadResolver: loadResolver\r\n};\r\n\r\nfunction resolveMeta(meta) {\r\n if (!meta.host && meta.canonicalHost)\r\n meta.host = meta.canonicalHost;\r\n if (!meta.tagPosition && meta.position)\r\n meta.tagPosition = meta.position;\r\n if (!meta.currency && meta.defaultCurrency)\r\n meta.currency = meta.defaultCurrency;\r\n if (!meta.inLanguage && meta.defaultLanguage)\r\n meta.inLanguage = meta.defaultLanguage;\r\n if (!meta.path)\r\n meta.path = \"/\";\r\n if (!meta.host && typeof document !== \"undefined\")\r\n meta.host = document.location.host;\r\n if (!meta.url && meta.canonicalUrl)\r\n meta.url = meta.canonicalUrl;\r\n if (meta.path !== \"/\") {\r\n if (meta.trailingSlash && !hasTrailingSlash(meta.path))\r\n meta.path = withTrailingSlash(meta.path);\r\n else if (!meta.trailingSlash && hasTrailingSlash(meta.path))\r\n meta.path = withoutTrailingSlash(meta.path);\r\n }\r\n meta.url = joinURL(meta.host || \"\", meta.path);\r\n return {\r\n ...meta,\r\n host: meta.host,\r\n url: meta.url,\r\n currency: meta.currency,\r\n image: meta.image,\r\n inLanguage: meta.inLanguage,\r\n title: meta.title,\r\n description: meta.description,\r\n datePublished: meta.datePublished,\r\n dateModified: meta.dateModified\r\n };\r\n}\r\nfunction resolveNode(node, ctx, resolver) {\r\n if (resolver?.cast)\r\n node = resolver.cast(node, ctx);\r\n if (resolver?.defaults) {\r\n let defaults = resolver.defaults || {};\r\n if (typeof defaults === \"function\")\r\n defaults = defaults(ctx);\r\n node = {\r\n ...defaults,\r\n ...node\r\n };\r\n }\r\n resolver.inheritMeta?.forEach((entry) => {\r\n if (typeof entry === \"string\")\r\n setIfEmpty(node, entry, ctx.meta[entry]);\r\n else\r\n setIfEmpty(node, entry.key, ctx.meta[entry.meta]);\r\n });\r\n if (resolver?.resolve)\r\n node = resolver.resolve(node, ctx);\r\n for (const k in node) {\r\n const v = node[k];\r\n if (typeof v === \"object\" && v?._resolver)\r\n node[k] = resolveRelation(v, ctx, v._resolver);\r\n }\r\n stripEmptyProperties(node);\r\n return node;\r\n}\r\nfunction resolveNodeId(node, ctx, resolver, resolveAsRoot = false) {\r\n if (node[\"@id\"] && node[\"@id\"].startsWith(\"http\"))\r\n return node;\r\n const prefix = (Array.isArray(resolver.idPrefix) ? resolver.idPrefix[0] : resolver.idPrefix) || \"url\";\r\n const rootId = node[\"@id\"] || (Array.isArray(resolver.idPrefix) ? resolver.idPrefix?.[1] : void 0);\r\n if (!node[\"@id\"] && resolveAsRoot && rootId) {\r\n node[\"@id\"] = prefixId(ctx.meta[prefix], rootId);\r\n return node;\r\n }\r\n if (node[\"@id\"]?.startsWith(\"#/schema/\")) {\r\n node[\"@id\"] = prefixId(ctx.meta[prefix], node[\"@id\"]);\r\n return node;\r\n }\r\n let alias = resolver?.alias;\r\n if (!alias) {\r\n const type = asArray(node[\"@type\"])?.[0] || \"\";\r\n alias = type.replace(/([a-z])([A-Z])/g, \"$1-$2\").toLowerCase();\r\n }\r\n const hashNodeData = {};\r\n Object.entries(node).forEach(([key, val]) => {\r\n if (!key.startsWith(\"_\"))\r\n hashNodeData[key] = val;\r\n });\r\n node[\"@id\"] = prefixId(ctx.meta[prefix], `#/schema/${alias}/${node[\"@id\"] || hashCode(JSON.stringify(hashNodeData))}`);\r\n return node;\r\n}\r\nfunction resolveRelation(input, ctx, fallbackResolver, options = {}) {\r\n if (!input)\r\n return input;\r\n const ids = asArray(input).map((a) => {\r\n const keys = Object.keys(a).length;\r\n if (keys === 1 && a[\"@id\"] || keys === 2 && a[\"@id\"] && a[\"@type\"]) {\r\n return {\r\n // we drop @type\r\n \"@id\": ctx.find(a[\"@id\"])?.[\"@id\"] || a[\"@id\"]\r\n };\r\n }\r\n let resolver = fallbackResolver;\r\n if (a._resolver) {\r\n resolver = a._resolver;\r\n if (typeof resolver === \"string\")\r\n resolver = loadResolver(resolver);\r\n delete a._resolver;\r\n }\r\n if (!resolver)\r\n return a;\r\n let node = resolveNode(a, ctx, resolver);\r\n if (options.afterResolve)\r\n options.afterResolve(node);\r\n if (options.generateId || options.root)\r\n node = resolveNodeId(node, ctx, resolver, false);\r\n if (options.root) {\r\n if (resolver.resolveRootNode)\r\n resolver.resolveRootNode(node, ctx);\r\n ctx.push(node);\r\n return idReference(node[\"@id\"]);\r\n }\r\n return node;\r\n });\r\n if (!options.array && ids.length === 1)\r\n return ids[0];\r\n return ids;\r\n}\r\n\r\nfunction isPlainObject(value) {\r\n if (value === null || typeof value !== \"object\") {\r\n return false;\r\n }\r\n const prototype = Object.getPrototypeOf(value);\r\n if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {\r\n return false;\r\n }\r\n if (Symbol.iterator in value) {\r\n return false;\r\n }\r\n if (Symbol.toStringTag in value) {\r\n return Object.prototype.toString.call(value) === \"[object Module]\";\r\n }\r\n return true;\r\n}\r\n\r\nfunction _defu(baseObject, defaults, namespace = \".\", merger) {\r\n if (!isPlainObject(defaults)) {\r\n return _defu(baseObject, {}, namespace, merger);\r\n }\r\n const object = Object.assign({}, defaults);\r\n for (const key in baseObject) {\r\n if (key === \"__proto__\" || key === \"constructor\") {\r\n continue;\r\n }\r\n const value = baseObject[key];\r\n if (value === null || value === void 0) {\r\n continue;\r\n }\r\n if (merger && merger(object, key, value, namespace)) {\r\n continue;\r\n }\r\n if (Array.isArray(value) && Array.isArray(object[key])) {\r\n object[key] = [...value, ...object[key]];\r\n } else if (isPlainObject(value) && isPlainObject(object[key])) {\r\n object[key] = _defu(\r\n value,\r\n object[key],\r\n (namespace ? `${namespace}.` : \"\") + key.toString(),\r\n merger\r\n );\r\n } else {\r\n object[key] = value;\r\n }\r\n }\r\n return object;\r\n}\r\nfunction createDefu(merger) {\r\n return (...arguments_) => (\r\n // eslint-disable-next-line unicorn/no-array-reduce\r\n arguments_.reduce((p, c) => _defu(p, c, \"\", merger), {})\r\n );\r\n}\r\n\r\nfunction groupBy(array, predicate) {\r\n return array.reduce((acc, value, index, array2) => {\r\n const key = predicate(value, index, array2);\r\n if (!acc[key])\r\n acc[key] = [];\r\n acc[key].push(value);\r\n return acc;\r\n }, {});\r\n}\r\nfunction uniqueBy(array, predicate) {\r\n return Object.values(groupBy(array, predicate)).map((a) => a[a.length - 1]);\r\n}\r\nconst merge = createDefu((object, key, value) => {\r\n if (Array.isArray(object[key])) {\r\n object[key] = [.../* @__PURE__ */ new Set([...object[key], ...value])];\r\n if (key === \"itemListElement\") {\r\n object[key] = [...uniqueBy(object[key], (item) => item.position)];\r\n }\r\n return true;\r\n }\r\n});\r\nfunction dedupeNodes(nodes) {\r\n const dedupedNodes = {};\r\n for (const key of nodes.keys()) {\r\n const n = nodes[key];\r\n const nodeKey = resolveAsGraphKey(n[\"@id\"] || hash(n));\r\n if (dedupedNodes[nodeKey])\r\n dedupedNodes[nodeKey] = merge(nodes[key], dedupedNodes[nodeKey]);\r\n else\r\n dedupedNodes[nodeKey] = nodes[key];\r\n }\r\n return Object.values(dedupedNodes);\r\n}\r\nfunction normaliseNodes(nodes) {\r\n const sortedNodeKeys = nodes.keys();\r\n const dedupedNodes = {};\r\n for (const key of sortedNodeKeys) {\r\n const n = nodes[key];\r\n const nodeKey = resolveAsGraphKey(n[\"@id\"] || hash(n));\r\n const groupedKeys = groupBy(Object.keys(n), (key2) => {\r\n const val = n[key2];\r\n if (key2.startsWith(\"_\"))\r\n return \"ignored\";\r\n if (Array.isArray(val) || typeof val === \"object\")\r\n return \"relations\";\r\n return \"primitives\";\r\n });\r\n const keys = [\r\n ...(groupedKeys.primitives || []).sort(),\r\n ...(groupedKeys.relations || []).sort()\r\n ];\r\n let newNode = {};\r\n for (const key2 of keys)\r\n newNode[key2] = n[key2];\r\n if (dedupedNodes[nodeKey])\r\n newNode = merge(newNode, dedupedNodes[nodeKey]);\r\n dedupedNodes[nodeKey] = newNode;\r\n }\r\n return Object.values(dedupedNodes);\r\n}\r\n\r\nfunction createSchemaOrgGraph() {\r\n const ctx = {\r\n find(id) {\r\n const key = resolveAsGraphKey(id);\r\n return ctx.nodes.filter((n) => !!n[\"@id\"]).find((n) => resolveAsGraphKey(n[\"@id\"]) === key);\r\n },\r\n push(input) {\r\n asArray(input).forEach((node) => {\r\n const registeredNode = node;\r\n ctx.nodes.push(registeredNode);\r\n });\r\n },\r\n resolveGraph(meta) {\r\n ctx.meta = resolveMeta({ ...meta });\r\n ctx.nodes.forEach((node, key) => {\r\n const resolver = node._resolver;\r\n if (resolver) {\r\n node = resolveNode(node, ctx, resolver);\r\n node = resolveNodeId(node, ctx, resolver, true);\r\n }\r\n ctx.nodes[key] = node;\r\n });\r\n ctx.nodes = dedupeNodes(ctx.nodes);\r\n ctx.nodes.forEach((node) => {\r\n if (node.image && typeof node.image === \"string\") {\r\n node.image = resolveRelation(node.image, ctx, imageResolver, {\r\n root: true\r\n });\r\n }\r\n if (node._resolver?.resolveRootNode)\r\n node._resolver.resolveRootNode(node, ctx);\r\n delete node._resolver;\r\n });\r\n return normaliseNodes(ctx.nodes);\r\n },\r\n nodes: [],\r\n meta: {}\r\n };\r\n return ctx;\r\n}\r\n\r\nfunction UnheadSchemaOrg(options) {\r\n return SchemaOrgUnheadPlugin({}, () => ({}), options);\r\n}\r\nfunction PluginSchemaOrg(options) {\r\n const fallback = () => ({});\r\n return SchemaOrgUnheadPlugin({}, options?.resolveMeta || fallback, options);\r\n}\r\nfunction SchemaOrgUnheadPlugin(config, meta, options) {\r\n config = resolveMeta({ ...config });\r\n let graph;\r\n let resolvedMeta = {};\r\n return defineHeadPlugin((head) => ({\r\n key: \"schema-org\",\r\n hooks: {\r\n \"entries:resolve\": function() {\r\n graph = createSchemaOrgGraph();\r\n },\r\n \"tag:normalise\": async function({ tag }) {\r\n if (tag.key === \"schema-org-graph\") {\r\n const { loadResolver } = await Promise.resolve().then(function () { return resolver; });\r\n const nodes = await tag.props.nodes;\r\n for (const node of Array.isArray(nodes) ? nodes : [nodes]) {\r\n const newNode = {\r\n ...node,\r\n _resolver: loadResolver(await node._resolver)\r\n };\r\n graph.push(newNode);\r\n }\r\n tag.tagPosition = tag.tagPosition || config.tagPosition === \"head\" ? \"head\" : \"bodyClose\";\r\n }\r\n if (tag.tag === \"htmlAttrs\" && tag.props.lang) {\r\n resolvedMeta.inLanguage = tag.props.lang;\r\n } else if (tag.tag === \"title\") {\r\n resolvedMeta.title = tag.textContent;\r\n } else if (tag.tag === \"meta\" && tag.props.name === \"description\") {\r\n resolvedMeta.description = tag.props.content;\r\n } else if (tag.tag === \"link\" && tag.props.rel === \"canonical\") {\r\n resolvedMeta.url = tag.props.href;\r\n if (resolvedMeta.url && !resolvedMeta.host) {\r\n try {\r\n resolvedMeta.host = new URL(resolvedMeta.url).origin;\r\n } catch {\r\n }\r\n }\r\n } else if (tag.tag === \"meta\" && tag.props.property === \"og:image\") {\r\n resolvedMeta.image = tag.props.content;\r\n } else if (tag.tag === \"templateParams\" && tag.props.schemaOrg) {\r\n resolvedMeta = {\r\n ...resolvedMeta,\r\n // @ts-expect-error untyped\r\n ...tag.props.schemaOrg\r\n };\r\n delete tag.props.schemaOrg;\r\n }\r\n },\r\n \"tags:resolve\": async function(ctx) {\r\n for (const tag of ctx.tags) {\r\n if (tag.tag === \"script\" && tag.key === \"schema-org-graph\") {\r\n const minify = options?.minify || process.env.NODE_ENV === \"production\";\r\n tag.innerHTML = JSON.stringify({\r\n \"@context\": \"https://schema.org\",\r\n \"@graph\": graph.resolveGraph({ ...await meta?.() || {}, ...config, ...resolvedMeta })\r\n }, (_, value) => {\r\n if (typeof value !== \"object\")\r\n return processTemplateParams(value, head._templateParams, head._separator);\r\n return value;\r\n }, minify ? 0 : 2);\r\n delete tag.props.nodes;\r\n return;\r\n }\r\n }\r\n }\r\n }\r\n }));\r\n}\r\n\r\nexport { webSiteResolver as $, itemListResolver as A, imageResolver as B, jobPostingResolver as C, listItemResolver as D, localBusinessResolver as E, movieResolver as F, offerResolver as G, HowToId as H, openingHoursResolver as I, organizationResolver as J, personResolver as K, addressResolver as L, ProductId as M, productResolver as N, questionResolver as O, PrimaryArticleId as P, ratingResolver as Q, RecipeId as R, recipeResolver as S, softwareAppResolver as T, UnheadSchemaOrg as U, reviewResolver as V, videoResolver as W, PrimaryWebPageId as X, webPageResolver as Y, readActionResolver as Z, PrimaryWebSiteId as _, dedupeNodes as a, searchActionResolver as a0, PluginSchemaOrg as a1, SchemaOrgUnheadPlugin as a2, resolveNode as b, createSchemaOrgGraph as c, defineSchemaOrgResolver as d, resolveNodeId as e, resolveRelation as f, aggregateOfferResolver as g, aggregateRatingResolver as h, articleResolver as i, bookEditionResolver as j, PrimaryBookId as k, bookResolver as l, PrimaryBreadcrumbId as m, normaliseNodes as n, breadcrumbResolver as o, commentResolver as p, courseResolver as q, resolveMeta as r, PrimaryEventId as s, eventResolver as t, placeResolver as u, virtualLocationResolver as v, foodEstablishmentResolver as w, howToResolver as x, howToStepResolver as y, howToStepDirectionResolver as z };\r\n", "import { U as UnheadSchemaOrg } from './shared/schema-org.e127cd72.mjs';\r\nexport { H as HowToId, a1 as PluginSchemaOrg, P as PrimaryArticleId, k as PrimaryBookId, m as PrimaryBreadcrumbId, s as PrimaryEventId, X as PrimaryWebPageId, _ as PrimaryWebSiteId, M as ProductId, R as RecipeId, a2 as SchemaOrgUnheadPlugin, L as addressResolver, g as aggregateOfferResolver, h as aggregateRatingResolver, i as articleResolver, j as bookEditionResolver, l as bookResolver, o as breadcrumbResolver, p as commentResolver, q as courseResolver, c as createSchemaOrgGraph, a as dedupeNodes, d as defineSchemaOrgResolver, t as eventResolver, w as foodEstablishmentResolver, x as howToResolver, z as howToStepDirectionResolver, y as howToStepResolver, B as imageResolver, A as itemListResolver, C as jobPostingResolver, D as listItemResolver, E as localBusinessResolver, F as movieResolver, n as normaliseNodes, G as offerResolver, I as openingHoursResolver, J as organizationResolver, K as personResolver, u as placeResolver, N as productResolver, O as questionResolver, Q as ratingResolver, Z as readActionResolver, S as recipeResolver, r as resolveMeta, b as resolveNode, e as resolveNodeId, f as resolveRelation, V as reviewResolver, a0 as searchActionResolver, T as softwareAppResolver, W as videoResolver, v as virtualLocationResolver, Y as webPageResolver, $ as webSiteResolver } from './shared/schema-org.e127cd72.mjs';\r\nimport { getActiveHead, useHead } from 'unhead';\r\nimport '@unhead/shared';\r\nimport 'ufo';\r\n\r\nfunction provideResolver(input, resolver) {\r\n if (!input)\r\n input = {};\r\n input._resolver = resolver;\r\n return input;\r\n}\r\nfunction defineAddress(input) {\r\n return provideResolver(input, \"address\");\r\n}\r\nfunction defineAggregateOffer(input) {\r\n return provideResolver(input, \"aggregateOffer\");\r\n}\r\nfunction defineAggregateRating(input) {\r\n return provideResolver(input, \"aggregateRating\");\r\n}\r\nfunction defineArticle(input) {\r\n return provideResolver(input, \"article\");\r\n}\r\nfunction defineBreadcrumb(input) {\r\n return provideResolver(input, \"breadcrumb\");\r\n}\r\nfunction defineComment(input) {\r\n return provideResolver(input, \"comment\");\r\n}\r\nfunction defineEvent(input) {\r\n return provideResolver(input, \"event\");\r\n}\r\nfunction defineFoodEstablishment(input) {\r\n return provideResolver(input, \"foodEstablishment\");\r\n}\r\nfunction defineVirtualLocation(input) {\r\n return provideResolver(input, \"virtualLocation\");\r\n}\r\nfunction definePlace(input) {\r\n return provideResolver(input, \"place\");\r\n}\r\nfunction defineHowTo(input) {\r\n return provideResolver(input, \"howTo\");\r\n}\r\nfunction defineHowToStep(input) {\r\n return provideResolver(input, \"howToStep\");\r\n}\r\nfunction defineImage(input) {\r\n return provideResolver(input, \"image\");\r\n}\r\nfunction defineJobPosting(input) {\r\n return provideResolver(input, \"jobPosting\");\r\n}\r\nfunction defineLocalBusiness(input) {\r\n return provideResolver(input, \"localBusiness\");\r\n}\r\nfunction defineOffer(input) {\r\n return provideResolver(input, \"offer\");\r\n}\r\nfunction defineOpeningHours(input) {\r\n return provideResolver(input, \"openingHours\");\r\n}\r\nfunction defineOrganization(input) {\r\n return provideResolver(input, \"organization\");\r\n}\r\nfunction definePerson(input) {\r\n return provideResolver(input, \"person\");\r\n}\r\nfunction defineProduct(input) {\r\n return provideResolver(input, \"product\");\r\n}\r\nfunction defineQuestion(input) {\r\n return provideResolver(input, \"question\");\r\n}\r\nfunction defineRecipe(input) {\r\n return provideResolver(input, \"recipe\");\r\n}\r\nfunction defineReview(input) {\r\n return provideResolver(input, \"review\");\r\n}\r\nfunction defineVideo(input) {\r\n return provideResolver(input, \"video\");\r\n}\r\nfunction defineWebPage(input) {\r\n return provideResolver(input, \"webPage\");\r\n}\r\nfunction defineWebSite(input) {\r\n return provideResolver(input, \"webSite\");\r\n}\r\nfunction defineBook(input) {\r\n return provideResolver(input, \"book\");\r\n}\r\nfunction defineCourse(input) {\r\n return provideResolver(input, \"course\");\r\n}\r\nfunction defineItemList(input) {\r\n return provideResolver(input, \"itemList\");\r\n}\r\nfunction defineListItem(input) {\r\n return provideResolver(input, \"listItem\");\r\n}\r\nfunction defineMovie(input) {\r\n return provideResolver(input, \"movie\");\r\n}\r\nfunction defineSearchAction(input) {\r\n return provideResolver(input, \"searchAction\");\r\n}\r\nfunction defineReadAction(input) {\r\n return provideResolver(input, \"readAction\");\r\n}\r\nfunction defineSoftwareApp(input) {\r\n return provideResolver(input, \"softwareApp\");\r\n}\r\nfunction defineBookEdition(input) {\r\n return provideResolver(input, \"bookEdition\");\r\n}\r\nfunction useSchemaOrg(input) {\r\n const head = getActiveHead();\r\n if (!head)\r\n return;\r\n head.use(UnheadSchemaOrg());\r\n return useHead({\r\n script: [\r\n {\r\n type: \"application/ld+json\",\r\n key: \"schema-org-graph\",\r\n nodes: input\r\n }\r\n ]\r\n });\r\n}\r\n\r\nexport { UnheadSchemaOrg, defineAddress, defineAggregateOffer, defineAggregateRating, defineArticle, defineBook, defineBookEdition, defineBreadcrumb, defineComment, defineCourse, defineEvent, defineFoodEstablishment, defineHowTo, defineHowToStep, defineImage, defineItemList, defineJobPosting, defineListItem, defineLocalBusiness, defineMovie, defineOffer, defineOpeningHours, defineOrganization, definePerson, definePlace, defineProduct, defineQuestion, defineReadAction, defineRecipe, defineReview, defineSearchAction, defineSoftwareApp, defineVideo, defineVirtualLocation, defineWebPage, defineWebSite, useSchemaOrg };\r\n"], + "sourcesContent": ["const n = /[^\\0-\\x7E]/;\nconst t = /[\\x2E\\u3002\\uFF0E\\uFF61]/g;\nconst o = {\n overflow: \"Overflow Error\",\n \"not-basic\": \"Illegal Input\",\n \"invalid-input\": \"Invalid Input\"\n};\nconst e = Math.floor;\nconst r = String.fromCharCode;\nfunction s(n2) {\n throw new RangeError(o[n2]);\n}\nconst c = function(n2, t2) {\n return n2 + 22 + 75 * (n2 < 26) - ((t2 != 0) << 5);\n};\nconst u = function(n2, t2, o2) {\n let r2 = 0;\n for (n2 = o2 ? e(n2 / 700) : n2 >> 1, n2 += e(n2 / t2); n2 > 455; r2 += 36) {\n n2 = e(n2 / 35);\n }\n return e(r2 + 36 * n2 / (n2 + 38));\n};\nfunction toASCII(o2) {\n return function(n2, o3) {\n const e2 = n2.split(\"@\");\n let r2 = \"\";\n e2.length > 1 && (r2 = e2[0] + \"@\", n2 = e2[1]);\n const s2 = function(n3, t2) {\n const o4 = [];\n let e3 = n3.length;\n for (; e3--; ) {\n o4[e3] = t2(n3[e3]);\n }\n return o4;\n }((n2 = n2.replace(t, \".\")).split(\".\"), o3).join(\".\");\n return r2 + s2;\n }(o2, function(t2) {\n return n.test(t2) ? \"xn--\" + function(n2) {\n const t3 = [];\n const o3 = (n2 = function(n3) {\n const t4 = [];\n let o4 = 0;\n const e2 = n3.length;\n for (; o4 < e2; ) {\n const r2 = n3.charCodeAt(o4++);\n if (r2 >= 55296 && r2 <= 56319 && o4 < e2) {\n const e3 = n3.charCodeAt(o4++);\n (64512 & e3) == 56320 ? t4.push(((1023 & r2) << 10) + (1023 & e3) + 65536) : (t4.push(r2), o4--);\n } else {\n t4.push(r2);\n }\n }\n return t4;\n }(n2)).length;\n let f = 128;\n let i = 0;\n let l = 72;\n for (const o4 of n2) {\n o4 < 128 && t3.push(r(o4));\n }\n const h = t3.length;\n let p = h;\n for (h && t3.push(\"-\"); p < o3; ) {\n let o4 = 2147483647;\n for (const t4 of n2) {\n t4 >= f && t4 < o4 && (o4 = t4);\n }\n const a = p + 1;\n o4 - f > e((2147483647 - i) / a) && s(\"overflow\"), i += (o4 - f) * a, f = o4;\n for (const o5 of n2) {\n if (o5 < f && ++i > 2147483647 && s(\"overflow\"), o5 == f) {\n let n3 = i;\n for (let o6 = 36; ; o6 += 36) {\n const s2 = o6 <= l ? 1 : o6 >= l + 26 ? 26 : o6 - l;\n if (n3 < s2) {\n break;\n }\n const u2 = n3 - s2;\n const f2 = 36 - s2;\n t3.push(r(c(s2 + u2 % f2, 0))), n3 = e(u2 / f2);\n }\n t3.push(r(c(n3, 0))), l = u(i, a, p == h), i = 0, ++p;\n }\n }\n ++i, ++f;\n }\n return t3.join(\"\");\n }(t2) : t2;\n });\n}\n\nconst HASH_RE = /#/g;\nconst AMPERSAND_RE = /&/g;\nconst SLASH_RE = /\\//g;\nconst EQUAL_RE = /=/g;\nconst IM_RE = /\\?/g;\nconst PLUS_RE = /\\+/g;\nconst ENC_CARET_RE = /%5e/gi;\nconst ENC_BACKTICK_RE = /%60/gi;\nconst ENC_CURLY_OPEN_RE = /%7b/gi;\nconst ENC_PIPE_RE = /%7c/gi;\nconst ENC_CURLY_CLOSE_RE = /%7d/gi;\nconst ENC_SPACE_RE = /%20/gi;\nconst ENC_SLASH_RE = /%2f/gi;\nconst ENC_ENC_SLASH_RE = /%252f/gi;\nfunction encode(text) {\n return encodeURI(\"\" + text).replace(ENC_PIPE_RE, \"|\");\n}\nfunction encodeHash(text) {\n return encode(text).replace(ENC_CURLY_OPEN_RE, \"{\").replace(ENC_CURLY_CLOSE_RE, \"}\").replace(ENC_CARET_RE, \"^\");\n}\nfunction encodeQueryValue(input) {\n return encode(typeof input === \"string\" ? input : JSON.stringify(input)).replace(PLUS_RE, \"%2B\").replace(ENC_SPACE_RE, \"+\").replace(HASH_RE, \"%23\").replace(AMPERSAND_RE, \"%26\").replace(ENC_BACKTICK_RE, \"`\").replace(ENC_CARET_RE, \"^\").replace(SLASH_RE, \"%2F\");\n}\nfunction encodeQueryKey(text) {\n return encodeQueryValue(text).replace(EQUAL_RE, \"%3D\");\n}\nfunction encodePath(text) {\n return encode(text).replace(HASH_RE, \"%23\").replace(IM_RE, \"%3F\").replace(ENC_ENC_SLASH_RE, \"%2F\").replace(AMPERSAND_RE, \"%26\").replace(PLUS_RE, \"%2B\");\n}\nfunction encodeParam(text) {\n return encodePath(text).replace(SLASH_RE, \"%2F\");\n}\nfunction decode(text = \"\") {\n try {\n return decodeURIComponent(\"\" + text);\n } catch {\n return \"\" + text;\n }\n}\nfunction decodePath(text) {\n return decode(text.replace(ENC_SLASH_RE, \"%252F\"));\n}\nfunction decodeQueryKey(text) {\n return decode(text.replace(PLUS_RE, \" \"));\n}\nfunction decodeQueryValue(text) {\n return decode(text.replace(PLUS_RE, \" \"));\n}\nfunction encodeHost(name = \"\") {\n return toASCII(name);\n}\n\nfunction parseQuery(parametersString = \"\") {\n const object = {};\n if (parametersString[0] === \"?\") {\n parametersString = parametersString.slice(1);\n }\n for (const parameter of parametersString.split(\"&\")) {\n const s = parameter.match(/([^=]+)=?(.*)/) || [];\n if (s.length < 2) {\n continue;\n }\n const key = decodeQueryKey(s[1]);\n if (key === \"__proto__\" || key === \"constructor\") {\n continue;\n }\n const value = decodeQueryValue(s[2] || \"\");\n if (object[key] === void 0) {\n object[key] = value;\n } else if (Array.isArray(object[key])) {\n object[key].push(value);\n } else {\n object[key] = [object[key], value];\n }\n }\n return object;\n}\nfunction encodeQueryItem(key, value) {\n if (typeof value === \"number\" || typeof value === \"boolean\") {\n value = String(value);\n }\n if (!value) {\n return encodeQueryKey(key);\n }\n if (Array.isArray(value)) {\n return value.map((_value) => `${encodeQueryKey(key)}=${encodeQueryValue(_value)}`).join(\"&\");\n }\n return `${encodeQueryKey(key)}=${encodeQueryValue(value)}`;\n}\nfunction stringifyQuery(query) {\n return Object.keys(query).filter((k) => query[k] !== void 0).map((k) => encodeQueryItem(k, query[k])).filter(Boolean).join(\"&\");\n}\n\nconst PROTOCOL_STRICT_REGEX = /^[\\s\\w\\0+.-]{2,}:([/\\\\]{1,2})/;\nconst PROTOCOL_REGEX = /^[\\s\\w\\0+.-]{2,}:([/\\\\]{2})?/;\nconst PROTOCOL_RELATIVE_REGEX = /^([/\\\\]\\s*){2,}[^/\\\\]/;\nconst PROTOCOL_SCRIPT_RE = /^[\\s\\0]*(blob|data|javascript|vbscript):$/i;\nconst TRAILING_SLASH_RE = /\\/$|\\/\\?|\\/#/;\nconst JOIN_LEADING_SLASH_RE = /^\\.?\\//;\nfunction isRelative(inputString) {\n return [\"./\", \"../\"].some((string_) => inputString.startsWith(string_));\n}\nfunction hasProtocol(inputString, opts = {}) {\n if (typeof opts === \"boolean\") {\n opts = { acceptRelative: opts };\n }\n if (opts.strict) {\n return PROTOCOL_STRICT_REGEX.test(inputString);\n }\n return PROTOCOL_REGEX.test(inputString) || (opts.acceptRelative ? PROTOCOL_RELATIVE_REGEX.test(inputString) : false);\n}\nfunction isScriptProtocol(protocol) {\n return !!protocol && PROTOCOL_SCRIPT_RE.test(protocol);\n}\nfunction hasTrailingSlash(input = \"\", respectQueryAndFragment) {\n if (!respectQueryAndFragment) {\n return input.endsWith(\"/\");\n }\n return TRAILING_SLASH_RE.test(input);\n}\nfunction withoutTrailingSlash(input = \"\", respectQueryAndFragment) {\n if (!respectQueryAndFragment) {\n return (hasTrailingSlash(input) ? input.slice(0, -1) : input) || \"/\";\n }\n if (!hasTrailingSlash(input, true)) {\n return input || \"/\";\n }\n let path = input;\n let fragment = \"\";\n const fragmentIndex = input.indexOf(\"#\");\n if (fragmentIndex >= 0) {\n path = input.slice(0, fragmentIndex);\n fragment = input.slice(fragmentIndex);\n }\n const [s0, ...s] = path.split(\"?\");\n const cleanPath = s0.endsWith(\"/\") ? s0.slice(0, -1) : s0;\n return (cleanPath || \"/\") + (s.length > 0 ? `?${s.join(\"?\")}` : \"\") + fragment;\n}\nfunction withTrailingSlash(input = \"\", respectQueryAndFragment) {\n if (!respectQueryAndFragment) {\n return input.endsWith(\"/\") ? input : input + \"/\";\n }\n if (hasTrailingSlash(input, true)) {\n return input || \"/\";\n }\n let path = input;\n let fragment = \"\";\n const fragmentIndex = input.indexOf(\"#\");\n if (fragmentIndex >= 0) {\n path = input.slice(0, fragmentIndex);\n fragment = input.slice(fragmentIndex);\n if (!path) {\n return fragment;\n }\n }\n const [s0, ...s] = path.split(\"?\");\n return s0 + \"/\" + (s.length > 0 ? `?${s.join(\"?\")}` : \"\") + fragment;\n}\nfunction hasLeadingSlash(input = \"\") {\n return input.startsWith(\"/\");\n}\nfunction withoutLeadingSlash(input = \"\") {\n return (hasLeadingSlash(input) ? input.slice(1) : input) || \"/\";\n}\nfunction withLeadingSlash(input = \"\") {\n return hasLeadingSlash(input) ? input : \"/\" + input;\n}\nfunction cleanDoubleSlashes(input = \"\") {\n return input.split(\"://\").map((string_) => string_.replace(/\\/{2,}/g, \"/\")).join(\"://\");\n}\nfunction withBase(input, base) {\n if (isEmptyURL(base) || hasProtocol(input)) {\n return input;\n }\n const _base = withoutTrailingSlash(base);\n if (input.startsWith(_base)) {\n return input;\n }\n return joinURL(_base, input);\n}\nfunction withoutBase(input, base) {\n if (isEmptyURL(base)) {\n return input;\n }\n const _base = withoutTrailingSlash(base);\n if (!input.startsWith(_base)) {\n return input;\n }\n const trimmed = input.slice(_base.length);\n return trimmed[0] === \"/\" ? trimmed : \"/\" + trimmed;\n}\nfunction withQuery(input, query) {\n const parsed = parseURL(input);\n const mergedQuery = { ...parseQuery(parsed.search), ...query };\n parsed.search = stringifyQuery(mergedQuery);\n return stringifyParsedURL(parsed);\n}\nfunction getQuery(input) {\n return parseQuery(parseURL(input).search);\n}\nfunction isEmptyURL(url) {\n return !url || url === \"/\";\n}\nfunction isNonEmptyURL(url) {\n return url && url !== \"/\";\n}\nfunction joinURL(base, ...input) {\n let url = base || \"\";\n for (const segment of input.filter((url2) => isNonEmptyURL(url2))) {\n if (url) {\n const _segment = segment.replace(JOIN_LEADING_SLASH_RE, \"\");\n url = withTrailingSlash(url) + _segment;\n } else {\n url = segment;\n }\n }\n return url;\n}\nfunction joinRelativeURL(..._input) {\n const JOIN_SEGMENT_SPLIT_RE = /\\/(?!\\/)/;\n const input = _input.filter(Boolean);\n const segments = [];\n let segmentsDepth = 0;\n for (const i of input) {\n if (!i || i === \"/\") {\n continue;\n }\n for (const [sindex, s] of i.split(JOIN_SEGMENT_SPLIT_RE).entries()) {\n if (!s || s === \".\") {\n continue;\n }\n if (s === \"..\") {\n if (segments.length === 1 && hasProtocol(segments[0])) {\n continue;\n }\n segments.pop();\n segmentsDepth--;\n continue;\n }\n if (sindex === 1 && segments[segments.length - 1]?.endsWith(\":/\")) {\n segments[segments.length - 1] += \"/\" + s;\n continue;\n }\n segments.push(s);\n segmentsDepth++;\n }\n }\n let url = segments.join(\"/\");\n if (segmentsDepth >= 0) {\n if (input[0]?.startsWith(\"/\") && !url.startsWith(\"/\")) {\n url = \"/\" + url;\n } else if (input[0]?.startsWith(\"./\") && !url.startsWith(\"./\")) {\n url = \"./\" + url;\n }\n } else {\n url = \"../\".repeat(-1 * segmentsDepth) + url;\n }\n if (input[input.length - 1]?.endsWith(\"/\") && !url.endsWith(\"/\")) {\n url += \"/\";\n }\n return url;\n}\nfunction withHttp(input) {\n return withProtocol(input, \"http://\");\n}\nfunction withHttps(input) {\n return withProtocol(input, \"https://\");\n}\nfunction withoutProtocol(input) {\n return withProtocol(input, \"\");\n}\nfunction withProtocol(input, protocol) {\n const match = input.match(PROTOCOL_REGEX);\n if (!match) {\n return protocol + input;\n }\n return protocol + input.slice(match[0].length);\n}\nfunction normalizeURL(input) {\n const parsed = parseURL(input);\n parsed.pathname = encodePath(decodePath(parsed.pathname));\n parsed.hash = encodeHash(decode(parsed.hash));\n parsed.host = encodeHost(decode(parsed.host));\n parsed.search = stringifyQuery(parseQuery(parsed.search));\n return stringifyParsedURL(parsed);\n}\nfunction resolveURL(base = \"\", ...inputs) {\n if (typeof base !== \"string\") {\n throw new TypeError(\n `URL input should be string received ${typeof base} (${base})`\n );\n }\n const filteredInputs = inputs.filter((input) => isNonEmptyURL(input));\n if (filteredInputs.length === 0) {\n return base;\n }\n const url = parseURL(base);\n for (const inputSegment of filteredInputs) {\n const urlSegment = parseURL(inputSegment);\n if (urlSegment.pathname) {\n url.pathname = withTrailingSlash(url.pathname) + withoutLeadingSlash(urlSegment.pathname);\n }\n if (urlSegment.hash && urlSegment.hash !== \"#\") {\n url.hash = urlSegment.hash;\n }\n if (urlSegment.search && urlSegment.search !== \"?\") {\n if (url.search && url.search !== \"?\") {\n const queryString = stringifyQuery({\n ...parseQuery(url.search),\n ...parseQuery(urlSegment.search)\n });\n url.search = queryString.length > 0 ? \"?\" + queryString : \"\";\n } else {\n url.search = urlSegment.search;\n }\n }\n }\n return stringifyParsedURL(url);\n}\nfunction isSamePath(p1, p2) {\n return decode(withoutTrailingSlash(p1)) === decode(withoutTrailingSlash(p2));\n}\nfunction isEqual(a, b, options = {}) {\n if (!options.trailingSlash) {\n a = withTrailingSlash(a);\n b = withTrailingSlash(b);\n }\n if (!options.leadingSlash) {\n a = withLeadingSlash(a);\n b = withLeadingSlash(b);\n }\n if (!options.encoding) {\n a = decode(a);\n b = decode(b);\n }\n return a === b;\n}\nfunction withFragment(input, hash) {\n if (!hash || hash === \"#\") {\n return input;\n }\n const parsed = parseURL(input);\n parsed.hash = hash === \"\" ? \"\" : \"#\" + encodeHash(hash);\n return stringifyParsedURL(parsed);\n}\nfunction withoutFragment(input) {\n return stringifyParsedURL({ ...parseURL(input), hash: \"\" });\n}\nfunction withoutHost(input) {\n const parsed = parseURL(input);\n return (parsed.pathname || \"/\") + parsed.search + parsed.hash;\n}\n\nconst protocolRelative = Symbol.for(\"ufo:protocolRelative\");\nfunction parseURL(input = \"\", defaultProto) {\n const _specialProtoMatch = input.match(\n /^[\\s\\0]*(blob:|data:|javascript:|vbscript:)(.*)/i\n );\n if (_specialProtoMatch) {\n const [, _proto, _pathname = \"\"] = _specialProtoMatch;\n return {\n protocol: _proto.toLowerCase(),\n pathname: _pathname,\n href: _proto + _pathname,\n auth: \"\",\n host: \"\",\n search: \"\",\n hash: \"\"\n };\n }\n if (!hasProtocol(input, { acceptRelative: true })) {\n return defaultProto ? parseURL(defaultProto + input) : parsePath(input);\n }\n const [, protocol = \"\", auth, hostAndPath = \"\"] = input.replace(/\\\\/g, \"/\").match(/^[\\s\\0]*([\\w+.-]{2,}:)?\\/\\/([^/@]+@)?(.*)/) || [];\n const [, host = \"\", path = \"\"] = hostAndPath.match(/([^#/?]*)(.*)?/) || [];\n const { pathname, search, hash } = parsePath(\n path.replace(/\\/(?=[A-Za-z]:)/, \"\")\n );\n return {\n protocol: protocol.toLowerCase(),\n auth: auth ? auth.slice(0, Math.max(0, auth.length - 1)) : \"\",\n host,\n pathname,\n search,\n hash,\n [protocolRelative]: !protocol\n };\n}\nfunction parsePath(input = \"\") {\n const [pathname = \"\", search = \"\", hash = \"\"] = (input.match(/([^#?]*)(\\?[^#]*)?(#.*)?/) || []).splice(1);\n return {\n pathname,\n search,\n hash\n };\n}\nfunction parseAuth(input = \"\") {\n const [username, password] = input.split(\":\");\n return {\n username: decode(username),\n password: decode(password)\n };\n}\nfunction parseHost(input = \"\") {\n const [hostname, port] = (input.match(/([^/:]*):?(\\d+)?/) || []).splice(1);\n return {\n hostname: decode(hostname),\n port\n };\n}\nfunction stringifyParsedURL(parsed) {\n const pathname = parsed.pathname || \"\";\n const search = parsed.search ? (parsed.search.startsWith(\"?\") ? \"\" : \"?\") + parsed.search : \"\";\n const hash = parsed.hash || \"\";\n const auth = parsed.auth ? parsed.auth + \"@\" : \"\";\n const host = parsed.host || \"\";\n const proto = parsed.protocol || parsed[protocolRelative] ? (parsed.protocol || \"\") + \"//\" : \"\";\n return proto + auth + host + pathname + search + hash;\n}\nconst FILENAME_STRICT_REGEX = /\\/([^/]+\\.[^/]+)$/;\nconst FILENAME_REGEX = /\\/([^/]+)$/;\nfunction parseFilename(input = \"\", { strict }) {\n const { pathname } = parseURL(input);\n const matches = strict ? pathname.match(FILENAME_STRICT_REGEX) : pathname.match(FILENAME_REGEX);\n return matches ? matches[1] : void 0;\n}\n\nvar __defProp = Object.defineProperty;\nvar __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;\nvar __publicField = (obj, key, value) => {\n __defNormalProp(obj, typeof key !== \"symbol\" ? key + \"\" : key, value);\n return value;\n};\nclass $URL {\n constructor(input = \"\") {\n __publicField(this, \"protocol\");\n __publicField(this, \"host\");\n __publicField(this, \"auth\");\n __publicField(this, \"pathname\");\n __publicField(this, \"query\", {});\n __publicField(this, \"hash\");\n if (typeof input !== \"string\") {\n throw new TypeError(\n `URL input should be string received ${typeof input} (${input})`\n );\n }\n const parsed = parseURL(input);\n this.protocol = decode(parsed.protocol);\n this.host = decode(parsed.host);\n this.auth = decode(parsed.auth);\n this.pathname = decodePath(parsed.pathname);\n this.query = parseQuery(parsed.search);\n this.hash = decode(parsed.hash);\n }\n get hostname() {\n return parseHost(this.host).hostname;\n }\n get port() {\n return parseHost(this.host).port || \"\";\n }\n get username() {\n return parseAuth(this.auth).username;\n }\n get password() {\n return parseAuth(this.auth).password || \"\";\n }\n get hasProtocol() {\n return this.protocol.length;\n }\n get isAbsolute() {\n return this.hasProtocol || this.pathname[0] === \"/\";\n }\n get search() {\n const q = stringifyQuery(this.query);\n return q.length > 0 ? \"?\" + q : \"\";\n }\n get searchParams() {\n const p = new URLSearchParams();\n for (const name in this.query) {\n const value = this.query[name];\n if (Array.isArray(value)) {\n for (const v of value) {\n p.append(name, v);\n }\n } else {\n p.append(\n name,\n typeof value === \"string\" ? value : JSON.stringify(value)\n );\n }\n }\n return p;\n }\n get origin() {\n return (this.protocol ? this.protocol + \"//\" : \"\") + encodeHost(this.host);\n }\n get fullpath() {\n return encodePath(this.pathname) + this.search + encodeHash(this.hash);\n }\n get encodedAuth() {\n if (!this.auth) {\n return \"\";\n }\n const { username, password } = parseAuth(this.auth);\n return encodeURIComponent(username) + (password ? \":\" + encodeURIComponent(password) : \"\");\n }\n get href() {\n const auth = this.encodedAuth;\n const originWithAuth = (this.protocol ? this.protocol + \"//\" : \"\") + (auth ? auth + \"@\" : \"\") + encodeHost(this.host);\n return this.hasProtocol && this.isAbsolute ? originWithAuth + this.fullpath : this.fullpath;\n }\n append(url) {\n if (url.hasProtocol) {\n throw new Error(\"Cannot append a URL with protocol\");\n }\n Object.assign(this.query, url.query);\n if (url.pathname) {\n this.pathname = withTrailingSlash(this.pathname) + withoutLeadingSlash(url.pathname);\n }\n if (url.hash) {\n this.hash = url.hash;\n }\n }\n toJSON() {\n return this.href;\n }\n toString() {\n return this.href;\n }\n}\nfunction createURL(input) {\n return new $URL(input);\n}\n\nexport { $URL, cleanDoubleSlashes, createURL, decode, decodePath, decodeQueryKey, decodeQueryValue, encode, encodeHash, encodeHost, encodeParam, encodePath, encodeQueryItem, encodeQueryKey, encodeQueryValue, getQuery, hasLeadingSlash, hasProtocol, hasTrailingSlash, isEmptyURL, isEqual, isNonEmptyURL, isRelative, isSamePath, isScriptProtocol, joinRelativeURL, joinURL, normalizeURL, parseAuth, parseFilename, parseHost, parsePath, parseQuery, parseURL, resolveURL, stringifyParsedURL, stringifyQuery, withBase, withFragment, withHttp, withHttps, withLeadingSlash, withProtocol, withQuery, withTrailingSlash, withoutBase, withoutFragment, withoutHost, withoutLeadingSlash, withoutProtocol, withoutTrailingSlash };\n", "import { hashCode, defineHeadPlugin, processTemplateParams } from '@unhead/shared';\nimport { hasProtocol, withBase, withoutTrailingSlash, hasTrailingSlash, withTrailingSlash, joinURL } from 'ufo';\n\nfunction defineSchemaOrgResolver(schema) {\n return schema;\n}\n\nfunction idReference(node) {\n return {\n \"@id\": typeof node !== \"string\" ? node[\"@id\"] : node\n };\n}\nfunction resolvableDateToDate(val) {\n try {\n const date = val instanceof Date ? val : new Date(Date.parse(val));\n return `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}`;\n } catch (e) {\n }\n return typeof val === \"string\" ? val : val.toString();\n}\nconst IS_VALID_W3C_DATE = [\n /(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))/,\n /^\\d{4}-[01]\\d-[0-3]\\d$/,\n /^\\d{4}-[01]\\d$/,\n /^\\d{4}$/\n];\nfunction isValidW3CDate(d) {\n return IS_VALID_W3C_DATE.some((r) => r.test(d));\n}\nfunction resolvableDateToIso(val) {\n if (!val)\n return val;\n try {\n if (val instanceof Date)\n return val.toISOString();\n else if (isValidW3CDate(val))\n return val;\n else\n return new Date(Date.parse(val)).toISOString();\n } catch (e) {\n }\n return typeof val === \"string\" ? val : val.toString();\n}\nconst IdentityId = \"#identity\";\nfunction setIfEmpty(node, field, value) {\n if (!node?.[field] && value)\n node[field] = value;\n}\nfunction asArray(input) {\n return Array.isArray(input) ? input : [input];\n}\nfunction dedupeMerge(node, field, value) {\n const dedupeMerge2 = [];\n const input = asArray(node[field]);\n dedupeMerge2.push(...input);\n const data = new Set(dedupeMerge2);\n data.add(value);\n node[field] = [...data.values()].filter(Boolean);\n}\nfunction prefixId(url, id) {\n if (hasProtocol(id))\n return id;\n if (!id.startsWith(\"#\"))\n id = `#${id}`;\n return withBase(id, url);\n}\nfunction trimLength(val, length) {\n if (!val)\n return val;\n if (val.length > length) {\n const trimmedString = val.substring(0, length);\n return trimmedString.substring(0, Math.min(trimmedString.length, trimmedString.lastIndexOf(\" \")));\n }\n return val;\n}\nfunction resolveDefaultType(node, defaultType) {\n const val = node[\"@type\"];\n if (val === defaultType)\n return;\n const types = /* @__PURE__ */ new Set([\n ...asArray(defaultType),\n ...asArray(val)\n ]);\n node[\"@type\"] = types.size === 1 ? val : [...types.values()];\n}\nfunction resolveWithBase(base, urlOrPath) {\n if (!urlOrPath || hasProtocol(urlOrPath) || !urlOrPath.startsWith(\"/\") && !urlOrPath.startsWith(\"#\"))\n return urlOrPath;\n return withBase(urlOrPath, base);\n}\nfunction resolveAsGraphKey(key) {\n if (!key)\n return key;\n return key.substring(key.lastIndexOf(\"#\"));\n}\nfunction stripEmptyProperties(obj) {\n Object.keys(obj).forEach((k) => {\n if (obj[k] && typeof obj[k] === \"object\") {\n if (obj[k].__v_isReadonly || obj[k].__v_isRef)\n return;\n stripEmptyProperties(obj[k]);\n return;\n }\n if (obj[k] === \"\" || obj[k] === null || typeof obj[k] === \"undefined\")\n delete obj[k];\n });\n return obj;\n}\n\nconst quantitativeValueResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"number\") {\n return {\n value: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"QuantitativeValue\"\n }\n});\nconst monetaryAmountResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"MonetaryAmount\"\n },\n resolve(node, ctx) {\n node.value = resolveRelation(node.value, ctx, quantitativeValueResolver);\n return node;\n }\n});\n\nconst merchantReturnPolicyResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"MerchantReturnPolicy\"\n },\n resolve(node, ctx) {\n if (node.returnPolicyCategory)\n node.returnPolicyCategory = withBase(node.returnPolicyCategory, \"https://schema.org/\");\n if (node.returnFees)\n node.returnFees = withBase(node.returnFees, \"https://schema.org/\");\n if (node.returnMethod)\n node.returnMethod = withBase(node.returnMethod, \"https://schema.org/\");\n node.returnShippingFeesAmount = resolveRelation(node.returnShippingFeesAmount, ctx, monetaryAmountResolver);\n return node;\n }\n});\n\nconst definedRegionResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"DefinedRegion\"\n }\n});\n\nconst shippingDeliveryTimeResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"ShippingDeliveryTime\"\n },\n resolve(node, ctx) {\n node.handlingTime = resolveRelation(node.handlingTime, ctx, quantitativeValueResolver);\n node.transitTime = resolveRelation(node.transitTime, ctx, quantitativeValueResolver);\n return node;\n }\n});\n\nconst offerShippingDetailsResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"OfferShippingDetails\"\n },\n resolve(node, ctx) {\n node.deliveryTime = resolveRelation(node.deliveryTime, ctx, shippingDeliveryTimeResolver);\n node.shippingDestination = resolveRelation(node.shippingDestination, ctx, definedRegionResolver);\n node.shippingRate = resolveRelation(node.shippingRate, ctx, monetaryAmountResolver);\n return node;\n }\n});\n\nconst offerResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"number\" || typeof node === \"string\") {\n return {\n price: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"Offer\",\n \"availability\": \"InStock\"\n },\n resolve(node, ctx) {\n setIfEmpty(node, \"priceCurrency\", ctx.meta.currency);\n setIfEmpty(node, \"priceValidUntil\", new Date(Date.UTC((/* @__PURE__ */ new Date()).getFullYear() + 1, 12, -1, 0, 0, 0)));\n if (node.url)\n resolveWithBase(ctx.meta.host, node.url);\n if (node.availability)\n node.availability = withBase(node.availability, \"https://schema.org/\");\n if (node.itemCondition)\n node.itemCondition = withBase(node.itemCondition, \"https://schema.org/\");\n if (node.priceValidUntil)\n node.priceValidUntil = resolvableDateToIso(node.priceValidUntil);\n node.hasMerchantReturnPolicy = resolveRelation(node.hasMerchantReturnPolicy, ctx, merchantReturnPolicyResolver);\n node.shippingDetails = resolveRelation(node.shippingDetails, ctx, offerShippingDetailsResolver);\n return node;\n }\n});\n\nconst aggregateOfferResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"AggregateOffer\"\n },\n inheritMeta: [\n { meta: \"currency\", key: \"priceCurrency\" }\n ],\n resolve(node, ctx) {\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\n if (node.offers)\n setIfEmpty(node, \"offerCount\", asArray(node.offers).length);\n return node;\n }\n});\n\nconst aggregateRatingResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"AggregateRating\"\n }\n});\n\nconst searchActionResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"SearchAction\",\n \"target\": {\n \"@type\": \"EntryPoint\"\n },\n \"query-input\": {\n \"@type\": \"PropertyValueSpecification\",\n \"valueRequired\": true,\n \"valueName\": \"search_term_string\"\n }\n },\n resolve(node, ctx) {\n if (typeof node.target === \"string\") {\n node.target = {\n \"@type\": \"EntryPoint\",\n \"urlTemplate\": resolveWithBase(ctx.meta.host, node.target)\n };\n }\n return node;\n }\n});\n\nconst PrimaryWebSiteId = \"#website\";\nconst webSiteResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"WebSite\"\n },\n inheritMeta: [\n \"inLanguage\",\n { meta: \"host\", key: \"url\" }\n ],\n idPrefix: [\"host\", PrimaryWebSiteId],\n resolve(node, ctx) {\n node.potentialAction = resolveRelation(node.potentialAction, ctx, searchActionResolver, {\n array: true\n });\n node.publisher = resolveRelation(node.publisher, ctx);\n return node;\n },\n resolveRootNode(node, { find }) {\n if (resolveAsGraphKey(node[\"@id\"]) === PrimaryWebSiteId) {\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(node, \"publisher\", idReference(identity));\n const webPage = find(PrimaryWebPageId);\n if (webPage)\n setIfEmpty(webPage, \"isPartOf\", idReference(node));\n }\n return node;\n }\n});\n\nconst listItemResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"string\") {\n node = {\n name: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"ListItem\"\n },\n resolve(node, ctx) {\n if (typeof node.item === \"string\")\n node.item = resolveWithBase(ctx.meta.host, node.item);\n else if (typeof node.item === \"object\")\n node.item = resolveRelation(node.item, ctx);\n return node;\n }\n});\n\nconst PrimaryBreadcrumbId = \"#breadcrumb\";\nconst breadcrumbResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"BreadcrumbList\"\n },\n idPrefix: [\"url\", PrimaryBreadcrumbId],\n resolve(breadcrumb, ctx) {\n if (breadcrumb.itemListElement) {\n let index = 1;\n breadcrumb.itemListElement = resolveRelation(breadcrumb.itemListElement, ctx, listItemResolver, {\n array: true,\n afterResolve(node) {\n setIfEmpty(node, \"position\", index++);\n }\n });\n }\n return breadcrumb;\n },\n resolveRootNode(node, { find }) {\n const webPage = find(PrimaryWebPageId);\n if (webPage)\n setIfEmpty(webPage, \"breadcrumb\", idReference(node));\n }\n});\n\nconst imageResolver = defineSchemaOrgResolver({\n alias: \"image\",\n cast(input) {\n if (typeof input === \"string\") {\n input = {\n url: input\n };\n }\n return input;\n },\n defaults: {\n \"@type\": \"ImageObject\"\n },\n inheritMeta: [\n // @todo possibly only do if there's a caption\n \"inLanguage\"\n ],\n idPrefix: \"host\",\n resolve(image, { meta }) {\n image.url = resolveWithBase(meta.host, image.url);\n setIfEmpty(image, \"contentUrl\", image.url);\n if (image.height && !image.width)\n delete image.height;\n if (image.width && !image.height)\n delete image.width;\n return image;\n }\n});\n\nconst addressResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"PostalAddress\"\n }\n});\n\nconst organizationResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Organization\"\n },\n idPrefix: [\"host\", IdentityId],\n inheritMeta: [\n { meta: \"host\", key: \"url\" }\n ],\n resolve(node, ctx) {\n resolveDefaultType(node, \"Organization\");\n node.address = resolveRelation(node.address, ctx, addressResolver);\n return node;\n },\n resolveRootNode(node, ctx) {\n const isIdentity = resolveAsGraphKey(node[\"@id\"]) === IdentityId;\n const webPage = ctx.find(PrimaryWebPageId);\n if (node.logo && isIdentity) {\n if (!ctx.find(\"#organization\")) {\n const logoNode = resolveRelation(node.logo, ctx, imageResolver, {\n root: true,\n afterResolve(logo) {\n logo[\"@id\"] = prefixId(ctx.meta.host, \"#logo\");\n setIfEmpty(logo, \"caption\", node.name);\n }\n });\n if (webPage && logoNode)\n setIfEmpty(webPage, \"primaryImageOfPage\", idReference(logoNode));\n ctx.nodes.push({\n // we want to make a simple node that has the essentials, this will allow parent nodes to inject\n // as well without inserting invalid data (i.e LocalBusiness operatingHours)\n \"@type\": \"Organization\",\n \"name\": node.name,\n \"url\": node.url,\n \"sameAs\": node.sameAs,\n // 'image': idReference(logoNode),\n \"address\": node.address,\n // needs to be a URL\n \"logo\": resolveRelation(node.logo, ctx, imageResolver, { root: false }).url,\n \"_priority\": -1,\n \"@id\": prefixId(ctx.meta.host, \"#organization\")\n // avoid the id so nothing can link to it\n });\n }\n delete node.logo;\n }\n if (isIdentity && webPage)\n setIfEmpty(webPage, \"about\", idReference(node));\n const webSite = ctx.find(PrimaryWebSiteId);\n if (webSite)\n setIfEmpty(webSite, \"publisher\", idReference(node));\n }\n});\n\nconst personResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"string\") {\n return {\n name: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"Person\"\n },\n idPrefix: [\"host\", IdentityId],\n resolve(node, ctx) {\n if (node.url)\n node.url = resolveWithBase(ctx.meta.host, node.url);\n return node;\n },\n resolveRootNode(node, { find, meta }) {\n if (resolveAsGraphKey(node[\"@id\"]) === IdentityId) {\n setIfEmpty(node, \"url\", meta.host);\n const webPage = find(PrimaryWebPageId);\n if (webPage)\n setIfEmpty(webPage, \"about\", idReference(node));\n const webSite = find(PrimaryWebSiteId);\n if (webSite)\n setIfEmpty(webSite, \"publisher\", idReference(node));\n }\n const article = find(PrimaryArticleId);\n if (article)\n setIfEmpty(article, \"author\", idReference(node));\n }\n});\n\nconst readActionResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"ReadAction\"\n },\n resolve(node, ctx) {\n if (!node.target.includes(ctx.meta.url))\n node.target.unshift(ctx.meta.url);\n return node;\n }\n});\n\nconst PrimaryWebPageId = \"#webpage\";\nconst webPageResolver = defineSchemaOrgResolver({\n defaults({ meta }) {\n const endPath = withoutTrailingSlash(meta.url.substring(meta.url.lastIndexOf(\"/\") + 1));\n let type = \"WebPage\";\n switch (endPath) {\n case \"about\":\n case \"about-us\":\n type = \"AboutPage\";\n break;\n case \"search\":\n type = \"SearchResultsPage\";\n break;\n case \"checkout\":\n type = \"CheckoutPage\";\n break;\n case \"contact\":\n case \"get-in-touch\":\n case \"contact-us\":\n type = \"ContactPage\";\n break;\n case \"faq\":\n type = \"FAQPage\";\n break;\n }\n const defaults = {\n \"@type\": type\n };\n return defaults;\n },\n idPrefix: [\"url\", PrimaryWebPageId],\n inheritMeta: [\n { meta: \"title\", key: \"name\" },\n \"description\",\n \"datePublished\",\n \"dateModified\",\n \"url\"\n ],\n resolve(node, ctx) {\n node.dateModified = resolvableDateToIso(node.dateModified);\n node.datePublished = resolvableDateToIso(node.datePublished);\n resolveDefaultType(node, \"WebPage\");\n node.about = resolveRelation(node.about, ctx, organizationResolver);\n node.breadcrumb = resolveRelation(node.breadcrumb, ctx, breadcrumbResolver);\n node.author = resolveRelation(node.author, ctx, personResolver);\n node.primaryImageOfPage = resolveRelation(node.primaryImageOfPage, ctx, imageResolver);\n node.potentialAction = resolveRelation(node.potentialAction, ctx, readActionResolver);\n if (node[\"@type\"] === \"WebPage\" && ctx.meta.url) {\n setIfEmpty(node, \"potentialAction\", [\n {\n \"@type\": \"ReadAction\",\n \"target\": [ctx.meta.url]\n }\n ]);\n }\n return node;\n },\n resolveRootNode(webPage, { find, meta }) {\n const identity = find(IdentityId);\n const webSite = find(PrimaryWebSiteId);\n const logo = find(\"#logo\");\n if (identity && meta.url === meta.host)\n setIfEmpty(webPage, \"about\", idReference(identity));\n if (logo)\n setIfEmpty(webPage, \"primaryImageOfPage\", idReference(logo));\n if (webSite)\n setIfEmpty(webPage, \"isPartOf\", idReference(webSite));\n const breadcrumb = find(PrimaryBreadcrumbId);\n if (breadcrumb)\n setIfEmpty(webPage, \"breadcrumb\", idReference(breadcrumb));\n return webPage;\n }\n});\n\nconst PrimaryArticleId = \"#article\";\nconst articleResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Article\"\n },\n inheritMeta: [\n \"inLanguage\",\n \"description\",\n \"image\",\n \"dateModified\",\n \"datePublished\",\n { meta: \"title\", key: \"headline\" }\n ],\n idPrefix: [\"url\", PrimaryArticleId],\n resolve(node, ctx) {\n node.author = resolveRelation(node.author, ctx, personResolver, {\n root: true\n });\n node.publisher = resolveRelation(node.publisher, ctx);\n node.dateModified = resolvableDateToIso(node.dateModified);\n node.datePublished = resolvableDateToIso(node.datePublished);\n resolveDefaultType(node, \"Article\");\n node.headline = trimLength(node.headline, 110);\n return node;\n },\n resolveRootNode(node, { find, meta }) {\n const webPage = find(PrimaryWebPageId);\n const identity = find(IdentityId);\n if (node.image && !node.thumbnailUrl) {\n const firstImage = asArray(node.image)[0];\n if (typeof firstImage === \"string\")\n setIfEmpty(node, \"thumbnailUrl\", resolveWithBase(meta.host, firstImage));\n else if (firstImage?.[\"@id\"])\n setIfEmpty(node, \"thumbnailUrl\", find(firstImage[\"@id\"])?.url);\n }\n if (identity) {\n setIfEmpty(node, \"publisher\", idReference(identity));\n setIfEmpty(node, \"author\", idReference(identity));\n }\n if (webPage) {\n setIfEmpty(node, \"isPartOf\", idReference(webPage));\n setIfEmpty(node, \"mainEntityOfPage\", idReference(webPage));\n setIfEmpty(webPage, \"potentialAction\", [\n {\n \"@type\": \"ReadAction\",\n \"target\": [meta.url]\n }\n ]);\n setIfEmpty(webPage, \"dateModified\", node.dateModified);\n setIfEmpty(webPage, \"datePublished\", node.datePublished);\n }\n return node;\n }\n});\n\nconst bookEditionResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Book\"\n },\n inheritMeta: [\n \"inLanguage\"\n ],\n resolve(node, ctx) {\n if (node.bookFormat)\n node.bookFormat = withBase(node.bookFormat, \"https://schema.org/\");\n if (node.datePublished)\n node.datePublished = resolvableDateToDate(node.datePublished);\n node.author = resolveRelation(node.author, ctx);\n return node;\n },\n resolveRootNode(node, { find }) {\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(node, \"provider\", idReference(identity));\n return node;\n }\n});\nconst PrimaryBookId = \"#book\";\nconst bookResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Book\"\n },\n inheritMeta: [\n \"description\",\n \"url\",\n { meta: \"title\", key: \"name\" }\n ],\n idPrefix: [\"url\", PrimaryBookId],\n resolve(node, ctx) {\n node.workExample = resolveRelation(node.workExample, ctx, bookEditionResolver);\n node.author = resolveRelation(node.author, ctx);\n if (node.url)\n withBase(node.url, ctx.meta.host);\n return node;\n },\n resolveRootNode(node, { find }) {\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(node, \"author\", idReference(identity));\n return node;\n }\n});\n\nconst commentResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Comment\"\n },\n idPrefix: \"url\",\n resolve(node, ctx) {\n node.author = resolveRelation(node.author, ctx, personResolver, {\n root: true\n });\n return node;\n },\n resolveRootNode(node, { find }) {\n const article = find(PrimaryArticleId);\n if (article)\n setIfEmpty(node, \"about\", idReference(article));\n }\n});\n\nconst courseResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Course\"\n },\n resolve(node, ctx) {\n node.provider = resolveRelation(node.provider, ctx, organizationResolver, {\n root: true\n });\n return node;\n },\n resolveRootNode(node, { find }) {\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(node, \"provider\", idReference(identity));\n return node;\n }\n});\n\nconst placeResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Place\"\n },\n resolve(node, ctx) {\n if (typeof node.address !== \"string\")\n node.address = resolveRelation(node.address, ctx, addressResolver);\n return node;\n }\n});\n\nconst virtualLocationResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"string\") {\n return {\n url: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"VirtualLocation\"\n }\n});\n\nconst PrimaryEventId = \"#event\";\nconst eventResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Event\"\n },\n inheritMeta: [\n \"inLanguage\",\n \"description\",\n \"image\",\n { meta: \"title\", key: \"name\" }\n ],\n idPrefix: [\"url\", PrimaryEventId],\n resolve(node, ctx) {\n if (node.location) {\n const isVirtual = node.location === \"string\" || node.location?.url !== \"undefined\";\n node.location = resolveRelation(node.location, ctx, isVirtual ? virtualLocationResolver : placeResolver);\n }\n node.performer = resolveRelation(node.performer, ctx, personResolver, {\n root: true\n });\n node.organizer = resolveRelation(node.organizer, ctx, organizationResolver, {\n root: true\n });\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\n if (node.eventAttendanceMode)\n node.eventAttendanceMode = withBase(node.eventAttendanceMode, \"https://schema.org/\");\n if (node.eventStatus)\n node.eventStatus = withBase(node.eventStatus, \"https://schema.org/\");\n const isOnline = node.eventStatus === \"https://schema.org/EventMovedOnline\";\n const dates = [\"startDate\", \"previousStartDate\", \"endDate\"];\n dates.forEach((date) => {\n if (!isOnline) {\n if (node[date] instanceof Date && node[date].getHours() === 0 && node[date].getMinutes() === 0)\n node[date] = resolvableDateToDate(node[date]);\n } else {\n node[date] = resolvableDateToIso(node[date]);\n }\n });\n setIfEmpty(node, \"endDate\", node.startDate);\n return node;\n },\n resolveRootNode(node, { find }) {\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(node, \"organizer\", idReference(identity));\n }\n});\n\nconst ratingResolver = defineSchemaOrgResolver({\n cast(node) {\n if (node === \"number\") {\n return {\n ratingValue: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"Rating\",\n \"bestRating\": 5,\n \"worstRating\": 1\n }\n});\n\nconst openingHoursResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"OpeningHoursSpecification\",\n \"opens\": \"00:00\",\n \"closes\": \"23:59\"\n }\n});\n\nconst localBusinessResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": [\"Organization\", \"LocalBusiness\"]\n },\n inheritMeta: [\n { key: \"url\", meta: \"host\" },\n { key: \"currenciesAccepted\", meta: \"currency\" }\n ],\n idPrefix: [\"host\", IdentityId],\n resolve(node, ctx) {\n resolveDefaultType(node, [\"Organization\", \"LocalBusiness\"]);\n node.address = resolveRelation(node.address, ctx, addressResolver);\n node.openingHoursSpecification = resolveRelation(node.openingHoursSpecification, ctx, openingHoursResolver);\n node = resolveNode({ ...node }, ctx, organizationResolver);\n return node;\n },\n resolveRootNode(node, ctx) {\n organizationResolver.resolveRootNode(node, ctx);\n return node;\n }\n});\n\nconst foodEstablishmentResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": [\"Organization\", \"LocalBusiness\", \"FoodEstablishment\"]\n },\n inheritMeta: [\n { key: \"url\", meta: \"host\" },\n { key: \"currenciesAccepted\", meta: \"currency\" }\n ],\n idPrefix: [\"host\", IdentityId],\n resolve(node, ctx) {\n resolveDefaultType(node, [\"Organization\", \"LocalBusiness\", \"FoodEstablishment\"]);\n node.starRating = resolveRelation(node.starRating, ctx, ratingResolver);\n node = resolveNode(node, ctx, localBusinessResolver);\n return node;\n },\n resolveRootNode(node, ctx) {\n localBusinessResolver.resolveRootNode(node, ctx);\n return node;\n }\n});\n\nconst howToStepDirectionResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"string\") {\n return {\n text: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"HowToDirection\"\n }\n});\n\nconst howToStepResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"string\") {\n return {\n text: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"HowToStep\"\n },\n resolve(step, ctx) {\n if (step.url)\n step.url = resolveWithBase(ctx.meta.url, step.url);\n if (step.image) {\n step.image = resolveRelation(step.image, ctx, imageResolver, {\n root: true\n });\n }\n if (step.itemListElement)\n step.itemListElement = resolveRelation(step.itemListElement, ctx, howToStepDirectionResolver);\n return step;\n }\n});\n\nconst HowToId = \"#howto\";\nconst howToResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"HowTo\"\n },\n inheritMeta: [\n \"description\",\n \"image\",\n \"inLanguage\",\n { meta: \"title\", key: \"name\" }\n ],\n idPrefix: [\"url\", HowToId],\n resolve(node, ctx) {\n node.step = resolveRelation(node.step, ctx, howToStepResolver);\n return node;\n },\n resolveRootNode(node, { find }) {\n const webPage = find(PrimaryWebPageId);\n if (webPage)\n setIfEmpty(node, \"mainEntityOfPage\", idReference(webPage));\n }\n});\n\nconst itemListResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"ItemList\"\n },\n resolve(node, ctx) {\n if (node.itemListElement) {\n let index = 1;\n node.itemListElement = resolveRelation(node.itemListElement, ctx, listItemResolver, {\n array: true,\n afterResolve(node2) {\n setIfEmpty(node2, \"position\", index++);\n }\n });\n }\n return node;\n }\n});\n\nconst jobPostingResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"JobPosting\"\n },\n idPrefix: [\"url\", \"#job-posting\"],\n resolve(node, ctx) {\n node.datePosted = resolvableDateToIso(node.datePosted);\n node.hiringOrganization = resolveRelation(node.hiringOrganization, ctx, organizationResolver);\n node.jobLocation = resolveRelation(node.jobLocation, ctx, placeResolver);\n node.baseSalary = resolveRelation(node.baseSalary, ctx, monetaryAmountResolver);\n node.validThrough = resolvableDateToIso(node.validThrough);\n return node;\n },\n resolveRootNode(jobPosting, { find }) {\n const webPage = find(PrimaryWebPageId);\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(jobPosting, \"hiringOrganization\", idReference(identity));\n if (webPage)\n setIfEmpty(jobPosting, \"mainEntityOfPage\", idReference(webPage));\n return jobPosting;\n }\n});\n\nconst reviewResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Review\"\n },\n inheritMeta: [\n \"inLanguage\"\n ],\n resolve(review, ctx) {\n review.reviewRating = resolveRelation(review.reviewRating, ctx, ratingResolver);\n review.author = resolveRelation(review.author, ctx, personResolver);\n return review;\n }\n});\n\nconst videoResolver = defineSchemaOrgResolver({\n cast(input) {\n if (typeof input === \"string\") {\n input = {\n url: input\n };\n }\n return input;\n },\n alias: \"video\",\n defaults: {\n \"@type\": \"VideoObject\"\n },\n inheritMeta: [\n { meta: \"title\", key: \"name\" },\n \"description\",\n \"image\",\n \"inLanguage\",\n { meta: \"datePublished\", key: \"uploadDate\" }\n ],\n idPrefix: \"host\",\n resolve(video, ctx) {\n if (video.uploadDate)\n video.uploadDate = resolvableDateToIso(video.uploadDate);\n video.url = resolveWithBase(ctx.meta.host, video.url);\n if (video.caption && !video.description)\n video.description = video.caption;\n if (!video.description)\n video.description = \"No description\";\n if (video.thumbnailUrl)\n video.thumbnailUrl = resolveRelation(video.thumbnailUrl, ctx, imageResolver);\n return video;\n },\n resolveRootNode(video, { find }) {\n if (video.image && !video.thumbnailUrl) {\n const firstImage = asArray(video.image)[0];\n setIfEmpty(video, \"thumbnailUrl\", find(firstImage[\"@id\"])?.url);\n }\n }\n});\n\nconst movieResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Movie\"\n },\n resolve(node, ctx) {\n node.aggregateRating = resolveRelation(node.aggregateRating, ctx, aggregateRatingResolver);\n node.review = resolveRelation(node.review, ctx, reviewResolver);\n node.director = resolveRelation(node.director, ctx, personResolver);\n node.actor = resolveRelation(node.actor, ctx, personResolver);\n node.trailer = resolveRelation(node.trailer, ctx, videoResolver);\n if (node.dateCreated)\n node.dateCreated = resolvableDateToDate(node.dateCreated);\n return node;\n }\n});\n\nconst defaults = Object.freeze({\n ignoreUnknown: false,\n respectType: false,\n respectFunctionNames: false,\n respectFunctionProperties: false,\n unorderedObjects: true,\n unorderedArrays: false,\n unorderedSets: false,\n excludeKeys: void 0,\n excludeValues: void 0,\n replacer: void 0\n});\nfunction objectHash(object, options) {\n if (options) {\n options = { ...defaults, ...options };\n } else {\n options = defaults;\n }\n const hasher = createHasher(options);\n hasher.dispatch(object);\n return hasher.toString();\n}\nconst defaultPrototypesKeys = Object.freeze([\n \"prototype\",\n \"__proto__\",\n \"constructor\"\n]);\nfunction createHasher(options) {\n let buff = \"\";\n let context = /* @__PURE__ */ new Map();\n const write = (str) => {\n buff += str;\n };\n return {\n toString() {\n return buff;\n },\n getContext() {\n return context;\n },\n dispatch(value) {\n if (options.replacer) {\n value = options.replacer(value);\n }\n const type = value === null ? \"null\" : typeof value;\n return this[type](value);\n },\n object(object) {\n if (object && typeof object.toJSON === \"function\") {\n return this.object(object.toJSON());\n }\n const objString = Object.prototype.toString.call(object);\n let objType = \"\";\n const objectLength = objString.length;\n if (objectLength < 10) {\n objType = \"unknown:[\" + objString + \"]\";\n } else {\n objType = objString.slice(8, objectLength - 1);\n }\n objType = objType.toLowerCase();\n let objectNumber = null;\n if ((objectNumber = context.get(object)) === void 0) {\n context.set(object, context.size);\n } else {\n return this.dispatch(\"[CIRCULAR:\" + objectNumber + \"]\");\n }\n if (typeof Buffer !== \"undefined\" && Buffer.isBuffer && Buffer.isBuffer(object)) {\n write(\"buffer:\");\n return write(object.toString(\"utf8\"));\n }\n if (objType !== \"object\" && objType !== \"function\" && objType !== \"asyncfunction\") {\n if (this[objType]) {\n this[objType](object);\n } else if (!options.ignoreUnknown) {\n this.unkown(object, objType);\n }\n } else {\n let keys = Object.keys(object);\n if (options.unorderedObjects) {\n keys = keys.sort();\n }\n let extraKeys = [];\n if (options.respectType !== false && !isNativeFunction(object)) {\n extraKeys = defaultPrototypesKeys;\n }\n if (options.excludeKeys) {\n keys = keys.filter((key) => {\n return !options.excludeKeys(key);\n });\n extraKeys = extraKeys.filter((key) => {\n return !options.excludeKeys(key);\n });\n }\n write(\"object:\" + (keys.length + extraKeys.length) + \":\");\n const dispatchForKey = (key) => {\n this.dispatch(key);\n write(\":\");\n if (!options.excludeValues) {\n this.dispatch(object[key]);\n }\n write(\",\");\n };\n for (const key of keys) {\n dispatchForKey(key);\n }\n for (const key of extraKeys) {\n dispatchForKey(key);\n }\n }\n },\n array(arr, unordered) {\n unordered = unordered === void 0 ? options.unorderedArrays !== false : unordered;\n write(\"array:\" + arr.length + \":\");\n if (!unordered || arr.length <= 1) {\n for (const entry of arr) {\n this.dispatch(entry);\n }\n return;\n }\n const contextAdditions = /* @__PURE__ */ new Map();\n const entries = arr.map((entry) => {\n const hasher = createHasher(options);\n hasher.dispatch(entry);\n for (const [key, value] of hasher.getContext()) {\n contextAdditions.set(key, value);\n }\n return hasher.toString();\n });\n context = contextAdditions;\n entries.sort();\n return this.array(entries, false);\n },\n date(date) {\n return write(\"date:\" + date.toJSON());\n },\n symbol(sym) {\n return write(\"symbol:\" + sym.toString());\n },\n unkown(value, type) {\n write(type);\n if (!value) {\n return;\n }\n write(\":\");\n if (value && typeof value.entries === \"function\") {\n return this.array(\n Array.from(value.entries()),\n true\n /* ordered */\n );\n }\n },\n error(err) {\n return write(\"error:\" + err.toString());\n },\n boolean(bool) {\n return write(\"bool:\" + bool);\n },\n string(string) {\n write(\"string:\" + string.length + \":\");\n write(string);\n },\n function(fn) {\n write(\"fn:\");\n if (isNativeFunction(fn)) {\n this.dispatch(\"[native]\");\n } else {\n this.dispatch(fn.toString());\n }\n if (options.respectFunctionNames !== false) {\n this.dispatch(\"function-name:\" + String(fn.name));\n }\n if (options.respectFunctionProperties) {\n this.object(fn);\n }\n },\n number(number) {\n return write(\"number:\" + number);\n },\n xml(xml) {\n return write(\"xml:\" + xml.toString());\n },\n null() {\n return write(\"Null\");\n },\n undefined() {\n return write(\"Undefined\");\n },\n regexp(regex) {\n return write(\"regex:\" + regex.toString());\n },\n uint8array(arr) {\n write(\"uint8array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n uint8clampedarray(arr) {\n write(\"uint8clampedarray:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n int8array(arr) {\n write(\"int8array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n uint16array(arr) {\n write(\"uint16array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n int16array(arr) {\n write(\"int16array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n uint32array(arr) {\n write(\"uint32array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n int32array(arr) {\n write(\"int32array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n float32array(arr) {\n write(\"float32array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n float64array(arr) {\n write(\"float64array:\");\n return this.dispatch(Array.prototype.slice.call(arr));\n },\n arraybuffer(arr) {\n write(\"arraybuffer:\");\n return this.dispatch(new Uint8Array(arr));\n },\n url(url) {\n return write(\"url:\" + url.toString());\n },\n map(map) {\n write(\"map:\");\n const arr = [...map];\n return this.array(arr, options.unorderedSets !== false);\n },\n set(set) {\n write(\"set:\");\n const arr = [...set];\n return this.array(arr, options.unorderedSets !== false);\n },\n file(file) {\n write(\"file:\");\n return this.dispatch([file.name, file.size, file.type, file.lastModfied]);\n },\n blob() {\n if (options.ignoreUnknown) {\n return write(\"[blob]\");\n }\n throw new Error(\n 'Hashing Blob objects is currently not supported\\nUse \"options.replacer\" or \"options.ignoreUnknown\"\\n'\n );\n },\n domwindow() {\n return write(\"domwindow\");\n },\n bigint(number) {\n return write(\"bigint:\" + number.toString());\n },\n /* Node.js standard native objects */\n process() {\n return write(\"process\");\n },\n timer() {\n return write(\"timer\");\n },\n pipe() {\n return write(\"pipe\");\n },\n tcp() {\n return write(\"tcp\");\n },\n udp() {\n return write(\"udp\");\n },\n tty() {\n return write(\"tty\");\n },\n statwatcher() {\n return write(\"statwatcher\");\n },\n securecontext() {\n return write(\"securecontext\");\n },\n connection() {\n return write(\"connection\");\n },\n zlib() {\n return write(\"zlib\");\n },\n context() {\n return write(\"context\");\n },\n nodescript() {\n return write(\"nodescript\");\n },\n httpparser() {\n return write(\"httpparser\");\n },\n dataview() {\n return write(\"dataview\");\n },\n signal() {\n return write(\"signal\");\n },\n fsevent() {\n return write(\"fsevent\");\n },\n tlswrap() {\n return write(\"tlswrap\");\n }\n };\n}\nconst nativeFunc = \"[native code] }\";\nconst nativeFuncLength = nativeFunc.length;\nfunction isNativeFunction(f) {\n if (typeof f !== \"function\") {\n return false;\n }\n return Function.prototype.toString.call(f).slice(-nativeFuncLength) === nativeFunc;\n}\n\nclass WordArray {\n constructor(words, sigBytes) {\n words = this.words = words || [];\n this.sigBytes = sigBytes === void 0 ? words.length * 4 : sigBytes;\n }\n toString(encoder) {\n return (encoder || Hex).stringify(this);\n }\n concat(wordArray) {\n this.clamp();\n if (this.sigBytes % 4) {\n for (let i = 0; i < wordArray.sigBytes; i++) {\n const thatByte = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255;\n this.words[this.sigBytes + i >>> 2] |= thatByte << 24 - (this.sigBytes + i) % 4 * 8;\n }\n } else {\n for (let j = 0; j < wordArray.sigBytes; j += 4) {\n this.words[this.sigBytes + j >>> 2] = wordArray.words[j >>> 2];\n }\n }\n this.sigBytes += wordArray.sigBytes;\n return this;\n }\n clamp() {\n this.words[this.sigBytes >>> 2] &= 4294967295 << 32 - this.sigBytes % 4 * 8;\n this.words.length = Math.ceil(this.sigBytes / 4);\n }\n clone() {\n return new WordArray([...this.words]);\n }\n}\nconst Hex = {\n stringify(wordArray) {\n const hexChars = [];\n for (let i = 0; i < wordArray.sigBytes; i++) {\n const bite = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255;\n hexChars.push((bite >>> 4).toString(16), (bite & 15).toString(16));\n }\n return hexChars.join(\"\");\n }\n};\nconst Base64 = {\n stringify(wordArray) {\n const keyStr = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\n const base64Chars = [];\n for (let i = 0; i < wordArray.sigBytes; i += 3) {\n const byte1 = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255;\n const byte2 = wordArray.words[i + 1 >>> 2] >>> 24 - (i + 1) % 4 * 8 & 255;\n const byte3 = wordArray.words[i + 2 >>> 2] >>> 24 - (i + 2) % 4 * 8 & 255;\n const triplet = byte1 << 16 | byte2 << 8 | byte3;\n for (let j = 0; j < 4 && i * 8 + j * 6 < wordArray.sigBytes * 8; j++) {\n base64Chars.push(keyStr.charAt(triplet >>> 6 * (3 - j) & 63));\n }\n }\n return base64Chars.join(\"\");\n }\n};\nconst Latin1 = {\n parse(latin1Str) {\n const latin1StrLength = latin1Str.length;\n const words = [];\n for (let i = 0; i < latin1StrLength; i++) {\n words[i >>> 2] |= (latin1Str.charCodeAt(i) & 255) << 24 - i % 4 * 8;\n }\n return new WordArray(words, latin1StrLength);\n }\n};\nconst Utf8 = {\n parse(utf8Str) {\n return Latin1.parse(unescape(encodeURIComponent(utf8Str)));\n }\n};\nclass BufferedBlockAlgorithm {\n constructor() {\n this._data = new WordArray();\n this._nDataBytes = 0;\n this._minBufferSize = 0;\n this.blockSize = 512 / 32;\n }\n reset() {\n this._data = new WordArray();\n this._nDataBytes = 0;\n }\n _append(data) {\n if (typeof data === \"string\") {\n data = Utf8.parse(data);\n }\n this._data.concat(data);\n this._nDataBytes += data.sigBytes;\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _doProcessBlock(_dataWords, _offset) {\n }\n _process(doFlush) {\n let processedWords;\n let nBlocksReady = this._data.sigBytes / (this.blockSize * 4);\n if (doFlush) {\n nBlocksReady = Math.ceil(nBlocksReady);\n } else {\n nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0);\n }\n const nWordsReady = nBlocksReady * this.blockSize;\n const nBytesReady = Math.min(nWordsReady * 4, this._data.sigBytes);\n if (nWordsReady) {\n for (let offset = 0; offset < nWordsReady; offset += this.blockSize) {\n this._doProcessBlock(this._data.words, offset);\n }\n processedWords = this._data.words.splice(0, nWordsReady);\n this._data.sigBytes -= nBytesReady;\n }\n return new WordArray(processedWords, nBytesReady);\n }\n}\nclass Hasher extends BufferedBlockAlgorithm {\n update(messageUpdate) {\n this._append(messageUpdate);\n this._process();\n return this;\n }\n finalize(messageUpdate) {\n if (messageUpdate) {\n this._append(messageUpdate);\n }\n }\n}\n\nconst H = [\n 1779033703,\n -1150833019,\n 1013904242,\n -1521486534,\n 1359893119,\n -1694144372,\n 528734635,\n 1541459225\n];\nconst K = [\n 1116352408,\n 1899447441,\n -1245643825,\n -373957723,\n 961987163,\n 1508970993,\n -1841331548,\n -1424204075,\n -670586216,\n 310598401,\n 607225278,\n 1426881987,\n 1925078388,\n -2132889090,\n -1680079193,\n -1046744716,\n -459576895,\n -272742522,\n 264347078,\n 604807628,\n 770255983,\n 1249150122,\n 1555081692,\n 1996064986,\n -1740746414,\n -1473132947,\n -1341970488,\n -1084653625,\n -958395405,\n -710438585,\n 113926993,\n 338241895,\n 666307205,\n 773529912,\n 1294757372,\n 1396182291,\n 1695183700,\n 1986661051,\n -2117940946,\n -1838011259,\n -1564481375,\n -1474664885,\n -1035236496,\n -949202525,\n -778901479,\n -694614492,\n -200395387,\n 275423344,\n 430227734,\n 506948616,\n 659060556,\n 883997877,\n 958139571,\n 1322822218,\n 1537002063,\n 1747873779,\n 1955562222,\n 2024104815,\n -2067236844,\n -1933114872,\n -1866530822,\n -1538233109,\n -1090935817,\n -965641998\n];\nconst W = [];\nclass SHA256 extends Hasher {\n constructor() {\n super(...arguments);\n this._hash = new WordArray([...H]);\n }\n reset() {\n super.reset();\n this._hash = new WordArray([...H]);\n }\n _doProcessBlock(M, offset) {\n const H2 = this._hash.words;\n let a = H2[0];\n let b = H2[1];\n let c = H2[2];\n let d = H2[3];\n let e = H2[4];\n let f = H2[5];\n let g = H2[6];\n let h = H2[7];\n for (let i = 0; i < 64; i++) {\n if (i < 16) {\n W[i] = M[offset + i] | 0;\n } else {\n const gamma0x = W[i - 15];\n const gamma0 = (gamma0x << 25 | gamma0x >>> 7) ^ (gamma0x << 14 | gamma0x >>> 18) ^ gamma0x >>> 3;\n const gamma1x = W[i - 2];\n const gamma1 = (gamma1x << 15 | gamma1x >>> 17) ^ (gamma1x << 13 | gamma1x >>> 19) ^ gamma1x >>> 10;\n W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16];\n }\n const ch = e & f ^ ~e & g;\n const maj = a & b ^ a & c ^ b & c;\n const sigma0 = (a << 30 | a >>> 2) ^ (a << 19 | a >>> 13) ^ (a << 10 | a >>> 22);\n const sigma1 = (e << 26 | e >>> 6) ^ (e << 21 | e >>> 11) ^ (e << 7 | e >>> 25);\n const t1 = h + sigma1 + ch + K[i] + W[i];\n const t2 = sigma0 + maj;\n h = g;\n g = f;\n f = e;\n e = d + t1 | 0;\n d = c;\n c = b;\n b = a;\n a = t1 + t2 | 0;\n }\n H2[0] = H2[0] + a | 0;\n H2[1] = H2[1] + b | 0;\n H2[2] = H2[2] + c | 0;\n H2[3] = H2[3] + d | 0;\n H2[4] = H2[4] + e | 0;\n H2[5] = H2[5] + f | 0;\n H2[6] = H2[6] + g | 0;\n H2[7] = H2[7] + h | 0;\n }\n finalize(messageUpdate) {\n super.finalize(messageUpdate);\n const nBitsTotal = this._nDataBytes * 8;\n const nBitsLeft = this._data.sigBytes * 8;\n this._data.words[nBitsLeft >>> 5] |= 128 << 24 - nBitsLeft % 32;\n this._data.words[(nBitsLeft + 64 >>> 9 << 4) + 14] = Math.floor(\n nBitsTotal / 4294967296\n );\n this._data.words[(nBitsLeft + 64 >>> 9 << 4) + 15] = nBitsTotal;\n this._data.sigBytes = this._data.words.length * 4;\n this._process();\n return this._hash;\n }\n}\nfunction sha256base64(message) {\n return new SHA256().finalize(message).toString(Base64);\n}\n\nfunction hash(object, options = {}) {\n const hashed = typeof object === \"string\" ? object : objectHash(object, options);\n return sha256base64(hashed).slice(0, 10);\n}\n\nconst ProductId = \"#product\";\nconst productResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Product\"\n },\n inheritMeta: [\n \"description\",\n \"image\",\n { meta: \"title\", key: \"name\" }\n ],\n idPrefix: [\"url\", ProductId],\n resolve(node, ctx) {\n setIfEmpty(node, \"sku\", hash(node.name));\n node.aggregateOffer = resolveRelation(node.aggregateOffer, ctx, aggregateOfferResolver);\n node.aggregateRating = resolveRelation(node.aggregateRating, ctx, aggregateRatingResolver);\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\n node.review = resolveRelation(node.review, ctx, reviewResolver);\n return node;\n },\n resolveRootNode(product, { find }) {\n const webPage = find(PrimaryWebPageId);\n const identity = find(IdentityId);\n if (identity)\n setIfEmpty(product, \"brand\", idReference(identity));\n if (webPage)\n setIfEmpty(product, \"mainEntityOfPage\", idReference(webPage));\n return product;\n }\n});\n\nconst answerResolver = defineSchemaOrgResolver({\n cast(node) {\n if (typeof node === \"string\") {\n return {\n text: node\n };\n }\n return node;\n },\n defaults: {\n \"@type\": \"Answer\"\n }\n});\n\nconst questionResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Question\"\n },\n inheritMeta: [\n \"inLanguage\"\n ],\n idPrefix: \"url\",\n resolve(question, ctx) {\n if (question.question) {\n question.name = question.question;\n delete question.question;\n }\n if (question.answer) {\n question.acceptedAnswer = question.answer;\n delete question.answer;\n }\n question.acceptedAnswer = resolveRelation(question.acceptedAnswer, ctx, answerResolver);\n return question;\n },\n resolveRootNode(question, { find }) {\n const webPage = find(PrimaryWebPageId);\n if (webPage && asArray(webPage[\"@type\"]).includes(\"FAQPage\"))\n dedupeMerge(webPage, \"mainEntity\", idReference(question));\n }\n});\n\nconst RecipeId = \"#recipe\";\nconst recipeResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"Recipe\"\n },\n inheritMeta: [\n { meta: \"title\", key: \"name\" },\n \"description\",\n \"image\",\n \"datePublished\"\n ],\n idPrefix: [\"url\", RecipeId],\n resolve(node, ctx) {\n node.recipeInstructions = resolveRelation(node.recipeInstructions, ctx, howToStepResolver);\n return node;\n },\n resolveRootNode(node, { find }) {\n const article = find(PrimaryArticleId);\n const webPage = find(PrimaryWebPageId);\n if (article)\n setIfEmpty(node, \"mainEntityOfPage\", idReference(article));\n else if (webPage)\n setIfEmpty(node, \"mainEntityOfPage\", idReference(webPage));\n if (article?.author)\n setIfEmpty(node, \"author\", article.author);\n return node;\n }\n});\n\nconst softwareAppResolver = defineSchemaOrgResolver({\n defaults: {\n \"@type\": \"SoftwareApplication\"\n },\n resolve(node, ctx) {\n resolveDefaultType(node, \"SoftwareApplication\");\n node.offers = resolveRelation(node.offers, ctx, offerResolver);\n node.aggregateRating = resolveRelation(node.aggregateRating, ctx, aggregateRatingResolver);\n node.review = resolveRelation(node.review, ctx, reviewResolver);\n return node;\n }\n});\n\nfunction loadResolver(resolver) {\n switch (resolver) {\n case \"address\":\n return addressResolver;\n case \"aggregateOffer\":\n return aggregateOfferResolver;\n case \"aggregateRating\":\n return aggregateRatingResolver;\n case \"article\":\n return articleResolver;\n case \"breadcrumb\":\n return breadcrumbResolver;\n case \"comment\":\n return commentResolver;\n case \"event\":\n return eventResolver;\n case \"foodEstablishment\":\n return foodEstablishmentResolver;\n case \"virtualLocation\":\n return virtualLocationResolver;\n case \"place\":\n return placeResolver;\n case \"howTo\":\n return howToResolver;\n case \"howToStep\":\n return howToStepResolver;\n case \"image\":\n return imageResolver;\n case \"localBusiness\":\n return localBusinessResolver;\n case \"offer\":\n return offerResolver;\n case \"openingHours\":\n return openingHoursResolver;\n case \"organization\":\n return organizationResolver;\n case \"person\":\n return personResolver;\n case \"product\":\n return productResolver;\n case \"question\":\n return questionResolver;\n case \"recipe\":\n return recipeResolver;\n case \"review\":\n return reviewResolver;\n case \"video\":\n return videoResolver;\n case \"webPage\":\n return webPageResolver;\n case \"webSite\":\n return webSiteResolver;\n case \"book\":\n return bookResolver;\n case \"course\":\n return courseResolver;\n case \"itemList\":\n return itemListResolver;\n case \"jobPosting\":\n return jobPostingResolver;\n case \"listItem\":\n return listItemResolver;\n case \"movie\":\n return movieResolver;\n case \"searchAction\":\n return searchActionResolver;\n case \"readAction\":\n return readActionResolver;\n case \"softwareApp\":\n return softwareAppResolver;\n case \"bookEdition\":\n return bookEditionResolver;\n }\n return null;\n}\n\nconst resolver = {\n __proto__: null,\n loadResolver: loadResolver\n};\n\nfunction resolveMeta(meta) {\n if (!meta.host && meta.canonicalHost)\n meta.host = meta.canonicalHost;\n if (!meta.tagPosition && meta.position)\n meta.tagPosition = meta.position;\n if (!meta.currency && meta.defaultCurrency)\n meta.currency = meta.defaultCurrency;\n if (!meta.inLanguage && meta.defaultLanguage)\n meta.inLanguage = meta.defaultLanguage;\n if (!meta.path)\n meta.path = \"/\";\n if (!meta.host && typeof document !== \"undefined\")\n meta.host = document.location.host;\n if (!meta.url && meta.canonicalUrl)\n meta.url = meta.canonicalUrl;\n if (meta.path !== \"/\") {\n if (meta.trailingSlash && !hasTrailingSlash(meta.path))\n meta.path = withTrailingSlash(meta.path);\n else if (!meta.trailingSlash && hasTrailingSlash(meta.path))\n meta.path = withoutTrailingSlash(meta.path);\n }\n meta.url = joinURL(meta.host || \"\", meta.path);\n return {\n ...meta,\n host: meta.host,\n url: meta.url,\n currency: meta.currency,\n image: meta.image,\n inLanguage: meta.inLanguage,\n title: meta.title,\n description: meta.description,\n datePublished: meta.datePublished,\n dateModified: meta.dateModified\n };\n}\nfunction resolveNode(node, ctx, resolver) {\n if (resolver?.cast)\n node = resolver.cast(node, ctx);\n if (resolver?.defaults) {\n let defaults = resolver.defaults || {};\n if (typeof defaults === \"function\")\n defaults = defaults(ctx);\n node = {\n ...defaults,\n ...node\n };\n }\n resolver.inheritMeta?.forEach((entry) => {\n if (typeof entry === \"string\")\n setIfEmpty(node, entry, ctx.meta[entry]);\n else\n setIfEmpty(node, entry.key, ctx.meta[entry.meta]);\n });\n if (resolver?.resolve)\n node = resolver.resolve(node, ctx);\n for (const k in node) {\n const v = node[k];\n if (typeof v === \"object\" && v?._resolver)\n node[k] = resolveRelation(v, ctx, v._resolver);\n }\n stripEmptyProperties(node);\n return node;\n}\nfunction resolveNodeId(node, ctx, resolver, resolveAsRoot = false) {\n if (node[\"@id\"] && node[\"@id\"].startsWith(\"http\"))\n return node;\n const prefix = (Array.isArray(resolver.idPrefix) ? resolver.idPrefix[0] : resolver.idPrefix) || \"url\";\n const rootId = node[\"@id\"] || (Array.isArray(resolver.idPrefix) ? resolver.idPrefix?.[1] : void 0);\n if (!node[\"@id\"] && resolveAsRoot && rootId) {\n node[\"@id\"] = prefixId(ctx.meta[prefix], rootId);\n return node;\n }\n if (node[\"@id\"]?.startsWith(\"#/schema/\")) {\n node[\"@id\"] = prefixId(ctx.meta[prefix], node[\"@id\"]);\n return node;\n }\n let alias = resolver?.alias;\n if (!alias) {\n const type = asArray(node[\"@type\"])?.[0] || \"\";\n alias = type.replace(/([a-z])([A-Z])/g, \"$1-$2\").toLowerCase();\n }\n const hashNodeData = {};\n Object.entries(node).forEach(([key, val]) => {\n if (!key.startsWith(\"_\"))\n hashNodeData[key] = val;\n });\n node[\"@id\"] = prefixId(ctx.meta[prefix], `#/schema/${alias}/${node[\"@id\"] || hashCode(JSON.stringify(hashNodeData))}`);\n return node;\n}\nfunction resolveRelation(input, ctx, fallbackResolver, options = {}) {\n if (!input)\n return input;\n const ids = asArray(input).map((a) => {\n const keys = Object.keys(a).length;\n if (keys === 1 && a[\"@id\"] || keys === 2 && a[\"@id\"] && a[\"@type\"]) {\n return {\n // we drop @type\n \"@id\": ctx.find(a[\"@id\"])?.[\"@id\"] || a[\"@id\"]\n };\n }\n let resolver = fallbackResolver;\n if (a._resolver) {\n resolver = a._resolver;\n if (typeof resolver === \"string\")\n resolver = loadResolver(resolver);\n delete a._resolver;\n }\n if (!resolver)\n return a;\n let node = resolveNode(a, ctx, resolver);\n if (options.afterResolve)\n options.afterResolve(node);\n if (options.generateId || options.root)\n node = resolveNodeId(node, ctx, resolver, false);\n if (options.root) {\n if (resolver.resolveRootNode)\n resolver.resolveRootNode(node, ctx);\n ctx.push(node);\n return idReference(node[\"@id\"]);\n }\n return node;\n });\n if (!options.array && ids.length === 1)\n return ids[0];\n return ids;\n}\n\nfunction isPlainObject(value) {\n if (value === null || typeof value !== \"object\") {\n return false;\n }\n const prototype = Object.getPrototypeOf(value);\n if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {\n return false;\n }\n if (Symbol.iterator in value) {\n return false;\n }\n if (Symbol.toStringTag in value) {\n return Object.prototype.toString.call(value) === \"[object Module]\";\n }\n return true;\n}\n\nfunction _defu(baseObject, defaults, namespace = \".\", merger) {\n if (!isPlainObject(defaults)) {\n return _defu(baseObject, {}, namespace, merger);\n }\n const object = Object.assign({}, defaults);\n for (const key in baseObject) {\n if (key === \"__proto__\" || key === \"constructor\") {\n continue;\n }\n const value = baseObject[key];\n if (value === null || value === void 0) {\n continue;\n }\n if (merger && merger(object, key, value, namespace)) {\n continue;\n }\n if (Array.isArray(value) && Array.isArray(object[key])) {\n object[key] = [...value, ...object[key]];\n } else if (isPlainObject(value) && isPlainObject(object[key])) {\n object[key] = _defu(\n value,\n object[key],\n (namespace ? `${namespace}.` : \"\") + key.toString(),\n merger\n );\n } else {\n object[key] = value;\n }\n }\n return object;\n}\nfunction createDefu(merger) {\n return (...arguments_) => (\n // eslint-disable-next-line unicorn/no-array-reduce\n arguments_.reduce((p, c) => _defu(p, c, \"\", merger), {})\n );\n}\n\nfunction groupBy(array, predicate) {\n return array.reduce((acc, value, index, array2) => {\n const key = predicate(value, index, array2);\n if (!acc[key])\n acc[key] = [];\n acc[key].push(value);\n return acc;\n }, {});\n}\nfunction uniqueBy(array, predicate) {\n return Object.values(groupBy(array, predicate)).map((a) => a[a.length - 1]);\n}\nconst merge = createDefu((object, key, value) => {\n if (Array.isArray(object[key])) {\n object[key] = [.../* @__PURE__ */ new Set([...object[key], ...value])];\n if (key === \"itemListElement\") {\n object[key] = [...uniqueBy(object[key], (item) => item.position)];\n }\n return true;\n }\n});\nfunction dedupeNodes(nodes) {\n const dedupedNodes = {};\n for (const key of nodes.keys()) {\n const n = nodes[key];\n const nodeKey = resolveAsGraphKey(n[\"@id\"] || hash(n));\n if (dedupedNodes[nodeKey])\n dedupedNodes[nodeKey] = merge(nodes[key], dedupedNodes[nodeKey]);\n else\n dedupedNodes[nodeKey] = nodes[key];\n }\n return Object.values(dedupedNodes);\n}\nfunction normaliseNodes(nodes) {\n const sortedNodeKeys = nodes.keys();\n const dedupedNodes = {};\n for (const key of sortedNodeKeys) {\n const n = nodes[key];\n const nodeKey = resolveAsGraphKey(n[\"@id\"] || hash(n));\n const groupedKeys = groupBy(Object.keys(n), (key2) => {\n const val = n[key2];\n if (key2.startsWith(\"_\"))\n return \"ignored\";\n if (Array.isArray(val) || typeof val === \"object\")\n return \"relations\";\n return \"primitives\";\n });\n const keys = [\n ...(groupedKeys.primitives || []).sort(),\n ...(groupedKeys.relations || []).sort()\n ];\n let newNode = {};\n for (const key2 of keys)\n newNode[key2] = n[key2];\n if (dedupedNodes[nodeKey])\n newNode = merge(newNode, dedupedNodes[nodeKey]);\n dedupedNodes[nodeKey] = newNode;\n }\n return Object.values(dedupedNodes);\n}\n\nfunction createSchemaOrgGraph() {\n const ctx = {\n find(id) {\n const key = resolveAsGraphKey(id);\n return ctx.nodes.filter((n) => !!n[\"@id\"]).find((n) => resolveAsGraphKey(n[\"@id\"]) === key);\n },\n push(input) {\n asArray(input).forEach((node) => {\n const registeredNode = node;\n ctx.nodes.push(registeredNode);\n });\n },\n resolveGraph(meta) {\n ctx.meta = resolveMeta({ ...meta });\n ctx.nodes.forEach((node, key) => {\n const resolver = node._resolver;\n if (resolver) {\n node = resolveNode(node, ctx, resolver);\n node = resolveNodeId(node, ctx, resolver, true);\n }\n ctx.nodes[key] = node;\n });\n ctx.nodes = dedupeNodes(ctx.nodes);\n ctx.nodes.forEach((node) => {\n if (node.image && typeof node.image === \"string\") {\n node.image = resolveRelation(node.image, ctx, imageResolver, {\n root: true\n });\n }\n if (node._resolver?.resolveRootNode)\n node._resolver.resolveRootNode(node, ctx);\n delete node._resolver;\n });\n return normaliseNodes(ctx.nodes);\n },\n nodes: [],\n meta: {}\n };\n return ctx;\n}\n\nfunction UnheadSchemaOrg(options) {\n return SchemaOrgUnheadPlugin({}, () => ({}), options);\n}\nfunction PluginSchemaOrg(options) {\n const fallback = () => ({});\n return SchemaOrgUnheadPlugin({}, options?.resolveMeta || fallback, options);\n}\nfunction SchemaOrgUnheadPlugin(config, meta, options) {\n config = resolveMeta({ ...config });\n let graph;\n let resolvedMeta = {};\n return defineHeadPlugin((head) => ({\n key: \"schema-org\",\n hooks: {\n \"entries:resolve\": function() {\n graph = createSchemaOrgGraph();\n },\n \"tag:normalise\": async function({ tag }) {\n if (tag.key === \"schema-org-graph\") {\n const { loadResolver } = await Promise.resolve().then(function () { return resolver; });\n const nodes = await tag.props.nodes;\n for (const node of Array.isArray(nodes) ? nodes : [nodes]) {\n const newNode = {\n ...node,\n _resolver: loadResolver(await node._resolver)\n };\n graph.push(newNode);\n }\n tag.tagPosition = tag.tagPosition || config.tagPosition === \"head\" ? \"head\" : \"bodyClose\";\n }\n if (tag.tag === \"htmlAttrs\" && tag.props.lang) {\n resolvedMeta.inLanguage = tag.props.lang;\n } else if (tag.tag === \"title\") {\n resolvedMeta.title = tag.textContent;\n } else if (tag.tag === \"meta\" && tag.props.name === \"description\") {\n resolvedMeta.description = tag.props.content;\n } else if (tag.tag === \"link\" && tag.props.rel === \"canonical\") {\n resolvedMeta.url = tag.props.href;\n if (resolvedMeta.url && !resolvedMeta.host) {\n try {\n resolvedMeta.host = new URL(resolvedMeta.url).origin;\n } catch {\n }\n }\n } else if (tag.tag === \"meta\" && tag.props.property === \"og:image\") {\n resolvedMeta.image = tag.props.content;\n } else if (tag.tag === \"templateParams\" && tag.props.schemaOrg) {\n resolvedMeta = {\n ...resolvedMeta,\n // @ts-expect-error untyped\n ...tag.props.schemaOrg\n };\n delete tag.props.schemaOrg;\n }\n },\n \"tags:resolve\": async function(ctx) {\n for (const tag of ctx.tags) {\n if (tag.tag === \"script\" && tag.key === \"schema-org-graph\") {\n const minify = options?.minify || process.env.NODE_ENV === \"production\";\n tag.innerHTML = JSON.stringify({\n \"@context\": \"https://schema.org\",\n \"@graph\": graph.resolveGraph({ ...await meta?.() || {}, ...config, ...resolvedMeta })\n }, (_, value) => {\n if (typeof value !== \"object\")\n return processTemplateParams(value, head._templateParams, head._separator);\n return value;\n }, minify ? 0 : 2);\n delete tag.props.nodes;\n return;\n }\n }\n }\n }\n }));\n}\n\nexport { webSiteResolver as $, itemListResolver as A, imageResolver as B, jobPostingResolver as C, listItemResolver as D, localBusinessResolver as E, movieResolver as F, offerResolver as G, HowToId as H, openingHoursResolver as I, organizationResolver as J, personResolver as K, addressResolver as L, ProductId as M, productResolver as N, questionResolver as O, PrimaryArticleId as P, ratingResolver as Q, RecipeId as R, recipeResolver as S, softwareAppResolver as T, UnheadSchemaOrg as U, reviewResolver as V, videoResolver as W, PrimaryWebPageId as X, webPageResolver as Y, readActionResolver as Z, PrimaryWebSiteId as _, dedupeNodes as a, searchActionResolver as a0, PluginSchemaOrg as a1, SchemaOrgUnheadPlugin as a2, resolveNode as b, createSchemaOrgGraph as c, defineSchemaOrgResolver as d, resolveNodeId as e, resolveRelation as f, aggregateOfferResolver as g, aggregateRatingResolver as h, articleResolver as i, bookEditionResolver as j, PrimaryBookId as k, bookResolver as l, PrimaryBreadcrumbId as m, normaliseNodes as n, breadcrumbResolver as o, commentResolver as p, courseResolver as q, resolveMeta as r, PrimaryEventId as s, eventResolver as t, placeResolver as u, virtualLocationResolver as v, foodEstablishmentResolver as w, howToResolver as x, howToStepResolver as y, howToStepDirectionResolver as z };\n", "import { U as UnheadSchemaOrg } from './shared/schema-org.e127cd72.mjs';\nexport { H as HowToId, a1 as PluginSchemaOrg, P as PrimaryArticleId, k as PrimaryBookId, m as PrimaryBreadcrumbId, s as PrimaryEventId, X as PrimaryWebPageId, _ as PrimaryWebSiteId, M as ProductId, R as RecipeId, a2 as SchemaOrgUnheadPlugin, L as addressResolver, g as aggregateOfferResolver, h as aggregateRatingResolver, i as articleResolver, j as bookEditionResolver, l as bookResolver, o as breadcrumbResolver, p as commentResolver, q as courseResolver, c as createSchemaOrgGraph, a as dedupeNodes, d as defineSchemaOrgResolver, t as eventResolver, w as foodEstablishmentResolver, x as howToResolver, z as howToStepDirectionResolver, y as howToStepResolver, B as imageResolver, A as itemListResolver, C as jobPostingResolver, D as listItemResolver, E as localBusinessResolver, F as movieResolver, n as normaliseNodes, G as offerResolver, I as openingHoursResolver, J as organizationResolver, K as personResolver, u as placeResolver, N as productResolver, O as questionResolver, Q as ratingResolver, Z as readActionResolver, S as recipeResolver, r as resolveMeta, b as resolveNode, e as resolveNodeId, f as resolveRelation, V as reviewResolver, a0 as searchActionResolver, T as softwareAppResolver, W as videoResolver, v as virtualLocationResolver, Y as webPageResolver, $ as webSiteResolver } from './shared/schema-org.e127cd72.mjs';\nimport { getActiveHead, useHead } from 'unhead';\nimport '@unhead/shared';\nimport 'ufo';\n\nfunction provideResolver(input, resolver) {\n if (!input)\n input = {};\n input._resolver = resolver;\n return input;\n}\nfunction defineAddress(input) {\n return provideResolver(input, \"address\");\n}\nfunction defineAggregateOffer(input) {\n return provideResolver(input, \"aggregateOffer\");\n}\nfunction defineAggregateRating(input) {\n return provideResolver(input, \"aggregateRating\");\n}\nfunction defineArticle(input) {\n return provideResolver(input, \"article\");\n}\nfunction defineBreadcrumb(input) {\n return provideResolver(input, \"breadcrumb\");\n}\nfunction defineComment(input) {\n return provideResolver(input, \"comment\");\n}\nfunction defineEvent(input) {\n return provideResolver(input, \"event\");\n}\nfunction defineFoodEstablishment(input) {\n return provideResolver(input, \"foodEstablishment\");\n}\nfunction defineVirtualLocation(input) {\n return provideResolver(input, \"virtualLocation\");\n}\nfunction definePlace(input) {\n return provideResolver(input, \"place\");\n}\nfunction defineHowTo(input) {\n return provideResolver(input, \"howTo\");\n}\nfunction defineHowToStep(input) {\n return provideResolver(input, \"howToStep\");\n}\nfunction defineImage(input) {\n return provideResolver(input, \"image\");\n}\nfunction defineJobPosting(input) {\n return provideResolver(input, \"jobPosting\");\n}\nfunction defineLocalBusiness(input) {\n return provideResolver(input, \"localBusiness\");\n}\nfunction defineOffer(input) {\n return provideResolver(input, \"offer\");\n}\nfunction defineOpeningHours(input) {\n return provideResolver(input, \"openingHours\");\n}\nfunction defineOrganization(input) {\n return provideResolver(input, \"organization\");\n}\nfunction definePerson(input) {\n return provideResolver(input, \"person\");\n}\nfunction defineProduct(input) {\n return provideResolver(input, \"product\");\n}\nfunction defineQuestion(input) {\n return provideResolver(input, \"question\");\n}\nfunction defineRecipe(input) {\n return provideResolver(input, \"recipe\");\n}\nfunction defineReview(input) {\n return provideResolver(input, \"review\");\n}\nfunction defineVideo(input) {\n return provideResolver(input, \"video\");\n}\nfunction defineWebPage(input) {\n return provideResolver(input, \"webPage\");\n}\nfunction defineWebSite(input) {\n return provideResolver(input, \"webSite\");\n}\nfunction defineBook(input) {\n return provideResolver(input, \"book\");\n}\nfunction defineCourse(input) {\n return provideResolver(input, \"course\");\n}\nfunction defineItemList(input) {\n return provideResolver(input, \"itemList\");\n}\nfunction defineListItem(input) {\n return provideResolver(input, \"listItem\");\n}\nfunction defineMovie(input) {\n return provideResolver(input, \"movie\");\n}\nfunction defineSearchAction(input) {\n return provideResolver(input, \"searchAction\");\n}\nfunction defineReadAction(input) {\n return provideResolver(input, \"readAction\");\n}\nfunction defineSoftwareApp(input) {\n return provideResolver(input, \"softwareApp\");\n}\nfunction defineBookEdition(input) {\n return provideResolver(input, \"bookEdition\");\n}\nfunction useSchemaOrg(input) {\n const head = getActiveHead();\n if (!head)\n return;\n head.use(UnheadSchemaOrg());\n return useHead({\n script: [\n {\n type: \"application/ld+json\",\n key: \"schema-org-graph\",\n nodes: input\n }\n ]\n });\n}\n\nexport { UnheadSchemaOrg, defineAddress, defineAggregateOffer, defineAggregateRating, defineArticle, defineBook, defineBookEdition, defineBreadcrumb, defineComment, defineCourse, defineEvent, defineFoodEstablishment, defineHowTo, defineHowToStep, defineImage, defineItemList, defineJobPosting, defineListItem, defineLocalBusiness, defineMovie, defineOffer, defineOpeningHours, defineOrganization, definePerson, definePlace, defineProduct, defineQuestion, defineReadAction, defineRecipe, defineReview, defineSearchAction, defineSoftwareApp, defineVideo, defineVirtualLocation, defineWebPage, defineWebSite, useSchemaOrg };\n"], "mappings": "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", "names": ["r", "defaults", "resolver", "loadResolver", "resolver"] } diff --git a/node_modules/.vite/deps/@unhead_vue.js b/node_modules/.vite/deps/@unhead_vue.js index 72525e79..a240bed9 100644 --- a/node_modules/.vite/deps/@unhead_vue.js +++ b/node_modules/.vite/deps/@unhead_vue.js @@ -10,7 +10,7 @@ import { unpackMeta, useScript, whitelistSafeInput -} from "./chunk-C2PV3ZIY.js"; +} from "./chunk-GLZQQGXA.js"; import "./chunk-NIBQISYW.js"; // node_modules/@unhead/vue/dist/shared/vue.cf295fb1.mjs diff --git a/node_modules/.vite/deps/@unhead_vue.js.map b/node_modules/.vite/deps/@unhead_vue.js.map index c24d645a..5668a504 100644 --- a/node_modules/.vite/deps/@unhead_vue.js.map +++ b/node_modules/.vite/deps/@unhead_vue.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../@unhead/vue/dist/shared/vue.cf295fb1.mjs", "../../@unhead/vue/dist/index.mjs", "../../@unhead/vue/dist/shared/vue.f36acd1f.mjs"], - "sourcesContent": ["import { version, unref, nextTick, inject } from 'vue';\r\nimport { createServerHead as createServerHead$1, createHead as createHead$1, getActiveHead } from 'unhead';\r\nimport { defineHeadPlugin } from '@unhead/shared';\r\n\r\nconst Vue3 = version.startsWith(\"3\");\r\n\r\nfunction resolveUnref(r) {\r\n return typeof r === \"function\" ? r() : unref(r);\r\n}\r\nfunction resolveUnrefHeadInput(ref, lastKey = \"\") {\r\n if (ref instanceof Promise)\r\n return ref;\r\n const root = resolveUnref(ref);\r\n if (!ref || !root)\r\n return root;\r\n if (Array.isArray(root))\r\n return root.map((r) => resolveUnrefHeadInput(r, lastKey));\r\n if (typeof root === \"object\") {\r\n return Object.fromEntries(\r\n Object.entries(root).map(([k, v]) => {\r\n if (k === \"titleTemplate\" || k.startsWith(\"on\"))\r\n return [k, unref(v)];\r\n return [k, resolveUnrefHeadInput(v, k)];\r\n })\r\n );\r\n }\r\n return root;\r\n}\r\n\r\nconst VueReactivityPlugin = defineHeadPlugin({\r\n hooks: {\r\n \"entries:resolve\": function(ctx) {\r\n for (const entry of ctx.entries)\r\n entry.resolvedInput = resolveUnrefHeadInput(entry.input);\r\n }\r\n }\r\n});\r\n\r\nconst headSymbol = \"usehead\";\r\nfunction vueInstall(head) {\r\n const plugin = {\r\n install(app) {\r\n if (Vue3) {\r\n app.config.globalProperties.$unhead = head;\r\n app.config.globalProperties.$head = head;\r\n app.provide(headSymbol, head);\r\n }\r\n }\r\n };\r\n return plugin.install;\r\n}\r\nfunction createServerHead(options = {}) {\r\n const head = createServerHead$1(options);\r\n head.use(VueReactivityPlugin);\r\n head.install = vueInstall(head);\r\n return head;\r\n}\r\nfunction createHead(options = {}) {\r\n options.domDelayFn = options.domDelayFn || ((fn) => nextTick(() => setTimeout(() => fn(), 0)));\r\n const head = createHead$1(options);\r\n head.use(VueReactivityPlugin);\r\n head.install = vueInstall(head);\r\n return head;\r\n}\r\n\r\nconst _global = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : {};\r\nconst globalKey = \"__unhead_injection_handler__\";\r\nfunction setHeadInjectionHandler(handler) {\r\n _global[globalKey] = handler;\r\n}\r\nfunction injectHead() {\r\n if (globalKey in _global) {\r\n return _global[globalKey]();\r\n }\r\n const head = inject(headSymbol);\r\n if (!head && process.env.NODE_ENV !== \"production\")\r\n console.warn(\"Unhead is missing Vue context, falling back to shared context. This may have unexpected results.\");\r\n return head || getActiveHead();\r\n}\r\n\r\nexport { Vue3 as V, createServerHead as a, createHead as c, headSymbol as h, injectHead as i, resolveUnrefHeadInput as r, setHeadInjectionHandler as s };\r\n", "import { useScript as useScript$1 } from 'unhead';\r\nexport { CapoPlugin, HashHydrationPlugin, createHeadCore } from 'unhead';\r\nimport { V as Vue3, h as headSymbol, i as injectHead } from './shared/vue.cf295fb1.mjs';\r\nexport { c as createHead, a as createServerHead, r as resolveUnrefHeadInput, s as setHeadInjectionHandler } from './shared/vue.cf295fb1.mjs';\r\nimport { getCurrentInstance, ref, onMounted } from 'vue';\r\nimport { u as useHead } from './shared/vue.f36acd1f.mjs';\r\nimport { composableNames, whitelistSafeInput, unpackMeta } from '@unhead/shared';\r\n\r\nconst VueHeadMixin = {\r\n created() {\r\n let source = false;\r\n if (Vue3) {\r\n const instance = getCurrentInstance();\r\n if (!instance)\r\n return;\r\n const options = instance.type;\r\n if (!options || !(\"head\" in options))\r\n return;\r\n source = typeof options.head === \"function\" ? () => options.head.call(instance.proxy) : options.head;\r\n } else {\r\n const head = this.$options.head;\r\n if (head) {\r\n source = typeof head === \"function\" ? () => head.call(this) : head;\r\n }\r\n }\r\n source && useHead(source);\r\n }\r\n};\r\n\r\nconst Vue2ProvideUnheadPlugin = function(_Vue, head) {\r\n _Vue.mixin({\r\n beforeCreate() {\r\n const options = this.$options;\r\n const origProvide = options.provide;\r\n options.provide = function() {\r\n let origProvideResult;\r\n if (typeof origProvide === \"function\")\r\n origProvideResult = origProvide.call(this);\r\n else\r\n origProvideResult = origProvide || {};\r\n return {\r\n ...origProvideResult,\r\n [headSymbol]: head\r\n };\r\n };\r\n }\r\n });\r\n};\r\n\r\nconst coreComposableNames = [\r\n \"injectHead\"\r\n];\r\nconst unheadVueComposablesImports = {\r\n \"@unhead/vue\": [...coreComposableNames, ...composableNames]\r\n};\r\n\r\nfunction useHeadSafe(input, options = {}) {\r\n return useHead(input, { ...options, transform: whitelistSafeInput });\r\n}\r\n\r\nfunction useSeoMeta(input, options) {\r\n const { title, titleTemplate, ...meta } = input;\r\n return useHead({\r\n title,\r\n titleTemplate,\r\n // @ts-expect-error runtime type\r\n _flatMeta: meta\r\n }, {\r\n ...options,\r\n transform(t) {\r\n const meta2 = unpackMeta({ ...t._flatMeta });\r\n delete t._flatMeta;\r\n return {\r\n // @ts-expect-error runtime type\r\n ...t,\r\n meta: meta2\r\n };\r\n }\r\n });\r\n}\r\n\r\nfunction useServerHead(input, options = {}) {\r\n const head = options.head || injectHead();\r\n delete options.head;\r\n if (head)\r\n return head.push(input, { ...options, mode: \"server\" });\r\n}\r\n\r\nfunction useServerHeadSafe(input, options = {}) {\r\n return useHeadSafe(input, { ...options, mode: \"server\" });\r\n}\r\n\r\nfunction useServerSeoMeta(input, options) {\r\n return useSeoMeta(input, { ...options || {}, mode: \"server\" });\r\n}\r\n\r\nfunction useScript(_input, _options) {\r\n const input = typeof _input === \"string\" ? { src: _input } : _input;\r\n const head = injectHead();\r\n const options = _options || {};\r\n options.head = head;\r\n options.eventContext = getCurrentInstance();\r\n const status = ref(\"awaitingLoad\");\r\n const stubOptions = options.stub;\r\n options.stub = ({ script, fn }) => {\r\n script.status = status;\r\n if (fn === \"$script\")\r\n return script;\r\n return stubOptions?.({ script, fn });\r\n };\r\n let instance;\r\n const _ = head.hooks.hook(\"script:updated\", ({ script }) => {\r\n if (instance && script.id === instance.$script.id) {\r\n status.value = script.status;\r\n script.status === \"removed\" && _();\r\n }\r\n });\r\n const scope = getCurrentInstance();\r\n if (scope && !options.trigger)\r\n options.trigger = onMounted;\r\n instance = useScript$1(input, options);\r\n return instance;\r\n}\r\n\r\nexport { Vue2ProvideUnheadPlugin, VueHeadMixin, injectHead, unheadVueComposablesImports, useHead, useHeadSafe, useScript, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta };\r\n", "import { ref, watchEffect, watch, getCurrentInstance, onBeforeUnmount, onDeactivated, onActivated } from 'vue';\r\nimport { i as injectHead, r as resolveUnrefHeadInput } from './vue.cf295fb1.mjs';\r\n\r\nfunction useHead(input, options = {}) {\r\n const head = options.head || injectHead();\r\n if (head) {\r\n if (!head.ssr)\r\n return clientUseHead(head, input, options);\r\n return head.push(input, options);\r\n }\r\n}\r\nfunction clientUseHead(head, input, options = {}) {\r\n const deactivated = ref(false);\r\n const resolvedInput = ref({});\r\n watchEffect(() => {\r\n resolvedInput.value = deactivated.value ? {} : resolveUnrefHeadInput(input);\r\n });\r\n const entry = head.push(resolvedInput.value, options);\r\n watch(resolvedInput, (e) => {\r\n entry.patch(e);\r\n });\r\n const vm = getCurrentInstance();\r\n if (vm) {\r\n onBeforeUnmount(() => {\r\n entry.dispose();\r\n });\r\n onDeactivated(() => {\r\n deactivated.value = true;\r\n });\r\n onActivated(() => {\r\n deactivated.value = false;\r\n });\r\n }\r\n return entry;\r\n}\r\n\r\nexport { useHead as u };\r\n"], + "sourcesContent": ["import { version, unref, nextTick, inject } from 'vue';\nimport { createServerHead as createServerHead$1, createHead as createHead$1, getActiveHead } from 'unhead';\nimport { defineHeadPlugin } from '@unhead/shared';\n\nconst Vue3 = version.startsWith(\"3\");\n\nfunction resolveUnref(r) {\n return typeof r === \"function\" ? r() : unref(r);\n}\nfunction resolveUnrefHeadInput(ref, lastKey = \"\") {\n if (ref instanceof Promise)\n return ref;\n const root = resolveUnref(ref);\n if (!ref || !root)\n return root;\n if (Array.isArray(root))\n return root.map((r) => resolveUnrefHeadInput(r, lastKey));\n if (typeof root === \"object\") {\n return Object.fromEntries(\n Object.entries(root).map(([k, v]) => {\n if (k === \"titleTemplate\" || k.startsWith(\"on\"))\n return [k, unref(v)];\n return [k, resolveUnrefHeadInput(v, k)];\n })\n );\n }\n return root;\n}\n\nconst VueReactivityPlugin = defineHeadPlugin({\n hooks: {\n \"entries:resolve\": function(ctx) {\n for (const entry of ctx.entries)\n entry.resolvedInput = resolveUnrefHeadInput(entry.input);\n }\n }\n});\n\nconst headSymbol = \"usehead\";\nfunction vueInstall(head) {\n const plugin = {\n install(app) {\n if (Vue3) {\n app.config.globalProperties.$unhead = head;\n app.config.globalProperties.$head = head;\n app.provide(headSymbol, head);\n }\n }\n };\n return plugin.install;\n}\nfunction createServerHead(options = {}) {\n const head = createServerHead$1(options);\n head.use(VueReactivityPlugin);\n head.install = vueInstall(head);\n return head;\n}\nfunction createHead(options = {}) {\n options.domDelayFn = options.domDelayFn || ((fn) => nextTick(() => setTimeout(() => fn(), 0)));\n const head = createHead$1(options);\n head.use(VueReactivityPlugin);\n head.install = vueInstall(head);\n return head;\n}\n\nconst _global = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : {};\nconst globalKey = \"__unhead_injection_handler__\";\nfunction setHeadInjectionHandler(handler) {\n _global[globalKey] = handler;\n}\nfunction injectHead() {\n if (globalKey in _global) {\n return _global[globalKey]();\n }\n const head = inject(headSymbol);\n if (!head && process.env.NODE_ENV !== \"production\")\n console.warn(\"Unhead is missing Vue context, falling back to shared context. This may have unexpected results.\");\n return head || getActiveHead();\n}\n\nexport { Vue3 as V, createServerHead as a, createHead as c, headSymbol as h, injectHead as i, resolveUnrefHeadInput as r, setHeadInjectionHandler as s };\n", "import { useScript as useScript$1 } from 'unhead';\nexport { CapoPlugin, HashHydrationPlugin, createHeadCore } from 'unhead';\nimport { V as Vue3, h as headSymbol, i as injectHead } from './shared/vue.cf295fb1.mjs';\nexport { c as createHead, a as createServerHead, r as resolveUnrefHeadInput, s as setHeadInjectionHandler } from './shared/vue.cf295fb1.mjs';\nimport { getCurrentInstance, ref, onMounted } from 'vue';\nimport { u as useHead } from './shared/vue.f36acd1f.mjs';\nimport { composableNames, whitelistSafeInput, unpackMeta } from '@unhead/shared';\n\nconst VueHeadMixin = {\n created() {\n let source = false;\n if (Vue3) {\n const instance = getCurrentInstance();\n if (!instance)\n return;\n const options = instance.type;\n if (!options || !(\"head\" in options))\n return;\n source = typeof options.head === \"function\" ? () => options.head.call(instance.proxy) : options.head;\n } else {\n const head = this.$options.head;\n if (head) {\n source = typeof head === \"function\" ? () => head.call(this) : head;\n }\n }\n source && useHead(source);\n }\n};\n\nconst Vue2ProvideUnheadPlugin = function(_Vue, head) {\n _Vue.mixin({\n beforeCreate() {\n const options = this.$options;\n const origProvide = options.provide;\n options.provide = function() {\n let origProvideResult;\n if (typeof origProvide === \"function\")\n origProvideResult = origProvide.call(this);\n else\n origProvideResult = origProvide || {};\n return {\n ...origProvideResult,\n [headSymbol]: head\n };\n };\n }\n });\n};\n\nconst coreComposableNames = [\n \"injectHead\"\n];\nconst unheadVueComposablesImports = {\n \"@unhead/vue\": [...coreComposableNames, ...composableNames]\n};\n\nfunction useHeadSafe(input, options = {}) {\n return useHead(input, { ...options, transform: whitelistSafeInput });\n}\n\nfunction useSeoMeta(input, options) {\n const { title, titleTemplate, ...meta } = input;\n return useHead({\n title,\n titleTemplate,\n // @ts-expect-error runtime type\n _flatMeta: meta\n }, {\n ...options,\n transform(t) {\n const meta2 = unpackMeta({ ...t._flatMeta });\n delete t._flatMeta;\n return {\n // @ts-expect-error runtime type\n ...t,\n meta: meta2\n };\n }\n });\n}\n\nfunction useServerHead(input, options = {}) {\n const head = options.head || injectHead();\n delete options.head;\n if (head)\n return head.push(input, { ...options, mode: \"server\" });\n}\n\nfunction useServerHeadSafe(input, options = {}) {\n return useHeadSafe(input, { ...options, mode: \"server\" });\n}\n\nfunction useServerSeoMeta(input, options) {\n return useSeoMeta(input, { ...options || {}, mode: \"server\" });\n}\n\nfunction useScript(_input, _options) {\n const input = typeof _input === \"string\" ? { src: _input } : _input;\n const head = injectHead();\n const options = _options || {};\n options.head = head;\n options.eventContext = getCurrentInstance();\n const status = ref(\"awaitingLoad\");\n const stubOptions = options.stub;\n options.stub = ({ script, fn }) => {\n script.status = status;\n if (fn === \"$script\")\n return script;\n return stubOptions?.({ script, fn });\n };\n let instance;\n const _ = head.hooks.hook(\"script:updated\", ({ script }) => {\n if (instance && script.id === instance.$script.id) {\n status.value = script.status;\n script.status === \"removed\" && _();\n }\n });\n const scope = getCurrentInstance();\n if (scope && !options.trigger)\n options.trigger = onMounted;\n instance = useScript$1(input, options);\n return instance;\n}\n\nexport { Vue2ProvideUnheadPlugin, VueHeadMixin, injectHead, unheadVueComposablesImports, useHead, useHeadSafe, useScript, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta };\n", "import { ref, watchEffect, watch, getCurrentInstance, onBeforeUnmount, onDeactivated, onActivated } from 'vue';\nimport { i as injectHead, r as resolveUnrefHeadInput } from './vue.cf295fb1.mjs';\n\nfunction useHead(input, options = {}) {\n const head = options.head || injectHead();\n if (head) {\n if (!head.ssr)\n return clientUseHead(head, input, options);\n return head.push(input, options);\n }\n}\nfunction clientUseHead(head, input, options = {}) {\n const deactivated = ref(false);\n const resolvedInput = ref({});\n watchEffect(() => {\n resolvedInput.value = deactivated.value ? {} : resolveUnrefHeadInput(input);\n });\n const entry = head.push(resolvedInput.value, options);\n watch(resolvedInput, (e) => {\n entry.patch(e);\n });\n const vm = getCurrentInstance();\n if (vm) {\n onBeforeUnmount(() => {\n entry.dispose();\n });\n onDeactivated(() => {\n deactivated.value = true;\n });\n onActivated(() => {\n deactivated.value = false;\n });\n }\n return entry;\n}\n\nexport { useHead as u };\n"], "mappings": "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", "names": ["ref", "createServerHead", "createHead", "getCurrentInstance", "ref", "getCurrentInstance", "useScript", "ref"] } diff --git a/node_modules/.vite/deps/@vueuse_integrations_useFuse.js b/node_modules/.vite/deps/@vueuse_integrations_useFuse.js index a89b6b5e..91d3af74 100644 --- a/node_modules/.vite/deps/@vueuse_integrations_useFuse.js +++ b/node_modules/.vite/deps/@vueuse_integrations_useFuse.js @@ -1,6 +1,6 @@ import { Fuse -} from "./chunk-YDFMVJDU.js"; +} from "./chunk-D7RD3GQY.js"; import "./chunk-NIBQISYW.js"; // node_modules/@vueuse/integrations/useFuse.mjs diff --git a/node_modules/.vite/deps/@vueuse_integrations_useFuse.js.map b/node_modules/.vite/deps/@vueuse_integrations_useFuse.js.map index 9bdd5c5e..cd8a3d01 100644 --- a/node_modules/.vite/deps/@vueuse_integrations_useFuse.js.map +++ b/node_modules/.vite/deps/@vueuse_integrations_useFuse.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../@vueuse/integrations/useFuse.mjs"], - "sourcesContent": ["import Fuse from 'fuse.js';\r\nimport { ref, watch, computed } from 'vue-demi';\r\nimport { toValue } from '@vueuse/shared';\r\n\r\nfunction useFuse(search, data, options) {\r\n const createFuse = () => {\r\n var _a, _b;\r\n return new Fuse(\r\n (_a = toValue(data)) != null ? _a : [],\r\n (_b = toValue(options)) == null ? void 0 : _b.fuseOptions\r\n );\r\n };\r\n const fuse = ref(createFuse());\r\n watch(\r\n () => {\r\n var _a;\r\n return (_a = toValue(options)) == null ? void 0 : _a.fuseOptions;\r\n },\r\n () => {\r\n fuse.value = createFuse();\r\n },\r\n { deep: true }\r\n );\r\n watch(\r\n () => toValue(data),\r\n (newData) => {\r\n fuse.value.setCollection(newData);\r\n },\r\n { deep: true }\r\n );\r\n const results = computed(() => {\r\n const resolved = toValue(options);\r\n if ((resolved == null ? void 0 : resolved.matchAllWhenSearchEmpty) && !toValue(search))\r\n return toValue(data).map((item, index) => ({ item, refIndex: index }));\r\n const limit = resolved == null ? void 0 : resolved.resultLimit;\r\n return fuse.value.search(toValue(search), limit ? { limit } : void 0);\r\n });\r\n return {\r\n fuse,\r\n results\r\n };\r\n}\r\n\r\nexport { useFuse };\r\n"], + "sourcesContent": ["import Fuse from 'fuse.js';\nimport { ref, watch, computed } from 'vue-demi';\nimport { toValue } from '@vueuse/shared';\n\nfunction useFuse(search, data, options) {\n const createFuse = () => {\n var _a, _b;\n return new Fuse(\n (_a = toValue(data)) != null ? _a : [],\n (_b = toValue(options)) == null ? void 0 : _b.fuseOptions\n );\n };\n const fuse = ref(createFuse());\n watch(\n () => {\n var _a;\n return (_a = toValue(options)) == null ? void 0 : _a.fuseOptions;\n },\n () => {\n fuse.value = createFuse();\n },\n { deep: true }\n );\n watch(\n () => toValue(data),\n (newData) => {\n fuse.value.setCollection(newData);\n },\n { deep: true }\n );\n const results = computed(() => {\n const resolved = toValue(options);\n if ((resolved == null ? void 0 : resolved.matchAllWhenSearchEmpty) && !toValue(search))\n return toValue(data).map((item, index) => ({ item, refIndex: index }));\n const limit = resolved == null ? void 0 : resolved.resultLimit;\n return fuse.value.search(toValue(search), limit ? { limit } : void 0);\n });\n return {\n fuse,\n results\n };\n}\n\nexport { useFuse };\n"], "mappings": ";;;;;;AACA,SAAS,KAAK,OAAO,gBAAgB;AACrC,SAAS,eAAe;AAExB,SAAS,QAAQ,QAAQ,MAAM,SAAS;AACtC,QAAM,aAAa,MAAM;AACvB,QAAI,IAAI;AACR,WAAO,IAAI;AAAA,OACR,KAAK,QAAQ,IAAI,MAAM,OAAO,KAAK,CAAC;AAAA,OACpC,KAAK,QAAQ,OAAO,MAAM,OAAO,SAAS,GAAG;AAAA,IAChD;AAAA,EACF;AACA,QAAM,OAAO,IAAI,WAAW,CAAC;AAC7B;AAAA,IACE,MAAM;AACJ,UAAI;AACJ,cAAQ,KAAK,QAAQ,OAAO,MAAM,OAAO,SAAS,GAAG;AAAA,IACvD;AAAA,IACA,MAAM;AACJ,WAAK,QAAQ,WAAW;AAAA,IAC1B;AAAA,IACA,EAAE,MAAM,KAAK;AAAA,EACf;AACA;AAAA,IACE,MAAM,QAAQ,IAAI;AAAA,IAClB,CAAC,YAAY;AACX,WAAK,MAAM,cAAc,OAAO;AAAA,IAClC;AAAA,IACA,EAAE,MAAM,KAAK;AAAA,EACf;AACA,QAAM,UAAU,SAAS,MAAM;AAC7B,UAAM,WAAW,QAAQ,OAAO;AAChC,SAAK,YAAY,OAAO,SAAS,SAAS,4BAA4B,CAAC,QAAQ,MAAM;AACnF,aAAO,QAAQ,IAAI,EAAE,IAAI,CAAC,MAAM,WAAW,EAAE,MAAM,UAAU,MAAM,EAAE;AACvE,UAAM,QAAQ,YAAY,OAAO,SAAS,SAAS;AACnD,WAAO,KAAK,MAAM,OAAO,QAAQ,MAAM,GAAG,QAAQ,EAAE,MAAM,IAAI,MAAM;AAAA,EACtE,CAAC;AACD,SAAO;AAAA,IACL;AAAA,IACA;AAAA,EACF;AACF;", "names": [] } diff --git a/node_modules/.vite/deps/_metadata.json b/node_modules/.vite/deps/_metadata.json index d10b8645..eb02cfd4 100644 --- a/node_modules/.vite/deps/_metadata.json +++ b/node_modules/.vite/deps/_metadata.json @@ -1,136 +1,136 @@ { - "hash": "f848d347", - "configHash": "207979b9", + "hash": "e27a1986", + "configHash": "e7ccbb3f", "lockfileHash": "12a62c51", - "browserHash": "5b550c12", + "browserHash": "84a900f0", "optimized": { "@unhead/schema-org": { "src": "../../@unhead/schema-org/dist/index.mjs", "file": "@unhead_schema-org.js", - "fileHash": "401697a6", + "fileHash": "392d4857", "needsInterop": false }, "@unhead/vue": { "src": "../../@unhead/vue/dist/index.mjs", "file": "@unhead_vue.js", - "fileHash": "8f4d7846", + "fileHash": "ce2d90cd", "needsInterop": false }, "@vueuse/integrations/useFuse": { "src": "../../@vueuse/integrations/useFuse.mjs", "file": "@vueuse_integrations_useFuse.js", - "fileHash": "c57e3519", + "fileHash": "5498f047", "needsInterop": false }, "defu": { "src": "../../defu/dist/defu.mjs", "file": "defu.js", - "fileHash": "41cd61ef", + "fileHash": "79716997", "needsInterop": false }, "katex": { "src": "../../katex/dist/katex.mjs", "file": "katex.js", - "fileHash": "3629e5fe", + "fileHash": "7a280e7d", "needsInterop": false }, "nprogress": { "src": "../../nprogress/nprogress.js", "file": "nprogress.js", - "fileHash": "c06acd5c", + "fileHash": "389c232f", "needsInterop": true }, "vue-i18n": { "src": "../../vue-i18n/dist/vue-i18n.mjs", "file": "vue-i18n.js", - "fileHash": "841631d7", + "fileHash": "e0f5f806", "needsInterop": false }, "fuse.js": { "src": "../../fuse.js/dist/fuse.mjs", "file": "fuse__js.js", - "fileHash": "815a1b59", + "fileHash": "fd8eda17", "needsInterop": false }, "medium-zoom": { "src": "../../medium-zoom/dist/medium-zoom.esm.js", "file": "medium-zoom.js", - "fileHash": "38ad29ea", + "fileHash": "1afac5f4", "needsInterop": false }, "vanilla-lazyload": { "src": "../../vanilla-lazyload/dist/esm/lazyload.js", "file": "vanilla-lazyload.js", - "fileHash": "0c0ecf1d", + "fileHash": "c64f782c", "needsInterop": false }, "@explosions/fireworks": { "src": "../../@explosions/fireworks/dist/index.js", "file": "@explosions_fireworks.js", - "fileHash": "4782920b", + "fileHash": "8dbe2fff", "needsInterop": true }, "@iconify-json/ant-design": { "src": "../../@iconify-json/ant-design/index.mjs", "file": "@iconify-json_ant-design.js", - "fileHash": "5feb6856", + "fileHash": "f0a12bee", "needsInterop": false }, "@iconify-json/simple-icons": { "src": "../../@iconify-json/simple-icons/index.mjs", "file": "@iconify-json_simple-icons.js", - "fileHash": "e59bb21a", + "fileHash": "be024da4", "needsInterop": false }, "animejs": { "src": "../../animejs/lib/anime.es.js", "file": "animejs.js", - "fileHash": "6e416961", + "fileHash": "b410ac43", "needsInterop": false }, "valaxy-addon-twikoo": { "src": "../../valaxy/client/addons/index.ts", "file": "valaxy-addon-twikoo.js", - "fileHash": "cc5211fd", + "fileHash": "e9b88a45", "needsInterop": false }, "valaxy-addon-twikoo/client/styles/index.scss": { "src": "../../valaxy/client/addons/index.ts", "file": "valaxy-addon-twikoo_client_styles_index__scss.js", - "fileHash": "5f80330e", + "fileHash": "bf5b74d4", "needsInterop": false }, "valaxy-addon-waline": { "src": "../../valaxy/client/addons/index.ts", "file": "valaxy-addon-waline.js", - "fileHash": "dd7a236c", + "fileHash": "903d84b1", "needsInterop": false }, "valaxy-addon-artalk": { "src": "../../valaxy/client/addons/index.ts", "file": "valaxy-addon-artalk.js", - "fileHash": "adfabba2", + "fileHash": "491f29a0", "needsInterop": false }, "valaxy-addon-artalk/client/styles/index.scss": { "src": "../../valaxy/client/addons/index.ts", "file": "valaxy-addon-artalk_client_styles_index__scss.js", - "fileHash": "c73128b0", + "fileHash": "e847b6a8", "needsInterop": false } }, "chunks": { - "chunk-YDFMVJDU": { - "file": "chunk-YDFMVJDU.js" + "chunk-LYY3XPSO": { + "file": "chunk-LYY3XPSO.js" }, - "chunk-UXEQ6FJP": { - "file": "chunk-UXEQ6FJP.js" + "chunk-DJ3A3VQS": { + "file": "chunk-DJ3A3VQS.js" }, - "chunk-Z7HEHPHJ": { - "file": "chunk-Z7HEHPHJ.js" + "chunk-D7RD3GQY": { + "file": "chunk-D7RD3GQY.js" }, - "chunk-C2PV3ZIY": { - "file": "chunk-C2PV3ZIY.js" + "chunk-GLZQQGXA": { + "file": "chunk-GLZQQGXA.js" }, "chunk-NIBQISYW": { "file": "chunk-NIBQISYW.js" diff --git a/node_modules/.vite/deps/animejs.js b/node_modules/.vite/deps/animejs.js index 58fa57a4..35410c78 100644 --- a/node_modules/.vite/deps/animejs.js +++ b/node_modules/.vite/deps/animejs.js @@ -1,7 +1,7 @@ import { anime_es_default, init_anime_es -} from "./chunk-UXEQ6FJP.js"; +} from "./chunk-LYY3XPSO.js"; import "./chunk-NIBQISYW.js"; init_anime_es(); export { diff --git a/node_modules/.vite/deps/chunk-C2PV3ZIY.js.map b/node_modules/.vite/deps/chunk-C2PV3ZIY.js.map deleted file mode 100644 index ee379529..00000000 --- a/node_modules/.vite/deps/chunk-C2PV3ZIY.js.map +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": 3, - "sources": ["../../@unhead/shared/dist/index.mjs", "../../hookable/dist/index.mjs", "../../@unhead/dom/dist/index.mjs", "../../unhead/dist/index.mjs"], - "sourcesContent": ["function asArray$1(value) {\r\n return Array.isArray(value) ? value : [value];\r\n}\r\n\r\nconst SelfClosingTags = [\"meta\", \"link\", \"base\"];\r\nconst TagsWithInnerContent = [\"title\", \"titleTemplate\", \"script\", \"style\", \"noscript\"];\r\nconst HasElementTags = [\r\n \"base\",\r\n \"meta\",\r\n \"link\",\r\n \"style\",\r\n \"script\",\r\n \"noscript\"\r\n];\r\nconst ValidHeadTags = [\r\n \"title\",\r\n \"titleTemplate\",\r\n \"templateParams\",\r\n \"base\",\r\n \"htmlAttrs\",\r\n \"bodyAttrs\",\r\n \"meta\",\r\n \"link\",\r\n \"style\",\r\n \"script\",\r\n \"noscript\"\r\n];\r\nconst UniqueTags = [\"base\", \"title\", \"titleTemplate\", \"bodyAttrs\", \"htmlAttrs\", \"templateParams\"];\r\nconst TagConfigKeys = [\"tagPosition\", \"tagPriority\", \"tagDuplicateStrategy\", \"children\", \"innerHTML\", \"textContent\", \"processTemplateParams\"];\r\nconst IsBrowser = typeof window !== \"undefined\";\r\nconst composableNames = [\r\n \"getActiveHead\",\r\n \"useHead\",\r\n \"useSeoMeta\",\r\n \"useHeadSafe\",\r\n \"useServerHead\",\r\n \"useServerSeoMeta\",\r\n \"useServerHeadSafe\"\r\n];\r\n\r\nfunction defineHeadPlugin(plugin) {\r\n return plugin;\r\n}\r\n\r\nfunction hashCode(s) {\r\n let h = 9;\r\n for (let i = 0; i < s.length; )\r\n h = Math.imul(h ^ s.charCodeAt(i++), 9 ** 9);\r\n return ((h ^ h >>> 9) + 65536).toString(16).substring(1, 8).toLowerCase();\r\n}\r\nfunction hashTag(tag) {\r\n return tag._h || hashCode(tag._d ? tag._d : `${tag.tag}:${tag.textContent || tag.innerHTML || \"\"}:${Object.entries(tag.props).map(([key, value]) => `${key}:${String(value)}`).join(\",\")}`);\r\n}\r\n\r\nfunction tagDedupeKey(tag, fn) {\r\n const { props, tag: tagName } = tag;\r\n if (UniqueTags.includes(tagName))\r\n return tagName;\r\n if (tagName === \"link\" && props.rel === \"canonical\")\r\n return \"canonical\";\r\n if (props.charset)\r\n return \"charset\";\r\n const name = [\"id\"];\r\n if (tagName === \"meta\")\r\n name.push(...[\"name\", \"property\", \"http-equiv\"]);\r\n for (const n of name) {\r\n if (typeof props[n] !== \"undefined\") {\r\n const val = String(props[n]);\r\n if (fn && !fn(val))\r\n return false;\r\n return `${tagName}:${n}:${val}`;\r\n }\r\n }\r\n return false;\r\n}\r\n\r\nfunction resolveTitleTemplate(template, title) {\r\n if (template == null)\r\n return title || null;\r\n if (typeof template === \"function\")\r\n return template(title);\r\n return template;\r\n}\r\n\r\nfunction asArray(input) {\r\n return Array.isArray(input) ? input : [input];\r\n}\r\nconst InternalKeySymbol = \"_$key\";\r\nfunction packObject(input, options) {\r\n const keys = Object.keys(input);\r\n let [k, v] = keys;\r\n options = options || {};\r\n options.key = options.key || k;\r\n options.value = options.value || v;\r\n options.resolveKey = options.resolveKey || ((k2) => k2);\r\n const resolveKey = (index) => {\r\n const arr = asArray(options[index]);\r\n return arr.find((k2) => {\r\n if (typeof k2 === \"string\" && k2.includes(\".\")) {\r\n return k2;\r\n }\r\n return k2 && keys.includes(k2);\r\n });\r\n };\r\n const resolveValue = (k2, input2) => {\r\n if (k2.includes(\".\")) {\r\n const paths = k2.split(\".\");\r\n let val = input2;\r\n for (const path of paths)\r\n val = val[path];\r\n return val;\r\n }\r\n return input2[k2];\r\n };\r\n k = resolveKey(\"key\") || k;\r\n v = resolveKey(\"value\") || v;\r\n const dedupeKeyPrefix = input.key ? `${InternalKeySymbol}${input.key}-` : \"\";\r\n let keyValue = resolveValue(k, input);\r\n keyValue = options.resolveKey(keyValue);\r\n return {\r\n [`${dedupeKeyPrefix}${keyValue}`]: resolveValue(v, input)\r\n };\r\n}\r\n\r\nfunction packArray(input, options) {\r\n const packed = {};\r\n for (const i of input) {\r\n const packedObj = packObject(i, options);\r\n const pKey = Object.keys(packedObj)[0];\r\n const isDedupeKey = pKey.startsWith(InternalKeySymbol);\r\n if (!isDedupeKey && packed[pKey]) {\r\n packed[pKey] = Array.isArray(packed[pKey]) ? packed[pKey] : [packed[pKey]];\r\n packed[pKey].push(Object.values(packedObj)[0]);\r\n } else {\r\n packed[isDedupeKey ? pKey.split(\"-\").slice(1).join(\"-\") || pKey : pKey] = packedObj[pKey];\r\n }\r\n }\r\n return packed;\r\n}\r\n\r\nfunction unpackToArray(input, options) {\r\n const unpacked = [];\r\n const kFn = options.resolveKeyData || ((ctx) => ctx.key);\r\n const vFn = options.resolveValueData || ((ctx) => ctx.value);\r\n for (const [k, v] of Object.entries(input)) {\r\n unpacked.push(...(Array.isArray(v) ? v : [v]).map((i) => {\r\n const ctx = { key: k, value: i };\r\n const val = vFn(ctx);\r\n if (typeof val === \"object\")\r\n return unpackToArray(val, options);\r\n if (Array.isArray(val))\r\n return val;\r\n return {\r\n [typeof options.key === \"function\" ? options.key(ctx) : options.key]: kFn(ctx),\r\n [typeof options.value === \"function\" ? options.value(ctx) : options.value]: val\r\n };\r\n }).flat());\r\n }\r\n return unpacked;\r\n}\r\n\r\nfunction unpackToString(value, options) {\r\n return Object.entries(value).map(([key, value2]) => {\r\n if (typeof value2 === \"object\")\r\n value2 = unpackToString(value2, options);\r\n if (options.resolve) {\r\n const resolved = options.resolve({ key, value: value2 });\r\n if (typeof resolved !== \"undefined\")\r\n return resolved;\r\n }\r\n if (typeof value2 === \"number\")\r\n value2 = value2.toString();\r\n if (typeof value2 === \"string\" && options.wrapValue) {\r\n value2 = value2.replace(new RegExp(options.wrapValue, \"g\"), `\\\\${options.wrapValue}`);\r\n value2 = `${options.wrapValue}${value2}${options.wrapValue}`;\r\n }\r\n return `${key}${options.keyValueSeparator || \"\"}${value2}`;\r\n }).join(options.entrySeparator || \"\");\r\n}\r\n\r\nconst p = (p2) => ({ keyValue: p2, metaKey: \"property\" });\r\nconst k = (p2) => ({ keyValue: p2 });\r\nconst MetaPackingSchema = {\r\n appleItunesApp: {\r\n unpack: {\r\n entrySeparator: \", \",\r\n resolve({ key, value }) {\r\n return `${fixKeyCase(key)}=${value}`;\r\n }\r\n }\r\n },\r\n articleExpirationTime: p(\"article:expiration_time\"),\r\n articleModifiedTime: p(\"article:modified_time\"),\r\n articlePublishedTime: p(\"article:published_time\"),\r\n bookReleaseDate: p(\"book:release_date\"),\r\n charset: {\r\n metaKey: \"charset\"\r\n },\r\n contentSecurityPolicy: {\r\n unpack: {\r\n entrySeparator: \"; \",\r\n resolve({ key, value }) {\r\n return `${fixKeyCase(key)} ${value}`;\r\n }\r\n },\r\n metaKey: \"http-equiv\"\r\n },\r\n contentType: {\r\n metaKey: \"http-equiv\"\r\n },\r\n defaultStyle: {\r\n metaKey: \"http-equiv\"\r\n },\r\n fbAppId: p(\"fb:app_id\"),\r\n msapplicationConfig: k(\"msapplication-Config\"),\r\n msapplicationTileColor: k(\"msapplication-TileColor\"),\r\n msapplicationTileImage: k(\"msapplication-TileImage\"),\r\n ogAudioSecureUrl: p(\"og:audio:secure_url\"),\r\n ogAudioUrl: p(\"og:audio\"),\r\n ogImageSecureUrl: p(\"og:image:secure_url\"),\r\n ogImageUrl: p(\"og:image\"),\r\n ogSiteName: p(\"og:site_name\"),\r\n ogVideoSecureUrl: p(\"og:video:secure_url\"),\r\n ogVideoUrl: p(\"og:video\"),\r\n profileFirstName: p(\"profile:first_name\"),\r\n profileLastName: p(\"profile:last_name\"),\r\n profileUsername: p(\"profile:username\"),\r\n refresh: {\r\n metaKey: \"http-equiv\",\r\n unpack: {\r\n entrySeparator: \";\",\r\n resolve({ key, value }) {\r\n if (key === \"seconds\")\r\n return `${value}`;\r\n }\r\n }\r\n },\r\n robots: {\r\n unpack: {\r\n entrySeparator: \", \",\r\n resolve({ key, value }) {\r\n if (typeof value === \"boolean\")\r\n return `${fixKeyCase(key)}`;\r\n else\r\n return `${fixKeyCase(key)}:${value}`;\r\n }\r\n }\r\n },\r\n xUaCompatible: {\r\n metaKey: \"http-equiv\"\r\n }\r\n};\r\nconst openGraphNamespaces = [\r\n \"og\",\r\n \"book\",\r\n \"article\",\r\n \"profile\"\r\n];\r\nfunction resolveMetaKeyType(key) {\r\n const fKey = fixKeyCase(key).split(\":\")[0];\r\n if (openGraphNamespaces.includes(fKey))\r\n return \"property\";\r\n return MetaPackingSchema[key]?.metaKey || \"name\";\r\n}\r\nfunction resolveMetaKeyValue(key) {\r\n return MetaPackingSchema[key]?.keyValue || fixKeyCase(key);\r\n}\r\nfunction fixKeyCase(key) {\r\n const updated = key.replace(/([A-Z])/g, \"-$1\").toLowerCase();\r\n const fKey = updated.split(\"-\")[0];\r\n if (openGraphNamespaces.includes(fKey) || fKey === \"twitter\")\r\n return key.replace(/([A-Z])/g, \":$1\").toLowerCase();\r\n return updated;\r\n}\r\nfunction changeKeyCasingDeep(input) {\r\n if (Array.isArray(input)) {\r\n return input.map((entry) => changeKeyCasingDeep(entry));\r\n }\r\n if (typeof input !== \"object\" || Array.isArray(input))\r\n return input;\r\n const output = {};\r\n for (const [key, value] of Object.entries(input))\r\n output[fixKeyCase(key)] = changeKeyCasingDeep(value);\r\n return output;\r\n}\r\nfunction resolvePackedMetaObjectValue(value, key) {\r\n const definition = MetaPackingSchema[key];\r\n if (key === \"refresh\")\r\n return `${value.seconds};url=${value.url}`;\r\n return unpackToString(\r\n changeKeyCasingDeep(value),\r\n {\r\n keyValueSeparator: \"=\",\r\n entrySeparator: \", \",\r\n resolve({ value: value2, key: key2 }) {\r\n if (value2 === null)\r\n return \"\";\r\n if (typeof value2 === \"boolean\")\r\n return `${key2}`;\r\n },\r\n ...definition?.unpack\r\n }\r\n );\r\n}\r\nconst ObjectArrayEntries = [\"og:image\", \"og:video\", \"og:audio\", \"twitter:image\"];\r\nfunction sanitize(input) {\r\n const out = {};\r\n Object.entries(input).forEach(([k2, v]) => {\r\n if (String(v) !== \"false\" && k2)\r\n out[k2] = v;\r\n });\r\n return out;\r\n}\r\nfunction handleObjectEntry(key, v) {\r\n const value = sanitize(v);\r\n const fKey = fixKeyCase(key);\r\n const attr = resolveMetaKeyType(fKey);\r\n if (ObjectArrayEntries.includes(fKey)) {\r\n const input = {};\r\n Object.entries(value).forEach(([k2, v2]) => {\r\n input[`${key}${k2 === \"url\" ? \"\" : `${k2.charAt(0).toUpperCase()}${k2.slice(1)}`}`] = v2;\r\n });\r\n return unpackMeta(input).sort((a, b) => (a[attr]?.length || 0) - (b[attr]?.length || 0));\r\n }\r\n return [{ [attr]: fKey, ...value }];\r\n}\r\nfunction unpackMeta(input) {\r\n const extras = [];\r\n const primitives = {};\r\n Object.entries(input).forEach(([key, value]) => {\r\n if (!Array.isArray(value)) {\r\n if (typeof value === \"object\" && value) {\r\n if (ObjectArrayEntries.includes(fixKeyCase(key))) {\r\n extras.push(...handleObjectEntry(key, value));\r\n return;\r\n }\r\n primitives[key] = sanitize(value);\r\n } else {\r\n primitives[key] = value;\r\n }\r\n return;\r\n }\r\n value.forEach((v) => {\r\n extras.push(...typeof v === \"string\" ? unpackMeta({ [key]: v }) : handleObjectEntry(key, v));\r\n });\r\n });\r\n const meta = unpackToArray(primitives, {\r\n key({ key }) {\r\n return resolveMetaKeyType(key);\r\n },\r\n value({ key }) {\r\n return key === \"charset\" ? \"charset\" : \"content\";\r\n },\r\n resolveKeyData({ key }) {\r\n return resolveMetaKeyValue(key);\r\n },\r\n resolveValueData({ value, key }) {\r\n if (value === null)\r\n return \"_null\";\r\n if (typeof value === \"object\")\r\n return resolvePackedMetaObjectValue(value, key);\r\n return typeof value === \"number\" ? value.toString() : value;\r\n }\r\n });\r\n return [...extras, ...meta].map((m) => {\r\n if (m.content === \"_null\")\r\n m.content = null;\r\n return m;\r\n });\r\n}\r\nfunction packMeta(inputs) {\r\n const mappedPackingSchema = Object.entries(MetaPackingSchema).map(([key, value]) => [key, value.keyValue]);\r\n return packArray(inputs, {\r\n key: [\"name\", \"property\", \"httpEquiv\", \"http-equiv\", \"charset\"],\r\n value: [\"content\", \"charset\"],\r\n resolveKey(k2) {\r\n let key = mappedPackingSchema.filter((sk) => sk[1] === k2)?.[0]?.[0] || k2;\r\n const replacer = (_, letter) => letter?.toUpperCase();\r\n key = key.replace(/:([a-z])/g, replacer).replace(/-([a-z])/g, replacer);\r\n return key;\r\n }\r\n });\r\n}\r\n\r\nconst WhitelistAttributes = {\r\n htmlAttrs: [\"id\", \"class\", \"lang\", \"dir\"],\r\n bodyAttrs: [\"id\", \"class\"],\r\n meta: [\"id\", \"name\", \"property\", \"charset\", \"content\"],\r\n noscript: [\"id\", \"textContent\"],\r\n script: [\"id\", \"type\", \"textContent\"],\r\n link: [\"id\", \"color\", \"crossorigin\", \"fetchpriority\", \"href\", \"hreflang\", \"imagesrcset\", \"imagesizes\", \"integrity\", \"media\", \"referrerpolicy\", \"rel\", \"sizes\", \"type\"]\r\n};\r\nfunction acceptDataAttrs(value) {\r\n const filtered = {};\r\n Object.keys(value || {}).filter((a) => a.startsWith(\"data-\")).forEach((a) => {\r\n filtered[a] = value[a];\r\n });\r\n return filtered;\r\n}\r\nfunction whitelistSafeInput(input) {\r\n const filtered = {};\r\n Object.keys(input).forEach((key) => {\r\n const tagValue = input[key];\r\n if (!tagValue)\r\n return;\r\n switch (key) {\r\n case \"title\":\r\n case \"titleTemplate\":\r\n case \"templateParams\":\r\n filtered[key] = tagValue;\r\n break;\r\n case \"htmlAttrs\":\r\n case \"bodyAttrs\":\r\n filtered[key] = acceptDataAttrs(tagValue);\r\n WhitelistAttributes[key].forEach((a) => {\r\n if (tagValue[a])\r\n filtered[key][a] = tagValue[a];\r\n });\r\n break;\r\n case \"meta\":\r\n if (Array.isArray(tagValue)) {\r\n filtered[key] = tagValue.map((meta) => {\r\n const safeMeta = acceptDataAttrs(meta);\r\n WhitelistAttributes.meta.forEach((key2) => {\r\n if (meta[key2])\r\n safeMeta[key2] = meta[key2];\r\n });\r\n return safeMeta;\r\n }).filter((meta) => Object.keys(meta).length > 0);\r\n }\r\n break;\r\n case \"link\":\r\n if (Array.isArray(tagValue)) {\r\n filtered[key] = tagValue.map((meta) => {\r\n const link = acceptDataAttrs(meta);\r\n WhitelistAttributes.link.forEach((key2) => {\r\n const val = meta[key2];\r\n if (key2 === \"rel\" && [\"stylesheet\", \"canonical\", \"modulepreload\", \"prerender\", \"preload\", \"prefetch\"].includes(val))\r\n return;\r\n if (key2 === \"href\") {\r\n if (val.includes(\"javascript:\") || val.includes(\"data:\"))\r\n return;\r\n link[key2] = val;\r\n } else if (val) {\r\n link[key2] = val;\r\n }\r\n });\r\n return link;\r\n }).filter((link) => Object.keys(link).length > 1 && !!link.rel);\r\n }\r\n break;\r\n case \"noscript\":\r\n if (Array.isArray(tagValue)) {\r\n filtered[key] = tagValue.map((meta) => {\r\n const noscript = acceptDataAttrs(meta);\r\n WhitelistAttributes.noscript.forEach((key2) => {\r\n if (meta[key2])\r\n noscript[key2] = meta[key2];\r\n });\r\n return noscript;\r\n }).filter((meta) => Object.keys(meta).length > 0);\r\n }\r\n break;\r\n case \"script\":\r\n if (Array.isArray(tagValue)) {\r\n filtered[key] = tagValue.map((script) => {\r\n const safeScript = acceptDataAttrs(script);\r\n WhitelistAttributes.script.forEach((s) => {\r\n if (script[s]) {\r\n if (s === \"textContent\") {\r\n try {\r\n const jsonVal = typeof script[s] === \"string\" ? JSON.parse(script[s]) : script[s];\r\n safeScript[s] = JSON.stringify(jsonVal, null, 0);\r\n } catch (e) {\r\n }\r\n } else {\r\n safeScript[s] = script[s];\r\n }\r\n }\r\n });\r\n return safeScript;\r\n }).filter((meta) => Object.keys(meta).length > 0);\r\n }\r\n break;\r\n }\r\n });\r\n return filtered;\r\n}\r\n\r\nasync function normaliseTag(tagName, input, e) {\r\n const tag = {\r\n tag: tagName,\r\n props: await normaliseProps(\r\n // explicitly check for an object\r\n // @ts-expect-error untyped\r\n typeof input === \"object\" && typeof input !== \"function\" && !(input instanceof Promise) ? { ...input } : { [[\"script\", \"noscript\", \"style\"].includes(tagName) ? \"innerHTML\" : \"textContent\"]: input },\r\n [\"templateParams\", \"titleTemplate\"].includes(tagName)\r\n )\r\n };\r\n TagConfigKeys.forEach((k) => {\r\n const val = typeof tag.props[k] !== \"undefined\" ? tag.props[k] : e[k];\r\n if (typeof val !== \"undefined\") {\r\n if (![\"innerHTML\", \"textContent\", \"children\"].includes(k) || TagsWithInnerContent.includes(tag.tag)) {\r\n tag[k === \"children\" ? \"innerHTML\" : k] = val;\r\n }\r\n delete tag.props[k];\r\n }\r\n });\r\n if (tag.props.body) {\r\n tag.tagPosition = \"bodyClose\";\r\n delete tag.props.body;\r\n }\r\n if (tag.tag === \"script\") {\r\n if (typeof tag.innerHTML === \"object\") {\r\n tag.innerHTML = JSON.stringify(tag.innerHTML);\r\n tag.props.type = tag.props.type || \"application/json\";\r\n }\r\n }\r\n return Array.isArray(tag.props.content) ? tag.props.content.map((v) => ({ ...tag, props: { ...tag.props, content: v } })) : tag;\r\n}\r\nfunction normaliseStyleClassProps(key, v) {\r\n const sep = key === \"class\" ? \" \" : \";\";\r\n if (typeof v === \"object\" && !Array.isArray(v)) {\r\n v = Object.entries(v).filter(([, v2]) => v2).map(([k, v2]) => key === \"style\" ? `${k}:${v2}` : k);\r\n }\r\n return (Array.isArray(v) ? v.join(sep) : v)?.split(sep).filter((c) => c.trim()).filter(Boolean).join(sep);\r\n}\r\nasync function normaliseProps(props, virtual) {\r\n for (const k of Object.keys(props)) {\r\n if ([\"class\", \"style\"].includes(k)) {\r\n props[k] = normaliseStyleClassProps(k, props[k]);\r\n continue;\r\n }\r\n if (props[k] instanceof Promise)\r\n props[k] = await props[k];\r\n if (!virtual && !TagConfigKeys.includes(k)) {\r\n const v = String(props[k]);\r\n const isDataKey = k.startsWith(\"data-\");\r\n if (v === \"true\" || v === \"\") {\r\n props[k] = isDataKey ? \"true\" : true;\r\n } else if (!props[k]) {\r\n if (isDataKey && v === \"false\")\r\n props[k] = \"false\";\r\n else\r\n delete props[k];\r\n }\r\n }\r\n }\r\n return props;\r\n}\r\nconst TagEntityBits = 10;\r\nasync function normaliseEntryTags(e) {\r\n const tagPromises = [];\r\n Object.entries(e.resolvedInput).filter(([k, v]) => typeof v !== \"undefined\" && ValidHeadTags.includes(k)).forEach(([k, value]) => {\r\n const v = asArray$1(value);\r\n tagPromises.push(...v.map((props) => normaliseTag(k, props, e)).flat());\r\n });\r\n return (await Promise.all(tagPromises)).flat().filter(Boolean).map((t, i) => {\r\n t._e = e._i;\r\n e.mode && (t._m = e.mode);\r\n t._p = (e._i << TagEntityBits) + i;\r\n return t;\r\n });\r\n}\r\n\r\nconst TAG_WEIGHTS = {\r\n // tags\r\n base: -10,\r\n title: 10\r\n};\r\nconst TAG_ALIASES = {\r\n // relative scores to their default values\r\n critical: -80,\r\n high: -10,\r\n low: 20\r\n};\r\nfunction tagWeight(tag) {\r\n let weight = 100;\r\n const priority = tag.tagPriority;\r\n if (typeof priority === \"number\")\r\n return priority;\r\n if (tag.tag === \"meta\") {\r\n if (tag.props[\"http-equiv\"] === \"content-security-policy\")\r\n weight = -30;\r\n if (tag.props.charset)\r\n weight = -20;\r\n if (tag.props.name === \"viewport\")\r\n weight = -15;\r\n } else if (tag.tag === \"link\" && tag.props.rel === \"preconnect\") {\r\n weight = 20;\r\n } else if (tag.tag in TAG_WEIGHTS) {\r\n weight = TAG_WEIGHTS[tag.tag];\r\n }\r\n if (typeof priority === \"string\" && priority in TAG_ALIASES) {\r\n return weight + TAG_ALIASES[priority];\r\n }\r\n return weight;\r\n}\r\nconst SortModifiers = [{ prefix: \"before:\", offset: -1 }, { prefix: \"after:\", offset: 1 }];\r\n\r\nconst NetworkEvents = [\"onload\", \"onerror\", \"onabort\", \"onprogress\", \"onloadstart\"];\r\nconst ScriptNetworkEvents = [\"onload\", \"onerror\"];\r\n\r\nconst sepSub = \"%separator\";\r\nfunction processTemplateParams(s, p, sep) {\r\n if (typeof s !== \"string\" || !s.includes(\"%\"))\r\n return s;\r\n function sub(token) {\r\n let val;\r\n if ([\"s\", \"pageTitle\"].includes(token)) {\r\n val = p.pageTitle;\r\n } else if (token.includes(\".\")) {\r\n val = token.split(\".\").reduce((acc, key) => acc ? acc[key] || void 0 : void 0, p);\r\n } else {\r\n val = p[token];\r\n }\r\n return typeof val !== \"undefined\" ? (val || \"\").replace(/\"/g, '\\\\\"') : false;\r\n }\r\n let decoded = s;\r\n try {\r\n decoded = decodeURI(s);\r\n } catch {\r\n }\r\n const tokens = (decoded.match(/%(\\w+\\.+\\w+)|%(\\w+)/g) || []).sort().reverse();\r\n tokens.forEach((token) => {\r\n const re = sub(token.slice(1));\r\n if (typeof re === \"string\") {\r\n s = s.replace(new RegExp(`\\\\${token}(\\\\W|$)`, \"g\"), (_, args) => `${re}${args}`).trim();\r\n }\r\n });\r\n if (s.includes(sepSub)) {\r\n if (s.endsWith(sepSub))\r\n s = s.slice(0, -sepSub.length).trim();\r\n if (s.startsWith(sepSub))\r\n s = s.slice(sepSub.length).trim();\r\n s = s.replace(new RegExp(`\\\\${sepSub}\\\\s*\\\\${sepSub}`, \"g\"), sepSub);\r\n s = processTemplateParams(s, { separator: sep }, sep);\r\n }\r\n return s;\r\n}\r\n\r\nexport { HasElementTags, IsBrowser, NetworkEvents, ScriptNetworkEvents, SelfClosingTags, SortModifiers, TAG_ALIASES, TAG_WEIGHTS, TagConfigKeys, TagEntityBits, TagsWithInnerContent, UniqueTags, ValidHeadTags, asArray$1 as asArray, composableNames, defineHeadPlugin, hashCode, hashTag, normaliseEntryTags, normaliseProps, normaliseStyleClassProps, normaliseTag, packMeta, processTemplateParams, resolveMetaKeyType, resolveMetaKeyValue, resolvePackedMetaObjectValue, resolveTitleTemplate, tagDedupeKey, tagWeight, unpackMeta, whitelistSafeInput };\r\n", "function flatHooks(configHooks, hooks = {}, parentName) {\r\n for (const key in configHooks) {\r\n const subHook = configHooks[key];\r\n const name = parentName ? `${parentName}:${key}` : key;\r\n if (typeof subHook === \"object\" && subHook !== null) {\r\n flatHooks(subHook, hooks, name);\r\n } else if (typeof subHook === \"function\") {\r\n hooks[name] = subHook;\r\n }\r\n }\r\n return hooks;\r\n}\r\nfunction mergeHooks(...hooks) {\r\n const finalHooks = {};\r\n for (const hook of hooks) {\r\n const flatenHook = flatHooks(hook);\r\n for (const key in flatenHook) {\r\n if (finalHooks[key]) {\r\n finalHooks[key].push(flatenHook[key]);\r\n } else {\r\n finalHooks[key] = [flatenHook[key]];\r\n }\r\n }\r\n }\r\n for (const key in finalHooks) {\r\n if (finalHooks[key].length > 1) {\r\n const array = finalHooks[key];\r\n finalHooks[key] = (...arguments_) => serial(array, (function_) => function_(...arguments_));\r\n } else {\r\n finalHooks[key] = finalHooks[key][0];\r\n }\r\n }\r\n return finalHooks;\r\n}\r\nfunction serial(tasks, function_) {\r\n return tasks.reduce(\r\n (promise, task) => promise.then(() => function_(task)),\r\n Promise.resolve()\r\n );\r\n}\r\nconst defaultTask = { run: (function_) => function_() };\r\nconst _createTask = () => defaultTask;\r\nconst createTask = typeof console.createTask !== \"undefined\" ? console.createTask : _createTask;\r\nfunction serialTaskCaller(hooks, args) {\r\n const name = args.shift();\r\n const task = createTask(name);\r\n return hooks.reduce(\r\n (promise, hookFunction) => promise.then(() => task.run(() => hookFunction(...args))),\r\n Promise.resolve()\r\n );\r\n}\r\nfunction parallelTaskCaller(hooks, args) {\r\n const name = args.shift();\r\n const task = createTask(name);\r\n return Promise.all(hooks.map((hook) => task.run(() => hook(...args))));\r\n}\r\nfunction serialCaller(hooks, arguments_) {\r\n return hooks.reduce(\r\n (promise, hookFunction) => promise.then(() => hookFunction(...arguments_ || [])),\r\n Promise.resolve()\r\n );\r\n}\r\nfunction parallelCaller(hooks, args) {\r\n return Promise.all(hooks.map((hook) => hook(...args || [])));\r\n}\r\nfunction callEachWith(callbacks, arg0) {\r\n for (const callback of [...callbacks]) {\r\n callback(arg0);\r\n }\r\n}\r\n\r\nclass Hookable {\r\n constructor() {\r\n this._hooks = {};\r\n this._before = void 0;\r\n this._after = void 0;\r\n this._deprecatedMessages = void 0;\r\n this._deprecatedHooks = {};\r\n this.hook = this.hook.bind(this);\r\n this.callHook = this.callHook.bind(this);\r\n this.callHookWith = this.callHookWith.bind(this);\r\n }\r\n hook(name, function_, options = {}) {\r\n if (!name || typeof function_ !== \"function\") {\r\n return () => {\r\n };\r\n }\r\n const originalName = name;\r\n let dep;\r\n while (this._deprecatedHooks[name]) {\r\n dep = this._deprecatedHooks[name];\r\n name = dep.to;\r\n }\r\n if (dep && !options.allowDeprecated) {\r\n let message = dep.message;\r\n if (!message) {\r\n message = `${originalName} hook has been deprecated` + (dep.to ? `, please use ${dep.to}` : \"\");\r\n }\r\n if (!this._deprecatedMessages) {\r\n this._deprecatedMessages = /* @__PURE__ */ new Set();\r\n }\r\n if (!this._deprecatedMessages.has(message)) {\r\n console.warn(message);\r\n this._deprecatedMessages.add(message);\r\n }\r\n }\r\n if (!function_.name) {\r\n try {\r\n Object.defineProperty(function_, \"name\", {\r\n get: () => \"_\" + name.replace(/\\W+/g, \"_\") + \"_hook_cb\",\r\n configurable: true\r\n });\r\n } catch {\r\n }\r\n }\r\n this._hooks[name] = this._hooks[name] || [];\r\n this._hooks[name].push(function_);\r\n return () => {\r\n if (function_) {\r\n this.removeHook(name, function_);\r\n function_ = void 0;\r\n }\r\n };\r\n }\r\n hookOnce(name, function_) {\r\n let _unreg;\r\n let _function = (...arguments_) => {\r\n if (typeof _unreg === \"function\") {\r\n _unreg();\r\n }\r\n _unreg = void 0;\r\n _function = void 0;\r\n return function_(...arguments_);\r\n };\r\n _unreg = this.hook(name, _function);\r\n return _unreg;\r\n }\r\n removeHook(name, function_) {\r\n if (this._hooks[name]) {\r\n const index = this._hooks[name].indexOf(function_);\r\n if (index !== -1) {\r\n this._hooks[name].splice(index, 1);\r\n }\r\n if (this._hooks[name].length === 0) {\r\n delete this._hooks[name];\r\n }\r\n }\r\n }\r\n deprecateHook(name, deprecated) {\r\n this._deprecatedHooks[name] = typeof deprecated === \"string\" ? { to: deprecated } : deprecated;\r\n const _hooks = this._hooks[name] || [];\r\n delete this._hooks[name];\r\n for (const hook of _hooks) {\r\n this.hook(name, hook);\r\n }\r\n }\r\n deprecateHooks(deprecatedHooks) {\r\n Object.assign(this._deprecatedHooks, deprecatedHooks);\r\n for (const name in deprecatedHooks) {\r\n this.deprecateHook(name, deprecatedHooks[name]);\r\n }\r\n }\r\n addHooks(configHooks) {\r\n const hooks = flatHooks(configHooks);\r\n const removeFns = Object.keys(hooks).map(\r\n (key) => this.hook(key, hooks[key])\r\n );\r\n return () => {\r\n for (const unreg of removeFns.splice(0, removeFns.length)) {\r\n unreg();\r\n }\r\n };\r\n }\r\n removeHooks(configHooks) {\r\n const hooks = flatHooks(configHooks);\r\n for (const key in hooks) {\r\n this.removeHook(key, hooks[key]);\r\n }\r\n }\r\n removeAllHooks() {\r\n for (const key in this._hooks) {\r\n delete this._hooks[key];\r\n }\r\n }\r\n callHook(name, ...arguments_) {\r\n arguments_.unshift(name);\r\n return this.callHookWith(serialTaskCaller, name, ...arguments_);\r\n }\r\n callHookParallel(name, ...arguments_) {\r\n arguments_.unshift(name);\r\n return this.callHookWith(parallelTaskCaller, name, ...arguments_);\r\n }\r\n callHookWith(caller, name, ...arguments_) {\r\n const event = this._before || this._after ? { name, args: arguments_, context: {} } : void 0;\r\n if (this._before) {\r\n callEachWith(this._before, event);\r\n }\r\n const result = caller(\r\n name in this._hooks ? [...this._hooks[name]] : [],\r\n arguments_\r\n );\r\n if (result instanceof Promise) {\r\n return result.finally(() => {\r\n if (this._after && event) {\r\n callEachWith(this._after, event);\r\n }\r\n });\r\n }\r\n if (this._after && event) {\r\n callEachWith(this._after, event);\r\n }\r\n return result;\r\n }\r\n beforeEach(function_) {\r\n this._before = this._before || [];\r\n this._before.push(function_);\r\n return () => {\r\n if (this._before !== void 0) {\r\n const index = this._before.indexOf(function_);\r\n if (index !== -1) {\r\n this._before.splice(index, 1);\r\n }\r\n }\r\n };\r\n }\r\n afterEach(function_) {\r\n this._after = this._after || [];\r\n this._after.push(function_);\r\n return () => {\r\n if (this._after !== void 0) {\r\n const index = this._after.indexOf(function_);\r\n if (index !== -1) {\r\n this._after.splice(index, 1);\r\n }\r\n }\r\n };\r\n }\r\n}\r\nfunction createHooks() {\r\n return new Hookable();\r\n}\r\n\r\nconst isBrowser = typeof window !== \"undefined\";\r\nfunction createDebugger(hooks, _options = {}) {\r\n const options = {\r\n inspect: isBrowser,\r\n group: isBrowser,\r\n filter: () => true,\r\n ..._options\r\n };\r\n const _filter = options.filter;\r\n const filter = typeof _filter === \"string\" ? (name) => name.startsWith(_filter) : _filter;\r\n const _tag = options.tag ? `[${options.tag}] ` : \"\";\r\n const logPrefix = (event) => _tag + event.name + \"\".padEnd(event._id, \"\\0\");\r\n const _idCtr = {};\r\n const unsubscribeBefore = hooks.beforeEach((event) => {\r\n if (filter !== void 0 && !filter(event.name)) {\r\n return;\r\n }\r\n _idCtr[event.name] = _idCtr[event.name] || 0;\r\n event._id = _idCtr[event.name]++;\r\n console.time(logPrefix(event));\r\n });\r\n const unsubscribeAfter = hooks.afterEach((event) => {\r\n if (filter !== void 0 && !filter(event.name)) {\r\n return;\r\n }\r\n if (options.group) {\r\n console.groupCollapsed(event.name);\r\n }\r\n if (options.inspect) {\r\n console.timeLog(logPrefix(event), event.args);\r\n } else {\r\n console.timeEnd(logPrefix(event));\r\n }\r\n if (options.group) {\r\n console.groupEnd();\r\n }\r\n _idCtr[event.name]--;\r\n });\r\n return {\r\n /** Stop debugging and remove listeners */\r\n close: () => {\r\n unsubscribeBefore();\r\n unsubscribeAfter();\r\n }\r\n };\r\n}\r\n\r\nexport { Hookable, createDebugger, createHooks, flatHooks, mergeHooks, parallelCaller, serial, serialCaller };\r\n", "import { HasElementTags, hashTag, normaliseProps, tagDedupeKey, defineHeadPlugin } from '@unhead/shared';\r\n\r\nasync function renderDOMHead(head, options = {}) {\r\n const dom = options.document || head.resolvedOptions.document;\r\n if (!dom || !head.dirty)\r\n return;\r\n const beforeRenderCtx = { shouldRender: true, tags: [] };\r\n await head.hooks.callHook(\"dom:beforeRender\", beforeRenderCtx);\r\n if (!beforeRenderCtx.shouldRender)\r\n return;\r\n const tags = (await head.resolveTags()).map((tag) => ({\r\n tag,\r\n id: HasElementTags.includes(tag.tag) ? hashTag(tag) : tag.tag,\r\n shouldRender: true\r\n }));\r\n let state = head._dom;\r\n if (!state) {\r\n state = {\r\n elMap: { htmlAttrs: dom.documentElement, bodyAttrs: dom.body }\r\n };\r\n for (const key of [\"body\", \"head\"]) {\r\n const children = dom[key]?.children;\r\n const tags2 = [];\r\n for (const c of [...children].filter((c2) => HasElementTags.includes(c2.tagName.toLowerCase()))) {\r\n const t = {\r\n tag: c.tagName.toLowerCase(),\r\n props: await normaliseProps(\r\n c.getAttributeNames().reduce((props, name) => ({ ...props, [name]: c.getAttribute(name) }), {})\r\n ),\r\n innerHTML: c.innerHTML\r\n };\r\n let i = 1;\r\n let d = tagDedupeKey(t);\r\n while (d && tags2.find((t2) => t2._d === d))\r\n d = `${d}:${i++}`;\r\n t._d = d || void 0;\r\n tags2.push(t);\r\n state.elMap[c.getAttribute(\"data-hid\") || hashTag(t)] = c;\r\n }\r\n }\r\n }\r\n state.pendingSideEffects = { ...state.sideEffects || {} };\r\n state.sideEffects = {};\r\n function track(id, scope, fn) {\r\n const k = `${id}:${scope}`;\r\n state.sideEffects[k] = fn;\r\n delete state.pendingSideEffects[k];\r\n }\r\n function trackCtx({ id, $el, tag }) {\r\n const isAttrTag = tag.tag.endsWith(\"Attrs\");\r\n state.elMap[id] = $el;\r\n if (!isAttrTag) {\r\n [\"textContent\", \"innerHTML\"].forEach((k) => {\r\n tag[k] && tag[k] !== $el[k] && ($el[k] = tag[k]);\r\n });\r\n track(id, \"el\", () => {\r\n state.elMap[id]?.remove();\r\n delete state.elMap[id];\r\n });\r\n }\r\n for (const [k, value] of Object.entries(tag._eventHandlers || {})) {\r\n if ($el.getAttribute(`data-${k}`) !== \"\") {\r\n (tag.tag === \"bodyAttrs\" ? dom.defaultView : $el).addEventListener(k.replace(\"on\", \"\"), value.bind($el));\r\n $el.setAttribute(`data-${k}`, \"\");\r\n }\r\n }\r\n Object.entries(tag.props).forEach(([k, value]) => {\r\n const ck = `attr:${k}`;\r\n if (k === \"class\") {\r\n for (const c of (value || \"\").split(\" \").filter(Boolean)) {\r\n isAttrTag && track(id, `${ck}:${c}`, () => $el.classList.remove(c));\r\n !$el.classList.contains(c) && $el.classList.add(c);\r\n }\r\n } else if (k === \"style\") {\r\n for (const c of (value || \"\").split(\";\").filter(Boolean)) {\r\n const [k2, ...v] = c.split(\":\").map((s) => s.trim());\r\n track(id, `${ck}:${c}:${k2}`, () => {\r\n $el.style.removeProperty(k2);\r\n });\r\n $el.style.setProperty(k2, v.join(\":\"));\r\n }\r\n } else {\r\n $el.getAttribute(k) !== value && $el.setAttribute(k, value === true ? \"\" : String(value));\r\n isAttrTag && track(id, ck, () => $el.removeAttribute(k));\r\n }\r\n });\r\n }\r\n const pending = [];\r\n const frag = {\r\n bodyClose: void 0,\r\n bodyOpen: void 0,\r\n head: void 0\r\n };\r\n for (const ctx of tags) {\r\n const { tag, shouldRender, id } = ctx;\r\n if (!shouldRender)\r\n continue;\r\n if (tag.tag === \"title\") {\r\n dom.title = tag.textContent;\r\n continue;\r\n }\r\n ctx.$el = ctx.$el || state.elMap[id];\r\n if (ctx.$el)\r\n trackCtx(ctx);\r\n else\r\n HasElementTags.includes(tag.tag) && pending.push(ctx);\r\n }\r\n for (const ctx of pending) {\r\n const pos = ctx.tag.tagPosition || \"head\";\r\n ctx.$el = dom.createElement(ctx.tag.tag);\r\n trackCtx(ctx);\r\n frag[pos] = frag[pos] || dom.createDocumentFragment();\r\n frag[pos].appendChild(ctx.$el);\r\n }\r\n for (const ctx of tags)\r\n await head.hooks.callHook(\"dom:renderTag\", ctx, dom, track);\r\n frag.head && dom.head.appendChild(frag.head);\r\n frag.bodyOpen && dom.body.insertBefore(frag.bodyOpen, dom.body.firstChild);\r\n frag.bodyClose && dom.body.appendChild(frag.bodyClose);\r\n Object.values(state.pendingSideEffects).forEach((fn) => fn());\r\n head._dom = state;\r\n head.dirty = false;\r\n await head.hooks.callHook(\"dom:rendered\", { renders: tags });\r\n}\r\n\r\nasync function debouncedRenderDOMHead(head, options = {}) {\r\n const fn = options.delayFn || ((fn2) => setTimeout(fn2, 10));\r\n return head._domUpdatePromise = head._domUpdatePromise || new Promise((resolve) => fn(async () => {\r\n await renderDOMHead(head, options);\r\n delete head._domUpdatePromise;\r\n resolve();\r\n }));\r\n}\r\n\r\n// @__NO_SIDE_EFFECTS__\r\nfunction DomPlugin(options) {\r\n return defineHeadPlugin((head) => {\r\n const initialPayload = head.resolvedOptions.document?.head.querySelector('script[id=\"unhead:payload\"]')?.innerHTML || false;\r\n initialPayload && head.push(JSON.parse(initialPayload));\r\n return {\r\n mode: \"client\",\r\n hooks: {\r\n \"entries:updated\": function(head2) {\r\n debouncedRenderDOMHead(head2, options);\r\n }\r\n }\r\n };\r\n });\r\n}\r\n\r\nexport { DomPlugin, debouncedRenderDOMHead, renderDOMHead };\r\n", "import { createHooks } from 'hookable';\r\nimport { DomPlugin } from '@unhead/dom';\r\nimport { defineHeadPlugin, tagDedupeKey, tagWeight, HasElementTags, NetworkEvents, hashCode, SortModifiers, processTemplateParams, resolveTitleTemplate, IsBrowser, normaliseEntryTags, composableNames, whitelistSafeInput, unpackMeta, ScriptNetworkEvents } from '@unhead/shared';\r\nexport { composableNames } from '@unhead/shared';\r\n\r\nconst UsesMergeStrategy = [\"templateParams\", \"htmlAttrs\", \"bodyAttrs\"];\r\nconst DedupePlugin = defineHeadPlugin({\r\n hooks: {\r\n \"tag:normalise\": function({ tag }) {\r\n [\"hid\", \"vmid\", \"key\"].forEach((key) => {\r\n if (tag.props[key]) {\r\n tag.key = tag.props[key];\r\n delete tag.props[key];\r\n }\r\n });\r\n const generatedKey = tagDedupeKey(tag);\r\n const dedupe = generatedKey || (tag.key ? `${tag.tag}:${tag.key}` : false);\r\n if (dedupe)\r\n tag._d = dedupe;\r\n },\r\n \"tags:resolve\": function(ctx) {\r\n const deduping = {};\r\n ctx.tags.forEach((tag) => {\r\n const dedupeKey = (tag.key ? `${tag.tag}:${tag.key}` : tag._d) || tag._p;\r\n const dupedTag = deduping[dedupeKey];\r\n if (dupedTag) {\r\n let strategy = tag?.tagDuplicateStrategy;\r\n if (!strategy && UsesMergeStrategy.includes(tag.tag))\r\n strategy = \"merge\";\r\n if (strategy === \"merge\") {\r\n const oldProps = dupedTag.props;\r\n [\"class\", \"style\"].forEach((key) => {\r\n if (oldProps[key]) {\r\n if (tag.props[key]) {\r\n if (key === \"style\" && !oldProps[key].endsWith(\";\"))\r\n oldProps[key] += \";\";\r\n tag.props[key] = `${oldProps[key]} ${tag.props[key]}`;\r\n } else {\r\n tag.props[key] = oldProps[key];\r\n }\r\n }\r\n });\r\n deduping[dedupeKey].props = {\r\n ...oldProps,\r\n ...tag.props\r\n };\r\n return;\r\n } else if (tag._e === dupedTag._e) {\r\n dupedTag._duped = dupedTag._duped || [];\r\n tag._d = `${dupedTag._d}:${dupedTag._duped.length + 1}`;\r\n dupedTag._duped.push(tag);\r\n return;\r\n } else if (tagWeight(tag) > tagWeight(dupedTag)) {\r\n return;\r\n }\r\n }\r\n const propCount = Object.keys(tag.props).length + (tag.innerHTML ? 1 : 0) + (tag.textContent ? 1 : 0);\r\n if (HasElementTags.includes(tag.tag) && propCount === 0) {\r\n delete deduping[dedupeKey];\r\n return;\r\n }\r\n deduping[dedupeKey] = tag;\r\n });\r\n const newTags = [];\r\n Object.values(deduping).forEach((tag) => {\r\n const dupes = tag._duped;\r\n delete tag._duped;\r\n newTags.push(tag);\r\n if (dupes)\r\n newTags.push(...dupes);\r\n });\r\n ctx.tags = newTags;\r\n ctx.tags = ctx.tags.filter((t) => !(t.tag === \"meta\" && (t.props.name || t.props.property) && !t.props.content));\r\n }\r\n }\r\n});\r\n\r\nconst PayloadPlugin = defineHeadPlugin({\r\n mode: \"server\",\r\n hooks: {\r\n \"tags:resolve\": function(ctx) {\r\n const payload = {};\r\n ctx.tags.filter((tag) => [\"titleTemplate\", \"templateParams\", \"title\"].includes(tag.tag) && tag._m === \"server\").forEach((tag) => {\r\n payload[tag.tag] = tag.tag.startsWith(\"title\") ? tag.textContent : tag.props;\r\n });\r\n Object.keys(payload).length && ctx.tags.push({\r\n tag: \"script\",\r\n innerHTML: JSON.stringify(payload),\r\n props: { id: \"unhead:payload\", type: \"application/json\" }\r\n });\r\n }\r\n }\r\n});\r\n\r\nconst ValidEventTags = [\"script\", \"link\", \"bodyAttrs\"];\r\nconst EventHandlersPlugin = defineHeadPlugin((head) => ({\r\n hooks: {\r\n \"tags:resolve\": function(ctx) {\r\n for (const tag of ctx.tags.filter((t) => ValidEventTags.includes(t.tag))) {\r\n Object.entries(tag.props).forEach(([key, value]) => {\r\n if (key.startsWith(\"on\") && typeof value === \"function\") {\r\n if (head.ssr && NetworkEvents.includes(key))\r\n tag.props[key] = `this.dataset.${key}fired = true`;\r\n else\r\n delete tag.props[key];\r\n tag._eventHandlers = tag._eventHandlers || {};\r\n tag._eventHandlers[key] = value;\r\n }\r\n });\r\n if (head.ssr && tag._eventHandlers && (tag.props.src || tag.props.href))\r\n tag.key = tag.key || hashCode(tag.props.src || tag.props.href);\r\n }\r\n },\r\n \"dom:renderTag\": function({ $el, tag }) {\r\n for (const k of Object.keys($el?.dataset || {}).filter((k2) => NetworkEvents.some((e) => `${e}fired` === k2))) {\r\n const ek = k.replace(\"fired\", \"\");\r\n tag._eventHandlers?.[ek]?.call($el, new Event(ek.replace(\"on\", \"\")));\r\n }\r\n }\r\n }\r\n}));\r\n\r\nconst DupeableTags = [\"link\", \"style\", \"script\", \"noscript\"];\r\nconst HashKeyedPlugin = defineHeadPlugin({\r\n hooks: {\r\n \"tag:normalise\": ({ tag }) => {\r\n if (tag.key && DupeableTags.includes(tag.tag)) {\r\n tag.props[\"data-hid\"] = tag._h = hashCode(tag.key);\r\n }\r\n }\r\n }\r\n});\r\n\r\nconst SortPlugin = defineHeadPlugin({\r\n hooks: {\r\n \"tags:resolve\": (ctx) => {\r\n const tagPositionForKey = (key) => ctx.tags.find((tag) => tag._d === key)?._p;\r\n for (const { prefix, offset } of SortModifiers) {\r\n for (const tag of ctx.tags.filter((tag2) => typeof tag2.tagPriority === \"string\" && tag2.tagPriority.startsWith(prefix))) {\r\n const position = tagPositionForKey(\r\n tag.tagPriority.replace(prefix, \"\")\r\n );\r\n if (typeof position !== \"undefined\")\r\n tag._p = position + offset;\r\n }\r\n }\r\n ctx.tags.sort((a, b) => a._p - b._p).sort((a, b) => tagWeight(a) - tagWeight(b));\r\n }\r\n }\r\n});\r\n\r\nconst SupportedAttrs = {\r\n meta: \"content\",\r\n link: \"href\",\r\n htmlAttrs: \"lang\"\r\n};\r\nconst TemplateParamsPlugin = defineHeadPlugin((head) => ({\r\n hooks: {\r\n \"tags:resolve\": (ctx) => {\r\n const { tags } = ctx;\r\n const title = tags.find((tag) => tag.tag === \"title\")?.textContent;\r\n const idx = tags.findIndex((tag) => tag.tag === \"templateParams\");\r\n const params = idx !== -1 ? tags[idx].props : {};\r\n const sep = params.separator || \"|\";\r\n delete params.separator;\r\n params.pageTitle = processTemplateParams(params.pageTitle || title || \"\", params, sep);\r\n for (const tag of tags.filter((t) => t.processTemplateParams !== false)) {\r\n const v = SupportedAttrs[tag.tag];\r\n if (v && typeof tag.props[v] === \"string\") {\r\n tag.props[v] = processTemplateParams(tag.props[v], params, sep);\r\n } else if (tag.processTemplateParams === true || [\"titleTemplate\", \"title\"].includes(tag.tag)) {\r\n [\"innerHTML\", \"textContent\"].forEach((p) => {\r\n if (typeof tag[p] === \"string\")\r\n tag[p] = processTemplateParams(tag[p], params, sep);\r\n });\r\n }\r\n }\r\n head._templateParams = params;\r\n head._separator = sep;\r\n ctx.tags = tags.filter((tag) => tag.tag !== \"templateParams\");\r\n }\r\n }\r\n}));\r\n\r\nconst TitleTemplatePlugin = defineHeadPlugin({\r\n hooks: {\r\n \"tags:resolve\": (ctx) => {\r\n const { tags } = ctx;\r\n let titleTemplateIdx = tags.findIndex((i) => i.tag === \"titleTemplate\");\r\n const titleIdx = tags.findIndex((i) => i.tag === \"title\");\r\n if (titleIdx !== -1 && titleTemplateIdx !== -1) {\r\n const newTitle = resolveTitleTemplate(\r\n tags[titleTemplateIdx].textContent,\r\n tags[titleIdx].textContent\r\n );\r\n if (newTitle !== null) {\r\n tags[titleIdx].textContent = newTitle || tags[titleIdx].textContent;\r\n } else {\r\n delete tags[titleIdx];\r\n }\r\n } else if (titleTemplateIdx !== -1) {\r\n const newTitle = resolveTitleTemplate(\r\n tags[titleTemplateIdx].textContent\r\n );\r\n if (newTitle !== null) {\r\n tags[titleTemplateIdx].textContent = newTitle;\r\n tags[titleTemplateIdx].tag = \"title\";\r\n titleTemplateIdx = -1;\r\n }\r\n }\r\n if (titleTemplateIdx !== -1) {\r\n delete tags[titleTemplateIdx];\r\n }\r\n ctx.tags = tags.filter(Boolean);\r\n }\r\n }\r\n});\r\n\r\nconst XSSPlugin = defineHeadPlugin({\r\n hooks: {\r\n \"tags:afterResolve\": function(ctx) {\r\n for (const tag of ctx.tags) {\r\n if (typeof tag.innerHTML === \"string\") {\r\n if (tag.innerHTML && [\"application/ld+json\", \"application/json\"].includes(tag.props.type)) {\r\n tag.innerHTML = tag.innerHTML.replace(/ {\r\n head.dirty = true;\r\n hooks.callHook(\"entries:updated\", head);\r\n };\r\n let entryCount = 0;\r\n let entries = [];\r\n const plugins = [];\r\n const head = {\r\n plugins,\r\n dirty: false,\r\n resolvedOptions: options,\r\n hooks,\r\n headEntries() {\r\n return entries;\r\n },\r\n use(p) {\r\n const plugin = typeof p === \"function\" ? p(head) : p;\r\n if (!plugin.key || !plugins.some((p2) => p2.key === plugin.key)) {\r\n plugins.push(plugin);\r\n filterMode(plugin.mode, ssr) && hooks.addHooks(plugin.hooks || {});\r\n }\r\n },\r\n push(input, entryOptions) {\r\n delete entryOptions?.head;\r\n const entry = {\r\n _i: entryCount++,\r\n input,\r\n ...entryOptions\r\n };\r\n if (filterMode(entry.mode, ssr)) {\r\n entries.push(entry);\r\n updated();\r\n }\r\n return {\r\n dispose() {\r\n entries = entries.filter((e) => e._i !== entry._i);\r\n hooks.callHook(\"entries:updated\", head);\r\n updated();\r\n },\r\n // a patch is the same as creating a new entry, just a nice DX\r\n patch(input2) {\r\n entries = entries.map((e) => {\r\n if (e._i === entry._i) {\r\n e.input = entry.input = input2;\r\n }\r\n return e;\r\n });\r\n updated();\r\n }\r\n };\r\n },\r\n async resolveTags() {\r\n const resolveCtx = { tags: [], entries: [...entries] };\r\n await hooks.callHook(\"entries:resolve\", resolveCtx);\r\n for (const entry of resolveCtx.entries) {\r\n const resolved = entry.resolvedInput || entry.input;\r\n entry.resolvedInput = await (entry.transform ? entry.transform(resolved) : resolved);\r\n if (entry.resolvedInput) {\r\n for (const tag of await normaliseEntryTags(entry)) {\r\n const tagCtx = { tag, entry, resolvedOptions: head.resolvedOptions };\r\n await hooks.callHook(\"tag:normalise\", tagCtx);\r\n resolveCtx.tags.push(tagCtx.tag);\r\n }\r\n }\r\n }\r\n await hooks.callHook(\"tags:beforeResolve\", resolveCtx);\r\n await hooks.callHook(\"tags:resolve\", resolveCtx);\r\n await hooks.callHook(\"tags:afterResolve\", resolveCtx);\r\n return resolveCtx.tags;\r\n },\r\n ssr\r\n };\r\n [\r\n DedupePlugin,\r\n PayloadPlugin,\r\n EventHandlersPlugin,\r\n HashKeyedPlugin,\r\n SortPlugin,\r\n TemplateParamsPlugin,\r\n TitleTemplatePlugin,\r\n XSSPlugin,\r\n ...options?.plugins || []\r\n ].forEach((p) => head.use(p));\r\n head.hooks.callHook(\"init\", head);\r\n return head;\r\n}\r\n\r\n// @__NO_SIDE_EFFECTS__\r\nfunction HashHydrationPlugin() {\r\n return defineHeadPlugin({});\r\n}\r\n\r\nconst importRe = /@import/;\r\n// @__NO_SIDE_EFFECTS__\r\nfunction CapoPlugin(options) {\r\n return defineHeadPlugin({\r\n hooks: {\r\n \"tags:beforeResolve\": function({ tags }) {\r\n for (const tag of tags) {\r\n if (tag.tagPosition && tag.tagPosition !== \"head\")\r\n continue;\r\n tag.tagPriority = tag.tagPriority || tagWeight(tag);\r\n if (tag.tagPriority !== 100)\r\n continue;\r\n const isTruthy = (val) => val === \"\" || val === true;\r\n const isScript = tag.tag === \"script\";\r\n const isLink = tag.tag === \"link\";\r\n if (isScript && isTruthy(tag.props.async)) {\r\n tag.tagPriority = 30;\r\n } else if (tag.tag === \"style\" && tag.innerHTML && importRe.test(tag.innerHTML)) {\r\n tag.tagPriority = 40;\r\n } else if (isScript && tag.props.src && !isTruthy(tag.props.defer) && !isTruthy(tag.props.async) && tag.props.type !== \"module\" && !tag.props.type?.endsWith(\"json\")) {\r\n tag.tagPriority = 50;\r\n } else if (isLink && tag.props.rel === \"stylesheet\" || tag.tag === \"style\") {\r\n tag.tagPriority = 60;\r\n } else if (isLink && [\"preload\", \"modulepreload\"].includes(tag.props.rel)) {\r\n tag.tagPriority = 70;\r\n } else if (isScript && isTruthy(tag.props.defer) && tag.props.src && !isTruthy(tag.props.async)) {\r\n tag.tagPriority = 80;\r\n } else if (isLink && [\"prefetch\", \"dns-prefetch\", \"prerender\"].includes(tag.props.rel)) {\r\n tag.tagPriority = 90;\r\n }\r\n }\r\n options?.track && tags.push({\r\n tag: \"htmlAttrs\",\r\n props: {\r\n \"data-capo\": \"\"\r\n }\r\n });\r\n }\r\n }\r\n });\r\n}\r\n\r\nconst unheadComposablesImports = [\r\n {\r\n from: \"unhead\",\r\n imports: composableNames\r\n }\r\n];\r\n\r\nfunction getActiveHead() {\r\n return activeHead;\r\n}\r\n\r\nfunction useHead(input, options = {}) {\r\n const head = options.head || getActiveHead();\r\n return head?.push(input, options);\r\n}\r\n\r\nfunction useHeadSafe(input, options = {}) {\r\n return useHead(input, {\r\n ...options || {},\r\n transform: whitelistSafeInput\r\n });\r\n}\r\n\r\nfunction useServerHead(input, options = {}) {\r\n return useHead(input, { ...options, mode: \"server\" });\r\n}\r\n\r\nfunction useServerHeadSafe(input, options = {}) {\r\n return useHeadSafe(input, { ...options, mode: \"server\" });\r\n}\r\n\r\nfunction useSeoMeta(input, options) {\r\n const { title, titleTemplate, ...meta } = input;\r\n return useHead({\r\n title,\r\n titleTemplate,\r\n // we need to input the meta so the reactivity will be resolved\r\n // @ts-expect-error runtime type\r\n _flatMeta: meta\r\n }, {\r\n ...options,\r\n transform(t) {\r\n const meta2 = unpackMeta({ ...t._flatMeta });\r\n delete t._flatMeta;\r\n return {\r\n // @ts-expect-error runtime type\r\n ...t,\r\n meta: meta2\r\n };\r\n }\r\n });\r\n}\r\n\r\nfunction useServerSeoMeta(input, options) {\r\n return useSeoMeta(input, {\r\n ...options || {},\r\n mode: \"server\"\r\n });\r\n}\r\n\r\nfunction useScript(_input, _options) {\r\n const input = typeof _input === \"string\" ? { src: _input } : _input;\r\n const options = _options || {};\r\n const head = options.head || getActiveHead();\r\n if (!head)\r\n throw new Error(\"Missing Unhead context.\");\r\n const id = input.key || hashCode(input.src || (typeof input.innerHTML === \"string\" ? input.innerHTML : \"\"));\r\n if (head._scripts?.[id])\r\n return head._scripts[id];\r\n options.beforeInit?.();\r\n const syncStatus = (s) => {\r\n script.status = s;\r\n head.hooks.callHook(`script:updated`, hookCtx);\r\n };\r\n const trigger = typeof options.trigger !== \"undefined\" ? options.trigger : \"client\";\r\n ScriptNetworkEvents.forEach((fn) => {\r\n const _fn = typeof input[fn] === \"function\" ? input[fn].bind(options.eventContext) : null;\r\n input[fn] = (e) => {\r\n syncStatus(fn === \"onload\" ? \"loaded\" : fn === \"onerror\" ? \"error\" : \"loading\");\r\n _fn?.(e);\r\n };\r\n });\r\n const proxy = { value: !head.ssr && options?.use?.() || {} };\r\n const loadPromise = new Promise((resolve, reject) => {\r\n const _ = head.hooks.hook(\"script:updated\", ({ script: script2 }) => {\r\n if (script2.id === id && (script2.status === \"loaded\" || script2.status === \"error\")) {\r\n if (script2.status === \"loaded\") {\r\n if (typeof options.use === \"function\") {\r\n const api = options.use();\r\n api && resolve(api);\r\n } else {\r\n resolve({});\r\n }\r\n } else if (script2.status === \"error\") {\r\n reject(new Error(`Failed to load script: ${input.src}`));\r\n }\r\n _();\r\n }\r\n });\r\n }).then((api) => proxy.value = api);\r\n const script = {\r\n id,\r\n status: \"awaitingLoad\",\r\n remove() {\r\n if (script.entry) {\r\n script.entry.dispose();\r\n syncStatus(\"removed\");\r\n delete head._scripts?.[id];\r\n return true;\r\n }\r\n return false;\r\n },\r\n load() {\r\n if (!script.entry) {\r\n syncStatus(\"loading\");\r\n const defaults = {\r\n defer: true,\r\n fetchpriority: \"low\"\r\n };\r\n if (input.src && (input.src.startsWith(\"http\") || input.src.startsWith(\"//\"))) {\r\n defaults.crossorigin = \"anonymous\";\r\n defaults.referrerpolicy = \"no-referrer\";\r\n }\r\n script.entry = head.push({\r\n script: [{ ...defaults, ...input, key: `script.${id}` }]\r\n }, options);\r\n }\r\n return loadPromise;\r\n }\r\n };\r\n const hookCtx = { script };\r\n if (trigger === \"client\" && !head.ssr || trigger === \"server\" && head.ssr)\r\n script.load();\r\n else if (trigger instanceof Promise)\r\n trigger.then(script.load);\r\n else if (typeof trigger === \"function\")\r\n trigger(script.load);\r\n const instance = new Proxy(proxy, {\r\n get({ value: _ }, k) {\r\n const $script = Object.assign(loadPromise, script);\r\n const stub = options.stub?.({ script: $script, fn: k });\r\n if (stub)\r\n return stub;\r\n if (k === \"$script\")\r\n return $script;\r\n const exists = k in _ && typeof _[k] !== \"undefined\";\r\n head.hooks.callHook(\"script:instance-fn\", { script, fn: k, exists: k in _ });\r\n return exists ? Reflect.get(_, k) : (...args) => loadPromise.then((api) => {\r\n const _k = Reflect.get(api, k);\r\n return typeof _k === \"function\" ? Reflect.apply(api[k], api, args) : _k;\r\n });\r\n }\r\n });\r\n head._scripts = Object.assign(\r\n head._scripts || {},\r\n { [id]: instance }\r\n );\r\n return instance;\r\n}\r\n\r\nexport { CapoPlugin, HashHydrationPlugin, createHead, createHeadCore, createServerHead, getActiveHead, unheadComposablesImports, useHead, useHeadSafe, useScript, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta };\r\n"], - "mappings": "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", - "names": ["k", "k", "p", "k", "_a", "k2", "k", "k2", "p", "p2", "_a", "k"] -} diff --git a/node_modules/.vite/deps/chunk-YDFMVJDU.js b/node_modules/.vite/deps/chunk-D7RD3GQY.js similarity index 99% rename from node_modules/.vite/deps/chunk-YDFMVJDU.js rename to node_modules/.vite/deps/chunk-D7RD3GQY.js index 9464c062..5c876046 100644 --- a/node_modules/.vite/deps/chunk-YDFMVJDU.js +++ b/node_modules/.vite/deps/chunk-D7RD3GQY.js @@ -1310,4 +1310,4 @@ Fuse.config = Config; export { Fuse }; -//# sourceMappingURL=chunk-YDFMVJDU.js.map +//# sourceMappingURL=chunk-D7RD3GQY.js.map diff --git a/node_modules/.vite/deps/chunk-D7RD3GQY.js.map b/node_modules/.vite/deps/chunk-D7RD3GQY.js.map new file mode 100644 index 00000000..faa62184 --- /dev/null +++ b/node_modules/.vite/deps/chunk-D7RD3GQY.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../../fuse.js/dist/fuse.mjs"], + "sourcesContent": ["/**\n * Fuse.js v7.0.0 - Lightweight fuzzy-search (http://fusejs.io)\n *\n * Copyright (c) 2023 Kiro Risk (http://kiro.me)\n * All Rights Reserved. Apache Software License 2.0\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n */\n\nfunction isArray(value) {\n return !Array.isArray\n ? getTag(value) === '[object Array]'\n : Array.isArray(value)\n}\n\n// Adapted from: https://github.com/lodash/lodash/blob/master/.internal/baseToString.js\nconst INFINITY = 1 / 0;\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value\n }\n let result = value + '';\n return result == '0' && 1 / value == -INFINITY ? '-0' : result\n}\n\nfunction toString(value) {\n return value == null ? '' : baseToString(value)\n}\n\nfunction isString(value) {\n return typeof value === 'string'\n}\n\nfunction isNumber(value) {\n return typeof value === 'number'\n}\n\n// Adapted from: https://github.com/lodash/lodash/blob/master/isBoolean.js\nfunction isBoolean(value) {\n return (\n value === true ||\n value === false ||\n (isObjectLike(value) && getTag(value) == '[object Boolean]')\n )\n}\n\nfunction isObject(value) {\n return typeof value === 'object'\n}\n\n// Checks if `value` is object-like.\nfunction isObjectLike(value) {\n return isObject(value) && value !== null\n}\n\nfunction isDefined(value) {\n return value !== undefined && value !== null\n}\n\nfunction isBlank(value) {\n return !value.trim().length\n}\n\n// Gets the `toStringTag` of `value`.\n// Adapted from: https://github.com/lodash/lodash/blob/master/.internal/getTag.js\nfunction getTag(value) {\n return value == null\n ? value === undefined\n ? '[object Undefined]'\n : '[object Null]'\n : Object.prototype.toString.call(value)\n}\n\nconst EXTENDED_SEARCH_UNAVAILABLE = 'Extended search is not available';\n\nconst INCORRECT_INDEX_TYPE = \"Incorrect 'index' type\";\n\nconst LOGICAL_SEARCH_INVALID_QUERY_FOR_KEY = (key) =>\n `Invalid value for key ${key}`;\n\nconst PATTERN_LENGTH_TOO_LARGE = (max) =>\n `Pattern length exceeds max of ${max}.`;\n\nconst MISSING_KEY_PROPERTY = (name) => `Missing ${name} property in key`;\n\nconst INVALID_KEY_WEIGHT_VALUE = (key) =>\n `Property 'weight' in key '${key}' must be a positive integer`;\n\nconst hasOwn = Object.prototype.hasOwnProperty;\n\nclass KeyStore {\n constructor(keys) {\n this._keys = [];\n this._keyMap = {};\n\n let totalWeight = 0;\n\n keys.forEach((key) => {\n let obj = createKey(key);\n\n this._keys.push(obj);\n this._keyMap[obj.id] = obj;\n\n totalWeight += obj.weight;\n });\n\n // Normalize weights so that their sum is equal to 1\n this._keys.forEach((key) => {\n key.weight /= totalWeight;\n });\n }\n get(keyId) {\n return this._keyMap[keyId]\n }\n keys() {\n return this._keys\n }\n toJSON() {\n return JSON.stringify(this._keys)\n }\n}\n\nfunction createKey(key) {\n let path = null;\n let id = null;\n let src = null;\n let weight = 1;\n let getFn = null;\n\n if (isString(key) || isArray(key)) {\n src = key;\n path = createKeyPath(key);\n id = createKeyId(key);\n } else {\n if (!hasOwn.call(key, 'name')) {\n throw new Error(MISSING_KEY_PROPERTY('name'))\n }\n\n const name = key.name;\n src = name;\n\n if (hasOwn.call(key, 'weight')) {\n weight = key.weight;\n\n if (weight <= 0) {\n throw new Error(INVALID_KEY_WEIGHT_VALUE(name))\n }\n }\n\n path = createKeyPath(name);\n id = createKeyId(name);\n getFn = key.getFn;\n }\n\n return { path, id, weight, src, getFn }\n}\n\nfunction createKeyPath(key) {\n return isArray(key) ? key : key.split('.')\n}\n\nfunction createKeyId(key) {\n return isArray(key) ? key.join('.') : key\n}\n\nfunction get(obj, path) {\n let list = [];\n let arr = false;\n\n const deepGet = (obj, path, index) => {\n if (!isDefined(obj)) {\n return\n }\n if (!path[index]) {\n // If there's no path left, we've arrived at the object we care about.\n list.push(obj);\n } else {\n let key = path[index];\n\n const value = obj[key];\n\n if (!isDefined(value)) {\n return\n }\n\n // If we're at the last value in the path, and if it's a string/number/bool,\n // add it to the list\n if (\n index === path.length - 1 &&\n (isString(value) || isNumber(value) || isBoolean(value))\n ) {\n list.push(toString(value));\n } else if (isArray(value)) {\n arr = true;\n // Search each item in the array.\n for (let i = 0, len = value.length; i < len; i += 1) {\n deepGet(value[i], path, index + 1);\n }\n } else if (path.length) {\n // An object. Recurse further.\n deepGet(value, path, index + 1);\n }\n }\n };\n\n // Backwards compatibility (since path used to be a string)\n deepGet(obj, isString(path) ? path.split('.') : path, 0);\n\n return arr ? list : list[0]\n}\n\nconst MatchOptions = {\n // Whether the matches should be included in the result set. When `true`, each record in the result\n // set will include the indices of the matched characters.\n // These can consequently be used for highlighting purposes.\n includeMatches: false,\n // When `true`, the matching function will continue to the end of a search pattern even if\n // a perfect match has already been located in the string.\n findAllMatches: false,\n // Minimum number of characters that must be matched before a result is considered a match\n minMatchCharLength: 1\n};\n\nconst BasicOptions = {\n // When `true`, the algorithm continues searching to the end of the input even if a perfect\n // match is found before the end of the same input.\n isCaseSensitive: false,\n // When true, the matching function will continue to the end of a search pattern even if\n includeScore: false,\n // List of properties that will be searched. This also supports nested properties.\n keys: [],\n // Whether to sort the result list, by score\n shouldSort: true,\n // Default sort function: sort by ascending score, ascending index\n sortFn: (a, b) =>\n a.score === b.score ? (a.idx < b.idx ? -1 : 1) : a.score < b.score ? -1 : 1\n};\n\nconst FuzzyOptions = {\n // Approximately where in the text is the pattern expected to be found?\n location: 0,\n // At what point does the match algorithm give up. A threshold of '0.0' requires a perfect match\n // (of both letters and location), a threshold of '1.0' would match anything.\n threshold: 0.6,\n // Determines how close the match must be to the fuzzy location (specified above).\n // An exact letter match which is 'distance' characters away from the fuzzy location\n // would score as a complete mismatch. A distance of '0' requires the match be at\n // the exact location specified, a threshold of '1000' would require a perfect match\n // to be within 800 characters of the fuzzy location to be found using a 0.8 threshold.\n distance: 100\n};\n\nconst AdvancedOptions = {\n // When `true`, it enables the use of unix-like search commands\n useExtendedSearch: false,\n // The get function to use when fetching an object's properties.\n // The default will search nested paths *ie foo.bar.baz*\n getFn: get,\n // When `true`, search will ignore `location` and `distance`, so it won't matter\n // where in the string the pattern appears.\n // More info: https://fusejs.io/concepts/scoring-theory.html#fuzziness-score\n ignoreLocation: false,\n // When `true`, the calculation for the relevance score (used for sorting) will\n // ignore the field-length norm.\n // More info: https://fusejs.io/concepts/scoring-theory.html#field-length-norm\n ignoreFieldNorm: false,\n // The weight to determine how much field length norm effects scoring.\n fieldNormWeight: 1\n};\n\nvar Config = {\n ...BasicOptions,\n ...MatchOptions,\n ...FuzzyOptions,\n ...AdvancedOptions\n};\n\nconst SPACE = /[^ ]+/g;\n\n// Field-length norm: the shorter the field, the higher the weight.\n// Set to 3 decimals to reduce index size.\nfunction norm(weight = 1, mantissa = 3) {\n const cache = new Map();\n const m = Math.pow(10, mantissa);\n\n return {\n get(value) {\n const numTokens = value.match(SPACE).length;\n\n if (cache.has(numTokens)) {\n return cache.get(numTokens)\n }\n\n // Default function is 1/sqrt(x), weight makes that variable\n const norm = 1 / Math.pow(numTokens, 0.5 * weight);\n\n // In place of `toFixed(mantissa)`, for faster computation\n const n = parseFloat(Math.round(norm * m) / m);\n\n cache.set(numTokens, n);\n\n return n\n },\n clear() {\n cache.clear();\n }\n }\n}\n\nclass FuseIndex {\n constructor({\n getFn = Config.getFn,\n fieldNormWeight = Config.fieldNormWeight\n } = {}) {\n this.norm = norm(fieldNormWeight, 3);\n this.getFn = getFn;\n this.isCreated = false;\n\n this.setIndexRecords();\n }\n setSources(docs = []) {\n this.docs = docs;\n }\n setIndexRecords(records = []) {\n this.records = records;\n }\n setKeys(keys = []) {\n this.keys = keys;\n this._keysMap = {};\n keys.forEach((key, idx) => {\n this._keysMap[key.id] = idx;\n });\n }\n create() {\n if (this.isCreated || !this.docs.length) {\n return\n }\n\n this.isCreated = true;\n\n // List is Array\n if (isString(this.docs[0])) {\n this.docs.forEach((doc, docIndex) => {\n this._addString(doc, docIndex);\n });\n } else {\n // List is Array\n this.docs.forEach((doc, docIndex) => {\n this._addObject(doc, docIndex);\n });\n }\n\n this.norm.clear();\n }\n // Adds a doc to the end of the index\n add(doc) {\n const idx = this.size();\n\n if (isString(doc)) {\n this._addString(doc, idx);\n } else {\n this._addObject(doc, idx);\n }\n }\n // Removes the doc at the specified index of the index\n removeAt(idx) {\n this.records.splice(idx, 1);\n\n // Change ref index of every subsquent doc\n for (let i = idx, len = this.size(); i < len; i += 1) {\n this.records[i].i -= 1;\n }\n }\n getValueForItemAtKeyId(item, keyId) {\n return item[this._keysMap[keyId]]\n }\n size() {\n return this.records.length\n }\n _addString(doc, docIndex) {\n if (!isDefined(doc) || isBlank(doc)) {\n return\n }\n\n let record = {\n v: doc,\n i: docIndex,\n n: this.norm.get(doc)\n };\n\n this.records.push(record);\n }\n _addObject(doc, docIndex) {\n let record = { i: docIndex, $: {} };\n\n // Iterate over every key (i.e, path), and fetch the value at that key\n this.keys.forEach((key, keyIndex) => {\n let value = key.getFn ? key.getFn(doc) : this.getFn(doc, key.path);\n\n if (!isDefined(value)) {\n return\n }\n\n if (isArray(value)) {\n let subRecords = [];\n const stack = [{ nestedArrIndex: -1, value }];\n\n while (stack.length) {\n const { nestedArrIndex, value } = stack.pop();\n\n if (!isDefined(value)) {\n continue\n }\n\n if (isString(value) && !isBlank(value)) {\n let subRecord = {\n v: value,\n i: nestedArrIndex,\n n: this.norm.get(value)\n };\n\n subRecords.push(subRecord);\n } else if (isArray(value)) {\n value.forEach((item, k) => {\n stack.push({\n nestedArrIndex: k,\n value: item\n });\n });\n } else ;\n }\n record.$[keyIndex] = subRecords;\n } else if (isString(value) && !isBlank(value)) {\n let subRecord = {\n v: value,\n n: this.norm.get(value)\n };\n\n record.$[keyIndex] = subRecord;\n }\n });\n\n this.records.push(record);\n }\n toJSON() {\n return {\n keys: this.keys,\n records: this.records\n }\n }\n}\n\nfunction createIndex(\n keys,\n docs,\n { getFn = Config.getFn, fieldNormWeight = Config.fieldNormWeight } = {}\n) {\n const myIndex = new FuseIndex({ getFn, fieldNormWeight });\n myIndex.setKeys(keys.map(createKey));\n myIndex.setSources(docs);\n myIndex.create();\n return myIndex\n}\n\nfunction parseIndex(\n data,\n { getFn = Config.getFn, fieldNormWeight = Config.fieldNormWeight } = {}\n) {\n const { keys, records } = data;\n const myIndex = new FuseIndex({ getFn, fieldNormWeight });\n myIndex.setKeys(keys);\n myIndex.setIndexRecords(records);\n return myIndex\n}\n\nfunction computeScore$1(\n pattern,\n {\n errors = 0,\n currentLocation = 0,\n expectedLocation = 0,\n distance = Config.distance,\n ignoreLocation = Config.ignoreLocation\n } = {}\n) {\n const accuracy = errors / pattern.length;\n\n if (ignoreLocation) {\n return accuracy\n }\n\n const proximity = Math.abs(expectedLocation - currentLocation);\n\n if (!distance) {\n // Dodge divide by zero error.\n return proximity ? 1.0 : accuracy\n }\n\n return accuracy + proximity / distance\n}\n\nfunction convertMaskToIndices(\n matchmask = [],\n minMatchCharLength = Config.minMatchCharLength\n) {\n let indices = [];\n let start = -1;\n let end = -1;\n let i = 0;\n\n for (let len = matchmask.length; i < len; i += 1) {\n let match = matchmask[i];\n if (match && start === -1) {\n start = i;\n } else if (!match && start !== -1) {\n end = i - 1;\n if (end - start + 1 >= minMatchCharLength) {\n indices.push([start, end]);\n }\n start = -1;\n }\n }\n\n // (i-1 - start) + 1 => i - start\n if (matchmask[i - 1] && i - start >= minMatchCharLength) {\n indices.push([start, i - 1]);\n }\n\n return indices\n}\n\n// Machine word size\nconst MAX_BITS = 32;\n\nfunction search(\n text,\n pattern,\n patternAlphabet,\n {\n location = Config.location,\n distance = Config.distance,\n threshold = Config.threshold,\n findAllMatches = Config.findAllMatches,\n minMatchCharLength = Config.minMatchCharLength,\n includeMatches = Config.includeMatches,\n ignoreLocation = Config.ignoreLocation\n } = {}\n) {\n if (pattern.length > MAX_BITS) {\n throw new Error(PATTERN_LENGTH_TOO_LARGE(MAX_BITS))\n }\n\n const patternLen = pattern.length;\n // Set starting location at beginning text and initialize the alphabet.\n const textLen = text.length;\n // Handle the case when location > text.length\n const expectedLocation = Math.max(0, Math.min(location, textLen));\n // Highest score beyond which we give up.\n let currentThreshold = threshold;\n // Is there a nearby exact match? (speedup)\n let bestLocation = expectedLocation;\n\n // Performance: only computer matches when the minMatchCharLength > 1\n // OR if `includeMatches` is true.\n const computeMatches = minMatchCharLength > 1 || includeMatches;\n // A mask of the matches, used for building the indices\n const matchMask = computeMatches ? Array(textLen) : [];\n\n let index;\n\n // Get all exact matches, here for speed up\n while ((index = text.indexOf(pattern, bestLocation)) > -1) {\n let score = computeScore$1(pattern, {\n currentLocation: index,\n expectedLocation,\n distance,\n ignoreLocation\n });\n\n currentThreshold = Math.min(score, currentThreshold);\n bestLocation = index + patternLen;\n\n if (computeMatches) {\n let i = 0;\n while (i < patternLen) {\n matchMask[index + i] = 1;\n i += 1;\n }\n }\n }\n\n // Reset the best location\n bestLocation = -1;\n\n let lastBitArr = [];\n let finalScore = 1;\n let binMax = patternLen + textLen;\n\n const mask = 1 << (patternLen - 1);\n\n for (let i = 0; i < patternLen; i += 1) {\n // Scan for the best match; each iteration allows for one more error.\n // Run a binary search to determine how far from the match location we can stray\n // at this error level.\n let binMin = 0;\n let binMid = binMax;\n\n while (binMin < binMid) {\n const score = computeScore$1(pattern, {\n errors: i,\n currentLocation: expectedLocation + binMid,\n expectedLocation,\n distance,\n ignoreLocation\n });\n\n if (score <= currentThreshold) {\n binMin = binMid;\n } else {\n binMax = binMid;\n }\n\n binMid = Math.floor((binMax - binMin) / 2 + binMin);\n }\n\n // Use the result from this iteration as the maximum for the next.\n binMax = binMid;\n\n let start = Math.max(1, expectedLocation - binMid + 1);\n let finish = findAllMatches\n ? textLen\n : Math.min(expectedLocation + binMid, textLen) + patternLen;\n\n // Initialize the bit array\n let bitArr = Array(finish + 2);\n\n bitArr[finish + 1] = (1 << i) - 1;\n\n for (let j = finish; j >= start; j -= 1) {\n let currentLocation = j - 1;\n let charMatch = patternAlphabet[text.charAt(currentLocation)];\n\n if (computeMatches) {\n // Speed up: quick bool to int conversion (i.e, `charMatch ? 1 : 0`)\n matchMask[currentLocation] = +!!charMatch;\n }\n\n // First pass: exact match\n bitArr[j] = ((bitArr[j + 1] << 1) | 1) & charMatch;\n\n // Subsequent passes: fuzzy match\n if (i) {\n bitArr[j] |=\n ((lastBitArr[j + 1] | lastBitArr[j]) << 1) | 1 | lastBitArr[j + 1];\n }\n\n if (bitArr[j] & mask) {\n finalScore = computeScore$1(pattern, {\n errors: i,\n currentLocation,\n expectedLocation,\n distance,\n ignoreLocation\n });\n\n // This match will almost certainly be better than any existing match.\n // But check anyway.\n if (finalScore <= currentThreshold) {\n // Indeed it is\n currentThreshold = finalScore;\n bestLocation = currentLocation;\n\n // Already passed `loc`, downhill from here on in.\n if (bestLocation <= expectedLocation) {\n break\n }\n\n // When passing `bestLocation`, don't exceed our current distance from `expectedLocation`.\n start = Math.max(1, 2 * expectedLocation - bestLocation);\n }\n }\n }\n\n // No hope for a (better) match at greater error levels.\n const score = computeScore$1(pattern, {\n errors: i + 1,\n currentLocation: expectedLocation,\n expectedLocation,\n distance,\n ignoreLocation\n });\n\n if (score > currentThreshold) {\n break\n }\n\n lastBitArr = bitArr;\n }\n\n const result = {\n isMatch: bestLocation >= 0,\n // Count exact matches (those with a score of 0) to be \"almost\" exact\n score: Math.max(0.001, finalScore)\n };\n\n if (computeMatches) {\n const indices = convertMaskToIndices(matchMask, minMatchCharLength);\n if (!indices.length) {\n result.isMatch = false;\n } else if (includeMatches) {\n result.indices = indices;\n }\n }\n\n return result\n}\n\nfunction createPatternAlphabet(pattern) {\n let mask = {};\n\n for (let i = 0, len = pattern.length; i < len; i += 1) {\n const char = pattern.charAt(i);\n mask[char] = (mask[char] || 0) | (1 << (len - i - 1));\n }\n\n return mask\n}\n\nclass BitapSearch {\n constructor(\n pattern,\n {\n location = Config.location,\n threshold = Config.threshold,\n distance = Config.distance,\n includeMatches = Config.includeMatches,\n findAllMatches = Config.findAllMatches,\n minMatchCharLength = Config.minMatchCharLength,\n isCaseSensitive = Config.isCaseSensitive,\n ignoreLocation = Config.ignoreLocation\n } = {}\n ) {\n this.options = {\n location,\n threshold,\n distance,\n includeMatches,\n findAllMatches,\n minMatchCharLength,\n isCaseSensitive,\n ignoreLocation\n };\n\n this.pattern = isCaseSensitive ? pattern : pattern.toLowerCase();\n\n this.chunks = [];\n\n if (!this.pattern.length) {\n return\n }\n\n const addChunk = (pattern, startIndex) => {\n this.chunks.push({\n pattern,\n alphabet: createPatternAlphabet(pattern),\n startIndex\n });\n };\n\n const len = this.pattern.length;\n\n if (len > MAX_BITS) {\n let i = 0;\n const remainder = len % MAX_BITS;\n const end = len - remainder;\n\n while (i < end) {\n addChunk(this.pattern.substr(i, MAX_BITS), i);\n i += MAX_BITS;\n }\n\n if (remainder) {\n const startIndex = len - MAX_BITS;\n addChunk(this.pattern.substr(startIndex), startIndex);\n }\n } else {\n addChunk(this.pattern, 0);\n }\n }\n\n searchIn(text) {\n const { isCaseSensitive, includeMatches } = this.options;\n\n if (!isCaseSensitive) {\n text = text.toLowerCase();\n }\n\n // Exact match\n if (this.pattern === text) {\n let result = {\n isMatch: true,\n score: 0\n };\n\n if (includeMatches) {\n result.indices = [[0, text.length - 1]];\n }\n\n return result\n }\n\n // Otherwise, use Bitap algorithm\n const {\n location,\n distance,\n threshold,\n findAllMatches,\n minMatchCharLength,\n ignoreLocation\n } = this.options;\n\n let allIndices = [];\n let totalScore = 0;\n let hasMatches = false;\n\n this.chunks.forEach(({ pattern, alphabet, startIndex }) => {\n const { isMatch, score, indices } = search(text, pattern, alphabet, {\n location: location + startIndex,\n distance,\n threshold,\n findAllMatches,\n minMatchCharLength,\n includeMatches,\n ignoreLocation\n });\n\n if (isMatch) {\n hasMatches = true;\n }\n\n totalScore += score;\n\n if (isMatch && indices) {\n allIndices = [...allIndices, ...indices];\n }\n });\n\n let result = {\n isMatch: hasMatches,\n score: hasMatches ? totalScore / this.chunks.length : 1\n };\n\n if (hasMatches && includeMatches) {\n result.indices = allIndices;\n }\n\n return result\n }\n}\n\nclass BaseMatch {\n constructor(pattern) {\n this.pattern = pattern;\n }\n static isMultiMatch(pattern) {\n return getMatch(pattern, this.multiRegex)\n }\n static isSingleMatch(pattern) {\n return getMatch(pattern, this.singleRegex)\n }\n search(/*text*/) {}\n}\n\nfunction getMatch(pattern, exp) {\n const matches = pattern.match(exp);\n return matches ? matches[1] : null\n}\n\n// Token: 'file\n\nclass ExactMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'exact'\n }\n static get multiRegex() {\n return /^=\"(.*)\"$/\n }\n static get singleRegex() {\n return /^=(.*)$/\n }\n search(text) {\n const isMatch = text === this.pattern;\n\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices: [0, this.pattern.length - 1]\n }\n }\n}\n\n// Token: !fire\n\nclass InverseExactMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'inverse-exact'\n }\n static get multiRegex() {\n return /^!\"(.*)\"$/\n }\n static get singleRegex() {\n return /^!(.*)$/\n }\n search(text) {\n const index = text.indexOf(this.pattern);\n const isMatch = index === -1;\n\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices: [0, text.length - 1]\n }\n }\n}\n\n// Token: ^file\n\nclass PrefixExactMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'prefix-exact'\n }\n static get multiRegex() {\n return /^\\^\"(.*)\"$/\n }\n static get singleRegex() {\n return /^\\^(.*)$/\n }\n search(text) {\n const isMatch = text.startsWith(this.pattern);\n\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices: [0, this.pattern.length - 1]\n }\n }\n}\n\n// Token: !^fire\n\nclass InversePrefixExactMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'inverse-prefix-exact'\n }\n static get multiRegex() {\n return /^!\\^\"(.*)\"$/\n }\n static get singleRegex() {\n return /^!\\^(.*)$/\n }\n search(text) {\n const isMatch = !text.startsWith(this.pattern);\n\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices: [0, text.length - 1]\n }\n }\n}\n\n// Token: .file$\n\nclass SuffixExactMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'suffix-exact'\n }\n static get multiRegex() {\n return /^\"(.*)\"\\$$/\n }\n static get singleRegex() {\n return /^(.*)\\$$/\n }\n search(text) {\n const isMatch = text.endsWith(this.pattern);\n\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices: [text.length - this.pattern.length, text.length - 1]\n }\n }\n}\n\n// Token: !.file$\n\nclass InverseSuffixExactMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'inverse-suffix-exact'\n }\n static get multiRegex() {\n return /^!\"(.*)\"\\$$/\n }\n static get singleRegex() {\n return /^!(.*)\\$$/\n }\n search(text) {\n const isMatch = !text.endsWith(this.pattern);\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices: [0, text.length - 1]\n }\n }\n}\n\nclass FuzzyMatch extends BaseMatch {\n constructor(\n pattern,\n {\n location = Config.location,\n threshold = Config.threshold,\n distance = Config.distance,\n includeMatches = Config.includeMatches,\n findAllMatches = Config.findAllMatches,\n minMatchCharLength = Config.minMatchCharLength,\n isCaseSensitive = Config.isCaseSensitive,\n ignoreLocation = Config.ignoreLocation\n } = {}\n ) {\n super(pattern);\n this._bitapSearch = new BitapSearch(pattern, {\n location,\n threshold,\n distance,\n includeMatches,\n findAllMatches,\n minMatchCharLength,\n isCaseSensitive,\n ignoreLocation\n });\n }\n static get type() {\n return 'fuzzy'\n }\n static get multiRegex() {\n return /^\"(.*)\"$/\n }\n static get singleRegex() {\n return /^(.*)$/\n }\n search(text) {\n return this._bitapSearch.searchIn(text)\n }\n}\n\n// Token: 'file\n\nclass IncludeMatch extends BaseMatch {\n constructor(pattern) {\n super(pattern);\n }\n static get type() {\n return 'include'\n }\n static get multiRegex() {\n return /^'\"(.*)\"$/\n }\n static get singleRegex() {\n return /^'(.*)$/\n }\n search(text) {\n let location = 0;\n let index;\n\n const indices = [];\n const patternLen = this.pattern.length;\n\n // Get all exact matches\n while ((index = text.indexOf(this.pattern, location)) > -1) {\n location = index + patternLen;\n indices.push([index, location - 1]);\n }\n\n const isMatch = !!indices.length;\n\n return {\n isMatch,\n score: isMatch ? 0 : 1,\n indices\n }\n }\n}\n\n// ❗Order is important. DO NOT CHANGE.\nconst searchers = [\n ExactMatch,\n IncludeMatch,\n PrefixExactMatch,\n InversePrefixExactMatch,\n InverseSuffixExactMatch,\n SuffixExactMatch,\n InverseExactMatch,\n FuzzyMatch\n];\n\nconst searchersLen = searchers.length;\n\n// Regex to split by spaces, but keep anything in quotes together\nconst SPACE_RE = / +(?=(?:[^\\\"]*\\\"[^\\\"]*\\\")*[^\\\"]*$)/;\nconst OR_TOKEN = '|';\n\n// Return a 2D array representation of the query, for simpler parsing.\n// Example:\n// \"^core go$ | rb$ | py$ xy$\" => [[\"^core\", \"go$\"], [\"rb$\"], [\"py$\", \"xy$\"]]\nfunction parseQuery(pattern, options = {}) {\n return pattern.split(OR_TOKEN).map((item) => {\n let query = item\n .trim()\n .split(SPACE_RE)\n .filter((item) => item && !!item.trim());\n\n let results = [];\n for (let i = 0, len = query.length; i < len; i += 1) {\n const queryItem = query[i];\n\n // 1. Handle multiple query match (i.e, once that are quoted, like `\"hello world\"`)\n let found = false;\n let idx = -1;\n while (!found && ++idx < searchersLen) {\n const searcher = searchers[idx];\n let token = searcher.isMultiMatch(queryItem);\n if (token) {\n results.push(new searcher(token, options));\n found = true;\n }\n }\n\n if (found) {\n continue\n }\n\n // 2. Handle single query matches (i.e, once that are *not* quoted)\n idx = -1;\n while (++idx < searchersLen) {\n const searcher = searchers[idx];\n let token = searcher.isSingleMatch(queryItem);\n if (token) {\n results.push(new searcher(token, options));\n break\n }\n }\n }\n\n return results\n })\n}\n\n// These extended matchers can return an array of matches, as opposed\n// to a singl match\nconst MultiMatchSet = new Set([FuzzyMatch.type, IncludeMatch.type]);\n\n/**\n * Command-like searching\n * ======================\n *\n * Given multiple search terms delimited by spaces.e.g. `^jscript .python$ ruby !java`,\n * search in a given text.\n *\n * Search syntax:\n *\n * | Token | Match type | Description |\n * | ----------- | -------------------------- | -------------------------------------- |\n * | `jscript` | fuzzy-match | Items that fuzzy match `jscript` |\n * | `=scheme` | exact-match | Items that are `scheme` |\n * | `'python` | include-match | Items that include `python` |\n * | `!ruby` | inverse-exact-match | Items that do not include `ruby` |\n * | `^java` | prefix-exact-match | Items that start with `java` |\n * | `!^earlang` | inverse-prefix-exact-match | Items that do not start with `earlang` |\n * | `.js$` | suffix-exact-match | Items that end with `.js` |\n * | `!.go$` | inverse-suffix-exact-match | Items that do not end with `.go` |\n *\n * A single pipe character acts as an OR operator. For example, the following\n * query matches entries that start with `core` and end with either`go`, `rb`,\n * or`py`.\n *\n * ```\n * ^core go$ | rb$ | py$\n * ```\n */\nclass ExtendedSearch {\n constructor(\n pattern,\n {\n isCaseSensitive = Config.isCaseSensitive,\n includeMatches = Config.includeMatches,\n minMatchCharLength = Config.minMatchCharLength,\n ignoreLocation = Config.ignoreLocation,\n findAllMatches = Config.findAllMatches,\n location = Config.location,\n threshold = Config.threshold,\n distance = Config.distance\n } = {}\n ) {\n this.query = null;\n this.options = {\n isCaseSensitive,\n includeMatches,\n minMatchCharLength,\n findAllMatches,\n ignoreLocation,\n location,\n threshold,\n distance\n };\n\n this.pattern = isCaseSensitive ? pattern : pattern.toLowerCase();\n this.query = parseQuery(this.pattern, this.options);\n }\n\n static condition(_, options) {\n return options.useExtendedSearch\n }\n\n searchIn(text) {\n const query = this.query;\n\n if (!query) {\n return {\n isMatch: false,\n score: 1\n }\n }\n\n const { includeMatches, isCaseSensitive } = this.options;\n\n text = isCaseSensitive ? text : text.toLowerCase();\n\n let numMatches = 0;\n let allIndices = [];\n let totalScore = 0;\n\n // ORs\n for (let i = 0, qLen = query.length; i < qLen; i += 1) {\n const searchers = query[i];\n\n // Reset indices\n allIndices.length = 0;\n numMatches = 0;\n\n // ANDs\n for (let j = 0, pLen = searchers.length; j < pLen; j += 1) {\n const searcher = searchers[j];\n const { isMatch, indices, score } = searcher.search(text);\n\n if (isMatch) {\n numMatches += 1;\n totalScore += score;\n if (includeMatches) {\n const type = searcher.constructor.type;\n if (MultiMatchSet.has(type)) {\n allIndices = [...allIndices, ...indices];\n } else {\n allIndices.push(indices);\n }\n }\n } else {\n totalScore = 0;\n numMatches = 0;\n allIndices.length = 0;\n break\n }\n }\n\n // OR condition, so if TRUE, return\n if (numMatches) {\n let result = {\n isMatch: true,\n score: totalScore / numMatches\n };\n\n if (includeMatches) {\n result.indices = allIndices;\n }\n\n return result\n }\n }\n\n // Nothing was matched\n return {\n isMatch: false,\n score: 1\n }\n }\n}\n\nconst registeredSearchers = [];\n\nfunction register(...args) {\n registeredSearchers.push(...args);\n}\n\nfunction createSearcher(pattern, options) {\n for (let i = 0, len = registeredSearchers.length; i < len; i += 1) {\n let searcherClass = registeredSearchers[i];\n if (searcherClass.condition(pattern, options)) {\n return new searcherClass(pattern, options)\n }\n }\n\n return new BitapSearch(pattern, options)\n}\n\nconst LogicalOperator = {\n AND: '$and',\n OR: '$or'\n};\n\nconst KeyType = {\n PATH: '$path',\n PATTERN: '$val'\n};\n\nconst isExpression = (query) =>\n !!(query[LogicalOperator.AND] || query[LogicalOperator.OR]);\n\nconst isPath = (query) => !!query[KeyType.PATH];\n\nconst isLeaf = (query) =>\n !isArray(query) && isObject(query) && !isExpression(query);\n\nconst convertToExplicit = (query) => ({\n [LogicalOperator.AND]: Object.keys(query).map((key) => ({\n [key]: query[key]\n }))\n});\n\n// When `auto` is `true`, the parse function will infer and initialize and add\n// the appropriate `Searcher` instance\nfunction parse(query, options, { auto = true } = {}) {\n const next = (query) => {\n let keys = Object.keys(query);\n\n const isQueryPath = isPath(query);\n\n if (!isQueryPath && keys.length > 1 && !isExpression(query)) {\n return next(convertToExplicit(query))\n }\n\n if (isLeaf(query)) {\n const key = isQueryPath ? query[KeyType.PATH] : keys[0];\n\n const pattern = isQueryPath ? query[KeyType.PATTERN] : query[key];\n\n if (!isString(pattern)) {\n throw new Error(LOGICAL_SEARCH_INVALID_QUERY_FOR_KEY(key))\n }\n\n const obj = {\n keyId: createKeyId(key),\n pattern\n };\n\n if (auto) {\n obj.searcher = createSearcher(pattern, options);\n }\n\n return obj\n }\n\n let node = {\n children: [],\n operator: keys[0]\n };\n\n keys.forEach((key) => {\n const value = query[key];\n\n if (isArray(value)) {\n value.forEach((item) => {\n node.children.push(next(item));\n });\n }\n });\n\n return node\n };\n\n if (!isExpression(query)) {\n query = convertToExplicit(query);\n }\n\n return next(query)\n}\n\n// Practical scoring function\nfunction computeScore(\n results,\n { ignoreFieldNorm = Config.ignoreFieldNorm }\n) {\n results.forEach((result) => {\n let totalScore = 1;\n\n result.matches.forEach(({ key, norm, score }) => {\n const weight = key ? key.weight : null;\n\n totalScore *= Math.pow(\n score === 0 && weight ? Number.EPSILON : score,\n (weight || 1) * (ignoreFieldNorm ? 1 : norm)\n );\n });\n\n result.score = totalScore;\n });\n}\n\nfunction transformMatches(result, data) {\n const matches = result.matches;\n data.matches = [];\n\n if (!isDefined(matches)) {\n return\n }\n\n matches.forEach((match) => {\n if (!isDefined(match.indices) || !match.indices.length) {\n return\n }\n\n const { indices, value } = match;\n\n let obj = {\n indices,\n value\n };\n\n if (match.key) {\n obj.key = match.key.src;\n }\n\n if (match.idx > -1) {\n obj.refIndex = match.idx;\n }\n\n data.matches.push(obj);\n });\n}\n\nfunction transformScore(result, data) {\n data.score = result.score;\n}\n\nfunction format(\n results,\n docs,\n {\n includeMatches = Config.includeMatches,\n includeScore = Config.includeScore\n } = {}\n) {\n const transformers = [];\n\n if (includeMatches) transformers.push(transformMatches);\n if (includeScore) transformers.push(transformScore);\n\n return results.map((result) => {\n const { idx } = result;\n\n const data = {\n item: docs[idx],\n refIndex: idx\n };\n\n if (transformers.length) {\n transformers.forEach((transformer) => {\n transformer(result, data);\n });\n }\n\n return data\n })\n}\n\nclass Fuse {\n constructor(docs, options = {}, index) {\n this.options = { ...Config, ...options };\n\n if (\n this.options.useExtendedSearch &&\n !true\n ) {\n throw new Error(EXTENDED_SEARCH_UNAVAILABLE)\n }\n\n this._keyStore = new KeyStore(this.options.keys);\n\n this.setCollection(docs, index);\n }\n\n setCollection(docs, index) {\n this._docs = docs;\n\n if (index && !(index instanceof FuseIndex)) {\n throw new Error(INCORRECT_INDEX_TYPE)\n }\n\n this._myIndex =\n index ||\n createIndex(this.options.keys, this._docs, {\n getFn: this.options.getFn,\n fieldNormWeight: this.options.fieldNormWeight\n });\n }\n\n add(doc) {\n if (!isDefined(doc)) {\n return\n }\n\n this._docs.push(doc);\n this._myIndex.add(doc);\n }\n\n remove(predicate = (/* doc, idx */) => false) {\n const results = [];\n\n for (let i = 0, len = this._docs.length; i < len; i += 1) {\n const doc = this._docs[i];\n if (predicate(doc, i)) {\n this.removeAt(i);\n i -= 1;\n len -= 1;\n\n results.push(doc);\n }\n }\n\n return results\n }\n\n removeAt(idx) {\n this._docs.splice(idx, 1);\n this._myIndex.removeAt(idx);\n }\n\n getIndex() {\n return this._myIndex\n }\n\n search(query, { limit = -1 } = {}) {\n const {\n includeMatches,\n includeScore,\n shouldSort,\n sortFn,\n ignoreFieldNorm\n } = this.options;\n\n let results = isString(query)\n ? isString(this._docs[0])\n ? this._searchStringList(query)\n : this._searchObjectList(query)\n : this._searchLogical(query);\n\n computeScore(results, { ignoreFieldNorm });\n\n if (shouldSort) {\n results.sort(sortFn);\n }\n\n if (isNumber(limit) && limit > -1) {\n results = results.slice(0, limit);\n }\n\n return format(results, this._docs, {\n includeMatches,\n includeScore\n })\n }\n\n _searchStringList(query) {\n const searcher = createSearcher(query, this.options);\n const { records } = this._myIndex;\n const results = [];\n\n // Iterate over every string in the index\n records.forEach(({ v: text, i: idx, n: norm }) => {\n if (!isDefined(text)) {\n return\n }\n\n const { isMatch, score, indices } = searcher.searchIn(text);\n\n if (isMatch) {\n results.push({\n item: text,\n idx,\n matches: [{ score, value: text, norm, indices }]\n });\n }\n });\n\n return results\n }\n\n _searchLogical(query) {\n\n const expression = parse(query, this.options);\n\n const evaluate = (node, item, idx) => {\n if (!node.children) {\n const { keyId, searcher } = node;\n\n const matches = this._findMatches({\n key: this._keyStore.get(keyId),\n value: this._myIndex.getValueForItemAtKeyId(item, keyId),\n searcher\n });\n\n if (matches && matches.length) {\n return [\n {\n idx,\n item,\n matches\n }\n ]\n }\n\n return []\n }\n\n const res = [];\n for (let i = 0, len = node.children.length; i < len; i += 1) {\n const child = node.children[i];\n const result = evaluate(child, item, idx);\n if (result.length) {\n res.push(...result);\n } else if (node.operator === LogicalOperator.AND) {\n return []\n }\n }\n return res\n };\n\n const records = this._myIndex.records;\n const resultMap = {};\n const results = [];\n\n records.forEach(({ $: item, i: idx }) => {\n if (isDefined(item)) {\n let expResults = evaluate(expression, item, idx);\n\n if (expResults.length) {\n // Dedupe when adding\n if (!resultMap[idx]) {\n resultMap[idx] = { idx, item, matches: [] };\n results.push(resultMap[idx]);\n }\n expResults.forEach(({ matches }) => {\n resultMap[idx].matches.push(...matches);\n });\n }\n }\n });\n\n return results\n }\n\n _searchObjectList(query) {\n const searcher = createSearcher(query, this.options);\n const { keys, records } = this._myIndex;\n const results = [];\n\n // List is Array\n records.forEach(({ $: item, i: idx }) => {\n if (!isDefined(item)) {\n return\n }\n\n let matches = [];\n\n // Iterate over every key (i.e, path), and fetch the value at that key\n keys.forEach((key, keyIndex) => {\n matches.push(\n ...this._findMatches({\n key,\n value: item[keyIndex],\n searcher\n })\n );\n });\n\n if (matches.length) {\n results.push({\n idx,\n item,\n matches\n });\n }\n });\n\n return results\n }\n _findMatches({ key, value, searcher }) {\n if (!isDefined(value)) {\n return []\n }\n\n let matches = [];\n\n if (isArray(value)) {\n value.forEach(({ v: text, i: idx, n: norm }) => {\n if (!isDefined(text)) {\n return\n }\n\n const { isMatch, score, indices } = searcher.searchIn(text);\n\n if (isMatch) {\n matches.push({\n score,\n key,\n value: text,\n idx,\n norm,\n indices\n });\n }\n });\n } else {\n const { v: text, n: norm } = value;\n\n const { isMatch, score, indices } = searcher.searchIn(text);\n\n if (isMatch) {\n matches.push({ score, key, value: text, norm, indices });\n }\n }\n\n return matches\n }\n}\n\nFuse.version = '7.0.0';\nFuse.createIndex = createIndex;\nFuse.parseIndex = parseIndex;\nFuse.config = Config;\n\n{\n Fuse.parseQuery = parse;\n}\n\n{\n register(ExtendedSearch);\n}\n\nexport { Fuse as default };\n"], + "mappings": "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", + "names": ["obj", "path", "norm", "value", "score", "pattern", "result", "item", "searchers", "query"] +} diff --git a/node_modules/.vite/deps/chunk-Z7HEHPHJ.js b/node_modules/.vite/deps/chunk-DJ3A3VQS.js similarity index 87% rename from node_modules/.vite/deps/chunk-Z7HEHPHJ.js rename to node_modules/.vite/deps/chunk-DJ3A3VQS.js index 243192c4..ac60f6e1 100644 --- a/node_modules/.vite/deps/chunk-Z7HEHPHJ.js +++ b/node_modules/.vite/deps/chunk-DJ3A3VQS.js @@ -14,4 +14,4 @@ export { isEmptyAddon, addons_default }; -//# sourceMappingURL=chunk-Z7HEHPHJ.js.map +//# sourceMappingURL=chunk-DJ3A3VQS.js.map diff --git a/node_modules/.vite/deps/chunk-DJ3A3VQS.js.map b/node_modules/.vite/deps/chunk-DJ3A3VQS.js.map new file mode 100644 index 00000000..541fae5a --- /dev/null +++ b/node_modules/.vite/deps/chunk-DJ3A3VQS.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../../valaxy/client/addons/index.ts"], + "sourcesContent": ["// compatibility for not exist addons\nexport const emptyAddonName = 'virtual:valaxy-addons:empty'\nexport const name = emptyAddonName\n\nexport function isEmptyAddon(addon: any) {\n return addon && addon.name === emptyAddonName\n}\n\nexport default {\n name,\n}\n"], + "mappings": ";AACO,IAAM,iBAAiB;AACvB,IAAM,OAAO;AAEb,SAAS,aAAa,OAAY;AACvC,SAAO,SAAS,MAAM,SAAS;AACjC;AAEA,IAAO,iBAAQ;AAAA,EACb;AACF;", + "names": [] +} diff --git a/node_modules/.vite/deps/chunk-C2PV3ZIY.js b/node_modules/.vite/deps/chunk-GLZQQGXA.js similarity index 99% rename from node_modules/.vite/deps/chunk-C2PV3ZIY.js rename to node_modules/.vite/deps/chunk-GLZQQGXA.js index bcc29acf..3e94ce4f 100644 --- a/node_modules/.vite/deps/chunk-C2PV3ZIY.js +++ b/node_modules/.vite/deps/chunk-GLZQQGXA.js @@ -1417,4 +1417,4 @@ export { useHead, useScript }; -//# sourceMappingURL=chunk-C2PV3ZIY.js.map +//# sourceMappingURL=chunk-GLZQQGXA.js.map diff --git a/node_modules/.vite/deps/chunk-GLZQQGXA.js.map b/node_modules/.vite/deps/chunk-GLZQQGXA.js.map new file mode 100644 index 00000000..cce79b82 --- /dev/null +++ b/node_modules/.vite/deps/chunk-GLZQQGXA.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../../@unhead/shared/dist/index.mjs", "../../hookable/dist/index.mjs", "../../@unhead/dom/dist/index.mjs", "../../unhead/dist/index.mjs"], + "sourcesContent": ["function asArray$1(value) {\n return Array.isArray(value) ? value : [value];\n}\n\nconst SelfClosingTags = [\"meta\", \"link\", \"base\"];\nconst TagsWithInnerContent = [\"title\", \"titleTemplate\", \"script\", \"style\", \"noscript\"];\nconst HasElementTags = [\n \"base\",\n \"meta\",\n \"link\",\n \"style\",\n \"script\",\n \"noscript\"\n];\nconst ValidHeadTags = [\n \"title\",\n \"titleTemplate\",\n \"templateParams\",\n \"base\",\n \"htmlAttrs\",\n \"bodyAttrs\",\n \"meta\",\n \"link\",\n \"style\",\n \"script\",\n \"noscript\"\n];\nconst UniqueTags = [\"base\", \"title\", \"titleTemplate\", \"bodyAttrs\", \"htmlAttrs\", \"templateParams\"];\nconst TagConfigKeys = [\"tagPosition\", \"tagPriority\", \"tagDuplicateStrategy\", \"children\", \"innerHTML\", \"textContent\", \"processTemplateParams\"];\nconst IsBrowser = typeof window !== \"undefined\";\nconst composableNames = [\n \"getActiveHead\",\n \"useHead\",\n \"useSeoMeta\",\n \"useHeadSafe\",\n \"useServerHead\",\n \"useServerSeoMeta\",\n \"useServerHeadSafe\"\n];\n\nfunction defineHeadPlugin(plugin) {\n return plugin;\n}\n\nfunction hashCode(s) {\n let h = 9;\n for (let i = 0; i < s.length; )\n h = Math.imul(h ^ s.charCodeAt(i++), 9 ** 9);\n return ((h ^ h >>> 9) + 65536).toString(16).substring(1, 8).toLowerCase();\n}\nfunction hashTag(tag) {\n return tag._h || hashCode(tag._d ? tag._d : `${tag.tag}:${tag.textContent || tag.innerHTML || \"\"}:${Object.entries(tag.props).map(([key, value]) => `${key}:${String(value)}`).join(\",\")}`);\n}\n\nfunction tagDedupeKey(tag, fn) {\n const { props, tag: tagName } = tag;\n if (UniqueTags.includes(tagName))\n return tagName;\n if (tagName === \"link\" && props.rel === \"canonical\")\n return \"canonical\";\n if (props.charset)\n return \"charset\";\n const name = [\"id\"];\n if (tagName === \"meta\")\n name.push(...[\"name\", \"property\", \"http-equiv\"]);\n for (const n of name) {\n if (typeof props[n] !== \"undefined\") {\n const val = String(props[n]);\n if (fn && !fn(val))\n return false;\n return `${tagName}:${n}:${val}`;\n }\n }\n return false;\n}\n\nfunction resolveTitleTemplate(template, title) {\n if (template == null)\n return title || null;\n if (typeof template === \"function\")\n return template(title);\n return template;\n}\n\nfunction asArray(input) {\n return Array.isArray(input) ? input : [input];\n}\nconst InternalKeySymbol = \"_$key\";\nfunction packObject(input, options) {\n const keys = Object.keys(input);\n let [k, v] = keys;\n options = options || {};\n options.key = options.key || k;\n options.value = options.value || v;\n options.resolveKey = options.resolveKey || ((k2) => k2);\n const resolveKey = (index) => {\n const arr = asArray(options[index]);\n return arr.find((k2) => {\n if (typeof k2 === \"string\" && k2.includes(\".\")) {\n return k2;\n }\n return k2 && keys.includes(k2);\n });\n };\n const resolveValue = (k2, input2) => {\n if (k2.includes(\".\")) {\n const paths = k2.split(\".\");\n let val = input2;\n for (const path of paths)\n val = val[path];\n return val;\n }\n return input2[k2];\n };\n k = resolveKey(\"key\") || k;\n v = resolveKey(\"value\") || v;\n const dedupeKeyPrefix = input.key ? `${InternalKeySymbol}${input.key}-` : \"\";\n let keyValue = resolveValue(k, input);\n keyValue = options.resolveKey(keyValue);\n return {\n [`${dedupeKeyPrefix}${keyValue}`]: resolveValue(v, input)\n };\n}\n\nfunction packArray(input, options) {\n const packed = {};\n for (const i of input) {\n const packedObj = packObject(i, options);\n const pKey = Object.keys(packedObj)[0];\n const isDedupeKey = pKey.startsWith(InternalKeySymbol);\n if (!isDedupeKey && packed[pKey]) {\n packed[pKey] = Array.isArray(packed[pKey]) ? packed[pKey] : [packed[pKey]];\n packed[pKey].push(Object.values(packedObj)[0]);\n } else {\n packed[isDedupeKey ? pKey.split(\"-\").slice(1).join(\"-\") || pKey : pKey] = packedObj[pKey];\n }\n }\n return packed;\n}\n\nfunction unpackToArray(input, options) {\n const unpacked = [];\n const kFn = options.resolveKeyData || ((ctx) => ctx.key);\n const vFn = options.resolveValueData || ((ctx) => ctx.value);\n for (const [k, v] of Object.entries(input)) {\n unpacked.push(...(Array.isArray(v) ? v : [v]).map((i) => {\n const ctx = { key: k, value: i };\n const val = vFn(ctx);\n if (typeof val === \"object\")\n return unpackToArray(val, options);\n if (Array.isArray(val))\n return val;\n return {\n [typeof options.key === \"function\" ? options.key(ctx) : options.key]: kFn(ctx),\n [typeof options.value === \"function\" ? options.value(ctx) : options.value]: val\n };\n }).flat());\n }\n return unpacked;\n}\n\nfunction unpackToString(value, options) {\n return Object.entries(value).map(([key, value2]) => {\n if (typeof value2 === \"object\")\n value2 = unpackToString(value2, options);\n if (options.resolve) {\n const resolved = options.resolve({ key, value: value2 });\n if (typeof resolved !== \"undefined\")\n return resolved;\n }\n if (typeof value2 === \"number\")\n value2 = value2.toString();\n if (typeof value2 === \"string\" && options.wrapValue) {\n value2 = value2.replace(new RegExp(options.wrapValue, \"g\"), `\\\\${options.wrapValue}`);\n value2 = `${options.wrapValue}${value2}${options.wrapValue}`;\n }\n return `${key}${options.keyValueSeparator || \"\"}${value2}`;\n }).join(options.entrySeparator || \"\");\n}\n\nconst p = (p2) => ({ keyValue: p2, metaKey: \"property\" });\nconst k = (p2) => ({ keyValue: p2 });\nconst MetaPackingSchema = {\n appleItunesApp: {\n unpack: {\n entrySeparator: \", \",\n resolve({ key, value }) {\n return `${fixKeyCase(key)}=${value}`;\n }\n }\n },\n articleExpirationTime: p(\"article:expiration_time\"),\n articleModifiedTime: p(\"article:modified_time\"),\n articlePublishedTime: p(\"article:published_time\"),\n bookReleaseDate: p(\"book:release_date\"),\n charset: {\n metaKey: \"charset\"\n },\n contentSecurityPolicy: {\n unpack: {\n entrySeparator: \"; \",\n resolve({ key, value }) {\n return `${fixKeyCase(key)} ${value}`;\n }\n },\n metaKey: \"http-equiv\"\n },\n contentType: {\n metaKey: \"http-equiv\"\n },\n defaultStyle: {\n metaKey: \"http-equiv\"\n },\n fbAppId: p(\"fb:app_id\"),\n msapplicationConfig: k(\"msapplication-Config\"),\n msapplicationTileColor: k(\"msapplication-TileColor\"),\n msapplicationTileImage: k(\"msapplication-TileImage\"),\n ogAudioSecureUrl: p(\"og:audio:secure_url\"),\n ogAudioUrl: p(\"og:audio\"),\n ogImageSecureUrl: p(\"og:image:secure_url\"),\n ogImageUrl: p(\"og:image\"),\n ogSiteName: p(\"og:site_name\"),\n ogVideoSecureUrl: p(\"og:video:secure_url\"),\n ogVideoUrl: p(\"og:video\"),\n profileFirstName: p(\"profile:first_name\"),\n profileLastName: p(\"profile:last_name\"),\n profileUsername: p(\"profile:username\"),\n refresh: {\n metaKey: \"http-equiv\",\n unpack: {\n entrySeparator: \";\",\n resolve({ key, value }) {\n if (key === \"seconds\")\n return `${value}`;\n }\n }\n },\n robots: {\n unpack: {\n entrySeparator: \", \",\n resolve({ key, value }) {\n if (typeof value === \"boolean\")\n return `${fixKeyCase(key)}`;\n else\n return `${fixKeyCase(key)}:${value}`;\n }\n }\n },\n xUaCompatible: {\n metaKey: \"http-equiv\"\n }\n};\nconst openGraphNamespaces = [\n \"og\",\n \"book\",\n \"article\",\n \"profile\"\n];\nfunction resolveMetaKeyType(key) {\n const fKey = fixKeyCase(key).split(\":\")[0];\n if (openGraphNamespaces.includes(fKey))\n return \"property\";\n return MetaPackingSchema[key]?.metaKey || \"name\";\n}\nfunction resolveMetaKeyValue(key) {\n return MetaPackingSchema[key]?.keyValue || fixKeyCase(key);\n}\nfunction fixKeyCase(key) {\n const updated = key.replace(/([A-Z])/g, \"-$1\").toLowerCase();\n const fKey = updated.split(\"-\")[0];\n if (openGraphNamespaces.includes(fKey) || fKey === \"twitter\")\n return key.replace(/([A-Z])/g, \":$1\").toLowerCase();\n return updated;\n}\nfunction changeKeyCasingDeep(input) {\n if (Array.isArray(input)) {\n return input.map((entry) => changeKeyCasingDeep(entry));\n }\n if (typeof input !== \"object\" || Array.isArray(input))\n return input;\n const output = {};\n for (const [key, value] of Object.entries(input))\n output[fixKeyCase(key)] = changeKeyCasingDeep(value);\n return output;\n}\nfunction resolvePackedMetaObjectValue(value, key) {\n const definition = MetaPackingSchema[key];\n if (key === \"refresh\")\n return `${value.seconds};url=${value.url}`;\n return unpackToString(\n changeKeyCasingDeep(value),\n {\n keyValueSeparator: \"=\",\n entrySeparator: \", \",\n resolve({ value: value2, key: key2 }) {\n if (value2 === null)\n return \"\";\n if (typeof value2 === \"boolean\")\n return `${key2}`;\n },\n ...definition?.unpack\n }\n );\n}\nconst ObjectArrayEntries = [\"og:image\", \"og:video\", \"og:audio\", \"twitter:image\"];\nfunction sanitize(input) {\n const out = {};\n Object.entries(input).forEach(([k2, v]) => {\n if (String(v) !== \"false\" && k2)\n out[k2] = v;\n });\n return out;\n}\nfunction handleObjectEntry(key, v) {\n const value = sanitize(v);\n const fKey = fixKeyCase(key);\n const attr = resolveMetaKeyType(fKey);\n if (ObjectArrayEntries.includes(fKey)) {\n const input = {};\n Object.entries(value).forEach(([k2, v2]) => {\n input[`${key}${k2 === \"url\" ? \"\" : `${k2.charAt(0).toUpperCase()}${k2.slice(1)}`}`] = v2;\n });\n return unpackMeta(input).sort((a, b) => (a[attr]?.length || 0) - (b[attr]?.length || 0));\n }\n return [{ [attr]: fKey, ...value }];\n}\nfunction unpackMeta(input) {\n const extras = [];\n const primitives = {};\n Object.entries(input).forEach(([key, value]) => {\n if (!Array.isArray(value)) {\n if (typeof value === \"object\" && value) {\n if (ObjectArrayEntries.includes(fixKeyCase(key))) {\n extras.push(...handleObjectEntry(key, value));\n return;\n }\n primitives[key] = sanitize(value);\n } else {\n primitives[key] = value;\n }\n return;\n }\n value.forEach((v) => {\n extras.push(...typeof v === \"string\" ? unpackMeta({ [key]: v }) : handleObjectEntry(key, v));\n });\n });\n const meta = unpackToArray(primitives, {\n key({ key }) {\n return resolveMetaKeyType(key);\n },\n value({ key }) {\n return key === \"charset\" ? \"charset\" : \"content\";\n },\n resolveKeyData({ key }) {\n return resolveMetaKeyValue(key);\n },\n resolveValueData({ value, key }) {\n if (value === null)\n return \"_null\";\n if (typeof value === \"object\")\n return resolvePackedMetaObjectValue(value, key);\n return typeof value === \"number\" ? value.toString() : value;\n }\n });\n return [...extras, ...meta].map((m) => {\n if (m.content === \"_null\")\n m.content = null;\n return m;\n });\n}\nfunction packMeta(inputs) {\n const mappedPackingSchema = Object.entries(MetaPackingSchema).map(([key, value]) => [key, value.keyValue]);\n return packArray(inputs, {\n key: [\"name\", \"property\", \"httpEquiv\", \"http-equiv\", \"charset\"],\n value: [\"content\", \"charset\"],\n resolveKey(k2) {\n let key = mappedPackingSchema.filter((sk) => sk[1] === k2)?.[0]?.[0] || k2;\n const replacer = (_, letter) => letter?.toUpperCase();\n key = key.replace(/:([a-z])/g, replacer).replace(/-([a-z])/g, replacer);\n return key;\n }\n });\n}\n\nconst WhitelistAttributes = {\n htmlAttrs: [\"id\", \"class\", \"lang\", \"dir\"],\n bodyAttrs: [\"id\", \"class\"],\n meta: [\"id\", \"name\", \"property\", \"charset\", \"content\"],\n noscript: [\"id\", \"textContent\"],\n script: [\"id\", \"type\", \"textContent\"],\n link: [\"id\", \"color\", \"crossorigin\", \"fetchpriority\", \"href\", \"hreflang\", \"imagesrcset\", \"imagesizes\", \"integrity\", \"media\", \"referrerpolicy\", \"rel\", \"sizes\", \"type\"]\n};\nfunction acceptDataAttrs(value) {\n const filtered = {};\n Object.keys(value || {}).filter((a) => a.startsWith(\"data-\")).forEach((a) => {\n filtered[a] = value[a];\n });\n return filtered;\n}\nfunction whitelistSafeInput(input) {\n const filtered = {};\n Object.keys(input).forEach((key) => {\n const tagValue = input[key];\n if (!tagValue)\n return;\n switch (key) {\n case \"title\":\n case \"titleTemplate\":\n case \"templateParams\":\n filtered[key] = tagValue;\n break;\n case \"htmlAttrs\":\n case \"bodyAttrs\":\n filtered[key] = acceptDataAttrs(tagValue);\n WhitelistAttributes[key].forEach((a) => {\n if (tagValue[a])\n filtered[key][a] = tagValue[a];\n });\n break;\n case \"meta\":\n if (Array.isArray(tagValue)) {\n filtered[key] = tagValue.map((meta) => {\n const safeMeta = acceptDataAttrs(meta);\n WhitelistAttributes.meta.forEach((key2) => {\n if (meta[key2])\n safeMeta[key2] = meta[key2];\n });\n return safeMeta;\n }).filter((meta) => Object.keys(meta).length > 0);\n }\n break;\n case \"link\":\n if (Array.isArray(tagValue)) {\n filtered[key] = tagValue.map((meta) => {\n const link = acceptDataAttrs(meta);\n WhitelistAttributes.link.forEach((key2) => {\n const val = meta[key2];\n if (key2 === \"rel\" && [\"stylesheet\", \"canonical\", \"modulepreload\", \"prerender\", \"preload\", \"prefetch\"].includes(val))\n return;\n if (key2 === \"href\") {\n if (val.includes(\"javascript:\") || val.includes(\"data:\"))\n return;\n link[key2] = val;\n } else if (val) {\n link[key2] = val;\n }\n });\n return link;\n }).filter((link) => Object.keys(link).length > 1 && !!link.rel);\n }\n break;\n case \"noscript\":\n if (Array.isArray(tagValue)) {\n filtered[key] = tagValue.map((meta) => {\n const noscript = acceptDataAttrs(meta);\n WhitelistAttributes.noscript.forEach((key2) => {\n if (meta[key2])\n noscript[key2] = meta[key2];\n });\n return noscript;\n }).filter((meta) => Object.keys(meta).length > 0);\n }\n break;\n case \"script\":\n if (Array.isArray(tagValue)) {\n filtered[key] = tagValue.map((script) => {\n const safeScript = acceptDataAttrs(script);\n WhitelistAttributes.script.forEach((s) => {\n if (script[s]) {\n if (s === \"textContent\") {\n try {\n const jsonVal = typeof script[s] === \"string\" ? JSON.parse(script[s]) : script[s];\n safeScript[s] = JSON.stringify(jsonVal, null, 0);\n } catch (e) {\n }\n } else {\n safeScript[s] = script[s];\n }\n }\n });\n return safeScript;\n }).filter((meta) => Object.keys(meta).length > 0);\n }\n break;\n }\n });\n return filtered;\n}\n\nasync function normaliseTag(tagName, input, e) {\n const tag = {\n tag: tagName,\n props: await normaliseProps(\n // explicitly check for an object\n // @ts-expect-error untyped\n typeof input === \"object\" && typeof input !== \"function\" && !(input instanceof Promise) ? { ...input } : { [[\"script\", \"noscript\", \"style\"].includes(tagName) ? \"innerHTML\" : \"textContent\"]: input },\n [\"templateParams\", \"titleTemplate\"].includes(tagName)\n )\n };\n TagConfigKeys.forEach((k) => {\n const val = typeof tag.props[k] !== \"undefined\" ? tag.props[k] : e[k];\n if (typeof val !== \"undefined\") {\n if (![\"innerHTML\", \"textContent\", \"children\"].includes(k) || TagsWithInnerContent.includes(tag.tag)) {\n tag[k === \"children\" ? \"innerHTML\" : k] = val;\n }\n delete tag.props[k];\n }\n });\n if (tag.props.body) {\n tag.tagPosition = \"bodyClose\";\n delete tag.props.body;\n }\n if (tag.tag === \"script\") {\n if (typeof tag.innerHTML === \"object\") {\n tag.innerHTML = JSON.stringify(tag.innerHTML);\n tag.props.type = tag.props.type || \"application/json\";\n }\n }\n return Array.isArray(tag.props.content) ? tag.props.content.map((v) => ({ ...tag, props: { ...tag.props, content: v } })) : tag;\n}\nfunction normaliseStyleClassProps(key, v) {\n const sep = key === \"class\" ? \" \" : \";\";\n if (typeof v === \"object\" && !Array.isArray(v)) {\n v = Object.entries(v).filter(([, v2]) => v2).map(([k, v2]) => key === \"style\" ? `${k}:${v2}` : k);\n }\n return (Array.isArray(v) ? v.join(sep) : v)?.split(sep).filter((c) => c.trim()).filter(Boolean).join(sep);\n}\nasync function normaliseProps(props, virtual) {\n for (const k of Object.keys(props)) {\n if ([\"class\", \"style\"].includes(k)) {\n props[k] = normaliseStyleClassProps(k, props[k]);\n continue;\n }\n if (props[k] instanceof Promise)\n props[k] = await props[k];\n if (!virtual && !TagConfigKeys.includes(k)) {\n const v = String(props[k]);\n const isDataKey = k.startsWith(\"data-\");\n if (v === \"true\" || v === \"\") {\n props[k] = isDataKey ? \"true\" : true;\n } else if (!props[k]) {\n if (isDataKey && v === \"false\")\n props[k] = \"false\";\n else\n delete props[k];\n }\n }\n }\n return props;\n}\nconst TagEntityBits = 10;\nasync function normaliseEntryTags(e) {\n const tagPromises = [];\n Object.entries(e.resolvedInput).filter(([k, v]) => typeof v !== \"undefined\" && ValidHeadTags.includes(k)).forEach(([k, value]) => {\n const v = asArray$1(value);\n tagPromises.push(...v.map((props) => normaliseTag(k, props, e)).flat());\n });\n return (await Promise.all(tagPromises)).flat().filter(Boolean).map((t, i) => {\n t._e = e._i;\n e.mode && (t._m = e.mode);\n t._p = (e._i << TagEntityBits) + i;\n return t;\n });\n}\n\nconst TAG_WEIGHTS = {\n // tags\n base: -10,\n title: 10\n};\nconst TAG_ALIASES = {\n // relative scores to their default values\n critical: -80,\n high: -10,\n low: 20\n};\nfunction tagWeight(tag) {\n let weight = 100;\n const priority = tag.tagPriority;\n if (typeof priority === \"number\")\n return priority;\n if (tag.tag === \"meta\") {\n if (tag.props[\"http-equiv\"] === \"content-security-policy\")\n weight = -30;\n if (tag.props.charset)\n weight = -20;\n if (tag.props.name === \"viewport\")\n weight = -15;\n } else if (tag.tag === \"link\" && tag.props.rel === \"preconnect\") {\n weight = 20;\n } else if (tag.tag in TAG_WEIGHTS) {\n weight = TAG_WEIGHTS[tag.tag];\n }\n if (typeof priority === \"string\" && priority in TAG_ALIASES) {\n return weight + TAG_ALIASES[priority];\n }\n return weight;\n}\nconst SortModifiers = [{ prefix: \"before:\", offset: -1 }, { prefix: \"after:\", offset: 1 }];\n\nconst NetworkEvents = [\"onload\", \"onerror\", \"onabort\", \"onprogress\", \"onloadstart\"];\nconst ScriptNetworkEvents = [\"onload\", \"onerror\"];\n\nconst sepSub = \"%separator\";\nfunction processTemplateParams(s, p, sep) {\n if (typeof s !== \"string\" || !s.includes(\"%\"))\n return s;\n function sub(token) {\n let val;\n if ([\"s\", \"pageTitle\"].includes(token)) {\n val = p.pageTitle;\n } else if (token.includes(\".\")) {\n val = token.split(\".\").reduce((acc, key) => acc ? acc[key] || void 0 : void 0, p);\n } else {\n val = p[token];\n }\n return typeof val !== \"undefined\" ? (val || \"\").replace(/\"/g, '\\\\\"') : false;\n }\n let decoded = s;\n try {\n decoded = decodeURI(s);\n } catch {\n }\n const tokens = (decoded.match(/%(\\w+\\.+\\w+)|%(\\w+)/g) || []).sort().reverse();\n tokens.forEach((token) => {\n const re = sub(token.slice(1));\n if (typeof re === \"string\") {\n s = s.replace(new RegExp(`\\\\${token}(\\\\W|$)`, \"g\"), (_, args) => `${re}${args}`).trim();\n }\n });\n if (s.includes(sepSub)) {\n if (s.endsWith(sepSub))\n s = s.slice(0, -sepSub.length).trim();\n if (s.startsWith(sepSub))\n s = s.slice(sepSub.length).trim();\n s = s.replace(new RegExp(`\\\\${sepSub}\\\\s*\\\\${sepSub}`, \"g\"), sepSub);\n s = processTemplateParams(s, { separator: sep }, sep);\n }\n return s;\n}\n\nexport { HasElementTags, IsBrowser, NetworkEvents, ScriptNetworkEvents, SelfClosingTags, SortModifiers, TAG_ALIASES, TAG_WEIGHTS, TagConfigKeys, TagEntityBits, TagsWithInnerContent, UniqueTags, ValidHeadTags, asArray$1 as asArray, composableNames, defineHeadPlugin, hashCode, hashTag, normaliseEntryTags, normaliseProps, normaliseStyleClassProps, normaliseTag, packMeta, processTemplateParams, resolveMetaKeyType, resolveMetaKeyValue, resolvePackedMetaObjectValue, resolveTitleTemplate, tagDedupeKey, tagWeight, unpackMeta, whitelistSafeInput };\n", "function flatHooks(configHooks, hooks = {}, parentName) {\n for (const key in configHooks) {\n const subHook = configHooks[key];\n const name = parentName ? `${parentName}:${key}` : key;\n if (typeof subHook === \"object\" && subHook !== null) {\n flatHooks(subHook, hooks, name);\n } else if (typeof subHook === \"function\") {\n hooks[name] = subHook;\n }\n }\n return hooks;\n}\nfunction mergeHooks(...hooks) {\n const finalHooks = {};\n for (const hook of hooks) {\n const flatenHook = flatHooks(hook);\n for (const key in flatenHook) {\n if (finalHooks[key]) {\n finalHooks[key].push(flatenHook[key]);\n } else {\n finalHooks[key] = [flatenHook[key]];\n }\n }\n }\n for (const key in finalHooks) {\n if (finalHooks[key].length > 1) {\n const array = finalHooks[key];\n finalHooks[key] = (...arguments_) => serial(array, (function_) => function_(...arguments_));\n } else {\n finalHooks[key] = finalHooks[key][0];\n }\n }\n return finalHooks;\n}\nfunction serial(tasks, function_) {\n return tasks.reduce(\n (promise, task) => promise.then(() => function_(task)),\n Promise.resolve()\n );\n}\nconst defaultTask = { run: (function_) => function_() };\nconst _createTask = () => defaultTask;\nconst createTask = typeof console.createTask !== \"undefined\" ? console.createTask : _createTask;\nfunction serialTaskCaller(hooks, args) {\n const name = args.shift();\n const task = createTask(name);\n return hooks.reduce(\n (promise, hookFunction) => promise.then(() => task.run(() => hookFunction(...args))),\n Promise.resolve()\n );\n}\nfunction parallelTaskCaller(hooks, args) {\n const name = args.shift();\n const task = createTask(name);\n return Promise.all(hooks.map((hook) => task.run(() => hook(...args))));\n}\nfunction serialCaller(hooks, arguments_) {\n return hooks.reduce(\n (promise, hookFunction) => promise.then(() => hookFunction(...arguments_ || [])),\n Promise.resolve()\n );\n}\nfunction parallelCaller(hooks, args) {\n return Promise.all(hooks.map((hook) => hook(...args || [])));\n}\nfunction callEachWith(callbacks, arg0) {\n for (const callback of [...callbacks]) {\n callback(arg0);\n }\n}\n\nclass Hookable {\n constructor() {\n this._hooks = {};\n this._before = void 0;\n this._after = void 0;\n this._deprecatedMessages = void 0;\n this._deprecatedHooks = {};\n this.hook = this.hook.bind(this);\n this.callHook = this.callHook.bind(this);\n this.callHookWith = this.callHookWith.bind(this);\n }\n hook(name, function_, options = {}) {\n if (!name || typeof function_ !== \"function\") {\n return () => {\n };\n }\n const originalName = name;\n let dep;\n while (this._deprecatedHooks[name]) {\n dep = this._deprecatedHooks[name];\n name = dep.to;\n }\n if (dep && !options.allowDeprecated) {\n let message = dep.message;\n if (!message) {\n message = `${originalName} hook has been deprecated` + (dep.to ? `, please use ${dep.to}` : \"\");\n }\n if (!this._deprecatedMessages) {\n this._deprecatedMessages = /* @__PURE__ */ new Set();\n }\n if (!this._deprecatedMessages.has(message)) {\n console.warn(message);\n this._deprecatedMessages.add(message);\n }\n }\n if (!function_.name) {\n try {\n Object.defineProperty(function_, \"name\", {\n get: () => \"_\" + name.replace(/\\W+/g, \"_\") + \"_hook_cb\",\n configurable: true\n });\n } catch {\n }\n }\n this._hooks[name] = this._hooks[name] || [];\n this._hooks[name].push(function_);\n return () => {\n if (function_) {\n this.removeHook(name, function_);\n function_ = void 0;\n }\n };\n }\n hookOnce(name, function_) {\n let _unreg;\n let _function = (...arguments_) => {\n if (typeof _unreg === \"function\") {\n _unreg();\n }\n _unreg = void 0;\n _function = void 0;\n return function_(...arguments_);\n };\n _unreg = this.hook(name, _function);\n return _unreg;\n }\n removeHook(name, function_) {\n if (this._hooks[name]) {\n const index = this._hooks[name].indexOf(function_);\n if (index !== -1) {\n this._hooks[name].splice(index, 1);\n }\n if (this._hooks[name].length === 0) {\n delete this._hooks[name];\n }\n }\n }\n deprecateHook(name, deprecated) {\n this._deprecatedHooks[name] = typeof deprecated === \"string\" ? { to: deprecated } : deprecated;\n const _hooks = this._hooks[name] || [];\n delete this._hooks[name];\n for (const hook of _hooks) {\n this.hook(name, hook);\n }\n }\n deprecateHooks(deprecatedHooks) {\n Object.assign(this._deprecatedHooks, deprecatedHooks);\n for (const name in deprecatedHooks) {\n this.deprecateHook(name, deprecatedHooks[name]);\n }\n }\n addHooks(configHooks) {\n const hooks = flatHooks(configHooks);\n const removeFns = Object.keys(hooks).map(\n (key) => this.hook(key, hooks[key])\n );\n return () => {\n for (const unreg of removeFns.splice(0, removeFns.length)) {\n unreg();\n }\n };\n }\n removeHooks(configHooks) {\n const hooks = flatHooks(configHooks);\n for (const key in hooks) {\n this.removeHook(key, hooks[key]);\n }\n }\n removeAllHooks() {\n for (const key in this._hooks) {\n delete this._hooks[key];\n }\n }\n callHook(name, ...arguments_) {\n arguments_.unshift(name);\n return this.callHookWith(serialTaskCaller, name, ...arguments_);\n }\n callHookParallel(name, ...arguments_) {\n arguments_.unshift(name);\n return this.callHookWith(parallelTaskCaller, name, ...arguments_);\n }\n callHookWith(caller, name, ...arguments_) {\n const event = this._before || this._after ? { name, args: arguments_, context: {} } : void 0;\n if (this._before) {\n callEachWith(this._before, event);\n }\n const result = caller(\n name in this._hooks ? [...this._hooks[name]] : [],\n arguments_\n );\n if (result instanceof Promise) {\n return result.finally(() => {\n if (this._after && event) {\n callEachWith(this._after, event);\n }\n });\n }\n if (this._after && event) {\n callEachWith(this._after, event);\n }\n return result;\n }\n beforeEach(function_) {\n this._before = this._before || [];\n this._before.push(function_);\n return () => {\n if (this._before !== void 0) {\n const index = this._before.indexOf(function_);\n if (index !== -1) {\n this._before.splice(index, 1);\n }\n }\n };\n }\n afterEach(function_) {\n this._after = this._after || [];\n this._after.push(function_);\n return () => {\n if (this._after !== void 0) {\n const index = this._after.indexOf(function_);\n if (index !== -1) {\n this._after.splice(index, 1);\n }\n }\n };\n }\n}\nfunction createHooks() {\n return new Hookable();\n}\n\nconst isBrowser = typeof window !== \"undefined\";\nfunction createDebugger(hooks, _options = {}) {\n const options = {\n inspect: isBrowser,\n group: isBrowser,\n filter: () => true,\n ..._options\n };\n const _filter = options.filter;\n const filter = typeof _filter === \"string\" ? (name) => name.startsWith(_filter) : _filter;\n const _tag = options.tag ? `[${options.tag}] ` : \"\";\n const logPrefix = (event) => _tag + event.name + \"\".padEnd(event._id, \"\\0\");\n const _idCtr = {};\n const unsubscribeBefore = hooks.beforeEach((event) => {\n if (filter !== void 0 && !filter(event.name)) {\n return;\n }\n _idCtr[event.name] = _idCtr[event.name] || 0;\n event._id = _idCtr[event.name]++;\n console.time(logPrefix(event));\n });\n const unsubscribeAfter = hooks.afterEach((event) => {\n if (filter !== void 0 && !filter(event.name)) {\n return;\n }\n if (options.group) {\n console.groupCollapsed(event.name);\n }\n if (options.inspect) {\n console.timeLog(logPrefix(event), event.args);\n } else {\n console.timeEnd(logPrefix(event));\n }\n if (options.group) {\n console.groupEnd();\n }\n _idCtr[event.name]--;\n });\n return {\n /** Stop debugging and remove listeners */\n close: () => {\n unsubscribeBefore();\n unsubscribeAfter();\n }\n };\n}\n\nexport { Hookable, createDebugger, createHooks, flatHooks, mergeHooks, parallelCaller, serial, serialCaller };\n", "import { HasElementTags, hashTag, normaliseProps, tagDedupeKey, defineHeadPlugin } from '@unhead/shared';\n\nasync function renderDOMHead(head, options = {}) {\n const dom = options.document || head.resolvedOptions.document;\n if (!dom || !head.dirty)\n return;\n const beforeRenderCtx = { shouldRender: true, tags: [] };\n await head.hooks.callHook(\"dom:beforeRender\", beforeRenderCtx);\n if (!beforeRenderCtx.shouldRender)\n return;\n const tags = (await head.resolveTags()).map((tag) => ({\n tag,\n id: HasElementTags.includes(tag.tag) ? hashTag(tag) : tag.tag,\n shouldRender: true\n }));\n let state = head._dom;\n if (!state) {\n state = {\n elMap: { htmlAttrs: dom.documentElement, bodyAttrs: dom.body }\n };\n for (const key of [\"body\", \"head\"]) {\n const children = dom[key]?.children;\n const tags2 = [];\n for (const c of [...children].filter((c2) => HasElementTags.includes(c2.tagName.toLowerCase()))) {\n const t = {\n tag: c.tagName.toLowerCase(),\n props: await normaliseProps(\n c.getAttributeNames().reduce((props, name) => ({ ...props, [name]: c.getAttribute(name) }), {})\n ),\n innerHTML: c.innerHTML\n };\n let i = 1;\n let d = tagDedupeKey(t);\n while (d && tags2.find((t2) => t2._d === d))\n d = `${d}:${i++}`;\n t._d = d || void 0;\n tags2.push(t);\n state.elMap[c.getAttribute(\"data-hid\") || hashTag(t)] = c;\n }\n }\n }\n state.pendingSideEffects = { ...state.sideEffects || {} };\n state.sideEffects = {};\n function track(id, scope, fn) {\n const k = `${id}:${scope}`;\n state.sideEffects[k] = fn;\n delete state.pendingSideEffects[k];\n }\n function trackCtx({ id, $el, tag }) {\n const isAttrTag = tag.tag.endsWith(\"Attrs\");\n state.elMap[id] = $el;\n if (!isAttrTag) {\n [\"textContent\", \"innerHTML\"].forEach((k) => {\n tag[k] && tag[k] !== $el[k] && ($el[k] = tag[k]);\n });\n track(id, \"el\", () => {\n state.elMap[id]?.remove();\n delete state.elMap[id];\n });\n }\n for (const [k, value] of Object.entries(tag._eventHandlers || {})) {\n if ($el.getAttribute(`data-${k}`) !== \"\") {\n (tag.tag === \"bodyAttrs\" ? dom.defaultView : $el).addEventListener(k.replace(\"on\", \"\"), value.bind($el));\n $el.setAttribute(`data-${k}`, \"\");\n }\n }\n Object.entries(tag.props).forEach(([k, value]) => {\n const ck = `attr:${k}`;\n if (k === \"class\") {\n for (const c of (value || \"\").split(\" \").filter(Boolean)) {\n isAttrTag && track(id, `${ck}:${c}`, () => $el.classList.remove(c));\n !$el.classList.contains(c) && $el.classList.add(c);\n }\n } else if (k === \"style\") {\n for (const c of (value || \"\").split(\";\").filter(Boolean)) {\n const [k2, ...v] = c.split(\":\").map((s) => s.trim());\n track(id, `${ck}:${c}:${k2}`, () => {\n $el.style.removeProperty(k2);\n });\n $el.style.setProperty(k2, v.join(\":\"));\n }\n } else {\n $el.getAttribute(k) !== value && $el.setAttribute(k, value === true ? \"\" : String(value));\n isAttrTag && track(id, ck, () => $el.removeAttribute(k));\n }\n });\n }\n const pending = [];\n const frag = {\n bodyClose: void 0,\n bodyOpen: void 0,\n head: void 0\n };\n for (const ctx of tags) {\n const { tag, shouldRender, id } = ctx;\n if (!shouldRender)\n continue;\n if (tag.tag === \"title\") {\n dom.title = tag.textContent;\n continue;\n }\n ctx.$el = ctx.$el || state.elMap[id];\n if (ctx.$el)\n trackCtx(ctx);\n else\n HasElementTags.includes(tag.tag) && pending.push(ctx);\n }\n for (const ctx of pending) {\n const pos = ctx.tag.tagPosition || \"head\";\n ctx.$el = dom.createElement(ctx.tag.tag);\n trackCtx(ctx);\n frag[pos] = frag[pos] || dom.createDocumentFragment();\n frag[pos].appendChild(ctx.$el);\n }\n for (const ctx of tags)\n await head.hooks.callHook(\"dom:renderTag\", ctx, dom, track);\n frag.head && dom.head.appendChild(frag.head);\n frag.bodyOpen && dom.body.insertBefore(frag.bodyOpen, dom.body.firstChild);\n frag.bodyClose && dom.body.appendChild(frag.bodyClose);\n Object.values(state.pendingSideEffects).forEach((fn) => fn());\n head._dom = state;\n head.dirty = false;\n await head.hooks.callHook(\"dom:rendered\", { renders: tags });\n}\n\nasync function debouncedRenderDOMHead(head, options = {}) {\n const fn = options.delayFn || ((fn2) => setTimeout(fn2, 10));\n return head._domUpdatePromise = head._domUpdatePromise || new Promise((resolve) => fn(async () => {\n await renderDOMHead(head, options);\n delete head._domUpdatePromise;\n resolve();\n }));\n}\n\n// @__NO_SIDE_EFFECTS__\nfunction DomPlugin(options) {\n return defineHeadPlugin((head) => {\n const initialPayload = head.resolvedOptions.document?.head.querySelector('script[id=\"unhead:payload\"]')?.innerHTML || false;\n initialPayload && head.push(JSON.parse(initialPayload));\n return {\n mode: \"client\",\n hooks: {\n \"entries:updated\": function(head2) {\n debouncedRenderDOMHead(head2, options);\n }\n }\n };\n });\n}\n\nexport { DomPlugin, debouncedRenderDOMHead, renderDOMHead };\n", "import { createHooks } from 'hookable';\nimport { DomPlugin } from '@unhead/dom';\nimport { defineHeadPlugin, tagDedupeKey, tagWeight, HasElementTags, NetworkEvents, hashCode, SortModifiers, processTemplateParams, resolveTitleTemplate, IsBrowser, normaliseEntryTags, composableNames, whitelistSafeInput, unpackMeta, ScriptNetworkEvents } from '@unhead/shared';\nexport { composableNames } from '@unhead/shared';\n\nconst UsesMergeStrategy = [\"templateParams\", \"htmlAttrs\", \"bodyAttrs\"];\nconst DedupePlugin = defineHeadPlugin({\n hooks: {\n \"tag:normalise\": function({ tag }) {\n [\"hid\", \"vmid\", \"key\"].forEach((key) => {\n if (tag.props[key]) {\n tag.key = tag.props[key];\n delete tag.props[key];\n }\n });\n const generatedKey = tagDedupeKey(tag);\n const dedupe = generatedKey || (tag.key ? `${tag.tag}:${tag.key}` : false);\n if (dedupe)\n tag._d = dedupe;\n },\n \"tags:resolve\": function(ctx) {\n const deduping = {};\n ctx.tags.forEach((tag) => {\n const dedupeKey = (tag.key ? `${tag.tag}:${tag.key}` : tag._d) || tag._p;\n const dupedTag = deduping[dedupeKey];\n if (dupedTag) {\n let strategy = tag?.tagDuplicateStrategy;\n if (!strategy && UsesMergeStrategy.includes(tag.tag))\n strategy = \"merge\";\n if (strategy === \"merge\") {\n const oldProps = dupedTag.props;\n [\"class\", \"style\"].forEach((key) => {\n if (oldProps[key]) {\n if (tag.props[key]) {\n if (key === \"style\" && !oldProps[key].endsWith(\";\"))\n oldProps[key] += \";\";\n tag.props[key] = `${oldProps[key]} ${tag.props[key]}`;\n } else {\n tag.props[key] = oldProps[key];\n }\n }\n });\n deduping[dedupeKey].props = {\n ...oldProps,\n ...tag.props\n };\n return;\n } else if (tag._e === dupedTag._e) {\n dupedTag._duped = dupedTag._duped || [];\n tag._d = `${dupedTag._d}:${dupedTag._duped.length + 1}`;\n dupedTag._duped.push(tag);\n return;\n } else if (tagWeight(tag) > tagWeight(dupedTag)) {\n return;\n }\n }\n const propCount = Object.keys(tag.props).length + (tag.innerHTML ? 1 : 0) + (tag.textContent ? 1 : 0);\n if (HasElementTags.includes(tag.tag) && propCount === 0) {\n delete deduping[dedupeKey];\n return;\n }\n deduping[dedupeKey] = tag;\n });\n const newTags = [];\n Object.values(deduping).forEach((tag) => {\n const dupes = tag._duped;\n delete tag._duped;\n newTags.push(tag);\n if (dupes)\n newTags.push(...dupes);\n });\n ctx.tags = newTags;\n ctx.tags = ctx.tags.filter((t) => !(t.tag === \"meta\" && (t.props.name || t.props.property) && !t.props.content));\n }\n }\n});\n\nconst PayloadPlugin = defineHeadPlugin({\n mode: \"server\",\n hooks: {\n \"tags:resolve\": function(ctx) {\n const payload = {};\n ctx.tags.filter((tag) => [\"titleTemplate\", \"templateParams\", \"title\"].includes(tag.tag) && tag._m === \"server\").forEach((tag) => {\n payload[tag.tag] = tag.tag.startsWith(\"title\") ? tag.textContent : tag.props;\n });\n Object.keys(payload).length && ctx.tags.push({\n tag: \"script\",\n innerHTML: JSON.stringify(payload),\n props: { id: \"unhead:payload\", type: \"application/json\" }\n });\n }\n }\n});\n\nconst ValidEventTags = [\"script\", \"link\", \"bodyAttrs\"];\nconst EventHandlersPlugin = defineHeadPlugin((head) => ({\n hooks: {\n \"tags:resolve\": function(ctx) {\n for (const tag of ctx.tags.filter((t) => ValidEventTags.includes(t.tag))) {\n Object.entries(tag.props).forEach(([key, value]) => {\n if (key.startsWith(\"on\") && typeof value === \"function\") {\n if (head.ssr && NetworkEvents.includes(key))\n tag.props[key] = `this.dataset.${key}fired = true`;\n else\n delete tag.props[key];\n tag._eventHandlers = tag._eventHandlers || {};\n tag._eventHandlers[key] = value;\n }\n });\n if (head.ssr && tag._eventHandlers && (tag.props.src || tag.props.href))\n tag.key = tag.key || hashCode(tag.props.src || tag.props.href);\n }\n },\n \"dom:renderTag\": function({ $el, tag }) {\n for (const k of Object.keys($el?.dataset || {}).filter((k2) => NetworkEvents.some((e) => `${e}fired` === k2))) {\n const ek = k.replace(\"fired\", \"\");\n tag._eventHandlers?.[ek]?.call($el, new Event(ek.replace(\"on\", \"\")));\n }\n }\n }\n}));\n\nconst DupeableTags = [\"link\", \"style\", \"script\", \"noscript\"];\nconst HashKeyedPlugin = defineHeadPlugin({\n hooks: {\n \"tag:normalise\": ({ tag }) => {\n if (tag.key && DupeableTags.includes(tag.tag)) {\n tag.props[\"data-hid\"] = tag._h = hashCode(tag.key);\n }\n }\n }\n});\n\nconst SortPlugin = defineHeadPlugin({\n hooks: {\n \"tags:resolve\": (ctx) => {\n const tagPositionForKey = (key) => ctx.tags.find((tag) => tag._d === key)?._p;\n for (const { prefix, offset } of SortModifiers) {\n for (const tag of ctx.tags.filter((tag2) => typeof tag2.tagPriority === \"string\" && tag2.tagPriority.startsWith(prefix))) {\n const position = tagPositionForKey(\n tag.tagPriority.replace(prefix, \"\")\n );\n if (typeof position !== \"undefined\")\n tag._p = position + offset;\n }\n }\n ctx.tags.sort((a, b) => a._p - b._p).sort((a, b) => tagWeight(a) - tagWeight(b));\n }\n }\n});\n\nconst SupportedAttrs = {\n meta: \"content\",\n link: \"href\",\n htmlAttrs: \"lang\"\n};\nconst TemplateParamsPlugin = defineHeadPlugin((head) => ({\n hooks: {\n \"tags:resolve\": (ctx) => {\n const { tags } = ctx;\n const title = tags.find((tag) => tag.tag === \"title\")?.textContent;\n const idx = tags.findIndex((tag) => tag.tag === \"templateParams\");\n const params = idx !== -1 ? tags[idx].props : {};\n const sep = params.separator || \"|\";\n delete params.separator;\n params.pageTitle = processTemplateParams(params.pageTitle || title || \"\", params, sep);\n for (const tag of tags.filter((t) => t.processTemplateParams !== false)) {\n const v = SupportedAttrs[tag.tag];\n if (v && typeof tag.props[v] === \"string\") {\n tag.props[v] = processTemplateParams(tag.props[v], params, sep);\n } else if (tag.processTemplateParams === true || [\"titleTemplate\", \"title\"].includes(tag.tag)) {\n [\"innerHTML\", \"textContent\"].forEach((p) => {\n if (typeof tag[p] === \"string\")\n tag[p] = processTemplateParams(tag[p], params, sep);\n });\n }\n }\n head._templateParams = params;\n head._separator = sep;\n ctx.tags = tags.filter((tag) => tag.tag !== \"templateParams\");\n }\n }\n}));\n\nconst TitleTemplatePlugin = defineHeadPlugin({\n hooks: {\n \"tags:resolve\": (ctx) => {\n const { tags } = ctx;\n let titleTemplateIdx = tags.findIndex((i) => i.tag === \"titleTemplate\");\n const titleIdx = tags.findIndex((i) => i.tag === \"title\");\n if (titleIdx !== -1 && titleTemplateIdx !== -1) {\n const newTitle = resolveTitleTemplate(\n tags[titleTemplateIdx].textContent,\n tags[titleIdx].textContent\n );\n if (newTitle !== null) {\n tags[titleIdx].textContent = newTitle || tags[titleIdx].textContent;\n } else {\n delete tags[titleIdx];\n }\n } else if (titleTemplateIdx !== -1) {\n const newTitle = resolveTitleTemplate(\n tags[titleTemplateIdx].textContent\n );\n if (newTitle !== null) {\n tags[titleTemplateIdx].textContent = newTitle;\n tags[titleTemplateIdx].tag = \"title\";\n titleTemplateIdx = -1;\n }\n }\n if (titleTemplateIdx !== -1) {\n delete tags[titleTemplateIdx];\n }\n ctx.tags = tags.filter(Boolean);\n }\n }\n});\n\nconst XSSPlugin = defineHeadPlugin({\n hooks: {\n \"tags:afterResolve\": function(ctx) {\n for (const tag of ctx.tags) {\n if (typeof tag.innerHTML === \"string\") {\n if (tag.innerHTML && [\"application/ld+json\", \"application/json\"].includes(tag.props.type)) {\n tag.innerHTML = tag.innerHTML.replace(/ {\n head.dirty = true;\n hooks.callHook(\"entries:updated\", head);\n };\n let entryCount = 0;\n let entries = [];\n const plugins = [];\n const head = {\n plugins,\n dirty: false,\n resolvedOptions: options,\n hooks,\n headEntries() {\n return entries;\n },\n use(p) {\n const plugin = typeof p === \"function\" ? p(head) : p;\n if (!plugin.key || !plugins.some((p2) => p2.key === plugin.key)) {\n plugins.push(plugin);\n filterMode(plugin.mode, ssr) && hooks.addHooks(plugin.hooks || {});\n }\n },\n push(input, entryOptions) {\n delete entryOptions?.head;\n const entry = {\n _i: entryCount++,\n input,\n ...entryOptions\n };\n if (filterMode(entry.mode, ssr)) {\n entries.push(entry);\n updated();\n }\n return {\n dispose() {\n entries = entries.filter((e) => e._i !== entry._i);\n hooks.callHook(\"entries:updated\", head);\n updated();\n },\n // a patch is the same as creating a new entry, just a nice DX\n patch(input2) {\n entries = entries.map((e) => {\n if (e._i === entry._i) {\n e.input = entry.input = input2;\n }\n return e;\n });\n updated();\n }\n };\n },\n async resolveTags() {\n const resolveCtx = { tags: [], entries: [...entries] };\n await hooks.callHook(\"entries:resolve\", resolveCtx);\n for (const entry of resolveCtx.entries) {\n const resolved = entry.resolvedInput || entry.input;\n entry.resolvedInput = await (entry.transform ? entry.transform(resolved) : resolved);\n if (entry.resolvedInput) {\n for (const tag of await normaliseEntryTags(entry)) {\n const tagCtx = { tag, entry, resolvedOptions: head.resolvedOptions };\n await hooks.callHook(\"tag:normalise\", tagCtx);\n resolveCtx.tags.push(tagCtx.tag);\n }\n }\n }\n await hooks.callHook(\"tags:beforeResolve\", resolveCtx);\n await hooks.callHook(\"tags:resolve\", resolveCtx);\n await hooks.callHook(\"tags:afterResolve\", resolveCtx);\n return resolveCtx.tags;\n },\n ssr\n };\n [\n DedupePlugin,\n PayloadPlugin,\n EventHandlersPlugin,\n HashKeyedPlugin,\n SortPlugin,\n TemplateParamsPlugin,\n TitleTemplatePlugin,\n XSSPlugin,\n ...options?.plugins || []\n ].forEach((p) => head.use(p));\n head.hooks.callHook(\"init\", head);\n return head;\n}\n\n// @__NO_SIDE_EFFECTS__\nfunction HashHydrationPlugin() {\n return defineHeadPlugin({});\n}\n\nconst importRe = /@import/;\n// @__NO_SIDE_EFFECTS__\nfunction CapoPlugin(options) {\n return defineHeadPlugin({\n hooks: {\n \"tags:beforeResolve\": function({ tags }) {\n for (const tag of tags) {\n if (tag.tagPosition && tag.tagPosition !== \"head\")\n continue;\n tag.tagPriority = tag.tagPriority || tagWeight(tag);\n if (tag.tagPriority !== 100)\n continue;\n const isTruthy = (val) => val === \"\" || val === true;\n const isScript = tag.tag === \"script\";\n const isLink = tag.tag === \"link\";\n if (isScript && isTruthy(tag.props.async)) {\n tag.tagPriority = 30;\n } else if (tag.tag === \"style\" && tag.innerHTML && importRe.test(tag.innerHTML)) {\n tag.tagPriority = 40;\n } else if (isScript && tag.props.src && !isTruthy(tag.props.defer) && !isTruthy(tag.props.async) && tag.props.type !== \"module\" && !tag.props.type?.endsWith(\"json\")) {\n tag.tagPriority = 50;\n } else if (isLink && tag.props.rel === \"stylesheet\" || tag.tag === \"style\") {\n tag.tagPriority = 60;\n } else if (isLink && [\"preload\", \"modulepreload\"].includes(tag.props.rel)) {\n tag.tagPriority = 70;\n } else if (isScript && isTruthy(tag.props.defer) && tag.props.src && !isTruthy(tag.props.async)) {\n tag.tagPriority = 80;\n } else if (isLink && [\"prefetch\", \"dns-prefetch\", \"prerender\"].includes(tag.props.rel)) {\n tag.tagPriority = 90;\n }\n }\n options?.track && tags.push({\n tag: \"htmlAttrs\",\n props: {\n \"data-capo\": \"\"\n }\n });\n }\n }\n });\n}\n\nconst unheadComposablesImports = [\n {\n from: \"unhead\",\n imports: composableNames\n }\n];\n\nfunction getActiveHead() {\n return activeHead;\n}\n\nfunction useHead(input, options = {}) {\n const head = options.head || getActiveHead();\n return head?.push(input, options);\n}\n\nfunction useHeadSafe(input, options = {}) {\n return useHead(input, {\n ...options || {},\n transform: whitelistSafeInput\n });\n}\n\nfunction useServerHead(input, options = {}) {\n return useHead(input, { ...options, mode: \"server\" });\n}\n\nfunction useServerHeadSafe(input, options = {}) {\n return useHeadSafe(input, { ...options, mode: \"server\" });\n}\n\nfunction useSeoMeta(input, options) {\n const { title, titleTemplate, ...meta } = input;\n return useHead({\n title,\n titleTemplate,\n // we need to input the meta so the reactivity will be resolved\n // @ts-expect-error runtime type\n _flatMeta: meta\n }, {\n ...options,\n transform(t) {\n const meta2 = unpackMeta({ ...t._flatMeta });\n delete t._flatMeta;\n return {\n // @ts-expect-error runtime type\n ...t,\n meta: meta2\n };\n }\n });\n}\n\nfunction useServerSeoMeta(input, options) {\n return useSeoMeta(input, {\n ...options || {},\n mode: \"server\"\n });\n}\n\nfunction useScript(_input, _options) {\n const input = typeof _input === \"string\" ? { src: _input } : _input;\n const options = _options || {};\n const head = options.head || getActiveHead();\n if (!head)\n throw new Error(\"Missing Unhead context.\");\n const id = input.key || hashCode(input.src || (typeof input.innerHTML === \"string\" ? input.innerHTML : \"\"));\n if (head._scripts?.[id])\n return head._scripts[id];\n options.beforeInit?.();\n const syncStatus = (s) => {\n script.status = s;\n head.hooks.callHook(`script:updated`, hookCtx);\n };\n const trigger = typeof options.trigger !== \"undefined\" ? options.trigger : \"client\";\n ScriptNetworkEvents.forEach((fn) => {\n const _fn = typeof input[fn] === \"function\" ? input[fn].bind(options.eventContext) : null;\n input[fn] = (e) => {\n syncStatus(fn === \"onload\" ? \"loaded\" : fn === \"onerror\" ? \"error\" : \"loading\");\n _fn?.(e);\n };\n });\n const proxy = { value: !head.ssr && options?.use?.() || {} };\n const loadPromise = new Promise((resolve, reject) => {\n const _ = head.hooks.hook(\"script:updated\", ({ script: script2 }) => {\n if (script2.id === id && (script2.status === \"loaded\" || script2.status === \"error\")) {\n if (script2.status === \"loaded\") {\n if (typeof options.use === \"function\") {\n const api = options.use();\n api && resolve(api);\n } else {\n resolve({});\n }\n } else if (script2.status === \"error\") {\n reject(new Error(`Failed to load script: ${input.src}`));\n }\n _();\n }\n });\n }).then((api) => proxy.value = api);\n const script = {\n id,\n status: \"awaitingLoad\",\n remove() {\n if (script.entry) {\n script.entry.dispose();\n syncStatus(\"removed\");\n delete head._scripts?.[id];\n return true;\n }\n return false;\n },\n load() {\n if (!script.entry) {\n syncStatus(\"loading\");\n const defaults = {\n defer: true,\n fetchpriority: \"low\"\n };\n if (input.src && (input.src.startsWith(\"http\") || input.src.startsWith(\"//\"))) {\n defaults.crossorigin = \"anonymous\";\n defaults.referrerpolicy = \"no-referrer\";\n }\n script.entry = head.push({\n script: [{ ...defaults, ...input, key: `script.${id}` }]\n }, options);\n }\n return loadPromise;\n }\n };\n const hookCtx = { script };\n if (trigger === \"client\" && !head.ssr || trigger === \"server\" && head.ssr)\n script.load();\n else if (trigger instanceof Promise)\n trigger.then(script.load);\n else if (typeof trigger === \"function\")\n trigger(script.load);\n const instance = new Proxy(proxy, {\n get({ value: _ }, k) {\n const $script = Object.assign(loadPromise, script);\n const stub = options.stub?.({ script: $script, fn: k });\n if (stub)\n return stub;\n if (k === \"$script\")\n return $script;\n const exists = k in _ && typeof _[k] !== \"undefined\";\n head.hooks.callHook(\"script:instance-fn\", { script, fn: k, exists: k in _ });\n return exists ? Reflect.get(_, k) : (...args) => loadPromise.then((api) => {\n const _k = Reflect.get(api, k);\n return typeof _k === \"function\" ? Reflect.apply(api[k], api, args) : _k;\n });\n }\n });\n head._scripts = Object.assign(\n head._scripts || {},\n { [id]: instance }\n );\n return instance;\n}\n\nexport { CapoPlugin, HashHydrationPlugin, createHead, createHeadCore, createServerHead, getActiveHead, unheadComposablesImports, useHead, useHeadSafe, useScript, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta };\n"], + "mappings": "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", + "names": ["k", "k", "p", "k", "_a", "k2", "k", "k2", "p", "p2", "_a", "k"] +} diff --git a/node_modules/.vite/deps/chunk-UXEQ6FJP.js b/node_modules/.vite/deps/chunk-LYY3XPSO.js similarity index 99% rename from node_modules/.vite/deps/chunk-UXEQ6FJP.js rename to node_modules/.vite/deps/chunk-LYY3XPSO.js index c4858cd3..80845219 100644 --- a/node_modules/.vite/deps/chunk-UXEQ6FJP.js +++ b/node_modules/.vite/deps/chunk-LYY3XPSO.js @@ -1418,4 +1418,4 @@ export { anime_es_exports, init_anime_es }; -//# sourceMappingURL=chunk-UXEQ6FJP.js.map +//# sourceMappingURL=chunk-LYY3XPSO.js.map diff --git a/node_modules/.vite/deps/chunk-LYY3XPSO.js.map b/node_modules/.vite/deps/chunk-LYY3XPSO.js.map new file mode 100644 index 00000000..3a78c821 --- /dev/null +++ b/node_modules/.vite/deps/chunk-LYY3XPSO.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../../animejs/lib/anime.es.js"], + "sourcesContent": ["/*\n * anime.js v3.2.2\n * (c) 2023 Julian Garnier\n * Released under the MIT license\n * animejs.com\n */\n\n// Defaults\n\nvar defaultInstanceSettings = {\n update: null,\n begin: null,\n loopBegin: null,\n changeBegin: null,\n change: null,\n changeComplete: null,\n loopComplete: null,\n complete: null,\n loop: 1,\n direction: 'normal',\n autoplay: true,\n timelineOffset: 0\n};\n\nvar defaultTweenSettings = {\n duration: 1000,\n delay: 0,\n endDelay: 0,\n easing: 'easeOutElastic(1, .5)',\n round: 0\n};\n\nvar validTransforms = ['translateX', 'translateY', 'translateZ', 'rotate', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'perspective', 'matrix', 'matrix3d'];\n\n// Caching\n\nvar cache = {\n CSS: {},\n springs: {}\n};\n\n// Utils\n\nfunction minMax(val, min, max) {\n return Math.min(Math.max(val, min), max);\n}\n\nfunction stringContains(str, text) {\n return str.indexOf(text) > -1;\n}\n\nfunction applyArguments(func, args) {\n return func.apply(null, args);\n}\n\nvar is = {\n arr: function (a) { return Array.isArray(a); },\n obj: function (a) { return stringContains(Object.prototype.toString.call(a), 'Object'); },\n pth: function (a) { return is.obj(a) && a.hasOwnProperty('totalLength'); },\n svg: function (a) { return a instanceof SVGElement; },\n inp: function (a) { return a instanceof HTMLInputElement; },\n dom: function (a) { return a.nodeType || is.svg(a); },\n str: function (a) { return typeof a === 'string'; },\n fnc: function (a) { return typeof a === 'function'; },\n und: function (a) { return typeof a === 'undefined'; },\n nil: function (a) { return is.und(a) || a === null; },\n hex: function (a) { return /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(a); },\n rgb: function (a) { return /^rgb/.test(a); },\n hsl: function (a) { return /^hsl/.test(a); },\n col: function (a) { return (is.hex(a) || is.rgb(a) || is.hsl(a)); },\n key: function (a) { return !defaultInstanceSettings.hasOwnProperty(a) && !defaultTweenSettings.hasOwnProperty(a) && a !== 'targets' && a !== 'keyframes'; },\n};\n\n// Easings\n\nfunction parseEasingParameters(string) {\n var match = /\\(([^)]+)\\)/.exec(string);\n return match ? match[1].split(',').map(function (p) { return parseFloat(p); }) : [];\n}\n\n// Spring solver inspired by Webkit Copyright © 2016 Apple Inc. All rights reserved. https://webkit.org/demos/spring/spring.js\n\nfunction spring(string, duration) {\n\n var params = parseEasingParameters(string);\n var mass = minMax(is.und(params[0]) ? 1 : params[0], .1, 100);\n var stiffness = minMax(is.und(params[1]) ? 100 : params[1], .1, 100);\n var damping = minMax(is.und(params[2]) ? 10 : params[2], .1, 100);\n var velocity = minMax(is.und(params[3]) ? 0 : params[3], .1, 100);\n var w0 = Math.sqrt(stiffness / mass);\n var zeta = damping / (2 * Math.sqrt(stiffness * mass));\n var wd = zeta < 1 ? w0 * Math.sqrt(1 - zeta * zeta) : 0;\n var a = 1;\n var b = zeta < 1 ? (zeta * w0 + -velocity) / wd : -velocity + w0;\n\n function solver(t) {\n var progress = duration ? (duration * t) / 1000 : t;\n if (zeta < 1) {\n progress = Math.exp(-progress * zeta * w0) * (a * Math.cos(wd * progress) + b * Math.sin(wd * progress));\n } else {\n progress = (a + b * progress) * Math.exp(-progress * w0);\n }\n if (t === 0 || t === 1) { return t; }\n return 1 - progress;\n }\n\n function getDuration() {\n var cached = cache.springs[string];\n if (cached) { return cached; }\n var frame = 1/6;\n var elapsed = 0;\n var rest = 0;\n while(true) {\n elapsed += frame;\n if (solver(elapsed) === 1) {\n rest++;\n if (rest >= 16) { break; }\n } else {\n rest = 0;\n }\n }\n var duration = elapsed * frame * 1000;\n cache.springs[string] = duration;\n return duration;\n }\n\n return duration ? solver : getDuration;\n\n}\n\n// Basic steps easing implementation https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function\n\nfunction steps(steps) {\n if ( steps === void 0 ) steps = 10;\n\n return function (t) { return Math.ceil((minMax(t, 0.000001, 1)) * steps) * (1 / steps); };\n}\n\n// BezierEasing https://github.com/gre/bezier-easing\n\nvar bezier = (function () {\n\n var kSplineTableSize = 11;\n var kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);\n\n function A(aA1, aA2) { return 1.0 - 3.0 * aA2 + 3.0 * aA1 }\n function B(aA1, aA2) { return 3.0 * aA2 - 6.0 * aA1 }\n function C(aA1) { return 3.0 * aA1 }\n\n function calcBezier(aT, aA1, aA2) { return ((A(aA1, aA2) * aT + B(aA1, aA2)) * aT + C(aA1)) * aT }\n function getSlope(aT, aA1, aA2) { return 3.0 * A(aA1, aA2) * aT * aT + 2.0 * B(aA1, aA2) * aT + C(aA1) }\n\n function binarySubdivide(aX, aA, aB, mX1, mX2) {\n var currentX, currentT, i = 0;\n do {\n currentT = aA + (aB - aA) / 2.0;\n currentX = calcBezier(currentT, mX1, mX2) - aX;\n if (currentX > 0.0) { aB = currentT; } else { aA = currentT; }\n } while (Math.abs(currentX) > 0.0000001 && ++i < 10);\n return currentT;\n }\n\n function newtonRaphsonIterate(aX, aGuessT, mX1, mX2) {\n for (var i = 0; i < 4; ++i) {\n var currentSlope = getSlope(aGuessT, mX1, mX2);\n if (currentSlope === 0.0) { return aGuessT; }\n var currentX = calcBezier(aGuessT, mX1, mX2) - aX;\n aGuessT -= currentX / currentSlope;\n }\n return aGuessT;\n }\n\n function bezier(mX1, mY1, mX2, mY2) {\n\n if (!(0 <= mX1 && mX1 <= 1 && 0 <= mX2 && mX2 <= 1)) { return; }\n var sampleValues = new Float32Array(kSplineTableSize);\n\n if (mX1 !== mY1 || mX2 !== mY2) {\n for (var i = 0; i < kSplineTableSize; ++i) {\n sampleValues[i] = calcBezier(i * kSampleStepSize, mX1, mX2);\n }\n }\n\n function getTForX(aX) {\n\n var intervalStart = 0;\n var currentSample = 1;\n var lastSample = kSplineTableSize - 1;\n\n for (; currentSample !== lastSample && sampleValues[currentSample] <= aX; ++currentSample) {\n intervalStart += kSampleStepSize;\n }\n\n --currentSample;\n\n var dist = (aX - sampleValues[currentSample]) / (sampleValues[currentSample + 1] - sampleValues[currentSample]);\n var guessForT = intervalStart + dist * kSampleStepSize;\n var initialSlope = getSlope(guessForT, mX1, mX2);\n\n if (initialSlope >= 0.001) {\n return newtonRaphsonIterate(aX, guessForT, mX1, mX2);\n } else if (initialSlope === 0.0) {\n return guessForT;\n } else {\n return binarySubdivide(aX, intervalStart, intervalStart + kSampleStepSize, mX1, mX2);\n }\n\n }\n\n return function (x) {\n if (mX1 === mY1 && mX2 === mY2) { return x; }\n if (x === 0 || x === 1) { return x; }\n return calcBezier(getTForX(x), mY1, mY2);\n }\n\n }\n\n return bezier;\n\n})();\n\nvar penner = (function () {\n\n // Based on jQuery UI's implemenation of easing equations from Robert Penner (http://www.robertpenner.com/easing)\n\n var eases = { linear: function () { return function (t) { return t; }; } };\n\n var functionEasings = {\n Sine: function () { return function (t) { return 1 - Math.cos(t * Math.PI / 2); }; },\n Expo: function () { return function (t) { return t ? Math.pow(2, 10 * t - 10) : 0; }; },\n Circ: function () { return function (t) { return 1 - Math.sqrt(1 - t * t); }; },\n Back: function () { return function (t) { return t * t * (3 * t - 2); }; },\n Bounce: function () { return function (t) {\n var pow2, b = 4;\n while (t < (( pow2 = Math.pow(2, --b)) - 1) / 11) {}\n return 1 / Math.pow(4, 3 - b) - 7.5625 * Math.pow(( pow2 * 3 - 2 ) / 22 - t, 2)\n }; },\n Elastic: function (amplitude, period) {\n if ( amplitude === void 0 ) amplitude = 1;\n if ( period === void 0 ) period = .5;\n\n var a = minMax(amplitude, 1, 10);\n var p = minMax(period, .1, 2);\n return function (t) {\n return (t === 0 || t === 1) ? t : \n -a * Math.pow(2, 10 * (t - 1)) * Math.sin((((t - 1) - (p / (Math.PI * 2) * Math.asin(1 / a))) * (Math.PI * 2)) / p);\n }\n }\n };\n\n var baseEasings = ['Quad', 'Cubic', 'Quart', 'Quint'];\n\n baseEasings.forEach(function (name, i) {\n functionEasings[name] = function () { return function (t) { return Math.pow(t, i + 2); }; };\n });\n\n Object.keys(functionEasings).forEach(function (name) {\n var easeIn = functionEasings[name];\n eases['easeIn' + name] = easeIn;\n eases['easeOut' + name] = function (a, b) { return function (t) { return 1 - easeIn(a, b)(1 - t); }; };\n eases['easeInOut' + name] = function (a, b) { return function (t) { return t < 0.5 ? easeIn(a, b)(t * 2) / 2 : \n 1 - easeIn(a, b)(t * -2 + 2) / 2; }; };\n eases['easeOutIn' + name] = function (a, b) { return function (t) { return t < 0.5 ? (1 - easeIn(a, b)(1 - t * 2)) / 2 : \n (easeIn(a, b)(t * 2 - 1) + 1) / 2; }; };\n });\n\n return eases;\n\n})();\n\nfunction parseEasings(easing, duration) {\n if (is.fnc(easing)) { return easing; }\n var name = easing.split('(')[0];\n var ease = penner[name];\n var args = parseEasingParameters(easing);\n switch (name) {\n case 'spring' : return spring(easing, duration);\n case 'cubicBezier' : return applyArguments(bezier, args);\n case 'steps' : return applyArguments(steps, args);\n default : return applyArguments(ease, args);\n }\n}\n\n// Strings\n\nfunction selectString(str) {\n try {\n var nodes = document.querySelectorAll(str);\n return nodes;\n } catch(e) {\n return;\n }\n}\n\n// Arrays\n\nfunction filterArray(arr, callback) {\n var len = arr.length;\n var thisArg = arguments.length >= 2 ? arguments[1] : void 0;\n var result = [];\n for (var i = 0; i < len; i++) {\n if (i in arr) {\n var val = arr[i];\n if (callback.call(thisArg, val, i, arr)) {\n result.push(val);\n }\n }\n }\n return result;\n}\n\nfunction flattenArray(arr) {\n return arr.reduce(function (a, b) { return a.concat(is.arr(b) ? flattenArray(b) : b); }, []);\n}\n\nfunction toArray(o) {\n if (is.arr(o)) { return o; }\n if (is.str(o)) { o = selectString(o) || o; }\n if (o instanceof NodeList || o instanceof HTMLCollection) { return [].slice.call(o); }\n return [o];\n}\n\nfunction arrayContains(arr, val) {\n return arr.some(function (a) { return a === val; });\n}\n\n// Objects\n\nfunction cloneObject(o) {\n var clone = {};\n for (var p in o) { clone[p] = o[p]; }\n return clone;\n}\n\nfunction replaceObjectProps(o1, o2) {\n var o = cloneObject(o1);\n for (var p in o1) { o[p] = o2.hasOwnProperty(p) ? o2[p] : o1[p]; }\n return o;\n}\n\nfunction mergeObjects(o1, o2) {\n var o = cloneObject(o1);\n for (var p in o2) { o[p] = is.und(o1[p]) ? o2[p] : o1[p]; }\n return o;\n}\n\n// Colors\n\nfunction rgbToRgba(rgbValue) {\n var rgb = /rgb\\((\\d+,\\s*[\\d]+,\\s*[\\d]+)\\)/g.exec(rgbValue);\n return rgb ? (\"rgba(\" + (rgb[1]) + \",1)\") : rgbValue;\n}\n\nfunction hexToRgba(hexValue) {\n var rgx = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n var hex = hexValue.replace(rgx, function (m, r, g, b) { return r + r + g + g + b + b; } );\n var rgb = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);\n var r = parseInt(rgb[1], 16);\n var g = parseInt(rgb[2], 16);\n var b = parseInt(rgb[3], 16);\n return (\"rgba(\" + r + \",\" + g + \",\" + b + \",1)\");\n}\n\nfunction hslToRgba(hslValue) {\n var hsl = /hsl\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%\\)/g.exec(hslValue) || /hsla\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%,\\s*([\\d.]+)\\)/g.exec(hslValue);\n var h = parseInt(hsl[1], 10) / 360;\n var s = parseInt(hsl[2], 10) / 100;\n var l = parseInt(hsl[3], 10) / 100;\n var a = hsl[4] || 1;\n function hue2rgb(p, q, t) {\n if (t < 0) { t += 1; }\n if (t > 1) { t -= 1; }\n if (t < 1/6) { return p + (q - p) * 6 * t; }\n if (t < 1/2) { return q; }\n if (t < 2/3) { return p + (q - p) * (2/3 - t) * 6; }\n return p;\n }\n var r, g, b;\n if (s == 0) {\n r = g = b = l;\n } else {\n var q = l < 0.5 ? l * (1 + s) : l + s - l * s;\n var p = 2 * l - q;\n r = hue2rgb(p, q, h + 1/3);\n g = hue2rgb(p, q, h);\n b = hue2rgb(p, q, h - 1/3);\n }\n return (\"rgba(\" + (r * 255) + \",\" + (g * 255) + \",\" + (b * 255) + \",\" + a + \")\");\n}\n\nfunction colorToRgb(val) {\n if (is.rgb(val)) { return rgbToRgba(val); }\n if (is.hex(val)) { return hexToRgba(val); }\n if (is.hsl(val)) { return hslToRgba(val); }\n}\n\n// Units\n\nfunction getUnit(val) {\n var split = /[+-]?\\d*\\.?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(val);\n if (split) { return split[1]; }\n}\n\nfunction getTransformUnit(propName) {\n if (stringContains(propName, 'translate') || propName === 'perspective') { return 'px'; }\n if (stringContains(propName, 'rotate') || stringContains(propName, 'skew')) { return 'deg'; }\n}\n\n// Values\n\nfunction getFunctionValue(val, animatable) {\n if (!is.fnc(val)) { return val; }\n return val(animatable.target, animatable.id, animatable.total);\n}\n\nfunction getAttribute(el, prop) {\n return el.getAttribute(prop);\n}\n\nfunction convertPxToUnit(el, value, unit) {\n var valueUnit = getUnit(value);\n if (arrayContains([unit, 'deg', 'rad', 'turn'], valueUnit)) { return value; }\n var cached = cache.CSS[value + unit];\n if (!is.und(cached)) { return cached; }\n var baseline = 100;\n var tempEl = document.createElement(el.tagName);\n var parentEl = (el.parentNode && (el.parentNode !== document)) ? el.parentNode : document.body;\n parentEl.appendChild(tempEl);\n tempEl.style.position = 'absolute';\n tempEl.style.width = baseline + unit;\n var factor = baseline / tempEl.offsetWidth;\n parentEl.removeChild(tempEl);\n var convertedUnit = factor * parseFloat(value);\n cache.CSS[value + unit] = convertedUnit;\n return convertedUnit;\n}\n\nfunction getCSSValue(el, prop, unit) {\n if (prop in el.style) {\n var uppercasePropName = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();\n var value = el.style[prop] || getComputedStyle(el).getPropertyValue(uppercasePropName) || '0';\n return unit ? convertPxToUnit(el, value, unit) : value;\n }\n}\n\nfunction getAnimationType(el, prop) {\n if (is.dom(el) && !is.inp(el) && (!is.nil(getAttribute(el, prop)) || (is.svg(el) && el[prop]))) { return 'attribute'; }\n if (is.dom(el) && arrayContains(validTransforms, prop)) { return 'transform'; }\n if (is.dom(el) && (prop !== 'transform' && getCSSValue(el, prop))) { return 'css'; }\n if (el[prop] != null) { return 'object'; }\n}\n\nfunction getElementTransforms(el) {\n if (!is.dom(el)) { return; }\n var str = el.style.transform || '';\n var reg = /(\\w+)\\(([^)]*)\\)/g;\n var transforms = new Map();\n var m; while (m = reg.exec(str)) { transforms.set(m[1], m[2]); }\n return transforms;\n}\n\nfunction getTransformValue(el, propName, animatable, unit) {\n var defaultVal = stringContains(propName, 'scale') ? 1 : 0 + getTransformUnit(propName);\n var value = getElementTransforms(el).get(propName) || defaultVal;\n if (animatable) {\n animatable.transforms.list.set(propName, value);\n animatable.transforms['last'] = propName;\n }\n return unit ? convertPxToUnit(el, value, unit) : value;\n}\n\nfunction getOriginalTargetValue(target, propName, unit, animatable) {\n switch (getAnimationType(target, propName)) {\n case 'transform': return getTransformValue(target, propName, animatable, unit);\n case 'css': return getCSSValue(target, propName, unit);\n case 'attribute': return getAttribute(target, propName);\n default: return target[propName] || 0;\n }\n}\n\nfunction getRelativeValue(to, from) {\n var operator = /^(\\*=|\\+=|-=)/.exec(to);\n if (!operator) { return to; }\n var u = getUnit(to) || 0;\n var x = parseFloat(from);\n var y = parseFloat(to.replace(operator[0], ''));\n switch (operator[0][0]) {\n case '+': return x + y + u;\n case '-': return x - y + u;\n case '*': return x * y + u;\n }\n}\n\nfunction validateValue(val, unit) {\n if (is.col(val)) { return colorToRgb(val); }\n if (/\\s/g.test(val)) { return val; }\n var originalUnit = getUnit(val);\n var unitLess = originalUnit ? val.substr(0, val.length - originalUnit.length) : val;\n if (unit) { return unitLess + unit; }\n return unitLess;\n}\n\n// getTotalLength() equivalent for circle, rect, polyline, polygon and line shapes\n// adapted from https://gist.github.com/SebLambla/3e0550c496c236709744\n\nfunction getDistance(p1, p2) {\n return Math.sqrt(Math.pow(p2.x - p1.x, 2) + Math.pow(p2.y - p1.y, 2));\n}\n\nfunction getCircleLength(el) {\n return Math.PI * 2 * getAttribute(el, 'r');\n}\n\nfunction getRectLength(el) {\n return (getAttribute(el, 'width') * 2) + (getAttribute(el, 'height') * 2);\n}\n\nfunction getLineLength(el) {\n return getDistance(\n {x: getAttribute(el, 'x1'), y: getAttribute(el, 'y1')}, \n {x: getAttribute(el, 'x2'), y: getAttribute(el, 'y2')}\n );\n}\n\nfunction getPolylineLength(el) {\n var points = el.points;\n var totalLength = 0;\n var previousPos;\n for (var i = 0 ; i < points.numberOfItems; i++) {\n var currentPos = points.getItem(i);\n if (i > 0) { totalLength += getDistance(previousPos, currentPos); }\n previousPos = currentPos;\n }\n return totalLength;\n}\n\nfunction getPolygonLength(el) {\n var points = el.points;\n return getPolylineLength(el) + getDistance(points.getItem(points.numberOfItems - 1), points.getItem(0));\n}\n\n// Path animation\n\nfunction getTotalLength(el) {\n if (el.getTotalLength) { return el.getTotalLength(); }\n switch(el.tagName.toLowerCase()) {\n case 'circle': return getCircleLength(el);\n case 'rect': return getRectLength(el);\n case 'line': return getLineLength(el);\n case 'polyline': return getPolylineLength(el);\n case 'polygon': return getPolygonLength(el);\n }\n}\n\nfunction setDashoffset(el) {\n var pathLength = getTotalLength(el);\n el.setAttribute('stroke-dasharray', pathLength);\n return pathLength;\n}\n\n// Motion path\n\nfunction getParentSvgEl(el) {\n var parentEl = el.parentNode;\n while (is.svg(parentEl)) {\n if (!is.svg(parentEl.parentNode)) { break; }\n parentEl = parentEl.parentNode;\n }\n return parentEl;\n}\n\nfunction getParentSvg(pathEl, svgData) {\n var svg = svgData || {};\n var parentSvgEl = svg.el || getParentSvgEl(pathEl);\n var rect = parentSvgEl.getBoundingClientRect();\n var viewBoxAttr = getAttribute(parentSvgEl, 'viewBox');\n var width = rect.width;\n var height = rect.height;\n var viewBox = svg.viewBox || (viewBoxAttr ? viewBoxAttr.split(' ') : [0, 0, width, height]);\n return {\n el: parentSvgEl,\n viewBox: viewBox,\n x: viewBox[0] / 1,\n y: viewBox[1] / 1,\n w: width,\n h: height,\n vW: viewBox[2],\n vH: viewBox[3]\n }\n}\n\nfunction getPath(path, percent) {\n var pathEl = is.str(path) ? selectString(path)[0] : path;\n var p = percent || 100;\n return function(property) {\n return {\n property: property,\n el: pathEl,\n svg: getParentSvg(pathEl),\n totalLength: getTotalLength(pathEl) * (p / 100)\n }\n }\n}\n\nfunction getPathProgress(path, progress, isPathTargetInsideSVG) {\n function point(offset) {\n if ( offset === void 0 ) offset = 0;\n\n var l = progress + offset >= 1 ? progress + offset : 0;\n return path.el.getPointAtLength(l);\n }\n var svg = getParentSvg(path.el, path.svg);\n var p = point();\n var p0 = point(-1);\n var p1 = point(+1);\n var scaleX = isPathTargetInsideSVG ? 1 : svg.w / svg.vW;\n var scaleY = isPathTargetInsideSVG ? 1 : svg.h / svg.vH;\n switch (path.property) {\n case 'x': return (p.x - svg.x) * scaleX;\n case 'y': return (p.y - svg.y) * scaleY;\n case 'angle': return Math.atan2(p1.y - p0.y, p1.x - p0.x) * 180 / Math.PI;\n }\n}\n\n// Decompose value\n\nfunction decomposeValue(val, unit) {\n // const rgx = /-?\\d*\\.?\\d+/g; // handles basic numbers\n // const rgx = /[+-]?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?/g; // handles exponents notation\n var rgx = /[+-]?\\d*\\.?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?/g; // handles exponents notation\n var value = validateValue((is.pth(val) ? val.totalLength : val), unit) + '';\n return {\n original: value,\n numbers: value.match(rgx) ? value.match(rgx).map(Number) : [0],\n strings: (is.str(val) || unit) ? value.split(rgx) : []\n }\n}\n\n// Animatables\n\nfunction parseTargets(targets) {\n var targetsArray = targets ? (flattenArray(is.arr(targets) ? targets.map(toArray) : toArray(targets))) : [];\n return filterArray(targetsArray, function (item, pos, self) { return self.indexOf(item) === pos; });\n}\n\nfunction getAnimatables(targets) {\n var parsed = parseTargets(targets);\n return parsed.map(function (t, i) {\n return {target: t, id: i, total: parsed.length, transforms: { list: getElementTransforms(t) } };\n });\n}\n\n// Properties\n\nfunction normalizePropertyTweens(prop, tweenSettings) {\n var settings = cloneObject(tweenSettings);\n // Override duration if easing is a spring\n if (/^spring/.test(settings.easing)) { settings.duration = spring(settings.easing); }\n if (is.arr(prop)) {\n var l = prop.length;\n var isFromTo = (l === 2 && !is.obj(prop[0]));\n if (!isFromTo) {\n // Duration divided by the number of tweens\n if (!is.fnc(tweenSettings.duration)) { settings.duration = tweenSettings.duration / l; }\n } else {\n // Transform [from, to] values shorthand to a valid tween value\n prop = {value: prop};\n }\n }\n var propArray = is.arr(prop) ? prop : [prop];\n return propArray.map(function (v, i) {\n var obj = (is.obj(v) && !is.pth(v)) ? v : {value: v};\n // Default delay value should only be applied to the first tween\n if (is.und(obj.delay)) { obj.delay = !i ? tweenSettings.delay : 0; }\n // Default endDelay value should only be applied to the last tween\n if (is.und(obj.endDelay)) { obj.endDelay = i === propArray.length - 1 ? tweenSettings.endDelay : 0; }\n return obj;\n }).map(function (k) { return mergeObjects(k, settings); });\n}\n\n\nfunction flattenKeyframes(keyframes) {\n var propertyNames = filterArray(flattenArray(keyframes.map(function (key) { return Object.keys(key); })), function (p) { return is.key(p); })\n .reduce(function (a,b) { if (a.indexOf(b) < 0) { a.push(b); } return a; }, []);\n var properties = {};\n var loop = function ( i ) {\n var propName = propertyNames[i];\n properties[propName] = keyframes.map(function (key) {\n var newKey = {};\n for (var p in key) {\n if (is.key(p)) {\n if (p == propName) { newKey.value = key[p]; }\n } else {\n newKey[p] = key[p];\n }\n }\n return newKey;\n });\n };\n\n for (var i = 0; i < propertyNames.length; i++) loop( i );\n return properties;\n}\n\nfunction getProperties(tweenSettings, params) {\n var properties = [];\n var keyframes = params.keyframes;\n if (keyframes) { params = mergeObjects(flattenKeyframes(keyframes), params); }\n for (var p in params) {\n if (is.key(p)) {\n properties.push({\n name: p,\n tweens: normalizePropertyTweens(params[p], tweenSettings)\n });\n }\n }\n return properties;\n}\n\n// Tweens\n\nfunction normalizeTweenValues(tween, animatable) {\n var t = {};\n for (var p in tween) {\n var value = getFunctionValue(tween[p], animatable);\n if (is.arr(value)) {\n value = value.map(function (v) { return getFunctionValue(v, animatable); });\n if (value.length === 1) { value = value[0]; }\n }\n t[p] = value;\n }\n t.duration = parseFloat(t.duration);\n t.delay = parseFloat(t.delay);\n return t;\n}\n\nfunction normalizeTweens(prop, animatable) {\n var previousTween;\n return prop.tweens.map(function (t) {\n var tween = normalizeTweenValues(t, animatable);\n var tweenValue = tween.value;\n var to = is.arr(tweenValue) ? tweenValue[1] : tweenValue;\n var toUnit = getUnit(to);\n var originalValue = getOriginalTargetValue(animatable.target, prop.name, toUnit, animatable);\n var previousValue = previousTween ? previousTween.to.original : originalValue;\n var from = is.arr(tweenValue) ? tweenValue[0] : previousValue;\n var fromUnit = getUnit(from) || getUnit(originalValue);\n var unit = toUnit || fromUnit;\n if (is.und(to)) { to = previousValue; }\n tween.from = decomposeValue(from, unit);\n tween.to = decomposeValue(getRelativeValue(to, from), unit);\n tween.start = previousTween ? previousTween.end : 0;\n tween.end = tween.start + tween.delay + tween.duration + tween.endDelay;\n tween.easing = parseEasings(tween.easing, tween.duration);\n tween.isPath = is.pth(tweenValue);\n tween.isPathTargetInsideSVG = tween.isPath && is.svg(animatable.target);\n tween.isColor = is.col(tween.from.original);\n if (tween.isColor) { tween.round = 1; }\n previousTween = tween;\n return tween;\n });\n}\n\n// Tween progress\n\nvar setProgressValue = {\n css: function (t, p, v) { return t.style[p] = v; },\n attribute: function (t, p, v) { return t.setAttribute(p, v); },\n object: function (t, p, v) { return t[p] = v; },\n transform: function (t, p, v, transforms, manual) {\n transforms.list.set(p, v);\n if (p === transforms.last || manual) {\n var str = '';\n transforms.list.forEach(function (value, prop) { str += prop + \"(\" + value + \") \"; });\n t.style.transform = str;\n }\n }\n};\n\n// Set Value helper\n\nfunction setTargetsValue(targets, properties) {\n var animatables = getAnimatables(targets);\n animatables.forEach(function (animatable) {\n for (var property in properties) {\n var value = getFunctionValue(properties[property], animatable);\n var target = animatable.target;\n var valueUnit = getUnit(value);\n var originalValue = getOriginalTargetValue(target, property, valueUnit, animatable);\n var unit = valueUnit || getUnit(originalValue);\n var to = getRelativeValue(validateValue(value, unit), originalValue);\n var animType = getAnimationType(target, property);\n setProgressValue[animType](target, property, to, animatable.transforms, true);\n }\n });\n}\n\n// Animations\n\nfunction createAnimation(animatable, prop) {\n var animType = getAnimationType(animatable.target, prop.name);\n if (animType) {\n var tweens = normalizeTweens(prop, animatable);\n var lastTween = tweens[tweens.length - 1];\n return {\n type: animType,\n property: prop.name,\n animatable: animatable,\n tweens: tweens,\n duration: lastTween.end,\n delay: tweens[0].delay,\n endDelay: lastTween.endDelay\n }\n }\n}\n\nfunction getAnimations(animatables, properties) {\n return filterArray(flattenArray(animatables.map(function (animatable) {\n return properties.map(function (prop) {\n return createAnimation(animatable, prop);\n });\n })), function (a) { return !is.und(a); });\n}\n\n// Create Instance\n\nfunction getInstanceTimings(animations, tweenSettings) {\n var animLength = animations.length;\n var getTlOffset = function (anim) { return anim.timelineOffset ? anim.timelineOffset : 0; };\n var timings = {};\n timings.duration = animLength ? Math.max.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.duration; })) : tweenSettings.duration;\n timings.delay = animLength ? Math.min.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.delay; })) : tweenSettings.delay;\n timings.endDelay = animLength ? timings.duration - Math.max.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.duration - anim.endDelay; })) : tweenSettings.endDelay;\n return timings;\n}\n\nvar instanceID = 0;\n\nfunction createNewInstance(params) {\n var instanceSettings = replaceObjectProps(defaultInstanceSettings, params);\n var tweenSettings = replaceObjectProps(defaultTweenSettings, params);\n var properties = getProperties(tweenSettings, params);\n var animatables = getAnimatables(params.targets);\n var animations = getAnimations(animatables, properties);\n var timings = getInstanceTimings(animations, tweenSettings);\n var id = instanceID;\n instanceID++;\n return mergeObjects(instanceSettings, {\n id: id,\n children: [],\n animatables: animatables,\n animations: animations,\n duration: timings.duration,\n delay: timings.delay,\n endDelay: timings.endDelay\n });\n}\n\n// Core\n\nvar activeInstances = [];\n\nvar engine = (function () {\n var raf;\n\n function play() {\n if (!raf && (!isDocumentHidden() || !anime.suspendWhenDocumentHidden) && activeInstances.length > 0) {\n raf = requestAnimationFrame(step);\n }\n }\n function step(t) {\n // memo on algorithm issue:\n // dangerous iteration over mutable `activeInstances`\n // (that collection may be updated from within callbacks of `tick`-ed animation instances)\n var activeInstancesLength = activeInstances.length;\n var i = 0;\n while (i < activeInstancesLength) {\n var activeInstance = activeInstances[i];\n if (!activeInstance.paused) {\n activeInstance.tick(t);\n i++;\n } else {\n activeInstances.splice(i, 1);\n activeInstancesLength--;\n }\n }\n raf = i > 0 ? requestAnimationFrame(step) : undefined;\n }\n\n function handleVisibilityChange() {\n if (!anime.suspendWhenDocumentHidden) { return; }\n\n if (isDocumentHidden()) {\n // suspend ticks\n raf = cancelAnimationFrame(raf);\n } else { // is back to active tab\n // first adjust animations to consider the time that ticks were suspended\n activeInstances.forEach(\n function (instance) { return instance ._onDocumentVisibility(); }\n );\n engine();\n }\n }\n if (typeof document !== 'undefined') {\n document.addEventListener('visibilitychange', handleVisibilityChange);\n }\n\n return play;\n})();\n\nfunction isDocumentHidden() {\n return !!document && document.hidden;\n}\n\n// Public Instance\n\nfunction anime(params) {\n if ( params === void 0 ) params = {};\n\n\n var startTime = 0, lastTime = 0, now = 0;\n var children, childrenLength = 0;\n var resolve = null;\n\n function makePromise(instance) {\n var promise = window.Promise && new Promise(function (_resolve) { return resolve = _resolve; });\n instance.finished = promise;\n return promise;\n }\n\n var instance = createNewInstance(params);\n var promise = makePromise(instance);\n\n function toggleInstanceDirection() {\n var direction = instance.direction;\n if (direction !== 'alternate') {\n instance.direction = direction !== 'normal' ? 'normal' : 'reverse';\n }\n instance.reversed = !instance.reversed;\n children.forEach(function (child) { return child.reversed = instance.reversed; });\n }\n\n function adjustTime(time) {\n return instance.reversed ? instance.duration - time : time;\n }\n\n function resetTime() {\n startTime = 0;\n lastTime = adjustTime(instance.currentTime) * (1 / anime.speed);\n }\n\n function seekChild(time, child) {\n if (child) { child.seek(time - child.timelineOffset); }\n }\n\n function syncInstanceChildren(time) {\n if (!instance.reversePlayback) {\n for (var i = 0; i < childrenLength; i++) { seekChild(time, children[i]); }\n } else {\n for (var i$1 = childrenLength; i$1--;) { seekChild(time, children[i$1]); }\n }\n }\n\n function setAnimationsProgress(insTime) {\n var i = 0;\n var animations = instance.animations;\n var animationsLength = animations.length;\n while (i < animationsLength) {\n var anim = animations[i];\n var animatable = anim.animatable;\n var tweens = anim.tweens;\n var tweenLength = tweens.length - 1;\n var tween = tweens[tweenLength];\n // Only check for keyframes if there is more than one tween\n if (tweenLength) { tween = filterArray(tweens, function (t) { return (insTime < t.end); })[0] || tween; }\n var elapsed = minMax(insTime - tween.start - tween.delay, 0, tween.duration) / tween.duration;\n var eased = isNaN(elapsed) ? 1 : tween.easing(elapsed);\n var strings = tween.to.strings;\n var round = tween.round;\n var numbers = [];\n var toNumbersLength = tween.to.numbers.length;\n var progress = (void 0);\n for (var n = 0; n < toNumbersLength; n++) {\n var value = (void 0);\n var toNumber = tween.to.numbers[n];\n var fromNumber = tween.from.numbers[n] || 0;\n if (!tween.isPath) {\n value = fromNumber + (eased * (toNumber - fromNumber));\n } else {\n value = getPathProgress(tween.value, eased * toNumber, tween.isPathTargetInsideSVG);\n }\n if (round) {\n if (!(tween.isColor && n > 2)) {\n value = Math.round(value * round) / round;\n }\n }\n numbers.push(value);\n }\n // Manual Array.reduce for better performances\n var stringsLength = strings.length;\n if (!stringsLength) {\n progress = numbers[0];\n } else {\n progress = strings[0];\n for (var s = 0; s < stringsLength; s++) {\n var a = strings[s];\n var b = strings[s + 1];\n var n$1 = numbers[s];\n if (!isNaN(n$1)) {\n if (!b) {\n progress += n$1 + ' ';\n } else {\n progress += n$1 + b;\n }\n }\n }\n }\n setProgressValue[anim.type](animatable.target, anim.property, progress, animatable.transforms);\n anim.currentValue = progress;\n i++;\n }\n }\n\n function setCallback(cb) {\n if (instance[cb] && !instance.passThrough) { instance[cb](instance); }\n }\n\n function countIteration() {\n if (instance.remaining && instance.remaining !== true) {\n instance.remaining--;\n }\n }\n\n function setInstanceProgress(engineTime) {\n var insDuration = instance.duration;\n var insDelay = instance.delay;\n var insEndDelay = insDuration - instance.endDelay;\n var insTime = adjustTime(engineTime);\n instance.progress = minMax((insTime / insDuration) * 100, 0, 100);\n instance.reversePlayback = insTime < instance.currentTime;\n if (children) { syncInstanceChildren(insTime); }\n if (!instance.began && instance.currentTime > 0) {\n instance.began = true;\n setCallback('begin');\n }\n if (!instance.loopBegan && instance.currentTime > 0) {\n instance.loopBegan = true;\n setCallback('loopBegin');\n }\n if (insTime <= insDelay && instance.currentTime !== 0) {\n setAnimationsProgress(0);\n }\n if ((insTime >= insEndDelay && instance.currentTime !== insDuration) || !insDuration) {\n setAnimationsProgress(insDuration);\n }\n if (insTime > insDelay && insTime < insEndDelay) {\n if (!instance.changeBegan) {\n instance.changeBegan = true;\n instance.changeCompleted = false;\n setCallback('changeBegin');\n }\n setCallback('change');\n setAnimationsProgress(insTime);\n } else {\n if (instance.changeBegan) {\n instance.changeCompleted = true;\n instance.changeBegan = false;\n setCallback('changeComplete');\n }\n }\n instance.currentTime = minMax(insTime, 0, insDuration);\n if (instance.began) { setCallback('update'); }\n if (engineTime >= insDuration) {\n lastTime = 0;\n countIteration();\n if (!instance.remaining) {\n instance.paused = true;\n if (!instance.completed) {\n instance.completed = true;\n setCallback('loopComplete');\n setCallback('complete');\n if (!instance.passThrough && 'Promise' in window) {\n resolve();\n promise = makePromise(instance);\n }\n }\n } else {\n startTime = now;\n setCallback('loopComplete');\n instance.loopBegan = false;\n if (instance.direction === 'alternate') {\n toggleInstanceDirection();\n }\n }\n }\n }\n\n instance.reset = function() {\n var direction = instance.direction;\n instance.passThrough = false;\n instance.currentTime = 0;\n instance.progress = 0;\n instance.paused = true;\n instance.began = false;\n instance.loopBegan = false;\n instance.changeBegan = false;\n instance.completed = false;\n instance.changeCompleted = false;\n instance.reversePlayback = false;\n instance.reversed = direction === 'reverse';\n instance.remaining = instance.loop;\n children = instance.children;\n childrenLength = children.length;\n for (var i = childrenLength; i--;) { instance.children[i].reset(); }\n if (instance.reversed && instance.loop !== true || (direction === 'alternate' && instance.loop === 1)) { instance.remaining++; }\n setAnimationsProgress(instance.reversed ? instance.duration : 0);\n };\n\n // internal method (for engine) to adjust animation timings before restoring engine ticks (rAF)\n instance._onDocumentVisibility = resetTime;\n\n // Set Value helper\n\n instance.set = function(targets, properties) {\n setTargetsValue(targets, properties);\n return instance;\n };\n\n instance.tick = function(t) {\n now = t;\n if (!startTime) { startTime = now; }\n setInstanceProgress((now + (lastTime - startTime)) * anime.speed);\n };\n\n instance.seek = function(time) {\n setInstanceProgress(adjustTime(time));\n };\n\n instance.pause = function() {\n instance.paused = true;\n resetTime();\n };\n\n instance.play = function() {\n if (!instance.paused) { return; }\n if (instance.completed) { instance.reset(); }\n instance.paused = false;\n activeInstances.push(instance);\n resetTime();\n engine();\n };\n\n instance.reverse = function() {\n toggleInstanceDirection();\n instance.completed = instance.reversed ? false : true;\n resetTime();\n };\n\n instance.restart = function() {\n instance.reset();\n instance.play();\n };\n\n instance.remove = function(targets) {\n var targetsArray = parseTargets(targets);\n removeTargetsFromInstance(targetsArray, instance);\n };\n\n instance.reset();\n\n if (instance.autoplay) { instance.play(); }\n\n return instance;\n\n}\n\n// Remove targets from animation\n\nfunction removeTargetsFromAnimations(targetsArray, animations) {\n for (var a = animations.length; a--;) {\n if (arrayContains(targetsArray, animations[a].animatable.target)) {\n animations.splice(a, 1);\n }\n }\n}\n\nfunction removeTargetsFromInstance(targetsArray, instance) {\n var animations = instance.animations;\n var children = instance.children;\n removeTargetsFromAnimations(targetsArray, animations);\n for (var c = children.length; c--;) {\n var child = children[c];\n var childAnimations = child.animations;\n removeTargetsFromAnimations(targetsArray, childAnimations);\n if (!childAnimations.length && !child.children.length) { children.splice(c, 1); }\n }\n if (!animations.length && !children.length) { instance.pause(); }\n}\n\nfunction removeTargetsFromActiveInstances(targets) {\n var targetsArray = parseTargets(targets);\n for (var i = activeInstances.length; i--;) {\n var instance = activeInstances[i];\n removeTargetsFromInstance(targetsArray, instance);\n }\n}\n\n// Stagger helpers\n\nfunction stagger(val, params) {\n if ( params === void 0 ) params = {};\n\n var direction = params.direction || 'normal';\n var easing = params.easing ? parseEasings(params.easing) : null;\n var grid = params.grid;\n var axis = params.axis;\n var fromIndex = params.from || 0;\n var fromFirst = fromIndex === 'first';\n var fromCenter = fromIndex === 'center';\n var fromLast = fromIndex === 'last';\n var isRange = is.arr(val);\n var val1 = isRange ? parseFloat(val[0]) : parseFloat(val);\n var val2 = isRange ? parseFloat(val[1]) : 0;\n var unit = getUnit(isRange ? val[1] : val) || 0;\n var start = params.start || 0 + (isRange ? val1 : 0);\n var values = [];\n var maxValue = 0;\n return function (el, i, t) {\n if (fromFirst) { fromIndex = 0; }\n if (fromCenter) { fromIndex = (t - 1) / 2; }\n if (fromLast) { fromIndex = t - 1; }\n if (!values.length) {\n for (var index = 0; index < t; index++) {\n if (!grid) {\n values.push(Math.abs(fromIndex - index));\n } else {\n var fromX = !fromCenter ? fromIndex%grid[0] : (grid[0]-1)/2;\n var fromY = !fromCenter ? Math.floor(fromIndex/grid[0]) : (grid[1]-1)/2;\n var toX = index%grid[0];\n var toY = Math.floor(index/grid[0]);\n var distanceX = fromX - toX;\n var distanceY = fromY - toY;\n var value = Math.sqrt(distanceX * distanceX + distanceY * distanceY);\n if (axis === 'x') { value = -distanceX; }\n if (axis === 'y') { value = -distanceY; }\n values.push(value);\n }\n maxValue = Math.max.apply(Math, values);\n }\n if (easing) { values = values.map(function (val) { return easing(val / maxValue) * maxValue; }); }\n if (direction === 'reverse') { values = values.map(function (val) { return axis ? (val < 0) ? val * -1 : -val : Math.abs(maxValue - val); }); }\n }\n var spacing = isRange ? (val2 - val1) / maxValue : val1;\n return start + (spacing * (Math.round(values[i] * 100) / 100)) + unit;\n }\n}\n\n// Timeline\n\nfunction timeline(params) {\n if ( params === void 0 ) params = {};\n\n var tl = anime(params);\n tl.duration = 0;\n tl.add = function(instanceParams, timelineOffset) {\n var tlIndex = activeInstances.indexOf(tl);\n var children = tl.children;\n if (tlIndex > -1) { activeInstances.splice(tlIndex, 1); }\n function passThrough(ins) { ins.passThrough = true; }\n for (var i = 0; i < children.length; i++) { passThrough(children[i]); }\n var insParams = mergeObjects(instanceParams, replaceObjectProps(defaultTweenSettings, params));\n insParams.targets = insParams.targets || params.targets;\n var tlDuration = tl.duration;\n insParams.autoplay = false;\n insParams.direction = tl.direction;\n insParams.timelineOffset = is.und(timelineOffset) ? tlDuration : getRelativeValue(timelineOffset, tlDuration);\n passThrough(tl);\n tl.seek(insParams.timelineOffset);\n var ins = anime(insParams);\n passThrough(ins);\n children.push(ins);\n var timings = getInstanceTimings(children, params);\n tl.delay = timings.delay;\n tl.endDelay = timings.endDelay;\n tl.duration = timings.duration;\n tl.seek(0);\n tl.reset();\n if (tl.autoplay) { tl.play(); }\n return tl;\n };\n return tl;\n}\n\nanime.version = '3.2.1';\nanime.speed = 1;\n// TODO:#review: naming, documentation\nanime.suspendWhenDocumentHidden = true;\nanime.running = activeInstances;\nanime.remove = removeTargetsFromActiveInstances;\nanime.get = getOriginalTargetValue;\nanime.set = setTargetsValue;\nanime.convertPx = convertPxToUnit;\nanime.path = getPath;\nanime.setDashoffset = setDashoffset;\nanime.stagger = stagger;\nanime.timeline = timeline;\nanime.easing = parseEasings;\nanime.penner = penner;\nanime.random = function (min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; };\n\nexport default anime;\n"], + "mappings": "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", + "names": ["duration", "steps", "r", "g", "b", "p", "q", "i", "instance", "promise", "val", "ins", "bezier"] +} diff --git a/node_modules/.vite/deps/chunk-UXEQ6FJP.js.map b/node_modules/.vite/deps/chunk-UXEQ6FJP.js.map deleted file mode 100644 index 02b0b3de..00000000 --- a/node_modules/.vite/deps/chunk-UXEQ6FJP.js.map +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": 3, - "sources": ["../../animejs/lib/anime.es.js"], - "sourcesContent": ["/*\r\n * anime.js v3.2.2\r\n * (c) 2023 Julian Garnier\r\n * Released under the MIT license\r\n * animejs.com\r\n */\r\n\r\n// Defaults\r\n\r\nvar defaultInstanceSettings = {\r\n update: null,\r\n begin: null,\r\n loopBegin: null,\r\n changeBegin: null,\r\n change: null,\r\n changeComplete: null,\r\n loopComplete: null,\r\n complete: null,\r\n loop: 1,\r\n direction: 'normal',\r\n autoplay: true,\r\n timelineOffset: 0\r\n};\r\n\r\nvar defaultTweenSettings = {\r\n duration: 1000,\r\n delay: 0,\r\n endDelay: 0,\r\n easing: 'easeOutElastic(1, .5)',\r\n round: 0\r\n};\r\n\r\nvar validTransforms = ['translateX', 'translateY', 'translateZ', 'rotate', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'perspective', 'matrix', 'matrix3d'];\r\n\r\n// Caching\r\n\r\nvar cache = {\r\n CSS: {},\r\n springs: {}\r\n};\r\n\r\n// Utils\r\n\r\nfunction minMax(val, min, max) {\r\n return Math.min(Math.max(val, min), max);\r\n}\r\n\r\nfunction stringContains(str, text) {\r\n return str.indexOf(text) > -1;\r\n}\r\n\r\nfunction applyArguments(func, args) {\r\n return func.apply(null, args);\r\n}\r\n\r\nvar is = {\r\n arr: function (a) { return Array.isArray(a); },\r\n obj: function (a) { return stringContains(Object.prototype.toString.call(a), 'Object'); },\r\n pth: function (a) { return is.obj(a) && a.hasOwnProperty('totalLength'); },\r\n svg: function (a) { return a instanceof SVGElement; },\r\n inp: function (a) { return a instanceof HTMLInputElement; },\r\n dom: function (a) { return a.nodeType || is.svg(a); },\r\n str: function (a) { return typeof a === 'string'; },\r\n fnc: function (a) { return typeof a === 'function'; },\r\n und: function (a) { return typeof a === 'undefined'; },\r\n nil: function (a) { return is.und(a) || a === null; },\r\n hex: function (a) { return /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(a); },\r\n rgb: function (a) { return /^rgb/.test(a); },\r\n hsl: function (a) { return /^hsl/.test(a); },\r\n col: function (a) { return (is.hex(a) || is.rgb(a) || is.hsl(a)); },\r\n key: function (a) { return !defaultInstanceSettings.hasOwnProperty(a) && !defaultTweenSettings.hasOwnProperty(a) && a !== 'targets' && a !== 'keyframes'; },\r\n};\r\n\r\n// Easings\r\n\r\nfunction parseEasingParameters(string) {\r\n var match = /\\(([^)]+)\\)/.exec(string);\r\n return match ? match[1].split(',').map(function (p) { return parseFloat(p); }) : [];\r\n}\r\n\r\n// Spring solver inspired by Webkit Copyright © 2016 Apple Inc. All rights reserved. https://webkit.org/demos/spring/spring.js\r\n\r\nfunction spring(string, duration) {\r\n\r\n var params = parseEasingParameters(string);\r\n var mass = minMax(is.und(params[0]) ? 1 : params[0], .1, 100);\r\n var stiffness = minMax(is.und(params[1]) ? 100 : params[1], .1, 100);\r\n var damping = minMax(is.und(params[2]) ? 10 : params[2], .1, 100);\r\n var velocity = minMax(is.und(params[3]) ? 0 : params[3], .1, 100);\r\n var w0 = Math.sqrt(stiffness / mass);\r\n var zeta = damping / (2 * Math.sqrt(stiffness * mass));\r\n var wd = zeta < 1 ? w0 * Math.sqrt(1 - zeta * zeta) : 0;\r\n var a = 1;\r\n var b = zeta < 1 ? (zeta * w0 + -velocity) / wd : -velocity + w0;\r\n\r\n function solver(t) {\r\n var progress = duration ? (duration * t) / 1000 : t;\r\n if (zeta < 1) {\r\n progress = Math.exp(-progress * zeta * w0) * (a * Math.cos(wd * progress) + b * Math.sin(wd * progress));\r\n } else {\r\n progress = (a + b * progress) * Math.exp(-progress * w0);\r\n }\r\n if (t === 0 || t === 1) { return t; }\r\n return 1 - progress;\r\n }\r\n\r\n function getDuration() {\r\n var cached = cache.springs[string];\r\n if (cached) { return cached; }\r\n var frame = 1/6;\r\n var elapsed = 0;\r\n var rest = 0;\r\n while(true) {\r\n elapsed += frame;\r\n if (solver(elapsed) === 1) {\r\n rest++;\r\n if (rest >= 16) { break; }\r\n } else {\r\n rest = 0;\r\n }\r\n }\r\n var duration = elapsed * frame * 1000;\r\n cache.springs[string] = duration;\r\n return duration;\r\n }\r\n\r\n return duration ? solver : getDuration;\r\n\r\n}\r\n\r\n// Basic steps easing implementation https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function\r\n\r\nfunction steps(steps) {\r\n if ( steps === void 0 ) steps = 10;\r\n\r\n return function (t) { return Math.ceil((minMax(t, 0.000001, 1)) * steps) * (1 / steps); };\r\n}\r\n\r\n// BezierEasing https://github.com/gre/bezier-easing\r\n\r\nvar bezier = (function () {\r\n\r\n var kSplineTableSize = 11;\r\n var kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);\r\n\r\n function A(aA1, aA2) { return 1.0 - 3.0 * aA2 + 3.0 * aA1 }\r\n function B(aA1, aA2) { return 3.0 * aA2 - 6.0 * aA1 }\r\n function C(aA1) { return 3.0 * aA1 }\r\n\r\n function calcBezier(aT, aA1, aA2) { return ((A(aA1, aA2) * aT + B(aA1, aA2)) * aT + C(aA1)) * aT }\r\n function getSlope(aT, aA1, aA2) { return 3.0 * A(aA1, aA2) * aT * aT + 2.0 * B(aA1, aA2) * aT + C(aA1) }\r\n\r\n function binarySubdivide(aX, aA, aB, mX1, mX2) {\r\n var currentX, currentT, i = 0;\r\n do {\r\n currentT = aA + (aB - aA) / 2.0;\r\n currentX = calcBezier(currentT, mX1, mX2) - aX;\r\n if (currentX > 0.0) { aB = currentT; } else { aA = currentT; }\r\n } while (Math.abs(currentX) > 0.0000001 && ++i < 10);\r\n return currentT;\r\n }\r\n\r\n function newtonRaphsonIterate(aX, aGuessT, mX1, mX2) {\r\n for (var i = 0; i < 4; ++i) {\r\n var currentSlope = getSlope(aGuessT, mX1, mX2);\r\n if (currentSlope === 0.0) { return aGuessT; }\r\n var currentX = calcBezier(aGuessT, mX1, mX2) - aX;\r\n aGuessT -= currentX / currentSlope;\r\n }\r\n return aGuessT;\r\n }\r\n\r\n function bezier(mX1, mY1, mX2, mY2) {\r\n\r\n if (!(0 <= mX1 && mX1 <= 1 && 0 <= mX2 && mX2 <= 1)) { return; }\r\n var sampleValues = new Float32Array(kSplineTableSize);\r\n\r\n if (mX1 !== mY1 || mX2 !== mY2) {\r\n for (var i = 0; i < kSplineTableSize; ++i) {\r\n sampleValues[i] = calcBezier(i * kSampleStepSize, mX1, mX2);\r\n }\r\n }\r\n\r\n function getTForX(aX) {\r\n\r\n var intervalStart = 0;\r\n var currentSample = 1;\r\n var lastSample = kSplineTableSize - 1;\r\n\r\n for (; currentSample !== lastSample && sampleValues[currentSample] <= aX; ++currentSample) {\r\n intervalStart += kSampleStepSize;\r\n }\r\n\r\n --currentSample;\r\n\r\n var dist = (aX - sampleValues[currentSample]) / (sampleValues[currentSample + 1] - sampleValues[currentSample]);\r\n var guessForT = intervalStart + dist * kSampleStepSize;\r\n var initialSlope = getSlope(guessForT, mX1, mX2);\r\n\r\n if (initialSlope >= 0.001) {\r\n return newtonRaphsonIterate(aX, guessForT, mX1, mX2);\r\n } else if (initialSlope === 0.0) {\r\n return guessForT;\r\n } else {\r\n return binarySubdivide(aX, intervalStart, intervalStart + kSampleStepSize, mX1, mX2);\r\n }\r\n\r\n }\r\n\r\n return function (x) {\r\n if (mX1 === mY1 && mX2 === mY2) { return x; }\r\n if (x === 0 || x === 1) { return x; }\r\n return calcBezier(getTForX(x), mY1, mY2);\r\n }\r\n\r\n }\r\n\r\n return bezier;\r\n\r\n})();\r\n\r\nvar penner = (function () {\r\n\r\n // Based on jQuery UI's implemenation of easing equations from Robert Penner (http://www.robertpenner.com/easing)\r\n\r\n var eases = { linear: function () { return function (t) { return t; }; } };\r\n\r\n var functionEasings = {\r\n Sine: function () { return function (t) { return 1 - Math.cos(t * Math.PI / 2); }; },\r\n Expo: function () { return function (t) { return t ? Math.pow(2, 10 * t - 10) : 0; }; },\r\n Circ: function () { return function (t) { return 1 - Math.sqrt(1 - t * t); }; },\r\n Back: function () { return function (t) { return t * t * (3 * t - 2); }; },\r\n Bounce: function () { return function (t) {\r\n var pow2, b = 4;\r\n while (t < (( pow2 = Math.pow(2, --b)) - 1) / 11) {}\r\n return 1 / Math.pow(4, 3 - b) - 7.5625 * Math.pow(( pow2 * 3 - 2 ) / 22 - t, 2)\r\n }; },\r\n Elastic: function (amplitude, period) {\r\n if ( amplitude === void 0 ) amplitude = 1;\r\n if ( period === void 0 ) period = .5;\r\n\r\n var a = minMax(amplitude, 1, 10);\r\n var p = minMax(period, .1, 2);\r\n return function (t) {\r\n return (t === 0 || t === 1) ? t : \r\n -a * Math.pow(2, 10 * (t - 1)) * Math.sin((((t - 1) - (p / (Math.PI * 2) * Math.asin(1 / a))) * (Math.PI * 2)) / p);\r\n }\r\n }\r\n };\r\n\r\n var baseEasings = ['Quad', 'Cubic', 'Quart', 'Quint'];\r\n\r\n baseEasings.forEach(function (name, i) {\r\n functionEasings[name] = function () { return function (t) { return Math.pow(t, i + 2); }; };\r\n });\r\n\r\n Object.keys(functionEasings).forEach(function (name) {\r\n var easeIn = functionEasings[name];\r\n eases['easeIn' + name] = easeIn;\r\n eases['easeOut' + name] = function (a, b) { return function (t) { return 1 - easeIn(a, b)(1 - t); }; };\r\n eases['easeInOut' + name] = function (a, b) { return function (t) { return t < 0.5 ? easeIn(a, b)(t * 2) / 2 : \r\n 1 - easeIn(a, b)(t * -2 + 2) / 2; }; };\r\n eases['easeOutIn' + name] = function (a, b) { return function (t) { return t < 0.5 ? (1 - easeIn(a, b)(1 - t * 2)) / 2 : \r\n (easeIn(a, b)(t * 2 - 1) + 1) / 2; }; };\r\n });\r\n\r\n return eases;\r\n\r\n})();\r\n\r\nfunction parseEasings(easing, duration) {\r\n if (is.fnc(easing)) { return easing; }\r\n var name = easing.split('(')[0];\r\n var ease = penner[name];\r\n var args = parseEasingParameters(easing);\r\n switch (name) {\r\n case 'spring' : return spring(easing, duration);\r\n case 'cubicBezier' : return applyArguments(bezier, args);\r\n case 'steps' : return applyArguments(steps, args);\r\n default : return applyArguments(ease, args);\r\n }\r\n}\r\n\r\n// Strings\r\n\r\nfunction selectString(str) {\r\n try {\r\n var nodes = document.querySelectorAll(str);\r\n return nodes;\r\n } catch(e) {\r\n return;\r\n }\r\n}\r\n\r\n// Arrays\r\n\r\nfunction filterArray(arr, callback) {\r\n var len = arr.length;\r\n var thisArg = arguments.length >= 2 ? arguments[1] : void 0;\r\n var result = [];\r\n for (var i = 0; i < len; i++) {\r\n if (i in arr) {\r\n var val = arr[i];\r\n if (callback.call(thisArg, val, i, arr)) {\r\n result.push(val);\r\n }\r\n }\r\n }\r\n return result;\r\n}\r\n\r\nfunction flattenArray(arr) {\r\n return arr.reduce(function (a, b) { return a.concat(is.arr(b) ? flattenArray(b) : b); }, []);\r\n}\r\n\r\nfunction toArray(o) {\r\n if (is.arr(o)) { return o; }\r\n if (is.str(o)) { o = selectString(o) || o; }\r\n if (o instanceof NodeList || o instanceof HTMLCollection) { return [].slice.call(o); }\r\n return [o];\r\n}\r\n\r\nfunction arrayContains(arr, val) {\r\n return arr.some(function (a) { return a === val; });\r\n}\r\n\r\n// Objects\r\n\r\nfunction cloneObject(o) {\r\n var clone = {};\r\n for (var p in o) { clone[p] = o[p]; }\r\n return clone;\r\n}\r\n\r\nfunction replaceObjectProps(o1, o2) {\r\n var o = cloneObject(o1);\r\n for (var p in o1) { o[p] = o2.hasOwnProperty(p) ? o2[p] : o1[p]; }\r\n return o;\r\n}\r\n\r\nfunction mergeObjects(o1, o2) {\r\n var o = cloneObject(o1);\r\n for (var p in o2) { o[p] = is.und(o1[p]) ? o2[p] : o1[p]; }\r\n return o;\r\n}\r\n\r\n// Colors\r\n\r\nfunction rgbToRgba(rgbValue) {\r\n var rgb = /rgb\\((\\d+,\\s*[\\d]+,\\s*[\\d]+)\\)/g.exec(rgbValue);\r\n return rgb ? (\"rgba(\" + (rgb[1]) + \",1)\") : rgbValue;\r\n}\r\n\r\nfunction hexToRgba(hexValue) {\r\n var rgx = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\r\n var hex = hexValue.replace(rgx, function (m, r, g, b) { return r + r + g + g + b + b; } );\r\n var rgb = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);\r\n var r = parseInt(rgb[1], 16);\r\n var g = parseInt(rgb[2], 16);\r\n var b = parseInt(rgb[3], 16);\r\n return (\"rgba(\" + r + \",\" + g + \",\" + b + \",1)\");\r\n}\r\n\r\nfunction hslToRgba(hslValue) {\r\n var hsl = /hsl\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%\\)/g.exec(hslValue) || /hsla\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%,\\s*([\\d.]+)\\)/g.exec(hslValue);\r\n var h = parseInt(hsl[1], 10) / 360;\r\n var s = parseInt(hsl[2], 10) / 100;\r\n var l = parseInt(hsl[3], 10) / 100;\r\n var a = hsl[4] || 1;\r\n function hue2rgb(p, q, t) {\r\n if (t < 0) { t += 1; }\r\n if (t > 1) { t -= 1; }\r\n if (t < 1/6) { return p + (q - p) * 6 * t; }\r\n if (t < 1/2) { return q; }\r\n if (t < 2/3) { return p + (q - p) * (2/3 - t) * 6; }\r\n return p;\r\n }\r\n var r, g, b;\r\n if (s == 0) {\r\n r = g = b = l;\r\n } else {\r\n var q = l < 0.5 ? l * (1 + s) : l + s - l * s;\r\n var p = 2 * l - q;\r\n r = hue2rgb(p, q, h + 1/3);\r\n g = hue2rgb(p, q, h);\r\n b = hue2rgb(p, q, h - 1/3);\r\n }\r\n return (\"rgba(\" + (r * 255) + \",\" + (g * 255) + \",\" + (b * 255) + \",\" + a + \")\");\r\n}\r\n\r\nfunction colorToRgb(val) {\r\n if (is.rgb(val)) { return rgbToRgba(val); }\r\n if (is.hex(val)) { return hexToRgba(val); }\r\n if (is.hsl(val)) { return hslToRgba(val); }\r\n}\r\n\r\n// Units\r\n\r\nfunction getUnit(val) {\r\n var split = /[+-]?\\d*\\.?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(val);\r\n if (split) { return split[1]; }\r\n}\r\n\r\nfunction getTransformUnit(propName) {\r\n if (stringContains(propName, 'translate') || propName === 'perspective') { return 'px'; }\r\n if (stringContains(propName, 'rotate') || stringContains(propName, 'skew')) { return 'deg'; }\r\n}\r\n\r\n// Values\r\n\r\nfunction getFunctionValue(val, animatable) {\r\n if (!is.fnc(val)) { return val; }\r\n return val(animatable.target, animatable.id, animatable.total);\r\n}\r\n\r\nfunction getAttribute(el, prop) {\r\n return el.getAttribute(prop);\r\n}\r\n\r\nfunction convertPxToUnit(el, value, unit) {\r\n var valueUnit = getUnit(value);\r\n if (arrayContains([unit, 'deg', 'rad', 'turn'], valueUnit)) { return value; }\r\n var cached = cache.CSS[value + unit];\r\n if (!is.und(cached)) { return cached; }\r\n var baseline = 100;\r\n var tempEl = document.createElement(el.tagName);\r\n var parentEl = (el.parentNode && (el.parentNode !== document)) ? el.parentNode : document.body;\r\n parentEl.appendChild(tempEl);\r\n tempEl.style.position = 'absolute';\r\n tempEl.style.width = baseline + unit;\r\n var factor = baseline / tempEl.offsetWidth;\r\n parentEl.removeChild(tempEl);\r\n var convertedUnit = factor * parseFloat(value);\r\n cache.CSS[value + unit] = convertedUnit;\r\n return convertedUnit;\r\n}\r\n\r\nfunction getCSSValue(el, prop, unit) {\r\n if (prop in el.style) {\r\n var uppercasePropName = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();\r\n var value = el.style[prop] || getComputedStyle(el).getPropertyValue(uppercasePropName) || '0';\r\n return unit ? convertPxToUnit(el, value, unit) : value;\r\n }\r\n}\r\n\r\nfunction getAnimationType(el, prop) {\r\n if (is.dom(el) && !is.inp(el) && (!is.nil(getAttribute(el, prop)) || (is.svg(el) && el[prop]))) { return 'attribute'; }\r\n if (is.dom(el) && arrayContains(validTransforms, prop)) { return 'transform'; }\r\n if (is.dom(el) && (prop !== 'transform' && getCSSValue(el, prop))) { return 'css'; }\r\n if (el[prop] != null) { return 'object'; }\r\n}\r\n\r\nfunction getElementTransforms(el) {\r\n if (!is.dom(el)) { return; }\r\n var str = el.style.transform || '';\r\n var reg = /(\\w+)\\(([^)]*)\\)/g;\r\n var transforms = new Map();\r\n var m; while (m = reg.exec(str)) { transforms.set(m[1], m[2]); }\r\n return transforms;\r\n}\r\n\r\nfunction getTransformValue(el, propName, animatable, unit) {\r\n var defaultVal = stringContains(propName, 'scale') ? 1 : 0 + getTransformUnit(propName);\r\n var value = getElementTransforms(el).get(propName) || defaultVal;\r\n if (animatable) {\r\n animatable.transforms.list.set(propName, value);\r\n animatable.transforms['last'] = propName;\r\n }\r\n return unit ? convertPxToUnit(el, value, unit) : value;\r\n}\r\n\r\nfunction getOriginalTargetValue(target, propName, unit, animatable) {\r\n switch (getAnimationType(target, propName)) {\r\n case 'transform': return getTransformValue(target, propName, animatable, unit);\r\n case 'css': return getCSSValue(target, propName, unit);\r\n case 'attribute': return getAttribute(target, propName);\r\n default: return target[propName] || 0;\r\n }\r\n}\r\n\r\nfunction getRelativeValue(to, from) {\r\n var operator = /^(\\*=|\\+=|-=)/.exec(to);\r\n if (!operator) { return to; }\r\n var u = getUnit(to) || 0;\r\n var x = parseFloat(from);\r\n var y = parseFloat(to.replace(operator[0], ''));\r\n switch (operator[0][0]) {\r\n case '+': return x + y + u;\r\n case '-': return x - y + u;\r\n case '*': return x * y + u;\r\n }\r\n}\r\n\r\nfunction validateValue(val, unit) {\r\n if (is.col(val)) { return colorToRgb(val); }\r\n if (/\\s/g.test(val)) { return val; }\r\n var originalUnit = getUnit(val);\r\n var unitLess = originalUnit ? val.substr(0, val.length - originalUnit.length) : val;\r\n if (unit) { return unitLess + unit; }\r\n return unitLess;\r\n}\r\n\r\n// getTotalLength() equivalent for circle, rect, polyline, polygon and line shapes\r\n// adapted from https://gist.github.com/SebLambla/3e0550c496c236709744\r\n\r\nfunction getDistance(p1, p2) {\r\n return Math.sqrt(Math.pow(p2.x - p1.x, 2) + Math.pow(p2.y - p1.y, 2));\r\n}\r\n\r\nfunction getCircleLength(el) {\r\n return Math.PI * 2 * getAttribute(el, 'r');\r\n}\r\n\r\nfunction getRectLength(el) {\r\n return (getAttribute(el, 'width') * 2) + (getAttribute(el, 'height') * 2);\r\n}\r\n\r\nfunction getLineLength(el) {\r\n return getDistance(\r\n {x: getAttribute(el, 'x1'), y: getAttribute(el, 'y1')}, \r\n {x: getAttribute(el, 'x2'), y: getAttribute(el, 'y2')}\r\n );\r\n}\r\n\r\nfunction getPolylineLength(el) {\r\n var points = el.points;\r\n var totalLength = 0;\r\n var previousPos;\r\n for (var i = 0 ; i < points.numberOfItems; i++) {\r\n var currentPos = points.getItem(i);\r\n if (i > 0) { totalLength += getDistance(previousPos, currentPos); }\r\n previousPos = currentPos;\r\n }\r\n return totalLength;\r\n}\r\n\r\nfunction getPolygonLength(el) {\r\n var points = el.points;\r\n return getPolylineLength(el) + getDistance(points.getItem(points.numberOfItems - 1), points.getItem(0));\r\n}\r\n\r\n// Path animation\r\n\r\nfunction getTotalLength(el) {\r\n if (el.getTotalLength) { return el.getTotalLength(); }\r\n switch(el.tagName.toLowerCase()) {\r\n case 'circle': return getCircleLength(el);\r\n case 'rect': return getRectLength(el);\r\n case 'line': return getLineLength(el);\r\n case 'polyline': return getPolylineLength(el);\r\n case 'polygon': return getPolygonLength(el);\r\n }\r\n}\r\n\r\nfunction setDashoffset(el) {\r\n var pathLength = getTotalLength(el);\r\n el.setAttribute('stroke-dasharray', pathLength);\r\n return pathLength;\r\n}\r\n\r\n// Motion path\r\n\r\nfunction getParentSvgEl(el) {\r\n var parentEl = el.parentNode;\r\n while (is.svg(parentEl)) {\r\n if (!is.svg(parentEl.parentNode)) { break; }\r\n parentEl = parentEl.parentNode;\r\n }\r\n return parentEl;\r\n}\r\n\r\nfunction getParentSvg(pathEl, svgData) {\r\n var svg = svgData || {};\r\n var parentSvgEl = svg.el || getParentSvgEl(pathEl);\r\n var rect = parentSvgEl.getBoundingClientRect();\r\n var viewBoxAttr = getAttribute(parentSvgEl, 'viewBox');\r\n var width = rect.width;\r\n var height = rect.height;\r\n var viewBox = svg.viewBox || (viewBoxAttr ? viewBoxAttr.split(' ') : [0, 0, width, height]);\r\n return {\r\n el: parentSvgEl,\r\n viewBox: viewBox,\r\n x: viewBox[0] / 1,\r\n y: viewBox[1] / 1,\r\n w: width,\r\n h: height,\r\n vW: viewBox[2],\r\n vH: viewBox[3]\r\n }\r\n}\r\n\r\nfunction getPath(path, percent) {\r\n var pathEl = is.str(path) ? selectString(path)[0] : path;\r\n var p = percent || 100;\r\n return function(property) {\r\n return {\r\n property: property,\r\n el: pathEl,\r\n svg: getParentSvg(pathEl),\r\n totalLength: getTotalLength(pathEl) * (p / 100)\r\n }\r\n }\r\n}\r\n\r\nfunction getPathProgress(path, progress, isPathTargetInsideSVG) {\r\n function point(offset) {\r\n if ( offset === void 0 ) offset = 0;\r\n\r\n var l = progress + offset >= 1 ? progress + offset : 0;\r\n return path.el.getPointAtLength(l);\r\n }\r\n var svg = getParentSvg(path.el, path.svg);\r\n var p = point();\r\n var p0 = point(-1);\r\n var p1 = point(+1);\r\n var scaleX = isPathTargetInsideSVG ? 1 : svg.w / svg.vW;\r\n var scaleY = isPathTargetInsideSVG ? 1 : svg.h / svg.vH;\r\n switch (path.property) {\r\n case 'x': return (p.x - svg.x) * scaleX;\r\n case 'y': return (p.y - svg.y) * scaleY;\r\n case 'angle': return Math.atan2(p1.y - p0.y, p1.x - p0.x) * 180 / Math.PI;\r\n }\r\n}\r\n\r\n// Decompose value\r\n\r\nfunction decomposeValue(val, unit) {\r\n // const rgx = /-?\\d*\\.?\\d+/g; // handles basic numbers\r\n // const rgx = /[+-]?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?/g; // handles exponents notation\r\n var rgx = /[+-]?\\d*\\.?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?/g; // handles exponents notation\r\n var value = validateValue((is.pth(val) ? val.totalLength : val), unit) + '';\r\n return {\r\n original: value,\r\n numbers: value.match(rgx) ? value.match(rgx).map(Number) : [0],\r\n strings: (is.str(val) || unit) ? value.split(rgx) : []\r\n }\r\n}\r\n\r\n// Animatables\r\n\r\nfunction parseTargets(targets) {\r\n var targetsArray = targets ? (flattenArray(is.arr(targets) ? targets.map(toArray) : toArray(targets))) : [];\r\n return filterArray(targetsArray, function (item, pos, self) { return self.indexOf(item) === pos; });\r\n}\r\n\r\nfunction getAnimatables(targets) {\r\n var parsed = parseTargets(targets);\r\n return parsed.map(function (t, i) {\r\n return {target: t, id: i, total: parsed.length, transforms: { list: getElementTransforms(t) } };\r\n });\r\n}\r\n\r\n// Properties\r\n\r\nfunction normalizePropertyTweens(prop, tweenSettings) {\r\n var settings = cloneObject(tweenSettings);\r\n // Override duration if easing is a spring\r\n if (/^spring/.test(settings.easing)) { settings.duration = spring(settings.easing); }\r\n if (is.arr(prop)) {\r\n var l = prop.length;\r\n var isFromTo = (l === 2 && !is.obj(prop[0]));\r\n if (!isFromTo) {\r\n // Duration divided by the number of tweens\r\n if (!is.fnc(tweenSettings.duration)) { settings.duration = tweenSettings.duration / l; }\r\n } else {\r\n // Transform [from, to] values shorthand to a valid tween value\r\n prop = {value: prop};\r\n }\r\n }\r\n var propArray = is.arr(prop) ? prop : [prop];\r\n return propArray.map(function (v, i) {\r\n var obj = (is.obj(v) && !is.pth(v)) ? v : {value: v};\r\n // Default delay value should only be applied to the first tween\r\n if (is.und(obj.delay)) { obj.delay = !i ? tweenSettings.delay : 0; }\r\n // Default endDelay value should only be applied to the last tween\r\n if (is.und(obj.endDelay)) { obj.endDelay = i === propArray.length - 1 ? tweenSettings.endDelay : 0; }\r\n return obj;\r\n }).map(function (k) { return mergeObjects(k, settings); });\r\n}\r\n\r\n\r\nfunction flattenKeyframes(keyframes) {\r\n var propertyNames = filterArray(flattenArray(keyframes.map(function (key) { return Object.keys(key); })), function (p) { return is.key(p); })\r\n .reduce(function (a,b) { if (a.indexOf(b) < 0) { a.push(b); } return a; }, []);\r\n var properties = {};\r\n var loop = function ( i ) {\r\n var propName = propertyNames[i];\r\n properties[propName] = keyframes.map(function (key) {\r\n var newKey = {};\r\n for (var p in key) {\r\n if (is.key(p)) {\r\n if (p == propName) { newKey.value = key[p]; }\r\n } else {\r\n newKey[p] = key[p];\r\n }\r\n }\r\n return newKey;\r\n });\r\n };\r\n\r\n for (var i = 0; i < propertyNames.length; i++) loop( i );\r\n return properties;\r\n}\r\n\r\nfunction getProperties(tweenSettings, params) {\r\n var properties = [];\r\n var keyframes = params.keyframes;\r\n if (keyframes) { params = mergeObjects(flattenKeyframes(keyframes), params); }\r\n for (var p in params) {\r\n if (is.key(p)) {\r\n properties.push({\r\n name: p,\r\n tweens: normalizePropertyTweens(params[p], tweenSettings)\r\n });\r\n }\r\n }\r\n return properties;\r\n}\r\n\r\n// Tweens\r\n\r\nfunction normalizeTweenValues(tween, animatable) {\r\n var t = {};\r\n for (var p in tween) {\r\n var value = getFunctionValue(tween[p], animatable);\r\n if (is.arr(value)) {\r\n value = value.map(function (v) { return getFunctionValue(v, animatable); });\r\n if (value.length === 1) { value = value[0]; }\r\n }\r\n t[p] = value;\r\n }\r\n t.duration = parseFloat(t.duration);\r\n t.delay = parseFloat(t.delay);\r\n return t;\r\n}\r\n\r\nfunction normalizeTweens(prop, animatable) {\r\n var previousTween;\r\n return prop.tweens.map(function (t) {\r\n var tween = normalizeTweenValues(t, animatable);\r\n var tweenValue = tween.value;\r\n var to = is.arr(tweenValue) ? tweenValue[1] : tweenValue;\r\n var toUnit = getUnit(to);\r\n var originalValue = getOriginalTargetValue(animatable.target, prop.name, toUnit, animatable);\r\n var previousValue = previousTween ? previousTween.to.original : originalValue;\r\n var from = is.arr(tweenValue) ? tweenValue[0] : previousValue;\r\n var fromUnit = getUnit(from) || getUnit(originalValue);\r\n var unit = toUnit || fromUnit;\r\n if (is.und(to)) { to = previousValue; }\r\n tween.from = decomposeValue(from, unit);\r\n tween.to = decomposeValue(getRelativeValue(to, from), unit);\r\n tween.start = previousTween ? previousTween.end : 0;\r\n tween.end = tween.start + tween.delay + tween.duration + tween.endDelay;\r\n tween.easing = parseEasings(tween.easing, tween.duration);\r\n tween.isPath = is.pth(tweenValue);\r\n tween.isPathTargetInsideSVG = tween.isPath && is.svg(animatable.target);\r\n tween.isColor = is.col(tween.from.original);\r\n if (tween.isColor) { tween.round = 1; }\r\n previousTween = tween;\r\n return tween;\r\n });\r\n}\r\n\r\n// Tween progress\r\n\r\nvar setProgressValue = {\r\n css: function (t, p, v) { return t.style[p] = v; },\r\n attribute: function (t, p, v) { return t.setAttribute(p, v); },\r\n object: function (t, p, v) { return t[p] = v; },\r\n transform: function (t, p, v, transforms, manual) {\r\n transforms.list.set(p, v);\r\n if (p === transforms.last || manual) {\r\n var str = '';\r\n transforms.list.forEach(function (value, prop) { str += prop + \"(\" + value + \") \"; });\r\n t.style.transform = str;\r\n }\r\n }\r\n};\r\n\r\n// Set Value helper\r\n\r\nfunction setTargetsValue(targets, properties) {\r\n var animatables = getAnimatables(targets);\r\n animatables.forEach(function (animatable) {\r\n for (var property in properties) {\r\n var value = getFunctionValue(properties[property], animatable);\r\n var target = animatable.target;\r\n var valueUnit = getUnit(value);\r\n var originalValue = getOriginalTargetValue(target, property, valueUnit, animatable);\r\n var unit = valueUnit || getUnit(originalValue);\r\n var to = getRelativeValue(validateValue(value, unit), originalValue);\r\n var animType = getAnimationType(target, property);\r\n setProgressValue[animType](target, property, to, animatable.transforms, true);\r\n }\r\n });\r\n}\r\n\r\n// Animations\r\n\r\nfunction createAnimation(animatable, prop) {\r\n var animType = getAnimationType(animatable.target, prop.name);\r\n if (animType) {\r\n var tweens = normalizeTweens(prop, animatable);\r\n var lastTween = tweens[tweens.length - 1];\r\n return {\r\n type: animType,\r\n property: prop.name,\r\n animatable: animatable,\r\n tweens: tweens,\r\n duration: lastTween.end,\r\n delay: tweens[0].delay,\r\n endDelay: lastTween.endDelay\r\n }\r\n }\r\n}\r\n\r\nfunction getAnimations(animatables, properties) {\r\n return filterArray(flattenArray(animatables.map(function (animatable) {\r\n return properties.map(function (prop) {\r\n return createAnimation(animatable, prop);\r\n });\r\n })), function (a) { return !is.und(a); });\r\n}\r\n\r\n// Create Instance\r\n\r\nfunction getInstanceTimings(animations, tweenSettings) {\r\n var animLength = animations.length;\r\n var getTlOffset = function (anim) { return anim.timelineOffset ? anim.timelineOffset : 0; };\r\n var timings = {};\r\n timings.duration = animLength ? Math.max.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.duration; })) : tweenSettings.duration;\r\n timings.delay = animLength ? Math.min.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.delay; })) : tweenSettings.delay;\r\n timings.endDelay = animLength ? timings.duration - Math.max.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.duration - anim.endDelay; })) : tweenSettings.endDelay;\r\n return timings;\r\n}\r\n\r\nvar instanceID = 0;\r\n\r\nfunction createNewInstance(params) {\r\n var instanceSettings = replaceObjectProps(defaultInstanceSettings, params);\r\n var tweenSettings = replaceObjectProps(defaultTweenSettings, params);\r\n var properties = getProperties(tweenSettings, params);\r\n var animatables = getAnimatables(params.targets);\r\n var animations = getAnimations(animatables, properties);\r\n var timings = getInstanceTimings(animations, tweenSettings);\r\n var id = instanceID;\r\n instanceID++;\r\n return mergeObjects(instanceSettings, {\r\n id: id,\r\n children: [],\r\n animatables: animatables,\r\n animations: animations,\r\n duration: timings.duration,\r\n delay: timings.delay,\r\n endDelay: timings.endDelay\r\n });\r\n}\r\n\r\n// Core\r\n\r\nvar activeInstances = [];\r\n\r\nvar engine = (function () {\r\n var raf;\r\n\r\n function play() {\r\n if (!raf && (!isDocumentHidden() || !anime.suspendWhenDocumentHidden) && activeInstances.length > 0) {\r\n raf = requestAnimationFrame(step);\r\n }\r\n }\r\n function step(t) {\r\n // memo on algorithm issue:\r\n // dangerous iteration over mutable `activeInstances`\r\n // (that collection may be updated from within callbacks of `tick`-ed animation instances)\r\n var activeInstancesLength = activeInstances.length;\r\n var i = 0;\r\n while (i < activeInstancesLength) {\r\n var activeInstance = activeInstances[i];\r\n if (!activeInstance.paused) {\r\n activeInstance.tick(t);\r\n i++;\r\n } else {\r\n activeInstances.splice(i, 1);\r\n activeInstancesLength--;\r\n }\r\n }\r\n raf = i > 0 ? requestAnimationFrame(step) : undefined;\r\n }\r\n\r\n function handleVisibilityChange() {\r\n if (!anime.suspendWhenDocumentHidden) { return; }\r\n\r\n if (isDocumentHidden()) {\r\n // suspend ticks\r\n raf = cancelAnimationFrame(raf);\r\n } else { // is back to active tab\r\n // first adjust animations to consider the time that ticks were suspended\r\n activeInstances.forEach(\r\n function (instance) { return instance ._onDocumentVisibility(); }\r\n );\r\n engine();\r\n }\r\n }\r\n if (typeof document !== 'undefined') {\r\n document.addEventListener('visibilitychange', handleVisibilityChange);\r\n }\r\n\r\n return play;\r\n})();\r\n\r\nfunction isDocumentHidden() {\r\n return !!document && document.hidden;\r\n}\r\n\r\n// Public Instance\r\n\r\nfunction anime(params) {\r\n if ( params === void 0 ) params = {};\r\n\r\n\r\n var startTime = 0, lastTime = 0, now = 0;\r\n var children, childrenLength = 0;\r\n var resolve = null;\r\n\r\n function makePromise(instance) {\r\n var promise = window.Promise && new Promise(function (_resolve) { return resolve = _resolve; });\r\n instance.finished = promise;\r\n return promise;\r\n }\r\n\r\n var instance = createNewInstance(params);\r\n var promise = makePromise(instance);\r\n\r\n function toggleInstanceDirection() {\r\n var direction = instance.direction;\r\n if (direction !== 'alternate') {\r\n instance.direction = direction !== 'normal' ? 'normal' : 'reverse';\r\n }\r\n instance.reversed = !instance.reversed;\r\n children.forEach(function (child) { return child.reversed = instance.reversed; });\r\n }\r\n\r\n function adjustTime(time) {\r\n return instance.reversed ? instance.duration - time : time;\r\n }\r\n\r\n function resetTime() {\r\n startTime = 0;\r\n lastTime = adjustTime(instance.currentTime) * (1 / anime.speed);\r\n }\r\n\r\n function seekChild(time, child) {\r\n if (child) { child.seek(time - child.timelineOffset); }\r\n }\r\n\r\n function syncInstanceChildren(time) {\r\n if (!instance.reversePlayback) {\r\n for (var i = 0; i < childrenLength; i++) { seekChild(time, children[i]); }\r\n } else {\r\n for (var i$1 = childrenLength; i$1--;) { seekChild(time, children[i$1]); }\r\n }\r\n }\r\n\r\n function setAnimationsProgress(insTime) {\r\n var i = 0;\r\n var animations = instance.animations;\r\n var animationsLength = animations.length;\r\n while (i < animationsLength) {\r\n var anim = animations[i];\r\n var animatable = anim.animatable;\r\n var tweens = anim.tweens;\r\n var tweenLength = tweens.length - 1;\r\n var tween = tweens[tweenLength];\r\n // Only check for keyframes if there is more than one tween\r\n if (tweenLength) { tween = filterArray(tweens, function (t) { return (insTime < t.end); })[0] || tween; }\r\n var elapsed = minMax(insTime - tween.start - tween.delay, 0, tween.duration) / tween.duration;\r\n var eased = isNaN(elapsed) ? 1 : tween.easing(elapsed);\r\n var strings = tween.to.strings;\r\n var round = tween.round;\r\n var numbers = [];\r\n var toNumbersLength = tween.to.numbers.length;\r\n var progress = (void 0);\r\n for (var n = 0; n < toNumbersLength; n++) {\r\n var value = (void 0);\r\n var toNumber = tween.to.numbers[n];\r\n var fromNumber = tween.from.numbers[n] || 0;\r\n if (!tween.isPath) {\r\n value = fromNumber + (eased * (toNumber - fromNumber));\r\n } else {\r\n value = getPathProgress(tween.value, eased * toNumber, tween.isPathTargetInsideSVG);\r\n }\r\n if (round) {\r\n if (!(tween.isColor && n > 2)) {\r\n value = Math.round(value * round) / round;\r\n }\r\n }\r\n numbers.push(value);\r\n }\r\n // Manual Array.reduce for better performances\r\n var stringsLength = strings.length;\r\n if (!stringsLength) {\r\n progress = numbers[0];\r\n } else {\r\n progress = strings[0];\r\n for (var s = 0; s < stringsLength; s++) {\r\n var a = strings[s];\r\n var b = strings[s + 1];\r\n var n$1 = numbers[s];\r\n if (!isNaN(n$1)) {\r\n if (!b) {\r\n progress += n$1 + ' ';\r\n } else {\r\n progress += n$1 + b;\r\n }\r\n }\r\n }\r\n }\r\n setProgressValue[anim.type](animatable.target, anim.property, progress, animatable.transforms);\r\n anim.currentValue = progress;\r\n i++;\r\n }\r\n }\r\n\r\n function setCallback(cb) {\r\n if (instance[cb] && !instance.passThrough) { instance[cb](instance); }\r\n }\r\n\r\n function countIteration() {\r\n if (instance.remaining && instance.remaining !== true) {\r\n instance.remaining--;\r\n }\r\n }\r\n\r\n function setInstanceProgress(engineTime) {\r\n var insDuration = instance.duration;\r\n var insDelay = instance.delay;\r\n var insEndDelay = insDuration - instance.endDelay;\r\n var insTime = adjustTime(engineTime);\r\n instance.progress = minMax((insTime / insDuration) * 100, 0, 100);\r\n instance.reversePlayback = insTime < instance.currentTime;\r\n if (children) { syncInstanceChildren(insTime); }\r\n if (!instance.began && instance.currentTime > 0) {\r\n instance.began = true;\r\n setCallback('begin');\r\n }\r\n if (!instance.loopBegan && instance.currentTime > 0) {\r\n instance.loopBegan = true;\r\n setCallback('loopBegin');\r\n }\r\n if (insTime <= insDelay && instance.currentTime !== 0) {\r\n setAnimationsProgress(0);\r\n }\r\n if ((insTime >= insEndDelay && instance.currentTime !== insDuration) || !insDuration) {\r\n setAnimationsProgress(insDuration);\r\n }\r\n if (insTime > insDelay && insTime < insEndDelay) {\r\n if (!instance.changeBegan) {\r\n instance.changeBegan = true;\r\n instance.changeCompleted = false;\r\n setCallback('changeBegin');\r\n }\r\n setCallback('change');\r\n setAnimationsProgress(insTime);\r\n } else {\r\n if (instance.changeBegan) {\r\n instance.changeCompleted = true;\r\n instance.changeBegan = false;\r\n setCallback('changeComplete');\r\n }\r\n }\r\n instance.currentTime = minMax(insTime, 0, insDuration);\r\n if (instance.began) { setCallback('update'); }\r\n if (engineTime >= insDuration) {\r\n lastTime = 0;\r\n countIteration();\r\n if (!instance.remaining) {\r\n instance.paused = true;\r\n if (!instance.completed) {\r\n instance.completed = true;\r\n setCallback('loopComplete');\r\n setCallback('complete');\r\n if (!instance.passThrough && 'Promise' in window) {\r\n resolve();\r\n promise = makePromise(instance);\r\n }\r\n }\r\n } else {\r\n startTime = now;\r\n setCallback('loopComplete');\r\n instance.loopBegan = false;\r\n if (instance.direction === 'alternate') {\r\n toggleInstanceDirection();\r\n }\r\n }\r\n }\r\n }\r\n\r\n instance.reset = function() {\r\n var direction = instance.direction;\r\n instance.passThrough = false;\r\n instance.currentTime = 0;\r\n instance.progress = 0;\r\n instance.paused = true;\r\n instance.began = false;\r\n instance.loopBegan = false;\r\n instance.changeBegan = false;\r\n instance.completed = false;\r\n instance.changeCompleted = false;\r\n instance.reversePlayback = false;\r\n instance.reversed = direction === 'reverse';\r\n instance.remaining = instance.loop;\r\n children = instance.children;\r\n childrenLength = children.length;\r\n for (var i = childrenLength; i--;) { instance.children[i].reset(); }\r\n if (instance.reversed && instance.loop !== true || (direction === 'alternate' && instance.loop === 1)) { instance.remaining++; }\r\n setAnimationsProgress(instance.reversed ? instance.duration : 0);\r\n };\r\n\r\n // internal method (for engine) to adjust animation timings before restoring engine ticks (rAF)\r\n instance._onDocumentVisibility = resetTime;\r\n\r\n // Set Value helper\r\n\r\n instance.set = function(targets, properties) {\r\n setTargetsValue(targets, properties);\r\n return instance;\r\n };\r\n\r\n instance.tick = function(t) {\r\n now = t;\r\n if (!startTime) { startTime = now; }\r\n setInstanceProgress((now + (lastTime - startTime)) * anime.speed);\r\n };\r\n\r\n instance.seek = function(time) {\r\n setInstanceProgress(adjustTime(time));\r\n };\r\n\r\n instance.pause = function() {\r\n instance.paused = true;\r\n resetTime();\r\n };\r\n\r\n instance.play = function() {\r\n if (!instance.paused) { return; }\r\n if (instance.completed) { instance.reset(); }\r\n instance.paused = false;\r\n activeInstances.push(instance);\r\n resetTime();\r\n engine();\r\n };\r\n\r\n instance.reverse = function() {\r\n toggleInstanceDirection();\r\n instance.completed = instance.reversed ? false : true;\r\n resetTime();\r\n };\r\n\r\n instance.restart = function() {\r\n instance.reset();\r\n instance.play();\r\n };\r\n\r\n instance.remove = function(targets) {\r\n var targetsArray = parseTargets(targets);\r\n removeTargetsFromInstance(targetsArray, instance);\r\n };\r\n\r\n instance.reset();\r\n\r\n if (instance.autoplay) { instance.play(); }\r\n\r\n return instance;\r\n\r\n}\r\n\r\n// Remove targets from animation\r\n\r\nfunction removeTargetsFromAnimations(targetsArray, animations) {\r\n for (var a = animations.length; a--;) {\r\n if (arrayContains(targetsArray, animations[a].animatable.target)) {\r\n animations.splice(a, 1);\r\n }\r\n }\r\n}\r\n\r\nfunction removeTargetsFromInstance(targetsArray, instance) {\r\n var animations = instance.animations;\r\n var children = instance.children;\r\n removeTargetsFromAnimations(targetsArray, animations);\r\n for (var c = children.length; c--;) {\r\n var child = children[c];\r\n var childAnimations = child.animations;\r\n removeTargetsFromAnimations(targetsArray, childAnimations);\r\n if (!childAnimations.length && !child.children.length) { children.splice(c, 1); }\r\n }\r\n if (!animations.length && !children.length) { instance.pause(); }\r\n}\r\n\r\nfunction removeTargetsFromActiveInstances(targets) {\r\n var targetsArray = parseTargets(targets);\r\n for (var i = activeInstances.length; i--;) {\r\n var instance = activeInstances[i];\r\n removeTargetsFromInstance(targetsArray, instance);\r\n }\r\n}\r\n\r\n// Stagger helpers\r\n\r\nfunction stagger(val, params) {\r\n if ( params === void 0 ) params = {};\r\n\r\n var direction = params.direction || 'normal';\r\n var easing = params.easing ? parseEasings(params.easing) : null;\r\n var grid = params.grid;\r\n var axis = params.axis;\r\n var fromIndex = params.from || 0;\r\n var fromFirst = fromIndex === 'first';\r\n var fromCenter = fromIndex === 'center';\r\n var fromLast = fromIndex === 'last';\r\n var isRange = is.arr(val);\r\n var val1 = isRange ? parseFloat(val[0]) : parseFloat(val);\r\n var val2 = isRange ? parseFloat(val[1]) : 0;\r\n var unit = getUnit(isRange ? val[1] : val) || 0;\r\n var start = params.start || 0 + (isRange ? val1 : 0);\r\n var values = [];\r\n var maxValue = 0;\r\n return function (el, i, t) {\r\n if (fromFirst) { fromIndex = 0; }\r\n if (fromCenter) { fromIndex = (t - 1) / 2; }\r\n if (fromLast) { fromIndex = t - 1; }\r\n if (!values.length) {\r\n for (var index = 0; index < t; index++) {\r\n if (!grid) {\r\n values.push(Math.abs(fromIndex - index));\r\n } else {\r\n var fromX = !fromCenter ? fromIndex%grid[0] : (grid[0]-1)/2;\r\n var fromY = !fromCenter ? Math.floor(fromIndex/grid[0]) : (grid[1]-1)/2;\r\n var toX = index%grid[0];\r\n var toY = Math.floor(index/grid[0]);\r\n var distanceX = fromX - toX;\r\n var distanceY = fromY - toY;\r\n var value = Math.sqrt(distanceX * distanceX + distanceY * distanceY);\r\n if (axis === 'x') { value = -distanceX; }\r\n if (axis === 'y') { value = -distanceY; }\r\n values.push(value);\r\n }\r\n maxValue = Math.max.apply(Math, values);\r\n }\r\n if (easing) { values = values.map(function (val) { return easing(val / maxValue) * maxValue; }); }\r\n if (direction === 'reverse') { values = values.map(function (val) { return axis ? (val < 0) ? val * -1 : -val : Math.abs(maxValue - val); }); }\r\n }\r\n var spacing = isRange ? (val2 - val1) / maxValue : val1;\r\n return start + (spacing * (Math.round(values[i] * 100) / 100)) + unit;\r\n }\r\n}\r\n\r\n// Timeline\r\n\r\nfunction timeline(params) {\r\n if ( params === void 0 ) params = {};\r\n\r\n var tl = anime(params);\r\n tl.duration = 0;\r\n tl.add = function(instanceParams, timelineOffset) {\r\n var tlIndex = activeInstances.indexOf(tl);\r\n var children = tl.children;\r\n if (tlIndex > -1) { activeInstances.splice(tlIndex, 1); }\r\n function passThrough(ins) { ins.passThrough = true; }\r\n for (var i = 0; i < children.length; i++) { passThrough(children[i]); }\r\n var insParams = mergeObjects(instanceParams, replaceObjectProps(defaultTweenSettings, params));\r\n insParams.targets = insParams.targets || params.targets;\r\n var tlDuration = tl.duration;\r\n insParams.autoplay = false;\r\n insParams.direction = tl.direction;\r\n insParams.timelineOffset = is.und(timelineOffset) ? tlDuration : getRelativeValue(timelineOffset, tlDuration);\r\n passThrough(tl);\r\n tl.seek(insParams.timelineOffset);\r\n var ins = anime(insParams);\r\n passThrough(ins);\r\n children.push(ins);\r\n var timings = getInstanceTimings(children, params);\r\n tl.delay = timings.delay;\r\n tl.endDelay = timings.endDelay;\r\n tl.duration = timings.duration;\r\n tl.seek(0);\r\n tl.reset();\r\n if (tl.autoplay) { tl.play(); }\r\n return tl;\r\n };\r\n return tl;\r\n}\r\n\r\nanime.version = '3.2.1';\r\nanime.speed = 1;\r\n// TODO:#review: naming, documentation\r\nanime.suspendWhenDocumentHidden = true;\r\nanime.running = activeInstances;\r\nanime.remove = removeTargetsFromActiveInstances;\r\nanime.get = getOriginalTargetValue;\r\nanime.set = setTargetsValue;\r\nanime.convertPx = convertPxToUnit;\r\nanime.path = getPath;\r\nanime.setDashoffset = setDashoffset;\r\nanime.stagger = stagger;\r\nanime.timeline = timeline;\r\nanime.easing = parseEasings;\r\nanime.penner = penner;\r\nanime.random = function (min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; };\r\n\r\nexport default anime;\r\n"], - "mappings": "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", - "names": ["duration", "steps", "r", "g", "b", "p", "q", "i", "instance", "promise", "val", "ins", "bezier"] -} diff --git a/node_modules/.vite/deps/chunk-YDFMVJDU.js.map b/node_modules/.vite/deps/chunk-YDFMVJDU.js.map deleted file mode 100644 index 74097b7c..00000000 --- a/node_modules/.vite/deps/chunk-YDFMVJDU.js.map +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": 3, - "sources": ["../../fuse.js/dist/fuse.mjs"], - "sourcesContent": ["/**\r\n * Fuse.js v7.0.0 - Lightweight fuzzy-search (http://fusejs.io)\r\n *\r\n * Copyright (c) 2023 Kiro Risk (http://kiro.me)\r\n * All Rights Reserved. Apache Software License 2.0\r\n *\r\n * http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\n\r\nfunction isArray(value) {\r\n return !Array.isArray\r\n ? getTag(value) === '[object Array]'\r\n : Array.isArray(value)\r\n}\r\n\r\n// Adapted from: https://github.com/lodash/lodash/blob/master/.internal/baseToString.js\r\nconst INFINITY = 1 / 0;\r\nfunction baseToString(value) {\r\n // Exit early for strings to avoid a performance hit in some environments.\r\n if (typeof value == 'string') {\r\n return value\r\n }\r\n let result = value + '';\r\n return result == '0' && 1 / value == -INFINITY ? '-0' : result\r\n}\r\n\r\nfunction toString(value) {\r\n return value == null ? '' : baseToString(value)\r\n}\r\n\r\nfunction isString(value) {\r\n return typeof value === 'string'\r\n}\r\n\r\nfunction isNumber(value) {\r\n return typeof value === 'number'\r\n}\r\n\r\n// Adapted from: https://github.com/lodash/lodash/blob/master/isBoolean.js\r\nfunction isBoolean(value) {\r\n return (\r\n value === true ||\r\n value === false ||\r\n (isObjectLike(value) && getTag(value) == '[object Boolean]')\r\n )\r\n}\r\n\r\nfunction isObject(value) {\r\n return typeof value === 'object'\r\n}\r\n\r\n// Checks if `value` is object-like.\r\nfunction isObjectLike(value) {\r\n return isObject(value) && value !== null\r\n}\r\n\r\nfunction isDefined(value) {\r\n return value !== undefined && value !== null\r\n}\r\n\r\nfunction isBlank(value) {\r\n return !value.trim().length\r\n}\r\n\r\n// Gets the `toStringTag` of `value`.\r\n// Adapted from: https://github.com/lodash/lodash/blob/master/.internal/getTag.js\r\nfunction getTag(value) {\r\n return value == null\r\n ? value === undefined\r\n ? '[object Undefined]'\r\n : '[object Null]'\r\n : Object.prototype.toString.call(value)\r\n}\r\n\r\nconst EXTENDED_SEARCH_UNAVAILABLE = 'Extended search is not available';\r\n\r\nconst INCORRECT_INDEX_TYPE = \"Incorrect 'index' type\";\r\n\r\nconst LOGICAL_SEARCH_INVALID_QUERY_FOR_KEY = (key) =>\r\n `Invalid value for key ${key}`;\r\n\r\nconst PATTERN_LENGTH_TOO_LARGE = (max) =>\r\n `Pattern length exceeds max of ${max}.`;\r\n\r\nconst MISSING_KEY_PROPERTY = (name) => `Missing ${name} property in key`;\r\n\r\nconst INVALID_KEY_WEIGHT_VALUE = (key) =>\r\n `Property 'weight' in key '${key}' must be a positive integer`;\r\n\r\nconst hasOwn = Object.prototype.hasOwnProperty;\r\n\r\nclass KeyStore {\r\n constructor(keys) {\r\n this._keys = [];\r\n this._keyMap = {};\r\n\r\n let totalWeight = 0;\r\n\r\n keys.forEach((key) => {\r\n let obj = createKey(key);\r\n\r\n this._keys.push(obj);\r\n this._keyMap[obj.id] = obj;\r\n\r\n totalWeight += obj.weight;\r\n });\r\n\r\n // Normalize weights so that their sum is equal to 1\r\n this._keys.forEach((key) => {\r\n key.weight /= totalWeight;\r\n });\r\n }\r\n get(keyId) {\r\n return this._keyMap[keyId]\r\n }\r\n keys() {\r\n return this._keys\r\n }\r\n toJSON() {\r\n return JSON.stringify(this._keys)\r\n }\r\n}\r\n\r\nfunction createKey(key) {\r\n let path = null;\r\n let id = null;\r\n let src = null;\r\n let weight = 1;\r\n let getFn = null;\r\n\r\n if (isString(key) || isArray(key)) {\r\n src = key;\r\n path = createKeyPath(key);\r\n id = createKeyId(key);\r\n } else {\r\n if (!hasOwn.call(key, 'name')) {\r\n throw new Error(MISSING_KEY_PROPERTY('name'))\r\n }\r\n\r\n const name = key.name;\r\n src = name;\r\n\r\n if (hasOwn.call(key, 'weight')) {\r\n weight = key.weight;\r\n\r\n if (weight <= 0) {\r\n throw new Error(INVALID_KEY_WEIGHT_VALUE(name))\r\n }\r\n }\r\n\r\n path = createKeyPath(name);\r\n id = createKeyId(name);\r\n getFn = key.getFn;\r\n }\r\n\r\n return { path, id, weight, src, getFn }\r\n}\r\n\r\nfunction createKeyPath(key) {\r\n return isArray(key) ? key : key.split('.')\r\n}\r\n\r\nfunction createKeyId(key) {\r\n return isArray(key) ? key.join('.') : key\r\n}\r\n\r\nfunction get(obj, path) {\r\n let list = [];\r\n let arr = false;\r\n\r\n const deepGet = (obj, path, index) => {\r\n if (!isDefined(obj)) {\r\n return\r\n }\r\n if (!path[index]) {\r\n // If there's no path left, we've arrived at the object we care about.\r\n list.push(obj);\r\n } else {\r\n let key = path[index];\r\n\r\n const value = obj[key];\r\n\r\n if (!isDefined(value)) {\r\n return\r\n }\r\n\r\n // If we're at the last value in the path, and if it's a string/number/bool,\r\n // add it to the list\r\n if (\r\n index === path.length - 1 &&\r\n (isString(value) || isNumber(value) || isBoolean(value))\r\n ) {\r\n list.push(toString(value));\r\n } else if (isArray(value)) {\r\n arr = true;\r\n // Search each item in the array.\r\n for (let i = 0, len = value.length; i < len; i += 1) {\r\n deepGet(value[i], path, index + 1);\r\n }\r\n } else if (path.length) {\r\n // An object. Recurse further.\r\n deepGet(value, path, index + 1);\r\n }\r\n }\r\n };\r\n\r\n // Backwards compatibility (since path used to be a string)\r\n deepGet(obj, isString(path) ? path.split('.') : path, 0);\r\n\r\n return arr ? list : list[0]\r\n}\r\n\r\nconst MatchOptions = {\r\n // Whether the matches should be included in the result set. When `true`, each record in the result\r\n // set will include the indices of the matched characters.\r\n // These can consequently be used for highlighting purposes.\r\n includeMatches: false,\r\n // When `true`, the matching function will continue to the end of a search pattern even if\r\n // a perfect match has already been located in the string.\r\n findAllMatches: false,\r\n // Minimum number of characters that must be matched before a result is considered a match\r\n minMatchCharLength: 1\r\n};\r\n\r\nconst BasicOptions = {\r\n // When `true`, the algorithm continues searching to the end of the input even if a perfect\r\n // match is found before the end of the same input.\r\n isCaseSensitive: false,\r\n // When true, the matching function will continue to the end of a search pattern even if\r\n includeScore: false,\r\n // List of properties that will be searched. This also supports nested properties.\r\n keys: [],\r\n // Whether to sort the result list, by score\r\n shouldSort: true,\r\n // Default sort function: sort by ascending score, ascending index\r\n sortFn: (a, b) =>\r\n a.score === b.score ? (a.idx < b.idx ? -1 : 1) : a.score < b.score ? -1 : 1\r\n};\r\n\r\nconst FuzzyOptions = {\r\n // Approximately where in the text is the pattern expected to be found?\r\n location: 0,\r\n // At what point does the match algorithm give up. A threshold of '0.0' requires a perfect match\r\n // (of both letters and location), a threshold of '1.0' would match anything.\r\n threshold: 0.6,\r\n // Determines how close the match must be to the fuzzy location (specified above).\r\n // An exact letter match which is 'distance' characters away from the fuzzy location\r\n // would score as a complete mismatch. A distance of '0' requires the match be at\r\n // the exact location specified, a threshold of '1000' would require a perfect match\r\n // to be within 800 characters of the fuzzy location to be found using a 0.8 threshold.\r\n distance: 100\r\n};\r\n\r\nconst AdvancedOptions = {\r\n // When `true`, it enables the use of unix-like search commands\r\n useExtendedSearch: false,\r\n // The get function to use when fetching an object's properties.\r\n // The default will search nested paths *ie foo.bar.baz*\r\n getFn: get,\r\n // When `true`, search will ignore `location` and `distance`, so it won't matter\r\n // where in the string the pattern appears.\r\n // More info: https://fusejs.io/concepts/scoring-theory.html#fuzziness-score\r\n ignoreLocation: false,\r\n // When `true`, the calculation for the relevance score (used for sorting) will\r\n // ignore the field-length norm.\r\n // More info: https://fusejs.io/concepts/scoring-theory.html#field-length-norm\r\n ignoreFieldNorm: false,\r\n // The weight to determine how much field length norm effects scoring.\r\n fieldNormWeight: 1\r\n};\r\n\r\nvar Config = {\r\n ...BasicOptions,\r\n ...MatchOptions,\r\n ...FuzzyOptions,\r\n ...AdvancedOptions\r\n};\r\n\r\nconst SPACE = /[^ ]+/g;\r\n\r\n// Field-length norm: the shorter the field, the higher the weight.\r\n// Set to 3 decimals to reduce index size.\r\nfunction norm(weight = 1, mantissa = 3) {\r\n const cache = new Map();\r\n const m = Math.pow(10, mantissa);\r\n\r\n return {\r\n get(value) {\r\n const numTokens = value.match(SPACE).length;\r\n\r\n if (cache.has(numTokens)) {\r\n return cache.get(numTokens)\r\n }\r\n\r\n // Default function is 1/sqrt(x), weight makes that variable\r\n const norm = 1 / Math.pow(numTokens, 0.5 * weight);\r\n\r\n // In place of `toFixed(mantissa)`, for faster computation\r\n const n = parseFloat(Math.round(norm * m) / m);\r\n\r\n cache.set(numTokens, n);\r\n\r\n return n\r\n },\r\n clear() {\r\n cache.clear();\r\n }\r\n }\r\n}\r\n\r\nclass FuseIndex {\r\n constructor({\r\n getFn = Config.getFn,\r\n fieldNormWeight = Config.fieldNormWeight\r\n } = {}) {\r\n this.norm = norm(fieldNormWeight, 3);\r\n this.getFn = getFn;\r\n this.isCreated = false;\r\n\r\n this.setIndexRecords();\r\n }\r\n setSources(docs = []) {\r\n this.docs = docs;\r\n }\r\n setIndexRecords(records = []) {\r\n this.records = records;\r\n }\r\n setKeys(keys = []) {\r\n this.keys = keys;\r\n this._keysMap = {};\r\n keys.forEach((key, idx) => {\r\n this._keysMap[key.id] = idx;\r\n });\r\n }\r\n create() {\r\n if (this.isCreated || !this.docs.length) {\r\n return\r\n }\r\n\r\n this.isCreated = true;\r\n\r\n // List is Array\r\n if (isString(this.docs[0])) {\r\n this.docs.forEach((doc, docIndex) => {\r\n this._addString(doc, docIndex);\r\n });\r\n } else {\r\n // List is Array\r\n this.docs.forEach((doc, docIndex) => {\r\n this._addObject(doc, docIndex);\r\n });\r\n }\r\n\r\n this.norm.clear();\r\n }\r\n // Adds a doc to the end of the index\r\n add(doc) {\r\n const idx = this.size();\r\n\r\n if (isString(doc)) {\r\n this._addString(doc, idx);\r\n } else {\r\n this._addObject(doc, idx);\r\n }\r\n }\r\n // Removes the doc at the specified index of the index\r\n removeAt(idx) {\r\n this.records.splice(idx, 1);\r\n\r\n // Change ref index of every subsquent doc\r\n for (let i = idx, len = this.size(); i < len; i += 1) {\r\n this.records[i].i -= 1;\r\n }\r\n }\r\n getValueForItemAtKeyId(item, keyId) {\r\n return item[this._keysMap[keyId]]\r\n }\r\n size() {\r\n return this.records.length\r\n }\r\n _addString(doc, docIndex) {\r\n if (!isDefined(doc) || isBlank(doc)) {\r\n return\r\n }\r\n\r\n let record = {\r\n v: doc,\r\n i: docIndex,\r\n n: this.norm.get(doc)\r\n };\r\n\r\n this.records.push(record);\r\n }\r\n _addObject(doc, docIndex) {\r\n let record = { i: docIndex, $: {} };\r\n\r\n // Iterate over every key (i.e, path), and fetch the value at that key\r\n this.keys.forEach((key, keyIndex) => {\r\n let value = key.getFn ? key.getFn(doc) : this.getFn(doc, key.path);\r\n\r\n if (!isDefined(value)) {\r\n return\r\n }\r\n\r\n if (isArray(value)) {\r\n let subRecords = [];\r\n const stack = [{ nestedArrIndex: -1, value }];\r\n\r\n while (stack.length) {\r\n const { nestedArrIndex, value } = stack.pop();\r\n\r\n if (!isDefined(value)) {\r\n continue\r\n }\r\n\r\n if (isString(value) && !isBlank(value)) {\r\n let subRecord = {\r\n v: value,\r\n i: nestedArrIndex,\r\n n: this.norm.get(value)\r\n };\r\n\r\n subRecords.push(subRecord);\r\n } else if (isArray(value)) {\r\n value.forEach((item, k) => {\r\n stack.push({\r\n nestedArrIndex: k,\r\n value: item\r\n });\r\n });\r\n } else ;\r\n }\r\n record.$[keyIndex] = subRecords;\r\n } else if (isString(value) && !isBlank(value)) {\r\n let subRecord = {\r\n v: value,\r\n n: this.norm.get(value)\r\n };\r\n\r\n record.$[keyIndex] = subRecord;\r\n }\r\n });\r\n\r\n this.records.push(record);\r\n }\r\n toJSON() {\r\n return {\r\n keys: this.keys,\r\n records: this.records\r\n }\r\n }\r\n}\r\n\r\nfunction createIndex(\r\n keys,\r\n docs,\r\n { getFn = Config.getFn, fieldNormWeight = Config.fieldNormWeight } = {}\r\n) {\r\n const myIndex = new FuseIndex({ getFn, fieldNormWeight });\r\n myIndex.setKeys(keys.map(createKey));\r\n myIndex.setSources(docs);\r\n myIndex.create();\r\n return myIndex\r\n}\r\n\r\nfunction parseIndex(\r\n data,\r\n { getFn = Config.getFn, fieldNormWeight = Config.fieldNormWeight } = {}\r\n) {\r\n const { keys, records } = data;\r\n const myIndex = new FuseIndex({ getFn, fieldNormWeight });\r\n myIndex.setKeys(keys);\r\n myIndex.setIndexRecords(records);\r\n return myIndex\r\n}\r\n\r\nfunction computeScore$1(\r\n pattern,\r\n {\r\n errors = 0,\r\n currentLocation = 0,\r\n expectedLocation = 0,\r\n distance = Config.distance,\r\n ignoreLocation = Config.ignoreLocation\r\n } = {}\r\n) {\r\n const accuracy = errors / pattern.length;\r\n\r\n if (ignoreLocation) {\r\n return accuracy\r\n }\r\n\r\n const proximity = Math.abs(expectedLocation - currentLocation);\r\n\r\n if (!distance) {\r\n // Dodge divide by zero error.\r\n return proximity ? 1.0 : accuracy\r\n }\r\n\r\n return accuracy + proximity / distance\r\n}\r\n\r\nfunction convertMaskToIndices(\r\n matchmask = [],\r\n minMatchCharLength = Config.minMatchCharLength\r\n) {\r\n let indices = [];\r\n let start = -1;\r\n let end = -1;\r\n let i = 0;\r\n\r\n for (let len = matchmask.length; i < len; i += 1) {\r\n let match = matchmask[i];\r\n if (match && start === -1) {\r\n start = i;\r\n } else if (!match && start !== -1) {\r\n end = i - 1;\r\n if (end - start + 1 >= minMatchCharLength) {\r\n indices.push([start, end]);\r\n }\r\n start = -1;\r\n }\r\n }\r\n\r\n // (i-1 - start) + 1 => i - start\r\n if (matchmask[i - 1] && i - start >= minMatchCharLength) {\r\n indices.push([start, i - 1]);\r\n }\r\n\r\n return indices\r\n}\r\n\r\n// Machine word size\r\nconst MAX_BITS = 32;\r\n\r\nfunction search(\r\n text,\r\n pattern,\r\n patternAlphabet,\r\n {\r\n location = Config.location,\r\n distance = Config.distance,\r\n threshold = Config.threshold,\r\n findAllMatches = Config.findAllMatches,\r\n minMatchCharLength = Config.minMatchCharLength,\r\n includeMatches = Config.includeMatches,\r\n ignoreLocation = Config.ignoreLocation\r\n } = {}\r\n) {\r\n if (pattern.length > MAX_BITS) {\r\n throw new Error(PATTERN_LENGTH_TOO_LARGE(MAX_BITS))\r\n }\r\n\r\n const patternLen = pattern.length;\r\n // Set starting location at beginning text and initialize the alphabet.\r\n const textLen = text.length;\r\n // Handle the case when location > text.length\r\n const expectedLocation = Math.max(0, Math.min(location, textLen));\r\n // Highest score beyond which we give up.\r\n let currentThreshold = threshold;\r\n // Is there a nearby exact match? (speedup)\r\n let bestLocation = expectedLocation;\r\n\r\n // Performance: only computer matches when the minMatchCharLength > 1\r\n // OR if `includeMatches` is true.\r\n const computeMatches = minMatchCharLength > 1 || includeMatches;\r\n // A mask of the matches, used for building the indices\r\n const matchMask = computeMatches ? Array(textLen) : [];\r\n\r\n let index;\r\n\r\n // Get all exact matches, here for speed up\r\n while ((index = text.indexOf(pattern, bestLocation)) > -1) {\r\n let score = computeScore$1(pattern, {\r\n currentLocation: index,\r\n expectedLocation,\r\n distance,\r\n ignoreLocation\r\n });\r\n\r\n currentThreshold = Math.min(score, currentThreshold);\r\n bestLocation = index + patternLen;\r\n\r\n if (computeMatches) {\r\n let i = 0;\r\n while (i < patternLen) {\r\n matchMask[index + i] = 1;\r\n i += 1;\r\n }\r\n }\r\n }\r\n\r\n // Reset the best location\r\n bestLocation = -1;\r\n\r\n let lastBitArr = [];\r\n let finalScore = 1;\r\n let binMax = patternLen + textLen;\r\n\r\n const mask = 1 << (patternLen - 1);\r\n\r\n for (let i = 0; i < patternLen; i += 1) {\r\n // Scan for the best match; each iteration allows for one more error.\r\n // Run a binary search to determine how far from the match location we can stray\r\n // at this error level.\r\n let binMin = 0;\r\n let binMid = binMax;\r\n\r\n while (binMin < binMid) {\r\n const score = computeScore$1(pattern, {\r\n errors: i,\r\n currentLocation: expectedLocation + binMid,\r\n expectedLocation,\r\n distance,\r\n ignoreLocation\r\n });\r\n\r\n if (score <= currentThreshold) {\r\n binMin = binMid;\r\n } else {\r\n binMax = binMid;\r\n }\r\n\r\n binMid = Math.floor((binMax - binMin) / 2 + binMin);\r\n }\r\n\r\n // Use the result from this iteration as the maximum for the next.\r\n binMax = binMid;\r\n\r\n let start = Math.max(1, expectedLocation - binMid + 1);\r\n let finish = findAllMatches\r\n ? textLen\r\n : Math.min(expectedLocation + binMid, textLen) + patternLen;\r\n\r\n // Initialize the bit array\r\n let bitArr = Array(finish + 2);\r\n\r\n bitArr[finish + 1] = (1 << i) - 1;\r\n\r\n for (let j = finish; j >= start; j -= 1) {\r\n let currentLocation = j - 1;\r\n let charMatch = patternAlphabet[text.charAt(currentLocation)];\r\n\r\n if (computeMatches) {\r\n // Speed up: quick bool to int conversion (i.e, `charMatch ? 1 : 0`)\r\n matchMask[currentLocation] = +!!charMatch;\r\n }\r\n\r\n // First pass: exact match\r\n bitArr[j] = ((bitArr[j + 1] << 1) | 1) & charMatch;\r\n\r\n // Subsequent passes: fuzzy match\r\n if (i) {\r\n bitArr[j] |=\r\n ((lastBitArr[j + 1] | lastBitArr[j]) << 1) | 1 | lastBitArr[j + 1];\r\n }\r\n\r\n if (bitArr[j] & mask) {\r\n finalScore = computeScore$1(pattern, {\r\n errors: i,\r\n currentLocation,\r\n expectedLocation,\r\n distance,\r\n ignoreLocation\r\n });\r\n\r\n // This match will almost certainly be better than any existing match.\r\n // But check anyway.\r\n if (finalScore <= currentThreshold) {\r\n // Indeed it is\r\n currentThreshold = finalScore;\r\n bestLocation = currentLocation;\r\n\r\n // Already passed `loc`, downhill from here on in.\r\n if (bestLocation <= expectedLocation) {\r\n break\r\n }\r\n\r\n // When passing `bestLocation`, don't exceed our current distance from `expectedLocation`.\r\n start = Math.max(1, 2 * expectedLocation - bestLocation);\r\n }\r\n }\r\n }\r\n\r\n // No hope for a (better) match at greater error levels.\r\n const score = computeScore$1(pattern, {\r\n errors: i + 1,\r\n currentLocation: expectedLocation,\r\n expectedLocation,\r\n distance,\r\n ignoreLocation\r\n });\r\n\r\n if (score > currentThreshold) {\r\n break\r\n }\r\n\r\n lastBitArr = bitArr;\r\n }\r\n\r\n const result = {\r\n isMatch: bestLocation >= 0,\r\n // Count exact matches (those with a score of 0) to be \"almost\" exact\r\n score: Math.max(0.001, finalScore)\r\n };\r\n\r\n if (computeMatches) {\r\n const indices = convertMaskToIndices(matchMask, minMatchCharLength);\r\n if (!indices.length) {\r\n result.isMatch = false;\r\n } else if (includeMatches) {\r\n result.indices = indices;\r\n }\r\n }\r\n\r\n return result\r\n}\r\n\r\nfunction createPatternAlphabet(pattern) {\r\n let mask = {};\r\n\r\n for (let i = 0, len = pattern.length; i < len; i += 1) {\r\n const char = pattern.charAt(i);\r\n mask[char] = (mask[char] || 0) | (1 << (len - i - 1));\r\n }\r\n\r\n return mask\r\n}\r\n\r\nclass BitapSearch {\r\n constructor(\r\n pattern,\r\n {\r\n location = Config.location,\r\n threshold = Config.threshold,\r\n distance = Config.distance,\r\n includeMatches = Config.includeMatches,\r\n findAllMatches = Config.findAllMatches,\r\n minMatchCharLength = Config.minMatchCharLength,\r\n isCaseSensitive = Config.isCaseSensitive,\r\n ignoreLocation = Config.ignoreLocation\r\n } = {}\r\n ) {\r\n this.options = {\r\n location,\r\n threshold,\r\n distance,\r\n includeMatches,\r\n findAllMatches,\r\n minMatchCharLength,\r\n isCaseSensitive,\r\n ignoreLocation\r\n };\r\n\r\n this.pattern = isCaseSensitive ? pattern : pattern.toLowerCase();\r\n\r\n this.chunks = [];\r\n\r\n if (!this.pattern.length) {\r\n return\r\n }\r\n\r\n const addChunk = (pattern, startIndex) => {\r\n this.chunks.push({\r\n pattern,\r\n alphabet: createPatternAlphabet(pattern),\r\n startIndex\r\n });\r\n };\r\n\r\n const len = this.pattern.length;\r\n\r\n if (len > MAX_BITS) {\r\n let i = 0;\r\n const remainder = len % MAX_BITS;\r\n const end = len - remainder;\r\n\r\n while (i < end) {\r\n addChunk(this.pattern.substr(i, MAX_BITS), i);\r\n i += MAX_BITS;\r\n }\r\n\r\n if (remainder) {\r\n const startIndex = len - MAX_BITS;\r\n addChunk(this.pattern.substr(startIndex), startIndex);\r\n }\r\n } else {\r\n addChunk(this.pattern, 0);\r\n }\r\n }\r\n\r\n searchIn(text) {\r\n const { isCaseSensitive, includeMatches } = this.options;\r\n\r\n if (!isCaseSensitive) {\r\n text = text.toLowerCase();\r\n }\r\n\r\n // Exact match\r\n if (this.pattern === text) {\r\n let result = {\r\n isMatch: true,\r\n score: 0\r\n };\r\n\r\n if (includeMatches) {\r\n result.indices = [[0, text.length - 1]];\r\n }\r\n\r\n return result\r\n }\r\n\r\n // Otherwise, use Bitap algorithm\r\n const {\r\n location,\r\n distance,\r\n threshold,\r\n findAllMatches,\r\n minMatchCharLength,\r\n ignoreLocation\r\n } = this.options;\r\n\r\n let allIndices = [];\r\n let totalScore = 0;\r\n let hasMatches = false;\r\n\r\n this.chunks.forEach(({ pattern, alphabet, startIndex }) => {\r\n const { isMatch, score, indices } = search(text, pattern, alphabet, {\r\n location: location + startIndex,\r\n distance,\r\n threshold,\r\n findAllMatches,\r\n minMatchCharLength,\r\n includeMatches,\r\n ignoreLocation\r\n });\r\n\r\n if (isMatch) {\r\n hasMatches = true;\r\n }\r\n\r\n totalScore += score;\r\n\r\n if (isMatch && indices) {\r\n allIndices = [...allIndices, ...indices];\r\n }\r\n });\r\n\r\n let result = {\r\n isMatch: hasMatches,\r\n score: hasMatches ? totalScore / this.chunks.length : 1\r\n };\r\n\r\n if (hasMatches && includeMatches) {\r\n result.indices = allIndices;\r\n }\r\n\r\n return result\r\n }\r\n}\r\n\r\nclass BaseMatch {\r\n constructor(pattern) {\r\n this.pattern = pattern;\r\n }\r\n static isMultiMatch(pattern) {\r\n return getMatch(pattern, this.multiRegex)\r\n }\r\n static isSingleMatch(pattern) {\r\n return getMatch(pattern, this.singleRegex)\r\n }\r\n search(/*text*/) {}\r\n}\r\n\r\nfunction getMatch(pattern, exp) {\r\n const matches = pattern.match(exp);\r\n return matches ? matches[1] : null\r\n}\r\n\r\n// Token: 'file\r\n\r\nclass ExactMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'exact'\r\n }\r\n static get multiRegex() {\r\n return /^=\"(.*)\"$/\r\n }\r\n static get singleRegex() {\r\n return /^=(.*)$/\r\n }\r\n search(text) {\r\n const isMatch = text === this.pattern;\r\n\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices: [0, this.pattern.length - 1]\r\n }\r\n }\r\n}\r\n\r\n// Token: !fire\r\n\r\nclass InverseExactMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'inverse-exact'\r\n }\r\n static get multiRegex() {\r\n return /^!\"(.*)\"$/\r\n }\r\n static get singleRegex() {\r\n return /^!(.*)$/\r\n }\r\n search(text) {\r\n const index = text.indexOf(this.pattern);\r\n const isMatch = index === -1;\r\n\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices: [0, text.length - 1]\r\n }\r\n }\r\n}\r\n\r\n// Token: ^file\r\n\r\nclass PrefixExactMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'prefix-exact'\r\n }\r\n static get multiRegex() {\r\n return /^\\^\"(.*)\"$/\r\n }\r\n static get singleRegex() {\r\n return /^\\^(.*)$/\r\n }\r\n search(text) {\r\n const isMatch = text.startsWith(this.pattern);\r\n\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices: [0, this.pattern.length - 1]\r\n }\r\n }\r\n}\r\n\r\n// Token: !^fire\r\n\r\nclass InversePrefixExactMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'inverse-prefix-exact'\r\n }\r\n static get multiRegex() {\r\n return /^!\\^\"(.*)\"$/\r\n }\r\n static get singleRegex() {\r\n return /^!\\^(.*)$/\r\n }\r\n search(text) {\r\n const isMatch = !text.startsWith(this.pattern);\r\n\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices: [0, text.length - 1]\r\n }\r\n }\r\n}\r\n\r\n// Token: .file$\r\n\r\nclass SuffixExactMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'suffix-exact'\r\n }\r\n static get multiRegex() {\r\n return /^\"(.*)\"\\$$/\r\n }\r\n static get singleRegex() {\r\n return /^(.*)\\$$/\r\n }\r\n search(text) {\r\n const isMatch = text.endsWith(this.pattern);\r\n\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices: [text.length - this.pattern.length, text.length - 1]\r\n }\r\n }\r\n}\r\n\r\n// Token: !.file$\r\n\r\nclass InverseSuffixExactMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'inverse-suffix-exact'\r\n }\r\n static get multiRegex() {\r\n return /^!\"(.*)\"\\$$/\r\n }\r\n static get singleRegex() {\r\n return /^!(.*)\\$$/\r\n }\r\n search(text) {\r\n const isMatch = !text.endsWith(this.pattern);\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices: [0, text.length - 1]\r\n }\r\n }\r\n}\r\n\r\nclass FuzzyMatch extends BaseMatch {\r\n constructor(\r\n pattern,\r\n {\r\n location = Config.location,\r\n threshold = Config.threshold,\r\n distance = Config.distance,\r\n includeMatches = Config.includeMatches,\r\n findAllMatches = Config.findAllMatches,\r\n minMatchCharLength = Config.minMatchCharLength,\r\n isCaseSensitive = Config.isCaseSensitive,\r\n ignoreLocation = Config.ignoreLocation\r\n } = {}\r\n ) {\r\n super(pattern);\r\n this._bitapSearch = new BitapSearch(pattern, {\r\n location,\r\n threshold,\r\n distance,\r\n includeMatches,\r\n findAllMatches,\r\n minMatchCharLength,\r\n isCaseSensitive,\r\n ignoreLocation\r\n });\r\n }\r\n static get type() {\r\n return 'fuzzy'\r\n }\r\n static get multiRegex() {\r\n return /^\"(.*)\"$/\r\n }\r\n static get singleRegex() {\r\n return /^(.*)$/\r\n }\r\n search(text) {\r\n return this._bitapSearch.searchIn(text)\r\n }\r\n}\r\n\r\n// Token: 'file\r\n\r\nclass IncludeMatch extends BaseMatch {\r\n constructor(pattern) {\r\n super(pattern);\r\n }\r\n static get type() {\r\n return 'include'\r\n }\r\n static get multiRegex() {\r\n return /^'\"(.*)\"$/\r\n }\r\n static get singleRegex() {\r\n return /^'(.*)$/\r\n }\r\n search(text) {\r\n let location = 0;\r\n let index;\r\n\r\n const indices = [];\r\n const patternLen = this.pattern.length;\r\n\r\n // Get all exact matches\r\n while ((index = text.indexOf(this.pattern, location)) > -1) {\r\n location = index + patternLen;\r\n indices.push([index, location - 1]);\r\n }\r\n\r\n const isMatch = !!indices.length;\r\n\r\n return {\r\n isMatch,\r\n score: isMatch ? 0 : 1,\r\n indices\r\n }\r\n }\r\n}\r\n\r\n// ❗Order is important. DO NOT CHANGE.\r\nconst searchers = [\r\n ExactMatch,\r\n IncludeMatch,\r\n PrefixExactMatch,\r\n InversePrefixExactMatch,\r\n InverseSuffixExactMatch,\r\n SuffixExactMatch,\r\n InverseExactMatch,\r\n FuzzyMatch\r\n];\r\n\r\nconst searchersLen = searchers.length;\r\n\r\n// Regex to split by spaces, but keep anything in quotes together\r\nconst SPACE_RE = / +(?=(?:[^\\\"]*\\\"[^\\\"]*\\\")*[^\\\"]*$)/;\r\nconst OR_TOKEN = '|';\r\n\r\n// Return a 2D array representation of the query, for simpler parsing.\r\n// Example:\r\n// \"^core go$ | rb$ | py$ xy$\" => [[\"^core\", \"go$\"], [\"rb$\"], [\"py$\", \"xy$\"]]\r\nfunction parseQuery(pattern, options = {}) {\r\n return pattern.split(OR_TOKEN).map((item) => {\r\n let query = item\r\n .trim()\r\n .split(SPACE_RE)\r\n .filter((item) => item && !!item.trim());\r\n\r\n let results = [];\r\n for (let i = 0, len = query.length; i < len; i += 1) {\r\n const queryItem = query[i];\r\n\r\n // 1. Handle multiple query match (i.e, once that are quoted, like `\"hello world\"`)\r\n let found = false;\r\n let idx = -1;\r\n while (!found && ++idx < searchersLen) {\r\n const searcher = searchers[idx];\r\n let token = searcher.isMultiMatch(queryItem);\r\n if (token) {\r\n results.push(new searcher(token, options));\r\n found = true;\r\n }\r\n }\r\n\r\n if (found) {\r\n continue\r\n }\r\n\r\n // 2. Handle single query matches (i.e, once that are *not* quoted)\r\n idx = -1;\r\n while (++idx < searchersLen) {\r\n const searcher = searchers[idx];\r\n let token = searcher.isSingleMatch(queryItem);\r\n if (token) {\r\n results.push(new searcher(token, options));\r\n break\r\n }\r\n }\r\n }\r\n\r\n return results\r\n })\r\n}\r\n\r\n// These extended matchers can return an array of matches, as opposed\r\n// to a singl match\r\nconst MultiMatchSet = new Set([FuzzyMatch.type, IncludeMatch.type]);\r\n\r\n/**\r\n * Command-like searching\r\n * ======================\r\n *\r\n * Given multiple search terms delimited by spaces.e.g. `^jscript .python$ ruby !java`,\r\n * search in a given text.\r\n *\r\n * Search syntax:\r\n *\r\n * | Token | Match type | Description |\r\n * | ----------- | -------------------------- | -------------------------------------- |\r\n * | `jscript` | fuzzy-match | Items that fuzzy match `jscript` |\r\n * | `=scheme` | exact-match | Items that are `scheme` |\r\n * | `'python` | include-match | Items that include `python` |\r\n * | `!ruby` | inverse-exact-match | Items that do not include `ruby` |\r\n * | `^java` | prefix-exact-match | Items that start with `java` |\r\n * | `!^earlang` | inverse-prefix-exact-match | Items that do not start with `earlang` |\r\n * | `.js$` | suffix-exact-match | Items that end with `.js` |\r\n * | `!.go$` | inverse-suffix-exact-match | Items that do not end with `.go` |\r\n *\r\n * A single pipe character acts as an OR operator. For example, the following\r\n * query matches entries that start with `core` and end with either`go`, `rb`,\r\n * or`py`.\r\n *\r\n * ```\r\n * ^core go$ | rb$ | py$\r\n * ```\r\n */\r\nclass ExtendedSearch {\r\n constructor(\r\n pattern,\r\n {\r\n isCaseSensitive = Config.isCaseSensitive,\r\n includeMatches = Config.includeMatches,\r\n minMatchCharLength = Config.minMatchCharLength,\r\n ignoreLocation = Config.ignoreLocation,\r\n findAllMatches = Config.findAllMatches,\r\n location = Config.location,\r\n threshold = Config.threshold,\r\n distance = Config.distance\r\n } = {}\r\n ) {\r\n this.query = null;\r\n this.options = {\r\n isCaseSensitive,\r\n includeMatches,\r\n minMatchCharLength,\r\n findAllMatches,\r\n ignoreLocation,\r\n location,\r\n threshold,\r\n distance\r\n };\r\n\r\n this.pattern = isCaseSensitive ? pattern : pattern.toLowerCase();\r\n this.query = parseQuery(this.pattern, this.options);\r\n }\r\n\r\n static condition(_, options) {\r\n return options.useExtendedSearch\r\n }\r\n\r\n searchIn(text) {\r\n const query = this.query;\r\n\r\n if (!query) {\r\n return {\r\n isMatch: false,\r\n score: 1\r\n }\r\n }\r\n\r\n const { includeMatches, isCaseSensitive } = this.options;\r\n\r\n text = isCaseSensitive ? text : text.toLowerCase();\r\n\r\n let numMatches = 0;\r\n let allIndices = [];\r\n let totalScore = 0;\r\n\r\n // ORs\r\n for (let i = 0, qLen = query.length; i < qLen; i += 1) {\r\n const searchers = query[i];\r\n\r\n // Reset indices\r\n allIndices.length = 0;\r\n numMatches = 0;\r\n\r\n // ANDs\r\n for (let j = 0, pLen = searchers.length; j < pLen; j += 1) {\r\n const searcher = searchers[j];\r\n const { isMatch, indices, score } = searcher.search(text);\r\n\r\n if (isMatch) {\r\n numMatches += 1;\r\n totalScore += score;\r\n if (includeMatches) {\r\n const type = searcher.constructor.type;\r\n if (MultiMatchSet.has(type)) {\r\n allIndices = [...allIndices, ...indices];\r\n } else {\r\n allIndices.push(indices);\r\n }\r\n }\r\n } else {\r\n totalScore = 0;\r\n numMatches = 0;\r\n allIndices.length = 0;\r\n break\r\n }\r\n }\r\n\r\n // OR condition, so if TRUE, return\r\n if (numMatches) {\r\n let result = {\r\n isMatch: true,\r\n score: totalScore / numMatches\r\n };\r\n\r\n if (includeMatches) {\r\n result.indices = allIndices;\r\n }\r\n\r\n return result\r\n }\r\n }\r\n\r\n // Nothing was matched\r\n return {\r\n isMatch: false,\r\n score: 1\r\n }\r\n }\r\n}\r\n\r\nconst registeredSearchers = [];\r\n\r\nfunction register(...args) {\r\n registeredSearchers.push(...args);\r\n}\r\n\r\nfunction createSearcher(pattern, options) {\r\n for (let i = 0, len = registeredSearchers.length; i < len; i += 1) {\r\n let searcherClass = registeredSearchers[i];\r\n if (searcherClass.condition(pattern, options)) {\r\n return new searcherClass(pattern, options)\r\n }\r\n }\r\n\r\n return new BitapSearch(pattern, options)\r\n}\r\n\r\nconst LogicalOperator = {\r\n AND: '$and',\r\n OR: '$or'\r\n};\r\n\r\nconst KeyType = {\r\n PATH: '$path',\r\n PATTERN: '$val'\r\n};\r\n\r\nconst isExpression = (query) =>\r\n !!(query[LogicalOperator.AND] || query[LogicalOperator.OR]);\r\n\r\nconst isPath = (query) => !!query[KeyType.PATH];\r\n\r\nconst isLeaf = (query) =>\r\n !isArray(query) && isObject(query) && !isExpression(query);\r\n\r\nconst convertToExplicit = (query) => ({\r\n [LogicalOperator.AND]: Object.keys(query).map((key) => ({\r\n [key]: query[key]\r\n }))\r\n});\r\n\r\n// When `auto` is `true`, the parse function will infer and initialize and add\r\n// the appropriate `Searcher` instance\r\nfunction parse(query, options, { auto = true } = {}) {\r\n const next = (query) => {\r\n let keys = Object.keys(query);\r\n\r\n const isQueryPath = isPath(query);\r\n\r\n if (!isQueryPath && keys.length > 1 && !isExpression(query)) {\r\n return next(convertToExplicit(query))\r\n }\r\n\r\n if (isLeaf(query)) {\r\n const key = isQueryPath ? query[KeyType.PATH] : keys[0];\r\n\r\n const pattern = isQueryPath ? query[KeyType.PATTERN] : query[key];\r\n\r\n if (!isString(pattern)) {\r\n throw new Error(LOGICAL_SEARCH_INVALID_QUERY_FOR_KEY(key))\r\n }\r\n\r\n const obj = {\r\n keyId: createKeyId(key),\r\n pattern\r\n };\r\n\r\n if (auto) {\r\n obj.searcher = createSearcher(pattern, options);\r\n }\r\n\r\n return obj\r\n }\r\n\r\n let node = {\r\n children: [],\r\n operator: keys[0]\r\n };\r\n\r\n keys.forEach((key) => {\r\n const value = query[key];\r\n\r\n if (isArray(value)) {\r\n value.forEach((item) => {\r\n node.children.push(next(item));\r\n });\r\n }\r\n });\r\n\r\n return node\r\n };\r\n\r\n if (!isExpression(query)) {\r\n query = convertToExplicit(query);\r\n }\r\n\r\n return next(query)\r\n}\r\n\r\n// Practical scoring function\r\nfunction computeScore(\r\n results,\r\n { ignoreFieldNorm = Config.ignoreFieldNorm }\r\n) {\r\n results.forEach((result) => {\r\n let totalScore = 1;\r\n\r\n result.matches.forEach(({ key, norm, score }) => {\r\n const weight = key ? key.weight : null;\r\n\r\n totalScore *= Math.pow(\r\n score === 0 && weight ? Number.EPSILON : score,\r\n (weight || 1) * (ignoreFieldNorm ? 1 : norm)\r\n );\r\n });\r\n\r\n result.score = totalScore;\r\n });\r\n}\r\n\r\nfunction transformMatches(result, data) {\r\n const matches = result.matches;\r\n data.matches = [];\r\n\r\n if (!isDefined(matches)) {\r\n return\r\n }\r\n\r\n matches.forEach((match) => {\r\n if (!isDefined(match.indices) || !match.indices.length) {\r\n return\r\n }\r\n\r\n const { indices, value } = match;\r\n\r\n let obj = {\r\n indices,\r\n value\r\n };\r\n\r\n if (match.key) {\r\n obj.key = match.key.src;\r\n }\r\n\r\n if (match.idx > -1) {\r\n obj.refIndex = match.idx;\r\n }\r\n\r\n data.matches.push(obj);\r\n });\r\n}\r\n\r\nfunction transformScore(result, data) {\r\n data.score = result.score;\r\n}\r\n\r\nfunction format(\r\n results,\r\n docs,\r\n {\r\n includeMatches = Config.includeMatches,\r\n includeScore = Config.includeScore\r\n } = {}\r\n) {\r\n const transformers = [];\r\n\r\n if (includeMatches) transformers.push(transformMatches);\r\n if (includeScore) transformers.push(transformScore);\r\n\r\n return results.map((result) => {\r\n const { idx } = result;\r\n\r\n const data = {\r\n item: docs[idx],\r\n refIndex: idx\r\n };\r\n\r\n if (transformers.length) {\r\n transformers.forEach((transformer) => {\r\n transformer(result, data);\r\n });\r\n }\r\n\r\n return data\r\n })\r\n}\r\n\r\nclass Fuse {\r\n constructor(docs, options = {}, index) {\r\n this.options = { ...Config, ...options };\r\n\r\n if (\r\n this.options.useExtendedSearch &&\r\n !true\r\n ) {\r\n throw new Error(EXTENDED_SEARCH_UNAVAILABLE)\r\n }\r\n\r\n this._keyStore = new KeyStore(this.options.keys);\r\n\r\n this.setCollection(docs, index);\r\n }\r\n\r\n setCollection(docs, index) {\r\n this._docs = docs;\r\n\r\n if (index && !(index instanceof FuseIndex)) {\r\n throw new Error(INCORRECT_INDEX_TYPE)\r\n }\r\n\r\n this._myIndex =\r\n index ||\r\n createIndex(this.options.keys, this._docs, {\r\n getFn: this.options.getFn,\r\n fieldNormWeight: this.options.fieldNormWeight\r\n });\r\n }\r\n\r\n add(doc) {\r\n if (!isDefined(doc)) {\r\n return\r\n }\r\n\r\n this._docs.push(doc);\r\n this._myIndex.add(doc);\r\n }\r\n\r\n remove(predicate = (/* doc, idx */) => false) {\r\n const results = [];\r\n\r\n for (let i = 0, len = this._docs.length; i < len; i += 1) {\r\n const doc = this._docs[i];\r\n if (predicate(doc, i)) {\r\n this.removeAt(i);\r\n i -= 1;\r\n len -= 1;\r\n\r\n results.push(doc);\r\n }\r\n }\r\n\r\n return results\r\n }\r\n\r\n removeAt(idx) {\r\n this._docs.splice(idx, 1);\r\n this._myIndex.removeAt(idx);\r\n }\r\n\r\n getIndex() {\r\n return this._myIndex\r\n }\r\n\r\n search(query, { limit = -1 } = {}) {\r\n const {\r\n includeMatches,\r\n includeScore,\r\n shouldSort,\r\n sortFn,\r\n ignoreFieldNorm\r\n } = this.options;\r\n\r\n let results = isString(query)\r\n ? isString(this._docs[0])\r\n ? this._searchStringList(query)\r\n : this._searchObjectList(query)\r\n : this._searchLogical(query);\r\n\r\n computeScore(results, { ignoreFieldNorm });\r\n\r\n if (shouldSort) {\r\n results.sort(sortFn);\r\n }\r\n\r\n if (isNumber(limit) && limit > -1) {\r\n results = results.slice(0, limit);\r\n }\r\n\r\n return format(results, this._docs, {\r\n includeMatches,\r\n includeScore\r\n })\r\n }\r\n\r\n _searchStringList(query) {\r\n const searcher = createSearcher(query, this.options);\r\n const { records } = this._myIndex;\r\n const results = [];\r\n\r\n // Iterate over every string in the index\r\n records.forEach(({ v: text, i: idx, n: norm }) => {\r\n if (!isDefined(text)) {\r\n return\r\n }\r\n\r\n const { isMatch, score, indices } = searcher.searchIn(text);\r\n\r\n if (isMatch) {\r\n results.push({\r\n item: text,\r\n idx,\r\n matches: [{ score, value: text, norm, indices }]\r\n });\r\n }\r\n });\r\n\r\n return results\r\n }\r\n\r\n _searchLogical(query) {\r\n\r\n const expression = parse(query, this.options);\r\n\r\n const evaluate = (node, item, idx) => {\r\n if (!node.children) {\r\n const { keyId, searcher } = node;\r\n\r\n const matches = this._findMatches({\r\n key: this._keyStore.get(keyId),\r\n value: this._myIndex.getValueForItemAtKeyId(item, keyId),\r\n searcher\r\n });\r\n\r\n if (matches && matches.length) {\r\n return [\r\n {\r\n idx,\r\n item,\r\n matches\r\n }\r\n ]\r\n }\r\n\r\n return []\r\n }\r\n\r\n const res = [];\r\n for (let i = 0, len = node.children.length; i < len; i += 1) {\r\n const child = node.children[i];\r\n const result = evaluate(child, item, idx);\r\n if (result.length) {\r\n res.push(...result);\r\n } else if (node.operator === LogicalOperator.AND) {\r\n return []\r\n }\r\n }\r\n return res\r\n };\r\n\r\n const records = this._myIndex.records;\r\n const resultMap = {};\r\n const results = [];\r\n\r\n records.forEach(({ $: item, i: idx }) => {\r\n if (isDefined(item)) {\r\n let expResults = evaluate(expression, item, idx);\r\n\r\n if (expResults.length) {\r\n // Dedupe when adding\r\n if (!resultMap[idx]) {\r\n resultMap[idx] = { idx, item, matches: [] };\r\n results.push(resultMap[idx]);\r\n }\r\n expResults.forEach(({ matches }) => {\r\n resultMap[idx].matches.push(...matches);\r\n });\r\n }\r\n }\r\n });\r\n\r\n return results\r\n }\r\n\r\n _searchObjectList(query) {\r\n const searcher = createSearcher(query, this.options);\r\n const { keys, records } = this._myIndex;\r\n const results = [];\r\n\r\n // List is Array\r\n records.forEach(({ $: item, i: idx }) => {\r\n if (!isDefined(item)) {\r\n return\r\n }\r\n\r\n let matches = [];\r\n\r\n // Iterate over every key (i.e, path), and fetch the value at that key\r\n keys.forEach((key, keyIndex) => {\r\n matches.push(\r\n ...this._findMatches({\r\n key,\r\n value: item[keyIndex],\r\n searcher\r\n })\r\n );\r\n });\r\n\r\n if (matches.length) {\r\n results.push({\r\n idx,\r\n item,\r\n matches\r\n });\r\n }\r\n });\r\n\r\n return results\r\n }\r\n _findMatches({ key, value, searcher }) {\r\n if (!isDefined(value)) {\r\n return []\r\n }\r\n\r\n let matches = [];\r\n\r\n if (isArray(value)) {\r\n value.forEach(({ v: text, i: idx, n: norm }) => {\r\n if (!isDefined(text)) {\r\n return\r\n }\r\n\r\n const { isMatch, score, indices } = searcher.searchIn(text);\r\n\r\n if (isMatch) {\r\n matches.push({\r\n score,\r\n key,\r\n value: text,\r\n idx,\r\n norm,\r\n indices\r\n });\r\n }\r\n });\r\n } else {\r\n const { v: text, n: norm } = value;\r\n\r\n const { isMatch, score, indices } = searcher.searchIn(text);\r\n\r\n if (isMatch) {\r\n matches.push({ score, key, value: text, norm, indices });\r\n }\r\n }\r\n\r\n return matches\r\n }\r\n}\r\n\r\nFuse.version = '7.0.0';\r\nFuse.createIndex = createIndex;\r\nFuse.parseIndex = parseIndex;\r\nFuse.config = Config;\r\n\r\n{\r\n Fuse.parseQuery = parse;\r\n}\r\n\r\n{\r\n register(ExtendedSearch);\r\n}\r\n\r\nexport { Fuse as default };\r\n"], - "mappings": "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", - "names": ["obj", "path", "norm", "value", "score", "pattern", "result", "item", "searchers", "query"] -} diff --git a/node_modules/.vite/deps/chunk-Z7HEHPHJ.js.map b/node_modules/.vite/deps/chunk-Z7HEHPHJ.js.map deleted file mode 100644 index 8802a564..00000000 --- a/node_modules/.vite/deps/chunk-Z7HEHPHJ.js.map +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": 3, - "sources": ["../../valaxy/client/addons/index.ts"], - "sourcesContent": ["// compatibility for not exist addons\r\nexport const emptyAddonName = 'virtual:valaxy-addons:empty'\r\nexport const name = emptyAddonName\r\n\r\nexport function isEmptyAddon(addon: any) {\r\n return addon && addon.name === emptyAddonName\r\n}\r\n\r\nexport default {\r\n name,\r\n}\r\n"], - "mappings": ";AACO,IAAM,iBAAiB;AACvB,IAAM,OAAO;AAEb,SAAS,aAAa,OAAY;AACvC,SAAO,SAAS,MAAM,SAAS;AACjC;AAEA,IAAO,iBAAQ;AAAA,EACb;AACF;", - "names": [] -} diff --git a/node_modules/.vite/deps/defu.js.map b/node_modules/.vite/deps/defu.js.map index 80d2d628..e6ce38bf 100644 --- a/node_modules/.vite/deps/defu.js.map +++ b/node_modules/.vite/deps/defu.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../defu/dist/defu.mjs"], - "sourcesContent": ["function isPlainObject(value) {\r\n if (value === null || typeof value !== \"object\") {\r\n return false;\r\n }\r\n const prototype = Object.getPrototypeOf(value);\r\n if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {\r\n return false;\r\n }\r\n if (Symbol.iterator in value) {\r\n return false;\r\n }\r\n if (Symbol.toStringTag in value) {\r\n return Object.prototype.toString.call(value) === \"[object Module]\";\r\n }\r\n return true;\r\n}\r\n\r\nfunction _defu(baseObject, defaults, namespace = \".\", merger) {\r\n if (!isPlainObject(defaults)) {\r\n return _defu(baseObject, {}, namespace, merger);\r\n }\r\n const object = Object.assign({}, defaults);\r\n for (const key in baseObject) {\r\n if (key === \"__proto__\" || key === \"constructor\") {\r\n continue;\r\n }\r\n const value = baseObject[key];\r\n if (value === null || value === void 0) {\r\n continue;\r\n }\r\n if (merger && merger(object, key, value, namespace)) {\r\n continue;\r\n }\r\n if (Array.isArray(value) && Array.isArray(object[key])) {\r\n object[key] = [...value, ...object[key]];\r\n } else if (isPlainObject(value) && isPlainObject(object[key])) {\r\n object[key] = _defu(\r\n value,\r\n object[key],\r\n (namespace ? `${namespace}.` : \"\") + key.toString(),\r\n merger\r\n );\r\n } else {\r\n object[key] = value;\r\n }\r\n }\r\n return object;\r\n}\r\nfunction createDefu(merger) {\r\n return (...arguments_) => (\r\n // eslint-disable-next-line unicorn/no-array-reduce\r\n arguments_.reduce((p, c) => _defu(p, c, \"\", merger), {})\r\n );\r\n}\r\nconst defu = createDefu();\r\nconst defuFn = createDefu((object, key, currentValue) => {\r\n if (object[key] !== void 0 && typeof currentValue === \"function\") {\r\n object[key] = currentValue(object[key]);\r\n return true;\r\n }\r\n});\r\nconst defuArrayFn = createDefu((object, key, currentValue) => {\r\n if (Array.isArray(object[key]) && typeof currentValue === \"function\") {\r\n object[key] = currentValue(object[key]);\r\n return true;\r\n }\r\n});\r\n\r\nexport { createDefu, defu as default, defu, defuArrayFn, defuFn };\r\n"], + "sourcesContent": ["function isPlainObject(value) {\n if (value === null || typeof value !== \"object\") {\n return false;\n }\n const prototype = Object.getPrototypeOf(value);\n if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {\n return false;\n }\n if (Symbol.iterator in value) {\n return false;\n }\n if (Symbol.toStringTag in value) {\n return Object.prototype.toString.call(value) === \"[object Module]\";\n }\n return true;\n}\n\nfunction _defu(baseObject, defaults, namespace = \".\", merger) {\n if (!isPlainObject(defaults)) {\n return _defu(baseObject, {}, namespace, merger);\n }\n const object = Object.assign({}, defaults);\n for (const key in baseObject) {\n if (key === \"__proto__\" || key === \"constructor\") {\n continue;\n }\n const value = baseObject[key];\n if (value === null || value === void 0) {\n continue;\n }\n if (merger && merger(object, key, value, namespace)) {\n continue;\n }\n if (Array.isArray(value) && Array.isArray(object[key])) {\n object[key] = [...value, ...object[key]];\n } else if (isPlainObject(value) && isPlainObject(object[key])) {\n object[key] = _defu(\n value,\n object[key],\n (namespace ? `${namespace}.` : \"\") + key.toString(),\n merger\n );\n } else {\n object[key] = value;\n }\n }\n return object;\n}\nfunction createDefu(merger) {\n return (...arguments_) => (\n // eslint-disable-next-line unicorn/no-array-reduce\n arguments_.reduce((p, c) => _defu(p, c, \"\", merger), {})\n );\n}\nconst defu = createDefu();\nconst defuFn = createDefu((object, key, currentValue) => {\n if (object[key] !== void 0 && typeof currentValue === \"function\") {\n object[key] = currentValue(object[key]);\n return true;\n }\n});\nconst defuArrayFn = createDefu((object, key, currentValue) => {\n if (Array.isArray(object[key]) && typeof currentValue === \"function\") {\n object[key] = currentValue(object[key]);\n return true;\n }\n});\n\nexport { createDefu, defu as default, defu, defuArrayFn, defuFn };\n"], "mappings": ";;;AAAA,SAAS,cAAc,OAAO;AAC5B,MAAI,UAAU,QAAQ,OAAO,UAAU,UAAU;AAC/C,WAAO;AAAA,EACT;AACA,QAAM,YAAY,OAAO,eAAe,KAAK;AAC7C,MAAI,cAAc,QAAQ,cAAc,OAAO,aAAa,OAAO,eAAe,SAAS,MAAM,MAAM;AACrG,WAAO;AAAA,EACT;AACA,MAAI,OAAO,YAAY,OAAO;AAC5B,WAAO;AAAA,EACT;AACA,MAAI,OAAO,eAAe,OAAO;AAC/B,WAAO,OAAO,UAAU,SAAS,KAAK,KAAK,MAAM;AAAA,EACnD;AACA,SAAO;AACT;AAEA,SAAS,MAAM,YAAY,UAAU,YAAY,KAAK,QAAQ;AAC5D,MAAI,CAAC,cAAc,QAAQ,GAAG;AAC5B,WAAO,MAAM,YAAY,CAAC,GAAG,WAAW,MAAM;AAAA,EAChD;AACA,QAAM,SAAS,OAAO,OAAO,CAAC,GAAG,QAAQ;AACzC,aAAW,OAAO,YAAY;AAC5B,QAAI,QAAQ,eAAe,QAAQ,eAAe;AAChD;AAAA,IACF;AACA,UAAM,QAAQ,WAAW,GAAG;AAC5B,QAAI,UAAU,QAAQ,UAAU,QAAQ;AACtC;AAAA,IACF;AACA,QAAI,UAAU,OAAO,QAAQ,KAAK,OAAO,SAAS,GAAG;AACnD;AAAA,IACF;AACA,QAAI,MAAM,QAAQ,KAAK,KAAK,MAAM,QAAQ,OAAO,GAAG,CAAC,GAAG;AACtD,aAAO,GAAG,IAAI,CAAC,GAAG,OAAO,GAAG,OAAO,GAAG,CAAC;AAAA,IACzC,WAAW,cAAc,KAAK,KAAK,cAAc,OAAO,GAAG,CAAC,GAAG;AAC7D,aAAO,GAAG,IAAI;AAAA,QACZ;AAAA,QACA,OAAO,GAAG;AAAA,SACT,YAAY,GAAG,SAAS,MAAM,MAAM,IAAI,SAAS;AAAA,QAClD;AAAA,MACF;AAAA,IACF,OAAO;AACL,aAAO,GAAG,IAAI;AAAA,IAChB;AAAA,EACF;AACA,SAAO;AACT;AACA,SAAS,WAAW,QAAQ;AAC1B,SAAO,IAAI;AAAA;AAAA,IAET,WAAW,OAAO,CAAC,GAAG,MAAM,MAAM,GAAG,GAAG,IAAI,MAAM,GAAG,CAAC,CAAC;AAAA;AAE3D;AACA,IAAM,OAAO,WAAW;AACxB,IAAM,SAAS,WAAW,CAAC,QAAQ,KAAK,iBAAiB;AACvD,MAAI,OAAO,GAAG,MAAM,UAAU,OAAO,iBAAiB,YAAY;AAChE,WAAO,GAAG,IAAI,aAAa,OAAO,GAAG,CAAC;AACtC,WAAO;AAAA,EACT;AACF,CAAC;AACD,IAAM,cAAc,WAAW,CAAC,QAAQ,KAAK,iBAAiB;AAC5D,MAAI,MAAM,QAAQ,OAAO,GAAG,CAAC,KAAK,OAAO,iBAAiB,YAAY;AACpE,WAAO,GAAG,IAAI,aAAa,OAAO,GAAG,CAAC;AACtC,WAAO;AAAA,EACT;AACF,CAAC;", "names": [] } diff --git a/node_modules/.vite/deps/fuse__js.js b/node_modules/.vite/deps/fuse__js.js index 6481606a..eef039e4 100644 --- a/node_modules/.vite/deps/fuse__js.js +++ b/node_modules/.vite/deps/fuse__js.js @@ -1,6 +1,6 @@ import { Fuse -} from "./chunk-YDFMVJDU.js"; +} from "./chunk-D7RD3GQY.js"; import "./chunk-NIBQISYW.js"; export { Fuse as default diff --git a/node_modules/.vite/deps/katex.js.map b/node_modules/.vite/deps/katex.js.map index b0506d1f..fec1dec9 100644 --- a/node_modules/.vite/deps/katex.js.map +++ b/node_modules/.vite/deps/katex.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../katex/dist/katex.mjs"], - "sourcesContent": ["/**\r\n * Lexing or parsing positional information for error reporting.\r\n * This object is immutable.\r\n */\r\nclass SourceLocation {\r\n // The + prefix indicates that these fields aren't writeable\r\n // Lexer holding the input string.\r\n // Start offset, zero-based inclusive.\r\n // End offset, zero-based exclusive.\r\n constructor(lexer, start, end) {\r\n this.lexer = void 0;\r\n this.start = void 0;\r\n this.end = void 0;\r\n this.lexer = lexer;\r\n this.start = start;\r\n this.end = end;\r\n }\r\n /**\r\n * Merges two `SourceLocation`s from location providers, given they are\r\n * provided in order of appearance.\r\n * - Returns the first one's location if only the first is provided.\r\n * - Returns a merged range of the first and the last if both are provided\r\n * and their lexers match.\r\n * - Otherwise, returns null.\r\n */\r\n\r\n\r\n static range(first, second) {\r\n if (!second) {\r\n return first && first.loc;\r\n } else if (!first || !first.loc || !second.loc || first.loc.lexer !== second.loc.lexer) {\r\n return null;\r\n } else {\r\n return new SourceLocation(first.loc.lexer, first.loc.start, second.loc.end);\r\n }\r\n }\r\n\r\n}\r\n\r\n/**\r\n * Interface required to break circular dependency between Token, Lexer, and\r\n * ParseError.\r\n */\r\n\r\n/**\r\n * The resulting token returned from `lex`.\r\n *\r\n * It consists of the token text plus some position information.\r\n * The position information is essentially a range in an input string,\r\n * but instead of referencing the bare input string, we refer to the lexer.\r\n * That way it is possible to attach extra metadata to the input string,\r\n * like for example a file name or similar.\r\n *\r\n * The position information is optional, so it is OK to construct synthetic\r\n * tokens if appropriate. Not providing available position information may\r\n * lead to degraded error reporting, though.\r\n */\r\nclass Token {\r\n // don't expand the token\r\n // used in \\noexpand\r\n constructor(text, // the text of this token\r\n loc) {\r\n this.text = void 0;\r\n this.loc = void 0;\r\n this.noexpand = void 0;\r\n this.treatAsRelax = void 0;\r\n this.text = text;\r\n this.loc = loc;\r\n }\r\n /**\r\n * Given a pair of tokens (this and endToken), compute a `Token` encompassing\r\n * the whole input range enclosed by these two.\r\n */\r\n\r\n\r\n range(endToken, // last token of the range, inclusive\r\n text // the text of the newly constructed token\r\n ) {\r\n return new Token(text, SourceLocation.range(this, endToken));\r\n }\r\n\r\n}\r\n\r\n/**\r\n * This is the ParseError class, which is the main error thrown by KaTeX\r\n * functions when something has gone wrong. This is used to distinguish internal\r\n * errors from errors in the expression that the user provided.\r\n *\r\n * If possible, a caller should provide a Token or ParseNode with information\r\n * about where in the source string the problem occurred.\r\n */\r\nclass ParseError {\r\n // Error start position based on passed-in Token or ParseNode.\r\n // Length of affected text based on passed-in Token or ParseNode.\r\n // The underlying error message without any context added.\r\n constructor(message, // The error message\r\n token // An object providing position information\r\n ) {\r\n this.name = void 0;\r\n this.position = void 0;\r\n this.length = void 0;\r\n this.rawMessage = void 0;\r\n var error = \"KaTeX parse error: \" + message;\r\n var start;\r\n var end;\r\n var loc = token && token.loc;\r\n\r\n if (loc && loc.start <= loc.end) {\r\n // If we have the input and a position, make the error a bit fancier\r\n // Get the input\r\n var input = loc.lexer.input; // Prepend some information\r\n\r\n start = loc.start;\r\n end = loc.end;\r\n\r\n if (start === input.length) {\r\n error += \" at end of input: \";\r\n } else {\r\n error += \" at position \" + (start + 1) + \": \";\r\n } // Underline token in question using combining underscores\r\n\r\n\r\n var underlined = input.slice(start, end).replace(/[^]/g, \"$&\\u0332\"); // Extract some context from the input and add it to the error\r\n\r\n var left;\r\n\r\n if (start > 15) {\r\n left = \"…\" + input.slice(start - 15, start);\r\n } else {\r\n left = input.slice(0, start);\r\n }\r\n\r\n var right;\r\n\r\n if (end + 15 < input.length) {\r\n right = input.slice(end, end + 15) + \"…\";\r\n } else {\r\n right = input.slice(end);\r\n }\r\n\r\n error += left + underlined + right;\r\n } // Some hackery to make ParseError a prototype of Error\r\n // See http://stackoverflow.com/a/8460753\r\n // $FlowFixMe\r\n\r\n\r\n var self = new Error(error);\r\n self.name = \"ParseError\"; // $FlowFixMe\r\n\r\n self.__proto__ = ParseError.prototype;\r\n self.position = start;\r\n\r\n if (start != null && end != null) {\r\n self.length = end - start;\r\n }\r\n\r\n self.rawMessage = message;\r\n return self;\r\n }\r\n\r\n} // $FlowFixMe More hackery\r\n\r\n\r\nParseError.prototype.__proto__ = Error.prototype;\r\n\r\n/**\r\n * This file contains a list of utility functions which are useful in other\r\n * files.\r\n */\r\n\r\n/**\r\n * Return whether an element is contained in a list\r\n */\r\nvar contains = function contains(list, elem) {\r\n return list.indexOf(elem) !== -1;\r\n};\r\n/**\r\n * Provide a default value if a setting is undefined\r\n * NOTE: Couldn't use `T` as the output type due to facebook/flow#5022.\r\n */\r\n\r\n\r\nvar deflt = function deflt(setting, defaultIfUndefined) {\r\n return setting === undefined ? defaultIfUndefined : setting;\r\n}; // hyphenate and escape adapted from Facebook's React under Apache 2 license\r\n\r\n\r\nvar uppercase = /([A-Z])/g;\r\n\r\nvar hyphenate = function hyphenate(str) {\r\n return str.replace(uppercase, \"-$1\").toLowerCase();\r\n};\r\n\r\nvar ESCAPE_LOOKUP = {\r\n \"&\": \"&\",\r\n \">\": \">\",\r\n \"<\": \"<\",\r\n \"\\\"\": \""\",\r\n \"'\": \"'\"\r\n};\r\nvar ESCAPE_REGEX = /[&><\"']/g;\r\n/**\r\n * Escapes text to prevent scripting attacks.\r\n */\r\n\r\nfunction escape(text) {\r\n return String(text).replace(ESCAPE_REGEX, match => ESCAPE_LOOKUP[match]);\r\n}\r\n/**\r\n * Sometimes we want to pull out the innermost element of a group. In most\r\n * cases, this will just be the group itself, but when ordgroups and colors have\r\n * a single element, we want to pull that out.\r\n */\r\n\r\n\r\nvar getBaseElem = function getBaseElem(group) {\r\n if (group.type === \"ordgroup\") {\r\n if (group.body.length === 1) {\r\n return getBaseElem(group.body[0]);\r\n } else {\r\n return group;\r\n }\r\n } else if (group.type === \"color\") {\r\n if (group.body.length === 1) {\r\n return getBaseElem(group.body[0]);\r\n } else {\r\n return group;\r\n }\r\n } else if (group.type === \"font\") {\r\n return getBaseElem(group.body);\r\n } else {\r\n return group;\r\n }\r\n};\r\n/**\r\n * TeXbook algorithms often reference \"character boxes\", which are simply groups\r\n * with a single character in them. To decide if something is a character box,\r\n * we find its innermost group, and see if it is a single character.\r\n */\r\n\r\n\r\nvar isCharacterBox = function isCharacterBox(group) {\r\n var baseElem = getBaseElem(group); // These are all they types of groups which hold single characters\r\n\r\n return baseElem.type === \"mathord\" || baseElem.type === \"textord\" || baseElem.type === \"atom\";\r\n};\r\n\r\nvar assert = function assert(value) {\r\n if (!value) {\r\n throw new Error('Expected non-null, but got ' + String(value));\r\n }\r\n\r\n return value;\r\n};\r\n/**\r\n * Return the protocol of a URL, or \"_relative\" if the URL does not specify a\r\n * protocol (and thus is relative), or `null` if URL has invalid protocol\r\n * (so should be outright rejected).\r\n */\r\n\r\nvar protocolFromUrl = function protocolFromUrl(url) {\r\n // Check for possible leading protocol.\r\n // https://url.spec.whatwg.org/#url-parsing strips leading whitespace\r\n // (U+20) or C0 control (U+00-U+1F) characters.\r\n // eslint-disable-next-line no-control-regex\r\n var protocol = /^[\\x00-\\x20]*([^\\\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(url);\r\n\r\n if (!protocol) {\r\n return \"_relative\";\r\n } // Reject weird colons\r\n\r\n\r\n if (protocol[2] !== \":\") {\r\n return null;\r\n } // Reject invalid characters in scheme according to\r\n // https://datatracker.ietf.org/doc/html/rfc3986#section-3.1\r\n\r\n\r\n if (!/^[a-zA-Z][a-zA-Z0-9+\\-.]*$/.test(protocol[1])) {\r\n return null;\r\n } // Lowercase the protocol\r\n\r\n\r\n return protocol[1].toLowerCase();\r\n};\r\nvar utils = {\r\n contains,\r\n deflt,\r\n escape,\r\n hyphenate,\r\n getBaseElem,\r\n isCharacterBox,\r\n protocolFromUrl\r\n};\r\n\r\n/* eslint no-console:0 */\r\n// TODO: automatically generate documentation\r\n// TODO: check all properties on Settings exist\r\n// TODO: check the type of a property on Settings matches\r\nvar SETTINGS_SCHEMA = {\r\n displayMode: {\r\n type: \"boolean\",\r\n description: \"Render math in display mode, which puts the math in \" + \"display style (so \\\\int and \\\\sum are large, for example), and \" + \"centers the math on the page on its own line.\",\r\n cli: \"-d, --display-mode\"\r\n },\r\n output: {\r\n type: {\r\n enum: [\"htmlAndMathml\", \"html\", \"mathml\"]\r\n },\r\n description: \"Determines the markup language of the output.\",\r\n cli: \"-F, --format \"\r\n },\r\n leqno: {\r\n type: \"boolean\",\r\n description: \"Render display math in leqno style (left-justified tags).\"\r\n },\r\n fleqn: {\r\n type: \"boolean\",\r\n description: \"Render display math flush left.\"\r\n },\r\n throwOnError: {\r\n type: \"boolean\",\r\n default: true,\r\n cli: \"-t, --no-throw-on-error\",\r\n cliDescription: \"Render errors (in the color given by --error-color) ins\" + \"tead of throwing a ParseError exception when encountering an error.\"\r\n },\r\n errorColor: {\r\n type: \"string\",\r\n default: \"#cc0000\",\r\n cli: \"-c, --error-color \",\r\n cliDescription: \"A color string given in the format 'rgb' or 'rrggbb' \" + \"(no #). This option determines the color of errors rendered by the \" + \"-t option.\",\r\n cliProcessor: color => \"#\" + color\r\n },\r\n macros: {\r\n type: \"object\",\r\n cli: \"-m, --macro \",\r\n cliDescription: \"Define custom macro of the form '\\\\foo:expansion' (use \" + \"multiple -m arguments for multiple macros).\",\r\n cliDefault: [],\r\n cliProcessor: (def, defs) => {\r\n defs.push(def);\r\n return defs;\r\n }\r\n },\r\n minRuleThickness: {\r\n type: \"number\",\r\n description: \"Specifies a minimum thickness, in ems, for fraction lines,\" + \" `\\\\sqrt` top lines, `{array}` vertical lines, `\\\\hline`, \" + \"`\\\\hdashline`, `\\\\underline`, `\\\\overline`, and the borders of \" + \"`\\\\fbox`, `\\\\boxed`, and `\\\\fcolorbox`.\",\r\n processor: t => Math.max(0, t),\r\n cli: \"--min-rule-thickness \",\r\n cliProcessor: parseFloat\r\n },\r\n colorIsTextColor: {\r\n type: \"boolean\",\r\n description: \"Makes \\\\color behave like LaTeX's 2-argument \\\\textcolor, \" + \"instead of LaTeX's one-argument \\\\color mode change.\",\r\n cli: \"-b, --color-is-text-color\"\r\n },\r\n strict: {\r\n type: [{\r\n enum: [\"warn\", \"ignore\", \"error\"]\r\n }, \"boolean\", \"function\"],\r\n description: \"Turn on strict / LaTeX faithfulness mode, which throws an \" + \"error if the input uses features that are not supported by LaTeX.\",\r\n cli: \"-S, --strict\",\r\n cliDefault: false\r\n },\r\n trust: {\r\n type: [\"boolean\", \"function\"],\r\n description: \"Trust the input, enabling all HTML features such as \\\\url.\",\r\n cli: \"-T, --trust\"\r\n },\r\n maxSize: {\r\n type: \"number\",\r\n default: Infinity,\r\n description: \"If non-zero, all user-specified sizes, e.g. in \" + \"\\\\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, \" + \"elements and spaces can be arbitrarily large\",\r\n processor: s => Math.max(0, s),\r\n cli: \"-s, --max-size \",\r\n cliProcessor: parseInt\r\n },\r\n maxExpand: {\r\n type: \"number\",\r\n default: 1000,\r\n description: \"Limit the number of macro expansions to the specified \" + \"number, to prevent e.g. infinite macro loops. If set to Infinity, \" + \"the macro expander will try to fully expand as in LaTeX.\",\r\n processor: n => Math.max(0, n),\r\n cli: \"-e, --max-expand \",\r\n cliProcessor: n => n === \"Infinity\" ? Infinity : parseInt(n)\r\n },\r\n globalGroup: {\r\n type: \"boolean\",\r\n cli: false\r\n }\r\n};\r\n\r\nfunction getDefaultValue(schema) {\r\n if (schema.default) {\r\n return schema.default;\r\n }\r\n\r\n var type = schema.type;\r\n var defaultType = Array.isArray(type) ? type[0] : type;\r\n\r\n if (typeof defaultType !== 'string') {\r\n return defaultType.enum[0];\r\n }\r\n\r\n switch (defaultType) {\r\n case 'boolean':\r\n return false;\r\n\r\n case 'string':\r\n return '';\r\n\r\n case 'number':\r\n return 0;\r\n\r\n case 'object':\r\n return {};\r\n }\r\n}\r\n/**\r\n * The main Settings object\r\n *\r\n * The current options stored are:\r\n * - displayMode: Whether the expression should be typeset as inline math\r\n * (false, the default), meaning that the math starts in\r\n * \\textstyle and is placed in an inline-block); or as display\r\n * math (true), meaning that the math starts in \\displaystyle\r\n * and is placed in a block with vertical margin.\r\n */\r\n\r\n\r\nclass Settings {\r\n constructor(options) {\r\n this.displayMode = void 0;\r\n this.output = void 0;\r\n this.leqno = void 0;\r\n this.fleqn = void 0;\r\n this.throwOnError = void 0;\r\n this.errorColor = void 0;\r\n this.macros = void 0;\r\n this.minRuleThickness = void 0;\r\n this.colorIsTextColor = void 0;\r\n this.strict = void 0;\r\n this.trust = void 0;\r\n this.maxSize = void 0;\r\n this.maxExpand = void 0;\r\n this.globalGroup = void 0;\r\n // allow null options\r\n options = options || {};\r\n\r\n for (var prop in SETTINGS_SCHEMA) {\r\n if (SETTINGS_SCHEMA.hasOwnProperty(prop)) {\r\n // $FlowFixMe\r\n var schema = SETTINGS_SCHEMA[prop]; // TODO: validate options\r\n // $FlowFixMe\r\n\r\n this[prop] = options[prop] !== undefined ? schema.processor ? schema.processor(options[prop]) : options[prop] : getDefaultValue(schema);\r\n }\r\n }\r\n }\r\n /**\r\n * Report nonstrict (non-LaTeX-compatible) input.\r\n * Can safely not be called if `this.strict` is false in JavaScript.\r\n */\r\n\r\n\r\n reportNonstrict(errorCode, errorMsg, token) {\r\n var strict = this.strict;\r\n\r\n if (typeof strict === \"function\") {\r\n // Allow return value of strict function to be boolean or string\r\n // (or null/undefined, meaning no further processing).\r\n strict = strict(errorCode, errorMsg, token);\r\n }\r\n\r\n if (!strict || strict === \"ignore\") {\r\n return;\r\n } else if (strict === true || strict === \"error\") {\r\n throw new ParseError(\"LaTeX-incompatible input and strict mode is set to 'error': \" + (errorMsg + \" [\" + errorCode + \"]\"), token);\r\n } else if (strict === \"warn\") {\r\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to 'warn': \" + (errorMsg + \" [\" + errorCode + \"]\"));\r\n } else {\r\n // won't happen in type-safe code\r\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to \" + (\"unrecognized '\" + strict + \"': \" + errorMsg + \" [\" + errorCode + \"]\"));\r\n }\r\n }\r\n /**\r\n * Check whether to apply strict (LaTeX-adhering) behavior for unusual\r\n * input (like `\\\\`). Unlike `nonstrict`, will not throw an error;\r\n * instead, \"error\" translates to a return value of `true`, while \"ignore\"\r\n * translates to a return value of `false`. May still print a warning:\r\n * \"warn\" prints a warning and returns `false`.\r\n * This is for the second category of `errorCode`s listed in the README.\r\n */\r\n\r\n\r\n useStrictBehavior(errorCode, errorMsg, token) {\r\n var strict = this.strict;\r\n\r\n if (typeof strict === \"function\") {\r\n // Allow return value of strict function to be boolean or string\r\n // (or null/undefined, meaning no further processing).\r\n // But catch any exceptions thrown by function, treating them\r\n // like \"error\".\r\n try {\r\n strict = strict(errorCode, errorMsg, token);\r\n } catch (error) {\r\n strict = \"error\";\r\n }\r\n }\r\n\r\n if (!strict || strict === \"ignore\") {\r\n return false;\r\n } else if (strict === true || strict === \"error\") {\r\n return true;\r\n } else if (strict === \"warn\") {\r\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to 'warn': \" + (errorMsg + \" [\" + errorCode + \"]\"));\r\n return false;\r\n } else {\r\n // won't happen in type-safe code\r\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to \" + (\"unrecognized '\" + strict + \"': \" + errorMsg + \" [\" + errorCode + \"]\"));\r\n return false;\r\n }\r\n }\r\n /**\r\n * Check whether to test potentially dangerous input, and return\r\n * `true` (trusted) or `false` (untrusted). The sole argument `context`\r\n * should be an object with `command` field specifying the relevant LaTeX\r\n * command (as a string starting with `\\`), and any other arguments, etc.\r\n * If `context` has a `url` field, a `protocol` field will automatically\r\n * get added by this function (changing the specified object).\r\n */\r\n\r\n\r\n isTrusted(context) {\r\n if (context.url && !context.protocol) {\r\n var protocol = utils.protocolFromUrl(context.url);\r\n\r\n if (protocol == null) {\r\n return false;\r\n }\r\n\r\n context.protocol = protocol;\r\n }\r\n\r\n var trust = typeof this.trust === \"function\" ? this.trust(context) : this.trust;\r\n return Boolean(trust);\r\n }\r\n\r\n}\r\n\r\n/**\r\n * This file contains information and classes for the various kinds of styles\r\n * used in TeX. It provides a generic `Style` class, which holds information\r\n * about a specific style. It then provides instances of all the different kinds\r\n * of styles possible, and provides functions to move between them and get\r\n * information about them.\r\n */\r\n\r\n/**\r\n * The main style class. Contains a unique id for the style, a size (which is\r\n * the same for cramped and uncramped version of a style), and a cramped flag.\r\n */\r\nclass Style {\r\n constructor(id, size, cramped) {\r\n this.id = void 0;\r\n this.size = void 0;\r\n this.cramped = void 0;\r\n this.id = id;\r\n this.size = size;\r\n this.cramped = cramped;\r\n }\r\n /**\r\n * Get the style of a superscript given a base in the current style.\r\n */\r\n\r\n\r\n sup() {\r\n return styles[sup[this.id]];\r\n }\r\n /**\r\n * Get the style of a subscript given a base in the current style.\r\n */\r\n\r\n\r\n sub() {\r\n return styles[sub[this.id]];\r\n }\r\n /**\r\n * Get the style of a fraction numerator given the fraction in the current\r\n * style.\r\n */\r\n\r\n\r\n fracNum() {\r\n return styles[fracNum[this.id]];\r\n }\r\n /**\r\n * Get the style of a fraction denominator given the fraction in the current\r\n * style.\r\n */\r\n\r\n\r\n fracDen() {\r\n return styles[fracDen[this.id]];\r\n }\r\n /**\r\n * Get the cramped version of a style (in particular, cramping a cramped style\r\n * doesn't change the style).\r\n */\r\n\r\n\r\n cramp() {\r\n return styles[cramp[this.id]];\r\n }\r\n /**\r\n * Get a text or display version of this style.\r\n */\r\n\r\n\r\n text() {\r\n return styles[text$1[this.id]];\r\n }\r\n /**\r\n * Return true if this style is tightly spaced (scriptstyle/scriptscriptstyle)\r\n */\r\n\r\n\r\n isTight() {\r\n return this.size >= 2;\r\n }\r\n\r\n} // Export an interface for type checking, but don't expose the implementation.\r\n// This way, no more styles can be generated.\r\n\r\n\r\n// IDs of the different styles\r\nvar D = 0;\r\nvar Dc = 1;\r\nvar T = 2;\r\nvar Tc = 3;\r\nvar S = 4;\r\nvar Sc = 5;\r\nvar SS = 6;\r\nvar SSc = 7; // Instances of the different styles\r\n\r\nvar styles = [new Style(D, 0, false), new Style(Dc, 0, true), new Style(T, 1, false), new Style(Tc, 1, true), new Style(S, 2, false), new Style(Sc, 2, true), new Style(SS, 3, false), new Style(SSc, 3, true)]; // Lookup tables for switching from one style to another\r\n\r\nvar sup = [S, Sc, S, Sc, SS, SSc, SS, SSc];\r\nvar sub = [Sc, Sc, Sc, Sc, SSc, SSc, SSc, SSc];\r\nvar fracNum = [T, Tc, S, Sc, SS, SSc, SS, SSc];\r\nvar fracDen = [Tc, Tc, Sc, Sc, SSc, SSc, SSc, SSc];\r\nvar cramp = [Dc, Dc, Tc, Tc, Sc, Sc, SSc, SSc];\r\nvar text$1 = [D, Dc, T, Tc, T, Tc, T, Tc]; // We only export some of the styles.\r\n\r\nvar Style$1 = {\r\n DISPLAY: styles[D],\r\n TEXT: styles[T],\r\n SCRIPT: styles[S],\r\n SCRIPTSCRIPT: styles[SS]\r\n};\r\n\r\n/*\r\n * This file defines the Unicode scripts and script families that we\r\n * support. To add new scripts or families, just add a new entry to the\r\n * scriptData array below. Adding scripts to the scriptData array allows\r\n * characters from that script to appear in \\text{} environments.\r\n */\r\n\r\n/**\r\n * Each script or script family has a name and an array of blocks.\r\n * Each block is an array of two numbers which specify the start and\r\n * end points (inclusive) of a block of Unicode codepoints.\r\n */\r\n\r\n/**\r\n * Unicode block data for the families of scripts we support in \\text{}.\r\n * Scripts only need to appear here if they do not have font metrics.\r\n */\r\nvar scriptData = [{\r\n // Latin characters beyond the Latin-1 characters we have metrics for.\r\n // Needed for Czech, Hungarian and Turkish text, for example.\r\n name: 'latin',\r\n blocks: [[0x0100, 0x024f], // Latin Extended-A and Latin Extended-B\r\n [0x0300, 0x036f] // Combining Diacritical marks\r\n ]\r\n}, {\r\n // The Cyrillic script used by Russian and related languages.\r\n // A Cyrillic subset used to be supported as explicitly defined\r\n // symbols in symbols.js\r\n name: 'cyrillic',\r\n blocks: [[0x0400, 0x04ff]]\r\n}, {\r\n // Armenian\r\n name: 'armenian',\r\n blocks: [[0x0530, 0x058F]]\r\n}, {\r\n // The Brahmic scripts of South and Southeast Asia\r\n // Devanagari (0900–097F)\r\n // Bengali (0980–09FF)\r\n // Gurmukhi (0A00–0A7F)\r\n // Gujarati (0A80–0AFF)\r\n // Oriya (0B00–0B7F)\r\n // Tamil (0B80–0BFF)\r\n // Telugu (0C00–0C7F)\r\n // Kannada (0C80–0CFF)\r\n // Malayalam (0D00–0D7F)\r\n // Sinhala (0D80–0DFF)\r\n // Thai (0E00–0E7F)\r\n // Lao (0E80–0EFF)\r\n // Tibetan (0F00–0FFF)\r\n // Myanmar (1000–109F)\r\n name: 'brahmic',\r\n blocks: [[0x0900, 0x109F]]\r\n}, {\r\n name: 'georgian',\r\n blocks: [[0x10A0, 0x10ff]]\r\n}, {\r\n // Chinese and Japanese.\r\n // The \"k\" in cjk is for Korean, but we've separated Korean out\r\n name: \"cjk\",\r\n blocks: [[0x3000, 0x30FF], // CJK symbols and punctuation, Hiragana, Katakana\r\n [0x4E00, 0x9FAF], // CJK ideograms\r\n [0xFF00, 0xFF60] // Fullwidth punctuation\r\n // TODO: add halfwidth Katakana and Romanji glyphs\r\n ]\r\n}, {\r\n // Korean\r\n name: 'hangul',\r\n blocks: [[0xAC00, 0xD7AF]]\r\n}];\r\n/**\r\n * Given a codepoint, return the name of the script or script family\r\n * it is from, or null if it is not part of a known block\r\n */\r\n\r\nfunction scriptFromCodepoint(codepoint) {\r\n for (var i = 0; i < scriptData.length; i++) {\r\n var script = scriptData[i];\r\n\r\n for (var _i = 0; _i < script.blocks.length; _i++) {\r\n var block = script.blocks[_i];\r\n\r\n if (codepoint >= block[0] && codepoint <= block[1]) {\r\n return script.name;\r\n }\r\n }\r\n }\r\n\r\n return null;\r\n}\r\n/**\r\n * A flattened version of all the supported blocks in a single array.\r\n * This is an optimization to make supportedCodepoint() fast.\r\n */\r\n\r\nvar allBlocks = [];\r\nscriptData.forEach(s => s.blocks.forEach(b => allBlocks.push(...b)));\r\n/**\r\n * Given a codepoint, return true if it falls within one of the\r\n * scripts or script families defined above and false otherwise.\r\n *\r\n * Micro benchmarks shows that this is faster than\r\n * /[\\u3000-\\u30FF\\u4E00-\\u9FAF\\uFF00-\\uFF60\\uAC00-\\uD7AF\\u0900-\\u109F]/.test()\r\n * in Firefox, Chrome and Node.\r\n */\r\n\r\nfunction supportedCodepoint(codepoint) {\r\n for (var i = 0; i < allBlocks.length; i += 2) {\r\n if (codepoint >= allBlocks[i] && codepoint <= allBlocks[i + 1]) {\r\n return true;\r\n }\r\n }\r\n\r\n return false;\r\n}\r\n\r\n/**\r\n * This file provides support to domTree.js and delimiter.js.\r\n * It's a storehouse of path geometry for SVG images.\r\n */\r\n// In all paths below, the viewBox-to-em scale is 1000:1.\r\nvar hLinePad = 80; // padding above a sqrt vinculum. Prevents image cropping.\r\n// The vinculum of a \\sqrt can be made thicker by a KaTeX rendering option.\r\n// Think of variable extraVinculum as two detours in the SVG path.\r\n// The detour begins at the lower left of the area labeled extraVinculum below.\r\n// The detour proceeds one extraVinculum distance up and slightly to the right,\r\n// displacing the radiused corner between surd and vinculum. The radius is\r\n// traversed as usual, then the detour resumes. It goes right, to the end of\r\n// the very long vinculum, then down one extraVinculum distance,\r\n// after which it resumes regular path geometry for the radical.\r\n\r\n/* vinculum\r\n /\r\n /▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒←extraVinculum\r\n / █████████████████████←0.04em (40 unit) std vinculum thickness\r\n / /\r\n / /\r\n / /\\\r\n / / surd\r\n*/\r\n\r\nvar sqrtMain = function sqrtMain(extraVinculum, hLinePad) {\r\n // sqrtMain path geometry is from glyph U221A in the font KaTeX Main\r\n return \"M95,\" + (622 + extraVinculum + hLinePad) + \"\\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\\nc69,-144,104.5,-217.7,106.5,-221\\nl\" + extraVinculum / 2.075 + \" -\" + extraVinculum + \"\\nc5.3,-9.3,12,-14,20,-14\\nH400000v\" + (40 + extraVinculum) + \"H845.2724\\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\\nM\" + (834 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"h-400000z\";\r\n};\r\n\r\nvar sqrtSize1 = function sqrtSize1(extraVinculum, hLinePad) {\r\n // size1 is from glyph U221A in the font KaTeX_Size1-Regular\r\n return \"M263,\" + (601 + extraVinculum + hLinePad) + \"c0.7,0,18,39.7,52,119\\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\\nc340,-704.7,510.7,-1060.3,512,-1067\\nl\" + extraVinculum / 2.084 + \" -\" + extraVinculum + \"\\nc4.7,-7.3,11,-11,19,-11\\nH40000v\" + (40 + extraVinculum) + \"H1012.3\\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\\nM\" + (1001 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"h-400000z\";\r\n};\r\n\r\nvar sqrtSize2 = function sqrtSize2(extraVinculum, hLinePad) {\r\n // size2 is from glyph U221A in the font KaTeX_Size2-Regular\r\n return \"M983 \" + (10 + extraVinculum + hLinePad) + \"\\nl\" + extraVinculum / 3.13 + \" -\" + extraVinculum + \"\\nc4,-6.7,10,-10,18,-10 H400000v\" + (40 + extraVinculum) + \"\\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\\nM\" + (1001 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"h-400000z\";\r\n};\r\n\r\nvar sqrtSize3 = function sqrtSize3(extraVinculum, hLinePad) {\r\n // size3 is from glyph U221A in the font KaTeX_Size3-Regular\r\n return \"M424,\" + (2398 + extraVinculum + hLinePad) + \"\\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\\nl\" + extraVinculum / 4.223 + \" -\" + extraVinculum + \"c4,-6.7,10,-10,18,-10 H400000\\nv\" + (40 + extraVinculum) + \"H1014.6\\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\\nc-2,6,-10,9,-24,9\\nc-8,0,-12,-0.7,-12,-2z M\" + (1001 + extraVinculum) + \" \" + hLinePad + \"\\nh400000v\" + (40 + extraVinculum) + \"h-400000z\";\r\n};\r\n\r\nvar sqrtSize4 = function sqrtSize4(extraVinculum, hLinePad) {\r\n // size4 is from glyph U221A in the font KaTeX_Size4-Regular\r\n return \"M473,\" + (2713 + extraVinculum + hLinePad) + \"\\nc339.3,-1799.3,509.3,-2700,510,-2702 l\" + extraVinculum / 5.298 + \" -\" + extraVinculum + \"\\nc3.3,-7.3,9.3,-11,18,-11 H400000v\" + (40 + extraVinculum) + \"H1017.7\\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\\n606zM\" + (1001 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"H1017.7z\";\r\n};\r\n\r\nvar phasePath = function phasePath(y) {\r\n var x = y / 2; // x coordinate at top of angle\r\n\r\n return \"M400000 \" + y + \" H0 L\" + x + \" 0 l65 45 L145 \" + (y - 80) + \" H400000z\";\r\n};\r\n\r\nvar sqrtTall = function sqrtTall(extraVinculum, hLinePad, viewBoxHeight) {\r\n // sqrtTall is from glyph U23B7 in the font KaTeX_Size4-Regular\r\n // One path edge has a variable length. It runs vertically from the vinculum\r\n // to a point near (14 units) the bottom of the surd. The vinculum\r\n // is normally 40 units thick. So the length of the line in question is:\r\n var vertSegment = viewBoxHeight - 54 - hLinePad - extraVinculum;\r\n return \"M702 \" + (extraVinculum + hLinePad) + \"H400000\" + (40 + extraVinculum) + \"\\nH742v\" + vertSegment + \"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\\n219 661 l218 661zM702 \" + hLinePad + \"H400000v\" + (40 + extraVinculum) + \"H742z\";\r\n};\r\n\r\nvar sqrtPath = function sqrtPath(size, extraVinculum, viewBoxHeight) {\r\n extraVinculum = 1000 * extraVinculum; // Convert from document ems to viewBox.\r\n\r\n var path = \"\";\r\n\r\n switch (size) {\r\n case \"sqrtMain\":\r\n path = sqrtMain(extraVinculum, hLinePad);\r\n break;\r\n\r\n case \"sqrtSize1\":\r\n path = sqrtSize1(extraVinculum, hLinePad);\r\n break;\r\n\r\n case \"sqrtSize2\":\r\n path = sqrtSize2(extraVinculum, hLinePad);\r\n break;\r\n\r\n case \"sqrtSize3\":\r\n path = sqrtSize3(extraVinculum, hLinePad);\r\n break;\r\n\r\n case \"sqrtSize4\":\r\n path = sqrtSize4(extraVinculum, hLinePad);\r\n break;\r\n\r\n case \"sqrtTall\":\r\n path = sqrtTall(extraVinculum, hLinePad, viewBoxHeight);\r\n }\r\n\r\n return path;\r\n};\r\nvar innerPath = function innerPath(name, height) {\r\n // The inner part of stretchy tall delimiters\r\n switch (name) {\r\n case \"\\u239c\":\r\n return \"M291 0 H417 V\" + height + \" H291z M291 0 H417 V\" + height + \" H291z\";\r\n\r\n case \"\\u2223\":\r\n return \"M145 0 H188 V\" + height + \" H145z M145 0 H188 V\" + height + \" H145z\";\r\n\r\n case \"\\u2225\":\r\n return \"M145 0 H188 V\" + height + \" H145z M145 0 H188 V\" + height + \" H145z\" + (\"M367 0 H410 V\" + height + \" H367z M367 0 H410 V\" + height + \" H367z\");\r\n\r\n case \"\\u239f\":\r\n return \"M457 0 H583 V\" + height + \" H457z M457 0 H583 V\" + height + \" H457z\";\r\n\r\n case \"\\u23a2\":\r\n return \"M319 0 H403 V\" + height + \" H319z M319 0 H403 V\" + height + \" H319z\";\r\n\r\n case \"\\u23a5\":\r\n return \"M263 0 H347 V\" + height + \" H263z M263 0 H347 V\" + height + \" H263z\";\r\n\r\n case \"\\u23aa\":\r\n return \"M384 0 H504 V\" + height + \" H384z M384 0 H504 V\" + height + \" H384z\";\r\n\r\n case \"\\u23d0\":\r\n return \"M312 0 H355 V\" + height + \" H312z M312 0 H355 V\" + height + \" H312z\";\r\n\r\n case \"\\u2016\":\r\n return \"M257 0 H300 V\" + height + \" H257z M257 0 H300 V\" + height + \" H257z\" + (\"M478 0 H521 V\" + height + \" H478z M478 0 H521 V\" + height + \" H478z\");\r\n\r\n default:\r\n return \"\";\r\n }\r\n};\r\nvar path = {\r\n // The doubleleftarrow geometry is from glyph U+21D0 in the font KaTeX Main\r\n doubleleftarrow: \"M262 157\\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\\nm8 0v40h399730v-40zm0 194v40h399730v-40z\",\r\n // doublerightarrow is from glyph U+21D2 in font KaTeX Main\r\n doublerightarrow: \"M399738 392l\\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z\",\r\n // leftarrow is from glyph U+2190 in font KaTeX Main\r\n leftarrow: \"M400000 241H110l3-3c68.7-52.7 113.7-120\\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\\n l-3-3h399890zM100 241v40h399900v-40z\",\r\n // overbrace is from glyphs U+23A9/23A8/23A7 in font KaTeX_Size4-Regular\r\n leftbrace: \"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z\",\r\n leftbraceunder: \"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z\",\r\n // overgroup is from the MnSymbol package (public domain)\r\n leftgroup: \"M400000 80\\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\\n 435 0h399565z\",\r\n leftgroupunder: \"M400000 262\\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\\n 435 219h399565z\",\r\n // Harpoons are from glyph U+21BD in font KaTeX Main\r\n leftharpoon: \"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z\",\r\n leftharpoonplus: \"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\\nm0 0v40h400000v-40z\",\r\n leftharpoondown: \"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z\",\r\n leftharpoondownplus: \"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z\",\r\n // hook is from glyph U+21A9 in font KaTeX Main\r\n lefthook: \"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\\n 71.5 23h399859zM103 281v-40h399897v40z\",\r\n leftlinesegment: \"M40 281 V428 H0 V94 H40 V241 H400000 v40z\\nM40 281 V428 H0 V94 H40 V241 H400000 v40z\",\r\n leftmapsto: \"M40 281 V448H0V74H40V241H400000v40z\\nM40 281 V448H0V74H40V241H400000v40z\",\r\n // tofrom is from glyph U+21C4 in font KaTeX AMS Regular\r\n leftToFrom: \"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z\",\r\n longequal: \"M0 50 h400000 v40H0z m0 194h40000v40H0z\\nM0 50 h400000 v40H0z m0 194h40000v40H0z\",\r\n midbrace: \"M200428 334\\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z\",\r\n midbraceunder: \"M199572 214\\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z\",\r\n oiintSize1: \"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z\",\r\n oiintSize2: \"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\\nc0 110 84 276 504 276s502.4-166 502.4-276z\",\r\n oiiintSize1: \"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z\",\r\n oiiintSize2: \"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z\",\r\n rightarrow: \"M0 241v40h399891c-47.3 35.3-84 78-110 128\\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\n 151.7 139 205zm0 0v40h399900v-40z\",\r\n rightbrace: \"M400000 542l\\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z\",\r\n rightbraceunder: \"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z\",\r\n rightgroup: \"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\\n 3-1 3-3v-38c-76-158-257-219-435-219H0z\",\r\n rightgroupunder: \"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z\",\r\n rightharpoon: \"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\\n 69.2 92 94.5zm0 0v40h399900v-40z\",\r\n rightharpoonplus: \"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z\",\r\n rightharpoondown: \"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z\",\r\n rightharpoondownplus: \"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\\nm0-194v40h400000v-40zm0 0v40h400000v-40z\",\r\n righthook: \"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z\",\r\n rightlinesegment: \"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z\",\r\n rightToFrom: \"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z\",\r\n // twoheadleftarrow is from glyph U+219E in font KaTeX AMS Regular\r\n twoheadleftarrow: \"M0 167c68 40\\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z\",\r\n twoheadrightarrow: \"M400000 167\\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z\",\r\n // tilde1 is a modified version of a glyph from the MnSymbol package\r\n tilde1: \"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\\n-68.267.847-113-73.952-191-73.952z\",\r\n // ditto tilde2, tilde3, & tilde4\r\n tilde2: \"M344 55.266c-142 0-300.638 81.316-311.5 86.418\\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z\",\r\n tilde3: \"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\\n -338 0-409-156.573-744-156.573z\",\r\n tilde4: \"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\\n -175.236-744-175.236z\",\r\n // vec is from glyph U+20D7 in font KaTeX Main\r\n vec: \"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\\nc-16-25.333-24-45-24-59z\",\r\n // widehat1 is a modified version of a glyph from the MnSymbol package\r\n widehat1: \"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z\",\r\n // ditto widehat2, widehat3, & widehat4\r\n widehat2: \"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",\r\n widehat3: \"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",\r\n widehat4: \"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",\r\n // widecheck paths are all inverted versions of widehat\r\n widecheck1: \"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z\",\r\n widecheck2: \"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",\r\n widecheck3: \"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",\r\n widecheck4: \"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",\r\n // The next ten paths support reaction arrows from the mhchem package.\r\n // Arrows for \\ce{<-->} are offset from xAxis by 0.22ex, per mhchem in LaTeX\r\n // baraboveleftarrow is mostly from glyph U+2190 in font KaTeX Main\r\n baraboveleftarrow: \"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z\",\r\n // rightarrowabovebar is mostly from glyph U+2192, KaTeX Main\r\n rightarrowabovebar: \"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z\",\r\n // The short left harpoon has 0.5em (i.e. 500 units) kern on the left end.\r\n // Ref from mhchem.sty: \\rlap{\\raisebox{-.22ex}{$\\kern0.5em\r\n baraboveshortleftharpoon: \"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z\",\r\n rightharpoonaboveshortbar: \"M0,241 l0,40c399126,0,399993,0,399993,0\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z\",\r\n shortbaraboveleftharpoon: \"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z\",\r\n shortrightharpoonabovebar: \"M53,241l0,40c398570,0,399437,0,399437,0\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z\"\r\n};\r\nvar tallDelim = function tallDelim(label, midHeight) {\r\n switch (label) {\r\n case \"lbrack\":\r\n return \"M403 1759 V84 H666 V0 H319 V1759 v\" + midHeight + \" v1759 h347 v-84\\nH403z M403 1759 V0 H319 V1759 v\" + midHeight + \" v1759 h84z\";\r\n\r\n case \"rbrack\":\r\n return \"M347 1759 V0 H0 V84 H263 V1759 v\" + midHeight + \" v1759 H0 v84 H347z\\nM347 1759 V0 H263 V1759 v\" + midHeight + \" v1759 h84z\";\r\n\r\n case \"vert\":\r\n return \"M145 15 v585 v\" + midHeight + \" v585 c2.667,10,9.667,15,21,15\\nc10,0,16.667,-5,20,-15 v-585 v\" + -midHeight + \" v-585 c-2.667,-10,-9.667,-15,-21,-15\\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v\" + midHeight + \" v585 h43z\";\r\n\r\n case \"doublevert\":\r\n return \"M145 15 v585 v\" + midHeight + \" v585 c2.667,10,9.667,15,21,15\\nc10,0,16.667,-5,20,-15 v-585 v\" + -midHeight + \" v-585 c-2.667,-10,-9.667,-15,-21,-15\\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v\" + midHeight + \" v585 h43z\\nM367 15 v585 v\" + midHeight + \" v585 c2.667,10,9.667,15,21,15\\nc10,0,16.667,-5,20,-15 v-585 v\" + -midHeight + \" v-585 c-2.667,-10,-9.667,-15,-21,-15\\nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v\" + midHeight + \" v585 h43z\";\r\n\r\n case \"lfloor\":\r\n return \"M319 602 V0 H403 V602 v\" + midHeight + \" v1715 h263 v84 H319z\\nMM319 602 V0 H403 V602 v\" + midHeight + \" v1715 H319z\";\r\n\r\n case \"rfloor\":\r\n return \"M319 602 V0 H403 V602 v\" + midHeight + \" v1799 H0 v-84 H319z\\nMM319 602 V0 H403 V602 v\" + midHeight + \" v1715 H319z\";\r\n\r\n case \"lceil\":\r\n return \"M403 1759 V84 H666 V0 H319 V1759 v\" + midHeight + \" v602 h84z\\nM403 1759 V0 H319 V1759 v\" + midHeight + \" v602 h84z\";\r\n\r\n case \"rceil\":\r\n return \"M347 1759 V0 H0 V84 H263 V1759 v\" + midHeight + \" v602 h84z\\nM347 1759 V0 h-84 V1759 v\" + midHeight + \" v602 h84z\";\r\n\r\n case \"lparen\":\r\n return \"M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1\\nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,\\n-36,557 l0,\" + (midHeight + 84) + \"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\\n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9\\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\\nl0,-\" + (midHeight + 92) + \"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\\n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z\";\r\n\r\n case \"rparen\":\r\n return \"M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,\\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,\" + (midHeight + 9) + \"\\nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664\\nc-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11\\nc0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17\\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\\nl0,-\" + (midHeight + 144) + \"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z\";\r\n\r\n default:\r\n // We should not ever get here.\r\n throw new Error(\"Unknown stretchy delimiter.\");\r\n }\r\n};\r\n\r\n/**\r\n * This node represents a document fragment, which contains elements, but when\r\n * placed into the DOM doesn't have any representation itself. It only contains\r\n * children and doesn't have any DOM node properties.\r\n */\r\nclass DocumentFragment {\r\n // HtmlDomNode\r\n // Never used; needed for satisfying interface.\r\n constructor(children) {\r\n this.children = void 0;\r\n this.classes = void 0;\r\n this.height = void 0;\r\n this.depth = void 0;\r\n this.maxFontSize = void 0;\r\n this.style = void 0;\r\n this.children = children;\r\n this.classes = [];\r\n this.height = 0;\r\n this.depth = 0;\r\n this.maxFontSize = 0;\r\n this.style = {};\r\n }\r\n\r\n hasClass(className) {\r\n return utils.contains(this.classes, className);\r\n }\r\n /** Convert the fragment into a node. */\r\n\r\n\r\n toNode() {\r\n var frag = document.createDocumentFragment();\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n frag.appendChild(this.children[i].toNode());\r\n }\r\n\r\n return frag;\r\n }\r\n /** Convert the fragment into HTML markup. */\r\n\r\n\r\n toMarkup() {\r\n var markup = \"\"; // Simply concatenate the markup for the children together.\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n markup += this.children[i].toMarkup();\r\n }\r\n\r\n return markup;\r\n }\r\n /**\r\n * Converts the math node into a string, similar to innerText. Applies to\r\n * MathDomNode's only.\r\n */\r\n\r\n\r\n toText() {\r\n // To avoid this, we would subclass documentFragment separately for\r\n // MathML, but polyfills for subclassing is expensive per PR 1469.\r\n // $FlowFixMe: Only works for ChildType = MathDomNode.\r\n var toText = child => child.toText();\r\n\r\n return this.children.map(toText).join(\"\");\r\n }\r\n\r\n}\r\n\r\n// This file is GENERATED by buildMetrics.sh. DO NOT MODIFY.\r\nvar fontMetricsData = {\r\n \"AMS-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"65\": [0, 0.68889, 0, 0, 0.72222],\r\n \"66\": [0, 0.68889, 0, 0, 0.66667],\r\n \"67\": [0, 0.68889, 0, 0, 0.72222],\r\n \"68\": [0, 0.68889, 0, 0, 0.72222],\r\n \"69\": [0, 0.68889, 0, 0, 0.66667],\r\n \"70\": [0, 0.68889, 0, 0, 0.61111],\r\n \"71\": [0, 0.68889, 0, 0, 0.77778],\r\n \"72\": [0, 0.68889, 0, 0, 0.77778],\r\n \"73\": [0, 0.68889, 0, 0, 0.38889],\r\n \"74\": [0.16667, 0.68889, 0, 0, 0.5],\r\n \"75\": [0, 0.68889, 0, 0, 0.77778],\r\n \"76\": [0, 0.68889, 0, 0, 0.66667],\r\n \"77\": [0, 0.68889, 0, 0, 0.94445],\r\n \"78\": [0, 0.68889, 0, 0, 0.72222],\r\n \"79\": [0.16667, 0.68889, 0, 0, 0.77778],\r\n \"80\": [0, 0.68889, 0, 0, 0.61111],\r\n \"81\": [0.16667, 0.68889, 0, 0, 0.77778],\r\n \"82\": [0, 0.68889, 0, 0, 0.72222],\r\n \"83\": [0, 0.68889, 0, 0, 0.55556],\r\n \"84\": [0, 0.68889, 0, 0, 0.66667],\r\n \"85\": [0, 0.68889, 0, 0, 0.72222],\r\n \"86\": [0, 0.68889, 0, 0, 0.72222],\r\n \"87\": [0, 0.68889, 0, 0, 1.0],\r\n \"88\": [0, 0.68889, 0, 0, 0.72222],\r\n \"89\": [0, 0.68889, 0, 0, 0.72222],\r\n \"90\": [0, 0.68889, 0, 0, 0.66667],\r\n \"107\": [0, 0.68889, 0, 0, 0.55556],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"165\": [0, 0.675, 0.025, 0, 0.75],\r\n \"174\": [0.15559, 0.69224, 0, 0, 0.94666],\r\n \"240\": [0, 0.68889, 0, 0, 0.55556],\r\n \"295\": [0, 0.68889, 0, 0, 0.54028],\r\n \"710\": [0, 0.825, 0, 0, 2.33334],\r\n \"732\": [0, 0.9, 0, 0, 2.33334],\r\n \"770\": [0, 0.825, 0, 0, 2.33334],\r\n \"771\": [0, 0.9, 0, 0, 2.33334],\r\n \"989\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"1008\": [0, 0.43056, 0.04028, 0, 0.66667],\r\n \"8245\": [0, 0.54986, 0, 0, 0.275],\r\n \"8463\": [0, 0.68889, 0, 0, 0.54028],\r\n \"8487\": [0, 0.68889, 0, 0, 0.72222],\r\n \"8498\": [0, 0.68889, 0, 0, 0.55556],\r\n \"8502\": [0, 0.68889, 0, 0, 0.66667],\r\n \"8503\": [0, 0.68889, 0, 0, 0.44445],\r\n \"8504\": [0, 0.68889, 0, 0, 0.66667],\r\n \"8513\": [0, 0.68889, 0, 0, 0.63889],\r\n \"8592\": [-0.03598, 0.46402, 0, 0, 0.5],\r\n \"8594\": [-0.03598, 0.46402, 0, 0, 0.5],\r\n \"8602\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8603\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8606\": [0.01354, 0.52239, 0, 0, 1.0],\r\n \"8608\": [0.01354, 0.52239, 0, 0, 1.0],\r\n \"8610\": [0.01354, 0.52239, 0, 0, 1.11111],\r\n \"8611\": [0.01354, 0.52239, 0, 0, 1.11111],\r\n \"8619\": [0, 0.54986, 0, 0, 1.0],\r\n \"8620\": [0, 0.54986, 0, 0, 1.0],\r\n \"8621\": [-0.13313, 0.37788, 0, 0, 1.38889],\r\n \"8622\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8624\": [0, 0.69224, 0, 0, 0.5],\r\n \"8625\": [0, 0.69224, 0, 0, 0.5],\r\n \"8630\": [0, 0.43056, 0, 0, 1.0],\r\n \"8631\": [0, 0.43056, 0, 0, 1.0],\r\n \"8634\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8635\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8638\": [0.19444, 0.69224, 0, 0, 0.41667],\r\n \"8639\": [0.19444, 0.69224, 0, 0, 0.41667],\r\n \"8642\": [0.19444, 0.69224, 0, 0, 0.41667],\r\n \"8643\": [0.19444, 0.69224, 0, 0, 0.41667],\r\n \"8644\": [0.1808, 0.675, 0, 0, 1.0],\r\n \"8646\": [0.1808, 0.675, 0, 0, 1.0],\r\n \"8647\": [0.1808, 0.675, 0, 0, 1.0],\r\n \"8648\": [0.19444, 0.69224, 0, 0, 0.83334],\r\n \"8649\": [0.1808, 0.675, 0, 0, 1.0],\r\n \"8650\": [0.19444, 0.69224, 0, 0, 0.83334],\r\n \"8651\": [0.01354, 0.52239, 0, 0, 1.0],\r\n \"8652\": [0.01354, 0.52239, 0, 0, 1.0],\r\n \"8653\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8654\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8655\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8666\": [0.13667, 0.63667, 0, 0, 1.0],\r\n \"8667\": [0.13667, 0.63667, 0, 0, 1.0],\r\n \"8669\": [-0.13313, 0.37788, 0, 0, 1.0],\r\n \"8672\": [-0.064, 0.437, 0, 0, 1.334],\r\n \"8674\": [-0.064, 0.437, 0, 0, 1.334],\r\n \"8705\": [0, 0.825, 0, 0, 0.5],\r\n \"8708\": [0, 0.68889, 0, 0, 0.55556],\r\n \"8709\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"8717\": [0, 0.43056, 0, 0, 0.42917],\r\n \"8722\": [-0.03598, 0.46402, 0, 0, 0.5],\r\n \"8724\": [0.08198, 0.69224, 0, 0, 0.77778],\r\n \"8726\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"8733\": [0, 0.69224, 0, 0, 0.77778],\r\n \"8736\": [0, 0.69224, 0, 0, 0.72222],\r\n \"8737\": [0, 0.69224, 0, 0, 0.72222],\r\n \"8738\": [0.03517, 0.52239, 0, 0, 0.72222],\r\n \"8739\": [0.08167, 0.58167, 0, 0, 0.22222],\r\n \"8740\": [0.25142, 0.74111, 0, 0, 0.27778],\r\n \"8741\": [0.08167, 0.58167, 0, 0, 0.38889],\r\n \"8742\": [0.25142, 0.74111, 0, 0, 0.5],\r\n \"8756\": [0, 0.69224, 0, 0, 0.66667],\r\n \"8757\": [0, 0.69224, 0, 0, 0.66667],\r\n \"8764\": [-0.13313, 0.36687, 0, 0, 0.77778],\r\n \"8765\": [-0.13313, 0.37788, 0, 0, 0.77778],\r\n \"8769\": [-0.13313, 0.36687, 0, 0, 0.77778],\r\n \"8770\": [-0.03625, 0.46375, 0, 0, 0.77778],\r\n \"8774\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8776\": [-0.01688, 0.48312, 0, 0, 0.77778],\r\n \"8778\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"8782\": [0.06062, 0.54986, 0, 0, 0.77778],\r\n \"8783\": [0.06062, 0.54986, 0, 0, 0.77778],\r\n \"8785\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8786\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8787\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8790\": [0, 0.69224, 0, 0, 0.77778],\r\n \"8791\": [0.22958, 0.72958, 0, 0, 0.77778],\r\n \"8796\": [0.08198, 0.91667, 0, 0, 0.77778],\r\n \"8806\": [0.25583, 0.75583, 0, 0, 0.77778],\r\n \"8807\": [0.25583, 0.75583, 0, 0, 0.77778],\r\n \"8808\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"8809\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"8812\": [0.25583, 0.75583, 0, 0, 0.5],\r\n \"8814\": [0.20576, 0.70576, 0, 0, 0.77778],\r\n \"8815\": [0.20576, 0.70576, 0, 0, 0.77778],\r\n \"8816\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8817\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8818\": [0.22958, 0.72958, 0, 0, 0.77778],\r\n \"8819\": [0.22958, 0.72958, 0, 0, 0.77778],\r\n \"8822\": [0.1808, 0.675, 0, 0, 0.77778],\r\n \"8823\": [0.1808, 0.675, 0, 0, 0.77778],\r\n \"8828\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"8829\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"8830\": [0.22958, 0.72958, 0, 0, 0.77778],\r\n \"8831\": [0.22958, 0.72958, 0, 0, 0.77778],\r\n \"8832\": [0.20576, 0.70576, 0, 0, 0.77778],\r\n \"8833\": [0.20576, 0.70576, 0, 0, 0.77778],\r\n \"8840\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8841\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8842\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8843\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8847\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"8848\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"8858\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8859\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8861\": [0.08198, 0.58198, 0, 0, 0.77778],\r\n \"8862\": [0, 0.675, 0, 0, 0.77778],\r\n \"8863\": [0, 0.675, 0, 0, 0.77778],\r\n \"8864\": [0, 0.675, 0, 0, 0.77778],\r\n \"8865\": [0, 0.675, 0, 0, 0.77778],\r\n \"8872\": [0, 0.69224, 0, 0, 0.61111],\r\n \"8873\": [0, 0.69224, 0, 0, 0.72222],\r\n \"8874\": [0, 0.69224, 0, 0, 0.88889],\r\n \"8876\": [0, 0.68889, 0, 0, 0.61111],\r\n \"8877\": [0, 0.68889, 0, 0, 0.61111],\r\n \"8878\": [0, 0.68889, 0, 0, 0.72222],\r\n \"8879\": [0, 0.68889, 0, 0, 0.72222],\r\n \"8882\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"8883\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"8884\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"8885\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"8888\": [0, 0.54986, 0, 0, 1.11111],\r\n \"8890\": [0.19444, 0.43056, 0, 0, 0.55556],\r\n \"8891\": [0.19444, 0.69224, 0, 0, 0.61111],\r\n \"8892\": [0.19444, 0.69224, 0, 0, 0.61111],\r\n \"8901\": [0, 0.54986, 0, 0, 0.27778],\r\n \"8903\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"8905\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"8906\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"8907\": [0, 0.69224, 0, 0, 0.77778],\r\n \"8908\": [0, 0.69224, 0, 0, 0.77778],\r\n \"8909\": [-0.03598, 0.46402, 0, 0, 0.77778],\r\n \"8910\": [0, 0.54986, 0, 0, 0.76042],\r\n \"8911\": [0, 0.54986, 0, 0, 0.76042],\r\n \"8912\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"8913\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"8914\": [0, 0.54986, 0, 0, 0.66667],\r\n \"8915\": [0, 0.54986, 0, 0, 0.66667],\r\n \"8916\": [0, 0.69224, 0, 0, 0.66667],\r\n \"8918\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"8919\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"8920\": [0.03517, 0.54986, 0, 0, 1.33334],\r\n \"8921\": [0.03517, 0.54986, 0, 0, 1.33334],\r\n \"8922\": [0.38569, 0.88569, 0, 0, 0.77778],\r\n \"8923\": [0.38569, 0.88569, 0, 0, 0.77778],\r\n \"8926\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"8927\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"8928\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8929\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8934\": [0.23222, 0.74111, 0, 0, 0.77778],\r\n \"8935\": [0.23222, 0.74111, 0, 0, 0.77778],\r\n \"8936\": [0.23222, 0.74111, 0, 0, 0.77778],\r\n \"8937\": [0.23222, 0.74111, 0, 0, 0.77778],\r\n \"8938\": [0.20576, 0.70576, 0, 0, 0.77778],\r\n \"8939\": [0.20576, 0.70576, 0, 0, 0.77778],\r\n \"8940\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8941\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"8994\": [0.19444, 0.69224, 0, 0, 0.77778],\r\n \"8995\": [0.19444, 0.69224, 0, 0, 0.77778],\r\n \"9416\": [0.15559, 0.69224, 0, 0, 0.90222],\r\n \"9484\": [0, 0.69224, 0, 0, 0.5],\r\n \"9488\": [0, 0.69224, 0, 0, 0.5],\r\n \"9492\": [0, 0.37788, 0, 0, 0.5],\r\n \"9496\": [0, 0.37788, 0, 0, 0.5],\r\n \"9585\": [0.19444, 0.68889, 0, 0, 0.88889],\r\n \"9586\": [0.19444, 0.74111, 0, 0, 0.88889],\r\n \"9632\": [0, 0.675, 0, 0, 0.77778],\r\n \"9633\": [0, 0.675, 0, 0, 0.77778],\r\n \"9650\": [0, 0.54986, 0, 0, 0.72222],\r\n \"9651\": [0, 0.54986, 0, 0, 0.72222],\r\n \"9654\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"9660\": [0, 0.54986, 0, 0, 0.72222],\r\n \"9661\": [0, 0.54986, 0, 0, 0.72222],\r\n \"9664\": [0.03517, 0.54986, 0, 0, 0.77778],\r\n \"9674\": [0.11111, 0.69224, 0, 0, 0.66667],\r\n \"9733\": [0.19444, 0.69224, 0, 0, 0.94445],\r\n \"10003\": [0, 0.69224, 0, 0, 0.83334],\r\n \"10016\": [0, 0.69224, 0, 0, 0.83334],\r\n \"10731\": [0.11111, 0.69224, 0, 0, 0.66667],\r\n \"10846\": [0.19444, 0.75583, 0, 0, 0.61111],\r\n \"10877\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"10878\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"10885\": [0.25583, 0.75583, 0, 0, 0.77778],\r\n \"10886\": [0.25583, 0.75583, 0, 0, 0.77778],\r\n \"10887\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"10888\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"10889\": [0.26167, 0.75726, 0, 0, 0.77778],\r\n \"10890\": [0.26167, 0.75726, 0, 0, 0.77778],\r\n \"10891\": [0.48256, 0.98256, 0, 0, 0.77778],\r\n \"10892\": [0.48256, 0.98256, 0, 0, 0.77778],\r\n \"10901\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"10902\": [0.13667, 0.63667, 0, 0, 0.77778],\r\n \"10933\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"10934\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"10935\": [0.26167, 0.75726, 0, 0, 0.77778],\r\n \"10936\": [0.26167, 0.75726, 0, 0, 0.77778],\r\n \"10937\": [0.26167, 0.75726, 0, 0, 0.77778],\r\n \"10938\": [0.26167, 0.75726, 0, 0, 0.77778],\r\n \"10949\": [0.25583, 0.75583, 0, 0, 0.77778],\r\n \"10950\": [0.25583, 0.75583, 0, 0, 0.77778],\r\n \"10955\": [0.28481, 0.79383, 0, 0, 0.77778],\r\n \"10956\": [0.28481, 0.79383, 0, 0, 0.77778],\r\n \"57350\": [0.08167, 0.58167, 0, 0, 0.22222],\r\n \"57351\": [0.08167, 0.58167, 0, 0, 0.38889],\r\n \"57352\": [0.08167, 0.58167, 0, 0, 0.77778],\r\n \"57353\": [0, 0.43056, 0.04028, 0, 0.66667],\r\n \"57356\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"57357\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"57358\": [0.41951, 0.91951, 0, 0, 0.77778],\r\n \"57359\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"57360\": [0.30274, 0.79383, 0, 0, 0.77778],\r\n \"57361\": [0.41951, 0.91951, 0, 0, 0.77778],\r\n \"57366\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"57367\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"57368\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"57369\": [0.25142, 0.75726, 0, 0, 0.77778],\r\n \"57370\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"57371\": [0.13597, 0.63597, 0, 0, 0.77778]\r\n },\r\n \"Caligraphic-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"65\": [0, 0.68333, 0, 0.19445, 0.79847],\r\n \"66\": [0, 0.68333, 0.03041, 0.13889, 0.65681],\r\n \"67\": [0, 0.68333, 0.05834, 0.13889, 0.52653],\r\n \"68\": [0, 0.68333, 0.02778, 0.08334, 0.77139],\r\n \"69\": [0, 0.68333, 0.08944, 0.11111, 0.52778],\r\n \"70\": [0, 0.68333, 0.09931, 0.11111, 0.71875],\r\n \"71\": [0.09722, 0.68333, 0.0593, 0.11111, 0.59487],\r\n \"72\": [0, 0.68333, 0.00965, 0.11111, 0.84452],\r\n \"73\": [0, 0.68333, 0.07382, 0, 0.54452],\r\n \"74\": [0.09722, 0.68333, 0.18472, 0.16667, 0.67778],\r\n \"75\": [0, 0.68333, 0.01445, 0.05556, 0.76195],\r\n \"76\": [0, 0.68333, 0, 0.13889, 0.68972],\r\n \"77\": [0, 0.68333, 0, 0.13889, 1.2009],\r\n \"78\": [0, 0.68333, 0.14736, 0.08334, 0.82049],\r\n \"79\": [0, 0.68333, 0.02778, 0.11111, 0.79611],\r\n \"80\": [0, 0.68333, 0.08222, 0.08334, 0.69556],\r\n \"81\": [0.09722, 0.68333, 0, 0.11111, 0.81667],\r\n \"82\": [0, 0.68333, 0, 0.08334, 0.8475],\r\n \"83\": [0, 0.68333, 0.075, 0.13889, 0.60556],\r\n \"84\": [0, 0.68333, 0.25417, 0, 0.54464],\r\n \"85\": [0, 0.68333, 0.09931, 0.08334, 0.62583],\r\n \"86\": [0, 0.68333, 0.08222, 0, 0.61278],\r\n \"87\": [0, 0.68333, 0.08222, 0.08334, 0.98778],\r\n \"88\": [0, 0.68333, 0.14643, 0.13889, 0.7133],\r\n \"89\": [0.09722, 0.68333, 0.08222, 0.08334, 0.66834],\r\n \"90\": [0, 0.68333, 0.07944, 0.13889, 0.72473],\r\n \"160\": [0, 0, 0, 0, 0.25]\r\n },\r\n \"Fraktur-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69141, 0, 0, 0.29574],\r\n \"34\": [0, 0.69141, 0, 0, 0.21471],\r\n \"38\": [0, 0.69141, 0, 0, 0.73786],\r\n \"39\": [0, 0.69141, 0, 0, 0.21201],\r\n \"40\": [0.24982, 0.74947, 0, 0, 0.38865],\r\n \"41\": [0.24982, 0.74947, 0, 0, 0.38865],\r\n \"42\": [0, 0.62119, 0, 0, 0.27764],\r\n \"43\": [0.08319, 0.58283, 0, 0, 0.75623],\r\n \"44\": [0, 0.10803, 0, 0, 0.27764],\r\n \"45\": [0.08319, 0.58283, 0, 0, 0.75623],\r\n \"46\": [0, 0.10803, 0, 0, 0.27764],\r\n \"47\": [0.24982, 0.74947, 0, 0, 0.50181],\r\n \"48\": [0, 0.47534, 0, 0, 0.50181],\r\n \"49\": [0, 0.47534, 0, 0, 0.50181],\r\n \"50\": [0, 0.47534, 0, 0, 0.50181],\r\n \"51\": [0.18906, 0.47534, 0, 0, 0.50181],\r\n \"52\": [0.18906, 0.47534, 0, 0, 0.50181],\r\n \"53\": [0.18906, 0.47534, 0, 0, 0.50181],\r\n \"54\": [0, 0.69141, 0, 0, 0.50181],\r\n \"55\": [0.18906, 0.47534, 0, 0, 0.50181],\r\n \"56\": [0, 0.69141, 0, 0, 0.50181],\r\n \"57\": [0.18906, 0.47534, 0, 0, 0.50181],\r\n \"58\": [0, 0.47534, 0, 0, 0.21606],\r\n \"59\": [0.12604, 0.47534, 0, 0, 0.21606],\r\n \"61\": [-0.13099, 0.36866, 0, 0, 0.75623],\r\n \"63\": [0, 0.69141, 0, 0, 0.36245],\r\n \"65\": [0, 0.69141, 0, 0, 0.7176],\r\n \"66\": [0, 0.69141, 0, 0, 0.88397],\r\n \"67\": [0, 0.69141, 0, 0, 0.61254],\r\n \"68\": [0, 0.69141, 0, 0, 0.83158],\r\n \"69\": [0, 0.69141, 0, 0, 0.66278],\r\n \"70\": [0.12604, 0.69141, 0, 0, 0.61119],\r\n \"71\": [0, 0.69141, 0, 0, 0.78539],\r\n \"72\": [0.06302, 0.69141, 0, 0, 0.7203],\r\n \"73\": [0, 0.69141, 0, 0, 0.55448],\r\n \"74\": [0.12604, 0.69141, 0, 0, 0.55231],\r\n \"75\": [0, 0.69141, 0, 0, 0.66845],\r\n \"76\": [0, 0.69141, 0, 0, 0.66602],\r\n \"77\": [0, 0.69141, 0, 0, 1.04953],\r\n \"78\": [0, 0.69141, 0, 0, 0.83212],\r\n \"79\": [0, 0.69141, 0, 0, 0.82699],\r\n \"80\": [0.18906, 0.69141, 0, 0, 0.82753],\r\n \"81\": [0.03781, 0.69141, 0, 0, 0.82699],\r\n \"82\": [0, 0.69141, 0, 0, 0.82807],\r\n \"83\": [0, 0.69141, 0, 0, 0.82861],\r\n \"84\": [0, 0.69141, 0, 0, 0.66899],\r\n \"85\": [0, 0.69141, 0, 0, 0.64576],\r\n \"86\": [0, 0.69141, 0, 0, 0.83131],\r\n \"87\": [0, 0.69141, 0, 0, 1.04602],\r\n \"88\": [0, 0.69141, 0, 0, 0.71922],\r\n \"89\": [0.18906, 0.69141, 0, 0, 0.83293],\r\n \"90\": [0.12604, 0.69141, 0, 0, 0.60201],\r\n \"91\": [0.24982, 0.74947, 0, 0, 0.27764],\r\n \"93\": [0.24982, 0.74947, 0, 0, 0.27764],\r\n \"94\": [0, 0.69141, 0, 0, 0.49965],\r\n \"97\": [0, 0.47534, 0, 0, 0.50046],\r\n \"98\": [0, 0.69141, 0, 0, 0.51315],\r\n \"99\": [0, 0.47534, 0, 0, 0.38946],\r\n \"100\": [0, 0.62119, 0, 0, 0.49857],\r\n \"101\": [0, 0.47534, 0, 0, 0.40053],\r\n \"102\": [0.18906, 0.69141, 0, 0, 0.32626],\r\n \"103\": [0.18906, 0.47534, 0, 0, 0.5037],\r\n \"104\": [0.18906, 0.69141, 0, 0, 0.52126],\r\n \"105\": [0, 0.69141, 0, 0, 0.27899],\r\n \"106\": [0, 0.69141, 0, 0, 0.28088],\r\n \"107\": [0, 0.69141, 0, 0, 0.38946],\r\n \"108\": [0, 0.69141, 0, 0, 0.27953],\r\n \"109\": [0, 0.47534, 0, 0, 0.76676],\r\n \"110\": [0, 0.47534, 0, 0, 0.52666],\r\n \"111\": [0, 0.47534, 0, 0, 0.48885],\r\n \"112\": [0.18906, 0.52396, 0, 0, 0.50046],\r\n \"113\": [0.18906, 0.47534, 0, 0, 0.48912],\r\n \"114\": [0, 0.47534, 0, 0, 0.38919],\r\n \"115\": [0, 0.47534, 0, 0, 0.44266],\r\n \"116\": [0, 0.62119, 0, 0, 0.33301],\r\n \"117\": [0, 0.47534, 0, 0, 0.5172],\r\n \"118\": [0, 0.52396, 0, 0, 0.5118],\r\n \"119\": [0, 0.52396, 0, 0, 0.77351],\r\n \"120\": [0.18906, 0.47534, 0, 0, 0.38865],\r\n \"121\": [0.18906, 0.47534, 0, 0, 0.49884],\r\n \"122\": [0.18906, 0.47534, 0, 0, 0.39054],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"8216\": [0, 0.69141, 0, 0, 0.21471],\r\n \"8217\": [0, 0.69141, 0, 0, 0.21471],\r\n \"58112\": [0, 0.62119, 0, 0, 0.49749],\r\n \"58113\": [0, 0.62119, 0, 0, 0.4983],\r\n \"58114\": [0.18906, 0.69141, 0, 0, 0.33328],\r\n \"58115\": [0.18906, 0.69141, 0, 0, 0.32923],\r\n \"58116\": [0.18906, 0.47534, 0, 0, 0.50343],\r\n \"58117\": [0, 0.69141, 0, 0, 0.33301],\r\n \"58118\": [0, 0.62119, 0, 0, 0.33409],\r\n \"58119\": [0, 0.47534, 0, 0, 0.50073]\r\n },\r\n \"Main-Bold\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0, 0, 0.35],\r\n \"34\": [0, 0.69444, 0, 0, 0.60278],\r\n \"35\": [0.19444, 0.69444, 0, 0, 0.95833],\r\n \"36\": [0.05556, 0.75, 0, 0, 0.575],\r\n \"37\": [0.05556, 0.75, 0, 0, 0.95833],\r\n \"38\": [0, 0.69444, 0, 0, 0.89444],\r\n \"39\": [0, 0.69444, 0, 0, 0.31944],\r\n \"40\": [0.25, 0.75, 0, 0, 0.44722],\r\n \"41\": [0.25, 0.75, 0, 0, 0.44722],\r\n \"42\": [0, 0.75, 0, 0, 0.575],\r\n \"43\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"44\": [0.19444, 0.15556, 0, 0, 0.31944],\r\n \"45\": [0, 0.44444, 0, 0, 0.38333],\r\n \"46\": [0, 0.15556, 0, 0, 0.31944],\r\n \"47\": [0.25, 0.75, 0, 0, 0.575],\r\n \"48\": [0, 0.64444, 0, 0, 0.575],\r\n \"49\": [0, 0.64444, 0, 0, 0.575],\r\n \"50\": [0, 0.64444, 0, 0, 0.575],\r\n \"51\": [0, 0.64444, 0, 0, 0.575],\r\n \"52\": [0, 0.64444, 0, 0, 0.575],\r\n \"53\": [0, 0.64444, 0, 0, 0.575],\r\n \"54\": [0, 0.64444, 0, 0, 0.575],\r\n \"55\": [0, 0.64444, 0, 0, 0.575],\r\n \"56\": [0, 0.64444, 0, 0, 0.575],\r\n \"57\": [0, 0.64444, 0, 0, 0.575],\r\n \"58\": [0, 0.44444, 0, 0, 0.31944],\r\n \"59\": [0.19444, 0.44444, 0, 0, 0.31944],\r\n \"60\": [0.08556, 0.58556, 0, 0, 0.89444],\r\n \"61\": [-0.10889, 0.39111, 0, 0, 0.89444],\r\n \"62\": [0.08556, 0.58556, 0, 0, 0.89444],\r\n \"63\": [0, 0.69444, 0, 0, 0.54305],\r\n \"64\": [0, 0.69444, 0, 0, 0.89444],\r\n \"65\": [0, 0.68611, 0, 0, 0.86944],\r\n \"66\": [0, 0.68611, 0, 0, 0.81805],\r\n \"67\": [0, 0.68611, 0, 0, 0.83055],\r\n \"68\": [0, 0.68611, 0, 0, 0.88194],\r\n \"69\": [0, 0.68611, 0, 0, 0.75555],\r\n \"70\": [0, 0.68611, 0, 0, 0.72361],\r\n \"71\": [0, 0.68611, 0, 0, 0.90416],\r\n \"72\": [0, 0.68611, 0, 0, 0.9],\r\n \"73\": [0, 0.68611, 0, 0, 0.43611],\r\n \"74\": [0, 0.68611, 0, 0, 0.59444],\r\n \"75\": [0, 0.68611, 0, 0, 0.90138],\r\n \"76\": [0, 0.68611, 0, 0, 0.69166],\r\n \"77\": [0, 0.68611, 0, 0, 1.09166],\r\n \"78\": [0, 0.68611, 0, 0, 0.9],\r\n \"79\": [0, 0.68611, 0, 0, 0.86388],\r\n \"80\": [0, 0.68611, 0, 0, 0.78611],\r\n \"81\": [0.19444, 0.68611, 0, 0, 0.86388],\r\n \"82\": [0, 0.68611, 0, 0, 0.8625],\r\n \"83\": [0, 0.68611, 0, 0, 0.63889],\r\n \"84\": [0, 0.68611, 0, 0, 0.8],\r\n \"85\": [0, 0.68611, 0, 0, 0.88472],\r\n \"86\": [0, 0.68611, 0.01597, 0, 0.86944],\r\n \"87\": [0, 0.68611, 0.01597, 0, 1.18888],\r\n \"88\": [0, 0.68611, 0, 0, 0.86944],\r\n \"89\": [0, 0.68611, 0.02875, 0, 0.86944],\r\n \"90\": [0, 0.68611, 0, 0, 0.70277],\r\n \"91\": [0.25, 0.75, 0, 0, 0.31944],\r\n \"92\": [0.25, 0.75, 0, 0, 0.575],\r\n \"93\": [0.25, 0.75, 0, 0, 0.31944],\r\n \"94\": [0, 0.69444, 0, 0, 0.575],\r\n \"95\": [0.31, 0.13444, 0.03194, 0, 0.575],\r\n \"97\": [0, 0.44444, 0, 0, 0.55902],\r\n \"98\": [0, 0.69444, 0, 0, 0.63889],\r\n \"99\": [0, 0.44444, 0, 0, 0.51111],\r\n \"100\": [0, 0.69444, 0, 0, 0.63889],\r\n \"101\": [0, 0.44444, 0, 0, 0.52708],\r\n \"102\": [0, 0.69444, 0.10903, 0, 0.35139],\r\n \"103\": [0.19444, 0.44444, 0.01597, 0, 0.575],\r\n \"104\": [0, 0.69444, 0, 0, 0.63889],\r\n \"105\": [0, 0.69444, 0, 0, 0.31944],\r\n \"106\": [0.19444, 0.69444, 0, 0, 0.35139],\r\n \"107\": [0, 0.69444, 0, 0, 0.60694],\r\n \"108\": [0, 0.69444, 0, 0, 0.31944],\r\n \"109\": [0, 0.44444, 0, 0, 0.95833],\r\n \"110\": [0, 0.44444, 0, 0, 0.63889],\r\n \"111\": [0, 0.44444, 0, 0, 0.575],\r\n \"112\": [0.19444, 0.44444, 0, 0, 0.63889],\r\n \"113\": [0.19444, 0.44444, 0, 0, 0.60694],\r\n \"114\": [0, 0.44444, 0, 0, 0.47361],\r\n \"115\": [0, 0.44444, 0, 0, 0.45361],\r\n \"116\": [0, 0.63492, 0, 0, 0.44722],\r\n \"117\": [0, 0.44444, 0, 0, 0.63889],\r\n \"118\": [0, 0.44444, 0.01597, 0, 0.60694],\r\n \"119\": [0, 0.44444, 0.01597, 0, 0.83055],\r\n \"120\": [0, 0.44444, 0, 0, 0.60694],\r\n \"121\": [0.19444, 0.44444, 0.01597, 0, 0.60694],\r\n \"122\": [0, 0.44444, 0, 0, 0.51111],\r\n \"123\": [0.25, 0.75, 0, 0, 0.575],\r\n \"124\": [0.25, 0.75, 0, 0, 0.31944],\r\n \"125\": [0.25, 0.75, 0, 0, 0.575],\r\n \"126\": [0.35, 0.34444, 0, 0, 0.575],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"163\": [0, 0.69444, 0, 0, 0.86853],\r\n \"168\": [0, 0.69444, 0, 0, 0.575],\r\n \"172\": [0, 0.44444, 0, 0, 0.76666],\r\n \"176\": [0, 0.69444, 0, 0, 0.86944],\r\n \"177\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"184\": [0.17014, 0, 0, 0, 0.51111],\r\n \"198\": [0, 0.68611, 0, 0, 1.04166],\r\n \"215\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"216\": [0.04861, 0.73472, 0, 0, 0.89444],\r\n \"223\": [0, 0.69444, 0, 0, 0.59722],\r\n \"230\": [0, 0.44444, 0, 0, 0.83055],\r\n \"247\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"248\": [0.09722, 0.54167, 0, 0, 0.575],\r\n \"305\": [0, 0.44444, 0, 0, 0.31944],\r\n \"338\": [0, 0.68611, 0, 0, 1.16944],\r\n \"339\": [0, 0.44444, 0, 0, 0.89444],\r\n \"567\": [0.19444, 0.44444, 0, 0, 0.35139],\r\n \"710\": [0, 0.69444, 0, 0, 0.575],\r\n \"711\": [0, 0.63194, 0, 0, 0.575],\r\n \"713\": [0, 0.59611, 0, 0, 0.575],\r\n \"714\": [0, 0.69444, 0, 0, 0.575],\r\n \"715\": [0, 0.69444, 0, 0, 0.575],\r\n \"728\": [0, 0.69444, 0, 0, 0.575],\r\n \"729\": [0, 0.69444, 0, 0, 0.31944],\r\n \"730\": [0, 0.69444, 0, 0, 0.86944],\r\n \"732\": [0, 0.69444, 0, 0, 0.575],\r\n \"733\": [0, 0.69444, 0, 0, 0.575],\r\n \"915\": [0, 0.68611, 0, 0, 0.69166],\r\n \"916\": [0, 0.68611, 0, 0, 0.95833],\r\n \"920\": [0, 0.68611, 0, 0, 0.89444],\r\n \"923\": [0, 0.68611, 0, 0, 0.80555],\r\n \"926\": [0, 0.68611, 0, 0, 0.76666],\r\n \"928\": [0, 0.68611, 0, 0, 0.9],\r\n \"931\": [0, 0.68611, 0, 0, 0.83055],\r\n \"933\": [0, 0.68611, 0, 0, 0.89444],\r\n \"934\": [0, 0.68611, 0, 0, 0.83055],\r\n \"936\": [0, 0.68611, 0, 0, 0.89444],\r\n \"937\": [0, 0.68611, 0, 0, 0.83055],\r\n \"8211\": [0, 0.44444, 0.03194, 0, 0.575],\r\n \"8212\": [0, 0.44444, 0.03194, 0, 1.14999],\r\n \"8216\": [0, 0.69444, 0, 0, 0.31944],\r\n \"8217\": [0, 0.69444, 0, 0, 0.31944],\r\n \"8220\": [0, 0.69444, 0, 0, 0.60278],\r\n \"8221\": [0, 0.69444, 0, 0, 0.60278],\r\n \"8224\": [0.19444, 0.69444, 0, 0, 0.51111],\r\n \"8225\": [0.19444, 0.69444, 0, 0, 0.51111],\r\n \"8242\": [0, 0.55556, 0, 0, 0.34444],\r\n \"8407\": [0, 0.72444, 0.15486, 0, 0.575],\r\n \"8463\": [0, 0.69444, 0, 0, 0.66759],\r\n \"8465\": [0, 0.69444, 0, 0, 0.83055],\r\n \"8467\": [0, 0.69444, 0, 0, 0.47361],\r\n \"8472\": [0.19444, 0.44444, 0, 0, 0.74027],\r\n \"8476\": [0, 0.69444, 0, 0, 0.83055],\r\n \"8501\": [0, 0.69444, 0, 0, 0.70277],\r\n \"8592\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8593\": [0.19444, 0.69444, 0, 0, 0.575],\r\n \"8594\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8595\": [0.19444, 0.69444, 0, 0, 0.575],\r\n \"8596\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8597\": [0.25, 0.75, 0, 0, 0.575],\r\n \"8598\": [0.19444, 0.69444, 0, 0, 1.14999],\r\n \"8599\": [0.19444, 0.69444, 0, 0, 1.14999],\r\n \"8600\": [0.19444, 0.69444, 0, 0, 1.14999],\r\n \"8601\": [0.19444, 0.69444, 0, 0, 1.14999],\r\n \"8636\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8637\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8640\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8641\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8656\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8657\": [0.19444, 0.69444, 0, 0, 0.70277],\r\n \"8658\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8659\": [0.19444, 0.69444, 0, 0, 0.70277],\r\n \"8660\": [-0.10889, 0.39111, 0, 0, 1.14999],\r\n \"8661\": [0.25, 0.75, 0, 0, 0.70277],\r\n \"8704\": [0, 0.69444, 0, 0, 0.63889],\r\n \"8706\": [0, 0.69444, 0.06389, 0, 0.62847],\r\n \"8707\": [0, 0.69444, 0, 0, 0.63889],\r\n \"8709\": [0.05556, 0.75, 0, 0, 0.575],\r\n \"8711\": [0, 0.68611, 0, 0, 0.95833],\r\n \"8712\": [0.08556, 0.58556, 0, 0, 0.76666],\r\n \"8715\": [0.08556, 0.58556, 0, 0, 0.76666],\r\n \"8722\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8723\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8725\": [0.25, 0.75, 0, 0, 0.575],\r\n \"8726\": [0.25, 0.75, 0, 0, 0.575],\r\n \"8727\": [-0.02778, 0.47222, 0, 0, 0.575],\r\n \"8728\": [-0.02639, 0.47361, 0, 0, 0.575],\r\n \"8729\": [-0.02639, 0.47361, 0, 0, 0.575],\r\n \"8730\": [0.18, 0.82, 0, 0, 0.95833],\r\n \"8733\": [0, 0.44444, 0, 0, 0.89444],\r\n \"8734\": [0, 0.44444, 0, 0, 1.14999],\r\n \"8736\": [0, 0.69224, 0, 0, 0.72222],\r\n \"8739\": [0.25, 0.75, 0, 0, 0.31944],\r\n \"8741\": [0.25, 0.75, 0, 0, 0.575],\r\n \"8743\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8744\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8745\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8746\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8747\": [0.19444, 0.69444, 0.12778, 0, 0.56875],\r\n \"8764\": [-0.10889, 0.39111, 0, 0, 0.89444],\r\n \"8768\": [0.19444, 0.69444, 0, 0, 0.31944],\r\n \"8771\": [0.00222, 0.50222, 0, 0, 0.89444],\r\n \"8773\": [0.027, 0.638, 0, 0, 0.894],\r\n \"8776\": [0.02444, 0.52444, 0, 0, 0.89444],\r\n \"8781\": [0.00222, 0.50222, 0, 0, 0.89444],\r\n \"8801\": [0.00222, 0.50222, 0, 0, 0.89444],\r\n \"8804\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"8805\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"8810\": [0.08556, 0.58556, 0, 0, 1.14999],\r\n \"8811\": [0.08556, 0.58556, 0, 0, 1.14999],\r\n \"8826\": [0.08556, 0.58556, 0, 0, 0.89444],\r\n \"8827\": [0.08556, 0.58556, 0, 0, 0.89444],\r\n \"8834\": [0.08556, 0.58556, 0, 0, 0.89444],\r\n \"8835\": [0.08556, 0.58556, 0, 0, 0.89444],\r\n \"8838\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"8839\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"8846\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8849\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"8850\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"8851\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8852\": [0, 0.55556, 0, 0, 0.76666],\r\n \"8853\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8854\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8855\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8856\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8857\": [0.13333, 0.63333, 0, 0, 0.89444],\r\n \"8866\": [0, 0.69444, 0, 0, 0.70277],\r\n \"8867\": [0, 0.69444, 0, 0, 0.70277],\r\n \"8868\": [0, 0.69444, 0, 0, 0.89444],\r\n \"8869\": [0, 0.69444, 0, 0, 0.89444],\r\n \"8900\": [-0.02639, 0.47361, 0, 0, 0.575],\r\n \"8901\": [-0.02639, 0.47361, 0, 0, 0.31944],\r\n \"8902\": [-0.02778, 0.47222, 0, 0, 0.575],\r\n \"8968\": [0.25, 0.75, 0, 0, 0.51111],\r\n \"8969\": [0.25, 0.75, 0, 0, 0.51111],\r\n \"8970\": [0.25, 0.75, 0, 0, 0.51111],\r\n \"8971\": [0.25, 0.75, 0, 0, 0.51111],\r\n \"8994\": [-0.13889, 0.36111, 0, 0, 1.14999],\r\n \"8995\": [-0.13889, 0.36111, 0, 0, 1.14999],\r\n \"9651\": [0.19444, 0.69444, 0, 0, 1.02222],\r\n \"9657\": [-0.02778, 0.47222, 0, 0, 0.575],\r\n \"9661\": [0.19444, 0.69444, 0, 0, 1.02222],\r\n \"9667\": [-0.02778, 0.47222, 0, 0, 0.575],\r\n \"9711\": [0.19444, 0.69444, 0, 0, 1.14999],\r\n \"9824\": [0.12963, 0.69444, 0, 0, 0.89444],\r\n \"9825\": [0.12963, 0.69444, 0, 0, 0.89444],\r\n \"9826\": [0.12963, 0.69444, 0, 0, 0.89444],\r\n \"9827\": [0.12963, 0.69444, 0, 0, 0.89444],\r\n \"9837\": [0, 0.75, 0, 0, 0.44722],\r\n \"9838\": [0.19444, 0.69444, 0, 0, 0.44722],\r\n \"9839\": [0.19444, 0.69444, 0, 0, 0.44722],\r\n \"10216\": [0.25, 0.75, 0, 0, 0.44722],\r\n \"10217\": [0.25, 0.75, 0, 0, 0.44722],\r\n \"10815\": [0, 0.68611, 0, 0, 0.9],\r\n \"10927\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"10928\": [0.19667, 0.69667, 0, 0, 0.89444],\r\n \"57376\": [0.19444, 0.69444, 0, 0, 0]\r\n },\r\n \"Main-BoldItalic\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0.11417, 0, 0.38611],\r\n \"34\": [0, 0.69444, 0.07939, 0, 0.62055],\r\n \"35\": [0.19444, 0.69444, 0.06833, 0, 0.94444],\r\n \"37\": [0.05556, 0.75, 0.12861, 0, 0.94444],\r\n \"38\": [0, 0.69444, 0.08528, 0, 0.88555],\r\n \"39\": [0, 0.69444, 0.12945, 0, 0.35555],\r\n \"40\": [0.25, 0.75, 0.15806, 0, 0.47333],\r\n \"41\": [0.25, 0.75, 0.03306, 0, 0.47333],\r\n \"42\": [0, 0.75, 0.14333, 0, 0.59111],\r\n \"43\": [0.10333, 0.60333, 0.03306, 0, 0.88555],\r\n \"44\": [0.19444, 0.14722, 0, 0, 0.35555],\r\n \"45\": [0, 0.44444, 0.02611, 0, 0.41444],\r\n \"46\": [0, 0.14722, 0, 0, 0.35555],\r\n \"47\": [0.25, 0.75, 0.15806, 0, 0.59111],\r\n \"48\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"49\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"50\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"51\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"52\": [0.19444, 0.64444, 0.13167, 0, 0.59111],\r\n \"53\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"54\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"55\": [0.19444, 0.64444, 0.13167, 0, 0.59111],\r\n \"56\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"57\": [0, 0.64444, 0.13167, 0, 0.59111],\r\n \"58\": [0, 0.44444, 0.06695, 0, 0.35555],\r\n \"59\": [0.19444, 0.44444, 0.06695, 0, 0.35555],\r\n \"61\": [-0.10889, 0.39111, 0.06833, 0, 0.88555],\r\n \"63\": [0, 0.69444, 0.11472, 0, 0.59111],\r\n \"64\": [0, 0.69444, 0.09208, 0, 0.88555],\r\n \"65\": [0, 0.68611, 0, 0, 0.86555],\r\n \"66\": [0, 0.68611, 0.0992, 0, 0.81666],\r\n \"67\": [0, 0.68611, 0.14208, 0, 0.82666],\r\n \"68\": [0, 0.68611, 0.09062, 0, 0.87555],\r\n \"69\": [0, 0.68611, 0.11431, 0, 0.75666],\r\n \"70\": [0, 0.68611, 0.12903, 0, 0.72722],\r\n \"71\": [0, 0.68611, 0.07347, 0, 0.89527],\r\n \"72\": [0, 0.68611, 0.17208, 0, 0.8961],\r\n \"73\": [0, 0.68611, 0.15681, 0, 0.47166],\r\n \"74\": [0, 0.68611, 0.145, 0, 0.61055],\r\n \"75\": [0, 0.68611, 0.14208, 0, 0.89499],\r\n \"76\": [0, 0.68611, 0, 0, 0.69777],\r\n \"77\": [0, 0.68611, 0.17208, 0, 1.07277],\r\n \"78\": [0, 0.68611, 0.17208, 0, 0.8961],\r\n \"79\": [0, 0.68611, 0.09062, 0, 0.85499],\r\n \"80\": [0, 0.68611, 0.0992, 0, 0.78721],\r\n \"81\": [0.19444, 0.68611, 0.09062, 0, 0.85499],\r\n \"82\": [0, 0.68611, 0.02559, 0, 0.85944],\r\n \"83\": [0, 0.68611, 0.11264, 0, 0.64999],\r\n \"84\": [0, 0.68611, 0.12903, 0, 0.7961],\r\n \"85\": [0, 0.68611, 0.17208, 0, 0.88083],\r\n \"86\": [0, 0.68611, 0.18625, 0, 0.86555],\r\n \"87\": [0, 0.68611, 0.18625, 0, 1.15999],\r\n \"88\": [0, 0.68611, 0.15681, 0, 0.86555],\r\n \"89\": [0, 0.68611, 0.19803, 0, 0.86555],\r\n \"90\": [0, 0.68611, 0.14208, 0, 0.70888],\r\n \"91\": [0.25, 0.75, 0.1875, 0, 0.35611],\r\n \"93\": [0.25, 0.75, 0.09972, 0, 0.35611],\r\n \"94\": [0, 0.69444, 0.06709, 0, 0.59111],\r\n \"95\": [0.31, 0.13444, 0.09811, 0, 0.59111],\r\n \"97\": [0, 0.44444, 0.09426, 0, 0.59111],\r\n \"98\": [0, 0.69444, 0.07861, 0, 0.53222],\r\n \"99\": [0, 0.44444, 0.05222, 0, 0.53222],\r\n \"100\": [0, 0.69444, 0.10861, 0, 0.59111],\r\n \"101\": [0, 0.44444, 0.085, 0, 0.53222],\r\n \"102\": [0.19444, 0.69444, 0.21778, 0, 0.4],\r\n \"103\": [0.19444, 0.44444, 0.105, 0, 0.53222],\r\n \"104\": [0, 0.69444, 0.09426, 0, 0.59111],\r\n \"105\": [0, 0.69326, 0.11387, 0, 0.35555],\r\n \"106\": [0.19444, 0.69326, 0.1672, 0, 0.35555],\r\n \"107\": [0, 0.69444, 0.11111, 0, 0.53222],\r\n \"108\": [0, 0.69444, 0.10861, 0, 0.29666],\r\n \"109\": [0, 0.44444, 0.09426, 0, 0.94444],\r\n \"110\": [0, 0.44444, 0.09426, 0, 0.64999],\r\n \"111\": [0, 0.44444, 0.07861, 0, 0.59111],\r\n \"112\": [0.19444, 0.44444, 0.07861, 0, 0.59111],\r\n \"113\": [0.19444, 0.44444, 0.105, 0, 0.53222],\r\n \"114\": [0, 0.44444, 0.11111, 0, 0.50167],\r\n \"115\": [0, 0.44444, 0.08167, 0, 0.48694],\r\n \"116\": [0, 0.63492, 0.09639, 0, 0.385],\r\n \"117\": [0, 0.44444, 0.09426, 0, 0.62055],\r\n \"118\": [0, 0.44444, 0.11111, 0, 0.53222],\r\n \"119\": [0, 0.44444, 0.11111, 0, 0.76777],\r\n \"120\": [0, 0.44444, 0.12583, 0, 0.56055],\r\n \"121\": [0.19444, 0.44444, 0.105, 0, 0.56166],\r\n \"122\": [0, 0.44444, 0.13889, 0, 0.49055],\r\n \"126\": [0.35, 0.34444, 0.11472, 0, 0.59111],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"168\": [0, 0.69444, 0.11473, 0, 0.59111],\r\n \"176\": [0, 0.69444, 0, 0, 0.94888],\r\n \"184\": [0.17014, 0, 0, 0, 0.53222],\r\n \"198\": [0, 0.68611, 0.11431, 0, 1.02277],\r\n \"216\": [0.04861, 0.73472, 0.09062, 0, 0.88555],\r\n \"223\": [0.19444, 0.69444, 0.09736, 0, 0.665],\r\n \"230\": [0, 0.44444, 0.085, 0, 0.82666],\r\n \"248\": [0.09722, 0.54167, 0.09458, 0, 0.59111],\r\n \"305\": [0, 0.44444, 0.09426, 0, 0.35555],\r\n \"338\": [0, 0.68611, 0.11431, 0, 1.14054],\r\n \"339\": [0, 0.44444, 0.085, 0, 0.82666],\r\n \"567\": [0.19444, 0.44444, 0.04611, 0, 0.385],\r\n \"710\": [0, 0.69444, 0.06709, 0, 0.59111],\r\n \"711\": [0, 0.63194, 0.08271, 0, 0.59111],\r\n \"713\": [0, 0.59444, 0.10444, 0, 0.59111],\r\n \"714\": [0, 0.69444, 0.08528, 0, 0.59111],\r\n \"715\": [0, 0.69444, 0, 0, 0.59111],\r\n \"728\": [0, 0.69444, 0.10333, 0, 0.59111],\r\n \"729\": [0, 0.69444, 0.12945, 0, 0.35555],\r\n \"730\": [0, 0.69444, 0, 0, 0.94888],\r\n \"732\": [0, 0.69444, 0.11472, 0, 0.59111],\r\n \"733\": [0, 0.69444, 0.11472, 0, 0.59111],\r\n \"915\": [0, 0.68611, 0.12903, 0, 0.69777],\r\n \"916\": [0, 0.68611, 0, 0, 0.94444],\r\n \"920\": [0, 0.68611, 0.09062, 0, 0.88555],\r\n \"923\": [0, 0.68611, 0, 0, 0.80666],\r\n \"926\": [0, 0.68611, 0.15092, 0, 0.76777],\r\n \"928\": [0, 0.68611, 0.17208, 0, 0.8961],\r\n \"931\": [0, 0.68611, 0.11431, 0, 0.82666],\r\n \"933\": [0, 0.68611, 0.10778, 0, 0.88555],\r\n \"934\": [0, 0.68611, 0.05632, 0, 0.82666],\r\n \"936\": [0, 0.68611, 0.10778, 0, 0.88555],\r\n \"937\": [0, 0.68611, 0.0992, 0, 0.82666],\r\n \"8211\": [0, 0.44444, 0.09811, 0, 0.59111],\r\n \"8212\": [0, 0.44444, 0.09811, 0, 1.18221],\r\n \"8216\": [0, 0.69444, 0.12945, 0, 0.35555],\r\n \"8217\": [0, 0.69444, 0.12945, 0, 0.35555],\r\n \"8220\": [0, 0.69444, 0.16772, 0, 0.62055],\r\n \"8221\": [0, 0.69444, 0.07939, 0, 0.62055]\r\n },\r\n \"Main-Italic\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0.12417, 0, 0.30667],\r\n \"34\": [0, 0.69444, 0.06961, 0, 0.51444],\r\n \"35\": [0.19444, 0.69444, 0.06616, 0, 0.81777],\r\n \"37\": [0.05556, 0.75, 0.13639, 0, 0.81777],\r\n \"38\": [0, 0.69444, 0.09694, 0, 0.76666],\r\n \"39\": [0, 0.69444, 0.12417, 0, 0.30667],\r\n \"40\": [0.25, 0.75, 0.16194, 0, 0.40889],\r\n \"41\": [0.25, 0.75, 0.03694, 0, 0.40889],\r\n \"42\": [0, 0.75, 0.14917, 0, 0.51111],\r\n \"43\": [0.05667, 0.56167, 0.03694, 0, 0.76666],\r\n \"44\": [0.19444, 0.10556, 0, 0, 0.30667],\r\n \"45\": [0, 0.43056, 0.02826, 0, 0.35778],\r\n \"46\": [0, 0.10556, 0, 0, 0.30667],\r\n \"47\": [0.25, 0.75, 0.16194, 0, 0.51111],\r\n \"48\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"49\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"50\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"51\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"52\": [0.19444, 0.64444, 0.13556, 0, 0.51111],\r\n \"53\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"54\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"55\": [0.19444, 0.64444, 0.13556, 0, 0.51111],\r\n \"56\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"57\": [0, 0.64444, 0.13556, 0, 0.51111],\r\n \"58\": [0, 0.43056, 0.0582, 0, 0.30667],\r\n \"59\": [0.19444, 0.43056, 0.0582, 0, 0.30667],\r\n \"61\": [-0.13313, 0.36687, 0.06616, 0, 0.76666],\r\n \"63\": [0, 0.69444, 0.1225, 0, 0.51111],\r\n \"64\": [0, 0.69444, 0.09597, 0, 0.76666],\r\n \"65\": [0, 0.68333, 0, 0, 0.74333],\r\n \"66\": [0, 0.68333, 0.10257, 0, 0.70389],\r\n \"67\": [0, 0.68333, 0.14528, 0, 0.71555],\r\n \"68\": [0, 0.68333, 0.09403, 0, 0.755],\r\n \"69\": [0, 0.68333, 0.12028, 0, 0.67833],\r\n \"70\": [0, 0.68333, 0.13305, 0, 0.65277],\r\n \"71\": [0, 0.68333, 0.08722, 0, 0.77361],\r\n \"72\": [0, 0.68333, 0.16389, 0, 0.74333],\r\n \"73\": [0, 0.68333, 0.15806, 0, 0.38555],\r\n \"74\": [0, 0.68333, 0.14028, 0, 0.525],\r\n \"75\": [0, 0.68333, 0.14528, 0, 0.76888],\r\n \"76\": [0, 0.68333, 0, 0, 0.62722],\r\n \"77\": [0, 0.68333, 0.16389, 0, 0.89666],\r\n \"78\": [0, 0.68333, 0.16389, 0, 0.74333],\r\n \"79\": [0, 0.68333, 0.09403, 0, 0.76666],\r\n \"80\": [0, 0.68333, 0.10257, 0, 0.67833],\r\n \"81\": [0.19444, 0.68333, 0.09403, 0, 0.76666],\r\n \"82\": [0, 0.68333, 0.03868, 0, 0.72944],\r\n \"83\": [0, 0.68333, 0.11972, 0, 0.56222],\r\n \"84\": [0, 0.68333, 0.13305, 0, 0.71555],\r\n \"85\": [0, 0.68333, 0.16389, 0, 0.74333],\r\n \"86\": [0, 0.68333, 0.18361, 0, 0.74333],\r\n \"87\": [0, 0.68333, 0.18361, 0, 0.99888],\r\n \"88\": [0, 0.68333, 0.15806, 0, 0.74333],\r\n \"89\": [0, 0.68333, 0.19383, 0, 0.74333],\r\n \"90\": [0, 0.68333, 0.14528, 0, 0.61333],\r\n \"91\": [0.25, 0.75, 0.1875, 0, 0.30667],\r\n \"93\": [0.25, 0.75, 0.10528, 0, 0.30667],\r\n \"94\": [0, 0.69444, 0.06646, 0, 0.51111],\r\n \"95\": [0.31, 0.12056, 0.09208, 0, 0.51111],\r\n \"97\": [0, 0.43056, 0.07671, 0, 0.51111],\r\n \"98\": [0, 0.69444, 0.06312, 0, 0.46],\r\n \"99\": [0, 0.43056, 0.05653, 0, 0.46],\r\n \"100\": [0, 0.69444, 0.10333, 0, 0.51111],\r\n \"101\": [0, 0.43056, 0.07514, 0, 0.46],\r\n \"102\": [0.19444, 0.69444, 0.21194, 0, 0.30667],\r\n \"103\": [0.19444, 0.43056, 0.08847, 0, 0.46],\r\n \"104\": [0, 0.69444, 0.07671, 0, 0.51111],\r\n \"105\": [0, 0.65536, 0.1019, 0, 0.30667],\r\n \"106\": [0.19444, 0.65536, 0.14467, 0, 0.30667],\r\n \"107\": [0, 0.69444, 0.10764, 0, 0.46],\r\n \"108\": [0, 0.69444, 0.10333, 0, 0.25555],\r\n \"109\": [0, 0.43056, 0.07671, 0, 0.81777],\r\n \"110\": [0, 0.43056, 0.07671, 0, 0.56222],\r\n \"111\": [0, 0.43056, 0.06312, 0, 0.51111],\r\n \"112\": [0.19444, 0.43056, 0.06312, 0, 0.51111],\r\n \"113\": [0.19444, 0.43056, 0.08847, 0, 0.46],\r\n \"114\": [0, 0.43056, 0.10764, 0, 0.42166],\r\n \"115\": [0, 0.43056, 0.08208, 0, 0.40889],\r\n \"116\": [0, 0.61508, 0.09486, 0, 0.33222],\r\n \"117\": [0, 0.43056, 0.07671, 0, 0.53666],\r\n \"118\": [0, 0.43056, 0.10764, 0, 0.46],\r\n \"119\": [0, 0.43056, 0.10764, 0, 0.66444],\r\n \"120\": [0, 0.43056, 0.12042, 0, 0.46389],\r\n \"121\": [0.19444, 0.43056, 0.08847, 0, 0.48555],\r\n \"122\": [0, 0.43056, 0.12292, 0, 0.40889],\r\n \"126\": [0.35, 0.31786, 0.11585, 0, 0.51111],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"168\": [0, 0.66786, 0.10474, 0, 0.51111],\r\n \"176\": [0, 0.69444, 0, 0, 0.83129],\r\n \"184\": [0.17014, 0, 0, 0, 0.46],\r\n \"198\": [0, 0.68333, 0.12028, 0, 0.88277],\r\n \"216\": [0.04861, 0.73194, 0.09403, 0, 0.76666],\r\n \"223\": [0.19444, 0.69444, 0.10514, 0, 0.53666],\r\n \"230\": [0, 0.43056, 0.07514, 0, 0.71555],\r\n \"248\": [0.09722, 0.52778, 0.09194, 0, 0.51111],\r\n \"338\": [0, 0.68333, 0.12028, 0, 0.98499],\r\n \"339\": [0, 0.43056, 0.07514, 0, 0.71555],\r\n \"710\": [0, 0.69444, 0.06646, 0, 0.51111],\r\n \"711\": [0, 0.62847, 0.08295, 0, 0.51111],\r\n \"713\": [0, 0.56167, 0.10333, 0, 0.51111],\r\n \"714\": [0, 0.69444, 0.09694, 0, 0.51111],\r\n \"715\": [0, 0.69444, 0, 0, 0.51111],\r\n \"728\": [0, 0.69444, 0.10806, 0, 0.51111],\r\n \"729\": [0, 0.66786, 0.11752, 0, 0.30667],\r\n \"730\": [0, 0.69444, 0, 0, 0.83129],\r\n \"732\": [0, 0.66786, 0.11585, 0, 0.51111],\r\n \"733\": [0, 0.69444, 0.1225, 0, 0.51111],\r\n \"915\": [0, 0.68333, 0.13305, 0, 0.62722],\r\n \"916\": [0, 0.68333, 0, 0, 0.81777],\r\n \"920\": [0, 0.68333, 0.09403, 0, 0.76666],\r\n \"923\": [0, 0.68333, 0, 0, 0.69222],\r\n \"926\": [0, 0.68333, 0.15294, 0, 0.66444],\r\n \"928\": [0, 0.68333, 0.16389, 0, 0.74333],\r\n \"931\": [0, 0.68333, 0.12028, 0, 0.71555],\r\n \"933\": [0, 0.68333, 0.11111, 0, 0.76666],\r\n \"934\": [0, 0.68333, 0.05986, 0, 0.71555],\r\n \"936\": [0, 0.68333, 0.11111, 0, 0.76666],\r\n \"937\": [0, 0.68333, 0.10257, 0, 0.71555],\r\n \"8211\": [0, 0.43056, 0.09208, 0, 0.51111],\r\n \"8212\": [0, 0.43056, 0.09208, 0, 1.02222],\r\n \"8216\": [0, 0.69444, 0.12417, 0, 0.30667],\r\n \"8217\": [0, 0.69444, 0.12417, 0, 0.30667],\r\n \"8220\": [0, 0.69444, 0.1685, 0, 0.51444],\r\n \"8221\": [0, 0.69444, 0.06961, 0, 0.51444],\r\n \"8463\": [0, 0.68889, 0, 0, 0.54028]\r\n },\r\n \"Main-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0, 0, 0.27778],\r\n \"34\": [0, 0.69444, 0, 0, 0.5],\r\n \"35\": [0.19444, 0.69444, 0, 0, 0.83334],\r\n \"36\": [0.05556, 0.75, 0, 0, 0.5],\r\n \"37\": [0.05556, 0.75, 0, 0, 0.83334],\r\n \"38\": [0, 0.69444, 0, 0, 0.77778],\r\n \"39\": [0, 0.69444, 0, 0, 0.27778],\r\n \"40\": [0.25, 0.75, 0, 0, 0.38889],\r\n \"41\": [0.25, 0.75, 0, 0, 0.38889],\r\n \"42\": [0, 0.75, 0, 0, 0.5],\r\n \"43\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"44\": [0.19444, 0.10556, 0, 0, 0.27778],\r\n \"45\": [0, 0.43056, 0, 0, 0.33333],\r\n \"46\": [0, 0.10556, 0, 0, 0.27778],\r\n \"47\": [0.25, 0.75, 0, 0, 0.5],\r\n \"48\": [0, 0.64444, 0, 0, 0.5],\r\n \"49\": [0, 0.64444, 0, 0, 0.5],\r\n \"50\": [0, 0.64444, 0, 0, 0.5],\r\n \"51\": [0, 0.64444, 0, 0, 0.5],\r\n \"52\": [0, 0.64444, 0, 0, 0.5],\r\n \"53\": [0, 0.64444, 0, 0, 0.5],\r\n \"54\": [0, 0.64444, 0, 0, 0.5],\r\n \"55\": [0, 0.64444, 0, 0, 0.5],\r\n \"56\": [0, 0.64444, 0, 0, 0.5],\r\n \"57\": [0, 0.64444, 0, 0, 0.5],\r\n \"58\": [0, 0.43056, 0, 0, 0.27778],\r\n \"59\": [0.19444, 0.43056, 0, 0, 0.27778],\r\n \"60\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"61\": [-0.13313, 0.36687, 0, 0, 0.77778],\r\n \"62\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"63\": [0, 0.69444, 0, 0, 0.47222],\r\n \"64\": [0, 0.69444, 0, 0, 0.77778],\r\n \"65\": [0, 0.68333, 0, 0, 0.75],\r\n \"66\": [0, 0.68333, 0, 0, 0.70834],\r\n \"67\": [0, 0.68333, 0, 0, 0.72222],\r\n \"68\": [0, 0.68333, 0, 0, 0.76389],\r\n \"69\": [0, 0.68333, 0, 0, 0.68056],\r\n \"70\": [0, 0.68333, 0, 0, 0.65278],\r\n \"71\": [0, 0.68333, 0, 0, 0.78472],\r\n \"72\": [0, 0.68333, 0, 0, 0.75],\r\n \"73\": [0, 0.68333, 0, 0, 0.36111],\r\n \"74\": [0, 0.68333, 0, 0, 0.51389],\r\n \"75\": [0, 0.68333, 0, 0, 0.77778],\r\n \"76\": [0, 0.68333, 0, 0, 0.625],\r\n \"77\": [0, 0.68333, 0, 0, 0.91667],\r\n \"78\": [0, 0.68333, 0, 0, 0.75],\r\n \"79\": [0, 0.68333, 0, 0, 0.77778],\r\n \"80\": [0, 0.68333, 0, 0, 0.68056],\r\n \"81\": [0.19444, 0.68333, 0, 0, 0.77778],\r\n \"82\": [0, 0.68333, 0, 0, 0.73611],\r\n \"83\": [0, 0.68333, 0, 0, 0.55556],\r\n \"84\": [0, 0.68333, 0, 0, 0.72222],\r\n \"85\": [0, 0.68333, 0, 0, 0.75],\r\n \"86\": [0, 0.68333, 0.01389, 0, 0.75],\r\n \"87\": [0, 0.68333, 0.01389, 0, 1.02778],\r\n \"88\": [0, 0.68333, 0, 0, 0.75],\r\n \"89\": [0, 0.68333, 0.025, 0, 0.75],\r\n \"90\": [0, 0.68333, 0, 0, 0.61111],\r\n \"91\": [0.25, 0.75, 0, 0, 0.27778],\r\n \"92\": [0.25, 0.75, 0, 0, 0.5],\r\n \"93\": [0.25, 0.75, 0, 0, 0.27778],\r\n \"94\": [0, 0.69444, 0, 0, 0.5],\r\n \"95\": [0.31, 0.12056, 0.02778, 0, 0.5],\r\n \"97\": [0, 0.43056, 0, 0, 0.5],\r\n \"98\": [0, 0.69444, 0, 0, 0.55556],\r\n \"99\": [0, 0.43056, 0, 0, 0.44445],\r\n \"100\": [0, 0.69444, 0, 0, 0.55556],\r\n \"101\": [0, 0.43056, 0, 0, 0.44445],\r\n \"102\": [0, 0.69444, 0.07778, 0, 0.30556],\r\n \"103\": [0.19444, 0.43056, 0.01389, 0, 0.5],\r\n \"104\": [0, 0.69444, 0, 0, 0.55556],\r\n \"105\": [0, 0.66786, 0, 0, 0.27778],\r\n \"106\": [0.19444, 0.66786, 0, 0, 0.30556],\r\n \"107\": [0, 0.69444, 0, 0, 0.52778],\r\n \"108\": [0, 0.69444, 0, 0, 0.27778],\r\n \"109\": [0, 0.43056, 0, 0, 0.83334],\r\n \"110\": [0, 0.43056, 0, 0, 0.55556],\r\n \"111\": [0, 0.43056, 0, 0, 0.5],\r\n \"112\": [0.19444, 0.43056, 0, 0, 0.55556],\r\n \"113\": [0.19444, 0.43056, 0, 0, 0.52778],\r\n \"114\": [0, 0.43056, 0, 0, 0.39167],\r\n \"115\": [0, 0.43056, 0, 0, 0.39445],\r\n \"116\": [0, 0.61508, 0, 0, 0.38889],\r\n \"117\": [0, 0.43056, 0, 0, 0.55556],\r\n \"118\": [0, 0.43056, 0.01389, 0, 0.52778],\r\n \"119\": [0, 0.43056, 0.01389, 0, 0.72222],\r\n \"120\": [0, 0.43056, 0, 0, 0.52778],\r\n \"121\": [0.19444, 0.43056, 0.01389, 0, 0.52778],\r\n \"122\": [0, 0.43056, 0, 0, 0.44445],\r\n \"123\": [0.25, 0.75, 0, 0, 0.5],\r\n \"124\": [0.25, 0.75, 0, 0, 0.27778],\r\n \"125\": [0.25, 0.75, 0, 0, 0.5],\r\n \"126\": [0.35, 0.31786, 0, 0, 0.5],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"163\": [0, 0.69444, 0, 0, 0.76909],\r\n \"167\": [0.19444, 0.69444, 0, 0, 0.44445],\r\n \"168\": [0, 0.66786, 0, 0, 0.5],\r\n \"172\": [0, 0.43056, 0, 0, 0.66667],\r\n \"176\": [0, 0.69444, 0, 0, 0.75],\r\n \"177\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"182\": [0.19444, 0.69444, 0, 0, 0.61111],\r\n \"184\": [0.17014, 0, 0, 0, 0.44445],\r\n \"198\": [0, 0.68333, 0, 0, 0.90278],\r\n \"215\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"216\": [0.04861, 0.73194, 0, 0, 0.77778],\r\n \"223\": [0, 0.69444, 0, 0, 0.5],\r\n \"230\": [0, 0.43056, 0, 0, 0.72222],\r\n \"247\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"248\": [0.09722, 0.52778, 0, 0, 0.5],\r\n \"305\": [0, 0.43056, 0, 0, 0.27778],\r\n \"338\": [0, 0.68333, 0, 0, 1.01389],\r\n \"339\": [0, 0.43056, 0, 0, 0.77778],\r\n \"567\": [0.19444, 0.43056, 0, 0, 0.30556],\r\n \"710\": [0, 0.69444, 0, 0, 0.5],\r\n \"711\": [0, 0.62847, 0, 0, 0.5],\r\n \"713\": [0, 0.56778, 0, 0, 0.5],\r\n \"714\": [0, 0.69444, 0, 0, 0.5],\r\n \"715\": [0, 0.69444, 0, 0, 0.5],\r\n \"728\": [0, 0.69444, 0, 0, 0.5],\r\n \"729\": [0, 0.66786, 0, 0, 0.27778],\r\n \"730\": [0, 0.69444, 0, 0, 0.75],\r\n \"732\": [0, 0.66786, 0, 0, 0.5],\r\n \"733\": [0, 0.69444, 0, 0, 0.5],\r\n \"915\": [0, 0.68333, 0, 0, 0.625],\r\n \"916\": [0, 0.68333, 0, 0, 0.83334],\r\n \"920\": [0, 0.68333, 0, 0, 0.77778],\r\n \"923\": [0, 0.68333, 0, 0, 0.69445],\r\n \"926\": [0, 0.68333, 0, 0, 0.66667],\r\n \"928\": [0, 0.68333, 0, 0, 0.75],\r\n \"931\": [0, 0.68333, 0, 0, 0.72222],\r\n \"933\": [0, 0.68333, 0, 0, 0.77778],\r\n \"934\": [0, 0.68333, 0, 0, 0.72222],\r\n \"936\": [0, 0.68333, 0, 0, 0.77778],\r\n \"937\": [0, 0.68333, 0, 0, 0.72222],\r\n \"8211\": [0, 0.43056, 0.02778, 0, 0.5],\r\n \"8212\": [0, 0.43056, 0.02778, 0, 1.0],\r\n \"8216\": [0, 0.69444, 0, 0, 0.27778],\r\n \"8217\": [0, 0.69444, 0, 0, 0.27778],\r\n \"8220\": [0, 0.69444, 0, 0, 0.5],\r\n \"8221\": [0, 0.69444, 0, 0, 0.5],\r\n \"8224\": [0.19444, 0.69444, 0, 0, 0.44445],\r\n \"8225\": [0.19444, 0.69444, 0, 0, 0.44445],\r\n \"8230\": [0, 0.123, 0, 0, 1.172],\r\n \"8242\": [0, 0.55556, 0, 0, 0.275],\r\n \"8407\": [0, 0.71444, 0.15382, 0, 0.5],\r\n \"8463\": [0, 0.68889, 0, 0, 0.54028],\r\n \"8465\": [0, 0.69444, 0, 0, 0.72222],\r\n \"8467\": [0, 0.69444, 0, 0.11111, 0.41667],\r\n \"8472\": [0.19444, 0.43056, 0, 0.11111, 0.63646],\r\n \"8476\": [0, 0.69444, 0, 0, 0.72222],\r\n \"8501\": [0, 0.69444, 0, 0, 0.61111],\r\n \"8592\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8593\": [0.19444, 0.69444, 0, 0, 0.5],\r\n \"8594\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8595\": [0.19444, 0.69444, 0, 0, 0.5],\r\n \"8596\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8597\": [0.25, 0.75, 0, 0, 0.5],\r\n \"8598\": [0.19444, 0.69444, 0, 0, 1.0],\r\n \"8599\": [0.19444, 0.69444, 0, 0, 1.0],\r\n \"8600\": [0.19444, 0.69444, 0, 0, 1.0],\r\n \"8601\": [0.19444, 0.69444, 0, 0, 1.0],\r\n \"8614\": [0.011, 0.511, 0, 0, 1.0],\r\n \"8617\": [0.011, 0.511, 0, 0, 1.126],\r\n \"8618\": [0.011, 0.511, 0, 0, 1.126],\r\n \"8636\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8637\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8640\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8641\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8652\": [0.011, 0.671, 0, 0, 1.0],\r\n \"8656\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8657\": [0.19444, 0.69444, 0, 0, 0.61111],\r\n \"8658\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8659\": [0.19444, 0.69444, 0, 0, 0.61111],\r\n \"8660\": [-0.13313, 0.36687, 0, 0, 1.0],\r\n \"8661\": [0.25, 0.75, 0, 0, 0.61111],\r\n \"8704\": [0, 0.69444, 0, 0, 0.55556],\r\n \"8706\": [0, 0.69444, 0.05556, 0.08334, 0.5309],\r\n \"8707\": [0, 0.69444, 0, 0, 0.55556],\r\n \"8709\": [0.05556, 0.75, 0, 0, 0.5],\r\n \"8711\": [0, 0.68333, 0, 0, 0.83334],\r\n \"8712\": [0.0391, 0.5391, 0, 0, 0.66667],\r\n \"8715\": [0.0391, 0.5391, 0, 0, 0.66667],\r\n \"8722\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8723\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8725\": [0.25, 0.75, 0, 0, 0.5],\r\n \"8726\": [0.25, 0.75, 0, 0, 0.5],\r\n \"8727\": [-0.03472, 0.46528, 0, 0, 0.5],\r\n \"8728\": [-0.05555, 0.44445, 0, 0, 0.5],\r\n \"8729\": [-0.05555, 0.44445, 0, 0, 0.5],\r\n \"8730\": [0.2, 0.8, 0, 0, 0.83334],\r\n \"8733\": [0, 0.43056, 0, 0, 0.77778],\r\n \"8734\": [0, 0.43056, 0, 0, 1.0],\r\n \"8736\": [0, 0.69224, 0, 0, 0.72222],\r\n \"8739\": [0.25, 0.75, 0, 0, 0.27778],\r\n \"8741\": [0.25, 0.75, 0, 0, 0.5],\r\n \"8743\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8744\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8745\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8746\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8747\": [0.19444, 0.69444, 0.11111, 0, 0.41667],\r\n \"8764\": [-0.13313, 0.36687, 0, 0, 0.77778],\r\n \"8768\": [0.19444, 0.69444, 0, 0, 0.27778],\r\n \"8771\": [-0.03625, 0.46375, 0, 0, 0.77778],\r\n \"8773\": [-0.022, 0.589, 0, 0, 0.778],\r\n \"8776\": [-0.01688, 0.48312, 0, 0, 0.77778],\r\n \"8781\": [-0.03625, 0.46375, 0, 0, 0.77778],\r\n \"8784\": [-0.133, 0.673, 0, 0, 0.778],\r\n \"8801\": [-0.03625, 0.46375, 0, 0, 0.77778],\r\n \"8804\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8805\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8810\": [0.0391, 0.5391, 0, 0, 1.0],\r\n \"8811\": [0.0391, 0.5391, 0, 0, 1.0],\r\n \"8826\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"8827\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"8834\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"8835\": [0.0391, 0.5391, 0, 0, 0.77778],\r\n \"8838\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8839\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8846\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8849\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8850\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"8851\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8852\": [0, 0.55556, 0, 0, 0.66667],\r\n \"8853\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8854\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8855\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8856\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8857\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"8866\": [0, 0.69444, 0, 0, 0.61111],\r\n \"8867\": [0, 0.69444, 0, 0, 0.61111],\r\n \"8868\": [0, 0.69444, 0, 0, 0.77778],\r\n \"8869\": [0, 0.69444, 0, 0, 0.77778],\r\n \"8872\": [0.249, 0.75, 0, 0, 0.867],\r\n \"8900\": [-0.05555, 0.44445, 0, 0, 0.5],\r\n \"8901\": [-0.05555, 0.44445, 0, 0, 0.27778],\r\n \"8902\": [-0.03472, 0.46528, 0, 0, 0.5],\r\n \"8904\": [0.005, 0.505, 0, 0, 0.9],\r\n \"8942\": [0.03, 0.903, 0, 0, 0.278],\r\n \"8943\": [-0.19, 0.313, 0, 0, 1.172],\r\n \"8945\": [-0.1, 0.823, 0, 0, 1.282],\r\n \"8968\": [0.25, 0.75, 0, 0, 0.44445],\r\n \"8969\": [0.25, 0.75, 0, 0, 0.44445],\r\n \"8970\": [0.25, 0.75, 0, 0, 0.44445],\r\n \"8971\": [0.25, 0.75, 0, 0, 0.44445],\r\n \"8994\": [-0.14236, 0.35764, 0, 0, 1.0],\r\n \"8995\": [-0.14236, 0.35764, 0, 0, 1.0],\r\n \"9136\": [0.244, 0.744, 0, 0, 0.412],\r\n \"9137\": [0.244, 0.745, 0, 0, 0.412],\r\n \"9651\": [0.19444, 0.69444, 0, 0, 0.88889],\r\n \"9657\": [-0.03472, 0.46528, 0, 0, 0.5],\r\n \"9661\": [0.19444, 0.69444, 0, 0, 0.88889],\r\n \"9667\": [-0.03472, 0.46528, 0, 0, 0.5],\r\n \"9711\": [0.19444, 0.69444, 0, 0, 1.0],\r\n \"9824\": [0.12963, 0.69444, 0, 0, 0.77778],\r\n \"9825\": [0.12963, 0.69444, 0, 0, 0.77778],\r\n \"9826\": [0.12963, 0.69444, 0, 0, 0.77778],\r\n \"9827\": [0.12963, 0.69444, 0, 0, 0.77778],\r\n \"9837\": [0, 0.75, 0, 0, 0.38889],\r\n \"9838\": [0.19444, 0.69444, 0, 0, 0.38889],\r\n \"9839\": [0.19444, 0.69444, 0, 0, 0.38889],\r\n \"10216\": [0.25, 0.75, 0, 0, 0.38889],\r\n \"10217\": [0.25, 0.75, 0, 0, 0.38889],\r\n \"10222\": [0.244, 0.744, 0, 0, 0.412],\r\n \"10223\": [0.244, 0.745, 0, 0, 0.412],\r\n \"10229\": [0.011, 0.511, 0, 0, 1.609],\r\n \"10230\": [0.011, 0.511, 0, 0, 1.638],\r\n \"10231\": [0.011, 0.511, 0, 0, 1.859],\r\n \"10232\": [0.024, 0.525, 0, 0, 1.609],\r\n \"10233\": [0.024, 0.525, 0, 0, 1.638],\r\n \"10234\": [0.024, 0.525, 0, 0, 1.858],\r\n \"10236\": [0.011, 0.511, 0, 0, 1.638],\r\n \"10815\": [0, 0.68333, 0, 0, 0.75],\r\n \"10927\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"10928\": [0.13597, 0.63597, 0, 0, 0.77778],\r\n \"57376\": [0.19444, 0.69444, 0, 0, 0]\r\n },\r\n \"Math-BoldItalic\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"48\": [0, 0.44444, 0, 0, 0.575],\r\n \"49\": [0, 0.44444, 0, 0, 0.575],\r\n \"50\": [0, 0.44444, 0, 0, 0.575],\r\n \"51\": [0.19444, 0.44444, 0, 0, 0.575],\r\n \"52\": [0.19444, 0.44444, 0, 0, 0.575],\r\n \"53\": [0.19444, 0.44444, 0, 0, 0.575],\r\n \"54\": [0, 0.64444, 0, 0, 0.575],\r\n \"55\": [0.19444, 0.44444, 0, 0, 0.575],\r\n \"56\": [0, 0.64444, 0, 0, 0.575],\r\n \"57\": [0.19444, 0.44444, 0, 0, 0.575],\r\n \"65\": [0, 0.68611, 0, 0, 0.86944],\r\n \"66\": [0, 0.68611, 0.04835, 0, 0.8664],\r\n \"67\": [0, 0.68611, 0.06979, 0, 0.81694],\r\n \"68\": [0, 0.68611, 0.03194, 0, 0.93812],\r\n \"69\": [0, 0.68611, 0.05451, 0, 0.81007],\r\n \"70\": [0, 0.68611, 0.15972, 0, 0.68889],\r\n \"71\": [0, 0.68611, 0, 0, 0.88673],\r\n \"72\": [0, 0.68611, 0.08229, 0, 0.98229],\r\n \"73\": [0, 0.68611, 0.07778, 0, 0.51111],\r\n \"74\": [0, 0.68611, 0.10069, 0, 0.63125],\r\n \"75\": [0, 0.68611, 0.06979, 0, 0.97118],\r\n \"76\": [0, 0.68611, 0, 0, 0.75555],\r\n \"77\": [0, 0.68611, 0.11424, 0, 1.14201],\r\n \"78\": [0, 0.68611, 0.11424, 0, 0.95034],\r\n \"79\": [0, 0.68611, 0.03194, 0, 0.83666],\r\n \"80\": [0, 0.68611, 0.15972, 0, 0.72309],\r\n \"81\": [0.19444, 0.68611, 0, 0, 0.86861],\r\n \"82\": [0, 0.68611, 0.00421, 0, 0.87235],\r\n \"83\": [0, 0.68611, 0.05382, 0, 0.69271],\r\n \"84\": [0, 0.68611, 0.15972, 0, 0.63663],\r\n \"85\": [0, 0.68611, 0.11424, 0, 0.80027],\r\n \"86\": [0, 0.68611, 0.25555, 0, 0.67778],\r\n \"87\": [0, 0.68611, 0.15972, 0, 1.09305],\r\n \"88\": [0, 0.68611, 0.07778, 0, 0.94722],\r\n \"89\": [0, 0.68611, 0.25555, 0, 0.67458],\r\n \"90\": [0, 0.68611, 0.06979, 0, 0.77257],\r\n \"97\": [0, 0.44444, 0, 0, 0.63287],\r\n \"98\": [0, 0.69444, 0, 0, 0.52083],\r\n \"99\": [0, 0.44444, 0, 0, 0.51342],\r\n \"100\": [0, 0.69444, 0, 0, 0.60972],\r\n \"101\": [0, 0.44444, 0, 0, 0.55361],\r\n \"102\": [0.19444, 0.69444, 0.11042, 0, 0.56806],\r\n \"103\": [0.19444, 0.44444, 0.03704, 0, 0.5449],\r\n \"104\": [0, 0.69444, 0, 0, 0.66759],\r\n \"105\": [0, 0.69326, 0, 0, 0.4048],\r\n \"106\": [0.19444, 0.69326, 0.0622, 0, 0.47083],\r\n \"107\": [0, 0.69444, 0.01852, 0, 0.6037],\r\n \"108\": [0, 0.69444, 0.0088, 0, 0.34815],\r\n \"109\": [0, 0.44444, 0, 0, 1.0324],\r\n \"110\": [0, 0.44444, 0, 0, 0.71296],\r\n \"111\": [0, 0.44444, 0, 0, 0.58472],\r\n \"112\": [0.19444, 0.44444, 0, 0, 0.60092],\r\n \"113\": [0.19444, 0.44444, 0.03704, 0, 0.54213],\r\n \"114\": [0, 0.44444, 0.03194, 0, 0.5287],\r\n \"115\": [0, 0.44444, 0, 0, 0.53125],\r\n \"116\": [0, 0.63492, 0, 0, 0.41528],\r\n \"117\": [0, 0.44444, 0, 0, 0.68102],\r\n \"118\": [0, 0.44444, 0.03704, 0, 0.56666],\r\n \"119\": [0, 0.44444, 0.02778, 0, 0.83148],\r\n \"120\": [0, 0.44444, 0, 0, 0.65903],\r\n \"121\": [0.19444, 0.44444, 0.03704, 0, 0.59028],\r\n \"122\": [0, 0.44444, 0.04213, 0, 0.55509],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"915\": [0, 0.68611, 0.15972, 0, 0.65694],\r\n \"916\": [0, 0.68611, 0, 0, 0.95833],\r\n \"920\": [0, 0.68611, 0.03194, 0, 0.86722],\r\n \"923\": [0, 0.68611, 0, 0, 0.80555],\r\n \"926\": [0, 0.68611, 0.07458, 0, 0.84125],\r\n \"928\": [0, 0.68611, 0.08229, 0, 0.98229],\r\n \"931\": [0, 0.68611, 0.05451, 0, 0.88507],\r\n \"933\": [0, 0.68611, 0.15972, 0, 0.67083],\r\n \"934\": [0, 0.68611, 0, 0, 0.76666],\r\n \"936\": [0, 0.68611, 0.11653, 0, 0.71402],\r\n \"937\": [0, 0.68611, 0.04835, 0, 0.8789],\r\n \"945\": [0, 0.44444, 0, 0, 0.76064],\r\n \"946\": [0.19444, 0.69444, 0.03403, 0, 0.65972],\r\n \"947\": [0.19444, 0.44444, 0.06389, 0, 0.59003],\r\n \"948\": [0, 0.69444, 0.03819, 0, 0.52222],\r\n \"949\": [0, 0.44444, 0, 0, 0.52882],\r\n \"950\": [0.19444, 0.69444, 0.06215, 0, 0.50833],\r\n \"951\": [0.19444, 0.44444, 0.03704, 0, 0.6],\r\n \"952\": [0, 0.69444, 0.03194, 0, 0.5618],\r\n \"953\": [0, 0.44444, 0, 0, 0.41204],\r\n \"954\": [0, 0.44444, 0, 0, 0.66759],\r\n \"955\": [0, 0.69444, 0, 0, 0.67083],\r\n \"956\": [0.19444, 0.44444, 0, 0, 0.70787],\r\n \"957\": [0, 0.44444, 0.06898, 0, 0.57685],\r\n \"958\": [0.19444, 0.69444, 0.03021, 0, 0.50833],\r\n \"959\": [0, 0.44444, 0, 0, 0.58472],\r\n \"960\": [0, 0.44444, 0.03704, 0, 0.68241],\r\n \"961\": [0.19444, 0.44444, 0, 0, 0.6118],\r\n \"962\": [0.09722, 0.44444, 0.07917, 0, 0.42361],\r\n \"963\": [0, 0.44444, 0.03704, 0, 0.68588],\r\n \"964\": [0, 0.44444, 0.13472, 0, 0.52083],\r\n \"965\": [0, 0.44444, 0.03704, 0, 0.63055],\r\n \"966\": [0.19444, 0.44444, 0, 0, 0.74722],\r\n \"967\": [0.19444, 0.44444, 0, 0, 0.71805],\r\n \"968\": [0.19444, 0.69444, 0.03704, 0, 0.75833],\r\n \"969\": [0, 0.44444, 0.03704, 0, 0.71782],\r\n \"977\": [0, 0.69444, 0, 0, 0.69155],\r\n \"981\": [0.19444, 0.69444, 0, 0, 0.7125],\r\n \"982\": [0, 0.44444, 0.03194, 0, 0.975],\r\n \"1009\": [0.19444, 0.44444, 0, 0, 0.6118],\r\n \"1013\": [0, 0.44444, 0, 0, 0.48333],\r\n \"57649\": [0, 0.44444, 0, 0, 0.39352],\r\n \"57911\": [0.19444, 0.44444, 0, 0, 0.43889]\r\n },\r\n \"Math-Italic\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"48\": [0, 0.43056, 0, 0, 0.5],\r\n \"49\": [0, 0.43056, 0, 0, 0.5],\r\n \"50\": [0, 0.43056, 0, 0, 0.5],\r\n \"51\": [0.19444, 0.43056, 0, 0, 0.5],\r\n \"52\": [0.19444, 0.43056, 0, 0, 0.5],\r\n \"53\": [0.19444, 0.43056, 0, 0, 0.5],\r\n \"54\": [0, 0.64444, 0, 0, 0.5],\r\n \"55\": [0.19444, 0.43056, 0, 0, 0.5],\r\n \"56\": [0, 0.64444, 0, 0, 0.5],\r\n \"57\": [0.19444, 0.43056, 0, 0, 0.5],\r\n \"65\": [0, 0.68333, 0, 0.13889, 0.75],\r\n \"66\": [0, 0.68333, 0.05017, 0.08334, 0.75851],\r\n \"67\": [0, 0.68333, 0.07153, 0.08334, 0.71472],\r\n \"68\": [0, 0.68333, 0.02778, 0.05556, 0.82792],\r\n \"69\": [0, 0.68333, 0.05764, 0.08334, 0.7382],\r\n \"70\": [0, 0.68333, 0.13889, 0.08334, 0.64306],\r\n \"71\": [0, 0.68333, 0, 0.08334, 0.78625],\r\n \"72\": [0, 0.68333, 0.08125, 0.05556, 0.83125],\r\n \"73\": [0, 0.68333, 0.07847, 0.11111, 0.43958],\r\n \"74\": [0, 0.68333, 0.09618, 0.16667, 0.55451],\r\n \"75\": [0, 0.68333, 0.07153, 0.05556, 0.84931],\r\n \"76\": [0, 0.68333, 0, 0.02778, 0.68056],\r\n \"77\": [0, 0.68333, 0.10903, 0.08334, 0.97014],\r\n \"78\": [0, 0.68333, 0.10903, 0.08334, 0.80347],\r\n \"79\": [0, 0.68333, 0.02778, 0.08334, 0.76278],\r\n \"80\": [0, 0.68333, 0.13889, 0.08334, 0.64201],\r\n \"81\": [0.19444, 0.68333, 0, 0.08334, 0.79056],\r\n \"82\": [0, 0.68333, 0.00773, 0.08334, 0.75929],\r\n \"83\": [0, 0.68333, 0.05764, 0.08334, 0.6132],\r\n \"84\": [0, 0.68333, 0.13889, 0.08334, 0.58438],\r\n \"85\": [0, 0.68333, 0.10903, 0.02778, 0.68278],\r\n \"86\": [0, 0.68333, 0.22222, 0, 0.58333],\r\n \"87\": [0, 0.68333, 0.13889, 0, 0.94445],\r\n \"88\": [0, 0.68333, 0.07847, 0.08334, 0.82847],\r\n \"89\": [0, 0.68333, 0.22222, 0, 0.58056],\r\n \"90\": [0, 0.68333, 0.07153, 0.08334, 0.68264],\r\n \"97\": [0, 0.43056, 0, 0, 0.52859],\r\n \"98\": [0, 0.69444, 0, 0, 0.42917],\r\n \"99\": [0, 0.43056, 0, 0.05556, 0.43276],\r\n \"100\": [0, 0.69444, 0, 0.16667, 0.52049],\r\n \"101\": [0, 0.43056, 0, 0.05556, 0.46563],\r\n \"102\": [0.19444, 0.69444, 0.10764, 0.16667, 0.48959],\r\n \"103\": [0.19444, 0.43056, 0.03588, 0.02778, 0.47697],\r\n \"104\": [0, 0.69444, 0, 0, 0.57616],\r\n \"105\": [0, 0.65952, 0, 0, 0.34451],\r\n \"106\": [0.19444, 0.65952, 0.05724, 0, 0.41181],\r\n \"107\": [0, 0.69444, 0.03148, 0, 0.5206],\r\n \"108\": [0, 0.69444, 0.01968, 0.08334, 0.29838],\r\n \"109\": [0, 0.43056, 0, 0, 0.87801],\r\n \"110\": [0, 0.43056, 0, 0, 0.60023],\r\n \"111\": [0, 0.43056, 0, 0.05556, 0.48472],\r\n \"112\": [0.19444, 0.43056, 0, 0.08334, 0.50313],\r\n \"113\": [0.19444, 0.43056, 0.03588, 0.08334, 0.44641],\r\n \"114\": [0, 0.43056, 0.02778, 0.05556, 0.45116],\r\n \"115\": [0, 0.43056, 0, 0.05556, 0.46875],\r\n \"116\": [0, 0.61508, 0, 0.08334, 0.36111],\r\n \"117\": [0, 0.43056, 0, 0.02778, 0.57246],\r\n \"118\": [0, 0.43056, 0.03588, 0.02778, 0.48472],\r\n \"119\": [0, 0.43056, 0.02691, 0.08334, 0.71592],\r\n \"120\": [0, 0.43056, 0, 0.02778, 0.57153],\r\n \"121\": [0.19444, 0.43056, 0.03588, 0.05556, 0.49028],\r\n \"122\": [0, 0.43056, 0.04398, 0.05556, 0.46505],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"915\": [0, 0.68333, 0.13889, 0.08334, 0.61528],\r\n \"916\": [0, 0.68333, 0, 0.16667, 0.83334],\r\n \"920\": [0, 0.68333, 0.02778, 0.08334, 0.76278],\r\n \"923\": [0, 0.68333, 0, 0.16667, 0.69445],\r\n \"926\": [0, 0.68333, 0.07569, 0.08334, 0.74236],\r\n \"928\": [0, 0.68333, 0.08125, 0.05556, 0.83125],\r\n \"931\": [0, 0.68333, 0.05764, 0.08334, 0.77986],\r\n \"933\": [0, 0.68333, 0.13889, 0.05556, 0.58333],\r\n \"934\": [0, 0.68333, 0, 0.08334, 0.66667],\r\n \"936\": [0, 0.68333, 0.11, 0.05556, 0.61222],\r\n \"937\": [0, 0.68333, 0.05017, 0.08334, 0.7724],\r\n \"945\": [0, 0.43056, 0.0037, 0.02778, 0.6397],\r\n \"946\": [0.19444, 0.69444, 0.05278, 0.08334, 0.56563],\r\n \"947\": [0.19444, 0.43056, 0.05556, 0, 0.51773],\r\n \"948\": [0, 0.69444, 0.03785, 0.05556, 0.44444],\r\n \"949\": [0, 0.43056, 0, 0.08334, 0.46632],\r\n \"950\": [0.19444, 0.69444, 0.07378, 0.08334, 0.4375],\r\n \"951\": [0.19444, 0.43056, 0.03588, 0.05556, 0.49653],\r\n \"952\": [0, 0.69444, 0.02778, 0.08334, 0.46944],\r\n \"953\": [0, 0.43056, 0, 0.05556, 0.35394],\r\n \"954\": [0, 0.43056, 0, 0, 0.57616],\r\n \"955\": [0, 0.69444, 0, 0, 0.58334],\r\n \"956\": [0.19444, 0.43056, 0, 0.02778, 0.60255],\r\n \"957\": [0, 0.43056, 0.06366, 0.02778, 0.49398],\r\n \"958\": [0.19444, 0.69444, 0.04601, 0.11111, 0.4375],\r\n \"959\": [0, 0.43056, 0, 0.05556, 0.48472],\r\n \"960\": [0, 0.43056, 0.03588, 0, 0.57003],\r\n \"961\": [0.19444, 0.43056, 0, 0.08334, 0.51702],\r\n \"962\": [0.09722, 0.43056, 0.07986, 0.08334, 0.36285],\r\n \"963\": [0, 0.43056, 0.03588, 0, 0.57141],\r\n \"964\": [0, 0.43056, 0.1132, 0.02778, 0.43715],\r\n \"965\": [0, 0.43056, 0.03588, 0.02778, 0.54028],\r\n \"966\": [0.19444, 0.43056, 0, 0.08334, 0.65417],\r\n \"967\": [0.19444, 0.43056, 0, 0.05556, 0.62569],\r\n \"968\": [0.19444, 0.69444, 0.03588, 0.11111, 0.65139],\r\n \"969\": [0, 0.43056, 0.03588, 0, 0.62245],\r\n \"977\": [0, 0.69444, 0, 0.08334, 0.59144],\r\n \"981\": [0.19444, 0.69444, 0, 0.08334, 0.59583],\r\n \"982\": [0, 0.43056, 0.02778, 0, 0.82813],\r\n \"1009\": [0.19444, 0.43056, 0, 0.08334, 0.51702],\r\n \"1013\": [0, 0.43056, 0, 0.05556, 0.4059],\r\n \"57649\": [0, 0.43056, 0, 0.02778, 0.32246],\r\n \"57911\": [0.19444, 0.43056, 0, 0.08334, 0.38403]\r\n },\r\n \"SansSerif-Bold\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0, 0, 0.36667],\r\n \"34\": [0, 0.69444, 0, 0, 0.55834],\r\n \"35\": [0.19444, 0.69444, 0, 0, 0.91667],\r\n \"36\": [0.05556, 0.75, 0, 0, 0.55],\r\n \"37\": [0.05556, 0.75, 0, 0, 1.02912],\r\n \"38\": [0, 0.69444, 0, 0, 0.83056],\r\n \"39\": [0, 0.69444, 0, 0, 0.30556],\r\n \"40\": [0.25, 0.75, 0, 0, 0.42778],\r\n \"41\": [0.25, 0.75, 0, 0, 0.42778],\r\n \"42\": [0, 0.75, 0, 0, 0.55],\r\n \"43\": [0.11667, 0.61667, 0, 0, 0.85556],\r\n \"44\": [0.10556, 0.13056, 0, 0, 0.30556],\r\n \"45\": [0, 0.45833, 0, 0, 0.36667],\r\n \"46\": [0, 0.13056, 0, 0, 0.30556],\r\n \"47\": [0.25, 0.75, 0, 0, 0.55],\r\n \"48\": [0, 0.69444, 0, 0, 0.55],\r\n \"49\": [0, 0.69444, 0, 0, 0.55],\r\n \"50\": [0, 0.69444, 0, 0, 0.55],\r\n \"51\": [0, 0.69444, 0, 0, 0.55],\r\n \"52\": [0, 0.69444, 0, 0, 0.55],\r\n \"53\": [0, 0.69444, 0, 0, 0.55],\r\n \"54\": [0, 0.69444, 0, 0, 0.55],\r\n \"55\": [0, 0.69444, 0, 0, 0.55],\r\n \"56\": [0, 0.69444, 0, 0, 0.55],\r\n \"57\": [0, 0.69444, 0, 0, 0.55],\r\n \"58\": [0, 0.45833, 0, 0, 0.30556],\r\n \"59\": [0.10556, 0.45833, 0, 0, 0.30556],\r\n \"61\": [-0.09375, 0.40625, 0, 0, 0.85556],\r\n \"63\": [0, 0.69444, 0, 0, 0.51945],\r\n \"64\": [0, 0.69444, 0, 0, 0.73334],\r\n \"65\": [0, 0.69444, 0, 0, 0.73334],\r\n \"66\": [0, 0.69444, 0, 0, 0.73334],\r\n \"67\": [0, 0.69444, 0, 0, 0.70278],\r\n \"68\": [0, 0.69444, 0, 0, 0.79445],\r\n \"69\": [0, 0.69444, 0, 0, 0.64167],\r\n \"70\": [0, 0.69444, 0, 0, 0.61111],\r\n \"71\": [0, 0.69444, 0, 0, 0.73334],\r\n \"72\": [0, 0.69444, 0, 0, 0.79445],\r\n \"73\": [0, 0.69444, 0, 0, 0.33056],\r\n \"74\": [0, 0.69444, 0, 0, 0.51945],\r\n \"75\": [0, 0.69444, 0, 0, 0.76389],\r\n \"76\": [0, 0.69444, 0, 0, 0.58056],\r\n \"77\": [0, 0.69444, 0, 0, 0.97778],\r\n \"78\": [0, 0.69444, 0, 0, 0.79445],\r\n \"79\": [0, 0.69444, 0, 0, 0.79445],\r\n \"80\": [0, 0.69444, 0, 0, 0.70278],\r\n \"81\": [0.10556, 0.69444, 0, 0, 0.79445],\r\n \"82\": [0, 0.69444, 0, 0, 0.70278],\r\n \"83\": [0, 0.69444, 0, 0, 0.61111],\r\n \"84\": [0, 0.69444, 0, 0, 0.73334],\r\n \"85\": [0, 0.69444, 0, 0, 0.76389],\r\n \"86\": [0, 0.69444, 0.01528, 0, 0.73334],\r\n \"87\": [0, 0.69444, 0.01528, 0, 1.03889],\r\n \"88\": [0, 0.69444, 0, 0, 0.73334],\r\n \"89\": [0, 0.69444, 0.0275, 0, 0.73334],\r\n \"90\": [0, 0.69444, 0, 0, 0.67223],\r\n \"91\": [0.25, 0.75, 0, 0, 0.34306],\r\n \"93\": [0.25, 0.75, 0, 0, 0.34306],\r\n \"94\": [0, 0.69444, 0, 0, 0.55],\r\n \"95\": [0.35, 0.10833, 0.03056, 0, 0.55],\r\n \"97\": [0, 0.45833, 0, 0, 0.525],\r\n \"98\": [0, 0.69444, 0, 0, 0.56111],\r\n \"99\": [0, 0.45833, 0, 0, 0.48889],\r\n \"100\": [0, 0.69444, 0, 0, 0.56111],\r\n \"101\": [0, 0.45833, 0, 0, 0.51111],\r\n \"102\": [0, 0.69444, 0.07639, 0, 0.33611],\r\n \"103\": [0.19444, 0.45833, 0.01528, 0, 0.55],\r\n \"104\": [0, 0.69444, 0, 0, 0.56111],\r\n \"105\": [0, 0.69444, 0, 0, 0.25556],\r\n \"106\": [0.19444, 0.69444, 0, 0, 0.28611],\r\n \"107\": [0, 0.69444, 0, 0, 0.53056],\r\n \"108\": [0, 0.69444, 0, 0, 0.25556],\r\n \"109\": [0, 0.45833, 0, 0, 0.86667],\r\n \"110\": [0, 0.45833, 0, 0, 0.56111],\r\n \"111\": [0, 0.45833, 0, 0, 0.55],\r\n \"112\": [0.19444, 0.45833, 0, 0, 0.56111],\r\n \"113\": [0.19444, 0.45833, 0, 0, 0.56111],\r\n \"114\": [0, 0.45833, 0.01528, 0, 0.37222],\r\n \"115\": [0, 0.45833, 0, 0, 0.42167],\r\n \"116\": [0, 0.58929, 0, 0, 0.40417],\r\n \"117\": [0, 0.45833, 0, 0, 0.56111],\r\n \"118\": [0, 0.45833, 0.01528, 0, 0.5],\r\n \"119\": [0, 0.45833, 0.01528, 0, 0.74445],\r\n \"120\": [0, 0.45833, 0, 0, 0.5],\r\n \"121\": [0.19444, 0.45833, 0.01528, 0, 0.5],\r\n \"122\": [0, 0.45833, 0, 0, 0.47639],\r\n \"126\": [0.35, 0.34444, 0, 0, 0.55],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"168\": [0, 0.69444, 0, 0, 0.55],\r\n \"176\": [0, 0.69444, 0, 0, 0.73334],\r\n \"180\": [0, 0.69444, 0, 0, 0.55],\r\n \"184\": [0.17014, 0, 0, 0, 0.48889],\r\n \"305\": [0, 0.45833, 0, 0, 0.25556],\r\n \"567\": [0.19444, 0.45833, 0, 0, 0.28611],\r\n \"710\": [0, 0.69444, 0, 0, 0.55],\r\n \"711\": [0, 0.63542, 0, 0, 0.55],\r\n \"713\": [0, 0.63778, 0, 0, 0.55],\r\n \"728\": [0, 0.69444, 0, 0, 0.55],\r\n \"729\": [0, 0.69444, 0, 0, 0.30556],\r\n \"730\": [0, 0.69444, 0, 0, 0.73334],\r\n \"732\": [0, 0.69444, 0, 0, 0.55],\r\n \"733\": [0, 0.69444, 0, 0, 0.55],\r\n \"915\": [0, 0.69444, 0, 0, 0.58056],\r\n \"916\": [0, 0.69444, 0, 0, 0.91667],\r\n \"920\": [0, 0.69444, 0, 0, 0.85556],\r\n \"923\": [0, 0.69444, 0, 0, 0.67223],\r\n \"926\": [0, 0.69444, 0, 0, 0.73334],\r\n \"928\": [0, 0.69444, 0, 0, 0.79445],\r\n \"931\": [0, 0.69444, 0, 0, 0.79445],\r\n \"933\": [0, 0.69444, 0, 0, 0.85556],\r\n \"934\": [0, 0.69444, 0, 0, 0.79445],\r\n \"936\": [0, 0.69444, 0, 0, 0.85556],\r\n \"937\": [0, 0.69444, 0, 0, 0.79445],\r\n \"8211\": [0, 0.45833, 0.03056, 0, 0.55],\r\n \"8212\": [0, 0.45833, 0.03056, 0, 1.10001],\r\n \"8216\": [0, 0.69444, 0, 0, 0.30556],\r\n \"8217\": [0, 0.69444, 0, 0, 0.30556],\r\n \"8220\": [0, 0.69444, 0, 0, 0.55834],\r\n \"8221\": [0, 0.69444, 0, 0, 0.55834]\r\n },\r\n \"SansSerif-Italic\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0.05733, 0, 0.31945],\r\n \"34\": [0, 0.69444, 0.00316, 0, 0.5],\r\n \"35\": [0.19444, 0.69444, 0.05087, 0, 0.83334],\r\n \"36\": [0.05556, 0.75, 0.11156, 0, 0.5],\r\n \"37\": [0.05556, 0.75, 0.03126, 0, 0.83334],\r\n \"38\": [0, 0.69444, 0.03058, 0, 0.75834],\r\n \"39\": [0, 0.69444, 0.07816, 0, 0.27778],\r\n \"40\": [0.25, 0.75, 0.13164, 0, 0.38889],\r\n \"41\": [0.25, 0.75, 0.02536, 0, 0.38889],\r\n \"42\": [0, 0.75, 0.11775, 0, 0.5],\r\n \"43\": [0.08333, 0.58333, 0.02536, 0, 0.77778],\r\n \"44\": [0.125, 0.08333, 0, 0, 0.27778],\r\n \"45\": [0, 0.44444, 0.01946, 0, 0.33333],\r\n \"46\": [0, 0.08333, 0, 0, 0.27778],\r\n \"47\": [0.25, 0.75, 0.13164, 0, 0.5],\r\n \"48\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"49\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"50\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"51\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"52\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"53\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"54\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"55\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"56\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"57\": [0, 0.65556, 0.11156, 0, 0.5],\r\n \"58\": [0, 0.44444, 0.02502, 0, 0.27778],\r\n \"59\": [0.125, 0.44444, 0.02502, 0, 0.27778],\r\n \"61\": [-0.13, 0.37, 0.05087, 0, 0.77778],\r\n \"63\": [0, 0.69444, 0.11809, 0, 0.47222],\r\n \"64\": [0, 0.69444, 0.07555, 0, 0.66667],\r\n \"65\": [0, 0.69444, 0, 0, 0.66667],\r\n \"66\": [0, 0.69444, 0.08293, 0, 0.66667],\r\n \"67\": [0, 0.69444, 0.11983, 0, 0.63889],\r\n \"68\": [0, 0.69444, 0.07555, 0, 0.72223],\r\n \"69\": [0, 0.69444, 0.11983, 0, 0.59722],\r\n \"70\": [0, 0.69444, 0.13372, 0, 0.56945],\r\n \"71\": [0, 0.69444, 0.11983, 0, 0.66667],\r\n \"72\": [0, 0.69444, 0.08094, 0, 0.70834],\r\n \"73\": [0, 0.69444, 0.13372, 0, 0.27778],\r\n \"74\": [0, 0.69444, 0.08094, 0, 0.47222],\r\n \"75\": [0, 0.69444, 0.11983, 0, 0.69445],\r\n \"76\": [0, 0.69444, 0, 0, 0.54167],\r\n \"77\": [0, 0.69444, 0.08094, 0, 0.875],\r\n \"78\": [0, 0.69444, 0.08094, 0, 0.70834],\r\n \"79\": [0, 0.69444, 0.07555, 0, 0.73611],\r\n \"80\": [0, 0.69444, 0.08293, 0, 0.63889],\r\n \"81\": [0.125, 0.69444, 0.07555, 0, 0.73611],\r\n \"82\": [0, 0.69444, 0.08293, 0, 0.64584],\r\n \"83\": [0, 0.69444, 0.09205, 0, 0.55556],\r\n \"84\": [0, 0.69444, 0.13372, 0, 0.68056],\r\n \"85\": [0, 0.69444, 0.08094, 0, 0.6875],\r\n \"86\": [0, 0.69444, 0.1615, 0, 0.66667],\r\n \"87\": [0, 0.69444, 0.1615, 0, 0.94445],\r\n \"88\": [0, 0.69444, 0.13372, 0, 0.66667],\r\n \"89\": [0, 0.69444, 0.17261, 0, 0.66667],\r\n \"90\": [0, 0.69444, 0.11983, 0, 0.61111],\r\n \"91\": [0.25, 0.75, 0.15942, 0, 0.28889],\r\n \"93\": [0.25, 0.75, 0.08719, 0, 0.28889],\r\n \"94\": [0, 0.69444, 0.0799, 0, 0.5],\r\n \"95\": [0.35, 0.09444, 0.08616, 0, 0.5],\r\n \"97\": [0, 0.44444, 0.00981, 0, 0.48056],\r\n \"98\": [0, 0.69444, 0.03057, 0, 0.51667],\r\n \"99\": [0, 0.44444, 0.08336, 0, 0.44445],\r\n \"100\": [0, 0.69444, 0.09483, 0, 0.51667],\r\n \"101\": [0, 0.44444, 0.06778, 0, 0.44445],\r\n \"102\": [0, 0.69444, 0.21705, 0, 0.30556],\r\n \"103\": [0.19444, 0.44444, 0.10836, 0, 0.5],\r\n \"104\": [0, 0.69444, 0.01778, 0, 0.51667],\r\n \"105\": [0, 0.67937, 0.09718, 0, 0.23889],\r\n \"106\": [0.19444, 0.67937, 0.09162, 0, 0.26667],\r\n \"107\": [0, 0.69444, 0.08336, 0, 0.48889],\r\n \"108\": [0, 0.69444, 0.09483, 0, 0.23889],\r\n \"109\": [0, 0.44444, 0.01778, 0, 0.79445],\r\n \"110\": [0, 0.44444, 0.01778, 0, 0.51667],\r\n \"111\": [0, 0.44444, 0.06613, 0, 0.5],\r\n \"112\": [0.19444, 0.44444, 0.0389, 0, 0.51667],\r\n \"113\": [0.19444, 0.44444, 0.04169, 0, 0.51667],\r\n \"114\": [0, 0.44444, 0.10836, 0, 0.34167],\r\n \"115\": [0, 0.44444, 0.0778, 0, 0.38333],\r\n \"116\": [0, 0.57143, 0.07225, 0, 0.36111],\r\n \"117\": [0, 0.44444, 0.04169, 0, 0.51667],\r\n \"118\": [0, 0.44444, 0.10836, 0, 0.46111],\r\n \"119\": [0, 0.44444, 0.10836, 0, 0.68334],\r\n \"120\": [0, 0.44444, 0.09169, 0, 0.46111],\r\n \"121\": [0.19444, 0.44444, 0.10836, 0, 0.46111],\r\n \"122\": [0, 0.44444, 0.08752, 0, 0.43472],\r\n \"126\": [0.35, 0.32659, 0.08826, 0, 0.5],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"168\": [0, 0.67937, 0.06385, 0, 0.5],\r\n \"176\": [0, 0.69444, 0, 0, 0.73752],\r\n \"184\": [0.17014, 0, 0, 0, 0.44445],\r\n \"305\": [0, 0.44444, 0.04169, 0, 0.23889],\r\n \"567\": [0.19444, 0.44444, 0.04169, 0, 0.26667],\r\n \"710\": [0, 0.69444, 0.0799, 0, 0.5],\r\n \"711\": [0, 0.63194, 0.08432, 0, 0.5],\r\n \"713\": [0, 0.60889, 0.08776, 0, 0.5],\r\n \"714\": [0, 0.69444, 0.09205, 0, 0.5],\r\n \"715\": [0, 0.69444, 0, 0, 0.5],\r\n \"728\": [0, 0.69444, 0.09483, 0, 0.5],\r\n \"729\": [0, 0.67937, 0.07774, 0, 0.27778],\r\n \"730\": [0, 0.69444, 0, 0, 0.73752],\r\n \"732\": [0, 0.67659, 0.08826, 0, 0.5],\r\n \"733\": [0, 0.69444, 0.09205, 0, 0.5],\r\n \"915\": [0, 0.69444, 0.13372, 0, 0.54167],\r\n \"916\": [0, 0.69444, 0, 0, 0.83334],\r\n \"920\": [0, 0.69444, 0.07555, 0, 0.77778],\r\n \"923\": [0, 0.69444, 0, 0, 0.61111],\r\n \"926\": [0, 0.69444, 0.12816, 0, 0.66667],\r\n \"928\": [0, 0.69444, 0.08094, 0, 0.70834],\r\n \"931\": [0, 0.69444, 0.11983, 0, 0.72222],\r\n \"933\": [0, 0.69444, 0.09031, 0, 0.77778],\r\n \"934\": [0, 0.69444, 0.04603, 0, 0.72222],\r\n \"936\": [0, 0.69444, 0.09031, 0, 0.77778],\r\n \"937\": [0, 0.69444, 0.08293, 0, 0.72222],\r\n \"8211\": [0, 0.44444, 0.08616, 0, 0.5],\r\n \"8212\": [0, 0.44444, 0.08616, 0, 1.0],\r\n \"8216\": [0, 0.69444, 0.07816, 0, 0.27778],\r\n \"8217\": [0, 0.69444, 0.07816, 0, 0.27778],\r\n \"8220\": [0, 0.69444, 0.14205, 0, 0.5],\r\n \"8221\": [0, 0.69444, 0.00316, 0, 0.5]\r\n },\r\n \"SansSerif-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"33\": [0, 0.69444, 0, 0, 0.31945],\r\n \"34\": [0, 0.69444, 0, 0, 0.5],\r\n \"35\": [0.19444, 0.69444, 0, 0, 0.83334],\r\n \"36\": [0.05556, 0.75, 0, 0, 0.5],\r\n \"37\": [0.05556, 0.75, 0, 0, 0.83334],\r\n \"38\": [0, 0.69444, 0, 0, 0.75834],\r\n \"39\": [0, 0.69444, 0, 0, 0.27778],\r\n \"40\": [0.25, 0.75, 0, 0, 0.38889],\r\n \"41\": [0.25, 0.75, 0, 0, 0.38889],\r\n \"42\": [0, 0.75, 0, 0, 0.5],\r\n \"43\": [0.08333, 0.58333, 0, 0, 0.77778],\r\n \"44\": [0.125, 0.08333, 0, 0, 0.27778],\r\n \"45\": [0, 0.44444, 0, 0, 0.33333],\r\n \"46\": [0, 0.08333, 0, 0, 0.27778],\r\n \"47\": [0.25, 0.75, 0, 0, 0.5],\r\n \"48\": [0, 0.65556, 0, 0, 0.5],\r\n \"49\": [0, 0.65556, 0, 0, 0.5],\r\n \"50\": [0, 0.65556, 0, 0, 0.5],\r\n \"51\": [0, 0.65556, 0, 0, 0.5],\r\n \"52\": [0, 0.65556, 0, 0, 0.5],\r\n \"53\": [0, 0.65556, 0, 0, 0.5],\r\n \"54\": [0, 0.65556, 0, 0, 0.5],\r\n \"55\": [0, 0.65556, 0, 0, 0.5],\r\n \"56\": [0, 0.65556, 0, 0, 0.5],\r\n \"57\": [0, 0.65556, 0, 0, 0.5],\r\n \"58\": [0, 0.44444, 0, 0, 0.27778],\r\n \"59\": [0.125, 0.44444, 0, 0, 0.27778],\r\n \"61\": [-0.13, 0.37, 0, 0, 0.77778],\r\n \"63\": [0, 0.69444, 0, 0, 0.47222],\r\n \"64\": [0, 0.69444, 0, 0, 0.66667],\r\n \"65\": [0, 0.69444, 0, 0, 0.66667],\r\n \"66\": [0, 0.69444, 0, 0, 0.66667],\r\n \"67\": [0, 0.69444, 0, 0, 0.63889],\r\n \"68\": [0, 0.69444, 0, 0, 0.72223],\r\n \"69\": [0, 0.69444, 0, 0, 0.59722],\r\n \"70\": [0, 0.69444, 0, 0, 0.56945],\r\n \"71\": [0, 0.69444, 0, 0, 0.66667],\r\n \"72\": [0, 0.69444, 0, 0, 0.70834],\r\n \"73\": [0, 0.69444, 0, 0, 0.27778],\r\n \"74\": [0, 0.69444, 0, 0, 0.47222],\r\n \"75\": [0, 0.69444, 0, 0, 0.69445],\r\n \"76\": [0, 0.69444, 0, 0, 0.54167],\r\n \"77\": [0, 0.69444, 0, 0, 0.875],\r\n \"78\": [0, 0.69444, 0, 0, 0.70834],\r\n \"79\": [0, 0.69444, 0, 0, 0.73611],\r\n \"80\": [0, 0.69444, 0, 0, 0.63889],\r\n \"81\": [0.125, 0.69444, 0, 0, 0.73611],\r\n \"82\": [0, 0.69444, 0, 0, 0.64584],\r\n \"83\": [0, 0.69444, 0, 0, 0.55556],\r\n \"84\": [0, 0.69444, 0, 0, 0.68056],\r\n \"85\": [0, 0.69444, 0, 0, 0.6875],\r\n \"86\": [0, 0.69444, 0.01389, 0, 0.66667],\r\n \"87\": [0, 0.69444, 0.01389, 0, 0.94445],\r\n \"88\": [0, 0.69444, 0, 0, 0.66667],\r\n \"89\": [0, 0.69444, 0.025, 0, 0.66667],\r\n \"90\": [0, 0.69444, 0, 0, 0.61111],\r\n \"91\": [0.25, 0.75, 0, 0, 0.28889],\r\n \"93\": [0.25, 0.75, 0, 0, 0.28889],\r\n \"94\": [0, 0.69444, 0, 0, 0.5],\r\n \"95\": [0.35, 0.09444, 0.02778, 0, 0.5],\r\n \"97\": [0, 0.44444, 0, 0, 0.48056],\r\n \"98\": [0, 0.69444, 0, 0, 0.51667],\r\n \"99\": [0, 0.44444, 0, 0, 0.44445],\r\n \"100\": [0, 0.69444, 0, 0, 0.51667],\r\n \"101\": [0, 0.44444, 0, 0, 0.44445],\r\n \"102\": [0, 0.69444, 0.06944, 0, 0.30556],\r\n \"103\": [0.19444, 0.44444, 0.01389, 0, 0.5],\r\n \"104\": [0, 0.69444, 0, 0, 0.51667],\r\n \"105\": [0, 0.67937, 0, 0, 0.23889],\r\n \"106\": [0.19444, 0.67937, 0, 0, 0.26667],\r\n \"107\": [0, 0.69444, 0, 0, 0.48889],\r\n \"108\": [0, 0.69444, 0, 0, 0.23889],\r\n \"109\": [0, 0.44444, 0, 0, 0.79445],\r\n \"110\": [0, 0.44444, 0, 0, 0.51667],\r\n \"111\": [0, 0.44444, 0, 0, 0.5],\r\n \"112\": [0.19444, 0.44444, 0, 0, 0.51667],\r\n \"113\": [0.19444, 0.44444, 0, 0, 0.51667],\r\n \"114\": [0, 0.44444, 0.01389, 0, 0.34167],\r\n \"115\": [0, 0.44444, 0, 0, 0.38333],\r\n \"116\": [0, 0.57143, 0, 0, 0.36111],\r\n \"117\": [0, 0.44444, 0, 0, 0.51667],\r\n \"118\": [0, 0.44444, 0.01389, 0, 0.46111],\r\n \"119\": [0, 0.44444, 0.01389, 0, 0.68334],\r\n \"120\": [0, 0.44444, 0, 0, 0.46111],\r\n \"121\": [0.19444, 0.44444, 0.01389, 0, 0.46111],\r\n \"122\": [0, 0.44444, 0, 0, 0.43472],\r\n \"126\": [0.35, 0.32659, 0, 0, 0.5],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"168\": [0, 0.67937, 0, 0, 0.5],\r\n \"176\": [0, 0.69444, 0, 0, 0.66667],\r\n \"184\": [0.17014, 0, 0, 0, 0.44445],\r\n \"305\": [0, 0.44444, 0, 0, 0.23889],\r\n \"567\": [0.19444, 0.44444, 0, 0, 0.26667],\r\n \"710\": [0, 0.69444, 0, 0, 0.5],\r\n \"711\": [0, 0.63194, 0, 0, 0.5],\r\n \"713\": [0, 0.60889, 0, 0, 0.5],\r\n \"714\": [0, 0.69444, 0, 0, 0.5],\r\n \"715\": [0, 0.69444, 0, 0, 0.5],\r\n \"728\": [0, 0.69444, 0, 0, 0.5],\r\n \"729\": [0, 0.67937, 0, 0, 0.27778],\r\n \"730\": [0, 0.69444, 0, 0, 0.66667],\r\n \"732\": [0, 0.67659, 0, 0, 0.5],\r\n \"733\": [0, 0.69444, 0, 0, 0.5],\r\n \"915\": [0, 0.69444, 0, 0, 0.54167],\r\n \"916\": [0, 0.69444, 0, 0, 0.83334],\r\n \"920\": [0, 0.69444, 0, 0, 0.77778],\r\n \"923\": [0, 0.69444, 0, 0, 0.61111],\r\n \"926\": [0, 0.69444, 0, 0, 0.66667],\r\n \"928\": [0, 0.69444, 0, 0, 0.70834],\r\n \"931\": [0, 0.69444, 0, 0, 0.72222],\r\n \"933\": [0, 0.69444, 0, 0, 0.77778],\r\n \"934\": [0, 0.69444, 0, 0, 0.72222],\r\n \"936\": [0, 0.69444, 0, 0, 0.77778],\r\n \"937\": [0, 0.69444, 0, 0, 0.72222],\r\n \"8211\": [0, 0.44444, 0.02778, 0, 0.5],\r\n \"8212\": [0, 0.44444, 0.02778, 0, 1.0],\r\n \"8216\": [0, 0.69444, 0, 0, 0.27778],\r\n \"8217\": [0, 0.69444, 0, 0, 0.27778],\r\n \"8220\": [0, 0.69444, 0, 0, 0.5],\r\n \"8221\": [0, 0.69444, 0, 0, 0.5]\r\n },\r\n \"Script-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"65\": [0, 0.7, 0.22925, 0, 0.80253],\r\n \"66\": [0, 0.7, 0.04087, 0, 0.90757],\r\n \"67\": [0, 0.7, 0.1689, 0, 0.66619],\r\n \"68\": [0, 0.7, 0.09371, 0, 0.77443],\r\n \"69\": [0, 0.7, 0.18583, 0, 0.56162],\r\n \"70\": [0, 0.7, 0.13634, 0, 0.89544],\r\n \"71\": [0, 0.7, 0.17322, 0, 0.60961],\r\n \"72\": [0, 0.7, 0.29694, 0, 0.96919],\r\n \"73\": [0, 0.7, 0.19189, 0, 0.80907],\r\n \"74\": [0.27778, 0.7, 0.19189, 0, 1.05159],\r\n \"75\": [0, 0.7, 0.31259, 0, 0.91364],\r\n \"76\": [0, 0.7, 0.19189, 0, 0.87373],\r\n \"77\": [0, 0.7, 0.15981, 0, 1.08031],\r\n \"78\": [0, 0.7, 0.3525, 0, 0.9015],\r\n \"79\": [0, 0.7, 0.08078, 0, 0.73787],\r\n \"80\": [0, 0.7, 0.08078, 0, 1.01262],\r\n \"81\": [0, 0.7, 0.03305, 0, 0.88282],\r\n \"82\": [0, 0.7, 0.06259, 0, 0.85],\r\n \"83\": [0, 0.7, 0.19189, 0, 0.86767],\r\n \"84\": [0, 0.7, 0.29087, 0, 0.74697],\r\n \"85\": [0, 0.7, 0.25815, 0, 0.79996],\r\n \"86\": [0, 0.7, 0.27523, 0, 0.62204],\r\n \"87\": [0, 0.7, 0.27523, 0, 0.80532],\r\n \"88\": [0, 0.7, 0.26006, 0, 0.94445],\r\n \"89\": [0, 0.7, 0.2939, 0, 0.70961],\r\n \"90\": [0, 0.7, 0.24037, 0, 0.8212],\r\n \"160\": [0, 0, 0, 0, 0.25]\r\n },\r\n \"Size1-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"40\": [0.35001, 0.85, 0, 0, 0.45834],\r\n \"41\": [0.35001, 0.85, 0, 0, 0.45834],\r\n \"47\": [0.35001, 0.85, 0, 0, 0.57778],\r\n \"91\": [0.35001, 0.85, 0, 0, 0.41667],\r\n \"92\": [0.35001, 0.85, 0, 0, 0.57778],\r\n \"93\": [0.35001, 0.85, 0, 0, 0.41667],\r\n \"123\": [0.35001, 0.85, 0, 0, 0.58334],\r\n \"125\": [0.35001, 0.85, 0, 0, 0.58334],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"710\": [0, 0.72222, 0, 0, 0.55556],\r\n \"732\": [0, 0.72222, 0, 0, 0.55556],\r\n \"770\": [0, 0.72222, 0, 0, 0.55556],\r\n \"771\": [0, 0.72222, 0, 0, 0.55556],\r\n \"8214\": [-0.00099, 0.601, 0, 0, 0.77778],\r\n \"8593\": [1e-05, 0.6, 0, 0, 0.66667],\r\n \"8595\": [1e-05, 0.6, 0, 0, 0.66667],\r\n \"8657\": [1e-05, 0.6, 0, 0, 0.77778],\r\n \"8659\": [1e-05, 0.6, 0, 0, 0.77778],\r\n \"8719\": [0.25001, 0.75, 0, 0, 0.94445],\r\n \"8720\": [0.25001, 0.75, 0, 0, 0.94445],\r\n \"8721\": [0.25001, 0.75, 0, 0, 1.05556],\r\n \"8730\": [0.35001, 0.85, 0, 0, 1.0],\r\n \"8739\": [-0.00599, 0.606, 0, 0, 0.33333],\r\n \"8741\": [-0.00599, 0.606, 0, 0, 0.55556],\r\n \"8747\": [0.30612, 0.805, 0.19445, 0, 0.47222],\r\n \"8748\": [0.306, 0.805, 0.19445, 0, 0.47222],\r\n \"8749\": [0.306, 0.805, 0.19445, 0, 0.47222],\r\n \"8750\": [0.30612, 0.805, 0.19445, 0, 0.47222],\r\n \"8896\": [0.25001, 0.75, 0, 0, 0.83334],\r\n \"8897\": [0.25001, 0.75, 0, 0, 0.83334],\r\n \"8898\": [0.25001, 0.75, 0, 0, 0.83334],\r\n \"8899\": [0.25001, 0.75, 0, 0, 0.83334],\r\n \"8968\": [0.35001, 0.85, 0, 0, 0.47222],\r\n \"8969\": [0.35001, 0.85, 0, 0, 0.47222],\r\n \"8970\": [0.35001, 0.85, 0, 0, 0.47222],\r\n \"8971\": [0.35001, 0.85, 0, 0, 0.47222],\r\n \"9168\": [-0.00099, 0.601, 0, 0, 0.66667],\r\n \"10216\": [0.35001, 0.85, 0, 0, 0.47222],\r\n \"10217\": [0.35001, 0.85, 0, 0, 0.47222],\r\n \"10752\": [0.25001, 0.75, 0, 0, 1.11111],\r\n \"10753\": [0.25001, 0.75, 0, 0, 1.11111],\r\n \"10754\": [0.25001, 0.75, 0, 0, 1.11111],\r\n \"10756\": [0.25001, 0.75, 0, 0, 0.83334],\r\n \"10758\": [0.25001, 0.75, 0, 0, 0.83334]\r\n },\r\n \"Size2-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"40\": [0.65002, 1.15, 0, 0, 0.59722],\r\n \"41\": [0.65002, 1.15, 0, 0, 0.59722],\r\n \"47\": [0.65002, 1.15, 0, 0, 0.81111],\r\n \"91\": [0.65002, 1.15, 0, 0, 0.47222],\r\n \"92\": [0.65002, 1.15, 0, 0, 0.81111],\r\n \"93\": [0.65002, 1.15, 0, 0, 0.47222],\r\n \"123\": [0.65002, 1.15, 0, 0, 0.66667],\r\n \"125\": [0.65002, 1.15, 0, 0, 0.66667],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"710\": [0, 0.75, 0, 0, 1.0],\r\n \"732\": [0, 0.75, 0, 0, 1.0],\r\n \"770\": [0, 0.75, 0, 0, 1.0],\r\n \"771\": [0, 0.75, 0, 0, 1.0],\r\n \"8719\": [0.55001, 1.05, 0, 0, 1.27778],\r\n \"8720\": [0.55001, 1.05, 0, 0, 1.27778],\r\n \"8721\": [0.55001, 1.05, 0, 0, 1.44445],\r\n \"8730\": [0.65002, 1.15, 0, 0, 1.0],\r\n \"8747\": [0.86225, 1.36, 0.44445, 0, 0.55556],\r\n \"8748\": [0.862, 1.36, 0.44445, 0, 0.55556],\r\n \"8749\": [0.862, 1.36, 0.44445, 0, 0.55556],\r\n \"8750\": [0.86225, 1.36, 0.44445, 0, 0.55556],\r\n \"8896\": [0.55001, 1.05, 0, 0, 1.11111],\r\n \"8897\": [0.55001, 1.05, 0, 0, 1.11111],\r\n \"8898\": [0.55001, 1.05, 0, 0, 1.11111],\r\n \"8899\": [0.55001, 1.05, 0, 0, 1.11111],\r\n \"8968\": [0.65002, 1.15, 0, 0, 0.52778],\r\n \"8969\": [0.65002, 1.15, 0, 0, 0.52778],\r\n \"8970\": [0.65002, 1.15, 0, 0, 0.52778],\r\n \"8971\": [0.65002, 1.15, 0, 0, 0.52778],\r\n \"10216\": [0.65002, 1.15, 0, 0, 0.61111],\r\n \"10217\": [0.65002, 1.15, 0, 0, 0.61111],\r\n \"10752\": [0.55001, 1.05, 0, 0, 1.51112],\r\n \"10753\": [0.55001, 1.05, 0, 0, 1.51112],\r\n \"10754\": [0.55001, 1.05, 0, 0, 1.51112],\r\n \"10756\": [0.55001, 1.05, 0, 0, 1.11111],\r\n \"10758\": [0.55001, 1.05, 0, 0, 1.11111]\r\n },\r\n \"Size3-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"40\": [0.95003, 1.45, 0, 0, 0.73611],\r\n \"41\": [0.95003, 1.45, 0, 0, 0.73611],\r\n \"47\": [0.95003, 1.45, 0, 0, 1.04445],\r\n \"91\": [0.95003, 1.45, 0, 0, 0.52778],\r\n \"92\": [0.95003, 1.45, 0, 0, 1.04445],\r\n \"93\": [0.95003, 1.45, 0, 0, 0.52778],\r\n \"123\": [0.95003, 1.45, 0, 0, 0.75],\r\n \"125\": [0.95003, 1.45, 0, 0, 0.75],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"710\": [0, 0.75, 0, 0, 1.44445],\r\n \"732\": [0, 0.75, 0, 0, 1.44445],\r\n \"770\": [0, 0.75, 0, 0, 1.44445],\r\n \"771\": [0, 0.75, 0, 0, 1.44445],\r\n \"8730\": [0.95003, 1.45, 0, 0, 1.0],\r\n \"8968\": [0.95003, 1.45, 0, 0, 0.58334],\r\n \"8969\": [0.95003, 1.45, 0, 0, 0.58334],\r\n \"8970\": [0.95003, 1.45, 0, 0, 0.58334],\r\n \"8971\": [0.95003, 1.45, 0, 0, 0.58334],\r\n \"10216\": [0.95003, 1.45, 0, 0, 0.75],\r\n \"10217\": [0.95003, 1.45, 0, 0, 0.75]\r\n },\r\n \"Size4-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.25],\r\n \"40\": [1.25003, 1.75, 0, 0, 0.79167],\r\n \"41\": [1.25003, 1.75, 0, 0, 0.79167],\r\n \"47\": [1.25003, 1.75, 0, 0, 1.27778],\r\n \"91\": [1.25003, 1.75, 0, 0, 0.58334],\r\n \"92\": [1.25003, 1.75, 0, 0, 1.27778],\r\n \"93\": [1.25003, 1.75, 0, 0, 0.58334],\r\n \"123\": [1.25003, 1.75, 0, 0, 0.80556],\r\n \"125\": [1.25003, 1.75, 0, 0, 0.80556],\r\n \"160\": [0, 0, 0, 0, 0.25],\r\n \"710\": [0, 0.825, 0, 0, 1.8889],\r\n \"732\": [0, 0.825, 0, 0, 1.8889],\r\n \"770\": [0, 0.825, 0, 0, 1.8889],\r\n \"771\": [0, 0.825, 0, 0, 1.8889],\r\n \"8730\": [1.25003, 1.75, 0, 0, 1.0],\r\n \"8968\": [1.25003, 1.75, 0, 0, 0.63889],\r\n \"8969\": [1.25003, 1.75, 0, 0, 0.63889],\r\n \"8970\": [1.25003, 1.75, 0, 0, 0.63889],\r\n \"8971\": [1.25003, 1.75, 0, 0, 0.63889],\r\n \"9115\": [0.64502, 1.155, 0, 0, 0.875],\r\n \"9116\": [1e-05, 0.6, 0, 0, 0.875],\r\n \"9117\": [0.64502, 1.155, 0, 0, 0.875],\r\n \"9118\": [0.64502, 1.155, 0, 0, 0.875],\r\n \"9119\": [1e-05, 0.6, 0, 0, 0.875],\r\n \"9120\": [0.64502, 1.155, 0, 0, 0.875],\r\n \"9121\": [0.64502, 1.155, 0, 0, 0.66667],\r\n \"9122\": [-0.00099, 0.601, 0, 0, 0.66667],\r\n \"9123\": [0.64502, 1.155, 0, 0, 0.66667],\r\n \"9124\": [0.64502, 1.155, 0, 0, 0.66667],\r\n \"9125\": [-0.00099, 0.601, 0, 0, 0.66667],\r\n \"9126\": [0.64502, 1.155, 0, 0, 0.66667],\r\n \"9127\": [1e-05, 0.9, 0, 0, 0.88889],\r\n \"9128\": [0.65002, 1.15, 0, 0, 0.88889],\r\n \"9129\": [0.90001, 0, 0, 0, 0.88889],\r\n \"9130\": [0, 0.3, 0, 0, 0.88889],\r\n \"9131\": [1e-05, 0.9, 0, 0, 0.88889],\r\n \"9132\": [0.65002, 1.15, 0, 0, 0.88889],\r\n \"9133\": [0.90001, 0, 0, 0, 0.88889],\r\n \"9143\": [0.88502, 0.915, 0, 0, 1.05556],\r\n \"10216\": [1.25003, 1.75, 0, 0, 0.80556],\r\n \"10217\": [1.25003, 1.75, 0, 0, 0.80556],\r\n \"57344\": [-0.00499, 0.605, 0, 0, 1.05556],\r\n \"57345\": [-0.00499, 0.605, 0, 0, 1.05556],\r\n \"57680\": [0, 0.12, 0, 0, 0.45],\r\n \"57681\": [0, 0.12, 0, 0, 0.45],\r\n \"57682\": [0, 0.12, 0, 0, 0.45],\r\n \"57683\": [0, 0.12, 0, 0, 0.45]\r\n },\r\n \"Typewriter-Regular\": {\r\n \"32\": [0, 0, 0, 0, 0.525],\r\n \"33\": [0, 0.61111, 0, 0, 0.525],\r\n \"34\": [0, 0.61111, 0, 0, 0.525],\r\n \"35\": [0, 0.61111, 0, 0, 0.525],\r\n \"36\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"37\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"38\": [0, 0.61111, 0, 0, 0.525],\r\n \"39\": [0, 0.61111, 0, 0, 0.525],\r\n \"40\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"41\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"42\": [0, 0.52083, 0, 0, 0.525],\r\n \"43\": [-0.08056, 0.53055, 0, 0, 0.525],\r\n \"44\": [0.13889, 0.125, 0, 0, 0.525],\r\n \"45\": [-0.08056, 0.53055, 0, 0, 0.525],\r\n \"46\": [0, 0.125, 0, 0, 0.525],\r\n \"47\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"48\": [0, 0.61111, 0, 0, 0.525],\r\n \"49\": [0, 0.61111, 0, 0, 0.525],\r\n \"50\": [0, 0.61111, 0, 0, 0.525],\r\n \"51\": [0, 0.61111, 0, 0, 0.525],\r\n \"52\": [0, 0.61111, 0, 0, 0.525],\r\n \"53\": [0, 0.61111, 0, 0, 0.525],\r\n \"54\": [0, 0.61111, 0, 0, 0.525],\r\n \"55\": [0, 0.61111, 0, 0, 0.525],\r\n \"56\": [0, 0.61111, 0, 0, 0.525],\r\n \"57\": [0, 0.61111, 0, 0, 0.525],\r\n \"58\": [0, 0.43056, 0, 0, 0.525],\r\n \"59\": [0.13889, 0.43056, 0, 0, 0.525],\r\n \"60\": [-0.05556, 0.55556, 0, 0, 0.525],\r\n \"61\": [-0.19549, 0.41562, 0, 0, 0.525],\r\n \"62\": [-0.05556, 0.55556, 0, 0, 0.525],\r\n \"63\": [0, 0.61111, 0, 0, 0.525],\r\n \"64\": [0, 0.61111, 0, 0, 0.525],\r\n \"65\": [0, 0.61111, 0, 0, 0.525],\r\n \"66\": [0, 0.61111, 0, 0, 0.525],\r\n \"67\": [0, 0.61111, 0, 0, 0.525],\r\n \"68\": [0, 0.61111, 0, 0, 0.525],\r\n \"69\": [0, 0.61111, 0, 0, 0.525],\r\n \"70\": [0, 0.61111, 0, 0, 0.525],\r\n \"71\": [0, 0.61111, 0, 0, 0.525],\r\n \"72\": [0, 0.61111, 0, 0, 0.525],\r\n \"73\": [0, 0.61111, 0, 0, 0.525],\r\n \"74\": [0, 0.61111, 0, 0, 0.525],\r\n \"75\": [0, 0.61111, 0, 0, 0.525],\r\n \"76\": [0, 0.61111, 0, 0, 0.525],\r\n \"77\": [0, 0.61111, 0, 0, 0.525],\r\n \"78\": [0, 0.61111, 0, 0, 0.525],\r\n \"79\": [0, 0.61111, 0, 0, 0.525],\r\n \"80\": [0, 0.61111, 0, 0, 0.525],\r\n \"81\": [0.13889, 0.61111, 0, 0, 0.525],\r\n \"82\": [0, 0.61111, 0, 0, 0.525],\r\n \"83\": [0, 0.61111, 0, 0, 0.525],\r\n \"84\": [0, 0.61111, 0, 0, 0.525],\r\n \"85\": [0, 0.61111, 0, 0, 0.525],\r\n \"86\": [0, 0.61111, 0, 0, 0.525],\r\n \"87\": [0, 0.61111, 0, 0, 0.525],\r\n \"88\": [0, 0.61111, 0, 0, 0.525],\r\n \"89\": [0, 0.61111, 0, 0, 0.525],\r\n \"90\": [0, 0.61111, 0, 0, 0.525],\r\n \"91\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"92\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"93\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"94\": [0, 0.61111, 0, 0, 0.525],\r\n \"95\": [0.09514, 0, 0, 0, 0.525],\r\n \"96\": [0, 0.61111, 0, 0, 0.525],\r\n \"97\": [0, 0.43056, 0, 0, 0.525],\r\n \"98\": [0, 0.61111, 0, 0, 0.525],\r\n \"99\": [0, 0.43056, 0, 0, 0.525],\r\n \"100\": [0, 0.61111, 0, 0, 0.525],\r\n \"101\": [0, 0.43056, 0, 0, 0.525],\r\n \"102\": [0, 0.61111, 0, 0, 0.525],\r\n \"103\": [0.22222, 0.43056, 0, 0, 0.525],\r\n \"104\": [0, 0.61111, 0, 0, 0.525],\r\n \"105\": [0, 0.61111, 0, 0, 0.525],\r\n \"106\": [0.22222, 0.61111, 0, 0, 0.525],\r\n \"107\": [0, 0.61111, 0, 0, 0.525],\r\n \"108\": [0, 0.61111, 0, 0, 0.525],\r\n \"109\": [0, 0.43056, 0, 0, 0.525],\r\n \"110\": [0, 0.43056, 0, 0, 0.525],\r\n \"111\": [0, 0.43056, 0, 0, 0.525],\r\n \"112\": [0.22222, 0.43056, 0, 0, 0.525],\r\n \"113\": [0.22222, 0.43056, 0, 0, 0.525],\r\n \"114\": [0, 0.43056, 0, 0, 0.525],\r\n \"115\": [0, 0.43056, 0, 0, 0.525],\r\n \"116\": [0, 0.55358, 0, 0, 0.525],\r\n \"117\": [0, 0.43056, 0, 0, 0.525],\r\n \"118\": [0, 0.43056, 0, 0, 0.525],\r\n \"119\": [0, 0.43056, 0, 0, 0.525],\r\n \"120\": [0, 0.43056, 0, 0, 0.525],\r\n \"121\": [0.22222, 0.43056, 0, 0, 0.525],\r\n \"122\": [0, 0.43056, 0, 0, 0.525],\r\n \"123\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"124\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"125\": [0.08333, 0.69444, 0, 0, 0.525],\r\n \"126\": [0, 0.61111, 0, 0, 0.525],\r\n \"127\": [0, 0.61111, 0, 0, 0.525],\r\n \"160\": [0, 0, 0, 0, 0.525],\r\n \"176\": [0, 0.61111, 0, 0, 0.525],\r\n \"184\": [0.19445, 0, 0, 0, 0.525],\r\n \"305\": [0, 0.43056, 0, 0, 0.525],\r\n \"567\": [0.22222, 0.43056, 0, 0, 0.525],\r\n \"711\": [0, 0.56597, 0, 0, 0.525],\r\n \"713\": [0, 0.56555, 0, 0, 0.525],\r\n \"714\": [0, 0.61111, 0, 0, 0.525],\r\n \"715\": [0, 0.61111, 0, 0, 0.525],\r\n \"728\": [0, 0.61111, 0, 0, 0.525],\r\n \"730\": [0, 0.61111, 0, 0, 0.525],\r\n \"770\": [0, 0.61111, 0, 0, 0.525],\r\n \"771\": [0, 0.61111, 0, 0, 0.525],\r\n \"776\": [0, 0.61111, 0, 0, 0.525],\r\n \"915\": [0, 0.61111, 0, 0, 0.525],\r\n \"916\": [0, 0.61111, 0, 0, 0.525],\r\n \"920\": [0, 0.61111, 0, 0, 0.525],\r\n \"923\": [0, 0.61111, 0, 0, 0.525],\r\n \"926\": [0, 0.61111, 0, 0, 0.525],\r\n \"928\": [0, 0.61111, 0, 0, 0.525],\r\n \"931\": [0, 0.61111, 0, 0, 0.525],\r\n \"933\": [0, 0.61111, 0, 0, 0.525],\r\n \"934\": [0, 0.61111, 0, 0, 0.525],\r\n \"936\": [0, 0.61111, 0, 0, 0.525],\r\n \"937\": [0, 0.61111, 0, 0, 0.525],\r\n \"8216\": [0, 0.61111, 0, 0, 0.525],\r\n \"8217\": [0, 0.61111, 0, 0, 0.525],\r\n \"8242\": [0, 0.61111, 0, 0, 0.525],\r\n \"9251\": [0.11111, 0.21944, 0, 0, 0.525]\r\n }\r\n};\r\n\r\n/**\r\n * This file contains metrics regarding fonts and individual symbols. The sigma\r\n * and xi variables, as well as the metricMap map contain data extracted from\r\n * TeX, TeX font metrics, and the TTF files. These data are then exposed via the\r\n * `metrics` variable and the getCharacterMetrics function.\r\n */\r\n// In TeX, there are actually three sets of dimensions, one for each of\r\n// textstyle (size index 5 and higher: >=9pt), scriptstyle (size index 3 and 4:\r\n// 7-8pt), and scriptscriptstyle (size index 1 and 2: 5-6pt). These are\r\n// provided in the arrays below, in that order.\r\n//\r\n// The font metrics are stored in fonts cmsy10, cmsy7, and cmsy5 respectively.\r\n// This was determined by running the following script:\r\n//\r\n// latex -interaction=nonstopmode \\\r\n// '\\documentclass{article}\\usepackage{amsmath}\\begin{document}' \\\r\n// '$a$ \\expandafter\\show\\the\\textfont2' \\\r\n// '\\expandafter\\show\\the\\scriptfont2' \\\r\n// '\\expandafter\\show\\the\\scriptscriptfont2' \\\r\n// '\\stop'\r\n//\r\n// The metrics themselves were retrieved using the following commands:\r\n//\r\n// tftopl cmsy10\r\n// tftopl cmsy7\r\n// tftopl cmsy5\r\n//\r\n// The output of each of these commands is quite lengthy. The only part we\r\n// care about is the FONTDIMEN section. Each value is measured in EMs.\r\nvar sigmasAndXis = {\r\n slant: [0.250, 0.250, 0.250],\r\n // sigma1\r\n space: [0.000, 0.000, 0.000],\r\n // sigma2\r\n stretch: [0.000, 0.000, 0.000],\r\n // sigma3\r\n shrink: [0.000, 0.000, 0.000],\r\n // sigma4\r\n xHeight: [0.431, 0.431, 0.431],\r\n // sigma5\r\n quad: [1.000, 1.171, 1.472],\r\n // sigma6\r\n extraSpace: [0.000, 0.000, 0.000],\r\n // sigma7\r\n num1: [0.677, 0.732, 0.925],\r\n // sigma8\r\n num2: [0.394, 0.384, 0.387],\r\n // sigma9\r\n num3: [0.444, 0.471, 0.504],\r\n // sigma10\r\n denom1: [0.686, 0.752, 1.025],\r\n // sigma11\r\n denom2: [0.345, 0.344, 0.532],\r\n // sigma12\r\n sup1: [0.413, 0.503, 0.504],\r\n // sigma13\r\n sup2: [0.363, 0.431, 0.404],\r\n // sigma14\r\n sup3: [0.289, 0.286, 0.294],\r\n // sigma15\r\n sub1: [0.150, 0.143, 0.200],\r\n // sigma16\r\n sub2: [0.247, 0.286, 0.400],\r\n // sigma17\r\n supDrop: [0.386, 0.353, 0.494],\r\n // sigma18\r\n subDrop: [0.050, 0.071, 0.100],\r\n // sigma19\r\n delim1: [2.390, 1.700, 1.980],\r\n // sigma20\r\n delim2: [1.010, 1.157, 1.420],\r\n // sigma21\r\n axisHeight: [0.250, 0.250, 0.250],\r\n // sigma22\r\n // These font metrics are extracted from TeX by using tftopl on cmex10.tfm;\r\n // they correspond to the font parameters of the extension fonts (family 3).\r\n // See the TeXbook, page 441. In AMSTeX, the extension fonts scale; to\r\n // match cmex7, we'd use cmex7.tfm values for script and scriptscript\r\n // values.\r\n defaultRuleThickness: [0.04, 0.049, 0.049],\r\n // xi8; cmex7: 0.049\r\n bigOpSpacing1: [0.111, 0.111, 0.111],\r\n // xi9\r\n bigOpSpacing2: [0.166, 0.166, 0.166],\r\n // xi10\r\n bigOpSpacing3: [0.2, 0.2, 0.2],\r\n // xi11\r\n bigOpSpacing4: [0.6, 0.611, 0.611],\r\n // xi12; cmex7: 0.611\r\n bigOpSpacing5: [0.1, 0.143, 0.143],\r\n // xi13; cmex7: 0.143\r\n // The \\sqrt rule width is taken from the height of the surd character.\r\n // Since we use the same font at all sizes, this thickness doesn't scale.\r\n sqrtRuleThickness: [0.04, 0.04, 0.04],\r\n // This value determines how large a pt is, for metrics which are defined\r\n // in terms of pts.\r\n // This value is also used in katex.less; if you change it make sure the\r\n // values match.\r\n ptPerEm: [10.0, 10.0, 10.0],\r\n // The space between adjacent `|` columns in an array definition. From\r\n // `\\showthe\\doublerulesep` in LaTeX. Equals 2.0 / ptPerEm.\r\n doubleRuleSep: [0.2, 0.2, 0.2],\r\n // The width of separator lines in {array} environments. From\r\n // `\\showthe\\arrayrulewidth` in LaTeX. Equals 0.4 / ptPerEm.\r\n arrayRuleWidth: [0.04, 0.04, 0.04],\r\n // Two values from LaTeX source2e:\r\n fboxsep: [0.3, 0.3, 0.3],\r\n // 3 pt / ptPerEm\r\n fboxrule: [0.04, 0.04, 0.04] // 0.4 pt / ptPerEm\r\n\r\n}; // This map contains a mapping from font name and character code to character\r\n// should have Latin-1 and Cyrillic characters, but may not depending on the\r\n// operating system. The metrics do not account for extra height from the\r\n// accents. In the case of Cyrillic characters which have both ascenders and\r\n// descenders we prefer approximations with ascenders, primarily to prevent\r\n// the fraction bar or root line from intersecting the glyph.\r\n// TODO(kevinb) allow union of multiple glyph metrics for better accuracy.\r\n\r\nvar extraCharacterMap = {\r\n // Latin-1\r\n 'Å': 'A',\r\n 'Ð': 'D',\r\n 'Þ': 'o',\r\n 'å': 'a',\r\n 'ð': 'd',\r\n 'þ': 'o',\r\n // Cyrillic\r\n 'А': 'A',\r\n 'Б': 'B',\r\n 'В': 'B',\r\n 'Г': 'F',\r\n 'Д': 'A',\r\n 'Е': 'E',\r\n 'Ж': 'K',\r\n 'З': '3',\r\n 'И': 'N',\r\n 'Й': 'N',\r\n 'К': 'K',\r\n 'Л': 'N',\r\n 'М': 'M',\r\n 'Н': 'H',\r\n 'О': 'O',\r\n 'П': 'N',\r\n 'Р': 'P',\r\n 'С': 'C',\r\n 'Т': 'T',\r\n 'У': 'y',\r\n 'Ф': 'O',\r\n 'Х': 'X',\r\n 'Ц': 'U',\r\n 'Ч': 'h',\r\n 'Ш': 'W',\r\n 'Щ': 'W',\r\n 'Ъ': 'B',\r\n 'Ы': 'X',\r\n 'Ь': 'B',\r\n 'Э': '3',\r\n 'Ю': 'X',\r\n 'Я': 'R',\r\n 'а': 'a',\r\n 'б': 'b',\r\n 'в': 'a',\r\n 'г': 'r',\r\n 'д': 'y',\r\n 'е': 'e',\r\n 'ж': 'm',\r\n 'з': 'e',\r\n 'и': 'n',\r\n 'й': 'n',\r\n 'к': 'n',\r\n 'л': 'n',\r\n 'м': 'm',\r\n 'н': 'n',\r\n 'о': 'o',\r\n 'п': 'n',\r\n 'р': 'p',\r\n 'с': 'c',\r\n 'т': 'o',\r\n 'у': 'y',\r\n 'ф': 'b',\r\n 'х': 'x',\r\n 'ц': 'n',\r\n 'ч': 'n',\r\n 'ш': 'w',\r\n 'щ': 'w',\r\n 'ъ': 'a',\r\n 'ы': 'm',\r\n 'ь': 'a',\r\n 'э': 'e',\r\n 'ю': 'm',\r\n 'я': 'r'\r\n};\r\n\r\n/**\r\n * This function adds new font metrics to default metricMap\r\n * It can also override existing metrics\r\n */\r\nfunction setFontMetrics(fontName, metrics) {\r\n fontMetricsData[fontName] = metrics;\r\n}\r\n/**\r\n * This function is a convenience function for looking up information in the\r\n * metricMap table. It takes a character as a string, and a font.\r\n *\r\n * Note: the `width` property may be undefined if fontMetricsData.js wasn't\r\n * built using `Make extended_metrics`.\r\n */\r\n\r\nfunction getCharacterMetrics(character, font, mode) {\r\n if (!fontMetricsData[font]) {\r\n throw new Error(\"Font metrics not found for font: \" + font + \".\");\r\n }\r\n\r\n var ch = character.charCodeAt(0);\r\n var metrics = fontMetricsData[font][ch];\r\n\r\n if (!metrics && character[0] in extraCharacterMap) {\r\n ch = extraCharacterMap[character[0]].charCodeAt(0);\r\n metrics = fontMetricsData[font][ch];\r\n }\r\n\r\n if (!metrics && mode === 'text') {\r\n // We don't typically have font metrics for Asian scripts.\r\n // But since we support them in text mode, we need to return\r\n // some sort of metrics.\r\n // So if the character is in a script we support but we\r\n // don't have metrics for it, just use the metrics for\r\n // the Latin capital letter M. This is close enough because\r\n // we (currently) only care about the height of the glyph\r\n // not its width.\r\n if (supportedCodepoint(ch)) {\r\n metrics = fontMetricsData[font][77]; // 77 is the charcode for 'M'\r\n }\r\n }\r\n\r\n if (metrics) {\r\n return {\r\n depth: metrics[0],\r\n height: metrics[1],\r\n italic: metrics[2],\r\n skew: metrics[3],\r\n width: metrics[4]\r\n };\r\n }\r\n}\r\nvar fontMetricsBySizeIndex = {};\r\n/**\r\n * Get the font metrics for a given size.\r\n */\r\n\r\nfunction getGlobalMetrics(size) {\r\n var sizeIndex;\r\n\r\n if (size >= 5) {\r\n sizeIndex = 0;\r\n } else if (size >= 3) {\r\n sizeIndex = 1;\r\n } else {\r\n sizeIndex = 2;\r\n }\r\n\r\n if (!fontMetricsBySizeIndex[sizeIndex]) {\r\n var metrics = fontMetricsBySizeIndex[sizeIndex] = {\r\n cssEmPerMu: sigmasAndXis.quad[sizeIndex] / 18\r\n };\r\n\r\n for (var key in sigmasAndXis) {\r\n if (sigmasAndXis.hasOwnProperty(key)) {\r\n metrics[key] = sigmasAndXis[key][sizeIndex];\r\n }\r\n }\r\n }\r\n\r\n return fontMetricsBySizeIndex[sizeIndex];\r\n}\r\n\r\n/**\r\n * This file contains information about the options that the Parser carries\r\n * around with it while parsing. Data is held in an `Options` object, and when\r\n * recursing, a new `Options` object can be created with the `.with*` and\r\n * `.reset` functions.\r\n */\r\nvar sizeStyleMap = [// Each element contains [textsize, scriptsize, scriptscriptsize].\r\n// The size mappings are taken from TeX with \\normalsize=10pt.\r\n[1, 1, 1], // size1: [5, 5, 5] \\tiny\r\n[2, 1, 1], // size2: [6, 5, 5]\r\n[3, 1, 1], // size3: [7, 5, 5] \\scriptsize\r\n[4, 2, 1], // size4: [8, 6, 5] \\footnotesize\r\n[5, 2, 1], // size5: [9, 6, 5] \\small\r\n[6, 3, 1], // size6: [10, 7, 5] \\normalsize\r\n[7, 4, 2], // size7: [12, 8, 6] \\large\r\n[8, 6, 3], // size8: [14.4, 10, 7] \\Large\r\n[9, 7, 6], // size9: [17.28, 12, 10] \\LARGE\r\n[10, 8, 7], // size10: [20.74, 14.4, 12] \\huge\r\n[11, 10, 9] // size11: [24.88, 20.74, 17.28] \\HUGE\r\n];\r\nvar sizeMultipliers = [// fontMetrics.js:getGlobalMetrics also uses size indexes, so if\r\n// you change size indexes, change that function.\r\n0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2, 1.44, 1.728, 2.074, 2.488];\r\n\r\nvar sizeAtStyle = function sizeAtStyle(size, style) {\r\n return style.size < 2 ? size : sizeStyleMap[size - 1][style.size - 1];\r\n}; // In these types, \"\" (empty string) means \"no change\".\r\n\r\n\r\n/**\r\n * This is the main options class. It contains the current style, size, color,\r\n * and font.\r\n *\r\n * Options objects should not be modified. To create a new Options with\r\n * different properties, call a `.having*` method.\r\n */\r\nclass Options {\r\n // A font family applies to a group of fonts (i.e. SansSerif), while a font\r\n // represents a specific font (i.e. SansSerif Bold).\r\n // See: https://tex.stackexchange.com/questions/22350/difference-between-textrm-and-mathrm\r\n\r\n /**\r\n * The base size index.\r\n */\r\n constructor(data) {\r\n this.style = void 0;\r\n this.color = void 0;\r\n this.size = void 0;\r\n this.textSize = void 0;\r\n this.phantom = void 0;\r\n this.font = void 0;\r\n this.fontFamily = void 0;\r\n this.fontWeight = void 0;\r\n this.fontShape = void 0;\r\n this.sizeMultiplier = void 0;\r\n this.maxSize = void 0;\r\n this.minRuleThickness = void 0;\r\n this._fontMetrics = void 0;\r\n this.style = data.style;\r\n this.color = data.color;\r\n this.size = data.size || Options.BASESIZE;\r\n this.textSize = data.textSize || this.size;\r\n this.phantom = !!data.phantom;\r\n this.font = data.font || \"\";\r\n this.fontFamily = data.fontFamily || \"\";\r\n this.fontWeight = data.fontWeight || '';\r\n this.fontShape = data.fontShape || '';\r\n this.sizeMultiplier = sizeMultipliers[this.size - 1];\r\n this.maxSize = data.maxSize;\r\n this.minRuleThickness = data.minRuleThickness;\r\n this._fontMetrics = undefined;\r\n }\r\n /**\r\n * Returns a new options object with the same properties as \"this\". Properties\r\n * from \"extension\" will be copied to the new options object.\r\n */\r\n\r\n\r\n extend(extension) {\r\n var data = {\r\n style: this.style,\r\n size: this.size,\r\n textSize: this.textSize,\r\n color: this.color,\r\n phantom: this.phantom,\r\n font: this.font,\r\n fontFamily: this.fontFamily,\r\n fontWeight: this.fontWeight,\r\n fontShape: this.fontShape,\r\n maxSize: this.maxSize,\r\n minRuleThickness: this.minRuleThickness\r\n };\r\n\r\n for (var key in extension) {\r\n if (extension.hasOwnProperty(key)) {\r\n data[key] = extension[key];\r\n }\r\n }\r\n\r\n return new Options(data);\r\n }\r\n /**\r\n * Return an options object with the given style. If `this.style === style`,\r\n * returns `this`.\r\n */\r\n\r\n\r\n havingStyle(style) {\r\n if (this.style === style) {\r\n return this;\r\n } else {\r\n return this.extend({\r\n style: style,\r\n size: sizeAtStyle(this.textSize, style)\r\n });\r\n }\r\n }\r\n /**\r\n * Return an options object with a cramped version of the current style. If\r\n * the current style is cramped, returns `this`.\r\n */\r\n\r\n\r\n havingCrampedStyle() {\r\n return this.havingStyle(this.style.cramp());\r\n }\r\n /**\r\n * Return an options object with the given size and in at least `\\textstyle`.\r\n * Returns `this` if appropriate.\r\n */\r\n\r\n\r\n havingSize(size) {\r\n if (this.size === size && this.textSize === size) {\r\n return this;\r\n } else {\r\n return this.extend({\r\n style: this.style.text(),\r\n size: size,\r\n textSize: size,\r\n sizeMultiplier: sizeMultipliers[size - 1]\r\n });\r\n }\r\n }\r\n /**\r\n * Like `this.havingSize(BASESIZE).havingStyle(style)`. If `style` is omitted,\r\n * changes to at least `\\textstyle`.\r\n */\r\n\r\n\r\n havingBaseStyle(style) {\r\n style = style || this.style.text();\r\n var wantSize = sizeAtStyle(Options.BASESIZE, style);\r\n\r\n if (this.size === wantSize && this.textSize === Options.BASESIZE && this.style === style) {\r\n return this;\r\n } else {\r\n return this.extend({\r\n style: style,\r\n size: wantSize\r\n });\r\n }\r\n }\r\n /**\r\n * Remove the effect of sizing changes such as \\Huge.\r\n * Keep the effect of the current style, such as \\scriptstyle.\r\n */\r\n\r\n\r\n havingBaseSizing() {\r\n var size;\r\n\r\n switch (this.style.id) {\r\n case 4:\r\n case 5:\r\n size = 3; // normalsize in scriptstyle\r\n\r\n break;\r\n\r\n case 6:\r\n case 7:\r\n size = 1; // normalsize in scriptscriptstyle\r\n\r\n break;\r\n\r\n default:\r\n size = 6;\r\n // normalsize in textstyle or displaystyle\r\n }\r\n\r\n return this.extend({\r\n style: this.style.text(),\r\n size: size\r\n });\r\n }\r\n /**\r\n * Create a new options object with the given color.\r\n */\r\n\r\n\r\n withColor(color) {\r\n return this.extend({\r\n color: color\r\n });\r\n }\r\n /**\r\n * Create a new options object with \"phantom\" set to true.\r\n */\r\n\r\n\r\n withPhantom() {\r\n return this.extend({\r\n phantom: true\r\n });\r\n }\r\n /**\r\n * Creates a new options object with the given math font or old text font.\r\n * @type {[type]}\r\n */\r\n\r\n\r\n withFont(font) {\r\n return this.extend({\r\n font\r\n });\r\n }\r\n /**\r\n * Create a new options objects with the given fontFamily.\r\n */\r\n\r\n\r\n withTextFontFamily(fontFamily) {\r\n return this.extend({\r\n fontFamily,\r\n font: \"\"\r\n });\r\n }\r\n /**\r\n * Creates a new options object with the given font weight\r\n */\r\n\r\n\r\n withTextFontWeight(fontWeight) {\r\n return this.extend({\r\n fontWeight,\r\n font: \"\"\r\n });\r\n }\r\n /**\r\n * Creates a new options object with the given font weight\r\n */\r\n\r\n\r\n withTextFontShape(fontShape) {\r\n return this.extend({\r\n fontShape,\r\n font: \"\"\r\n });\r\n }\r\n /**\r\n * Return the CSS sizing classes required to switch from enclosing options\r\n * `oldOptions` to `this`. Returns an array of classes.\r\n */\r\n\r\n\r\n sizingClasses(oldOptions) {\r\n if (oldOptions.size !== this.size) {\r\n return [\"sizing\", \"reset-size\" + oldOptions.size, \"size\" + this.size];\r\n } else {\r\n return [];\r\n }\r\n }\r\n /**\r\n * Return the CSS sizing classes required to switch to the base size. Like\r\n * `this.havingSize(BASESIZE).sizingClasses(this)`.\r\n */\r\n\r\n\r\n baseSizingClasses() {\r\n if (this.size !== Options.BASESIZE) {\r\n return [\"sizing\", \"reset-size\" + this.size, \"size\" + Options.BASESIZE];\r\n } else {\r\n return [];\r\n }\r\n }\r\n /**\r\n * Return the font metrics for this size.\r\n */\r\n\r\n\r\n fontMetrics() {\r\n if (!this._fontMetrics) {\r\n this._fontMetrics = getGlobalMetrics(this.size);\r\n }\r\n\r\n return this._fontMetrics;\r\n }\r\n /**\r\n * Gets the CSS color of the current options object\r\n */\r\n\r\n\r\n getColor() {\r\n if (this.phantom) {\r\n return \"transparent\";\r\n } else {\r\n return this.color;\r\n }\r\n }\r\n\r\n}\r\n\r\nOptions.BASESIZE = 6;\r\n\r\n/**\r\n * This file does conversion between units. In particular, it provides\r\n * calculateSize to convert other units into ems.\r\n */\r\n// Thus, multiplying a length by this number converts the length from units\r\n// into pts. Dividing the result by ptPerEm gives the number of ems\r\n// *assuming* a font size of ptPerEm (normal size, normal style).\r\n\r\nvar ptPerUnit = {\r\n // https://en.wikibooks.org/wiki/LaTeX/Lengths and\r\n // https://tex.stackexchange.com/a/8263\r\n \"pt\": 1,\r\n // TeX point\r\n \"mm\": 7227 / 2540,\r\n // millimeter\r\n \"cm\": 7227 / 254,\r\n // centimeter\r\n \"in\": 72.27,\r\n // inch\r\n \"bp\": 803 / 800,\r\n // big (PostScript) points\r\n \"pc\": 12,\r\n // pica\r\n \"dd\": 1238 / 1157,\r\n // didot\r\n \"cc\": 14856 / 1157,\r\n // cicero (12 didot)\r\n \"nd\": 685 / 642,\r\n // new didot\r\n \"nc\": 1370 / 107,\r\n // new cicero (12 new didot)\r\n \"sp\": 1 / 65536,\r\n // scaled point (TeX's internal smallest unit)\r\n // https://tex.stackexchange.com/a/41371\r\n \"px\": 803 / 800 // \\pdfpxdimen defaults to 1 bp in pdfTeX and LuaTeX\r\n\r\n}; // Dictionary of relative units, for fast validity testing.\r\n\r\nvar relativeUnit = {\r\n \"ex\": true,\r\n \"em\": true,\r\n \"mu\": true\r\n};\r\n\r\n/**\r\n * Determine whether the specified unit (either a string defining the unit\r\n * or a \"size\" parse node containing a unit field) is valid.\r\n */\r\nvar validUnit = function validUnit(unit) {\r\n if (typeof unit !== \"string\") {\r\n unit = unit.unit;\r\n }\r\n\r\n return unit in ptPerUnit || unit in relativeUnit || unit === \"ex\";\r\n};\r\n/*\r\n * Convert a \"size\" parse node (with numeric \"number\" and string \"unit\" fields,\r\n * as parsed by functions.js argType \"size\") into a CSS em value for the\r\n * current style/scale. `options` gives the current options.\r\n */\r\n\r\nvar calculateSize = function calculateSize(sizeValue, options) {\r\n var scale;\r\n\r\n if (sizeValue.unit in ptPerUnit) {\r\n // Absolute units\r\n scale = ptPerUnit[sizeValue.unit] // Convert unit to pt\r\n / options.fontMetrics().ptPerEm // Convert pt to CSS em\r\n / options.sizeMultiplier; // Unscale to make absolute units\r\n } else if (sizeValue.unit === \"mu\") {\r\n // `mu` units scale with scriptstyle/scriptscriptstyle.\r\n scale = options.fontMetrics().cssEmPerMu;\r\n } else {\r\n // Other relative units always refer to the *textstyle* font\r\n // in the current size.\r\n var unitOptions;\r\n\r\n if (options.style.isTight()) {\r\n // isTight() means current style is script/scriptscript.\r\n unitOptions = options.havingStyle(options.style.text());\r\n } else {\r\n unitOptions = options;\r\n } // TODO: In TeX these units are relative to the quad of the current\r\n // *text* font, e.g. cmr10. KaTeX instead uses values from the\r\n // comparably-sized *Computer Modern symbol* font. At 10pt, these\r\n // match. At 7pt and 5pt, they differ: cmr7=1.138894, cmsy7=1.170641;\r\n // cmr5=1.361133, cmsy5=1.472241. Consider $\\scriptsize a\\kern1emb$.\r\n // TeX \\showlists shows a kern of 1.13889 * fontsize;\r\n // KaTeX shows a kern of 1.171 * fontsize.\r\n\r\n\r\n if (sizeValue.unit === \"ex\") {\r\n scale = unitOptions.fontMetrics().xHeight;\r\n } else if (sizeValue.unit === \"em\") {\r\n scale = unitOptions.fontMetrics().quad;\r\n } else {\r\n throw new ParseError(\"Invalid unit: '\" + sizeValue.unit + \"'\");\r\n }\r\n\r\n if (unitOptions !== options) {\r\n scale *= unitOptions.sizeMultiplier / options.sizeMultiplier;\r\n }\r\n }\r\n\r\n return Math.min(sizeValue.number * scale, options.maxSize);\r\n};\r\n/**\r\n * Round `n` to 4 decimal places, or to the nearest 1/10,000th em. See\r\n * https://github.com/KaTeX/KaTeX/pull/2460.\r\n */\r\n\r\nvar makeEm = function makeEm(n) {\r\n return +n.toFixed(4) + \"em\";\r\n};\r\n\r\n/**\r\n * These objects store the data about the DOM nodes we create, as well as some\r\n * extra data. They can then be transformed into real DOM nodes with the\r\n * `toNode` function or HTML markup using `toMarkup`. They are useful for both\r\n * storing extra properties on the nodes, as well as providing a way to easily\r\n * work with the DOM.\r\n *\r\n * Similar functions for working with MathML nodes exist in mathMLTree.js.\r\n *\r\n * TODO: refactor `span` and `anchor` into common superclass when\r\n * target environments support class inheritance\r\n */\r\n\r\n/**\r\n * Create an HTML className based on a list of classes. In addition to joining\r\n * with spaces, we also remove empty classes.\r\n */\r\nvar createClass = function createClass(classes) {\r\n return classes.filter(cls => cls).join(\" \");\r\n};\r\n\r\nvar initNode = function initNode(classes, options, style) {\r\n this.classes = classes || [];\r\n this.attributes = {};\r\n this.height = 0;\r\n this.depth = 0;\r\n this.maxFontSize = 0;\r\n this.style = style || {};\r\n\r\n if (options) {\r\n if (options.style.isTight()) {\r\n this.classes.push(\"mtight\");\r\n }\r\n\r\n var color = options.getColor();\r\n\r\n if (color) {\r\n this.style.color = color;\r\n }\r\n }\r\n};\r\n/**\r\n * Convert into an HTML node\r\n */\r\n\r\n\r\nvar toNode = function toNode(tagName) {\r\n var node = document.createElement(tagName); // Apply the class\r\n\r\n node.className = createClass(this.classes); // Apply inline styles\r\n\r\n for (var style in this.style) {\r\n if (this.style.hasOwnProperty(style)) {\r\n // $FlowFixMe Flow doesn't seem to understand span.style's type.\r\n node.style[style] = this.style[style];\r\n }\r\n } // Apply attributes\r\n\r\n\r\n for (var attr in this.attributes) {\r\n if (this.attributes.hasOwnProperty(attr)) {\r\n node.setAttribute(attr, this.attributes[attr]);\r\n }\r\n } // Append the children, also as HTML nodes\r\n\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n node.appendChild(this.children[i].toNode());\r\n }\r\n\r\n return node;\r\n};\r\n/**\r\n * Convert into an HTML markup string\r\n */\r\n\r\n\r\nvar toMarkup = function toMarkup(tagName) {\r\n var markup = \"<\" + tagName; // Add the class\r\n\r\n if (this.classes.length) {\r\n markup += \" class=\\\"\" + utils.escape(createClass(this.classes)) + \"\\\"\";\r\n }\r\n\r\n var styles = \"\"; // Add the styles, after hyphenation\r\n\r\n for (var style in this.style) {\r\n if (this.style.hasOwnProperty(style)) {\r\n styles += utils.hyphenate(style) + \":\" + this.style[style] + \";\";\r\n }\r\n }\r\n\r\n if (styles) {\r\n markup += \" style=\\\"\" + utils.escape(styles) + \"\\\"\";\r\n } // Add the attributes\r\n\r\n\r\n for (var attr in this.attributes) {\r\n if (this.attributes.hasOwnProperty(attr)) {\r\n markup += \" \" + attr + \"=\\\"\" + utils.escape(this.attributes[attr]) + \"\\\"\";\r\n }\r\n }\r\n\r\n markup += \">\"; // Add the markup of the children, also as markup\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n markup += this.children[i].toMarkup();\r\n }\r\n\r\n markup += \"\";\r\n return markup;\r\n}; // Making the type below exact with all optional fields doesn't work due to\r\n// - https://github.com/facebook/flow/issues/4582\r\n// - https://github.com/facebook/flow/issues/5688\r\n// However, since *all* fields are optional, $Shape<> works as suggested in 5688\r\n// above.\r\n// This type does not include all CSS properties. Additional properties should\r\n// be added as needed.\r\n\r\n\r\n/**\r\n * This node represents a span node, with a className, a list of children, and\r\n * an inline style. It also contains information about its height, depth, and\r\n * maxFontSize.\r\n *\r\n * Represents two types with different uses: SvgSpan to wrap an SVG and DomSpan\r\n * otherwise. This typesafety is important when HTML builders access a span's\r\n * children.\r\n */\r\nclass Span {\r\n constructor(classes, children, options, style) {\r\n this.children = void 0;\r\n this.attributes = void 0;\r\n this.classes = void 0;\r\n this.height = void 0;\r\n this.depth = void 0;\r\n this.width = void 0;\r\n this.maxFontSize = void 0;\r\n this.style = void 0;\r\n initNode.call(this, classes, options, style);\r\n this.children = children || [];\r\n }\r\n /**\r\n * Sets an arbitrary attribute on the span. Warning: use this wisely. Not\r\n * all browsers support attributes the same, and having too many custom\r\n * attributes is probably bad.\r\n */\r\n\r\n\r\n setAttribute(attribute, value) {\r\n this.attributes[attribute] = value;\r\n }\r\n\r\n hasClass(className) {\r\n return utils.contains(this.classes, className);\r\n }\r\n\r\n toNode() {\r\n return toNode.call(this, \"span\");\r\n }\r\n\r\n toMarkup() {\r\n return toMarkup.call(this, \"span\");\r\n }\r\n\r\n}\r\n/**\r\n * This node represents an anchor () element with a hyperlink. See `span`\r\n * for further details.\r\n */\r\n\r\nclass Anchor {\r\n constructor(href, classes, children, options) {\r\n this.children = void 0;\r\n this.attributes = void 0;\r\n this.classes = void 0;\r\n this.height = void 0;\r\n this.depth = void 0;\r\n this.maxFontSize = void 0;\r\n this.style = void 0;\r\n initNode.call(this, classes, options);\r\n this.children = children || [];\r\n this.setAttribute('href', href);\r\n }\r\n\r\n setAttribute(attribute, value) {\r\n this.attributes[attribute] = value;\r\n }\r\n\r\n hasClass(className) {\r\n return utils.contains(this.classes, className);\r\n }\r\n\r\n toNode() {\r\n return toNode.call(this, \"a\");\r\n }\r\n\r\n toMarkup() {\r\n return toMarkup.call(this, \"a\");\r\n }\r\n\r\n}\r\n/**\r\n * This node represents an image embed () element.\r\n */\r\n\r\nclass Img {\r\n constructor(src, alt, style) {\r\n this.src = void 0;\r\n this.alt = void 0;\r\n this.classes = void 0;\r\n this.height = void 0;\r\n this.depth = void 0;\r\n this.maxFontSize = void 0;\r\n this.style = void 0;\r\n this.alt = alt;\r\n this.src = src;\r\n this.classes = [\"mord\"];\r\n this.style = style;\r\n }\r\n\r\n hasClass(className) {\r\n return utils.contains(this.classes, className);\r\n }\r\n\r\n toNode() {\r\n var node = document.createElement(\"img\");\r\n node.src = this.src;\r\n node.alt = this.alt;\r\n node.className = \"mord\"; // Apply inline styles\r\n\r\n for (var style in this.style) {\r\n if (this.style.hasOwnProperty(style)) {\r\n // $FlowFixMe\r\n node.style[style] = this.style[style];\r\n }\r\n }\r\n\r\n return node;\r\n }\r\n\r\n toMarkup() {\r\n var markup = \"\\\"\"\";\r\n return markup;\r\n }\r\n\r\n}\r\nvar iCombinations = {\r\n 'î': '\\u0131\\u0302',\r\n 'ï': '\\u0131\\u0308',\r\n 'í': '\\u0131\\u0301',\r\n // 'ī': '\\u0131\\u0304', // enable when we add Extended Latin\r\n 'ì': '\\u0131\\u0300'\r\n};\r\n/**\r\n * A symbol node contains information about a single symbol. It either renders\r\n * to a single text node, or a span with a single text node in it, depending on\r\n * whether it has CSS classes, styles, or needs italic correction.\r\n */\r\n\r\nclass SymbolNode {\r\n constructor(text, height, depth, italic, skew, width, classes, style) {\r\n this.text = void 0;\r\n this.height = void 0;\r\n this.depth = void 0;\r\n this.italic = void 0;\r\n this.skew = void 0;\r\n this.width = void 0;\r\n this.maxFontSize = void 0;\r\n this.classes = void 0;\r\n this.style = void 0;\r\n this.text = text;\r\n this.height = height || 0;\r\n this.depth = depth || 0;\r\n this.italic = italic || 0;\r\n this.skew = skew || 0;\r\n this.width = width || 0;\r\n this.classes = classes || [];\r\n this.style = style || {};\r\n this.maxFontSize = 0; // Mark text from non-Latin scripts with specific classes so that we\r\n // can specify which fonts to use. This allows us to render these\r\n // characters with a serif font in situations where the browser would\r\n // either default to a sans serif or render a placeholder character.\r\n // We use CSS class names like cjk_fallback, hangul_fallback and\r\n // brahmic_fallback. See ./unicodeScripts.js for the set of possible\r\n // script names\r\n\r\n var script = scriptFromCodepoint(this.text.charCodeAt(0));\r\n\r\n if (script) {\r\n this.classes.push(script + \"_fallback\");\r\n }\r\n\r\n if (/[îïíì]/.test(this.text)) {\r\n // add ī when we add Extended Latin\r\n this.text = iCombinations[this.text];\r\n }\r\n }\r\n\r\n hasClass(className) {\r\n return utils.contains(this.classes, className);\r\n }\r\n /**\r\n * Creates a text node or span from a symbol node. Note that a span is only\r\n * created if it is needed.\r\n */\r\n\r\n\r\n toNode() {\r\n var node = document.createTextNode(this.text);\r\n var span = null;\r\n\r\n if (this.italic > 0) {\r\n span = document.createElement(\"span\");\r\n span.style.marginRight = makeEm(this.italic);\r\n }\r\n\r\n if (this.classes.length > 0) {\r\n span = span || document.createElement(\"span\");\r\n span.className = createClass(this.classes);\r\n }\r\n\r\n for (var style in this.style) {\r\n if (this.style.hasOwnProperty(style)) {\r\n span = span || document.createElement(\"span\"); // $FlowFixMe Flow doesn't seem to understand span.style's type.\r\n\r\n span.style[style] = this.style[style];\r\n }\r\n }\r\n\r\n if (span) {\r\n span.appendChild(node);\r\n return span;\r\n } else {\r\n return node;\r\n }\r\n }\r\n /**\r\n * Creates markup for a symbol node.\r\n */\r\n\r\n\r\n toMarkup() {\r\n // TODO(alpert): More duplication than I'd like from\r\n // span.prototype.toMarkup and symbolNode.prototype.toNode...\r\n var needsSpan = false;\r\n var markup = \" 0) {\r\n styles += \"margin-right:\" + this.italic + \"em;\";\r\n }\r\n\r\n for (var style in this.style) {\r\n if (this.style.hasOwnProperty(style)) {\r\n styles += utils.hyphenate(style) + \":\" + this.style[style] + \";\";\r\n }\r\n }\r\n\r\n if (styles) {\r\n needsSpan = true;\r\n markup += \" style=\\\"\" + utils.escape(styles) + \"\\\"\";\r\n }\r\n\r\n var escaped = utils.escape(this.text);\r\n\r\n if (needsSpan) {\r\n markup += \">\";\r\n markup += escaped;\r\n markup += \"\";\r\n return markup;\r\n } else {\r\n return escaped;\r\n }\r\n }\r\n\r\n}\r\n/**\r\n * SVG nodes are used to render stretchy wide elements.\r\n */\r\n\r\nclass SvgNode {\r\n constructor(children, attributes) {\r\n this.children = void 0;\r\n this.attributes = void 0;\r\n this.children = children || [];\r\n this.attributes = attributes || {};\r\n }\r\n\r\n toNode() {\r\n var svgNS = \"http://www.w3.org/2000/svg\";\r\n var node = document.createElementNS(svgNS, \"svg\"); // Apply attributes\r\n\r\n for (var attr in this.attributes) {\r\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\r\n node.setAttribute(attr, this.attributes[attr]);\r\n }\r\n }\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n node.appendChild(this.children[i].toNode());\r\n }\r\n\r\n return node;\r\n }\r\n\r\n toMarkup() {\r\n var markup = \"\";\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n markup += this.children[i].toMarkup();\r\n }\r\n\r\n markup += \"\";\r\n return markup;\r\n }\r\n\r\n}\r\nclass PathNode {\r\n constructor(pathName, alternate) {\r\n this.pathName = void 0;\r\n this.alternate = void 0;\r\n this.pathName = pathName;\r\n this.alternate = alternate; // Used only for \\sqrt, \\phase, & tall delims\r\n }\r\n\r\n toNode() {\r\n var svgNS = \"http://www.w3.org/2000/svg\";\r\n var node = document.createElementNS(svgNS, \"path\");\r\n\r\n if (this.alternate) {\r\n node.setAttribute(\"d\", this.alternate);\r\n } else {\r\n node.setAttribute(\"d\", path[this.pathName]);\r\n }\r\n\r\n return node;\r\n }\r\n\r\n toMarkup() {\r\n if (this.alternate) {\r\n return \"\";\r\n } else {\r\n return \"\";\r\n }\r\n }\r\n\r\n}\r\nclass LineNode {\r\n constructor(attributes) {\r\n this.attributes = void 0;\r\n this.attributes = attributes || {};\r\n }\r\n\r\n toNode() {\r\n var svgNS = \"http://www.w3.org/2000/svg\";\r\n var node = document.createElementNS(svgNS, \"line\"); // Apply attributes\r\n\r\n for (var attr in this.attributes) {\r\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\r\n node.setAttribute(attr, this.attributes[attr]);\r\n }\r\n }\r\n\r\n return node;\r\n }\r\n\r\n toMarkup() {\r\n var markup = \"\";\r\n return markup;\r\n }\r\n\r\n}\r\nfunction assertSymbolDomNode(group) {\r\n if (group instanceof SymbolNode) {\r\n return group;\r\n } else {\r\n throw new Error(\"Expected symbolNode but got \" + String(group) + \".\");\r\n }\r\n}\r\nfunction assertSpan(group) {\r\n if (group instanceof Span) {\r\n return group;\r\n } else {\r\n throw new Error(\"Expected span but got \" + String(group) + \".\");\r\n }\r\n}\r\n\r\n/**\r\n * This file holds a list of all no-argument functions and single-character\r\n * symbols (like 'a' or ';').\r\n *\r\n * For each of the symbols, there are three properties they can have:\r\n * - font (required): the font to be used for this symbol. Either \"main\" (the\r\n normal font), or \"ams\" (the ams fonts).\r\n * - group (required): the ParseNode group type the symbol should have (i.e.\r\n \"textord\", \"mathord\", etc).\r\n See https://github.com/KaTeX/KaTeX/wiki/Examining-TeX#group-types\r\n * - replace: the character that this symbol or function should be\r\n * replaced with (i.e. \"\\phi\" has a replace value of \"\\u03d5\", the phi\r\n * character in the main font).\r\n *\r\n * The outermost map in the table indicates what mode the symbols should be\r\n * accepted in (e.g. \"math\" or \"text\").\r\n */\r\n// Some of these have a \"-token\" suffix since these are also used as `ParseNode`\r\n// types for raw text tokens, and we want to avoid conflicts with higher-level\r\n// `ParseNode` types. These `ParseNode`s are constructed within `Parser` by\r\n// looking up the `symbols` map.\r\nvar ATOMS = {\r\n \"bin\": 1,\r\n \"close\": 1,\r\n \"inner\": 1,\r\n \"open\": 1,\r\n \"punct\": 1,\r\n \"rel\": 1\r\n};\r\nvar NON_ATOMS = {\r\n \"accent-token\": 1,\r\n \"mathord\": 1,\r\n \"op-token\": 1,\r\n \"spacing\": 1,\r\n \"textord\": 1\r\n};\r\nvar symbols = {\r\n \"math\": {},\r\n \"text\": {}\r\n};\r\n/** `acceptUnicodeChar = true` is only applicable if `replace` is set. */\r\n\r\nfunction defineSymbol(mode, font, group, replace, name, acceptUnicodeChar) {\r\n symbols[mode][name] = {\r\n font,\r\n group,\r\n replace\r\n };\r\n\r\n if (acceptUnicodeChar && replace) {\r\n symbols[mode][replace] = symbols[mode][name];\r\n }\r\n} // Some abbreviations for commonly used strings.\r\n// This helps minify the code, and also spotting typos using jshint.\r\n// modes:\r\n\r\nvar math = \"math\";\r\nvar text = \"text\"; // fonts:\r\n\r\nvar main = \"main\";\r\nvar ams = \"ams\"; // groups:\r\n\r\nvar accent = \"accent-token\";\r\nvar bin = \"bin\";\r\nvar close = \"close\";\r\nvar inner = \"inner\";\r\nvar mathord = \"mathord\";\r\nvar op = \"op-token\";\r\nvar open = \"open\";\r\nvar punct = \"punct\";\r\nvar rel = \"rel\";\r\nvar spacing = \"spacing\";\r\nvar textord = \"textord\"; // Now comes the symbol table\r\n// Relation Symbols\r\n\r\ndefineSymbol(math, main, rel, \"\\u2261\", \"\\\\equiv\", true);\r\ndefineSymbol(math, main, rel, \"\\u227a\", \"\\\\prec\", true);\r\ndefineSymbol(math, main, rel, \"\\u227b\", \"\\\\succ\", true);\r\ndefineSymbol(math, main, rel, \"\\u223c\", \"\\\\sim\", true);\r\ndefineSymbol(math, main, rel, \"\\u22a5\", \"\\\\perp\");\r\ndefineSymbol(math, main, rel, \"\\u2aaf\", \"\\\\preceq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2ab0\", \"\\\\succeq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2243\", \"\\\\simeq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2223\", \"\\\\mid\", true);\r\ndefineSymbol(math, main, rel, \"\\u226a\", \"\\\\ll\", true);\r\ndefineSymbol(math, main, rel, \"\\u226b\", \"\\\\gg\", true);\r\ndefineSymbol(math, main, rel, \"\\u224d\", \"\\\\asymp\", true);\r\ndefineSymbol(math, main, rel, \"\\u2225\", \"\\\\parallel\");\r\ndefineSymbol(math, main, rel, \"\\u22c8\", \"\\\\bowtie\", true);\r\ndefineSymbol(math, main, rel, \"\\u2323\", \"\\\\smile\", true);\r\ndefineSymbol(math, main, rel, \"\\u2291\", \"\\\\sqsubseteq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2292\", \"\\\\sqsupseteq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2250\", \"\\\\doteq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2322\", \"\\\\frown\", true);\r\ndefineSymbol(math, main, rel, \"\\u220b\", \"\\\\ni\", true);\r\ndefineSymbol(math, main, rel, \"\\u221d\", \"\\\\propto\", true);\r\ndefineSymbol(math, main, rel, \"\\u22a2\", \"\\\\vdash\", true);\r\ndefineSymbol(math, main, rel, \"\\u22a3\", \"\\\\dashv\", true);\r\ndefineSymbol(math, main, rel, \"\\u220b\", \"\\\\owns\"); // Punctuation\r\n\r\ndefineSymbol(math, main, punct, \"\\u002e\", \"\\\\ldotp\");\r\ndefineSymbol(math, main, punct, \"\\u22c5\", \"\\\\cdotp\"); // Misc Symbols\r\n\r\ndefineSymbol(math, main, textord, \"\\u0023\", \"\\\\#\");\r\ndefineSymbol(text, main, textord, \"\\u0023\", \"\\\\#\");\r\ndefineSymbol(math, main, textord, \"\\u0026\", \"\\\\&\");\r\ndefineSymbol(text, main, textord, \"\\u0026\", \"\\\\&\");\r\ndefineSymbol(math, main, textord, \"\\u2135\", \"\\\\aleph\", true);\r\ndefineSymbol(math, main, textord, \"\\u2200\", \"\\\\forall\", true);\r\ndefineSymbol(math, main, textord, \"\\u210f\", \"\\\\hbar\", true);\r\ndefineSymbol(math, main, textord, \"\\u2203\", \"\\\\exists\", true);\r\ndefineSymbol(math, main, textord, \"\\u2207\", \"\\\\nabla\", true);\r\ndefineSymbol(math, main, textord, \"\\u266d\", \"\\\\flat\", true);\r\ndefineSymbol(math, main, textord, \"\\u2113\", \"\\\\ell\", true);\r\ndefineSymbol(math, main, textord, \"\\u266e\", \"\\\\natural\", true);\r\ndefineSymbol(math, main, textord, \"\\u2663\", \"\\\\clubsuit\", true);\r\ndefineSymbol(math, main, textord, \"\\u2118\", \"\\\\wp\", true);\r\ndefineSymbol(math, main, textord, \"\\u266f\", \"\\\\sharp\", true);\r\ndefineSymbol(math, main, textord, \"\\u2662\", \"\\\\diamondsuit\", true);\r\ndefineSymbol(math, main, textord, \"\\u211c\", \"\\\\Re\", true);\r\ndefineSymbol(math, main, textord, \"\\u2661\", \"\\\\heartsuit\", true);\r\ndefineSymbol(math, main, textord, \"\\u2111\", \"\\\\Im\", true);\r\ndefineSymbol(math, main, textord, \"\\u2660\", \"\\\\spadesuit\", true);\r\ndefineSymbol(math, main, textord, \"\\u00a7\", \"\\\\S\", true);\r\ndefineSymbol(text, main, textord, \"\\u00a7\", \"\\\\S\");\r\ndefineSymbol(math, main, textord, \"\\u00b6\", \"\\\\P\", true);\r\ndefineSymbol(text, main, textord, \"\\u00b6\", \"\\\\P\"); // Math and Text\r\n\r\ndefineSymbol(math, main, textord, \"\\u2020\", \"\\\\dag\");\r\ndefineSymbol(text, main, textord, \"\\u2020\", \"\\\\dag\");\r\ndefineSymbol(text, main, textord, \"\\u2020\", \"\\\\textdagger\");\r\ndefineSymbol(math, main, textord, \"\\u2021\", \"\\\\ddag\");\r\ndefineSymbol(text, main, textord, \"\\u2021\", \"\\\\ddag\");\r\ndefineSymbol(text, main, textord, \"\\u2021\", \"\\\\textdaggerdbl\"); // Large Delimiters\r\n\r\ndefineSymbol(math, main, close, \"\\u23b1\", \"\\\\rmoustache\", true);\r\ndefineSymbol(math, main, open, \"\\u23b0\", \"\\\\lmoustache\", true);\r\ndefineSymbol(math, main, close, \"\\u27ef\", \"\\\\rgroup\", true);\r\ndefineSymbol(math, main, open, \"\\u27ee\", \"\\\\lgroup\", true); // Binary Operators\r\n\r\ndefineSymbol(math, main, bin, \"\\u2213\", \"\\\\mp\", true);\r\ndefineSymbol(math, main, bin, \"\\u2296\", \"\\\\ominus\", true);\r\ndefineSymbol(math, main, bin, \"\\u228e\", \"\\\\uplus\", true);\r\ndefineSymbol(math, main, bin, \"\\u2293\", \"\\\\sqcap\", true);\r\ndefineSymbol(math, main, bin, \"\\u2217\", \"\\\\ast\");\r\ndefineSymbol(math, main, bin, \"\\u2294\", \"\\\\sqcup\", true);\r\ndefineSymbol(math, main, bin, \"\\u25ef\", \"\\\\bigcirc\", true);\r\ndefineSymbol(math, main, bin, \"\\u2219\", \"\\\\bullet\", true);\r\ndefineSymbol(math, main, bin, \"\\u2021\", \"\\\\ddagger\");\r\ndefineSymbol(math, main, bin, \"\\u2240\", \"\\\\wr\", true);\r\ndefineSymbol(math, main, bin, \"\\u2a3f\", \"\\\\amalg\");\r\ndefineSymbol(math, main, bin, \"\\u0026\", \"\\\\And\"); // from amsmath\r\n// Arrow Symbols\r\n\r\ndefineSymbol(math, main, rel, \"\\u27f5\", \"\\\\longleftarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21d0\", \"\\\\Leftarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u27f8\", \"\\\\Longleftarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u27f6\", \"\\\\longrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21d2\", \"\\\\Rightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u27f9\", \"\\\\Longrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u2194\", \"\\\\leftrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u27f7\", \"\\\\longleftrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21d4\", \"\\\\Leftrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u27fa\", \"\\\\Longleftrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21a6\", \"\\\\mapsto\", true);\r\ndefineSymbol(math, main, rel, \"\\u27fc\", \"\\\\longmapsto\", true);\r\ndefineSymbol(math, main, rel, \"\\u2197\", \"\\\\nearrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21a9\", \"\\\\hookleftarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21aa\", \"\\\\hookrightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u2198\", \"\\\\searrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21bc\", \"\\\\leftharpoonup\", true);\r\ndefineSymbol(math, main, rel, \"\\u21c0\", \"\\\\rightharpoonup\", true);\r\ndefineSymbol(math, main, rel, \"\\u2199\", \"\\\\swarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21bd\", \"\\\\leftharpoondown\", true);\r\ndefineSymbol(math, main, rel, \"\\u21c1\", \"\\\\rightharpoondown\", true);\r\ndefineSymbol(math, main, rel, \"\\u2196\", \"\\\\nwarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21cc\", \"\\\\rightleftharpoons\", true); // AMS Negated Binary Relations\r\n\r\ndefineSymbol(math, ams, rel, \"\\u226e\", \"\\\\nless\", true); // Symbol names preceded by \"@\" each have a corresponding macro.\r\n\r\ndefineSymbol(math, ams, rel, \"\\ue010\", \"\\\\@nleqslant\");\r\ndefineSymbol(math, ams, rel, \"\\ue011\", \"\\\\@nleqq\");\r\ndefineSymbol(math, ams, rel, \"\\u2a87\", \"\\\\lneq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2268\", \"\\\\lneqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue00c\", \"\\\\@lvertneqq\");\r\ndefineSymbol(math, ams, rel, \"\\u22e6\", \"\\\\lnsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a89\", \"\\\\lnapprox\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2280\", \"\\\\nprec\", true); // unicode-math maps \\u22e0 to \\npreccurlyeq. We'll use the AMS synonym.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u22e0\", \"\\\\npreceq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22e8\", \"\\\\precnsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2ab9\", \"\\\\precnapprox\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2241\", \"\\\\nsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue006\", \"\\\\@nshortmid\");\r\ndefineSymbol(math, ams, rel, \"\\u2224\", \"\\\\nmid\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22ac\", \"\\\\nvdash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22ad\", \"\\\\nvDash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22ea\", \"\\\\ntriangleleft\");\r\ndefineSymbol(math, ams, rel, \"\\u22ec\", \"\\\\ntrianglelefteq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u228a\", \"\\\\subsetneq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue01a\", \"\\\\@varsubsetneq\");\r\ndefineSymbol(math, ams, rel, \"\\u2acb\", \"\\\\subsetneqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue017\", \"\\\\@varsubsetneqq\");\r\ndefineSymbol(math, ams, rel, \"\\u226f\", \"\\\\ngtr\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue00f\", \"\\\\@ngeqslant\");\r\ndefineSymbol(math, ams, rel, \"\\ue00e\", \"\\\\@ngeqq\");\r\ndefineSymbol(math, ams, rel, \"\\u2a88\", \"\\\\gneq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2269\", \"\\\\gneqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue00d\", \"\\\\@gvertneqq\");\r\ndefineSymbol(math, ams, rel, \"\\u22e7\", \"\\\\gnsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a8a\", \"\\\\gnapprox\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2281\", \"\\\\nsucc\", true); // unicode-math maps \\u22e1 to \\nsucccurlyeq. We'll use the AMS synonym.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u22e1\", \"\\\\nsucceq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22e9\", \"\\\\succnsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2aba\", \"\\\\succnapprox\", true); // unicode-math maps \\u2246 to \\simneqq. We'll use the AMS synonym.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u2246\", \"\\\\ncong\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue007\", \"\\\\@nshortparallel\");\r\ndefineSymbol(math, ams, rel, \"\\u2226\", \"\\\\nparallel\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22af\", \"\\\\nVDash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22eb\", \"\\\\ntriangleright\");\r\ndefineSymbol(math, ams, rel, \"\\u22ed\", \"\\\\ntrianglerighteq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue018\", \"\\\\@nsupseteqq\");\r\ndefineSymbol(math, ams, rel, \"\\u228b\", \"\\\\supsetneq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue01b\", \"\\\\@varsupsetneq\");\r\ndefineSymbol(math, ams, rel, \"\\u2acc\", \"\\\\supsetneqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue019\", \"\\\\@varsupsetneqq\");\r\ndefineSymbol(math, ams, rel, \"\\u22ae\", \"\\\\nVdash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2ab5\", \"\\\\precneqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2ab6\", \"\\\\succneqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\ue016\", \"\\\\@nsubseteqq\");\r\ndefineSymbol(math, ams, bin, \"\\u22b4\", \"\\\\unlhd\");\r\ndefineSymbol(math, ams, bin, \"\\u22b5\", \"\\\\unrhd\"); // AMS Negated Arrows\r\n\r\ndefineSymbol(math, ams, rel, \"\\u219a\", \"\\\\nleftarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u219b\", \"\\\\nrightarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21cd\", \"\\\\nLeftarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21cf\", \"\\\\nRightarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21ae\", \"\\\\nleftrightarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21ce\", \"\\\\nLeftrightarrow\", true); // AMS Misc\r\n\r\ndefineSymbol(math, ams, rel, \"\\u25b3\", \"\\\\vartriangle\");\r\ndefineSymbol(math, ams, textord, \"\\u210f\", \"\\\\hslash\");\r\ndefineSymbol(math, ams, textord, \"\\u25bd\", \"\\\\triangledown\");\r\ndefineSymbol(math, ams, textord, \"\\u25ca\", \"\\\\lozenge\");\r\ndefineSymbol(math, ams, textord, \"\\u24c8\", \"\\\\circledS\");\r\ndefineSymbol(math, ams, textord, \"\\u00ae\", \"\\\\circledR\");\r\ndefineSymbol(text, ams, textord, \"\\u00ae\", \"\\\\circledR\");\r\ndefineSymbol(math, ams, textord, \"\\u2221\", \"\\\\measuredangle\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2204\", \"\\\\nexists\");\r\ndefineSymbol(math, ams, textord, \"\\u2127\", \"\\\\mho\");\r\ndefineSymbol(math, ams, textord, \"\\u2132\", \"\\\\Finv\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2141\", \"\\\\Game\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2035\", \"\\\\backprime\");\r\ndefineSymbol(math, ams, textord, \"\\u25b2\", \"\\\\blacktriangle\");\r\ndefineSymbol(math, ams, textord, \"\\u25bc\", \"\\\\blacktriangledown\");\r\ndefineSymbol(math, ams, textord, \"\\u25a0\", \"\\\\blacksquare\");\r\ndefineSymbol(math, ams, textord, \"\\u29eb\", \"\\\\blacklozenge\");\r\ndefineSymbol(math, ams, textord, \"\\u2605\", \"\\\\bigstar\");\r\ndefineSymbol(math, ams, textord, \"\\u2222\", \"\\\\sphericalangle\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2201\", \"\\\\complement\", true); // unicode-math maps U+F0 to \\matheth. We map to AMS function \\eth\r\n\r\ndefineSymbol(math, ams, textord, \"\\u00f0\", \"\\\\eth\", true);\r\ndefineSymbol(text, main, textord, \"\\u00f0\", \"\\u00f0\");\r\ndefineSymbol(math, ams, textord, \"\\u2571\", \"\\\\diagup\");\r\ndefineSymbol(math, ams, textord, \"\\u2572\", \"\\\\diagdown\");\r\ndefineSymbol(math, ams, textord, \"\\u25a1\", \"\\\\square\");\r\ndefineSymbol(math, ams, textord, \"\\u25a1\", \"\\\\Box\");\r\ndefineSymbol(math, ams, textord, \"\\u25ca\", \"\\\\Diamond\"); // unicode-math maps U+A5 to \\mathyen. We map to AMS function \\yen\r\n\r\ndefineSymbol(math, ams, textord, \"\\u00a5\", \"\\\\yen\", true);\r\ndefineSymbol(text, ams, textord, \"\\u00a5\", \"\\\\yen\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2713\", \"\\\\checkmark\", true);\r\ndefineSymbol(text, ams, textord, \"\\u2713\", \"\\\\checkmark\"); // AMS Hebrew\r\n\r\ndefineSymbol(math, ams, textord, \"\\u2136\", \"\\\\beth\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2138\", \"\\\\daleth\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2137\", \"\\\\gimel\", true); // AMS Greek\r\n\r\ndefineSymbol(math, ams, textord, \"\\u03dd\", \"\\\\digamma\", true);\r\ndefineSymbol(math, ams, textord, \"\\u03f0\", \"\\\\varkappa\"); // AMS Delimiters\r\n\r\ndefineSymbol(math, ams, open, \"\\u250c\", \"\\\\@ulcorner\", true);\r\ndefineSymbol(math, ams, close, \"\\u2510\", \"\\\\@urcorner\", true);\r\ndefineSymbol(math, ams, open, \"\\u2514\", \"\\\\@llcorner\", true);\r\ndefineSymbol(math, ams, close, \"\\u2518\", \"\\\\@lrcorner\", true); // AMS Binary Relations\r\n\r\ndefineSymbol(math, ams, rel, \"\\u2266\", \"\\\\leqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a7d\", \"\\\\leqslant\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a95\", \"\\\\eqslantless\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2272\", \"\\\\lesssim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a85\", \"\\\\lessapprox\", true);\r\ndefineSymbol(math, ams, rel, \"\\u224a\", \"\\\\approxeq\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22d6\", \"\\\\lessdot\");\r\ndefineSymbol(math, ams, rel, \"\\u22d8\", \"\\\\lll\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2276\", \"\\\\lessgtr\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22da\", \"\\\\lesseqgtr\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a8b\", \"\\\\lesseqqgtr\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2251\", \"\\\\doteqdot\");\r\ndefineSymbol(math, ams, rel, \"\\u2253\", \"\\\\risingdotseq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2252\", \"\\\\fallingdotseq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u223d\", \"\\\\backsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22cd\", \"\\\\backsimeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2ac5\", \"\\\\subseteqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22d0\", \"\\\\Subset\", true);\r\ndefineSymbol(math, ams, rel, \"\\u228f\", \"\\\\sqsubset\", true);\r\ndefineSymbol(math, ams, rel, \"\\u227c\", \"\\\\preccurlyeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22de\", \"\\\\curlyeqprec\", true);\r\ndefineSymbol(math, ams, rel, \"\\u227e\", \"\\\\precsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2ab7\", \"\\\\precapprox\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22b2\", \"\\\\vartriangleleft\");\r\ndefineSymbol(math, ams, rel, \"\\u22b4\", \"\\\\trianglelefteq\");\r\ndefineSymbol(math, ams, rel, \"\\u22a8\", \"\\\\vDash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22aa\", \"\\\\Vvdash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2323\", \"\\\\smallsmile\");\r\ndefineSymbol(math, ams, rel, \"\\u2322\", \"\\\\smallfrown\");\r\ndefineSymbol(math, ams, rel, \"\\u224f\", \"\\\\bumpeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u224e\", \"\\\\Bumpeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2267\", \"\\\\geqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a7e\", \"\\\\geqslant\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a96\", \"\\\\eqslantgtr\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2273\", \"\\\\gtrsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a86\", \"\\\\gtrapprox\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22d7\", \"\\\\gtrdot\");\r\ndefineSymbol(math, ams, rel, \"\\u22d9\", \"\\\\ggg\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2277\", \"\\\\gtrless\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22db\", \"\\\\gtreqless\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2a8c\", \"\\\\gtreqqless\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2256\", \"\\\\eqcirc\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2257\", \"\\\\circeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u225c\", \"\\\\triangleq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u223c\", \"\\\\thicksim\");\r\ndefineSymbol(math, ams, rel, \"\\u2248\", \"\\\\thickapprox\");\r\ndefineSymbol(math, ams, rel, \"\\u2ac6\", \"\\\\supseteqq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22d1\", \"\\\\Supset\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2290\", \"\\\\sqsupset\", true);\r\ndefineSymbol(math, ams, rel, \"\\u227d\", \"\\\\succcurlyeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22df\", \"\\\\curlyeqsucc\", true);\r\ndefineSymbol(math, ams, rel, \"\\u227f\", \"\\\\succsim\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2ab8\", \"\\\\succapprox\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22b3\", \"\\\\vartriangleright\");\r\ndefineSymbol(math, ams, rel, \"\\u22b5\", \"\\\\trianglerighteq\");\r\ndefineSymbol(math, ams, rel, \"\\u22a9\", \"\\\\Vdash\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2223\", \"\\\\shortmid\");\r\ndefineSymbol(math, ams, rel, \"\\u2225\", \"\\\\shortparallel\");\r\ndefineSymbol(math, ams, rel, \"\\u226c\", \"\\\\between\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22d4\", \"\\\\pitchfork\", true);\r\ndefineSymbol(math, ams, rel, \"\\u221d\", \"\\\\varpropto\");\r\ndefineSymbol(math, ams, rel, \"\\u25c0\", \"\\\\blacktriangleleft\"); // unicode-math says that \\therefore is a mathord atom.\r\n// We kept the amssymb atom type, which is rel.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u2234\", \"\\\\therefore\", true);\r\ndefineSymbol(math, ams, rel, \"\\u220d\", \"\\\\backepsilon\");\r\ndefineSymbol(math, ams, rel, \"\\u25b6\", \"\\\\blacktriangleright\"); // unicode-math says that \\because is a mathord atom.\r\n// We kept the amssymb atom type, which is rel.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u2235\", \"\\\\because\", true);\r\ndefineSymbol(math, ams, rel, \"\\u22d8\", \"\\\\llless\");\r\ndefineSymbol(math, ams, rel, \"\\u22d9\", \"\\\\gggtr\");\r\ndefineSymbol(math, ams, bin, \"\\u22b2\", \"\\\\lhd\");\r\ndefineSymbol(math, ams, bin, \"\\u22b3\", \"\\\\rhd\");\r\ndefineSymbol(math, ams, rel, \"\\u2242\", \"\\\\eqsim\", true);\r\ndefineSymbol(math, main, rel, \"\\u22c8\", \"\\\\Join\");\r\ndefineSymbol(math, ams, rel, \"\\u2251\", \"\\\\Doteq\", true); // AMS Binary Operators\r\n\r\ndefineSymbol(math, ams, bin, \"\\u2214\", \"\\\\dotplus\", true);\r\ndefineSymbol(math, ams, bin, \"\\u2216\", \"\\\\smallsetminus\");\r\ndefineSymbol(math, ams, bin, \"\\u22d2\", \"\\\\Cap\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22d3\", \"\\\\Cup\", true);\r\ndefineSymbol(math, ams, bin, \"\\u2a5e\", \"\\\\doublebarwedge\", true);\r\ndefineSymbol(math, ams, bin, \"\\u229f\", \"\\\\boxminus\", true);\r\ndefineSymbol(math, ams, bin, \"\\u229e\", \"\\\\boxplus\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22c7\", \"\\\\divideontimes\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22c9\", \"\\\\ltimes\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22ca\", \"\\\\rtimes\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22cb\", \"\\\\leftthreetimes\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22cc\", \"\\\\rightthreetimes\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22cf\", \"\\\\curlywedge\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22ce\", \"\\\\curlyvee\", true);\r\ndefineSymbol(math, ams, bin, \"\\u229d\", \"\\\\circleddash\", true);\r\ndefineSymbol(math, ams, bin, \"\\u229b\", \"\\\\circledast\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22c5\", \"\\\\centerdot\");\r\ndefineSymbol(math, ams, bin, \"\\u22ba\", \"\\\\intercal\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22d2\", \"\\\\doublecap\");\r\ndefineSymbol(math, ams, bin, \"\\u22d3\", \"\\\\doublecup\");\r\ndefineSymbol(math, ams, bin, \"\\u22a0\", \"\\\\boxtimes\", true); // AMS Arrows\r\n// Note: unicode-math maps \\u21e2 to their own function \\rightdasharrow.\r\n// We'll map it to AMS function \\dashrightarrow. It produces the same atom.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u21e2\", \"\\\\dashrightarrow\", true); // unicode-math maps \\u21e0 to \\leftdasharrow. We'll use the AMS synonym.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u21e0\", \"\\\\dashleftarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c7\", \"\\\\leftleftarrows\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c6\", \"\\\\leftrightarrows\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21da\", \"\\\\Lleftarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u219e\", \"\\\\twoheadleftarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21a2\", \"\\\\leftarrowtail\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21ab\", \"\\\\looparrowleft\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21cb\", \"\\\\leftrightharpoons\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21b6\", \"\\\\curvearrowleft\", true); // unicode-math maps \\u21ba to \\acwopencirclearrow. We'll use the AMS synonym.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u21ba\", \"\\\\circlearrowleft\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21b0\", \"\\\\Lsh\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c8\", \"\\\\upuparrows\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21bf\", \"\\\\upharpoonleft\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c3\", \"\\\\downharpoonleft\", true);\r\ndefineSymbol(math, main, rel, \"\\u22b6\", \"\\\\origof\", true); // not in font\r\n\r\ndefineSymbol(math, main, rel, \"\\u22b7\", \"\\\\imageof\", true); // not in font\r\n\r\ndefineSymbol(math, ams, rel, \"\\u22b8\", \"\\\\multimap\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21ad\", \"\\\\leftrightsquigarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c9\", \"\\\\rightrightarrows\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c4\", \"\\\\rightleftarrows\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21a0\", \"\\\\twoheadrightarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21a3\", \"\\\\rightarrowtail\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21ac\", \"\\\\looparrowright\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21b7\", \"\\\\curvearrowright\", true); // unicode-math maps \\u21bb to \\cwopencirclearrow. We'll use the AMS synonym.\r\n\r\ndefineSymbol(math, ams, rel, \"\\u21bb\", \"\\\\circlearrowright\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21b1\", \"\\\\Rsh\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21ca\", \"\\\\downdownarrows\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21be\", \"\\\\upharpoonright\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21c2\", \"\\\\downharpoonright\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21dd\", \"\\\\rightsquigarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21dd\", \"\\\\leadsto\");\r\ndefineSymbol(math, ams, rel, \"\\u21db\", \"\\\\Rrightarrow\", true);\r\ndefineSymbol(math, ams, rel, \"\\u21be\", \"\\\\restriction\");\r\ndefineSymbol(math, main, textord, \"\\u2018\", \"`\");\r\ndefineSymbol(math, main, textord, \"$\", \"\\\\$\");\r\ndefineSymbol(text, main, textord, \"$\", \"\\\\$\");\r\ndefineSymbol(text, main, textord, \"$\", \"\\\\textdollar\");\r\ndefineSymbol(math, main, textord, \"%\", \"\\\\%\");\r\ndefineSymbol(text, main, textord, \"%\", \"\\\\%\");\r\ndefineSymbol(math, main, textord, \"_\", \"\\\\_\");\r\ndefineSymbol(text, main, textord, \"_\", \"\\\\_\");\r\ndefineSymbol(text, main, textord, \"_\", \"\\\\textunderscore\");\r\ndefineSymbol(math, main, textord, \"\\u2220\", \"\\\\angle\", true);\r\ndefineSymbol(math, main, textord, \"\\u221e\", \"\\\\infty\", true);\r\ndefineSymbol(math, main, textord, \"\\u2032\", \"\\\\prime\");\r\ndefineSymbol(math, main, textord, \"\\u25b3\", \"\\\\triangle\");\r\ndefineSymbol(math, main, textord, \"\\u0393\", \"\\\\Gamma\", true);\r\ndefineSymbol(math, main, textord, \"\\u0394\", \"\\\\Delta\", true);\r\ndefineSymbol(math, main, textord, \"\\u0398\", \"\\\\Theta\", true);\r\ndefineSymbol(math, main, textord, \"\\u039b\", \"\\\\Lambda\", true);\r\ndefineSymbol(math, main, textord, \"\\u039e\", \"\\\\Xi\", true);\r\ndefineSymbol(math, main, textord, \"\\u03a0\", \"\\\\Pi\", true);\r\ndefineSymbol(math, main, textord, \"\\u03a3\", \"\\\\Sigma\", true);\r\ndefineSymbol(math, main, textord, \"\\u03a5\", \"\\\\Upsilon\", true);\r\ndefineSymbol(math, main, textord, \"\\u03a6\", \"\\\\Phi\", true);\r\ndefineSymbol(math, main, textord, \"\\u03a8\", \"\\\\Psi\", true);\r\ndefineSymbol(math, main, textord, \"\\u03a9\", \"\\\\Omega\", true);\r\ndefineSymbol(math, main, textord, \"A\", \"\\u0391\");\r\ndefineSymbol(math, main, textord, \"B\", \"\\u0392\");\r\ndefineSymbol(math, main, textord, \"E\", \"\\u0395\");\r\ndefineSymbol(math, main, textord, \"Z\", \"\\u0396\");\r\ndefineSymbol(math, main, textord, \"H\", \"\\u0397\");\r\ndefineSymbol(math, main, textord, \"I\", \"\\u0399\");\r\ndefineSymbol(math, main, textord, \"K\", \"\\u039A\");\r\ndefineSymbol(math, main, textord, \"M\", \"\\u039C\");\r\ndefineSymbol(math, main, textord, \"N\", \"\\u039D\");\r\ndefineSymbol(math, main, textord, \"O\", \"\\u039F\");\r\ndefineSymbol(math, main, textord, \"P\", \"\\u03A1\");\r\ndefineSymbol(math, main, textord, \"T\", \"\\u03A4\");\r\ndefineSymbol(math, main, textord, \"X\", \"\\u03A7\");\r\ndefineSymbol(math, main, textord, \"\\u00ac\", \"\\\\neg\", true);\r\ndefineSymbol(math, main, textord, \"\\u00ac\", \"\\\\lnot\");\r\ndefineSymbol(math, main, textord, \"\\u22a4\", \"\\\\top\");\r\ndefineSymbol(math, main, textord, \"\\u22a5\", \"\\\\bot\");\r\ndefineSymbol(math, main, textord, \"\\u2205\", \"\\\\emptyset\");\r\ndefineSymbol(math, ams, textord, \"\\u2205\", \"\\\\varnothing\");\r\ndefineSymbol(math, main, mathord, \"\\u03b1\", \"\\\\alpha\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b2\", \"\\\\beta\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b3\", \"\\\\gamma\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b4\", \"\\\\delta\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03f5\", \"\\\\epsilon\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b6\", \"\\\\zeta\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b7\", \"\\\\eta\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b8\", \"\\\\theta\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b9\", \"\\\\iota\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03ba\", \"\\\\kappa\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03bb\", \"\\\\lambda\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03bc\", \"\\\\mu\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03bd\", \"\\\\nu\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03be\", \"\\\\xi\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03bf\", \"\\\\omicron\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c0\", \"\\\\pi\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c1\", \"\\\\rho\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c3\", \"\\\\sigma\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c4\", \"\\\\tau\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c5\", \"\\\\upsilon\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03d5\", \"\\\\phi\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c7\", \"\\\\chi\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c8\", \"\\\\psi\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c9\", \"\\\\omega\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03b5\", \"\\\\varepsilon\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03d1\", \"\\\\vartheta\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03d6\", \"\\\\varpi\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03f1\", \"\\\\varrho\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c2\", \"\\\\varsigma\", true);\r\ndefineSymbol(math, main, mathord, \"\\u03c6\", \"\\\\varphi\", true);\r\ndefineSymbol(math, main, bin, \"\\u2217\", \"*\", true);\r\ndefineSymbol(math, main, bin, \"+\", \"+\");\r\ndefineSymbol(math, main, bin, \"\\u2212\", \"-\", true);\r\ndefineSymbol(math, main, bin, \"\\u22c5\", \"\\\\cdot\", true);\r\ndefineSymbol(math, main, bin, \"\\u2218\", \"\\\\circ\", true);\r\ndefineSymbol(math, main, bin, \"\\u00f7\", \"\\\\div\", true);\r\ndefineSymbol(math, main, bin, \"\\u00b1\", \"\\\\pm\", true);\r\ndefineSymbol(math, main, bin, \"\\u00d7\", \"\\\\times\", true);\r\ndefineSymbol(math, main, bin, \"\\u2229\", \"\\\\cap\", true);\r\ndefineSymbol(math, main, bin, \"\\u222a\", \"\\\\cup\", true);\r\ndefineSymbol(math, main, bin, \"\\u2216\", \"\\\\setminus\", true);\r\ndefineSymbol(math, main, bin, \"\\u2227\", \"\\\\land\");\r\ndefineSymbol(math, main, bin, \"\\u2228\", \"\\\\lor\");\r\ndefineSymbol(math, main, bin, \"\\u2227\", \"\\\\wedge\", true);\r\ndefineSymbol(math, main, bin, \"\\u2228\", \"\\\\vee\", true);\r\ndefineSymbol(math, main, textord, \"\\u221a\", \"\\\\surd\");\r\ndefineSymbol(math, main, open, \"\\u27e8\", \"\\\\langle\", true);\r\ndefineSymbol(math, main, open, \"\\u2223\", \"\\\\lvert\");\r\ndefineSymbol(math, main, open, \"\\u2225\", \"\\\\lVert\");\r\ndefineSymbol(math, main, close, \"?\", \"?\");\r\ndefineSymbol(math, main, close, \"!\", \"!\");\r\ndefineSymbol(math, main, close, \"\\u27e9\", \"\\\\rangle\", true);\r\ndefineSymbol(math, main, close, \"\\u2223\", \"\\\\rvert\");\r\ndefineSymbol(math, main, close, \"\\u2225\", \"\\\\rVert\");\r\ndefineSymbol(math, main, rel, \"=\", \"=\");\r\ndefineSymbol(math, main, rel, \":\", \":\");\r\ndefineSymbol(math, main, rel, \"\\u2248\", \"\\\\approx\", true);\r\ndefineSymbol(math, main, rel, \"\\u2245\", \"\\\\cong\", true);\r\ndefineSymbol(math, main, rel, \"\\u2265\", \"\\\\ge\");\r\ndefineSymbol(math, main, rel, \"\\u2265\", \"\\\\geq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2190\", \"\\\\gets\");\r\ndefineSymbol(math, main, rel, \">\", \"\\\\gt\", true);\r\ndefineSymbol(math, main, rel, \"\\u2208\", \"\\\\in\", true);\r\ndefineSymbol(math, main, rel, \"\\ue020\", \"\\\\@not\");\r\ndefineSymbol(math, main, rel, \"\\u2282\", \"\\\\subset\", true);\r\ndefineSymbol(math, main, rel, \"\\u2283\", \"\\\\supset\", true);\r\ndefineSymbol(math, main, rel, \"\\u2286\", \"\\\\subseteq\", true);\r\ndefineSymbol(math, main, rel, \"\\u2287\", \"\\\\supseteq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2288\", \"\\\\nsubseteq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2289\", \"\\\\nsupseteq\", true);\r\ndefineSymbol(math, main, rel, \"\\u22a8\", \"\\\\models\");\r\ndefineSymbol(math, main, rel, \"\\u2190\", \"\\\\leftarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u2264\", \"\\\\le\");\r\ndefineSymbol(math, main, rel, \"\\u2264\", \"\\\\leq\", true);\r\ndefineSymbol(math, main, rel, \"<\", \"\\\\lt\", true);\r\ndefineSymbol(math, main, rel, \"\\u2192\", \"\\\\rightarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u2192\", \"\\\\to\");\r\ndefineSymbol(math, ams, rel, \"\\u2271\", \"\\\\ngeq\", true);\r\ndefineSymbol(math, ams, rel, \"\\u2270\", \"\\\\nleq\", true);\r\ndefineSymbol(math, main, spacing, \"\\u00a0\", \"\\\\ \");\r\ndefineSymbol(math, main, spacing, \"\\u00a0\", \"\\\\space\"); // Ref: LaTeX Source 2e: \\DeclareRobustCommand{\\nobreakspace}{%\r\n\r\ndefineSymbol(math, main, spacing, \"\\u00a0\", \"\\\\nobreakspace\");\r\ndefineSymbol(text, main, spacing, \"\\u00a0\", \"\\\\ \");\r\ndefineSymbol(text, main, spacing, \"\\u00a0\", \" \");\r\ndefineSymbol(text, main, spacing, \"\\u00a0\", \"\\\\space\");\r\ndefineSymbol(text, main, spacing, \"\\u00a0\", \"\\\\nobreakspace\");\r\ndefineSymbol(math, main, spacing, null, \"\\\\nobreak\");\r\ndefineSymbol(math, main, spacing, null, \"\\\\allowbreak\");\r\ndefineSymbol(math, main, punct, \",\", \",\");\r\ndefineSymbol(math, main, punct, \";\", \";\");\r\ndefineSymbol(math, ams, bin, \"\\u22bc\", \"\\\\barwedge\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22bb\", \"\\\\veebar\", true);\r\ndefineSymbol(math, main, bin, \"\\u2299\", \"\\\\odot\", true);\r\ndefineSymbol(math, main, bin, \"\\u2295\", \"\\\\oplus\", true);\r\ndefineSymbol(math, main, bin, \"\\u2297\", \"\\\\otimes\", true);\r\ndefineSymbol(math, main, textord, \"\\u2202\", \"\\\\partial\", true);\r\ndefineSymbol(math, main, bin, \"\\u2298\", \"\\\\oslash\", true);\r\ndefineSymbol(math, ams, bin, \"\\u229a\", \"\\\\circledcirc\", true);\r\ndefineSymbol(math, ams, bin, \"\\u22a1\", \"\\\\boxdot\", true);\r\ndefineSymbol(math, main, bin, \"\\u25b3\", \"\\\\bigtriangleup\");\r\ndefineSymbol(math, main, bin, \"\\u25bd\", \"\\\\bigtriangledown\");\r\ndefineSymbol(math, main, bin, \"\\u2020\", \"\\\\dagger\");\r\ndefineSymbol(math, main, bin, \"\\u22c4\", \"\\\\diamond\");\r\ndefineSymbol(math, main, bin, \"\\u22c6\", \"\\\\star\");\r\ndefineSymbol(math, main, bin, \"\\u25c3\", \"\\\\triangleleft\");\r\ndefineSymbol(math, main, bin, \"\\u25b9\", \"\\\\triangleright\");\r\ndefineSymbol(math, main, open, \"{\", \"\\\\{\");\r\ndefineSymbol(text, main, textord, \"{\", \"\\\\{\");\r\ndefineSymbol(text, main, textord, \"{\", \"\\\\textbraceleft\");\r\ndefineSymbol(math, main, close, \"}\", \"\\\\}\");\r\ndefineSymbol(text, main, textord, \"}\", \"\\\\}\");\r\ndefineSymbol(text, main, textord, \"}\", \"\\\\textbraceright\");\r\ndefineSymbol(math, main, open, \"{\", \"\\\\lbrace\");\r\ndefineSymbol(math, main, close, \"}\", \"\\\\rbrace\");\r\ndefineSymbol(math, main, open, \"[\", \"\\\\lbrack\", true);\r\ndefineSymbol(text, main, textord, \"[\", \"\\\\lbrack\", true);\r\ndefineSymbol(math, main, close, \"]\", \"\\\\rbrack\", true);\r\ndefineSymbol(text, main, textord, \"]\", \"\\\\rbrack\", true);\r\ndefineSymbol(math, main, open, \"(\", \"\\\\lparen\", true);\r\ndefineSymbol(math, main, close, \")\", \"\\\\rparen\", true);\r\ndefineSymbol(text, main, textord, \"<\", \"\\\\textless\", true); // in T1 fontenc\r\n\r\ndefineSymbol(text, main, textord, \">\", \"\\\\textgreater\", true); // in T1 fontenc\r\n\r\ndefineSymbol(math, main, open, \"\\u230a\", \"\\\\lfloor\", true);\r\ndefineSymbol(math, main, close, \"\\u230b\", \"\\\\rfloor\", true);\r\ndefineSymbol(math, main, open, \"\\u2308\", \"\\\\lceil\", true);\r\ndefineSymbol(math, main, close, \"\\u2309\", \"\\\\rceil\", true);\r\ndefineSymbol(math, main, textord, \"\\\\\", \"\\\\backslash\");\r\ndefineSymbol(math, main, textord, \"\\u2223\", \"|\");\r\ndefineSymbol(math, main, textord, \"\\u2223\", \"\\\\vert\");\r\ndefineSymbol(text, main, textord, \"|\", \"\\\\textbar\", true); // in T1 fontenc\r\n\r\ndefineSymbol(math, main, textord, \"\\u2225\", \"\\\\|\");\r\ndefineSymbol(math, main, textord, \"\\u2225\", \"\\\\Vert\");\r\ndefineSymbol(text, main, textord, \"\\u2225\", \"\\\\textbardbl\");\r\ndefineSymbol(text, main, textord, \"~\", \"\\\\textasciitilde\");\r\ndefineSymbol(text, main, textord, \"\\\\\", \"\\\\textbackslash\");\r\ndefineSymbol(text, main, textord, \"^\", \"\\\\textasciicircum\");\r\ndefineSymbol(math, main, rel, \"\\u2191\", \"\\\\uparrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21d1\", \"\\\\Uparrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u2193\", \"\\\\downarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21d3\", \"\\\\Downarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u2195\", \"\\\\updownarrow\", true);\r\ndefineSymbol(math, main, rel, \"\\u21d5\", \"\\\\Updownarrow\", true);\r\ndefineSymbol(math, main, op, \"\\u2210\", \"\\\\coprod\");\r\ndefineSymbol(math, main, op, \"\\u22c1\", \"\\\\bigvee\");\r\ndefineSymbol(math, main, op, \"\\u22c0\", \"\\\\bigwedge\");\r\ndefineSymbol(math, main, op, \"\\u2a04\", \"\\\\biguplus\");\r\ndefineSymbol(math, main, op, \"\\u22c2\", \"\\\\bigcap\");\r\ndefineSymbol(math, main, op, \"\\u22c3\", \"\\\\bigcup\");\r\ndefineSymbol(math, main, op, \"\\u222b\", \"\\\\int\");\r\ndefineSymbol(math, main, op, \"\\u222b\", \"\\\\intop\");\r\ndefineSymbol(math, main, op, \"\\u222c\", \"\\\\iint\");\r\ndefineSymbol(math, main, op, \"\\u222d\", \"\\\\iiint\");\r\ndefineSymbol(math, main, op, \"\\u220f\", \"\\\\prod\");\r\ndefineSymbol(math, main, op, \"\\u2211\", \"\\\\sum\");\r\ndefineSymbol(math, main, op, \"\\u2a02\", \"\\\\bigotimes\");\r\ndefineSymbol(math, main, op, \"\\u2a01\", \"\\\\bigoplus\");\r\ndefineSymbol(math, main, op, \"\\u2a00\", \"\\\\bigodot\");\r\ndefineSymbol(math, main, op, \"\\u222e\", \"\\\\oint\");\r\ndefineSymbol(math, main, op, \"\\u222f\", \"\\\\oiint\");\r\ndefineSymbol(math, main, op, \"\\u2230\", \"\\\\oiiint\");\r\ndefineSymbol(math, main, op, \"\\u2a06\", \"\\\\bigsqcup\");\r\ndefineSymbol(math, main, op, \"\\u222b\", \"\\\\smallint\");\r\ndefineSymbol(text, main, inner, \"\\u2026\", \"\\\\textellipsis\");\r\ndefineSymbol(math, main, inner, \"\\u2026\", \"\\\\mathellipsis\");\r\ndefineSymbol(text, main, inner, \"\\u2026\", \"\\\\ldots\", true);\r\ndefineSymbol(math, main, inner, \"\\u2026\", \"\\\\ldots\", true);\r\ndefineSymbol(math, main, inner, \"\\u22ef\", \"\\\\@cdots\", true);\r\ndefineSymbol(math, main, inner, \"\\u22f1\", \"\\\\ddots\", true);\r\ndefineSymbol(math, main, textord, \"\\u22ee\", \"\\\\varvdots\"); // \\vdots is a macro\r\n\r\ndefineSymbol(math, main, accent, \"\\u02ca\", \"\\\\acute\");\r\ndefineSymbol(math, main, accent, \"\\u02cb\", \"\\\\grave\");\r\ndefineSymbol(math, main, accent, \"\\u00a8\", \"\\\\ddot\");\r\ndefineSymbol(math, main, accent, \"\\u007e\", \"\\\\tilde\");\r\ndefineSymbol(math, main, accent, \"\\u02c9\", \"\\\\bar\");\r\ndefineSymbol(math, main, accent, \"\\u02d8\", \"\\\\breve\");\r\ndefineSymbol(math, main, accent, \"\\u02c7\", \"\\\\check\");\r\ndefineSymbol(math, main, accent, \"\\u005e\", \"\\\\hat\");\r\ndefineSymbol(math, main, accent, \"\\u20d7\", \"\\\\vec\");\r\ndefineSymbol(math, main, accent, \"\\u02d9\", \"\\\\dot\");\r\ndefineSymbol(math, main, accent, \"\\u02da\", \"\\\\mathring\"); // \\imath and \\jmath should be invariant to \\mathrm, \\mathbf, etc., so use PUA\r\n\r\ndefineSymbol(math, main, mathord, \"\\ue131\", \"\\\\@imath\");\r\ndefineSymbol(math, main, mathord, \"\\ue237\", \"\\\\@jmath\");\r\ndefineSymbol(math, main, textord, \"\\u0131\", \"\\u0131\");\r\ndefineSymbol(math, main, textord, \"\\u0237\", \"\\u0237\");\r\ndefineSymbol(text, main, textord, \"\\u0131\", \"\\\\i\", true);\r\ndefineSymbol(text, main, textord, \"\\u0237\", \"\\\\j\", true);\r\ndefineSymbol(text, main, textord, \"\\u00df\", \"\\\\ss\", true);\r\ndefineSymbol(text, main, textord, \"\\u00e6\", \"\\\\ae\", true);\r\ndefineSymbol(text, main, textord, \"\\u0153\", \"\\\\oe\", true);\r\ndefineSymbol(text, main, textord, \"\\u00f8\", \"\\\\o\", true);\r\ndefineSymbol(text, main, textord, \"\\u00c6\", \"\\\\AE\", true);\r\ndefineSymbol(text, main, textord, \"\\u0152\", \"\\\\OE\", true);\r\ndefineSymbol(text, main, textord, \"\\u00d8\", \"\\\\O\", true);\r\ndefineSymbol(text, main, accent, \"\\u02ca\", \"\\\\'\"); // acute\r\n\r\ndefineSymbol(text, main, accent, \"\\u02cb\", \"\\\\`\"); // grave\r\n\r\ndefineSymbol(text, main, accent, \"\\u02c6\", \"\\\\^\"); // circumflex\r\n\r\ndefineSymbol(text, main, accent, \"\\u02dc\", \"\\\\~\"); // tilde\r\n\r\ndefineSymbol(text, main, accent, \"\\u02c9\", \"\\\\=\"); // macron\r\n\r\ndefineSymbol(text, main, accent, \"\\u02d8\", \"\\\\u\"); // breve\r\n\r\ndefineSymbol(text, main, accent, \"\\u02d9\", \"\\\\.\"); // dot above\r\n\r\ndefineSymbol(text, main, accent, \"\\u00b8\", \"\\\\c\"); // cedilla\r\n\r\ndefineSymbol(text, main, accent, \"\\u02da\", \"\\\\r\"); // ring above\r\n\r\ndefineSymbol(text, main, accent, \"\\u02c7\", \"\\\\v\"); // caron\r\n\r\ndefineSymbol(text, main, accent, \"\\u00a8\", '\\\\\"'); // diaresis\r\n\r\ndefineSymbol(text, main, accent, \"\\u02dd\", \"\\\\H\"); // double acute\r\n\r\ndefineSymbol(text, main, accent, \"\\u25ef\", \"\\\\textcircled\"); // \\bigcirc glyph\r\n// These ligatures are detected and created in Parser.js's `formLigatures`.\r\n\r\nvar ligatures = {\r\n \"--\": true,\r\n \"---\": true,\r\n \"``\": true,\r\n \"''\": true\r\n};\r\ndefineSymbol(text, main, textord, \"\\u2013\", \"--\", true);\r\ndefineSymbol(text, main, textord, \"\\u2013\", \"\\\\textendash\");\r\ndefineSymbol(text, main, textord, \"\\u2014\", \"---\", true);\r\ndefineSymbol(text, main, textord, \"\\u2014\", \"\\\\textemdash\");\r\ndefineSymbol(text, main, textord, \"\\u2018\", \"`\", true);\r\ndefineSymbol(text, main, textord, \"\\u2018\", \"\\\\textquoteleft\");\r\ndefineSymbol(text, main, textord, \"\\u2019\", \"'\", true);\r\ndefineSymbol(text, main, textord, \"\\u2019\", \"\\\\textquoteright\");\r\ndefineSymbol(text, main, textord, \"\\u201c\", \"``\", true);\r\ndefineSymbol(text, main, textord, \"\\u201c\", \"\\\\textquotedblleft\");\r\ndefineSymbol(text, main, textord, \"\\u201d\", \"''\", true);\r\ndefineSymbol(text, main, textord, \"\\u201d\", \"\\\\textquotedblright\"); // \\degree from gensymb package\r\n\r\ndefineSymbol(math, main, textord, \"\\u00b0\", \"\\\\degree\", true);\r\ndefineSymbol(text, main, textord, \"\\u00b0\", \"\\\\degree\"); // \\textdegree from inputenc package\r\n\r\ndefineSymbol(text, main, textord, \"\\u00b0\", \"\\\\textdegree\", true); // TODO: In LaTeX, \\pounds can generate a different character in text and math\r\n// mode, but among our fonts, only Main-Regular defines this character \"163\".\r\n\r\ndefineSymbol(math, main, textord, \"\\u00a3\", \"\\\\pounds\");\r\ndefineSymbol(math, main, textord, \"\\u00a3\", \"\\\\mathsterling\", true);\r\ndefineSymbol(text, main, textord, \"\\u00a3\", \"\\\\pounds\");\r\ndefineSymbol(text, main, textord, \"\\u00a3\", \"\\\\textsterling\", true);\r\ndefineSymbol(math, ams, textord, \"\\u2720\", \"\\\\maltese\");\r\ndefineSymbol(text, ams, textord, \"\\u2720\", \"\\\\maltese\"); // There are lots of symbols which are the same, so we add them in afterwards.\r\n// All of these are textords in math mode\r\n\r\nvar mathTextSymbols = \"0123456789/@.\\\"\";\r\n\r\nfor (var i = 0; i < mathTextSymbols.length; i++) {\r\n var ch = mathTextSymbols.charAt(i);\r\n defineSymbol(math, main, textord, ch, ch);\r\n} // All of these are textords in text mode\r\n\r\n\r\nvar textSymbols = \"0123456789!@*()-=+\\\";:?/.,\";\r\n\r\nfor (var _i = 0; _i < textSymbols.length; _i++) {\r\n var _ch = textSymbols.charAt(_i);\r\n\r\n defineSymbol(text, main, textord, _ch, _ch);\r\n} // All of these are textords in text mode, and mathords in math mode\r\n\r\n\r\nvar letters = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\r\n\r\nfor (var _i2 = 0; _i2 < letters.length; _i2++) {\r\n var _ch2 = letters.charAt(_i2);\r\n\r\n defineSymbol(math, main, mathord, _ch2, _ch2);\r\n defineSymbol(text, main, textord, _ch2, _ch2);\r\n} // Blackboard bold and script letters in Unicode range\r\n\r\n\r\ndefineSymbol(math, ams, textord, \"C\", \"\\u2102\"); // blackboard bold\r\n\r\ndefineSymbol(text, ams, textord, \"C\", \"\\u2102\");\r\ndefineSymbol(math, ams, textord, \"H\", \"\\u210D\");\r\ndefineSymbol(text, ams, textord, \"H\", \"\\u210D\");\r\ndefineSymbol(math, ams, textord, \"N\", \"\\u2115\");\r\ndefineSymbol(text, ams, textord, \"N\", \"\\u2115\");\r\ndefineSymbol(math, ams, textord, \"P\", \"\\u2119\");\r\ndefineSymbol(text, ams, textord, \"P\", \"\\u2119\");\r\ndefineSymbol(math, ams, textord, \"Q\", \"\\u211A\");\r\ndefineSymbol(text, ams, textord, \"Q\", \"\\u211A\");\r\ndefineSymbol(math, ams, textord, \"R\", \"\\u211D\");\r\ndefineSymbol(text, ams, textord, \"R\", \"\\u211D\");\r\ndefineSymbol(math, ams, textord, \"Z\", \"\\u2124\");\r\ndefineSymbol(text, ams, textord, \"Z\", \"\\u2124\");\r\ndefineSymbol(math, main, mathord, \"h\", \"\\u210E\"); // italic h, Planck constant\r\n\r\ndefineSymbol(text, main, mathord, \"h\", \"\\u210E\"); // The next loop loads wide (surrogate pair) characters.\r\n// We support some letters in the Unicode range U+1D400 to U+1D7FF,\r\n// Mathematical Alphanumeric Symbols.\r\n// Some editors do not deal well with wide characters. So don't write the\r\n// string into this file. Instead, create the string from the surrogate pair.\r\n\r\nvar wideChar = \"\";\r\n\r\nfor (var _i3 = 0; _i3 < letters.length; _i3++) {\r\n var _ch3 = letters.charAt(_i3); // The hex numbers in the next line are a surrogate pair.\r\n // 0xD835 is the high surrogate for all letters in the range we support.\r\n // 0xDC00 is the low surrogate for bold A.\r\n\r\n\r\n wideChar = String.fromCharCode(0xD835, 0xDC00 + _i3); // A-Z a-z bold\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDC34 + _i3); // A-Z a-z italic\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDC68 + _i3); // A-Z a-z bold italic\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDD04 + _i3); // A-Z a-z Fractur\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDD6C + _i3); // A-Z a-z bold Fractur\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDDA0 + _i3); // A-Z a-z sans-serif\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDDD4 + _i3); // A-Z a-z sans bold\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDE08 + _i3); // A-Z a-z sans italic\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDE70 + _i3); // A-Z a-z monospace\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n\r\n if (_i3 < 26) {\r\n // KaTeX fonts have only capital letters for blackboard bold and script.\r\n // See exception for k below.\r\n wideChar = String.fromCharCode(0xD835, 0xDD38 + _i3); // A-Z double struck\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDC9C + _i3); // A-Z script\r\n\r\n defineSymbol(math, main, mathord, _ch3, wideChar);\r\n defineSymbol(text, main, textord, _ch3, wideChar);\r\n } // TODO: Add bold script when it is supported by a KaTeX font.\r\n\r\n} // \"k\" is the only double struck lower case letter in the KaTeX fonts.\r\n\r\n\r\nwideChar = String.fromCharCode(0xD835, 0xDD5C); // k double struck\r\n\r\ndefineSymbol(math, main, mathord, \"k\", wideChar);\r\ndefineSymbol(text, main, textord, \"k\", wideChar); // Next, some wide character numerals\r\n\r\nfor (var _i4 = 0; _i4 < 10; _i4++) {\r\n var _ch4 = _i4.toString();\r\n\r\n wideChar = String.fromCharCode(0xD835, 0xDFCE + _i4); // 0-9 bold\r\n\r\n defineSymbol(math, main, mathord, _ch4, wideChar);\r\n defineSymbol(text, main, textord, _ch4, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDFE2 + _i4); // 0-9 sans serif\r\n\r\n defineSymbol(math, main, mathord, _ch4, wideChar);\r\n defineSymbol(text, main, textord, _ch4, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDFEC + _i4); // 0-9 bold sans\r\n\r\n defineSymbol(math, main, mathord, _ch4, wideChar);\r\n defineSymbol(text, main, textord, _ch4, wideChar);\r\n wideChar = String.fromCharCode(0xD835, 0xDFF6 + _i4); // 0-9 monospace\r\n\r\n defineSymbol(math, main, mathord, _ch4, wideChar);\r\n defineSymbol(text, main, textord, _ch4, wideChar);\r\n} // We add these Latin-1 letters as symbols for backwards-compatibility,\r\n// but they are not actually in the font, nor are they supported by the\r\n// Unicode accent mechanism, so they fall back to Times font and look ugly.\r\n// TODO(edemaine): Fix this.\r\n\r\n\r\nvar extraLatin = \"\\u00d0\\u00de\\u00fe\";\r\n\r\nfor (var _i5 = 0; _i5 < extraLatin.length; _i5++) {\r\n var _ch5 = extraLatin.charAt(_i5);\r\n\r\n defineSymbol(math, main, mathord, _ch5, _ch5);\r\n defineSymbol(text, main, textord, _ch5, _ch5);\r\n}\r\n\r\n/**\r\n * This file provides support for Unicode range U+1D400 to U+1D7FF,\r\n * Mathematical Alphanumeric Symbols.\r\n *\r\n * Function wideCharacterFont takes a wide character as input and returns\r\n * the font information necessary to render it properly.\r\n */\r\n/**\r\n * Data below is from https://www.unicode.org/charts/PDF/U1D400.pdf\r\n * That document sorts characters into groups by font type, say bold or italic.\r\n *\r\n * In the arrays below, each subarray consists three elements:\r\n * * The CSS class of that group when in math mode.\r\n * * The CSS class of that group when in text mode.\r\n * * The font name, so that KaTeX can get font metrics.\r\n */\r\n\r\nvar wideLatinLetterData = [[\"mathbf\", \"textbf\", \"Main-Bold\"], // A-Z bold upright\r\n[\"mathbf\", \"textbf\", \"Main-Bold\"], // a-z bold upright\r\n[\"mathnormal\", \"textit\", \"Math-Italic\"], // A-Z italic\r\n[\"mathnormal\", \"textit\", \"Math-Italic\"], // a-z italic\r\n[\"boldsymbol\", \"boldsymbol\", \"Main-BoldItalic\"], // A-Z bold italic\r\n[\"boldsymbol\", \"boldsymbol\", \"Main-BoldItalic\"], // a-z bold italic\r\n// Map fancy A-Z letters to script, not calligraphic.\r\n// This aligns with unicode-math and math fonts (except Cambria Math).\r\n[\"mathscr\", \"textscr\", \"Script-Regular\"], // A-Z script\r\n[\"\", \"\", \"\"], // a-z script. No font\r\n[\"\", \"\", \"\"], // A-Z bold script. No font\r\n[\"\", \"\", \"\"], // a-z bold script. No font\r\n[\"mathfrak\", \"textfrak\", \"Fraktur-Regular\"], // A-Z Fraktur\r\n[\"mathfrak\", \"textfrak\", \"Fraktur-Regular\"], // a-z Fraktur\r\n[\"mathbb\", \"textbb\", \"AMS-Regular\"], // A-Z double-struck\r\n[\"mathbb\", \"textbb\", \"AMS-Regular\"], // k double-struck\r\n// Note that we are using a bold font, but font metrics for regular Fraktur.\r\n[\"mathboldfrak\", \"textboldfrak\", \"Fraktur-Regular\"], // A-Z bold Fraktur\r\n[\"mathboldfrak\", \"textboldfrak\", \"Fraktur-Regular\"], // a-z bold Fraktur\r\n[\"mathsf\", \"textsf\", \"SansSerif-Regular\"], // A-Z sans-serif\r\n[\"mathsf\", \"textsf\", \"SansSerif-Regular\"], // a-z sans-serif\r\n[\"mathboldsf\", \"textboldsf\", \"SansSerif-Bold\"], // A-Z bold sans-serif\r\n[\"mathboldsf\", \"textboldsf\", \"SansSerif-Bold\"], // a-z bold sans-serif\r\n[\"mathitsf\", \"textitsf\", \"SansSerif-Italic\"], // A-Z italic sans-serif\r\n[\"mathitsf\", \"textitsf\", \"SansSerif-Italic\"], // a-z italic sans-serif\r\n[\"\", \"\", \"\"], // A-Z bold italic sans. No font\r\n[\"\", \"\", \"\"], // a-z bold italic sans. No font\r\n[\"mathtt\", \"texttt\", \"Typewriter-Regular\"], // A-Z monospace\r\n[\"mathtt\", \"texttt\", \"Typewriter-Regular\"] // a-z monospace\r\n];\r\nvar wideNumeralData = [[\"mathbf\", \"textbf\", \"Main-Bold\"], // 0-9 bold\r\n[\"\", \"\", \"\"], // 0-9 double-struck. No KaTeX font.\r\n[\"mathsf\", \"textsf\", \"SansSerif-Regular\"], // 0-9 sans-serif\r\n[\"mathboldsf\", \"textboldsf\", \"SansSerif-Bold\"], // 0-9 bold sans-serif\r\n[\"mathtt\", \"texttt\", \"Typewriter-Regular\"] // 0-9 monospace\r\n];\r\nvar wideCharacterFont = function wideCharacterFont(wideChar, mode) {\r\n // IE doesn't support codePointAt(). So work with the surrogate pair.\r\n var H = wideChar.charCodeAt(0); // high surrogate\r\n\r\n var L = wideChar.charCodeAt(1); // low surrogate\r\n\r\n var codePoint = (H - 0xD800) * 0x400 + (L - 0xDC00) + 0x10000;\r\n var j = mode === \"math\" ? 0 : 1; // column index for CSS class.\r\n\r\n if (0x1D400 <= codePoint && codePoint < 0x1D6A4) {\r\n // wideLatinLetterData contains exactly 26 chars on each row.\r\n // So we can calculate the relevant row. No traverse necessary.\r\n var i = Math.floor((codePoint - 0x1D400) / 26);\r\n return [wideLatinLetterData[i][2], wideLatinLetterData[i][j]];\r\n } else if (0x1D7CE <= codePoint && codePoint <= 0x1D7FF) {\r\n // Numerals, ten per row.\r\n var _i = Math.floor((codePoint - 0x1D7CE) / 10);\r\n\r\n return [wideNumeralData[_i][2], wideNumeralData[_i][j]];\r\n } else if (codePoint === 0x1D6A5 || codePoint === 0x1D6A6) {\r\n // dotless i or j\r\n return [wideLatinLetterData[0][2], wideLatinLetterData[0][j]];\r\n } else if (0x1D6A6 < codePoint && codePoint < 0x1D7CE) {\r\n // Greek letters. Not supported, yet.\r\n return [\"\", \"\"];\r\n } else {\r\n // We don't support any wide characters outside 1D400–1D7FF.\r\n throw new ParseError(\"Unsupported character: \" + wideChar);\r\n }\r\n};\r\n\r\n/* eslint no-console:0 */\r\n\r\n/**\r\n * Looks up the given symbol in fontMetrics, after applying any symbol\r\n * replacements defined in symbol.js\r\n */\r\nvar lookupSymbol = function lookupSymbol(value, // TODO(#963): Use a union type for this.\r\nfontName, mode) {\r\n // Replace the value with its replaced value from symbol.js\r\n if (symbols[mode][value] && symbols[mode][value].replace) {\r\n value = symbols[mode][value].replace;\r\n }\r\n\r\n return {\r\n value: value,\r\n metrics: getCharacterMetrics(value, fontName, mode)\r\n };\r\n};\r\n/**\r\n * Makes a symbolNode after translation via the list of symbols in symbols.js.\r\n * Correctly pulls out metrics for the character, and optionally takes a list of\r\n * classes to be attached to the node.\r\n *\r\n * TODO: make argument order closer to makeSpan\r\n * TODO: add a separate argument for math class (e.g. `mop`, `mbin`), which\r\n * should if present come first in `classes`.\r\n * TODO(#953): Make `options` mandatory and always pass it in.\r\n */\r\n\r\n\r\nvar makeSymbol = function makeSymbol(value, fontName, mode, options, classes) {\r\n var lookup = lookupSymbol(value, fontName, mode);\r\n var metrics = lookup.metrics;\r\n value = lookup.value;\r\n var symbolNode;\r\n\r\n if (metrics) {\r\n var italic = metrics.italic;\r\n\r\n if (mode === \"text\" || options && options.font === \"mathit\") {\r\n italic = 0;\r\n }\r\n\r\n symbolNode = new SymbolNode(value, metrics.height, metrics.depth, italic, metrics.skew, metrics.width, classes);\r\n } else {\r\n // TODO(emily): Figure out a good way to only print this in development\r\n typeof console !== \"undefined\" && console.warn(\"No character metrics \" + (\"for '\" + value + \"' in style '\" + fontName + \"' and mode '\" + mode + \"'\"));\r\n symbolNode = new SymbolNode(value, 0, 0, 0, 0, 0, classes);\r\n }\r\n\r\n if (options) {\r\n symbolNode.maxFontSize = options.sizeMultiplier;\r\n\r\n if (options.style.isTight()) {\r\n symbolNode.classes.push(\"mtight\");\r\n }\r\n\r\n var color = options.getColor();\r\n\r\n if (color) {\r\n symbolNode.style.color = color;\r\n }\r\n }\r\n\r\n return symbolNode;\r\n};\r\n/**\r\n * Makes a symbol in Main-Regular or AMS-Regular.\r\n * Used for rel, bin, open, close, inner, and punct.\r\n */\r\n\r\n\r\nvar mathsym = function mathsym(value, mode, options, classes) {\r\n if (classes === void 0) {\r\n classes = [];\r\n }\r\n\r\n // Decide what font to render the symbol in by its entry in the symbols\r\n // table.\r\n // Have a special case for when the value = \\ because the \\ is used as a\r\n // textord in unsupported command errors but cannot be parsed as a regular\r\n // text ordinal and is therefore not present as a symbol in the symbols\r\n // table for text, as well as a special case for boldsymbol because it\r\n // can be used for bold + and -\r\n if (options.font === \"boldsymbol\" && lookupSymbol(value, \"Main-Bold\", mode).metrics) {\r\n return makeSymbol(value, \"Main-Bold\", mode, options, classes.concat([\"mathbf\"]));\r\n } else if (value === \"\\\\\" || symbols[mode][value].font === \"main\") {\r\n return makeSymbol(value, \"Main-Regular\", mode, options, classes);\r\n } else {\r\n return makeSymbol(value, \"AMS-Regular\", mode, options, classes.concat([\"amsrm\"]));\r\n }\r\n};\r\n/**\r\n * Determines which of the two font names (Main-Bold and Math-BoldItalic) and\r\n * corresponding style tags (mathbf or boldsymbol) to use for font \"boldsymbol\",\r\n * depending on the symbol. Use this function instead of fontMap for font\r\n * \"boldsymbol\".\r\n */\r\n\r\n\r\nvar boldsymbol = function boldsymbol(value, mode, options, classes, type) {\r\n if (type !== \"textord\" && lookupSymbol(value, \"Math-BoldItalic\", mode).metrics) {\r\n return {\r\n fontName: \"Math-BoldItalic\",\r\n fontClass: \"boldsymbol\"\r\n };\r\n } else {\r\n // Some glyphs do not exist in Math-BoldItalic so we need to use\r\n // Main-Bold instead.\r\n return {\r\n fontName: \"Main-Bold\",\r\n fontClass: \"mathbf\"\r\n };\r\n }\r\n};\r\n/**\r\n * Makes either a mathord or textord in the correct font and color.\r\n */\r\n\r\n\r\nvar makeOrd = function makeOrd(group, options, type) {\r\n var mode = group.mode;\r\n var text = group.text;\r\n var classes = [\"mord\"]; // Math mode or Old font (i.e. \\rm)\r\n\r\n var isFont = mode === \"math\" || mode === \"text\" && options.font;\r\n var fontOrFamily = isFont ? options.font : options.fontFamily;\r\n var wideFontName = \"\";\r\n var wideFontClass = \"\";\r\n\r\n if (text.charCodeAt(0) === 0xD835) {\r\n [wideFontName, wideFontClass] = wideCharacterFont(text, mode);\r\n }\r\n\r\n if (wideFontName.length > 0) {\r\n // surrogate pairs get special treatment\r\n return makeSymbol(text, wideFontName, mode, options, classes.concat(wideFontClass));\r\n } else if (fontOrFamily) {\r\n var fontName;\r\n var fontClasses;\r\n\r\n if (fontOrFamily === \"boldsymbol\") {\r\n var fontData = boldsymbol(text, mode, options, classes, type);\r\n fontName = fontData.fontName;\r\n fontClasses = [fontData.fontClass];\r\n } else if (isFont) {\r\n fontName = fontMap[fontOrFamily].fontName;\r\n fontClasses = [fontOrFamily];\r\n } else {\r\n fontName = retrieveTextFontName(fontOrFamily, options.fontWeight, options.fontShape);\r\n fontClasses = [fontOrFamily, options.fontWeight, options.fontShape];\r\n }\r\n\r\n if (lookupSymbol(text, fontName, mode).metrics) {\r\n return makeSymbol(text, fontName, mode, options, classes.concat(fontClasses));\r\n } else if (ligatures.hasOwnProperty(text) && fontName.slice(0, 10) === \"Typewriter\") {\r\n // Deconstruct ligatures in monospace fonts (\\texttt, \\tt).\r\n var parts = [];\r\n\r\n for (var i = 0; i < text.length; i++) {\r\n parts.push(makeSymbol(text[i], fontName, mode, options, classes.concat(fontClasses)));\r\n }\r\n\r\n return makeFragment(parts);\r\n }\r\n } // Makes a symbol in the default font for mathords and textords.\r\n\r\n\r\n if (type === \"mathord\") {\r\n return makeSymbol(text, \"Math-Italic\", mode, options, classes.concat([\"mathnormal\"]));\r\n } else if (type === \"textord\") {\r\n var font = symbols[mode][text] && symbols[mode][text].font;\r\n\r\n if (font === \"ams\") {\r\n var _fontName = retrieveTextFontName(\"amsrm\", options.fontWeight, options.fontShape);\r\n\r\n return makeSymbol(text, _fontName, mode, options, classes.concat(\"amsrm\", options.fontWeight, options.fontShape));\r\n } else if (font === \"main\" || !font) {\r\n var _fontName2 = retrieveTextFontName(\"textrm\", options.fontWeight, options.fontShape);\r\n\r\n return makeSymbol(text, _fontName2, mode, options, classes.concat(options.fontWeight, options.fontShape));\r\n } else {\r\n // fonts added by plugins\r\n var _fontName3 = retrieveTextFontName(font, options.fontWeight, options.fontShape); // We add font name as a css class\r\n\r\n\r\n return makeSymbol(text, _fontName3, mode, options, classes.concat(_fontName3, options.fontWeight, options.fontShape));\r\n }\r\n } else {\r\n throw new Error(\"unexpected type: \" + type + \" in makeOrd\");\r\n }\r\n};\r\n/**\r\n * Returns true if subsequent symbolNodes have the same classes, skew, maxFont,\r\n * and styles.\r\n */\r\n\r\n\r\nvar canCombine = (prev, next) => {\r\n if (createClass(prev.classes) !== createClass(next.classes) || prev.skew !== next.skew || prev.maxFontSize !== next.maxFontSize) {\r\n return false;\r\n } // If prev and next both are just \"mbin\"s or \"mord\"s we don't combine them\r\n // so that the proper spacing can be preserved.\r\n\r\n\r\n if (prev.classes.length === 1) {\r\n var cls = prev.classes[0];\r\n\r\n if (cls === \"mbin\" || cls === \"mord\") {\r\n return false;\r\n }\r\n }\r\n\r\n for (var style in prev.style) {\r\n if (prev.style.hasOwnProperty(style) && prev.style[style] !== next.style[style]) {\r\n return false;\r\n }\r\n }\r\n\r\n for (var _style in next.style) {\r\n if (next.style.hasOwnProperty(_style) && prev.style[_style] !== next.style[_style]) {\r\n return false;\r\n }\r\n }\r\n\r\n return true;\r\n};\r\n/**\r\n * Combine consecutive domTree.symbolNodes into a single symbolNode.\r\n * Note: this function mutates the argument.\r\n */\r\n\r\n\r\nvar tryCombineChars = chars => {\r\n for (var i = 0; i < chars.length - 1; i++) {\r\n var prev = chars[i];\r\n var next = chars[i + 1];\r\n\r\n if (prev instanceof SymbolNode && next instanceof SymbolNode && canCombine(prev, next)) {\r\n prev.text += next.text;\r\n prev.height = Math.max(prev.height, next.height);\r\n prev.depth = Math.max(prev.depth, next.depth); // Use the last character's italic correction since we use\r\n // it to add padding to the right of the span created from\r\n // the combined characters.\r\n\r\n prev.italic = next.italic;\r\n chars.splice(i + 1, 1);\r\n i--;\r\n }\r\n }\r\n\r\n return chars;\r\n};\r\n/**\r\n * Calculate the height, depth, and maxFontSize of an element based on its\r\n * children.\r\n */\r\n\r\n\r\nvar sizeElementFromChildren = function sizeElementFromChildren(elem) {\r\n var height = 0;\r\n var depth = 0;\r\n var maxFontSize = 0;\r\n\r\n for (var i = 0; i < elem.children.length; i++) {\r\n var child = elem.children[i];\r\n\r\n if (child.height > height) {\r\n height = child.height;\r\n }\r\n\r\n if (child.depth > depth) {\r\n depth = child.depth;\r\n }\r\n\r\n if (child.maxFontSize > maxFontSize) {\r\n maxFontSize = child.maxFontSize;\r\n }\r\n }\r\n\r\n elem.height = height;\r\n elem.depth = depth;\r\n elem.maxFontSize = maxFontSize;\r\n};\r\n/**\r\n * Makes a span with the given list of classes, list of children, and options.\r\n *\r\n * TODO(#953): Ensure that `options` is always provided (currently some call\r\n * sites don't pass it) and make the type below mandatory.\r\n * TODO: add a separate argument for math class (e.g. `mop`, `mbin`), which\r\n * should if present come first in `classes`.\r\n */\r\n\r\n\r\nvar makeSpan$2 = function makeSpan(classes, children, options, style) {\r\n var span = new Span(classes, children, options, style);\r\n sizeElementFromChildren(span);\r\n return span;\r\n}; // SVG one is simpler -- doesn't require height, depth, max-font setting.\r\n// This is also a separate method for typesafety.\r\n\r\n\r\nvar makeSvgSpan = (classes, children, options, style) => new Span(classes, children, options, style);\r\n\r\nvar makeLineSpan = function makeLineSpan(className, options, thickness) {\r\n var line = makeSpan$2([className], [], options);\r\n line.height = Math.max(thickness || options.fontMetrics().defaultRuleThickness, options.minRuleThickness);\r\n line.style.borderBottomWidth = makeEm(line.height);\r\n line.maxFontSize = 1.0;\r\n return line;\r\n};\r\n/**\r\n * Makes an anchor with the given href, list of classes, list of children,\r\n * and options.\r\n */\r\n\r\n\r\nvar makeAnchor = function makeAnchor(href, classes, children, options) {\r\n var anchor = new Anchor(href, classes, children, options);\r\n sizeElementFromChildren(anchor);\r\n return anchor;\r\n};\r\n/**\r\n * Makes a document fragment with the given list of children.\r\n */\r\n\r\n\r\nvar makeFragment = function makeFragment(children) {\r\n var fragment = new DocumentFragment(children);\r\n sizeElementFromChildren(fragment);\r\n return fragment;\r\n};\r\n/**\r\n * Wraps group in a span if it's a document fragment, allowing to apply classes\r\n * and styles\r\n */\r\n\r\n\r\nvar wrapFragment = function wrapFragment(group, options) {\r\n if (group instanceof DocumentFragment) {\r\n return makeSpan$2([], [group], options);\r\n }\r\n\r\n return group;\r\n}; // These are exact object types to catch typos in the names of the optional fields.\r\n\r\n\r\n// Computes the updated `children` list and the overall depth.\r\n//\r\n// This helper function for makeVList makes it easier to enforce type safety by\r\n// allowing early exits (returns) in the logic.\r\nvar getVListChildrenAndDepth = function getVListChildrenAndDepth(params) {\r\n if (params.positionType === \"individualShift\") {\r\n var oldChildren = params.children;\r\n var children = [oldChildren[0]]; // Add in kerns to the list of params.children to get each element to be\r\n // shifted to the correct specified shift\r\n\r\n var _depth = -oldChildren[0].shift - oldChildren[0].elem.depth;\r\n\r\n var currPos = _depth;\r\n\r\n for (var i = 1; i < oldChildren.length; i++) {\r\n var diff = -oldChildren[i].shift - currPos - oldChildren[i].elem.depth;\r\n var size = diff - (oldChildren[i - 1].elem.height + oldChildren[i - 1].elem.depth);\r\n currPos = currPos + diff;\r\n children.push({\r\n type: \"kern\",\r\n size\r\n });\r\n children.push(oldChildren[i]);\r\n }\r\n\r\n return {\r\n children,\r\n depth: _depth\r\n };\r\n }\r\n\r\n var depth;\r\n\r\n if (params.positionType === \"top\") {\r\n // We always start at the bottom, so calculate the bottom by adding up\r\n // all the sizes\r\n var bottom = params.positionData;\r\n\r\n for (var _i = 0; _i < params.children.length; _i++) {\r\n var child = params.children[_i];\r\n bottom -= child.type === \"kern\" ? child.size : child.elem.height + child.elem.depth;\r\n }\r\n\r\n depth = bottom;\r\n } else if (params.positionType === \"bottom\") {\r\n depth = -params.positionData;\r\n } else {\r\n var firstChild = params.children[0];\r\n\r\n if (firstChild.type !== \"elem\") {\r\n throw new Error('First child must have type \"elem\".');\r\n }\r\n\r\n if (params.positionType === \"shift\") {\r\n depth = -firstChild.elem.depth - params.positionData;\r\n } else if (params.positionType === \"firstBaseline\") {\r\n depth = -firstChild.elem.depth;\r\n } else {\r\n throw new Error(\"Invalid positionType \" + params.positionType + \".\");\r\n }\r\n }\r\n\r\n return {\r\n children: params.children,\r\n depth\r\n };\r\n};\r\n/**\r\n * Makes a vertical list by stacking elements and kerns on top of each other.\r\n * Allows for many different ways of specifying the positioning method.\r\n *\r\n * See VListParam documentation above.\r\n */\r\n\r\n\r\nvar makeVList = function makeVList(params, options) {\r\n var {\r\n children,\r\n depth\r\n } = getVListChildrenAndDepth(params); // Create a strut that is taller than any list item. The strut is added to\r\n // each item, where it will determine the item's baseline. Since it has\r\n // `overflow:hidden`, the strut's top edge will sit on the item's line box's\r\n // top edge and the strut's bottom edge will sit on the item's baseline,\r\n // with no additional line-height spacing. This allows the item baseline to\r\n // be positioned precisely without worrying about font ascent and\r\n // line-height.\r\n\r\n var pstrutSize = 0;\r\n\r\n for (var i = 0; i < children.length; i++) {\r\n var child = children[i];\r\n\r\n if (child.type === \"elem\") {\r\n var elem = child.elem;\r\n pstrutSize = Math.max(pstrutSize, elem.maxFontSize, elem.height);\r\n }\r\n }\r\n\r\n pstrutSize += 2;\r\n var pstrut = makeSpan$2([\"pstrut\"], []);\r\n pstrut.style.height = makeEm(pstrutSize); // Create a new list of actual children at the correct offsets\r\n\r\n var realChildren = [];\r\n var minPos = depth;\r\n var maxPos = depth;\r\n var currPos = depth;\r\n\r\n for (var _i2 = 0; _i2 < children.length; _i2++) {\r\n var _child = children[_i2];\r\n\r\n if (_child.type === \"kern\") {\r\n currPos += _child.size;\r\n } else {\r\n var _elem = _child.elem;\r\n var classes = _child.wrapperClasses || [];\r\n var style = _child.wrapperStyle || {};\r\n var childWrap = makeSpan$2(classes, [pstrut, _elem], undefined, style);\r\n childWrap.style.top = makeEm(-pstrutSize - currPos - _elem.depth);\r\n\r\n if (_child.marginLeft) {\r\n childWrap.style.marginLeft = _child.marginLeft;\r\n }\r\n\r\n if (_child.marginRight) {\r\n childWrap.style.marginRight = _child.marginRight;\r\n }\r\n\r\n realChildren.push(childWrap);\r\n currPos += _elem.height + _elem.depth;\r\n }\r\n\r\n minPos = Math.min(minPos, currPos);\r\n maxPos = Math.max(maxPos, currPos);\r\n } // The vlist contents go in a table-cell with `vertical-align:bottom`.\r\n // This cell's bottom edge will determine the containing table's baseline\r\n // without overly expanding the containing line-box.\r\n\r\n\r\n var vlist = makeSpan$2([\"vlist\"], realChildren);\r\n vlist.style.height = makeEm(maxPos); // A second row is used if necessary to represent the vlist's depth.\r\n\r\n var rows;\r\n\r\n if (minPos < 0) {\r\n // We will define depth in an empty span with display: table-cell.\r\n // It should render with the height that we define. But Chrome, in\r\n // contenteditable mode only, treats that span as if it contains some\r\n // text content. And that min-height over-rides our desired height.\r\n // So we put another empty span inside the depth strut span.\r\n var emptySpan = makeSpan$2([], []);\r\n var depthStrut = makeSpan$2([\"vlist\"], [emptySpan]);\r\n depthStrut.style.height = makeEm(-minPos); // Safari wants the first row to have inline content; otherwise it\r\n // puts the bottom of the *second* row on the baseline.\r\n\r\n var topStrut = makeSpan$2([\"vlist-s\"], [new SymbolNode(\"\\u200b\")]);\r\n rows = [makeSpan$2([\"vlist-r\"], [vlist, topStrut]), makeSpan$2([\"vlist-r\"], [depthStrut])];\r\n } else {\r\n rows = [makeSpan$2([\"vlist-r\"], [vlist])];\r\n }\r\n\r\n var vtable = makeSpan$2([\"vlist-t\"], rows);\r\n\r\n if (rows.length === 2) {\r\n vtable.classes.push(\"vlist-t2\");\r\n }\r\n\r\n vtable.height = maxPos;\r\n vtable.depth = -minPos;\r\n return vtable;\r\n}; // Glue is a concept from TeX which is a flexible space between elements in\r\n// either a vertical or horizontal list. In KaTeX, at least for now, it's\r\n// static space between elements in a horizontal layout.\r\n\r\n\r\nvar makeGlue = (measurement, options) => {\r\n // Make an empty span for the space\r\n var rule = makeSpan$2([\"mspace\"], [], options);\r\n var size = calculateSize(measurement, options);\r\n rule.style.marginRight = makeEm(size);\r\n return rule;\r\n}; // Takes font options, and returns the appropriate fontLookup name\r\n\r\n\r\nvar retrieveTextFontName = function retrieveTextFontName(fontFamily, fontWeight, fontShape) {\r\n var baseFontName = \"\";\r\n\r\n switch (fontFamily) {\r\n case \"amsrm\":\r\n baseFontName = \"AMS\";\r\n break;\r\n\r\n case \"textrm\":\r\n baseFontName = \"Main\";\r\n break;\r\n\r\n case \"textsf\":\r\n baseFontName = \"SansSerif\";\r\n break;\r\n\r\n case \"texttt\":\r\n baseFontName = \"Typewriter\";\r\n break;\r\n\r\n default:\r\n baseFontName = fontFamily;\r\n // use fonts added by a plugin\r\n }\r\n\r\n var fontStylesName;\r\n\r\n if (fontWeight === \"textbf\" && fontShape === \"textit\") {\r\n fontStylesName = \"BoldItalic\";\r\n } else if (fontWeight === \"textbf\") {\r\n fontStylesName = \"Bold\";\r\n } else if (fontWeight === \"textit\") {\r\n fontStylesName = \"Italic\";\r\n } else {\r\n fontStylesName = \"Regular\";\r\n }\r\n\r\n return baseFontName + \"-\" + fontStylesName;\r\n};\r\n/**\r\n * Maps TeX font commands to objects containing:\r\n * - variant: string used for \"mathvariant\" attribute in buildMathML.js\r\n * - fontName: the \"style\" parameter to fontMetrics.getCharacterMetrics\r\n */\r\n// A map between tex font commands an MathML mathvariant attribute values\r\n\r\n\r\nvar fontMap = {\r\n // styles\r\n \"mathbf\": {\r\n variant: \"bold\",\r\n fontName: \"Main-Bold\"\r\n },\r\n \"mathrm\": {\r\n variant: \"normal\",\r\n fontName: \"Main-Regular\"\r\n },\r\n \"textit\": {\r\n variant: \"italic\",\r\n fontName: \"Main-Italic\"\r\n },\r\n \"mathit\": {\r\n variant: \"italic\",\r\n fontName: \"Main-Italic\"\r\n },\r\n \"mathnormal\": {\r\n variant: \"italic\",\r\n fontName: \"Math-Italic\"\r\n },\r\n // \"boldsymbol\" is missing because they require the use of multiple fonts:\r\n // Math-BoldItalic and Main-Bold. This is handled by a special case in\r\n // makeOrd which ends up calling boldsymbol.\r\n // families\r\n \"mathbb\": {\r\n variant: \"double-struck\",\r\n fontName: \"AMS-Regular\"\r\n },\r\n \"mathcal\": {\r\n variant: \"script\",\r\n fontName: \"Caligraphic-Regular\"\r\n },\r\n \"mathfrak\": {\r\n variant: \"fraktur\",\r\n fontName: \"Fraktur-Regular\"\r\n },\r\n \"mathscr\": {\r\n variant: \"script\",\r\n fontName: \"Script-Regular\"\r\n },\r\n \"mathsf\": {\r\n variant: \"sans-serif\",\r\n fontName: \"SansSerif-Regular\"\r\n },\r\n \"mathtt\": {\r\n variant: \"monospace\",\r\n fontName: \"Typewriter-Regular\"\r\n }\r\n};\r\nvar svgData = {\r\n // path, width, height\r\n vec: [\"vec\", 0.471, 0.714],\r\n // values from the font glyph\r\n oiintSize1: [\"oiintSize1\", 0.957, 0.499],\r\n // oval to overlay the integrand\r\n oiintSize2: [\"oiintSize2\", 1.472, 0.659],\r\n oiiintSize1: [\"oiiintSize1\", 1.304, 0.499],\r\n oiiintSize2: [\"oiiintSize2\", 1.98, 0.659]\r\n};\r\n\r\nvar staticSvg = function staticSvg(value, options) {\r\n // Create a span with inline SVG for the element.\r\n var [pathName, width, height] = svgData[value];\r\n var path = new PathNode(pathName);\r\n var svgNode = new SvgNode([path], {\r\n \"width\": makeEm(width),\r\n \"height\": makeEm(height),\r\n // Override CSS rule `.katex svg { width: 100% }`\r\n \"style\": \"width:\" + makeEm(width),\r\n \"viewBox\": \"0 0 \" + 1000 * width + \" \" + 1000 * height,\r\n \"preserveAspectRatio\": \"xMinYMin\"\r\n });\r\n var span = makeSvgSpan([\"overlay\"], [svgNode], options);\r\n span.height = height;\r\n span.style.height = makeEm(height);\r\n span.style.width = makeEm(width);\r\n return span;\r\n};\r\n\r\nvar buildCommon = {\r\n fontMap,\r\n makeSymbol,\r\n mathsym,\r\n makeSpan: makeSpan$2,\r\n makeSvgSpan,\r\n makeLineSpan,\r\n makeAnchor,\r\n makeFragment,\r\n wrapFragment,\r\n makeVList,\r\n makeOrd,\r\n makeGlue,\r\n staticSvg,\r\n svgData,\r\n tryCombineChars\r\n};\r\n\r\n/**\r\n * Describes spaces between different classes of atoms.\r\n */\r\nvar thinspace = {\r\n number: 3,\r\n unit: \"mu\"\r\n};\r\nvar mediumspace = {\r\n number: 4,\r\n unit: \"mu\"\r\n};\r\nvar thickspace = {\r\n number: 5,\r\n unit: \"mu\"\r\n}; // Making the type below exact with all optional fields doesn't work due to\r\n// - https://github.com/facebook/flow/issues/4582\r\n// - https://github.com/facebook/flow/issues/5688\r\n// However, since *all* fields are optional, $Shape<> works as suggested in 5688\r\n// above.\r\n\r\n// Spacing relationships for display and text styles\r\nvar spacings = {\r\n mord: {\r\n mop: thinspace,\r\n mbin: mediumspace,\r\n mrel: thickspace,\r\n minner: thinspace\r\n },\r\n mop: {\r\n mord: thinspace,\r\n mop: thinspace,\r\n mrel: thickspace,\r\n minner: thinspace\r\n },\r\n mbin: {\r\n mord: mediumspace,\r\n mop: mediumspace,\r\n mopen: mediumspace,\r\n minner: mediumspace\r\n },\r\n mrel: {\r\n mord: thickspace,\r\n mop: thickspace,\r\n mopen: thickspace,\r\n minner: thickspace\r\n },\r\n mopen: {},\r\n mclose: {\r\n mop: thinspace,\r\n mbin: mediumspace,\r\n mrel: thickspace,\r\n minner: thinspace\r\n },\r\n mpunct: {\r\n mord: thinspace,\r\n mop: thinspace,\r\n mrel: thickspace,\r\n mopen: thinspace,\r\n mclose: thinspace,\r\n mpunct: thinspace,\r\n minner: thinspace\r\n },\r\n minner: {\r\n mord: thinspace,\r\n mop: thinspace,\r\n mbin: mediumspace,\r\n mrel: thickspace,\r\n mopen: thinspace,\r\n mpunct: thinspace,\r\n minner: thinspace\r\n }\r\n}; // Spacing relationships for script and scriptscript styles\r\n\r\nvar tightSpacings = {\r\n mord: {\r\n mop: thinspace\r\n },\r\n mop: {\r\n mord: thinspace,\r\n mop: thinspace\r\n },\r\n mbin: {},\r\n mrel: {},\r\n mopen: {},\r\n mclose: {\r\n mop: thinspace\r\n },\r\n mpunct: {},\r\n minner: {\r\n mop: thinspace\r\n }\r\n};\r\n\r\n/** Context provided to function handlers for error messages. */\r\n// Note: reverse the order of the return type union will cause a flow error.\r\n// See https://github.com/facebook/flow/issues/3663.\r\n// More general version of `HtmlBuilder` for nodes (e.g. \\sum, accent types)\r\n// whose presence impacts super/subscripting. In this case, ParseNode<\"supsub\">\r\n// delegates its HTML building to the HtmlBuilder corresponding to these nodes.\r\n\r\n/**\r\n * Final function spec for use at parse time.\r\n * This is almost identical to `FunctionPropSpec`, except it\r\n * 1. includes the function handler, and\r\n * 2. requires all arguments except argTypes.\r\n * It is generated by `defineFunction()` below.\r\n */\r\n\r\n/**\r\n * All registered functions.\r\n * `functions.js` just exports this same dictionary again and makes it public.\r\n * `Parser.js` requires this dictionary.\r\n */\r\nvar _functions = {};\r\n/**\r\n * All HTML builders. Should be only used in the `define*` and the `build*ML`\r\n * functions.\r\n */\r\n\r\nvar _htmlGroupBuilders = {};\r\n/**\r\n * All MathML builders. Should be only used in the `define*` and the `build*ML`\r\n * functions.\r\n */\r\n\r\nvar _mathmlGroupBuilders = {};\r\nfunction defineFunction(_ref) {\r\n var {\r\n type,\r\n names,\r\n props,\r\n handler,\r\n htmlBuilder,\r\n mathmlBuilder\r\n } = _ref;\r\n // Set default values of functions\r\n var data = {\r\n type,\r\n numArgs: props.numArgs,\r\n argTypes: props.argTypes,\r\n allowedInArgument: !!props.allowedInArgument,\r\n allowedInText: !!props.allowedInText,\r\n allowedInMath: props.allowedInMath === undefined ? true : props.allowedInMath,\r\n numOptionalArgs: props.numOptionalArgs || 0,\r\n infix: !!props.infix,\r\n primitive: !!props.primitive,\r\n handler: handler\r\n };\r\n\r\n for (var i = 0; i < names.length; ++i) {\r\n _functions[names[i]] = data;\r\n }\r\n\r\n if (type) {\r\n if (htmlBuilder) {\r\n _htmlGroupBuilders[type] = htmlBuilder;\r\n }\r\n\r\n if (mathmlBuilder) {\r\n _mathmlGroupBuilders[type] = mathmlBuilder;\r\n }\r\n }\r\n}\r\n/**\r\n * Use this to register only the HTML and MathML builders for a function (e.g.\r\n * if the function's ParseNode is generated in Parser.js rather than via a\r\n * stand-alone handler provided to `defineFunction`).\r\n */\r\n\r\nfunction defineFunctionBuilders(_ref2) {\r\n var {\r\n type,\r\n htmlBuilder,\r\n mathmlBuilder\r\n } = _ref2;\r\n defineFunction({\r\n type,\r\n names: [],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler() {\r\n throw new Error('Should never be called.');\r\n },\r\n\r\n htmlBuilder,\r\n mathmlBuilder\r\n });\r\n}\r\nvar normalizeArgument = function normalizeArgument(arg) {\r\n return arg.type === \"ordgroup\" && arg.body.length === 1 ? arg.body[0] : arg;\r\n}; // Since the corresponding buildHTML/buildMathML function expects a\r\n// list of elements, we normalize for different kinds of arguments\r\n\r\nvar ordargument = function ordargument(arg) {\r\n return arg.type === \"ordgroup\" ? arg.body : [arg];\r\n};\r\n\r\n/**\r\n * This file does the main work of building a domTree structure from a parse\r\n * tree. The entry point is the `buildHTML` function, which takes a parse tree.\r\n * Then, the buildExpression, buildGroup, and various groupBuilders functions\r\n * are called, to produce a final HTML tree.\r\n */\r\nvar makeSpan$1 = buildCommon.makeSpan; // Binary atoms (first class `mbin`) change into ordinary atoms (`mord`)\r\n// depending on their surroundings. See TeXbook pg. 442-446, Rules 5 and 6,\r\n// and the text before Rule 19.\r\n\r\nvar binLeftCanceller = [\"leftmost\", \"mbin\", \"mopen\", \"mrel\", \"mop\", \"mpunct\"];\r\nvar binRightCanceller = [\"rightmost\", \"mrel\", \"mclose\", \"mpunct\"];\r\nvar styleMap$1 = {\r\n \"display\": Style$1.DISPLAY,\r\n \"text\": Style$1.TEXT,\r\n \"script\": Style$1.SCRIPT,\r\n \"scriptscript\": Style$1.SCRIPTSCRIPT\r\n};\r\nvar DomEnum = {\r\n mord: \"mord\",\r\n mop: \"mop\",\r\n mbin: \"mbin\",\r\n mrel: \"mrel\",\r\n mopen: \"mopen\",\r\n mclose: \"mclose\",\r\n mpunct: \"mpunct\",\r\n minner: \"minner\"\r\n};\r\n\r\n/**\r\n * Take a list of nodes, build them in order, and return a list of the built\r\n * nodes. documentFragments are flattened into their contents, so the\r\n * returned list contains no fragments. `isRealGroup` is true if `expression`\r\n * is a real group (no atoms will be added on either side), as opposed to\r\n * a partial group (e.g. one created by \\color). `surrounding` is an array\r\n * consisting type of nodes that will be added to the left and right.\r\n */\r\nvar buildExpression$1 = function buildExpression(expression, options, isRealGroup, surrounding) {\r\n if (surrounding === void 0) {\r\n surrounding = [null, null];\r\n }\r\n\r\n // Parse expressions into `groups`.\r\n var groups = [];\r\n\r\n for (var i = 0; i < expression.length; i++) {\r\n var output = buildGroup$1(expression[i], options);\r\n\r\n if (output instanceof DocumentFragment) {\r\n var children = output.children;\r\n groups.push(...children);\r\n } else {\r\n groups.push(output);\r\n }\r\n } // Combine consecutive domTree.symbolNodes into a single symbolNode.\r\n\r\n\r\n buildCommon.tryCombineChars(groups); // If `expression` is a partial group, let the parent handle spacings\r\n // to avoid processing groups multiple times.\r\n\r\n if (!isRealGroup) {\r\n return groups;\r\n }\r\n\r\n var glueOptions = options;\r\n\r\n if (expression.length === 1) {\r\n var node = expression[0];\r\n\r\n if (node.type === \"sizing\") {\r\n glueOptions = options.havingSize(node.size);\r\n } else if (node.type === \"styling\") {\r\n glueOptions = options.havingStyle(styleMap$1[node.style]);\r\n }\r\n } // Dummy spans for determining spacings between surrounding atoms.\r\n // If `expression` has no atoms on the left or right, class \"leftmost\"\r\n // or \"rightmost\", respectively, is used to indicate it.\r\n\r\n\r\n var dummyPrev = makeSpan$1([surrounding[0] || \"leftmost\"], [], options);\r\n var dummyNext = makeSpan$1([surrounding[1] || \"rightmost\"], [], options); // TODO: These code assumes that a node's math class is the first element\r\n // of its `classes` array. A later cleanup should ensure this, for\r\n // instance by changing the signature of `makeSpan`.\r\n // Before determining what spaces to insert, perform bin cancellation.\r\n // Binary operators change to ordinary symbols in some contexts.\r\n\r\n var isRoot = isRealGroup === \"root\";\r\n traverseNonSpaceNodes(groups, (node, prev) => {\r\n var prevType = prev.classes[0];\r\n var type = node.classes[0];\r\n\r\n if (prevType === \"mbin\" && utils.contains(binRightCanceller, type)) {\r\n prev.classes[0] = \"mord\";\r\n } else if (type === \"mbin\" && utils.contains(binLeftCanceller, prevType)) {\r\n node.classes[0] = \"mord\";\r\n }\r\n }, {\r\n node: dummyPrev\r\n }, dummyNext, isRoot);\r\n traverseNonSpaceNodes(groups, (node, prev) => {\r\n var prevType = getTypeOfDomTree(prev);\r\n var type = getTypeOfDomTree(node); // 'mtight' indicates that the node is script or scriptscript style.\r\n\r\n var space = prevType && type ? node.hasClass(\"mtight\") ? tightSpacings[prevType][type] : spacings[prevType][type] : null;\r\n\r\n if (space) {\r\n // Insert glue (spacing) after the `prev`.\r\n return buildCommon.makeGlue(space, glueOptions);\r\n }\r\n }, {\r\n node: dummyPrev\r\n }, dummyNext, isRoot);\r\n return groups;\r\n}; // Depth-first traverse non-space `nodes`, calling `callback` with the current and\r\n// previous node as arguments, optionally returning a node to insert after the\r\n// previous node. `prev` is an object with the previous node and `insertAfter`\r\n// function to insert after it. `next` is a node that will be added to the right.\r\n// Used for bin cancellation and inserting spacings.\r\n\r\nvar traverseNonSpaceNodes = function traverseNonSpaceNodes(nodes, callback, prev, next, isRoot) {\r\n if (next) {\r\n // temporarily append the right node, if exists\r\n nodes.push(next);\r\n }\r\n\r\n var i = 0;\r\n\r\n for (; i < nodes.length; i++) {\r\n var node = nodes[i];\r\n var partialGroup = checkPartialGroup(node);\r\n\r\n if (partialGroup) {\r\n // Recursive DFS\r\n // $FlowFixMe: make nodes a $ReadOnlyArray by returning a new array\r\n traverseNonSpaceNodes(partialGroup.children, callback, prev, null, isRoot);\r\n continue;\r\n } // Ignore explicit spaces (e.g., \\;, \\,) when determining what implicit\r\n // spacing should go between atoms of different classes\r\n\r\n\r\n var nonspace = !node.hasClass(\"mspace\");\r\n\r\n if (nonspace) {\r\n var result = callback(node, prev.node);\r\n\r\n if (result) {\r\n if (prev.insertAfter) {\r\n prev.insertAfter(result);\r\n } else {\r\n // insert at front\r\n nodes.unshift(result);\r\n i++;\r\n }\r\n }\r\n }\r\n\r\n if (nonspace) {\r\n prev.node = node;\r\n } else if (isRoot && node.hasClass(\"newline\")) {\r\n prev.node = makeSpan$1([\"leftmost\"]); // treat like beginning of line\r\n }\r\n\r\n prev.insertAfter = (index => n => {\r\n nodes.splice(index + 1, 0, n);\r\n i++;\r\n })(i);\r\n }\r\n\r\n if (next) {\r\n nodes.pop();\r\n }\r\n}; // Check if given node is a partial group, i.e., does not affect spacing around.\r\n\r\n\r\nvar checkPartialGroup = function checkPartialGroup(node) {\r\n if (node instanceof DocumentFragment || node instanceof Anchor || node instanceof Span && node.hasClass(\"enclosing\")) {\r\n return node;\r\n }\r\n\r\n return null;\r\n}; // Return the outermost node of a domTree.\r\n\r\n\r\nvar getOutermostNode = function getOutermostNode(node, side) {\r\n var partialGroup = checkPartialGroup(node);\r\n\r\n if (partialGroup) {\r\n var children = partialGroup.children;\r\n\r\n if (children.length) {\r\n if (side === \"right\") {\r\n return getOutermostNode(children[children.length - 1], \"right\");\r\n } else if (side === \"left\") {\r\n return getOutermostNode(children[0], \"left\");\r\n }\r\n }\r\n }\r\n\r\n return node;\r\n}; // Return math atom class (mclass) of a domTree.\r\n// If `side` is given, it will get the type of the outermost node at given side.\r\n\r\n\r\nvar getTypeOfDomTree = function getTypeOfDomTree(node, side) {\r\n if (!node) {\r\n return null;\r\n }\r\n\r\n if (side) {\r\n node = getOutermostNode(node, side);\r\n } // This makes a lot of assumptions as to where the type of atom\r\n // appears. We should do a better job of enforcing this.\r\n\r\n\r\n return DomEnum[node.classes[0]] || null;\r\n};\r\nvar makeNullDelimiter = function makeNullDelimiter(options, classes) {\r\n var moreClasses = [\"nulldelimiter\"].concat(options.baseSizingClasses());\r\n return makeSpan$1(classes.concat(moreClasses));\r\n};\r\n/**\r\n * buildGroup is the function that takes a group and calls the correct groupType\r\n * function for it. It also handles the interaction of size and style changes\r\n * between parents and children.\r\n */\r\n\r\nvar buildGroup$1 = function buildGroup(group, options, baseOptions) {\r\n if (!group) {\r\n return makeSpan$1();\r\n }\r\n\r\n if (_htmlGroupBuilders[group.type]) {\r\n // Call the groupBuilders function\r\n // $FlowFixMe\r\n var groupNode = _htmlGroupBuilders[group.type](group, options); // If the size changed between the parent and the current group, account\r\n // for that size difference.\r\n\r\n if (baseOptions && options.size !== baseOptions.size) {\r\n groupNode = makeSpan$1(options.sizingClasses(baseOptions), [groupNode], options);\r\n var multiplier = options.sizeMultiplier / baseOptions.sizeMultiplier;\r\n groupNode.height *= multiplier;\r\n groupNode.depth *= multiplier;\r\n }\r\n\r\n return groupNode;\r\n } else {\r\n throw new ParseError(\"Got group of unknown type: '\" + group.type + \"'\");\r\n }\r\n};\r\n/**\r\n * Combine an array of HTML DOM nodes (e.g., the output of `buildExpression`)\r\n * into an unbreakable HTML node of class .base, with proper struts to\r\n * guarantee correct vertical extent. `buildHTML` calls this repeatedly to\r\n * make up the entire expression as a sequence of unbreakable units.\r\n */\r\n\r\nfunction buildHTMLUnbreakable(children, options) {\r\n // Compute height and depth of this chunk.\r\n var body = makeSpan$1([\"base\"], children, options); // Add strut, which ensures that the top of the HTML element falls at\r\n // the height of the expression, and the bottom of the HTML element\r\n // falls at the depth of the expression.\r\n\r\n var strut = makeSpan$1([\"strut\"]);\r\n strut.style.height = makeEm(body.height + body.depth);\r\n\r\n if (body.depth) {\r\n strut.style.verticalAlign = makeEm(-body.depth);\r\n }\r\n\r\n body.children.unshift(strut);\r\n return body;\r\n}\r\n/**\r\n * Take an entire parse tree, and build it into an appropriate set of HTML\r\n * nodes.\r\n */\r\n\r\n\r\nfunction buildHTML(tree, options) {\r\n // Strip off outer tag wrapper for processing below.\r\n var tag = null;\r\n\r\n if (tree.length === 1 && tree[0].type === \"tag\") {\r\n tag = tree[0].tag;\r\n tree = tree[0].body;\r\n } // Build the expression contained in the tree\r\n\r\n\r\n var expression = buildExpression$1(tree, options, \"root\");\r\n var eqnNum;\r\n\r\n if (expression.length === 2 && expression[1].hasClass(\"tag\")) {\r\n // An environment with automatic equation numbers, e.g. {gather}.\r\n eqnNum = expression.pop();\r\n }\r\n\r\n var children = []; // Create one base node for each chunk between potential line breaks.\r\n // The TeXBook [p.173] says \"A formula will be broken only after a\r\n // relation symbol like $=$ or $<$ or $\\rightarrow$, or after a binary\r\n // operation symbol like $+$ or $-$ or $\\times$, where the relation or\r\n // binary operation is on the ``outer level'' of the formula (i.e., not\r\n // enclosed in {...} and not part of an \\over construction).\"\r\n\r\n var parts = [];\r\n\r\n for (var i = 0; i < expression.length; i++) {\r\n parts.push(expression[i]);\r\n\r\n if (expression[i].hasClass(\"mbin\") || expression[i].hasClass(\"mrel\") || expression[i].hasClass(\"allowbreak\")) {\r\n // Put any post-operator glue on same line as operator.\r\n // Watch for \\nobreak along the way, and stop at \\newline.\r\n var nobreak = false;\r\n\r\n while (i < expression.length - 1 && expression[i + 1].hasClass(\"mspace\") && !expression[i + 1].hasClass(\"newline\")) {\r\n i++;\r\n parts.push(expression[i]);\r\n\r\n if (expression[i].hasClass(\"nobreak\")) {\r\n nobreak = true;\r\n }\r\n } // Don't allow break if \\nobreak among the post-operator glue.\r\n\r\n\r\n if (!nobreak) {\r\n children.push(buildHTMLUnbreakable(parts, options));\r\n parts = [];\r\n }\r\n } else if (expression[i].hasClass(\"newline\")) {\r\n // Write the line except the newline\r\n parts.pop();\r\n\r\n if (parts.length > 0) {\r\n children.push(buildHTMLUnbreakable(parts, options));\r\n parts = [];\r\n } // Put the newline at the top level\r\n\r\n\r\n children.push(expression[i]);\r\n }\r\n }\r\n\r\n if (parts.length > 0) {\r\n children.push(buildHTMLUnbreakable(parts, options));\r\n } // Now, if there was a tag, build it too and append it as a final child.\r\n\r\n\r\n var tagChild;\r\n\r\n if (tag) {\r\n tagChild = buildHTMLUnbreakable(buildExpression$1(tag, options, true));\r\n tagChild.classes = [\"tag\"];\r\n children.push(tagChild);\r\n } else if (eqnNum) {\r\n children.push(eqnNum);\r\n }\r\n\r\n var htmlNode = makeSpan$1([\"katex-html\"], children);\r\n htmlNode.setAttribute(\"aria-hidden\", \"true\"); // Adjust the strut of the tag to be the maximum height of all children\r\n // (the height of the enclosing htmlNode) for proper vertical alignment.\r\n\r\n if (tagChild) {\r\n var strut = tagChild.children[0];\r\n strut.style.height = makeEm(htmlNode.height + htmlNode.depth);\r\n\r\n if (htmlNode.depth) {\r\n strut.style.verticalAlign = makeEm(-htmlNode.depth);\r\n }\r\n }\r\n\r\n return htmlNode;\r\n}\r\n\r\n/**\r\n * These objects store data about MathML nodes. This is the MathML equivalent\r\n * of the types in domTree.js. Since MathML handles its own rendering, and\r\n * since we're mainly using MathML to improve accessibility, we don't manage\r\n * any of the styling state that the plain DOM nodes do.\r\n *\r\n * The `toNode` and `toMarkup` functions work similarly to how they do in\r\n * domTree.js, creating namespaced DOM nodes and HTML text markup respectively.\r\n */\r\nfunction newDocumentFragment(children) {\r\n return new DocumentFragment(children);\r\n}\r\n/**\r\n * This node represents a general purpose MathML node of any type. The\r\n * constructor requires the type of node to create (for example, `\"mo\"` or\r\n * `\"mspace\"`, corresponding to `` and `` tags).\r\n */\r\n\r\nclass MathNode {\r\n constructor(type, children, classes) {\r\n this.type = void 0;\r\n this.attributes = void 0;\r\n this.children = void 0;\r\n this.classes = void 0;\r\n this.type = type;\r\n this.attributes = {};\r\n this.children = children || [];\r\n this.classes = classes || [];\r\n }\r\n /**\r\n * Sets an attribute on a MathML node. MathML depends on attributes to convey a\r\n * semantic content, so this is used heavily.\r\n */\r\n\r\n\r\n setAttribute(name, value) {\r\n this.attributes[name] = value;\r\n }\r\n /**\r\n * Gets an attribute on a MathML node.\r\n */\r\n\r\n\r\n getAttribute(name) {\r\n return this.attributes[name];\r\n }\r\n /**\r\n * Converts the math node into a MathML-namespaced DOM element.\r\n */\r\n\r\n\r\n toNode() {\r\n var node = document.createElementNS(\"http://www.w3.org/1998/Math/MathML\", this.type);\r\n\r\n for (var attr in this.attributes) {\r\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\r\n node.setAttribute(attr, this.attributes[attr]);\r\n }\r\n }\r\n\r\n if (this.classes.length > 0) {\r\n node.className = createClass(this.classes);\r\n }\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n node.appendChild(this.children[i].toNode());\r\n }\r\n\r\n return node;\r\n }\r\n /**\r\n * Converts the math node into an HTML markup string.\r\n */\r\n\r\n\r\n toMarkup() {\r\n var markup = \"<\" + this.type; // Add the attributes\r\n\r\n for (var attr in this.attributes) {\r\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\r\n markup += \" \" + attr + \"=\\\"\";\r\n markup += utils.escape(this.attributes[attr]);\r\n markup += \"\\\"\";\r\n }\r\n }\r\n\r\n if (this.classes.length > 0) {\r\n markup += \" class =\\\"\" + utils.escape(createClass(this.classes)) + \"\\\"\";\r\n }\r\n\r\n markup += \">\";\r\n\r\n for (var i = 0; i < this.children.length; i++) {\r\n markup += this.children[i].toMarkup();\r\n }\r\n\r\n markup += \"\";\r\n return markup;\r\n }\r\n /**\r\n * Converts the math node into a string, similar to innerText, but escaped.\r\n */\r\n\r\n\r\n toText() {\r\n return this.children.map(child => child.toText()).join(\"\");\r\n }\r\n\r\n}\r\n/**\r\n * This node represents a piece of text.\r\n */\r\n\r\nclass TextNode {\r\n constructor(text) {\r\n this.text = void 0;\r\n this.text = text;\r\n }\r\n /**\r\n * Converts the text node into a DOM text node.\r\n */\r\n\r\n\r\n toNode() {\r\n return document.createTextNode(this.text);\r\n }\r\n /**\r\n * Converts the text node into escaped HTML markup\r\n * (representing the text itself).\r\n */\r\n\r\n\r\n toMarkup() {\r\n return utils.escape(this.toText());\r\n }\r\n /**\r\n * Converts the text node into a string\r\n * (representing the text itself).\r\n */\r\n\r\n\r\n toText() {\r\n return this.text;\r\n }\r\n\r\n}\r\n/**\r\n * This node represents a space, but may render as or as text,\r\n * depending on the width.\r\n */\r\n\r\nclass SpaceNode {\r\n /**\r\n * Create a Space node with width given in CSS ems.\r\n */\r\n constructor(width) {\r\n this.width = void 0;\r\n this.character = void 0;\r\n this.width = width; // See https://www.w3.org/TR/2000/WD-MathML2-20000328/chapter6.html\r\n // for a table of space-like characters. We use Unicode\r\n // representations instead of &LongNames; as it's not clear how to\r\n // make the latter via document.createTextNode.\r\n\r\n if (width >= 0.05555 && width <= 0.05556) {\r\n this.character = \"\\u200a\"; //  \r\n } else if (width >= 0.1666 && width <= 0.1667) {\r\n this.character = \"\\u2009\"; //  \r\n } else if (width >= 0.2222 && width <= 0.2223) {\r\n this.character = \"\\u2005\"; //  \r\n } else if (width >= 0.2777 && width <= 0.2778) {\r\n this.character = \"\\u2005\\u200a\"; //   \r\n } else if (width >= -0.05556 && width <= -0.05555) {\r\n this.character = \"\\u200a\\u2063\"; // ​\r\n } else if (width >= -0.1667 && width <= -0.1666) {\r\n this.character = \"\\u2009\\u2063\"; // ​\r\n } else if (width >= -0.2223 && width <= -0.2222) {\r\n this.character = \"\\u205f\\u2063\"; // ​\r\n } else if (width >= -0.2778 && width <= -0.2777) {\r\n this.character = \"\\u2005\\u2063\"; // ​\r\n } else {\r\n this.character = null;\r\n }\r\n }\r\n /**\r\n * Converts the math node into a MathML-namespaced DOM element.\r\n */\r\n\r\n\r\n toNode() {\r\n if (this.character) {\r\n return document.createTextNode(this.character);\r\n } else {\r\n var node = document.createElementNS(\"http://www.w3.org/1998/Math/MathML\", \"mspace\");\r\n node.setAttribute(\"width\", makeEm(this.width));\r\n return node;\r\n }\r\n }\r\n /**\r\n * Converts the math node into an HTML markup string.\r\n */\r\n\r\n\r\n toMarkup() {\r\n if (this.character) {\r\n return \"\" + this.character + \"\";\r\n } else {\r\n return \"\";\r\n }\r\n }\r\n /**\r\n * Converts the math node into a string, similar to innerText.\r\n */\r\n\r\n\r\n toText() {\r\n if (this.character) {\r\n return this.character;\r\n } else {\r\n return \" \";\r\n }\r\n }\r\n\r\n}\r\n\r\nvar mathMLTree = {\r\n MathNode,\r\n TextNode,\r\n SpaceNode,\r\n newDocumentFragment\r\n};\r\n\r\n/**\r\n * This file converts a parse tree into a corresponding MathML tree. The main\r\n * entry point is the `buildMathML` function, which takes a parse tree from the\r\n * parser.\r\n */\r\n\r\n/**\r\n * Takes a symbol and converts it into a MathML text node after performing\r\n * optional replacement from symbols.js.\r\n */\r\nvar makeText = function makeText(text, mode, options) {\r\n if (symbols[mode][text] && symbols[mode][text].replace && text.charCodeAt(0) !== 0xD835 && !(ligatures.hasOwnProperty(text) && options && (options.fontFamily && options.fontFamily.slice(4, 6) === \"tt\" || options.font && options.font.slice(4, 6) === \"tt\"))) {\r\n text = symbols[mode][text].replace;\r\n }\r\n\r\n return new mathMLTree.TextNode(text);\r\n};\r\n/**\r\n * Wrap the given array of nodes in an node if needed, i.e.,\r\n * unless the array has length 1. Always returns a single node.\r\n */\r\n\r\nvar makeRow = function makeRow(body) {\r\n if (body.length === 1) {\r\n return body[0];\r\n } else {\r\n return new mathMLTree.MathNode(\"mrow\", body);\r\n }\r\n};\r\n/**\r\n * Returns the math variant as a string or null if none is required.\r\n */\r\n\r\nvar getVariant = function getVariant(group, options) {\r\n // Handle \\text... font specifiers as best we can.\r\n // MathML has a limited list of allowable mathvariant specifiers; see\r\n // https://www.w3.org/TR/MathML3/chapter3.html#presm.commatt\r\n if (options.fontFamily === \"texttt\") {\r\n return \"monospace\";\r\n } else if (options.fontFamily === \"textsf\") {\r\n if (options.fontShape === \"textit\" && options.fontWeight === \"textbf\") {\r\n return \"sans-serif-bold-italic\";\r\n } else if (options.fontShape === \"textit\") {\r\n return \"sans-serif-italic\";\r\n } else if (options.fontWeight === \"textbf\") {\r\n return \"bold-sans-serif\";\r\n } else {\r\n return \"sans-serif\";\r\n }\r\n } else if (options.fontShape === \"textit\" && options.fontWeight === \"textbf\") {\r\n return \"bold-italic\";\r\n } else if (options.fontShape === \"textit\") {\r\n return \"italic\";\r\n } else if (options.fontWeight === \"textbf\") {\r\n return \"bold\";\r\n }\r\n\r\n var font = options.font;\r\n\r\n if (!font || font === \"mathnormal\") {\r\n return null;\r\n }\r\n\r\n var mode = group.mode;\r\n\r\n if (font === \"mathit\") {\r\n return \"italic\";\r\n } else if (font === \"boldsymbol\") {\r\n return group.type === \"textord\" ? \"bold\" : \"bold-italic\";\r\n } else if (font === \"mathbf\") {\r\n return \"bold\";\r\n } else if (font === \"mathbb\") {\r\n return \"double-struck\";\r\n } else if (font === \"mathfrak\") {\r\n return \"fraktur\";\r\n } else if (font === \"mathscr\" || font === \"mathcal\") {\r\n // MathML makes no distinction between script and calligraphic\r\n return \"script\";\r\n } else if (font === \"mathsf\") {\r\n return \"sans-serif\";\r\n } else if (font === \"mathtt\") {\r\n return \"monospace\";\r\n }\r\n\r\n var text = group.text;\r\n\r\n if (utils.contains([\"\\\\imath\", \"\\\\jmath\"], text)) {\r\n return null;\r\n }\r\n\r\n if (symbols[mode][text] && symbols[mode][text].replace) {\r\n text = symbols[mode][text].replace;\r\n }\r\n\r\n var fontName = buildCommon.fontMap[font].fontName;\r\n\r\n if (getCharacterMetrics(text, fontName, mode)) {\r\n return buildCommon.fontMap[font].variant;\r\n }\r\n\r\n return null;\r\n};\r\n/**\r\n * Takes a list of nodes, builds them, and returns a list of the generated\r\n * MathML nodes. Also combine consecutive outputs into a single\r\n * tag.\r\n */\r\n\r\nvar buildExpression = function buildExpression(expression, options, isOrdgroup) {\r\n if (expression.length === 1) {\r\n var group = buildGroup(expression[0], options);\r\n\r\n if (isOrdgroup && group instanceof MathNode && group.type === \"mo\") {\r\n // When TeX writers want to suppress spacing on an operator,\r\n // they often put the operator by itself inside braces.\r\n group.setAttribute(\"lspace\", \"0em\");\r\n group.setAttribute(\"rspace\", \"0em\");\r\n }\r\n\r\n return [group];\r\n }\r\n\r\n var groups = [];\r\n var lastGroup;\r\n\r\n for (var i = 0; i < expression.length; i++) {\r\n var _group = buildGroup(expression[i], options);\r\n\r\n if (_group instanceof MathNode && lastGroup instanceof MathNode) {\r\n // Concatenate adjacent s\r\n if (_group.type === 'mtext' && lastGroup.type === 'mtext' && _group.getAttribute('mathvariant') === lastGroup.getAttribute('mathvariant')) {\r\n lastGroup.children.push(..._group.children);\r\n continue; // Concatenate adjacent s\r\n } else if (_group.type === 'mn' && lastGroup.type === 'mn') {\r\n lastGroup.children.push(..._group.children);\r\n continue; // Concatenate ... followed by .\r\n } else if (_group.type === 'mi' && _group.children.length === 1 && lastGroup.type === 'mn') {\r\n var child = _group.children[0];\r\n\r\n if (child instanceof TextNode && child.text === '.') {\r\n lastGroup.children.push(..._group.children);\r\n continue;\r\n }\r\n } else if (lastGroup.type === 'mi' && lastGroup.children.length === 1) {\r\n var lastChild = lastGroup.children[0];\r\n\r\n if (lastChild instanceof TextNode && lastChild.text === '\\u0338' && (_group.type === 'mo' || _group.type === 'mi' || _group.type === 'mn')) {\r\n var _child = _group.children[0];\r\n\r\n if (_child instanceof TextNode && _child.text.length > 0) {\r\n // Overlay with combining character long solidus\r\n _child.text = _child.text.slice(0, 1) + \"\\u0338\" + _child.text.slice(1);\r\n groups.pop();\r\n }\r\n }\r\n }\r\n }\r\n\r\n groups.push(_group);\r\n lastGroup = _group;\r\n }\r\n\r\n return groups;\r\n};\r\n/**\r\n * Equivalent to buildExpression, but wraps the elements in an \r\n * if there's more than one. Returns a single node instead of an array.\r\n */\r\n\r\nvar buildExpressionRow = function buildExpressionRow(expression, options, isOrdgroup) {\r\n return makeRow(buildExpression(expression, options, isOrdgroup));\r\n};\r\n/**\r\n * Takes a group from the parser and calls the appropriate groupBuilders function\r\n * on it to produce a MathML node.\r\n */\r\n\r\nvar buildGroup = function buildGroup(group, options) {\r\n if (!group) {\r\n return new mathMLTree.MathNode(\"mrow\");\r\n }\r\n\r\n if (_mathmlGroupBuilders[group.type]) {\r\n // Call the groupBuilders function\r\n // $FlowFixMe\r\n var result = _mathmlGroupBuilders[group.type](group, options); // $FlowFixMe\r\n\r\n return result;\r\n } else {\r\n throw new ParseError(\"Got group of unknown type: '\" + group.type + \"'\");\r\n }\r\n};\r\n/**\r\n * Takes a full parse tree and settings and builds a MathML representation of\r\n * it. In particular, we put the elements from building the parse tree into a\r\n * tag so we can also include that TeX source as an annotation.\r\n *\r\n * Note that we actually return a domTree element with a `` inside it so\r\n * we can do appropriate styling.\r\n */\r\n\r\nfunction buildMathML(tree, texExpression, options, isDisplayMode, forMathmlOnly) {\r\n var expression = buildExpression(tree, options); // TODO: Make a pass thru the MathML similar to buildHTML.traverseNonSpaceNodes\r\n // and add spacing nodes. This is necessary only adjacent to math operators\r\n // like \\sin or \\lim or to subsup elements that contain math operators.\r\n // MathML takes care of the other spacing issues.\r\n // Wrap up the expression in an mrow so it is presented in the semantics\r\n // tag correctly, unless it's a single or .\r\n\r\n var wrapper;\r\n\r\n if (expression.length === 1 && expression[0] instanceof MathNode && utils.contains([\"mrow\", \"mtable\"], expression[0].type)) {\r\n wrapper = expression[0];\r\n } else {\r\n wrapper = new mathMLTree.MathNode(\"mrow\", expression);\r\n } // Build a TeX annotation of the source\r\n\r\n\r\n var annotation = new mathMLTree.MathNode(\"annotation\", [new mathMLTree.TextNode(texExpression)]);\r\n annotation.setAttribute(\"encoding\", \"application/x-tex\");\r\n var semantics = new mathMLTree.MathNode(\"semantics\", [wrapper, annotation]);\r\n var math = new mathMLTree.MathNode(\"math\", [semantics]);\r\n math.setAttribute(\"xmlns\", \"http://www.w3.org/1998/Math/MathML\");\r\n\r\n if (isDisplayMode) {\r\n math.setAttribute(\"display\", \"block\");\r\n } // You can't style nodes, so we wrap the node in a span.\r\n // NOTE: The span class is not typed to have nodes as children, and\r\n // we don't want to make the children type more generic since the children\r\n // of span are expected to have more fields in `buildHtml` contexts.\r\n\r\n\r\n var wrapperClass = forMathmlOnly ? \"katex\" : \"katex-mathml\"; // $FlowFixMe\r\n\r\n return buildCommon.makeSpan([wrapperClass], [math]);\r\n}\r\n\r\nvar optionsFromSettings = function optionsFromSettings(settings) {\r\n return new Options({\r\n style: settings.displayMode ? Style$1.DISPLAY : Style$1.TEXT,\r\n maxSize: settings.maxSize,\r\n minRuleThickness: settings.minRuleThickness\r\n });\r\n};\r\n\r\nvar displayWrap = function displayWrap(node, settings) {\r\n if (settings.displayMode) {\r\n var classes = [\"katex-display\"];\r\n\r\n if (settings.leqno) {\r\n classes.push(\"leqno\");\r\n }\r\n\r\n if (settings.fleqn) {\r\n classes.push(\"fleqn\");\r\n }\r\n\r\n node = buildCommon.makeSpan(classes, [node]);\r\n }\r\n\r\n return node;\r\n};\r\n\r\nvar buildTree = function buildTree(tree, expression, settings) {\r\n var options = optionsFromSettings(settings);\r\n var katexNode;\r\n\r\n if (settings.output === \"mathml\") {\r\n return buildMathML(tree, expression, options, settings.displayMode, true);\r\n } else if (settings.output === \"html\") {\r\n var htmlNode = buildHTML(tree, options);\r\n katexNode = buildCommon.makeSpan([\"katex\"], [htmlNode]);\r\n } else {\r\n var mathMLNode = buildMathML(tree, expression, options, settings.displayMode, false);\r\n\r\n var _htmlNode = buildHTML(tree, options);\r\n\r\n katexNode = buildCommon.makeSpan([\"katex\"], [mathMLNode, _htmlNode]);\r\n }\r\n\r\n return displayWrap(katexNode, settings);\r\n};\r\nvar buildHTMLTree = function buildHTMLTree(tree, expression, settings) {\r\n var options = optionsFromSettings(settings);\r\n var htmlNode = buildHTML(tree, options);\r\n var katexNode = buildCommon.makeSpan([\"katex\"], [htmlNode]);\r\n return displayWrap(katexNode, settings);\r\n};\r\n\r\n/**\r\n * This file provides support to buildMathML.js and buildHTML.js\r\n * for stretchy wide elements rendered from SVG files\r\n * and other CSS trickery.\r\n */\r\nvar stretchyCodePoint = {\r\n widehat: \"^\",\r\n widecheck: \"ˇ\",\r\n widetilde: \"~\",\r\n utilde: \"~\",\r\n overleftarrow: \"\\u2190\",\r\n underleftarrow: \"\\u2190\",\r\n xleftarrow: \"\\u2190\",\r\n overrightarrow: \"\\u2192\",\r\n underrightarrow: \"\\u2192\",\r\n xrightarrow: \"\\u2192\",\r\n underbrace: \"\\u23df\",\r\n overbrace: \"\\u23de\",\r\n overgroup: \"\\u23e0\",\r\n undergroup: \"\\u23e1\",\r\n overleftrightarrow: \"\\u2194\",\r\n underleftrightarrow: \"\\u2194\",\r\n xleftrightarrow: \"\\u2194\",\r\n Overrightarrow: \"\\u21d2\",\r\n xRightarrow: \"\\u21d2\",\r\n overleftharpoon: \"\\u21bc\",\r\n xleftharpoonup: \"\\u21bc\",\r\n overrightharpoon: \"\\u21c0\",\r\n xrightharpoonup: \"\\u21c0\",\r\n xLeftarrow: \"\\u21d0\",\r\n xLeftrightarrow: \"\\u21d4\",\r\n xhookleftarrow: \"\\u21a9\",\r\n xhookrightarrow: \"\\u21aa\",\r\n xmapsto: \"\\u21a6\",\r\n xrightharpoondown: \"\\u21c1\",\r\n xleftharpoondown: \"\\u21bd\",\r\n xrightleftharpoons: \"\\u21cc\",\r\n xleftrightharpoons: \"\\u21cb\",\r\n xtwoheadleftarrow: \"\\u219e\",\r\n xtwoheadrightarrow: \"\\u21a0\",\r\n xlongequal: \"=\",\r\n xtofrom: \"\\u21c4\",\r\n xrightleftarrows: \"\\u21c4\",\r\n xrightequilibrium: \"\\u21cc\",\r\n // Not a perfect match.\r\n xleftequilibrium: \"\\u21cb\",\r\n // None better available.\r\n \"\\\\cdrightarrow\": \"\\u2192\",\r\n \"\\\\cdleftarrow\": \"\\u2190\",\r\n \"\\\\cdlongequal\": \"=\"\r\n};\r\n\r\nvar mathMLnode = function mathMLnode(label) {\r\n var node = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(stretchyCodePoint[label.replace(/^\\\\/, '')])]);\r\n node.setAttribute(\"stretchy\", \"true\");\r\n return node;\r\n}; // Many of the KaTeX SVG images have been adapted from glyphs in KaTeX fonts.\r\n// Copyright (c) 2009-2010, Design Science, Inc. ()\r\n// Copyright (c) 2014-2017 Khan Academy ()\r\n// Licensed under the SIL Open Font License, Version 1.1.\r\n// See \\nhttp://scripts.sil.org/OFL\r\n// Very Long SVGs\r\n// Many of the KaTeX stretchy wide elements use a long SVG image and an\r\n// overflow: hidden tactic to achieve a stretchy image while avoiding\r\n// distortion of arrowheads or brace corners.\r\n// The SVG typically contains a very long (400 em) arrow.\r\n// The SVG is in a container span that has overflow: hidden, so the span\r\n// acts like a window that exposes only part of the SVG.\r\n// The SVG always has a longer, thinner aspect ratio than the container span.\r\n// After the SVG fills 100% of the height of the container span,\r\n// there is a long arrow shaft left over. That left-over shaft is not shown.\r\n// Instead, it is sliced off because the span's CSS has overflow: hidden.\r\n// Thus, the reader sees an arrow that matches the subject matter width\r\n// without distortion.\r\n// Some functions, such as \\cancel, need to vary their aspect ratio. These\r\n// functions do not get the overflow SVG treatment.\r\n// Second Brush Stroke\r\n// Low resolution monitors struggle to display images in fine detail.\r\n// So browsers apply anti-aliasing. A long straight arrow shaft therefore\r\n// will sometimes appear as if it has a blurred edge.\r\n// To mitigate this, these SVG files contain a second \"brush-stroke\" on the\r\n// arrow shafts. That is, a second long thin rectangular SVG path has been\r\n// written directly on top of each arrow shaft. This reinforcement causes\r\n// some of the screen pixels to display as black instead of the anti-aliased\r\n// gray pixel that a single path would generate. So we get arrow shafts\r\n// whose edges appear to be sharper.\r\n// In the katexImagesData object just below, the dimensions all\r\n// correspond to path geometry inside the relevant SVG.\r\n// For example, \\overrightarrow uses the same arrowhead as glyph U+2192\r\n// from the KaTeX Main font. The scaling factor is 1000.\r\n// That is, inside the font, that arrowhead is 522 units tall, which\r\n// corresponds to 0.522 em inside the document.\r\n\r\n\r\nvar katexImagesData = {\r\n // path(s), minWidth, height, align\r\n overrightarrow: [[\"rightarrow\"], 0.888, 522, \"xMaxYMin\"],\r\n overleftarrow: [[\"leftarrow\"], 0.888, 522, \"xMinYMin\"],\r\n underrightarrow: [[\"rightarrow\"], 0.888, 522, \"xMaxYMin\"],\r\n underleftarrow: [[\"leftarrow\"], 0.888, 522, \"xMinYMin\"],\r\n xrightarrow: [[\"rightarrow\"], 1.469, 522, \"xMaxYMin\"],\r\n \"\\\\cdrightarrow\": [[\"rightarrow\"], 3.0, 522, \"xMaxYMin\"],\r\n // CD minwwidth2.5pc\r\n xleftarrow: [[\"leftarrow\"], 1.469, 522, \"xMinYMin\"],\r\n \"\\\\cdleftarrow\": [[\"leftarrow\"], 3.0, 522, \"xMinYMin\"],\r\n Overrightarrow: [[\"doublerightarrow\"], 0.888, 560, \"xMaxYMin\"],\r\n xRightarrow: [[\"doublerightarrow\"], 1.526, 560, \"xMaxYMin\"],\r\n xLeftarrow: [[\"doubleleftarrow\"], 1.526, 560, \"xMinYMin\"],\r\n overleftharpoon: [[\"leftharpoon\"], 0.888, 522, \"xMinYMin\"],\r\n xleftharpoonup: [[\"leftharpoon\"], 0.888, 522, \"xMinYMin\"],\r\n xleftharpoondown: [[\"leftharpoondown\"], 0.888, 522, \"xMinYMin\"],\r\n overrightharpoon: [[\"rightharpoon\"], 0.888, 522, \"xMaxYMin\"],\r\n xrightharpoonup: [[\"rightharpoon\"], 0.888, 522, \"xMaxYMin\"],\r\n xrightharpoondown: [[\"rightharpoondown\"], 0.888, 522, \"xMaxYMin\"],\r\n xlongequal: [[\"longequal\"], 0.888, 334, \"xMinYMin\"],\r\n \"\\\\cdlongequal\": [[\"longequal\"], 3.0, 334, \"xMinYMin\"],\r\n xtwoheadleftarrow: [[\"twoheadleftarrow\"], 0.888, 334, \"xMinYMin\"],\r\n xtwoheadrightarrow: [[\"twoheadrightarrow\"], 0.888, 334, \"xMaxYMin\"],\r\n overleftrightarrow: [[\"leftarrow\", \"rightarrow\"], 0.888, 522],\r\n overbrace: [[\"leftbrace\", \"midbrace\", \"rightbrace\"], 1.6, 548],\r\n underbrace: [[\"leftbraceunder\", \"midbraceunder\", \"rightbraceunder\"], 1.6, 548],\r\n underleftrightarrow: [[\"leftarrow\", \"rightarrow\"], 0.888, 522],\r\n xleftrightarrow: [[\"leftarrow\", \"rightarrow\"], 1.75, 522],\r\n xLeftrightarrow: [[\"doubleleftarrow\", \"doublerightarrow\"], 1.75, 560],\r\n xrightleftharpoons: [[\"leftharpoondownplus\", \"rightharpoonplus\"], 1.75, 716],\r\n xleftrightharpoons: [[\"leftharpoonplus\", \"rightharpoondownplus\"], 1.75, 716],\r\n xhookleftarrow: [[\"leftarrow\", \"righthook\"], 1.08, 522],\r\n xhookrightarrow: [[\"lefthook\", \"rightarrow\"], 1.08, 522],\r\n overlinesegment: [[\"leftlinesegment\", \"rightlinesegment\"], 0.888, 522],\r\n underlinesegment: [[\"leftlinesegment\", \"rightlinesegment\"], 0.888, 522],\r\n overgroup: [[\"leftgroup\", \"rightgroup\"], 0.888, 342],\r\n undergroup: [[\"leftgroupunder\", \"rightgroupunder\"], 0.888, 342],\r\n xmapsto: [[\"leftmapsto\", \"rightarrow\"], 1.5, 522],\r\n xtofrom: [[\"leftToFrom\", \"rightToFrom\"], 1.75, 528],\r\n // The next three arrows are from the mhchem package.\r\n // In mhchem.sty, min-length is 2.0em. But these arrows might appear in the\r\n // document as \\xrightarrow or \\xrightleftharpoons. Those have\r\n // min-length = 1.75em, so we set min-length on these next three to match.\r\n xrightleftarrows: [[\"baraboveleftarrow\", \"rightarrowabovebar\"], 1.75, 901],\r\n xrightequilibrium: [[\"baraboveshortleftharpoon\", \"rightharpoonaboveshortbar\"], 1.75, 716],\r\n xleftequilibrium: [[\"shortbaraboveleftharpoon\", \"shortrightharpoonabovebar\"], 1.75, 716]\r\n};\r\n\r\nvar groupLength = function groupLength(arg) {\r\n if (arg.type === \"ordgroup\") {\r\n return arg.body.length;\r\n } else {\r\n return 1;\r\n }\r\n};\r\n\r\nvar svgSpan = function svgSpan(group, options) {\r\n // Create a span with inline SVG for the element.\r\n function buildSvgSpan_() {\r\n var viewBoxWidth = 400000; // default\r\n\r\n var label = group.label.slice(1);\r\n\r\n if (utils.contains([\"widehat\", \"widecheck\", \"widetilde\", \"utilde\"], label)) {\r\n // Each type in the `if` statement corresponds to one of the ParseNode\r\n // types below. This narrowing is required to access `grp.base`.\r\n // $FlowFixMe\r\n var grp = group; // There are four SVG images available for each function.\r\n // Choose a taller image when there are more characters.\r\n\r\n var numChars = groupLength(grp.base);\r\n var viewBoxHeight;\r\n var pathName;\r\n\r\n var _height;\r\n\r\n if (numChars > 5) {\r\n if (label === \"widehat\" || label === \"widecheck\") {\r\n viewBoxHeight = 420;\r\n viewBoxWidth = 2364;\r\n _height = 0.42;\r\n pathName = label + \"4\";\r\n } else {\r\n viewBoxHeight = 312;\r\n viewBoxWidth = 2340;\r\n _height = 0.34;\r\n pathName = \"tilde4\";\r\n }\r\n } else {\r\n var imgIndex = [1, 1, 2, 2, 3, 3][numChars];\r\n\r\n if (label === \"widehat\" || label === \"widecheck\") {\r\n viewBoxWidth = [0, 1062, 2364, 2364, 2364][imgIndex];\r\n viewBoxHeight = [0, 239, 300, 360, 420][imgIndex];\r\n _height = [0, 0.24, 0.3, 0.3, 0.36, 0.42][imgIndex];\r\n pathName = label + imgIndex;\r\n } else {\r\n viewBoxWidth = [0, 600, 1033, 2339, 2340][imgIndex];\r\n viewBoxHeight = [0, 260, 286, 306, 312][imgIndex];\r\n _height = [0, 0.26, 0.286, 0.3, 0.306, 0.34][imgIndex];\r\n pathName = \"tilde\" + imgIndex;\r\n }\r\n }\r\n\r\n var path = new PathNode(pathName);\r\n var svgNode = new SvgNode([path], {\r\n \"width\": \"100%\",\r\n \"height\": makeEm(_height),\r\n \"viewBox\": \"0 0 \" + viewBoxWidth + \" \" + viewBoxHeight,\r\n \"preserveAspectRatio\": \"none\"\r\n });\r\n return {\r\n span: buildCommon.makeSvgSpan([], [svgNode], options),\r\n minWidth: 0,\r\n height: _height\r\n };\r\n } else {\r\n var spans = [];\r\n var data = katexImagesData[label];\r\n var [paths, _minWidth, _viewBoxHeight] = data;\r\n\r\n var _height2 = _viewBoxHeight / 1000;\r\n\r\n var numSvgChildren = paths.length;\r\n var widthClasses;\r\n var aligns;\r\n\r\n if (numSvgChildren === 1) {\r\n // $FlowFixMe: All these cases must be of the 4-tuple type.\r\n var align1 = data[3];\r\n widthClasses = [\"hide-tail\"];\r\n aligns = [align1];\r\n } else if (numSvgChildren === 2) {\r\n widthClasses = [\"halfarrow-left\", \"halfarrow-right\"];\r\n aligns = [\"xMinYMin\", \"xMaxYMin\"];\r\n } else if (numSvgChildren === 3) {\r\n widthClasses = [\"brace-left\", \"brace-center\", \"brace-right\"];\r\n aligns = [\"xMinYMin\", \"xMidYMin\", \"xMaxYMin\"];\r\n } else {\r\n throw new Error(\"Correct katexImagesData or update code here to support\\n \" + numSvgChildren + \" children.\");\r\n }\r\n\r\n for (var i = 0; i < numSvgChildren; i++) {\r\n var _path = new PathNode(paths[i]);\r\n\r\n var _svgNode = new SvgNode([_path], {\r\n \"width\": \"400em\",\r\n \"height\": makeEm(_height2),\r\n \"viewBox\": \"0 0 \" + viewBoxWidth + \" \" + _viewBoxHeight,\r\n \"preserveAspectRatio\": aligns[i] + \" slice\"\r\n });\r\n\r\n var _span = buildCommon.makeSvgSpan([widthClasses[i]], [_svgNode], options);\r\n\r\n if (numSvgChildren === 1) {\r\n return {\r\n span: _span,\r\n minWidth: _minWidth,\r\n height: _height2\r\n };\r\n } else {\r\n _span.style.height = makeEm(_height2);\r\n spans.push(_span);\r\n }\r\n }\r\n\r\n return {\r\n span: buildCommon.makeSpan([\"stretchy\"], spans, options),\r\n minWidth: _minWidth,\r\n height: _height2\r\n };\r\n }\r\n } // buildSvgSpan_()\r\n\r\n\r\n var {\r\n span,\r\n minWidth,\r\n height\r\n } = buildSvgSpan_(); // Note that we are returning span.depth = 0.\r\n // Any adjustments relative to the baseline must be done in buildHTML.\r\n\r\n span.height = height;\r\n span.style.height = makeEm(height);\r\n\r\n if (minWidth > 0) {\r\n span.style.minWidth = makeEm(minWidth);\r\n }\r\n\r\n return span;\r\n};\r\n\r\nvar encloseSpan = function encloseSpan(inner, label, topPad, bottomPad, options) {\r\n // Return an image span for \\cancel, \\bcancel, \\xcancel, \\fbox, or \\angl\r\n var img;\r\n var totalHeight = inner.height + inner.depth + topPad + bottomPad;\r\n\r\n if (/fbox|color|angl/.test(label)) {\r\n img = buildCommon.makeSpan([\"stretchy\", label], [], options);\r\n\r\n if (label === \"fbox\") {\r\n var color = options.color && options.getColor();\r\n\r\n if (color) {\r\n img.style.borderColor = color;\r\n }\r\n }\r\n } else {\r\n // \\cancel, \\bcancel, or \\xcancel\r\n // Since \\cancel's SVG is inline and it omits the viewBox attribute,\r\n // its stroke-width will not vary with span area.\r\n var lines = [];\r\n\r\n if (/^[bx]cancel$/.test(label)) {\r\n lines.push(new LineNode({\r\n \"x1\": \"0\",\r\n \"y1\": \"0\",\r\n \"x2\": \"100%\",\r\n \"y2\": \"100%\",\r\n \"stroke-width\": \"0.046em\"\r\n }));\r\n }\r\n\r\n if (/^x?cancel$/.test(label)) {\r\n lines.push(new LineNode({\r\n \"x1\": \"0\",\r\n \"y1\": \"100%\",\r\n \"x2\": \"100%\",\r\n \"y2\": \"0\",\r\n \"stroke-width\": \"0.046em\"\r\n }));\r\n }\r\n\r\n var svgNode = new SvgNode(lines, {\r\n \"width\": \"100%\",\r\n \"height\": makeEm(totalHeight)\r\n });\r\n img = buildCommon.makeSvgSpan([], [svgNode], options);\r\n }\r\n\r\n img.height = totalHeight;\r\n img.style.height = makeEm(totalHeight);\r\n return img;\r\n};\r\n\r\nvar stretchy = {\r\n encloseSpan,\r\n mathMLnode,\r\n svgSpan\r\n};\r\n\r\n/**\r\n * Asserts that the node is of the given type and returns it with stricter\r\n * typing. Throws if the node's type does not match.\r\n */\r\nfunction assertNodeType(node, type) {\r\n if (!node || node.type !== type) {\r\n throw new Error(\"Expected node of type \" + type + \", but got \" + (node ? \"node of type \" + node.type : String(node)));\r\n } // $FlowFixMe, >=0.125\r\n\r\n\r\n return node;\r\n}\r\n/**\r\n * Returns the node more strictly typed iff it is of the given type. Otherwise,\r\n * returns null.\r\n */\r\n\r\nfunction assertSymbolNodeType(node) {\r\n var typedNode = checkSymbolNodeType(node);\r\n\r\n if (!typedNode) {\r\n throw new Error(\"Expected node of symbol group type, but got \" + (node ? \"node of type \" + node.type : String(node)));\r\n }\r\n\r\n return typedNode;\r\n}\r\n/**\r\n * Returns the node more strictly typed iff it is of the given type. Otherwise,\r\n * returns null.\r\n */\r\n\r\nfunction checkSymbolNodeType(node) {\r\n if (node && (node.type === \"atom\" || NON_ATOMS.hasOwnProperty(node.type))) {\r\n // $FlowFixMe\r\n return node;\r\n }\r\n\r\n return null;\r\n}\r\n\r\n// NOTE: Unlike most `htmlBuilder`s, this one handles not only \"accent\", but\r\n// also \"supsub\" since an accent can affect super/subscripting.\r\nvar htmlBuilder$a = (grp, options) => {\r\n // Accents are handled in the TeXbook pg. 443, rule 12.\r\n var base;\r\n var group;\r\n var supSubGroup;\r\n\r\n if (grp && grp.type === \"supsub\") {\r\n // If our base is a character box, and we have superscripts and\r\n // subscripts, the supsub will defer to us. In particular, we want\r\n // to attach the superscripts and subscripts to the inner body (so\r\n // that the position of the superscripts and subscripts won't be\r\n // affected by the height of the accent). We accomplish this by\r\n // sticking the base of the accent into the base of the supsub, and\r\n // rendering that, while keeping track of where the accent is.\r\n // The real accent group is the base of the supsub group\r\n group = assertNodeType(grp.base, \"accent\"); // The character box is the base of the accent group\r\n\r\n base = group.base; // Stick the character box into the base of the supsub group\r\n\r\n grp.base = base; // Rerender the supsub group with its new base, and store that\r\n // result.\r\n\r\n supSubGroup = assertSpan(buildGroup$1(grp, options)); // reset original base\r\n\r\n grp.base = group;\r\n } else {\r\n group = assertNodeType(grp, \"accent\");\r\n base = group.base;\r\n } // Build the base group\r\n\r\n\r\n var body = buildGroup$1(base, options.havingCrampedStyle()); // Does the accent need to shift for the skew of a character?\r\n\r\n var mustShift = group.isShifty && utils.isCharacterBox(base); // Calculate the skew of the accent. This is based on the line \"If the\r\n // nucleus is not a single character, let s = 0; otherwise set s to the\r\n // kern amount for the nucleus followed by the \\skewchar of its font.\"\r\n // Note that our skew metrics are just the kern between each character\r\n // and the skewchar.\r\n\r\n var skew = 0;\r\n\r\n if (mustShift) {\r\n // If the base is a character box, then we want the skew of the\r\n // innermost character. To do that, we find the innermost character:\r\n var baseChar = utils.getBaseElem(base); // Then, we render its group to get the symbol inside it\r\n\r\n var baseGroup = buildGroup$1(baseChar, options.havingCrampedStyle()); // Finally, we pull the skew off of the symbol.\r\n\r\n skew = assertSymbolDomNode(baseGroup).skew; // Note that we now throw away baseGroup, because the layers we\r\n // removed with getBaseElem might contain things like \\color which\r\n // we can't get rid of.\r\n // TODO(emily): Find a better way to get the skew\r\n }\r\n\r\n var accentBelow = group.label === \"\\\\c\"; // calculate the amount of space between the body and the accent\r\n\r\n var clearance = accentBelow ? body.height + body.depth : Math.min(body.height, options.fontMetrics().xHeight); // Build the accent\r\n\r\n var accentBody;\r\n\r\n if (!group.isStretchy) {\r\n var accent;\r\n var width;\r\n\r\n if (group.label === \"\\\\vec\") {\r\n // Before version 0.9, \\vec used the combining font glyph U+20D7.\r\n // But browsers, especially Safari, are not consistent in how they\r\n // render combining characters when not preceded by a character.\r\n // So now we use an SVG.\r\n // If Safari reforms, we should consider reverting to the glyph.\r\n accent = buildCommon.staticSvg(\"vec\", options);\r\n width = buildCommon.svgData.vec[1];\r\n } else {\r\n accent = buildCommon.makeOrd({\r\n mode: group.mode,\r\n text: group.label\r\n }, options, \"textord\");\r\n accent = assertSymbolDomNode(accent); // Remove the italic correction of the accent, because it only serves to\r\n // shift the accent over to a place we don't want.\r\n\r\n accent.italic = 0;\r\n width = accent.width;\r\n\r\n if (accentBelow) {\r\n clearance += accent.depth;\r\n }\r\n }\r\n\r\n accentBody = buildCommon.makeSpan([\"accent-body\"], [accent]); // \"Full\" accents expand the width of the resulting symbol to be\r\n // at least the width of the accent, and overlap directly onto the\r\n // character without any vertical offset.\r\n\r\n var accentFull = group.label === \"\\\\textcircled\";\r\n\r\n if (accentFull) {\r\n accentBody.classes.push('accent-full');\r\n clearance = body.height;\r\n } // Shift the accent over by the skew.\r\n\r\n\r\n var left = skew; // CSS defines `.katex .accent .accent-body:not(.accent-full) { width: 0 }`\r\n // so that the accent doesn't contribute to the bounding box.\r\n // We need to shift the character by its width (effectively half\r\n // its width) to compensate.\r\n\r\n if (!accentFull) {\r\n left -= width / 2;\r\n }\r\n\r\n accentBody.style.left = makeEm(left); // \\textcircled uses the \\bigcirc glyph, so it needs some\r\n // vertical adjustment to match LaTeX.\r\n\r\n if (group.label === \"\\\\textcircled\") {\r\n accentBody.style.top = \".2em\";\r\n }\r\n\r\n accentBody = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: body\r\n }, {\r\n type: \"kern\",\r\n size: -clearance\r\n }, {\r\n type: \"elem\",\r\n elem: accentBody\r\n }]\r\n }, options);\r\n } else {\r\n accentBody = stretchy.svgSpan(group, options);\r\n accentBody = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: body\r\n }, {\r\n type: \"elem\",\r\n elem: accentBody,\r\n wrapperClasses: [\"svg-align\"],\r\n wrapperStyle: skew > 0 ? {\r\n width: \"calc(100% - \" + makeEm(2 * skew) + \")\",\r\n marginLeft: makeEm(2 * skew)\r\n } : undefined\r\n }]\r\n }, options);\r\n }\r\n\r\n var accentWrap = buildCommon.makeSpan([\"mord\", \"accent\"], [accentBody], options);\r\n\r\n if (supSubGroup) {\r\n // Here, we replace the \"base\" child of the supsub with our newly\r\n // generated accent.\r\n supSubGroup.children[0] = accentWrap; // Since we don't rerun the height calculation after replacing the\r\n // accent, we manually recalculate height.\r\n\r\n supSubGroup.height = Math.max(accentWrap.height, supSubGroup.height); // Accents should always be ords, even when their innards are not.\r\n\r\n supSubGroup.classes[0] = \"mord\";\r\n return supSubGroup;\r\n } else {\r\n return accentWrap;\r\n }\r\n};\r\n\r\nvar mathmlBuilder$9 = (group, options) => {\r\n var accentNode = group.isStretchy ? stretchy.mathMLnode(group.label) : new mathMLTree.MathNode(\"mo\", [makeText(group.label, group.mode)]);\r\n var node = new mathMLTree.MathNode(\"mover\", [buildGroup(group.base, options), accentNode]);\r\n node.setAttribute(\"accent\", \"true\");\r\n return node;\r\n};\r\n\r\nvar NON_STRETCHY_ACCENT_REGEX = new RegExp([\"\\\\acute\", \"\\\\grave\", \"\\\\ddot\", \"\\\\tilde\", \"\\\\bar\", \"\\\\breve\", \"\\\\check\", \"\\\\hat\", \"\\\\vec\", \"\\\\dot\", \"\\\\mathring\"].map(accent => \"\\\\\" + accent).join(\"|\")); // Accents\r\n\r\ndefineFunction({\r\n type: \"accent\",\r\n names: [\"\\\\acute\", \"\\\\grave\", \"\\\\ddot\", \"\\\\tilde\", \"\\\\bar\", \"\\\\breve\", \"\\\\check\", \"\\\\hat\", \"\\\\vec\", \"\\\\dot\", \"\\\\mathring\", \"\\\\widecheck\", \"\\\\widehat\", \"\\\\widetilde\", \"\\\\overrightarrow\", \"\\\\overleftarrow\", \"\\\\Overrightarrow\", \"\\\\overleftrightarrow\", \"\\\\overgroup\", \"\\\\overlinesegment\", \"\\\\overleftharpoon\", \"\\\\overrightharpoon\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n handler: (context, args) => {\r\n var base = normalizeArgument(args[0]);\r\n var isStretchy = !NON_STRETCHY_ACCENT_REGEX.test(context.funcName);\r\n var isShifty = !isStretchy || context.funcName === \"\\\\widehat\" || context.funcName === \"\\\\widetilde\" || context.funcName === \"\\\\widecheck\";\r\n return {\r\n type: \"accent\",\r\n mode: context.parser.mode,\r\n label: context.funcName,\r\n isStretchy: isStretchy,\r\n isShifty: isShifty,\r\n base: base\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$a,\r\n mathmlBuilder: mathmlBuilder$9\r\n}); // Text-mode accents\r\n\r\ndefineFunction({\r\n type: \"accent\",\r\n names: [\"\\\\'\", \"\\\\`\", \"\\\\^\", \"\\\\~\", \"\\\\=\", \"\\\\u\", \"\\\\.\", '\\\\\"', \"\\\\c\", \"\\\\r\", \"\\\\H\", \"\\\\v\", \"\\\\textcircled\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true,\r\n allowedInMath: true,\r\n // unless in strict mode\r\n argTypes: [\"primitive\"]\r\n },\r\n handler: (context, args) => {\r\n var base = args[0];\r\n var mode = context.parser.mode;\r\n\r\n if (mode === \"math\") {\r\n context.parser.settings.reportNonstrict(\"mathVsTextAccents\", \"LaTeX's accent \" + context.funcName + \" works only in text mode\");\r\n mode = \"text\";\r\n }\r\n\r\n return {\r\n type: \"accent\",\r\n mode: mode,\r\n label: context.funcName,\r\n isStretchy: false,\r\n isShifty: true,\r\n base: base\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$a,\r\n mathmlBuilder: mathmlBuilder$9\r\n});\r\n\r\n// Horizontal overlap functions\r\ndefineFunction({\r\n type: \"accentUnder\",\r\n names: [\"\\\\underleftarrow\", \"\\\\underrightarrow\", \"\\\\underleftrightarrow\", \"\\\\undergroup\", \"\\\\underlinesegment\", \"\\\\utilde\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var base = args[0];\r\n return {\r\n type: \"accentUnder\",\r\n mode: parser.mode,\r\n label: funcName,\r\n base: base\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n // Treat under accents much like underlines.\r\n var innerGroup = buildGroup$1(group.base, options);\r\n var accentBody = stretchy.svgSpan(group, options);\r\n var kern = group.label === \"\\\\utilde\" ? 0.12 : 0; // Generate the vlist, with the appropriate kerns\r\n\r\n var vlist = buildCommon.makeVList({\r\n positionType: \"top\",\r\n positionData: innerGroup.height,\r\n children: [{\r\n type: \"elem\",\r\n elem: accentBody,\r\n wrapperClasses: [\"svg-align\"]\r\n }, {\r\n type: \"kern\",\r\n size: kern\r\n }, {\r\n type: \"elem\",\r\n elem: innerGroup\r\n }]\r\n }, options);\r\n return buildCommon.makeSpan([\"mord\", \"accentunder\"], [vlist], options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var accentNode = stretchy.mathMLnode(group.label);\r\n var node = new mathMLTree.MathNode(\"munder\", [buildGroup(group.base, options), accentNode]);\r\n node.setAttribute(\"accentunder\", \"true\");\r\n return node;\r\n }\r\n});\r\n\r\n// Helper function\r\nvar paddedNode = group => {\r\n var node = new mathMLTree.MathNode(\"mpadded\", group ? [group] : []);\r\n node.setAttribute(\"width\", \"+0.6em\");\r\n node.setAttribute(\"lspace\", \"0.3em\");\r\n return node;\r\n}; // Stretchy arrows with an optional argument\r\n\r\n\r\ndefineFunction({\r\n type: \"xArrow\",\r\n names: [\"\\\\xleftarrow\", \"\\\\xrightarrow\", \"\\\\xLeftarrow\", \"\\\\xRightarrow\", \"\\\\xleftrightarrow\", \"\\\\xLeftrightarrow\", \"\\\\xhookleftarrow\", \"\\\\xhookrightarrow\", \"\\\\xmapsto\", \"\\\\xrightharpoondown\", \"\\\\xrightharpoonup\", \"\\\\xleftharpoondown\", \"\\\\xleftharpoonup\", \"\\\\xrightleftharpoons\", \"\\\\xleftrightharpoons\", \"\\\\xlongequal\", \"\\\\xtwoheadrightarrow\", \"\\\\xtwoheadleftarrow\", \"\\\\xtofrom\", // The next 3 functions are here to support the mhchem extension.\r\n // Direct use of these functions is discouraged and may break someday.\r\n \"\\\\xrightleftarrows\", \"\\\\xrightequilibrium\", \"\\\\xleftequilibrium\", // The next 3 functions are here only to support the {CD} environment.\r\n \"\\\\\\\\cdrightarrow\", \"\\\\\\\\cdleftarrow\", \"\\\\\\\\cdlongequal\"],\r\n props: {\r\n numArgs: 1,\r\n numOptionalArgs: 1\r\n },\r\n\r\n handler(_ref, args, optArgs) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n return {\r\n type: \"xArrow\",\r\n mode: parser.mode,\r\n label: funcName,\r\n body: args[0],\r\n below: optArgs[0]\r\n };\r\n },\r\n\r\n // Flow is unable to correctly infer the type of `group`, even though it's\r\n // unambiguously determined from the passed-in `type` above.\r\n htmlBuilder(group, options) {\r\n var style = options.style; // Build the argument groups in the appropriate style.\r\n // Ref: amsmath.dtx: \\hbox{$\\scriptstyle\\mkern#3mu{#6}\\mkern#4mu$}%\r\n // Some groups can return document fragments. Handle those by wrapping\r\n // them in a span.\r\n\r\n var newOptions = options.havingStyle(style.sup());\r\n var upperGroup = buildCommon.wrapFragment(buildGroup$1(group.body, newOptions, options), options);\r\n var arrowPrefix = group.label.slice(0, 2) === \"\\\\x\" ? \"x\" : \"cd\";\r\n upperGroup.classes.push(arrowPrefix + \"-arrow-pad\");\r\n var lowerGroup;\r\n\r\n if (group.below) {\r\n // Build the lower group\r\n newOptions = options.havingStyle(style.sub());\r\n lowerGroup = buildCommon.wrapFragment(buildGroup$1(group.below, newOptions, options), options);\r\n lowerGroup.classes.push(arrowPrefix + \"-arrow-pad\");\r\n }\r\n\r\n var arrowBody = stretchy.svgSpan(group, options); // Re shift: Note that stretchy.svgSpan returned arrowBody.depth = 0.\r\n // The point we want on the math axis is at 0.5 * arrowBody.height.\r\n\r\n var arrowShift = -options.fontMetrics().axisHeight + 0.5 * arrowBody.height; // 2 mu kern. Ref: amsmath.dtx: #7\\if0#2\\else\\mkern#2mu\\fi\r\n\r\n var upperShift = -options.fontMetrics().axisHeight - 0.5 * arrowBody.height - 0.111; // 0.111 em = 2 mu\r\n\r\n if (upperGroup.depth > 0.25 || group.label === \"\\\\xleftequilibrium\") {\r\n upperShift -= upperGroup.depth; // shift up if depth encroaches\r\n } // Generate the vlist\r\n\r\n\r\n var vlist;\r\n\r\n if (lowerGroup) {\r\n var lowerShift = -options.fontMetrics().axisHeight + lowerGroup.height + 0.5 * arrowBody.height + 0.111;\r\n vlist = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [{\r\n type: \"elem\",\r\n elem: upperGroup,\r\n shift: upperShift\r\n }, {\r\n type: \"elem\",\r\n elem: arrowBody,\r\n shift: arrowShift\r\n }, {\r\n type: \"elem\",\r\n elem: lowerGroup,\r\n shift: lowerShift\r\n }]\r\n }, options);\r\n } else {\r\n vlist = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [{\r\n type: \"elem\",\r\n elem: upperGroup,\r\n shift: upperShift\r\n }, {\r\n type: \"elem\",\r\n elem: arrowBody,\r\n shift: arrowShift\r\n }]\r\n }, options);\r\n } // $FlowFixMe: Replace this with passing \"svg-align\" into makeVList.\r\n\r\n\r\n vlist.children[0].children[0].children[1].classes.push(\"svg-align\");\r\n return buildCommon.makeSpan([\"mrel\", \"x-arrow\"], [vlist], options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var arrowNode = stretchy.mathMLnode(group.label);\r\n arrowNode.setAttribute(\"minsize\", group.label.charAt(0) === \"x\" ? \"1.75em\" : \"3.0em\");\r\n var node;\r\n\r\n if (group.body) {\r\n var upperNode = paddedNode(buildGroup(group.body, options));\r\n\r\n if (group.below) {\r\n var lowerNode = paddedNode(buildGroup(group.below, options));\r\n node = new mathMLTree.MathNode(\"munderover\", [arrowNode, lowerNode, upperNode]);\r\n } else {\r\n node = new mathMLTree.MathNode(\"mover\", [arrowNode, upperNode]);\r\n }\r\n } else if (group.below) {\r\n var _lowerNode = paddedNode(buildGroup(group.below, options));\r\n\r\n node = new mathMLTree.MathNode(\"munder\", [arrowNode, _lowerNode]);\r\n } else {\r\n // This should never happen.\r\n // Parser.js throws an error if there is no argument.\r\n node = paddedNode();\r\n node = new mathMLTree.MathNode(\"mover\", [arrowNode, node]);\r\n }\r\n\r\n return node;\r\n }\r\n\r\n});\r\n\r\nvar makeSpan = buildCommon.makeSpan;\r\n\r\nfunction htmlBuilder$9(group, options) {\r\n var elements = buildExpression$1(group.body, options, true);\r\n return makeSpan([group.mclass], elements, options);\r\n}\r\n\r\nfunction mathmlBuilder$8(group, options) {\r\n var node;\r\n var inner = buildExpression(group.body, options);\r\n\r\n if (group.mclass === \"minner\") {\r\n node = new mathMLTree.MathNode(\"mpadded\", inner);\r\n } else if (group.mclass === \"mord\") {\r\n if (group.isCharacterBox) {\r\n node = inner[0];\r\n node.type = \"mi\";\r\n } else {\r\n node = new mathMLTree.MathNode(\"mi\", inner);\r\n }\r\n } else {\r\n if (group.isCharacterBox) {\r\n node = inner[0];\r\n node.type = \"mo\";\r\n } else {\r\n node = new mathMLTree.MathNode(\"mo\", inner);\r\n } // Set spacing based on what is the most likely adjacent atom type.\r\n // See TeXbook p170.\r\n\r\n\r\n if (group.mclass === \"mbin\") {\r\n node.attributes.lspace = \"0.22em\"; // medium space\r\n\r\n node.attributes.rspace = \"0.22em\";\r\n } else if (group.mclass === \"mpunct\") {\r\n node.attributes.lspace = \"0em\";\r\n node.attributes.rspace = \"0.17em\"; // thinspace\r\n } else if (group.mclass === \"mopen\" || group.mclass === \"mclose\") {\r\n node.attributes.lspace = \"0em\";\r\n node.attributes.rspace = \"0em\";\r\n } else if (group.mclass === \"minner\") {\r\n node.attributes.lspace = \"0.0556em\"; // 1 mu is the most likely option\r\n\r\n node.attributes.width = \"+0.1111em\";\r\n } // MathML default space is 5/18 em, so needs no action.\r\n // Ref: https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mo\r\n\r\n }\r\n\r\n return node;\r\n} // Math class commands except \\mathop\r\n\r\n\r\ndefineFunction({\r\n type: \"mclass\",\r\n names: [\"\\\\mathord\", \"\\\\mathbin\", \"\\\\mathrel\", \"\\\\mathopen\", \"\\\\mathclose\", \"\\\\mathpunct\", \"\\\\mathinner\"],\r\n props: {\r\n numArgs: 1,\r\n primitive: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var body = args[0];\r\n return {\r\n type: \"mclass\",\r\n mode: parser.mode,\r\n mclass: \"m\" + funcName.slice(5),\r\n // TODO(kevinb): don't prefix with 'm'\r\n body: ordargument(body),\r\n isCharacterBox: utils.isCharacterBox(body)\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$9,\r\n mathmlBuilder: mathmlBuilder$8\r\n});\r\nvar binrelClass = arg => {\r\n // \\binrel@ spacing varies with (bin|rel|ord) of the atom in the argument.\r\n // (by rendering separately and with {}s before and after, and measuring\r\n // the change in spacing). We'll do roughly the same by detecting the\r\n // atom type directly.\r\n var atom = arg.type === \"ordgroup\" && arg.body.length ? arg.body[0] : arg;\r\n\r\n if (atom.type === \"atom\" && (atom.family === \"bin\" || atom.family === \"rel\")) {\r\n return \"m\" + atom.family;\r\n } else {\r\n return \"mord\";\r\n }\r\n}; // \\@binrel{x}{y} renders like y but as mbin/mrel/mord if x is mbin/mrel/mord.\r\n// This is equivalent to \\binrel@{x}\\binrel@@{y} in AMSTeX.\r\n\r\ndefineFunction({\r\n type: \"mclass\",\r\n names: [\"\\\\@binrel\"],\r\n props: {\r\n numArgs: 2\r\n },\r\n\r\n handler(_ref2, args) {\r\n var {\r\n parser\r\n } = _ref2;\r\n return {\r\n type: \"mclass\",\r\n mode: parser.mode,\r\n mclass: binrelClass(args[0]),\r\n body: ordargument(args[1]),\r\n isCharacterBox: utils.isCharacterBox(args[1])\r\n };\r\n }\r\n\r\n}); // Build a relation or stacked op by placing one symbol on top of another\r\n\r\ndefineFunction({\r\n type: \"mclass\",\r\n names: [\"\\\\stackrel\", \"\\\\overset\", \"\\\\underset\"],\r\n props: {\r\n numArgs: 2\r\n },\r\n\r\n handler(_ref3, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref3;\r\n var baseArg = args[1];\r\n var shiftedArg = args[0];\r\n var mclass;\r\n\r\n if (funcName !== \"\\\\stackrel\") {\r\n // LaTeX applies \\binrel spacing to \\overset and \\underset.\r\n mclass = binrelClass(baseArg);\r\n } else {\r\n mclass = \"mrel\"; // for \\stackrel\r\n }\r\n\r\n var baseOp = {\r\n type: \"op\",\r\n mode: baseArg.mode,\r\n limits: true,\r\n alwaysHandleSupSub: true,\r\n parentIsSupSub: false,\r\n symbol: false,\r\n suppressBaseShift: funcName !== \"\\\\stackrel\",\r\n body: ordargument(baseArg)\r\n };\r\n var supsub = {\r\n type: \"supsub\",\r\n mode: shiftedArg.mode,\r\n base: baseOp,\r\n sup: funcName === \"\\\\underset\" ? null : shiftedArg,\r\n sub: funcName === \"\\\\underset\" ? shiftedArg : null\r\n };\r\n return {\r\n type: \"mclass\",\r\n mode: parser.mode,\r\n mclass,\r\n body: [supsub],\r\n isCharacterBox: utils.isCharacterBox(supsub)\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$9,\r\n mathmlBuilder: mathmlBuilder$8\r\n});\r\n\r\n// \\pmb is a simulation of bold font.\r\n// The version of \\pmb in ambsy.sty works by typesetting three copies\r\n// with small offsets. We use CSS text-shadow.\r\n// It's a hack. Not as good as a real bold font. Better than nothing.\r\ndefineFunction({\r\n type: \"pmb\",\r\n names: [\"\\\\pmb\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"pmb\",\r\n mode: parser.mode,\r\n mclass: binrelClass(args[0]),\r\n body: ordargument(args[0])\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var elements = buildExpression$1(group.body, options, true);\r\n var node = buildCommon.makeSpan([group.mclass], elements, options);\r\n node.style.textShadow = \"0.02em 0.01em 0.04px\";\r\n return node;\r\n },\r\n\r\n mathmlBuilder(group, style) {\r\n var inner = buildExpression(group.body, style); // Wrap with an element.\r\n\r\n var node = new mathMLTree.MathNode(\"mstyle\", inner);\r\n node.setAttribute(\"style\", \"text-shadow: 0.02em 0.01em 0.04px\");\r\n return node;\r\n }\r\n\r\n});\r\n\r\nvar cdArrowFunctionName = {\r\n \">\": \"\\\\\\\\cdrightarrow\",\r\n \"<\": \"\\\\\\\\cdleftarrow\",\r\n \"=\": \"\\\\\\\\cdlongequal\",\r\n \"A\": \"\\\\uparrow\",\r\n \"V\": \"\\\\downarrow\",\r\n \"|\": \"\\\\Vert\",\r\n \".\": \"no arrow\"\r\n};\r\n\r\nvar newCell = () => {\r\n // Create an empty cell, to be filled below with parse nodes.\r\n // The parseTree from this module must be constructed like the\r\n // one created by parseArray(), so an empty CD cell must\r\n // be a ParseNode<\"styling\">. And CD is always displaystyle.\r\n // So these values are fixed and flow can do implicit typing.\r\n return {\r\n type: \"styling\",\r\n body: [],\r\n mode: \"math\",\r\n style: \"display\"\r\n };\r\n};\r\n\r\nvar isStartOfArrow = node => {\r\n return node.type === \"textord\" && node.text === \"@\";\r\n};\r\n\r\nvar isLabelEnd = (node, endChar) => {\r\n return (node.type === \"mathord\" || node.type === \"atom\") && node.text === endChar;\r\n};\r\n\r\nfunction cdArrow(arrowChar, labels, parser) {\r\n // Return a parse tree of an arrow and its labels.\r\n // This acts in a way similar to a macro expansion.\r\n var funcName = cdArrowFunctionName[arrowChar];\r\n\r\n switch (funcName) {\r\n case \"\\\\\\\\cdrightarrow\":\r\n case \"\\\\\\\\cdleftarrow\":\r\n return parser.callFunction(funcName, [labels[0]], [labels[1]]);\r\n\r\n case \"\\\\uparrow\":\r\n case \"\\\\downarrow\":\r\n {\r\n var leftLabel = parser.callFunction(\"\\\\\\\\cdleft\", [labels[0]], []);\r\n var bareArrow = {\r\n type: \"atom\",\r\n text: funcName,\r\n mode: \"math\",\r\n family: \"rel\"\r\n };\r\n var sizedArrow = parser.callFunction(\"\\\\Big\", [bareArrow], []);\r\n var rightLabel = parser.callFunction(\"\\\\\\\\cdright\", [labels[1]], []);\r\n var arrowGroup = {\r\n type: \"ordgroup\",\r\n mode: \"math\",\r\n body: [leftLabel, sizedArrow, rightLabel]\r\n };\r\n return parser.callFunction(\"\\\\\\\\cdparent\", [arrowGroup], []);\r\n }\r\n\r\n case \"\\\\\\\\cdlongequal\":\r\n return parser.callFunction(\"\\\\\\\\cdlongequal\", [], []);\r\n\r\n case \"\\\\Vert\":\r\n {\r\n var arrow = {\r\n type: \"textord\",\r\n text: \"\\\\Vert\",\r\n mode: \"math\"\r\n };\r\n return parser.callFunction(\"\\\\Big\", [arrow], []);\r\n }\r\n\r\n default:\r\n return {\r\n type: \"textord\",\r\n text: \" \",\r\n mode: \"math\"\r\n };\r\n }\r\n}\r\n\r\nfunction parseCD(parser) {\r\n // Get the array's parse nodes with \\\\ temporarily mapped to \\cr.\r\n var parsedRows = [];\r\n parser.gullet.beginGroup();\r\n parser.gullet.macros.set(\"\\\\cr\", \"\\\\\\\\\\\\relax\");\r\n parser.gullet.beginGroup();\r\n\r\n while (true) {\r\n // eslint-disable-line no-constant-condition\r\n // Get the parse nodes for the next row.\r\n parsedRows.push(parser.parseExpression(false, \"\\\\\\\\\"));\r\n parser.gullet.endGroup();\r\n parser.gullet.beginGroup();\r\n var next = parser.fetch().text;\r\n\r\n if (next === \"&\" || next === \"\\\\\\\\\") {\r\n parser.consume();\r\n } else if (next === \"\\\\end\") {\r\n if (parsedRows[parsedRows.length - 1].length === 0) {\r\n parsedRows.pop(); // final row ended in \\\\\r\n }\r\n\r\n break;\r\n } else {\r\n throw new ParseError(\"Expected \\\\\\\\ or \\\\cr or \\\\end\", parser.nextToken);\r\n }\r\n }\r\n\r\n var row = [];\r\n var body = [row]; // Loop thru the parse nodes. Collect them into cells and arrows.\r\n\r\n for (var i = 0; i < parsedRows.length; i++) {\r\n // Start a new row.\r\n var rowNodes = parsedRows[i]; // Create the first cell.\r\n\r\n var cell = newCell();\r\n\r\n for (var j = 0; j < rowNodes.length; j++) {\r\n if (!isStartOfArrow(rowNodes[j])) {\r\n // If a parseNode is not an arrow, it goes into a cell.\r\n cell.body.push(rowNodes[j]);\r\n } else {\r\n // Parse node j is an \"@\", the start of an arrow.\r\n // Before starting on the arrow, push the cell into `row`.\r\n row.push(cell); // Now collect parseNodes into an arrow.\r\n // The character after \"@\" defines the arrow type.\r\n\r\n j += 1;\r\n var arrowChar = assertSymbolNodeType(rowNodes[j]).text; // Create two empty label nodes. We may or may not use them.\r\n\r\n var labels = new Array(2);\r\n labels[0] = {\r\n type: \"ordgroup\",\r\n mode: \"math\",\r\n body: []\r\n };\r\n labels[1] = {\r\n type: \"ordgroup\",\r\n mode: \"math\",\r\n body: []\r\n }; // Process the arrow.\r\n\r\n if (\"=|.\".indexOf(arrowChar) > -1) ; else if (\"<>AV\".indexOf(arrowChar) > -1) {\r\n // Four arrows, `@>>>`, `@<<<`, `@AAA`, and `@VVV`, each take\r\n // two optional labels. E.g. the right-point arrow syntax is\r\n // really: @>{optional label}>{optional label}>\r\n // Collect parseNodes into labels.\r\n for (var labelNum = 0; labelNum < 2; labelNum++) {\r\n var inLabel = true;\r\n\r\n for (var k = j + 1; k < rowNodes.length; k++) {\r\n if (isLabelEnd(rowNodes[k], arrowChar)) {\r\n inLabel = false;\r\n j = k;\r\n break;\r\n }\r\n\r\n if (isStartOfArrow(rowNodes[k])) {\r\n throw new ParseError(\"Missing a \" + arrowChar + \" character to complete a CD arrow.\", rowNodes[k]);\r\n }\r\n\r\n labels[labelNum].body.push(rowNodes[k]);\r\n }\r\n\r\n if (inLabel) {\r\n // isLabelEnd never returned a true.\r\n throw new ParseError(\"Missing a \" + arrowChar + \" character to complete a CD arrow.\", rowNodes[j]);\r\n }\r\n }\r\n } else {\r\n throw new ParseError(\"Expected one of \\\"<>AV=|.\\\" after @\", rowNodes[j]);\r\n } // Now join the arrow to its labels.\r\n\r\n\r\n var arrow = cdArrow(arrowChar, labels, parser); // Wrap the arrow in ParseNode<\"styling\">.\r\n // This is done to match parseArray() behavior.\r\n\r\n var wrappedArrow = {\r\n type: \"styling\",\r\n body: [arrow],\r\n mode: \"math\",\r\n style: \"display\" // CD is always displaystyle.\r\n\r\n };\r\n row.push(wrappedArrow); // In CD's syntax, cells are implicit. That is, everything that\r\n // is not an arrow gets collected into a cell. So create an empty\r\n // cell now. It will collect upcoming parseNodes.\r\n\r\n cell = newCell();\r\n }\r\n }\r\n\r\n if (i % 2 === 0) {\r\n // Even-numbered rows consist of: cell, arrow, cell, arrow, ... cell\r\n // The last cell is not yet pushed into `row`, so:\r\n row.push(cell);\r\n } else {\r\n // Odd-numbered rows consist of: vert arrow, empty cell, ... vert arrow\r\n // Remove the empty cell that was placed at the beginning of `row`.\r\n row.shift();\r\n }\r\n\r\n row = [];\r\n body.push(row);\r\n } // End row group\r\n\r\n\r\n parser.gullet.endGroup(); // End array group defining \\\\\r\n\r\n parser.gullet.endGroup(); // define column separation.\r\n\r\n var cols = new Array(body[0].length).fill({\r\n type: \"align\",\r\n align: \"c\",\r\n pregap: 0.25,\r\n // CD package sets \\enskip between columns.\r\n postgap: 0.25 // So pre and post each get half an \\enskip, i.e. 0.25em.\r\n\r\n });\r\n return {\r\n type: \"array\",\r\n mode: \"math\",\r\n body,\r\n arraystretch: 1,\r\n addJot: true,\r\n rowGaps: [null],\r\n cols,\r\n colSeparationType: \"CD\",\r\n hLinesBeforeRow: new Array(body.length + 1).fill([])\r\n };\r\n} // The functions below are not available for general use.\r\n// They are here only for internal use by the {CD} environment in placing labels\r\n// next to vertical arrows.\r\n// We don't need any such functions for horizontal arrows because we can reuse\r\n// the functionality that already exists for extensible arrows.\r\n\r\ndefineFunction({\r\n type: \"cdlabel\",\r\n names: [\"\\\\\\\\cdleft\", \"\\\\\\\\cdright\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n return {\r\n type: \"cdlabel\",\r\n mode: parser.mode,\r\n side: funcName.slice(4),\r\n label: args[0]\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var newOptions = options.havingStyle(options.style.sup());\r\n var label = buildCommon.wrapFragment(buildGroup$1(group.label, newOptions, options), options);\r\n label.classes.push(\"cd-label-\" + group.side);\r\n label.style.bottom = makeEm(0.8 - label.depth); // Zero out label height & depth, so vertical align of arrow is set\r\n // by the arrow height, not by the label.\r\n\r\n label.height = 0;\r\n label.depth = 0;\r\n return label;\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var label = new mathMLTree.MathNode(\"mrow\", [buildGroup(group.label, options)]);\r\n label = new mathMLTree.MathNode(\"mpadded\", [label]);\r\n label.setAttribute(\"width\", \"0\");\r\n\r\n if (group.side === \"left\") {\r\n label.setAttribute(\"lspace\", \"-1width\");\r\n } // We have to guess at vertical alignment. We know the arrow is 1.8em tall,\r\n // But we don't know the height or depth of the label.\r\n\r\n\r\n label.setAttribute(\"voffset\", \"0.7em\");\r\n label = new mathMLTree.MathNode(\"mstyle\", [label]);\r\n label.setAttribute(\"displaystyle\", \"false\");\r\n label.setAttribute(\"scriptlevel\", \"1\");\r\n return label;\r\n }\r\n\r\n});\r\ndefineFunction({\r\n type: \"cdlabelparent\",\r\n names: [\"\\\\\\\\cdparent\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(_ref2, args) {\r\n var {\r\n parser\r\n } = _ref2;\r\n return {\r\n type: \"cdlabelparent\",\r\n mode: parser.mode,\r\n fragment: args[0]\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n // Wrap the vertical arrow and its labels.\r\n // The parent gets position: relative. The child gets position: absolute.\r\n // So CSS can locate the label correctly.\r\n var parent = buildCommon.wrapFragment(buildGroup$1(group.fragment, options), options);\r\n parent.classes.push(\"cd-vert-arrow\");\r\n return parent;\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n return new mathMLTree.MathNode(\"mrow\", [buildGroup(group.fragment, options)]);\r\n }\r\n\r\n});\r\n\r\n// {123} and converts into symbol with code 123. It is used by the *macro*\r\n// \\char defined in macros.js.\r\n\r\ndefineFunction({\r\n type: \"textord\",\r\n names: [\"\\\\@char\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n var arg = assertNodeType(args[0], \"ordgroup\");\r\n var group = arg.body;\r\n var number = \"\";\r\n\r\n for (var i = 0; i < group.length; i++) {\r\n var node = assertNodeType(group[i], \"textord\");\r\n number += node.text;\r\n }\r\n\r\n var code = parseInt(number);\r\n var text;\r\n\r\n if (isNaN(code)) {\r\n throw new ParseError(\"\\\\@char has non-numeric argument \" + number); // If we drop IE support, the following code could be replaced with\r\n // text = String.fromCodePoint(code)\r\n } else if (code < 0 || code >= 0x10ffff) {\r\n throw new ParseError(\"\\\\@char with invalid code point \" + number);\r\n } else if (code <= 0xffff) {\r\n text = String.fromCharCode(code);\r\n } else {\r\n // Astral code point; split into surrogate halves\r\n code -= 0x10000;\r\n text = String.fromCharCode((code >> 10) + 0xd800, (code & 0x3ff) + 0xdc00);\r\n }\r\n\r\n return {\r\n type: \"textord\",\r\n mode: parser.mode,\r\n text: text\r\n };\r\n }\r\n\r\n});\r\n\r\nvar htmlBuilder$8 = (group, options) => {\r\n var elements = buildExpression$1(group.body, options.withColor(group.color), false); // \\color isn't supposed to affect the type of the elements it contains.\r\n // To accomplish this, we wrap the results in a fragment, so the inner\r\n // elements will be able to directly interact with their neighbors. For\r\n // example, `\\color{red}{2 +} 3` has the same spacing as `2 + 3`\r\n\r\n return buildCommon.makeFragment(elements);\r\n};\r\n\r\nvar mathmlBuilder$7 = (group, options) => {\r\n var inner = buildExpression(group.body, options.withColor(group.color));\r\n var node = new mathMLTree.MathNode(\"mstyle\", inner);\r\n node.setAttribute(\"mathcolor\", group.color);\r\n return node;\r\n};\r\n\r\ndefineFunction({\r\n type: \"color\",\r\n names: [\"\\\\textcolor\"],\r\n props: {\r\n numArgs: 2,\r\n allowedInText: true,\r\n argTypes: [\"color\", \"original\"]\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n var color = assertNodeType(args[0], \"color-token\").color;\r\n var body = args[1];\r\n return {\r\n type: \"color\",\r\n mode: parser.mode,\r\n color,\r\n body: ordargument(body)\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$8,\r\n mathmlBuilder: mathmlBuilder$7\r\n});\r\ndefineFunction({\r\n type: \"color\",\r\n names: [\"\\\\color\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true,\r\n argTypes: [\"color\"]\r\n },\r\n\r\n handler(_ref2, args) {\r\n var {\r\n parser,\r\n breakOnTokenText\r\n } = _ref2;\r\n var color = assertNodeType(args[0], \"color-token\").color; // Set macro \\current@color in current namespace to store the current\r\n // color, mimicking the behavior of color.sty.\r\n // This is currently used just to correctly color a \\right\r\n // that follows a \\color command.\r\n\r\n parser.gullet.macros.set(\"\\\\current@color\", color); // Parse out the implicit body that should be colored.\r\n\r\n var body = parser.parseExpression(true, breakOnTokenText);\r\n return {\r\n type: \"color\",\r\n mode: parser.mode,\r\n color,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$8,\r\n mathmlBuilder: mathmlBuilder$7\r\n});\r\n\r\n// Row breaks within tabular environments, and line breaks at top level\r\n\r\ndefineFunction({\r\n type: \"cr\",\r\n names: [\"\\\\\\\\\"],\r\n props: {\r\n numArgs: 0,\r\n numOptionalArgs: 0,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args, optArgs) {\r\n var {\r\n parser\r\n } = _ref;\r\n var size = parser.gullet.future().text === \"[\" ? parser.parseSizeGroup(true) : null;\r\n var newLine = !parser.settings.displayMode || !parser.settings.useStrictBehavior(\"newLineInDisplayMode\", \"In LaTeX, \\\\\\\\ or \\\\newline \" + \"does nothing in display mode\");\r\n return {\r\n type: \"cr\",\r\n mode: parser.mode,\r\n newLine,\r\n size: size && assertNodeType(size, \"size\").value\r\n };\r\n },\r\n\r\n // The following builders are called only at the top level,\r\n // not within tabular/array environments.\r\n htmlBuilder(group, options) {\r\n var span = buildCommon.makeSpan([\"mspace\"], [], options);\r\n\r\n if (group.newLine) {\r\n span.classes.push(\"newline\");\r\n\r\n if (group.size) {\r\n span.style.marginTop = makeEm(calculateSize(group.size, options));\r\n }\r\n }\r\n\r\n return span;\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var node = new mathMLTree.MathNode(\"mspace\");\r\n\r\n if (group.newLine) {\r\n node.setAttribute(\"linebreak\", \"newline\");\r\n\r\n if (group.size) {\r\n node.setAttribute(\"height\", makeEm(calculateSize(group.size, options)));\r\n }\r\n }\r\n\r\n return node;\r\n }\r\n\r\n});\r\n\r\nvar globalMap = {\r\n \"\\\\global\": \"\\\\global\",\r\n \"\\\\long\": \"\\\\\\\\globallong\",\r\n \"\\\\\\\\globallong\": \"\\\\\\\\globallong\",\r\n \"\\\\def\": \"\\\\gdef\",\r\n \"\\\\gdef\": \"\\\\gdef\",\r\n \"\\\\edef\": \"\\\\xdef\",\r\n \"\\\\xdef\": \"\\\\xdef\",\r\n \"\\\\let\": \"\\\\\\\\globallet\",\r\n \"\\\\futurelet\": \"\\\\\\\\globalfuture\"\r\n};\r\n\r\nvar checkControlSequence = tok => {\r\n var name = tok.text;\r\n\r\n if (/^(?:[\\\\{}$&#^_]|EOF)$/.test(name)) {\r\n throw new ParseError(\"Expected a control sequence\", tok);\r\n }\r\n\r\n return name;\r\n};\r\n\r\nvar getRHS = parser => {\r\n var tok = parser.gullet.popToken();\r\n\r\n if (tok.text === \"=\") {\r\n // consume optional equals\r\n tok = parser.gullet.popToken();\r\n\r\n if (tok.text === \" \") {\r\n // consume one optional space\r\n tok = parser.gullet.popToken();\r\n }\r\n }\r\n\r\n return tok;\r\n};\r\n\r\nvar letCommand = (parser, name, tok, global) => {\r\n var macro = parser.gullet.macros.get(tok.text);\r\n\r\n if (macro == null) {\r\n // don't expand it later even if a macro with the same name is defined\r\n // e.g., \\let\\foo=\\frac \\def\\frac{\\relax} \\frac12\r\n tok.noexpand = true;\r\n macro = {\r\n tokens: [tok],\r\n numArgs: 0,\r\n // reproduce the same behavior in expansion\r\n unexpandable: !parser.gullet.isExpandable(tok.text)\r\n };\r\n }\r\n\r\n parser.gullet.macros.set(name, macro, global);\r\n}; // -> |\r\n// -> |\\global\r\n// -> |\r\n// -> \\global|\\long|\\outer\r\n\r\n\r\ndefineFunction({\r\n type: \"internal\",\r\n names: [\"\\\\global\", \"\\\\long\", \"\\\\\\\\globallong\" // can’t be entered directly\r\n ],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n parser.consumeSpaces();\r\n var token = parser.fetch();\r\n\r\n if (globalMap[token.text]) {\r\n // KaTeX doesn't have \\par, so ignore \\long\r\n if (funcName === \"\\\\global\" || funcName === \"\\\\\\\\globallong\") {\r\n token.text = globalMap[token.text];\r\n }\r\n\r\n return assertNodeType(parser.parseFunction(), \"internal\");\r\n }\r\n\r\n throw new ParseError(\"Invalid token after macro prefix\", token);\r\n }\r\n\r\n}); // Basic support for macro definitions: \\def, \\gdef, \\edef, \\xdef\r\n// -> \r\n// -> \\def|\\gdef|\\edef|\\xdef\r\n// -> \r\n\r\ndefineFunction({\r\n type: \"internal\",\r\n names: [\"\\\\def\", \"\\\\gdef\", \"\\\\edef\", \"\\\\xdef\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n primitive: true\r\n },\r\n\r\n handler(_ref2) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref2;\r\n var tok = parser.gullet.popToken();\r\n var name = tok.text;\r\n\r\n if (/^(?:[\\\\{}$&#^_]|EOF)$/.test(name)) {\r\n throw new ParseError(\"Expected a control sequence\", tok);\r\n }\r\n\r\n var numArgs = 0;\r\n var insert;\r\n var delimiters = [[]]; // contains no braces\r\n\r\n while (parser.gullet.future().text !== \"{\") {\r\n tok = parser.gullet.popToken();\r\n\r\n if (tok.text === \"#\") {\r\n // If the very last character of the is #, so that\r\n // this # is immediately followed by {, TeX will behave as if the {\r\n // had been inserted at the right end of both the parameter text\r\n // and the replacement text.\r\n if (parser.gullet.future().text === \"{\") {\r\n insert = parser.gullet.future();\r\n delimiters[numArgs].push(\"{\");\r\n break;\r\n } // A parameter, the first appearance of # must be followed by 1,\r\n // the next by 2, and so on; up to nine #’s are allowed\r\n\r\n\r\n tok = parser.gullet.popToken();\r\n\r\n if (!/^[1-9]$/.test(tok.text)) {\r\n throw new ParseError(\"Invalid argument number \\\"\" + tok.text + \"\\\"\");\r\n }\r\n\r\n if (parseInt(tok.text) !== numArgs + 1) {\r\n throw new ParseError(\"Argument number \\\"\" + tok.text + \"\\\" out of order\");\r\n }\r\n\r\n numArgs++;\r\n delimiters.push([]);\r\n } else if (tok.text === \"EOF\") {\r\n throw new ParseError(\"Expected a macro definition\");\r\n } else {\r\n delimiters[numArgs].push(tok.text);\r\n }\r\n } // replacement text, enclosed in '{' and '}' and properly nested\r\n\r\n\r\n var {\r\n tokens\r\n } = parser.gullet.consumeArg();\r\n\r\n if (insert) {\r\n tokens.unshift(insert);\r\n }\r\n\r\n if (funcName === \"\\\\edef\" || funcName === \"\\\\xdef\") {\r\n tokens = parser.gullet.expandTokens(tokens);\r\n tokens.reverse(); // to fit in with stack order\r\n } // Final arg is the expansion of the macro\r\n\r\n\r\n parser.gullet.macros.set(name, {\r\n tokens,\r\n numArgs,\r\n delimiters\r\n }, funcName === globalMap[funcName]);\r\n return {\r\n type: \"internal\",\r\n mode: parser.mode\r\n };\r\n }\r\n\r\n}); // -> \r\n// -> \\futurelet\r\n// | \\let\r\n// -> |=\r\n\r\ndefineFunction({\r\n type: \"internal\",\r\n names: [\"\\\\let\", \"\\\\\\\\globallet\" // can’t be entered directly\r\n ],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n primitive: true\r\n },\r\n\r\n handler(_ref3) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref3;\r\n var name = checkControlSequence(parser.gullet.popToken());\r\n parser.gullet.consumeSpaces();\r\n var tok = getRHS(parser);\r\n letCommand(parser, name, tok, funcName === \"\\\\\\\\globallet\");\r\n return {\r\n type: \"internal\",\r\n mode: parser.mode\r\n };\r\n }\r\n\r\n}); // ref: https://www.tug.org/TUGboat/tb09-3/tb22bechtolsheim.pdf\r\n\r\ndefineFunction({\r\n type: \"internal\",\r\n names: [\"\\\\futurelet\", \"\\\\\\\\globalfuture\" // can’t be entered directly\r\n ],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n primitive: true\r\n },\r\n\r\n handler(_ref4) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref4;\r\n var name = checkControlSequence(parser.gullet.popToken());\r\n var middle = parser.gullet.popToken();\r\n var tok = parser.gullet.popToken();\r\n letCommand(parser, name, tok, funcName === \"\\\\\\\\globalfuture\");\r\n parser.gullet.pushToken(tok);\r\n parser.gullet.pushToken(middle);\r\n return {\r\n type: \"internal\",\r\n mode: parser.mode\r\n };\r\n }\r\n\r\n});\r\n\r\n/**\r\n * This file deals with creating delimiters of various sizes. The TeXbook\r\n * discusses these routines on page 441-442, in the \"Another subroutine sets box\r\n * x to a specified variable delimiter\" paragraph.\r\n *\r\n * There are three main routines here. `makeSmallDelim` makes a delimiter in the\r\n * normal font, but in either text, script, or scriptscript style.\r\n * `makeLargeDelim` makes a delimiter in textstyle, but in one of the Size1,\r\n * Size2, Size3, or Size4 fonts. `makeStackedDelim` makes a delimiter out of\r\n * smaller pieces that are stacked on top of one another.\r\n *\r\n * The functions take a parameter `center`, which determines if the delimiter\r\n * should be centered around the axis.\r\n *\r\n * Then, there are three exposed functions. `sizedDelim` makes a delimiter in\r\n * one of the given sizes. This is used for things like `\\bigl`.\r\n * `customSizedDelim` makes a delimiter with a given total height+depth. It is\r\n * called in places like `\\sqrt`. `leftRightDelim` makes an appropriate\r\n * delimiter which surrounds an expression of a given height an depth. It is\r\n * used in `\\left` and `\\right`.\r\n */\r\n\r\n/**\r\n * Get the metrics for a given symbol and font, after transformation (i.e.\r\n * after following replacement from symbols.js)\r\n */\r\nvar getMetrics = function getMetrics(symbol, font, mode) {\r\n var replace = symbols.math[symbol] && symbols.math[symbol].replace;\r\n var metrics = getCharacterMetrics(replace || symbol, font, mode);\r\n\r\n if (!metrics) {\r\n throw new Error(\"Unsupported symbol \" + symbol + \" and font size \" + font + \".\");\r\n }\r\n\r\n return metrics;\r\n};\r\n/**\r\n * Puts a delimiter span in a given style, and adds appropriate height, depth,\r\n * and maxFontSizes.\r\n */\r\n\r\n\r\nvar styleWrap = function styleWrap(delim, toStyle, options, classes) {\r\n var newOptions = options.havingBaseStyle(toStyle);\r\n var span = buildCommon.makeSpan(classes.concat(newOptions.sizingClasses(options)), [delim], options);\r\n var delimSizeMultiplier = newOptions.sizeMultiplier / options.sizeMultiplier;\r\n span.height *= delimSizeMultiplier;\r\n span.depth *= delimSizeMultiplier;\r\n span.maxFontSize = newOptions.sizeMultiplier;\r\n return span;\r\n};\r\n\r\nvar centerSpan = function centerSpan(span, options, style) {\r\n var newOptions = options.havingBaseStyle(style);\r\n var shift = (1 - options.sizeMultiplier / newOptions.sizeMultiplier) * options.fontMetrics().axisHeight;\r\n span.classes.push(\"delimcenter\");\r\n span.style.top = makeEm(shift);\r\n span.height -= shift;\r\n span.depth += shift;\r\n};\r\n/**\r\n * Makes a small delimiter. This is a delimiter that comes in the Main-Regular\r\n * font, but is restyled to either be in textstyle, scriptstyle, or\r\n * scriptscriptstyle.\r\n */\r\n\r\n\r\nvar makeSmallDelim = function makeSmallDelim(delim, style, center, options, mode, classes) {\r\n var text = buildCommon.makeSymbol(delim, \"Main-Regular\", mode, options);\r\n var span = styleWrap(text, style, options, classes);\r\n\r\n if (center) {\r\n centerSpan(span, options, style);\r\n }\r\n\r\n return span;\r\n};\r\n/**\r\n * Builds a symbol in the given font size (note size is an integer)\r\n */\r\n\r\n\r\nvar mathrmSize = function mathrmSize(value, size, mode, options) {\r\n return buildCommon.makeSymbol(value, \"Size\" + size + \"-Regular\", mode, options);\r\n};\r\n/**\r\n * Makes a large delimiter. This is a delimiter that comes in the Size1, Size2,\r\n * Size3, or Size4 fonts. It is always rendered in textstyle.\r\n */\r\n\r\n\r\nvar makeLargeDelim = function makeLargeDelim(delim, size, center, options, mode, classes) {\r\n var inner = mathrmSize(delim, size, mode, options);\r\n var span = styleWrap(buildCommon.makeSpan([\"delimsizing\", \"size\" + size], [inner], options), Style$1.TEXT, options, classes);\r\n\r\n if (center) {\r\n centerSpan(span, options, Style$1.TEXT);\r\n }\r\n\r\n return span;\r\n};\r\n/**\r\n * Make a span from a font glyph with the given offset and in the given font.\r\n * This is used in makeStackedDelim to make the stacking pieces for the delimiter.\r\n */\r\n\r\n\r\nvar makeGlyphSpan = function makeGlyphSpan(symbol, font, mode) {\r\n var sizeClass; // Apply the correct CSS class to choose the right font.\r\n\r\n if (font === \"Size1-Regular\") {\r\n sizeClass = \"delim-size1\";\r\n } else\r\n /* if (font === \"Size4-Regular\") */\r\n {\r\n sizeClass = \"delim-size4\";\r\n }\r\n\r\n var corner = buildCommon.makeSpan([\"delimsizinginner\", sizeClass], [buildCommon.makeSpan([], [buildCommon.makeSymbol(symbol, font, mode)])]); // Since this will be passed into `makeVList` in the end, wrap the element\r\n // in the appropriate tag that VList uses.\r\n\r\n return {\r\n type: \"elem\",\r\n elem: corner\r\n };\r\n};\r\n\r\nvar makeInner = function makeInner(ch, height, options) {\r\n // Create a span with inline SVG for the inner part of a tall stacked delimiter.\r\n var width = fontMetricsData['Size4-Regular'][ch.charCodeAt(0)] ? fontMetricsData['Size4-Regular'][ch.charCodeAt(0)][4] : fontMetricsData['Size1-Regular'][ch.charCodeAt(0)][4];\r\n var path = new PathNode(\"inner\", innerPath(ch, Math.round(1000 * height)));\r\n var svgNode = new SvgNode([path], {\r\n \"width\": makeEm(width),\r\n \"height\": makeEm(height),\r\n // Override CSS rule `.katex svg { width: 100% }`\r\n \"style\": \"width:\" + makeEm(width),\r\n \"viewBox\": \"0 0 \" + 1000 * width + \" \" + Math.round(1000 * height),\r\n \"preserveAspectRatio\": \"xMinYMin\"\r\n });\r\n var span = buildCommon.makeSvgSpan([], [svgNode], options);\r\n span.height = height;\r\n span.style.height = makeEm(height);\r\n span.style.width = makeEm(width);\r\n return {\r\n type: \"elem\",\r\n elem: span\r\n };\r\n}; // Helpers for makeStackedDelim\r\n\r\n\r\nvar lapInEms = 0.008;\r\nvar lap = {\r\n type: \"kern\",\r\n size: -1 * lapInEms\r\n};\r\nvar verts = [\"|\", \"\\\\lvert\", \"\\\\rvert\", \"\\\\vert\"];\r\nvar doubleVerts = [\"\\\\|\", \"\\\\lVert\", \"\\\\rVert\", \"\\\\Vert\"];\r\n/**\r\n * Make a stacked delimiter out of a given delimiter, with the total height at\r\n * least `heightTotal`. This routine is mentioned on page 442 of the TeXbook.\r\n */\r\n\r\nvar makeStackedDelim = function makeStackedDelim(delim, heightTotal, center, options, mode, classes) {\r\n // There are four parts, the top, an optional middle, a repeated part, and a\r\n // bottom.\r\n var top;\r\n var middle;\r\n var repeat;\r\n var bottom;\r\n var svgLabel = \"\";\r\n var viewBoxWidth = 0;\r\n top = repeat = bottom = delim;\r\n middle = null; // Also keep track of what font the delimiters are in\r\n\r\n var font = \"Size1-Regular\"; // We set the parts and font based on the symbol. Note that we use\r\n // '\\u23d0' instead of '|' and '\\u2016' instead of '\\\\|' for the\r\n // repeats of the arrows\r\n\r\n if (delim === \"\\\\uparrow\") {\r\n repeat = bottom = \"\\u23d0\";\r\n } else if (delim === \"\\\\Uparrow\") {\r\n repeat = bottom = \"\\u2016\";\r\n } else if (delim === \"\\\\downarrow\") {\r\n top = repeat = \"\\u23d0\";\r\n } else if (delim === \"\\\\Downarrow\") {\r\n top = repeat = \"\\u2016\";\r\n } else if (delim === \"\\\\updownarrow\") {\r\n top = \"\\\\uparrow\";\r\n repeat = \"\\u23d0\";\r\n bottom = \"\\\\downarrow\";\r\n } else if (delim === \"\\\\Updownarrow\") {\r\n top = \"\\\\Uparrow\";\r\n repeat = \"\\u2016\";\r\n bottom = \"\\\\Downarrow\";\r\n } else if (utils.contains(verts, delim)) {\r\n repeat = \"\\u2223\";\r\n svgLabel = \"vert\";\r\n viewBoxWidth = 333;\r\n } else if (utils.contains(doubleVerts, delim)) {\r\n repeat = \"\\u2225\";\r\n svgLabel = \"doublevert\";\r\n viewBoxWidth = 556;\r\n } else if (delim === \"[\" || delim === \"\\\\lbrack\") {\r\n top = \"\\u23a1\";\r\n repeat = \"\\u23a2\";\r\n bottom = \"\\u23a3\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"lbrack\";\r\n viewBoxWidth = 667;\r\n } else if (delim === \"]\" || delim === \"\\\\rbrack\") {\r\n top = \"\\u23a4\";\r\n repeat = \"\\u23a5\";\r\n bottom = \"\\u23a6\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"rbrack\";\r\n viewBoxWidth = 667;\r\n } else if (delim === \"\\\\lfloor\" || delim === \"\\u230a\") {\r\n repeat = top = \"\\u23a2\";\r\n bottom = \"\\u23a3\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"lfloor\";\r\n viewBoxWidth = 667;\r\n } else if (delim === \"\\\\lceil\" || delim === \"\\u2308\") {\r\n top = \"\\u23a1\";\r\n repeat = bottom = \"\\u23a2\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"lceil\";\r\n viewBoxWidth = 667;\r\n } else if (delim === \"\\\\rfloor\" || delim === \"\\u230b\") {\r\n repeat = top = \"\\u23a5\";\r\n bottom = \"\\u23a6\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"rfloor\";\r\n viewBoxWidth = 667;\r\n } else if (delim === \"\\\\rceil\" || delim === \"\\u2309\") {\r\n top = \"\\u23a4\";\r\n repeat = bottom = \"\\u23a5\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"rceil\";\r\n viewBoxWidth = 667;\r\n } else if (delim === \"(\" || delim === \"\\\\lparen\") {\r\n top = \"\\u239b\";\r\n repeat = \"\\u239c\";\r\n bottom = \"\\u239d\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"lparen\";\r\n viewBoxWidth = 875;\r\n } else if (delim === \")\" || delim === \"\\\\rparen\") {\r\n top = \"\\u239e\";\r\n repeat = \"\\u239f\";\r\n bottom = \"\\u23a0\";\r\n font = \"Size4-Regular\";\r\n svgLabel = \"rparen\";\r\n viewBoxWidth = 875;\r\n } else if (delim === \"\\\\{\" || delim === \"\\\\lbrace\") {\r\n top = \"\\u23a7\";\r\n middle = \"\\u23a8\";\r\n bottom = \"\\u23a9\";\r\n repeat = \"\\u23aa\";\r\n font = \"Size4-Regular\";\r\n } else if (delim === \"\\\\}\" || delim === \"\\\\rbrace\") {\r\n top = \"\\u23ab\";\r\n middle = \"\\u23ac\";\r\n bottom = \"\\u23ad\";\r\n repeat = \"\\u23aa\";\r\n font = \"Size4-Regular\";\r\n } else if (delim === \"\\\\lgroup\" || delim === \"\\u27ee\") {\r\n top = \"\\u23a7\";\r\n bottom = \"\\u23a9\";\r\n repeat = \"\\u23aa\";\r\n font = \"Size4-Regular\";\r\n } else if (delim === \"\\\\rgroup\" || delim === \"\\u27ef\") {\r\n top = \"\\u23ab\";\r\n bottom = \"\\u23ad\";\r\n repeat = \"\\u23aa\";\r\n font = \"Size4-Regular\";\r\n } else if (delim === \"\\\\lmoustache\" || delim === \"\\u23b0\") {\r\n top = \"\\u23a7\";\r\n bottom = \"\\u23ad\";\r\n repeat = \"\\u23aa\";\r\n font = \"Size4-Regular\";\r\n } else if (delim === \"\\\\rmoustache\" || delim === \"\\u23b1\") {\r\n top = \"\\u23ab\";\r\n bottom = \"\\u23a9\";\r\n repeat = \"\\u23aa\";\r\n font = \"Size4-Regular\";\r\n } // Get the metrics of the four sections\r\n\r\n\r\n var topMetrics = getMetrics(top, font, mode);\r\n var topHeightTotal = topMetrics.height + topMetrics.depth;\r\n var repeatMetrics = getMetrics(repeat, font, mode);\r\n var repeatHeightTotal = repeatMetrics.height + repeatMetrics.depth;\r\n var bottomMetrics = getMetrics(bottom, font, mode);\r\n var bottomHeightTotal = bottomMetrics.height + bottomMetrics.depth;\r\n var middleHeightTotal = 0;\r\n var middleFactor = 1;\r\n\r\n if (middle !== null) {\r\n var middleMetrics = getMetrics(middle, font, mode);\r\n middleHeightTotal = middleMetrics.height + middleMetrics.depth;\r\n middleFactor = 2; // repeat symmetrically above and below middle\r\n } // Calculate the minimal height that the delimiter can have.\r\n // It is at least the size of the top, bottom, and optional middle combined.\r\n\r\n\r\n var minHeight = topHeightTotal + bottomHeightTotal + middleHeightTotal; // Compute the number of copies of the repeat symbol we will need\r\n\r\n var repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeightTotal))); // Compute the total height of the delimiter including all the symbols\r\n\r\n var realHeightTotal = minHeight + repeatCount * middleFactor * repeatHeightTotal; // The center of the delimiter is placed at the center of the axis. Note\r\n // that in this context, \"center\" means that the delimiter should be\r\n // centered around the axis in the current style, while normally it is\r\n // centered around the axis in textstyle.\r\n\r\n var axisHeight = options.fontMetrics().axisHeight;\r\n\r\n if (center) {\r\n axisHeight *= options.sizeMultiplier;\r\n } // Calculate the depth\r\n\r\n\r\n var depth = realHeightTotal / 2 - axisHeight; // Now, we start building the pieces that will go into the vlist\r\n // Keep a list of the pieces of the stacked delimiter\r\n\r\n var stack = [];\r\n\r\n if (svgLabel.length > 0) {\r\n // Instead of stacking glyphs, create a single SVG.\r\n // This evades browser problems with imprecise positioning of spans.\r\n var midHeight = realHeightTotal - topHeightTotal - bottomHeightTotal;\r\n var viewBoxHeight = Math.round(realHeightTotal * 1000);\r\n var pathStr = tallDelim(svgLabel, Math.round(midHeight * 1000));\r\n var path = new PathNode(svgLabel, pathStr);\r\n var width = (viewBoxWidth / 1000).toFixed(3) + \"em\";\r\n var height = (viewBoxHeight / 1000).toFixed(3) + \"em\";\r\n var svg = new SvgNode([path], {\r\n \"width\": width,\r\n \"height\": height,\r\n \"viewBox\": \"0 0 \" + viewBoxWidth + \" \" + viewBoxHeight\r\n });\r\n var wrapper = buildCommon.makeSvgSpan([], [svg], options);\r\n wrapper.height = viewBoxHeight / 1000;\r\n wrapper.style.width = width;\r\n wrapper.style.height = height;\r\n stack.push({\r\n type: \"elem\",\r\n elem: wrapper\r\n });\r\n } else {\r\n // Stack glyphs\r\n // Start by adding the bottom symbol\r\n stack.push(makeGlyphSpan(bottom, font, mode));\r\n stack.push(lap); // overlap\r\n\r\n if (middle === null) {\r\n // The middle section will be an SVG. Make it an extra 0.016em tall.\r\n // We'll overlap by 0.008em at top and bottom.\r\n var innerHeight = realHeightTotal - topHeightTotal - bottomHeightTotal + 2 * lapInEms;\r\n stack.push(makeInner(repeat, innerHeight, options));\r\n } else {\r\n // When there is a middle bit, we need the middle part and two repeated\r\n // sections\r\n var _innerHeight = (realHeightTotal - topHeightTotal - bottomHeightTotal - middleHeightTotal) / 2 + 2 * lapInEms;\r\n\r\n stack.push(makeInner(repeat, _innerHeight, options)); // Now insert the middle of the brace.\r\n\r\n stack.push(lap);\r\n stack.push(makeGlyphSpan(middle, font, mode));\r\n stack.push(lap);\r\n stack.push(makeInner(repeat, _innerHeight, options));\r\n } // Add the top symbol\r\n\r\n\r\n stack.push(lap);\r\n stack.push(makeGlyphSpan(top, font, mode));\r\n } // Finally, build the vlist\r\n\r\n\r\n var newOptions = options.havingBaseStyle(Style$1.TEXT);\r\n var inner = buildCommon.makeVList({\r\n positionType: \"bottom\",\r\n positionData: depth,\r\n children: stack\r\n }, newOptions);\r\n return styleWrap(buildCommon.makeSpan([\"delimsizing\", \"mult\"], [inner], newOptions), Style$1.TEXT, options, classes);\r\n}; // All surds have 0.08em padding above the vinculum inside the SVG.\r\n// That keeps browser span height rounding error from pinching the line.\r\n\r\n\r\nvar vbPad = 80; // padding above the surd, measured inside the viewBox.\r\n\r\nvar emPad = 0.08; // padding, in ems, measured in the document.\r\n\r\nvar sqrtSvg = function sqrtSvg(sqrtName, height, viewBoxHeight, extraVinculum, options) {\r\n var path = sqrtPath(sqrtName, extraVinculum, viewBoxHeight);\r\n var pathNode = new PathNode(sqrtName, path);\r\n var svg = new SvgNode([pathNode], {\r\n // Note: 1000:1 ratio of viewBox to document em width.\r\n \"width\": \"400em\",\r\n \"height\": makeEm(height),\r\n \"viewBox\": \"0 0 400000 \" + viewBoxHeight,\r\n \"preserveAspectRatio\": \"xMinYMin slice\"\r\n });\r\n return buildCommon.makeSvgSpan([\"hide-tail\"], [svg], options);\r\n};\r\n/**\r\n * Make a sqrt image of the given height,\r\n */\r\n\r\n\r\nvar makeSqrtImage = function makeSqrtImage(height, options) {\r\n // Define a newOptions that removes the effect of size changes such as \\Huge.\r\n // We don't pick different a height surd for \\Huge. For it, we scale up.\r\n var newOptions = options.havingBaseSizing(); // Pick the desired surd glyph from a sequence of surds.\r\n\r\n var delim = traverseSequence(\"\\\\surd\", height * newOptions.sizeMultiplier, stackLargeDelimiterSequence, newOptions);\r\n var sizeMultiplier = newOptions.sizeMultiplier; // default\r\n // The standard sqrt SVGs each have a 0.04em thick vinculum.\r\n // If Settings.minRuleThickness is larger than that, we add extraVinculum.\r\n\r\n var extraVinculum = Math.max(0, options.minRuleThickness - options.fontMetrics().sqrtRuleThickness); // Create a span containing an SVG image of a sqrt symbol.\r\n\r\n var span;\r\n var spanHeight = 0;\r\n var texHeight = 0;\r\n var viewBoxHeight = 0;\r\n var advanceWidth; // We create viewBoxes with 80 units of \"padding\" above each surd.\r\n // Then browser rounding error on the parent span height will not\r\n // encroach on the ink of the vinculum. But that padding is not\r\n // included in the TeX-like `height` used for calculation of\r\n // vertical alignment. So texHeight = span.height < span.style.height.\r\n\r\n if (delim.type === \"small\") {\r\n // Get an SVG that is derived from glyph U+221A in font KaTeX-Main.\r\n // 1000 unit normal glyph height.\r\n viewBoxHeight = 1000 + 1000 * extraVinculum + vbPad;\r\n\r\n if (height < 1.0) {\r\n sizeMultiplier = 1.0; // mimic a \\textfont radical\r\n } else if (height < 1.4) {\r\n sizeMultiplier = 0.7; // mimic a \\scriptfont radical\r\n }\r\n\r\n spanHeight = (1.0 + extraVinculum + emPad) / sizeMultiplier;\r\n texHeight = (1.00 + extraVinculum) / sizeMultiplier;\r\n span = sqrtSvg(\"sqrtMain\", spanHeight, viewBoxHeight, extraVinculum, options);\r\n span.style.minWidth = \"0.853em\";\r\n advanceWidth = 0.833 / sizeMultiplier; // from the font.\r\n } else if (delim.type === \"large\") {\r\n // These SVGs come from fonts: KaTeX_Size1, _Size2, etc.\r\n viewBoxHeight = (1000 + vbPad) * sizeToMaxHeight[delim.size];\r\n texHeight = (sizeToMaxHeight[delim.size] + extraVinculum) / sizeMultiplier;\r\n spanHeight = (sizeToMaxHeight[delim.size] + extraVinculum + emPad) / sizeMultiplier;\r\n span = sqrtSvg(\"sqrtSize\" + delim.size, spanHeight, viewBoxHeight, extraVinculum, options);\r\n span.style.minWidth = \"1.02em\";\r\n advanceWidth = 1.0 / sizeMultiplier; // 1.0 from the font.\r\n } else {\r\n // Tall sqrt. In TeX, this would be stacked using multiple glyphs.\r\n // We'll use a single SVG to accomplish the same thing.\r\n spanHeight = height + extraVinculum + emPad;\r\n texHeight = height + extraVinculum;\r\n viewBoxHeight = Math.floor(1000 * height + extraVinculum) + vbPad;\r\n span = sqrtSvg(\"sqrtTall\", spanHeight, viewBoxHeight, extraVinculum, options);\r\n span.style.minWidth = \"0.742em\";\r\n advanceWidth = 1.056;\r\n }\r\n\r\n span.height = texHeight;\r\n span.style.height = makeEm(spanHeight);\r\n return {\r\n span,\r\n advanceWidth,\r\n // Calculate the actual line width.\r\n // This actually should depend on the chosen font -- e.g. \\boldmath\r\n // should use the thicker surd symbols from e.g. KaTeX_Main-Bold, and\r\n // have thicker rules.\r\n ruleWidth: (options.fontMetrics().sqrtRuleThickness + extraVinculum) * sizeMultiplier\r\n };\r\n}; // There are three kinds of delimiters, delimiters that stack when they become\r\n// too large\r\n\r\n\r\nvar stackLargeDelimiters = [\"(\", \"\\\\lparen\", \")\", \"\\\\rparen\", \"[\", \"\\\\lbrack\", \"]\", \"\\\\rbrack\", \"\\\\{\", \"\\\\lbrace\", \"\\\\}\", \"\\\\rbrace\", \"\\\\lfloor\", \"\\\\rfloor\", \"\\u230a\", \"\\u230b\", \"\\\\lceil\", \"\\\\rceil\", \"\\u2308\", \"\\u2309\", \"\\\\surd\"]; // delimiters that always stack\r\n\r\nvar stackAlwaysDelimiters = [\"\\\\uparrow\", \"\\\\downarrow\", \"\\\\updownarrow\", \"\\\\Uparrow\", \"\\\\Downarrow\", \"\\\\Updownarrow\", \"|\", \"\\\\|\", \"\\\\vert\", \"\\\\Vert\", \"\\\\lvert\", \"\\\\rvert\", \"\\\\lVert\", \"\\\\rVert\", \"\\\\lgroup\", \"\\\\rgroup\", \"\\u27ee\", \"\\u27ef\", \"\\\\lmoustache\", \"\\\\rmoustache\", \"\\u23b0\", \"\\u23b1\"]; // and delimiters that never stack\r\n\r\nvar stackNeverDelimiters = [\"<\", \">\", \"\\\\langle\", \"\\\\rangle\", \"/\", \"\\\\backslash\", \"\\\\lt\", \"\\\\gt\"]; // Metrics of the different sizes. Found by looking at TeX's output of\r\n// $\\bigl| // \\Bigl| \\biggl| \\Biggl| \\showlists$\r\n// Used to create stacked delimiters of appropriate sizes in makeSizedDelim.\r\n\r\nvar sizeToMaxHeight = [0, 1.2, 1.8, 2.4, 3.0];\r\n/**\r\n * Used to create a delimiter of a specific size, where `size` is 1, 2, 3, or 4.\r\n */\r\n\r\nvar makeSizedDelim = function makeSizedDelim(delim, size, options, mode, classes) {\r\n // < and > turn into \\langle and \\rangle in delimiters\r\n if (delim === \"<\" || delim === \"\\\\lt\" || delim === \"\\u27e8\") {\r\n delim = \"\\\\langle\";\r\n } else if (delim === \">\" || delim === \"\\\\gt\" || delim === \"\\u27e9\") {\r\n delim = \"\\\\rangle\";\r\n } // Sized delimiters are never centered.\r\n\r\n\r\n if (utils.contains(stackLargeDelimiters, delim) || utils.contains(stackNeverDelimiters, delim)) {\r\n return makeLargeDelim(delim, size, false, options, mode, classes);\r\n } else if (utils.contains(stackAlwaysDelimiters, delim)) {\r\n return makeStackedDelim(delim, sizeToMaxHeight[size], false, options, mode, classes);\r\n } else {\r\n throw new ParseError(\"Illegal delimiter: '\" + delim + \"'\");\r\n }\r\n};\r\n/**\r\n * There are three different sequences of delimiter sizes that the delimiters\r\n * follow depending on the kind of delimiter. This is used when creating custom\r\n * sized delimiters to decide whether to create a small, large, or stacked\r\n * delimiter.\r\n *\r\n * In real TeX, these sequences aren't explicitly defined, but are instead\r\n * defined inside the font metrics. Since there are only three sequences that\r\n * are possible for the delimiters that TeX defines, it is easier to just encode\r\n * them explicitly here.\r\n */\r\n\r\n\r\n// Delimiters that never stack try small delimiters and large delimiters only\r\nvar stackNeverDelimiterSequence = [{\r\n type: \"small\",\r\n style: Style$1.SCRIPTSCRIPT\r\n}, {\r\n type: \"small\",\r\n style: Style$1.SCRIPT\r\n}, {\r\n type: \"small\",\r\n style: Style$1.TEXT\r\n}, {\r\n type: \"large\",\r\n size: 1\r\n}, {\r\n type: \"large\",\r\n size: 2\r\n}, {\r\n type: \"large\",\r\n size: 3\r\n}, {\r\n type: \"large\",\r\n size: 4\r\n}]; // Delimiters that always stack try the small delimiters first, then stack\r\n\r\nvar stackAlwaysDelimiterSequence = [{\r\n type: \"small\",\r\n style: Style$1.SCRIPTSCRIPT\r\n}, {\r\n type: \"small\",\r\n style: Style$1.SCRIPT\r\n}, {\r\n type: \"small\",\r\n style: Style$1.TEXT\r\n}, {\r\n type: \"stack\"\r\n}]; // Delimiters that stack when large try the small and then large delimiters, and\r\n// stack afterwards\r\n\r\nvar stackLargeDelimiterSequence = [{\r\n type: \"small\",\r\n style: Style$1.SCRIPTSCRIPT\r\n}, {\r\n type: \"small\",\r\n style: Style$1.SCRIPT\r\n}, {\r\n type: \"small\",\r\n style: Style$1.TEXT\r\n}, {\r\n type: \"large\",\r\n size: 1\r\n}, {\r\n type: \"large\",\r\n size: 2\r\n}, {\r\n type: \"large\",\r\n size: 3\r\n}, {\r\n type: \"large\",\r\n size: 4\r\n}, {\r\n type: \"stack\"\r\n}];\r\n/**\r\n * Get the font used in a delimiter based on what kind of delimiter it is.\r\n * TODO(#963) Use more specific font family return type once that is introduced.\r\n */\r\n\r\nvar delimTypeToFont = function delimTypeToFont(type) {\r\n if (type.type === \"small\") {\r\n return \"Main-Regular\";\r\n } else if (type.type === \"large\") {\r\n return \"Size\" + type.size + \"-Regular\";\r\n } else if (type.type === \"stack\") {\r\n return \"Size4-Regular\";\r\n } else {\r\n throw new Error(\"Add support for delim type '\" + type.type + \"' here.\");\r\n }\r\n};\r\n/**\r\n * Traverse a sequence of types of delimiters to decide what kind of delimiter\r\n * should be used to create a delimiter of the given height+depth.\r\n */\r\n\r\n\r\nvar traverseSequence = function traverseSequence(delim, height, sequence, options) {\r\n // Here, we choose the index we should start at in the sequences. In smaller\r\n // sizes (which correspond to larger numbers in style.size) we start earlier\r\n // in the sequence. Thus, scriptscript starts at index 3-3=0, script starts\r\n // at index 3-2=1, text starts at 3-1=2, and display starts at min(2,3-0)=2\r\n var start = Math.min(2, 3 - options.style.size);\r\n\r\n for (var i = start; i < sequence.length; i++) {\r\n if (sequence[i].type === \"stack\") {\r\n // This is always the last delimiter, so we just break the loop now.\r\n break;\r\n }\r\n\r\n var metrics = getMetrics(delim, delimTypeToFont(sequence[i]), \"math\");\r\n var heightDepth = metrics.height + metrics.depth; // Small delimiters are scaled down versions of the same font, so we\r\n // account for the style change size.\r\n\r\n if (sequence[i].type === \"small\") {\r\n var newOptions = options.havingBaseStyle(sequence[i].style);\r\n heightDepth *= newOptions.sizeMultiplier;\r\n } // Check if the delimiter at this size works for the given height.\r\n\r\n\r\n if (heightDepth > height) {\r\n return sequence[i];\r\n }\r\n } // If we reached the end of the sequence, return the last sequence element.\r\n\r\n\r\n return sequence[sequence.length - 1];\r\n};\r\n/**\r\n * Make a delimiter of a given height+depth, with optional centering. Here, we\r\n * traverse the sequences, and create a delimiter that the sequence tells us to.\r\n */\r\n\r\n\r\nvar makeCustomSizedDelim = function makeCustomSizedDelim(delim, height, center, options, mode, classes) {\r\n if (delim === \"<\" || delim === \"\\\\lt\" || delim === \"\\u27e8\") {\r\n delim = \"\\\\langle\";\r\n } else if (delim === \">\" || delim === \"\\\\gt\" || delim === \"\\u27e9\") {\r\n delim = \"\\\\rangle\";\r\n } // Decide what sequence to use\r\n\r\n\r\n var sequence;\r\n\r\n if (utils.contains(stackNeverDelimiters, delim)) {\r\n sequence = stackNeverDelimiterSequence;\r\n } else if (utils.contains(stackLargeDelimiters, delim)) {\r\n sequence = stackLargeDelimiterSequence;\r\n } else {\r\n sequence = stackAlwaysDelimiterSequence;\r\n } // Look through the sequence\r\n\r\n\r\n var delimType = traverseSequence(delim, height, sequence, options); // Get the delimiter from font glyphs.\r\n // Depending on the sequence element we decided on, call the\r\n // appropriate function.\r\n\r\n if (delimType.type === \"small\") {\r\n return makeSmallDelim(delim, delimType.style, center, options, mode, classes);\r\n } else if (delimType.type === \"large\") {\r\n return makeLargeDelim(delim, delimType.size, center, options, mode, classes);\r\n } else\r\n /* if (delimType.type === \"stack\") */\r\n {\r\n return makeStackedDelim(delim, height, center, options, mode, classes);\r\n }\r\n};\r\n/**\r\n * Make a delimiter for use with `\\left` and `\\right`, given a height and depth\r\n * of an expression that the delimiters surround.\r\n */\r\n\r\n\r\nvar makeLeftRightDelim = function makeLeftRightDelim(delim, height, depth, options, mode, classes) {\r\n // We always center \\left/\\right delimiters, so the axis is always shifted\r\n var axisHeight = options.fontMetrics().axisHeight * options.sizeMultiplier; // Taken from TeX source, tex.web, function make_left_right\r\n\r\n var delimiterFactor = 901;\r\n var delimiterExtend = 5.0 / options.fontMetrics().ptPerEm;\r\n var maxDistFromAxis = Math.max(height - axisHeight, depth + axisHeight);\r\n var totalHeight = Math.max( // In real TeX, calculations are done using integral values which are\r\n // 65536 per pt, or 655360 per em. So, the division here truncates in\r\n // TeX but doesn't here, producing different results. If we wanted to\r\n // exactly match TeX's calculation, we could do\r\n // Math.floor(655360 * maxDistFromAxis / 500) *\r\n // delimiterFactor / 655360\r\n // (To see the difference, compare\r\n // x^{x^{\\left(\\rule{0.1em}{0.68em}\\right)}}\r\n // in TeX and KaTeX)\r\n maxDistFromAxis / 500 * delimiterFactor, 2 * maxDistFromAxis - delimiterExtend); // Finally, we defer to `makeCustomSizedDelim` with our calculated total\r\n // height\r\n\r\n return makeCustomSizedDelim(delim, totalHeight, true, options, mode, classes);\r\n};\r\n\r\nvar delimiter = {\r\n sqrtImage: makeSqrtImage,\r\n sizedDelim: makeSizedDelim,\r\n sizeToMaxHeight: sizeToMaxHeight,\r\n customSizedDelim: makeCustomSizedDelim,\r\n leftRightDelim: makeLeftRightDelim\r\n};\r\n\r\n// Extra data needed for the delimiter handler down below\r\nvar delimiterSizes = {\r\n \"\\\\bigl\": {\r\n mclass: \"mopen\",\r\n size: 1\r\n },\r\n \"\\\\Bigl\": {\r\n mclass: \"mopen\",\r\n size: 2\r\n },\r\n \"\\\\biggl\": {\r\n mclass: \"mopen\",\r\n size: 3\r\n },\r\n \"\\\\Biggl\": {\r\n mclass: \"mopen\",\r\n size: 4\r\n },\r\n \"\\\\bigr\": {\r\n mclass: \"mclose\",\r\n size: 1\r\n },\r\n \"\\\\Bigr\": {\r\n mclass: \"mclose\",\r\n size: 2\r\n },\r\n \"\\\\biggr\": {\r\n mclass: \"mclose\",\r\n size: 3\r\n },\r\n \"\\\\Biggr\": {\r\n mclass: \"mclose\",\r\n size: 4\r\n },\r\n \"\\\\bigm\": {\r\n mclass: \"mrel\",\r\n size: 1\r\n },\r\n \"\\\\Bigm\": {\r\n mclass: \"mrel\",\r\n size: 2\r\n },\r\n \"\\\\biggm\": {\r\n mclass: \"mrel\",\r\n size: 3\r\n },\r\n \"\\\\Biggm\": {\r\n mclass: \"mrel\",\r\n size: 4\r\n },\r\n \"\\\\big\": {\r\n mclass: \"mord\",\r\n size: 1\r\n },\r\n \"\\\\Big\": {\r\n mclass: \"mord\",\r\n size: 2\r\n },\r\n \"\\\\bigg\": {\r\n mclass: \"mord\",\r\n size: 3\r\n },\r\n \"\\\\Bigg\": {\r\n mclass: \"mord\",\r\n size: 4\r\n }\r\n};\r\nvar delimiters = [\"(\", \"\\\\lparen\", \")\", \"\\\\rparen\", \"[\", \"\\\\lbrack\", \"]\", \"\\\\rbrack\", \"\\\\{\", \"\\\\lbrace\", \"\\\\}\", \"\\\\rbrace\", \"\\\\lfloor\", \"\\\\rfloor\", \"\\u230a\", \"\\u230b\", \"\\\\lceil\", \"\\\\rceil\", \"\\u2308\", \"\\u2309\", \"<\", \">\", \"\\\\langle\", \"\\u27e8\", \"\\\\rangle\", \"\\u27e9\", \"\\\\lt\", \"\\\\gt\", \"\\\\lvert\", \"\\\\rvert\", \"\\\\lVert\", \"\\\\rVert\", \"\\\\lgroup\", \"\\\\rgroup\", \"\\u27ee\", \"\\u27ef\", \"\\\\lmoustache\", \"\\\\rmoustache\", \"\\u23b0\", \"\\u23b1\", \"/\", \"\\\\backslash\", \"|\", \"\\\\vert\", \"\\\\|\", \"\\\\Vert\", \"\\\\uparrow\", \"\\\\Uparrow\", \"\\\\downarrow\", \"\\\\Downarrow\", \"\\\\updownarrow\", \"\\\\Updownarrow\", \".\"];\r\n\r\n// Delimiter functions\r\nfunction checkDelimiter(delim, context) {\r\n var symDelim = checkSymbolNodeType(delim);\r\n\r\n if (symDelim && utils.contains(delimiters, symDelim.text)) {\r\n return symDelim;\r\n } else if (symDelim) {\r\n throw new ParseError(\"Invalid delimiter '\" + symDelim.text + \"' after '\" + context.funcName + \"'\", delim);\r\n } else {\r\n throw new ParseError(\"Invalid delimiter type '\" + delim.type + \"'\", delim);\r\n }\r\n}\r\n\r\ndefineFunction({\r\n type: \"delimsizing\",\r\n names: [\"\\\\bigl\", \"\\\\Bigl\", \"\\\\biggl\", \"\\\\Biggl\", \"\\\\bigr\", \"\\\\Bigr\", \"\\\\biggr\", \"\\\\Biggr\", \"\\\\bigm\", \"\\\\Bigm\", \"\\\\biggm\", \"\\\\Biggm\", \"\\\\big\", \"\\\\Big\", \"\\\\bigg\", \"\\\\Bigg\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"primitive\"]\r\n },\r\n handler: (context, args) => {\r\n var delim = checkDelimiter(args[0], context);\r\n return {\r\n type: \"delimsizing\",\r\n mode: context.parser.mode,\r\n size: delimiterSizes[context.funcName].size,\r\n mclass: delimiterSizes[context.funcName].mclass,\r\n delim: delim.text\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n if (group.delim === \".\") {\r\n // Empty delimiters still count as elements, even though they don't\r\n // show anything.\r\n return buildCommon.makeSpan([group.mclass]);\r\n } // Use delimiter.sizedDelim to generate the delimiter.\r\n\r\n\r\n return delimiter.sizedDelim(group.delim, group.size, options, group.mode, [group.mclass]);\r\n },\r\n mathmlBuilder: group => {\r\n var children = [];\r\n\r\n if (group.delim !== \".\") {\r\n children.push(makeText(group.delim, group.mode));\r\n }\r\n\r\n var node = new mathMLTree.MathNode(\"mo\", children);\r\n\r\n if (group.mclass === \"mopen\" || group.mclass === \"mclose\") {\r\n // Only some of the delimsizing functions act as fences, and they\r\n // return \"mopen\" or \"mclose\" mclass.\r\n node.setAttribute(\"fence\", \"true\");\r\n } else {\r\n // Explicitly disable fencing if it's not a fence, to override the\r\n // defaults.\r\n node.setAttribute(\"fence\", \"false\");\r\n }\r\n\r\n node.setAttribute(\"stretchy\", \"true\");\r\n var size = makeEm(delimiter.sizeToMaxHeight[group.size]);\r\n node.setAttribute(\"minsize\", size);\r\n node.setAttribute(\"maxsize\", size);\r\n return node;\r\n }\r\n});\r\n\r\nfunction assertParsed(group) {\r\n if (!group.body) {\r\n throw new Error(\"Bug: The leftright ParseNode wasn't fully parsed.\");\r\n }\r\n}\r\n\r\ndefineFunction({\r\n type: \"leftright-right\",\r\n names: [\"\\\\right\"],\r\n props: {\r\n numArgs: 1,\r\n primitive: true\r\n },\r\n handler: (context, args) => {\r\n // \\left case below triggers parsing of \\right in\r\n // `const right = parser.parseFunction();`\r\n // uses this return value.\r\n var color = context.parser.gullet.macros.get(\"\\\\current@color\");\r\n\r\n if (color && typeof color !== \"string\") {\r\n throw new ParseError(\"\\\\current@color set to non-string in \\\\right\");\r\n }\r\n\r\n return {\r\n type: \"leftright-right\",\r\n mode: context.parser.mode,\r\n delim: checkDelimiter(args[0], context).text,\r\n color // undefined if not set via \\color\r\n\r\n };\r\n }\r\n});\r\ndefineFunction({\r\n type: \"leftright\",\r\n names: [\"\\\\left\"],\r\n props: {\r\n numArgs: 1,\r\n primitive: true\r\n },\r\n handler: (context, args) => {\r\n var delim = checkDelimiter(args[0], context);\r\n var parser = context.parser; // Parse out the implicit body\r\n\r\n ++parser.leftrightDepth; // parseExpression stops before '\\\\right'\r\n\r\n var body = parser.parseExpression(false);\r\n --parser.leftrightDepth; // Check the next token\r\n\r\n parser.expect(\"\\\\right\", false);\r\n var right = assertNodeType(parser.parseFunction(), \"leftright-right\");\r\n return {\r\n type: \"leftright\",\r\n mode: parser.mode,\r\n body,\r\n left: delim.text,\r\n right: right.delim,\r\n rightColor: right.color\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n assertParsed(group); // Build the inner expression\r\n\r\n var inner = buildExpression$1(group.body, options, true, [\"mopen\", \"mclose\"]);\r\n var innerHeight = 0;\r\n var innerDepth = 0;\r\n var hadMiddle = false; // Calculate its height and depth\r\n\r\n for (var i = 0; i < inner.length; i++) {\r\n // Property `isMiddle` not defined on `span`. See comment in\r\n // \"middle\"'s htmlBuilder.\r\n // $FlowFixMe\r\n if (inner[i].isMiddle) {\r\n hadMiddle = true;\r\n } else {\r\n innerHeight = Math.max(inner[i].height, innerHeight);\r\n innerDepth = Math.max(inner[i].depth, innerDepth);\r\n }\r\n } // The size of delimiters is the same, regardless of what style we are\r\n // in. Thus, to correctly calculate the size of delimiter we need around\r\n // a group, we scale down the inner size based on the size.\r\n\r\n\r\n innerHeight *= options.sizeMultiplier;\r\n innerDepth *= options.sizeMultiplier;\r\n var leftDelim;\r\n\r\n if (group.left === \".\") {\r\n // Empty delimiters in \\left and \\right make null delimiter spaces.\r\n leftDelim = makeNullDelimiter(options, [\"mopen\"]);\r\n } else {\r\n // Otherwise, use leftRightDelim to generate the correct sized\r\n // delimiter.\r\n leftDelim = delimiter.leftRightDelim(group.left, innerHeight, innerDepth, options, group.mode, [\"mopen\"]);\r\n } // Add it to the beginning of the expression\r\n\r\n\r\n inner.unshift(leftDelim); // Handle middle delimiters\r\n\r\n if (hadMiddle) {\r\n for (var _i = 1; _i < inner.length; _i++) {\r\n var middleDelim = inner[_i]; // Property `isMiddle` not defined on `span`. See comment in\r\n // \"middle\"'s htmlBuilder.\r\n // $FlowFixMe\r\n\r\n var isMiddle = middleDelim.isMiddle;\r\n\r\n if (isMiddle) {\r\n // Apply the options that were active when \\middle was called\r\n inner[_i] = delimiter.leftRightDelim(isMiddle.delim, innerHeight, innerDepth, isMiddle.options, group.mode, []);\r\n }\r\n }\r\n }\r\n\r\n var rightDelim; // Same for the right delimiter, but using color specified by \\color\r\n\r\n if (group.right === \".\") {\r\n rightDelim = makeNullDelimiter(options, [\"mclose\"]);\r\n } else {\r\n var colorOptions = group.rightColor ? options.withColor(group.rightColor) : options;\r\n rightDelim = delimiter.leftRightDelim(group.right, innerHeight, innerDepth, colorOptions, group.mode, [\"mclose\"]);\r\n } // Add it to the end of the expression.\r\n\r\n\r\n inner.push(rightDelim);\r\n return buildCommon.makeSpan([\"minner\"], inner, options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n assertParsed(group);\r\n var inner = buildExpression(group.body, options);\r\n\r\n if (group.left !== \".\") {\r\n var leftNode = new mathMLTree.MathNode(\"mo\", [makeText(group.left, group.mode)]);\r\n leftNode.setAttribute(\"fence\", \"true\");\r\n inner.unshift(leftNode);\r\n }\r\n\r\n if (group.right !== \".\") {\r\n var rightNode = new mathMLTree.MathNode(\"mo\", [makeText(group.right, group.mode)]);\r\n rightNode.setAttribute(\"fence\", \"true\");\r\n\r\n if (group.rightColor) {\r\n rightNode.setAttribute(\"mathcolor\", group.rightColor);\r\n }\r\n\r\n inner.push(rightNode);\r\n }\r\n\r\n return makeRow(inner);\r\n }\r\n});\r\ndefineFunction({\r\n type: \"middle\",\r\n names: [\"\\\\middle\"],\r\n props: {\r\n numArgs: 1,\r\n primitive: true\r\n },\r\n handler: (context, args) => {\r\n var delim = checkDelimiter(args[0], context);\r\n\r\n if (!context.parser.leftrightDepth) {\r\n throw new ParseError(\"\\\\middle without preceding \\\\left\", delim);\r\n }\r\n\r\n return {\r\n type: \"middle\",\r\n mode: context.parser.mode,\r\n delim: delim.text\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var middleDelim;\r\n\r\n if (group.delim === \".\") {\r\n middleDelim = makeNullDelimiter(options, []);\r\n } else {\r\n middleDelim = delimiter.sizedDelim(group.delim, 1, options, group.mode, []);\r\n var isMiddle = {\r\n delim: group.delim,\r\n options\r\n }; // Property `isMiddle` not defined on `span`. It is only used in\r\n // this file above.\r\n // TODO: Fix this violation of the `span` type and possibly rename\r\n // things since `isMiddle` sounds like a boolean, but is a struct.\r\n // $FlowFixMe\r\n\r\n middleDelim.isMiddle = isMiddle;\r\n }\r\n\r\n return middleDelim;\r\n },\r\n mathmlBuilder: (group, options) => {\r\n // A Firefox \\middle will stretch a character vertically only if it\r\n // is in the fence part of the operator dictionary at:\r\n // https://www.w3.org/TR/MathML3/appendixc.html.\r\n // So we need to avoid U+2223 and use plain \"|\" instead.\r\n var textNode = group.delim === \"\\\\vert\" || group.delim === \"|\" ? makeText(\"|\", \"text\") : makeText(group.delim, group.mode);\r\n var middleNode = new mathMLTree.MathNode(\"mo\", [textNode]);\r\n middleNode.setAttribute(\"fence\", \"true\"); // MathML gives 5/18em spacing to each element.\r\n // \\middle should get delimiter spacing instead.\r\n\r\n middleNode.setAttribute(\"lspace\", \"0.05em\");\r\n middleNode.setAttribute(\"rspace\", \"0.05em\");\r\n return middleNode;\r\n }\r\n});\r\n\r\nvar htmlBuilder$7 = (group, options) => {\r\n // \\cancel, \\bcancel, \\xcancel, \\sout, \\fbox, \\colorbox, \\fcolorbox, \\phase\r\n // Some groups can return document fragments. Handle those by wrapping\r\n // them in a span.\r\n var inner = buildCommon.wrapFragment(buildGroup$1(group.body, options), options);\r\n var label = group.label.slice(1);\r\n var scale = options.sizeMultiplier;\r\n var img;\r\n var imgShift = 0; // In the LaTeX cancel package, line geometry is slightly different\r\n // depending on whether the subject is wider than it is tall, or vice versa.\r\n // We don't know the width of a group, so as a proxy, we test if\r\n // the subject is a single character. This captures most of the\r\n // subjects that should get the \"tall\" treatment.\r\n\r\n var isSingleChar = utils.isCharacterBox(group.body);\r\n\r\n if (label === \"sout\") {\r\n img = buildCommon.makeSpan([\"stretchy\", \"sout\"]);\r\n img.height = options.fontMetrics().defaultRuleThickness / scale;\r\n imgShift = -0.5 * options.fontMetrics().xHeight;\r\n } else if (label === \"phase\") {\r\n // Set a couple of dimensions from the steinmetz package.\r\n var lineWeight = calculateSize({\r\n number: 0.6,\r\n unit: \"pt\"\r\n }, options);\r\n var clearance = calculateSize({\r\n number: 0.35,\r\n unit: \"ex\"\r\n }, options); // Prevent size changes like \\Huge from affecting line thickness\r\n\r\n var newOptions = options.havingBaseSizing();\r\n scale = scale / newOptions.sizeMultiplier;\r\n var angleHeight = inner.height + inner.depth + lineWeight + clearance; // Reserve a left pad for the angle.\r\n\r\n inner.style.paddingLeft = makeEm(angleHeight / 2 + lineWeight); // Create an SVG\r\n\r\n var viewBoxHeight = Math.floor(1000 * angleHeight * scale);\r\n var path = phasePath(viewBoxHeight);\r\n var svgNode = new SvgNode([new PathNode(\"phase\", path)], {\r\n \"width\": \"400em\",\r\n \"height\": makeEm(viewBoxHeight / 1000),\r\n \"viewBox\": \"0 0 400000 \" + viewBoxHeight,\r\n \"preserveAspectRatio\": \"xMinYMin slice\"\r\n }); // Wrap it in a span with overflow: hidden.\r\n\r\n img = buildCommon.makeSvgSpan([\"hide-tail\"], [svgNode], options);\r\n img.style.height = makeEm(angleHeight);\r\n imgShift = inner.depth + lineWeight + clearance;\r\n } else {\r\n // Add horizontal padding\r\n if (/cancel/.test(label)) {\r\n if (!isSingleChar) {\r\n inner.classes.push(\"cancel-pad\");\r\n }\r\n } else if (label === \"angl\") {\r\n inner.classes.push(\"anglpad\");\r\n } else {\r\n inner.classes.push(\"boxpad\");\r\n } // Add vertical padding\r\n\r\n\r\n var topPad = 0;\r\n var bottomPad = 0;\r\n var ruleThickness = 0; // ref: cancel package: \\advance\\totalheight2\\p@ % \"+2\"\r\n\r\n if (/box/.test(label)) {\r\n ruleThickness = Math.max(options.fontMetrics().fboxrule, // default\r\n options.minRuleThickness // User override.\r\n );\r\n topPad = options.fontMetrics().fboxsep + (label === \"colorbox\" ? 0 : ruleThickness);\r\n bottomPad = topPad;\r\n } else if (label === \"angl\") {\r\n ruleThickness = Math.max(options.fontMetrics().defaultRuleThickness, options.minRuleThickness);\r\n topPad = 4 * ruleThickness; // gap = 3 × line, plus the line itself.\r\n\r\n bottomPad = Math.max(0, 0.25 - inner.depth);\r\n } else {\r\n topPad = isSingleChar ? 0.2 : 0;\r\n bottomPad = topPad;\r\n }\r\n\r\n img = stretchy.encloseSpan(inner, label, topPad, bottomPad, options);\r\n\r\n if (/fbox|boxed|fcolorbox/.test(label)) {\r\n img.style.borderStyle = \"solid\";\r\n img.style.borderWidth = makeEm(ruleThickness);\r\n } else if (label === \"angl\" && ruleThickness !== 0.049) {\r\n img.style.borderTopWidth = makeEm(ruleThickness);\r\n img.style.borderRightWidth = makeEm(ruleThickness);\r\n }\r\n\r\n imgShift = inner.depth + bottomPad;\r\n\r\n if (group.backgroundColor) {\r\n img.style.backgroundColor = group.backgroundColor;\r\n\r\n if (group.borderColor) {\r\n img.style.borderColor = group.borderColor;\r\n }\r\n }\r\n }\r\n\r\n var vlist;\r\n\r\n if (group.backgroundColor) {\r\n vlist = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [// Put the color background behind inner;\r\n {\r\n type: \"elem\",\r\n elem: img,\r\n shift: imgShift\r\n }, {\r\n type: \"elem\",\r\n elem: inner,\r\n shift: 0\r\n }]\r\n }, options);\r\n } else {\r\n var classes = /cancel|phase/.test(label) ? [\"svg-align\"] : [];\r\n vlist = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [// Write the \\cancel stroke on top of inner.\r\n {\r\n type: \"elem\",\r\n elem: inner,\r\n shift: 0\r\n }, {\r\n type: \"elem\",\r\n elem: img,\r\n shift: imgShift,\r\n wrapperClasses: classes\r\n }]\r\n }, options);\r\n }\r\n\r\n if (/cancel/.test(label)) {\r\n // The cancel package documentation says that cancel lines add their height\r\n // to the expression, but tests show that isn't how it actually works.\r\n vlist.height = inner.height;\r\n vlist.depth = inner.depth;\r\n }\r\n\r\n if (/cancel/.test(label) && !isSingleChar) {\r\n // cancel does not create horiz space for its line extension.\r\n return buildCommon.makeSpan([\"mord\", \"cancel-lap\"], [vlist], options);\r\n } else {\r\n return buildCommon.makeSpan([\"mord\"], [vlist], options);\r\n }\r\n};\r\n\r\nvar mathmlBuilder$6 = (group, options) => {\r\n var fboxsep = 0;\r\n var node = new mathMLTree.MathNode(group.label.indexOf(\"colorbox\") > -1 ? \"mpadded\" : \"menclose\", [buildGroup(group.body, options)]);\r\n\r\n switch (group.label) {\r\n case \"\\\\cancel\":\r\n node.setAttribute(\"notation\", \"updiagonalstrike\");\r\n break;\r\n\r\n case \"\\\\bcancel\":\r\n node.setAttribute(\"notation\", \"downdiagonalstrike\");\r\n break;\r\n\r\n case \"\\\\phase\":\r\n node.setAttribute(\"notation\", \"phasorangle\");\r\n break;\r\n\r\n case \"\\\\sout\":\r\n node.setAttribute(\"notation\", \"horizontalstrike\");\r\n break;\r\n\r\n case \"\\\\fbox\":\r\n node.setAttribute(\"notation\", \"box\");\r\n break;\r\n\r\n case \"\\\\angl\":\r\n node.setAttribute(\"notation\", \"actuarial\");\r\n break;\r\n\r\n case \"\\\\fcolorbox\":\r\n case \"\\\\colorbox\":\r\n // doesn't have a good notation option. So use \r\n // instead. Set some attributes that come included with .\r\n fboxsep = options.fontMetrics().fboxsep * options.fontMetrics().ptPerEm;\r\n node.setAttribute(\"width\", \"+\" + 2 * fboxsep + \"pt\");\r\n node.setAttribute(\"height\", \"+\" + 2 * fboxsep + \"pt\");\r\n node.setAttribute(\"lspace\", fboxsep + \"pt\"); //\r\n\r\n node.setAttribute(\"voffset\", fboxsep + \"pt\");\r\n\r\n if (group.label === \"\\\\fcolorbox\") {\r\n var thk = Math.max(options.fontMetrics().fboxrule, // default\r\n options.minRuleThickness // user override\r\n );\r\n node.setAttribute(\"style\", \"border: \" + thk + \"em solid \" + String(group.borderColor));\r\n }\r\n\r\n break;\r\n\r\n case \"\\\\xcancel\":\r\n node.setAttribute(\"notation\", \"updiagonalstrike downdiagonalstrike\");\r\n break;\r\n }\r\n\r\n if (group.backgroundColor) {\r\n node.setAttribute(\"mathbackground\", group.backgroundColor);\r\n }\r\n\r\n return node;\r\n};\r\n\r\ndefineFunction({\r\n type: \"enclose\",\r\n names: [\"\\\\colorbox\"],\r\n props: {\r\n numArgs: 2,\r\n allowedInText: true,\r\n argTypes: [\"color\", \"text\"]\r\n },\r\n\r\n handler(_ref, args, optArgs) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var color = assertNodeType(args[0], \"color-token\").color;\r\n var body = args[1];\r\n return {\r\n type: \"enclose\",\r\n mode: parser.mode,\r\n label: funcName,\r\n backgroundColor: color,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$7,\r\n mathmlBuilder: mathmlBuilder$6\r\n});\r\ndefineFunction({\r\n type: \"enclose\",\r\n names: [\"\\\\fcolorbox\"],\r\n props: {\r\n numArgs: 3,\r\n allowedInText: true,\r\n argTypes: [\"color\", \"color\", \"text\"]\r\n },\r\n\r\n handler(_ref2, args, optArgs) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref2;\r\n var borderColor = assertNodeType(args[0], \"color-token\").color;\r\n var backgroundColor = assertNodeType(args[1], \"color-token\").color;\r\n var body = args[2];\r\n return {\r\n type: \"enclose\",\r\n mode: parser.mode,\r\n label: funcName,\r\n backgroundColor,\r\n borderColor,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$7,\r\n mathmlBuilder: mathmlBuilder$6\r\n});\r\ndefineFunction({\r\n type: \"enclose\",\r\n names: [\"\\\\fbox\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"hbox\"],\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref3, args) {\r\n var {\r\n parser\r\n } = _ref3;\r\n return {\r\n type: \"enclose\",\r\n mode: parser.mode,\r\n label: \"\\\\fbox\",\r\n body: args[0]\r\n };\r\n }\r\n\r\n});\r\ndefineFunction({\r\n type: \"enclose\",\r\n names: [\"\\\\cancel\", \"\\\\bcancel\", \"\\\\xcancel\", \"\\\\sout\", \"\\\\phase\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(_ref4, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref4;\r\n var body = args[0];\r\n return {\r\n type: \"enclose\",\r\n mode: parser.mode,\r\n label: funcName,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$7,\r\n mathmlBuilder: mathmlBuilder$6\r\n});\r\ndefineFunction({\r\n type: \"enclose\",\r\n names: [\"\\\\angl\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"hbox\"],\r\n allowedInText: false\r\n },\r\n\r\n handler(_ref5, args) {\r\n var {\r\n parser\r\n } = _ref5;\r\n return {\r\n type: \"enclose\",\r\n mode: parser.mode,\r\n label: \"\\\\angl\",\r\n body: args[0]\r\n };\r\n }\r\n\r\n});\r\n\r\n/**\r\n * All registered environments.\r\n * `environments.js` exports this same dictionary again and makes it public.\r\n * `Parser.js` requires this dictionary via `environments.js`.\r\n */\r\nvar _environments = {};\r\nfunction defineEnvironment(_ref) {\r\n var {\r\n type,\r\n names,\r\n props,\r\n handler,\r\n htmlBuilder,\r\n mathmlBuilder\r\n } = _ref;\r\n // Set default values of environments.\r\n var data = {\r\n type,\r\n numArgs: props.numArgs || 0,\r\n allowedInText: false,\r\n numOptionalArgs: 0,\r\n handler\r\n };\r\n\r\n for (var i = 0; i < names.length; ++i) {\r\n // TODO: The value type of _environments should be a type union of all\r\n // possible `EnvSpec<>` possibilities instead of `EnvSpec<*>`, which is\r\n // an existential type.\r\n _environments[names[i]] = data;\r\n }\r\n\r\n if (htmlBuilder) {\r\n _htmlGroupBuilders[type] = htmlBuilder;\r\n }\r\n\r\n if (mathmlBuilder) {\r\n _mathmlGroupBuilders[type] = mathmlBuilder;\r\n }\r\n}\r\n\r\n/**\r\n * All registered global/built-in macros.\r\n * `macros.js` exports this same dictionary again and makes it public.\r\n * `Parser.js` requires this dictionary via `macros.js`.\r\n */\r\nvar _macros = {}; // This function might one day accept an additional argument and do more things.\r\n\r\nfunction defineMacro(name, body) {\r\n _macros[name] = body;\r\n}\r\n\r\n// Helper functions\r\nfunction getHLines(parser) {\r\n // Return an array. The array length = number of hlines.\r\n // Each element in the array tells if the line is dashed.\r\n var hlineInfo = [];\r\n parser.consumeSpaces();\r\n var nxt = parser.fetch().text;\r\n\r\n if (nxt === \"\\\\relax\") {\r\n // \\relax is an artifact of the \\cr macro below\r\n parser.consume();\r\n parser.consumeSpaces();\r\n nxt = parser.fetch().text;\r\n }\r\n\r\n while (nxt === \"\\\\hline\" || nxt === \"\\\\hdashline\") {\r\n parser.consume();\r\n hlineInfo.push(nxt === \"\\\\hdashline\");\r\n parser.consumeSpaces();\r\n nxt = parser.fetch().text;\r\n }\r\n\r\n return hlineInfo;\r\n}\r\n\r\nvar validateAmsEnvironmentContext = context => {\r\n var settings = context.parser.settings;\r\n\r\n if (!settings.displayMode) {\r\n throw new ParseError(\"{\" + context.envName + \"} can be used only in\" + \" display mode.\");\r\n }\r\n}; // autoTag (an argument to parseArray) can be one of three values:\r\n// * undefined: Regular (not-top-level) array; no tags on each row\r\n// * true: Automatic equation numbering, overridable by \\tag\r\n// * false: Tags allowed on each row, but no automatic numbering\r\n// This function *doesn't* work with the \"split\" environment name.\r\n\r\n\r\nfunction getAutoTag(name) {\r\n if (name.indexOf(\"ed\") === -1) {\r\n return name.indexOf(\"*\") === -1;\r\n } // return undefined;\r\n\r\n}\r\n/**\r\n * Parse the body of the environment, with rows delimited by \\\\ and\r\n * columns delimited by &, and create a nested list in row-major order\r\n * with one group per cell. If given an optional argument style\r\n * (\"text\", \"display\", etc.), then each cell is cast into that style.\r\n */\r\n\r\n\r\nfunction parseArray(parser, _ref, style) {\r\n var {\r\n hskipBeforeAndAfter,\r\n addJot,\r\n cols,\r\n arraystretch,\r\n colSeparationType,\r\n autoTag,\r\n singleRow,\r\n emptySingleRow,\r\n maxNumCols,\r\n leqno\r\n } = _ref;\r\n parser.gullet.beginGroup();\r\n\r\n if (!singleRow) {\r\n // \\cr is equivalent to \\\\ without the optional size argument (see below)\r\n // TODO: provide helpful error when \\cr is used outside array environment\r\n parser.gullet.macros.set(\"\\\\cr\", \"\\\\\\\\\\\\relax\");\r\n } // Get current arraystretch if it's not set by the environment\r\n\r\n\r\n if (!arraystretch) {\r\n var stretch = parser.gullet.expandMacroAsText(\"\\\\arraystretch\");\r\n\r\n if (stretch == null) {\r\n // Default \\arraystretch from lttab.dtx\r\n arraystretch = 1;\r\n } else {\r\n arraystretch = parseFloat(stretch);\r\n\r\n if (!arraystretch || arraystretch < 0) {\r\n throw new ParseError(\"Invalid \\\\arraystretch: \" + stretch);\r\n }\r\n }\r\n } // Start group for first cell\r\n\r\n\r\n parser.gullet.beginGroup();\r\n var row = [];\r\n var body = [row];\r\n var rowGaps = [];\r\n var hLinesBeforeRow = [];\r\n var tags = autoTag != null ? [] : undefined; // amsmath uses \\global\\@eqnswtrue and \\global\\@eqnswfalse to represent\r\n // whether this row should have an equation number. Simulate this with\r\n // a \\@eqnsw macro set to 1 or 0.\r\n\r\n function beginRow() {\r\n if (autoTag) {\r\n parser.gullet.macros.set(\"\\\\@eqnsw\", \"1\", true);\r\n }\r\n }\r\n\r\n function endRow() {\r\n if (tags) {\r\n if (parser.gullet.macros.get(\"\\\\df@tag\")) {\r\n tags.push(parser.subparse([new Token(\"\\\\df@tag\")]));\r\n parser.gullet.macros.set(\"\\\\df@tag\", undefined, true);\r\n } else {\r\n tags.push(Boolean(autoTag) && parser.gullet.macros.get(\"\\\\@eqnsw\") === \"1\");\r\n }\r\n }\r\n }\r\n\r\n beginRow(); // Test for \\hline at the top of the array.\r\n\r\n hLinesBeforeRow.push(getHLines(parser));\r\n\r\n while (true) {\r\n // eslint-disable-line no-constant-condition\r\n // Parse each cell in its own group (namespace)\r\n var cell = parser.parseExpression(false, singleRow ? \"\\\\end\" : \"\\\\\\\\\");\r\n parser.gullet.endGroup();\r\n parser.gullet.beginGroup();\r\n cell = {\r\n type: \"ordgroup\",\r\n mode: parser.mode,\r\n body: cell\r\n };\r\n\r\n if (style) {\r\n cell = {\r\n type: \"styling\",\r\n mode: parser.mode,\r\n style,\r\n body: [cell]\r\n };\r\n }\r\n\r\n row.push(cell);\r\n var next = parser.fetch().text;\r\n\r\n if (next === \"&\") {\r\n if (maxNumCols && row.length === maxNumCols) {\r\n if (singleRow || colSeparationType) {\r\n // {equation} or {split}\r\n throw new ParseError(\"Too many tab characters: &\", parser.nextToken);\r\n } else {\r\n // {array} environment\r\n parser.settings.reportNonstrict(\"textEnv\", \"Too few columns \" + \"specified in the {array} column argument.\");\r\n }\r\n }\r\n\r\n parser.consume();\r\n } else if (next === \"\\\\end\") {\r\n endRow(); // Arrays terminate newlines with `\\crcr` which consumes a `\\cr` if\r\n // the last line is empty. However, AMS environments keep the\r\n // empty row if it's the only one.\r\n // NOTE: Currently, `cell` is the last item added into `row`.\r\n\r\n if (row.length === 1 && cell.type === \"styling\" && cell.body[0].body.length === 0 && (body.length > 1 || !emptySingleRow)) {\r\n body.pop();\r\n }\r\n\r\n if (hLinesBeforeRow.length < body.length + 1) {\r\n hLinesBeforeRow.push([]);\r\n }\r\n\r\n break;\r\n } else if (next === \"\\\\\\\\\") {\r\n parser.consume();\r\n var size = void 0; // \\def\\Let@{\\let\\\\\\math@cr}\r\n // \\def\\math@cr{...\\math@cr@}\r\n // \\def\\math@cr@{\\new@ifnextchar[\\math@cr@@{\\math@cr@@[\\z@]}}\r\n // \\def\\math@cr@@[#1]{...\\math@cr@@@...}\r\n // \\def\\math@cr@@@{\\cr}\r\n\r\n if (parser.gullet.future().text !== \" \") {\r\n size = parser.parseSizeGroup(true);\r\n }\r\n\r\n rowGaps.push(size ? size.value : null);\r\n endRow(); // check for \\hline(s) following the row separator\r\n\r\n hLinesBeforeRow.push(getHLines(parser));\r\n row = [];\r\n body.push(row);\r\n beginRow();\r\n } else {\r\n throw new ParseError(\"Expected & or \\\\\\\\ or \\\\cr or \\\\end\", parser.nextToken);\r\n }\r\n } // End cell group\r\n\r\n\r\n parser.gullet.endGroup(); // End array group defining \\cr\r\n\r\n parser.gullet.endGroup();\r\n return {\r\n type: \"array\",\r\n mode: parser.mode,\r\n addJot,\r\n arraystretch,\r\n body,\r\n cols,\r\n rowGaps,\r\n hskipBeforeAndAfter,\r\n hLinesBeforeRow,\r\n colSeparationType,\r\n tags,\r\n leqno\r\n };\r\n} // Decides on a style for cells in an array according to whether the given\r\n// environment name starts with the letter 'd'.\r\n\r\n\r\nfunction dCellStyle(envName) {\r\n if (envName.slice(0, 1) === \"d\") {\r\n return \"display\";\r\n } else {\r\n return \"text\";\r\n }\r\n}\r\n\r\nvar htmlBuilder$6 = function htmlBuilder(group, options) {\r\n var r;\r\n var c;\r\n var nr = group.body.length;\r\n var hLinesBeforeRow = group.hLinesBeforeRow;\r\n var nc = 0;\r\n var body = new Array(nr);\r\n var hlines = [];\r\n var ruleThickness = Math.max( // From LaTeX \\showthe\\arrayrulewidth. Equals 0.04 em.\r\n options.fontMetrics().arrayRuleWidth, options.minRuleThickness // User override.\r\n ); // Horizontal spacing\r\n\r\n var pt = 1 / options.fontMetrics().ptPerEm;\r\n var arraycolsep = 5 * pt; // default value, i.e. \\arraycolsep in article.cls\r\n\r\n if (group.colSeparationType && group.colSeparationType === \"small\") {\r\n // We're in a {smallmatrix}. Default column space is \\thickspace,\r\n // i.e. 5/18em = 0.2778em, per amsmath.dtx for {smallmatrix}.\r\n // But that needs adjustment because LaTeX applies \\scriptstyle to the\r\n // entire array, including the colspace, but this function applies\r\n // \\scriptstyle only inside each element.\r\n var localMultiplier = options.havingStyle(Style$1.SCRIPT).sizeMultiplier;\r\n arraycolsep = 0.2778 * (localMultiplier / options.sizeMultiplier);\r\n } // Vertical spacing\r\n\r\n\r\n var baselineskip = group.colSeparationType === \"CD\" ? calculateSize({\r\n number: 3,\r\n unit: \"ex\"\r\n }, options) : 12 * pt; // see size10.clo\r\n // Default \\jot from ltmath.dtx\r\n // TODO(edemaine): allow overriding \\jot via \\setlength (#687)\r\n\r\n var jot = 3 * pt;\r\n var arrayskip = group.arraystretch * baselineskip;\r\n var arstrutHeight = 0.7 * arrayskip; // \\strutbox in ltfsstrc.dtx and\r\n\r\n var arstrutDepth = 0.3 * arrayskip; // \\@arstrutbox in lttab.dtx\r\n\r\n var totalHeight = 0; // Set a position for \\hline(s) at the top of the array, if any.\r\n\r\n function setHLinePos(hlinesInGap) {\r\n for (var i = 0; i < hlinesInGap.length; ++i) {\r\n if (i > 0) {\r\n totalHeight += 0.25;\r\n }\r\n\r\n hlines.push({\r\n pos: totalHeight,\r\n isDashed: hlinesInGap[i]\r\n });\r\n }\r\n }\r\n\r\n setHLinePos(hLinesBeforeRow[0]);\r\n\r\n for (r = 0; r < group.body.length; ++r) {\r\n var inrow = group.body[r];\r\n var height = arstrutHeight; // \\@array adds an \\@arstrut\r\n\r\n var depth = arstrutDepth; // to each tow (via the template)\r\n\r\n if (nc < inrow.length) {\r\n nc = inrow.length;\r\n }\r\n\r\n var outrow = new Array(inrow.length);\r\n\r\n for (c = 0; c < inrow.length; ++c) {\r\n var elt = buildGroup$1(inrow[c], options);\r\n\r\n if (depth < elt.depth) {\r\n depth = elt.depth;\r\n }\r\n\r\n if (height < elt.height) {\r\n height = elt.height;\r\n }\r\n\r\n outrow[c] = elt;\r\n }\r\n\r\n var rowGap = group.rowGaps[r];\r\n var gap = 0;\r\n\r\n if (rowGap) {\r\n gap = calculateSize(rowGap, options);\r\n\r\n if (gap > 0) {\r\n // \\@argarraycr\r\n gap += arstrutDepth;\r\n\r\n if (depth < gap) {\r\n depth = gap; // \\@xargarraycr\r\n }\r\n\r\n gap = 0;\r\n }\r\n } // In AMS multiline environments such as aligned and gathered, rows\r\n // correspond to lines that have additional \\jot added to the\r\n // \\baselineskip via \\openup.\r\n\r\n\r\n if (group.addJot) {\r\n depth += jot;\r\n }\r\n\r\n outrow.height = height;\r\n outrow.depth = depth;\r\n totalHeight += height;\r\n outrow.pos = totalHeight;\r\n totalHeight += depth + gap; // \\@yargarraycr\r\n\r\n body[r] = outrow; // Set a position for \\hline(s), if any.\r\n\r\n setHLinePos(hLinesBeforeRow[r + 1]);\r\n }\r\n\r\n var offset = totalHeight / 2 + options.fontMetrics().axisHeight;\r\n var colDescriptions = group.cols || [];\r\n var cols = [];\r\n var colSep;\r\n var colDescrNum;\r\n var tagSpans = [];\r\n\r\n if (group.tags && group.tags.some(tag => tag)) {\r\n // An environment with manual tags and/or automatic equation numbers.\r\n // Create node(s), the latter of which trigger CSS counter increment.\r\n for (r = 0; r < nr; ++r) {\r\n var rw = body[r];\r\n var shift = rw.pos - offset;\r\n var tag = group.tags[r];\r\n var tagSpan = void 0;\r\n\r\n if (tag === true) {\r\n // automatic numbering\r\n tagSpan = buildCommon.makeSpan([\"eqn-num\"], [], options);\r\n } else if (tag === false) {\r\n // \\nonumber/\\notag or starred environment\r\n tagSpan = buildCommon.makeSpan([], [], options);\r\n } else {\r\n // manual \\tag\r\n tagSpan = buildCommon.makeSpan([], buildExpression$1(tag, options, true), options);\r\n }\r\n\r\n tagSpan.depth = rw.depth;\r\n tagSpan.height = rw.height;\r\n tagSpans.push({\r\n type: \"elem\",\r\n elem: tagSpan,\r\n shift\r\n });\r\n }\r\n }\r\n\r\n for (c = 0, colDescrNum = 0; // Continue while either there are more columns or more column\r\n // descriptions, so trailing separators don't get lost.\r\n c < nc || colDescrNum < colDescriptions.length; ++c, ++colDescrNum) {\r\n var colDescr = colDescriptions[colDescrNum] || {};\r\n var firstSeparator = true;\r\n\r\n while (colDescr.type === \"separator\") {\r\n // If there is more than one separator in a row, add a space\r\n // between them.\r\n if (!firstSeparator) {\r\n colSep = buildCommon.makeSpan([\"arraycolsep\"], []);\r\n colSep.style.width = makeEm(options.fontMetrics().doubleRuleSep);\r\n cols.push(colSep);\r\n }\r\n\r\n if (colDescr.separator === \"|\" || colDescr.separator === \":\") {\r\n var lineType = colDescr.separator === \"|\" ? \"solid\" : \"dashed\";\r\n var separator = buildCommon.makeSpan([\"vertical-separator\"], [], options);\r\n separator.style.height = makeEm(totalHeight);\r\n separator.style.borderRightWidth = makeEm(ruleThickness);\r\n separator.style.borderRightStyle = lineType;\r\n separator.style.margin = \"0 \" + makeEm(-ruleThickness / 2);\r\n\r\n var _shift = totalHeight - offset;\r\n\r\n if (_shift) {\r\n separator.style.verticalAlign = makeEm(-_shift);\r\n }\r\n\r\n cols.push(separator);\r\n } else {\r\n throw new ParseError(\"Invalid separator type: \" + colDescr.separator);\r\n }\r\n\r\n colDescrNum++;\r\n colDescr = colDescriptions[colDescrNum] || {};\r\n firstSeparator = false;\r\n }\r\n\r\n if (c >= nc) {\r\n continue;\r\n }\r\n\r\n var sepwidth = void 0;\r\n\r\n if (c > 0 || group.hskipBeforeAndAfter) {\r\n sepwidth = utils.deflt(colDescr.pregap, arraycolsep);\r\n\r\n if (sepwidth !== 0) {\r\n colSep = buildCommon.makeSpan([\"arraycolsep\"], []);\r\n colSep.style.width = makeEm(sepwidth);\r\n cols.push(colSep);\r\n }\r\n }\r\n\r\n var col = [];\r\n\r\n for (r = 0; r < nr; ++r) {\r\n var row = body[r];\r\n var elem = row[c];\r\n\r\n if (!elem) {\r\n continue;\r\n }\r\n\r\n var _shift2 = row.pos - offset;\r\n\r\n elem.depth = row.depth;\r\n elem.height = row.height;\r\n col.push({\r\n type: \"elem\",\r\n elem: elem,\r\n shift: _shift2\r\n });\r\n }\r\n\r\n col = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: col\r\n }, options);\r\n col = buildCommon.makeSpan([\"col-align-\" + (colDescr.align || \"c\")], [col]);\r\n cols.push(col);\r\n\r\n if (c < nc - 1 || group.hskipBeforeAndAfter) {\r\n sepwidth = utils.deflt(colDescr.postgap, arraycolsep);\r\n\r\n if (sepwidth !== 0) {\r\n colSep = buildCommon.makeSpan([\"arraycolsep\"], []);\r\n colSep.style.width = makeEm(sepwidth);\r\n cols.push(colSep);\r\n }\r\n }\r\n }\r\n\r\n body = buildCommon.makeSpan([\"mtable\"], cols); // Add \\hline(s), if any.\r\n\r\n if (hlines.length > 0) {\r\n var line = buildCommon.makeLineSpan(\"hline\", options, ruleThickness);\r\n var dashes = buildCommon.makeLineSpan(\"hdashline\", options, ruleThickness);\r\n var vListElems = [{\r\n type: \"elem\",\r\n elem: body,\r\n shift: 0\r\n }];\r\n\r\n while (hlines.length > 0) {\r\n var hline = hlines.pop();\r\n var lineShift = hline.pos - offset;\r\n\r\n if (hline.isDashed) {\r\n vListElems.push({\r\n type: \"elem\",\r\n elem: dashes,\r\n shift: lineShift\r\n });\r\n } else {\r\n vListElems.push({\r\n type: \"elem\",\r\n elem: line,\r\n shift: lineShift\r\n });\r\n }\r\n }\r\n\r\n body = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: vListElems\r\n }, options);\r\n }\r\n\r\n if (tagSpans.length === 0) {\r\n return buildCommon.makeSpan([\"mord\"], [body], options);\r\n } else {\r\n var eqnNumCol = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: tagSpans\r\n }, options);\r\n eqnNumCol = buildCommon.makeSpan([\"tag\"], [eqnNumCol], options);\r\n return buildCommon.makeFragment([body, eqnNumCol]);\r\n }\r\n};\r\n\r\nvar alignMap = {\r\n c: \"center \",\r\n l: \"left \",\r\n r: \"right \"\r\n};\r\n\r\nvar mathmlBuilder$5 = function mathmlBuilder(group, options) {\r\n var tbl = [];\r\n var glue = new mathMLTree.MathNode(\"mtd\", [], [\"mtr-glue\"]);\r\n var tag = new mathMLTree.MathNode(\"mtd\", [], [\"mml-eqn-num\"]);\r\n\r\n for (var i = 0; i < group.body.length; i++) {\r\n var rw = group.body[i];\r\n var row = [];\r\n\r\n for (var j = 0; j < rw.length; j++) {\r\n row.push(new mathMLTree.MathNode(\"mtd\", [buildGroup(rw[j], options)]));\r\n }\r\n\r\n if (group.tags && group.tags[i]) {\r\n row.unshift(glue);\r\n row.push(glue);\r\n\r\n if (group.leqno) {\r\n row.unshift(tag);\r\n } else {\r\n row.push(tag);\r\n }\r\n }\r\n\r\n tbl.push(new mathMLTree.MathNode(\"mtr\", row));\r\n }\r\n\r\n var table = new mathMLTree.MathNode(\"mtable\", tbl); // Set column alignment, row spacing, column spacing, and\r\n // array lines by setting attributes on the table element.\r\n // Set the row spacing. In MathML, we specify a gap distance.\r\n // We do not use rowGap[] because MathML automatically increases\r\n // cell height with the height/depth of the element content.\r\n // LaTeX \\arraystretch multiplies the row baseline-to-baseline distance.\r\n // We simulate this by adding (arraystretch - 1)em to the gap. This\r\n // does a reasonable job of adjusting arrays containing 1 em tall content.\r\n // The 0.16 and 0.09 values are found empirically. They produce an array\r\n // similar to LaTeX and in which content does not interfere with \\hlines.\r\n\r\n var gap = group.arraystretch === 0.5 ? 0.1 // {smallmatrix}, {subarray}\r\n : 0.16 + group.arraystretch - 1 + (group.addJot ? 0.09 : 0);\r\n table.setAttribute(\"rowspacing\", makeEm(gap)); // MathML table lines go only between cells.\r\n // To place a line on an edge we'll use , if necessary.\r\n\r\n var menclose = \"\";\r\n var align = \"\";\r\n\r\n if (group.cols && group.cols.length > 0) {\r\n // Find column alignment, column spacing, and vertical lines.\r\n var cols = group.cols;\r\n var columnLines = \"\";\r\n var prevTypeWasAlign = false;\r\n var iStart = 0;\r\n var iEnd = cols.length;\r\n\r\n if (cols[0].type === \"separator\") {\r\n menclose += \"top \";\r\n iStart = 1;\r\n }\r\n\r\n if (cols[cols.length - 1].type === \"separator\") {\r\n menclose += \"bottom \";\r\n iEnd -= 1;\r\n }\r\n\r\n for (var _i = iStart; _i < iEnd; _i++) {\r\n if (cols[_i].type === \"align\") {\r\n align += alignMap[cols[_i].align];\r\n\r\n if (prevTypeWasAlign) {\r\n columnLines += \"none \";\r\n }\r\n\r\n prevTypeWasAlign = true;\r\n } else if (cols[_i].type === \"separator\") {\r\n // MathML accepts only single lines between cells.\r\n // So we read only the first of consecutive separators.\r\n if (prevTypeWasAlign) {\r\n columnLines += cols[_i].separator === \"|\" ? \"solid \" : \"dashed \";\r\n prevTypeWasAlign = false;\r\n }\r\n }\r\n }\r\n\r\n table.setAttribute(\"columnalign\", align.trim());\r\n\r\n if (/[sd]/.test(columnLines)) {\r\n table.setAttribute(\"columnlines\", columnLines.trim());\r\n }\r\n } // Set column spacing.\r\n\r\n\r\n if (group.colSeparationType === \"align\") {\r\n var _cols = group.cols || [];\r\n\r\n var spacing = \"\";\r\n\r\n for (var _i2 = 1; _i2 < _cols.length; _i2++) {\r\n spacing += _i2 % 2 ? \"0em \" : \"1em \";\r\n }\r\n\r\n table.setAttribute(\"columnspacing\", spacing.trim());\r\n } else if (group.colSeparationType === \"alignat\" || group.colSeparationType === \"gather\") {\r\n table.setAttribute(\"columnspacing\", \"0em\");\r\n } else if (group.colSeparationType === \"small\") {\r\n table.setAttribute(\"columnspacing\", \"0.2778em\");\r\n } else if (group.colSeparationType === \"CD\") {\r\n table.setAttribute(\"columnspacing\", \"0.5em\");\r\n } else {\r\n table.setAttribute(\"columnspacing\", \"1em\");\r\n } // Address \\hline and \\hdashline\r\n\r\n\r\n var rowLines = \"\";\r\n var hlines = group.hLinesBeforeRow;\r\n menclose += hlines[0].length > 0 ? \"left \" : \"\";\r\n menclose += hlines[hlines.length - 1].length > 0 ? \"right \" : \"\";\r\n\r\n for (var _i3 = 1; _i3 < hlines.length - 1; _i3++) {\r\n rowLines += hlines[_i3].length === 0 ? \"none \" // MathML accepts only a single line between rows. Read one element.\r\n : hlines[_i3][0] ? \"dashed \" : \"solid \";\r\n }\r\n\r\n if (/[sd]/.test(rowLines)) {\r\n table.setAttribute(\"rowlines\", rowLines.trim());\r\n }\r\n\r\n if (menclose !== \"\") {\r\n table = new mathMLTree.MathNode(\"menclose\", [table]);\r\n table.setAttribute(\"notation\", menclose.trim());\r\n }\r\n\r\n if (group.arraystretch && group.arraystretch < 1) {\r\n // A small array. Wrap in scriptstyle so row gap is not too large.\r\n table = new mathMLTree.MathNode(\"mstyle\", [table]);\r\n table.setAttribute(\"scriptlevel\", \"1\");\r\n }\r\n\r\n return table;\r\n}; // Convenience function for align, align*, aligned, alignat, alignat*, alignedat.\r\n\r\n\r\nvar alignedHandler = function alignedHandler(context, args) {\r\n if (context.envName.indexOf(\"ed\") === -1) {\r\n validateAmsEnvironmentContext(context);\r\n }\r\n\r\n var cols = [];\r\n var separationType = context.envName.indexOf(\"at\") > -1 ? \"alignat\" : \"align\";\r\n var isSplit = context.envName === \"split\";\r\n var res = parseArray(context.parser, {\r\n cols,\r\n addJot: true,\r\n autoTag: isSplit ? undefined : getAutoTag(context.envName),\r\n emptySingleRow: true,\r\n colSeparationType: separationType,\r\n maxNumCols: isSplit ? 2 : undefined,\r\n leqno: context.parser.settings.leqno\r\n }, \"display\"); // Determining number of columns.\r\n // 1. If the first argument is given, we use it as a number of columns,\r\n // and makes sure that each row doesn't exceed that number.\r\n // 2. Otherwise, just count number of columns = maximum number\r\n // of cells in each row (\"aligned\" mode -- isAligned will be true).\r\n //\r\n // At the same time, prepend empty group {} at beginning of every second\r\n // cell in each row (starting with second cell) so that operators become\r\n // binary. This behavior is implemented in amsmath's \\start@aligned.\r\n\r\n var numMaths;\r\n var numCols = 0;\r\n var emptyGroup = {\r\n type: \"ordgroup\",\r\n mode: context.mode,\r\n body: []\r\n };\r\n\r\n if (args[0] && args[0].type === \"ordgroup\") {\r\n var arg0 = \"\";\r\n\r\n for (var i = 0; i < args[0].body.length; i++) {\r\n var textord = assertNodeType(args[0].body[i], \"textord\");\r\n arg0 += textord.text;\r\n }\r\n\r\n numMaths = Number(arg0);\r\n numCols = numMaths * 2;\r\n }\r\n\r\n var isAligned = !numCols;\r\n res.body.forEach(function (row) {\r\n for (var _i4 = 1; _i4 < row.length; _i4 += 2) {\r\n // Modify ordgroup node within styling node\r\n var styling = assertNodeType(row[_i4], \"styling\");\r\n var ordgroup = assertNodeType(styling.body[0], \"ordgroup\");\r\n ordgroup.body.unshift(emptyGroup);\r\n }\r\n\r\n if (!isAligned) {\r\n // Case 1\r\n var curMaths = row.length / 2;\r\n\r\n if (numMaths < curMaths) {\r\n throw new ParseError(\"Too many math in a row: \" + (\"expected \" + numMaths + \", but got \" + curMaths), row[0]);\r\n }\r\n } else if (numCols < row.length) {\r\n // Case 2\r\n numCols = row.length;\r\n }\r\n }); // Adjusting alignment.\r\n // In aligned mode, we add one \\qquad between columns;\r\n // otherwise we add nothing.\r\n\r\n for (var _i5 = 0; _i5 < numCols; ++_i5) {\r\n var align = \"r\";\r\n var pregap = 0;\r\n\r\n if (_i5 % 2 === 1) {\r\n align = \"l\";\r\n } else if (_i5 > 0 && isAligned) {\r\n // \"aligned\" mode.\r\n pregap = 1; // add one \\quad\r\n }\r\n\r\n cols[_i5] = {\r\n type: \"align\",\r\n align: align,\r\n pregap: pregap,\r\n postgap: 0\r\n };\r\n }\r\n\r\n res.colSeparationType = isAligned ? \"align\" : \"alignat\";\r\n return res;\r\n}; // Arrays are part of LaTeX, defined in lttab.dtx so its documentation\r\n// is part of the source2e.pdf file of LaTeX2e source documentation.\r\n// {darray} is an {array} environment where cells are set in \\displaystyle,\r\n// as defined in nccmath.sty.\r\n\r\n\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"array\", \"darray\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(context, args) {\r\n // Since no types are specified above, the two possibilities are\r\n // - The argument is wrapped in {} or [], in which case Parser's\r\n // parseGroup() returns an \"ordgroup\" wrapping some symbol node.\r\n // - The argument is a bare symbol node.\r\n var symNode = checkSymbolNodeType(args[0]);\r\n var colalign = symNode ? [args[0]] : assertNodeType(args[0], \"ordgroup\").body;\r\n var cols = colalign.map(function (nde) {\r\n var node = assertSymbolNodeType(nde);\r\n var ca = node.text;\r\n\r\n if (\"lcr\".indexOf(ca) !== -1) {\r\n return {\r\n type: \"align\",\r\n align: ca\r\n };\r\n } else if (ca === \"|\") {\r\n return {\r\n type: \"separator\",\r\n separator: \"|\"\r\n };\r\n } else if (ca === \":\") {\r\n return {\r\n type: \"separator\",\r\n separator: \":\"\r\n };\r\n }\r\n\r\n throw new ParseError(\"Unknown column alignment: \" + ca, nde);\r\n });\r\n var res = {\r\n cols,\r\n hskipBeforeAndAfter: true,\r\n // \\@preamble in lttab.dtx\r\n maxNumCols: cols.length\r\n };\r\n return parseArray(context.parser, res, dCellStyle(context.envName));\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n}); // The matrix environments of amsmath builds on the array environment\r\n// of LaTeX, which is discussed above.\r\n// The mathtools package adds starred versions of the same environments.\r\n// These have an optional argument to choose left|center|right justification.\r\n\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"matrix\", \"pmatrix\", \"bmatrix\", \"Bmatrix\", \"vmatrix\", \"Vmatrix\", \"matrix*\", \"pmatrix*\", \"bmatrix*\", \"Bmatrix*\", \"vmatrix*\", \"Vmatrix*\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(context) {\r\n var delimiters = {\r\n \"matrix\": null,\r\n \"pmatrix\": [\"(\", \")\"],\r\n \"bmatrix\": [\"[\", \"]\"],\r\n \"Bmatrix\": [\"\\\\{\", \"\\\\}\"],\r\n \"vmatrix\": [\"|\", \"|\"],\r\n \"Vmatrix\": [\"\\\\Vert\", \"\\\\Vert\"]\r\n }[context.envName.replace(\"*\", \"\")]; // \\hskip -\\arraycolsep in amsmath\r\n\r\n var colAlign = \"c\";\r\n var payload = {\r\n hskipBeforeAndAfter: false,\r\n cols: [{\r\n type: \"align\",\r\n align: colAlign\r\n }]\r\n };\r\n\r\n if (context.envName.charAt(context.envName.length - 1) === \"*\") {\r\n // It's one of the mathtools starred functions.\r\n // Parse the optional alignment argument.\r\n var parser = context.parser;\r\n parser.consumeSpaces();\r\n\r\n if (parser.fetch().text === \"[\") {\r\n parser.consume();\r\n parser.consumeSpaces();\r\n colAlign = parser.fetch().text;\r\n\r\n if (\"lcr\".indexOf(colAlign) === -1) {\r\n throw new ParseError(\"Expected l or c or r\", parser.nextToken);\r\n }\r\n\r\n parser.consume();\r\n parser.consumeSpaces();\r\n parser.expect(\"]\");\r\n parser.consume();\r\n payload.cols = [{\r\n type: \"align\",\r\n align: colAlign\r\n }];\r\n }\r\n }\r\n\r\n var res = parseArray(context.parser, payload, dCellStyle(context.envName)); // Populate cols with the correct number of column alignment specs.\r\n\r\n var numCols = Math.max(0, ...res.body.map(row => row.length));\r\n res.cols = new Array(numCols).fill({\r\n type: \"align\",\r\n align: colAlign\r\n });\r\n return delimiters ? {\r\n type: \"leftright\",\r\n mode: context.mode,\r\n body: [res],\r\n left: delimiters[0],\r\n right: delimiters[1],\r\n rightColor: undefined // \\right uninfluenced by \\color in array\r\n\r\n } : res;\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n});\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"smallmatrix\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(context) {\r\n var payload = {\r\n arraystretch: 0.5\r\n };\r\n var res = parseArray(context.parser, payload, \"script\");\r\n res.colSeparationType = \"small\";\r\n return res;\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n});\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"subarray\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(context, args) {\r\n // Parsing of {subarray} is similar to {array}\r\n var symNode = checkSymbolNodeType(args[0]);\r\n var colalign = symNode ? [args[0]] : assertNodeType(args[0], \"ordgroup\").body;\r\n var cols = colalign.map(function (nde) {\r\n var node = assertSymbolNodeType(nde);\r\n var ca = node.text; // {subarray} only recognizes \"l\" & \"c\"\r\n\r\n if (\"lc\".indexOf(ca) !== -1) {\r\n return {\r\n type: \"align\",\r\n align: ca\r\n };\r\n }\r\n\r\n throw new ParseError(\"Unknown column alignment: \" + ca, nde);\r\n });\r\n\r\n if (cols.length > 1) {\r\n throw new ParseError(\"{subarray} can contain only one column\");\r\n }\r\n\r\n var res = {\r\n cols,\r\n hskipBeforeAndAfter: false,\r\n arraystretch: 0.5\r\n };\r\n res = parseArray(context.parser, res, \"script\");\r\n\r\n if (res.body.length > 0 && res.body[0].length > 1) {\r\n throw new ParseError(\"{subarray} can contain only one column\");\r\n }\r\n\r\n return res;\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n}); // A cases environment (in amsmath.sty) is almost equivalent to\r\n// \\def\\arraystretch{1.2}%\r\n// \\left\\{\\begin{array}{@{}l@{\\quad}l@{}} … \\end{array}\\right.\r\n// {dcases} is a {cases} environment where cells are set in \\displaystyle,\r\n// as defined in mathtools.sty.\r\n// {rcases} is another mathtools environment. It's brace is on the right side.\r\n\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"cases\", \"dcases\", \"rcases\", \"drcases\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(context) {\r\n var payload = {\r\n arraystretch: 1.2,\r\n cols: [{\r\n type: \"align\",\r\n align: \"l\",\r\n pregap: 0,\r\n // TODO(kevinb) get the current style.\r\n // For now we use the metrics for TEXT style which is what we were\r\n // doing before. Before attempting to get the current style we\r\n // should look at TeX's behavior especially for \\over and matrices.\r\n postgap: 1.0\r\n /* 1em quad */\r\n\r\n }, {\r\n type: \"align\",\r\n align: \"l\",\r\n pregap: 0,\r\n postgap: 0\r\n }]\r\n };\r\n var res = parseArray(context.parser, payload, dCellStyle(context.envName));\r\n return {\r\n type: \"leftright\",\r\n mode: context.mode,\r\n body: [res],\r\n left: context.envName.indexOf(\"r\") > -1 ? \".\" : \"\\\\{\",\r\n right: context.envName.indexOf(\"r\") > -1 ? \"\\\\}\" : \".\",\r\n rightColor: undefined\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n}); // In the align environment, one uses ampersands, &, to specify number of\r\n// columns in each row, and to locate spacing between each column.\r\n// align gets automatic numbering. align* and aligned do not.\r\n// The alignedat environment can be used in math mode.\r\n// Note that we assume \\nomallineskiplimit to be zero,\r\n// so that \\strut@ is the same as \\strut.\r\n\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"align\", \"align*\", \"aligned\", \"split\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n handler: alignedHandler,\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n}); // A gathered environment is like an array environment with one centered\r\n// column, but where rows are considered lines so get \\jot line spacing\r\n// and contents are set in \\displaystyle.\r\n\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"gathered\", \"gather\", \"gather*\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(context) {\r\n if (utils.contains([\"gather\", \"gather*\"], context.envName)) {\r\n validateAmsEnvironmentContext(context);\r\n }\r\n\r\n var res = {\r\n cols: [{\r\n type: \"align\",\r\n align: \"c\"\r\n }],\r\n addJot: true,\r\n colSeparationType: \"gather\",\r\n autoTag: getAutoTag(context.envName),\r\n emptySingleRow: true,\r\n leqno: context.parser.settings.leqno\r\n };\r\n return parseArray(context.parser, res, \"display\");\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n}); // alignat environment is like an align environment, but one must explicitly\r\n// specify maximum number of columns in each row, and can adjust spacing between\r\n// each columns.\r\n\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"alignat\", \"alignat*\", \"alignedat\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n handler: alignedHandler,\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n});\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"equation\", \"equation*\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(context) {\r\n validateAmsEnvironmentContext(context);\r\n var res = {\r\n autoTag: getAutoTag(context.envName),\r\n emptySingleRow: true,\r\n singleRow: true,\r\n maxNumCols: 1,\r\n leqno: context.parser.settings.leqno\r\n };\r\n return parseArray(context.parser, res, \"display\");\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n});\r\ndefineEnvironment({\r\n type: \"array\",\r\n names: [\"CD\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(context) {\r\n validateAmsEnvironmentContext(context);\r\n return parseCD(context.parser);\r\n },\r\n\r\n htmlBuilder: htmlBuilder$6,\r\n mathmlBuilder: mathmlBuilder$5\r\n});\r\ndefineMacro(\"\\\\nonumber\", \"\\\\gdef\\\\@eqnsw{0}\");\r\ndefineMacro(\"\\\\notag\", \"\\\\nonumber\"); // Catch \\hline outside array environment\r\n\r\ndefineFunction({\r\n type: \"text\",\r\n // Doesn't matter what this is.\r\n names: [\"\\\\hline\", \"\\\\hdashline\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n allowedInMath: true\r\n },\r\n\r\n handler(context, args) {\r\n throw new ParseError(context.funcName + \" valid only within array environment\");\r\n }\r\n\r\n});\r\n\r\nvar environments = _environments;\r\n\r\n// defineEnvironment definitions.\r\n\r\ndefineFunction({\r\n type: \"environment\",\r\n names: [\"\\\\begin\", \"\\\\end\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"text\"]\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var nameGroup = args[0];\r\n\r\n if (nameGroup.type !== \"ordgroup\") {\r\n throw new ParseError(\"Invalid environment name\", nameGroup);\r\n }\r\n\r\n var envName = \"\";\r\n\r\n for (var i = 0; i < nameGroup.body.length; ++i) {\r\n envName += assertNodeType(nameGroup.body[i], \"textord\").text;\r\n }\r\n\r\n if (funcName === \"\\\\begin\") {\r\n // begin...end is similar to left...right\r\n if (!environments.hasOwnProperty(envName)) {\r\n throw new ParseError(\"No such environment: \" + envName, nameGroup);\r\n } // Build the environment object. Arguments and other information will\r\n // be made available to the begin and end methods using properties.\r\n\r\n\r\n var env = environments[envName];\r\n var {\r\n args: _args,\r\n optArgs\r\n } = parser.parseArguments(\"\\\\begin{\" + envName + \"}\", env);\r\n var context = {\r\n mode: parser.mode,\r\n envName,\r\n parser\r\n };\r\n var result = env.handler(context, _args, optArgs);\r\n parser.expect(\"\\\\end\", false);\r\n var endNameToken = parser.nextToken;\r\n var end = assertNodeType(parser.parseFunction(), \"environment\");\r\n\r\n if (end.name !== envName) {\r\n throw new ParseError(\"Mismatch: \\\\begin{\" + envName + \"} matched by \\\\end{\" + end.name + \"}\", endNameToken);\r\n } // $FlowFixMe, \"environment\" handler returns an environment ParseNode\r\n\r\n\r\n return result;\r\n }\r\n\r\n return {\r\n type: \"environment\",\r\n mode: parser.mode,\r\n name: envName,\r\n nameGroup\r\n };\r\n }\r\n\r\n});\r\n\r\n// TODO(kevinb): implement \\\\sl and \\\\sc\r\n\r\nvar htmlBuilder$5 = (group, options) => {\r\n var font = group.font;\r\n var newOptions = options.withFont(font);\r\n return buildGroup$1(group.body, newOptions);\r\n};\r\n\r\nvar mathmlBuilder$4 = (group, options) => {\r\n var font = group.font;\r\n var newOptions = options.withFont(font);\r\n return buildGroup(group.body, newOptions);\r\n};\r\n\r\nvar fontAliases = {\r\n \"\\\\Bbb\": \"\\\\mathbb\",\r\n \"\\\\bold\": \"\\\\mathbf\",\r\n \"\\\\frak\": \"\\\\mathfrak\",\r\n \"\\\\bm\": \"\\\\boldsymbol\"\r\n};\r\ndefineFunction({\r\n type: \"font\",\r\n names: [// styles, except \\boldsymbol defined below\r\n \"\\\\mathrm\", \"\\\\mathit\", \"\\\\mathbf\", \"\\\\mathnormal\", // families\r\n \"\\\\mathbb\", \"\\\\mathcal\", \"\\\\mathfrak\", \"\\\\mathscr\", \"\\\\mathsf\", \"\\\\mathtt\", // aliases, except \\bm defined below\r\n \"\\\\Bbb\", \"\\\\bold\", \"\\\\frak\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInArgument: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var body = normalizeArgument(args[0]);\r\n var func = funcName;\r\n\r\n if (func in fontAliases) {\r\n func = fontAliases[func];\r\n }\r\n\r\n return {\r\n type: \"font\",\r\n mode: parser.mode,\r\n font: func.slice(1),\r\n body\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$5,\r\n mathmlBuilder: mathmlBuilder$4\r\n});\r\ndefineFunction({\r\n type: \"mclass\",\r\n names: [\"\\\\boldsymbol\", \"\\\\bm\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n handler: (_ref2, args) => {\r\n var {\r\n parser\r\n } = _ref2;\r\n var body = args[0];\r\n var isCharacterBox = utils.isCharacterBox(body); // amsbsy.sty's \\boldsymbol uses \\binrel spacing to inherit the\r\n // argument's bin|rel|ord status\r\n\r\n return {\r\n type: \"mclass\",\r\n mode: parser.mode,\r\n mclass: binrelClass(body),\r\n body: [{\r\n type: \"font\",\r\n mode: parser.mode,\r\n font: \"boldsymbol\",\r\n body\r\n }],\r\n isCharacterBox: isCharacterBox\r\n };\r\n }\r\n}); // Old font changing functions\r\n\r\ndefineFunction({\r\n type: \"font\",\r\n names: [\"\\\\rm\", \"\\\\sf\", \"\\\\tt\", \"\\\\bf\", \"\\\\it\", \"\\\\cal\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true\r\n },\r\n handler: (_ref3, args) => {\r\n var {\r\n parser,\r\n funcName,\r\n breakOnTokenText\r\n } = _ref3;\r\n var {\r\n mode\r\n } = parser;\r\n var body = parser.parseExpression(true, breakOnTokenText);\r\n var style = \"math\" + funcName.slice(1);\r\n return {\r\n type: \"font\",\r\n mode: mode,\r\n font: style,\r\n body: {\r\n type: \"ordgroup\",\r\n mode: parser.mode,\r\n body\r\n }\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$5,\r\n mathmlBuilder: mathmlBuilder$4\r\n});\r\n\r\nvar adjustStyle = (size, originalStyle) => {\r\n // Figure out what style this fraction should be in based on the\r\n // function used\r\n var style = originalStyle;\r\n\r\n if (size === \"display\") {\r\n // Get display style as a default.\r\n // If incoming style is sub/sup, use style.text() to get correct size.\r\n style = style.id >= Style$1.SCRIPT.id ? style.text() : Style$1.DISPLAY;\r\n } else if (size === \"text\" && style.size === Style$1.DISPLAY.size) {\r\n // We're in a \\tfrac but incoming style is displaystyle, so:\r\n style = Style$1.TEXT;\r\n } else if (size === \"script\") {\r\n style = Style$1.SCRIPT;\r\n } else if (size === \"scriptscript\") {\r\n style = Style$1.SCRIPTSCRIPT;\r\n }\r\n\r\n return style;\r\n};\r\n\r\nvar htmlBuilder$4 = (group, options) => {\r\n // Fractions are handled in the TeXbook on pages 444-445, rules 15(a-e).\r\n var style = adjustStyle(group.size, options.style);\r\n var nstyle = style.fracNum();\r\n var dstyle = style.fracDen();\r\n var newOptions;\r\n newOptions = options.havingStyle(nstyle);\r\n var numerm = buildGroup$1(group.numer, newOptions, options);\r\n\r\n if (group.continued) {\r\n // \\cfrac inserts a \\strut into the numerator.\r\n // Get \\strut dimensions from TeXbook page 353.\r\n var hStrut = 8.5 / options.fontMetrics().ptPerEm;\r\n var dStrut = 3.5 / options.fontMetrics().ptPerEm;\r\n numerm.height = numerm.height < hStrut ? hStrut : numerm.height;\r\n numerm.depth = numerm.depth < dStrut ? dStrut : numerm.depth;\r\n }\r\n\r\n newOptions = options.havingStyle(dstyle);\r\n var denomm = buildGroup$1(group.denom, newOptions, options);\r\n var rule;\r\n var ruleWidth;\r\n var ruleSpacing;\r\n\r\n if (group.hasBarLine) {\r\n if (group.barSize) {\r\n ruleWidth = calculateSize(group.barSize, options);\r\n rule = buildCommon.makeLineSpan(\"frac-line\", options, ruleWidth);\r\n } else {\r\n rule = buildCommon.makeLineSpan(\"frac-line\", options);\r\n }\r\n\r\n ruleWidth = rule.height;\r\n ruleSpacing = rule.height;\r\n } else {\r\n rule = null;\r\n ruleWidth = 0;\r\n ruleSpacing = options.fontMetrics().defaultRuleThickness;\r\n } // Rule 15b\r\n\r\n\r\n var numShift;\r\n var clearance;\r\n var denomShift;\r\n\r\n if (style.size === Style$1.DISPLAY.size || group.size === \"display\") {\r\n numShift = options.fontMetrics().num1;\r\n\r\n if (ruleWidth > 0) {\r\n clearance = 3 * ruleSpacing;\r\n } else {\r\n clearance = 7 * ruleSpacing;\r\n }\r\n\r\n denomShift = options.fontMetrics().denom1;\r\n } else {\r\n if (ruleWidth > 0) {\r\n numShift = options.fontMetrics().num2;\r\n clearance = ruleSpacing;\r\n } else {\r\n numShift = options.fontMetrics().num3;\r\n clearance = 3 * ruleSpacing;\r\n }\r\n\r\n denomShift = options.fontMetrics().denom2;\r\n }\r\n\r\n var frac;\r\n\r\n if (!rule) {\r\n // Rule 15c\r\n var candidateClearance = numShift - numerm.depth - (denomm.height - denomShift);\r\n\r\n if (candidateClearance < clearance) {\r\n numShift += 0.5 * (clearance - candidateClearance);\r\n denomShift += 0.5 * (clearance - candidateClearance);\r\n }\r\n\r\n frac = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [{\r\n type: \"elem\",\r\n elem: denomm,\r\n shift: denomShift\r\n }, {\r\n type: \"elem\",\r\n elem: numerm,\r\n shift: -numShift\r\n }]\r\n }, options);\r\n } else {\r\n // Rule 15d\r\n var axisHeight = options.fontMetrics().axisHeight;\r\n\r\n if (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth) < clearance) {\r\n numShift += clearance - (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth));\r\n }\r\n\r\n if (axisHeight - 0.5 * ruleWidth - (denomm.height - denomShift) < clearance) {\r\n denomShift += clearance - (axisHeight - 0.5 * ruleWidth - (denomm.height - denomShift));\r\n }\r\n\r\n var midShift = -(axisHeight - 0.5 * ruleWidth);\r\n frac = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [{\r\n type: \"elem\",\r\n elem: denomm,\r\n shift: denomShift\r\n }, {\r\n type: \"elem\",\r\n elem: rule,\r\n shift: midShift\r\n }, {\r\n type: \"elem\",\r\n elem: numerm,\r\n shift: -numShift\r\n }]\r\n }, options);\r\n } // Since we manually change the style sometimes (with \\dfrac or \\tfrac),\r\n // account for the possible size change here.\r\n\r\n\r\n newOptions = options.havingStyle(style);\r\n frac.height *= newOptions.sizeMultiplier / options.sizeMultiplier;\r\n frac.depth *= newOptions.sizeMultiplier / options.sizeMultiplier; // Rule 15e\r\n\r\n var delimSize;\r\n\r\n if (style.size === Style$1.DISPLAY.size) {\r\n delimSize = options.fontMetrics().delim1;\r\n } else if (style.size === Style$1.SCRIPTSCRIPT.size) {\r\n delimSize = options.havingStyle(Style$1.SCRIPT).fontMetrics().delim2;\r\n } else {\r\n delimSize = options.fontMetrics().delim2;\r\n }\r\n\r\n var leftDelim;\r\n var rightDelim;\r\n\r\n if (group.leftDelim == null) {\r\n leftDelim = makeNullDelimiter(options, [\"mopen\"]);\r\n } else {\r\n leftDelim = delimiter.customSizedDelim(group.leftDelim, delimSize, true, options.havingStyle(style), group.mode, [\"mopen\"]);\r\n }\r\n\r\n if (group.continued) {\r\n rightDelim = buildCommon.makeSpan([]); // zero width for \\cfrac\r\n } else if (group.rightDelim == null) {\r\n rightDelim = makeNullDelimiter(options, [\"mclose\"]);\r\n } else {\r\n rightDelim = delimiter.customSizedDelim(group.rightDelim, delimSize, true, options.havingStyle(style), group.mode, [\"mclose\"]);\r\n }\r\n\r\n return buildCommon.makeSpan([\"mord\"].concat(newOptions.sizingClasses(options)), [leftDelim, buildCommon.makeSpan([\"mfrac\"], [frac]), rightDelim], options);\r\n};\r\n\r\nvar mathmlBuilder$3 = (group, options) => {\r\n var node = new mathMLTree.MathNode(\"mfrac\", [buildGroup(group.numer, options), buildGroup(group.denom, options)]);\r\n\r\n if (!group.hasBarLine) {\r\n node.setAttribute(\"linethickness\", \"0px\");\r\n } else if (group.barSize) {\r\n var ruleWidth = calculateSize(group.barSize, options);\r\n node.setAttribute(\"linethickness\", makeEm(ruleWidth));\r\n }\r\n\r\n var style = adjustStyle(group.size, options.style);\r\n\r\n if (style.size !== options.style.size) {\r\n node = new mathMLTree.MathNode(\"mstyle\", [node]);\r\n var isDisplay = style.size === Style$1.DISPLAY.size ? \"true\" : \"false\";\r\n node.setAttribute(\"displaystyle\", isDisplay);\r\n node.setAttribute(\"scriptlevel\", \"0\");\r\n }\r\n\r\n if (group.leftDelim != null || group.rightDelim != null) {\r\n var withDelims = [];\r\n\r\n if (group.leftDelim != null) {\r\n var leftOp = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(group.leftDelim.replace(\"\\\\\", \"\"))]);\r\n leftOp.setAttribute(\"fence\", \"true\");\r\n withDelims.push(leftOp);\r\n }\r\n\r\n withDelims.push(node);\r\n\r\n if (group.rightDelim != null) {\r\n var rightOp = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(group.rightDelim.replace(\"\\\\\", \"\"))]);\r\n rightOp.setAttribute(\"fence\", \"true\");\r\n withDelims.push(rightOp);\r\n }\r\n\r\n return makeRow(withDelims);\r\n }\r\n\r\n return node;\r\n};\r\n\r\ndefineFunction({\r\n type: \"genfrac\",\r\n names: [\"\\\\dfrac\", \"\\\\frac\", \"\\\\tfrac\", \"\\\\dbinom\", \"\\\\binom\", \"\\\\tbinom\", \"\\\\\\\\atopfrac\", // can’t be entered directly\r\n \"\\\\\\\\bracefrac\", \"\\\\\\\\brackfrac\" // ditto\r\n ],\r\n props: {\r\n numArgs: 2,\r\n allowedInArgument: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var numer = args[0];\r\n var denom = args[1];\r\n var hasBarLine;\r\n var leftDelim = null;\r\n var rightDelim = null;\r\n var size = \"auto\";\r\n\r\n switch (funcName) {\r\n case \"\\\\dfrac\":\r\n case \"\\\\frac\":\r\n case \"\\\\tfrac\":\r\n hasBarLine = true;\r\n break;\r\n\r\n case \"\\\\\\\\atopfrac\":\r\n hasBarLine = false;\r\n break;\r\n\r\n case \"\\\\dbinom\":\r\n case \"\\\\binom\":\r\n case \"\\\\tbinom\":\r\n hasBarLine = false;\r\n leftDelim = \"(\";\r\n rightDelim = \")\";\r\n break;\r\n\r\n case \"\\\\\\\\bracefrac\":\r\n hasBarLine = false;\r\n leftDelim = \"\\\\{\";\r\n rightDelim = \"\\\\}\";\r\n break;\r\n\r\n case \"\\\\\\\\brackfrac\":\r\n hasBarLine = false;\r\n leftDelim = \"[\";\r\n rightDelim = \"]\";\r\n break;\r\n\r\n default:\r\n throw new Error(\"Unrecognized genfrac command\");\r\n }\r\n\r\n switch (funcName) {\r\n case \"\\\\dfrac\":\r\n case \"\\\\dbinom\":\r\n size = \"display\";\r\n break;\r\n\r\n case \"\\\\tfrac\":\r\n case \"\\\\tbinom\":\r\n size = \"text\";\r\n break;\r\n }\r\n\r\n return {\r\n type: \"genfrac\",\r\n mode: parser.mode,\r\n continued: false,\r\n numer,\r\n denom,\r\n hasBarLine,\r\n leftDelim,\r\n rightDelim,\r\n size,\r\n barSize: null\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$4,\r\n mathmlBuilder: mathmlBuilder$3\r\n});\r\ndefineFunction({\r\n type: \"genfrac\",\r\n names: [\"\\\\cfrac\"],\r\n props: {\r\n numArgs: 2\r\n },\r\n handler: (_ref2, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref2;\r\n var numer = args[0];\r\n var denom = args[1];\r\n return {\r\n type: \"genfrac\",\r\n mode: parser.mode,\r\n continued: true,\r\n numer,\r\n denom,\r\n hasBarLine: true,\r\n leftDelim: null,\r\n rightDelim: null,\r\n size: \"display\",\r\n barSize: null\r\n };\r\n }\r\n}); // Infix generalized fractions -- these are not rendered directly, but replaced\r\n// immediately by one of the variants above.\r\n\r\ndefineFunction({\r\n type: \"infix\",\r\n names: [\"\\\\over\", \"\\\\choose\", \"\\\\atop\", \"\\\\brace\", \"\\\\brack\"],\r\n props: {\r\n numArgs: 0,\r\n infix: true\r\n },\r\n\r\n handler(_ref3) {\r\n var {\r\n parser,\r\n funcName,\r\n token\r\n } = _ref3;\r\n var replaceWith;\r\n\r\n switch (funcName) {\r\n case \"\\\\over\":\r\n replaceWith = \"\\\\frac\";\r\n break;\r\n\r\n case \"\\\\choose\":\r\n replaceWith = \"\\\\binom\";\r\n break;\r\n\r\n case \"\\\\atop\":\r\n replaceWith = \"\\\\\\\\atopfrac\";\r\n break;\r\n\r\n case \"\\\\brace\":\r\n replaceWith = \"\\\\\\\\bracefrac\";\r\n break;\r\n\r\n case \"\\\\brack\":\r\n replaceWith = \"\\\\\\\\brackfrac\";\r\n break;\r\n\r\n default:\r\n throw new Error(\"Unrecognized infix genfrac command\");\r\n }\r\n\r\n return {\r\n type: \"infix\",\r\n mode: parser.mode,\r\n replaceWith,\r\n token\r\n };\r\n }\r\n\r\n});\r\nvar stylArray = [\"display\", \"text\", \"script\", \"scriptscript\"];\r\n\r\nvar delimFromValue = function delimFromValue(delimString) {\r\n var delim = null;\r\n\r\n if (delimString.length > 0) {\r\n delim = delimString;\r\n delim = delim === \".\" ? null : delim;\r\n }\r\n\r\n return delim;\r\n};\r\n\r\ndefineFunction({\r\n type: \"genfrac\",\r\n names: [\"\\\\genfrac\"],\r\n props: {\r\n numArgs: 6,\r\n allowedInArgument: true,\r\n argTypes: [\"math\", \"math\", \"size\", \"text\", \"math\", \"math\"]\r\n },\r\n\r\n handler(_ref4, args) {\r\n var {\r\n parser\r\n } = _ref4;\r\n var numer = args[4];\r\n var denom = args[5]; // Look into the parse nodes to get the desired delimiters.\r\n\r\n var leftNode = normalizeArgument(args[0]);\r\n var leftDelim = leftNode.type === \"atom\" && leftNode.family === \"open\" ? delimFromValue(leftNode.text) : null;\r\n var rightNode = normalizeArgument(args[1]);\r\n var rightDelim = rightNode.type === \"atom\" && rightNode.family === \"close\" ? delimFromValue(rightNode.text) : null;\r\n var barNode = assertNodeType(args[2], \"size\");\r\n var hasBarLine;\r\n var barSize = null;\r\n\r\n if (barNode.isBlank) {\r\n // \\genfrac acts differently than \\above.\r\n // \\genfrac treats an empty size group as a signal to use a\r\n // standard bar size. \\above would see size = 0 and omit the bar.\r\n hasBarLine = true;\r\n } else {\r\n barSize = barNode.value;\r\n hasBarLine = barSize.number > 0;\r\n } // Find out if we want displaystyle, textstyle, etc.\r\n\r\n\r\n var size = \"auto\";\r\n var styl = args[3];\r\n\r\n if (styl.type === \"ordgroup\") {\r\n if (styl.body.length > 0) {\r\n var textOrd = assertNodeType(styl.body[0], \"textord\");\r\n size = stylArray[Number(textOrd.text)];\r\n }\r\n } else {\r\n styl = assertNodeType(styl, \"textord\");\r\n size = stylArray[Number(styl.text)];\r\n }\r\n\r\n return {\r\n type: \"genfrac\",\r\n mode: parser.mode,\r\n numer,\r\n denom,\r\n continued: false,\r\n hasBarLine,\r\n barSize,\r\n leftDelim,\r\n rightDelim,\r\n size\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$4,\r\n mathmlBuilder: mathmlBuilder$3\r\n}); // \\above is an infix fraction that also defines a fraction bar size.\r\n\r\ndefineFunction({\r\n type: \"infix\",\r\n names: [\"\\\\above\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"size\"],\r\n infix: true\r\n },\r\n\r\n handler(_ref5, args) {\r\n var {\r\n parser,\r\n funcName,\r\n token\r\n } = _ref5;\r\n return {\r\n type: \"infix\",\r\n mode: parser.mode,\r\n replaceWith: \"\\\\\\\\abovefrac\",\r\n size: assertNodeType(args[0], \"size\").value,\r\n token\r\n };\r\n }\r\n\r\n});\r\ndefineFunction({\r\n type: \"genfrac\",\r\n names: [\"\\\\\\\\abovefrac\"],\r\n props: {\r\n numArgs: 3,\r\n argTypes: [\"math\", \"size\", \"math\"]\r\n },\r\n handler: (_ref6, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref6;\r\n var numer = args[0];\r\n var barSize = assert(assertNodeType(args[1], \"infix\").size);\r\n var denom = args[2];\r\n var hasBarLine = barSize.number > 0;\r\n return {\r\n type: \"genfrac\",\r\n mode: parser.mode,\r\n numer,\r\n denom,\r\n continued: false,\r\n hasBarLine,\r\n barSize,\r\n leftDelim: null,\r\n rightDelim: null,\r\n size: \"auto\"\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$4,\r\n mathmlBuilder: mathmlBuilder$3\r\n});\r\n\r\n// NOTE: Unlike most `htmlBuilder`s, this one handles not only \"horizBrace\", but\r\n// also \"supsub\" since an over/underbrace can affect super/subscripting.\r\nvar htmlBuilder$3 = (grp, options) => {\r\n var style = options.style; // Pull out the `ParseNode<\"horizBrace\">` if `grp` is a \"supsub\" node.\r\n\r\n var supSubGroup;\r\n var group;\r\n\r\n if (grp.type === \"supsub\") {\r\n // Ref: LaTeX source2e: }}}}\\limits}\r\n // i.e. LaTeX treats the brace similar to an op and passes it\r\n // with \\limits, so we need to assign supsub style.\r\n supSubGroup = grp.sup ? buildGroup$1(grp.sup, options.havingStyle(style.sup()), options) : buildGroup$1(grp.sub, options.havingStyle(style.sub()), options);\r\n group = assertNodeType(grp.base, \"horizBrace\");\r\n } else {\r\n group = assertNodeType(grp, \"horizBrace\");\r\n } // Build the base group\r\n\r\n\r\n var body = buildGroup$1(group.base, options.havingBaseStyle(Style$1.DISPLAY)); // Create the stretchy element\r\n\r\n var braceBody = stretchy.svgSpan(group, options); // Generate the vlist, with the appropriate kerns ┏━━━━━━━━┓\r\n // This first vlist contains the content and the brace: equation\r\n\r\n var vlist;\r\n\r\n if (group.isOver) {\r\n vlist = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: body\r\n }, {\r\n type: \"kern\",\r\n size: 0.1\r\n }, {\r\n type: \"elem\",\r\n elem: braceBody\r\n }]\r\n }, options); // $FlowFixMe: Replace this with passing \"svg-align\" into makeVList.\r\n\r\n vlist.children[0].children[0].children[1].classes.push(\"svg-align\");\r\n } else {\r\n vlist = buildCommon.makeVList({\r\n positionType: \"bottom\",\r\n positionData: body.depth + 0.1 + braceBody.height,\r\n children: [{\r\n type: \"elem\",\r\n elem: braceBody\r\n }, {\r\n type: \"kern\",\r\n size: 0.1\r\n }, {\r\n type: \"elem\",\r\n elem: body\r\n }]\r\n }, options); // $FlowFixMe: Replace this with passing \"svg-align\" into makeVList.\r\n\r\n vlist.children[0].children[0].children[0].classes.push(\"svg-align\");\r\n }\r\n\r\n if (supSubGroup) {\r\n // To write the supsub, wrap the first vlist in another vlist:\r\n // They can't all go in the same vlist, because the note might be\r\n // wider than the equation. We want the equation to control the\r\n // brace width.\r\n // note long note long note\r\n // ┏━━━━━━━━┓ or ┏━━━┓ not ┏━━━━━━━━━┓\r\n // equation eqn eqn\r\n var vSpan = buildCommon.makeSpan([\"mord\", group.isOver ? \"mover\" : \"munder\"], [vlist], options);\r\n\r\n if (group.isOver) {\r\n vlist = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: vSpan\r\n }, {\r\n type: \"kern\",\r\n size: 0.2\r\n }, {\r\n type: \"elem\",\r\n elem: supSubGroup\r\n }]\r\n }, options);\r\n } else {\r\n vlist = buildCommon.makeVList({\r\n positionType: \"bottom\",\r\n positionData: vSpan.depth + 0.2 + supSubGroup.height + supSubGroup.depth,\r\n children: [{\r\n type: \"elem\",\r\n elem: supSubGroup\r\n }, {\r\n type: \"kern\",\r\n size: 0.2\r\n }, {\r\n type: \"elem\",\r\n elem: vSpan\r\n }]\r\n }, options);\r\n }\r\n }\r\n\r\n return buildCommon.makeSpan([\"mord\", group.isOver ? \"mover\" : \"munder\"], [vlist], options);\r\n};\r\n\r\nvar mathmlBuilder$2 = (group, options) => {\r\n var accentNode = stretchy.mathMLnode(group.label);\r\n return new mathMLTree.MathNode(group.isOver ? \"mover\" : \"munder\", [buildGroup(group.base, options), accentNode]);\r\n}; // Horizontal stretchy braces\r\n\r\n\r\ndefineFunction({\r\n type: \"horizBrace\",\r\n names: [\"\\\\overbrace\", \"\\\\underbrace\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n return {\r\n type: \"horizBrace\",\r\n mode: parser.mode,\r\n label: funcName,\r\n isOver: /^\\\\over/.test(funcName),\r\n base: args[0]\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$3,\r\n mathmlBuilder: mathmlBuilder$2\r\n});\r\n\r\ndefineFunction({\r\n type: \"href\",\r\n names: [\"\\\\href\"],\r\n props: {\r\n numArgs: 2,\r\n argTypes: [\"url\", \"original\"],\r\n allowedInText: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser\r\n } = _ref;\r\n var body = args[1];\r\n var href = assertNodeType(args[0], \"url\").url;\r\n\r\n if (!parser.settings.isTrusted({\r\n command: \"\\\\href\",\r\n url: href\r\n })) {\r\n return parser.formatUnsupportedCmd(\"\\\\href\");\r\n }\r\n\r\n return {\r\n type: \"href\",\r\n mode: parser.mode,\r\n href,\r\n body: ordargument(body)\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var elements = buildExpression$1(group.body, options, false);\r\n return buildCommon.makeAnchor(group.href, [], elements, options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var math = buildExpressionRow(group.body, options);\r\n\r\n if (!(math instanceof MathNode)) {\r\n math = new MathNode(\"mrow\", [math]);\r\n }\r\n\r\n math.setAttribute(\"href\", group.href);\r\n return math;\r\n }\r\n});\r\ndefineFunction({\r\n type: \"href\",\r\n names: [\"\\\\url\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"url\"],\r\n allowedInText: true\r\n },\r\n handler: (_ref2, args) => {\r\n var {\r\n parser\r\n } = _ref2;\r\n var href = assertNodeType(args[0], \"url\").url;\r\n\r\n if (!parser.settings.isTrusted({\r\n command: \"\\\\url\",\r\n url: href\r\n })) {\r\n return parser.formatUnsupportedCmd(\"\\\\url\");\r\n }\r\n\r\n var chars = [];\r\n\r\n for (var i = 0; i < href.length; i++) {\r\n var c = href[i];\r\n\r\n if (c === \"~\") {\r\n c = \"\\\\textasciitilde\";\r\n }\r\n\r\n chars.push({\r\n type: \"textord\",\r\n mode: \"text\",\r\n text: c\r\n });\r\n }\r\n\r\n var body = {\r\n type: \"text\",\r\n mode: parser.mode,\r\n font: \"\\\\texttt\",\r\n body: chars\r\n };\r\n return {\r\n type: \"href\",\r\n mode: parser.mode,\r\n href,\r\n body: ordargument(body)\r\n };\r\n }\r\n});\r\n\r\n// In LaTeX, \\vcenter can act only on a box, as in\r\n// \\vcenter{\\hbox{$\\frac{a+b}{\\dfrac{c}{d}}$}}\r\n// This function by itself doesn't do anything but prevent a soft line break.\r\n\r\ndefineFunction({\r\n type: \"hbox\",\r\n names: [\"\\\\hbox\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"text\"],\r\n allowedInText: true,\r\n primitive: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"hbox\",\r\n mode: parser.mode,\r\n body: ordargument(args[0])\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var elements = buildExpression$1(group.body, options, false);\r\n return buildCommon.makeFragment(elements);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n return new mathMLTree.MathNode(\"mrow\", buildExpression(group.body, options));\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"html\",\r\n names: [\"\\\\htmlClass\", \"\\\\htmlId\", \"\\\\htmlStyle\", \"\\\\htmlData\"],\r\n props: {\r\n numArgs: 2,\r\n argTypes: [\"raw\", \"original\"],\r\n allowedInText: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName,\r\n token\r\n } = _ref;\r\n var value = assertNodeType(args[0], \"raw\").string;\r\n var body = args[1];\r\n\r\n if (parser.settings.strict) {\r\n parser.settings.reportNonstrict(\"htmlExtension\", \"HTML extension is disabled on strict mode\");\r\n }\r\n\r\n var trustContext;\r\n var attributes = {};\r\n\r\n switch (funcName) {\r\n case \"\\\\htmlClass\":\r\n attributes.class = value;\r\n trustContext = {\r\n command: \"\\\\htmlClass\",\r\n class: value\r\n };\r\n break;\r\n\r\n case \"\\\\htmlId\":\r\n attributes.id = value;\r\n trustContext = {\r\n command: \"\\\\htmlId\",\r\n id: value\r\n };\r\n break;\r\n\r\n case \"\\\\htmlStyle\":\r\n attributes.style = value;\r\n trustContext = {\r\n command: \"\\\\htmlStyle\",\r\n style: value\r\n };\r\n break;\r\n\r\n case \"\\\\htmlData\":\r\n {\r\n var data = value.split(\",\");\r\n\r\n for (var i = 0; i < data.length; i++) {\r\n var keyVal = data[i].split(\"=\");\r\n\r\n if (keyVal.length !== 2) {\r\n throw new ParseError(\"Error parsing key-value for \\\\htmlData\");\r\n }\r\n\r\n attributes[\"data-\" + keyVal[0].trim()] = keyVal[1].trim();\r\n }\r\n\r\n trustContext = {\r\n command: \"\\\\htmlData\",\r\n attributes\r\n };\r\n break;\r\n }\r\n\r\n default:\r\n throw new Error(\"Unrecognized html command\");\r\n }\r\n\r\n if (!parser.settings.isTrusted(trustContext)) {\r\n return parser.formatUnsupportedCmd(funcName);\r\n }\r\n\r\n return {\r\n type: \"html\",\r\n mode: parser.mode,\r\n attributes,\r\n body: ordargument(body)\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var elements = buildExpression$1(group.body, options, false);\r\n var classes = [\"enclosing\"];\r\n\r\n if (group.attributes.class) {\r\n classes.push(...group.attributes.class.trim().split(/\\s+/));\r\n }\r\n\r\n var span = buildCommon.makeSpan(classes, elements, options);\r\n\r\n for (var attr in group.attributes) {\r\n if (attr !== \"class\" && group.attributes.hasOwnProperty(attr)) {\r\n span.setAttribute(attr, group.attributes[attr]);\r\n }\r\n }\r\n\r\n return span;\r\n },\r\n mathmlBuilder: (group, options) => {\r\n return buildExpressionRow(group.body, options);\r\n }\r\n});\r\n\r\ndefineFunction({\r\n type: \"htmlmathml\",\r\n names: [\"\\\\html@mathml\"],\r\n props: {\r\n numArgs: 2,\r\n allowedInText: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"htmlmathml\",\r\n mode: parser.mode,\r\n html: ordargument(args[0]),\r\n mathml: ordargument(args[1])\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var elements = buildExpression$1(group.html, options, false);\r\n return buildCommon.makeFragment(elements);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n return buildExpressionRow(group.mathml, options);\r\n }\r\n});\r\n\r\nvar sizeData = function sizeData(str) {\r\n if (/^[-+]? *(\\d+(\\.\\d*)?|\\.\\d+)$/.test(str)) {\r\n // str is a number with no unit specified.\r\n // default unit is bp, per graphix package.\r\n return {\r\n number: +str,\r\n unit: \"bp\"\r\n };\r\n } else {\r\n var match = /([-+]?) *(\\d+(?:\\.\\d*)?|\\.\\d+) *([a-z]{2})/.exec(str);\r\n\r\n if (!match) {\r\n throw new ParseError(\"Invalid size: '\" + str + \"' in \\\\includegraphics\");\r\n }\r\n\r\n var data = {\r\n number: +(match[1] + match[2]),\r\n // sign + magnitude, cast to number\r\n unit: match[3]\r\n };\r\n\r\n if (!validUnit(data)) {\r\n throw new ParseError(\"Invalid unit: '\" + data.unit + \"' in \\\\includegraphics.\");\r\n }\r\n\r\n return data;\r\n }\r\n};\r\n\r\ndefineFunction({\r\n type: \"includegraphics\",\r\n names: [\"\\\\includegraphics\"],\r\n props: {\r\n numArgs: 1,\r\n numOptionalArgs: 1,\r\n argTypes: [\"raw\", \"url\"],\r\n allowedInText: false\r\n },\r\n handler: (_ref, args, optArgs) => {\r\n var {\r\n parser\r\n } = _ref;\r\n var width = {\r\n number: 0,\r\n unit: \"em\"\r\n };\r\n var height = {\r\n number: 0.9,\r\n unit: \"em\"\r\n }; // sorta character sized.\r\n\r\n var totalheight = {\r\n number: 0,\r\n unit: \"em\"\r\n };\r\n var alt = \"\";\r\n\r\n if (optArgs[0]) {\r\n var attributeStr = assertNodeType(optArgs[0], \"raw\").string; // Parser.js does not parse key/value pairs. We get a string.\r\n\r\n var attributes = attributeStr.split(\",\");\r\n\r\n for (var i = 0; i < attributes.length; i++) {\r\n var keyVal = attributes[i].split(\"=\");\r\n\r\n if (keyVal.length === 2) {\r\n var str = keyVal[1].trim();\r\n\r\n switch (keyVal[0].trim()) {\r\n case \"alt\":\r\n alt = str;\r\n break;\r\n\r\n case \"width\":\r\n width = sizeData(str);\r\n break;\r\n\r\n case \"height\":\r\n height = sizeData(str);\r\n break;\r\n\r\n case \"totalheight\":\r\n totalheight = sizeData(str);\r\n break;\r\n\r\n default:\r\n throw new ParseError(\"Invalid key: '\" + keyVal[0] + \"' in \\\\includegraphics.\");\r\n }\r\n }\r\n }\r\n }\r\n\r\n var src = assertNodeType(args[0], \"url\").url;\r\n\r\n if (alt === \"\") {\r\n // No alt given. Use the file name. Strip away the path.\r\n alt = src;\r\n alt = alt.replace(/^.*[\\\\/]/, '');\r\n alt = alt.substring(0, alt.lastIndexOf('.'));\r\n }\r\n\r\n if (!parser.settings.isTrusted({\r\n command: \"\\\\includegraphics\",\r\n url: src\r\n })) {\r\n return parser.formatUnsupportedCmd(\"\\\\includegraphics\");\r\n }\r\n\r\n return {\r\n type: \"includegraphics\",\r\n mode: parser.mode,\r\n alt: alt,\r\n width: width,\r\n height: height,\r\n totalheight: totalheight,\r\n src: src\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var height = calculateSize(group.height, options);\r\n var depth = 0;\r\n\r\n if (group.totalheight.number > 0) {\r\n depth = calculateSize(group.totalheight, options) - height;\r\n }\r\n\r\n var width = 0;\r\n\r\n if (group.width.number > 0) {\r\n width = calculateSize(group.width, options);\r\n }\r\n\r\n var style = {\r\n height: makeEm(height + depth)\r\n };\r\n\r\n if (width > 0) {\r\n style.width = makeEm(width);\r\n }\r\n\r\n if (depth > 0) {\r\n style.verticalAlign = makeEm(-depth);\r\n }\r\n\r\n var node = new Img(group.src, group.alt, style);\r\n node.height = height;\r\n node.depth = depth;\r\n return node;\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var node = new mathMLTree.MathNode(\"mglyph\", []);\r\n node.setAttribute(\"alt\", group.alt);\r\n var height = calculateSize(group.height, options);\r\n var depth = 0;\r\n\r\n if (group.totalheight.number > 0) {\r\n depth = calculateSize(group.totalheight, options) - height;\r\n node.setAttribute(\"valign\", makeEm(-depth));\r\n }\r\n\r\n node.setAttribute(\"height\", makeEm(height + depth));\r\n\r\n if (group.width.number > 0) {\r\n var width = calculateSize(group.width, options);\r\n node.setAttribute(\"width\", makeEm(width));\r\n }\r\n\r\n node.setAttribute(\"src\", group.src);\r\n return node;\r\n }\r\n});\r\n\r\n// Horizontal spacing commands\r\n\r\ndefineFunction({\r\n type: \"kern\",\r\n names: [\"\\\\kern\", \"\\\\mkern\", \"\\\\hskip\", \"\\\\mskip\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"size\"],\r\n primitive: true,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var size = assertNodeType(args[0], \"size\");\r\n\r\n if (parser.settings.strict) {\r\n var mathFunction = funcName[1] === 'm'; // \\mkern, \\mskip\r\n\r\n var muUnit = size.value.unit === 'mu';\r\n\r\n if (mathFunction) {\r\n if (!muUnit) {\r\n parser.settings.reportNonstrict(\"mathVsTextUnits\", \"LaTeX's \" + funcName + \" supports only mu units, \" + (\"not \" + size.value.unit + \" units\"));\r\n }\r\n\r\n if (parser.mode !== \"math\") {\r\n parser.settings.reportNonstrict(\"mathVsTextUnits\", \"LaTeX's \" + funcName + \" works only in math mode\");\r\n }\r\n } else {\r\n // !mathFunction\r\n if (muUnit) {\r\n parser.settings.reportNonstrict(\"mathVsTextUnits\", \"LaTeX's \" + funcName + \" doesn't support mu units\");\r\n }\r\n }\r\n }\r\n\r\n return {\r\n type: \"kern\",\r\n mode: parser.mode,\r\n dimension: size.value\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n return buildCommon.makeGlue(group.dimension, options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var dimension = calculateSize(group.dimension, options);\r\n return new mathMLTree.SpaceNode(dimension);\r\n }\r\n\r\n});\r\n\r\n// Horizontal overlap functions\r\ndefineFunction({\r\n type: \"lap\",\r\n names: [\"\\\\mathllap\", \"\\\\mathrlap\", \"\\\\mathclap\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var body = args[0];\r\n return {\r\n type: \"lap\",\r\n mode: parser.mode,\r\n alignment: funcName.slice(5),\r\n body\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n // mathllap, mathrlap, mathclap\r\n var inner;\r\n\r\n if (group.alignment === \"clap\") {\r\n // ref: https://www.math.lsu.edu/~aperlis/publications/mathclap/\r\n inner = buildCommon.makeSpan([], [buildGroup$1(group.body, options)]); // wrap, since CSS will center a .clap > .inner > span\r\n\r\n inner = buildCommon.makeSpan([\"inner\"], [inner], options);\r\n } else {\r\n inner = buildCommon.makeSpan([\"inner\"], [buildGroup$1(group.body, options)]);\r\n }\r\n\r\n var fix = buildCommon.makeSpan([\"fix\"], []);\r\n var node = buildCommon.makeSpan([group.alignment], [inner, fix], options); // At this point, we have correctly set horizontal alignment of the\r\n // two items involved in the lap.\r\n // Next, use a strut to set the height of the HTML bounding box.\r\n // Otherwise, a tall argument may be misplaced.\r\n // This code resolved issue #1153\r\n\r\n var strut = buildCommon.makeSpan([\"strut\"]);\r\n strut.style.height = makeEm(node.height + node.depth);\r\n\r\n if (node.depth) {\r\n strut.style.verticalAlign = makeEm(-node.depth);\r\n }\r\n\r\n node.children.unshift(strut); // Next, prevent vertical misplacement when next to something tall.\r\n // This code resolves issue #1234\r\n\r\n node = buildCommon.makeSpan([\"thinbox\"], [node], options);\r\n return buildCommon.makeSpan([\"mord\", \"vbox\"], [node], options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n // mathllap, mathrlap, mathclap\r\n var node = new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)]);\r\n\r\n if (group.alignment !== \"rlap\") {\r\n var offset = group.alignment === \"llap\" ? \"-1\" : \"-0.5\";\r\n node.setAttribute(\"lspace\", offset + \"width\");\r\n }\r\n\r\n node.setAttribute(\"width\", \"0px\");\r\n return node;\r\n }\r\n});\r\n\r\ndefineFunction({\r\n type: \"styling\",\r\n names: [\"\\\\(\", \"$\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n allowedInMath: false\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n funcName,\r\n parser\r\n } = _ref;\r\n var outerMode = parser.mode;\r\n parser.switchMode(\"math\");\r\n var close = funcName === \"\\\\(\" ? \"\\\\)\" : \"$\";\r\n var body = parser.parseExpression(false, close);\r\n parser.expect(close);\r\n parser.switchMode(outerMode);\r\n return {\r\n type: \"styling\",\r\n mode: parser.mode,\r\n style: \"text\",\r\n body\r\n };\r\n }\r\n\r\n}); // Check for extra closing math delimiters\r\n\r\ndefineFunction({\r\n type: \"text\",\r\n // Doesn't matter what this is.\r\n names: [\"\\\\)\", \"\\\\]\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n allowedInMath: false\r\n },\r\n\r\n handler(context, args) {\r\n throw new ParseError(\"Mismatched \" + context.funcName);\r\n }\r\n\r\n});\r\n\r\nvar chooseMathStyle = (group, options) => {\r\n switch (options.style.size) {\r\n case Style$1.DISPLAY.size:\r\n return group.display;\r\n\r\n case Style$1.TEXT.size:\r\n return group.text;\r\n\r\n case Style$1.SCRIPT.size:\r\n return group.script;\r\n\r\n case Style$1.SCRIPTSCRIPT.size:\r\n return group.scriptscript;\r\n\r\n default:\r\n return group.text;\r\n }\r\n};\r\n\r\ndefineFunction({\r\n type: \"mathchoice\",\r\n names: [\"\\\\mathchoice\"],\r\n props: {\r\n numArgs: 4,\r\n primitive: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"mathchoice\",\r\n mode: parser.mode,\r\n display: ordargument(args[0]),\r\n text: ordargument(args[1]),\r\n script: ordargument(args[2]),\r\n scriptscript: ordargument(args[3])\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var body = chooseMathStyle(group, options);\r\n var elements = buildExpression$1(body, options, false);\r\n return buildCommon.makeFragment(elements);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var body = chooseMathStyle(group, options);\r\n return buildExpressionRow(body, options);\r\n }\r\n});\r\n\r\nvar assembleSupSub = (base, supGroup, subGroup, options, style, slant, baseShift) => {\r\n base = buildCommon.makeSpan([], [base]);\r\n var subIsSingleCharacter = subGroup && utils.isCharacterBox(subGroup);\r\n var sub;\r\n var sup; // We manually have to handle the superscripts and subscripts. This,\r\n // aside from the kern calculations, is copied from supsub.\r\n\r\n if (supGroup) {\r\n var elem = buildGroup$1(supGroup, options.havingStyle(style.sup()), options);\r\n sup = {\r\n elem,\r\n kern: Math.max(options.fontMetrics().bigOpSpacing1, options.fontMetrics().bigOpSpacing3 - elem.depth)\r\n };\r\n }\r\n\r\n if (subGroup) {\r\n var _elem = buildGroup$1(subGroup, options.havingStyle(style.sub()), options);\r\n\r\n sub = {\r\n elem: _elem,\r\n kern: Math.max(options.fontMetrics().bigOpSpacing2, options.fontMetrics().bigOpSpacing4 - _elem.height)\r\n };\r\n } // Build the final group as a vlist of the possible subscript, base,\r\n // and possible superscript.\r\n\r\n\r\n var finalGroup;\r\n\r\n if (sup && sub) {\r\n var bottom = options.fontMetrics().bigOpSpacing5 + sub.elem.height + sub.elem.depth + sub.kern + base.depth + baseShift;\r\n finalGroup = buildCommon.makeVList({\r\n positionType: \"bottom\",\r\n positionData: bottom,\r\n children: [{\r\n type: \"kern\",\r\n size: options.fontMetrics().bigOpSpacing5\r\n }, {\r\n type: \"elem\",\r\n elem: sub.elem,\r\n marginLeft: makeEm(-slant)\r\n }, {\r\n type: \"kern\",\r\n size: sub.kern\r\n }, {\r\n type: \"elem\",\r\n elem: base\r\n }, {\r\n type: \"kern\",\r\n size: sup.kern\r\n }, {\r\n type: \"elem\",\r\n elem: sup.elem,\r\n marginLeft: makeEm(slant)\r\n }, {\r\n type: \"kern\",\r\n size: options.fontMetrics().bigOpSpacing5\r\n }]\r\n }, options);\r\n } else if (sub) {\r\n var top = base.height - baseShift; // Shift the limits by the slant of the symbol. Note\r\n // that we are supposed to shift the limits by 1/2 of the slant,\r\n // but since we are centering the limits adding a full slant of\r\n // margin will shift by 1/2 that.\r\n\r\n finalGroup = buildCommon.makeVList({\r\n positionType: \"top\",\r\n positionData: top,\r\n children: [{\r\n type: \"kern\",\r\n size: options.fontMetrics().bigOpSpacing5\r\n }, {\r\n type: \"elem\",\r\n elem: sub.elem,\r\n marginLeft: makeEm(-slant)\r\n }, {\r\n type: \"kern\",\r\n size: sub.kern\r\n }, {\r\n type: \"elem\",\r\n elem: base\r\n }]\r\n }, options);\r\n } else if (sup) {\r\n var _bottom = base.depth + baseShift;\r\n\r\n finalGroup = buildCommon.makeVList({\r\n positionType: \"bottom\",\r\n positionData: _bottom,\r\n children: [{\r\n type: \"elem\",\r\n elem: base\r\n }, {\r\n type: \"kern\",\r\n size: sup.kern\r\n }, {\r\n type: \"elem\",\r\n elem: sup.elem,\r\n marginLeft: makeEm(slant)\r\n }, {\r\n type: \"kern\",\r\n size: options.fontMetrics().bigOpSpacing5\r\n }]\r\n }, options);\r\n } else {\r\n // This case probably shouldn't occur (this would mean the\r\n // supsub was sending us a group with no superscript or\r\n // subscript) but be safe.\r\n return base;\r\n }\r\n\r\n var parts = [finalGroup];\r\n\r\n if (sub && slant !== 0 && !subIsSingleCharacter) {\r\n // A negative margin-left was applied to the lower limit.\r\n // Avoid an overlap by placing a spacer on the left on the group.\r\n var spacer = buildCommon.makeSpan([\"mspace\"], [], options);\r\n spacer.style.marginRight = makeEm(slant);\r\n parts.unshift(spacer);\r\n }\r\n\r\n return buildCommon.makeSpan([\"mop\", \"op-limits\"], parts, options);\r\n};\r\n\r\n// Limits, symbols\r\n// Most operators have a large successor symbol, but these don't.\r\nvar noSuccessor = [\"\\\\smallint\"]; // NOTE: Unlike most `htmlBuilder`s, this one handles not only \"op\", but also\r\n// \"supsub\" since some of them (like \\int) can affect super/subscripting.\r\n\r\nvar htmlBuilder$2 = (grp, options) => {\r\n // Operators are handled in the TeXbook pg. 443-444, rule 13(a).\r\n var supGroup;\r\n var subGroup;\r\n var hasLimits = false;\r\n var group;\r\n\r\n if (grp.type === \"supsub\") {\r\n // If we have limits, supsub will pass us its group to handle. Pull\r\n // out the superscript and subscript and set the group to the op in\r\n // its base.\r\n supGroup = grp.sup;\r\n subGroup = grp.sub;\r\n group = assertNodeType(grp.base, \"op\");\r\n hasLimits = true;\r\n } else {\r\n group = assertNodeType(grp, \"op\");\r\n }\r\n\r\n var style = options.style;\r\n var large = false;\r\n\r\n if (style.size === Style$1.DISPLAY.size && group.symbol && !utils.contains(noSuccessor, group.name)) {\r\n // Most symbol operators get larger in displaystyle (rule 13)\r\n large = true;\r\n }\r\n\r\n var base;\r\n\r\n if (group.symbol) {\r\n // If this is a symbol, create the symbol.\r\n var fontName = large ? \"Size2-Regular\" : \"Size1-Regular\";\r\n var stash = \"\";\r\n\r\n if (group.name === \"\\\\oiint\" || group.name === \"\\\\oiiint\") {\r\n // No font glyphs yet, so use a glyph w/o the oval.\r\n // TODO: When font glyphs are available, delete this code.\r\n stash = group.name.slice(1);\r\n group.name = stash === \"oiint\" ? \"\\\\iint\" : \"\\\\iiint\";\r\n }\r\n\r\n base = buildCommon.makeSymbol(group.name, fontName, \"math\", options, [\"mop\", \"op-symbol\", large ? \"large-op\" : \"small-op\"]);\r\n\r\n if (stash.length > 0) {\r\n // We're in \\oiint or \\oiiint. Overlay the oval.\r\n // TODO: When font glyphs are available, delete this code.\r\n var italic = base.italic;\r\n var oval = buildCommon.staticSvg(stash + \"Size\" + (large ? \"2\" : \"1\"), options);\r\n base = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: [{\r\n type: \"elem\",\r\n elem: base,\r\n shift: 0\r\n }, {\r\n type: \"elem\",\r\n elem: oval,\r\n shift: large ? 0.08 : 0\r\n }]\r\n }, options);\r\n group.name = \"\\\\\" + stash;\r\n base.classes.unshift(\"mop\"); // $FlowFixMe\r\n\r\n base.italic = italic;\r\n }\r\n } else if (group.body) {\r\n // If this is a list, compose that list.\r\n var inner = buildExpression$1(group.body, options, true);\r\n\r\n if (inner.length === 1 && inner[0] instanceof SymbolNode) {\r\n base = inner[0];\r\n base.classes[0] = \"mop\"; // replace old mclass\r\n } else {\r\n base = buildCommon.makeSpan([\"mop\"], inner, options);\r\n }\r\n } else {\r\n // Otherwise, this is a text operator. Build the text from the\r\n // operator's name.\r\n var output = [];\r\n\r\n for (var i = 1; i < group.name.length; i++) {\r\n output.push(buildCommon.mathsym(group.name[i], group.mode, options));\r\n }\r\n\r\n base = buildCommon.makeSpan([\"mop\"], output, options);\r\n } // If content of op is a single symbol, shift it vertically.\r\n\r\n\r\n var baseShift = 0;\r\n var slant = 0;\r\n\r\n if ((base instanceof SymbolNode || group.name === \"\\\\oiint\" || group.name === \"\\\\oiiint\") && !group.suppressBaseShift) {\r\n // We suppress the shift of the base of \\overset and \\underset. Otherwise,\r\n // shift the symbol so its center lies on the axis (rule 13). It\r\n // appears that our fonts have the centers of the symbols already\r\n // almost on the axis, so these numbers are very small. Note we\r\n // don't actually apply this here, but instead it is used either in\r\n // the vlist creation or separately when there are no limits.\r\n baseShift = (base.height - base.depth) / 2 - options.fontMetrics().axisHeight; // The slant of the symbol is just its italic correction.\r\n // $FlowFixMe\r\n\r\n slant = base.italic;\r\n }\r\n\r\n if (hasLimits) {\r\n return assembleSupSub(base, supGroup, subGroup, options, style, slant, baseShift);\r\n } else {\r\n if (baseShift) {\r\n base.style.position = \"relative\";\r\n base.style.top = makeEm(baseShift);\r\n }\r\n\r\n return base;\r\n }\r\n};\r\n\r\nvar mathmlBuilder$1 = (group, options) => {\r\n var node;\r\n\r\n if (group.symbol) {\r\n // This is a symbol. Just add the symbol.\r\n node = new MathNode(\"mo\", [makeText(group.name, group.mode)]);\r\n\r\n if (utils.contains(noSuccessor, group.name)) {\r\n node.setAttribute(\"largeop\", \"false\");\r\n }\r\n } else if (group.body) {\r\n // This is an operator with children. Add them.\r\n node = new MathNode(\"mo\", buildExpression(group.body, options));\r\n } else {\r\n // This is a text operator. Add all of the characters from the\r\n // operator's name.\r\n node = new MathNode(\"mi\", [new TextNode(group.name.slice(1))]); // Append an .\r\n // ref: https://www.w3.org/TR/REC-MathML/chap3_2.html#sec3.2.4\r\n\r\n var operator = new MathNode(\"mo\", [makeText(\"\\u2061\", \"text\")]);\r\n\r\n if (group.parentIsSupSub) {\r\n node = new MathNode(\"mrow\", [node, operator]);\r\n } else {\r\n node = newDocumentFragment([node, operator]);\r\n }\r\n }\r\n\r\n return node;\r\n};\r\n\r\nvar singleCharBigOps = {\r\n \"\\u220F\": \"\\\\prod\",\r\n \"\\u2210\": \"\\\\coprod\",\r\n \"\\u2211\": \"\\\\sum\",\r\n \"\\u22c0\": \"\\\\bigwedge\",\r\n \"\\u22c1\": \"\\\\bigvee\",\r\n \"\\u22c2\": \"\\\\bigcap\",\r\n \"\\u22c3\": \"\\\\bigcup\",\r\n \"\\u2a00\": \"\\\\bigodot\",\r\n \"\\u2a01\": \"\\\\bigoplus\",\r\n \"\\u2a02\": \"\\\\bigotimes\",\r\n \"\\u2a04\": \"\\\\biguplus\",\r\n \"\\u2a06\": \"\\\\bigsqcup\"\r\n};\r\ndefineFunction({\r\n type: \"op\",\r\n names: [\"\\\\coprod\", \"\\\\bigvee\", \"\\\\bigwedge\", \"\\\\biguplus\", \"\\\\bigcap\", \"\\\\bigcup\", \"\\\\intop\", \"\\\\prod\", \"\\\\sum\", \"\\\\bigotimes\", \"\\\\bigoplus\", \"\\\\bigodot\", \"\\\\bigsqcup\", \"\\\\smallint\", \"\\u220F\", \"\\u2210\", \"\\u2211\", \"\\u22c0\", \"\\u22c1\", \"\\u22c2\", \"\\u22c3\", \"\\u2a00\", \"\\u2a01\", \"\\u2a02\", \"\\u2a04\", \"\\u2a06\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var fName = funcName;\r\n\r\n if (fName.length === 1) {\r\n fName = singleCharBigOps[fName];\r\n }\r\n\r\n return {\r\n type: \"op\",\r\n mode: parser.mode,\r\n limits: true,\r\n parentIsSupSub: false,\r\n symbol: true,\r\n name: fName\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$2,\r\n mathmlBuilder: mathmlBuilder$1\r\n}); // Note: calling defineFunction with a type that's already been defined only\r\n// works because the same htmlBuilder and mathmlBuilder are being used.\r\n\r\ndefineFunction({\r\n type: \"op\",\r\n names: [\"\\\\mathop\"],\r\n props: {\r\n numArgs: 1,\r\n primitive: true\r\n },\r\n handler: (_ref2, args) => {\r\n var {\r\n parser\r\n } = _ref2;\r\n var body = args[0];\r\n return {\r\n type: \"op\",\r\n mode: parser.mode,\r\n limits: false,\r\n parentIsSupSub: false,\r\n symbol: false,\r\n body: ordargument(body)\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$2,\r\n mathmlBuilder: mathmlBuilder$1\r\n}); // There are 2 flags for operators; whether they produce limits in\r\n// displaystyle, and whether they are symbols and should grow in\r\n// displaystyle. These four groups cover the four possible choices.\r\n\r\nvar singleCharIntegrals = {\r\n \"\\u222b\": \"\\\\int\",\r\n \"\\u222c\": \"\\\\iint\",\r\n \"\\u222d\": \"\\\\iiint\",\r\n \"\\u222e\": \"\\\\oint\",\r\n \"\\u222f\": \"\\\\oiint\",\r\n \"\\u2230\": \"\\\\oiiint\"\r\n}; // No limits, not symbols\r\n\r\ndefineFunction({\r\n type: \"op\",\r\n names: [\"\\\\arcsin\", \"\\\\arccos\", \"\\\\arctan\", \"\\\\arctg\", \"\\\\arcctg\", \"\\\\arg\", \"\\\\ch\", \"\\\\cos\", \"\\\\cosec\", \"\\\\cosh\", \"\\\\cot\", \"\\\\cotg\", \"\\\\coth\", \"\\\\csc\", \"\\\\ctg\", \"\\\\cth\", \"\\\\deg\", \"\\\\dim\", \"\\\\exp\", \"\\\\hom\", \"\\\\ker\", \"\\\\lg\", \"\\\\ln\", \"\\\\log\", \"\\\\sec\", \"\\\\sin\", \"\\\\sinh\", \"\\\\sh\", \"\\\\tan\", \"\\\\tanh\", \"\\\\tg\", \"\\\\th\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(_ref3) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref3;\r\n return {\r\n type: \"op\",\r\n mode: parser.mode,\r\n limits: false,\r\n parentIsSupSub: false,\r\n symbol: false,\r\n name: funcName\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$2,\r\n mathmlBuilder: mathmlBuilder$1\r\n}); // Limits, not symbols\r\n\r\ndefineFunction({\r\n type: \"op\",\r\n names: [\"\\\\det\", \"\\\\gcd\", \"\\\\inf\", \"\\\\lim\", \"\\\\max\", \"\\\\min\", \"\\\\Pr\", \"\\\\sup\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(_ref4) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref4;\r\n return {\r\n type: \"op\",\r\n mode: parser.mode,\r\n limits: true,\r\n parentIsSupSub: false,\r\n symbol: false,\r\n name: funcName\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$2,\r\n mathmlBuilder: mathmlBuilder$1\r\n}); // No limits, symbols\r\n\r\ndefineFunction({\r\n type: \"op\",\r\n names: [\"\\\\int\", \"\\\\iint\", \"\\\\iiint\", \"\\\\oint\", \"\\\\oiint\", \"\\\\oiiint\", \"\\u222b\", \"\\u222c\", \"\\u222d\", \"\\u222e\", \"\\u222f\", \"\\u2230\"],\r\n props: {\r\n numArgs: 0\r\n },\r\n\r\n handler(_ref5) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref5;\r\n var fName = funcName;\r\n\r\n if (fName.length === 1) {\r\n fName = singleCharIntegrals[fName];\r\n }\r\n\r\n return {\r\n type: \"op\",\r\n mode: parser.mode,\r\n limits: false,\r\n parentIsSupSub: false,\r\n symbol: true,\r\n name: fName\r\n };\r\n },\r\n\r\n htmlBuilder: htmlBuilder$2,\r\n mathmlBuilder: mathmlBuilder$1\r\n});\r\n\r\n// NOTE: Unlike most `htmlBuilder`s, this one handles not only\r\n// \"operatorname\", but also \"supsub\" since \\operatorname* can\r\n// affect super/subscripting.\r\nvar htmlBuilder$1 = (grp, options) => {\r\n // Operators are handled in the TeXbook pg. 443-444, rule 13(a).\r\n var supGroup;\r\n var subGroup;\r\n var hasLimits = false;\r\n var group;\r\n\r\n if (grp.type === \"supsub\") {\r\n // If we have limits, supsub will pass us its group to handle. Pull\r\n // out the superscript and subscript and set the group to the op in\r\n // its base.\r\n supGroup = grp.sup;\r\n subGroup = grp.sub;\r\n group = assertNodeType(grp.base, \"operatorname\");\r\n hasLimits = true;\r\n } else {\r\n group = assertNodeType(grp, \"operatorname\");\r\n }\r\n\r\n var base;\r\n\r\n if (group.body.length > 0) {\r\n var body = group.body.map(child => {\r\n // $FlowFixMe: Check if the node has a string `text` property.\r\n var childText = child.text;\r\n\r\n if (typeof childText === \"string\") {\r\n return {\r\n type: \"textord\",\r\n mode: child.mode,\r\n text: childText\r\n };\r\n } else {\r\n return child;\r\n }\r\n }); // Consolidate function names into symbol characters.\r\n\r\n var expression = buildExpression$1(body, options.withFont(\"mathrm\"), true);\r\n\r\n for (var i = 0; i < expression.length; i++) {\r\n var child = expression[i];\r\n\r\n if (child instanceof SymbolNode) {\r\n // Per amsopn package,\r\n // change minus to hyphen and \\ast to asterisk\r\n child.text = child.text.replace(/\\u2212/, \"-\").replace(/\\u2217/, \"*\");\r\n }\r\n }\r\n\r\n base = buildCommon.makeSpan([\"mop\"], expression, options);\r\n } else {\r\n base = buildCommon.makeSpan([\"mop\"], [], options);\r\n }\r\n\r\n if (hasLimits) {\r\n return assembleSupSub(base, supGroup, subGroup, options, options.style, 0, 0);\r\n } else {\r\n return base;\r\n }\r\n};\r\n\r\nvar mathmlBuilder = (group, options) => {\r\n // The steps taken here are similar to the html version.\r\n var expression = buildExpression(group.body, options.withFont(\"mathrm\")); // Is expression a string or has it something like a fraction?\r\n\r\n var isAllString = true; // default\r\n\r\n for (var i = 0; i < expression.length; i++) {\r\n var node = expression[i];\r\n\r\n if (node instanceof mathMLTree.SpaceNode) ; else if (node instanceof mathMLTree.MathNode) {\r\n switch (node.type) {\r\n case \"mi\":\r\n case \"mn\":\r\n case \"ms\":\r\n case \"mspace\":\r\n case \"mtext\":\r\n break;\r\n // Do nothing yet.\r\n\r\n case \"mo\":\r\n {\r\n var child = node.children[0];\r\n\r\n if (node.children.length === 1 && child instanceof mathMLTree.TextNode) {\r\n child.text = child.text.replace(/\\u2212/, \"-\").replace(/\\u2217/, \"*\");\r\n } else {\r\n isAllString = false;\r\n }\r\n\r\n break;\r\n }\r\n\r\n default:\r\n isAllString = false;\r\n }\r\n } else {\r\n isAllString = false;\r\n }\r\n }\r\n\r\n if (isAllString) {\r\n // Write a single TextNode instead of multiple nested tags.\r\n var word = expression.map(node => node.toText()).join(\"\");\r\n expression = [new mathMLTree.TextNode(word)];\r\n }\r\n\r\n var identifier = new mathMLTree.MathNode(\"mi\", expression);\r\n identifier.setAttribute(\"mathvariant\", \"normal\"); // \\u2061 is the same as ⁡\r\n // ref: https://www.w3schools.com/charsets/ref_html_entities_a.asp\r\n\r\n var operator = new mathMLTree.MathNode(\"mo\", [makeText(\"\\u2061\", \"text\")]);\r\n\r\n if (group.parentIsSupSub) {\r\n return new mathMLTree.MathNode(\"mrow\", [identifier, operator]);\r\n } else {\r\n return mathMLTree.newDocumentFragment([identifier, operator]);\r\n }\r\n}; // \\operatorname\r\n// amsopn.dtx: \\mathop{#1\\kern\\z@\\operator@font#3}\\newmcodes@\r\n\r\n\r\ndefineFunction({\r\n type: \"operatorname\",\r\n names: [\"\\\\operatorname@\", \"\\\\operatornamewithlimits\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var body = args[0];\r\n return {\r\n type: \"operatorname\",\r\n mode: parser.mode,\r\n body: ordargument(body),\r\n alwaysHandleSupSub: funcName === \"\\\\operatornamewithlimits\",\r\n limits: false,\r\n parentIsSupSub: false\r\n };\r\n },\r\n htmlBuilder: htmlBuilder$1,\r\n mathmlBuilder\r\n});\r\ndefineMacro(\"\\\\operatorname\", \"\\\\@ifstar\\\\operatornamewithlimits\\\\operatorname@\");\r\n\r\ndefineFunctionBuilders({\r\n type: \"ordgroup\",\r\n\r\n htmlBuilder(group, options) {\r\n if (group.semisimple) {\r\n return buildCommon.makeFragment(buildExpression$1(group.body, options, false));\r\n }\r\n\r\n return buildCommon.makeSpan([\"mord\"], buildExpression$1(group.body, options, true), options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n return buildExpressionRow(group.body, options, true);\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"overline\",\r\n names: [\"\\\\overline\"],\r\n props: {\r\n numArgs: 1\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n var body = args[0];\r\n return {\r\n type: \"overline\",\r\n mode: parser.mode,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n // Overlines are handled in the TeXbook pg 443, Rule 9.\r\n // Build the inner group in the cramped style.\r\n var innerGroup = buildGroup$1(group.body, options.havingCrampedStyle()); // Create the line above the body\r\n\r\n var line = buildCommon.makeLineSpan(\"overline-line\", options); // Generate the vlist, with the appropriate kerns\r\n\r\n var defaultRuleThickness = options.fontMetrics().defaultRuleThickness;\r\n var vlist = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: innerGroup\r\n }, {\r\n type: \"kern\",\r\n size: 3 * defaultRuleThickness\r\n }, {\r\n type: \"elem\",\r\n elem: line\r\n }, {\r\n type: \"kern\",\r\n size: defaultRuleThickness\r\n }]\r\n }, options);\r\n return buildCommon.makeSpan([\"mord\", \"overline\"], [vlist], options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var operator = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(\"\\u203e\")]);\r\n operator.setAttribute(\"stretchy\", \"true\");\r\n var node = new mathMLTree.MathNode(\"mover\", [buildGroup(group.body, options), operator]);\r\n node.setAttribute(\"accent\", \"true\");\r\n return node;\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"phantom\",\r\n names: [\"\\\\phantom\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n parser\r\n } = _ref;\r\n var body = args[0];\r\n return {\r\n type: \"phantom\",\r\n mode: parser.mode,\r\n body: ordargument(body)\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var elements = buildExpression$1(group.body, options.withPhantom(), false); // \\phantom isn't supposed to affect the elements it contains.\r\n // See \"color\" for more details.\r\n\r\n return buildCommon.makeFragment(elements);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var inner = buildExpression(group.body, options);\r\n return new mathMLTree.MathNode(\"mphantom\", inner);\r\n }\r\n});\r\ndefineFunction({\r\n type: \"hphantom\",\r\n names: [\"\\\\hphantom\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n handler: (_ref2, args) => {\r\n var {\r\n parser\r\n } = _ref2;\r\n var body = args[0];\r\n return {\r\n type: \"hphantom\",\r\n mode: parser.mode,\r\n body\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var node = buildCommon.makeSpan([], [buildGroup$1(group.body, options.withPhantom())]);\r\n node.height = 0;\r\n node.depth = 0;\r\n\r\n if (node.children) {\r\n for (var i = 0; i < node.children.length; i++) {\r\n node.children[i].height = 0;\r\n node.children[i].depth = 0;\r\n }\r\n } // See smash for comment re: use of makeVList\r\n\r\n\r\n node = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: node\r\n }]\r\n }, options); // For spacing, TeX treats \\smash as a math group (same spacing as ord).\r\n\r\n return buildCommon.makeSpan([\"mord\"], [node], options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var inner = buildExpression(ordargument(group.body), options);\r\n var phantom = new mathMLTree.MathNode(\"mphantom\", inner);\r\n var node = new mathMLTree.MathNode(\"mpadded\", [phantom]);\r\n node.setAttribute(\"height\", \"0px\");\r\n node.setAttribute(\"depth\", \"0px\");\r\n return node;\r\n }\r\n});\r\ndefineFunction({\r\n type: \"vphantom\",\r\n names: [\"\\\\vphantom\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n handler: (_ref3, args) => {\r\n var {\r\n parser\r\n } = _ref3;\r\n var body = args[0];\r\n return {\r\n type: \"vphantom\",\r\n mode: parser.mode,\r\n body\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var inner = buildCommon.makeSpan([\"inner\"], [buildGroup$1(group.body, options.withPhantom())]);\r\n var fix = buildCommon.makeSpan([\"fix\"], []);\r\n return buildCommon.makeSpan([\"mord\", \"rlap\"], [inner, fix], options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var inner = buildExpression(ordargument(group.body), options);\r\n var phantom = new mathMLTree.MathNode(\"mphantom\", inner);\r\n var node = new mathMLTree.MathNode(\"mpadded\", [phantom]);\r\n node.setAttribute(\"width\", \"0px\");\r\n return node;\r\n }\r\n});\r\n\r\ndefineFunction({\r\n type: \"raisebox\",\r\n names: [\"\\\\raisebox\"],\r\n props: {\r\n numArgs: 2,\r\n argTypes: [\"size\", \"hbox\"],\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n var amount = assertNodeType(args[0], \"size\").value;\r\n var body = args[1];\r\n return {\r\n type: \"raisebox\",\r\n mode: parser.mode,\r\n dy: amount,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var body = buildGroup$1(group.body, options);\r\n var dy = calculateSize(group.dy, options);\r\n return buildCommon.makeVList({\r\n positionType: \"shift\",\r\n positionData: -dy,\r\n children: [{\r\n type: \"elem\",\r\n elem: body\r\n }]\r\n }, options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var node = new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)]);\r\n var dy = group.dy.number + group.dy.unit;\r\n node.setAttribute(\"voffset\", dy);\r\n return node;\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"internal\",\r\n names: [\"\\\\relax\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref) {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"internal\",\r\n mode: parser.mode\r\n };\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"rule\",\r\n names: [\"\\\\rule\"],\r\n props: {\r\n numArgs: 2,\r\n numOptionalArgs: 1,\r\n argTypes: [\"size\", \"size\", \"size\"]\r\n },\r\n\r\n handler(_ref, args, optArgs) {\r\n var {\r\n parser\r\n } = _ref;\r\n var shift = optArgs[0];\r\n var width = assertNodeType(args[0], \"size\");\r\n var height = assertNodeType(args[1], \"size\");\r\n return {\r\n type: \"rule\",\r\n mode: parser.mode,\r\n shift: shift && assertNodeType(shift, \"size\").value,\r\n width: width.value,\r\n height: height.value\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n // Make an empty span for the rule\r\n var rule = buildCommon.makeSpan([\"mord\", \"rule\"], [], options); // Calculate the shift, width, and height of the rule, and account for units\r\n\r\n var width = calculateSize(group.width, options);\r\n var height = calculateSize(group.height, options);\r\n var shift = group.shift ? calculateSize(group.shift, options) : 0; // Style the rule to the right size\r\n\r\n rule.style.borderRightWidth = makeEm(width);\r\n rule.style.borderTopWidth = makeEm(height);\r\n rule.style.bottom = makeEm(shift); // Record the height and width\r\n\r\n rule.width = width;\r\n rule.height = height + shift;\r\n rule.depth = -shift; // Font size is the number large enough that the browser will\r\n // reserve at least `absHeight` space above the baseline.\r\n // The 1.125 factor was empirically determined\r\n\r\n rule.maxFontSize = height * 1.125 * options.sizeMultiplier;\r\n return rule;\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var width = calculateSize(group.width, options);\r\n var height = calculateSize(group.height, options);\r\n var shift = group.shift ? calculateSize(group.shift, options) : 0;\r\n var color = options.color && options.getColor() || \"black\";\r\n var rule = new mathMLTree.MathNode(\"mspace\");\r\n rule.setAttribute(\"mathbackground\", color);\r\n rule.setAttribute(\"width\", makeEm(width));\r\n rule.setAttribute(\"height\", makeEm(height));\r\n var wrapper = new mathMLTree.MathNode(\"mpadded\", [rule]);\r\n\r\n if (shift >= 0) {\r\n wrapper.setAttribute(\"height\", makeEm(shift));\r\n } else {\r\n wrapper.setAttribute(\"height\", makeEm(shift));\r\n wrapper.setAttribute(\"depth\", makeEm(-shift));\r\n }\r\n\r\n wrapper.setAttribute(\"voffset\", makeEm(shift));\r\n return wrapper;\r\n }\r\n\r\n});\r\n\r\nfunction sizingGroup(value, options, baseOptions) {\r\n var inner = buildExpression$1(value, options, false);\r\n var multiplier = options.sizeMultiplier / baseOptions.sizeMultiplier; // Add size-resetting classes to the inner list and set maxFontSize\r\n // manually. Handle nested size changes.\r\n\r\n for (var i = 0; i < inner.length; i++) {\r\n var pos = inner[i].classes.indexOf(\"sizing\");\r\n\r\n if (pos < 0) {\r\n Array.prototype.push.apply(inner[i].classes, options.sizingClasses(baseOptions));\r\n } else if (inner[i].classes[pos + 1] === \"reset-size\" + options.size) {\r\n // This is a nested size change: e.g., inner[i] is the \"b\" in\r\n // `\\Huge a \\small b`. Override the old size (the `reset-` class)\r\n // but not the new size.\r\n inner[i].classes[pos + 1] = \"reset-size\" + baseOptions.size;\r\n }\r\n\r\n inner[i].height *= multiplier;\r\n inner[i].depth *= multiplier;\r\n }\r\n\r\n return buildCommon.makeFragment(inner);\r\n}\r\nvar sizeFuncs = [\"\\\\tiny\", \"\\\\sixptsize\", \"\\\\scriptsize\", \"\\\\footnotesize\", \"\\\\small\", \"\\\\normalsize\", \"\\\\large\", \"\\\\Large\", \"\\\\LARGE\", \"\\\\huge\", \"\\\\Huge\"];\r\nvar htmlBuilder = (group, options) => {\r\n // Handle sizing operators like \\Huge. Real TeX doesn't actually allow\r\n // these functions inside of math expressions, so we do some special\r\n // handling.\r\n var newOptions = options.havingSize(group.size);\r\n return sizingGroup(group.body, newOptions, options);\r\n};\r\ndefineFunction({\r\n type: \"sizing\",\r\n names: sizeFuncs,\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true\r\n },\r\n handler: (_ref, args) => {\r\n var {\r\n breakOnTokenText,\r\n funcName,\r\n parser\r\n } = _ref;\r\n var body = parser.parseExpression(false, breakOnTokenText);\r\n return {\r\n type: \"sizing\",\r\n mode: parser.mode,\r\n // Figure out what size to use based on the list of functions above\r\n size: sizeFuncs.indexOf(funcName) + 1,\r\n body\r\n };\r\n },\r\n htmlBuilder,\r\n mathmlBuilder: (group, options) => {\r\n var newOptions = options.havingSize(group.size);\r\n var inner = buildExpression(group.body, newOptions);\r\n var node = new mathMLTree.MathNode(\"mstyle\", inner); // TODO(emily): This doesn't produce the correct size for nested size\r\n // changes, because we don't keep state of what style we're currently\r\n // in, so we can't reset the size to normal before changing it. Now\r\n // that we're passing an options parameter we should be able to fix\r\n // this.\r\n\r\n node.setAttribute(\"mathsize\", makeEm(newOptions.sizeMultiplier));\r\n return node;\r\n }\r\n});\r\n\r\n// smash, with optional [tb], as in AMS\r\ndefineFunction({\r\n type: \"smash\",\r\n names: [\"\\\\smash\"],\r\n props: {\r\n numArgs: 1,\r\n numOptionalArgs: 1,\r\n allowedInText: true\r\n },\r\n handler: (_ref, args, optArgs) => {\r\n var {\r\n parser\r\n } = _ref;\r\n var smashHeight = false;\r\n var smashDepth = false;\r\n var tbArg = optArgs[0] && assertNodeType(optArgs[0], \"ordgroup\");\r\n\r\n if (tbArg) {\r\n // Optional [tb] argument is engaged.\r\n // ref: amsmath: \\renewcommand{\\smash}[1][tb]{%\r\n // def\\mb@t{\\ht}\\def\\mb@b{\\dp}\\def\\mb@tb{\\ht\\z@\\z@\\dp}%\r\n var letter = \"\";\r\n\r\n for (var i = 0; i < tbArg.body.length; ++i) {\r\n var node = tbArg.body[i]; // $FlowFixMe: Not every node type has a `text` property.\r\n\r\n letter = node.text;\r\n\r\n if (letter === \"t\") {\r\n smashHeight = true;\r\n } else if (letter === \"b\") {\r\n smashDepth = true;\r\n } else {\r\n smashHeight = false;\r\n smashDepth = false;\r\n break;\r\n }\r\n }\r\n } else {\r\n smashHeight = true;\r\n smashDepth = true;\r\n }\r\n\r\n var body = args[0];\r\n return {\r\n type: \"smash\",\r\n mode: parser.mode,\r\n body,\r\n smashHeight,\r\n smashDepth\r\n };\r\n },\r\n htmlBuilder: (group, options) => {\r\n var node = buildCommon.makeSpan([], [buildGroup$1(group.body, options)]);\r\n\r\n if (!group.smashHeight && !group.smashDepth) {\r\n return node;\r\n }\r\n\r\n if (group.smashHeight) {\r\n node.height = 0; // In order to influence makeVList, we have to reset the children.\r\n\r\n if (node.children) {\r\n for (var i = 0; i < node.children.length; i++) {\r\n node.children[i].height = 0;\r\n }\r\n }\r\n }\r\n\r\n if (group.smashDepth) {\r\n node.depth = 0;\r\n\r\n if (node.children) {\r\n for (var _i = 0; _i < node.children.length; _i++) {\r\n node.children[_i].depth = 0;\r\n }\r\n }\r\n } // At this point, we've reset the TeX-like height and depth values.\r\n // But the span still has an HTML line height.\r\n // makeVList applies \"display: table-cell\", which prevents the browser\r\n // from acting on that line height. So we'll call makeVList now.\r\n\r\n\r\n var smashedNode = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: node\r\n }]\r\n }, options); // For spacing, TeX treats \\hphantom as a math group (same spacing as ord).\r\n\r\n return buildCommon.makeSpan([\"mord\"], [smashedNode], options);\r\n },\r\n mathmlBuilder: (group, options) => {\r\n var node = new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)]);\r\n\r\n if (group.smashHeight) {\r\n node.setAttribute(\"height\", \"0px\");\r\n }\r\n\r\n if (group.smashDepth) {\r\n node.setAttribute(\"depth\", \"0px\");\r\n }\r\n\r\n return node;\r\n }\r\n});\r\n\r\ndefineFunction({\r\n type: \"sqrt\",\r\n names: [\"\\\\sqrt\"],\r\n props: {\r\n numArgs: 1,\r\n numOptionalArgs: 1\r\n },\r\n\r\n handler(_ref, args, optArgs) {\r\n var {\r\n parser\r\n } = _ref;\r\n var index = optArgs[0];\r\n var body = args[0];\r\n return {\r\n type: \"sqrt\",\r\n mode: parser.mode,\r\n body,\r\n index\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n // Square roots are handled in the TeXbook pg. 443, Rule 11.\r\n // First, we do the same steps as in overline to build the inner group\r\n // and line\r\n var inner = buildGroup$1(group.body, options.havingCrampedStyle());\r\n\r\n if (inner.height === 0) {\r\n // Render a small surd.\r\n inner.height = options.fontMetrics().xHeight;\r\n } // Some groups can return document fragments. Handle those by wrapping\r\n // them in a span.\r\n\r\n\r\n inner = buildCommon.wrapFragment(inner, options); // Calculate the minimum size for the \\surd delimiter\r\n\r\n var metrics = options.fontMetrics();\r\n var theta = metrics.defaultRuleThickness;\r\n var phi = theta;\r\n\r\n if (options.style.id < Style$1.TEXT.id) {\r\n phi = options.fontMetrics().xHeight;\r\n } // Calculate the clearance between the body and line\r\n\r\n\r\n var lineClearance = theta + phi / 4;\r\n var minDelimiterHeight = inner.height + inner.depth + lineClearance + theta; // Create a sqrt SVG of the required minimum size\r\n\r\n var {\r\n span: img,\r\n ruleWidth,\r\n advanceWidth\r\n } = delimiter.sqrtImage(minDelimiterHeight, options);\r\n var delimDepth = img.height - ruleWidth; // Adjust the clearance based on the delimiter size\r\n\r\n if (delimDepth > inner.height + inner.depth + lineClearance) {\r\n lineClearance = (lineClearance + delimDepth - inner.height - inner.depth) / 2;\r\n } // Shift the sqrt image\r\n\r\n\r\n var imgShift = img.height - inner.height - lineClearance - ruleWidth;\r\n inner.style.paddingLeft = makeEm(advanceWidth); // Overlay the image and the argument.\r\n\r\n var body = buildCommon.makeVList({\r\n positionType: \"firstBaseline\",\r\n children: [{\r\n type: \"elem\",\r\n elem: inner,\r\n wrapperClasses: [\"svg-align\"]\r\n }, {\r\n type: \"kern\",\r\n size: -(inner.height + imgShift)\r\n }, {\r\n type: \"elem\",\r\n elem: img\r\n }, {\r\n type: \"kern\",\r\n size: ruleWidth\r\n }]\r\n }, options);\r\n\r\n if (!group.index) {\r\n return buildCommon.makeSpan([\"mord\", \"sqrt\"], [body], options);\r\n } else {\r\n // Handle the optional root index\r\n // The index is always in scriptscript style\r\n var newOptions = options.havingStyle(Style$1.SCRIPTSCRIPT);\r\n var rootm = buildGroup$1(group.index, newOptions, options); // The amount the index is shifted by. This is taken from the TeX\r\n // source, in the definition of `\\r@@t`.\r\n\r\n var toShift = 0.6 * (body.height - body.depth); // Build a VList with the superscript shifted up correctly\r\n\r\n var rootVList = buildCommon.makeVList({\r\n positionType: \"shift\",\r\n positionData: -toShift,\r\n children: [{\r\n type: \"elem\",\r\n elem: rootm\r\n }]\r\n }, options); // Add a class surrounding it so we can add on the appropriate\r\n // kerning\r\n\r\n var rootVListWrap = buildCommon.makeSpan([\"root\"], [rootVList]);\r\n return buildCommon.makeSpan([\"mord\", \"sqrt\"], [rootVListWrap, body], options);\r\n }\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var {\r\n body,\r\n index\r\n } = group;\r\n return index ? new mathMLTree.MathNode(\"mroot\", [buildGroup(body, options), buildGroup(index, options)]) : new mathMLTree.MathNode(\"msqrt\", [buildGroup(body, options)]);\r\n }\r\n\r\n});\r\n\r\nvar styleMap = {\r\n \"display\": Style$1.DISPLAY,\r\n \"text\": Style$1.TEXT,\r\n \"script\": Style$1.SCRIPT,\r\n \"scriptscript\": Style$1.SCRIPTSCRIPT\r\n};\r\ndefineFunction({\r\n type: \"styling\",\r\n names: [\"\\\\displaystyle\", \"\\\\textstyle\", \"\\\\scriptstyle\", \"\\\\scriptscriptstyle\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true,\r\n primitive: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n breakOnTokenText,\r\n funcName,\r\n parser\r\n } = _ref;\r\n // parse out the implicit body\r\n var body = parser.parseExpression(true, breakOnTokenText); // TODO: Refactor to avoid duplicating styleMap in multiple places (e.g.\r\n // here and in buildHTML and de-dupe the enumeration of all the styles).\r\n // $FlowFixMe: The names above exactly match the styles.\r\n\r\n var style = funcName.slice(1, funcName.length - 5);\r\n return {\r\n type: \"styling\",\r\n mode: parser.mode,\r\n // Figure out what style to use by pulling out the style from\r\n // the function name\r\n style,\r\n body\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n // Style changes are handled in the TeXbook on pg. 442, Rule 3.\r\n var newStyle = styleMap[group.style];\r\n var newOptions = options.havingStyle(newStyle).withFont('');\r\n return sizingGroup(group.body, newOptions, options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n // Figure out what style we're changing to.\r\n var newStyle = styleMap[group.style];\r\n var newOptions = options.havingStyle(newStyle);\r\n var inner = buildExpression(group.body, newOptions);\r\n var node = new mathMLTree.MathNode(\"mstyle\", inner);\r\n var styleAttributes = {\r\n \"display\": [\"0\", \"true\"],\r\n \"text\": [\"0\", \"false\"],\r\n \"script\": [\"1\", \"false\"],\r\n \"scriptscript\": [\"2\", \"false\"]\r\n };\r\n var attr = styleAttributes[group.style];\r\n node.setAttribute(\"scriptlevel\", attr[0]);\r\n node.setAttribute(\"displaystyle\", attr[1]);\r\n return node;\r\n }\r\n\r\n});\r\n\r\n/**\r\n * Sometimes, groups perform special rules when they have superscripts or\r\n * subscripts attached to them. This function lets the `supsub` group know that\r\n * Sometimes, groups perform special rules when they have superscripts or\r\n * its inner element should handle the superscripts and subscripts instead of\r\n * handling them itself.\r\n */\r\nvar htmlBuilderDelegate = function htmlBuilderDelegate(group, options) {\r\n var base = group.base;\r\n\r\n if (!base) {\r\n return null;\r\n } else if (base.type === \"op\") {\r\n // Operators handle supsubs differently when they have limits\r\n // (e.g. `\\displaystyle\\sum_2^3`)\r\n var delegate = base.limits && (options.style.size === Style$1.DISPLAY.size || base.alwaysHandleSupSub);\r\n return delegate ? htmlBuilder$2 : null;\r\n } else if (base.type === \"operatorname\") {\r\n var _delegate = base.alwaysHandleSupSub && (options.style.size === Style$1.DISPLAY.size || base.limits);\r\n\r\n return _delegate ? htmlBuilder$1 : null;\r\n } else if (base.type === \"accent\") {\r\n return utils.isCharacterBox(base.base) ? htmlBuilder$a : null;\r\n } else if (base.type === \"horizBrace\") {\r\n var isSup = !group.sub;\r\n return isSup === base.isOver ? htmlBuilder$3 : null;\r\n } else {\r\n return null;\r\n }\r\n}; // Super scripts and subscripts, whose precise placement can depend on other\r\n// functions that precede them.\r\n\r\n\r\ndefineFunctionBuilders({\r\n type: \"supsub\",\r\n\r\n htmlBuilder(group, options) {\r\n // Superscript and subscripts are handled in the TeXbook on page\r\n // 445-446, rules 18(a-f).\r\n // Here is where we defer to the inner group if it should handle\r\n // superscripts and subscripts itself.\r\n var builderDelegate = htmlBuilderDelegate(group, options);\r\n\r\n if (builderDelegate) {\r\n return builderDelegate(group, options);\r\n }\r\n\r\n var {\r\n base: valueBase,\r\n sup: valueSup,\r\n sub: valueSub\r\n } = group;\r\n var base = buildGroup$1(valueBase, options);\r\n var supm;\r\n var subm;\r\n var metrics = options.fontMetrics(); // Rule 18a\r\n\r\n var supShift = 0;\r\n var subShift = 0;\r\n var isCharacterBox = valueBase && utils.isCharacterBox(valueBase);\r\n\r\n if (valueSup) {\r\n var newOptions = options.havingStyle(options.style.sup());\r\n supm = buildGroup$1(valueSup, newOptions, options);\r\n\r\n if (!isCharacterBox) {\r\n supShift = base.height - newOptions.fontMetrics().supDrop * newOptions.sizeMultiplier / options.sizeMultiplier;\r\n }\r\n }\r\n\r\n if (valueSub) {\r\n var _newOptions = options.havingStyle(options.style.sub());\r\n\r\n subm = buildGroup$1(valueSub, _newOptions, options);\r\n\r\n if (!isCharacterBox) {\r\n subShift = base.depth + _newOptions.fontMetrics().subDrop * _newOptions.sizeMultiplier / options.sizeMultiplier;\r\n }\r\n } // Rule 18c\r\n\r\n\r\n var minSupShift;\r\n\r\n if (options.style === Style$1.DISPLAY) {\r\n minSupShift = metrics.sup1;\r\n } else if (options.style.cramped) {\r\n minSupShift = metrics.sup3;\r\n } else {\r\n minSupShift = metrics.sup2;\r\n } // scriptspace is a font-size-independent size, so scale it\r\n // appropriately for use as the marginRight.\r\n\r\n\r\n var multiplier = options.sizeMultiplier;\r\n var marginRight = makeEm(0.5 / metrics.ptPerEm / multiplier);\r\n var marginLeft = null;\r\n\r\n if (subm) {\r\n // Subscripts shouldn't be shifted by the base's italic correction.\r\n // Account for that by shifting the subscript back the appropriate\r\n // amount. Note we only do this when the base is a single symbol.\r\n var isOiint = group.base && group.base.type === \"op\" && group.base.name && (group.base.name === \"\\\\oiint\" || group.base.name === \"\\\\oiiint\");\r\n\r\n if (base instanceof SymbolNode || isOiint) {\r\n // $FlowFixMe\r\n marginLeft = makeEm(-base.italic);\r\n }\r\n }\r\n\r\n var supsub;\r\n\r\n if (supm && subm) {\r\n supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight);\r\n subShift = Math.max(subShift, metrics.sub2);\r\n var ruleWidth = metrics.defaultRuleThickness; // Rule 18e\r\n\r\n var maxWidth = 4 * ruleWidth;\r\n\r\n if (supShift - supm.depth - (subm.height - subShift) < maxWidth) {\r\n subShift = maxWidth - (supShift - supm.depth) + subm.height;\r\n var psi = 0.8 * metrics.xHeight - (supShift - supm.depth);\r\n\r\n if (psi > 0) {\r\n supShift += psi;\r\n subShift -= psi;\r\n }\r\n }\r\n\r\n var vlistElem = [{\r\n type: \"elem\",\r\n elem: subm,\r\n shift: subShift,\r\n marginRight,\r\n marginLeft\r\n }, {\r\n type: \"elem\",\r\n elem: supm,\r\n shift: -supShift,\r\n marginRight\r\n }];\r\n supsub = buildCommon.makeVList({\r\n positionType: \"individualShift\",\r\n children: vlistElem\r\n }, options);\r\n } else if (subm) {\r\n // Rule 18b\r\n subShift = Math.max(subShift, metrics.sub1, subm.height - 0.8 * metrics.xHeight);\r\n var _vlistElem = [{\r\n type: \"elem\",\r\n elem: subm,\r\n marginLeft,\r\n marginRight\r\n }];\r\n supsub = buildCommon.makeVList({\r\n positionType: \"shift\",\r\n positionData: subShift,\r\n children: _vlistElem\r\n }, options);\r\n } else if (supm) {\r\n // Rule 18c, d\r\n supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight);\r\n supsub = buildCommon.makeVList({\r\n positionType: \"shift\",\r\n positionData: -supShift,\r\n children: [{\r\n type: \"elem\",\r\n elem: supm,\r\n marginRight\r\n }]\r\n }, options);\r\n } else {\r\n throw new Error(\"supsub must have either sup or sub.\");\r\n } // Wrap the supsub vlist in a span.msupsub to reset text-align.\r\n\r\n\r\n var mclass = getTypeOfDomTree(base, \"right\") || \"mord\";\r\n return buildCommon.makeSpan([mclass], [base, buildCommon.makeSpan([\"msupsub\"], [supsub])], options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n // Is the inner group a relevant horizonal brace?\r\n var isBrace = false;\r\n var isOver;\r\n var isSup;\r\n\r\n if (group.base && group.base.type === \"horizBrace\") {\r\n isSup = !!group.sup;\r\n\r\n if (isSup === group.base.isOver) {\r\n isBrace = true;\r\n isOver = group.base.isOver;\r\n }\r\n }\r\n\r\n if (group.base && (group.base.type === \"op\" || group.base.type === \"operatorname\")) {\r\n group.base.parentIsSupSub = true;\r\n }\r\n\r\n var children = [buildGroup(group.base, options)];\r\n\r\n if (group.sub) {\r\n children.push(buildGroup(group.sub, options));\r\n }\r\n\r\n if (group.sup) {\r\n children.push(buildGroup(group.sup, options));\r\n }\r\n\r\n var nodeType;\r\n\r\n if (isBrace) {\r\n nodeType = isOver ? \"mover\" : \"munder\";\r\n } else if (!group.sub) {\r\n var base = group.base;\r\n\r\n if (base && base.type === \"op\" && base.limits && (options.style === Style$1.DISPLAY || base.alwaysHandleSupSub)) {\r\n nodeType = \"mover\";\r\n } else if (base && base.type === \"operatorname\" && base.alwaysHandleSupSub && (base.limits || options.style === Style$1.DISPLAY)) {\r\n nodeType = \"mover\";\r\n } else {\r\n nodeType = \"msup\";\r\n }\r\n } else if (!group.sup) {\r\n var _base = group.base;\r\n\r\n if (_base && _base.type === \"op\" && _base.limits && (options.style === Style$1.DISPLAY || _base.alwaysHandleSupSub)) {\r\n nodeType = \"munder\";\r\n } else if (_base && _base.type === \"operatorname\" && _base.alwaysHandleSupSub && (_base.limits || options.style === Style$1.DISPLAY)) {\r\n nodeType = \"munder\";\r\n } else {\r\n nodeType = \"msub\";\r\n }\r\n } else {\r\n var _base2 = group.base;\r\n\r\n if (_base2 && _base2.type === \"op\" && _base2.limits && options.style === Style$1.DISPLAY) {\r\n nodeType = \"munderover\";\r\n } else if (_base2 && _base2.type === \"operatorname\" && _base2.alwaysHandleSupSub && (options.style === Style$1.DISPLAY || _base2.limits)) {\r\n nodeType = \"munderover\";\r\n } else {\r\n nodeType = \"msubsup\";\r\n }\r\n }\r\n\r\n return new mathMLTree.MathNode(nodeType, children);\r\n }\r\n\r\n});\r\n\r\ndefineFunctionBuilders({\r\n type: \"atom\",\r\n\r\n htmlBuilder(group, options) {\r\n return buildCommon.mathsym(group.text, group.mode, options, [\"m\" + group.family]);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var node = new mathMLTree.MathNode(\"mo\", [makeText(group.text, group.mode)]);\r\n\r\n if (group.family === \"bin\") {\r\n var variant = getVariant(group, options);\r\n\r\n if (variant === \"bold-italic\") {\r\n node.setAttribute(\"mathvariant\", variant);\r\n }\r\n } else if (group.family === \"punct\") {\r\n node.setAttribute(\"separator\", \"true\");\r\n } else if (group.family === \"open\" || group.family === \"close\") {\r\n // Delims built here should not stretch vertically.\r\n // See delimsizing.js for stretchy delims.\r\n node.setAttribute(\"stretchy\", \"false\");\r\n }\r\n\r\n return node;\r\n }\r\n\r\n});\r\n\r\n// \"mathord\" and \"textord\" ParseNodes created in Parser.js from symbol Groups in\r\n// src/symbols.js.\r\nvar defaultVariant = {\r\n \"mi\": \"italic\",\r\n \"mn\": \"normal\",\r\n \"mtext\": \"normal\"\r\n};\r\ndefineFunctionBuilders({\r\n type: \"mathord\",\r\n\r\n htmlBuilder(group, options) {\r\n return buildCommon.makeOrd(group, options, \"mathord\");\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var node = new mathMLTree.MathNode(\"mi\", [makeText(group.text, group.mode, options)]);\r\n var variant = getVariant(group, options) || \"italic\";\r\n\r\n if (variant !== defaultVariant[node.type]) {\r\n node.setAttribute(\"mathvariant\", variant);\r\n }\r\n\r\n return node;\r\n }\r\n\r\n});\r\ndefineFunctionBuilders({\r\n type: \"textord\",\r\n\r\n htmlBuilder(group, options) {\r\n return buildCommon.makeOrd(group, options, \"textord\");\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var text = makeText(group.text, group.mode, options);\r\n var variant = getVariant(group, options) || \"normal\";\r\n var node;\r\n\r\n if (group.mode === 'text') {\r\n node = new mathMLTree.MathNode(\"mtext\", [text]);\r\n } else if (/[0-9]/.test(group.text)) {\r\n node = new mathMLTree.MathNode(\"mn\", [text]);\r\n } else if (group.text === \"\\\\prime\") {\r\n node = new mathMLTree.MathNode(\"mo\", [text]);\r\n } else {\r\n node = new mathMLTree.MathNode(\"mi\", [text]);\r\n }\r\n\r\n if (variant !== defaultVariant[node.type]) {\r\n node.setAttribute(\"mathvariant\", variant);\r\n }\r\n\r\n return node;\r\n }\r\n\r\n});\r\n\r\nvar cssSpace = {\r\n \"\\\\nobreak\": \"nobreak\",\r\n \"\\\\allowbreak\": \"allowbreak\"\r\n}; // A lookup table to determine whether a spacing function/symbol should be\r\n// treated like a regular space character. If a symbol or command is a key\r\n// in this table, then it should be a regular space character. Furthermore,\r\n// the associated value may have a `className` specifying an extra CSS class\r\n// to add to the created `span`.\r\n\r\nvar regularSpace = {\r\n \" \": {},\r\n \"\\\\ \": {},\r\n \"~\": {\r\n className: \"nobreak\"\r\n },\r\n \"\\\\space\": {},\r\n \"\\\\nobreakspace\": {\r\n className: \"nobreak\"\r\n }\r\n}; // ParseNode<\"spacing\"> created in Parser.js from the \"spacing\" symbol Groups in\r\n// src/symbols.js.\r\n\r\ndefineFunctionBuilders({\r\n type: \"spacing\",\r\n\r\n htmlBuilder(group, options) {\r\n if (regularSpace.hasOwnProperty(group.text)) {\r\n var className = regularSpace[group.text].className || \"\"; // Spaces are generated by adding an actual space. Each of these\r\n // things has an entry in the symbols table, so these will be turned\r\n // into appropriate outputs.\r\n\r\n if (group.mode === \"text\") {\r\n var ord = buildCommon.makeOrd(group, options, \"textord\");\r\n ord.classes.push(className);\r\n return ord;\r\n } else {\r\n return buildCommon.makeSpan([\"mspace\", className], [buildCommon.mathsym(group.text, group.mode, options)], options);\r\n }\r\n } else if (cssSpace.hasOwnProperty(group.text)) {\r\n // Spaces based on just a CSS class.\r\n return buildCommon.makeSpan([\"mspace\", cssSpace[group.text]], [], options);\r\n } else {\r\n throw new ParseError(\"Unknown type of space \\\"\" + group.text + \"\\\"\");\r\n }\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var node;\r\n\r\n if (regularSpace.hasOwnProperty(group.text)) {\r\n node = new mathMLTree.MathNode(\"mtext\", [new mathMLTree.TextNode(\"\\u00a0\")]);\r\n } else if (cssSpace.hasOwnProperty(group.text)) {\r\n // CSS-based MathML spaces (\\nobreak, \\allowbreak) are ignored\r\n return new mathMLTree.MathNode(\"mspace\");\r\n } else {\r\n throw new ParseError(\"Unknown type of space \\\"\" + group.text + \"\\\"\");\r\n }\r\n\r\n return node;\r\n }\r\n\r\n});\r\n\r\nvar pad = () => {\r\n var padNode = new mathMLTree.MathNode(\"mtd\", []);\r\n padNode.setAttribute(\"width\", \"50%\");\r\n return padNode;\r\n};\r\n\r\ndefineFunctionBuilders({\r\n type: \"tag\",\r\n\r\n mathmlBuilder(group, options) {\r\n var table = new mathMLTree.MathNode(\"mtable\", [new mathMLTree.MathNode(\"mtr\", [pad(), new mathMLTree.MathNode(\"mtd\", [buildExpressionRow(group.body, options)]), pad(), new mathMLTree.MathNode(\"mtd\", [buildExpressionRow(group.tag, options)])])]);\r\n table.setAttribute(\"width\", \"100%\");\r\n return table; // TODO: Left-aligned tags.\r\n // Currently, the group and options passed here do not contain\r\n // enough info to set tag alignment. `leqno` is in Settings but it is\r\n // not passed to Options. On the HTML side, leqno is\r\n // set by a CSS class applied in buildTree.js. That would have worked\r\n // in MathML if browsers supported . Since they don't, we\r\n // need to rewrite the way this function is called.\r\n }\r\n\r\n});\r\n\r\nvar textFontFamilies = {\r\n \"\\\\text\": undefined,\r\n \"\\\\textrm\": \"textrm\",\r\n \"\\\\textsf\": \"textsf\",\r\n \"\\\\texttt\": \"texttt\",\r\n \"\\\\textnormal\": \"textrm\"\r\n};\r\nvar textFontWeights = {\r\n \"\\\\textbf\": \"textbf\",\r\n \"\\\\textmd\": \"textmd\"\r\n};\r\nvar textFontShapes = {\r\n \"\\\\textit\": \"textit\",\r\n \"\\\\textup\": \"textup\"\r\n};\r\n\r\nvar optionsWithFont = (group, options) => {\r\n var font = group.font; // Checks if the argument is a font family or a font style.\r\n\r\n if (!font) {\r\n return options;\r\n } else if (textFontFamilies[font]) {\r\n return options.withTextFontFamily(textFontFamilies[font]);\r\n } else if (textFontWeights[font]) {\r\n return options.withTextFontWeight(textFontWeights[font]);\r\n } else {\r\n return options.withTextFontShape(textFontShapes[font]);\r\n }\r\n};\r\n\r\ndefineFunction({\r\n type: \"text\",\r\n names: [// Font families\r\n \"\\\\text\", \"\\\\textrm\", \"\\\\textsf\", \"\\\\texttt\", \"\\\\textnormal\", // Font weights\r\n \"\\\\textbf\", \"\\\\textmd\", // Font Shapes\r\n \"\\\\textit\", \"\\\\textup\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"text\"],\r\n allowedInArgument: true,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser,\r\n funcName\r\n } = _ref;\r\n var body = args[0];\r\n return {\r\n type: \"text\",\r\n mode: parser.mode,\r\n body: ordargument(body),\r\n font: funcName\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var newOptions = optionsWithFont(group, options);\r\n var inner = buildExpression$1(group.body, newOptions, true);\r\n return buildCommon.makeSpan([\"mord\", \"text\"], inner, newOptions);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var newOptions = optionsWithFont(group, options);\r\n return buildExpressionRow(group.body, newOptions);\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"underline\",\r\n names: [\"\\\\underline\"],\r\n props: {\r\n numArgs: 1,\r\n allowedInText: true\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"underline\",\r\n mode: parser.mode,\r\n body: args[0]\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n // Underlines are handled in the TeXbook pg 443, Rule 10.\r\n // Build the inner group.\r\n var innerGroup = buildGroup$1(group.body, options); // Create the line to go below the body\r\n\r\n var line = buildCommon.makeLineSpan(\"underline-line\", options); // Generate the vlist, with the appropriate kerns\r\n\r\n var defaultRuleThickness = options.fontMetrics().defaultRuleThickness;\r\n var vlist = buildCommon.makeVList({\r\n positionType: \"top\",\r\n positionData: innerGroup.height,\r\n children: [{\r\n type: \"kern\",\r\n size: defaultRuleThickness\r\n }, {\r\n type: \"elem\",\r\n elem: line\r\n }, {\r\n type: \"kern\",\r\n size: 3 * defaultRuleThickness\r\n }, {\r\n type: \"elem\",\r\n elem: innerGroup\r\n }]\r\n }, options);\r\n return buildCommon.makeSpan([\"mord\", \"underline\"], [vlist], options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var operator = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(\"\\u203e\")]);\r\n operator.setAttribute(\"stretchy\", \"true\");\r\n var node = new mathMLTree.MathNode(\"munder\", [buildGroup(group.body, options), operator]);\r\n node.setAttribute(\"accentunder\", \"true\");\r\n return node;\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"vcenter\",\r\n names: [\"\\\\vcenter\"],\r\n props: {\r\n numArgs: 1,\r\n argTypes: [\"original\"],\r\n // In LaTeX, \\vcenter can act only on a box.\r\n allowedInText: false\r\n },\r\n\r\n handler(_ref, args) {\r\n var {\r\n parser\r\n } = _ref;\r\n return {\r\n type: \"vcenter\",\r\n mode: parser.mode,\r\n body: args[0]\r\n };\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var body = buildGroup$1(group.body, options);\r\n var axisHeight = options.fontMetrics().axisHeight;\r\n var dy = 0.5 * (body.height - axisHeight - (body.depth + axisHeight));\r\n return buildCommon.makeVList({\r\n positionType: \"shift\",\r\n positionData: dy,\r\n children: [{\r\n type: \"elem\",\r\n elem: body\r\n }]\r\n }, options);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n // There is no way to do this in MathML.\r\n // Write a class as a breadcrumb in case some post-processor wants\r\n // to perform a vcenter adjustment.\r\n return new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)], [\"vcenter\"]);\r\n }\r\n\r\n});\r\n\r\ndefineFunction({\r\n type: \"verb\",\r\n names: [\"\\\\verb\"],\r\n props: {\r\n numArgs: 0,\r\n allowedInText: true\r\n },\r\n\r\n handler(context, args, optArgs) {\r\n // \\verb and \\verb* are dealt with directly in Parser.js.\r\n // If we end up here, it's because of a failure to match the two delimiters\r\n // in the regex in Lexer.js. LaTeX raises the following error when \\verb is\r\n // terminated by end of line (or file).\r\n throw new ParseError(\"\\\\verb ended by end of line instead of matching delimiter\");\r\n },\r\n\r\n htmlBuilder(group, options) {\r\n var text = makeVerb(group);\r\n var body = []; // \\verb enters text mode and therefore is sized like \\textstyle\r\n\r\n var newOptions = options.havingStyle(options.style.text());\r\n\r\n for (var i = 0; i < text.length; i++) {\r\n var c = text[i];\r\n\r\n if (c === '~') {\r\n c = '\\\\textasciitilde';\r\n }\r\n\r\n body.push(buildCommon.makeSymbol(c, \"Typewriter-Regular\", group.mode, newOptions, [\"mord\", \"texttt\"]));\r\n }\r\n\r\n return buildCommon.makeSpan([\"mord\", \"text\"].concat(newOptions.sizingClasses(options)), buildCommon.tryCombineChars(body), newOptions);\r\n },\r\n\r\n mathmlBuilder(group, options) {\r\n var text = new mathMLTree.TextNode(makeVerb(group));\r\n var node = new mathMLTree.MathNode(\"mtext\", [text]);\r\n node.setAttribute(\"mathvariant\", \"monospace\");\r\n return node;\r\n }\r\n\r\n});\r\n/**\r\n * Converts verb group into body string.\r\n *\r\n * \\verb* replaces each space with an open box \\u2423\r\n * \\verb replaces each space with a no-break space \\xA0\r\n */\r\n\r\nvar makeVerb = group => group.body.replace(/ /g, group.star ? '\\u2423' : '\\xA0');\r\n\r\n/** Include this to ensure that all functions are defined. */\r\nvar functions = _functions;\r\n\r\n/**\r\n * The Lexer class handles tokenizing the input in various ways. Since our\r\n * parser expects us to be able to backtrack, the lexer allows lexing from any\r\n * given starting point.\r\n *\r\n * Its main exposed function is the `lex` function, which takes a position to\r\n * lex from and a type of token to lex. It defers to the appropriate `_innerLex`\r\n * function.\r\n *\r\n * The various `_innerLex` functions perform the actual lexing of different\r\n * kinds.\r\n */\r\n\r\n/* The following tokenRegex\r\n * - matches typical whitespace (but not NBSP etc.) using its first group\r\n * - does not match any control character \\x00-\\x1f except whitespace\r\n * - does not match a bare backslash\r\n * - matches any ASCII character except those just mentioned\r\n * - does not match the BMP private use area \\uE000-\\uF8FF\r\n * - does not match bare surrogate code units\r\n * - matches any BMP character except for those just described\r\n * - matches any valid Unicode surrogate pair\r\n * - matches a backslash followed by one or more whitespace characters\r\n * - matches a backslash followed by one or more letters then whitespace\r\n * - matches a backslash followed by any BMP character\r\n * Capturing groups:\r\n * [1] regular whitespace\r\n * [2] backslash followed by whitespace\r\n * [3] anything else, which may include:\r\n * [4] left character of \\verb*\r\n * [5] left character of \\verb\r\n * [6] backslash followed by word, excluding any trailing whitespace\r\n * Just because the Lexer matches something doesn't mean it's valid input:\r\n * If there is no matching function or symbol definition, the Parser will\r\n * still reject the input.\r\n */\r\nvar spaceRegexString = \"[ \\r\\n\\t]\";\r\nvar controlWordRegexString = \"\\\\\\\\[a-zA-Z@]+\";\r\nvar controlSymbolRegexString = \"\\\\\\\\[^\\uD800-\\uDFFF]\";\r\nvar controlWordWhitespaceRegexString = \"(\" + controlWordRegexString + \")\" + spaceRegexString + \"*\";\r\nvar controlSpaceRegexString = \"\\\\\\\\(\\n|[ \\r\\t]+\\n?)[ \\r\\t]*\";\r\nvar combiningDiacriticalMarkString = \"[\\u0300-\\u036f]\";\r\nvar combiningDiacriticalMarksEndRegex = new RegExp(combiningDiacriticalMarkString + \"+$\");\r\nvar tokenRegexString = \"(\" + spaceRegexString + \"+)|\" + ( // whitespace\r\ncontrolSpaceRegexString + \"|\") + // \\whitespace\r\n\"([!-\\\\[\\\\]-\\u2027\\u202A-\\uD7FF\\uF900-\\uFFFF]\" + ( // single codepoint\r\ncombiningDiacriticalMarkString + \"*\") + // ...plus accents\r\n\"|[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]\" + ( // surrogate pair\r\ncombiningDiacriticalMarkString + \"*\") + // ...plus accents\r\n\"|\\\\\\\\verb\\\\*([^]).*?\\\\4\" + // \\verb*\r\n\"|\\\\\\\\verb([^*a-zA-Z]).*?\\\\5\" + ( // \\verb unstarred\r\n\"|\" + controlWordWhitespaceRegexString) + ( // \\macroName + spaces\r\n\"|\" + controlSymbolRegexString + \")\"); // \\\\, \\', etc.\r\n\r\n/** Main Lexer class */\r\n\r\nclass Lexer {\r\n // Category codes. The lexer only supports comment characters (14) for now.\r\n // MacroExpander additionally distinguishes active (13).\r\n constructor(input, settings) {\r\n this.input = void 0;\r\n this.settings = void 0;\r\n this.tokenRegex = void 0;\r\n this.catcodes = void 0;\r\n // Separate accents from characters\r\n this.input = input;\r\n this.settings = settings;\r\n this.tokenRegex = new RegExp(tokenRegexString, 'g');\r\n this.catcodes = {\r\n \"%\": 14,\r\n // comment character\r\n \"~\": 13 // active character\r\n\r\n };\r\n }\r\n\r\n setCatcode(char, code) {\r\n this.catcodes[char] = code;\r\n }\r\n /**\r\n * This function lexes a single token.\r\n */\r\n\r\n\r\n lex() {\r\n var input = this.input;\r\n var pos = this.tokenRegex.lastIndex;\r\n\r\n if (pos === input.length) {\r\n return new Token(\"EOF\", new SourceLocation(this, pos, pos));\r\n }\r\n\r\n var match = this.tokenRegex.exec(input);\r\n\r\n if (match === null || match.index !== pos) {\r\n throw new ParseError(\"Unexpected character: '\" + input[pos] + \"'\", new Token(input[pos], new SourceLocation(this, pos, pos + 1)));\r\n }\r\n\r\n var text = match[6] || match[3] || (match[2] ? \"\\\\ \" : \" \");\r\n\r\n if (this.catcodes[text] === 14) {\r\n // comment character\r\n var nlIndex = input.indexOf('\\n', this.tokenRegex.lastIndex);\r\n\r\n if (nlIndex === -1) {\r\n this.tokenRegex.lastIndex = input.length; // EOF\r\n\r\n this.settings.reportNonstrict(\"commentAtEnd\", \"% comment has no terminating newline; LaTeX would \" + \"fail because of commenting the end of math mode (e.g. $)\");\r\n } else {\r\n this.tokenRegex.lastIndex = nlIndex + 1;\r\n }\r\n\r\n return this.lex();\r\n }\r\n\r\n return new Token(text, new SourceLocation(this, pos, this.tokenRegex.lastIndex));\r\n }\r\n\r\n}\r\n\r\n/**\r\n * A `Namespace` refers to a space of nameable things like macros or lengths,\r\n * which can be `set` either globally or local to a nested group, using an\r\n * undo stack similar to how TeX implements this functionality.\r\n * Performance-wise, `get` and local `set` take constant time, while global\r\n * `set` takes time proportional to the depth of group nesting.\r\n */\r\nclass Namespace {\r\n /**\r\n * Both arguments are optional. The first argument is an object of\r\n * built-in mappings which never change. The second argument is an object\r\n * of initial (global-level) mappings, which will constantly change\r\n * according to any global/top-level `set`s done.\r\n */\r\n constructor(builtins, globalMacros) {\r\n if (builtins === void 0) {\r\n builtins = {};\r\n }\r\n\r\n if (globalMacros === void 0) {\r\n globalMacros = {};\r\n }\r\n\r\n this.current = void 0;\r\n this.builtins = void 0;\r\n this.undefStack = void 0;\r\n this.current = globalMacros;\r\n this.builtins = builtins;\r\n this.undefStack = [];\r\n }\r\n /**\r\n * Start a new nested group, affecting future local `set`s.\r\n */\r\n\r\n\r\n beginGroup() {\r\n this.undefStack.push({});\r\n }\r\n /**\r\n * End current nested group, restoring values before the group began.\r\n */\r\n\r\n\r\n endGroup() {\r\n if (this.undefStack.length === 0) {\r\n throw new ParseError(\"Unbalanced namespace destruction: attempt \" + \"to pop global namespace; please report this as a bug\");\r\n }\r\n\r\n var undefs = this.undefStack.pop();\r\n\r\n for (var undef in undefs) {\r\n if (undefs.hasOwnProperty(undef)) {\r\n if (undefs[undef] == null) {\r\n delete this.current[undef];\r\n } else {\r\n this.current[undef] = undefs[undef];\r\n }\r\n }\r\n }\r\n }\r\n /**\r\n * Ends all currently nested groups (if any), restoring values before the\r\n * groups began. Useful in case of an error in the middle of parsing.\r\n */\r\n\r\n\r\n endGroups() {\r\n while (this.undefStack.length > 0) {\r\n this.endGroup();\r\n }\r\n }\r\n /**\r\n * Detect whether `name` has a definition. Equivalent to\r\n * `get(name) != null`.\r\n */\r\n\r\n\r\n has(name) {\r\n return this.current.hasOwnProperty(name) || this.builtins.hasOwnProperty(name);\r\n }\r\n /**\r\n * Get the current value of a name, or `undefined` if there is no value.\r\n *\r\n * Note: Do not use `if (namespace.get(...))` to detect whether a macro\r\n * is defined, as the definition may be the empty string which evaluates\r\n * to `false` in JavaScript. Use `if (namespace.get(...) != null)` or\r\n * `if (namespace.has(...))`.\r\n */\r\n\r\n\r\n get(name) {\r\n if (this.current.hasOwnProperty(name)) {\r\n return this.current[name];\r\n } else {\r\n return this.builtins[name];\r\n }\r\n }\r\n /**\r\n * Set the current value of a name, and optionally set it globally too.\r\n * Local set() sets the current value and (when appropriate) adds an undo\r\n * operation to the undo stack. Global set() may change the undo\r\n * operation at every level, so takes time linear in their number.\r\n * A value of undefined means to delete existing definitions.\r\n */\r\n\r\n\r\n set(name, value, global) {\r\n if (global === void 0) {\r\n global = false;\r\n }\r\n\r\n if (global) {\r\n // Global set is equivalent to setting in all groups. Simulate this\r\n // by destroying any undos currently scheduled for this name,\r\n // and adding an undo with the *new* value (in case it later gets\r\n // locally reset within this environment).\r\n for (var i = 0; i < this.undefStack.length; i++) {\r\n delete this.undefStack[i][name];\r\n }\r\n\r\n if (this.undefStack.length > 0) {\r\n this.undefStack[this.undefStack.length - 1][name] = value;\r\n }\r\n } else {\r\n // Undo this set at end of this group (possibly to `undefined`),\r\n // unless an undo is already in place, in which case that older\r\n // value is the correct one.\r\n var top = this.undefStack[this.undefStack.length - 1];\r\n\r\n if (top && !top.hasOwnProperty(name)) {\r\n top[name] = this.current[name];\r\n }\r\n }\r\n\r\n if (value == null) {\r\n delete this.current[name];\r\n } else {\r\n this.current[name] = value;\r\n }\r\n }\r\n\r\n}\r\n\r\n/**\r\n * Predefined macros for KaTeX.\r\n * This can be used to define some commands in terms of others.\r\n */\r\nvar macros = _macros;\r\n// macro tools\r\n\r\ndefineMacro(\"\\\\noexpand\", function (context) {\r\n // The expansion is the token itself; but that token is interpreted\r\n // as if its meaning were ‘\\relax’ if it is a control sequence that\r\n // would ordinarily be expanded by TeX’s expansion rules.\r\n var t = context.popToken();\r\n\r\n if (context.isExpandable(t.text)) {\r\n t.noexpand = true;\r\n t.treatAsRelax = true;\r\n }\r\n\r\n return {\r\n tokens: [t],\r\n numArgs: 0\r\n };\r\n});\r\ndefineMacro(\"\\\\expandafter\", function (context) {\r\n // TeX first reads the token that comes immediately after \\expandafter,\r\n // without expanding it; let’s call this token t. Then TeX reads the\r\n // token that comes after t (and possibly more tokens, if that token\r\n // has an argument), replacing it by its expansion. Finally TeX puts\r\n // t back in front of that expansion.\r\n var t = context.popToken();\r\n context.expandOnce(true); // expand only an expandable token\r\n\r\n return {\r\n tokens: [t],\r\n numArgs: 0\r\n };\r\n}); // LaTeX's \\@firstoftwo{#1}{#2} expands to #1, skipping #2\r\n// TeX source: \\long\\def\\@firstoftwo#1#2{#1}\r\n\r\ndefineMacro(\"\\\\@firstoftwo\", function (context) {\r\n var args = context.consumeArgs(2);\r\n return {\r\n tokens: args[0],\r\n numArgs: 0\r\n };\r\n}); // LaTeX's \\@secondoftwo{#1}{#2} expands to #2, skipping #1\r\n// TeX source: \\long\\def\\@secondoftwo#1#2{#2}\r\n\r\ndefineMacro(\"\\\\@secondoftwo\", function (context) {\r\n var args = context.consumeArgs(2);\r\n return {\r\n tokens: args[1],\r\n numArgs: 0\r\n };\r\n}); // LaTeX's \\@ifnextchar{#1}{#2}{#3} looks ahead to the next (unexpanded)\r\n// symbol that isn't a space, consuming any spaces but not consuming the\r\n// first nonspace character. If that nonspace character matches #1, then\r\n// the macro expands to #2; otherwise, it expands to #3.\r\n\r\ndefineMacro(\"\\\\@ifnextchar\", function (context) {\r\n var args = context.consumeArgs(3); // symbol, if, else\r\n\r\n context.consumeSpaces();\r\n var nextToken = context.future();\r\n\r\n if (args[0].length === 1 && args[0][0].text === nextToken.text) {\r\n return {\r\n tokens: args[1],\r\n numArgs: 0\r\n };\r\n } else {\r\n return {\r\n tokens: args[2],\r\n numArgs: 0\r\n };\r\n }\r\n}); // LaTeX's \\@ifstar{#1}{#2} looks ahead to the next (unexpanded) symbol.\r\n// If it is `*`, then it consumes the symbol, and the macro expands to #1;\r\n// otherwise, the macro expands to #2 (without consuming the symbol).\r\n// TeX source: \\def\\@ifstar#1{\\@ifnextchar *{\\@firstoftwo{#1}}}\r\n\r\ndefineMacro(\"\\\\@ifstar\", \"\\\\@ifnextchar *{\\\\@firstoftwo{#1}}\"); // LaTeX's \\TextOrMath{#1}{#2} expands to #1 in text mode, #2 in math mode\r\n\r\ndefineMacro(\"\\\\TextOrMath\", function (context) {\r\n var args = context.consumeArgs(2);\r\n\r\n if (context.mode === 'text') {\r\n return {\r\n tokens: args[0],\r\n numArgs: 0\r\n };\r\n } else {\r\n return {\r\n tokens: args[1],\r\n numArgs: 0\r\n };\r\n }\r\n}); // Lookup table for parsing numbers in base 8 through 16\r\n\r\nvar digitToNumber = {\r\n \"0\": 0,\r\n \"1\": 1,\r\n \"2\": 2,\r\n \"3\": 3,\r\n \"4\": 4,\r\n \"5\": 5,\r\n \"6\": 6,\r\n \"7\": 7,\r\n \"8\": 8,\r\n \"9\": 9,\r\n \"a\": 10,\r\n \"A\": 10,\r\n \"b\": 11,\r\n \"B\": 11,\r\n \"c\": 12,\r\n \"C\": 12,\r\n \"d\": 13,\r\n \"D\": 13,\r\n \"e\": 14,\r\n \"E\": 14,\r\n \"f\": 15,\r\n \"F\": 15\r\n}; // TeX \\char makes a literal character (catcode 12) using the following forms:\r\n// (see The TeXBook, p. 43)\r\n// \\char123 -- decimal\r\n// \\char'123 -- octal\r\n// \\char\"123 -- hex\r\n// \\char`x -- character that can be written (i.e. isn't active)\r\n// \\char`\\x -- character that cannot be written (e.g. %)\r\n// These all refer to characters from the font, so we turn them into special\r\n// calls to a function \\@char dealt with in the Parser.\r\n\r\ndefineMacro(\"\\\\char\", function (context) {\r\n var token = context.popToken();\r\n var base;\r\n var number = '';\r\n\r\n if (token.text === \"'\") {\r\n base = 8;\r\n token = context.popToken();\r\n } else if (token.text === '\"') {\r\n base = 16;\r\n token = context.popToken();\r\n } else if (token.text === \"`\") {\r\n token = context.popToken();\r\n\r\n if (token.text[0] === \"\\\\\") {\r\n number = token.text.charCodeAt(1);\r\n } else if (token.text === \"EOF\") {\r\n throw new ParseError(\"\\\\char` missing argument\");\r\n } else {\r\n number = token.text.charCodeAt(0);\r\n }\r\n } else {\r\n base = 10;\r\n }\r\n\r\n if (base) {\r\n // Parse a number in the given base, starting with first `token`.\r\n number = digitToNumber[token.text];\r\n\r\n if (number == null || number >= base) {\r\n throw new ParseError(\"Invalid base-\" + base + \" digit \" + token.text);\r\n }\r\n\r\n var digit;\r\n\r\n while ((digit = digitToNumber[context.future().text]) != null && digit < base) {\r\n number *= base;\r\n number += digit;\r\n context.popToken();\r\n }\r\n }\r\n\r\n return \"\\\\@char{\" + number + \"}\";\r\n}); // \\newcommand{\\macro}[args]{definition}\r\n// \\renewcommand{\\macro}[args]{definition}\r\n// TODO: Optional arguments: \\newcommand{\\macro}[args][default]{definition}\r\n\r\nvar newcommand = (context, existsOK, nonexistsOK) => {\r\n var arg = context.consumeArg().tokens;\r\n\r\n if (arg.length !== 1) {\r\n throw new ParseError(\"\\\\newcommand's first argument must be a macro name\");\r\n }\r\n\r\n var name = arg[0].text;\r\n var exists = context.isDefined(name);\r\n\r\n if (exists && !existsOK) {\r\n throw new ParseError(\"\\\\newcommand{\" + name + \"} attempting to redefine \" + (name + \"; use \\\\renewcommand\"));\r\n }\r\n\r\n if (!exists && !nonexistsOK) {\r\n throw new ParseError(\"\\\\renewcommand{\" + name + \"} when command \" + name + \" \" + \"does not yet exist; use \\\\newcommand\");\r\n }\r\n\r\n var numArgs = 0;\r\n arg = context.consumeArg().tokens;\r\n\r\n if (arg.length === 1 && arg[0].text === \"[\") {\r\n var argText = '';\r\n var token = context.expandNextToken();\r\n\r\n while (token.text !== \"]\" && token.text !== \"EOF\") {\r\n // TODO: Should properly expand arg, e.g., ignore {}s\r\n argText += token.text;\r\n token = context.expandNextToken();\r\n }\r\n\r\n if (!argText.match(/^\\s*[0-9]+\\s*$/)) {\r\n throw new ParseError(\"Invalid number of arguments: \" + argText);\r\n }\r\n\r\n numArgs = parseInt(argText);\r\n arg = context.consumeArg().tokens;\r\n } // Final arg is the expansion of the macro\r\n\r\n\r\n context.macros.set(name, {\r\n tokens: arg,\r\n numArgs\r\n });\r\n return '';\r\n};\r\n\r\ndefineMacro(\"\\\\newcommand\", context => newcommand(context, false, true));\r\ndefineMacro(\"\\\\renewcommand\", context => newcommand(context, true, false));\r\ndefineMacro(\"\\\\providecommand\", context => newcommand(context, true, true)); // terminal (console) tools\r\n\r\ndefineMacro(\"\\\\message\", context => {\r\n var arg = context.consumeArgs(1)[0]; // eslint-disable-next-line no-console\r\n\r\n console.log(arg.reverse().map(token => token.text).join(\"\"));\r\n return '';\r\n});\r\ndefineMacro(\"\\\\errmessage\", context => {\r\n var arg = context.consumeArgs(1)[0]; // eslint-disable-next-line no-console\r\n\r\n console.error(arg.reverse().map(token => token.text).join(\"\"));\r\n return '';\r\n});\r\ndefineMacro(\"\\\\show\", context => {\r\n var tok = context.popToken();\r\n var name = tok.text; // eslint-disable-next-line no-console\r\n\r\n console.log(tok, context.macros.get(name), functions[name], symbols.math[name], symbols.text[name]);\r\n return '';\r\n}); //////////////////////////////////////////////////////////////////////\r\n// Grouping\r\n// \\let\\bgroup={ \\let\\egroup=}\r\n\r\ndefineMacro(\"\\\\bgroup\", \"{\");\r\ndefineMacro(\"\\\\egroup\", \"}\"); // Symbols from latex.ltx:\r\n// \\def~{\\nobreakspace{}}\r\n// \\def\\lq{`}\r\n// \\def\\rq{'}\r\n// \\def \\aa {\\r a}\r\n// \\def \\AA {\\r A}\r\n\r\ndefineMacro(\"~\", \"\\\\nobreakspace\");\r\ndefineMacro(\"\\\\lq\", \"`\");\r\ndefineMacro(\"\\\\rq\", \"'\");\r\ndefineMacro(\"\\\\aa\", \"\\\\r a\");\r\ndefineMacro(\"\\\\AA\", \"\\\\r A\"); // Copyright (C) and registered (R) symbols. Use raw symbol in MathML.\r\n// \\DeclareTextCommandDefault{\\textcopyright}{\\textcircled{c}}\r\n// \\DeclareTextCommandDefault{\\textregistered}{\\textcircled{%\r\n// \\check@mathfonts\\fontsize\\sf@size\\z@\\math@fontsfalse\\selectfont R}}\r\n// \\DeclareRobustCommand{\\copyright}{%\r\n// \\ifmmode{\\nfss@text{\\textcopyright}}\\else\\textcopyright\\fi}\r\n\r\ndefineMacro(\"\\\\textcopyright\", \"\\\\html@mathml{\\\\textcircled{c}}{\\\\char`©}\");\r\ndefineMacro(\"\\\\copyright\", \"\\\\TextOrMath{\\\\textcopyright}{\\\\text{\\\\textcopyright}}\");\r\ndefineMacro(\"\\\\textregistered\", \"\\\\html@mathml{\\\\textcircled{\\\\scriptsize R}}{\\\\char`®}\"); // Characters omitted from Unicode range 1D400–1D7FF\r\n\r\ndefineMacro(\"\\u212C\", \"\\\\mathscr{B}\"); // script\r\n\r\ndefineMacro(\"\\u2130\", \"\\\\mathscr{E}\");\r\ndefineMacro(\"\\u2131\", \"\\\\mathscr{F}\");\r\ndefineMacro(\"\\u210B\", \"\\\\mathscr{H}\");\r\ndefineMacro(\"\\u2110\", \"\\\\mathscr{I}\");\r\ndefineMacro(\"\\u2112\", \"\\\\mathscr{L}\");\r\ndefineMacro(\"\\u2133\", \"\\\\mathscr{M}\");\r\ndefineMacro(\"\\u211B\", \"\\\\mathscr{R}\");\r\ndefineMacro(\"\\u212D\", \"\\\\mathfrak{C}\"); // Fraktur\r\n\r\ndefineMacro(\"\\u210C\", \"\\\\mathfrak{H}\");\r\ndefineMacro(\"\\u2128\", \"\\\\mathfrak{Z}\"); // Define \\Bbbk with a macro that works in both HTML and MathML.\r\n\r\ndefineMacro(\"\\\\Bbbk\", \"\\\\Bbb{k}\"); // Unicode middle dot\r\n// The KaTeX fonts do not contain U+00B7. Instead, \\cdotp displays\r\n// the dot at U+22C5 and gives it punct spacing.\r\n\r\ndefineMacro(\"\\u00b7\", \"\\\\cdotp\"); // \\llap and \\rlap render their contents in text mode\r\n\r\ndefineMacro(\"\\\\llap\", \"\\\\mathllap{\\\\textrm{#1}}\");\r\ndefineMacro(\"\\\\rlap\", \"\\\\mathrlap{\\\\textrm{#1}}\");\r\ndefineMacro(\"\\\\clap\", \"\\\\mathclap{\\\\textrm{#1}}\"); // \\mathstrut from the TeXbook, p 360\r\n\r\ndefineMacro(\"\\\\mathstrut\", \"\\\\vphantom{(}\"); // \\underbar from TeXbook p 353\r\n\r\ndefineMacro(\"\\\\underbar\", \"\\\\underline{\\\\text{#1}}\"); // \\not is defined by base/fontmath.ltx via\r\n// \\DeclareMathSymbol{\\not}{\\mathrel}{symbols}{\"36}\r\n// It's thus treated like a \\mathrel, but defined by a symbol that has zero\r\n// width but extends to the right. We use \\rlap to get that spacing.\r\n// For MathML we write U+0338 here. buildMathML.js will then do the overlay.\r\n\r\ndefineMacro(\"\\\\not\", '\\\\html@mathml{\\\\mathrel{\\\\mathrlap\\\\@not}}{\\\\char\"338}'); // Negated symbols from base/fontmath.ltx:\r\n// \\def\\neq{\\not=} \\let\\ne=\\neq\r\n// \\DeclareRobustCommand\r\n// \\notin{\\mathrel{\\m@th\\mathpalette\\c@ncel\\in}}\r\n// \\def\\c@ncel#1#2{\\m@th\\ooalign{$\\hfil#1\\mkern1mu/\\hfil$\\crcr$#1#2$}}\r\n\r\ndefineMacro(\"\\\\neq\", \"\\\\html@mathml{\\\\mathrel{\\\\not=}}{\\\\mathrel{\\\\char`≠}}\");\r\ndefineMacro(\"\\\\ne\", \"\\\\neq\");\r\ndefineMacro(\"\\u2260\", \"\\\\neq\");\r\ndefineMacro(\"\\\\notin\", \"\\\\html@mathml{\\\\mathrel{{\\\\in}\\\\mathllap{/\\\\mskip1mu}}}\" + \"{\\\\mathrel{\\\\char`∉}}\");\r\ndefineMacro(\"\\u2209\", \"\\\\notin\"); // Unicode stacked relations\r\n\r\ndefineMacro(\"\\u2258\", \"\\\\html@mathml{\" + \"\\\\mathrel{=\\\\kern{-1em}\\\\raisebox{0.4em}{$\\\\scriptsize\\\\frown$}}\" + \"}{\\\\mathrel{\\\\char`\\u2258}}\");\r\ndefineMacro(\"\\u2259\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\wedge}{=}}{\\\\mathrel{\\\\char`\\u2258}}\");\r\ndefineMacro(\"\\u225A\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\vee}{=}}{\\\\mathrel{\\\\char`\\u225A}}\");\r\ndefineMacro(\"\\u225B\", \"\\\\html@mathml{\\\\stackrel{\\\\scriptsize\\\\star}{=}}\" + \"{\\\\mathrel{\\\\char`\\u225B}}\");\r\ndefineMacro(\"\\u225D\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\mathrm{def}}{=}}\" + \"{\\\\mathrel{\\\\char`\\u225D}}\");\r\ndefineMacro(\"\\u225E\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\mathrm{m}}{=}}\" + \"{\\\\mathrel{\\\\char`\\u225E}}\");\r\ndefineMacro(\"\\u225F\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny?}{=}}{\\\\mathrel{\\\\char`\\u225F}}\"); // Misc Unicode\r\n\r\ndefineMacro(\"\\u27C2\", \"\\\\perp\");\r\ndefineMacro(\"\\u203C\", \"\\\\mathclose{!\\\\mkern-0.8mu!}\");\r\ndefineMacro(\"\\u220C\", \"\\\\notni\");\r\ndefineMacro(\"\\u231C\", \"\\\\ulcorner\");\r\ndefineMacro(\"\\u231D\", \"\\\\urcorner\");\r\ndefineMacro(\"\\u231E\", \"\\\\llcorner\");\r\ndefineMacro(\"\\u231F\", \"\\\\lrcorner\");\r\ndefineMacro(\"\\u00A9\", \"\\\\copyright\");\r\ndefineMacro(\"\\u00AE\", \"\\\\textregistered\");\r\ndefineMacro(\"\\uFE0F\", \"\\\\textregistered\"); // The KaTeX fonts have corners at codepoints that don't match Unicode.\r\n// For MathML purposes, use the Unicode code point.\r\n\r\ndefineMacro(\"\\\\ulcorner\", \"\\\\html@mathml{\\\\@ulcorner}{\\\\mathop{\\\\char\\\"231c}}\");\r\ndefineMacro(\"\\\\urcorner\", \"\\\\html@mathml{\\\\@urcorner}{\\\\mathop{\\\\char\\\"231d}}\");\r\ndefineMacro(\"\\\\llcorner\", \"\\\\html@mathml{\\\\@llcorner}{\\\\mathop{\\\\char\\\"231e}}\");\r\ndefineMacro(\"\\\\lrcorner\", \"\\\\html@mathml{\\\\@lrcorner}{\\\\mathop{\\\\char\\\"231f}}\"); //////////////////////////////////////////////////////////////////////\r\n// LaTeX_2ε\r\n// \\vdots{\\vbox{\\baselineskip4\\p@ \\lineskiplimit\\z@\r\n// \\kern6\\p@\\hbox{.}\\hbox{.}\\hbox{.}}}\r\n// We'll call \\varvdots, which gets a glyph from symbols.js.\r\n// The zero-width rule gets us an equivalent to the vertical 6pt kern.\r\n\r\ndefineMacro(\"\\\\vdots\", \"\\\\mathord{\\\\varvdots\\\\rule{0pt}{15pt}}\");\r\ndefineMacro(\"\\u22ee\", \"\\\\vdots\"); //////////////////////////////////////////////////////////////////////\r\n// amsmath.sty\r\n// http://mirrors.concertpass.com/tex-archive/macros/latex/required/amsmath/amsmath.pdf\r\n// Italic Greek capital letters. AMS defines these with \\DeclareMathSymbol,\r\n// but they are equivalent to \\mathit{\\Letter}.\r\n\r\ndefineMacro(\"\\\\varGamma\", \"\\\\mathit{\\\\Gamma}\");\r\ndefineMacro(\"\\\\varDelta\", \"\\\\mathit{\\\\Delta}\");\r\ndefineMacro(\"\\\\varTheta\", \"\\\\mathit{\\\\Theta}\");\r\ndefineMacro(\"\\\\varLambda\", \"\\\\mathit{\\\\Lambda}\");\r\ndefineMacro(\"\\\\varXi\", \"\\\\mathit{\\\\Xi}\");\r\ndefineMacro(\"\\\\varPi\", \"\\\\mathit{\\\\Pi}\");\r\ndefineMacro(\"\\\\varSigma\", \"\\\\mathit{\\\\Sigma}\");\r\ndefineMacro(\"\\\\varUpsilon\", \"\\\\mathit{\\\\Upsilon}\");\r\ndefineMacro(\"\\\\varPhi\", \"\\\\mathit{\\\\Phi}\");\r\ndefineMacro(\"\\\\varPsi\", \"\\\\mathit{\\\\Psi}\");\r\ndefineMacro(\"\\\\varOmega\", \"\\\\mathit{\\\\Omega}\"); //\\newcommand{\\substack}[1]{\\subarray{c}#1\\endsubarray}\r\n\r\ndefineMacro(\"\\\\substack\", \"\\\\begin{subarray}{c}#1\\\\end{subarray}\"); // \\renewcommand{\\colon}{\\nobreak\\mskip2mu\\mathpunct{}\\nonscript\r\n// \\mkern-\\thinmuskip{:}\\mskip6muplus1mu\\relax}\r\n\r\ndefineMacro(\"\\\\colon\", \"\\\\nobreak\\\\mskip2mu\\\\mathpunct{}\" + \"\\\\mathchoice{\\\\mkern-3mu}{\\\\mkern-3mu}{}{}{:}\\\\mskip6mu\\\\relax\"); // \\newcommand{\\boxed}[1]{\\fbox{\\m@th$\\displaystyle#1$}}\r\n\r\ndefineMacro(\"\\\\boxed\", \"\\\\fbox{$\\\\displaystyle{#1}$}\"); // \\def\\iff{\\DOTSB\\;\\Longleftrightarrow\\;}\r\n// \\def\\implies{\\DOTSB\\;\\Longrightarrow\\;}\r\n// \\def\\impliedby{\\DOTSB\\;\\Longleftarrow\\;}\r\n\r\ndefineMacro(\"\\\\iff\", \"\\\\DOTSB\\\\;\\\\Longleftrightarrow\\\\;\");\r\ndefineMacro(\"\\\\implies\", \"\\\\DOTSB\\\\;\\\\Longrightarrow\\\\;\");\r\ndefineMacro(\"\\\\impliedby\", \"\\\\DOTSB\\\\;\\\\Longleftarrow\\\\;\"); // AMSMath's automatic \\dots, based on \\mdots@@ macro.\r\n\r\nvar dotsByToken = {\r\n ',': '\\\\dotsc',\r\n '\\\\not': '\\\\dotsb',\r\n // \\keybin@ checks for the following:\r\n '+': '\\\\dotsb',\r\n '=': '\\\\dotsb',\r\n '<': '\\\\dotsb',\r\n '>': '\\\\dotsb',\r\n '-': '\\\\dotsb',\r\n '*': '\\\\dotsb',\r\n ':': '\\\\dotsb',\r\n // Symbols whose definition starts with \\DOTSB:\r\n '\\\\DOTSB': '\\\\dotsb',\r\n '\\\\coprod': '\\\\dotsb',\r\n '\\\\bigvee': '\\\\dotsb',\r\n '\\\\bigwedge': '\\\\dotsb',\r\n '\\\\biguplus': '\\\\dotsb',\r\n '\\\\bigcap': '\\\\dotsb',\r\n '\\\\bigcup': '\\\\dotsb',\r\n '\\\\prod': '\\\\dotsb',\r\n '\\\\sum': '\\\\dotsb',\r\n '\\\\bigotimes': '\\\\dotsb',\r\n '\\\\bigoplus': '\\\\dotsb',\r\n '\\\\bigodot': '\\\\dotsb',\r\n '\\\\bigsqcup': '\\\\dotsb',\r\n '\\\\And': '\\\\dotsb',\r\n '\\\\longrightarrow': '\\\\dotsb',\r\n '\\\\Longrightarrow': '\\\\dotsb',\r\n '\\\\longleftarrow': '\\\\dotsb',\r\n '\\\\Longleftarrow': '\\\\dotsb',\r\n '\\\\longleftrightarrow': '\\\\dotsb',\r\n '\\\\Longleftrightarrow': '\\\\dotsb',\r\n '\\\\mapsto': '\\\\dotsb',\r\n '\\\\longmapsto': '\\\\dotsb',\r\n '\\\\hookrightarrow': '\\\\dotsb',\r\n '\\\\doteq': '\\\\dotsb',\r\n // Symbols whose definition starts with \\mathbin:\r\n '\\\\mathbin': '\\\\dotsb',\r\n // Symbols whose definition starts with \\mathrel:\r\n '\\\\mathrel': '\\\\dotsb',\r\n '\\\\relbar': '\\\\dotsb',\r\n '\\\\Relbar': '\\\\dotsb',\r\n '\\\\xrightarrow': '\\\\dotsb',\r\n '\\\\xleftarrow': '\\\\dotsb',\r\n // Symbols whose definition starts with \\DOTSI:\r\n '\\\\DOTSI': '\\\\dotsi',\r\n '\\\\int': '\\\\dotsi',\r\n '\\\\oint': '\\\\dotsi',\r\n '\\\\iint': '\\\\dotsi',\r\n '\\\\iiint': '\\\\dotsi',\r\n '\\\\iiiint': '\\\\dotsi',\r\n '\\\\idotsint': '\\\\dotsi',\r\n // Symbols whose definition starts with \\DOTSX:\r\n '\\\\DOTSX': '\\\\dotsx'\r\n};\r\ndefineMacro(\"\\\\dots\", function (context) {\r\n // TODO: If used in text mode, should expand to \\textellipsis.\r\n // However, in KaTeX, \\textellipsis and \\ldots behave the same\r\n // (in text mode), and it's unlikely we'd see any of the math commands\r\n // that affect the behavior of \\dots when in text mode. So fine for now\r\n // (until we support \\ifmmode ... \\else ... \\fi).\r\n var thedots = '\\\\dotso';\r\n var next = context.expandAfterFuture().text;\r\n\r\n if (next in dotsByToken) {\r\n thedots = dotsByToken[next];\r\n } else if (next.slice(0, 4) === '\\\\not') {\r\n thedots = '\\\\dotsb';\r\n } else if (next in symbols.math) {\r\n if (utils.contains(['bin', 'rel'], symbols.math[next].group)) {\r\n thedots = '\\\\dotsb';\r\n }\r\n }\r\n\r\n return thedots;\r\n});\r\nvar spaceAfterDots = {\r\n // \\rightdelim@ checks for the following:\r\n ')': true,\r\n ']': true,\r\n '\\\\rbrack': true,\r\n '\\\\}': true,\r\n '\\\\rbrace': true,\r\n '\\\\rangle': true,\r\n '\\\\rceil': true,\r\n '\\\\rfloor': true,\r\n '\\\\rgroup': true,\r\n '\\\\rmoustache': true,\r\n '\\\\right': true,\r\n '\\\\bigr': true,\r\n '\\\\biggr': true,\r\n '\\\\Bigr': true,\r\n '\\\\Biggr': true,\r\n // \\extra@ also tests for the following:\r\n '$': true,\r\n // \\extrap@ checks for the following:\r\n ';': true,\r\n '.': true,\r\n ',': true\r\n};\r\ndefineMacro(\"\\\\dotso\", function (context) {\r\n var next = context.future().text;\r\n\r\n if (next in spaceAfterDots) {\r\n return \"\\\\ldots\\\\,\";\r\n } else {\r\n return \"\\\\ldots\";\r\n }\r\n});\r\ndefineMacro(\"\\\\dotsc\", function (context) {\r\n var next = context.future().text; // \\dotsc uses \\extra@ but not \\extrap@, instead specially checking for\r\n // ';' and '.', but doesn't check for ','.\r\n\r\n if (next in spaceAfterDots && next !== ',') {\r\n return \"\\\\ldots\\\\,\";\r\n } else {\r\n return \"\\\\ldots\";\r\n }\r\n});\r\ndefineMacro(\"\\\\cdots\", function (context) {\r\n var next = context.future().text;\r\n\r\n if (next in spaceAfterDots) {\r\n return \"\\\\@cdots\\\\,\";\r\n } else {\r\n return \"\\\\@cdots\";\r\n }\r\n});\r\ndefineMacro(\"\\\\dotsb\", \"\\\\cdots\");\r\ndefineMacro(\"\\\\dotsm\", \"\\\\cdots\");\r\ndefineMacro(\"\\\\dotsi\", \"\\\\!\\\\cdots\"); // amsmath doesn't actually define \\dotsx, but \\dots followed by a macro\r\n// starting with \\DOTSX implies \\dotso, and then \\extra@ detects this case\r\n// and forces the added `\\,`.\r\n\r\ndefineMacro(\"\\\\dotsx\", \"\\\\ldots\\\\,\"); // \\let\\DOTSI\\relax\r\n// \\let\\DOTSB\\relax\r\n// \\let\\DOTSX\\relax\r\n\r\ndefineMacro(\"\\\\DOTSI\", \"\\\\relax\");\r\ndefineMacro(\"\\\\DOTSB\", \"\\\\relax\");\r\ndefineMacro(\"\\\\DOTSX\", \"\\\\relax\"); // Spacing, based on amsmath.sty's override of LaTeX defaults\r\n// \\DeclareRobustCommand{\\tmspace}[3]{%\r\n// \\ifmmode\\mskip#1#2\\else\\kern#1#3\\fi\\relax}\r\n\r\ndefineMacro(\"\\\\tmspace\", \"\\\\TextOrMath{\\\\kern#1#3}{\\\\mskip#1#2}\\\\relax\"); // \\renewcommand{\\,}{\\tmspace+\\thinmuskip{.1667em}}\r\n// TODO: math mode should use \\thinmuskip\r\n\r\ndefineMacro(\"\\\\,\", \"\\\\tmspace+{3mu}{.1667em}\"); // \\let\\thinspace\\,\r\n\r\ndefineMacro(\"\\\\thinspace\", \"\\\\,\"); // \\def\\>{\\mskip\\medmuskip}\r\n// \\renewcommand{\\:}{\\tmspace+\\medmuskip{.2222em}}\r\n// TODO: \\> and math mode of \\: should use \\medmuskip = 4mu plus 2mu minus 4mu\r\n\r\ndefineMacro(\"\\\\>\", \"\\\\mskip{4mu}\");\r\ndefineMacro(\"\\\\:\", \"\\\\tmspace+{4mu}{.2222em}\"); // \\let\\medspace\\:\r\n\r\ndefineMacro(\"\\\\medspace\", \"\\\\:\"); // \\renewcommand{\\;}{\\tmspace+\\thickmuskip{.2777em}}\r\n// TODO: math mode should use \\thickmuskip = 5mu plus 5mu\r\n\r\ndefineMacro(\"\\\\;\", \"\\\\tmspace+{5mu}{.2777em}\"); // \\let\\thickspace\\;\r\n\r\ndefineMacro(\"\\\\thickspace\", \"\\\\;\"); // \\renewcommand{\\!}{\\tmspace-\\thinmuskip{.1667em}}\r\n// TODO: math mode should use \\thinmuskip\r\n\r\ndefineMacro(\"\\\\!\", \"\\\\tmspace-{3mu}{.1667em}\"); // \\let\\negthinspace\\!\r\n\r\ndefineMacro(\"\\\\negthinspace\", \"\\\\!\"); // \\newcommand{\\negmedspace}{\\tmspace-\\medmuskip{.2222em}}\r\n// TODO: math mode should use \\medmuskip\r\n\r\ndefineMacro(\"\\\\negmedspace\", \"\\\\tmspace-{4mu}{.2222em}\"); // \\newcommand{\\negthickspace}{\\tmspace-\\thickmuskip{.2777em}}\r\n// TODO: math mode should use \\thickmuskip\r\n\r\ndefineMacro(\"\\\\negthickspace\", \"\\\\tmspace-{5mu}{.277em}\"); // \\def\\enspace{\\kern.5em }\r\n\r\ndefineMacro(\"\\\\enspace\", \"\\\\kern.5em \"); // \\def\\enskip{\\hskip.5em\\relax}\r\n\r\ndefineMacro(\"\\\\enskip\", \"\\\\hskip.5em\\\\relax\"); // \\def\\quad{\\hskip1em\\relax}\r\n\r\ndefineMacro(\"\\\\quad\", \"\\\\hskip1em\\\\relax\"); // \\def\\qquad{\\hskip2em\\relax}\r\n\r\ndefineMacro(\"\\\\qquad\", \"\\\\hskip2em\\\\relax\"); // \\tag@in@display form of \\tag\r\n\r\ndefineMacro(\"\\\\tag\", \"\\\\@ifstar\\\\tag@literal\\\\tag@paren\");\r\ndefineMacro(\"\\\\tag@paren\", \"\\\\tag@literal{({#1})}\");\r\ndefineMacro(\"\\\\tag@literal\", context => {\r\n if (context.macros.get(\"\\\\df@tag\")) {\r\n throw new ParseError(\"Multiple \\\\tag\");\r\n }\r\n\r\n return \"\\\\gdef\\\\df@tag{\\\\text{#1}}\";\r\n}); // \\renewcommand{\\bmod}{\\nonscript\\mskip-\\medmuskip\\mkern5mu\\mathbin\r\n// {\\operator@font mod}\\penalty900\r\n// \\mkern5mu\\nonscript\\mskip-\\medmuskip}\r\n// \\newcommand{\\pod}[1]{\\allowbreak\r\n// \\if@display\\mkern18mu\\else\\mkern8mu\\fi(#1)}\r\n// \\renewcommand{\\pmod}[1]{\\pod{{\\operator@font mod}\\mkern6mu#1}}\r\n// \\newcommand{\\mod}[1]{\\allowbreak\\if@display\\mkern18mu\r\n// \\else\\mkern12mu\\fi{\\operator@font mod}\\,\\,#1}\r\n// TODO: math mode should use \\medmuskip = 4mu plus 2mu minus 4mu\r\n\r\ndefineMacro(\"\\\\bmod\", \"\\\\mathchoice{\\\\mskip1mu}{\\\\mskip1mu}{\\\\mskip5mu}{\\\\mskip5mu}\" + \"\\\\mathbin{\\\\rm mod}\" + \"\\\\mathchoice{\\\\mskip1mu}{\\\\mskip1mu}{\\\\mskip5mu}{\\\\mskip5mu}\");\r\ndefineMacro(\"\\\\pod\", \"\\\\allowbreak\" + \"\\\\mathchoice{\\\\mkern18mu}{\\\\mkern8mu}{\\\\mkern8mu}{\\\\mkern8mu}(#1)\");\r\ndefineMacro(\"\\\\pmod\", \"\\\\pod{{\\\\rm mod}\\\\mkern6mu#1}\");\r\ndefineMacro(\"\\\\mod\", \"\\\\allowbreak\" + \"\\\\mathchoice{\\\\mkern18mu}{\\\\mkern12mu}{\\\\mkern12mu}{\\\\mkern12mu}\" + \"{\\\\rm mod}\\\\,\\\\,#1\"); //////////////////////////////////////////////////////////////////////\r\n// LaTeX source2e\r\n// \\expandafter\\let\\expandafter\\@normalcr\r\n// \\csname\\expandafter\\@gobble\\string\\\\ \\endcsname\r\n// \\DeclareRobustCommand\\newline{\\@normalcr\\relax}\r\n\r\ndefineMacro(\"\\\\newline\", \"\\\\\\\\\\\\relax\"); // \\def\\TeX{T\\kern-.1667em\\lower.5ex\\hbox{E}\\kern-.125emX\\@}\r\n// TODO: Doesn't normally work in math mode because \\@ fails. KaTeX doesn't\r\n// support \\@ yet, so that's omitted, and we add \\text so that the result\r\n// doesn't look funny in math mode.\r\n\r\ndefineMacro(\"\\\\TeX\", \"\\\\textrm{\\\\html@mathml{\" + \"T\\\\kern-.1667em\\\\raisebox{-.5ex}{E}\\\\kern-.125emX\" + \"}{TeX}}\"); // \\DeclareRobustCommand{\\LaTeX}{L\\kern-.36em%\r\n// {\\sbox\\z@ T%\r\n// \\vbox to\\ht\\z@{\\hbox{\\check@mathfonts\r\n// \\fontsize\\sf@size\\z@\r\n// \\math@fontsfalse\\selectfont\r\n// A}%\r\n// \\vss}%\r\n// }%\r\n// \\kern-.15em%\r\n// \\TeX}\r\n// This code aligns the top of the A with the T (from the perspective of TeX's\r\n// boxes, though visually the A appears to extend above slightly).\r\n// We compute the corresponding \\raisebox when A is rendered in \\normalsize\r\n// \\scriptstyle, which has a scale factor of 0.7 (see Options.js).\r\n\r\nvar latexRaiseA = makeEm(fontMetricsData['Main-Regular'][\"T\".charCodeAt(0)][1] - 0.7 * fontMetricsData['Main-Regular'][\"A\".charCodeAt(0)][1]);\r\ndefineMacro(\"\\\\LaTeX\", \"\\\\textrm{\\\\html@mathml{\" + (\"L\\\\kern-.36em\\\\raisebox{\" + latexRaiseA + \"}{\\\\scriptstyle A}\") + \"\\\\kern-.15em\\\\TeX}{LaTeX}}\"); // New KaTeX logo based on tweaking LaTeX logo\r\n\r\ndefineMacro(\"\\\\KaTeX\", \"\\\\textrm{\\\\html@mathml{\" + (\"K\\\\kern-.17em\\\\raisebox{\" + latexRaiseA + \"}{\\\\scriptstyle A}\") + \"\\\\kern-.15em\\\\TeX}{KaTeX}}\"); // \\DeclareRobustCommand\\hspace{\\@ifstar\\@hspacer\\@hspace}\r\n// \\def\\@hspace#1{\\hskip #1\\relax}\r\n// \\def\\@hspacer#1{\\vrule \\@width\\z@\\nobreak\r\n// \\hskip #1\\hskip \\z@skip}\r\n\r\ndefineMacro(\"\\\\hspace\", \"\\\\@ifstar\\\\@hspacer\\\\@hspace\");\r\ndefineMacro(\"\\\\@hspace\", \"\\\\hskip #1\\\\relax\");\r\ndefineMacro(\"\\\\@hspacer\", \"\\\\rule{0pt}{0pt}\\\\hskip #1\\\\relax\"); //////////////////////////////////////////////////////////////////////\r\n// mathtools.sty\r\n//\\providecommand\\ordinarycolon{:}\r\n\r\ndefineMacro(\"\\\\ordinarycolon\", \":\"); //\\def\\vcentcolon{\\mathrel{\\mathop\\ordinarycolon}}\r\n//TODO(edemaine): Not yet centered. Fix via \\raisebox or #726\r\n\r\ndefineMacro(\"\\\\vcentcolon\", \"\\\\mathrel{\\\\mathop\\\\ordinarycolon}\"); // \\providecommand*\\dblcolon{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}\r\n\r\ndefineMacro(\"\\\\dblcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-.9mu}\\\\vcentcolon}}\" + \"{\\\\mathop{\\\\char\\\"2237}}\"); // \\providecommand*\\coloneqq{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}\r\n\r\ndefineMacro(\"\\\\coloneqq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}=}}\" + \"{\\\\mathop{\\\\char\\\"2254}}\"); // ≔\r\n// \\providecommand*\\Coloneqq{\\dblcolon\\mathrel{\\mkern-1.2mu}=}\r\n\r\ndefineMacro(\"\\\\Coloneqq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}=}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"3d}}\"); // \\providecommand*\\coloneq{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}\r\n\r\ndefineMacro(\"\\\\coloneq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\mathrel{-}}}\" + \"{\\\\mathop{\\\\char\\\"3a\\\\char\\\"2212}}\"); // \\providecommand*\\Coloneq{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}\r\n\r\ndefineMacro(\"\\\\Coloneq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\mathrel{-}}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"2212}}\"); // \\providecommand*\\eqqcolon{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}\r\n\r\ndefineMacro(\"\\\\eqqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{=\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}}\" + \"{\\\\mathop{\\\\char\\\"2255}}\"); // ≕\r\n// \\providecommand*\\Eqqcolon{=\\mathrel{\\mkern-1.2mu}\\dblcolon}\r\n\r\ndefineMacro(\"\\\\Eqqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{=\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}}\" + \"{\\\\mathop{\\\\char\\\"3d\\\\char\\\"2237}}\"); // \\providecommand*\\eqcolon{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}\r\n\r\ndefineMacro(\"\\\\eqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\mathrel{-}\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}}\" + \"{\\\\mathop{\\\\char\\\"2239}}\"); // \\providecommand*\\Eqcolon{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}\r\n\r\ndefineMacro(\"\\\\Eqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\mathrel{-}\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}}\" + \"{\\\\mathop{\\\\char\\\"2212\\\\char\\\"2237}}\"); // \\providecommand*\\colonapprox{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}\r\n\r\ndefineMacro(\"\\\\colonapprox\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\approx}}\" + \"{\\\\mathop{\\\\char\\\"3a\\\\char\\\"2248}}\"); // \\providecommand*\\Colonapprox{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}\r\n\r\ndefineMacro(\"\\\\Colonapprox\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\approx}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"2248}}\"); // \\providecommand*\\colonsim{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}\r\n\r\ndefineMacro(\"\\\\colonsim\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\sim}}\" + \"{\\\\mathop{\\\\char\\\"3a\\\\char\\\"223c}}\"); // \\providecommand*\\Colonsim{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}\r\n\r\ndefineMacro(\"\\\\Colonsim\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\sim}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"223c}}\"); // Some Unicode characters are implemented with macros to mathtools functions.\r\n\r\ndefineMacro(\"\\u2237\", \"\\\\dblcolon\"); // ::\r\n\r\ndefineMacro(\"\\u2239\", \"\\\\eqcolon\"); // -:\r\n\r\ndefineMacro(\"\\u2254\", \"\\\\coloneqq\"); // :=\r\n\r\ndefineMacro(\"\\u2255\", \"\\\\eqqcolon\"); // =:\r\n\r\ndefineMacro(\"\\u2A74\", \"\\\\Coloneqq\"); // ::=\r\n//////////////////////////////////////////////////////////////////////\r\n// colonequals.sty\r\n// Alternate names for mathtools's macros:\r\n\r\ndefineMacro(\"\\\\ratio\", \"\\\\vcentcolon\");\r\ndefineMacro(\"\\\\coloncolon\", \"\\\\dblcolon\");\r\ndefineMacro(\"\\\\colonequals\", \"\\\\coloneqq\");\r\ndefineMacro(\"\\\\coloncolonequals\", \"\\\\Coloneqq\");\r\ndefineMacro(\"\\\\equalscolon\", \"\\\\eqqcolon\");\r\ndefineMacro(\"\\\\equalscoloncolon\", \"\\\\Eqqcolon\");\r\ndefineMacro(\"\\\\colonminus\", \"\\\\coloneq\");\r\ndefineMacro(\"\\\\coloncolonminus\", \"\\\\Coloneq\");\r\ndefineMacro(\"\\\\minuscolon\", \"\\\\eqcolon\");\r\ndefineMacro(\"\\\\minuscoloncolon\", \"\\\\Eqcolon\"); // \\colonapprox name is same in mathtools and colonequals.\r\n\r\ndefineMacro(\"\\\\coloncolonapprox\", \"\\\\Colonapprox\"); // \\colonsim name is same in mathtools and colonequals.\r\n\r\ndefineMacro(\"\\\\coloncolonsim\", \"\\\\Colonsim\"); // Additional macros, implemented by analogy with mathtools definitions:\r\n\r\ndefineMacro(\"\\\\simcolon\", \"\\\\mathrel{\\\\sim\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}\");\r\ndefineMacro(\"\\\\simcoloncolon\", \"\\\\mathrel{\\\\sim\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}\");\r\ndefineMacro(\"\\\\approxcolon\", \"\\\\mathrel{\\\\approx\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}\");\r\ndefineMacro(\"\\\\approxcoloncolon\", \"\\\\mathrel{\\\\approx\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}\"); // Present in newtxmath, pxfonts and txfonts\r\n\r\ndefineMacro(\"\\\\notni\", \"\\\\html@mathml{\\\\not\\\\ni}{\\\\mathrel{\\\\char`\\u220C}}\");\r\ndefineMacro(\"\\\\limsup\", \"\\\\DOTSB\\\\operatorname*{lim\\\\,sup}\");\r\ndefineMacro(\"\\\\liminf\", \"\\\\DOTSB\\\\operatorname*{lim\\\\,inf}\"); //////////////////////////////////////////////////////////////////////\r\n// From amsopn.sty\r\n\r\ndefineMacro(\"\\\\injlim\", \"\\\\DOTSB\\\\operatorname*{inj\\\\,lim}\");\r\ndefineMacro(\"\\\\projlim\", \"\\\\DOTSB\\\\operatorname*{proj\\\\,lim}\");\r\ndefineMacro(\"\\\\varlimsup\", \"\\\\DOTSB\\\\operatorname*{\\\\overline{lim}}\");\r\ndefineMacro(\"\\\\varliminf\", \"\\\\DOTSB\\\\operatorname*{\\\\underline{lim}}\");\r\ndefineMacro(\"\\\\varinjlim\", \"\\\\DOTSB\\\\operatorname*{\\\\underrightarrow{lim}}\");\r\ndefineMacro(\"\\\\varprojlim\", \"\\\\DOTSB\\\\operatorname*{\\\\underleftarrow{lim}}\"); //////////////////////////////////////////////////////////////////////\r\n// MathML alternates for KaTeX glyphs in the Unicode private area\r\n\r\ndefineMacro(\"\\\\gvertneqq\", \"\\\\html@mathml{\\\\@gvertneqq}{\\u2269}\");\r\ndefineMacro(\"\\\\lvertneqq\", \"\\\\html@mathml{\\\\@lvertneqq}{\\u2268}\");\r\ndefineMacro(\"\\\\ngeqq\", \"\\\\html@mathml{\\\\@ngeqq}{\\u2271}\");\r\ndefineMacro(\"\\\\ngeqslant\", \"\\\\html@mathml{\\\\@ngeqslant}{\\u2271}\");\r\ndefineMacro(\"\\\\nleqq\", \"\\\\html@mathml{\\\\@nleqq}{\\u2270}\");\r\ndefineMacro(\"\\\\nleqslant\", \"\\\\html@mathml{\\\\@nleqslant}{\\u2270}\");\r\ndefineMacro(\"\\\\nshortmid\", \"\\\\html@mathml{\\\\@nshortmid}{∤}\");\r\ndefineMacro(\"\\\\nshortparallel\", \"\\\\html@mathml{\\\\@nshortparallel}{∦}\");\r\ndefineMacro(\"\\\\nsubseteqq\", \"\\\\html@mathml{\\\\@nsubseteqq}{\\u2288}\");\r\ndefineMacro(\"\\\\nsupseteqq\", \"\\\\html@mathml{\\\\@nsupseteqq}{\\u2289}\");\r\ndefineMacro(\"\\\\varsubsetneq\", \"\\\\html@mathml{\\\\@varsubsetneq}{⊊}\");\r\ndefineMacro(\"\\\\varsubsetneqq\", \"\\\\html@mathml{\\\\@varsubsetneqq}{⫋}\");\r\ndefineMacro(\"\\\\varsupsetneq\", \"\\\\html@mathml{\\\\@varsupsetneq}{⊋}\");\r\ndefineMacro(\"\\\\varsupsetneqq\", \"\\\\html@mathml{\\\\@varsupsetneqq}{⫌}\");\r\ndefineMacro(\"\\\\imath\", \"\\\\html@mathml{\\\\@imath}{\\u0131}\");\r\ndefineMacro(\"\\\\jmath\", \"\\\\html@mathml{\\\\@jmath}{\\u0237}\"); //////////////////////////////////////////////////////////////////////\r\n// stmaryrd and semantic\r\n// The stmaryrd and semantic packages render the next four items by calling a\r\n// glyph. Those glyphs do not exist in the KaTeX fonts. Hence the macros.\r\n\r\ndefineMacro(\"\\\\llbracket\", \"\\\\html@mathml{\" + \"\\\\mathopen{[\\\\mkern-3.2mu[}}\" + \"{\\\\mathopen{\\\\char`\\u27e6}}\");\r\ndefineMacro(\"\\\\rrbracket\", \"\\\\html@mathml{\" + \"\\\\mathclose{]\\\\mkern-3.2mu]}}\" + \"{\\\\mathclose{\\\\char`\\u27e7}}\");\r\ndefineMacro(\"\\u27e6\", \"\\\\llbracket\"); // blackboard bold [\r\n\r\ndefineMacro(\"\\u27e7\", \"\\\\rrbracket\"); // blackboard bold ]\r\n\r\ndefineMacro(\"\\\\lBrace\", \"\\\\html@mathml{\" + \"\\\\mathopen{\\\\{\\\\mkern-3.2mu[}}\" + \"{\\\\mathopen{\\\\char`\\u2983}}\");\r\ndefineMacro(\"\\\\rBrace\", \"\\\\html@mathml{\" + \"\\\\mathclose{]\\\\mkern-3.2mu\\\\}}}\" + \"{\\\\mathclose{\\\\char`\\u2984}}\");\r\ndefineMacro(\"\\u2983\", \"\\\\lBrace\"); // blackboard bold {\r\n\r\ndefineMacro(\"\\u2984\", \"\\\\rBrace\"); // blackboard bold }\r\n// TODO: Create variable sized versions of the last two items. I believe that\r\n// will require new font glyphs.\r\n// The stmaryrd function `\\minuso` provides a \"Plimsoll\" symbol that\r\n// superimposes the characters \\circ and \\mathminus. Used in chemistry.\r\n\r\ndefineMacro(\"\\\\minuso\", \"\\\\mathbin{\\\\html@mathml{\" + \"{\\\\mathrlap{\\\\mathchoice{\\\\kern{0.145em}}{\\\\kern{0.145em}}\" + \"{\\\\kern{0.1015em}}{\\\\kern{0.0725em}}\\\\circ}{-}}}\" + \"{\\\\char`⦵}}\");\r\ndefineMacro(\"⦵\", \"\\\\minuso\"); //////////////////////////////////////////////////////////////////////\r\n// texvc.sty\r\n// The texvc package contains macros available in mediawiki pages.\r\n// We omit the functions deprecated at\r\n// https://en.wikipedia.org/wiki/Help:Displaying_a_formula#Deprecated_syntax\r\n// We also omit texvc's \\O, which conflicts with \\text{\\O}\r\n\r\ndefineMacro(\"\\\\darr\", \"\\\\downarrow\");\r\ndefineMacro(\"\\\\dArr\", \"\\\\Downarrow\");\r\ndefineMacro(\"\\\\Darr\", \"\\\\Downarrow\");\r\ndefineMacro(\"\\\\lang\", \"\\\\langle\");\r\ndefineMacro(\"\\\\rang\", \"\\\\rangle\");\r\ndefineMacro(\"\\\\uarr\", \"\\\\uparrow\");\r\ndefineMacro(\"\\\\uArr\", \"\\\\Uparrow\");\r\ndefineMacro(\"\\\\Uarr\", \"\\\\Uparrow\");\r\ndefineMacro(\"\\\\N\", \"\\\\mathbb{N}\");\r\ndefineMacro(\"\\\\R\", \"\\\\mathbb{R}\");\r\ndefineMacro(\"\\\\Z\", \"\\\\mathbb{Z}\");\r\ndefineMacro(\"\\\\alef\", \"\\\\aleph\");\r\ndefineMacro(\"\\\\alefsym\", \"\\\\aleph\");\r\ndefineMacro(\"\\\\Alpha\", \"\\\\mathrm{A}\");\r\ndefineMacro(\"\\\\Beta\", \"\\\\mathrm{B}\");\r\ndefineMacro(\"\\\\bull\", \"\\\\bullet\");\r\ndefineMacro(\"\\\\Chi\", \"\\\\mathrm{X}\");\r\ndefineMacro(\"\\\\clubs\", \"\\\\clubsuit\");\r\ndefineMacro(\"\\\\cnums\", \"\\\\mathbb{C}\");\r\ndefineMacro(\"\\\\Complex\", \"\\\\mathbb{C}\");\r\ndefineMacro(\"\\\\Dagger\", \"\\\\ddagger\");\r\ndefineMacro(\"\\\\diamonds\", \"\\\\diamondsuit\");\r\ndefineMacro(\"\\\\empty\", \"\\\\emptyset\");\r\ndefineMacro(\"\\\\Epsilon\", \"\\\\mathrm{E}\");\r\ndefineMacro(\"\\\\Eta\", \"\\\\mathrm{H}\");\r\ndefineMacro(\"\\\\exist\", \"\\\\exists\");\r\ndefineMacro(\"\\\\harr\", \"\\\\leftrightarrow\");\r\ndefineMacro(\"\\\\hArr\", \"\\\\Leftrightarrow\");\r\ndefineMacro(\"\\\\Harr\", \"\\\\Leftrightarrow\");\r\ndefineMacro(\"\\\\hearts\", \"\\\\heartsuit\");\r\ndefineMacro(\"\\\\image\", \"\\\\Im\");\r\ndefineMacro(\"\\\\infin\", \"\\\\infty\");\r\ndefineMacro(\"\\\\Iota\", \"\\\\mathrm{I}\");\r\ndefineMacro(\"\\\\isin\", \"\\\\in\");\r\ndefineMacro(\"\\\\Kappa\", \"\\\\mathrm{K}\");\r\ndefineMacro(\"\\\\larr\", \"\\\\leftarrow\");\r\ndefineMacro(\"\\\\lArr\", \"\\\\Leftarrow\");\r\ndefineMacro(\"\\\\Larr\", \"\\\\Leftarrow\");\r\ndefineMacro(\"\\\\lrarr\", \"\\\\leftrightarrow\");\r\ndefineMacro(\"\\\\lrArr\", \"\\\\Leftrightarrow\");\r\ndefineMacro(\"\\\\Lrarr\", \"\\\\Leftrightarrow\");\r\ndefineMacro(\"\\\\Mu\", \"\\\\mathrm{M}\");\r\ndefineMacro(\"\\\\natnums\", \"\\\\mathbb{N}\");\r\ndefineMacro(\"\\\\Nu\", \"\\\\mathrm{N}\");\r\ndefineMacro(\"\\\\Omicron\", \"\\\\mathrm{O}\");\r\ndefineMacro(\"\\\\plusmn\", \"\\\\pm\");\r\ndefineMacro(\"\\\\rarr\", \"\\\\rightarrow\");\r\ndefineMacro(\"\\\\rArr\", \"\\\\Rightarrow\");\r\ndefineMacro(\"\\\\Rarr\", \"\\\\Rightarrow\");\r\ndefineMacro(\"\\\\real\", \"\\\\Re\");\r\ndefineMacro(\"\\\\reals\", \"\\\\mathbb{R}\");\r\ndefineMacro(\"\\\\Reals\", \"\\\\mathbb{R}\");\r\ndefineMacro(\"\\\\Rho\", \"\\\\mathrm{P}\");\r\ndefineMacro(\"\\\\sdot\", \"\\\\cdot\");\r\ndefineMacro(\"\\\\sect\", \"\\\\S\");\r\ndefineMacro(\"\\\\spades\", \"\\\\spadesuit\");\r\ndefineMacro(\"\\\\sub\", \"\\\\subset\");\r\ndefineMacro(\"\\\\sube\", \"\\\\subseteq\");\r\ndefineMacro(\"\\\\supe\", \"\\\\supseteq\");\r\ndefineMacro(\"\\\\Tau\", \"\\\\mathrm{T}\");\r\ndefineMacro(\"\\\\thetasym\", \"\\\\vartheta\"); // TODO: defineMacro(\"\\\\varcoppa\", \"\\\\\\mbox{\\\\coppa}\");\r\n\r\ndefineMacro(\"\\\\weierp\", \"\\\\wp\");\r\ndefineMacro(\"\\\\Zeta\", \"\\\\mathrm{Z}\"); //////////////////////////////////////////////////////////////////////\r\n// statmath.sty\r\n// https://ctan.math.illinois.edu/macros/latex/contrib/statmath/statmath.pdf\r\n\r\ndefineMacro(\"\\\\argmin\", \"\\\\DOTSB\\\\operatorname*{arg\\\\,min}\");\r\ndefineMacro(\"\\\\argmax\", \"\\\\DOTSB\\\\operatorname*{arg\\\\,max}\");\r\ndefineMacro(\"\\\\plim\", \"\\\\DOTSB\\\\mathop{\\\\operatorname{plim}}\\\\limits\"); //////////////////////////////////////////////////////////////////////\r\n// braket.sty\r\n// http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/braket/braket.pdf\r\n\r\ndefineMacro(\"\\\\bra\", \"\\\\mathinner{\\\\langle{#1}|}\");\r\ndefineMacro(\"\\\\ket\", \"\\\\mathinner{|{#1}\\\\rangle}\");\r\ndefineMacro(\"\\\\braket\", \"\\\\mathinner{\\\\langle{#1}\\\\rangle}\");\r\ndefineMacro(\"\\\\Bra\", \"\\\\left\\\\langle#1\\\\right|\");\r\ndefineMacro(\"\\\\Ket\", \"\\\\left|#1\\\\right\\\\rangle\");\r\n\r\nvar braketHelper = one => context => {\r\n var left = context.consumeArg().tokens;\r\n var middle = context.consumeArg().tokens;\r\n var middleDouble = context.consumeArg().tokens;\r\n var right = context.consumeArg().tokens;\r\n var oldMiddle = context.macros.get(\"|\");\r\n var oldMiddleDouble = context.macros.get(\"\\\\|\");\r\n context.macros.beginGroup();\r\n\r\n var midMacro = double => context => {\r\n if (one) {\r\n // Only modify the first instance of | or \\|\r\n context.macros.set(\"|\", oldMiddle);\r\n\r\n if (middleDouble.length) {\r\n context.macros.set(\"\\\\|\", oldMiddleDouble);\r\n }\r\n }\r\n\r\n var doubled = double;\r\n\r\n if (!double && middleDouble.length) {\r\n // Mimic \\@ifnextchar\r\n var nextToken = context.future();\r\n\r\n if (nextToken.text === \"|\") {\r\n context.popToken();\r\n doubled = true;\r\n }\r\n }\r\n\r\n return {\r\n tokens: doubled ? middleDouble : middle,\r\n numArgs: 0\r\n };\r\n };\r\n\r\n context.macros.set(\"|\", midMacro(false));\r\n\r\n if (middleDouble.length) {\r\n context.macros.set(\"\\\\|\", midMacro(true));\r\n }\r\n\r\n var arg = context.consumeArg().tokens;\r\n var expanded = context.expandTokens([...right, ...arg, ...left // reversed\r\n ]);\r\n context.macros.endGroup();\r\n return {\r\n tokens: expanded.reverse(),\r\n numArgs: 0\r\n };\r\n};\r\n\r\ndefineMacro(\"\\\\bra@ket\", braketHelper(false));\r\ndefineMacro(\"\\\\bra@set\", braketHelper(true));\r\ndefineMacro(\"\\\\Braket\", \"\\\\bra@ket{\\\\left\\\\langle}\" + \"{\\\\,\\\\middle\\\\vert\\\\,}{\\\\,\\\\middle\\\\vert\\\\,}{\\\\right\\\\rangle}\");\r\ndefineMacro(\"\\\\Set\", \"\\\\bra@set{\\\\left\\\\{\\\\:}\" + \"{\\\\;\\\\middle\\\\vert\\\\;}{\\\\;\\\\middle\\\\Vert\\\\;}{\\\\:\\\\right\\\\}}\");\r\ndefineMacro(\"\\\\set\", \"\\\\bra@set{\\\\{\\\\,}{\\\\mid}{}{\\\\,\\\\}}\"); // has no support for special || or \\|\r\n//////////////////////////////////////////////////////////////////////\r\n// actuarialangle.dtx\r\n\r\ndefineMacro(\"\\\\angln\", \"{\\\\angl n}\"); // Custom Khan Academy colors, should be moved to an optional package\r\n\r\ndefineMacro(\"\\\\blue\", \"\\\\textcolor{##6495ed}{#1}\");\r\ndefineMacro(\"\\\\orange\", \"\\\\textcolor{##ffa500}{#1}\");\r\ndefineMacro(\"\\\\pink\", \"\\\\textcolor{##ff00af}{#1}\");\r\ndefineMacro(\"\\\\red\", \"\\\\textcolor{##df0030}{#1}\");\r\ndefineMacro(\"\\\\green\", \"\\\\textcolor{##28ae7b}{#1}\");\r\ndefineMacro(\"\\\\gray\", \"\\\\textcolor{gray}{#1}\");\r\ndefineMacro(\"\\\\purple\", \"\\\\textcolor{##9d38bd}{#1}\");\r\ndefineMacro(\"\\\\blueA\", \"\\\\textcolor{##ccfaff}{#1}\");\r\ndefineMacro(\"\\\\blueB\", \"\\\\textcolor{##80f6ff}{#1}\");\r\ndefineMacro(\"\\\\blueC\", \"\\\\textcolor{##63d9ea}{#1}\");\r\ndefineMacro(\"\\\\blueD\", \"\\\\textcolor{##11accd}{#1}\");\r\ndefineMacro(\"\\\\blueE\", \"\\\\textcolor{##0c7f99}{#1}\");\r\ndefineMacro(\"\\\\tealA\", \"\\\\textcolor{##94fff5}{#1}\");\r\ndefineMacro(\"\\\\tealB\", \"\\\\textcolor{##26edd5}{#1}\");\r\ndefineMacro(\"\\\\tealC\", \"\\\\textcolor{##01d1c1}{#1}\");\r\ndefineMacro(\"\\\\tealD\", \"\\\\textcolor{##01a995}{#1}\");\r\ndefineMacro(\"\\\\tealE\", \"\\\\textcolor{##208170}{#1}\");\r\ndefineMacro(\"\\\\greenA\", \"\\\\textcolor{##b6ffb0}{#1}\");\r\ndefineMacro(\"\\\\greenB\", \"\\\\textcolor{##8af281}{#1}\");\r\ndefineMacro(\"\\\\greenC\", \"\\\\textcolor{##74cf70}{#1}\");\r\ndefineMacro(\"\\\\greenD\", \"\\\\textcolor{##1fab54}{#1}\");\r\ndefineMacro(\"\\\\greenE\", \"\\\\textcolor{##0d923f}{#1}\");\r\ndefineMacro(\"\\\\goldA\", \"\\\\textcolor{##ffd0a9}{#1}\");\r\ndefineMacro(\"\\\\goldB\", \"\\\\textcolor{##ffbb71}{#1}\");\r\ndefineMacro(\"\\\\goldC\", \"\\\\textcolor{##ff9c39}{#1}\");\r\ndefineMacro(\"\\\\goldD\", \"\\\\textcolor{##e07d10}{#1}\");\r\ndefineMacro(\"\\\\goldE\", \"\\\\textcolor{##a75a05}{#1}\");\r\ndefineMacro(\"\\\\redA\", \"\\\\textcolor{##fca9a9}{#1}\");\r\ndefineMacro(\"\\\\redB\", \"\\\\textcolor{##ff8482}{#1}\");\r\ndefineMacro(\"\\\\redC\", \"\\\\textcolor{##f9685d}{#1}\");\r\ndefineMacro(\"\\\\redD\", \"\\\\textcolor{##e84d39}{#1}\");\r\ndefineMacro(\"\\\\redE\", \"\\\\textcolor{##bc2612}{#1}\");\r\ndefineMacro(\"\\\\maroonA\", \"\\\\textcolor{##ffbde0}{#1}\");\r\ndefineMacro(\"\\\\maroonB\", \"\\\\textcolor{##ff92c6}{#1}\");\r\ndefineMacro(\"\\\\maroonC\", \"\\\\textcolor{##ed5fa6}{#1}\");\r\ndefineMacro(\"\\\\maroonD\", \"\\\\textcolor{##ca337c}{#1}\");\r\ndefineMacro(\"\\\\maroonE\", \"\\\\textcolor{##9e034e}{#1}\");\r\ndefineMacro(\"\\\\purpleA\", \"\\\\textcolor{##ddd7ff}{#1}\");\r\ndefineMacro(\"\\\\purpleB\", \"\\\\textcolor{##c6b9fc}{#1}\");\r\ndefineMacro(\"\\\\purpleC\", \"\\\\textcolor{##aa87ff}{#1}\");\r\ndefineMacro(\"\\\\purpleD\", \"\\\\textcolor{##7854ab}{#1}\");\r\ndefineMacro(\"\\\\purpleE\", \"\\\\textcolor{##543b78}{#1}\");\r\ndefineMacro(\"\\\\mintA\", \"\\\\textcolor{##f5f9e8}{#1}\");\r\ndefineMacro(\"\\\\mintB\", \"\\\\textcolor{##edf2df}{#1}\");\r\ndefineMacro(\"\\\\mintC\", \"\\\\textcolor{##e0e5cc}{#1}\");\r\ndefineMacro(\"\\\\grayA\", \"\\\\textcolor{##f6f7f7}{#1}\");\r\ndefineMacro(\"\\\\grayB\", \"\\\\textcolor{##f0f1f2}{#1}\");\r\ndefineMacro(\"\\\\grayC\", \"\\\\textcolor{##e3e5e6}{#1}\");\r\ndefineMacro(\"\\\\grayD\", \"\\\\textcolor{##d6d8da}{#1}\");\r\ndefineMacro(\"\\\\grayE\", \"\\\\textcolor{##babec2}{#1}\");\r\ndefineMacro(\"\\\\grayF\", \"\\\\textcolor{##888d93}{#1}\");\r\ndefineMacro(\"\\\\grayG\", \"\\\\textcolor{##626569}{#1}\");\r\ndefineMacro(\"\\\\grayH\", \"\\\\textcolor{##3b3e40}{#1}\");\r\ndefineMacro(\"\\\\grayI\", \"\\\\textcolor{##21242c}{#1}\");\r\ndefineMacro(\"\\\\kaBlue\", \"\\\\textcolor{##314453}{#1}\");\r\ndefineMacro(\"\\\\kaGreen\", \"\\\\textcolor{##71B307}{#1}\");\r\n\r\n/**\r\n * This file contains the “gullet” where macros are expanded\r\n * until only non-macro tokens remain.\r\n */\r\n// List of commands that act like macros but aren't defined as a macro,\r\n// function, or symbol. Used in `isDefined`.\r\nvar implicitCommands = {\r\n \"^\": true,\r\n // Parser.js\r\n \"_\": true,\r\n // Parser.js\r\n \"\\\\limits\": true,\r\n // Parser.js\r\n \"\\\\nolimits\": true // Parser.js\r\n\r\n};\r\nclass MacroExpander {\r\n constructor(input, settings, mode) {\r\n this.settings = void 0;\r\n this.expansionCount = void 0;\r\n this.lexer = void 0;\r\n this.macros = void 0;\r\n this.stack = void 0;\r\n this.mode = void 0;\r\n this.settings = settings;\r\n this.expansionCount = 0;\r\n this.feed(input); // Make new global namespace\r\n\r\n this.macros = new Namespace(macros, settings.macros);\r\n this.mode = mode;\r\n this.stack = []; // contains tokens in REVERSE order\r\n }\r\n /**\r\n * Feed a new input string to the same MacroExpander\r\n * (with existing macros etc.).\r\n */\r\n\r\n\r\n feed(input) {\r\n this.lexer = new Lexer(input, this.settings);\r\n }\r\n /**\r\n * Switches between \"text\" and \"math\" modes.\r\n */\r\n\r\n\r\n switchMode(newMode) {\r\n this.mode = newMode;\r\n }\r\n /**\r\n * Start a new group nesting within all namespaces.\r\n */\r\n\r\n\r\n beginGroup() {\r\n this.macros.beginGroup();\r\n }\r\n /**\r\n * End current group nesting within all namespaces.\r\n */\r\n\r\n\r\n endGroup() {\r\n this.macros.endGroup();\r\n }\r\n /**\r\n * Ends all currently nested groups (if any), restoring values before the\r\n * groups began. Useful in case of an error in the middle of parsing.\r\n */\r\n\r\n\r\n endGroups() {\r\n this.macros.endGroups();\r\n }\r\n /**\r\n * Returns the topmost token on the stack, without expanding it.\r\n * Similar in behavior to TeX's `\\futurelet`.\r\n */\r\n\r\n\r\n future() {\r\n if (this.stack.length === 0) {\r\n this.pushToken(this.lexer.lex());\r\n }\r\n\r\n return this.stack[this.stack.length - 1];\r\n }\r\n /**\r\n * Remove and return the next unexpanded token.\r\n */\r\n\r\n\r\n popToken() {\r\n this.future(); // ensure non-empty stack\r\n\r\n return this.stack.pop();\r\n }\r\n /**\r\n * Add a given token to the token stack. In particular, this get be used\r\n * to put back a token returned from one of the other methods.\r\n */\r\n\r\n\r\n pushToken(token) {\r\n this.stack.push(token);\r\n }\r\n /**\r\n * Append an array of tokens to the token stack.\r\n */\r\n\r\n\r\n pushTokens(tokens) {\r\n this.stack.push(...tokens);\r\n }\r\n /**\r\n * Find an macro argument without expanding tokens and append the array of\r\n * tokens to the token stack. Uses Token as a container for the result.\r\n */\r\n\r\n\r\n scanArgument(isOptional) {\r\n var start;\r\n var end;\r\n var tokens;\r\n\r\n if (isOptional) {\r\n this.consumeSpaces(); // \\@ifnextchar gobbles any space following it\r\n\r\n if (this.future().text !== \"[\") {\r\n return null;\r\n }\r\n\r\n start = this.popToken(); // don't include [ in tokens\r\n\r\n ({\r\n tokens,\r\n end\r\n } = this.consumeArg([\"]\"]));\r\n } else {\r\n ({\r\n tokens,\r\n start,\r\n end\r\n } = this.consumeArg());\r\n } // indicate the end of an argument\r\n\r\n\r\n this.pushToken(new Token(\"EOF\", end.loc));\r\n this.pushTokens(tokens);\r\n return start.range(end, \"\");\r\n }\r\n /**\r\n * Consume all following space tokens, without expansion.\r\n */\r\n\r\n\r\n consumeSpaces() {\r\n for (;;) {\r\n var token = this.future();\r\n\r\n if (token.text === \" \") {\r\n this.stack.pop();\r\n } else {\r\n break;\r\n }\r\n }\r\n }\r\n /**\r\n * Consume an argument from the token stream, and return the resulting array\r\n * of tokens and start/end token.\r\n */\r\n\r\n\r\n consumeArg(delims) {\r\n // The argument for a delimited parameter is the shortest (possibly\r\n // empty) sequence of tokens with properly nested {...} groups that is\r\n // followed ... by this particular list of non-parameter tokens.\r\n // The argument for an undelimited parameter is the next nonblank\r\n // token, unless that token is ‘{’, when the argument will be the\r\n // entire {...} group that follows.\r\n var tokens = [];\r\n var isDelimited = delims && delims.length > 0;\r\n\r\n if (!isDelimited) {\r\n // Ignore spaces between arguments. As the TeXbook says:\r\n // \"After you have said ‘\\def\\row#1#2{...}’, you are allowed to\r\n // put spaces between the arguments (e.g., ‘\\row x n’), because\r\n // TeX doesn’t use single spaces as undelimited arguments.\"\r\n this.consumeSpaces();\r\n }\r\n\r\n var start = this.future();\r\n var tok;\r\n var depth = 0;\r\n var match = 0;\r\n\r\n do {\r\n tok = this.popToken();\r\n tokens.push(tok);\r\n\r\n if (tok.text === \"{\") {\r\n ++depth;\r\n } else if (tok.text === \"}\") {\r\n --depth;\r\n\r\n if (depth === -1) {\r\n throw new ParseError(\"Extra }\", tok);\r\n }\r\n } else if (tok.text === \"EOF\") {\r\n throw new ParseError(\"Unexpected end of input in a macro argument\" + \", expected '\" + (delims && isDelimited ? delims[match] : \"}\") + \"'\", tok);\r\n }\r\n\r\n if (delims && isDelimited) {\r\n if ((depth === 0 || depth === 1 && delims[match] === \"{\") && tok.text === delims[match]) {\r\n ++match;\r\n\r\n if (match === delims.length) {\r\n // don't include delims in tokens\r\n tokens.splice(-match, match);\r\n break;\r\n }\r\n } else {\r\n match = 0;\r\n }\r\n }\r\n } while (depth !== 0 || isDelimited); // If the argument found ... has the form ‘{}’,\r\n // ... the outermost braces enclosing the argument are removed\r\n\r\n\r\n if (start.text === \"{\" && tokens[tokens.length - 1].text === \"}\") {\r\n tokens.pop();\r\n tokens.shift();\r\n }\r\n\r\n tokens.reverse(); // to fit in with stack order\r\n\r\n return {\r\n tokens,\r\n start,\r\n end: tok\r\n };\r\n }\r\n /**\r\n * Consume the specified number of (delimited) arguments from the token\r\n * stream and return the resulting array of arguments.\r\n */\r\n\r\n\r\n consumeArgs(numArgs, delimiters) {\r\n if (delimiters) {\r\n if (delimiters.length !== numArgs + 1) {\r\n throw new ParseError(\"The length of delimiters doesn't match the number of args!\");\r\n }\r\n\r\n var delims = delimiters[0];\r\n\r\n for (var i = 0; i < delims.length; i++) {\r\n var tok = this.popToken();\r\n\r\n if (delims[i] !== tok.text) {\r\n throw new ParseError(\"Use of the macro doesn't match its definition\", tok);\r\n }\r\n }\r\n }\r\n\r\n var args = [];\r\n\r\n for (var _i = 0; _i < numArgs; _i++) {\r\n args.push(this.consumeArg(delimiters && delimiters[_i + 1]).tokens);\r\n }\r\n\r\n return args;\r\n }\r\n /**\r\n * Increment `expansionCount` by the specified amount.\r\n * Throw an error if it exceeds `maxExpand`.\r\n */\r\n\r\n\r\n countExpansion(amount) {\r\n this.expansionCount += amount;\r\n\r\n if (this.expansionCount > this.settings.maxExpand) {\r\n throw new ParseError(\"Too many expansions: infinite loop or \" + \"need to increase maxExpand setting\");\r\n }\r\n }\r\n /**\r\n * Expand the next token only once if possible.\r\n *\r\n * If the token is expanded, the resulting tokens will be pushed onto\r\n * the stack in reverse order, and the number of such tokens will be\r\n * returned. This number might be zero or positive.\r\n *\r\n * If not, the return value is `false`, and the next token remains at the\r\n * top of the stack.\r\n *\r\n * In either case, the next token will be on the top of the stack,\r\n * or the stack will be empty (in case of empty expansion\r\n * and no other tokens).\r\n *\r\n * Used to implement `expandAfterFuture` and `expandNextToken`.\r\n *\r\n * If expandableOnly, only expandable tokens are expanded and\r\n * an undefined control sequence results in an error.\r\n */\r\n\r\n\r\n expandOnce(expandableOnly) {\r\n var topToken = this.popToken();\r\n var name = topToken.text;\r\n var expansion = !topToken.noexpand ? this._getExpansion(name) : null;\r\n\r\n if (expansion == null || expandableOnly && expansion.unexpandable) {\r\n if (expandableOnly && expansion == null && name[0] === \"\\\\\" && !this.isDefined(name)) {\r\n throw new ParseError(\"Undefined control sequence: \" + name);\r\n }\r\n\r\n this.pushToken(topToken);\r\n return false;\r\n }\r\n\r\n this.countExpansion(1);\r\n var tokens = expansion.tokens;\r\n var args = this.consumeArgs(expansion.numArgs, expansion.delimiters);\r\n\r\n if (expansion.numArgs) {\r\n // paste arguments in place of the placeholders\r\n tokens = tokens.slice(); // make a shallow copy\r\n\r\n for (var i = tokens.length - 1; i >= 0; --i) {\r\n var tok = tokens[i];\r\n\r\n if (tok.text === \"#\") {\r\n if (i === 0) {\r\n throw new ParseError(\"Incomplete placeholder at end of macro body\", tok);\r\n }\r\n\r\n tok = tokens[--i]; // next token on stack\r\n\r\n if (tok.text === \"#\") {\r\n // ## → #\r\n tokens.splice(i + 1, 1); // drop first #\r\n } else if (/^[1-9]$/.test(tok.text)) {\r\n // replace the placeholder with the indicated argument\r\n tokens.splice(i, 2, ...args[+tok.text - 1]);\r\n } else {\r\n throw new ParseError(\"Not a valid argument number\", tok);\r\n }\r\n }\r\n }\r\n } // Concatenate expansion onto top of stack.\r\n\r\n\r\n this.pushTokens(tokens);\r\n return tokens.length;\r\n }\r\n /**\r\n * Expand the next token only once (if possible), and return the resulting\r\n * top token on the stack (without removing anything from the stack).\r\n * Similar in behavior to TeX's `\\expandafter\\futurelet`.\r\n * Equivalent to expandOnce() followed by future().\r\n */\r\n\r\n\r\n expandAfterFuture() {\r\n this.expandOnce();\r\n return this.future();\r\n }\r\n /**\r\n * Recursively expand first token, then return first non-expandable token.\r\n */\r\n\r\n\r\n expandNextToken() {\r\n for (;;) {\r\n if (this.expandOnce() === false) {\r\n // fully expanded\r\n var token = this.stack.pop(); // the token after \\noexpand is interpreted as if its meaning\r\n // were ‘\\relax’\r\n\r\n if (token.treatAsRelax) {\r\n token.text = \"\\\\relax\";\r\n }\r\n\r\n return token;\r\n }\r\n } // Flow unable to figure out that this pathway is impossible.\r\n // https://github.com/facebook/flow/issues/4808\r\n\r\n\r\n throw new Error(); // eslint-disable-line no-unreachable\r\n }\r\n /**\r\n * Fully expand the given macro name and return the resulting list of\r\n * tokens, or return `undefined` if no such macro is defined.\r\n */\r\n\r\n\r\n expandMacro(name) {\r\n return this.macros.has(name) ? this.expandTokens([new Token(name)]) : undefined;\r\n }\r\n /**\r\n * Fully expand the given token stream and return the resulting list of\r\n * tokens. Note that the input tokens are in reverse order, but the\r\n * output tokens are in forward order.\r\n */\r\n\r\n\r\n expandTokens(tokens) {\r\n var output = [];\r\n var oldStackLength = this.stack.length;\r\n this.pushTokens(tokens);\r\n\r\n while (this.stack.length > oldStackLength) {\r\n // Expand only expandable tokens\r\n if (this.expandOnce(true) === false) {\r\n // fully expanded\r\n var token = this.stack.pop();\r\n\r\n if (token.treatAsRelax) {\r\n // the expansion of \\noexpand is the token itself\r\n token.noexpand = false;\r\n token.treatAsRelax = false;\r\n }\r\n\r\n output.push(token);\r\n }\r\n } // Count all of these tokens as additional expansions, to prevent\r\n // exponential blowup from linearly many \\edef's.\r\n\r\n\r\n this.countExpansion(output.length);\r\n return output;\r\n }\r\n /**\r\n * Fully expand the given macro name and return the result as a string,\r\n * or return `undefined` if no such macro is defined.\r\n */\r\n\r\n\r\n expandMacroAsText(name) {\r\n var tokens = this.expandMacro(name);\r\n\r\n if (tokens) {\r\n return tokens.map(token => token.text).join(\"\");\r\n } else {\r\n return tokens;\r\n }\r\n }\r\n /**\r\n * Returns the expanded macro as a reversed array of tokens and a macro\r\n * argument count. Or returns `null` if no such macro.\r\n */\r\n\r\n\r\n _getExpansion(name) {\r\n var definition = this.macros.get(name);\r\n\r\n if (definition == null) {\r\n // mainly checking for undefined here\r\n return definition;\r\n } // If a single character has an associated catcode other than 13\r\n // (active character), then don't expand it.\r\n\r\n\r\n if (name.length === 1) {\r\n var catcode = this.lexer.catcodes[name];\r\n\r\n if (catcode != null && catcode !== 13) {\r\n return;\r\n }\r\n }\r\n\r\n var expansion = typeof definition === \"function\" ? definition(this) : definition;\r\n\r\n if (typeof expansion === \"string\") {\r\n var numArgs = 0;\r\n\r\n if (expansion.indexOf(\"#\") !== -1) {\r\n var stripped = expansion.replace(/##/g, \"\");\r\n\r\n while (stripped.indexOf(\"#\" + (numArgs + 1)) !== -1) {\r\n ++numArgs;\r\n }\r\n }\r\n\r\n var bodyLexer = new Lexer(expansion, this.settings);\r\n var tokens = [];\r\n var tok = bodyLexer.lex();\r\n\r\n while (tok.text !== \"EOF\") {\r\n tokens.push(tok);\r\n tok = bodyLexer.lex();\r\n }\r\n\r\n tokens.reverse(); // to fit in with stack using push and pop\r\n\r\n var expanded = {\r\n tokens,\r\n numArgs\r\n };\r\n return expanded;\r\n }\r\n\r\n return expansion;\r\n }\r\n /**\r\n * Determine whether a command is currently \"defined\" (has some\r\n * functionality), meaning that it's a macro (in the current group),\r\n * a function, a symbol, or one of the special commands listed in\r\n * `implicitCommands`.\r\n */\r\n\r\n\r\n isDefined(name) {\r\n return this.macros.has(name) || functions.hasOwnProperty(name) || symbols.math.hasOwnProperty(name) || symbols.text.hasOwnProperty(name) || implicitCommands.hasOwnProperty(name);\r\n }\r\n /**\r\n * Determine whether a command is expandable.\r\n */\r\n\r\n\r\n isExpandable(name) {\r\n var macro = this.macros.get(name);\r\n return macro != null ? typeof macro === \"string\" || typeof macro === \"function\" || !macro.unexpandable : functions.hasOwnProperty(name) && !functions[name].primitive;\r\n }\r\n\r\n}\r\n\r\n// Helpers for Parser.js handling of Unicode (sub|super)script characters.\r\nvar unicodeSubRegEx = /^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/;\r\nvar uSubsAndSups = Object.freeze({\r\n '₊': '+',\r\n '₋': '-',\r\n '₌': '=',\r\n '₍': '(',\r\n '₎': ')',\r\n '₀': '0',\r\n '₁': '1',\r\n '₂': '2',\r\n '₃': '3',\r\n '₄': '4',\r\n '₅': '5',\r\n '₆': '6',\r\n '₇': '7',\r\n '₈': '8',\r\n '₉': '9',\r\n '\\u2090': 'a',\r\n '\\u2091': 'e',\r\n '\\u2095': 'h',\r\n '\\u1D62': 'i',\r\n '\\u2C7C': 'j',\r\n '\\u2096': 'k',\r\n '\\u2097': 'l',\r\n '\\u2098': 'm',\r\n '\\u2099': 'n',\r\n '\\u2092': 'o',\r\n '\\u209A': 'p',\r\n '\\u1D63': 'r',\r\n '\\u209B': 's',\r\n '\\u209C': 't',\r\n '\\u1D64': 'u',\r\n '\\u1D65': 'v',\r\n '\\u2093': 'x',\r\n '\\u1D66': 'β',\r\n '\\u1D67': 'γ',\r\n '\\u1D68': 'ρ',\r\n '\\u1D69': '\\u03d5',\r\n '\\u1D6A': 'χ',\r\n '⁺': '+',\r\n '⁻': '-',\r\n '⁼': '=',\r\n '⁽': '(',\r\n '⁾': ')',\r\n '⁰': '0',\r\n '¹': '1',\r\n '²': '2',\r\n '³': '3',\r\n '⁴': '4',\r\n '⁵': '5',\r\n '⁶': '6',\r\n '⁷': '7',\r\n '⁸': '8',\r\n '⁹': '9',\r\n '\\u1D2C': 'A',\r\n '\\u1D2E': 'B',\r\n '\\u1D30': 'D',\r\n '\\u1D31': 'E',\r\n '\\u1D33': 'G',\r\n '\\u1D34': 'H',\r\n '\\u1D35': 'I',\r\n '\\u1D36': 'J',\r\n '\\u1D37': 'K',\r\n '\\u1D38': 'L',\r\n '\\u1D39': 'M',\r\n '\\u1D3A': 'N',\r\n '\\u1D3C': 'O',\r\n '\\u1D3E': 'P',\r\n '\\u1D3F': 'R',\r\n '\\u1D40': 'T',\r\n '\\u1D41': 'U',\r\n '\\u2C7D': 'V',\r\n '\\u1D42': 'W',\r\n '\\u1D43': 'a',\r\n '\\u1D47': 'b',\r\n '\\u1D9C': 'c',\r\n '\\u1D48': 'd',\r\n '\\u1D49': 'e',\r\n '\\u1DA0': 'f',\r\n '\\u1D4D': 'g',\r\n '\\u02B0': 'h',\r\n '\\u2071': 'i',\r\n '\\u02B2': 'j',\r\n '\\u1D4F': 'k',\r\n '\\u02E1': 'l',\r\n '\\u1D50': 'm',\r\n '\\u207F': 'n',\r\n '\\u1D52': 'o',\r\n '\\u1D56': 'p',\r\n '\\u02B3': 'r',\r\n '\\u02E2': 's',\r\n '\\u1D57': 't',\r\n '\\u1D58': 'u',\r\n '\\u1D5B': 'v',\r\n '\\u02B7': 'w',\r\n '\\u02E3': 'x',\r\n '\\u02B8': 'y',\r\n '\\u1DBB': 'z',\r\n '\\u1D5D': 'β',\r\n '\\u1D5E': 'γ',\r\n '\\u1D5F': 'δ',\r\n '\\u1D60': '\\u03d5',\r\n '\\u1D61': 'χ',\r\n '\\u1DBF': 'θ'\r\n});\r\n\r\n/* eslint no-constant-condition:0 */\r\n\r\nvar unicodeAccents = {\r\n \"́\": {\r\n \"text\": \"\\\\'\",\r\n \"math\": \"\\\\acute\"\r\n },\r\n \"̀\": {\r\n \"text\": \"\\\\`\",\r\n \"math\": \"\\\\grave\"\r\n },\r\n \"̈\": {\r\n \"text\": \"\\\\\\\"\",\r\n \"math\": \"\\\\ddot\"\r\n },\r\n \"̃\": {\r\n \"text\": \"\\\\~\",\r\n \"math\": \"\\\\tilde\"\r\n },\r\n \"̄\": {\r\n \"text\": \"\\\\=\",\r\n \"math\": \"\\\\bar\"\r\n },\r\n \"̆\": {\r\n \"text\": \"\\\\u\",\r\n \"math\": \"\\\\breve\"\r\n },\r\n \"̌\": {\r\n \"text\": \"\\\\v\",\r\n \"math\": \"\\\\check\"\r\n },\r\n \"̂\": {\r\n \"text\": \"\\\\^\",\r\n \"math\": \"\\\\hat\"\r\n },\r\n \"̇\": {\r\n \"text\": \"\\\\.\",\r\n \"math\": \"\\\\dot\"\r\n },\r\n \"̊\": {\r\n \"text\": \"\\\\r\",\r\n \"math\": \"\\\\mathring\"\r\n },\r\n \"̋\": {\r\n \"text\": \"\\\\H\"\r\n },\r\n \"̧\": {\r\n \"text\": \"\\\\c\"\r\n }\r\n};\r\nvar unicodeSymbols = {\r\n \"á\": \"á\",\r\n \"à\": \"à\",\r\n \"ä\": \"ä\",\r\n \"ǟ\": \"ǟ\",\r\n \"ã\": \"ã\",\r\n \"ā\": \"ā\",\r\n \"ă\": \"ă\",\r\n \"ắ\": \"ắ\",\r\n \"ằ\": \"ằ\",\r\n \"ẵ\": \"ẵ\",\r\n \"ǎ\": \"ǎ\",\r\n \"â\": \"â\",\r\n \"ấ\": \"ấ\",\r\n \"ầ\": \"ầ\",\r\n \"ẫ\": \"ẫ\",\r\n \"ȧ\": \"ȧ\",\r\n \"ǡ\": \"ǡ\",\r\n \"å\": \"å\",\r\n \"ǻ\": \"ǻ\",\r\n \"ḃ\": \"ḃ\",\r\n \"ć\": \"ć\",\r\n \"ḉ\": \"ḉ\",\r\n \"č\": \"č\",\r\n \"ĉ\": \"ĉ\",\r\n \"ċ\": \"ċ\",\r\n \"ç\": \"ç\",\r\n \"ď\": \"ď\",\r\n \"ḋ\": \"ḋ\",\r\n \"ḑ\": \"ḑ\",\r\n \"é\": \"é\",\r\n \"è\": \"è\",\r\n \"ë\": \"ë\",\r\n \"ẽ\": \"ẽ\",\r\n \"ē\": \"ē\",\r\n \"ḗ\": \"ḗ\",\r\n \"ḕ\": \"ḕ\",\r\n \"ĕ\": \"ĕ\",\r\n \"ḝ\": \"ḝ\",\r\n \"ě\": \"ě\",\r\n \"ê\": \"ê\",\r\n \"ế\": \"ế\",\r\n \"ề\": \"ề\",\r\n \"ễ\": \"ễ\",\r\n \"ė\": \"ė\",\r\n \"ȩ\": \"ȩ\",\r\n \"ḟ\": \"ḟ\",\r\n \"ǵ\": \"ǵ\",\r\n \"ḡ\": \"ḡ\",\r\n \"ğ\": \"ğ\",\r\n \"ǧ\": \"ǧ\",\r\n \"ĝ\": \"ĝ\",\r\n \"ġ\": \"ġ\",\r\n \"ģ\": \"ģ\",\r\n \"ḧ\": \"ḧ\",\r\n \"ȟ\": \"ȟ\",\r\n \"ĥ\": \"ĥ\",\r\n \"ḣ\": \"ḣ\",\r\n \"ḩ\": \"ḩ\",\r\n \"í\": \"í\",\r\n \"ì\": \"ì\",\r\n \"ï\": \"ï\",\r\n \"ḯ\": \"ḯ\",\r\n \"ĩ\": \"ĩ\",\r\n \"ī\": \"ī\",\r\n \"ĭ\": \"ĭ\",\r\n \"ǐ\": \"ǐ\",\r\n \"î\": \"î\",\r\n \"ǰ\": \"ǰ\",\r\n \"ĵ\": \"ĵ\",\r\n \"ḱ\": \"ḱ\",\r\n \"ǩ\": \"ǩ\",\r\n \"ķ\": \"ķ\",\r\n \"ĺ\": \"ĺ\",\r\n \"ľ\": \"ľ\",\r\n \"ļ\": \"ļ\",\r\n \"ḿ\": \"ḿ\",\r\n \"ṁ\": \"ṁ\",\r\n \"ń\": \"ń\",\r\n \"ǹ\": \"ǹ\",\r\n \"ñ\": \"ñ\",\r\n \"ň\": \"ň\",\r\n \"ṅ\": \"ṅ\",\r\n \"ņ\": \"ņ\",\r\n \"ó\": \"ó\",\r\n \"ò\": \"ò\",\r\n \"ö\": \"ö\",\r\n \"ȫ\": \"ȫ\",\r\n \"õ\": \"õ\",\r\n \"ṍ\": \"ṍ\",\r\n \"ṏ\": \"ṏ\",\r\n \"ȭ\": \"ȭ\",\r\n \"ō\": \"ō\",\r\n \"ṓ\": \"ṓ\",\r\n \"ṑ\": \"ṑ\",\r\n \"ŏ\": \"ŏ\",\r\n \"ǒ\": \"ǒ\",\r\n \"ô\": \"ô\",\r\n \"ố\": \"ố\",\r\n \"ồ\": \"ồ\",\r\n \"ỗ\": \"ỗ\",\r\n \"ȯ\": \"ȯ\",\r\n \"ȱ\": \"ȱ\",\r\n \"ő\": \"ő\",\r\n \"ṕ\": \"ṕ\",\r\n \"ṗ\": \"ṗ\",\r\n \"ŕ\": \"ŕ\",\r\n \"ř\": \"ř\",\r\n \"ṙ\": \"ṙ\",\r\n \"ŗ\": \"ŗ\",\r\n \"ś\": \"ś\",\r\n \"ṥ\": \"ṥ\",\r\n \"š\": \"š\",\r\n \"ṧ\": \"ṧ\",\r\n \"ŝ\": \"ŝ\",\r\n \"ṡ\": \"ṡ\",\r\n \"ş\": \"ş\",\r\n \"ẗ\": \"ẗ\",\r\n \"ť\": \"ť\",\r\n \"ṫ\": \"ṫ\",\r\n \"ţ\": \"ţ\",\r\n \"ú\": \"ú\",\r\n \"ù\": \"ù\",\r\n \"ü\": \"ü\",\r\n \"ǘ\": \"ǘ\",\r\n \"ǜ\": \"ǜ\",\r\n \"ǖ\": \"ǖ\",\r\n \"ǚ\": \"ǚ\",\r\n \"ũ\": \"ũ\",\r\n \"ṹ\": \"ṹ\",\r\n \"ū\": \"ū\",\r\n \"ṻ\": \"ṻ\",\r\n \"ŭ\": \"ŭ\",\r\n \"ǔ\": \"ǔ\",\r\n \"û\": \"û\",\r\n \"ů\": \"ů\",\r\n \"ű\": \"ű\",\r\n \"ṽ\": \"ṽ\",\r\n \"ẃ\": \"ẃ\",\r\n \"ẁ\": \"ẁ\",\r\n \"ẅ\": \"ẅ\",\r\n \"ŵ\": \"ŵ\",\r\n \"ẇ\": \"ẇ\",\r\n \"ẘ\": \"ẘ\",\r\n \"ẍ\": \"ẍ\",\r\n \"ẋ\": \"ẋ\",\r\n \"ý\": \"ý\",\r\n \"ỳ\": \"ỳ\",\r\n \"ÿ\": \"ÿ\",\r\n \"ỹ\": \"ỹ\",\r\n \"ȳ\": \"ȳ\",\r\n \"ŷ\": \"ŷ\",\r\n \"ẏ\": \"ẏ\",\r\n \"ẙ\": \"ẙ\",\r\n \"ź\": \"ź\",\r\n \"ž\": \"ž\",\r\n \"ẑ\": \"ẑ\",\r\n \"ż\": \"ż\",\r\n \"Á\": \"Á\",\r\n \"À\": \"À\",\r\n \"Ä\": \"Ä\",\r\n \"Ǟ\": \"Ǟ\",\r\n \"Ã\": \"Ã\",\r\n \"Ā\": \"Ā\",\r\n \"Ă\": \"Ă\",\r\n \"Ắ\": \"Ắ\",\r\n \"Ằ\": \"Ằ\",\r\n \"Ẵ\": \"Ẵ\",\r\n \"Ǎ\": \"Ǎ\",\r\n \"Â\": \"Â\",\r\n \"Ấ\": \"Ấ\",\r\n \"Ầ\": \"Ầ\",\r\n \"Ẫ\": \"Ẫ\",\r\n \"Ȧ\": \"Ȧ\",\r\n \"Ǡ\": \"Ǡ\",\r\n \"Å\": \"Å\",\r\n \"Ǻ\": \"Ǻ\",\r\n \"Ḃ\": \"Ḃ\",\r\n \"Ć\": \"Ć\",\r\n \"Ḉ\": \"Ḉ\",\r\n \"Č\": \"Č\",\r\n \"Ĉ\": \"Ĉ\",\r\n \"Ċ\": \"Ċ\",\r\n \"Ç\": \"Ç\",\r\n \"Ď\": \"Ď\",\r\n \"Ḋ\": \"Ḋ\",\r\n \"Ḑ\": \"Ḑ\",\r\n \"É\": \"É\",\r\n \"È\": \"È\",\r\n \"Ë\": \"Ë\",\r\n \"Ẽ\": \"Ẽ\",\r\n \"Ē\": \"Ē\",\r\n \"Ḗ\": \"Ḗ\",\r\n \"Ḕ\": \"Ḕ\",\r\n \"Ĕ\": \"Ĕ\",\r\n \"Ḝ\": \"Ḝ\",\r\n \"Ě\": \"Ě\",\r\n \"Ê\": \"Ê\",\r\n \"Ế\": \"Ế\",\r\n \"Ề\": \"Ề\",\r\n \"Ễ\": \"Ễ\",\r\n \"Ė\": \"Ė\",\r\n \"Ȩ\": \"Ȩ\",\r\n \"Ḟ\": \"Ḟ\",\r\n \"Ǵ\": \"Ǵ\",\r\n \"Ḡ\": \"Ḡ\",\r\n \"Ğ\": \"Ğ\",\r\n \"Ǧ\": \"Ǧ\",\r\n \"Ĝ\": \"Ĝ\",\r\n \"Ġ\": \"Ġ\",\r\n \"Ģ\": \"Ģ\",\r\n \"Ḧ\": \"Ḧ\",\r\n \"Ȟ\": \"Ȟ\",\r\n \"Ĥ\": \"Ĥ\",\r\n \"Ḣ\": \"Ḣ\",\r\n \"Ḩ\": \"Ḩ\",\r\n \"Í\": \"Í\",\r\n \"Ì\": \"Ì\",\r\n \"Ï\": \"Ï\",\r\n \"Ḯ\": \"Ḯ\",\r\n \"Ĩ\": \"Ĩ\",\r\n \"Ī\": \"Ī\",\r\n \"Ĭ\": \"Ĭ\",\r\n \"Ǐ\": \"Ǐ\",\r\n \"Î\": \"Î\",\r\n \"İ\": \"İ\",\r\n \"Ĵ\": \"Ĵ\",\r\n \"Ḱ\": \"Ḱ\",\r\n \"Ǩ\": \"Ǩ\",\r\n \"Ķ\": \"Ķ\",\r\n \"Ĺ\": \"Ĺ\",\r\n \"Ľ\": \"Ľ\",\r\n \"Ļ\": \"Ļ\",\r\n \"Ḿ\": \"Ḿ\",\r\n \"Ṁ\": \"Ṁ\",\r\n \"Ń\": \"Ń\",\r\n \"Ǹ\": \"Ǹ\",\r\n \"Ñ\": \"Ñ\",\r\n \"Ň\": \"Ň\",\r\n \"Ṅ\": \"Ṅ\",\r\n \"Ņ\": \"Ņ\",\r\n \"Ó\": \"Ó\",\r\n \"Ò\": \"Ò\",\r\n \"Ö\": \"Ö\",\r\n \"Ȫ\": \"Ȫ\",\r\n \"Õ\": \"Õ\",\r\n \"Ṍ\": \"Ṍ\",\r\n \"Ṏ\": \"Ṏ\",\r\n \"Ȭ\": \"Ȭ\",\r\n \"Ō\": \"Ō\",\r\n \"Ṓ\": \"Ṓ\",\r\n \"Ṑ\": \"Ṑ\",\r\n \"Ŏ\": \"Ŏ\",\r\n \"Ǒ\": \"Ǒ\",\r\n \"Ô\": \"Ô\",\r\n \"Ố\": \"Ố\",\r\n \"Ồ\": \"Ồ\",\r\n \"Ỗ\": \"Ỗ\",\r\n \"Ȯ\": \"Ȯ\",\r\n \"Ȱ\": \"Ȱ\",\r\n \"Ő\": \"Ő\",\r\n \"Ṕ\": \"Ṕ\",\r\n \"Ṗ\": \"Ṗ\",\r\n \"Ŕ\": \"Ŕ\",\r\n \"Ř\": \"Ř\",\r\n \"Ṙ\": \"Ṙ\",\r\n \"Ŗ\": \"Ŗ\",\r\n \"Ś\": \"Ś\",\r\n \"Ṥ\": \"Ṥ\",\r\n \"Š\": \"Š\",\r\n \"Ṧ\": \"Ṧ\",\r\n \"Ŝ\": \"Ŝ\",\r\n \"Ṡ\": \"Ṡ\",\r\n \"Ş\": \"Ş\",\r\n \"Ť\": \"Ť\",\r\n \"Ṫ\": \"Ṫ\",\r\n \"Ţ\": \"Ţ\",\r\n \"Ú\": \"Ú\",\r\n \"Ù\": \"Ù\",\r\n \"Ü\": \"Ü\",\r\n \"Ǘ\": \"Ǘ\",\r\n \"Ǜ\": \"Ǜ\",\r\n \"Ǖ\": \"Ǖ\",\r\n \"Ǚ\": \"Ǚ\",\r\n \"Ũ\": \"Ũ\",\r\n \"Ṹ\": \"Ṹ\",\r\n \"Ū\": \"Ū\",\r\n \"Ṻ\": \"Ṻ\",\r\n \"Ŭ\": \"Ŭ\",\r\n \"Ǔ\": \"Ǔ\",\r\n \"Û\": \"Û\",\r\n \"Ů\": \"Ů\",\r\n \"Ű\": \"Ű\",\r\n \"Ṽ\": \"Ṽ\",\r\n \"Ẃ\": \"Ẃ\",\r\n \"Ẁ\": \"Ẁ\",\r\n \"Ẅ\": \"Ẅ\",\r\n \"Ŵ\": \"Ŵ\",\r\n \"Ẇ\": \"Ẇ\",\r\n \"Ẍ\": \"Ẍ\",\r\n \"Ẋ\": \"Ẋ\",\r\n \"Ý\": \"Ý\",\r\n \"Ỳ\": \"Ỳ\",\r\n \"Ÿ\": \"Ÿ\",\r\n \"Ỹ\": \"Ỹ\",\r\n \"Ȳ\": \"Ȳ\",\r\n \"Ŷ\": \"Ŷ\",\r\n \"Ẏ\": \"Ẏ\",\r\n \"Ź\": \"Ź\",\r\n \"Ž\": \"Ž\",\r\n \"Ẑ\": \"Ẑ\",\r\n \"Ż\": \"Ż\",\r\n \"ά\": \"ά\",\r\n \"ὰ\": \"ὰ\",\r\n \"ᾱ\": \"ᾱ\",\r\n \"ᾰ\": \"ᾰ\",\r\n \"έ\": \"έ\",\r\n \"ὲ\": \"ὲ\",\r\n \"ή\": \"ή\",\r\n \"ὴ\": \"ὴ\",\r\n \"ί\": \"ί\",\r\n \"ὶ\": \"ὶ\",\r\n \"ϊ\": \"ϊ\",\r\n \"ΐ\": \"ΐ\",\r\n \"ῒ\": \"ῒ\",\r\n \"ῑ\": \"ῑ\",\r\n \"ῐ\": \"ῐ\",\r\n \"ό\": \"ό\",\r\n \"ὸ\": \"ὸ\",\r\n \"ύ\": \"ύ\",\r\n \"ὺ\": \"ὺ\",\r\n \"ϋ\": \"ϋ\",\r\n \"ΰ\": \"ΰ\",\r\n \"ῢ\": \"ῢ\",\r\n \"ῡ\": \"ῡ\",\r\n \"ῠ\": \"ῠ\",\r\n \"ώ\": \"ώ\",\r\n \"ὼ\": \"ὼ\",\r\n \"Ύ\": \"Ύ\",\r\n \"Ὺ\": \"Ὺ\",\r\n \"Ϋ\": \"Ϋ\",\r\n \"Ῡ\": \"Ῡ\",\r\n \"Ῠ\": \"Ῠ\",\r\n \"Ώ\": \"Ώ\",\r\n \"Ὼ\": \"Ὼ\"\r\n};\r\n\r\n/**\r\n * This file contains the parser used to parse out a TeX expression from the\r\n * input. Since TeX isn't context-free, standard parsers don't work particularly\r\n * well.\r\n *\r\n * The strategy of this parser is as such:\r\n *\r\n * The main functions (the `.parse...` ones) take a position in the current\r\n * parse string to parse tokens from. The lexer (found in Lexer.js, stored at\r\n * this.gullet.lexer) also supports pulling out tokens at arbitrary places. When\r\n * individual tokens are needed at a position, the lexer is called to pull out a\r\n * token, which is then used.\r\n *\r\n * The parser has a property called \"mode\" indicating the mode that\r\n * the parser is currently in. Currently it has to be one of \"math\" or\r\n * \"text\", which denotes whether the current environment is a math-y\r\n * one or a text-y one (e.g. inside \\text). Currently, this serves to\r\n * limit the functions which can be used in text mode.\r\n *\r\n * The main functions then return an object which contains the useful data that\r\n * was parsed at its given point, and a new position at the end of the parsed\r\n * data. The main functions can call each other and continue the parsing by\r\n * using the returned position as a new starting point.\r\n *\r\n * There are also extra `.handle...` functions, which pull out some reused\r\n * functionality into self-contained functions.\r\n *\r\n * The functions return ParseNodes.\r\n */\r\nclass Parser {\r\n constructor(input, settings) {\r\n this.mode = void 0;\r\n this.gullet = void 0;\r\n this.settings = void 0;\r\n this.leftrightDepth = void 0;\r\n this.nextToken = void 0;\r\n // Start in math mode\r\n this.mode = \"math\"; // Create a new macro expander (gullet) and (indirectly via that) also a\r\n // new lexer (mouth) for this parser (stomach, in the language of TeX)\r\n\r\n this.gullet = new MacroExpander(input, settings, this.mode); // Store the settings for use in parsing\r\n\r\n this.settings = settings; // Count leftright depth (for \\middle errors)\r\n\r\n this.leftrightDepth = 0;\r\n }\r\n /**\r\n * Checks a result to make sure it has the right type, and throws an\r\n * appropriate error otherwise.\r\n */\r\n\r\n\r\n expect(text, consume) {\r\n if (consume === void 0) {\r\n consume = true;\r\n }\r\n\r\n if (this.fetch().text !== text) {\r\n throw new ParseError(\"Expected '\" + text + \"', got '\" + this.fetch().text + \"'\", this.fetch());\r\n }\r\n\r\n if (consume) {\r\n this.consume();\r\n }\r\n }\r\n /**\r\n * Discards the current lookahead token, considering it consumed.\r\n */\r\n\r\n\r\n consume() {\r\n this.nextToken = null;\r\n }\r\n /**\r\n * Return the current lookahead token, or if there isn't one (at the\r\n * beginning, or if the previous lookahead token was consume()d),\r\n * fetch the next token as the new lookahead token and return it.\r\n */\r\n\r\n\r\n fetch() {\r\n if (this.nextToken == null) {\r\n this.nextToken = this.gullet.expandNextToken();\r\n }\r\n\r\n return this.nextToken;\r\n }\r\n /**\r\n * Switches between \"text\" and \"math\" modes.\r\n */\r\n\r\n\r\n switchMode(newMode) {\r\n this.mode = newMode;\r\n this.gullet.switchMode(newMode);\r\n }\r\n /**\r\n * Main parsing function, which parses an entire input.\r\n */\r\n\r\n\r\n parse() {\r\n if (!this.settings.globalGroup) {\r\n // Create a group namespace for the math expression.\r\n // (LaTeX creates a new group for every $...$, $$...$$, \\[...\\].)\r\n this.gullet.beginGroup();\r\n } // Use old \\color behavior (same as LaTeX's \\textcolor) if requested.\r\n // We do this within the group for the math expression, so it doesn't\r\n // pollute settings.macros.\r\n\r\n\r\n if (this.settings.colorIsTextColor) {\r\n this.gullet.macros.set(\"\\\\color\", \"\\\\textcolor\");\r\n }\r\n\r\n try {\r\n // Try to parse the input\r\n var parse = this.parseExpression(false); // If we succeeded, make sure there's an EOF at the end\r\n\r\n this.expect(\"EOF\"); // End the group namespace for the expression\r\n\r\n if (!this.settings.globalGroup) {\r\n this.gullet.endGroup();\r\n }\r\n\r\n return parse; // Close any leftover groups in case of a parse error.\r\n } finally {\r\n this.gullet.endGroups();\r\n }\r\n }\r\n /**\r\n * Fully parse a separate sequence of tokens as a separate job.\r\n * Tokens should be specified in reverse order, as in a MacroDefinition.\r\n */\r\n\r\n\r\n subparse(tokens) {\r\n // Save the next token from the current job.\r\n var oldToken = this.nextToken;\r\n this.consume(); // Run the new job, terminating it with an excess '}'\r\n\r\n this.gullet.pushToken(new Token(\"}\"));\r\n this.gullet.pushTokens(tokens);\r\n var parse = this.parseExpression(false);\r\n this.expect(\"}\"); // Restore the next token from the current job.\r\n\r\n this.nextToken = oldToken;\r\n return parse;\r\n }\r\n\r\n /**\r\n * Parses an \"expression\", which is a list of atoms.\r\n *\r\n * `breakOnInfix`: Should the parsing stop when we hit infix nodes? This\r\n * happens when functions have higher precedence han infix\r\n * nodes in implicit parses.\r\n *\r\n * `breakOnTokenText`: The text of the token that the expression should end\r\n * with, or `null` if something else should end the\r\n * expression.\r\n */\r\n parseExpression(breakOnInfix, breakOnTokenText) {\r\n var body = []; // Keep adding atoms to the body until we can't parse any more atoms (either\r\n // we reached the end, a }, or a \\right)\r\n\r\n while (true) {\r\n // Ignore spaces in math mode\r\n if (this.mode === \"math\") {\r\n this.consumeSpaces();\r\n }\r\n\r\n var lex = this.fetch();\r\n\r\n if (Parser.endOfExpression.indexOf(lex.text) !== -1) {\r\n break;\r\n }\r\n\r\n if (breakOnTokenText && lex.text === breakOnTokenText) {\r\n break;\r\n }\r\n\r\n if (breakOnInfix && functions[lex.text] && functions[lex.text].infix) {\r\n break;\r\n }\r\n\r\n var atom = this.parseAtom(breakOnTokenText);\r\n\r\n if (!atom) {\r\n break;\r\n } else if (atom.type === \"internal\") {\r\n continue;\r\n }\r\n\r\n body.push(atom);\r\n }\r\n\r\n if (this.mode === \"text\") {\r\n this.formLigatures(body);\r\n }\r\n\r\n return this.handleInfixNodes(body);\r\n }\r\n /**\r\n * Rewrites infix operators such as \\over with corresponding commands such\r\n * as \\frac.\r\n *\r\n * There can only be one infix operator per group. If there's more than one\r\n * then the expression is ambiguous. This can be resolved by adding {}.\r\n */\r\n\r\n\r\n handleInfixNodes(body) {\r\n var overIndex = -1;\r\n var funcName;\r\n\r\n for (var i = 0; i < body.length; i++) {\r\n if (body[i].type === \"infix\") {\r\n if (overIndex !== -1) {\r\n throw new ParseError(\"only one infix operator per group\", body[i].token);\r\n }\r\n\r\n overIndex = i;\r\n funcName = body[i].replaceWith;\r\n }\r\n }\r\n\r\n if (overIndex !== -1 && funcName) {\r\n var numerNode;\r\n var denomNode;\r\n var numerBody = body.slice(0, overIndex);\r\n var denomBody = body.slice(overIndex + 1);\r\n\r\n if (numerBody.length === 1 && numerBody[0].type === \"ordgroup\") {\r\n numerNode = numerBody[0];\r\n } else {\r\n numerNode = {\r\n type: \"ordgroup\",\r\n mode: this.mode,\r\n body: numerBody\r\n };\r\n }\r\n\r\n if (denomBody.length === 1 && denomBody[0].type === \"ordgroup\") {\r\n denomNode = denomBody[0];\r\n } else {\r\n denomNode = {\r\n type: \"ordgroup\",\r\n mode: this.mode,\r\n body: denomBody\r\n };\r\n }\r\n\r\n var node;\r\n\r\n if (funcName === \"\\\\\\\\abovefrac\") {\r\n node = this.callFunction(funcName, [numerNode, body[overIndex], denomNode], []);\r\n } else {\r\n node = this.callFunction(funcName, [numerNode, denomNode], []);\r\n }\r\n\r\n return [node];\r\n } else {\r\n return body;\r\n }\r\n }\r\n /**\r\n * Handle a subscript or superscript with nice errors.\r\n */\r\n\r\n\r\n handleSupSubscript(name // For error reporting.\r\n ) {\r\n var symbolToken = this.fetch();\r\n var symbol = symbolToken.text;\r\n this.consume();\r\n this.consumeSpaces(); // ignore spaces before sup/subscript argument\r\n\r\n var group = this.parseGroup(name);\r\n\r\n if (!group) {\r\n throw new ParseError(\"Expected group after '\" + symbol + \"'\", symbolToken);\r\n }\r\n\r\n return group;\r\n }\r\n /**\r\n * Converts the textual input of an unsupported command into a text node\r\n * contained within a color node whose color is determined by errorColor\r\n */\r\n\r\n\r\n formatUnsupportedCmd(text) {\r\n var textordArray = [];\r\n\r\n for (var i = 0; i < text.length; i++) {\r\n textordArray.push({\r\n type: \"textord\",\r\n mode: \"text\",\r\n text: text[i]\r\n });\r\n }\r\n\r\n var textNode = {\r\n type: \"text\",\r\n mode: this.mode,\r\n body: textordArray\r\n };\r\n var colorNode = {\r\n type: \"color\",\r\n mode: this.mode,\r\n color: this.settings.errorColor,\r\n body: [textNode]\r\n };\r\n return colorNode;\r\n }\r\n /**\r\n * Parses a group with optional super/subscripts.\r\n */\r\n\r\n\r\n parseAtom(breakOnTokenText) {\r\n // The body of an atom is an implicit group, so that things like\r\n // \\left(x\\right)^2 work correctly.\r\n var base = this.parseGroup(\"atom\", breakOnTokenText); // In text mode, we don't have superscripts or subscripts\r\n\r\n if (this.mode === \"text\") {\r\n return base;\r\n } // Note that base may be empty (i.e. null) at this point.\r\n\r\n\r\n var superscript;\r\n var subscript;\r\n\r\n while (true) {\r\n // Guaranteed in math mode, so eat any spaces first.\r\n this.consumeSpaces(); // Lex the first token\r\n\r\n var lex = this.fetch();\r\n\r\n if (lex.text === \"\\\\limits\" || lex.text === \"\\\\nolimits\") {\r\n // We got a limit control\r\n if (base && base.type === \"op\") {\r\n var limits = lex.text === \"\\\\limits\";\r\n base.limits = limits;\r\n base.alwaysHandleSupSub = true;\r\n } else if (base && base.type === \"operatorname\") {\r\n if (base.alwaysHandleSupSub) {\r\n base.limits = lex.text === \"\\\\limits\";\r\n }\r\n } else {\r\n throw new ParseError(\"Limit controls must follow a math operator\", lex);\r\n }\r\n\r\n this.consume();\r\n } else if (lex.text === \"^\") {\r\n // We got a superscript start\r\n if (superscript) {\r\n throw new ParseError(\"Double superscript\", lex);\r\n }\r\n\r\n superscript = this.handleSupSubscript(\"superscript\");\r\n } else if (lex.text === \"_\") {\r\n // We got a subscript start\r\n if (subscript) {\r\n throw new ParseError(\"Double subscript\", lex);\r\n }\r\n\r\n subscript = this.handleSupSubscript(\"subscript\");\r\n } else if (lex.text === \"'\") {\r\n // We got a prime\r\n if (superscript) {\r\n throw new ParseError(\"Double superscript\", lex);\r\n }\r\n\r\n var prime = {\r\n type: \"textord\",\r\n mode: this.mode,\r\n text: \"\\\\prime\"\r\n }; // Many primes can be grouped together, so we handle this here\r\n\r\n var primes = [prime];\r\n this.consume(); // Keep lexing tokens until we get something that's not a prime\r\n\r\n while (this.fetch().text === \"'\") {\r\n // For each one, add another prime to the list\r\n primes.push(prime);\r\n this.consume();\r\n } // If there's a superscript following the primes, combine that\r\n // superscript in with the primes.\r\n\r\n\r\n if (this.fetch().text === \"^\") {\r\n primes.push(this.handleSupSubscript(\"superscript\"));\r\n } // Put everything into an ordgroup as the superscript\r\n\r\n\r\n superscript = {\r\n type: \"ordgroup\",\r\n mode: this.mode,\r\n body: primes\r\n };\r\n } else if (uSubsAndSups[lex.text]) {\r\n // A Unicode subscript or superscript character.\r\n // We treat these similarly to the unicode-math package.\r\n // So we render a string of Unicode (sub|super)scripts the\r\n // same as a (sub|super)script of regular characters.\r\n var isSub = unicodeSubRegEx.test(lex.text);\r\n var subsupTokens = [];\r\n subsupTokens.push(new Token(uSubsAndSups[lex.text]));\r\n this.consume(); // Continue fetching tokens to fill out the string.\r\n\r\n while (true) {\r\n var token = this.fetch().text;\r\n\r\n if (!uSubsAndSups[token]) {\r\n break;\r\n }\r\n\r\n if (unicodeSubRegEx.test(token) !== isSub) {\r\n break;\r\n }\r\n\r\n subsupTokens.unshift(new Token(uSubsAndSups[token]));\r\n this.consume();\r\n } // Now create a (sub|super)script.\r\n\r\n\r\n var body = this.subparse(subsupTokens);\r\n\r\n if (isSub) {\r\n subscript = {\r\n type: \"ordgroup\",\r\n mode: \"math\",\r\n body\r\n };\r\n } else {\r\n superscript = {\r\n type: \"ordgroup\",\r\n mode: \"math\",\r\n body\r\n };\r\n }\r\n } else {\r\n // If it wasn't ^, _, or ', stop parsing super/subscripts\r\n break;\r\n }\r\n } // Base must be set if superscript or subscript are set per logic above,\r\n // but need to check here for type check to pass.\r\n\r\n\r\n if (superscript || subscript) {\r\n // If we got either a superscript or subscript, create a supsub\r\n return {\r\n type: \"supsub\",\r\n mode: this.mode,\r\n base: base,\r\n sup: superscript,\r\n sub: subscript\r\n };\r\n } else {\r\n // Otherwise return the original body\r\n return base;\r\n }\r\n }\r\n /**\r\n * Parses an entire function, including its base and all of its arguments.\r\n */\r\n\r\n\r\n parseFunction(breakOnTokenText, name // For determining its context\r\n ) {\r\n var token = this.fetch();\r\n var func = token.text;\r\n var funcData = functions[func];\r\n\r\n if (!funcData) {\r\n return null;\r\n }\r\n\r\n this.consume(); // consume command token\r\n\r\n if (name && name !== \"atom\" && !funcData.allowedInArgument) {\r\n throw new ParseError(\"Got function '\" + func + \"' with no arguments\" + (name ? \" as \" + name : \"\"), token);\r\n } else if (this.mode === \"text\" && !funcData.allowedInText) {\r\n throw new ParseError(\"Can't use function '\" + func + \"' in text mode\", token);\r\n } else if (this.mode === \"math\" && funcData.allowedInMath === false) {\r\n throw new ParseError(\"Can't use function '\" + func + \"' in math mode\", token);\r\n }\r\n\r\n var {\r\n args,\r\n optArgs\r\n } = this.parseArguments(func, funcData);\r\n return this.callFunction(func, args, optArgs, token, breakOnTokenText);\r\n }\r\n /**\r\n * Call a function handler with a suitable context and arguments.\r\n */\r\n\r\n\r\n callFunction(name, args, optArgs, token, breakOnTokenText) {\r\n var context = {\r\n funcName: name,\r\n parser: this,\r\n token,\r\n breakOnTokenText\r\n };\r\n var func = functions[name];\r\n\r\n if (func && func.handler) {\r\n return func.handler(context, args, optArgs);\r\n } else {\r\n throw new ParseError(\"No function handler for \" + name);\r\n }\r\n }\r\n /**\r\n * Parses the arguments of a function or environment\r\n */\r\n\r\n\r\n parseArguments(func, // Should look like \"\\name\" or \"\\begin{name}\".\r\n funcData) {\r\n var totalArgs = funcData.numArgs + funcData.numOptionalArgs;\r\n\r\n if (totalArgs === 0) {\r\n return {\r\n args: [],\r\n optArgs: []\r\n };\r\n }\r\n\r\n var args = [];\r\n var optArgs = [];\r\n\r\n for (var i = 0; i < totalArgs; i++) {\r\n var argType = funcData.argTypes && funcData.argTypes[i];\r\n var isOptional = i < funcData.numOptionalArgs;\r\n\r\n if (funcData.primitive && argType == null || // \\sqrt expands into primitive if optional argument doesn't exist\r\n funcData.type === \"sqrt\" && i === 1 && optArgs[0] == null) {\r\n argType = \"primitive\";\r\n }\r\n\r\n var arg = this.parseGroupOfType(\"argument to '\" + func + \"'\", argType, isOptional);\r\n\r\n if (isOptional) {\r\n optArgs.push(arg);\r\n } else if (arg != null) {\r\n args.push(arg);\r\n } else {\r\n // should be unreachable\r\n throw new ParseError(\"Null argument, please report this as a bug\");\r\n }\r\n }\r\n\r\n return {\r\n args,\r\n optArgs\r\n };\r\n }\r\n /**\r\n * Parses a group when the mode is changing.\r\n */\r\n\r\n\r\n parseGroupOfType(name, type, optional) {\r\n switch (type) {\r\n case \"color\":\r\n return this.parseColorGroup(optional);\r\n\r\n case \"size\":\r\n return this.parseSizeGroup(optional);\r\n\r\n case \"url\":\r\n return this.parseUrlGroup(optional);\r\n\r\n case \"math\":\r\n case \"text\":\r\n return this.parseArgumentGroup(optional, type);\r\n\r\n case \"hbox\":\r\n {\r\n // hbox argument type wraps the argument in the equivalent of\r\n // \\hbox, which is like \\text but switching to \\textstyle size.\r\n var group = this.parseArgumentGroup(optional, \"text\");\r\n return group != null ? {\r\n type: \"styling\",\r\n mode: group.mode,\r\n body: [group],\r\n style: \"text\" // simulate \\textstyle\r\n\r\n } : null;\r\n }\r\n\r\n case \"raw\":\r\n {\r\n var token = this.parseStringGroup(\"raw\", optional);\r\n return token != null ? {\r\n type: \"raw\",\r\n mode: \"text\",\r\n string: token.text\r\n } : null;\r\n }\r\n\r\n case \"primitive\":\r\n {\r\n if (optional) {\r\n throw new ParseError(\"A primitive argument cannot be optional\");\r\n }\r\n\r\n var _group = this.parseGroup(name);\r\n\r\n if (_group == null) {\r\n throw new ParseError(\"Expected group as \" + name, this.fetch());\r\n }\r\n\r\n return _group;\r\n }\r\n\r\n case \"original\":\r\n case null:\r\n case undefined:\r\n return this.parseArgumentGroup(optional);\r\n\r\n default:\r\n throw new ParseError(\"Unknown group type as \" + name, this.fetch());\r\n }\r\n }\r\n /**\r\n * Discard any space tokens, fetching the next non-space token.\r\n */\r\n\r\n\r\n consumeSpaces() {\r\n while (this.fetch().text === \" \") {\r\n this.consume();\r\n }\r\n }\r\n /**\r\n * Parses a group, essentially returning the string formed by the\r\n * brace-enclosed tokens plus some position information.\r\n */\r\n\r\n\r\n parseStringGroup(modeName, // Used to describe the mode in error messages.\r\n optional) {\r\n var argToken = this.gullet.scanArgument(optional);\r\n\r\n if (argToken == null) {\r\n return null;\r\n }\r\n\r\n var str = \"\";\r\n var nextToken;\r\n\r\n while ((nextToken = this.fetch()).text !== \"EOF\") {\r\n str += nextToken.text;\r\n this.consume();\r\n }\r\n\r\n this.consume(); // consume the end of the argument\r\n\r\n argToken.text = str;\r\n return argToken;\r\n }\r\n /**\r\n * Parses a regex-delimited group: the largest sequence of tokens\r\n * whose concatenated strings match `regex`. Returns the string\r\n * formed by the tokens plus some position information.\r\n */\r\n\r\n\r\n parseRegexGroup(regex, modeName // Used to describe the mode in error messages.\r\n ) {\r\n var firstToken = this.fetch();\r\n var lastToken = firstToken;\r\n var str = \"\";\r\n var nextToken;\r\n\r\n while ((nextToken = this.fetch()).text !== \"EOF\" && regex.test(str + nextToken.text)) {\r\n lastToken = nextToken;\r\n str += lastToken.text;\r\n this.consume();\r\n }\r\n\r\n if (str === \"\") {\r\n throw new ParseError(\"Invalid \" + modeName + \": '\" + firstToken.text + \"'\", firstToken);\r\n }\r\n\r\n return firstToken.range(lastToken, str);\r\n }\r\n /**\r\n * Parses a color description.\r\n */\r\n\r\n\r\n parseColorGroup(optional) {\r\n var res = this.parseStringGroup(\"color\", optional);\r\n\r\n if (res == null) {\r\n return null;\r\n }\r\n\r\n var match = /^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(res.text);\r\n\r\n if (!match) {\r\n throw new ParseError(\"Invalid color: '\" + res.text + \"'\", res);\r\n }\r\n\r\n var color = match[0];\r\n\r\n if (/^[0-9a-f]{6}$/i.test(color)) {\r\n // We allow a 6-digit HTML color spec without a leading \"#\".\r\n // This follows the xcolor package's HTML color model.\r\n // Predefined color names are all missed by this RegEx pattern.\r\n color = \"#\" + color;\r\n }\r\n\r\n return {\r\n type: \"color-token\",\r\n mode: this.mode,\r\n color\r\n };\r\n }\r\n /**\r\n * Parses a size specification, consisting of magnitude and unit.\r\n */\r\n\r\n\r\n parseSizeGroup(optional) {\r\n var res;\r\n var isBlank = false; // don't expand before parseStringGroup\r\n\r\n this.gullet.consumeSpaces();\r\n\r\n if (!optional && this.gullet.future().text !== \"{\") {\r\n res = this.parseRegexGroup(/^[-+]? *(?:$|\\d+|\\d+\\.\\d*|\\.\\d*) *[a-z]{0,2} *$/, \"size\");\r\n } else {\r\n res = this.parseStringGroup(\"size\", optional);\r\n }\r\n\r\n if (!res) {\r\n return null;\r\n }\r\n\r\n if (!optional && res.text.length === 0) {\r\n // Because we've tested for what is !optional, this block won't\r\n // affect \\kern, \\hspace, etc. It will capture the mandatory arguments\r\n // to \\genfrac and \\above.\r\n res.text = \"0pt\"; // Enable \\above{}\r\n\r\n isBlank = true; // This is here specifically for \\genfrac\r\n }\r\n\r\n var match = /([-+]?) *(\\d+(?:\\.\\d*)?|\\.\\d+) *([a-z]{2})/.exec(res.text);\r\n\r\n if (!match) {\r\n throw new ParseError(\"Invalid size: '\" + res.text + \"'\", res);\r\n }\r\n\r\n var data = {\r\n number: +(match[1] + match[2]),\r\n // sign + magnitude, cast to number\r\n unit: match[3]\r\n };\r\n\r\n if (!validUnit(data)) {\r\n throw new ParseError(\"Invalid unit: '\" + data.unit + \"'\", res);\r\n }\r\n\r\n return {\r\n type: \"size\",\r\n mode: this.mode,\r\n value: data,\r\n isBlank\r\n };\r\n }\r\n /**\r\n * Parses an URL, checking escaped letters and allowed protocols,\r\n * and setting the catcode of % as an active character (as in \\hyperref).\r\n */\r\n\r\n\r\n parseUrlGroup(optional) {\r\n this.gullet.lexer.setCatcode(\"%\", 13); // active character\r\n\r\n this.gullet.lexer.setCatcode(\"~\", 12); // other character\r\n\r\n var res = this.parseStringGroup(\"url\", optional);\r\n this.gullet.lexer.setCatcode(\"%\", 14); // comment character\r\n\r\n this.gullet.lexer.setCatcode(\"~\", 13); // active character\r\n\r\n if (res == null) {\r\n return null;\r\n } // hyperref package allows backslashes alone in href, but doesn't\r\n // generate valid links in such cases; we interpret this as\r\n // \"undefined\" behaviour, and keep them as-is. Some browser will\r\n // replace backslashes with forward slashes.\r\n\r\n\r\n var url = res.text.replace(/\\\\([#$%&~_^{}])/g, '$1');\r\n return {\r\n type: \"url\",\r\n mode: this.mode,\r\n url\r\n };\r\n }\r\n /**\r\n * Parses an argument with the mode specified.\r\n */\r\n\r\n\r\n parseArgumentGroup(optional, mode) {\r\n var argToken = this.gullet.scanArgument(optional);\r\n\r\n if (argToken == null) {\r\n return null;\r\n }\r\n\r\n var outerMode = this.mode;\r\n\r\n if (mode) {\r\n // Switch to specified mode\r\n this.switchMode(mode);\r\n }\r\n\r\n this.gullet.beginGroup();\r\n var expression = this.parseExpression(false, \"EOF\"); // TODO: find an alternative way to denote the end\r\n\r\n this.expect(\"EOF\"); // expect the end of the argument\r\n\r\n this.gullet.endGroup();\r\n var result = {\r\n type: \"ordgroup\",\r\n mode: this.mode,\r\n loc: argToken.loc,\r\n body: expression\r\n };\r\n\r\n if (mode) {\r\n // Switch mode back\r\n this.switchMode(outerMode);\r\n }\r\n\r\n return result;\r\n }\r\n /**\r\n * Parses an ordinary group, which is either a single nucleus (like \"x\")\r\n * or an expression in braces (like \"{x+y}\") or an implicit group, a group\r\n * that starts at the current position, and ends right before a higher explicit\r\n * group ends, or at EOF.\r\n */\r\n\r\n\r\n parseGroup(name, // For error reporting.\r\n breakOnTokenText) {\r\n var firstToken = this.fetch();\r\n var text = firstToken.text;\r\n var result; // Try to parse an open brace or \\begingroup\r\n\r\n if (text === \"{\" || text === \"\\\\begingroup\") {\r\n this.consume();\r\n var groupEnd = text === \"{\" ? \"}\" : \"\\\\endgroup\";\r\n this.gullet.beginGroup(); // If we get a brace, parse an expression\r\n\r\n var expression = this.parseExpression(false, groupEnd);\r\n var lastToken = this.fetch();\r\n this.expect(groupEnd); // Check that we got a matching closing brace\r\n\r\n this.gullet.endGroup();\r\n result = {\r\n type: \"ordgroup\",\r\n mode: this.mode,\r\n loc: SourceLocation.range(firstToken, lastToken),\r\n body: expression,\r\n // A group formed by \\begingroup...\\endgroup is a semi-simple group\r\n // which doesn't affect spacing in math mode, i.e., is transparent.\r\n // https://tex.stackexchange.com/questions/1930/when-should-one-\r\n // use-begingroup-instead-of-bgroup\r\n semisimple: text === \"\\\\begingroup\" || undefined\r\n };\r\n } else {\r\n // If there exists a function with this name, parse the function.\r\n // Otherwise, just return a nucleus\r\n result = this.parseFunction(breakOnTokenText, name) || this.parseSymbol();\r\n\r\n if (result == null && text[0] === \"\\\\\" && !implicitCommands.hasOwnProperty(text)) {\r\n if (this.settings.throwOnError) {\r\n throw new ParseError(\"Undefined control sequence: \" + text, firstToken);\r\n }\r\n\r\n result = this.formatUnsupportedCmd(text);\r\n this.consume();\r\n }\r\n }\r\n\r\n return result;\r\n }\r\n /**\r\n * Form ligature-like combinations of characters for text mode.\r\n * This includes inputs like \"--\", \"---\", \"``\" and \"''\".\r\n * The result will simply replace multiple textord nodes with a single\r\n * character in each value by a single textord node having multiple\r\n * characters in its value. The representation is still ASCII source.\r\n * The group will be modified in place.\r\n */\r\n\r\n\r\n formLigatures(group) {\r\n var n = group.length - 1;\r\n\r\n for (var i = 0; i < n; ++i) {\r\n var a = group[i]; // $FlowFixMe: Not every node type has a `text` property.\r\n\r\n var v = a.text;\r\n\r\n if (v === \"-\" && group[i + 1].text === \"-\") {\r\n if (i + 1 < n && group[i + 2].text === \"-\") {\r\n group.splice(i, 3, {\r\n type: \"textord\",\r\n mode: \"text\",\r\n loc: SourceLocation.range(a, group[i + 2]),\r\n text: \"---\"\r\n });\r\n n -= 2;\r\n } else {\r\n group.splice(i, 2, {\r\n type: \"textord\",\r\n mode: \"text\",\r\n loc: SourceLocation.range(a, group[i + 1]),\r\n text: \"--\"\r\n });\r\n n -= 1;\r\n }\r\n }\r\n\r\n if ((v === \"'\" || v === \"`\") && group[i + 1].text === v) {\r\n group.splice(i, 2, {\r\n type: \"textord\",\r\n mode: \"text\",\r\n loc: SourceLocation.range(a, group[i + 1]),\r\n text: v + v\r\n });\r\n n -= 1;\r\n }\r\n }\r\n }\r\n /**\r\n * Parse a single symbol out of the string. Here, we handle single character\r\n * symbols and special functions like \\verb.\r\n */\r\n\r\n\r\n parseSymbol() {\r\n var nucleus = this.fetch();\r\n var text = nucleus.text;\r\n\r\n if (/^\\\\verb[^a-zA-Z]/.test(text)) {\r\n this.consume();\r\n var arg = text.slice(5);\r\n var star = arg.charAt(0) === \"*\";\r\n\r\n if (star) {\r\n arg = arg.slice(1);\r\n } // Lexer's tokenRegex is constructed to always have matching\r\n // first/last characters.\r\n\r\n\r\n if (arg.length < 2 || arg.charAt(0) !== arg.slice(-1)) {\r\n throw new ParseError(\"\\\\verb assertion failed --\\n please report what input caused this bug\");\r\n }\r\n\r\n arg = arg.slice(1, -1); // remove first and last char\r\n\r\n return {\r\n type: \"verb\",\r\n mode: \"text\",\r\n body: arg,\r\n star\r\n };\r\n } // At this point, we should have a symbol, possibly with accents.\r\n // First expand any accented base symbol according to unicodeSymbols.\r\n\r\n\r\n if (unicodeSymbols.hasOwnProperty(text[0]) && !symbols[this.mode][text[0]]) {\r\n // This behavior is not strict (XeTeX-compatible) in math mode.\r\n if (this.settings.strict && this.mode === \"math\") {\r\n this.settings.reportNonstrict(\"unicodeTextInMathMode\", \"Accented Unicode text character \\\"\" + text[0] + \"\\\" used in \" + \"math mode\", nucleus);\r\n }\r\n\r\n text = unicodeSymbols[text[0]] + text.slice(1);\r\n } // Strip off any combining characters\r\n\r\n\r\n var match = combiningDiacriticalMarksEndRegex.exec(text);\r\n\r\n if (match) {\r\n text = text.substring(0, match.index);\r\n\r\n if (text === 'i') {\r\n text = '\\u0131'; // dotless i, in math and text mode\r\n } else if (text === 'j') {\r\n text = '\\u0237'; // dotless j, in math and text mode\r\n }\r\n } // Recognize base symbol\r\n\r\n\r\n var symbol;\r\n\r\n if (symbols[this.mode][text]) {\r\n if (this.settings.strict && this.mode === 'math' && extraLatin.indexOf(text) >= 0) {\r\n this.settings.reportNonstrict(\"unicodeTextInMathMode\", \"Latin-1/Unicode text character \\\"\" + text[0] + \"\\\" used in \" + \"math mode\", nucleus);\r\n }\r\n\r\n var group = symbols[this.mode][text].group;\r\n var loc = SourceLocation.range(nucleus);\r\n var s;\r\n\r\n if (ATOMS.hasOwnProperty(group)) {\r\n // $FlowFixMe\r\n var family = group;\r\n s = {\r\n type: \"atom\",\r\n mode: this.mode,\r\n family,\r\n loc,\r\n text\r\n };\r\n } else {\r\n // $FlowFixMe\r\n s = {\r\n type: group,\r\n mode: this.mode,\r\n loc,\r\n text\r\n };\r\n } // $FlowFixMe\r\n\r\n\r\n symbol = s;\r\n } else if (text.charCodeAt(0) >= 0x80) {\r\n // no symbol for e.g. ^\r\n if (this.settings.strict) {\r\n if (!supportedCodepoint(text.charCodeAt(0))) {\r\n this.settings.reportNonstrict(\"unknownSymbol\", \"Unrecognized Unicode character \\\"\" + text[0] + \"\\\"\" + (\" (\" + text.charCodeAt(0) + \")\"), nucleus);\r\n } else if (this.mode === \"math\") {\r\n this.settings.reportNonstrict(\"unicodeTextInMathMode\", \"Unicode text character \\\"\" + text[0] + \"\\\" used in math mode\", nucleus);\r\n }\r\n } // All nonmathematical Unicode characters are rendered as if they\r\n // are in text mode (wrapped in \\text) because that's what it\r\n // takes to render them in LaTeX. Setting `mode: this.mode` is\r\n // another natural choice (the user requested math mode), but\r\n // this makes it more difficult for getCharacterMetrics() to\r\n // distinguish Unicode characters without metrics and those for\r\n // which we want to simulate the letter M.\r\n\r\n\r\n symbol = {\r\n type: \"textord\",\r\n mode: \"text\",\r\n loc: SourceLocation.range(nucleus),\r\n text\r\n };\r\n } else {\r\n return null; // EOF, ^, _, {, }, etc.\r\n }\r\n\r\n this.consume(); // Transform combining characters into accents\r\n\r\n if (match) {\r\n for (var i = 0; i < match[0].length; i++) {\r\n var accent = match[0][i];\r\n\r\n if (!unicodeAccents[accent]) {\r\n throw new ParseError(\"Unknown accent ' \" + accent + \"'\", nucleus);\r\n }\r\n\r\n var command = unicodeAccents[accent][this.mode] || unicodeAccents[accent].text;\r\n\r\n if (!command) {\r\n throw new ParseError(\"Accent \" + accent + \" unsupported in \" + this.mode + \" mode\", nucleus);\r\n }\r\n\r\n symbol = {\r\n type: \"accent\",\r\n mode: this.mode,\r\n loc: SourceLocation.range(nucleus),\r\n label: command,\r\n isStretchy: false,\r\n isShifty: true,\r\n // $FlowFixMe\r\n base: symbol\r\n };\r\n }\r\n } // $FlowFixMe\r\n\r\n\r\n return symbol;\r\n }\r\n\r\n}\r\nParser.endOfExpression = [\"}\", \"\\\\endgroup\", \"\\\\end\", \"\\\\right\", \"&\"];\r\n\r\n/**\r\n * Provides a single function for parsing an expression using a Parser\r\n * TODO(emily): Remove this\r\n */\r\n\r\n/**\r\n * Parses an expression using a Parser, then returns the parsed result.\r\n */\r\nvar parseTree = function parseTree(toParse, settings) {\r\n if (!(typeof toParse === 'string' || toParse instanceof String)) {\r\n throw new TypeError('KaTeX can only parse string typed expression');\r\n }\r\n\r\n var parser = new Parser(toParse, settings); // Blank out any \\df@tag to avoid spurious \"Duplicate \\tag\" errors\r\n\r\n delete parser.gullet.macros.current[\"\\\\df@tag\"];\r\n var tree = parser.parse(); // Prevent a color definition from persisting between calls to katex.render().\r\n\r\n delete parser.gullet.macros.current[\"\\\\current@color\"];\r\n delete parser.gullet.macros.current[\"\\\\color\"]; // If the input used \\tag, it will set the \\df@tag macro to the tag.\r\n // In this case, we separately parse the tag and wrap the tree.\r\n\r\n if (parser.gullet.macros.get(\"\\\\df@tag\")) {\r\n if (!settings.displayMode) {\r\n throw new ParseError(\"\\\\tag works only in display equations\");\r\n }\r\n\r\n tree = [{\r\n type: \"tag\",\r\n mode: \"text\",\r\n body: tree,\r\n tag: parser.subparse([new Token(\"\\\\df@tag\")])\r\n }];\r\n }\r\n\r\n return tree;\r\n};\r\n\r\n/* eslint no-console:0 */\r\n\r\n/**\r\n * Parse and build an expression, and place that expression in the DOM node\r\n * given.\r\n */\r\nvar render = function render(expression, baseNode, options) {\r\n baseNode.textContent = \"\";\r\n var node = renderToDomTree(expression, options).toNode();\r\n baseNode.appendChild(node);\r\n}; // KaTeX's styles don't work properly in quirks mode. Print out an error, and\r\n// disable rendering.\r\n\r\n\r\nif (typeof document !== \"undefined\") {\r\n if (document.compatMode !== \"CSS1Compat\") {\r\n typeof console !== \"undefined\" && console.warn(\"Warning: KaTeX doesn't work in quirks mode. Make sure your \" + \"website has a suitable doctype.\");\r\n\r\n render = function render() {\r\n throw new ParseError(\"KaTeX doesn't work in quirks mode.\");\r\n };\r\n }\r\n}\r\n/**\r\n * Parse and build an expression, and return the markup for that.\r\n */\r\n\r\n\r\nvar renderToString = function renderToString(expression, options) {\r\n var markup = renderToDomTree(expression, options).toMarkup();\r\n return markup;\r\n};\r\n/**\r\n * Parse an expression and return the parse tree.\r\n */\r\n\r\n\r\nvar generateParseTree = function generateParseTree(expression, options) {\r\n var settings = new Settings(options);\r\n return parseTree(expression, settings);\r\n};\r\n/**\r\n * If the given error is a KaTeX ParseError and options.throwOnError is false,\r\n * renders the invalid LaTeX as a span with hover title giving the KaTeX\r\n * error message. Otherwise, simply throws the error.\r\n */\r\n\r\n\r\nvar renderError = function renderError(error, expression, options) {\r\n if (options.throwOnError || !(error instanceof ParseError)) {\r\n throw error;\r\n }\r\n\r\n var node = buildCommon.makeSpan([\"katex-error\"], [new SymbolNode(expression)]);\r\n node.setAttribute(\"title\", error.toString());\r\n node.setAttribute(\"style\", \"color:\" + options.errorColor);\r\n return node;\r\n};\r\n/**\r\n * Generates and returns the katex build tree. This is used for advanced\r\n * use cases (like rendering to custom output).\r\n */\r\n\r\n\r\nvar renderToDomTree = function renderToDomTree(expression, options) {\r\n var settings = new Settings(options);\r\n\r\n try {\r\n var tree = parseTree(expression, settings);\r\n return buildTree(tree, expression, settings);\r\n } catch (error) {\r\n return renderError(error, expression, settings);\r\n }\r\n};\r\n/**\r\n * Generates and returns the katex build tree, with just HTML (no MathML).\r\n * This is used for advanced use cases (like rendering to custom output).\r\n */\r\n\r\n\r\nvar renderToHTMLTree = function renderToHTMLTree(expression, options) {\r\n var settings = new Settings(options);\r\n\r\n try {\r\n var tree = parseTree(expression, settings);\r\n return buildHTMLTree(tree, expression, settings);\r\n } catch (error) {\r\n return renderError(error, expression, settings);\r\n }\r\n};\r\n\r\nvar katex = {\r\n /**\r\n * Current KaTeX version\r\n */\r\n version: \"0.16.10\",\r\n\r\n /**\r\n * Renders the given LaTeX into an HTML+MathML combination, and adds\r\n * it as a child to the specified DOM node.\r\n */\r\n render,\r\n\r\n /**\r\n * Renders the given LaTeX into an HTML+MathML combination string,\r\n * for sending to the client.\r\n */\r\n renderToString,\r\n\r\n /**\r\n * KaTeX error, usually during parsing.\r\n */\r\n ParseError,\r\n\r\n /**\r\n * The shema of Settings\r\n */\r\n SETTINGS_SCHEMA,\r\n\r\n /**\r\n * Parses the given LaTeX into KaTeX's internal parse tree structure,\r\n * without rendering to HTML or MathML.\r\n *\r\n * NOTE: This method is not currently recommended for public use.\r\n * The internal tree representation is unstable and is very likely\r\n * to change. Use at your own risk.\r\n */\r\n __parse: generateParseTree,\r\n\r\n /**\r\n * Renders the given LaTeX into an HTML+MathML internal DOM tree\r\n * representation, without flattening that representation to a string.\r\n *\r\n * NOTE: This method is not currently recommended for public use.\r\n * The internal tree representation is unstable and is very likely\r\n * to change. Use at your own risk.\r\n */\r\n __renderToDomTree: renderToDomTree,\r\n\r\n /**\r\n * Renders the given LaTeX into an HTML internal DOM tree representation,\r\n * without MathML and without flattening that representation to a string.\r\n *\r\n * NOTE: This method is not currently recommended for public use.\r\n * The internal tree representation is unstable and is very likely\r\n * to change. Use at your own risk.\r\n */\r\n __renderToHTMLTree: renderToHTMLTree,\r\n\r\n /**\r\n * extends internal font metrics object with a new object\r\n * each key in the new object represents a font name\r\n */\r\n __setFontMetrics: setFontMetrics,\r\n\r\n /**\r\n * adds a new symbol to builtin symbols table\r\n */\r\n __defineSymbol: defineSymbol,\r\n\r\n /**\r\n * adds a new function to builtin function list,\r\n * which directly produce parse tree elements\r\n * and have their own html/mathml builders\r\n */\r\n __defineFunction: defineFunction,\r\n\r\n /**\r\n * adds a new macro to builtin macro list\r\n */\r\n __defineMacro: defineMacro,\r\n\r\n /**\r\n * Expose the dom tree node types, which can be useful for type checking nodes.\r\n *\r\n * NOTE: This method is not currently recommended for public use.\r\n * The internal tree representation is unstable and is very likely\r\n * to change. Use at your own risk.\r\n */\r\n __domTree: {\r\n Span,\r\n Anchor,\r\n SymbolNode,\r\n SvgNode,\r\n PathNode,\r\n LineNode\r\n }\r\n};\r\n\r\nexport { katex as default };\r\n"], + "sourcesContent": ["/**\n * Lexing or parsing positional information for error reporting.\n * This object is immutable.\n */\nclass SourceLocation {\n // The + prefix indicates that these fields aren't writeable\n // Lexer holding the input string.\n // Start offset, zero-based inclusive.\n // End offset, zero-based exclusive.\n constructor(lexer, start, end) {\n this.lexer = void 0;\n this.start = void 0;\n this.end = void 0;\n this.lexer = lexer;\n this.start = start;\n this.end = end;\n }\n /**\n * Merges two `SourceLocation`s from location providers, given they are\n * provided in order of appearance.\n * - Returns the first one's location if only the first is provided.\n * - Returns a merged range of the first and the last if both are provided\n * and their lexers match.\n * - Otherwise, returns null.\n */\n\n\n static range(first, second) {\n if (!second) {\n return first && first.loc;\n } else if (!first || !first.loc || !second.loc || first.loc.lexer !== second.loc.lexer) {\n return null;\n } else {\n return new SourceLocation(first.loc.lexer, first.loc.start, second.loc.end);\n }\n }\n\n}\n\n/**\n * Interface required to break circular dependency between Token, Lexer, and\n * ParseError.\n */\n\n/**\n * The resulting token returned from `lex`.\n *\n * It consists of the token text plus some position information.\n * The position information is essentially a range in an input string,\n * but instead of referencing the bare input string, we refer to the lexer.\n * That way it is possible to attach extra metadata to the input string,\n * like for example a file name or similar.\n *\n * The position information is optional, so it is OK to construct synthetic\n * tokens if appropriate. Not providing available position information may\n * lead to degraded error reporting, though.\n */\nclass Token {\n // don't expand the token\n // used in \\noexpand\n constructor(text, // the text of this token\n loc) {\n this.text = void 0;\n this.loc = void 0;\n this.noexpand = void 0;\n this.treatAsRelax = void 0;\n this.text = text;\n this.loc = loc;\n }\n /**\n * Given a pair of tokens (this and endToken), compute a `Token` encompassing\n * the whole input range enclosed by these two.\n */\n\n\n range(endToken, // last token of the range, inclusive\n text // the text of the newly constructed token\n ) {\n return new Token(text, SourceLocation.range(this, endToken));\n }\n\n}\n\n/**\n * This is the ParseError class, which is the main error thrown by KaTeX\n * functions when something has gone wrong. This is used to distinguish internal\n * errors from errors in the expression that the user provided.\n *\n * If possible, a caller should provide a Token or ParseNode with information\n * about where in the source string the problem occurred.\n */\nclass ParseError {\n // Error start position based on passed-in Token or ParseNode.\n // Length of affected text based on passed-in Token or ParseNode.\n // The underlying error message without any context added.\n constructor(message, // The error message\n token // An object providing position information\n ) {\n this.name = void 0;\n this.position = void 0;\n this.length = void 0;\n this.rawMessage = void 0;\n var error = \"KaTeX parse error: \" + message;\n var start;\n var end;\n var loc = token && token.loc;\n\n if (loc && loc.start <= loc.end) {\n // If we have the input and a position, make the error a bit fancier\n // Get the input\n var input = loc.lexer.input; // Prepend some information\n\n start = loc.start;\n end = loc.end;\n\n if (start === input.length) {\n error += \" at end of input: \";\n } else {\n error += \" at position \" + (start + 1) + \": \";\n } // Underline token in question using combining underscores\n\n\n var underlined = input.slice(start, end).replace(/[^]/g, \"$&\\u0332\"); // Extract some context from the input and add it to the error\n\n var left;\n\n if (start > 15) {\n left = \"…\" + input.slice(start - 15, start);\n } else {\n left = input.slice(0, start);\n }\n\n var right;\n\n if (end + 15 < input.length) {\n right = input.slice(end, end + 15) + \"…\";\n } else {\n right = input.slice(end);\n }\n\n error += left + underlined + right;\n } // Some hackery to make ParseError a prototype of Error\n // See http://stackoverflow.com/a/8460753\n // $FlowFixMe\n\n\n var self = new Error(error);\n self.name = \"ParseError\"; // $FlowFixMe\n\n self.__proto__ = ParseError.prototype;\n self.position = start;\n\n if (start != null && end != null) {\n self.length = end - start;\n }\n\n self.rawMessage = message;\n return self;\n }\n\n} // $FlowFixMe More hackery\n\n\nParseError.prototype.__proto__ = Error.prototype;\n\n/**\n * This file contains a list of utility functions which are useful in other\n * files.\n */\n\n/**\n * Return whether an element is contained in a list\n */\nvar contains = function contains(list, elem) {\n return list.indexOf(elem) !== -1;\n};\n/**\n * Provide a default value if a setting is undefined\n * NOTE: Couldn't use `T` as the output type due to facebook/flow#5022.\n */\n\n\nvar deflt = function deflt(setting, defaultIfUndefined) {\n return setting === undefined ? defaultIfUndefined : setting;\n}; // hyphenate and escape adapted from Facebook's React under Apache 2 license\n\n\nvar uppercase = /([A-Z])/g;\n\nvar hyphenate = function hyphenate(str) {\n return str.replace(uppercase, \"-$1\").toLowerCase();\n};\n\nvar ESCAPE_LOOKUP = {\n \"&\": \"&\",\n \">\": \">\",\n \"<\": \"<\",\n \"\\\"\": \""\",\n \"'\": \"'\"\n};\nvar ESCAPE_REGEX = /[&><\"']/g;\n/**\n * Escapes text to prevent scripting attacks.\n */\n\nfunction escape(text) {\n return String(text).replace(ESCAPE_REGEX, match => ESCAPE_LOOKUP[match]);\n}\n/**\n * Sometimes we want to pull out the innermost element of a group. In most\n * cases, this will just be the group itself, but when ordgroups and colors have\n * a single element, we want to pull that out.\n */\n\n\nvar getBaseElem = function getBaseElem(group) {\n if (group.type === \"ordgroup\") {\n if (group.body.length === 1) {\n return getBaseElem(group.body[0]);\n } else {\n return group;\n }\n } else if (group.type === \"color\") {\n if (group.body.length === 1) {\n return getBaseElem(group.body[0]);\n } else {\n return group;\n }\n } else if (group.type === \"font\") {\n return getBaseElem(group.body);\n } else {\n return group;\n }\n};\n/**\n * TeXbook algorithms often reference \"character boxes\", which are simply groups\n * with a single character in them. To decide if something is a character box,\n * we find its innermost group, and see if it is a single character.\n */\n\n\nvar isCharacterBox = function isCharacterBox(group) {\n var baseElem = getBaseElem(group); // These are all they types of groups which hold single characters\n\n return baseElem.type === \"mathord\" || baseElem.type === \"textord\" || baseElem.type === \"atom\";\n};\n\nvar assert = function assert(value) {\n if (!value) {\n throw new Error('Expected non-null, but got ' + String(value));\n }\n\n return value;\n};\n/**\n * Return the protocol of a URL, or \"_relative\" if the URL does not specify a\n * protocol (and thus is relative), or `null` if URL has invalid protocol\n * (so should be outright rejected).\n */\n\nvar protocolFromUrl = function protocolFromUrl(url) {\n // Check for possible leading protocol.\n // https://url.spec.whatwg.org/#url-parsing strips leading whitespace\n // (U+20) or C0 control (U+00-U+1F) characters.\n // eslint-disable-next-line no-control-regex\n var protocol = /^[\\x00-\\x20]*([^\\\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(url);\n\n if (!protocol) {\n return \"_relative\";\n } // Reject weird colons\n\n\n if (protocol[2] !== \":\") {\n return null;\n } // Reject invalid characters in scheme according to\n // https://datatracker.ietf.org/doc/html/rfc3986#section-3.1\n\n\n if (!/^[a-zA-Z][a-zA-Z0-9+\\-.]*$/.test(protocol[1])) {\n return null;\n } // Lowercase the protocol\n\n\n return protocol[1].toLowerCase();\n};\nvar utils = {\n contains,\n deflt,\n escape,\n hyphenate,\n getBaseElem,\n isCharacterBox,\n protocolFromUrl\n};\n\n/* eslint no-console:0 */\n// TODO: automatically generate documentation\n// TODO: check all properties on Settings exist\n// TODO: check the type of a property on Settings matches\nvar SETTINGS_SCHEMA = {\n displayMode: {\n type: \"boolean\",\n description: \"Render math in display mode, which puts the math in \" + \"display style (so \\\\int and \\\\sum are large, for example), and \" + \"centers the math on the page on its own line.\",\n cli: \"-d, --display-mode\"\n },\n output: {\n type: {\n enum: [\"htmlAndMathml\", \"html\", \"mathml\"]\n },\n description: \"Determines the markup language of the output.\",\n cli: \"-F, --format \"\n },\n leqno: {\n type: \"boolean\",\n description: \"Render display math in leqno style (left-justified tags).\"\n },\n fleqn: {\n type: \"boolean\",\n description: \"Render display math flush left.\"\n },\n throwOnError: {\n type: \"boolean\",\n default: true,\n cli: \"-t, --no-throw-on-error\",\n cliDescription: \"Render errors (in the color given by --error-color) ins\" + \"tead of throwing a ParseError exception when encountering an error.\"\n },\n errorColor: {\n type: \"string\",\n default: \"#cc0000\",\n cli: \"-c, --error-color \",\n cliDescription: \"A color string given in the format 'rgb' or 'rrggbb' \" + \"(no #). This option determines the color of errors rendered by the \" + \"-t option.\",\n cliProcessor: color => \"#\" + color\n },\n macros: {\n type: \"object\",\n cli: \"-m, --macro \",\n cliDescription: \"Define custom macro of the form '\\\\foo:expansion' (use \" + \"multiple -m arguments for multiple macros).\",\n cliDefault: [],\n cliProcessor: (def, defs) => {\n defs.push(def);\n return defs;\n }\n },\n minRuleThickness: {\n type: \"number\",\n description: \"Specifies a minimum thickness, in ems, for fraction lines,\" + \" `\\\\sqrt` top lines, `{array}` vertical lines, `\\\\hline`, \" + \"`\\\\hdashline`, `\\\\underline`, `\\\\overline`, and the borders of \" + \"`\\\\fbox`, `\\\\boxed`, and `\\\\fcolorbox`.\",\n processor: t => Math.max(0, t),\n cli: \"--min-rule-thickness \",\n cliProcessor: parseFloat\n },\n colorIsTextColor: {\n type: \"boolean\",\n description: \"Makes \\\\color behave like LaTeX's 2-argument \\\\textcolor, \" + \"instead of LaTeX's one-argument \\\\color mode change.\",\n cli: \"-b, --color-is-text-color\"\n },\n strict: {\n type: [{\n enum: [\"warn\", \"ignore\", \"error\"]\n }, \"boolean\", \"function\"],\n description: \"Turn on strict / LaTeX faithfulness mode, which throws an \" + \"error if the input uses features that are not supported by LaTeX.\",\n cli: \"-S, --strict\",\n cliDefault: false\n },\n trust: {\n type: [\"boolean\", \"function\"],\n description: \"Trust the input, enabling all HTML features such as \\\\url.\",\n cli: \"-T, --trust\"\n },\n maxSize: {\n type: \"number\",\n default: Infinity,\n description: \"If non-zero, all user-specified sizes, e.g. in \" + \"\\\\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, \" + \"elements and spaces can be arbitrarily large\",\n processor: s => Math.max(0, s),\n cli: \"-s, --max-size \",\n cliProcessor: parseInt\n },\n maxExpand: {\n type: \"number\",\n default: 1000,\n description: \"Limit the number of macro expansions to the specified \" + \"number, to prevent e.g. infinite macro loops. If set to Infinity, \" + \"the macro expander will try to fully expand as in LaTeX.\",\n processor: n => Math.max(0, n),\n cli: \"-e, --max-expand \",\n cliProcessor: n => n === \"Infinity\" ? Infinity : parseInt(n)\n },\n globalGroup: {\n type: \"boolean\",\n cli: false\n }\n};\n\nfunction getDefaultValue(schema) {\n if (schema.default) {\n return schema.default;\n }\n\n var type = schema.type;\n var defaultType = Array.isArray(type) ? type[0] : type;\n\n if (typeof defaultType !== 'string') {\n return defaultType.enum[0];\n }\n\n switch (defaultType) {\n case 'boolean':\n return false;\n\n case 'string':\n return '';\n\n case 'number':\n return 0;\n\n case 'object':\n return {};\n }\n}\n/**\n * The main Settings object\n *\n * The current options stored are:\n * - displayMode: Whether the expression should be typeset as inline math\n * (false, the default), meaning that the math starts in\n * \\textstyle and is placed in an inline-block); or as display\n * math (true), meaning that the math starts in \\displaystyle\n * and is placed in a block with vertical margin.\n */\n\n\nclass Settings {\n constructor(options) {\n this.displayMode = void 0;\n this.output = void 0;\n this.leqno = void 0;\n this.fleqn = void 0;\n this.throwOnError = void 0;\n this.errorColor = void 0;\n this.macros = void 0;\n this.minRuleThickness = void 0;\n this.colorIsTextColor = void 0;\n this.strict = void 0;\n this.trust = void 0;\n this.maxSize = void 0;\n this.maxExpand = void 0;\n this.globalGroup = void 0;\n // allow null options\n options = options || {};\n\n for (var prop in SETTINGS_SCHEMA) {\n if (SETTINGS_SCHEMA.hasOwnProperty(prop)) {\n // $FlowFixMe\n var schema = SETTINGS_SCHEMA[prop]; // TODO: validate options\n // $FlowFixMe\n\n this[prop] = options[prop] !== undefined ? schema.processor ? schema.processor(options[prop]) : options[prop] : getDefaultValue(schema);\n }\n }\n }\n /**\n * Report nonstrict (non-LaTeX-compatible) input.\n * Can safely not be called if `this.strict` is false in JavaScript.\n */\n\n\n reportNonstrict(errorCode, errorMsg, token) {\n var strict = this.strict;\n\n if (typeof strict === \"function\") {\n // Allow return value of strict function to be boolean or string\n // (or null/undefined, meaning no further processing).\n strict = strict(errorCode, errorMsg, token);\n }\n\n if (!strict || strict === \"ignore\") {\n return;\n } else if (strict === true || strict === \"error\") {\n throw new ParseError(\"LaTeX-incompatible input and strict mode is set to 'error': \" + (errorMsg + \" [\" + errorCode + \"]\"), token);\n } else if (strict === \"warn\") {\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to 'warn': \" + (errorMsg + \" [\" + errorCode + \"]\"));\n } else {\n // won't happen in type-safe code\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to \" + (\"unrecognized '\" + strict + \"': \" + errorMsg + \" [\" + errorCode + \"]\"));\n }\n }\n /**\n * Check whether to apply strict (LaTeX-adhering) behavior for unusual\n * input (like `\\\\`). Unlike `nonstrict`, will not throw an error;\n * instead, \"error\" translates to a return value of `true`, while \"ignore\"\n * translates to a return value of `false`. May still print a warning:\n * \"warn\" prints a warning and returns `false`.\n * This is for the second category of `errorCode`s listed in the README.\n */\n\n\n useStrictBehavior(errorCode, errorMsg, token) {\n var strict = this.strict;\n\n if (typeof strict === \"function\") {\n // Allow return value of strict function to be boolean or string\n // (or null/undefined, meaning no further processing).\n // But catch any exceptions thrown by function, treating them\n // like \"error\".\n try {\n strict = strict(errorCode, errorMsg, token);\n } catch (error) {\n strict = \"error\";\n }\n }\n\n if (!strict || strict === \"ignore\") {\n return false;\n } else if (strict === true || strict === \"error\") {\n return true;\n } else if (strict === \"warn\") {\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to 'warn': \" + (errorMsg + \" [\" + errorCode + \"]\"));\n return false;\n } else {\n // won't happen in type-safe code\n typeof console !== \"undefined\" && console.warn(\"LaTeX-incompatible input and strict mode is set to \" + (\"unrecognized '\" + strict + \"': \" + errorMsg + \" [\" + errorCode + \"]\"));\n return false;\n }\n }\n /**\n * Check whether to test potentially dangerous input, and return\n * `true` (trusted) or `false` (untrusted). The sole argument `context`\n * should be an object with `command` field specifying the relevant LaTeX\n * command (as a string starting with `\\`), and any other arguments, etc.\n * If `context` has a `url` field, a `protocol` field will automatically\n * get added by this function (changing the specified object).\n */\n\n\n isTrusted(context) {\n if (context.url && !context.protocol) {\n var protocol = utils.protocolFromUrl(context.url);\n\n if (protocol == null) {\n return false;\n }\n\n context.protocol = protocol;\n }\n\n var trust = typeof this.trust === \"function\" ? this.trust(context) : this.trust;\n return Boolean(trust);\n }\n\n}\n\n/**\n * This file contains information and classes for the various kinds of styles\n * used in TeX. It provides a generic `Style` class, which holds information\n * about a specific style. It then provides instances of all the different kinds\n * of styles possible, and provides functions to move between them and get\n * information about them.\n */\n\n/**\n * The main style class. Contains a unique id for the style, a size (which is\n * the same for cramped and uncramped version of a style), and a cramped flag.\n */\nclass Style {\n constructor(id, size, cramped) {\n this.id = void 0;\n this.size = void 0;\n this.cramped = void 0;\n this.id = id;\n this.size = size;\n this.cramped = cramped;\n }\n /**\n * Get the style of a superscript given a base in the current style.\n */\n\n\n sup() {\n return styles[sup[this.id]];\n }\n /**\n * Get the style of a subscript given a base in the current style.\n */\n\n\n sub() {\n return styles[sub[this.id]];\n }\n /**\n * Get the style of a fraction numerator given the fraction in the current\n * style.\n */\n\n\n fracNum() {\n return styles[fracNum[this.id]];\n }\n /**\n * Get the style of a fraction denominator given the fraction in the current\n * style.\n */\n\n\n fracDen() {\n return styles[fracDen[this.id]];\n }\n /**\n * Get the cramped version of a style (in particular, cramping a cramped style\n * doesn't change the style).\n */\n\n\n cramp() {\n return styles[cramp[this.id]];\n }\n /**\n * Get a text or display version of this style.\n */\n\n\n text() {\n return styles[text$1[this.id]];\n }\n /**\n * Return true if this style is tightly spaced (scriptstyle/scriptscriptstyle)\n */\n\n\n isTight() {\n return this.size >= 2;\n }\n\n} // Export an interface for type checking, but don't expose the implementation.\n// This way, no more styles can be generated.\n\n\n// IDs of the different styles\nvar D = 0;\nvar Dc = 1;\nvar T = 2;\nvar Tc = 3;\nvar S = 4;\nvar Sc = 5;\nvar SS = 6;\nvar SSc = 7; // Instances of the different styles\n\nvar styles = [new Style(D, 0, false), new Style(Dc, 0, true), new Style(T, 1, false), new Style(Tc, 1, true), new Style(S, 2, false), new Style(Sc, 2, true), new Style(SS, 3, false), new Style(SSc, 3, true)]; // Lookup tables for switching from one style to another\n\nvar sup = [S, Sc, S, Sc, SS, SSc, SS, SSc];\nvar sub = [Sc, Sc, Sc, Sc, SSc, SSc, SSc, SSc];\nvar fracNum = [T, Tc, S, Sc, SS, SSc, SS, SSc];\nvar fracDen = [Tc, Tc, Sc, Sc, SSc, SSc, SSc, SSc];\nvar cramp = [Dc, Dc, Tc, Tc, Sc, Sc, SSc, SSc];\nvar text$1 = [D, Dc, T, Tc, T, Tc, T, Tc]; // We only export some of the styles.\n\nvar Style$1 = {\n DISPLAY: styles[D],\n TEXT: styles[T],\n SCRIPT: styles[S],\n SCRIPTSCRIPT: styles[SS]\n};\n\n/*\n * This file defines the Unicode scripts and script families that we\n * support. To add new scripts or families, just add a new entry to the\n * scriptData array below. Adding scripts to the scriptData array allows\n * characters from that script to appear in \\text{} environments.\n */\n\n/**\n * Each script or script family has a name and an array of blocks.\n * Each block is an array of two numbers which specify the start and\n * end points (inclusive) of a block of Unicode codepoints.\n */\n\n/**\n * Unicode block data for the families of scripts we support in \\text{}.\n * Scripts only need to appear here if they do not have font metrics.\n */\nvar scriptData = [{\n // Latin characters beyond the Latin-1 characters we have metrics for.\n // Needed for Czech, Hungarian and Turkish text, for example.\n name: 'latin',\n blocks: [[0x0100, 0x024f], // Latin Extended-A and Latin Extended-B\n [0x0300, 0x036f] // Combining Diacritical marks\n ]\n}, {\n // The Cyrillic script used by Russian and related languages.\n // A Cyrillic subset used to be supported as explicitly defined\n // symbols in symbols.js\n name: 'cyrillic',\n blocks: [[0x0400, 0x04ff]]\n}, {\n // Armenian\n name: 'armenian',\n blocks: [[0x0530, 0x058F]]\n}, {\n // The Brahmic scripts of South and Southeast Asia\n // Devanagari (0900–097F)\n // Bengali (0980–09FF)\n // Gurmukhi (0A00–0A7F)\n // Gujarati (0A80–0AFF)\n // Oriya (0B00–0B7F)\n // Tamil (0B80–0BFF)\n // Telugu (0C00–0C7F)\n // Kannada (0C80–0CFF)\n // Malayalam (0D00–0D7F)\n // Sinhala (0D80–0DFF)\n // Thai (0E00–0E7F)\n // Lao (0E80–0EFF)\n // Tibetan (0F00–0FFF)\n // Myanmar (1000–109F)\n name: 'brahmic',\n blocks: [[0x0900, 0x109F]]\n}, {\n name: 'georgian',\n blocks: [[0x10A0, 0x10ff]]\n}, {\n // Chinese and Japanese.\n // The \"k\" in cjk is for Korean, but we've separated Korean out\n name: \"cjk\",\n blocks: [[0x3000, 0x30FF], // CJK symbols and punctuation, Hiragana, Katakana\n [0x4E00, 0x9FAF], // CJK ideograms\n [0xFF00, 0xFF60] // Fullwidth punctuation\n // TODO: add halfwidth Katakana and Romanji glyphs\n ]\n}, {\n // Korean\n name: 'hangul',\n blocks: [[0xAC00, 0xD7AF]]\n}];\n/**\n * Given a codepoint, return the name of the script or script family\n * it is from, or null if it is not part of a known block\n */\n\nfunction scriptFromCodepoint(codepoint) {\n for (var i = 0; i < scriptData.length; i++) {\n var script = scriptData[i];\n\n for (var _i = 0; _i < script.blocks.length; _i++) {\n var block = script.blocks[_i];\n\n if (codepoint >= block[0] && codepoint <= block[1]) {\n return script.name;\n }\n }\n }\n\n return null;\n}\n/**\n * A flattened version of all the supported blocks in a single array.\n * This is an optimization to make supportedCodepoint() fast.\n */\n\nvar allBlocks = [];\nscriptData.forEach(s => s.blocks.forEach(b => allBlocks.push(...b)));\n/**\n * Given a codepoint, return true if it falls within one of the\n * scripts or script families defined above and false otherwise.\n *\n * Micro benchmarks shows that this is faster than\n * /[\\u3000-\\u30FF\\u4E00-\\u9FAF\\uFF00-\\uFF60\\uAC00-\\uD7AF\\u0900-\\u109F]/.test()\n * in Firefox, Chrome and Node.\n */\n\nfunction supportedCodepoint(codepoint) {\n for (var i = 0; i < allBlocks.length; i += 2) {\n if (codepoint >= allBlocks[i] && codepoint <= allBlocks[i + 1]) {\n return true;\n }\n }\n\n return false;\n}\n\n/**\n * This file provides support to domTree.js and delimiter.js.\n * It's a storehouse of path geometry for SVG images.\n */\n// In all paths below, the viewBox-to-em scale is 1000:1.\nvar hLinePad = 80; // padding above a sqrt vinculum. Prevents image cropping.\n// The vinculum of a \\sqrt can be made thicker by a KaTeX rendering option.\n// Think of variable extraVinculum as two detours in the SVG path.\n// The detour begins at the lower left of the area labeled extraVinculum below.\n// The detour proceeds one extraVinculum distance up and slightly to the right,\n// displacing the radiused corner between surd and vinculum. The radius is\n// traversed as usual, then the detour resumes. It goes right, to the end of\n// the very long vinculum, then down one extraVinculum distance,\n// after which it resumes regular path geometry for the radical.\n\n/* vinculum\n /\n /▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒←extraVinculum\n / █████████████████████←0.04em (40 unit) std vinculum thickness\n / /\n / /\n / /\\\n / / surd\n*/\n\nvar sqrtMain = function sqrtMain(extraVinculum, hLinePad) {\n // sqrtMain path geometry is from glyph U221A in the font KaTeX Main\n return \"M95,\" + (622 + extraVinculum + hLinePad) + \"\\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\\nc69,-144,104.5,-217.7,106.5,-221\\nl\" + extraVinculum / 2.075 + \" -\" + extraVinculum + \"\\nc5.3,-9.3,12,-14,20,-14\\nH400000v\" + (40 + extraVinculum) + \"H845.2724\\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\\nM\" + (834 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"h-400000z\";\n};\n\nvar sqrtSize1 = function sqrtSize1(extraVinculum, hLinePad) {\n // size1 is from glyph U221A in the font KaTeX_Size1-Regular\n return \"M263,\" + (601 + extraVinculum + hLinePad) + \"c0.7,0,18,39.7,52,119\\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\\nc340,-704.7,510.7,-1060.3,512,-1067\\nl\" + extraVinculum / 2.084 + \" -\" + extraVinculum + \"\\nc4.7,-7.3,11,-11,19,-11\\nH40000v\" + (40 + extraVinculum) + \"H1012.3\\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\\nM\" + (1001 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"h-400000z\";\n};\n\nvar sqrtSize2 = function sqrtSize2(extraVinculum, hLinePad) {\n // size2 is from glyph U221A in the font KaTeX_Size2-Regular\n return \"M983 \" + (10 + extraVinculum + hLinePad) + \"\\nl\" + extraVinculum / 3.13 + \" -\" + extraVinculum + \"\\nc4,-6.7,10,-10,18,-10 H400000v\" + (40 + extraVinculum) + \"\\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\\nM\" + (1001 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"h-400000z\";\n};\n\nvar sqrtSize3 = function sqrtSize3(extraVinculum, hLinePad) {\n // size3 is from glyph U221A in the font KaTeX_Size3-Regular\n return \"M424,\" + (2398 + extraVinculum + hLinePad) + \"\\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\\nl\" + extraVinculum / 4.223 + \" -\" + extraVinculum + \"c4,-6.7,10,-10,18,-10 H400000\\nv\" + (40 + extraVinculum) + \"H1014.6\\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\\nc-2,6,-10,9,-24,9\\nc-8,0,-12,-0.7,-12,-2z M\" + (1001 + extraVinculum) + \" \" + hLinePad + \"\\nh400000v\" + (40 + extraVinculum) + \"h-400000z\";\n};\n\nvar sqrtSize4 = function sqrtSize4(extraVinculum, hLinePad) {\n // size4 is from glyph U221A in the font KaTeX_Size4-Regular\n return \"M473,\" + (2713 + extraVinculum + hLinePad) + \"\\nc339.3,-1799.3,509.3,-2700,510,-2702 l\" + extraVinculum / 5.298 + \" -\" + extraVinculum + \"\\nc3.3,-7.3,9.3,-11,18,-11 H400000v\" + (40 + extraVinculum) + \"H1017.7\\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\\n606zM\" + (1001 + extraVinculum) + \" \" + hLinePad + \"h400000v\" + (40 + extraVinculum) + \"H1017.7z\";\n};\n\nvar phasePath = function phasePath(y) {\n var x = y / 2; // x coordinate at top of angle\n\n return \"M400000 \" + y + \" H0 L\" + x + \" 0 l65 45 L145 \" + (y - 80) + \" H400000z\";\n};\n\nvar sqrtTall = function sqrtTall(extraVinculum, hLinePad, viewBoxHeight) {\n // sqrtTall is from glyph U23B7 in the font KaTeX_Size4-Regular\n // One path edge has a variable length. It runs vertically from the vinculum\n // to a point near (14 units) the bottom of the surd. The vinculum\n // is normally 40 units thick. So the length of the line in question is:\n var vertSegment = viewBoxHeight - 54 - hLinePad - extraVinculum;\n return \"M702 \" + (extraVinculum + hLinePad) + \"H400000\" + (40 + extraVinculum) + \"\\nH742v\" + vertSegment + \"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\\n219 661 l218 661zM702 \" + hLinePad + \"H400000v\" + (40 + extraVinculum) + \"H742z\";\n};\n\nvar sqrtPath = function sqrtPath(size, extraVinculum, viewBoxHeight) {\n extraVinculum = 1000 * extraVinculum; // Convert from document ems to viewBox.\n\n var path = \"\";\n\n switch (size) {\n case \"sqrtMain\":\n path = sqrtMain(extraVinculum, hLinePad);\n break;\n\n case \"sqrtSize1\":\n path = sqrtSize1(extraVinculum, hLinePad);\n break;\n\n case \"sqrtSize2\":\n path = sqrtSize2(extraVinculum, hLinePad);\n break;\n\n case \"sqrtSize3\":\n path = sqrtSize3(extraVinculum, hLinePad);\n break;\n\n case \"sqrtSize4\":\n path = sqrtSize4(extraVinculum, hLinePad);\n break;\n\n case \"sqrtTall\":\n path = sqrtTall(extraVinculum, hLinePad, viewBoxHeight);\n }\n\n return path;\n};\nvar innerPath = function innerPath(name, height) {\n // The inner part of stretchy tall delimiters\n switch (name) {\n case \"\\u239c\":\n return \"M291 0 H417 V\" + height + \" H291z M291 0 H417 V\" + height + \" H291z\";\n\n case \"\\u2223\":\n return \"M145 0 H188 V\" + height + \" H145z M145 0 H188 V\" + height + \" H145z\";\n\n case \"\\u2225\":\n return \"M145 0 H188 V\" + height + \" H145z M145 0 H188 V\" + height + \" H145z\" + (\"M367 0 H410 V\" + height + \" H367z M367 0 H410 V\" + height + \" H367z\");\n\n case \"\\u239f\":\n return \"M457 0 H583 V\" + height + \" H457z M457 0 H583 V\" + height + \" H457z\";\n\n case \"\\u23a2\":\n return \"M319 0 H403 V\" + height + \" H319z M319 0 H403 V\" + height + \" H319z\";\n\n case \"\\u23a5\":\n return \"M263 0 H347 V\" + height + \" H263z M263 0 H347 V\" + height + \" H263z\";\n\n case \"\\u23aa\":\n return \"M384 0 H504 V\" + height + \" H384z M384 0 H504 V\" + height + \" H384z\";\n\n case \"\\u23d0\":\n return \"M312 0 H355 V\" + height + \" H312z M312 0 H355 V\" + height + \" H312z\";\n\n case \"\\u2016\":\n return \"M257 0 H300 V\" + height + \" H257z M257 0 H300 V\" + height + \" H257z\" + (\"M478 0 H521 V\" + height + \" H478z M478 0 H521 V\" + height + \" H478z\");\n\n default:\n return \"\";\n }\n};\nvar path = {\n // The doubleleftarrow geometry is from glyph U+21D0 in the font KaTeX Main\n doubleleftarrow: \"M262 157\\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\\nm8 0v40h399730v-40zm0 194v40h399730v-40z\",\n // doublerightarrow is from glyph U+21D2 in font KaTeX Main\n doublerightarrow: \"M399738 392l\\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z\",\n // leftarrow is from glyph U+2190 in font KaTeX Main\n leftarrow: \"M400000 241H110l3-3c68.7-52.7 113.7-120\\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\\n l-3-3h399890zM100 241v40h399900v-40z\",\n // overbrace is from glyphs U+23A9/23A8/23A7 in font KaTeX_Size4-Regular\n leftbrace: \"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z\",\n leftbraceunder: \"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z\",\n // overgroup is from the MnSymbol package (public domain)\n leftgroup: \"M400000 80\\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\\n 435 0h399565z\",\n leftgroupunder: \"M400000 262\\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\\n 435 219h399565z\",\n // Harpoons are from glyph U+21BD in font KaTeX Main\n leftharpoon: \"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z\",\n leftharpoonplus: \"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\\nm0 0v40h400000v-40z\",\n leftharpoondown: \"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z\",\n leftharpoondownplus: \"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z\",\n // hook is from glyph U+21A9 in font KaTeX Main\n lefthook: \"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\\n 71.5 23h399859zM103 281v-40h399897v40z\",\n leftlinesegment: \"M40 281 V428 H0 V94 H40 V241 H400000 v40z\\nM40 281 V428 H0 V94 H40 V241 H400000 v40z\",\n leftmapsto: \"M40 281 V448H0V74H40V241H400000v40z\\nM40 281 V448H0V74H40V241H400000v40z\",\n // tofrom is from glyph U+21C4 in font KaTeX AMS Regular\n leftToFrom: \"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z\",\n longequal: \"M0 50 h400000 v40H0z m0 194h40000v40H0z\\nM0 50 h400000 v40H0z m0 194h40000v40H0z\",\n midbrace: \"M200428 334\\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z\",\n midbraceunder: \"M199572 214\\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z\",\n oiintSize1: \"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z\",\n oiintSize2: \"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\\nc0 110 84 276 504 276s502.4-166 502.4-276z\",\n oiiintSize1: \"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z\",\n oiiintSize2: \"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z\",\n rightarrow: \"M0 241v40h399891c-47.3 35.3-84 78-110 128\\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\n 151.7 139 205zm0 0v40h399900v-40z\",\n rightbrace: \"M400000 542l\\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z\",\n rightbraceunder: \"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z\",\n rightgroup: \"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\\n 3-1 3-3v-38c-76-158-257-219-435-219H0z\",\n rightgroupunder: \"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z\",\n rightharpoon: \"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\\n 69.2 92 94.5zm0 0v40h399900v-40z\",\n rightharpoonplus: \"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z\",\n rightharpoondown: \"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z\",\n rightharpoondownplus: \"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\\nm0-194v40h400000v-40zm0 0v40h400000v-40z\",\n righthook: \"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z\",\n rightlinesegment: \"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z\",\n rightToFrom: \"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z\",\n // twoheadleftarrow is from glyph U+219E in font KaTeX AMS Regular\n twoheadleftarrow: \"M0 167c68 40\\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z\",\n twoheadrightarrow: \"M400000 167\\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z\",\n // tilde1 is a modified version of a glyph from the MnSymbol package\n tilde1: \"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\\n-68.267.847-113-73.952-191-73.952z\",\n // ditto tilde2, tilde3, & tilde4\n tilde2: \"M344 55.266c-142 0-300.638 81.316-311.5 86.418\\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z\",\n tilde3: \"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\\n -338 0-409-156.573-744-156.573z\",\n tilde4: \"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\\n -175.236-744-175.236z\",\n // vec is from glyph U+20D7 in font KaTeX Main\n vec: \"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\\nc-16-25.333-24-45-24-59z\",\n // widehat1 is a modified version of a glyph from the MnSymbol package\n widehat1: \"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z\",\n // ditto widehat2, widehat3, & widehat4\n widehat2: \"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",\n widehat3: \"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",\n widehat4: \"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",\n // widecheck paths are all inverted versions of widehat\n widecheck1: \"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z\",\n widecheck2: \"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",\n widecheck3: \"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",\n widecheck4: \"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",\n // The next ten paths support reaction arrows from the mhchem package.\n // Arrows for \\ce{<-->} are offset from xAxis by 0.22ex, per mhchem in LaTeX\n // baraboveleftarrow is mostly from glyph U+2190 in font KaTeX Main\n baraboveleftarrow: \"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z\",\n // rightarrowabovebar is mostly from glyph U+2192, KaTeX Main\n rightarrowabovebar: \"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z\",\n // The short left harpoon has 0.5em (i.e. 500 units) kern on the left end.\n // Ref from mhchem.sty: \\rlap{\\raisebox{-.22ex}{$\\kern0.5em\n baraboveshortleftharpoon: \"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z\",\n rightharpoonaboveshortbar: \"M0,241 l0,40c399126,0,399993,0,399993,0\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z\",\n shortbaraboveleftharpoon: \"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z\",\n shortrightharpoonabovebar: \"M53,241l0,40c398570,0,399437,0,399437,0\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z\"\n};\nvar tallDelim = function tallDelim(label, midHeight) {\n switch (label) {\n case \"lbrack\":\n return \"M403 1759 V84 H666 V0 H319 V1759 v\" + midHeight + \" v1759 h347 v-84\\nH403z M403 1759 V0 H319 V1759 v\" + midHeight + \" v1759 h84z\";\n\n case \"rbrack\":\n return \"M347 1759 V0 H0 V84 H263 V1759 v\" + midHeight + \" v1759 H0 v84 H347z\\nM347 1759 V0 H263 V1759 v\" + midHeight + \" v1759 h84z\";\n\n case \"vert\":\n return \"M145 15 v585 v\" + midHeight + \" v585 c2.667,10,9.667,15,21,15\\nc10,0,16.667,-5,20,-15 v-585 v\" + -midHeight + \" v-585 c-2.667,-10,-9.667,-15,-21,-15\\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v\" + midHeight + \" v585 h43z\";\n\n case \"doublevert\":\n return \"M145 15 v585 v\" + midHeight + \" v585 c2.667,10,9.667,15,21,15\\nc10,0,16.667,-5,20,-15 v-585 v\" + -midHeight + \" v-585 c-2.667,-10,-9.667,-15,-21,-15\\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v\" + midHeight + \" v585 h43z\\nM367 15 v585 v\" + midHeight + \" v585 c2.667,10,9.667,15,21,15\\nc10,0,16.667,-5,20,-15 v-585 v\" + -midHeight + \" v-585 c-2.667,-10,-9.667,-15,-21,-15\\nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v\" + midHeight + \" v585 h43z\";\n\n case \"lfloor\":\n return \"M319 602 V0 H403 V602 v\" + midHeight + \" v1715 h263 v84 H319z\\nMM319 602 V0 H403 V602 v\" + midHeight + \" v1715 H319z\";\n\n case \"rfloor\":\n return \"M319 602 V0 H403 V602 v\" + midHeight + \" v1799 H0 v-84 H319z\\nMM319 602 V0 H403 V602 v\" + midHeight + \" v1715 H319z\";\n\n case \"lceil\":\n return \"M403 1759 V84 H666 V0 H319 V1759 v\" + midHeight + \" v602 h84z\\nM403 1759 V0 H319 V1759 v\" + midHeight + \" v602 h84z\";\n\n case \"rceil\":\n return \"M347 1759 V0 H0 V84 H263 V1759 v\" + midHeight + \" v602 h84z\\nM347 1759 V0 h-84 V1759 v\" + midHeight + \" v602 h84z\";\n\n case \"lparen\":\n return \"M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1\\nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,\\n-36,557 l0,\" + (midHeight + 84) + \"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\\n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9\\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\\nl0,-\" + (midHeight + 92) + \"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\\n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z\";\n\n case \"rparen\":\n return \"M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,\\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,\" + (midHeight + 9) + \"\\nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664\\nc-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11\\nc0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17\\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\\nl0,-\" + (midHeight + 144) + \"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z\";\n\n default:\n // We should not ever get here.\n throw new Error(\"Unknown stretchy delimiter.\");\n }\n};\n\n/**\n * This node represents a document fragment, which contains elements, but when\n * placed into the DOM doesn't have any representation itself. It only contains\n * children and doesn't have any DOM node properties.\n */\nclass DocumentFragment {\n // HtmlDomNode\n // Never used; needed for satisfying interface.\n constructor(children) {\n this.children = void 0;\n this.classes = void 0;\n this.height = void 0;\n this.depth = void 0;\n this.maxFontSize = void 0;\n this.style = void 0;\n this.children = children;\n this.classes = [];\n this.height = 0;\n this.depth = 0;\n this.maxFontSize = 0;\n this.style = {};\n }\n\n hasClass(className) {\n return utils.contains(this.classes, className);\n }\n /** Convert the fragment into a node. */\n\n\n toNode() {\n var frag = document.createDocumentFragment();\n\n for (var i = 0; i < this.children.length; i++) {\n frag.appendChild(this.children[i].toNode());\n }\n\n return frag;\n }\n /** Convert the fragment into HTML markup. */\n\n\n toMarkup() {\n var markup = \"\"; // Simply concatenate the markup for the children together.\n\n for (var i = 0; i < this.children.length; i++) {\n markup += this.children[i].toMarkup();\n }\n\n return markup;\n }\n /**\n * Converts the math node into a string, similar to innerText. Applies to\n * MathDomNode's only.\n */\n\n\n toText() {\n // To avoid this, we would subclass documentFragment separately for\n // MathML, but polyfills for subclassing is expensive per PR 1469.\n // $FlowFixMe: Only works for ChildType = MathDomNode.\n var toText = child => child.toText();\n\n return this.children.map(toText).join(\"\");\n }\n\n}\n\n// This file is GENERATED by buildMetrics.sh. DO NOT MODIFY.\nvar fontMetricsData = {\n \"AMS-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"65\": [0, 0.68889, 0, 0, 0.72222],\n \"66\": [0, 0.68889, 0, 0, 0.66667],\n \"67\": [0, 0.68889, 0, 0, 0.72222],\n \"68\": [0, 0.68889, 0, 0, 0.72222],\n \"69\": [0, 0.68889, 0, 0, 0.66667],\n \"70\": [0, 0.68889, 0, 0, 0.61111],\n \"71\": [0, 0.68889, 0, 0, 0.77778],\n \"72\": [0, 0.68889, 0, 0, 0.77778],\n \"73\": [0, 0.68889, 0, 0, 0.38889],\n \"74\": [0.16667, 0.68889, 0, 0, 0.5],\n \"75\": [0, 0.68889, 0, 0, 0.77778],\n \"76\": [0, 0.68889, 0, 0, 0.66667],\n \"77\": [0, 0.68889, 0, 0, 0.94445],\n \"78\": [0, 0.68889, 0, 0, 0.72222],\n \"79\": [0.16667, 0.68889, 0, 0, 0.77778],\n \"80\": [0, 0.68889, 0, 0, 0.61111],\n \"81\": [0.16667, 0.68889, 0, 0, 0.77778],\n \"82\": [0, 0.68889, 0, 0, 0.72222],\n \"83\": [0, 0.68889, 0, 0, 0.55556],\n \"84\": [0, 0.68889, 0, 0, 0.66667],\n \"85\": [0, 0.68889, 0, 0, 0.72222],\n \"86\": [0, 0.68889, 0, 0, 0.72222],\n \"87\": [0, 0.68889, 0, 0, 1.0],\n \"88\": [0, 0.68889, 0, 0, 0.72222],\n \"89\": [0, 0.68889, 0, 0, 0.72222],\n \"90\": [0, 0.68889, 0, 0, 0.66667],\n \"107\": [0, 0.68889, 0, 0, 0.55556],\n \"160\": [0, 0, 0, 0, 0.25],\n \"165\": [0, 0.675, 0.025, 0, 0.75],\n \"174\": [0.15559, 0.69224, 0, 0, 0.94666],\n \"240\": [0, 0.68889, 0, 0, 0.55556],\n \"295\": [0, 0.68889, 0, 0, 0.54028],\n \"710\": [0, 0.825, 0, 0, 2.33334],\n \"732\": [0, 0.9, 0, 0, 2.33334],\n \"770\": [0, 0.825, 0, 0, 2.33334],\n \"771\": [0, 0.9, 0, 0, 2.33334],\n \"989\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"1008\": [0, 0.43056, 0.04028, 0, 0.66667],\n \"8245\": [0, 0.54986, 0, 0, 0.275],\n \"8463\": [0, 0.68889, 0, 0, 0.54028],\n \"8487\": [0, 0.68889, 0, 0, 0.72222],\n \"8498\": [0, 0.68889, 0, 0, 0.55556],\n \"8502\": [0, 0.68889, 0, 0, 0.66667],\n \"8503\": [0, 0.68889, 0, 0, 0.44445],\n \"8504\": [0, 0.68889, 0, 0, 0.66667],\n \"8513\": [0, 0.68889, 0, 0, 0.63889],\n \"8592\": [-0.03598, 0.46402, 0, 0, 0.5],\n \"8594\": [-0.03598, 0.46402, 0, 0, 0.5],\n \"8602\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8603\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8606\": [0.01354, 0.52239, 0, 0, 1.0],\n \"8608\": [0.01354, 0.52239, 0, 0, 1.0],\n \"8610\": [0.01354, 0.52239, 0, 0, 1.11111],\n \"8611\": [0.01354, 0.52239, 0, 0, 1.11111],\n \"8619\": [0, 0.54986, 0, 0, 1.0],\n \"8620\": [0, 0.54986, 0, 0, 1.0],\n \"8621\": [-0.13313, 0.37788, 0, 0, 1.38889],\n \"8622\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8624\": [0, 0.69224, 0, 0, 0.5],\n \"8625\": [0, 0.69224, 0, 0, 0.5],\n \"8630\": [0, 0.43056, 0, 0, 1.0],\n \"8631\": [0, 0.43056, 0, 0, 1.0],\n \"8634\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8635\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8638\": [0.19444, 0.69224, 0, 0, 0.41667],\n \"8639\": [0.19444, 0.69224, 0, 0, 0.41667],\n \"8642\": [0.19444, 0.69224, 0, 0, 0.41667],\n \"8643\": [0.19444, 0.69224, 0, 0, 0.41667],\n \"8644\": [0.1808, 0.675, 0, 0, 1.0],\n \"8646\": [0.1808, 0.675, 0, 0, 1.0],\n \"8647\": [0.1808, 0.675, 0, 0, 1.0],\n \"8648\": [0.19444, 0.69224, 0, 0, 0.83334],\n \"8649\": [0.1808, 0.675, 0, 0, 1.0],\n \"8650\": [0.19444, 0.69224, 0, 0, 0.83334],\n \"8651\": [0.01354, 0.52239, 0, 0, 1.0],\n \"8652\": [0.01354, 0.52239, 0, 0, 1.0],\n \"8653\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8654\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8655\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8666\": [0.13667, 0.63667, 0, 0, 1.0],\n \"8667\": [0.13667, 0.63667, 0, 0, 1.0],\n \"8669\": [-0.13313, 0.37788, 0, 0, 1.0],\n \"8672\": [-0.064, 0.437, 0, 0, 1.334],\n \"8674\": [-0.064, 0.437, 0, 0, 1.334],\n \"8705\": [0, 0.825, 0, 0, 0.5],\n \"8708\": [0, 0.68889, 0, 0, 0.55556],\n \"8709\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"8717\": [0, 0.43056, 0, 0, 0.42917],\n \"8722\": [-0.03598, 0.46402, 0, 0, 0.5],\n \"8724\": [0.08198, 0.69224, 0, 0, 0.77778],\n \"8726\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"8733\": [0, 0.69224, 0, 0, 0.77778],\n \"8736\": [0, 0.69224, 0, 0, 0.72222],\n \"8737\": [0, 0.69224, 0, 0, 0.72222],\n \"8738\": [0.03517, 0.52239, 0, 0, 0.72222],\n \"8739\": [0.08167, 0.58167, 0, 0, 0.22222],\n \"8740\": [0.25142, 0.74111, 0, 0, 0.27778],\n \"8741\": [0.08167, 0.58167, 0, 0, 0.38889],\n \"8742\": [0.25142, 0.74111, 0, 0, 0.5],\n \"8756\": [0, 0.69224, 0, 0, 0.66667],\n \"8757\": [0, 0.69224, 0, 0, 0.66667],\n \"8764\": [-0.13313, 0.36687, 0, 0, 0.77778],\n \"8765\": [-0.13313, 0.37788, 0, 0, 0.77778],\n \"8769\": [-0.13313, 0.36687, 0, 0, 0.77778],\n \"8770\": [-0.03625, 0.46375, 0, 0, 0.77778],\n \"8774\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8776\": [-0.01688, 0.48312, 0, 0, 0.77778],\n \"8778\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"8782\": [0.06062, 0.54986, 0, 0, 0.77778],\n \"8783\": [0.06062, 0.54986, 0, 0, 0.77778],\n \"8785\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8786\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8787\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8790\": [0, 0.69224, 0, 0, 0.77778],\n \"8791\": [0.22958, 0.72958, 0, 0, 0.77778],\n \"8796\": [0.08198, 0.91667, 0, 0, 0.77778],\n \"8806\": [0.25583, 0.75583, 0, 0, 0.77778],\n \"8807\": [0.25583, 0.75583, 0, 0, 0.77778],\n \"8808\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"8809\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"8812\": [0.25583, 0.75583, 0, 0, 0.5],\n \"8814\": [0.20576, 0.70576, 0, 0, 0.77778],\n \"8815\": [0.20576, 0.70576, 0, 0, 0.77778],\n \"8816\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8817\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8818\": [0.22958, 0.72958, 0, 0, 0.77778],\n \"8819\": [0.22958, 0.72958, 0, 0, 0.77778],\n \"8822\": [0.1808, 0.675, 0, 0, 0.77778],\n \"8823\": [0.1808, 0.675, 0, 0, 0.77778],\n \"8828\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"8829\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"8830\": [0.22958, 0.72958, 0, 0, 0.77778],\n \"8831\": [0.22958, 0.72958, 0, 0, 0.77778],\n \"8832\": [0.20576, 0.70576, 0, 0, 0.77778],\n \"8833\": [0.20576, 0.70576, 0, 0, 0.77778],\n \"8840\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8841\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8842\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8843\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8847\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"8848\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"8858\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8859\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8861\": [0.08198, 0.58198, 0, 0, 0.77778],\n \"8862\": [0, 0.675, 0, 0, 0.77778],\n \"8863\": [0, 0.675, 0, 0, 0.77778],\n \"8864\": [0, 0.675, 0, 0, 0.77778],\n \"8865\": [0, 0.675, 0, 0, 0.77778],\n \"8872\": [0, 0.69224, 0, 0, 0.61111],\n \"8873\": [0, 0.69224, 0, 0, 0.72222],\n \"8874\": [0, 0.69224, 0, 0, 0.88889],\n \"8876\": [0, 0.68889, 0, 0, 0.61111],\n \"8877\": [0, 0.68889, 0, 0, 0.61111],\n \"8878\": [0, 0.68889, 0, 0, 0.72222],\n \"8879\": [0, 0.68889, 0, 0, 0.72222],\n \"8882\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"8883\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"8884\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"8885\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"8888\": [0, 0.54986, 0, 0, 1.11111],\n \"8890\": [0.19444, 0.43056, 0, 0, 0.55556],\n \"8891\": [0.19444, 0.69224, 0, 0, 0.61111],\n \"8892\": [0.19444, 0.69224, 0, 0, 0.61111],\n \"8901\": [0, 0.54986, 0, 0, 0.27778],\n \"8903\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"8905\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"8906\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"8907\": [0, 0.69224, 0, 0, 0.77778],\n \"8908\": [0, 0.69224, 0, 0, 0.77778],\n \"8909\": [-0.03598, 0.46402, 0, 0, 0.77778],\n \"8910\": [0, 0.54986, 0, 0, 0.76042],\n \"8911\": [0, 0.54986, 0, 0, 0.76042],\n \"8912\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"8913\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"8914\": [0, 0.54986, 0, 0, 0.66667],\n \"8915\": [0, 0.54986, 0, 0, 0.66667],\n \"8916\": [0, 0.69224, 0, 0, 0.66667],\n \"8918\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"8919\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"8920\": [0.03517, 0.54986, 0, 0, 1.33334],\n \"8921\": [0.03517, 0.54986, 0, 0, 1.33334],\n \"8922\": [0.38569, 0.88569, 0, 0, 0.77778],\n \"8923\": [0.38569, 0.88569, 0, 0, 0.77778],\n \"8926\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"8927\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"8928\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8929\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8934\": [0.23222, 0.74111, 0, 0, 0.77778],\n \"8935\": [0.23222, 0.74111, 0, 0, 0.77778],\n \"8936\": [0.23222, 0.74111, 0, 0, 0.77778],\n \"8937\": [0.23222, 0.74111, 0, 0, 0.77778],\n \"8938\": [0.20576, 0.70576, 0, 0, 0.77778],\n \"8939\": [0.20576, 0.70576, 0, 0, 0.77778],\n \"8940\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8941\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"8994\": [0.19444, 0.69224, 0, 0, 0.77778],\n \"8995\": [0.19444, 0.69224, 0, 0, 0.77778],\n \"9416\": [0.15559, 0.69224, 0, 0, 0.90222],\n \"9484\": [0, 0.69224, 0, 0, 0.5],\n \"9488\": [0, 0.69224, 0, 0, 0.5],\n \"9492\": [0, 0.37788, 0, 0, 0.5],\n \"9496\": [0, 0.37788, 0, 0, 0.5],\n \"9585\": [0.19444, 0.68889, 0, 0, 0.88889],\n \"9586\": [0.19444, 0.74111, 0, 0, 0.88889],\n \"9632\": [0, 0.675, 0, 0, 0.77778],\n \"9633\": [0, 0.675, 0, 0, 0.77778],\n \"9650\": [0, 0.54986, 0, 0, 0.72222],\n \"9651\": [0, 0.54986, 0, 0, 0.72222],\n \"9654\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"9660\": [0, 0.54986, 0, 0, 0.72222],\n \"9661\": [0, 0.54986, 0, 0, 0.72222],\n \"9664\": [0.03517, 0.54986, 0, 0, 0.77778],\n \"9674\": [0.11111, 0.69224, 0, 0, 0.66667],\n \"9733\": [0.19444, 0.69224, 0, 0, 0.94445],\n \"10003\": [0, 0.69224, 0, 0, 0.83334],\n \"10016\": [0, 0.69224, 0, 0, 0.83334],\n \"10731\": [0.11111, 0.69224, 0, 0, 0.66667],\n \"10846\": [0.19444, 0.75583, 0, 0, 0.61111],\n \"10877\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"10878\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"10885\": [0.25583, 0.75583, 0, 0, 0.77778],\n \"10886\": [0.25583, 0.75583, 0, 0, 0.77778],\n \"10887\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"10888\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"10889\": [0.26167, 0.75726, 0, 0, 0.77778],\n \"10890\": [0.26167, 0.75726, 0, 0, 0.77778],\n \"10891\": [0.48256, 0.98256, 0, 0, 0.77778],\n \"10892\": [0.48256, 0.98256, 0, 0, 0.77778],\n \"10901\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"10902\": [0.13667, 0.63667, 0, 0, 0.77778],\n \"10933\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"10934\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"10935\": [0.26167, 0.75726, 0, 0, 0.77778],\n \"10936\": [0.26167, 0.75726, 0, 0, 0.77778],\n \"10937\": [0.26167, 0.75726, 0, 0, 0.77778],\n \"10938\": [0.26167, 0.75726, 0, 0, 0.77778],\n \"10949\": [0.25583, 0.75583, 0, 0, 0.77778],\n \"10950\": [0.25583, 0.75583, 0, 0, 0.77778],\n \"10955\": [0.28481, 0.79383, 0, 0, 0.77778],\n \"10956\": [0.28481, 0.79383, 0, 0, 0.77778],\n \"57350\": [0.08167, 0.58167, 0, 0, 0.22222],\n \"57351\": [0.08167, 0.58167, 0, 0, 0.38889],\n \"57352\": [0.08167, 0.58167, 0, 0, 0.77778],\n \"57353\": [0, 0.43056, 0.04028, 0, 0.66667],\n \"57356\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"57357\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"57358\": [0.41951, 0.91951, 0, 0, 0.77778],\n \"57359\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"57360\": [0.30274, 0.79383, 0, 0, 0.77778],\n \"57361\": [0.41951, 0.91951, 0, 0, 0.77778],\n \"57366\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"57367\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"57368\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"57369\": [0.25142, 0.75726, 0, 0, 0.77778],\n \"57370\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"57371\": [0.13597, 0.63597, 0, 0, 0.77778]\n },\n \"Caligraphic-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"65\": [0, 0.68333, 0, 0.19445, 0.79847],\n \"66\": [0, 0.68333, 0.03041, 0.13889, 0.65681],\n \"67\": [0, 0.68333, 0.05834, 0.13889, 0.52653],\n \"68\": [0, 0.68333, 0.02778, 0.08334, 0.77139],\n \"69\": [0, 0.68333, 0.08944, 0.11111, 0.52778],\n \"70\": [0, 0.68333, 0.09931, 0.11111, 0.71875],\n \"71\": [0.09722, 0.68333, 0.0593, 0.11111, 0.59487],\n \"72\": [0, 0.68333, 0.00965, 0.11111, 0.84452],\n \"73\": [0, 0.68333, 0.07382, 0, 0.54452],\n \"74\": [0.09722, 0.68333, 0.18472, 0.16667, 0.67778],\n \"75\": [0, 0.68333, 0.01445, 0.05556, 0.76195],\n \"76\": [0, 0.68333, 0, 0.13889, 0.68972],\n \"77\": [0, 0.68333, 0, 0.13889, 1.2009],\n \"78\": [0, 0.68333, 0.14736, 0.08334, 0.82049],\n \"79\": [0, 0.68333, 0.02778, 0.11111, 0.79611],\n \"80\": [0, 0.68333, 0.08222, 0.08334, 0.69556],\n \"81\": [0.09722, 0.68333, 0, 0.11111, 0.81667],\n \"82\": [0, 0.68333, 0, 0.08334, 0.8475],\n \"83\": [0, 0.68333, 0.075, 0.13889, 0.60556],\n \"84\": [0, 0.68333, 0.25417, 0, 0.54464],\n \"85\": [0, 0.68333, 0.09931, 0.08334, 0.62583],\n \"86\": [0, 0.68333, 0.08222, 0, 0.61278],\n \"87\": [0, 0.68333, 0.08222, 0.08334, 0.98778],\n \"88\": [0, 0.68333, 0.14643, 0.13889, 0.7133],\n \"89\": [0.09722, 0.68333, 0.08222, 0.08334, 0.66834],\n \"90\": [0, 0.68333, 0.07944, 0.13889, 0.72473],\n \"160\": [0, 0, 0, 0, 0.25]\n },\n \"Fraktur-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69141, 0, 0, 0.29574],\n \"34\": [0, 0.69141, 0, 0, 0.21471],\n \"38\": [0, 0.69141, 0, 0, 0.73786],\n \"39\": [0, 0.69141, 0, 0, 0.21201],\n \"40\": [0.24982, 0.74947, 0, 0, 0.38865],\n \"41\": [0.24982, 0.74947, 0, 0, 0.38865],\n \"42\": [0, 0.62119, 0, 0, 0.27764],\n \"43\": [0.08319, 0.58283, 0, 0, 0.75623],\n \"44\": [0, 0.10803, 0, 0, 0.27764],\n \"45\": [0.08319, 0.58283, 0, 0, 0.75623],\n \"46\": [0, 0.10803, 0, 0, 0.27764],\n \"47\": [0.24982, 0.74947, 0, 0, 0.50181],\n \"48\": [0, 0.47534, 0, 0, 0.50181],\n \"49\": [0, 0.47534, 0, 0, 0.50181],\n \"50\": [0, 0.47534, 0, 0, 0.50181],\n \"51\": [0.18906, 0.47534, 0, 0, 0.50181],\n \"52\": [0.18906, 0.47534, 0, 0, 0.50181],\n \"53\": [0.18906, 0.47534, 0, 0, 0.50181],\n \"54\": [0, 0.69141, 0, 0, 0.50181],\n \"55\": [0.18906, 0.47534, 0, 0, 0.50181],\n \"56\": [0, 0.69141, 0, 0, 0.50181],\n \"57\": [0.18906, 0.47534, 0, 0, 0.50181],\n \"58\": [0, 0.47534, 0, 0, 0.21606],\n \"59\": [0.12604, 0.47534, 0, 0, 0.21606],\n \"61\": [-0.13099, 0.36866, 0, 0, 0.75623],\n \"63\": [0, 0.69141, 0, 0, 0.36245],\n \"65\": [0, 0.69141, 0, 0, 0.7176],\n \"66\": [0, 0.69141, 0, 0, 0.88397],\n \"67\": [0, 0.69141, 0, 0, 0.61254],\n \"68\": [0, 0.69141, 0, 0, 0.83158],\n \"69\": [0, 0.69141, 0, 0, 0.66278],\n \"70\": [0.12604, 0.69141, 0, 0, 0.61119],\n \"71\": [0, 0.69141, 0, 0, 0.78539],\n \"72\": [0.06302, 0.69141, 0, 0, 0.7203],\n \"73\": [0, 0.69141, 0, 0, 0.55448],\n \"74\": [0.12604, 0.69141, 0, 0, 0.55231],\n \"75\": [0, 0.69141, 0, 0, 0.66845],\n \"76\": [0, 0.69141, 0, 0, 0.66602],\n \"77\": [0, 0.69141, 0, 0, 1.04953],\n \"78\": [0, 0.69141, 0, 0, 0.83212],\n \"79\": [0, 0.69141, 0, 0, 0.82699],\n \"80\": [0.18906, 0.69141, 0, 0, 0.82753],\n \"81\": [0.03781, 0.69141, 0, 0, 0.82699],\n \"82\": [0, 0.69141, 0, 0, 0.82807],\n \"83\": [0, 0.69141, 0, 0, 0.82861],\n \"84\": [0, 0.69141, 0, 0, 0.66899],\n \"85\": [0, 0.69141, 0, 0, 0.64576],\n \"86\": [0, 0.69141, 0, 0, 0.83131],\n \"87\": [0, 0.69141, 0, 0, 1.04602],\n \"88\": [0, 0.69141, 0, 0, 0.71922],\n \"89\": [0.18906, 0.69141, 0, 0, 0.83293],\n \"90\": [0.12604, 0.69141, 0, 0, 0.60201],\n \"91\": [0.24982, 0.74947, 0, 0, 0.27764],\n \"93\": [0.24982, 0.74947, 0, 0, 0.27764],\n \"94\": [0, 0.69141, 0, 0, 0.49965],\n \"97\": [0, 0.47534, 0, 0, 0.50046],\n \"98\": [0, 0.69141, 0, 0, 0.51315],\n \"99\": [0, 0.47534, 0, 0, 0.38946],\n \"100\": [0, 0.62119, 0, 0, 0.49857],\n \"101\": [0, 0.47534, 0, 0, 0.40053],\n \"102\": [0.18906, 0.69141, 0, 0, 0.32626],\n \"103\": [0.18906, 0.47534, 0, 0, 0.5037],\n \"104\": [0.18906, 0.69141, 0, 0, 0.52126],\n \"105\": [0, 0.69141, 0, 0, 0.27899],\n \"106\": [0, 0.69141, 0, 0, 0.28088],\n \"107\": [0, 0.69141, 0, 0, 0.38946],\n \"108\": [0, 0.69141, 0, 0, 0.27953],\n \"109\": [0, 0.47534, 0, 0, 0.76676],\n \"110\": [0, 0.47534, 0, 0, 0.52666],\n \"111\": [0, 0.47534, 0, 0, 0.48885],\n \"112\": [0.18906, 0.52396, 0, 0, 0.50046],\n \"113\": [0.18906, 0.47534, 0, 0, 0.48912],\n \"114\": [0, 0.47534, 0, 0, 0.38919],\n \"115\": [0, 0.47534, 0, 0, 0.44266],\n \"116\": [0, 0.62119, 0, 0, 0.33301],\n \"117\": [0, 0.47534, 0, 0, 0.5172],\n \"118\": [0, 0.52396, 0, 0, 0.5118],\n \"119\": [0, 0.52396, 0, 0, 0.77351],\n \"120\": [0.18906, 0.47534, 0, 0, 0.38865],\n \"121\": [0.18906, 0.47534, 0, 0, 0.49884],\n \"122\": [0.18906, 0.47534, 0, 0, 0.39054],\n \"160\": [0, 0, 0, 0, 0.25],\n \"8216\": [0, 0.69141, 0, 0, 0.21471],\n \"8217\": [0, 0.69141, 0, 0, 0.21471],\n \"58112\": [0, 0.62119, 0, 0, 0.49749],\n \"58113\": [0, 0.62119, 0, 0, 0.4983],\n \"58114\": [0.18906, 0.69141, 0, 0, 0.33328],\n \"58115\": [0.18906, 0.69141, 0, 0, 0.32923],\n \"58116\": [0.18906, 0.47534, 0, 0, 0.50343],\n \"58117\": [0, 0.69141, 0, 0, 0.33301],\n \"58118\": [0, 0.62119, 0, 0, 0.33409],\n \"58119\": [0, 0.47534, 0, 0, 0.50073]\n },\n \"Main-Bold\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0, 0, 0.35],\n \"34\": [0, 0.69444, 0, 0, 0.60278],\n \"35\": [0.19444, 0.69444, 0, 0, 0.95833],\n \"36\": [0.05556, 0.75, 0, 0, 0.575],\n \"37\": [0.05556, 0.75, 0, 0, 0.95833],\n \"38\": [0, 0.69444, 0, 0, 0.89444],\n \"39\": [0, 0.69444, 0, 0, 0.31944],\n \"40\": [0.25, 0.75, 0, 0, 0.44722],\n \"41\": [0.25, 0.75, 0, 0, 0.44722],\n \"42\": [0, 0.75, 0, 0, 0.575],\n \"43\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"44\": [0.19444, 0.15556, 0, 0, 0.31944],\n \"45\": [0, 0.44444, 0, 0, 0.38333],\n \"46\": [0, 0.15556, 0, 0, 0.31944],\n \"47\": [0.25, 0.75, 0, 0, 0.575],\n \"48\": [0, 0.64444, 0, 0, 0.575],\n \"49\": [0, 0.64444, 0, 0, 0.575],\n \"50\": [0, 0.64444, 0, 0, 0.575],\n \"51\": [0, 0.64444, 0, 0, 0.575],\n \"52\": [0, 0.64444, 0, 0, 0.575],\n \"53\": [0, 0.64444, 0, 0, 0.575],\n \"54\": [0, 0.64444, 0, 0, 0.575],\n \"55\": [0, 0.64444, 0, 0, 0.575],\n \"56\": [0, 0.64444, 0, 0, 0.575],\n \"57\": [0, 0.64444, 0, 0, 0.575],\n \"58\": [0, 0.44444, 0, 0, 0.31944],\n \"59\": [0.19444, 0.44444, 0, 0, 0.31944],\n \"60\": [0.08556, 0.58556, 0, 0, 0.89444],\n \"61\": [-0.10889, 0.39111, 0, 0, 0.89444],\n \"62\": [0.08556, 0.58556, 0, 0, 0.89444],\n \"63\": [0, 0.69444, 0, 0, 0.54305],\n \"64\": [0, 0.69444, 0, 0, 0.89444],\n \"65\": [0, 0.68611, 0, 0, 0.86944],\n \"66\": [0, 0.68611, 0, 0, 0.81805],\n \"67\": [0, 0.68611, 0, 0, 0.83055],\n \"68\": [0, 0.68611, 0, 0, 0.88194],\n \"69\": [0, 0.68611, 0, 0, 0.75555],\n \"70\": [0, 0.68611, 0, 0, 0.72361],\n \"71\": [0, 0.68611, 0, 0, 0.90416],\n \"72\": [0, 0.68611, 0, 0, 0.9],\n \"73\": [0, 0.68611, 0, 0, 0.43611],\n \"74\": [0, 0.68611, 0, 0, 0.59444],\n \"75\": [0, 0.68611, 0, 0, 0.90138],\n \"76\": [0, 0.68611, 0, 0, 0.69166],\n \"77\": [0, 0.68611, 0, 0, 1.09166],\n \"78\": [0, 0.68611, 0, 0, 0.9],\n \"79\": [0, 0.68611, 0, 0, 0.86388],\n \"80\": [0, 0.68611, 0, 0, 0.78611],\n \"81\": [0.19444, 0.68611, 0, 0, 0.86388],\n \"82\": [0, 0.68611, 0, 0, 0.8625],\n \"83\": [0, 0.68611, 0, 0, 0.63889],\n \"84\": [0, 0.68611, 0, 0, 0.8],\n \"85\": [0, 0.68611, 0, 0, 0.88472],\n \"86\": [0, 0.68611, 0.01597, 0, 0.86944],\n \"87\": [0, 0.68611, 0.01597, 0, 1.18888],\n \"88\": [0, 0.68611, 0, 0, 0.86944],\n \"89\": [0, 0.68611, 0.02875, 0, 0.86944],\n \"90\": [0, 0.68611, 0, 0, 0.70277],\n \"91\": [0.25, 0.75, 0, 0, 0.31944],\n \"92\": [0.25, 0.75, 0, 0, 0.575],\n \"93\": [0.25, 0.75, 0, 0, 0.31944],\n \"94\": [0, 0.69444, 0, 0, 0.575],\n \"95\": [0.31, 0.13444, 0.03194, 0, 0.575],\n \"97\": [0, 0.44444, 0, 0, 0.55902],\n \"98\": [0, 0.69444, 0, 0, 0.63889],\n \"99\": [0, 0.44444, 0, 0, 0.51111],\n \"100\": [0, 0.69444, 0, 0, 0.63889],\n \"101\": [0, 0.44444, 0, 0, 0.52708],\n \"102\": [0, 0.69444, 0.10903, 0, 0.35139],\n \"103\": [0.19444, 0.44444, 0.01597, 0, 0.575],\n \"104\": [0, 0.69444, 0, 0, 0.63889],\n \"105\": [0, 0.69444, 0, 0, 0.31944],\n \"106\": [0.19444, 0.69444, 0, 0, 0.35139],\n \"107\": [0, 0.69444, 0, 0, 0.60694],\n \"108\": [0, 0.69444, 0, 0, 0.31944],\n \"109\": [0, 0.44444, 0, 0, 0.95833],\n \"110\": [0, 0.44444, 0, 0, 0.63889],\n \"111\": [0, 0.44444, 0, 0, 0.575],\n \"112\": [0.19444, 0.44444, 0, 0, 0.63889],\n \"113\": [0.19444, 0.44444, 0, 0, 0.60694],\n \"114\": [0, 0.44444, 0, 0, 0.47361],\n \"115\": [0, 0.44444, 0, 0, 0.45361],\n \"116\": [0, 0.63492, 0, 0, 0.44722],\n \"117\": [0, 0.44444, 0, 0, 0.63889],\n \"118\": [0, 0.44444, 0.01597, 0, 0.60694],\n \"119\": [0, 0.44444, 0.01597, 0, 0.83055],\n \"120\": [0, 0.44444, 0, 0, 0.60694],\n \"121\": [0.19444, 0.44444, 0.01597, 0, 0.60694],\n \"122\": [0, 0.44444, 0, 0, 0.51111],\n \"123\": [0.25, 0.75, 0, 0, 0.575],\n \"124\": [0.25, 0.75, 0, 0, 0.31944],\n \"125\": [0.25, 0.75, 0, 0, 0.575],\n \"126\": [0.35, 0.34444, 0, 0, 0.575],\n \"160\": [0, 0, 0, 0, 0.25],\n \"163\": [0, 0.69444, 0, 0, 0.86853],\n \"168\": [0, 0.69444, 0, 0, 0.575],\n \"172\": [0, 0.44444, 0, 0, 0.76666],\n \"176\": [0, 0.69444, 0, 0, 0.86944],\n \"177\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"184\": [0.17014, 0, 0, 0, 0.51111],\n \"198\": [0, 0.68611, 0, 0, 1.04166],\n \"215\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"216\": [0.04861, 0.73472, 0, 0, 0.89444],\n \"223\": [0, 0.69444, 0, 0, 0.59722],\n \"230\": [0, 0.44444, 0, 0, 0.83055],\n \"247\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"248\": [0.09722, 0.54167, 0, 0, 0.575],\n \"305\": [0, 0.44444, 0, 0, 0.31944],\n \"338\": [0, 0.68611, 0, 0, 1.16944],\n \"339\": [0, 0.44444, 0, 0, 0.89444],\n \"567\": [0.19444, 0.44444, 0, 0, 0.35139],\n \"710\": [0, 0.69444, 0, 0, 0.575],\n \"711\": [0, 0.63194, 0, 0, 0.575],\n \"713\": [0, 0.59611, 0, 0, 0.575],\n \"714\": [0, 0.69444, 0, 0, 0.575],\n \"715\": [0, 0.69444, 0, 0, 0.575],\n \"728\": [0, 0.69444, 0, 0, 0.575],\n \"729\": [0, 0.69444, 0, 0, 0.31944],\n \"730\": [0, 0.69444, 0, 0, 0.86944],\n \"732\": [0, 0.69444, 0, 0, 0.575],\n \"733\": [0, 0.69444, 0, 0, 0.575],\n \"915\": [0, 0.68611, 0, 0, 0.69166],\n \"916\": [0, 0.68611, 0, 0, 0.95833],\n \"920\": [0, 0.68611, 0, 0, 0.89444],\n \"923\": [0, 0.68611, 0, 0, 0.80555],\n \"926\": [0, 0.68611, 0, 0, 0.76666],\n \"928\": [0, 0.68611, 0, 0, 0.9],\n \"931\": [0, 0.68611, 0, 0, 0.83055],\n \"933\": [0, 0.68611, 0, 0, 0.89444],\n \"934\": [0, 0.68611, 0, 0, 0.83055],\n \"936\": [0, 0.68611, 0, 0, 0.89444],\n \"937\": [0, 0.68611, 0, 0, 0.83055],\n \"8211\": [0, 0.44444, 0.03194, 0, 0.575],\n \"8212\": [0, 0.44444, 0.03194, 0, 1.14999],\n \"8216\": [0, 0.69444, 0, 0, 0.31944],\n \"8217\": [0, 0.69444, 0, 0, 0.31944],\n \"8220\": [0, 0.69444, 0, 0, 0.60278],\n \"8221\": [0, 0.69444, 0, 0, 0.60278],\n \"8224\": [0.19444, 0.69444, 0, 0, 0.51111],\n \"8225\": [0.19444, 0.69444, 0, 0, 0.51111],\n \"8242\": [0, 0.55556, 0, 0, 0.34444],\n \"8407\": [0, 0.72444, 0.15486, 0, 0.575],\n \"8463\": [0, 0.69444, 0, 0, 0.66759],\n \"8465\": [0, 0.69444, 0, 0, 0.83055],\n \"8467\": [0, 0.69444, 0, 0, 0.47361],\n \"8472\": [0.19444, 0.44444, 0, 0, 0.74027],\n \"8476\": [0, 0.69444, 0, 0, 0.83055],\n \"8501\": [0, 0.69444, 0, 0, 0.70277],\n \"8592\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8593\": [0.19444, 0.69444, 0, 0, 0.575],\n \"8594\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8595\": [0.19444, 0.69444, 0, 0, 0.575],\n \"8596\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8597\": [0.25, 0.75, 0, 0, 0.575],\n \"8598\": [0.19444, 0.69444, 0, 0, 1.14999],\n \"8599\": [0.19444, 0.69444, 0, 0, 1.14999],\n \"8600\": [0.19444, 0.69444, 0, 0, 1.14999],\n \"8601\": [0.19444, 0.69444, 0, 0, 1.14999],\n \"8636\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8637\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8640\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8641\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8656\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8657\": [0.19444, 0.69444, 0, 0, 0.70277],\n \"8658\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8659\": [0.19444, 0.69444, 0, 0, 0.70277],\n \"8660\": [-0.10889, 0.39111, 0, 0, 1.14999],\n \"8661\": [0.25, 0.75, 0, 0, 0.70277],\n \"8704\": [0, 0.69444, 0, 0, 0.63889],\n \"8706\": [0, 0.69444, 0.06389, 0, 0.62847],\n \"8707\": [0, 0.69444, 0, 0, 0.63889],\n \"8709\": [0.05556, 0.75, 0, 0, 0.575],\n \"8711\": [0, 0.68611, 0, 0, 0.95833],\n \"8712\": [0.08556, 0.58556, 0, 0, 0.76666],\n \"8715\": [0.08556, 0.58556, 0, 0, 0.76666],\n \"8722\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8723\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8725\": [0.25, 0.75, 0, 0, 0.575],\n \"8726\": [0.25, 0.75, 0, 0, 0.575],\n \"8727\": [-0.02778, 0.47222, 0, 0, 0.575],\n \"8728\": [-0.02639, 0.47361, 0, 0, 0.575],\n \"8729\": [-0.02639, 0.47361, 0, 0, 0.575],\n \"8730\": [0.18, 0.82, 0, 0, 0.95833],\n \"8733\": [0, 0.44444, 0, 0, 0.89444],\n \"8734\": [0, 0.44444, 0, 0, 1.14999],\n \"8736\": [0, 0.69224, 0, 0, 0.72222],\n \"8739\": [0.25, 0.75, 0, 0, 0.31944],\n \"8741\": [0.25, 0.75, 0, 0, 0.575],\n \"8743\": [0, 0.55556, 0, 0, 0.76666],\n \"8744\": [0, 0.55556, 0, 0, 0.76666],\n \"8745\": [0, 0.55556, 0, 0, 0.76666],\n \"8746\": [0, 0.55556, 0, 0, 0.76666],\n \"8747\": [0.19444, 0.69444, 0.12778, 0, 0.56875],\n \"8764\": [-0.10889, 0.39111, 0, 0, 0.89444],\n \"8768\": [0.19444, 0.69444, 0, 0, 0.31944],\n \"8771\": [0.00222, 0.50222, 0, 0, 0.89444],\n \"8773\": [0.027, 0.638, 0, 0, 0.894],\n \"8776\": [0.02444, 0.52444, 0, 0, 0.89444],\n \"8781\": [0.00222, 0.50222, 0, 0, 0.89444],\n \"8801\": [0.00222, 0.50222, 0, 0, 0.89444],\n \"8804\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"8805\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"8810\": [0.08556, 0.58556, 0, 0, 1.14999],\n \"8811\": [0.08556, 0.58556, 0, 0, 1.14999],\n \"8826\": [0.08556, 0.58556, 0, 0, 0.89444],\n \"8827\": [0.08556, 0.58556, 0, 0, 0.89444],\n \"8834\": [0.08556, 0.58556, 0, 0, 0.89444],\n \"8835\": [0.08556, 0.58556, 0, 0, 0.89444],\n \"8838\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"8839\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"8846\": [0, 0.55556, 0, 0, 0.76666],\n \"8849\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"8850\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"8851\": [0, 0.55556, 0, 0, 0.76666],\n \"8852\": [0, 0.55556, 0, 0, 0.76666],\n \"8853\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8854\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8855\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8856\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8857\": [0.13333, 0.63333, 0, 0, 0.89444],\n \"8866\": [0, 0.69444, 0, 0, 0.70277],\n \"8867\": [0, 0.69444, 0, 0, 0.70277],\n \"8868\": [0, 0.69444, 0, 0, 0.89444],\n \"8869\": [0, 0.69444, 0, 0, 0.89444],\n \"8900\": [-0.02639, 0.47361, 0, 0, 0.575],\n \"8901\": [-0.02639, 0.47361, 0, 0, 0.31944],\n \"8902\": [-0.02778, 0.47222, 0, 0, 0.575],\n \"8968\": [0.25, 0.75, 0, 0, 0.51111],\n \"8969\": [0.25, 0.75, 0, 0, 0.51111],\n \"8970\": [0.25, 0.75, 0, 0, 0.51111],\n \"8971\": [0.25, 0.75, 0, 0, 0.51111],\n \"8994\": [-0.13889, 0.36111, 0, 0, 1.14999],\n \"8995\": [-0.13889, 0.36111, 0, 0, 1.14999],\n \"9651\": [0.19444, 0.69444, 0, 0, 1.02222],\n \"9657\": [-0.02778, 0.47222, 0, 0, 0.575],\n \"9661\": [0.19444, 0.69444, 0, 0, 1.02222],\n \"9667\": [-0.02778, 0.47222, 0, 0, 0.575],\n \"9711\": [0.19444, 0.69444, 0, 0, 1.14999],\n \"9824\": [0.12963, 0.69444, 0, 0, 0.89444],\n \"9825\": [0.12963, 0.69444, 0, 0, 0.89444],\n \"9826\": [0.12963, 0.69444, 0, 0, 0.89444],\n \"9827\": [0.12963, 0.69444, 0, 0, 0.89444],\n \"9837\": [0, 0.75, 0, 0, 0.44722],\n \"9838\": [0.19444, 0.69444, 0, 0, 0.44722],\n \"9839\": [0.19444, 0.69444, 0, 0, 0.44722],\n \"10216\": [0.25, 0.75, 0, 0, 0.44722],\n \"10217\": [0.25, 0.75, 0, 0, 0.44722],\n \"10815\": [0, 0.68611, 0, 0, 0.9],\n \"10927\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"10928\": [0.19667, 0.69667, 0, 0, 0.89444],\n \"57376\": [0.19444, 0.69444, 0, 0, 0]\n },\n \"Main-BoldItalic\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0.11417, 0, 0.38611],\n \"34\": [0, 0.69444, 0.07939, 0, 0.62055],\n \"35\": [0.19444, 0.69444, 0.06833, 0, 0.94444],\n \"37\": [0.05556, 0.75, 0.12861, 0, 0.94444],\n \"38\": [0, 0.69444, 0.08528, 0, 0.88555],\n \"39\": [0, 0.69444, 0.12945, 0, 0.35555],\n \"40\": [0.25, 0.75, 0.15806, 0, 0.47333],\n \"41\": [0.25, 0.75, 0.03306, 0, 0.47333],\n \"42\": [0, 0.75, 0.14333, 0, 0.59111],\n \"43\": [0.10333, 0.60333, 0.03306, 0, 0.88555],\n \"44\": [0.19444, 0.14722, 0, 0, 0.35555],\n \"45\": [0, 0.44444, 0.02611, 0, 0.41444],\n \"46\": [0, 0.14722, 0, 0, 0.35555],\n \"47\": [0.25, 0.75, 0.15806, 0, 0.59111],\n \"48\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"49\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"50\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"51\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"52\": [0.19444, 0.64444, 0.13167, 0, 0.59111],\n \"53\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"54\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"55\": [0.19444, 0.64444, 0.13167, 0, 0.59111],\n \"56\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"57\": [0, 0.64444, 0.13167, 0, 0.59111],\n \"58\": [0, 0.44444, 0.06695, 0, 0.35555],\n \"59\": [0.19444, 0.44444, 0.06695, 0, 0.35555],\n \"61\": [-0.10889, 0.39111, 0.06833, 0, 0.88555],\n \"63\": [0, 0.69444, 0.11472, 0, 0.59111],\n \"64\": [0, 0.69444, 0.09208, 0, 0.88555],\n \"65\": [0, 0.68611, 0, 0, 0.86555],\n \"66\": [0, 0.68611, 0.0992, 0, 0.81666],\n \"67\": [0, 0.68611, 0.14208, 0, 0.82666],\n \"68\": [0, 0.68611, 0.09062, 0, 0.87555],\n \"69\": [0, 0.68611, 0.11431, 0, 0.75666],\n \"70\": [0, 0.68611, 0.12903, 0, 0.72722],\n \"71\": [0, 0.68611, 0.07347, 0, 0.89527],\n \"72\": [0, 0.68611, 0.17208, 0, 0.8961],\n \"73\": [0, 0.68611, 0.15681, 0, 0.47166],\n \"74\": [0, 0.68611, 0.145, 0, 0.61055],\n \"75\": [0, 0.68611, 0.14208, 0, 0.89499],\n \"76\": [0, 0.68611, 0, 0, 0.69777],\n \"77\": [0, 0.68611, 0.17208, 0, 1.07277],\n \"78\": [0, 0.68611, 0.17208, 0, 0.8961],\n \"79\": [0, 0.68611, 0.09062, 0, 0.85499],\n \"80\": [0, 0.68611, 0.0992, 0, 0.78721],\n \"81\": [0.19444, 0.68611, 0.09062, 0, 0.85499],\n \"82\": [0, 0.68611, 0.02559, 0, 0.85944],\n \"83\": [0, 0.68611, 0.11264, 0, 0.64999],\n \"84\": [0, 0.68611, 0.12903, 0, 0.7961],\n \"85\": [0, 0.68611, 0.17208, 0, 0.88083],\n \"86\": [0, 0.68611, 0.18625, 0, 0.86555],\n \"87\": [0, 0.68611, 0.18625, 0, 1.15999],\n \"88\": [0, 0.68611, 0.15681, 0, 0.86555],\n \"89\": [0, 0.68611, 0.19803, 0, 0.86555],\n \"90\": [0, 0.68611, 0.14208, 0, 0.70888],\n \"91\": [0.25, 0.75, 0.1875, 0, 0.35611],\n \"93\": [0.25, 0.75, 0.09972, 0, 0.35611],\n \"94\": [0, 0.69444, 0.06709, 0, 0.59111],\n \"95\": [0.31, 0.13444, 0.09811, 0, 0.59111],\n \"97\": [0, 0.44444, 0.09426, 0, 0.59111],\n \"98\": [0, 0.69444, 0.07861, 0, 0.53222],\n \"99\": [0, 0.44444, 0.05222, 0, 0.53222],\n \"100\": [0, 0.69444, 0.10861, 0, 0.59111],\n \"101\": [0, 0.44444, 0.085, 0, 0.53222],\n \"102\": [0.19444, 0.69444, 0.21778, 0, 0.4],\n \"103\": [0.19444, 0.44444, 0.105, 0, 0.53222],\n \"104\": [0, 0.69444, 0.09426, 0, 0.59111],\n \"105\": [0, 0.69326, 0.11387, 0, 0.35555],\n \"106\": [0.19444, 0.69326, 0.1672, 0, 0.35555],\n \"107\": [0, 0.69444, 0.11111, 0, 0.53222],\n \"108\": [0, 0.69444, 0.10861, 0, 0.29666],\n \"109\": [0, 0.44444, 0.09426, 0, 0.94444],\n \"110\": [0, 0.44444, 0.09426, 0, 0.64999],\n \"111\": [0, 0.44444, 0.07861, 0, 0.59111],\n \"112\": [0.19444, 0.44444, 0.07861, 0, 0.59111],\n \"113\": [0.19444, 0.44444, 0.105, 0, 0.53222],\n \"114\": [0, 0.44444, 0.11111, 0, 0.50167],\n \"115\": [0, 0.44444, 0.08167, 0, 0.48694],\n \"116\": [0, 0.63492, 0.09639, 0, 0.385],\n \"117\": [0, 0.44444, 0.09426, 0, 0.62055],\n \"118\": [0, 0.44444, 0.11111, 0, 0.53222],\n \"119\": [0, 0.44444, 0.11111, 0, 0.76777],\n \"120\": [0, 0.44444, 0.12583, 0, 0.56055],\n \"121\": [0.19444, 0.44444, 0.105, 0, 0.56166],\n \"122\": [0, 0.44444, 0.13889, 0, 0.49055],\n \"126\": [0.35, 0.34444, 0.11472, 0, 0.59111],\n \"160\": [0, 0, 0, 0, 0.25],\n \"168\": [0, 0.69444, 0.11473, 0, 0.59111],\n \"176\": [0, 0.69444, 0, 0, 0.94888],\n \"184\": [0.17014, 0, 0, 0, 0.53222],\n \"198\": [0, 0.68611, 0.11431, 0, 1.02277],\n \"216\": [0.04861, 0.73472, 0.09062, 0, 0.88555],\n \"223\": [0.19444, 0.69444, 0.09736, 0, 0.665],\n \"230\": [0, 0.44444, 0.085, 0, 0.82666],\n \"248\": [0.09722, 0.54167, 0.09458, 0, 0.59111],\n \"305\": [0, 0.44444, 0.09426, 0, 0.35555],\n \"338\": [0, 0.68611, 0.11431, 0, 1.14054],\n \"339\": [0, 0.44444, 0.085, 0, 0.82666],\n \"567\": [0.19444, 0.44444, 0.04611, 0, 0.385],\n \"710\": [0, 0.69444, 0.06709, 0, 0.59111],\n \"711\": [0, 0.63194, 0.08271, 0, 0.59111],\n \"713\": [0, 0.59444, 0.10444, 0, 0.59111],\n \"714\": [0, 0.69444, 0.08528, 0, 0.59111],\n \"715\": [0, 0.69444, 0, 0, 0.59111],\n \"728\": [0, 0.69444, 0.10333, 0, 0.59111],\n \"729\": [0, 0.69444, 0.12945, 0, 0.35555],\n \"730\": [0, 0.69444, 0, 0, 0.94888],\n \"732\": [0, 0.69444, 0.11472, 0, 0.59111],\n \"733\": [0, 0.69444, 0.11472, 0, 0.59111],\n \"915\": [0, 0.68611, 0.12903, 0, 0.69777],\n \"916\": [0, 0.68611, 0, 0, 0.94444],\n \"920\": [0, 0.68611, 0.09062, 0, 0.88555],\n \"923\": [0, 0.68611, 0, 0, 0.80666],\n \"926\": [0, 0.68611, 0.15092, 0, 0.76777],\n \"928\": [0, 0.68611, 0.17208, 0, 0.8961],\n \"931\": [0, 0.68611, 0.11431, 0, 0.82666],\n \"933\": [0, 0.68611, 0.10778, 0, 0.88555],\n \"934\": [0, 0.68611, 0.05632, 0, 0.82666],\n \"936\": [0, 0.68611, 0.10778, 0, 0.88555],\n \"937\": [0, 0.68611, 0.0992, 0, 0.82666],\n \"8211\": [0, 0.44444, 0.09811, 0, 0.59111],\n \"8212\": [0, 0.44444, 0.09811, 0, 1.18221],\n \"8216\": [0, 0.69444, 0.12945, 0, 0.35555],\n \"8217\": [0, 0.69444, 0.12945, 0, 0.35555],\n \"8220\": [0, 0.69444, 0.16772, 0, 0.62055],\n \"8221\": [0, 0.69444, 0.07939, 0, 0.62055]\n },\n \"Main-Italic\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0.12417, 0, 0.30667],\n \"34\": [0, 0.69444, 0.06961, 0, 0.51444],\n \"35\": [0.19444, 0.69444, 0.06616, 0, 0.81777],\n \"37\": [0.05556, 0.75, 0.13639, 0, 0.81777],\n \"38\": [0, 0.69444, 0.09694, 0, 0.76666],\n \"39\": [0, 0.69444, 0.12417, 0, 0.30667],\n \"40\": [0.25, 0.75, 0.16194, 0, 0.40889],\n \"41\": [0.25, 0.75, 0.03694, 0, 0.40889],\n \"42\": [0, 0.75, 0.14917, 0, 0.51111],\n \"43\": [0.05667, 0.56167, 0.03694, 0, 0.76666],\n \"44\": [0.19444, 0.10556, 0, 0, 0.30667],\n \"45\": [0, 0.43056, 0.02826, 0, 0.35778],\n \"46\": [0, 0.10556, 0, 0, 0.30667],\n \"47\": [0.25, 0.75, 0.16194, 0, 0.51111],\n \"48\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"49\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"50\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"51\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"52\": [0.19444, 0.64444, 0.13556, 0, 0.51111],\n \"53\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"54\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"55\": [0.19444, 0.64444, 0.13556, 0, 0.51111],\n \"56\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"57\": [0, 0.64444, 0.13556, 0, 0.51111],\n \"58\": [0, 0.43056, 0.0582, 0, 0.30667],\n \"59\": [0.19444, 0.43056, 0.0582, 0, 0.30667],\n \"61\": [-0.13313, 0.36687, 0.06616, 0, 0.76666],\n \"63\": [0, 0.69444, 0.1225, 0, 0.51111],\n \"64\": [0, 0.69444, 0.09597, 0, 0.76666],\n \"65\": [0, 0.68333, 0, 0, 0.74333],\n \"66\": [0, 0.68333, 0.10257, 0, 0.70389],\n \"67\": [0, 0.68333, 0.14528, 0, 0.71555],\n \"68\": [0, 0.68333, 0.09403, 0, 0.755],\n \"69\": [0, 0.68333, 0.12028, 0, 0.67833],\n \"70\": [0, 0.68333, 0.13305, 0, 0.65277],\n \"71\": [0, 0.68333, 0.08722, 0, 0.77361],\n \"72\": [0, 0.68333, 0.16389, 0, 0.74333],\n \"73\": [0, 0.68333, 0.15806, 0, 0.38555],\n \"74\": [0, 0.68333, 0.14028, 0, 0.525],\n \"75\": [0, 0.68333, 0.14528, 0, 0.76888],\n \"76\": [0, 0.68333, 0, 0, 0.62722],\n \"77\": [0, 0.68333, 0.16389, 0, 0.89666],\n \"78\": [0, 0.68333, 0.16389, 0, 0.74333],\n \"79\": [0, 0.68333, 0.09403, 0, 0.76666],\n \"80\": [0, 0.68333, 0.10257, 0, 0.67833],\n \"81\": [0.19444, 0.68333, 0.09403, 0, 0.76666],\n \"82\": [0, 0.68333, 0.03868, 0, 0.72944],\n \"83\": [0, 0.68333, 0.11972, 0, 0.56222],\n \"84\": [0, 0.68333, 0.13305, 0, 0.71555],\n \"85\": [0, 0.68333, 0.16389, 0, 0.74333],\n \"86\": [0, 0.68333, 0.18361, 0, 0.74333],\n \"87\": [0, 0.68333, 0.18361, 0, 0.99888],\n \"88\": [0, 0.68333, 0.15806, 0, 0.74333],\n \"89\": [0, 0.68333, 0.19383, 0, 0.74333],\n \"90\": [0, 0.68333, 0.14528, 0, 0.61333],\n \"91\": [0.25, 0.75, 0.1875, 0, 0.30667],\n \"93\": [0.25, 0.75, 0.10528, 0, 0.30667],\n \"94\": [0, 0.69444, 0.06646, 0, 0.51111],\n \"95\": [0.31, 0.12056, 0.09208, 0, 0.51111],\n \"97\": [0, 0.43056, 0.07671, 0, 0.51111],\n \"98\": [0, 0.69444, 0.06312, 0, 0.46],\n \"99\": [0, 0.43056, 0.05653, 0, 0.46],\n \"100\": [0, 0.69444, 0.10333, 0, 0.51111],\n \"101\": [0, 0.43056, 0.07514, 0, 0.46],\n \"102\": [0.19444, 0.69444, 0.21194, 0, 0.30667],\n \"103\": [0.19444, 0.43056, 0.08847, 0, 0.46],\n \"104\": [0, 0.69444, 0.07671, 0, 0.51111],\n \"105\": [0, 0.65536, 0.1019, 0, 0.30667],\n \"106\": [0.19444, 0.65536, 0.14467, 0, 0.30667],\n \"107\": [0, 0.69444, 0.10764, 0, 0.46],\n \"108\": [0, 0.69444, 0.10333, 0, 0.25555],\n \"109\": [0, 0.43056, 0.07671, 0, 0.81777],\n \"110\": [0, 0.43056, 0.07671, 0, 0.56222],\n \"111\": [0, 0.43056, 0.06312, 0, 0.51111],\n \"112\": [0.19444, 0.43056, 0.06312, 0, 0.51111],\n \"113\": [0.19444, 0.43056, 0.08847, 0, 0.46],\n \"114\": [0, 0.43056, 0.10764, 0, 0.42166],\n \"115\": [0, 0.43056, 0.08208, 0, 0.40889],\n \"116\": [0, 0.61508, 0.09486, 0, 0.33222],\n \"117\": [0, 0.43056, 0.07671, 0, 0.53666],\n \"118\": [0, 0.43056, 0.10764, 0, 0.46],\n \"119\": [0, 0.43056, 0.10764, 0, 0.66444],\n \"120\": [0, 0.43056, 0.12042, 0, 0.46389],\n \"121\": [0.19444, 0.43056, 0.08847, 0, 0.48555],\n \"122\": [0, 0.43056, 0.12292, 0, 0.40889],\n \"126\": [0.35, 0.31786, 0.11585, 0, 0.51111],\n \"160\": [0, 0, 0, 0, 0.25],\n \"168\": [0, 0.66786, 0.10474, 0, 0.51111],\n \"176\": [0, 0.69444, 0, 0, 0.83129],\n \"184\": [0.17014, 0, 0, 0, 0.46],\n \"198\": [0, 0.68333, 0.12028, 0, 0.88277],\n \"216\": [0.04861, 0.73194, 0.09403, 0, 0.76666],\n \"223\": [0.19444, 0.69444, 0.10514, 0, 0.53666],\n \"230\": [0, 0.43056, 0.07514, 0, 0.71555],\n \"248\": [0.09722, 0.52778, 0.09194, 0, 0.51111],\n \"338\": [0, 0.68333, 0.12028, 0, 0.98499],\n \"339\": [0, 0.43056, 0.07514, 0, 0.71555],\n \"710\": [0, 0.69444, 0.06646, 0, 0.51111],\n \"711\": [0, 0.62847, 0.08295, 0, 0.51111],\n \"713\": [0, 0.56167, 0.10333, 0, 0.51111],\n \"714\": [0, 0.69444, 0.09694, 0, 0.51111],\n \"715\": [0, 0.69444, 0, 0, 0.51111],\n \"728\": [0, 0.69444, 0.10806, 0, 0.51111],\n \"729\": [0, 0.66786, 0.11752, 0, 0.30667],\n \"730\": [0, 0.69444, 0, 0, 0.83129],\n \"732\": [0, 0.66786, 0.11585, 0, 0.51111],\n \"733\": [0, 0.69444, 0.1225, 0, 0.51111],\n \"915\": [0, 0.68333, 0.13305, 0, 0.62722],\n \"916\": [0, 0.68333, 0, 0, 0.81777],\n \"920\": [0, 0.68333, 0.09403, 0, 0.76666],\n \"923\": [0, 0.68333, 0, 0, 0.69222],\n \"926\": [0, 0.68333, 0.15294, 0, 0.66444],\n \"928\": [0, 0.68333, 0.16389, 0, 0.74333],\n \"931\": [0, 0.68333, 0.12028, 0, 0.71555],\n \"933\": [0, 0.68333, 0.11111, 0, 0.76666],\n \"934\": [0, 0.68333, 0.05986, 0, 0.71555],\n \"936\": [0, 0.68333, 0.11111, 0, 0.76666],\n \"937\": [0, 0.68333, 0.10257, 0, 0.71555],\n \"8211\": [0, 0.43056, 0.09208, 0, 0.51111],\n \"8212\": [0, 0.43056, 0.09208, 0, 1.02222],\n \"8216\": [0, 0.69444, 0.12417, 0, 0.30667],\n \"8217\": [0, 0.69444, 0.12417, 0, 0.30667],\n \"8220\": [0, 0.69444, 0.1685, 0, 0.51444],\n \"8221\": [0, 0.69444, 0.06961, 0, 0.51444],\n \"8463\": [0, 0.68889, 0, 0, 0.54028]\n },\n \"Main-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0, 0, 0.27778],\n \"34\": [0, 0.69444, 0, 0, 0.5],\n \"35\": [0.19444, 0.69444, 0, 0, 0.83334],\n \"36\": [0.05556, 0.75, 0, 0, 0.5],\n \"37\": [0.05556, 0.75, 0, 0, 0.83334],\n \"38\": [0, 0.69444, 0, 0, 0.77778],\n \"39\": [0, 0.69444, 0, 0, 0.27778],\n \"40\": [0.25, 0.75, 0, 0, 0.38889],\n \"41\": [0.25, 0.75, 0, 0, 0.38889],\n \"42\": [0, 0.75, 0, 0, 0.5],\n \"43\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"44\": [0.19444, 0.10556, 0, 0, 0.27778],\n \"45\": [0, 0.43056, 0, 0, 0.33333],\n \"46\": [0, 0.10556, 0, 0, 0.27778],\n \"47\": [0.25, 0.75, 0, 0, 0.5],\n \"48\": [0, 0.64444, 0, 0, 0.5],\n \"49\": [0, 0.64444, 0, 0, 0.5],\n \"50\": [0, 0.64444, 0, 0, 0.5],\n \"51\": [0, 0.64444, 0, 0, 0.5],\n \"52\": [0, 0.64444, 0, 0, 0.5],\n \"53\": [0, 0.64444, 0, 0, 0.5],\n \"54\": [0, 0.64444, 0, 0, 0.5],\n \"55\": [0, 0.64444, 0, 0, 0.5],\n \"56\": [0, 0.64444, 0, 0, 0.5],\n \"57\": [0, 0.64444, 0, 0, 0.5],\n \"58\": [0, 0.43056, 0, 0, 0.27778],\n \"59\": [0.19444, 0.43056, 0, 0, 0.27778],\n \"60\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"61\": [-0.13313, 0.36687, 0, 0, 0.77778],\n \"62\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"63\": [0, 0.69444, 0, 0, 0.47222],\n \"64\": [0, 0.69444, 0, 0, 0.77778],\n \"65\": [0, 0.68333, 0, 0, 0.75],\n \"66\": [0, 0.68333, 0, 0, 0.70834],\n \"67\": [0, 0.68333, 0, 0, 0.72222],\n \"68\": [0, 0.68333, 0, 0, 0.76389],\n \"69\": [0, 0.68333, 0, 0, 0.68056],\n \"70\": [0, 0.68333, 0, 0, 0.65278],\n \"71\": [0, 0.68333, 0, 0, 0.78472],\n \"72\": [0, 0.68333, 0, 0, 0.75],\n \"73\": [0, 0.68333, 0, 0, 0.36111],\n \"74\": [0, 0.68333, 0, 0, 0.51389],\n \"75\": [0, 0.68333, 0, 0, 0.77778],\n \"76\": [0, 0.68333, 0, 0, 0.625],\n \"77\": [0, 0.68333, 0, 0, 0.91667],\n \"78\": [0, 0.68333, 0, 0, 0.75],\n \"79\": [0, 0.68333, 0, 0, 0.77778],\n \"80\": [0, 0.68333, 0, 0, 0.68056],\n \"81\": [0.19444, 0.68333, 0, 0, 0.77778],\n \"82\": [0, 0.68333, 0, 0, 0.73611],\n \"83\": [0, 0.68333, 0, 0, 0.55556],\n \"84\": [0, 0.68333, 0, 0, 0.72222],\n \"85\": [0, 0.68333, 0, 0, 0.75],\n \"86\": [0, 0.68333, 0.01389, 0, 0.75],\n \"87\": [0, 0.68333, 0.01389, 0, 1.02778],\n \"88\": [0, 0.68333, 0, 0, 0.75],\n \"89\": [0, 0.68333, 0.025, 0, 0.75],\n \"90\": [0, 0.68333, 0, 0, 0.61111],\n \"91\": [0.25, 0.75, 0, 0, 0.27778],\n \"92\": [0.25, 0.75, 0, 0, 0.5],\n \"93\": [0.25, 0.75, 0, 0, 0.27778],\n \"94\": [0, 0.69444, 0, 0, 0.5],\n \"95\": [0.31, 0.12056, 0.02778, 0, 0.5],\n \"97\": [0, 0.43056, 0, 0, 0.5],\n \"98\": [0, 0.69444, 0, 0, 0.55556],\n \"99\": [0, 0.43056, 0, 0, 0.44445],\n \"100\": [0, 0.69444, 0, 0, 0.55556],\n \"101\": [0, 0.43056, 0, 0, 0.44445],\n \"102\": [0, 0.69444, 0.07778, 0, 0.30556],\n \"103\": [0.19444, 0.43056, 0.01389, 0, 0.5],\n \"104\": [0, 0.69444, 0, 0, 0.55556],\n \"105\": [0, 0.66786, 0, 0, 0.27778],\n \"106\": [0.19444, 0.66786, 0, 0, 0.30556],\n \"107\": [0, 0.69444, 0, 0, 0.52778],\n \"108\": [0, 0.69444, 0, 0, 0.27778],\n \"109\": [0, 0.43056, 0, 0, 0.83334],\n \"110\": [0, 0.43056, 0, 0, 0.55556],\n \"111\": [0, 0.43056, 0, 0, 0.5],\n \"112\": [0.19444, 0.43056, 0, 0, 0.55556],\n \"113\": [0.19444, 0.43056, 0, 0, 0.52778],\n \"114\": [0, 0.43056, 0, 0, 0.39167],\n \"115\": [0, 0.43056, 0, 0, 0.39445],\n \"116\": [0, 0.61508, 0, 0, 0.38889],\n \"117\": [0, 0.43056, 0, 0, 0.55556],\n \"118\": [0, 0.43056, 0.01389, 0, 0.52778],\n \"119\": [0, 0.43056, 0.01389, 0, 0.72222],\n \"120\": [0, 0.43056, 0, 0, 0.52778],\n \"121\": [0.19444, 0.43056, 0.01389, 0, 0.52778],\n \"122\": [0, 0.43056, 0, 0, 0.44445],\n \"123\": [0.25, 0.75, 0, 0, 0.5],\n \"124\": [0.25, 0.75, 0, 0, 0.27778],\n \"125\": [0.25, 0.75, 0, 0, 0.5],\n \"126\": [0.35, 0.31786, 0, 0, 0.5],\n \"160\": [0, 0, 0, 0, 0.25],\n \"163\": [0, 0.69444, 0, 0, 0.76909],\n \"167\": [0.19444, 0.69444, 0, 0, 0.44445],\n \"168\": [0, 0.66786, 0, 0, 0.5],\n \"172\": [0, 0.43056, 0, 0, 0.66667],\n \"176\": [0, 0.69444, 0, 0, 0.75],\n \"177\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"182\": [0.19444, 0.69444, 0, 0, 0.61111],\n \"184\": [0.17014, 0, 0, 0, 0.44445],\n \"198\": [0, 0.68333, 0, 0, 0.90278],\n \"215\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"216\": [0.04861, 0.73194, 0, 0, 0.77778],\n \"223\": [0, 0.69444, 0, 0, 0.5],\n \"230\": [0, 0.43056, 0, 0, 0.72222],\n \"247\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"248\": [0.09722, 0.52778, 0, 0, 0.5],\n \"305\": [0, 0.43056, 0, 0, 0.27778],\n \"338\": [0, 0.68333, 0, 0, 1.01389],\n \"339\": [0, 0.43056, 0, 0, 0.77778],\n \"567\": [0.19444, 0.43056, 0, 0, 0.30556],\n \"710\": [0, 0.69444, 0, 0, 0.5],\n \"711\": [0, 0.62847, 0, 0, 0.5],\n \"713\": [0, 0.56778, 0, 0, 0.5],\n \"714\": [0, 0.69444, 0, 0, 0.5],\n \"715\": [0, 0.69444, 0, 0, 0.5],\n \"728\": [0, 0.69444, 0, 0, 0.5],\n \"729\": [0, 0.66786, 0, 0, 0.27778],\n \"730\": [0, 0.69444, 0, 0, 0.75],\n \"732\": [0, 0.66786, 0, 0, 0.5],\n \"733\": [0, 0.69444, 0, 0, 0.5],\n \"915\": [0, 0.68333, 0, 0, 0.625],\n \"916\": [0, 0.68333, 0, 0, 0.83334],\n \"920\": [0, 0.68333, 0, 0, 0.77778],\n \"923\": [0, 0.68333, 0, 0, 0.69445],\n \"926\": [0, 0.68333, 0, 0, 0.66667],\n \"928\": [0, 0.68333, 0, 0, 0.75],\n \"931\": [0, 0.68333, 0, 0, 0.72222],\n \"933\": [0, 0.68333, 0, 0, 0.77778],\n \"934\": [0, 0.68333, 0, 0, 0.72222],\n \"936\": [0, 0.68333, 0, 0, 0.77778],\n \"937\": [0, 0.68333, 0, 0, 0.72222],\n \"8211\": [0, 0.43056, 0.02778, 0, 0.5],\n \"8212\": [0, 0.43056, 0.02778, 0, 1.0],\n \"8216\": [0, 0.69444, 0, 0, 0.27778],\n \"8217\": [0, 0.69444, 0, 0, 0.27778],\n \"8220\": [0, 0.69444, 0, 0, 0.5],\n \"8221\": [0, 0.69444, 0, 0, 0.5],\n \"8224\": [0.19444, 0.69444, 0, 0, 0.44445],\n \"8225\": [0.19444, 0.69444, 0, 0, 0.44445],\n \"8230\": [0, 0.123, 0, 0, 1.172],\n \"8242\": [0, 0.55556, 0, 0, 0.275],\n \"8407\": [0, 0.71444, 0.15382, 0, 0.5],\n \"8463\": [0, 0.68889, 0, 0, 0.54028],\n \"8465\": [0, 0.69444, 0, 0, 0.72222],\n \"8467\": [0, 0.69444, 0, 0.11111, 0.41667],\n \"8472\": [0.19444, 0.43056, 0, 0.11111, 0.63646],\n \"8476\": [0, 0.69444, 0, 0, 0.72222],\n \"8501\": [0, 0.69444, 0, 0, 0.61111],\n \"8592\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8593\": [0.19444, 0.69444, 0, 0, 0.5],\n \"8594\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8595\": [0.19444, 0.69444, 0, 0, 0.5],\n \"8596\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8597\": [0.25, 0.75, 0, 0, 0.5],\n \"8598\": [0.19444, 0.69444, 0, 0, 1.0],\n \"8599\": [0.19444, 0.69444, 0, 0, 1.0],\n \"8600\": [0.19444, 0.69444, 0, 0, 1.0],\n \"8601\": [0.19444, 0.69444, 0, 0, 1.0],\n \"8614\": [0.011, 0.511, 0, 0, 1.0],\n \"8617\": [0.011, 0.511, 0, 0, 1.126],\n \"8618\": [0.011, 0.511, 0, 0, 1.126],\n \"8636\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8637\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8640\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8641\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8652\": [0.011, 0.671, 0, 0, 1.0],\n \"8656\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8657\": [0.19444, 0.69444, 0, 0, 0.61111],\n \"8658\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8659\": [0.19444, 0.69444, 0, 0, 0.61111],\n \"8660\": [-0.13313, 0.36687, 0, 0, 1.0],\n \"8661\": [0.25, 0.75, 0, 0, 0.61111],\n \"8704\": [0, 0.69444, 0, 0, 0.55556],\n \"8706\": [0, 0.69444, 0.05556, 0.08334, 0.5309],\n \"8707\": [0, 0.69444, 0, 0, 0.55556],\n \"8709\": [0.05556, 0.75, 0, 0, 0.5],\n \"8711\": [0, 0.68333, 0, 0, 0.83334],\n \"8712\": [0.0391, 0.5391, 0, 0, 0.66667],\n \"8715\": [0.0391, 0.5391, 0, 0, 0.66667],\n \"8722\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8723\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8725\": [0.25, 0.75, 0, 0, 0.5],\n \"8726\": [0.25, 0.75, 0, 0, 0.5],\n \"8727\": [-0.03472, 0.46528, 0, 0, 0.5],\n \"8728\": [-0.05555, 0.44445, 0, 0, 0.5],\n \"8729\": [-0.05555, 0.44445, 0, 0, 0.5],\n \"8730\": [0.2, 0.8, 0, 0, 0.83334],\n \"8733\": [0, 0.43056, 0, 0, 0.77778],\n \"8734\": [0, 0.43056, 0, 0, 1.0],\n \"8736\": [0, 0.69224, 0, 0, 0.72222],\n \"8739\": [0.25, 0.75, 0, 0, 0.27778],\n \"8741\": [0.25, 0.75, 0, 0, 0.5],\n \"8743\": [0, 0.55556, 0, 0, 0.66667],\n \"8744\": [0, 0.55556, 0, 0, 0.66667],\n \"8745\": [0, 0.55556, 0, 0, 0.66667],\n \"8746\": [0, 0.55556, 0, 0, 0.66667],\n \"8747\": [0.19444, 0.69444, 0.11111, 0, 0.41667],\n \"8764\": [-0.13313, 0.36687, 0, 0, 0.77778],\n \"8768\": [0.19444, 0.69444, 0, 0, 0.27778],\n \"8771\": [-0.03625, 0.46375, 0, 0, 0.77778],\n \"8773\": [-0.022, 0.589, 0, 0, 0.778],\n \"8776\": [-0.01688, 0.48312, 0, 0, 0.77778],\n \"8781\": [-0.03625, 0.46375, 0, 0, 0.77778],\n \"8784\": [-0.133, 0.673, 0, 0, 0.778],\n \"8801\": [-0.03625, 0.46375, 0, 0, 0.77778],\n \"8804\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8805\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8810\": [0.0391, 0.5391, 0, 0, 1.0],\n \"8811\": [0.0391, 0.5391, 0, 0, 1.0],\n \"8826\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"8827\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"8834\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"8835\": [0.0391, 0.5391, 0, 0, 0.77778],\n \"8838\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8839\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8846\": [0, 0.55556, 0, 0, 0.66667],\n \"8849\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8850\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"8851\": [0, 0.55556, 0, 0, 0.66667],\n \"8852\": [0, 0.55556, 0, 0, 0.66667],\n \"8853\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8854\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8855\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8856\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8857\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"8866\": [0, 0.69444, 0, 0, 0.61111],\n \"8867\": [0, 0.69444, 0, 0, 0.61111],\n \"8868\": [0, 0.69444, 0, 0, 0.77778],\n \"8869\": [0, 0.69444, 0, 0, 0.77778],\n \"8872\": [0.249, 0.75, 0, 0, 0.867],\n \"8900\": [-0.05555, 0.44445, 0, 0, 0.5],\n \"8901\": [-0.05555, 0.44445, 0, 0, 0.27778],\n \"8902\": [-0.03472, 0.46528, 0, 0, 0.5],\n \"8904\": [0.005, 0.505, 0, 0, 0.9],\n \"8942\": [0.03, 0.903, 0, 0, 0.278],\n \"8943\": [-0.19, 0.313, 0, 0, 1.172],\n \"8945\": [-0.1, 0.823, 0, 0, 1.282],\n \"8968\": [0.25, 0.75, 0, 0, 0.44445],\n \"8969\": [0.25, 0.75, 0, 0, 0.44445],\n \"8970\": [0.25, 0.75, 0, 0, 0.44445],\n \"8971\": [0.25, 0.75, 0, 0, 0.44445],\n \"8994\": [-0.14236, 0.35764, 0, 0, 1.0],\n \"8995\": [-0.14236, 0.35764, 0, 0, 1.0],\n \"9136\": [0.244, 0.744, 0, 0, 0.412],\n \"9137\": [0.244, 0.745, 0, 0, 0.412],\n \"9651\": [0.19444, 0.69444, 0, 0, 0.88889],\n \"9657\": [-0.03472, 0.46528, 0, 0, 0.5],\n \"9661\": [0.19444, 0.69444, 0, 0, 0.88889],\n \"9667\": [-0.03472, 0.46528, 0, 0, 0.5],\n \"9711\": [0.19444, 0.69444, 0, 0, 1.0],\n \"9824\": [0.12963, 0.69444, 0, 0, 0.77778],\n \"9825\": [0.12963, 0.69444, 0, 0, 0.77778],\n \"9826\": [0.12963, 0.69444, 0, 0, 0.77778],\n \"9827\": [0.12963, 0.69444, 0, 0, 0.77778],\n \"9837\": [0, 0.75, 0, 0, 0.38889],\n \"9838\": [0.19444, 0.69444, 0, 0, 0.38889],\n \"9839\": [0.19444, 0.69444, 0, 0, 0.38889],\n \"10216\": [0.25, 0.75, 0, 0, 0.38889],\n \"10217\": [0.25, 0.75, 0, 0, 0.38889],\n \"10222\": [0.244, 0.744, 0, 0, 0.412],\n \"10223\": [0.244, 0.745, 0, 0, 0.412],\n \"10229\": [0.011, 0.511, 0, 0, 1.609],\n \"10230\": [0.011, 0.511, 0, 0, 1.638],\n \"10231\": [0.011, 0.511, 0, 0, 1.859],\n \"10232\": [0.024, 0.525, 0, 0, 1.609],\n \"10233\": [0.024, 0.525, 0, 0, 1.638],\n \"10234\": [0.024, 0.525, 0, 0, 1.858],\n \"10236\": [0.011, 0.511, 0, 0, 1.638],\n \"10815\": [0, 0.68333, 0, 0, 0.75],\n \"10927\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"10928\": [0.13597, 0.63597, 0, 0, 0.77778],\n \"57376\": [0.19444, 0.69444, 0, 0, 0]\n },\n \"Math-BoldItalic\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"48\": [0, 0.44444, 0, 0, 0.575],\n \"49\": [0, 0.44444, 0, 0, 0.575],\n \"50\": [0, 0.44444, 0, 0, 0.575],\n \"51\": [0.19444, 0.44444, 0, 0, 0.575],\n \"52\": [0.19444, 0.44444, 0, 0, 0.575],\n \"53\": [0.19444, 0.44444, 0, 0, 0.575],\n \"54\": [0, 0.64444, 0, 0, 0.575],\n \"55\": [0.19444, 0.44444, 0, 0, 0.575],\n \"56\": [0, 0.64444, 0, 0, 0.575],\n \"57\": [0.19444, 0.44444, 0, 0, 0.575],\n \"65\": [0, 0.68611, 0, 0, 0.86944],\n \"66\": [0, 0.68611, 0.04835, 0, 0.8664],\n \"67\": [0, 0.68611, 0.06979, 0, 0.81694],\n \"68\": [0, 0.68611, 0.03194, 0, 0.93812],\n \"69\": [0, 0.68611, 0.05451, 0, 0.81007],\n \"70\": [0, 0.68611, 0.15972, 0, 0.68889],\n \"71\": [0, 0.68611, 0, 0, 0.88673],\n \"72\": [0, 0.68611, 0.08229, 0, 0.98229],\n \"73\": [0, 0.68611, 0.07778, 0, 0.51111],\n \"74\": [0, 0.68611, 0.10069, 0, 0.63125],\n \"75\": [0, 0.68611, 0.06979, 0, 0.97118],\n \"76\": [0, 0.68611, 0, 0, 0.75555],\n \"77\": [0, 0.68611, 0.11424, 0, 1.14201],\n \"78\": [0, 0.68611, 0.11424, 0, 0.95034],\n \"79\": [0, 0.68611, 0.03194, 0, 0.83666],\n \"80\": [0, 0.68611, 0.15972, 0, 0.72309],\n \"81\": [0.19444, 0.68611, 0, 0, 0.86861],\n \"82\": [0, 0.68611, 0.00421, 0, 0.87235],\n \"83\": [0, 0.68611, 0.05382, 0, 0.69271],\n \"84\": [0, 0.68611, 0.15972, 0, 0.63663],\n \"85\": [0, 0.68611, 0.11424, 0, 0.80027],\n \"86\": [0, 0.68611, 0.25555, 0, 0.67778],\n \"87\": [0, 0.68611, 0.15972, 0, 1.09305],\n \"88\": [0, 0.68611, 0.07778, 0, 0.94722],\n \"89\": [0, 0.68611, 0.25555, 0, 0.67458],\n \"90\": [0, 0.68611, 0.06979, 0, 0.77257],\n \"97\": [0, 0.44444, 0, 0, 0.63287],\n \"98\": [0, 0.69444, 0, 0, 0.52083],\n \"99\": [0, 0.44444, 0, 0, 0.51342],\n \"100\": [0, 0.69444, 0, 0, 0.60972],\n \"101\": [0, 0.44444, 0, 0, 0.55361],\n \"102\": [0.19444, 0.69444, 0.11042, 0, 0.56806],\n \"103\": [0.19444, 0.44444, 0.03704, 0, 0.5449],\n \"104\": [0, 0.69444, 0, 0, 0.66759],\n \"105\": [0, 0.69326, 0, 0, 0.4048],\n \"106\": [0.19444, 0.69326, 0.0622, 0, 0.47083],\n \"107\": [0, 0.69444, 0.01852, 0, 0.6037],\n \"108\": [0, 0.69444, 0.0088, 0, 0.34815],\n \"109\": [0, 0.44444, 0, 0, 1.0324],\n \"110\": [0, 0.44444, 0, 0, 0.71296],\n \"111\": [0, 0.44444, 0, 0, 0.58472],\n \"112\": [0.19444, 0.44444, 0, 0, 0.60092],\n \"113\": [0.19444, 0.44444, 0.03704, 0, 0.54213],\n \"114\": [0, 0.44444, 0.03194, 0, 0.5287],\n \"115\": [0, 0.44444, 0, 0, 0.53125],\n \"116\": [0, 0.63492, 0, 0, 0.41528],\n \"117\": [0, 0.44444, 0, 0, 0.68102],\n \"118\": [0, 0.44444, 0.03704, 0, 0.56666],\n \"119\": [0, 0.44444, 0.02778, 0, 0.83148],\n \"120\": [0, 0.44444, 0, 0, 0.65903],\n \"121\": [0.19444, 0.44444, 0.03704, 0, 0.59028],\n \"122\": [0, 0.44444, 0.04213, 0, 0.55509],\n \"160\": [0, 0, 0, 0, 0.25],\n \"915\": [0, 0.68611, 0.15972, 0, 0.65694],\n \"916\": [0, 0.68611, 0, 0, 0.95833],\n \"920\": [0, 0.68611, 0.03194, 0, 0.86722],\n \"923\": [0, 0.68611, 0, 0, 0.80555],\n \"926\": [0, 0.68611, 0.07458, 0, 0.84125],\n \"928\": [0, 0.68611, 0.08229, 0, 0.98229],\n \"931\": [0, 0.68611, 0.05451, 0, 0.88507],\n \"933\": [0, 0.68611, 0.15972, 0, 0.67083],\n \"934\": [0, 0.68611, 0, 0, 0.76666],\n \"936\": [0, 0.68611, 0.11653, 0, 0.71402],\n \"937\": [0, 0.68611, 0.04835, 0, 0.8789],\n \"945\": [0, 0.44444, 0, 0, 0.76064],\n \"946\": [0.19444, 0.69444, 0.03403, 0, 0.65972],\n \"947\": [0.19444, 0.44444, 0.06389, 0, 0.59003],\n \"948\": [0, 0.69444, 0.03819, 0, 0.52222],\n \"949\": [0, 0.44444, 0, 0, 0.52882],\n \"950\": [0.19444, 0.69444, 0.06215, 0, 0.50833],\n \"951\": [0.19444, 0.44444, 0.03704, 0, 0.6],\n \"952\": [0, 0.69444, 0.03194, 0, 0.5618],\n \"953\": [0, 0.44444, 0, 0, 0.41204],\n \"954\": [0, 0.44444, 0, 0, 0.66759],\n \"955\": [0, 0.69444, 0, 0, 0.67083],\n \"956\": [0.19444, 0.44444, 0, 0, 0.70787],\n \"957\": [0, 0.44444, 0.06898, 0, 0.57685],\n \"958\": [0.19444, 0.69444, 0.03021, 0, 0.50833],\n \"959\": [0, 0.44444, 0, 0, 0.58472],\n \"960\": [0, 0.44444, 0.03704, 0, 0.68241],\n \"961\": [0.19444, 0.44444, 0, 0, 0.6118],\n \"962\": [0.09722, 0.44444, 0.07917, 0, 0.42361],\n \"963\": [0, 0.44444, 0.03704, 0, 0.68588],\n \"964\": [0, 0.44444, 0.13472, 0, 0.52083],\n \"965\": [0, 0.44444, 0.03704, 0, 0.63055],\n \"966\": [0.19444, 0.44444, 0, 0, 0.74722],\n \"967\": [0.19444, 0.44444, 0, 0, 0.71805],\n \"968\": [0.19444, 0.69444, 0.03704, 0, 0.75833],\n \"969\": [0, 0.44444, 0.03704, 0, 0.71782],\n \"977\": [0, 0.69444, 0, 0, 0.69155],\n \"981\": [0.19444, 0.69444, 0, 0, 0.7125],\n \"982\": [0, 0.44444, 0.03194, 0, 0.975],\n \"1009\": [0.19444, 0.44444, 0, 0, 0.6118],\n \"1013\": [0, 0.44444, 0, 0, 0.48333],\n \"57649\": [0, 0.44444, 0, 0, 0.39352],\n \"57911\": [0.19444, 0.44444, 0, 0, 0.43889]\n },\n \"Math-Italic\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"48\": [0, 0.43056, 0, 0, 0.5],\n \"49\": [0, 0.43056, 0, 0, 0.5],\n \"50\": [0, 0.43056, 0, 0, 0.5],\n \"51\": [0.19444, 0.43056, 0, 0, 0.5],\n \"52\": [0.19444, 0.43056, 0, 0, 0.5],\n \"53\": [0.19444, 0.43056, 0, 0, 0.5],\n \"54\": [0, 0.64444, 0, 0, 0.5],\n \"55\": [0.19444, 0.43056, 0, 0, 0.5],\n \"56\": [0, 0.64444, 0, 0, 0.5],\n \"57\": [0.19444, 0.43056, 0, 0, 0.5],\n \"65\": [0, 0.68333, 0, 0.13889, 0.75],\n \"66\": [0, 0.68333, 0.05017, 0.08334, 0.75851],\n \"67\": [0, 0.68333, 0.07153, 0.08334, 0.71472],\n \"68\": [0, 0.68333, 0.02778, 0.05556, 0.82792],\n \"69\": [0, 0.68333, 0.05764, 0.08334, 0.7382],\n \"70\": [0, 0.68333, 0.13889, 0.08334, 0.64306],\n \"71\": [0, 0.68333, 0, 0.08334, 0.78625],\n \"72\": [0, 0.68333, 0.08125, 0.05556, 0.83125],\n \"73\": [0, 0.68333, 0.07847, 0.11111, 0.43958],\n \"74\": [0, 0.68333, 0.09618, 0.16667, 0.55451],\n \"75\": [0, 0.68333, 0.07153, 0.05556, 0.84931],\n \"76\": [0, 0.68333, 0, 0.02778, 0.68056],\n \"77\": [0, 0.68333, 0.10903, 0.08334, 0.97014],\n \"78\": [0, 0.68333, 0.10903, 0.08334, 0.80347],\n \"79\": [0, 0.68333, 0.02778, 0.08334, 0.76278],\n \"80\": [0, 0.68333, 0.13889, 0.08334, 0.64201],\n \"81\": [0.19444, 0.68333, 0, 0.08334, 0.79056],\n \"82\": [0, 0.68333, 0.00773, 0.08334, 0.75929],\n \"83\": [0, 0.68333, 0.05764, 0.08334, 0.6132],\n \"84\": [0, 0.68333, 0.13889, 0.08334, 0.58438],\n \"85\": [0, 0.68333, 0.10903, 0.02778, 0.68278],\n \"86\": [0, 0.68333, 0.22222, 0, 0.58333],\n \"87\": [0, 0.68333, 0.13889, 0, 0.94445],\n \"88\": [0, 0.68333, 0.07847, 0.08334, 0.82847],\n \"89\": [0, 0.68333, 0.22222, 0, 0.58056],\n \"90\": [0, 0.68333, 0.07153, 0.08334, 0.68264],\n \"97\": [0, 0.43056, 0, 0, 0.52859],\n \"98\": [0, 0.69444, 0, 0, 0.42917],\n \"99\": [0, 0.43056, 0, 0.05556, 0.43276],\n \"100\": [0, 0.69444, 0, 0.16667, 0.52049],\n \"101\": [0, 0.43056, 0, 0.05556, 0.46563],\n \"102\": [0.19444, 0.69444, 0.10764, 0.16667, 0.48959],\n \"103\": [0.19444, 0.43056, 0.03588, 0.02778, 0.47697],\n \"104\": [0, 0.69444, 0, 0, 0.57616],\n \"105\": [0, 0.65952, 0, 0, 0.34451],\n \"106\": [0.19444, 0.65952, 0.05724, 0, 0.41181],\n \"107\": [0, 0.69444, 0.03148, 0, 0.5206],\n \"108\": [0, 0.69444, 0.01968, 0.08334, 0.29838],\n \"109\": [0, 0.43056, 0, 0, 0.87801],\n \"110\": [0, 0.43056, 0, 0, 0.60023],\n \"111\": [0, 0.43056, 0, 0.05556, 0.48472],\n \"112\": [0.19444, 0.43056, 0, 0.08334, 0.50313],\n \"113\": [0.19444, 0.43056, 0.03588, 0.08334, 0.44641],\n \"114\": [0, 0.43056, 0.02778, 0.05556, 0.45116],\n \"115\": [0, 0.43056, 0, 0.05556, 0.46875],\n \"116\": [0, 0.61508, 0, 0.08334, 0.36111],\n \"117\": [0, 0.43056, 0, 0.02778, 0.57246],\n \"118\": [0, 0.43056, 0.03588, 0.02778, 0.48472],\n \"119\": [0, 0.43056, 0.02691, 0.08334, 0.71592],\n \"120\": [0, 0.43056, 0, 0.02778, 0.57153],\n \"121\": [0.19444, 0.43056, 0.03588, 0.05556, 0.49028],\n \"122\": [0, 0.43056, 0.04398, 0.05556, 0.46505],\n \"160\": [0, 0, 0, 0, 0.25],\n \"915\": [0, 0.68333, 0.13889, 0.08334, 0.61528],\n \"916\": [0, 0.68333, 0, 0.16667, 0.83334],\n \"920\": [0, 0.68333, 0.02778, 0.08334, 0.76278],\n \"923\": [0, 0.68333, 0, 0.16667, 0.69445],\n \"926\": [0, 0.68333, 0.07569, 0.08334, 0.74236],\n \"928\": [0, 0.68333, 0.08125, 0.05556, 0.83125],\n \"931\": [0, 0.68333, 0.05764, 0.08334, 0.77986],\n \"933\": [0, 0.68333, 0.13889, 0.05556, 0.58333],\n \"934\": [0, 0.68333, 0, 0.08334, 0.66667],\n \"936\": [0, 0.68333, 0.11, 0.05556, 0.61222],\n \"937\": [0, 0.68333, 0.05017, 0.08334, 0.7724],\n \"945\": [0, 0.43056, 0.0037, 0.02778, 0.6397],\n \"946\": [0.19444, 0.69444, 0.05278, 0.08334, 0.56563],\n \"947\": [0.19444, 0.43056, 0.05556, 0, 0.51773],\n \"948\": [0, 0.69444, 0.03785, 0.05556, 0.44444],\n \"949\": [0, 0.43056, 0, 0.08334, 0.46632],\n \"950\": [0.19444, 0.69444, 0.07378, 0.08334, 0.4375],\n \"951\": [0.19444, 0.43056, 0.03588, 0.05556, 0.49653],\n \"952\": [0, 0.69444, 0.02778, 0.08334, 0.46944],\n \"953\": [0, 0.43056, 0, 0.05556, 0.35394],\n \"954\": [0, 0.43056, 0, 0, 0.57616],\n \"955\": [0, 0.69444, 0, 0, 0.58334],\n \"956\": [0.19444, 0.43056, 0, 0.02778, 0.60255],\n \"957\": [0, 0.43056, 0.06366, 0.02778, 0.49398],\n \"958\": [0.19444, 0.69444, 0.04601, 0.11111, 0.4375],\n \"959\": [0, 0.43056, 0, 0.05556, 0.48472],\n \"960\": [0, 0.43056, 0.03588, 0, 0.57003],\n \"961\": [0.19444, 0.43056, 0, 0.08334, 0.51702],\n \"962\": [0.09722, 0.43056, 0.07986, 0.08334, 0.36285],\n \"963\": [0, 0.43056, 0.03588, 0, 0.57141],\n \"964\": [0, 0.43056, 0.1132, 0.02778, 0.43715],\n \"965\": [0, 0.43056, 0.03588, 0.02778, 0.54028],\n \"966\": [0.19444, 0.43056, 0, 0.08334, 0.65417],\n \"967\": [0.19444, 0.43056, 0, 0.05556, 0.62569],\n \"968\": [0.19444, 0.69444, 0.03588, 0.11111, 0.65139],\n \"969\": [0, 0.43056, 0.03588, 0, 0.62245],\n \"977\": [0, 0.69444, 0, 0.08334, 0.59144],\n \"981\": [0.19444, 0.69444, 0, 0.08334, 0.59583],\n \"982\": [0, 0.43056, 0.02778, 0, 0.82813],\n \"1009\": [0.19444, 0.43056, 0, 0.08334, 0.51702],\n \"1013\": [0, 0.43056, 0, 0.05556, 0.4059],\n \"57649\": [0, 0.43056, 0, 0.02778, 0.32246],\n \"57911\": [0.19444, 0.43056, 0, 0.08334, 0.38403]\n },\n \"SansSerif-Bold\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0, 0, 0.36667],\n \"34\": [0, 0.69444, 0, 0, 0.55834],\n \"35\": [0.19444, 0.69444, 0, 0, 0.91667],\n \"36\": [0.05556, 0.75, 0, 0, 0.55],\n \"37\": [0.05556, 0.75, 0, 0, 1.02912],\n \"38\": [0, 0.69444, 0, 0, 0.83056],\n \"39\": [0, 0.69444, 0, 0, 0.30556],\n \"40\": [0.25, 0.75, 0, 0, 0.42778],\n \"41\": [0.25, 0.75, 0, 0, 0.42778],\n \"42\": [0, 0.75, 0, 0, 0.55],\n \"43\": [0.11667, 0.61667, 0, 0, 0.85556],\n \"44\": [0.10556, 0.13056, 0, 0, 0.30556],\n \"45\": [0, 0.45833, 0, 0, 0.36667],\n \"46\": [0, 0.13056, 0, 0, 0.30556],\n \"47\": [0.25, 0.75, 0, 0, 0.55],\n \"48\": [0, 0.69444, 0, 0, 0.55],\n \"49\": [0, 0.69444, 0, 0, 0.55],\n \"50\": [0, 0.69444, 0, 0, 0.55],\n \"51\": [0, 0.69444, 0, 0, 0.55],\n \"52\": [0, 0.69444, 0, 0, 0.55],\n \"53\": [0, 0.69444, 0, 0, 0.55],\n \"54\": [0, 0.69444, 0, 0, 0.55],\n \"55\": [0, 0.69444, 0, 0, 0.55],\n \"56\": [0, 0.69444, 0, 0, 0.55],\n \"57\": [0, 0.69444, 0, 0, 0.55],\n \"58\": [0, 0.45833, 0, 0, 0.30556],\n \"59\": [0.10556, 0.45833, 0, 0, 0.30556],\n \"61\": [-0.09375, 0.40625, 0, 0, 0.85556],\n \"63\": [0, 0.69444, 0, 0, 0.51945],\n \"64\": [0, 0.69444, 0, 0, 0.73334],\n \"65\": [0, 0.69444, 0, 0, 0.73334],\n \"66\": [0, 0.69444, 0, 0, 0.73334],\n \"67\": [0, 0.69444, 0, 0, 0.70278],\n \"68\": [0, 0.69444, 0, 0, 0.79445],\n \"69\": [0, 0.69444, 0, 0, 0.64167],\n \"70\": [0, 0.69444, 0, 0, 0.61111],\n \"71\": [0, 0.69444, 0, 0, 0.73334],\n \"72\": [0, 0.69444, 0, 0, 0.79445],\n \"73\": [0, 0.69444, 0, 0, 0.33056],\n \"74\": [0, 0.69444, 0, 0, 0.51945],\n \"75\": [0, 0.69444, 0, 0, 0.76389],\n \"76\": [0, 0.69444, 0, 0, 0.58056],\n \"77\": [0, 0.69444, 0, 0, 0.97778],\n \"78\": [0, 0.69444, 0, 0, 0.79445],\n \"79\": [0, 0.69444, 0, 0, 0.79445],\n \"80\": [0, 0.69444, 0, 0, 0.70278],\n \"81\": [0.10556, 0.69444, 0, 0, 0.79445],\n \"82\": [0, 0.69444, 0, 0, 0.70278],\n \"83\": [0, 0.69444, 0, 0, 0.61111],\n \"84\": [0, 0.69444, 0, 0, 0.73334],\n \"85\": [0, 0.69444, 0, 0, 0.76389],\n \"86\": [0, 0.69444, 0.01528, 0, 0.73334],\n \"87\": [0, 0.69444, 0.01528, 0, 1.03889],\n \"88\": [0, 0.69444, 0, 0, 0.73334],\n \"89\": [0, 0.69444, 0.0275, 0, 0.73334],\n \"90\": [0, 0.69444, 0, 0, 0.67223],\n \"91\": [0.25, 0.75, 0, 0, 0.34306],\n \"93\": [0.25, 0.75, 0, 0, 0.34306],\n \"94\": [0, 0.69444, 0, 0, 0.55],\n \"95\": [0.35, 0.10833, 0.03056, 0, 0.55],\n \"97\": [0, 0.45833, 0, 0, 0.525],\n \"98\": [0, 0.69444, 0, 0, 0.56111],\n \"99\": [0, 0.45833, 0, 0, 0.48889],\n \"100\": [0, 0.69444, 0, 0, 0.56111],\n \"101\": [0, 0.45833, 0, 0, 0.51111],\n \"102\": [0, 0.69444, 0.07639, 0, 0.33611],\n \"103\": [0.19444, 0.45833, 0.01528, 0, 0.55],\n \"104\": [0, 0.69444, 0, 0, 0.56111],\n \"105\": [0, 0.69444, 0, 0, 0.25556],\n \"106\": [0.19444, 0.69444, 0, 0, 0.28611],\n \"107\": [0, 0.69444, 0, 0, 0.53056],\n \"108\": [0, 0.69444, 0, 0, 0.25556],\n \"109\": [0, 0.45833, 0, 0, 0.86667],\n \"110\": [0, 0.45833, 0, 0, 0.56111],\n \"111\": [0, 0.45833, 0, 0, 0.55],\n \"112\": [0.19444, 0.45833, 0, 0, 0.56111],\n \"113\": [0.19444, 0.45833, 0, 0, 0.56111],\n \"114\": [0, 0.45833, 0.01528, 0, 0.37222],\n \"115\": [0, 0.45833, 0, 0, 0.42167],\n \"116\": [0, 0.58929, 0, 0, 0.40417],\n \"117\": [0, 0.45833, 0, 0, 0.56111],\n \"118\": [0, 0.45833, 0.01528, 0, 0.5],\n \"119\": [0, 0.45833, 0.01528, 0, 0.74445],\n \"120\": [0, 0.45833, 0, 0, 0.5],\n \"121\": [0.19444, 0.45833, 0.01528, 0, 0.5],\n \"122\": [0, 0.45833, 0, 0, 0.47639],\n \"126\": [0.35, 0.34444, 0, 0, 0.55],\n \"160\": [0, 0, 0, 0, 0.25],\n \"168\": [0, 0.69444, 0, 0, 0.55],\n \"176\": [0, 0.69444, 0, 0, 0.73334],\n \"180\": [0, 0.69444, 0, 0, 0.55],\n \"184\": [0.17014, 0, 0, 0, 0.48889],\n \"305\": [0, 0.45833, 0, 0, 0.25556],\n \"567\": [0.19444, 0.45833, 0, 0, 0.28611],\n \"710\": [0, 0.69444, 0, 0, 0.55],\n \"711\": [0, 0.63542, 0, 0, 0.55],\n \"713\": [0, 0.63778, 0, 0, 0.55],\n \"728\": [0, 0.69444, 0, 0, 0.55],\n \"729\": [0, 0.69444, 0, 0, 0.30556],\n \"730\": [0, 0.69444, 0, 0, 0.73334],\n \"732\": [0, 0.69444, 0, 0, 0.55],\n \"733\": [0, 0.69444, 0, 0, 0.55],\n \"915\": [0, 0.69444, 0, 0, 0.58056],\n \"916\": [0, 0.69444, 0, 0, 0.91667],\n \"920\": [0, 0.69444, 0, 0, 0.85556],\n \"923\": [0, 0.69444, 0, 0, 0.67223],\n \"926\": [0, 0.69444, 0, 0, 0.73334],\n \"928\": [0, 0.69444, 0, 0, 0.79445],\n \"931\": [0, 0.69444, 0, 0, 0.79445],\n \"933\": [0, 0.69444, 0, 0, 0.85556],\n \"934\": [0, 0.69444, 0, 0, 0.79445],\n \"936\": [0, 0.69444, 0, 0, 0.85556],\n \"937\": [0, 0.69444, 0, 0, 0.79445],\n \"8211\": [0, 0.45833, 0.03056, 0, 0.55],\n \"8212\": [0, 0.45833, 0.03056, 0, 1.10001],\n \"8216\": [0, 0.69444, 0, 0, 0.30556],\n \"8217\": [0, 0.69444, 0, 0, 0.30556],\n \"8220\": [0, 0.69444, 0, 0, 0.55834],\n \"8221\": [0, 0.69444, 0, 0, 0.55834]\n },\n \"SansSerif-Italic\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0.05733, 0, 0.31945],\n \"34\": [0, 0.69444, 0.00316, 0, 0.5],\n \"35\": [0.19444, 0.69444, 0.05087, 0, 0.83334],\n \"36\": [0.05556, 0.75, 0.11156, 0, 0.5],\n \"37\": [0.05556, 0.75, 0.03126, 0, 0.83334],\n \"38\": [0, 0.69444, 0.03058, 0, 0.75834],\n \"39\": [0, 0.69444, 0.07816, 0, 0.27778],\n \"40\": [0.25, 0.75, 0.13164, 0, 0.38889],\n \"41\": [0.25, 0.75, 0.02536, 0, 0.38889],\n \"42\": [0, 0.75, 0.11775, 0, 0.5],\n \"43\": [0.08333, 0.58333, 0.02536, 0, 0.77778],\n \"44\": [0.125, 0.08333, 0, 0, 0.27778],\n \"45\": [0, 0.44444, 0.01946, 0, 0.33333],\n \"46\": [0, 0.08333, 0, 0, 0.27778],\n \"47\": [0.25, 0.75, 0.13164, 0, 0.5],\n \"48\": [0, 0.65556, 0.11156, 0, 0.5],\n \"49\": [0, 0.65556, 0.11156, 0, 0.5],\n \"50\": [0, 0.65556, 0.11156, 0, 0.5],\n \"51\": [0, 0.65556, 0.11156, 0, 0.5],\n \"52\": [0, 0.65556, 0.11156, 0, 0.5],\n \"53\": [0, 0.65556, 0.11156, 0, 0.5],\n \"54\": [0, 0.65556, 0.11156, 0, 0.5],\n \"55\": [0, 0.65556, 0.11156, 0, 0.5],\n \"56\": [0, 0.65556, 0.11156, 0, 0.5],\n \"57\": [0, 0.65556, 0.11156, 0, 0.5],\n \"58\": [0, 0.44444, 0.02502, 0, 0.27778],\n \"59\": [0.125, 0.44444, 0.02502, 0, 0.27778],\n \"61\": [-0.13, 0.37, 0.05087, 0, 0.77778],\n \"63\": [0, 0.69444, 0.11809, 0, 0.47222],\n \"64\": [0, 0.69444, 0.07555, 0, 0.66667],\n \"65\": [0, 0.69444, 0, 0, 0.66667],\n \"66\": [0, 0.69444, 0.08293, 0, 0.66667],\n \"67\": [0, 0.69444, 0.11983, 0, 0.63889],\n \"68\": [0, 0.69444, 0.07555, 0, 0.72223],\n \"69\": [0, 0.69444, 0.11983, 0, 0.59722],\n \"70\": [0, 0.69444, 0.13372, 0, 0.56945],\n \"71\": [0, 0.69444, 0.11983, 0, 0.66667],\n \"72\": [0, 0.69444, 0.08094, 0, 0.70834],\n \"73\": [0, 0.69444, 0.13372, 0, 0.27778],\n \"74\": [0, 0.69444, 0.08094, 0, 0.47222],\n \"75\": [0, 0.69444, 0.11983, 0, 0.69445],\n \"76\": [0, 0.69444, 0, 0, 0.54167],\n \"77\": [0, 0.69444, 0.08094, 0, 0.875],\n \"78\": [0, 0.69444, 0.08094, 0, 0.70834],\n \"79\": [0, 0.69444, 0.07555, 0, 0.73611],\n \"80\": [0, 0.69444, 0.08293, 0, 0.63889],\n \"81\": [0.125, 0.69444, 0.07555, 0, 0.73611],\n \"82\": [0, 0.69444, 0.08293, 0, 0.64584],\n \"83\": [0, 0.69444, 0.09205, 0, 0.55556],\n \"84\": [0, 0.69444, 0.13372, 0, 0.68056],\n \"85\": [0, 0.69444, 0.08094, 0, 0.6875],\n \"86\": [0, 0.69444, 0.1615, 0, 0.66667],\n \"87\": [0, 0.69444, 0.1615, 0, 0.94445],\n \"88\": [0, 0.69444, 0.13372, 0, 0.66667],\n \"89\": [0, 0.69444, 0.17261, 0, 0.66667],\n \"90\": [0, 0.69444, 0.11983, 0, 0.61111],\n \"91\": [0.25, 0.75, 0.15942, 0, 0.28889],\n \"93\": [0.25, 0.75, 0.08719, 0, 0.28889],\n \"94\": [0, 0.69444, 0.0799, 0, 0.5],\n \"95\": [0.35, 0.09444, 0.08616, 0, 0.5],\n \"97\": [0, 0.44444, 0.00981, 0, 0.48056],\n \"98\": [0, 0.69444, 0.03057, 0, 0.51667],\n \"99\": [0, 0.44444, 0.08336, 0, 0.44445],\n \"100\": [0, 0.69444, 0.09483, 0, 0.51667],\n \"101\": [0, 0.44444, 0.06778, 0, 0.44445],\n \"102\": [0, 0.69444, 0.21705, 0, 0.30556],\n \"103\": [0.19444, 0.44444, 0.10836, 0, 0.5],\n \"104\": [0, 0.69444, 0.01778, 0, 0.51667],\n \"105\": [0, 0.67937, 0.09718, 0, 0.23889],\n \"106\": [0.19444, 0.67937, 0.09162, 0, 0.26667],\n \"107\": [0, 0.69444, 0.08336, 0, 0.48889],\n \"108\": [0, 0.69444, 0.09483, 0, 0.23889],\n \"109\": [0, 0.44444, 0.01778, 0, 0.79445],\n \"110\": [0, 0.44444, 0.01778, 0, 0.51667],\n \"111\": [0, 0.44444, 0.06613, 0, 0.5],\n \"112\": [0.19444, 0.44444, 0.0389, 0, 0.51667],\n \"113\": [0.19444, 0.44444, 0.04169, 0, 0.51667],\n \"114\": [0, 0.44444, 0.10836, 0, 0.34167],\n \"115\": [0, 0.44444, 0.0778, 0, 0.38333],\n \"116\": [0, 0.57143, 0.07225, 0, 0.36111],\n \"117\": [0, 0.44444, 0.04169, 0, 0.51667],\n \"118\": [0, 0.44444, 0.10836, 0, 0.46111],\n \"119\": [0, 0.44444, 0.10836, 0, 0.68334],\n \"120\": [0, 0.44444, 0.09169, 0, 0.46111],\n \"121\": [0.19444, 0.44444, 0.10836, 0, 0.46111],\n \"122\": [0, 0.44444, 0.08752, 0, 0.43472],\n \"126\": [0.35, 0.32659, 0.08826, 0, 0.5],\n \"160\": [0, 0, 0, 0, 0.25],\n \"168\": [0, 0.67937, 0.06385, 0, 0.5],\n \"176\": [0, 0.69444, 0, 0, 0.73752],\n \"184\": [0.17014, 0, 0, 0, 0.44445],\n \"305\": [0, 0.44444, 0.04169, 0, 0.23889],\n \"567\": [0.19444, 0.44444, 0.04169, 0, 0.26667],\n \"710\": [0, 0.69444, 0.0799, 0, 0.5],\n \"711\": [0, 0.63194, 0.08432, 0, 0.5],\n \"713\": [0, 0.60889, 0.08776, 0, 0.5],\n \"714\": [0, 0.69444, 0.09205, 0, 0.5],\n \"715\": [0, 0.69444, 0, 0, 0.5],\n \"728\": [0, 0.69444, 0.09483, 0, 0.5],\n \"729\": [0, 0.67937, 0.07774, 0, 0.27778],\n \"730\": [0, 0.69444, 0, 0, 0.73752],\n \"732\": [0, 0.67659, 0.08826, 0, 0.5],\n \"733\": [0, 0.69444, 0.09205, 0, 0.5],\n \"915\": [0, 0.69444, 0.13372, 0, 0.54167],\n \"916\": [0, 0.69444, 0, 0, 0.83334],\n \"920\": [0, 0.69444, 0.07555, 0, 0.77778],\n \"923\": [0, 0.69444, 0, 0, 0.61111],\n \"926\": [0, 0.69444, 0.12816, 0, 0.66667],\n \"928\": [0, 0.69444, 0.08094, 0, 0.70834],\n \"931\": [0, 0.69444, 0.11983, 0, 0.72222],\n \"933\": [0, 0.69444, 0.09031, 0, 0.77778],\n \"934\": [0, 0.69444, 0.04603, 0, 0.72222],\n \"936\": [0, 0.69444, 0.09031, 0, 0.77778],\n \"937\": [0, 0.69444, 0.08293, 0, 0.72222],\n \"8211\": [0, 0.44444, 0.08616, 0, 0.5],\n \"8212\": [0, 0.44444, 0.08616, 0, 1.0],\n \"8216\": [0, 0.69444, 0.07816, 0, 0.27778],\n \"8217\": [0, 0.69444, 0.07816, 0, 0.27778],\n \"8220\": [0, 0.69444, 0.14205, 0, 0.5],\n \"8221\": [0, 0.69444, 0.00316, 0, 0.5]\n },\n \"SansSerif-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"33\": [0, 0.69444, 0, 0, 0.31945],\n \"34\": [0, 0.69444, 0, 0, 0.5],\n \"35\": [0.19444, 0.69444, 0, 0, 0.83334],\n \"36\": [0.05556, 0.75, 0, 0, 0.5],\n \"37\": [0.05556, 0.75, 0, 0, 0.83334],\n \"38\": [0, 0.69444, 0, 0, 0.75834],\n \"39\": [0, 0.69444, 0, 0, 0.27778],\n \"40\": [0.25, 0.75, 0, 0, 0.38889],\n \"41\": [0.25, 0.75, 0, 0, 0.38889],\n \"42\": [0, 0.75, 0, 0, 0.5],\n \"43\": [0.08333, 0.58333, 0, 0, 0.77778],\n \"44\": [0.125, 0.08333, 0, 0, 0.27778],\n \"45\": [0, 0.44444, 0, 0, 0.33333],\n \"46\": [0, 0.08333, 0, 0, 0.27778],\n \"47\": [0.25, 0.75, 0, 0, 0.5],\n \"48\": [0, 0.65556, 0, 0, 0.5],\n \"49\": [0, 0.65556, 0, 0, 0.5],\n \"50\": [0, 0.65556, 0, 0, 0.5],\n \"51\": [0, 0.65556, 0, 0, 0.5],\n \"52\": [0, 0.65556, 0, 0, 0.5],\n \"53\": [0, 0.65556, 0, 0, 0.5],\n \"54\": [0, 0.65556, 0, 0, 0.5],\n \"55\": [0, 0.65556, 0, 0, 0.5],\n \"56\": [0, 0.65556, 0, 0, 0.5],\n \"57\": [0, 0.65556, 0, 0, 0.5],\n \"58\": [0, 0.44444, 0, 0, 0.27778],\n \"59\": [0.125, 0.44444, 0, 0, 0.27778],\n \"61\": [-0.13, 0.37, 0, 0, 0.77778],\n \"63\": [0, 0.69444, 0, 0, 0.47222],\n \"64\": [0, 0.69444, 0, 0, 0.66667],\n \"65\": [0, 0.69444, 0, 0, 0.66667],\n \"66\": [0, 0.69444, 0, 0, 0.66667],\n \"67\": [0, 0.69444, 0, 0, 0.63889],\n \"68\": [0, 0.69444, 0, 0, 0.72223],\n \"69\": [0, 0.69444, 0, 0, 0.59722],\n \"70\": [0, 0.69444, 0, 0, 0.56945],\n \"71\": [0, 0.69444, 0, 0, 0.66667],\n \"72\": [0, 0.69444, 0, 0, 0.70834],\n \"73\": [0, 0.69444, 0, 0, 0.27778],\n \"74\": [0, 0.69444, 0, 0, 0.47222],\n \"75\": [0, 0.69444, 0, 0, 0.69445],\n \"76\": [0, 0.69444, 0, 0, 0.54167],\n \"77\": [0, 0.69444, 0, 0, 0.875],\n \"78\": [0, 0.69444, 0, 0, 0.70834],\n \"79\": [0, 0.69444, 0, 0, 0.73611],\n \"80\": [0, 0.69444, 0, 0, 0.63889],\n \"81\": [0.125, 0.69444, 0, 0, 0.73611],\n \"82\": [0, 0.69444, 0, 0, 0.64584],\n \"83\": [0, 0.69444, 0, 0, 0.55556],\n \"84\": [0, 0.69444, 0, 0, 0.68056],\n \"85\": [0, 0.69444, 0, 0, 0.6875],\n \"86\": [0, 0.69444, 0.01389, 0, 0.66667],\n \"87\": [0, 0.69444, 0.01389, 0, 0.94445],\n \"88\": [0, 0.69444, 0, 0, 0.66667],\n \"89\": [0, 0.69444, 0.025, 0, 0.66667],\n \"90\": [0, 0.69444, 0, 0, 0.61111],\n \"91\": [0.25, 0.75, 0, 0, 0.28889],\n \"93\": [0.25, 0.75, 0, 0, 0.28889],\n \"94\": [0, 0.69444, 0, 0, 0.5],\n \"95\": [0.35, 0.09444, 0.02778, 0, 0.5],\n \"97\": [0, 0.44444, 0, 0, 0.48056],\n \"98\": [0, 0.69444, 0, 0, 0.51667],\n \"99\": [0, 0.44444, 0, 0, 0.44445],\n \"100\": [0, 0.69444, 0, 0, 0.51667],\n \"101\": [0, 0.44444, 0, 0, 0.44445],\n \"102\": [0, 0.69444, 0.06944, 0, 0.30556],\n \"103\": [0.19444, 0.44444, 0.01389, 0, 0.5],\n \"104\": [0, 0.69444, 0, 0, 0.51667],\n \"105\": [0, 0.67937, 0, 0, 0.23889],\n \"106\": [0.19444, 0.67937, 0, 0, 0.26667],\n \"107\": [0, 0.69444, 0, 0, 0.48889],\n \"108\": [0, 0.69444, 0, 0, 0.23889],\n \"109\": [0, 0.44444, 0, 0, 0.79445],\n \"110\": [0, 0.44444, 0, 0, 0.51667],\n \"111\": [0, 0.44444, 0, 0, 0.5],\n \"112\": [0.19444, 0.44444, 0, 0, 0.51667],\n \"113\": [0.19444, 0.44444, 0, 0, 0.51667],\n \"114\": [0, 0.44444, 0.01389, 0, 0.34167],\n \"115\": [0, 0.44444, 0, 0, 0.38333],\n \"116\": [0, 0.57143, 0, 0, 0.36111],\n \"117\": [0, 0.44444, 0, 0, 0.51667],\n \"118\": [0, 0.44444, 0.01389, 0, 0.46111],\n \"119\": [0, 0.44444, 0.01389, 0, 0.68334],\n \"120\": [0, 0.44444, 0, 0, 0.46111],\n \"121\": [0.19444, 0.44444, 0.01389, 0, 0.46111],\n \"122\": [0, 0.44444, 0, 0, 0.43472],\n \"126\": [0.35, 0.32659, 0, 0, 0.5],\n \"160\": [0, 0, 0, 0, 0.25],\n \"168\": [0, 0.67937, 0, 0, 0.5],\n \"176\": [0, 0.69444, 0, 0, 0.66667],\n \"184\": [0.17014, 0, 0, 0, 0.44445],\n \"305\": [0, 0.44444, 0, 0, 0.23889],\n \"567\": [0.19444, 0.44444, 0, 0, 0.26667],\n \"710\": [0, 0.69444, 0, 0, 0.5],\n \"711\": [0, 0.63194, 0, 0, 0.5],\n \"713\": [0, 0.60889, 0, 0, 0.5],\n \"714\": [0, 0.69444, 0, 0, 0.5],\n \"715\": [0, 0.69444, 0, 0, 0.5],\n \"728\": [0, 0.69444, 0, 0, 0.5],\n \"729\": [0, 0.67937, 0, 0, 0.27778],\n \"730\": [0, 0.69444, 0, 0, 0.66667],\n \"732\": [0, 0.67659, 0, 0, 0.5],\n \"733\": [0, 0.69444, 0, 0, 0.5],\n \"915\": [0, 0.69444, 0, 0, 0.54167],\n \"916\": [0, 0.69444, 0, 0, 0.83334],\n \"920\": [0, 0.69444, 0, 0, 0.77778],\n \"923\": [0, 0.69444, 0, 0, 0.61111],\n \"926\": [0, 0.69444, 0, 0, 0.66667],\n \"928\": [0, 0.69444, 0, 0, 0.70834],\n \"931\": [0, 0.69444, 0, 0, 0.72222],\n \"933\": [0, 0.69444, 0, 0, 0.77778],\n \"934\": [0, 0.69444, 0, 0, 0.72222],\n \"936\": [0, 0.69444, 0, 0, 0.77778],\n \"937\": [0, 0.69444, 0, 0, 0.72222],\n \"8211\": [0, 0.44444, 0.02778, 0, 0.5],\n \"8212\": [0, 0.44444, 0.02778, 0, 1.0],\n \"8216\": [0, 0.69444, 0, 0, 0.27778],\n \"8217\": [0, 0.69444, 0, 0, 0.27778],\n \"8220\": [0, 0.69444, 0, 0, 0.5],\n \"8221\": [0, 0.69444, 0, 0, 0.5]\n },\n \"Script-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"65\": [0, 0.7, 0.22925, 0, 0.80253],\n \"66\": [0, 0.7, 0.04087, 0, 0.90757],\n \"67\": [0, 0.7, 0.1689, 0, 0.66619],\n \"68\": [0, 0.7, 0.09371, 0, 0.77443],\n \"69\": [0, 0.7, 0.18583, 0, 0.56162],\n \"70\": [0, 0.7, 0.13634, 0, 0.89544],\n \"71\": [0, 0.7, 0.17322, 0, 0.60961],\n \"72\": [0, 0.7, 0.29694, 0, 0.96919],\n \"73\": [0, 0.7, 0.19189, 0, 0.80907],\n \"74\": [0.27778, 0.7, 0.19189, 0, 1.05159],\n \"75\": [0, 0.7, 0.31259, 0, 0.91364],\n \"76\": [0, 0.7, 0.19189, 0, 0.87373],\n \"77\": [0, 0.7, 0.15981, 0, 1.08031],\n \"78\": [0, 0.7, 0.3525, 0, 0.9015],\n \"79\": [0, 0.7, 0.08078, 0, 0.73787],\n \"80\": [0, 0.7, 0.08078, 0, 1.01262],\n \"81\": [0, 0.7, 0.03305, 0, 0.88282],\n \"82\": [0, 0.7, 0.06259, 0, 0.85],\n \"83\": [0, 0.7, 0.19189, 0, 0.86767],\n \"84\": [0, 0.7, 0.29087, 0, 0.74697],\n \"85\": [0, 0.7, 0.25815, 0, 0.79996],\n \"86\": [0, 0.7, 0.27523, 0, 0.62204],\n \"87\": [0, 0.7, 0.27523, 0, 0.80532],\n \"88\": [0, 0.7, 0.26006, 0, 0.94445],\n \"89\": [0, 0.7, 0.2939, 0, 0.70961],\n \"90\": [0, 0.7, 0.24037, 0, 0.8212],\n \"160\": [0, 0, 0, 0, 0.25]\n },\n \"Size1-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"40\": [0.35001, 0.85, 0, 0, 0.45834],\n \"41\": [0.35001, 0.85, 0, 0, 0.45834],\n \"47\": [0.35001, 0.85, 0, 0, 0.57778],\n \"91\": [0.35001, 0.85, 0, 0, 0.41667],\n \"92\": [0.35001, 0.85, 0, 0, 0.57778],\n \"93\": [0.35001, 0.85, 0, 0, 0.41667],\n \"123\": [0.35001, 0.85, 0, 0, 0.58334],\n \"125\": [0.35001, 0.85, 0, 0, 0.58334],\n \"160\": [0, 0, 0, 0, 0.25],\n \"710\": [0, 0.72222, 0, 0, 0.55556],\n \"732\": [0, 0.72222, 0, 0, 0.55556],\n \"770\": [0, 0.72222, 0, 0, 0.55556],\n \"771\": [0, 0.72222, 0, 0, 0.55556],\n \"8214\": [-0.00099, 0.601, 0, 0, 0.77778],\n \"8593\": [1e-05, 0.6, 0, 0, 0.66667],\n \"8595\": [1e-05, 0.6, 0, 0, 0.66667],\n \"8657\": [1e-05, 0.6, 0, 0, 0.77778],\n \"8659\": [1e-05, 0.6, 0, 0, 0.77778],\n \"8719\": [0.25001, 0.75, 0, 0, 0.94445],\n \"8720\": [0.25001, 0.75, 0, 0, 0.94445],\n \"8721\": [0.25001, 0.75, 0, 0, 1.05556],\n \"8730\": [0.35001, 0.85, 0, 0, 1.0],\n \"8739\": [-0.00599, 0.606, 0, 0, 0.33333],\n \"8741\": [-0.00599, 0.606, 0, 0, 0.55556],\n \"8747\": [0.30612, 0.805, 0.19445, 0, 0.47222],\n \"8748\": [0.306, 0.805, 0.19445, 0, 0.47222],\n \"8749\": [0.306, 0.805, 0.19445, 0, 0.47222],\n \"8750\": [0.30612, 0.805, 0.19445, 0, 0.47222],\n \"8896\": [0.25001, 0.75, 0, 0, 0.83334],\n \"8897\": [0.25001, 0.75, 0, 0, 0.83334],\n \"8898\": [0.25001, 0.75, 0, 0, 0.83334],\n \"8899\": [0.25001, 0.75, 0, 0, 0.83334],\n \"8968\": [0.35001, 0.85, 0, 0, 0.47222],\n \"8969\": [0.35001, 0.85, 0, 0, 0.47222],\n \"8970\": [0.35001, 0.85, 0, 0, 0.47222],\n \"8971\": [0.35001, 0.85, 0, 0, 0.47222],\n \"9168\": [-0.00099, 0.601, 0, 0, 0.66667],\n \"10216\": [0.35001, 0.85, 0, 0, 0.47222],\n \"10217\": [0.35001, 0.85, 0, 0, 0.47222],\n \"10752\": [0.25001, 0.75, 0, 0, 1.11111],\n \"10753\": [0.25001, 0.75, 0, 0, 1.11111],\n \"10754\": [0.25001, 0.75, 0, 0, 1.11111],\n \"10756\": [0.25001, 0.75, 0, 0, 0.83334],\n \"10758\": [0.25001, 0.75, 0, 0, 0.83334]\n },\n \"Size2-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"40\": [0.65002, 1.15, 0, 0, 0.59722],\n \"41\": [0.65002, 1.15, 0, 0, 0.59722],\n \"47\": [0.65002, 1.15, 0, 0, 0.81111],\n \"91\": [0.65002, 1.15, 0, 0, 0.47222],\n \"92\": [0.65002, 1.15, 0, 0, 0.81111],\n \"93\": [0.65002, 1.15, 0, 0, 0.47222],\n \"123\": [0.65002, 1.15, 0, 0, 0.66667],\n \"125\": [0.65002, 1.15, 0, 0, 0.66667],\n \"160\": [0, 0, 0, 0, 0.25],\n \"710\": [0, 0.75, 0, 0, 1.0],\n \"732\": [0, 0.75, 0, 0, 1.0],\n \"770\": [0, 0.75, 0, 0, 1.0],\n \"771\": [0, 0.75, 0, 0, 1.0],\n \"8719\": [0.55001, 1.05, 0, 0, 1.27778],\n \"8720\": [0.55001, 1.05, 0, 0, 1.27778],\n \"8721\": [0.55001, 1.05, 0, 0, 1.44445],\n \"8730\": [0.65002, 1.15, 0, 0, 1.0],\n \"8747\": [0.86225, 1.36, 0.44445, 0, 0.55556],\n \"8748\": [0.862, 1.36, 0.44445, 0, 0.55556],\n \"8749\": [0.862, 1.36, 0.44445, 0, 0.55556],\n \"8750\": [0.86225, 1.36, 0.44445, 0, 0.55556],\n \"8896\": [0.55001, 1.05, 0, 0, 1.11111],\n \"8897\": [0.55001, 1.05, 0, 0, 1.11111],\n \"8898\": [0.55001, 1.05, 0, 0, 1.11111],\n \"8899\": [0.55001, 1.05, 0, 0, 1.11111],\n \"8968\": [0.65002, 1.15, 0, 0, 0.52778],\n \"8969\": [0.65002, 1.15, 0, 0, 0.52778],\n \"8970\": [0.65002, 1.15, 0, 0, 0.52778],\n \"8971\": [0.65002, 1.15, 0, 0, 0.52778],\n \"10216\": [0.65002, 1.15, 0, 0, 0.61111],\n \"10217\": [0.65002, 1.15, 0, 0, 0.61111],\n \"10752\": [0.55001, 1.05, 0, 0, 1.51112],\n \"10753\": [0.55001, 1.05, 0, 0, 1.51112],\n \"10754\": [0.55001, 1.05, 0, 0, 1.51112],\n \"10756\": [0.55001, 1.05, 0, 0, 1.11111],\n \"10758\": [0.55001, 1.05, 0, 0, 1.11111]\n },\n \"Size3-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"40\": [0.95003, 1.45, 0, 0, 0.73611],\n \"41\": [0.95003, 1.45, 0, 0, 0.73611],\n \"47\": [0.95003, 1.45, 0, 0, 1.04445],\n \"91\": [0.95003, 1.45, 0, 0, 0.52778],\n \"92\": [0.95003, 1.45, 0, 0, 1.04445],\n \"93\": [0.95003, 1.45, 0, 0, 0.52778],\n \"123\": [0.95003, 1.45, 0, 0, 0.75],\n \"125\": [0.95003, 1.45, 0, 0, 0.75],\n \"160\": [0, 0, 0, 0, 0.25],\n \"710\": [0, 0.75, 0, 0, 1.44445],\n \"732\": [0, 0.75, 0, 0, 1.44445],\n \"770\": [0, 0.75, 0, 0, 1.44445],\n \"771\": [0, 0.75, 0, 0, 1.44445],\n \"8730\": [0.95003, 1.45, 0, 0, 1.0],\n \"8968\": [0.95003, 1.45, 0, 0, 0.58334],\n \"8969\": [0.95003, 1.45, 0, 0, 0.58334],\n \"8970\": [0.95003, 1.45, 0, 0, 0.58334],\n \"8971\": [0.95003, 1.45, 0, 0, 0.58334],\n \"10216\": [0.95003, 1.45, 0, 0, 0.75],\n \"10217\": [0.95003, 1.45, 0, 0, 0.75]\n },\n \"Size4-Regular\": {\n \"32\": [0, 0, 0, 0, 0.25],\n \"40\": [1.25003, 1.75, 0, 0, 0.79167],\n \"41\": [1.25003, 1.75, 0, 0, 0.79167],\n \"47\": [1.25003, 1.75, 0, 0, 1.27778],\n \"91\": [1.25003, 1.75, 0, 0, 0.58334],\n \"92\": [1.25003, 1.75, 0, 0, 1.27778],\n \"93\": [1.25003, 1.75, 0, 0, 0.58334],\n \"123\": [1.25003, 1.75, 0, 0, 0.80556],\n \"125\": [1.25003, 1.75, 0, 0, 0.80556],\n \"160\": [0, 0, 0, 0, 0.25],\n \"710\": [0, 0.825, 0, 0, 1.8889],\n \"732\": [0, 0.825, 0, 0, 1.8889],\n \"770\": [0, 0.825, 0, 0, 1.8889],\n \"771\": [0, 0.825, 0, 0, 1.8889],\n \"8730\": [1.25003, 1.75, 0, 0, 1.0],\n \"8968\": [1.25003, 1.75, 0, 0, 0.63889],\n \"8969\": [1.25003, 1.75, 0, 0, 0.63889],\n \"8970\": [1.25003, 1.75, 0, 0, 0.63889],\n \"8971\": [1.25003, 1.75, 0, 0, 0.63889],\n \"9115\": [0.64502, 1.155, 0, 0, 0.875],\n \"9116\": [1e-05, 0.6, 0, 0, 0.875],\n \"9117\": [0.64502, 1.155, 0, 0, 0.875],\n \"9118\": [0.64502, 1.155, 0, 0, 0.875],\n \"9119\": [1e-05, 0.6, 0, 0, 0.875],\n \"9120\": [0.64502, 1.155, 0, 0, 0.875],\n \"9121\": [0.64502, 1.155, 0, 0, 0.66667],\n \"9122\": [-0.00099, 0.601, 0, 0, 0.66667],\n \"9123\": [0.64502, 1.155, 0, 0, 0.66667],\n \"9124\": [0.64502, 1.155, 0, 0, 0.66667],\n \"9125\": [-0.00099, 0.601, 0, 0, 0.66667],\n \"9126\": [0.64502, 1.155, 0, 0, 0.66667],\n \"9127\": [1e-05, 0.9, 0, 0, 0.88889],\n \"9128\": [0.65002, 1.15, 0, 0, 0.88889],\n \"9129\": [0.90001, 0, 0, 0, 0.88889],\n \"9130\": [0, 0.3, 0, 0, 0.88889],\n \"9131\": [1e-05, 0.9, 0, 0, 0.88889],\n \"9132\": [0.65002, 1.15, 0, 0, 0.88889],\n \"9133\": [0.90001, 0, 0, 0, 0.88889],\n \"9143\": [0.88502, 0.915, 0, 0, 1.05556],\n \"10216\": [1.25003, 1.75, 0, 0, 0.80556],\n \"10217\": [1.25003, 1.75, 0, 0, 0.80556],\n \"57344\": [-0.00499, 0.605, 0, 0, 1.05556],\n \"57345\": [-0.00499, 0.605, 0, 0, 1.05556],\n \"57680\": [0, 0.12, 0, 0, 0.45],\n \"57681\": [0, 0.12, 0, 0, 0.45],\n \"57682\": [0, 0.12, 0, 0, 0.45],\n \"57683\": [0, 0.12, 0, 0, 0.45]\n },\n \"Typewriter-Regular\": {\n \"32\": [0, 0, 0, 0, 0.525],\n \"33\": [0, 0.61111, 0, 0, 0.525],\n \"34\": [0, 0.61111, 0, 0, 0.525],\n \"35\": [0, 0.61111, 0, 0, 0.525],\n \"36\": [0.08333, 0.69444, 0, 0, 0.525],\n \"37\": [0.08333, 0.69444, 0, 0, 0.525],\n \"38\": [0, 0.61111, 0, 0, 0.525],\n \"39\": [0, 0.61111, 0, 0, 0.525],\n \"40\": [0.08333, 0.69444, 0, 0, 0.525],\n \"41\": [0.08333, 0.69444, 0, 0, 0.525],\n \"42\": [0, 0.52083, 0, 0, 0.525],\n \"43\": [-0.08056, 0.53055, 0, 0, 0.525],\n \"44\": [0.13889, 0.125, 0, 0, 0.525],\n \"45\": [-0.08056, 0.53055, 0, 0, 0.525],\n \"46\": [0, 0.125, 0, 0, 0.525],\n \"47\": [0.08333, 0.69444, 0, 0, 0.525],\n \"48\": [0, 0.61111, 0, 0, 0.525],\n \"49\": [0, 0.61111, 0, 0, 0.525],\n \"50\": [0, 0.61111, 0, 0, 0.525],\n \"51\": [0, 0.61111, 0, 0, 0.525],\n \"52\": [0, 0.61111, 0, 0, 0.525],\n \"53\": [0, 0.61111, 0, 0, 0.525],\n \"54\": [0, 0.61111, 0, 0, 0.525],\n \"55\": [0, 0.61111, 0, 0, 0.525],\n \"56\": [0, 0.61111, 0, 0, 0.525],\n \"57\": [0, 0.61111, 0, 0, 0.525],\n \"58\": [0, 0.43056, 0, 0, 0.525],\n \"59\": [0.13889, 0.43056, 0, 0, 0.525],\n \"60\": [-0.05556, 0.55556, 0, 0, 0.525],\n \"61\": [-0.19549, 0.41562, 0, 0, 0.525],\n \"62\": [-0.05556, 0.55556, 0, 0, 0.525],\n \"63\": [0, 0.61111, 0, 0, 0.525],\n \"64\": [0, 0.61111, 0, 0, 0.525],\n \"65\": [0, 0.61111, 0, 0, 0.525],\n \"66\": [0, 0.61111, 0, 0, 0.525],\n \"67\": [0, 0.61111, 0, 0, 0.525],\n \"68\": [0, 0.61111, 0, 0, 0.525],\n \"69\": [0, 0.61111, 0, 0, 0.525],\n \"70\": [0, 0.61111, 0, 0, 0.525],\n \"71\": [0, 0.61111, 0, 0, 0.525],\n \"72\": [0, 0.61111, 0, 0, 0.525],\n \"73\": [0, 0.61111, 0, 0, 0.525],\n \"74\": [0, 0.61111, 0, 0, 0.525],\n \"75\": [0, 0.61111, 0, 0, 0.525],\n \"76\": [0, 0.61111, 0, 0, 0.525],\n \"77\": [0, 0.61111, 0, 0, 0.525],\n \"78\": [0, 0.61111, 0, 0, 0.525],\n \"79\": [0, 0.61111, 0, 0, 0.525],\n \"80\": [0, 0.61111, 0, 0, 0.525],\n \"81\": [0.13889, 0.61111, 0, 0, 0.525],\n \"82\": [0, 0.61111, 0, 0, 0.525],\n \"83\": [0, 0.61111, 0, 0, 0.525],\n \"84\": [0, 0.61111, 0, 0, 0.525],\n \"85\": [0, 0.61111, 0, 0, 0.525],\n \"86\": [0, 0.61111, 0, 0, 0.525],\n \"87\": [0, 0.61111, 0, 0, 0.525],\n \"88\": [0, 0.61111, 0, 0, 0.525],\n \"89\": [0, 0.61111, 0, 0, 0.525],\n \"90\": [0, 0.61111, 0, 0, 0.525],\n \"91\": [0.08333, 0.69444, 0, 0, 0.525],\n \"92\": [0.08333, 0.69444, 0, 0, 0.525],\n \"93\": [0.08333, 0.69444, 0, 0, 0.525],\n \"94\": [0, 0.61111, 0, 0, 0.525],\n \"95\": [0.09514, 0, 0, 0, 0.525],\n \"96\": [0, 0.61111, 0, 0, 0.525],\n \"97\": [0, 0.43056, 0, 0, 0.525],\n \"98\": [0, 0.61111, 0, 0, 0.525],\n \"99\": [0, 0.43056, 0, 0, 0.525],\n \"100\": [0, 0.61111, 0, 0, 0.525],\n \"101\": [0, 0.43056, 0, 0, 0.525],\n \"102\": [0, 0.61111, 0, 0, 0.525],\n \"103\": [0.22222, 0.43056, 0, 0, 0.525],\n \"104\": [0, 0.61111, 0, 0, 0.525],\n \"105\": [0, 0.61111, 0, 0, 0.525],\n \"106\": [0.22222, 0.61111, 0, 0, 0.525],\n \"107\": [0, 0.61111, 0, 0, 0.525],\n \"108\": [0, 0.61111, 0, 0, 0.525],\n \"109\": [0, 0.43056, 0, 0, 0.525],\n \"110\": [0, 0.43056, 0, 0, 0.525],\n \"111\": [0, 0.43056, 0, 0, 0.525],\n \"112\": [0.22222, 0.43056, 0, 0, 0.525],\n \"113\": [0.22222, 0.43056, 0, 0, 0.525],\n \"114\": [0, 0.43056, 0, 0, 0.525],\n \"115\": [0, 0.43056, 0, 0, 0.525],\n \"116\": [0, 0.55358, 0, 0, 0.525],\n \"117\": [0, 0.43056, 0, 0, 0.525],\n \"118\": [0, 0.43056, 0, 0, 0.525],\n \"119\": [0, 0.43056, 0, 0, 0.525],\n \"120\": [0, 0.43056, 0, 0, 0.525],\n \"121\": [0.22222, 0.43056, 0, 0, 0.525],\n \"122\": [0, 0.43056, 0, 0, 0.525],\n \"123\": [0.08333, 0.69444, 0, 0, 0.525],\n \"124\": [0.08333, 0.69444, 0, 0, 0.525],\n \"125\": [0.08333, 0.69444, 0, 0, 0.525],\n \"126\": [0, 0.61111, 0, 0, 0.525],\n \"127\": [0, 0.61111, 0, 0, 0.525],\n \"160\": [0, 0, 0, 0, 0.525],\n \"176\": [0, 0.61111, 0, 0, 0.525],\n \"184\": [0.19445, 0, 0, 0, 0.525],\n \"305\": [0, 0.43056, 0, 0, 0.525],\n \"567\": [0.22222, 0.43056, 0, 0, 0.525],\n \"711\": [0, 0.56597, 0, 0, 0.525],\n \"713\": [0, 0.56555, 0, 0, 0.525],\n \"714\": [0, 0.61111, 0, 0, 0.525],\n \"715\": [0, 0.61111, 0, 0, 0.525],\n \"728\": [0, 0.61111, 0, 0, 0.525],\n \"730\": [0, 0.61111, 0, 0, 0.525],\n \"770\": [0, 0.61111, 0, 0, 0.525],\n \"771\": [0, 0.61111, 0, 0, 0.525],\n \"776\": [0, 0.61111, 0, 0, 0.525],\n \"915\": [0, 0.61111, 0, 0, 0.525],\n \"916\": [0, 0.61111, 0, 0, 0.525],\n \"920\": [0, 0.61111, 0, 0, 0.525],\n \"923\": [0, 0.61111, 0, 0, 0.525],\n \"926\": [0, 0.61111, 0, 0, 0.525],\n \"928\": [0, 0.61111, 0, 0, 0.525],\n \"931\": [0, 0.61111, 0, 0, 0.525],\n \"933\": [0, 0.61111, 0, 0, 0.525],\n \"934\": [0, 0.61111, 0, 0, 0.525],\n \"936\": [0, 0.61111, 0, 0, 0.525],\n \"937\": [0, 0.61111, 0, 0, 0.525],\n \"8216\": [0, 0.61111, 0, 0, 0.525],\n \"8217\": [0, 0.61111, 0, 0, 0.525],\n \"8242\": [0, 0.61111, 0, 0, 0.525],\n \"9251\": [0.11111, 0.21944, 0, 0, 0.525]\n }\n};\n\n/**\n * This file contains metrics regarding fonts and individual symbols. The sigma\n * and xi variables, as well as the metricMap map contain data extracted from\n * TeX, TeX font metrics, and the TTF files. These data are then exposed via the\n * `metrics` variable and the getCharacterMetrics function.\n */\n// In TeX, there are actually three sets of dimensions, one for each of\n// textstyle (size index 5 and higher: >=9pt), scriptstyle (size index 3 and 4:\n// 7-8pt), and scriptscriptstyle (size index 1 and 2: 5-6pt). These are\n// provided in the arrays below, in that order.\n//\n// The font metrics are stored in fonts cmsy10, cmsy7, and cmsy5 respectively.\n// This was determined by running the following script:\n//\n// latex -interaction=nonstopmode \\\n// '\\documentclass{article}\\usepackage{amsmath}\\begin{document}' \\\n// '$a$ \\expandafter\\show\\the\\textfont2' \\\n// '\\expandafter\\show\\the\\scriptfont2' \\\n// '\\expandafter\\show\\the\\scriptscriptfont2' \\\n// '\\stop'\n//\n// The metrics themselves were retrieved using the following commands:\n//\n// tftopl cmsy10\n// tftopl cmsy7\n// tftopl cmsy5\n//\n// The output of each of these commands is quite lengthy. The only part we\n// care about is the FONTDIMEN section. Each value is measured in EMs.\nvar sigmasAndXis = {\n slant: [0.250, 0.250, 0.250],\n // sigma1\n space: [0.000, 0.000, 0.000],\n // sigma2\n stretch: [0.000, 0.000, 0.000],\n // sigma3\n shrink: [0.000, 0.000, 0.000],\n // sigma4\n xHeight: [0.431, 0.431, 0.431],\n // sigma5\n quad: [1.000, 1.171, 1.472],\n // sigma6\n extraSpace: [0.000, 0.000, 0.000],\n // sigma7\n num1: [0.677, 0.732, 0.925],\n // sigma8\n num2: [0.394, 0.384, 0.387],\n // sigma9\n num3: [0.444, 0.471, 0.504],\n // sigma10\n denom1: [0.686, 0.752, 1.025],\n // sigma11\n denom2: [0.345, 0.344, 0.532],\n // sigma12\n sup1: [0.413, 0.503, 0.504],\n // sigma13\n sup2: [0.363, 0.431, 0.404],\n // sigma14\n sup3: [0.289, 0.286, 0.294],\n // sigma15\n sub1: [0.150, 0.143, 0.200],\n // sigma16\n sub2: [0.247, 0.286, 0.400],\n // sigma17\n supDrop: [0.386, 0.353, 0.494],\n // sigma18\n subDrop: [0.050, 0.071, 0.100],\n // sigma19\n delim1: [2.390, 1.700, 1.980],\n // sigma20\n delim2: [1.010, 1.157, 1.420],\n // sigma21\n axisHeight: [0.250, 0.250, 0.250],\n // sigma22\n // These font metrics are extracted from TeX by using tftopl on cmex10.tfm;\n // they correspond to the font parameters of the extension fonts (family 3).\n // See the TeXbook, page 441. In AMSTeX, the extension fonts scale; to\n // match cmex7, we'd use cmex7.tfm values for script and scriptscript\n // values.\n defaultRuleThickness: [0.04, 0.049, 0.049],\n // xi8; cmex7: 0.049\n bigOpSpacing1: [0.111, 0.111, 0.111],\n // xi9\n bigOpSpacing2: [0.166, 0.166, 0.166],\n // xi10\n bigOpSpacing3: [0.2, 0.2, 0.2],\n // xi11\n bigOpSpacing4: [0.6, 0.611, 0.611],\n // xi12; cmex7: 0.611\n bigOpSpacing5: [0.1, 0.143, 0.143],\n // xi13; cmex7: 0.143\n // The \\sqrt rule width is taken from the height of the surd character.\n // Since we use the same font at all sizes, this thickness doesn't scale.\n sqrtRuleThickness: [0.04, 0.04, 0.04],\n // This value determines how large a pt is, for metrics which are defined\n // in terms of pts.\n // This value is also used in katex.less; if you change it make sure the\n // values match.\n ptPerEm: [10.0, 10.0, 10.0],\n // The space between adjacent `|` columns in an array definition. From\n // `\\showthe\\doublerulesep` in LaTeX. Equals 2.0 / ptPerEm.\n doubleRuleSep: [0.2, 0.2, 0.2],\n // The width of separator lines in {array} environments. From\n // `\\showthe\\arrayrulewidth` in LaTeX. Equals 0.4 / ptPerEm.\n arrayRuleWidth: [0.04, 0.04, 0.04],\n // Two values from LaTeX source2e:\n fboxsep: [0.3, 0.3, 0.3],\n // 3 pt / ptPerEm\n fboxrule: [0.04, 0.04, 0.04] // 0.4 pt / ptPerEm\n\n}; // This map contains a mapping from font name and character code to character\n// should have Latin-1 and Cyrillic characters, but may not depending on the\n// operating system. The metrics do not account for extra height from the\n// accents. In the case of Cyrillic characters which have both ascenders and\n// descenders we prefer approximations with ascenders, primarily to prevent\n// the fraction bar or root line from intersecting the glyph.\n// TODO(kevinb) allow union of multiple glyph metrics for better accuracy.\n\nvar extraCharacterMap = {\n // Latin-1\n 'Å': 'A',\n 'Ð': 'D',\n 'Þ': 'o',\n 'å': 'a',\n 'ð': 'd',\n 'þ': 'o',\n // Cyrillic\n 'А': 'A',\n 'Б': 'B',\n 'В': 'B',\n 'Г': 'F',\n 'Д': 'A',\n 'Е': 'E',\n 'Ж': 'K',\n 'З': '3',\n 'И': 'N',\n 'Й': 'N',\n 'К': 'K',\n 'Л': 'N',\n 'М': 'M',\n 'Н': 'H',\n 'О': 'O',\n 'П': 'N',\n 'Р': 'P',\n 'С': 'C',\n 'Т': 'T',\n 'У': 'y',\n 'Ф': 'O',\n 'Х': 'X',\n 'Ц': 'U',\n 'Ч': 'h',\n 'Ш': 'W',\n 'Щ': 'W',\n 'Ъ': 'B',\n 'Ы': 'X',\n 'Ь': 'B',\n 'Э': '3',\n 'Ю': 'X',\n 'Я': 'R',\n 'а': 'a',\n 'б': 'b',\n 'в': 'a',\n 'г': 'r',\n 'д': 'y',\n 'е': 'e',\n 'ж': 'm',\n 'з': 'e',\n 'и': 'n',\n 'й': 'n',\n 'к': 'n',\n 'л': 'n',\n 'м': 'm',\n 'н': 'n',\n 'о': 'o',\n 'п': 'n',\n 'р': 'p',\n 'с': 'c',\n 'т': 'o',\n 'у': 'y',\n 'ф': 'b',\n 'х': 'x',\n 'ц': 'n',\n 'ч': 'n',\n 'ш': 'w',\n 'щ': 'w',\n 'ъ': 'a',\n 'ы': 'm',\n 'ь': 'a',\n 'э': 'e',\n 'ю': 'm',\n 'я': 'r'\n};\n\n/**\n * This function adds new font metrics to default metricMap\n * It can also override existing metrics\n */\nfunction setFontMetrics(fontName, metrics) {\n fontMetricsData[fontName] = metrics;\n}\n/**\n * This function is a convenience function for looking up information in the\n * metricMap table. It takes a character as a string, and a font.\n *\n * Note: the `width` property may be undefined if fontMetricsData.js wasn't\n * built using `Make extended_metrics`.\n */\n\nfunction getCharacterMetrics(character, font, mode) {\n if (!fontMetricsData[font]) {\n throw new Error(\"Font metrics not found for font: \" + font + \".\");\n }\n\n var ch = character.charCodeAt(0);\n var metrics = fontMetricsData[font][ch];\n\n if (!metrics && character[0] in extraCharacterMap) {\n ch = extraCharacterMap[character[0]].charCodeAt(0);\n metrics = fontMetricsData[font][ch];\n }\n\n if (!metrics && mode === 'text') {\n // We don't typically have font metrics for Asian scripts.\n // But since we support them in text mode, we need to return\n // some sort of metrics.\n // So if the character is in a script we support but we\n // don't have metrics for it, just use the metrics for\n // the Latin capital letter M. This is close enough because\n // we (currently) only care about the height of the glyph\n // not its width.\n if (supportedCodepoint(ch)) {\n metrics = fontMetricsData[font][77]; // 77 is the charcode for 'M'\n }\n }\n\n if (metrics) {\n return {\n depth: metrics[0],\n height: metrics[1],\n italic: metrics[2],\n skew: metrics[3],\n width: metrics[4]\n };\n }\n}\nvar fontMetricsBySizeIndex = {};\n/**\n * Get the font metrics for a given size.\n */\n\nfunction getGlobalMetrics(size) {\n var sizeIndex;\n\n if (size >= 5) {\n sizeIndex = 0;\n } else if (size >= 3) {\n sizeIndex = 1;\n } else {\n sizeIndex = 2;\n }\n\n if (!fontMetricsBySizeIndex[sizeIndex]) {\n var metrics = fontMetricsBySizeIndex[sizeIndex] = {\n cssEmPerMu: sigmasAndXis.quad[sizeIndex] / 18\n };\n\n for (var key in sigmasAndXis) {\n if (sigmasAndXis.hasOwnProperty(key)) {\n metrics[key] = sigmasAndXis[key][sizeIndex];\n }\n }\n }\n\n return fontMetricsBySizeIndex[sizeIndex];\n}\n\n/**\n * This file contains information about the options that the Parser carries\n * around with it while parsing. Data is held in an `Options` object, and when\n * recursing, a new `Options` object can be created with the `.with*` and\n * `.reset` functions.\n */\nvar sizeStyleMap = [// Each element contains [textsize, scriptsize, scriptscriptsize].\n// The size mappings are taken from TeX with \\normalsize=10pt.\n[1, 1, 1], // size1: [5, 5, 5] \\tiny\n[2, 1, 1], // size2: [6, 5, 5]\n[3, 1, 1], // size3: [7, 5, 5] \\scriptsize\n[4, 2, 1], // size4: [8, 6, 5] \\footnotesize\n[5, 2, 1], // size5: [9, 6, 5] \\small\n[6, 3, 1], // size6: [10, 7, 5] \\normalsize\n[7, 4, 2], // size7: [12, 8, 6] \\large\n[8, 6, 3], // size8: [14.4, 10, 7] \\Large\n[9, 7, 6], // size9: [17.28, 12, 10] \\LARGE\n[10, 8, 7], // size10: [20.74, 14.4, 12] \\huge\n[11, 10, 9] // size11: [24.88, 20.74, 17.28] \\HUGE\n];\nvar sizeMultipliers = [// fontMetrics.js:getGlobalMetrics also uses size indexes, so if\n// you change size indexes, change that function.\n0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2, 1.44, 1.728, 2.074, 2.488];\n\nvar sizeAtStyle = function sizeAtStyle(size, style) {\n return style.size < 2 ? size : sizeStyleMap[size - 1][style.size - 1];\n}; // In these types, \"\" (empty string) means \"no change\".\n\n\n/**\n * This is the main options class. It contains the current style, size, color,\n * and font.\n *\n * Options objects should not be modified. To create a new Options with\n * different properties, call a `.having*` method.\n */\nclass Options {\n // A font family applies to a group of fonts (i.e. SansSerif), while a font\n // represents a specific font (i.e. SansSerif Bold).\n // See: https://tex.stackexchange.com/questions/22350/difference-between-textrm-and-mathrm\n\n /**\n * The base size index.\n */\n constructor(data) {\n this.style = void 0;\n this.color = void 0;\n this.size = void 0;\n this.textSize = void 0;\n this.phantom = void 0;\n this.font = void 0;\n this.fontFamily = void 0;\n this.fontWeight = void 0;\n this.fontShape = void 0;\n this.sizeMultiplier = void 0;\n this.maxSize = void 0;\n this.minRuleThickness = void 0;\n this._fontMetrics = void 0;\n this.style = data.style;\n this.color = data.color;\n this.size = data.size || Options.BASESIZE;\n this.textSize = data.textSize || this.size;\n this.phantom = !!data.phantom;\n this.font = data.font || \"\";\n this.fontFamily = data.fontFamily || \"\";\n this.fontWeight = data.fontWeight || '';\n this.fontShape = data.fontShape || '';\n this.sizeMultiplier = sizeMultipliers[this.size - 1];\n this.maxSize = data.maxSize;\n this.minRuleThickness = data.minRuleThickness;\n this._fontMetrics = undefined;\n }\n /**\n * Returns a new options object with the same properties as \"this\". Properties\n * from \"extension\" will be copied to the new options object.\n */\n\n\n extend(extension) {\n var data = {\n style: this.style,\n size: this.size,\n textSize: this.textSize,\n color: this.color,\n phantom: this.phantom,\n font: this.font,\n fontFamily: this.fontFamily,\n fontWeight: this.fontWeight,\n fontShape: this.fontShape,\n maxSize: this.maxSize,\n minRuleThickness: this.minRuleThickness\n };\n\n for (var key in extension) {\n if (extension.hasOwnProperty(key)) {\n data[key] = extension[key];\n }\n }\n\n return new Options(data);\n }\n /**\n * Return an options object with the given style. If `this.style === style`,\n * returns `this`.\n */\n\n\n havingStyle(style) {\n if (this.style === style) {\n return this;\n } else {\n return this.extend({\n style: style,\n size: sizeAtStyle(this.textSize, style)\n });\n }\n }\n /**\n * Return an options object with a cramped version of the current style. If\n * the current style is cramped, returns `this`.\n */\n\n\n havingCrampedStyle() {\n return this.havingStyle(this.style.cramp());\n }\n /**\n * Return an options object with the given size and in at least `\\textstyle`.\n * Returns `this` if appropriate.\n */\n\n\n havingSize(size) {\n if (this.size === size && this.textSize === size) {\n return this;\n } else {\n return this.extend({\n style: this.style.text(),\n size: size,\n textSize: size,\n sizeMultiplier: sizeMultipliers[size - 1]\n });\n }\n }\n /**\n * Like `this.havingSize(BASESIZE).havingStyle(style)`. If `style` is omitted,\n * changes to at least `\\textstyle`.\n */\n\n\n havingBaseStyle(style) {\n style = style || this.style.text();\n var wantSize = sizeAtStyle(Options.BASESIZE, style);\n\n if (this.size === wantSize && this.textSize === Options.BASESIZE && this.style === style) {\n return this;\n } else {\n return this.extend({\n style: style,\n size: wantSize\n });\n }\n }\n /**\n * Remove the effect of sizing changes such as \\Huge.\n * Keep the effect of the current style, such as \\scriptstyle.\n */\n\n\n havingBaseSizing() {\n var size;\n\n switch (this.style.id) {\n case 4:\n case 5:\n size = 3; // normalsize in scriptstyle\n\n break;\n\n case 6:\n case 7:\n size = 1; // normalsize in scriptscriptstyle\n\n break;\n\n default:\n size = 6;\n // normalsize in textstyle or displaystyle\n }\n\n return this.extend({\n style: this.style.text(),\n size: size\n });\n }\n /**\n * Create a new options object with the given color.\n */\n\n\n withColor(color) {\n return this.extend({\n color: color\n });\n }\n /**\n * Create a new options object with \"phantom\" set to true.\n */\n\n\n withPhantom() {\n return this.extend({\n phantom: true\n });\n }\n /**\n * Creates a new options object with the given math font or old text font.\n * @type {[type]}\n */\n\n\n withFont(font) {\n return this.extend({\n font\n });\n }\n /**\n * Create a new options objects with the given fontFamily.\n */\n\n\n withTextFontFamily(fontFamily) {\n return this.extend({\n fontFamily,\n font: \"\"\n });\n }\n /**\n * Creates a new options object with the given font weight\n */\n\n\n withTextFontWeight(fontWeight) {\n return this.extend({\n fontWeight,\n font: \"\"\n });\n }\n /**\n * Creates a new options object with the given font weight\n */\n\n\n withTextFontShape(fontShape) {\n return this.extend({\n fontShape,\n font: \"\"\n });\n }\n /**\n * Return the CSS sizing classes required to switch from enclosing options\n * `oldOptions` to `this`. Returns an array of classes.\n */\n\n\n sizingClasses(oldOptions) {\n if (oldOptions.size !== this.size) {\n return [\"sizing\", \"reset-size\" + oldOptions.size, \"size\" + this.size];\n } else {\n return [];\n }\n }\n /**\n * Return the CSS sizing classes required to switch to the base size. Like\n * `this.havingSize(BASESIZE).sizingClasses(this)`.\n */\n\n\n baseSizingClasses() {\n if (this.size !== Options.BASESIZE) {\n return [\"sizing\", \"reset-size\" + this.size, \"size\" + Options.BASESIZE];\n } else {\n return [];\n }\n }\n /**\n * Return the font metrics for this size.\n */\n\n\n fontMetrics() {\n if (!this._fontMetrics) {\n this._fontMetrics = getGlobalMetrics(this.size);\n }\n\n return this._fontMetrics;\n }\n /**\n * Gets the CSS color of the current options object\n */\n\n\n getColor() {\n if (this.phantom) {\n return \"transparent\";\n } else {\n return this.color;\n }\n }\n\n}\n\nOptions.BASESIZE = 6;\n\n/**\n * This file does conversion between units. In particular, it provides\n * calculateSize to convert other units into ems.\n */\n// Thus, multiplying a length by this number converts the length from units\n// into pts. Dividing the result by ptPerEm gives the number of ems\n// *assuming* a font size of ptPerEm (normal size, normal style).\n\nvar ptPerUnit = {\n // https://en.wikibooks.org/wiki/LaTeX/Lengths and\n // https://tex.stackexchange.com/a/8263\n \"pt\": 1,\n // TeX point\n \"mm\": 7227 / 2540,\n // millimeter\n \"cm\": 7227 / 254,\n // centimeter\n \"in\": 72.27,\n // inch\n \"bp\": 803 / 800,\n // big (PostScript) points\n \"pc\": 12,\n // pica\n \"dd\": 1238 / 1157,\n // didot\n \"cc\": 14856 / 1157,\n // cicero (12 didot)\n \"nd\": 685 / 642,\n // new didot\n \"nc\": 1370 / 107,\n // new cicero (12 new didot)\n \"sp\": 1 / 65536,\n // scaled point (TeX's internal smallest unit)\n // https://tex.stackexchange.com/a/41371\n \"px\": 803 / 800 // \\pdfpxdimen defaults to 1 bp in pdfTeX and LuaTeX\n\n}; // Dictionary of relative units, for fast validity testing.\n\nvar relativeUnit = {\n \"ex\": true,\n \"em\": true,\n \"mu\": true\n};\n\n/**\n * Determine whether the specified unit (either a string defining the unit\n * or a \"size\" parse node containing a unit field) is valid.\n */\nvar validUnit = function validUnit(unit) {\n if (typeof unit !== \"string\") {\n unit = unit.unit;\n }\n\n return unit in ptPerUnit || unit in relativeUnit || unit === \"ex\";\n};\n/*\n * Convert a \"size\" parse node (with numeric \"number\" and string \"unit\" fields,\n * as parsed by functions.js argType \"size\") into a CSS em value for the\n * current style/scale. `options` gives the current options.\n */\n\nvar calculateSize = function calculateSize(sizeValue, options) {\n var scale;\n\n if (sizeValue.unit in ptPerUnit) {\n // Absolute units\n scale = ptPerUnit[sizeValue.unit] // Convert unit to pt\n / options.fontMetrics().ptPerEm // Convert pt to CSS em\n / options.sizeMultiplier; // Unscale to make absolute units\n } else if (sizeValue.unit === \"mu\") {\n // `mu` units scale with scriptstyle/scriptscriptstyle.\n scale = options.fontMetrics().cssEmPerMu;\n } else {\n // Other relative units always refer to the *textstyle* font\n // in the current size.\n var unitOptions;\n\n if (options.style.isTight()) {\n // isTight() means current style is script/scriptscript.\n unitOptions = options.havingStyle(options.style.text());\n } else {\n unitOptions = options;\n } // TODO: In TeX these units are relative to the quad of the current\n // *text* font, e.g. cmr10. KaTeX instead uses values from the\n // comparably-sized *Computer Modern symbol* font. At 10pt, these\n // match. At 7pt and 5pt, they differ: cmr7=1.138894, cmsy7=1.170641;\n // cmr5=1.361133, cmsy5=1.472241. Consider $\\scriptsize a\\kern1emb$.\n // TeX \\showlists shows a kern of 1.13889 * fontsize;\n // KaTeX shows a kern of 1.171 * fontsize.\n\n\n if (sizeValue.unit === \"ex\") {\n scale = unitOptions.fontMetrics().xHeight;\n } else if (sizeValue.unit === \"em\") {\n scale = unitOptions.fontMetrics().quad;\n } else {\n throw new ParseError(\"Invalid unit: '\" + sizeValue.unit + \"'\");\n }\n\n if (unitOptions !== options) {\n scale *= unitOptions.sizeMultiplier / options.sizeMultiplier;\n }\n }\n\n return Math.min(sizeValue.number * scale, options.maxSize);\n};\n/**\n * Round `n` to 4 decimal places, or to the nearest 1/10,000th em. See\n * https://github.com/KaTeX/KaTeX/pull/2460.\n */\n\nvar makeEm = function makeEm(n) {\n return +n.toFixed(4) + \"em\";\n};\n\n/**\n * These objects store the data about the DOM nodes we create, as well as some\n * extra data. They can then be transformed into real DOM nodes with the\n * `toNode` function or HTML markup using `toMarkup`. They are useful for both\n * storing extra properties on the nodes, as well as providing a way to easily\n * work with the DOM.\n *\n * Similar functions for working with MathML nodes exist in mathMLTree.js.\n *\n * TODO: refactor `span` and `anchor` into common superclass when\n * target environments support class inheritance\n */\n\n/**\n * Create an HTML className based on a list of classes. In addition to joining\n * with spaces, we also remove empty classes.\n */\nvar createClass = function createClass(classes) {\n return classes.filter(cls => cls).join(\" \");\n};\n\nvar initNode = function initNode(classes, options, style) {\n this.classes = classes || [];\n this.attributes = {};\n this.height = 0;\n this.depth = 0;\n this.maxFontSize = 0;\n this.style = style || {};\n\n if (options) {\n if (options.style.isTight()) {\n this.classes.push(\"mtight\");\n }\n\n var color = options.getColor();\n\n if (color) {\n this.style.color = color;\n }\n }\n};\n/**\n * Convert into an HTML node\n */\n\n\nvar toNode = function toNode(tagName) {\n var node = document.createElement(tagName); // Apply the class\n\n node.className = createClass(this.classes); // Apply inline styles\n\n for (var style in this.style) {\n if (this.style.hasOwnProperty(style)) {\n // $FlowFixMe Flow doesn't seem to understand span.style's type.\n node.style[style] = this.style[style];\n }\n } // Apply attributes\n\n\n for (var attr in this.attributes) {\n if (this.attributes.hasOwnProperty(attr)) {\n node.setAttribute(attr, this.attributes[attr]);\n }\n } // Append the children, also as HTML nodes\n\n\n for (var i = 0; i < this.children.length; i++) {\n node.appendChild(this.children[i].toNode());\n }\n\n return node;\n};\n/**\n * Convert into an HTML markup string\n */\n\n\nvar toMarkup = function toMarkup(tagName) {\n var markup = \"<\" + tagName; // Add the class\n\n if (this.classes.length) {\n markup += \" class=\\\"\" + utils.escape(createClass(this.classes)) + \"\\\"\";\n }\n\n var styles = \"\"; // Add the styles, after hyphenation\n\n for (var style in this.style) {\n if (this.style.hasOwnProperty(style)) {\n styles += utils.hyphenate(style) + \":\" + this.style[style] + \";\";\n }\n }\n\n if (styles) {\n markup += \" style=\\\"\" + utils.escape(styles) + \"\\\"\";\n } // Add the attributes\n\n\n for (var attr in this.attributes) {\n if (this.attributes.hasOwnProperty(attr)) {\n markup += \" \" + attr + \"=\\\"\" + utils.escape(this.attributes[attr]) + \"\\\"\";\n }\n }\n\n markup += \">\"; // Add the markup of the children, also as markup\n\n for (var i = 0; i < this.children.length; i++) {\n markup += this.children[i].toMarkup();\n }\n\n markup += \"\";\n return markup;\n}; // Making the type below exact with all optional fields doesn't work due to\n// - https://github.com/facebook/flow/issues/4582\n// - https://github.com/facebook/flow/issues/5688\n// However, since *all* fields are optional, $Shape<> works as suggested in 5688\n// above.\n// This type does not include all CSS properties. Additional properties should\n// be added as needed.\n\n\n/**\n * This node represents a span node, with a className, a list of children, and\n * an inline style. It also contains information about its height, depth, and\n * maxFontSize.\n *\n * Represents two types with different uses: SvgSpan to wrap an SVG and DomSpan\n * otherwise. This typesafety is important when HTML builders access a span's\n * children.\n */\nclass Span {\n constructor(classes, children, options, style) {\n this.children = void 0;\n this.attributes = void 0;\n this.classes = void 0;\n this.height = void 0;\n this.depth = void 0;\n this.width = void 0;\n this.maxFontSize = void 0;\n this.style = void 0;\n initNode.call(this, classes, options, style);\n this.children = children || [];\n }\n /**\n * Sets an arbitrary attribute on the span. Warning: use this wisely. Not\n * all browsers support attributes the same, and having too many custom\n * attributes is probably bad.\n */\n\n\n setAttribute(attribute, value) {\n this.attributes[attribute] = value;\n }\n\n hasClass(className) {\n return utils.contains(this.classes, className);\n }\n\n toNode() {\n return toNode.call(this, \"span\");\n }\n\n toMarkup() {\n return toMarkup.call(this, \"span\");\n }\n\n}\n/**\n * This node represents an anchor () element with a hyperlink. See `span`\n * for further details.\n */\n\nclass Anchor {\n constructor(href, classes, children, options) {\n this.children = void 0;\n this.attributes = void 0;\n this.classes = void 0;\n this.height = void 0;\n this.depth = void 0;\n this.maxFontSize = void 0;\n this.style = void 0;\n initNode.call(this, classes, options);\n this.children = children || [];\n this.setAttribute('href', href);\n }\n\n setAttribute(attribute, value) {\n this.attributes[attribute] = value;\n }\n\n hasClass(className) {\n return utils.contains(this.classes, className);\n }\n\n toNode() {\n return toNode.call(this, \"a\");\n }\n\n toMarkup() {\n return toMarkup.call(this, \"a\");\n }\n\n}\n/**\n * This node represents an image embed () element.\n */\n\nclass Img {\n constructor(src, alt, style) {\n this.src = void 0;\n this.alt = void 0;\n this.classes = void 0;\n this.height = void 0;\n this.depth = void 0;\n this.maxFontSize = void 0;\n this.style = void 0;\n this.alt = alt;\n this.src = src;\n this.classes = [\"mord\"];\n this.style = style;\n }\n\n hasClass(className) {\n return utils.contains(this.classes, className);\n }\n\n toNode() {\n var node = document.createElement(\"img\");\n node.src = this.src;\n node.alt = this.alt;\n node.className = \"mord\"; // Apply inline styles\n\n for (var style in this.style) {\n if (this.style.hasOwnProperty(style)) {\n // $FlowFixMe\n node.style[style] = this.style[style];\n }\n }\n\n return node;\n }\n\n toMarkup() {\n var markup = \"\\\"\"\";\n return markup;\n }\n\n}\nvar iCombinations = {\n 'î': '\\u0131\\u0302',\n 'ï': '\\u0131\\u0308',\n 'í': '\\u0131\\u0301',\n // 'ī': '\\u0131\\u0304', // enable when we add Extended Latin\n 'ì': '\\u0131\\u0300'\n};\n/**\n * A symbol node contains information about a single symbol. It either renders\n * to a single text node, or a span with a single text node in it, depending on\n * whether it has CSS classes, styles, or needs italic correction.\n */\n\nclass SymbolNode {\n constructor(text, height, depth, italic, skew, width, classes, style) {\n this.text = void 0;\n this.height = void 0;\n this.depth = void 0;\n this.italic = void 0;\n this.skew = void 0;\n this.width = void 0;\n this.maxFontSize = void 0;\n this.classes = void 0;\n this.style = void 0;\n this.text = text;\n this.height = height || 0;\n this.depth = depth || 0;\n this.italic = italic || 0;\n this.skew = skew || 0;\n this.width = width || 0;\n this.classes = classes || [];\n this.style = style || {};\n this.maxFontSize = 0; // Mark text from non-Latin scripts with specific classes so that we\n // can specify which fonts to use. This allows us to render these\n // characters with a serif font in situations where the browser would\n // either default to a sans serif or render a placeholder character.\n // We use CSS class names like cjk_fallback, hangul_fallback and\n // brahmic_fallback. See ./unicodeScripts.js for the set of possible\n // script names\n\n var script = scriptFromCodepoint(this.text.charCodeAt(0));\n\n if (script) {\n this.classes.push(script + \"_fallback\");\n }\n\n if (/[îïíì]/.test(this.text)) {\n // add ī when we add Extended Latin\n this.text = iCombinations[this.text];\n }\n }\n\n hasClass(className) {\n return utils.contains(this.classes, className);\n }\n /**\n * Creates a text node or span from a symbol node. Note that a span is only\n * created if it is needed.\n */\n\n\n toNode() {\n var node = document.createTextNode(this.text);\n var span = null;\n\n if (this.italic > 0) {\n span = document.createElement(\"span\");\n span.style.marginRight = makeEm(this.italic);\n }\n\n if (this.classes.length > 0) {\n span = span || document.createElement(\"span\");\n span.className = createClass(this.classes);\n }\n\n for (var style in this.style) {\n if (this.style.hasOwnProperty(style)) {\n span = span || document.createElement(\"span\"); // $FlowFixMe Flow doesn't seem to understand span.style's type.\n\n span.style[style] = this.style[style];\n }\n }\n\n if (span) {\n span.appendChild(node);\n return span;\n } else {\n return node;\n }\n }\n /**\n * Creates markup for a symbol node.\n */\n\n\n toMarkup() {\n // TODO(alpert): More duplication than I'd like from\n // span.prototype.toMarkup and symbolNode.prototype.toNode...\n var needsSpan = false;\n var markup = \" 0) {\n styles += \"margin-right:\" + this.italic + \"em;\";\n }\n\n for (var style in this.style) {\n if (this.style.hasOwnProperty(style)) {\n styles += utils.hyphenate(style) + \":\" + this.style[style] + \";\";\n }\n }\n\n if (styles) {\n needsSpan = true;\n markup += \" style=\\\"\" + utils.escape(styles) + \"\\\"\";\n }\n\n var escaped = utils.escape(this.text);\n\n if (needsSpan) {\n markup += \">\";\n markup += escaped;\n markup += \"\";\n return markup;\n } else {\n return escaped;\n }\n }\n\n}\n/**\n * SVG nodes are used to render stretchy wide elements.\n */\n\nclass SvgNode {\n constructor(children, attributes) {\n this.children = void 0;\n this.attributes = void 0;\n this.children = children || [];\n this.attributes = attributes || {};\n }\n\n toNode() {\n var svgNS = \"http://www.w3.org/2000/svg\";\n var node = document.createElementNS(svgNS, \"svg\"); // Apply attributes\n\n for (var attr in this.attributes) {\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\n node.setAttribute(attr, this.attributes[attr]);\n }\n }\n\n for (var i = 0; i < this.children.length; i++) {\n node.appendChild(this.children[i].toNode());\n }\n\n return node;\n }\n\n toMarkup() {\n var markup = \"\";\n\n for (var i = 0; i < this.children.length; i++) {\n markup += this.children[i].toMarkup();\n }\n\n markup += \"\";\n return markup;\n }\n\n}\nclass PathNode {\n constructor(pathName, alternate) {\n this.pathName = void 0;\n this.alternate = void 0;\n this.pathName = pathName;\n this.alternate = alternate; // Used only for \\sqrt, \\phase, & tall delims\n }\n\n toNode() {\n var svgNS = \"http://www.w3.org/2000/svg\";\n var node = document.createElementNS(svgNS, \"path\");\n\n if (this.alternate) {\n node.setAttribute(\"d\", this.alternate);\n } else {\n node.setAttribute(\"d\", path[this.pathName]);\n }\n\n return node;\n }\n\n toMarkup() {\n if (this.alternate) {\n return \"\";\n } else {\n return \"\";\n }\n }\n\n}\nclass LineNode {\n constructor(attributes) {\n this.attributes = void 0;\n this.attributes = attributes || {};\n }\n\n toNode() {\n var svgNS = \"http://www.w3.org/2000/svg\";\n var node = document.createElementNS(svgNS, \"line\"); // Apply attributes\n\n for (var attr in this.attributes) {\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\n node.setAttribute(attr, this.attributes[attr]);\n }\n }\n\n return node;\n }\n\n toMarkup() {\n var markup = \"\";\n return markup;\n }\n\n}\nfunction assertSymbolDomNode(group) {\n if (group instanceof SymbolNode) {\n return group;\n } else {\n throw new Error(\"Expected symbolNode but got \" + String(group) + \".\");\n }\n}\nfunction assertSpan(group) {\n if (group instanceof Span) {\n return group;\n } else {\n throw new Error(\"Expected span but got \" + String(group) + \".\");\n }\n}\n\n/**\n * This file holds a list of all no-argument functions and single-character\n * symbols (like 'a' or ';').\n *\n * For each of the symbols, there are three properties they can have:\n * - font (required): the font to be used for this symbol. Either \"main\" (the\n normal font), or \"ams\" (the ams fonts).\n * - group (required): the ParseNode group type the symbol should have (i.e.\n \"textord\", \"mathord\", etc).\n See https://github.com/KaTeX/KaTeX/wiki/Examining-TeX#group-types\n * - replace: the character that this symbol or function should be\n * replaced with (i.e. \"\\phi\" has a replace value of \"\\u03d5\", the phi\n * character in the main font).\n *\n * The outermost map in the table indicates what mode the symbols should be\n * accepted in (e.g. \"math\" or \"text\").\n */\n// Some of these have a \"-token\" suffix since these are also used as `ParseNode`\n// types for raw text tokens, and we want to avoid conflicts with higher-level\n// `ParseNode` types. These `ParseNode`s are constructed within `Parser` by\n// looking up the `symbols` map.\nvar ATOMS = {\n \"bin\": 1,\n \"close\": 1,\n \"inner\": 1,\n \"open\": 1,\n \"punct\": 1,\n \"rel\": 1\n};\nvar NON_ATOMS = {\n \"accent-token\": 1,\n \"mathord\": 1,\n \"op-token\": 1,\n \"spacing\": 1,\n \"textord\": 1\n};\nvar symbols = {\n \"math\": {},\n \"text\": {}\n};\n/** `acceptUnicodeChar = true` is only applicable if `replace` is set. */\n\nfunction defineSymbol(mode, font, group, replace, name, acceptUnicodeChar) {\n symbols[mode][name] = {\n font,\n group,\n replace\n };\n\n if (acceptUnicodeChar && replace) {\n symbols[mode][replace] = symbols[mode][name];\n }\n} // Some abbreviations for commonly used strings.\n// This helps minify the code, and also spotting typos using jshint.\n// modes:\n\nvar math = \"math\";\nvar text = \"text\"; // fonts:\n\nvar main = \"main\";\nvar ams = \"ams\"; // groups:\n\nvar accent = \"accent-token\";\nvar bin = \"bin\";\nvar close = \"close\";\nvar inner = \"inner\";\nvar mathord = \"mathord\";\nvar op = \"op-token\";\nvar open = \"open\";\nvar punct = \"punct\";\nvar rel = \"rel\";\nvar spacing = \"spacing\";\nvar textord = \"textord\"; // Now comes the symbol table\n// Relation Symbols\n\ndefineSymbol(math, main, rel, \"\\u2261\", \"\\\\equiv\", true);\ndefineSymbol(math, main, rel, \"\\u227a\", \"\\\\prec\", true);\ndefineSymbol(math, main, rel, \"\\u227b\", \"\\\\succ\", true);\ndefineSymbol(math, main, rel, \"\\u223c\", \"\\\\sim\", true);\ndefineSymbol(math, main, rel, \"\\u22a5\", \"\\\\perp\");\ndefineSymbol(math, main, rel, \"\\u2aaf\", \"\\\\preceq\", true);\ndefineSymbol(math, main, rel, \"\\u2ab0\", \"\\\\succeq\", true);\ndefineSymbol(math, main, rel, \"\\u2243\", \"\\\\simeq\", true);\ndefineSymbol(math, main, rel, \"\\u2223\", \"\\\\mid\", true);\ndefineSymbol(math, main, rel, \"\\u226a\", \"\\\\ll\", true);\ndefineSymbol(math, main, rel, \"\\u226b\", \"\\\\gg\", true);\ndefineSymbol(math, main, rel, \"\\u224d\", \"\\\\asymp\", true);\ndefineSymbol(math, main, rel, \"\\u2225\", \"\\\\parallel\");\ndefineSymbol(math, main, rel, \"\\u22c8\", \"\\\\bowtie\", true);\ndefineSymbol(math, main, rel, \"\\u2323\", \"\\\\smile\", true);\ndefineSymbol(math, main, rel, \"\\u2291\", \"\\\\sqsubseteq\", true);\ndefineSymbol(math, main, rel, \"\\u2292\", \"\\\\sqsupseteq\", true);\ndefineSymbol(math, main, rel, \"\\u2250\", \"\\\\doteq\", true);\ndefineSymbol(math, main, rel, \"\\u2322\", \"\\\\frown\", true);\ndefineSymbol(math, main, rel, \"\\u220b\", \"\\\\ni\", true);\ndefineSymbol(math, main, rel, \"\\u221d\", \"\\\\propto\", true);\ndefineSymbol(math, main, rel, \"\\u22a2\", \"\\\\vdash\", true);\ndefineSymbol(math, main, rel, \"\\u22a3\", \"\\\\dashv\", true);\ndefineSymbol(math, main, rel, \"\\u220b\", \"\\\\owns\"); // Punctuation\n\ndefineSymbol(math, main, punct, \"\\u002e\", \"\\\\ldotp\");\ndefineSymbol(math, main, punct, \"\\u22c5\", \"\\\\cdotp\"); // Misc Symbols\n\ndefineSymbol(math, main, textord, \"\\u0023\", \"\\\\#\");\ndefineSymbol(text, main, textord, \"\\u0023\", \"\\\\#\");\ndefineSymbol(math, main, textord, \"\\u0026\", \"\\\\&\");\ndefineSymbol(text, main, textord, \"\\u0026\", \"\\\\&\");\ndefineSymbol(math, main, textord, \"\\u2135\", \"\\\\aleph\", true);\ndefineSymbol(math, main, textord, \"\\u2200\", \"\\\\forall\", true);\ndefineSymbol(math, main, textord, \"\\u210f\", \"\\\\hbar\", true);\ndefineSymbol(math, main, textord, \"\\u2203\", \"\\\\exists\", true);\ndefineSymbol(math, main, textord, \"\\u2207\", \"\\\\nabla\", true);\ndefineSymbol(math, main, textord, \"\\u266d\", \"\\\\flat\", true);\ndefineSymbol(math, main, textord, \"\\u2113\", \"\\\\ell\", true);\ndefineSymbol(math, main, textord, \"\\u266e\", \"\\\\natural\", true);\ndefineSymbol(math, main, textord, \"\\u2663\", \"\\\\clubsuit\", true);\ndefineSymbol(math, main, textord, \"\\u2118\", \"\\\\wp\", true);\ndefineSymbol(math, main, textord, \"\\u266f\", \"\\\\sharp\", true);\ndefineSymbol(math, main, textord, \"\\u2662\", \"\\\\diamondsuit\", true);\ndefineSymbol(math, main, textord, \"\\u211c\", \"\\\\Re\", true);\ndefineSymbol(math, main, textord, \"\\u2661\", \"\\\\heartsuit\", true);\ndefineSymbol(math, main, textord, \"\\u2111\", \"\\\\Im\", true);\ndefineSymbol(math, main, textord, \"\\u2660\", \"\\\\spadesuit\", true);\ndefineSymbol(math, main, textord, \"\\u00a7\", \"\\\\S\", true);\ndefineSymbol(text, main, textord, \"\\u00a7\", \"\\\\S\");\ndefineSymbol(math, main, textord, \"\\u00b6\", \"\\\\P\", true);\ndefineSymbol(text, main, textord, \"\\u00b6\", \"\\\\P\"); // Math and Text\n\ndefineSymbol(math, main, textord, \"\\u2020\", \"\\\\dag\");\ndefineSymbol(text, main, textord, \"\\u2020\", \"\\\\dag\");\ndefineSymbol(text, main, textord, \"\\u2020\", \"\\\\textdagger\");\ndefineSymbol(math, main, textord, \"\\u2021\", \"\\\\ddag\");\ndefineSymbol(text, main, textord, \"\\u2021\", \"\\\\ddag\");\ndefineSymbol(text, main, textord, \"\\u2021\", \"\\\\textdaggerdbl\"); // Large Delimiters\n\ndefineSymbol(math, main, close, \"\\u23b1\", \"\\\\rmoustache\", true);\ndefineSymbol(math, main, open, \"\\u23b0\", \"\\\\lmoustache\", true);\ndefineSymbol(math, main, close, \"\\u27ef\", \"\\\\rgroup\", true);\ndefineSymbol(math, main, open, \"\\u27ee\", \"\\\\lgroup\", true); // Binary Operators\n\ndefineSymbol(math, main, bin, \"\\u2213\", \"\\\\mp\", true);\ndefineSymbol(math, main, bin, \"\\u2296\", \"\\\\ominus\", true);\ndefineSymbol(math, main, bin, \"\\u228e\", \"\\\\uplus\", true);\ndefineSymbol(math, main, bin, \"\\u2293\", \"\\\\sqcap\", true);\ndefineSymbol(math, main, bin, \"\\u2217\", \"\\\\ast\");\ndefineSymbol(math, main, bin, \"\\u2294\", \"\\\\sqcup\", true);\ndefineSymbol(math, main, bin, \"\\u25ef\", \"\\\\bigcirc\", true);\ndefineSymbol(math, main, bin, \"\\u2219\", \"\\\\bullet\", true);\ndefineSymbol(math, main, bin, \"\\u2021\", \"\\\\ddagger\");\ndefineSymbol(math, main, bin, \"\\u2240\", \"\\\\wr\", true);\ndefineSymbol(math, main, bin, \"\\u2a3f\", \"\\\\amalg\");\ndefineSymbol(math, main, bin, \"\\u0026\", \"\\\\And\"); // from amsmath\n// Arrow Symbols\n\ndefineSymbol(math, main, rel, \"\\u27f5\", \"\\\\longleftarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21d0\", \"\\\\Leftarrow\", true);\ndefineSymbol(math, main, rel, \"\\u27f8\", \"\\\\Longleftarrow\", true);\ndefineSymbol(math, main, rel, \"\\u27f6\", \"\\\\longrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21d2\", \"\\\\Rightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u27f9\", \"\\\\Longrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u2194\", \"\\\\leftrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u27f7\", \"\\\\longleftrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21d4\", \"\\\\Leftrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u27fa\", \"\\\\Longleftrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21a6\", \"\\\\mapsto\", true);\ndefineSymbol(math, main, rel, \"\\u27fc\", \"\\\\longmapsto\", true);\ndefineSymbol(math, main, rel, \"\\u2197\", \"\\\\nearrow\", true);\ndefineSymbol(math, main, rel, \"\\u21a9\", \"\\\\hookleftarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21aa\", \"\\\\hookrightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u2198\", \"\\\\searrow\", true);\ndefineSymbol(math, main, rel, \"\\u21bc\", \"\\\\leftharpoonup\", true);\ndefineSymbol(math, main, rel, \"\\u21c0\", \"\\\\rightharpoonup\", true);\ndefineSymbol(math, main, rel, \"\\u2199\", \"\\\\swarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21bd\", \"\\\\leftharpoondown\", true);\ndefineSymbol(math, main, rel, \"\\u21c1\", \"\\\\rightharpoondown\", true);\ndefineSymbol(math, main, rel, \"\\u2196\", \"\\\\nwarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21cc\", \"\\\\rightleftharpoons\", true); // AMS Negated Binary Relations\n\ndefineSymbol(math, ams, rel, \"\\u226e\", \"\\\\nless\", true); // Symbol names preceded by \"@\" each have a corresponding macro.\n\ndefineSymbol(math, ams, rel, \"\\ue010\", \"\\\\@nleqslant\");\ndefineSymbol(math, ams, rel, \"\\ue011\", \"\\\\@nleqq\");\ndefineSymbol(math, ams, rel, \"\\u2a87\", \"\\\\lneq\", true);\ndefineSymbol(math, ams, rel, \"\\u2268\", \"\\\\lneqq\", true);\ndefineSymbol(math, ams, rel, \"\\ue00c\", \"\\\\@lvertneqq\");\ndefineSymbol(math, ams, rel, \"\\u22e6\", \"\\\\lnsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2a89\", \"\\\\lnapprox\", true);\ndefineSymbol(math, ams, rel, \"\\u2280\", \"\\\\nprec\", true); // unicode-math maps \\u22e0 to \\npreccurlyeq. We'll use the AMS synonym.\n\ndefineSymbol(math, ams, rel, \"\\u22e0\", \"\\\\npreceq\", true);\ndefineSymbol(math, ams, rel, \"\\u22e8\", \"\\\\precnsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2ab9\", \"\\\\precnapprox\", true);\ndefineSymbol(math, ams, rel, \"\\u2241\", \"\\\\nsim\", true);\ndefineSymbol(math, ams, rel, \"\\ue006\", \"\\\\@nshortmid\");\ndefineSymbol(math, ams, rel, \"\\u2224\", \"\\\\nmid\", true);\ndefineSymbol(math, ams, rel, \"\\u22ac\", \"\\\\nvdash\", true);\ndefineSymbol(math, ams, rel, \"\\u22ad\", \"\\\\nvDash\", true);\ndefineSymbol(math, ams, rel, \"\\u22ea\", \"\\\\ntriangleleft\");\ndefineSymbol(math, ams, rel, \"\\u22ec\", \"\\\\ntrianglelefteq\", true);\ndefineSymbol(math, ams, rel, \"\\u228a\", \"\\\\subsetneq\", true);\ndefineSymbol(math, ams, rel, \"\\ue01a\", \"\\\\@varsubsetneq\");\ndefineSymbol(math, ams, rel, \"\\u2acb\", \"\\\\subsetneqq\", true);\ndefineSymbol(math, ams, rel, \"\\ue017\", \"\\\\@varsubsetneqq\");\ndefineSymbol(math, ams, rel, \"\\u226f\", \"\\\\ngtr\", true);\ndefineSymbol(math, ams, rel, \"\\ue00f\", \"\\\\@ngeqslant\");\ndefineSymbol(math, ams, rel, \"\\ue00e\", \"\\\\@ngeqq\");\ndefineSymbol(math, ams, rel, \"\\u2a88\", \"\\\\gneq\", true);\ndefineSymbol(math, ams, rel, \"\\u2269\", \"\\\\gneqq\", true);\ndefineSymbol(math, ams, rel, \"\\ue00d\", \"\\\\@gvertneqq\");\ndefineSymbol(math, ams, rel, \"\\u22e7\", \"\\\\gnsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2a8a\", \"\\\\gnapprox\", true);\ndefineSymbol(math, ams, rel, \"\\u2281\", \"\\\\nsucc\", true); // unicode-math maps \\u22e1 to \\nsucccurlyeq. We'll use the AMS synonym.\n\ndefineSymbol(math, ams, rel, \"\\u22e1\", \"\\\\nsucceq\", true);\ndefineSymbol(math, ams, rel, \"\\u22e9\", \"\\\\succnsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2aba\", \"\\\\succnapprox\", true); // unicode-math maps \\u2246 to \\simneqq. We'll use the AMS synonym.\n\ndefineSymbol(math, ams, rel, \"\\u2246\", \"\\\\ncong\", true);\ndefineSymbol(math, ams, rel, \"\\ue007\", \"\\\\@nshortparallel\");\ndefineSymbol(math, ams, rel, \"\\u2226\", \"\\\\nparallel\", true);\ndefineSymbol(math, ams, rel, \"\\u22af\", \"\\\\nVDash\", true);\ndefineSymbol(math, ams, rel, \"\\u22eb\", \"\\\\ntriangleright\");\ndefineSymbol(math, ams, rel, \"\\u22ed\", \"\\\\ntrianglerighteq\", true);\ndefineSymbol(math, ams, rel, \"\\ue018\", \"\\\\@nsupseteqq\");\ndefineSymbol(math, ams, rel, \"\\u228b\", \"\\\\supsetneq\", true);\ndefineSymbol(math, ams, rel, \"\\ue01b\", \"\\\\@varsupsetneq\");\ndefineSymbol(math, ams, rel, \"\\u2acc\", \"\\\\supsetneqq\", true);\ndefineSymbol(math, ams, rel, \"\\ue019\", \"\\\\@varsupsetneqq\");\ndefineSymbol(math, ams, rel, \"\\u22ae\", \"\\\\nVdash\", true);\ndefineSymbol(math, ams, rel, \"\\u2ab5\", \"\\\\precneqq\", true);\ndefineSymbol(math, ams, rel, \"\\u2ab6\", \"\\\\succneqq\", true);\ndefineSymbol(math, ams, rel, \"\\ue016\", \"\\\\@nsubseteqq\");\ndefineSymbol(math, ams, bin, \"\\u22b4\", \"\\\\unlhd\");\ndefineSymbol(math, ams, bin, \"\\u22b5\", \"\\\\unrhd\"); // AMS Negated Arrows\n\ndefineSymbol(math, ams, rel, \"\\u219a\", \"\\\\nleftarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u219b\", \"\\\\nrightarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21cd\", \"\\\\nLeftarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21cf\", \"\\\\nRightarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21ae\", \"\\\\nleftrightarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21ce\", \"\\\\nLeftrightarrow\", true); // AMS Misc\n\ndefineSymbol(math, ams, rel, \"\\u25b3\", \"\\\\vartriangle\");\ndefineSymbol(math, ams, textord, \"\\u210f\", \"\\\\hslash\");\ndefineSymbol(math, ams, textord, \"\\u25bd\", \"\\\\triangledown\");\ndefineSymbol(math, ams, textord, \"\\u25ca\", \"\\\\lozenge\");\ndefineSymbol(math, ams, textord, \"\\u24c8\", \"\\\\circledS\");\ndefineSymbol(math, ams, textord, \"\\u00ae\", \"\\\\circledR\");\ndefineSymbol(text, ams, textord, \"\\u00ae\", \"\\\\circledR\");\ndefineSymbol(math, ams, textord, \"\\u2221\", \"\\\\measuredangle\", true);\ndefineSymbol(math, ams, textord, \"\\u2204\", \"\\\\nexists\");\ndefineSymbol(math, ams, textord, \"\\u2127\", \"\\\\mho\");\ndefineSymbol(math, ams, textord, \"\\u2132\", \"\\\\Finv\", true);\ndefineSymbol(math, ams, textord, \"\\u2141\", \"\\\\Game\", true);\ndefineSymbol(math, ams, textord, \"\\u2035\", \"\\\\backprime\");\ndefineSymbol(math, ams, textord, \"\\u25b2\", \"\\\\blacktriangle\");\ndefineSymbol(math, ams, textord, \"\\u25bc\", \"\\\\blacktriangledown\");\ndefineSymbol(math, ams, textord, \"\\u25a0\", \"\\\\blacksquare\");\ndefineSymbol(math, ams, textord, \"\\u29eb\", \"\\\\blacklozenge\");\ndefineSymbol(math, ams, textord, \"\\u2605\", \"\\\\bigstar\");\ndefineSymbol(math, ams, textord, \"\\u2222\", \"\\\\sphericalangle\", true);\ndefineSymbol(math, ams, textord, \"\\u2201\", \"\\\\complement\", true); // unicode-math maps U+F0 to \\matheth. We map to AMS function \\eth\n\ndefineSymbol(math, ams, textord, \"\\u00f0\", \"\\\\eth\", true);\ndefineSymbol(text, main, textord, \"\\u00f0\", \"\\u00f0\");\ndefineSymbol(math, ams, textord, \"\\u2571\", \"\\\\diagup\");\ndefineSymbol(math, ams, textord, \"\\u2572\", \"\\\\diagdown\");\ndefineSymbol(math, ams, textord, \"\\u25a1\", \"\\\\square\");\ndefineSymbol(math, ams, textord, \"\\u25a1\", \"\\\\Box\");\ndefineSymbol(math, ams, textord, \"\\u25ca\", \"\\\\Diamond\"); // unicode-math maps U+A5 to \\mathyen. We map to AMS function \\yen\n\ndefineSymbol(math, ams, textord, \"\\u00a5\", \"\\\\yen\", true);\ndefineSymbol(text, ams, textord, \"\\u00a5\", \"\\\\yen\", true);\ndefineSymbol(math, ams, textord, \"\\u2713\", \"\\\\checkmark\", true);\ndefineSymbol(text, ams, textord, \"\\u2713\", \"\\\\checkmark\"); // AMS Hebrew\n\ndefineSymbol(math, ams, textord, \"\\u2136\", \"\\\\beth\", true);\ndefineSymbol(math, ams, textord, \"\\u2138\", \"\\\\daleth\", true);\ndefineSymbol(math, ams, textord, \"\\u2137\", \"\\\\gimel\", true); // AMS Greek\n\ndefineSymbol(math, ams, textord, \"\\u03dd\", \"\\\\digamma\", true);\ndefineSymbol(math, ams, textord, \"\\u03f0\", \"\\\\varkappa\"); // AMS Delimiters\n\ndefineSymbol(math, ams, open, \"\\u250c\", \"\\\\@ulcorner\", true);\ndefineSymbol(math, ams, close, \"\\u2510\", \"\\\\@urcorner\", true);\ndefineSymbol(math, ams, open, \"\\u2514\", \"\\\\@llcorner\", true);\ndefineSymbol(math, ams, close, \"\\u2518\", \"\\\\@lrcorner\", true); // AMS Binary Relations\n\ndefineSymbol(math, ams, rel, \"\\u2266\", \"\\\\leqq\", true);\ndefineSymbol(math, ams, rel, \"\\u2a7d\", \"\\\\leqslant\", true);\ndefineSymbol(math, ams, rel, \"\\u2a95\", \"\\\\eqslantless\", true);\ndefineSymbol(math, ams, rel, \"\\u2272\", \"\\\\lesssim\", true);\ndefineSymbol(math, ams, rel, \"\\u2a85\", \"\\\\lessapprox\", true);\ndefineSymbol(math, ams, rel, \"\\u224a\", \"\\\\approxeq\", true);\ndefineSymbol(math, ams, bin, \"\\u22d6\", \"\\\\lessdot\");\ndefineSymbol(math, ams, rel, \"\\u22d8\", \"\\\\lll\", true);\ndefineSymbol(math, ams, rel, \"\\u2276\", \"\\\\lessgtr\", true);\ndefineSymbol(math, ams, rel, \"\\u22da\", \"\\\\lesseqgtr\", true);\ndefineSymbol(math, ams, rel, \"\\u2a8b\", \"\\\\lesseqqgtr\", true);\ndefineSymbol(math, ams, rel, \"\\u2251\", \"\\\\doteqdot\");\ndefineSymbol(math, ams, rel, \"\\u2253\", \"\\\\risingdotseq\", true);\ndefineSymbol(math, ams, rel, \"\\u2252\", \"\\\\fallingdotseq\", true);\ndefineSymbol(math, ams, rel, \"\\u223d\", \"\\\\backsim\", true);\ndefineSymbol(math, ams, rel, \"\\u22cd\", \"\\\\backsimeq\", true);\ndefineSymbol(math, ams, rel, \"\\u2ac5\", \"\\\\subseteqq\", true);\ndefineSymbol(math, ams, rel, \"\\u22d0\", \"\\\\Subset\", true);\ndefineSymbol(math, ams, rel, \"\\u228f\", \"\\\\sqsubset\", true);\ndefineSymbol(math, ams, rel, \"\\u227c\", \"\\\\preccurlyeq\", true);\ndefineSymbol(math, ams, rel, \"\\u22de\", \"\\\\curlyeqprec\", true);\ndefineSymbol(math, ams, rel, \"\\u227e\", \"\\\\precsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2ab7\", \"\\\\precapprox\", true);\ndefineSymbol(math, ams, rel, \"\\u22b2\", \"\\\\vartriangleleft\");\ndefineSymbol(math, ams, rel, \"\\u22b4\", \"\\\\trianglelefteq\");\ndefineSymbol(math, ams, rel, \"\\u22a8\", \"\\\\vDash\", true);\ndefineSymbol(math, ams, rel, \"\\u22aa\", \"\\\\Vvdash\", true);\ndefineSymbol(math, ams, rel, \"\\u2323\", \"\\\\smallsmile\");\ndefineSymbol(math, ams, rel, \"\\u2322\", \"\\\\smallfrown\");\ndefineSymbol(math, ams, rel, \"\\u224f\", \"\\\\bumpeq\", true);\ndefineSymbol(math, ams, rel, \"\\u224e\", \"\\\\Bumpeq\", true);\ndefineSymbol(math, ams, rel, \"\\u2267\", \"\\\\geqq\", true);\ndefineSymbol(math, ams, rel, \"\\u2a7e\", \"\\\\geqslant\", true);\ndefineSymbol(math, ams, rel, \"\\u2a96\", \"\\\\eqslantgtr\", true);\ndefineSymbol(math, ams, rel, \"\\u2273\", \"\\\\gtrsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2a86\", \"\\\\gtrapprox\", true);\ndefineSymbol(math, ams, bin, \"\\u22d7\", \"\\\\gtrdot\");\ndefineSymbol(math, ams, rel, \"\\u22d9\", \"\\\\ggg\", true);\ndefineSymbol(math, ams, rel, \"\\u2277\", \"\\\\gtrless\", true);\ndefineSymbol(math, ams, rel, \"\\u22db\", \"\\\\gtreqless\", true);\ndefineSymbol(math, ams, rel, \"\\u2a8c\", \"\\\\gtreqqless\", true);\ndefineSymbol(math, ams, rel, \"\\u2256\", \"\\\\eqcirc\", true);\ndefineSymbol(math, ams, rel, \"\\u2257\", \"\\\\circeq\", true);\ndefineSymbol(math, ams, rel, \"\\u225c\", \"\\\\triangleq\", true);\ndefineSymbol(math, ams, rel, \"\\u223c\", \"\\\\thicksim\");\ndefineSymbol(math, ams, rel, \"\\u2248\", \"\\\\thickapprox\");\ndefineSymbol(math, ams, rel, \"\\u2ac6\", \"\\\\supseteqq\", true);\ndefineSymbol(math, ams, rel, \"\\u22d1\", \"\\\\Supset\", true);\ndefineSymbol(math, ams, rel, \"\\u2290\", \"\\\\sqsupset\", true);\ndefineSymbol(math, ams, rel, \"\\u227d\", \"\\\\succcurlyeq\", true);\ndefineSymbol(math, ams, rel, \"\\u22df\", \"\\\\curlyeqsucc\", true);\ndefineSymbol(math, ams, rel, \"\\u227f\", \"\\\\succsim\", true);\ndefineSymbol(math, ams, rel, \"\\u2ab8\", \"\\\\succapprox\", true);\ndefineSymbol(math, ams, rel, \"\\u22b3\", \"\\\\vartriangleright\");\ndefineSymbol(math, ams, rel, \"\\u22b5\", \"\\\\trianglerighteq\");\ndefineSymbol(math, ams, rel, \"\\u22a9\", \"\\\\Vdash\", true);\ndefineSymbol(math, ams, rel, \"\\u2223\", \"\\\\shortmid\");\ndefineSymbol(math, ams, rel, \"\\u2225\", \"\\\\shortparallel\");\ndefineSymbol(math, ams, rel, \"\\u226c\", \"\\\\between\", true);\ndefineSymbol(math, ams, rel, \"\\u22d4\", \"\\\\pitchfork\", true);\ndefineSymbol(math, ams, rel, \"\\u221d\", \"\\\\varpropto\");\ndefineSymbol(math, ams, rel, \"\\u25c0\", \"\\\\blacktriangleleft\"); // unicode-math says that \\therefore is a mathord atom.\n// We kept the amssymb atom type, which is rel.\n\ndefineSymbol(math, ams, rel, \"\\u2234\", \"\\\\therefore\", true);\ndefineSymbol(math, ams, rel, \"\\u220d\", \"\\\\backepsilon\");\ndefineSymbol(math, ams, rel, \"\\u25b6\", \"\\\\blacktriangleright\"); // unicode-math says that \\because is a mathord atom.\n// We kept the amssymb atom type, which is rel.\n\ndefineSymbol(math, ams, rel, \"\\u2235\", \"\\\\because\", true);\ndefineSymbol(math, ams, rel, \"\\u22d8\", \"\\\\llless\");\ndefineSymbol(math, ams, rel, \"\\u22d9\", \"\\\\gggtr\");\ndefineSymbol(math, ams, bin, \"\\u22b2\", \"\\\\lhd\");\ndefineSymbol(math, ams, bin, \"\\u22b3\", \"\\\\rhd\");\ndefineSymbol(math, ams, rel, \"\\u2242\", \"\\\\eqsim\", true);\ndefineSymbol(math, main, rel, \"\\u22c8\", \"\\\\Join\");\ndefineSymbol(math, ams, rel, \"\\u2251\", \"\\\\Doteq\", true); // AMS Binary Operators\n\ndefineSymbol(math, ams, bin, \"\\u2214\", \"\\\\dotplus\", true);\ndefineSymbol(math, ams, bin, \"\\u2216\", \"\\\\smallsetminus\");\ndefineSymbol(math, ams, bin, \"\\u22d2\", \"\\\\Cap\", true);\ndefineSymbol(math, ams, bin, \"\\u22d3\", \"\\\\Cup\", true);\ndefineSymbol(math, ams, bin, \"\\u2a5e\", \"\\\\doublebarwedge\", true);\ndefineSymbol(math, ams, bin, \"\\u229f\", \"\\\\boxminus\", true);\ndefineSymbol(math, ams, bin, \"\\u229e\", \"\\\\boxplus\", true);\ndefineSymbol(math, ams, bin, \"\\u22c7\", \"\\\\divideontimes\", true);\ndefineSymbol(math, ams, bin, \"\\u22c9\", \"\\\\ltimes\", true);\ndefineSymbol(math, ams, bin, \"\\u22ca\", \"\\\\rtimes\", true);\ndefineSymbol(math, ams, bin, \"\\u22cb\", \"\\\\leftthreetimes\", true);\ndefineSymbol(math, ams, bin, \"\\u22cc\", \"\\\\rightthreetimes\", true);\ndefineSymbol(math, ams, bin, \"\\u22cf\", \"\\\\curlywedge\", true);\ndefineSymbol(math, ams, bin, \"\\u22ce\", \"\\\\curlyvee\", true);\ndefineSymbol(math, ams, bin, \"\\u229d\", \"\\\\circleddash\", true);\ndefineSymbol(math, ams, bin, \"\\u229b\", \"\\\\circledast\", true);\ndefineSymbol(math, ams, bin, \"\\u22c5\", \"\\\\centerdot\");\ndefineSymbol(math, ams, bin, \"\\u22ba\", \"\\\\intercal\", true);\ndefineSymbol(math, ams, bin, \"\\u22d2\", \"\\\\doublecap\");\ndefineSymbol(math, ams, bin, \"\\u22d3\", \"\\\\doublecup\");\ndefineSymbol(math, ams, bin, \"\\u22a0\", \"\\\\boxtimes\", true); // AMS Arrows\n// Note: unicode-math maps \\u21e2 to their own function \\rightdasharrow.\n// We'll map it to AMS function \\dashrightarrow. It produces the same atom.\n\ndefineSymbol(math, ams, rel, \"\\u21e2\", \"\\\\dashrightarrow\", true); // unicode-math maps \\u21e0 to \\leftdasharrow. We'll use the AMS synonym.\n\ndefineSymbol(math, ams, rel, \"\\u21e0\", \"\\\\dashleftarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21c7\", \"\\\\leftleftarrows\", true);\ndefineSymbol(math, ams, rel, \"\\u21c6\", \"\\\\leftrightarrows\", true);\ndefineSymbol(math, ams, rel, \"\\u21da\", \"\\\\Lleftarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u219e\", \"\\\\twoheadleftarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21a2\", \"\\\\leftarrowtail\", true);\ndefineSymbol(math, ams, rel, \"\\u21ab\", \"\\\\looparrowleft\", true);\ndefineSymbol(math, ams, rel, \"\\u21cb\", \"\\\\leftrightharpoons\", true);\ndefineSymbol(math, ams, rel, \"\\u21b6\", \"\\\\curvearrowleft\", true); // unicode-math maps \\u21ba to \\acwopencirclearrow. We'll use the AMS synonym.\n\ndefineSymbol(math, ams, rel, \"\\u21ba\", \"\\\\circlearrowleft\", true);\ndefineSymbol(math, ams, rel, \"\\u21b0\", \"\\\\Lsh\", true);\ndefineSymbol(math, ams, rel, \"\\u21c8\", \"\\\\upuparrows\", true);\ndefineSymbol(math, ams, rel, \"\\u21bf\", \"\\\\upharpoonleft\", true);\ndefineSymbol(math, ams, rel, \"\\u21c3\", \"\\\\downharpoonleft\", true);\ndefineSymbol(math, main, rel, \"\\u22b6\", \"\\\\origof\", true); // not in font\n\ndefineSymbol(math, main, rel, \"\\u22b7\", \"\\\\imageof\", true); // not in font\n\ndefineSymbol(math, ams, rel, \"\\u22b8\", \"\\\\multimap\", true);\ndefineSymbol(math, ams, rel, \"\\u21ad\", \"\\\\leftrightsquigarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21c9\", \"\\\\rightrightarrows\", true);\ndefineSymbol(math, ams, rel, \"\\u21c4\", \"\\\\rightleftarrows\", true);\ndefineSymbol(math, ams, rel, \"\\u21a0\", \"\\\\twoheadrightarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21a3\", \"\\\\rightarrowtail\", true);\ndefineSymbol(math, ams, rel, \"\\u21ac\", \"\\\\looparrowright\", true);\ndefineSymbol(math, ams, rel, \"\\u21b7\", \"\\\\curvearrowright\", true); // unicode-math maps \\u21bb to \\cwopencirclearrow. We'll use the AMS synonym.\n\ndefineSymbol(math, ams, rel, \"\\u21bb\", \"\\\\circlearrowright\", true);\ndefineSymbol(math, ams, rel, \"\\u21b1\", \"\\\\Rsh\", true);\ndefineSymbol(math, ams, rel, \"\\u21ca\", \"\\\\downdownarrows\", true);\ndefineSymbol(math, ams, rel, \"\\u21be\", \"\\\\upharpoonright\", true);\ndefineSymbol(math, ams, rel, \"\\u21c2\", \"\\\\downharpoonright\", true);\ndefineSymbol(math, ams, rel, \"\\u21dd\", \"\\\\rightsquigarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21dd\", \"\\\\leadsto\");\ndefineSymbol(math, ams, rel, \"\\u21db\", \"\\\\Rrightarrow\", true);\ndefineSymbol(math, ams, rel, \"\\u21be\", \"\\\\restriction\");\ndefineSymbol(math, main, textord, \"\\u2018\", \"`\");\ndefineSymbol(math, main, textord, \"$\", \"\\\\$\");\ndefineSymbol(text, main, textord, \"$\", \"\\\\$\");\ndefineSymbol(text, main, textord, \"$\", \"\\\\textdollar\");\ndefineSymbol(math, main, textord, \"%\", \"\\\\%\");\ndefineSymbol(text, main, textord, \"%\", \"\\\\%\");\ndefineSymbol(math, main, textord, \"_\", \"\\\\_\");\ndefineSymbol(text, main, textord, \"_\", \"\\\\_\");\ndefineSymbol(text, main, textord, \"_\", \"\\\\textunderscore\");\ndefineSymbol(math, main, textord, \"\\u2220\", \"\\\\angle\", true);\ndefineSymbol(math, main, textord, \"\\u221e\", \"\\\\infty\", true);\ndefineSymbol(math, main, textord, \"\\u2032\", \"\\\\prime\");\ndefineSymbol(math, main, textord, \"\\u25b3\", \"\\\\triangle\");\ndefineSymbol(math, main, textord, \"\\u0393\", \"\\\\Gamma\", true);\ndefineSymbol(math, main, textord, \"\\u0394\", \"\\\\Delta\", true);\ndefineSymbol(math, main, textord, \"\\u0398\", \"\\\\Theta\", true);\ndefineSymbol(math, main, textord, \"\\u039b\", \"\\\\Lambda\", true);\ndefineSymbol(math, main, textord, \"\\u039e\", \"\\\\Xi\", true);\ndefineSymbol(math, main, textord, \"\\u03a0\", \"\\\\Pi\", true);\ndefineSymbol(math, main, textord, \"\\u03a3\", \"\\\\Sigma\", true);\ndefineSymbol(math, main, textord, \"\\u03a5\", \"\\\\Upsilon\", true);\ndefineSymbol(math, main, textord, \"\\u03a6\", \"\\\\Phi\", true);\ndefineSymbol(math, main, textord, \"\\u03a8\", \"\\\\Psi\", true);\ndefineSymbol(math, main, textord, \"\\u03a9\", \"\\\\Omega\", true);\ndefineSymbol(math, main, textord, \"A\", \"\\u0391\");\ndefineSymbol(math, main, textord, \"B\", \"\\u0392\");\ndefineSymbol(math, main, textord, \"E\", \"\\u0395\");\ndefineSymbol(math, main, textord, \"Z\", \"\\u0396\");\ndefineSymbol(math, main, textord, \"H\", \"\\u0397\");\ndefineSymbol(math, main, textord, \"I\", \"\\u0399\");\ndefineSymbol(math, main, textord, \"K\", \"\\u039A\");\ndefineSymbol(math, main, textord, \"M\", \"\\u039C\");\ndefineSymbol(math, main, textord, \"N\", \"\\u039D\");\ndefineSymbol(math, main, textord, \"O\", \"\\u039F\");\ndefineSymbol(math, main, textord, \"P\", \"\\u03A1\");\ndefineSymbol(math, main, textord, \"T\", \"\\u03A4\");\ndefineSymbol(math, main, textord, \"X\", \"\\u03A7\");\ndefineSymbol(math, main, textord, \"\\u00ac\", \"\\\\neg\", true);\ndefineSymbol(math, main, textord, \"\\u00ac\", \"\\\\lnot\");\ndefineSymbol(math, main, textord, \"\\u22a4\", \"\\\\top\");\ndefineSymbol(math, main, textord, \"\\u22a5\", \"\\\\bot\");\ndefineSymbol(math, main, textord, \"\\u2205\", \"\\\\emptyset\");\ndefineSymbol(math, ams, textord, \"\\u2205\", \"\\\\varnothing\");\ndefineSymbol(math, main, mathord, \"\\u03b1\", \"\\\\alpha\", true);\ndefineSymbol(math, main, mathord, \"\\u03b2\", \"\\\\beta\", true);\ndefineSymbol(math, main, mathord, \"\\u03b3\", \"\\\\gamma\", true);\ndefineSymbol(math, main, mathord, \"\\u03b4\", \"\\\\delta\", true);\ndefineSymbol(math, main, mathord, \"\\u03f5\", \"\\\\epsilon\", true);\ndefineSymbol(math, main, mathord, \"\\u03b6\", \"\\\\zeta\", true);\ndefineSymbol(math, main, mathord, \"\\u03b7\", \"\\\\eta\", true);\ndefineSymbol(math, main, mathord, \"\\u03b8\", \"\\\\theta\", true);\ndefineSymbol(math, main, mathord, \"\\u03b9\", \"\\\\iota\", true);\ndefineSymbol(math, main, mathord, \"\\u03ba\", \"\\\\kappa\", true);\ndefineSymbol(math, main, mathord, \"\\u03bb\", \"\\\\lambda\", true);\ndefineSymbol(math, main, mathord, \"\\u03bc\", \"\\\\mu\", true);\ndefineSymbol(math, main, mathord, \"\\u03bd\", \"\\\\nu\", true);\ndefineSymbol(math, main, mathord, \"\\u03be\", \"\\\\xi\", true);\ndefineSymbol(math, main, mathord, \"\\u03bf\", \"\\\\omicron\", true);\ndefineSymbol(math, main, mathord, \"\\u03c0\", \"\\\\pi\", true);\ndefineSymbol(math, main, mathord, \"\\u03c1\", \"\\\\rho\", true);\ndefineSymbol(math, main, mathord, \"\\u03c3\", \"\\\\sigma\", true);\ndefineSymbol(math, main, mathord, \"\\u03c4\", \"\\\\tau\", true);\ndefineSymbol(math, main, mathord, \"\\u03c5\", \"\\\\upsilon\", true);\ndefineSymbol(math, main, mathord, \"\\u03d5\", \"\\\\phi\", true);\ndefineSymbol(math, main, mathord, \"\\u03c7\", \"\\\\chi\", true);\ndefineSymbol(math, main, mathord, \"\\u03c8\", \"\\\\psi\", true);\ndefineSymbol(math, main, mathord, \"\\u03c9\", \"\\\\omega\", true);\ndefineSymbol(math, main, mathord, \"\\u03b5\", \"\\\\varepsilon\", true);\ndefineSymbol(math, main, mathord, \"\\u03d1\", \"\\\\vartheta\", true);\ndefineSymbol(math, main, mathord, \"\\u03d6\", \"\\\\varpi\", true);\ndefineSymbol(math, main, mathord, \"\\u03f1\", \"\\\\varrho\", true);\ndefineSymbol(math, main, mathord, \"\\u03c2\", \"\\\\varsigma\", true);\ndefineSymbol(math, main, mathord, \"\\u03c6\", \"\\\\varphi\", true);\ndefineSymbol(math, main, bin, \"\\u2217\", \"*\", true);\ndefineSymbol(math, main, bin, \"+\", \"+\");\ndefineSymbol(math, main, bin, \"\\u2212\", \"-\", true);\ndefineSymbol(math, main, bin, \"\\u22c5\", \"\\\\cdot\", true);\ndefineSymbol(math, main, bin, \"\\u2218\", \"\\\\circ\", true);\ndefineSymbol(math, main, bin, \"\\u00f7\", \"\\\\div\", true);\ndefineSymbol(math, main, bin, \"\\u00b1\", \"\\\\pm\", true);\ndefineSymbol(math, main, bin, \"\\u00d7\", \"\\\\times\", true);\ndefineSymbol(math, main, bin, \"\\u2229\", \"\\\\cap\", true);\ndefineSymbol(math, main, bin, \"\\u222a\", \"\\\\cup\", true);\ndefineSymbol(math, main, bin, \"\\u2216\", \"\\\\setminus\", true);\ndefineSymbol(math, main, bin, \"\\u2227\", \"\\\\land\");\ndefineSymbol(math, main, bin, \"\\u2228\", \"\\\\lor\");\ndefineSymbol(math, main, bin, \"\\u2227\", \"\\\\wedge\", true);\ndefineSymbol(math, main, bin, \"\\u2228\", \"\\\\vee\", true);\ndefineSymbol(math, main, textord, \"\\u221a\", \"\\\\surd\");\ndefineSymbol(math, main, open, \"\\u27e8\", \"\\\\langle\", true);\ndefineSymbol(math, main, open, \"\\u2223\", \"\\\\lvert\");\ndefineSymbol(math, main, open, \"\\u2225\", \"\\\\lVert\");\ndefineSymbol(math, main, close, \"?\", \"?\");\ndefineSymbol(math, main, close, \"!\", \"!\");\ndefineSymbol(math, main, close, \"\\u27e9\", \"\\\\rangle\", true);\ndefineSymbol(math, main, close, \"\\u2223\", \"\\\\rvert\");\ndefineSymbol(math, main, close, \"\\u2225\", \"\\\\rVert\");\ndefineSymbol(math, main, rel, \"=\", \"=\");\ndefineSymbol(math, main, rel, \":\", \":\");\ndefineSymbol(math, main, rel, \"\\u2248\", \"\\\\approx\", true);\ndefineSymbol(math, main, rel, \"\\u2245\", \"\\\\cong\", true);\ndefineSymbol(math, main, rel, \"\\u2265\", \"\\\\ge\");\ndefineSymbol(math, main, rel, \"\\u2265\", \"\\\\geq\", true);\ndefineSymbol(math, main, rel, \"\\u2190\", \"\\\\gets\");\ndefineSymbol(math, main, rel, \">\", \"\\\\gt\", true);\ndefineSymbol(math, main, rel, \"\\u2208\", \"\\\\in\", true);\ndefineSymbol(math, main, rel, \"\\ue020\", \"\\\\@not\");\ndefineSymbol(math, main, rel, \"\\u2282\", \"\\\\subset\", true);\ndefineSymbol(math, main, rel, \"\\u2283\", \"\\\\supset\", true);\ndefineSymbol(math, main, rel, \"\\u2286\", \"\\\\subseteq\", true);\ndefineSymbol(math, main, rel, \"\\u2287\", \"\\\\supseteq\", true);\ndefineSymbol(math, ams, rel, \"\\u2288\", \"\\\\nsubseteq\", true);\ndefineSymbol(math, ams, rel, \"\\u2289\", \"\\\\nsupseteq\", true);\ndefineSymbol(math, main, rel, \"\\u22a8\", \"\\\\models\");\ndefineSymbol(math, main, rel, \"\\u2190\", \"\\\\leftarrow\", true);\ndefineSymbol(math, main, rel, \"\\u2264\", \"\\\\le\");\ndefineSymbol(math, main, rel, \"\\u2264\", \"\\\\leq\", true);\ndefineSymbol(math, main, rel, \"<\", \"\\\\lt\", true);\ndefineSymbol(math, main, rel, \"\\u2192\", \"\\\\rightarrow\", true);\ndefineSymbol(math, main, rel, \"\\u2192\", \"\\\\to\");\ndefineSymbol(math, ams, rel, \"\\u2271\", \"\\\\ngeq\", true);\ndefineSymbol(math, ams, rel, \"\\u2270\", \"\\\\nleq\", true);\ndefineSymbol(math, main, spacing, \"\\u00a0\", \"\\\\ \");\ndefineSymbol(math, main, spacing, \"\\u00a0\", \"\\\\space\"); // Ref: LaTeX Source 2e: \\DeclareRobustCommand{\\nobreakspace}{%\n\ndefineSymbol(math, main, spacing, \"\\u00a0\", \"\\\\nobreakspace\");\ndefineSymbol(text, main, spacing, \"\\u00a0\", \"\\\\ \");\ndefineSymbol(text, main, spacing, \"\\u00a0\", \" \");\ndefineSymbol(text, main, spacing, \"\\u00a0\", \"\\\\space\");\ndefineSymbol(text, main, spacing, \"\\u00a0\", \"\\\\nobreakspace\");\ndefineSymbol(math, main, spacing, null, \"\\\\nobreak\");\ndefineSymbol(math, main, spacing, null, \"\\\\allowbreak\");\ndefineSymbol(math, main, punct, \",\", \",\");\ndefineSymbol(math, main, punct, \";\", \";\");\ndefineSymbol(math, ams, bin, \"\\u22bc\", \"\\\\barwedge\", true);\ndefineSymbol(math, ams, bin, \"\\u22bb\", \"\\\\veebar\", true);\ndefineSymbol(math, main, bin, \"\\u2299\", \"\\\\odot\", true);\ndefineSymbol(math, main, bin, \"\\u2295\", \"\\\\oplus\", true);\ndefineSymbol(math, main, bin, \"\\u2297\", \"\\\\otimes\", true);\ndefineSymbol(math, main, textord, \"\\u2202\", \"\\\\partial\", true);\ndefineSymbol(math, main, bin, \"\\u2298\", \"\\\\oslash\", true);\ndefineSymbol(math, ams, bin, \"\\u229a\", \"\\\\circledcirc\", true);\ndefineSymbol(math, ams, bin, \"\\u22a1\", \"\\\\boxdot\", true);\ndefineSymbol(math, main, bin, \"\\u25b3\", \"\\\\bigtriangleup\");\ndefineSymbol(math, main, bin, \"\\u25bd\", \"\\\\bigtriangledown\");\ndefineSymbol(math, main, bin, \"\\u2020\", \"\\\\dagger\");\ndefineSymbol(math, main, bin, \"\\u22c4\", \"\\\\diamond\");\ndefineSymbol(math, main, bin, \"\\u22c6\", \"\\\\star\");\ndefineSymbol(math, main, bin, \"\\u25c3\", \"\\\\triangleleft\");\ndefineSymbol(math, main, bin, \"\\u25b9\", \"\\\\triangleright\");\ndefineSymbol(math, main, open, \"{\", \"\\\\{\");\ndefineSymbol(text, main, textord, \"{\", \"\\\\{\");\ndefineSymbol(text, main, textord, \"{\", \"\\\\textbraceleft\");\ndefineSymbol(math, main, close, \"}\", \"\\\\}\");\ndefineSymbol(text, main, textord, \"}\", \"\\\\}\");\ndefineSymbol(text, main, textord, \"}\", \"\\\\textbraceright\");\ndefineSymbol(math, main, open, \"{\", \"\\\\lbrace\");\ndefineSymbol(math, main, close, \"}\", \"\\\\rbrace\");\ndefineSymbol(math, main, open, \"[\", \"\\\\lbrack\", true);\ndefineSymbol(text, main, textord, \"[\", \"\\\\lbrack\", true);\ndefineSymbol(math, main, close, \"]\", \"\\\\rbrack\", true);\ndefineSymbol(text, main, textord, \"]\", \"\\\\rbrack\", true);\ndefineSymbol(math, main, open, \"(\", \"\\\\lparen\", true);\ndefineSymbol(math, main, close, \")\", \"\\\\rparen\", true);\ndefineSymbol(text, main, textord, \"<\", \"\\\\textless\", true); // in T1 fontenc\n\ndefineSymbol(text, main, textord, \">\", \"\\\\textgreater\", true); // in T1 fontenc\n\ndefineSymbol(math, main, open, \"\\u230a\", \"\\\\lfloor\", true);\ndefineSymbol(math, main, close, \"\\u230b\", \"\\\\rfloor\", true);\ndefineSymbol(math, main, open, \"\\u2308\", \"\\\\lceil\", true);\ndefineSymbol(math, main, close, \"\\u2309\", \"\\\\rceil\", true);\ndefineSymbol(math, main, textord, \"\\\\\", \"\\\\backslash\");\ndefineSymbol(math, main, textord, \"\\u2223\", \"|\");\ndefineSymbol(math, main, textord, \"\\u2223\", \"\\\\vert\");\ndefineSymbol(text, main, textord, \"|\", \"\\\\textbar\", true); // in T1 fontenc\n\ndefineSymbol(math, main, textord, \"\\u2225\", \"\\\\|\");\ndefineSymbol(math, main, textord, \"\\u2225\", \"\\\\Vert\");\ndefineSymbol(text, main, textord, \"\\u2225\", \"\\\\textbardbl\");\ndefineSymbol(text, main, textord, \"~\", \"\\\\textasciitilde\");\ndefineSymbol(text, main, textord, \"\\\\\", \"\\\\textbackslash\");\ndefineSymbol(text, main, textord, \"^\", \"\\\\textasciicircum\");\ndefineSymbol(math, main, rel, \"\\u2191\", \"\\\\uparrow\", true);\ndefineSymbol(math, main, rel, \"\\u21d1\", \"\\\\Uparrow\", true);\ndefineSymbol(math, main, rel, \"\\u2193\", \"\\\\downarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21d3\", \"\\\\Downarrow\", true);\ndefineSymbol(math, main, rel, \"\\u2195\", \"\\\\updownarrow\", true);\ndefineSymbol(math, main, rel, \"\\u21d5\", \"\\\\Updownarrow\", true);\ndefineSymbol(math, main, op, \"\\u2210\", \"\\\\coprod\");\ndefineSymbol(math, main, op, \"\\u22c1\", \"\\\\bigvee\");\ndefineSymbol(math, main, op, \"\\u22c0\", \"\\\\bigwedge\");\ndefineSymbol(math, main, op, \"\\u2a04\", \"\\\\biguplus\");\ndefineSymbol(math, main, op, \"\\u22c2\", \"\\\\bigcap\");\ndefineSymbol(math, main, op, \"\\u22c3\", \"\\\\bigcup\");\ndefineSymbol(math, main, op, \"\\u222b\", \"\\\\int\");\ndefineSymbol(math, main, op, \"\\u222b\", \"\\\\intop\");\ndefineSymbol(math, main, op, \"\\u222c\", \"\\\\iint\");\ndefineSymbol(math, main, op, \"\\u222d\", \"\\\\iiint\");\ndefineSymbol(math, main, op, \"\\u220f\", \"\\\\prod\");\ndefineSymbol(math, main, op, \"\\u2211\", \"\\\\sum\");\ndefineSymbol(math, main, op, \"\\u2a02\", \"\\\\bigotimes\");\ndefineSymbol(math, main, op, \"\\u2a01\", \"\\\\bigoplus\");\ndefineSymbol(math, main, op, \"\\u2a00\", \"\\\\bigodot\");\ndefineSymbol(math, main, op, \"\\u222e\", \"\\\\oint\");\ndefineSymbol(math, main, op, \"\\u222f\", \"\\\\oiint\");\ndefineSymbol(math, main, op, \"\\u2230\", \"\\\\oiiint\");\ndefineSymbol(math, main, op, \"\\u2a06\", \"\\\\bigsqcup\");\ndefineSymbol(math, main, op, \"\\u222b\", \"\\\\smallint\");\ndefineSymbol(text, main, inner, \"\\u2026\", \"\\\\textellipsis\");\ndefineSymbol(math, main, inner, \"\\u2026\", \"\\\\mathellipsis\");\ndefineSymbol(text, main, inner, \"\\u2026\", \"\\\\ldots\", true);\ndefineSymbol(math, main, inner, \"\\u2026\", \"\\\\ldots\", true);\ndefineSymbol(math, main, inner, \"\\u22ef\", \"\\\\@cdots\", true);\ndefineSymbol(math, main, inner, \"\\u22f1\", \"\\\\ddots\", true);\ndefineSymbol(math, main, textord, \"\\u22ee\", \"\\\\varvdots\"); // \\vdots is a macro\n\ndefineSymbol(math, main, accent, \"\\u02ca\", \"\\\\acute\");\ndefineSymbol(math, main, accent, \"\\u02cb\", \"\\\\grave\");\ndefineSymbol(math, main, accent, \"\\u00a8\", \"\\\\ddot\");\ndefineSymbol(math, main, accent, \"\\u007e\", \"\\\\tilde\");\ndefineSymbol(math, main, accent, \"\\u02c9\", \"\\\\bar\");\ndefineSymbol(math, main, accent, \"\\u02d8\", \"\\\\breve\");\ndefineSymbol(math, main, accent, \"\\u02c7\", \"\\\\check\");\ndefineSymbol(math, main, accent, \"\\u005e\", \"\\\\hat\");\ndefineSymbol(math, main, accent, \"\\u20d7\", \"\\\\vec\");\ndefineSymbol(math, main, accent, \"\\u02d9\", \"\\\\dot\");\ndefineSymbol(math, main, accent, \"\\u02da\", \"\\\\mathring\"); // \\imath and \\jmath should be invariant to \\mathrm, \\mathbf, etc., so use PUA\n\ndefineSymbol(math, main, mathord, \"\\ue131\", \"\\\\@imath\");\ndefineSymbol(math, main, mathord, \"\\ue237\", \"\\\\@jmath\");\ndefineSymbol(math, main, textord, \"\\u0131\", \"\\u0131\");\ndefineSymbol(math, main, textord, \"\\u0237\", \"\\u0237\");\ndefineSymbol(text, main, textord, \"\\u0131\", \"\\\\i\", true);\ndefineSymbol(text, main, textord, \"\\u0237\", \"\\\\j\", true);\ndefineSymbol(text, main, textord, \"\\u00df\", \"\\\\ss\", true);\ndefineSymbol(text, main, textord, \"\\u00e6\", \"\\\\ae\", true);\ndefineSymbol(text, main, textord, \"\\u0153\", \"\\\\oe\", true);\ndefineSymbol(text, main, textord, \"\\u00f8\", \"\\\\o\", true);\ndefineSymbol(text, main, textord, \"\\u00c6\", \"\\\\AE\", true);\ndefineSymbol(text, main, textord, \"\\u0152\", \"\\\\OE\", true);\ndefineSymbol(text, main, textord, \"\\u00d8\", \"\\\\O\", true);\ndefineSymbol(text, main, accent, \"\\u02ca\", \"\\\\'\"); // acute\n\ndefineSymbol(text, main, accent, \"\\u02cb\", \"\\\\`\"); // grave\n\ndefineSymbol(text, main, accent, \"\\u02c6\", \"\\\\^\"); // circumflex\n\ndefineSymbol(text, main, accent, \"\\u02dc\", \"\\\\~\"); // tilde\n\ndefineSymbol(text, main, accent, \"\\u02c9\", \"\\\\=\"); // macron\n\ndefineSymbol(text, main, accent, \"\\u02d8\", \"\\\\u\"); // breve\n\ndefineSymbol(text, main, accent, \"\\u02d9\", \"\\\\.\"); // dot above\n\ndefineSymbol(text, main, accent, \"\\u00b8\", \"\\\\c\"); // cedilla\n\ndefineSymbol(text, main, accent, \"\\u02da\", \"\\\\r\"); // ring above\n\ndefineSymbol(text, main, accent, \"\\u02c7\", \"\\\\v\"); // caron\n\ndefineSymbol(text, main, accent, \"\\u00a8\", '\\\\\"'); // diaresis\n\ndefineSymbol(text, main, accent, \"\\u02dd\", \"\\\\H\"); // double acute\n\ndefineSymbol(text, main, accent, \"\\u25ef\", \"\\\\textcircled\"); // \\bigcirc glyph\n// These ligatures are detected and created in Parser.js's `formLigatures`.\n\nvar ligatures = {\n \"--\": true,\n \"---\": true,\n \"``\": true,\n \"''\": true\n};\ndefineSymbol(text, main, textord, \"\\u2013\", \"--\", true);\ndefineSymbol(text, main, textord, \"\\u2013\", \"\\\\textendash\");\ndefineSymbol(text, main, textord, \"\\u2014\", \"---\", true);\ndefineSymbol(text, main, textord, \"\\u2014\", \"\\\\textemdash\");\ndefineSymbol(text, main, textord, \"\\u2018\", \"`\", true);\ndefineSymbol(text, main, textord, \"\\u2018\", \"\\\\textquoteleft\");\ndefineSymbol(text, main, textord, \"\\u2019\", \"'\", true);\ndefineSymbol(text, main, textord, \"\\u2019\", \"\\\\textquoteright\");\ndefineSymbol(text, main, textord, \"\\u201c\", \"``\", true);\ndefineSymbol(text, main, textord, \"\\u201c\", \"\\\\textquotedblleft\");\ndefineSymbol(text, main, textord, \"\\u201d\", \"''\", true);\ndefineSymbol(text, main, textord, \"\\u201d\", \"\\\\textquotedblright\"); // \\degree from gensymb package\n\ndefineSymbol(math, main, textord, \"\\u00b0\", \"\\\\degree\", true);\ndefineSymbol(text, main, textord, \"\\u00b0\", \"\\\\degree\"); // \\textdegree from inputenc package\n\ndefineSymbol(text, main, textord, \"\\u00b0\", \"\\\\textdegree\", true); // TODO: In LaTeX, \\pounds can generate a different character in text and math\n// mode, but among our fonts, only Main-Regular defines this character \"163\".\n\ndefineSymbol(math, main, textord, \"\\u00a3\", \"\\\\pounds\");\ndefineSymbol(math, main, textord, \"\\u00a3\", \"\\\\mathsterling\", true);\ndefineSymbol(text, main, textord, \"\\u00a3\", \"\\\\pounds\");\ndefineSymbol(text, main, textord, \"\\u00a3\", \"\\\\textsterling\", true);\ndefineSymbol(math, ams, textord, \"\\u2720\", \"\\\\maltese\");\ndefineSymbol(text, ams, textord, \"\\u2720\", \"\\\\maltese\"); // There are lots of symbols which are the same, so we add them in afterwards.\n// All of these are textords in math mode\n\nvar mathTextSymbols = \"0123456789/@.\\\"\";\n\nfor (var i = 0; i < mathTextSymbols.length; i++) {\n var ch = mathTextSymbols.charAt(i);\n defineSymbol(math, main, textord, ch, ch);\n} // All of these are textords in text mode\n\n\nvar textSymbols = \"0123456789!@*()-=+\\\";:?/.,\";\n\nfor (var _i = 0; _i < textSymbols.length; _i++) {\n var _ch = textSymbols.charAt(_i);\n\n defineSymbol(text, main, textord, _ch, _ch);\n} // All of these are textords in text mode, and mathords in math mode\n\n\nvar letters = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\n\nfor (var _i2 = 0; _i2 < letters.length; _i2++) {\n var _ch2 = letters.charAt(_i2);\n\n defineSymbol(math, main, mathord, _ch2, _ch2);\n defineSymbol(text, main, textord, _ch2, _ch2);\n} // Blackboard bold and script letters in Unicode range\n\n\ndefineSymbol(math, ams, textord, \"C\", \"\\u2102\"); // blackboard bold\n\ndefineSymbol(text, ams, textord, \"C\", \"\\u2102\");\ndefineSymbol(math, ams, textord, \"H\", \"\\u210D\");\ndefineSymbol(text, ams, textord, \"H\", \"\\u210D\");\ndefineSymbol(math, ams, textord, \"N\", \"\\u2115\");\ndefineSymbol(text, ams, textord, \"N\", \"\\u2115\");\ndefineSymbol(math, ams, textord, \"P\", \"\\u2119\");\ndefineSymbol(text, ams, textord, \"P\", \"\\u2119\");\ndefineSymbol(math, ams, textord, \"Q\", \"\\u211A\");\ndefineSymbol(text, ams, textord, \"Q\", \"\\u211A\");\ndefineSymbol(math, ams, textord, \"R\", \"\\u211D\");\ndefineSymbol(text, ams, textord, \"R\", \"\\u211D\");\ndefineSymbol(math, ams, textord, \"Z\", \"\\u2124\");\ndefineSymbol(text, ams, textord, \"Z\", \"\\u2124\");\ndefineSymbol(math, main, mathord, \"h\", \"\\u210E\"); // italic h, Planck constant\n\ndefineSymbol(text, main, mathord, \"h\", \"\\u210E\"); // The next loop loads wide (surrogate pair) characters.\n// We support some letters in the Unicode range U+1D400 to U+1D7FF,\n// Mathematical Alphanumeric Symbols.\n// Some editors do not deal well with wide characters. So don't write the\n// string into this file. Instead, create the string from the surrogate pair.\n\nvar wideChar = \"\";\n\nfor (var _i3 = 0; _i3 < letters.length; _i3++) {\n var _ch3 = letters.charAt(_i3); // The hex numbers in the next line are a surrogate pair.\n // 0xD835 is the high surrogate for all letters in the range we support.\n // 0xDC00 is the low surrogate for bold A.\n\n\n wideChar = String.fromCharCode(0xD835, 0xDC00 + _i3); // A-Z a-z bold\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDC34 + _i3); // A-Z a-z italic\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDC68 + _i3); // A-Z a-z bold italic\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDD04 + _i3); // A-Z a-z Fractur\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDD6C + _i3); // A-Z a-z bold Fractur\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDDA0 + _i3); // A-Z a-z sans-serif\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDDD4 + _i3); // A-Z a-z sans bold\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDE08 + _i3); // A-Z a-z sans italic\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDE70 + _i3); // A-Z a-z monospace\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n\n if (_i3 < 26) {\n // KaTeX fonts have only capital letters for blackboard bold and script.\n // See exception for k below.\n wideChar = String.fromCharCode(0xD835, 0xDD38 + _i3); // A-Z double struck\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDC9C + _i3); // A-Z script\n\n defineSymbol(math, main, mathord, _ch3, wideChar);\n defineSymbol(text, main, textord, _ch3, wideChar);\n } // TODO: Add bold script when it is supported by a KaTeX font.\n\n} // \"k\" is the only double struck lower case letter in the KaTeX fonts.\n\n\nwideChar = String.fromCharCode(0xD835, 0xDD5C); // k double struck\n\ndefineSymbol(math, main, mathord, \"k\", wideChar);\ndefineSymbol(text, main, textord, \"k\", wideChar); // Next, some wide character numerals\n\nfor (var _i4 = 0; _i4 < 10; _i4++) {\n var _ch4 = _i4.toString();\n\n wideChar = String.fromCharCode(0xD835, 0xDFCE + _i4); // 0-9 bold\n\n defineSymbol(math, main, mathord, _ch4, wideChar);\n defineSymbol(text, main, textord, _ch4, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDFE2 + _i4); // 0-9 sans serif\n\n defineSymbol(math, main, mathord, _ch4, wideChar);\n defineSymbol(text, main, textord, _ch4, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDFEC + _i4); // 0-9 bold sans\n\n defineSymbol(math, main, mathord, _ch4, wideChar);\n defineSymbol(text, main, textord, _ch4, wideChar);\n wideChar = String.fromCharCode(0xD835, 0xDFF6 + _i4); // 0-9 monospace\n\n defineSymbol(math, main, mathord, _ch4, wideChar);\n defineSymbol(text, main, textord, _ch4, wideChar);\n} // We add these Latin-1 letters as symbols for backwards-compatibility,\n// but they are not actually in the font, nor are they supported by the\n// Unicode accent mechanism, so they fall back to Times font and look ugly.\n// TODO(edemaine): Fix this.\n\n\nvar extraLatin = \"\\u00d0\\u00de\\u00fe\";\n\nfor (var _i5 = 0; _i5 < extraLatin.length; _i5++) {\n var _ch5 = extraLatin.charAt(_i5);\n\n defineSymbol(math, main, mathord, _ch5, _ch5);\n defineSymbol(text, main, textord, _ch5, _ch5);\n}\n\n/**\n * This file provides support for Unicode range U+1D400 to U+1D7FF,\n * Mathematical Alphanumeric Symbols.\n *\n * Function wideCharacterFont takes a wide character as input and returns\n * the font information necessary to render it properly.\n */\n/**\n * Data below is from https://www.unicode.org/charts/PDF/U1D400.pdf\n * That document sorts characters into groups by font type, say bold or italic.\n *\n * In the arrays below, each subarray consists three elements:\n * * The CSS class of that group when in math mode.\n * * The CSS class of that group when in text mode.\n * * The font name, so that KaTeX can get font metrics.\n */\n\nvar wideLatinLetterData = [[\"mathbf\", \"textbf\", \"Main-Bold\"], // A-Z bold upright\n[\"mathbf\", \"textbf\", \"Main-Bold\"], // a-z bold upright\n[\"mathnormal\", \"textit\", \"Math-Italic\"], // A-Z italic\n[\"mathnormal\", \"textit\", \"Math-Italic\"], // a-z italic\n[\"boldsymbol\", \"boldsymbol\", \"Main-BoldItalic\"], // A-Z bold italic\n[\"boldsymbol\", \"boldsymbol\", \"Main-BoldItalic\"], // a-z bold italic\n// Map fancy A-Z letters to script, not calligraphic.\n// This aligns with unicode-math and math fonts (except Cambria Math).\n[\"mathscr\", \"textscr\", \"Script-Regular\"], // A-Z script\n[\"\", \"\", \"\"], // a-z script. No font\n[\"\", \"\", \"\"], // A-Z bold script. No font\n[\"\", \"\", \"\"], // a-z bold script. No font\n[\"mathfrak\", \"textfrak\", \"Fraktur-Regular\"], // A-Z Fraktur\n[\"mathfrak\", \"textfrak\", \"Fraktur-Regular\"], // a-z Fraktur\n[\"mathbb\", \"textbb\", \"AMS-Regular\"], // A-Z double-struck\n[\"mathbb\", \"textbb\", \"AMS-Regular\"], // k double-struck\n// Note that we are using a bold font, but font metrics for regular Fraktur.\n[\"mathboldfrak\", \"textboldfrak\", \"Fraktur-Regular\"], // A-Z bold Fraktur\n[\"mathboldfrak\", \"textboldfrak\", \"Fraktur-Regular\"], // a-z bold Fraktur\n[\"mathsf\", \"textsf\", \"SansSerif-Regular\"], // A-Z sans-serif\n[\"mathsf\", \"textsf\", \"SansSerif-Regular\"], // a-z sans-serif\n[\"mathboldsf\", \"textboldsf\", \"SansSerif-Bold\"], // A-Z bold sans-serif\n[\"mathboldsf\", \"textboldsf\", \"SansSerif-Bold\"], // a-z bold sans-serif\n[\"mathitsf\", \"textitsf\", \"SansSerif-Italic\"], // A-Z italic sans-serif\n[\"mathitsf\", \"textitsf\", \"SansSerif-Italic\"], // a-z italic sans-serif\n[\"\", \"\", \"\"], // A-Z bold italic sans. No font\n[\"\", \"\", \"\"], // a-z bold italic sans. No font\n[\"mathtt\", \"texttt\", \"Typewriter-Regular\"], // A-Z monospace\n[\"mathtt\", \"texttt\", \"Typewriter-Regular\"] // a-z monospace\n];\nvar wideNumeralData = [[\"mathbf\", \"textbf\", \"Main-Bold\"], // 0-9 bold\n[\"\", \"\", \"\"], // 0-9 double-struck. No KaTeX font.\n[\"mathsf\", \"textsf\", \"SansSerif-Regular\"], // 0-9 sans-serif\n[\"mathboldsf\", \"textboldsf\", \"SansSerif-Bold\"], // 0-9 bold sans-serif\n[\"mathtt\", \"texttt\", \"Typewriter-Regular\"] // 0-9 monospace\n];\nvar wideCharacterFont = function wideCharacterFont(wideChar, mode) {\n // IE doesn't support codePointAt(). So work with the surrogate pair.\n var H = wideChar.charCodeAt(0); // high surrogate\n\n var L = wideChar.charCodeAt(1); // low surrogate\n\n var codePoint = (H - 0xD800) * 0x400 + (L - 0xDC00) + 0x10000;\n var j = mode === \"math\" ? 0 : 1; // column index for CSS class.\n\n if (0x1D400 <= codePoint && codePoint < 0x1D6A4) {\n // wideLatinLetterData contains exactly 26 chars on each row.\n // So we can calculate the relevant row. No traverse necessary.\n var i = Math.floor((codePoint - 0x1D400) / 26);\n return [wideLatinLetterData[i][2], wideLatinLetterData[i][j]];\n } else if (0x1D7CE <= codePoint && codePoint <= 0x1D7FF) {\n // Numerals, ten per row.\n var _i = Math.floor((codePoint - 0x1D7CE) / 10);\n\n return [wideNumeralData[_i][2], wideNumeralData[_i][j]];\n } else if (codePoint === 0x1D6A5 || codePoint === 0x1D6A6) {\n // dotless i or j\n return [wideLatinLetterData[0][2], wideLatinLetterData[0][j]];\n } else if (0x1D6A6 < codePoint && codePoint < 0x1D7CE) {\n // Greek letters. Not supported, yet.\n return [\"\", \"\"];\n } else {\n // We don't support any wide characters outside 1D400–1D7FF.\n throw new ParseError(\"Unsupported character: \" + wideChar);\n }\n};\n\n/* eslint no-console:0 */\n\n/**\n * Looks up the given symbol in fontMetrics, after applying any symbol\n * replacements defined in symbol.js\n */\nvar lookupSymbol = function lookupSymbol(value, // TODO(#963): Use a union type for this.\nfontName, mode) {\n // Replace the value with its replaced value from symbol.js\n if (symbols[mode][value] && symbols[mode][value].replace) {\n value = symbols[mode][value].replace;\n }\n\n return {\n value: value,\n metrics: getCharacterMetrics(value, fontName, mode)\n };\n};\n/**\n * Makes a symbolNode after translation via the list of symbols in symbols.js.\n * Correctly pulls out metrics for the character, and optionally takes a list of\n * classes to be attached to the node.\n *\n * TODO: make argument order closer to makeSpan\n * TODO: add a separate argument for math class (e.g. `mop`, `mbin`), which\n * should if present come first in `classes`.\n * TODO(#953): Make `options` mandatory and always pass it in.\n */\n\n\nvar makeSymbol = function makeSymbol(value, fontName, mode, options, classes) {\n var lookup = lookupSymbol(value, fontName, mode);\n var metrics = lookup.metrics;\n value = lookup.value;\n var symbolNode;\n\n if (metrics) {\n var italic = metrics.italic;\n\n if (mode === \"text\" || options && options.font === \"mathit\") {\n italic = 0;\n }\n\n symbolNode = new SymbolNode(value, metrics.height, metrics.depth, italic, metrics.skew, metrics.width, classes);\n } else {\n // TODO(emily): Figure out a good way to only print this in development\n typeof console !== \"undefined\" && console.warn(\"No character metrics \" + (\"for '\" + value + \"' in style '\" + fontName + \"' and mode '\" + mode + \"'\"));\n symbolNode = new SymbolNode(value, 0, 0, 0, 0, 0, classes);\n }\n\n if (options) {\n symbolNode.maxFontSize = options.sizeMultiplier;\n\n if (options.style.isTight()) {\n symbolNode.classes.push(\"mtight\");\n }\n\n var color = options.getColor();\n\n if (color) {\n symbolNode.style.color = color;\n }\n }\n\n return symbolNode;\n};\n/**\n * Makes a symbol in Main-Regular or AMS-Regular.\n * Used for rel, bin, open, close, inner, and punct.\n */\n\n\nvar mathsym = function mathsym(value, mode, options, classes) {\n if (classes === void 0) {\n classes = [];\n }\n\n // Decide what font to render the symbol in by its entry in the symbols\n // table.\n // Have a special case for when the value = \\ because the \\ is used as a\n // textord in unsupported command errors but cannot be parsed as a regular\n // text ordinal and is therefore not present as a symbol in the symbols\n // table for text, as well as a special case for boldsymbol because it\n // can be used for bold + and -\n if (options.font === \"boldsymbol\" && lookupSymbol(value, \"Main-Bold\", mode).metrics) {\n return makeSymbol(value, \"Main-Bold\", mode, options, classes.concat([\"mathbf\"]));\n } else if (value === \"\\\\\" || symbols[mode][value].font === \"main\") {\n return makeSymbol(value, \"Main-Regular\", mode, options, classes);\n } else {\n return makeSymbol(value, \"AMS-Regular\", mode, options, classes.concat([\"amsrm\"]));\n }\n};\n/**\n * Determines which of the two font names (Main-Bold and Math-BoldItalic) and\n * corresponding style tags (mathbf or boldsymbol) to use for font \"boldsymbol\",\n * depending on the symbol. Use this function instead of fontMap for font\n * \"boldsymbol\".\n */\n\n\nvar boldsymbol = function boldsymbol(value, mode, options, classes, type) {\n if (type !== \"textord\" && lookupSymbol(value, \"Math-BoldItalic\", mode).metrics) {\n return {\n fontName: \"Math-BoldItalic\",\n fontClass: \"boldsymbol\"\n };\n } else {\n // Some glyphs do not exist in Math-BoldItalic so we need to use\n // Main-Bold instead.\n return {\n fontName: \"Main-Bold\",\n fontClass: \"mathbf\"\n };\n }\n};\n/**\n * Makes either a mathord or textord in the correct font and color.\n */\n\n\nvar makeOrd = function makeOrd(group, options, type) {\n var mode = group.mode;\n var text = group.text;\n var classes = [\"mord\"]; // Math mode or Old font (i.e. \\rm)\n\n var isFont = mode === \"math\" || mode === \"text\" && options.font;\n var fontOrFamily = isFont ? options.font : options.fontFamily;\n var wideFontName = \"\";\n var wideFontClass = \"\";\n\n if (text.charCodeAt(0) === 0xD835) {\n [wideFontName, wideFontClass] = wideCharacterFont(text, mode);\n }\n\n if (wideFontName.length > 0) {\n // surrogate pairs get special treatment\n return makeSymbol(text, wideFontName, mode, options, classes.concat(wideFontClass));\n } else if (fontOrFamily) {\n var fontName;\n var fontClasses;\n\n if (fontOrFamily === \"boldsymbol\") {\n var fontData = boldsymbol(text, mode, options, classes, type);\n fontName = fontData.fontName;\n fontClasses = [fontData.fontClass];\n } else if (isFont) {\n fontName = fontMap[fontOrFamily].fontName;\n fontClasses = [fontOrFamily];\n } else {\n fontName = retrieveTextFontName(fontOrFamily, options.fontWeight, options.fontShape);\n fontClasses = [fontOrFamily, options.fontWeight, options.fontShape];\n }\n\n if (lookupSymbol(text, fontName, mode).metrics) {\n return makeSymbol(text, fontName, mode, options, classes.concat(fontClasses));\n } else if (ligatures.hasOwnProperty(text) && fontName.slice(0, 10) === \"Typewriter\") {\n // Deconstruct ligatures in monospace fonts (\\texttt, \\tt).\n var parts = [];\n\n for (var i = 0; i < text.length; i++) {\n parts.push(makeSymbol(text[i], fontName, mode, options, classes.concat(fontClasses)));\n }\n\n return makeFragment(parts);\n }\n } // Makes a symbol in the default font for mathords and textords.\n\n\n if (type === \"mathord\") {\n return makeSymbol(text, \"Math-Italic\", mode, options, classes.concat([\"mathnormal\"]));\n } else if (type === \"textord\") {\n var font = symbols[mode][text] && symbols[mode][text].font;\n\n if (font === \"ams\") {\n var _fontName = retrieveTextFontName(\"amsrm\", options.fontWeight, options.fontShape);\n\n return makeSymbol(text, _fontName, mode, options, classes.concat(\"amsrm\", options.fontWeight, options.fontShape));\n } else if (font === \"main\" || !font) {\n var _fontName2 = retrieveTextFontName(\"textrm\", options.fontWeight, options.fontShape);\n\n return makeSymbol(text, _fontName2, mode, options, classes.concat(options.fontWeight, options.fontShape));\n } else {\n // fonts added by plugins\n var _fontName3 = retrieveTextFontName(font, options.fontWeight, options.fontShape); // We add font name as a css class\n\n\n return makeSymbol(text, _fontName3, mode, options, classes.concat(_fontName3, options.fontWeight, options.fontShape));\n }\n } else {\n throw new Error(\"unexpected type: \" + type + \" in makeOrd\");\n }\n};\n/**\n * Returns true if subsequent symbolNodes have the same classes, skew, maxFont,\n * and styles.\n */\n\n\nvar canCombine = (prev, next) => {\n if (createClass(prev.classes) !== createClass(next.classes) || prev.skew !== next.skew || prev.maxFontSize !== next.maxFontSize) {\n return false;\n } // If prev and next both are just \"mbin\"s or \"mord\"s we don't combine them\n // so that the proper spacing can be preserved.\n\n\n if (prev.classes.length === 1) {\n var cls = prev.classes[0];\n\n if (cls === \"mbin\" || cls === \"mord\") {\n return false;\n }\n }\n\n for (var style in prev.style) {\n if (prev.style.hasOwnProperty(style) && prev.style[style] !== next.style[style]) {\n return false;\n }\n }\n\n for (var _style in next.style) {\n if (next.style.hasOwnProperty(_style) && prev.style[_style] !== next.style[_style]) {\n return false;\n }\n }\n\n return true;\n};\n/**\n * Combine consecutive domTree.symbolNodes into a single symbolNode.\n * Note: this function mutates the argument.\n */\n\n\nvar tryCombineChars = chars => {\n for (var i = 0; i < chars.length - 1; i++) {\n var prev = chars[i];\n var next = chars[i + 1];\n\n if (prev instanceof SymbolNode && next instanceof SymbolNode && canCombine(prev, next)) {\n prev.text += next.text;\n prev.height = Math.max(prev.height, next.height);\n prev.depth = Math.max(prev.depth, next.depth); // Use the last character's italic correction since we use\n // it to add padding to the right of the span created from\n // the combined characters.\n\n prev.italic = next.italic;\n chars.splice(i + 1, 1);\n i--;\n }\n }\n\n return chars;\n};\n/**\n * Calculate the height, depth, and maxFontSize of an element based on its\n * children.\n */\n\n\nvar sizeElementFromChildren = function sizeElementFromChildren(elem) {\n var height = 0;\n var depth = 0;\n var maxFontSize = 0;\n\n for (var i = 0; i < elem.children.length; i++) {\n var child = elem.children[i];\n\n if (child.height > height) {\n height = child.height;\n }\n\n if (child.depth > depth) {\n depth = child.depth;\n }\n\n if (child.maxFontSize > maxFontSize) {\n maxFontSize = child.maxFontSize;\n }\n }\n\n elem.height = height;\n elem.depth = depth;\n elem.maxFontSize = maxFontSize;\n};\n/**\n * Makes a span with the given list of classes, list of children, and options.\n *\n * TODO(#953): Ensure that `options` is always provided (currently some call\n * sites don't pass it) and make the type below mandatory.\n * TODO: add a separate argument for math class (e.g. `mop`, `mbin`), which\n * should if present come first in `classes`.\n */\n\n\nvar makeSpan$2 = function makeSpan(classes, children, options, style) {\n var span = new Span(classes, children, options, style);\n sizeElementFromChildren(span);\n return span;\n}; // SVG one is simpler -- doesn't require height, depth, max-font setting.\n// This is also a separate method for typesafety.\n\n\nvar makeSvgSpan = (classes, children, options, style) => new Span(classes, children, options, style);\n\nvar makeLineSpan = function makeLineSpan(className, options, thickness) {\n var line = makeSpan$2([className], [], options);\n line.height = Math.max(thickness || options.fontMetrics().defaultRuleThickness, options.minRuleThickness);\n line.style.borderBottomWidth = makeEm(line.height);\n line.maxFontSize = 1.0;\n return line;\n};\n/**\n * Makes an anchor with the given href, list of classes, list of children,\n * and options.\n */\n\n\nvar makeAnchor = function makeAnchor(href, classes, children, options) {\n var anchor = new Anchor(href, classes, children, options);\n sizeElementFromChildren(anchor);\n return anchor;\n};\n/**\n * Makes a document fragment with the given list of children.\n */\n\n\nvar makeFragment = function makeFragment(children) {\n var fragment = new DocumentFragment(children);\n sizeElementFromChildren(fragment);\n return fragment;\n};\n/**\n * Wraps group in a span if it's a document fragment, allowing to apply classes\n * and styles\n */\n\n\nvar wrapFragment = function wrapFragment(group, options) {\n if (group instanceof DocumentFragment) {\n return makeSpan$2([], [group], options);\n }\n\n return group;\n}; // These are exact object types to catch typos in the names of the optional fields.\n\n\n// Computes the updated `children` list and the overall depth.\n//\n// This helper function for makeVList makes it easier to enforce type safety by\n// allowing early exits (returns) in the logic.\nvar getVListChildrenAndDepth = function getVListChildrenAndDepth(params) {\n if (params.positionType === \"individualShift\") {\n var oldChildren = params.children;\n var children = [oldChildren[0]]; // Add in kerns to the list of params.children to get each element to be\n // shifted to the correct specified shift\n\n var _depth = -oldChildren[0].shift - oldChildren[0].elem.depth;\n\n var currPos = _depth;\n\n for (var i = 1; i < oldChildren.length; i++) {\n var diff = -oldChildren[i].shift - currPos - oldChildren[i].elem.depth;\n var size = diff - (oldChildren[i - 1].elem.height + oldChildren[i - 1].elem.depth);\n currPos = currPos + diff;\n children.push({\n type: \"kern\",\n size\n });\n children.push(oldChildren[i]);\n }\n\n return {\n children,\n depth: _depth\n };\n }\n\n var depth;\n\n if (params.positionType === \"top\") {\n // We always start at the bottom, so calculate the bottom by adding up\n // all the sizes\n var bottom = params.positionData;\n\n for (var _i = 0; _i < params.children.length; _i++) {\n var child = params.children[_i];\n bottom -= child.type === \"kern\" ? child.size : child.elem.height + child.elem.depth;\n }\n\n depth = bottom;\n } else if (params.positionType === \"bottom\") {\n depth = -params.positionData;\n } else {\n var firstChild = params.children[0];\n\n if (firstChild.type !== \"elem\") {\n throw new Error('First child must have type \"elem\".');\n }\n\n if (params.positionType === \"shift\") {\n depth = -firstChild.elem.depth - params.positionData;\n } else if (params.positionType === \"firstBaseline\") {\n depth = -firstChild.elem.depth;\n } else {\n throw new Error(\"Invalid positionType \" + params.positionType + \".\");\n }\n }\n\n return {\n children: params.children,\n depth\n };\n};\n/**\n * Makes a vertical list by stacking elements and kerns on top of each other.\n * Allows for many different ways of specifying the positioning method.\n *\n * See VListParam documentation above.\n */\n\n\nvar makeVList = function makeVList(params, options) {\n var {\n children,\n depth\n } = getVListChildrenAndDepth(params); // Create a strut that is taller than any list item. The strut is added to\n // each item, where it will determine the item's baseline. Since it has\n // `overflow:hidden`, the strut's top edge will sit on the item's line box's\n // top edge and the strut's bottom edge will sit on the item's baseline,\n // with no additional line-height spacing. This allows the item baseline to\n // be positioned precisely without worrying about font ascent and\n // line-height.\n\n var pstrutSize = 0;\n\n for (var i = 0; i < children.length; i++) {\n var child = children[i];\n\n if (child.type === \"elem\") {\n var elem = child.elem;\n pstrutSize = Math.max(pstrutSize, elem.maxFontSize, elem.height);\n }\n }\n\n pstrutSize += 2;\n var pstrut = makeSpan$2([\"pstrut\"], []);\n pstrut.style.height = makeEm(pstrutSize); // Create a new list of actual children at the correct offsets\n\n var realChildren = [];\n var minPos = depth;\n var maxPos = depth;\n var currPos = depth;\n\n for (var _i2 = 0; _i2 < children.length; _i2++) {\n var _child = children[_i2];\n\n if (_child.type === \"kern\") {\n currPos += _child.size;\n } else {\n var _elem = _child.elem;\n var classes = _child.wrapperClasses || [];\n var style = _child.wrapperStyle || {};\n var childWrap = makeSpan$2(classes, [pstrut, _elem], undefined, style);\n childWrap.style.top = makeEm(-pstrutSize - currPos - _elem.depth);\n\n if (_child.marginLeft) {\n childWrap.style.marginLeft = _child.marginLeft;\n }\n\n if (_child.marginRight) {\n childWrap.style.marginRight = _child.marginRight;\n }\n\n realChildren.push(childWrap);\n currPos += _elem.height + _elem.depth;\n }\n\n minPos = Math.min(minPos, currPos);\n maxPos = Math.max(maxPos, currPos);\n } // The vlist contents go in a table-cell with `vertical-align:bottom`.\n // This cell's bottom edge will determine the containing table's baseline\n // without overly expanding the containing line-box.\n\n\n var vlist = makeSpan$2([\"vlist\"], realChildren);\n vlist.style.height = makeEm(maxPos); // A second row is used if necessary to represent the vlist's depth.\n\n var rows;\n\n if (minPos < 0) {\n // We will define depth in an empty span with display: table-cell.\n // It should render with the height that we define. But Chrome, in\n // contenteditable mode only, treats that span as if it contains some\n // text content. And that min-height over-rides our desired height.\n // So we put another empty span inside the depth strut span.\n var emptySpan = makeSpan$2([], []);\n var depthStrut = makeSpan$2([\"vlist\"], [emptySpan]);\n depthStrut.style.height = makeEm(-minPos); // Safari wants the first row to have inline content; otherwise it\n // puts the bottom of the *second* row on the baseline.\n\n var topStrut = makeSpan$2([\"vlist-s\"], [new SymbolNode(\"\\u200b\")]);\n rows = [makeSpan$2([\"vlist-r\"], [vlist, topStrut]), makeSpan$2([\"vlist-r\"], [depthStrut])];\n } else {\n rows = [makeSpan$2([\"vlist-r\"], [vlist])];\n }\n\n var vtable = makeSpan$2([\"vlist-t\"], rows);\n\n if (rows.length === 2) {\n vtable.classes.push(\"vlist-t2\");\n }\n\n vtable.height = maxPos;\n vtable.depth = -minPos;\n return vtable;\n}; // Glue is a concept from TeX which is a flexible space between elements in\n// either a vertical or horizontal list. In KaTeX, at least for now, it's\n// static space between elements in a horizontal layout.\n\n\nvar makeGlue = (measurement, options) => {\n // Make an empty span for the space\n var rule = makeSpan$2([\"mspace\"], [], options);\n var size = calculateSize(measurement, options);\n rule.style.marginRight = makeEm(size);\n return rule;\n}; // Takes font options, and returns the appropriate fontLookup name\n\n\nvar retrieveTextFontName = function retrieveTextFontName(fontFamily, fontWeight, fontShape) {\n var baseFontName = \"\";\n\n switch (fontFamily) {\n case \"amsrm\":\n baseFontName = \"AMS\";\n break;\n\n case \"textrm\":\n baseFontName = \"Main\";\n break;\n\n case \"textsf\":\n baseFontName = \"SansSerif\";\n break;\n\n case \"texttt\":\n baseFontName = \"Typewriter\";\n break;\n\n default:\n baseFontName = fontFamily;\n // use fonts added by a plugin\n }\n\n var fontStylesName;\n\n if (fontWeight === \"textbf\" && fontShape === \"textit\") {\n fontStylesName = \"BoldItalic\";\n } else if (fontWeight === \"textbf\") {\n fontStylesName = \"Bold\";\n } else if (fontWeight === \"textit\") {\n fontStylesName = \"Italic\";\n } else {\n fontStylesName = \"Regular\";\n }\n\n return baseFontName + \"-\" + fontStylesName;\n};\n/**\n * Maps TeX font commands to objects containing:\n * - variant: string used for \"mathvariant\" attribute in buildMathML.js\n * - fontName: the \"style\" parameter to fontMetrics.getCharacterMetrics\n */\n// A map between tex font commands an MathML mathvariant attribute values\n\n\nvar fontMap = {\n // styles\n \"mathbf\": {\n variant: \"bold\",\n fontName: \"Main-Bold\"\n },\n \"mathrm\": {\n variant: \"normal\",\n fontName: \"Main-Regular\"\n },\n \"textit\": {\n variant: \"italic\",\n fontName: \"Main-Italic\"\n },\n \"mathit\": {\n variant: \"italic\",\n fontName: \"Main-Italic\"\n },\n \"mathnormal\": {\n variant: \"italic\",\n fontName: \"Math-Italic\"\n },\n // \"boldsymbol\" is missing because they require the use of multiple fonts:\n // Math-BoldItalic and Main-Bold. This is handled by a special case in\n // makeOrd which ends up calling boldsymbol.\n // families\n \"mathbb\": {\n variant: \"double-struck\",\n fontName: \"AMS-Regular\"\n },\n \"mathcal\": {\n variant: \"script\",\n fontName: \"Caligraphic-Regular\"\n },\n \"mathfrak\": {\n variant: \"fraktur\",\n fontName: \"Fraktur-Regular\"\n },\n \"mathscr\": {\n variant: \"script\",\n fontName: \"Script-Regular\"\n },\n \"mathsf\": {\n variant: \"sans-serif\",\n fontName: \"SansSerif-Regular\"\n },\n \"mathtt\": {\n variant: \"monospace\",\n fontName: \"Typewriter-Regular\"\n }\n};\nvar svgData = {\n // path, width, height\n vec: [\"vec\", 0.471, 0.714],\n // values from the font glyph\n oiintSize1: [\"oiintSize1\", 0.957, 0.499],\n // oval to overlay the integrand\n oiintSize2: [\"oiintSize2\", 1.472, 0.659],\n oiiintSize1: [\"oiiintSize1\", 1.304, 0.499],\n oiiintSize2: [\"oiiintSize2\", 1.98, 0.659]\n};\n\nvar staticSvg = function staticSvg(value, options) {\n // Create a span with inline SVG for the element.\n var [pathName, width, height] = svgData[value];\n var path = new PathNode(pathName);\n var svgNode = new SvgNode([path], {\n \"width\": makeEm(width),\n \"height\": makeEm(height),\n // Override CSS rule `.katex svg { width: 100% }`\n \"style\": \"width:\" + makeEm(width),\n \"viewBox\": \"0 0 \" + 1000 * width + \" \" + 1000 * height,\n \"preserveAspectRatio\": \"xMinYMin\"\n });\n var span = makeSvgSpan([\"overlay\"], [svgNode], options);\n span.height = height;\n span.style.height = makeEm(height);\n span.style.width = makeEm(width);\n return span;\n};\n\nvar buildCommon = {\n fontMap,\n makeSymbol,\n mathsym,\n makeSpan: makeSpan$2,\n makeSvgSpan,\n makeLineSpan,\n makeAnchor,\n makeFragment,\n wrapFragment,\n makeVList,\n makeOrd,\n makeGlue,\n staticSvg,\n svgData,\n tryCombineChars\n};\n\n/**\n * Describes spaces between different classes of atoms.\n */\nvar thinspace = {\n number: 3,\n unit: \"mu\"\n};\nvar mediumspace = {\n number: 4,\n unit: \"mu\"\n};\nvar thickspace = {\n number: 5,\n unit: \"mu\"\n}; // Making the type below exact with all optional fields doesn't work due to\n// - https://github.com/facebook/flow/issues/4582\n// - https://github.com/facebook/flow/issues/5688\n// However, since *all* fields are optional, $Shape<> works as suggested in 5688\n// above.\n\n// Spacing relationships for display and text styles\nvar spacings = {\n mord: {\n mop: thinspace,\n mbin: mediumspace,\n mrel: thickspace,\n minner: thinspace\n },\n mop: {\n mord: thinspace,\n mop: thinspace,\n mrel: thickspace,\n minner: thinspace\n },\n mbin: {\n mord: mediumspace,\n mop: mediumspace,\n mopen: mediumspace,\n minner: mediumspace\n },\n mrel: {\n mord: thickspace,\n mop: thickspace,\n mopen: thickspace,\n minner: thickspace\n },\n mopen: {},\n mclose: {\n mop: thinspace,\n mbin: mediumspace,\n mrel: thickspace,\n minner: thinspace\n },\n mpunct: {\n mord: thinspace,\n mop: thinspace,\n mrel: thickspace,\n mopen: thinspace,\n mclose: thinspace,\n mpunct: thinspace,\n minner: thinspace\n },\n minner: {\n mord: thinspace,\n mop: thinspace,\n mbin: mediumspace,\n mrel: thickspace,\n mopen: thinspace,\n mpunct: thinspace,\n minner: thinspace\n }\n}; // Spacing relationships for script and scriptscript styles\n\nvar tightSpacings = {\n mord: {\n mop: thinspace\n },\n mop: {\n mord: thinspace,\n mop: thinspace\n },\n mbin: {},\n mrel: {},\n mopen: {},\n mclose: {\n mop: thinspace\n },\n mpunct: {},\n minner: {\n mop: thinspace\n }\n};\n\n/** Context provided to function handlers for error messages. */\n// Note: reverse the order of the return type union will cause a flow error.\n// See https://github.com/facebook/flow/issues/3663.\n// More general version of `HtmlBuilder` for nodes (e.g. \\sum, accent types)\n// whose presence impacts super/subscripting. In this case, ParseNode<\"supsub\">\n// delegates its HTML building to the HtmlBuilder corresponding to these nodes.\n\n/**\n * Final function spec for use at parse time.\n * This is almost identical to `FunctionPropSpec`, except it\n * 1. includes the function handler, and\n * 2. requires all arguments except argTypes.\n * It is generated by `defineFunction()` below.\n */\n\n/**\n * All registered functions.\n * `functions.js` just exports this same dictionary again and makes it public.\n * `Parser.js` requires this dictionary.\n */\nvar _functions = {};\n/**\n * All HTML builders. Should be only used in the `define*` and the `build*ML`\n * functions.\n */\n\nvar _htmlGroupBuilders = {};\n/**\n * All MathML builders. Should be only used in the `define*` and the `build*ML`\n * functions.\n */\n\nvar _mathmlGroupBuilders = {};\nfunction defineFunction(_ref) {\n var {\n type,\n names,\n props,\n handler,\n htmlBuilder,\n mathmlBuilder\n } = _ref;\n // Set default values of functions\n var data = {\n type,\n numArgs: props.numArgs,\n argTypes: props.argTypes,\n allowedInArgument: !!props.allowedInArgument,\n allowedInText: !!props.allowedInText,\n allowedInMath: props.allowedInMath === undefined ? true : props.allowedInMath,\n numOptionalArgs: props.numOptionalArgs || 0,\n infix: !!props.infix,\n primitive: !!props.primitive,\n handler: handler\n };\n\n for (var i = 0; i < names.length; ++i) {\n _functions[names[i]] = data;\n }\n\n if (type) {\n if (htmlBuilder) {\n _htmlGroupBuilders[type] = htmlBuilder;\n }\n\n if (mathmlBuilder) {\n _mathmlGroupBuilders[type] = mathmlBuilder;\n }\n }\n}\n/**\n * Use this to register only the HTML and MathML builders for a function (e.g.\n * if the function's ParseNode is generated in Parser.js rather than via a\n * stand-alone handler provided to `defineFunction`).\n */\n\nfunction defineFunctionBuilders(_ref2) {\n var {\n type,\n htmlBuilder,\n mathmlBuilder\n } = _ref2;\n defineFunction({\n type,\n names: [],\n props: {\n numArgs: 0\n },\n\n handler() {\n throw new Error('Should never be called.');\n },\n\n htmlBuilder,\n mathmlBuilder\n });\n}\nvar normalizeArgument = function normalizeArgument(arg) {\n return arg.type === \"ordgroup\" && arg.body.length === 1 ? arg.body[0] : arg;\n}; // Since the corresponding buildHTML/buildMathML function expects a\n// list of elements, we normalize for different kinds of arguments\n\nvar ordargument = function ordargument(arg) {\n return arg.type === \"ordgroup\" ? arg.body : [arg];\n};\n\n/**\n * This file does the main work of building a domTree structure from a parse\n * tree. The entry point is the `buildHTML` function, which takes a parse tree.\n * Then, the buildExpression, buildGroup, and various groupBuilders functions\n * are called, to produce a final HTML tree.\n */\nvar makeSpan$1 = buildCommon.makeSpan; // Binary atoms (first class `mbin`) change into ordinary atoms (`mord`)\n// depending on their surroundings. See TeXbook pg. 442-446, Rules 5 and 6,\n// and the text before Rule 19.\n\nvar binLeftCanceller = [\"leftmost\", \"mbin\", \"mopen\", \"mrel\", \"mop\", \"mpunct\"];\nvar binRightCanceller = [\"rightmost\", \"mrel\", \"mclose\", \"mpunct\"];\nvar styleMap$1 = {\n \"display\": Style$1.DISPLAY,\n \"text\": Style$1.TEXT,\n \"script\": Style$1.SCRIPT,\n \"scriptscript\": Style$1.SCRIPTSCRIPT\n};\nvar DomEnum = {\n mord: \"mord\",\n mop: \"mop\",\n mbin: \"mbin\",\n mrel: \"mrel\",\n mopen: \"mopen\",\n mclose: \"mclose\",\n mpunct: \"mpunct\",\n minner: \"minner\"\n};\n\n/**\n * Take a list of nodes, build them in order, and return a list of the built\n * nodes. documentFragments are flattened into their contents, so the\n * returned list contains no fragments. `isRealGroup` is true if `expression`\n * is a real group (no atoms will be added on either side), as opposed to\n * a partial group (e.g. one created by \\color). `surrounding` is an array\n * consisting type of nodes that will be added to the left and right.\n */\nvar buildExpression$1 = function buildExpression(expression, options, isRealGroup, surrounding) {\n if (surrounding === void 0) {\n surrounding = [null, null];\n }\n\n // Parse expressions into `groups`.\n var groups = [];\n\n for (var i = 0; i < expression.length; i++) {\n var output = buildGroup$1(expression[i], options);\n\n if (output instanceof DocumentFragment) {\n var children = output.children;\n groups.push(...children);\n } else {\n groups.push(output);\n }\n } // Combine consecutive domTree.symbolNodes into a single symbolNode.\n\n\n buildCommon.tryCombineChars(groups); // If `expression` is a partial group, let the parent handle spacings\n // to avoid processing groups multiple times.\n\n if (!isRealGroup) {\n return groups;\n }\n\n var glueOptions = options;\n\n if (expression.length === 1) {\n var node = expression[0];\n\n if (node.type === \"sizing\") {\n glueOptions = options.havingSize(node.size);\n } else if (node.type === \"styling\") {\n glueOptions = options.havingStyle(styleMap$1[node.style]);\n }\n } // Dummy spans for determining spacings between surrounding atoms.\n // If `expression` has no atoms on the left or right, class \"leftmost\"\n // or \"rightmost\", respectively, is used to indicate it.\n\n\n var dummyPrev = makeSpan$1([surrounding[0] || \"leftmost\"], [], options);\n var dummyNext = makeSpan$1([surrounding[1] || \"rightmost\"], [], options); // TODO: These code assumes that a node's math class is the first element\n // of its `classes` array. A later cleanup should ensure this, for\n // instance by changing the signature of `makeSpan`.\n // Before determining what spaces to insert, perform bin cancellation.\n // Binary operators change to ordinary symbols in some contexts.\n\n var isRoot = isRealGroup === \"root\";\n traverseNonSpaceNodes(groups, (node, prev) => {\n var prevType = prev.classes[0];\n var type = node.classes[0];\n\n if (prevType === \"mbin\" && utils.contains(binRightCanceller, type)) {\n prev.classes[0] = \"mord\";\n } else if (type === \"mbin\" && utils.contains(binLeftCanceller, prevType)) {\n node.classes[0] = \"mord\";\n }\n }, {\n node: dummyPrev\n }, dummyNext, isRoot);\n traverseNonSpaceNodes(groups, (node, prev) => {\n var prevType = getTypeOfDomTree(prev);\n var type = getTypeOfDomTree(node); // 'mtight' indicates that the node is script or scriptscript style.\n\n var space = prevType && type ? node.hasClass(\"mtight\") ? tightSpacings[prevType][type] : spacings[prevType][type] : null;\n\n if (space) {\n // Insert glue (spacing) after the `prev`.\n return buildCommon.makeGlue(space, glueOptions);\n }\n }, {\n node: dummyPrev\n }, dummyNext, isRoot);\n return groups;\n}; // Depth-first traverse non-space `nodes`, calling `callback` with the current and\n// previous node as arguments, optionally returning a node to insert after the\n// previous node. `prev` is an object with the previous node and `insertAfter`\n// function to insert after it. `next` is a node that will be added to the right.\n// Used for bin cancellation and inserting spacings.\n\nvar traverseNonSpaceNodes = function traverseNonSpaceNodes(nodes, callback, prev, next, isRoot) {\n if (next) {\n // temporarily append the right node, if exists\n nodes.push(next);\n }\n\n var i = 0;\n\n for (; i < nodes.length; i++) {\n var node = nodes[i];\n var partialGroup = checkPartialGroup(node);\n\n if (partialGroup) {\n // Recursive DFS\n // $FlowFixMe: make nodes a $ReadOnlyArray by returning a new array\n traverseNonSpaceNodes(partialGroup.children, callback, prev, null, isRoot);\n continue;\n } // Ignore explicit spaces (e.g., \\;, \\,) when determining what implicit\n // spacing should go between atoms of different classes\n\n\n var nonspace = !node.hasClass(\"mspace\");\n\n if (nonspace) {\n var result = callback(node, prev.node);\n\n if (result) {\n if (prev.insertAfter) {\n prev.insertAfter(result);\n } else {\n // insert at front\n nodes.unshift(result);\n i++;\n }\n }\n }\n\n if (nonspace) {\n prev.node = node;\n } else if (isRoot && node.hasClass(\"newline\")) {\n prev.node = makeSpan$1([\"leftmost\"]); // treat like beginning of line\n }\n\n prev.insertAfter = (index => n => {\n nodes.splice(index + 1, 0, n);\n i++;\n })(i);\n }\n\n if (next) {\n nodes.pop();\n }\n}; // Check if given node is a partial group, i.e., does not affect spacing around.\n\n\nvar checkPartialGroup = function checkPartialGroup(node) {\n if (node instanceof DocumentFragment || node instanceof Anchor || node instanceof Span && node.hasClass(\"enclosing\")) {\n return node;\n }\n\n return null;\n}; // Return the outermost node of a domTree.\n\n\nvar getOutermostNode = function getOutermostNode(node, side) {\n var partialGroup = checkPartialGroup(node);\n\n if (partialGroup) {\n var children = partialGroup.children;\n\n if (children.length) {\n if (side === \"right\") {\n return getOutermostNode(children[children.length - 1], \"right\");\n } else if (side === \"left\") {\n return getOutermostNode(children[0], \"left\");\n }\n }\n }\n\n return node;\n}; // Return math atom class (mclass) of a domTree.\n// If `side` is given, it will get the type of the outermost node at given side.\n\n\nvar getTypeOfDomTree = function getTypeOfDomTree(node, side) {\n if (!node) {\n return null;\n }\n\n if (side) {\n node = getOutermostNode(node, side);\n } // This makes a lot of assumptions as to where the type of atom\n // appears. We should do a better job of enforcing this.\n\n\n return DomEnum[node.classes[0]] || null;\n};\nvar makeNullDelimiter = function makeNullDelimiter(options, classes) {\n var moreClasses = [\"nulldelimiter\"].concat(options.baseSizingClasses());\n return makeSpan$1(classes.concat(moreClasses));\n};\n/**\n * buildGroup is the function that takes a group and calls the correct groupType\n * function for it. It also handles the interaction of size and style changes\n * between parents and children.\n */\n\nvar buildGroup$1 = function buildGroup(group, options, baseOptions) {\n if (!group) {\n return makeSpan$1();\n }\n\n if (_htmlGroupBuilders[group.type]) {\n // Call the groupBuilders function\n // $FlowFixMe\n var groupNode = _htmlGroupBuilders[group.type](group, options); // If the size changed between the parent and the current group, account\n // for that size difference.\n\n if (baseOptions && options.size !== baseOptions.size) {\n groupNode = makeSpan$1(options.sizingClasses(baseOptions), [groupNode], options);\n var multiplier = options.sizeMultiplier / baseOptions.sizeMultiplier;\n groupNode.height *= multiplier;\n groupNode.depth *= multiplier;\n }\n\n return groupNode;\n } else {\n throw new ParseError(\"Got group of unknown type: '\" + group.type + \"'\");\n }\n};\n/**\n * Combine an array of HTML DOM nodes (e.g., the output of `buildExpression`)\n * into an unbreakable HTML node of class .base, with proper struts to\n * guarantee correct vertical extent. `buildHTML` calls this repeatedly to\n * make up the entire expression as a sequence of unbreakable units.\n */\n\nfunction buildHTMLUnbreakable(children, options) {\n // Compute height and depth of this chunk.\n var body = makeSpan$1([\"base\"], children, options); // Add strut, which ensures that the top of the HTML element falls at\n // the height of the expression, and the bottom of the HTML element\n // falls at the depth of the expression.\n\n var strut = makeSpan$1([\"strut\"]);\n strut.style.height = makeEm(body.height + body.depth);\n\n if (body.depth) {\n strut.style.verticalAlign = makeEm(-body.depth);\n }\n\n body.children.unshift(strut);\n return body;\n}\n/**\n * Take an entire parse tree, and build it into an appropriate set of HTML\n * nodes.\n */\n\n\nfunction buildHTML(tree, options) {\n // Strip off outer tag wrapper for processing below.\n var tag = null;\n\n if (tree.length === 1 && tree[0].type === \"tag\") {\n tag = tree[0].tag;\n tree = tree[0].body;\n } // Build the expression contained in the tree\n\n\n var expression = buildExpression$1(tree, options, \"root\");\n var eqnNum;\n\n if (expression.length === 2 && expression[1].hasClass(\"tag\")) {\n // An environment with automatic equation numbers, e.g. {gather}.\n eqnNum = expression.pop();\n }\n\n var children = []; // Create one base node for each chunk between potential line breaks.\n // The TeXBook [p.173] says \"A formula will be broken only after a\n // relation symbol like $=$ or $<$ or $\\rightarrow$, or after a binary\n // operation symbol like $+$ or $-$ or $\\times$, where the relation or\n // binary operation is on the ``outer level'' of the formula (i.e., not\n // enclosed in {...} and not part of an \\over construction).\"\n\n var parts = [];\n\n for (var i = 0; i < expression.length; i++) {\n parts.push(expression[i]);\n\n if (expression[i].hasClass(\"mbin\") || expression[i].hasClass(\"mrel\") || expression[i].hasClass(\"allowbreak\")) {\n // Put any post-operator glue on same line as operator.\n // Watch for \\nobreak along the way, and stop at \\newline.\n var nobreak = false;\n\n while (i < expression.length - 1 && expression[i + 1].hasClass(\"mspace\") && !expression[i + 1].hasClass(\"newline\")) {\n i++;\n parts.push(expression[i]);\n\n if (expression[i].hasClass(\"nobreak\")) {\n nobreak = true;\n }\n } // Don't allow break if \\nobreak among the post-operator glue.\n\n\n if (!nobreak) {\n children.push(buildHTMLUnbreakable(parts, options));\n parts = [];\n }\n } else if (expression[i].hasClass(\"newline\")) {\n // Write the line except the newline\n parts.pop();\n\n if (parts.length > 0) {\n children.push(buildHTMLUnbreakable(parts, options));\n parts = [];\n } // Put the newline at the top level\n\n\n children.push(expression[i]);\n }\n }\n\n if (parts.length > 0) {\n children.push(buildHTMLUnbreakable(parts, options));\n } // Now, if there was a tag, build it too and append it as a final child.\n\n\n var tagChild;\n\n if (tag) {\n tagChild = buildHTMLUnbreakable(buildExpression$1(tag, options, true));\n tagChild.classes = [\"tag\"];\n children.push(tagChild);\n } else if (eqnNum) {\n children.push(eqnNum);\n }\n\n var htmlNode = makeSpan$1([\"katex-html\"], children);\n htmlNode.setAttribute(\"aria-hidden\", \"true\"); // Adjust the strut of the tag to be the maximum height of all children\n // (the height of the enclosing htmlNode) for proper vertical alignment.\n\n if (tagChild) {\n var strut = tagChild.children[0];\n strut.style.height = makeEm(htmlNode.height + htmlNode.depth);\n\n if (htmlNode.depth) {\n strut.style.verticalAlign = makeEm(-htmlNode.depth);\n }\n }\n\n return htmlNode;\n}\n\n/**\n * These objects store data about MathML nodes. This is the MathML equivalent\n * of the types in domTree.js. Since MathML handles its own rendering, and\n * since we're mainly using MathML to improve accessibility, we don't manage\n * any of the styling state that the plain DOM nodes do.\n *\n * The `toNode` and `toMarkup` functions work similarly to how they do in\n * domTree.js, creating namespaced DOM nodes and HTML text markup respectively.\n */\nfunction newDocumentFragment(children) {\n return new DocumentFragment(children);\n}\n/**\n * This node represents a general purpose MathML node of any type. The\n * constructor requires the type of node to create (for example, `\"mo\"` or\n * `\"mspace\"`, corresponding to `` and `` tags).\n */\n\nclass MathNode {\n constructor(type, children, classes) {\n this.type = void 0;\n this.attributes = void 0;\n this.children = void 0;\n this.classes = void 0;\n this.type = type;\n this.attributes = {};\n this.children = children || [];\n this.classes = classes || [];\n }\n /**\n * Sets an attribute on a MathML node. MathML depends on attributes to convey a\n * semantic content, so this is used heavily.\n */\n\n\n setAttribute(name, value) {\n this.attributes[name] = value;\n }\n /**\n * Gets an attribute on a MathML node.\n */\n\n\n getAttribute(name) {\n return this.attributes[name];\n }\n /**\n * Converts the math node into a MathML-namespaced DOM element.\n */\n\n\n toNode() {\n var node = document.createElementNS(\"http://www.w3.org/1998/Math/MathML\", this.type);\n\n for (var attr in this.attributes) {\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\n node.setAttribute(attr, this.attributes[attr]);\n }\n }\n\n if (this.classes.length > 0) {\n node.className = createClass(this.classes);\n }\n\n for (var i = 0; i < this.children.length; i++) {\n node.appendChild(this.children[i].toNode());\n }\n\n return node;\n }\n /**\n * Converts the math node into an HTML markup string.\n */\n\n\n toMarkup() {\n var markup = \"<\" + this.type; // Add the attributes\n\n for (var attr in this.attributes) {\n if (Object.prototype.hasOwnProperty.call(this.attributes, attr)) {\n markup += \" \" + attr + \"=\\\"\";\n markup += utils.escape(this.attributes[attr]);\n markup += \"\\\"\";\n }\n }\n\n if (this.classes.length > 0) {\n markup += \" class =\\\"\" + utils.escape(createClass(this.classes)) + \"\\\"\";\n }\n\n markup += \">\";\n\n for (var i = 0; i < this.children.length; i++) {\n markup += this.children[i].toMarkup();\n }\n\n markup += \"\";\n return markup;\n }\n /**\n * Converts the math node into a string, similar to innerText, but escaped.\n */\n\n\n toText() {\n return this.children.map(child => child.toText()).join(\"\");\n }\n\n}\n/**\n * This node represents a piece of text.\n */\n\nclass TextNode {\n constructor(text) {\n this.text = void 0;\n this.text = text;\n }\n /**\n * Converts the text node into a DOM text node.\n */\n\n\n toNode() {\n return document.createTextNode(this.text);\n }\n /**\n * Converts the text node into escaped HTML markup\n * (representing the text itself).\n */\n\n\n toMarkup() {\n return utils.escape(this.toText());\n }\n /**\n * Converts the text node into a string\n * (representing the text itself).\n */\n\n\n toText() {\n return this.text;\n }\n\n}\n/**\n * This node represents a space, but may render as or as text,\n * depending on the width.\n */\n\nclass SpaceNode {\n /**\n * Create a Space node with width given in CSS ems.\n */\n constructor(width) {\n this.width = void 0;\n this.character = void 0;\n this.width = width; // See https://www.w3.org/TR/2000/WD-MathML2-20000328/chapter6.html\n // for a table of space-like characters. We use Unicode\n // representations instead of &LongNames; as it's not clear how to\n // make the latter via document.createTextNode.\n\n if (width >= 0.05555 && width <= 0.05556) {\n this.character = \"\\u200a\"; //  \n } else if (width >= 0.1666 && width <= 0.1667) {\n this.character = \"\\u2009\"; //  \n } else if (width >= 0.2222 && width <= 0.2223) {\n this.character = \"\\u2005\"; //  \n } else if (width >= 0.2777 && width <= 0.2778) {\n this.character = \"\\u2005\\u200a\"; //   \n } else if (width >= -0.05556 && width <= -0.05555) {\n this.character = \"\\u200a\\u2063\"; // ​\n } else if (width >= -0.1667 && width <= -0.1666) {\n this.character = \"\\u2009\\u2063\"; // ​\n } else if (width >= -0.2223 && width <= -0.2222) {\n this.character = \"\\u205f\\u2063\"; // ​\n } else if (width >= -0.2778 && width <= -0.2777) {\n this.character = \"\\u2005\\u2063\"; // ​\n } else {\n this.character = null;\n }\n }\n /**\n * Converts the math node into a MathML-namespaced DOM element.\n */\n\n\n toNode() {\n if (this.character) {\n return document.createTextNode(this.character);\n } else {\n var node = document.createElementNS(\"http://www.w3.org/1998/Math/MathML\", \"mspace\");\n node.setAttribute(\"width\", makeEm(this.width));\n return node;\n }\n }\n /**\n * Converts the math node into an HTML markup string.\n */\n\n\n toMarkup() {\n if (this.character) {\n return \"\" + this.character + \"\";\n } else {\n return \"\";\n }\n }\n /**\n * Converts the math node into a string, similar to innerText.\n */\n\n\n toText() {\n if (this.character) {\n return this.character;\n } else {\n return \" \";\n }\n }\n\n}\n\nvar mathMLTree = {\n MathNode,\n TextNode,\n SpaceNode,\n newDocumentFragment\n};\n\n/**\n * This file converts a parse tree into a corresponding MathML tree. The main\n * entry point is the `buildMathML` function, which takes a parse tree from the\n * parser.\n */\n\n/**\n * Takes a symbol and converts it into a MathML text node after performing\n * optional replacement from symbols.js.\n */\nvar makeText = function makeText(text, mode, options) {\n if (symbols[mode][text] && symbols[mode][text].replace && text.charCodeAt(0) !== 0xD835 && !(ligatures.hasOwnProperty(text) && options && (options.fontFamily && options.fontFamily.slice(4, 6) === \"tt\" || options.font && options.font.slice(4, 6) === \"tt\"))) {\n text = symbols[mode][text].replace;\n }\n\n return new mathMLTree.TextNode(text);\n};\n/**\n * Wrap the given array of nodes in an node if needed, i.e.,\n * unless the array has length 1. Always returns a single node.\n */\n\nvar makeRow = function makeRow(body) {\n if (body.length === 1) {\n return body[0];\n } else {\n return new mathMLTree.MathNode(\"mrow\", body);\n }\n};\n/**\n * Returns the math variant as a string or null if none is required.\n */\n\nvar getVariant = function getVariant(group, options) {\n // Handle \\text... font specifiers as best we can.\n // MathML has a limited list of allowable mathvariant specifiers; see\n // https://www.w3.org/TR/MathML3/chapter3.html#presm.commatt\n if (options.fontFamily === \"texttt\") {\n return \"monospace\";\n } else if (options.fontFamily === \"textsf\") {\n if (options.fontShape === \"textit\" && options.fontWeight === \"textbf\") {\n return \"sans-serif-bold-italic\";\n } else if (options.fontShape === \"textit\") {\n return \"sans-serif-italic\";\n } else if (options.fontWeight === \"textbf\") {\n return \"bold-sans-serif\";\n } else {\n return \"sans-serif\";\n }\n } else if (options.fontShape === \"textit\" && options.fontWeight === \"textbf\") {\n return \"bold-italic\";\n } else if (options.fontShape === \"textit\") {\n return \"italic\";\n } else if (options.fontWeight === \"textbf\") {\n return \"bold\";\n }\n\n var font = options.font;\n\n if (!font || font === \"mathnormal\") {\n return null;\n }\n\n var mode = group.mode;\n\n if (font === \"mathit\") {\n return \"italic\";\n } else if (font === \"boldsymbol\") {\n return group.type === \"textord\" ? \"bold\" : \"bold-italic\";\n } else if (font === \"mathbf\") {\n return \"bold\";\n } else if (font === \"mathbb\") {\n return \"double-struck\";\n } else if (font === \"mathfrak\") {\n return \"fraktur\";\n } else if (font === \"mathscr\" || font === \"mathcal\") {\n // MathML makes no distinction between script and calligraphic\n return \"script\";\n } else if (font === \"mathsf\") {\n return \"sans-serif\";\n } else if (font === \"mathtt\") {\n return \"monospace\";\n }\n\n var text = group.text;\n\n if (utils.contains([\"\\\\imath\", \"\\\\jmath\"], text)) {\n return null;\n }\n\n if (symbols[mode][text] && symbols[mode][text].replace) {\n text = symbols[mode][text].replace;\n }\n\n var fontName = buildCommon.fontMap[font].fontName;\n\n if (getCharacterMetrics(text, fontName, mode)) {\n return buildCommon.fontMap[font].variant;\n }\n\n return null;\n};\n/**\n * Takes a list of nodes, builds them, and returns a list of the generated\n * MathML nodes. Also combine consecutive outputs into a single\n * tag.\n */\n\nvar buildExpression = function buildExpression(expression, options, isOrdgroup) {\n if (expression.length === 1) {\n var group = buildGroup(expression[0], options);\n\n if (isOrdgroup && group instanceof MathNode && group.type === \"mo\") {\n // When TeX writers want to suppress spacing on an operator,\n // they often put the operator by itself inside braces.\n group.setAttribute(\"lspace\", \"0em\");\n group.setAttribute(\"rspace\", \"0em\");\n }\n\n return [group];\n }\n\n var groups = [];\n var lastGroup;\n\n for (var i = 0; i < expression.length; i++) {\n var _group = buildGroup(expression[i], options);\n\n if (_group instanceof MathNode && lastGroup instanceof MathNode) {\n // Concatenate adjacent s\n if (_group.type === 'mtext' && lastGroup.type === 'mtext' && _group.getAttribute('mathvariant') === lastGroup.getAttribute('mathvariant')) {\n lastGroup.children.push(..._group.children);\n continue; // Concatenate adjacent s\n } else if (_group.type === 'mn' && lastGroup.type === 'mn') {\n lastGroup.children.push(..._group.children);\n continue; // Concatenate ... followed by .\n } else if (_group.type === 'mi' && _group.children.length === 1 && lastGroup.type === 'mn') {\n var child = _group.children[0];\n\n if (child instanceof TextNode && child.text === '.') {\n lastGroup.children.push(..._group.children);\n continue;\n }\n } else if (lastGroup.type === 'mi' && lastGroup.children.length === 1) {\n var lastChild = lastGroup.children[0];\n\n if (lastChild instanceof TextNode && lastChild.text === '\\u0338' && (_group.type === 'mo' || _group.type === 'mi' || _group.type === 'mn')) {\n var _child = _group.children[0];\n\n if (_child instanceof TextNode && _child.text.length > 0) {\n // Overlay with combining character long solidus\n _child.text = _child.text.slice(0, 1) + \"\\u0338\" + _child.text.slice(1);\n groups.pop();\n }\n }\n }\n }\n\n groups.push(_group);\n lastGroup = _group;\n }\n\n return groups;\n};\n/**\n * Equivalent to buildExpression, but wraps the elements in an \n * if there's more than one. Returns a single node instead of an array.\n */\n\nvar buildExpressionRow = function buildExpressionRow(expression, options, isOrdgroup) {\n return makeRow(buildExpression(expression, options, isOrdgroup));\n};\n/**\n * Takes a group from the parser and calls the appropriate groupBuilders function\n * on it to produce a MathML node.\n */\n\nvar buildGroup = function buildGroup(group, options) {\n if (!group) {\n return new mathMLTree.MathNode(\"mrow\");\n }\n\n if (_mathmlGroupBuilders[group.type]) {\n // Call the groupBuilders function\n // $FlowFixMe\n var result = _mathmlGroupBuilders[group.type](group, options); // $FlowFixMe\n\n return result;\n } else {\n throw new ParseError(\"Got group of unknown type: '\" + group.type + \"'\");\n }\n};\n/**\n * Takes a full parse tree and settings and builds a MathML representation of\n * it. In particular, we put the elements from building the parse tree into a\n * tag so we can also include that TeX source as an annotation.\n *\n * Note that we actually return a domTree element with a `` inside it so\n * we can do appropriate styling.\n */\n\nfunction buildMathML(tree, texExpression, options, isDisplayMode, forMathmlOnly) {\n var expression = buildExpression(tree, options); // TODO: Make a pass thru the MathML similar to buildHTML.traverseNonSpaceNodes\n // and add spacing nodes. This is necessary only adjacent to math operators\n // like \\sin or \\lim or to subsup elements that contain math operators.\n // MathML takes care of the other spacing issues.\n // Wrap up the expression in an mrow so it is presented in the semantics\n // tag correctly, unless it's a single or .\n\n var wrapper;\n\n if (expression.length === 1 && expression[0] instanceof MathNode && utils.contains([\"mrow\", \"mtable\"], expression[0].type)) {\n wrapper = expression[0];\n } else {\n wrapper = new mathMLTree.MathNode(\"mrow\", expression);\n } // Build a TeX annotation of the source\n\n\n var annotation = new mathMLTree.MathNode(\"annotation\", [new mathMLTree.TextNode(texExpression)]);\n annotation.setAttribute(\"encoding\", \"application/x-tex\");\n var semantics = new mathMLTree.MathNode(\"semantics\", [wrapper, annotation]);\n var math = new mathMLTree.MathNode(\"math\", [semantics]);\n math.setAttribute(\"xmlns\", \"http://www.w3.org/1998/Math/MathML\");\n\n if (isDisplayMode) {\n math.setAttribute(\"display\", \"block\");\n } // You can't style nodes, so we wrap the node in a span.\n // NOTE: The span class is not typed to have nodes as children, and\n // we don't want to make the children type more generic since the children\n // of span are expected to have more fields in `buildHtml` contexts.\n\n\n var wrapperClass = forMathmlOnly ? \"katex\" : \"katex-mathml\"; // $FlowFixMe\n\n return buildCommon.makeSpan([wrapperClass], [math]);\n}\n\nvar optionsFromSettings = function optionsFromSettings(settings) {\n return new Options({\n style: settings.displayMode ? Style$1.DISPLAY : Style$1.TEXT,\n maxSize: settings.maxSize,\n minRuleThickness: settings.minRuleThickness\n });\n};\n\nvar displayWrap = function displayWrap(node, settings) {\n if (settings.displayMode) {\n var classes = [\"katex-display\"];\n\n if (settings.leqno) {\n classes.push(\"leqno\");\n }\n\n if (settings.fleqn) {\n classes.push(\"fleqn\");\n }\n\n node = buildCommon.makeSpan(classes, [node]);\n }\n\n return node;\n};\n\nvar buildTree = function buildTree(tree, expression, settings) {\n var options = optionsFromSettings(settings);\n var katexNode;\n\n if (settings.output === \"mathml\") {\n return buildMathML(tree, expression, options, settings.displayMode, true);\n } else if (settings.output === \"html\") {\n var htmlNode = buildHTML(tree, options);\n katexNode = buildCommon.makeSpan([\"katex\"], [htmlNode]);\n } else {\n var mathMLNode = buildMathML(tree, expression, options, settings.displayMode, false);\n\n var _htmlNode = buildHTML(tree, options);\n\n katexNode = buildCommon.makeSpan([\"katex\"], [mathMLNode, _htmlNode]);\n }\n\n return displayWrap(katexNode, settings);\n};\nvar buildHTMLTree = function buildHTMLTree(tree, expression, settings) {\n var options = optionsFromSettings(settings);\n var htmlNode = buildHTML(tree, options);\n var katexNode = buildCommon.makeSpan([\"katex\"], [htmlNode]);\n return displayWrap(katexNode, settings);\n};\n\n/**\n * This file provides support to buildMathML.js and buildHTML.js\n * for stretchy wide elements rendered from SVG files\n * and other CSS trickery.\n */\nvar stretchyCodePoint = {\n widehat: \"^\",\n widecheck: \"ˇ\",\n widetilde: \"~\",\n utilde: \"~\",\n overleftarrow: \"\\u2190\",\n underleftarrow: \"\\u2190\",\n xleftarrow: \"\\u2190\",\n overrightarrow: \"\\u2192\",\n underrightarrow: \"\\u2192\",\n xrightarrow: \"\\u2192\",\n underbrace: \"\\u23df\",\n overbrace: \"\\u23de\",\n overgroup: \"\\u23e0\",\n undergroup: \"\\u23e1\",\n overleftrightarrow: \"\\u2194\",\n underleftrightarrow: \"\\u2194\",\n xleftrightarrow: \"\\u2194\",\n Overrightarrow: \"\\u21d2\",\n xRightarrow: \"\\u21d2\",\n overleftharpoon: \"\\u21bc\",\n xleftharpoonup: \"\\u21bc\",\n overrightharpoon: \"\\u21c0\",\n xrightharpoonup: \"\\u21c0\",\n xLeftarrow: \"\\u21d0\",\n xLeftrightarrow: \"\\u21d4\",\n xhookleftarrow: \"\\u21a9\",\n xhookrightarrow: \"\\u21aa\",\n xmapsto: \"\\u21a6\",\n xrightharpoondown: \"\\u21c1\",\n xleftharpoondown: \"\\u21bd\",\n xrightleftharpoons: \"\\u21cc\",\n xleftrightharpoons: \"\\u21cb\",\n xtwoheadleftarrow: \"\\u219e\",\n xtwoheadrightarrow: \"\\u21a0\",\n xlongequal: \"=\",\n xtofrom: \"\\u21c4\",\n xrightleftarrows: \"\\u21c4\",\n xrightequilibrium: \"\\u21cc\",\n // Not a perfect match.\n xleftequilibrium: \"\\u21cb\",\n // None better available.\n \"\\\\cdrightarrow\": \"\\u2192\",\n \"\\\\cdleftarrow\": \"\\u2190\",\n \"\\\\cdlongequal\": \"=\"\n};\n\nvar mathMLnode = function mathMLnode(label) {\n var node = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(stretchyCodePoint[label.replace(/^\\\\/, '')])]);\n node.setAttribute(\"stretchy\", \"true\");\n return node;\n}; // Many of the KaTeX SVG images have been adapted from glyphs in KaTeX fonts.\n// Copyright (c) 2009-2010, Design Science, Inc. ()\n// Copyright (c) 2014-2017 Khan Academy ()\n// Licensed under the SIL Open Font License, Version 1.1.\n// See \\nhttp://scripts.sil.org/OFL\n// Very Long SVGs\n// Many of the KaTeX stretchy wide elements use a long SVG image and an\n// overflow: hidden tactic to achieve a stretchy image while avoiding\n// distortion of arrowheads or brace corners.\n// The SVG typically contains a very long (400 em) arrow.\n// The SVG is in a container span that has overflow: hidden, so the span\n// acts like a window that exposes only part of the SVG.\n// The SVG always has a longer, thinner aspect ratio than the container span.\n// After the SVG fills 100% of the height of the container span,\n// there is a long arrow shaft left over. That left-over shaft is not shown.\n// Instead, it is sliced off because the span's CSS has overflow: hidden.\n// Thus, the reader sees an arrow that matches the subject matter width\n// without distortion.\n// Some functions, such as \\cancel, need to vary their aspect ratio. These\n// functions do not get the overflow SVG treatment.\n// Second Brush Stroke\n// Low resolution monitors struggle to display images in fine detail.\n// So browsers apply anti-aliasing. A long straight arrow shaft therefore\n// will sometimes appear as if it has a blurred edge.\n// To mitigate this, these SVG files contain a second \"brush-stroke\" on the\n// arrow shafts. That is, a second long thin rectangular SVG path has been\n// written directly on top of each arrow shaft. This reinforcement causes\n// some of the screen pixels to display as black instead of the anti-aliased\n// gray pixel that a single path would generate. So we get arrow shafts\n// whose edges appear to be sharper.\n// In the katexImagesData object just below, the dimensions all\n// correspond to path geometry inside the relevant SVG.\n// For example, \\overrightarrow uses the same arrowhead as glyph U+2192\n// from the KaTeX Main font. The scaling factor is 1000.\n// That is, inside the font, that arrowhead is 522 units tall, which\n// corresponds to 0.522 em inside the document.\n\n\nvar katexImagesData = {\n // path(s), minWidth, height, align\n overrightarrow: [[\"rightarrow\"], 0.888, 522, \"xMaxYMin\"],\n overleftarrow: [[\"leftarrow\"], 0.888, 522, \"xMinYMin\"],\n underrightarrow: [[\"rightarrow\"], 0.888, 522, \"xMaxYMin\"],\n underleftarrow: [[\"leftarrow\"], 0.888, 522, \"xMinYMin\"],\n xrightarrow: [[\"rightarrow\"], 1.469, 522, \"xMaxYMin\"],\n \"\\\\cdrightarrow\": [[\"rightarrow\"], 3.0, 522, \"xMaxYMin\"],\n // CD minwwidth2.5pc\n xleftarrow: [[\"leftarrow\"], 1.469, 522, \"xMinYMin\"],\n \"\\\\cdleftarrow\": [[\"leftarrow\"], 3.0, 522, \"xMinYMin\"],\n Overrightarrow: [[\"doublerightarrow\"], 0.888, 560, \"xMaxYMin\"],\n xRightarrow: [[\"doublerightarrow\"], 1.526, 560, \"xMaxYMin\"],\n xLeftarrow: [[\"doubleleftarrow\"], 1.526, 560, \"xMinYMin\"],\n overleftharpoon: [[\"leftharpoon\"], 0.888, 522, \"xMinYMin\"],\n xleftharpoonup: [[\"leftharpoon\"], 0.888, 522, \"xMinYMin\"],\n xleftharpoondown: [[\"leftharpoondown\"], 0.888, 522, \"xMinYMin\"],\n overrightharpoon: [[\"rightharpoon\"], 0.888, 522, \"xMaxYMin\"],\n xrightharpoonup: [[\"rightharpoon\"], 0.888, 522, \"xMaxYMin\"],\n xrightharpoondown: [[\"rightharpoondown\"], 0.888, 522, \"xMaxYMin\"],\n xlongequal: [[\"longequal\"], 0.888, 334, \"xMinYMin\"],\n \"\\\\cdlongequal\": [[\"longequal\"], 3.0, 334, \"xMinYMin\"],\n xtwoheadleftarrow: [[\"twoheadleftarrow\"], 0.888, 334, \"xMinYMin\"],\n xtwoheadrightarrow: [[\"twoheadrightarrow\"], 0.888, 334, \"xMaxYMin\"],\n overleftrightarrow: [[\"leftarrow\", \"rightarrow\"], 0.888, 522],\n overbrace: [[\"leftbrace\", \"midbrace\", \"rightbrace\"], 1.6, 548],\n underbrace: [[\"leftbraceunder\", \"midbraceunder\", \"rightbraceunder\"], 1.6, 548],\n underleftrightarrow: [[\"leftarrow\", \"rightarrow\"], 0.888, 522],\n xleftrightarrow: [[\"leftarrow\", \"rightarrow\"], 1.75, 522],\n xLeftrightarrow: [[\"doubleleftarrow\", \"doublerightarrow\"], 1.75, 560],\n xrightleftharpoons: [[\"leftharpoondownplus\", \"rightharpoonplus\"], 1.75, 716],\n xleftrightharpoons: [[\"leftharpoonplus\", \"rightharpoondownplus\"], 1.75, 716],\n xhookleftarrow: [[\"leftarrow\", \"righthook\"], 1.08, 522],\n xhookrightarrow: [[\"lefthook\", \"rightarrow\"], 1.08, 522],\n overlinesegment: [[\"leftlinesegment\", \"rightlinesegment\"], 0.888, 522],\n underlinesegment: [[\"leftlinesegment\", \"rightlinesegment\"], 0.888, 522],\n overgroup: [[\"leftgroup\", \"rightgroup\"], 0.888, 342],\n undergroup: [[\"leftgroupunder\", \"rightgroupunder\"], 0.888, 342],\n xmapsto: [[\"leftmapsto\", \"rightarrow\"], 1.5, 522],\n xtofrom: [[\"leftToFrom\", \"rightToFrom\"], 1.75, 528],\n // The next three arrows are from the mhchem package.\n // In mhchem.sty, min-length is 2.0em. But these arrows might appear in the\n // document as \\xrightarrow or \\xrightleftharpoons. Those have\n // min-length = 1.75em, so we set min-length on these next three to match.\n xrightleftarrows: [[\"baraboveleftarrow\", \"rightarrowabovebar\"], 1.75, 901],\n xrightequilibrium: [[\"baraboveshortleftharpoon\", \"rightharpoonaboveshortbar\"], 1.75, 716],\n xleftequilibrium: [[\"shortbaraboveleftharpoon\", \"shortrightharpoonabovebar\"], 1.75, 716]\n};\n\nvar groupLength = function groupLength(arg) {\n if (arg.type === \"ordgroup\") {\n return arg.body.length;\n } else {\n return 1;\n }\n};\n\nvar svgSpan = function svgSpan(group, options) {\n // Create a span with inline SVG for the element.\n function buildSvgSpan_() {\n var viewBoxWidth = 400000; // default\n\n var label = group.label.slice(1);\n\n if (utils.contains([\"widehat\", \"widecheck\", \"widetilde\", \"utilde\"], label)) {\n // Each type in the `if` statement corresponds to one of the ParseNode\n // types below. This narrowing is required to access `grp.base`.\n // $FlowFixMe\n var grp = group; // There are four SVG images available for each function.\n // Choose a taller image when there are more characters.\n\n var numChars = groupLength(grp.base);\n var viewBoxHeight;\n var pathName;\n\n var _height;\n\n if (numChars > 5) {\n if (label === \"widehat\" || label === \"widecheck\") {\n viewBoxHeight = 420;\n viewBoxWidth = 2364;\n _height = 0.42;\n pathName = label + \"4\";\n } else {\n viewBoxHeight = 312;\n viewBoxWidth = 2340;\n _height = 0.34;\n pathName = \"tilde4\";\n }\n } else {\n var imgIndex = [1, 1, 2, 2, 3, 3][numChars];\n\n if (label === \"widehat\" || label === \"widecheck\") {\n viewBoxWidth = [0, 1062, 2364, 2364, 2364][imgIndex];\n viewBoxHeight = [0, 239, 300, 360, 420][imgIndex];\n _height = [0, 0.24, 0.3, 0.3, 0.36, 0.42][imgIndex];\n pathName = label + imgIndex;\n } else {\n viewBoxWidth = [0, 600, 1033, 2339, 2340][imgIndex];\n viewBoxHeight = [0, 260, 286, 306, 312][imgIndex];\n _height = [0, 0.26, 0.286, 0.3, 0.306, 0.34][imgIndex];\n pathName = \"tilde\" + imgIndex;\n }\n }\n\n var path = new PathNode(pathName);\n var svgNode = new SvgNode([path], {\n \"width\": \"100%\",\n \"height\": makeEm(_height),\n \"viewBox\": \"0 0 \" + viewBoxWidth + \" \" + viewBoxHeight,\n \"preserveAspectRatio\": \"none\"\n });\n return {\n span: buildCommon.makeSvgSpan([], [svgNode], options),\n minWidth: 0,\n height: _height\n };\n } else {\n var spans = [];\n var data = katexImagesData[label];\n var [paths, _minWidth, _viewBoxHeight] = data;\n\n var _height2 = _viewBoxHeight / 1000;\n\n var numSvgChildren = paths.length;\n var widthClasses;\n var aligns;\n\n if (numSvgChildren === 1) {\n // $FlowFixMe: All these cases must be of the 4-tuple type.\n var align1 = data[3];\n widthClasses = [\"hide-tail\"];\n aligns = [align1];\n } else if (numSvgChildren === 2) {\n widthClasses = [\"halfarrow-left\", \"halfarrow-right\"];\n aligns = [\"xMinYMin\", \"xMaxYMin\"];\n } else if (numSvgChildren === 3) {\n widthClasses = [\"brace-left\", \"brace-center\", \"brace-right\"];\n aligns = [\"xMinYMin\", \"xMidYMin\", \"xMaxYMin\"];\n } else {\n throw new Error(\"Correct katexImagesData or update code here to support\\n \" + numSvgChildren + \" children.\");\n }\n\n for (var i = 0; i < numSvgChildren; i++) {\n var _path = new PathNode(paths[i]);\n\n var _svgNode = new SvgNode([_path], {\n \"width\": \"400em\",\n \"height\": makeEm(_height2),\n \"viewBox\": \"0 0 \" + viewBoxWidth + \" \" + _viewBoxHeight,\n \"preserveAspectRatio\": aligns[i] + \" slice\"\n });\n\n var _span = buildCommon.makeSvgSpan([widthClasses[i]], [_svgNode], options);\n\n if (numSvgChildren === 1) {\n return {\n span: _span,\n minWidth: _minWidth,\n height: _height2\n };\n } else {\n _span.style.height = makeEm(_height2);\n spans.push(_span);\n }\n }\n\n return {\n span: buildCommon.makeSpan([\"stretchy\"], spans, options),\n minWidth: _minWidth,\n height: _height2\n };\n }\n } // buildSvgSpan_()\n\n\n var {\n span,\n minWidth,\n height\n } = buildSvgSpan_(); // Note that we are returning span.depth = 0.\n // Any adjustments relative to the baseline must be done in buildHTML.\n\n span.height = height;\n span.style.height = makeEm(height);\n\n if (minWidth > 0) {\n span.style.minWidth = makeEm(minWidth);\n }\n\n return span;\n};\n\nvar encloseSpan = function encloseSpan(inner, label, topPad, bottomPad, options) {\n // Return an image span for \\cancel, \\bcancel, \\xcancel, \\fbox, or \\angl\n var img;\n var totalHeight = inner.height + inner.depth + topPad + bottomPad;\n\n if (/fbox|color|angl/.test(label)) {\n img = buildCommon.makeSpan([\"stretchy\", label], [], options);\n\n if (label === \"fbox\") {\n var color = options.color && options.getColor();\n\n if (color) {\n img.style.borderColor = color;\n }\n }\n } else {\n // \\cancel, \\bcancel, or \\xcancel\n // Since \\cancel's SVG is inline and it omits the viewBox attribute,\n // its stroke-width will not vary with span area.\n var lines = [];\n\n if (/^[bx]cancel$/.test(label)) {\n lines.push(new LineNode({\n \"x1\": \"0\",\n \"y1\": \"0\",\n \"x2\": \"100%\",\n \"y2\": \"100%\",\n \"stroke-width\": \"0.046em\"\n }));\n }\n\n if (/^x?cancel$/.test(label)) {\n lines.push(new LineNode({\n \"x1\": \"0\",\n \"y1\": \"100%\",\n \"x2\": \"100%\",\n \"y2\": \"0\",\n \"stroke-width\": \"0.046em\"\n }));\n }\n\n var svgNode = new SvgNode(lines, {\n \"width\": \"100%\",\n \"height\": makeEm(totalHeight)\n });\n img = buildCommon.makeSvgSpan([], [svgNode], options);\n }\n\n img.height = totalHeight;\n img.style.height = makeEm(totalHeight);\n return img;\n};\n\nvar stretchy = {\n encloseSpan,\n mathMLnode,\n svgSpan\n};\n\n/**\n * Asserts that the node is of the given type and returns it with stricter\n * typing. Throws if the node's type does not match.\n */\nfunction assertNodeType(node, type) {\n if (!node || node.type !== type) {\n throw new Error(\"Expected node of type \" + type + \", but got \" + (node ? \"node of type \" + node.type : String(node)));\n } // $FlowFixMe, >=0.125\n\n\n return node;\n}\n/**\n * Returns the node more strictly typed iff it is of the given type. Otherwise,\n * returns null.\n */\n\nfunction assertSymbolNodeType(node) {\n var typedNode = checkSymbolNodeType(node);\n\n if (!typedNode) {\n throw new Error(\"Expected node of symbol group type, but got \" + (node ? \"node of type \" + node.type : String(node)));\n }\n\n return typedNode;\n}\n/**\n * Returns the node more strictly typed iff it is of the given type. Otherwise,\n * returns null.\n */\n\nfunction checkSymbolNodeType(node) {\n if (node && (node.type === \"atom\" || NON_ATOMS.hasOwnProperty(node.type))) {\n // $FlowFixMe\n return node;\n }\n\n return null;\n}\n\n// NOTE: Unlike most `htmlBuilder`s, this one handles not only \"accent\", but\n// also \"supsub\" since an accent can affect super/subscripting.\nvar htmlBuilder$a = (grp, options) => {\n // Accents are handled in the TeXbook pg. 443, rule 12.\n var base;\n var group;\n var supSubGroup;\n\n if (grp && grp.type === \"supsub\") {\n // If our base is a character box, and we have superscripts and\n // subscripts, the supsub will defer to us. In particular, we want\n // to attach the superscripts and subscripts to the inner body (so\n // that the position of the superscripts and subscripts won't be\n // affected by the height of the accent). We accomplish this by\n // sticking the base of the accent into the base of the supsub, and\n // rendering that, while keeping track of where the accent is.\n // The real accent group is the base of the supsub group\n group = assertNodeType(grp.base, \"accent\"); // The character box is the base of the accent group\n\n base = group.base; // Stick the character box into the base of the supsub group\n\n grp.base = base; // Rerender the supsub group with its new base, and store that\n // result.\n\n supSubGroup = assertSpan(buildGroup$1(grp, options)); // reset original base\n\n grp.base = group;\n } else {\n group = assertNodeType(grp, \"accent\");\n base = group.base;\n } // Build the base group\n\n\n var body = buildGroup$1(base, options.havingCrampedStyle()); // Does the accent need to shift for the skew of a character?\n\n var mustShift = group.isShifty && utils.isCharacterBox(base); // Calculate the skew of the accent. This is based on the line \"If the\n // nucleus is not a single character, let s = 0; otherwise set s to the\n // kern amount for the nucleus followed by the \\skewchar of its font.\"\n // Note that our skew metrics are just the kern between each character\n // and the skewchar.\n\n var skew = 0;\n\n if (mustShift) {\n // If the base is a character box, then we want the skew of the\n // innermost character. To do that, we find the innermost character:\n var baseChar = utils.getBaseElem(base); // Then, we render its group to get the symbol inside it\n\n var baseGroup = buildGroup$1(baseChar, options.havingCrampedStyle()); // Finally, we pull the skew off of the symbol.\n\n skew = assertSymbolDomNode(baseGroup).skew; // Note that we now throw away baseGroup, because the layers we\n // removed with getBaseElem might contain things like \\color which\n // we can't get rid of.\n // TODO(emily): Find a better way to get the skew\n }\n\n var accentBelow = group.label === \"\\\\c\"; // calculate the amount of space between the body and the accent\n\n var clearance = accentBelow ? body.height + body.depth : Math.min(body.height, options.fontMetrics().xHeight); // Build the accent\n\n var accentBody;\n\n if (!group.isStretchy) {\n var accent;\n var width;\n\n if (group.label === \"\\\\vec\") {\n // Before version 0.9, \\vec used the combining font glyph U+20D7.\n // But browsers, especially Safari, are not consistent in how they\n // render combining characters when not preceded by a character.\n // So now we use an SVG.\n // If Safari reforms, we should consider reverting to the glyph.\n accent = buildCommon.staticSvg(\"vec\", options);\n width = buildCommon.svgData.vec[1];\n } else {\n accent = buildCommon.makeOrd({\n mode: group.mode,\n text: group.label\n }, options, \"textord\");\n accent = assertSymbolDomNode(accent); // Remove the italic correction of the accent, because it only serves to\n // shift the accent over to a place we don't want.\n\n accent.italic = 0;\n width = accent.width;\n\n if (accentBelow) {\n clearance += accent.depth;\n }\n }\n\n accentBody = buildCommon.makeSpan([\"accent-body\"], [accent]); // \"Full\" accents expand the width of the resulting symbol to be\n // at least the width of the accent, and overlap directly onto the\n // character without any vertical offset.\n\n var accentFull = group.label === \"\\\\textcircled\";\n\n if (accentFull) {\n accentBody.classes.push('accent-full');\n clearance = body.height;\n } // Shift the accent over by the skew.\n\n\n var left = skew; // CSS defines `.katex .accent .accent-body:not(.accent-full) { width: 0 }`\n // so that the accent doesn't contribute to the bounding box.\n // We need to shift the character by its width (effectively half\n // its width) to compensate.\n\n if (!accentFull) {\n left -= width / 2;\n }\n\n accentBody.style.left = makeEm(left); // \\textcircled uses the \\bigcirc glyph, so it needs some\n // vertical adjustment to match LaTeX.\n\n if (group.label === \"\\\\textcircled\") {\n accentBody.style.top = \".2em\";\n }\n\n accentBody = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: body\n }, {\n type: \"kern\",\n size: -clearance\n }, {\n type: \"elem\",\n elem: accentBody\n }]\n }, options);\n } else {\n accentBody = stretchy.svgSpan(group, options);\n accentBody = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: body\n }, {\n type: \"elem\",\n elem: accentBody,\n wrapperClasses: [\"svg-align\"],\n wrapperStyle: skew > 0 ? {\n width: \"calc(100% - \" + makeEm(2 * skew) + \")\",\n marginLeft: makeEm(2 * skew)\n } : undefined\n }]\n }, options);\n }\n\n var accentWrap = buildCommon.makeSpan([\"mord\", \"accent\"], [accentBody], options);\n\n if (supSubGroup) {\n // Here, we replace the \"base\" child of the supsub with our newly\n // generated accent.\n supSubGroup.children[0] = accentWrap; // Since we don't rerun the height calculation after replacing the\n // accent, we manually recalculate height.\n\n supSubGroup.height = Math.max(accentWrap.height, supSubGroup.height); // Accents should always be ords, even when their innards are not.\n\n supSubGroup.classes[0] = \"mord\";\n return supSubGroup;\n } else {\n return accentWrap;\n }\n};\n\nvar mathmlBuilder$9 = (group, options) => {\n var accentNode = group.isStretchy ? stretchy.mathMLnode(group.label) : new mathMLTree.MathNode(\"mo\", [makeText(group.label, group.mode)]);\n var node = new mathMLTree.MathNode(\"mover\", [buildGroup(group.base, options), accentNode]);\n node.setAttribute(\"accent\", \"true\");\n return node;\n};\n\nvar NON_STRETCHY_ACCENT_REGEX = new RegExp([\"\\\\acute\", \"\\\\grave\", \"\\\\ddot\", \"\\\\tilde\", \"\\\\bar\", \"\\\\breve\", \"\\\\check\", \"\\\\hat\", \"\\\\vec\", \"\\\\dot\", \"\\\\mathring\"].map(accent => \"\\\\\" + accent).join(\"|\")); // Accents\n\ndefineFunction({\n type: \"accent\",\n names: [\"\\\\acute\", \"\\\\grave\", \"\\\\ddot\", \"\\\\tilde\", \"\\\\bar\", \"\\\\breve\", \"\\\\check\", \"\\\\hat\", \"\\\\vec\", \"\\\\dot\", \"\\\\mathring\", \"\\\\widecheck\", \"\\\\widehat\", \"\\\\widetilde\", \"\\\\overrightarrow\", \"\\\\overleftarrow\", \"\\\\Overrightarrow\", \"\\\\overleftrightarrow\", \"\\\\overgroup\", \"\\\\overlinesegment\", \"\\\\overleftharpoon\", \"\\\\overrightharpoon\"],\n props: {\n numArgs: 1\n },\n handler: (context, args) => {\n var base = normalizeArgument(args[0]);\n var isStretchy = !NON_STRETCHY_ACCENT_REGEX.test(context.funcName);\n var isShifty = !isStretchy || context.funcName === \"\\\\widehat\" || context.funcName === \"\\\\widetilde\" || context.funcName === \"\\\\widecheck\";\n return {\n type: \"accent\",\n mode: context.parser.mode,\n label: context.funcName,\n isStretchy: isStretchy,\n isShifty: isShifty,\n base: base\n };\n },\n htmlBuilder: htmlBuilder$a,\n mathmlBuilder: mathmlBuilder$9\n}); // Text-mode accents\n\ndefineFunction({\n type: \"accent\",\n names: [\"\\\\'\", \"\\\\`\", \"\\\\^\", \"\\\\~\", \"\\\\=\", \"\\\\u\", \"\\\\.\", '\\\\\"', \"\\\\c\", \"\\\\r\", \"\\\\H\", \"\\\\v\", \"\\\\textcircled\"],\n props: {\n numArgs: 1,\n allowedInText: true,\n allowedInMath: true,\n // unless in strict mode\n argTypes: [\"primitive\"]\n },\n handler: (context, args) => {\n var base = args[0];\n var mode = context.parser.mode;\n\n if (mode === \"math\") {\n context.parser.settings.reportNonstrict(\"mathVsTextAccents\", \"LaTeX's accent \" + context.funcName + \" works only in text mode\");\n mode = \"text\";\n }\n\n return {\n type: \"accent\",\n mode: mode,\n label: context.funcName,\n isStretchy: false,\n isShifty: true,\n base: base\n };\n },\n htmlBuilder: htmlBuilder$a,\n mathmlBuilder: mathmlBuilder$9\n});\n\n// Horizontal overlap functions\ndefineFunction({\n type: \"accentUnder\",\n names: [\"\\\\underleftarrow\", \"\\\\underrightarrow\", \"\\\\underleftrightarrow\", \"\\\\undergroup\", \"\\\\underlinesegment\", \"\\\\utilde\"],\n props: {\n numArgs: 1\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName\n } = _ref;\n var base = args[0];\n return {\n type: \"accentUnder\",\n mode: parser.mode,\n label: funcName,\n base: base\n };\n },\n htmlBuilder: (group, options) => {\n // Treat under accents much like underlines.\n var innerGroup = buildGroup$1(group.base, options);\n var accentBody = stretchy.svgSpan(group, options);\n var kern = group.label === \"\\\\utilde\" ? 0.12 : 0; // Generate the vlist, with the appropriate kerns\n\n var vlist = buildCommon.makeVList({\n positionType: \"top\",\n positionData: innerGroup.height,\n children: [{\n type: \"elem\",\n elem: accentBody,\n wrapperClasses: [\"svg-align\"]\n }, {\n type: \"kern\",\n size: kern\n }, {\n type: \"elem\",\n elem: innerGroup\n }]\n }, options);\n return buildCommon.makeSpan([\"mord\", \"accentunder\"], [vlist], options);\n },\n mathmlBuilder: (group, options) => {\n var accentNode = stretchy.mathMLnode(group.label);\n var node = new mathMLTree.MathNode(\"munder\", [buildGroup(group.base, options), accentNode]);\n node.setAttribute(\"accentunder\", \"true\");\n return node;\n }\n});\n\n// Helper function\nvar paddedNode = group => {\n var node = new mathMLTree.MathNode(\"mpadded\", group ? [group] : []);\n node.setAttribute(\"width\", \"+0.6em\");\n node.setAttribute(\"lspace\", \"0.3em\");\n return node;\n}; // Stretchy arrows with an optional argument\n\n\ndefineFunction({\n type: \"xArrow\",\n names: [\"\\\\xleftarrow\", \"\\\\xrightarrow\", \"\\\\xLeftarrow\", \"\\\\xRightarrow\", \"\\\\xleftrightarrow\", \"\\\\xLeftrightarrow\", \"\\\\xhookleftarrow\", \"\\\\xhookrightarrow\", \"\\\\xmapsto\", \"\\\\xrightharpoondown\", \"\\\\xrightharpoonup\", \"\\\\xleftharpoondown\", \"\\\\xleftharpoonup\", \"\\\\xrightleftharpoons\", \"\\\\xleftrightharpoons\", \"\\\\xlongequal\", \"\\\\xtwoheadrightarrow\", \"\\\\xtwoheadleftarrow\", \"\\\\xtofrom\", // The next 3 functions are here to support the mhchem extension.\n // Direct use of these functions is discouraged and may break someday.\n \"\\\\xrightleftarrows\", \"\\\\xrightequilibrium\", \"\\\\xleftequilibrium\", // The next 3 functions are here only to support the {CD} environment.\n \"\\\\\\\\cdrightarrow\", \"\\\\\\\\cdleftarrow\", \"\\\\\\\\cdlongequal\"],\n props: {\n numArgs: 1,\n numOptionalArgs: 1\n },\n\n handler(_ref, args, optArgs) {\n var {\n parser,\n funcName\n } = _ref;\n return {\n type: \"xArrow\",\n mode: parser.mode,\n label: funcName,\n body: args[0],\n below: optArgs[0]\n };\n },\n\n // Flow is unable to correctly infer the type of `group`, even though it's\n // unambiguously determined from the passed-in `type` above.\n htmlBuilder(group, options) {\n var style = options.style; // Build the argument groups in the appropriate style.\n // Ref: amsmath.dtx: \\hbox{$\\scriptstyle\\mkern#3mu{#6}\\mkern#4mu$}%\n // Some groups can return document fragments. Handle those by wrapping\n // them in a span.\n\n var newOptions = options.havingStyle(style.sup());\n var upperGroup = buildCommon.wrapFragment(buildGroup$1(group.body, newOptions, options), options);\n var arrowPrefix = group.label.slice(0, 2) === \"\\\\x\" ? \"x\" : \"cd\";\n upperGroup.classes.push(arrowPrefix + \"-arrow-pad\");\n var lowerGroup;\n\n if (group.below) {\n // Build the lower group\n newOptions = options.havingStyle(style.sub());\n lowerGroup = buildCommon.wrapFragment(buildGroup$1(group.below, newOptions, options), options);\n lowerGroup.classes.push(arrowPrefix + \"-arrow-pad\");\n }\n\n var arrowBody = stretchy.svgSpan(group, options); // Re shift: Note that stretchy.svgSpan returned arrowBody.depth = 0.\n // The point we want on the math axis is at 0.5 * arrowBody.height.\n\n var arrowShift = -options.fontMetrics().axisHeight + 0.5 * arrowBody.height; // 2 mu kern. Ref: amsmath.dtx: #7\\if0#2\\else\\mkern#2mu\\fi\n\n var upperShift = -options.fontMetrics().axisHeight - 0.5 * arrowBody.height - 0.111; // 0.111 em = 2 mu\n\n if (upperGroup.depth > 0.25 || group.label === \"\\\\xleftequilibrium\") {\n upperShift -= upperGroup.depth; // shift up if depth encroaches\n } // Generate the vlist\n\n\n var vlist;\n\n if (lowerGroup) {\n var lowerShift = -options.fontMetrics().axisHeight + lowerGroup.height + 0.5 * arrowBody.height + 0.111;\n vlist = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [{\n type: \"elem\",\n elem: upperGroup,\n shift: upperShift\n }, {\n type: \"elem\",\n elem: arrowBody,\n shift: arrowShift\n }, {\n type: \"elem\",\n elem: lowerGroup,\n shift: lowerShift\n }]\n }, options);\n } else {\n vlist = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [{\n type: \"elem\",\n elem: upperGroup,\n shift: upperShift\n }, {\n type: \"elem\",\n elem: arrowBody,\n shift: arrowShift\n }]\n }, options);\n } // $FlowFixMe: Replace this with passing \"svg-align\" into makeVList.\n\n\n vlist.children[0].children[0].children[1].classes.push(\"svg-align\");\n return buildCommon.makeSpan([\"mrel\", \"x-arrow\"], [vlist], options);\n },\n\n mathmlBuilder(group, options) {\n var arrowNode = stretchy.mathMLnode(group.label);\n arrowNode.setAttribute(\"minsize\", group.label.charAt(0) === \"x\" ? \"1.75em\" : \"3.0em\");\n var node;\n\n if (group.body) {\n var upperNode = paddedNode(buildGroup(group.body, options));\n\n if (group.below) {\n var lowerNode = paddedNode(buildGroup(group.below, options));\n node = new mathMLTree.MathNode(\"munderover\", [arrowNode, lowerNode, upperNode]);\n } else {\n node = new mathMLTree.MathNode(\"mover\", [arrowNode, upperNode]);\n }\n } else if (group.below) {\n var _lowerNode = paddedNode(buildGroup(group.below, options));\n\n node = new mathMLTree.MathNode(\"munder\", [arrowNode, _lowerNode]);\n } else {\n // This should never happen.\n // Parser.js throws an error if there is no argument.\n node = paddedNode();\n node = new mathMLTree.MathNode(\"mover\", [arrowNode, node]);\n }\n\n return node;\n }\n\n});\n\nvar makeSpan = buildCommon.makeSpan;\n\nfunction htmlBuilder$9(group, options) {\n var elements = buildExpression$1(group.body, options, true);\n return makeSpan([group.mclass], elements, options);\n}\n\nfunction mathmlBuilder$8(group, options) {\n var node;\n var inner = buildExpression(group.body, options);\n\n if (group.mclass === \"minner\") {\n node = new mathMLTree.MathNode(\"mpadded\", inner);\n } else if (group.mclass === \"mord\") {\n if (group.isCharacterBox) {\n node = inner[0];\n node.type = \"mi\";\n } else {\n node = new mathMLTree.MathNode(\"mi\", inner);\n }\n } else {\n if (group.isCharacterBox) {\n node = inner[0];\n node.type = \"mo\";\n } else {\n node = new mathMLTree.MathNode(\"mo\", inner);\n } // Set spacing based on what is the most likely adjacent atom type.\n // See TeXbook p170.\n\n\n if (group.mclass === \"mbin\") {\n node.attributes.lspace = \"0.22em\"; // medium space\n\n node.attributes.rspace = \"0.22em\";\n } else if (group.mclass === \"mpunct\") {\n node.attributes.lspace = \"0em\";\n node.attributes.rspace = \"0.17em\"; // thinspace\n } else if (group.mclass === \"mopen\" || group.mclass === \"mclose\") {\n node.attributes.lspace = \"0em\";\n node.attributes.rspace = \"0em\";\n } else if (group.mclass === \"minner\") {\n node.attributes.lspace = \"0.0556em\"; // 1 mu is the most likely option\n\n node.attributes.width = \"+0.1111em\";\n } // MathML default space is 5/18 em, so needs no action.\n // Ref: https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mo\n\n }\n\n return node;\n} // Math class commands except \\mathop\n\n\ndefineFunction({\n type: \"mclass\",\n names: [\"\\\\mathord\", \"\\\\mathbin\", \"\\\\mathrel\", \"\\\\mathopen\", \"\\\\mathclose\", \"\\\\mathpunct\", \"\\\\mathinner\"],\n props: {\n numArgs: 1,\n primitive: true\n },\n\n handler(_ref, args) {\n var {\n parser,\n funcName\n } = _ref;\n var body = args[0];\n return {\n type: \"mclass\",\n mode: parser.mode,\n mclass: \"m\" + funcName.slice(5),\n // TODO(kevinb): don't prefix with 'm'\n body: ordargument(body),\n isCharacterBox: utils.isCharacterBox(body)\n };\n },\n\n htmlBuilder: htmlBuilder$9,\n mathmlBuilder: mathmlBuilder$8\n});\nvar binrelClass = arg => {\n // \\binrel@ spacing varies with (bin|rel|ord) of the atom in the argument.\n // (by rendering separately and with {}s before and after, and measuring\n // the change in spacing). We'll do roughly the same by detecting the\n // atom type directly.\n var atom = arg.type === \"ordgroup\" && arg.body.length ? arg.body[0] : arg;\n\n if (atom.type === \"atom\" && (atom.family === \"bin\" || atom.family === \"rel\")) {\n return \"m\" + atom.family;\n } else {\n return \"mord\";\n }\n}; // \\@binrel{x}{y} renders like y but as mbin/mrel/mord if x is mbin/mrel/mord.\n// This is equivalent to \\binrel@{x}\\binrel@@{y} in AMSTeX.\n\ndefineFunction({\n type: \"mclass\",\n names: [\"\\\\@binrel\"],\n props: {\n numArgs: 2\n },\n\n handler(_ref2, args) {\n var {\n parser\n } = _ref2;\n return {\n type: \"mclass\",\n mode: parser.mode,\n mclass: binrelClass(args[0]),\n body: ordargument(args[1]),\n isCharacterBox: utils.isCharacterBox(args[1])\n };\n }\n\n}); // Build a relation or stacked op by placing one symbol on top of another\n\ndefineFunction({\n type: \"mclass\",\n names: [\"\\\\stackrel\", \"\\\\overset\", \"\\\\underset\"],\n props: {\n numArgs: 2\n },\n\n handler(_ref3, args) {\n var {\n parser,\n funcName\n } = _ref3;\n var baseArg = args[1];\n var shiftedArg = args[0];\n var mclass;\n\n if (funcName !== \"\\\\stackrel\") {\n // LaTeX applies \\binrel spacing to \\overset and \\underset.\n mclass = binrelClass(baseArg);\n } else {\n mclass = \"mrel\"; // for \\stackrel\n }\n\n var baseOp = {\n type: \"op\",\n mode: baseArg.mode,\n limits: true,\n alwaysHandleSupSub: true,\n parentIsSupSub: false,\n symbol: false,\n suppressBaseShift: funcName !== \"\\\\stackrel\",\n body: ordargument(baseArg)\n };\n var supsub = {\n type: \"supsub\",\n mode: shiftedArg.mode,\n base: baseOp,\n sup: funcName === \"\\\\underset\" ? null : shiftedArg,\n sub: funcName === \"\\\\underset\" ? shiftedArg : null\n };\n return {\n type: \"mclass\",\n mode: parser.mode,\n mclass,\n body: [supsub],\n isCharacterBox: utils.isCharacterBox(supsub)\n };\n },\n\n htmlBuilder: htmlBuilder$9,\n mathmlBuilder: mathmlBuilder$8\n});\n\n// \\pmb is a simulation of bold font.\n// The version of \\pmb in ambsy.sty works by typesetting three copies\n// with small offsets. We use CSS text-shadow.\n// It's a hack. Not as good as a real bold font. Better than nothing.\ndefineFunction({\n type: \"pmb\",\n names: [\"\\\\pmb\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n return {\n type: \"pmb\",\n mode: parser.mode,\n mclass: binrelClass(args[0]),\n body: ordargument(args[0])\n };\n },\n\n htmlBuilder(group, options) {\n var elements = buildExpression$1(group.body, options, true);\n var node = buildCommon.makeSpan([group.mclass], elements, options);\n node.style.textShadow = \"0.02em 0.01em 0.04px\";\n return node;\n },\n\n mathmlBuilder(group, style) {\n var inner = buildExpression(group.body, style); // Wrap with an element.\n\n var node = new mathMLTree.MathNode(\"mstyle\", inner);\n node.setAttribute(\"style\", \"text-shadow: 0.02em 0.01em 0.04px\");\n return node;\n }\n\n});\n\nvar cdArrowFunctionName = {\n \">\": \"\\\\\\\\cdrightarrow\",\n \"<\": \"\\\\\\\\cdleftarrow\",\n \"=\": \"\\\\\\\\cdlongequal\",\n \"A\": \"\\\\uparrow\",\n \"V\": \"\\\\downarrow\",\n \"|\": \"\\\\Vert\",\n \".\": \"no arrow\"\n};\n\nvar newCell = () => {\n // Create an empty cell, to be filled below with parse nodes.\n // The parseTree from this module must be constructed like the\n // one created by parseArray(), so an empty CD cell must\n // be a ParseNode<\"styling\">. And CD is always displaystyle.\n // So these values are fixed and flow can do implicit typing.\n return {\n type: \"styling\",\n body: [],\n mode: \"math\",\n style: \"display\"\n };\n};\n\nvar isStartOfArrow = node => {\n return node.type === \"textord\" && node.text === \"@\";\n};\n\nvar isLabelEnd = (node, endChar) => {\n return (node.type === \"mathord\" || node.type === \"atom\") && node.text === endChar;\n};\n\nfunction cdArrow(arrowChar, labels, parser) {\n // Return a parse tree of an arrow and its labels.\n // This acts in a way similar to a macro expansion.\n var funcName = cdArrowFunctionName[arrowChar];\n\n switch (funcName) {\n case \"\\\\\\\\cdrightarrow\":\n case \"\\\\\\\\cdleftarrow\":\n return parser.callFunction(funcName, [labels[0]], [labels[1]]);\n\n case \"\\\\uparrow\":\n case \"\\\\downarrow\":\n {\n var leftLabel = parser.callFunction(\"\\\\\\\\cdleft\", [labels[0]], []);\n var bareArrow = {\n type: \"atom\",\n text: funcName,\n mode: \"math\",\n family: \"rel\"\n };\n var sizedArrow = parser.callFunction(\"\\\\Big\", [bareArrow], []);\n var rightLabel = parser.callFunction(\"\\\\\\\\cdright\", [labels[1]], []);\n var arrowGroup = {\n type: \"ordgroup\",\n mode: \"math\",\n body: [leftLabel, sizedArrow, rightLabel]\n };\n return parser.callFunction(\"\\\\\\\\cdparent\", [arrowGroup], []);\n }\n\n case \"\\\\\\\\cdlongequal\":\n return parser.callFunction(\"\\\\\\\\cdlongequal\", [], []);\n\n case \"\\\\Vert\":\n {\n var arrow = {\n type: \"textord\",\n text: \"\\\\Vert\",\n mode: \"math\"\n };\n return parser.callFunction(\"\\\\Big\", [arrow], []);\n }\n\n default:\n return {\n type: \"textord\",\n text: \" \",\n mode: \"math\"\n };\n }\n}\n\nfunction parseCD(parser) {\n // Get the array's parse nodes with \\\\ temporarily mapped to \\cr.\n var parsedRows = [];\n parser.gullet.beginGroup();\n parser.gullet.macros.set(\"\\\\cr\", \"\\\\\\\\\\\\relax\");\n parser.gullet.beginGroup();\n\n while (true) {\n // eslint-disable-line no-constant-condition\n // Get the parse nodes for the next row.\n parsedRows.push(parser.parseExpression(false, \"\\\\\\\\\"));\n parser.gullet.endGroup();\n parser.gullet.beginGroup();\n var next = parser.fetch().text;\n\n if (next === \"&\" || next === \"\\\\\\\\\") {\n parser.consume();\n } else if (next === \"\\\\end\") {\n if (parsedRows[parsedRows.length - 1].length === 0) {\n parsedRows.pop(); // final row ended in \\\\\n }\n\n break;\n } else {\n throw new ParseError(\"Expected \\\\\\\\ or \\\\cr or \\\\end\", parser.nextToken);\n }\n }\n\n var row = [];\n var body = [row]; // Loop thru the parse nodes. Collect them into cells and arrows.\n\n for (var i = 0; i < parsedRows.length; i++) {\n // Start a new row.\n var rowNodes = parsedRows[i]; // Create the first cell.\n\n var cell = newCell();\n\n for (var j = 0; j < rowNodes.length; j++) {\n if (!isStartOfArrow(rowNodes[j])) {\n // If a parseNode is not an arrow, it goes into a cell.\n cell.body.push(rowNodes[j]);\n } else {\n // Parse node j is an \"@\", the start of an arrow.\n // Before starting on the arrow, push the cell into `row`.\n row.push(cell); // Now collect parseNodes into an arrow.\n // The character after \"@\" defines the arrow type.\n\n j += 1;\n var arrowChar = assertSymbolNodeType(rowNodes[j]).text; // Create two empty label nodes. We may or may not use them.\n\n var labels = new Array(2);\n labels[0] = {\n type: \"ordgroup\",\n mode: \"math\",\n body: []\n };\n labels[1] = {\n type: \"ordgroup\",\n mode: \"math\",\n body: []\n }; // Process the arrow.\n\n if (\"=|.\".indexOf(arrowChar) > -1) ; else if (\"<>AV\".indexOf(arrowChar) > -1) {\n // Four arrows, `@>>>`, `@<<<`, `@AAA`, and `@VVV`, each take\n // two optional labels. E.g. the right-point arrow syntax is\n // really: @>{optional label}>{optional label}>\n // Collect parseNodes into labels.\n for (var labelNum = 0; labelNum < 2; labelNum++) {\n var inLabel = true;\n\n for (var k = j + 1; k < rowNodes.length; k++) {\n if (isLabelEnd(rowNodes[k], arrowChar)) {\n inLabel = false;\n j = k;\n break;\n }\n\n if (isStartOfArrow(rowNodes[k])) {\n throw new ParseError(\"Missing a \" + arrowChar + \" character to complete a CD arrow.\", rowNodes[k]);\n }\n\n labels[labelNum].body.push(rowNodes[k]);\n }\n\n if (inLabel) {\n // isLabelEnd never returned a true.\n throw new ParseError(\"Missing a \" + arrowChar + \" character to complete a CD arrow.\", rowNodes[j]);\n }\n }\n } else {\n throw new ParseError(\"Expected one of \\\"<>AV=|.\\\" after @\", rowNodes[j]);\n } // Now join the arrow to its labels.\n\n\n var arrow = cdArrow(arrowChar, labels, parser); // Wrap the arrow in ParseNode<\"styling\">.\n // This is done to match parseArray() behavior.\n\n var wrappedArrow = {\n type: \"styling\",\n body: [arrow],\n mode: \"math\",\n style: \"display\" // CD is always displaystyle.\n\n };\n row.push(wrappedArrow); // In CD's syntax, cells are implicit. That is, everything that\n // is not an arrow gets collected into a cell. So create an empty\n // cell now. It will collect upcoming parseNodes.\n\n cell = newCell();\n }\n }\n\n if (i % 2 === 0) {\n // Even-numbered rows consist of: cell, arrow, cell, arrow, ... cell\n // The last cell is not yet pushed into `row`, so:\n row.push(cell);\n } else {\n // Odd-numbered rows consist of: vert arrow, empty cell, ... vert arrow\n // Remove the empty cell that was placed at the beginning of `row`.\n row.shift();\n }\n\n row = [];\n body.push(row);\n } // End row group\n\n\n parser.gullet.endGroup(); // End array group defining \\\\\n\n parser.gullet.endGroup(); // define column separation.\n\n var cols = new Array(body[0].length).fill({\n type: \"align\",\n align: \"c\",\n pregap: 0.25,\n // CD package sets \\enskip between columns.\n postgap: 0.25 // So pre and post each get half an \\enskip, i.e. 0.25em.\n\n });\n return {\n type: \"array\",\n mode: \"math\",\n body,\n arraystretch: 1,\n addJot: true,\n rowGaps: [null],\n cols,\n colSeparationType: \"CD\",\n hLinesBeforeRow: new Array(body.length + 1).fill([])\n };\n} // The functions below are not available for general use.\n// They are here only for internal use by the {CD} environment in placing labels\n// next to vertical arrows.\n// We don't need any such functions for horizontal arrows because we can reuse\n// the functionality that already exists for extensible arrows.\n\ndefineFunction({\n type: \"cdlabel\",\n names: [\"\\\\\\\\cdleft\", \"\\\\\\\\cdright\"],\n props: {\n numArgs: 1\n },\n\n handler(_ref, args) {\n var {\n parser,\n funcName\n } = _ref;\n return {\n type: \"cdlabel\",\n mode: parser.mode,\n side: funcName.slice(4),\n label: args[0]\n };\n },\n\n htmlBuilder(group, options) {\n var newOptions = options.havingStyle(options.style.sup());\n var label = buildCommon.wrapFragment(buildGroup$1(group.label, newOptions, options), options);\n label.classes.push(\"cd-label-\" + group.side);\n label.style.bottom = makeEm(0.8 - label.depth); // Zero out label height & depth, so vertical align of arrow is set\n // by the arrow height, not by the label.\n\n label.height = 0;\n label.depth = 0;\n return label;\n },\n\n mathmlBuilder(group, options) {\n var label = new mathMLTree.MathNode(\"mrow\", [buildGroup(group.label, options)]);\n label = new mathMLTree.MathNode(\"mpadded\", [label]);\n label.setAttribute(\"width\", \"0\");\n\n if (group.side === \"left\") {\n label.setAttribute(\"lspace\", \"-1width\");\n } // We have to guess at vertical alignment. We know the arrow is 1.8em tall,\n // But we don't know the height or depth of the label.\n\n\n label.setAttribute(\"voffset\", \"0.7em\");\n label = new mathMLTree.MathNode(\"mstyle\", [label]);\n label.setAttribute(\"displaystyle\", \"false\");\n label.setAttribute(\"scriptlevel\", \"1\");\n return label;\n }\n\n});\ndefineFunction({\n type: \"cdlabelparent\",\n names: [\"\\\\\\\\cdparent\"],\n props: {\n numArgs: 1\n },\n\n handler(_ref2, args) {\n var {\n parser\n } = _ref2;\n return {\n type: \"cdlabelparent\",\n mode: parser.mode,\n fragment: args[0]\n };\n },\n\n htmlBuilder(group, options) {\n // Wrap the vertical arrow and its labels.\n // The parent gets position: relative. The child gets position: absolute.\n // So CSS can locate the label correctly.\n var parent = buildCommon.wrapFragment(buildGroup$1(group.fragment, options), options);\n parent.classes.push(\"cd-vert-arrow\");\n return parent;\n },\n\n mathmlBuilder(group, options) {\n return new mathMLTree.MathNode(\"mrow\", [buildGroup(group.fragment, options)]);\n }\n\n});\n\n// {123} and converts into symbol with code 123. It is used by the *macro*\n// \\char defined in macros.js.\n\ndefineFunction({\n type: \"textord\",\n names: [\"\\\\@char\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n var arg = assertNodeType(args[0], \"ordgroup\");\n var group = arg.body;\n var number = \"\";\n\n for (var i = 0; i < group.length; i++) {\n var node = assertNodeType(group[i], \"textord\");\n number += node.text;\n }\n\n var code = parseInt(number);\n var text;\n\n if (isNaN(code)) {\n throw new ParseError(\"\\\\@char has non-numeric argument \" + number); // If we drop IE support, the following code could be replaced with\n // text = String.fromCodePoint(code)\n } else if (code < 0 || code >= 0x10ffff) {\n throw new ParseError(\"\\\\@char with invalid code point \" + number);\n } else if (code <= 0xffff) {\n text = String.fromCharCode(code);\n } else {\n // Astral code point; split into surrogate halves\n code -= 0x10000;\n text = String.fromCharCode((code >> 10) + 0xd800, (code & 0x3ff) + 0xdc00);\n }\n\n return {\n type: \"textord\",\n mode: parser.mode,\n text: text\n };\n }\n\n});\n\nvar htmlBuilder$8 = (group, options) => {\n var elements = buildExpression$1(group.body, options.withColor(group.color), false); // \\color isn't supposed to affect the type of the elements it contains.\n // To accomplish this, we wrap the results in a fragment, so the inner\n // elements will be able to directly interact with their neighbors. For\n // example, `\\color{red}{2 +} 3` has the same spacing as `2 + 3`\n\n return buildCommon.makeFragment(elements);\n};\n\nvar mathmlBuilder$7 = (group, options) => {\n var inner = buildExpression(group.body, options.withColor(group.color));\n var node = new mathMLTree.MathNode(\"mstyle\", inner);\n node.setAttribute(\"mathcolor\", group.color);\n return node;\n};\n\ndefineFunction({\n type: \"color\",\n names: [\"\\\\textcolor\"],\n props: {\n numArgs: 2,\n allowedInText: true,\n argTypes: [\"color\", \"original\"]\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n var color = assertNodeType(args[0], \"color-token\").color;\n var body = args[1];\n return {\n type: \"color\",\n mode: parser.mode,\n color,\n body: ordargument(body)\n };\n },\n\n htmlBuilder: htmlBuilder$8,\n mathmlBuilder: mathmlBuilder$7\n});\ndefineFunction({\n type: \"color\",\n names: [\"\\\\color\"],\n props: {\n numArgs: 1,\n allowedInText: true,\n argTypes: [\"color\"]\n },\n\n handler(_ref2, args) {\n var {\n parser,\n breakOnTokenText\n } = _ref2;\n var color = assertNodeType(args[0], \"color-token\").color; // Set macro \\current@color in current namespace to store the current\n // color, mimicking the behavior of color.sty.\n // This is currently used just to correctly color a \\right\n // that follows a \\color command.\n\n parser.gullet.macros.set(\"\\\\current@color\", color); // Parse out the implicit body that should be colored.\n\n var body = parser.parseExpression(true, breakOnTokenText);\n return {\n type: \"color\",\n mode: parser.mode,\n color,\n body\n };\n },\n\n htmlBuilder: htmlBuilder$8,\n mathmlBuilder: mathmlBuilder$7\n});\n\n// Row breaks within tabular environments, and line breaks at top level\n\ndefineFunction({\n type: \"cr\",\n names: [\"\\\\\\\\\"],\n props: {\n numArgs: 0,\n numOptionalArgs: 0,\n allowedInText: true\n },\n\n handler(_ref, args, optArgs) {\n var {\n parser\n } = _ref;\n var size = parser.gullet.future().text === \"[\" ? parser.parseSizeGroup(true) : null;\n var newLine = !parser.settings.displayMode || !parser.settings.useStrictBehavior(\"newLineInDisplayMode\", \"In LaTeX, \\\\\\\\ or \\\\newline \" + \"does nothing in display mode\");\n return {\n type: \"cr\",\n mode: parser.mode,\n newLine,\n size: size && assertNodeType(size, \"size\").value\n };\n },\n\n // The following builders are called only at the top level,\n // not within tabular/array environments.\n htmlBuilder(group, options) {\n var span = buildCommon.makeSpan([\"mspace\"], [], options);\n\n if (group.newLine) {\n span.classes.push(\"newline\");\n\n if (group.size) {\n span.style.marginTop = makeEm(calculateSize(group.size, options));\n }\n }\n\n return span;\n },\n\n mathmlBuilder(group, options) {\n var node = new mathMLTree.MathNode(\"mspace\");\n\n if (group.newLine) {\n node.setAttribute(\"linebreak\", \"newline\");\n\n if (group.size) {\n node.setAttribute(\"height\", makeEm(calculateSize(group.size, options)));\n }\n }\n\n return node;\n }\n\n});\n\nvar globalMap = {\n \"\\\\global\": \"\\\\global\",\n \"\\\\long\": \"\\\\\\\\globallong\",\n \"\\\\\\\\globallong\": \"\\\\\\\\globallong\",\n \"\\\\def\": \"\\\\gdef\",\n \"\\\\gdef\": \"\\\\gdef\",\n \"\\\\edef\": \"\\\\xdef\",\n \"\\\\xdef\": \"\\\\xdef\",\n \"\\\\let\": \"\\\\\\\\globallet\",\n \"\\\\futurelet\": \"\\\\\\\\globalfuture\"\n};\n\nvar checkControlSequence = tok => {\n var name = tok.text;\n\n if (/^(?:[\\\\{}$&#^_]|EOF)$/.test(name)) {\n throw new ParseError(\"Expected a control sequence\", tok);\n }\n\n return name;\n};\n\nvar getRHS = parser => {\n var tok = parser.gullet.popToken();\n\n if (tok.text === \"=\") {\n // consume optional equals\n tok = parser.gullet.popToken();\n\n if (tok.text === \" \") {\n // consume one optional space\n tok = parser.gullet.popToken();\n }\n }\n\n return tok;\n};\n\nvar letCommand = (parser, name, tok, global) => {\n var macro = parser.gullet.macros.get(tok.text);\n\n if (macro == null) {\n // don't expand it later even if a macro with the same name is defined\n // e.g., \\let\\foo=\\frac \\def\\frac{\\relax} \\frac12\n tok.noexpand = true;\n macro = {\n tokens: [tok],\n numArgs: 0,\n // reproduce the same behavior in expansion\n unexpandable: !parser.gullet.isExpandable(tok.text)\n };\n }\n\n parser.gullet.macros.set(name, macro, global);\n}; // -> |\n// -> |\\global\n// -> |\n// -> \\global|\\long|\\outer\n\n\ndefineFunction({\n type: \"internal\",\n names: [\"\\\\global\", \"\\\\long\", \"\\\\\\\\globallong\" // can’t be entered directly\n ],\n props: {\n numArgs: 0,\n allowedInText: true\n },\n\n handler(_ref) {\n var {\n parser,\n funcName\n } = _ref;\n parser.consumeSpaces();\n var token = parser.fetch();\n\n if (globalMap[token.text]) {\n // KaTeX doesn't have \\par, so ignore \\long\n if (funcName === \"\\\\global\" || funcName === \"\\\\\\\\globallong\") {\n token.text = globalMap[token.text];\n }\n\n return assertNodeType(parser.parseFunction(), \"internal\");\n }\n\n throw new ParseError(\"Invalid token after macro prefix\", token);\n }\n\n}); // Basic support for macro definitions: \\def, \\gdef, \\edef, \\xdef\n// -> \n// -> \\def|\\gdef|\\edef|\\xdef\n// -> \n\ndefineFunction({\n type: \"internal\",\n names: [\"\\\\def\", \"\\\\gdef\", \"\\\\edef\", \"\\\\xdef\"],\n props: {\n numArgs: 0,\n allowedInText: true,\n primitive: true\n },\n\n handler(_ref2) {\n var {\n parser,\n funcName\n } = _ref2;\n var tok = parser.gullet.popToken();\n var name = tok.text;\n\n if (/^(?:[\\\\{}$&#^_]|EOF)$/.test(name)) {\n throw new ParseError(\"Expected a control sequence\", tok);\n }\n\n var numArgs = 0;\n var insert;\n var delimiters = [[]]; // contains no braces\n\n while (parser.gullet.future().text !== \"{\") {\n tok = parser.gullet.popToken();\n\n if (tok.text === \"#\") {\n // If the very last character of the is #, so that\n // this # is immediately followed by {, TeX will behave as if the {\n // had been inserted at the right end of both the parameter text\n // and the replacement text.\n if (parser.gullet.future().text === \"{\") {\n insert = parser.gullet.future();\n delimiters[numArgs].push(\"{\");\n break;\n } // A parameter, the first appearance of # must be followed by 1,\n // the next by 2, and so on; up to nine #’s are allowed\n\n\n tok = parser.gullet.popToken();\n\n if (!/^[1-9]$/.test(tok.text)) {\n throw new ParseError(\"Invalid argument number \\\"\" + tok.text + \"\\\"\");\n }\n\n if (parseInt(tok.text) !== numArgs + 1) {\n throw new ParseError(\"Argument number \\\"\" + tok.text + \"\\\" out of order\");\n }\n\n numArgs++;\n delimiters.push([]);\n } else if (tok.text === \"EOF\") {\n throw new ParseError(\"Expected a macro definition\");\n } else {\n delimiters[numArgs].push(tok.text);\n }\n } // replacement text, enclosed in '{' and '}' and properly nested\n\n\n var {\n tokens\n } = parser.gullet.consumeArg();\n\n if (insert) {\n tokens.unshift(insert);\n }\n\n if (funcName === \"\\\\edef\" || funcName === \"\\\\xdef\") {\n tokens = parser.gullet.expandTokens(tokens);\n tokens.reverse(); // to fit in with stack order\n } // Final arg is the expansion of the macro\n\n\n parser.gullet.macros.set(name, {\n tokens,\n numArgs,\n delimiters\n }, funcName === globalMap[funcName]);\n return {\n type: \"internal\",\n mode: parser.mode\n };\n }\n\n}); // -> \n// -> \\futurelet\n// | \\let\n// -> |=\n\ndefineFunction({\n type: \"internal\",\n names: [\"\\\\let\", \"\\\\\\\\globallet\" // can’t be entered directly\n ],\n props: {\n numArgs: 0,\n allowedInText: true,\n primitive: true\n },\n\n handler(_ref3) {\n var {\n parser,\n funcName\n } = _ref3;\n var name = checkControlSequence(parser.gullet.popToken());\n parser.gullet.consumeSpaces();\n var tok = getRHS(parser);\n letCommand(parser, name, tok, funcName === \"\\\\\\\\globallet\");\n return {\n type: \"internal\",\n mode: parser.mode\n };\n }\n\n}); // ref: https://www.tug.org/TUGboat/tb09-3/tb22bechtolsheim.pdf\n\ndefineFunction({\n type: \"internal\",\n names: [\"\\\\futurelet\", \"\\\\\\\\globalfuture\" // can’t be entered directly\n ],\n props: {\n numArgs: 0,\n allowedInText: true,\n primitive: true\n },\n\n handler(_ref4) {\n var {\n parser,\n funcName\n } = _ref4;\n var name = checkControlSequence(parser.gullet.popToken());\n var middle = parser.gullet.popToken();\n var tok = parser.gullet.popToken();\n letCommand(parser, name, tok, funcName === \"\\\\\\\\globalfuture\");\n parser.gullet.pushToken(tok);\n parser.gullet.pushToken(middle);\n return {\n type: \"internal\",\n mode: parser.mode\n };\n }\n\n});\n\n/**\n * This file deals with creating delimiters of various sizes. The TeXbook\n * discusses these routines on page 441-442, in the \"Another subroutine sets box\n * x to a specified variable delimiter\" paragraph.\n *\n * There are three main routines here. `makeSmallDelim` makes a delimiter in the\n * normal font, but in either text, script, or scriptscript style.\n * `makeLargeDelim` makes a delimiter in textstyle, but in one of the Size1,\n * Size2, Size3, or Size4 fonts. `makeStackedDelim` makes a delimiter out of\n * smaller pieces that are stacked on top of one another.\n *\n * The functions take a parameter `center`, which determines if the delimiter\n * should be centered around the axis.\n *\n * Then, there are three exposed functions. `sizedDelim` makes a delimiter in\n * one of the given sizes. This is used for things like `\\bigl`.\n * `customSizedDelim` makes a delimiter with a given total height+depth. It is\n * called in places like `\\sqrt`. `leftRightDelim` makes an appropriate\n * delimiter which surrounds an expression of a given height an depth. It is\n * used in `\\left` and `\\right`.\n */\n\n/**\n * Get the metrics for a given symbol and font, after transformation (i.e.\n * after following replacement from symbols.js)\n */\nvar getMetrics = function getMetrics(symbol, font, mode) {\n var replace = symbols.math[symbol] && symbols.math[symbol].replace;\n var metrics = getCharacterMetrics(replace || symbol, font, mode);\n\n if (!metrics) {\n throw new Error(\"Unsupported symbol \" + symbol + \" and font size \" + font + \".\");\n }\n\n return metrics;\n};\n/**\n * Puts a delimiter span in a given style, and adds appropriate height, depth,\n * and maxFontSizes.\n */\n\n\nvar styleWrap = function styleWrap(delim, toStyle, options, classes) {\n var newOptions = options.havingBaseStyle(toStyle);\n var span = buildCommon.makeSpan(classes.concat(newOptions.sizingClasses(options)), [delim], options);\n var delimSizeMultiplier = newOptions.sizeMultiplier / options.sizeMultiplier;\n span.height *= delimSizeMultiplier;\n span.depth *= delimSizeMultiplier;\n span.maxFontSize = newOptions.sizeMultiplier;\n return span;\n};\n\nvar centerSpan = function centerSpan(span, options, style) {\n var newOptions = options.havingBaseStyle(style);\n var shift = (1 - options.sizeMultiplier / newOptions.sizeMultiplier) * options.fontMetrics().axisHeight;\n span.classes.push(\"delimcenter\");\n span.style.top = makeEm(shift);\n span.height -= shift;\n span.depth += shift;\n};\n/**\n * Makes a small delimiter. This is a delimiter that comes in the Main-Regular\n * font, but is restyled to either be in textstyle, scriptstyle, or\n * scriptscriptstyle.\n */\n\n\nvar makeSmallDelim = function makeSmallDelim(delim, style, center, options, mode, classes) {\n var text = buildCommon.makeSymbol(delim, \"Main-Regular\", mode, options);\n var span = styleWrap(text, style, options, classes);\n\n if (center) {\n centerSpan(span, options, style);\n }\n\n return span;\n};\n/**\n * Builds a symbol in the given font size (note size is an integer)\n */\n\n\nvar mathrmSize = function mathrmSize(value, size, mode, options) {\n return buildCommon.makeSymbol(value, \"Size\" + size + \"-Regular\", mode, options);\n};\n/**\n * Makes a large delimiter. This is a delimiter that comes in the Size1, Size2,\n * Size3, or Size4 fonts. It is always rendered in textstyle.\n */\n\n\nvar makeLargeDelim = function makeLargeDelim(delim, size, center, options, mode, classes) {\n var inner = mathrmSize(delim, size, mode, options);\n var span = styleWrap(buildCommon.makeSpan([\"delimsizing\", \"size\" + size], [inner], options), Style$1.TEXT, options, classes);\n\n if (center) {\n centerSpan(span, options, Style$1.TEXT);\n }\n\n return span;\n};\n/**\n * Make a span from a font glyph with the given offset and in the given font.\n * This is used in makeStackedDelim to make the stacking pieces for the delimiter.\n */\n\n\nvar makeGlyphSpan = function makeGlyphSpan(symbol, font, mode) {\n var sizeClass; // Apply the correct CSS class to choose the right font.\n\n if (font === \"Size1-Regular\") {\n sizeClass = \"delim-size1\";\n } else\n /* if (font === \"Size4-Regular\") */\n {\n sizeClass = \"delim-size4\";\n }\n\n var corner = buildCommon.makeSpan([\"delimsizinginner\", sizeClass], [buildCommon.makeSpan([], [buildCommon.makeSymbol(symbol, font, mode)])]); // Since this will be passed into `makeVList` in the end, wrap the element\n // in the appropriate tag that VList uses.\n\n return {\n type: \"elem\",\n elem: corner\n };\n};\n\nvar makeInner = function makeInner(ch, height, options) {\n // Create a span with inline SVG for the inner part of a tall stacked delimiter.\n var width = fontMetricsData['Size4-Regular'][ch.charCodeAt(0)] ? fontMetricsData['Size4-Regular'][ch.charCodeAt(0)][4] : fontMetricsData['Size1-Regular'][ch.charCodeAt(0)][4];\n var path = new PathNode(\"inner\", innerPath(ch, Math.round(1000 * height)));\n var svgNode = new SvgNode([path], {\n \"width\": makeEm(width),\n \"height\": makeEm(height),\n // Override CSS rule `.katex svg { width: 100% }`\n \"style\": \"width:\" + makeEm(width),\n \"viewBox\": \"0 0 \" + 1000 * width + \" \" + Math.round(1000 * height),\n \"preserveAspectRatio\": \"xMinYMin\"\n });\n var span = buildCommon.makeSvgSpan([], [svgNode], options);\n span.height = height;\n span.style.height = makeEm(height);\n span.style.width = makeEm(width);\n return {\n type: \"elem\",\n elem: span\n };\n}; // Helpers for makeStackedDelim\n\n\nvar lapInEms = 0.008;\nvar lap = {\n type: \"kern\",\n size: -1 * lapInEms\n};\nvar verts = [\"|\", \"\\\\lvert\", \"\\\\rvert\", \"\\\\vert\"];\nvar doubleVerts = [\"\\\\|\", \"\\\\lVert\", \"\\\\rVert\", \"\\\\Vert\"];\n/**\n * Make a stacked delimiter out of a given delimiter, with the total height at\n * least `heightTotal`. This routine is mentioned on page 442 of the TeXbook.\n */\n\nvar makeStackedDelim = function makeStackedDelim(delim, heightTotal, center, options, mode, classes) {\n // There are four parts, the top, an optional middle, a repeated part, and a\n // bottom.\n var top;\n var middle;\n var repeat;\n var bottom;\n var svgLabel = \"\";\n var viewBoxWidth = 0;\n top = repeat = bottom = delim;\n middle = null; // Also keep track of what font the delimiters are in\n\n var font = \"Size1-Regular\"; // We set the parts and font based on the symbol. Note that we use\n // '\\u23d0' instead of '|' and '\\u2016' instead of '\\\\|' for the\n // repeats of the arrows\n\n if (delim === \"\\\\uparrow\") {\n repeat = bottom = \"\\u23d0\";\n } else if (delim === \"\\\\Uparrow\") {\n repeat = bottom = \"\\u2016\";\n } else if (delim === \"\\\\downarrow\") {\n top = repeat = \"\\u23d0\";\n } else if (delim === \"\\\\Downarrow\") {\n top = repeat = \"\\u2016\";\n } else if (delim === \"\\\\updownarrow\") {\n top = \"\\\\uparrow\";\n repeat = \"\\u23d0\";\n bottom = \"\\\\downarrow\";\n } else if (delim === \"\\\\Updownarrow\") {\n top = \"\\\\Uparrow\";\n repeat = \"\\u2016\";\n bottom = \"\\\\Downarrow\";\n } else if (utils.contains(verts, delim)) {\n repeat = \"\\u2223\";\n svgLabel = \"vert\";\n viewBoxWidth = 333;\n } else if (utils.contains(doubleVerts, delim)) {\n repeat = \"\\u2225\";\n svgLabel = \"doublevert\";\n viewBoxWidth = 556;\n } else if (delim === \"[\" || delim === \"\\\\lbrack\") {\n top = \"\\u23a1\";\n repeat = \"\\u23a2\";\n bottom = \"\\u23a3\";\n font = \"Size4-Regular\";\n svgLabel = \"lbrack\";\n viewBoxWidth = 667;\n } else if (delim === \"]\" || delim === \"\\\\rbrack\") {\n top = \"\\u23a4\";\n repeat = \"\\u23a5\";\n bottom = \"\\u23a6\";\n font = \"Size4-Regular\";\n svgLabel = \"rbrack\";\n viewBoxWidth = 667;\n } else if (delim === \"\\\\lfloor\" || delim === \"\\u230a\") {\n repeat = top = \"\\u23a2\";\n bottom = \"\\u23a3\";\n font = \"Size4-Regular\";\n svgLabel = \"lfloor\";\n viewBoxWidth = 667;\n } else if (delim === \"\\\\lceil\" || delim === \"\\u2308\") {\n top = \"\\u23a1\";\n repeat = bottom = \"\\u23a2\";\n font = \"Size4-Regular\";\n svgLabel = \"lceil\";\n viewBoxWidth = 667;\n } else if (delim === \"\\\\rfloor\" || delim === \"\\u230b\") {\n repeat = top = \"\\u23a5\";\n bottom = \"\\u23a6\";\n font = \"Size4-Regular\";\n svgLabel = \"rfloor\";\n viewBoxWidth = 667;\n } else if (delim === \"\\\\rceil\" || delim === \"\\u2309\") {\n top = \"\\u23a4\";\n repeat = bottom = \"\\u23a5\";\n font = \"Size4-Regular\";\n svgLabel = \"rceil\";\n viewBoxWidth = 667;\n } else if (delim === \"(\" || delim === \"\\\\lparen\") {\n top = \"\\u239b\";\n repeat = \"\\u239c\";\n bottom = \"\\u239d\";\n font = \"Size4-Regular\";\n svgLabel = \"lparen\";\n viewBoxWidth = 875;\n } else if (delim === \")\" || delim === \"\\\\rparen\") {\n top = \"\\u239e\";\n repeat = \"\\u239f\";\n bottom = \"\\u23a0\";\n font = \"Size4-Regular\";\n svgLabel = \"rparen\";\n viewBoxWidth = 875;\n } else if (delim === \"\\\\{\" || delim === \"\\\\lbrace\") {\n top = \"\\u23a7\";\n middle = \"\\u23a8\";\n bottom = \"\\u23a9\";\n repeat = \"\\u23aa\";\n font = \"Size4-Regular\";\n } else if (delim === \"\\\\}\" || delim === \"\\\\rbrace\") {\n top = \"\\u23ab\";\n middle = \"\\u23ac\";\n bottom = \"\\u23ad\";\n repeat = \"\\u23aa\";\n font = \"Size4-Regular\";\n } else if (delim === \"\\\\lgroup\" || delim === \"\\u27ee\") {\n top = \"\\u23a7\";\n bottom = \"\\u23a9\";\n repeat = \"\\u23aa\";\n font = \"Size4-Regular\";\n } else if (delim === \"\\\\rgroup\" || delim === \"\\u27ef\") {\n top = \"\\u23ab\";\n bottom = \"\\u23ad\";\n repeat = \"\\u23aa\";\n font = \"Size4-Regular\";\n } else if (delim === \"\\\\lmoustache\" || delim === \"\\u23b0\") {\n top = \"\\u23a7\";\n bottom = \"\\u23ad\";\n repeat = \"\\u23aa\";\n font = \"Size4-Regular\";\n } else if (delim === \"\\\\rmoustache\" || delim === \"\\u23b1\") {\n top = \"\\u23ab\";\n bottom = \"\\u23a9\";\n repeat = \"\\u23aa\";\n font = \"Size4-Regular\";\n } // Get the metrics of the four sections\n\n\n var topMetrics = getMetrics(top, font, mode);\n var topHeightTotal = topMetrics.height + topMetrics.depth;\n var repeatMetrics = getMetrics(repeat, font, mode);\n var repeatHeightTotal = repeatMetrics.height + repeatMetrics.depth;\n var bottomMetrics = getMetrics(bottom, font, mode);\n var bottomHeightTotal = bottomMetrics.height + bottomMetrics.depth;\n var middleHeightTotal = 0;\n var middleFactor = 1;\n\n if (middle !== null) {\n var middleMetrics = getMetrics(middle, font, mode);\n middleHeightTotal = middleMetrics.height + middleMetrics.depth;\n middleFactor = 2; // repeat symmetrically above and below middle\n } // Calculate the minimal height that the delimiter can have.\n // It is at least the size of the top, bottom, and optional middle combined.\n\n\n var minHeight = topHeightTotal + bottomHeightTotal + middleHeightTotal; // Compute the number of copies of the repeat symbol we will need\n\n var repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeightTotal))); // Compute the total height of the delimiter including all the symbols\n\n var realHeightTotal = minHeight + repeatCount * middleFactor * repeatHeightTotal; // The center of the delimiter is placed at the center of the axis. Note\n // that in this context, \"center\" means that the delimiter should be\n // centered around the axis in the current style, while normally it is\n // centered around the axis in textstyle.\n\n var axisHeight = options.fontMetrics().axisHeight;\n\n if (center) {\n axisHeight *= options.sizeMultiplier;\n } // Calculate the depth\n\n\n var depth = realHeightTotal / 2 - axisHeight; // Now, we start building the pieces that will go into the vlist\n // Keep a list of the pieces of the stacked delimiter\n\n var stack = [];\n\n if (svgLabel.length > 0) {\n // Instead of stacking glyphs, create a single SVG.\n // This evades browser problems with imprecise positioning of spans.\n var midHeight = realHeightTotal - topHeightTotal - bottomHeightTotal;\n var viewBoxHeight = Math.round(realHeightTotal * 1000);\n var pathStr = tallDelim(svgLabel, Math.round(midHeight * 1000));\n var path = new PathNode(svgLabel, pathStr);\n var width = (viewBoxWidth / 1000).toFixed(3) + \"em\";\n var height = (viewBoxHeight / 1000).toFixed(3) + \"em\";\n var svg = new SvgNode([path], {\n \"width\": width,\n \"height\": height,\n \"viewBox\": \"0 0 \" + viewBoxWidth + \" \" + viewBoxHeight\n });\n var wrapper = buildCommon.makeSvgSpan([], [svg], options);\n wrapper.height = viewBoxHeight / 1000;\n wrapper.style.width = width;\n wrapper.style.height = height;\n stack.push({\n type: \"elem\",\n elem: wrapper\n });\n } else {\n // Stack glyphs\n // Start by adding the bottom symbol\n stack.push(makeGlyphSpan(bottom, font, mode));\n stack.push(lap); // overlap\n\n if (middle === null) {\n // The middle section will be an SVG. Make it an extra 0.016em tall.\n // We'll overlap by 0.008em at top and bottom.\n var innerHeight = realHeightTotal - topHeightTotal - bottomHeightTotal + 2 * lapInEms;\n stack.push(makeInner(repeat, innerHeight, options));\n } else {\n // When there is a middle bit, we need the middle part and two repeated\n // sections\n var _innerHeight = (realHeightTotal - topHeightTotal - bottomHeightTotal - middleHeightTotal) / 2 + 2 * lapInEms;\n\n stack.push(makeInner(repeat, _innerHeight, options)); // Now insert the middle of the brace.\n\n stack.push(lap);\n stack.push(makeGlyphSpan(middle, font, mode));\n stack.push(lap);\n stack.push(makeInner(repeat, _innerHeight, options));\n } // Add the top symbol\n\n\n stack.push(lap);\n stack.push(makeGlyphSpan(top, font, mode));\n } // Finally, build the vlist\n\n\n var newOptions = options.havingBaseStyle(Style$1.TEXT);\n var inner = buildCommon.makeVList({\n positionType: \"bottom\",\n positionData: depth,\n children: stack\n }, newOptions);\n return styleWrap(buildCommon.makeSpan([\"delimsizing\", \"mult\"], [inner], newOptions), Style$1.TEXT, options, classes);\n}; // All surds have 0.08em padding above the vinculum inside the SVG.\n// That keeps browser span height rounding error from pinching the line.\n\n\nvar vbPad = 80; // padding above the surd, measured inside the viewBox.\n\nvar emPad = 0.08; // padding, in ems, measured in the document.\n\nvar sqrtSvg = function sqrtSvg(sqrtName, height, viewBoxHeight, extraVinculum, options) {\n var path = sqrtPath(sqrtName, extraVinculum, viewBoxHeight);\n var pathNode = new PathNode(sqrtName, path);\n var svg = new SvgNode([pathNode], {\n // Note: 1000:1 ratio of viewBox to document em width.\n \"width\": \"400em\",\n \"height\": makeEm(height),\n \"viewBox\": \"0 0 400000 \" + viewBoxHeight,\n \"preserveAspectRatio\": \"xMinYMin slice\"\n });\n return buildCommon.makeSvgSpan([\"hide-tail\"], [svg], options);\n};\n/**\n * Make a sqrt image of the given height,\n */\n\n\nvar makeSqrtImage = function makeSqrtImage(height, options) {\n // Define a newOptions that removes the effect of size changes such as \\Huge.\n // We don't pick different a height surd for \\Huge. For it, we scale up.\n var newOptions = options.havingBaseSizing(); // Pick the desired surd glyph from a sequence of surds.\n\n var delim = traverseSequence(\"\\\\surd\", height * newOptions.sizeMultiplier, stackLargeDelimiterSequence, newOptions);\n var sizeMultiplier = newOptions.sizeMultiplier; // default\n // The standard sqrt SVGs each have a 0.04em thick vinculum.\n // If Settings.minRuleThickness is larger than that, we add extraVinculum.\n\n var extraVinculum = Math.max(0, options.minRuleThickness - options.fontMetrics().sqrtRuleThickness); // Create a span containing an SVG image of a sqrt symbol.\n\n var span;\n var spanHeight = 0;\n var texHeight = 0;\n var viewBoxHeight = 0;\n var advanceWidth; // We create viewBoxes with 80 units of \"padding\" above each surd.\n // Then browser rounding error on the parent span height will not\n // encroach on the ink of the vinculum. But that padding is not\n // included in the TeX-like `height` used for calculation of\n // vertical alignment. So texHeight = span.height < span.style.height.\n\n if (delim.type === \"small\") {\n // Get an SVG that is derived from glyph U+221A in font KaTeX-Main.\n // 1000 unit normal glyph height.\n viewBoxHeight = 1000 + 1000 * extraVinculum + vbPad;\n\n if (height < 1.0) {\n sizeMultiplier = 1.0; // mimic a \\textfont radical\n } else if (height < 1.4) {\n sizeMultiplier = 0.7; // mimic a \\scriptfont radical\n }\n\n spanHeight = (1.0 + extraVinculum + emPad) / sizeMultiplier;\n texHeight = (1.00 + extraVinculum) / sizeMultiplier;\n span = sqrtSvg(\"sqrtMain\", spanHeight, viewBoxHeight, extraVinculum, options);\n span.style.minWidth = \"0.853em\";\n advanceWidth = 0.833 / sizeMultiplier; // from the font.\n } else if (delim.type === \"large\") {\n // These SVGs come from fonts: KaTeX_Size1, _Size2, etc.\n viewBoxHeight = (1000 + vbPad) * sizeToMaxHeight[delim.size];\n texHeight = (sizeToMaxHeight[delim.size] + extraVinculum) / sizeMultiplier;\n spanHeight = (sizeToMaxHeight[delim.size] + extraVinculum + emPad) / sizeMultiplier;\n span = sqrtSvg(\"sqrtSize\" + delim.size, spanHeight, viewBoxHeight, extraVinculum, options);\n span.style.minWidth = \"1.02em\";\n advanceWidth = 1.0 / sizeMultiplier; // 1.0 from the font.\n } else {\n // Tall sqrt. In TeX, this would be stacked using multiple glyphs.\n // We'll use a single SVG to accomplish the same thing.\n spanHeight = height + extraVinculum + emPad;\n texHeight = height + extraVinculum;\n viewBoxHeight = Math.floor(1000 * height + extraVinculum) + vbPad;\n span = sqrtSvg(\"sqrtTall\", spanHeight, viewBoxHeight, extraVinculum, options);\n span.style.minWidth = \"0.742em\";\n advanceWidth = 1.056;\n }\n\n span.height = texHeight;\n span.style.height = makeEm(spanHeight);\n return {\n span,\n advanceWidth,\n // Calculate the actual line width.\n // This actually should depend on the chosen font -- e.g. \\boldmath\n // should use the thicker surd symbols from e.g. KaTeX_Main-Bold, and\n // have thicker rules.\n ruleWidth: (options.fontMetrics().sqrtRuleThickness + extraVinculum) * sizeMultiplier\n };\n}; // There are three kinds of delimiters, delimiters that stack when they become\n// too large\n\n\nvar stackLargeDelimiters = [\"(\", \"\\\\lparen\", \")\", \"\\\\rparen\", \"[\", \"\\\\lbrack\", \"]\", \"\\\\rbrack\", \"\\\\{\", \"\\\\lbrace\", \"\\\\}\", \"\\\\rbrace\", \"\\\\lfloor\", \"\\\\rfloor\", \"\\u230a\", \"\\u230b\", \"\\\\lceil\", \"\\\\rceil\", \"\\u2308\", \"\\u2309\", \"\\\\surd\"]; // delimiters that always stack\n\nvar stackAlwaysDelimiters = [\"\\\\uparrow\", \"\\\\downarrow\", \"\\\\updownarrow\", \"\\\\Uparrow\", \"\\\\Downarrow\", \"\\\\Updownarrow\", \"|\", \"\\\\|\", \"\\\\vert\", \"\\\\Vert\", \"\\\\lvert\", \"\\\\rvert\", \"\\\\lVert\", \"\\\\rVert\", \"\\\\lgroup\", \"\\\\rgroup\", \"\\u27ee\", \"\\u27ef\", \"\\\\lmoustache\", \"\\\\rmoustache\", \"\\u23b0\", \"\\u23b1\"]; // and delimiters that never stack\n\nvar stackNeverDelimiters = [\"<\", \">\", \"\\\\langle\", \"\\\\rangle\", \"/\", \"\\\\backslash\", \"\\\\lt\", \"\\\\gt\"]; // Metrics of the different sizes. Found by looking at TeX's output of\n// $\\bigl| // \\Bigl| \\biggl| \\Biggl| \\showlists$\n// Used to create stacked delimiters of appropriate sizes in makeSizedDelim.\n\nvar sizeToMaxHeight = [0, 1.2, 1.8, 2.4, 3.0];\n/**\n * Used to create a delimiter of a specific size, where `size` is 1, 2, 3, or 4.\n */\n\nvar makeSizedDelim = function makeSizedDelim(delim, size, options, mode, classes) {\n // < and > turn into \\langle and \\rangle in delimiters\n if (delim === \"<\" || delim === \"\\\\lt\" || delim === \"\\u27e8\") {\n delim = \"\\\\langle\";\n } else if (delim === \">\" || delim === \"\\\\gt\" || delim === \"\\u27e9\") {\n delim = \"\\\\rangle\";\n } // Sized delimiters are never centered.\n\n\n if (utils.contains(stackLargeDelimiters, delim) || utils.contains(stackNeverDelimiters, delim)) {\n return makeLargeDelim(delim, size, false, options, mode, classes);\n } else if (utils.contains(stackAlwaysDelimiters, delim)) {\n return makeStackedDelim(delim, sizeToMaxHeight[size], false, options, mode, classes);\n } else {\n throw new ParseError(\"Illegal delimiter: '\" + delim + \"'\");\n }\n};\n/**\n * There are three different sequences of delimiter sizes that the delimiters\n * follow depending on the kind of delimiter. This is used when creating custom\n * sized delimiters to decide whether to create a small, large, or stacked\n * delimiter.\n *\n * In real TeX, these sequences aren't explicitly defined, but are instead\n * defined inside the font metrics. Since there are only three sequences that\n * are possible for the delimiters that TeX defines, it is easier to just encode\n * them explicitly here.\n */\n\n\n// Delimiters that never stack try small delimiters and large delimiters only\nvar stackNeverDelimiterSequence = [{\n type: \"small\",\n style: Style$1.SCRIPTSCRIPT\n}, {\n type: \"small\",\n style: Style$1.SCRIPT\n}, {\n type: \"small\",\n style: Style$1.TEXT\n}, {\n type: \"large\",\n size: 1\n}, {\n type: \"large\",\n size: 2\n}, {\n type: \"large\",\n size: 3\n}, {\n type: \"large\",\n size: 4\n}]; // Delimiters that always stack try the small delimiters first, then stack\n\nvar stackAlwaysDelimiterSequence = [{\n type: \"small\",\n style: Style$1.SCRIPTSCRIPT\n}, {\n type: \"small\",\n style: Style$1.SCRIPT\n}, {\n type: \"small\",\n style: Style$1.TEXT\n}, {\n type: \"stack\"\n}]; // Delimiters that stack when large try the small and then large delimiters, and\n// stack afterwards\n\nvar stackLargeDelimiterSequence = [{\n type: \"small\",\n style: Style$1.SCRIPTSCRIPT\n}, {\n type: \"small\",\n style: Style$1.SCRIPT\n}, {\n type: \"small\",\n style: Style$1.TEXT\n}, {\n type: \"large\",\n size: 1\n}, {\n type: \"large\",\n size: 2\n}, {\n type: \"large\",\n size: 3\n}, {\n type: \"large\",\n size: 4\n}, {\n type: \"stack\"\n}];\n/**\n * Get the font used in a delimiter based on what kind of delimiter it is.\n * TODO(#963) Use more specific font family return type once that is introduced.\n */\n\nvar delimTypeToFont = function delimTypeToFont(type) {\n if (type.type === \"small\") {\n return \"Main-Regular\";\n } else if (type.type === \"large\") {\n return \"Size\" + type.size + \"-Regular\";\n } else if (type.type === \"stack\") {\n return \"Size4-Regular\";\n } else {\n throw new Error(\"Add support for delim type '\" + type.type + \"' here.\");\n }\n};\n/**\n * Traverse a sequence of types of delimiters to decide what kind of delimiter\n * should be used to create a delimiter of the given height+depth.\n */\n\n\nvar traverseSequence = function traverseSequence(delim, height, sequence, options) {\n // Here, we choose the index we should start at in the sequences. In smaller\n // sizes (which correspond to larger numbers in style.size) we start earlier\n // in the sequence. Thus, scriptscript starts at index 3-3=0, script starts\n // at index 3-2=1, text starts at 3-1=2, and display starts at min(2,3-0)=2\n var start = Math.min(2, 3 - options.style.size);\n\n for (var i = start; i < sequence.length; i++) {\n if (sequence[i].type === \"stack\") {\n // This is always the last delimiter, so we just break the loop now.\n break;\n }\n\n var metrics = getMetrics(delim, delimTypeToFont(sequence[i]), \"math\");\n var heightDepth = metrics.height + metrics.depth; // Small delimiters are scaled down versions of the same font, so we\n // account for the style change size.\n\n if (sequence[i].type === \"small\") {\n var newOptions = options.havingBaseStyle(sequence[i].style);\n heightDepth *= newOptions.sizeMultiplier;\n } // Check if the delimiter at this size works for the given height.\n\n\n if (heightDepth > height) {\n return sequence[i];\n }\n } // If we reached the end of the sequence, return the last sequence element.\n\n\n return sequence[sequence.length - 1];\n};\n/**\n * Make a delimiter of a given height+depth, with optional centering. Here, we\n * traverse the sequences, and create a delimiter that the sequence tells us to.\n */\n\n\nvar makeCustomSizedDelim = function makeCustomSizedDelim(delim, height, center, options, mode, classes) {\n if (delim === \"<\" || delim === \"\\\\lt\" || delim === \"\\u27e8\") {\n delim = \"\\\\langle\";\n } else if (delim === \">\" || delim === \"\\\\gt\" || delim === \"\\u27e9\") {\n delim = \"\\\\rangle\";\n } // Decide what sequence to use\n\n\n var sequence;\n\n if (utils.contains(stackNeverDelimiters, delim)) {\n sequence = stackNeverDelimiterSequence;\n } else if (utils.contains(stackLargeDelimiters, delim)) {\n sequence = stackLargeDelimiterSequence;\n } else {\n sequence = stackAlwaysDelimiterSequence;\n } // Look through the sequence\n\n\n var delimType = traverseSequence(delim, height, sequence, options); // Get the delimiter from font glyphs.\n // Depending on the sequence element we decided on, call the\n // appropriate function.\n\n if (delimType.type === \"small\") {\n return makeSmallDelim(delim, delimType.style, center, options, mode, classes);\n } else if (delimType.type === \"large\") {\n return makeLargeDelim(delim, delimType.size, center, options, mode, classes);\n } else\n /* if (delimType.type === \"stack\") */\n {\n return makeStackedDelim(delim, height, center, options, mode, classes);\n }\n};\n/**\n * Make a delimiter for use with `\\left` and `\\right`, given a height and depth\n * of an expression that the delimiters surround.\n */\n\n\nvar makeLeftRightDelim = function makeLeftRightDelim(delim, height, depth, options, mode, classes) {\n // We always center \\left/\\right delimiters, so the axis is always shifted\n var axisHeight = options.fontMetrics().axisHeight * options.sizeMultiplier; // Taken from TeX source, tex.web, function make_left_right\n\n var delimiterFactor = 901;\n var delimiterExtend = 5.0 / options.fontMetrics().ptPerEm;\n var maxDistFromAxis = Math.max(height - axisHeight, depth + axisHeight);\n var totalHeight = Math.max( // In real TeX, calculations are done using integral values which are\n // 65536 per pt, or 655360 per em. So, the division here truncates in\n // TeX but doesn't here, producing different results. If we wanted to\n // exactly match TeX's calculation, we could do\n // Math.floor(655360 * maxDistFromAxis / 500) *\n // delimiterFactor / 655360\n // (To see the difference, compare\n // x^{x^{\\left(\\rule{0.1em}{0.68em}\\right)}}\n // in TeX and KaTeX)\n maxDistFromAxis / 500 * delimiterFactor, 2 * maxDistFromAxis - delimiterExtend); // Finally, we defer to `makeCustomSizedDelim` with our calculated total\n // height\n\n return makeCustomSizedDelim(delim, totalHeight, true, options, mode, classes);\n};\n\nvar delimiter = {\n sqrtImage: makeSqrtImage,\n sizedDelim: makeSizedDelim,\n sizeToMaxHeight: sizeToMaxHeight,\n customSizedDelim: makeCustomSizedDelim,\n leftRightDelim: makeLeftRightDelim\n};\n\n// Extra data needed for the delimiter handler down below\nvar delimiterSizes = {\n \"\\\\bigl\": {\n mclass: \"mopen\",\n size: 1\n },\n \"\\\\Bigl\": {\n mclass: \"mopen\",\n size: 2\n },\n \"\\\\biggl\": {\n mclass: \"mopen\",\n size: 3\n },\n \"\\\\Biggl\": {\n mclass: \"mopen\",\n size: 4\n },\n \"\\\\bigr\": {\n mclass: \"mclose\",\n size: 1\n },\n \"\\\\Bigr\": {\n mclass: \"mclose\",\n size: 2\n },\n \"\\\\biggr\": {\n mclass: \"mclose\",\n size: 3\n },\n \"\\\\Biggr\": {\n mclass: \"mclose\",\n size: 4\n },\n \"\\\\bigm\": {\n mclass: \"mrel\",\n size: 1\n },\n \"\\\\Bigm\": {\n mclass: \"mrel\",\n size: 2\n },\n \"\\\\biggm\": {\n mclass: \"mrel\",\n size: 3\n },\n \"\\\\Biggm\": {\n mclass: \"mrel\",\n size: 4\n },\n \"\\\\big\": {\n mclass: \"mord\",\n size: 1\n },\n \"\\\\Big\": {\n mclass: \"mord\",\n size: 2\n },\n \"\\\\bigg\": {\n mclass: \"mord\",\n size: 3\n },\n \"\\\\Bigg\": {\n mclass: \"mord\",\n size: 4\n }\n};\nvar delimiters = [\"(\", \"\\\\lparen\", \")\", \"\\\\rparen\", \"[\", \"\\\\lbrack\", \"]\", \"\\\\rbrack\", \"\\\\{\", \"\\\\lbrace\", \"\\\\}\", \"\\\\rbrace\", \"\\\\lfloor\", \"\\\\rfloor\", \"\\u230a\", \"\\u230b\", \"\\\\lceil\", \"\\\\rceil\", \"\\u2308\", \"\\u2309\", \"<\", \">\", \"\\\\langle\", \"\\u27e8\", \"\\\\rangle\", \"\\u27e9\", \"\\\\lt\", \"\\\\gt\", \"\\\\lvert\", \"\\\\rvert\", \"\\\\lVert\", \"\\\\rVert\", \"\\\\lgroup\", \"\\\\rgroup\", \"\\u27ee\", \"\\u27ef\", \"\\\\lmoustache\", \"\\\\rmoustache\", \"\\u23b0\", \"\\u23b1\", \"/\", \"\\\\backslash\", \"|\", \"\\\\vert\", \"\\\\|\", \"\\\\Vert\", \"\\\\uparrow\", \"\\\\Uparrow\", \"\\\\downarrow\", \"\\\\Downarrow\", \"\\\\updownarrow\", \"\\\\Updownarrow\", \".\"];\n\n// Delimiter functions\nfunction checkDelimiter(delim, context) {\n var symDelim = checkSymbolNodeType(delim);\n\n if (symDelim && utils.contains(delimiters, symDelim.text)) {\n return symDelim;\n } else if (symDelim) {\n throw new ParseError(\"Invalid delimiter '\" + symDelim.text + \"' after '\" + context.funcName + \"'\", delim);\n } else {\n throw new ParseError(\"Invalid delimiter type '\" + delim.type + \"'\", delim);\n }\n}\n\ndefineFunction({\n type: \"delimsizing\",\n names: [\"\\\\bigl\", \"\\\\Bigl\", \"\\\\biggl\", \"\\\\Biggl\", \"\\\\bigr\", \"\\\\Bigr\", \"\\\\biggr\", \"\\\\Biggr\", \"\\\\bigm\", \"\\\\Bigm\", \"\\\\biggm\", \"\\\\Biggm\", \"\\\\big\", \"\\\\Big\", \"\\\\bigg\", \"\\\\Bigg\"],\n props: {\n numArgs: 1,\n argTypes: [\"primitive\"]\n },\n handler: (context, args) => {\n var delim = checkDelimiter(args[0], context);\n return {\n type: \"delimsizing\",\n mode: context.parser.mode,\n size: delimiterSizes[context.funcName].size,\n mclass: delimiterSizes[context.funcName].mclass,\n delim: delim.text\n };\n },\n htmlBuilder: (group, options) => {\n if (group.delim === \".\") {\n // Empty delimiters still count as elements, even though they don't\n // show anything.\n return buildCommon.makeSpan([group.mclass]);\n } // Use delimiter.sizedDelim to generate the delimiter.\n\n\n return delimiter.sizedDelim(group.delim, group.size, options, group.mode, [group.mclass]);\n },\n mathmlBuilder: group => {\n var children = [];\n\n if (group.delim !== \".\") {\n children.push(makeText(group.delim, group.mode));\n }\n\n var node = new mathMLTree.MathNode(\"mo\", children);\n\n if (group.mclass === \"mopen\" || group.mclass === \"mclose\") {\n // Only some of the delimsizing functions act as fences, and they\n // return \"mopen\" or \"mclose\" mclass.\n node.setAttribute(\"fence\", \"true\");\n } else {\n // Explicitly disable fencing if it's not a fence, to override the\n // defaults.\n node.setAttribute(\"fence\", \"false\");\n }\n\n node.setAttribute(\"stretchy\", \"true\");\n var size = makeEm(delimiter.sizeToMaxHeight[group.size]);\n node.setAttribute(\"minsize\", size);\n node.setAttribute(\"maxsize\", size);\n return node;\n }\n});\n\nfunction assertParsed(group) {\n if (!group.body) {\n throw new Error(\"Bug: The leftright ParseNode wasn't fully parsed.\");\n }\n}\n\ndefineFunction({\n type: \"leftright-right\",\n names: [\"\\\\right\"],\n props: {\n numArgs: 1,\n primitive: true\n },\n handler: (context, args) => {\n // \\left case below triggers parsing of \\right in\n // `const right = parser.parseFunction();`\n // uses this return value.\n var color = context.parser.gullet.macros.get(\"\\\\current@color\");\n\n if (color && typeof color !== \"string\") {\n throw new ParseError(\"\\\\current@color set to non-string in \\\\right\");\n }\n\n return {\n type: \"leftright-right\",\n mode: context.parser.mode,\n delim: checkDelimiter(args[0], context).text,\n color // undefined if not set via \\color\n\n };\n }\n});\ndefineFunction({\n type: \"leftright\",\n names: [\"\\\\left\"],\n props: {\n numArgs: 1,\n primitive: true\n },\n handler: (context, args) => {\n var delim = checkDelimiter(args[0], context);\n var parser = context.parser; // Parse out the implicit body\n\n ++parser.leftrightDepth; // parseExpression stops before '\\\\right'\n\n var body = parser.parseExpression(false);\n --parser.leftrightDepth; // Check the next token\n\n parser.expect(\"\\\\right\", false);\n var right = assertNodeType(parser.parseFunction(), \"leftright-right\");\n return {\n type: \"leftright\",\n mode: parser.mode,\n body,\n left: delim.text,\n right: right.delim,\n rightColor: right.color\n };\n },\n htmlBuilder: (group, options) => {\n assertParsed(group); // Build the inner expression\n\n var inner = buildExpression$1(group.body, options, true, [\"mopen\", \"mclose\"]);\n var innerHeight = 0;\n var innerDepth = 0;\n var hadMiddle = false; // Calculate its height and depth\n\n for (var i = 0; i < inner.length; i++) {\n // Property `isMiddle` not defined on `span`. See comment in\n // \"middle\"'s htmlBuilder.\n // $FlowFixMe\n if (inner[i].isMiddle) {\n hadMiddle = true;\n } else {\n innerHeight = Math.max(inner[i].height, innerHeight);\n innerDepth = Math.max(inner[i].depth, innerDepth);\n }\n } // The size of delimiters is the same, regardless of what style we are\n // in. Thus, to correctly calculate the size of delimiter we need around\n // a group, we scale down the inner size based on the size.\n\n\n innerHeight *= options.sizeMultiplier;\n innerDepth *= options.sizeMultiplier;\n var leftDelim;\n\n if (group.left === \".\") {\n // Empty delimiters in \\left and \\right make null delimiter spaces.\n leftDelim = makeNullDelimiter(options, [\"mopen\"]);\n } else {\n // Otherwise, use leftRightDelim to generate the correct sized\n // delimiter.\n leftDelim = delimiter.leftRightDelim(group.left, innerHeight, innerDepth, options, group.mode, [\"mopen\"]);\n } // Add it to the beginning of the expression\n\n\n inner.unshift(leftDelim); // Handle middle delimiters\n\n if (hadMiddle) {\n for (var _i = 1; _i < inner.length; _i++) {\n var middleDelim = inner[_i]; // Property `isMiddle` not defined on `span`. See comment in\n // \"middle\"'s htmlBuilder.\n // $FlowFixMe\n\n var isMiddle = middleDelim.isMiddle;\n\n if (isMiddle) {\n // Apply the options that were active when \\middle was called\n inner[_i] = delimiter.leftRightDelim(isMiddle.delim, innerHeight, innerDepth, isMiddle.options, group.mode, []);\n }\n }\n }\n\n var rightDelim; // Same for the right delimiter, but using color specified by \\color\n\n if (group.right === \".\") {\n rightDelim = makeNullDelimiter(options, [\"mclose\"]);\n } else {\n var colorOptions = group.rightColor ? options.withColor(group.rightColor) : options;\n rightDelim = delimiter.leftRightDelim(group.right, innerHeight, innerDepth, colorOptions, group.mode, [\"mclose\"]);\n } // Add it to the end of the expression.\n\n\n inner.push(rightDelim);\n return buildCommon.makeSpan([\"minner\"], inner, options);\n },\n mathmlBuilder: (group, options) => {\n assertParsed(group);\n var inner = buildExpression(group.body, options);\n\n if (group.left !== \".\") {\n var leftNode = new mathMLTree.MathNode(\"mo\", [makeText(group.left, group.mode)]);\n leftNode.setAttribute(\"fence\", \"true\");\n inner.unshift(leftNode);\n }\n\n if (group.right !== \".\") {\n var rightNode = new mathMLTree.MathNode(\"mo\", [makeText(group.right, group.mode)]);\n rightNode.setAttribute(\"fence\", \"true\");\n\n if (group.rightColor) {\n rightNode.setAttribute(\"mathcolor\", group.rightColor);\n }\n\n inner.push(rightNode);\n }\n\n return makeRow(inner);\n }\n});\ndefineFunction({\n type: \"middle\",\n names: [\"\\\\middle\"],\n props: {\n numArgs: 1,\n primitive: true\n },\n handler: (context, args) => {\n var delim = checkDelimiter(args[0], context);\n\n if (!context.parser.leftrightDepth) {\n throw new ParseError(\"\\\\middle without preceding \\\\left\", delim);\n }\n\n return {\n type: \"middle\",\n mode: context.parser.mode,\n delim: delim.text\n };\n },\n htmlBuilder: (group, options) => {\n var middleDelim;\n\n if (group.delim === \".\") {\n middleDelim = makeNullDelimiter(options, []);\n } else {\n middleDelim = delimiter.sizedDelim(group.delim, 1, options, group.mode, []);\n var isMiddle = {\n delim: group.delim,\n options\n }; // Property `isMiddle` not defined on `span`. It is only used in\n // this file above.\n // TODO: Fix this violation of the `span` type and possibly rename\n // things since `isMiddle` sounds like a boolean, but is a struct.\n // $FlowFixMe\n\n middleDelim.isMiddle = isMiddle;\n }\n\n return middleDelim;\n },\n mathmlBuilder: (group, options) => {\n // A Firefox \\middle will stretch a character vertically only if it\n // is in the fence part of the operator dictionary at:\n // https://www.w3.org/TR/MathML3/appendixc.html.\n // So we need to avoid U+2223 and use plain \"|\" instead.\n var textNode = group.delim === \"\\\\vert\" || group.delim === \"|\" ? makeText(\"|\", \"text\") : makeText(group.delim, group.mode);\n var middleNode = new mathMLTree.MathNode(\"mo\", [textNode]);\n middleNode.setAttribute(\"fence\", \"true\"); // MathML gives 5/18em spacing to each element.\n // \\middle should get delimiter spacing instead.\n\n middleNode.setAttribute(\"lspace\", \"0.05em\");\n middleNode.setAttribute(\"rspace\", \"0.05em\");\n return middleNode;\n }\n});\n\nvar htmlBuilder$7 = (group, options) => {\n // \\cancel, \\bcancel, \\xcancel, \\sout, \\fbox, \\colorbox, \\fcolorbox, \\phase\n // Some groups can return document fragments. Handle those by wrapping\n // them in a span.\n var inner = buildCommon.wrapFragment(buildGroup$1(group.body, options), options);\n var label = group.label.slice(1);\n var scale = options.sizeMultiplier;\n var img;\n var imgShift = 0; // In the LaTeX cancel package, line geometry is slightly different\n // depending on whether the subject is wider than it is tall, or vice versa.\n // We don't know the width of a group, so as a proxy, we test if\n // the subject is a single character. This captures most of the\n // subjects that should get the \"tall\" treatment.\n\n var isSingleChar = utils.isCharacterBox(group.body);\n\n if (label === \"sout\") {\n img = buildCommon.makeSpan([\"stretchy\", \"sout\"]);\n img.height = options.fontMetrics().defaultRuleThickness / scale;\n imgShift = -0.5 * options.fontMetrics().xHeight;\n } else if (label === \"phase\") {\n // Set a couple of dimensions from the steinmetz package.\n var lineWeight = calculateSize({\n number: 0.6,\n unit: \"pt\"\n }, options);\n var clearance = calculateSize({\n number: 0.35,\n unit: \"ex\"\n }, options); // Prevent size changes like \\Huge from affecting line thickness\n\n var newOptions = options.havingBaseSizing();\n scale = scale / newOptions.sizeMultiplier;\n var angleHeight = inner.height + inner.depth + lineWeight + clearance; // Reserve a left pad for the angle.\n\n inner.style.paddingLeft = makeEm(angleHeight / 2 + lineWeight); // Create an SVG\n\n var viewBoxHeight = Math.floor(1000 * angleHeight * scale);\n var path = phasePath(viewBoxHeight);\n var svgNode = new SvgNode([new PathNode(\"phase\", path)], {\n \"width\": \"400em\",\n \"height\": makeEm(viewBoxHeight / 1000),\n \"viewBox\": \"0 0 400000 \" + viewBoxHeight,\n \"preserveAspectRatio\": \"xMinYMin slice\"\n }); // Wrap it in a span with overflow: hidden.\n\n img = buildCommon.makeSvgSpan([\"hide-tail\"], [svgNode], options);\n img.style.height = makeEm(angleHeight);\n imgShift = inner.depth + lineWeight + clearance;\n } else {\n // Add horizontal padding\n if (/cancel/.test(label)) {\n if (!isSingleChar) {\n inner.classes.push(\"cancel-pad\");\n }\n } else if (label === \"angl\") {\n inner.classes.push(\"anglpad\");\n } else {\n inner.classes.push(\"boxpad\");\n } // Add vertical padding\n\n\n var topPad = 0;\n var bottomPad = 0;\n var ruleThickness = 0; // ref: cancel package: \\advance\\totalheight2\\p@ % \"+2\"\n\n if (/box/.test(label)) {\n ruleThickness = Math.max(options.fontMetrics().fboxrule, // default\n options.minRuleThickness // User override.\n );\n topPad = options.fontMetrics().fboxsep + (label === \"colorbox\" ? 0 : ruleThickness);\n bottomPad = topPad;\n } else if (label === \"angl\") {\n ruleThickness = Math.max(options.fontMetrics().defaultRuleThickness, options.minRuleThickness);\n topPad = 4 * ruleThickness; // gap = 3 × line, plus the line itself.\n\n bottomPad = Math.max(0, 0.25 - inner.depth);\n } else {\n topPad = isSingleChar ? 0.2 : 0;\n bottomPad = topPad;\n }\n\n img = stretchy.encloseSpan(inner, label, topPad, bottomPad, options);\n\n if (/fbox|boxed|fcolorbox/.test(label)) {\n img.style.borderStyle = \"solid\";\n img.style.borderWidth = makeEm(ruleThickness);\n } else if (label === \"angl\" && ruleThickness !== 0.049) {\n img.style.borderTopWidth = makeEm(ruleThickness);\n img.style.borderRightWidth = makeEm(ruleThickness);\n }\n\n imgShift = inner.depth + bottomPad;\n\n if (group.backgroundColor) {\n img.style.backgroundColor = group.backgroundColor;\n\n if (group.borderColor) {\n img.style.borderColor = group.borderColor;\n }\n }\n }\n\n var vlist;\n\n if (group.backgroundColor) {\n vlist = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [// Put the color background behind inner;\n {\n type: \"elem\",\n elem: img,\n shift: imgShift\n }, {\n type: \"elem\",\n elem: inner,\n shift: 0\n }]\n }, options);\n } else {\n var classes = /cancel|phase/.test(label) ? [\"svg-align\"] : [];\n vlist = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [// Write the \\cancel stroke on top of inner.\n {\n type: \"elem\",\n elem: inner,\n shift: 0\n }, {\n type: \"elem\",\n elem: img,\n shift: imgShift,\n wrapperClasses: classes\n }]\n }, options);\n }\n\n if (/cancel/.test(label)) {\n // The cancel package documentation says that cancel lines add their height\n // to the expression, but tests show that isn't how it actually works.\n vlist.height = inner.height;\n vlist.depth = inner.depth;\n }\n\n if (/cancel/.test(label) && !isSingleChar) {\n // cancel does not create horiz space for its line extension.\n return buildCommon.makeSpan([\"mord\", \"cancel-lap\"], [vlist], options);\n } else {\n return buildCommon.makeSpan([\"mord\"], [vlist], options);\n }\n};\n\nvar mathmlBuilder$6 = (group, options) => {\n var fboxsep = 0;\n var node = new mathMLTree.MathNode(group.label.indexOf(\"colorbox\") > -1 ? \"mpadded\" : \"menclose\", [buildGroup(group.body, options)]);\n\n switch (group.label) {\n case \"\\\\cancel\":\n node.setAttribute(\"notation\", \"updiagonalstrike\");\n break;\n\n case \"\\\\bcancel\":\n node.setAttribute(\"notation\", \"downdiagonalstrike\");\n break;\n\n case \"\\\\phase\":\n node.setAttribute(\"notation\", \"phasorangle\");\n break;\n\n case \"\\\\sout\":\n node.setAttribute(\"notation\", \"horizontalstrike\");\n break;\n\n case \"\\\\fbox\":\n node.setAttribute(\"notation\", \"box\");\n break;\n\n case \"\\\\angl\":\n node.setAttribute(\"notation\", \"actuarial\");\n break;\n\n case \"\\\\fcolorbox\":\n case \"\\\\colorbox\":\n // doesn't have a good notation option. So use \n // instead. Set some attributes that come included with .\n fboxsep = options.fontMetrics().fboxsep * options.fontMetrics().ptPerEm;\n node.setAttribute(\"width\", \"+\" + 2 * fboxsep + \"pt\");\n node.setAttribute(\"height\", \"+\" + 2 * fboxsep + \"pt\");\n node.setAttribute(\"lspace\", fboxsep + \"pt\"); //\n\n node.setAttribute(\"voffset\", fboxsep + \"pt\");\n\n if (group.label === \"\\\\fcolorbox\") {\n var thk = Math.max(options.fontMetrics().fboxrule, // default\n options.minRuleThickness // user override\n );\n node.setAttribute(\"style\", \"border: \" + thk + \"em solid \" + String(group.borderColor));\n }\n\n break;\n\n case \"\\\\xcancel\":\n node.setAttribute(\"notation\", \"updiagonalstrike downdiagonalstrike\");\n break;\n }\n\n if (group.backgroundColor) {\n node.setAttribute(\"mathbackground\", group.backgroundColor);\n }\n\n return node;\n};\n\ndefineFunction({\n type: \"enclose\",\n names: [\"\\\\colorbox\"],\n props: {\n numArgs: 2,\n allowedInText: true,\n argTypes: [\"color\", \"text\"]\n },\n\n handler(_ref, args, optArgs) {\n var {\n parser,\n funcName\n } = _ref;\n var color = assertNodeType(args[0], \"color-token\").color;\n var body = args[1];\n return {\n type: \"enclose\",\n mode: parser.mode,\n label: funcName,\n backgroundColor: color,\n body\n };\n },\n\n htmlBuilder: htmlBuilder$7,\n mathmlBuilder: mathmlBuilder$6\n});\ndefineFunction({\n type: \"enclose\",\n names: [\"\\\\fcolorbox\"],\n props: {\n numArgs: 3,\n allowedInText: true,\n argTypes: [\"color\", \"color\", \"text\"]\n },\n\n handler(_ref2, args, optArgs) {\n var {\n parser,\n funcName\n } = _ref2;\n var borderColor = assertNodeType(args[0], \"color-token\").color;\n var backgroundColor = assertNodeType(args[1], \"color-token\").color;\n var body = args[2];\n return {\n type: \"enclose\",\n mode: parser.mode,\n label: funcName,\n backgroundColor,\n borderColor,\n body\n };\n },\n\n htmlBuilder: htmlBuilder$7,\n mathmlBuilder: mathmlBuilder$6\n});\ndefineFunction({\n type: \"enclose\",\n names: [\"\\\\fbox\"],\n props: {\n numArgs: 1,\n argTypes: [\"hbox\"],\n allowedInText: true\n },\n\n handler(_ref3, args) {\n var {\n parser\n } = _ref3;\n return {\n type: \"enclose\",\n mode: parser.mode,\n label: \"\\\\fbox\",\n body: args[0]\n };\n }\n\n});\ndefineFunction({\n type: \"enclose\",\n names: [\"\\\\cancel\", \"\\\\bcancel\", \"\\\\xcancel\", \"\\\\sout\", \"\\\\phase\"],\n props: {\n numArgs: 1\n },\n\n handler(_ref4, args) {\n var {\n parser,\n funcName\n } = _ref4;\n var body = args[0];\n return {\n type: \"enclose\",\n mode: parser.mode,\n label: funcName,\n body\n };\n },\n\n htmlBuilder: htmlBuilder$7,\n mathmlBuilder: mathmlBuilder$6\n});\ndefineFunction({\n type: \"enclose\",\n names: [\"\\\\angl\"],\n props: {\n numArgs: 1,\n argTypes: [\"hbox\"],\n allowedInText: false\n },\n\n handler(_ref5, args) {\n var {\n parser\n } = _ref5;\n return {\n type: \"enclose\",\n mode: parser.mode,\n label: \"\\\\angl\",\n body: args[0]\n };\n }\n\n});\n\n/**\n * All registered environments.\n * `environments.js` exports this same dictionary again and makes it public.\n * `Parser.js` requires this dictionary via `environments.js`.\n */\nvar _environments = {};\nfunction defineEnvironment(_ref) {\n var {\n type,\n names,\n props,\n handler,\n htmlBuilder,\n mathmlBuilder\n } = _ref;\n // Set default values of environments.\n var data = {\n type,\n numArgs: props.numArgs || 0,\n allowedInText: false,\n numOptionalArgs: 0,\n handler\n };\n\n for (var i = 0; i < names.length; ++i) {\n // TODO: The value type of _environments should be a type union of all\n // possible `EnvSpec<>` possibilities instead of `EnvSpec<*>`, which is\n // an existential type.\n _environments[names[i]] = data;\n }\n\n if (htmlBuilder) {\n _htmlGroupBuilders[type] = htmlBuilder;\n }\n\n if (mathmlBuilder) {\n _mathmlGroupBuilders[type] = mathmlBuilder;\n }\n}\n\n/**\n * All registered global/built-in macros.\n * `macros.js` exports this same dictionary again and makes it public.\n * `Parser.js` requires this dictionary via `macros.js`.\n */\nvar _macros = {}; // This function might one day accept an additional argument and do more things.\n\nfunction defineMacro(name, body) {\n _macros[name] = body;\n}\n\n// Helper functions\nfunction getHLines(parser) {\n // Return an array. The array length = number of hlines.\n // Each element in the array tells if the line is dashed.\n var hlineInfo = [];\n parser.consumeSpaces();\n var nxt = parser.fetch().text;\n\n if (nxt === \"\\\\relax\") {\n // \\relax is an artifact of the \\cr macro below\n parser.consume();\n parser.consumeSpaces();\n nxt = parser.fetch().text;\n }\n\n while (nxt === \"\\\\hline\" || nxt === \"\\\\hdashline\") {\n parser.consume();\n hlineInfo.push(nxt === \"\\\\hdashline\");\n parser.consumeSpaces();\n nxt = parser.fetch().text;\n }\n\n return hlineInfo;\n}\n\nvar validateAmsEnvironmentContext = context => {\n var settings = context.parser.settings;\n\n if (!settings.displayMode) {\n throw new ParseError(\"{\" + context.envName + \"} can be used only in\" + \" display mode.\");\n }\n}; // autoTag (an argument to parseArray) can be one of three values:\n// * undefined: Regular (not-top-level) array; no tags on each row\n// * true: Automatic equation numbering, overridable by \\tag\n// * false: Tags allowed on each row, but no automatic numbering\n// This function *doesn't* work with the \"split\" environment name.\n\n\nfunction getAutoTag(name) {\n if (name.indexOf(\"ed\") === -1) {\n return name.indexOf(\"*\") === -1;\n } // return undefined;\n\n}\n/**\n * Parse the body of the environment, with rows delimited by \\\\ and\n * columns delimited by &, and create a nested list in row-major order\n * with one group per cell. If given an optional argument style\n * (\"text\", \"display\", etc.), then each cell is cast into that style.\n */\n\n\nfunction parseArray(parser, _ref, style) {\n var {\n hskipBeforeAndAfter,\n addJot,\n cols,\n arraystretch,\n colSeparationType,\n autoTag,\n singleRow,\n emptySingleRow,\n maxNumCols,\n leqno\n } = _ref;\n parser.gullet.beginGroup();\n\n if (!singleRow) {\n // \\cr is equivalent to \\\\ without the optional size argument (see below)\n // TODO: provide helpful error when \\cr is used outside array environment\n parser.gullet.macros.set(\"\\\\cr\", \"\\\\\\\\\\\\relax\");\n } // Get current arraystretch if it's not set by the environment\n\n\n if (!arraystretch) {\n var stretch = parser.gullet.expandMacroAsText(\"\\\\arraystretch\");\n\n if (stretch == null) {\n // Default \\arraystretch from lttab.dtx\n arraystretch = 1;\n } else {\n arraystretch = parseFloat(stretch);\n\n if (!arraystretch || arraystretch < 0) {\n throw new ParseError(\"Invalid \\\\arraystretch: \" + stretch);\n }\n }\n } // Start group for first cell\n\n\n parser.gullet.beginGroup();\n var row = [];\n var body = [row];\n var rowGaps = [];\n var hLinesBeforeRow = [];\n var tags = autoTag != null ? [] : undefined; // amsmath uses \\global\\@eqnswtrue and \\global\\@eqnswfalse to represent\n // whether this row should have an equation number. Simulate this with\n // a \\@eqnsw macro set to 1 or 0.\n\n function beginRow() {\n if (autoTag) {\n parser.gullet.macros.set(\"\\\\@eqnsw\", \"1\", true);\n }\n }\n\n function endRow() {\n if (tags) {\n if (parser.gullet.macros.get(\"\\\\df@tag\")) {\n tags.push(parser.subparse([new Token(\"\\\\df@tag\")]));\n parser.gullet.macros.set(\"\\\\df@tag\", undefined, true);\n } else {\n tags.push(Boolean(autoTag) && parser.gullet.macros.get(\"\\\\@eqnsw\") === \"1\");\n }\n }\n }\n\n beginRow(); // Test for \\hline at the top of the array.\n\n hLinesBeforeRow.push(getHLines(parser));\n\n while (true) {\n // eslint-disable-line no-constant-condition\n // Parse each cell in its own group (namespace)\n var cell = parser.parseExpression(false, singleRow ? \"\\\\end\" : \"\\\\\\\\\");\n parser.gullet.endGroup();\n parser.gullet.beginGroup();\n cell = {\n type: \"ordgroup\",\n mode: parser.mode,\n body: cell\n };\n\n if (style) {\n cell = {\n type: \"styling\",\n mode: parser.mode,\n style,\n body: [cell]\n };\n }\n\n row.push(cell);\n var next = parser.fetch().text;\n\n if (next === \"&\") {\n if (maxNumCols && row.length === maxNumCols) {\n if (singleRow || colSeparationType) {\n // {equation} or {split}\n throw new ParseError(\"Too many tab characters: &\", parser.nextToken);\n } else {\n // {array} environment\n parser.settings.reportNonstrict(\"textEnv\", \"Too few columns \" + \"specified in the {array} column argument.\");\n }\n }\n\n parser.consume();\n } else if (next === \"\\\\end\") {\n endRow(); // Arrays terminate newlines with `\\crcr` which consumes a `\\cr` if\n // the last line is empty. However, AMS environments keep the\n // empty row if it's the only one.\n // NOTE: Currently, `cell` is the last item added into `row`.\n\n if (row.length === 1 && cell.type === \"styling\" && cell.body[0].body.length === 0 && (body.length > 1 || !emptySingleRow)) {\n body.pop();\n }\n\n if (hLinesBeforeRow.length < body.length + 1) {\n hLinesBeforeRow.push([]);\n }\n\n break;\n } else if (next === \"\\\\\\\\\") {\n parser.consume();\n var size = void 0; // \\def\\Let@{\\let\\\\\\math@cr}\n // \\def\\math@cr{...\\math@cr@}\n // \\def\\math@cr@{\\new@ifnextchar[\\math@cr@@{\\math@cr@@[\\z@]}}\n // \\def\\math@cr@@[#1]{...\\math@cr@@@...}\n // \\def\\math@cr@@@{\\cr}\n\n if (parser.gullet.future().text !== \" \") {\n size = parser.parseSizeGroup(true);\n }\n\n rowGaps.push(size ? size.value : null);\n endRow(); // check for \\hline(s) following the row separator\n\n hLinesBeforeRow.push(getHLines(parser));\n row = [];\n body.push(row);\n beginRow();\n } else {\n throw new ParseError(\"Expected & or \\\\\\\\ or \\\\cr or \\\\end\", parser.nextToken);\n }\n } // End cell group\n\n\n parser.gullet.endGroup(); // End array group defining \\cr\n\n parser.gullet.endGroup();\n return {\n type: \"array\",\n mode: parser.mode,\n addJot,\n arraystretch,\n body,\n cols,\n rowGaps,\n hskipBeforeAndAfter,\n hLinesBeforeRow,\n colSeparationType,\n tags,\n leqno\n };\n} // Decides on a style for cells in an array according to whether the given\n// environment name starts with the letter 'd'.\n\n\nfunction dCellStyle(envName) {\n if (envName.slice(0, 1) === \"d\") {\n return \"display\";\n } else {\n return \"text\";\n }\n}\n\nvar htmlBuilder$6 = function htmlBuilder(group, options) {\n var r;\n var c;\n var nr = group.body.length;\n var hLinesBeforeRow = group.hLinesBeforeRow;\n var nc = 0;\n var body = new Array(nr);\n var hlines = [];\n var ruleThickness = Math.max( // From LaTeX \\showthe\\arrayrulewidth. Equals 0.04 em.\n options.fontMetrics().arrayRuleWidth, options.minRuleThickness // User override.\n ); // Horizontal spacing\n\n var pt = 1 / options.fontMetrics().ptPerEm;\n var arraycolsep = 5 * pt; // default value, i.e. \\arraycolsep in article.cls\n\n if (group.colSeparationType && group.colSeparationType === \"small\") {\n // We're in a {smallmatrix}. Default column space is \\thickspace,\n // i.e. 5/18em = 0.2778em, per amsmath.dtx for {smallmatrix}.\n // But that needs adjustment because LaTeX applies \\scriptstyle to the\n // entire array, including the colspace, but this function applies\n // \\scriptstyle only inside each element.\n var localMultiplier = options.havingStyle(Style$1.SCRIPT).sizeMultiplier;\n arraycolsep = 0.2778 * (localMultiplier / options.sizeMultiplier);\n } // Vertical spacing\n\n\n var baselineskip = group.colSeparationType === \"CD\" ? calculateSize({\n number: 3,\n unit: \"ex\"\n }, options) : 12 * pt; // see size10.clo\n // Default \\jot from ltmath.dtx\n // TODO(edemaine): allow overriding \\jot via \\setlength (#687)\n\n var jot = 3 * pt;\n var arrayskip = group.arraystretch * baselineskip;\n var arstrutHeight = 0.7 * arrayskip; // \\strutbox in ltfsstrc.dtx and\n\n var arstrutDepth = 0.3 * arrayskip; // \\@arstrutbox in lttab.dtx\n\n var totalHeight = 0; // Set a position for \\hline(s) at the top of the array, if any.\n\n function setHLinePos(hlinesInGap) {\n for (var i = 0; i < hlinesInGap.length; ++i) {\n if (i > 0) {\n totalHeight += 0.25;\n }\n\n hlines.push({\n pos: totalHeight,\n isDashed: hlinesInGap[i]\n });\n }\n }\n\n setHLinePos(hLinesBeforeRow[0]);\n\n for (r = 0; r < group.body.length; ++r) {\n var inrow = group.body[r];\n var height = arstrutHeight; // \\@array adds an \\@arstrut\n\n var depth = arstrutDepth; // to each tow (via the template)\n\n if (nc < inrow.length) {\n nc = inrow.length;\n }\n\n var outrow = new Array(inrow.length);\n\n for (c = 0; c < inrow.length; ++c) {\n var elt = buildGroup$1(inrow[c], options);\n\n if (depth < elt.depth) {\n depth = elt.depth;\n }\n\n if (height < elt.height) {\n height = elt.height;\n }\n\n outrow[c] = elt;\n }\n\n var rowGap = group.rowGaps[r];\n var gap = 0;\n\n if (rowGap) {\n gap = calculateSize(rowGap, options);\n\n if (gap > 0) {\n // \\@argarraycr\n gap += arstrutDepth;\n\n if (depth < gap) {\n depth = gap; // \\@xargarraycr\n }\n\n gap = 0;\n }\n } // In AMS multiline environments such as aligned and gathered, rows\n // correspond to lines that have additional \\jot added to the\n // \\baselineskip via \\openup.\n\n\n if (group.addJot) {\n depth += jot;\n }\n\n outrow.height = height;\n outrow.depth = depth;\n totalHeight += height;\n outrow.pos = totalHeight;\n totalHeight += depth + gap; // \\@yargarraycr\n\n body[r] = outrow; // Set a position for \\hline(s), if any.\n\n setHLinePos(hLinesBeforeRow[r + 1]);\n }\n\n var offset = totalHeight / 2 + options.fontMetrics().axisHeight;\n var colDescriptions = group.cols || [];\n var cols = [];\n var colSep;\n var colDescrNum;\n var tagSpans = [];\n\n if (group.tags && group.tags.some(tag => tag)) {\n // An environment with manual tags and/or automatic equation numbers.\n // Create node(s), the latter of which trigger CSS counter increment.\n for (r = 0; r < nr; ++r) {\n var rw = body[r];\n var shift = rw.pos - offset;\n var tag = group.tags[r];\n var tagSpan = void 0;\n\n if (tag === true) {\n // automatic numbering\n tagSpan = buildCommon.makeSpan([\"eqn-num\"], [], options);\n } else if (tag === false) {\n // \\nonumber/\\notag or starred environment\n tagSpan = buildCommon.makeSpan([], [], options);\n } else {\n // manual \\tag\n tagSpan = buildCommon.makeSpan([], buildExpression$1(tag, options, true), options);\n }\n\n tagSpan.depth = rw.depth;\n tagSpan.height = rw.height;\n tagSpans.push({\n type: \"elem\",\n elem: tagSpan,\n shift\n });\n }\n }\n\n for (c = 0, colDescrNum = 0; // Continue while either there are more columns or more column\n // descriptions, so trailing separators don't get lost.\n c < nc || colDescrNum < colDescriptions.length; ++c, ++colDescrNum) {\n var colDescr = colDescriptions[colDescrNum] || {};\n var firstSeparator = true;\n\n while (colDescr.type === \"separator\") {\n // If there is more than one separator in a row, add a space\n // between them.\n if (!firstSeparator) {\n colSep = buildCommon.makeSpan([\"arraycolsep\"], []);\n colSep.style.width = makeEm(options.fontMetrics().doubleRuleSep);\n cols.push(colSep);\n }\n\n if (colDescr.separator === \"|\" || colDescr.separator === \":\") {\n var lineType = colDescr.separator === \"|\" ? \"solid\" : \"dashed\";\n var separator = buildCommon.makeSpan([\"vertical-separator\"], [], options);\n separator.style.height = makeEm(totalHeight);\n separator.style.borderRightWidth = makeEm(ruleThickness);\n separator.style.borderRightStyle = lineType;\n separator.style.margin = \"0 \" + makeEm(-ruleThickness / 2);\n\n var _shift = totalHeight - offset;\n\n if (_shift) {\n separator.style.verticalAlign = makeEm(-_shift);\n }\n\n cols.push(separator);\n } else {\n throw new ParseError(\"Invalid separator type: \" + colDescr.separator);\n }\n\n colDescrNum++;\n colDescr = colDescriptions[colDescrNum] || {};\n firstSeparator = false;\n }\n\n if (c >= nc) {\n continue;\n }\n\n var sepwidth = void 0;\n\n if (c > 0 || group.hskipBeforeAndAfter) {\n sepwidth = utils.deflt(colDescr.pregap, arraycolsep);\n\n if (sepwidth !== 0) {\n colSep = buildCommon.makeSpan([\"arraycolsep\"], []);\n colSep.style.width = makeEm(sepwidth);\n cols.push(colSep);\n }\n }\n\n var col = [];\n\n for (r = 0; r < nr; ++r) {\n var row = body[r];\n var elem = row[c];\n\n if (!elem) {\n continue;\n }\n\n var _shift2 = row.pos - offset;\n\n elem.depth = row.depth;\n elem.height = row.height;\n col.push({\n type: \"elem\",\n elem: elem,\n shift: _shift2\n });\n }\n\n col = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: col\n }, options);\n col = buildCommon.makeSpan([\"col-align-\" + (colDescr.align || \"c\")], [col]);\n cols.push(col);\n\n if (c < nc - 1 || group.hskipBeforeAndAfter) {\n sepwidth = utils.deflt(colDescr.postgap, arraycolsep);\n\n if (sepwidth !== 0) {\n colSep = buildCommon.makeSpan([\"arraycolsep\"], []);\n colSep.style.width = makeEm(sepwidth);\n cols.push(colSep);\n }\n }\n }\n\n body = buildCommon.makeSpan([\"mtable\"], cols); // Add \\hline(s), if any.\n\n if (hlines.length > 0) {\n var line = buildCommon.makeLineSpan(\"hline\", options, ruleThickness);\n var dashes = buildCommon.makeLineSpan(\"hdashline\", options, ruleThickness);\n var vListElems = [{\n type: \"elem\",\n elem: body,\n shift: 0\n }];\n\n while (hlines.length > 0) {\n var hline = hlines.pop();\n var lineShift = hline.pos - offset;\n\n if (hline.isDashed) {\n vListElems.push({\n type: \"elem\",\n elem: dashes,\n shift: lineShift\n });\n } else {\n vListElems.push({\n type: \"elem\",\n elem: line,\n shift: lineShift\n });\n }\n }\n\n body = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: vListElems\n }, options);\n }\n\n if (tagSpans.length === 0) {\n return buildCommon.makeSpan([\"mord\"], [body], options);\n } else {\n var eqnNumCol = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: tagSpans\n }, options);\n eqnNumCol = buildCommon.makeSpan([\"tag\"], [eqnNumCol], options);\n return buildCommon.makeFragment([body, eqnNumCol]);\n }\n};\n\nvar alignMap = {\n c: \"center \",\n l: \"left \",\n r: \"right \"\n};\n\nvar mathmlBuilder$5 = function mathmlBuilder(group, options) {\n var tbl = [];\n var glue = new mathMLTree.MathNode(\"mtd\", [], [\"mtr-glue\"]);\n var tag = new mathMLTree.MathNode(\"mtd\", [], [\"mml-eqn-num\"]);\n\n for (var i = 0; i < group.body.length; i++) {\n var rw = group.body[i];\n var row = [];\n\n for (var j = 0; j < rw.length; j++) {\n row.push(new mathMLTree.MathNode(\"mtd\", [buildGroup(rw[j], options)]));\n }\n\n if (group.tags && group.tags[i]) {\n row.unshift(glue);\n row.push(glue);\n\n if (group.leqno) {\n row.unshift(tag);\n } else {\n row.push(tag);\n }\n }\n\n tbl.push(new mathMLTree.MathNode(\"mtr\", row));\n }\n\n var table = new mathMLTree.MathNode(\"mtable\", tbl); // Set column alignment, row spacing, column spacing, and\n // array lines by setting attributes on the table element.\n // Set the row spacing. In MathML, we specify a gap distance.\n // We do not use rowGap[] because MathML automatically increases\n // cell height with the height/depth of the element content.\n // LaTeX \\arraystretch multiplies the row baseline-to-baseline distance.\n // We simulate this by adding (arraystretch - 1)em to the gap. This\n // does a reasonable job of adjusting arrays containing 1 em tall content.\n // The 0.16 and 0.09 values are found empirically. They produce an array\n // similar to LaTeX and in which content does not interfere with \\hlines.\n\n var gap = group.arraystretch === 0.5 ? 0.1 // {smallmatrix}, {subarray}\n : 0.16 + group.arraystretch - 1 + (group.addJot ? 0.09 : 0);\n table.setAttribute(\"rowspacing\", makeEm(gap)); // MathML table lines go only between cells.\n // To place a line on an edge we'll use , if necessary.\n\n var menclose = \"\";\n var align = \"\";\n\n if (group.cols && group.cols.length > 0) {\n // Find column alignment, column spacing, and vertical lines.\n var cols = group.cols;\n var columnLines = \"\";\n var prevTypeWasAlign = false;\n var iStart = 0;\n var iEnd = cols.length;\n\n if (cols[0].type === \"separator\") {\n menclose += \"top \";\n iStart = 1;\n }\n\n if (cols[cols.length - 1].type === \"separator\") {\n menclose += \"bottom \";\n iEnd -= 1;\n }\n\n for (var _i = iStart; _i < iEnd; _i++) {\n if (cols[_i].type === \"align\") {\n align += alignMap[cols[_i].align];\n\n if (prevTypeWasAlign) {\n columnLines += \"none \";\n }\n\n prevTypeWasAlign = true;\n } else if (cols[_i].type === \"separator\") {\n // MathML accepts only single lines between cells.\n // So we read only the first of consecutive separators.\n if (prevTypeWasAlign) {\n columnLines += cols[_i].separator === \"|\" ? \"solid \" : \"dashed \";\n prevTypeWasAlign = false;\n }\n }\n }\n\n table.setAttribute(\"columnalign\", align.trim());\n\n if (/[sd]/.test(columnLines)) {\n table.setAttribute(\"columnlines\", columnLines.trim());\n }\n } // Set column spacing.\n\n\n if (group.colSeparationType === \"align\") {\n var _cols = group.cols || [];\n\n var spacing = \"\";\n\n for (var _i2 = 1; _i2 < _cols.length; _i2++) {\n spacing += _i2 % 2 ? \"0em \" : \"1em \";\n }\n\n table.setAttribute(\"columnspacing\", spacing.trim());\n } else if (group.colSeparationType === \"alignat\" || group.colSeparationType === \"gather\") {\n table.setAttribute(\"columnspacing\", \"0em\");\n } else if (group.colSeparationType === \"small\") {\n table.setAttribute(\"columnspacing\", \"0.2778em\");\n } else if (group.colSeparationType === \"CD\") {\n table.setAttribute(\"columnspacing\", \"0.5em\");\n } else {\n table.setAttribute(\"columnspacing\", \"1em\");\n } // Address \\hline and \\hdashline\n\n\n var rowLines = \"\";\n var hlines = group.hLinesBeforeRow;\n menclose += hlines[0].length > 0 ? \"left \" : \"\";\n menclose += hlines[hlines.length - 1].length > 0 ? \"right \" : \"\";\n\n for (var _i3 = 1; _i3 < hlines.length - 1; _i3++) {\n rowLines += hlines[_i3].length === 0 ? \"none \" // MathML accepts only a single line between rows. Read one element.\n : hlines[_i3][0] ? \"dashed \" : \"solid \";\n }\n\n if (/[sd]/.test(rowLines)) {\n table.setAttribute(\"rowlines\", rowLines.trim());\n }\n\n if (menclose !== \"\") {\n table = new mathMLTree.MathNode(\"menclose\", [table]);\n table.setAttribute(\"notation\", menclose.trim());\n }\n\n if (group.arraystretch && group.arraystretch < 1) {\n // A small array. Wrap in scriptstyle so row gap is not too large.\n table = new mathMLTree.MathNode(\"mstyle\", [table]);\n table.setAttribute(\"scriptlevel\", \"1\");\n }\n\n return table;\n}; // Convenience function for align, align*, aligned, alignat, alignat*, alignedat.\n\n\nvar alignedHandler = function alignedHandler(context, args) {\n if (context.envName.indexOf(\"ed\") === -1) {\n validateAmsEnvironmentContext(context);\n }\n\n var cols = [];\n var separationType = context.envName.indexOf(\"at\") > -1 ? \"alignat\" : \"align\";\n var isSplit = context.envName === \"split\";\n var res = parseArray(context.parser, {\n cols,\n addJot: true,\n autoTag: isSplit ? undefined : getAutoTag(context.envName),\n emptySingleRow: true,\n colSeparationType: separationType,\n maxNumCols: isSplit ? 2 : undefined,\n leqno: context.parser.settings.leqno\n }, \"display\"); // Determining number of columns.\n // 1. If the first argument is given, we use it as a number of columns,\n // and makes sure that each row doesn't exceed that number.\n // 2. Otherwise, just count number of columns = maximum number\n // of cells in each row (\"aligned\" mode -- isAligned will be true).\n //\n // At the same time, prepend empty group {} at beginning of every second\n // cell in each row (starting with second cell) so that operators become\n // binary. This behavior is implemented in amsmath's \\start@aligned.\n\n var numMaths;\n var numCols = 0;\n var emptyGroup = {\n type: \"ordgroup\",\n mode: context.mode,\n body: []\n };\n\n if (args[0] && args[0].type === \"ordgroup\") {\n var arg0 = \"\";\n\n for (var i = 0; i < args[0].body.length; i++) {\n var textord = assertNodeType(args[0].body[i], \"textord\");\n arg0 += textord.text;\n }\n\n numMaths = Number(arg0);\n numCols = numMaths * 2;\n }\n\n var isAligned = !numCols;\n res.body.forEach(function (row) {\n for (var _i4 = 1; _i4 < row.length; _i4 += 2) {\n // Modify ordgroup node within styling node\n var styling = assertNodeType(row[_i4], \"styling\");\n var ordgroup = assertNodeType(styling.body[0], \"ordgroup\");\n ordgroup.body.unshift(emptyGroup);\n }\n\n if (!isAligned) {\n // Case 1\n var curMaths = row.length / 2;\n\n if (numMaths < curMaths) {\n throw new ParseError(\"Too many math in a row: \" + (\"expected \" + numMaths + \", but got \" + curMaths), row[0]);\n }\n } else if (numCols < row.length) {\n // Case 2\n numCols = row.length;\n }\n }); // Adjusting alignment.\n // In aligned mode, we add one \\qquad between columns;\n // otherwise we add nothing.\n\n for (var _i5 = 0; _i5 < numCols; ++_i5) {\n var align = \"r\";\n var pregap = 0;\n\n if (_i5 % 2 === 1) {\n align = \"l\";\n } else if (_i5 > 0 && isAligned) {\n // \"aligned\" mode.\n pregap = 1; // add one \\quad\n }\n\n cols[_i5] = {\n type: \"align\",\n align: align,\n pregap: pregap,\n postgap: 0\n };\n }\n\n res.colSeparationType = isAligned ? \"align\" : \"alignat\";\n return res;\n}; // Arrays are part of LaTeX, defined in lttab.dtx so its documentation\n// is part of the source2e.pdf file of LaTeX2e source documentation.\n// {darray} is an {array} environment where cells are set in \\displaystyle,\n// as defined in nccmath.sty.\n\n\ndefineEnvironment({\n type: \"array\",\n names: [\"array\", \"darray\"],\n props: {\n numArgs: 1\n },\n\n handler(context, args) {\n // Since no types are specified above, the two possibilities are\n // - The argument is wrapped in {} or [], in which case Parser's\n // parseGroup() returns an \"ordgroup\" wrapping some symbol node.\n // - The argument is a bare symbol node.\n var symNode = checkSymbolNodeType(args[0]);\n var colalign = symNode ? [args[0]] : assertNodeType(args[0], \"ordgroup\").body;\n var cols = colalign.map(function (nde) {\n var node = assertSymbolNodeType(nde);\n var ca = node.text;\n\n if (\"lcr\".indexOf(ca) !== -1) {\n return {\n type: \"align\",\n align: ca\n };\n } else if (ca === \"|\") {\n return {\n type: \"separator\",\n separator: \"|\"\n };\n } else if (ca === \":\") {\n return {\n type: \"separator\",\n separator: \":\"\n };\n }\n\n throw new ParseError(\"Unknown column alignment: \" + ca, nde);\n });\n var res = {\n cols,\n hskipBeforeAndAfter: true,\n // \\@preamble in lttab.dtx\n maxNumCols: cols.length\n };\n return parseArray(context.parser, res, dCellStyle(context.envName));\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n}); // The matrix environments of amsmath builds on the array environment\n// of LaTeX, which is discussed above.\n// The mathtools package adds starred versions of the same environments.\n// These have an optional argument to choose left|center|right justification.\n\ndefineEnvironment({\n type: \"array\",\n names: [\"matrix\", \"pmatrix\", \"bmatrix\", \"Bmatrix\", \"vmatrix\", \"Vmatrix\", \"matrix*\", \"pmatrix*\", \"bmatrix*\", \"Bmatrix*\", \"vmatrix*\", \"Vmatrix*\"],\n props: {\n numArgs: 0\n },\n\n handler(context) {\n var delimiters = {\n \"matrix\": null,\n \"pmatrix\": [\"(\", \")\"],\n \"bmatrix\": [\"[\", \"]\"],\n \"Bmatrix\": [\"\\\\{\", \"\\\\}\"],\n \"vmatrix\": [\"|\", \"|\"],\n \"Vmatrix\": [\"\\\\Vert\", \"\\\\Vert\"]\n }[context.envName.replace(\"*\", \"\")]; // \\hskip -\\arraycolsep in amsmath\n\n var colAlign = \"c\";\n var payload = {\n hskipBeforeAndAfter: false,\n cols: [{\n type: \"align\",\n align: colAlign\n }]\n };\n\n if (context.envName.charAt(context.envName.length - 1) === \"*\") {\n // It's one of the mathtools starred functions.\n // Parse the optional alignment argument.\n var parser = context.parser;\n parser.consumeSpaces();\n\n if (parser.fetch().text === \"[\") {\n parser.consume();\n parser.consumeSpaces();\n colAlign = parser.fetch().text;\n\n if (\"lcr\".indexOf(colAlign) === -1) {\n throw new ParseError(\"Expected l or c or r\", parser.nextToken);\n }\n\n parser.consume();\n parser.consumeSpaces();\n parser.expect(\"]\");\n parser.consume();\n payload.cols = [{\n type: \"align\",\n align: colAlign\n }];\n }\n }\n\n var res = parseArray(context.parser, payload, dCellStyle(context.envName)); // Populate cols with the correct number of column alignment specs.\n\n var numCols = Math.max(0, ...res.body.map(row => row.length));\n res.cols = new Array(numCols).fill({\n type: \"align\",\n align: colAlign\n });\n return delimiters ? {\n type: \"leftright\",\n mode: context.mode,\n body: [res],\n left: delimiters[0],\n right: delimiters[1],\n rightColor: undefined // \\right uninfluenced by \\color in array\n\n } : res;\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n});\ndefineEnvironment({\n type: \"array\",\n names: [\"smallmatrix\"],\n props: {\n numArgs: 0\n },\n\n handler(context) {\n var payload = {\n arraystretch: 0.5\n };\n var res = parseArray(context.parser, payload, \"script\");\n res.colSeparationType = \"small\";\n return res;\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n});\ndefineEnvironment({\n type: \"array\",\n names: [\"subarray\"],\n props: {\n numArgs: 1\n },\n\n handler(context, args) {\n // Parsing of {subarray} is similar to {array}\n var symNode = checkSymbolNodeType(args[0]);\n var colalign = symNode ? [args[0]] : assertNodeType(args[0], \"ordgroup\").body;\n var cols = colalign.map(function (nde) {\n var node = assertSymbolNodeType(nde);\n var ca = node.text; // {subarray} only recognizes \"l\" & \"c\"\n\n if (\"lc\".indexOf(ca) !== -1) {\n return {\n type: \"align\",\n align: ca\n };\n }\n\n throw new ParseError(\"Unknown column alignment: \" + ca, nde);\n });\n\n if (cols.length > 1) {\n throw new ParseError(\"{subarray} can contain only one column\");\n }\n\n var res = {\n cols,\n hskipBeforeAndAfter: false,\n arraystretch: 0.5\n };\n res = parseArray(context.parser, res, \"script\");\n\n if (res.body.length > 0 && res.body[0].length > 1) {\n throw new ParseError(\"{subarray} can contain only one column\");\n }\n\n return res;\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n}); // A cases environment (in amsmath.sty) is almost equivalent to\n// \\def\\arraystretch{1.2}%\n// \\left\\{\\begin{array}{@{}l@{\\quad}l@{}} … \\end{array}\\right.\n// {dcases} is a {cases} environment where cells are set in \\displaystyle,\n// as defined in mathtools.sty.\n// {rcases} is another mathtools environment. It's brace is on the right side.\n\ndefineEnvironment({\n type: \"array\",\n names: [\"cases\", \"dcases\", \"rcases\", \"drcases\"],\n props: {\n numArgs: 0\n },\n\n handler(context) {\n var payload = {\n arraystretch: 1.2,\n cols: [{\n type: \"align\",\n align: \"l\",\n pregap: 0,\n // TODO(kevinb) get the current style.\n // For now we use the metrics for TEXT style which is what we were\n // doing before. Before attempting to get the current style we\n // should look at TeX's behavior especially for \\over and matrices.\n postgap: 1.0\n /* 1em quad */\n\n }, {\n type: \"align\",\n align: \"l\",\n pregap: 0,\n postgap: 0\n }]\n };\n var res = parseArray(context.parser, payload, dCellStyle(context.envName));\n return {\n type: \"leftright\",\n mode: context.mode,\n body: [res],\n left: context.envName.indexOf(\"r\") > -1 ? \".\" : \"\\\\{\",\n right: context.envName.indexOf(\"r\") > -1 ? \"\\\\}\" : \".\",\n rightColor: undefined\n };\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n}); // In the align environment, one uses ampersands, &, to specify number of\n// columns in each row, and to locate spacing between each column.\n// align gets automatic numbering. align* and aligned do not.\n// The alignedat environment can be used in math mode.\n// Note that we assume \\nomallineskiplimit to be zero,\n// so that \\strut@ is the same as \\strut.\n\ndefineEnvironment({\n type: \"array\",\n names: [\"align\", \"align*\", \"aligned\", \"split\"],\n props: {\n numArgs: 0\n },\n handler: alignedHandler,\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n}); // A gathered environment is like an array environment with one centered\n// column, but where rows are considered lines so get \\jot line spacing\n// and contents are set in \\displaystyle.\n\ndefineEnvironment({\n type: \"array\",\n names: [\"gathered\", \"gather\", \"gather*\"],\n props: {\n numArgs: 0\n },\n\n handler(context) {\n if (utils.contains([\"gather\", \"gather*\"], context.envName)) {\n validateAmsEnvironmentContext(context);\n }\n\n var res = {\n cols: [{\n type: \"align\",\n align: \"c\"\n }],\n addJot: true,\n colSeparationType: \"gather\",\n autoTag: getAutoTag(context.envName),\n emptySingleRow: true,\n leqno: context.parser.settings.leqno\n };\n return parseArray(context.parser, res, \"display\");\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n}); // alignat environment is like an align environment, but one must explicitly\n// specify maximum number of columns in each row, and can adjust spacing between\n// each columns.\n\ndefineEnvironment({\n type: \"array\",\n names: [\"alignat\", \"alignat*\", \"alignedat\"],\n props: {\n numArgs: 1\n },\n handler: alignedHandler,\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n});\ndefineEnvironment({\n type: \"array\",\n names: [\"equation\", \"equation*\"],\n props: {\n numArgs: 0\n },\n\n handler(context) {\n validateAmsEnvironmentContext(context);\n var res = {\n autoTag: getAutoTag(context.envName),\n emptySingleRow: true,\n singleRow: true,\n maxNumCols: 1,\n leqno: context.parser.settings.leqno\n };\n return parseArray(context.parser, res, \"display\");\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n});\ndefineEnvironment({\n type: \"array\",\n names: [\"CD\"],\n props: {\n numArgs: 0\n },\n\n handler(context) {\n validateAmsEnvironmentContext(context);\n return parseCD(context.parser);\n },\n\n htmlBuilder: htmlBuilder$6,\n mathmlBuilder: mathmlBuilder$5\n});\ndefineMacro(\"\\\\nonumber\", \"\\\\gdef\\\\@eqnsw{0}\");\ndefineMacro(\"\\\\notag\", \"\\\\nonumber\"); // Catch \\hline outside array environment\n\ndefineFunction({\n type: \"text\",\n // Doesn't matter what this is.\n names: [\"\\\\hline\", \"\\\\hdashline\"],\n props: {\n numArgs: 0,\n allowedInText: true,\n allowedInMath: true\n },\n\n handler(context, args) {\n throw new ParseError(context.funcName + \" valid only within array environment\");\n }\n\n});\n\nvar environments = _environments;\n\n// defineEnvironment definitions.\n\ndefineFunction({\n type: \"environment\",\n names: [\"\\\\begin\", \"\\\\end\"],\n props: {\n numArgs: 1,\n argTypes: [\"text\"]\n },\n\n handler(_ref, args) {\n var {\n parser,\n funcName\n } = _ref;\n var nameGroup = args[0];\n\n if (nameGroup.type !== \"ordgroup\") {\n throw new ParseError(\"Invalid environment name\", nameGroup);\n }\n\n var envName = \"\";\n\n for (var i = 0; i < nameGroup.body.length; ++i) {\n envName += assertNodeType(nameGroup.body[i], \"textord\").text;\n }\n\n if (funcName === \"\\\\begin\") {\n // begin...end is similar to left...right\n if (!environments.hasOwnProperty(envName)) {\n throw new ParseError(\"No such environment: \" + envName, nameGroup);\n } // Build the environment object. Arguments and other information will\n // be made available to the begin and end methods using properties.\n\n\n var env = environments[envName];\n var {\n args: _args,\n optArgs\n } = parser.parseArguments(\"\\\\begin{\" + envName + \"}\", env);\n var context = {\n mode: parser.mode,\n envName,\n parser\n };\n var result = env.handler(context, _args, optArgs);\n parser.expect(\"\\\\end\", false);\n var endNameToken = parser.nextToken;\n var end = assertNodeType(parser.parseFunction(), \"environment\");\n\n if (end.name !== envName) {\n throw new ParseError(\"Mismatch: \\\\begin{\" + envName + \"} matched by \\\\end{\" + end.name + \"}\", endNameToken);\n } // $FlowFixMe, \"environment\" handler returns an environment ParseNode\n\n\n return result;\n }\n\n return {\n type: \"environment\",\n mode: parser.mode,\n name: envName,\n nameGroup\n };\n }\n\n});\n\n// TODO(kevinb): implement \\\\sl and \\\\sc\n\nvar htmlBuilder$5 = (group, options) => {\n var font = group.font;\n var newOptions = options.withFont(font);\n return buildGroup$1(group.body, newOptions);\n};\n\nvar mathmlBuilder$4 = (group, options) => {\n var font = group.font;\n var newOptions = options.withFont(font);\n return buildGroup(group.body, newOptions);\n};\n\nvar fontAliases = {\n \"\\\\Bbb\": \"\\\\mathbb\",\n \"\\\\bold\": \"\\\\mathbf\",\n \"\\\\frak\": \"\\\\mathfrak\",\n \"\\\\bm\": \"\\\\boldsymbol\"\n};\ndefineFunction({\n type: \"font\",\n names: [// styles, except \\boldsymbol defined below\n \"\\\\mathrm\", \"\\\\mathit\", \"\\\\mathbf\", \"\\\\mathnormal\", // families\n \"\\\\mathbb\", \"\\\\mathcal\", \"\\\\mathfrak\", \"\\\\mathscr\", \"\\\\mathsf\", \"\\\\mathtt\", // aliases, except \\bm defined below\n \"\\\\Bbb\", \"\\\\bold\", \"\\\\frak\"],\n props: {\n numArgs: 1,\n allowedInArgument: true\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName\n } = _ref;\n var body = normalizeArgument(args[0]);\n var func = funcName;\n\n if (func in fontAliases) {\n func = fontAliases[func];\n }\n\n return {\n type: \"font\",\n mode: parser.mode,\n font: func.slice(1),\n body\n };\n },\n htmlBuilder: htmlBuilder$5,\n mathmlBuilder: mathmlBuilder$4\n});\ndefineFunction({\n type: \"mclass\",\n names: [\"\\\\boldsymbol\", \"\\\\bm\"],\n props: {\n numArgs: 1\n },\n handler: (_ref2, args) => {\n var {\n parser\n } = _ref2;\n var body = args[0];\n var isCharacterBox = utils.isCharacterBox(body); // amsbsy.sty's \\boldsymbol uses \\binrel spacing to inherit the\n // argument's bin|rel|ord status\n\n return {\n type: \"mclass\",\n mode: parser.mode,\n mclass: binrelClass(body),\n body: [{\n type: \"font\",\n mode: parser.mode,\n font: \"boldsymbol\",\n body\n }],\n isCharacterBox: isCharacterBox\n };\n }\n}); // Old font changing functions\n\ndefineFunction({\n type: \"font\",\n names: [\"\\\\rm\", \"\\\\sf\", \"\\\\tt\", \"\\\\bf\", \"\\\\it\", \"\\\\cal\"],\n props: {\n numArgs: 0,\n allowedInText: true\n },\n handler: (_ref3, args) => {\n var {\n parser,\n funcName,\n breakOnTokenText\n } = _ref3;\n var {\n mode\n } = parser;\n var body = parser.parseExpression(true, breakOnTokenText);\n var style = \"math\" + funcName.slice(1);\n return {\n type: \"font\",\n mode: mode,\n font: style,\n body: {\n type: \"ordgroup\",\n mode: parser.mode,\n body\n }\n };\n },\n htmlBuilder: htmlBuilder$5,\n mathmlBuilder: mathmlBuilder$4\n});\n\nvar adjustStyle = (size, originalStyle) => {\n // Figure out what style this fraction should be in based on the\n // function used\n var style = originalStyle;\n\n if (size === \"display\") {\n // Get display style as a default.\n // If incoming style is sub/sup, use style.text() to get correct size.\n style = style.id >= Style$1.SCRIPT.id ? style.text() : Style$1.DISPLAY;\n } else if (size === \"text\" && style.size === Style$1.DISPLAY.size) {\n // We're in a \\tfrac but incoming style is displaystyle, so:\n style = Style$1.TEXT;\n } else if (size === \"script\") {\n style = Style$1.SCRIPT;\n } else if (size === \"scriptscript\") {\n style = Style$1.SCRIPTSCRIPT;\n }\n\n return style;\n};\n\nvar htmlBuilder$4 = (group, options) => {\n // Fractions are handled in the TeXbook on pages 444-445, rules 15(a-e).\n var style = adjustStyle(group.size, options.style);\n var nstyle = style.fracNum();\n var dstyle = style.fracDen();\n var newOptions;\n newOptions = options.havingStyle(nstyle);\n var numerm = buildGroup$1(group.numer, newOptions, options);\n\n if (group.continued) {\n // \\cfrac inserts a \\strut into the numerator.\n // Get \\strut dimensions from TeXbook page 353.\n var hStrut = 8.5 / options.fontMetrics().ptPerEm;\n var dStrut = 3.5 / options.fontMetrics().ptPerEm;\n numerm.height = numerm.height < hStrut ? hStrut : numerm.height;\n numerm.depth = numerm.depth < dStrut ? dStrut : numerm.depth;\n }\n\n newOptions = options.havingStyle(dstyle);\n var denomm = buildGroup$1(group.denom, newOptions, options);\n var rule;\n var ruleWidth;\n var ruleSpacing;\n\n if (group.hasBarLine) {\n if (group.barSize) {\n ruleWidth = calculateSize(group.barSize, options);\n rule = buildCommon.makeLineSpan(\"frac-line\", options, ruleWidth);\n } else {\n rule = buildCommon.makeLineSpan(\"frac-line\", options);\n }\n\n ruleWidth = rule.height;\n ruleSpacing = rule.height;\n } else {\n rule = null;\n ruleWidth = 0;\n ruleSpacing = options.fontMetrics().defaultRuleThickness;\n } // Rule 15b\n\n\n var numShift;\n var clearance;\n var denomShift;\n\n if (style.size === Style$1.DISPLAY.size || group.size === \"display\") {\n numShift = options.fontMetrics().num1;\n\n if (ruleWidth > 0) {\n clearance = 3 * ruleSpacing;\n } else {\n clearance = 7 * ruleSpacing;\n }\n\n denomShift = options.fontMetrics().denom1;\n } else {\n if (ruleWidth > 0) {\n numShift = options.fontMetrics().num2;\n clearance = ruleSpacing;\n } else {\n numShift = options.fontMetrics().num3;\n clearance = 3 * ruleSpacing;\n }\n\n denomShift = options.fontMetrics().denom2;\n }\n\n var frac;\n\n if (!rule) {\n // Rule 15c\n var candidateClearance = numShift - numerm.depth - (denomm.height - denomShift);\n\n if (candidateClearance < clearance) {\n numShift += 0.5 * (clearance - candidateClearance);\n denomShift += 0.5 * (clearance - candidateClearance);\n }\n\n frac = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [{\n type: \"elem\",\n elem: denomm,\n shift: denomShift\n }, {\n type: \"elem\",\n elem: numerm,\n shift: -numShift\n }]\n }, options);\n } else {\n // Rule 15d\n var axisHeight = options.fontMetrics().axisHeight;\n\n if (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth) < clearance) {\n numShift += clearance - (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth));\n }\n\n if (axisHeight - 0.5 * ruleWidth - (denomm.height - denomShift) < clearance) {\n denomShift += clearance - (axisHeight - 0.5 * ruleWidth - (denomm.height - denomShift));\n }\n\n var midShift = -(axisHeight - 0.5 * ruleWidth);\n frac = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [{\n type: \"elem\",\n elem: denomm,\n shift: denomShift\n }, {\n type: \"elem\",\n elem: rule,\n shift: midShift\n }, {\n type: \"elem\",\n elem: numerm,\n shift: -numShift\n }]\n }, options);\n } // Since we manually change the style sometimes (with \\dfrac or \\tfrac),\n // account for the possible size change here.\n\n\n newOptions = options.havingStyle(style);\n frac.height *= newOptions.sizeMultiplier / options.sizeMultiplier;\n frac.depth *= newOptions.sizeMultiplier / options.sizeMultiplier; // Rule 15e\n\n var delimSize;\n\n if (style.size === Style$1.DISPLAY.size) {\n delimSize = options.fontMetrics().delim1;\n } else if (style.size === Style$1.SCRIPTSCRIPT.size) {\n delimSize = options.havingStyle(Style$1.SCRIPT).fontMetrics().delim2;\n } else {\n delimSize = options.fontMetrics().delim2;\n }\n\n var leftDelim;\n var rightDelim;\n\n if (group.leftDelim == null) {\n leftDelim = makeNullDelimiter(options, [\"mopen\"]);\n } else {\n leftDelim = delimiter.customSizedDelim(group.leftDelim, delimSize, true, options.havingStyle(style), group.mode, [\"mopen\"]);\n }\n\n if (group.continued) {\n rightDelim = buildCommon.makeSpan([]); // zero width for \\cfrac\n } else if (group.rightDelim == null) {\n rightDelim = makeNullDelimiter(options, [\"mclose\"]);\n } else {\n rightDelim = delimiter.customSizedDelim(group.rightDelim, delimSize, true, options.havingStyle(style), group.mode, [\"mclose\"]);\n }\n\n return buildCommon.makeSpan([\"mord\"].concat(newOptions.sizingClasses(options)), [leftDelim, buildCommon.makeSpan([\"mfrac\"], [frac]), rightDelim], options);\n};\n\nvar mathmlBuilder$3 = (group, options) => {\n var node = new mathMLTree.MathNode(\"mfrac\", [buildGroup(group.numer, options), buildGroup(group.denom, options)]);\n\n if (!group.hasBarLine) {\n node.setAttribute(\"linethickness\", \"0px\");\n } else if (group.barSize) {\n var ruleWidth = calculateSize(group.barSize, options);\n node.setAttribute(\"linethickness\", makeEm(ruleWidth));\n }\n\n var style = adjustStyle(group.size, options.style);\n\n if (style.size !== options.style.size) {\n node = new mathMLTree.MathNode(\"mstyle\", [node]);\n var isDisplay = style.size === Style$1.DISPLAY.size ? \"true\" : \"false\";\n node.setAttribute(\"displaystyle\", isDisplay);\n node.setAttribute(\"scriptlevel\", \"0\");\n }\n\n if (group.leftDelim != null || group.rightDelim != null) {\n var withDelims = [];\n\n if (group.leftDelim != null) {\n var leftOp = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(group.leftDelim.replace(\"\\\\\", \"\"))]);\n leftOp.setAttribute(\"fence\", \"true\");\n withDelims.push(leftOp);\n }\n\n withDelims.push(node);\n\n if (group.rightDelim != null) {\n var rightOp = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(group.rightDelim.replace(\"\\\\\", \"\"))]);\n rightOp.setAttribute(\"fence\", \"true\");\n withDelims.push(rightOp);\n }\n\n return makeRow(withDelims);\n }\n\n return node;\n};\n\ndefineFunction({\n type: \"genfrac\",\n names: [\"\\\\dfrac\", \"\\\\frac\", \"\\\\tfrac\", \"\\\\dbinom\", \"\\\\binom\", \"\\\\tbinom\", \"\\\\\\\\atopfrac\", // can’t be entered directly\n \"\\\\\\\\bracefrac\", \"\\\\\\\\brackfrac\" // ditto\n ],\n props: {\n numArgs: 2,\n allowedInArgument: true\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName\n } = _ref;\n var numer = args[0];\n var denom = args[1];\n var hasBarLine;\n var leftDelim = null;\n var rightDelim = null;\n var size = \"auto\";\n\n switch (funcName) {\n case \"\\\\dfrac\":\n case \"\\\\frac\":\n case \"\\\\tfrac\":\n hasBarLine = true;\n break;\n\n case \"\\\\\\\\atopfrac\":\n hasBarLine = false;\n break;\n\n case \"\\\\dbinom\":\n case \"\\\\binom\":\n case \"\\\\tbinom\":\n hasBarLine = false;\n leftDelim = \"(\";\n rightDelim = \")\";\n break;\n\n case \"\\\\\\\\bracefrac\":\n hasBarLine = false;\n leftDelim = \"\\\\{\";\n rightDelim = \"\\\\}\";\n break;\n\n case \"\\\\\\\\brackfrac\":\n hasBarLine = false;\n leftDelim = \"[\";\n rightDelim = \"]\";\n break;\n\n default:\n throw new Error(\"Unrecognized genfrac command\");\n }\n\n switch (funcName) {\n case \"\\\\dfrac\":\n case \"\\\\dbinom\":\n size = \"display\";\n break;\n\n case \"\\\\tfrac\":\n case \"\\\\tbinom\":\n size = \"text\";\n break;\n }\n\n return {\n type: \"genfrac\",\n mode: parser.mode,\n continued: false,\n numer,\n denom,\n hasBarLine,\n leftDelim,\n rightDelim,\n size,\n barSize: null\n };\n },\n htmlBuilder: htmlBuilder$4,\n mathmlBuilder: mathmlBuilder$3\n});\ndefineFunction({\n type: \"genfrac\",\n names: [\"\\\\cfrac\"],\n props: {\n numArgs: 2\n },\n handler: (_ref2, args) => {\n var {\n parser,\n funcName\n } = _ref2;\n var numer = args[0];\n var denom = args[1];\n return {\n type: \"genfrac\",\n mode: parser.mode,\n continued: true,\n numer,\n denom,\n hasBarLine: true,\n leftDelim: null,\n rightDelim: null,\n size: \"display\",\n barSize: null\n };\n }\n}); // Infix generalized fractions -- these are not rendered directly, but replaced\n// immediately by one of the variants above.\n\ndefineFunction({\n type: \"infix\",\n names: [\"\\\\over\", \"\\\\choose\", \"\\\\atop\", \"\\\\brace\", \"\\\\brack\"],\n props: {\n numArgs: 0,\n infix: true\n },\n\n handler(_ref3) {\n var {\n parser,\n funcName,\n token\n } = _ref3;\n var replaceWith;\n\n switch (funcName) {\n case \"\\\\over\":\n replaceWith = \"\\\\frac\";\n break;\n\n case \"\\\\choose\":\n replaceWith = \"\\\\binom\";\n break;\n\n case \"\\\\atop\":\n replaceWith = \"\\\\\\\\atopfrac\";\n break;\n\n case \"\\\\brace\":\n replaceWith = \"\\\\\\\\bracefrac\";\n break;\n\n case \"\\\\brack\":\n replaceWith = \"\\\\\\\\brackfrac\";\n break;\n\n default:\n throw new Error(\"Unrecognized infix genfrac command\");\n }\n\n return {\n type: \"infix\",\n mode: parser.mode,\n replaceWith,\n token\n };\n }\n\n});\nvar stylArray = [\"display\", \"text\", \"script\", \"scriptscript\"];\n\nvar delimFromValue = function delimFromValue(delimString) {\n var delim = null;\n\n if (delimString.length > 0) {\n delim = delimString;\n delim = delim === \".\" ? null : delim;\n }\n\n return delim;\n};\n\ndefineFunction({\n type: \"genfrac\",\n names: [\"\\\\genfrac\"],\n props: {\n numArgs: 6,\n allowedInArgument: true,\n argTypes: [\"math\", \"math\", \"size\", \"text\", \"math\", \"math\"]\n },\n\n handler(_ref4, args) {\n var {\n parser\n } = _ref4;\n var numer = args[4];\n var denom = args[5]; // Look into the parse nodes to get the desired delimiters.\n\n var leftNode = normalizeArgument(args[0]);\n var leftDelim = leftNode.type === \"atom\" && leftNode.family === \"open\" ? delimFromValue(leftNode.text) : null;\n var rightNode = normalizeArgument(args[1]);\n var rightDelim = rightNode.type === \"atom\" && rightNode.family === \"close\" ? delimFromValue(rightNode.text) : null;\n var barNode = assertNodeType(args[2], \"size\");\n var hasBarLine;\n var barSize = null;\n\n if (barNode.isBlank) {\n // \\genfrac acts differently than \\above.\n // \\genfrac treats an empty size group as a signal to use a\n // standard bar size. \\above would see size = 0 and omit the bar.\n hasBarLine = true;\n } else {\n barSize = barNode.value;\n hasBarLine = barSize.number > 0;\n } // Find out if we want displaystyle, textstyle, etc.\n\n\n var size = \"auto\";\n var styl = args[3];\n\n if (styl.type === \"ordgroup\") {\n if (styl.body.length > 0) {\n var textOrd = assertNodeType(styl.body[0], \"textord\");\n size = stylArray[Number(textOrd.text)];\n }\n } else {\n styl = assertNodeType(styl, \"textord\");\n size = stylArray[Number(styl.text)];\n }\n\n return {\n type: \"genfrac\",\n mode: parser.mode,\n numer,\n denom,\n continued: false,\n hasBarLine,\n barSize,\n leftDelim,\n rightDelim,\n size\n };\n },\n\n htmlBuilder: htmlBuilder$4,\n mathmlBuilder: mathmlBuilder$3\n}); // \\above is an infix fraction that also defines a fraction bar size.\n\ndefineFunction({\n type: \"infix\",\n names: [\"\\\\above\"],\n props: {\n numArgs: 1,\n argTypes: [\"size\"],\n infix: true\n },\n\n handler(_ref5, args) {\n var {\n parser,\n funcName,\n token\n } = _ref5;\n return {\n type: \"infix\",\n mode: parser.mode,\n replaceWith: \"\\\\\\\\abovefrac\",\n size: assertNodeType(args[0], \"size\").value,\n token\n };\n }\n\n});\ndefineFunction({\n type: \"genfrac\",\n names: [\"\\\\\\\\abovefrac\"],\n props: {\n numArgs: 3,\n argTypes: [\"math\", \"size\", \"math\"]\n },\n handler: (_ref6, args) => {\n var {\n parser,\n funcName\n } = _ref6;\n var numer = args[0];\n var barSize = assert(assertNodeType(args[1], \"infix\").size);\n var denom = args[2];\n var hasBarLine = barSize.number > 0;\n return {\n type: \"genfrac\",\n mode: parser.mode,\n numer,\n denom,\n continued: false,\n hasBarLine,\n barSize,\n leftDelim: null,\n rightDelim: null,\n size: \"auto\"\n };\n },\n htmlBuilder: htmlBuilder$4,\n mathmlBuilder: mathmlBuilder$3\n});\n\n// NOTE: Unlike most `htmlBuilder`s, this one handles not only \"horizBrace\", but\n// also \"supsub\" since an over/underbrace can affect super/subscripting.\nvar htmlBuilder$3 = (grp, options) => {\n var style = options.style; // Pull out the `ParseNode<\"horizBrace\">` if `grp` is a \"supsub\" node.\n\n var supSubGroup;\n var group;\n\n if (grp.type === \"supsub\") {\n // Ref: LaTeX source2e: }}}}\\limits}\n // i.e. LaTeX treats the brace similar to an op and passes it\n // with \\limits, so we need to assign supsub style.\n supSubGroup = grp.sup ? buildGroup$1(grp.sup, options.havingStyle(style.sup()), options) : buildGroup$1(grp.sub, options.havingStyle(style.sub()), options);\n group = assertNodeType(grp.base, \"horizBrace\");\n } else {\n group = assertNodeType(grp, \"horizBrace\");\n } // Build the base group\n\n\n var body = buildGroup$1(group.base, options.havingBaseStyle(Style$1.DISPLAY)); // Create the stretchy element\n\n var braceBody = stretchy.svgSpan(group, options); // Generate the vlist, with the appropriate kerns ┏━━━━━━━━┓\n // This first vlist contains the content and the brace: equation\n\n var vlist;\n\n if (group.isOver) {\n vlist = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: body\n }, {\n type: \"kern\",\n size: 0.1\n }, {\n type: \"elem\",\n elem: braceBody\n }]\n }, options); // $FlowFixMe: Replace this with passing \"svg-align\" into makeVList.\n\n vlist.children[0].children[0].children[1].classes.push(\"svg-align\");\n } else {\n vlist = buildCommon.makeVList({\n positionType: \"bottom\",\n positionData: body.depth + 0.1 + braceBody.height,\n children: [{\n type: \"elem\",\n elem: braceBody\n }, {\n type: \"kern\",\n size: 0.1\n }, {\n type: \"elem\",\n elem: body\n }]\n }, options); // $FlowFixMe: Replace this with passing \"svg-align\" into makeVList.\n\n vlist.children[0].children[0].children[0].classes.push(\"svg-align\");\n }\n\n if (supSubGroup) {\n // To write the supsub, wrap the first vlist in another vlist:\n // They can't all go in the same vlist, because the note might be\n // wider than the equation. We want the equation to control the\n // brace width.\n // note long note long note\n // ┏━━━━━━━━┓ or ┏━━━┓ not ┏━━━━━━━━━┓\n // equation eqn eqn\n var vSpan = buildCommon.makeSpan([\"mord\", group.isOver ? \"mover\" : \"munder\"], [vlist], options);\n\n if (group.isOver) {\n vlist = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: vSpan\n }, {\n type: \"kern\",\n size: 0.2\n }, {\n type: \"elem\",\n elem: supSubGroup\n }]\n }, options);\n } else {\n vlist = buildCommon.makeVList({\n positionType: \"bottom\",\n positionData: vSpan.depth + 0.2 + supSubGroup.height + supSubGroup.depth,\n children: [{\n type: \"elem\",\n elem: supSubGroup\n }, {\n type: \"kern\",\n size: 0.2\n }, {\n type: \"elem\",\n elem: vSpan\n }]\n }, options);\n }\n }\n\n return buildCommon.makeSpan([\"mord\", group.isOver ? \"mover\" : \"munder\"], [vlist], options);\n};\n\nvar mathmlBuilder$2 = (group, options) => {\n var accentNode = stretchy.mathMLnode(group.label);\n return new mathMLTree.MathNode(group.isOver ? \"mover\" : \"munder\", [buildGroup(group.base, options), accentNode]);\n}; // Horizontal stretchy braces\n\n\ndefineFunction({\n type: \"horizBrace\",\n names: [\"\\\\overbrace\", \"\\\\underbrace\"],\n props: {\n numArgs: 1\n },\n\n handler(_ref, args) {\n var {\n parser,\n funcName\n } = _ref;\n return {\n type: \"horizBrace\",\n mode: parser.mode,\n label: funcName,\n isOver: /^\\\\over/.test(funcName),\n base: args[0]\n };\n },\n\n htmlBuilder: htmlBuilder$3,\n mathmlBuilder: mathmlBuilder$2\n});\n\ndefineFunction({\n type: \"href\",\n names: [\"\\\\href\"],\n props: {\n numArgs: 2,\n argTypes: [\"url\", \"original\"],\n allowedInText: true\n },\n handler: (_ref, args) => {\n var {\n parser\n } = _ref;\n var body = args[1];\n var href = assertNodeType(args[0], \"url\").url;\n\n if (!parser.settings.isTrusted({\n command: \"\\\\href\",\n url: href\n })) {\n return parser.formatUnsupportedCmd(\"\\\\href\");\n }\n\n return {\n type: \"href\",\n mode: parser.mode,\n href,\n body: ordargument(body)\n };\n },\n htmlBuilder: (group, options) => {\n var elements = buildExpression$1(group.body, options, false);\n return buildCommon.makeAnchor(group.href, [], elements, options);\n },\n mathmlBuilder: (group, options) => {\n var math = buildExpressionRow(group.body, options);\n\n if (!(math instanceof MathNode)) {\n math = new MathNode(\"mrow\", [math]);\n }\n\n math.setAttribute(\"href\", group.href);\n return math;\n }\n});\ndefineFunction({\n type: \"href\",\n names: [\"\\\\url\"],\n props: {\n numArgs: 1,\n argTypes: [\"url\"],\n allowedInText: true\n },\n handler: (_ref2, args) => {\n var {\n parser\n } = _ref2;\n var href = assertNodeType(args[0], \"url\").url;\n\n if (!parser.settings.isTrusted({\n command: \"\\\\url\",\n url: href\n })) {\n return parser.formatUnsupportedCmd(\"\\\\url\");\n }\n\n var chars = [];\n\n for (var i = 0; i < href.length; i++) {\n var c = href[i];\n\n if (c === \"~\") {\n c = \"\\\\textasciitilde\";\n }\n\n chars.push({\n type: \"textord\",\n mode: \"text\",\n text: c\n });\n }\n\n var body = {\n type: \"text\",\n mode: parser.mode,\n font: \"\\\\texttt\",\n body: chars\n };\n return {\n type: \"href\",\n mode: parser.mode,\n href,\n body: ordargument(body)\n };\n }\n});\n\n// In LaTeX, \\vcenter can act only on a box, as in\n// \\vcenter{\\hbox{$\\frac{a+b}{\\dfrac{c}{d}}$}}\n// This function by itself doesn't do anything but prevent a soft line break.\n\ndefineFunction({\n type: \"hbox\",\n names: [\"\\\\hbox\"],\n props: {\n numArgs: 1,\n argTypes: [\"text\"],\n allowedInText: true,\n primitive: true\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n return {\n type: \"hbox\",\n mode: parser.mode,\n body: ordargument(args[0])\n };\n },\n\n htmlBuilder(group, options) {\n var elements = buildExpression$1(group.body, options, false);\n return buildCommon.makeFragment(elements);\n },\n\n mathmlBuilder(group, options) {\n return new mathMLTree.MathNode(\"mrow\", buildExpression(group.body, options));\n }\n\n});\n\ndefineFunction({\n type: \"html\",\n names: [\"\\\\htmlClass\", \"\\\\htmlId\", \"\\\\htmlStyle\", \"\\\\htmlData\"],\n props: {\n numArgs: 2,\n argTypes: [\"raw\", \"original\"],\n allowedInText: true\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName,\n token\n } = _ref;\n var value = assertNodeType(args[0], \"raw\").string;\n var body = args[1];\n\n if (parser.settings.strict) {\n parser.settings.reportNonstrict(\"htmlExtension\", \"HTML extension is disabled on strict mode\");\n }\n\n var trustContext;\n var attributes = {};\n\n switch (funcName) {\n case \"\\\\htmlClass\":\n attributes.class = value;\n trustContext = {\n command: \"\\\\htmlClass\",\n class: value\n };\n break;\n\n case \"\\\\htmlId\":\n attributes.id = value;\n trustContext = {\n command: \"\\\\htmlId\",\n id: value\n };\n break;\n\n case \"\\\\htmlStyle\":\n attributes.style = value;\n trustContext = {\n command: \"\\\\htmlStyle\",\n style: value\n };\n break;\n\n case \"\\\\htmlData\":\n {\n var data = value.split(\",\");\n\n for (var i = 0; i < data.length; i++) {\n var keyVal = data[i].split(\"=\");\n\n if (keyVal.length !== 2) {\n throw new ParseError(\"Error parsing key-value for \\\\htmlData\");\n }\n\n attributes[\"data-\" + keyVal[0].trim()] = keyVal[1].trim();\n }\n\n trustContext = {\n command: \"\\\\htmlData\",\n attributes\n };\n break;\n }\n\n default:\n throw new Error(\"Unrecognized html command\");\n }\n\n if (!parser.settings.isTrusted(trustContext)) {\n return parser.formatUnsupportedCmd(funcName);\n }\n\n return {\n type: \"html\",\n mode: parser.mode,\n attributes,\n body: ordargument(body)\n };\n },\n htmlBuilder: (group, options) => {\n var elements = buildExpression$1(group.body, options, false);\n var classes = [\"enclosing\"];\n\n if (group.attributes.class) {\n classes.push(...group.attributes.class.trim().split(/\\s+/));\n }\n\n var span = buildCommon.makeSpan(classes, elements, options);\n\n for (var attr in group.attributes) {\n if (attr !== \"class\" && group.attributes.hasOwnProperty(attr)) {\n span.setAttribute(attr, group.attributes[attr]);\n }\n }\n\n return span;\n },\n mathmlBuilder: (group, options) => {\n return buildExpressionRow(group.body, options);\n }\n});\n\ndefineFunction({\n type: \"htmlmathml\",\n names: [\"\\\\html@mathml\"],\n props: {\n numArgs: 2,\n allowedInText: true\n },\n handler: (_ref, args) => {\n var {\n parser\n } = _ref;\n return {\n type: \"htmlmathml\",\n mode: parser.mode,\n html: ordargument(args[0]),\n mathml: ordargument(args[1])\n };\n },\n htmlBuilder: (group, options) => {\n var elements = buildExpression$1(group.html, options, false);\n return buildCommon.makeFragment(elements);\n },\n mathmlBuilder: (group, options) => {\n return buildExpressionRow(group.mathml, options);\n }\n});\n\nvar sizeData = function sizeData(str) {\n if (/^[-+]? *(\\d+(\\.\\d*)?|\\.\\d+)$/.test(str)) {\n // str is a number with no unit specified.\n // default unit is bp, per graphix package.\n return {\n number: +str,\n unit: \"bp\"\n };\n } else {\n var match = /([-+]?) *(\\d+(?:\\.\\d*)?|\\.\\d+) *([a-z]{2})/.exec(str);\n\n if (!match) {\n throw new ParseError(\"Invalid size: '\" + str + \"' in \\\\includegraphics\");\n }\n\n var data = {\n number: +(match[1] + match[2]),\n // sign + magnitude, cast to number\n unit: match[3]\n };\n\n if (!validUnit(data)) {\n throw new ParseError(\"Invalid unit: '\" + data.unit + \"' in \\\\includegraphics.\");\n }\n\n return data;\n }\n};\n\ndefineFunction({\n type: \"includegraphics\",\n names: [\"\\\\includegraphics\"],\n props: {\n numArgs: 1,\n numOptionalArgs: 1,\n argTypes: [\"raw\", \"url\"],\n allowedInText: false\n },\n handler: (_ref, args, optArgs) => {\n var {\n parser\n } = _ref;\n var width = {\n number: 0,\n unit: \"em\"\n };\n var height = {\n number: 0.9,\n unit: \"em\"\n }; // sorta character sized.\n\n var totalheight = {\n number: 0,\n unit: \"em\"\n };\n var alt = \"\";\n\n if (optArgs[0]) {\n var attributeStr = assertNodeType(optArgs[0], \"raw\").string; // Parser.js does not parse key/value pairs. We get a string.\n\n var attributes = attributeStr.split(\",\");\n\n for (var i = 0; i < attributes.length; i++) {\n var keyVal = attributes[i].split(\"=\");\n\n if (keyVal.length === 2) {\n var str = keyVal[1].trim();\n\n switch (keyVal[0].trim()) {\n case \"alt\":\n alt = str;\n break;\n\n case \"width\":\n width = sizeData(str);\n break;\n\n case \"height\":\n height = sizeData(str);\n break;\n\n case \"totalheight\":\n totalheight = sizeData(str);\n break;\n\n default:\n throw new ParseError(\"Invalid key: '\" + keyVal[0] + \"' in \\\\includegraphics.\");\n }\n }\n }\n }\n\n var src = assertNodeType(args[0], \"url\").url;\n\n if (alt === \"\") {\n // No alt given. Use the file name. Strip away the path.\n alt = src;\n alt = alt.replace(/^.*[\\\\/]/, '');\n alt = alt.substring(0, alt.lastIndexOf('.'));\n }\n\n if (!parser.settings.isTrusted({\n command: \"\\\\includegraphics\",\n url: src\n })) {\n return parser.formatUnsupportedCmd(\"\\\\includegraphics\");\n }\n\n return {\n type: \"includegraphics\",\n mode: parser.mode,\n alt: alt,\n width: width,\n height: height,\n totalheight: totalheight,\n src: src\n };\n },\n htmlBuilder: (group, options) => {\n var height = calculateSize(group.height, options);\n var depth = 0;\n\n if (group.totalheight.number > 0) {\n depth = calculateSize(group.totalheight, options) - height;\n }\n\n var width = 0;\n\n if (group.width.number > 0) {\n width = calculateSize(group.width, options);\n }\n\n var style = {\n height: makeEm(height + depth)\n };\n\n if (width > 0) {\n style.width = makeEm(width);\n }\n\n if (depth > 0) {\n style.verticalAlign = makeEm(-depth);\n }\n\n var node = new Img(group.src, group.alt, style);\n node.height = height;\n node.depth = depth;\n return node;\n },\n mathmlBuilder: (group, options) => {\n var node = new mathMLTree.MathNode(\"mglyph\", []);\n node.setAttribute(\"alt\", group.alt);\n var height = calculateSize(group.height, options);\n var depth = 0;\n\n if (group.totalheight.number > 0) {\n depth = calculateSize(group.totalheight, options) - height;\n node.setAttribute(\"valign\", makeEm(-depth));\n }\n\n node.setAttribute(\"height\", makeEm(height + depth));\n\n if (group.width.number > 0) {\n var width = calculateSize(group.width, options);\n node.setAttribute(\"width\", makeEm(width));\n }\n\n node.setAttribute(\"src\", group.src);\n return node;\n }\n});\n\n// Horizontal spacing commands\n\ndefineFunction({\n type: \"kern\",\n names: [\"\\\\kern\", \"\\\\mkern\", \"\\\\hskip\", \"\\\\mskip\"],\n props: {\n numArgs: 1,\n argTypes: [\"size\"],\n primitive: true,\n allowedInText: true\n },\n\n handler(_ref, args) {\n var {\n parser,\n funcName\n } = _ref;\n var size = assertNodeType(args[0], \"size\");\n\n if (parser.settings.strict) {\n var mathFunction = funcName[1] === 'm'; // \\mkern, \\mskip\n\n var muUnit = size.value.unit === 'mu';\n\n if (mathFunction) {\n if (!muUnit) {\n parser.settings.reportNonstrict(\"mathVsTextUnits\", \"LaTeX's \" + funcName + \" supports only mu units, \" + (\"not \" + size.value.unit + \" units\"));\n }\n\n if (parser.mode !== \"math\") {\n parser.settings.reportNonstrict(\"mathVsTextUnits\", \"LaTeX's \" + funcName + \" works only in math mode\");\n }\n } else {\n // !mathFunction\n if (muUnit) {\n parser.settings.reportNonstrict(\"mathVsTextUnits\", \"LaTeX's \" + funcName + \" doesn't support mu units\");\n }\n }\n }\n\n return {\n type: \"kern\",\n mode: parser.mode,\n dimension: size.value\n };\n },\n\n htmlBuilder(group, options) {\n return buildCommon.makeGlue(group.dimension, options);\n },\n\n mathmlBuilder(group, options) {\n var dimension = calculateSize(group.dimension, options);\n return new mathMLTree.SpaceNode(dimension);\n }\n\n});\n\n// Horizontal overlap functions\ndefineFunction({\n type: \"lap\",\n names: [\"\\\\mathllap\", \"\\\\mathrlap\", \"\\\\mathclap\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName\n } = _ref;\n var body = args[0];\n return {\n type: \"lap\",\n mode: parser.mode,\n alignment: funcName.slice(5),\n body\n };\n },\n htmlBuilder: (group, options) => {\n // mathllap, mathrlap, mathclap\n var inner;\n\n if (group.alignment === \"clap\") {\n // ref: https://www.math.lsu.edu/~aperlis/publications/mathclap/\n inner = buildCommon.makeSpan([], [buildGroup$1(group.body, options)]); // wrap, since CSS will center a .clap > .inner > span\n\n inner = buildCommon.makeSpan([\"inner\"], [inner], options);\n } else {\n inner = buildCommon.makeSpan([\"inner\"], [buildGroup$1(group.body, options)]);\n }\n\n var fix = buildCommon.makeSpan([\"fix\"], []);\n var node = buildCommon.makeSpan([group.alignment], [inner, fix], options); // At this point, we have correctly set horizontal alignment of the\n // two items involved in the lap.\n // Next, use a strut to set the height of the HTML bounding box.\n // Otherwise, a tall argument may be misplaced.\n // This code resolved issue #1153\n\n var strut = buildCommon.makeSpan([\"strut\"]);\n strut.style.height = makeEm(node.height + node.depth);\n\n if (node.depth) {\n strut.style.verticalAlign = makeEm(-node.depth);\n }\n\n node.children.unshift(strut); // Next, prevent vertical misplacement when next to something tall.\n // This code resolves issue #1234\n\n node = buildCommon.makeSpan([\"thinbox\"], [node], options);\n return buildCommon.makeSpan([\"mord\", \"vbox\"], [node], options);\n },\n mathmlBuilder: (group, options) => {\n // mathllap, mathrlap, mathclap\n var node = new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)]);\n\n if (group.alignment !== \"rlap\") {\n var offset = group.alignment === \"llap\" ? \"-1\" : \"-0.5\";\n node.setAttribute(\"lspace\", offset + \"width\");\n }\n\n node.setAttribute(\"width\", \"0px\");\n return node;\n }\n});\n\ndefineFunction({\n type: \"styling\",\n names: [\"\\\\(\", \"$\"],\n props: {\n numArgs: 0,\n allowedInText: true,\n allowedInMath: false\n },\n\n handler(_ref, args) {\n var {\n funcName,\n parser\n } = _ref;\n var outerMode = parser.mode;\n parser.switchMode(\"math\");\n var close = funcName === \"\\\\(\" ? \"\\\\)\" : \"$\";\n var body = parser.parseExpression(false, close);\n parser.expect(close);\n parser.switchMode(outerMode);\n return {\n type: \"styling\",\n mode: parser.mode,\n style: \"text\",\n body\n };\n }\n\n}); // Check for extra closing math delimiters\n\ndefineFunction({\n type: \"text\",\n // Doesn't matter what this is.\n names: [\"\\\\)\", \"\\\\]\"],\n props: {\n numArgs: 0,\n allowedInText: true,\n allowedInMath: false\n },\n\n handler(context, args) {\n throw new ParseError(\"Mismatched \" + context.funcName);\n }\n\n});\n\nvar chooseMathStyle = (group, options) => {\n switch (options.style.size) {\n case Style$1.DISPLAY.size:\n return group.display;\n\n case Style$1.TEXT.size:\n return group.text;\n\n case Style$1.SCRIPT.size:\n return group.script;\n\n case Style$1.SCRIPTSCRIPT.size:\n return group.scriptscript;\n\n default:\n return group.text;\n }\n};\n\ndefineFunction({\n type: \"mathchoice\",\n names: [\"\\\\mathchoice\"],\n props: {\n numArgs: 4,\n primitive: true\n },\n handler: (_ref, args) => {\n var {\n parser\n } = _ref;\n return {\n type: \"mathchoice\",\n mode: parser.mode,\n display: ordargument(args[0]),\n text: ordargument(args[1]),\n script: ordargument(args[2]),\n scriptscript: ordargument(args[3])\n };\n },\n htmlBuilder: (group, options) => {\n var body = chooseMathStyle(group, options);\n var elements = buildExpression$1(body, options, false);\n return buildCommon.makeFragment(elements);\n },\n mathmlBuilder: (group, options) => {\n var body = chooseMathStyle(group, options);\n return buildExpressionRow(body, options);\n }\n});\n\nvar assembleSupSub = (base, supGroup, subGroup, options, style, slant, baseShift) => {\n base = buildCommon.makeSpan([], [base]);\n var subIsSingleCharacter = subGroup && utils.isCharacterBox(subGroup);\n var sub;\n var sup; // We manually have to handle the superscripts and subscripts. This,\n // aside from the kern calculations, is copied from supsub.\n\n if (supGroup) {\n var elem = buildGroup$1(supGroup, options.havingStyle(style.sup()), options);\n sup = {\n elem,\n kern: Math.max(options.fontMetrics().bigOpSpacing1, options.fontMetrics().bigOpSpacing3 - elem.depth)\n };\n }\n\n if (subGroup) {\n var _elem = buildGroup$1(subGroup, options.havingStyle(style.sub()), options);\n\n sub = {\n elem: _elem,\n kern: Math.max(options.fontMetrics().bigOpSpacing2, options.fontMetrics().bigOpSpacing4 - _elem.height)\n };\n } // Build the final group as a vlist of the possible subscript, base,\n // and possible superscript.\n\n\n var finalGroup;\n\n if (sup && sub) {\n var bottom = options.fontMetrics().bigOpSpacing5 + sub.elem.height + sub.elem.depth + sub.kern + base.depth + baseShift;\n finalGroup = buildCommon.makeVList({\n positionType: \"bottom\",\n positionData: bottom,\n children: [{\n type: \"kern\",\n size: options.fontMetrics().bigOpSpacing5\n }, {\n type: \"elem\",\n elem: sub.elem,\n marginLeft: makeEm(-slant)\n }, {\n type: \"kern\",\n size: sub.kern\n }, {\n type: \"elem\",\n elem: base\n }, {\n type: \"kern\",\n size: sup.kern\n }, {\n type: \"elem\",\n elem: sup.elem,\n marginLeft: makeEm(slant)\n }, {\n type: \"kern\",\n size: options.fontMetrics().bigOpSpacing5\n }]\n }, options);\n } else if (sub) {\n var top = base.height - baseShift; // Shift the limits by the slant of the symbol. Note\n // that we are supposed to shift the limits by 1/2 of the slant,\n // but since we are centering the limits adding a full slant of\n // margin will shift by 1/2 that.\n\n finalGroup = buildCommon.makeVList({\n positionType: \"top\",\n positionData: top,\n children: [{\n type: \"kern\",\n size: options.fontMetrics().bigOpSpacing5\n }, {\n type: \"elem\",\n elem: sub.elem,\n marginLeft: makeEm(-slant)\n }, {\n type: \"kern\",\n size: sub.kern\n }, {\n type: \"elem\",\n elem: base\n }]\n }, options);\n } else if (sup) {\n var _bottom = base.depth + baseShift;\n\n finalGroup = buildCommon.makeVList({\n positionType: \"bottom\",\n positionData: _bottom,\n children: [{\n type: \"elem\",\n elem: base\n }, {\n type: \"kern\",\n size: sup.kern\n }, {\n type: \"elem\",\n elem: sup.elem,\n marginLeft: makeEm(slant)\n }, {\n type: \"kern\",\n size: options.fontMetrics().bigOpSpacing5\n }]\n }, options);\n } else {\n // This case probably shouldn't occur (this would mean the\n // supsub was sending us a group with no superscript or\n // subscript) but be safe.\n return base;\n }\n\n var parts = [finalGroup];\n\n if (sub && slant !== 0 && !subIsSingleCharacter) {\n // A negative margin-left was applied to the lower limit.\n // Avoid an overlap by placing a spacer on the left on the group.\n var spacer = buildCommon.makeSpan([\"mspace\"], [], options);\n spacer.style.marginRight = makeEm(slant);\n parts.unshift(spacer);\n }\n\n return buildCommon.makeSpan([\"mop\", \"op-limits\"], parts, options);\n};\n\n// Limits, symbols\n// Most operators have a large successor symbol, but these don't.\nvar noSuccessor = [\"\\\\smallint\"]; // NOTE: Unlike most `htmlBuilder`s, this one handles not only \"op\", but also\n// \"supsub\" since some of them (like \\int) can affect super/subscripting.\n\nvar htmlBuilder$2 = (grp, options) => {\n // Operators are handled in the TeXbook pg. 443-444, rule 13(a).\n var supGroup;\n var subGroup;\n var hasLimits = false;\n var group;\n\n if (grp.type === \"supsub\") {\n // If we have limits, supsub will pass us its group to handle. Pull\n // out the superscript and subscript and set the group to the op in\n // its base.\n supGroup = grp.sup;\n subGroup = grp.sub;\n group = assertNodeType(grp.base, \"op\");\n hasLimits = true;\n } else {\n group = assertNodeType(grp, \"op\");\n }\n\n var style = options.style;\n var large = false;\n\n if (style.size === Style$1.DISPLAY.size && group.symbol && !utils.contains(noSuccessor, group.name)) {\n // Most symbol operators get larger in displaystyle (rule 13)\n large = true;\n }\n\n var base;\n\n if (group.symbol) {\n // If this is a symbol, create the symbol.\n var fontName = large ? \"Size2-Regular\" : \"Size1-Regular\";\n var stash = \"\";\n\n if (group.name === \"\\\\oiint\" || group.name === \"\\\\oiiint\") {\n // No font glyphs yet, so use a glyph w/o the oval.\n // TODO: When font glyphs are available, delete this code.\n stash = group.name.slice(1);\n group.name = stash === \"oiint\" ? \"\\\\iint\" : \"\\\\iiint\";\n }\n\n base = buildCommon.makeSymbol(group.name, fontName, \"math\", options, [\"mop\", \"op-symbol\", large ? \"large-op\" : \"small-op\"]);\n\n if (stash.length > 0) {\n // We're in \\oiint or \\oiiint. Overlay the oval.\n // TODO: When font glyphs are available, delete this code.\n var italic = base.italic;\n var oval = buildCommon.staticSvg(stash + \"Size\" + (large ? \"2\" : \"1\"), options);\n base = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: [{\n type: \"elem\",\n elem: base,\n shift: 0\n }, {\n type: \"elem\",\n elem: oval,\n shift: large ? 0.08 : 0\n }]\n }, options);\n group.name = \"\\\\\" + stash;\n base.classes.unshift(\"mop\"); // $FlowFixMe\n\n base.italic = italic;\n }\n } else if (group.body) {\n // If this is a list, compose that list.\n var inner = buildExpression$1(group.body, options, true);\n\n if (inner.length === 1 && inner[0] instanceof SymbolNode) {\n base = inner[0];\n base.classes[0] = \"mop\"; // replace old mclass\n } else {\n base = buildCommon.makeSpan([\"mop\"], inner, options);\n }\n } else {\n // Otherwise, this is a text operator. Build the text from the\n // operator's name.\n var output = [];\n\n for (var i = 1; i < group.name.length; i++) {\n output.push(buildCommon.mathsym(group.name[i], group.mode, options));\n }\n\n base = buildCommon.makeSpan([\"mop\"], output, options);\n } // If content of op is a single symbol, shift it vertically.\n\n\n var baseShift = 0;\n var slant = 0;\n\n if ((base instanceof SymbolNode || group.name === \"\\\\oiint\" || group.name === \"\\\\oiiint\") && !group.suppressBaseShift) {\n // We suppress the shift of the base of \\overset and \\underset. Otherwise,\n // shift the symbol so its center lies on the axis (rule 13). It\n // appears that our fonts have the centers of the symbols already\n // almost on the axis, so these numbers are very small. Note we\n // don't actually apply this here, but instead it is used either in\n // the vlist creation or separately when there are no limits.\n baseShift = (base.height - base.depth) / 2 - options.fontMetrics().axisHeight; // The slant of the symbol is just its italic correction.\n // $FlowFixMe\n\n slant = base.italic;\n }\n\n if (hasLimits) {\n return assembleSupSub(base, supGroup, subGroup, options, style, slant, baseShift);\n } else {\n if (baseShift) {\n base.style.position = \"relative\";\n base.style.top = makeEm(baseShift);\n }\n\n return base;\n }\n};\n\nvar mathmlBuilder$1 = (group, options) => {\n var node;\n\n if (group.symbol) {\n // This is a symbol. Just add the symbol.\n node = new MathNode(\"mo\", [makeText(group.name, group.mode)]);\n\n if (utils.contains(noSuccessor, group.name)) {\n node.setAttribute(\"largeop\", \"false\");\n }\n } else if (group.body) {\n // This is an operator with children. Add them.\n node = new MathNode(\"mo\", buildExpression(group.body, options));\n } else {\n // This is a text operator. Add all of the characters from the\n // operator's name.\n node = new MathNode(\"mi\", [new TextNode(group.name.slice(1))]); // Append an .\n // ref: https://www.w3.org/TR/REC-MathML/chap3_2.html#sec3.2.4\n\n var operator = new MathNode(\"mo\", [makeText(\"\\u2061\", \"text\")]);\n\n if (group.parentIsSupSub) {\n node = new MathNode(\"mrow\", [node, operator]);\n } else {\n node = newDocumentFragment([node, operator]);\n }\n }\n\n return node;\n};\n\nvar singleCharBigOps = {\n \"\\u220F\": \"\\\\prod\",\n \"\\u2210\": \"\\\\coprod\",\n \"\\u2211\": \"\\\\sum\",\n \"\\u22c0\": \"\\\\bigwedge\",\n \"\\u22c1\": \"\\\\bigvee\",\n \"\\u22c2\": \"\\\\bigcap\",\n \"\\u22c3\": \"\\\\bigcup\",\n \"\\u2a00\": \"\\\\bigodot\",\n \"\\u2a01\": \"\\\\bigoplus\",\n \"\\u2a02\": \"\\\\bigotimes\",\n \"\\u2a04\": \"\\\\biguplus\",\n \"\\u2a06\": \"\\\\bigsqcup\"\n};\ndefineFunction({\n type: \"op\",\n names: [\"\\\\coprod\", \"\\\\bigvee\", \"\\\\bigwedge\", \"\\\\biguplus\", \"\\\\bigcap\", \"\\\\bigcup\", \"\\\\intop\", \"\\\\prod\", \"\\\\sum\", \"\\\\bigotimes\", \"\\\\bigoplus\", \"\\\\bigodot\", \"\\\\bigsqcup\", \"\\\\smallint\", \"\\u220F\", \"\\u2210\", \"\\u2211\", \"\\u22c0\", \"\\u22c1\", \"\\u22c2\", \"\\u22c3\", \"\\u2a00\", \"\\u2a01\", \"\\u2a02\", \"\\u2a04\", \"\\u2a06\"],\n props: {\n numArgs: 0\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName\n } = _ref;\n var fName = funcName;\n\n if (fName.length === 1) {\n fName = singleCharBigOps[fName];\n }\n\n return {\n type: \"op\",\n mode: parser.mode,\n limits: true,\n parentIsSupSub: false,\n symbol: true,\n name: fName\n };\n },\n htmlBuilder: htmlBuilder$2,\n mathmlBuilder: mathmlBuilder$1\n}); // Note: calling defineFunction with a type that's already been defined only\n// works because the same htmlBuilder and mathmlBuilder are being used.\n\ndefineFunction({\n type: \"op\",\n names: [\"\\\\mathop\"],\n props: {\n numArgs: 1,\n primitive: true\n },\n handler: (_ref2, args) => {\n var {\n parser\n } = _ref2;\n var body = args[0];\n return {\n type: \"op\",\n mode: parser.mode,\n limits: false,\n parentIsSupSub: false,\n symbol: false,\n body: ordargument(body)\n };\n },\n htmlBuilder: htmlBuilder$2,\n mathmlBuilder: mathmlBuilder$1\n}); // There are 2 flags for operators; whether they produce limits in\n// displaystyle, and whether they are symbols and should grow in\n// displaystyle. These four groups cover the four possible choices.\n\nvar singleCharIntegrals = {\n \"\\u222b\": \"\\\\int\",\n \"\\u222c\": \"\\\\iint\",\n \"\\u222d\": \"\\\\iiint\",\n \"\\u222e\": \"\\\\oint\",\n \"\\u222f\": \"\\\\oiint\",\n \"\\u2230\": \"\\\\oiiint\"\n}; // No limits, not symbols\n\ndefineFunction({\n type: \"op\",\n names: [\"\\\\arcsin\", \"\\\\arccos\", \"\\\\arctan\", \"\\\\arctg\", \"\\\\arcctg\", \"\\\\arg\", \"\\\\ch\", \"\\\\cos\", \"\\\\cosec\", \"\\\\cosh\", \"\\\\cot\", \"\\\\cotg\", \"\\\\coth\", \"\\\\csc\", \"\\\\ctg\", \"\\\\cth\", \"\\\\deg\", \"\\\\dim\", \"\\\\exp\", \"\\\\hom\", \"\\\\ker\", \"\\\\lg\", \"\\\\ln\", \"\\\\log\", \"\\\\sec\", \"\\\\sin\", \"\\\\sinh\", \"\\\\sh\", \"\\\\tan\", \"\\\\tanh\", \"\\\\tg\", \"\\\\th\"],\n props: {\n numArgs: 0\n },\n\n handler(_ref3) {\n var {\n parser,\n funcName\n } = _ref3;\n return {\n type: \"op\",\n mode: parser.mode,\n limits: false,\n parentIsSupSub: false,\n symbol: false,\n name: funcName\n };\n },\n\n htmlBuilder: htmlBuilder$2,\n mathmlBuilder: mathmlBuilder$1\n}); // Limits, not symbols\n\ndefineFunction({\n type: \"op\",\n names: [\"\\\\det\", \"\\\\gcd\", \"\\\\inf\", \"\\\\lim\", \"\\\\max\", \"\\\\min\", \"\\\\Pr\", \"\\\\sup\"],\n props: {\n numArgs: 0\n },\n\n handler(_ref4) {\n var {\n parser,\n funcName\n } = _ref4;\n return {\n type: \"op\",\n mode: parser.mode,\n limits: true,\n parentIsSupSub: false,\n symbol: false,\n name: funcName\n };\n },\n\n htmlBuilder: htmlBuilder$2,\n mathmlBuilder: mathmlBuilder$1\n}); // No limits, symbols\n\ndefineFunction({\n type: \"op\",\n names: [\"\\\\int\", \"\\\\iint\", \"\\\\iiint\", \"\\\\oint\", \"\\\\oiint\", \"\\\\oiiint\", \"\\u222b\", \"\\u222c\", \"\\u222d\", \"\\u222e\", \"\\u222f\", \"\\u2230\"],\n props: {\n numArgs: 0\n },\n\n handler(_ref5) {\n var {\n parser,\n funcName\n } = _ref5;\n var fName = funcName;\n\n if (fName.length === 1) {\n fName = singleCharIntegrals[fName];\n }\n\n return {\n type: \"op\",\n mode: parser.mode,\n limits: false,\n parentIsSupSub: false,\n symbol: true,\n name: fName\n };\n },\n\n htmlBuilder: htmlBuilder$2,\n mathmlBuilder: mathmlBuilder$1\n});\n\n// NOTE: Unlike most `htmlBuilder`s, this one handles not only\n// \"operatorname\", but also \"supsub\" since \\operatorname* can\n// affect super/subscripting.\nvar htmlBuilder$1 = (grp, options) => {\n // Operators are handled in the TeXbook pg. 443-444, rule 13(a).\n var supGroup;\n var subGroup;\n var hasLimits = false;\n var group;\n\n if (grp.type === \"supsub\") {\n // If we have limits, supsub will pass us its group to handle. Pull\n // out the superscript and subscript and set the group to the op in\n // its base.\n supGroup = grp.sup;\n subGroup = grp.sub;\n group = assertNodeType(grp.base, \"operatorname\");\n hasLimits = true;\n } else {\n group = assertNodeType(grp, \"operatorname\");\n }\n\n var base;\n\n if (group.body.length > 0) {\n var body = group.body.map(child => {\n // $FlowFixMe: Check if the node has a string `text` property.\n var childText = child.text;\n\n if (typeof childText === \"string\") {\n return {\n type: \"textord\",\n mode: child.mode,\n text: childText\n };\n } else {\n return child;\n }\n }); // Consolidate function names into symbol characters.\n\n var expression = buildExpression$1(body, options.withFont(\"mathrm\"), true);\n\n for (var i = 0; i < expression.length; i++) {\n var child = expression[i];\n\n if (child instanceof SymbolNode) {\n // Per amsopn package,\n // change minus to hyphen and \\ast to asterisk\n child.text = child.text.replace(/\\u2212/, \"-\").replace(/\\u2217/, \"*\");\n }\n }\n\n base = buildCommon.makeSpan([\"mop\"], expression, options);\n } else {\n base = buildCommon.makeSpan([\"mop\"], [], options);\n }\n\n if (hasLimits) {\n return assembleSupSub(base, supGroup, subGroup, options, options.style, 0, 0);\n } else {\n return base;\n }\n};\n\nvar mathmlBuilder = (group, options) => {\n // The steps taken here are similar to the html version.\n var expression = buildExpression(group.body, options.withFont(\"mathrm\")); // Is expression a string or has it something like a fraction?\n\n var isAllString = true; // default\n\n for (var i = 0; i < expression.length; i++) {\n var node = expression[i];\n\n if (node instanceof mathMLTree.SpaceNode) ; else if (node instanceof mathMLTree.MathNode) {\n switch (node.type) {\n case \"mi\":\n case \"mn\":\n case \"ms\":\n case \"mspace\":\n case \"mtext\":\n break;\n // Do nothing yet.\n\n case \"mo\":\n {\n var child = node.children[0];\n\n if (node.children.length === 1 && child instanceof mathMLTree.TextNode) {\n child.text = child.text.replace(/\\u2212/, \"-\").replace(/\\u2217/, \"*\");\n } else {\n isAllString = false;\n }\n\n break;\n }\n\n default:\n isAllString = false;\n }\n } else {\n isAllString = false;\n }\n }\n\n if (isAllString) {\n // Write a single TextNode instead of multiple nested tags.\n var word = expression.map(node => node.toText()).join(\"\");\n expression = [new mathMLTree.TextNode(word)];\n }\n\n var identifier = new mathMLTree.MathNode(\"mi\", expression);\n identifier.setAttribute(\"mathvariant\", \"normal\"); // \\u2061 is the same as ⁡\n // ref: https://www.w3schools.com/charsets/ref_html_entities_a.asp\n\n var operator = new mathMLTree.MathNode(\"mo\", [makeText(\"\\u2061\", \"text\")]);\n\n if (group.parentIsSupSub) {\n return new mathMLTree.MathNode(\"mrow\", [identifier, operator]);\n } else {\n return mathMLTree.newDocumentFragment([identifier, operator]);\n }\n}; // \\operatorname\n// amsopn.dtx: \\mathop{#1\\kern\\z@\\operator@font#3}\\newmcodes@\n\n\ndefineFunction({\n type: \"operatorname\",\n names: [\"\\\\operatorname@\", \"\\\\operatornamewithlimits\"],\n props: {\n numArgs: 1\n },\n handler: (_ref, args) => {\n var {\n parser,\n funcName\n } = _ref;\n var body = args[0];\n return {\n type: \"operatorname\",\n mode: parser.mode,\n body: ordargument(body),\n alwaysHandleSupSub: funcName === \"\\\\operatornamewithlimits\",\n limits: false,\n parentIsSupSub: false\n };\n },\n htmlBuilder: htmlBuilder$1,\n mathmlBuilder\n});\ndefineMacro(\"\\\\operatorname\", \"\\\\@ifstar\\\\operatornamewithlimits\\\\operatorname@\");\n\ndefineFunctionBuilders({\n type: \"ordgroup\",\n\n htmlBuilder(group, options) {\n if (group.semisimple) {\n return buildCommon.makeFragment(buildExpression$1(group.body, options, false));\n }\n\n return buildCommon.makeSpan([\"mord\"], buildExpression$1(group.body, options, true), options);\n },\n\n mathmlBuilder(group, options) {\n return buildExpressionRow(group.body, options, true);\n }\n\n});\n\ndefineFunction({\n type: \"overline\",\n names: [\"\\\\overline\"],\n props: {\n numArgs: 1\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n var body = args[0];\n return {\n type: \"overline\",\n mode: parser.mode,\n body\n };\n },\n\n htmlBuilder(group, options) {\n // Overlines are handled in the TeXbook pg 443, Rule 9.\n // Build the inner group in the cramped style.\n var innerGroup = buildGroup$1(group.body, options.havingCrampedStyle()); // Create the line above the body\n\n var line = buildCommon.makeLineSpan(\"overline-line\", options); // Generate the vlist, with the appropriate kerns\n\n var defaultRuleThickness = options.fontMetrics().defaultRuleThickness;\n var vlist = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: innerGroup\n }, {\n type: \"kern\",\n size: 3 * defaultRuleThickness\n }, {\n type: \"elem\",\n elem: line\n }, {\n type: \"kern\",\n size: defaultRuleThickness\n }]\n }, options);\n return buildCommon.makeSpan([\"mord\", \"overline\"], [vlist], options);\n },\n\n mathmlBuilder(group, options) {\n var operator = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(\"\\u203e\")]);\n operator.setAttribute(\"stretchy\", \"true\");\n var node = new mathMLTree.MathNode(\"mover\", [buildGroup(group.body, options), operator]);\n node.setAttribute(\"accent\", \"true\");\n return node;\n }\n\n});\n\ndefineFunction({\n type: \"phantom\",\n names: [\"\\\\phantom\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n handler: (_ref, args) => {\n var {\n parser\n } = _ref;\n var body = args[0];\n return {\n type: \"phantom\",\n mode: parser.mode,\n body: ordargument(body)\n };\n },\n htmlBuilder: (group, options) => {\n var elements = buildExpression$1(group.body, options.withPhantom(), false); // \\phantom isn't supposed to affect the elements it contains.\n // See \"color\" for more details.\n\n return buildCommon.makeFragment(elements);\n },\n mathmlBuilder: (group, options) => {\n var inner = buildExpression(group.body, options);\n return new mathMLTree.MathNode(\"mphantom\", inner);\n }\n});\ndefineFunction({\n type: \"hphantom\",\n names: [\"\\\\hphantom\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n handler: (_ref2, args) => {\n var {\n parser\n } = _ref2;\n var body = args[0];\n return {\n type: \"hphantom\",\n mode: parser.mode,\n body\n };\n },\n htmlBuilder: (group, options) => {\n var node = buildCommon.makeSpan([], [buildGroup$1(group.body, options.withPhantom())]);\n node.height = 0;\n node.depth = 0;\n\n if (node.children) {\n for (var i = 0; i < node.children.length; i++) {\n node.children[i].height = 0;\n node.children[i].depth = 0;\n }\n } // See smash for comment re: use of makeVList\n\n\n node = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: node\n }]\n }, options); // For spacing, TeX treats \\smash as a math group (same spacing as ord).\n\n return buildCommon.makeSpan([\"mord\"], [node], options);\n },\n mathmlBuilder: (group, options) => {\n var inner = buildExpression(ordargument(group.body), options);\n var phantom = new mathMLTree.MathNode(\"mphantom\", inner);\n var node = new mathMLTree.MathNode(\"mpadded\", [phantom]);\n node.setAttribute(\"height\", \"0px\");\n node.setAttribute(\"depth\", \"0px\");\n return node;\n }\n});\ndefineFunction({\n type: \"vphantom\",\n names: [\"\\\\vphantom\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n handler: (_ref3, args) => {\n var {\n parser\n } = _ref3;\n var body = args[0];\n return {\n type: \"vphantom\",\n mode: parser.mode,\n body\n };\n },\n htmlBuilder: (group, options) => {\n var inner = buildCommon.makeSpan([\"inner\"], [buildGroup$1(group.body, options.withPhantom())]);\n var fix = buildCommon.makeSpan([\"fix\"], []);\n return buildCommon.makeSpan([\"mord\", \"rlap\"], [inner, fix], options);\n },\n mathmlBuilder: (group, options) => {\n var inner = buildExpression(ordargument(group.body), options);\n var phantom = new mathMLTree.MathNode(\"mphantom\", inner);\n var node = new mathMLTree.MathNode(\"mpadded\", [phantom]);\n node.setAttribute(\"width\", \"0px\");\n return node;\n }\n});\n\ndefineFunction({\n type: \"raisebox\",\n names: [\"\\\\raisebox\"],\n props: {\n numArgs: 2,\n argTypes: [\"size\", \"hbox\"],\n allowedInText: true\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n var amount = assertNodeType(args[0], \"size\").value;\n var body = args[1];\n return {\n type: \"raisebox\",\n mode: parser.mode,\n dy: amount,\n body\n };\n },\n\n htmlBuilder(group, options) {\n var body = buildGroup$1(group.body, options);\n var dy = calculateSize(group.dy, options);\n return buildCommon.makeVList({\n positionType: \"shift\",\n positionData: -dy,\n children: [{\n type: \"elem\",\n elem: body\n }]\n }, options);\n },\n\n mathmlBuilder(group, options) {\n var node = new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)]);\n var dy = group.dy.number + group.dy.unit;\n node.setAttribute(\"voffset\", dy);\n return node;\n }\n\n});\n\ndefineFunction({\n type: \"internal\",\n names: [\"\\\\relax\"],\n props: {\n numArgs: 0,\n allowedInText: true\n },\n\n handler(_ref) {\n var {\n parser\n } = _ref;\n return {\n type: \"internal\",\n mode: parser.mode\n };\n }\n\n});\n\ndefineFunction({\n type: \"rule\",\n names: [\"\\\\rule\"],\n props: {\n numArgs: 2,\n numOptionalArgs: 1,\n argTypes: [\"size\", \"size\", \"size\"]\n },\n\n handler(_ref, args, optArgs) {\n var {\n parser\n } = _ref;\n var shift = optArgs[0];\n var width = assertNodeType(args[0], \"size\");\n var height = assertNodeType(args[1], \"size\");\n return {\n type: \"rule\",\n mode: parser.mode,\n shift: shift && assertNodeType(shift, \"size\").value,\n width: width.value,\n height: height.value\n };\n },\n\n htmlBuilder(group, options) {\n // Make an empty span for the rule\n var rule = buildCommon.makeSpan([\"mord\", \"rule\"], [], options); // Calculate the shift, width, and height of the rule, and account for units\n\n var width = calculateSize(group.width, options);\n var height = calculateSize(group.height, options);\n var shift = group.shift ? calculateSize(group.shift, options) : 0; // Style the rule to the right size\n\n rule.style.borderRightWidth = makeEm(width);\n rule.style.borderTopWidth = makeEm(height);\n rule.style.bottom = makeEm(shift); // Record the height and width\n\n rule.width = width;\n rule.height = height + shift;\n rule.depth = -shift; // Font size is the number large enough that the browser will\n // reserve at least `absHeight` space above the baseline.\n // The 1.125 factor was empirically determined\n\n rule.maxFontSize = height * 1.125 * options.sizeMultiplier;\n return rule;\n },\n\n mathmlBuilder(group, options) {\n var width = calculateSize(group.width, options);\n var height = calculateSize(group.height, options);\n var shift = group.shift ? calculateSize(group.shift, options) : 0;\n var color = options.color && options.getColor() || \"black\";\n var rule = new mathMLTree.MathNode(\"mspace\");\n rule.setAttribute(\"mathbackground\", color);\n rule.setAttribute(\"width\", makeEm(width));\n rule.setAttribute(\"height\", makeEm(height));\n var wrapper = new mathMLTree.MathNode(\"mpadded\", [rule]);\n\n if (shift >= 0) {\n wrapper.setAttribute(\"height\", makeEm(shift));\n } else {\n wrapper.setAttribute(\"height\", makeEm(shift));\n wrapper.setAttribute(\"depth\", makeEm(-shift));\n }\n\n wrapper.setAttribute(\"voffset\", makeEm(shift));\n return wrapper;\n }\n\n});\n\nfunction sizingGroup(value, options, baseOptions) {\n var inner = buildExpression$1(value, options, false);\n var multiplier = options.sizeMultiplier / baseOptions.sizeMultiplier; // Add size-resetting classes to the inner list and set maxFontSize\n // manually. Handle nested size changes.\n\n for (var i = 0; i < inner.length; i++) {\n var pos = inner[i].classes.indexOf(\"sizing\");\n\n if (pos < 0) {\n Array.prototype.push.apply(inner[i].classes, options.sizingClasses(baseOptions));\n } else if (inner[i].classes[pos + 1] === \"reset-size\" + options.size) {\n // This is a nested size change: e.g., inner[i] is the \"b\" in\n // `\\Huge a \\small b`. Override the old size (the `reset-` class)\n // but not the new size.\n inner[i].classes[pos + 1] = \"reset-size\" + baseOptions.size;\n }\n\n inner[i].height *= multiplier;\n inner[i].depth *= multiplier;\n }\n\n return buildCommon.makeFragment(inner);\n}\nvar sizeFuncs = [\"\\\\tiny\", \"\\\\sixptsize\", \"\\\\scriptsize\", \"\\\\footnotesize\", \"\\\\small\", \"\\\\normalsize\", \"\\\\large\", \"\\\\Large\", \"\\\\LARGE\", \"\\\\huge\", \"\\\\Huge\"];\nvar htmlBuilder = (group, options) => {\n // Handle sizing operators like \\Huge. Real TeX doesn't actually allow\n // these functions inside of math expressions, so we do some special\n // handling.\n var newOptions = options.havingSize(group.size);\n return sizingGroup(group.body, newOptions, options);\n};\ndefineFunction({\n type: \"sizing\",\n names: sizeFuncs,\n props: {\n numArgs: 0,\n allowedInText: true\n },\n handler: (_ref, args) => {\n var {\n breakOnTokenText,\n funcName,\n parser\n } = _ref;\n var body = parser.parseExpression(false, breakOnTokenText);\n return {\n type: \"sizing\",\n mode: parser.mode,\n // Figure out what size to use based on the list of functions above\n size: sizeFuncs.indexOf(funcName) + 1,\n body\n };\n },\n htmlBuilder,\n mathmlBuilder: (group, options) => {\n var newOptions = options.havingSize(group.size);\n var inner = buildExpression(group.body, newOptions);\n var node = new mathMLTree.MathNode(\"mstyle\", inner); // TODO(emily): This doesn't produce the correct size for nested size\n // changes, because we don't keep state of what style we're currently\n // in, so we can't reset the size to normal before changing it. Now\n // that we're passing an options parameter we should be able to fix\n // this.\n\n node.setAttribute(\"mathsize\", makeEm(newOptions.sizeMultiplier));\n return node;\n }\n});\n\n// smash, with optional [tb], as in AMS\ndefineFunction({\n type: \"smash\",\n names: [\"\\\\smash\"],\n props: {\n numArgs: 1,\n numOptionalArgs: 1,\n allowedInText: true\n },\n handler: (_ref, args, optArgs) => {\n var {\n parser\n } = _ref;\n var smashHeight = false;\n var smashDepth = false;\n var tbArg = optArgs[0] && assertNodeType(optArgs[0], \"ordgroup\");\n\n if (tbArg) {\n // Optional [tb] argument is engaged.\n // ref: amsmath: \\renewcommand{\\smash}[1][tb]{%\n // def\\mb@t{\\ht}\\def\\mb@b{\\dp}\\def\\mb@tb{\\ht\\z@\\z@\\dp}%\n var letter = \"\";\n\n for (var i = 0; i < tbArg.body.length; ++i) {\n var node = tbArg.body[i]; // $FlowFixMe: Not every node type has a `text` property.\n\n letter = node.text;\n\n if (letter === \"t\") {\n smashHeight = true;\n } else if (letter === \"b\") {\n smashDepth = true;\n } else {\n smashHeight = false;\n smashDepth = false;\n break;\n }\n }\n } else {\n smashHeight = true;\n smashDepth = true;\n }\n\n var body = args[0];\n return {\n type: \"smash\",\n mode: parser.mode,\n body,\n smashHeight,\n smashDepth\n };\n },\n htmlBuilder: (group, options) => {\n var node = buildCommon.makeSpan([], [buildGroup$1(group.body, options)]);\n\n if (!group.smashHeight && !group.smashDepth) {\n return node;\n }\n\n if (group.smashHeight) {\n node.height = 0; // In order to influence makeVList, we have to reset the children.\n\n if (node.children) {\n for (var i = 0; i < node.children.length; i++) {\n node.children[i].height = 0;\n }\n }\n }\n\n if (group.smashDepth) {\n node.depth = 0;\n\n if (node.children) {\n for (var _i = 0; _i < node.children.length; _i++) {\n node.children[_i].depth = 0;\n }\n }\n } // At this point, we've reset the TeX-like height and depth values.\n // But the span still has an HTML line height.\n // makeVList applies \"display: table-cell\", which prevents the browser\n // from acting on that line height. So we'll call makeVList now.\n\n\n var smashedNode = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: node\n }]\n }, options); // For spacing, TeX treats \\hphantom as a math group (same spacing as ord).\n\n return buildCommon.makeSpan([\"mord\"], [smashedNode], options);\n },\n mathmlBuilder: (group, options) => {\n var node = new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)]);\n\n if (group.smashHeight) {\n node.setAttribute(\"height\", \"0px\");\n }\n\n if (group.smashDepth) {\n node.setAttribute(\"depth\", \"0px\");\n }\n\n return node;\n }\n});\n\ndefineFunction({\n type: \"sqrt\",\n names: [\"\\\\sqrt\"],\n props: {\n numArgs: 1,\n numOptionalArgs: 1\n },\n\n handler(_ref, args, optArgs) {\n var {\n parser\n } = _ref;\n var index = optArgs[0];\n var body = args[0];\n return {\n type: \"sqrt\",\n mode: parser.mode,\n body,\n index\n };\n },\n\n htmlBuilder(group, options) {\n // Square roots are handled in the TeXbook pg. 443, Rule 11.\n // First, we do the same steps as in overline to build the inner group\n // and line\n var inner = buildGroup$1(group.body, options.havingCrampedStyle());\n\n if (inner.height === 0) {\n // Render a small surd.\n inner.height = options.fontMetrics().xHeight;\n } // Some groups can return document fragments. Handle those by wrapping\n // them in a span.\n\n\n inner = buildCommon.wrapFragment(inner, options); // Calculate the minimum size for the \\surd delimiter\n\n var metrics = options.fontMetrics();\n var theta = metrics.defaultRuleThickness;\n var phi = theta;\n\n if (options.style.id < Style$1.TEXT.id) {\n phi = options.fontMetrics().xHeight;\n } // Calculate the clearance between the body and line\n\n\n var lineClearance = theta + phi / 4;\n var minDelimiterHeight = inner.height + inner.depth + lineClearance + theta; // Create a sqrt SVG of the required minimum size\n\n var {\n span: img,\n ruleWidth,\n advanceWidth\n } = delimiter.sqrtImage(minDelimiterHeight, options);\n var delimDepth = img.height - ruleWidth; // Adjust the clearance based on the delimiter size\n\n if (delimDepth > inner.height + inner.depth + lineClearance) {\n lineClearance = (lineClearance + delimDepth - inner.height - inner.depth) / 2;\n } // Shift the sqrt image\n\n\n var imgShift = img.height - inner.height - lineClearance - ruleWidth;\n inner.style.paddingLeft = makeEm(advanceWidth); // Overlay the image and the argument.\n\n var body = buildCommon.makeVList({\n positionType: \"firstBaseline\",\n children: [{\n type: \"elem\",\n elem: inner,\n wrapperClasses: [\"svg-align\"]\n }, {\n type: \"kern\",\n size: -(inner.height + imgShift)\n }, {\n type: \"elem\",\n elem: img\n }, {\n type: \"kern\",\n size: ruleWidth\n }]\n }, options);\n\n if (!group.index) {\n return buildCommon.makeSpan([\"mord\", \"sqrt\"], [body], options);\n } else {\n // Handle the optional root index\n // The index is always in scriptscript style\n var newOptions = options.havingStyle(Style$1.SCRIPTSCRIPT);\n var rootm = buildGroup$1(group.index, newOptions, options); // The amount the index is shifted by. This is taken from the TeX\n // source, in the definition of `\\r@@t`.\n\n var toShift = 0.6 * (body.height - body.depth); // Build a VList with the superscript shifted up correctly\n\n var rootVList = buildCommon.makeVList({\n positionType: \"shift\",\n positionData: -toShift,\n children: [{\n type: \"elem\",\n elem: rootm\n }]\n }, options); // Add a class surrounding it so we can add on the appropriate\n // kerning\n\n var rootVListWrap = buildCommon.makeSpan([\"root\"], [rootVList]);\n return buildCommon.makeSpan([\"mord\", \"sqrt\"], [rootVListWrap, body], options);\n }\n },\n\n mathmlBuilder(group, options) {\n var {\n body,\n index\n } = group;\n return index ? new mathMLTree.MathNode(\"mroot\", [buildGroup(body, options), buildGroup(index, options)]) : new mathMLTree.MathNode(\"msqrt\", [buildGroup(body, options)]);\n }\n\n});\n\nvar styleMap = {\n \"display\": Style$1.DISPLAY,\n \"text\": Style$1.TEXT,\n \"script\": Style$1.SCRIPT,\n \"scriptscript\": Style$1.SCRIPTSCRIPT\n};\ndefineFunction({\n type: \"styling\",\n names: [\"\\\\displaystyle\", \"\\\\textstyle\", \"\\\\scriptstyle\", \"\\\\scriptscriptstyle\"],\n props: {\n numArgs: 0,\n allowedInText: true,\n primitive: true\n },\n\n handler(_ref, args) {\n var {\n breakOnTokenText,\n funcName,\n parser\n } = _ref;\n // parse out the implicit body\n var body = parser.parseExpression(true, breakOnTokenText); // TODO: Refactor to avoid duplicating styleMap in multiple places (e.g.\n // here and in buildHTML and de-dupe the enumeration of all the styles).\n // $FlowFixMe: The names above exactly match the styles.\n\n var style = funcName.slice(1, funcName.length - 5);\n return {\n type: \"styling\",\n mode: parser.mode,\n // Figure out what style to use by pulling out the style from\n // the function name\n style,\n body\n };\n },\n\n htmlBuilder(group, options) {\n // Style changes are handled in the TeXbook on pg. 442, Rule 3.\n var newStyle = styleMap[group.style];\n var newOptions = options.havingStyle(newStyle).withFont('');\n return sizingGroup(group.body, newOptions, options);\n },\n\n mathmlBuilder(group, options) {\n // Figure out what style we're changing to.\n var newStyle = styleMap[group.style];\n var newOptions = options.havingStyle(newStyle);\n var inner = buildExpression(group.body, newOptions);\n var node = new mathMLTree.MathNode(\"mstyle\", inner);\n var styleAttributes = {\n \"display\": [\"0\", \"true\"],\n \"text\": [\"0\", \"false\"],\n \"script\": [\"1\", \"false\"],\n \"scriptscript\": [\"2\", \"false\"]\n };\n var attr = styleAttributes[group.style];\n node.setAttribute(\"scriptlevel\", attr[0]);\n node.setAttribute(\"displaystyle\", attr[1]);\n return node;\n }\n\n});\n\n/**\n * Sometimes, groups perform special rules when they have superscripts or\n * subscripts attached to them. This function lets the `supsub` group know that\n * Sometimes, groups perform special rules when they have superscripts or\n * its inner element should handle the superscripts and subscripts instead of\n * handling them itself.\n */\nvar htmlBuilderDelegate = function htmlBuilderDelegate(group, options) {\n var base = group.base;\n\n if (!base) {\n return null;\n } else if (base.type === \"op\") {\n // Operators handle supsubs differently when they have limits\n // (e.g. `\\displaystyle\\sum_2^3`)\n var delegate = base.limits && (options.style.size === Style$1.DISPLAY.size || base.alwaysHandleSupSub);\n return delegate ? htmlBuilder$2 : null;\n } else if (base.type === \"operatorname\") {\n var _delegate = base.alwaysHandleSupSub && (options.style.size === Style$1.DISPLAY.size || base.limits);\n\n return _delegate ? htmlBuilder$1 : null;\n } else if (base.type === \"accent\") {\n return utils.isCharacterBox(base.base) ? htmlBuilder$a : null;\n } else if (base.type === \"horizBrace\") {\n var isSup = !group.sub;\n return isSup === base.isOver ? htmlBuilder$3 : null;\n } else {\n return null;\n }\n}; // Super scripts and subscripts, whose precise placement can depend on other\n// functions that precede them.\n\n\ndefineFunctionBuilders({\n type: \"supsub\",\n\n htmlBuilder(group, options) {\n // Superscript and subscripts are handled in the TeXbook on page\n // 445-446, rules 18(a-f).\n // Here is where we defer to the inner group if it should handle\n // superscripts and subscripts itself.\n var builderDelegate = htmlBuilderDelegate(group, options);\n\n if (builderDelegate) {\n return builderDelegate(group, options);\n }\n\n var {\n base: valueBase,\n sup: valueSup,\n sub: valueSub\n } = group;\n var base = buildGroup$1(valueBase, options);\n var supm;\n var subm;\n var metrics = options.fontMetrics(); // Rule 18a\n\n var supShift = 0;\n var subShift = 0;\n var isCharacterBox = valueBase && utils.isCharacterBox(valueBase);\n\n if (valueSup) {\n var newOptions = options.havingStyle(options.style.sup());\n supm = buildGroup$1(valueSup, newOptions, options);\n\n if (!isCharacterBox) {\n supShift = base.height - newOptions.fontMetrics().supDrop * newOptions.sizeMultiplier / options.sizeMultiplier;\n }\n }\n\n if (valueSub) {\n var _newOptions = options.havingStyle(options.style.sub());\n\n subm = buildGroup$1(valueSub, _newOptions, options);\n\n if (!isCharacterBox) {\n subShift = base.depth + _newOptions.fontMetrics().subDrop * _newOptions.sizeMultiplier / options.sizeMultiplier;\n }\n } // Rule 18c\n\n\n var minSupShift;\n\n if (options.style === Style$1.DISPLAY) {\n minSupShift = metrics.sup1;\n } else if (options.style.cramped) {\n minSupShift = metrics.sup3;\n } else {\n minSupShift = metrics.sup2;\n } // scriptspace is a font-size-independent size, so scale it\n // appropriately for use as the marginRight.\n\n\n var multiplier = options.sizeMultiplier;\n var marginRight = makeEm(0.5 / metrics.ptPerEm / multiplier);\n var marginLeft = null;\n\n if (subm) {\n // Subscripts shouldn't be shifted by the base's italic correction.\n // Account for that by shifting the subscript back the appropriate\n // amount. Note we only do this when the base is a single symbol.\n var isOiint = group.base && group.base.type === \"op\" && group.base.name && (group.base.name === \"\\\\oiint\" || group.base.name === \"\\\\oiiint\");\n\n if (base instanceof SymbolNode || isOiint) {\n // $FlowFixMe\n marginLeft = makeEm(-base.italic);\n }\n }\n\n var supsub;\n\n if (supm && subm) {\n supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight);\n subShift = Math.max(subShift, metrics.sub2);\n var ruleWidth = metrics.defaultRuleThickness; // Rule 18e\n\n var maxWidth = 4 * ruleWidth;\n\n if (supShift - supm.depth - (subm.height - subShift) < maxWidth) {\n subShift = maxWidth - (supShift - supm.depth) + subm.height;\n var psi = 0.8 * metrics.xHeight - (supShift - supm.depth);\n\n if (psi > 0) {\n supShift += psi;\n subShift -= psi;\n }\n }\n\n var vlistElem = [{\n type: \"elem\",\n elem: subm,\n shift: subShift,\n marginRight,\n marginLeft\n }, {\n type: \"elem\",\n elem: supm,\n shift: -supShift,\n marginRight\n }];\n supsub = buildCommon.makeVList({\n positionType: \"individualShift\",\n children: vlistElem\n }, options);\n } else if (subm) {\n // Rule 18b\n subShift = Math.max(subShift, metrics.sub1, subm.height - 0.8 * metrics.xHeight);\n var _vlistElem = [{\n type: \"elem\",\n elem: subm,\n marginLeft,\n marginRight\n }];\n supsub = buildCommon.makeVList({\n positionType: \"shift\",\n positionData: subShift,\n children: _vlistElem\n }, options);\n } else if (supm) {\n // Rule 18c, d\n supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight);\n supsub = buildCommon.makeVList({\n positionType: \"shift\",\n positionData: -supShift,\n children: [{\n type: \"elem\",\n elem: supm,\n marginRight\n }]\n }, options);\n } else {\n throw new Error(\"supsub must have either sup or sub.\");\n } // Wrap the supsub vlist in a span.msupsub to reset text-align.\n\n\n var mclass = getTypeOfDomTree(base, \"right\") || \"mord\";\n return buildCommon.makeSpan([mclass], [base, buildCommon.makeSpan([\"msupsub\"], [supsub])], options);\n },\n\n mathmlBuilder(group, options) {\n // Is the inner group a relevant horizonal brace?\n var isBrace = false;\n var isOver;\n var isSup;\n\n if (group.base && group.base.type === \"horizBrace\") {\n isSup = !!group.sup;\n\n if (isSup === group.base.isOver) {\n isBrace = true;\n isOver = group.base.isOver;\n }\n }\n\n if (group.base && (group.base.type === \"op\" || group.base.type === \"operatorname\")) {\n group.base.parentIsSupSub = true;\n }\n\n var children = [buildGroup(group.base, options)];\n\n if (group.sub) {\n children.push(buildGroup(group.sub, options));\n }\n\n if (group.sup) {\n children.push(buildGroup(group.sup, options));\n }\n\n var nodeType;\n\n if (isBrace) {\n nodeType = isOver ? \"mover\" : \"munder\";\n } else if (!group.sub) {\n var base = group.base;\n\n if (base && base.type === \"op\" && base.limits && (options.style === Style$1.DISPLAY || base.alwaysHandleSupSub)) {\n nodeType = \"mover\";\n } else if (base && base.type === \"operatorname\" && base.alwaysHandleSupSub && (base.limits || options.style === Style$1.DISPLAY)) {\n nodeType = \"mover\";\n } else {\n nodeType = \"msup\";\n }\n } else if (!group.sup) {\n var _base = group.base;\n\n if (_base && _base.type === \"op\" && _base.limits && (options.style === Style$1.DISPLAY || _base.alwaysHandleSupSub)) {\n nodeType = \"munder\";\n } else if (_base && _base.type === \"operatorname\" && _base.alwaysHandleSupSub && (_base.limits || options.style === Style$1.DISPLAY)) {\n nodeType = \"munder\";\n } else {\n nodeType = \"msub\";\n }\n } else {\n var _base2 = group.base;\n\n if (_base2 && _base2.type === \"op\" && _base2.limits && options.style === Style$1.DISPLAY) {\n nodeType = \"munderover\";\n } else if (_base2 && _base2.type === \"operatorname\" && _base2.alwaysHandleSupSub && (options.style === Style$1.DISPLAY || _base2.limits)) {\n nodeType = \"munderover\";\n } else {\n nodeType = \"msubsup\";\n }\n }\n\n return new mathMLTree.MathNode(nodeType, children);\n }\n\n});\n\ndefineFunctionBuilders({\n type: \"atom\",\n\n htmlBuilder(group, options) {\n return buildCommon.mathsym(group.text, group.mode, options, [\"m\" + group.family]);\n },\n\n mathmlBuilder(group, options) {\n var node = new mathMLTree.MathNode(\"mo\", [makeText(group.text, group.mode)]);\n\n if (group.family === \"bin\") {\n var variant = getVariant(group, options);\n\n if (variant === \"bold-italic\") {\n node.setAttribute(\"mathvariant\", variant);\n }\n } else if (group.family === \"punct\") {\n node.setAttribute(\"separator\", \"true\");\n } else if (group.family === \"open\" || group.family === \"close\") {\n // Delims built here should not stretch vertically.\n // See delimsizing.js for stretchy delims.\n node.setAttribute(\"stretchy\", \"false\");\n }\n\n return node;\n }\n\n});\n\n// \"mathord\" and \"textord\" ParseNodes created in Parser.js from symbol Groups in\n// src/symbols.js.\nvar defaultVariant = {\n \"mi\": \"italic\",\n \"mn\": \"normal\",\n \"mtext\": \"normal\"\n};\ndefineFunctionBuilders({\n type: \"mathord\",\n\n htmlBuilder(group, options) {\n return buildCommon.makeOrd(group, options, \"mathord\");\n },\n\n mathmlBuilder(group, options) {\n var node = new mathMLTree.MathNode(\"mi\", [makeText(group.text, group.mode, options)]);\n var variant = getVariant(group, options) || \"italic\";\n\n if (variant !== defaultVariant[node.type]) {\n node.setAttribute(\"mathvariant\", variant);\n }\n\n return node;\n }\n\n});\ndefineFunctionBuilders({\n type: \"textord\",\n\n htmlBuilder(group, options) {\n return buildCommon.makeOrd(group, options, \"textord\");\n },\n\n mathmlBuilder(group, options) {\n var text = makeText(group.text, group.mode, options);\n var variant = getVariant(group, options) || \"normal\";\n var node;\n\n if (group.mode === 'text') {\n node = new mathMLTree.MathNode(\"mtext\", [text]);\n } else if (/[0-9]/.test(group.text)) {\n node = new mathMLTree.MathNode(\"mn\", [text]);\n } else if (group.text === \"\\\\prime\") {\n node = new mathMLTree.MathNode(\"mo\", [text]);\n } else {\n node = new mathMLTree.MathNode(\"mi\", [text]);\n }\n\n if (variant !== defaultVariant[node.type]) {\n node.setAttribute(\"mathvariant\", variant);\n }\n\n return node;\n }\n\n});\n\nvar cssSpace = {\n \"\\\\nobreak\": \"nobreak\",\n \"\\\\allowbreak\": \"allowbreak\"\n}; // A lookup table to determine whether a spacing function/symbol should be\n// treated like a regular space character. If a symbol or command is a key\n// in this table, then it should be a regular space character. Furthermore,\n// the associated value may have a `className` specifying an extra CSS class\n// to add to the created `span`.\n\nvar regularSpace = {\n \" \": {},\n \"\\\\ \": {},\n \"~\": {\n className: \"nobreak\"\n },\n \"\\\\space\": {},\n \"\\\\nobreakspace\": {\n className: \"nobreak\"\n }\n}; // ParseNode<\"spacing\"> created in Parser.js from the \"spacing\" symbol Groups in\n// src/symbols.js.\n\ndefineFunctionBuilders({\n type: \"spacing\",\n\n htmlBuilder(group, options) {\n if (regularSpace.hasOwnProperty(group.text)) {\n var className = regularSpace[group.text].className || \"\"; // Spaces are generated by adding an actual space. Each of these\n // things has an entry in the symbols table, so these will be turned\n // into appropriate outputs.\n\n if (group.mode === \"text\") {\n var ord = buildCommon.makeOrd(group, options, \"textord\");\n ord.classes.push(className);\n return ord;\n } else {\n return buildCommon.makeSpan([\"mspace\", className], [buildCommon.mathsym(group.text, group.mode, options)], options);\n }\n } else if (cssSpace.hasOwnProperty(group.text)) {\n // Spaces based on just a CSS class.\n return buildCommon.makeSpan([\"mspace\", cssSpace[group.text]], [], options);\n } else {\n throw new ParseError(\"Unknown type of space \\\"\" + group.text + \"\\\"\");\n }\n },\n\n mathmlBuilder(group, options) {\n var node;\n\n if (regularSpace.hasOwnProperty(group.text)) {\n node = new mathMLTree.MathNode(\"mtext\", [new mathMLTree.TextNode(\"\\u00a0\")]);\n } else if (cssSpace.hasOwnProperty(group.text)) {\n // CSS-based MathML spaces (\\nobreak, \\allowbreak) are ignored\n return new mathMLTree.MathNode(\"mspace\");\n } else {\n throw new ParseError(\"Unknown type of space \\\"\" + group.text + \"\\\"\");\n }\n\n return node;\n }\n\n});\n\nvar pad = () => {\n var padNode = new mathMLTree.MathNode(\"mtd\", []);\n padNode.setAttribute(\"width\", \"50%\");\n return padNode;\n};\n\ndefineFunctionBuilders({\n type: \"tag\",\n\n mathmlBuilder(group, options) {\n var table = new mathMLTree.MathNode(\"mtable\", [new mathMLTree.MathNode(\"mtr\", [pad(), new mathMLTree.MathNode(\"mtd\", [buildExpressionRow(group.body, options)]), pad(), new mathMLTree.MathNode(\"mtd\", [buildExpressionRow(group.tag, options)])])]);\n table.setAttribute(\"width\", \"100%\");\n return table; // TODO: Left-aligned tags.\n // Currently, the group and options passed here do not contain\n // enough info to set tag alignment. `leqno` is in Settings but it is\n // not passed to Options. On the HTML side, leqno is\n // set by a CSS class applied in buildTree.js. That would have worked\n // in MathML if browsers supported . Since they don't, we\n // need to rewrite the way this function is called.\n }\n\n});\n\nvar textFontFamilies = {\n \"\\\\text\": undefined,\n \"\\\\textrm\": \"textrm\",\n \"\\\\textsf\": \"textsf\",\n \"\\\\texttt\": \"texttt\",\n \"\\\\textnormal\": \"textrm\"\n};\nvar textFontWeights = {\n \"\\\\textbf\": \"textbf\",\n \"\\\\textmd\": \"textmd\"\n};\nvar textFontShapes = {\n \"\\\\textit\": \"textit\",\n \"\\\\textup\": \"textup\"\n};\n\nvar optionsWithFont = (group, options) => {\n var font = group.font; // Checks if the argument is a font family or a font style.\n\n if (!font) {\n return options;\n } else if (textFontFamilies[font]) {\n return options.withTextFontFamily(textFontFamilies[font]);\n } else if (textFontWeights[font]) {\n return options.withTextFontWeight(textFontWeights[font]);\n } else {\n return options.withTextFontShape(textFontShapes[font]);\n }\n};\n\ndefineFunction({\n type: \"text\",\n names: [// Font families\n \"\\\\text\", \"\\\\textrm\", \"\\\\textsf\", \"\\\\texttt\", \"\\\\textnormal\", // Font weights\n \"\\\\textbf\", \"\\\\textmd\", // Font Shapes\n \"\\\\textit\", \"\\\\textup\"],\n props: {\n numArgs: 1,\n argTypes: [\"text\"],\n allowedInArgument: true,\n allowedInText: true\n },\n\n handler(_ref, args) {\n var {\n parser,\n funcName\n } = _ref;\n var body = args[0];\n return {\n type: \"text\",\n mode: parser.mode,\n body: ordargument(body),\n font: funcName\n };\n },\n\n htmlBuilder(group, options) {\n var newOptions = optionsWithFont(group, options);\n var inner = buildExpression$1(group.body, newOptions, true);\n return buildCommon.makeSpan([\"mord\", \"text\"], inner, newOptions);\n },\n\n mathmlBuilder(group, options) {\n var newOptions = optionsWithFont(group, options);\n return buildExpressionRow(group.body, newOptions);\n }\n\n});\n\ndefineFunction({\n type: \"underline\",\n names: [\"\\\\underline\"],\n props: {\n numArgs: 1,\n allowedInText: true\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n return {\n type: \"underline\",\n mode: parser.mode,\n body: args[0]\n };\n },\n\n htmlBuilder(group, options) {\n // Underlines are handled in the TeXbook pg 443, Rule 10.\n // Build the inner group.\n var innerGroup = buildGroup$1(group.body, options); // Create the line to go below the body\n\n var line = buildCommon.makeLineSpan(\"underline-line\", options); // Generate the vlist, with the appropriate kerns\n\n var defaultRuleThickness = options.fontMetrics().defaultRuleThickness;\n var vlist = buildCommon.makeVList({\n positionType: \"top\",\n positionData: innerGroup.height,\n children: [{\n type: \"kern\",\n size: defaultRuleThickness\n }, {\n type: \"elem\",\n elem: line\n }, {\n type: \"kern\",\n size: 3 * defaultRuleThickness\n }, {\n type: \"elem\",\n elem: innerGroup\n }]\n }, options);\n return buildCommon.makeSpan([\"mord\", \"underline\"], [vlist], options);\n },\n\n mathmlBuilder(group, options) {\n var operator = new mathMLTree.MathNode(\"mo\", [new mathMLTree.TextNode(\"\\u203e\")]);\n operator.setAttribute(\"stretchy\", \"true\");\n var node = new mathMLTree.MathNode(\"munder\", [buildGroup(group.body, options), operator]);\n node.setAttribute(\"accentunder\", \"true\");\n return node;\n }\n\n});\n\ndefineFunction({\n type: \"vcenter\",\n names: [\"\\\\vcenter\"],\n props: {\n numArgs: 1,\n argTypes: [\"original\"],\n // In LaTeX, \\vcenter can act only on a box.\n allowedInText: false\n },\n\n handler(_ref, args) {\n var {\n parser\n } = _ref;\n return {\n type: \"vcenter\",\n mode: parser.mode,\n body: args[0]\n };\n },\n\n htmlBuilder(group, options) {\n var body = buildGroup$1(group.body, options);\n var axisHeight = options.fontMetrics().axisHeight;\n var dy = 0.5 * (body.height - axisHeight - (body.depth + axisHeight));\n return buildCommon.makeVList({\n positionType: \"shift\",\n positionData: dy,\n children: [{\n type: \"elem\",\n elem: body\n }]\n }, options);\n },\n\n mathmlBuilder(group, options) {\n // There is no way to do this in MathML.\n // Write a class as a breadcrumb in case some post-processor wants\n // to perform a vcenter adjustment.\n return new mathMLTree.MathNode(\"mpadded\", [buildGroup(group.body, options)], [\"vcenter\"]);\n }\n\n});\n\ndefineFunction({\n type: \"verb\",\n names: [\"\\\\verb\"],\n props: {\n numArgs: 0,\n allowedInText: true\n },\n\n handler(context, args, optArgs) {\n // \\verb and \\verb* are dealt with directly in Parser.js.\n // If we end up here, it's because of a failure to match the two delimiters\n // in the regex in Lexer.js. LaTeX raises the following error when \\verb is\n // terminated by end of line (or file).\n throw new ParseError(\"\\\\verb ended by end of line instead of matching delimiter\");\n },\n\n htmlBuilder(group, options) {\n var text = makeVerb(group);\n var body = []; // \\verb enters text mode and therefore is sized like \\textstyle\n\n var newOptions = options.havingStyle(options.style.text());\n\n for (var i = 0; i < text.length; i++) {\n var c = text[i];\n\n if (c === '~') {\n c = '\\\\textasciitilde';\n }\n\n body.push(buildCommon.makeSymbol(c, \"Typewriter-Regular\", group.mode, newOptions, [\"mord\", \"texttt\"]));\n }\n\n return buildCommon.makeSpan([\"mord\", \"text\"].concat(newOptions.sizingClasses(options)), buildCommon.tryCombineChars(body), newOptions);\n },\n\n mathmlBuilder(group, options) {\n var text = new mathMLTree.TextNode(makeVerb(group));\n var node = new mathMLTree.MathNode(\"mtext\", [text]);\n node.setAttribute(\"mathvariant\", \"monospace\");\n return node;\n }\n\n});\n/**\n * Converts verb group into body string.\n *\n * \\verb* replaces each space with an open box \\u2423\n * \\verb replaces each space with a no-break space \\xA0\n */\n\nvar makeVerb = group => group.body.replace(/ /g, group.star ? '\\u2423' : '\\xA0');\n\n/** Include this to ensure that all functions are defined. */\nvar functions = _functions;\n\n/**\n * The Lexer class handles tokenizing the input in various ways. Since our\n * parser expects us to be able to backtrack, the lexer allows lexing from any\n * given starting point.\n *\n * Its main exposed function is the `lex` function, which takes a position to\n * lex from and a type of token to lex. It defers to the appropriate `_innerLex`\n * function.\n *\n * The various `_innerLex` functions perform the actual lexing of different\n * kinds.\n */\n\n/* The following tokenRegex\n * - matches typical whitespace (but not NBSP etc.) using its first group\n * - does not match any control character \\x00-\\x1f except whitespace\n * - does not match a bare backslash\n * - matches any ASCII character except those just mentioned\n * - does not match the BMP private use area \\uE000-\\uF8FF\n * - does not match bare surrogate code units\n * - matches any BMP character except for those just described\n * - matches any valid Unicode surrogate pair\n * - matches a backslash followed by one or more whitespace characters\n * - matches a backslash followed by one or more letters then whitespace\n * - matches a backslash followed by any BMP character\n * Capturing groups:\n * [1] regular whitespace\n * [2] backslash followed by whitespace\n * [3] anything else, which may include:\n * [4] left character of \\verb*\n * [5] left character of \\verb\n * [6] backslash followed by word, excluding any trailing whitespace\n * Just because the Lexer matches something doesn't mean it's valid input:\n * If there is no matching function or symbol definition, the Parser will\n * still reject the input.\n */\nvar spaceRegexString = \"[ \\r\\n\\t]\";\nvar controlWordRegexString = \"\\\\\\\\[a-zA-Z@]+\";\nvar controlSymbolRegexString = \"\\\\\\\\[^\\uD800-\\uDFFF]\";\nvar controlWordWhitespaceRegexString = \"(\" + controlWordRegexString + \")\" + spaceRegexString + \"*\";\nvar controlSpaceRegexString = \"\\\\\\\\(\\n|[ \\r\\t]+\\n?)[ \\r\\t]*\";\nvar combiningDiacriticalMarkString = \"[\\u0300-\\u036f]\";\nvar combiningDiacriticalMarksEndRegex = new RegExp(combiningDiacriticalMarkString + \"+$\");\nvar tokenRegexString = \"(\" + spaceRegexString + \"+)|\" + ( // whitespace\ncontrolSpaceRegexString + \"|\") + // \\whitespace\n\"([!-\\\\[\\\\]-\\u2027\\u202A-\\uD7FF\\uF900-\\uFFFF]\" + ( // single codepoint\ncombiningDiacriticalMarkString + \"*\") + // ...plus accents\n\"|[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]\" + ( // surrogate pair\ncombiningDiacriticalMarkString + \"*\") + // ...plus accents\n\"|\\\\\\\\verb\\\\*([^]).*?\\\\4\" + // \\verb*\n\"|\\\\\\\\verb([^*a-zA-Z]).*?\\\\5\" + ( // \\verb unstarred\n\"|\" + controlWordWhitespaceRegexString) + ( // \\macroName + spaces\n\"|\" + controlSymbolRegexString + \")\"); // \\\\, \\', etc.\n\n/** Main Lexer class */\n\nclass Lexer {\n // Category codes. The lexer only supports comment characters (14) for now.\n // MacroExpander additionally distinguishes active (13).\n constructor(input, settings) {\n this.input = void 0;\n this.settings = void 0;\n this.tokenRegex = void 0;\n this.catcodes = void 0;\n // Separate accents from characters\n this.input = input;\n this.settings = settings;\n this.tokenRegex = new RegExp(tokenRegexString, 'g');\n this.catcodes = {\n \"%\": 14,\n // comment character\n \"~\": 13 // active character\n\n };\n }\n\n setCatcode(char, code) {\n this.catcodes[char] = code;\n }\n /**\n * This function lexes a single token.\n */\n\n\n lex() {\n var input = this.input;\n var pos = this.tokenRegex.lastIndex;\n\n if (pos === input.length) {\n return new Token(\"EOF\", new SourceLocation(this, pos, pos));\n }\n\n var match = this.tokenRegex.exec(input);\n\n if (match === null || match.index !== pos) {\n throw new ParseError(\"Unexpected character: '\" + input[pos] + \"'\", new Token(input[pos], new SourceLocation(this, pos, pos + 1)));\n }\n\n var text = match[6] || match[3] || (match[2] ? \"\\\\ \" : \" \");\n\n if (this.catcodes[text] === 14) {\n // comment character\n var nlIndex = input.indexOf('\\n', this.tokenRegex.lastIndex);\n\n if (nlIndex === -1) {\n this.tokenRegex.lastIndex = input.length; // EOF\n\n this.settings.reportNonstrict(\"commentAtEnd\", \"% comment has no terminating newline; LaTeX would \" + \"fail because of commenting the end of math mode (e.g. $)\");\n } else {\n this.tokenRegex.lastIndex = nlIndex + 1;\n }\n\n return this.lex();\n }\n\n return new Token(text, new SourceLocation(this, pos, this.tokenRegex.lastIndex));\n }\n\n}\n\n/**\n * A `Namespace` refers to a space of nameable things like macros or lengths,\n * which can be `set` either globally or local to a nested group, using an\n * undo stack similar to how TeX implements this functionality.\n * Performance-wise, `get` and local `set` take constant time, while global\n * `set` takes time proportional to the depth of group nesting.\n */\nclass Namespace {\n /**\n * Both arguments are optional. The first argument is an object of\n * built-in mappings which never change. The second argument is an object\n * of initial (global-level) mappings, which will constantly change\n * according to any global/top-level `set`s done.\n */\n constructor(builtins, globalMacros) {\n if (builtins === void 0) {\n builtins = {};\n }\n\n if (globalMacros === void 0) {\n globalMacros = {};\n }\n\n this.current = void 0;\n this.builtins = void 0;\n this.undefStack = void 0;\n this.current = globalMacros;\n this.builtins = builtins;\n this.undefStack = [];\n }\n /**\n * Start a new nested group, affecting future local `set`s.\n */\n\n\n beginGroup() {\n this.undefStack.push({});\n }\n /**\n * End current nested group, restoring values before the group began.\n */\n\n\n endGroup() {\n if (this.undefStack.length === 0) {\n throw new ParseError(\"Unbalanced namespace destruction: attempt \" + \"to pop global namespace; please report this as a bug\");\n }\n\n var undefs = this.undefStack.pop();\n\n for (var undef in undefs) {\n if (undefs.hasOwnProperty(undef)) {\n if (undefs[undef] == null) {\n delete this.current[undef];\n } else {\n this.current[undef] = undefs[undef];\n }\n }\n }\n }\n /**\n * Ends all currently nested groups (if any), restoring values before the\n * groups began. Useful in case of an error in the middle of parsing.\n */\n\n\n endGroups() {\n while (this.undefStack.length > 0) {\n this.endGroup();\n }\n }\n /**\n * Detect whether `name` has a definition. Equivalent to\n * `get(name) != null`.\n */\n\n\n has(name) {\n return this.current.hasOwnProperty(name) || this.builtins.hasOwnProperty(name);\n }\n /**\n * Get the current value of a name, or `undefined` if there is no value.\n *\n * Note: Do not use `if (namespace.get(...))` to detect whether a macro\n * is defined, as the definition may be the empty string which evaluates\n * to `false` in JavaScript. Use `if (namespace.get(...) != null)` or\n * `if (namespace.has(...))`.\n */\n\n\n get(name) {\n if (this.current.hasOwnProperty(name)) {\n return this.current[name];\n } else {\n return this.builtins[name];\n }\n }\n /**\n * Set the current value of a name, and optionally set it globally too.\n * Local set() sets the current value and (when appropriate) adds an undo\n * operation to the undo stack. Global set() may change the undo\n * operation at every level, so takes time linear in their number.\n * A value of undefined means to delete existing definitions.\n */\n\n\n set(name, value, global) {\n if (global === void 0) {\n global = false;\n }\n\n if (global) {\n // Global set is equivalent to setting in all groups. Simulate this\n // by destroying any undos currently scheduled for this name,\n // and adding an undo with the *new* value (in case it later gets\n // locally reset within this environment).\n for (var i = 0; i < this.undefStack.length; i++) {\n delete this.undefStack[i][name];\n }\n\n if (this.undefStack.length > 0) {\n this.undefStack[this.undefStack.length - 1][name] = value;\n }\n } else {\n // Undo this set at end of this group (possibly to `undefined`),\n // unless an undo is already in place, in which case that older\n // value is the correct one.\n var top = this.undefStack[this.undefStack.length - 1];\n\n if (top && !top.hasOwnProperty(name)) {\n top[name] = this.current[name];\n }\n }\n\n if (value == null) {\n delete this.current[name];\n } else {\n this.current[name] = value;\n }\n }\n\n}\n\n/**\n * Predefined macros for KaTeX.\n * This can be used to define some commands in terms of others.\n */\nvar macros = _macros;\n// macro tools\n\ndefineMacro(\"\\\\noexpand\", function (context) {\n // The expansion is the token itself; but that token is interpreted\n // as if its meaning were ‘\\relax’ if it is a control sequence that\n // would ordinarily be expanded by TeX’s expansion rules.\n var t = context.popToken();\n\n if (context.isExpandable(t.text)) {\n t.noexpand = true;\n t.treatAsRelax = true;\n }\n\n return {\n tokens: [t],\n numArgs: 0\n };\n});\ndefineMacro(\"\\\\expandafter\", function (context) {\n // TeX first reads the token that comes immediately after \\expandafter,\n // without expanding it; let’s call this token t. Then TeX reads the\n // token that comes after t (and possibly more tokens, if that token\n // has an argument), replacing it by its expansion. Finally TeX puts\n // t back in front of that expansion.\n var t = context.popToken();\n context.expandOnce(true); // expand only an expandable token\n\n return {\n tokens: [t],\n numArgs: 0\n };\n}); // LaTeX's \\@firstoftwo{#1}{#2} expands to #1, skipping #2\n// TeX source: \\long\\def\\@firstoftwo#1#2{#1}\n\ndefineMacro(\"\\\\@firstoftwo\", function (context) {\n var args = context.consumeArgs(2);\n return {\n tokens: args[0],\n numArgs: 0\n };\n}); // LaTeX's \\@secondoftwo{#1}{#2} expands to #2, skipping #1\n// TeX source: \\long\\def\\@secondoftwo#1#2{#2}\n\ndefineMacro(\"\\\\@secondoftwo\", function (context) {\n var args = context.consumeArgs(2);\n return {\n tokens: args[1],\n numArgs: 0\n };\n}); // LaTeX's \\@ifnextchar{#1}{#2}{#3} looks ahead to the next (unexpanded)\n// symbol that isn't a space, consuming any spaces but not consuming the\n// first nonspace character. If that nonspace character matches #1, then\n// the macro expands to #2; otherwise, it expands to #3.\n\ndefineMacro(\"\\\\@ifnextchar\", function (context) {\n var args = context.consumeArgs(3); // symbol, if, else\n\n context.consumeSpaces();\n var nextToken = context.future();\n\n if (args[0].length === 1 && args[0][0].text === nextToken.text) {\n return {\n tokens: args[1],\n numArgs: 0\n };\n } else {\n return {\n tokens: args[2],\n numArgs: 0\n };\n }\n}); // LaTeX's \\@ifstar{#1}{#2} looks ahead to the next (unexpanded) symbol.\n// If it is `*`, then it consumes the symbol, and the macro expands to #1;\n// otherwise, the macro expands to #2 (without consuming the symbol).\n// TeX source: \\def\\@ifstar#1{\\@ifnextchar *{\\@firstoftwo{#1}}}\n\ndefineMacro(\"\\\\@ifstar\", \"\\\\@ifnextchar *{\\\\@firstoftwo{#1}}\"); // LaTeX's \\TextOrMath{#1}{#2} expands to #1 in text mode, #2 in math mode\n\ndefineMacro(\"\\\\TextOrMath\", function (context) {\n var args = context.consumeArgs(2);\n\n if (context.mode === 'text') {\n return {\n tokens: args[0],\n numArgs: 0\n };\n } else {\n return {\n tokens: args[1],\n numArgs: 0\n };\n }\n}); // Lookup table for parsing numbers in base 8 through 16\n\nvar digitToNumber = {\n \"0\": 0,\n \"1\": 1,\n \"2\": 2,\n \"3\": 3,\n \"4\": 4,\n \"5\": 5,\n \"6\": 6,\n \"7\": 7,\n \"8\": 8,\n \"9\": 9,\n \"a\": 10,\n \"A\": 10,\n \"b\": 11,\n \"B\": 11,\n \"c\": 12,\n \"C\": 12,\n \"d\": 13,\n \"D\": 13,\n \"e\": 14,\n \"E\": 14,\n \"f\": 15,\n \"F\": 15\n}; // TeX \\char makes a literal character (catcode 12) using the following forms:\n// (see The TeXBook, p. 43)\n// \\char123 -- decimal\n// \\char'123 -- octal\n// \\char\"123 -- hex\n// \\char`x -- character that can be written (i.e. isn't active)\n// \\char`\\x -- character that cannot be written (e.g. %)\n// These all refer to characters from the font, so we turn them into special\n// calls to a function \\@char dealt with in the Parser.\n\ndefineMacro(\"\\\\char\", function (context) {\n var token = context.popToken();\n var base;\n var number = '';\n\n if (token.text === \"'\") {\n base = 8;\n token = context.popToken();\n } else if (token.text === '\"') {\n base = 16;\n token = context.popToken();\n } else if (token.text === \"`\") {\n token = context.popToken();\n\n if (token.text[0] === \"\\\\\") {\n number = token.text.charCodeAt(1);\n } else if (token.text === \"EOF\") {\n throw new ParseError(\"\\\\char` missing argument\");\n } else {\n number = token.text.charCodeAt(0);\n }\n } else {\n base = 10;\n }\n\n if (base) {\n // Parse a number in the given base, starting with first `token`.\n number = digitToNumber[token.text];\n\n if (number == null || number >= base) {\n throw new ParseError(\"Invalid base-\" + base + \" digit \" + token.text);\n }\n\n var digit;\n\n while ((digit = digitToNumber[context.future().text]) != null && digit < base) {\n number *= base;\n number += digit;\n context.popToken();\n }\n }\n\n return \"\\\\@char{\" + number + \"}\";\n}); // \\newcommand{\\macro}[args]{definition}\n// \\renewcommand{\\macro}[args]{definition}\n// TODO: Optional arguments: \\newcommand{\\macro}[args][default]{definition}\n\nvar newcommand = (context, existsOK, nonexistsOK) => {\n var arg = context.consumeArg().tokens;\n\n if (arg.length !== 1) {\n throw new ParseError(\"\\\\newcommand's first argument must be a macro name\");\n }\n\n var name = arg[0].text;\n var exists = context.isDefined(name);\n\n if (exists && !existsOK) {\n throw new ParseError(\"\\\\newcommand{\" + name + \"} attempting to redefine \" + (name + \"; use \\\\renewcommand\"));\n }\n\n if (!exists && !nonexistsOK) {\n throw new ParseError(\"\\\\renewcommand{\" + name + \"} when command \" + name + \" \" + \"does not yet exist; use \\\\newcommand\");\n }\n\n var numArgs = 0;\n arg = context.consumeArg().tokens;\n\n if (arg.length === 1 && arg[0].text === \"[\") {\n var argText = '';\n var token = context.expandNextToken();\n\n while (token.text !== \"]\" && token.text !== \"EOF\") {\n // TODO: Should properly expand arg, e.g., ignore {}s\n argText += token.text;\n token = context.expandNextToken();\n }\n\n if (!argText.match(/^\\s*[0-9]+\\s*$/)) {\n throw new ParseError(\"Invalid number of arguments: \" + argText);\n }\n\n numArgs = parseInt(argText);\n arg = context.consumeArg().tokens;\n } // Final arg is the expansion of the macro\n\n\n context.macros.set(name, {\n tokens: arg,\n numArgs\n });\n return '';\n};\n\ndefineMacro(\"\\\\newcommand\", context => newcommand(context, false, true));\ndefineMacro(\"\\\\renewcommand\", context => newcommand(context, true, false));\ndefineMacro(\"\\\\providecommand\", context => newcommand(context, true, true)); // terminal (console) tools\n\ndefineMacro(\"\\\\message\", context => {\n var arg = context.consumeArgs(1)[0]; // eslint-disable-next-line no-console\n\n console.log(arg.reverse().map(token => token.text).join(\"\"));\n return '';\n});\ndefineMacro(\"\\\\errmessage\", context => {\n var arg = context.consumeArgs(1)[0]; // eslint-disable-next-line no-console\n\n console.error(arg.reverse().map(token => token.text).join(\"\"));\n return '';\n});\ndefineMacro(\"\\\\show\", context => {\n var tok = context.popToken();\n var name = tok.text; // eslint-disable-next-line no-console\n\n console.log(tok, context.macros.get(name), functions[name], symbols.math[name], symbols.text[name]);\n return '';\n}); //////////////////////////////////////////////////////////////////////\n// Grouping\n// \\let\\bgroup={ \\let\\egroup=}\n\ndefineMacro(\"\\\\bgroup\", \"{\");\ndefineMacro(\"\\\\egroup\", \"}\"); // Symbols from latex.ltx:\n// \\def~{\\nobreakspace{}}\n// \\def\\lq{`}\n// \\def\\rq{'}\n// \\def \\aa {\\r a}\n// \\def \\AA {\\r A}\n\ndefineMacro(\"~\", \"\\\\nobreakspace\");\ndefineMacro(\"\\\\lq\", \"`\");\ndefineMacro(\"\\\\rq\", \"'\");\ndefineMacro(\"\\\\aa\", \"\\\\r a\");\ndefineMacro(\"\\\\AA\", \"\\\\r A\"); // Copyright (C) and registered (R) symbols. Use raw symbol in MathML.\n// \\DeclareTextCommandDefault{\\textcopyright}{\\textcircled{c}}\n// \\DeclareTextCommandDefault{\\textregistered}{\\textcircled{%\n// \\check@mathfonts\\fontsize\\sf@size\\z@\\math@fontsfalse\\selectfont R}}\n// \\DeclareRobustCommand{\\copyright}{%\n// \\ifmmode{\\nfss@text{\\textcopyright}}\\else\\textcopyright\\fi}\n\ndefineMacro(\"\\\\textcopyright\", \"\\\\html@mathml{\\\\textcircled{c}}{\\\\char`©}\");\ndefineMacro(\"\\\\copyright\", \"\\\\TextOrMath{\\\\textcopyright}{\\\\text{\\\\textcopyright}}\");\ndefineMacro(\"\\\\textregistered\", \"\\\\html@mathml{\\\\textcircled{\\\\scriptsize R}}{\\\\char`®}\"); // Characters omitted from Unicode range 1D400–1D7FF\n\ndefineMacro(\"\\u212C\", \"\\\\mathscr{B}\"); // script\n\ndefineMacro(\"\\u2130\", \"\\\\mathscr{E}\");\ndefineMacro(\"\\u2131\", \"\\\\mathscr{F}\");\ndefineMacro(\"\\u210B\", \"\\\\mathscr{H}\");\ndefineMacro(\"\\u2110\", \"\\\\mathscr{I}\");\ndefineMacro(\"\\u2112\", \"\\\\mathscr{L}\");\ndefineMacro(\"\\u2133\", \"\\\\mathscr{M}\");\ndefineMacro(\"\\u211B\", \"\\\\mathscr{R}\");\ndefineMacro(\"\\u212D\", \"\\\\mathfrak{C}\"); // Fraktur\n\ndefineMacro(\"\\u210C\", \"\\\\mathfrak{H}\");\ndefineMacro(\"\\u2128\", \"\\\\mathfrak{Z}\"); // Define \\Bbbk with a macro that works in both HTML and MathML.\n\ndefineMacro(\"\\\\Bbbk\", \"\\\\Bbb{k}\"); // Unicode middle dot\n// The KaTeX fonts do not contain U+00B7. Instead, \\cdotp displays\n// the dot at U+22C5 and gives it punct spacing.\n\ndefineMacro(\"\\u00b7\", \"\\\\cdotp\"); // \\llap and \\rlap render their contents in text mode\n\ndefineMacro(\"\\\\llap\", \"\\\\mathllap{\\\\textrm{#1}}\");\ndefineMacro(\"\\\\rlap\", \"\\\\mathrlap{\\\\textrm{#1}}\");\ndefineMacro(\"\\\\clap\", \"\\\\mathclap{\\\\textrm{#1}}\"); // \\mathstrut from the TeXbook, p 360\n\ndefineMacro(\"\\\\mathstrut\", \"\\\\vphantom{(}\"); // \\underbar from TeXbook p 353\n\ndefineMacro(\"\\\\underbar\", \"\\\\underline{\\\\text{#1}}\"); // \\not is defined by base/fontmath.ltx via\n// \\DeclareMathSymbol{\\not}{\\mathrel}{symbols}{\"36}\n// It's thus treated like a \\mathrel, but defined by a symbol that has zero\n// width but extends to the right. We use \\rlap to get that spacing.\n// For MathML we write U+0338 here. buildMathML.js will then do the overlay.\n\ndefineMacro(\"\\\\not\", '\\\\html@mathml{\\\\mathrel{\\\\mathrlap\\\\@not}}{\\\\char\"338}'); // Negated symbols from base/fontmath.ltx:\n// \\def\\neq{\\not=} \\let\\ne=\\neq\n// \\DeclareRobustCommand\n// \\notin{\\mathrel{\\m@th\\mathpalette\\c@ncel\\in}}\n// \\def\\c@ncel#1#2{\\m@th\\ooalign{$\\hfil#1\\mkern1mu/\\hfil$\\crcr$#1#2$}}\n\ndefineMacro(\"\\\\neq\", \"\\\\html@mathml{\\\\mathrel{\\\\not=}}{\\\\mathrel{\\\\char`≠}}\");\ndefineMacro(\"\\\\ne\", \"\\\\neq\");\ndefineMacro(\"\\u2260\", \"\\\\neq\");\ndefineMacro(\"\\\\notin\", \"\\\\html@mathml{\\\\mathrel{{\\\\in}\\\\mathllap{/\\\\mskip1mu}}}\" + \"{\\\\mathrel{\\\\char`∉}}\");\ndefineMacro(\"\\u2209\", \"\\\\notin\"); // Unicode stacked relations\n\ndefineMacro(\"\\u2258\", \"\\\\html@mathml{\" + \"\\\\mathrel{=\\\\kern{-1em}\\\\raisebox{0.4em}{$\\\\scriptsize\\\\frown$}}\" + \"}{\\\\mathrel{\\\\char`\\u2258}}\");\ndefineMacro(\"\\u2259\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\wedge}{=}}{\\\\mathrel{\\\\char`\\u2258}}\");\ndefineMacro(\"\\u225A\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\vee}{=}}{\\\\mathrel{\\\\char`\\u225A}}\");\ndefineMacro(\"\\u225B\", \"\\\\html@mathml{\\\\stackrel{\\\\scriptsize\\\\star}{=}}\" + \"{\\\\mathrel{\\\\char`\\u225B}}\");\ndefineMacro(\"\\u225D\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\mathrm{def}}{=}}\" + \"{\\\\mathrel{\\\\char`\\u225D}}\");\ndefineMacro(\"\\u225E\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\mathrm{m}}{=}}\" + \"{\\\\mathrel{\\\\char`\\u225E}}\");\ndefineMacro(\"\\u225F\", \"\\\\html@mathml{\\\\stackrel{\\\\tiny?}{=}}{\\\\mathrel{\\\\char`\\u225F}}\"); // Misc Unicode\n\ndefineMacro(\"\\u27C2\", \"\\\\perp\");\ndefineMacro(\"\\u203C\", \"\\\\mathclose{!\\\\mkern-0.8mu!}\");\ndefineMacro(\"\\u220C\", \"\\\\notni\");\ndefineMacro(\"\\u231C\", \"\\\\ulcorner\");\ndefineMacro(\"\\u231D\", \"\\\\urcorner\");\ndefineMacro(\"\\u231E\", \"\\\\llcorner\");\ndefineMacro(\"\\u231F\", \"\\\\lrcorner\");\ndefineMacro(\"\\u00A9\", \"\\\\copyright\");\ndefineMacro(\"\\u00AE\", \"\\\\textregistered\");\ndefineMacro(\"\\uFE0F\", \"\\\\textregistered\"); // The KaTeX fonts have corners at codepoints that don't match Unicode.\n// For MathML purposes, use the Unicode code point.\n\ndefineMacro(\"\\\\ulcorner\", \"\\\\html@mathml{\\\\@ulcorner}{\\\\mathop{\\\\char\\\"231c}}\");\ndefineMacro(\"\\\\urcorner\", \"\\\\html@mathml{\\\\@urcorner}{\\\\mathop{\\\\char\\\"231d}}\");\ndefineMacro(\"\\\\llcorner\", \"\\\\html@mathml{\\\\@llcorner}{\\\\mathop{\\\\char\\\"231e}}\");\ndefineMacro(\"\\\\lrcorner\", \"\\\\html@mathml{\\\\@lrcorner}{\\\\mathop{\\\\char\\\"231f}}\"); //////////////////////////////////////////////////////////////////////\n// LaTeX_2ε\n// \\vdots{\\vbox{\\baselineskip4\\p@ \\lineskiplimit\\z@\n// \\kern6\\p@\\hbox{.}\\hbox{.}\\hbox{.}}}\n// We'll call \\varvdots, which gets a glyph from symbols.js.\n// The zero-width rule gets us an equivalent to the vertical 6pt kern.\n\ndefineMacro(\"\\\\vdots\", \"\\\\mathord{\\\\varvdots\\\\rule{0pt}{15pt}}\");\ndefineMacro(\"\\u22ee\", \"\\\\vdots\"); //////////////////////////////////////////////////////////////////////\n// amsmath.sty\n// http://mirrors.concertpass.com/tex-archive/macros/latex/required/amsmath/amsmath.pdf\n// Italic Greek capital letters. AMS defines these with \\DeclareMathSymbol,\n// but they are equivalent to \\mathit{\\Letter}.\n\ndefineMacro(\"\\\\varGamma\", \"\\\\mathit{\\\\Gamma}\");\ndefineMacro(\"\\\\varDelta\", \"\\\\mathit{\\\\Delta}\");\ndefineMacro(\"\\\\varTheta\", \"\\\\mathit{\\\\Theta}\");\ndefineMacro(\"\\\\varLambda\", \"\\\\mathit{\\\\Lambda}\");\ndefineMacro(\"\\\\varXi\", \"\\\\mathit{\\\\Xi}\");\ndefineMacro(\"\\\\varPi\", \"\\\\mathit{\\\\Pi}\");\ndefineMacro(\"\\\\varSigma\", \"\\\\mathit{\\\\Sigma}\");\ndefineMacro(\"\\\\varUpsilon\", \"\\\\mathit{\\\\Upsilon}\");\ndefineMacro(\"\\\\varPhi\", \"\\\\mathit{\\\\Phi}\");\ndefineMacro(\"\\\\varPsi\", \"\\\\mathit{\\\\Psi}\");\ndefineMacro(\"\\\\varOmega\", \"\\\\mathit{\\\\Omega}\"); //\\newcommand{\\substack}[1]{\\subarray{c}#1\\endsubarray}\n\ndefineMacro(\"\\\\substack\", \"\\\\begin{subarray}{c}#1\\\\end{subarray}\"); // \\renewcommand{\\colon}{\\nobreak\\mskip2mu\\mathpunct{}\\nonscript\n// \\mkern-\\thinmuskip{:}\\mskip6muplus1mu\\relax}\n\ndefineMacro(\"\\\\colon\", \"\\\\nobreak\\\\mskip2mu\\\\mathpunct{}\" + \"\\\\mathchoice{\\\\mkern-3mu}{\\\\mkern-3mu}{}{}{:}\\\\mskip6mu\\\\relax\"); // \\newcommand{\\boxed}[1]{\\fbox{\\m@th$\\displaystyle#1$}}\n\ndefineMacro(\"\\\\boxed\", \"\\\\fbox{$\\\\displaystyle{#1}$}\"); // \\def\\iff{\\DOTSB\\;\\Longleftrightarrow\\;}\n// \\def\\implies{\\DOTSB\\;\\Longrightarrow\\;}\n// \\def\\impliedby{\\DOTSB\\;\\Longleftarrow\\;}\n\ndefineMacro(\"\\\\iff\", \"\\\\DOTSB\\\\;\\\\Longleftrightarrow\\\\;\");\ndefineMacro(\"\\\\implies\", \"\\\\DOTSB\\\\;\\\\Longrightarrow\\\\;\");\ndefineMacro(\"\\\\impliedby\", \"\\\\DOTSB\\\\;\\\\Longleftarrow\\\\;\"); // AMSMath's automatic \\dots, based on \\mdots@@ macro.\n\nvar dotsByToken = {\n ',': '\\\\dotsc',\n '\\\\not': '\\\\dotsb',\n // \\keybin@ checks for the following:\n '+': '\\\\dotsb',\n '=': '\\\\dotsb',\n '<': '\\\\dotsb',\n '>': '\\\\dotsb',\n '-': '\\\\dotsb',\n '*': '\\\\dotsb',\n ':': '\\\\dotsb',\n // Symbols whose definition starts with \\DOTSB:\n '\\\\DOTSB': '\\\\dotsb',\n '\\\\coprod': '\\\\dotsb',\n '\\\\bigvee': '\\\\dotsb',\n '\\\\bigwedge': '\\\\dotsb',\n '\\\\biguplus': '\\\\dotsb',\n '\\\\bigcap': '\\\\dotsb',\n '\\\\bigcup': '\\\\dotsb',\n '\\\\prod': '\\\\dotsb',\n '\\\\sum': '\\\\dotsb',\n '\\\\bigotimes': '\\\\dotsb',\n '\\\\bigoplus': '\\\\dotsb',\n '\\\\bigodot': '\\\\dotsb',\n '\\\\bigsqcup': '\\\\dotsb',\n '\\\\And': '\\\\dotsb',\n '\\\\longrightarrow': '\\\\dotsb',\n '\\\\Longrightarrow': '\\\\dotsb',\n '\\\\longleftarrow': '\\\\dotsb',\n '\\\\Longleftarrow': '\\\\dotsb',\n '\\\\longleftrightarrow': '\\\\dotsb',\n '\\\\Longleftrightarrow': '\\\\dotsb',\n '\\\\mapsto': '\\\\dotsb',\n '\\\\longmapsto': '\\\\dotsb',\n '\\\\hookrightarrow': '\\\\dotsb',\n '\\\\doteq': '\\\\dotsb',\n // Symbols whose definition starts with \\mathbin:\n '\\\\mathbin': '\\\\dotsb',\n // Symbols whose definition starts with \\mathrel:\n '\\\\mathrel': '\\\\dotsb',\n '\\\\relbar': '\\\\dotsb',\n '\\\\Relbar': '\\\\dotsb',\n '\\\\xrightarrow': '\\\\dotsb',\n '\\\\xleftarrow': '\\\\dotsb',\n // Symbols whose definition starts with \\DOTSI:\n '\\\\DOTSI': '\\\\dotsi',\n '\\\\int': '\\\\dotsi',\n '\\\\oint': '\\\\dotsi',\n '\\\\iint': '\\\\dotsi',\n '\\\\iiint': '\\\\dotsi',\n '\\\\iiiint': '\\\\dotsi',\n '\\\\idotsint': '\\\\dotsi',\n // Symbols whose definition starts with \\DOTSX:\n '\\\\DOTSX': '\\\\dotsx'\n};\ndefineMacro(\"\\\\dots\", function (context) {\n // TODO: If used in text mode, should expand to \\textellipsis.\n // However, in KaTeX, \\textellipsis and \\ldots behave the same\n // (in text mode), and it's unlikely we'd see any of the math commands\n // that affect the behavior of \\dots when in text mode. So fine for now\n // (until we support \\ifmmode ... \\else ... \\fi).\n var thedots = '\\\\dotso';\n var next = context.expandAfterFuture().text;\n\n if (next in dotsByToken) {\n thedots = dotsByToken[next];\n } else if (next.slice(0, 4) === '\\\\not') {\n thedots = '\\\\dotsb';\n } else if (next in symbols.math) {\n if (utils.contains(['bin', 'rel'], symbols.math[next].group)) {\n thedots = '\\\\dotsb';\n }\n }\n\n return thedots;\n});\nvar spaceAfterDots = {\n // \\rightdelim@ checks for the following:\n ')': true,\n ']': true,\n '\\\\rbrack': true,\n '\\\\}': true,\n '\\\\rbrace': true,\n '\\\\rangle': true,\n '\\\\rceil': true,\n '\\\\rfloor': true,\n '\\\\rgroup': true,\n '\\\\rmoustache': true,\n '\\\\right': true,\n '\\\\bigr': true,\n '\\\\biggr': true,\n '\\\\Bigr': true,\n '\\\\Biggr': true,\n // \\extra@ also tests for the following:\n '$': true,\n // \\extrap@ checks for the following:\n ';': true,\n '.': true,\n ',': true\n};\ndefineMacro(\"\\\\dotso\", function (context) {\n var next = context.future().text;\n\n if (next in spaceAfterDots) {\n return \"\\\\ldots\\\\,\";\n } else {\n return \"\\\\ldots\";\n }\n});\ndefineMacro(\"\\\\dotsc\", function (context) {\n var next = context.future().text; // \\dotsc uses \\extra@ but not \\extrap@, instead specially checking for\n // ';' and '.', but doesn't check for ','.\n\n if (next in spaceAfterDots && next !== ',') {\n return \"\\\\ldots\\\\,\";\n } else {\n return \"\\\\ldots\";\n }\n});\ndefineMacro(\"\\\\cdots\", function (context) {\n var next = context.future().text;\n\n if (next in spaceAfterDots) {\n return \"\\\\@cdots\\\\,\";\n } else {\n return \"\\\\@cdots\";\n }\n});\ndefineMacro(\"\\\\dotsb\", \"\\\\cdots\");\ndefineMacro(\"\\\\dotsm\", \"\\\\cdots\");\ndefineMacro(\"\\\\dotsi\", \"\\\\!\\\\cdots\"); // amsmath doesn't actually define \\dotsx, but \\dots followed by a macro\n// starting with \\DOTSX implies \\dotso, and then \\extra@ detects this case\n// and forces the added `\\,`.\n\ndefineMacro(\"\\\\dotsx\", \"\\\\ldots\\\\,\"); // \\let\\DOTSI\\relax\n// \\let\\DOTSB\\relax\n// \\let\\DOTSX\\relax\n\ndefineMacro(\"\\\\DOTSI\", \"\\\\relax\");\ndefineMacro(\"\\\\DOTSB\", \"\\\\relax\");\ndefineMacro(\"\\\\DOTSX\", \"\\\\relax\"); // Spacing, based on amsmath.sty's override of LaTeX defaults\n// \\DeclareRobustCommand{\\tmspace}[3]{%\n// \\ifmmode\\mskip#1#2\\else\\kern#1#3\\fi\\relax}\n\ndefineMacro(\"\\\\tmspace\", \"\\\\TextOrMath{\\\\kern#1#3}{\\\\mskip#1#2}\\\\relax\"); // \\renewcommand{\\,}{\\tmspace+\\thinmuskip{.1667em}}\n// TODO: math mode should use \\thinmuskip\n\ndefineMacro(\"\\\\,\", \"\\\\tmspace+{3mu}{.1667em}\"); // \\let\\thinspace\\,\n\ndefineMacro(\"\\\\thinspace\", \"\\\\,\"); // \\def\\>{\\mskip\\medmuskip}\n// \\renewcommand{\\:}{\\tmspace+\\medmuskip{.2222em}}\n// TODO: \\> and math mode of \\: should use \\medmuskip = 4mu plus 2mu minus 4mu\n\ndefineMacro(\"\\\\>\", \"\\\\mskip{4mu}\");\ndefineMacro(\"\\\\:\", \"\\\\tmspace+{4mu}{.2222em}\"); // \\let\\medspace\\:\n\ndefineMacro(\"\\\\medspace\", \"\\\\:\"); // \\renewcommand{\\;}{\\tmspace+\\thickmuskip{.2777em}}\n// TODO: math mode should use \\thickmuskip = 5mu plus 5mu\n\ndefineMacro(\"\\\\;\", \"\\\\tmspace+{5mu}{.2777em}\"); // \\let\\thickspace\\;\n\ndefineMacro(\"\\\\thickspace\", \"\\\\;\"); // \\renewcommand{\\!}{\\tmspace-\\thinmuskip{.1667em}}\n// TODO: math mode should use \\thinmuskip\n\ndefineMacro(\"\\\\!\", \"\\\\tmspace-{3mu}{.1667em}\"); // \\let\\negthinspace\\!\n\ndefineMacro(\"\\\\negthinspace\", \"\\\\!\"); // \\newcommand{\\negmedspace}{\\tmspace-\\medmuskip{.2222em}}\n// TODO: math mode should use \\medmuskip\n\ndefineMacro(\"\\\\negmedspace\", \"\\\\tmspace-{4mu}{.2222em}\"); // \\newcommand{\\negthickspace}{\\tmspace-\\thickmuskip{.2777em}}\n// TODO: math mode should use \\thickmuskip\n\ndefineMacro(\"\\\\negthickspace\", \"\\\\tmspace-{5mu}{.277em}\"); // \\def\\enspace{\\kern.5em }\n\ndefineMacro(\"\\\\enspace\", \"\\\\kern.5em \"); // \\def\\enskip{\\hskip.5em\\relax}\n\ndefineMacro(\"\\\\enskip\", \"\\\\hskip.5em\\\\relax\"); // \\def\\quad{\\hskip1em\\relax}\n\ndefineMacro(\"\\\\quad\", \"\\\\hskip1em\\\\relax\"); // \\def\\qquad{\\hskip2em\\relax}\n\ndefineMacro(\"\\\\qquad\", \"\\\\hskip2em\\\\relax\"); // \\tag@in@display form of \\tag\n\ndefineMacro(\"\\\\tag\", \"\\\\@ifstar\\\\tag@literal\\\\tag@paren\");\ndefineMacro(\"\\\\tag@paren\", \"\\\\tag@literal{({#1})}\");\ndefineMacro(\"\\\\tag@literal\", context => {\n if (context.macros.get(\"\\\\df@tag\")) {\n throw new ParseError(\"Multiple \\\\tag\");\n }\n\n return \"\\\\gdef\\\\df@tag{\\\\text{#1}}\";\n}); // \\renewcommand{\\bmod}{\\nonscript\\mskip-\\medmuskip\\mkern5mu\\mathbin\n// {\\operator@font mod}\\penalty900\n// \\mkern5mu\\nonscript\\mskip-\\medmuskip}\n// \\newcommand{\\pod}[1]{\\allowbreak\n// \\if@display\\mkern18mu\\else\\mkern8mu\\fi(#1)}\n// \\renewcommand{\\pmod}[1]{\\pod{{\\operator@font mod}\\mkern6mu#1}}\n// \\newcommand{\\mod}[1]{\\allowbreak\\if@display\\mkern18mu\n// \\else\\mkern12mu\\fi{\\operator@font mod}\\,\\,#1}\n// TODO: math mode should use \\medmuskip = 4mu plus 2mu minus 4mu\n\ndefineMacro(\"\\\\bmod\", \"\\\\mathchoice{\\\\mskip1mu}{\\\\mskip1mu}{\\\\mskip5mu}{\\\\mskip5mu}\" + \"\\\\mathbin{\\\\rm mod}\" + \"\\\\mathchoice{\\\\mskip1mu}{\\\\mskip1mu}{\\\\mskip5mu}{\\\\mskip5mu}\");\ndefineMacro(\"\\\\pod\", \"\\\\allowbreak\" + \"\\\\mathchoice{\\\\mkern18mu}{\\\\mkern8mu}{\\\\mkern8mu}{\\\\mkern8mu}(#1)\");\ndefineMacro(\"\\\\pmod\", \"\\\\pod{{\\\\rm mod}\\\\mkern6mu#1}\");\ndefineMacro(\"\\\\mod\", \"\\\\allowbreak\" + \"\\\\mathchoice{\\\\mkern18mu}{\\\\mkern12mu}{\\\\mkern12mu}{\\\\mkern12mu}\" + \"{\\\\rm mod}\\\\,\\\\,#1\"); //////////////////////////////////////////////////////////////////////\n// LaTeX source2e\n// \\expandafter\\let\\expandafter\\@normalcr\n// \\csname\\expandafter\\@gobble\\string\\\\ \\endcsname\n// \\DeclareRobustCommand\\newline{\\@normalcr\\relax}\n\ndefineMacro(\"\\\\newline\", \"\\\\\\\\\\\\relax\"); // \\def\\TeX{T\\kern-.1667em\\lower.5ex\\hbox{E}\\kern-.125emX\\@}\n// TODO: Doesn't normally work in math mode because \\@ fails. KaTeX doesn't\n// support \\@ yet, so that's omitted, and we add \\text so that the result\n// doesn't look funny in math mode.\n\ndefineMacro(\"\\\\TeX\", \"\\\\textrm{\\\\html@mathml{\" + \"T\\\\kern-.1667em\\\\raisebox{-.5ex}{E}\\\\kern-.125emX\" + \"}{TeX}}\"); // \\DeclareRobustCommand{\\LaTeX}{L\\kern-.36em%\n// {\\sbox\\z@ T%\n// \\vbox to\\ht\\z@{\\hbox{\\check@mathfonts\n// \\fontsize\\sf@size\\z@\n// \\math@fontsfalse\\selectfont\n// A}%\n// \\vss}%\n// }%\n// \\kern-.15em%\n// \\TeX}\n// This code aligns the top of the A with the T (from the perspective of TeX's\n// boxes, though visually the A appears to extend above slightly).\n// We compute the corresponding \\raisebox when A is rendered in \\normalsize\n// \\scriptstyle, which has a scale factor of 0.7 (see Options.js).\n\nvar latexRaiseA = makeEm(fontMetricsData['Main-Regular'][\"T\".charCodeAt(0)][1] - 0.7 * fontMetricsData['Main-Regular'][\"A\".charCodeAt(0)][1]);\ndefineMacro(\"\\\\LaTeX\", \"\\\\textrm{\\\\html@mathml{\" + (\"L\\\\kern-.36em\\\\raisebox{\" + latexRaiseA + \"}{\\\\scriptstyle A}\") + \"\\\\kern-.15em\\\\TeX}{LaTeX}}\"); // New KaTeX logo based on tweaking LaTeX logo\n\ndefineMacro(\"\\\\KaTeX\", \"\\\\textrm{\\\\html@mathml{\" + (\"K\\\\kern-.17em\\\\raisebox{\" + latexRaiseA + \"}{\\\\scriptstyle A}\") + \"\\\\kern-.15em\\\\TeX}{KaTeX}}\"); // \\DeclareRobustCommand\\hspace{\\@ifstar\\@hspacer\\@hspace}\n// \\def\\@hspace#1{\\hskip #1\\relax}\n// \\def\\@hspacer#1{\\vrule \\@width\\z@\\nobreak\n// \\hskip #1\\hskip \\z@skip}\n\ndefineMacro(\"\\\\hspace\", \"\\\\@ifstar\\\\@hspacer\\\\@hspace\");\ndefineMacro(\"\\\\@hspace\", \"\\\\hskip #1\\\\relax\");\ndefineMacro(\"\\\\@hspacer\", \"\\\\rule{0pt}{0pt}\\\\hskip #1\\\\relax\"); //////////////////////////////////////////////////////////////////////\n// mathtools.sty\n//\\providecommand\\ordinarycolon{:}\n\ndefineMacro(\"\\\\ordinarycolon\", \":\"); //\\def\\vcentcolon{\\mathrel{\\mathop\\ordinarycolon}}\n//TODO(edemaine): Not yet centered. Fix via \\raisebox or #726\n\ndefineMacro(\"\\\\vcentcolon\", \"\\\\mathrel{\\\\mathop\\\\ordinarycolon}\"); // \\providecommand*\\dblcolon{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}\n\ndefineMacro(\"\\\\dblcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-.9mu}\\\\vcentcolon}}\" + \"{\\\\mathop{\\\\char\\\"2237}}\"); // \\providecommand*\\coloneqq{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}\n\ndefineMacro(\"\\\\coloneqq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}=}}\" + \"{\\\\mathop{\\\\char\\\"2254}}\"); // ≔\n// \\providecommand*\\Coloneqq{\\dblcolon\\mathrel{\\mkern-1.2mu}=}\n\ndefineMacro(\"\\\\Coloneqq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}=}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"3d}}\"); // \\providecommand*\\coloneq{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}\n\ndefineMacro(\"\\\\coloneq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\mathrel{-}}}\" + \"{\\\\mathop{\\\\char\\\"3a\\\\char\\\"2212}}\"); // \\providecommand*\\Coloneq{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}\n\ndefineMacro(\"\\\\Coloneq\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\mathrel{-}}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"2212}}\"); // \\providecommand*\\eqqcolon{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}\n\ndefineMacro(\"\\\\eqqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{=\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}}\" + \"{\\\\mathop{\\\\char\\\"2255}}\"); // ≕\n// \\providecommand*\\Eqqcolon{=\\mathrel{\\mkern-1.2mu}\\dblcolon}\n\ndefineMacro(\"\\\\Eqqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{=\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}}\" + \"{\\\\mathop{\\\\char\\\"3d\\\\char\\\"2237}}\"); // \\providecommand*\\eqcolon{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}\n\ndefineMacro(\"\\\\eqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\mathrel{-}\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}}\" + \"{\\\\mathop{\\\\char\\\"2239}}\"); // \\providecommand*\\Eqcolon{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}\n\ndefineMacro(\"\\\\Eqcolon\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\mathrel{-}\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}}\" + \"{\\\\mathop{\\\\char\\\"2212\\\\char\\\"2237}}\"); // \\providecommand*\\colonapprox{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}\n\ndefineMacro(\"\\\\colonapprox\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\approx}}\" + \"{\\\\mathop{\\\\char\\\"3a\\\\char\\\"2248}}\"); // \\providecommand*\\Colonapprox{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}\n\ndefineMacro(\"\\\\Colonapprox\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\approx}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"2248}}\"); // \\providecommand*\\colonsim{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}\n\ndefineMacro(\"\\\\colonsim\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\sim}}\" + \"{\\\\mathop{\\\\char\\\"3a\\\\char\\\"223c}}\"); // \\providecommand*\\Colonsim{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}\n\ndefineMacro(\"\\\\Colonsim\", \"\\\\html@mathml{\" + \"\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\sim}}\" + \"{\\\\mathop{\\\\char\\\"2237\\\\char\\\"223c}}\"); // Some Unicode characters are implemented with macros to mathtools functions.\n\ndefineMacro(\"\\u2237\", \"\\\\dblcolon\"); // ::\n\ndefineMacro(\"\\u2239\", \"\\\\eqcolon\"); // -:\n\ndefineMacro(\"\\u2254\", \"\\\\coloneqq\"); // :=\n\ndefineMacro(\"\\u2255\", \"\\\\eqqcolon\"); // =:\n\ndefineMacro(\"\\u2A74\", \"\\\\Coloneqq\"); // ::=\n//////////////////////////////////////////////////////////////////////\n// colonequals.sty\n// Alternate names for mathtools's macros:\n\ndefineMacro(\"\\\\ratio\", \"\\\\vcentcolon\");\ndefineMacro(\"\\\\coloncolon\", \"\\\\dblcolon\");\ndefineMacro(\"\\\\colonequals\", \"\\\\coloneqq\");\ndefineMacro(\"\\\\coloncolonequals\", \"\\\\Coloneqq\");\ndefineMacro(\"\\\\equalscolon\", \"\\\\eqqcolon\");\ndefineMacro(\"\\\\equalscoloncolon\", \"\\\\Eqqcolon\");\ndefineMacro(\"\\\\colonminus\", \"\\\\coloneq\");\ndefineMacro(\"\\\\coloncolonminus\", \"\\\\Coloneq\");\ndefineMacro(\"\\\\minuscolon\", \"\\\\eqcolon\");\ndefineMacro(\"\\\\minuscoloncolon\", \"\\\\Eqcolon\"); // \\colonapprox name is same in mathtools and colonequals.\n\ndefineMacro(\"\\\\coloncolonapprox\", \"\\\\Colonapprox\"); // \\colonsim name is same in mathtools and colonequals.\n\ndefineMacro(\"\\\\coloncolonsim\", \"\\\\Colonsim\"); // Additional macros, implemented by analogy with mathtools definitions:\n\ndefineMacro(\"\\\\simcolon\", \"\\\\mathrel{\\\\sim\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}\");\ndefineMacro(\"\\\\simcoloncolon\", \"\\\\mathrel{\\\\sim\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}\");\ndefineMacro(\"\\\\approxcolon\", \"\\\\mathrel{\\\\approx\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}\");\ndefineMacro(\"\\\\approxcoloncolon\", \"\\\\mathrel{\\\\approx\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}\"); // Present in newtxmath, pxfonts and txfonts\n\ndefineMacro(\"\\\\notni\", \"\\\\html@mathml{\\\\not\\\\ni}{\\\\mathrel{\\\\char`\\u220C}}\");\ndefineMacro(\"\\\\limsup\", \"\\\\DOTSB\\\\operatorname*{lim\\\\,sup}\");\ndefineMacro(\"\\\\liminf\", \"\\\\DOTSB\\\\operatorname*{lim\\\\,inf}\"); //////////////////////////////////////////////////////////////////////\n// From amsopn.sty\n\ndefineMacro(\"\\\\injlim\", \"\\\\DOTSB\\\\operatorname*{inj\\\\,lim}\");\ndefineMacro(\"\\\\projlim\", \"\\\\DOTSB\\\\operatorname*{proj\\\\,lim}\");\ndefineMacro(\"\\\\varlimsup\", \"\\\\DOTSB\\\\operatorname*{\\\\overline{lim}}\");\ndefineMacro(\"\\\\varliminf\", \"\\\\DOTSB\\\\operatorname*{\\\\underline{lim}}\");\ndefineMacro(\"\\\\varinjlim\", \"\\\\DOTSB\\\\operatorname*{\\\\underrightarrow{lim}}\");\ndefineMacro(\"\\\\varprojlim\", \"\\\\DOTSB\\\\operatorname*{\\\\underleftarrow{lim}}\"); //////////////////////////////////////////////////////////////////////\n// MathML alternates for KaTeX glyphs in the Unicode private area\n\ndefineMacro(\"\\\\gvertneqq\", \"\\\\html@mathml{\\\\@gvertneqq}{\\u2269}\");\ndefineMacro(\"\\\\lvertneqq\", \"\\\\html@mathml{\\\\@lvertneqq}{\\u2268}\");\ndefineMacro(\"\\\\ngeqq\", \"\\\\html@mathml{\\\\@ngeqq}{\\u2271}\");\ndefineMacro(\"\\\\ngeqslant\", \"\\\\html@mathml{\\\\@ngeqslant}{\\u2271}\");\ndefineMacro(\"\\\\nleqq\", \"\\\\html@mathml{\\\\@nleqq}{\\u2270}\");\ndefineMacro(\"\\\\nleqslant\", \"\\\\html@mathml{\\\\@nleqslant}{\\u2270}\");\ndefineMacro(\"\\\\nshortmid\", \"\\\\html@mathml{\\\\@nshortmid}{∤}\");\ndefineMacro(\"\\\\nshortparallel\", \"\\\\html@mathml{\\\\@nshortparallel}{∦}\");\ndefineMacro(\"\\\\nsubseteqq\", \"\\\\html@mathml{\\\\@nsubseteqq}{\\u2288}\");\ndefineMacro(\"\\\\nsupseteqq\", \"\\\\html@mathml{\\\\@nsupseteqq}{\\u2289}\");\ndefineMacro(\"\\\\varsubsetneq\", \"\\\\html@mathml{\\\\@varsubsetneq}{⊊}\");\ndefineMacro(\"\\\\varsubsetneqq\", \"\\\\html@mathml{\\\\@varsubsetneqq}{⫋}\");\ndefineMacro(\"\\\\varsupsetneq\", \"\\\\html@mathml{\\\\@varsupsetneq}{⊋}\");\ndefineMacro(\"\\\\varsupsetneqq\", \"\\\\html@mathml{\\\\@varsupsetneqq}{⫌}\");\ndefineMacro(\"\\\\imath\", \"\\\\html@mathml{\\\\@imath}{\\u0131}\");\ndefineMacro(\"\\\\jmath\", \"\\\\html@mathml{\\\\@jmath}{\\u0237}\"); //////////////////////////////////////////////////////////////////////\n// stmaryrd and semantic\n// The stmaryrd and semantic packages render the next four items by calling a\n// glyph. Those glyphs do not exist in the KaTeX fonts. Hence the macros.\n\ndefineMacro(\"\\\\llbracket\", \"\\\\html@mathml{\" + \"\\\\mathopen{[\\\\mkern-3.2mu[}}\" + \"{\\\\mathopen{\\\\char`\\u27e6}}\");\ndefineMacro(\"\\\\rrbracket\", \"\\\\html@mathml{\" + \"\\\\mathclose{]\\\\mkern-3.2mu]}}\" + \"{\\\\mathclose{\\\\char`\\u27e7}}\");\ndefineMacro(\"\\u27e6\", \"\\\\llbracket\"); // blackboard bold [\n\ndefineMacro(\"\\u27e7\", \"\\\\rrbracket\"); // blackboard bold ]\n\ndefineMacro(\"\\\\lBrace\", \"\\\\html@mathml{\" + \"\\\\mathopen{\\\\{\\\\mkern-3.2mu[}}\" + \"{\\\\mathopen{\\\\char`\\u2983}}\");\ndefineMacro(\"\\\\rBrace\", \"\\\\html@mathml{\" + \"\\\\mathclose{]\\\\mkern-3.2mu\\\\}}}\" + \"{\\\\mathclose{\\\\char`\\u2984}}\");\ndefineMacro(\"\\u2983\", \"\\\\lBrace\"); // blackboard bold {\n\ndefineMacro(\"\\u2984\", \"\\\\rBrace\"); // blackboard bold }\n// TODO: Create variable sized versions of the last two items. I believe that\n// will require new font glyphs.\n// The stmaryrd function `\\minuso` provides a \"Plimsoll\" symbol that\n// superimposes the characters \\circ and \\mathminus. Used in chemistry.\n\ndefineMacro(\"\\\\minuso\", \"\\\\mathbin{\\\\html@mathml{\" + \"{\\\\mathrlap{\\\\mathchoice{\\\\kern{0.145em}}{\\\\kern{0.145em}}\" + \"{\\\\kern{0.1015em}}{\\\\kern{0.0725em}}\\\\circ}{-}}}\" + \"{\\\\char`⦵}}\");\ndefineMacro(\"⦵\", \"\\\\minuso\"); //////////////////////////////////////////////////////////////////////\n// texvc.sty\n// The texvc package contains macros available in mediawiki pages.\n// We omit the functions deprecated at\n// https://en.wikipedia.org/wiki/Help:Displaying_a_formula#Deprecated_syntax\n// We also omit texvc's \\O, which conflicts with \\text{\\O}\n\ndefineMacro(\"\\\\darr\", \"\\\\downarrow\");\ndefineMacro(\"\\\\dArr\", \"\\\\Downarrow\");\ndefineMacro(\"\\\\Darr\", \"\\\\Downarrow\");\ndefineMacro(\"\\\\lang\", \"\\\\langle\");\ndefineMacro(\"\\\\rang\", \"\\\\rangle\");\ndefineMacro(\"\\\\uarr\", \"\\\\uparrow\");\ndefineMacro(\"\\\\uArr\", \"\\\\Uparrow\");\ndefineMacro(\"\\\\Uarr\", \"\\\\Uparrow\");\ndefineMacro(\"\\\\N\", \"\\\\mathbb{N}\");\ndefineMacro(\"\\\\R\", \"\\\\mathbb{R}\");\ndefineMacro(\"\\\\Z\", \"\\\\mathbb{Z}\");\ndefineMacro(\"\\\\alef\", \"\\\\aleph\");\ndefineMacro(\"\\\\alefsym\", \"\\\\aleph\");\ndefineMacro(\"\\\\Alpha\", \"\\\\mathrm{A}\");\ndefineMacro(\"\\\\Beta\", \"\\\\mathrm{B}\");\ndefineMacro(\"\\\\bull\", \"\\\\bullet\");\ndefineMacro(\"\\\\Chi\", \"\\\\mathrm{X}\");\ndefineMacro(\"\\\\clubs\", \"\\\\clubsuit\");\ndefineMacro(\"\\\\cnums\", \"\\\\mathbb{C}\");\ndefineMacro(\"\\\\Complex\", \"\\\\mathbb{C}\");\ndefineMacro(\"\\\\Dagger\", \"\\\\ddagger\");\ndefineMacro(\"\\\\diamonds\", \"\\\\diamondsuit\");\ndefineMacro(\"\\\\empty\", \"\\\\emptyset\");\ndefineMacro(\"\\\\Epsilon\", \"\\\\mathrm{E}\");\ndefineMacro(\"\\\\Eta\", \"\\\\mathrm{H}\");\ndefineMacro(\"\\\\exist\", \"\\\\exists\");\ndefineMacro(\"\\\\harr\", \"\\\\leftrightarrow\");\ndefineMacro(\"\\\\hArr\", \"\\\\Leftrightarrow\");\ndefineMacro(\"\\\\Harr\", \"\\\\Leftrightarrow\");\ndefineMacro(\"\\\\hearts\", \"\\\\heartsuit\");\ndefineMacro(\"\\\\image\", \"\\\\Im\");\ndefineMacro(\"\\\\infin\", \"\\\\infty\");\ndefineMacro(\"\\\\Iota\", \"\\\\mathrm{I}\");\ndefineMacro(\"\\\\isin\", \"\\\\in\");\ndefineMacro(\"\\\\Kappa\", \"\\\\mathrm{K}\");\ndefineMacro(\"\\\\larr\", \"\\\\leftarrow\");\ndefineMacro(\"\\\\lArr\", \"\\\\Leftarrow\");\ndefineMacro(\"\\\\Larr\", \"\\\\Leftarrow\");\ndefineMacro(\"\\\\lrarr\", \"\\\\leftrightarrow\");\ndefineMacro(\"\\\\lrArr\", \"\\\\Leftrightarrow\");\ndefineMacro(\"\\\\Lrarr\", \"\\\\Leftrightarrow\");\ndefineMacro(\"\\\\Mu\", \"\\\\mathrm{M}\");\ndefineMacro(\"\\\\natnums\", \"\\\\mathbb{N}\");\ndefineMacro(\"\\\\Nu\", \"\\\\mathrm{N}\");\ndefineMacro(\"\\\\Omicron\", \"\\\\mathrm{O}\");\ndefineMacro(\"\\\\plusmn\", \"\\\\pm\");\ndefineMacro(\"\\\\rarr\", \"\\\\rightarrow\");\ndefineMacro(\"\\\\rArr\", \"\\\\Rightarrow\");\ndefineMacro(\"\\\\Rarr\", \"\\\\Rightarrow\");\ndefineMacro(\"\\\\real\", \"\\\\Re\");\ndefineMacro(\"\\\\reals\", \"\\\\mathbb{R}\");\ndefineMacro(\"\\\\Reals\", \"\\\\mathbb{R}\");\ndefineMacro(\"\\\\Rho\", \"\\\\mathrm{P}\");\ndefineMacro(\"\\\\sdot\", \"\\\\cdot\");\ndefineMacro(\"\\\\sect\", \"\\\\S\");\ndefineMacro(\"\\\\spades\", \"\\\\spadesuit\");\ndefineMacro(\"\\\\sub\", \"\\\\subset\");\ndefineMacro(\"\\\\sube\", \"\\\\subseteq\");\ndefineMacro(\"\\\\supe\", \"\\\\supseteq\");\ndefineMacro(\"\\\\Tau\", \"\\\\mathrm{T}\");\ndefineMacro(\"\\\\thetasym\", \"\\\\vartheta\"); // TODO: defineMacro(\"\\\\varcoppa\", \"\\\\\\mbox{\\\\coppa}\");\n\ndefineMacro(\"\\\\weierp\", \"\\\\wp\");\ndefineMacro(\"\\\\Zeta\", \"\\\\mathrm{Z}\"); //////////////////////////////////////////////////////////////////////\n// statmath.sty\n// https://ctan.math.illinois.edu/macros/latex/contrib/statmath/statmath.pdf\n\ndefineMacro(\"\\\\argmin\", \"\\\\DOTSB\\\\operatorname*{arg\\\\,min}\");\ndefineMacro(\"\\\\argmax\", \"\\\\DOTSB\\\\operatorname*{arg\\\\,max}\");\ndefineMacro(\"\\\\plim\", \"\\\\DOTSB\\\\mathop{\\\\operatorname{plim}}\\\\limits\"); //////////////////////////////////////////////////////////////////////\n// braket.sty\n// http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/braket/braket.pdf\n\ndefineMacro(\"\\\\bra\", \"\\\\mathinner{\\\\langle{#1}|}\");\ndefineMacro(\"\\\\ket\", \"\\\\mathinner{|{#1}\\\\rangle}\");\ndefineMacro(\"\\\\braket\", \"\\\\mathinner{\\\\langle{#1}\\\\rangle}\");\ndefineMacro(\"\\\\Bra\", \"\\\\left\\\\langle#1\\\\right|\");\ndefineMacro(\"\\\\Ket\", \"\\\\left|#1\\\\right\\\\rangle\");\n\nvar braketHelper = one => context => {\n var left = context.consumeArg().tokens;\n var middle = context.consumeArg().tokens;\n var middleDouble = context.consumeArg().tokens;\n var right = context.consumeArg().tokens;\n var oldMiddle = context.macros.get(\"|\");\n var oldMiddleDouble = context.macros.get(\"\\\\|\");\n context.macros.beginGroup();\n\n var midMacro = double => context => {\n if (one) {\n // Only modify the first instance of | or \\|\n context.macros.set(\"|\", oldMiddle);\n\n if (middleDouble.length) {\n context.macros.set(\"\\\\|\", oldMiddleDouble);\n }\n }\n\n var doubled = double;\n\n if (!double && middleDouble.length) {\n // Mimic \\@ifnextchar\n var nextToken = context.future();\n\n if (nextToken.text === \"|\") {\n context.popToken();\n doubled = true;\n }\n }\n\n return {\n tokens: doubled ? middleDouble : middle,\n numArgs: 0\n };\n };\n\n context.macros.set(\"|\", midMacro(false));\n\n if (middleDouble.length) {\n context.macros.set(\"\\\\|\", midMacro(true));\n }\n\n var arg = context.consumeArg().tokens;\n var expanded = context.expandTokens([...right, ...arg, ...left // reversed\n ]);\n context.macros.endGroup();\n return {\n tokens: expanded.reverse(),\n numArgs: 0\n };\n};\n\ndefineMacro(\"\\\\bra@ket\", braketHelper(false));\ndefineMacro(\"\\\\bra@set\", braketHelper(true));\ndefineMacro(\"\\\\Braket\", \"\\\\bra@ket{\\\\left\\\\langle}\" + \"{\\\\,\\\\middle\\\\vert\\\\,}{\\\\,\\\\middle\\\\vert\\\\,}{\\\\right\\\\rangle}\");\ndefineMacro(\"\\\\Set\", \"\\\\bra@set{\\\\left\\\\{\\\\:}\" + \"{\\\\;\\\\middle\\\\vert\\\\;}{\\\\;\\\\middle\\\\Vert\\\\;}{\\\\:\\\\right\\\\}}\");\ndefineMacro(\"\\\\set\", \"\\\\bra@set{\\\\{\\\\,}{\\\\mid}{}{\\\\,\\\\}}\"); // has no support for special || or \\|\n//////////////////////////////////////////////////////////////////////\n// actuarialangle.dtx\n\ndefineMacro(\"\\\\angln\", \"{\\\\angl n}\"); // Custom Khan Academy colors, should be moved to an optional package\n\ndefineMacro(\"\\\\blue\", \"\\\\textcolor{##6495ed}{#1}\");\ndefineMacro(\"\\\\orange\", \"\\\\textcolor{##ffa500}{#1}\");\ndefineMacro(\"\\\\pink\", \"\\\\textcolor{##ff00af}{#1}\");\ndefineMacro(\"\\\\red\", \"\\\\textcolor{##df0030}{#1}\");\ndefineMacro(\"\\\\green\", \"\\\\textcolor{##28ae7b}{#1}\");\ndefineMacro(\"\\\\gray\", \"\\\\textcolor{gray}{#1}\");\ndefineMacro(\"\\\\purple\", \"\\\\textcolor{##9d38bd}{#1}\");\ndefineMacro(\"\\\\blueA\", \"\\\\textcolor{##ccfaff}{#1}\");\ndefineMacro(\"\\\\blueB\", \"\\\\textcolor{##80f6ff}{#1}\");\ndefineMacro(\"\\\\blueC\", \"\\\\textcolor{##63d9ea}{#1}\");\ndefineMacro(\"\\\\blueD\", \"\\\\textcolor{##11accd}{#1}\");\ndefineMacro(\"\\\\blueE\", \"\\\\textcolor{##0c7f99}{#1}\");\ndefineMacro(\"\\\\tealA\", \"\\\\textcolor{##94fff5}{#1}\");\ndefineMacro(\"\\\\tealB\", \"\\\\textcolor{##26edd5}{#1}\");\ndefineMacro(\"\\\\tealC\", \"\\\\textcolor{##01d1c1}{#1}\");\ndefineMacro(\"\\\\tealD\", \"\\\\textcolor{##01a995}{#1}\");\ndefineMacro(\"\\\\tealE\", \"\\\\textcolor{##208170}{#1}\");\ndefineMacro(\"\\\\greenA\", \"\\\\textcolor{##b6ffb0}{#1}\");\ndefineMacro(\"\\\\greenB\", \"\\\\textcolor{##8af281}{#1}\");\ndefineMacro(\"\\\\greenC\", \"\\\\textcolor{##74cf70}{#1}\");\ndefineMacro(\"\\\\greenD\", \"\\\\textcolor{##1fab54}{#1}\");\ndefineMacro(\"\\\\greenE\", \"\\\\textcolor{##0d923f}{#1}\");\ndefineMacro(\"\\\\goldA\", \"\\\\textcolor{##ffd0a9}{#1}\");\ndefineMacro(\"\\\\goldB\", \"\\\\textcolor{##ffbb71}{#1}\");\ndefineMacro(\"\\\\goldC\", \"\\\\textcolor{##ff9c39}{#1}\");\ndefineMacro(\"\\\\goldD\", \"\\\\textcolor{##e07d10}{#1}\");\ndefineMacro(\"\\\\goldE\", \"\\\\textcolor{##a75a05}{#1}\");\ndefineMacro(\"\\\\redA\", \"\\\\textcolor{##fca9a9}{#1}\");\ndefineMacro(\"\\\\redB\", \"\\\\textcolor{##ff8482}{#1}\");\ndefineMacro(\"\\\\redC\", \"\\\\textcolor{##f9685d}{#1}\");\ndefineMacro(\"\\\\redD\", \"\\\\textcolor{##e84d39}{#1}\");\ndefineMacro(\"\\\\redE\", \"\\\\textcolor{##bc2612}{#1}\");\ndefineMacro(\"\\\\maroonA\", \"\\\\textcolor{##ffbde0}{#1}\");\ndefineMacro(\"\\\\maroonB\", \"\\\\textcolor{##ff92c6}{#1}\");\ndefineMacro(\"\\\\maroonC\", \"\\\\textcolor{##ed5fa6}{#1}\");\ndefineMacro(\"\\\\maroonD\", \"\\\\textcolor{##ca337c}{#1}\");\ndefineMacro(\"\\\\maroonE\", \"\\\\textcolor{##9e034e}{#1}\");\ndefineMacro(\"\\\\purpleA\", \"\\\\textcolor{##ddd7ff}{#1}\");\ndefineMacro(\"\\\\purpleB\", \"\\\\textcolor{##c6b9fc}{#1}\");\ndefineMacro(\"\\\\purpleC\", \"\\\\textcolor{##aa87ff}{#1}\");\ndefineMacro(\"\\\\purpleD\", \"\\\\textcolor{##7854ab}{#1}\");\ndefineMacro(\"\\\\purpleE\", \"\\\\textcolor{##543b78}{#1}\");\ndefineMacro(\"\\\\mintA\", \"\\\\textcolor{##f5f9e8}{#1}\");\ndefineMacro(\"\\\\mintB\", \"\\\\textcolor{##edf2df}{#1}\");\ndefineMacro(\"\\\\mintC\", \"\\\\textcolor{##e0e5cc}{#1}\");\ndefineMacro(\"\\\\grayA\", \"\\\\textcolor{##f6f7f7}{#1}\");\ndefineMacro(\"\\\\grayB\", \"\\\\textcolor{##f0f1f2}{#1}\");\ndefineMacro(\"\\\\grayC\", \"\\\\textcolor{##e3e5e6}{#1}\");\ndefineMacro(\"\\\\grayD\", \"\\\\textcolor{##d6d8da}{#1}\");\ndefineMacro(\"\\\\grayE\", \"\\\\textcolor{##babec2}{#1}\");\ndefineMacro(\"\\\\grayF\", \"\\\\textcolor{##888d93}{#1}\");\ndefineMacro(\"\\\\grayG\", \"\\\\textcolor{##626569}{#1}\");\ndefineMacro(\"\\\\grayH\", \"\\\\textcolor{##3b3e40}{#1}\");\ndefineMacro(\"\\\\grayI\", \"\\\\textcolor{##21242c}{#1}\");\ndefineMacro(\"\\\\kaBlue\", \"\\\\textcolor{##314453}{#1}\");\ndefineMacro(\"\\\\kaGreen\", \"\\\\textcolor{##71B307}{#1}\");\n\n/**\n * This file contains the “gullet” where macros are expanded\n * until only non-macro tokens remain.\n */\n// List of commands that act like macros but aren't defined as a macro,\n// function, or symbol. Used in `isDefined`.\nvar implicitCommands = {\n \"^\": true,\n // Parser.js\n \"_\": true,\n // Parser.js\n \"\\\\limits\": true,\n // Parser.js\n \"\\\\nolimits\": true // Parser.js\n\n};\nclass MacroExpander {\n constructor(input, settings, mode) {\n this.settings = void 0;\n this.expansionCount = void 0;\n this.lexer = void 0;\n this.macros = void 0;\n this.stack = void 0;\n this.mode = void 0;\n this.settings = settings;\n this.expansionCount = 0;\n this.feed(input); // Make new global namespace\n\n this.macros = new Namespace(macros, settings.macros);\n this.mode = mode;\n this.stack = []; // contains tokens in REVERSE order\n }\n /**\n * Feed a new input string to the same MacroExpander\n * (with existing macros etc.).\n */\n\n\n feed(input) {\n this.lexer = new Lexer(input, this.settings);\n }\n /**\n * Switches between \"text\" and \"math\" modes.\n */\n\n\n switchMode(newMode) {\n this.mode = newMode;\n }\n /**\n * Start a new group nesting within all namespaces.\n */\n\n\n beginGroup() {\n this.macros.beginGroup();\n }\n /**\n * End current group nesting within all namespaces.\n */\n\n\n endGroup() {\n this.macros.endGroup();\n }\n /**\n * Ends all currently nested groups (if any), restoring values before the\n * groups began. Useful in case of an error in the middle of parsing.\n */\n\n\n endGroups() {\n this.macros.endGroups();\n }\n /**\n * Returns the topmost token on the stack, without expanding it.\n * Similar in behavior to TeX's `\\futurelet`.\n */\n\n\n future() {\n if (this.stack.length === 0) {\n this.pushToken(this.lexer.lex());\n }\n\n return this.stack[this.stack.length - 1];\n }\n /**\n * Remove and return the next unexpanded token.\n */\n\n\n popToken() {\n this.future(); // ensure non-empty stack\n\n return this.stack.pop();\n }\n /**\n * Add a given token to the token stack. In particular, this get be used\n * to put back a token returned from one of the other methods.\n */\n\n\n pushToken(token) {\n this.stack.push(token);\n }\n /**\n * Append an array of tokens to the token stack.\n */\n\n\n pushTokens(tokens) {\n this.stack.push(...tokens);\n }\n /**\n * Find an macro argument without expanding tokens and append the array of\n * tokens to the token stack. Uses Token as a container for the result.\n */\n\n\n scanArgument(isOptional) {\n var start;\n var end;\n var tokens;\n\n if (isOptional) {\n this.consumeSpaces(); // \\@ifnextchar gobbles any space following it\n\n if (this.future().text !== \"[\") {\n return null;\n }\n\n start = this.popToken(); // don't include [ in tokens\n\n ({\n tokens,\n end\n } = this.consumeArg([\"]\"]));\n } else {\n ({\n tokens,\n start,\n end\n } = this.consumeArg());\n } // indicate the end of an argument\n\n\n this.pushToken(new Token(\"EOF\", end.loc));\n this.pushTokens(tokens);\n return start.range(end, \"\");\n }\n /**\n * Consume all following space tokens, without expansion.\n */\n\n\n consumeSpaces() {\n for (;;) {\n var token = this.future();\n\n if (token.text === \" \") {\n this.stack.pop();\n } else {\n break;\n }\n }\n }\n /**\n * Consume an argument from the token stream, and return the resulting array\n * of tokens and start/end token.\n */\n\n\n consumeArg(delims) {\n // The argument for a delimited parameter is the shortest (possibly\n // empty) sequence of tokens with properly nested {...} groups that is\n // followed ... by this particular list of non-parameter tokens.\n // The argument for an undelimited parameter is the next nonblank\n // token, unless that token is ‘{’, when the argument will be the\n // entire {...} group that follows.\n var tokens = [];\n var isDelimited = delims && delims.length > 0;\n\n if (!isDelimited) {\n // Ignore spaces between arguments. As the TeXbook says:\n // \"After you have said ‘\\def\\row#1#2{...}’, you are allowed to\n // put spaces between the arguments (e.g., ‘\\row x n’), because\n // TeX doesn’t use single spaces as undelimited arguments.\"\n this.consumeSpaces();\n }\n\n var start = this.future();\n var tok;\n var depth = 0;\n var match = 0;\n\n do {\n tok = this.popToken();\n tokens.push(tok);\n\n if (tok.text === \"{\") {\n ++depth;\n } else if (tok.text === \"}\") {\n --depth;\n\n if (depth === -1) {\n throw new ParseError(\"Extra }\", tok);\n }\n } else if (tok.text === \"EOF\") {\n throw new ParseError(\"Unexpected end of input in a macro argument\" + \", expected '\" + (delims && isDelimited ? delims[match] : \"}\") + \"'\", tok);\n }\n\n if (delims && isDelimited) {\n if ((depth === 0 || depth === 1 && delims[match] === \"{\") && tok.text === delims[match]) {\n ++match;\n\n if (match === delims.length) {\n // don't include delims in tokens\n tokens.splice(-match, match);\n break;\n }\n } else {\n match = 0;\n }\n }\n } while (depth !== 0 || isDelimited); // If the argument found ... has the form ‘{}’,\n // ... the outermost braces enclosing the argument are removed\n\n\n if (start.text === \"{\" && tokens[tokens.length - 1].text === \"}\") {\n tokens.pop();\n tokens.shift();\n }\n\n tokens.reverse(); // to fit in with stack order\n\n return {\n tokens,\n start,\n end: tok\n };\n }\n /**\n * Consume the specified number of (delimited) arguments from the token\n * stream and return the resulting array of arguments.\n */\n\n\n consumeArgs(numArgs, delimiters) {\n if (delimiters) {\n if (delimiters.length !== numArgs + 1) {\n throw new ParseError(\"The length of delimiters doesn't match the number of args!\");\n }\n\n var delims = delimiters[0];\n\n for (var i = 0; i < delims.length; i++) {\n var tok = this.popToken();\n\n if (delims[i] !== tok.text) {\n throw new ParseError(\"Use of the macro doesn't match its definition\", tok);\n }\n }\n }\n\n var args = [];\n\n for (var _i = 0; _i < numArgs; _i++) {\n args.push(this.consumeArg(delimiters && delimiters[_i + 1]).tokens);\n }\n\n return args;\n }\n /**\n * Increment `expansionCount` by the specified amount.\n * Throw an error if it exceeds `maxExpand`.\n */\n\n\n countExpansion(amount) {\n this.expansionCount += amount;\n\n if (this.expansionCount > this.settings.maxExpand) {\n throw new ParseError(\"Too many expansions: infinite loop or \" + \"need to increase maxExpand setting\");\n }\n }\n /**\n * Expand the next token only once if possible.\n *\n * If the token is expanded, the resulting tokens will be pushed onto\n * the stack in reverse order, and the number of such tokens will be\n * returned. This number might be zero or positive.\n *\n * If not, the return value is `false`, and the next token remains at the\n * top of the stack.\n *\n * In either case, the next token will be on the top of the stack,\n * or the stack will be empty (in case of empty expansion\n * and no other tokens).\n *\n * Used to implement `expandAfterFuture` and `expandNextToken`.\n *\n * If expandableOnly, only expandable tokens are expanded and\n * an undefined control sequence results in an error.\n */\n\n\n expandOnce(expandableOnly) {\n var topToken = this.popToken();\n var name = topToken.text;\n var expansion = !topToken.noexpand ? this._getExpansion(name) : null;\n\n if (expansion == null || expandableOnly && expansion.unexpandable) {\n if (expandableOnly && expansion == null && name[0] === \"\\\\\" && !this.isDefined(name)) {\n throw new ParseError(\"Undefined control sequence: \" + name);\n }\n\n this.pushToken(topToken);\n return false;\n }\n\n this.countExpansion(1);\n var tokens = expansion.tokens;\n var args = this.consumeArgs(expansion.numArgs, expansion.delimiters);\n\n if (expansion.numArgs) {\n // paste arguments in place of the placeholders\n tokens = tokens.slice(); // make a shallow copy\n\n for (var i = tokens.length - 1; i >= 0; --i) {\n var tok = tokens[i];\n\n if (tok.text === \"#\") {\n if (i === 0) {\n throw new ParseError(\"Incomplete placeholder at end of macro body\", tok);\n }\n\n tok = tokens[--i]; // next token on stack\n\n if (tok.text === \"#\") {\n // ## → #\n tokens.splice(i + 1, 1); // drop first #\n } else if (/^[1-9]$/.test(tok.text)) {\n // replace the placeholder with the indicated argument\n tokens.splice(i, 2, ...args[+tok.text - 1]);\n } else {\n throw new ParseError(\"Not a valid argument number\", tok);\n }\n }\n }\n } // Concatenate expansion onto top of stack.\n\n\n this.pushTokens(tokens);\n return tokens.length;\n }\n /**\n * Expand the next token only once (if possible), and return the resulting\n * top token on the stack (without removing anything from the stack).\n * Similar in behavior to TeX's `\\expandafter\\futurelet`.\n * Equivalent to expandOnce() followed by future().\n */\n\n\n expandAfterFuture() {\n this.expandOnce();\n return this.future();\n }\n /**\n * Recursively expand first token, then return first non-expandable token.\n */\n\n\n expandNextToken() {\n for (;;) {\n if (this.expandOnce() === false) {\n // fully expanded\n var token = this.stack.pop(); // the token after \\noexpand is interpreted as if its meaning\n // were ‘\\relax’\n\n if (token.treatAsRelax) {\n token.text = \"\\\\relax\";\n }\n\n return token;\n }\n } // Flow unable to figure out that this pathway is impossible.\n // https://github.com/facebook/flow/issues/4808\n\n\n throw new Error(); // eslint-disable-line no-unreachable\n }\n /**\n * Fully expand the given macro name and return the resulting list of\n * tokens, or return `undefined` if no such macro is defined.\n */\n\n\n expandMacro(name) {\n return this.macros.has(name) ? this.expandTokens([new Token(name)]) : undefined;\n }\n /**\n * Fully expand the given token stream and return the resulting list of\n * tokens. Note that the input tokens are in reverse order, but the\n * output tokens are in forward order.\n */\n\n\n expandTokens(tokens) {\n var output = [];\n var oldStackLength = this.stack.length;\n this.pushTokens(tokens);\n\n while (this.stack.length > oldStackLength) {\n // Expand only expandable tokens\n if (this.expandOnce(true) === false) {\n // fully expanded\n var token = this.stack.pop();\n\n if (token.treatAsRelax) {\n // the expansion of \\noexpand is the token itself\n token.noexpand = false;\n token.treatAsRelax = false;\n }\n\n output.push(token);\n }\n } // Count all of these tokens as additional expansions, to prevent\n // exponential blowup from linearly many \\edef's.\n\n\n this.countExpansion(output.length);\n return output;\n }\n /**\n * Fully expand the given macro name and return the result as a string,\n * or return `undefined` if no such macro is defined.\n */\n\n\n expandMacroAsText(name) {\n var tokens = this.expandMacro(name);\n\n if (tokens) {\n return tokens.map(token => token.text).join(\"\");\n } else {\n return tokens;\n }\n }\n /**\n * Returns the expanded macro as a reversed array of tokens and a macro\n * argument count. Or returns `null` if no such macro.\n */\n\n\n _getExpansion(name) {\n var definition = this.macros.get(name);\n\n if (definition == null) {\n // mainly checking for undefined here\n return definition;\n } // If a single character has an associated catcode other than 13\n // (active character), then don't expand it.\n\n\n if (name.length === 1) {\n var catcode = this.lexer.catcodes[name];\n\n if (catcode != null && catcode !== 13) {\n return;\n }\n }\n\n var expansion = typeof definition === \"function\" ? definition(this) : definition;\n\n if (typeof expansion === \"string\") {\n var numArgs = 0;\n\n if (expansion.indexOf(\"#\") !== -1) {\n var stripped = expansion.replace(/##/g, \"\");\n\n while (stripped.indexOf(\"#\" + (numArgs + 1)) !== -1) {\n ++numArgs;\n }\n }\n\n var bodyLexer = new Lexer(expansion, this.settings);\n var tokens = [];\n var tok = bodyLexer.lex();\n\n while (tok.text !== \"EOF\") {\n tokens.push(tok);\n tok = bodyLexer.lex();\n }\n\n tokens.reverse(); // to fit in with stack using push and pop\n\n var expanded = {\n tokens,\n numArgs\n };\n return expanded;\n }\n\n return expansion;\n }\n /**\n * Determine whether a command is currently \"defined\" (has some\n * functionality), meaning that it's a macro (in the current group),\n * a function, a symbol, or one of the special commands listed in\n * `implicitCommands`.\n */\n\n\n isDefined(name) {\n return this.macros.has(name) || functions.hasOwnProperty(name) || symbols.math.hasOwnProperty(name) || symbols.text.hasOwnProperty(name) || implicitCommands.hasOwnProperty(name);\n }\n /**\n * Determine whether a command is expandable.\n */\n\n\n isExpandable(name) {\n var macro = this.macros.get(name);\n return macro != null ? typeof macro === \"string\" || typeof macro === \"function\" || !macro.unexpandable : functions.hasOwnProperty(name) && !functions[name].primitive;\n }\n\n}\n\n// Helpers for Parser.js handling of Unicode (sub|super)script characters.\nvar unicodeSubRegEx = /^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/;\nvar uSubsAndSups = Object.freeze({\n '₊': '+',\n '₋': '-',\n '₌': '=',\n '₍': '(',\n '₎': ')',\n '₀': '0',\n '₁': '1',\n '₂': '2',\n '₃': '3',\n '₄': '4',\n '₅': '5',\n '₆': '6',\n '₇': '7',\n '₈': '8',\n '₉': '9',\n '\\u2090': 'a',\n '\\u2091': 'e',\n '\\u2095': 'h',\n '\\u1D62': 'i',\n '\\u2C7C': 'j',\n '\\u2096': 'k',\n '\\u2097': 'l',\n '\\u2098': 'm',\n '\\u2099': 'n',\n '\\u2092': 'o',\n '\\u209A': 'p',\n '\\u1D63': 'r',\n '\\u209B': 's',\n '\\u209C': 't',\n '\\u1D64': 'u',\n '\\u1D65': 'v',\n '\\u2093': 'x',\n '\\u1D66': 'β',\n '\\u1D67': 'γ',\n '\\u1D68': 'ρ',\n '\\u1D69': '\\u03d5',\n '\\u1D6A': 'χ',\n '⁺': '+',\n '⁻': '-',\n '⁼': '=',\n '⁽': '(',\n '⁾': ')',\n '⁰': '0',\n '¹': '1',\n '²': '2',\n '³': '3',\n '⁴': '4',\n '⁵': '5',\n '⁶': '6',\n '⁷': '7',\n '⁸': '8',\n '⁹': '9',\n '\\u1D2C': 'A',\n '\\u1D2E': 'B',\n '\\u1D30': 'D',\n '\\u1D31': 'E',\n '\\u1D33': 'G',\n '\\u1D34': 'H',\n '\\u1D35': 'I',\n '\\u1D36': 'J',\n '\\u1D37': 'K',\n '\\u1D38': 'L',\n '\\u1D39': 'M',\n '\\u1D3A': 'N',\n '\\u1D3C': 'O',\n '\\u1D3E': 'P',\n '\\u1D3F': 'R',\n '\\u1D40': 'T',\n '\\u1D41': 'U',\n '\\u2C7D': 'V',\n '\\u1D42': 'W',\n '\\u1D43': 'a',\n '\\u1D47': 'b',\n '\\u1D9C': 'c',\n '\\u1D48': 'd',\n '\\u1D49': 'e',\n '\\u1DA0': 'f',\n '\\u1D4D': 'g',\n '\\u02B0': 'h',\n '\\u2071': 'i',\n '\\u02B2': 'j',\n '\\u1D4F': 'k',\n '\\u02E1': 'l',\n '\\u1D50': 'm',\n '\\u207F': 'n',\n '\\u1D52': 'o',\n '\\u1D56': 'p',\n '\\u02B3': 'r',\n '\\u02E2': 's',\n '\\u1D57': 't',\n '\\u1D58': 'u',\n '\\u1D5B': 'v',\n '\\u02B7': 'w',\n '\\u02E3': 'x',\n '\\u02B8': 'y',\n '\\u1DBB': 'z',\n '\\u1D5D': 'β',\n '\\u1D5E': 'γ',\n '\\u1D5F': 'δ',\n '\\u1D60': '\\u03d5',\n '\\u1D61': 'χ',\n '\\u1DBF': 'θ'\n});\n\n/* eslint no-constant-condition:0 */\n\nvar unicodeAccents = {\n \"́\": {\n \"text\": \"\\\\'\",\n \"math\": \"\\\\acute\"\n },\n \"̀\": {\n \"text\": \"\\\\`\",\n \"math\": \"\\\\grave\"\n },\n \"̈\": {\n \"text\": \"\\\\\\\"\",\n \"math\": \"\\\\ddot\"\n },\n \"̃\": {\n \"text\": \"\\\\~\",\n \"math\": \"\\\\tilde\"\n },\n \"̄\": {\n \"text\": \"\\\\=\",\n \"math\": \"\\\\bar\"\n },\n \"̆\": {\n \"text\": \"\\\\u\",\n \"math\": \"\\\\breve\"\n },\n \"̌\": {\n \"text\": \"\\\\v\",\n \"math\": \"\\\\check\"\n },\n \"̂\": {\n \"text\": \"\\\\^\",\n \"math\": \"\\\\hat\"\n },\n \"̇\": {\n \"text\": \"\\\\.\",\n \"math\": \"\\\\dot\"\n },\n \"̊\": {\n \"text\": \"\\\\r\",\n \"math\": \"\\\\mathring\"\n },\n \"̋\": {\n \"text\": \"\\\\H\"\n },\n \"̧\": {\n \"text\": \"\\\\c\"\n }\n};\nvar unicodeSymbols = {\n \"á\": \"á\",\n \"à\": \"à\",\n \"ä\": \"ä\",\n \"ǟ\": \"ǟ\",\n \"ã\": \"ã\",\n \"ā\": \"ā\",\n \"ă\": \"ă\",\n \"ắ\": \"ắ\",\n \"ằ\": \"ằ\",\n \"ẵ\": \"ẵ\",\n \"ǎ\": \"ǎ\",\n \"â\": \"â\",\n \"ấ\": \"ấ\",\n \"ầ\": \"ầ\",\n \"ẫ\": \"ẫ\",\n \"ȧ\": \"ȧ\",\n \"ǡ\": \"ǡ\",\n \"å\": \"å\",\n \"ǻ\": \"ǻ\",\n \"ḃ\": \"ḃ\",\n \"ć\": \"ć\",\n \"ḉ\": \"ḉ\",\n \"č\": \"č\",\n \"ĉ\": \"ĉ\",\n \"ċ\": \"ċ\",\n \"ç\": \"ç\",\n \"ď\": \"ď\",\n \"ḋ\": \"ḋ\",\n \"ḑ\": \"ḑ\",\n \"é\": \"é\",\n \"è\": \"è\",\n \"ë\": \"ë\",\n \"ẽ\": \"ẽ\",\n \"ē\": \"ē\",\n \"ḗ\": \"ḗ\",\n \"ḕ\": \"ḕ\",\n \"ĕ\": \"ĕ\",\n \"ḝ\": \"ḝ\",\n \"ě\": \"ě\",\n \"ê\": \"ê\",\n \"ế\": \"ế\",\n \"ề\": \"ề\",\n \"ễ\": \"ễ\",\n \"ė\": \"ė\",\n \"ȩ\": \"ȩ\",\n \"ḟ\": \"ḟ\",\n \"ǵ\": \"ǵ\",\n \"ḡ\": \"ḡ\",\n \"ğ\": \"ğ\",\n \"ǧ\": \"ǧ\",\n \"ĝ\": \"ĝ\",\n \"ġ\": \"ġ\",\n \"ģ\": \"ģ\",\n \"ḧ\": \"ḧ\",\n \"ȟ\": \"ȟ\",\n \"ĥ\": \"ĥ\",\n \"ḣ\": \"ḣ\",\n \"ḩ\": \"ḩ\",\n \"í\": \"í\",\n \"ì\": \"ì\",\n \"ï\": \"ï\",\n \"ḯ\": \"ḯ\",\n \"ĩ\": \"ĩ\",\n \"ī\": \"ī\",\n \"ĭ\": \"ĭ\",\n \"ǐ\": \"ǐ\",\n \"î\": \"î\",\n \"ǰ\": \"ǰ\",\n \"ĵ\": \"ĵ\",\n \"ḱ\": \"ḱ\",\n \"ǩ\": \"ǩ\",\n \"ķ\": \"ķ\",\n \"ĺ\": \"ĺ\",\n \"ľ\": \"ľ\",\n \"ļ\": \"ļ\",\n \"ḿ\": \"ḿ\",\n \"ṁ\": \"ṁ\",\n \"ń\": \"ń\",\n \"ǹ\": \"ǹ\",\n \"ñ\": \"ñ\",\n \"ň\": \"ň\",\n \"ṅ\": \"ṅ\",\n \"ņ\": \"ņ\",\n \"ó\": \"ó\",\n \"ò\": \"ò\",\n \"ö\": \"ö\",\n \"ȫ\": \"ȫ\",\n \"õ\": \"õ\",\n \"ṍ\": \"ṍ\",\n \"ṏ\": \"ṏ\",\n \"ȭ\": \"ȭ\",\n \"ō\": \"ō\",\n \"ṓ\": \"ṓ\",\n \"ṑ\": \"ṑ\",\n \"ŏ\": \"ŏ\",\n \"ǒ\": \"ǒ\",\n \"ô\": \"ô\",\n \"ố\": \"ố\",\n \"ồ\": \"ồ\",\n \"ỗ\": \"ỗ\",\n \"ȯ\": \"ȯ\",\n \"ȱ\": \"ȱ\",\n \"ő\": \"ő\",\n \"ṕ\": \"ṕ\",\n \"ṗ\": \"ṗ\",\n \"ŕ\": \"ŕ\",\n \"ř\": \"ř\",\n \"ṙ\": \"ṙ\",\n \"ŗ\": \"ŗ\",\n \"ś\": \"ś\",\n \"ṥ\": \"ṥ\",\n \"š\": \"š\",\n \"ṧ\": \"ṧ\",\n \"ŝ\": \"ŝ\",\n \"ṡ\": \"ṡ\",\n \"ş\": \"ş\",\n \"ẗ\": \"ẗ\",\n \"ť\": \"ť\",\n \"ṫ\": \"ṫ\",\n \"ţ\": \"ţ\",\n \"ú\": \"ú\",\n \"ù\": \"ù\",\n \"ü\": \"ü\",\n \"ǘ\": \"ǘ\",\n \"ǜ\": \"ǜ\",\n \"ǖ\": \"ǖ\",\n \"ǚ\": \"ǚ\",\n \"ũ\": \"ũ\",\n \"ṹ\": \"ṹ\",\n \"ū\": \"ū\",\n \"ṻ\": \"ṻ\",\n \"ŭ\": \"ŭ\",\n \"ǔ\": \"ǔ\",\n \"û\": \"û\",\n \"ů\": \"ů\",\n \"ű\": \"ű\",\n \"ṽ\": \"ṽ\",\n \"ẃ\": \"ẃ\",\n \"ẁ\": \"ẁ\",\n \"ẅ\": \"ẅ\",\n \"ŵ\": \"ŵ\",\n \"ẇ\": \"ẇ\",\n \"ẘ\": \"ẘ\",\n \"ẍ\": \"ẍ\",\n \"ẋ\": \"ẋ\",\n \"ý\": \"ý\",\n \"ỳ\": \"ỳ\",\n \"ÿ\": \"ÿ\",\n \"ỹ\": \"ỹ\",\n \"ȳ\": \"ȳ\",\n \"ŷ\": \"ŷ\",\n \"ẏ\": \"ẏ\",\n \"ẙ\": \"ẙ\",\n \"ź\": \"ź\",\n \"ž\": \"ž\",\n \"ẑ\": \"ẑ\",\n \"ż\": \"ż\",\n \"Á\": \"Á\",\n \"À\": \"À\",\n \"Ä\": \"Ä\",\n \"Ǟ\": \"Ǟ\",\n \"Ã\": \"Ã\",\n \"Ā\": \"Ā\",\n \"Ă\": \"Ă\",\n \"Ắ\": \"Ắ\",\n \"Ằ\": \"Ằ\",\n \"Ẵ\": \"Ẵ\",\n \"Ǎ\": \"Ǎ\",\n \"Â\": \"Â\",\n \"Ấ\": \"Ấ\",\n \"Ầ\": \"Ầ\",\n \"Ẫ\": \"Ẫ\",\n \"Ȧ\": \"Ȧ\",\n \"Ǡ\": \"Ǡ\",\n \"Å\": \"Å\",\n \"Ǻ\": \"Ǻ\",\n \"Ḃ\": \"Ḃ\",\n \"Ć\": \"Ć\",\n \"Ḉ\": \"Ḉ\",\n \"Č\": \"Č\",\n \"Ĉ\": \"Ĉ\",\n \"Ċ\": \"Ċ\",\n \"Ç\": \"Ç\",\n \"Ď\": \"Ď\",\n \"Ḋ\": \"Ḋ\",\n \"Ḑ\": \"Ḑ\",\n \"É\": \"É\",\n \"È\": \"È\",\n \"Ë\": \"Ë\",\n \"Ẽ\": \"Ẽ\",\n \"Ē\": \"Ē\",\n \"Ḗ\": \"Ḗ\",\n \"Ḕ\": \"Ḕ\",\n \"Ĕ\": \"Ĕ\",\n \"Ḝ\": \"Ḝ\",\n \"Ě\": \"Ě\",\n \"Ê\": \"Ê\",\n \"Ế\": \"Ế\",\n \"Ề\": \"Ề\",\n \"Ễ\": \"Ễ\",\n \"Ė\": \"Ė\",\n \"Ȩ\": \"Ȩ\",\n \"Ḟ\": \"Ḟ\",\n \"Ǵ\": \"Ǵ\",\n \"Ḡ\": \"Ḡ\",\n \"Ğ\": \"Ğ\",\n \"Ǧ\": \"Ǧ\",\n \"Ĝ\": \"Ĝ\",\n \"Ġ\": \"Ġ\",\n \"Ģ\": \"Ģ\",\n \"Ḧ\": \"Ḧ\",\n \"Ȟ\": \"Ȟ\",\n \"Ĥ\": \"Ĥ\",\n \"Ḣ\": \"Ḣ\",\n \"Ḩ\": \"Ḩ\",\n \"Í\": \"Í\",\n \"Ì\": \"Ì\",\n \"Ï\": \"Ï\",\n \"Ḯ\": \"Ḯ\",\n \"Ĩ\": \"Ĩ\",\n \"Ī\": \"Ī\",\n \"Ĭ\": \"Ĭ\",\n \"Ǐ\": \"Ǐ\",\n \"Î\": \"Î\",\n \"İ\": \"İ\",\n \"Ĵ\": \"Ĵ\",\n \"Ḱ\": \"Ḱ\",\n \"Ǩ\": \"Ǩ\",\n \"Ķ\": \"Ķ\",\n \"Ĺ\": \"Ĺ\",\n \"Ľ\": \"Ľ\",\n \"Ļ\": \"Ļ\",\n \"Ḿ\": \"Ḿ\",\n \"Ṁ\": \"Ṁ\",\n \"Ń\": \"Ń\",\n \"Ǹ\": \"Ǹ\",\n \"Ñ\": \"Ñ\",\n \"Ň\": \"Ň\",\n \"Ṅ\": \"Ṅ\",\n \"Ņ\": \"Ņ\",\n \"Ó\": \"Ó\",\n \"Ò\": \"Ò\",\n \"Ö\": \"Ö\",\n \"Ȫ\": \"Ȫ\",\n \"Õ\": \"Õ\",\n \"Ṍ\": \"Ṍ\",\n \"Ṏ\": \"Ṏ\",\n \"Ȭ\": \"Ȭ\",\n \"Ō\": \"Ō\",\n \"Ṓ\": \"Ṓ\",\n \"Ṑ\": \"Ṑ\",\n \"Ŏ\": \"Ŏ\",\n \"Ǒ\": \"Ǒ\",\n \"Ô\": \"Ô\",\n \"Ố\": \"Ố\",\n \"Ồ\": \"Ồ\",\n \"Ỗ\": \"Ỗ\",\n \"Ȯ\": \"Ȯ\",\n \"Ȱ\": \"Ȱ\",\n \"Ő\": \"Ő\",\n \"Ṕ\": \"Ṕ\",\n \"Ṗ\": \"Ṗ\",\n \"Ŕ\": \"Ŕ\",\n \"Ř\": \"Ř\",\n \"Ṙ\": \"Ṙ\",\n \"Ŗ\": \"Ŗ\",\n \"Ś\": \"Ś\",\n \"Ṥ\": \"Ṥ\",\n \"Š\": \"Š\",\n \"Ṧ\": \"Ṧ\",\n \"Ŝ\": \"Ŝ\",\n \"Ṡ\": \"Ṡ\",\n \"Ş\": \"Ş\",\n \"Ť\": \"Ť\",\n \"Ṫ\": \"Ṫ\",\n \"Ţ\": \"Ţ\",\n \"Ú\": \"Ú\",\n \"Ù\": \"Ù\",\n \"Ü\": \"Ü\",\n \"Ǘ\": \"Ǘ\",\n \"Ǜ\": \"Ǜ\",\n \"Ǖ\": \"Ǖ\",\n \"Ǚ\": \"Ǚ\",\n \"Ũ\": \"Ũ\",\n \"Ṹ\": \"Ṹ\",\n \"Ū\": \"Ū\",\n \"Ṻ\": \"Ṻ\",\n \"Ŭ\": \"Ŭ\",\n \"Ǔ\": \"Ǔ\",\n \"Û\": \"Û\",\n \"Ů\": \"Ů\",\n \"Ű\": \"Ű\",\n \"Ṽ\": \"Ṽ\",\n \"Ẃ\": \"Ẃ\",\n \"Ẁ\": \"Ẁ\",\n \"Ẅ\": \"Ẅ\",\n \"Ŵ\": \"Ŵ\",\n \"Ẇ\": \"Ẇ\",\n \"Ẍ\": \"Ẍ\",\n \"Ẋ\": \"Ẋ\",\n \"Ý\": \"Ý\",\n \"Ỳ\": \"Ỳ\",\n \"Ÿ\": \"Ÿ\",\n \"Ỹ\": \"Ỹ\",\n \"Ȳ\": \"Ȳ\",\n \"Ŷ\": \"Ŷ\",\n \"Ẏ\": \"Ẏ\",\n \"Ź\": \"Ź\",\n \"Ž\": \"Ž\",\n \"Ẑ\": \"Ẑ\",\n \"Ż\": \"Ż\",\n \"ά\": \"ά\",\n \"ὰ\": \"ὰ\",\n \"ᾱ\": \"ᾱ\",\n \"ᾰ\": \"ᾰ\",\n \"έ\": \"έ\",\n \"ὲ\": \"ὲ\",\n \"ή\": \"ή\",\n \"ὴ\": \"ὴ\",\n \"ί\": \"ί\",\n \"ὶ\": \"ὶ\",\n \"ϊ\": \"ϊ\",\n \"ΐ\": \"ΐ\",\n \"ῒ\": \"ῒ\",\n \"ῑ\": \"ῑ\",\n \"ῐ\": \"ῐ\",\n \"ό\": \"ό\",\n \"ὸ\": \"ὸ\",\n \"ύ\": \"ύ\",\n \"ὺ\": \"ὺ\",\n \"ϋ\": \"ϋ\",\n \"ΰ\": \"ΰ\",\n \"ῢ\": \"ῢ\",\n \"ῡ\": \"ῡ\",\n \"ῠ\": \"ῠ\",\n \"ώ\": \"ώ\",\n \"ὼ\": \"ὼ\",\n \"Ύ\": \"Ύ\",\n \"Ὺ\": \"Ὺ\",\n \"Ϋ\": \"Ϋ\",\n \"Ῡ\": \"Ῡ\",\n \"Ῠ\": \"Ῠ\",\n \"Ώ\": \"Ώ\",\n \"Ὼ\": \"Ὼ\"\n};\n\n/**\n * This file contains the parser used to parse out a TeX expression from the\n * input. Since TeX isn't context-free, standard parsers don't work particularly\n * well.\n *\n * The strategy of this parser is as such:\n *\n * The main functions (the `.parse...` ones) take a position in the current\n * parse string to parse tokens from. The lexer (found in Lexer.js, stored at\n * this.gullet.lexer) also supports pulling out tokens at arbitrary places. When\n * individual tokens are needed at a position, the lexer is called to pull out a\n * token, which is then used.\n *\n * The parser has a property called \"mode\" indicating the mode that\n * the parser is currently in. Currently it has to be one of \"math\" or\n * \"text\", which denotes whether the current environment is a math-y\n * one or a text-y one (e.g. inside \\text). Currently, this serves to\n * limit the functions which can be used in text mode.\n *\n * The main functions then return an object which contains the useful data that\n * was parsed at its given point, and a new position at the end of the parsed\n * data. The main functions can call each other and continue the parsing by\n * using the returned position as a new starting point.\n *\n * There are also extra `.handle...` functions, which pull out some reused\n * functionality into self-contained functions.\n *\n * The functions return ParseNodes.\n */\nclass Parser {\n constructor(input, settings) {\n this.mode = void 0;\n this.gullet = void 0;\n this.settings = void 0;\n this.leftrightDepth = void 0;\n this.nextToken = void 0;\n // Start in math mode\n this.mode = \"math\"; // Create a new macro expander (gullet) and (indirectly via that) also a\n // new lexer (mouth) for this parser (stomach, in the language of TeX)\n\n this.gullet = new MacroExpander(input, settings, this.mode); // Store the settings for use in parsing\n\n this.settings = settings; // Count leftright depth (for \\middle errors)\n\n this.leftrightDepth = 0;\n }\n /**\n * Checks a result to make sure it has the right type, and throws an\n * appropriate error otherwise.\n */\n\n\n expect(text, consume) {\n if (consume === void 0) {\n consume = true;\n }\n\n if (this.fetch().text !== text) {\n throw new ParseError(\"Expected '\" + text + \"', got '\" + this.fetch().text + \"'\", this.fetch());\n }\n\n if (consume) {\n this.consume();\n }\n }\n /**\n * Discards the current lookahead token, considering it consumed.\n */\n\n\n consume() {\n this.nextToken = null;\n }\n /**\n * Return the current lookahead token, or if there isn't one (at the\n * beginning, or if the previous lookahead token was consume()d),\n * fetch the next token as the new lookahead token and return it.\n */\n\n\n fetch() {\n if (this.nextToken == null) {\n this.nextToken = this.gullet.expandNextToken();\n }\n\n return this.nextToken;\n }\n /**\n * Switches between \"text\" and \"math\" modes.\n */\n\n\n switchMode(newMode) {\n this.mode = newMode;\n this.gullet.switchMode(newMode);\n }\n /**\n * Main parsing function, which parses an entire input.\n */\n\n\n parse() {\n if (!this.settings.globalGroup) {\n // Create a group namespace for the math expression.\n // (LaTeX creates a new group for every $...$, $$...$$, \\[...\\].)\n this.gullet.beginGroup();\n } // Use old \\color behavior (same as LaTeX's \\textcolor) if requested.\n // We do this within the group for the math expression, so it doesn't\n // pollute settings.macros.\n\n\n if (this.settings.colorIsTextColor) {\n this.gullet.macros.set(\"\\\\color\", \"\\\\textcolor\");\n }\n\n try {\n // Try to parse the input\n var parse = this.parseExpression(false); // If we succeeded, make sure there's an EOF at the end\n\n this.expect(\"EOF\"); // End the group namespace for the expression\n\n if (!this.settings.globalGroup) {\n this.gullet.endGroup();\n }\n\n return parse; // Close any leftover groups in case of a parse error.\n } finally {\n this.gullet.endGroups();\n }\n }\n /**\n * Fully parse a separate sequence of tokens as a separate job.\n * Tokens should be specified in reverse order, as in a MacroDefinition.\n */\n\n\n subparse(tokens) {\n // Save the next token from the current job.\n var oldToken = this.nextToken;\n this.consume(); // Run the new job, terminating it with an excess '}'\n\n this.gullet.pushToken(new Token(\"}\"));\n this.gullet.pushTokens(tokens);\n var parse = this.parseExpression(false);\n this.expect(\"}\"); // Restore the next token from the current job.\n\n this.nextToken = oldToken;\n return parse;\n }\n\n /**\n * Parses an \"expression\", which is a list of atoms.\n *\n * `breakOnInfix`: Should the parsing stop when we hit infix nodes? This\n * happens when functions have higher precedence han infix\n * nodes in implicit parses.\n *\n * `breakOnTokenText`: The text of the token that the expression should end\n * with, or `null` if something else should end the\n * expression.\n */\n parseExpression(breakOnInfix, breakOnTokenText) {\n var body = []; // Keep adding atoms to the body until we can't parse any more atoms (either\n // we reached the end, a }, or a \\right)\n\n while (true) {\n // Ignore spaces in math mode\n if (this.mode === \"math\") {\n this.consumeSpaces();\n }\n\n var lex = this.fetch();\n\n if (Parser.endOfExpression.indexOf(lex.text) !== -1) {\n break;\n }\n\n if (breakOnTokenText && lex.text === breakOnTokenText) {\n break;\n }\n\n if (breakOnInfix && functions[lex.text] && functions[lex.text].infix) {\n break;\n }\n\n var atom = this.parseAtom(breakOnTokenText);\n\n if (!atom) {\n break;\n } else if (atom.type === \"internal\") {\n continue;\n }\n\n body.push(atom);\n }\n\n if (this.mode === \"text\") {\n this.formLigatures(body);\n }\n\n return this.handleInfixNodes(body);\n }\n /**\n * Rewrites infix operators such as \\over with corresponding commands such\n * as \\frac.\n *\n * There can only be one infix operator per group. If there's more than one\n * then the expression is ambiguous. This can be resolved by adding {}.\n */\n\n\n handleInfixNodes(body) {\n var overIndex = -1;\n var funcName;\n\n for (var i = 0; i < body.length; i++) {\n if (body[i].type === \"infix\") {\n if (overIndex !== -1) {\n throw new ParseError(\"only one infix operator per group\", body[i].token);\n }\n\n overIndex = i;\n funcName = body[i].replaceWith;\n }\n }\n\n if (overIndex !== -1 && funcName) {\n var numerNode;\n var denomNode;\n var numerBody = body.slice(0, overIndex);\n var denomBody = body.slice(overIndex + 1);\n\n if (numerBody.length === 1 && numerBody[0].type === \"ordgroup\") {\n numerNode = numerBody[0];\n } else {\n numerNode = {\n type: \"ordgroup\",\n mode: this.mode,\n body: numerBody\n };\n }\n\n if (denomBody.length === 1 && denomBody[0].type === \"ordgroup\") {\n denomNode = denomBody[0];\n } else {\n denomNode = {\n type: \"ordgroup\",\n mode: this.mode,\n body: denomBody\n };\n }\n\n var node;\n\n if (funcName === \"\\\\\\\\abovefrac\") {\n node = this.callFunction(funcName, [numerNode, body[overIndex], denomNode], []);\n } else {\n node = this.callFunction(funcName, [numerNode, denomNode], []);\n }\n\n return [node];\n } else {\n return body;\n }\n }\n /**\n * Handle a subscript or superscript with nice errors.\n */\n\n\n handleSupSubscript(name // For error reporting.\n ) {\n var symbolToken = this.fetch();\n var symbol = symbolToken.text;\n this.consume();\n this.consumeSpaces(); // ignore spaces before sup/subscript argument\n\n var group = this.parseGroup(name);\n\n if (!group) {\n throw new ParseError(\"Expected group after '\" + symbol + \"'\", symbolToken);\n }\n\n return group;\n }\n /**\n * Converts the textual input of an unsupported command into a text node\n * contained within a color node whose color is determined by errorColor\n */\n\n\n formatUnsupportedCmd(text) {\n var textordArray = [];\n\n for (var i = 0; i < text.length; i++) {\n textordArray.push({\n type: \"textord\",\n mode: \"text\",\n text: text[i]\n });\n }\n\n var textNode = {\n type: \"text\",\n mode: this.mode,\n body: textordArray\n };\n var colorNode = {\n type: \"color\",\n mode: this.mode,\n color: this.settings.errorColor,\n body: [textNode]\n };\n return colorNode;\n }\n /**\n * Parses a group with optional super/subscripts.\n */\n\n\n parseAtom(breakOnTokenText) {\n // The body of an atom is an implicit group, so that things like\n // \\left(x\\right)^2 work correctly.\n var base = this.parseGroup(\"atom\", breakOnTokenText); // In text mode, we don't have superscripts or subscripts\n\n if (this.mode === \"text\") {\n return base;\n } // Note that base may be empty (i.e. null) at this point.\n\n\n var superscript;\n var subscript;\n\n while (true) {\n // Guaranteed in math mode, so eat any spaces first.\n this.consumeSpaces(); // Lex the first token\n\n var lex = this.fetch();\n\n if (lex.text === \"\\\\limits\" || lex.text === \"\\\\nolimits\") {\n // We got a limit control\n if (base && base.type === \"op\") {\n var limits = lex.text === \"\\\\limits\";\n base.limits = limits;\n base.alwaysHandleSupSub = true;\n } else if (base && base.type === \"operatorname\") {\n if (base.alwaysHandleSupSub) {\n base.limits = lex.text === \"\\\\limits\";\n }\n } else {\n throw new ParseError(\"Limit controls must follow a math operator\", lex);\n }\n\n this.consume();\n } else if (lex.text === \"^\") {\n // We got a superscript start\n if (superscript) {\n throw new ParseError(\"Double superscript\", lex);\n }\n\n superscript = this.handleSupSubscript(\"superscript\");\n } else if (lex.text === \"_\") {\n // We got a subscript start\n if (subscript) {\n throw new ParseError(\"Double subscript\", lex);\n }\n\n subscript = this.handleSupSubscript(\"subscript\");\n } else if (lex.text === \"'\") {\n // We got a prime\n if (superscript) {\n throw new ParseError(\"Double superscript\", lex);\n }\n\n var prime = {\n type: \"textord\",\n mode: this.mode,\n text: \"\\\\prime\"\n }; // Many primes can be grouped together, so we handle this here\n\n var primes = [prime];\n this.consume(); // Keep lexing tokens until we get something that's not a prime\n\n while (this.fetch().text === \"'\") {\n // For each one, add another prime to the list\n primes.push(prime);\n this.consume();\n } // If there's a superscript following the primes, combine that\n // superscript in with the primes.\n\n\n if (this.fetch().text === \"^\") {\n primes.push(this.handleSupSubscript(\"superscript\"));\n } // Put everything into an ordgroup as the superscript\n\n\n superscript = {\n type: \"ordgroup\",\n mode: this.mode,\n body: primes\n };\n } else if (uSubsAndSups[lex.text]) {\n // A Unicode subscript or superscript character.\n // We treat these similarly to the unicode-math package.\n // So we render a string of Unicode (sub|super)scripts the\n // same as a (sub|super)script of regular characters.\n var isSub = unicodeSubRegEx.test(lex.text);\n var subsupTokens = [];\n subsupTokens.push(new Token(uSubsAndSups[lex.text]));\n this.consume(); // Continue fetching tokens to fill out the string.\n\n while (true) {\n var token = this.fetch().text;\n\n if (!uSubsAndSups[token]) {\n break;\n }\n\n if (unicodeSubRegEx.test(token) !== isSub) {\n break;\n }\n\n subsupTokens.unshift(new Token(uSubsAndSups[token]));\n this.consume();\n } // Now create a (sub|super)script.\n\n\n var body = this.subparse(subsupTokens);\n\n if (isSub) {\n subscript = {\n type: \"ordgroup\",\n mode: \"math\",\n body\n };\n } else {\n superscript = {\n type: \"ordgroup\",\n mode: \"math\",\n body\n };\n }\n } else {\n // If it wasn't ^, _, or ', stop parsing super/subscripts\n break;\n }\n } // Base must be set if superscript or subscript are set per logic above,\n // but need to check here for type check to pass.\n\n\n if (superscript || subscript) {\n // If we got either a superscript or subscript, create a supsub\n return {\n type: \"supsub\",\n mode: this.mode,\n base: base,\n sup: superscript,\n sub: subscript\n };\n } else {\n // Otherwise return the original body\n return base;\n }\n }\n /**\n * Parses an entire function, including its base and all of its arguments.\n */\n\n\n parseFunction(breakOnTokenText, name // For determining its context\n ) {\n var token = this.fetch();\n var func = token.text;\n var funcData = functions[func];\n\n if (!funcData) {\n return null;\n }\n\n this.consume(); // consume command token\n\n if (name && name !== \"atom\" && !funcData.allowedInArgument) {\n throw new ParseError(\"Got function '\" + func + \"' with no arguments\" + (name ? \" as \" + name : \"\"), token);\n } else if (this.mode === \"text\" && !funcData.allowedInText) {\n throw new ParseError(\"Can't use function '\" + func + \"' in text mode\", token);\n } else if (this.mode === \"math\" && funcData.allowedInMath === false) {\n throw new ParseError(\"Can't use function '\" + func + \"' in math mode\", token);\n }\n\n var {\n args,\n optArgs\n } = this.parseArguments(func, funcData);\n return this.callFunction(func, args, optArgs, token, breakOnTokenText);\n }\n /**\n * Call a function handler with a suitable context and arguments.\n */\n\n\n callFunction(name, args, optArgs, token, breakOnTokenText) {\n var context = {\n funcName: name,\n parser: this,\n token,\n breakOnTokenText\n };\n var func = functions[name];\n\n if (func && func.handler) {\n return func.handler(context, args, optArgs);\n } else {\n throw new ParseError(\"No function handler for \" + name);\n }\n }\n /**\n * Parses the arguments of a function or environment\n */\n\n\n parseArguments(func, // Should look like \"\\name\" or \"\\begin{name}\".\n funcData) {\n var totalArgs = funcData.numArgs + funcData.numOptionalArgs;\n\n if (totalArgs === 0) {\n return {\n args: [],\n optArgs: []\n };\n }\n\n var args = [];\n var optArgs = [];\n\n for (var i = 0; i < totalArgs; i++) {\n var argType = funcData.argTypes && funcData.argTypes[i];\n var isOptional = i < funcData.numOptionalArgs;\n\n if (funcData.primitive && argType == null || // \\sqrt expands into primitive if optional argument doesn't exist\n funcData.type === \"sqrt\" && i === 1 && optArgs[0] == null) {\n argType = \"primitive\";\n }\n\n var arg = this.parseGroupOfType(\"argument to '\" + func + \"'\", argType, isOptional);\n\n if (isOptional) {\n optArgs.push(arg);\n } else if (arg != null) {\n args.push(arg);\n } else {\n // should be unreachable\n throw new ParseError(\"Null argument, please report this as a bug\");\n }\n }\n\n return {\n args,\n optArgs\n };\n }\n /**\n * Parses a group when the mode is changing.\n */\n\n\n parseGroupOfType(name, type, optional) {\n switch (type) {\n case \"color\":\n return this.parseColorGroup(optional);\n\n case \"size\":\n return this.parseSizeGroup(optional);\n\n case \"url\":\n return this.parseUrlGroup(optional);\n\n case \"math\":\n case \"text\":\n return this.parseArgumentGroup(optional, type);\n\n case \"hbox\":\n {\n // hbox argument type wraps the argument in the equivalent of\n // \\hbox, which is like \\text but switching to \\textstyle size.\n var group = this.parseArgumentGroup(optional, \"text\");\n return group != null ? {\n type: \"styling\",\n mode: group.mode,\n body: [group],\n style: \"text\" // simulate \\textstyle\n\n } : null;\n }\n\n case \"raw\":\n {\n var token = this.parseStringGroup(\"raw\", optional);\n return token != null ? {\n type: \"raw\",\n mode: \"text\",\n string: token.text\n } : null;\n }\n\n case \"primitive\":\n {\n if (optional) {\n throw new ParseError(\"A primitive argument cannot be optional\");\n }\n\n var _group = this.parseGroup(name);\n\n if (_group == null) {\n throw new ParseError(\"Expected group as \" + name, this.fetch());\n }\n\n return _group;\n }\n\n case \"original\":\n case null:\n case undefined:\n return this.parseArgumentGroup(optional);\n\n default:\n throw new ParseError(\"Unknown group type as \" + name, this.fetch());\n }\n }\n /**\n * Discard any space tokens, fetching the next non-space token.\n */\n\n\n consumeSpaces() {\n while (this.fetch().text === \" \") {\n this.consume();\n }\n }\n /**\n * Parses a group, essentially returning the string formed by the\n * brace-enclosed tokens plus some position information.\n */\n\n\n parseStringGroup(modeName, // Used to describe the mode in error messages.\n optional) {\n var argToken = this.gullet.scanArgument(optional);\n\n if (argToken == null) {\n return null;\n }\n\n var str = \"\";\n var nextToken;\n\n while ((nextToken = this.fetch()).text !== \"EOF\") {\n str += nextToken.text;\n this.consume();\n }\n\n this.consume(); // consume the end of the argument\n\n argToken.text = str;\n return argToken;\n }\n /**\n * Parses a regex-delimited group: the largest sequence of tokens\n * whose concatenated strings match `regex`. Returns the string\n * formed by the tokens plus some position information.\n */\n\n\n parseRegexGroup(regex, modeName // Used to describe the mode in error messages.\n ) {\n var firstToken = this.fetch();\n var lastToken = firstToken;\n var str = \"\";\n var nextToken;\n\n while ((nextToken = this.fetch()).text !== \"EOF\" && regex.test(str + nextToken.text)) {\n lastToken = nextToken;\n str += lastToken.text;\n this.consume();\n }\n\n if (str === \"\") {\n throw new ParseError(\"Invalid \" + modeName + \": '\" + firstToken.text + \"'\", firstToken);\n }\n\n return firstToken.range(lastToken, str);\n }\n /**\n * Parses a color description.\n */\n\n\n parseColorGroup(optional) {\n var res = this.parseStringGroup(\"color\", optional);\n\n if (res == null) {\n return null;\n }\n\n var match = /^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(res.text);\n\n if (!match) {\n throw new ParseError(\"Invalid color: '\" + res.text + \"'\", res);\n }\n\n var color = match[0];\n\n if (/^[0-9a-f]{6}$/i.test(color)) {\n // We allow a 6-digit HTML color spec without a leading \"#\".\n // This follows the xcolor package's HTML color model.\n // Predefined color names are all missed by this RegEx pattern.\n color = \"#\" + color;\n }\n\n return {\n type: \"color-token\",\n mode: this.mode,\n color\n };\n }\n /**\n * Parses a size specification, consisting of magnitude and unit.\n */\n\n\n parseSizeGroup(optional) {\n var res;\n var isBlank = false; // don't expand before parseStringGroup\n\n this.gullet.consumeSpaces();\n\n if (!optional && this.gullet.future().text !== \"{\") {\n res = this.parseRegexGroup(/^[-+]? *(?:$|\\d+|\\d+\\.\\d*|\\.\\d*) *[a-z]{0,2} *$/, \"size\");\n } else {\n res = this.parseStringGroup(\"size\", optional);\n }\n\n if (!res) {\n return null;\n }\n\n if (!optional && res.text.length === 0) {\n // Because we've tested for what is !optional, this block won't\n // affect \\kern, \\hspace, etc. It will capture the mandatory arguments\n // to \\genfrac and \\above.\n res.text = \"0pt\"; // Enable \\above{}\n\n isBlank = true; // This is here specifically for \\genfrac\n }\n\n var match = /([-+]?) *(\\d+(?:\\.\\d*)?|\\.\\d+) *([a-z]{2})/.exec(res.text);\n\n if (!match) {\n throw new ParseError(\"Invalid size: '\" + res.text + \"'\", res);\n }\n\n var data = {\n number: +(match[1] + match[2]),\n // sign + magnitude, cast to number\n unit: match[3]\n };\n\n if (!validUnit(data)) {\n throw new ParseError(\"Invalid unit: '\" + data.unit + \"'\", res);\n }\n\n return {\n type: \"size\",\n mode: this.mode,\n value: data,\n isBlank\n };\n }\n /**\n * Parses an URL, checking escaped letters and allowed protocols,\n * and setting the catcode of % as an active character (as in \\hyperref).\n */\n\n\n parseUrlGroup(optional) {\n this.gullet.lexer.setCatcode(\"%\", 13); // active character\n\n this.gullet.lexer.setCatcode(\"~\", 12); // other character\n\n var res = this.parseStringGroup(\"url\", optional);\n this.gullet.lexer.setCatcode(\"%\", 14); // comment character\n\n this.gullet.lexer.setCatcode(\"~\", 13); // active character\n\n if (res == null) {\n return null;\n } // hyperref package allows backslashes alone in href, but doesn't\n // generate valid links in such cases; we interpret this as\n // \"undefined\" behaviour, and keep them as-is. Some browser will\n // replace backslashes with forward slashes.\n\n\n var url = res.text.replace(/\\\\([#$%&~_^{}])/g, '$1');\n return {\n type: \"url\",\n mode: this.mode,\n url\n };\n }\n /**\n * Parses an argument with the mode specified.\n */\n\n\n parseArgumentGroup(optional, mode) {\n var argToken = this.gullet.scanArgument(optional);\n\n if (argToken == null) {\n return null;\n }\n\n var outerMode = this.mode;\n\n if (mode) {\n // Switch to specified mode\n this.switchMode(mode);\n }\n\n this.gullet.beginGroup();\n var expression = this.parseExpression(false, \"EOF\"); // TODO: find an alternative way to denote the end\n\n this.expect(\"EOF\"); // expect the end of the argument\n\n this.gullet.endGroup();\n var result = {\n type: \"ordgroup\",\n mode: this.mode,\n loc: argToken.loc,\n body: expression\n };\n\n if (mode) {\n // Switch mode back\n this.switchMode(outerMode);\n }\n\n return result;\n }\n /**\n * Parses an ordinary group, which is either a single nucleus (like \"x\")\n * or an expression in braces (like \"{x+y}\") or an implicit group, a group\n * that starts at the current position, and ends right before a higher explicit\n * group ends, or at EOF.\n */\n\n\n parseGroup(name, // For error reporting.\n breakOnTokenText) {\n var firstToken = this.fetch();\n var text = firstToken.text;\n var result; // Try to parse an open brace or \\begingroup\n\n if (text === \"{\" || text === \"\\\\begingroup\") {\n this.consume();\n var groupEnd = text === \"{\" ? \"}\" : \"\\\\endgroup\";\n this.gullet.beginGroup(); // If we get a brace, parse an expression\n\n var expression = this.parseExpression(false, groupEnd);\n var lastToken = this.fetch();\n this.expect(groupEnd); // Check that we got a matching closing brace\n\n this.gullet.endGroup();\n result = {\n type: \"ordgroup\",\n mode: this.mode,\n loc: SourceLocation.range(firstToken, lastToken),\n body: expression,\n // A group formed by \\begingroup...\\endgroup is a semi-simple group\n // which doesn't affect spacing in math mode, i.e., is transparent.\n // https://tex.stackexchange.com/questions/1930/when-should-one-\n // use-begingroup-instead-of-bgroup\n semisimple: text === \"\\\\begingroup\" || undefined\n };\n } else {\n // If there exists a function with this name, parse the function.\n // Otherwise, just return a nucleus\n result = this.parseFunction(breakOnTokenText, name) || this.parseSymbol();\n\n if (result == null && text[0] === \"\\\\\" && !implicitCommands.hasOwnProperty(text)) {\n if (this.settings.throwOnError) {\n throw new ParseError(\"Undefined control sequence: \" + text, firstToken);\n }\n\n result = this.formatUnsupportedCmd(text);\n this.consume();\n }\n }\n\n return result;\n }\n /**\n * Form ligature-like combinations of characters for text mode.\n * This includes inputs like \"--\", \"---\", \"``\" and \"''\".\n * The result will simply replace multiple textord nodes with a single\n * character in each value by a single textord node having multiple\n * characters in its value. The representation is still ASCII source.\n * The group will be modified in place.\n */\n\n\n formLigatures(group) {\n var n = group.length - 1;\n\n for (var i = 0; i < n; ++i) {\n var a = group[i]; // $FlowFixMe: Not every node type has a `text` property.\n\n var v = a.text;\n\n if (v === \"-\" && group[i + 1].text === \"-\") {\n if (i + 1 < n && group[i + 2].text === \"-\") {\n group.splice(i, 3, {\n type: \"textord\",\n mode: \"text\",\n loc: SourceLocation.range(a, group[i + 2]),\n text: \"---\"\n });\n n -= 2;\n } else {\n group.splice(i, 2, {\n type: \"textord\",\n mode: \"text\",\n loc: SourceLocation.range(a, group[i + 1]),\n text: \"--\"\n });\n n -= 1;\n }\n }\n\n if ((v === \"'\" || v === \"`\") && group[i + 1].text === v) {\n group.splice(i, 2, {\n type: \"textord\",\n mode: \"text\",\n loc: SourceLocation.range(a, group[i + 1]),\n text: v + v\n });\n n -= 1;\n }\n }\n }\n /**\n * Parse a single symbol out of the string. Here, we handle single character\n * symbols and special functions like \\verb.\n */\n\n\n parseSymbol() {\n var nucleus = this.fetch();\n var text = nucleus.text;\n\n if (/^\\\\verb[^a-zA-Z]/.test(text)) {\n this.consume();\n var arg = text.slice(5);\n var star = arg.charAt(0) === \"*\";\n\n if (star) {\n arg = arg.slice(1);\n } // Lexer's tokenRegex is constructed to always have matching\n // first/last characters.\n\n\n if (arg.length < 2 || arg.charAt(0) !== arg.slice(-1)) {\n throw new ParseError(\"\\\\verb assertion failed --\\n please report what input caused this bug\");\n }\n\n arg = arg.slice(1, -1); // remove first and last char\n\n return {\n type: \"verb\",\n mode: \"text\",\n body: arg,\n star\n };\n } // At this point, we should have a symbol, possibly with accents.\n // First expand any accented base symbol according to unicodeSymbols.\n\n\n if (unicodeSymbols.hasOwnProperty(text[0]) && !symbols[this.mode][text[0]]) {\n // This behavior is not strict (XeTeX-compatible) in math mode.\n if (this.settings.strict && this.mode === \"math\") {\n this.settings.reportNonstrict(\"unicodeTextInMathMode\", \"Accented Unicode text character \\\"\" + text[0] + \"\\\" used in \" + \"math mode\", nucleus);\n }\n\n text = unicodeSymbols[text[0]] + text.slice(1);\n } // Strip off any combining characters\n\n\n var match = combiningDiacriticalMarksEndRegex.exec(text);\n\n if (match) {\n text = text.substring(0, match.index);\n\n if (text === 'i') {\n text = '\\u0131'; // dotless i, in math and text mode\n } else if (text === 'j') {\n text = '\\u0237'; // dotless j, in math and text mode\n }\n } // Recognize base symbol\n\n\n var symbol;\n\n if (symbols[this.mode][text]) {\n if (this.settings.strict && this.mode === 'math' && extraLatin.indexOf(text) >= 0) {\n this.settings.reportNonstrict(\"unicodeTextInMathMode\", \"Latin-1/Unicode text character \\\"\" + text[0] + \"\\\" used in \" + \"math mode\", nucleus);\n }\n\n var group = symbols[this.mode][text].group;\n var loc = SourceLocation.range(nucleus);\n var s;\n\n if (ATOMS.hasOwnProperty(group)) {\n // $FlowFixMe\n var family = group;\n s = {\n type: \"atom\",\n mode: this.mode,\n family,\n loc,\n text\n };\n } else {\n // $FlowFixMe\n s = {\n type: group,\n mode: this.mode,\n loc,\n text\n };\n } // $FlowFixMe\n\n\n symbol = s;\n } else if (text.charCodeAt(0) >= 0x80) {\n // no symbol for e.g. ^\n if (this.settings.strict) {\n if (!supportedCodepoint(text.charCodeAt(0))) {\n this.settings.reportNonstrict(\"unknownSymbol\", \"Unrecognized Unicode character \\\"\" + text[0] + \"\\\"\" + (\" (\" + text.charCodeAt(0) + \")\"), nucleus);\n } else if (this.mode === \"math\") {\n this.settings.reportNonstrict(\"unicodeTextInMathMode\", \"Unicode text character \\\"\" + text[0] + \"\\\" used in math mode\", nucleus);\n }\n } // All nonmathematical Unicode characters are rendered as if they\n // are in text mode (wrapped in \\text) because that's what it\n // takes to render them in LaTeX. Setting `mode: this.mode` is\n // another natural choice (the user requested math mode), but\n // this makes it more difficult for getCharacterMetrics() to\n // distinguish Unicode characters without metrics and those for\n // which we want to simulate the letter M.\n\n\n symbol = {\n type: \"textord\",\n mode: \"text\",\n loc: SourceLocation.range(nucleus),\n text\n };\n } else {\n return null; // EOF, ^, _, {, }, etc.\n }\n\n this.consume(); // Transform combining characters into accents\n\n if (match) {\n for (var i = 0; i < match[0].length; i++) {\n var accent = match[0][i];\n\n if (!unicodeAccents[accent]) {\n throw new ParseError(\"Unknown accent ' \" + accent + \"'\", nucleus);\n }\n\n var command = unicodeAccents[accent][this.mode] || unicodeAccents[accent].text;\n\n if (!command) {\n throw new ParseError(\"Accent \" + accent + \" unsupported in \" + this.mode + \" mode\", nucleus);\n }\n\n symbol = {\n type: \"accent\",\n mode: this.mode,\n loc: SourceLocation.range(nucleus),\n label: command,\n isStretchy: false,\n isShifty: true,\n // $FlowFixMe\n base: symbol\n };\n }\n } // $FlowFixMe\n\n\n return symbol;\n }\n\n}\nParser.endOfExpression = [\"}\", \"\\\\endgroup\", \"\\\\end\", \"\\\\right\", \"&\"];\n\n/**\n * Provides a single function for parsing an expression using a Parser\n * TODO(emily): Remove this\n */\n\n/**\n * Parses an expression using a Parser, then returns the parsed result.\n */\nvar parseTree = function parseTree(toParse, settings) {\n if (!(typeof toParse === 'string' || toParse instanceof String)) {\n throw new TypeError('KaTeX can only parse string typed expression');\n }\n\n var parser = new Parser(toParse, settings); // Blank out any \\df@tag to avoid spurious \"Duplicate \\tag\" errors\n\n delete parser.gullet.macros.current[\"\\\\df@tag\"];\n var tree = parser.parse(); // Prevent a color definition from persisting between calls to katex.render().\n\n delete parser.gullet.macros.current[\"\\\\current@color\"];\n delete parser.gullet.macros.current[\"\\\\color\"]; // If the input used \\tag, it will set the \\df@tag macro to the tag.\n // In this case, we separately parse the tag and wrap the tree.\n\n if (parser.gullet.macros.get(\"\\\\df@tag\")) {\n if (!settings.displayMode) {\n throw new ParseError(\"\\\\tag works only in display equations\");\n }\n\n tree = [{\n type: \"tag\",\n mode: \"text\",\n body: tree,\n tag: parser.subparse([new Token(\"\\\\df@tag\")])\n }];\n }\n\n return tree;\n};\n\n/* eslint no-console:0 */\n\n/**\n * Parse and build an expression, and place that expression in the DOM node\n * given.\n */\nvar render = function render(expression, baseNode, options) {\n baseNode.textContent = \"\";\n var node = renderToDomTree(expression, options).toNode();\n baseNode.appendChild(node);\n}; // KaTeX's styles don't work properly in quirks mode. Print out an error, and\n// disable rendering.\n\n\nif (typeof document !== \"undefined\") {\n if (document.compatMode !== \"CSS1Compat\") {\n typeof console !== \"undefined\" && console.warn(\"Warning: KaTeX doesn't work in quirks mode. Make sure your \" + \"website has a suitable doctype.\");\n\n render = function render() {\n throw new ParseError(\"KaTeX doesn't work in quirks mode.\");\n };\n }\n}\n/**\n * Parse and build an expression, and return the markup for that.\n */\n\n\nvar renderToString = function renderToString(expression, options) {\n var markup = renderToDomTree(expression, options).toMarkup();\n return markup;\n};\n/**\n * Parse an expression and return the parse tree.\n */\n\n\nvar generateParseTree = function generateParseTree(expression, options) {\n var settings = new Settings(options);\n return parseTree(expression, settings);\n};\n/**\n * If the given error is a KaTeX ParseError and options.throwOnError is false,\n * renders the invalid LaTeX as a span with hover title giving the KaTeX\n * error message. Otherwise, simply throws the error.\n */\n\n\nvar renderError = function renderError(error, expression, options) {\n if (options.throwOnError || !(error instanceof ParseError)) {\n throw error;\n }\n\n var node = buildCommon.makeSpan([\"katex-error\"], [new SymbolNode(expression)]);\n node.setAttribute(\"title\", error.toString());\n node.setAttribute(\"style\", \"color:\" + options.errorColor);\n return node;\n};\n/**\n * Generates and returns the katex build tree. This is used for advanced\n * use cases (like rendering to custom output).\n */\n\n\nvar renderToDomTree = function renderToDomTree(expression, options) {\n var settings = new Settings(options);\n\n try {\n var tree = parseTree(expression, settings);\n return buildTree(tree, expression, settings);\n } catch (error) {\n return renderError(error, expression, settings);\n }\n};\n/**\n * Generates and returns the katex build tree, with just HTML (no MathML).\n * This is used for advanced use cases (like rendering to custom output).\n */\n\n\nvar renderToHTMLTree = function renderToHTMLTree(expression, options) {\n var settings = new Settings(options);\n\n try {\n var tree = parseTree(expression, settings);\n return buildHTMLTree(tree, expression, settings);\n } catch (error) {\n return renderError(error, expression, settings);\n }\n};\n\nvar katex = {\n /**\n * Current KaTeX version\n */\n version: \"0.16.10\",\n\n /**\n * Renders the given LaTeX into an HTML+MathML combination, and adds\n * it as a child to the specified DOM node.\n */\n render,\n\n /**\n * Renders the given LaTeX into an HTML+MathML combination string,\n * for sending to the client.\n */\n renderToString,\n\n /**\n * KaTeX error, usually during parsing.\n */\n ParseError,\n\n /**\n * The shema of Settings\n */\n SETTINGS_SCHEMA,\n\n /**\n * Parses the given LaTeX into KaTeX's internal parse tree structure,\n * without rendering to HTML or MathML.\n *\n * NOTE: This method is not currently recommended for public use.\n * The internal tree representation is unstable and is very likely\n * to change. Use at your own risk.\n */\n __parse: generateParseTree,\n\n /**\n * Renders the given LaTeX into an HTML+MathML internal DOM tree\n * representation, without flattening that representation to a string.\n *\n * NOTE: This method is not currently recommended for public use.\n * The internal tree representation is unstable and is very likely\n * to change. Use at your own risk.\n */\n __renderToDomTree: renderToDomTree,\n\n /**\n * Renders the given LaTeX into an HTML internal DOM tree representation,\n * without MathML and without flattening that representation to a string.\n *\n * NOTE: This method is not currently recommended for public use.\n * The internal tree representation is unstable and is very likely\n * to change. Use at your own risk.\n */\n __renderToHTMLTree: renderToHTMLTree,\n\n /**\n * extends internal font metrics object with a new object\n * each key in the new object represents a font name\n */\n __setFontMetrics: setFontMetrics,\n\n /**\n * adds a new symbol to builtin symbols table\n */\n __defineSymbol: defineSymbol,\n\n /**\n * adds a new function to builtin function list,\n * which directly produce parse tree elements\n * and have their own html/mathml builders\n */\n __defineFunction: defineFunction,\n\n /**\n * adds a new macro to builtin macro list\n */\n __defineMacro: defineMacro,\n\n /**\n * Expose the dom tree node types, which can be useful for type checking nodes.\n *\n * NOTE: This method is not currently recommended for public use.\n * The internal tree representation is unstable and is very likely\n * to change. Use at your own risk.\n */\n __domTree: {\n Span,\n Anchor,\n SymbolNode,\n SvgNode,\n PathNode,\n LineNode\n }\n};\n\nexport { katex as default };\n"], "mappings": "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GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,GAAG,OAAO,GAAG,GAAG,OAAO;AAAA,IAChC,QAAQ,CAAC,GAAG,OAAO,GAAG,GAAG,OAAO;AAAA,IAChC,QAAQ,CAAC,GAAG,OAAO,GAAG,GAAG,OAAO;AAAA,IAChC,QAAQ,CAAC,GAAG,OAAO,GAAG,GAAG,OAAO;AAAA,IAChC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAClC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACxC,QAAQ,CAAC,SAAS,SAAS,GAAG,GAAG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hC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,MAAM;AAAA,IACrC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,M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CrC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,QAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO;AAAA,IACtC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,OAAO;AAAA,IAChC,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AG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACpC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACpC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACpC,MAAM,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACpC,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,SAAS,GAAG,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,MAAM,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC9B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,GAAG,GAAG,GAAG,KAAK;AAAA,IACzB,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,GAAG,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,SAAS,SAAS,GAAG,GAAG,KAAK;AAAA,IACrC,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA,IAC/B,OAAO,CAAC,GAAG,SAAS,GAAG,GAAG,KAAK;AAAA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EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AACP;AA+BA,IAAM,SAAN,MAAM,QAAO;AAAA,EACX,YAAY,OAAO,UAAU;AAC3B,SAAK,OAAO;AACZ,SAAK,SAAS;AACd,SAAK,WAAW;AAChB,SAAK,iBAAiB;AACtB,SAAK,YAAY;AAEjB,SAAK,OAAO;AAGZ,SAAK,SAAS,IAAI,cAAc,OAAO,UAAU,KAAK,IAAI;AAE1D,SAAK,WAAW;AAEhB,SAAK,iBAAiB;AAAA,EACxB;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,OAAOzE,OAAM,SAAS;AACpB,QAAI,YAAY,QAAQ;AACtB,gBAAU;AAAA,IACZ;AAEA,QAAI,KAAK,MAAM,EAAE,SAASA,OAAM;AAC9B,YAAM,IAAI,WAAW,eAAeA,QAAO,aAAa,KAAK,MAAM,EAAE,OAAO,KAAK,KAAK,MAAM,CAAC;AAAA,IAC/F;AAEA,QAAI,SAAS;AACX,WAAK,QAAQ;AAAA,IACf;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,UAAU;AACR,SAAK,YAAY;AAAA,EACnB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,QAAQ;AACN,QAAI,KAAK,aAAa,MAAM;AAC1B,WAAK,YAAY,KAAK,OAAO,gBAAgB;AAAA,IAC/C;AAEA,WAAO,KAAK;AAAA,EACd;AAAA;AAAA;AAAA;AAAA,EAMA,WAAW,SAAS;AAClB,SAAK,OAAO;AACZ,SAAK,OAAO,WAAW,OAAO;AAAA,EAChC;AAAA;AAAA;AAAA;AAAA,EAMA,QAAQ;AACN,QAAI,CAAC,KAAK,SAAS,aAAa;AAG9B,WAAK,OAAO,WAAW;AAAA,IACzB;AAKA,QAAI,KAAK,SAAS,kBAAkB;AAClC,WAAK,OAAO,OAAO,IAAI,WAAW,aAAa;AAAA,IACjD;AAEA,QAAI;AAEF,UAAI,QAAQ,KAAK,gBAAgB,KAAK;AAEtC,WAAK,OAAO,KAAK;AAEjB,UAAI,CAAC,KAAK,SAAS,aAAa;AAC9B,aAAK,OAAO,SAAS;AAAA,MACvB;AAEA,aAAO;AAAA,IACT,UAAE;AACA,WAAK,OAAO,UAAU;AAAA,IACxB;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,SAAS,QAAQ;AAEf,QAAI,WAAW,KAAK;AACpB,SAAK,QAAQ;AAEb,SAAK,OAAO,UAAU,IAAI,MAAM,GAAG,CAAC;AACpC,SAAK,OAAO,WAAW,MAAM;AAC7B,QAAI,QAAQ,KAAK,gBAAgB,KAAK;AACtC,SAAK,OAAO,GAAG;AAEf,SAAK,YAAY;AACjB,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAaA,gBAAgB,cAAc,kBAAkB;AAC9C,QAAI,OAAO,CAAC;AAGZ,WAAO,MAAM;AAEX,UAAI,KAAK,SAAS,QAAQ;AACxB,aAAK,cAAc;AAAA,MACrB;AAEA,UAAI,MAAM,KAAK,MAAM;AAErB,UAAI,QAAO,gBAAgB,QAAQ,IAAI,IAAI,MAAM,IAAI;AACnD;AAAA,MACF;AAEA,UAAI,oBAAoB,IAAI,SAAS,kBAAkB;AACrD;AAAA,MACF;AAEA,UAAI,gBAAgB,UAAU,IAAI,IAAI,KAAK,UAAU,IAAI,IAAI,EAAE,OAAO;AACpE;AAAA,MACF;AAEA,UAAI,OAAO,KAAK,UAAU,gBAAgB;AAE1C,UAAI,CAAC,MAAM;AACT;AAAA,MACF,WAAW,KAAK,SAAS,YAAY;AACnC;AAAA,MACF;AAEA,WAAK,KAAK,IAAI;AAAA,IAChB;AAEA,QAAI,KAAK,SAAS,QAAQ;AACxB,WAAK,cAAc,IAAI;AAAA,IACzB;AAEA,WAAO,KAAK,iBAAiB,IAAI;AAAA,EACnC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUA,iBAAiB,MAAM;AACrB,QAAI,YAAY;AAChB,QAAI;AAEJ,aAAS,IAAI,GAAG,IAAI,KAAK,QAAQ,KAAK;AACpC,UAAI,KAAK,CAAC,EAAE,SAAS,SAAS;AAC5B,YAAI,cAAc,IAAI;AACpB,gBAAM,IAAI,WAAW,qCAAqC,KAAK,CAAC,EAAE,KAAK;AAAA,QACzE;AAEA,oBAAY;AACZ,mBAAW,KAAK,CAAC,EAAE;AAAA,MACrB;AAAA,IACF;AAEA,QAAI,cAAc,MAAM,UAAU;AAChC,UAAI;AACJ,UAAI;AACJ,UAAI,YAAY,KAAK,MAAM,GAAG,SAAS;AACvC,UAAI,YAAY,KAAK,MAAM,YAAY,CAAC;AAExC,UAAI,UAAU,WAAW,KAAK,UAAU,CAAC,EAAE,SAAS,YAAY;AAC9D,oBAAY,UAAU,CAAC;AAAA,MACzB,OAAO;AACL,oBAAY;AAAA,UACV,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX,MAAM;AAAA,QACR;AAAA,MACF;AAEA,UAAI,UAAU,WAAW,KAAK,UAAU,CAAC,EAAE,SAAS,YAAY;AAC9D,oBAAY,UAAU,CAAC;AAAA,MACzB,OAAO;AACL,oBAAY;AAAA,UACV,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX,MAAM;AAAA,QACR;AAAA,MACF;AAEA,UAAI;AAEJ,UAAI,aAAa,iBAAiB;AAChC,eAAO,KAAK,aAAa,UAAU,CAAC,WAAW,KAAK,SAAS,GAAG,SAAS,GAAG,CAAC,CAAC;AAAA,MAChF,OAAO;AACL,eAAO,KAAK,aAAa,UAAU,CAAC,WAAW,SAAS,GAAG,CAAC,CAAC;AAAA,MAC/D;AAEA,aAAO,CAAC,IAAI;AAAA,IACd,OAAO;AACL,aAAO;AAAA,IACT;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,mBAAmB,MACjB;AACA,QAAI,cAAc,KAAK,MAAM;AAC7B,QAAI,SAAS,YAAY;AACzB,SAAK,QAAQ;AACb,SAAK,cAAc;AAEnB,QAAI,QAAQ,KAAK,WAAW,IAAI;AAEhC,QAAI,CAAC,OAAO;AACV,YAAM,IAAI,WAAW,2BAA2B,SAAS,KAAK,WAAW;AAAA,IAC3E;AAEA,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,qBAAqBA,OAAM;AACzB,QAAI,eAAe,CAAC;AAEpB,aAAS,IAAI,GAAG,IAAIA,MAAK,QAAQ,KAAK;AACpC,mBAAa,KAAK;AAAA,QAChB,MAAM;AAAA,QACN,MAAM;AAAA,QACN,MAAMA,MAAK,CAAC;AAAA,MACd,CAAC;AAAA,IACH;AAEA,QAAI,WAAW;AAAA,MACb,MAAM;AAAA,MACN,MAAM,KAAK;AAAA,MACX,MAAM;AAAA,IACR;AACA,QAAI,YAAY;AAAA,MACd,MAAM;AAAA,MACN,MAAM,KAAK;AAAA,MACX,OAAO,KAAK,SAAS;AAAA,MACrB,MAAM,CAAC,QAAQ;AAAA,IACjB;AACA,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA,EAMA,UAAU,kBAAkB;AAG1B,QAAI,OAAO,KAAK,WAAW,QAAQ,gBAAgB;AAEnD,QAAI,KAAK,SAAS,QAAQ;AACxB,aAAO;AAAA,IACT;AAGA,QAAI;AACJ,QAAI;AAEJ,WAAO,MAAM;AAEX,WAAK,cAAc;AAEnB,UAAI,MAAM,KAAK,MAAM;AAErB,UAAI,IAAI,SAAS,cAAc,IAAI,SAAS,cAAc;AAExD,YAAI,QAAQ,KAAK,SAAS,MAAM;AAC9B,cAAI,SAAS,IAAI,SAAS;AAC1B,eAAK,SAAS;AACd,eAAK,qBAAqB;AAAA,QAC5B,WAAW,QAAQ,KAAK,SAAS,gBAAgB;AAC/C,cAAI,KAAK,oBAAoB;AAC3B,iBAAK,SAAS,IAAI,SAAS;AAAA,UAC7B;AAAA,QACF,OAAO;AACL,gBAAM,IAAI,WAAW,8CAA8C,GAAG;AAAA,QACxE;AAEA,aAAK,QAAQ;AAAA,MACf,WAAW,IAAI,SAAS,KAAK;AAE3B,YAAI,aAAa;AACf,gBAAM,IAAI,WAAW,sBAAsB,GAAG;AAAA,QAChD;AAEA,sBAAc,KAAK,mBAAmB,aAAa;AAAA,MACrD,WAAW,IAAI,SAAS,KAAK;AAE3B,YAAI,WAAW;AACb,gBAAM,IAAI,WAAW,oBAAoB,GAAG;AAAA,QAC9C;AAEA,oBAAY,KAAK,mBAAmB,WAAW;AAAA,MACjD,WAAW,IAAI,SAAS,KAAK;AAE3B,YAAI,aAAa;AACf,gBAAM,IAAI,WAAW,sBAAsB,GAAG;AAAA,QAChD;AAEA,YAAI,QAAQ;AAAA,UACV,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX,MAAM;AAAA,QACR;AAEA,YAAI,SAAS,CAAC,KAAK;AACnB,aAAK,QAAQ;AAEb,eAAO,KAAK,MAAM,EAAE,SAAS,KAAK;AAEhC,iBAAO,KAAK,KAAK;AACjB,eAAK,QAAQ;AAAA,QACf;AAIA,YAAI,KAAK,MAAM,EAAE,SAAS,KAAK;AAC7B,iBAAO,KAAK,KAAK,mBAAmB,aAAa,CAAC;AAAA,QACpD;AAGA,sBAAc;AAAA,UACZ,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX,MAAM;AAAA,QACR;AAAA,MACF,WAAW,aAAa,IAAI,IAAI,GAAG;AAKjC,YAAI,QAAQ,gBAAgB,KAAK,IAAI,IAAI;AACzC,YAAI,eAAe,CAAC;AACpB,qBAAa,KAAK,IAAI,MAAM,aAAa,IAAI,IAAI,CAAC,CAAC;AACnD,aAAK,QAAQ;AAEb,eAAO,MAAM;AACX,cAAI,QAAQ,KAAK,MAAM,EAAE;AAEzB,cAAI,CAAC,aAAa,KAAK,GAAG;AACxB;AAAA,UACF;AAEA,cAAI,gBAAgB,KAAK,KAAK,MAAM,OAAO;AACzC;AAAA,UACF;AAEA,uBAAa,QAAQ,IAAI,MAAM,aAAa,KAAK,CAAC,CAAC;AACnD,eAAK,QAAQ;AAAA,QACf;AAGA,YAAI,OAAO,KAAK,SAAS,YAAY;AAErC,YAAI,OAAO;AACT,sBAAY;AAAA,YACV,MAAM;AAAA,YACN,MAAM;AAAA,YACN;AAAA,UACF;AAAA,QACF,OAAO;AACL,wBAAc;AAAA,YACZ,MAAM;AAAA,YACN,MAAM;AAAA,YACN;AAAA,UACF;AAAA,QACF;AAAA,MACF,OAAO;AAEL;AAAA,MACF;AAAA,IACF;AAIA,QAAI,eAAe,WAAW;AAE5B,aAAO;AAAA,QACL,MAAM;AAAA,QACN,MAAM,KAAK;AAAA,QACX;AAAA,QACA,KAAK;AAAA,QACL,KAAK;AAAA,MACP;AAAA,IACF,OAAO;AAEL,aAAO;AAAA,IACT;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,cAAc,kBAAkB,MAC9B;AACA,QAAI,QAAQ,KAAK,MAAM;AACvB,QAAI,OAAO,MAAM;AACjB,QAAI,WAAW,UAAU,IAAI;AAE7B,QAAI,CAAC,UAAU;AACb,aAAO;AAAA,IACT;AAEA,SAAK,QAAQ;AAEb,QAAI,QAAQ,SAAS,UAAU,CAAC,SAAS,mBAAmB;AAC1D,YAAM,IAAI,WAAW,mBAAmB,OAAO,yBAAyB,OAAO,SAAS,OAAO,KAAK,KAAK;AAAA,IAC3G,WAAW,KAAK,SAAS,UAAU,CAAC,SAAS,eAAe;AAC1D,YAAM,IAAI,WAAW,yBAAyB,OAAO,kBAAkB,KAAK;AAAA,IAC9E,WAAW,KAAK,SAAS,UAAU,SAAS,kBAAkB,OAAO;AACnE,YAAM,IAAI,WAAW,yBAAyB,OAAO,kBAAkB,KAAK;AAAA,IAC9E;AAEA,QAAI;AAAA,MACF;AAAA,MACA;AAAA,IACF,IAAI,KAAK,eAAe,MAAM,QAAQ;AACtC,WAAO,KAAK,aAAa,MAAM,MAAM,SAAS,OAAO,gBAAgB;AAAA,EACvE;AAAA;AAAA;AAAA;AAAA,EAMA,aAAa,MAAM,MAAM,SAAS,OAAO,kBAAkB;AACzD,QAAI,UAAU;AAAA,MACZ,UAAU;AAAA,MACV,QAAQ;AAAA,MACR;AAAA,MACA;AAAA,IACF;AACA,QAAI,OAAO,UAAU,IAAI;AAEzB,QAAI,QAAQ,KAAK,SAAS;AACxB,aAAO,KAAK,QAAQ,SAAS,MAAM,OAAO;AAAA,IAC5C,OAAO;AACL,YAAM,IAAI,WAAW,6BAA6B,IAAI;AAAA,IACxD;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,eAAe,MACf,UAAU;AACR,QAAI,YAAY,SAAS,UAAU,SAAS;AAE5C,QAAI,cAAc,GAAG;AACnB,aAAO;AAAA,QACL,MAAM,CAAC;AAAA,QACP,SAAS,CAAC;AAAA,MACZ;AAAA,IACF;AAEA,QAAI,OAAO,CAAC;AACZ,QAAI,UAAU,CAAC;AAEf,aAAS,IAAI,GAAG,IAAI,WAAW,KAAK;AAClC,UAAI,UAAU,SAAS,YAAY,SAAS,SAAS,CAAC;AACtD,UAAI,aAAa,IAAI,SAAS;AAE9B,UAAI,SAAS,aAAa,WAAW;AAAA,MACrC,SAAS,SAAS,UAAU,MAAM,KAAK,QAAQ,CAAC,KAAK,MAAM;AACzD,kBAAU;AAAA,MACZ;AAEA,UAAI,MAAM,KAAK,iBAAiB,kBAAkB,OAAO,KAAK,SAAS,UAAU;AAEjF,UAAI,YAAY;AACd,gBAAQ,KAAK,GAAG;AAAA,MAClB,WAAW,OAAO,MAAM;AACtB,aAAK,KAAK,GAAG;AAAA,MACf,OAAO;AAEL,cAAM,IAAI,WAAW,4CAA4C;AAAA,MACnE;AAAA,IACF;AAEA,WAAO;AAAA,MACL;AAAA,MACA;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,iBAAiB,MAAM,MAAM,UAAU;AACrC,YAAQ,MAAM;AAAA,MACZ,KAAK;AACH,eAAO,KAAK,gBAAgB,QAAQ;AAAA,MAEtC,KAAK;AACH,eAAO,KAAK,eAAe,QAAQ;AAAA,MAErC,KAAK;AACH,eAAO,KAAK,cAAc,QAAQ;AAAA,MAEpC,KAAK;AAAA,MACL,KAAK;AACH,eAAO,KAAK,mBAAmB,UAAU,IAAI;AAAA,MAE/C,KAAK,QACH;AAGE,YAAI,QAAQ,KAAK,mBAAmB,UAAU,MAAM;AACpD,eAAO,SAAS,OAAO;AAAA,UACrB,MAAM;AAAA,UACN,MAAM,MAAM;AAAA,UACZ,MAAM,CAAC,KAAK;AAAA,UACZ,OAAO;AAAA;AAAA,QAET,IAAI;AAAA,MACN;AAAA,MAEF,KAAK,OACH;AACE,YAAI,QAAQ,KAAK,iBAAiB,OAAO,QAAQ;AACjD,eAAO,SAAS,OAAO;AAAA,UACrB,MAAM;AAAA,UACN,MAAM;AAAA,UACN,QAAQ,MAAM;AAAA,QAChB,IAAI;AAAA,MACN;AAAA,MAEF,KAAK,aACH;AACE,YAAI,UAAU;AACZ,gBAAM,IAAI,WAAW,yCAAyC;AAAA,QAChE;AAEA,YAAI,SAAS,KAAK,WAAW,IAAI;AAEjC,YAAI,UAAU,MAAM;AAClB,gBAAM,IAAI,WAAW,uBAAuB,MAAM,KAAK,MAAM,CAAC;AAAA,QAChE;AAEA,eAAO;AAAA,MACT;AAAA,MAEF,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,KAAK,mBAAmB,QAAQ;AAAA,MAEzC;AACE,cAAM,IAAI,WAAW,2BAA2B,MAAM,KAAK,MAAM,CAAC;AAAA,IACtE;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,gBAAgB;AACd,WAAO,KAAK,MAAM,EAAE,SAAS,KAAK;AAChC,WAAK,QAAQ;AAAA,IACf;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,iBAAiB,UACjB,UAAU;AACR,QAAI,WAAW,KAAK,OAAO,aAAa,QAAQ;AAEhD,QAAI,YAAY,MAAM;AACpB,aAAO;AAAA,IACT;AAEA,QAAI,MAAM;AACV,QAAI;AAEJ,YAAQ,YAAY,KAAK,MAAM,GAAG,SAAS,OAAO;AAChD,aAAO,UAAU;AACjB,WAAK,QAAQ;AAAA,IACf;AAEA,SAAK,QAAQ;AAEb,aAAS,OAAO;AAChB,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,gBAAgB,OAAO,UACrB;AACA,QAAI,aAAa,KAAK,MAAM;AAC5B,QAAI,YAAY;AAChB,QAAI,MAAM;AACV,QAAI;AAEJ,YAAQ,YAAY,KAAK,MAAM,GAAG,SAAS,SAAS,MAAM,KAAK,MAAM,UAAU,IAAI,GAAG;AACpF,kBAAY;AACZ,aAAO,UAAU;AACjB,WAAK,QAAQ;AAAA,IACf;AAEA,QAAI,QAAQ,IAAI;AACd,YAAM,IAAI,WAAW,aAAa,WAAW,QAAQ,WAAW,OAAO,KAAK,UAAU;AAAA,IACxF;AAEA,WAAO,WAAW,MAAM,WAAW,GAAG;AAAA,EACxC;AAAA;AAAA;AAAA;AAAA,EAMA,gBAAgB,UAAU;AACxB,QAAI,MAAM,KAAK,iBAAiB,SAAS,QAAQ;AAEjD,QAAI,OAAO,MAAM;AACf,aAAO;AAAA,IACT;AAEA,QAAI,QAAQ,yCAAyC,KAAK,IAAI,IAAI;AAElE,QAAI,CAAC,OAAO;AACV,YAAM,IAAI,WAAW,qBAAqB,IAAI,OAAO,KAAK,GAAG;AAAA,IAC/D;AAEA,QAAI,QAAQ,MAAM,CAAC;AAEnB,QAAI,iBAAiB,KAAK,KAAK,GAAG;AAIhC,cAAQ,MAAM;AAAA,IAChB;AAEA,WAAO;AAAA,MACL,MAAM;AAAA,MACN,MAAM,KAAK;AAAA,MACX;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,eAAe,UAAU;AACvB,QAAI;AACJ,QAAI,UAAU;AAEd,SAAK,OAAO,cAAc;AAE1B,QAAI,CAAC,YAAY,KAAK,OAAO,OAAO,EAAE,SAAS,KAAK;AAClD,YAAM,KAAK,gBAAgB,mDAAmD,MAAM;AAAA,IACtF,OAAO;AACL,YAAM,KAAK,iBAAiB,QAAQ,QAAQ;AAAA,IAC9C;AAEA,QAAI,CAAC,KAAK;AACR,aAAO;AAAA,IACT;AAEA,QAAI,CAAC,YAAY,IAAI,KAAK,WAAW,GAAG;AAItC,UAAI,OAAO;AAEX,gBAAU;AAAA,IACZ;AAEA,QAAI,QAAQ,6CAA6C,KAAK,IAAI,IAAI;AAEtE,QAAI,CAAC,OAAO;AACV,YAAM,IAAI,WAAW,oBAAoB,IAAI,OAAO,KAAK,GAAG;AAAA,IAC9D;AAEA,QAAI,OAAO;AAAA,MACT,QAAQ,EAAE,MAAM,CAAC,IAAI,MAAM,CAAC;AAAA;AAAA,MAE5B,MAAM,MAAM,CAAC;AAAA,IACf;AAEA,QAAI,CAAC,UAAU,IAAI,GAAG;AACpB,YAAM,IAAI,WAAW,oBAAoB,KAAK,OAAO,KAAK,GAAG;AAAA,IAC/D;AAEA,WAAO;AAAA,MACL,MAAM;AAAA,MACN,MAAM,KAAK;AAAA,MACX,OAAO;AAAA,MACP;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,cAAc,UAAU;AACtB,SAAK,OAAO,MAAM,WAAW,KAAK,EAAE;AAEpC,SAAK,OAAO,MAAM,WAAW,KAAK,EAAE;AAEpC,QAAI,MAAM,KAAK,iBAAiB,OAAO,QAAQ;AAC/C,SAAK,OAAO,MAAM,WAAW,KAAK,EAAE;AAEpC,SAAK,OAAO,MAAM,WAAW,KAAK,EAAE;AAEpC,QAAI,OAAO,MAAM;AACf,aAAO;AAAA,IACT;AAMA,QAAI,MAAM,IAAI,KAAK,QAAQ,oBAAoB,IAAI;AACnD,WAAO;AAAA,MACL,MAAM;AAAA,MACN,MAAM,KAAK;AAAA,MACX;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAMA,mBAAmB,UAAU,MAAM;AACjC,QAAI,WAAW,KAAK,OAAO,aAAa,QAAQ;AAEhD,QAAI,YAAY,MAAM;AACpB,aAAO;AAAA,IACT;AAEA,QAAI,YAAY,KAAK;AAErB,QAAI,MAAM;AAER,WAAK,WAAW,IAAI;AAAA,IACtB;AAEA,SAAK,OAAO,WAAW;AACvB,QAAI,aAAa,KAAK,gBAAgB,OAAO,KAAK;AAElD,SAAK,OAAO,KAAK;AAEjB,SAAK,OAAO,SAAS;AACrB,QAAI,SAAS;AAAA,MACX,MAAM;AAAA,MACN,MAAM,KAAK;AAAA,MACX,KAAK,SAAS;AAAA,MACd,MAAM;AAAA,IACR;AAEA,QAAI,MAAM;AAER,WAAK,WAAW,SAAS;AAAA,IAC3B;AAEA,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASA,WAAW,MACX,kBAAkB;AAChB,QAAI,aAAa,KAAK,MAAM;AAC5B,QAAIA,QAAO,WAAW;AACtB,QAAI;AAEJ,QAAIA,UAAS,OAAOA,UAAS,gBAAgB;AAC3C,WAAK,QAAQ;AACb,UAAI,WAAWA,UAAS,MAAM,MAAM;AACpC,WAAK,OAAO,WAAW;AAEvB,UAAI,aAAa,KAAK,gBAAgB,OAAO,QAAQ;AACrD,UAAI,YAAY,KAAK,MAAM;AAC3B,WAAK,OAAO,QAAQ;AAEpB,WAAK,OAAO,SAAS;AACrB,eAAS;AAAA,QACP,MAAM;AAAA,QACN,MAAM,KAAK;AAAA,QACX,KAAK,eAAe,MAAM,YAAY,SAAS;AAAA,QAC/C,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA,QAKN,YAAYA,UAAS,kBAAkB;AAAA,MACzC;AAAA,IACF,OAAO;AAGL,eAAS,KAAK,cAAc,kBAAkB,IAAI,KAAK,KAAK,YAAY;AAExE,UAAI,UAAU,QAAQA,MAAK,CAAC,MAAM,QAAQ,CAAC,iBAAiB,eAAeA,KAAI,GAAG;AAChF,YAAI,KAAK,SAAS,cAAc;AAC9B,gBAAM,IAAI,WAAW,iCAAiCA,OAAM,UAAU;AAAA,QACxE;AAEA,iBAAS,KAAK,qBAAqBA,KAAI;AACvC,aAAK,QAAQ;AAAA,MACf;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWA,cAAc,OAAO;AACnB,QAAI,IAAI,MAAM,SAAS;AAEvB,aAAS,IAAI,GAAG,IAAI,GAAG,EAAE,GAAG;AAC1B,UAAI,IAAI,MAAM,CAAC;AAEf,UAAI,IAAI,EAAE;AAEV,UAAI,MAAM,OAAO,MAAM,IAAI,CAAC,EAAE,SAAS,KAAK;AAC1C,YAAI,IAAI,IAAI,KAAK,MAAM,IAAI,CAAC,EAAE,SAAS,KAAK;AAC1C,gBAAM,OAAO,GAAG,GAAG;AAAA,YACjB,MAAM;AAAA,YACN,MAAM;AAAA,YACN,KAAK,eAAe,MAAM,GAAG,MAAM,IAAI,CAAC,CAAC;AAAA,YACzC,MAAM;AAAA,UACR,CAAC;AACD,eAAK;AAAA,QACP,OAAO;AACL,gBAAM,OAAO,GAAG,GAAG;AAAA,YACjB,MAAM;AAAA,YACN,MAAM;AAAA,YACN,KAAK,eAAe,MAAM,GAAG,MAAM,IAAI,CAAC,CAAC;AAAA,YACzC,MAAM;AAAA,UACR,CAAC;AACD,eAAK;AAAA,QACP;AAAA,MACF;AAEA,WAAK,MAAM,OAAO,MAAM,QAAQ,MAAM,IAAI,CAAC,EAAE,SAAS,GAAG;AACvD,cAAM,OAAO,GAAG,GAAG;AAAA,UACjB,MAAM;AAAA,UACN,MAAM;AAAA,UACN,KAAK,eAAe,MAAM,GAAG,MAAM,IAAI,CAAC,CAAC;AAAA,UACzC,MAAM,IAAI;AAAA,QACZ,CAAC;AACD,aAAK;AAAA,MACP;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,cAAc;AACZ,QAAI,UAAU,KAAK,MAAM;AACzB,QAAIA,QAAO,QAAQ;AAEnB,QAAI,mBAAmB,KAAKA,KAAI,GAAG;AACjC,WAAK,QAAQ;AACb,UAAI,MAAMA,MAAK,MAAM,CAAC;AACtB,UAAI,OAAO,IAAI,OAAO,CAAC,MAAM;AAE7B,UAAI,MAAM;AACR,cAAM,IAAI,MAAM,CAAC;AAAA,MACnB;AAIA,UAAI,IAAI,SAAS,KAAK,IAAI,OAAO,CAAC,MAAM,IAAI,MAAM,EAAE,GAAG;AACrD,cAAM,IAAI,WAAW,0FAA0F;AAAA,MACjH;AAEA,YAAM,IAAI,MAAM,GAAG,EAAE;AAErB,aAAO;AAAA,QACL,MAAM;AAAA,QACN,MAAM;AAAA,QACN,MAAM;AAAA,QACN;AAAA,MACF;AAAA,IACF;AAIA,QAAI,eAAe,eAAeA,MAAK,CAAC,CAAC,KAAK,CAAC,QAAQ,KAAK,IAAI,EAAEA,MAAK,CAAC,CAAC,GAAG;AAE1E,UAAI,KAAK,SAAS,UAAU,KAAK,SAAS,QAAQ;AAChD,aAAK,SAAS,gBAAgB,yBAAyB,sCAAuCA,MAAK,CAAC,IAAI,uBAA6B,OAAO;AAAA,MAC9I;AAEA,MAAAA,QAAO,eAAeA,MAAK,CAAC,CAAC,IAAIA,MAAK,MAAM,CAAC;AAAA,IAC/C;AAGA,QAAI,QAAQ,kCAAkC,KAAKA,KAAI;AAEvD,QAAI,OAAO;AACT,MAAAA,QAAOA,MAAK,UAAU,GAAG,MAAM,KAAK;AAEpC,UAAIA,UAAS,KAAK;AAChB,QAAAA,QAAO;AAAA,MACT,WAAWA,UAAS,KAAK;AACvB,QAAAA,QAAO;AAAA,MACT;AAAA,IACF;AAGA,QAAI;AAEJ,QAAI,QAAQ,KAAK,IAAI,EAAEA,KAAI,GAAG;AAC5B,UAAI,KAAK,SAAS,UAAU,KAAK,SAAS,UAAU,WAAW,QAAQA,KAAI,KAAK,GAAG;AACjF,aAAK,SAAS,gBAAgB,yBAAyB,qCAAsCA,MAAK,CAAC,IAAI,uBAA6B,OAAO;AAAA,MAC7I;AAEA,UAAI,QAAQ,QAAQ,KAAK,IAAI,EAAEA,KAAI,EAAE;AACrC,UAAI,MAAM,eAAe,MAAM,OAAO;AACtC,UAAI;AAEJ,UAAI,MAAM,eAAe,KAAK,GAAG;AAE/B,YAAI,SAAS;AACb,YAAI;AAAA,UACF,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX;AAAA,UACA;AAAA,UACA,MAAAA;AAAA,QACF;AAAA,MACF,OAAO;AAEL,YAAI;AAAA,UACF,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX;AAAA,UACA,MAAAA;AAAA,QACF;AAAA,MACF;AAGA,eAAS;AAAA,IACX,WAAWA,MAAK,WAAW,CAAC,KAAK,KAAM;AAErC,UAAI,KAAK,SAAS,QAAQ;AACxB,YAAI,CAAC,mBAAmBA,MAAK,WAAW,CAAC,CAAC,GAAG;AAC3C,eAAK,SAAS,gBAAgB,iBAAiB,qCAAsCA,MAAK,CAAC,IAAI,OAAQ,OAAOA,MAAK,WAAW,CAAC,IAAI,MAAM,OAAO;AAAA,QAClJ,WAAW,KAAK,SAAS,QAAQ;AAC/B,eAAK,SAAS,gBAAgB,yBAAyB,6BAA8BA,MAAK,CAAC,IAAI,uBAAwB,OAAO;AAAA,QAChI;AAAA,MACF;AASA,eAAS;AAAA,QACP,MAAM;AAAA,QACN,MAAM;AAAA,QACN,KAAK,eAAe,MAAM,OAAO;AAAA,QACjC,MAAAA;AAAA,MACF;AAAA,IACF,OAAO;AACL,aAAO;AAAA,IACT;AAEA,SAAK,QAAQ;AAEb,QAAI,OAAO;AACT,eAAS,IAAI,GAAG,IAAI,MAAM,CAAC,EAAE,QAAQ,KAAK;AACxC,YAAIuE,UAAS,MAAM,CAAC,EAAE,CAAC;AAEvB,YAAI,CAAC,eAAeA,OAAM,GAAG;AAC3B,gBAAM,IAAI,WAAW,sBAAsBA,UAAS,KAAK,OAAO;AAAA,QAClE;AAEA,YAAI,UAAU,eAAeA,OAAM,EAAE,KAAK,IAAI,KAAK,eAAeA,OAAM,EAAE;AAE1E,YAAI,CAAC,SAAS;AACZ,gBAAM,IAAI,WAAW,YAAYA,UAAS,qBAAqB,KAAK,OAAO,SAAS,OAAO;AAAA,QAC7F;AAEA,iBAAS;AAAA,UACP,MAAM;AAAA,UACN,MAAM,KAAK;AAAA,UACX,KAAK,eAAe,MAAM,OAAO;AAAA,UACjC,OAAO;AAAA,UACP,YAAY;AAAA,UACZ,UAAU;AAAA;AAAA,UAEV,MAAM;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAGA,WAAO;AAAA,EACT;AAEF;AACA,OAAO,kBAAkB,CAAC,KAAK,cAAc,SAAS,WAAW,GAAG;AAUpE,IAAI,YAAY,SAAS+B,WAAU,SAAS,UAAU;AACpD,MAAI,EAAE,OAAO,YAAY,YAAY,mBAAmB,SAAS;AAC/D,UAAM,IAAI,UAAU,8CAA8C;AAAA,EACpE;AAEA,MAAI,SAAS,IAAI,OAAO,SAAS,QAAQ;AAEzC,SAAO,OAAO,OAAO,OAAO,QAAQ,UAAU;AAC9C,MAAI,OAAO,OAAO,MAAM;AAExB,SAAO,OAAO,OAAO,OAAO,QAAQ,iBAAiB;AACrD,SAAO,OAAO,OAAO,OAAO,QAAQ,SAAS;AAG7C,MAAI,OAAO,OAAO,OAAO,IAAI,UAAU,GAAG;AACxC,QAAI,CAAC,SAAS,aAAa;AACzB,YAAM,IAAI,WAAW,uCAAuC;AAAA,IAC9D;AAEA,WAAO,CAAC;AAAA,MACN,MAAM;AAAA,MACN,MAAM;AAAA,MACN,MAAM;AAAA,MACN,KAAK,OAAO,SAAS,CAAC,IAAI,MAAM,UAAU,CAAC,CAAC;AAAA,IAC9C,CAAC;AAAA,EACH;AAEA,SAAO;AACT;AAQA,IAAI,SAAS,SAASC,QAAO,YAAY,UAAU,SAAS;AAC1D,WAAS,cAAc;AACvB,MAAI,OAAO,gBAAgB,YAAY,OAAO,EAAE,OAAO;AACvD,WAAS,YAAY,IAAI;AAC3B;AAIA,IAAI,OAAO,aAAa,aAAa;AACnC,MAAI,SAAS,eAAe,cAAc;AACxC,WAAO,YAAY,eAAe,QAAQ,KAAK,4FAAiG;AAEhJ,aAAS,SAASA,UAAS;AACzB,YAAM,IAAI,WAAW,oCAAoC;AAAA,IAC3D;AAAA,EACF;AACF;AAMA,IAAI,iBAAiB,SAASC,gBAAe,YAAY,SAAS;AAChE,MAAI,SAAS,gBAAgB,YAAY,OAAO,EAAE,SAAS;AAC3D,SAAO;AACT;AAMA,IAAI,oBAAoB,SAASC,mBAAkB,YAAY,SAAS;AACtE,MAAI,WAAW,IAAI,SAAS,OAAO;AACnC,SAAO,UAAU,YAAY,QAAQ;AACvC;AAQA,IAAI,cAAc,SAASC,aAAY,OAAO,YAAY,SAAS;AACjE,MAAI,QAAQ,gBAAgB,EAAE,iBAAiB,aAAa;AAC1D,UAAM;AAAA,EACR;AAEA,MAAI,OAAO,YAAY,SAAS,CAAC,aAAa,GAAG,CAAC,IAAI,WAAW,UAAU,CAAC,CAAC;AAC7E,OAAK,aAAa,SAAS,MAAM,SAAS,CAAC;AAC3C,OAAK,aAAa,SAAS,WAAW,QAAQ,UAAU;AACxD,SAAO;AACT;AAOA,IAAI,kBAAkB,SAASC,iBAAgB,YAAY,SAAS;AAClE,MAAI,WAAW,IAAI,SAAS,OAAO;AAEnC,MAAI;AACF,QAAI,OAAO,UAAU,YAAY,QAAQ;AACzC,WAAO,UAAU,MAAM,YAAY,QAAQ;AAAA,EAC7C,SAAS,OAAO;AACd,WAAO,YAAY,OAAO,YAAY,QAAQ;AAAA,EAChD;AACF;AAOA,IAAI,mBAAmB,SAASC,kBAAiB,YAAY,SAAS;AACpE,MAAI,WAAW,IAAI,SAAS,OAAO;AAEnC,MAAI;AACF,QAAI,OAAO,UAAU,YAAY,QAAQ;AACzC,WAAO,cAAc,MAAM,YAAY,QAAQ;AAAA,EACjD,SAAS,OAAO;AACd,WAAO,YAAY,OAAO,YAAY,QAAQ;AAAA,EAChD;AACF;AAEA,IAAI,QAAQ;AAAA;AAAA;AAAA;AAAA,EAIV,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA,EAMT;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA;AAAA;AAAA;AAAA;AAAA,EAKA;AAAA;AAAA;AAAA;AAAA,EAKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUA,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUT,mBAAmB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUnB,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMpB,kBAAkB;AAAA;AAAA;AAAA;AAAA,EAKlB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOhB,kBAAkB;AAAA;AAAA;AAAA;AAAA,EAKlB,eAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASf,WAAW;AAAA,IACT;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;", "names": ["text", "contains", "deflt", "hyphenate", "getBaseElem", "isCharacterBox", "assert", "protocolFromUrl", "sqrtMain", "hLinePad", "sqrtSize1", "sqrtSize2", "sqrtSize3", "sqrtSize4", "phasePath", "sqrtTall", "sqrtPath", "path", "innerPath", "tallDelim", "sizeAtStyle", "validUnit", "calculateSize", "makeEm", "createClass", "initNode", "toNode", "toMarkup", "styles", "wideCharacterFont", "wideChar", "lookupSymbol", "makeSymbol", "mathsym", "boldsymbol", "makeOrd", "sizeElementFromChildren", "makeLineSpan", "makeAnchor", "makeFragment", "wrapFragment", "getVListChildrenAndDepth", "makeVList", "retrieveTextFontName", "staticSvg", "htmlBuilder", "mathmlBuilder", "normalizeArgument", "ordargument", "node", "traverseNonSpaceNodes", "checkPartialGroup", "getOutermostNode", "getTypeOfDomTree", "makeNullDelimiter", "makeText", "makeRow", "getVariant", "buildExpression", "buildGroup", "buildExpressionRow", "math", "optionsFromSettings", "displayWrap", "buildTree", "buildHTMLTree", "mathMLnode", "groupLength", "svgSpan", "encloseSpan", "inner", "accent", "makeSpan", "delimiters", "getMetrics", "styleWrap", "centerSpan", "makeSmallDelim", "mathrmSize", "makeLargeDelim", "makeGlyphSpan", "makeInner", "makeStackedDelim", "sqrtSvg", "makeSqrtImage", "makeSizedDelim", "delimTypeToFont", "traverseSequence", "makeCustomSizedDelim", "makeLeftRightDelim", "tag", "spacing", "alignedHandler", "textord", "delimFromValue", "sizeData", "close", "sub", "sup", "child", "htmlBuilderDelegate", "context", "parseTree", "render", "renderToString", "generateParseTree", "renderError", "renderToDomTree", "renderToHTMLTree"] } diff --git a/node_modules/.vite/deps/medium-zoom.js.map b/node_modules/.vite/deps/medium-zoom.js.map index 9d8d2bc9..2be9df61 100644 --- a/node_modules/.vite/deps/medium-zoom.js.map +++ b/node_modules/.vite/deps/medium-zoom.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../medium-zoom/dist/medium-zoom.esm.js"], - "sourcesContent": ["/*! medium-zoom 1.1.0 | MIT License | https://github.com/francoischalifour/medium-zoom */\r\nvar _extends = Object.assign || function (target) {\r\n for (var i = 1; i < arguments.length; i++) {\r\n var source = arguments[i];\r\n\r\n for (var key in source) {\r\n if (Object.prototype.hasOwnProperty.call(source, key)) {\r\n target[key] = source[key];\r\n }\r\n }\r\n }\r\n\r\n return target;\r\n};\r\n\r\nvar isSupported = function isSupported(node) {\r\n return node.tagName === 'IMG';\r\n};\r\n\r\n/* eslint-disable-next-line no-prototype-builtins */\r\nvar isNodeList = function isNodeList(selector) {\r\n return NodeList.prototype.isPrototypeOf(selector);\r\n};\r\n\r\nvar isNode = function isNode(selector) {\r\n return selector && selector.nodeType === 1;\r\n};\r\n\r\nvar isSvg = function isSvg(image) {\r\n var source = image.currentSrc || image.src;\r\n return source.substr(-4).toLowerCase() === '.svg';\r\n};\r\n\r\nvar getImagesFromSelector = function getImagesFromSelector(selector) {\r\n try {\r\n if (Array.isArray(selector)) {\r\n return selector.filter(isSupported);\r\n }\r\n\r\n if (isNodeList(selector)) {\r\n // Do not use spread operator or Array.from() for IE support\r\n return [].slice.call(selector).filter(isSupported);\r\n }\r\n\r\n if (isNode(selector)) {\r\n return [selector].filter(isSupported);\r\n }\r\n\r\n if (typeof selector === 'string') {\r\n // Do not use spread operator or Array.from() for IE support\r\n return [].slice.call(document.querySelectorAll(selector)).filter(isSupported);\r\n }\r\n\r\n return [];\r\n } catch (err) {\r\n throw new TypeError('The provided selector is invalid.\\n' + 'Expects a CSS selector, a Node element, a NodeList or an array.\\n' + 'See: https://github.com/francoischalifour/medium-zoom');\r\n }\r\n};\r\n\r\nvar createOverlay = function createOverlay(background) {\r\n var overlay = document.createElement('div');\r\n overlay.classList.add('medium-zoom-overlay');\r\n overlay.style.background = background;\r\n\r\n return overlay;\r\n};\r\n\r\nvar cloneTarget = function cloneTarget(template) {\r\n var _template$getBounding = template.getBoundingClientRect(),\r\n top = _template$getBounding.top,\r\n left = _template$getBounding.left,\r\n width = _template$getBounding.width,\r\n height = _template$getBounding.height;\r\n\r\n var clone = template.cloneNode();\r\n var scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\r\n var scrollLeft = window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0;\r\n\r\n clone.removeAttribute('id');\r\n clone.style.position = 'absolute';\r\n clone.style.top = top + scrollTop + 'px';\r\n clone.style.left = left + scrollLeft + 'px';\r\n clone.style.width = width + 'px';\r\n clone.style.height = height + 'px';\r\n clone.style.transform = '';\r\n\r\n return clone;\r\n};\r\n\r\nvar createCustomEvent = function createCustomEvent(type, params) {\r\n var eventParams = _extends({\r\n bubbles: false,\r\n cancelable: false,\r\n detail: undefined\r\n }, params);\r\n\r\n if (typeof window.CustomEvent === 'function') {\r\n return new CustomEvent(type, eventParams);\r\n }\r\n\r\n var customEvent = document.createEvent('CustomEvent');\r\n customEvent.initCustomEvent(type, eventParams.bubbles, eventParams.cancelable, eventParams.detail);\r\n\r\n return customEvent;\r\n};\r\n\r\nvar mediumZoom = function mediumZoom(selector) {\r\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\r\n\r\n /**\r\n * Ensure the compatibility with IE11 if no Promise polyfill are used.\r\n */\r\n var Promise = window.Promise || function Promise(fn) {\r\n function noop() {}\r\n fn(noop, noop);\r\n };\r\n\r\n var _handleClick = function _handleClick(event) {\r\n var target = event.target;\r\n\r\n\r\n if (target === overlay) {\r\n close();\r\n return;\r\n }\r\n\r\n if (images.indexOf(target) === -1) {\r\n return;\r\n }\r\n\r\n toggle({ target: target });\r\n };\r\n\r\n var _handleScroll = function _handleScroll() {\r\n if (isAnimating || !active.original) {\r\n return;\r\n }\r\n\r\n var currentScroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\r\n\r\n if (Math.abs(scrollTop - currentScroll) > zoomOptions.scrollOffset) {\r\n setTimeout(close, 150);\r\n }\r\n };\r\n\r\n var _handleKeyUp = function _handleKeyUp(event) {\r\n var key = event.key || event.keyCode;\r\n\r\n // Close if escape key is pressed\r\n if (key === 'Escape' || key === 'Esc' || key === 27) {\r\n close();\r\n }\r\n };\r\n\r\n var update = function update() {\r\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\r\n\r\n var newOptions = options;\r\n\r\n if (options.background) {\r\n overlay.style.background = options.background;\r\n }\r\n\r\n if (options.container && options.container instanceof Object) {\r\n newOptions.container = _extends({}, zoomOptions.container, options.container);\r\n }\r\n\r\n if (options.template) {\r\n var template = isNode(options.template) ? options.template : document.querySelector(options.template);\r\n\r\n newOptions.template = template;\r\n }\r\n\r\n zoomOptions = _extends({}, zoomOptions, newOptions);\r\n\r\n images.forEach(function (image) {\r\n image.dispatchEvent(createCustomEvent('medium-zoom:update', {\r\n detail: { zoom: zoom }\r\n }));\r\n });\r\n\r\n return zoom;\r\n };\r\n\r\n var clone = function clone() {\r\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\r\n return mediumZoom(_extends({}, zoomOptions, options));\r\n };\r\n\r\n var attach = function attach() {\r\n for (var _len = arguments.length, selectors = Array(_len), _key = 0; _key < _len; _key++) {\r\n selectors[_key] = arguments[_key];\r\n }\r\n\r\n var newImages = selectors.reduce(function (imagesAccumulator, currentSelector) {\r\n return [].concat(imagesAccumulator, getImagesFromSelector(currentSelector));\r\n }, []);\r\n\r\n newImages.filter(function (newImage) {\r\n return images.indexOf(newImage) === -1;\r\n }).forEach(function (newImage) {\r\n images.push(newImage);\r\n newImage.classList.add('medium-zoom-image');\r\n });\r\n\r\n eventListeners.forEach(function (_ref) {\r\n var type = _ref.type,\r\n listener = _ref.listener,\r\n options = _ref.options;\r\n\r\n newImages.forEach(function (image) {\r\n image.addEventListener(type, listener, options);\r\n });\r\n });\r\n\r\n return zoom;\r\n };\r\n\r\n var detach = function detach() {\r\n for (var _len2 = arguments.length, selectors = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\r\n selectors[_key2] = arguments[_key2];\r\n }\r\n\r\n if (active.zoomed) {\r\n close();\r\n }\r\n\r\n var imagesToDetach = selectors.length > 0 ? selectors.reduce(function (imagesAccumulator, currentSelector) {\r\n return [].concat(imagesAccumulator, getImagesFromSelector(currentSelector));\r\n }, []) : images;\r\n\r\n imagesToDetach.forEach(function (image) {\r\n image.classList.remove('medium-zoom-image');\r\n image.dispatchEvent(createCustomEvent('medium-zoom:detach', {\r\n detail: { zoom: zoom }\r\n }));\r\n });\r\n\r\n images = images.filter(function (image) {\r\n return imagesToDetach.indexOf(image) === -1;\r\n });\r\n\r\n return zoom;\r\n };\r\n\r\n var on = function on(type, listener) {\r\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\r\n\r\n images.forEach(function (image) {\r\n image.addEventListener('medium-zoom:' + type, listener, options);\r\n });\r\n\r\n eventListeners.push({ type: 'medium-zoom:' + type, listener: listener, options: options });\r\n\r\n return zoom;\r\n };\r\n\r\n var off = function off(type, listener) {\r\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\r\n\r\n images.forEach(function (image) {\r\n image.removeEventListener('medium-zoom:' + type, listener, options);\r\n });\r\n\r\n eventListeners = eventListeners.filter(function (eventListener) {\r\n return !(eventListener.type === 'medium-zoom:' + type && eventListener.listener.toString() === listener.toString());\r\n });\r\n\r\n return zoom;\r\n };\r\n\r\n var open = function open() {\r\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\r\n target = _ref2.target;\r\n\r\n var _animate = function _animate() {\r\n var container = {\r\n width: document.documentElement.clientWidth,\r\n height: document.documentElement.clientHeight,\r\n left: 0,\r\n top: 0,\r\n right: 0,\r\n bottom: 0\r\n };\r\n var viewportWidth = void 0;\r\n var viewportHeight = void 0;\r\n\r\n if (zoomOptions.container) {\r\n if (zoomOptions.container instanceof Object) {\r\n // The container is given as an object with properties like width, height, left, top\r\n container = _extends({}, container, zoomOptions.container);\r\n\r\n // We need to adjust custom options like container.right or container.bottom\r\n viewportWidth = container.width - container.left - container.right - zoomOptions.margin * 2;\r\n viewportHeight = container.height - container.top - container.bottom - zoomOptions.margin * 2;\r\n } else {\r\n // The container is given as an element\r\n var zoomContainer = isNode(zoomOptions.container) ? zoomOptions.container : document.querySelector(zoomOptions.container);\r\n\r\n var _zoomContainer$getBou = zoomContainer.getBoundingClientRect(),\r\n _width = _zoomContainer$getBou.width,\r\n _height = _zoomContainer$getBou.height,\r\n _left = _zoomContainer$getBou.left,\r\n _top = _zoomContainer$getBou.top;\r\n\r\n container = _extends({}, container, {\r\n width: _width,\r\n height: _height,\r\n left: _left,\r\n top: _top\r\n });\r\n }\r\n }\r\n\r\n viewportWidth = viewportWidth || container.width - zoomOptions.margin * 2;\r\n viewportHeight = viewportHeight || container.height - zoomOptions.margin * 2;\r\n\r\n var zoomTarget = active.zoomedHd || active.original;\r\n var naturalWidth = isSvg(zoomTarget) ? viewportWidth : zoomTarget.naturalWidth || viewportWidth;\r\n var naturalHeight = isSvg(zoomTarget) ? viewportHeight : zoomTarget.naturalHeight || viewportHeight;\r\n\r\n var _zoomTarget$getBoundi = zoomTarget.getBoundingClientRect(),\r\n top = _zoomTarget$getBoundi.top,\r\n left = _zoomTarget$getBoundi.left,\r\n width = _zoomTarget$getBoundi.width,\r\n height = _zoomTarget$getBoundi.height;\r\n\r\n var scaleX = Math.min(Math.max(width, naturalWidth), viewportWidth) / width;\r\n var scaleY = Math.min(Math.max(height, naturalHeight), viewportHeight) / height;\r\n var scale = Math.min(scaleX, scaleY);\r\n var translateX = (-left + (viewportWidth - width) / 2 + zoomOptions.margin + container.left) / scale;\r\n var translateY = (-top + (viewportHeight - height) / 2 + zoomOptions.margin + container.top) / scale;\r\n var transform = 'scale(' + scale + ') translate3d(' + translateX + 'px, ' + translateY + 'px, 0)';\r\n\r\n active.zoomed.style.transform = transform;\r\n\r\n if (active.zoomedHd) {\r\n active.zoomedHd.style.transform = transform;\r\n }\r\n };\r\n\r\n return new Promise(function (resolve) {\r\n if (target && images.indexOf(target) === -1) {\r\n resolve(zoom);\r\n return;\r\n }\r\n\r\n var _handleOpenEnd = function _handleOpenEnd() {\r\n isAnimating = false;\r\n active.zoomed.removeEventListener('transitionend', _handleOpenEnd);\r\n active.original.dispatchEvent(createCustomEvent('medium-zoom:opened', {\r\n detail: { zoom: zoom }\r\n }));\r\n\r\n resolve(zoom);\r\n };\r\n\r\n if (active.zoomed) {\r\n resolve(zoom);\r\n return;\r\n }\r\n\r\n if (target) {\r\n // The zoom was triggered manually via a click\r\n active.original = target;\r\n } else if (images.length > 0) {\r\nvar _images = images;\r\n active.original = _images[0];\r\n } else {\r\n resolve(zoom);\r\n return;\r\n }\r\n\r\n active.original.dispatchEvent(createCustomEvent('medium-zoom:open', {\r\n detail: { zoom: zoom }\r\n }));\r\n\r\n scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\r\n isAnimating = true;\r\n active.zoomed = cloneTarget(active.original);\r\n\r\n document.body.appendChild(overlay);\r\n\r\n if (zoomOptions.template) {\r\n var template = isNode(zoomOptions.template) ? zoomOptions.template : document.querySelector(zoomOptions.template);\r\n active.template = document.createElement('div');\r\n active.template.appendChild(template.content.cloneNode(true));\r\n\r\n document.body.appendChild(active.template);\r\n }\r\n\r\n // If the selected tag is inside a tag, set the\r\n // currently-applied source as the cloned `src=` attribute.\r\n // (as these might differ, or src= might be unset in some cases)\r\n if (active.original.parentElement && active.original.parentElement.tagName === 'PICTURE' && active.original.currentSrc) {\r\n active.zoomed.src = active.original.currentSrc;\r\n }\r\n\r\n document.body.appendChild(active.zoomed);\r\n\r\n window.requestAnimationFrame(function () {\r\n document.body.classList.add('medium-zoom--opened');\r\n });\r\n\r\n active.original.classList.add('medium-zoom-image--hidden');\r\n active.zoomed.classList.add('medium-zoom-image--opened');\r\n\r\n active.zoomed.addEventListener('click', close);\r\n active.zoomed.addEventListener('transitionend', _handleOpenEnd);\r\n\r\n if (active.original.getAttribute('data-zoom-src')) {\r\n active.zoomedHd = active.zoomed.cloneNode();\r\n\r\n // Reset the `scrset` property or the HD image won't load.\r\n active.zoomedHd.removeAttribute('srcset');\r\n active.zoomedHd.removeAttribute('sizes');\r\n // Remove loading attribute so the browser can load the image normally\r\n active.zoomedHd.removeAttribute('loading');\r\n\r\n active.zoomedHd.src = active.zoomed.getAttribute('data-zoom-src');\r\n\r\n active.zoomedHd.onerror = function () {\r\n clearInterval(getZoomTargetSize);\r\n console.warn('Unable to reach the zoom image target ' + active.zoomedHd.src);\r\n active.zoomedHd = null;\r\n _animate();\r\n };\r\n\r\n // We need to access the natural size of the full HD\r\n // target as fast as possible to compute the animation.\r\n var getZoomTargetSize = setInterval(function () {\r\n if ( active.zoomedHd.complete) {\r\n clearInterval(getZoomTargetSize);\r\n active.zoomedHd.classList.add('medium-zoom-image--opened');\r\n active.zoomedHd.addEventListener('click', close);\r\n document.body.appendChild(active.zoomedHd);\r\n _animate();\r\n }\r\n }, 10);\r\n } else if (active.original.hasAttribute('srcset')) {\r\n // If an image has a `srcset` attribuet, we don't know the dimensions of the\r\n // zoomed (HD) image (like when `data-zoom-src` is specified).\r\n // Therefore the approach is quite similar.\r\n active.zoomedHd = active.zoomed.cloneNode();\r\n\r\n // Resetting the sizes attribute tells the browser to load the\r\n // image best fitting the current viewport size, respecting the `srcset`.\r\n active.zoomedHd.removeAttribute('sizes');\r\n\r\n // In Firefox, the `loading` attribute needs to be set to `eager` (default\r\n // value) for the load event to be fired.\r\n active.zoomedHd.removeAttribute('loading');\r\n\r\n // Wait for the load event of the hd image. This will fire if the image\r\n // is already cached.\r\n var loadEventListener = active.zoomedHd.addEventListener('load', function () {\r\n active.zoomedHd.removeEventListener('load', loadEventListener);\r\n active.zoomedHd.classList.add('medium-zoom-image--opened');\r\n active.zoomedHd.addEventListener('click', close);\r\n document.body.appendChild(active.zoomedHd);\r\n _animate();\r\n });\r\n } else {\r\n _animate();\r\n }\r\n });\r\n };\r\n\r\n var close = function close() {\r\n return new Promise(function (resolve) {\r\n if (isAnimating || !active.original) {\r\n resolve(zoom);\r\n return;\r\n }\r\n\r\n var _handleCloseEnd = function _handleCloseEnd() {\r\n active.original.classList.remove('medium-zoom-image--hidden');\r\n document.body.removeChild(active.zoomed);\r\n if (active.zoomedHd) {\r\n document.body.removeChild(active.zoomedHd);\r\n }\r\n document.body.removeChild(overlay);\r\n active.zoomed.classList.remove('medium-zoom-image--opened');\r\n if (active.template) {\r\n document.body.removeChild(active.template);\r\n }\r\n\r\n isAnimating = false;\r\n active.zoomed.removeEventListener('transitionend', _handleCloseEnd);\r\n\r\n active.original.dispatchEvent(createCustomEvent('medium-zoom:closed', {\r\n detail: { zoom: zoom }\r\n }));\r\n\r\n active.original = null;\r\n active.zoomed = null;\r\n active.zoomedHd = null;\r\n active.template = null;\r\n\r\n resolve(zoom);\r\n };\r\n\r\n isAnimating = true;\r\n document.body.classList.remove('medium-zoom--opened');\r\n active.zoomed.style.transform = '';\r\n\r\n if (active.zoomedHd) {\r\n active.zoomedHd.style.transform = '';\r\n }\r\n\r\n // Fade out the template so it's not too abrupt\r\n if (active.template) {\r\n active.template.style.transition = 'opacity 150ms';\r\n active.template.style.opacity = 0;\r\n }\r\n\r\n active.original.dispatchEvent(createCustomEvent('medium-zoom:close', {\r\n detail: { zoom: zoom }\r\n }));\r\n\r\n active.zoomed.addEventListener('transitionend', _handleCloseEnd);\r\n });\r\n };\r\n\r\n var toggle = function toggle() {\r\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\r\n target = _ref3.target;\r\n\r\n if (active.original) {\r\n return close();\r\n }\r\n\r\n return open({ target: target });\r\n };\r\n\r\n var getOptions = function getOptions() {\r\n return zoomOptions;\r\n };\r\n\r\n var getImages = function getImages() {\r\n return images;\r\n };\r\n\r\n var getZoomedImage = function getZoomedImage() {\r\n return active.original;\r\n };\r\n\r\n var images = [];\r\n var eventListeners = [];\r\n var isAnimating = false;\r\n var scrollTop = 0;\r\n var zoomOptions = options;\r\n var active = {\r\n original: null,\r\n zoomed: null,\r\n zoomedHd: null,\r\n template: null\r\n\r\n // If the selector is omitted, it's replaced by the options\r\n };if (Object.prototype.toString.call(selector) === '[object Object]') {\r\n zoomOptions = selector;\r\n } else if (selector || typeof selector === 'string' // to process empty string as a selector\r\n ) {\r\n attach(selector);\r\n }\r\n\r\n // Apply the default option values\r\n zoomOptions = _extends({\r\n margin: 0,\r\n background: '#fff',\r\n scrollOffset: 40,\r\n container: null,\r\n template: null\r\n }, zoomOptions);\r\n\r\n var overlay = createOverlay(zoomOptions.background);\r\n\r\n document.addEventListener('click', _handleClick);\r\n document.addEventListener('keyup', _handleKeyUp);\r\n document.addEventListener('scroll', _handleScroll);\r\n window.addEventListener('resize', close);\r\n\r\n var zoom = {\r\n open: open,\r\n close: close,\r\n toggle: toggle,\r\n update: update,\r\n clone: clone,\r\n attach: attach,\r\n detach: detach,\r\n on: on,\r\n off: off,\r\n getOptions: getOptions,\r\n getImages: getImages,\r\n getZoomedImage: getZoomedImage\r\n };\r\n\r\n return zoom;\r\n};\r\n\r\nfunction styleInject(css, ref) {\r\n if ( ref === void 0 ) ref = {};\r\n var insertAt = ref.insertAt;\r\n\r\n if (!css || typeof document === 'undefined') { return; }\r\n\r\n var head = document.head || document.getElementsByTagName('head')[0];\r\n var style = document.createElement('style');\r\n style.type = 'text/css';\r\n\r\n if (insertAt === 'top') {\r\n if (head.firstChild) {\r\n head.insertBefore(style, head.firstChild);\r\n } else {\r\n head.appendChild(style);\r\n }\r\n } else {\r\n head.appendChild(style);\r\n }\r\n\r\n if (style.styleSheet) {\r\n style.styleSheet.cssText = css;\r\n } else {\r\n style.appendChild(document.createTextNode(css));\r\n }\r\n}\r\n\r\nvar css = \".medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}\";\r\nstyleInject(css);\r\n\r\nexport default mediumZoom;\r\n"], + "sourcesContent": ["/*! medium-zoom 1.1.0 | MIT License | https://github.com/francoischalifour/medium-zoom */\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\nvar isSupported = function isSupported(node) {\n return node.tagName === 'IMG';\n};\n\n/* eslint-disable-next-line no-prototype-builtins */\nvar isNodeList = function isNodeList(selector) {\n return NodeList.prototype.isPrototypeOf(selector);\n};\n\nvar isNode = function isNode(selector) {\n return selector && selector.nodeType === 1;\n};\n\nvar isSvg = function isSvg(image) {\n var source = image.currentSrc || image.src;\n return source.substr(-4).toLowerCase() === '.svg';\n};\n\nvar getImagesFromSelector = function getImagesFromSelector(selector) {\n try {\n if (Array.isArray(selector)) {\n return selector.filter(isSupported);\n }\n\n if (isNodeList(selector)) {\n // Do not use spread operator or Array.from() for IE support\n return [].slice.call(selector).filter(isSupported);\n }\n\n if (isNode(selector)) {\n return [selector].filter(isSupported);\n }\n\n if (typeof selector === 'string') {\n // Do not use spread operator or Array.from() for IE support\n return [].slice.call(document.querySelectorAll(selector)).filter(isSupported);\n }\n\n return [];\n } catch (err) {\n throw new TypeError('The provided selector is invalid.\\n' + 'Expects a CSS selector, a Node element, a NodeList or an array.\\n' + 'See: https://github.com/francoischalifour/medium-zoom');\n }\n};\n\nvar createOverlay = function createOverlay(background) {\n var overlay = document.createElement('div');\n overlay.classList.add('medium-zoom-overlay');\n overlay.style.background = background;\n\n return overlay;\n};\n\nvar cloneTarget = function cloneTarget(template) {\n var _template$getBounding = template.getBoundingClientRect(),\n top = _template$getBounding.top,\n left = _template$getBounding.left,\n width = _template$getBounding.width,\n height = _template$getBounding.height;\n\n var clone = template.cloneNode();\n var scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\n var scrollLeft = window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0;\n\n clone.removeAttribute('id');\n clone.style.position = 'absolute';\n clone.style.top = top + scrollTop + 'px';\n clone.style.left = left + scrollLeft + 'px';\n clone.style.width = width + 'px';\n clone.style.height = height + 'px';\n clone.style.transform = '';\n\n return clone;\n};\n\nvar createCustomEvent = function createCustomEvent(type, params) {\n var eventParams = _extends({\n bubbles: false,\n cancelable: false,\n detail: undefined\n }, params);\n\n if (typeof window.CustomEvent === 'function') {\n return new CustomEvent(type, eventParams);\n }\n\n var customEvent = document.createEvent('CustomEvent');\n customEvent.initCustomEvent(type, eventParams.bubbles, eventParams.cancelable, eventParams.detail);\n\n return customEvent;\n};\n\nvar mediumZoom = function mediumZoom(selector) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n /**\n * Ensure the compatibility with IE11 if no Promise polyfill are used.\n */\n var Promise = window.Promise || function Promise(fn) {\n function noop() {}\n fn(noop, noop);\n };\n\n var _handleClick = function _handleClick(event) {\n var target = event.target;\n\n\n if (target === overlay) {\n close();\n return;\n }\n\n if (images.indexOf(target) === -1) {\n return;\n }\n\n toggle({ target: target });\n };\n\n var _handleScroll = function _handleScroll() {\n if (isAnimating || !active.original) {\n return;\n }\n\n var currentScroll = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\n\n if (Math.abs(scrollTop - currentScroll) > zoomOptions.scrollOffset) {\n setTimeout(close, 150);\n }\n };\n\n var _handleKeyUp = function _handleKeyUp(event) {\n var key = event.key || event.keyCode;\n\n // Close if escape key is pressed\n if (key === 'Escape' || key === 'Esc' || key === 27) {\n close();\n }\n };\n\n var update = function update() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n var newOptions = options;\n\n if (options.background) {\n overlay.style.background = options.background;\n }\n\n if (options.container && options.container instanceof Object) {\n newOptions.container = _extends({}, zoomOptions.container, options.container);\n }\n\n if (options.template) {\n var template = isNode(options.template) ? options.template : document.querySelector(options.template);\n\n newOptions.template = template;\n }\n\n zoomOptions = _extends({}, zoomOptions, newOptions);\n\n images.forEach(function (image) {\n image.dispatchEvent(createCustomEvent('medium-zoom:update', {\n detail: { zoom: zoom }\n }));\n });\n\n return zoom;\n };\n\n var clone = function clone() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n return mediumZoom(_extends({}, zoomOptions, options));\n };\n\n var attach = function attach() {\n for (var _len = arguments.length, selectors = Array(_len), _key = 0; _key < _len; _key++) {\n selectors[_key] = arguments[_key];\n }\n\n var newImages = selectors.reduce(function (imagesAccumulator, currentSelector) {\n return [].concat(imagesAccumulator, getImagesFromSelector(currentSelector));\n }, []);\n\n newImages.filter(function (newImage) {\n return images.indexOf(newImage) === -1;\n }).forEach(function (newImage) {\n images.push(newImage);\n newImage.classList.add('medium-zoom-image');\n });\n\n eventListeners.forEach(function (_ref) {\n var type = _ref.type,\n listener = _ref.listener,\n options = _ref.options;\n\n newImages.forEach(function (image) {\n image.addEventListener(type, listener, options);\n });\n });\n\n return zoom;\n };\n\n var detach = function detach() {\n for (var _len2 = arguments.length, selectors = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n selectors[_key2] = arguments[_key2];\n }\n\n if (active.zoomed) {\n close();\n }\n\n var imagesToDetach = selectors.length > 0 ? selectors.reduce(function (imagesAccumulator, currentSelector) {\n return [].concat(imagesAccumulator, getImagesFromSelector(currentSelector));\n }, []) : images;\n\n imagesToDetach.forEach(function (image) {\n image.classList.remove('medium-zoom-image');\n image.dispatchEvent(createCustomEvent('medium-zoom:detach', {\n detail: { zoom: zoom }\n }));\n });\n\n images = images.filter(function (image) {\n return imagesToDetach.indexOf(image) === -1;\n });\n\n return zoom;\n };\n\n var on = function on(type, listener) {\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n\n images.forEach(function (image) {\n image.addEventListener('medium-zoom:' + type, listener, options);\n });\n\n eventListeners.push({ type: 'medium-zoom:' + type, listener: listener, options: options });\n\n return zoom;\n };\n\n var off = function off(type, listener) {\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n\n images.forEach(function (image) {\n image.removeEventListener('medium-zoom:' + type, listener, options);\n });\n\n eventListeners = eventListeners.filter(function (eventListener) {\n return !(eventListener.type === 'medium-zoom:' + type && eventListener.listener.toString() === listener.toString());\n });\n\n return zoom;\n };\n\n var open = function open() {\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n target = _ref2.target;\n\n var _animate = function _animate() {\n var container = {\n width: document.documentElement.clientWidth,\n height: document.documentElement.clientHeight,\n left: 0,\n top: 0,\n right: 0,\n bottom: 0\n };\n var viewportWidth = void 0;\n var viewportHeight = void 0;\n\n if (zoomOptions.container) {\n if (zoomOptions.container instanceof Object) {\n // The container is given as an object with properties like width, height, left, top\n container = _extends({}, container, zoomOptions.container);\n\n // We need to adjust custom options like container.right or container.bottom\n viewportWidth = container.width - container.left - container.right - zoomOptions.margin * 2;\n viewportHeight = container.height - container.top - container.bottom - zoomOptions.margin * 2;\n } else {\n // The container is given as an element\n var zoomContainer = isNode(zoomOptions.container) ? zoomOptions.container : document.querySelector(zoomOptions.container);\n\n var _zoomContainer$getBou = zoomContainer.getBoundingClientRect(),\n _width = _zoomContainer$getBou.width,\n _height = _zoomContainer$getBou.height,\n _left = _zoomContainer$getBou.left,\n _top = _zoomContainer$getBou.top;\n\n container = _extends({}, container, {\n width: _width,\n height: _height,\n left: _left,\n top: _top\n });\n }\n }\n\n viewportWidth = viewportWidth || container.width - zoomOptions.margin * 2;\n viewportHeight = viewportHeight || container.height - zoomOptions.margin * 2;\n\n var zoomTarget = active.zoomedHd || active.original;\n var naturalWidth = isSvg(zoomTarget) ? viewportWidth : zoomTarget.naturalWidth || viewportWidth;\n var naturalHeight = isSvg(zoomTarget) ? viewportHeight : zoomTarget.naturalHeight || viewportHeight;\n\n var _zoomTarget$getBoundi = zoomTarget.getBoundingClientRect(),\n top = _zoomTarget$getBoundi.top,\n left = _zoomTarget$getBoundi.left,\n width = _zoomTarget$getBoundi.width,\n height = _zoomTarget$getBoundi.height;\n\n var scaleX = Math.min(Math.max(width, naturalWidth), viewportWidth) / width;\n var scaleY = Math.min(Math.max(height, naturalHeight), viewportHeight) / height;\n var scale = Math.min(scaleX, scaleY);\n var translateX = (-left + (viewportWidth - width) / 2 + zoomOptions.margin + container.left) / scale;\n var translateY = (-top + (viewportHeight - height) / 2 + zoomOptions.margin + container.top) / scale;\n var transform = 'scale(' + scale + ') translate3d(' + translateX + 'px, ' + translateY + 'px, 0)';\n\n active.zoomed.style.transform = transform;\n\n if (active.zoomedHd) {\n active.zoomedHd.style.transform = transform;\n }\n };\n\n return new Promise(function (resolve) {\n if (target && images.indexOf(target) === -1) {\n resolve(zoom);\n return;\n }\n\n var _handleOpenEnd = function _handleOpenEnd() {\n isAnimating = false;\n active.zoomed.removeEventListener('transitionend', _handleOpenEnd);\n active.original.dispatchEvent(createCustomEvent('medium-zoom:opened', {\n detail: { zoom: zoom }\n }));\n\n resolve(zoom);\n };\n\n if (active.zoomed) {\n resolve(zoom);\n return;\n }\n\n if (target) {\n // The zoom was triggered manually via a click\n active.original = target;\n } else if (images.length > 0) {\nvar _images = images;\n active.original = _images[0];\n } else {\n resolve(zoom);\n return;\n }\n\n active.original.dispatchEvent(createCustomEvent('medium-zoom:open', {\n detail: { zoom: zoom }\n }));\n\n scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\n isAnimating = true;\n active.zoomed = cloneTarget(active.original);\n\n document.body.appendChild(overlay);\n\n if (zoomOptions.template) {\n var template = isNode(zoomOptions.template) ? zoomOptions.template : document.querySelector(zoomOptions.template);\n active.template = document.createElement('div');\n active.template.appendChild(template.content.cloneNode(true));\n\n document.body.appendChild(active.template);\n }\n\n // If the selected tag is inside a tag, set the\n // currently-applied source as the cloned `src=` attribute.\n // (as these might differ, or src= might be unset in some cases)\n if (active.original.parentElement && active.original.parentElement.tagName === 'PICTURE' && active.original.currentSrc) {\n active.zoomed.src = active.original.currentSrc;\n }\n\n document.body.appendChild(active.zoomed);\n\n window.requestAnimationFrame(function () {\n document.body.classList.add('medium-zoom--opened');\n });\n\n active.original.classList.add('medium-zoom-image--hidden');\n active.zoomed.classList.add('medium-zoom-image--opened');\n\n active.zoomed.addEventListener('click', close);\n active.zoomed.addEventListener('transitionend', _handleOpenEnd);\n\n if (active.original.getAttribute('data-zoom-src')) {\n active.zoomedHd = active.zoomed.cloneNode();\n\n // Reset the `scrset` property or the HD image won't load.\n active.zoomedHd.removeAttribute('srcset');\n active.zoomedHd.removeAttribute('sizes');\n // Remove loading attribute so the browser can load the image normally\n active.zoomedHd.removeAttribute('loading');\n\n active.zoomedHd.src = active.zoomed.getAttribute('data-zoom-src');\n\n active.zoomedHd.onerror = function () {\n clearInterval(getZoomTargetSize);\n console.warn('Unable to reach the zoom image target ' + active.zoomedHd.src);\n active.zoomedHd = null;\n _animate();\n };\n\n // We need to access the natural size of the full HD\n // target as fast as possible to compute the animation.\n var getZoomTargetSize = setInterval(function () {\n if ( active.zoomedHd.complete) {\n clearInterval(getZoomTargetSize);\n active.zoomedHd.classList.add('medium-zoom-image--opened');\n active.zoomedHd.addEventListener('click', close);\n document.body.appendChild(active.zoomedHd);\n _animate();\n }\n }, 10);\n } else if (active.original.hasAttribute('srcset')) {\n // If an image has a `srcset` attribuet, we don't know the dimensions of the\n // zoomed (HD) image (like when `data-zoom-src` is specified).\n // Therefore the approach is quite similar.\n active.zoomedHd = active.zoomed.cloneNode();\n\n // Resetting the sizes attribute tells the browser to load the\n // image best fitting the current viewport size, respecting the `srcset`.\n active.zoomedHd.removeAttribute('sizes');\n\n // In Firefox, the `loading` attribute needs to be set to `eager` (default\n // value) for the load event to be fired.\n active.zoomedHd.removeAttribute('loading');\n\n // Wait for the load event of the hd image. This will fire if the image\n // is already cached.\n var loadEventListener = active.zoomedHd.addEventListener('load', function () {\n active.zoomedHd.removeEventListener('load', loadEventListener);\n active.zoomedHd.classList.add('medium-zoom-image--opened');\n active.zoomedHd.addEventListener('click', close);\n document.body.appendChild(active.zoomedHd);\n _animate();\n });\n } else {\n _animate();\n }\n });\n };\n\n var close = function close() {\n return new Promise(function (resolve) {\n if (isAnimating || !active.original) {\n resolve(zoom);\n return;\n }\n\n var _handleCloseEnd = function _handleCloseEnd() {\n active.original.classList.remove('medium-zoom-image--hidden');\n document.body.removeChild(active.zoomed);\n if (active.zoomedHd) {\n document.body.removeChild(active.zoomedHd);\n }\n document.body.removeChild(overlay);\n active.zoomed.classList.remove('medium-zoom-image--opened');\n if (active.template) {\n document.body.removeChild(active.template);\n }\n\n isAnimating = false;\n active.zoomed.removeEventListener('transitionend', _handleCloseEnd);\n\n active.original.dispatchEvent(createCustomEvent('medium-zoom:closed', {\n detail: { zoom: zoom }\n }));\n\n active.original = null;\n active.zoomed = null;\n active.zoomedHd = null;\n active.template = null;\n\n resolve(zoom);\n };\n\n isAnimating = true;\n document.body.classList.remove('medium-zoom--opened');\n active.zoomed.style.transform = '';\n\n if (active.zoomedHd) {\n active.zoomedHd.style.transform = '';\n }\n\n // Fade out the template so it's not too abrupt\n if (active.template) {\n active.template.style.transition = 'opacity 150ms';\n active.template.style.opacity = 0;\n }\n\n active.original.dispatchEvent(createCustomEvent('medium-zoom:close', {\n detail: { zoom: zoom }\n }));\n\n active.zoomed.addEventListener('transitionend', _handleCloseEnd);\n });\n };\n\n var toggle = function toggle() {\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n target = _ref3.target;\n\n if (active.original) {\n return close();\n }\n\n return open({ target: target });\n };\n\n var getOptions = function getOptions() {\n return zoomOptions;\n };\n\n var getImages = function getImages() {\n return images;\n };\n\n var getZoomedImage = function getZoomedImage() {\n return active.original;\n };\n\n var images = [];\n var eventListeners = [];\n var isAnimating = false;\n var scrollTop = 0;\n var zoomOptions = options;\n var active = {\n original: null,\n zoomed: null,\n zoomedHd: null,\n template: null\n\n // If the selector is omitted, it's replaced by the options\n };if (Object.prototype.toString.call(selector) === '[object Object]') {\n zoomOptions = selector;\n } else if (selector || typeof selector === 'string' // to process empty string as a selector\n ) {\n attach(selector);\n }\n\n // Apply the default option values\n zoomOptions = _extends({\n margin: 0,\n background: '#fff',\n scrollOffset: 40,\n container: null,\n template: null\n }, zoomOptions);\n\n var overlay = createOverlay(zoomOptions.background);\n\n document.addEventListener('click', _handleClick);\n document.addEventListener('keyup', _handleKeyUp);\n document.addEventListener('scroll', _handleScroll);\n window.addEventListener('resize', close);\n\n var zoom = {\n open: open,\n close: close,\n toggle: toggle,\n update: update,\n clone: clone,\n attach: attach,\n detach: detach,\n on: on,\n off: off,\n getOptions: getOptions,\n getImages: getImages,\n getZoomedImage: getZoomedImage\n };\n\n return zoom;\n};\n\nfunction styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar css = \".medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}\";\nstyleInject(css);\n\nexport default mediumZoom;\n"], "mappings": "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", "names": ["isSupported", "isNodeList", "isNode", "isSvg", "getImagesFromSelector", "createOverlay", "cloneTarget", "createCustomEvent", "mediumZoom", "Promise", "_handleClick", "_handleScroll", "_handleKeyUp", "update", "options", "clone", "attach", "detach", "on", "off", "open", "_animate", "_handleOpenEnd", "close", "_handleCloseEnd", "toggle", "getOptions", "getImages", "getZoomedImage", "css"] } diff --git a/node_modules/.vite/deps/nprogress.js.map b/node_modules/.vite/deps/nprogress.js.map index b325323d..4ad2d9ac 100644 --- a/node_modules/.vite/deps/nprogress.js.map +++ b/node_modules/.vite/deps/nprogress.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../nprogress/nprogress.js"], - "sourcesContent": ["/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress\r\n * @license MIT */\r\n\r\n;(function(root, factory) {\r\n\r\n if (typeof define === 'function' && define.amd) {\r\n define(factory);\r\n } else if (typeof exports === 'object') {\r\n module.exports = factory();\r\n } else {\r\n root.NProgress = factory();\r\n }\r\n\r\n})(this, function() {\r\n var NProgress = {};\r\n\r\n NProgress.version = '0.2.0';\r\n\r\n var Settings = NProgress.settings = {\r\n minimum: 0.08,\r\n easing: 'ease',\r\n positionUsing: '',\r\n speed: 200,\r\n trickle: true,\r\n trickleRate: 0.02,\r\n trickleSpeed: 800,\r\n showSpinner: true,\r\n barSelector: '[role=\"bar\"]',\r\n spinnerSelector: '[role=\"spinner\"]',\r\n parent: 'body',\r\n template: '
'\r\n };\r\n\r\n /**\r\n * Updates configuration.\r\n *\r\n * NProgress.configure({\r\n * minimum: 0.1\r\n * });\r\n */\r\n NProgress.configure = function(options) {\r\n var key, value;\r\n for (key in options) {\r\n value = options[key];\r\n if (value !== undefined && options.hasOwnProperty(key)) Settings[key] = value;\r\n }\r\n\r\n return this;\r\n };\r\n\r\n /**\r\n * Last number.\r\n */\r\n\r\n NProgress.status = null;\r\n\r\n /**\r\n * Sets the progress bar status, where `n` is a number from `0.0` to `1.0`.\r\n *\r\n * NProgress.set(0.4);\r\n * NProgress.set(1.0);\r\n */\r\n\r\n NProgress.set = function(n) {\r\n var started = NProgress.isStarted();\r\n\r\n n = clamp(n, Settings.minimum, 1);\r\n NProgress.status = (n === 1 ? null : n);\r\n\r\n var progress = NProgress.render(!started),\r\n bar = progress.querySelector(Settings.barSelector),\r\n speed = Settings.speed,\r\n ease = Settings.easing;\r\n\r\n progress.offsetWidth; /* Repaint */\r\n\r\n queue(function(next) {\r\n // Set positionUsing if it hasn't already been set\r\n if (Settings.positionUsing === '') Settings.positionUsing = NProgress.getPositioningCSS();\r\n\r\n // Add transition\r\n css(bar, barPositionCSS(n, speed, ease));\r\n\r\n if (n === 1) {\r\n // Fade out\r\n css(progress, { \r\n transition: 'none', \r\n opacity: 1 \r\n });\r\n progress.offsetWidth; /* Repaint */\r\n\r\n setTimeout(function() {\r\n css(progress, { \r\n transition: 'all ' + speed + 'ms linear', \r\n opacity: 0 \r\n });\r\n setTimeout(function() {\r\n NProgress.remove();\r\n next();\r\n }, speed);\r\n }, speed);\r\n } else {\r\n setTimeout(next, speed);\r\n }\r\n });\r\n\r\n return this;\r\n };\r\n\r\n NProgress.isStarted = function() {\r\n return typeof NProgress.status === 'number';\r\n };\r\n\r\n /**\r\n * Shows the progress bar.\r\n * This is the same as setting the status to 0%, except that it doesn't go backwards.\r\n *\r\n * NProgress.start();\r\n *\r\n */\r\n NProgress.start = function() {\r\n if (!NProgress.status) NProgress.set(0);\r\n\r\n var work = function() {\r\n setTimeout(function() {\r\n if (!NProgress.status) return;\r\n NProgress.trickle();\r\n work();\r\n }, Settings.trickleSpeed);\r\n };\r\n\r\n if (Settings.trickle) work();\r\n\r\n return this;\r\n };\r\n\r\n /**\r\n * Hides the progress bar.\r\n * This is the *sort of* the same as setting the status to 100%, with the\r\n * difference being `done()` makes some placebo effect of some realistic motion.\r\n *\r\n * NProgress.done();\r\n *\r\n * If `true` is passed, it will show the progress bar even if its hidden.\r\n *\r\n * NProgress.done(true);\r\n */\r\n\r\n NProgress.done = function(force) {\r\n if (!force && !NProgress.status) return this;\r\n\r\n return NProgress.inc(0.3 + 0.5 * Math.random()).set(1);\r\n };\r\n\r\n /**\r\n * Increments by a random amount.\r\n */\r\n\r\n NProgress.inc = function(amount) {\r\n var n = NProgress.status;\r\n\r\n if (!n) {\r\n return NProgress.start();\r\n } else {\r\n if (typeof amount !== 'number') {\r\n amount = (1 - n) * clamp(Math.random() * n, 0.1, 0.95);\r\n }\r\n\r\n n = clamp(n + amount, 0, 0.994);\r\n return NProgress.set(n);\r\n }\r\n };\r\n\r\n NProgress.trickle = function() {\r\n return NProgress.inc(Math.random() * Settings.trickleRate);\r\n };\r\n\r\n /**\r\n * Waits for all supplied jQuery promises and\r\n * increases the progress as the promises resolve.\r\n *\r\n * @param $promise jQUery Promise\r\n */\r\n (function() {\r\n var initial = 0, current = 0;\r\n\r\n NProgress.promise = function($promise) {\r\n if (!$promise || $promise.state() === \"resolved\") {\r\n return this;\r\n }\r\n\r\n if (current === 0) {\r\n NProgress.start();\r\n }\r\n\r\n initial++;\r\n current++;\r\n\r\n $promise.always(function() {\r\n current--;\r\n if (current === 0) {\r\n initial = 0;\r\n NProgress.done();\r\n } else {\r\n NProgress.set((initial - current) / initial);\r\n }\r\n });\r\n\r\n return this;\r\n };\r\n\r\n })();\r\n\r\n /**\r\n * (Internal) renders the progress bar markup based on the `template`\r\n * setting.\r\n */\r\n\r\n NProgress.render = function(fromStart) {\r\n if (NProgress.isRendered()) return document.getElementById('nprogress');\r\n\r\n addClass(document.documentElement, 'nprogress-busy');\r\n \r\n var progress = document.createElement('div');\r\n progress.id = 'nprogress';\r\n progress.innerHTML = Settings.template;\r\n\r\n var bar = progress.querySelector(Settings.barSelector),\r\n perc = fromStart ? '-100' : toBarPerc(NProgress.status || 0),\r\n parent = document.querySelector(Settings.parent),\r\n spinner;\r\n \r\n css(bar, {\r\n transition: 'all 0 linear',\r\n transform: 'translate3d(' + perc + '%,0,0)'\r\n });\r\n\r\n if (!Settings.showSpinner) {\r\n spinner = progress.querySelector(Settings.spinnerSelector);\r\n spinner && removeElement(spinner);\r\n }\r\n\r\n if (parent != document.body) {\r\n addClass(parent, 'nprogress-custom-parent');\r\n }\r\n\r\n parent.appendChild(progress);\r\n return progress;\r\n };\r\n\r\n /**\r\n * Removes the element. Opposite of render().\r\n */\r\n\r\n NProgress.remove = function() {\r\n removeClass(document.documentElement, 'nprogress-busy');\r\n removeClass(document.querySelector(Settings.parent), 'nprogress-custom-parent');\r\n var progress = document.getElementById('nprogress');\r\n progress && removeElement(progress);\r\n };\r\n\r\n /**\r\n * Checks if the progress bar is rendered.\r\n */\r\n\r\n NProgress.isRendered = function() {\r\n return !!document.getElementById('nprogress');\r\n };\r\n\r\n /**\r\n * Determine which positioning CSS rule to use.\r\n */\r\n\r\n NProgress.getPositioningCSS = function() {\r\n // Sniff on document.body.style\r\n var bodyStyle = document.body.style;\r\n\r\n // Sniff prefixes\r\n var vendorPrefix = ('WebkitTransform' in bodyStyle) ? 'Webkit' :\r\n ('MozTransform' in bodyStyle) ? 'Moz' :\r\n ('msTransform' in bodyStyle) ? 'ms' :\r\n ('OTransform' in bodyStyle) ? 'O' : '';\r\n\r\n if (vendorPrefix + 'Perspective' in bodyStyle) {\r\n // Modern browsers with 3D support, e.g. Webkit, IE10\r\n return 'translate3d';\r\n } else if (vendorPrefix + 'Transform' in bodyStyle) {\r\n // Browsers without 3D support, e.g. IE9\r\n return 'translate';\r\n } else {\r\n // Browsers without translate() support, e.g. IE7-8\r\n return 'margin';\r\n }\r\n };\r\n\r\n /**\r\n * Helpers\r\n */\r\n\r\n function clamp(n, min, max) {\r\n if (n < min) return min;\r\n if (n > max) return max;\r\n return n;\r\n }\r\n\r\n /**\r\n * (Internal) converts a percentage (`0..1`) to a bar translateX\r\n * percentage (`-100%..0%`).\r\n */\r\n\r\n function toBarPerc(n) {\r\n return (-1 + n) * 100;\r\n }\r\n\r\n\r\n /**\r\n * (Internal) returns the correct CSS for changing the bar's\r\n * position given an n percentage, and speed and ease from Settings\r\n */\r\n\r\n function barPositionCSS(n, speed, ease) {\r\n var barCSS;\r\n\r\n if (Settings.positionUsing === 'translate3d') {\r\n barCSS = { transform: 'translate3d('+toBarPerc(n)+'%,0,0)' };\r\n } else if (Settings.positionUsing === 'translate') {\r\n barCSS = { transform: 'translate('+toBarPerc(n)+'%,0)' };\r\n } else {\r\n barCSS = { 'margin-left': toBarPerc(n)+'%' };\r\n }\r\n\r\n barCSS.transition = 'all '+speed+'ms '+ease;\r\n\r\n return barCSS;\r\n }\r\n\r\n /**\r\n * (Internal) Queues a function to be executed.\r\n */\r\n\r\n var queue = (function() {\r\n var pending = [];\r\n \r\n function next() {\r\n var fn = pending.shift();\r\n if (fn) {\r\n fn(next);\r\n }\r\n }\r\n\r\n return function(fn) {\r\n pending.push(fn);\r\n if (pending.length == 1) next();\r\n };\r\n })();\r\n\r\n /**\r\n * (Internal) Applies css properties to an element, similar to the jQuery \r\n * css method.\r\n *\r\n * While this helper does assist with vendor prefixed property names, it \r\n * does not perform any manipulation of values prior to setting styles.\r\n */\r\n\r\n var css = (function() {\r\n var cssPrefixes = [ 'Webkit', 'O', 'Moz', 'ms' ],\r\n cssProps = {};\r\n\r\n function camelCase(string) {\r\n return string.replace(/^-ms-/, 'ms-').replace(/-([\\da-z])/gi, function(match, letter) {\r\n return letter.toUpperCase();\r\n });\r\n }\r\n\r\n function getVendorProp(name) {\r\n var style = document.body.style;\r\n if (name in style) return name;\r\n\r\n var i = cssPrefixes.length,\r\n capName = name.charAt(0).toUpperCase() + name.slice(1),\r\n vendorName;\r\n while (i--) {\r\n vendorName = cssPrefixes[i] + capName;\r\n if (vendorName in style) return vendorName;\r\n }\r\n\r\n return name;\r\n }\r\n\r\n function getStyleProp(name) {\r\n name = camelCase(name);\r\n return cssProps[name] || (cssProps[name] = getVendorProp(name));\r\n }\r\n\r\n function applyCss(element, prop, value) {\r\n prop = getStyleProp(prop);\r\n element.style[prop] = value;\r\n }\r\n\r\n return function(element, properties) {\r\n var args = arguments,\r\n prop, \r\n value;\r\n\r\n if (args.length == 2) {\r\n for (prop in properties) {\r\n value = properties[prop];\r\n if (value !== undefined && properties.hasOwnProperty(prop)) applyCss(element, prop, value);\r\n }\r\n } else {\r\n applyCss(element, args[1], args[2]);\r\n }\r\n }\r\n })();\r\n\r\n /**\r\n * (Internal) Determines if an element or space separated list of class names contains a class name.\r\n */\r\n\r\n function hasClass(element, name) {\r\n var list = typeof element == 'string' ? element : classList(element);\r\n return list.indexOf(' ' + name + ' ') >= 0;\r\n }\r\n\r\n /**\r\n * (Internal) Adds a class to an element.\r\n */\r\n\r\n function addClass(element, name) {\r\n var oldList = classList(element),\r\n newList = oldList + name;\r\n\r\n if (hasClass(oldList, name)) return; \r\n\r\n // Trim the opening space.\r\n element.className = newList.substring(1);\r\n }\r\n\r\n /**\r\n * (Internal) Removes a class from an element.\r\n */\r\n\r\n function removeClass(element, name) {\r\n var oldList = classList(element),\r\n newList;\r\n\r\n if (!hasClass(element, name)) return;\r\n\r\n // Replace the class name.\r\n newList = oldList.replace(' ' + name + ' ', ' ');\r\n\r\n // Trim the opening and closing spaces.\r\n element.className = newList.substring(1, newList.length - 1);\r\n }\r\n\r\n /**\r\n * (Internal) Gets a space separated list of the class names on the element. \r\n * The list is wrapped with a single space on each end to facilitate finding \r\n * matches within the list.\r\n */\r\n\r\n function classList(element) {\r\n return (' ' + (element.className || '') + ' ').replace(/\\s+/gi, ' ');\r\n }\r\n\r\n /**\r\n * (Internal) Removes an element from the DOM.\r\n */\r\n\r\n function removeElement(element) {\r\n element && element.parentNode && element.parentNode.removeChild(element);\r\n }\r\n\r\n return NProgress;\r\n});\r\n\r\n"], + "sourcesContent": ["/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress\n * @license MIT */\n\n;(function(root, factory) {\n\n if (typeof define === 'function' && define.amd) {\n define(factory);\n } else if (typeof exports === 'object') {\n module.exports = factory();\n } else {\n root.NProgress = factory();\n }\n\n})(this, function() {\n var NProgress = {};\n\n NProgress.version = '0.2.0';\n\n var Settings = NProgress.settings = {\n minimum: 0.08,\n easing: 'ease',\n positionUsing: '',\n speed: 200,\n trickle: true,\n trickleRate: 0.02,\n trickleSpeed: 800,\n showSpinner: true,\n barSelector: '[role=\"bar\"]',\n spinnerSelector: '[role=\"spinner\"]',\n parent: 'body',\n template: '
'\n };\n\n /**\n * Updates configuration.\n *\n * NProgress.configure({\n * minimum: 0.1\n * });\n */\n NProgress.configure = function(options) {\n var key, value;\n for (key in options) {\n value = options[key];\n if (value !== undefined && options.hasOwnProperty(key)) Settings[key] = value;\n }\n\n return this;\n };\n\n /**\n * Last number.\n */\n\n NProgress.status = null;\n\n /**\n * Sets the progress bar status, where `n` is a number from `0.0` to `1.0`.\n *\n * NProgress.set(0.4);\n * NProgress.set(1.0);\n */\n\n NProgress.set = function(n) {\n var started = NProgress.isStarted();\n\n n = clamp(n, Settings.minimum, 1);\n NProgress.status = (n === 1 ? null : n);\n\n var progress = NProgress.render(!started),\n bar = progress.querySelector(Settings.barSelector),\n speed = Settings.speed,\n ease = Settings.easing;\n\n progress.offsetWidth; /* Repaint */\n\n queue(function(next) {\n // Set positionUsing if it hasn't already been set\n if (Settings.positionUsing === '') Settings.positionUsing = NProgress.getPositioningCSS();\n\n // Add transition\n css(bar, barPositionCSS(n, speed, ease));\n\n if (n === 1) {\n // Fade out\n css(progress, { \n transition: 'none', \n opacity: 1 \n });\n progress.offsetWidth; /* Repaint */\n\n setTimeout(function() {\n css(progress, { \n transition: 'all ' + speed + 'ms linear', \n opacity: 0 \n });\n setTimeout(function() {\n NProgress.remove();\n next();\n }, speed);\n }, speed);\n } else {\n setTimeout(next, speed);\n }\n });\n\n return this;\n };\n\n NProgress.isStarted = function() {\n return typeof NProgress.status === 'number';\n };\n\n /**\n * Shows the progress bar.\n * This is the same as setting the status to 0%, except that it doesn't go backwards.\n *\n * NProgress.start();\n *\n */\n NProgress.start = function() {\n if (!NProgress.status) NProgress.set(0);\n\n var work = function() {\n setTimeout(function() {\n if (!NProgress.status) return;\n NProgress.trickle();\n work();\n }, Settings.trickleSpeed);\n };\n\n if (Settings.trickle) work();\n\n return this;\n };\n\n /**\n * Hides the progress bar.\n * This is the *sort of* the same as setting the status to 100%, with the\n * difference being `done()` makes some placebo effect of some realistic motion.\n *\n * NProgress.done();\n *\n * If `true` is passed, it will show the progress bar even if its hidden.\n *\n * NProgress.done(true);\n */\n\n NProgress.done = function(force) {\n if (!force && !NProgress.status) return this;\n\n return NProgress.inc(0.3 + 0.5 * Math.random()).set(1);\n };\n\n /**\n * Increments by a random amount.\n */\n\n NProgress.inc = function(amount) {\n var n = NProgress.status;\n\n if (!n) {\n return NProgress.start();\n } else {\n if (typeof amount !== 'number') {\n amount = (1 - n) * clamp(Math.random() * n, 0.1, 0.95);\n }\n\n n = clamp(n + amount, 0, 0.994);\n return NProgress.set(n);\n }\n };\n\n NProgress.trickle = function() {\n return NProgress.inc(Math.random() * Settings.trickleRate);\n };\n\n /**\n * Waits for all supplied jQuery promises and\n * increases the progress as the promises resolve.\n *\n * @param $promise jQUery Promise\n */\n (function() {\n var initial = 0, current = 0;\n\n NProgress.promise = function($promise) {\n if (!$promise || $promise.state() === \"resolved\") {\n return this;\n }\n\n if (current === 0) {\n NProgress.start();\n }\n\n initial++;\n current++;\n\n $promise.always(function() {\n current--;\n if (current === 0) {\n initial = 0;\n NProgress.done();\n } else {\n NProgress.set((initial - current) / initial);\n }\n });\n\n return this;\n };\n\n })();\n\n /**\n * (Internal) renders the progress bar markup based on the `template`\n * setting.\n */\n\n NProgress.render = function(fromStart) {\n if (NProgress.isRendered()) return document.getElementById('nprogress');\n\n addClass(document.documentElement, 'nprogress-busy');\n \n var progress = document.createElement('div');\n progress.id = 'nprogress';\n progress.innerHTML = Settings.template;\n\n var bar = progress.querySelector(Settings.barSelector),\n perc = fromStart ? '-100' : toBarPerc(NProgress.status || 0),\n parent = document.querySelector(Settings.parent),\n spinner;\n \n css(bar, {\n transition: 'all 0 linear',\n transform: 'translate3d(' + perc + '%,0,0)'\n });\n\n if (!Settings.showSpinner) {\n spinner = progress.querySelector(Settings.spinnerSelector);\n spinner && removeElement(spinner);\n }\n\n if (parent != document.body) {\n addClass(parent, 'nprogress-custom-parent');\n }\n\n parent.appendChild(progress);\n return progress;\n };\n\n /**\n * Removes the element. Opposite of render().\n */\n\n NProgress.remove = function() {\n removeClass(document.documentElement, 'nprogress-busy');\n removeClass(document.querySelector(Settings.parent), 'nprogress-custom-parent');\n var progress = document.getElementById('nprogress');\n progress && removeElement(progress);\n };\n\n /**\n * Checks if the progress bar is rendered.\n */\n\n NProgress.isRendered = function() {\n return !!document.getElementById('nprogress');\n };\n\n /**\n * Determine which positioning CSS rule to use.\n */\n\n NProgress.getPositioningCSS = function() {\n // Sniff on document.body.style\n var bodyStyle = document.body.style;\n\n // Sniff prefixes\n var vendorPrefix = ('WebkitTransform' in bodyStyle) ? 'Webkit' :\n ('MozTransform' in bodyStyle) ? 'Moz' :\n ('msTransform' in bodyStyle) ? 'ms' :\n ('OTransform' in bodyStyle) ? 'O' : '';\n\n if (vendorPrefix + 'Perspective' in bodyStyle) {\n // Modern browsers with 3D support, e.g. Webkit, IE10\n return 'translate3d';\n } else if (vendorPrefix + 'Transform' in bodyStyle) {\n // Browsers without 3D support, e.g. IE9\n return 'translate';\n } else {\n // Browsers without translate() support, e.g. IE7-8\n return 'margin';\n }\n };\n\n /**\n * Helpers\n */\n\n function clamp(n, min, max) {\n if (n < min) return min;\n if (n > max) return max;\n return n;\n }\n\n /**\n * (Internal) converts a percentage (`0..1`) to a bar translateX\n * percentage (`-100%..0%`).\n */\n\n function toBarPerc(n) {\n return (-1 + n) * 100;\n }\n\n\n /**\n * (Internal) returns the correct CSS for changing the bar's\n * position given an n percentage, and speed and ease from Settings\n */\n\n function barPositionCSS(n, speed, ease) {\n var barCSS;\n\n if (Settings.positionUsing === 'translate3d') {\n barCSS = { transform: 'translate3d('+toBarPerc(n)+'%,0,0)' };\n } else if (Settings.positionUsing === 'translate') {\n barCSS = { transform: 'translate('+toBarPerc(n)+'%,0)' };\n } else {\n barCSS = { 'margin-left': toBarPerc(n)+'%' };\n }\n\n barCSS.transition = 'all '+speed+'ms '+ease;\n\n return barCSS;\n }\n\n /**\n * (Internal) Queues a function to be executed.\n */\n\n var queue = (function() {\n var pending = [];\n \n function next() {\n var fn = pending.shift();\n if (fn) {\n fn(next);\n }\n }\n\n return function(fn) {\n pending.push(fn);\n if (pending.length == 1) next();\n };\n })();\n\n /**\n * (Internal) Applies css properties to an element, similar to the jQuery \n * css method.\n *\n * While this helper does assist with vendor prefixed property names, it \n * does not perform any manipulation of values prior to setting styles.\n */\n\n var css = (function() {\n var cssPrefixes = [ 'Webkit', 'O', 'Moz', 'ms' ],\n cssProps = {};\n\n function camelCase(string) {\n return string.replace(/^-ms-/, 'ms-').replace(/-([\\da-z])/gi, function(match, letter) {\n return letter.toUpperCase();\n });\n }\n\n function getVendorProp(name) {\n var style = document.body.style;\n if (name in style) return name;\n\n var i = cssPrefixes.length,\n capName = name.charAt(0).toUpperCase() + name.slice(1),\n vendorName;\n while (i--) {\n vendorName = cssPrefixes[i] + capName;\n if (vendorName in style) return vendorName;\n }\n\n return name;\n }\n\n function getStyleProp(name) {\n name = camelCase(name);\n return cssProps[name] || (cssProps[name] = getVendorProp(name));\n }\n\n function applyCss(element, prop, value) {\n prop = getStyleProp(prop);\n element.style[prop] = value;\n }\n\n return function(element, properties) {\n var args = arguments,\n prop, \n value;\n\n if (args.length == 2) {\n for (prop in properties) {\n value = properties[prop];\n if (value !== undefined && properties.hasOwnProperty(prop)) applyCss(element, prop, value);\n }\n } else {\n applyCss(element, args[1], args[2]);\n }\n }\n })();\n\n /**\n * (Internal) Determines if an element or space separated list of class names contains a class name.\n */\n\n function hasClass(element, name) {\n var list = typeof element == 'string' ? element : classList(element);\n return list.indexOf(' ' + name + ' ') >= 0;\n }\n\n /**\n * (Internal) Adds a class to an element.\n */\n\n function addClass(element, name) {\n var oldList = classList(element),\n newList = oldList + name;\n\n if (hasClass(oldList, name)) return; \n\n // Trim the opening space.\n element.className = newList.substring(1);\n }\n\n /**\n * (Internal) Removes a class from an element.\n */\n\n function removeClass(element, name) {\n var oldList = classList(element),\n newList;\n\n if (!hasClass(element, name)) return;\n\n // Replace the class name.\n newList = oldList.replace(' ' + name + ' ', ' ');\n\n // Trim the opening and closing spaces.\n element.className = newList.substring(1, newList.length - 1);\n }\n\n /**\n * (Internal) Gets a space separated list of the class names on the element. \n * The list is wrapped with a single space on each end to facilitate finding \n * matches within the list.\n */\n\n function classList(element) {\n return (' ' + (element.className || '') + ' ').replace(/\\s+/gi, ' ');\n }\n\n /**\n * (Internal) Removes an element from the DOM.\n */\n\n function removeElement(element) {\n element && element.parentNode && element.parentNode.removeChild(element);\n }\n\n return NProgress;\n});\n\n"], "mappings": "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", "names": [] } diff --git a/node_modules/.vite/deps/valaxy-addon-artalk.js b/node_modules/.vite/deps/valaxy-addon-artalk.js index d2992a10..0a0fac67 100644 --- a/node_modules/.vite/deps/valaxy-addon-artalk.js +++ b/node_modules/.vite/deps/valaxy-addon-artalk.js @@ -3,7 +3,7 @@ import { emptyAddonName, isEmptyAddon, name -} from "./chunk-Z7HEHPHJ.js"; +} from "./chunk-DJ3A3VQS.js"; import "./chunk-NIBQISYW.js"; export { addons_default as default, diff --git a/node_modules/.vite/deps/valaxy-addon-artalk_client_styles_index__scss.js b/node_modules/.vite/deps/valaxy-addon-artalk_client_styles_index__scss.js index d0275641..9df9358c 100644 --- a/node_modules/.vite/deps/valaxy-addon-artalk_client_styles_index__scss.js +++ b/node_modules/.vite/deps/valaxy-addon-artalk_client_styles_index__scss.js @@ -3,7 +3,7 @@ import { emptyAddonName, isEmptyAddon, name -} from "./chunk-Z7HEHPHJ.js"; +} from "./chunk-DJ3A3VQS.js"; import "./chunk-NIBQISYW.js"; export { addons_default as default, diff --git a/node_modules/.vite/deps/valaxy-addon-twikoo.js b/node_modules/.vite/deps/valaxy-addon-twikoo.js index 48f6d347..582bfd1d 100644 --- a/node_modules/.vite/deps/valaxy-addon-twikoo.js +++ b/node_modules/.vite/deps/valaxy-addon-twikoo.js @@ -3,7 +3,7 @@ import { emptyAddonName, isEmptyAddon, name -} from "./chunk-Z7HEHPHJ.js"; +} from "./chunk-DJ3A3VQS.js"; import "./chunk-NIBQISYW.js"; export { addons_default as default, diff --git a/node_modules/.vite/deps/valaxy-addon-twikoo_client_styles_index__scss.js b/node_modules/.vite/deps/valaxy-addon-twikoo_client_styles_index__scss.js index 5f56b020..db0f68a4 100644 --- a/node_modules/.vite/deps/valaxy-addon-twikoo_client_styles_index__scss.js +++ b/node_modules/.vite/deps/valaxy-addon-twikoo_client_styles_index__scss.js @@ -3,7 +3,7 @@ import { emptyAddonName, isEmptyAddon, name -} from "./chunk-Z7HEHPHJ.js"; +} from "./chunk-DJ3A3VQS.js"; import "./chunk-NIBQISYW.js"; export { addons_default as default, diff --git a/node_modules/.vite/deps/valaxy-addon-waline.js b/node_modules/.vite/deps/valaxy-addon-waline.js index db627d36..61b5885c 100644 --- a/node_modules/.vite/deps/valaxy-addon-waline.js +++ b/node_modules/.vite/deps/valaxy-addon-waline.js @@ -3,7 +3,7 @@ import { emptyAddonName, isEmptyAddon, name -} from "./chunk-Z7HEHPHJ.js"; +} from "./chunk-DJ3A3VQS.js"; import "./chunk-NIBQISYW.js"; export { addons_default as default, diff --git a/node_modules/.vite/deps/vanilla-lazyload.js.map b/node_modules/.vite/deps/vanilla-lazyload.js.map index 8be683c2..0830704d 100644 --- a/node_modules/.vite/deps/vanilla-lazyload.js.map +++ b/node_modules/.vite/deps/vanilla-lazyload.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../vanilla-lazyload/dist/esm/environment.js", "../../vanilla-lazyload/dist/esm/defaults.js", "../../vanilla-lazyload/dist/esm/autoInitialize.js", "../../vanilla-lazyload/dist/esm/constants.js", "../../vanilla-lazyload/dist/esm/elementStatus.js", "../../vanilla-lazyload/dist/esm/data.js", "../../vanilla-lazyload/dist/esm/callback.js", "../../vanilla-lazyload/dist/esm/class.js", "../../vanilla-lazyload/dist/esm/tempImage.js", "../../vanilla-lazyload/dist/esm/unobserve.js", "../../vanilla-lazyload/dist/esm/counters.js", "../../vanilla-lazyload/dist/esm/forEachSource.js", "../../vanilla-lazyload/dist/esm/originalAttributes.js", "../../vanilla-lazyload/dist/esm/set.js", "../../vanilla-lazyload/dist/esm/event.js", "../../vanilla-lazyload/dist/esm/load.js", "../../vanilla-lazyload/dist/esm/reset.js", "../../vanilla-lazyload/dist/esm/restore.js", "../../vanilla-lazyload/dist/esm/cancelOnExit.js", "../../vanilla-lazyload/dist/esm/intersectionHandlers.js", "../../vanilla-lazyload/dist/esm/native.js", "../../vanilla-lazyload/dist/esm/intersectionObserver.js", "../../vanilla-lazyload/dist/esm/dom.js", "../../vanilla-lazyload/dist/esm/online.js", "../../vanilla-lazyload/dist/esm/lazyload.js"], - "sourcesContent": ["const e=\"undefined\"!=typeof window,i=e&&!(\"onscroll\"in window)||\"undefined\"!=typeof navigator&&/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),n=e&&window.devicePixelRatio>1;export{i as isBot,n as isHiDpi,e as runningOnBrowser};\r\n", "import{isBot as l,runningOnBrowser as e}from\"./environment.js\";const a={elements_selector:\".lazy\",container:l||e?document:null,threshold:300,thresholds:null,data_src:\"src\",data_srcset:\"srcset\",data_sizes:\"sizes\",data_bg:\"bg\",data_bg_hidpi:\"bg-hidpi\",data_bg_multi:\"bg-multi\",data_bg_multi_hidpi:\"bg-multi-hidpi\",data_bg_set:\"bg-set\",data_poster:\"poster\",class_applied:\"applied\",class_loading:\"loading\",class_loaded:\"loaded\",class_error:\"error\",class_entered:\"entered\",class_exited:\"exited\",unobserve_completed:!0,unobserve_entered:!1,cancel_on_exit:!0,callback_enter:null,callback_exit:null,callback_applied:null,callback_loading:null,callback_loaded:null,callback_error:null,callback_finish:null,callback_cancel:null,use_native:!1,restore_on_error:!1},t=l=>Object.assign({},a,l);export{t as getExtendedSettings};\r\n", "const t=function(t,e){let n;const i=\"LazyLoad::Initialized\",o=new t(e);try{n=new CustomEvent(i,{detail:{instance:o}})}catch(t){n=document.createEvent(\"CustomEvent\"),n.initCustomEvent(i,!1,!1,{instance:o})}window.dispatchEvent(n)},e=(e,n)=>{if(n)if(n.length)for(let i,o=0;i=n[o];o+=1)t(e,i);else t(e,n)};export{e as autoInitialize};\r\n", "const s=\"src\",t=\"srcset\",r=\"sizes\",e=\"poster\",a=\"llOriginalAttrs\",c=\"data\";export{c as DATA,a as ORIGINALS,e as POSTER,r as SIZES,s as SRC,t as SRCSET};\r\n", "const e=\"loading\",d=\"loaded\",o=\"applied\",r=\"entered\",a=\"error\",n=\"native\";export{o as statusApplied,r as statusEntered,a as statusError,d as statusLoaded,e as statusLoading,n as statusNative};\r\n", "import{statusNative as t,statusLoading as e,statusError as l,statusLoaded as u,statusApplied as n}from\"./elementStatus.js\";const r=\"data-\",s=\"ll-status\",o=(t,e)=>t.getAttribute(r+e),i=(t,e,l)=>{const u=r+e;null!==l?t.setAttribute(u,l):t.removeAttribute(u)},a=t=>o(t,s),m=(t,e)=>i(t,s,e),b=t=>m(t,null),A=t=>null===a(t),c=t=>a(t)===e,d=t=>a(t)===l,f=e=>a(e)===t,p=[e,u,n,l],x=t=>p.indexOf(a(t))>=0;export{o as getData,a as getStatus,x as hadStartedLoading,A as hasEmptyStatus,d as hasStatusError,c as hasStatusLoading,f as hasStatusNative,b as resetStatus,i as setData,m as setStatus};\r\n", "const o=(o,t,i,n)=>{o&&\"function\"==typeof o&&(void 0===n?void 0===i?o(t):o(t,i):o(t,i,n))};export{o as safeCallback};\r\n", "import{runningOnBrowser as s}from\"./environment.js\";const o=(o,t)=>{s&&\"\"!==t&&o.classList.add(t)},t=(o,t)=>{s&&\"\"!==t&&o.classList.remove(t)};export{o as addClass,t as removeClass};\r\n", "const e=e=>{e.llTempImage=document.createElement(\"IMG\")},l=e=>{delete e.llTempImage},m=e=>e.llTempImage;export{e as addTempImage,l as deleteTempImage,m as getTempImage};\r\n", "const e=(e,n)=>{if(!n)return;const r=n._observer;r&&r.unobserve(e)},n=e=>{e.disconnect()},r=(n,r,o)=>{r.unobserve_entered&&e(n,o)};export{n as resetObserver,e as unobserve,r as unobserveEntered};\r\n", "const o=(o,t)=>{o&&(o.loadingCount+=t)},t=o=>{o&&(o.toLoadCount-=1)},n=(o,t)=>{o&&(o.toLoadCount=t)},a=o=>o.loadingCount>0,d=o=>o.toLoadCount>0;export{t as decreaseToLoadCount,d as haveElementsToLoad,a as isSomethingLoading,n as setToLoadCount,o as updateLoadingCount};\r\n", "const e=e=>{let t=[];for(let r,a=0;r=e.children[a];a+=1)\"SOURCE\"===r.tagName&&t.push(r);return t},t=(t,r)=>{const a=t.parentNode;a&&\"PICTURE\"===a.tagName&&e(a).forEach(r)},r=(t,r)=>{e(t).forEach(r)};export{t as forEachPictureSource,r as forEachVideoSource};\r\n", "import{ORIGINALS as t,SRC as e,POSTER as r,SRCSET as o,SIZES as n,DATA as a}from\"./constants.js\";const c=[e],s=[e,r],u=[e,o,n],g=[a],b=e=>!!e[t],i=e=>e[t],m=e=>delete e[t],f=(e,r)=>{if(b(e))return;const o={};r.forEach((t=>{o[t]=e.getAttribute(t)})),e[t]=o},d=e=>{b(e)||(e[t]={backgroundImage:e.style.backgroundImage})},k=(t,e)=>{if(!b(t))return;const r=i(t);e.forEach((e=>{((t,e,r)=>{r?t.setAttribute(e,r):t.removeAttribute(e)})(t,e,r[e])}))},I=t=>{if(!b(t))return;const e=i(t);t.style.backgroundImage=e.backgroundImage};export{g as attrsData,c as attrsSrc,s as attrsSrcPoster,u as attrsSrcSrcsetSizes,m as deleteOriginalAttrs,i as getOriginalAttrs,b as hasOriginalAttrs,k as restoreOriginalAttrs,I as restoreOriginalBgImage,d as saveOriginalBackgroundStyle,f as setOriginalsObject};\r\n", "import{SRC as t,POSTER as a,DATA as s,SIZES as o,SRCSET as r}from\"./constants.js\";import{getData as e,setStatus as m}from\"./data.js\";import{statusApplied as i,statusLoading as c}from\"./elementStatus.js\";import{safeCallback as d}from\"./callback.js\";import{addClass as l}from\"./class.js\";import{getTempImage as n}from\"./tempImage.js\";import{isHiDpi as p}from\"./environment.js\";import{unobserve as _}from\"./unobserve.js\";import{updateLoadingCount as g}from\"./counters.js\";import{forEachPictureSource as b,forEachVideoSource as u}from\"./forEachSource.js\";import{setOriginalsObject as f,attrsSrcSrcsetSizes as j,attrsSrc as I,attrsSrcPoster as k,attrsData as A}from\"./originalAttributes.js\";const E=(t,a,s)=>{l(t,a.class_applied),m(t,i),s&&(a.unobserve_completed&&_(t,a),d(a.callback_applied,t,s))},h=(t,a,s)=>{l(t,a.class_loading),m(t,c),s&&(g(s,1),d(a.callback_loading,t,s))},v=(t,a,s)=>{s&&t.setAttribute(a,s)},y=(a,s)=>{v(a,o,e(a,s.data_sizes)),v(a,r,e(a,s.data_srcset)),v(a,t,e(a,s.data_src))},M=(t,a)=>{b(t,(t=>{f(t,j),y(t,a)})),f(t,j),y(t,a)},N=(a,s)=>{f(a,I),v(a,t,e(a,s.data_src))},O=(s,o)=>{u(s,(a=>{f(a,I),v(a,t,e(a,o.data_src))})),f(s,k),v(s,a,e(s,o.data_poster)),v(s,t,e(s,o.data_src)),s.load()},S=(t,a)=>{f(t,A),v(t,s,e(t,a.data_src))},$=(a,s,o)=>{const r=e(a,s.data_bg),m=e(a,s.data_bg_hidpi),i=p&&m?m:r;i&&(a.style.backgroundImage=`url(\"${i}\")`,n(a).setAttribute(t,i),h(a,s,o))},x=(t,a,s)=>{const o=e(t,a.data_bg_multi),r=e(t,a.data_bg_multi_hidpi),m=p&&r?r:o;m&&(t.style.backgroundImage=m,E(t,a,s))},z=(t,a,s)=>{const o=e(t,a.data_bg_set);if(!o)return;let r=o.split(\"|\").map((t=>`image-set(${t})`));t.style.backgroundImage=r.join(),E(t,a,s)},B={IMG:M,IFRAME:N,VIDEO:O,OBJECT:S},C=(t,a)=>{const s=B[t.tagName];s&&s(t,a)},D=(t,a,s)=>{const o=B[t.tagName];o&&(o(t,a),h(t,a,s))};export{E as manageApplied,h as manageLoading,v as setAttributeIfValue,$ as setBackground,y as setImageAttributes,z as setImgsetBackground,x as setMultiBackground,D as setSources,N as setSourcesIframe,M as setSourcesImg,C as setSourcesNative,S as setSourcesObject,O as setSourcesVideo};\r\n", "import{addClass as r,removeClass as o}from\"./class.js\";import{safeCallback as s}from\"./callback.js\";import{hasStatusNative as e,setStatus as t}from\"./data.js\";import{statusLoaded as l,statusError as a}from\"./elementStatus.js\";import{getTempImage as n,deleteTempImage as i}from\"./tempImage.js\";import{unobserve as m}from\"./unobserve.js\";import{isSomethingLoading as c,haveElementsToLoad as d,updateLoadingCount as f,decreaseToLoadCount as p}from\"./counters.js\";import{restoreOriginalAttrs as E,attrsSrcSrcsetSizes as v}from\"./originalAttributes.js\";const _=[\"IMG\",\"IFRAME\",\"VIDEO\",\"OBJECT\"],j=r=>_.indexOf(r.tagName)>-1,b=(r,o)=>{!o||c(o)||d(o)||s(r.callback_finish,o)},L=(r,o,s)=>{r.addEventListener(o,s),r.llEvLisnrs[o]=s},u=(r,o,s)=>{r.removeEventListener(o,s)},g=r=>!!r.llEvLisnrs,I=(r,o,s)=>{g(r)||(r.llEvLisnrs={});const e=\"VIDEO\"===r.tagName?\"loadeddata\":\"load\";L(r,e,o),L(r,\"error\",s)},k=r=>{if(!g(r))return;const o=r.llEvLisnrs;for(let s in o){const e=o[s];u(r,s,e)}delete r.llEvLisnrs},O=(r,s,e)=>{i(r),f(e,-1),p(e),o(r,s.class_loading),s.unobserve_completed&&m(r,e)},x=(o,a,n,i)=>{const m=e(a);O(a,n,i),r(a,n.class_loaded),t(a,l),s(n.callback_loaded,a,i),m||b(n,i)},A=(o,l,n,i)=>{const m=e(l);O(l,n,i),r(l,n.class_error),t(l,a),s(n.callback_error,l,i),n.restore_on_error&&E(l,v),m||b(n,i)},D=(r,o,s)=>{const e=n(r)||r;g(e)||I(e,(t=>{x(0,r,o,s),k(e)}),(t=>{A(0,r,o,s),k(e)}))};export{L as addEventListener,I as addEventListeners,D as addOneShotEventListeners,b as checkFinish,O as doneHandler,A as errorHandler,g as hasEventListeners,j as hasLoadEvent,x as loadHandler,u as removeEventListener,k as removeEventListeners};\r\n", "import{setBackground as t,setMultiBackground as o,setImgsetBackground as r,setSources as m,setSourcesNative as e}from\"./set.js\";import{setStatus as i}from\"./data.js\";import{hasLoadEvent as s,addOneShotEventListeners as p}from\"./event.js\";import{statusNative as a}from\"./elementStatus.js\";import{addTempImage as f}from\"./tempImage.js\";import{saveOriginalBackgroundStyle as j}from\"./originalAttributes.js\";const n=(e,i,a)=>{s(e)?((t,o,r)=>{p(t,o,r),m(t,o,r)})(e,i,a):((m,e,i)=>{f(m),p(m,e,i),j(m),t(m,e,i),o(m,e,i),r(m,e,i)})(e,i,a)},l=(t,o,r)=>{t.setAttribute(\"loading\",\"lazy\"),p(t,o,r),e(t,o),i(t,a)};export{n as load,l as loadNative};\r\n", "import{SRC as t,SRCSET as r,SIZES as o}from\"./constants.js\";import{forEachPictureSource as e}from\"./forEachSource.js\";const m=e=>{e.removeAttribute(t),e.removeAttribute(r),e.removeAttribute(o)},i=t=>{e(t,(t=>{m(t)})),m(t)};export{i as resetSourcesImg};\r\n", "import{removeClass as s}from\"./class.js\";import{resetStatus as o,hasEmptyStatus as a,hasStatusNative as r}from\"./data.js\";import{forEachPictureSource as t,forEachVideoSource as e}from\"./forEachSource.js\";import{deleteOriginalAttrs as l,restoreOriginalBgImage as c,restoreOriginalAttrs as i,attrsSrcSrcsetSizes as m,attrsSrc as d,attrsSrcPoster as p,attrsData as _}from\"./originalAttributes.js\";const f=s=>{t(s,(s=>{i(s,m)})),i(s,m)},n=s=>{e(s,(s=>{i(s,d)})),i(s,p),s.load()},j=s=>{i(s,d)},E=s=>{i(s,_)},g={IMG:f,IFRAME:j,VIDEO:n,OBJECT:E},I=(t,e)=>{(s=>{const o=g[s.tagName];o?o(s):c(s)})(t),((o,t)=>{a(o)||r(o)||(s(o,t.class_entered),s(o,t.class_exited),s(o,t.class_applied),s(o,t.class_loading),s(o,t.class_loaded),s(o,t.class_error))})(t,e),o(t),l(t)};export{I as restore,j as restoreIframe,f as restoreImg,E as restoreObject,n as restoreVideo};\r\n", "import{removeEventListeners as o}from\"./event.js\";import{resetSourcesImg as r}from\"./reset.js\";import{restoreImg as t}from\"./restore.js\";import{safeCallback as m}from\"./callback.js\";import{removeClass as s}from\"./class.js\";import{updateLoadingCount as a}from\"./counters.js\";import{hasStatusLoading as c,resetStatus as e}from\"./data.js\";const i=(i,l,p,f)=>{p.cancel_on_exit&&c(i)&&\"IMG\"===i.tagName&&(o(i),r(i),t(i),s(i,p.class_loading),a(f,-1),e(i),m(p.callback_cancel,i,l,f))};export{i as cancelLoading};\r\n", "import{safeCallback as t}from\"./callback.js\";import{load as o}from\"./load.js\";import{hadStartedLoading as s,setStatus as r,hasEmptyStatus as e}from\"./data.js\";import{cancelLoading as a}from\"./cancelOnExit.js\";import{unobserveEntered as m}from\"./unobserve.js\";import{statusEntered as c}from\"./elementStatus.js\";import{addClass as l,removeClass as i}from\"./class.js\";const n=(e,a,n,p)=>{const f=s(e);r(e,c),l(e,n.class_entered),i(e,n.class_exited),m(e,n,p),t(n.callback_enter,e,a,p),f||o(e,n,p)},p=(o,s,r,m)=>{e(o)||(l(o,r.class_exited),a(o,s,r,m),t(r.callback_exit,o,s,m))};export{n as onEnter,p as onExit};\r\n", "import{loadNative as o}from\"./load.js\";import{setToLoadCount as e}from\"./counters.js\";const t=[\"IMG\",\"IFRAME\",\"VIDEO\"],r=o=>o.use_native&&\"loading\"in HTMLImageElement.prototype,a=(r,a,m)=>{r.forEach((e=>{-1!==t.indexOf(e.tagName)&&o(e,a,m)})),e(m,0)};export{a as loadAllNative,r as shouldUseNative};\r\n", "import{onEnter as r,onExit as e}from\"./intersectionHandlers.js\";import{shouldUseNative as o}from\"./native.js\";import{resetObserver as t}from\"./unobserve.js\";const n=r=>r.isIntersecting||r.intersectionRatio>0,s=(r,e)=>{e.forEach((e=>{r.observe(e)}))},i=(r,e)=>{t(r),s(r,e)},a=(t,s)=>{o(t)||(s._observer=new IntersectionObserver((o=>{((o,t,s)=>{o.forEach((o=>n(o)?r(o.target,o,t,s):e(o.target,o,t,s)))})(o,t,s)}),(r=>({root:r.container===document?null:r.container,rootMargin:r.thresholds||r.threshold+\"px\"}))(t)))};export{n as isIntersecting,s as observeElements,a as setObserver,i as updateObserver};\r\n", "import{hasEmptyStatus as e,hasStatusError as r}from\"./data.js\";const t=e=>Array.prototype.slice.call(e),l=e=>e.container.querySelectorAll(e.elements_selector),o=r=>t(r).filter(e),c=e=>r(e),a=e=>t(e).filter(c),i=(e,r)=>o(e||l(r));export{o as excludeManagedElements,a as filterErrorElements,i as getElementsToLoad,c as hasError,l as queryElements,t as toArray};\r\n", "import{runningOnBrowser as n}from\"./environment.js\";import{resetStatus as o}from\"./data.js\";import{removeClass as e}from\"./class.js\";import{filterErrorElements as r,queryElements as i}from\"./dom.js\";const t=(n,t)=>{r(i(n)).forEach((r=>{e(r,n.class_error),o(r)})),t.update()},m=(o,e)=>{n&&(e._onlineHandler=()=>{t(o,e)},window.addEventListener(\"online\",e._onlineHandler))},s=o=>{n&&window.removeEventListener(\"online\",o._onlineHandler)};export{s as resetOnlineCheck,t as retryLazyLoad,m as setOnlineCheck};\r\n", "import{getExtendedSettings as t}from\"./defaults.js\";import{autoInitialize as o}from\"./autoInitialize.js\";import{load as s}from\"./load.js\";import{setObserver as i,updateObserver as e}from\"./intersectionObserver.js\";import{runningOnBrowser as r,isBot as n}from\"./environment.js\";import{shouldUseNative as m,loadAllNative as h}from\"./native.js\";import{setOnlineCheck as l,resetOnlineCheck as a}from\"./online.js\";import{getElementsToLoad as d,queryElements as f}from\"./dom.js\";import{resetStatus as p}from\"./data.js\";import{setToLoadCount as c}from\"./counters.js\";import{unobserve as u}from\"./unobserve.js\";import{restore as j}from\"./restore.js\";import{deleteOriginalAttrs as _}from\"./originalAttributes.js\";const g=function(o,s){const e=t(o);this._settings=e,this.loadingCount=0,i(e,this),l(e,this),this.update(s)};g.prototype={update:function(t){const o=this._settings,s=d(t,o);c(this,s.length),n?this.loadAll(s):m(o)?h(s,o,this):e(this._observer,s)},destroy:function(){this._observer&&this._observer.disconnect(),a(this),f(this._settings).forEach((t=>{_(t)})),delete this._observer,delete this._settings,delete this._onlineHandler,delete this.loadingCount,delete this.toLoadCount},loadAll:function(t){const o=this._settings;d(t,o).forEach((t=>{u(t,this),s(t,o,this)}))},restoreAll:function(){const t=this._settings;f(t).forEach((o=>{j(o,t)}))}},g.load=(o,i)=>{const e=t(i);s(o,e)},g.resetStatus=t=>{p(t)},r&&o(g,window.lazyLoadOptions);export{g as default};\r\n"], + "sourcesContent": ["const e=\"undefined\"!=typeof window,i=e&&!(\"onscroll\"in window)||\"undefined\"!=typeof navigator&&/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),n=e&&window.devicePixelRatio>1;export{i as isBot,n as isHiDpi,e as runningOnBrowser};\n", "import{isBot as l,runningOnBrowser as e}from\"./environment.js\";const a={elements_selector:\".lazy\",container:l||e?document:null,threshold:300,thresholds:null,data_src:\"src\",data_srcset:\"srcset\",data_sizes:\"sizes\",data_bg:\"bg\",data_bg_hidpi:\"bg-hidpi\",data_bg_multi:\"bg-multi\",data_bg_multi_hidpi:\"bg-multi-hidpi\",data_bg_set:\"bg-set\",data_poster:\"poster\",class_applied:\"applied\",class_loading:\"loading\",class_loaded:\"loaded\",class_error:\"error\",class_entered:\"entered\",class_exited:\"exited\",unobserve_completed:!0,unobserve_entered:!1,cancel_on_exit:!0,callback_enter:null,callback_exit:null,callback_applied:null,callback_loading:null,callback_loaded:null,callback_error:null,callback_finish:null,callback_cancel:null,use_native:!1,restore_on_error:!1},t=l=>Object.assign({},a,l);export{t as getExtendedSettings};\n", "const t=function(t,e){let n;const i=\"LazyLoad::Initialized\",o=new t(e);try{n=new CustomEvent(i,{detail:{instance:o}})}catch(t){n=document.createEvent(\"CustomEvent\"),n.initCustomEvent(i,!1,!1,{instance:o})}window.dispatchEvent(n)},e=(e,n)=>{if(n)if(n.length)for(let i,o=0;i=n[o];o+=1)t(e,i);else t(e,n)};export{e as autoInitialize};\n", "const s=\"src\",t=\"srcset\",r=\"sizes\",e=\"poster\",a=\"llOriginalAttrs\",c=\"data\";export{c as DATA,a as ORIGINALS,e as POSTER,r as SIZES,s as SRC,t as SRCSET};\n", "const e=\"loading\",d=\"loaded\",o=\"applied\",r=\"entered\",a=\"error\",n=\"native\";export{o as statusApplied,r as statusEntered,a as statusError,d as statusLoaded,e as statusLoading,n as statusNative};\n", "import{statusNative as t,statusLoading as e,statusError as l,statusLoaded as u,statusApplied as n}from\"./elementStatus.js\";const r=\"data-\",s=\"ll-status\",o=(t,e)=>t.getAttribute(r+e),i=(t,e,l)=>{const u=r+e;null!==l?t.setAttribute(u,l):t.removeAttribute(u)},a=t=>o(t,s),m=(t,e)=>i(t,s,e),b=t=>m(t,null),A=t=>null===a(t),c=t=>a(t)===e,d=t=>a(t)===l,f=e=>a(e)===t,p=[e,u,n,l],x=t=>p.indexOf(a(t))>=0;export{o as getData,a as getStatus,x as hadStartedLoading,A as hasEmptyStatus,d as hasStatusError,c as hasStatusLoading,f as hasStatusNative,b as resetStatus,i as setData,m as setStatus};\n", "const o=(o,t,i,n)=>{o&&\"function\"==typeof o&&(void 0===n?void 0===i?o(t):o(t,i):o(t,i,n))};export{o as safeCallback};\n", "import{runningOnBrowser as s}from\"./environment.js\";const o=(o,t)=>{s&&\"\"!==t&&o.classList.add(t)},t=(o,t)=>{s&&\"\"!==t&&o.classList.remove(t)};export{o as addClass,t as removeClass};\n", "const e=e=>{e.llTempImage=document.createElement(\"IMG\")},l=e=>{delete e.llTempImage},m=e=>e.llTempImage;export{e as addTempImage,l as deleteTempImage,m as getTempImage};\n", "const e=(e,n)=>{if(!n)return;const r=n._observer;r&&r.unobserve(e)},n=e=>{e.disconnect()},r=(n,r,o)=>{r.unobserve_entered&&e(n,o)};export{n as resetObserver,e as unobserve,r as unobserveEntered};\n", "const o=(o,t)=>{o&&(o.loadingCount+=t)},t=o=>{o&&(o.toLoadCount-=1)},n=(o,t)=>{o&&(o.toLoadCount=t)},a=o=>o.loadingCount>0,d=o=>o.toLoadCount>0;export{t as decreaseToLoadCount,d as haveElementsToLoad,a as isSomethingLoading,n as setToLoadCount,o as updateLoadingCount};\n", "const e=e=>{let t=[];for(let r,a=0;r=e.children[a];a+=1)\"SOURCE\"===r.tagName&&t.push(r);return t},t=(t,r)=>{const a=t.parentNode;a&&\"PICTURE\"===a.tagName&&e(a).forEach(r)},r=(t,r)=>{e(t).forEach(r)};export{t as forEachPictureSource,r as forEachVideoSource};\n", "import{ORIGINALS as t,SRC as e,POSTER as r,SRCSET as o,SIZES as n,DATA as a}from\"./constants.js\";const c=[e],s=[e,r],u=[e,o,n],g=[a],b=e=>!!e[t],i=e=>e[t],m=e=>delete e[t],f=(e,r)=>{if(b(e))return;const o={};r.forEach((t=>{o[t]=e.getAttribute(t)})),e[t]=o},d=e=>{b(e)||(e[t]={backgroundImage:e.style.backgroundImage})},k=(t,e)=>{if(!b(t))return;const r=i(t);e.forEach((e=>{((t,e,r)=>{r?t.setAttribute(e,r):t.removeAttribute(e)})(t,e,r[e])}))},I=t=>{if(!b(t))return;const e=i(t);t.style.backgroundImage=e.backgroundImage};export{g as attrsData,c as attrsSrc,s as attrsSrcPoster,u as attrsSrcSrcsetSizes,m as deleteOriginalAttrs,i as getOriginalAttrs,b as hasOriginalAttrs,k as restoreOriginalAttrs,I as restoreOriginalBgImage,d as saveOriginalBackgroundStyle,f as setOriginalsObject};\n", "import{SRC as t,POSTER as a,DATA as s,SIZES as o,SRCSET as r}from\"./constants.js\";import{getData as e,setStatus as m}from\"./data.js\";import{statusApplied as i,statusLoading as c}from\"./elementStatus.js\";import{safeCallback as d}from\"./callback.js\";import{addClass as l}from\"./class.js\";import{getTempImage as n}from\"./tempImage.js\";import{isHiDpi as p}from\"./environment.js\";import{unobserve as _}from\"./unobserve.js\";import{updateLoadingCount as g}from\"./counters.js\";import{forEachPictureSource as b,forEachVideoSource as u}from\"./forEachSource.js\";import{setOriginalsObject as f,attrsSrcSrcsetSizes as j,attrsSrc as I,attrsSrcPoster as k,attrsData as A}from\"./originalAttributes.js\";const E=(t,a,s)=>{l(t,a.class_applied),m(t,i),s&&(a.unobserve_completed&&_(t,a),d(a.callback_applied,t,s))},h=(t,a,s)=>{l(t,a.class_loading),m(t,c),s&&(g(s,1),d(a.callback_loading,t,s))},v=(t,a,s)=>{s&&t.setAttribute(a,s)},y=(a,s)=>{v(a,o,e(a,s.data_sizes)),v(a,r,e(a,s.data_srcset)),v(a,t,e(a,s.data_src))},M=(t,a)=>{b(t,(t=>{f(t,j),y(t,a)})),f(t,j),y(t,a)},N=(a,s)=>{f(a,I),v(a,t,e(a,s.data_src))},O=(s,o)=>{u(s,(a=>{f(a,I),v(a,t,e(a,o.data_src))})),f(s,k),v(s,a,e(s,o.data_poster)),v(s,t,e(s,o.data_src)),s.load()},S=(t,a)=>{f(t,A),v(t,s,e(t,a.data_src))},$=(a,s,o)=>{const r=e(a,s.data_bg),m=e(a,s.data_bg_hidpi),i=p&&m?m:r;i&&(a.style.backgroundImage=`url(\"${i}\")`,n(a).setAttribute(t,i),h(a,s,o))},x=(t,a,s)=>{const o=e(t,a.data_bg_multi),r=e(t,a.data_bg_multi_hidpi),m=p&&r?r:o;m&&(t.style.backgroundImage=m,E(t,a,s))},z=(t,a,s)=>{const o=e(t,a.data_bg_set);if(!o)return;let r=o.split(\"|\").map((t=>`image-set(${t})`));t.style.backgroundImage=r.join(),E(t,a,s)},B={IMG:M,IFRAME:N,VIDEO:O,OBJECT:S},C=(t,a)=>{const s=B[t.tagName];s&&s(t,a)},D=(t,a,s)=>{const o=B[t.tagName];o&&(o(t,a),h(t,a,s))};export{E as manageApplied,h as manageLoading,v as setAttributeIfValue,$ as setBackground,y as setImageAttributes,z as setImgsetBackground,x as setMultiBackground,D as setSources,N as setSourcesIframe,M as setSourcesImg,C as setSourcesNative,S as setSourcesObject,O as setSourcesVideo};\n", "import{addClass as r,removeClass as o}from\"./class.js\";import{safeCallback as s}from\"./callback.js\";import{hasStatusNative as e,setStatus as t}from\"./data.js\";import{statusLoaded as l,statusError as a}from\"./elementStatus.js\";import{getTempImage as n,deleteTempImage as i}from\"./tempImage.js\";import{unobserve as m}from\"./unobserve.js\";import{isSomethingLoading as c,haveElementsToLoad as d,updateLoadingCount as f,decreaseToLoadCount as p}from\"./counters.js\";import{restoreOriginalAttrs as E,attrsSrcSrcsetSizes as v}from\"./originalAttributes.js\";const _=[\"IMG\",\"IFRAME\",\"VIDEO\",\"OBJECT\"],j=r=>_.indexOf(r.tagName)>-1,b=(r,o)=>{!o||c(o)||d(o)||s(r.callback_finish,o)},L=(r,o,s)=>{r.addEventListener(o,s),r.llEvLisnrs[o]=s},u=(r,o,s)=>{r.removeEventListener(o,s)},g=r=>!!r.llEvLisnrs,I=(r,o,s)=>{g(r)||(r.llEvLisnrs={});const e=\"VIDEO\"===r.tagName?\"loadeddata\":\"load\";L(r,e,o),L(r,\"error\",s)},k=r=>{if(!g(r))return;const o=r.llEvLisnrs;for(let s in o){const e=o[s];u(r,s,e)}delete r.llEvLisnrs},O=(r,s,e)=>{i(r),f(e,-1),p(e),o(r,s.class_loading),s.unobserve_completed&&m(r,e)},x=(o,a,n,i)=>{const m=e(a);O(a,n,i),r(a,n.class_loaded),t(a,l),s(n.callback_loaded,a,i),m||b(n,i)},A=(o,l,n,i)=>{const m=e(l);O(l,n,i),r(l,n.class_error),t(l,a),s(n.callback_error,l,i),n.restore_on_error&&E(l,v),m||b(n,i)},D=(r,o,s)=>{const e=n(r)||r;g(e)||I(e,(t=>{x(0,r,o,s),k(e)}),(t=>{A(0,r,o,s),k(e)}))};export{L as addEventListener,I as addEventListeners,D as addOneShotEventListeners,b as checkFinish,O as doneHandler,A as errorHandler,g as hasEventListeners,j as hasLoadEvent,x as loadHandler,u as removeEventListener,k as removeEventListeners};\n", "import{setBackground as t,setMultiBackground as o,setImgsetBackground as r,setSources as m,setSourcesNative as e}from\"./set.js\";import{setStatus as i}from\"./data.js\";import{hasLoadEvent as s,addOneShotEventListeners as p}from\"./event.js\";import{statusNative as a}from\"./elementStatus.js\";import{addTempImage as f}from\"./tempImage.js\";import{saveOriginalBackgroundStyle as j}from\"./originalAttributes.js\";const n=(e,i,a)=>{s(e)?((t,o,r)=>{p(t,o,r),m(t,o,r)})(e,i,a):((m,e,i)=>{f(m),p(m,e,i),j(m),t(m,e,i),o(m,e,i),r(m,e,i)})(e,i,a)},l=(t,o,r)=>{t.setAttribute(\"loading\",\"lazy\"),p(t,o,r),e(t,o),i(t,a)};export{n as load,l as loadNative};\n", "import{SRC as t,SRCSET as r,SIZES as o}from\"./constants.js\";import{forEachPictureSource as e}from\"./forEachSource.js\";const m=e=>{e.removeAttribute(t),e.removeAttribute(r),e.removeAttribute(o)},i=t=>{e(t,(t=>{m(t)})),m(t)};export{i as resetSourcesImg};\n", "import{removeClass as s}from\"./class.js\";import{resetStatus as o,hasEmptyStatus as a,hasStatusNative as r}from\"./data.js\";import{forEachPictureSource as t,forEachVideoSource as e}from\"./forEachSource.js\";import{deleteOriginalAttrs as l,restoreOriginalBgImage as c,restoreOriginalAttrs as i,attrsSrcSrcsetSizes as m,attrsSrc as d,attrsSrcPoster as p,attrsData as _}from\"./originalAttributes.js\";const f=s=>{t(s,(s=>{i(s,m)})),i(s,m)},n=s=>{e(s,(s=>{i(s,d)})),i(s,p),s.load()},j=s=>{i(s,d)},E=s=>{i(s,_)},g={IMG:f,IFRAME:j,VIDEO:n,OBJECT:E},I=(t,e)=>{(s=>{const o=g[s.tagName];o?o(s):c(s)})(t),((o,t)=>{a(o)||r(o)||(s(o,t.class_entered),s(o,t.class_exited),s(o,t.class_applied),s(o,t.class_loading),s(o,t.class_loaded),s(o,t.class_error))})(t,e),o(t),l(t)};export{I as restore,j as restoreIframe,f as restoreImg,E as restoreObject,n as restoreVideo};\n", "import{removeEventListeners as o}from\"./event.js\";import{resetSourcesImg as r}from\"./reset.js\";import{restoreImg as t}from\"./restore.js\";import{safeCallback as m}from\"./callback.js\";import{removeClass as s}from\"./class.js\";import{updateLoadingCount as a}from\"./counters.js\";import{hasStatusLoading as c,resetStatus as e}from\"./data.js\";const i=(i,l,p,f)=>{p.cancel_on_exit&&c(i)&&\"IMG\"===i.tagName&&(o(i),r(i),t(i),s(i,p.class_loading),a(f,-1),e(i),m(p.callback_cancel,i,l,f))};export{i as cancelLoading};\n", "import{safeCallback as t}from\"./callback.js\";import{load as o}from\"./load.js\";import{hadStartedLoading as s,setStatus as r,hasEmptyStatus as e}from\"./data.js\";import{cancelLoading as a}from\"./cancelOnExit.js\";import{unobserveEntered as m}from\"./unobserve.js\";import{statusEntered as c}from\"./elementStatus.js\";import{addClass as l,removeClass as i}from\"./class.js\";const n=(e,a,n,p)=>{const f=s(e);r(e,c),l(e,n.class_entered),i(e,n.class_exited),m(e,n,p),t(n.callback_enter,e,a,p),f||o(e,n,p)},p=(o,s,r,m)=>{e(o)||(l(o,r.class_exited),a(o,s,r,m),t(r.callback_exit,o,s,m))};export{n as onEnter,p as onExit};\n", "import{loadNative as o}from\"./load.js\";import{setToLoadCount as e}from\"./counters.js\";const t=[\"IMG\",\"IFRAME\",\"VIDEO\"],r=o=>o.use_native&&\"loading\"in HTMLImageElement.prototype,a=(r,a,m)=>{r.forEach((e=>{-1!==t.indexOf(e.tagName)&&o(e,a,m)})),e(m,0)};export{a as loadAllNative,r as shouldUseNative};\n", "import{onEnter as r,onExit as e}from\"./intersectionHandlers.js\";import{shouldUseNative as o}from\"./native.js\";import{resetObserver as t}from\"./unobserve.js\";const n=r=>r.isIntersecting||r.intersectionRatio>0,s=(r,e)=>{e.forEach((e=>{r.observe(e)}))},i=(r,e)=>{t(r),s(r,e)},a=(t,s)=>{o(t)||(s._observer=new IntersectionObserver((o=>{((o,t,s)=>{o.forEach((o=>n(o)?r(o.target,o,t,s):e(o.target,o,t,s)))})(o,t,s)}),(r=>({root:r.container===document?null:r.container,rootMargin:r.thresholds||r.threshold+\"px\"}))(t)))};export{n as isIntersecting,s as observeElements,a as setObserver,i as updateObserver};\n", "import{hasEmptyStatus as e,hasStatusError as r}from\"./data.js\";const t=e=>Array.prototype.slice.call(e),l=e=>e.container.querySelectorAll(e.elements_selector),o=r=>t(r).filter(e),c=e=>r(e),a=e=>t(e).filter(c),i=(e,r)=>o(e||l(r));export{o as excludeManagedElements,a as filterErrorElements,i as getElementsToLoad,c as hasError,l as queryElements,t as toArray};\n", "import{runningOnBrowser as n}from\"./environment.js\";import{resetStatus as o}from\"./data.js\";import{removeClass as e}from\"./class.js\";import{filterErrorElements as r,queryElements as i}from\"./dom.js\";const t=(n,t)=>{r(i(n)).forEach((r=>{e(r,n.class_error),o(r)})),t.update()},m=(o,e)=>{n&&(e._onlineHandler=()=>{t(o,e)},window.addEventListener(\"online\",e._onlineHandler))},s=o=>{n&&window.removeEventListener(\"online\",o._onlineHandler)};export{s as resetOnlineCheck,t as retryLazyLoad,m as setOnlineCheck};\n", "import{getExtendedSettings as t}from\"./defaults.js\";import{autoInitialize as o}from\"./autoInitialize.js\";import{load as s}from\"./load.js\";import{setObserver as i,updateObserver as e}from\"./intersectionObserver.js\";import{runningOnBrowser as r,isBot as n}from\"./environment.js\";import{shouldUseNative as m,loadAllNative as h}from\"./native.js\";import{setOnlineCheck as l,resetOnlineCheck as a}from\"./online.js\";import{getElementsToLoad as d,queryElements as f}from\"./dom.js\";import{resetStatus as p}from\"./data.js\";import{setToLoadCount as c}from\"./counters.js\";import{unobserve as u}from\"./unobserve.js\";import{restore as j}from\"./restore.js\";import{deleteOriginalAttrs as _}from\"./originalAttributes.js\";const g=function(o,s){const e=t(o);this._settings=e,this.loadingCount=0,i(e,this),l(e,this),this.update(s)};g.prototype={update:function(t){const o=this._settings,s=d(t,o);c(this,s.length),n?this.loadAll(s):m(o)?h(s,o,this):e(this._observer,s)},destroy:function(){this._observer&&this._observer.disconnect(),a(this),f(this._settings).forEach((t=>{_(t)})),delete this._observer,delete this._settings,delete this._onlineHandler,delete this.loadingCount,delete this.toLoadCount},loadAll:function(t){const o=this._settings;d(t,o).forEach((t=>{u(t,this),s(t,o,this)}))},restoreAll:function(){const t=this._settings;f(t).forEach((o=>{j(o,t)}))}},g.load=(o,i)=>{const e=t(i);s(o,e)},g.resetStatus=t=>{p(t)},r&&o(g,window.lazyLoadOptions);export{g as default};\n"], "mappings": "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", "names": ["l", "t", "e", "n", "i", "o", "t", "e", "a", "e", "r", "a", "n", "r", "s", "o", "t", "e", "i", "l", "u", "a", "c", "d", "n", "o", "t", "i", "n", "o", "t", "e", "m", "e", "n", "r", "o", "o", "t", "n", "a", "d", "e", "t", "r", "a", "c", "s", "e", "t", "b", "a", "i", "m", "f", "r", "o", "d", "t", "a", "s", "o", "e", "f", "c", "r", "m", "i", "x", "r", "b", "o", "a", "d", "s", "u", "g", "I", "e", "k", "O", "t", "x", "n", "i", "m", "A", "l", "D", "n", "e", "i", "a", "t", "o", "r", "D", "m", "d", "x", "l", "m", "e", "t", "i", "f", "s", "t", "n", "r", "c", "j", "E", "g", "I", "e", "o", "m", "i", "l", "p", "f", "c", "k", "t", "o", "n", "e", "a", "p", "f", "r", "o", "t", "s", "m", "i", "t", "r", "o", "a", "m", "e", "l", "n", "n", "r", "s", "e", "i", "a", "t", "o", "p", "t", "e", "l", "o", "r", "c", "d", "a", "i", "t", "n", "a", "l", "r", "m", "o", "e", "s", "g", "o", "s", "e", "a", "m", "t", "i", "n", "r", "l", "I"] } diff --git a/node_modules/.vite/deps/vue-i18n.js.map b/node_modules/.vite/deps/vue-i18n.js.map index 39f3ca2b..e4022262 100644 --- a/node_modules/.vite/deps/vue-i18n.js.map +++ b/node_modules/.vite/deps/vue-i18n.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../../@intlify/shared/dist/shared.mjs", "../../@intlify/message-compiler/dist/message-compiler.esm-browser.js", "../../@intlify/core-base/dist/core-base.mjs", "../../vue-i18n/dist/vue-i18n.mjs"], - "sourcesContent": ["/*!\r\n * shared v9.13.1\r\n * (c) 2024 kazuya kawaguchi\r\n * Released under the MIT License.\r\n */\r\n/**\r\n * Original Utilities\r\n * written by kazuya kawaguchi\r\n */\r\nconst inBrowser = typeof window !== 'undefined';\r\nlet mark;\r\nlet measure;\r\nif ((process.env.NODE_ENV !== 'production')) {\r\n const perf = inBrowser && window.performance;\r\n if (perf &&\r\n perf.mark &&\r\n perf.measure &&\r\n perf.clearMarks &&\r\n // @ts-ignore browser compat\r\n perf.clearMeasures) {\r\n mark = (tag) => {\r\n perf.mark(tag);\r\n };\r\n measure = (name, startTag, endTag) => {\r\n perf.measure(name, startTag, endTag);\r\n perf.clearMarks(startTag);\r\n perf.clearMarks(endTag);\r\n };\r\n }\r\n}\r\nconst RE_ARGS = /\\{([0-9a-zA-Z]+)\\}/g;\r\n/* eslint-disable */\r\nfunction format(message, ...args) {\r\n if (args.length === 1 && isObject(args[0])) {\r\n args = args[0];\r\n }\r\n if (!args || !args.hasOwnProperty) {\r\n args = {};\r\n }\r\n return message.replace(RE_ARGS, (match, identifier) => {\r\n return args.hasOwnProperty(identifier) ? args[identifier] : '';\r\n });\r\n}\r\nconst makeSymbol = (name, shareable = false) => !shareable ? Symbol(name) : Symbol.for(name);\r\nconst generateFormatCacheKey = (locale, key, source) => friendlyJSONstringify({ l: locale, k: key, s: source });\r\nconst friendlyJSONstringify = (json) => JSON.stringify(json)\r\n .replace(/\\u2028/g, '\\\\u2028')\r\n .replace(/\\u2029/g, '\\\\u2029')\r\n .replace(/\\u0027/g, '\\\\u0027');\r\nconst isNumber = (val) => typeof val === 'number' && isFinite(val);\r\nconst isDate = (val) => toTypeString(val) === '[object Date]';\r\nconst isRegExp = (val) => toTypeString(val) === '[object RegExp]';\r\nconst isEmptyObject = (val) => isPlainObject(val) && Object.keys(val).length === 0;\r\nconst assign = Object.assign;\r\nlet _globalThis;\r\nconst getGlobalThis = () => {\r\n // prettier-ignore\r\n return (_globalThis ||\r\n (_globalThis =\r\n typeof globalThis !== 'undefined'\r\n ? globalThis\r\n : typeof self !== 'undefined'\r\n ? self\r\n : typeof window !== 'undefined'\r\n ? window\r\n : typeof global !== 'undefined'\r\n ? global\r\n : {}));\r\n};\r\nfunction escapeHtml(rawText) {\r\n return rawText\r\n .replace(//g, '>')\r\n .replace(/\"/g, '"')\r\n .replace(/'/g, ''');\r\n}\r\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\r\nfunction hasOwn(obj, key) {\r\n return hasOwnProperty.call(obj, key);\r\n}\r\n/* eslint-enable */\r\n/**\r\n * Useful Utilities By Evan you\r\n * Modified by kazuya kawaguchi\r\n * MIT License\r\n * https://github.com/vuejs/vue-next/blob/master/packages/shared/src/index.ts\r\n * https://github.com/vuejs/vue-next/blob/master/packages/shared/src/codeframe.ts\r\n */\r\nconst isArray = Array.isArray;\r\nconst isFunction = (val) => typeof val === 'function';\r\nconst isString = (val) => typeof val === 'string';\r\nconst isBoolean = (val) => typeof val === 'boolean';\r\nconst isSymbol = (val) => typeof val === 'symbol';\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nconst isObject = (val) => val !== null && typeof val === 'object';\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nconst isPromise = (val) => {\r\n return isObject(val) && isFunction(val.then) && isFunction(val.catch);\r\n};\r\nconst objectToString = Object.prototype.toString;\r\nconst toTypeString = (value) => objectToString.call(value);\r\nconst isPlainObject = (val) => {\r\n if (!isObject(val))\r\n return false;\r\n const proto = Object.getPrototypeOf(val);\r\n return proto === null || proto.constructor === Object;\r\n};\r\n// for converting list and named values to displayed strings.\r\nconst toDisplayString = (val) => {\r\n return val == null\r\n ? ''\r\n : isArray(val) || (isPlainObject(val) && val.toString === objectToString)\r\n ? JSON.stringify(val, null, 2)\r\n : String(val);\r\n};\r\nfunction join(items, separator = '') {\r\n return items.reduce((str, item, index) => (index === 0 ? str + item : str + separator + item), '');\r\n}\r\nconst RANGE = 2;\r\nfunction generateCodeFrame(source, start = 0, end = source.length) {\r\n const lines = source.split(/\\r?\\n/);\r\n let count = 0;\r\n const res = [];\r\n for (let i = 0; i < lines.length; i++) {\r\n count += lines[i].length + 1;\r\n if (count >= start) {\r\n for (let j = i - RANGE; j <= i + RANGE || end > count; j++) {\r\n if (j < 0 || j >= lines.length)\r\n continue;\r\n const line = j + 1;\r\n res.push(`${line}${' '.repeat(3 - String(line).length)}| ${lines[j]}`);\r\n const lineLength = lines[j].length;\r\n if (j === i) {\r\n // push underline\r\n const pad = start - (count - lineLength) + 1;\r\n const length = Math.max(1, end > count ? lineLength - pad : end - start);\r\n res.push(` | ` + ' '.repeat(pad) + '^'.repeat(length));\r\n }\r\n else if (j > i) {\r\n if (end > count) {\r\n const length = Math.max(Math.min(end - count, lineLength), 1);\r\n res.push(` | ` + '^'.repeat(length));\r\n }\r\n count += lineLength + 1;\r\n }\r\n }\r\n break;\r\n }\r\n }\r\n return res.join('\\n');\r\n}\r\nfunction incrementer(code) {\r\n let current = code;\r\n return () => ++current;\r\n}\r\n\r\nfunction warn(msg, err) {\r\n if (typeof console !== 'undefined') {\r\n console.warn(`[intlify] ` + msg);\r\n /* istanbul ignore if */\r\n if (err) {\r\n console.warn(err.stack);\r\n }\r\n }\r\n}\r\nconst hasWarned = {};\r\nfunction warnOnce(msg) {\r\n if (!hasWarned[msg]) {\r\n hasWarned[msg] = true;\r\n warn(msg);\r\n }\r\n}\r\n\r\n/**\r\n * Event emitter, forked from the below:\r\n * - original repository url: https://github.com/developit/mitt\r\n * - code url: https://github.com/developit/mitt/blob/master/src/index.ts\r\n * - author: Jason Miller (https://github.com/developit)\r\n * - license: MIT\r\n */\r\n/**\r\n * Create a event emitter\r\n *\r\n * @returns An event emitter\r\n */\r\nfunction createEmitter() {\r\n const events = new Map();\r\n const emitter = {\r\n events,\r\n on(event, handler) {\r\n const handlers = events.get(event);\r\n const added = handlers && handlers.push(handler);\r\n if (!added) {\r\n events.set(event, [handler]);\r\n }\r\n },\r\n off(event, handler) {\r\n const handlers = events.get(event);\r\n if (handlers) {\r\n handlers.splice(handlers.indexOf(handler) >>> 0, 1);\r\n }\r\n },\r\n emit(event, payload) {\r\n (events.get(event) || [])\r\n .slice()\r\n .map(handler => handler(payload));\r\n (events.get('*') || [])\r\n .slice()\r\n .map(handler => handler(event, payload));\r\n }\r\n };\r\n return emitter;\r\n}\r\n\r\nconst isNotObjectOrIsArray = (val) => !isObject(val) || isArray(val);\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types\r\nfunction deepCopy(src, des) {\r\n // src and des should both be objects, and none of them can be a array\r\n if (isNotObjectOrIsArray(src) || isNotObjectOrIsArray(des)) {\r\n throw new Error('Invalid value');\r\n }\r\n const stack = [{ src, des }];\r\n while (stack.length) {\r\n const { src, des } = stack.pop();\r\n Object.keys(src).forEach(key => {\r\n if (isNotObjectOrIsArray(src[key]) || isNotObjectOrIsArray(des[key])) {\r\n // replace with src[key] when:\r\n // src[key] or des[key] is not an object, or\r\n // src[key] or des[key] is an array\r\n des[key] = src[key];\r\n }\r\n else {\r\n // src[key] and des[key] are both objects, merge them\r\n stack.push({ src: src[key], des: des[key] });\r\n }\r\n });\r\n }\r\n}\r\n\r\nexport { assign, createEmitter, deepCopy, escapeHtml, format, friendlyJSONstringify, generateCodeFrame, generateFormatCacheKey, getGlobalThis, hasOwn, inBrowser, incrementer, isArray, isBoolean, isDate, isEmptyObject, isFunction, isNumber, isObject, isPlainObject, isPromise, isRegExp, isString, isSymbol, join, makeSymbol, mark, measure, objectToString, toDisplayString, toTypeString, warn, warnOnce };\r\n", "/*!\r\n * message-compiler v9.13.1\r\n * (c) 2024 kazuya kawaguchi\r\n * Released under the MIT License.\r\n */\r\nconst LOCATION_STUB = {\r\n start: { line: 1, column: 1, offset: 0 },\r\n end: { line: 1, column: 1, offset: 0 }\r\n};\r\nfunction createPosition(line, column, offset) {\r\n return { line, column, offset };\r\n}\r\nfunction createLocation(start, end, source) {\r\n const loc = { start, end };\r\n if (source != null) {\r\n loc.source = source;\r\n }\r\n return loc;\r\n}\r\n\r\n/**\r\n * Original Utilities\r\n * written by kazuya kawaguchi\r\n */\r\nconst RE_ARGS = /\\{([0-9a-zA-Z]+)\\}/g;\r\n/* eslint-disable */\r\nfunction format(message, ...args) {\r\n if (args.length === 1 && isObject(args[0])) {\r\n args = args[0];\r\n }\r\n if (!args || !args.hasOwnProperty) {\r\n args = {};\r\n }\r\n return message.replace(RE_ARGS, (match, identifier) => {\r\n return args.hasOwnProperty(identifier) ? args[identifier] : '';\r\n });\r\n}\r\nconst assign = Object.assign;\r\nconst isString = (val) => typeof val === 'string';\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nconst isObject = (val) => val !== null && typeof val === 'object';\r\nfunction join(items, separator = '') {\r\n return items.reduce((str, item, index) => (index === 0 ? str + item : str + separator + item), '');\r\n}\r\n\r\nconst CompileWarnCodes = {\r\n USE_MODULO_SYNTAX: 1,\r\n __EXTEND_POINT__: 2\r\n};\r\n/** @internal */\r\nconst warnMessages = {\r\n [CompileWarnCodes.USE_MODULO_SYNTAX]: `Use modulo before '{{0}}'.`\r\n};\r\nfunction createCompileWarn(code, loc, ...args) {\r\n const msg = format(warnMessages[code] || '', ...(args || [])) ;\r\n const message = { message: String(msg), code };\r\n if (loc) {\r\n message.location = loc;\r\n }\r\n return message;\r\n}\r\n\r\nconst CompileErrorCodes = {\r\n // tokenizer error codes\r\n EXPECTED_TOKEN: 1,\r\n INVALID_TOKEN_IN_PLACEHOLDER: 2,\r\n UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER: 3,\r\n UNKNOWN_ESCAPE_SEQUENCE: 4,\r\n INVALID_UNICODE_ESCAPE_SEQUENCE: 5,\r\n UNBALANCED_CLOSING_BRACE: 6,\r\n UNTERMINATED_CLOSING_BRACE: 7,\r\n EMPTY_PLACEHOLDER: 8,\r\n NOT_ALLOW_NEST_PLACEHOLDER: 9,\r\n INVALID_LINKED_FORMAT: 10,\r\n // parser error codes\r\n MUST_HAVE_MESSAGES_IN_PLURAL: 11,\r\n UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,\r\n UNEXPECTED_EMPTY_LINKED_KEY: 13,\r\n UNEXPECTED_LEXICAL_ANALYSIS: 14,\r\n // generator error codes\r\n UNHANDLED_CODEGEN_NODE_TYPE: 15,\r\n // minifier error codes\r\n UNHANDLED_MINIFIER_NODE_TYPE: 16,\r\n // Special value for higher-order compilers to pick up the last code\r\n // to avoid collision of error codes. This should always be kept as the last\r\n // item.\r\n __EXTEND_POINT__: 17\r\n};\r\n/** @internal */\r\nconst errorMessages = {\r\n // tokenizer error messages\r\n [CompileErrorCodes.EXPECTED_TOKEN]: `Expected token: '{0}'`,\r\n [CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER]: `Invalid token in placeholder: '{0}'`,\r\n [CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: `Unterminated single quote in placeholder`,\r\n [CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE]: `Unknown escape sequence: \\\\{0}`,\r\n [CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE]: `Invalid unicode escape sequence: {0}`,\r\n [CompileErrorCodes.UNBALANCED_CLOSING_BRACE]: `Unbalanced closing brace`,\r\n [CompileErrorCodes.UNTERMINATED_CLOSING_BRACE]: `Unterminated closing brace`,\r\n [CompileErrorCodes.EMPTY_PLACEHOLDER]: `Empty placeholder`,\r\n [CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER]: `Not allowed nest placeholder`,\r\n [CompileErrorCodes.INVALID_LINKED_FORMAT]: `Invalid linked format`,\r\n // parser error messages\r\n [CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL]: `Plural must have messages`,\r\n [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER]: `Unexpected empty linked modifier`,\r\n [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY]: `Unexpected empty linked key`,\r\n [CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS]: `Unexpected lexical analysis in token: '{0}'`,\r\n // generator error messages\r\n [CompileErrorCodes.UNHANDLED_CODEGEN_NODE_TYPE]: `unhandled codegen node type: '{0}'`,\r\n // minimizer error messages\r\n [CompileErrorCodes.UNHANDLED_MINIFIER_NODE_TYPE]: `unhandled mimifier node type: '{0}'`\r\n};\r\nfunction createCompileError(code, loc, options = {}) {\r\n const { domain, messages, args } = options;\r\n const msg = format((messages || errorMessages)[code] || '', ...(args || []))\r\n ;\r\n const error = new SyntaxError(String(msg));\r\n error.code = code;\r\n if (loc) {\r\n error.location = loc;\r\n }\r\n error.domain = domain;\r\n return error;\r\n}\r\n/** @internal */\r\nfunction defaultOnError(error) {\r\n throw error;\r\n}\r\n\r\n// eslint-disable-next-line no-useless-escape\r\nconst RE_HTML_TAG = /<\\/?[\\w\\s=\"/.':;#-\\/]+>/;\r\nconst detectHtmlTag = (source) => RE_HTML_TAG.test(source);\r\n\r\nconst CHAR_SP = ' ';\r\nconst CHAR_CR = '\\r';\r\nconst CHAR_LF = '\\n';\r\nconst CHAR_LS = String.fromCharCode(0x2028);\r\nconst CHAR_PS = String.fromCharCode(0x2029);\r\nfunction createScanner(str) {\r\n const _buf = str;\r\n let _index = 0;\r\n let _line = 1;\r\n let _column = 1;\r\n let _peekOffset = 0;\r\n const isCRLF = (index) => _buf[index] === CHAR_CR && _buf[index + 1] === CHAR_LF;\r\n const isLF = (index) => _buf[index] === CHAR_LF;\r\n const isPS = (index) => _buf[index] === CHAR_PS;\r\n const isLS = (index) => _buf[index] === CHAR_LS;\r\n const isLineEnd = (index) => isCRLF(index) || isLF(index) || isPS(index) || isLS(index);\r\n const index = () => _index;\r\n const line = () => _line;\r\n const column = () => _column;\r\n const peekOffset = () => _peekOffset;\r\n const charAt = (offset) => isCRLF(offset) || isPS(offset) || isLS(offset) ? CHAR_LF : _buf[offset];\r\n const currentChar = () => charAt(_index);\r\n const currentPeek = () => charAt(_index + _peekOffset);\r\n function next() {\r\n _peekOffset = 0;\r\n if (isLineEnd(_index)) {\r\n _line++;\r\n _column = 0;\r\n }\r\n if (isCRLF(_index)) {\r\n _index++;\r\n }\r\n _index++;\r\n _column++;\r\n return _buf[_index];\r\n }\r\n function peek() {\r\n if (isCRLF(_index + _peekOffset)) {\r\n _peekOffset++;\r\n }\r\n _peekOffset++;\r\n return _buf[_index + _peekOffset];\r\n }\r\n function reset() {\r\n _index = 0;\r\n _line = 1;\r\n _column = 1;\r\n _peekOffset = 0;\r\n }\r\n function resetPeek(offset = 0) {\r\n _peekOffset = offset;\r\n }\r\n function skipToPeek() {\r\n const target = _index + _peekOffset;\r\n // eslint-disable-next-line no-unmodified-loop-condition\r\n while (target !== _index) {\r\n next();\r\n }\r\n _peekOffset = 0;\r\n }\r\n return {\r\n index,\r\n line,\r\n column,\r\n peekOffset,\r\n charAt,\r\n currentChar,\r\n currentPeek,\r\n next,\r\n peek,\r\n reset,\r\n resetPeek,\r\n skipToPeek\r\n };\r\n}\r\n\r\nconst EOF = undefined;\r\nconst DOT = '.';\r\nconst LITERAL_DELIMITER = \"'\";\r\nconst ERROR_DOMAIN$3 = 'tokenizer';\r\nfunction createTokenizer(source, options = {}) {\r\n const location = options.location !== false;\r\n const _scnr = createScanner(source);\r\n const currentOffset = () => _scnr.index();\r\n const currentPosition = () => createPosition(_scnr.line(), _scnr.column(), _scnr.index());\r\n const _initLoc = currentPosition();\r\n const _initOffset = currentOffset();\r\n const _context = {\r\n currentType: 14 /* TokenTypes.EOF */,\r\n offset: _initOffset,\r\n startLoc: _initLoc,\r\n endLoc: _initLoc,\r\n lastType: 14 /* TokenTypes.EOF */,\r\n lastOffset: _initOffset,\r\n lastStartLoc: _initLoc,\r\n lastEndLoc: _initLoc,\r\n braceNest: 0,\r\n inLinked: false,\r\n text: ''\r\n };\r\n const context = () => _context;\r\n const { onError } = options;\r\n function emitError(code, pos, offset, ...args) {\r\n const ctx = context();\r\n pos.column += offset;\r\n pos.offset += offset;\r\n if (onError) {\r\n const loc = location ? createLocation(ctx.startLoc, pos) : null;\r\n const err = createCompileError(code, loc, {\r\n domain: ERROR_DOMAIN$3,\r\n args\r\n });\r\n onError(err);\r\n }\r\n }\r\n function getToken(context, type, value) {\r\n context.endLoc = currentPosition();\r\n context.currentType = type;\r\n const token = { type };\r\n if (location) {\r\n token.loc = createLocation(context.startLoc, context.endLoc);\r\n }\r\n if (value != null) {\r\n token.value = value;\r\n }\r\n return token;\r\n }\r\n const getEndToken = (context) => getToken(context, 14 /* TokenTypes.EOF */);\r\n function eat(scnr, ch) {\r\n if (scnr.currentChar() === ch) {\r\n scnr.next();\r\n return ch;\r\n }\r\n else {\r\n emitError(CompileErrorCodes.EXPECTED_TOKEN, currentPosition(), 0, ch);\r\n return '';\r\n }\r\n }\r\n function peekSpaces(scnr) {\r\n let buf = '';\r\n while (scnr.currentPeek() === CHAR_SP || scnr.currentPeek() === CHAR_LF) {\r\n buf += scnr.currentPeek();\r\n scnr.peek();\r\n }\r\n return buf;\r\n }\r\n function skipSpaces(scnr) {\r\n const buf = peekSpaces(scnr);\r\n scnr.skipToPeek();\r\n return buf;\r\n }\r\n function isIdentifierStart(ch) {\r\n if (ch === EOF) {\r\n return false;\r\n }\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 97 && cc <= 122) || // a-z\r\n (cc >= 65 && cc <= 90) || // A-Z\r\n cc === 95 // _\r\n );\r\n }\r\n function isNumberStart(ch) {\r\n if (ch === EOF) {\r\n return false;\r\n }\r\n const cc = ch.charCodeAt(0);\r\n return cc >= 48 && cc <= 57; // 0-9\r\n }\r\n function isNamedIdentifierStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 2 /* TokenTypes.BraceLeft */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = isIdentifierStart(scnr.currentPeek());\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isListIdentifierStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 2 /* TokenTypes.BraceLeft */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ch = scnr.currentPeek() === '-' ? scnr.peek() : scnr.currentPeek();\r\n const ret = isNumberStart(ch);\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLiteralStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 2 /* TokenTypes.BraceLeft */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === LITERAL_DELIMITER;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedDotStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 8 /* TokenTypes.LinkedAlias */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \".\" /* TokenChars.LinkedDot */;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedModifierStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 9 /* TokenTypes.LinkedDot */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = isIdentifierStart(scnr.currentPeek());\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedDelimiterStart(scnr, context) {\r\n const { currentType } = context;\r\n if (!(currentType === 8 /* TokenTypes.LinkedAlias */ ||\r\n currentType === 12 /* TokenTypes.LinkedModifier */)) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \":\" /* TokenChars.LinkedDelimiter */;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedReferStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 10 /* TokenTypes.LinkedDelimiter */) {\r\n return false;\r\n }\r\n const fn = () => {\r\n const ch = scnr.currentPeek();\r\n if (ch === \"{\" /* TokenChars.BraceLeft */) {\r\n return isIdentifierStart(scnr.peek());\r\n }\r\n else if (ch === \"@\" /* TokenChars.LinkedAlias */ ||\r\n ch === \"%\" /* TokenChars.Modulo */ ||\r\n ch === \"|\" /* TokenChars.Pipe */ ||\r\n ch === \":\" /* TokenChars.LinkedDelimiter */ ||\r\n ch === \".\" /* TokenChars.LinkedDot */ ||\r\n ch === CHAR_SP ||\r\n !ch) {\r\n return false;\r\n }\r\n else if (ch === CHAR_LF) {\r\n scnr.peek();\r\n return fn();\r\n }\r\n else {\r\n // other characters\r\n return isTextStart(scnr, false);\r\n }\r\n };\r\n const ret = fn();\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isPluralStart(scnr) {\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \"|\" /* TokenChars.Pipe */;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function detectModuloStart(scnr) {\r\n const spaces = peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \"%\" /* TokenChars.Modulo */ &&\r\n scnr.peek() === \"{\" /* TokenChars.BraceLeft */;\r\n scnr.resetPeek();\r\n return {\r\n isModulo: ret,\r\n hasSpace: spaces.length > 0\r\n };\r\n }\r\n function isTextStart(scnr, reset = true) {\r\n const fn = (hasSpace = false, prev = '', detectModulo = false) => {\r\n const ch = scnr.currentPeek();\r\n if (ch === \"{\" /* TokenChars.BraceLeft */) {\r\n return prev === \"%\" /* TokenChars.Modulo */ ? false : hasSpace;\r\n }\r\n else if (ch === \"@\" /* TokenChars.LinkedAlias */ || !ch) {\r\n return prev === \"%\" /* TokenChars.Modulo */ ? true : hasSpace;\r\n }\r\n else if (ch === \"%\" /* TokenChars.Modulo */) {\r\n scnr.peek();\r\n return fn(hasSpace, \"%\" /* TokenChars.Modulo */, true);\r\n }\r\n else if (ch === \"|\" /* TokenChars.Pipe */) {\r\n return prev === \"%\" /* TokenChars.Modulo */ || detectModulo\r\n ? true\r\n : !(prev === CHAR_SP || prev === CHAR_LF);\r\n }\r\n else if (ch === CHAR_SP) {\r\n scnr.peek();\r\n return fn(true, CHAR_SP, detectModulo);\r\n }\r\n else if (ch === CHAR_LF) {\r\n scnr.peek();\r\n return fn(true, CHAR_LF, detectModulo);\r\n }\r\n else {\r\n return true;\r\n }\r\n };\r\n const ret = fn();\r\n reset && scnr.resetPeek();\r\n return ret;\r\n }\r\n function takeChar(scnr, fn) {\r\n const ch = scnr.currentChar();\r\n if (ch === EOF) {\r\n return EOF;\r\n }\r\n if (fn(ch)) {\r\n scnr.next();\r\n return ch;\r\n }\r\n return null;\r\n }\r\n function isIdentifier(ch) {\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 97 && cc <= 122) || // a-z\r\n (cc >= 65 && cc <= 90) || // A-Z\r\n (cc >= 48 && cc <= 57) || // 0-9\r\n cc === 95 || // _\r\n cc === 36 // $\r\n );\r\n }\r\n function takeIdentifierChar(scnr) {\r\n return takeChar(scnr, isIdentifier);\r\n }\r\n function isNamedIdentifier(ch) {\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 97 && cc <= 122) || // a-z\r\n (cc >= 65 && cc <= 90) || // A-Z\r\n (cc >= 48 && cc <= 57) || // 0-9\r\n cc === 95 || // _\r\n cc === 36 || // $\r\n cc === 45 // -\r\n );\r\n }\r\n function takeNamedIdentifierChar(scnr) {\r\n return takeChar(scnr, isNamedIdentifier);\r\n }\r\n function isDigit(ch) {\r\n const cc = ch.charCodeAt(0);\r\n return cc >= 48 && cc <= 57; // 0-9\r\n }\r\n function takeDigit(scnr) {\r\n return takeChar(scnr, isDigit);\r\n }\r\n function isHexDigit(ch) {\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 48 && cc <= 57) || // 0-9\r\n (cc >= 65 && cc <= 70) || // A-F\r\n (cc >= 97 && cc <= 102)); // a-f\r\n }\r\n function takeHexDigit(scnr) {\r\n return takeChar(scnr, isHexDigit);\r\n }\r\n function getDigits(scnr) {\r\n let ch = '';\r\n let num = '';\r\n while ((ch = takeDigit(scnr))) {\r\n num += ch;\r\n }\r\n return num;\r\n }\r\n function readModulo(scnr) {\r\n skipSpaces(scnr);\r\n const ch = scnr.currentChar();\r\n if (ch !== \"%\" /* TokenChars.Modulo */) {\r\n emitError(CompileErrorCodes.EXPECTED_TOKEN, currentPosition(), 0, ch);\r\n }\r\n scnr.next();\r\n return \"%\" /* TokenChars.Modulo */;\r\n }\r\n function readText(scnr) {\r\n let buf = '';\r\n // eslint-disable-next-line no-constant-condition\r\n while (true) {\r\n const ch = scnr.currentChar();\r\n if (ch === \"{\" /* TokenChars.BraceLeft */ ||\r\n ch === \"}\" /* TokenChars.BraceRight */ ||\r\n ch === \"@\" /* TokenChars.LinkedAlias */ ||\r\n ch === \"|\" /* TokenChars.Pipe */ ||\r\n !ch) {\r\n break;\r\n }\r\n else if (ch === \"%\" /* TokenChars.Modulo */) {\r\n if (isTextStart(scnr)) {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n else {\r\n break;\r\n }\r\n }\r\n else if (ch === CHAR_SP || ch === CHAR_LF) {\r\n if (isTextStart(scnr)) {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n else if (isPluralStart(scnr)) {\r\n break;\r\n }\r\n else {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n }\r\n else {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n }\r\n return buf;\r\n }\r\n function readNamedIdentifier(scnr) {\r\n skipSpaces(scnr);\r\n let ch = '';\r\n let name = '';\r\n while ((ch = takeNamedIdentifierChar(scnr))) {\r\n name += ch;\r\n }\r\n if (scnr.currentChar() === EOF) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n return name;\r\n }\r\n function readListIdentifier(scnr) {\r\n skipSpaces(scnr);\r\n let value = '';\r\n if (scnr.currentChar() === '-') {\r\n scnr.next();\r\n value += `-${getDigits(scnr)}`;\r\n }\r\n else {\r\n value += getDigits(scnr);\r\n }\r\n if (scnr.currentChar() === EOF) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n return value;\r\n }\r\n function isLiteral(ch) {\r\n return ch !== LITERAL_DELIMITER && ch !== CHAR_LF;\r\n }\r\n function readLiteral(scnr) {\r\n skipSpaces(scnr);\r\n // eslint-disable-next-line no-useless-escape\r\n eat(scnr, `\\'`);\r\n let ch = '';\r\n let literal = '';\r\n while ((ch = takeChar(scnr, isLiteral))) {\r\n if (ch === '\\\\') {\r\n literal += readEscapeSequence(scnr);\r\n }\r\n else {\r\n literal += ch;\r\n }\r\n }\r\n const current = scnr.currentChar();\r\n if (current === CHAR_LF || current === EOF) {\r\n emitError(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, currentPosition(), 0);\r\n // TODO: Is it correct really?\r\n if (current === CHAR_LF) {\r\n scnr.next();\r\n // eslint-disable-next-line no-useless-escape\r\n eat(scnr, `\\'`);\r\n }\r\n return literal;\r\n }\r\n // eslint-disable-next-line no-useless-escape\r\n eat(scnr, `\\'`);\r\n return literal;\r\n }\r\n function readEscapeSequence(scnr) {\r\n const ch = scnr.currentChar();\r\n switch (ch) {\r\n case '\\\\':\r\n case `\\'`: // eslint-disable-line no-useless-escape\r\n scnr.next();\r\n return `\\\\${ch}`;\r\n case 'u':\r\n return readUnicodeEscapeSequence(scnr, ch, 4);\r\n case 'U':\r\n return readUnicodeEscapeSequence(scnr, ch, 6);\r\n default:\r\n emitError(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE, currentPosition(), 0, ch);\r\n return '';\r\n }\r\n }\r\n function readUnicodeEscapeSequence(scnr, unicode, digits) {\r\n eat(scnr, unicode);\r\n let sequence = '';\r\n for (let i = 0; i < digits; i++) {\r\n const ch = takeHexDigit(scnr);\r\n if (!ch) {\r\n emitError(CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE, currentPosition(), 0, `\\\\${unicode}${sequence}${scnr.currentChar()}`);\r\n break;\r\n }\r\n sequence += ch;\r\n }\r\n return `\\\\${unicode}${sequence}`;\r\n }\r\n function isInvalidIdentifier(ch) {\r\n return (ch !== \"{\" /* TokenChars.BraceLeft */ &&\r\n ch !== \"}\" /* TokenChars.BraceRight */ &&\r\n ch !== CHAR_SP &&\r\n ch !== CHAR_LF);\r\n }\r\n function readInvalidIdentifier(scnr) {\r\n skipSpaces(scnr);\r\n let ch = '';\r\n let identifiers = '';\r\n while ((ch = takeChar(scnr, isInvalidIdentifier))) {\r\n identifiers += ch;\r\n }\r\n return identifiers;\r\n }\r\n function readLinkedModifier(scnr) {\r\n let ch = '';\r\n let name = '';\r\n while ((ch = takeIdentifierChar(scnr))) {\r\n name += ch;\r\n }\r\n return name;\r\n }\r\n function readLinkedRefer(scnr) {\r\n const fn = (buf) => {\r\n const ch = scnr.currentChar();\r\n if (ch === \"{\" /* TokenChars.BraceLeft */ ||\r\n ch === \"%\" /* TokenChars.Modulo */ ||\r\n ch === \"@\" /* TokenChars.LinkedAlias */ ||\r\n ch === \"|\" /* TokenChars.Pipe */ ||\r\n ch === \"(\" /* TokenChars.ParenLeft */ ||\r\n ch === \")\" /* TokenChars.ParenRight */ ||\r\n !ch) {\r\n return buf;\r\n }\r\n else if (ch === CHAR_SP) {\r\n return buf;\r\n }\r\n else if (ch === CHAR_LF || ch === DOT) {\r\n buf += ch;\r\n scnr.next();\r\n return fn(buf);\r\n }\r\n else {\r\n buf += ch;\r\n scnr.next();\r\n return fn(buf);\r\n }\r\n };\r\n return fn('');\r\n }\r\n function readPlural(scnr) {\r\n skipSpaces(scnr);\r\n const plural = eat(scnr, \"|\" /* TokenChars.Pipe */);\r\n skipSpaces(scnr);\r\n return plural;\r\n }\r\n // TODO: We need refactoring of token parsing ...\r\n function readTokenInPlaceholder(scnr, context) {\r\n let token = null;\r\n const ch = scnr.currentChar();\r\n switch (ch) {\r\n case \"{\" /* TokenChars.BraceLeft */:\r\n if (context.braceNest >= 1) {\r\n emitError(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER, currentPosition(), 0);\r\n }\r\n scnr.next();\r\n token = getToken(context, 2 /* TokenTypes.BraceLeft */, \"{\" /* TokenChars.BraceLeft */);\r\n skipSpaces(scnr);\r\n context.braceNest++;\r\n return token;\r\n case \"}\" /* TokenChars.BraceRight */:\r\n if (context.braceNest > 0 &&\r\n context.currentType === 2 /* TokenTypes.BraceLeft */) {\r\n emitError(CompileErrorCodes.EMPTY_PLACEHOLDER, currentPosition(), 0);\r\n }\r\n scnr.next();\r\n token = getToken(context, 3 /* TokenTypes.BraceRight */, \"}\" /* TokenChars.BraceRight */);\r\n context.braceNest--;\r\n context.braceNest > 0 && skipSpaces(scnr);\r\n if (context.inLinked && context.braceNest === 0) {\r\n context.inLinked = false;\r\n }\r\n return token;\r\n case \"@\" /* TokenChars.LinkedAlias */:\r\n if (context.braceNest > 0) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n token = readTokenInLinked(scnr, context) || getEndToken(context);\r\n context.braceNest = 0;\r\n return token;\r\n default: {\r\n let validNamedIdentifier = true;\r\n let validListIdentifier = true;\r\n let validLiteral = true;\r\n if (isPluralStart(scnr)) {\r\n if (context.braceNest > 0) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n token = getToken(context, 1 /* TokenTypes.Pipe */, readPlural(scnr));\r\n // reset\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return token;\r\n }\r\n if (context.braceNest > 0 &&\r\n (context.currentType === 5 /* TokenTypes.Named */ ||\r\n context.currentType === 6 /* TokenTypes.List */ ||\r\n context.currentType === 7 /* TokenTypes.Literal */)) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n context.braceNest = 0;\r\n return readToken(scnr, context);\r\n }\r\n if ((validNamedIdentifier = isNamedIdentifierStart(scnr, context))) {\r\n token = getToken(context, 5 /* TokenTypes.Named */, readNamedIdentifier(scnr));\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n if ((validListIdentifier = isListIdentifierStart(scnr, context))) {\r\n token = getToken(context, 6 /* TokenTypes.List */, readListIdentifier(scnr));\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n if ((validLiteral = isLiteralStart(scnr, context))) {\r\n token = getToken(context, 7 /* TokenTypes.Literal */, readLiteral(scnr));\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n if (!validNamedIdentifier && !validListIdentifier && !validLiteral) {\r\n // TODO: we should be re-designed invalid cases, when we will extend message syntax near the future ...\r\n token = getToken(context, 13 /* TokenTypes.InvalidPlace */, readInvalidIdentifier(scnr));\r\n emitError(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER, currentPosition(), 0, token.value);\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n break;\r\n }\r\n }\r\n return token;\r\n }\r\n // TODO: We need refactoring of token parsing ...\r\n function readTokenInLinked(scnr, context) {\r\n const { currentType } = context;\r\n let token = null;\r\n const ch = scnr.currentChar();\r\n if ((currentType === 8 /* TokenTypes.LinkedAlias */ ||\r\n currentType === 9 /* TokenTypes.LinkedDot */ ||\r\n currentType === 12 /* TokenTypes.LinkedModifier */ ||\r\n currentType === 10 /* TokenTypes.LinkedDelimiter */) &&\r\n (ch === CHAR_LF || ch === CHAR_SP)) {\r\n emitError(CompileErrorCodes.INVALID_LINKED_FORMAT, currentPosition(), 0);\r\n }\r\n switch (ch) {\r\n case \"@\" /* TokenChars.LinkedAlias */:\r\n scnr.next();\r\n token = getToken(context, 8 /* TokenTypes.LinkedAlias */, \"@\" /* TokenChars.LinkedAlias */);\r\n context.inLinked = true;\r\n return token;\r\n case \".\" /* TokenChars.LinkedDot */:\r\n skipSpaces(scnr);\r\n scnr.next();\r\n return getToken(context, 9 /* TokenTypes.LinkedDot */, \".\" /* TokenChars.LinkedDot */);\r\n case \":\" /* TokenChars.LinkedDelimiter */:\r\n skipSpaces(scnr);\r\n scnr.next();\r\n return getToken(context, 10 /* TokenTypes.LinkedDelimiter */, \":\" /* TokenChars.LinkedDelimiter */);\r\n default:\r\n if (isPluralStart(scnr)) {\r\n token = getToken(context, 1 /* TokenTypes.Pipe */, readPlural(scnr));\r\n // reset\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return token;\r\n }\r\n if (isLinkedDotStart(scnr, context) ||\r\n isLinkedDelimiterStart(scnr, context)) {\r\n skipSpaces(scnr);\r\n return readTokenInLinked(scnr, context);\r\n }\r\n if (isLinkedModifierStart(scnr, context)) {\r\n skipSpaces(scnr);\r\n return getToken(context, 12 /* TokenTypes.LinkedModifier */, readLinkedModifier(scnr));\r\n }\r\n if (isLinkedReferStart(scnr, context)) {\r\n skipSpaces(scnr);\r\n if (ch === \"{\" /* TokenChars.BraceLeft */) {\r\n // scan the placeholder\r\n return readTokenInPlaceholder(scnr, context) || token;\r\n }\r\n else {\r\n return getToken(context, 11 /* TokenTypes.LinkedKey */, readLinkedRefer(scnr));\r\n }\r\n }\r\n if (currentType === 8 /* TokenTypes.LinkedAlias */) {\r\n emitError(CompileErrorCodes.INVALID_LINKED_FORMAT, currentPosition(), 0);\r\n }\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return readToken(scnr, context);\r\n }\r\n }\r\n // TODO: We need refactoring of token parsing ...\r\n function readToken(scnr, context) {\r\n let token = { type: 14 /* TokenTypes.EOF */ };\r\n if (context.braceNest > 0) {\r\n return readTokenInPlaceholder(scnr, context) || getEndToken(context);\r\n }\r\n if (context.inLinked) {\r\n return readTokenInLinked(scnr, context) || getEndToken(context);\r\n }\r\n const ch = scnr.currentChar();\r\n switch (ch) {\r\n case \"{\" /* TokenChars.BraceLeft */:\r\n return readTokenInPlaceholder(scnr, context) || getEndToken(context);\r\n case \"}\" /* TokenChars.BraceRight */:\r\n emitError(CompileErrorCodes.UNBALANCED_CLOSING_BRACE, currentPosition(), 0);\r\n scnr.next();\r\n return getToken(context, 3 /* TokenTypes.BraceRight */, \"}\" /* TokenChars.BraceRight */);\r\n case \"@\" /* TokenChars.LinkedAlias */:\r\n return readTokenInLinked(scnr, context) || getEndToken(context);\r\n default: {\r\n if (isPluralStart(scnr)) {\r\n token = getToken(context, 1 /* TokenTypes.Pipe */, readPlural(scnr));\r\n // reset\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return token;\r\n }\r\n const { isModulo, hasSpace } = detectModuloStart(scnr);\r\n if (isModulo) {\r\n return hasSpace\r\n ? getToken(context, 0 /* TokenTypes.Text */, readText(scnr))\r\n : getToken(context, 4 /* TokenTypes.Modulo */, readModulo(scnr));\r\n }\r\n if (isTextStart(scnr)) {\r\n return getToken(context, 0 /* TokenTypes.Text */, readText(scnr));\r\n }\r\n break;\r\n }\r\n }\r\n return token;\r\n }\r\n function nextToken() {\r\n const { currentType, offset, startLoc, endLoc } = _context;\r\n _context.lastType = currentType;\r\n _context.lastOffset = offset;\r\n _context.lastStartLoc = startLoc;\r\n _context.lastEndLoc = endLoc;\r\n _context.offset = currentOffset();\r\n _context.startLoc = currentPosition();\r\n if (_scnr.currentChar() === EOF) {\r\n return getToken(_context, 14 /* TokenTypes.EOF */);\r\n }\r\n return readToken(_scnr, _context);\r\n }\r\n return {\r\n nextToken,\r\n currentOffset,\r\n currentPosition,\r\n context\r\n };\r\n}\r\n\r\nconst ERROR_DOMAIN$2 = 'parser';\r\n// Backslash backslash, backslash quote, uHHHH, UHHHHHH.\r\nconst KNOWN_ESCAPES = /(?:\\\\\\\\|\\\\'|\\\\u([0-9a-fA-F]{4})|\\\\U([0-9a-fA-F]{6}))/g;\r\nfunction fromEscapeSequence(match, codePoint4, codePoint6) {\r\n switch (match) {\r\n case `\\\\\\\\`:\r\n return `\\\\`;\r\n // eslint-disable-next-line no-useless-escape\r\n case `\\\\\\'`:\r\n // eslint-disable-next-line no-useless-escape\r\n return `\\'`;\r\n default: {\r\n const codePoint = parseInt(codePoint4 || codePoint6, 16);\r\n if (codePoint <= 0xd7ff || codePoint >= 0xe000) {\r\n return String.fromCodePoint(codePoint);\r\n }\r\n // invalid ...\r\n // Replace them with U+FFFD REPLACEMENT CHARACTER.\r\n return '�';\r\n }\r\n }\r\n}\r\nfunction createParser(options = {}) {\r\n const location = options.location !== false;\r\n const { onError, onWarn } = options;\r\n function emitError(tokenzer, code, start, offset, ...args) {\r\n const end = tokenzer.currentPosition();\r\n end.offset += offset;\r\n end.column += offset;\r\n if (onError) {\r\n const loc = location ? createLocation(start, end) : null;\r\n const err = createCompileError(code, loc, {\r\n domain: ERROR_DOMAIN$2,\r\n args\r\n });\r\n onError(err);\r\n }\r\n }\r\n function emitWarn(tokenzer, code, start, offset, ...args) {\r\n const end = tokenzer.currentPosition();\r\n end.offset += offset;\r\n end.column += offset;\r\n if (onWarn) {\r\n const loc = location ? createLocation(start, end) : null;\r\n onWarn(createCompileWarn(code, loc, args));\r\n }\r\n }\r\n function startNode(type, offset, loc) {\r\n const node = { type };\r\n if (location) {\r\n node.start = offset;\r\n node.end = offset;\r\n node.loc = { start: loc, end: loc };\r\n }\r\n return node;\r\n }\r\n function endNode(node, offset, pos, type) {\r\n if (type) {\r\n node.type = type;\r\n }\r\n if (location) {\r\n node.end = offset;\r\n if (node.loc) {\r\n node.loc.end = pos;\r\n }\r\n }\r\n }\r\n function parseText(tokenizer, value) {\r\n const context = tokenizer.context();\r\n const node = startNode(3 /* NodeTypes.Text */, context.offset, context.startLoc);\r\n node.value = value;\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseList(tokenizer, index) {\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\r\n const node = startNode(5 /* NodeTypes.List */, offset, loc);\r\n node.index = parseInt(index, 10);\r\n tokenizer.nextToken(); // skip brach right\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseNamed(tokenizer, key, modulo) {\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\r\n const node = startNode(4 /* NodeTypes.Named */, offset, loc);\r\n node.key = key;\r\n if (modulo === true) {\r\n node.modulo = true;\r\n }\r\n tokenizer.nextToken(); // skip brach right\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseLiteral(tokenizer, value) {\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\r\n const node = startNode(9 /* NodeTypes.Literal */, offset, loc);\r\n node.value = value.replace(KNOWN_ESCAPES, fromEscapeSequence);\r\n tokenizer.nextToken(); // skip brach right\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseLinkedModifier(tokenizer) {\r\n const token = tokenizer.nextToken();\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get linked dot loc\r\n const node = startNode(8 /* NodeTypes.LinkedModifier */, offset, loc);\r\n if (token.type !== 12 /* TokenTypes.LinkedModifier */) {\r\n // empty modifier\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER, context.lastStartLoc, 0);\r\n node.value = '';\r\n endNode(node, offset, loc);\r\n return {\r\n nextConsumeToken: token,\r\n node\r\n };\r\n }\r\n // check token\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.value = token.value || '';\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return {\r\n node\r\n };\r\n }\r\n function parseLinkedKey(tokenizer, value) {\r\n const context = tokenizer.context();\r\n const node = startNode(7 /* NodeTypes.LinkedKey */, context.offset, context.startLoc);\r\n node.value = value;\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseLinked(tokenizer) {\r\n const context = tokenizer.context();\r\n const linkedNode = startNode(6 /* NodeTypes.Linked */, context.offset, context.startLoc);\r\n let token = tokenizer.nextToken();\r\n if (token.type === 9 /* TokenTypes.LinkedDot */) {\r\n const parsed = parseLinkedModifier(tokenizer);\r\n linkedNode.modifier = parsed.node;\r\n token = parsed.nextConsumeToken || tokenizer.nextToken();\r\n }\r\n // asset check token\r\n if (token.type !== 10 /* TokenTypes.LinkedDelimiter */) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n token = tokenizer.nextToken();\r\n // skip brace left\r\n if (token.type === 2 /* TokenTypes.BraceLeft */) {\r\n token = tokenizer.nextToken();\r\n }\r\n switch (token.type) {\r\n case 11 /* TokenTypes.LinkedKey */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseLinkedKey(tokenizer, token.value || '');\r\n break;\r\n case 5 /* TokenTypes.Named */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseNamed(tokenizer, token.value || '');\r\n break;\r\n case 6 /* TokenTypes.List */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseList(tokenizer, token.value || '');\r\n break;\r\n case 7 /* TokenTypes.Literal */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseLiteral(tokenizer, token.value || '');\r\n break;\r\n default: {\r\n // empty key\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY, context.lastStartLoc, 0);\r\n const nextContext = tokenizer.context();\r\n const emptyLinkedKeyNode = startNode(7 /* NodeTypes.LinkedKey */, nextContext.offset, nextContext.startLoc);\r\n emptyLinkedKeyNode.value = '';\r\n endNode(emptyLinkedKeyNode, nextContext.offset, nextContext.startLoc);\r\n linkedNode.key = emptyLinkedKeyNode;\r\n endNode(linkedNode, nextContext.offset, nextContext.startLoc);\r\n return {\r\n nextConsumeToken: token,\r\n node: linkedNode\r\n };\r\n }\r\n }\r\n endNode(linkedNode, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return {\r\n node: linkedNode\r\n };\r\n }\r\n function parseMessage(tokenizer) {\r\n const context = tokenizer.context();\r\n const startOffset = context.currentType === 1 /* TokenTypes.Pipe */\r\n ? tokenizer.currentOffset()\r\n : context.offset;\r\n const startLoc = context.currentType === 1 /* TokenTypes.Pipe */\r\n ? context.endLoc\r\n : context.startLoc;\r\n const node = startNode(2 /* NodeTypes.Message */, startOffset, startLoc);\r\n node.items = [];\r\n let nextToken = null;\r\n let modulo = null;\r\n do {\r\n const token = nextToken || tokenizer.nextToken();\r\n nextToken = null;\r\n switch (token.type) {\r\n case 0 /* TokenTypes.Text */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseText(tokenizer, token.value || ''));\r\n break;\r\n case 6 /* TokenTypes.List */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseList(tokenizer, token.value || ''));\r\n break;\r\n case 4 /* TokenTypes.Modulo */:\r\n modulo = true;\r\n break;\r\n case 5 /* TokenTypes.Named */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseNamed(tokenizer, token.value || '', !!modulo));\r\n if (modulo) {\r\n emitWarn(tokenizer, CompileWarnCodes.USE_MODULO_SYNTAX, context.lastStartLoc, 0, getTokenCaption(token));\r\n modulo = null;\r\n }\r\n break;\r\n case 7 /* TokenTypes.Literal */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseLiteral(tokenizer, token.value || ''));\r\n break;\r\n case 8 /* TokenTypes.LinkedAlias */: {\r\n const parsed = parseLinked(tokenizer);\r\n node.items.push(parsed.node);\r\n nextToken = parsed.nextConsumeToken || null;\r\n break;\r\n }\r\n }\r\n } while (context.currentType !== 14 /* TokenTypes.EOF */ &&\r\n context.currentType !== 1 /* TokenTypes.Pipe */);\r\n // adjust message node loc\r\n const endOffset = context.currentType === 1 /* TokenTypes.Pipe */\r\n ? context.lastOffset\r\n : tokenizer.currentOffset();\r\n const endLoc = context.currentType === 1 /* TokenTypes.Pipe */\r\n ? context.lastEndLoc\r\n : tokenizer.currentPosition();\r\n endNode(node, endOffset, endLoc);\r\n return node;\r\n }\r\n function parsePlural(tokenizer, offset, loc, msgNode) {\r\n const context = tokenizer.context();\r\n let hasEmptyMessage = msgNode.items.length === 0;\r\n const node = startNode(1 /* NodeTypes.Plural */, offset, loc);\r\n node.cases = [];\r\n node.cases.push(msgNode);\r\n do {\r\n const msg = parseMessage(tokenizer);\r\n if (!hasEmptyMessage) {\r\n hasEmptyMessage = msg.items.length === 0;\r\n }\r\n node.cases.push(msg);\r\n } while (context.currentType !== 14 /* TokenTypes.EOF */);\r\n if (hasEmptyMessage) {\r\n emitError(tokenizer, CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL, loc, 0);\r\n }\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseResource(tokenizer) {\r\n const context = tokenizer.context();\r\n const { offset, startLoc } = context;\r\n const msgNode = parseMessage(tokenizer);\r\n if (context.currentType === 14 /* TokenTypes.EOF */) {\r\n return msgNode;\r\n }\r\n else {\r\n return parsePlural(tokenizer, offset, startLoc, msgNode);\r\n }\r\n }\r\n function parse(source) {\r\n const tokenizer = createTokenizer(source, assign({}, options));\r\n const context = tokenizer.context();\r\n const node = startNode(0 /* NodeTypes.Resource */, context.offset, context.startLoc);\r\n if (location && node.loc) {\r\n node.loc.source = source;\r\n }\r\n node.body = parseResource(tokenizer);\r\n if (options.onCacheKey) {\r\n node.cacheKey = options.onCacheKey(source);\r\n }\r\n // assert whether achieved to EOF\r\n if (context.currentType !== 14 /* TokenTypes.EOF */) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, source[context.offset] || '');\r\n }\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n return { parse };\r\n}\r\nfunction getTokenCaption(token) {\r\n if (token.type === 14 /* TokenTypes.EOF */) {\r\n return 'EOF';\r\n }\r\n const name = (token.value || '').replace(/\\r?\\n/gu, '\\\\n');\r\n return name.length > 10 ? name.slice(0, 9) + '…' : name;\r\n}\r\n\r\nfunction createTransformer(ast, options = {} // eslint-disable-line\r\n) {\r\n const _context = {\r\n ast,\r\n helpers: new Set()\r\n };\r\n const context = () => _context;\r\n const helper = (name) => {\r\n _context.helpers.add(name);\r\n return name;\r\n };\r\n return { context, helper };\r\n}\r\nfunction traverseNodes(nodes, transformer) {\r\n for (let i = 0; i < nodes.length; i++) {\r\n traverseNode(nodes[i], transformer);\r\n }\r\n}\r\nfunction traverseNode(node, transformer) {\r\n // TODO: if we need pre-hook of transform, should be implemented to here\r\n switch (node.type) {\r\n case 1 /* NodeTypes.Plural */:\r\n traverseNodes(node.cases, transformer);\r\n transformer.helper(\"plural\" /* HelperNameMap.PLURAL */);\r\n break;\r\n case 2 /* NodeTypes.Message */:\r\n traverseNodes(node.items, transformer);\r\n break;\r\n case 6 /* NodeTypes.Linked */: {\r\n const linked = node;\r\n traverseNode(linked.key, transformer);\r\n transformer.helper(\"linked\" /* HelperNameMap.LINKED */);\r\n transformer.helper(\"type\" /* HelperNameMap.TYPE */);\r\n break;\r\n }\r\n case 5 /* NodeTypes.List */:\r\n transformer.helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */);\r\n transformer.helper(\"list\" /* HelperNameMap.LIST */);\r\n break;\r\n case 4 /* NodeTypes.Named */:\r\n transformer.helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */);\r\n transformer.helper(\"named\" /* HelperNameMap.NAMED */);\r\n break;\r\n }\r\n // TODO: if we need post-hook of transform, should be implemented to here\r\n}\r\n// transform AST\r\nfunction transform(ast, options = {} // eslint-disable-line\r\n) {\r\n const transformer = createTransformer(ast);\r\n transformer.helper(\"normalize\" /* HelperNameMap.NORMALIZE */);\r\n // traverse\r\n ast.body && traverseNode(ast.body, transformer);\r\n // set meta information\r\n const context = transformer.context();\r\n ast.helpers = Array.from(context.helpers);\r\n}\r\n\r\nfunction optimize(ast) {\r\n const body = ast.body;\r\n if (body.type === 2 /* NodeTypes.Message */) {\r\n optimizeMessageNode(body);\r\n }\r\n else {\r\n body.cases.forEach(c => optimizeMessageNode(c));\r\n }\r\n return ast;\r\n}\r\nfunction optimizeMessageNode(message) {\r\n if (message.items.length === 1) {\r\n const item = message.items[0];\r\n if (item.type === 3 /* NodeTypes.Text */ || item.type === 9 /* NodeTypes.Literal */) {\r\n message.static = item.value;\r\n delete item.value; // optimization for size\r\n }\r\n }\r\n else {\r\n const values = [];\r\n for (let i = 0; i < message.items.length; i++) {\r\n const item = message.items[i];\r\n if (!(item.type === 3 /* NodeTypes.Text */ || item.type === 9 /* NodeTypes.Literal */)) {\r\n break;\r\n }\r\n if (item.value == null) {\r\n break;\r\n }\r\n values.push(item.value);\r\n }\r\n if (values.length === message.items.length) {\r\n message.static = join(values);\r\n for (let i = 0; i < message.items.length; i++) {\r\n const item = message.items[i];\r\n if (item.type === 3 /* NodeTypes.Text */ || item.type === 9 /* NodeTypes.Literal */) {\r\n delete item.value; // optimization for size\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\nconst ERROR_DOMAIN$1 = 'minifier';\r\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\nfunction minify(node) {\r\n node.t = node.type;\r\n switch (node.type) {\r\n case 0 /* NodeTypes.Resource */: {\r\n const resource = node;\r\n minify(resource.body);\r\n resource.b = resource.body;\r\n delete resource.body;\r\n break;\r\n }\r\n case 1 /* NodeTypes.Plural */: {\r\n const plural = node;\r\n const cases = plural.cases;\r\n for (let i = 0; i < cases.length; i++) {\r\n minify(cases[i]);\r\n }\r\n plural.c = cases;\r\n delete plural.cases;\r\n break;\r\n }\r\n case 2 /* NodeTypes.Message */: {\r\n const message = node;\r\n const items = message.items;\r\n for (let i = 0; i < items.length; i++) {\r\n minify(items[i]);\r\n }\r\n message.i = items;\r\n delete message.items;\r\n if (message.static) {\r\n message.s = message.static;\r\n delete message.static;\r\n }\r\n break;\r\n }\r\n case 3 /* NodeTypes.Text */:\r\n case 9 /* NodeTypes.Literal */:\r\n case 8 /* NodeTypes.LinkedModifier */:\r\n case 7 /* NodeTypes.LinkedKey */: {\r\n const valueNode = node;\r\n if (valueNode.value) {\r\n valueNode.v = valueNode.value;\r\n delete valueNode.value;\r\n }\r\n break;\r\n }\r\n case 6 /* NodeTypes.Linked */: {\r\n const linked = node;\r\n minify(linked.key);\r\n linked.k = linked.key;\r\n delete linked.key;\r\n if (linked.modifier) {\r\n minify(linked.modifier);\r\n linked.m = linked.modifier;\r\n delete linked.modifier;\r\n }\r\n break;\r\n }\r\n case 5 /* NodeTypes.List */: {\r\n const list = node;\r\n list.i = list.index;\r\n delete list.index;\r\n break;\r\n }\r\n case 4 /* NodeTypes.Named */: {\r\n const named = node;\r\n named.k = named.key;\r\n delete named.key;\r\n break;\r\n }\r\n default:\r\n {\r\n throw createCompileError(CompileErrorCodes.UNHANDLED_MINIFIER_NODE_TYPE, null, {\r\n domain: ERROR_DOMAIN$1,\r\n args: [node.type]\r\n });\r\n }\r\n }\r\n delete node.type;\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\r\n\r\n// eslint-disable-next-line @typescript-eslint/triple-slash-reference\r\n/// \r\nconst ERROR_DOMAIN = 'parser';\r\nfunction createCodeGenerator(ast, options) {\r\n const { sourceMap, filename, breakLineCode, needIndent: _needIndent } = options;\r\n const location = options.location !== false;\r\n const _context = {\r\n filename,\r\n code: '',\r\n column: 1,\r\n line: 1,\r\n offset: 0,\r\n map: undefined,\r\n breakLineCode,\r\n needIndent: _needIndent,\r\n indentLevel: 0\r\n };\r\n if (location && ast.loc) {\r\n _context.source = ast.loc.source;\r\n }\r\n const context = () => _context;\r\n function push(code, node) {\r\n _context.code += code;\r\n }\r\n function _newline(n, withBreakLine = true) {\r\n const _breakLineCode = withBreakLine ? breakLineCode : '';\r\n push(_needIndent ? _breakLineCode + ` `.repeat(n) : _breakLineCode);\r\n }\r\n function indent(withNewLine = true) {\r\n const level = ++_context.indentLevel;\r\n withNewLine && _newline(level);\r\n }\r\n function deindent(withNewLine = true) {\r\n const level = --_context.indentLevel;\r\n withNewLine && _newline(level);\r\n }\r\n function newline() {\r\n _newline(_context.indentLevel);\r\n }\r\n const helper = (key) => `_${key}`;\r\n const needIndent = () => _context.needIndent;\r\n return {\r\n context,\r\n push,\r\n indent,\r\n deindent,\r\n newline,\r\n helper,\r\n needIndent\r\n };\r\n}\r\nfunction generateLinkedNode(generator, node) {\r\n const { helper } = generator;\r\n generator.push(`${helper(\"linked\" /* HelperNameMap.LINKED */)}(`);\r\n generateNode(generator, node.key);\r\n if (node.modifier) {\r\n generator.push(`, `);\r\n generateNode(generator, node.modifier);\r\n generator.push(`, _type`);\r\n }\r\n else {\r\n generator.push(`, undefined, _type`);\r\n }\r\n generator.push(`)`);\r\n}\r\nfunction generateMessageNode(generator, node) {\r\n const { helper, needIndent } = generator;\r\n generator.push(`${helper(\"normalize\" /* HelperNameMap.NORMALIZE */)}([`);\r\n generator.indent(needIndent());\r\n const length = node.items.length;\r\n for (let i = 0; i < length; i++) {\r\n generateNode(generator, node.items[i]);\r\n if (i === length - 1) {\r\n break;\r\n }\r\n generator.push(', ');\r\n }\r\n generator.deindent(needIndent());\r\n generator.push('])');\r\n}\r\nfunction generatePluralNode(generator, node) {\r\n const { helper, needIndent } = generator;\r\n if (node.cases.length > 1) {\r\n generator.push(`${helper(\"plural\" /* HelperNameMap.PLURAL */)}([`);\r\n generator.indent(needIndent());\r\n const length = node.cases.length;\r\n for (let i = 0; i < length; i++) {\r\n generateNode(generator, node.cases[i]);\r\n if (i === length - 1) {\r\n break;\r\n }\r\n generator.push(', ');\r\n }\r\n generator.deindent(needIndent());\r\n generator.push(`])`);\r\n }\r\n}\r\nfunction generateResource(generator, node) {\r\n if (node.body) {\r\n generateNode(generator, node.body);\r\n }\r\n else {\r\n generator.push('null');\r\n }\r\n}\r\nfunction generateNode(generator, node) {\r\n const { helper } = generator;\r\n switch (node.type) {\r\n case 0 /* NodeTypes.Resource */:\r\n generateResource(generator, node);\r\n break;\r\n case 1 /* NodeTypes.Plural */:\r\n generatePluralNode(generator, node);\r\n break;\r\n case 2 /* NodeTypes.Message */:\r\n generateMessageNode(generator, node);\r\n break;\r\n case 6 /* NodeTypes.Linked */:\r\n generateLinkedNode(generator, node);\r\n break;\r\n case 8 /* NodeTypes.LinkedModifier */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n case 7 /* NodeTypes.LinkedKey */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n case 5 /* NodeTypes.List */:\r\n generator.push(`${helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */)}(${helper(\"list\" /* HelperNameMap.LIST */)}(${node.index}))`, node);\r\n break;\r\n case 4 /* NodeTypes.Named */:\r\n generator.push(`${helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */)}(${helper(\"named\" /* HelperNameMap.NAMED */)}(${JSON.stringify(node.key)}))`, node);\r\n break;\r\n case 9 /* NodeTypes.Literal */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n case 3 /* NodeTypes.Text */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n default:\r\n {\r\n throw createCompileError(CompileErrorCodes.UNHANDLED_CODEGEN_NODE_TYPE, null, {\r\n domain: ERROR_DOMAIN,\r\n args: [node.type]\r\n });\r\n }\r\n }\r\n}\r\n// generate code from AST\r\nconst generate = (ast, options = {} // eslint-disable-line\r\n) => {\r\n const mode = isString(options.mode) ? options.mode : 'normal';\r\n const filename = isString(options.filename)\r\n ? options.filename\r\n : 'message.intl';\r\n const sourceMap = !!options.sourceMap;\r\n // prettier-ignore\r\n const breakLineCode = options.breakLineCode != null\r\n ? options.breakLineCode\r\n : mode === 'arrow'\r\n ? ';'\r\n : '\\n';\r\n const needIndent = options.needIndent ? options.needIndent : mode !== 'arrow';\r\n const helpers = ast.helpers || [];\r\n const generator = createCodeGenerator(ast, {\r\n mode,\r\n filename,\r\n sourceMap,\r\n breakLineCode,\r\n needIndent\r\n });\r\n generator.push(mode === 'normal' ? `function __msg__ (ctx) {` : `(ctx) => {`);\r\n generator.indent(needIndent);\r\n if (helpers.length > 0) {\r\n generator.push(`const { ${join(helpers.map(s => `${s}: _${s}`), ', ')} } = ctx`);\r\n generator.newline();\r\n }\r\n generator.push(`return `);\r\n generateNode(generator, ast);\r\n generator.deindent(needIndent);\r\n generator.push(`}`);\r\n delete ast.helpers;\r\n const { code, map } = generator.context();\r\n return {\r\n ast,\r\n code,\r\n map: map ? map.toJSON() : undefined // eslint-disable-line @typescript-eslint/no-explicit-any\r\n };\r\n};\r\n\r\nfunction baseCompile(source, options = {}) {\r\n const assignedOptions = assign({}, options);\r\n const jit = !!assignedOptions.jit;\r\n const enalbeMinify = !!assignedOptions.minify;\r\n const enambeOptimize = assignedOptions.optimize == null ? true : assignedOptions.optimize;\r\n // parse source codes\r\n const parser = createParser(assignedOptions);\r\n const ast = parser.parse(source);\r\n if (!jit) {\r\n // transform ASTs\r\n transform(ast, assignedOptions);\r\n // generate javascript codes\r\n return generate(ast, assignedOptions);\r\n }\r\n else {\r\n // optimize ASTs\r\n enambeOptimize && optimize(ast);\r\n // minimize ASTs\r\n enalbeMinify && minify(ast);\r\n // In JIT mode, no ast transform, no code generation.\r\n return { ast, code: '' };\r\n }\r\n}\r\n\r\nexport { CompileErrorCodes, CompileWarnCodes, ERROR_DOMAIN$2 as ERROR_DOMAIN, LOCATION_STUB, baseCompile, createCompileError, createCompileWarn, createLocation, createParser, createPosition, defaultOnError, detectHtmlTag, errorMessages, warnMessages };\r\n", "/*!\r\n * core-base v9.13.1\r\n * (c) 2024 kazuya kawaguchi\r\n * Released under the MIT License.\r\n */\r\nimport { getGlobalThis, isObject, isFunction, isString, isNumber, isPlainObject, assign, join, toDisplayString, isArray, incrementer, format as format$1, isPromise, isBoolean, warn, isRegExp, warnOnce, escapeHtml, inBrowser, mark, measure, isEmptyObject, generateCodeFrame, generateFormatCacheKey, isDate } from '@intlify/shared';\r\nimport { CompileWarnCodes, CompileErrorCodes, createCompileError, detectHtmlTag, defaultOnError, baseCompile as baseCompile$1 } from '@intlify/message-compiler';\r\nexport { CompileErrorCodes, createCompileError } from '@intlify/message-compiler';\r\n\r\n/**\r\n * This is only called in esm-bundler builds.\r\n * istanbul-ignore-next\r\n */\r\nfunction initFeatureFlags() {\r\n if (typeof __INTLIFY_PROD_DEVTOOLS__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = false;\r\n }\r\n if (typeof __INTLIFY_JIT_COMPILATION__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_JIT_COMPILATION__ = false;\r\n }\r\n if (typeof __INTLIFY_DROP_MESSAGE_COMPILER__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;\r\n }\r\n}\r\n\r\nconst pathStateMachine = [];\r\npathStateMachine[0 /* States.BEFORE_PATH */] = {\r\n [\"w\" /* PathCharTypes.WORKSPACE */]: [0 /* States.BEFORE_PATH */],\r\n [\"i\" /* PathCharTypes.IDENT */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\r\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [4 /* States.IN_SUB_PATH */],\r\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: [7 /* States.AFTER_PATH */]\r\n};\r\npathStateMachine[1 /* States.IN_PATH */] = {\r\n [\"w\" /* PathCharTypes.WORKSPACE */]: [1 /* States.IN_PATH */],\r\n [\".\" /* PathCharTypes.DOT */]: [2 /* States.BEFORE_IDENT */],\r\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [4 /* States.IN_SUB_PATH */],\r\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: [7 /* States.AFTER_PATH */]\r\n};\r\npathStateMachine[2 /* States.BEFORE_IDENT */] = {\r\n [\"w\" /* PathCharTypes.WORKSPACE */]: [2 /* States.BEFORE_IDENT */],\r\n [\"i\" /* PathCharTypes.IDENT */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\r\n [\"0\" /* PathCharTypes.ZERO */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */]\r\n};\r\npathStateMachine[3 /* States.IN_IDENT */] = {\r\n [\"i\" /* PathCharTypes.IDENT */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\r\n [\"0\" /* PathCharTypes.ZERO */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\r\n [\"w\" /* PathCharTypes.WORKSPACE */]: [1 /* States.IN_PATH */, 1 /* Actions.PUSH */],\r\n [\".\" /* PathCharTypes.DOT */]: [2 /* States.BEFORE_IDENT */, 1 /* Actions.PUSH */],\r\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [4 /* States.IN_SUB_PATH */, 1 /* Actions.PUSH */],\r\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: [7 /* States.AFTER_PATH */, 1 /* Actions.PUSH */]\r\n};\r\npathStateMachine[4 /* States.IN_SUB_PATH */] = {\r\n [\"'\" /* PathCharTypes.SINGLE_QUOTE */]: [5 /* States.IN_SINGLE_QUOTE */, 0 /* Actions.APPEND */],\r\n [\"\\\"\" /* PathCharTypes.DOUBLE_QUOTE */]: [6 /* States.IN_DOUBLE_QUOTE */, 0 /* Actions.APPEND */],\r\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [\r\n 4 /* States.IN_SUB_PATH */,\r\n 2 /* Actions.INC_SUB_PATH_DEPTH */\r\n ],\r\n [\"]\" /* PathCharTypes.RIGHT_BRACKET */]: [1 /* States.IN_PATH */, 3 /* Actions.PUSH_SUB_PATH */],\r\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: 8 /* States.ERROR */,\r\n [\"l\" /* PathCharTypes.ELSE */]: [4 /* States.IN_SUB_PATH */, 0 /* Actions.APPEND */]\r\n};\r\npathStateMachine[5 /* States.IN_SINGLE_QUOTE */] = {\r\n [\"'\" /* PathCharTypes.SINGLE_QUOTE */]: [4 /* States.IN_SUB_PATH */, 0 /* Actions.APPEND */],\r\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: 8 /* States.ERROR */,\r\n [\"l\" /* PathCharTypes.ELSE */]: [5 /* States.IN_SINGLE_QUOTE */, 0 /* Actions.APPEND */]\r\n};\r\npathStateMachine[6 /* States.IN_DOUBLE_QUOTE */] = {\r\n [\"\\\"\" /* PathCharTypes.DOUBLE_QUOTE */]: [4 /* States.IN_SUB_PATH */, 0 /* Actions.APPEND */],\r\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: 8 /* States.ERROR */,\r\n [\"l\" /* PathCharTypes.ELSE */]: [6 /* States.IN_DOUBLE_QUOTE */, 0 /* Actions.APPEND */]\r\n};\r\n/**\r\n * Check if an expression is a literal value.\r\n */\r\nconst literalValueRE = /^\\s?(?:true|false|-?[\\d.]+|'[^']*'|\"[^\"]*\")\\s?$/;\r\nfunction isLiteral(exp) {\r\n return literalValueRE.test(exp);\r\n}\r\n/**\r\n * Strip quotes from a string\r\n */\r\nfunction stripQuotes(str) {\r\n const a = str.charCodeAt(0);\r\n const b = str.charCodeAt(str.length - 1);\r\n return a === b && (a === 0x22 || a === 0x27) ? str.slice(1, -1) : str;\r\n}\r\n/**\r\n * Determine the type of a character in a keypath.\r\n */\r\nfunction getPathCharType(ch) {\r\n if (ch === undefined || ch === null) {\r\n return \"o\" /* PathCharTypes.END_OF_FAIL */;\r\n }\r\n const code = ch.charCodeAt(0);\r\n switch (code) {\r\n case 0x5b: // [\r\n case 0x5d: // ]\r\n case 0x2e: // .\r\n case 0x22: // \"\r\n case 0x27: // '\r\n return ch;\r\n case 0x5f: // _\r\n case 0x24: // $\r\n case 0x2d: // -\r\n return \"i\" /* PathCharTypes.IDENT */;\r\n case 0x09: // Tab (HT)\r\n case 0x0a: // Newline (LF)\r\n case 0x0d: // Return (CR)\r\n case 0xa0: // No-break space (NBSP)\r\n case 0xfeff: // Byte Order Mark (BOM)\r\n case 0x2028: // Line Separator (LS)\r\n case 0x2029: // Paragraph Separator (PS)\r\n return \"w\" /* PathCharTypes.WORKSPACE */;\r\n }\r\n return \"i\" /* PathCharTypes.IDENT */;\r\n}\r\n/**\r\n * Format a subPath, return its plain form if it is\r\n * a literal string or number. Otherwise prepend the\r\n * dynamic indicator (*).\r\n */\r\nfunction formatSubPath(path) {\r\n const trimmed = path.trim();\r\n // invalid leading 0\r\n if (path.charAt(0) === '0' && isNaN(parseInt(path))) {\r\n return false;\r\n }\r\n return isLiteral(trimmed)\r\n ? stripQuotes(trimmed)\r\n : \"*\" /* PathCharTypes.ASTARISK */ + trimmed;\r\n}\r\n/**\r\n * Parse a string path into an array of segments\r\n */\r\nfunction parse(path) {\r\n const keys = [];\r\n let index = -1;\r\n let mode = 0 /* States.BEFORE_PATH */;\r\n let subPathDepth = 0;\r\n let c;\r\n let key; // eslint-disable-line\r\n let newChar;\r\n let type;\r\n let transition;\r\n let action;\r\n let typeMap;\r\n const actions = [];\r\n actions[0 /* Actions.APPEND */] = () => {\r\n if (key === undefined) {\r\n key = newChar;\r\n }\r\n else {\r\n key += newChar;\r\n }\r\n };\r\n actions[1 /* Actions.PUSH */] = () => {\r\n if (key !== undefined) {\r\n keys.push(key);\r\n key = undefined;\r\n }\r\n };\r\n actions[2 /* Actions.INC_SUB_PATH_DEPTH */] = () => {\r\n actions[0 /* Actions.APPEND */]();\r\n subPathDepth++;\r\n };\r\n actions[3 /* Actions.PUSH_SUB_PATH */] = () => {\r\n if (subPathDepth > 0) {\r\n subPathDepth--;\r\n mode = 4 /* States.IN_SUB_PATH */;\r\n actions[0 /* Actions.APPEND */]();\r\n }\r\n else {\r\n subPathDepth = 0;\r\n if (key === undefined) {\r\n return false;\r\n }\r\n key = formatSubPath(key);\r\n if (key === false) {\r\n return false;\r\n }\r\n else {\r\n actions[1 /* Actions.PUSH */]();\r\n }\r\n }\r\n };\r\n function maybeUnescapeQuote() {\r\n const nextChar = path[index + 1];\r\n if ((mode === 5 /* States.IN_SINGLE_QUOTE */ &&\r\n nextChar === \"'\" /* PathCharTypes.SINGLE_QUOTE */) ||\r\n (mode === 6 /* States.IN_DOUBLE_QUOTE */ &&\r\n nextChar === \"\\\"\" /* PathCharTypes.DOUBLE_QUOTE */)) {\r\n index++;\r\n newChar = '\\\\' + nextChar;\r\n actions[0 /* Actions.APPEND */]();\r\n return true;\r\n }\r\n }\r\n while (mode !== null) {\r\n index++;\r\n c = path[index];\r\n if (c === '\\\\' && maybeUnescapeQuote()) {\r\n continue;\r\n }\r\n type = getPathCharType(c);\r\n typeMap = pathStateMachine[mode];\r\n transition = typeMap[type] || typeMap[\"l\" /* PathCharTypes.ELSE */] || 8 /* States.ERROR */;\r\n // check parse error\r\n if (transition === 8 /* States.ERROR */) {\r\n return;\r\n }\r\n mode = transition[0];\r\n if (transition[1] !== undefined) {\r\n action = actions[transition[1]];\r\n if (action) {\r\n newChar = c;\r\n if (action() === false) {\r\n return;\r\n }\r\n }\r\n }\r\n // check parse finish\r\n if (mode === 7 /* States.AFTER_PATH */) {\r\n return keys;\r\n }\r\n }\r\n}\r\n// path token cache\r\nconst cache = new Map();\r\n/**\r\n * key-value message resolver\r\n *\r\n * @remarks\r\n * Resolves messages with the key-value structure. Note that messages with a hierarchical structure such as objects cannot be resolved\r\n *\r\n * @param obj - A target object to be resolved with path\r\n * @param path - A {@link Path | path} to resolve the value of message\r\n *\r\n * @returns A resolved {@link PathValue | path value}\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction resolveWithKeyValue(obj, path) {\r\n return isObject(obj) ? obj[path] : null;\r\n}\r\n/**\r\n * message resolver\r\n *\r\n * @remarks\r\n * Resolves messages. messages with a hierarchical structure such as objects can be resolved. This resolver is used in VueI18n as default.\r\n *\r\n * @param obj - A target object to be resolved with path\r\n * @param path - A {@link Path | path} to resolve the value of message\r\n *\r\n * @returns A resolved {@link PathValue | path value}\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction resolveValue(obj, path) {\r\n // check object\r\n if (!isObject(obj)) {\r\n return null;\r\n }\r\n // parse path\r\n let hit = cache.get(path);\r\n if (!hit) {\r\n hit = parse(path);\r\n if (hit) {\r\n cache.set(path, hit);\r\n }\r\n }\r\n // check hit\r\n if (!hit) {\r\n return null;\r\n }\r\n // resolve path value\r\n const len = hit.length;\r\n let last = obj;\r\n let i = 0;\r\n while (i < len) {\r\n const val = last[hit[i]];\r\n if (val === undefined) {\r\n return null;\r\n }\r\n if (isFunction(last)) {\r\n return null;\r\n }\r\n last = val;\r\n i++;\r\n }\r\n return last;\r\n}\r\n\r\nconst DEFAULT_MODIFIER = (str) => str;\r\nconst DEFAULT_MESSAGE = (ctx) => ''; // eslint-disable-line\r\nconst DEFAULT_MESSAGE_DATA_TYPE = 'text';\r\nconst DEFAULT_NORMALIZE = (values) => values.length === 0 ? '' : join(values);\r\nconst DEFAULT_INTERPOLATE = toDisplayString;\r\nfunction pluralDefault(choice, choicesLength) {\r\n choice = Math.abs(choice);\r\n if (choicesLength === 2) {\r\n // prettier-ignore\r\n return choice\r\n ? choice > 1\r\n ? 1\r\n : 0\r\n : 1;\r\n }\r\n return choice ? Math.min(choice, 2) : 0;\r\n}\r\nfunction getPluralIndex(options) {\r\n // prettier-ignore\r\n const index = isNumber(options.pluralIndex)\r\n ? options.pluralIndex\r\n : -1;\r\n // prettier-ignore\r\n return options.named && (isNumber(options.named.count) || isNumber(options.named.n))\r\n ? isNumber(options.named.count)\r\n ? options.named.count\r\n : isNumber(options.named.n)\r\n ? options.named.n\r\n : index\r\n : index;\r\n}\r\nfunction normalizeNamed(pluralIndex, props) {\r\n if (!props.count) {\r\n props.count = pluralIndex;\r\n }\r\n if (!props.n) {\r\n props.n = pluralIndex;\r\n }\r\n}\r\nfunction createMessageContext(options = {}) {\r\n const locale = options.locale;\r\n const pluralIndex = getPluralIndex(options);\r\n const pluralRule = isObject(options.pluralRules) &&\r\n isString(locale) &&\r\n isFunction(options.pluralRules[locale])\r\n ? options.pluralRules[locale]\r\n : pluralDefault;\r\n const orgPluralRule = isObject(options.pluralRules) &&\r\n isString(locale) &&\r\n isFunction(options.pluralRules[locale])\r\n ? pluralDefault\r\n : undefined;\r\n const plural = (messages) => {\r\n return messages[pluralRule(pluralIndex, messages.length, orgPluralRule)];\r\n };\r\n const _list = options.list || [];\r\n const list = (index) => _list[index];\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _named = options.named || {};\r\n isNumber(options.pluralIndex) && normalizeNamed(pluralIndex, _named);\r\n const named = (key) => _named[key];\r\n function message(key) {\r\n // prettier-ignore\r\n const msg = isFunction(options.messages)\r\n ? options.messages(key)\r\n : isObject(options.messages)\r\n ? options.messages[key]\r\n : false;\r\n return !msg\r\n ? options.parent\r\n ? options.parent.message(key) // resolve from parent messages\r\n : DEFAULT_MESSAGE\r\n : msg;\r\n }\r\n const _modifier = (name) => options.modifiers\r\n ? options.modifiers[name]\r\n : DEFAULT_MODIFIER;\r\n const normalize = isPlainObject(options.processor) && isFunction(options.processor.normalize)\r\n ? options.processor.normalize\r\n : DEFAULT_NORMALIZE;\r\n const interpolate = isPlainObject(options.processor) &&\r\n isFunction(options.processor.interpolate)\r\n ? options.processor.interpolate\r\n : DEFAULT_INTERPOLATE;\r\n const type = isPlainObject(options.processor) && isString(options.processor.type)\r\n ? options.processor.type\r\n : DEFAULT_MESSAGE_DATA_TYPE;\r\n const linked = (key, ...args) => {\r\n const [arg1, arg2] = args;\r\n let type = 'text';\r\n let modifier = '';\r\n if (args.length === 1) {\r\n if (isObject(arg1)) {\r\n modifier = arg1.modifier || modifier;\r\n type = arg1.type || type;\r\n }\r\n else if (isString(arg1)) {\r\n modifier = arg1 || modifier;\r\n }\r\n }\r\n else if (args.length === 2) {\r\n if (isString(arg1)) {\r\n modifier = arg1 || modifier;\r\n }\r\n if (isString(arg2)) {\r\n type = arg2 || type;\r\n }\r\n }\r\n const ret = message(key)(ctx);\r\n const msg = \r\n // The message in vnode resolved with linked are returned as an array by processor.nomalize\r\n type === 'vnode' && isArray(ret) && modifier\r\n ? ret[0]\r\n : ret;\r\n return modifier ? _modifier(modifier)(msg, type) : msg;\r\n };\r\n const ctx = {\r\n [\"list\" /* HelperNameMap.LIST */]: list,\r\n [\"named\" /* HelperNameMap.NAMED */]: named,\r\n [\"plural\" /* HelperNameMap.PLURAL */]: plural,\r\n [\"linked\" /* HelperNameMap.LINKED */]: linked,\r\n [\"message\" /* HelperNameMap.MESSAGE */]: message,\r\n [\"type\" /* HelperNameMap.TYPE */]: type,\r\n [\"interpolate\" /* HelperNameMap.INTERPOLATE */]: interpolate,\r\n [\"normalize\" /* HelperNameMap.NORMALIZE */]: normalize,\r\n [\"values\" /* HelperNameMap.VALUES */]: assign({}, _list, _named)\r\n };\r\n return ctx;\r\n}\r\n\r\nlet devtools = null;\r\nfunction setDevToolsHook(hook) {\r\n devtools = hook;\r\n}\r\nfunction getDevToolsHook() {\r\n return devtools;\r\n}\r\nfunction initI18nDevTools(i18n, version, meta) {\r\n // TODO: queue if devtools is undefined\r\n devtools &&\r\n devtools.emit(\"i18n:init\" /* IntlifyDevToolsHooks.I18nInit */, {\r\n timestamp: Date.now(),\r\n i18n,\r\n version,\r\n meta\r\n });\r\n}\r\nconst translateDevTools = /* #__PURE__*/ createDevToolsHook(\"function:translate\" /* IntlifyDevToolsHooks.FunctionTranslate */);\r\nfunction createDevToolsHook(hook) {\r\n return (payloads) => devtools && devtools.emit(hook, payloads);\r\n}\r\n\r\nconst code$1 = CompileWarnCodes.__EXTEND_POINT__;\r\nconst inc$1 = incrementer(code$1);\r\nconst CoreWarnCodes = {\r\n NOT_FOUND_KEY: code$1, // 2\r\n FALLBACK_TO_TRANSLATE: inc$1(), // 3\r\n CANNOT_FORMAT_NUMBER: inc$1(), // 4\r\n FALLBACK_TO_NUMBER_FORMAT: inc$1(), // 5\r\n CANNOT_FORMAT_DATE: inc$1(), // 6\r\n FALLBACK_TO_DATE_FORMAT: inc$1(), // 7\r\n EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER: inc$1(), // 8\r\n __EXTEND_POINT__: inc$1() // 9\r\n};\r\n/** @internal */\r\nconst warnMessages = {\r\n [CoreWarnCodes.NOT_FOUND_KEY]: `Not found '{key}' key in '{locale}' locale messages.`,\r\n [CoreWarnCodes.FALLBACK_TO_TRANSLATE]: `Fall back to translate '{key}' key with '{target}' locale.`,\r\n [CoreWarnCodes.CANNOT_FORMAT_NUMBER]: `Cannot format a number value due to not supported Intl.NumberFormat.`,\r\n [CoreWarnCodes.FALLBACK_TO_NUMBER_FORMAT]: `Fall back to number format '{key}' key with '{target}' locale.`,\r\n [CoreWarnCodes.CANNOT_FORMAT_DATE]: `Cannot format a date value due to not supported Intl.DateTimeFormat.`,\r\n [CoreWarnCodes.FALLBACK_TO_DATE_FORMAT]: `Fall back to datetime format '{key}' key with '{target}' locale.`,\r\n [CoreWarnCodes.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.`\r\n};\r\nfunction getWarnMessage(code, ...args) {\r\n return format$1(warnMessages[code], ...args);\r\n}\r\n\r\nconst code = CompileErrorCodes.__EXTEND_POINT__;\r\nconst inc = incrementer(code);\r\nconst CoreErrorCodes = {\r\n INVALID_ARGUMENT: code, // 17\r\n INVALID_DATE_ARGUMENT: inc(), // 18\r\n INVALID_ISO_DATE_ARGUMENT: inc(), // 19\r\n NOT_SUPPORT_NON_STRING_MESSAGE: inc(), // 20\r\n NOT_SUPPORT_LOCALE_PROMISE_VALUE: inc(), // 21\r\n NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: inc(), // 22\r\n NOT_SUPPORT_LOCALE_TYPE: inc(), // 23\r\n __EXTEND_POINT__: inc() // 24\r\n};\r\nfunction createCoreError(code) {\r\n return createCompileError(code, null, (process.env.NODE_ENV !== 'production') ? { messages: errorMessages } : undefined);\r\n}\r\n/** @internal */\r\nconst errorMessages = {\r\n [CoreErrorCodes.INVALID_ARGUMENT]: 'Invalid arguments',\r\n [CoreErrorCodes.INVALID_DATE_ARGUMENT]: 'The date provided is an invalid Date object.' +\r\n 'Make sure your Date represents a valid date.',\r\n [CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT]: 'The argument provided is not a valid ISO date string',\r\n [CoreErrorCodes.NOT_SUPPORT_NON_STRING_MESSAGE]: 'Not support non-string message',\r\n [CoreErrorCodes.NOT_SUPPORT_LOCALE_PROMISE_VALUE]: 'cannot support promise value',\r\n [CoreErrorCodes.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]: 'cannot support async function',\r\n [CoreErrorCodes.NOT_SUPPORT_LOCALE_TYPE]: 'cannot support locale type'\r\n};\r\n\r\n/** @internal */\r\nfunction getLocale(context, options) {\r\n return options.locale != null\r\n ? resolveLocale(options.locale)\r\n : resolveLocale(context.locale);\r\n}\r\nlet _resolveLocale;\r\n/** @internal */\r\nfunction resolveLocale(locale) {\r\n if (isString(locale)) {\r\n return locale;\r\n }\r\n else {\r\n if (isFunction(locale)) {\r\n if (locale.resolvedOnce && _resolveLocale != null) {\r\n return _resolveLocale;\r\n }\r\n else if (locale.constructor.name === 'Function') {\r\n const resolve = locale();\r\n if (isPromise(resolve)) {\r\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_PROMISE_VALUE);\r\n }\r\n return (_resolveLocale = resolve);\r\n }\r\n else {\r\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);\r\n }\r\n }\r\n else {\r\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_TYPE);\r\n }\r\n }\r\n}\r\n/**\r\n * Fallback with simple implemenation\r\n *\r\n * @remarks\r\n * A fallback locale function implemented with a simple fallback algorithm.\r\n *\r\n * Basically, it returns the value as specified in the `fallbackLocale` props, and is processed with the fallback inside intlify.\r\n *\r\n * @param ctx - A {@link CoreContext | context}\r\n * @param fallback - A {@link FallbackLocale | fallback locale}\r\n * @param start - A starting {@link Locale | locale}\r\n *\r\n * @returns Fallback locales\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction fallbackWithSimple(ctx, fallback, start // eslint-disable-line @typescript-eslint/no-unused-vars\r\n) {\r\n // prettier-ignore\r\n return [...new Set([\r\n start,\r\n ...(isArray(fallback)\r\n ? fallback\r\n : isObject(fallback)\r\n ? Object.keys(fallback)\r\n : isString(fallback)\r\n ? [fallback]\r\n : [start])\r\n ])];\r\n}\r\n/**\r\n * Fallback with locale chain\r\n *\r\n * @remarks\r\n * A fallback locale function implemented with a fallback chain algorithm. It's used in VueI18n as default.\r\n *\r\n * @param ctx - A {@link CoreContext | context}\r\n * @param fallback - A {@link FallbackLocale | fallback locale}\r\n * @param start - A starting {@link Locale | locale}\r\n *\r\n * @returns Fallback locales\r\n *\r\n * @VueI18nSee [Fallbacking](../guide/essentials/fallback)\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction fallbackWithLocaleChain(ctx, fallback, start) {\r\n const startLocale = isString(start) ? start : DEFAULT_LOCALE;\r\n const context = ctx;\r\n if (!context.__localeChainCache) {\r\n context.__localeChainCache = new Map();\r\n }\r\n let chain = context.__localeChainCache.get(startLocale);\r\n if (!chain) {\r\n chain = [];\r\n // first block defined by start\r\n let block = [start];\r\n // while any intervening block found\r\n while (isArray(block)) {\r\n block = appendBlockToChain(chain, block, fallback);\r\n }\r\n // prettier-ignore\r\n // last block defined by default\r\n const defaults = isArray(fallback) || !isPlainObject(fallback)\r\n ? fallback\r\n : fallback['default']\r\n ? fallback['default']\r\n : null;\r\n // convert defaults to array\r\n block = isString(defaults) ? [defaults] : defaults;\r\n if (isArray(block)) {\r\n appendBlockToChain(chain, block, false);\r\n }\r\n context.__localeChainCache.set(startLocale, chain);\r\n }\r\n return chain;\r\n}\r\nfunction appendBlockToChain(chain, block, blocks) {\r\n let follow = true;\r\n for (let i = 0; i < block.length && isBoolean(follow); i++) {\r\n const locale = block[i];\r\n if (isString(locale)) {\r\n follow = appendLocaleToChain(chain, block[i], blocks);\r\n }\r\n }\r\n return follow;\r\n}\r\nfunction appendLocaleToChain(chain, locale, blocks) {\r\n let follow;\r\n const tokens = locale.split('-');\r\n do {\r\n const target = tokens.join('-');\r\n follow = appendItemToChain(chain, target, blocks);\r\n tokens.splice(-1, 1);\r\n } while (tokens.length && follow === true);\r\n return follow;\r\n}\r\nfunction appendItemToChain(chain, target, blocks) {\r\n let follow = false;\r\n if (!chain.includes(target)) {\r\n follow = true;\r\n if (target) {\r\n follow = target[target.length - 1] !== '!';\r\n const locale = target.replace(/!/g, '');\r\n chain.push(locale);\r\n if ((isArray(blocks) || isPlainObject(blocks)) &&\r\n blocks[locale] // eslint-disable-line @typescript-eslint/no-explicit-any\r\n ) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n follow = blocks[locale];\r\n }\r\n }\r\n }\r\n return follow;\r\n}\r\n\r\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n/**\r\n * Intlify core-base version\r\n * @internal\r\n */\r\nconst VERSION = '9.13.1';\r\nconst NOT_REOSLVED = -1;\r\nconst DEFAULT_LOCALE = 'en-US';\r\nconst MISSING_RESOLVE_VALUE = '';\r\nconst capitalize = (str) => `${str.charAt(0).toLocaleUpperCase()}${str.substr(1)}`;\r\nfunction getDefaultLinkedModifiers() {\r\n return {\r\n upper: (val, type) => {\r\n // prettier-ignore\r\n return type === 'text' && isString(val)\r\n ? val.toUpperCase()\r\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\r\n ? val.children.toUpperCase()\r\n : val;\r\n },\r\n lower: (val, type) => {\r\n // prettier-ignore\r\n return type === 'text' && isString(val)\r\n ? val.toLowerCase()\r\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\r\n ? val.children.toLowerCase()\r\n : val;\r\n },\r\n capitalize: (val, type) => {\r\n // prettier-ignore\r\n return (type === 'text' && isString(val)\r\n ? capitalize(val)\r\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\r\n ? capitalize(val.children)\r\n : val);\r\n }\r\n };\r\n}\r\nlet _compiler;\r\nfunction registerMessageCompiler(compiler) {\r\n _compiler = compiler;\r\n}\r\nlet _resolver;\r\n/**\r\n * Register the message resolver\r\n *\r\n * @param resolver - A {@link MessageResolver} function\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction registerMessageResolver(resolver) {\r\n _resolver = resolver;\r\n}\r\nlet _fallbacker;\r\n/**\r\n * Register the locale fallbacker\r\n *\r\n * @param fallbacker - A {@link LocaleFallbacker} function\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction registerLocaleFallbacker(fallbacker) {\r\n _fallbacker = fallbacker;\r\n}\r\n// Additional Meta for Intlify DevTools\r\nlet _additionalMeta = null;\r\n/* #__NO_SIDE_EFFECTS__ */\r\nconst setAdditionalMeta = (meta) => {\r\n _additionalMeta = meta;\r\n};\r\n/* #__NO_SIDE_EFFECTS__ */\r\nconst getAdditionalMeta = () => _additionalMeta;\r\nlet _fallbackContext = null;\r\nconst setFallbackContext = (context) => {\r\n _fallbackContext = context;\r\n};\r\nconst getFallbackContext = () => _fallbackContext;\r\n// ID for CoreContext\r\nlet _cid = 0;\r\nfunction createCoreContext(options = {}) {\r\n // setup options\r\n const onWarn = isFunction(options.onWarn) ? options.onWarn : warn;\r\n const version = isString(options.version) ? options.version : VERSION;\r\n const locale = isString(options.locale) || isFunction(options.locale)\r\n ? options.locale\r\n : DEFAULT_LOCALE;\r\n const _locale = isFunction(locale) ? DEFAULT_LOCALE : locale;\r\n const fallbackLocale = isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n isString(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : _locale;\r\n const messages = isPlainObject(options.messages)\r\n ? options.messages\r\n : { [_locale]: {} };\r\n const datetimeFormats = isPlainObject(options.datetimeFormats)\r\n ? options.datetimeFormats\r\n : { [_locale]: {} }\r\n ;\r\n const numberFormats = isPlainObject(options.numberFormats)\r\n ? options.numberFormats\r\n : { [_locale]: {} }\r\n ;\r\n const modifiers = assign({}, options.modifiers || {}, getDefaultLinkedModifiers());\r\n const pluralRules = options.pluralRules || {};\r\n const missing = isFunction(options.missing) ? options.missing : null;\r\n const missingWarn = isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\r\n ? options.missingWarn\r\n : true;\r\n const fallbackWarn = isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : true;\r\n const fallbackFormat = !!options.fallbackFormat;\r\n const unresolving = !!options.unresolving;\r\n const postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : null;\r\n const processor = isPlainObject(options.processor) ? options.processor : null;\r\n const warnHtmlMessage = isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n const escapeParameter = !!options.escapeParameter;\r\n const messageCompiler = isFunction(options.messageCompiler)\r\n ? options.messageCompiler\r\n : _compiler;\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n !false &&\r\n !false &&\r\n isFunction(options.messageCompiler)) {\r\n warnOnce(getWarnMessage(CoreWarnCodes.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));\r\n }\r\n const messageResolver = isFunction(options.messageResolver)\r\n ? options.messageResolver\r\n : _resolver || resolveWithKeyValue;\r\n const localeFallbacker = isFunction(options.localeFallbacker)\r\n ? options.localeFallbacker\r\n : _fallbacker || fallbackWithSimple;\r\n const fallbackContext = isObject(options.fallbackContext)\r\n ? options.fallbackContext\r\n : undefined;\r\n // setup internal options\r\n const internalOptions = options;\r\n const __datetimeFormatters = isObject(internalOptions.__datetimeFormatters)\r\n ? internalOptions.__datetimeFormatters\r\n : new Map()\r\n ;\r\n const __numberFormatters = isObject(internalOptions.__numberFormatters)\r\n ? internalOptions.__numberFormatters\r\n : new Map()\r\n ;\r\n const __meta = isObject(internalOptions.__meta) ? internalOptions.__meta : {};\r\n _cid++;\r\n const context = {\r\n version,\r\n cid: _cid,\r\n locale,\r\n fallbackLocale,\r\n messages,\r\n modifiers,\r\n pluralRules,\r\n missing,\r\n missingWarn,\r\n fallbackWarn,\r\n fallbackFormat,\r\n unresolving,\r\n postTranslation,\r\n processor,\r\n warnHtmlMessage,\r\n escapeParameter,\r\n messageCompiler,\r\n messageResolver,\r\n localeFallbacker,\r\n fallbackContext,\r\n onWarn,\r\n __meta\r\n };\r\n {\r\n context.datetimeFormats = datetimeFormats;\r\n context.numberFormats = numberFormats;\r\n context.__datetimeFormatters = __datetimeFormatters;\r\n context.__numberFormatters = __numberFormatters;\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n context.__v_emitter =\r\n internalOptions.__v_emitter != null\r\n ? internalOptions.__v_emitter\r\n : undefined;\r\n }\r\n // NOTE: experimental !!\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n initI18nDevTools(context, version, __meta);\r\n }\r\n return context;\r\n}\r\n/** @internal */\r\nfunction isTranslateFallbackWarn(fallback, key) {\r\n return fallback instanceof RegExp ? fallback.test(key) : fallback;\r\n}\r\n/** @internal */\r\nfunction isTranslateMissingWarn(missing, key) {\r\n return missing instanceof RegExp ? missing.test(key) : missing;\r\n}\r\n/** @internal */\r\nfunction handleMissing(context, key, locale, missingWarn, type) {\r\n const { missing, onWarn } = context;\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"missing\" /* VueDevToolsTimelineEvents.MISSING */, {\r\n locale,\r\n key,\r\n type,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n if (missing !== null) {\r\n const ret = missing(context, locale, key, type);\r\n return isString(ret) ? ret : key;\r\n }\r\n else {\r\n if ((process.env.NODE_ENV !== 'production') && isTranslateMissingWarn(missingWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.NOT_FOUND_KEY, { key, locale }));\r\n }\r\n return key;\r\n }\r\n}\r\n/** @internal */\r\nfunction updateFallbackLocale(ctx, locale, fallback) {\r\n const context = ctx;\r\n context.__localeChainCache = new Map();\r\n ctx.localeFallbacker(ctx, fallback, locale);\r\n}\r\n/** @internal */\r\nfunction isAlmostSameLocale(locale, compareLocale) {\r\n if (locale === compareLocale)\r\n return false;\r\n return locale.split('-')[0] === compareLocale.split('-')[0];\r\n}\r\n/** @internal */\r\nfunction isImplicitFallback(targetLocale, locales) {\r\n const index = locales.indexOf(targetLocale);\r\n if (index === -1) {\r\n return false;\r\n }\r\n for (let i = index + 1; i < locales.length; i++) {\r\n if (isAlmostSameLocale(targetLocale, locales[i])) {\r\n return true;\r\n }\r\n }\r\n return false;\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\r\n\r\nfunction format(ast) {\r\n const msg = (ctx) => formatParts(ctx, ast);\r\n return msg;\r\n}\r\nfunction formatParts(ctx, ast) {\r\n const body = ast.b || ast.body;\r\n if ((body.t || body.type) === 1 /* NodeTypes.Plural */) {\r\n const plural = body;\r\n const cases = plural.c || plural.cases;\r\n return ctx.plural(cases.reduce((messages, c) => [\r\n ...messages,\r\n formatMessageParts(ctx, c)\r\n ], []));\r\n }\r\n else {\r\n return formatMessageParts(ctx, body);\r\n }\r\n}\r\nfunction formatMessageParts(ctx, node) {\r\n const _static = node.s || node.static;\r\n if (_static) {\r\n return ctx.type === 'text'\r\n ? _static\r\n : ctx.normalize([_static]);\r\n }\r\n else {\r\n const messages = (node.i || node.items).reduce((acm, c) => [...acm, formatMessagePart(ctx, c)], []);\r\n return ctx.normalize(messages);\r\n }\r\n}\r\nfunction formatMessagePart(ctx, node) {\r\n const type = node.t || node.type;\r\n switch (type) {\r\n case 3 /* NodeTypes.Text */: {\r\n const text = node;\r\n return (text.v || text.value);\r\n }\r\n case 9 /* NodeTypes.Literal */: {\r\n const literal = node;\r\n return (literal.v || literal.value);\r\n }\r\n case 4 /* NodeTypes.Named */: {\r\n const named = node;\r\n return ctx.interpolate(ctx.named(named.k || named.key));\r\n }\r\n case 5 /* NodeTypes.List */: {\r\n const list = node;\r\n return ctx.interpolate(ctx.list(list.i != null ? list.i : list.index));\r\n }\r\n case 6 /* NodeTypes.Linked */: {\r\n const linked = node;\r\n const modifier = linked.m || linked.modifier;\r\n return ctx.linked(formatMessagePart(ctx, linked.k || linked.key), modifier ? formatMessagePart(ctx, modifier) : undefined, ctx.type);\r\n }\r\n case 7 /* NodeTypes.LinkedKey */: {\r\n const linkedKey = node;\r\n return (linkedKey.v || linkedKey.value);\r\n }\r\n case 8 /* NodeTypes.LinkedModifier */: {\r\n const linkedModifier = node;\r\n return (linkedModifier.v || linkedModifier.value);\r\n }\r\n default:\r\n throw new Error(`unhandled node type on format message part: ${type}`);\r\n }\r\n}\r\n\r\nconst WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;\r\nfunction checkHtmlMessage(source, warnHtmlMessage) {\r\n if (warnHtmlMessage && detectHtmlTag(source)) {\r\n warn(format$1(WARN_MESSAGE, { source }));\r\n }\r\n}\r\nconst defaultOnCacheKey = (message) => message;\r\nlet compileCache = Object.create(null);\r\nfunction onCompileWarn(_warn) {\r\n if (_warn.code === CompileWarnCodes.USE_MODULO_SYNTAX) {\r\n warn(`The use of named interpolation with modulo syntax is deprecated. ` +\r\n `It will be removed in v10.\\n` +\r\n `reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format \\n` +\r\n `(message compiler warning message: ${_warn.message})`);\r\n }\r\n}\r\nfunction clearCompileCache() {\r\n compileCache = Object.create(null);\r\n}\r\nconst isMessageAST = (val) => isObject(val) &&\r\n (val.t === 0 || val.type === 0) &&\r\n ('b' in val || 'body' in val);\r\nfunction baseCompile(message, options = {}) {\r\n // error detecting on compile\r\n let detectError = false;\r\n const onError = options.onError || defaultOnError;\r\n options.onError = (err) => {\r\n detectError = true;\r\n onError(err);\r\n };\r\n // compile with mesasge-compiler\r\n return { ...baseCompile$1(message, options), detectError };\r\n}\r\n/* #__NO_SIDE_EFFECTS__ */\r\nconst compileToFunction = (message, context) => {\r\n if (!isString(message)) {\r\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_NON_STRING_MESSAGE);\r\n }\r\n // set onWarn\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n context.onWarn = onCompileWarn;\r\n }\r\n {\r\n // check HTML message\r\n const warnHtmlMessage = isBoolean(context.warnHtmlMessage)\r\n ? context.warnHtmlMessage\r\n : true;\r\n (process.env.NODE_ENV !== 'production') && checkHtmlMessage(message, warnHtmlMessage);\r\n // check caches\r\n const onCacheKey = context.onCacheKey || defaultOnCacheKey;\r\n const cacheKey = onCacheKey(message);\r\n const cached = compileCache[cacheKey];\r\n if (cached) {\r\n return cached;\r\n }\r\n // compile\r\n const { code, detectError } = baseCompile(message, context);\r\n // evaluate function\r\n const msg = new Function(`return ${code}`)();\r\n // if occurred compile error, don't cache\r\n return !detectError\r\n ? (compileCache[cacheKey] = msg)\r\n : msg;\r\n }\r\n};\r\nfunction compile(message, context) {\r\n // set onWarn\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n context.onWarn = onCompileWarn;\r\n }\r\n if (((__INTLIFY_JIT_COMPILATION__ && !__INTLIFY_DROP_MESSAGE_COMPILER__)) &&\r\n isString(message)) {\r\n // check HTML message\r\n const warnHtmlMessage = isBoolean(context.warnHtmlMessage)\r\n ? context.warnHtmlMessage\r\n : true;\r\n (process.env.NODE_ENV !== 'production') && checkHtmlMessage(message, warnHtmlMessage);\r\n // check caches\r\n const onCacheKey = context.onCacheKey || defaultOnCacheKey;\r\n const cacheKey = onCacheKey(message);\r\n const cached = compileCache[cacheKey];\r\n if (cached) {\r\n return cached;\r\n }\r\n // compile with JIT mode\r\n const { ast, detectError } = baseCompile(message, {\r\n ...context,\r\n location: (process.env.NODE_ENV !== 'production'),\r\n jit: true\r\n });\r\n // compose message function from AST\r\n const msg = format(ast);\r\n // if occurred compile error, don't cache\r\n return !detectError\r\n ? (compileCache[cacheKey] = msg)\r\n : msg;\r\n }\r\n else {\r\n if ((process.env.NODE_ENV !== 'production') && !isMessageAST(message)) {\r\n warn(`the message that is resolve with key '${context.key}' is not supported for jit compilation`);\r\n return (() => message);\r\n }\r\n // AST case (passed from bundler)\r\n const cacheKey = message.cacheKey;\r\n if (cacheKey) {\r\n const cached = compileCache[cacheKey];\r\n if (cached) {\r\n return cached;\r\n }\r\n // compose message function from message (AST)\r\n return (compileCache[cacheKey] =\r\n format(message));\r\n }\r\n else {\r\n return format(message);\r\n }\r\n }\r\n}\r\n\r\nconst NOOP_MESSAGE_FUNCTION = () => '';\r\nconst isMessageFunction = (val) => isFunction(val);\r\n// implementation of `translate` function\r\nfunction translate(context, ...args) {\r\n const { fallbackFormat, postTranslation, unresolving, messageCompiler, fallbackLocale, messages } = context;\r\n const [key, options] = parseTranslateArgs(...args);\r\n const missingWarn = isBoolean(options.missingWarn)\r\n ? options.missingWarn\r\n : context.missingWarn;\r\n const fallbackWarn = isBoolean(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : context.fallbackWarn;\r\n const escapeParameter = isBoolean(options.escapeParameter)\r\n ? options.escapeParameter\r\n : context.escapeParameter;\r\n const resolvedMessage = !!options.resolvedMessage;\r\n // prettier-ignore\r\n const defaultMsgOrKey = isString(options.default) || isBoolean(options.default) // default by function option\r\n ? !isBoolean(options.default)\r\n ? options.default\r\n : (!messageCompiler ? () => key : key)\r\n : fallbackFormat // default by `fallbackFormat` option\r\n ? (!messageCompiler ? () => key : key)\r\n : '';\r\n const enableDefaultMsg = fallbackFormat || defaultMsgOrKey !== '';\r\n const locale = getLocale(context, options);\r\n // escape params\r\n escapeParameter && escapeParams(options);\r\n // resolve message format\r\n // eslint-disable-next-line prefer-const\r\n let [formatScope, targetLocale, message] = !resolvedMessage\r\n ? resolveMessageFormat(context, key, locale, fallbackLocale, fallbackWarn, missingWarn)\r\n : [\r\n key,\r\n locale,\r\n messages[locale] || {}\r\n ];\r\n // NOTE:\r\n // Fix to work around `ssrTransfrom` bug in Vite.\r\n // https://github.com/vitejs/vite/issues/4306\r\n // To get around this, use temporary variables.\r\n // https://github.com/nuxt/framework/issues/1461#issuecomment-954606243\r\n let format = formatScope;\r\n // if you use default message, set it as message format!\r\n let cacheBaseKey = key;\r\n if (!resolvedMessage &&\r\n !(isString(format) ||\r\n isMessageAST(format) ||\r\n isMessageFunction(format))) {\r\n if (enableDefaultMsg) {\r\n format = defaultMsgOrKey;\r\n cacheBaseKey = format;\r\n }\r\n }\r\n // checking message format and target locale\r\n if (!resolvedMessage &&\r\n (!(isString(format) ||\r\n isMessageAST(format) ||\r\n isMessageFunction(format)) ||\r\n !isString(targetLocale))) {\r\n return unresolving ? NOT_REOSLVED : key;\r\n }\r\n // TODO: refactor\r\n if ((process.env.NODE_ENV !== 'production') && isString(format) && context.messageCompiler == null) {\r\n warn(`The message format compilation is not supported in this build. ` +\r\n `Because message compiler isn't included. ` +\r\n `You need to pre-compilation all message format. ` +\r\n `So translate function return '${key}'.`);\r\n return key;\r\n }\r\n // setup compile error detecting\r\n let occurred = false;\r\n const onError = () => {\r\n occurred = true;\r\n };\r\n // compile message format\r\n const msg = !isMessageFunction(format)\r\n ? compileMessageFormat(context, key, targetLocale, format, cacheBaseKey, onError)\r\n : format;\r\n // if occurred compile error, return the message format\r\n if (occurred) {\r\n return format;\r\n }\r\n // evaluate message with context\r\n const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);\r\n const msgContext = createMessageContext(ctxOptions);\r\n const messaged = evaluateMessage(context, msg, msgContext);\r\n // if use post translation option, proceed it with handler\r\n const ret = postTranslation\r\n ? postTranslation(messaged, key)\r\n : messaged;\r\n // NOTE: experimental !!\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n // prettier-ignore\r\n const payloads = {\r\n timestamp: Date.now(),\r\n key: isString(key)\r\n ? key\r\n : isMessageFunction(format)\r\n ? format.key\r\n : '',\r\n locale: targetLocale || (isMessageFunction(format)\r\n ? format.locale\r\n : ''),\r\n format: isString(format)\r\n ? format\r\n : isMessageFunction(format)\r\n ? format.source\r\n : '',\r\n message: ret\r\n };\r\n payloads.meta = assign({}, context.__meta, getAdditionalMeta() || {});\r\n translateDevTools(payloads);\r\n }\r\n return ret;\r\n}\r\nfunction escapeParams(options) {\r\n if (isArray(options.list)) {\r\n options.list = options.list.map(item => isString(item) ? escapeHtml(item) : item);\r\n }\r\n else if (isObject(options.named)) {\r\n Object.keys(options.named).forEach(key => {\r\n if (isString(options.named[key])) {\r\n options.named[key] = escapeHtml(options.named[key]);\r\n }\r\n });\r\n }\r\n}\r\nfunction resolveMessageFormat(context, key, locale, fallbackLocale, fallbackWarn, missingWarn) {\r\n const { messages, onWarn, messageResolver: resolveValue, localeFallbacker } = context;\r\n const locales = localeFallbacker(context, fallbackLocale, locale); // eslint-disable-line @typescript-eslint/no-explicit-any\r\n let message = {};\r\n let targetLocale;\r\n let format = null;\r\n let from = locale;\r\n let to = null;\r\n const type = 'translate';\r\n for (let i = 0; i < locales.length; i++) {\r\n targetLocale = to = locales[i];\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n locale !== targetLocale &&\r\n !isAlmostSameLocale(locale, targetLocale) &&\r\n isTranslateFallbackWarn(fallbackWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_TRANSLATE, {\r\n key,\r\n target: targetLocale\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\r\n type,\r\n key,\r\n from,\r\n to,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n message =\r\n messages[targetLocale] || {};\r\n // for vue-devtools timeline event\r\n let start = null;\r\n let startTag;\r\n let endTag;\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n start = window.performance.now();\r\n startTag = 'intlify-message-resolve-start';\r\n endTag = 'intlify-message-resolve-end';\r\n mark && mark(startTag);\r\n }\r\n if ((format = resolveValue(message, key)) === null) {\r\n // if null, resolve with object key path\r\n format = message[key]; // eslint-disable-line @typescript-eslint/no-explicit-any\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n const end = window.performance.now();\r\n const emitter = context.__v_emitter;\r\n if (emitter && start && format) {\r\n emitter.emit(\"message-resolve\" /* VueDevToolsTimelineEvents.MESSAGE_RESOLVE */, {\r\n type: \"message-resolve\" /* VueDevToolsTimelineEvents.MESSAGE_RESOLVE */,\r\n key,\r\n message: format,\r\n time: end - start,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n if (startTag && endTag && mark && measure) {\r\n mark(endTag);\r\n measure('intlify message resolve', startTag, endTag);\r\n }\r\n }\r\n if (isString(format) || isMessageAST(format) || isMessageFunction(format)) {\r\n break;\r\n }\r\n if (!isImplicitFallback(targetLocale, locales)) {\r\n const missingRet = handleMissing(context, // eslint-disable-line @typescript-eslint/no-explicit-any\r\n key, targetLocale, missingWarn, type);\r\n if (missingRet !== key) {\r\n format = missingRet;\r\n }\r\n }\r\n from = to;\r\n }\r\n return [format, targetLocale, message];\r\n}\r\nfunction compileMessageFormat(context, key, targetLocale, format, cacheBaseKey, onError) {\r\n const { messageCompiler, warnHtmlMessage } = context;\r\n if (isMessageFunction(format)) {\r\n const msg = format;\r\n msg.locale = msg.locale || targetLocale;\r\n msg.key = msg.key || key;\r\n return msg;\r\n }\r\n if (messageCompiler == null) {\r\n const msg = (() => format);\r\n msg.locale = targetLocale;\r\n msg.key = key;\r\n return msg;\r\n }\r\n // for vue-devtools timeline event\r\n let start = null;\r\n let startTag;\r\n let endTag;\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n start = window.performance.now();\r\n startTag = 'intlify-message-compilation-start';\r\n endTag = 'intlify-message-compilation-end';\r\n mark && mark(startTag);\r\n }\r\n const msg = messageCompiler(format, getCompileContext(context, targetLocale, cacheBaseKey, format, warnHtmlMessage, onError));\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n const end = window.performance.now();\r\n const emitter = context.__v_emitter;\r\n if (emitter && start) {\r\n emitter.emit(\"message-compilation\" /* VueDevToolsTimelineEvents.MESSAGE_COMPILATION */, {\r\n type: \"message-compilation\" /* VueDevToolsTimelineEvents.MESSAGE_COMPILATION */,\r\n message: format,\r\n time: end - start,\r\n groupId: `${'translate'}:${key}`\r\n });\r\n }\r\n if (startTag && endTag && mark && measure) {\r\n mark(endTag);\r\n measure('intlify message compilation', startTag, endTag);\r\n }\r\n }\r\n msg.locale = targetLocale;\r\n msg.key = key;\r\n msg.source = format;\r\n return msg;\r\n}\r\nfunction evaluateMessage(context, msg, msgCtx) {\r\n // for vue-devtools timeline event\r\n let start = null;\r\n let startTag;\r\n let endTag;\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n start = window.performance.now();\r\n startTag = 'intlify-message-evaluation-start';\r\n endTag = 'intlify-message-evaluation-end';\r\n mark && mark(startTag);\r\n }\r\n const messaged = msg(msgCtx);\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n const end = window.performance.now();\r\n const emitter = context.__v_emitter;\r\n if (emitter && start) {\r\n emitter.emit(\"message-evaluation\" /* VueDevToolsTimelineEvents.MESSAGE_EVALUATION */, {\r\n type: \"message-evaluation\" /* VueDevToolsTimelineEvents.MESSAGE_EVALUATION */,\r\n value: messaged,\r\n time: end - start,\r\n groupId: `${'translate'}:${msg.key}`\r\n });\r\n }\r\n if (startTag && endTag && mark && measure) {\r\n mark(endTag);\r\n measure('intlify message evaluation', startTag, endTag);\r\n }\r\n }\r\n return messaged;\r\n}\r\n/** @internal */\r\nfunction parseTranslateArgs(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n const options = {};\r\n if (!isString(arg1) &&\r\n !isNumber(arg1) &&\r\n !isMessageFunction(arg1) &&\r\n !isMessageAST(arg1)) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\r\n }\r\n // prettier-ignore\r\n const key = isNumber(arg1)\r\n ? String(arg1)\r\n : isMessageFunction(arg1)\r\n ? arg1\r\n : arg1;\r\n if (isNumber(arg2)) {\r\n options.plural = arg2;\r\n }\r\n else if (isString(arg2)) {\r\n options.default = arg2;\r\n }\r\n else if (isPlainObject(arg2) && !isEmptyObject(arg2)) {\r\n options.named = arg2;\r\n }\r\n else if (isArray(arg2)) {\r\n options.list = arg2;\r\n }\r\n if (isNumber(arg3)) {\r\n options.plural = arg3;\r\n }\r\n else if (isString(arg3)) {\r\n options.default = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n assign(options, arg3);\r\n }\r\n return [key, options];\r\n}\r\nfunction getCompileContext(context, locale, key, source, warnHtmlMessage, onError) {\r\n return {\r\n locale,\r\n key,\r\n warnHtmlMessage,\r\n onError: (err) => {\r\n onError && onError(err);\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n const _source = getSourceForCodeFrame(source);\r\n const message = `Message compilation error: ${err.message}`;\r\n const codeFrame = err.location &&\r\n _source &&\r\n generateCodeFrame(_source, err.location.start.offset, err.location.end.offset);\r\n const emitter = context.__v_emitter;\r\n if (emitter && _source) {\r\n emitter.emit(\"compile-error\" /* VueDevToolsTimelineEvents.COMPILE_ERROR */, {\r\n message: _source,\r\n error: err.message,\r\n start: err.location && err.location.start.offset,\r\n end: err.location && err.location.end.offset,\r\n groupId: `${'translate'}:${key}`\r\n });\r\n }\r\n console.error(codeFrame ? `${message}\\n${codeFrame}` : message);\r\n }\r\n else {\r\n throw err;\r\n }\r\n },\r\n onCacheKey: (source) => generateFormatCacheKey(locale, key, source)\r\n };\r\n}\r\nfunction getSourceForCodeFrame(source) {\r\n if (isString(source)) {\r\n return source;\r\n }\r\n else {\r\n if (source.loc && source.loc.source) {\r\n return source.loc.source;\r\n }\r\n }\r\n}\r\nfunction getMessageContextOptions(context, locale, message, options) {\r\n const { modifiers, pluralRules, messageResolver: resolveValue, fallbackLocale, fallbackWarn, missingWarn, fallbackContext } = context;\r\n const resolveMessage = (key) => {\r\n let val = resolveValue(message, key);\r\n // fallback to root context\r\n if (val == null && fallbackContext) {\r\n const [, , message] = resolveMessageFormat(fallbackContext, key, locale, fallbackLocale, fallbackWarn, missingWarn);\r\n val = resolveValue(message, key);\r\n }\r\n if (isString(val) || isMessageAST(val)) {\r\n let occurred = false;\r\n const onError = () => {\r\n occurred = true;\r\n };\r\n const msg = compileMessageFormat(context, key, locale, val, key, onError);\r\n return !occurred\r\n ? msg\r\n : NOOP_MESSAGE_FUNCTION;\r\n }\r\n else if (isMessageFunction(val)) {\r\n return val;\r\n }\r\n else {\r\n // TODO: should be implemented warning message\r\n return NOOP_MESSAGE_FUNCTION;\r\n }\r\n };\r\n const ctxOptions = {\r\n locale,\r\n modifiers,\r\n pluralRules,\r\n messages: resolveMessage\r\n };\r\n if (context.processor) {\r\n ctxOptions.processor = context.processor;\r\n }\r\n if (options.list) {\r\n ctxOptions.list = options.list;\r\n }\r\n if (options.named) {\r\n ctxOptions.named = options.named;\r\n }\r\n if (isNumber(options.plural)) {\r\n ctxOptions.pluralIndex = options.plural;\r\n }\r\n return ctxOptions;\r\n}\r\n\r\nconst intlDefined = typeof Intl !== 'undefined';\r\nconst Availabilities = {\r\n dateTimeFormat: intlDefined && typeof Intl.DateTimeFormat !== 'undefined',\r\n numberFormat: intlDefined && typeof Intl.NumberFormat !== 'undefined'\r\n};\r\n\r\n// implementation of `datetime` function\r\nfunction datetime(context, ...args) {\r\n const { datetimeFormats, unresolving, fallbackLocale, onWarn, localeFallbacker } = context;\r\n const { __datetimeFormatters } = context;\r\n if ((process.env.NODE_ENV !== 'production') && !Availabilities.dateTimeFormat) {\r\n onWarn(getWarnMessage(CoreWarnCodes.CANNOT_FORMAT_DATE));\r\n return MISSING_RESOLVE_VALUE;\r\n }\r\n const [key, value, options, overrides] = parseDateTimeArgs(...args);\r\n const missingWarn = isBoolean(options.missingWarn)\r\n ? options.missingWarn\r\n : context.missingWarn;\r\n const fallbackWarn = isBoolean(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : context.fallbackWarn;\r\n const part = !!options.part;\r\n const locale = getLocale(context, options);\r\n const locales = localeFallbacker(context, // eslint-disable-line @typescript-eslint/no-explicit-any\r\n fallbackLocale, locale);\r\n if (!isString(key) || key === '') {\r\n return new Intl.DateTimeFormat(locale, overrides).format(value);\r\n }\r\n // resolve format\r\n let datetimeFormat = {};\r\n let targetLocale;\r\n let format = null;\r\n let from = locale;\r\n let to = null;\r\n const type = 'datetime format';\r\n for (let i = 0; i < locales.length; i++) {\r\n targetLocale = to = locales[i];\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n locale !== targetLocale &&\r\n isTranslateFallbackWarn(fallbackWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_DATE_FORMAT, {\r\n key,\r\n target: targetLocale\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\r\n type,\r\n key,\r\n from,\r\n to,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n datetimeFormat =\r\n datetimeFormats[targetLocale] || {};\r\n format = datetimeFormat[key];\r\n if (isPlainObject(format))\r\n break;\r\n handleMissing(context, key, targetLocale, missingWarn, type); // eslint-disable-line @typescript-eslint/no-explicit-any\r\n from = to;\r\n }\r\n // checking format and target locale\r\n if (!isPlainObject(format) || !isString(targetLocale)) {\r\n return unresolving ? NOT_REOSLVED : key;\r\n }\r\n let id = `${targetLocale}__${key}`;\r\n if (!isEmptyObject(overrides)) {\r\n id = `${id}__${JSON.stringify(overrides)}`;\r\n }\r\n let formatter = __datetimeFormatters.get(id);\r\n if (!formatter) {\r\n formatter = new Intl.DateTimeFormat(targetLocale, assign({}, format, overrides));\r\n __datetimeFormatters.set(id, formatter);\r\n }\r\n return !part ? formatter.format(value) : formatter.formatToParts(value);\r\n}\r\n/** @internal */\r\nconst DATETIME_FORMAT_OPTIONS_KEYS = [\r\n 'localeMatcher',\r\n 'weekday',\r\n 'era',\r\n 'year',\r\n 'month',\r\n 'day',\r\n 'hour',\r\n 'minute',\r\n 'second',\r\n 'timeZoneName',\r\n 'formatMatcher',\r\n 'hour12',\r\n 'timeZone',\r\n 'dateStyle',\r\n 'timeStyle',\r\n 'calendar',\r\n 'dayPeriod',\r\n 'numberingSystem',\r\n 'hourCycle',\r\n 'fractionalSecondDigits'\r\n];\r\n/** @internal */\r\nfunction parseDateTimeArgs(...args) {\r\n const [arg1, arg2, arg3, arg4] = args;\r\n const options = {};\r\n let overrides = {};\r\n let value;\r\n if (isString(arg1)) {\r\n // Only allow ISO strings - other date formats are often supported,\r\n // but may cause different results in different browsers.\r\n const matches = arg1.match(/(\\d{4}-\\d{2}-\\d{2})(T|\\s)?(.*)/);\r\n if (!matches) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT);\r\n }\r\n // Some browsers can not parse the iso datetime separated by space,\r\n // this is a compromise solution by replace the 'T'/' ' with 'T'\r\n const dateTime = matches[3]\r\n ? matches[3].trim().startsWith('T')\r\n ? `${matches[1].trim()}${matches[3].trim()}`\r\n : `${matches[1].trim()}T${matches[3].trim()}`\r\n : matches[1].trim();\r\n value = new Date(dateTime);\r\n try {\r\n // This will fail if the date is not valid\r\n value.toISOString();\r\n }\r\n catch (e) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT);\r\n }\r\n }\r\n else if (isDate(arg1)) {\r\n if (isNaN(arg1.getTime())) {\r\n throw createCoreError(CoreErrorCodes.INVALID_DATE_ARGUMENT);\r\n }\r\n value = arg1;\r\n }\r\n else if (isNumber(arg1)) {\r\n value = arg1;\r\n }\r\n else {\r\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\r\n }\r\n if (isString(arg2)) {\r\n options.key = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n Object.keys(arg2).forEach(key => {\r\n if (DATETIME_FORMAT_OPTIONS_KEYS.includes(key)) {\r\n overrides[key] = arg2[key];\r\n }\r\n else {\r\n options[key] = arg2[key];\r\n }\r\n });\r\n }\r\n if (isString(arg3)) {\r\n options.locale = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n overrides = arg3;\r\n }\r\n if (isPlainObject(arg4)) {\r\n overrides = arg4;\r\n }\r\n return [options.key || '', value, options, overrides];\r\n}\r\n/** @internal */\r\nfunction clearDateTimeFormat(ctx, locale, format) {\r\n const context = ctx;\r\n for (const key in format) {\r\n const id = `${locale}__${key}`;\r\n if (!context.__datetimeFormatters.has(id)) {\r\n continue;\r\n }\r\n context.__datetimeFormatters.delete(id);\r\n }\r\n}\r\n\r\n// implementation of `number` function\r\nfunction number(context, ...args) {\r\n const { numberFormats, unresolving, fallbackLocale, onWarn, localeFallbacker } = context;\r\n const { __numberFormatters } = context;\r\n if ((process.env.NODE_ENV !== 'production') && !Availabilities.numberFormat) {\r\n onWarn(getWarnMessage(CoreWarnCodes.CANNOT_FORMAT_NUMBER));\r\n return MISSING_RESOLVE_VALUE;\r\n }\r\n const [key, value, options, overrides] = parseNumberArgs(...args);\r\n const missingWarn = isBoolean(options.missingWarn)\r\n ? options.missingWarn\r\n : context.missingWarn;\r\n const fallbackWarn = isBoolean(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : context.fallbackWarn;\r\n const part = !!options.part;\r\n const locale = getLocale(context, options);\r\n const locales = localeFallbacker(context, // eslint-disable-line @typescript-eslint/no-explicit-any\r\n fallbackLocale, locale);\r\n if (!isString(key) || key === '') {\r\n return new Intl.NumberFormat(locale, overrides).format(value);\r\n }\r\n // resolve format\r\n let numberFormat = {};\r\n let targetLocale;\r\n let format = null;\r\n let from = locale;\r\n let to = null;\r\n const type = 'number format';\r\n for (let i = 0; i < locales.length; i++) {\r\n targetLocale = to = locales[i];\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n locale !== targetLocale &&\r\n isTranslateFallbackWarn(fallbackWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_NUMBER_FORMAT, {\r\n key,\r\n target: targetLocale\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\r\n type,\r\n key,\r\n from,\r\n to,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n numberFormat =\r\n numberFormats[targetLocale] || {};\r\n format = numberFormat[key];\r\n if (isPlainObject(format))\r\n break;\r\n handleMissing(context, key, targetLocale, missingWarn, type); // eslint-disable-line @typescript-eslint/no-explicit-any\r\n from = to;\r\n }\r\n // checking format and target locale\r\n if (!isPlainObject(format) || !isString(targetLocale)) {\r\n return unresolving ? NOT_REOSLVED : key;\r\n }\r\n let id = `${targetLocale}__${key}`;\r\n if (!isEmptyObject(overrides)) {\r\n id = `${id}__${JSON.stringify(overrides)}`;\r\n }\r\n let formatter = __numberFormatters.get(id);\r\n if (!formatter) {\r\n formatter = new Intl.NumberFormat(targetLocale, assign({}, format, overrides));\r\n __numberFormatters.set(id, formatter);\r\n }\r\n return !part ? formatter.format(value) : formatter.formatToParts(value);\r\n}\r\n/** @internal */\r\nconst NUMBER_FORMAT_OPTIONS_KEYS = [\r\n 'localeMatcher',\r\n 'style',\r\n 'currency',\r\n 'currencyDisplay',\r\n 'currencySign',\r\n 'useGrouping',\r\n 'minimumIntegerDigits',\r\n 'minimumFractionDigits',\r\n 'maximumFractionDigits',\r\n 'minimumSignificantDigits',\r\n 'maximumSignificantDigits',\r\n 'compactDisplay',\r\n 'notation',\r\n 'signDisplay',\r\n 'unit',\r\n 'unitDisplay',\r\n 'roundingMode',\r\n 'roundingPriority',\r\n 'roundingIncrement',\r\n 'trailingZeroDisplay'\r\n];\r\n/** @internal */\r\nfunction parseNumberArgs(...args) {\r\n const [arg1, arg2, arg3, arg4] = args;\r\n const options = {};\r\n let overrides = {};\r\n if (!isNumber(arg1)) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\r\n }\r\n const value = arg1;\r\n if (isString(arg2)) {\r\n options.key = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n Object.keys(arg2).forEach(key => {\r\n if (NUMBER_FORMAT_OPTIONS_KEYS.includes(key)) {\r\n overrides[key] = arg2[key];\r\n }\r\n else {\r\n options[key] = arg2[key];\r\n }\r\n });\r\n }\r\n if (isString(arg3)) {\r\n options.locale = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n overrides = arg3;\r\n }\r\n if (isPlainObject(arg4)) {\r\n overrides = arg4;\r\n }\r\n return [options.key || '', value, options, overrides];\r\n}\r\n/** @internal */\r\nfunction clearNumberFormat(ctx, locale, format) {\r\n const context = ctx;\r\n for (const key in format) {\r\n const id = `${locale}__${key}`;\r\n if (!context.__numberFormatters.has(id)) {\r\n continue;\r\n }\r\n context.__numberFormatters.delete(id);\r\n }\r\n}\r\n\r\n{\r\n initFeatureFlags();\r\n}\r\n\r\nexport { CoreErrorCodes, CoreWarnCodes, DATETIME_FORMAT_OPTIONS_KEYS, DEFAULT_LOCALE, DEFAULT_MESSAGE_DATA_TYPE, MISSING_RESOLVE_VALUE, NOT_REOSLVED, NUMBER_FORMAT_OPTIONS_KEYS, VERSION, clearCompileCache, clearDateTimeFormat, clearNumberFormat, compile, compileToFunction, createCoreContext, createCoreError, createMessageContext, datetime, fallbackWithLocaleChain, fallbackWithSimple, getAdditionalMeta, getDevToolsHook, getFallbackContext, getLocale, getWarnMessage, handleMissing, initI18nDevTools, isAlmostSameLocale, isImplicitFallback, isMessageAST, isMessageFunction, isTranslateFallbackWarn, isTranslateMissingWarn, number, parse, parseDateTimeArgs, parseNumberArgs, parseTranslateArgs, registerLocaleFallbacker, registerMessageCompiler, registerMessageResolver, resolveLocale, resolveValue, resolveWithKeyValue, setAdditionalMeta, setDevToolsHook, setFallbackContext, translate, translateDevTools, updateFallbackLocale };\r\n", "/*!\r\n * vue-i18n v9.13.1\r\n * (c) 2024 kazuya kawaguchi\r\n * Released under the MIT License.\r\n */\r\nimport { getGlobalThis, incrementer, format, makeSymbol, isPlainObject, isArray, deepCopy, isString, hasOwn, isObject, warn, warnOnce, isBoolean, isRegExp, isFunction, inBrowser, assign, isNumber, createEmitter, isEmptyObject } from '@intlify/shared';\r\nimport { CoreWarnCodes, CoreErrorCodes, createCompileError, DEFAULT_LOCALE, updateFallbackLocale, setFallbackContext, createCoreContext, clearDateTimeFormat, clearNumberFormat, setAdditionalMeta, getFallbackContext, NOT_REOSLVED, isTranslateFallbackWarn, isTranslateMissingWarn, parseTranslateArgs, translate, MISSING_RESOLVE_VALUE, parseDateTimeArgs, datetime, parseNumberArgs, number, isMessageAST, isMessageFunction, fallbackWithLocaleChain, NUMBER_FORMAT_OPTIONS_KEYS, DATETIME_FORMAT_OPTIONS_KEYS, registerMessageCompiler, compile, compileToFunction, registerMessageResolver, resolveValue, registerLocaleFallbacker, setDevToolsHook } from '@intlify/core-base';\r\nimport { createVNode, Text, computed, watch, getCurrentInstance, ref, shallowRef, Fragment, defineComponent, h, effectScope, inject, onMounted, onUnmounted, onBeforeMount, isRef } from 'vue';\r\nimport { setupDevtoolsPlugin } from '@vue/devtools-api';\r\n\r\n/**\r\n * Vue I18n Version\r\n *\r\n * @remarks\r\n * Semver format. Same format as the package.json `version` field.\r\n *\r\n * @VueI18nGeneral\r\n */\r\nconst VERSION = '9.13.1';\r\n/**\r\n * This is only called in esm-bundler builds.\r\n * istanbul-ignore-next\r\n */\r\nfunction initFeatureFlags() {\r\n if (typeof __VUE_I18N_FULL_INSTALL__ !== 'boolean') {\r\n getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;\r\n }\r\n if (typeof __VUE_I18N_LEGACY_API__ !== 'boolean') {\r\n getGlobalThis().__VUE_I18N_LEGACY_API__ = true;\r\n }\r\n if (typeof __INTLIFY_JIT_COMPILATION__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_JIT_COMPILATION__ = false;\r\n }\r\n if (typeof __INTLIFY_DROP_MESSAGE_COMPILER__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;\r\n }\r\n if (typeof __INTLIFY_PROD_DEVTOOLS__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = false;\r\n }\r\n}\r\n\r\nconst code$1 = CoreWarnCodes.__EXTEND_POINT__;\r\nconst inc$1 = incrementer(code$1);\r\nconst I18nWarnCodes = {\r\n FALLBACK_TO_ROOT: code$1, // 9\r\n NOT_SUPPORTED_PRESERVE: inc$1(), // 10\r\n NOT_SUPPORTED_FORMATTER: inc$1(), // 11\r\n NOT_SUPPORTED_PRESERVE_DIRECTIVE: inc$1(), // 12\r\n NOT_SUPPORTED_GET_CHOICE_INDEX: inc$1(), // 13\r\n COMPONENT_NAME_LEGACY_COMPATIBLE: inc$1(), // 14\r\n NOT_FOUND_PARENT_SCOPE: inc$1(), // 15\r\n IGNORE_OBJ_FLATTEN: inc$1(), // 16\r\n NOTICE_DROP_ALLOW_COMPOSITION: inc$1(), // 17\r\n NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG: inc$1() // 18\r\n};\r\nconst warnMessages = {\r\n [I18nWarnCodes.FALLBACK_TO_ROOT]: `Fall back to {type} '{key}' with root locale.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_PRESERVE]: `Not supported 'preserve'.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_FORMATTER]: `Not supported 'formatter'.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE]: `Not supported 'preserveDirectiveContent'.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX]: `Not supported 'getChoiceIndex'.`,\r\n [I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE]: `Component name legacy compatible: '{name}' -> 'i18n'`,\r\n [I18nWarnCodes.NOT_FOUND_PARENT_SCOPE]: `Not found parent scope. use the global scope.`,\r\n [I18nWarnCodes.IGNORE_OBJ_FLATTEN]: `Ignore object flatten: '{key}' key has an string value`,\r\n [I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION]: `'allowComposition' option will be dropped in the next major version. For more information, please see 👉 https://tinyurl.com/2p97mcze`,\r\n [I18nWarnCodes.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]: `'translateExistCompatible' option will be dropped in the next major version.`\r\n};\r\nfunction getWarnMessage(code, ...args) {\r\n return format(warnMessages[code], ...args);\r\n}\r\n\r\nconst code = CoreErrorCodes.__EXTEND_POINT__;\r\nconst inc = incrementer(code);\r\nconst I18nErrorCodes = {\r\n // composer module errors\r\n UNEXPECTED_RETURN_TYPE: code, // 24\r\n // legacy module errors\r\n INVALID_ARGUMENT: inc(), // 25\r\n // i18n module errors\r\n MUST_BE_CALL_SETUP_TOP: inc(), // 26\r\n NOT_INSTALLED: inc(), // 27\r\n NOT_AVAILABLE_IN_LEGACY_MODE: inc(), // 28\r\n // directive module errors\r\n REQUIRED_VALUE: inc(), // 29\r\n INVALID_VALUE: inc(), // 30\r\n // vue-devtools errors\r\n CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN: inc(), // 31\r\n NOT_INSTALLED_WITH_PROVIDE: inc(), // 32\r\n // unexpected error\r\n UNEXPECTED_ERROR: inc(), // 33\r\n // not compatible legacy vue-i18n constructor\r\n NOT_COMPATIBLE_LEGACY_VUE_I18N: inc(), // 34\r\n // bridge support vue 2.x only\r\n BRIDGE_SUPPORT_VUE_2_ONLY: inc(), // 35\r\n // need to define `i18n` option in `allowComposition: true` and `useScope: 'local' at `useI18n``\r\n MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION: inc(), // 36\r\n // Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly\r\n NOT_AVAILABLE_COMPOSITION_IN_LEGACY: inc(), // 37\r\n // for enhancement\r\n __EXTEND_POINT__: inc() // 38\r\n};\r\nfunction createI18nError(code, ...args) {\r\n return createCompileError(code, null, (process.env.NODE_ENV !== 'production') ? { messages: errorMessages, args } : undefined);\r\n}\r\nconst errorMessages = {\r\n [I18nErrorCodes.UNEXPECTED_RETURN_TYPE]: 'Unexpected return type in composer',\r\n [I18nErrorCodes.INVALID_ARGUMENT]: 'Invalid argument',\r\n [I18nErrorCodes.MUST_BE_CALL_SETUP_TOP]: 'Must be called at the top of a `setup` function',\r\n [I18nErrorCodes.NOT_INSTALLED]: 'Need to install with `app.use` function',\r\n [I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpected error',\r\n [I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]: 'Not available in legacy mode',\r\n [I18nErrorCodes.REQUIRED_VALUE]: `Required in value: {0}`,\r\n [I18nErrorCodes.INVALID_VALUE]: `Invalid value`,\r\n [I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]: `Cannot setup vue-devtools plugin`,\r\n [I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE]: 'Need to install with `provide` function',\r\n [I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N]: 'Not compatible legacy VueI18n.',\r\n [I18nErrorCodes.BRIDGE_SUPPORT_VUE_2_ONLY]: 'vue-i18n-bridge support Vue 2.x only',\r\n [I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]: 'Must define ‘i18n’ option or custom block in Composition API with using local scope in Legacy API mode',\r\n [I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: 'Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly'\r\n};\r\n\r\nconst TranslateVNodeSymbol = \r\n/* #__PURE__*/ makeSymbol('__translateVNode');\r\nconst DatetimePartsSymbol = /* #__PURE__*/ makeSymbol('__datetimeParts');\r\nconst NumberPartsSymbol = /* #__PURE__*/ makeSymbol('__numberParts');\r\nconst EnableEmitter = /* #__PURE__*/ makeSymbol('__enableEmitter');\r\nconst DisableEmitter = /* #__PURE__*/ makeSymbol('__disableEmitter');\r\nconst SetPluralRulesSymbol = makeSymbol('__setPluralRules');\r\nmakeSymbol('__intlifyMeta');\r\nconst InejctWithOptionSymbol = \r\n/* #__PURE__*/ makeSymbol('__injectWithOption');\r\nconst DisposeSymbol = /* #__PURE__*/ makeSymbol('__dispose');\r\nconst __VUE_I18N_BRIDGE__ = '__VUE_I18N_BRIDGE__';\r\n\r\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n/**\r\n * Transform flat json in obj to normal json in obj\r\n */\r\nfunction handleFlatJson(obj) {\r\n // check obj\r\n if (!isObject(obj)) {\r\n return obj;\r\n }\r\n for (const key in obj) {\r\n // check key\r\n if (!hasOwn(obj, key)) {\r\n continue;\r\n }\r\n // handle for normal json\r\n if (!key.includes('.')) {\r\n // recursive process value if value is also a object\r\n if (isObject(obj[key])) {\r\n handleFlatJson(obj[key]);\r\n }\r\n }\r\n // handle for flat json, transform to normal json\r\n else {\r\n // go to the last object\r\n const subKeys = key.split('.');\r\n const lastIndex = subKeys.length - 1;\r\n let currentObj = obj;\r\n let hasStringValue = false;\r\n for (let i = 0; i < lastIndex; i++) {\r\n if (!(subKeys[i] in currentObj)) {\r\n currentObj[subKeys[i]] = {};\r\n }\r\n if (!isObject(currentObj[subKeys[i]])) {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.IGNORE_OBJ_FLATTEN, {\r\n key: subKeys[i]\r\n }));\r\n hasStringValue = true;\r\n break;\r\n }\r\n currentObj = currentObj[subKeys[i]];\r\n }\r\n // update last object value, delete old property\r\n if (!hasStringValue) {\r\n currentObj[subKeys[lastIndex]] = obj[key];\r\n delete obj[key];\r\n }\r\n // recursive process value if value is also a object\r\n if (isObject(currentObj[subKeys[lastIndex]])) {\r\n handleFlatJson(currentObj[subKeys[lastIndex]]);\r\n }\r\n }\r\n }\r\n return obj;\r\n}\r\nfunction getLocaleMessages(locale, options) {\r\n const { messages, __i18n, messageResolver, flatJson } = options;\r\n // prettier-ignore\r\n const ret = (isPlainObject(messages)\r\n ? messages\r\n : isArray(__i18n)\r\n ? {}\r\n : { [locale]: {} });\r\n // merge locale messages of i18n custom block\r\n if (isArray(__i18n)) {\r\n __i18n.forEach(custom => {\r\n if ('locale' in custom && 'resource' in custom) {\r\n const { locale, resource } = custom;\r\n if (locale) {\r\n ret[locale] = ret[locale] || {};\r\n deepCopy(resource, ret[locale]);\r\n }\r\n else {\r\n deepCopy(resource, ret);\r\n }\r\n }\r\n else {\r\n isString(custom) && deepCopy(JSON.parse(custom), ret);\r\n }\r\n });\r\n }\r\n // handle messages for flat json\r\n if (messageResolver == null && flatJson) {\r\n for (const key in ret) {\r\n if (hasOwn(ret, key)) {\r\n handleFlatJson(ret[key]);\r\n }\r\n }\r\n }\r\n return ret;\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getComponentOptions(instance) {\r\n return instance.type ;\r\n}\r\nfunction adjustI18nResources(gl, options, componentOptions // eslint-disable-line @typescript-eslint/no-explicit-any\r\n) {\r\n let messages = isObject(options.messages) ? options.messages : {};\r\n if ('__i18nGlobal' in componentOptions) {\r\n messages = getLocaleMessages(gl.locale.value, {\r\n messages,\r\n __i18n: componentOptions.__i18nGlobal\r\n });\r\n }\r\n // merge locale messages\r\n const locales = Object.keys(messages);\r\n if (locales.length) {\r\n locales.forEach(locale => {\r\n gl.mergeLocaleMessage(locale, messages[locale]);\r\n });\r\n }\r\n {\r\n // merge datetime formats\r\n if (isObject(options.datetimeFormats)) {\r\n const locales = Object.keys(options.datetimeFormats);\r\n if (locales.length) {\r\n locales.forEach(locale => {\r\n gl.mergeDateTimeFormat(locale, options.datetimeFormats[locale]);\r\n });\r\n }\r\n }\r\n // merge number formats\r\n if (isObject(options.numberFormats)) {\r\n const locales = Object.keys(options.numberFormats);\r\n if (locales.length) {\r\n locales.forEach(locale => {\r\n gl.mergeNumberFormat(locale, options.numberFormats[locale]);\r\n });\r\n }\r\n }\r\n }\r\n}\r\nfunction createTextNode(key) {\r\n return createVNode(Text, null, key, 0)\r\n ;\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\r\n\r\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n// extend VNode interface\r\nconst DEVTOOLS_META = '__INTLIFY_META__';\r\nconst NOOP_RETURN_ARRAY = () => [];\r\nconst NOOP_RETURN_FALSE = () => false;\r\nlet composerID = 0;\r\nfunction defineCoreMissingHandler(missing) {\r\n return ((ctx, locale, key, type) => {\r\n return missing(locale, key, getCurrentInstance() || undefined, type);\r\n });\r\n}\r\n// for Intlify DevTools\r\n/* #__NO_SIDE_EFFECTS__ */\r\nconst getMetaInfo = () => {\r\n const instance = getCurrentInstance();\r\n let meta = null; // eslint-disable-line @typescript-eslint/no-explicit-any\r\n return instance && (meta = getComponentOptions(instance)[DEVTOOLS_META])\r\n ? { [DEVTOOLS_META]: meta } // eslint-disable-line @typescript-eslint/no-explicit-any\r\n : null;\r\n};\r\n/**\r\n * Create composer interface factory\r\n *\r\n * @internal\r\n */\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction createComposer(options = {}, VueI18nLegacy) {\r\n const { __root, __injectWithOption } = options;\r\n const _isGlobal = __root === undefined;\r\n const flatJson = options.flatJson;\r\n const _ref = inBrowser ? ref : shallowRef;\r\n const translateExistCompatible = !!options.translateExistCompatible;\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n if (translateExistCompatible && !false) {\r\n warnOnce(getWarnMessage(I18nWarnCodes.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));\r\n }\r\n }\r\n let _inheritLocale = isBoolean(options.inheritLocale)\r\n ? options.inheritLocale\r\n : true;\r\n const _locale = _ref(\r\n // prettier-ignore\r\n __root && _inheritLocale\r\n ? __root.locale.value\r\n : isString(options.locale)\r\n ? options.locale\r\n : DEFAULT_LOCALE);\r\n const _fallbackLocale = _ref(\r\n // prettier-ignore\r\n __root && _inheritLocale\r\n ? __root.fallbackLocale.value\r\n : isString(options.fallbackLocale) ||\r\n isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : _locale.value);\r\n const _messages = _ref(getLocaleMessages(_locale.value, options));\r\n // prettier-ignore\r\n const _datetimeFormats = _ref(isPlainObject(options.datetimeFormats)\r\n ? options.datetimeFormats\r\n : { [_locale.value]: {} })\r\n ;\r\n // prettier-ignore\r\n const _numberFormats = _ref(isPlainObject(options.numberFormats)\r\n ? options.numberFormats\r\n : { [_locale.value]: {} })\r\n ;\r\n // warning suppress options\r\n // prettier-ignore\r\n let _missingWarn = __root\r\n ? __root.missingWarn\r\n : isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\r\n ? options.missingWarn\r\n : true;\r\n // prettier-ignore\r\n let _fallbackWarn = __root\r\n ? __root.fallbackWarn\r\n : isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : true;\r\n // prettier-ignore\r\n let _fallbackRoot = __root\r\n ? __root.fallbackRoot\r\n : isBoolean(options.fallbackRoot)\r\n ? options.fallbackRoot\r\n : true;\r\n // configure fall back to root\r\n let _fallbackFormat = !!options.fallbackFormat;\r\n // runtime missing\r\n let _missing = isFunction(options.missing) ? options.missing : null;\r\n let _runtimeMissing = isFunction(options.missing)\r\n ? defineCoreMissingHandler(options.missing)\r\n : null;\r\n // postTranslation handler\r\n let _postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : null;\r\n // prettier-ignore\r\n let _warnHtmlMessage = __root\r\n ? __root.warnHtmlMessage\r\n : isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n let _escapeParameter = !!options.escapeParameter;\r\n // custom linked modifiers\r\n // prettier-ignore\r\n const _modifiers = __root\r\n ? __root.modifiers\r\n : isPlainObject(options.modifiers)\r\n ? options.modifiers\r\n : {};\r\n // pluralRules\r\n let _pluralRules = options.pluralRules || (__root && __root.pluralRules);\r\n // runtime context\r\n // eslint-disable-next-line prefer-const\r\n let _context;\r\n const getCoreContext = () => {\r\n _isGlobal && setFallbackContext(null);\r\n const ctxOptions = {\r\n version: VERSION,\r\n locale: _locale.value,\r\n fallbackLocale: _fallbackLocale.value,\r\n messages: _messages.value,\r\n modifiers: _modifiers,\r\n pluralRules: _pluralRules,\r\n missing: _runtimeMissing === null ? undefined : _runtimeMissing,\r\n missingWarn: _missingWarn,\r\n fallbackWarn: _fallbackWarn,\r\n fallbackFormat: _fallbackFormat,\r\n unresolving: true,\r\n postTranslation: _postTranslation === null ? undefined : _postTranslation,\r\n warnHtmlMessage: _warnHtmlMessage,\r\n escapeParameter: _escapeParameter,\r\n messageResolver: options.messageResolver,\r\n messageCompiler: options.messageCompiler,\r\n __meta: { framework: 'vue' }\r\n };\r\n {\r\n ctxOptions.datetimeFormats = _datetimeFormats.value;\r\n ctxOptions.numberFormats = _numberFormats.value;\r\n ctxOptions.__datetimeFormatters = isPlainObject(_context)\r\n ? _context.__datetimeFormatters\r\n : undefined;\r\n ctxOptions.__numberFormatters = isPlainObject(_context)\r\n ? _context.__numberFormatters\r\n : undefined;\r\n }\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n ctxOptions.__v_emitter = isPlainObject(_context)\r\n ? _context.__v_emitter\r\n : undefined;\r\n }\r\n const ctx = createCoreContext(ctxOptions);\r\n _isGlobal && setFallbackContext(ctx);\r\n return ctx;\r\n };\r\n _context = getCoreContext();\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n // track reactivity\r\n function trackReactivityValues() {\r\n return [\r\n _locale.value,\r\n _fallbackLocale.value,\r\n _messages.value,\r\n _datetimeFormats.value,\r\n _numberFormats.value\r\n ]\r\n ;\r\n }\r\n // locale\r\n const locale = computed({\r\n get: () => _locale.value,\r\n set: val => {\r\n _locale.value = val;\r\n _context.locale = _locale.value;\r\n }\r\n });\r\n // fallbackLocale\r\n const fallbackLocale = computed({\r\n get: () => _fallbackLocale.value,\r\n set: val => {\r\n _fallbackLocale.value = val;\r\n _context.fallbackLocale = _fallbackLocale.value;\r\n updateFallbackLocale(_context, _locale.value, val);\r\n }\r\n });\r\n // messages\r\n const messages = computed(() => _messages.value);\r\n // datetimeFormats\r\n const datetimeFormats = /* #__PURE__*/ computed(() => _datetimeFormats.value);\r\n // numberFormats\r\n const numberFormats = /* #__PURE__*/ computed(() => _numberFormats.value);\r\n // getPostTranslationHandler\r\n function getPostTranslationHandler() {\r\n return isFunction(_postTranslation) ? _postTranslation : null;\r\n }\r\n // setPostTranslationHandler\r\n function setPostTranslationHandler(handler) {\r\n _postTranslation = handler;\r\n _context.postTranslation = handler;\r\n }\r\n // getMissingHandler\r\n function getMissingHandler() {\r\n return _missing;\r\n }\r\n // setMissingHandler\r\n function setMissingHandler(handler) {\r\n if (handler !== null) {\r\n _runtimeMissing = defineCoreMissingHandler(handler);\r\n }\r\n _missing = handler;\r\n _context.missing = _runtimeMissing;\r\n }\r\n function isResolvedTranslateMessage(type, arg // eslint-disable-line @typescript-eslint/no-explicit-any\r\n ) {\r\n return type !== 'translate' || !arg.resolvedMessage;\r\n }\r\n const wrapWithDeps = (fn, argumentParser, warnType, fallbackSuccess, fallbackFail, successCondition) => {\r\n trackReactivityValues(); // track reactive dependency\r\n // NOTE: experimental !!\r\n let ret;\r\n try {\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n setAdditionalMeta(getMetaInfo());\r\n }\r\n if (!_isGlobal) {\r\n _context.fallbackContext = __root\r\n ? getFallbackContext()\r\n : undefined;\r\n }\r\n ret = fn(_context);\r\n }\r\n finally {\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n setAdditionalMeta(null);\r\n }\r\n if (!_isGlobal) {\r\n _context.fallbackContext = undefined;\r\n }\r\n }\r\n if ((warnType !== 'translate exists' && // for not `te` (e.g `t`)\r\n isNumber(ret) &&\r\n ret === NOT_REOSLVED) ||\r\n (warnType === 'translate exists' && !ret) // for `te`\r\n ) {\r\n const [key, arg2] = argumentParser();\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n __root &&\r\n isString(key) &&\r\n isResolvedTranslateMessage(warnType, arg2)) {\r\n if (_fallbackRoot &&\r\n (isTranslateFallbackWarn(_fallbackWarn, key) ||\r\n isTranslateMissingWarn(_missingWarn, key))) {\r\n warn(getWarnMessage(I18nWarnCodes.FALLBACK_TO_ROOT, {\r\n key,\r\n type: warnType\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n const { __v_emitter: emitter } = _context;\r\n if (emitter && _fallbackRoot) {\r\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\r\n type: warnType,\r\n key,\r\n to: 'global',\r\n groupId: `${warnType}:${key}`\r\n });\r\n }\r\n }\r\n }\r\n return __root && _fallbackRoot\r\n ? fallbackSuccess(__root)\r\n : fallbackFail(key);\r\n }\r\n else if (successCondition(ret)) {\r\n return ret;\r\n }\r\n else {\r\n /* istanbul ignore next */\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE);\r\n }\r\n };\r\n // t\r\n function t(...args) {\r\n return wrapWithDeps(context => Reflect.apply(translate, null, [context, ...args]), () => parseTranslateArgs(...args), 'translate', root => Reflect.apply(root.t, root, [...args]), key => key, val => isString(val));\r\n }\r\n // rt\r\n function rt(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n if (arg3 && !isObject(arg3)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\r\n }\r\n return t(...[arg1, arg2, assign({ resolvedMessage: true }, arg3 || {})]);\r\n }\r\n // d\r\n function d(...args) {\r\n return wrapWithDeps(context => Reflect.apply(datetime, null, [context, ...args]), () => parseDateTimeArgs(...args), 'datetime format', root => Reflect.apply(root.d, root, [...args]), () => MISSING_RESOLVE_VALUE, val => isString(val));\r\n }\r\n // n\r\n function n(...args) {\r\n return wrapWithDeps(context => Reflect.apply(number, null, [context, ...args]), () => parseNumberArgs(...args), 'number format', root => Reflect.apply(root.n, root, [...args]), () => MISSING_RESOLVE_VALUE, val => isString(val));\r\n }\r\n // for custom processor\r\n function normalize(values) {\r\n return values.map(val => isString(val) || isNumber(val) || isBoolean(val)\r\n ? createTextNode(String(val))\r\n : val);\r\n }\r\n const interpolate = (val) => val;\r\n const processor = {\r\n normalize,\r\n interpolate,\r\n type: 'vnode'\r\n };\r\n // translateVNode, using for `i18n-t` component\r\n function translateVNode(...args) {\r\n return wrapWithDeps(context => {\r\n let ret;\r\n const _context = context;\r\n try {\r\n _context.processor = processor;\r\n ret = Reflect.apply(translate, null, [_context, ...args]);\r\n }\r\n finally {\r\n _context.processor = null;\r\n }\r\n return ret;\r\n }, () => parseTranslateArgs(...args), 'translate', \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n root => root[TranslateVNodeSymbol](...args), key => [createTextNode(key)], val => isArray(val));\r\n }\r\n // numberParts, using for `i18n-n` component\r\n function numberParts(...args) {\r\n return wrapWithDeps(context => Reflect.apply(number, null, [context, ...args]), () => parseNumberArgs(...args), 'number format', \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n root => root[NumberPartsSymbol](...args), NOOP_RETURN_ARRAY, val => isString(val) || isArray(val));\r\n }\r\n // datetimeParts, using for `i18n-d` component\r\n function datetimeParts(...args) {\r\n return wrapWithDeps(context => Reflect.apply(datetime, null, [context, ...args]), () => parseDateTimeArgs(...args), 'datetime format', \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n root => root[DatetimePartsSymbol](...args), NOOP_RETURN_ARRAY, val => isString(val) || isArray(val));\r\n }\r\n function setPluralRules(rules) {\r\n _pluralRules = rules;\r\n _context.pluralRules = _pluralRules;\r\n }\r\n // te\r\n function te(key, locale) {\r\n return wrapWithDeps(() => {\r\n if (!key) {\r\n return false;\r\n }\r\n const targetLocale = isString(locale) ? locale : _locale.value;\r\n const message = getLocaleMessage(targetLocale);\r\n const resolved = _context.messageResolver(message, key);\r\n return !translateExistCompatible\r\n ? isMessageAST(resolved) ||\r\n isMessageFunction(resolved) ||\r\n isString(resolved)\r\n : resolved != null;\r\n }, () => [key], 'translate exists', root => {\r\n return Reflect.apply(root.te, root, [key, locale]);\r\n }, NOOP_RETURN_FALSE, val => isBoolean(val));\r\n }\r\n function resolveMessages(key) {\r\n let messages = null;\r\n const locales = fallbackWithLocaleChain(_context, _fallbackLocale.value, _locale.value);\r\n for (let i = 0; i < locales.length; i++) {\r\n const targetLocaleMessages = _messages.value[locales[i]] || {};\r\n const messageValue = _context.messageResolver(targetLocaleMessages, key);\r\n if (messageValue != null) {\r\n messages = messageValue;\r\n break;\r\n }\r\n }\r\n return messages;\r\n }\r\n // tm\r\n function tm(key) {\r\n const messages = resolveMessages(key);\r\n // prettier-ignore\r\n return messages != null\r\n ? messages\r\n : __root\r\n ? __root.tm(key) || {}\r\n : {};\r\n }\r\n // getLocaleMessage\r\n function getLocaleMessage(locale) {\r\n return (_messages.value[locale] || {});\r\n }\r\n // setLocaleMessage\r\n function setLocaleMessage(locale, message) {\r\n if (flatJson) {\r\n const _message = { [locale]: message };\r\n for (const key in _message) {\r\n if (hasOwn(_message, key)) {\r\n handleFlatJson(_message[key]);\r\n }\r\n }\r\n message = _message[locale];\r\n }\r\n _messages.value[locale] = message;\r\n _context.messages = _messages.value;\r\n }\r\n // mergeLocaleMessage\r\n function mergeLocaleMessage(locale, message) {\r\n _messages.value[locale] = _messages.value[locale] || {};\r\n const _message = { [locale]: message };\r\n if (flatJson) {\r\n for (const key in _message) {\r\n if (hasOwn(_message, key)) {\r\n handleFlatJson(_message[key]);\r\n }\r\n }\r\n }\r\n message = _message[locale];\r\n deepCopy(message, _messages.value[locale]);\r\n _context.messages = _messages.value;\r\n }\r\n // getDateTimeFormat\r\n function getDateTimeFormat(locale) {\r\n return _datetimeFormats.value[locale] || {};\r\n }\r\n // setDateTimeFormat\r\n function setDateTimeFormat(locale, format) {\r\n _datetimeFormats.value[locale] = format;\r\n _context.datetimeFormats = _datetimeFormats.value;\r\n clearDateTimeFormat(_context, locale, format);\r\n }\r\n // mergeDateTimeFormat\r\n function mergeDateTimeFormat(locale, format) {\r\n _datetimeFormats.value[locale] = assign(_datetimeFormats.value[locale] || {}, format);\r\n _context.datetimeFormats = _datetimeFormats.value;\r\n clearDateTimeFormat(_context, locale, format);\r\n }\r\n // getNumberFormat\r\n function getNumberFormat(locale) {\r\n return _numberFormats.value[locale] || {};\r\n }\r\n // setNumberFormat\r\n function setNumberFormat(locale, format) {\r\n _numberFormats.value[locale] = format;\r\n _context.numberFormats = _numberFormats.value;\r\n clearNumberFormat(_context, locale, format);\r\n }\r\n // mergeNumberFormat\r\n function mergeNumberFormat(locale, format) {\r\n _numberFormats.value[locale] = assign(_numberFormats.value[locale] || {}, format);\r\n _context.numberFormats = _numberFormats.value;\r\n clearNumberFormat(_context, locale, format);\r\n }\r\n // for debug\r\n composerID++;\r\n // watch root locale & fallbackLocale\r\n if (__root && inBrowser) {\r\n watch(__root.locale, (val) => {\r\n if (_inheritLocale) {\r\n _locale.value = val;\r\n _context.locale = val;\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n }\r\n });\r\n watch(__root.fallbackLocale, (val) => {\r\n if (_inheritLocale) {\r\n _fallbackLocale.value = val;\r\n _context.fallbackLocale = val;\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n }\r\n });\r\n }\r\n // define basic composition API!\r\n const composer = {\r\n id: composerID,\r\n locale,\r\n fallbackLocale,\r\n get inheritLocale() {\r\n return _inheritLocale;\r\n },\r\n set inheritLocale(val) {\r\n _inheritLocale = val;\r\n if (val && __root) {\r\n _locale.value = __root.locale.value;\r\n _fallbackLocale.value = __root.fallbackLocale.value;\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n }\r\n },\r\n get availableLocales() {\r\n return Object.keys(_messages.value).sort();\r\n },\r\n messages,\r\n get modifiers() {\r\n return _modifiers;\r\n },\r\n get pluralRules() {\r\n return _pluralRules || {};\r\n },\r\n get isGlobal() {\r\n return _isGlobal;\r\n },\r\n get missingWarn() {\r\n return _missingWarn;\r\n },\r\n set missingWarn(val) {\r\n _missingWarn = val;\r\n _context.missingWarn = _missingWarn;\r\n },\r\n get fallbackWarn() {\r\n return _fallbackWarn;\r\n },\r\n set fallbackWarn(val) {\r\n _fallbackWarn = val;\r\n _context.fallbackWarn = _fallbackWarn;\r\n },\r\n get fallbackRoot() {\r\n return _fallbackRoot;\r\n },\r\n set fallbackRoot(val) {\r\n _fallbackRoot = val;\r\n },\r\n get fallbackFormat() {\r\n return _fallbackFormat;\r\n },\r\n set fallbackFormat(val) {\r\n _fallbackFormat = val;\r\n _context.fallbackFormat = _fallbackFormat;\r\n },\r\n get warnHtmlMessage() {\r\n return _warnHtmlMessage;\r\n },\r\n set warnHtmlMessage(val) {\r\n _warnHtmlMessage = val;\r\n _context.warnHtmlMessage = val;\r\n },\r\n get escapeParameter() {\r\n return _escapeParameter;\r\n },\r\n set escapeParameter(val) {\r\n _escapeParameter = val;\r\n _context.escapeParameter = val;\r\n },\r\n t,\r\n getLocaleMessage,\r\n setLocaleMessage,\r\n mergeLocaleMessage,\r\n getPostTranslationHandler,\r\n setPostTranslationHandler,\r\n getMissingHandler,\r\n setMissingHandler,\r\n [SetPluralRulesSymbol]: setPluralRules\r\n };\r\n {\r\n composer.datetimeFormats = datetimeFormats;\r\n composer.numberFormats = numberFormats;\r\n composer.rt = rt;\r\n composer.te = te;\r\n composer.tm = tm;\r\n composer.d = d;\r\n composer.n = n;\r\n composer.getDateTimeFormat = getDateTimeFormat;\r\n composer.setDateTimeFormat = setDateTimeFormat;\r\n composer.mergeDateTimeFormat = mergeDateTimeFormat;\r\n composer.getNumberFormat = getNumberFormat;\r\n composer.setNumberFormat = setNumberFormat;\r\n composer.mergeNumberFormat = mergeNumberFormat;\r\n composer[InejctWithOptionSymbol] = __injectWithOption;\r\n composer[TranslateVNodeSymbol] = translateVNode;\r\n composer[DatetimePartsSymbol] = datetimeParts;\r\n composer[NumberPartsSymbol] = numberParts;\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n composer[EnableEmitter] = (emitter) => {\r\n _context.__v_emitter = emitter;\r\n };\r\n composer[DisableEmitter] = () => {\r\n _context.__v_emitter = undefined;\r\n };\r\n }\r\n return composer;\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\r\n\r\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n/**\r\n * Convert to I18n Composer Options from VueI18n Options\r\n *\r\n * @internal\r\n */\r\nfunction convertComposerOptions(options) {\r\n const locale = isString(options.locale) ? options.locale : DEFAULT_LOCALE;\r\n const fallbackLocale = isString(options.fallbackLocale) ||\r\n isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : locale;\r\n const missing = isFunction(options.missing) ? options.missing : undefined;\r\n const missingWarn = isBoolean(options.silentTranslationWarn) ||\r\n isRegExp(options.silentTranslationWarn)\r\n ? !options.silentTranslationWarn\r\n : true;\r\n const fallbackWarn = isBoolean(options.silentFallbackWarn) ||\r\n isRegExp(options.silentFallbackWarn)\r\n ? !options.silentFallbackWarn\r\n : true;\r\n const fallbackRoot = isBoolean(options.fallbackRoot)\r\n ? options.fallbackRoot\r\n : true;\r\n const fallbackFormat = !!options.formatFallbackMessages;\r\n const modifiers = isPlainObject(options.modifiers) ? options.modifiers : {};\r\n const pluralizationRules = options.pluralizationRules;\r\n const postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : undefined;\r\n const warnHtmlMessage = isString(options.warnHtmlInMessage)\r\n ? options.warnHtmlInMessage !== 'off'\r\n : true;\r\n const escapeParameter = !!options.escapeParameterHtml;\r\n const inheritLocale = isBoolean(options.sync) ? options.sync : true;\r\n if ((process.env.NODE_ENV !== 'production') && options.formatter) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\r\n }\r\n if ((process.env.NODE_ENV !== 'production') && options.preserveDirectiveContent) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\r\n }\r\n let messages = options.messages;\r\n if (isPlainObject(options.sharedMessages)) {\r\n const sharedMessages = options.sharedMessages;\r\n const locales = Object.keys(sharedMessages);\r\n messages = locales.reduce((messages, locale) => {\r\n const message = messages[locale] || (messages[locale] = {});\r\n assign(message, sharedMessages[locale]);\r\n return messages;\r\n }, (messages || {}));\r\n }\r\n const { __i18n, __root, __injectWithOption } = options;\r\n const datetimeFormats = options.datetimeFormats;\r\n const numberFormats = options.numberFormats;\r\n const flatJson = options.flatJson;\r\n const translateExistCompatible = options\r\n .translateExistCompatible;\r\n return {\r\n locale,\r\n fallbackLocale,\r\n messages,\r\n flatJson,\r\n datetimeFormats,\r\n numberFormats,\r\n missing,\r\n missingWarn,\r\n fallbackWarn,\r\n fallbackRoot,\r\n fallbackFormat,\r\n modifiers,\r\n pluralRules: pluralizationRules,\r\n postTranslation,\r\n warnHtmlMessage,\r\n escapeParameter,\r\n messageResolver: options.messageResolver,\r\n inheritLocale,\r\n translateExistCompatible,\r\n __i18n,\r\n __root,\r\n __injectWithOption\r\n };\r\n}\r\n/**\r\n * create VueI18n interface factory\r\n *\r\n * @internal\r\n */\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction createVueI18n(options = {}, VueI18nLegacy) {\r\n {\r\n const composer = createComposer(convertComposerOptions(options));\r\n const { __extender } = options;\r\n // defines VueI18n\r\n const vueI18n = {\r\n // id\r\n id: composer.id,\r\n // locale\r\n get locale() {\r\n return composer.locale.value;\r\n },\r\n set locale(val) {\r\n composer.locale.value = val;\r\n },\r\n // fallbackLocale\r\n get fallbackLocale() {\r\n return composer.fallbackLocale.value;\r\n },\r\n set fallbackLocale(val) {\r\n composer.fallbackLocale.value = val;\r\n },\r\n // messages\r\n get messages() {\r\n return composer.messages.value;\r\n },\r\n // datetimeFormats\r\n get datetimeFormats() {\r\n return composer.datetimeFormats.value;\r\n },\r\n // numberFormats\r\n get numberFormats() {\r\n return composer.numberFormats.value;\r\n },\r\n // availableLocales\r\n get availableLocales() {\r\n return composer.availableLocales;\r\n },\r\n // formatter\r\n get formatter() {\r\n (process.env.NODE_ENV !== 'production') && warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\r\n // dummy\r\n return {\r\n interpolate() {\r\n return [];\r\n }\r\n };\r\n },\r\n set formatter(val) {\r\n (process.env.NODE_ENV !== 'production') && warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\r\n },\r\n // missing\r\n get missing() {\r\n return composer.getMissingHandler();\r\n },\r\n set missing(handler) {\r\n composer.setMissingHandler(handler);\r\n },\r\n // silentTranslationWarn\r\n get silentTranslationWarn() {\r\n return isBoolean(composer.missingWarn)\r\n ? !composer.missingWarn\r\n : composer.missingWarn;\r\n },\r\n set silentTranslationWarn(val) {\r\n composer.missingWarn = isBoolean(val) ? !val : val;\r\n },\r\n // silentFallbackWarn\r\n get silentFallbackWarn() {\r\n return isBoolean(composer.fallbackWarn)\r\n ? !composer.fallbackWarn\r\n : composer.fallbackWarn;\r\n },\r\n set silentFallbackWarn(val) {\r\n composer.fallbackWarn = isBoolean(val) ? !val : val;\r\n },\r\n // modifiers\r\n get modifiers() {\r\n return composer.modifiers;\r\n },\r\n // formatFallbackMessages\r\n get formatFallbackMessages() {\r\n return composer.fallbackFormat;\r\n },\r\n set formatFallbackMessages(val) {\r\n composer.fallbackFormat = val;\r\n },\r\n // postTranslation\r\n get postTranslation() {\r\n return composer.getPostTranslationHandler();\r\n },\r\n set postTranslation(handler) {\r\n composer.setPostTranslationHandler(handler);\r\n },\r\n // sync\r\n get sync() {\r\n return composer.inheritLocale;\r\n },\r\n set sync(val) {\r\n composer.inheritLocale = val;\r\n },\r\n // warnInHtmlMessage\r\n get warnHtmlInMessage() {\r\n return composer.warnHtmlMessage ? 'warn' : 'off';\r\n },\r\n set warnHtmlInMessage(val) {\r\n composer.warnHtmlMessage = val !== 'off';\r\n },\r\n // escapeParameterHtml\r\n get escapeParameterHtml() {\r\n return composer.escapeParameter;\r\n },\r\n set escapeParameterHtml(val) {\r\n composer.escapeParameter = val;\r\n },\r\n // preserveDirectiveContent\r\n get preserveDirectiveContent() {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\r\n return true;\r\n },\r\n set preserveDirectiveContent(val) {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\r\n },\r\n // pluralizationRules\r\n get pluralizationRules() {\r\n return composer.pluralRules || {};\r\n },\r\n // for internal\r\n __composer: composer,\r\n // t\r\n t(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n const options = {};\r\n let list = null;\r\n let named = null;\r\n if (!isString(arg1)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\r\n }\r\n const key = arg1;\r\n if (isString(arg2)) {\r\n options.locale = arg2;\r\n }\r\n else if (isArray(arg2)) {\r\n list = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n named = arg2;\r\n }\r\n if (isArray(arg3)) {\r\n list = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n named = arg3;\r\n }\r\n // return composer.t(key, (list || named || {}) as any, options)\r\n return Reflect.apply(composer.t, composer, [\r\n key,\r\n (list || named || {}),\r\n options\r\n ]);\r\n },\r\n rt(...args) {\r\n return Reflect.apply(composer.rt, composer, [...args]);\r\n },\r\n // tc\r\n tc(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n const options = { plural: 1 };\r\n let list = null;\r\n let named = null;\r\n if (!isString(arg1)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\r\n }\r\n const key = arg1;\r\n if (isString(arg2)) {\r\n options.locale = arg2;\r\n }\r\n else if (isNumber(arg2)) {\r\n options.plural = arg2;\r\n }\r\n else if (isArray(arg2)) {\r\n list = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n named = arg2;\r\n }\r\n if (isString(arg3)) {\r\n options.locale = arg3;\r\n }\r\n else if (isArray(arg3)) {\r\n list = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n named = arg3;\r\n }\r\n // return composer.t(key, (list || named || {}) as any, options)\r\n return Reflect.apply(composer.t, composer, [\r\n key,\r\n (list || named || {}),\r\n options\r\n ]);\r\n },\r\n // te\r\n te(key, locale) {\r\n return composer.te(key, locale);\r\n },\r\n // tm\r\n tm(key) {\r\n return composer.tm(key);\r\n },\r\n // getLocaleMessage\r\n getLocaleMessage(locale) {\r\n return composer.getLocaleMessage(locale);\r\n },\r\n // setLocaleMessage\r\n setLocaleMessage(locale, message) {\r\n composer.setLocaleMessage(locale, message);\r\n },\r\n // mergeLocaleMessage\r\n mergeLocaleMessage(locale, message) {\r\n composer.mergeLocaleMessage(locale, message);\r\n },\r\n // d\r\n d(...args) {\r\n return Reflect.apply(composer.d, composer, [...args]);\r\n },\r\n // getDateTimeFormat\r\n getDateTimeFormat(locale) {\r\n return composer.getDateTimeFormat(locale);\r\n },\r\n // setDateTimeFormat\r\n setDateTimeFormat(locale, format) {\r\n composer.setDateTimeFormat(locale, format);\r\n },\r\n // mergeDateTimeFormat\r\n mergeDateTimeFormat(locale, format) {\r\n composer.mergeDateTimeFormat(locale, format);\r\n },\r\n // n\r\n n(...args) {\r\n return Reflect.apply(composer.n, composer, [...args]);\r\n },\r\n // getNumberFormat\r\n getNumberFormat(locale) {\r\n return composer.getNumberFormat(locale);\r\n },\r\n // setNumberFormat\r\n setNumberFormat(locale, format) {\r\n composer.setNumberFormat(locale, format);\r\n },\r\n // mergeNumberFormat\r\n mergeNumberFormat(locale, format) {\r\n composer.mergeNumberFormat(locale, format);\r\n },\r\n // getChoiceIndex\r\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\r\n getChoiceIndex(choice, choicesLength) {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX));\r\n return -1;\r\n }\r\n };\r\n vueI18n.__extender = __extender;\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n vueI18n.__enableEmitter = (emitter) => {\r\n const __composer = composer;\r\n __composer[EnableEmitter] && __composer[EnableEmitter](emitter);\r\n };\r\n vueI18n.__disableEmitter = () => {\r\n const __composer = composer;\r\n __composer[DisableEmitter] && __composer[DisableEmitter]();\r\n };\r\n }\r\n return vueI18n;\r\n }\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\r\n\r\nconst baseFormatProps = {\r\n tag: {\r\n type: [String, Object]\r\n },\r\n locale: {\r\n type: String\r\n },\r\n scope: {\r\n type: String,\r\n // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050\r\n validator: (val /* ComponentI18nScope */) => val === 'parent' || val === 'global',\r\n default: 'parent' /* ComponentI18nScope */\r\n },\r\n i18n: {\r\n type: Object\r\n }\r\n};\r\n\r\nfunction getInterpolateArg(\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n{ slots }, // SetupContext,\r\nkeys) {\r\n if (keys.length === 1 && keys[0] === 'default') {\r\n // default slot with list\r\n const ret = slots.default ? slots.default() : [];\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n return ret.reduce((slot, current) => {\r\n return [\r\n ...slot,\r\n // prettier-ignore\r\n ...(current.type === Fragment ? current.children : [current]\r\n )\r\n ];\r\n }, []);\r\n }\r\n else {\r\n // named slots\r\n return keys.reduce((arg, key) => {\r\n const slot = slots[key];\r\n if (slot) {\r\n arg[key] = slot();\r\n }\r\n return arg;\r\n }, {});\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getFragmentableTag(tag) {\r\n return Fragment ;\r\n}\r\n\r\nconst TranslationImpl = /*#__PURE__*/ defineComponent({\r\n /* eslint-disable */\r\n name: 'i18n-t',\r\n props: assign({\r\n keypath: {\r\n type: String,\r\n required: true\r\n },\r\n plural: {\r\n type: [Number, String],\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n validator: (val) => isNumber(val) || !isNaN(val)\r\n }\r\n }, baseFormatProps),\r\n /* eslint-enable */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n setup(props, context) {\r\n const { slots, attrs } = context;\r\n // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050\r\n const i18n = props.i18n ||\r\n useI18n({\r\n useScope: props.scope,\r\n __useComponent: true\r\n });\r\n return () => {\r\n const keys = Object.keys(slots).filter(key => key !== '_');\r\n const options = {};\r\n if (props.locale) {\r\n options.locale = props.locale;\r\n }\r\n if (props.plural !== undefined) {\r\n options.plural = isString(props.plural) ? +props.plural : props.plural;\r\n }\r\n const arg = getInterpolateArg(context, keys);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const children = i18n[TranslateVNodeSymbol](props.keypath, arg, options);\r\n const assignedAttrs = assign({}, attrs);\r\n const tag = isString(props.tag) || isObject(props.tag)\r\n ? props.tag\r\n : getFragmentableTag();\r\n return h(tag, assignedAttrs, children);\r\n };\r\n }\r\n});\r\n/**\r\n * export the public type for h/tsx inference\r\n * also to avoid inline import() in generated d.ts files\r\n */\r\n/**\r\n * Translation Component\r\n *\r\n * @remarks\r\n * See the following items for property about details\r\n *\r\n * @VueI18nSee [TranslationProps](component#translationprops)\r\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\r\n * @VueI18nSee [Component Interpolation](../guide/advanced/component)\r\n *\r\n * @example\r\n * ```html\r\n *
\r\n * \r\n * \r\n * {{ $t('tos') }}\r\n * \r\n * \r\n *
\r\n * ```\r\n * ```js\r\n * import { createApp } from 'vue'\r\n * import { createI18n } from 'vue-i18n'\r\n *\r\n * const messages = {\r\n * en: {\r\n * tos: 'Term of Service',\r\n * term: 'I accept xxx {0}.'\r\n * },\r\n * ja: {\r\n * tos: '利用規約',\r\n * term: '私は xxx の{0}に同意します。'\r\n * }\r\n * }\r\n *\r\n * const i18n = createI18n({\r\n * locale: 'en',\r\n * messages\r\n * })\r\n *\r\n * const app = createApp({\r\n * data: {\r\n * url: '/term'\r\n * }\r\n * }).use(i18n).mount('#app')\r\n * ```\r\n *\r\n * @VueI18nComponent\r\n */\r\nconst Translation = TranslationImpl;\r\nconst I18nT = Translation;\r\n\r\nfunction isVNode(target) {\r\n return isArray(target) && !isString(target[0]);\r\n}\r\nfunction renderFormatter(props, context, slotKeys, partFormatter) {\r\n const { slots, attrs } = context;\r\n return () => {\r\n const options = { part: true };\r\n let overrides = {};\r\n if (props.locale) {\r\n options.locale = props.locale;\r\n }\r\n if (isString(props.format)) {\r\n options.key = props.format;\r\n }\r\n else if (isObject(props.format)) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n if (isString(props.format.key)) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n options.key = props.format.key;\r\n }\r\n // Filter out number format options only\r\n overrides = Object.keys(props.format).reduce((options, prop) => {\r\n return slotKeys.includes(prop)\r\n ? assign({}, options, { [prop]: props.format[prop] }) // eslint-disable-line @typescript-eslint/no-explicit-any\r\n : options;\r\n }, {});\r\n }\r\n const parts = partFormatter(...[props.value, options, overrides]);\r\n let children = [options.key];\r\n if (isArray(parts)) {\r\n children = parts.map((part, index) => {\r\n const slot = slots[part.type];\r\n const node = slot\r\n ? slot({ [part.type]: part.value, index, parts })\r\n : [part.value];\r\n if (isVNode(node)) {\r\n node[0].key = `${part.type}-${index}`;\r\n }\r\n return node;\r\n });\r\n }\r\n else if (isString(parts)) {\r\n children = [parts];\r\n }\r\n const assignedAttrs = assign({}, attrs);\r\n const tag = isString(props.tag) || isObject(props.tag)\r\n ? props.tag\r\n : getFragmentableTag();\r\n return h(tag, assignedAttrs, children);\r\n };\r\n}\r\n\r\nconst NumberFormatImpl = /*#__PURE__*/ defineComponent({\r\n /* eslint-disable */\r\n name: 'i18n-n',\r\n props: assign({\r\n value: {\r\n type: Number,\r\n required: true\r\n },\r\n format: {\r\n type: [String, Object]\r\n }\r\n }, baseFormatProps),\r\n /* eslint-enable */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n setup(props, context) {\r\n const i18n = props.i18n ||\r\n useI18n({\r\n useScope: props.scope,\r\n __useComponent: true\r\n });\r\n return renderFormatter(props, context, NUMBER_FORMAT_OPTIONS_KEYS, (...args) => \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n i18n[NumberPartsSymbol](...args));\r\n }\r\n});\r\n/**\r\n * export the public type for h/tsx inference\r\n * also to avoid inline import() in generated d.ts files\r\n */\r\n/**\r\n * Number Format Component\r\n *\r\n * @remarks\r\n * See the following items for property about details\r\n *\r\n * @VueI18nSee [FormattableProps](component#formattableprops)\r\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\r\n * @VueI18nSee [Custom Formatting](../guide/essentials/number#custom-formatting)\r\n *\r\n * @VueI18nDanger\r\n * Not supported IE, due to no support `Intl.NumberFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/formatToParts)\r\n *\r\n * If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-numberformat)\r\n *\r\n * @VueI18nComponent\r\n */\r\nconst NumberFormat = NumberFormatImpl;\r\nconst I18nN = NumberFormat;\r\n\r\nconst DatetimeFormatImpl = /* #__PURE__*/ defineComponent({\r\n /* eslint-disable */\r\n name: 'i18n-d',\r\n props: assign({\r\n value: {\r\n type: [Number, Date],\r\n required: true\r\n },\r\n format: {\r\n type: [String, Object]\r\n }\r\n }, baseFormatProps),\r\n /* eslint-enable */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n setup(props, context) {\r\n const i18n = props.i18n ||\r\n useI18n({\r\n useScope: props.scope,\r\n __useComponent: true\r\n });\r\n return renderFormatter(props, context, DATETIME_FORMAT_OPTIONS_KEYS, (...args) => \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n i18n[DatetimePartsSymbol](...args));\r\n }\r\n});\r\n/**\r\n * Datetime Format Component\r\n *\r\n * @remarks\r\n * See the following items for property about details\r\n *\r\n * @VueI18nSee [FormattableProps](component#formattableprops)\r\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\r\n * @VueI18nSee [Custom Formatting](../guide/essentials/datetime#custom-formatting)\r\n *\r\n * @VueI18nDanger\r\n * Not supported IE, due to no support `Intl.DateTimeFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)\r\n *\r\n * If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)\r\n *\r\n * @VueI18nComponent\r\n */\r\nconst DatetimeFormat = DatetimeFormatImpl;\r\nconst I18nD = DatetimeFormat;\r\n\r\nfunction getComposer$2(i18n, instance) {\r\n const i18nInternal = i18n;\r\n if (i18n.mode === 'composition') {\r\n return (i18nInternal.__getInstance(instance) || i18n.global);\r\n }\r\n else {\r\n const vueI18n = i18nInternal.__getInstance(instance);\r\n return vueI18n != null\r\n ? vueI18n.__composer\r\n : i18n.global.__composer;\r\n }\r\n}\r\nfunction vTDirective(i18n) {\r\n const _process = (binding) => {\r\n const { instance, modifiers, value } = binding;\r\n /* istanbul ignore if */\r\n if (!instance || !instance.$) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const composer = getComposer$2(i18n, instance.$);\r\n if ((process.env.NODE_ENV !== 'production') && modifiers.preserve) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE));\r\n }\r\n const parsedValue = parseValue(value);\r\n return [\r\n Reflect.apply(composer.t, composer, [...makeParams(parsedValue)]),\r\n composer\r\n ];\r\n };\r\n const register = (el, binding) => {\r\n const [textContent, composer] = _process(binding);\r\n if (inBrowser && i18n.global === composer) {\r\n // global scope only\r\n el.__i18nWatcher = watch(composer.locale, () => {\r\n binding.instance && binding.instance.$forceUpdate();\r\n });\r\n }\r\n el.__composer = composer;\r\n el.textContent = textContent;\r\n };\r\n const unregister = (el) => {\r\n if (inBrowser && el.__i18nWatcher) {\r\n el.__i18nWatcher();\r\n el.__i18nWatcher = undefined;\r\n delete el.__i18nWatcher;\r\n }\r\n if (el.__composer) {\r\n el.__composer = undefined;\r\n delete el.__composer;\r\n }\r\n };\r\n const update = (el, { value }) => {\r\n if (el.__composer) {\r\n const composer = el.__composer;\r\n const parsedValue = parseValue(value);\r\n el.textContent = Reflect.apply(composer.t, composer, [\r\n ...makeParams(parsedValue)\r\n ]);\r\n }\r\n };\r\n const getSSRProps = (binding) => {\r\n const [textContent] = _process(binding);\r\n return { textContent };\r\n };\r\n return {\r\n created: register,\r\n unmounted: unregister,\r\n beforeUpdate: update,\r\n getSSRProps\r\n };\r\n}\r\nfunction parseValue(value) {\r\n if (isString(value)) {\r\n return { path: value };\r\n }\r\n else if (isPlainObject(value)) {\r\n if (!('path' in value)) {\r\n throw createI18nError(I18nErrorCodes.REQUIRED_VALUE, 'path');\r\n }\r\n return value;\r\n }\r\n else {\r\n throw createI18nError(I18nErrorCodes.INVALID_VALUE);\r\n }\r\n}\r\nfunction makeParams(value) {\r\n const { path, locale, args, choice, plural } = value;\r\n const options = {};\r\n const named = args || {};\r\n if (isString(locale)) {\r\n options.locale = locale;\r\n }\r\n if (isNumber(choice)) {\r\n options.plural = choice;\r\n }\r\n if (isNumber(plural)) {\r\n options.plural = plural;\r\n }\r\n return [path, named, options];\r\n}\r\n\r\nfunction apply(app, i18n, ...options) {\r\n const pluginOptions = isPlainObject(options[0])\r\n ? options[0]\r\n : {};\r\n const useI18nComponentName = !!pluginOptions.useI18nComponentName;\r\n const globalInstall = isBoolean(pluginOptions.globalInstall)\r\n ? pluginOptions.globalInstall\r\n : true;\r\n if ((process.env.NODE_ENV !== 'production') && globalInstall && useI18nComponentName) {\r\n warn(getWarnMessage(I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE, {\r\n name: Translation.name\r\n }));\r\n }\r\n if (globalInstall) {\r\n [!useI18nComponentName ? Translation.name : 'i18n', 'I18nT'].forEach(name => app.component(name, Translation));\r\n [NumberFormat.name, 'I18nN'].forEach(name => app.component(name, NumberFormat));\r\n [DatetimeFormat.name, 'I18nD'].forEach(name => app.component(name, DatetimeFormat));\r\n }\r\n // install directive\r\n {\r\n app.directive('t', vTDirective(i18n));\r\n }\r\n}\r\n\r\nconst VueDevToolsLabels = {\r\n [\"vue-devtools-plugin-vue-i18n\" /* VueDevToolsIDs.PLUGIN */]: 'Vue I18n devtools',\r\n [\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */]: 'I18n Resources',\r\n [\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */]: 'Vue I18n'\r\n};\r\nconst VueDevToolsPlaceholders = {\r\n [\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */]: 'Search for scopes ...'\r\n};\r\nconst VueDevToolsTimelineColors = {\r\n [\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */]: 0xffcd19\r\n};\r\n\r\nconst VUE_I18N_COMPONENT_TYPES = 'vue-i18n: composer properties';\r\nlet devtoolsApi;\r\nasync function enableDevTools(app, i18n) {\r\n return new Promise((resolve, reject) => {\r\n try {\r\n setupDevtoolsPlugin({\r\n id: \"vue-devtools-plugin-vue-i18n\" /* VueDevToolsIDs.PLUGIN */,\r\n label: VueDevToolsLabels[\"vue-devtools-plugin-vue-i18n\" /* VueDevToolsIDs.PLUGIN */],\r\n packageName: 'vue-i18n',\r\n homepage: 'https://vue-i18n.intlify.dev',\r\n logo: 'https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png',\r\n componentStateTypes: [VUE_I18N_COMPONENT_TYPES],\r\n app: app // eslint-disable-line @typescript-eslint/no-explicit-any\r\n }, api => {\r\n devtoolsApi = api;\r\n api.on.visitComponentTree(({ componentInstance, treeNode }) => {\r\n updateComponentTreeTags(componentInstance, treeNode, i18n);\r\n });\r\n api.on.inspectComponent(({ componentInstance, instanceData }) => {\r\n if (componentInstance.vnode.el &&\r\n componentInstance.vnode.el.__VUE_I18N__ &&\r\n instanceData) {\r\n if (i18n.mode === 'legacy') {\r\n // ignore global scope on legacy mode\r\n if (componentInstance.vnode.el.__VUE_I18N__ !==\r\n i18n.global.__composer) {\r\n inspectComposer(instanceData, componentInstance.vnode.el.__VUE_I18N__);\r\n }\r\n }\r\n else {\r\n inspectComposer(instanceData, componentInstance.vnode.el.__VUE_I18N__);\r\n }\r\n }\r\n });\r\n api.addInspector({\r\n id: \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */,\r\n label: VueDevToolsLabels[\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */],\r\n icon: 'language',\r\n treeFilterPlaceholder: VueDevToolsPlaceholders[\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */]\r\n });\r\n api.on.getInspectorTree(payload => {\r\n if (payload.app === app &&\r\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */) {\r\n registerScope(payload, i18n);\r\n }\r\n });\r\n const roots = new Map();\r\n api.on.getInspectorState(async (payload) => {\r\n if (payload.app === app &&\r\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */) {\r\n api.unhighlightElement();\r\n inspectScope(payload, i18n);\r\n if (payload.nodeId === 'global') {\r\n if (!roots.has(payload.app)) {\r\n const [root] = await api.getComponentInstances(payload.app);\r\n roots.set(payload.app, root);\r\n }\r\n api.highlightElement(roots.get(payload.app));\r\n }\r\n else {\r\n const instance = getComponentInstance(payload.nodeId, i18n);\r\n instance && api.highlightElement(instance);\r\n }\r\n }\r\n });\r\n api.on.editInspectorState(payload => {\r\n if (payload.app === app &&\r\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */) {\r\n editScope(payload, i18n);\r\n }\r\n });\r\n api.addTimelineLayer({\r\n id: \"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */,\r\n label: VueDevToolsLabels[\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */],\r\n color: VueDevToolsTimelineColors[\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */]\r\n });\r\n resolve(true);\r\n });\r\n }\r\n catch (e) {\r\n console.error(e);\r\n reject(false);\r\n }\r\n });\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getI18nScopeLable(instance) {\r\n return (instance.type.name ||\r\n instance.type.displayName ||\r\n instance.type.__file ||\r\n 'Anonymous');\r\n}\r\nfunction updateComponentTreeTags(instance, // eslint-disable-line @typescript-eslint/no-explicit-any\r\ntreeNode, i18n) {\r\n // prettier-ignore\r\n const global = i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer;\r\n if (instance && instance.vnode.el && instance.vnode.el.__VUE_I18N__) {\r\n // add custom tags local scope only\r\n if (instance.vnode.el.__VUE_I18N__ !== global) {\r\n const tag = {\r\n label: `i18n (${getI18nScopeLable(instance)} Scope)`,\r\n textColor: 0x000000,\r\n backgroundColor: 0xffcd19\r\n };\r\n treeNode.tags.push(tag);\r\n }\r\n }\r\n}\r\nfunction inspectComposer(instanceData, composer) {\r\n const type = VUE_I18N_COMPONENT_TYPES;\r\n instanceData.state.push({\r\n type,\r\n key: 'locale',\r\n editable: true,\r\n value: composer.locale.value\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'availableLocales',\r\n editable: false,\r\n value: composer.availableLocales\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'fallbackLocale',\r\n editable: true,\r\n value: composer.fallbackLocale.value\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'inheritLocale',\r\n editable: true,\r\n value: composer.inheritLocale\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'messages',\r\n editable: false,\r\n value: getLocaleMessageValue(composer.messages.value)\r\n });\r\n {\r\n instanceData.state.push({\r\n type,\r\n key: 'datetimeFormats',\r\n editable: false,\r\n value: composer.datetimeFormats.value\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'numberFormats',\r\n editable: false,\r\n value: composer.numberFormats.value\r\n });\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getLocaleMessageValue(messages) {\r\n const value = {};\r\n Object.keys(messages).forEach((key) => {\r\n const v = messages[key];\r\n if (isFunction(v) && 'source' in v) {\r\n value[key] = getMessageFunctionDetails(v);\r\n }\r\n else if (isMessageAST(v) && v.loc && v.loc.source) {\r\n value[key] = v.loc.source;\r\n }\r\n else if (isObject(v)) {\r\n value[key] = getLocaleMessageValue(v);\r\n }\r\n else {\r\n value[key] = v;\r\n }\r\n });\r\n return value;\r\n}\r\nconst ESC = {\r\n '<': '<',\r\n '>': '>',\r\n '\"': '"',\r\n '&': '&'\r\n};\r\nfunction escape(s) {\r\n return s.replace(/[<>\"&]/g, escapeChar);\r\n}\r\nfunction escapeChar(a) {\r\n return ESC[a] || a;\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getMessageFunctionDetails(func) {\r\n const argString = func.source ? `(\"${escape(func.source)}\")` : `(?)`;\r\n return {\r\n _custom: {\r\n type: 'function',\r\n display: `ƒ ${argString}`\r\n }\r\n };\r\n}\r\nfunction registerScope(payload, i18n) {\r\n payload.rootNodes.push({\r\n id: 'global',\r\n label: 'Global Scope'\r\n });\r\n // prettier-ignore\r\n const global = i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer;\r\n for (const [keyInstance, instance] of i18n.__instances) {\r\n // prettier-ignore\r\n const composer = i18n.mode === 'composition'\r\n ? instance\r\n : instance.__composer;\r\n if (global === composer) {\r\n continue;\r\n }\r\n payload.rootNodes.push({\r\n id: composer.id.toString(),\r\n label: `${getI18nScopeLable(keyInstance)} Scope`\r\n });\r\n }\r\n}\r\nfunction getComponentInstance(nodeId, i18n) {\r\n let instance = null;\r\n if (nodeId !== 'global') {\r\n for (const [component, composer] of i18n.__instances.entries()) {\r\n if (composer.id.toString() === nodeId) {\r\n instance = component;\r\n break;\r\n }\r\n }\r\n }\r\n return instance;\r\n}\r\nfunction getComposer$1(nodeId, i18n) {\r\n if (nodeId === 'global') {\r\n return i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer;\r\n }\r\n else {\r\n const instance = Array.from(i18n.__instances.values()).find(item => item.id.toString() === nodeId);\r\n if (instance) {\r\n return i18n.mode === 'composition'\r\n ? instance\r\n : instance.__composer;\r\n }\r\n else {\r\n return null;\r\n }\r\n }\r\n}\r\nfunction inspectScope(payload, i18n\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n) {\r\n const composer = getComposer$1(payload.nodeId, i18n);\r\n if (composer) {\r\n // TODO:\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n payload.state = makeScopeInspectState(composer);\r\n }\r\n return null;\r\n}\r\nfunction makeScopeInspectState(composer) {\r\n const state = {};\r\n const localeType = 'Locale related info';\r\n const localeStates = [\r\n {\r\n type: localeType,\r\n key: 'locale',\r\n editable: true,\r\n value: composer.locale.value\r\n },\r\n {\r\n type: localeType,\r\n key: 'fallbackLocale',\r\n editable: true,\r\n value: composer.fallbackLocale.value\r\n },\r\n {\r\n type: localeType,\r\n key: 'availableLocales',\r\n editable: false,\r\n value: composer.availableLocales\r\n },\r\n {\r\n type: localeType,\r\n key: 'inheritLocale',\r\n editable: true,\r\n value: composer.inheritLocale\r\n }\r\n ];\r\n state[localeType] = localeStates;\r\n const localeMessagesType = 'Locale messages info';\r\n const localeMessagesStates = [\r\n {\r\n type: localeMessagesType,\r\n key: 'messages',\r\n editable: false,\r\n value: getLocaleMessageValue(composer.messages.value)\r\n }\r\n ];\r\n state[localeMessagesType] = localeMessagesStates;\r\n {\r\n const datetimeFormatsType = 'Datetime formats info';\r\n const datetimeFormatsStates = [\r\n {\r\n type: datetimeFormatsType,\r\n key: 'datetimeFormats',\r\n editable: false,\r\n value: composer.datetimeFormats.value\r\n }\r\n ];\r\n state[datetimeFormatsType] = datetimeFormatsStates;\r\n const numberFormatsType = 'Datetime formats info';\r\n const numberFormatsStates = [\r\n {\r\n type: numberFormatsType,\r\n key: 'numberFormats',\r\n editable: false,\r\n value: composer.numberFormats.value\r\n }\r\n ];\r\n state[numberFormatsType] = numberFormatsStates;\r\n }\r\n return state;\r\n}\r\nfunction addTimelineEvent(event, payload) {\r\n if (devtoolsApi) {\r\n let groupId;\r\n if (payload && 'groupId' in payload) {\r\n groupId = payload.groupId;\r\n delete payload.groupId;\r\n }\r\n devtoolsApi.addTimelineEvent({\r\n layerId: \"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */,\r\n event: {\r\n title: event,\r\n groupId,\r\n time: Date.now(),\r\n meta: {},\r\n data: payload || {},\r\n logType: event === \"compile-error\" /* VueDevToolsTimelineEvents.COMPILE_ERROR */\r\n ? 'error'\r\n : event === \"fallback\" /* VueDevToolsTimelineEvents.FALBACK */ ||\r\n event === \"missing\" /* VueDevToolsTimelineEvents.MISSING */\r\n ? 'warning'\r\n : 'default'\r\n }\r\n });\r\n }\r\n}\r\nfunction editScope(payload, i18n) {\r\n const composer = getComposer$1(payload.nodeId, i18n);\r\n if (composer) {\r\n const [field] = payload.path;\r\n if (field === 'locale' && isString(payload.state.value)) {\r\n composer.locale.value = payload.state.value;\r\n }\r\n else if (field === 'fallbackLocale' &&\r\n (isString(payload.state.value) ||\r\n isArray(payload.state.value) ||\r\n isObject(payload.state.value))) {\r\n composer.fallbackLocale.value = payload.state.value;\r\n }\r\n else if (field === 'inheritLocale' && isBoolean(payload.state.value)) {\r\n composer.inheritLocale = payload.state.value;\r\n }\r\n }\r\n}\r\n\r\n/**\r\n * Supports compatibility for legacy vue-i18n APIs\r\n * This mixin is used when we use vue-i18n@v9.x or later\r\n */\r\nfunction defineMixin(vuei18n, composer, i18n) {\r\n return {\r\n beforeCreate() {\r\n const instance = getCurrentInstance();\r\n /* istanbul ignore if */\r\n if (!instance) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const options = this.$options;\r\n if (options.i18n) {\r\n const optionsI18n = options.i18n;\r\n if (options.__i18n) {\r\n optionsI18n.__i18n = options.__i18n;\r\n }\r\n optionsI18n.__root = composer;\r\n if (this === this.$root) {\r\n // merge option and gttach global\r\n this.$i18n = mergeToGlobal(vuei18n, optionsI18n);\r\n }\r\n else {\r\n optionsI18n.__injectWithOption = true;\r\n optionsI18n.__extender = i18n.__vueI18nExtend;\r\n // atttach local VueI18n instance\r\n this.$i18n = createVueI18n(optionsI18n);\r\n // extend VueI18n instance\r\n const _vueI18n = this.$i18n;\r\n if (_vueI18n.__extender) {\r\n _vueI18n.__disposer = _vueI18n.__extender(this.$i18n);\r\n }\r\n }\r\n }\r\n else if (options.__i18n) {\r\n if (this === this.$root) {\r\n // merge option and gttach global\r\n this.$i18n = mergeToGlobal(vuei18n, options);\r\n }\r\n else {\r\n // atttach local VueI18n instance\r\n this.$i18n = createVueI18n({\r\n __i18n: options.__i18n,\r\n __injectWithOption: true,\r\n __extender: i18n.__vueI18nExtend,\r\n __root: composer\r\n });\r\n // extend VueI18n instance\r\n const _vueI18n = this.$i18n;\r\n if (_vueI18n.__extender) {\r\n _vueI18n.__disposer = _vueI18n.__extender(this.$i18n);\r\n }\r\n }\r\n }\r\n else {\r\n // attach global VueI18n instance\r\n this.$i18n = vuei18n;\r\n }\r\n if (options.__i18nGlobal) {\r\n adjustI18nResources(composer, options, options);\r\n }\r\n // defines vue-i18n legacy APIs\r\n this.$t = (...args) => this.$i18n.t(...args);\r\n this.$rt = (...args) => this.$i18n.rt(...args);\r\n this.$tc = (...args) => this.$i18n.tc(...args);\r\n this.$te = (key, locale) => this.$i18n.te(key, locale);\r\n this.$d = (...args) => this.$i18n.d(...args);\r\n this.$n = (...args) => this.$i18n.n(...args);\r\n this.$tm = (key) => this.$i18n.tm(key);\r\n i18n.__setInstance(instance, this.$i18n);\r\n },\r\n mounted() {\r\n /* istanbul ignore if */\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n this.$el &&\r\n this.$i18n) {\r\n const _vueI18n = this.$i18n;\r\n this.$el.__VUE_I18N__ = _vueI18n.__composer;\r\n const emitter = (this.__v_emitter =\r\n createEmitter());\r\n _vueI18n.__enableEmitter && _vueI18n.__enableEmitter(emitter);\r\n emitter.on('*', addTimelineEvent);\r\n }\r\n },\r\n unmounted() {\r\n const instance = getCurrentInstance();\r\n /* istanbul ignore if */\r\n if (!instance) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const _vueI18n = this.$i18n;\r\n /* istanbul ignore if */\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n this.$el &&\r\n this.$el.__VUE_I18N__) {\r\n if (this.__v_emitter) {\r\n this.__v_emitter.off('*', addTimelineEvent);\r\n delete this.__v_emitter;\r\n }\r\n if (this.$i18n) {\r\n _vueI18n.__disableEmitter && _vueI18n.__disableEmitter();\r\n delete this.$el.__VUE_I18N__;\r\n }\r\n }\r\n delete this.$t;\r\n delete this.$rt;\r\n delete this.$tc;\r\n delete this.$te;\r\n delete this.$d;\r\n delete this.$n;\r\n delete this.$tm;\r\n if (_vueI18n.__disposer) {\r\n _vueI18n.__disposer();\r\n delete _vueI18n.__disposer;\r\n delete _vueI18n.__extender;\r\n }\r\n i18n.__deleteInstance(instance);\r\n delete this.$i18n;\r\n }\r\n };\r\n}\r\nfunction mergeToGlobal(g, options) {\r\n g.locale = options.locale || g.locale;\r\n g.fallbackLocale = options.fallbackLocale || g.fallbackLocale;\r\n g.missing = options.missing || g.missing;\r\n g.silentTranslationWarn =\r\n options.silentTranslationWarn || g.silentFallbackWarn;\r\n g.silentFallbackWarn = options.silentFallbackWarn || g.silentFallbackWarn;\r\n g.formatFallbackMessages =\r\n options.formatFallbackMessages || g.formatFallbackMessages;\r\n g.postTranslation = options.postTranslation || g.postTranslation;\r\n g.warnHtmlInMessage = options.warnHtmlInMessage || g.warnHtmlInMessage;\r\n g.escapeParameterHtml = options.escapeParameterHtml || g.escapeParameterHtml;\r\n g.sync = options.sync || g.sync;\r\n g.__composer[SetPluralRulesSymbol](options.pluralizationRules || g.pluralizationRules);\r\n const messages = getLocaleMessages(g.locale, {\r\n messages: options.messages,\r\n __i18n: options.__i18n\r\n });\r\n Object.keys(messages).forEach(locale => g.mergeLocaleMessage(locale, messages[locale]));\r\n if (options.datetimeFormats) {\r\n Object.keys(options.datetimeFormats).forEach(locale => g.mergeDateTimeFormat(locale, options.datetimeFormats[locale]));\r\n }\r\n if (options.numberFormats) {\r\n Object.keys(options.numberFormats).forEach(locale => g.mergeNumberFormat(locale, options.numberFormats[locale]));\r\n }\r\n return g;\r\n}\r\n\r\n/**\r\n * Injection key for {@link useI18n}\r\n *\r\n * @remarks\r\n * The global injection key for I18n instances with `useI18n`. this injection key is used in Web Components.\r\n * Specify the i18n instance created by {@link createI18n} together with `provide` function.\r\n *\r\n * @VueI18nGeneral\r\n */\r\nconst I18nInjectionKey = \r\n/* #__PURE__*/ makeSymbol('global-vue-i18n');\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types\r\nfunction createI18n(options = {}, VueI18nLegacy) {\r\n // prettier-ignore\r\n const __legacyMode = __VUE_I18N_LEGACY_API__ && isBoolean(options.legacy)\r\n ? options.legacy\r\n : __VUE_I18N_LEGACY_API__;\r\n // prettier-ignore\r\n const __globalInjection = isBoolean(options.globalInjection)\r\n ? options.globalInjection\r\n : true;\r\n // prettier-ignore\r\n const __allowComposition = __VUE_I18N_LEGACY_API__ && __legacyMode\r\n ? !!options.allowComposition\r\n : true;\r\n const __instances = new Map();\r\n const [globalScope, __global] = createGlobal(options, __legacyMode);\r\n const symbol = /* #__PURE__*/ makeSymbol((process.env.NODE_ENV !== 'production') ? 'vue-i18n' : '');\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n if (__legacyMode && __allowComposition && !false) {\r\n warn(getWarnMessage(I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION));\r\n }\r\n }\r\n function __getInstance(component) {\r\n return __instances.get(component) || null;\r\n }\r\n function __setInstance(component, instance) {\r\n __instances.set(component, instance);\r\n }\r\n function __deleteInstance(component) {\r\n __instances.delete(component);\r\n }\r\n {\r\n const i18n = {\r\n // mode\r\n get mode() {\r\n return __VUE_I18N_LEGACY_API__ && __legacyMode\r\n ? 'legacy'\r\n : 'composition';\r\n },\r\n // allowComposition\r\n get allowComposition() {\r\n return __allowComposition;\r\n },\r\n // install plugin\r\n async install(app, ...options) {\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false) {\r\n app.__VUE_I18N__ = i18n;\r\n }\r\n // setup global provider\r\n app.__VUE_I18N_SYMBOL__ = symbol;\r\n app.provide(app.__VUE_I18N_SYMBOL__, i18n);\r\n // set composer & vuei18n extend hook options from plugin options\r\n if (isPlainObject(options[0])) {\r\n const opts = options[0];\r\n i18n.__composerExtend =\r\n opts.__composerExtend;\r\n i18n.__vueI18nExtend =\r\n opts.__vueI18nExtend;\r\n }\r\n // global method and properties injection for Composition API\r\n let globalReleaseHandler = null;\r\n if (!__legacyMode && __globalInjection) {\r\n globalReleaseHandler = injectGlobalFields(app, i18n.global);\r\n }\r\n // install built-in components and directive\r\n if (__VUE_I18N_FULL_INSTALL__) {\r\n apply(app, i18n, ...options);\r\n }\r\n // setup mixin for Legacy API\r\n if (__VUE_I18N_LEGACY_API__ && __legacyMode) {\r\n app.mixin(defineMixin(__global, __global.__composer, i18n));\r\n }\r\n // release global scope\r\n const unmountApp = app.unmount;\r\n app.unmount = () => {\r\n globalReleaseHandler && globalReleaseHandler();\r\n i18n.dispose();\r\n unmountApp();\r\n };\r\n // setup vue-devtools plugin\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) && !false) {\r\n const ret = await enableDevTools(app, i18n);\r\n if (!ret) {\r\n throw createI18nError(I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);\r\n }\r\n const emitter = createEmitter();\r\n if (__legacyMode) {\r\n const _vueI18n = __global;\r\n _vueI18n.__enableEmitter && _vueI18n.__enableEmitter(emitter);\r\n }\r\n else {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _composer = __global;\r\n _composer[EnableEmitter] && _composer[EnableEmitter](emitter);\r\n }\r\n emitter.on('*', addTimelineEvent);\r\n }\r\n },\r\n // global accessor\r\n get global() {\r\n return __global;\r\n },\r\n dispose() {\r\n globalScope.stop();\r\n },\r\n // @internal\r\n __instances,\r\n // @internal\r\n __getInstance,\r\n // @internal\r\n __setInstance,\r\n // @internal\r\n __deleteInstance\r\n };\r\n return i18n;\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction useI18n(options = {}) {\r\n const instance = getCurrentInstance();\r\n if (instance == null) {\r\n throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);\r\n }\r\n if (!instance.isCE &&\r\n instance.appContext.app != null &&\r\n !instance.appContext.app.__VUE_I18N_SYMBOL__) {\r\n throw createI18nError(I18nErrorCodes.NOT_INSTALLED);\r\n }\r\n const i18n = getI18nInstance(instance);\r\n const gl = getGlobalComposer(i18n);\r\n const componentOptions = getComponentOptions(instance);\r\n const scope = getScope(options, componentOptions);\r\n if (__VUE_I18N_LEGACY_API__) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n if (i18n.mode === 'legacy' && !options.__useComponent) {\r\n if (!i18n.allowComposition) {\r\n throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE);\r\n }\r\n return useI18nForLegacy(instance, scope, gl, options);\r\n }\r\n }\r\n if (scope === 'global') {\r\n adjustI18nResources(gl, options, componentOptions);\r\n return gl;\r\n }\r\n if (scope === 'parent') {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n let composer = getComposer(i18n, instance, options.__useComponent);\r\n if (composer == null) {\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_FOUND_PARENT_SCOPE));\r\n }\r\n composer = gl;\r\n }\r\n return composer;\r\n }\r\n const i18nInternal = i18n;\r\n let composer = i18nInternal.__getInstance(instance);\r\n if (composer == null) {\r\n const composerOptions = assign({}, options);\r\n if ('__i18n' in componentOptions) {\r\n composerOptions.__i18n = componentOptions.__i18n;\r\n }\r\n if (gl) {\r\n composerOptions.__root = gl;\r\n }\r\n composer = createComposer(composerOptions);\r\n if (i18nInternal.__composerExtend) {\r\n composer[DisposeSymbol] =\r\n i18nInternal.__composerExtend(composer);\r\n }\r\n setupLifeCycle(i18nInternal, instance, composer);\r\n i18nInternal.__setInstance(instance, composer);\r\n }\r\n return composer;\r\n}\r\n/**\r\n * Cast to VueI18n legacy compatible type\r\n *\r\n * @remarks\r\n * This API is provided only with [vue-i18n-bridge](https://vue-i18n.intlify.dev/guide/migration/ways.html#what-is-vue-i18n-bridge).\r\n *\r\n * The purpose of this function is to convert an {@link I18n} instance created with {@link createI18n | createI18n(legacy: true)} into a `vue-i18n@v8.x` compatible instance of `new VueI18n` in a TypeScript environment.\r\n *\r\n * @param i18n - An instance of {@link I18n}\r\n * @returns A i18n instance which is casted to {@link VueI18n} type\r\n *\r\n * @VueI18nTip\r\n * :new: provided by **vue-i18n-bridge only**\r\n *\r\n * @VueI18nGeneral\r\n */\r\n/* #__NO_SIDE_EFFECTS__ */\r\nconst castToVueI18n = (i18n\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n) => {\r\n if (!(__VUE_I18N_BRIDGE__ in i18n)) {\r\n throw createI18nError(I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N);\r\n }\r\n return i18n;\r\n};\r\nfunction createGlobal(options, legacyMode, VueI18nLegacy // eslint-disable-line @typescript-eslint/no-explicit-any\r\n) {\r\n const scope = effectScope();\r\n {\r\n const obj = __VUE_I18N_LEGACY_API__ && legacyMode\r\n ? scope.run(() => createVueI18n(options))\r\n : scope.run(() => createComposer(options));\r\n if (obj == null) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n return [scope, obj];\r\n }\r\n}\r\nfunction getI18nInstance(instance) {\r\n {\r\n const i18n = inject(!instance.isCE\r\n ? instance.appContext.app.__VUE_I18N_SYMBOL__\r\n : I18nInjectionKey);\r\n /* istanbul ignore if */\r\n if (!i18n) {\r\n throw createI18nError(!instance.isCE\r\n ? I18nErrorCodes.UNEXPECTED_ERROR\r\n : I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE);\r\n }\r\n return i18n;\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getScope(options, componentOptions) {\r\n // prettier-ignore\r\n return isEmptyObject(options)\r\n ? ('__i18n' in componentOptions)\r\n ? 'local'\r\n : 'global'\r\n : !options.useScope\r\n ? 'local'\r\n : options.useScope;\r\n}\r\nfunction getGlobalComposer(i18n) {\r\n // prettier-ignore\r\n return i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer\r\n ;\r\n}\r\nfunction getComposer(i18n, target, useComponent = false) {\r\n let composer = null;\r\n const root = target.root;\r\n let current = getParentComponentInstance(target, useComponent);\r\n while (current != null) {\r\n const i18nInternal = i18n;\r\n if (i18n.mode === 'composition') {\r\n composer = i18nInternal.__getInstance(current);\r\n }\r\n else {\r\n if (__VUE_I18N_LEGACY_API__) {\r\n const vueI18n = i18nInternal.__getInstance(current);\r\n if (vueI18n != null) {\r\n composer = vueI18n\r\n .__composer;\r\n if (useComponent &&\r\n composer &&\r\n !composer[InejctWithOptionSymbol] // eslint-disable-line @typescript-eslint/no-explicit-any\r\n ) {\r\n composer = null;\r\n }\r\n }\r\n }\r\n }\r\n if (composer != null) {\r\n break;\r\n }\r\n if (root === current) {\r\n break;\r\n }\r\n current = current.parent;\r\n }\r\n return composer;\r\n}\r\nfunction getParentComponentInstance(target, useComponent = false) {\r\n if (target == null) {\r\n return null;\r\n }\r\n {\r\n // if `useComponent: true` will be specified, we get lexical scope owner instance for use-case slots\r\n return !useComponent\r\n ? target.parent\r\n : target.vnode.ctx || target.parent; // eslint-disable-line @typescript-eslint/no-explicit-any\r\n }\r\n}\r\nfunction setupLifeCycle(i18n, target, composer) {\r\n let emitter = null;\r\n {\r\n onMounted(() => {\r\n // inject composer instance to DOM for intlify-devtools\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n target.vnode.el) {\r\n target.vnode.el.__VUE_I18N__ = composer;\r\n emitter = createEmitter();\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _composer = composer;\r\n _composer[EnableEmitter] && _composer[EnableEmitter](emitter);\r\n emitter.on('*', addTimelineEvent);\r\n }\r\n }, target);\r\n onUnmounted(() => {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _composer = composer;\r\n // remove composer instance from DOM for intlify-devtools\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n target.vnode.el &&\r\n target.vnode.el.__VUE_I18N__) {\r\n emitter && emitter.off('*', addTimelineEvent);\r\n _composer[DisableEmitter] && _composer[DisableEmitter]();\r\n delete target.vnode.el.__VUE_I18N__;\r\n }\r\n i18n.__deleteInstance(target);\r\n // dispose extended resources\r\n const dispose = _composer[DisposeSymbol];\r\n if (dispose) {\r\n dispose();\r\n delete _composer[DisposeSymbol];\r\n }\r\n }, target);\r\n }\r\n}\r\nfunction useI18nForLegacy(instance, scope, root, options = {} // eslint-disable-line @typescript-eslint/no-explicit-any\r\n) {\r\n const isLocalScope = scope === 'local';\r\n const _composer = shallowRef(null);\r\n if (isLocalScope &&\r\n instance.proxy &&\r\n !(instance.proxy.$options.i18n || instance.proxy.$options.__i18n)) {\r\n throw createI18nError(I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);\r\n }\r\n const _inheritLocale = isBoolean(options.inheritLocale)\r\n ? options.inheritLocale\r\n : !isString(options.locale);\r\n const _locale = ref(\r\n // prettier-ignore\r\n !isLocalScope || _inheritLocale\r\n ? root.locale.value\r\n : isString(options.locale)\r\n ? options.locale\r\n : DEFAULT_LOCALE);\r\n const _fallbackLocale = ref(\r\n // prettier-ignore\r\n !isLocalScope || _inheritLocale\r\n ? root.fallbackLocale.value\r\n : isString(options.fallbackLocale) ||\r\n isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : _locale.value);\r\n const _messages = ref(getLocaleMessages(_locale.value, options));\r\n // prettier-ignore\r\n const _datetimeFormats = ref(isPlainObject(options.datetimeFormats)\r\n ? options.datetimeFormats\r\n : { [_locale.value]: {} });\r\n // prettier-ignore\r\n const _numberFormats = ref(isPlainObject(options.numberFormats)\r\n ? options.numberFormats\r\n : { [_locale.value]: {} });\r\n // prettier-ignore\r\n const _missingWarn = isLocalScope\r\n ? root.missingWarn\r\n : isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\r\n ? options.missingWarn\r\n : true;\r\n // prettier-ignore\r\n const _fallbackWarn = isLocalScope\r\n ? root.fallbackWarn\r\n : isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : true;\r\n // prettier-ignore\r\n const _fallbackRoot = isLocalScope\r\n ? root.fallbackRoot\r\n : isBoolean(options.fallbackRoot)\r\n ? options.fallbackRoot\r\n : true;\r\n // configure fall back to root\r\n const _fallbackFormat = !!options.fallbackFormat;\r\n // runtime missing\r\n const _missing = isFunction(options.missing) ? options.missing : null;\r\n // postTranslation handler\r\n const _postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : null;\r\n // prettier-ignore\r\n const _warnHtmlMessage = isLocalScope\r\n ? root.warnHtmlMessage\r\n : isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n const _escapeParameter = !!options.escapeParameter;\r\n // prettier-ignore\r\n const _modifiers = isLocalScope\r\n ? root.modifiers\r\n : isPlainObject(options.modifiers)\r\n ? options.modifiers\r\n : {};\r\n // pluralRules\r\n const _pluralRules = options.pluralRules || (isLocalScope && root.pluralRules);\r\n // track reactivity\r\n function trackReactivityValues() {\r\n return [\r\n _locale.value,\r\n _fallbackLocale.value,\r\n _messages.value,\r\n _datetimeFormats.value,\r\n _numberFormats.value\r\n ];\r\n }\r\n // locale\r\n const locale = computed({\r\n get: () => {\r\n return _composer.value ? _composer.value.locale.value : _locale.value;\r\n },\r\n set: val => {\r\n if (_composer.value) {\r\n _composer.value.locale.value = val;\r\n }\r\n _locale.value = val;\r\n }\r\n });\r\n // fallbackLocale\r\n const fallbackLocale = computed({\r\n get: () => {\r\n return _composer.value\r\n ? _composer.value.fallbackLocale.value\r\n : _fallbackLocale.value;\r\n },\r\n set: val => {\r\n if (_composer.value) {\r\n _composer.value.fallbackLocale.value = val;\r\n }\r\n _fallbackLocale.value = val;\r\n }\r\n });\r\n // messages\r\n const messages = computed(() => {\r\n if (_composer.value) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n return _composer.value.messages.value;\r\n }\r\n else {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n return _messages.value;\r\n }\r\n });\r\n const datetimeFormats = computed(() => _datetimeFormats.value);\r\n const numberFormats = computed(() => _numberFormats.value);\r\n function getPostTranslationHandler() {\r\n return _composer.value\r\n ? _composer.value.getPostTranslationHandler()\r\n : _postTranslation;\r\n }\r\n function setPostTranslationHandler(handler) {\r\n if (_composer.value) {\r\n _composer.value.setPostTranslationHandler(handler);\r\n }\r\n }\r\n function getMissingHandler() {\r\n return _composer.value ? _composer.value.getMissingHandler() : _missing;\r\n }\r\n function setMissingHandler(handler) {\r\n if (_composer.value) {\r\n _composer.value.setMissingHandler(handler);\r\n }\r\n }\r\n function warpWithDeps(fn) {\r\n trackReactivityValues();\r\n return fn();\r\n }\r\n function t(...args) {\r\n return _composer.value\r\n ? warpWithDeps(() => Reflect.apply(_composer.value.t, null, [...args]))\r\n : warpWithDeps(() => '');\r\n }\r\n function rt(...args) {\r\n return _composer.value\r\n ? Reflect.apply(_composer.value.rt, null, [...args])\r\n : '';\r\n }\r\n function d(...args) {\r\n return _composer.value\r\n ? warpWithDeps(() => Reflect.apply(_composer.value.d, null, [...args]))\r\n : warpWithDeps(() => '');\r\n }\r\n function n(...args) {\r\n return _composer.value\r\n ? warpWithDeps(() => Reflect.apply(_composer.value.n, null, [...args]))\r\n : warpWithDeps(() => '');\r\n }\r\n function tm(key) {\r\n return _composer.value ? _composer.value.tm(key) : {};\r\n }\r\n function te(key, locale) {\r\n return _composer.value ? _composer.value.te(key, locale) : false;\r\n }\r\n function getLocaleMessage(locale) {\r\n return _composer.value ? _composer.value.getLocaleMessage(locale) : {};\r\n }\r\n function setLocaleMessage(locale, message) {\r\n if (_composer.value) {\r\n _composer.value.setLocaleMessage(locale, message);\r\n _messages.value[locale] = message;\r\n }\r\n }\r\n function mergeLocaleMessage(locale, message) {\r\n if (_composer.value) {\r\n _composer.value.mergeLocaleMessage(locale, message);\r\n }\r\n }\r\n function getDateTimeFormat(locale) {\r\n return _composer.value ? _composer.value.getDateTimeFormat(locale) : {};\r\n }\r\n function setDateTimeFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.setDateTimeFormat(locale, format);\r\n _datetimeFormats.value[locale] = format;\r\n }\r\n }\r\n function mergeDateTimeFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.mergeDateTimeFormat(locale, format);\r\n }\r\n }\r\n function getNumberFormat(locale) {\r\n return _composer.value ? _composer.value.getNumberFormat(locale) : {};\r\n }\r\n function setNumberFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.setNumberFormat(locale, format);\r\n _numberFormats.value[locale] = format;\r\n }\r\n }\r\n function mergeNumberFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.mergeNumberFormat(locale, format);\r\n }\r\n }\r\n const wrapper = {\r\n get id() {\r\n return _composer.value ? _composer.value.id : -1;\r\n },\r\n locale,\r\n fallbackLocale,\r\n messages,\r\n datetimeFormats,\r\n numberFormats,\r\n get inheritLocale() {\r\n return _composer.value ? _composer.value.inheritLocale : _inheritLocale;\r\n },\r\n set inheritLocale(val) {\r\n if (_composer.value) {\r\n _composer.value.inheritLocale = val;\r\n }\r\n },\r\n get availableLocales() {\r\n return _composer.value\r\n ? _composer.value.availableLocales\r\n : Object.keys(_messages.value);\r\n },\r\n get modifiers() {\r\n return (_composer.value ? _composer.value.modifiers : _modifiers);\r\n },\r\n get pluralRules() {\r\n return (_composer.value ? _composer.value.pluralRules : _pluralRules);\r\n },\r\n get isGlobal() {\r\n return _composer.value ? _composer.value.isGlobal : false;\r\n },\r\n get missingWarn() {\r\n return _composer.value ? _composer.value.missingWarn : _missingWarn;\r\n },\r\n set missingWarn(val) {\r\n if (_composer.value) {\r\n _composer.value.missingWarn = val;\r\n }\r\n },\r\n get fallbackWarn() {\r\n return _composer.value ? _composer.value.fallbackWarn : _fallbackWarn;\r\n },\r\n set fallbackWarn(val) {\r\n if (_composer.value) {\r\n _composer.value.missingWarn = val;\r\n }\r\n },\r\n get fallbackRoot() {\r\n return _composer.value ? _composer.value.fallbackRoot : _fallbackRoot;\r\n },\r\n set fallbackRoot(val) {\r\n if (_composer.value) {\r\n _composer.value.fallbackRoot = val;\r\n }\r\n },\r\n get fallbackFormat() {\r\n return _composer.value ? _composer.value.fallbackFormat : _fallbackFormat;\r\n },\r\n set fallbackFormat(val) {\r\n if (_composer.value) {\r\n _composer.value.fallbackFormat = val;\r\n }\r\n },\r\n get warnHtmlMessage() {\r\n return _composer.value\r\n ? _composer.value.warnHtmlMessage\r\n : _warnHtmlMessage;\r\n },\r\n set warnHtmlMessage(val) {\r\n if (_composer.value) {\r\n _composer.value.warnHtmlMessage = val;\r\n }\r\n },\r\n get escapeParameter() {\r\n return _composer.value\r\n ? _composer.value.escapeParameter\r\n : _escapeParameter;\r\n },\r\n set escapeParameter(val) {\r\n if (_composer.value) {\r\n _composer.value.escapeParameter = val;\r\n }\r\n },\r\n t,\r\n getPostTranslationHandler,\r\n setPostTranslationHandler,\r\n getMissingHandler,\r\n setMissingHandler,\r\n rt,\r\n d,\r\n n,\r\n tm,\r\n te,\r\n getLocaleMessage,\r\n setLocaleMessage,\r\n mergeLocaleMessage,\r\n getDateTimeFormat,\r\n setDateTimeFormat,\r\n mergeDateTimeFormat,\r\n getNumberFormat,\r\n setNumberFormat,\r\n mergeNumberFormat\r\n };\r\n function sync(composer) {\r\n composer.locale.value = _locale.value;\r\n composer.fallbackLocale.value = _fallbackLocale.value;\r\n Object.keys(_messages.value).forEach(locale => {\r\n composer.mergeLocaleMessage(locale, _messages.value[locale]);\r\n });\r\n Object.keys(_datetimeFormats.value).forEach(locale => {\r\n composer.mergeDateTimeFormat(locale, _datetimeFormats.value[locale]);\r\n });\r\n Object.keys(_numberFormats.value).forEach(locale => {\r\n composer.mergeNumberFormat(locale, _numberFormats.value[locale]);\r\n });\r\n composer.escapeParameter = _escapeParameter;\r\n composer.fallbackFormat = _fallbackFormat;\r\n composer.fallbackRoot = _fallbackRoot;\r\n composer.fallbackWarn = _fallbackWarn;\r\n composer.missingWarn = _missingWarn;\r\n composer.warnHtmlMessage = _warnHtmlMessage;\r\n }\r\n onBeforeMount(() => {\r\n if (instance.proxy == null || instance.proxy.$i18n == null) {\r\n throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);\r\n }\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const composer = (_composer.value = instance.proxy.$i18n\r\n .__composer);\r\n if (scope === 'global') {\r\n _locale.value = composer.locale.value;\r\n _fallbackLocale.value = composer.fallbackLocale.value;\r\n _messages.value = composer.messages.value;\r\n _datetimeFormats.value = composer.datetimeFormats.value;\r\n _numberFormats.value = composer.numberFormats.value;\r\n }\r\n else if (isLocalScope) {\r\n sync(composer);\r\n }\r\n });\r\n return wrapper;\r\n}\r\nconst globalExportProps = [\r\n 'locale',\r\n 'fallbackLocale',\r\n 'availableLocales'\r\n];\r\nconst globalExportMethods = ['t', 'rt', 'd', 'n', 'tm', 'te']\r\n ;\r\nfunction injectGlobalFields(app, composer) {\r\n const i18n = Object.create(null);\r\n globalExportProps.forEach(prop => {\r\n const desc = Object.getOwnPropertyDescriptor(composer, prop);\r\n if (!desc) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const wrap = isRef(desc.value) // check computed props\r\n ? {\r\n get() {\r\n return desc.value.value;\r\n },\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n set(val) {\r\n desc.value.value = val;\r\n }\r\n }\r\n : {\r\n get() {\r\n return desc.get && desc.get();\r\n }\r\n };\r\n Object.defineProperty(i18n, prop, wrap);\r\n });\r\n app.config.globalProperties.$i18n = i18n;\r\n globalExportMethods.forEach(method => {\r\n const desc = Object.getOwnPropertyDescriptor(composer, method);\r\n if (!desc || !desc.value) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n Object.defineProperty(app.config.globalProperties, `$${method}`, desc);\r\n });\r\n const dispose = () => {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n delete app.config.globalProperties.$i18n;\r\n globalExportMethods.forEach(method => {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n delete app.config.globalProperties[`$${method}`];\r\n });\r\n };\r\n return dispose;\r\n}\r\n\r\n{\r\n initFeatureFlags();\r\n}\r\n// register message compiler at vue-i18n\r\nif (__INTLIFY_JIT_COMPILATION__) {\r\n registerMessageCompiler(compile);\r\n}\r\nelse {\r\n registerMessageCompiler(compileToFunction);\r\n}\r\n// register message resolver at vue-i18n\r\nregisterMessageResolver(resolveValue);\r\n// register fallback locale at vue-i18n\r\nregisterLocaleFallbacker(fallbackWithLocaleChain);\r\n// NOTE: experimental !!\r\nif ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n const target = getGlobalThis();\r\n target.__INTLIFY__ = true;\r\n setDevToolsHook(target.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);\r\n}\r\nif ((process.env.NODE_ENV !== 'production')) ;\r\n\r\nexport { DatetimeFormat, I18nD, I18nInjectionKey, I18nN, I18nT, NumberFormat, Translation, VERSION, castToVueI18n, createI18n, useI18n, vTDirective };\r\n"], + "sourcesContent": ["/*!\n * shared v9.13.1\n * (c) 2024 kazuya kawaguchi\n * Released under the MIT License.\n */\n/**\n * Original Utilities\n * written by kazuya kawaguchi\n */\nconst inBrowser = typeof window !== 'undefined';\nlet mark;\nlet measure;\nif ((process.env.NODE_ENV !== 'production')) {\n const perf = inBrowser && window.performance;\n if (perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n // @ts-ignore browser compat\n perf.clearMeasures) {\n mark = (tag) => {\n perf.mark(tag);\n };\n measure = (name, startTag, endTag) => {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n };\n }\n}\nconst RE_ARGS = /\\{([0-9a-zA-Z]+)\\}/g;\n/* eslint-disable */\nfunction format(message, ...args) {\n if (args.length === 1 && isObject(args[0])) {\n args = args[0];\n }\n if (!args || !args.hasOwnProperty) {\n args = {};\n }\n return message.replace(RE_ARGS, (match, identifier) => {\n return args.hasOwnProperty(identifier) ? args[identifier] : '';\n });\n}\nconst makeSymbol = (name, shareable = false) => !shareable ? Symbol(name) : Symbol.for(name);\nconst generateFormatCacheKey = (locale, key, source) => friendlyJSONstringify({ l: locale, k: key, s: source });\nconst friendlyJSONstringify = (json) => JSON.stringify(json)\n .replace(/\\u2028/g, '\\\\u2028')\n .replace(/\\u2029/g, '\\\\u2029')\n .replace(/\\u0027/g, '\\\\u0027');\nconst isNumber = (val) => typeof val === 'number' && isFinite(val);\nconst isDate = (val) => toTypeString(val) === '[object Date]';\nconst isRegExp = (val) => toTypeString(val) === '[object RegExp]';\nconst isEmptyObject = (val) => isPlainObject(val) && Object.keys(val).length === 0;\nconst assign = Object.assign;\nlet _globalThis;\nconst getGlobalThis = () => {\n // prettier-ignore\n return (_globalThis ||\n (_globalThis =\n typeof globalThis !== 'undefined'\n ? globalThis\n : typeof self !== 'undefined'\n ? self\n : typeof window !== 'undefined'\n ? window\n : typeof global !== 'undefined'\n ? global\n : {}));\n};\nfunction escapeHtml(rawText) {\n return rawText\n .replace(//g, '>')\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n}\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn(obj, key) {\n return hasOwnProperty.call(obj, key);\n}\n/* eslint-enable */\n/**\n * Useful Utilities By Evan you\n * Modified by kazuya kawaguchi\n * MIT License\n * https://github.com/vuejs/vue-next/blob/master/packages/shared/src/index.ts\n * https://github.com/vuejs/vue-next/blob/master/packages/shared/src/codeframe.ts\n */\nconst isArray = Array.isArray;\nconst isFunction = (val) => typeof val === 'function';\nconst isString = (val) => typeof val === 'string';\nconst isBoolean = (val) => typeof val === 'boolean';\nconst isSymbol = (val) => typeof val === 'symbol';\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nconst isObject = (val) => val !== null && typeof val === 'object';\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nconst isPromise = (val) => {\n return isObject(val) && isFunction(val.then) && isFunction(val.catch);\n};\nconst objectToString = Object.prototype.toString;\nconst toTypeString = (value) => objectToString.call(value);\nconst isPlainObject = (val) => {\n if (!isObject(val))\n return false;\n const proto = Object.getPrototypeOf(val);\n return proto === null || proto.constructor === Object;\n};\n// for converting list and named values to displayed strings.\nconst toDisplayString = (val) => {\n return val == null\n ? ''\n : isArray(val) || (isPlainObject(val) && val.toString === objectToString)\n ? JSON.stringify(val, null, 2)\n : String(val);\n};\nfunction join(items, separator = '') {\n return items.reduce((str, item, index) => (index === 0 ? str + item : str + separator + item), '');\n}\nconst RANGE = 2;\nfunction generateCodeFrame(source, start = 0, end = source.length) {\n const lines = source.split(/\\r?\\n/);\n let count = 0;\n const res = [];\n for (let i = 0; i < lines.length; i++) {\n count += lines[i].length + 1;\n if (count >= start) {\n for (let j = i - RANGE; j <= i + RANGE || end > count; j++) {\n if (j < 0 || j >= lines.length)\n continue;\n const line = j + 1;\n res.push(`${line}${' '.repeat(3 - String(line).length)}| ${lines[j]}`);\n const lineLength = lines[j].length;\n if (j === i) {\n // push underline\n const pad = start - (count - lineLength) + 1;\n const length = Math.max(1, end > count ? lineLength - pad : end - start);\n res.push(` | ` + ' '.repeat(pad) + '^'.repeat(length));\n }\n else if (j > i) {\n if (end > count) {\n const length = Math.max(Math.min(end - count, lineLength), 1);\n res.push(` | ` + '^'.repeat(length));\n }\n count += lineLength + 1;\n }\n }\n break;\n }\n }\n return res.join('\\n');\n}\nfunction incrementer(code) {\n let current = code;\n return () => ++current;\n}\n\nfunction warn(msg, err) {\n if (typeof console !== 'undefined') {\n console.warn(`[intlify] ` + msg);\n /* istanbul ignore if */\n if (err) {\n console.warn(err.stack);\n }\n }\n}\nconst hasWarned = {};\nfunction warnOnce(msg) {\n if (!hasWarned[msg]) {\n hasWarned[msg] = true;\n warn(msg);\n }\n}\n\n/**\n * Event emitter, forked from the below:\n * - original repository url: https://github.com/developit/mitt\n * - code url: https://github.com/developit/mitt/blob/master/src/index.ts\n * - author: Jason Miller (https://github.com/developit)\n * - license: MIT\n */\n/**\n * Create a event emitter\n *\n * @returns An event emitter\n */\nfunction createEmitter() {\n const events = new Map();\n const emitter = {\n events,\n on(event, handler) {\n const handlers = events.get(event);\n const added = handlers && handlers.push(handler);\n if (!added) {\n events.set(event, [handler]);\n }\n },\n off(event, handler) {\n const handlers = events.get(event);\n if (handlers) {\n handlers.splice(handlers.indexOf(handler) >>> 0, 1);\n }\n },\n emit(event, payload) {\n (events.get(event) || [])\n .slice()\n .map(handler => handler(payload));\n (events.get('*') || [])\n .slice()\n .map(handler => handler(event, payload));\n }\n };\n return emitter;\n}\n\nconst isNotObjectOrIsArray = (val) => !isObject(val) || isArray(val);\n// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types\nfunction deepCopy(src, des) {\n // src and des should both be objects, and none of them can be a array\n if (isNotObjectOrIsArray(src) || isNotObjectOrIsArray(des)) {\n throw new Error('Invalid value');\n }\n const stack = [{ src, des }];\n while (stack.length) {\n const { src, des } = stack.pop();\n Object.keys(src).forEach(key => {\n if (isNotObjectOrIsArray(src[key]) || isNotObjectOrIsArray(des[key])) {\n // replace with src[key] when:\n // src[key] or des[key] is not an object, or\n // src[key] or des[key] is an array\n des[key] = src[key];\n }\n else {\n // src[key] and des[key] are both objects, merge them\n stack.push({ src: src[key], des: des[key] });\n }\n });\n }\n}\n\nexport { assign, createEmitter, deepCopy, escapeHtml, format, friendlyJSONstringify, generateCodeFrame, generateFormatCacheKey, getGlobalThis, hasOwn, inBrowser, incrementer, isArray, isBoolean, isDate, isEmptyObject, isFunction, isNumber, isObject, isPlainObject, isPromise, isRegExp, isString, isSymbol, join, makeSymbol, mark, measure, objectToString, toDisplayString, toTypeString, warn, warnOnce };\n", "/*!\n * message-compiler v9.13.1\n * (c) 2024 kazuya kawaguchi\n * Released under the MIT License.\n */\nconst LOCATION_STUB = {\n start: { line: 1, column: 1, offset: 0 },\n end: { line: 1, column: 1, offset: 0 }\n};\nfunction createPosition(line, column, offset) {\n return { line, column, offset };\n}\nfunction createLocation(start, end, source) {\n const loc = { start, end };\n if (source != null) {\n loc.source = source;\n }\n return loc;\n}\n\n/**\n * Original Utilities\n * written by kazuya kawaguchi\n */\nconst RE_ARGS = /\\{([0-9a-zA-Z]+)\\}/g;\n/* eslint-disable */\nfunction format(message, ...args) {\n if (args.length === 1 && isObject(args[0])) {\n args = args[0];\n }\n if (!args || !args.hasOwnProperty) {\n args = {};\n }\n return message.replace(RE_ARGS, (match, identifier) => {\n return args.hasOwnProperty(identifier) ? args[identifier] : '';\n });\n}\nconst assign = Object.assign;\nconst isString = (val) => typeof val === 'string';\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nconst isObject = (val) => val !== null && typeof val === 'object';\nfunction join(items, separator = '') {\n return items.reduce((str, item, index) => (index === 0 ? str + item : str + separator + item), '');\n}\n\nconst CompileWarnCodes = {\n USE_MODULO_SYNTAX: 1,\n __EXTEND_POINT__: 2\n};\n/** @internal */\nconst warnMessages = {\n [CompileWarnCodes.USE_MODULO_SYNTAX]: `Use modulo before '{{0}}'.`\n};\nfunction createCompileWarn(code, loc, ...args) {\n const msg = format(warnMessages[code] || '', ...(args || [])) ;\n const message = { message: String(msg), code };\n if (loc) {\n message.location = loc;\n }\n return message;\n}\n\nconst CompileErrorCodes = {\n // tokenizer error codes\n EXPECTED_TOKEN: 1,\n INVALID_TOKEN_IN_PLACEHOLDER: 2,\n UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER: 3,\n UNKNOWN_ESCAPE_SEQUENCE: 4,\n INVALID_UNICODE_ESCAPE_SEQUENCE: 5,\n UNBALANCED_CLOSING_BRACE: 6,\n UNTERMINATED_CLOSING_BRACE: 7,\n EMPTY_PLACEHOLDER: 8,\n NOT_ALLOW_NEST_PLACEHOLDER: 9,\n INVALID_LINKED_FORMAT: 10,\n // parser error codes\n MUST_HAVE_MESSAGES_IN_PLURAL: 11,\n UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,\n UNEXPECTED_EMPTY_LINKED_KEY: 13,\n UNEXPECTED_LEXICAL_ANALYSIS: 14,\n // generator error codes\n UNHANDLED_CODEGEN_NODE_TYPE: 15,\n // minifier error codes\n UNHANDLED_MINIFIER_NODE_TYPE: 16,\n // Special value for higher-order compilers to pick up the last code\n // to avoid collision of error codes. This should always be kept as the last\n // item.\n __EXTEND_POINT__: 17\n};\n/** @internal */\nconst errorMessages = {\n // tokenizer error messages\n [CompileErrorCodes.EXPECTED_TOKEN]: `Expected token: '{0}'`,\n [CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER]: `Invalid token in placeholder: '{0}'`,\n [CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: `Unterminated single quote in placeholder`,\n [CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE]: `Unknown escape sequence: \\\\{0}`,\n [CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE]: `Invalid unicode escape sequence: {0}`,\n [CompileErrorCodes.UNBALANCED_CLOSING_BRACE]: `Unbalanced closing brace`,\n [CompileErrorCodes.UNTERMINATED_CLOSING_BRACE]: `Unterminated closing brace`,\n [CompileErrorCodes.EMPTY_PLACEHOLDER]: `Empty placeholder`,\n [CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER]: `Not allowed nest placeholder`,\n [CompileErrorCodes.INVALID_LINKED_FORMAT]: `Invalid linked format`,\n // parser error messages\n [CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL]: `Plural must have messages`,\n [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER]: `Unexpected empty linked modifier`,\n [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY]: `Unexpected empty linked key`,\n [CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS]: `Unexpected lexical analysis in token: '{0}'`,\n // generator error messages\n [CompileErrorCodes.UNHANDLED_CODEGEN_NODE_TYPE]: `unhandled codegen node type: '{0}'`,\n // minimizer error messages\n [CompileErrorCodes.UNHANDLED_MINIFIER_NODE_TYPE]: `unhandled mimifier node type: '{0}'`\n};\nfunction createCompileError(code, loc, options = {}) {\n const { domain, messages, args } = options;\n const msg = format((messages || errorMessages)[code] || '', ...(args || []))\n ;\n const error = new SyntaxError(String(msg));\n error.code = code;\n if (loc) {\n error.location = loc;\n }\n error.domain = domain;\n return error;\n}\n/** @internal */\nfunction defaultOnError(error) {\n throw error;\n}\n\n// eslint-disable-next-line no-useless-escape\nconst RE_HTML_TAG = /<\\/?[\\w\\s=\"/.':;#-\\/]+>/;\nconst detectHtmlTag = (source) => RE_HTML_TAG.test(source);\n\nconst CHAR_SP = ' ';\nconst CHAR_CR = '\\r';\nconst CHAR_LF = '\\n';\nconst CHAR_LS = String.fromCharCode(0x2028);\nconst CHAR_PS = String.fromCharCode(0x2029);\nfunction createScanner(str) {\n const _buf = str;\n let _index = 0;\n let _line = 1;\n let _column = 1;\n let _peekOffset = 0;\n const isCRLF = (index) => _buf[index] === CHAR_CR && _buf[index + 1] === CHAR_LF;\n const isLF = (index) => _buf[index] === CHAR_LF;\n const isPS = (index) => _buf[index] === CHAR_PS;\n const isLS = (index) => _buf[index] === CHAR_LS;\n const isLineEnd = (index) => isCRLF(index) || isLF(index) || isPS(index) || isLS(index);\n const index = () => _index;\n const line = () => _line;\n const column = () => _column;\n const peekOffset = () => _peekOffset;\n const charAt = (offset) => isCRLF(offset) || isPS(offset) || isLS(offset) ? CHAR_LF : _buf[offset];\n const currentChar = () => charAt(_index);\n const currentPeek = () => charAt(_index + _peekOffset);\n function next() {\n _peekOffset = 0;\n if (isLineEnd(_index)) {\n _line++;\n _column = 0;\n }\n if (isCRLF(_index)) {\n _index++;\n }\n _index++;\n _column++;\n return _buf[_index];\n }\n function peek() {\n if (isCRLF(_index + _peekOffset)) {\n _peekOffset++;\n }\n _peekOffset++;\n return _buf[_index + _peekOffset];\n }\n function reset() {\n _index = 0;\n _line = 1;\n _column = 1;\n _peekOffset = 0;\n }\n function resetPeek(offset = 0) {\n _peekOffset = offset;\n }\n function skipToPeek() {\n const target = _index + _peekOffset;\n // eslint-disable-next-line no-unmodified-loop-condition\n while (target !== _index) {\n next();\n }\n _peekOffset = 0;\n }\n return {\n index,\n line,\n column,\n peekOffset,\n charAt,\n currentChar,\n currentPeek,\n next,\n peek,\n reset,\n resetPeek,\n skipToPeek\n };\n}\n\nconst EOF = undefined;\nconst DOT = '.';\nconst LITERAL_DELIMITER = \"'\";\nconst ERROR_DOMAIN$3 = 'tokenizer';\nfunction createTokenizer(source, options = {}) {\n const location = options.location !== false;\n const _scnr = createScanner(source);\n const currentOffset = () => _scnr.index();\n const currentPosition = () => createPosition(_scnr.line(), _scnr.column(), _scnr.index());\n const _initLoc = currentPosition();\n const _initOffset = currentOffset();\n const _context = {\n currentType: 14 /* TokenTypes.EOF */,\n offset: _initOffset,\n startLoc: _initLoc,\n endLoc: _initLoc,\n lastType: 14 /* TokenTypes.EOF */,\n lastOffset: _initOffset,\n lastStartLoc: _initLoc,\n lastEndLoc: _initLoc,\n braceNest: 0,\n inLinked: false,\n text: ''\n };\n const context = () => _context;\n const { onError } = options;\n function emitError(code, pos, offset, ...args) {\n const ctx = context();\n pos.column += offset;\n pos.offset += offset;\n if (onError) {\n const loc = location ? createLocation(ctx.startLoc, pos) : null;\n const err = createCompileError(code, loc, {\n domain: ERROR_DOMAIN$3,\n args\n });\n onError(err);\n }\n }\n function getToken(context, type, value) {\n context.endLoc = currentPosition();\n context.currentType = type;\n const token = { type };\n if (location) {\n token.loc = createLocation(context.startLoc, context.endLoc);\n }\n if (value != null) {\n token.value = value;\n }\n return token;\n }\n const getEndToken = (context) => getToken(context, 14 /* TokenTypes.EOF */);\n function eat(scnr, ch) {\n if (scnr.currentChar() === ch) {\n scnr.next();\n return ch;\n }\n else {\n emitError(CompileErrorCodes.EXPECTED_TOKEN, currentPosition(), 0, ch);\n return '';\n }\n }\n function peekSpaces(scnr) {\n let buf = '';\n while (scnr.currentPeek() === CHAR_SP || scnr.currentPeek() === CHAR_LF) {\n buf += scnr.currentPeek();\n scnr.peek();\n }\n return buf;\n }\n function skipSpaces(scnr) {\n const buf = peekSpaces(scnr);\n scnr.skipToPeek();\n return buf;\n }\n function isIdentifierStart(ch) {\n if (ch === EOF) {\n return false;\n }\n const cc = ch.charCodeAt(0);\n return ((cc >= 97 && cc <= 122) || // a-z\n (cc >= 65 && cc <= 90) || // A-Z\n cc === 95 // _\n );\n }\n function isNumberStart(ch) {\n if (ch === EOF) {\n return false;\n }\n const cc = ch.charCodeAt(0);\n return cc >= 48 && cc <= 57; // 0-9\n }\n function isNamedIdentifierStart(scnr, context) {\n const { currentType } = context;\n if (currentType !== 2 /* TokenTypes.BraceLeft */) {\n return false;\n }\n peekSpaces(scnr);\n const ret = isIdentifierStart(scnr.currentPeek());\n scnr.resetPeek();\n return ret;\n }\n function isListIdentifierStart(scnr, context) {\n const { currentType } = context;\n if (currentType !== 2 /* TokenTypes.BraceLeft */) {\n return false;\n }\n peekSpaces(scnr);\n const ch = scnr.currentPeek() === '-' ? scnr.peek() : scnr.currentPeek();\n const ret = isNumberStart(ch);\n scnr.resetPeek();\n return ret;\n }\n function isLiteralStart(scnr, context) {\n const { currentType } = context;\n if (currentType !== 2 /* TokenTypes.BraceLeft */) {\n return false;\n }\n peekSpaces(scnr);\n const ret = scnr.currentPeek() === LITERAL_DELIMITER;\n scnr.resetPeek();\n return ret;\n }\n function isLinkedDotStart(scnr, context) {\n const { currentType } = context;\n if (currentType !== 8 /* TokenTypes.LinkedAlias */) {\n return false;\n }\n peekSpaces(scnr);\n const ret = scnr.currentPeek() === \".\" /* TokenChars.LinkedDot */;\n scnr.resetPeek();\n return ret;\n }\n function isLinkedModifierStart(scnr, context) {\n const { currentType } = context;\n if (currentType !== 9 /* TokenTypes.LinkedDot */) {\n return false;\n }\n peekSpaces(scnr);\n const ret = isIdentifierStart(scnr.currentPeek());\n scnr.resetPeek();\n return ret;\n }\n function isLinkedDelimiterStart(scnr, context) {\n const { currentType } = context;\n if (!(currentType === 8 /* TokenTypes.LinkedAlias */ ||\n currentType === 12 /* TokenTypes.LinkedModifier */)) {\n return false;\n }\n peekSpaces(scnr);\n const ret = scnr.currentPeek() === \":\" /* TokenChars.LinkedDelimiter */;\n scnr.resetPeek();\n return ret;\n }\n function isLinkedReferStart(scnr, context) {\n const { currentType } = context;\n if (currentType !== 10 /* TokenTypes.LinkedDelimiter */) {\n return false;\n }\n const fn = () => {\n const ch = scnr.currentPeek();\n if (ch === \"{\" /* TokenChars.BraceLeft */) {\n return isIdentifierStart(scnr.peek());\n }\n else if (ch === \"@\" /* TokenChars.LinkedAlias */ ||\n ch === \"%\" /* TokenChars.Modulo */ ||\n ch === \"|\" /* TokenChars.Pipe */ ||\n ch === \":\" /* TokenChars.LinkedDelimiter */ ||\n ch === \".\" /* TokenChars.LinkedDot */ ||\n ch === CHAR_SP ||\n !ch) {\n return false;\n }\n else if (ch === CHAR_LF) {\n scnr.peek();\n return fn();\n }\n else {\n // other characters\n return isTextStart(scnr, false);\n }\n };\n const ret = fn();\n scnr.resetPeek();\n return ret;\n }\n function isPluralStart(scnr) {\n peekSpaces(scnr);\n const ret = scnr.currentPeek() === \"|\" /* TokenChars.Pipe */;\n scnr.resetPeek();\n return ret;\n }\n function detectModuloStart(scnr) {\n const spaces = peekSpaces(scnr);\n const ret = scnr.currentPeek() === \"%\" /* TokenChars.Modulo */ &&\n scnr.peek() === \"{\" /* TokenChars.BraceLeft */;\n scnr.resetPeek();\n return {\n isModulo: ret,\n hasSpace: spaces.length > 0\n };\n }\n function isTextStart(scnr, reset = true) {\n const fn = (hasSpace = false, prev = '', detectModulo = false) => {\n const ch = scnr.currentPeek();\n if (ch === \"{\" /* TokenChars.BraceLeft */) {\n return prev === \"%\" /* TokenChars.Modulo */ ? false : hasSpace;\n }\n else if (ch === \"@\" /* TokenChars.LinkedAlias */ || !ch) {\n return prev === \"%\" /* TokenChars.Modulo */ ? true : hasSpace;\n }\n else if (ch === \"%\" /* TokenChars.Modulo */) {\n scnr.peek();\n return fn(hasSpace, \"%\" /* TokenChars.Modulo */, true);\n }\n else if (ch === \"|\" /* TokenChars.Pipe */) {\n return prev === \"%\" /* TokenChars.Modulo */ || detectModulo\n ? true\n : !(prev === CHAR_SP || prev === CHAR_LF);\n }\n else if (ch === CHAR_SP) {\n scnr.peek();\n return fn(true, CHAR_SP, detectModulo);\n }\n else if (ch === CHAR_LF) {\n scnr.peek();\n return fn(true, CHAR_LF, detectModulo);\n }\n else {\n return true;\n }\n };\n const ret = fn();\n reset && scnr.resetPeek();\n return ret;\n }\n function takeChar(scnr, fn) {\n const ch = scnr.currentChar();\n if (ch === EOF) {\n return EOF;\n }\n if (fn(ch)) {\n scnr.next();\n return ch;\n }\n return null;\n }\n function isIdentifier(ch) {\n const cc = ch.charCodeAt(0);\n return ((cc >= 97 && cc <= 122) || // a-z\n (cc >= 65 && cc <= 90) || // A-Z\n (cc >= 48 && cc <= 57) || // 0-9\n cc === 95 || // _\n cc === 36 // $\n );\n }\n function takeIdentifierChar(scnr) {\n return takeChar(scnr, isIdentifier);\n }\n function isNamedIdentifier(ch) {\n const cc = ch.charCodeAt(0);\n return ((cc >= 97 && cc <= 122) || // a-z\n (cc >= 65 && cc <= 90) || // A-Z\n (cc >= 48 && cc <= 57) || // 0-9\n cc === 95 || // _\n cc === 36 || // $\n cc === 45 // -\n );\n }\n function takeNamedIdentifierChar(scnr) {\n return takeChar(scnr, isNamedIdentifier);\n }\n function isDigit(ch) {\n const cc = ch.charCodeAt(0);\n return cc >= 48 && cc <= 57; // 0-9\n }\n function takeDigit(scnr) {\n return takeChar(scnr, isDigit);\n }\n function isHexDigit(ch) {\n const cc = ch.charCodeAt(0);\n return ((cc >= 48 && cc <= 57) || // 0-9\n (cc >= 65 && cc <= 70) || // A-F\n (cc >= 97 && cc <= 102)); // a-f\n }\n function takeHexDigit(scnr) {\n return takeChar(scnr, isHexDigit);\n }\n function getDigits(scnr) {\n let ch = '';\n let num = '';\n while ((ch = takeDigit(scnr))) {\n num += ch;\n }\n return num;\n }\n function readModulo(scnr) {\n skipSpaces(scnr);\n const ch = scnr.currentChar();\n if (ch !== \"%\" /* TokenChars.Modulo */) {\n emitError(CompileErrorCodes.EXPECTED_TOKEN, currentPosition(), 0, ch);\n }\n scnr.next();\n return \"%\" /* TokenChars.Modulo */;\n }\n function readText(scnr) {\n let buf = '';\n // eslint-disable-next-line no-constant-condition\n while (true) {\n const ch = scnr.currentChar();\n if (ch === \"{\" /* TokenChars.BraceLeft */ ||\n ch === \"}\" /* TokenChars.BraceRight */ ||\n ch === \"@\" /* TokenChars.LinkedAlias */ ||\n ch === \"|\" /* TokenChars.Pipe */ ||\n !ch) {\n break;\n }\n else if (ch === \"%\" /* TokenChars.Modulo */) {\n if (isTextStart(scnr)) {\n buf += ch;\n scnr.next();\n }\n else {\n break;\n }\n }\n else if (ch === CHAR_SP || ch === CHAR_LF) {\n if (isTextStart(scnr)) {\n buf += ch;\n scnr.next();\n }\n else if (isPluralStart(scnr)) {\n break;\n }\n else {\n buf += ch;\n scnr.next();\n }\n }\n else {\n buf += ch;\n scnr.next();\n }\n }\n return buf;\n }\n function readNamedIdentifier(scnr) {\n skipSpaces(scnr);\n let ch = '';\n let name = '';\n while ((ch = takeNamedIdentifierChar(scnr))) {\n name += ch;\n }\n if (scnr.currentChar() === EOF) {\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\n }\n return name;\n }\n function readListIdentifier(scnr) {\n skipSpaces(scnr);\n let value = '';\n if (scnr.currentChar() === '-') {\n scnr.next();\n value += `-${getDigits(scnr)}`;\n }\n else {\n value += getDigits(scnr);\n }\n if (scnr.currentChar() === EOF) {\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\n }\n return value;\n }\n function isLiteral(ch) {\n return ch !== LITERAL_DELIMITER && ch !== CHAR_LF;\n }\n function readLiteral(scnr) {\n skipSpaces(scnr);\n // eslint-disable-next-line no-useless-escape\n eat(scnr, `\\'`);\n let ch = '';\n let literal = '';\n while ((ch = takeChar(scnr, isLiteral))) {\n if (ch === '\\\\') {\n literal += readEscapeSequence(scnr);\n }\n else {\n literal += ch;\n }\n }\n const current = scnr.currentChar();\n if (current === CHAR_LF || current === EOF) {\n emitError(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, currentPosition(), 0);\n // TODO: Is it correct really?\n if (current === CHAR_LF) {\n scnr.next();\n // eslint-disable-next-line no-useless-escape\n eat(scnr, `\\'`);\n }\n return literal;\n }\n // eslint-disable-next-line no-useless-escape\n eat(scnr, `\\'`);\n return literal;\n }\n function readEscapeSequence(scnr) {\n const ch = scnr.currentChar();\n switch (ch) {\n case '\\\\':\n case `\\'`: // eslint-disable-line no-useless-escape\n scnr.next();\n return `\\\\${ch}`;\n case 'u':\n return readUnicodeEscapeSequence(scnr, ch, 4);\n case 'U':\n return readUnicodeEscapeSequence(scnr, ch, 6);\n default:\n emitError(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE, currentPosition(), 0, ch);\n return '';\n }\n }\n function readUnicodeEscapeSequence(scnr, unicode, digits) {\n eat(scnr, unicode);\n let sequence = '';\n for (let i = 0; i < digits; i++) {\n const ch = takeHexDigit(scnr);\n if (!ch) {\n emitError(CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE, currentPosition(), 0, `\\\\${unicode}${sequence}${scnr.currentChar()}`);\n break;\n }\n sequence += ch;\n }\n return `\\\\${unicode}${sequence}`;\n }\n function isInvalidIdentifier(ch) {\n return (ch !== \"{\" /* TokenChars.BraceLeft */ &&\n ch !== \"}\" /* TokenChars.BraceRight */ &&\n ch !== CHAR_SP &&\n ch !== CHAR_LF);\n }\n function readInvalidIdentifier(scnr) {\n skipSpaces(scnr);\n let ch = '';\n let identifiers = '';\n while ((ch = takeChar(scnr, isInvalidIdentifier))) {\n identifiers += ch;\n }\n return identifiers;\n }\n function readLinkedModifier(scnr) {\n let ch = '';\n let name = '';\n while ((ch = takeIdentifierChar(scnr))) {\n name += ch;\n }\n return name;\n }\n function readLinkedRefer(scnr) {\n const fn = (buf) => {\n const ch = scnr.currentChar();\n if (ch === \"{\" /* TokenChars.BraceLeft */ ||\n ch === \"%\" /* TokenChars.Modulo */ ||\n ch === \"@\" /* TokenChars.LinkedAlias */ ||\n ch === \"|\" /* TokenChars.Pipe */ ||\n ch === \"(\" /* TokenChars.ParenLeft */ ||\n ch === \")\" /* TokenChars.ParenRight */ ||\n !ch) {\n return buf;\n }\n else if (ch === CHAR_SP) {\n return buf;\n }\n else if (ch === CHAR_LF || ch === DOT) {\n buf += ch;\n scnr.next();\n return fn(buf);\n }\n else {\n buf += ch;\n scnr.next();\n return fn(buf);\n }\n };\n return fn('');\n }\n function readPlural(scnr) {\n skipSpaces(scnr);\n const plural = eat(scnr, \"|\" /* TokenChars.Pipe */);\n skipSpaces(scnr);\n return plural;\n }\n // TODO: We need refactoring of token parsing ...\n function readTokenInPlaceholder(scnr, context) {\n let token = null;\n const ch = scnr.currentChar();\n switch (ch) {\n case \"{\" /* TokenChars.BraceLeft */:\n if (context.braceNest >= 1) {\n emitError(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER, currentPosition(), 0);\n }\n scnr.next();\n token = getToken(context, 2 /* TokenTypes.BraceLeft */, \"{\" /* TokenChars.BraceLeft */);\n skipSpaces(scnr);\n context.braceNest++;\n return token;\n case \"}\" /* TokenChars.BraceRight */:\n if (context.braceNest > 0 &&\n context.currentType === 2 /* TokenTypes.BraceLeft */) {\n emitError(CompileErrorCodes.EMPTY_PLACEHOLDER, currentPosition(), 0);\n }\n scnr.next();\n token = getToken(context, 3 /* TokenTypes.BraceRight */, \"}\" /* TokenChars.BraceRight */);\n context.braceNest--;\n context.braceNest > 0 && skipSpaces(scnr);\n if (context.inLinked && context.braceNest === 0) {\n context.inLinked = false;\n }\n return token;\n case \"@\" /* TokenChars.LinkedAlias */:\n if (context.braceNest > 0) {\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\n }\n token = readTokenInLinked(scnr, context) || getEndToken(context);\n context.braceNest = 0;\n return token;\n default: {\n let validNamedIdentifier = true;\n let validListIdentifier = true;\n let validLiteral = true;\n if (isPluralStart(scnr)) {\n if (context.braceNest > 0) {\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\n }\n token = getToken(context, 1 /* TokenTypes.Pipe */, readPlural(scnr));\n // reset\n context.braceNest = 0;\n context.inLinked = false;\n return token;\n }\n if (context.braceNest > 0 &&\n (context.currentType === 5 /* TokenTypes.Named */ ||\n context.currentType === 6 /* TokenTypes.List */ ||\n context.currentType === 7 /* TokenTypes.Literal */)) {\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\n context.braceNest = 0;\n return readToken(scnr, context);\n }\n if ((validNamedIdentifier = isNamedIdentifierStart(scnr, context))) {\n token = getToken(context, 5 /* TokenTypes.Named */, readNamedIdentifier(scnr));\n skipSpaces(scnr);\n return token;\n }\n if ((validListIdentifier = isListIdentifierStart(scnr, context))) {\n token = getToken(context, 6 /* TokenTypes.List */, readListIdentifier(scnr));\n skipSpaces(scnr);\n return token;\n }\n if ((validLiteral = isLiteralStart(scnr, context))) {\n token = getToken(context, 7 /* TokenTypes.Literal */, readLiteral(scnr));\n skipSpaces(scnr);\n return token;\n }\n if (!validNamedIdentifier && !validListIdentifier && !validLiteral) {\n // TODO: we should be re-designed invalid cases, when we will extend message syntax near the future ...\n token = getToken(context, 13 /* TokenTypes.InvalidPlace */, readInvalidIdentifier(scnr));\n emitError(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER, currentPosition(), 0, token.value);\n skipSpaces(scnr);\n return token;\n }\n break;\n }\n }\n return token;\n }\n // TODO: We need refactoring of token parsing ...\n function readTokenInLinked(scnr, context) {\n const { currentType } = context;\n let token = null;\n const ch = scnr.currentChar();\n if ((currentType === 8 /* TokenTypes.LinkedAlias */ ||\n currentType === 9 /* TokenTypes.LinkedDot */ ||\n currentType === 12 /* TokenTypes.LinkedModifier */ ||\n currentType === 10 /* TokenTypes.LinkedDelimiter */) &&\n (ch === CHAR_LF || ch === CHAR_SP)) {\n emitError(CompileErrorCodes.INVALID_LINKED_FORMAT, currentPosition(), 0);\n }\n switch (ch) {\n case \"@\" /* TokenChars.LinkedAlias */:\n scnr.next();\n token = getToken(context, 8 /* TokenTypes.LinkedAlias */, \"@\" /* TokenChars.LinkedAlias */);\n context.inLinked = true;\n return token;\n case \".\" /* TokenChars.LinkedDot */:\n skipSpaces(scnr);\n scnr.next();\n return getToken(context, 9 /* TokenTypes.LinkedDot */, \".\" /* TokenChars.LinkedDot */);\n case \":\" /* TokenChars.LinkedDelimiter */:\n skipSpaces(scnr);\n scnr.next();\n return getToken(context, 10 /* TokenTypes.LinkedDelimiter */, \":\" /* TokenChars.LinkedDelimiter */);\n default:\n if (isPluralStart(scnr)) {\n token = getToken(context, 1 /* TokenTypes.Pipe */, readPlural(scnr));\n // reset\n context.braceNest = 0;\n context.inLinked = false;\n return token;\n }\n if (isLinkedDotStart(scnr, context) ||\n isLinkedDelimiterStart(scnr, context)) {\n skipSpaces(scnr);\n return readTokenInLinked(scnr, context);\n }\n if (isLinkedModifierStart(scnr, context)) {\n skipSpaces(scnr);\n return getToken(context, 12 /* TokenTypes.LinkedModifier */, readLinkedModifier(scnr));\n }\n if (isLinkedReferStart(scnr, context)) {\n skipSpaces(scnr);\n if (ch === \"{\" /* TokenChars.BraceLeft */) {\n // scan the placeholder\n return readTokenInPlaceholder(scnr, context) || token;\n }\n else {\n return getToken(context, 11 /* TokenTypes.LinkedKey */, readLinkedRefer(scnr));\n }\n }\n if (currentType === 8 /* TokenTypes.LinkedAlias */) {\n emitError(CompileErrorCodes.INVALID_LINKED_FORMAT, currentPosition(), 0);\n }\n context.braceNest = 0;\n context.inLinked = false;\n return readToken(scnr, context);\n }\n }\n // TODO: We need refactoring of token parsing ...\n function readToken(scnr, context) {\n let token = { type: 14 /* TokenTypes.EOF */ };\n if (context.braceNest > 0) {\n return readTokenInPlaceholder(scnr, context) || getEndToken(context);\n }\n if (context.inLinked) {\n return readTokenInLinked(scnr, context) || getEndToken(context);\n }\n const ch = scnr.currentChar();\n switch (ch) {\n case \"{\" /* TokenChars.BraceLeft */:\n return readTokenInPlaceholder(scnr, context) || getEndToken(context);\n case \"}\" /* TokenChars.BraceRight */:\n emitError(CompileErrorCodes.UNBALANCED_CLOSING_BRACE, currentPosition(), 0);\n scnr.next();\n return getToken(context, 3 /* TokenTypes.BraceRight */, \"}\" /* TokenChars.BraceRight */);\n case \"@\" /* TokenChars.LinkedAlias */:\n return readTokenInLinked(scnr, context) || getEndToken(context);\n default: {\n if (isPluralStart(scnr)) {\n token = getToken(context, 1 /* TokenTypes.Pipe */, readPlural(scnr));\n // reset\n context.braceNest = 0;\n context.inLinked = false;\n return token;\n }\n const { isModulo, hasSpace } = detectModuloStart(scnr);\n if (isModulo) {\n return hasSpace\n ? getToken(context, 0 /* TokenTypes.Text */, readText(scnr))\n : getToken(context, 4 /* TokenTypes.Modulo */, readModulo(scnr));\n }\n if (isTextStart(scnr)) {\n return getToken(context, 0 /* TokenTypes.Text */, readText(scnr));\n }\n break;\n }\n }\n return token;\n }\n function nextToken() {\n const { currentType, offset, startLoc, endLoc } = _context;\n _context.lastType = currentType;\n _context.lastOffset = offset;\n _context.lastStartLoc = startLoc;\n _context.lastEndLoc = endLoc;\n _context.offset = currentOffset();\n _context.startLoc = currentPosition();\n if (_scnr.currentChar() === EOF) {\n return getToken(_context, 14 /* TokenTypes.EOF */);\n }\n return readToken(_scnr, _context);\n }\n return {\n nextToken,\n currentOffset,\n currentPosition,\n context\n };\n}\n\nconst ERROR_DOMAIN$2 = 'parser';\n// Backslash backslash, backslash quote, uHHHH, UHHHHHH.\nconst KNOWN_ESCAPES = /(?:\\\\\\\\|\\\\'|\\\\u([0-9a-fA-F]{4})|\\\\U([0-9a-fA-F]{6}))/g;\nfunction fromEscapeSequence(match, codePoint4, codePoint6) {\n switch (match) {\n case `\\\\\\\\`:\n return `\\\\`;\n // eslint-disable-next-line no-useless-escape\n case `\\\\\\'`:\n // eslint-disable-next-line no-useless-escape\n return `\\'`;\n default: {\n const codePoint = parseInt(codePoint4 || codePoint6, 16);\n if (codePoint <= 0xd7ff || codePoint >= 0xe000) {\n return String.fromCodePoint(codePoint);\n }\n // invalid ...\n // Replace them with U+FFFD REPLACEMENT CHARACTER.\n return '�';\n }\n }\n}\nfunction createParser(options = {}) {\n const location = options.location !== false;\n const { onError, onWarn } = options;\n function emitError(tokenzer, code, start, offset, ...args) {\n const end = tokenzer.currentPosition();\n end.offset += offset;\n end.column += offset;\n if (onError) {\n const loc = location ? createLocation(start, end) : null;\n const err = createCompileError(code, loc, {\n domain: ERROR_DOMAIN$2,\n args\n });\n onError(err);\n }\n }\n function emitWarn(tokenzer, code, start, offset, ...args) {\n const end = tokenzer.currentPosition();\n end.offset += offset;\n end.column += offset;\n if (onWarn) {\n const loc = location ? createLocation(start, end) : null;\n onWarn(createCompileWarn(code, loc, args));\n }\n }\n function startNode(type, offset, loc) {\n const node = { type };\n if (location) {\n node.start = offset;\n node.end = offset;\n node.loc = { start: loc, end: loc };\n }\n return node;\n }\n function endNode(node, offset, pos, type) {\n if (type) {\n node.type = type;\n }\n if (location) {\n node.end = offset;\n if (node.loc) {\n node.loc.end = pos;\n }\n }\n }\n function parseText(tokenizer, value) {\n const context = tokenizer.context();\n const node = startNode(3 /* NodeTypes.Text */, context.offset, context.startLoc);\n node.value = value;\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n function parseList(tokenizer, index) {\n const context = tokenizer.context();\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\n const node = startNode(5 /* NodeTypes.List */, offset, loc);\n node.index = parseInt(index, 10);\n tokenizer.nextToken(); // skip brach right\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n function parseNamed(tokenizer, key, modulo) {\n const context = tokenizer.context();\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\n const node = startNode(4 /* NodeTypes.Named */, offset, loc);\n node.key = key;\n if (modulo === true) {\n node.modulo = true;\n }\n tokenizer.nextToken(); // skip brach right\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n function parseLiteral(tokenizer, value) {\n const context = tokenizer.context();\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\n const node = startNode(9 /* NodeTypes.Literal */, offset, loc);\n node.value = value.replace(KNOWN_ESCAPES, fromEscapeSequence);\n tokenizer.nextToken(); // skip brach right\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n function parseLinkedModifier(tokenizer) {\n const token = tokenizer.nextToken();\n const context = tokenizer.context();\n const { lastOffset: offset, lastStartLoc: loc } = context; // get linked dot loc\n const node = startNode(8 /* NodeTypes.LinkedModifier */, offset, loc);\n if (token.type !== 12 /* TokenTypes.LinkedModifier */) {\n // empty modifier\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER, context.lastStartLoc, 0);\n node.value = '';\n endNode(node, offset, loc);\n return {\n nextConsumeToken: token,\n node\n };\n }\n // check token\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n node.value = token.value || '';\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return {\n node\n };\n }\n function parseLinkedKey(tokenizer, value) {\n const context = tokenizer.context();\n const node = startNode(7 /* NodeTypes.LinkedKey */, context.offset, context.startLoc);\n node.value = value;\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n function parseLinked(tokenizer) {\n const context = tokenizer.context();\n const linkedNode = startNode(6 /* NodeTypes.Linked */, context.offset, context.startLoc);\n let token = tokenizer.nextToken();\n if (token.type === 9 /* TokenTypes.LinkedDot */) {\n const parsed = parseLinkedModifier(tokenizer);\n linkedNode.modifier = parsed.node;\n token = parsed.nextConsumeToken || tokenizer.nextToken();\n }\n // asset check token\n if (token.type !== 10 /* TokenTypes.LinkedDelimiter */) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n token = tokenizer.nextToken();\n // skip brace left\n if (token.type === 2 /* TokenTypes.BraceLeft */) {\n token = tokenizer.nextToken();\n }\n switch (token.type) {\n case 11 /* TokenTypes.LinkedKey */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n linkedNode.key = parseLinkedKey(tokenizer, token.value || '');\n break;\n case 5 /* TokenTypes.Named */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n linkedNode.key = parseNamed(tokenizer, token.value || '');\n break;\n case 6 /* TokenTypes.List */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n linkedNode.key = parseList(tokenizer, token.value || '');\n break;\n case 7 /* TokenTypes.Literal */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n linkedNode.key = parseLiteral(tokenizer, token.value || '');\n break;\n default: {\n // empty key\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY, context.lastStartLoc, 0);\n const nextContext = tokenizer.context();\n const emptyLinkedKeyNode = startNode(7 /* NodeTypes.LinkedKey */, nextContext.offset, nextContext.startLoc);\n emptyLinkedKeyNode.value = '';\n endNode(emptyLinkedKeyNode, nextContext.offset, nextContext.startLoc);\n linkedNode.key = emptyLinkedKeyNode;\n endNode(linkedNode, nextContext.offset, nextContext.startLoc);\n return {\n nextConsumeToken: token,\n node: linkedNode\n };\n }\n }\n endNode(linkedNode, tokenizer.currentOffset(), tokenizer.currentPosition());\n return {\n node: linkedNode\n };\n }\n function parseMessage(tokenizer) {\n const context = tokenizer.context();\n const startOffset = context.currentType === 1 /* TokenTypes.Pipe */\n ? tokenizer.currentOffset()\n : context.offset;\n const startLoc = context.currentType === 1 /* TokenTypes.Pipe */\n ? context.endLoc\n : context.startLoc;\n const node = startNode(2 /* NodeTypes.Message */, startOffset, startLoc);\n node.items = [];\n let nextToken = null;\n let modulo = null;\n do {\n const token = nextToken || tokenizer.nextToken();\n nextToken = null;\n switch (token.type) {\n case 0 /* TokenTypes.Text */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n node.items.push(parseText(tokenizer, token.value || ''));\n break;\n case 6 /* TokenTypes.List */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n node.items.push(parseList(tokenizer, token.value || ''));\n break;\n case 4 /* TokenTypes.Modulo */:\n modulo = true;\n break;\n case 5 /* TokenTypes.Named */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n node.items.push(parseNamed(tokenizer, token.value || '', !!modulo));\n if (modulo) {\n emitWarn(tokenizer, CompileWarnCodes.USE_MODULO_SYNTAX, context.lastStartLoc, 0, getTokenCaption(token));\n modulo = null;\n }\n break;\n case 7 /* TokenTypes.Literal */:\n if (token.value == null) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\n }\n node.items.push(parseLiteral(tokenizer, token.value || ''));\n break;\n case 8 /* TokenTypes.LinkedAlias */: {\n const parsed = parseLinked(tokenizer);\n node.items.push(parsed.node);\n nextToken = parsed.nextConsumeToken || null;\n break;\n }\n }\n } while (context.currentType !== 14 /* TokenTypes.EOF */ &&\n context.currentType !== 1 /* TokenTypes.Pipe */);\n // adjust message node loc\n const endOffset = context.currentType === 1 /* TokenTypes.Pipe */\n ? context.lastOffset\n : tokenizer.currentOffset();\n const endLoc = context.currentType === 1 /* TokenTypes.Pipe */\n ? context.lastEndLoc\n : tokenizer.currentPosition();\n endNode(node, endOffset, endLoc);\n return node;\n }\n function parsePlural(tokenizer, offset, loc, msgNode) {\n const context = tokenizer.context();\n let hasEmptyMessage = msgNode.items.length === 0;\n const node = startNode(1 /* NodeTypes.Plural */, offset, loc);\n node.cases = [];\n node.cases.push(msgNode);\n do {\n const msg = parseMessage(tokenizer);\n if (!hasEmptyMessage) {\n hasEmptyMessage = msg.items.length === 0;\n }\n node.cases.push(msg);\n } while (context.currentType !== 14 /* TokenTypes.EOF */);\n if (hasEmptyMessage) {\n emitError(tokenizer, CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL, loc, 0);\n }\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n function parseResource(tokenizer) {\n const context = tokenizer.context();\n const { offset, startLoc } = context;\n const msgNode = parseMessage(tokenizer);\n if (context.currentType === 14 /* TokenTypes.EOF */) {\n return msgNode;\n }\n else {\n return parsePlural(tokenizer, offset, startLoc, msgNode);\n }\n }\n function parse(source) {\n const tokenizer = createTokenizer(source, assign({}, options));\n const context = tokenizer.context();\n const node = startNode(0 /* NodeTypes.Resource */, context.offset, context.startLoc);\n if (location && node.loc) {\n node.loc.source = source;\n }\n node.body = parseResource(tokenizer);\n if (options.onCacheKey) {\n node.cacheKey = options.onCacheKey(source);\n }\n // assert whether achieved to EOF\n if (context.currentType !== 14 /* TokenTypes.EOF */) {\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, source[context.offset] || '');\n }\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\n return node;\n }\n return { parse };\n}\nfunction getTokenCaption(token) {\n if (token.type === 14 /* TokenTypes.EOF */) {\n return 'EOF';\n }\n const name = (token.value || '').replace(/\\r?\\n/gu, '\\\\n');\n return name.length > 10 ? name.slice(0, 9) + '…' : name;\n}\n\nfunction createTransformer(ast, options = {} // eslint-disable-line\n) {\n const _context = {\n ast,\n helpers: new Set()\n };\n const context = () => _context;\n const helper = (name) => {\n _context.helpers.add(name);\n return name;\n };\n return { context, helper };\n}\nfunction traverseNodes(nodes, transformer) {\n for (let i = 0; i < nodes.length; i++) {\n traverseNode(nodes[i], transformer);\n }\n}\nfunction traverseNode(node, transformer) {\n // TODO: if we need pre-hook of transform, should be implemented to here\n switch (node.type) {\n case 1 /* NodeTypes.Plural */:\n traverseNodes(node.cases, transformer);\n transformer.helper(\"plural\" /* HelperNameMap.PLURAL */);\n break;\n case 2 /* NodeTypes.Message */:\n traverseNodes(node.items, transformer);\n break;\n case 6 /* NodeTypes.Linked */: {\n const linked = node;\n traverseNode(linked.key, transformer);\n transformer.helper(\"linked\" /* HelperNameMap.LINKED */);\n transformer.helper(\"type\" /* HelperNameMap.TYPE */);\n break;\n }\n case 5 /* NodeTypes.List */:\n transformer.helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */);\n transformer.helper(\"list\" /* HelperNameMap.LIST */);\n break;\n case 4 /* NodeTypes.Named */:\n transformer.helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */);\n transformer.helper(\"named\" /* HelperNameMap.NAMED */);\n break;\n }\n // TODO: if we need post-hook of transform, should be implemented to here\n}\n// transform AST\nfunction transform(ast, options = {} // eslint-disable-line\n) {\n const transformer = createTransformer(ast);\n transformer.helper(\"normalize\" /* HelperNameMap.NORMALIZE */);\n // traverse\n ast.body && traverseNode(ast.body, transformer);\n // set meta information\n const context = transformer.context();\n ast.helpers = Array.from(context.helpers);\n}\n\nfunction optimize(ast) {\n const body = ast.body;\n if (body.type === 2 /* NodeTypes.Message */) {\n optimizeMessageNode(body);\n }\n else {\n body.cases.forEach(c => optimizeMessageNode(c));\n }\n return ast;\n}\nfunction optimizeMessageNode(message) {\n if (message.items.length === 1) {\n const item = message.items[0];\n if (item.type === 3 /* NodeTypes.Text */ || item.type === 9 /* NodeTypes.Literal */) {\n message.static = item.value;\n delete item.value; // optimization for size\n }\n }\n else {\n const values = [];\n for (let i = 0; i < message.items.length; i++) {\n const item = message.items[i];\n if (!(item.type === 3 /* NodeTypes.Text */ || item.type === 9 /* NodeTypes.Literal */)) {\n break;\n }\n if (item.value == null) {\n break;\n }\n values.push(item.value);\n }\n if (values.length === message.items.length) {\n message.static = join(values);\n for (let i = 0; i < message.items.length; i++) {\n const item = message.items[i];\n if (item.type === 3 /* NodeTypes.Text */ || item.type === 9 /* NodeTypes.Literal */) {\n delete item.value; // optimization for size\n }\n }\n }\n }\n}\n\nconst ERROR_DOMAIN$1 = 'minifier';\n/* eslint-disable @typescript-eslint/no-explicit-any */\nfunction minify(node) {\n node.t = node.type;\n switch (node.type) {\n case 0 /* NodeTypes.Resource */: {\n const resource = node;\n minify(resource.body);\n resource.b = resource.body;\n delete resource.body;\n break;\n }\n case 1 /* NodeTypes.Plural */: {\n const plural = node;\n const cases = plural.cases;\n for (let i = 0; i < cases.length; i++) {\n minify(cases[i]);\n }\n plural.c = cases;\n delete plural.cases;\n break;\n }\n case 2 /* NodeTypes.Message */: {\n const message = node;\n const items = message.items;\n for (let i = 0; i < items.length; i++) {\n minify(items[i]);\n }\n message.i = items;\n delete message.items;\n if (message.static) {\n message.s = message.static;\n delete message.static;\n }\n break;\n }\n case 3 /* NodeTypes.Text */:\n case 9 /* NodeTypes.Literal */:\n case 8 /* NodeTypes.LinkedModifier */:\n case 7 /* NodeTypes.LinkedKey */: {\n const valueNode = node;\n if (valueNode.value) {\n valueNode.v = valueNode.value;\n delete valueNode.value;\n }\n break;\n }\n case 6 /* NodeTypes.Linked */: {\n const linked = node;\n minify(linked.key);\n linked.k = linked.key;\n delete linked.key;\n if (linked.modifier) {\n minify(linked.modifier);\n linked.m = linked.modifier;\n delete linked.modifier;\n }\n break;\n }\n case 5 /* NodeTypes.List */: {\n const list = node;\n list.i = list.index;\n delete list.index;\n break;\n }\n case 4 /* NodeTypes.Named */: {\n const named = node;\n named.k = named.key;\n delete named.key;\n break;\n }\n default:\n {\n throw createCompileError(CompileErrorCodes.UNHANDLED_MINIFIER_NODE_TYPE, null, {\n domain: ERROR_DOMAIN$1,\n args: [node.type]\n });\n }\n }\n delete node.type;\n}\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\n// eslint-disable-next-line @typescript-eslint/triple-slash-reference\n/// \nconst ERROR_DOMAIN = 'parser';\nfunction createCodeGenerator(ast, options) {\n const { sourceMap, filename, breakLineCode, needIndent: _needIndent } = options;\n const location = options.location !== false;\n const _context = {\n filename,\n code: '',\n column: 1,\n line: 1,\n offset: 0,\n map: undefined,\n breakLineCode,\n needIndent: _needIndent,\n indentLevel: 0\n };\n if (location && ast.loc) {\n _context.source = ast.loc.source;\n }\n const context = () => _context;\n function push(code, node) {\n _context.code += code;\n }\n function _newline(n, withBreakLine = true) {\n const _breakLineCode = withBreakLine ? breakLineCode : '';\n push(_needIndent ? _breakLineCode + ` `.repeat(n) : _breakLineCode);\n }\n function indent(withNewLine = true) {\n const level = ++_context.indentLevel;\n withNewLine && _newline(level);\n }\n function deindent(withNewLine = true) {\n const level = --_context.indentLevel;\n withNewLine && _newline(level);\n }\n function newline() {\n _newline(_context.indentLevel);\n }\n const helper = (key) => `_${key}`;\n const needIndent = () => _context.needIndent;\n return {\n context,\n push,\n indent,\n deindent,\n newline,\n helper,\n needIndent\n };\n}\nfunction generateLinkedNode(generator, node) {\n const { helper } = generator;\n generator.push(`${helper(\"linked\" /* HelperNameMap.LINKED */)}(`);\n generateNode(generator, node.key);\n if (node.modifier) {\n generator.push(`, `);\n generateNode(generator, node.modifier);\n generator.push(`, _type`);\n }\n else {\n generator.push(`, undefined, _type`);\n }\n generator.push(`)`);\n}\nfunction generateMessageNode(generator, node) {\n const { helper, needIndent } = generator;\n generator.push(`${helper(\"normalize\" /* HelperNameMap.NORMALIZE */)}([`);\n generator.indent(needIndent());\n const length = node.items.length;\n for (let i = 0; i < length; i++) {\n generateNode(generator, node.items[i]);\n if (i === length - 1) {\n break;\n }\n generator.push(', ');\n }\n generator.deindent(needIndent());\n generator.push('])');\n}\nfunction generatePluralNode(generator, node) {\n const { helper, needIndent } = generator;\n if (node.cases.length > 1) {\n generator.push(`${helper(\"plural\" /* HelperNameMap.PLURAL */)}([`);\n generator.indent(needIndent());\n const length = node.cases.length;\n for (let i = 0; i < length; i++) {\n generateNode(generator, node.cases[i]);\n if (i === length - 1) {\n break;\n }\n generator.push(', ');\n }\n generator.deindent(needIndent());\n generator.push(`])`);\n }\n}\nfunction generateResource(generator, node) {\n if (node.body) {\n generateNode(generator, node.body);\n }\n else {\n generator.push('null');\n }\n}\nfunction generateNode(generator, node) {\n const { helper } = generator;\n switch (node.type) {\n case 0 /* NodeTypes.Resource */:\n generateResource(generator, node);\n break;\n case 1 /* NodeTypes.Plural */:\n generatePluralNode(generator, node);\n break;\n case 2 /* NodeTypes.Message */:\n generateMessageNode(generator, node);\n break;\n case 6 /* NodeTypes.Linked */:\n generateLinkedNode(generator, node);\n break;\n case 8 /* NodeTypes.LinkedModifier */:\n generator.push(JSON.stringify(node.value), node);\n break;\n case 7 /* NodeTypes.LinkedKey */:\n generator.push(JSON.stringify(node.value), node);\n break;\n case 5 /* NodeTypes.List */:\n generator.push(`${helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */)}(${helper(\"list\" /* HelperNameMap.LIST */)}(${node.index}))`, node);\n break;\n case 4 /* NodeTypes.Named */:\n generator.push(`${helper(\"interpolate\" /* HelperNameMap.INTERPOLATE */)}(${helper(\"named\" /* HelperNameMap.NAMED */)}(${JSON.stringify(node.key)}))`, node);\n break;\n case 9 /* NodeTypes.Literal */:\n generator.push(JSON.stringify(node.value), node);\n break;\n case 3 /* NodeTypes.Text */:\n generator.push(JSON.stringify(node.value), node);\n break;\n default:\n {\n throw createCompileError(CompileErrorCodes.UNHANDLED_CODEGEN_NODE_TYPE, null, {\n domain: ERROR_DOMAIN,\n args: [node.type]\n });\n }\n }\n}\n// generate code from AST\nconst generate = (ast, options = {} // eslint-disable-line\n) => {\n const mode = isString(options.mode) ? options.mode : 'normal';\n const filename = isString(options.filename)\n ? options.filename\n : 'message.intl';\n const sourceMap = !!options.sourceMap;\n // prettier-ignore\n const breakLineCode = options.breakLineCode != null\n ? options.breakLineCode\n : mode === 'arrow'\n ? ';'\n : '\\n';\n const needIndent = options.needIndent ? options.needIndent : mode !== 'arrow';\n const helpers = ast.helpers || [];\n const generator = createCodeGenerator(ast, {\n mode,\n filename,\n sourceMap,\n breakLineCode,\n needIndent\n });\n generator.push(mode === 'normal' ? `function __msg__ (ctx) {` : `(ctx) => {`);\n generator.indent(needIndent);\n if (helpers.length > 0) {\n generator.push(`const { ${join(helpers.map(s => `${s}: _${s}`), ', ')} } = ctx`);\n generator.newline();\n }\n generator.push(`return `);\n generateNode(generator, ast);\n generator.deindent(needIndent);\n generator.push(`}`);\n delete ast.helpers;\n const { code, map } = generator.context();\n return {\n ast,\n code,\n map: map ? map.toJSON() : undefined // eslint-disable-line @typescript-eslint/no-explicit-any\n };\n};\n\nfunction baseCompile(source, options = {}) {\n const assignedOptions = assign({}, options);\n const jit = !!assignedOptions.jit;\n const enalbeMinify = !!assignedOptions.minify;\n const enambeOptimize = assignedOptions.optimize == null ? true : assignedOptions.optimize;\n // parse source codes\n const parser = createParser(assignedOptions);\n const ast = parser.parse(source);\n if (!jit) {\n // transform ASTs\n transform(ast, assignedOptions);\n // generate javascript codes\n return generate(ast, assignedOptions);\n }\n else {\n // optimize ASTs\n enambeOptimize && optimize(ast);\n // minimize ASTs\n enalbeMinify && minify(ast);\n // In JIT mode, no ast transform, no code generation.\n return { ast, code: '' };\n }\n}\n\nexport { CompileErrorCodes, CompileWarnCodes, ERROR_DOMAIN$2 as ERROR_DOMAIN, LOCATION_STUB, baseCompile, createCompileError, createCompileWarn, createLocation, createParser, createPosition, defaultOnError, detectHtmlTag, errorMessages, warnMessages };\n", "/*!\n * core-base v9.13.1\n * (c) 2024 kazuya kawaguchi\n * Released under the MIT License.\n */\nimport { getGlobalThis, isObject, isFunction, isString, isNumber, isPlainObject, assign, join, toDisplayString, isArray, incrementer, format as format$1, isPromise, isBoolean, warn, isRegExp, warnOnce, escapeHtml, inBrowser, mark, measure, isEmptyObject, generateCodeFrame, generateFormatCacheKey, isDate } from '@intlify/shared';\nimport { CompileWarnCodes, CompileErrorCodes, createCompileError, detectHtmlTag, defaultOnError, baseCompile as baseCompile$1 } from '@intlify/message-compiler';\nexport { CompileErrorCodes, createCompileError } from '@intlify/message-compiler';\n\n/**\n * This is only called in esm-bundler builds.\n * istanbul-ignore-next\n */\nfunction initFeatureFlags() {\n if (typeof __INTLIFY_PROD_DEVTOOLS__ !== 'boolean') {\n getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = false;\n }\n if (typeof __INTLIFY_JIT_COMPILATION__ !== 'boolean') {\n getGlobalThis().__INTLIFY_JIT_COMPILATION__ = false;\n }\n if (typeof __INTLIFY_DROP_MESSAGE_COMPILER__ !== 'boolean') {\n getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;\n }\n}\n\nconst pathStateMachine = [];\npathStateMachine[0 /* States.BEFORE_PATH */] = {\n [\"w\" /* PathCharTypes.WORKSPACE */]: [0 /* States.BEFORE_PATH */],\n [\"i\" /* PathCharTypes.IDENT */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [4 /* States.IN_SUB_PATH */],\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: [7 /* States.AFTER_PATH */]\n};\npathStateMachine[1 /* States.IN_PATH */] = {\n [\"w\" /* PathCharTypes.WORKSPACE */]: [1 /* States.IN_PATH */],\n [\".\" /* PathCharTypes.DOT */]: [2 /* States.BEFORE_IDENT */],\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [4 /* States.IN_SUB_PATH */],\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: [7 /* States.AFTER_PATH */]\n};\npathStateMachine[2 /* States.BEFORE_IDENT */] = {\n [\"w\" /* PathCharTypes.WORKSPACE */]: [2 /* States.BEFORE_IDENT */],\n [\"i\" /* PathCharTypes.IDENT */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\n [\"0\" /* PathCharTypes.ZERO */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */]\n};\npathStateMachine[3 /* States.IN_IDENT */] = {\n [\"i\" /* PathCharTypes.IDENT */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\n [\"0\" /* PathCharTypes.ZERO */]: [3 /* States.IN_IDENT */, 0 /* Actions.APPEND */],\n [\"w\" /* PathCharTypes.WORKSPACE */]: [1 /* States.IN_PATH */, 1 /* Actions.PUSH */],\n [\".\" /* PathCharTypes.DOT */]: [2 /* States.BEFORE_IDENT */, 1 /* Actions.PUSH */],\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [4 /* States.IN_SUB_PATH */, 1 /* Actions.PUSH */],\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: [7 /* States.AFTER_PATH */, 1 /* Actions.PUSH */]\n};\npathStateMachine[4 /* States.IN_SUB_PATH */] = {\n [\"'\" /* PathCharTypes.SINGLE_QUOTE */]: [5 /* States.IN_SINGLE_QUOTE */, 0 /* Actions.APPEND */],\n [\"\\\"\" /* PathCharTypes.DOUBLE_QUOTE */]: [6 /* States.IN_DOUBLE_QUOTE */, 0 /* Actions.APPEND */],\n [\"[\" /* PathCharTypes.LEFT_BRACKET */]: [\n 4 /* States.IN_SUB_PATH */,\n 2 /* Actions.INC_SUB_PATH_DEPTH */\n ],\n [\"]\" /* PathCharTypes.RIGHT_BRACKET */]: [1 /* States.IN_PATH */, 3 /* Actions.PUSH_SUB_PATH */],\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: 8 /* States.ERROR */,\n [\"l\" /* PathCharTypes.ELSE */]: [4 /* States.IN_SUB_PATH */, 0 /* Actions.APPEND */]\n};\npathStateMachine[5 /* States.IN_SINGLE_QUOTE */] = {\n [\"'\" /* PathCharTypes.SINGLE_QUOTE */]: [4 /* States.IN_SUB_PATH */, 0 /* Actions.APPEND */],\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: 8 /* States.ERROR */,\n [\"l\" /* PathCharTypes.ELSE */]: [5 /* States.IN_SINGLE_QUOTE */, 0 /* Actions.APPEND */]\n};\npathStateMachine[6 /* States.IN_DOUBLE_QUOTE */] = {\n [\"\\\"\" /* PathCharTypes.DOUBLE_QUOTE */]: [4 /* States.IN_SUB_PATH */, 0 /* Actions.APPEND */],\n [\"o\" /* PathCharTypes.END_OF_FAIL */]: 8 /* States.ERROR */,\n [\"l\" /* PathCharTypes.ELSE */]: [6 /* States.IN_DOUBLE_QUOTE */, 0 /* Actions.APPEND */]\n};\n/**\n * Check if an expression is a literal value.\n */\nconst literalValueRE = /^\\s?(?:true|false|-?[\\d.]+|'[^']*'|\"[^\"]*\")\\s?$/;\nfunction isLiteral(exp) {\n return literalValueRE.test(exp);\n}\n/**\n * Strip quotes from a string\n */\nfunction stripQuotes(str) {\n const a = str.charCodeAt(0);\n const b = str.charCodeAt(str.length - 1);\n return a === b && (a === 0x22 || a === 0x27) ? str.slice(1, -1) : str;\n}\n/**\n * Determine the type of a character in a keypath.\n */\nfunction getPathCharType(ch) {\n if (ch === undefined || ch === null) {\n return \"o\" /* PathCharTypes.END_OF_FAIL */;\n }\n const code = ch.charCodeAt(0);\n switch (code) {\n case 0x5b: // [\n case 0x5d: // ]\n case 0x2e: // .\n case 0x22: // \"\n case 0x27: // '\n return ch;\n case 0x5f: // _\n case 0x24: // $\n case 0x2d: // -\n return \"i\" /* PathCharTypes.IDENT */;\n case 0x09: // Tab (HT)\n case 0x0a: // Newline (LF)\n case 0x0d: // Return (CR)\n case 0xa0: // No-break space (NBSP)\n case 0xfeff: // Byte Order Mark (BOM)\n case 0x2028: // Line Separator (LS)\n case 0x2029: // Paragraph Separator (PS)\n return \"w\" /* PathCharTypes.WORKSPACE */;\n }\n return \"i\" /* PathCharTypes.IDENT */;\n}\n/**\n * Format a subPath, return its plain form if it is\n * a literal string or number. Otherwise prepend the\n * dynamic indicator (*).\n */\nfunction formatSubPath(path) {\n const trimmed = path.trim();\n // invalid leading 0\n if (path.charAt(0) === '0' && isNaN(parseInt(path))) {\n return false;\n }\n return isLiteral(trimmed)\n ? stripQuotes(trimmed)\n : \"*\" /* PathCharTypes.ASTARISK */ + trimmed;\n}\n/**\n * Parse a string path into an array of segments\n */\nfunction parse(path) {\n const keys = [];\n let index = -1;\n let mode = 0 /* States.BEFORE_PATH */;\n let subPathDepth = 0;\n let c;\n let key; // eslint-disable-line\n let newChar;\n let type;\n let transition;\n let action;\n let typeMap;\n const actions = [];\n actions[0 /* Actions.APPEND */] = () => {\n if (key === undefined) {\n key = newChar;\n }\n else {\n key += newChar;\n }\n };\n actions[1 /* Actions.PUSH */] = () => {\n if (key !== undefined) {\n keys.push(key);\n key = undefined;\n }\n };\n actions[2 /* Actions.INC_SUB_PATH_DEPTH */] = () => {\n actions[0 /* Actions.APPEND */]();\n subPathDepth++;\n };\n actions[3 /* Actions.PUSH_SUB_PATH */] = () => {\n if (subPathDepth > 0) {\n subPathDepth--;\n mode = 4 /* States.IN_SUB_PATH */;\n actions[0 /* Actions.APPEND */]();\n }\n else {\n subPathDepth = 0;\n if (key === undefined) {\n return false;\n }\n key = formatSubPath(key);\n if (key === false) {\n return false;\n }\n else {\n actions[1 /* Actions.PUSH */]();\n }\n }\n };\n function maybeUnescapeQuote() {\n const nextChar = path[index + 1];\n if ((mode === 5 /* States.IN_SINGLE_QUOTE */ &&\n nextChar === \"'\" /* PathCharTypes.SINGLE_QUOTE */) ||\n (mode === 6 /* States.IN_DOUBLE_QUOTE */ &&\n nextChar === \"\\\"\" /* PathCharTypes.DOUBLE_QUOTE */)) {\n index++;\n newChar = '\\\\' + nextChar;\n actions[0 /* Actions.APPEND */]();\n return true;\n }\n }\n while (mode !== null) {\n index++;\n c = path[index];\n if (c === '\\\\' && maybeUnescapeQuote()) {\n continue;\n }\n type = getPathCharType(c);\n typeMap = pathStateMachine[mode];\n transition = typeMap[type] || typeMap[\"l\" /* PathCharTypes.ELSE */] || 8 /* States.ERROR */;\n // check parse error\n if (transition === 8 /* States.ERROR */) {\n return;\n }\n mode = transition[0];\n if (transition[1] !== undefined) {\n action = actions[transition[1]];\n if (action) {\n newChar = c;\n if (action() === false) {\n return;\n }\n }\n }\n // check parse finish\n if (mode === 7 /* States.AFTER_PATH */) {\n return keys;\n }\n }\n}\n// path token cache\nconst cache = new Map();\n/**\n * key-value message resolver\n *\n * @remarks\n * Resolves messages with the key-value structure. Note that messages with a hierarchical structure such as objects cannot be resolved\n *\n * @param obj - A target object to be resolved with path\n * @param path - A {@link Path | path} to resolve the value of message\n *\n * @returns A resolved {@link PathValue | path value}\n *\n * @VueI18nGeneral\n */\nfunction resolveWithKeyValue(obj, path) {\n return isObject(obj) ? obj[path] : null;\n}\n/**\n * message resolver\n *\n * @remarks\n * Resolves messages. messages with a hierarchical structure such as objects can be resolved. This resolver is used in VueI18n as default.\n *\n * @param obj - A target object to be resolved with path\n * @param path - A {@link Path | path} to resolve the value of message\n *\n * @returns A resolved {@link PathValue | path value}\n *\n * @VueI18nGeneral\n */\nfunction resolveValue(obj, path) {\n // check object\n if (!isObject(obj)) {\n return null;\n }\n // parse path\n let hit = cache.get(path);\n if (!hit) {\n hit = parse(path);\n if (hit) {\n cache.set(path, hit);\n }\n }\n // check hit\n if (!hit) {\n return null;\n }\n // resolve path value\n const len = hit.length;\n let last = obj;\n let i = 0;\n while (i < len) {\n const val = last[hit[i]];\n if (val === undefined) {\n return null;\n }\n if (isFunction(last)) {\n return null;\n }\n last = val;\n i++;\n }\n return last;\n}\n\nconst DEFAULT_MODIFIER = (str) => str;\nconst DEFAULT_MESSAGE = (ctx) => ''; // eslint-disable-line\nconst DEFAULT_MESSAGE_DATA_TYPE = 'text';\nconst DEFAULT_NORMALIZE = (values) => values.length === 0 ? '' : join(values);\nconst DEFAULT_INTERPOLATE = toDisplayString;\nfunction pluralDefault(choice, choicesLength) {\n choice = Math.abs(choice);\n if (choicesLength === 2) {\n // prettier-ignore\n return choice\n ? choice > 1\n ? 1\n : 0\n : 1;\n }\n return choice ? Math.min(choice, 2) : 0;\n}\nfunction getPluralIndex(options) {\n // prettier-ignore\n const index = isNumber(options.pluralIndex)\n ? options.pluralIndex\n : -1;\n // prettier-ignore\n return options.named && (isNumber(options.named.count) || isNumber(options.named.n))\n ? isNumber(options.named.count)\n ? options.named.count\n : isNumber(options.named.n)\n ? options.named.n\n : index\n : index;\n}\nfunction normalizeNamed(pluralIndex, props) {\n if (!props.count) {\n props.count = pluralIndex;\n }\n if (!props.n) {\n props.n = pluralIndex;\n }\n}\nfunction createMessageContext(options = {}) {\n const locale = options.locale;\n const pluralIndex = getPluralIndex(options);\n const pluralRule = isObject(options.pluralRules) &&\n isString(locale) &&\n isFunction(options.pluralRules[locale])\n ? options.pluralRules[locale]\n : pluralDefault;\n const orgPluralRule = isObject(options.pluralRules) &&\n isString(locale) &&\n isFunction(options.pluralRules[locale])\n ? pluralDefault\n : undefined;\n const plural = (messages) => {\n return messages[pluralRule(pluralIndex, messages.length, orgPluralRule)];\n };\n const _list = options.list || [];\n const list = (index) => _list[index];\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const _named = options.named || {};\n isNumber(options.pluralIndex) && normalizeNamed(pluralIndex, _named);\n const named = (key) => _named[key];\n function message(key) {\n // prettier-ignore\n const msg = isFunction(options.messages)\n ? options.messages(key)\n : isObject(options.messages)\n ? options.messages[key]\n : false;\n return !msg\n ? options.parent\n ? options.parent.message(key) // resolve from parent messages\n : DEFAULT_MESSAGE\n : msg;\n }\n const _modifier = (name) => options.modifiers\n ? options.modifiers[name]\n : DEFAULT_MODIFIER;\n const normalize = isPlainObject(options.processor) && isFunction(options.processor.normalize)\n ? options.processor.normalize\n : DEFAULT_NORMALIZE;\n const interpolate = isPlainObject(options.processor) &&\n isFunction(options.processor.interpolate)\n ? options.processor.interpolate\n : DEFAULT_INTERPOLATE;\n const type = isPlainObject(options.processor) && isString(options.processor.type)\n ? options.processor.type\n : DEFAULT_MESSAGE_DATA_TYPE;\n const linked = (key, ...args) => {\n const [arg1, arg2] = args;\n let type = 'text';\n let modifier = '';\n if (args.length === 1) {\n if (isObject(arg1)) {\n modifier = arg1.modifier || modifier;\n type = arg1.type || type;\n }\n else if (isString(arg1)) {\n modifier = arg1 || modifier;\n }\n }\n else if (args.length === 2) {\n if (isString(arg1)) {\n modifier = arg1 || modifier;\n }\n if (isString(arg2)) {\n type = arg2 || type;\n }\n }\n const ret = message(key)(ctx);\n const msg = \n // The message in vnode resolved with linked are returned as an array by processor.nomalize\n type === 'vnode' && isArray(ret) && modifier\n ? ret[0]\n : ret;\n return modifier ? _modifier(modifier)(msg, type) : msg;\n };\n const ctx = {\n [\"list\" /* HelperNameMap.LIST */]: list,\n [\"named\" /* HelperNameMap.NAMED */]: named,\n [\"plural\" /* HelperNameMap.PLURAL */]: plural,\n [\"linked\" /* HelperNameMap.LINKED */]: linked,\n [\"message\" /* HelperNameMap.MESSAGE */]: message,\n [\"type\" /* HelperNameMap.TYPE */]: type,\n [\"interpolate\" /* HelperNameMap.INTERPOLATE */]: interpolate,\n [\"normalize\" /* HelperNameMap.NORMALIZE */]: normalize,\n [\"values\" /* HelperNameMap.VALUES */]: assign({}, _list, _named)\n };\n return ctx;\n}\n\nlet devtools = null;\nfunction setDevToolsHook(hook) {\n devtools = hook;\n}\nfunction getDevToolsHook() {\n return devtools;\n}\nfunction initI18nDevTools(i18n, version, meta) {\n // TODO: queue if devtools is undefined\n devtools &&\n devtools.emit(\"i18n:init\" /* IntlifyDevToolsHooks.I18nInit */, {\n timestamp: Date.now(),\n i18n,\n version,\n meta\n });\n}\nconst translateDevTools = /* #__PURE__*/ createDevToolsHook(\"function:translate\" /* IntlifyDevToolsHooks.FunctionTranslate */);\nfunction createDevToolsHook(hook) {\n return (payloads) => devtools && devtools.emit(hook, payloads);\n}\n\nconst code$1 = CompileWarnCodes.__EXTEND_POINT__;\nconst inc$1 = incrementer(code$1);\nconst CoreWarnCodes = {\n NOT_FOUND_KEY: code$1, // 2\n FALLBACK_TO_TRANSLATE: inc$1(), // 3\n CANNOT_FORMAT_NUMBER: inc$1(), // 4\n FALLBACK_TO_NUMBER_FORMAT: inc$1(), // 5\n CANNOT_FORMAT_DATE: inc$1(), // 6\n FALLBACK_TO_DATE_FORMAT: inc$1(), // 7\n EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER: inc$1(), // 8\n __EXTEND_POINT__: inc$1() // 9\n};\n/** @internal */\nconst warnMessages = {\n [CoreWarnCodes.NOT_FOUND_KEY]: `Not found '{key}' key in '{locale}' locale messages.`,\n [CoreWarnCodes.FALLBACK_TO_TRANSLATE]: `Fall back to translate '{key}' key with '{target}' locale.`,\n [CoreWarnCodes.CANNOT_FORMAT_NUMBER]: `Cannot format a number value due to not supported Intl.NumberFormat.`,\n [CoreWarnCodes.FALLBACK_TO_NUMBER_FORMAT]: `Fall back to number format '{key}' key with '{target}' locale.`,\n [CoreWarnCodes.CANNOT_FORMAT_DATE]: `Cannot format a date value due to not supported Intl.DateTimeFormat.`,\n [CoreWarnCodes.FALLBACK_TO_DATE_FORMAT]: `Fall back to datetime format '{key}' key with '{target}' locale.`,\n [CoreWarnCodes.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.`\n};\nfunction getWarnMessage(code, ...args) {\n return format$1(warnMessages[code], ...args);\n}\n\nconst code = CompileErrorCodes.__EXTEND_POINT__;\nconst inc = incrementer(code);\nconst CoreErrorCodes = {\n INVALID_ARGUMENT: code, // 17\n INVALID_DATE_ARGUMENT: inc(), // 18\n INVALID_ISO_DATE_ARGUMENT: inc(), // 19\n NOT_SUPPORT_NON_STRING_MESSAGE: inc(), // 20\n NOT_SUPPORT_LOCALE_PROMISE_VALUE: inc(), // 21\n NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: inc(), // 22\n NOT_SUPPORT_LOCALE_TYPE: inc(), // 23\n __EXTEND_POINT__: inc() // 24\n};\nfunction createCoreError(code) {\n return createCompileError(code, null, (process.env.NODE_ENV !== 'production') ? { messages: errorMessages } : undefined);\n}\n/** @internal */\nconst errorMessages = {\n [CoreErrorCodes.INVALID_ARGUMENT]: 'Invalid arguments',\n [CoreErrorCodes.INVALID_DATE_ARGUMENT]: 'The date provided is an invalid Date object.' +\n 'Make sure your Date represents a valid date.',\n [CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT]: 'The argument provided is not a valid ISO date string',\n [CoreErrorCodes.NOT_SUPPORT_NON_STRING_MESSAGE]: 'Not support non-string message',\n [CoreErrorCodes.NOT_SUPPORT_LOCALE_PROMISE_VALUE]: 'cannot support promise value',\n [CoreErrorCodes.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]: 'cannot support async function',\n [CoreErrorCodes.NOT_SUPPORT_LOCALE_TYPE]: 'cannot support locale type'\n};\n\n/** @internal */\nfunction getLocale(context, options) {\n return options.locale != null\n ? resolveLocale(options.locale)\n : resolveLocale(context.locale);\n}\nlet _resolveLocale;\n/** @internal */\nfunction resolveLocale(locale) {\n if (isString(locale)) {\n return locale;\n }\n else {\n if (isFunction(locale)) {\n if (locale.resolvedOnce && _resolveLocale != null) {\n return _resolveLocale;\n }\n else if (locale.constructor.name === 'Function') {\n const resolve = locale();\n if (isPromise(resolve)) {\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_PROMISE_VALUE);\n }\n return (_resolveLocale = resolve);\n }\n else {\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);\n }\n }\n else {\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_TYPE);\n }\n }\n}\n/**\n * Fallback with simple implemenation\n *\n * @remarks\n * A fallback locale function implemented with a simple fallback algorithm.\n *\n * Basically, it returns the value as specified in the `fallbackLocale` props, and is processed with the fallback inside intlify.\n *\n * @param ctx - A {@link CoreContext | context}\n * @param fallback - A {@link FallbackLocale | fallback locale}\n * @param start - A starting {@link Locale | locale}\n *\n * @returns Fallback locales\n *\n * @VueI18nGeneral\n */\nfunction fallbackWithSimple(ctx, fallback, start // eslint-disable-line @typescript-eslint/no-unused-vars\n) {\n // prettier-ignore\n return [...new Set([\n start,\n ...(isArray(fallback)\n ? fallback\n : isObject(fallback)\n ? Object.keys(fallback)\n : isString(fallback)\n ? [fallback]\n : [start])\n ])];\n}\n/**\n * Fallback with locale chain\n *\n * @remarks\n * A fallback locale function implemented with a fallback chain algorithm. It's used in VueI18n as default.\n *\n * @param ctx - A {@link CoreContext | context}\n * @param fallback - A {@link FallbackLocale | fallback locale}\n * @param start - A starting {@link Locale | locale}\n *\n * @returns Fallback locales\n *\n * @VueI18nSee [Fallbacking](../guide/essentials/fallback)\n *\n * @VueI18nGeneral\n */\nfunction fallbackWithLocaleChain(ctx, fallback, start) {\n const startLocale = isString(start) ? start : DEFAULT_LOCALE;\n const context = ctx;\n if (!context.__localeChainCache) {\n context.__localeChainCache = new Map();\n }\n let chain = context.__localeChainCache.get(startLocale);\n if (!chain) {\n chain = [];\n // first block defined by start\n let block = [start];\n // while any intervening block found\n while (isArray(block)) {\n block = appendBlockToChain(chain, block, fallback);\n }\n // prettier-ignore\n // last block defined by default\n const defaults = isArray(fallback) || !isPlainObject(fallback)\n ? fallback\n : fallback['default']\n ? fallback['default']\n : null;\n // convert defaults to array\n block = isString(defaults) ? [defaults] : defaults;\n if (isArray(block)) {\n appendBlockToChain(chain, block, false);\n }\n context.__localeChainCache.set(startLocale, chain);\n }\n return chain;\n}\nfunction appendBlockToChain(chain, block, blocks) {\n let follow = true;\n for (let i = 0; i < block.length && isBoolean(follow); i++) {\n const locale = block[i];\n if (isString(locale)) {\n follow = appendLocaleToChain(chain, block[i], blocks);\n }\n }\n return follow;\n}\nfunction appendLocaleToChain(chain, locale, blocks) {\n let follow;\n const tokens = locale.split('-');\n do {\n const target = tokens.join('-');\n follow = appendItemToChain(chain, target, blocks);\n tokens.splice(-1, 1);\n } while (tokens.length && follow === true);\n return follow;\n}\nfunction appendItemToChain(chain, target, blocks) {\n let follow = false;\n if (!chain.includes(target)) {\n follow = true;\n if (target) {\n follow = target[target.length - 1] !== '!';\n const locale = target.replace(/!/g, '');\n chain.push(locale);\n if ((isArray(blocks) || isPlainObject(blocks)) &&\n blocks[locale] // eslint-disable-line @typescript-eslint/no-explicit-any\n ) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n follow = blocks[locale];\n }\n }\n }\n return follow;\n}\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\n/**\n * Intlify core-base version\n * @internal\n */\nconst VERSION = '9.13.1';\nconst NOT_REOSLVED = -1;\nconst DEFAULT_LOCALE = 'en-US';\nconst MISSING_RESOLVE_VALUE = '';\nconst capitalize = (str) => `${str.charAt(0).toLocaleUpperCase()}${str.substr(1)}`;\nfunction getDefaultLinkedModifiers() {\n return {\n upper: (val, type) => {\n // prettier-ignore\n return type === 'text' && isString(val)\n ? val.toUpperCase()\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\n ? val.children.toUpperCase()\n : val;\n },\n lower: (val, type) => {\n // prettier-ignore\n return type === 'text' && isString(val)\n ? val.toLowerCase()\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\n ? val.children.toLowerCase()\n : val;\n },\n capitalize: (val, type) => {\n // prettier-ignore\n return (type === 'text' && isString(val)\n ? capitalize(val)\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\n ? capitalize(val.children)\n : val);\n }\n };\n}\nlet _compiler;\nfunction registerMessageCompiler(compiler) {\n _compiler = compiler;\n}\nlet _resolver;\n/**\n * Register the message resolver\n *\n * @param resolver - A {@link MessageResolver} function\n *\n * @VueI18nGeneral\n */\nfunction registerMessageResolver(resolver) {\n _resolver = resolver;\n}\nlet _fallbacker;\n/**\n * Register the locale fallbacker\n *\n * @param fallbacker - A {@link LocaleFallbacker} function\n *\n * @VueI18nGeneral\n */\nfunction registerLocaleFallbacker(fallbacker) {\n _fallbacker = fallbacker;\n}\n// Additional Meta for Intlify DevTools\nlet _additionalMeta = null;\n/* #__NO_SIDE_EFFECTS__ */\nconst setAdditionalMeta = (meta) => {\n _additionalMeta = meta;\n};\n/* #__NO_SIDE_EFFECTS__ */\nconst getAdditionalMeta = () => _additionalMeta;\nlet _fallbackContext = null;\nconst setFallbackContext = (context) => {\n _fallbackContext = context;\n};\nconst getFallbackContext = () => _fallbackContext;\n// ID for CoreContext\nlet _cid = 0;\nfunction createCoreContext(options = {}) {\n // setup options\n const onWarn = isFunction(options.onWarn) ? options.onWarn : warn;\n const version = isString(options.version) ? options.version : VERSION;\n const locale = isString(options.locale) || isFunction(options.locale)\n ? options.locale\n : DEFAULT_LOCALE;\n const _locale = isFunction(locale) ? DEFAULT_LOCALE : locale;\n const fallbackLocale = isArray(options.fallbackLocale) ||\n isPlainObject(options.fallbackLocale) ||\n isString(options.fallbackLocale) ||\n options.fallbackLocale === false\n ? options.fallbackLocale\n : _locale;\n const messages = isPlainObject(options.messages)\n ? options.messages\n : { [_locale]: {} };\n const datetimeFormats = isPlainObject(options.datetimeFormats)\n ? options.datetimeFormats\n : { [_locale]: {} }\n ;\n const numberFormats = isPlainObject(options.numberFormats)\n ? options.numberFormats\n : { [_locale]: {} }\n ;\n const modifiers = assign({}, options.modifiers || {}, getDefaultLinkedModifiers());\n const pluralRules = options.pluralRules || {};\n const missing = isFunction(options.missing) ? options.missing : null;\n const missingWarn = isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\n ? options.missingWarn\n : true;\n const fallbackWarn = isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\n ? options.fallbackWarn\n : true;\n const fallbackFormat = !!options.fallbackFormat;\n const unresolving = !!options.unresolving;\n const postTranslation = isFunction(options.postTranslation)\n ? options.postTranslation\n : null;\n const processor = isPlainObject(options.processor) ? options.processor : null;\n const warnHtmlMessage = isBoolean(options.warnHtmlMessage)\n ? options.warnHtmlMessage\n : true;\n const escapeParameter = !!options.escapeParameter;\n const messageCompiler = isFunction(options.messageCompiler)\n ? options.messageCompiler\n : _compiler;\n if ((process.env.NODE_ENV !== 'production') &&\n !false &&\n !false &&\n isFunction(options.messageCompiler)) {\n warnOnce(getWarnMessage(CoreWarnCodes.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));\n }\n const messageResolver = isFunction(options.messageResolver)\n ? options.messageResolver\n : _resolver || resolveWithKeyValue;\n const localeFallbacker = isFunction(options.localeFallbacker)\n ? options.localeFallbacker\n : _fallbacker || fallbackWithSimple;\n const fallbackContext = isObject(options.fallbackContext)\n ? options.fallbackContext\n : undefined;\n // setup internal options\n const internalOptions = options;\n const __datetimeFormatters = isObject(internalOptions.__datetimeFormatters)\n ? internalOptions.__datetimeFormatters\n : new Map()\n ;\n const __numberFormatters = isObject(internalOptions.__numberFormatters)\n ? internalOptions.__numberFormatters\n : new Map()\n ;\n const __meta = isObject(internalOptions.__meta) ? internalOptions.__meta : {};\n _cid++;\n const context = {\n version,\n cid: _cid,\n locale,\n fallbackLocale,\n messages,\n modifiers,\n pluralRules,\n missing,\n missingWarn,\n fallbackWarn,\n fallbackFormat,\n unresolving,\n postTranslation,\n processor,\n warnHtmlMessage,\n escapeParameter,\n messageCompiler,\n messageResolver,\n localeFallbacker,\n fallbackContext,\n onWarn,\n __meta\n };\n {\n context.datetimeFormats = datetimeFormats;\n context.numberFormats = numberFormats;\n context.__datetimeFormatters = __datetimeFormatters;\n context.__numberFormatters = __numberFormatters;\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production')) {\n context.__v_emitter =\n internalOptions.__v_emitter != null\n ? internalOptions.__v_emitter\n : undefined;\n }\n // NOTE: experimental !!\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\n initI18nDevTools(context, version, __meta);\n }\n return context;\n}\n/** @internal */\nfunction isTranslateFallbackWarn(fallback, key) {\n return fallback instanceof RegExp ? fallback.test(key) : fallback;\n}\n/** @internal */\nfunction isTranslateMissingWarn(missing, key) {\n return missing instanceof RegExp ? missing.test(key) : missing;\n}\n/** @internal */\nfunction handleMissing(context, key, locale, missingWarn, type) {\n const { missing, onWarn } = context;\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production')) {\n const emitter = context.__v_emitter;\n if (emitter) {\n emitter.emit(\"missing\" /* VueDevToolsTimelineEvents.MISSING */, {\n locale,\n key,\n type,\n groupId: `${type}:${key}`\n });\n }\n }\n if (missing !== null) {\n const ret = missing(context, locale, key, type);\n return isString(ret) ? ret : key;\n }\n else {\n if ((process.env.NODE_ENV !== 'production') && isTranslateMissingWarn(missingWarn, key)) {\n onWarn(getWarnMessage(CoreWarnCodes.NOT_FOUND_KEY, { key, locale }));\n }\n return key;\n }\n}\n/** @internal */\nfunction updateFallbackLocale(ctx, locale, fallback) {\n const context = ctx;\n context.__localeChainCache = new Map();\n ctx.localeFallbacker(ctx, fallback, locale);\n}\n/** @internal */\nfunction isAlmostSameLocale(locale, compareLocale) {\n if (locale === compareLocale)\n return false;\n return locale.split('-')[0] === compareLocale.split('-')[0];\n}\n/** @internal */\nfunction isImplicitFallback(targetLocale, locales) {\n const index = locales.indexOf(targetLocale);\n if (index === -1) {\n return false;\n }\n for (let i = index + 1; i < locales.length; i++) {\n if (isAlmostSameLocale(targetLocale, locales[i])) {\n return true;\n }\n }\n return false;\n}\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\nfunction format(ast) {\n const msg = (ctx) => formatParts(ctx, ast);\n return msg;\n}\nfunction formatParts(ctx, ast) {\n const body = ast.b || ast.body;\n if ((body.t || body.type) === 1 /* NodeTypes.Plural */) {\n const plural = body;\n const cases = plural.c || plural.cases;\n return ctx.plural(cases.reduce((messages, c) => [\n ...messages,\n formatMessageParts(ctx, c)\n ], []));\n }\n else {\n return formatMessageParts(ctx, body);\n }\n}\nfunction formatMessageParts(ctx, node) {\n const _static = node.s || node.static;\n if (_static) {\n return ctx.type === 'text'\n ? _static\n : ctx.normalize([_static]);\n }\n else {\n const messages = (node.i || node.items).reduce((acm, c) => [...acm, formatMessagePart(ctx, c)], []);\n return ctx.normalize(messages);\n }\n}\nfunction formatMessagePart(ctx, node) {\n const type = node.t || node.type;\n switch (type) {\n case 3 /* NodeTypes.Text */: {\n const text = node;\n return (text.v || text.value);\n }\n case 9 /* NodeTypes.Literal */: {\n const literal = node;\n return (literal.v || literal.value);\n }\n case 4 /* NodeTypes.Named */: {\n const named = node;\n return ctx.interpolate(ctx.named(named.k || named.key));\n }\n case 5 /* NodeTypes.List */: {\n const list = node;\n return ctx.interpolate(ctx.list(list.i != null ? list.i : list.index));\n }\n case 6 /* NodeTypes.Linked */: {\n const linked = node;\n const modifier = linked.m || linked.modifier;\n return ctx.linked(formatMessagePart(ctx, linked.k || linked.key), modifier ? formatMessagePart(ctx, modifier) : undefined, ctx.type);\n }\n case 7 /* NodeTypes.LinkedKey */: {\n const linkedKey = node;\n return (linkedKey.v || linkedKey.value);\n }\n case 8 /* NodeTypes.LinkedModifier */: {\n const linkedModifier = node;\n return (linkedModifier.v || linkedModifier.value);\n }\n default:\n throw new Error(`unhandled node type on format message part: ${type}`);\n }\n}\n\nconst WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;\nfunction checkHtmlMessage(source, warnHtmlMessage) {\n if (warnHtmlMessage && detectHtmlTag(source)) {\n warn(format$1(WARN_MESSAGE, { source }));\n }\n}\nconst defaultOnCacheKey = (message) => message;\nlet compileCache = Object.create(null);\nfunction onCompileWarn(_warn) {\n if (_warn.code === CompileWarnCodes.USE_MODULO_SYNTAX) {\n warn(`The use of named interpolation with modulo syntax is deprecated. ` +\n `It will be removed in v10.\\n` +\n `reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format \\n` +\n `(message compiler warning message: ${_warn.message})`);\n }\n}\nfunction clearCompileCache() {\n compileCache = Object.create(null);\n}\nconst isMessageAST = (val) => isObject(val) &&\n (val.t === 0 || val.type === 0) &&\n ('b' in val || 'body' in val);\nfunction baseCompile(message, options = {}) {\n // error detecting on compile\n let detectError = false;\n const onError = options.onError || defaultOnError;\n options.onError = (err) => {\n detectError = true;\n onError(err);\n };\n // compile with mesasge-compiler\n return { ...baseCompile$1(message, options), detectError };\n}\n/* #__NO_SIDE_EFFECTS__ */\nconst compileToFunction = (message, context) => {\n if (!isString(message)) {\n throw createCoreError(CoreErrorCodes.NOT_SUPPORT_NON_STRING_MESSAGE);\n }\n // set onWarn\n if ((process.env.NODE_ENV !== 'production')) {\n context.onWarn = onCompileWarn;\n }\n {\n // check HTML message\n const warnHtmlMessage = isBoolean(context.warnHtmlMessage)\n ? context.warnHtmlMessage\n : true;\n (process.env.NODE_ENV !== 'production') && checkHtmlMessage(message, warnHtmlMessage);\n // check caches\n const onCacheKey = context.onCacheKey || defaultOnCacheKey;\n const cacheKey = onCacheKey(message);\n const cached = compileCache[cacheKey];\n if (cached) {\n return cached;\n }\n // compile\n const { code, detectError } = baseCompile(message, context);\n // evaluate function\n const msg = new Function(`return ${code}`)();\n // if occurred compile error, don't cache\n return !detectError\n ? (compileCache[cacheKey] = msg)\n : msg;\n }\n};\nfunction compile(message, context) {\n // set onWarn\n if ((process.env.NODE_ENV !== 'production')) {\n context.onWarn = onCompileWarn;\n }\n if (((__INTLIFY_JIT_COMPILATION__ && !__INTLIFY_DROP_MESSAGE_COMPILER__)) &&\n isString(message)) {\n // check HTML message\n const warnHtmlMessage = isBoolean(context.warnHtmlMessage)\n ? context.warnHtmlMessage\n : true;\n (process.env.NODE_ENV !== 'production') && checkHtmlMessage(message, warnHtmlMessage);\n // check caches\n const onCacheKey = context.onCacheKey || defaultOnCacheKey;\n const cacheKey = onCacheKey(message);\n const cached = compileCache[cacheKey];\n if (cached) {\n return cached;\n }\n // compile with JIT mode\n const { ast, detectError } = baseCompile(message, {\n ...context,\n location: (process.env.NODE_ENV !== 'production'),\n jit: true\n });\n // compose message function from AST\n const msg = format(ast);\n // if occurred compile error, don't cache\n return !detectError\n ? (compileCache[cacheKey] = msg)\n : msg;\n }\n else {\n if ((process.env.NODE_ENV !== 'production') && !isMessageAST(message)) {\n warn(`the message that is resolve with key '${context.key}' is not supported for jit compilation`);\n return (() => message);\n }\n // AST case (passed from bundler)\n const cacheKey = message.cacheKey;\n if (cacheKey) {\n const cached = compileCache[cacheKey];\n if (cached) {\n return cached;\n }\n // compose message function from message (AST)\n return (compileCache[cacheKey] =\n format(message));\n }\n else {\n return format(message);\n }\n }\n}\n\nconst NOOP_MESSAGE_FUNCTION = () => '';\nconst isMessageFunction = (val) => isFunction(val);\n// implementation of `translate` function\nfunction translate(context, ...args) {\n const { fallbackFormat, postTranslation, unresolving, messageCompiler, fallbackLocale, messages } = context;\n const [key, options] = parseTranslateArgs(...args);\n const missingWarn = isBoolean(options.missingWarn)\n ? options.missingWarn\n : context.missingWarn;\n const fallbackWarn = isBoolean(options.fallbackWarn)\n ? options.fallbackWarn\n : context.fallbackWarn;\n const escapeParameter = isBoolean(options.escapeParameter)\n ? options.escapeParameter\n : context.escapeParameter;\n const resolvedMessage = !!options.resolvedMessage;\n // prettier-ignore\n const defaultMsgOrKey = isString(options.default) || isBoolean(options.default) // default by function option\n ? !isBoolean(options.default)\n ? options.default\n : (!messageCompiler ? () => key : key)\n : fallbackFormat // default by `fallbackFormat` option\n ? (!messageCompiler ? () => key : key)\n : '';\n const enableDefaultMsg = fallbackFormat || defaultMsgOrKey !== '';\n const locale = getLocale(context, options);\n // escape params\n escapeParameter && escapeParams(options);\n // resolve message format\n // eslint-disable-next-line prefer-const\n let [formatScope, targetLocale, message] = !resolvedMessage\n ? resolveMessageFormat(context, key, locale, fallbackLocale, fallbackWarn, missingWarn)\n : [\n key,\n locale,\n messages[locale] || {}\n ];\n // NOTE:\n // Fix to work around `ssrTransfrom` bug in Vite.\n // https://github.com/vitejs/vite/issues/4306\n // To get around this, use temporary variables.\n // https://github.com/nuxt/framework/issues/1461#issuecomment-954606243\n let format = formatScope;\n // if you use default message, set it as message format!\n let cacheBaseKey = key;\n if (!resolvedMessage &&\n !(isString(format) ||\n isMessageAST(format) ||\n isMessageFunction(format))) {\n if (enableDefaultMsg) {\n format = defaultMsgOrKey;\n cacheBaseKey = format;\n }\n }\n // checking message format and target locale\n if (!resolvedMessage &&\n (!(isString(format) ||\n isMessageAST(format) ||\n isMessageFunction(format)) ||\n !isString(targetLocale))) {\n return unresolving ? NOT_REOSLVED : key;\n }\n // TODO: refactor\n if ((process.env.NODE_ENV !== 'production') && isString(format) && context.messageCompiler == null) {\n warn(`The message format compilation is not supported in this build. ` +\n `Because message compiler isn't included. ` +\n `You need to pre-compilation all message format. ` +\n `So translate function return '${key}'.`);\n return key;\n }\n // setup compile error detecting\n let occurred = false;\n const onError = () => {\n occurred = true;\n };\n // compile message format\n const msg = !isMessageFunction(format)\n ? compileMessageFormat(context, key, targetLocale, format, cacheBaseKey, onError)\n : format;\n // if occurred compile error, return the message format\n if (occurred) {\n return format;\n }\n // evaluate message with context\n const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);\n const msgContext = createMessageContext(ctxOptions);\n const messaged = evaluateMessage(context, msg, msgContext);\n // if use post translation option, proceed it with handler\n const ret = postTranslation\n ? postTranslation(messaged, key)\n : messaged;\n // NOTE: experimental !!\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\n // prettier-ignore\n const payloads = {\n timestamp: Date.now(),\n key: isString(key)\n ? key\n : isMessageFunction(format)\n ? format.key\n : '',\n locale: targetLocale || (isMessageFunction(format)\n ? format.locale\n : ''),\n format: isString(format)\n ? format\n : isMessageFunction(format)\n ? format.source\n : '',\n message: ret\n };\n payloads.meta = assign({}, context.__meta, getAdditionalMeta() || {});\n translateDevTools(payloads);\n }\n return ret;\n}\nfunction escapeParams(options) {\n if (isArray(options.list)) {\n options.list = options.list.map(item => isString(item) ? escapeHtml(item) : item);\n }\n else if (isObject(options.named)) {\n Object.keys(options.named).forEach(key => {\n if (isString(options.named[key])) {\n options.named[key] = escapeHtml(options.named[key]);\n }\n });\n }\n}\nfunction resolveMessageFormat(context, key, locale, fallbackLocale, fallbackWarn, missingWarn) {\n const { messages, onWarn, messageResolver: resolveValue, localeFallbacker } = context;\n const locales = localeFallbacker(context, fallbackLocale, locale); // eslint-disable-line @typescript-eslint/no-explicit-any\n let message = {};\n let targetLocale;\n let format = null;\n let from = locale;\n let to = null;\n const type = 'translate';\n for (let i = 0; i < locales.length; i++) {\n targetLocale = to = locales[i];\n if ((process.env.NODE_ENV !== 'production') &&\n locale !== targetLocale &&\n !isAlmostSameLocale(locale, targetLocale) &&\n isTranslateFallbackWarn(fallbackWarn, key)) {\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_TRANSLATE, {\n key,\n target: targetLocale\n }));\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\n const emitter = context.__v_emitter;\n if (emitter) {\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\n type,\n key,\n from,\n to,\n groupId: `${type}:${key}`\n });\n }\n }\n message =\n messages[targetLocale] || {};\n // for vue-devtools timeline event\n let start = null;\n let startTag;\n let endTag;\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\n start = window.performance.now();\n startTag = 'intlify-message-resolve-start';\n endTag = 'intlify-message-resolve-end';\n mark && mark(startTag);\n }\n if ((format = resolveValue(message, key)) === null) {\n // if null, resolve with object key path\n format = message[key]; // eslint-disable-line @typescript-eslint/no-explicit-any\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\n const end = window.performance.now();\n const emitter = context.__v_emitter;\n if (emitter && start && format) {\n emitter.emit(\"message-resolve\" /* VueDevToolsTimelineEvents.MESSAGE_RESOLVE */, {\n type: \"message-resolve\" /* VueDevToolsTimelineEvents.MESSAGE_RESOLVE */,\n key,\n message: format,\n time: end - start,\n groupId: `${type}:${key}`\n });\n }\n if (startTag && endTag && mark && measure) {\n mark(endTag);\n measure('intlify message resolve', startTag, endTag);\n }\n }\n if (isString(format) || isMessageAST(format) || isMessageFunction(format)) {\n break;\n }\n if (!isImplicitFallback(targetLocale, locales)) {\n const missingRet = handleMissing(context, // eslint-disable-line @typescript-eslint/no-explicit-any\n key, targetLocale, missingWarn, type);\n if (missingRet !== key) {\n format = missingRet;\n }\n }\n from = to;\n }\n return [format, targetLocale, message];\n}\nfunction compileMessageFormat(context, key, targetLocale, format, cacheBaseKey, onError) {\n const { messageCompiler, warnHtmlMessage } = context;\n if (isMessageFunction(format)) {\n const msg = format;\n msg.locale = msg.locale || targetLocale;\n msg.key = msg.key || key;\n return msg;\n }\n if (messageCompiler == null) {\n const msg = (() => format);\n msg.locale = targetLocale;\n msg.key = key;\n return msg;\n }\n // for vue-devtools timeline event\n let start = null;\n let startTag;\n let endTag;\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\n start = window.performance.now();\n startTag = 'intlify-message-compilation-start';\n endTag = 'intlify-message-compilation-end';\n mark && mark(startTag);\n }\n const msg = messageCompiler(format, getCompileContext(context, targetLocale, cacheBaseKey, format, warnHtmlMessage, onError));\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\n const end = window.performance.now();\n const emitter = context.__v_emitter;\n if (emitter && start) {\n emitter.emit(\"message-compilation\" /* VueDevToolsTimelineEvents.MESSAGE_COMPILATION */, {\n type: \"message-compilation\" /* VueDevToolsTimelineEvents.MESSAGE_COMPILATION */,\n message: format,\n time: end - start,\n groupId: `${'translate'}:${key}`\n });\n }\n if (startTag && endTag && mark && measure) {\n mark(endTag);\n measure('intlify message compilation', startTag, endTag);\n }\n }\n msg.locale = targetLocale;\n msg.key = key;\n msg.source = format;\n return msg;\n}\nfunction evaluateMessage(context, msg, msgCtx) {\n // for vue-devtools timeline event\n let start = null;\n let startTag;\n let endTag;\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\n start = window.performance.now();\n startTag = 'intlify-message-evaluation-start';\n endTag = 'intlify-message-evaluation-end';\n mark && mark(startTag);\n }\n const messaged = msg(msgCtx);\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\n const end = window.performance.now();\n const emitter = context.__v_emitter;\n if (emitter && start) {\n emitter.emit(\"message-evaluation\" /* VueDevToolsTimelineEvents.MESSAGE_EVALUATION */, {\n type: \"message-evaluation\" /* VueDevToolsTimelineEvents.MESSAGE_EVALUATION */,\n value: messaged,\n time: end - start,\n groupId: `${'translate'}:${msg.key}`\n });\n }\n if (startTag && endTag && mark && measure) {\n mark(endTag);\n measure('intlify message evaluation', startTag, endTag);\n }\n }\n return messaged;\n}\n/** @internal */\nfunction parseTranslateArgs(...args) {\n const [arg1, arg2, arg3] = args;\n const options = {};\n if (!isString(arg1) &&\n !isNumber(arg1) &&\n !isMessageFunction(arg1) &&\n !isMessageAST(arg1)) {\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\n }\n // prettier-ignore\n const key = isNumber(arg1)\n ? String(arg1)\n : isMessageFunction(arg1)\n ? arg1\n : arg1;\n if (isNumber(arg2)) {\n options.plural = arg2;\n }\n else if (isString(arg2)) {\n options.default = arg2;\n }\n else if (isPlainObject(arg2) && !isEmptyObject(arg2)) {\n options.named = arg2;\n }\n else if (isArray(arg2)) {\n options.list = arg2;\n }\n if (isNumber(arg3)) {\n options.plural = arg3;\n }\n else if (isString(arg3)) {\n options.default = arg3;\n }\n else if (isPlainObject(arg3)) {\n assign(options, arg3);\n }\n return [key, options];\n}\nfunction getCompileContext(context, locale, key, source, warnHtmlMessage, onError) {\n return {\n locale,\n key,\n warnHtmlMessage,\n onError: (err) => {\n onError && onError(err);\n if ((process.env.NODE_ENV !== 'production')) {\n const _source = getSourceForCodeFrame(source);\n const message = `Message compilation error: ${err.message}`;\n const codeFrame = err.location &&\n _source &&\n generateCodeFrame(_source, err.location.start.offset, err.location.end.offset);\n const emitter = context.__v_emitter;\n if (emitter && _source) {\n emitter.emit(\"compile-error\" /* VueDevToolsTimelineEvents.COMPILE_ERROR */, {\n message: _source,\n error: err.message,\n start: err.location && err.location.start.offset,\n end: err.location && err.location.end.offset,\n groupId: `${'translate'}:${key}`\n });\n }\n console.error(codeFrame ? `${message}\\n${codeFrame}` : message);\n }\n else {\n throw err;\n }\n },\n onCacheKey: (source) => generateFormatCacheKey(locale, key, source)\n };\n}\nfunction getSourceForCodeFrame(source) {\n if (isString(source)) {\n return source;\n }\n else {\n if (source.loc && source.loc.source) {\n return source.loc.source;\n }\n }\n}\nfunction getMessageContextOptions(context, locale, message, options) {\n const { modifiers, pluralRules, messageResolver: resolveValue, fallbackLocale, fallbackWarn, missingWarn, fallbackContext } = context;\n const resolveMessage = (key) => {\n let val = resolveValue(message, key);\n // fallback to root context\n if (val == null && fallbackContext) {\n const [, , message] = resolveMessageFormat(fallbackContext, key, locale, fallbackLocale, fallbackWarn, missingWarn);\n val = resolveValue(message, key);\n }\n if (isString(val) || isMessageAST(val)) {\n let occurred = false;\n const onError = () => {\n occurred = true;\n };\n const msg = compileMessageFormat(context, key, locale, val, key, onError);\n return !occurred\n ? msg\n : NOOP_MESSAGE_FUNCTION;\n }\n else if (isMessageFunction(val)) {\n return val;\n }\n else {\n // TODO: should be implemented warning message\n return NOOP_MESSAGE_FUNCTION;\n }\n };\n const ctxOptions = {\n locale,\n modifiers,\n pluralRules,\n messages: resolveMessage\n };\n if (context.processor) {\n ctxOptions.processor = context.processor;\n }\n if (options.list) {\n ctxOptions.list = options.list;\n }\n if (options.named) {\n ctxOptions.named = options.named;\n }\n if (isNumber(options.plural)) {\n ctxOptions.pluralIndex = options.plural;\n }\n return ctxOptions;\n}\n\nconst intlDefined = typeof Intl !== 'undefined';\nconst Availabilities = {\n dateTimeFormat: intlDefined && typeof Intl.DateTimeFormat !== 'undefined',\n numberFormat: intlDefined && typeof Intl.NumberFormat !== 'undefined'\n};\n\n// implementation of `datetime` function\nfunction datetime(context, ...args) {\n const { datetimeFormats, unresolving, fallbackLocale, onWarn, localeFallbacker } = context;\n const { __datetimeFormatters } = context;\n if ((process.env.NODE_ENV !== 'production') && !Availabilities.dateTimeFormat) {\n onWarn(getWarnMessage(CoreWarnCodes.CANNOT_FORMAT_DATE));\n return MISSING_RESOLVE_VALUE;\n }\n const [key, value, options, overrides] = parseDateTimeArgs(...args);\n const missingWarn = isBoolean(options.missingWarn)\n ? options.missingWarn\n : context.missingWarn;\n const fallbackWarn = isBoolean(options.fallbackWarn)\n ? options.fallbackWarn\n : context.fallbackWarn;\n const part = !!options.part;\n const locale = getLocale(context, options);\n const locales = localeFallbacker(context, // eslint-disable-line @typescript-eslint/no-explicit-any\n fallbackLocale, locale);\n if (!isString(key) || key === '') {\n return new Intl.DateTimeFormat(locale, overrides).format(value);\n }\n // resolve format\n let datetimeFormat = {};\n let targetLocale;\n let format = null;\n let from = locale;\n let to = null;\n const type = 'datetime format';\n for (let i = 0; i < locales.length; i++) {\n targetLocale = to = locales[i];\n if ((process.env.NODE_ENV !== 'production') &&\n locale !== targetLocale &&\n isTranslateFallbackWarn(fallbackWarn, key)) {\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_DATE_FORMAT, {\n key,\n target: targetLocale\n }));\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\n const emitter = context.__v_emitter;\n if (emitter) {\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\n type,\n key,\n from,\n to,\n groupId: `${type}:${key}`\n });\n }\n }\n datetimeFormat =\n datetimeFormats[targetLocale] || {};\n format = datetimeFormat[key];\n if (isPlainObject(format))\n break;\n handleMissing(context, key, targetLocale, missingWarn, type); // eslint-disable-line @typescript-eslint/no-explicit-any\n from = to;\n }\n // checking format and target locale\n if (!isPlainObject(format) || !isString(targetLocale)) {\n return unresolving ? NOT_REOSLVED : key;\n }\n let id = `${targetLocale}__${key}`;\n if (!isEmptyObject(overrides)) {\n id = `${id}__${JSON.stringify(overrides)}`;\n }\n let formatter = __datetimeFormatters.get(id);\n if (!formatter) {\n formatter = new Intl.DateTimeFormat(targetLocale, assign({}, format, overrides));\n __datetimeFormatters.set(id, formatter);\n }\n return !part ? formatter.format(value) : formatter.formatToParts(value);\n}\n/** @internal */\nconst DATETIME_FORMAT_OPTIONS_KEYS = [\n 'localeMatcher',\n 'weekday',\n 'era',\n 'year',\n 'month',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'timeZoneName',\n 'formatMatcher',\n 'hour12',\n 'timeZone',\n 'dateStyle',\n 'timeStyle',\n 'calendar',\n 'dayPeriod',\n 'numberingSystem',\n 'hourCycle',\n 'fractionalSecondDigits'\n];\n/** @internal */\nfunction parseDateTimeArgs(...args) {\n const [arg1, arg2, arg3, arg4] = args;\n const options = {};\n let overrides = {};\n let value;\n if (isString(arg1)) {\n // Only allow ISO strings - other date formats are often supported,\n // but may cause different results in different browsers.\n const matches = arg1.match(/(\\d{4}-\\d{2}-\\d{2})(T|\\s)?(.*)/);\n if (!matches) {\n throw createCoreError(CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT);\n }\n // Some browsers can not parse the iso datetime separated by space,\n // this is a compromise solution by replace the 'T'/' ' with 'T'\n const dateTime = matches[3]\n ? matches[3].trim().startsWith('T')\n ? `${matches[1].trim()}${matches[3].trim()}`\n : `${matches[1].trim()}T${matches[3].trim()}`\n : matches[1].trim();\n value = new Date(dateTime);\n try {\n // This will fail if the date is not valid\n value.toISOString();\n }\n catch (e) {\n throw createCoreError(CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT);\n }\n }\n else if (isDate(arg1)) {\n if (isNaN(arg1.getTime())) {\n throw createCoreError(CoreErrorCodes.INVALID_DATE_ARGUMENT);\n }\n value = arg1;\n }\n else if (isNumber(arg1)) {\n value = arg1;\n }\n else {\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\n }\n if (isString(arg2)) {\n options.key = arg2;\n }\n else if (isPlainObject(arg2)) {\n Object.keys(arg2).forEach(key => {\n if (DATETIME_FORMAT_OPTIONS_KEYS.includes(key)) {\n overrides[key] = arg2[key];\n }\n else {\n options[key] = arg2[key];\n }\n });\n }\n if (isString(arg3)) {\n options.locale = arg3;\n }\n else if (isPlainObject(arg3)) {\n overrides = arg3;\n }\n if (isPlainObject(arg4)) {\n overrides = arg4;\n }\n return [options.key || '', value, options, overrides];\n}\n/** @internal */\nfunction clearDateTimeFormat(ctx, locale, format) {\n const context = ctx;\n for (const key in format) {\n const id = `${locale}__${key}`;\n if (!context.__datetimeFormatters.has(id)) {\n continue;\n }\n context.__datetimeFormatters.delete(id);\n }\n}\n\n// implementation of `number` function\nfunction number(context, ...args) {\n const { numberFormats, unresolving, fallbackLocale, onWarn, localeFallbacker } = context;\n const { __numberFormatters } = context;\n if ((process.env.NODE_ENV !== 'production') && !Availabilities.numberFormat) {\n onWarn(getWarnMessage(CoreWarnCodes.CANNOT_FORMAT_NUMBER));\n return MISSING_RESOLVE_VALUE;\n }\n const [key, value, options, overrides] = parseNumberArgs(...args);\n const missingWarn = isBoolean(options.missingWarn)\n ? options.missingWarn\n : context.missingWarn;\n const fallbackWarn = isBoolean(options.fallbackWarn)\n ? options.fallbackWarn\n : context.fallbackWarn;\n const part = !!options.part;\n const locale = getLocale(context, options);\n const locales = localeFallbacker(context, // eslint-disable-line @typescript-eslint/no-explicit-any\n fallbackLocale, locale);\n if (!isString(key) || key === '') {\n return new Intl.NumberFormat(locale, overrides).format(value);\n }\n // resolve format\n let numberFormat = {};\n let targetLocale;\n let format = null;\n let from = locale;\n let to = null;\n const type = 'number format';\n for (let i = 0; i < locales.length; i++) {\n targetLocale = to = locales[i];\n if ((process.env.NODE_ENV !== 'production') &&\n locale !== targetLocale &&\n isTranslateFallbackWarn(fallbackWarn, key)) {\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_NUMBER_FORMAT, {\n key,\n target: targetLocale\n }));\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\n const emitter = context.__v_emitter;\n if (emitter) {\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\n type,\n key,\n from,\n to,\n groupId: `${type}:${key}`\n });\n }\n }\n numberFormat =\n numberFormats[targetLocale] || {};\n format = numberFormat[key];\n if (isPlainObject(format))\n break;\n handleMissing(context, key, targetLocale, missingWarn, type); // eslint-disable-line @typescript-eslint/no-explicit-any\n from = to;\n }\n // checking format and target locale\n if (!isPlainObject(format) || !isString(targetLocale)) {\n return unresolving ? NOT_REOSLVED : key;\n }\n let id = `${targetLocale}__${key}`;\n if (!isEmptyObject(overrides)) {\n id = `${id}__${JSON.stringify(overrides)}`;\n }\n let formatter = __numberFormatters.get(id);\n if (!formatter) {\n formatter = new Intl.NumberFormat(targetLocale, assign({}, format, overrides));\n __numberFormatters.set(id, formatter);\n }\n return !part ? formatter.format(value) : formatter.formatToParts(value);\n}\n/** @internal */\nconst NUMBER_FORMAT_OPTIONS_KEYS = [\n 'localeMatcher',\n 'style',\n 'currency',\n 'currencyDisplay',\n 'currencySign',\n 'useGrouping',\n 'minimumIntegerDigits',\n 'minimumFractionDigits',\n 'maximumFractionDigits',\n 'minimumSignificantDigits',\n 'maximumSignificantDigits',\n 'compactDisplay',\n 'notation',\n 'signDisplay',\n 'unit',\n 'unitDisplay',\n 'roundingMode',\n 'roundingPriority',\n 'roundingIncrement',\n 'trailingZeroDisplay'\n];\n/** @internal */\nfunction parseNumberArgs(...args) {\n const [arg1, arg2, arg3, arg4] = args;\n const options = {};\n let overrides = {};\n if (!isNumber(arg1)) {\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\n }\n const value = arg1;\n if (isString(arg2)) {\n options.key = arg2;\n }\n else if (isPlainObject(arg2)) {\n Object.keys(arg2).forEach(key => {\n if (NUMBER_FORMAT_OPTIONS_KEYS.includes(key)) {\n overrides[key] = arg2[key];\n }\n else {\n options[key] = arg2[key];\n }\n });\n }\n if (isString(arg3)) {\n options.locale = arg3;\n }\n else if (isPlainObject(arg3)) {\n overrides = arg3;\n }\n if (isPlainObject(arg4)) {\n overrides = arg4;\n }\n return [options.key || '', value, options, overrides];\n}\n/** @internal */\nfunction clearNumberFormat(ctx, locale, format) {\n const context = ctx;\n for (const key in format) {\n const id = `${locale}__${key}`;\n if (!context.__numberFormatters.has(id)) {\n continue;\n }\n context.__numberFormatters.delete(id);\n }\n}\n\n{\n initFeatureFlags();\n}\n\nexport { CoreErrorCodes, CoreWarnCodes, DATETIME_FORMAT_OPTIONS_KEYS, DEFAULT_LOCALE, DEFAULT_MESSAGE_DATA_TYPE, MISSING_RESOLVE_VALUE, NOT_REOSLVED, NUMBER_FORMAT_OPTIONS_KEYS, VERSION, clearCompileCache, clearDateTimeFormat, clearNumberFormat, compile, compileToFunction, createCoreContext, createCoreError, createMessageContext, datetime, fallbackWithLocaleChain, fallbackWithSimple, getAdditionalMeta, getDevToolsHook, getFallbackContext, getLocale, getWarnMessage, handleMissing, initI18nDevTools, isAlmostSameLocale, isImplicitFallback, isMessageAST, isMessageFunction, isTranslateFallbackWarn, isTranslateMissingWarn, number, parse, parseDateTimeArgs, parseNumberArgs, parseTranslateArgs, registerLocaleFallbacker, registerMessageCompiler, registerMessageResolver, resolveLocale, resolveValue, resolveWithKeyValue, setAdditionalMeta, setDevToolsHook, setFallbackContext, translate, translateDevTools, updateFallbackLocale };\n", "/*!\n * vue-i18n v9.13.1\n * (c) 2024 kazuya kawaguchi\n * Released under the MIT License.\n */\nimport { getGlobalThis, incrementer, format, makeSymbol, isPlainObject, isArray, deepCopy, isString, hasOwn, isObject, warn, warnOnce, isBoolean, isRegExp, isFunction, inBrowser, assign, isNumber, createEmitter, isEmptyObject } from '@intlify/shared';\nimport { CoreWarnCodes, CoreErrorCodes, createCompileError, DEFAULT_LOCALE, updateFallbackLocale, setFallbackContext, createCoreContext, clearDateTimeFormat, clearNumberFormat, setAdditionalMeta, getFallbackContext, NOT_REOSLVED, isTranslateFallbackWarn, isTranslateMissingWarn, parseTranslateArgs, translate, MISSING_RESOLVE_VALUE, parseDateTimeArgs, datetime, parseNumberArgs, number, isMessageAST, isMessageFunction, fallbackWithLocaleChain, NUMBER_FORMAT_OPTIONS_KEYS, DATETIME_FORMAT_OPTIONS_KEYS, registerMessageCompiler, compile, compileToFunction, registerMessageResolver, resolveValue, registerLocaleFallbacker, setDevToolsHook } from '@intlify/core-base';\nimport { createVNode, Text, computed, watch, getCurrentInstance, ref, shallowRef, Fragment, defineComponent, h, effectScope, inject, onMounted, onUnmounted, onBeforeMount, isRef } from 'vue';\nimport { setupDevtoolsPlugin } from '@vue/devtools-api';\n\n/**\n * Vue I18n Version\n *\n * @remarks\n * Semver format. Same format as the package.json `version` field.\n *\n * @VueI18nGeneral\n */\nconst VERSION = '9.13.1';\n/**\n * This is only called in esm-bundler builds.\n * istanbul-ignore-next\n */\nfunction initFeatureFlags() {\n if (typeof __VUE_I18N_FULL_INSTALL__ !== 'boolean') {\n getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;\n }\n if (typeof __VUE_I18N_LEGACY_API__ !== 'boolean') {\n getGlobalThis().__VUE_I18N_LEGACY_API__ = true;\n }\n if (typeof __INTLIFY_JIT_COMPILATION__ !== 'boolean') {\n getGlobalThis().__INTLIFY_JIT_COMPILATION__ = false;\n }\n if (typeof __INTLIFY_DROP_MESSAGE_COMPILER__ !== 'boolean') {\n getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;\n }\n if (typeof __INTLIFY_PROD_DEVTOOLS__ !== 'boolean') {\n getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = false;\n }\n}\n\nconst code$1 = CoreWarnCodes.__EXTEND_POINT__;\nconst inc$1 = incrementer(code$1);\nconst I18nWarnCodes = {\n FALLBACK_TO_ROOT: code$1, // 9\n NOT_SUPPORTED_PRESERVE: inc$1(), // 10\n NOT_SUPPORTED_FORMATTER: inc$1(), // 11\n NOT_SUPPORTED_PRESERVE_DIRECTIVE: inc$1(), // 12\n NOT_SUPPORTED_GET_CHOICE_INDEX: inc$1(), // 13\n COMPONENT_NAME_LEGACY_COMPATIBLE: inc$1(), // 14\n NOT_FOUND_PARENT_SCOPE: inc$1(), // 15\n IGNORE_OBJ_FLATTEN: inc$1(), // 16\n NOTICE_DROP_ALLOW_COMPOSITION: inc$1(), // 17\n NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG: inc$1() // 18\n};\nconst warnMessages = {\n [I18nWarnCodes.FALLBACK_TO_ROOT]: `Fall back to {type} '{key}' with root locale.`,\n [I18nWarnCodes.NOT_SUPPORTED_PRESERVE]: `Not supported 'preserve'.`,\n [I18nWarnCodes.NOT_SUPPORTED_FORMATTER]: `Not supported 'formatter'.`,\n [I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE]: `Not supported 'preserveDirectiveContent'.`,\n [I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX]: `Not supported 'getChoiceIndex'.`,\n [I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE]: `Component name legacy compatible: '{name}' -> 'i18n'`,\n [I18nWarnCodes.NOT_FOUND_PARENT_SCOPE]: `Not found parent scope. use the global scope.`,\n [I18nWarnCodes.IGNORE_OBJ_FLATTEN]: `Ignore object flatten: '{key}' key has an string value`,\n [I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION]: `'allowComposition' option will be dropped in the next major version. For more information, please see 👉 https://tinyurl.com/2p97mcze`,\n [I18nWarnCodes.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]: `'translateExistCompatible' option will be dropped in the next major version.`\n};\nfunction getWarnMessage(code, ...args) {\n return format(warnMessages[code], ...args);\n}\n\nconst code = CoreErrorCodes.__EXTEND_POINT__;\nconst inc = incrementer(code);\nconst I18nErrorCodes = {\n // composer module errors\n UNEXPECTED_RETURN_TYPE: code, // 24\n // legacy module errors\n INVALID_ARGUMENT: inc(), // 25\n // i18n module errors\n MUST_BE_CALL_SETUP_TOP: inc(), // 26\n NOT_INSTALLED: inc(), // 27\n NOT_AVAILABLE_IN_LEGACY_MODE: inc(), // 28\n // directive module errors\n REQUIRED_VALUE: inc(), // 29\n INVALID_VALUE: inc(), // 30\n // vue-devtools errors\n CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN: inc(), // 31\n NOT_INSTALLED_WITH_PROVIDE: inc(), // 32\n // unexpected error\n UNEXPECTED_ERROR: inc(), // 33\n // not compatible legacy vue-i18n constructor\n NOT_COMPATIBLE_LEGACY_VUE_I18N: inc(), // 34\n // bridge support vue 2.x only\n BRIDGE_SUPPORT_VUE_2_ONLY: inc(), // 35\n // need to define `i18n` option in `allowComposition: true` and `useScope: 'local' at `useI18n``\n MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION: inc(), // 36\n // Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly\n NOT_AVAILABLE_COMPOSITION_IN_LEGACY: inc(), // 37\n // for enhancement\n __EXTEND_POINT__: inc() // 38\n};\nfunction createI18nError(code, ...args) {\n return createCompileError(code, null, (process.env.NODE_ENV !== 'production') ? { messages: errorMessages, args } : undefined);\n}\nconst errorMessages = {\n [I18nErrorCodes.UNEXPECTED_RETURN_TYPE]: 'Unexpected return type in composer',\n [I18nErrorCodes.INVALID_ARGUMENT]: 'Invalid argument',\n [I18nErrorCodes.MUST_BE_CALL_SETUP_TOP]: 'Must be called at the top of a `setup` function',\n [I18nErrorCodes.NOT_INSTALLED]: 'Need to install with `app.use` function',\n [I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpected error',\n [I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]: 'Not available in legacy mode',\n [I18nErrorCodes.REQUIRED_VALUE]: `Required in value: {0}`,\n [I18nErrorCodes.INVALID_VALUE]: `Invalid value`,\n [I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]: `Cannot setup vue-devtools plugin`,\n [I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE]: 'Need to install with `provide` function',\n [I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N]: 'Not compatible legacy VueI18n.',\n [I18nErrorCodes.BRIDGE_SUPPORT_VUE_2_ONLY]: 'vue-i18n-bridge support Vue 2.x only',\n [I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]: 'Must define ‘i18n’ option or custom block in Composition API with using local scope in Legacy API mode',\n [I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: 'Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly'\n};\n\nconst TranslateVNodeSymbol = \n/* #__PURE__*/ makeSymbol('__translateVNode');\nconst DatetimePartsSymbol = /* #__PURE__*/ makeSymbol('__datetimeParts');\nconst NumberPartsSymbol = /* #__PURE__*/ makeSymbol('__numberParts');\nconst EnableEmitter = /* #__PURE__*/ makeSymbol('__enableEmitter');\nconst DisableEmitter = /* #__PURE__*/ makeSymbol('__disableEmitter');\nconst SetPluralRulesSymbol = makeSymbol('__setPluralRules');\nmakeSymbol('__intlifyMeta');\nconst InejctWithOptionSymbol = \n/* #__PURE__*/ makeSymbol('__injectWithOption');\nconst DisposeSymbol = /* #__PURE__*/ makeSymbol('__dispose');\nconst __VUE_I18N_BRIDGE__ = '__VUE_I18N_BRIDGE__';\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\n/**\n * Transform flat json in obj to normal json in obj\n */\nfunction handleFlatJson(obj) {\n // check obj\n if (!isObject(obj)) {\n return obj;\n }\n for (const key in obj) {\n // check key\n if (!hasOwn(obj, key)) {\n continue;\n }\n // handle for normal json\n if (!key.includes('.')) {\n // recursive process value if value is also a object\n if (isObject(obj[key])) {\n handleFlatJson(obj[key]);\n }\n }\n // handle for flat json, transform to normal json\n else {\n // go to the last object\n const subKeys = key.split('.');\n const lastIndex = subKeys.length - 1;\n let currentObj = obj;\n let hasStringValue = false;\n for (let i = 0; i < lastIndex; i++) {\n if (!(subKeys[i] in currentObj)) {\n currentObj[subKeys[i]] = {};\n }\n if (!isObject(currentObj[subKeys[i]])) {\n (process.env.NODE_ENV !== 'production') &&\n warn(getWarnMessage(I18nWarnCodes.IGNORE_OBJ_FLATTEN, {\n key: subKeys[i]\n }));\n hasStringValue = true;\n break;\n }\n currentObj = currentObj[subKeys[i]];\n }\n // update last object value, delete old property\n if (!hasStringValue) {\n currentObj[subKeys[lastIndex]] = obj[key];\n delete obj[key];\n }\n // recursive process value if value is also a object\n if (isObject(currentObj[subKeys[lastIndex]])) {\n handleFlatJson(currentObj[subKeys[lastIndex]]);\n }\n }\n }\n return obj;\n}\nfunction getLocaleMessages(locale, options) {\n const { messages, __i18n, messageResolver, flatJson } = options;\n // prettier-ignore\n const ret = (isPlainObject(messages)\n ? messages\n : isArray(__i18n)\n ? {}\n : { [locale]: {} });\n // merge locale messages of i18n custom block\n if (isArray(__i18n)) {\n __i18n.forEach(custom => {\n if ('locale' in custom && 'resource' in custom) {\n const { locale, resource } = custom;\n if (locale) {\n ret[locale] = ret[locale] || {};\n deepCopy(resource, ret[locale]);\n }\n else {\n deepCopy(resource, ret);\n }\n }\n else {\n isString(custom) && deepCopy(JSON.parse(custom), ret);\n }\n });\n }\n // handle messages for flat json\n if (messageResolver == null && flatJson) {\n for (const key in ret) {\n if (hasOwn(ret, key)) {\n handleFlatJson(ret[key]);\n }\n }\n }\n return ret;\n}\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction getComponentOptions(instance) {\n return instance.type ;\n}\nfunction adjustI18nResources(gl, options, componentOptions // eslint-disable-line @typescript-eslint/no-explicit-any\n) {\n let messages = isObject(options.messages) ? options.messages : {};\n if ('__i18nGlobal' in componentOptions) {\n messages = getLocaleMessages(gl.locale.value, {\n messages,\n __i18n: componentOptions.__i18nGlobal\n });\n }\n // merge locale messages\n const locales = Object.keys(messages);\n if (locales.length) {\n locales.forEach(locale => {\n gl.mergeLocaleMessage(locale, messages[locale]);\n });\n }\n {\n // merge datetime formats\n if (isObject(options.datetimeFormats)) {\n const locales = Object.keys(options.datetimeFormats);\n if (locales.length) {\n locales.forEach(locale => {\n gl.mergeDateTimeFormat(locale, options.datetimeFormats[locale]);\n });\n }\n }\n // merge number formats\n if (isObject(options.numberFormats)) {\n const locales = Object.keys(options.numberFormats);\n if (locales.length) {\n locales.forEach(locale => {\n gl.mergeNumberFormat(locale, options.numberFormats[locale]);\n });\n }\n }\n }\n}\nfunction createTextNode(key) {\n return createVNode(Text, null, key, 0)\n ;\n}\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\n// extend VNode interface\nconst DEVTOOLS_META = '__INTLIFY_META__';\nconst NOOP_RETURN_ARRAY = () => [];\nconst NOOP_RETURN_FALSE = () => false;\nlet composerID = 0;\nfunction defineCoreMissingHandler(missing) {\n return ((ctx, locale, key, type) => {\n return missing(locale, key, getCurrentInstance() || undefined, type);\n });\n}\n// for Intlify DevTools\n/* #__NO_SIDE_EFFECTS__ */\nconst getMetaInfo = () => {\n const instance = getCurrentInstance();\n let meta = null; // eslint-disable-line @typescript-eslint/no-explicit-any\n return instance && (meta = getComponentOptions(instance)[DEVTOOLS_META])\n ? { [DEVTOOLS_META]: meta } // eslint-disable-line @typescript-eslint/no-explicit-any\n : null;\n};\n/**\n * Create composer interface factory\n *\n * @internal\n */\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\nfunction createComposer(options = {}, VueI18nLegacy) {\n const { __root, __injectWithOption } = options;\n const _isGlobal = __root === undefined;\n const flatJson = options.flatJson;\n const _ref = inBrowser ? ref : shallowRef;\n const translateExistCompatible = !!options.translateExistCompatible;\n if ((process.env.NODE_ENV !== 'production')) {\n if (translateExistCompatible && !false) {\n warnOnce(getWarnMessage(I18nWarnCodes.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));\n }\n }\n let _inheritLocale = isBoolean(options.inheritLocale)\n ? options.inheritLocale\n : true;\n const _locale = _ref(\n // prettier-ignore\n __root && _inheritLocale\n ? __root.locale.value\n : isString(options.locale)\n ? options.locale\n : DEFAULT_LOCALE);\n const _fallbackLocale = _ref(\n // prettier-ignore\n __root && _inheritLocale\n ? __root.fallbackLocale.value\n : isString(options.fallbackLocale) ||\n isArray(options.fallbackLocale) ||\n isPlainObject(options.fallbackLocale) ||\n options.fallbackLocale === false\n ? options.fallbackLocale\n : _locale.value);\n const _messages = _ref(getLocaleMessages(_locale.value, options));\n // prettier-ignore\n const _datetimeFormats = _ref(isPlainObject(options.datetimeFormats)\n ? options.datetimeFormats\n : { [_locale.value]: {} })\n ;\n // prettier-ignore\n const _numberFormats = _ref(isPlainObject(options.numberFormats)\n ? options.numberFormats\n : { [_locale.value]: {} })\n ;\n // warning suppress options\n // prettier-ignore\n let _missingWarn = __root\n ? __root.missingWarn\n : isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\n ? options.missingWarn\n : true;\n // prettier-ignore\n let _fallbackWarn = __root\n ? __root.fallbackWarn\n : isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\n ? options.fallbackWarn\n : true;\n // prettier-ignore\n let _fallbackRoot = __root\n ? __root.fallbackRoot\n : isBoolean(options.fallbackRoot)\n ? options.fallbackRoot\n : true;\n // configure fall back to root\n let _fallbackFormat = !!options.fallbackFormat;\n // runtime missing\n let _missing = isFunction(options.missing) ? options.missing : null;\n let _runtimeMissing = isFunction(options.missing)\n ? defineCoreMissingHandler(options.missing)\n : null;\n // postTranslation handler\n let _postTranslation = isFunction(options.postTranslation)\n ? options.postTranslation\n : null;\n // prettier-ignore\n let _warnHtmlMessage = __root\n ? __root.warnHtmlMessage\n : isBoolean(options.warnHtmlMessage)\n ? options.warnHtmlMessage\n : true;\n let _escapeParameter = !!options.escapeParameter;\n // custom linked modifiers\n // prettier-ignore\n const _modifiers = __root\n ? __root.modifiers\n : isPlainObject(options.modifiers)\n ? options.modifiers\n : {};\n // pluralRules\n let _pluralRules = options.pluralRules || (__root && __root.pluralRules);\n // runtime context\n // eslint-disable-next-line prefer-const\n let _context;\n const getCoreContext = () => {\n _isGlobal && setFallbackContext(null);\n const ctxOptions = {\n version: VERSION,\n locale: _locale.value,\n fallbackLocale: _fallbackLocale.value,\n messages: _messages.value,\n modifiers: _modifiers,\n pluralRules: _pluralRules,\n missing: _runtimeMissing === null ? undefined : _runtimeMissing,\n missingWarn: _missingWarn,\n fallbackWarn: _fallbackWarn,\n fallbackFormat: _fallbackFormat,\n unresolving: true,\n postTranslation: _postTranslation === null ? undefined : _postTranslation,\n warnHtmlMessage: _warnHtmlMessage,\n escapeParameter: _escapeParameter,\n messageResolver: options.messageResolver,\n messageCompiler: options.messageCompiler,\n __meta: { framework: 'vue' }\n };\n {\n ctxOptions.datetimeFormats = _datetimeFormats.value;\n ctxOptions.numberFormats = _numberFormats.value;\n ctxOptions.__datetimeFormatters = isPlainObject(_context)\n ? _context.__datetimeFormatters\n : undefined;\n ctxOptions.__numberFormatters = isPlainObject(_context)\n ? _context.__numberFormatters\n : undefined;\n }\n if ((process.env.NODE_ENV !== 'production')) {\n ctxOptions.__v_emitter = isPlainObject(_context)\n ? _context.__v_emitter\n : undefined;\n }\n const ctx = createCoreContext(ctxOptions);\n _isGlobal && setFallbackContext(ctx);\n return ctx;\n };\n _context = getCoreContext();\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\n // track reactivity\n function trackReactivityValues() {\n return [\n _locale.value,\n _fallbackLocale.value,\n _messages.value,\n _datetimeFormats.value,\n _numberFormats.value\n ]\n ;\n }\n // locale\n const locale = computed({\n get: () => _locale.value,\n set: val => {\n _locale.value = val;\n _context.locale = _locale.value;\n }\n });\n // fallbackLocale\n const fallbackLocale = computed({\n get: () => _fallbackLocale.value,\n set: val => {\n _fallbackLocale.value = val;\n _context.fallbackLocale = _fallbackLocale.value;\n updateFallbackLocale(_context, _locale.value, val);\n }\n });\n // messages\n const messages = computed(() => _messages.value);\n // datetimeFormats\n const datetimeFormats = /* #__PURE__*/ computed(() => _datetimeFormats.value);\n // numberFormats\n const numberFormats = /* #__PURE__*/ computed(() => _numberFormats.value);\n // getPostTranslationHandler\n function getPostTranslationHandler() {\n return isFunction(_postTranslation) ? _postTranslation : null;\n }\n // setPostTranslationHandler\n function setPostTranslationHandler(handler) {\n _postTranslation = handler;\n _context.postTranslation = handler;\n }\n // getMissingHandler\n function getMissingHandler() {\n return _missing;\n }\n // setMissingHandler\n function setMissingHandler(handler) {\n if (handler !== null) {\n _runtimeMissing = defineCoreMissingHandler(handler);\n }\n _missing = handler;\n _context.missing = _runtimeMissing;\n }\n function isResolvedTranslateMessage(type, arg // eslint-disable-line @typescript-eslint/no-explicit-any\n ) {\n return type !== 'translate' || !arg.resolvedMessage;\n }\n const wrapWithDeps = (fn, argumentParser, warnType, fallbackSuccess, fallbackFail, successCondition) => {\n trackReactivityValues(); // track reactive dependency\n // NOTE: experimental !!\n let ret;\n try {\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\n setAdditionalMeta(getMetaInfo());\n }\n if (!_isGlobal) {\n _context.fallbackContext = __root\n ? getFallbackContext()\n : undefined;\n }\n ret = fn(_context);\n }\n finally {\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\n setAdditionalMeta(null);\n }\n if (!_isGlobal) {\n _context.fallbackContext = undefined;\n }\n }\n if ((warnType !== 'translate exists' && // for not `te` (e.g `t`)\n isNumber(ret) &&\n ret === NOT_REOSLVED) ||\n (warnType === 'translate exists' && !ret) // for `te`\n ) {\n const [key, arg2] = argumentParser();\n if ((process.env.NODE_ENV !== 'production') &&\n __root &&\n isString(key) &&\n isResolvedTranslateMessage(warnType, arg2)) {\n if (_fallbackRoot &&\n (isTranslateFallbackWarn(_fallbackWarn, key) ||\n isTranslateMissingWarn(_missingWarn, key))) {\n warn(getWarnMessage(I18nWarnCodes.FALLBACK_TO_ROOT, {\n key,\n type: warnType\n }));\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production')) {\n const { __v_emitter: emitter } = _context;\n if (emitter && _fallbackRoot) {\n emitter.emit(\"fallback\" /* VueDevToolsTimelineEvents.FALBACK */, {\n type: warnType,\n key,\n to: 'global',\n groupId: `${warnType}:${key}`\n });\n }\n }\n }\n return __root && _fallbackRoot\n ? fallbackSuccess(__root)\n : fallbackFail(key);\n }\n else if (successCondition(ret)) {\n return ret;\n }\n else {\n /* istanbul ignore next */\n throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE);\n }\n };\n // t\n function t(...args) {\n return wrapWithDeps(context => Reflect.apply(translate, null, [context, ...args]), () => parseTranslateArgs(...args), 'translate', root => Reflect.apply(root.t, root, [...args]), key => key, val => isString(val));\n }\n // rt\n function rt(...args) {\n const [arg1, arg2, arg3] = args;\n if (arg3 && !isObject(arg3)) {\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\n }\n return t(...[arg1, arg2, assign({ resolvedMessage: true }, arg3 || {})]);\n }\n // d\n function d(...args) {\n return wrapWithDeps(context => Reflect.apply(datetime, null, [context, ...args]), () => parseDateTimeArgs(...args), 'datetime format', root => Reflect.apply(root.d, root, [...args]), () => MISSING_RESOLVE_VALUE, val => isString(val));\n }\n // n\n function n(...args) {\n return wrapWithDeps(context => Reflect.apply(number, null, [context, ...args]), () => parseNumberArgs(...args), 'number format', root => Reflect.apply(root.n, root, [...args]), () => MISSING_RESOLVE_VALUE, val => isString(val));\n }\n // for custom processor\n function normalize(values) {\n return values.map(val => isString(val) || isNumber(val) || isBoolean(val)\n ? createTextNode(String(val))\n : val);\n }\n const interpolate = (val) => val;\n const processor = {\n normalize,\n interpolate,\n type: 'vnode'\n };\n // translateVNode, using for `i18n-t` component\n function translateVNode(...args) {\n return wrapWithDeps(context => {\n let ret;\n const _context = context;\n try {\n _context.processor = processor;\n ret = Reflect.apply(translate, null, [_context, ...args]);\n }\n finally {\n _context.processor = null;\n }\n return ret;\n }, () => parseTranslateArgs(...args), 'translate', \n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n root => root[TranslateVNodeSymbol](...args), key => [createTextNode(key)], val => isArray(val));\n }\n // numberParts, using for `i18n-n` component\n function numberParts(...args) {\n return wrapWithDeps(context => Reflect.apply(number, null, [context, ...args]), () => parseNumberArgs(...args), 'number format', \n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n root => root[NumberPartsSymbol](...args), NOOP_RETURN_ARRAY, val => isString(val) || isArray(val));\n }\n // datetimeParts, using for `i18n-d` component\n function datetimeParts(...args) {\n return wrapWithDeps(context => Reflect.apply(datetime, null, [context, ...args]), () => parseDateTimeArgs(...args), 'datetime format', \n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n root => root[DatetimePartsSymbol](...args), NOOP_RETURN_ARRAY, val => isString(val) || isArray(val));\n }\n function setPluralRules(rules) {\n _pluralRules = rules;\n _context.pluralRules = _pluralRules;\n }\n // te\n function te(key, locale) {\n return wrapWithDeps(() => {\n if (!key) {\n return false;\n }\n const targetLocale = isString(locale) ? locale : _locale.value;\n const message = getLocaleMessage(targetLocale);\n const resolved = _context.messageResolver(message, key);\n return !translateExistCompatible\n ? isMessageAST(resolved) ||\n isMessageFunction(resolved) ||\n isString(resolved)\n : resolved != null;\n }, () => [key], 'translate exists', root => {\n return Reflect.apply(root.te, root, [key, locale]);\n }, NOOP_RETURN_FALSE, val => isBoolean(val));\n }\n function resolveMessages(key) {\n let messages = null;\n const locales = fallbackWithLocaleChain(_context, _fallbackLocale.value, _locale.value);\n for (let i = 0; i < locales.length; i++) {\n const targetLocaleMessages = _messages.value[locales[i]] || {};\n const messageValue = _context.messageResolver(targetLocaleMessages, key);\n if (messageValue != null) {\n messages = messageValue;\n break;\n }\n }\n return messages;\n }\n // tm\n function tm(key) {\n const messages = resolveMessages(key);\n // prettier-ignore\n return messages != null\n ? messages\n : __root\n ? __root.tm(key) || {}\n : {};\n }\n // getLocaleMessage\n function getLocaleMessage(locale) {\n return (_messages.value[locale] || {});\n }\n // setLocaleMessage\n function setLocaleMessage(locale, message) {\n if (flatJson) {\n const _message = { [locale]: message };\n for (const key in _message) {\n if (hasOwn(_message, key)) {\n handleFlatJson(_message[key]);\n }\n }\n message = _message[locale];\n }\n _messages.value[locale] = message;\n _context.messages = _messages.value;\n }\n // mergeLocaleMessage\n function mergeLocaleMessage(locale, message) {\n _messages.value[locale] = _messages.value[locale] || {};\n const _message = { [locale]: message };\n if (flatJson) {\n for (const key in _message) {\n if (hasOwn(_message, key)) {\n handleFlatJson(_message[key]);\n }\n }\n }\n message = _message[locale];\n deepCopy(message, _messages.value[locale]);\n _context.messages = _messages.value;\n }\n // getDateTimeFormat\n function getDateTimeFormat(locale) {\n return _datetimeFormats.value[locale] || {};\n }\n // setDateTimeFormat\n function setDateTimeFormat(locale, format) {\n _datetimeFormats.value[locale] = format;\n _context.datetimeFormats = _datetimeFormats.value;\n clearDateTimeFormat(_context, locale, format);\n }\n // mergeDateTimeFormat\n function mergeDateTimeFormat(locale, format) {\n _datetimeFormats.value[locale] = assign(_datetimeFormats.value[locale] || {}, format);\n _context.datetimeFormats = _datetimeFormats.value;\n clearDateTimeFormat(_context, locale, format);\n }\n // getNumberFormat\n function getNumberFormat(locale) {\n return _numberFormats.value[locale] || {};\n }\n // setNumberFormat\n function setNumberFormat(locale, format) {\n _numberFormats.value[locale] = format;\n _context.numberFormats = _numberFormats.value;\n clearNumberFormat(_context, locale, format);\n }\n // mergeNumberFormat\n function mergeNumberFormat(locale, format) {\n _numberFormats.value[locale] = assign(_numberFormats.value[locale] || {}, format);\n _context.numberFormats = _numberFormats.value;\n clearNumberFormat(_context, locale, format);\n }\n // for debug\n composerID++;\n // watch root locale & fallbackLocale\n if (__root && inBrowser) {\n watch(__root.locale, (val) => {\n if (_inheritLocale) {\n _locale.value = val;\n _context.locale = val;\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\n }\n });\n watch(__root.fallbackLocale, (val) => {\n if (_inheritLocale) {\n _fallbackLocale.value = val;\n _context.fallbackLocale = val;\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\n }\n });\n }\n // define basic composition API!\n const composer = {\n id: composerID,\n locale,\n fallbackLocale,\n get inheritLocale() {\n return _inheritLocale;\n },\n set inheritLocale(val) {\n _inheritLocale = val;\n if (val && __root) {\n _locale.value = __root.locale.value;\n _fallbackLocale.value = __root.fallbackLocale.value;\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\n }\n },\n get availableLocales() {\n return Object.keys(_messages.value).sort();\n },\n messages,\n get modifiers() {\n return _modifiers;\n },\n get pluralRules() {\n return _pluralRules || {};\n },\n get isGlobal() {\n return _isGlobal;\n },\n get missingWarn() {\n return _missingWarn;\n },\n set missingWarn(val) {\n _missingWarn = val;\n _context.missingWarn = _missingWarn;\n },\n get fallbackWarn() {\n return _fallbackWarn;\n },\n set fallbackWarn(val) {\n _fallbackWarn = val;\n _context.fallbackWarn = _fallbackWarn;\n },\n get fallbackRoot() {\n return _fallbackRoot;\n },\n set fallbackRoot(val) {\n _fallbackRoot = val;\n },\n get fallbackFormat() {\n return _fallbackFormat;\n },\n set fallbackFormat(val) {\n _fallbackFormat = val;\n _context.fallbackFormat = _fallbackFormat;\n },\n get warnHtmlMessage() {\n return _warnHtmlMessage;\n },\n set warnHtmlMessage(val) {\n _warnHtmlMessage = val;\n _context.warnHtmlMessage = val;\n },\n get escapeParameter() {\n return _escapeParameter;\n },\n set escapeParameter(val) {\n _escapeParameter = val;\n _context.escapeParameter = val;\n },\n t,\n getLocaleMessage,\n setLocaleMessage,\n mergeLocaleMessage,\n getPostTranslationHandler,\n setPostTranslationHandler,\n getMissingHandler,\n setMissingHandler,\n [SetPluralRulesSymbol]: setPluralRules\n };\n {\n composer.datetimeFormats = datetimeFormats;\n composer.numberFormats = numberFormats;\n composer.rt = rt;\n composer.te = te;\n composer.tm = tm;\n composer.d = d;\n composer.n = n;\n composer.getDateTimeFormat = getDateTimeFormat;\n composer.setDateTimeFormat = setDateTimeFormat;\n composer.mergeDateTimeFormat = mergeDateTimeFormat;\n composer.getNumberFormat = getNumberFormat;\n composer.setNumberFormat = setNumberFormat;\n composer.mergeNumberFormat = mergeNumberFormat;\n composer[InejctWithOptionSymbol] = __injectWithOption;\n composer[TranslateVNodeSymbol] = translateVNode;\n composer[DatetimePartsSymbol] = datetimeParts;\n composer[NumberPartsSymbol] = numberParts;\n }\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production')) {\n composer[EnableEmitter] = (emitter) => {\n _context.__v_emitter = emitter;\n };\n composer[DisableEmitter] = () => {\n _context.__v_emitter = undefined;\n };\n }\n return composer;\n}\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\n/**\n * Convert to I18n Composer Options from VueI18n Options\n *\n * @internal\n */\nfunction convertComposerOptions(options) {\n const locale = isString(options.locale) ? options.locale : DEFAULT_LOCALE;\n const fallbackLocale = isString(options.fallbackLocale) ||\n isArray(options.fallbackLocale) ||\n isPlainObject(options.fallbackLocale) ||\n options.fallbackLocale === false\n ? options.fallbackLocale\n : locale;\n const missing = isFunction(options.missing) ? options.missing : undefined;\n const missingWarn = isBoolean(options.silentTranslationWarn) ||\n isRegExp(options.silentTranslationWarn)\n ? !options.silentTranslationWarn\n : true;\n const fallbackWarn = isBoolean(options.silentFallbackWarn) ||\n isRegExp(options.silentFallbackWarn)\n ? !options.silentFallbackWarn\n : true;\n const fallbackRoot = isBoolean(options.fallbackRoot)\n ? options.fallbackRoot\n : true;\n const fallbackFormat = !!options.formatFallbackMessages;\n const modifiers = isPlainObject(options.modifiers) ? options.modifiers : {};\n const pluralizationRules = options.pluralizationRules;\n const postTranslation = isFunction(options.postTranslation)\n ? options.postTranslation\n : undefined;\n const warnHtmlMessage = isString(options.warnHtmlInMessage)\n ? options.warnHtmlInMessage !== 'off'\n : true;\n const escapeParameter = !!options.escapeParameterHtml;\n const inheritLocale = isBoolean(options.sync) ? options.sync : true;\n if ((process.env.NODE_ENV !== 'production') && options.formatter) {\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\n }\n if ((process.env.NODE_ENV !== 'production') && options.preserveDirectiveContent) {\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\n }\n let messages = options.messages;\n if (isPlainObject(options.sharedMessages)) {\n const sharedMessages = options.sharedMessages;\n const locales = Object.keys(sharedMessages);\n messages = locales.reduce((messages, locale) => {\n const message = messages[locale] || (messages[locale] = {});\n assign(message, sharedMessages[locale]);\n return messages;\n }, (messages || {}));\n }\n const { __i18n, __root, __injectWithOption } = options;\n const datetimeFormats = options.datetimeFormats;\n const numberFormats = options.numberFormats;\n const flatJson = options.flatJson;\n const translateExistCompatible = options\n .translateExistCompatible;\n return {\n locale,\n fallbackLocale,\n messages,\n flatJson,\n datetimeFormats,\n numberFormats,\n missing,\n missingWarn,\n fallbackWarn,\n fallbackRoot,\n fallbackFormat,\n modifiers,\n pluralRules: pluralizationRules,\n postTranslation,\n warnHtmlMessage,\n escapeParameter,\n messageResolver: options.messageResolver,\n inheritLocale,\n translateExistCompatible,\n __i18n,\n __root,\n __injectWithOption\n };\n}\n/**\n * create VueI18n interface factory\n *\n * @internal\n */\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\nfunction createVueI18n(options = {}, VueI18nLegacy) {\n {\n const composer = createComposer(convertComposerOptions(options));\n const { __extender } = options;\n // defines VueI18n\n const vueI18n = {\n // id\n id: composer.id,\n // locale\n get locale() {\n return composer.locale.value;\n },\n set locale(val) {\n composer.locale.value = val;\n },\n // fallbackLocale\n get fallbackLocale() {\n return composer.fallbackLocale.value;\n },\n set fallbackLocale(val) {\n composer.fallbackLocale.value = val;\n },\n // messages\n get messages() {\n return composer.messages.value;\n },\n // datetimeFormats\n get datetimeFormats() {\n return composer.datetimeFormats.value;\n },\n // numberFormats\n get numberFormats() {\n return composer.numberFormats.value;\n },\n // availableLocales\n get availableLocales() {\n return composer.availableLocales;\n },\n // formatter\n get formatter() {\n (process.env.NODE_ENV !== 'production') && warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\n // dummy\n return {\n interpolate() {\n return [];\n }\n };\n },\n set formatter(val) {\n (process.env.NODE_ENV !== 'production') && warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\n },\n // missing\n get missing() {\n return composer.getMissingHandler();\n },\n set missing(handler) {\n composer.setMissingHandler(handler);\n },\n // silentTranslationWarn\n get silentTranslationWarn() {\n return isBoolean(composer.missingWarn)\n ? !composer.missingWarn\n : composer.missingWarn;\n },\n set silentTranslationWarn(val) {\n composer.missingWarn = isBoolean(val) ? !val : val;\n },\n // silentFallbackWarn\n get silentFallbackWarn() {\n return isBoolean(composer.fallbackWarn)\n ? !composer.fallbackWarn\n : composer.fallbackWarn;\n },\n set silentFallbackWarn(val) {\n composer.fallbackWarn = isBoolean(val) ? !val : val;\n },\n // modifiers\n get modifiers() {\n return composer.modifiers;\n },\n // formatFallbackMessages\n get formatFallbackMessages() {\n return composer.fallbackFormat;\n },\n set formatFallbackMessages(val) {\n composer.fallbackFormat = val;\n },\n // postTranslation\n get postTranslation() {\n return composer.getPostTranslationHandler();\n },\n set postTranslation(handler) {\n composer.setPostTranslationHandler(handler);\n },\n // sync\n get sync() {\n return composer.inheritLocale;\n },\n set sync(val) {\n composer.inheritLocale = val;\n },\n // warnInHtmlMessage\n get warnHtmlInMessage() {\n return composer.warnHtmlMessage ? 'warn' : 'off';\n },\n set warnHtmlInMessage(val) {\n composer.warnHtmlMessage = val !== 'off';\n },\n // escapeParameterHtml\n get escapeParameterHtml() {\n return composer.escapeParameter;\n },\n set escapeParameterHtml(val) {\n composer.escapeParameter = val;\n },\n // preserveDirectiveContent\n get preserveDirectiveContent() {\n (process.env.NODE_ENV !== 'production') &&\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\n return true;\n },\n set preserveDirectiveContent(val) {\n (process.env.NODE_ENV !== 'production') &&\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\n },\n // pluralizationRules\n get pluralizationRules() {\n return composer.pluralRules || {};\n },\n // for internal\n __composer: composer,\n // t\n t(...args) {\n const [arg1, arg2, arg3] = args;\n const options = {};\n let list = null;\n let named = null;\n if (!isString(arg1)) {\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\n }\n const key = arg1;\n if (isString(arg2)) {\n options.locale = arg2;\n }\n else if (isArray(arg2)) {\n list = arg2;\n }\n else if (isPlainObject(arg2)) {\n named = arg2;\n }\n if (isArray(arg3)) {\n list = arg3;\n }\n else if (isPlainObject(arg3)) {\n named = arg3;\n }\n // return composer.t(key, (list || named || {}) as any, options)\n return Reflect.apply(composer.t, composer, [\n key,\n (list || named || {}),\n options\n ]);\n },\n rt(...args) {\n return Reflect.apply(composer.rt, composer, [...args]);\n },\n // tc\n tc(...args) {\n const [arg1, arg2, arg3] = args;\n const options = { plural: 1 };\n let list = null;\n let named = null;\n if (!isString(arg1)) {\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\n }\n const key = arg1;\n if (isString(arg2)) {\n options.locale = arg2;\n }\n else if (isNumber(arg2)) {\n options.plural = arg2;\n }\n else if (isArray(arg2)) {\n list = arg2;\n }\n else if (isPlainObject(arg2)) {\n named = arg2;\n }\n if (isString(arg3)) {\n options.locale = arg3;\n }\n else if (isArray(arg3)) {\n list = arg3;\n }\n else if (isPlainObject(arg3)) {\n named = arg3;\n }\n // return composer.t(key, (list || named || {}) as any, options)\n return Reflect.apply(composer.t, composer, [\n key,\n (list || named || {}),\n options\n ]);\n },\n // te\n te(key, locale) {\n return composer.te(key, locale);\n },\n // tm\n tm(key) {\n return composer.tm(key);\n },\n // getLocaleMessage\n getLocaleMessage(locale) {\n return composer.getLocaleMessage(locale);\n },\n // setLocaleMessage\n setLocaleMessage(locale, message) {\n composer.setLocaleMessage(locale, message);\n },\n // mergeLocaleMessage\n mergeLocaleMessage(locale, message) {\n composer.mergeLocaleMessage(locale, message);\n },\n // d\n d(...args) {\n return Reflect.apply(composer.d, composer, [...args]);\n },\n // getDateTimeFormat\n getDateTimeFormat(locale) {\n return composer.getDateTimeFormat(locale);\n },\n // setDateTimeFormat\n setDateTimeFormat(locale, format) {\n composer.setDateTimeFormat(locale, format);\n },\n // mergeDateTimeFormat\n mergeDateTimeFormat(locale, format) {\n composer.mergeDateTimeFormat(locale, format);\n },\n // n\n n(...args) {\n return Reflect.apply(composer.n, composer, [...args]);\n },\n // getNumberFormat\n getNumberFormat(locale) {\n return composer.getNumberFormat(locale);\n },\n // setNumberFormat\n setNumberFormat(locale, format) {\n composer.setNumberFormat(locale, format);\n },\n // mergeNumberFormat\n mergeNumberFormat(locale, format) {\n composer.mergeNumberFormat(locale, format);\n },\n // getChoiceIndex\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n getChoiceIndex(choice, choicesLength) {\n (process.env.NODE_ENV !== 'production') &&\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX));\n return -1;\n }\n };\n vueI18n.__extender = __extender;\n // for vue-devtools timeline event\n if ((process.env.NODE_ENV !== 'production')) {\n vueI18n.__enableEmitter = (emitter) => {\n const __composer = composer;\n __composer[EnableEmitter] && __composer[EnableEmitter](emitter);\n };\n vueI18n.__disableEmitter = () => {\n const __composer = composer;\n __composer[DisableEmitter] && __composer[DisableEmitter]();\n };\n }\n return vueI18n;\n }\n}\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\nconst baseFormatProps = {\n tag: {\n type: [String, Object]\n },\n locale: {\n type: String\n },\n scope: {\n type: String,\n // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050\n validator: (val /* ComponentI18nScope */) => val === 'parent' || val === 'global',\n default: 'parent' /* ComponentI18nScope */\n },\n i18n: {\n type: Object\n }\n};\n\nfunction getInterpolateArg(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n{ slots }, // SetupContext,\nkeys) {\n if (keys.length === 1 && keys[0] === 'default') {\n // default slot with list\n const ret = slots.default ? slots.default() : [];\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return ret.reduce((slot, current) => {\n return [\n ...slot,\n // prettier-ignore\n ...(current.type === Fragment ? current.children : [current]\n )\n ];\n }, []);\n }\n else {\n // named slots\n return keys.reduce((arg, key) => {\n const slot = slots[key];\n if (slot) {\n arg[key] = slot();\n }\n return arg;\n }, {});\n }\n}\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction getFragmentableTag(tag) {\n return Fragment ;\n}\n\nconst TranslationImpl = /*#__PURE__*/ defineComponent({\n /* eslint-disable */\n name: 'i18n-t',\n props: assign({\n keypath: {\n type: String,\n required: true\n },\n plural: {\n type: [Number, String],\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n validator: (val) => isNumber(val) || !isNaN(val)\n }\n }, baseFormatProps),\n /* eslint-enable */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n setup(props, context) {\n const { slots, attrs } = context;\n // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050\n const i18n = props.i18n ||\n useI18n({\n useScope: props.scope,\n __useComponent: true\n });\n return () => {\n const keys = Object.keys(slots).filter(key => key !== '_');\n const options = {};\n if (props.locale) {\n options.locale = props.locale;\n }\n if (props.plural !== undefined) {\n options.plural = isString(props.plural) ? +props.plural : props.plural;\n }\n const arg = getInterpolateArg(context, keys);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const children = i18n[TranslateVNodeSymbol](props.keypath, arg, options);\n const assignedAttrs = assign({}, attrs);\n const tag = isString(props.tag) || isObject(props.tag)\n ? props.tag\n : getFragmentableTag();\n return h(tag, assignedAttrs, children);\n };\n }\n});\n/**\n * export the public type for h/tsx inference\n * also to avoid inline import() in generated d.ts files\n */\n/**\n * Translation Component\n *\n * @remarks\n * See the following items for property about details\n *\n * @VueI18nSee [TranslationProps](component#translationprops)\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\n * @VueI18nSee [Component Interpolation](../guide/advanced/component)\n *\n * @example\n * ```html\n *
\n * \n * \n * {{ $t('tos') }}\n * \n * \n *
\n * ```\n * ```js\n * import { createApp } from 'vue'\n * import { createI18n } from 'vue-i18n'\n *\n * const messages = {\n * en: {\n * tos: 'Term of Service',\n * term: 'I accept xxx {0}.'\n * },\n * ja: {\n * tos: '利用規約',\n * term: '私は xxx の{0}に同意します。'\n * }\n * }\n *\n * const i18n = createI18n({\n * locale: 'en',\n * messages\n * })\n *\n * const app = createApp({\n * data: {\n * url: '/term'\n * }\n * }).use(i18n).mount('#app')\n * ```\n *\n * @VueI18nComponent\n */\nconst Translation = TranslationImpl;\nconst I18nT = Translation;\n\nfunction isVNode(target) {\n return isArray(target) && !isString(target[0]);\n}\nfunction renderFormatter(props, context, slotKeys, partFormatter) {\n const { slots, attrs } = context;\n return () => {\n const options = { part: true };\n let overrides = {};\n if (props.locale) {\n options.locale = props.locale;\n }\n if (isString(props.format)) {\n options.key = props.format;\n }\n else if (isObject(props.format)) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n if (isString(props.format.key)) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n options.key = props.format.key;\n }\n // Filter out number format options only\n overrides = Object.keys(props.format).reduce((options, prop) => {\n return slotKeys.includes(prop)\n ? assign({}, options, { [prop]: props.format[prop] }) // eslint-disable-line @typescript-eslint/no-explicit-any\n : options;\n }, {});\n }\n const parts = partFormatter(...[props.value, options, overrides]);\n let children = [options.key];\n if (isArray(parts)) {\n children = parts.map((part, index) => {\n const slot = slots[part.type];\n const node = slot\n ? slot({ [part.type]: part.value, index, parts })\n : [part.value];\n if (isVNode(node)) {\n node[0].key = `${part.type}-${index}`;\n }\n return node;\n });\n }\n else if (isString(parts)) {\n children = [parts];\n }\n const assignedAttrs = assign({}, attrs);\n const tag = isString(props.tag) || isObject(props.tag)\n ? props.tag\n : getFragmentableTag();\n return h(tag, assignedAttrs, children);\n };\n}\n\nconst NumberFormatImpl = /*#__PURE__*/ defineComponent({\n /* eslint-disable */\n name: 'i18n-n',\n props: assign({\n value: {\n type: Number,\n required: true\n },\n format: {\n type: [String, Object]\n }\n }, baseFormatProps),\n /* eslint-enable */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n setup(props, context) {\n const i18n = props.i18n ||\n useI18n({\n useScope: props.scope,\n __useComponent: true\n });\n return renderFormatter(props, context, NUMBER_FORMAT_OPTIONS_KEYS, (...args) => \n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n i18n[NumberPartsSymbol](...args));\n }\n});\n/**\n * export the public type for h/tsx inference\n * also to avoid inline import() in generated d.ts files\n */\n/**\n * Number Format Component\n *\n * @remarks\n * See the following items for property about details\n *\n * @VueI18nSee [FormattableProps](component#formattableprops)\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\n * @VueI18nSee [Custom Formatting](../guide/essentials/number#custom-formatting)\n *\n * @VueI18nDanger\n * Not supported IE, due to no support `Intl.NumberFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/formatToParts)\n *\n * If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-numberformat)\n *\n * @VueI18nComponent\n */\nconst NumberFormat = NumberFormatImpl;\nconst I18nN = NumberFormat;\n\nconst DatetimeFormatImpl = /* #__PURE__*/ defineComponent({\n /* eslint-disable */\n name: 'i18n-d',\n props: assign({\n value: {\n type: [Number, Date],\n required: true\n },\n format: {\n type: [String, Object]\n }\n }, baseFormatProps),\n /* eslint-enable */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n setup(props, context) {\n const i18n = props.i18n ||\n useI18n({\n useScope: props.scope,\n __useComponent: true\n });\n return renderFormatter(props, context, DATETIME_FORMAT_OPTIONS_KEYS, (...args) => \n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n i18n[DatetimePartsSymbol](...args));\n }\n});\n/**\n * Datetime Format Component\n *\n * @remarks\n * See the following items for property about details\n *\n * @VueI18nSee [FormattableProps](component#formattableprops)\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\n * @VueI18nSee [Custom Formatting](../guide/essentials/datetime#custom-formatting)\n *\n * @VueI18nDanger\n * Not supported IE, due to no support `Intl.DateTimeFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)\n *\n * If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)\n *\n * @VueI18nComponent\n */\nconst DatetimeFormat = DatetimeFormatImpl;\nconst I18nD = DatetimeFormat;\n\nfunction getComposer$2(i18n, instance) {\n const i18nInternal = i18n;\n if (i18n.mode === 'composition') {\n return (i18nInternal.__getInstance(instance) || i18n.global);\n }\n else {\n const vueI18n = i18nInternal.__getInstance(instance);\n return vueI18n != null\n ? vueI18n.__composer\n : i18n.global.__composer;\n }\n}\nfunction vTDirective(i18n) {\n const _process = (binding) => {\n const { instance, modifiers, value } = binding;\n /* istanbul ignore if */\n if (!instance || !instance.$) {\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\n }\n const composer = getComposer$2(i18n, instance.$);\n if ((process.env.NODE_ENV !== 'production') && modifiers.preserve) {\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE));\n }\n const parsedValue = parseValue(value);\n return [\n Reflect.apply(composer.t, composer, [...makeParams(parsedValue)]),\n composer\n ];\n };\n const register = (el, binding) => {\n const [textContent, composer] = _process(binding);\n if (inBrowser && i18n.global === composer) {\n // global scope only\n el.__i18nWatcher = watch(composer.locale, () => {\n binding.instance && binding.instance.$forceUpdate();\n });\n }\n el.__composer = composer;\n el.textContent = textContent;\n };\n const unregister = (el) => {\n if (inBrowser && el.__i18nWatcher) {\n el.__i18nWatcher();\n el.__i18nWatcher = undefined;\n delete el.__i18nWatcher;\n }\n if (el.__composer) {\n el.__composer = undefined;\n delete el.__composer;\n }\n };\n const update = (el, { value }) => {\n if (el.__composer) {\n const composer = el.__composer;\n const parsedValue = parseValue(value);\n el.textContent = Reflect.apply(composer.t, composer, [\n ...makeParams(parsedValue)\n ]);\n }\n };\n const getSSRProps = (binding) => {\n const [textContent] = _process(binding);\n return { textContent };\n };\n return {\n created: register,\n unmounted: unregister,\n beforeUpdate: update,\n getSSRProps\n };\n}\nfunction parseValue(value) {\n if (isString(value)) {\n return { path: value };\n }\n else if (isPlainObject(value)) {\n if (!('path' in value)) {\n throw createI18nError(I18nErrorCodes.REQUIRED_VALUE, 'path');\n }\n return value;\n }\n else {\n throw createI18nError(I18nErrorCodes.INVALID_VALUE);\n }\n}\nfunction makeParams(value) {\n const { path, locale, args, choice, plural } = value;\n const options = {};\n const named = args || {};\n if (isString(locale)) {\n options.locale = locale;\n }\n if (isNumber(choice)) {\n options.plural = choice;\n }\n if (isNumber(plural)) {\n options.plural = plural;\n }\n return [path, named, options];\n}\n\nfunction apply(app, i18n, ...options) {\n const pluginOptions = isPlainObject(options[0])\n ? options[0]\n : {};\n const useI18nComponentName = !!pluginOptions.useI18nComponentName;\n const globalInstall = isBoolean(pluginOptions.globalInstall)\n ? pluginOptions.globalInstall\n : true;\n if ((process.env.NODE_ENV !== 'production') && globalInstall && useI18nComponentName) {\n warn(getWarnMessage(I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE, {\n name: Translation.name\n }));\n }\n if (globalInstall) {\n [!useI18nComponentName ? Translation.name : 'i18n', 'I18nT'].forEach(name => app.component(name, Translation));\n [NumberFormat.name, 'I18nN'].forEach(name => app.component(name, NumberFormat));\n [DatetimeFormat.name, 'I18nD'].forEach(name => app.component(name, DatetimeFormat));\n }\n // install directive\n {\n app.directive('t', vTDirective(i18n));\n }\n}\n\nconst VueDevToolsLabels = {\n [\"vue-devtools-plugin-vue-i18n\" /* VueDevToolsIDs.PLUGIN */]: 'Vue I18n devtools',\n [\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */]: 'I18n Resources',\n [\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */]: 'Vue I18n'\n};\nconst VueDevToolsPlaceholders = {\n [\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */]: 'Search for scopes ...'\n};\nconst VueDevToolsTimelineColors = {\n [\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */]: 0xffcd19\n};\n\nconst VUE_I18N_COMPONENT_TYPES = 'vue-i18n: composer properties';\nlet devtoolsApi;\nasync function enableDevTools(app, i18n) {\n return new Promise((resolve, reject) => {\n try {\n setupDevtoolsPlugin({\n id: \"vue-devtools-plugin-vue-i18n\" /* VueDevToolsIDs.PLUGIN */,\n label: VueDevToolsLabels[\"vue-devtools-plugin-vue-i18n\" /* VueDevToolsIDs.PLUGIN */],\n packageName: 'vue-i18n',\n homepage: 'https://vue-i18n.intlify.dev',\n logo: 'https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png',\n componentStateTypes: [VUE_I18N_COMPONENT_TYPES],\n app: app // eslint-disable-line @typescript-eslint/no-explicit-any\n }, api => {\n devtoolsApi = api;\n api.on.visitComponentTree(({ componentInstance, treeNode }) => {\n updateComponentTreeTags(componentInstance, treeNode, i18n);\n });\n api.on.inspectComponent(({ componentInstance, instanceData }) => {\n if (componentInstance.vnode.el &&\n componentInstance.vnode.el.__VUE_I18N__ &&\n instanceData) {\n if (i18n.mode === 'legacy') {\n // ignore global scope on legacy mode\n if (componentInstance.vnode.el.__VUE_I18N__ !==\n i18n.global.__composer) {\n inspectComposer(instanceData, componentInstance.vnode.el.__VUE_I18N__);\n }\n }\n else {\n inspectComposer(instanceData, componentInstance.vnode.el.__VUE_I18N__);\n }\n }\n });\n api.addInspector({\n id: \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */,\n label: VueDevToolsLabels[\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */],\n icon: 'language',\n treeFilterPlaceholder: VueDevToolsPlaceholders[\"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */]\n });\n api.on.getInspectorTree(payload => {\n if (payload.app === app &&\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */) {\n registerScope(payload, i18n);\n }\n });\n const roots = new Map();\n api.on.getInspectorState(async (payload) => {\n if (payload.app === app &&\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */) {\n api.unhighlightElement();\n inspectScope(payload, i18n);\n if (payload.nodeId === 'global') {\n if (!roots.has(payload.app)) {\n const [root] = await api.getComponentInstances(payload.app);\n roots.set(payload.app, root);\n }\n api.highlightElement(roots.get(payload.app));\n }\n else {\n const instance = getComponentInstance(payload.nodeId, i18n);\n instance && api.highlightElement(instance);\n }\n }\n });\n api.on.editInspectorState(payload => {\n if (payload.app === app &&\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* VueDevToolsIDs.CUSTOM_INSPECTOR */) {\n editScope(payload, i18n);\n }\n });\n api.addTimelineLayer({\n id: \"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */,\n label: VueDevToolsLabels[\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */],\n color: VueDevToolsTimelineColors[\"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */]\n });\n resolve(true);\n });\n }\n catch (e) {\n console.error(e);\n reject(false);\n }\n });\n}\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction getI18nScopeLable(instance) {\n return (instance.type.name ||\n instance.type.displayName ||\n instance.type.__file ||\n 'Anonymous');\n}\nfunction updateComponentTreeTags(instance, // eslint-disable-line @typescript-eslint/no-explicit-any\ntreeNode, i18n) {\n // prettier-ignore\n const global = i18n.mode === 'composition'\n ? i18n.global\n : i18n.global.__composer;\n if (instance && instance.vnode.el && instance.vnode.el.__VUE_I18N__) {\n // add custom tags local scope only\n if (instance.vnode.el.__VUE_I18N__ !== global) {\n const tag = {\n label: `i18n (${getI18nScopeLable(instance)} Scope)`,\n textColor: 0x000000,\n backgroundColor: 0xffcd19\n };\n treeNode.tags.push(tag);\n }\n }\n}\nfunction inspectComposer(instanceData, composer) {\n const type = VUE_I18N_COMPONENT_TYPES;\n instanceData.state.push({\n type,\n key: 'locale',\n editable: true,\n value: composer.locale.value\n });\n instanceData.state.push({\n type,\n key: 'availableLocales',\n editable: false,\n value: composer.availableLocales\n });\n instanceData.state.push({\n type,\n key: 'fallbackLocale',\n editable: true,\n value: composer.fallbackLocale.value\n });\n instanceData.state.push({\n type,\n key: 'inheritLocale',\n editable: true,\n value: composer.inheritLocale\n });\n instanceData.state.push({\n type,\n key: 'messages',\n editable: false,\n value: getLocaleMessageValue(composer.messages.value)\n });\n {\n instanceData.state.push({\n type,\n key: 'datetimeFormats',\n editable: false,\n value: composer.datetimeFormats.value\n });\n instanceData.state.push({\n type,\n key: 'numberFormats',\n editable: false,\n value: composer.numberFormats.value\n });\n }\n}\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction getLocaleMessageValue(messages) {\n const value = {};\n Object.keys(messages).forEach((key) => {\n const v = messages[key];\n if (isFunction(v) && 'source' in v) {\n value[key] = getMessageFunctionDetails(v);\n }\n else if (isMessageAST(v) && v.loc && v.loc.source) {\n value[key] = v.loc.source;\n }\n else if (isObject(v)) {\n value[key] = getLocaleMessageValue(v);\n }\n else {\n value[key] = v;\n }\n });\n return value;\n}\nconst ESC = {\n '<': '<',\n '>': '>',\n '\"': '"',\n '&': '&'\n};\nfunction escape(s) {\n return s.replace(/[<>\"&]/g, escapeChar);\n}\nfunction escapeChar(a) {\n return ESC[a] || a;\n}\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction getMessageFunctionDetails(func) {\n const argString = func.source ? `(\"${escape(func.source)}\")` : `(?)`;\n return {\n _custom: {\n type: 'function',\n display: `ƒ ${argString}`\n }\n };\n}\nfunction registerScope(payload, i18n) {\n payload.rootNodes.push({\n id: 'global',\n label: 'Global Scope'\n });\n // prettier-ignore\n const global = i18n.mode === 'composition'\n ? i18n.global\n : i18n.global.__composer;\n for (const [keyInstance, instance] of i18n.__instances) {\n // prettier-ignore\n const composer = i18n.mode === 'composition'\n ? instance\n : instance.__composer;\n if (global === composer) {\n continue;\n }\n payload.rootNodes.push({\n id: composer.id.toString(),\n label: `${getI18nScopeLable(keyInstance)} Scope`\n });\n }\n}\nfunction getComponentInstance(nodeId, i18n) {\n let instance = null;\n if (nodeId !== 'global') {\n for (const [component, composer] of i18n.__instances.entries()) {\n if (composer.id.toString() === nodeId) {\n instance = component;\n break;\n }\n }\n }\n return instance;\n}\nfunction getComposer$1(nodeId, i18n) {\n if (nodeId === 'global') {\n return i18n.mode === 'composition'\n ? i18n.global\n : i18n.global.__composer;\n }\n else {\n const instance = Array.from(i18n.__instances.values()).find(item => item.id.toString() === nodeId);\n if (instance) {\n return i18n.mode === 'composition'\n ? instance\n : instance.__composer;\n }\n else {\n return null;\n }\n }\n}\nfunction inspectScope(payload, i18n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n) {\n const composer = getComposer$1(payload.nodeId, i18n);\n if (composer) {\n // TODO:\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n payload.state = makeScopeInspectState(composer);\n }\n return null;\n}\nfunction makeScopeInspectState(composer) {\n const state = {};\n const localeType = 'Locale related info';\n const localeStates = [\n {\n type: localeType,\n key: 'locale',\n editable: true,\n value: composer.locale.value\n },\n {\n type: localeType,\n key: 'fallbackLocale',\n editable: true,\n value: composer.fallbackLocale.value\n },\n {\n type: localeType,\n key: 'availableLocales',\n editable: false,\n value: composer.availableLocales\n },\n {\n type: localeType,\n key: 'inheritLocale',\n editable: true,\n value: composer.inheritLocale\n }\n ];\n state[localeType] = localeStates;\n const localeMessagesType = 'Locale messages info';\n const localeMessagesStates = [\n {\n type: localeMessagesType,\n key: 'messages',\n editable: false,\n value: getLocaleMessageValue(composer.messages.value)\n }\n ];\n state[localeMessagesType] = localeMessagesStates;\n {\n const datetimeFormatsType = 'Datetime formats info';\n const datetimeFormatsStates = [\n {\n type: datetimeFormatsType,\n key: 'datetimeFormats',\n editable: false,\n value: composer.datetimeFormats.value\n }\n ];\n state[datetimeFormatsType] = datetimeFormatsStates;\n const numberFormatsType = 'Datetime formats info';\n const numberFormatsStates = [\n {\n type: numberFormatsType,\n key: 'numberFormats',\n editable: false,\n value: composer.numberFormats.value\n }\n ];\n state[numberFormatsType] = numberFormatsStates;\n }\n return state;\n}\nfunction addTimelineEvent(event, payload) {\n if (devtoolsApi) {\n let groupId;\n if (payload && 'groupId' in payload) {\n groupId = payload.groupId;\n delete payload.groupId;\n }\n devtoolsApi.addTimelineEvent({\n layerId: \"vue-i18n-timeline\" /* VueDevToolsIDs.TIMELINE */,\n event: {\n title: event,\n groupId,\n time: Date.now(),\n meta: {},\n data: payload || {},\n logType: event === \"compile-error\" /* VueDevToolsTimelineEvents.COMPILE_ERROR */\n ? 'error'\n : event === \"fallback\" /* VueDevToolsTimelineEvents.FALBACK */ ||\n event === \"missing\" /* VueDevToolsTimelineEvents.MISSING */\n ? 'warning'\n : 'default'\n }\n });\n }\n}\nfunction editScope(payload, i18n) {\n const composer = getComposer$1(payload.nodeId, i18n);\n if (composer) {\n const [field] = payload.path;\n if (field === 'locale' && isString(payload.state.value)) {\n composer.locale.value = payload.state.value;\n }\n else if (field === 'fallbackLocale' &&\n (isString(payload.state.value) ||\n isArray(payload.state.value) ||\n isObject(payload.state.value))) {\n composer.fallbackLocale.value = payload.state.value;\n }\n else if (field === 'inheritLocale' && isBoolean(payload.state.value)) {\n composer.inheritLocale = payload.state.value;\n }\n }\n}\n\n/**\n * Supports compatibility for legacy vue-i18n APIs\n * This mixin is used when we use vue-i18n@v9.x or later\n */\nfunction defineMixin(vuei18n, composer, i18n) {\n return {\n beforeCreate() {\n const instance = getCurrentInstance();\n /* istanbul ignore if */\n if (!instance) {\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\n }\n const options = this.$options;\n if (options.i18n) {\n const optionsI18n = options.i18n;\n if (options.__i18n) {\n optionsI18n.__i18n = options.__i18n;\n }\n optionsI18n.__root = composer;\n if (this === this.$root) {\n // merge option and gttach global\n this.$i18n = mergeToGlobal(vuei18n, optionsI18n);\n }\n else {\n optionsI18n.__injectWithOption = true;\n optionsI18n.__extender = i18n.__vueI18nExtend;\n // atttach local VueI18n instance\n this.$i18n = createVueI18n(optionsI18n);\n // extend VueI18n instance\n const _vueI18n = this.$i18n;\n if (_vueI18n.__extender) {\n _vueI18n.__disposer = _vueI18n.__extender(this.$i18n);\n }\n }\n }\n else if (options.__i18n) {\n if (this === this.$root) {\n // merge option and gttach global\n this.$i18n = mergeToGlobal(vuei18n, options);\n }\n else {\n // atttach local VueI18n instance\n this.$i18n = createVueI18n({\n __i18n: options.__i18n,\n __injectWithOption: true,\n __extender: i18n.__vueI18nExtend,\n __root: composer\n });\n // extend VueI18n instance\n const _vueI18n = this.$i18n;\n if (_vueI18n.__extender) {\n _vueI18n.__disposer = _vueI18n.__extender(this.$i18n);\n }\n }\n }\n else {\n // attach global VueI18n instance\n this.$i18n = vuei18n;\n }\n if (options.__i18nGlobal) {\n adjustI18nResources(composer, options, options);\n }\n // defines vue-i18n legacy APIs\n this.$t = (...args) => this.$i18n.t(...args);\n this.$rt = (...args) => this.$i18n.rt(...args);\n this.$tc = (...args) => this.$i18n.tc(...args);\n this.$te = (key, locale) => this.$i18n.te(key, locale);\n this.$d = (...args) => this.$i18n.d(...args);\n this.$n = (...args) => this.$i18n.n(...args);\n this.$tm = (key) => this.$i18n.tm(key);\n i18n.__setInstance(instance, this.$i18n);\n },\n mounted() {\n /* istanbul ignore if */\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\n !false &&\n this.$el &&\n this.$i18n) {\n const _vueI18n = this.$i18n;\n this.$el.__VUE_I18N__ = _vueI18n.__composer;\n const emitter = (this.__v_emitter =\n createEmitter());\n _vueI18n.__enableEmitter && _vueI18n.__enableEmitter(emitter);\n emitter.on('*', addTimelineEvent);\n }\n },\n unmounted() {\n const instance = getCurrentInstance();\n /* istanbul ignore if */\n if (!instance) {\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\n }\n const _vueI18n = this.$i18n;\n /* istanbul ignore if */\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\n !false &&\n this.$el &&\n this.$el.__VUE_I18N__) {\n if (this.__v_emitter) {\n this.__v_emitter.off('*', addTimelineEvent);\n delete this.__v_emitter;\n }\n if (this.$i18n) {\n _vueI18n.__disableEmitter && _vueI18n.__disableEmitter();\n delete this.$el.__VUE_I18N__;\n }\n }\n delete this.$t;\n delete this.$rt;\n delete this.$tc;\n delete this.$te;\n delete this.$d;\n delete this.$n;\n delete this.$tm;\n if (_vueI18n.__disposer) {\n _vueI18n.__disposer();\n delete _vueI18n.__disposer;\n delete _vueI18n.__extender;\n }\n i18n.__deleteInstance(instance);\n delete this.$i18n;\n }\n };\n}\nfunction mergeToGlobal(g, options) {\n g.locale = options.locale || g.locale;\n g.fallbackLocale = options.fallbackLocale || g.fallbackLocale;\n g.missing = options.missing || g.missing;\n g.silentTranslationWarn =\n options.silentTranslationWarn || g.silentFallbackWarn;\n g.silentFallbackWarn = options.silentFallbackWarn || g.silentFallbackWarn;\n g.formatFallbackMessages =\n options.formatFallbackMessages || g.formatFallbackMessages;\n g.postTranslation = options.postTranslation || g.postTranslation;\n g.warnHtmlInMessage = options.warnHtmlInMessage || g.warnHtmlInMessage;\n g.escapeParameterHtml = options.escapeParameterHtml || g.escapeParameterHtml;\n g.sync = options.sync || g.sync;\n g.__composer[SetPluralRulesSymbol](options.pluralizationRules || g.pluralizationRules);\n const messages = getLocaleMessages(g.locale, {\n messages: options.messages,\n __i18n: options.__i18n\n });\n Object.keys(messages).forEach(locale => g.mergeLocaleMessage(locale, messages[locale]));\n if (options.datetimeFormats) {\n Object.keys(options.datetimeFormats).forEach(locale => g.mergeDateTimeFormat(locale, options.datetimeFormats[locale]));\n }\n if (options.numberFormats) {\n Object.keys(options.numberFormats).forEach(locale => g.mergeNumberFormat(locale, options.numberFormats[locale]));\n }\n return g;\n}\n\n/**\n * Injection key for {@link useI18n}\n *\n * @remarks\n * The global injection key for I18n instances with `useI18n`. this injection key is used in Web Components.\n * Specify the i18n instance created by {@link createI18n} together with `provide` function.\n *\n * @VueI18nGeneral\n */\nconst I18nInjectionKey = \n/* #__PURE__*/ makeSymbol('global-vue-i18n');\n// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types\nfunction createI18n(options = {}, VueI18nLegacy) {\n // prettier-ignore\n const __legacyMode = __VUE_I18N_LEGACY_API__ && isBoolean(options.legacy)\n ? options.legacy\n : __VUE_I18N_LEGACY_API__;\n // prettier-ignore\n const __globalInjection = isBoolean(options.globalInjection)\n ? options.globalInjection\n : true;\n // prettier-ignore\n const __allowComposition = __VUE_I18N_LEGACY_API__ && __legacyMode\n ? !!options.allowComposition\n : true;\n const __instances = new Map();\n const [globalScope, __global] = createGlobal(options, __legacyMode);\n const symbol = /* #__PURE__*/ makeSymbol((process.env.NODE_ENV !== 'production') ? 'vue-i18n' : '');\n if ((process.env.NODE_ENV !== 'production')) {\n if (__legacyMode && __allowComposition && !false) {\n warn(getWarnMessage(I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION));\n }\n }\n function __getInstance(component) {\n return __instances.get(component) || null;\n }\n function __setInstance(component, instance) {\n __instances.set(component, instance);\n }\n function __deleteInstance(component) {\n __instances.delete(component);\n }\n {\n const i18n = {\n // mode\n get mode() {\n return __VUE_I18N_LEGACY_API__ && __legacyMode\n ? 'legacy'\n : 'composition';\n },\n // allowComposition\n get allowComposition() {\n return __allowComposition;\n },\n // install plugin\n async install(app, ...options) {\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\n !false) {\n app.__VUE_I18N__ = i18n;\n }\n // setup global provider\n app.__VUE_I18N_SYMBOL__ = symbol;\n app.provide(app.__VUE_I18N_SYMBOL__, i18n);\n // set composer & vuei18n extend hook options from plugin options\n if (isPlainObject(options[0])) {\n const opts = options[0];\n i18n.__composerExtend =\n opts.__composerExtend;\n i18n.__vueI18nExtend =\n opts.__vueI18nExtend;\n }\n // global method and properties injection for Composition API\n let globalReleaseHandler = null;\n if (!__legacyMode && __globalInjection) {\n globalReleaseHandler = injectGlobalFields(app, i18n.global);\n }\n // install built-in components and directive\n if (__VUE_I18N_FULL_INSTALL__) {\n apply(app, i18n, ...options);\n }\n // setup mixin for Legacy API\n if (__VUE_I18N_LEGACY_API__ && __legacyMode) {\n app.mixin(defineMixin(__global, __global.__composer, i18n));\n }\n // release global scope\n const unmountApp = app.unmount;\n app.unmount = () => {\n globalReleaseHandler && globalReleaseHandler();\n i18n.dispose();\n unmountApp();\n };\n // setup vue-devtools plugin\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) && !false) {\n const ret = await enableDevTools(app, i18n);\n if (!ret) {\n throw createI18nError(I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);\n }\n const emitter = createEmitter();\n if (__legacyMode) {\n const _vueI18n = __global;\n _vueI18n.__enableEmitter && _vueI18n.__enableEmitter(emitter);\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const _composer = __global;\n _composer[EnableEmitter] && _composer[EnableEmitter](emitter);\n }\n emitter.on('*', addTimelineEvent);\n }\n },\n // global accessor\n get global() {\n return __global;\n },\n dispose() {\n globalScope.stop();\n },\n // @internal\n __instances,\n // @internal\n __getInstance,\n // @internal\n __setInstance,\n // @internal\n __deleteInstance\n };\n return i18n;\n }\n}\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\nfunction useI18n(options = {}) {\n const instance = getCurrentInstance();\n if (instance == null) {\n throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);\n }\n if (!instance.isCE &&\n instance.appContext.app != null &&\n !instance.appContext.app.__VUE_I18N_SYMBOL__) {\n throw createI18nError(I18nErrorCodes.NOT_INSTALLED);\n }\n const i18n = getI18nInstance(instance);\n const gl = getGlobalComposer(i18n);\n const componentOptions = getComponentOptions(instance);\n const scope = getScope(options, componentOptions);\n if (__VUE_I18N_LEGACY_API__) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n if (i18n.mode === 'legacy' && !options.__useComponent) {\n if (!i18n.allowComposition) {\n throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE);\n }\n return useI18nForLegacy(instance, scope, gl, options);\n }\n }\n if (scope === 'global') {\n adjustI18nResources(gl, options, componentOptions);\n return gl;\n }\n if (scope === 'parent') {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n let composer = getComposer(i18n, instance, options.__useComponent);\n if (composer == null) {\n if ((process.env.NODE_ENV !== 'production')) {\n warn(getWarnMessage(I18nWarnCodes.NOT_FOUND_PARENT_SCOPE));\n }\n composer = gl;\n }\n return composer;\n }\n const i18nInternal = i18n;\n let composer = i18nInternal.__getInstance(instance);\n if (composer == null) {\n const composerOptions = assign({}, options);\n if ('__i18n' in componentOptions) {\n composerOptions.__i18n = componentOptions.__i18n;\n }\n if (gl) {\n composerOptions.__root = gl;\n }\n composer = createComposer(composerOptions);\n if (i18nInternal.__composerExtend) {\n composer[DisposeSymbol] =\n i18nInternal.__composerExtend(composer);\n }\n setupLifeCycle(i18nInternal, instance, composer);\n i18nInternal.__setInstance(instance, composer);\n }\n return composer;\n}\n/**\n * Cast to VueI18n legacy compatible type\n *\n * @remarks\n * This API is provided only with [vue-i18n-bridge](https://vue-i18n.intlify.dev/guide/migration/ways.html#what-is-vue-i18n-bridge).\n *\n * The purpose of this function is to convert an {@link I18n} instance created with {@link createI18n | createI18n(legacy: true)} into a `vue-i18n@v8.x` compatible instance of `new VueI18n` in a TypeScript environment.\n *\n * @param i18n - An instance of {@link I18n}\n * @returns A i18n instance which is casted to {@link VueI18n} type\n *\n * @VueI18nTip\n * :new: provided by **vue-i18n-bridge only**\n *\n * @VueI18nGeneral\n */\n/* #__NO_SIDE_EFFECTS__ */\nconst castToVueI18n = (i18n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n) => {\n if (!(__VUE_I18N_BRIDGE__ in i18n)) {\n throw createI18nError(I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N);\n }\n return i18n;\n};\nfunction createGlobal(options, legacyMode, VueI18nLegacy // eslint-disable-line @typescript-eslint/no-explicit-any\n) {\n const scope = effectScope();\n {\n const obj = __VUE_I18N_LEGACY_API__ && legacyMode\n ? scope.run(() => createVueI18n(options))\n : scope.run(() => createComposer(options));\n if (obj == null) {\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\n }\n return [scope, obj];\n }\n}\nfunction getI18nInstance(instance) {\n {\n const i18n = inject(!instance.isCE\n ? instance.appContext.app.__VUE_I18N_SYMBOL__\n : I18nInjectionKey);\n /* istanbul ignore if */\n if (!i18n) {\n throw createI18nError(!instance.isCE\n ? I18nErrorCodes.UNEXPECTED_ERROR\n : I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE);\n }\n return i18n;\n }\n}\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction getScope(options, componentOptions) {\n // prettier-ignore\n return isEmptyObject(options)\n ? ('__i18n' in componentOptions)\n ? 'local'\n : 'global'\n : !options.useScope\n ? 'local'\n : options.useScope;\n}\nfunction getGlobalComposer(i18n) {\n // prettier-ignore\n return i18n.mode === 'composition'\n ? i18n.global\n : i18n.global.__composer\n ;\n}\nfunction getComposer(i18n, target, useComponent = false) {\n let composer = null;\n const root = target.root;\n let current = getParentComponentInstance(target, useComponent);\n while (current != null) {\n const i18nInternal = i18n;\n if (i18n.mode === 'composition') {\n composer = i18nInternal.__getInstance(current);\n }\n else {\n if (__VUE_I18N_LEGACY_API__) {\n const vueI18n = i18nInternal.__getInstance(current);\n if (vueI18n != null) {\n composer = vueI18n\n .__composer;\n if (useComponent &&\n composer &&\n !composer[InejctWithOptionSymbol] // eslint-disable-line @typescript-eslint/no-explicit-any\n ) {\n composer = null;\n }\n }\n }\n }\n if (composer != null) {\n break;\n }\n if (root === current) {\n break;\n }\n current = current.parent;\n }\n return composer;\n}\nfunction getParentComponentInstance(target, useComponent = false) {\n if (target == null) {\n return null;\n }\n {\n // if `useComponent: true` will be specified, we get lexical scope owner instance for use-case slots\n return !useComponent\n ? target.parent\n : target.vnode.ctx || target.parent; // eslint-disable-line @typescript-eslint/no-explicit-any\n }\n}\nfunction setupLifeCycle(i18n, target, composer) {\n let emitter = null;\n {\n onMounted(() => {\n // inject composer instance to DOM for intlify-devtools\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\n !false &&\n target.vnode.el) {\n target.vnode.el.__VUE_I18N__ = composer;\n emitter = createEmitter();\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const _composer = composer;\n _composer[EnableEmitter] && _composer[EnableEmitter](emitter);\n emitter.on('*', addTimelineEvent);\n }\n }, target);\n onUnmounted(() => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const _composer = composer;\n // remove composer instance from DOM for intlify-devtools\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\n !false &&\n target.vnode.el &&\n target.vnode.el.__VUE_I18N__) {\n emitter && emitter.off('*', addTimelineEvent);\n _composer[DisableEmitter] && _composer[DisableEmitter]();\n delete target.vnode.el.__VUE_I18N__;\n }\n i18n.__deleteInstance(target);\n // dispose extended resources\n const dispose = _composer[DisposeSymbol];\n if (dispose) {\n dispose();\n delete _composer[DisposeSymbol];\n }\n }, target);\n }\n}\nfunction useI18nForLegacy(instance, scope, root, options = {} // eslint-disable-line @typescript-eslint/no-explicit-any\n) {\n const isLocalScope = scope === 'local';\n const _composer = shallowRef(null);\n if (isLocalScope &&\n instance.proxy &&\n !(instance.proxy.$options.i18n || instance.proxy.$options.__i18n)) {\n throw createI18nError(I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);\n }\n const _inheritLocale = isBoolean(options.inheritLocale)\n ? options.inheritLocale\n : !isString(options.locale);\n const _locale = ref(\n // prettier-ignore\n !isLocalScope || _inheritLocale\n ? root.locale.value\n : isString(options.locale)\n ? options.locale\n : DEFAULT_LOCALE);\n const _fallbackLocale = ref(\n // prettier-ignore\n !isLocalScope || _inheritLocale\n ? root.fallbackLocale.value\n : isString(options.fallbackLocale) ||\n isArray(options.fallbackLocale) ||\n isPlainObject(options.fallbackLocale) ||\n options.fallbackLocale === false\n ? options.fallbackLocale\n : _locale.value);\n const _messages = ref(getLocaleMessages(_locale.value, options));\n // prettier-ignore\n const _datetimeFormats = ref(isPlainObject(options.datetimeFormats)\n ? options.datetimeFormats\n : { [_locale.value]: {} });\n // prettier-ignore\n const _numberFormats = ref(isPlainObject(options.numberFormats)\n ? options.numberFormats\n : { [_locale.value]: {} });\n // prettier-ignore\n const _missingWarn = isLocalScope\n ? root.missingWarn\n : isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\n ? options.missingWarn\n : true;\n // prettier-ignore\n const _fallbackWarn = isLocalScope\n ? root.fallbackWarn\n : isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\n ? options.fallbackWarn\n : true;\n // prettier-ignore\n const _fallbackRoot = isLocalScope\n ? root.fallbackRoot\n : isBoolean(options.fallbackRoot)\n ? options.fallbackRoot\n : true;\n // configure fall back to root\n const _fallbackFormat = !!options.fallbackFormat;\n // runtime missing\n const _missing = isFunction(options.missing) ? options.missing : null;\n // postTranslation handler\n const _postTranslation = isFunction(options.postTranslation)\n ? options.postTranslation\n : null;\n // prettier-ignore\n const _warnHtmlMessage = isLocalScope\n ? root.warnHtmlMessage\n : isBoolean(options.warnHtmlMessage)\n ? options.warnHtmlMessage\n : true;\n const _escapeParameter = !!options.escapeParameter;\n // prettier-ignore\n const _modifiers = isLocalScope\n ? root.modifiers\n : isPlainObject(options.modifiers)\n ? options.modifiers\n : {};\n // pluralRules\n const _pluralRules = options.pluralRules || (isLocalScope && root.pluralRules);\n // track reactivity\n function trackReactivityValues() {\n return [\n _locale.value,\n _fallbackLocale.value,\n _messages.value,\n _datetimeFormats.value,\n _numberFormats.value\n ];\n }\n // locale\n const locale = computed({\n get: () => {\n return _composer.value ? _composer.value.locale.value : _locale.value;\n },\n set: val => {\n if (_composer.value) {\n _composer.value.locale.value = val;\n }\n _locale.value = val;\n }\n });\n // fallbackLocale\n const fallbackLocale = computed({\n get: () => {\n return _composer.value\n ? _composer.value.fallbackLocale.value\n : _fallbackLocale.value;\n },\n set: val => {\n if (_composer.value) {\n _composer.value.fallbackLocale.value = val;\n }\n _fallbackLocale.value = val;\n }\n });\n // messages\n const messages = computed(() => {\n if (_composer.value) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return _composer.value.messages.value;\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return _messages.value;\n }\n });\n const datetimeFormats = computed(() => _datetimeFormats.value);\n const numberFormats = computed(() => _numberFormats.value);\n function getPostTranslationHandler() {\n return _composer.value\n ? _composer.value.getPostTranslationHandler()\n : _postTranslation;\n }\n function setPostTranslationHandler(handler) {\n if (_composer.value) {\n _composer.value.setPostTranslationHandler(handler);\n }\n }\n function getMissingHandler() {\n return _composer.value ? _composer.value.getMissingHandler() : _missing;\n }\n function setMissingHandler(handler) {\n if (_composer.value) {\n _composer.value.setMissingHandler(handler);\n }\n }\n function warpWithDeps(fn) {\n trackReactivityValues();\n return fn();\n }\n function t(...args) {\n return _composer.value\n ? warpWithDeps(() => Reflect.apply(_composer.value.t, null, [...args]))\n : warpWithDeps(() => '');\n }\n function rt(...args) {\n return _composer.value\n ? Reflect.apply(_composer.value.rt, null, [...args])\n : '';\n }\n function d(...args) {\n return _composer.value\n ? warpWithDeps(() => Reflect.apply(_composer.value.d, null, [...args]))\n : warpWithDeps(() => '');\n }\n function n(...args) {\n return _composer.value\n ? warpWithDeps(() => Reflect.apply(_composer.value.n, null, [...args]))\n : warpWithDeps(() => '');\n }\n function tm(key) {\n return _composer.value ? _composer.value.tm(key) : {};\n }\n function te(key, locale) {\n return _composer.value ? _composer.value.te(key, locale) : false;\n }\n function getLocaleMessage(locale) {\n return _composer.value ? _composer.value.getLocaleMessage(locale) : {};\n }\n function setLocaleMessage(locale, message) {\n if (_composer.value) {\n _composer.value.setLocaleMessage(locale, message);\n _messages.value[locale] = message;\n }\n }\n function mergeLocaleMessage(locale, message) {\n if (_composer.value) {\n _composer.value.mergeLocaleMessage(locale, message);\n }\n }\n function getDateTimeFormat(locale) {\n return _composer.value ? _composer.value.getDateTimeFormat(locale) : {};\n }\n function setDateTimeFormat(locale, format) {\n if (_composer.value) {\n _composer.value.setDateTimeFormat(locale, format);\n _datetimeFormats.value[locale] = format;\n }\n }\n function mergeDateTimeFormat(locale, format) {\n if (_composer.value) {\n _composer.value.mergeDateTimeFormat(locale, format);\n }\n }\n function getNumberFormat(locale) {\n return _composer.value ? _composer.value.getNumberFormat(locale) : {};\n }\n function setNumberFormat(locale, format) {\n if (_composer.value) {\n _composer.value.setNumberFormat(locale, format);\n _numberFormats.value[locale] = format;\n }\n }\n function mergeNumberFormat(locale, format) {\n if (_composer.value) {\n _composer.value.mergeNumberFormat(locale, format);\n }\n }\n const wrapper = {\n get id() {\n return _composer.value ? _composer.value.id : -1;\n },\n locale,\n fallbackLocale,\n messages,\n datetimeFormats,\n numberFormats,\n get inheritLocale() {\n return _composer.value ? _composer.value.inheritLocale : _inheritLocale;\n },\n set inheritLocale(val) {\n if (_composer.value) {\n _composer.value.inheritLocale = val;\n }\n },\n get availableLocales() {\n return _composer.value\n ? _composer.value.availableLocales\n : Object.keys(_messages.value);\n },\n get modifiers() {\n return (_composer.value ? _composer.value.modifiers : _modifiers);\n },\n get pluralRules() {\n return (_composer.value ? _composer.value.pluralRules : _pluralRules);\n },\n get isGlobal() {\n return _composer.value ? _composer.value.isGlobal : false;\n },\n get missingWarn() {\n return _composer.value ? _composer.value.missingWarn : _missingWarn;\n },\n set missingWarn(val) {\n if (_composer.value) {\n _composer.value.missingWarn = val;\n }\n },\n get fallbackWarn() {\n return _composer.value ? _composer.value.fallbackWarn : _fallbackWarn;\n },\n set fallbackWarn(val) {\n if (_composer.value) {\n _composer.value.missingWarn = val;\n }\n },\n get fallbackRoot() {\n return _composer.value ? _composer.value.fallbackRoot : _fallbackRoot;\n },\n set fallbackRoot(val) {\n if (_composer.value) {\n _composer.value.fallbackRoot = val;\n }\n },\n get fallbackFormat() {\n return _composer.value ? _composer.value.fallbackFormat : _fallbackFormat;\n },\n set fallbackFormat(val) {\n if (_composer.value) {\n _composer.value.fallbackFormat = val;\n }\n },\n get warnHtmlMessage() {\n return _composer.value\n ? _composer.value.warnHtmlMessage\n : _warnHtmlMessage;\n },\n set warnHtmlMessage(val) {\n if (_composer.value) {\n _composer.value.warnHtmlMessage = val;\n }\n },\n get escapeParameter() {\n return _composer.value\n ? _composer.value.escapeParameter\n : _escapeParameter;\n },\n set escapeParameter(val) {\n if (_composer.value) {\n _composer.value.escapeParameter = val;\n }\n },\n t,\n getPostTranslationHandler,\n setPostTranslationHandler,\n getMissingHandler,\n setMissingHandler,\n rt,\n d,\n n,\n tm,\n te,\n getLocaleMessage,\n setLocaleMessage,\n mergeLocaleMessage,\n getDateTimeFormat,\n setDateTimeFormat,\n mergeDateTimeFormat,\n getNumberFormat,\n setNumberFormat,\n mergeNumberFormat\n };\n function sync(composer) {\n composer.locale.value = _locale.value;\n composer.fallbackLocale.value = _fallbackLocale.value;\n Object.keys(_messages.value).forEach(locale => {\n composer.mergeLocaleMessage(locale, _messages.value[locale]);\n });\n Object.keys(_datetimeFormats.value).forEach(locale => {\n composer.mergeDateTimeFormat(locale, _datetimeFormats.value[locale]);\n });\n Object.keys(_numberFormats.value).forEach(locale => {\n composer.mergeNumberFormat(locale, _numberFormats.value[locale]);\n });\n composer.escapeParameter = _escapeParameter;\n composer.fallbackFormat = _fallbackFormat;\n composer.fallbackRoot = _fallbackRoot;\n composer.fallbackWarn = _fallbackWarn;\n composer.missingWarn = _missingWarn;\n composer.warnHtmlMessage = _warnHtmlMessage;\n }\n onBeforeMount(() => {\n if (instance.proxy == null || instance.proxy.$i18n == null) {\n throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);\n }\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const composer = (_composer.value = instance.proxy.$i18n\n .__composer);\n if (scope === 'global') {\n _locale.value = composer.locale.value;\n _fallbackLocale.value = composer.fallbackLocale.value;\n _messages.value = composer.messages.value;\n _datetimeFormats.value = composer.datetimeFormats.value;\n _numberFormats.value = composer.numberFormats.value;\n }\n else if (isLocalScope) {\n sync(composer);\n }\n });\n return wrapper;\n}\nconst globalExportProps = [\n 'locale',\n 'fallbackLocale',\n 'availableLocales'\n];\nconst globalExportMethods = ['t', 'rt', 'd', 'n', 'tm', 'te']\n ;\nfunction injectGlobalFields(app, composer) {\n const i18n = Object.create(null);\n globalExportProps.forEach(prop => {\n const desc = Object.getOwnPropertyDescriptor(composer, prop);\n if (!desc) {\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\n }\n const wrap = isRef(desc.value) // check computed props\n ? {\n get() {\n return desc.value.value;\n },\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n set(val) {\n desc.value.value = val;\n }\n }\n : {\n get() {\n return desc.get && desc.get();\n }\n };\n Object.defineProperty(i18n, prop, wrap);\n });\n app.config.globalProperties.$i18n = i18n;\n globalExportMethods.forEach(method => {\n const desc = Object.getOwnPropertyDescriptor(composer, method);\n if (!desc || !desc.value) {\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\n }\n Object.defineProperty(app.config.globalProperties, `$${method}`, desc);\n });\n const dispose = () => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n delete app.config.globalProperties.$i18n;\n globalExportMethods.forEach(method => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n delete app.config.globalProperties[`$${method}`];\n });\n };\n return dispose;\n}\n\n{\n initFeatureFlags();\n}\n// register message compiler at vue-i18n\nif (__INTLIFY_JIT_COMPILATION__) {\n registerMessageCompiler(compile);\n}\nelse {\n registerMessageCompiler(compileToFunction);\n}\n// register message resolver at vue-i18n\nregisterMessageResolver(resolveValue);\n// register fallback locale at vue-i18n\nregisterLocaleFallbacker(fallbackWithLocaleChain);\n// NOTE: experimental !!\nif ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\n const target = getGlobalThis();\n target.__INTLIFY__ = true;\n setDevToolsHook(target.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);\n}\nif ((process.env.NODE_ENV !== 'production')) ;\n\nexport { DatetimeFormat, I18nD, I18nInjectionKey, I18nN, I18nT, NumberFormat, Translation, VERSION, castToVueI18n, createI18n, useI18n, vTDirective };\n"], "mappings": "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", "names": ["code", "src", "des", "RE_ARGS", "format", "isObject", "assign", "isString", "join", "code", "index", "context", "isLiteral", "parse", "code", "type", "warnMessages", "code", "errorMessages", "format", "baseCompile", "code", "format", "resolveValue", "msg", "source", "message", "VERSION", "initFeatureFlags", "code$1", "inc$1", "warnMessages", "getWarnMessage", "code", "inc", "errorMessages", "locale", "locales", "_context", "messages", "format", "options", "global", "composer"] } diff --git a/pages/posts/2024060301.md b/pages/posts/2024060301.md index afad3ab7..9ae355de 100644 --- a/pages/posts/2024060301.md +++ b/pages/posts/2024060301.md @@ -19,13 +19,13 @@ aplayer: true ---

-我已经在哈尔滨工业大学忙了一年。“忙”这个字,不是很精确:不怎么忙碌,但也没有太多得闲的机会。也许在财富上小有成就,但是并没有完美完成主线任务。可能是由于切身领会“小镇做题家”的劣势,于是我开始从各方面提升自己。谨记恩师教诲,我也算是能说会道、“乐于助人”的好青年了。而令我费解的是,主线任务变得越来越困难——尽管我竭力追赶。 +我已经在哈尔滨工业大学忙了一年。所谓“忙”字,不甚精确。不怎么忙碌,但也没有太多得闲的机会。也许在财富上小有成就,但是并没有完美完成主线任务。可能是由于切身领会“小镇做题家”的劣势,于是我开始从各方面提升自己。谨记恩师教诲,我也算是能说会道、“乐于助人”的好青年了。而令我费解的是,主线任务变得越来越困难——尽管我竭力追赶。 -一年之前,我还在大庆实验。最开心的回忆,竟是得分训练的那些日子。和同学相处的日子是真的快乐。地毯式刷题让我失去了目标:你知道我高考之前的目标是什么吗?答曰:电子科大、天津大学......但上帝眷顾了我,让我上了哈工大,让我结识了如此多的有趣的人、一群热心的人、四个信得过的人,值得我喜欢的人。 +一年之前,我还在大庆实验。最开心的回忆,竟是得分训练的那些日子。和同学相处的日子是真的快乐。非常痛苦的模拟考试和训练压力让我失去了目标:你知道我高考之前的目标是什么吗?答曰:电子科大、天津大学······但上帝眷顾了我,让我进入了为党和人民做出过重要贡献的学校,让我结识了如此多的有趣的人、两群热心的人、四个信得过的人,值得我喜欢的人。 -一年下来,即使我已砍掉诸多劣根,但攻击力仍然不足。每个赛道我都花费近一个月专攻弱项与盲点,成效不知显著,期末才见分晓。找教师拨云见雾,请过来人指点迷津,向同学求取真经,似乎见效,但收获甚微。我不承认未雨绸缪时没有厉兵秣马,但我承认箭在弦上时弹尽粮绝。这是“我认为”和“它显示”的矛盾,我很想化解,但我无法完成,不得已一再搁置,直到现在,我仍在紧锣密鼓地“厉兵秣马”。 +一年下来,即使我已砍掉诸多劣根,但攻击力仍不能满足继续完成主线的最低要求。每个赛道我都花费近一个月专攻弱项与盲点,成效不知显著,期末才见分晓。找教师拨云见雾,请过来人指点迷津,向同学求取真经,似乎见效,但收获甚微。我不承认未雨绸缪时没有厉兵秣马,但我承认箭在弦上时,一发便弹尽粮绝。这是“我认为”和“它显示”的矛盾,我很想化解,但我无法完成,不得已一再搁置。直到现在,我仍在紧锣密鼓地“厉兵秣马”。 -曾经有过特别痛苦的日子。没财力、没精力、没能力,简直一个“三无产品”。我曾与一位友人交流,说当时“简直如长征”,没有钱,不会做,忙忙碌碌几个实验,过着过着就考试了。围着这些一次就要消耗一坤时的实验团团转,到最后一事无成:实验做了没记住(没长进),正课听了、作业做了。做试卷,欸?还是不会。 +曾经有过特别痛苦的日子。没财力、没精力、没能力,简直一个“三无产品”。我曾与一位友人交流,说当时“简直如长征”,没有钱,不会做,忙忙碌碌几个实验,过着过着就考试了。围着这些一次就要消耗一坤时的实验团团转,到最后一事无成:实验做了没记住(没长进),正课听了、作业做了。做试卷,欸?还是不会。我是还没有找到人间正道? --- @@ -37,7 +37,7 @@ aplayer: true 过了一年,“大放”倒是没有,“有一分热,发一分光”确实是做到了。完成了一些小项目,比如部署了服务器、做成了个人博客,以及一些难以言说的成绩。我也曾在一些人生重要抉择处迷茫过,但我的身边总会有人一直在听着我诉说、挺着我前进。我感谢她们。而且,令我十分惊讶的是,有两位友人对我的印象是“我感觉你好强的样子”,可能是因为我太能装了吧,哈哈。 -一些无厘头的想法总会在高考结束之后想出,比如制作“二八杀”。项目已经过去一年,而我还卡在梦曾经开始的地方。比赛也没参加,也没申报任何高大上的东西。问题来了:没有做成这些,那你做了什么呢?呵,我重新配置了我的设备。我不好回答。但我知道,我会刷新认知,扔掉成见。上了大学,过了一年,变成一张白纸,可以说:“无知者无畏。” +一些无厘头的想法总会在高考结束之后想出,比如制作“二八杀”。项目已经过去一年,而我还卡在梦曾经开始的地方。比赛也没参加,也没申报任何高大上的东西。问题来了:没有做成这些,那你做了什么呢?呵,我重新配置了我的设备。我不好回答。但我知道,我会刷新认知,扔掉成见。上了大学,过了一年,变成一张白纸,可以说:“无知者无畏。”千字为顶,落笔至终。 ---