swordpass-ui 1.0.0
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/LICENSE +21 -0
- package/README.md +37 -0
- package/lib/demo.html +10 -0
- package/lib/img/icon_found_img.c785c1b7.png +0 -0
- package/lib/sword-vue-ui.common.js +61402 -0
- package/lib/sword-vue-ui.css +1 -0
- package/lib/sword-vue-ui.umd.js +61412 -0
- package/lib/sword-vue-ui.umd.min.js +6 -0
- package/package.json +109 -0
- package/packages/AddQueryStrategy/index.js +7 -0
- package/packages/AddQueryStrategy/src/main.vue +236 -0
- package/packages/Autocomplete/index.js +7 -0
- package/packages/Autocomplete/src/main.vue +192 -0
- package/packages/Button/index.js +7 -0
- package/packages/Button/src/main.vue +90 -0
- package/packages/Cascader/index.js +7 -0
- package/packages/Cascader/src/main.vue +210 -0
- package/packages/Chart/index.js +7 -0
- package/packages/Chart/src/Chart.vue +831 -0
- package/packages/Checkbox/index.js +7 -0
- package/packages/Checkbox/src/main.vue +200 -0
- package/packages/Collapse/index.js +7 -0
- package/packages/Collapse/src/ClCollapse.vue +67 -0
- package/packages/Collapse/src/ClCollapseItem.vue +21 -0
- package/packages/CollapseItem/index.js +7 -0
- package/packages/CustomDialog/index.js +7 -0
- package/packages/CustomDialog/src/customDialog.js +99 -0
- package/packages/CustomDialog/src/main.vue +1944 -0
- package/packages/DataView/index.js +7 -0
- package/packages/DataView/src/DataView.vue +45 -0
- package/packages/Date/index.js +7 -0
- package/packages/Date/src/main.vue +180 -0
- package/packages/DatePicker/index.js +7 -0
- package/packages/DatePicker/src/main.vue +155 -0
- package/packages/Demension/index.js +7 -0
- package/packages/Demension/src/main.vue +379 -0
- package/packages/Dialog/index.js +7 -0
- package/packages/Dialog/src/main.vue +160 -0
- package/packages/Dictionary/index.js +7 -0
- package/packages/Dictionary/src/main.vue +204 -0
- package/packages/DimensionSelector/index.js +7 -0
- package/packages/DimensionSelector/src/main.vue +359 -0
- package/packages/DimensionSelectorInput/index.js +7 -0
- package/packages/DimensionSelectorInput/src/main.vue +79 -0
- package/packages/Divider/index.js +7 -0
- package/packages/Divider/src/main.vue +38 -0
- package/packages/Duration/index.js +7 -0
- package/packages/Duration/src/main.vue +172 -0
- package/packages/Editor/index.js +7 -0
- package/packages/Editor/src/main.vue +280 -0
- package/packages/Explain/index.js +7 -0
- package/packages/Explain/src/main.vue +55 -0
- package/packages/FieldTail/index.js +7 -0
- package/packages/FieldTail/src/main.vue +163 -0
- package/packages/File/index.js +7 -0
- package/packages/File/src/FileCard.vue +169 -0
- package/packages/File/src/FileList.vue +180 -0
- package/packages/File/src/FileTable.vue +223 -0
- package/packages/File/src/main.vue +467 -0
- package/packages/FileUpload/index.js +7 -0
- package/packages/FileUpload/src/main.vue +222 -0
- package/packages/FlowChart/index.js +7 -0
- package/packages/FlowChart/src/main.vue +386 -0
- package/packages/FormItem/index.js +7 -0
- package/packages/FormItem/src/main.vue +167 -0
- package/packages/Global/index.js +12 -0
- package/packages/Global/src/GlobalQuery.vue +200 -0
- package/packages/Global/src/GlobalValidate.vue +69 -0
- package/packages/Icon/index.js +7 -0
- package/packages/Icon/src/icons/ad.js +14 -0
- package/packages/Icon/src/icons/address-book.js +14 -0
- package/packages/Icon/src/icons/arrow.js +14 -0
- package/packages/Icon/src/icons/attachment.js +18 -0
- package/packages/Icon/src/icons/balance.js +14 -0
- package/packages/Icon/src/icons/ban.js +14 -0
- package/packages/Icon/src/icons/bell.js +14 -0
- package/packages/Icon/src/icons/block.js +26 -0
- package/packages/Icon/src/icons/book.js +14 -0
- package/packages/Icon/src/icons/bookmark.js +14 -0
- package/packages/Icon/src/icons/bug.js +22 -0
- package/packages/Icon/src/icons/bullhorn.js +14 -0
- package/packages/Icon/src/icons/calc.js +14 -0
- package/packages/Icon/src/icons/checkbox.js +14 -0
- package/packages/Icon/src/icons/circle.js +14 -0
- package/packages/Icon/src/icons/close.js +14 -0
- package/packages/Icon/src/icons/cloud-sun.js +14 -0
- package/packages/Icon/src/icons/coffee.js +14 -0
- package/packages/Icon/src/icons/component.js +14 -0
- package/packages/Icon/src/icons/compress.js +14 -0
- package/packages/Icon/src/icons/copyright.js +14 -0
- package/packages/Icon/src/icons/dialog.js +14 -0
- package/packages/Icon/src/icons/download.js +14 -0
- package/packages/Icon/src/icons/duration.js +14 -0
- package/packages/Icon/src/icons/excel.js +18 -0
- package/packages/Icon/src/icons/expand.js +14 -0
- package/packages/Icon/src/icons/export.js +21 -0
- package/packages/Icon/src/icons/eye-slash.js +14 -0
- package/packages/Icon/src/icons/eye.js +14 -0
- package/packages/Icon/src/icons/file.js +18 -0
- package/packages/Icon/src/icons/form.js +14 -0
- package/packages/Icon/src/icons/ganged.js +14 -0
- package/packages/Icon/src/icons/gaode.js +27 -0
- package/packages/Icon/src/icons/gift.js +14 -0
- package/packages/Icon/src/icons/home.js +14 -0
- package/packages/Icon/src/icons/image.js +14 -0
- package/packages/Icon/src/icons/import.js +18 -0
- package/packages/Icon/src/icons/index.js +67 -0
- package/packages/Icon/src/icons/info.js +21 -0
- package/packages/Icon/src/icons/laptop.js +14 -0
- package/packages/Icon/src/icons/line.js +34 -0
- package/packages/Icon/src/icons/lock.js +14 -0
- package/packages/Icon/src/icons/map.js +18 -0
- package/packages/Icon/src/icons/more.js +19 -0
- package/packages/Icon/src/icons/move.js +14 -0
- package/packages/Icon/src/icons/org.js +18 -0
- package/packages/Icon/src/icons/palette.js +14 -0
- package/packages/Icon/src/icons/plan.js +17 -0
- package/packages/Icon/src/icons/ppt.js +18 -0
- package/packages/Icon/src/icons/question.js +18 -0
- package/packages/Icon/src/icons/radio.js +14 -0
- package/packages/Icon/src/icons/refresh.js +14 -0
- package/packages/Icon/src/icons/search.js +14 -0
- package/packages/Icon/src/icons/select.js +14 -0
- package/packages/Icon/src/icons/setting.js +18 -0
- package/packages/Icon/src/icons/simple-collapse.js +18 -0
- package/packages/Icon/src/icons/simple-expand.js +14 -0
- package/packages/Icon/src/icons/sort.js +22 -0
- package/packages/Icon/src/icons/sword.js +26 -0
- package/packages/Icon/src/icons/table.js +14 -0
- package/packages/Icon/src/icons/time.js +14 -0
- package/packages/Icon/src/icons/tree.js +14 -0
- package/packages/Icon/src/icons/typography.js +18 -0
- package/packages/Icon/src/icons/upload.js +18 -0
- package/packages/Icon/src/icons/user.js +14 -0
- package/packages/Icon/src/icons/users.js +30 -0
- package/packages/Icon/src/icons/video.js +14 -0
- package/packages/Icon/src/icons/word.js +18 -0
- package/packages/Icon/src/main.vue +432 -0
- package/packages/Image/index.js +7 -0
- package/packages/Image/src/main.vue +66 -0
- package/packages/Input/index.js +7 -0
- package/packages/Input/src/main.vue +552 -0
- package/packages/JobSelector/index.js +7 -0
- package/packages/JobSelector/src/main.vue +339 -0
- package/packages/JobSelectorInput/index.js +7 -0
- package/packages/JobSelectorInput/src/main.vue +87 -0
- package/packages/Map/index.js +7 -0
- package/packages/Map/src/Map.vue +427 -0
- package/packages/Milepost/index.js +7 -0
- package/packages/Milepost/src/main.vue +45 -0
- package/packages/OnlineForm/index.js +7 -0
- package/packages/OnlineForm/src/Form.vue +359 -0
- package/packages/OrgPostDialog/index.js +7 -0
- package/packages/OrgPostDialog/src/main.vue +244 -0
- package/packages/OrgSelector/index.js +7 -0
- package/packages/OrgSelector/src/main.vue +493 -0
- package/packages/OrgSelectorInput/index.js +7 -0
- package/packages/OrgSelectorInput/src/OrgSelectorInput.vue +216 -0
- package/packages/PostSelector/index.js +7 -0
- package/packages/PostSelector/src/main.vue +463 -0
- package/packages/PostSelectorInput/index.js +7 -0
- package/packages/PostSelectorInput/src/PostSelectorInput.vue +200 -0
- package/packages/Preview/index.js +7 -0
- package/packages/Preview/src/FillPage.vue +311 -0
- package/packages/Preview/src/FrameViewer.vue +135 -0
- package/packages/Preview/src/Loading.vue +126 -0
- package/packages/Preview/src/PdfViewer.vue +125 -0
- package/packages/Preview/src/TextViewer.vue +99 -0
- package/packages/Preview/src/main.vue +242 -0
- package/packages/Preview/src/watermark.js +124 -0
- package/packages/ProcessRecord/index.js +7 -0
- package/packages/ProcessRecord/src/main.vue +392 -0
- package/packages/Qrcode/index.js +7 -0
- package/packages/Qrcode/src/Qrcode.vue +105 -0
- package/packages/QuerySqlPreview/index.js +7 -0
- package/packages/QuerySqlPreview/src/QuerySqlPreview.vue +163 -0
- package/packages/Radio/index.js +7 -0
- package/packages/Radio/src/main.vue +172 -0
- package/packages/Rate/index.js +7 -0
- package/packages/Rate/src/main.vue +89 -0
- package/packages/ReadonlyInput/index.js +7 -0
- package/packages/ReadonlyInput/src/main.vue +92 -0
- package/packages/RelevantFlow/index.js +7 -0
- package/packages/RelevantFlow/src/main.vue +547 -0
- package/packages/RelevantFlow/src/relevantFlow.js +28 -0
- package/packages/RoleSelector/index.js +7 -0
- package/packages/RoleSelector/src/main.vue +358 -0
- package/packages/RoleSelectorInput/index.js +7 -0
- package/packages/RoleSelectorInput/src/main.vue +84 -0
- package/packages/SaveButton/index.js +7 -0
- package/packages/SaveButton/src/main.vue +73 -0
- package/packages/Select/index.js +7 -0
- package/packages/Select/src/main.vue +330 -0
- package/packages/SelectTree/index.js +7 -0
- package/packages/SelectTree/src/SelectTree.vue +352 -0
- package/packages/Selector/index.js +7 -0
- package/packages/Selector/src/main.vue +617 -0
- package/packages/SidebarDialog/index.js +7 -0
- package/packages/SidebarDialog/src/main.vue +156 -0
- package/packages/Slider/index.js +7 -0
- package/packages/Slider/src/main.vue +84 -0
- package/packages/Step/index.js +7 -0
- package/packages/StepLayout/index.js +7 -0
- package/packages/Steps/index.js +7 -0
- package/packages/Steps/src/Step.vue +122 -0
- package/packages/Steps/src/StepLayout.vue +35 -0
- package/packages/Steps/src/Steps.vue +65 -0
- package/packages/Subtable/index.js +33 -0
- package/packages/Subtable/src/SubDialog.vue +1926 -0
- package/packages/Subtable/src/SubExportDialog.vue +115 -0
- package/packages/Subtable/src/SubImportDialog.vue +316 -0
- package/packages/Subtable/src/SubPagination.vue +112 -0
- package/packages/Subtable/src/SubtableBackfill.vue +83 -0
- package/packages/Subtable/src/dialog.js +42 -0
- package/packages/Switch/index.js +7 -0
- package/packages/Switch/src/main.vue +83 -0
- package/packages/Table/index.js +7 -0
- package/packages/Table/src/CustomColumn.vue +351 -0
- package/packages/Table/src/Table.vue +979 -0
- package/packages/TableColumn/index.js +7 -0
- package/packages/TableColumn/src/main.vue +177 -0
- package/packages/TableSearchField/index.js +7 -0
- package/packages/TableSearchField/src/main.vue +334 -0
- package/packages/TableSearchPanel/index.js +7 -0
- package/packages/TableSearchPanel/src/main.vue +149 -0
- package/packages/Tabs/index.js +7 -0
- package/packages/Tabs/src/Tabs.vue +140 -0
- package/packages/Tag/index.js +7 -0
- package/packages/Tag/src/main.vue +264 -0
- package/packages/TemplateBatchUpdate/index.js +7 -0
- package/packages/TemplateBatchUpdate/src/TemplateBatchUpdateDialog.vue +174 -0
- package/packages/TemplateForm/index.js +7 -0
- package/packages/TemplateForm/src/main.vue +645 -0
- package/packages/TemplateFormDialog/index.js +7 -0
- package/packages/TemplateFormDialog/src/main.vue +61 -0
- package/packages/TemplateImportResult/index.js +7 -0
- package/packages/TemplateImportResult/src/main.vue +158 -0
- package/packages/TemplatePreview/index.js +19 -0
- package/packages/TemplatePreview/src/TemplatePreview.vue +169 -0
- package/packages/TemplatePreview/src/TemplatePreviewFile.vue +171 -0
- package/packages/TemplatePreview/src/TemplatePreviewImage.vue +83 -0
- package/packages/TemplateTaskCirculate/index.js +7 -0
- package/packages/TemplateTaskCirculate/src/main.vue +238 -0
- package/packages/Text/index.js +7 -0
- package/packages/Text/src/main.vue +57 -0
- package/packages/TimePicker/index.js +7 -0
- package/packages/TimePicker/src/main.vue +139 -0
- package/packages/TimeSelect/index.js +7 -0
- package/packages/TimeSelect/src/main.vue +96 -0
- package/packages/Tree/index.js +7 -0
- package/packages/Tree/src/main.vue +439 -0
- package/packages/TreeDialog/index.js +7 -0
- package/packages/TreeDialog/src/main.vue +293 -0
- package/packages/TreeListDialog/index.js +7 -0
- package/packages/TreeListDialog/src/main.vue +219 -0
- package/packages/Typography/index.js +8 -0
- package/packages/Typography/src/create-header.js +72 -0
- package/packages/UserDialog/index.js +7 -0
- package/packages/UserDialog/src/main.vue +250 -0
- package/packages/UserSelector/index.js +7 -0
- package/packages/UserSelector/src/main.vue +746 -0
- package/packages/UserSelectorInput/index.js +7 -0
- package/packages/UserSelectorInput/src/main.vue +319 -0
- package/packages/picture/index.js +7 -0
- package/packages/picture/src/main.vue +530 -0
- package/packages/plugins/Echarts.js +30 -0
- package/packages/plugins/Map.js +29 -0
- package/packages/plugins/Preview.js +49 -0
- package/packages/plugins/Qrcode.js +7 -0
- package/packages/plugins/XLSX.js +7 -0
- package/packages/plugins/wangeditor.js +19 -0
- package/src/assets/icon_found_img.png +0 -0
- package/src/assets/table-no-data.png +0 -0
- package/src/directive/badge.js +53 -0
- package/src/directive/copy.js +47 -0
- package/src/directive/ellipsis.js +6 -0
- package/src/directive/expandClick.js +23 -0
- package/src/directive/express.js +86 -0
- package/src/directive/form.js +122 -0
- package/src/directive/format.js +24 -0
- package/src/directive/formulas.js +708 -0
- package/src/directive/index.js +42 -0
- package/src/directive/permissionLine.js +59 -0
- package/src/directive/permissionLineLable.js +56 -0
- package/src/directive/permit.js +23 -0
- package/src/directive/popconfirm.js +86 -0
- package/src/directive/relatedQuery.js +61 -0
- package/src/directive/resize.js +18 -0
- package/src/directive/subSort.js +18 -0
- package/src/directive/tableDrag.js +25 -0
- package/src/directive/tooltip.js +37 -0
- package/src/filter/computerSize.js +23 -0
- package/src/filter/dateFormat.js +10 -0
- package/src/filter/index.js +10 -0
- package/src/index.js +267 -0
- package/src/locale/format.js +44 -0
- package/src/locale/index.js +48 -0
- package/src/locale/lang/en.js +59 -0
- package/src/locale/lang/zh-CN.js +58 -0
- package/src/locale/lang/zh-TW.js +57 -0
- package/src/locale/validate/dict.js +223 -0
- package/src/math.js +270 -0
- package/src/mixins/emitter.js +33 -0
- package/src/mixins/form.js +25 -0
- package/src/mixins/formDataUpdate.js +32 -0
- package/src/mixins/ganged.js +126 -0
- package/src/mixins/inputName.js +30 -0
- package/src/mixins/linkage.js +403 -0
- package/src/mixins/locale.js +9 -0
- package/src/mixins/mobileMode.js +27 -0
- package/src/mixins/onlineHottable.js +105 -0
- package/src/mixins/onlineSubtable.js +468 -0
- package/src/mixins/permission.js +84 -0
- package/src/mixins/querySqlPreview.js +747 -0
- package/src/mixins/regionValidator.js +70 -0
- package/src/mixins/script.js +35 -0
- package/src/mixins/templatePreview.js +3673 -0
- package/src/service.js +336 -0
- package/src/services/CustomQuery.js +199 -0
- package/src/services/SubPagination.js +132 -0
- package/src/styles/index.scss +7 -0
- package/src/styles/selector.scss +127 -0
- package/src/styles/variables.scss +71 -0
- package/src/util/base64.js +21 -0
- package/src/util/brower.js +15 -0
- package/src/util/clone.js +61 -0
- package/src/util/path.js +4 -0
- package/src/util/request.js +14 -0
- package/src/utils.js +1205 -0
- package/src/validate.js +184 -0
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="pdf-container">
|
|
3
|
+
<div ref="pdfContainerBody" class="pdf-container__body">
|
|
4
|
+
<loading v-if="loading" />
|
|
5
|
+
<template v-for="item in pageNumber" v-else>
|
|
6
|
+
<vue-pdf
|
|
7
|
+
ref="pdf"
|
|
8
|
+
:key="item"
|
|
9
|
+
:src="vuePdfSrc"
|
|
10
|
+
:page="item"
|
|
11
|
+
@load="onLoad"
|
|
12
|
+
></vue-pdf>
|
|
13
|
+
</template>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script>
|
|
19
|
+
import Loading from './Loading.vue'
|
|
20
|
+
import watermark from './watermark'
|
|
21
|
+
import VuePdf from 'vue-pdf'
|
|
22
|
+
import mobileMode from 'sword-vue-ui/src/mixins/mobileMode'
|
|
23
|
+
import CMapReaderFactory from 'vue-pdf/src/CMapReaderFactory.js'
|
|
24
|
+
import panzoom from 'panzoom'
|
|
25
|
+
import { createObjectURL } from 'sword-vue-ui/src/util/brower.js'
|
|
26
|
+
|
|
27
|
+
export default {
|
|
28
|
+
name: 'PdfViewer',
|
|
29
|
+
components: {
|
|
30
|
+
Loading,
|
|
31
|
+
VuePdf,
|
|
32
|
+
},
|
|
33
|
+
mixins: [mobileMode],
|
|
34
|
+
props: {
|
|
35
|
+
src: {
|
|
36
|
+
type: String,
|
|
37
|
+
default: null,
|
|
38
|
+
},
|
|
39
|
+
headers: {
|
|
40
|
+
type: Object,
|
|
41
|
+
default: () => {
|
|
42
|
+
return {}
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
watermark: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: false,
|
|
48
|
+
},
|
|
49
|
+
watermarkOptions: {
|
|
50
|
+
type: Object,
|
|
51
|
+
default: () => {
|
|
52
|
+
return {}
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
data() {
|
|
57
|
+
return {
|
|
58
|
+
pdfSrc: '',
|
|
59
|
+
vuePdfSrc: null,
|
|
60
|
+
loading: false,
|
|
61
|
+
pageNumber: 1,
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
mounted() {
|
|
65
|
+
this.post()
|
|
66
|
+
},
|
|
67
|
+
methods: {
|
|
68
|
+
onLoad() {
|
|
69
|
+
panzoom(this.$refs.pdfContainerBody)
|
|
70
|
+
},
|
|
71
|
+
handlePaf() {
|
|
72
|
+
const this_ = this
|
|
73
|
+
const loadingPdf = VuePdf.createLoadingTask({
|
|
74
|
+
url: this_.pdfSrc,
|
|
75
|
+
CMapReaderFactory,
|
|
76
|
+
})
|
|
77
|
+
loadingPdf.promise
|
|
78
|
+
.then((pdf) => {
|
|
79
|
+
this_.vuePdfSrc = loadingPdf
|
|
80
|
+
this_.pageNumber = pdf.numPages
|
|
81
|
+
})
|
|
82
|
+
.finally(() => {
|
|
83
|
+
this.loading = false
|
|
84
|
+
this.$nextTick(() => this.watermarkRender())
|
|
85
|
+
})
|
|
86
|
+
},
|
|
87
|
+
post() {
|
|
88
|
+
this.$requestConfig
|
|
89
|
+
.request({
|
|
90
|
+
url: this.src,
|
|
91
|
+
headers: this.headers,
|
|
92
|
+
responseType: 'arraybuffer',
|
|
93
|
+
})
|
|
94
|
+
.then((response) => {
|
|
95
|
+
const { data, headers } = response
|
|
96
|
+
const type = headers['content-type']
|
|
97
|
+
if (type) {
|
|
98
|
+
this.pdfSrc = createObjectURL(new Blob([data], { type }))
|
|
99
|
+
} else {
|
|
100
|
+
this.pdfSrc = createObjectURL(new Blob([data]))
|
|
101
|
+
}
|
|
102
|
+
this.pdfSrc += '#toolbar=0'
|
|
103
|
+
this.handlePaf()
|
|
104
|
+
})
|
|
105
|
+
.catch((err) => {
|
|
106
|
+
this.$emit('preview-error', err)
|
|
107
|
+
})
|
|
108
|
+
},
|
|
109
|
+
watermarkRender() {
|
|
110
|
+
if (this.watermark) {
|
|
111
|
+
watermark('.pdf-container', this.watermarkOptions)
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
}
|
|
116
|
+
</script>
|
|
117
|
+
|
|
118
|
+
<style lang="scss" scoped>
|
|
119
|
+
.pdf-container {
|
|
120
|
+
height: 100%;
|
|
121
|
+
.pdf-container__body {
|
|
122
|
+
height: 100%;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
</style>
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="text-container">
|
|
3
|
+
<loading v-if="loading" />
|
|
4
|
+
<pre v-else class="text-viewer__pre">{{ text }}</pre>
|
|
5
|
+
</div>
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
<script>
|
|
9
|
+
import Loading from './Loading.vue'
|
|
10
|
+
import watermark from './watermark'
|
|
11
|
+
|
|
12
|
+
export default {
|
|
13
|
+
name: 'TextViewer',
|
|
14
|
+
components: { Loading },
|
|
15
|
+
props: {
|
|
16
|
+
src: {
|
|
17
|
+
type: String,
|
|
18
|
+
},
|
|
19
|
+
headers: {
|
|
20
|
+
type: Object,
|
|
21
|
+
default: () => {
|
|
22
|
+
return {}
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
watermark: {
|
|
26
|
+
type: Boolean,
|
|
27
|
+
default: false,
|
|
28
|
+
},
|
|
29
|
+
watermarkOptions: {
|
|
30
|
+
type: Object,
|
|
31
|
+
default: () => {
|
|
32
|
+
return {}
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
data() {
|
|
37
|
+
return {
|
|
38
|
+
text: '',
|
|
39
|
+
loading: false,
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
watch: {
|
|
43
|
+
src: {
|
|
44
|
+
handler: function(newVal) {
|
|
45
|
+
if (newVal) {
|
|
46
|
+
const that = this
|
|
47
|
+
this.loading = true
|
|
48
|
+
this.$requestConfig
|
|
49
|
+
.request({
|
|
50
|
+
url: this.src,
|
|
51
|
+
headers: this.headers,
|
|
52
|
+
responseType: 'arraybuffer',
|
|
53
|
+
})
|
|
54
|
+
.then((response) => {
|
|
55
|
+
var reader = new FileReader()
|
|
56
|
+
reader.onload = function() {
|
|
57
|
+
var content = reader.result
|
|
58
|
+
that.$nextTick(() => {
|
|
59
|
+
that.text = content
|
|
60
|
+
})
|
|
61
|
+
}
|
|
62
|
+
const { data, headers } = response
|
|
63
|
+
const type = headers['content-type']
|
|
64
|
+
let textBlob = null
|
|
65
|
+
if (type) {
|
|
66
|
+
textBlob = new Blob([data], { type })
|
|
67
|
+
} else {
|
|
68
|
+
textBlob = new Blob([data])
|
|
69
|
+
}
|
|
70
|
+
reader.readAsText(textBlob)
|
|
71
|
+
})
|
|
72
|
+
.catch((err) => {
|
|
73
|
+
this.$emit('preview-error', err)
|
|
74
|
+
})
|
|
75
|
+
.finally(() => (this.loading = false))
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
immediate: true,
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
mounted() {
|
|
82
|
+
this.watermark && this.watermarkRender()
|
|
83
|
+
},
|
|
84
|
+
methods: {
|
|
85
|
+
watermarkRender() {
|
|
86
|
+
watermark('.text-container', this.watermarkOptions)
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
}
|
|
90
|
+
</script>
|
|
91
|
+
<style lang="scss" scoped>
|
|
92
|
+
.text-container {
|
|
93
|
+
.text-viewer__pre {
|
|
94
|
+
word-wrap: break-word;
|
|
95
|
+
white-space: pre-wrap;
|
|
96
|
+
margin: 18px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
</style>
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-dialog
|
|
3
|
+
:visible.sync="dialogVisible"
|
|
4
|
+
width="100%"
|
|
5
|
+
custom-class="preview__dialog"
|
|
6
|
+
:title="titleVal"
|
|
7
|
+
append-to-body
|
|
8
|
+
destroy-on-close
|
|
9
|
+
:show-close="closeable"
|
|
10
|
+
@close="handleClose"
|
|
11
|
+
>
|
|
12
|
+
<loading v-if="loading" />
|
|
13
|
+
<fill-page v-if="errorMessage" type="2" :tip="errorMessage" />
|
|
14
|
+
<!-- 预览pdf.word等文件格式 -->
|
|
15
|
+
<pdf-viewer
|
|
16
|
+
v-else-if="mode == 'pdf'"
|
|
17
|
+
:src="src"
|
|
18
|
+
:headers="headerVal"
|
|
19
|
+
:watermark="watermark"
|
|
20
|
+
:watermark-options="watermarkOptions"
|
|
21
|
+
@preview-error="handlePreviewErr"
|
|
22
|
+
/>
|
|
23
|
+
<frame-viewer
|
|
24
|
+
v-else-if="mode == 'html' || mode == 'picture'"
|
|
25
|
+
:src="src"
|
|
26
|
+
:mode="mode"
|
|
27
|
+
:headers="headerVal"
|
|
28
|
+
:watermark="watermark"
|
|
29
|
+
:watermark-options="watermarkOptions"
|
|
30
|
+
@preview-error="handlePreviewErr"
|
|
31
|
+
/>
|
|
32
|
+
<text-viewer
|
|
33
|
+
v-else-if="mode == 'txt'"
|
|
34
|
+
:src="src"
|
|
35
|
+
:headers="headerVal"
|
|
36
|
+
:watermark="watermark"
|
|
37
|
+
:watermark-options="watermarkOptions"
|
|
38
|
+
@preview-error="handlePreviewErr"
|
|
39
|
+
/>
|
|
40
|
+
</el-dialog>
|
|
41
|
+
</template>
|
|
42
|
+
|
|
43
|
+
<script>
|
|
44
|
+
import Vue from 'vue'
|
|
45
|
+
import Loading from './Loading.vue'
|
|
46
|
+
import PdfViewer from './PdfViewer.vue'
|
|
47
|
+
import FrameViewer from './FrameViewer.vue'
|
|
48
|
+
import TextViewer from './TextViewer.vue'
|
|
49
|
+
import FillPage from './FillPage.vue'
|
|
50
|
+
|
|
51
|
+
const reg = new RegExp(/^(http.*?\/\/.*?)\/.*$/)
|
|
52
|
+
export default {
|
|
53
|
+
name: 'ClPreview',
|
|
54
|
+
components: {
|
|
55
|
+
PdfViewer,
|
|
56
|
+
FrameViewer,
|
|
57
|
+
TextViewer,
|
|
58
|
+
FillPage,
|
|
59
|
+
Loading,
|
|
60
|
+
},
|
|
61
|
+
props: {
|
|
62
|
+
title: {
|
|
63
|
+
type: String,
|
|
64
|
+
default: '附件预览',
|
|
65
|
+
},
|
|
66
|
+
closeable: {
|
|
67
|
+
type: Boolean,
|
|
68
|
+
default: true,
|
|
69
|
+
},
|
|
70
|
+
headers: {
|
|
71
|
+
type: Object,
|
|
72
|
+
default: null,
|
|
73
|
+
},
|
|
74
|
+
previewMethod: {
|
|
75
|
+
type: Function,
|
|
76
|
+
default: (url, headers, portalBaseUrl = '') => {
|
|
77
|
+
return new Promise((resolve, reject) => {
|
|
78
|
+
Vue.prototype.$requestConfig
|
|
79
|
+
.request({
|
|
80
|
+
url: url,
|
|
81
|
+
headers: headers,
|
|
82
|
+
})
|
|
83
|
+
.then((data) => {
|
|
84
|
+
const result = { src: null, mode: null, errorMessage: null }
|
|
85
|
+
const loadError = '加载要预览的附件时出错'
|
|
86
|
+
if (!data) {
|
|
87
|
+
result.errorMessage = '要预览的附件不存在'
|
|
88
|
+
} else if (data.result == 'fileNotSupported') {
|
|
89
|
+
result.errorMessage = '当前附件格式不支持预览'
|
|
90
|
+
} else if (
|
|
91
|
+
typeof data == 'object' &&
|
|
92
|
+
data.hasOwnProperty('state') &&
|
|
93
|
+
(!data.state || !data.result)
|
|
94
|
+
) {
|
|
95
|
+
result.errorMessage = data.message || loadError
|
|
96
|
+
} else if (
|
|
97
|
+
typeof data == 'object' &&
|
|
98
|
+
data.hasOwnProperty('result') &&
|
|
99
|
+
data.result === 'error'
|
|
100
|
+
) {
|
|
101
|
+
result.errorMessage = loadError
|
|
102
|
+
} else {
|
|
103
|
+
const baseUrl = portalBaseUrl
|
|
104
|
+
? portalBaseUrl
|
|
105
|
+
: reg.test(url)
|
|
106
|
+
? reg.exec(url)[1]
|
|
107
|
+
: ''
|
|
108
|
+
switch (data.result) {
|
|
109
|
+
case 'html':
|
|
110
|
+
result.src = `${baseUrl}${data.pdfUrl}`
|
|
111
|
+
break
|
|
112
|
+
case 'txt':
|
|
113
|
+
result.src = `${baseUrl}${data.TxtUrl}`
|
|
114
|
+
break
|
|
115
|
+
case 'picture':
|
|
116
|
+
result.src = `${baseUrl}${data.currentUrl}`
|
|
117
|
+
break
|
|
118
|
+
case 'compress':
|
|
119
|
+
result.errorMessage = '不支持压缩文件的在线预览'
|
|
120
|
+
break
|
|
121
|
+
case 'media':
|
|
122
|
+
result.errorMessage = '不支持视频的在线播放'
|
|
123
|
+
break
|
|
124
|
+
case 'pdf':
|
|
125
|
+
result.src = `${baseUrl}${data.pdfUrl}`
|
|
126
|
+
break
|
|
127
|
+
default:
|
|
128
|
+
result.errorMessage = '不支持预览'
|
|
129
|
+
break
|
|
130
|
+
}
|
|
131
|
+
result.mode = data.result
|
|
132
|
+
}
|
|
133
|
+
resolve(result)
|
|
134
|
+
})
|
|
135
|
+
.catch((err) => {
|
|
136
|
+
reject(err)
|
|
137
|
+
})
|
|
138
|
+
})
|
|
139
|
+
},
|
|
140
|
+
},
|
|
141
|
+
watermark: {
|
|
142
|
+
type: Boolean,
|
|
143
|
+
default: false,
|
|
144
|
+
},
|
|
145
|
+
watermarkOptions: {
|
|
146
|
+
type: Object,
|
|
147
|
+
default: () => {
|
|
148
|
+
return { text: () => 'watermark' }
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
portalBaseUrl: {
|
|
152
|
+
type: String,
|
|
153
|
+
default: '',
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
data() {
|
|
157
|
+
return {
|
|
158
|
+
dialogVisible: false,
|
|
159
|
+
mode: null,
|
|
160
|
+
src: null,
|
|
161
|
+
loading: false,
|
|
162
|
+
tempTitle: null,
|
|
163
|
+
errorMessage: null,
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
computed: {
|
|
167
|
+
headerVal: function() {
|
|
168
|
+
return this.headers
|
|
169
|
+
? this.headers
|
|
170
|
+
: this.$requestConfig.header
|
|
171
|
+
? this.$requestConfig.header()
|
|
172
|
+
: null
|
|
173
|
+
},
|
|
174
|
+
titleVal: function() {
|
|
175
|
+
return this.tempTitle ? this.tempTitle : this.title
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
methods: {
|
|
179
|
+
handleClose() {
|
|
180
|
+
this.src = null
|
|
181
|
+
this.mode = null
|
|
182
|
+
this.errorMessage = null
|
|
183
|
+
},
|
|
184
|
+
handlePreviewErr(err) {
|
|
185
|
+
this.errorMessage = `预览失败:${err}`
|
|
186
|
+
},
|
|
187
|
+
preview(url, title) {
|
|
188
|
+
this.src = null
|
|
189
|
+
this.mode = null
|
|
190
|
+
this.errorMessage = null
|
|
191
|
+
this.tempTitle = title
|
|
192
|
+
this.loading = true
|
|
193
|
+
this.dialogVisible = true
|
|
194
|
+
this.previewMethod(url, this.headerVal, this.portalBaseUrl)
|
|
195
|
+
.then((resp) => {
|
|
196
|
+
this.mode = resp.mode
|
|
197
|
+
this.errorMessage = resp.errorMessage
|
|
198
|
+
this.src = resp.src
|
|
199
|
+
})
|
|
200
|
+
.catch((err) => {
|
|
201
|
+
this.errorMessage = `预览失败:${err}`
|
|
202
|
+
})
|
|
203
|
+
.finally(() => {
|
|
204
|
+
this.loading = false
|
|
205
|
+
})
|
|
206
|
+
},
|
|
207
|
+
},
|
|
208
|
+
}
|
|
209
|
+
</script>
|
|
210
|
+
<style lang="scss" scoped>
|
|
211
|
+
.el-dialog__wrapper {
|
|
212
|
+
overflow: hidden;
|
|
213
|
+
|
|
214
|
+
::v-deep .preview__dialog {
|
|
215
|
+
height: calc(100% - 20px);
|
|
216
|
+
background: transparent;
|
|
217
|
+
margin: 0 !important;
|
|
218
|
+
|
|
219
|
+
.el-dialog__header {
|
|
220
|
+
background: #000;
|
|
221
|
+
min-height: 20px;
|
|
222
|
+
padding: 10px;
|
|
223
|
+
}
|
|
224
|
+
.el-dialog__title {
|
|
225
|
+
color: #fff;
|
|
226
|
+
}
|
|
227
|
+
.el-dialog__headerbtn {
|
|
228
|
+
top: 10px;
|
|
229
|
+
}
|
|
230
|
+
.el-dialog__close {
|
|
231
|
+
color: #fff;
|
|
232
|
+
}
|
|
233
|
+
.el-dialog__body {
|
|
234
|
+
padding: 10px 0 20px 0;
|
|
235
|
+
background: #fff;
|
|
236
|
+
height: calc(100% - 50px);
|
|
237
|
+
margin: 0 auto;
|
|
238
|
+
overflow: auto;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
</style>
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
export default function watermark(teleport, options = {}) {
|
|
2
|
+
//默认设置
|
|
3
|
+
const defaultOptions = {
|
|
4
|
+
text: () => 'watermark',
|
|
5
|
+
watermark_x: 20, //水印起始位置x轴坐标
|
|
6
|
+
watermark_y: 80, //水印起始位置Y轴坐标
|
|
7
|
+
watermark_rows: 0, //水印行数
|
|
8
|
+
watermark_cols: 0, //水印列数
|
|
9
|
+
watermark_x_space: 50, //水印x轴间隔
|
|
10
|
+
watermark_y_space: 50, //水印y轴间隔
|
|
11
|
+
watermark_color: '#ccc', //水印字体颜色
|
|
12
|
+
watermark_alpha: 0.4, //水印透明度
|
|
13
|
+
watermark_fontsize: '14px', //水印字体大小
|
|
14
|
+
watermark_font: '微软雅黑', //水印字体
|
|
15
|
+
watermark_width: 166, //水印宽度
|
|
16
|
+
watermark_height: 100, //水印长度
|
|
17
|
+
watermark_angle: 20, //水印倾斜度数
|
|
18
|
+
}
|
|
19
|
+
const settings = Object.assign(defaultOptions, options)
|
|
20
|
+
const container = document.querySelector(teleport)
|
|
21
|
+
const containerWidth = container.clientWidth
|
|
22
|
+
const offsetLeft = container.offsetLeft
|
|
23
|
+
settings.watermark_x = offsetLeft
|
|
24
|
+
if (arguments.length === 1 && typeof arguments[0] === 'object') {
|
|
25
|
+
const src = arguments[0] || {}
|
|
26
|
+
for (const key in src) {
|
|
27
|
+
if (src[key] && settings[key] && src[key] === settings[key]) continue
|
|
28
|
+
else if (src[key]) settings[key] = src[key]
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
const oTemp = document.createDocumentFragment()
|
|
32
|
+
//获取页面最大宽度
|
|
33
|
+
let page_width = containerWidth
|
|
34
|
+
//获取页面最大高度
|
|
35
|
+
let page_height = Math.max(
|
|
36
|
+
document.body.scrollHeight,
|
|
37
|
+
document.body.clientHeight
|
|
38
|
+
) //+ 450;
|
|
39
|
+
page_height = Math.max(page_height, window.innerHeight - 30)
|
|
40
|
+
//如果将水印列数设置为0,或水印列数设置过大,超过页面最大宽度,则重新计算水印列数和水印x轴间隔
|
|
41
|
+
if (
|
|
42
|
+
settings.watermark_cols == 0 ||
|
|
43
|
+
parseInt(
|
|
44
|
+
settings.watermark_x +
|
|
45
|
+
settings.watermark_width * settings.watermark_cols +
|
|
46
|
+
settings.watermark_x_space * (settings.watermark_cols - 1)
|
|
47
|
+
) > page_width
|
|
48
|
+
) {
|
|
49
|
+
settings.watermark_cols = parseInt(
|
|
50
|
+
(page_width - settings.watermark_x + settings.watermark_x_space) /
|
|
51
|
+
(settings.watermark_width + settings.watermark_x_space)
|
|
52
|
+
)
|
|
53
|
+
settings.watermark_x_space = parseInt(
|
|
54
|
+
(page_width -
|
|
55
|
+
settings.watermark_x -
|
|
56
|
+
settings.watermark_width * settings.watermark_cols) /
|
|
57
|
+
(settings.watermark_cols - 1)
|
|
58
|
+
)
|
|
59
|
+
}
|
|
60
|
+
//如果将水印行数设置为0,或水印行数设置过大,超过页面最大长度,则重新计算水印行数和水印y轴间隔
|
|
61
|
+
if (
|
|
62
|
+
settings.watermark_rows == 0 ||
|
|
63
|
+
parseInt(
|
|
64
|
+
settings.watermark_y +
|
|
65
|
+
settings.watermark_height * settings.watermark_rows +
|
|
66
|
+
settings.watermark_y_space * (settings.watermark_rows - 1)
|
|
67
|
+
) > page_height
|
|
68
|
+
) {
|
|
69
|
+
settings.watermark_rows = parseInt(
|
|
70
|
+
(settings.watermark_y_space + page_height - settings.watermark_y) /
|
|
71
|
+
(settings.watermark_height + settings.watermark_y_space)
|
|
72
|
+
)
|
|
73
|
+
settings.watermark_y_space = parseInt(
|
|
74
|
+
(page_height -
|
|
75
|
+
settings.watermark_y -
|
|
76
|
+
settings.watermark_height * settings.watermark_rows) /
|
|
77
|
+
(settings.watermark_rows - 1)
|
|
78
|
+
)
|
|
79
|
+
}
|
|
80
|
+
let x
|
|
81
|
+
let y
|
|
82
|
+
for (var i = 0; i < settings.watermark_rows; i++) {
|
|
83
|
+
y =
|
|
84
|
+
settings.watermark_y +
|
|
85
|
+
(settings.watermark_y_space + settings.watermark_height) * i
|
|
86
|
+
for (var j = 0; j < settings.watermark_cols; j++) {
|
|
87
|
+
x =
|
|
88
|
+
settings.watermark_x +
|
|
89
|
+
(settings.watermark_width + settings.watermark_x_space) * j
|
|
90
|
+
const mask_div = document.createElement('div')
|
|
91
|
+
mask_div.id = 'mask_div' + i + j
|
|
92
|
+
mask_div.className = 'mask_div'
|
|
93
|
+
mask_div.appendChild(document.createTextNode(settings.text()))
|
|
94
|
+
//设置水印div倾斜显示
|
|
95
|
+
mask_div.style.webkitTransform =
|
|
96
|
+
'rotate(-' + settings.watermark_angle + 'deg)'
|
|
97
|
+
mask_div.style.MozTransform =
|
|
98
|
+
'rotate(-' + settings.watermark_angle + 'deg)'
|
|
99
|
+
mask_div.style.msTransform =
|
|
100
|
+
'rotate(-' + settings.watermark_angle + 'deg)'
|
|
101
|
+
mask_div.style.OTransform = 'rotate(-' + settings.watermark_angle + 'deg)'
|
|
102
|
+
mask_div.style.transform = 'rotate(-' + settings.watermark_angle + 'deg)'
|
|
103
|
+
mask_div.style.visibility = ''
|
|
104
|
+
mask_div.style.position = 'absolute'
|
|
105
|
+
mask_div.style.left = x + 'px'
|
|
106
|
+
mask_div.style.top = y + 'px'
|
|
107
|
+
mask_div.style.overflow = 'hidden'
|
|
108
|
+
mask_div.style.zIndex = '9999'
|
|
109
|
+
//让水印不遮挡页面的点击事件
|
|
110
|
+
mask_div.style.pointerEvents = 'none'
|
|
111
|
+
mask_div.style.opacity = settings.watermark_alpha
|
|
112
|
+
mask_div.style.fontSize = settings.watermark_fontsize
|
|
113
|
+
mask_div.style.fontFamily = settings.watermark_font
|
|
114
|
+
mask_div.style.fontWeight = 'bold'
|
|
115
|
+
mask_div.style.color = settings.watermark_color
|
|
116
|
+
mask_div.style.textAlign = 'center'
|
|
117
|
+
mask_div.style.width = settings.watermark_width + 'px'
|
|
118
|
+
mask_div.style.height = settings.watermark_height + 'px'
|
|
119
|
+
mask_div.style.display = 'block'
|
|
120
|
+
oTemp.appendChild(mask_div)
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
container.appendChild(oTemp)
|
|
124
|
+
}
|