pds-dev-kit-web-test 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3 -2
- package/dist/src/common/assets/icons/fill/BellNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/BellNotification.js +36 -0
- package/dist/src/common/assets/icons/fill/ChatNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ChatNotification.js +36 -0
- package/dist/src/common/assets/icons/fill/HelpWindow.js +1 -1
- package/dist/src/common/assets/icons/fill/Question.js +1 -1
- package/dist/src/common/assets/icons/fill/index.d.ts +2 -0
- package/dist/src/common/assets/icons/fill/index.js +4 -0
- package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
- package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
- package/dist/src/common/assets/icons/line/ChatNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ChatNotification.js +36 -0
- package/dist/src/common/assets/icons/line/Question.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +2 -0
- package/dist/src/common/assets/icons/line/index.js +4 -0
- package/dist/src/common/services/i18n/i18n.js +10 -4
- package/dist/src/common/services/i18n/resources/en.json +0 -6835
- package/dist/src/common/services/i18n/resources/es.json +0 -6835
- package/dist/src/common/services/i18n/resources/fil.json +9 -0
- package/dist/src/common/services/i18n/resources/index.d.ts +11 -41012
- package/dist/src/common/services/i18n/resources/index.js +8 -5
- package/dist/src/common/services/i18n/resources/ja.json +9 -0
- package/dist/src/common/services/i18n/resources/ko.json +0 -6835
- package/dist/src/common/services/i18n/resources/zh-cn.json +9 -0
- package/dist/src/common/services/i18n/resources/zh-tw.json +0 -6835
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +8 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +8 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +24 -2
- package/dist/src/common/styles/colorSet/index.d.ts +305 -267
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +22 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -2
- package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -2
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +6 -4
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.js +38 -12
- package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
- package/dist/src/desktop/components/TextField/TextField.js +9 -4
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.js +3 -3
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -9
- package/dist/src/desktop/index.d.ts +3 -2
- package/dist/src/desktop/index.js +2 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +8 -12
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
- package/dist/src/desktop/panels/index.d.ts +3 -1
- package/dist/src/desktop/panels/index.js +3 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -2
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.js +29 -7
- package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +9 -4
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -6
- package/dist/src/sub/DynamicLayout/components/Section/Section.js +1 -1
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +30 -13
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +7 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +1 -0
- package/dist/storybook-static/{0.69b174ef.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.69b174ef.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +7 -7
- package/dist/storybook-static/{4.32dc09b1.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.32dc09b1.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +69 -69
- package/dist/storybook-static/{5.c1637fa3.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.c1637fa3.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.9d79e5b5.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.9d79e5b5.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.b309bb58.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.b309bb58.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.9a5b3a3c.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +52 -46
- package/dist/storybook-static/{main.9a5b3a3c.iframe.bundle.js → main.f16a77cc.iframe.bundle.js} +991 -839
- package/dist/storybook-static/{runtime~main.b6fc2c86.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.b6fc2c86.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.0fbc3a5b.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.0fbc3a5b.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +419 -419
- package/package.json +1 -2
- package/release-note.md +7 -5
- package/dist/src/common/services/i18n/resources/jp.json +0 -6844
- package/dist/src/common/services/i18n/resources/zh-zh.json +0 -6844
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*! For license information please see 4.
|
|
2
|
-
(window.webpackJsonp = window.webpackJsonp || []).push([[4], {
|
|
1
|
+
/*! For license information please see 4.ed983a0a.iframe.bundle.js.LICENSE.txt */
|
|
2
|
+
(window.webpackJsonp = window.webpackJsonp || []).push([[4], { 2169: function (module, __webpack_exports__, __webpack_require__) {
|
|
3
3
|
"use strict";
|
|
4
4
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, "SyntaxHighlighter", (function () { return syntaxhighlighter_SyntaxHighlighter; }));
|
|
5
|
-
__webpack_require__(213), __webpack_require__(73), __webpack_require__(
|
|
6
|
-
var react = __webpack_require__(0), react_default = __webpack_require__.n(react), esm = __webpack_require__(5), dist_esm = __webpack_require__(3), global_window = __webpack_require__(11), window_default = __webpack_require__.n(global_window), memoizerific = __webpack_require__(
|
|
5
|
+
__webpack_require__(213), __webpack_require__(73), __webpack_require__(87), __webpack_require__(19), __webpack_require__(214), __webpack_require__(7), __webpack_require__(12), __webpack_require__(10), __webpack_require__(21), __webpack_require__(18), __webpack_require__(15), __webpack_require__(17), __webpack_require__(16), __webpack_require__(9), __webpack_require__(30), __webpack_require__(68), __webpack_require__(26);
|
|
6
|
+
var react = __webpack_require__(0), react_default = __webpack_require__.n(react), esm = __webpack_require__(5), dist_esm = __webpack_require__(3), global_window = __webpack_require__(11), window_default = __webpack_require__.n(global_window), memoizerific = __webpack_require__(167), memoizerific_default = __webpack_require__.n(memoizerific), jsx = __webpack_require__(2184), prism_jsx = __webpack_require__.n(jsx).a, bash = __webpack_require__(2220), prism_bash = __webpack_require__.n(bash).a, css = __webpack_require__(2182), prism_css = __webpack_require__.n(css).a, js_extras = __webpack_require__(2216), prism_js_extras = __webpack_require__.n(js_extras).a, json = __webpack_require__(2217), prism_json = __webpack_require__.n(json).a, graphql = __webpack_require__(2222), prism_graphql = __webpack_require__.n(graphql).a, markup = __webpack_require__(2181), prism_markup = __webpack_require__.n(markup).a, markdown = __webpack_require__(2219), prism_markdown = __webpack_require__.n(markdown).a, yaml = __webpack_require__(2218), prism_yaml = __webpack_require__.n(yaml).a, tsx = __webpack_require__(2221), prism_tsx = __webpack_require__.n(tsx).a, typescript = __webpack_require__(2185), prism_typescript = __webpack_require__.n(typescript).a, objectWithoutProperties = __webpack_require__(115), objectWithoutProperties_default = __webpack_require__.n(objectWithoutProperties), objectSpread = __webpack_require__(2183), objectSpread_default = __webpack_require__.n(objectSpread), helpers_extends = __webpack_require__(493), extends_default = __webpack_require__.n(helpers_extends);
|
|
7
7
|
function createStyleObject(classNames) { var elementStyle = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, stylesheet = arguments.length > 2 ? arguments[2] : void 0; return classNames.reduce((function (styleObject, className) { return objectSpread_default()({}, styleObject, stylesheet[className]); }), elementStyle); }
|
|
8
8
|
function createClassNameString(classNames) { return classNames.join(" "); }
|
|
9
9
|
function createElement(_ref) { var node = _ref.node, stylesheet = _ref.stylesheet, _ref$style = _ref.style, style = void 0 === _ref$style ? {} : _ref$style, useInlineStyles = _ref.useInlineStyles, key = _ref.key, properties = node.properties, type = node.type, TagName = node.tagName, value = node.value; if ("text" === type)
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
} return wrapLines ? newTree : (_ref4 = []).concat.apply(_ref4, newTree); }
|
|
62
62
|
function defaultRenderer(_ref5) { var rows = _ref5.rows, stylesheet = _ref5.stylesheet, useInlineStyles = _ref5.useInlineStyles; return rows.map((function (node, i) { return createElement({ node: node, stylesheet: stylesheet, useInlineStyles: useInlineStyles, key: "code-segement".concat(i) }); })); }
|
|
63
63
|
function isHighlightJs(astGenerator) { return astGenerator && void 0 !== astGenerator.highlightAuto; }
|
|
64
|
-
var defaultAstGenerator, defaultStyle, core = __webpack_require__(
|
|
64
|
+
var defaultAstGenerator, defaultStyle, core = __webpack_require__(2189), core_default = __webpack_require__.n(core), prism_light_SyntaxHighlighter = (defaultAstGenerator = core_default.a, defaultStyle = {}, function SyntaxHighlighter(_ref7) { var language = _ref7.language, children = _ref7.children, _ref7$style = _ref7.style, style = void 0 === _ref7$style ? defaultStyle : _ref7$style, _ref7$customStyle = _ref7.customStyle, customStyle = void 0 === _ref7$customStyle ? {} : _ref7$customStyle, _ref7$codeTagProps = _ref7.codeTagProps, codeTagProps = void 0 === _ref7$codeTagProps ? { className: language ? "language-".concat(language) : void 0, style: style['code[class*="language-"]'] } : _ref7$codeTagProps, _ref7$useInlineStyles = _ref7.useInlineStyles, useInlineStyles = void 0 === _ref7$useInlineStyles || _ref7$useInlineStyles, _ref7$showLineNumbers = _ref7.showLineNumbers, showLineNumbers = void 0 !== _ref7$showLineNumbers && _ref7$showLineNumbers, _ref7$showInlineLineN = _ref7.showInlineLineNumbers, showInlineLineNumbers = void 0 !== _ref7$showInlineLineN && _ref7$showInlineLineN, _ref7$startingLineNum = _ref7.startingLineNumber, startingLineNumber = void 0 === _ref7$startingLineNum ? 1 : _ref7$startingLineNum, lineNumberContainerStyle = _ref7.lineNumberContainerStyle, _ref7$lineNumberStyle = _ref7.lineNumberStyle, lineNumberStyle = void 0 === _ref7$lineNumberStyle ? {} : _ref7$lineNumberStyle, wrapLines = _ref7.wrapLines, _ref7$lineProps = _ref7.lineProps, lineProps = void 0 === _ref7$lineProps ? {} : _ref7$lineProps, renderer = _ref7.renderer, _ref7$PreTag = _ref7.PreTag, PreTag = void 0 === _ref7$PreTag ? "pre" : _ref7$PreTag, _ref7$CodeTag = _ref7.CodeTag, CodeTag = void 0 === _ref7$CodeTag ? "code" : _ref7$CodeTag, _ref7$code = _ref7.code, code = void 0 === _ref7$code ? Array.isArray(children) ? children[0] : children : _ref7$code, astGenerator = _ref7.astGenerator, rest = objectWithoutProperties_default()(_ref7, ["language", "children", "style", "customStyle", "codeTagProps", "useInlineStyles", "showLineNumbers", "showInlineLineNumbers", "startingLineNumber", "lineNumberContainerStyle", "lineNumberStyle", "wrapLines", "lineProps", "renderer", "PreTag", "CodeTag", "code", "astGenerator"]); astGenerator = astGenerator || defaultAstGenerator; var allLineNumbers = showLineNumbers ? react_default.a.createElement(AllLineNumbers, { containerStyle: lineNumberContainerStyle, codeStyle: codeTagProps.style || {}, numberStyle: lineNumberStyle, startingLineNumber: startingLineNumber, codeString: code }) : null, defaultPreStyle = style.hljs || style['pre[class*="language-"]'] || { backgroundColor: "#fff" }, generatorClassName = isHighlightJs(astGenerator) ? "hljs" : "prismjs", preProps = useInlineStyles ? Object.assign({}, rest, { style: Object.assign({}, defaultPreStyle, customStyle) }) : Object.assign({}, rest, { className: rest.className ? "".concat(generatorClassName, " ").concat(rest.className) : generatorClassName, style: Object.assign({}, customStyle) }); if (!astGenerator)
|
|
65
65
|
return react_default.a.createElement(PreTag, preProps, allLineNumbers, react_default.a.createElement(CodeTag, codeTagProps, code)); wrapLines = !(!renderer || void 0 !== wrapLines) || wrapLines, renderer = renderer || defaultRenderer; var defaultCodeValue = [{ type: "text", value: code }], codeTree = function getCodeTree(_ref6) { var astGenerator = _ref6.astGenerator, language = _ref6.language, code = _ref6.code, defaultCodeValue = _ref6.defaultCodeValue; if (isHighlightJs(astGenerator)) {
|
|
66
66
|
var hasLanguage = function (astGenerator, language) { return -1 !== astGenerator.listLanguages().indexOf(language); }(astGenerator, language);
|
|
67
67
|
return "text" === language ? { value: defaultCodeValue, language: "text" } : hasLanguage ? astGenerator.highlight(language, code) : astGenerator.highlightAuto(code);
|
|
@@ -129,58 +129,58 @@
|
|
|
129
129
|
return null; var highlightableCode = format ? formatter(children) : children.trim(), _useState2 = _slicedToArray(Object(react.useState)(!1), 2), copied = _useState2[0], setCopied = _useState2[1]; return react_default.a.createElement(Wrapper, { bordered: bordered, padded: padded, className: className }, react_default.a.createElement(Scroller, null, react_default.a.createElement(prism_light, _extends({ padded: padded || bordered, language: language, showLineNumbers: showLineNumbers, showInlineLineNumbers: showLineNumbers, useInlineStyles: !1, PreTag: Pre, CodeTag: Code, lineNumberContainerStyle: {} }, rest), highlightableCode)), copyable ? react_default.a.createElement(ActionBar.a, { actionItems: [{ title: copied ? "Copied" : "Copy", onClick: function onClick(e) { e.preventDefault(), copyToClipboard(highlightableCode).then((function () { setCopied(!0), globalWindow.setTimeout((function () { return setCopied(!1); }), 1500); })).catch(esm.a.error); } }] }) : null); };
|
|
130
130
|
syntaxhighlighter_SyntaxHighlighter.displayName = "SyntaxHighlighter";
|
|
131
131
|
__webpack_exports__.default = syntaxhighlighter_SyntaxHighlighter;
|
|
132
|
-
},
|
|
132
|
+
}, 2173: function (module, exports, __webpack_require__) {
|
|
133
133
|
"use strict";
|
|
134
|
-
var normalize = __webpack_require__(
|
|
134
|
+
var normalize = __webpack_require__(2174), Schema = __webpack_require__(2176), DefinedInfo = __webpack_require__(2177);
|
|
135
135
|
module.exports = function create(definition) { var prop, info, space = definition.space, mustUseProperty = definition.mustUseProperty || [], attributes = definition.attributes || {}, props = definition.properties, transform = definition.transform, property = {}, normal = {}; for (prop in props)
|
|
136
136
|
info = new DefinedInfo(prop, transform(attributes, prop), props[prop], space), -1 !== mustUseProperty.indexOf(prop) && (info.mustUseProperty = !0), property[prop] = info, normal[normalize(prop)] = prop, normal[normalize(info.attribute)] = prop; return new Schema(property, normal, space); };
|
|
137
|
-
},
|
|
137
|
+
}, 2174: function (module, exports, __webpack_require__) {
|
|
138
138
|
"use strict";
|
|
139
139
|
module.exports = function normalize(value) { return value.toLowerCase(); };
|
|
140
|
-
},
|
|
140
|
+
}, 2175: function (module, exports, __webpack_require__) {
|
|
141
141
|
"use strict";
|
|
142
142
|
var powers = 0;
|
|
143
143
|
function increment() { return Math.pow(2, ++powers); }
|
|
144
144
|
exports.boolean = increment(), exports.booleanish = increment(), exports.overloadedBoolean = increment(), exports.number = increment(), exports.spaceSeparated = increment(), exports.commaSeparated = increment(), exports.commaOrSpaceSeparated = increment();
|
|
145
|
-
},
|
|
145
|
+
}, 2176: function (module, exports, __webpack_require__) {
|
|
146
146
|
"use strict";
|
|
147
147
|
module.exports = Schema;
|
|
148
148
|
var proto = Schema.prototype;
|
|
149
149
|
function Schema(property, normal, space) { this.property = property, this.normal = normal, space && (this.space = space); }
|
|
150
150
|
proto.space = null, proto.normal = {}, proto.property = {};
|
|
151
|
-
},
|
|
151
|
+
}, 2177: function (module, exports, __webpack_require__) {
|
|
152
152
|
"use strict";
|
|
153
|
-
var Info = __webpack_require__(
|
|
153
|
+
var Info = __webpack_require__(2178), types = __webpack_require__(2175);
|
|
154
154
|
module.exports = DefinedInfo, DefinedInfo.prototype = new Info, DefinedInfo.prototype.defined = !0;
|
|
155
155
|
var checks = ["boolean", "booleanish", "overloadedBoolean", "number", "commaSeparated", "spaceSeparated", "commaOrSpaceSeparated"], checksLength = checks.length;
|
|
156
156
|
function DefinedInfo(property, attribute, mask, space) { var check, index = -1; for (mark(this, "space", space), Info.call(this, property, attribute); ++index < checksLength;)
|
|
157
157
|
mark(this, check = checks[index], (mask & types[check]) === types[check]); }
|
|
158
158
|
function mark(values, key, value) { value && (values[key] = value); }
|
|
159
|
-
},
|
|
159
|
+
}, 2178: function (module, exports, __webpack_require__) {
|
|
160
160
|
"use strict";
|
|
161
161
|
module.exports = Info;
|
|
162
162
|
var proto = Info.prototype;
|
|
163
163
|
function Info(property, attribute) { this.property = property, this.attribute = attribute; }
|
|
164
164
|
proto.space = null, proto.attribute = null, proto.property = null, proto.boolean = !1, proto.booleanish = !1, proto.overloadedBoolean = !1, proto.number = !1, proto.commaSeparated = !1, proto.spaceSeparated = !1, proto.commaOrSpaceSeparated = !1, proto.mustUseProperty = !1, proto.defined = !1;
|
|
165
|
-
},
|
|
165
|
+
}, 2179: function (module, exports, __webpack_require__) {
|
|
166
166
|
"use strict";
|
|
167
|
-
var caseSensitiveTransform = __webpack_require__(
|
|
167
|
+
var caseSensitiveTransform = __webpack_require__(2198);
|
|
168
168
|
module.exports = function caseInsensitiveTransform(attributes, property) { return caseSensitiveTransform(attributes, property.toLowerCase()); };
|
|
169
|
-
},
|
|
169
|
+
}, 2180: function (module, exports, __webpack_require__) {
|
|
170
170
|
"use strict";
|
|
171
171
|
module.exports = function decimal(character) { var code = "string" == typeof character ? character.charCodeAt(0) : character; return code >= 48 && code <= 57; };
|
|
172
|
-
},
|
|
172
|
+
}, 2181: function (module, exports, __webpack_require__) {
|
|
173
173
|
"use strict";
|
|
174
174
|
function markup(Prism) { Prism.languages.markup = { comment: { pattern: /<!--(?:(?!<!--)[\s\S])*?-->/, greedy: !0 }, prolog: { pattern: /<\?[\s\S]+?\?>/, greedy: !0 }, doctype: { pattern: /<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i, greedy: !0, inside: { "internal-subset": { pattern: /(^[^\[]*\[)[\s\S]+(?=\]>$)/, lookbehind: !0, greedy: !0, inside: null }, string: { pattern: /"[^"]*"|'[^']*'/, greedy: !0 }, punctuation: /^<!|>$|[[\]]/, "doctype-tag": /^DOCTYPE/i, name: /[^\s<>'"]+/ } }, cdata: { pattern: /<!\[CDATA\[[\s\S]*?\]\]>/i, greedy: !0 }, tag: { pattern: /<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/, greedy: !0, inside: { tag: { pattern: /^<\/?[^\s>\/]+/, inside: { punctuation: /^<\/?/, namespace: /^[^\s>\/:]+:/ } }, "special-attr": [], "attr-value": { pattern: /=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/, inside: { punctuation: [{ pattern: /^=/, alias: "attr-equals" }, /"|'/] } }, punctuation: /\/?>/, "attr-name": { pattern: /[^\s>\/]+/, inside: { namespace: /^[^\s>\/:]+:/ } } } }, entity: [{ pattern: /&[\da-z]{1,8};/i, alias: "named-entity" }, /&#x?[\da-f]{1,8};/i] }, Prism.languages.markup.tag.inside["attr-value"].inside.entity = Prism.languages.markup.entity, Prism.languages.markup.doctype.inside["internal-subset"].inside = Prism.languages.markup, Prism.hooks.add("wrap", (function (env) { "entity" === env.type && (env.attributes.title = env.content.value.replace(/&/, "&")); })), Object.defineProperty(Prism.languages.markup.tag, "addInlined", { value: function addInlined(tagName, lang) { var includedCdataInside = {}; includedCdataInside["language-" + lang] = { pattern: /(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i, lookbehind: !0, inside: Prism.languages[lang] }, includedCdataInside.cdata = /^<!\[CDATA\[|\]\]>$/i; var inside = { "included-cdata": { pattern: /<!\[CDATA\[[\s\S]*?\]\]>/i, inside: includedCdataInside } }; inside["language-" + lang] = { pattern: /[\s\S]+/, inside: Prism.languages[lang] }; var def = {}; def[tagName] = { pattern: RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g, (function () { return tagName; })), "i"), lookbehind: !0, greedy: !0, inside: inside }, Prism.languages.insertBefore("markup", "cdata", def); } }), Object.defineProperty(Prism.languages.markup.tag, "addAttribute", { value: function (attrName, lang) { Prism.languages.markup.tag.inside["special-attr"].push({ pattern: RegExp(/(^|["'\s])/.source + "(?:" + attrName + ")" + /\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source, "i"), lookbehind: !0, inside: { "attr-name": /^[^\s=]+/, "attr-value": { pattern: /=[\s\S]+/, inside: { value: { pattern: /(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/, lookbehind: !0, alias: [lang, "language-" + lang], inside: Prism.languages[lang] }, punctuation: [{ pattern: /^=/, alias: "attr-equals" }, /"|'/] } } } }); } }), Prism.languages.html = Prism.languages.markup, Prism.languages.mathml = Prism.languages.markup, Prism.languages.svg = Prism.languages.markup, Prism.languages.xml = Prism.languages.extend("markup", {}), Prism.languages.ssml = Prism.languages.xml, Prism.languages.atom = Prism.languages.xml, Prism.languages.rss = Prism.languages.xml; }
|
|
175
175
|
module.exports = markup, markup.displayName = "markup", markup.aliases = ["html", "mathml", "svg", "xml", "ssml", "atom", "rss"];
|
|
176
|
-
},
|
|
176
|
+
}, 2182: function (module, exports, __webpack_require__) {
|
|
177
177
|
"use strict";
|
|
178
178
|
function css(Prism) { !function (Prism) { var string = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/; Prism.languages.css = { comment: /\/\*[\s\S]*?\*\//, atrule: { pattern: /@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/, inside: { rule: /^@[\w-]+/, "selector-function-argument": { pattern: /(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/, lookbehind: !0, alias: "selector" }, keyword: { pattern: /(^|[^\w-])(?:and|not|only|or)(?![\w-])/, lookbehind: !0 } } }, url: { pattern: RegExp("\\burl\\((?:" + string.source + "|" + /(?:[^\\\r\n()"']|\\[\s\S])*/.source + ")\\)", "i"), greedy: !0, inside: { function: /^url/i, punctuation: /^\(|\)$/, string: { pattern: RegExp("^" + string.source + "$"), alias: "url" } } }, selector: { pattern: RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|" + string.source + ")*(?=\\s*\\{)"), lookbehind: !0 }, string: { pattern: string, greedy: !0 }, property: { pattern: /(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i, lookbehind: !0 }, important: /!important\b/i, function: { pattern: /(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i, lookbehind: !0 }, punctuation: /[(){};:,]/ }, Prism.languages.css.atrule.inside.rest = Prism.languages.css; var markup = Prism.languages.markup; markup && (markup.tag.addInlined("style", "css"), markup.tag.addAttribute("style", "css")); }(Prism); }
|
|
179
179
|
module.exports = css, css.displayName = "css", css.aliases = [];
|
|
180
|
-
},
|
|
180
|
+
}, 2183: function (module, exports, __webpack_require__) { var defineProperty = __webpack_require__(72); module.exports = function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) {
|
|
181
181
|
var source = null != arguments[i] ? Object(arguments[i]) : {}, ownKeys = Object.keys(source);
|
|
182
182
|
"function" == typeof Object.getOwnPropertySymbols && ownKeys.push.apply(ownKeys, Object.getOwnPropertySymbols(source).filter((function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; }))), ownKeys.forEach((function (key) { defineProperty(target, key, source[key]); }));
|
|
183
|
-
} return target; }, module.exports.default = module.exports, module.exports.__esModule = !0; },
|
|
183
|
+
} return target; }, module.exports.default = module.exports, module.exports.__esModule = !0; }, 2184: function (module, exports, __webpack_require__) {
|
|
184
184
|
"use strict";
|
|
185
185
|
function jsx(Prism) { !function (Prism) { var javascript = Prism.util.clone(Prism.languages.javascript), space = /(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source, braces = /(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source, spread = /(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source; function re(source, flags) { return source = source.replace(/<S>/g, (function () { return space; })).replace(/<BRACES>/g, (function () { return braces; })).replace(/<SPREAD>/g, (function () { return spread; })), RegExp(source, flags); } spread = re(spread).source, Prism.languages.jsx = Prism.languages.extend("markup", javascript), Prism.languages.jsx.tag.pattern = re(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source), Prism.languages.jsx.tag.inside.tag.pattern = /^<\/?[^\s>\/]*/i, Prism.languages.jsx.tag.inside["attr-value"].pattern = /=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/i, Prism.languages.jsx.tag.inside.tag.inside["class-name"] = /^[A-Z]\w*(?:\.[A-Z]\w*)*$/, Prism.languages.jsx.tag.inside.comment = javascript.comment, Prism.languages.insertBefore("inside", "attr-name", { spread: { pattern: re(/<SPREAD>/.source), inside: Prism.languages.jsx } }, Prism.languages.jsx.tag), Prism.languages.insertBefore("inside", "special-attr", { script: { pattern: re(/=<BRACES>/.source), inside: { "script-punctuation": { pattern: /^=(?=\{)/, alias: "punctuation" }, rest: Prism.languages.jsx }, alias: "language-javascript" } }, Prism.languages.jsx.tag); var stringifyToken = function (token) { return token ? "string" == typeof token ? token : "string" == typeof token.content ? token.content : token.content.map(stringifyToken).join("") : ""; }, walkTokens = function (tokens) { for (var openedTags = [], i = 0; i < tokens.length; i++) {
|
|
186
186
|
var token = tokens[i], notTagNorBrace = !1;
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
token.content && "string" != typeof token.content && walkTokens(token.content);
|
|
192
192
|
} }; Prism.hooks.add("after-tokenize", (function (env) { "jsx" !== env.language && "tsx" !== env.language || walkTokens(env.tokens); })); }(Prism); }
|
|
193
193
|
module.exports = jsx, jsx.displayName = "jsx", jsx.aliases = [];
|
|
194
|
-
},
|
|
194
|
+
}, 2185: function (module, exports, __webpack_require__) {
|
|
195
195
|
"use strict";
|
|
196
196
|
function typescript(Prism) { !function (Prism) { Prism.languages.typescript = Prism.languages.extend("javascript", { "class-name": { pattern: /(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/, lookbehind: !0, greedy: !0, inside: null }, builtin: /\b(?:string|Function|any|number|boolean|Array|symbol|console|Promise|unknown|never)\b/ }), Prism.languages.typescript.keyword.push(/\b(?:abstract|as|declare|implements|is|keyof|readonly|require)\b/, /\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/, /\btype\b(?=\s*(?:[\{*]|$))/), delete Prism.languages.typescript.parameter; var typeInside = Prism.languages.extend("typescript", {}); delete typeInside["class-name"], Prism.languages.typescript["class-name"].inside = typeInside, Prism.languages.insertBefore("typescript", "function", { decorator: { pattern: /@[$\w\xA0-\uFFFF]+/, inside: { at: { pattern: /^@/, alias: "operator" }, function: /^[\s\S]+/ } }, "generic-function": { pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/, greedy: !0, inside: { function: /^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/, generic: { pattern: /<[\s\S]+/, alias: "class-name", inside: typeInside } } } }), Prism.languages.ts = Prism.languages.typescript; }(Prism); }
|
|
197
197
|
module.exports = typescript, typescript.displayName = "typescript", typescript.aliases = ["ts"];
|
|
198
|
-
},
|
|
198
|
+
}, 2189: function (module, exports, __webpack_require__) {
|
|
199
199
|
"use strict";
|
|
200
|
-
(function (global) { var ctx = "object" == typeof globalThis ? globalThis : "object" == typeof self ? self : "object" == typeof window ? window : "object" == typeof global ? global : {}, restore = function capture() { var defined = "Prism" in ctx, current = defined ? ctx.Prism : void 0; return function restore() { defined ? ctx.Prism = current : delete ctx.Prism; defined = void 0, current = void 0; }; }(); ctx.Prism = { manual: !0, disableWorkerMessageHandler: !0 }; var h = __webpack_require__(
|
|
200
|
+
(function (global) { var ctx = "object" == typeof globalThis ? globalThis : "object" == typeof self ? self : "object" == typeof window ? window : "object" == typeof global ? global : {}, restore = function capture() { var defined = "Prism" in ctx, current = defined ? ctx.Prism : void 0; return function restore() { defined ? ctx.Prism = current : delete ctx.Prism; defined = void 0, current = void 0; }; }(); ctx.Prism = { manual: !0, disableWorkerMessageHandler: !0 }; var h = __webpack_require__(2190), decode = __webpack_require__(2206), Prism = __webpack_require__(2213), markup = __webpack_require__(2181), css = __webpack_require__(2182), clike = __webpack_require__(2214), js = __webpack_require__(2215); restore(); var own = {}.hasOwnProperty; function Refractor() { } Refractor.prototype = Prism; var refract = new Refractor; function register(grammar) { if ("function" != typeof grammar || !grammar.displayName)
|
|
201
201
|
throw new Error("Expected `function` for `grammar`, got `" + grammar + "`"); void 0 === refract.languages[grammar.displayName] && grammar(refract); } module.exports = refract, refract.highlight = function highlight(value, name) { var grammar, sup = Prism.highlight; if ("string" != typeof value)
|
|
202
202
|
throw new Error("Expected `string` for `value`, got `" + value + "`"); if ("Object" === refract.util.type(name))
|
|
203
203
|
grammar = name, name = null;
|
|
@@ -217,52 +217,52 @@
|
|
|
217
217
|
"" !== (value = values[index]) && null != value && result.push(value); index = -1, length = result.length; for (; ++index < length;)
|
|
218
218
|
value = result[index], result[index] = refract.Token.stringify(value, language, result); return result; }(value, language); env = { type: value.type, content: refract.Token.stringify(value.content, language, parent), tag: "span", classes: ["token", value.type], attributes: {}, language: language, parent: parent }, value.alias && (env.classes = env.classes.concat(value.alias)); return refract.hooks.run("wrap", env), h(env.tag + "." + env.classes.join("."), function attributes(attrs) { var key; for (key in attrs)
|
|
219
219
|
attrs[key] = decode(attrs[key]); return attrs; }(env.attributes), env.content); }; }).call(this, __webpack_require__(79));
|
|
220
|
-
},
|
|
220
|
+
}, 2190: function (module, exports, __webpack_require__) {
|
|
221
221
|
"use strict";
|
|
222
|
-
module.exports = __webpack_require__(
|
|
223
|
-
},
|
|
222
|
+
module.exports = __webpack_require__(2191);
|
|
223
|
+
}, 2191: function (module, exports, __webpack_require__) {
|
|
224
224
|
"use strict";
|
|
225
|
-
var schema = __webpack_require__(
|
|
225
|
+
var schema = __webpack_require__(2192), html = __webpack_require__(2201)(schema, "div");
|
|
226
226
|
html.displayName = "html", module.exports = html;
|
|
227
|
-
},
|
|
227
|
+
}, 2192: function (module, exports, __webpack_require__) {
|
|
228
228
|
"use strict";
|
|
229
|
-
var merge = __webpack_require__(
|
|
229
|
+
var merge = __webpack_require__(2193), xlink = __webpack_require__(2195), xml = __webpack_require__(2196), xmlns = __webpack_require__(2197), aria = __webpack_require__(2199), html = __webpack_require__(2200);
|
|
230
230
|
module.exports = merge([xml, xlink, xmlns, aria, html]);
|
|
231
|
-
},
|
|
231
|
+
}, 2193: function (module, exports, __webpack_require__) {
|
|
232
232
|
"use strict";
|
|
233
|
-
var xtend = __webpack_require__(
|
|
233
|
+
var xtend = __webpack_require__(2194), Schema = __webpack_require__(2176);
|
|
234
234
|
module.exports = function merge(definitions) { var info, space, length = definitions.length, property = [], normal = [], index = -1; for (; ++index < length;)
|
|
235
235
|
info = definitions[index], property.push(info.property), normal.push(info.normal), space = info.space; return new Schema(xtend.apply(null, property), xtend.apply(null, normal), space); };
|
|
236
|
-
},
|
|
236
|
+
}, 2194: function (module, exports) { module.exports = function extend() { for (var target = {}, i = 0; i < arguments.length; i++) {
|
|
237
237
|
var source = arguments[i];
|
|
238
238
|
for (var key in source)
|
|
239
239
|
hasOwnProperty.call(source, key) && (target[key] = source[key]);
|
|
240
|
-
} return target; }; var hasOwnProperty = Object.prototype.hasOwnProperty; },
|
|
240
|
+
} return target; }; var hasOwnProperty = Object.prototype.hasOwnProperty; }, 2195: function (module, exports, __webpack_require__) {
|
|
241
241
|
"use strict";
|
|
242
|
-
var create = __webpack_require__(
|
|
242
|
+
var create = __webpack_require__(2173);
|
|
243
243
|
module.exports = create({ space: "xlink", transform: function xlinkTransform(_, prop) { return "xlink:" + prop.slice(5).toLowerCase(); }, properties: { xLinkActuate: null, xLinkArcRole: null, xLinkHref: null, xLinkRole: null, xLinkShow: null, xLinkTitle: null, xLinkType: null } });
|
|
244
|
-
},
|
|
244
|
+
}, 2196: function (module, exports, __webpack_require__) {
|
|
245
245
|
"use strict";
|
|
246
|
-
var create = __webpack_require__(
|
|
246
|
+
var create = __webpack_require__(2173);
|
|
247
247
|
module.exports = create({ space: "xml", transform: function xmlTransform(_, prop) { return "xml:" + prop.slice(3).toLowerCase(); }, properties: { xmlLang: null, xmlBase: null, xmlSpace: null } });
|
|
248
|
-
},
|
|
248
|
+
}, 2197: function (module, exports, __webpack_require__) {
|
|
249
249
|
"use strict";
|
|
250
|
-
var create = __webpack_require__(
|
|
250
|
+
var create = __webpack_require__(2173), caseInsensitiveTransform = __webpack_require__(2179);
|
|
251
251
|
module.exports = create({ space: "xmlns", attributes: { xmlnsxlink: "xmlns:xlink" }, transform: caseInsensitiveTransform, properties: { xmlns: null, xmlnsXLink: null } });
|
|
252
|
-
},
|
|
252
|
+
}, 2198: function (module, exports, __webpack_require__) {
|
|
253
253
|
"use strict";
|
|
254
254
|
module.exports = function caseSensitiveTransform(attributes, attribute) { return attribute in attributes ? attributes[attribute] : attribute; };
|
|
255
|
-
},
|
|
255
|
+
}, 2199: function (module, exports, __webpack_require__) {
|
|
256
256
|
"use strict";
|
|
257
|
-
var types = __webpack_require__(
|
|
257
|
+
var types = __webpack_require__(2175), create = __webpack_require__(2173), booleanish = types.booleanish, number = types.number, spaceSeparated = types.spaceSeparated;
|
|
258
258
|
module.exports = create({ transform: function ariaTransform(_, prop) { return "role" === prop ? prop : "aria-" + prop.slice(4).toLowerCase(); }, properties: { ariaActiveDescendant: null, ariaAtomic: booleanish, ariaAutoComplete: null, ariaBusy: booleanish, ariaChecked: booleanish, ariaColCount: number, ariaColIndex: number, ariaColSpan: number, ariaControls: spaceSeparated, ariaCurrent: null, ariaDescribedBy: spaceSeparated, ariaDetails: null, ariaDisabled: booleanish, ariaDropEffect: spaceSeparated, ariaErrorMessage: null, ariaExpanded: booleanish, ariaFlowTo: spaceSeparated, ariaGrabbed: booleanish, ariaHasPopup: null, ariaHidden: booleanish, ariaInvalid: null, ariaKeyShortcuts: null, ariaLabel: null, ariaLabelledBy: spaceSeparated, ariaLevel: number, ariaLive: null, ariaModal: booleanish, ariaMultiLine: booleanish, ariaMultiSelectable: booleanish, ariaOrientation: null, ariaOwns: spaceSeparated, ariaPlaceholder: null, ariaPosInSet: number, ariaPressed: booleanish, ariaReadOnly: booleanish, ariaRelevant: null, ariaRequired: booleanish, ariaRoleDescription: spaceSeparated, ariaRowCount: number, ariaRowIndex: number, ariaRowSpan: number, ariaSelected: booleanish, ariaSetSize: number, ariaSort: null, ariaValueMax: number, ariaValueMin: number, ariaValueNow: number, ariaValueText: null, role: null } });
|
|
259
|
-
},
|
|
259
|
+
}, 2200: function (module, exports, __webpack_require__) {
|
|
260
260
|
"use strict";
|
|
261
|
-
var types = __webpack_require__(
|
|
261
|
+
var types = __webpack_require__(2175), create = __webpack_require__(2173), caseInsensitiveTransform = __webpack_require__(2179), boolean = types.boolean, overloadedBoolean = types.overloadedBoolean, booleanish = types.booleanish, number = types.number, spaceSeparated = types.spaceSeparated, commaSeparated = types.commaSeparated;
|
|
262
262
|
module.exports = create({ space: "html", attributes: { acceptcharset: "accept-charset", classname: "class", htmlfor: "for", httpequiv: "http-equiv" }, transform: caseInsensitiveTransform, mustUseProperty: ["checked", "multiple", "muted", "selected"], properties: { abbr: null, accept: commaSeparated, acceptCharset: spaceSeparated, accessKey: spaceSeparated, action: null, allow: null, allowFullScreen: boolean, allowPaymentRequest: boolean, allowUserMedia: boolean, alt: null, as: null, async: boolean, autoCapitalize: null, autoComplete: spaceSeparated, autoFocus: boolean, autoPlay: boolean, capture: boolean, charSet: null, checked: boolean, cite: null, className: spaceSeparated, cols: number, colSpan: null, content: null, contentEditable: booleanish, controls: boolean, controlsList: spaceSeparated, coords: number | commaSeparated, crossOrigin: null, data: null, dateTime: null, decoding: null, default: boolean, defer: boolean, dir: null, dirName: null, disabled: boolean, download: overloadedBoolean, draggable: booleanish, encType: null, enterKeyHint: null, form: null, formAction: null, formEncType: null, formMethod: null, formNoValidate: boolean, formTarget: null, headers: spaceSeparated, height: number, hidden: boolean, high: number, href: null, hrefLang: null, htmlFor: spaceSeparated, httpEquiv: spaceSeparated, id: null, imageSizes: null, imageSrcSet: commaSeparated, inputMode: null, integrity: null, is: null, isMap: boolean, itemId: null, itemProp: spaceSeparated, itemRef: spaceSeparated, itemScope: boolean, itemType: spaceSeparated, kind: null, label: null, lang: null, language: null, list: null, loading: null, loop: boolean, low: number, manifest: null, max: null, maxLength: number, media: null, method: null, min: null, minLength: number, multiple: boolean, muted: boolean, name: null, nonce: null, noModule: boolean, noValidate: boolean, onAbort: null, onAfterPrint: null, onAuxClick: null, onBeforePrint: null, onBeforeUnload: null, onBlur: null, onCancel: null, onCanPlay: null, onCanPlayThrough: null, onChange: null, onClick: null, onClose: null, onContextMenu: null, onCopy: null, onCueChange: null, onCut: null, onDblClick: null, onDrag: null, onDragEnd: null, onDragEnter: null, onDragExit: null, onDragLeave: null, onDragOver: null, onDragStart: null, onDrop: null, onDurationChange: null, onEmptied: null, onEnded: null, onError: null, onFocus: null, onFormData: null, onHashChange: null, onInput: null, onInvalid: null, onKeyDown: null, onKeyPress: null, onKeyUp: null, onLanguageChange: null, onLoad: null, onLoadedData: null, onLoadedMetadata: null, onLoadEnd: null, onLoadStart: null, onMessage: null, onMessageError: null, onMouseDown: null, onMouseEnter: null, onMouseLeave: null, onMouseMove: null, onMouseOut: null, onMouseOver: null, onMouseUp: null, onOffline: null, onOnline: null, onPageHide: null, onPageShow: null, onPaste: null, onPause: null, onPlay: null, onPlaying: null, onPopState: null, onProgress: null, onRateChange: null, onRejectionHandled: null, onReset: null, onResize: null, onScroll: null, onSecurityPolicyViolation: null, onSeeked: null, onSeeking: null, onSelect: null, onSlotChange: null, onStalled: null, onStorage: null, onSubmit: null, onSuspend: null, onTimeUpdate: null, onToggle: null, onUnhandledRejection: null, onUnload: null, onVolumeChange: null, onWaiting: null, onWheel: null, open: boolean, optimum: number, pattern: null, ping: spaceSeparated, placeholder: null, playsInline: boolean, poster: null, preload: null, readOnly: boolean, referrerPolicy: null, rel: spaceSeparated, required: boolean, reversed: boolean, rows: number, rowSpan: number, sandbox: spaceSeparated, scope: null, scoped: boolean, seamless: boolean, selected: boolean, shape: null, size: number, sizes: null, slot: null, span: number, spellCheck: booleanish, src: null, srcDoc: null, srcLang: null, srcSet: commaSeparated, start: number, step: null, style: null, tabIndex: number, target: null, title: null, translate: null, type: null, typeMustMatch: boolean, useMap: null, value: booleanish, width: number, wrap: null, align: null, aLink: null, archive: spaceSeparated, axis: null, background: null, bgColor: null, border: number, borderColor: null, bottomMargin: number, cellPadding: null, cellSpacing: null, char: null, charOff: null, classId: null, clear: null, code: null, codeBase: null, codeType: null, color: null, compact: boolean, declare: boolean, event: null, face: null, frame: null, frameBorder: null, hSpace: number, leftMargin: number, link: null, longDesc: null, lowSrc: null, marginHeight: number, marginWidth: number, noResize: boolean, noHref: boolean, noShade: boolean, noWrap: boolean, object: null, profile: null, prompt: null, rev: null, rightMargin: number, rules: null, scheme: null, scrolling: booleanish, standby: null, summary: null, text: null, topMargin: number, valueType: null, version: null, vAlign: null, vLink: null, vSpace: number, allowTransparency: null, autoCorrect: null, autoSave: null, disablePictureInPicture: boolean, disableRemotePlayback: boolean, prefix: null, property: null, results: number, security: null, unselectable: null } });
|
|
263
|
-
},
|
|
263
|
+
}, 2201: function (module, exports, __webpack_require__) {
|
|
264
264
|
"use strict";
|
|
265
|
-
var find = __webpack_require__(
|
|
265
|
+
var find = __webpack_require__(2202), normalize = __webpack_require__(2174), parseSelector = __webpack_require__(2203), spaces = __webpack_require__(2204).parse, commas = __webpack_require__(2205).parse;
|
|
266
266
|
module.exports = function factory(schema, defaultTagName, caseSensitive) { var adjust = caseSensitive ? function createAdjustMap(values) { var value, length = values.length, index = -1, result = {}; for (; ++index < length;)
|
|
267
267
|
result[(value = values[index]).toLowerCase()] = value; return result; }(caseSensitive) : null; return function h(selector, properties) { var property, node = parseSelector(selector, defaultTagName), children = Array.prototype.slice.call(arguments, 2), name = node.tagName.toLowerCase(); node.tagName = adjust && own.call(adjust, name) ? adjust[name] : name, properties && isChildren(properties, node) && (children.unshift(properties), properties = null); if (properties)
|
|
268
268
|
for (property in properties)
|
|
@@ -287,31 +287,31 @@
|
|
|
287
287
|
else
|
|
288
288
|
nodes.push({ type: "text", value: String(value) }); }
|
|
289
289
|
function parsePrimitive(info, name, value) { var result = value; return info.number || info.positiveNumber ? isNaN(result) || "" === result || (result = Number(result)) : (info.boolean || info.overloadedBoolean) && ("string" != typeof result || "" !== result && normalize(value) !== normalize(name) || (result = !0)), result; }
|
|
290
|
-
},
|
|
290
|
+
}, 2202: function (module, exports, __webpack_require__) {
|
|
291
291
|
"use strict";
|
|
292
|
-
var normalize = __webpack_require__(
|
|
292
|
+
var normalize = __webpack_require__(2174), DefinedInfo = __webpack_require__(2177), Info = __webpack_require__(2178);
|
|
293
293
|
module.exports = function find(schema, value) { var normal = normalize(value), prop = value, Type = Info; if (normal in schema.normal)
|
|
294
294
|
return schema.property[schema.normal[normal]]; normal.length > 4 && "data" === normal.slice(0, 4) && valid.test(value) && ("-" === value.charAt(4) ? prop = function datasetToProperty(attribute) { var value = attribute.slice(5).replace(dash, camelcase); return "data" + value.charAt(0).toUpperCase() + value.slice(1); }(value) : value = function datasetToAttribute(property) { var value = property.slice(4); if (dash.test(value))
|
|
295
295
|
return property; "-" !== (value = value.replace(cap, kebab)).charAt(0) && (value = "-" + value); return "data" + value; }(value), Type = DefinedInfo); return new Type(prop, value); };
|
|
296
296
|
var valid = /^data[-\w.:]+$/i, dash = /-[a-z]/g, cap = /[A-Z]/g;
|
|
297
297
|
function kebab($0) { return "-" + $0.toLowerCase(); }
|
|
298
298
|
function camelcase($0) { return $0.charAt(1).toUpperCase(); }
|
|
299
|
-
},
|
|
299
|
+
}, 2203: function (module, exports, __webpack_require__) {
|
|
300
300
|
"use strict";
|
|
301
301
|
module.exports = function parse(selector, defaultTagName) { var subvalue, previous, match, value = selector || "", name = defaultTagName || "div", props = {}, start = 0; for (; start < value.length;)
|
|
302
302
|
search.lastIndex = start, match = search.exec(value), (subvalue = value.slice(start, match ? match.index : value.length)) && (previous ? "#" === previous ? props.id = subvalue : props.className ? props.className.push(subvalue) : props.className = [subvalue] : name = subvalue, start += subvalue.length), match && (previous = match[0], start++); return { type: "element", tagName: name, properties: props, children: [] }; };
|
|
303
303
|
var search = /[#.]/g;
|
|
304
|
-
},
|
|
304
|
+
}, 2204: function (module, exports, __webpack_require__) {
|
|
305
305
|
"use strict";
|
|
306
306
|
exports.parse = function parse(value) { var input = String(value || "").trim(); return "" === input ? [] : input.split(whiteSpace); }, exports.stringify = function stringify(values) { return values.join(" ").trim(); };
|
|
307
307
|
var whiteSpace = /[ \t\n\r\f]+/g;
|
|
308
|
-
},
|
|
308
|
+
}, 2205: function (module, exports, __webpack_require__) {
|
|
309
309
|
"use strict";
|
|
310
310
|
exports.parse = function parse(value) { var val, values = [], input = String(value || ""), index = input.indexOf(","), lastIndex = 0, end = !1; for (; !end;)
|
|
311
311
|
-1 === index && (index = input.length, end = !0), !(val = input.slice(lastIndex, index).trim()) && end || values.push(val), lastIndex = index + 1, index = input.indexOf(",", lastIndex); return values; }, exports.stringify = function stringify(values, options) { var settings = options || {}, left = !1 === settings.padLeft ? "" : " ", right = settings.padRight ? " " : ""; "" === values[values.length - 1] && (values = values.concat("")); return values.join(right + "," + left).trim(); };
|
|
312
|
-
},
|
|
312
|
+
}, 2206: function (module, exports, __webpack_require__) {
|
|
313
313
|
"use strict";
|
|
314
|
-
var legacy = __webpack_require__(
|
|
314
|
+
var legacy = __webpack_require__(2207), invalid = __webpack_require__(2208), decimal = __webpack_require__(2180), hexadecimal = __webpack_require__(2209), alphanumerical = __webpack_require__(2210), decodeEntity = __webpack_require__(2212);
|
|
315
315
|
module.exports = function parseEntities(value, options) { var option, key, settings = {}; options || (options = {}); for (key in defaults)
|
|
316
316
|
option = options[key], settings[key] = null == option ? defaults[key] : option; (settings.position.indent || settings.position.start) && (settings.indent = settings.position.indent || [], settings.position = settings.position.start); return function parse(value, settings) { var entityCharacters, namedEntity, terminated, characters, character, reference, following, warning, reason, output, entity, begin, start, type, test, prev, next, diff, end, additional = settings.additional, nonTerminated = settings.nonTerminated, handleText = settings.text, handleReference = settings.reference, handleWarning = settings.warning, textContext = settings.textContext, referenceContext = settings.referenceContext, warningContext = settings.warningContext, pos = settings.position, indent = settings.indent || [], length = value.length, index = 0, lines = -1, column = pos.column || 1, line = pos.line || 1, queue = "", result = []; "string" == typeof additional && (additional = additional.charCodeAt(0)); prev = now(), warning = handleWarning ? parseError : noop, index--, length++; for (; ++index < length;)
|
|
317
317
|
if (10 === character && (column = indent[lines] || 1), 38 === (character = value.charCodeAt(index))) {
|
|
@@ -331,22 +331,22 @@
|
|
|
331
331
|
function prohibited(code) { return code >= 55296 && code <= 57343 || code > 1114111; }
|
|
332
332
|
function disallowed(code) { return code >= 1 && code <= 8 || 11 === code || code >= 13 && code <= 31 || code >= 127 && code <= 159 || code >= 64976 && code <= 65007 || 65535 == (65535 & code) || 65534 == (65535 & code); }
|
|
333
333
|
messages[1] = "Named character references must be terminated by a semicolon", messages[2] = "Numeric character references must be terminated by a semicolon", messages[3] = "Named character references cannot be empty", messages[4] = "Numeric character references cannot be empty", messages[5] = "Named character references must be known", messages[6] = "Numeric character references cannot be disallowed", messages[7] = "Numeric character references cannot be outside the permissible Unicode range";
|
|
334
|
-
},
|
|
334
|
+
}, 2207: function (module) { module.exports = JSON.parse('{"AElig":"Æ","AMP":"&","Aacute":"Á","Acirc":"Â","Agrave":"À","Aring":"Å","Atilde":"Ã","Auml":"Ä","COPY":"©","Ccedil":"Ç","ETH":"Ð","Eacute":"É","Ecirc":"Ê","Egrave":"È","Euml":"Ë","GT":">","Iacute":"Í","Icirc":"Î","Igrave":"Ì","Iuml":"Ï","LT":"<","Ntilde":"Ñ","Oacute":"Ó","Ocirc":"Ô","Ograve":"Ò","Oslash":"Ø","Otilde":"Õ","Ouml":"Ö","QUOT":"\\"","REG":"®","THORN":"Þ","Uacute":"Ú","Ucirc":"Û","Ugrave":"Ù","Uuml":"Ü","Yacute":"Ý","aacute":"á","acirc":"â","acute":"´","aelig":"æ","agrave":"à","amp":"&","aring":"å","atilde":"ã","auml":"ä","brvbar":"¦","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","curren":"¤","deg":"°","divide":"÷","eacute":"é","ecirc":"ê","egrave":"è","eth":"ð","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","iacute":"í","icirc":"î","iexcl":"¡","igrave":"ì","iquest":"¿","iuml":"ï","laquo":"«","lt":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","ntilde":"ñ","oacute":"ó","ocirc":"ô","ograve":"ò","ordf":"ª","ordm":"º","oslash":"ø","otilde":"õ","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","raquo":"»","reg":"®","sect":"§","shy":"","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","thorn":"þ","times":"×","uacute":"ú","ucirc":"û","ugrave":"ù","uml":"¨","uuml":"ü","yacute":"ý","yen":"¥","yuml":"ÿ"}'); }, 2208: function (module) { module.exports = JSON.parse('{"0":"�","128":"€","130":"‚","131":"ƒ","132":"„","133":"…","134":"†","135":"‡","136":"ˆ","137":"‰","138":"Š","139":"‹","140":"Œ","142":"Ž","145":"‘","146":"’","147":"“","148":"”","149":"•","150":"–","151":"—","152":"˜","153":"™","154":"š","155":"›","156":"œ","158":"ž","159":"Ÿ"}'); }, 2209: function (module, exports, __webpack_require__) {
|
|
335
335
|
"use strict";
|
|
336
336
|
module.exports = function hexadecimal(character) { var code = "string" == typeof character ? character.charCodeAt(0) : character; return code >= 97 && code <= 102 || code >= 65 && code <= 70 || code >= 48 && code <= 57; };
|
|
337
|
-
},
|
|
337
|
+
}, 2210: function (module, exports, __webpack_require__) {
|
|
338
338
|
"use strict";
|
|
339
|
-
var alphabetical = __webpack_require__(
|
|
339
|
+
var alphabetical = __webpack_require__(2211), decimal = __webpack_require__(2180);
|
|
340
340
|
module.exports = function alphanumerical(character) { return alphabetical(character) || decimal(character); };
|
|
341
|
-
},
|
|
341
|
+
}, 2211: function (module, exports, __webpack_require__) {
|
|
342
342
|
"use strict";
|
|
343
343
|
module.exports = function alphabetical(character) { var code = "string" == typeof character ? character.charCodeAt(0) : character; return code >= 97 && code <= 122 || code >= 65 && code <= 90; };
|
|
344
|
-
},
|
|
344
|
+
}, 2212: function (module, exports, __webpack_require__) {
|
|
345
345
|
"use strict";
|
|
346
346
|
var el;
|
|
347
347
|
module.exports = function decodeEntity(characters) { var char, entity = "&" + characters + ";"; if ((el = el || document.createElement("i")).innerHTML = entity, 59 === (char = el.textContent).charCodeAt(char.length - 1) && "semi" !== characters)
|
|
348
348
|
return !1; return char !== entity && char; };
|
|
349
|
-
},
|
|
349
|
+
}, 2213: function (module, exports, __webpack_require__) { (function (global) { var Prism = function (_self) { var lang = /\blang(?:uage)?-([\w-]+)\b/i, uniqueId = 0, plainTextGrammar = {}, _ = { manual: _self.Prism && _self.Prism.manual, disableWorkerMessageHandler: _self.Prism && _self.Prism.disableWorkerMessageHandler, util: { encode: function encode(tokens) { return tokens instanceof Token ? new Token(tokens.type, encode(tokens.content), tokens.alias) : Array.isArray(tokens) ? tokens.map(encode) : tokens.replace(/&/g, "&").replace(/</g, "<").replace(/\u00a0/g, " "); }, type: function (o) { return Object.prototype.toString.call(o).slice(8, -1); }, objId: function (obj) { return obj.__id || Object.defineProperty(obj, "__id", { value: ++uniqueId }), obj.__id; }, clone: function deepClone(o, visited) { var clone, id; switch (visited = visited || {}, _.util.type(o)) {
|
|
350
350
|
case "Object":
|
|
351
351
|
if (id = _.util.objId(o), visited[id])
|
|
352
352
|
return visited[id];
|
|
@@ -462,15 +462,15 @@
|
|
|
462
462
|
return _self.addEventListener ? (_.disableWorkerMessageHandler || _self.addEventListener("message", (function (evt) { var message = JSON.parse(evt.data), lang = message.language, code = message.code, immediateClose = message.immediateClose; _self.postMessage(_.highlight(code, _.languages[lang], lang)), immediateClose && _self.close(); }), !1), _) : _; var script = _.util.currentScript(); function highlightAutomaticallyCallback() { _.manual || _.highlightAll(); } if (script && (_.filename = script.src, script.hasAttribute("data-manual") && (_.manual = !0)), !_.manual) {
|
|
463
463
|
var readyState = document.readyState;
|
|
464
464
|
"loading" === readyState || "interactive" === readyState && script && script.defer ? document.addEventListener("DOMContentLoaded", highlightAutomaticallyCallback) : window.requestAnimationFrame ? window.requestAnimationFrame(highlightAutomaticallyCallback) : window.setTimeout(highlightAutomaticallyCallback, 16);
|
|
465
|
-
} return _; }("undefined" != typeof window ? window : "undefined" != typeof WorkerGlobalScope && self instanceof WorkerGlobalScope ? self : {}); module.exports && (module.exports = Prism), void 0 !== global && (global.Prism = Prism); }).call(this, __webpack_require__(79)); },
|
|
465
|
+
} return _; }("undefined" != typeof window ? window : "undefined" != typeof WorkerGlobalScope && self instanceof WorkerGlobalScope ? self : {}); module.exports && (module.exports = Prism), void 0 !== global && (global.Prism = Prism); }).call(this, __webpack_require__(79)); }, 2214: function (module, exports, __webpack_require__) {
|
|
466
466
|
"use strict";
|
|
467
467
|
function clike(Prism) { Prism.languages.clike = { comment: [{ pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/, lookbehind: !0, greedy: !0 }, { pattern: /(^|[^\\:])\/\/.*/, lookbehind: !0, greedy: !0 }], string: { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, "class-name": { pattern: /(\b(?:class|interface|extends|implements|trait|instanceof|new)\s+|\bcatch\s+\()[\w.\\]+/i, lookbehind: !0, inside: { punctuation: /[.\\]/ } }, keyword: /\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/, boolean: /\b(?:true|false)\b/, function: /\b\w+(?=\()/, number: /\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i, operator: /[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/, punctuation: /[{}[\];(),.:]/ }; }
|
|
468
468
|
module.exports = clike, clike.displayName = "clike", clike.aliases = [];
|
|
469
|
-
},
|
|
469
|
+
}, 2215: function (module, exports, __webpack_require__) {
|
|
470
470
|
"use strict";
|
|
471
471
|
function javascript(Prism) { Prism.languages.javascript = Prism.languages.extend("clike", { "class-name": [Prism.languages.clike["class-name"], { pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:prototype|constructor))/, lookbehind: !0 }], keyword: [{ pattern: /((?:^|\})\s*)catch\b/, lookbehind: !0 }, { pattern: /(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/, lookbehind: !0 }], function: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/, number: /\b(?:(?:0[xX](?:[\dA-Fa-f](?:_[\dA-Fa-f])?)+|0[bB](?:[01](?:_[01])?)+|0[oO](?:[0-7](?:_[0-7])?)+)n?|(?:\d(?:_\d)?)+n|NaN|Infinity)\b|(?:\b(?:\d(?:_\d)?)+\.?(?:\d(?:_\d)?)*|\B\.(?:\d(?:_\d)?)+)(?:[Ee][+-]?(?:\d(?:_\d)?)+)?/, operator: /--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/ }), Prism.languages.javascript["class-name"][0].pattern = /(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/, Prism.languages.insertBefore("javascript", "keyword", { regex: { pattern: /((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/, lookbehind: !0, greedy: !0, inside: { "regex-source": { pattern: /^(\/)[\s\S]+(?=\/[a-z]*$)/, lookbehind: !0, alias: "language-regex", inside: Prism.languages.regex }, "regex-delimiter": /^\/|\/$/, "regex-flags": /^[a-z]+$/ } }, "function-variable": { pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/, alias: "function" }, parameter: [{ pattern: /(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/, lookbehind: !0, inside: Prism.languages.javascript }, { pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i, lookbehind: !0, inside: Prism.languages.javascript }, { pattern: /(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/, lookbehind: !0, inside: Prism.languages.javascript }, { pattern: /((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/, lookbehind: !0, inside: Prism.languages.javascript }], constant: /\b[A-Z](?:[A-Z_]|\dx?)*\b/ }), Prism.languages.insertBefore("javascript", "string", { hashbang: { pattern: /^#!.*/, greedy: !0, alias: "comment" }, "template-string": { pattern: /`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/, greedy: !0, inside: { "template-punctuation": { pattern: /^`|`$/, alias: "string" }, interpolation: { pattern: /((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/, lookbehind: !0, inside: { "interpolation-punctuation": { pattern: /^\$\{|\}$/, alias: "punctuation" }, rest: Prism.languages.javascript } }, string: /[\s\S]+/ } } }), Prism.languages.markup && (Prism.languages.markup.tag.addInlined("script", "javascript"), Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source, "javascript")), Prism.languages.js = Prism.languages.javascript; }
|
|
472
472
|
module.exports = javascript, javascript.displayName = "javascript", javascript.aliases = ["js"];
|
|
473
|
-
},
|
|
473
|
+
}, 2216: function (module, exports, __webpack_require__) {
|
|
474
474
|
"use strict";
|
|
475
475
|
function jsExtras(Prism) { !function (Prism) { function withId(source, flags) { return RegExp(source.replace(/<ID>/g, (function () { return /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source; })), flags); } Prism.languages.insertBefore("javascript", "function-variable", { "method-variable": { pattern: RegExp("(\\.\\s*)" + Prism.languages.javascript["function-variable"].pattern.source), lookbehind: !0, alias: ["function-variable", "method", "function", "property-access"] } }), Prism.languages.insertBefore("javascript", "function", { method: { pattern: RegExp("(\\.\\s*)" + Prism.languages.javascript.function.source), lookbehind: !0, alias: ["function", "property-access"] } }), Prism.languages.insertBefore("javascript", "constant", { "known-class-name": [{ pattern: /\b(?:(?:(?:Uint|Int)(?:8|16|32)|Uint8Clamped|Float(?:32|64))?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|(?:Weak)?(?:Set|Map)|WebAssembly)\b/, alias: "class-name" }, { pattern: /\b(?:[A-Z]\w*)Error\b/, alias: "class-name" }] }), Prism.languages.insertBefore("javascript", "keyword", { imports: { pattern: withId(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source), lookbehind: !0, inside: Prism.languages.javascript }, exports: { pattern: withId(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source), lookbehind: !0, inside: Prism.languages.javascript } }), Prism.languages.javascript.keyword.unshift({ pattern: /\b(?:as|default|export|from|import)\b/, alias: "module" }, { pattern: /\b(?:await|break|catch|continue|do|else|for|finally|if|return|switch|throw|try|while|yield)\b/, alias: "control-flow" }, { pattern: /\bnull\b/, alias: ["null", "nil"] }, { pattern: /\bundefined\b/, alias: "nil" }), Prism.languages.insertBefore("javascript", "operator", { spread: { pattern: /\.{3}/, alias: "operator" }, arrow: { pattern: /=>/, alias: "operator" } }), Prism.languages.insertBefore("javascript", "punctuation", { "property-access": { pattern: withId(/(\.\s*)#?<ID>/.source), lookbehind: !0 }, "maybe-class-name": { pattern: /(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/, lookbehind: !0 }, dom: { pattern: /\b(?:document|location|navigator|performance|(?:local|session)Storage|window)\b/, alias: "variable" }, console: { pattern: /\bconsole(?=\s*\.)/, alias: "class-name" } }); for (var maybeClassNameTokens = ["function", "function-variable", "method", "method-variable", "property-access"], i = 0; i < maybeClassNameTokens.length; i++) {
|
|
476
476
|
var token = maybeClassNameTokens[i], value = Prism.languages.javascript[token];
|
|
@@ -479,15 +479,15 @@
|
|
|
479
479
|
value.inside = inside, inside["maybe-class-name"] = /^[A-Z][\s\S]*/;
|
|
480
480
|
} }(Prism); }
|
|
481
481
|
module.exports = jsExtras, jsExtras.displayName = "jsExtras", jsExtras.aliases = [];
|
|
482
|
-
},
|
|
482
|
+
}, 2217: function (module, exports, __webpack_require__) {
|
|
483
483
|
"use strict";
|
|
484
484
|
function json(Prism) { Prism.languages.json = { property: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/, lookbehind: !0, greedy: !0 }, string: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/, lookbehind: !0, greedy: !0 }, comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, number: /-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i, punctuation: /[{}[\],]/, operator: /:/, boolean: /\b(?:true|false)\b/, null: { pattern: /\bnull\b/, alias: "keyword" } }, Prism.languages.webmanifest = Prism.languages.json; }
|
|
485
485
|
module.exports = json, json.displayName = "json", json.aliases = ["webmanifest"];
|
|
486
|
-
},
|
|
486
|
+
}, 2218: function (module, exports, __webpack_require__) {
|
|
487
487
|
"use strict";
|
|
488
488
|
function yaml(Prism) { !function (Prism) { var anchorOrAlias = /[*&][^\s[\]{},]+/, tag = /!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/, properties = "(?:" + tag.source + "(?:[ \t]+" + anchorOrAlias.source + ")?|" + anchorOrAlias.source + "(?:[ \t]+" + tag.source + ")?)", plainKey = /(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g, (function () { return /[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source; })), string = /"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source; function createValuePattern(value, flags) { flags = (flags || "").replace(/m/g, "") + "m"; var pattern = /([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g, (function () { return properties; })).replace(/<<value>>/g, (function () { return value; })); return RegExp(pattern, flags); } Prism.languages.yaml = { scalar: { pattern: RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g, (function () { return properties; }))), lookbehind: !0, alias: "string" }, comment: /#.*/, key: { pattern: RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g, (function () { return properties; })).replace(/<<key>>/g, (function () { return "(?:" + plainKey + "|" + string + ")"; }))), lookbehind: !0, greedy: !0, alias: "atrule" }, directive: { pattern: /(^[ \t]*)%.+/m, lookbehind: !0, alias: "important" }, datetime: { pattern: createValuePattern(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source), lookbehind: !0, alias: "number" }, boolean: { pattern: createValuePattern(/true|false/.source, "i"), lookbehind: !0, alias: "important" }, null: { pattern: createValuePattern(/null|~/.source, "i"), lookbehind: !0, alias: "important" }, string: { pattern: createValuePattern(string), lookbehind: !0, greedy: !0 }, number: { pattern: createValuePattern(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source, "i"), lookbehind: !0 }, tag: tag, important: anchorOrAlias, punctuation: /---|[:[\]{}\-,|>?]|\.\.\./ }, Prism.languages.yml = Prism.languages.yaml; }(Prism); }
|
|
489
489
|
module.exports = yaml, yaml.displayName = "yaml", yaml.aliases = ["yml"];
|
|
490
|
-
},
|
|
490
|
+
}, 2219: function (module, exports, __webpack_require__) {
|
|
491
491
|
"use strict";
|
|
492
492
|
function markdown(Prism) { !function (Prism) { var inner = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source; function createInline(pattern) { return pattern = pattern.replace(/<inner>/g, (function () { return inner; })), RegExp(/((?:^|[^\\])(?:\\{2})*)/.source + "(?:" + pattern + ")"); } var tableCell = /(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source, tableRow = /\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g, (function () { return tableCell; })), tableLine = /\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source; Prism.languages.markdown = Prism.languages.extend("markup", {}), Prism.languages.insertBefore("markdown", "prolog", { "front-matter-block": { pattern: /(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/, lookbehind: !0, greedy: !0, inside: { punctuation: /^---|---$/, "font-matter": { pattern: /\S+(?:\s+\S+)*/, alias: ["yaml", "language-yaml"], inside: Prism.languages.yaml } } }, blockquote: { pattern: /^>(?:[\t ]*>)*/m, alias: "punctuation" }, table: { pattern: RegExp("^" + tableRow + tableLine + "(?:" + tableRow + ")*", "m"), inside: { "table-data-rows": { pattern: RegExp("^(" + tableRow + tableLine + ")(?:" + tableRow + ")*$"), lookbehind: !0, inside: { "table-data": { pattern: RegExp(tableCell), inside: Prism.languages.markdown }, punctuation: /\|/ } }, "table-line": { pattern: RegExp("^(" + tableRow + ")" + tableLine + "$"), lookbehind: !0, inside: { punctuation: /\||:?-{3,}:?/ } }, "table-header-row": { pattern: RegExp("^" + tableRow + "$"), inside: { "table-header": { pattern: RegExp(tableCell), alias: "important", inside: Prism.languages.markdown }, punctuation: /\|/ } } } }, code: [{ pattern: /((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/, lookbehind: !0, alias: "keyword" }, { pattern: /^```[\s\S]*?^```$/m, greedy: !0, inside: { "code-block": { pattern: /^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m, lookbehind: !0 }, "code-language": { pattern: /^(```).+/, lookbehind: !0 }, punctuation: /```/ } }], title: [{ pattern: /\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m, alias: "important", inside: { punctuation: /==+$|--+$/ } }, { pattern: /(^\s*)#.+/m, lookbehind: !0, alias: "important", inside: { punctuation: /^#+|#+$/ } }], hr: { pattern: /(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m, lookbehind: !0, alias: "punctuation" }, list: { pattern: /(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m, lookbehind: !0, alias: "punctuation" }, "url-reference": { pattern: /!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/, inside: { variable: { pattern: /^(!?\[)[^\]]+/, lookbehind: !0 }, string: /(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/, punctuation: /^[\[\]!:]|[<>]/ }, alias: "url" }, bold: { pattern: createInline(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^..)[\s\S]+(?=..$)/, lookbehind: !0, inside: {} }, punctuation: /\*\*|__/ } }, italic: { pattern: createInline(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^.)[\s\S]+(?=.$)/, lookbehind: !0, inside: {} }, punctuation: /[*_]/ } }, strike: { pattern: createInline(/(~~?)(?:(?!~)<inner>)+\2/.source), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^~~?)[\s\S]+(?=\1$)/, lookbehind: !0, inside: {} }, punctuation: /~~?/ } }, "code-snippet": { pattern: /(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/, lookbehind: !0, greedy: !0, alias: ["code", "keyword"] }, url: { pattern: createInline(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source), lookbehind: !0, greedy: !0, inside: { operator: /^!/, content: { pattern: /(^\[)[^\]]+(?=\])/, lookbehind: !0, inside: {} }, variable: { pattern: /(^\][ \t]?\[)[^\]]+(?=\]$)/, lookbehind: !0 }, url: { pattern: /(^\]\()[^\s)]+/, lookbehind: !0 }, string: { pattern: /(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/, lookbehind: !0 } } } }), ["url", "bold", "italic", "strike"].forEach((function (token) { ["url", "bold", "italic", "strike", "code-snippet"].forEach((function (inside) { token !== inside && (Prism.languages.markdown[token].inside.content.inside[inside] = Prism.languages.markdown[inside]); })); })), Prism.hooks.add("after-tokenize", (function (env) { "markdown" !== env.language && "md" !== env.language || function walkTokens(tokens) { if (tokens && "string" != typeof tokens)
|
|
493
493
|
for (var i = 0, l = tokens.length; i < l; i++) {
|
|
@@ -519,17 +519,17 @@
|
|
|
519
519
|
}
|
|
520
520
|
} })); var tagPattern = RegExp(Prism.languages.markup.tag.pattern.source, "gi"), KNOWN_ENTITY_NAMES = { amp: "&", lt: "<", gt: ">", quot: '"' }, fromCodePoint = String.fromCodePoint || String.fromCharCode; Prism.languages.md = Prism.languages.markdown; }(Prism); }
|
|
521
521
|
module.exports = markdown, markdown.displayName = "markdown", markdown.aliases = ["md"];
|
|
522
|
-
},
|
|
522
|
+
}, 2220: function (module, exports, __webpack_require__) {
|
|
523
523
|
"use strict";
|
|
524
524
|
function bash(Prism) { !function (Prism) { var envVars = "\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b", commandAfterHeredoc = { pattern: /(^(["']?)\w+\2)[ \t]+\S.*/, lookbehind: !0, alias: "punctuation", inside: null }, insideString = { bash: commandAfterHeredoc, environment: { pattern: RegExp("\\$" + envVars), alias: "constant" }, variable: [{ pattern: /\$?\(\([\s\S]+?\)\)/, greedy: !0, inside: { variable: [{ pattern: /(^\$\(\([\s\S]+)\)\)/, lookbehind: !0 }, /^\$\(\(/], number: /\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/, operator: /--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/, punctuation: /\(\(?|\)\)?|,|;/ } }, { pattern: /\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/, greedy: !0, inside: { variable: /^\$\(|^`|\)$|`$/ } }, { pattern: /\$\{[^}]+\}/, greedy: !0, inside: { operator: /:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/, punctuation: /[\[\]]/, environment: { pattern: RegExp("(\\{)" + envVars), lookbehind: !0, alias: "constant" } } }, /\$(?:\w+|[#?*!@$])/], entity: /\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|x[0-9a-fA-F]{1,2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})/ }; Prism.languages.bash = { shebang: { pattern: /^#!\s*\/.*/, alias: "important" }, comment: { pattern: /(^|[^"{\\$])#.*/, lookbehind: !0 }, "function-name": [{ pattern: /(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/, lookbehind: !0, alias: "function" }, { pattern: /\b[\w-]+(?=\s*\(\s*\)\s*\{)/, alias: "function" }], "for-or-select": { pattern: /(\b(?:for|select)\s+)\w+(?=\s+in\s)/, alias: "variable", lookbehind: !0 }, "assign-left": { pattern: /(^|[\s;|&]|[<>]\()\w+(?=\+?=)/, inside: { environment: { pattern: RegExp("(^|[\\s;|&]|[<>]\\()" + envVars), lookbehind: !0, alias: "constant" } }, alias: "variable", lookbehind: !0 }, string: [{ pattern: /((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/, lookbehind: !0, greedy: !0, inside: insideString }, { pattern: /((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/, lookbehind: !0, greedy: !0, inside: { bash: commandAfterHeredoc } }, { pattern: /(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/, lookbehind: !0, greedy: !0, inside: insideString }, { pattern: /(^|[^$\\])'[^']*'/, lookbehind: !0, greedy: !0 }, { pattern: /\$'(?:[^'\\]|\\[\s\S])*'/, greedy: !0, inside: { entity: insideString.entity } }], environment: { pattern: RegExp("\\$?" + envVars), alias: "constant" }, variable: insideString.variable, function: { pattern: /(^|[\s;|&]|[<>]\()(?:add|apropos|apt|aptitude|apt-cache|apt-get|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/, lookbehind: !0 }, keyword: { pattern: /(^|[\s;|&]|[<>]\()(?:if|then|else|elif|fi|for|while|in|case|esac|function|select|do|done|until)(?=$|[)\s;|&])/, lookbehind: !0 }, builtin: { pattern: /(^|[\s;|&]|[<>]\()(?:\.|:|break|cd|continue|eval|exec|exit|export|getopts|hash|pwd|readonly|return|shift|test|times|trap|umask|unset|alias|bind|builtin|caller|command|declare|echo|enable|help|let|local|logout|mapfile|printf|read|readarray|source|type|typeset|ulimit|unalias|set|shopt)(?=$|[)\s;|&])/, lookbehind: !0, alias: "class-name" }, boolean: { pattern: /(^|[\s;|&]|[<>]\()(?:true|false)(?=$|[)\s;|&])/, lookbehind: !0 }, "file-descriptor": { pattern: /\B&\d\b/, alias: "important" }, operator: { pattern: /\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/, inside: { "file-descriptor": { pattern: /^\d/, alias: "important" } } }, punctuation: /\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/, number: { pattern: /(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/, lookbehind: !0 } }, commandAfterHeredoc.inside = Prism.languages.bash; for (var toBeCopied = ["comment", "function-name", "for-or-select", "assign-left", "string", "environment", "function", "keyword", "builtin", "boolean", "file-descriptor", "operator", "punctuation", "number"], inside = insideString.variable[1].inside, i = 0; i < toBeCopied.length; i++)
|
|
525
525
|
inside[toBeCopied[i]] = Prism.languages.bash[toBeCopied[i]]; Prism.languages.shell = Prism.languages.bash; }(Prism); }
|
|
526
526
|
module.exports = bash, bash.displayName = "bash", bash.aliases = ["shell"];
|
|
527
|
-
},
|
|
527
|
+
}, 2221: function (module, exports, __webpack_require__) {
|
|
528
528
|
"use strict";
|
|
529
|
-
var refractorJsx = __webpack_require__(
|
|
529
|
+
var refractorJsx = __webpack_require__(2184), refractorTypescript = __webpack_require__(2185);
|
|
530
530
|
function tsx(Prism) { Prism.register(refractorJsx), Prism.register(refractorTypescript), function (Prism) { var typescript = Prism.util.clone(Prism.languages.typescript); Prism.languages.tsx = Prism.languages.extend("jsx", typescript); var tag = Prism.languages.tsx.tag; tag.pattern = RegExp(/(^|[^\w$]|(?=<\/))/.source + "(?:" + tag.pattern.source + ")", tag.pattern.flags), tag.lookbehind = !0; }(Prism); }
|
|
531
531
|
module.exports = tsx, tsx.displayName = "tsx", tsx.aliases = [];
|
|
532
|
-
},
|
|
532
|
+
}, 2222: function (module, exports, __webpack_require__) {
|
|
533
533
|
"use strict";
|
|
534
534
|
function graphql(Prism) { Prism.languages.graphql = { comment: /#.*/, description: { pattern: /(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i, greedy: !0, alias: "string", inside: { "language-markdown": { pattern: /(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/, lookbehind: !0, inside: Prism.languages.markdown } } }, string: { pattern: /"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/, greedy: !0 }, number: /(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i, boolean: /\b(?:true|false)\b/, variable: /\$[a-z_]\w*/i, directive: { pattern: /@[a-z_]\w*/i, alias: "function" }, "attr-name": { pattern: /[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i, greedy: !0 }, "atom-input": { pattern: /[A-Z]\w*Input(?=!?.*$)/m, alias: "class-name" }, scalar: /\b(?:Boolean|Float|ID|Int|String)\b/, constant: /\b[A-Z][A-Z_\d]*\b/, "class-name": { pattern: /(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/, lookbehind: !0 }, fragment: { pattern: /(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/, lookbehind: !0, alias: "function" }, "definition-mutation": { pattern: /(\bmutation\s+)[a-zA-Z_]\w*/, lookbehind: !0, alias: "function" }, "definition-query": { pattern: /(\bquery\s+)[a-zA-Z_]\w*/, lookbehind: !0, alias: "function" }, keyword: /\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/, operator: /[!=|&]|\.{3}/, "property-query": /\w+(?=\s*\()/, object: /\w+(?=\s*\{)/, punctuation: /[!(){}\[\]:=,]/, property: /\w+/ }, Prism.hooks.add("after-tokenize", (function afterTokenizeGraphql(env) { if ("graphql" === env.language)
|
|
535
535
|
for (var validTokens = env.tokens.filter((function (token) { return "string" != typeof token && "comment" !== token.type && "scalar" !== token.type; })), currentIndex = 0; currentIndex < validTokens.length;) {
|
|
@@ -571,4 +571,4 @@
|
|
|
571
571
|
} return -1; } function addAlias(token, alias) { var aliases = token.alias; aliases ? Array.isArray(aliases) || (token.alias = aliases = [aliases]) : token.alias = aliases = [], aliases.push(alias); } })); }
|
|
572
572
|
module.exports = graphql, graphql.displayName = "graphql", graphql.aliases = [];
|
|
573
573
|
} }]);
|
|
574
|
-
//# sourceMappingURL=4.
|
|
574
|
+
//# sourceMappingURL=4.ed983a0a.iframe.bundle.js.map
|
package/dist/storybook-static/{5.c1637fa3.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts}
RENAMED
|
File without changes
|