bkui-vue 0.0.1-beta.39 → 0.0.1-beta.41
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/alert/alert.css +75 -0
- package/lib/alert/alert.d.ts +62 -0
- package/lib/alert/alert.js +1 -0
- package/lib/alert/alert.less +110 -0
- package/lib/alert/alert.variable.css +168 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/animate-number/animate-number.d.ts +27 -0
- package/lib/animate-number/animate-number.js +1 -0
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/backtop/backtop.css +42 -0
- package/lib/backtop/backtop.d.ts +60 -0
- package/lib/backtop/backtop.js +1 -0
- package/lib/backtop/backtop.less +18 -0
- package/lib/backtop/backtop.variable.css +135 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/badge/badge.css +121 -0
- package/lib/badge/badge.d.ts +91 -0
- package/lib/badge/badge.js +1 -0
- package/lib/badge/badge.less +137 -0
- package/lib/badge/badge.variable.css +214 -0
- package/lib/badge/index.d.ts +217 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/lib/breadcrumb/breadcrumb.css +68 -0
- package/lib/breadcrumb/breadcrumb.d.ts +54 -0
- package/lib/breadcrumb/breadcrumb.js +1 -0
- package/lib/breadcrumb/breadcrumb.less +65 -0
- package/lib/breadcrumb/breadcrumb.variable.css +161 -0
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/props.d.ts +4 -0
- package/lib/button/button-group.d.ts +6 -0
- package/lib/button/button.css +265 -0
- package/lib/button/button.d.ts +143 -0
- package/lib/button/button.js +1 -0
- package/lib/button/button.less +195 -0
- package/lib/button/button.variable.css +358 -0
- package/lib/button/index.d.ts +226 -0
- package/lib/card/card.css +63 -0
- package/lib/card/card.d.ts +69 -0
- package/lib/card/card.js +1 -0
- package/lib/card/card.less +44 -0
- package/lib/card/card.variable.css +156 -0
- package/lib/card/index.d.ts +187 -0
- package/lib/checkbox/checkbox-group.d.ts +48 -0
- package/lib/checkbox/checkbox.css +64 -0
- package/lib/checkbox/checkbox.d.ts +114 -0
- package/lib/checkbox/checkbox.js +1 -0
- package/lib/checkbox/checkbox.less +80 -0
- package/lib/checkbox/checkbox.variable.css +157 -0
- package/lib/checkbox/common.d.ts +13 -0
- package/lib/checkbox/index.d.ts +261 -0
- package/lib/checkbox/type.d.ts +19 -0
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.js +1 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +279 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/collapse/collapse.css +30 -0
- package/lib/collapse/collapse.d.ts +106 -0
- package/lib/collapse/collapse.js +1 -0
- package/lib/collapse/collapse.less +37 -0
- package/lib/collapse/collapse.variable.css +30 -0
- package/lib/collapse/index.d.ts +166 -0
- package/lib/components.d.ts +41 -0
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +294 -0
- package/lib/date-picker/date-picker.js +1 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +500 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +713 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +111 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +68 -0
- package/lib/dialog/dialog.d.ts +113 -0
- package/lib/dialog/dialog.js +1 -0
- package/lib/dialog/dialog.less +80 -0
- package/lib/dialog/dialog.variable.css +68 -0
- package/lib/dialog/index.d.ts +286 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/directives.js +2 -0
- package/lib/directives/directives.js.LICENSE.txt +14 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/mousewheel.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.js +1 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +131 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +43 -0
- package/lib/dropdown/dropdown.d.ts +61 -0
- package/lib/dropdown/dropdown.js +1 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +136 -0
- package/lib/dropdown/index.d.ts +192 -0
- package/lib/exception/exception.css +32 -0
- package/lib/exception/exception.d.ts +26 -0
- package/lib/exception/exception.js +1 -0
- package/lib/exception/exception.less +39 -0
- package/lib/exception/exception.variable.css +125 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/fixed-navbar/fixed-navbar.css +42 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +34 -0
- package/lib/fixed-navbar/fixed-navbar.js +1 -0
- package/lib/fixed-navbar/fixed-navbar.less +53 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +135 -0
- package/lib/fixed-navbar/index.d.ts +112 -0
- package/lib/form/common.d.ts +3 -0
- package/lib/form/form-item.d.ts +145 -0
- package/lib/form/form.css +48 -0
- package/lib/form/form.d.ts +64 -0
- package/lib/form/form.js +1 -0
- package/lib/form/form.less +63 -0
- package/lib/form/form.variable.css +48 -0
- package/lib/form/index.d.ts +246 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.d.ts +4 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/folder.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/icon.js +1 -0
- package/lib/icon/index.d.ts +53 -0
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/input/index.d.ts +443 -0
- package/lib/input/input.css +190 -0
- package/lib/input/input.d.ts +254 -0
- package/lib/input/input.js +1 -0
- package/lib/input/input.less +214 -0
- package/lib/input/input.variable.css +284 -0
- package/lib/link/index.d.ts +164 -0
- package/lib/link/link.css +55 -0
- package/lib/link/link.d.ts +58 -0
- package/lib/link/link.js +1 -0
- package/lib/link/link.less +74 -0
- package/lib/link/link.variable.css +148 -0
- package/lib/loading/index.d.ts +164 -0
- package/lib/loading/loading.css +261 -0
- package/lib/loading/loading.d.ts +94 -0
- package/lib/loading/loading.js +1 -0
- package/lib/loading/loading.less +197 -0
- package/lib/loading/loading.variable.css +354 -0
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.js +1 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +275 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +96 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/message.css +53 -0
- package/lib/message/message.js +1 -0
- package/lib/message/message.less +61 -0
- package/lib/message/message.variable.css +146 -0
- package/lib/message/messageConstructor.d.ts +73 -0
- package/lib/modal/index.d.ts +214 -0
- package/lib/modal/modal.css +11 -0
- package/lib/modal/modal.d.ts +65 -0
- package/lib/modal/modal.js +1 -0
- package/lib/modal/modal.less +12 -0
- package/lib/modal/modal.variable.css +11 -0
- package/lib/modal/props.mixin.d.ts +26 -0
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.js +1 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +277 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.js +1 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +142 -0
- package/lib/notify/notifyConstructor.d.ts +91 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.js +1 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +272 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +287 -0
- package/lib/popover/popover.css +65 -0
- package/lib/popover/popover.d.ts +117 -0
- package/lib/popover/popover.js +1 -0
- package/lib/popover/popover.less +82 -0
- package/lib/popover/popover.variable.css +158 -0
- package/lib/popover/props.d.ts +77 -0
- package/lib/preset.d.ts +7 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.js +1 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +231 -0
- package/lib/progress/circle.d.ts +6 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/line.d.ts +6 -0
- package/lib/progress/progress.css +94 -0
- package/lib/progress/progress.d.ts +171 -0
- package/lib/progress/progress.js +1 -0
- package/lib/progress/progress.less +90 -0
- package/lib/progress/progress.variable.css +187 -0
- package/lib/radio/common.d.ts +13 -0
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/radio-button.d.ts +91 -0
- package/lib/radio/radio-group.d.ts +41 -0
- package/lib/radio/radio.css +138 -0
- package/lib/radio/radio.d.ts +87 -0
- package/lib/radio/radio.js +1 -0
- package/lib/radio/radio.less +173 -0
- package/lib/radio/radio.variable.css +231 -0
- package/lib/radio/type.d.ts +9 -0
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/rate.css +10 -0
- package/lib/rate/rate.d.ts +32 -0
- package/lib/rate/rate.js +1 -0
- package/lib/rate/rate.less +11 -0
- package/lib/rate/rate.variable.css +10 -0
- package/lib/rate/star.css +24 -0
- package/lib/rate/star.d.ts +74 -0
- package/lib/rate/star.less +29 -0
- package/lib/rate/star.variable.css +24 -0
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.js +1 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +282 -0
- package/lib/select/common.d.ts +33 -0
- package/lib/select/index.d.ts +1347 -0
- package/lib/select/option.d.ts +25 -0
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +325 -0
- package/lib/select/select.d.ts +395 -0
- package/lib/select/select.js +1 -0
- package/lib/select/select.less +324 -0
- package/lib/select/select.variable.css +418 -0
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/helper.d.ts +92 -0
- package/lib/shared/index.d.ts +52 -0
- package/lib/shared/mask-manager.d.ts +76 -0
- package/lib/shared/pop-manager.d.ts +26 -0
- package/lib/shared/popover.d.ts +127 -0
- package/lib/shared/scrollbar-width.d.ts +1 -0
- package/lib/shared/shared.js +1 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +115 -0
- package/lib/shared/z-index-manager.d.ts +93 -0
- package/lib/sideslider/index.d.ts +206 -0
- package/lib/sideslider/sideslider.css +69 -0
- package/lib/sideslider/sideslider.d.ts +75 -0
- package/lib/sideslider/sideslider.js +1 -0
- package/lib/sideslider/sideslider.less +86 -0
- package/lib/sideslider/sideslider.variable.css +162 -0
- package/lib/slider/index.d.ts +27 -0
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.js +1 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +242 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/steps.css +288 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.js +1 -0
- package/lib/steps/steps.less +324 -0
- package/lib/steps/steps.variable.css +381 -0
- package/lib/styles/index.d.ts +47 -0
- package/lib/styles/mixins/animate.css +21 -0
- package/lib/styles/mixins/animate.less +27 -0
- package/lib/styles/mixins/animate.variable.css +21 -0
- package/lib/styles/mixins/ellipsis.less +8 -0
- package/lib/styles/mixins/mixins.css +21 -0
- package/lib/styles/mixins/mixins.less +3 -0
- package/lib/styles/mixins/mixins.variable.css +21 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +13 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +126 -0
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.js +1 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/switcher.css +272 -0
- package/lib/switcher/switcher.d.ts +113 -0
- package/lib/switcher/switcher.js +1 -0
- package/lib/switcher/switcher.less +358 -0
- package/lib/switcher/switcher.variable.css +365 -0
- package/lib/tab/index.d.ts +443 -0
- package/lib/tab/props.d.ts +191 -0
- package/lib/tab/tab-nav.d.ts +165 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +148 -0
- package/lib/tab/tab.d.ts +140 -0
- package/lib/tab/tab.js +1 -0
- package/lib/tab/tab.less +222 -0
- package/lib/tab/tab.variable.css +241 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +302 -0
- package/lib/table/props.d.ts +117 -0
- package/lib/table/render.d.ts +83 -0
- package/lib/table/table.css +91 -0
- package/lib/table/table.d.ts +119 -0
- package/lib/table/table.js +1 -0
- package/lib/table/table.less +115 -0
- package/lib/table/table.variable.css +184 -0
- package/lib/table/utils.d.ts +69 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +84 -0
- package/lib/tag/tag.js +1 -0
- package/lib/tag/tag.less +113 -0
- package/lib/tag/tag.variable.css +190 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +2 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +208 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.js +1 -0
- package/lib/tag-input/tag-input.less +250 -0
- package/lib/tag-input/tag-input.variable.css +301 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.js +1 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +328 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.js +1 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +251 -0
- package/lib/tree/index.d.ts +287 -0
- package/lib/tree/props.d.ts +89 -0
- package/lib/tree/tree.css +50 -0
- package/lib/tree/tree.d.ts +111 -0
- package/lib/tree/tree.js +1 -0
- package/lib/tree/tree.less +63 -0
- package/lib/tree/tree.variable.css +143 -0
- package/lib/tree/util.d.ts +70 -0
- package/lib/use-form.d.ts +3 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +556 -0
- package/lib/virtual-render/props.d.ts +157 -0
- package/lib/virtual-render/v-virtual-render.d.ts +7 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +244 -0
- package/lib/virtual-render/virtual-render.js +1 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +12 -11
@@ -0,0 +1,186 @@
|
|
1
|
+
@import 'diff2html/bundles/css/diff2html.min.css';
|
2
|
+
/* stylelint-disable declaration-no-important */
|
3
|
+
.bk-code-diff {
|
4
|
+
position: relative;
|
5
|
+
}
|
6
|
+
.bk-code-diff .d2h-file-header {
|
7
|
+
display: none;
|
8
|
+
}
|
9
|
+
.bk-code-diff .hljs {
|
10
|
+
color: #000;
|
11
|
+
background: #fff;
|
12
|
+
}
|
13
|
+
.bk-code-diff .hljs-comment,
|
14
|
+
.bk-code-diff .hljs-quote {
|
15
|
+
color: #800;
|
16
|
+
}
|
17
|
+
.bk-code-diff .hljs-keyword,
|
18
|
+
.bk-code-diff .hljs-name,
|
19
|
+
.bk-code-diff .hljs-section,
|
20
|
+
.bk-code-diff .hljs-selector-tag,
|
21
|
+
.bk-code-diff .hljs-title {
|
22
|
+
color: #008;
|
23
|
+
}
|
24
|
+
.bk-code-diff .hljs-template-variable,
|
25
|
+
.bk-code-diff .hljs-variable {
|
26
|
+
color: #660;
|
27
|
+
}
|
28
|
+
.bk-code-diff .hljs-regexp,
|
29
|
+
.bk-code-diff .hljs-selector-attr,
|
30
|
+
.bk-code-diff .hljs-selector-pseudo,
|
31
|
+
.bk-code-diff .hljs-string {
|
32
|
+
color: #080;
|
33
|
+
}
|
34
|
+
.bk-code-diff .hljs-bullet,
|
35
|
+
.bk-code-diff .hljs-link,
|
36
|
+
.bk-code-diff .hljs-literal,
|
37
|
+
.bk-code-diff .hljs-meta,
|
38
|
+
.bk-code-diff .hljs-number,
|
39
|
+
.bk-code-diff .hljs-symbol {
|
40
|
+
color: #066;
|
41
|
+
}
|
42
|
+
.bk-code-diff .hljs-attr,
|
43
|
+
.bk-code-diff .hljs-built_in,
|
44
|
+
.bk-code-diff .hljs-doctag,
|
45
|
+
.bk-code-diff .hljs-params,
|
46
|
+
.bk-code-diff .hljs-title,
|
47
|
+
.bk-code-diff .hljs-type {
|
48
|
+
color: #606;
|
49
|
+
}
|
50
|
+
.bk-code-diff .hljs-attribute,
|
51
|
+
.bk-code-diff .hljs-subst {
|
52
|
+
color: #000;
|
53
|
+
}
|
54
|
+
.bk-code-diff .hljs-formula {
|
55
|
+
font-style: italic;
|
56
|
+
background-color: #eee;
|
57
|
+
}
|
58
|
+
.bk-code-diff .hljs-selector-class,
|
59
|
+
.bk-code-diff .hljs-selector-id {
|
60
|
+
color: #9b703f;
|
61
|
+
}
|
62
|
+
.bk-code-diff .hljs-addition {
|
63
|
+
background-color: #baeeba;
|
64
|
+
}
|
65
|
+
.bk-code-diff .hljs-deletion {
|
66
|
+
background-color: #ffc8bd;
|
67
|
+
}
|
68
|
+
.bk-code-diff .hljs-doctag,
|
69
|
+
.bk-code-diff .hljs-strong {
|
70
|
+
font-weight: 700;
|
71
|
+
}
|
72
|
+
.bk-code-diff .hljs-emphasis {
|
73
|
+
font-style: italic;
|
74
|
+
}
|
75
|
+
.bk-code-diff .d2h-del .hljs {
|
76
|
+
background: transparent;
|
77
|
+
}
|
78
|
+
.bk-code-diff .d2h-ins .hljs {
|
79
|
+
background: transparent;
|
80
|
+
}
|
81
|
+
.bk-code-diff.dark {
|
82
|
+
color: #abb2bf !important;
|
83
|
+
background: #282c34;
|
84
|
+
}
|
85
|
+
.bk-code-diff.dark .hljs {
|
86
|
+
color: #abb2bf !important;
|
87
|
+
background: #282c34;
|
88
|
+
}
|
89
|
+
.bk-code-diff.dark .d2h-file-side-diff:nth-child(n + 2) .d2h-code-wrapper {
|
90
|
+
border-left-color: #313238;
|
91
|
+
}
|
92
|
+
.bk-code-diff.dark pre code.hljs {
|
93
|
+
display: block;
|
94
|
+
padding: 1em;
|
95
|
+
overflow-x: auto;
|
96
|
+
}
|
97
|
+
.bk-code-diff.dark code.hljs {
|
98
|
+
padding: 3px 5px;
|
99
|
+
}
|
100
|
+
.bk-code-diff.dark .hljs-comment,
|
101
|
+
.bk-code-diff.dark .hljs-quote {
|
102
|
+
font-style: italic;
|
103
|
+
color: #5c6370;
|
104
|
+
}
|
105
|
+
.bk-code-diff.dark .hljs-doctag,
|
106
|
+
.bk-code-diff.dark .hljs-formula,
|
107
|
+
.bk-code-diff.dark .hljs-keyword,
|
108
|
+
.bk-code-diff.dark .hljs-params {
|
109
|
+
color: #c678dd;
|
110
|
+
}
|
111
|
+
.bk-code-diff.dark .hljs-deletion,
|
112
|
+
.bk-code-diff.dark .hljs-name,
|
113
|
+
.bk-code-diff.dark .hljs-section,
|
114
|
+
.bk-code-diff.dark .hljs-selector-tag,
|
115
|
+
.bk-code-diff.dark .hljs-subst {
|
116
|
+
color: #e06c75;
|
117
|
+
}
|
118
|
+
.bk-code-diff.dark .hljs-literal {
|
119
|
+
color: #56b6c2;
|
120
|
+
}
|
121
|
+
.bk-code-diff.dark .hljs-addition,
|
122
|
+
.bk-code-diff.dark .hljs-attribute,
|
123
|
+
.bk-code-diff.dark .hljs-meta .hljs-string,
|
124
|
+
.bk-code-diff.dark .hljs-regexp,
|
125
|
+
.bk-code-diff.dark .hljs-string {
|
126
|
+
color: #98c379;
|
127
|
+
}
|
128
|
+
.bk-code-diff.dark .hljs-attr,
|
129
|
+
.bk-code-diff.dark .hljs-number,
|
130
|
+
.bk-code-diff.dark .hljs-selector-attr,
|
131
|
+
.bk-code-diff.dark .hljs-selector-class,
|
132
|
+
.bk-code-diff.dark .hljs-selector-pseudo,
|
133
|
+
.bk-code-diff.dark .hljs-template-variable,
|
134
|
+
.bk-code-diff.dark .hljs-type,
|
135
|
+
.bk-code-diff.dark .hljs-variable {
|
136
|
+
color: #d19a66;
|
137
|
+
}
|
138
|
+
.bk-code-diff.dark .hljs-bullet,
|
139
|
+
.bk-code-diff.dark .hljs-link,
|
140
|
+
.bk-code-diff.dark .hljs-meta,
|
141
|
+
.bk-code-diff.dark .hljs-selector-id,
|
142
|
+
.bk-code-diff.dark .hljs-symbol,
|
143
|
+
.bk-code-diff.dark .hljs-title {
|
144
|
+
color: #61aeee;
|
145
|
+
}
|
146
|
+
.bk-code-diff.dark .hljs-built_in,
|
147
|
+
.bk-code-diff.dark .hljs-class .hljs-title,
|
148
|
+
.bk-code-diff.dark .hljs-title.class_ {
|
149
|
+
color: #e6c07b;
|
150
|
+
}
|
151
|
+
.bk-code-diff.dark .hljs-emphasis {
|
152
|
+
font-style: italic;
|
153
|
+
}
|
154
|
+
.bk-code-diff.dark .hljs-strong {
|
155
|
+
font-weight: 700;
|
156
|
+
}
|
157
|
+
.bk-code-diff.dark .hljs-link {
|
158
|
+
text-decoration: underline;
|
159
|
+
}
|
160
|
+
.bk-code-diff.dark .d2h-code-linenumber,
|
161
|
+
.bk-code-diff.dark .d2h-code-side-linenumber {
|
162
|
+
font-size: 12px;
|
163
|
+
color: #8f8f89;
|
164
|
+
background: #282c34;
|
165
|
+
border: none;
|
166
|
+
}
|
167
|
+
.bk-code-diff.dark .d2h-info {
|
168
|
+
color: inherit;
|
169
|
+
background-color: transparent;
|
170
|
+
}
|
171
|
+
.bk-code-diff.dark .d2h-del {
|
172
|
+
background-color: #422321 !important;
|
173
|
+
}
|
174
|
+
.bk-code-diff.dark .d2h-del .hljs {
|
175
|
+
background: transparent;
|
176
|
+
}
|
177
|
+
.bk-code-diff.dark .d2h-ins {
|
178
|
+
background: #2d3324 !important;
|
179
|
+
}
|
180
|
+
.bk-code-diff.dark .d2h-ins .hljs {
|
181
|
+
background: transparent;
|
182
|
+
}
|
183
|
+
.bk-code-diff.dark .d2h-code-side-emptyplaceholder,
|
184
|
+
.bk-code-diff.dark .d2h-emptyplaceholder {
|
185
|
+
background-color: #292929 !important;
|
186
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
import { ExtractPropTypes } from 'vue';
|
2
|
+
import { ElementType } from '@bkui-vue/shared';
|
3
|
+
declare const diffFormats: readonly ["side-by-side", "line-by-line"];
|
4
|
+
export declare type DiffFormatType = ElementType<typeof diffFormats>;
|
5
|
+
export declare const LANGUAGES: readonly ["css", "java", "javascript", "json", "scss", "less", "stylus", "shell", "bash", "cpp", "go", "xml", "python", "typescript", "sql", "ruby", "vim", "php", "perl", "powershell", "makefile"];
|
6
|
+
export declare type LanguagesUnion = ElementType<typeof LANGUAGES>;
|
7
|
+
declare const themes: readonly ["dark", "light"];
|
8
|
+
export declare type ThemesUnion = ElementType<typeof themes>;
|
9
|
+
export declare const codeDiffProps: {
|
10
|
+
oldContent: import("vue-types").VueTypeValidableDef<string> & {
|
11
|
+
default: string;
|
12
|
+
};
|
13
|
+
newContent: import("vue-types").VueTypeValidableDef<string> & {
|
14
|
+
default: string;
|
15
|
+
};
|
16
|
+
diffFormat: import("vue-types").VueTypeValidableDef<"side-by-side" | "line-by-line"> & {
|
17
|
+
default: "side-by-side" | "line-by-line";
|
18
|
+
};
|
19
|
+
diffContext: import("vue-types").VueTypeValidableDef<number>;
|
20
|
+
theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
|
21
|
+
default: "dark" | "light";
|
22
|
+
};
|
23
|
+
language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
|
24
|
+
default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
|
25
|
+
};
|
26
|
+
hljs: import("vue-types").VueTypeValidableDef<any> & {
|
27
|
+
required: true;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
export declare type CodeDiffPropsType = ExtractPropTypes<typeof codeDiffProps>;
|
31
|
+
declare const _default: import("vue").DefineComponent<{
|
32
|
+
oldContent: import("vue-types").VueTypeValidableDef<string> & {
|
33
|
+
default: string;
|
34
|
+
};
|
35
|
+
newContent: import("vue-types").VueTypeValidableDef<string> & {
|
36
|
+
default: string;
|
37
|
+
};
|
38
|
+
diffFormat: import("vue-types").VueTypeValidableDef<"side-by-side" | "line-by-line"> & {
|
39
|
+
default: "side-by-side" | "line-by-line";
|
40
|
+
};
|
41
|
+
diffContext: import("vue-types").VueTypeValidableDef<number>;
|
42
|
+
theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
|
43
|
+
default: "dark" | "light";
|
44
|
+
};
|
45
|
+
language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
|
46
|
+
default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
|
47
|
+
};
|
48
|
+
hljs: import("vue-types").VueTypeValidableDef<any> & {
|
49
|
+
required: true;
|
50
|
+
};
|
51
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
52
|
+
oldContent: import("vue-types").VueTypeValidableDef<string> & {
|
53
|
+
default: string;
|
54
|
+
};
|
55
|
+
newContent: import("vue-types").VueTypeValidableDef<string> & {
|
56
|
+
default: string;
|
57
|
+
};
|
58
|
+
diffFormat: import("vue-types").VueTypeValidableDef<"side-by-side" | "line-by-line"> & {
|
59
|
+
default: "side-by-side" | "line-by-line";
|
60
|
+
};
|
61
|
+
diffContext: import("vue-types").VueTypeValidableDef<number>;
|
62
|
+
theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
|
63
|
+
default: "dark" | "light";
|
64
|
+
};
|
65
|
+
language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
|
66
|
+
default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
|
67
|
+
};
|
68
|
+
hljs: import("vue-types").VueTypeValidableDef<any> & {
|
69
|
+
required: true;
|
70
|
+
};
|
71
|
+
}>> & {
|
72
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
73
|
+
}, {
|
74
|
+
theme: "dark" | "light";
|
75
|
+
oldContent: string;
|
76
|
+
newContent: string;
|
77
|
+
diffFormat: "side-by-side" | "line-by-line";
|
78
|
+
language: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
|
79
|
+
}>;
|
80
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n(require("../shared"),require("@babel/runtime/helpers/slicedToArray"),require("vue"),require("vue-types"));else if("function"==typeof define&&define.amd)define(["../shared","@babel/runtime/helpers/slicedToArray","vue","vue-types"],n);else{var t="object"==typeof exports?n(require("../shared"),require("@babel/runtime/helpers/slicedToArray"),require("vue"),require("vue-types")):n(e["../shared"],e["@babel/runtime/helpers/slicedToArray"],e.vue,e["vue-types"]);for(var i in t)("object"==typeof exports?exports:e)[i]=t[i]}}(self,((e,n,t,i)=>(()=>{var r={2148:(e,n)=>{!function(e){var n=/\S/,t=/\"/g,i=/\n/g,r=/\r/g,o=/\\/g,a=/\u2028/,s=/\u2029/;function l(e){return e.trim?e.trim():e.replace(/^\s*|\s*$/g,"")}function c(e,n,t){if(n.charAt(t)!=e.charAt(0))return!1;for(var i=1,r=e.length;i<r;i++)if(n.charAt(t+i)!=e.charAt(i))return!1;return!0}e.tags={"#":1,"^":2,"<":3,$:4,"/":5,"!":6,">":7,"=":8,_v:9,"{":10,"&":11,_t:12},e.scan=function(t,i){var r,o=t.length,a=0,s=null,u=null,f="",d=[],p=!1,h=0,b=0,g="{{",v="}}";function m(){f.length>0&&(d.push({tag:"_t",text:new String(f)}),f="")}function y(t,i){if(m(),t&&function(){for(var t=!0,i=b;i<d.length;i++)if(!(t=e.tags[d[i].tag]<e.tags._v||"_t"==d[i].tag&&null===d[i].text.match(n)))return!1;return t}())for(var r,o=b;o<d.length;o++)d[o].text&&((r=d[o+1])&&">"==r.tag&&(r.indent=d[o].text.toString()),d.splice(o,1));else i||d.push({tag:"\n"});p=!1,b=d.length}function w(e,n){var t="="+v,i=e.indexOf(t,n),r=l(e.substring(e.indexOf("=",n)+1,i)).split(" ");return g=r[0],v=r[r.length-1],i+t.length-1}for(i&&(i=i.split(" "),g=i[0],v=i[1]),h=0;h<o;h++)0==a?c(g,t,h)?(--h,m(),a=1):"\n"==t.charAt(h)?y(p):f+=t.charAt(h):1==a?(h+=g.length-1,"="==(s=(u=e.tags[t.charAt(h+1)])?t.charAt(h+1):"_v")?(h=w(t,h),a=0):(u&&h++,a=2),p=h):c(v,t,h)?(d.push({tag:s,n:l(f),otag:g,ctag:v,i:"/"==s?p-g.length:h+v.length}),f="",h+=v.length-1,a=0,"{"==s&&("}}"==v?h++:"}"===(r=d[d.length-1]).n.substr(r.n.length-1)&&(r.n=r.n.substring(0,r.n.length-1)))):f+=t.charAt(h);return y(p,!0),d};var u={_t:!0,"\n":!0,$:!0,"/":!0};function f(n,t,i,r){var o,a=[],s=null,l=null;for(o=i[i.length-1];n.length>0;){if(l=n.shift(),o&&"<"==o.tag&&!(l.tag in u))throw new Error("Illegal content in < super tag.");if(e.tags[l.tag]<=e.tags.$||d(l,r))i.push(l),l.nodes=f(n,l.tag,i,r);else{if("/"==l.tag){if(0===i.length)throw new Error("Closing tag without opener: /"+l.n);if(s=i.pop(),l.n!=s.n&&!p(l.n,s.n,r))throw new Error("Nesting error: "+s.n+" vs. "+l.n);return s.end=l.i,a}"\n"==l.tag&&(l.last=0==n.length||"\n"==n[0].tag)}a.push(l)}if(i.length>0)throw new Error("missing closing tag: "+i.pop().n);return a}function d(e,n){for(var t=0,i=n.length;t<i;t++)if(n[t].o==e.n)return e.tag="#",!0}function p(e,n,t){for(var i=0,r=t.length;i<r;i++)if(t[i].c==e&&t[i].o==n)return!0}function h(e){var n=[];for(var t in e.partials)n.push('"'+g(t)+'":{name:"'+g(e.partials[t].name)+'", '+h(e.partials[t])+"}");return"partials: {"+n.join(",")+"}, subs: "+function(e){var n=[];for(var t in e)n.push('"'+g(t)+'": function(c,p,t,i) {'+e[t]+"}");return"{ "+n.join(",")+" }"}(e.subs)}e.stringify=function(n,t,i){return"{code: function (c,p,i) { "+e.wrapMain(n.code)+" },"+h(n)+"}"};var b=0;function g(e){return e.replace(o,"\\\\").replace(t,'\\"').replace(i,"\\n").replace(r,"\\r").replace(a,"\\u2028").replace(s,"\\u2029")}function v(e){return~e.indexOf(".")?"d":"f"}function m(e,n){var t="<"+(n.prefix||"")+e.n+b++;return n.partials[t]={name:e.n,partials:{}},n.code+='t.b(t.rp("'+g(t)+'",c,p,"'+(e.indent||"")+'"));',t}function y(e,n){n.code+="t.b(t.t(t."+v(e.n)+'("'+g(e.n)+'",c,p,0)));'}function w(e){return"t.b("+e+");"}e.generate=function(n,t,i){b=0;var r={code:"",subs:{},partials:{}};return e.walk(n,r),i.asString?this.stringify(r,t,i):this.makeTemplate(r,t,i)},e.wrapMain=function(e){return'var t=this;t.b(i=i||"");'+e+"return t.fl();"},e.template=e.Template,e.makeTemplate=function(e,n,t){var i=this.makePartials(e);return i.code=new Function("c","p","i",this.wrapMain(e.code)),new this.template(i,n,this,t)},e.makePartials=function(e){var n,t={subs:{},partials:e.partials,name:e.name};for(n in t.partials)t.partials[n]=this.makePartials(t.partials[n]);for(n in e.subs)t.subs[n]=new Function("c","p","t","i",e.subs[n]);return t},e.codegen={"#":function(n,t){t.code+="if(t.s(t."+v(n.n)+'("'+g(n.n)+'",c,p,1),c,p,0,'+n.i+","+n.end+',"'+n.otag+" "+n.ctag+'")){t.rs(c,p,function(c,p,t){',e.walk(n.nodes,t),t.code+="});c.pop();}"},"^":function(n,t){t.code+="if(!t.s(t."+v(n.n)+'("'+g(n.n)+'",c,p,1),c,p,1,0,0,"")){',e.walk(n.nodes,t),t.code+="};"},">":m,"<":function(n,t){var i={partials:{},code:"",subs:{},inPartial:!0};e.walk(n.nodes,i);var r=t.partials[m(n,t)];r.subs=i.subs,r.partials=i.partials},$:function(n,t){var i={subs:{},code:"",partials:t.partials,prefix:n.n};e.walk(n.nodes,i),t.subs[n.n]=i.code,t.inPartial||(t.code+='t.sub("'+g(n.n)+'",c,p,i);')},"\n":function(e,n){n.code+=w('"\\n"'+(e.last?"":" + i"))},_v:function(e,n){n.code+="t.b(t.v(t."+v(e.n)+'("'+g(e.n)+'",c,p,0)));'},_t:function(e,n){n.code+=w('"'+g(e.text)+'"')},"{":y,"&":y},e.walk=function(n,t){for(var i,r=0,o=n.length;r<o;r++)(i=e.codegen[n[r].tag])&&i(n[r],t);return t},e.parse=function(e,n,t){return f(e,0,[],(t=t||{}).sectionTags||[])},e.cache={},e.cacheKey=function(e,n){return[e,!!n.asString,!!n.disableLambda,n.delimiters,!!n.modelGet].join("||")},e.compile=function(n,t){t=t||{};var i=e.cacheKey(n,t),r=this.cache[i];if(r){var o=r.partials;for(var a in o)delete o[a].instance;return r}return r=this.generate(this.parse(this.scan(n,t.delimiters),n,t),n,t),this.cache[i]=r}}(n)},112:(e,n,t)=>{var i=t(2148);i.Template=t(8719).Template,i.template=i.Template,e.exports=i},8719:(e,n)=>{!function(e){function n(e,n,t){var i;return n&&"object"==typeof n&&(void 0!==n[e]?i=n[e]:t&&n.get&&"function"==typeof n.get&&(i=n.get(e))),i}e.Template=function(e,n,t,i){e=e||{},this.r=e.code||this.r,this.c=t,this.options=i||{},this.text=n||"",this.partials=e.partials||{},this.subs=e.subs||{},this.buf=""},e.Template.prototype={r:function(e,n,t){return""},v:function(e){return e=l(e),s.test(e)?e.replace(t,"&").replace(i,"<").replace(r,">").replace(o,"'").replace(a,"""):e},t:l,render:function(e,n,t){return this.ri([e],n||{},t)},ri:function(e,n,t){return this.r(e,n,t)},ep:function(e,n){var t=this.partials[e],i=n[t.name];if(t.instance&&t.base==i)return t.instance;if("string"==typeof i){if(!this.c)throw new Error("No compiler available.");i=this.c.compile(i,this.options)}if(!i)return null;if(this.partials[e].base=i,t.subs){for(key in n.stackText||(n.stackText={}),t.subs)n.stackText[key]||(n.stackText[key]=void 0!==this.activeSub&&n.stackText[this.activeSub]?n.stackText[this.activeSub]:this.text);i=function(e,n,t,i,r,o){function a(){}function s(){}var l;a.prototype=e,s.prototype=e.subs;var c=new a;for(l in c.subs=new s,c.subsText={},c.buf="",i=i||{},c.stackSubs=i,c.subsText=o,n)i[l]||(i[l]=n[l]);for(l in i)c.subs[l]=i[l];for(l in r=r||{},c.stackPartials=r,t)r[l]||(r[l]=t[l]);for(l in r)c.partials[l]=r[l];return c}(i,t.subs,t.partials,this.stackSubs,this.stackPartials,n.stackText)}return this.partials[e].instance=i,i},rp:function(e,n,t,i){var r=this.ep(e,t);return r?r.ri(n,t,i):""},rs:function(e,n,t){var i=e[e.length-1];if(c(i))for(var r=0;r<i.length;r++)e.push(i[r]),t(e,n,this),e.pop();else t(e,n,this)},s:function(e,n,t,i,r,o,a){var s;return(!c(e)||0!==e.length)&&("function"==typeof e&&(e=this.ms(e,n,t,i,r,o,a)),s=!!e,!i&&s&&n&&n.push("object"==typeof e?e:n[n.length-1]),s)},d:function(e,t,i,r){var o,a=e.split("."),s=this.f(a[0],t,i,r),l=this.options.modelGet,u=null;if("."===e&&c(t[t.length-2]))s=t[t.length-1];else for(var f=1;f<a.length;f++)void 0!==(o=n(a[f],s,l))?(u=s,s=o):s="";return!(r&&!s)&&(r||"function"!=typeof s||(t.push(u),s=this.mv(s,t,i),t.pop()),s)},f:function(e,t,i,r){for(var o=!1,a=!1,s=this.options.modelGet,l=t.length-1;l>=0;l--)if(void 0!==(o=n(e,t[l],s))){a=!0;break}return a?(r||"function"!=typeof o||(o=this.mv(o,t,i)),o):!r&&""},ls:function(e,n,t,i,r){var o=this.options.delimiters;return this.options.delimiters=r,this.b(this.ct(l(e.call(n,i)),n,t)),this.options.delimiters=o,!1},ct:function(e,n,t){if(this.options.disableLambda)throw new Error("Lambda features disabled.");return this.c.compile(e,this.options).render(n,t)},b:function(e){this.buf+=e},fl:function(){var e=this.buf;return this.buf="",e},ms:function(e,n,t,i,r,o,a){var s,l=n[n.length-1],c=e.call(l);return"function"==typeof c?!!i||(s=this.activeSub&&this.subsText&&this.subsText[this.activeSub]?this.subsText[this.activeSub]:this.text,this.ls(c,l,t,s.substring(r,o),a)):c},mv:function(e,n,t){var i=n[n.length-1],r=e.call(i);return"function"==typeof r?this.ct(l(r.call(i)),i,t):r},sub:function(e,n,t,i){var r=this.subs[e];r&&(this.activeSub=e,r(n,t,this,i),this.activeSub=!1)}};var t=/&/g,i=/</g,r=/>/g,o=/\'/g,a=/\"/g,s=/[&<>\"\']/;function l(e){return String(null==e?"":e)}var c=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}}(n)},4212:n=>{"use strict";n.exports=e},1673:e=>{"use strict";e.exports=n},748:e=>{"use strict";e.exports=t},210:e=>{"use strict";e.exports=i}},o={};function a(e){var n=o[e];if(void 0!==n)return n.exports;var t=o[e]={exports:{}};return r[e](t,t.exports,a),t.exports}a.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return a.d(n,{a:n}),n},a.d=(e,n)=>{for(var t in n)a.o(n,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},a.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var s={};return(()=>{"use strict";a.r(s),a.d(s,{default:()=>He});var e=a(4212),n=a(1673),t=a.n(n),i=a(748);function r(){}function o(e,n,t,i,r){for(var o=0,a=n.length,s=0,l=0;o<a;o++){var c=n[o];if(c.removed){if(c.value=e.join(i.slice(l,l+c.count)),l+=c.count,o&&n[o-1].added){var u=n[o-1];n[o-1]=n[o],n[o]=u}}else{if(!c.added&&r){var f=t.slice(s,s+c.count);f=f.map((function(e,n){var t=i[l+n];return t.length>e.length?t:e})),c.value=e.join(f)}else c.value=e.join(t.slice(s,s+c.count));s+=c.count,c.added||(l+=c.count)}}var d=n[a-1];return a>1&&"string"==typeof d.value&&(d.added||d.removed)&&e.equals("",d.value)&&(n[a-2].value+=d.value,n.pop()),n}function l(e){return{newPos:e.newPos,components:e.components.slice(0)}}r.prototype={diff:function(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t.callback;"function"==typeof t&&(i=t,t={}),this.options=t;var r=this;function a(e){return i?(setTimeout((function(){i(void 0,e)}),0),!0):e}e=this.castInput(e),n=this.castInput(n),e=this.removeEmpty(this.tokenize(e));var s=(n=this.removeEmpty(this.tokenize(n))).length,c=e.length,u=1,f=s+c,d=[{newPos:-1,components:[]}],p=this.extractCommon(d[0],n,e,0);if(d[0].newPos+1>=s&&p+1>=c)return a([{value:this.join(n),count:n.length}]);function h(){for(var t=-1*u;t<=u;t+=2){var i=void 0,f=d[t-1],p=d[t+1],h=(p?p.newPos:0)-t;f&&(d[t-1]=void 0);var b=f&&f.newPos+1<s,g=p&&0<=h&&h<c;if(b||g){if(!b||g&&f.newPos<p.newPos?(i=l(p),r.pushComponent(i.components,void 0,!0)):((i=f).newPos++,r.pushComponent(i.components,!0,void 0)),h=r.extractCommon(i,n,e,t),i.newPos+1>=s&&h+1>=c)return a(o(r,i.components,n,e,r.useLongestToken));d[t]=i}else d[t]=void 0}u++}if(i)!function e(){setTimeout((function(){if(u>f)return i();h()||e()}),0)}();else for(;u<=f;){var b=h();if(b)return b}},pushComponent:function(e,n,t){var i=e[e.length-1];i&&i.added===n&&i.removed===t?e[e.length-1]={count:i.count+1,added:n,removed:t}:e.push({count:1,added:n,removed:t})},extractCommon:function(e,n,t,i){for(var r=n.length,o=t.length,a=e.newPos,s=a-i,l=0;a+1<r&&s+1<o&&this.equals(n[a+1],t[s+1]);)a++,s++,l++;return l&&e.components.push({count:l}),e.newPos=a,s},equals:function(e,n){return this.options.comparator?this.options.comparator(e,n):e===n||this.options.ignoreCase&&e.toLowerCase()===n.toLowerCase()},removeEmpty:function(e){for(var n=[],t=0;t<e.length;t++)e[t]&&n.push(e[t]);return n},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}},new r;var c=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,u=/\S/,f=new r;f.equals=function(e,n){return this.options.ignoreCase&&(e=e.toLowerCase(),n=n.toLowerCase()),e===n||this.options.ignoreWhitespace&&!u.test(e)&&!u.test(n)},f.tokenize=function(e){for(var n=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),t=0;t<n.length-1;t++)!n[t+1]&&n[t+2]&&c.test(n[t])&&c.test(n[t+2])&&(n[t]+=n[t+2],n.splice(t+1,2),t--);return n};var d=new r;function p(e){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},p(e)}function h(e){return function(e){if(Array.isArray(e))return b(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,n){if(e){if("string"==typeof e)return b(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?b(e,n):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,i=new Array(n);t<n;t++)i[t]=e[t];return i}d.tokenize=function(e){var n=[],t=e.split(/(\n|\r\n)/);t[t.length-1]||t.pop();for(var i=0;i<t.length;i++){var r=t[i];i%2&&!this.options.newlineIsToken?n[n.length-1]+=r:(this.options.ignoreWhitespace&&(r=r.trim()),n.push(r))}return n},(new r).tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},(new r).tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var g=Object.prototype.toString,v=new r;function m(e,n,t,i,r){var o,a;for(n=n||[],t=t||[],i&&(e=i(r,e)),o=0;o<n.length;o+=1)if(n[o]===e)return t[o];if("[object Array]"===g.call(e)){for(n.push(e),a=new Array(e.length),t.push(a),o=0;o<e.length;o+=1)a[o]=m(e[o],n,t,i,r);return n.pop(),t.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===p(e)&&null!==e){n.push(e),a={},t.push(a);var s,l=[];for(s in e)e.hasOwnProperty(s)&&l.push(s);for(l.sort(),o=0;o<l.length;o+=1)a[s=l[o]]=m(e[s],n,t,i,s);n.pop(),t.pop()}else a=e;return a}v.useLongestToken=!0,v.tokenize=d.tokenize,v.castInput=function(e){var n=this.options,t=n.undefinedReplacement,i=n.stringifyReplacer,r=void 0===i?function(e,n){return void 0===n?t:n}:i;return"string"==typeof e?e:JSON.stringify(m(e,null,null,r),r," ")},v.equals=function(e,n){return r.prototype.equals.call(v,e.replace(/,([\r\n])/g,"$1"),n.replace(/,([\r\n])/g,"$1"))};var y,w=new r;function x(e,n,t,i,r,o){return function(e,n,t,i,r,o,a){return function(e){var n=[];e.oldFileName==e.newFileName&&n.push("Index: "+e.oldFileName),n.push("==================================================================="),n.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),n.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(var t=0;t<e.hunks.length;t++){var i=e.hunks[t];0===i.oldLines&&(i.oldStart-=1),0===i.newLines&&(i.newStart-=1),n.push("@@ -"+i.oldStart+","+i.oldLines+" +"+i.newStart+","+i.newLines+" @@"),n.push.apply(n,i.lines)}return n.join("\n")+"\n"}(function(e,n,t,i,r,o,a){a||(a={}),void 0===a.context&&(a.context=4);var s=function(e,n,t){return d.diff(e,n,t)}(t,i,a);function l(e){return e.map((function(e){return" "+e}))}s.push({value:"",lines:[]});for(var c=[],u=0,f=0,p=[],b=1,g=1,v=function(e){var n=s[e],r=n.lines||n.value.replace(/\n$/,"").split("\n");if(n.lines=r,n.added||n.removed){var o;if(!u){var d=s[e-1];u=b,f=g,d&&(p=a.context>0?l(d.lines.slice(-a.context)):[],u-=p.length,f-=p.length)}(o=p).push.apply(o,h(r.map((function(e){return(n.added?"+":"-")+e})))),n.added?g+=r.length:b+=r.length}else{if(u)if(r.length<=2*a.context&&e<s.length-2){var v;(v=p).push.apply(v,h(l(r)))}else{var m,y=Math.min(r.length,a.context);(m=p).push.apply(m,h(l(r.slice(0,y))));var w={oldStart:u,oldLines:b-u+y,newStart:f,newLines:g-f+y,lines:p};if(e>=s.length-2&&r.length<=a.context){var x=/\n$/.test(t),N=/\n$/.test(i),C=0==r.length&&p.length>w.oldLines;!x&&C&&t.length>0&&p.splice(w.oldLines,0,"\"),(x||C)&&N||p.push("\")}c.push(w),u=0,f=0,p=[]}b+=r.length,g+=r.length}},m=0;m<s.length;m++)v(m);return{oldFileName:e,newFileName:n,oldHeader:r,newHeader:o,hunks:c}}(e,n,t,i,r,o,a))}(e,e,n,t,i,r,o)}w.tokenize=function(e){return e.slice()},w.join=w.removeEmpty=function(e){return e},function(e){e.INSERT="insert",e.DELETE="delete",e.CONTEXT="context"}(y||(y={}));var N=RegExp("["+["-","[","]","/","{","}","(",")","*","+","?",".","\\","^","$","|"].join("\\")+"]","g");function C(e){return e?e.replace(/\\/g,"/"):e}var T=function(e,n,t){if(t||2===arguments.length)for(var i,r=0,o=n.length;r<o;r++)!i&&r in n||(i||(i=Array.prototype.slice.call(n,0,r)),i[r]=n[r]);return e.concat(i||Array.prototype.slice.call(n))};function E(e,n){var t=e.split(".");return t.length>1?t[t.length-1]:n}function S(e,n){return n.reduce((function(n,t){return n||e.startsWith(t)}),!1)}var L=["a/","b/","i/","w/","c/","o/"];function k(e,n,t){var i=void 0!==t?T(T([],L,!0),[t],!1):L,r=((n?new RegExp("^".concat(n.replace(N,"\\$&"),' "?(.+?)"?$')):new RegExp('^"?(.+?)"?$')).exec(e)||[])[1],o=void 0===r?"":r,a=i.find((function(e){return 0===o.indexOf(e)}));return(a?o.slice(a.length):o).replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/,"")}function H(){}function j(e,n,t,i,r){for(var o=0,a=n.length,s=0,l=0;o<a;o++){var c=n[o];if(c.removed){if(c.value=e.join(i.slice(l,l+c.count)),l+=c.count,o&&n[o-1].added){var u=n[o-1];n[o-1]=n[o],n[o]=u}}else{if(!c.added&&r){var f=t.slice(s,s+c.count);f=f.map((function(e,n){var t=i[l+n];return t.length>e.length?t:e})),c.value=e.join(f)}else c.value=e.join(t.slice(s,s+c.count));s+=c.count,c.added||(l+=c.count)}}var d=n[a-1];return a>1&&"string"==typeof d.value&&(d.added||d.removed)&&e.equals("",d.value)&&(n[a-2].value+=d.value,n.pop()),n}function I(e){return{newPos:e.newPos,components:e.components.slice(0)}}H.prototype={diff:function(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t.callback;"function"==typeof t&&(i=t,t={}),this.options=t;var r=this;function o(e){return i?(setTimeout((function(){i(void 0,e)}),0),!0):e}e=this.castInput(e),n=this.castInput(n),e=this.removeEmpty(this.tokenize(e));var a=(n=this.removeEmpty(this.tokenize(n))).length,s=e.length,l=1,c=a+s,u=[{newPos:-1,components:[]}],f=this.extractCommon(u[0],n,e,0);if(u[0].newPos+1>=a&&f+1>=s)return o([{value:this.join(n),count:n.length}]);function d(){for(var t=-1*l;t<=l;t+=2){var i=void 0,c=u[t-1],f=u[t+1],d=(f?f.newPos:0)-t;c&&(u[t-1]=void 0);var p=c&&c.newPos+1<a,h=f&&0<=d&&d<s;if(p||h){if(!p||h&&c.newPos<f.newPos?(i=I(f),r.pushComponent(i.components,void 0,!0)):((i=c).newPos++,r.pushComponent(i.components,!0,void 0)),d=r.extractCommon(i,n,e,t),i.newPos+1>=a&&d+1>=s)return o(j(r,i.components,n,e,r.useLongestToken));u[t]=i}else u[t]=void 0}l++}if(i)!function e(){setTimeout((function(){if(l>c)return i();d()||e()}),0)}();else for(;l<=c;){var p=d();if(p)return p}},pushComponent:function(e,n,t){var i=e[e.length-1];i&&i.added===n&&i.removed===t?e[e.length-1]={count:i.count+1,added:n,removed:t}:e.push({count:1,added:n,removed:t})},extractCommon:function(e,n,t,i){for(var r=n.length,o=t.length,a=e.newPos,s=a-i,l=0;a+1<r&&s+1<o&&this.equals(n[a+1],t[s+1]);)a++,s++,l++;return l&&e.components.push({count:l}),e.newPos=a,s},equals:function(e,n){return this.options.comparator?this.options.comparator(e,n):e===n||this.options.ignoreCase&&e.toLowerCase()===n.toLowerCase()},removeEmpty:function(e){for(var n=[],t=0;t<e.length;t++)e[t]&&n.push(e[t]);return n},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}};var O=new H,A=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,P=/\S/,M=new H;M.equals=function(e,n){return this.options.ignoreCase&&(e=e.toLowerCase(),n=n.toLowerCase()),e===n||this.options.ignoreWhitespace&&!P.test(e)&&!P.test(n)},M.tokenize=function(e){for(var n=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),t=0;t<n.length-1;t++)!n[t+1]&&n[t+2]&&A.test(n[t])&&A.test(n[t+2])&&(n[t]+=n[t+2],n.splice(t+1,2),t--);return n};var z=new H;function F(e){return F="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},F(e)}z.tokenize=function(e){var n=[],t=e.split(/(\n|\r\n)/);t[t.length-1]||t.pop();for(var i=0;i<t.length;i++){var r=t[i];i%2&&!this.options.newlineIsToken?n[n.length-1]+=r:(this.options.ignoreWhitespace&&(r=r.trim()),n.push(r))}return n},(new H).tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},(new H).tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var D=Object.prototype.toString,W=new H;function R(e,n,t,i,r){var o,a;for(n=n||[],t=t||[],i&&(e=i(r,e)),o=0;o<n.length;o+=1)if(n[o]===e)return t[o];if("[object Array]"===D.call(e)){for(n.push(e),a=new Array(e.length),t.push(a),o=0;o<e.length;o+=1)a[o]=R(e[o],n,t,i,r);return n.pop(),t.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===F(e)&&null!==e){n.push(e),a={},t.push(a);var s,l=[];for(s in e)e.hasOwnProperty(s)&&l.push(s);for(l.sort(),o=0;o<l.length;o+=1)a[s=l[o]]=R(e[s],n,t,i,s);n.pop(),t.pop()}else a=e;return a}W.useLongestToken=!0,W.tokenize=z.tokenize,W.castInput=function(e){var n=this.options,t=n.undefinedReplacement,i=n.stringifyReplacer,r=void 0===i?function(e,n){return void 0===n?t:n}:i;return"string"==typeof e?e:JSON.stringify(R(e,null,null,r),r," ")},W.equals=function(e,n){return H.prototype.equals.call(W,e.replace(/,([\r\n])/g,"$1"),n.replace(/,([\r\n])/g,"$1"))};var B=new H;function q(e){return function(n,t){var i=e(n).trim(),r=e(t).trim();return function(e,n){if(0===e.length)return n.length;if(0===n.length)return e.length;var t,i,r=[];for(t=0;t<=n.length;t++)r[t]=[t];for(i=0;i<=e.length;i++)r[0][i]=i;for(t=1;t<=n.length;t++)for(i=1;i<=e.length;i++)n.charAt(t-1)===e.charAt(i-1)?r[t][i]=r[t-1][i-1]:r[t][i]=Math.min(r[t-1][i-1]+1,Math.min(r[t][i-1]+1,r[t-1][i]+1));return r[n.length][e.length]}(i,r)/(i.length+r.length)}}function $(e){return function n(t,i,r,o){void 0===r&&(r=0),void 0===o&&(o=new Map);var a=function(n,t,i){void 0===i&&(i=new Map);for(var r,o=1/0,a=0;a<n.length;++a)for(var s=0;s<t.length;++s){var l=JSON.stringify([n[a],t[s]]),c=void 0;i.has(l)&&(c=i.get(l))||(c=e(n[a],t[s]),i.set(l,c)),c<o&&(r={indexA:a,indexB:s,score:o=c})}return r}(t,i,o);if(!a||t.length+i.length<3)return[[t,i]];var s=t.slice(0,a.indexA),l=i.slice(0,a.indexB),c=[t[a.indexA]],u=[i[a.indexB]],f=a.indexA+1,d=a.indexB+1,p=t.slice(f),h=i.slice(d),b=n(s,l,r+1,o),g=n(c,u,r+1,o),v=n(p,h,r+1,o),m=g;return(a.indexA>0||a.indexB>0)&&(m=b.concat(m)),(t.length>f||i.length>d)&&(m=m.concat(v)),m}}B.tokenize=function(e){return e.slice()},B.join=B.removeEmpty=function(e){return e};var U=function(){return U=Object.assign||function(e){for(var n,t=1,i=arguments.length;t<i;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},U.apply(this,arguments)},V={INSERTS:"d2h-ins",DELETES:"d2h-del",CONTEXT:"d2h-cntx",INFO:"d2h-info",INSERT_CHANGES:"d2h-ins d2h-change",DELETE_CHANGES:"d2h-del d2h-change"},_={matching:"none",matchWordsThreshold:.25,maxLineLengthHighlight:1e4,diffStyle:"word"},G="/",X=q((function(e){return e.value})),J=$(X);function K(e){return-1!==e.indexOf("dev/null")}function Z(e){return e.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g,"")}function Q(e){switch(e){case y.CONTEXT:return V.CONTEXT;case y.INSERT:return V.INSERTS;case y.DELETE:return V.DELETES}}function Y(e){return e.slice(0).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}function ee(e,n,t){void 0===t&&(t=!0);var i=function(e){return e?2:1}(n);return{prefix:e.substring(0,i),content:t?Y(e.substring(i)):e.substring(i)}}function ne(e){var n=C(e.oldName),t=C(e.newName);if(n===t||K(n)||K(t))return K(t)?n:t;for(var i=[],r=[],o=n.split(G),a=t.split(G),s=0,l=o.length-1,c=a.length-1;s<l&&s<c&&o[s]===a[s];)i.push(a[s]),s+=1;for(;l>s&&c>s&&o[l]===a[c];)r.unshift(a[c]),l-=1,c-=1;var u=i.join(G),f=r.join(G),d=o.slice(s,l+1).join(G),p=a.slice(s,c+1).join(G);return u.length&&f.length?u+G+"{"+d+" → "+p+"}"+G+f:u.length?u+G+"{"+d+" → "+p+"}":f.length?"{"+d+" → "+p+"}"+G+f:n+" → "+t}function te(e){return"d2h-".concat(function(e){var n,t,i=0;for(n=0,t=e.length;n<t;n++)i=(i<<5)-i+e.charCodeAt(n),i|=0;return i}(ne(e)).toString().slice(-6))}function ie(e){var n="file-changed";return e.isRename||e.isCopy?n="file-renamed":e.isNew?n="file-added":e.isDeleted?n="file-deleted":e.newName!==e.oldName&&(n="file-renamed"),n}function re(e,n,t,i){void 0===i&&(i={});var r=U(U({},_),i),o=r.matching,a=r.maxLineLengthHighlight,s=r.matchWordsThreshold,l=r.diffStyle,c=ee(e,t,!1),u=ee(n,t,!1);if(c.content.length>a||u.content.length>a)return{oldLine:{prefix:c.prefix,content:Y(c.content)},newLine:{prefix:u.prefix,content:Y(u.content)}};var f,d,p="char"===l?(f=c.content,d=u.content,O.diff(f,d,undefined)):function(e,n,t){return M.diff(e,n,void 0)}(c.content,u.content),h=[];if("word"===l&&"words"===o){var b=p.filter((function(e){return e.removed})),g=p.filter((function(e){return e.added}));J(g,b).forEach((function(e){1===e[0].length&&1===e[1].length&&X(e[0][0],e[1][0])<s&&(h.push(e[0][0]),h.push(e[1][0]))}))}var v,m=p.reduce((function(e,n){var t=n.added?"ins":n.removed?"del":null,i=h.indexOf(n)>-1?' class="d2h-change"':"",r=Y(n.value);return null!==t?"".concat(e,"<").concat(t).concat(i,">").concat(r,"</").concat(t,">"):"".concat(e).concat(r)}),"");return{oldLine:{prefix:c.prefix,content:(v=m,v.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g,""))},newLine:{prefix:u.prefix,content:Z(m)}}}var oe="file-summary",ae=function(){return ae=Object.assign||function(e){for(var n,t=1,i=arguments.length;t<i;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},ae.apply(this,arguments)},se=ae(ae({},_),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),le="generic",ce="line-by-line",ue=function(){function e(e,n){void 0===n&&(n={}),this.hoganUtils=e,this.config=ae(ae({},se),n)}return e.prototype.render=function(e){var n=this,t=e.map((function(e){var t;return t=e.blocks.length?n.generateFileHtml(e):n.generateEmptyDiff(),n.makeFileDiffHtml(e,t)})).join("\n");return this.hoganUtils.render(le,"wrapper",{content:t})},e.prototype.makeFileDiffHtml=function(e,n){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&0===e.blocks.length)return"";var t=this.hoganUtils.template(ce,"file-diff"),i=this.hoganUtils.template(le,"file-path"),r=this.hoganUtils.template("icon","file"),o=this.hoganUtils.template("tag",ie(e));return t.render({file:e,fileHtmlId:te(e),diffs:n,filePath:i.render({fileDiffName:ne(e)},{fileIcon:r,fileTag:o})})},e.prototype.generateEmptyDiff=function(){return this.hoganUtils.render(le,"empty-diff",{contentClass:"d2h-code-line",CSSLineClass:V})},e.prototype.generateFileHtml=function(e){var n=this,t=$(q((function(n){return ee(n.content,e.isCombined).content})));return e.blocks.map((function(i){var r=n.hoganUtils.render(le,"block-header",{CSSLineClass:V,blockHeader:e.isTooBig?i.header:Y(i.header),lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line"});return n.applyLineGroupping(i).forEach((function(i){var o=i[0],a=i[1],s=i[2];if(a.length&&s.length&&!o.length)n.applyRematchMatching(a,s,t).map((function(t){var i=t[0],o=t[1],a=n.processChangedLines(e.isCombined,i,o),s=a.left,l=a.right;r+=s,r+=l}));else if(o.length)o.forEach((function(t){var i=ee(t.content,e.isCombined),o=i.prefix,a=i.content;r+=n.generateSingleLineHtml({type:V.CONTEXT,prefix:o,content:a,oldNumber:t.oldNumber,newNumber:t.newNumber})}));else if(a.length||s.length){var l=n.processChangedLines(e.isCombined,a,s),c=l.left,u=l.right;r+=c,r+=u}else console.error("Unknown state reached while processing groups of lines",o,a,s)})),r})).join("\n")},e.prototype.applyLineGroupping=function(e){for(var n=[],t=[],i=[],r=0;r<e.lines.length;r++){var o=e.lines[r];(o.type!==y.INSERT&&i.length||o.type===y.CONTEXT&&t.length>0)&&(n.push([[],t,i]),t=[],i=[]),o.type===y.CONTEXT?n.push([[o],[],[]]):o.type===y.INSERT&&0===t.length?n.push([[],[],[o]]):o.type===y.INSERT&&t.length>0?i.push(o):o.type===y.DELETE&&t.push(o)}return(t.length||i.length)&&(n.push([[],t,i]),t=[],i=[]),n},e.prototype.applyRematchMatching=function(e,n,t){var i=e.length*n.length,r=Math.max.apply(null,[0].concat(e.concat(n).map((function(e){return e.content.length}))));return i<this.config.matchingMaxComparisons&&r<this.config.maxLineSizeInBlockForComparison&&("lines"===this.config.matching||"words"===this.config.matching)?t(e,n):[[e,n]]},e.prototype.processChangedLines=function(e,n,t){for(var i={right:"",left:""},r=Math.max(n.length,t.length),o=0;o<r;o++){var a=n[o],s=t[o],l=void 0!==a&&void 0!==s?re(a.content,s.content,e,this.config):void 0,c=void 0!==a&&void 0!==a.oldNumber?ae(ae({},void 0!==l?{prefix:l.oldLine.prefix,content:l.oldLine.content,type:V.DELETE_CHANGES}:ae(ae({},ee(a.content,e)),{type:Q(a.type)})),{oldNumber:a.oldNumber,newNumber:a.newNumber}):void 0,u=void 0!==s&&void 0!==s.newNumber?ae(ae({},void 0!==l?{prefix:l.newLine.prefix,content:l.newLine.content,type:V.INSERT_CHANGES}:ae(ae({},ee(s.content,e)),{type:Q(s.type)})),{oldNumber:s.oldNumber,newNumber:s.newNumber}):void 0,f=this.generateLineHtml(c,u),d=f.left,p=f.right;i.left+=d,i.right+=p}return i},e.prototype.generateLineHtml=function(e,n){return{left:this.generateSingleLineHtml(e),right:this.generateSingleLineHtml(n)}},e.prototype.generateSingleLineHtml=function(e){if(void 0===e)return"";var n=this.hoganUtils.render(ce,"numbers",{oldNumber:e.oldNumber||"",newNumber:e.newNumber||""});return this.hoganUtils.render(le,"line",{type:e.type,lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line",prefix:" "===e.prefix?" ":e.prefix,content:e.content,lineNumber:n})},e}();const fe=ue;var de=function(){return de=Object.assign||function(e){for(var n,t=1,i=arguments.length;t<i;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},de.apply(this,arguments)},pe=de(de({},_),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),he="generic",be=function(){function e(e,n){void 0===n&&(n={}),this.hoganUtils=e,this.config=de(de({},pe),n)}return e.prototype.render=function(e){var n=this,t=e.map((function(e){var t;return t=e.blocks.length?n.generateFileHtml(e):n.generateEmptyDiff(),n.makeFileDiffHtml(e,t)})).join("\n");return this.hoganUtils.render(he,"wrapper",{content:t})},e.prototype.makeFileDiffHtml=function(e,n){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&0===e.blocks.length)return"";var t=this.hoganUtils.template("side-by-side","file-diff"),i=this.hoganUtils.template(he,"file-path"),r=this.hoganUtils.template("icon","file"),o=this.hoganUtils.template("tag",ie(e));return t.render({file:e,fileHtmlId:te(e),diffs:n,filePath:i.render({fileDiffName:ne(e)},{fileIcon:r,fileTag:o})})},e.prototype.generateEmptyDiff=function(){return{right:"",left:this.hoganUtils.render(he,"empty-diff",{contentClass:"d2h-code-side-line",CSSLineClass:V})}},e.prototype.generateFileHtml=function(e){var n=this,t=$(q((function(n){return ee(n.content,e.isCombined).content})));return e.blocks.map((function(i){var r={left:n.makeHeaderHtml(i.header,e),right:n.makeHeaderHtml("")};return n.applyLineGroupping(i).forEach((function(i){var o=i[0],a=i[1],s=i[2];if(a.length&&s.length&&!o.length)n.applyRematchMatching(a,s,t).map((function(t){var i=t[0],o=t[1],a=n.processChangedLines(e.isCombined,i,o),s=a.left,l=a.right;r.left+=s,r.right+=l}));else if(o.length)o.forEach((function(t){var i=ee(t.content,e.isCombined),o=i.prefix,a=i.content,s=n.generateLineHtml({type:V.CONTEXT,prefix:o,content:a,number:t.oldNumber},{type:V.CONTEXT,prefix:o,content:a,number:t.newNumber}),l=s.left,c=s.right;r.left+=l,r.right+=c}));else if(a.length||s.length){var l=n.processChangedLines(e.isCombined,a,s),c=l.left,u=l.right;r.left+=c,r.right+=u}else console.error("Unknown state reached while processing groups of lines",o,a,s)})),r})).reduce((function(e,n){return{left:e.left+n.left,right:e.right+n.right}}),{left:"",right:""})},e.prototype.applyLineGroupping=function(e){for(var n=[],t=[],i=[],r=0;r<e.lines.length;r++){var o=e.lines[r];(o.type!==y.INSERT&&i.length||o.type===y.CONTEXT&&t.length>0)&&(n.push([[],t,i]),t=[],i=[]),o.type===y.CONTEXT?n.push([[o],[],[]]):o.type===y.INSERT&&0===t.length?n.push([[],[],[o]]):o.type===y.INSERT&&t.length>0?i.push(o):o.type===y.DELETE&&t.push(o)}return(t.length||i.length)&&(n.push([[],t,i]),t=[],i=[]),n},e.prototype.applyRematchMatching=function(e,n,t){var i=e.length*n.length,r=Math.max.apply(null,[0].concat(e.concat(n).map((function(e){return e.content.length}))));return i<this.config.matchingMaxComparisons&&r<this.config.maxLineSizeInBlockForComparison&&("lines"===this.config.matching||"words"===this.config.matching)?t(e,n):[[e,n]]},e.prototype.makeHeaderHtml=function(e,n){return this.hoganUtils.render(he,"block-header",{CSSLineClass:V,blockHeader:(null==n?void 0:n.isTooBig)?e:Y(e),lineClass:"d2h-code-side-linenumber",contentClass:"d2h-code-side-line"})},e.prototype.processChangedLines=function(e,n,t){for(var i={right:"",left:""},r=Math.max(n.length,t.length),o=0;o<r;o++){var a=n[o],s=t[o],l=void 0!==a&&void 0!==s?re(a.content,s.content,e,this.config):void 0,c=void 0!==a&&void 0!==a.oldNumber?de(de({},void 0!==l?{prefix:l.oldLine.prefix,content:l.oldLine.content,type:V.DELETE_CHANGES}:de(de({},ee(a.content,e)),{type:Q(a.type)})),{number:a.oldNumber}):void 0,u=void 0!==s&&void 0!==s.newNumber?de(de({},void 0!==l?{prefix:l.newLine.prefix,content:l.newLine.content,type:V.INSERT_CHANGES}:de(de({},ee(s.content,e)),{type:Q(s.type)})),{number:s.newNumber}):void 0,f=this.generateLineHtml(c,u),d=f.left,p=f.right;i.left+=d,i.right+=p}return i},e.prototype.generateLineHtml=function(e,n){return{left:this.generateSingleHtml(e),right:this.generateSingleHtml(n)}},e.prototype.generateSingleHtml=function(e){var n="d2h-code-side-linenumber",t="d2h-code-side-line";return this.hoganUtils.render(he,"line",{type:(null==e?void 0:e.type)||"".concat(V.CONTEXT," d2h-emptyplaceholder"),lineClass:void 0!==e?n:"".concat(n," d2h-code-side-emptyplaceholder"),contentClass:void 0!==e?t:"".concat(t," d2h-code-side-emptyplaceholder"),prefix:" "===(null==e?void 0:e.prefix)?" ":null==e?void 0:e.prefix,content:null==e?void 0:e.content,lineNumber:null==e?void 0:e.number})},e}();const ge=be;var ve=a(112),me={};me["file-summary-line"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<li class="d2h-file-list-line">'),i.b("\n"+t),i.b(' <span class="d2h-file-name-wrapper">'),i.b("\n"+t),i.b(i.rp("<fileIcon0",e,n," ")),i.b(' <a href="#'),i.b(i.v(i.f("fileHtmlId",e,n,0))),i.b('" class="d2h-file-name">'),i.b(i.v(i.f("fileName",e,n,0))),i.b("</a>"),i.b("\n"+t),i.b(' <span class="d2h-file-stats">'),i.b("\n"+t),i.b(' <span class="d2h-lines-added">'),i.b(i.v(i.f("addedLines",e,n,0))),i.b("</span>"),i.b("\n"+t),i.b(' <span class="d2h-lines-deleted">'),i.b(i.v(i.f("deletedLines",e,n,0))),i.b("</span>"),i.b("\n"+t),i.b(" </span>"),i.b("\n"+t),i.b(" </span>"),i.b("\n"+t),i.b("</li>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}}},subs:{}}),me["file-summary-wrapper"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div class="d2h-file-list-wrapper">'),i.b("\n"+t),i.b(' <div class="d2h-file-list-header">'),i.b("\n"+t),i.b(' <span class="d2h-file-list-title">Files changed ('),i.b(i.v(i.f("filesNumber",e,n,0))),i.b(")</span>"),i.b("\n"+t),i.b(' <a class="d2h-file-switch d2h-hide">hide</a>'),i.b("\n"+t),i.b(' <a class="d2h-file-switch d2h-show">show</a>'),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <ol class="d2h-file-list">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("files",e,n,0))),i.b("\n"+t),i.b(" </ol>"),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),me["generic-block-header"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b("<tr>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.f("lineClass",e,n,0))),i.b(" "),i.b(i.v(i.d("CSSLineClass.INFO",e,n,0))),i.b('"></td>'),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,n,0))),i.b('">'),i.b(i.t(i.f("blockHeader",e,n,0))),i.b("</div>"),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b("</tr>"),i.fl()},partials:{},subs:{}}),me["generic-empty-diff"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b("<tr>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,n,0))),i.b('">'),i.b("\n"+t),i.b(" File without changes"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b("</tr>"),i.fl()},partials:{},subs:{}}),me["generic-file-path"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-file-name-wrapper">'),i.b("\n"+t),i.b(i.rp("<fileIcon0",e,n," ")),i.b(' <span class="d2h-file-name">'),i.b(i.v(i.f("fileDiffName",e,n,0))),i.b("</span>"),i.b("\n"+t),i.b(i.rp("<fileTag1",e,n," ")),i.b("</span>"),i.b("\n"+t),i.b('<label class="d2h-file-collapse">'),i.b("\n"+t),i.b(' <input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed">'),i.b("\n"+t),i.b(" Viewed"),i.b("\n"+t),i.b("</label>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}},"<fileTag1":{name:"fileTag",partials:{},subs:{}}},subs:{}}),me["generic-line"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b("<tr>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.f("lineClass",e,n,0))),i.b(" "),i.b(i.v(i.f("type",e,n,0))),i.b('">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("lineNumber",e,n,0))),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.f("type",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,n,0))),i.b('">'),i.b("\n"+t),i.s(i.f("prefix",e,n,1),e,n,0,162,238,"{{ }}")&&(i.rs(e,n,(function(e,n,i){i.b(' <span class="d2h-code-line-prefix">'),i.b(i.t(i.f("prefix",e,n,0))),i.b("</span>"),i.b("\n"+t)})),e.pop()),i.s(i.f("prefix",e,n,1),e,n,1,0,0,"")||(i.b(' <span class="d2h-code-line-prefix"> </span>'),i.b("\n"+t)),i.s(i.f("content",e,n,1),e,n,0,371,445,"{{ }}")&&(i.rs(e,n,(function(e,n,i){i.b(' <span class="d2h-code-line-ctn">'),i.b(i.t(i.f("content",e,n,0))),i.b("</span>"),i.b("\n"+t)})),e.pop()),i.s(i.f("content",e,n,1),e,n,1,0,0,"")||(i.b(' <span class="d2h-code-line-ctn"><br></span>'),i.b("\n"+t)),i.b(" </div>"),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b("</tr>"),i.fl()},partials:{},subs:{}}),me["generic-wrapper"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div class="d2h-wrapper">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("content",e,n,0))),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),me["icon-file-added"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-added" height="16" title="added" version="1.1" viewBox="0 0 14 16"'),i.b("\n"+t),i.b(' width="14">'),i.b("\n"+t),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),me["icon-file-changed"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-changed" height="16" title="modified" version="1.1"'),i.b("\n"+t),i.b(' viewBox="0 0 14 16" width="14">'),i.b("\n"+t),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),me["icon-file-deleted"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-deleted" height="16" title="removed" version="1.1"'),i.b("\n"+t),i.b(' viewBox="0 0 14 16" width="14">'),i.b("\n"+t),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM11 9H3V7h8v2z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),me["icon-file-renamed"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-moved" height="16" title="renamed" version="1.1"'),i.b("\n"+t),i.b(' viewBox="0 0 14 16" width="14">'),i.b("\n"+t),i.b(' <path d="M6 9H3V7h3V4l5 4-5 4V9z m8-7v12c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h12c0.55 0 1 0.45 1 1z m-1 0H1v12h12V2z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),me["icon-file"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">'),i.b("\n"+t),i.b(' <path d="M6 5H2v-1h4v1zM2 8h7v-1H2v1z m0 2h7v-1H2v1z m0 2h7v-1H2v1z m10-7.5v9.5c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h7.5l3.5 3.5z m-1 0.5L8 2H1v12h10V5z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),me["line-by-line-file-diff"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div id="'),i.b(i.v(i.f("fileHtmlId",e,n,0))),i.b('" class="d2h-file-wrapper" data-lang="'),i.b(i.v(i.d("file.language",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="d2h-file-header">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("filePath",e,n,0))),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <div class="d2h-file-diff">'),i.b("\n"+t),i.b(' <div class="d2h-code-wrapper">'),i.b("\n"+t),i.b(' <table class="d2h-diff-table">'),i.b("\n"+t),i.b(' <tbody class="d2h-diff-tbody">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("diffs",e,n,0))),i.b("\n"+t),i.b(" </tbody>"),i.b("\n"+t),i.b(" </table>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),me["line-by-line-numbers"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div class="line-num1">'),i.b(i.v(i.f("oldNumber",e,n,0))),i.b("</div>"),i.b("\n"+t),i.b('<div class="line-num2">'),i.b(i.v(i.f("newNumber",e,n,0))),i.b("</div>"),i.fl()},partials:{},subs:{}}),me["side-by-side-file-diff"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div id="'),i.b(i.v(i.f("fileHtmlId",e,n,0))),i.b('" class="d2h-file-wrapper" data-lang="'),i.b(i.v(i.d("file.language",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="d2h-file-header">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("filePath",e,n,0))),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <div class="d2h-files-diff">'),i.b("\n"+t),i.b(' <div class="d2h-file-side-diff">'),i.b("\n"+t),i.b(' <div class="d2h-code-wrapper">'),i.b("\n"+t),i.b(' <table class="d2h-diff-table">'),i.b("\n"+t),i.b(' <tbody class="d2h-diff-tbody">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.d("diffs.left",e,n,0))),i.b("\n"+t),i.b(" </tbody>"),i.b("\n"+t),i.b(" </table>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <div class="d2h-file-side-diff">'),i.b("\n"+t),i.b(' <div class="d2h-code-wrapper">'),i.b("\n"+t),i.b(' <table class="d2h-diff-table">'),i.b("\n"+t),i.b(' <tbody class="d2h-diff-tbody">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.d("diffs.right",e,n,0))),i.b("\n"+t),i.b(" </tbody>"),i.b("\n"+t),i.b(" </table>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),me["tag-file-added"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-added d2h-added-tag">ADDED</span>'),i.fl()},partials:{},subs:{}}),me["tag-file-changed"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-changed d2h-changed-tag">CHANGED</span>'),i.fl()},partials:{},subs:{}}),me["tag-file-deleted"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-deleted d2h-deleted-tag">DELETED</span>'),i.fl()},partials:{},subs:{}}),me["tag-file-renamed"]=new ve.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-moved d2h-moved-tag">RENAMED</span>'),i.fl()},partials:{},subs:{}});var ye=function(){return ye=Object.assign||function(e){for(var n,t=1,i=arguments.length;t<i;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},ye.apply(this,arguments)};const we=function(){function e(e){var n=e.compiledTemplates,t=void 0===n?{}:n,i=e.rawTemplates,r=void 0===i?{}:i,o=Object.entries(r).reduce((function(e,n){var t,i=n[0],r=n[1],o=ve.compile(r,{asString:!1});return ye(ye({},e),((t={})[i]=o,t))}),{});this.preCompiledTemplates=ye(ye(ye({},me),t),o)}return e.compile=function(e){return ve.compile(e,{asString:!1})},e.prototype.render=function(e,n,t,i,r){var o=this.templateKey(e,n);try{return this.preCompiledTemplates[o].render(t,i,r)}catch(e){throw new Error("Could not find template to render '".concat(o,"'"))}},e.prototype.template=function(e,n){return this.preCompiledTemplates[this.templateKey(e,n)]},e.prototype.templateKey=function(e,n){return"".concat(e,"-").concat(n)},e}();var xe=function(){return xe=Object.assign||function(e){for(var n,t=1,i=arguments.length;t<i;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},xe.apply(this,arguments)},Ne=xe(xe(xe({},se),pe),{outputFormat:"line-by-line",drawFileList:!0});function Ce(e,n){void 0===n&&(n={});var t=xe(xe({},Ne),n),i="string"==typeof e?function(e,n){void 0===n&&(n={});var t=[],i=null,r=null,o=null,a=null,s=null,l=null,c=null,u="--- ",f="+++ ",d="@@",p=/^old mode (\d{6})/,h=/^new mode (\d{6})/,b=/^deleted file mode (\d{6})/,g=/^new file mode (\d{6})/,v=/^copy from "?(.+)"?/,m=/^copy to "?(.+)"?/,w=/^rename from "?(.+)"?/,x=/^rename to "?(.+)"?/,N=/^similarity index (\d+)%/,C=/^dissimilarity index (\d+)%/,T=/^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,L=/^Binary files (.*) and (.*) differ/,H=/^GIT binary patch/,j=/^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,I=/^mode (\d{6}),(\d{6})\.\.(\d{6})/,O=/^new file mode (\d{6})/,A=/^deleted file mode (\d{6}),(\d{6})/,P=e.replace(/\/g,"").replace(/\r\n?/g,"\n").split("\n");function M(){null!==r&&null!==i&&(i.blocks.push(r),r=null)}function z(){null!==i&&(i.oldName||null===l||(i.oldName=l),i.newName||null===c||(i.newName=c),i.newName&&(t.push(i),i=null)),l=null,c=null}function F(){M(),z(),i={blocks:[],deletedLines:0,addedLines:0}}function D(e){var n;M(),null!==i&&((n=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(e))?(i.isCombined=!1,o=parseInt(n[1],10),s=parseInt(n[2],10)):(n=/^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(e))?(i.isCombined=!0,o=parseInt(n[1],10),a=parseInt(n[2],10),s=parseInt(n[3],10)):(e.startsWith(d)&&console.error("Failed to parse lines, starting in 0!"),o=0,s=0,i.isCombined=!1)),r={lines:[],oldStartLine:o,oldStartLine2:a,newStartLine:s,header:e}}return P.forEach((function(e,a){if(e&&!e.startsWith("*")){var M,z=P[a-1],W=P[a+1],R=P[a+2];if(e.startsWith("diff")){if(F(),(M=/^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/.exec(e))&&(l=k(M[1],void 0,n.dstPrefix),c=k(M[2],void 0,n.srcPrefix)),null===i)throw new Error("Where is my file !!!");i.isGitDiff=!0}else if((!i||!i.isGitDiff&&i&&e.startsWith(u)&&W.startsWith(f)&&R.startsWith(d))&&F(),!(null==i?void 0:i.isTooBig)){if(i&&("number"==typeof n.diffMaxChanges&&i.addedLines+i.deletedLines>n.diffMaxChanges||"number"==typeof n.diffMaxLineLength&&e.length>n.diffMaxLineLength))return i.isTooBig=!0,i.addedLines=0,i.deletedLines=0,i.blocks=[],r=null,void D("function"==typeof n.diffTooBigMessage?n.diffTooBigMessage(t.length):"Diff too big to be displayed");if(e.startsWith(u)&&W.startsWith(f)||e.startsWith(f)&&z.startsWith(u)){if(i&&!i.oldName&&e.startsWith("--- ")&&(M=function(e,n){return k(e,"---",n)}(e,n.srcPrefix)))return i.oldName=M,void(i.language=E(i.oldName,i.language));if(i&&!i.newName&&e.startsWith("+++ ")&&(M=function(e,n){return k(e,"+++",n)}(e,n.dstPrefix)))return i.newName=M,void(i.language=E(i.newName,i.language))}if(i&&(e.startsWith(d)||i.isGitDiff&&i.oldName&&i.newName&&!r))D(e);else if(r&&(e.startsWith("+")||e.startsWith("-")||e.startsWith(" ")))!function(e){if(null!==i&&null!==r&&null!==o&&null!==s){var n={content:e},t=i.isCombined?["+ "," +","++"]:["+"],a=i.isCombined?["- "," -","--"]:["-"];S(e,t)?(i.addedLines++,n.type=y.INSERT,n.oldNumber=void 0,n.newNumber=s++):S(e,a)?(i.deletedLines++,n.type=y.DELETE,n.oldNumber=o++,n.newNumber=void 0):(n.type=y.CONTEXT,n.oldNumber=o++,n.newNumber=s++),r.lines.push(n)}}(e);else{var B=!function(e,n){for(var t=n;t<P.length-3;){if(e.startsWith("diff"))return!1;if(P[t].startsWith(u)&&P[t+1].startsWith(f)&&P[t+2].startsWith(d))return!0;t++}return!1}(e,a);if(null===i)throw new Error("Where is my file !!!");(M=p.exec(e))?i.oldMode=M[1]:(M=h.exec(e))?i.newMode=M[1]:(M=b.exec(e))?(i.deletedFileMode=M[1],i.isDeleted=!0):(M=g.exec(e))?(i.newFileMode=M[1],i.isNew=!0):(M=v.exec(e))?(B&&(i.oldName=M[1]),i.isCopy=!0):(M=m.exec(e))?(B&&(i.newName=M[1]),i.isCopy=!0):(M=w.exec(e))?(B&&(i.oldName=M[1]),i.isRename=!0):(M=x.exec(e))?(B&&(i.newName=M[1]),i.isRename=!0):(M=L.exec(e))?(i.isBinary=!0,i.oldName=k(M[1],void 0,n.srcPrefix),i.newName=k(M[2],void 0,n.dstPrefix),D("Binary file")):H.test(e)?(i.isBinary=!0,D(e)):(M=N.exec(e))?i.unchangedPercentage=parseInt(M[1],10):(M=C.exec(e))?i.changedPercentage=parseInt(M[1],10):(M=T.exec(e))?(i.checksumBefore=M[1],i.checksumAfter=M[2],M[3]&&(i.mode=M[3])):(M=j.exec(e))?(i.checksumBefore=[M[2],M[3]],i.checksumAfter=M[1]):(M=I.exec(e))?(i.oldMode=[M[2],M[3]],i.newMode=M[1]):(M=O.exec(e))?(i.newFileMode=M[1],i.isNew=!0):(M=A.exec(e))&&(i.deletedFileMode=M[1],i.isDeleted=!0)}}}})),M(),z(),t}(e,t):e,r=new we(t),o=t.drawFileList?function(e,n){var t=e.map((function(e){return n.render(oe,"line",{fileHtmlId:te(e),oldName:e.oldName,newName:e.newName,fileName:ne(e),deletedLines:"-"+e.deletedLines,addedLines:"+"+e.addedLines},{fileIcon:n.template("icon",ie(e))})})).join("\n");return n.render(oe,"wrapper",{filesNumber:e.length,files:t})}(i,r):"";return o+("side-by-side"===t.outputFormat?new ge(r,t).render(i):new fe(r,t).render(i))}var Te=a(210),Ee=(0,e.stringEnum)([].concat(["side-by-side","line-by-line"])),Se=(0,e.stringEnum)([].concat(["dark","light"])),Le={oldContent:(0,Te.string)().def(""),newContent:(0,Te.string)().def(""),diffFormat:(0,Te.string)().def(Ee["line-by-line"]),diffContext:(0,Te.number)(),theme:(0,Te.string)().def("light"),language:(0,Te.string)().def("javascript"),hljs:e.PropTypes.any.isRequired};const ke=(0,i.defineComponent)({name:"BkCodeDiff",props:Le,emits:[],setup:function(n){this.$createElement;var r=(0,i.ref)(null),o=(0,i.ref)(""),a=(0,i.computed)((function(){return(0,e.classes)({dark:n.theme===Se.dark},"hljs bk-code-diff")}));function s(e,t){var a,s,l=x("",n.oldContent,n.newContent,"","",{context:e});o.value=(a=Ce(l,{drawFileList:!1,matching:"lines",outputFormat:n.diffFormat}),s=t,a.replace(/d2h-code-line-ctn/g,(function(e){return"".concat(e," lang-").concat(s)}))),(0,i.nextTick)((function(){r.value&&r.value.querySelectorAll(".lang-".concat(n.language)).forEach((function(e){n.hljs.highlightElement(e)}))}))}return(0,i.onMounted)((function(){s(n.diffContext,n.language)})),(0,i.watch)((function(){return[n.diffContext,n.language]}),(function(e){var n=t()(e,2);s(n[0],n[1])})),function(){return(0,i.createVNode)("div",{ref:r,class:a.value,innerHTML:o.value},null)}}}),He=(0,e.withInstall)(ke)})(),s})()));
|
@@ -0,0 +1,238 @@
|
|
1
|
+
@import '../styles/themes/themes.less';
|
2
|
+
@import 'diff2html/bundles/css/diff2html.min.css';
|
3
|
+
|
4
|
+
// TODO: theme var
|
5
|
+
|
6
|
+
/* stylelint-disable declaration-no-important */
|
7
|
+
.@{bk-prefix}-code-diff {
|
8
|
+
position: relative;
|
9
|
+
|
10
|
+
.d2h-file-header {
|
11
|
+
display: none;
|
12
|
+
}
|
13
|
+
|
14
|
+
.hljs {
|
15
|
+
color: #000;
|
16
|
+
background: #fff;
|
17
|
+
}
|
18
|
+
|
19
|
+
.hljs-comment,
|
20
|
+
.hljs-quote {
|
21
|
+
color: #800;
|
22
|
+
}
|
23
|
+
|
24
|
+
.hljs-keyword,
|
25
|
+
.hljs-name,
|
26
|
+
.hljs-section,
|
27
|
+
.hljs-selector-tag,
|
28
|
+
.hljs-title {
|
29
|
+
color: #008;
|
30
|
+
}
|
31
|
+
|
32
|
+
.hljs-template-variable,
|
33
|
+
.hljs-variable {
|
34
|
+
color: #660;
|
35
|
+
}
|
36
|
+
|
37
|
+
.hljs-regexp,
|
38
|
+
.hljs-selector-attr,
|
39
|
+
.hljs-selector-pseudo,
|
40
|
+
.hljs-string {
|
41
|
+
color: #080;
|
42
|
+
}
|
43
|
+
|
44
|
+
.hljs-bullet,
|
45
|
+
.hljs-link,
|
46
|
+
.hljs-literal,
|
47
|
+
.hljs-meta,
|
48
|
+
.hljs-number,
|
49
|
+
.hljs-symbol {
|
50
|
+
color: #066;
|
51
|
+
}
|
52
|
+
|
53
|
+
.hljs-attr,
|
54
|
+
.hljs-built_in,
|
55
|
+
.hljs-doctag,
|
56
|
+
.hljs-params,
|
57
|
+
.hljs-title,
|
58
|
+
.hljs-type {
|
59
|
+
color: #606;
|
60
|
+
}
|
61
|
+
|
62
|
+
.hljs-attribute,
|
63
|
+
.hljs-subst {
|
64
|
+
color: #000;
|
65
|
+
}
|
66
|
+
|
67
|
+
.hljs-formula {
|
68
|
+
font-style: italic;
|
69
|
+
background-color: #eee;
|
70
|
+
}
|
71
|
+
|
72
|
+
.hljs-selector-class,
|
73
|
+
.hljs-selector-id {
|
74
|
+
color: #9b703f;
|
75
|
+
}
|
76
|
+
|
77
|
+
.hljs-addition {
|
78
|
+
background-color: #baeeba;
|
79
|
+
}
|
80
|
+
|
81
|
+
.hljs-deletion {
|
82
|
+
background-color: #ffc8bd;
|
83
|
+
}
|
84
|
+
|
85
|
+
.hljs-doctag,
|
86
|
+
.hljs-strong {
|
87
|
+
font-weight: 700;
|
88
|
+
}
|
89
|
+
|
90
|
+
.hljs-emphasis {
|
91
|
+
font-style: italic;
|
92
|
+
}
|
93
|
+
|
94
|
+
.d2h-del {
|
95
|
+
.hljs {
|
96
|
+
background: transparent;
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
.d2h-ins {
|
101
|
+
.hljs {
|
102
|
+
background: transparent;
|
103
|
+
}
|
104
|
+
}
|
105
|
+
|
106
|
+
&.dark {
|
107
|
+
color: #abb2bf !important;
|
108
|
+
background: #282c34;
|
109
|
+
|
110
|
+
.hljs {
|
111
|
+
color: #abb2bf !important;
|
112
|
+
background: #282c34;
|
113
|
+
}
|
114
|
+
|
115
|
+
.d2h-file-side-diff {
|
116
|
+
&:nth-child(n + 2) {
|
117
|
+
.d2h-code-wrapper {
|
118
|
+
border-left-color: #313238;
|
119
|
+
}
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
pre code.hljs {
|
124
|
+
display: block;
|
125
|
+
padding: 1em;
|
126
|
+
overflow-x: auto;
|
127
|
+
}
|
128
|
+
|
129
|
+
code.hljs {
|
130
|
+
padding: 3px 5px;
|
131
|
+
}
|
132
|
+
|
133
|
+
.hljs-comment,
|
134
|
+
.hljs-quote {
|
135
|
+
font-style: italic;
|
136
|
+
color: #5c6370;
|
137
|
+
}
|
138
|
+
|
139
|
+
.hljs-doctag,
|
140
|
+
.hljs-formula,
|
141
|
+
.hljs-keyword,
|
142
|
+
.hljs-params {
|
143
|
+
color: #c678dd;
|
144
|
+
}
|
145
|
+
|
146
|
+
.hljs-deletion,
|
147
|
+
.hljs-name,
|
148
|
+
.hljs-section,
|
149
|
+
.hljs-selector-tag,
|
150
|
+
.hljs-subst {
|
151
|
+
color: #e06c75;
|
152
|
+
}
|
153
|
+
|
154
|
+
.hljs-literal {
|
155
|
+
color: #56b6c2;
|
156
|
+
}
|
157
|
+
|
158
|
+
.hljs-addition,
|
159
|
+
.hljs-attribute,
|
160
|
+
.hljs-meta .hljs-string,
|
161
|
+
.hljs-regexp,
|
162
|
+
.hljs-string {
|
163
|
+
color: #98c379;
|
164
|
+
}
|
165
|
+
|
166
|
+
.hljs-attr,
|
167
|
+
.hljs-number,
|
168
|
+
.hljs-selector-attr,
|
169
|
+
.hljs-selector-class,
|
170
|
+
.hljs-selector-pseudo,
|
171
|
+
.hljs-template-variable,
|
172
|
+
.hljs-type,
|
173
|
+
.hljs-variable {
|
174
|
+
color: #d19a66;
|
175
|
+
}
|
176
|
+
|
177
|
+
.hljs-bullet,
|
178
|
+
.hljs-link,
|
179
|
+
.hljs-meta,
|
180
|
+
.hljs-selector-id,
|
181
|
+
.hljs-symbol,
|
182
|
+
.hljs-title {
|
183
|
+
color: #61aeee;
|
184
|
+
}
|
185
|
+
|
186
|
+
.hljs-built_in,
|
187
|
+
.hljs-class .hljs-title,
|
188
|
+
.hljs-title.class_ {
|
189
|
+
color: #e6c07b;
|
190
|
+
}
|
191
|
+
|
192
|
+
.hljs-emphasis {
|
193
|
+
font-style: italic;
|
194
|
+
}
|
195
|
+
|
196
|
+
.hljs-strong {
|
197
|
+
font-weight: 700;
|
198
|
+
}
|
199
|
+
|
200
|
+
.hljs-link {
|
201
|
+
text-decoration: underline;
|
202
|
+
}
|
203
|
+
|
204
|
+
.d2h-code-linenumber,
|
205
|
+
.d2h-code-side-linenumber {
|
206
|
+
font-size: 12px;
|
207
|
+
color: #8f8f89;
|
208
|
+
background: #282c34;
|
209
|
+
border: none;
|
210
|
+
}
|
211
|
+
|
212
|
+
.d2h-info {
|
213
|
+
color: inherit;
|
214
|
+
background-color: transparent;
|
215
|
+
}
|
216
|
+
|
217
|
+
.d2h-del {
|
218
|
+
background-color: #422321 !important;
|
219
|
+
|
220
|
+
.hljs {
|
221
|
+
background: transparent;
|
222
|
+
}
|
223
|
+
}
|
224
|
+
|
225
|
+
.d2h-ins {
|
226
|
+
background: #2d3324 !important;
|
227
|
+
|
228
|
+
.hljs {
|
229
|
+
background: transparent;
|
230
|
+
}
|
231
|
+
}
|
232
|
+
|
233
|
+
.d2h-code-side-emptyplaceholder,
|
234
|
+
.d2h-emptyplaceholder {
|
235
|
+
background-color: #292929 !important;
|
236
|
+
}
|
237
|
+
}
|
238
|
+
}
|