vue-element-ui-x 0.1.6-beta → 0.1.8-beta
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/lib/attachments.js +3082 -0
- package/lib/bubble-list.js +13840 -0
- package/lib/bubble.js +13125 -0
- package/lib/components/Attachments/index.js +2 -2
- package/lib/components/Bubble/index.js +74 -79
- package/lib/components/BubbleList/index.js +75 -80
- package/lib/components/Conversations/index.js +6 -6
- package/lib/components/FilesCard/index.js +1 -1
- package/lib/components/Prompts/index.js +21 -21
- package/lib/components/Sender/index.js +4 -4
- package/lib/components/Think/index.js +1 -1
- package/lib/components/Thinking/index.js +11 -11
- package/lib/components/ThoughtChain/index.js +77 -82
- package/lib/components/Typewriter/index.js +73 -78
- package/lib/components/Welcome/index.js +1 -1
- package/lib/conversations.js +18825 -0
- package/lib/files-card.js +2471 -0
- package/lib/index.common.js +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.js +1463 -1457
- package/lib/index.umd.js +1 -1
- package/lib/mixins/index.js +2 -2
- package/lib/mixins.js +1016 -0
- package/lib/prompts.js +832 -0
- package/lib/sender.js +1911 -0
- package/lib/think.js +799 -0
- package/lib/thinking.js +809 -0
- package/lib/thought-chain.js +30391 -0
- package/lib/typewriter.js +12788 -0
- package/lib/welcome.js +755 -0
- package/package.json +1 -2
- package/src/components/Attachments/index.js +8 -8
- package/src/components/Bubble/index.js +6 -6
- package/src/components/Bubble/src/main.vue +299 -299
- package/src/components/BubbleList/index.js +8 -8
- package/src/components/BubbleList/src/loading.vue +75 -75
- package/src/components/BubbleList/src/main.vue +466 -466
- package/src/components/Conversations/index.js +8 -8
- package/src/components/Conversations/src/main.vue +635 -635
- package/src/components/FilesCard/index.js +8 -8
- package/src/components/FilesCard/src/fileSvg/audio.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/code.vue +35 -35
- package/src/components/FilesCard/src/fileSvg/database.vue +94 -94
- package/src/components/FilesCard/src/fileSvg/excel.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/file.vue +40 -40
- package/src/components/FilesCard/src/fileSvg/image.vue +40 -40
- package/src/components/FilesCard/src/fileSvg/index.js +46 -46
- package/src/components/FilesCard/src/fileSvg/link.vue +54 -54
- package/src/components/FilesCard/src/fileSvg/mark.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/pdf.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/ppt.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/three.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/txt.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/unknown.vue +54 -54
- package/src/components/FilesCard/src/fileSvg/video.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/word.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/zip.vue +38 -38
- package/src/components/FilesCard/src/options.js +18 -18
- package/src/components/Prompts/index.js +8 -8
- package/src/components/Prompts/src/main.vue +248 -248
- package/src/components/Sender/index.js +8 -8
- package/src/components/Sender/src/components/ClearButton.vue +28 -28
- package/src/components/Sender/src/components/Loading.vue +53 -53
- package/src/components/Sender/src/components/LoadingButton.vue +39 -39
- package/src/components/Sender/src/components/SendButton.vue +26 -26
- package/src/components/Sender/src/components/SpeechButton.vue +24 -24
- package/src/components/Sender/src/components/SpeechLoading.vue +87 -87
- package/src/components/Sender/src/components/SpeechLoadingButton.vue +43 -43
- package/src/components/Think/index.js +8 -8
- package/src/components/Think/src/main.vue +190 -190
- package/src/components/Thinking/index.js +8 -8
- package/src/components/Thinking/src/main.vue +1 -1
- package/src/components/ThoughtChain/index.js +8 -8
- package/src/components/ThoughtChain/src/main.vue +293 -293
- package/src/components/Typewriter/index.js +8 -8
- package/src/components/Welcome/index.js +8 -8
- package/src/components/Welcome/src/main.vue +151 -151
- package/src/index.js +23 -3
- package/src/styles/Attachments.scss +236 -236
- package/src/styles/Bubble.scss +157 -157
- package/src/styles/BubbleList.scss +148 -148
- package/src/styles/Conversations.scss +260 -260
- package/src/styles/FilesCard.scss +221 -221
- package/src/styles/Prompts.scss +195 -195
- package/src/styles/Sender.scss +199 -199
- package/src/styles/Think.scss +134 -134
- package/src/styles/Thinking.scss +2 -2
- package/src/styles/ThoughtChain.scss +113 -113
- package/src/styles/Typewriter.scss +66 -66
- package/src/styles/button.scss +302 -0
- package/src/styles/var.scss +1052 -0
- package/src/theme/var.scss +72 -72
|
@@ -847,7 +847,7 @@ module.exports = function (cssWithMappingToString) {
|
|
|
847
847
|
|
|
848
848
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
849
849
|
// Module
|
|
850
|
-
___CSS_LOADER_EXPORT___.push([module.i, ".el-x-filescard[data-v-10b2c201]{width:fit-content;padding:12px;display:flex;flex-wrap:nowrap;gap:8px;align-items:center;border-radius:8px;position:relative;background:rgba(0,0,0
|
|
850
|
+
___CSS_LOADER_EXPORT___.push([module.i, ".el-x-filescard[data-v-10b2c201]{width:fit-content;padding:12px;display:flex;flex-wrap:nowrap;gap:8px;align-items:center;border-radius:8px;position:relative;background:rgba(0,0,0,.06);max-width:var(--elx-files-card-max-width)}.el-x-filescard .el-x-filescard-progress[data-v-10b2c201]{position:absolute;top:0;left:0;bottom:0;background:rgba(0,0,0,.08);border-radius:8px;transition:width .2s ease}.el-x-filescard .el-x-filescard-delete-icon[data-v-10b2c201]{position:absolute;top:-8px;right:-6px;cursor:pointer;color:rgba(0,0,0,.4);display:none}.el-x-filescard .el-x-filescard-delete-icon[data-v-10b2c201]:hover{color:#ff4d4f}.el-x-filescard:hover .el-x-filescard-delete-icon[data-v-10b2c201]{display:block}.el-x-filescard-square[data-v-10b2c201]{padding:0;margin:0}.el-x-filescard-icon[data-v-10b2c201]{flex:none;font-size:var(--elx-files-card-icon-size)}.el-x-filescard-img[data-v-10b2c201]{flex:none;width:var(--elx-files-card-icon-size);height:var(--elx-files-card-icon-size);border-radius:8px;object-fit:cover}.el-x-filescard-content[data-v-10b2c201]{flex:auto;min-width:0;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;height:100%}.el-x-filescard-content .el-x-filescard-name[data-v-10b2c201]{display:flex;flex-wrap:nowrap;max-width:100%;font-size:14px}.el-x-filescard-content .el-x-filescard-name .el-x-filescard-name-prefix[data-v-10b2c201]{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-x-filescard-content .el-x-filescard-name .el-x-filescard-name-suffix[data-v-10b2c201]{flex:none}.el-x-filescard-content .el-x-filescard-description[data-v-10b2c201]{flex:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(0,0,0,.4);font-size:12px}.el-x-filescard-content .el-x-filescard-description-error[data-v-10b2c201]{color:#ff4d4f}.image-preview-container[data-v-10b2c201]{position:relative;padding:0px;width:var(--elx-files-card-icon-size);height:var(--elx-files-card-icon-size);display:inline-block;border-radius:8px;overflow:hidden;transition:all .3s}.image-preview-container .preview-mask[data-v-10b2c201]{position:absolute;inset:0;width:100%;display:flex;justify-content:center;align-items:center;opacity:0;background:rgba(0,0,0,.65);color:#fff;font-size:10px;transition:opacity .3s}.image-preview-container .preview-mask .el-icon-view[data-v-10b2c201]{font-size:10px;margin-right:2px;display:flex;align-items:center;height:100%;margin-top:2px}.image-preview-container .preview-mask[data-v-10b2c201]:hover{opacity:1;transition:opacity .3s;cursor:pointer}.image-preview-container-square .preview-mask[data-v-10b2c201]{font-size:14px}.image-preview-container-square .preview-mask .el-icon-view[data-v-10b2c201]{font-size:12px}.preview-mask-loading[data-v-10b2c201]{position:absolute;inset:0;width:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.65);color:#fff;transition:all .3s}.preview-mask-loading .circle-progress[data-v-10b2c201]{width:100% !important;height:100% !important;display:flex;justify-content:center;align-items:center}.preview-mask-loading .circle-progress .el-progress-circle[data-v-10b2c201]{width:calc(100% - 12px) !important;height:calc(100% - 12px) !important}.preview-mask-loading .circle-progress .el-progress-circle svg>path[data-v-10b2c201]:nth-child(1){stroke:hsla(0,0%,100%,.2);stroke-width:8px}.preview-mask-loading .circle-progress .el-progress__text[data-v-10b2c201]{color:#fff;font-size:14px}.preview-mask-error[data-v-10b2c201]{position:absolute;inset:0;width:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.5);font-size:12px;transition:all .3s;color:#ff4d4f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-image-viewer__progress[data-v-10b2c201]{display:none}.fade-enter-active[data-v-10b2c201],.fade-leave-active[data-v-10b2c201]{transition:opacity .3s}.fade-enter-from[data-v-10b2c201],.fade-leave-to[data-v-10b2c201]{opacity:0}", ""]);
|
|
851
851
|
// Exports
|
|
852
852
|
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
853
853
|
|
|
@@ -3036,7 +3036,7 @@ module.exports = function (list, options) {
|
|
|
3036
3036
|
|
|
3037
3037
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
3038
3038
|
// Module
|
|
3039
|
-
___CSS_LOADER_EXPORT___.push([module.i, "[data-v-4f88f26a]:root{--color-primary: #409EFF;--color-success: #67C23A;--color-warning: #E6A23C;--color-danger: #F56C6C;--color-info: #909399}.card-motion-enter-active[data-v-4f88f26a],.card-motion-move[data-v-4f88f26a],.card-motion-leave-active[data-v-4f88f26a]{transition:all
|
|
3039
|
+
___CSS_LOADER_EXPORT___.push([module.i, "[data-v-4f88f26a]:root{--color-primary: #409EFF;--color-success: #67C23A;--color-warning: #E6A23C;--color-danger: #F56C6C;--color-info: #909399}.card-motion-enter-active[data-v-4f88f26a],.card-motion-move[data-v-4f88f26a],.card-motion-leave-active[data-v-4f88f26a]{transition:all .3s ease;opacity:1;transform:translateX(0)}.card-motion-enter[data-v-4f88f26a],.card-motion-leave-to[data-v-4f88f26a]{opacity:0;transform:translateX(-100%)}.card-motion-leave-active[data-v-4f88f26a]{transform:translateX(100%);opacity:0}.el-x-attachments-file-card-wrap[data-v-4f88f26a]{display:flex;height:100%;align-items:center}.el-x-attachments-upload-placeholder[data-v-4f88f26a]{display:inline-block;width:fit-content;align-self:center;margin:6px}.el-x-attachments-card[data-v-4f88f26a]{display:inline-block;vertical-align:top}.el-x-attachments-card-item[data-v-4f88f26a]{margin:6px}.el-x-attachments-prev-btn[data-v-4f88f26a],.el-x-attachments-next-btn[data-v-4f88f26a]{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:rgba(0,0,0,.3);color:#fff;border:none;padding:4px 0px;border-radius:3px;transition:background-color .3s ease}.el-x-attachments-prev-btn[data-v-4f88f26a]:hover,.el-x-attachments-next-btn[data-v-4f88f26a]:hover{background-color:rgba(0,0,0,.5)}.el-x-attachments-prev-btn[data-v-4f88f26a]:active,.el-x-attachments-next-btn[data-v-4f88f26a]:active{background-color:rgba(0,0,0,.7)}.el-x-attachments-prev-btn[data-v-4f88f26a]{left:8px;border-top-left-radius:0px;border-bottom-left-radius:0px}.el-x-attachments-next-btn[data-v-4f88f26a]{right:8px;border-top-right-radius:0px;border-bottom-right-radius:0px}.el-x-attachments-background[data-v-4f88f26a]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;pointer-events:none}.el-x-attachments-background-start[data-v-4f88f26a]{position:absolute;top:0;left:0;bottom:0;width:50px;background:linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));z-index:5}.el-x-attachments-background-end[data-v-4f88f26a]{position:absolute;top:0;right:0;bottom:0;width:50px;background:linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));z-index:5}.el-x-attachments-overflow-scrollX[data-v-4f88f26a]{height:100%;scrollbar-width:none}.el-x-attachments-overflow-scrollX[data-v-4f88f26a]::-webkit-scrollbar{display:none}.el-x-attachments-overflow-scrollY[data-v-4f88f26a]{width:100%;height:100%}.el-x-attachments-wrapper[data-v-4f88f26a]{position:relative;display:block}.el-x-attachments-upload-btn[data-v-4f88f26a]{display:flex}.el-x-attachments-upload-btn[data-v-4f88f26a] .el-upload{border:1px dashed #dcdfe6;border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);box-sizing:border-box;text-align:center}.el-x-attachments-upload-btn[data-v-4f88f26a] .el-upload:hover{border-color:#409eff}.el-x-attachments-upload-btn[data-v-4f88f26a] .el-upload:hover .uploader-icon{color:#409eff}.el-x-attachments-upload-btn .uploader-icon[data-v-4f88f26a]{font-size:28px;color:#8c939d;text-align:center;width:var(--el-x-attachments-upload-icon-size);height:var(--el-x-attachments-upload-icon-size);line-height:var(--el-x-attachments-upload-icon-size)}.el-x-attachments-upload-btn[data-v-4f88f26a] .el-upload-dragger{padding:0;width:auto !important;height:auto !important;background-color:rgba(0,0,0,0)}.el-x-attachments-upload-btn[data-v-4f88f26a] .el-upload-dragger:hover .el-icon{color:#409eff}.el-x-attachments-drop-area[data-v-4f88f26a]{position:absolute !important;top:0 !important;left:0 !important;width:calc(100% - 4px) !important;height:calc(100% - 4px) !important;border-radius:15px !important;border:2px dashed #409eff !important;z-index:9999 !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-direction:column !important;background:rgba(225,225,225,.8) !important;backdrop-filter:blur(4px) !important;animation:dragAreaShow-4f88f26a .3s ease-in-out !important;pointer-events:none !important}.el-x-attachments-drop-area-icon[data-v-4f88f26a]{font-size:50px !important;color:#409eff !important;animation:bounce-4f88f26a 1s infinite alternate !important}.el-x-attachments-drop-area-text[data-v-4f88f26a]{font-size:16px !important;color:#409eff !important;margin-top:10px !important;text-align:center !important;width:100% !important;max-width:300px !important;font-weight:bold !important}@keyframes dragAreaShow-4f88f26a{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce-4f88f26a{from{transform:translateY(0)}to{transform:translateY(-10px)}}", ""]);
|
|
3040
3040
|
// Exports
|
|
3041
3041
|
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
3042
3042
|
|
|
@@ -273,7 +273,7 @@ var UNESCAPE_ALL_RE = new RegExp(UNESCAPE_MD_RE.source + '|' + ENTITY_RE.source,
|
|
|
273
273
|
|
|
274
274
|
var DIGITAL_ENTITY_TEST_RE = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i;
|
|
275
275
|
|
|
276
|
-
var entities = __webpack_require__(
|
|
276
|
+
var entities = __webpack_require__(13);
|
|
277
277
|
|
|
278
278
|
function replaceEntityPattern(match, name) {
|
|
279
279
|
var code = 0;
|
|
@@ -378,7 +378,7 @@ function isWhiteSpace(code) {
|
|
|
378
378
|
////////////////////////////////////////////////////////////////////////////////
|
|
379
379
|
|
|
380
380
|
/*eslint-disable max-len*/
|
|
381
|
-
var UNICODE_PUNCT_RE = __webpack_require__(
|
|
381
|
+
var UNICODE_PUNCT_RE = __webpack_require__(7);
|
|
382
382
|
|
|
383
383
|
// Currently without astral characters support.
|
|
384
384
|
function isPunctChar(ch) {
|
|
@@ -492,7 +492,7 @@ function normalizeReference(str) {
|
|
|
492
492
|
// bundled size (e.g. a browser build).
|
|
493
493
|
//
|
|
494
494
|
exports.lib = {};
|
|
495
|
-
exports.lib.mdurl = __webpack_require__(
|
|
495
|
+
exports.lib.mdurl = __webpack_require__(14);
|
|
496
496
|
exports.lib.ucmicro = __webpack_require__(35);
|
|
497
497
|
|
|
498
498
|
exports.assign = assign;
|
|
@@ -2811,17 +2811,18 @@ Prism.languages.js = Prism.languages.javascript;
|
|
|
2811
2811
|
|
|
2812
2812
|
}());
|
|
2813
2813
|
|
|
2814
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
2814
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(11)))
|
|
2815
2815
|
|
|
2816
2816
|
/***/ }),
|
|
2817
2817
|
/* 5 */,
|
|
2818
|
-
/* 6
|
|
2818
|
+
/* 6 */,
|
|
2819
|
+
/* 7 */
|
|
2819
2820
|
/***/ (function(module, exports) {
|
|
2820
2821
|
|
|
2821
2822
|
module.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/
|
|
2822
2823
|
|
|
2823
2824
|
/***/ }),
|
|
2824
|
-
/*
|
|
2825
|
+
/* 8 */
|
|
2825
2826
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2826
2827
|
|
|
2827
2828
|
"use strict";
|
|
@@ -3180,7 +3181,7 @@ module.exports = Ruler;
|
|
|
3180
3181
|
|
|
3181
3182
|
|
|
3182
3183
|
/***/ }),
|
|
3183
|
-
/*
|
|
3184
|
+
/* 9 */
|
|
3184
3185
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3185
3186
|
|
|
3186
3187
|
"use strict";
|
|
@@ -3388,26 +3389,26 @@ module.exports = Token;
|
|
|
3388
3389
|
|
|
3389
3390
|
|
|
3390
3391
|
/***/ }),
|
|
3391
|
-
/*
|
|
3392
|
+
/* 10 */
|
|
3392
3393
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3393
3394
|
|
|
3394
3395
|
"use strict";
|
|
3395
3396
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
3396
3397
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
3397
|
-
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_prismjs_themes_prism_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3398
|
+
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_prismjs_themes_prism_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23);
|
|
3398
3399
|
// Imports
|
|
3399
3400
|
|
|
3400
3401
|
|
|
3401
3402
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
3402
3403
|
___CSS_LOADER_EXPORT___.i(_node_modules_css_loader_dist_cjs_js_node_modules_prismjs_themes_prism_css__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"]);
|
|
3403
3404
|
// Module
|
|
3404
|
-
___CSS_LOADER_EXPORT___.push([module.i, ".typer-container[data-v-0a15f16e]{overflow-x:auto}.markdown-content[data-v-0a15f16e] ul{list-style-type:disc}.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h1,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h2,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h3,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h4,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h5,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h6,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] p,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h1,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h2,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h3,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h4,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h5,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h6,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] p,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li{position:relative;overflow:hidden}.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h1:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h2:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h3:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h4:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h5:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h6:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] p:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h1:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h2:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h3:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h4:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h5:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h6:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] p:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li:last-child:after{content
|
|
3405
|
+
___CSS_LOADER_EXPORT___.push([module.i, ".typer-container[data-v-0a15f16e]{overflow-x:auto}.markdown-content[data-v-0a15f16e] ul{list-style-type:disc}.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h1,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h2,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h3,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h4,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h5,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h6,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] p,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h1,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h2,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h3,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h4,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h5,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h6,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] p,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li{position:relative;overflow:hidden}.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h1:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h2:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h3:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h4:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h5:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] h6:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] p:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li:last-child:after,.typing-markdown-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h1:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h2:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h3:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h4:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h5:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] h6:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] p:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ol:last-child li:last-child:after,.typing-cursor-foggy.markdown-content[data-v-0a15f16e] ul:last-child li:last-child:after{content:\"\";width:var(--cursor-fog-width);height:1.5em;background:linear-gradient(90deg, transparent, var(--cursor-fog-bg-color));position:absolute;margin-left:calc(-1*var(--cursor-fog-width))}.typer-content.typing-cursor[data-v-0a15f16e]::after{content:var(--cursor-char);margin-left:2px;display:inline-block}.typer-content.typing-cursor-foggy[data-v-0a15f16e]{position:relative;overflow:hidden}.typer-content.typing-cursor-foggy[data-v-0a15f16e]:last-child:after{content:\"\";width:var(--cursor-fog-width);height:100%;background:linear-gradient(90deg, transparent, var(--cursor-fog-bg-color));position:absolute;margin-left:calc(-1*var(--cursor-fog-width))}", ""]);
|
|
3405
3406
|
// Exports
|
|
3406
3407
|
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
3407
3408
|
|
|
3408
3409
|
|
|
3409
3410
|
/***/ }),
|
|
3410
|
-
/*
|
|
3411
|
+
/* 11 */
|
|
3411
3412
|
/***/ (function(module, exports) {
|
|
3412
3413
|
|
|
3413
3414
|
var g;
|
|
@@ -3433,7 +3434,7 @@ module.exports = g;
|
|
|
3433
3434
|
|
|
3434
3435
|
|
|
3435
3436
|
/***/ }),
|
|
3436
|
-
/*
|
|
3437
|
+
/* 12 */
|
|
3437
3438
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3438
3439
|
|
|
3439
3440
|
"use strict";
|
|
@@ -3472,11 +3473,11 @@ render._withStripped = true;
|
|
|
3472
3473
|
// CONCATENATED MODULE: ./src/components/Typewriter/src/main.vue?vue&type=template&id=0a15f16e&scoped=true
|
|
3473
3474
|
|
|
3474
3475
|
// EXTERNAL MODULE: ./node_modules/dompurify/dist/purify.js
|
|
3475
|
-
var purify = __webpack_require__(
|
|
3476
|
+
var purify = __webpack_require__(21);
|
|
3476
3477
|
var purify_default = /*#__PURE__*/__webpack_require__.n(purify);
|
|
3477
3478
|
|
|
3478
3479
|
// EXTERNAL MODULE: ./node_modules/markdown-it/index.js
|
|
3479
|
-
var markdown_it = __webpack_require__(
|
|
3480
|
+
var markdown_it = __webpack_require__(22);
|
|
3480
3481
|
var markdown_it_default = /*#__PURE__*/__webpack_require__.n(markdown_it);
|
|
3481
3482
|
|
|
3482
3483
|
// EXTERNAL MODULE: ./node_modules/prismjs/prism.js
|
|
@@ -3669,7 +3670,7 @@ var injectStylesIntoStyleTag = __webpack_require__(3);
|
|
|
3669
3670
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
3670
3671
|
|
|
3671
3672
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Typewriter/src/main.vue?vue&type=style&index=0&id=0a15f16e&prod&lang=scss&scoped=true
|
|
3672
|
-
var mainvue_type_style_index_0_id_0a15f16e_prod_lang_scss_scoped_true = __webpack_require__(
|
|
3673
|
+
var mainvue_type_style_index_0_id_0a15f16e_prod_lang_scss_scoped_true = __webpack_require__(10);
|
|
3673
3674
|
|
|
3674
3675
|
// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Typewriter/src/main.vue?vue&type=style&index=0&id=0a15f16e&prod&lang=scss&scoped=true
|
|
3675
3676
|
|
|
@@ -3721,7 +3722,7 @@ main.install = function (Vue) {
|
|
|
3721
3722
|
/* harmony default export */ var Typewriter = __webpack_exports__["default"] = (main);
|
|
3722
3723
|
|
|
3723
3724
|
/***/ }),
|
|
3724
|
-
/*
|
|
3725
|
+
/* 13 */
|
|
3725
3726
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3726
3727
|
|
|
3727
3728
|
"use strict";
|
|
@@ -3734,7 +3735,7 @@ module.exports = __webpack_require__(30);
|
|
|
3734
3735
|
|
|
3735
3736
|
|
|
3736
3737
|
/***/ }),
|
|
3737
|
-
/*
|
|
3738
|
+
/* 14 */
|
|
3738
3739
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3739
3740
|
|
|
3740
3741
|
"use strict";
|
|
@@ -3748,25 +3749,25 @@ module.exports.parse = __webpack_require__(34);
|
|
|
3748
3749
|
|
|
3749
3750
|
|
|
3750
3751
|
/***/ }),
|
|
3751
|
-
/*
|
|
3752
|
+
/* 15 */
|
|
3752
3753
|
/***/ (function(module, exports) {
|
|
3753
3754
|
|
|
3754
3755
|
module.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/
|
|
3755
3756
|
|
|
3756
3757
|
/***/ }),
|
|
3757
|
-
/*
|
|
3758
|
+
/* 16 */
|
|
3758
3759
|
/***/ (function(module, exports) {
|
|
3759
3760
|
|
|
3760
3761
|
module.exports=/[\0-\x1F\x7F-\x9F]/
|
|
3761
3762
|
|
|
3762
3763
|
/***/ }),
|
|
3763
|
-
/*
|
|
3764
|
+
/* 17 */
|
|
3764
3765
|
/***/ (function(module, exports) {
|
|
3765
3766
|
|
|
3766
3767
|
module.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/
|
|
3767
3768
|
|
|
3768
3769
|
/***/ }),
|
|
3769
|
-
/*
|
|
3770
|
+
/* 18 */
|
|
3770
3771
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3771
3772
|
|
|
3772
3773
|
"use strict";
|
|
@@ -3801,7 +3802,7 @@ module.exports.HTML_OPEN_CLOSE_TAG_RE = HTML_OPEN_CLOSE_TAG_RE;
|
|
|
3801
3802
|
|
|
3802
3803
|
|
|
3803
3804
|
/***/ }),
|
|
3804
|
-
/*
|
|
3805
|
+
/* 19 */
|
|
3805
3806
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3806
3807
|
|
|
3807
3808
|
"use strict";
|
|
@@ -3938,7 +3939,7 @@ module.exports.postProcess = function strikethrough(state) {
|
|
|
3938
3939
|
|
|
3939
3940
|
|
|
3940
3941
|
/***/ }),
|
|
3941
|
-
/*
|
|
3942
|
+
/* 20 */
|
|
3942
3943
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3943
3944
|
|
|
3944
3945
|
"use strict";
|
|
@@ -4075,10 +4076,10 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
4075
4076
|
|
|
4076
4077
|
|
|
4077
4078
|
/***/ }),
|
|
4078
|
-
/*
|
|
4079
|
+
/* 21 */
|
|
4079
4080
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4080
4081
|
|
|
4081
|
-
/*! @license DOMPurify 3.2.
|
|
4082
|
+
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
|
|
4082
4083
|
|
|
4083
4084
|
(function (global, factory) {
|
|
4084
4085
|
true ? module.exports = factory() :
|
|
@@ -4287,7 +4288,7 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
4287
4288
|
const TMPLIT_EXPR = seal(/\$\{[\w\W]*/gm); // eslint-disable-line unicorn/better-regex
|
|
4288
4289
|
const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]+$/); // eslint-disable-line no-useless-escape
|
|
4289
4290
|
const ARIA_ATTR = seal(/^aria-[\-\w]+$/); // eslint-disable-line no-useless-escape
|
|
4290
|
-
const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp
|
|
4291
|
+
const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i // eslint-disable-line no-useless-escape
|
|
4291
4292
|
);
|
|
4292
4293
|
const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
|
|
4293
4294
|
const ATTR_WHITESPACE = seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g // eslint-disable-line no-control-regex
|
|
@@ -4384,7 +4385,7 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
4384
4385
|
function createDOMPurify() {
|
|
4385
4386
|
let window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();
|
|
4386
4387
|
const DOMPurify = root => createDOMPurify(root);
|
|
4387
|
-
DOMPurify.version = '3.2.
|
|
4388
|
+
DOMPurify.version = '3.2.5';
|
|
4388
4389
|
DOMPurify.removed = [];
|
|
4389
4390
|
if (!window || !window.document || window.document.nodeType !== NODE_TYPE.document || !window.Element) {
|
|
4390
4391
|
// Not running in a browser, provide a factory function
|
|
@@ -4623,8 +4624,8 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
4623
4624
|
URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, 'ADD_URI_SAFE_ATTR') ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR, transformCaseFunc) : DEFAULT_URI_SAFE_ATTRIBUTES;
|
|
4624
4625
|
DATA_URI_TAGS = objectHasOwnProperty(cfg, 'ADD_DATA_URI_TAGS') ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS, transformCaseFunc) : DEFAULT_DATA_URI_TAGS;
|
|
4625
4626
|
FORBID_CONTENTS = objectHasOwnProperty(cfg, 'FORBID_CONTENTS') ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;
|
|
4626
|
-
FORBID_TAGS = objectHasOwnProperty(cfg, 'FORBID_TAGS') ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) :
|
|
4627
|
-
FORBID_ATTR = objectHasOwnProperty(cfg, 'FORBID_ATTR') ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) :
|
|
4627
|
+
FORBID_TAGS = objectHasOwnProperty(cfg, 'FORBID_TAGS') ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : {};
|
|
4628
|
+
FORBID_ATTR = objectHasOwnProperty(cfg, 'FORBID_ATTR') ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : {};
|
|
4628
4629
|
USE_PROFILES = objectHasOwnProperty(cfg, 'USE_PROFILES') ? cfg.USE_PROFILES : false;
|
|
4629
4630
|
ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true
|
|
4630
4631
|
ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true
|
|
@@ -4989,7 +4990,7 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
4989
4990
|
allowedTags: ALLOWED_TAGS
|
|
4990
4991
|
});
|
|
4991
4992
|
/* Detect mXSS attempts abusing namespace confusion */
|
|
4992
|
-
if (
|
|
4993
|
+
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
|
|
4993
4994
|
_forceRemove(currentNode);
|
|
4994
4995
|
return true;
|
|
4995
4996
|
}
|
|
@@ -5141,8 +5142,7 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
5141
5142
|
value: attrValue
|
|
5142
5143
|
} = attr;
|
|
5143
5144
|
const lcName = transformCaseFunc(name);
|
|
5144
|
-
|
|
5145
|
-
let value = name === 'value' ? initValue : stringTrim(initValue);
|
|
5145
|
+
let value = name === 'value' ? attrValue : stringTrim(attrValue);
|
|
5146
5146
|
/* Execute a hook if present */
|
|
5147
5147
|
hookEvent.attrName = lcName;
|
|
5148
5148
|
hookEvent.attrValue = value;
|
|
@@ -5168,9 +5168,10 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
5168
5168
|
if (hookEvent.forceKeepAttr) {
|
|
5169
5169
|
continue;
|
|
5170
5170
|
}
|
|
5171
|
+
/* Remove attribute */
|
|
5172
|
+
_removeAttribute(name, currentNode);
|
|
5171
5173
|
/* Did the hooks approve of the attribute? */
|
|
5172
5174
|
if (!hookEvent.keepAttr) {
|
|
5173
|
-
_removeAttribute(name, currentNode);
|
|
5174
5175
|
continue;
|
|
5175
5176
|
}
|
|
5176
5177
|
/* Work around a security issue in jQuery 3.0 */
|
|
@@ -5187,7 +5188,6 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
5187
5188
|
/* Is `value` valid for this attribute? */
|
|
5188
5189
|
const lcTag = transformCaseFunc(currentNode.nodeName);
|
|
5189
5190
|
if (!_isValidAttribute(lcTag, lcName, value)) {
|
|
5190
|
-
_removeAttribute(name, currentNode);
|
|
5191
5191
|
continue;
|
|
5192
5192
|
}
|
|
5193
5193
|
/* Handle attributes that require Trusted Types */
|
|
@@ -5208,23 +5208,19 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
5208
5208
|
}
|
|
5209
5209
|
}
|
|
5210
5210
|
/* Handle invalid data-* attribute set by try-catching it */
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
currentNode.setAttribute(name, value);
|
|
5218
|
-
}
|
|
5219
|
-
if (_isClobbered(currentNode)) {
|
|
5220
|
-
_forceRemove(currentNode);
|
|
5221
|
-
} else {
|
|
5222
|
-
arrayPop(DOMPurify.removed);
|
|
5223
|
-
}
|
|
5224
|
-
} catch (_) {
|
|
5225
|
-
_removeAttribute(name, currentNode);
|
|
5211
|
+
try {
|
|
5212
|
+
if (namespaceURI) {
|
|
5213
|
+
currentNode.setAttributeNS(namespaceURI, name, value);
|
|
5214
|
+
} else {
|
|
5215
|
+
/* Fallback to setAttribute() for browser-unrecognized namespaces e.g. "x-schema". */
|
|
5216
|
+
currentNode.setAttribute(name, value);
|
|
5226
5217
|
}
|
|
5227
|
-
|
|
5218
|
+
if (_isClobbered(currentNode)) {
|
|
5219
|
+
_forceRemove(currentNode);
|
|
5220
|
+
} else {
|
|
5221
|
+
arrayPop(DOMPurify.removed);
|
|
5222
|
+
}
|
|
5223
|
+
} catch (_) {}
|
|
5228
5224
|
}
|
|
5229
5225
|
/* Execute a hook if present */
|
|
5230
5226
|
_executeHooks(hooks.afterSanitizeAttributes, currentNode, null);
|
|
@@ -5434,7 +5430,7 @@ module.exports.postProcess = function emphasis(state) {
|
|
|
5434
5430
|
|
|
5435
5431
|
|
|
5436
5432
|
/***/ }),
|
|
5437
|
-
/*
|
|
5433
|
+
/* 22 */
|
|
5438
5434
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5439
5435
|
|
|
5440
5436
|
"use strict";
|
|
@@ -5445,7 +5441,7 @@ module.exports = __webpack_require__(29);
|
|
|
5445
5441
|
|
|
5446
5442
|
|
|
5447
5443
|
/***/ }),
|
|
5448
|
-
/*
|
|
5444
|
+
/* 23 */
|
|
5449
5445
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5450
5446
|
|
|
5451
5447
|
"use strict";
|
|
@@ -5461,7 +5457,7 @@ ___CSS_LOADER_EXPORT___.push([module.i, "/**\n * prism.js default theme for Java
|
|
|
5461
5457
|
|
|
5462
5458
|
|
|
5463
5459
|
/***/ }),
|
|
5464
|
-
/*
|
|
5460
|
+
/* 24 */
|
|
5465
5461
|
/***/ (function(module, exports) {
|
|
5466
5462
|
|
|
5467
5463
|
module.exports = function(module) {
|
|
@@ -5489,7 +5485,6 @@ module.exports = function(module) {
|
|
|
5489
5485
|
|
|
5490
5486
|
|
|
5491
5487
|
/***/ }),
|
|
5492
|
-
/* 24 */,
|
|
5493
5488
|
/* 25 */,
|
|
5494
5489
|
/* 26 */
|
|
5495
5490
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
@@ -5501,7 +5496,7 @@ module.exports = function(module) {
|
|
|
5501
5496
|
|
|
5502
5497
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
5503
5498
|
// Module
|
|
5504
|
-
___CSS_LOADER_EXPORT___.push([module.i, "[data-v-716e941e]:root{--color-primary: #409EFF;--color-success: #67C23A;--color-warning: #E6A23C;--color-danger: #F56C6C;--color-info: #909399}.el-x-bubble[data-v-716e941e]{display:flex;gap:var(--el-x-bubble-avatar-placeholder-gap)}.el-x-bubble-avatar-size[data-v-716e941e] .el-avatar{width:var(--el-x-bubble-avatar-placeholder-width);height:var(--el-x-bubble-avatar-placeholder-height)}.el-x-bubble-avatar-placeholder[data-v-716e941e]{width:var(--el-x-bubble-avatar-placeholder-width);height:var(--el-x-bubble-avatar-placeholder-height)}.el-x-bubble-start .el-x-bubble-content-wrapper .el-x-bubble-content-corner[data-v-716e941e]{border-start-start-radius:
|
|
5499
|
+
___CSS_LOADER_EXPORT___.push([module.i, "[data-v-716e941e]:root{--color-primary: #409EFF;--color-success: #67C23A;--color-warning: #E6A23C;--color-danger: #F56C6C;--color-info: #909399}.el-x-bubble[data-v-716e941e]{display:flex;gap:var(--el-x-bubble-avatar-placeholder-gap)}.el-x-bubble-avatar-size[data-v-716e941e] .el-avatar{width:var(--el-x-bubble-avatar-placeholder-width);height:var(--el-x-bubble-avatar-placeholder-height)}.el-x-bubble-avatar-placeholder[data-v-716e941e]{width:var(--el-x-bubble-avatar-placeholder-width);height:var(--el-x-bubble-avatar-placeholder-height)}.el-x-bubble-start .el-x-bubble-content-wrapper .el-x-bubble-content-corner[data-v-716e941e]{border-start-start-radius:2px}.el-x-bubble-end[data-v-716e941e]{justify-content:end;flex-direction:row-reverse}.el-x-bubble-end .el-x-bubble-content-wrapper[data-v-716e941e]{align-items:flex-end}.el-x-bubble-end .el-x-bubble-content-wrapper .el-x-bubble-content-corner[data-v-716e941e]{border-start-end-radius:2px}.el-x-bubble-no-style .el-x-bubble-content-wrapper .el-x-bubble-content[data-v-716e941e]{background-color:rgba(0,0,0,0);padding:0}.el-x-bubble-content-wrapper[data-v-716e941e]{flex:auto;display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:100%}.el-x-bubble-content-wrapper .el-x-bubble-header[data-v-716e941e],.el-x-bubble-content-wrapper .el-x-bubble-content[data-v-716e941e],.el-x-bubble-content-wrapper .el-x-bubble-footer[data-v-716e941e]{font-size:14px;color:#303133;line-height:24px}.el-x-bubble-content-wrapper .el-x-bubble-content[data-v-716e941e]{background-color:#edf2fc;padding:12px 18px;border-radius:8px;position:relative;box-sizing:border-box;min-width:0;max-width:var(--bubble-content-max-width);color:#303133;font-size:14px;line-height:24px;word-break:break-word}.el-x-bubble-content-wrapper .el-x-bubble-content .no-content[data-v-716e941e]{height:0}.el-x-bubble-content-wrapper .el-x-bubble-content-round[data-v-716e941e]{border-radius:20px}.el-x-bubble-content-wrapper .el-x-bubble-content-filled[data-v-716e941e]{background-color:#edf2fc}.el-x-bubble-content-wrapper .el-x-bubble-content-borderless[data-v-716e941e]{background-color:#edf2fc;border:1px solid #dcdfe6}.el-x-bubble-content-wrapper .el-x-bubble-content-outlined[data-v-716e941e]{background:none;border:1px solid #dcdfe6}.el-x-bubble-content-wrapper .el-x-bubble-content-shadow[data-v-716e941e]{background:none;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.el-x-bubble-content-wrapper .el-x-bubble-content-loading[data-v-716e941e]{width:fit-content}.el-x-bubble-content-wrapper .el-x-bubble-content-loading .el-x-bubble-loading-wrap[data-v-716e941e]{display:flex;justify-content:center;align-items:center;gap:5px}.el-x-bubble-content-wrapper .el-x-bubble-content-loading .dot[data-v-716e941e]{width:5px;height:5px;background-color:#409eff;border-radius:50%;animation:wave-716e941e 1s infinite ease-in-out}@keyframes wave-716e941e{0%,100%{transform:translateY(-2px)}50%{transform:translateY(2px)}}.el-x-bubble-content-wrapper .el-x-bubble-footer[data-v-716e941e]{margin-top:8px}", ""]);
|
|
5505
5500
|
// Exports
|
|
5506
5501
|
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
5507
5502
|
|
|
@@ -5609,7 +5604,7 @@ render._withStripped = true;
|
|
|
5609
5604
|
// CONCATENATED MODULE: ./src/components/Bubble/src/main.vue?vue&type=template&id=716e941e&scoped=true
|
|
5610
5605
|
|
|
5611
5606
|
// EXTERNAL MODULE: ./src/components/Typewriter/index.js + 7 modules
|
|
5612
|
-
var Typewriter = __webpack_require__(
|
|
5607
|
+
var Typewriter = __webpack_require__(12);
|
|
5613
5608
|
|
|
5614
5609
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Bubble/src/main.vue?vue&type=script&lang=js
|
|
5615
5610
|
|
|
@@ -5847,7 +5842,7 @@ var ParserCore = __webpack_require__(42);
|
|
|
5847
5842
|
var ParserBlock = __webpack_require__(50);
|
|
5848
5843
|
var ParserInline = __webpack_require__(64);
|
|
5849
5844
|
var LinkifyIt = __webpack_require__(77);
|
|
5850
|
-
var mdurl = __webpack_require__(
|
|
5845
|
+
var mdurl = __webpack_require__(14);
|
|
5851
5846
|
var punycode = __webpack_require__(79);
|
|
5852
5847
|
|
|
5853
5848
|
|
|
@@ -7017,11 +7012,11 @@ module.exports = urlParse;
|
|
|
7017
7012
|
"use strict";
|
|
7018
7013
|
|
|
7019
7014
|
|
|
7020
|
-
exports.Any = __webpack_require__(
|
|
7021
|
-
exports.Cc = __webpack_require__(
|
|
7015
|
+
exports.Any = __webpack_require__(15);
|
|
7016
|
+
exports.Cc = __webpack_require__(16);
|
|
7022
7017
|
exports.Cf = __webpack_require__(36);
|
|
7023
|
-
exports.P = __webpack_require__(
|
|
7024
|
-
exports.Z = __webpack_require__(
|
|
7018
|
+
exports.P = __webpack_require__(7);
|
|
7019
|
+
exports.Z = __webpack_require__(17);
|
|
7025
7020
|
|
|
7026
7021
|
|
|
7027
7022
|
/***/ }),
|
|
@@ -7612,7 +7607,7 @@ module.exports = Renderer;
|
|
|
7612
7607
|
|
|
7613
7608
|
|
|
7614
7609
|
|
|
7615
|
-
var Ruler = __webpack_require__(
|
|
7610
|
+
var Ruler = __webpack_require__(8);
|
|
7616
7611
|
|
|
7617
7612
|
|
|
7618
7613
|
var _rules = [
|
|
@@ -8205,7 +8200,7 @@ module.exports = function smartquotes(state) {
|
|
|
8205
8200
|
//
|
|
8206
8201
|
|
|
8207
8202
|
|
|
8208
|
-
var Token = __webpack_require__(
|
|
8203
|
+
var Token = __webpack_require__(9);
|
|
8209
8204
|
|
|
8210
8205
|
|
|
8211
8206
|
function StateCore(src, md, env) {
|
|
@@ -8236,7 +8231,7 @@ module.exports = StateCore;
|
|
|
8236
8231
|
|
|
8237
8232
|
|
|
8238
8233
|
|
|
8239
|
-
var Ruler = __webpack_require__(
|
|
8234
|
+
var Ruler = __webpack_require__(8);
|
|
8240
8235
|
|
|
8241
8236
|
|
|
8242
8237
|
var _rules = [
|
|
@@ -9656,7 +9651,7 @@ module.exports = function reference(state, startLine, _endLine, silent) {
|
|
|
9656
9651
|
|
|
9657
9652
|
|
|
9658
9653
|
var block_names = __webpack_require__(59);
|
|
9659
|
-
var HTML_OPEN_CLOSE_TAG_RE = __webpack_require__(
|
|
9654
|
+
var HTML_OPEN_CLOSE_TAG_RE = __webpack_require__(18).HTML_OPEN_CLOSE_TAG_RE;
|
|
9660
9655
|
|
|
9661
9656
|
// An array of opening and corresponding closing sequences for html tags,
|
|
9662
9657
|
// last argument defines whether it can terminate a paragraph or not
|
|
@@ -10023,7 +10018,7 @@ module.exports = function paragraph(state, startLine/*, endLine*/) {
|
|
|
10023
10018
|
|
|
10024
10019
|
|
|
10025
10020
|
|
|
10026
|
-
var Token = __webpack_require__(
|
|
10021
|
+
var Token = __webpack_require__(9);
|
|
10027
10022
|
var isSpace = __webpack_require__(1).isSpace;
|
|
10028
10023
|
|
|
10029
10024
|
|
|
@@ -10265,7 +10260,7 @@ module.exports = StateBlock;
|
|
|
10265
10260
|
|
|
10266
10261
|
|
|
10267
10262
|
|
|
10268
|
-
var Ruler = __webpack_require__(
|
|
10263
|
+
var Ruler = __webpack_require__(8);
|
|
10269
10264
|
|
|
10270
10265
|
|
|
10271
10266
|
////////////////////////////////////////////////////////////////////////////////
|
|
@@ -10276,8 +10271,8 @@ var _rules = [
|
|
|
10276
10271
|
[ 'newline', __webpack_require__(66) ],
|
|
10277
10272
|
[ 'escape', __webpack_require__(67) ],
|
|
10278
10273
|
[ 'backticks', __webpack_require__(68) ],
|
|
10279
|
-
[ 'strikethrough', __webpack_require__(
|
|
10280
|
-
[ 'emphasis', __webpack_require__(
|
|
10274
|
+
[ 'strikethrough', __webpack_require__(19).tokenize ],
|
|
10275
|
+
[ 'emphasis', __webpack_require__(20).tokenize ],
|
|
10281
10276
|
[ 'link', __webpack_require__(69) ],
|
|
10282
10277
|
[ 'image', __webpack_require__(70) ],
|
|
10283
10278
|
[ 'autolink', __webpack_require__(71) ],
|
|
@@ -10287,8 +10282,8 @@ var _rules = [
|
|
|
10287
10282
|
|
|
10288
10283
|
var _rules2 = [
|
|
10289
10284
|
[ 'balance_pairs', __webpack_require__(74) ],
|
|
10290
|
-
[ 'strikethrough', __webpack_require__(
|
|
10291
|
-
[ 'emphasis', __webpack_require__(
|
|
10285
|
+
[ 'strikethrough', __webpack_require__(19).postProcess ],
|
|
10286
|
+
[ 'emphasis', __webpack_require__(20).postProcess ],
|
|
10292
10287
|
[ 'text_collapse', __webpack_require__(75) ]
|
|
10293
10288
|
];
|
|
10294
10289
|
|
|
@@ -11121,7 +11116,7 @@ module.exports = function autolink(state, silent) {
|
|
|
11121
11116
|
|
|
11122
11117
|
|
|
11123
11118
|
|
|
11124
|
-
var HTML_TAG_RE = __webpack_require__(
|
|
11119
|
+
var HTML_TAG_RE = __webpack_require__(18).HTML_TAG_RE;
|
|
11125
11120
|
|
|
11126
11121
|
|
|
11127
11122
|
function isLetter(ch) {
|
|
@@ -11174,7 +11169,7 @@ module.exports = function html_inline(state, silent) {
|
|
|
11174
11169
|
|
|
11175
11170
|
|
|
11176
11171
|
|
|
11177
|
-
var entities = __webpack_require__(
|
|
11172
|
+
var entities = __webpack_require__(13);
|
|
11178
11173
|
var has = __webpack_require__(1).has;
|
|
11179
11174
|
var isValidEntityCode = __webpack_require__(1).isValidEntityCode;
|
|
11180
11175
|
var fromCodePoint = __webpack_require__(1).fromCodePoint;
|
|
@@ -11415,7 +11410,7 @@ module.exports = function text_collapse(state) {
|
|
|
11415
11410
|
|
|
11416
11411
|
|
|
11417
11412
|
|
|
11418
|
-
var Token = __webpack_require__(
|
|
11413
|
+
var Token = __webpack_require__(9);
|
|
11419
11414
|
var isWhiteSpace = __webpack_require__(1).isWhiteSpace;
|
|
11420
11415
|
var isPunctChar = __webpack_require__(1).isPunctChar;
|
|
11421
11416
|
var isMdAsciiPunct = __webpack_require__(1).isMdAsciiPunct;
|
|
@@ -12221,10 +12216,10 @@ module.exports = function (opts) {
|
|
|
12221
12216
|
var re = {};
|
|
12222
12217
|
|
|
12223
12218
|
// Use direct extract instead of `regenerate` to reduse browserified size
|
|
12224
|
-
re.src_Any = __webpack_require__(
|
|
12225
|
-
re.src_Cc = __webpack_require__(
|
|
12226
|
-
re.src_Z = __webpack_require__(
|
|
12227
|
-
re.src_P = __webpack_require__(
|
|
12219
|
+
re.src_Any = __webpack_require__(15).source;
|
|
12220
|
+
re.src_Cc = __webpack_require__(16).source;
|
|
12221
|
+
re.src_Z = __webpack_require__(17).source;
|
|
12222
|
+
re.src_P = __webpack_require__(7).source;
|
|
12228
12223
|
|
|
12229
12224
|
// \p{\Z\P\Cc\CF} (white spaces + control + format + punctuation)
|
|
12230
12225
|
re.src_ZPCc = [ re.src_Z, re.src_P, re.src_Cc ].join('|');
|
|
@@ -12921,7 +12916,7 @@ module.exports = function (opts) {
|
|
|
12921
12916
|
|
|
12922
12917
|
}(this));
|
|
12923
12918
|
|
|
12924
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
12919
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(24)(module), __webpack_require__(11)))
|
|
12925
12920
|
|
|
12926
12921
|
/***/ }),
|
|
12927
12922
|
/* 80 */
|