Package not found. Please check the package name and try again.

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.
Files changed (330) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +37 -0
  3. package/lib/demo.html +10 -0
  4. package/lib/img/icon_found_img.c785c1b7.png +0 -0
  5. package/lib/sword-vue-ui.common.js +61402 -0
  6. package/lib/sword-vue-ui.css +1 -0
  7. package/lib/sword-vue-ui.umd.js +61412 -0
  8. package/lib/sword-vue-ui.umd.min.js +6 -0
  9. package/package.json +109 -0
  10. package/packages/AddQueryStrategy/index.js +7 -0
  11. package/packages/AddQueryStrategy/src/main.vue +236 -0
  12. package/packages/Autocomplete/index.js +7 -0
  13. package/packages/Autocomplete/src/main.vue +192 -0
  14. package/packages/Button/index.js +7 -0
  15. package/packages/Button/src/main.vue +90 -0
  16. package/packages/Cascader/index.js +7 -0
  17. package/packages/Cascader/src/main.vue +210 -0
  18. package/packages/Chart/index.js +7 -0
  19. package/packages/Chart/src/Chart.vue +831 -0
  20. package/packages/Checkbox/index.js +7 -0
  21. package/packages/Checkbox/src/main.vue +200 -0
  22. package/packages/Collapse/index.js +7 -0
  23. package/packages/Collapse/src/ClCollapse.vue +67 -0
  24. package/packages/Collapse/src/ClCollapseItem.vue +21 -0
  25. package/packages/CollapseItem/index.js +7 -0
  26. package/packages/CustomDialog/index.js +7 -0
  27. package/packages/CustomDialog/src/customDialog.js +99 -0
  28. package/packages/CustomDialog/src/main.vue +1944 -0
  29. package/packages/DataView/index.js +7 -0
  30. package/packages/DataView/src/DataView.vue +45 -0
  31. package/packages/Date/index.js +7 -0
  32. package/packages/Date/src/main.vue +180 -0
  33. package/packages/DatePicker/index.js +7 -0
  34. package/packages/DatePicker/src/main.vue +155 -0
  35. package/packages/Demension/index.js +7 -0
  36. package/packages/Demension/src/main.vue +379 -0
  37. package/packages/Dialog/index.js +7 -0
  38. package/packages/Dialog/src/main.vue +160 -0
  39. package/packages/Dictionary/index.js +7 -0
  40. package/packages/Dictionary/src/main.vue +204 -0
  41. package/packages/DimensionSelector/index.js +7 -0
  42. package/packages/DimensionSelector/src/main.vue +359 -0
  43. package/packages/DimensionSelectorInput/index.js +7 -0
  44. package/packages/DimensionSelectorInput/src/main.vue +79 -0
  45. package/packages/Divider/index.js +7 -0
  46. package/packages/Divider/src/main.vue +38 -0
  47. package/packages/Duration/index.js +7 -0
  48. package/packages/Duration/src/main.vue +172 -0
  49. package/packages/Editor/index.js +7 -0
  50. package/packages/Editor/src/main.vue +280 -0
  51. package/packages/Explain/index.js +7 -0
  52. package/packages/Explain/src/main.vue +55 -0
  53. package/packages/FieldTail/index.js +7 -0
  54. package/packages/FieldTail/src/main.vue +163 -0
  55. package/packages/File/index.js +7 -0
  56. package/packages/File/src/FileCard.vue +169 -0
  57. package/packages/File/src/FileList.vue +180 -0
  58. package/packages/File/src/FileTable.vue +223 -0
  59. package/packages/File/src/main.vue +467 -0
  60. package/packages/FileUpload/index.js +7 -0
  61. package/packages/FileUpload/src/main.vue +222 -0
  62. package/packages/FlowChart/index.js +7 -0
  63. package/packages/FlowChart/src/main.vue +386 -0
  64. package/packages/FormItem/index.js +7 -0
  65. package/packages/FormItem/src/main.vue +167 -0
  66. package/packages/Global/index.js +12 -0
  67. package/packages/Global/src/GlobalQuery.vue +200 -0
  68. package/packages/Global/src/GlobalValidate.vue +69 -0
  69. package/packages/Icon/index.js +7 -0
  70. package/packages/Icon/src/icons/ad.js +14 -0
  71. package/packages/Icon/src/icons/address-book.js +14 -0
  72. package/packages/Icon/src/icons/arrow.js +14 -0
  73. package/packages/Icon/src/icons/attachment.js +18 -0
  74. package/packages/Icon/src/icons/balance.js +14 -0
  75. package/packages/Icon/src/icons/ban.js +14 -0
  76. package/packages/Icon/src/icons/bell.js +14 -0
  77. package/packages/Icon/src/icons/block.js +26 -0
  78. package/packages/Icon/src/icons/book.js +14 -0
  79. package/packages/Icon/src/icons/bookmark.js +14 -0
  80. package/packages/Icon/src/icons/bug.js +22 -0
  81. package/packages/Icon/src/icons/bullhorn.js +14 -0
  82. package/packages/Icon/src/icons/calc.js +14 -0
  83. package/packages/Icon/src/icons/checkbox.js +14 -0
  84. package/packages/Icon/src/icons/circle.js +14 -0
  85. package/packages/Icon/src/icons/close.js +14 -0
  86. package/packages/Icon/src/icons/cloud-sun.js +14 -0
  87. package/packages/Icon/src/icons/coffee.js +14 -0
  88. package/packages/Icon/src/icons/component.js +14 -0
  89. package/packages/Icon/src/icons/compress.js +14 -0
  90. package/packages/Icon/src/icons/copyright.js +14 -0
  91. package/packages/Icon/src/icons/dialog.js +14 -0
  92. package/packages/Icon/src/icons/download.js +14 -0
  93. package/packages/Icon/src/icons/duration.js +14 -0
  94. package/packages/Icon/src/icons/excel.js +18 -0
  95. package/packages/Icon/src/icons/expand.js +14 -0
  96. package/packages/Icon/src/icons/export.js +21 -0
  97. package/packages/Icon/src/icons/eye-slash.js +14 -0
  98. package/packages/Icon/src/icons/eye.js +14 -0
  99. package/packages/Icon/src/icons/file.js +18 -0
  100. package/packages/Icon/src/icons/form.js +14 -0
  101. package/packages/Icon/src/icons/ganged.js +14 -0
  102. package/packages/Icon/src/icons/gaode.js +27 -0
  103. package/packages/Icon/src/icons/gift.js +14 -0
  104. package/packages/Icon/src/icons/home.js +14 -0
  105. package/packages/Icon/src/icons/image.js +14 -0
  106. package/packages/Icon/src/icons/import.js +18 -0
  107. package/packages/Icon/src/icons/index.js +67 -0
  108. package/packages/Icon/src/icons/info.js +21 -0
  109. package/packages/Icon/src/icons/laptop.js +14 -0
  110. package/packages/Icon/src/icons/line.js +34 -0
  111. package/packages/Icon/src/icons/lock.js +14 -0
  112. package/packages/Icon/src/icons/map.js +18 -0
  113. package/packages/Icon/src/icons/more.js +19 -0
  114. package/packages/Icon/src/icons/move.js +14 -0
  115. package/packages/Icon/src/icons/org.js +18 -0
  116. package/packages/Icon/src/icons/palette.js +14 -0
  117. package/packages/Icon/src/icons/plan.js +17 -0
  118. package/packages/Icon/src/icons/ppt.js +18 -0
  119. package/packages/Icon/src/icons/question.js +18 -0
  120. package/packages/Icon/src/icons/radio.js +14 -0
  121. package/packages/Icon/src/icons/refresh.js +14 -0
  122. package/packages/Icon/src/icons/search.js +14 -0
  123. package/packages/Icon/src/icons/select.js +14 -0
  124. package/packages/Icon/src/icons/setting.js +18 -0
  125. package/packages/Icon/src/icons/simple-collapse.js +18 -0
  126. package/packages/Icon/src/icons/simple-expand.js +14 -0
  127. package/packages/Icon/src/icons/sort.js +22 -0
  128. package/packages/Icon/src/icons/sword.js +26 -0
  129. package/packages/Icon/src/icons/table.js +14 -0
  130. package/packages/Icon/src/icons/time.js +14 -0
  131. package/packages/Icon/src/icons/tree.js +14 -0
  132. package/packages/Icon/src/icons/typography.js +18 -0
  133. package/packages/Icon/src/icons/upload.js +18 -0
  134. package/packages/Icon/src/icons/user.js +14 -0
  135. package/packages/Icon/src/icons/users.js +30 -0
  136. package/packages/Icon/src/icons/video.js +14 -0
  137. package/packages/Icon/src/icons/word.js +18 -0
  138. package/packages/Icon/src/main.vue +432 -0
  139. package/packages/Image/index.js +7 -0
  140. package/packages/Image/src/main.vue +66 -0
  141. package/packages/Input/index.js +7 -0
  142. package/packages/Input/src/main.vue +552 -0
  143. package/packages/JobSelector/index.js +7 -0
  144. package/packages/JobSelector/src/main.vue +339 -0
  145. package/packages/JobSelectorInput/index.js +7 -0
  146. package/packages/JobSelectorInput/src/main.vue +87 -0
  147. package/packages/Map/index.js +7 -0
  148. package/packages/Map/src/Map.vue +427 -0
  149. package/packages/Milepost/index.js +7 -0
  150. package/packages/Milepost/src/main.vue +45 -0
  151. package/packages/OnlineForm/index.js +7 -0
  152. package/packages/OnlineForm/src/Form.vue +359 -0
  153. package/packages/OrgPostDialog/index.js +7 -0
  154. package/packages/OrgPostDialog/src/main.vue +244 -0
  155. package/packages/OrgSelector/index.js +7 -0
  156. package/packages/OrgSelector/src/main.vue +493 -0
  157. package/packages/OrgSelectorInput/index.js +7 -0
  158. package/packages/OrgSelectorInput/src/OrgSelectorInput.vue +216 -0
  159. package/packages/PostSelector/index.js +7 -0
  160. package/packages/PostSelector/src/main.vue +463 -0
  161. package/packages/PostSelectorInput/index.js +7 -0
  162. package/packages/PostSelectorInput/src/PostSelectorInput.vue +200 -0
  163. package/packages/Preview/index.js +7 -0
  164. package/packages/Preview/src/FillPage.vue +311 -0
  165. package/packages/Preview/src/FrameViewer.vue +135 -0
  166. package/packages/Preview/src/Loading.vue +126 -0
  167. package/packages/Preview/src/PdfViewer.vue +125 -0
  168. package/packages/Preview/src/TextViewer.vue +99 -0
  169. package/packages/Preview/src/main.vue +242 -0
  170. package/packages/Preview/src/watermark.js +124 -0
  171. package/packages/ProcessRecord/index.js +7 -0
  172. package/packages/ProcessRecord/src/main.vue +392 -0
  173. package/packages/Qrcode/index.js +7 -0
  174. package/packages/Qrcode/src/Qrcode.vue +105 -0
  175. package/packages/QuerySqlPreview/index.js +7 -0
  176. package/packages/QuerySqlPreview/src/QuerySqlPreview.vue +163 -0
  177. package/packages/Radio/index.js +7 -0
  178. package/packages/Radio/src/main.vue +172 -0
  179. package/packages/Rate/index.js +7 -0
  180. package/packages/Rate/src/main.vue +89 -0
  181. package/packages/ReadonlyInput/index.js +7 -0
  182. package/packages/ReadonlyInput/src/main.vue +92 -0
  183. package/packages/RelevantFlow/index.js +7 -0
  184. package/packages/RelevantFlow/src/main.vue +547 -0
  185. package/packages/RelevantFlow/src/relevantFlow.js +28 -0
  186. package/packages/RoleSelector/index.js +7 -0
  187. package/packages/RoleSelector/src/main.vue +358 -0
  188. package/packages/RoleSelectorInput/index.js +7 -0
  189. package/packages/RoleSelectorInput/src/main.vue +84 -0
  190. package/packages/SaveButton/index.js +7 -0
  191. package/packages/SaveButton/src/main.vue +73 -0
  192. package/packages/Select/index.js +7 -0
  193. package/packages/Select/src/main.vue +330 -0
  194. package/packages/SelectTree/index.js +7 -0
  195. package/packages/SelectTree/src/SelectTree.vue +352 -0
  196. package/packages/Selector/index.js +7 -0
  197. package/packages/Selector/src/main.vue +617 -0
  198. package/packages/SidebarDialog/index.js +7 -0
  199. package/packages/SidebarDialog/src/main.vue +156 -0
  200. package/packages/Slider/index.js +7 -0
  201. package/packages/Slider/src/main.vue +84 -0
  202. package/packages/Step/index.js +7 -0
  203. package/packages/StepLayout/index.js +7 -0
  204. package/packages/Steps/index.js +7 -0
  205. package/packages/Steps/src/Step.vue +122 -0
  206. package/packages/Steps/src/StepLayout.vue +35 -0
  207. package/packages/Steps/src/Steps.vue +65 -0
  208. package/packages/Subtable/index.js +33 -0
  209. package/packages/Subtable/src/SubDialog.vue +1926 -0
  210. package/packages/Subtable/src/SubExportDialog.vue +115 -0
  211. package/packages/Subtable/src/SubImportDialog.vue +316 -0
  212. package/packages/Subtable/src/SubPagination.vue +112 -0
  213. package/packages/Subtable/src/SubtableBackfill.vue +83 -0
  214. package/packages/Subtable/src/dialog.js +42 -0
  215. package/packages/Switch/index.js +7 -0
  216. package/packages/Switch/src/main.vue +83 -0
  217. package/packages/Table/index.js +7 -0
  218. package/packages/Table/src/CustomColumn.vue +351 -0
  219. package/packages/Table/src/Table.vue +979 -0
  220. package/packages/TableColumn/index.js +7 -0
  221. package/packages/TableColumn/src/main.vue +177 -0
  222. package/packages/TableSearchField/index.js +7 -0
  223. package/packages/TableSearchField/src/main.vue +334 -0
  224. package/packages/TableSearchPanel/index.js +7 -0
  225. package/packages/TableSearchPanel/src/main.vue +149 -0
  226. package/packages/Tabs/index.js +7 -0
  227. package/packages/Tabs/src/Tabs.vue +140 -0
  228. package/packages/Tag/index.js +7 -0
  229. package/packages/Tag/src/main.vue +264 -0
  230. package/packages/TemplateBatchUpdate/index.js +7 -0
  231. package/packages/TemplateBatchUpdate/src/TemplateBatchUpdateDialog.vue +174 -0
  232. package/packages/TemplateForm/index.js +7 -0
  233. package/packages/TemplateForm/src/main.vue +645 -0
  234. package/packages/TemplateFormDialog/index.js +7 -0
  235. package/packages/TemplateFormDialog/src/main.vue +61 -0
  236. package/packages/TemplateImportResult/index.js +7 -0
  237. package/packages/TemplateImportResult/src/main.vue +158 -0
  238. package/packages/TemplatePreview/index.js +19 -0
  239. package/packages/TemplatePreview/src/TemplatePreview.vue +169 -0
  240. package/packages/TemplatePreview/src/TemplatePreviewFile.vue +171 -0
  241. package/packages/TemplatePreview/src/TemplatePreviewImage.vue +83 -0
  242. package/packages/TemplateTaskCirculate/index.js +7 -0
  243. package/packages/TemplateTaskCirculate/src/main.vue +238 -0
  244. package/packages/Text/index.js +7 -0
  245. package/packages/Text/src/main.vue +57 -0
  246. package/packages/TimePicker/index.js +7 -0
  247. package/packages/TimePicker/src/main.vue +139 -0
  248. package/packages/TimeSelect/index.js +7 -0
  249. package/packages/TimeSelect/src/main.vue +96 -0
  250. package/packages/Tree/index.js +7 -0
  251. package/packages/Tree/src/main.vue +439 -0
  252. package/packages/TreeDialog/index.js +7 -0
  253. package/packages/TreeDialog/src/main.vue +293 -0
  254. package/packages/TreeListDialog/index.js +7 -0
  255. package/packages/TreeListDialog/src/main.vue +219 -0
  256. package/packages/Typography/index.js +8 -0
  257. package/packages/Typography/src/create-header.js +72 -0
  258. package/packages/UserDialog/index.js +7 -0
  259. package/packages/UserDialog/src/main.vue +250 -0
  260. package/packages/UserSelector/index.js +7 -0
  261. package/packages/UserSelector/src/main.vue +746 -0
  262. package/packages/UserSelectorInput/index.js +7 -0
  263. package/packages/UserSelectorInput/src/main.vue +319 -0
  264. package/packages/picture/index.js +7 -0
  265. package/packages/picture/src/main.vue +530 -0
  266. package/packages/plugins/Echarts.js +30 -0
  267. package/packages/plugins/Map.js +29 -0
  268. package/packages/plugins/Preview.js +49 -0
  269. package/packages/plugins/Qrcode.js +7 -0
  270. package/packages/plugins/XLSX.js +7 -0
  271. package/packages/plugins/wangeditor.js +19 -0
  272. package/src/assets/icon_found_img.png +0 -0
  273. package/src/assets/table-no-data.png +0 -0
  274. package/src/directive/badge.js +53 -0
  275. package/src/directive/copy.js +47 -0
  276. package/src/directive/ellipsis.js +6 -0
  277. package/src/directive/expandClick.js +23 -0
  278. package/src/directive/express.js +86 -0
  279. package/src/directive/form.js +122 -0
  280. package/src/directive/format.js +24 -0
  281. package/src/directive/formulas.js +708 -0
  282. package/src/directive/index.js +42 -0
  283. package/src/directive/permissionLine.js +59 -0
  284. package/src/directive/permissionLineLable.js +56 -0
  285. package/src/directive/permit.js +23 -0
  286. package/src/directive/popconfirm.js +86 -0
  287. package/src/directive/relatedQuery.js +61 -0
  288. package/src/directive/resize.js +18 -0
  289. package/src/directive/subSort.js +18 -0
  290. package/src/directive/tableDrag.js +25 -0
  291. package/src/directive/tooltip.js +37 -0
  292. package/src/filter/computerSize.js +23 -0
  293. package/src/filter/dateFormat.js +10 -0
  294. package/src/filter/index.js +10 -0
  295. package/src/index.js +267 -0
  296. package/src/locale/format.js +44 -0
  297. package/src/locale/index.js +48 -0
  298. package/src/locale/lang/en.js +59 -0
  299. package/src/locale/lang/zh-CN.js +58 -0
  300. package/src/locale/lang/zh-TW.js +57 -0
  301. package/src/locale/validate/dict.js +223 -0
  302. package/src/math.js +270 -0
  303. package/src/mixins/emitter.js +33 -0
  304. package/src/mixins/form.js +25 -0
  305. package/src/mixins/formDataUpdate.js +32 -0
  306. package/src/mixins/ganged.js +126 -0
  307. package/src/mixins/inputName.js +30 -0
  308. package/src/mixins/linkage.js +403 -0
  309. package/src/mixins/locale.js +9 -0
  310. package/src/mixins/mobileMode.js +27 -0
  311. package/src/mixins/onlineHottable.js +105 -0
  312. package/src/mixins/onlineSubtable.js +468 -0
  313. package/src/mixins/permission.js +84 -0
  314. package/src/mixins/querySqlPreview.js +747 -0
  315. package/src/mixins/regionValidator.js +70 -0
  316. package/src/mixins/script.js +35 -0
  317. package/src/mixins/templatePreview.js +3673 -0
  318. package/src/service.js +336 -0
  319. package/src/services/CustomQuery.js +199 -0
  320. package/src/services/SubPagination.js +132 -0
  321. package/src/styles/index.scss +7 -0
  322. package/src/styles/selector.scss +127 -0
  323. package/src/styles/variables.scss +71 -0
  324. package/src/util/base64.js +21 -0
  325. package/src/util/brower.js +15 -0
  326. package/src/util/clone.js +61 -0
  327. package/src/util/path.js +4 -0
  328. package/src/util/request.js +14 -0
  329. package/src/utils.js +1205 -0
  330. package/src/validate.js +184 -0
@@ -0,0 +1,293 @@
1
+ <template>
2
+ <el-dialog
3
+ :title="dialogTitle"
4
+ :append-to-body="appendToBody"
5
+ :close-on-click-modal="false"
6
+ :visible.sync="dialogVisible"
7
+ :before-close="handleClose"
8
+ :destroy-on-close="destroyOnClose"
9
+ >
10
+ <el-scrollbar style="height:100%">
11
+ <cl-tree
12
+ ref="clTree"
13
+ :tree-data="data"
14
+ :props="props"
15
+ :empty-text="emptyText"
16
+ :filter-node-method="filterNodeMethod"
17
+ :support-filter="supportFilter"
18
+ :show-more-button="showMoreButton"
19
+ :default-expand-all="defaultExpandAll"
20
+ :load="load"
21
+ :lazy="lazy"
22
+ :show-checkbox="showCheckbox"
23
+ :accordion="accordion"
24
+ :node-key="nodeKey"
25
+ :default-expanded-keys="defaultExpandedKeys"
26
+ :highlight-current="highlightCurrent"
27
+ :render-after-expand="renderAfterExpand"
28
+ :render-content="renderContent"
29
+ :check-on-click-node="checkOnClickNode"
30
+ :auto-expand-parent="autoExpandParent"
31
+ :check-strictly="checkStrictly"
32
+ :current-node-key="currentNodeKey"
33
+ :indent="indent"
34
+ :icon-class="iconClass"
35
+ :draggable="draggable"
36
+ :allow-drag="allowDrag"
37
+ :allow-drop="allowDrop"
38
+ :expand-on-click-node="expandOnClickNode"
39
+ :default-checked-keys="defaultCheckedKeys"
40
+ @node-click="handleNodeClick"
41
+ @node-contextmenu="nodeContextmenu"
42
+ @check-change="checkChange"
43
+ @check="check"
44
+ @current-change="currentChange"
45
+ @node-expand="nodeExpand"
46
+ @node-collapse="nodeCollapse"
47
+ @node-drag-start="nodeDragStart"
48
+ @node-drag-enter="nodeDragEnter"
49
+ @node-drag-leave="nodeDragLeave"
50
+ @node-drag-over="nodeDragOver"
51
+ @node-drag-end="nodeDragEnd"
52
+ @node-drop="nodeDrop"
53
+ ></cl-tree>
54
+ </el-scrollbar>
55
+ <div slot="footer" class="dialog-footer">
56
+ <el-button type="primary" @click="onConfirm">确定</el-button>
57
+ <el-button @click="handleClose">取消</el-button>
58
+ </div>
59
+ </el-dialog>
60
+ </template>
61
+ <script>
62
+ import ClTree from '../../Tree/index'
63
+
64
+ export default {
65
+ name: 'ClTreeDialog',
66
+ components: {
67
+ ClTree,
68
+ },
69
+ props: {
70
+ dialogTitle: {
71
+ type: String,
72
+ default: '请选择',
73
+ },
74
+ appendToBody: {
75
+ type: Boolean,
76
+ default: false,
77
+ },
78
+ showMoreButton: {
79
+ type: Boolean,
80
+ default: false,
81
+ },
82
+ emptyText: String,
83
+ filterNodeMethod: Function,
84
+ data: Array,
85
+ load: {
86
+ type: Function,
87
+ },
88
+ lazy: {
89
+ type: Boolean,
90
+ default: false,
91
+ },
92
+ accordion: {
93
+ type: Boolean,
94
+ default: false,
95
+ },
96
+ showCheckbox: {
97
+ type: Boolean,
98
+ default: false,
99
+ },
100
+ defaultExpandAll: {
101
+ type: Boolean,
102
+ default: false,
103
+ },
104
+ props: {
105
+ type: Object,
106
+ default: function() {
107
+ return {
108
+ children: 'children',
109
+ label: 'label',
110
+ }
111
+ },
112
+ },
113
+ supportFilter: {
114
+ type: Boolean,
115
+ default: false,
116
+ },
117
+ iconClass: {
118
+ type: String,
119
+ },
120
+ nodeKey: {
121
+ type: String,
122
+ },
123
+ defaultExpandedKeys: {
124
+ type: Array,
125
+ },
126
+ highlightCurrent: {
127
+ type: Boolean,
128
+ default: false,
129
+ },
130
+ renderAfterExpand: {
131
+ type: Boolean,
132
+ default: true,
133
+ },
134
+ renderContent: {
135
+ type: Function,
136
+ },
137
+ checkOnClickNode: {
138
+ type: Boolean,
139
+ default: false,
140
+ },
141
+ autoExpandParent: {
142
+ type: Boolean,
143
+ default: true,
144
+ },
145
+ checkStrictly: {
146
+ type: Boolean,
147
+ default: false,
148
+ },
149
+ currentNodeKey: {
150
+ type: [String, Number],
151
+ },
152
+ indent: {
153
+ type: Number,
154
+ default: 16,
155
+ },
156
+ draggable: {
157
+ type: Boolean,
158
+ default: false,
159
+ },
160
+ allowDrag: {
161
+ type: Function,
162
+ },
163
+ allowDrop: {
164
+ type: Function,
165
+ },
166
+ expandOnClickNode: {
167
+ type: Boolean,
168
+ default: false,
169
+ },
170
+ defaultCheckedKeys: {
171
+ type: Array,
172
+ default() {
173
+ return []
174
+ },
175
+ },
176
+ // showCheck 为true时 是否只返回叶子节点
177
+ leafOnly: {
178
+ type: Boolean,
179
+ default: false,
180
+ },
181
+ // showCheck 为true时 是否只返回包含半选中的叶子节点
182
+ includeHalfChecked: {
183
+ type: Boolean,
184
+ default: false,
185
+ },
186
+ destroyOnClose: {
187
+ type: Boolean,
188
+ default: false,
189
+ },
190
+ },
191
+ data() {
192
+ return {
193
+ dialogVisible: false,
194
+ selectedNode: null,
195
+ }
196
+ },
197
+ methods: {
198
+ showDialog() {
199
+ this.dialogVisible = true
200
+ },
201
+ handleClose() {
202
+ this.dialogVisible = false
203
+ },
204
+ onConfirm() {
205
+ let resultNodes = null
206
+ if (this.$refs.clTree.showCheckbox) {
207
+ resultNodes = this.$refs.clTree.$refs.elTree.getCheckedNodes(
208
+ this.leafOnly,
209
+ this.includeHalfChecked
210
+ )
211
+ if (!resultNodes || resultNodes.length <= 0) {
212
+ this.$message.error('请选择')
213
+ return
214
+ }
215
+ } else {
216
+ resultNodes = this.$refs.clTree.$refs.elTree.getCurrentNode()
217
+ }
218
+ if (!resultNodes) {
219
+ this.$message.error('请选择')
220
+ return
221
+ }
222
+ this.dialogVisible = false
223
+ this.$emit('onConfirm', resultNodes)
224
+ },
225
+ handleNodeClick(data, node, nodeComponent) {
226
+ this.$emit('node-click', data, node, nodeComponent)
227
+ },
228
+ nodeContextmenu(event, data, node, nodeComponent) {
229
+ this.$emit('node-contextmenu', event, data, node, nodeComponent)
230
+ },
231
+ checkChange(data, isChecked, hasChildChecked) {
232
+ this.$emit('check-change', data, isChecked, hasChildChecked)
233
+ },
234
+ check(data, checkedObj) {
235
+ this.$emit('check', data, checkedObj)
236
+ },
237
+ currentChange(data, node) {
238
+ this.$emit('current-change', data, node)
239
+ },
240
+ nodeExpand(data, node, nodeComponent) {
241
+ this.$emit('node-expand', data, node, nodeComponent)
242
+ },
243
+ nodeCollapse(data, node, nodeComponent) {
244
+ this.$emit('node-collapse', data, node, nodeComponent)
245
+ },
246
+ nodeDragStart(node, event) {
247
+ this.$emit('node-drag-start', node, event)
248
+ },
249
+ nodeDragEnter(dragNode, enterNode, event) {
250
+ this.$emit('node-drag-enter', dragNode, enterNode, event)
251
+ },
252
+ nodeDragLeave(dragNode, enterNode, event) {
253
+ this.$emit('node-drag-leave', dragNode, enterNode, event)
254
+ },
255
+ nodeDragOver(dragNode, enterNode, event) {
256
+ this.$emit('node-drag-over', dragNode, enterNode, event)
257
+ },
258
+ nodeDragEnd(dragNode, endNode, position, event) {
259
+ this.$emit('node-drag-end', dragNode, endNode, position, event)
260
+ },
261
+ nodeDrop(dragNode, endNode, position, event) {
262
+ this.$emit('node-drop', dragNode, endNode, position, event)
263
+ },
264
+ },
265
+ }
266
+ </script>
267
+
268
+ <style lang="scss" scoped>
269
+ ::v-deep .el-dialog {
270
+ width: 300px;
271
+ height: 500px;
272
+ }
273
+ ::v-deep .el-dialog__header {
274
+ border-bottom: 1px solid darkgrey;
275
+ }
276
+ ::v-deep .el-dialog__body {
277
+ padding: 0px;
278
+ height: 380px;
279
+ }
280
+ ::v-deep .el-dialog__footer {
281
+ position: absolute;
282
+ text-align: center;
283
+ bottom: 0px;
284
+ left: 0px;
285
+ right: 0px;
286
+ }
287
+ ::v-deep .el-tree {
288
+ width: 300px;
289
+ }
290
+ ::v-deep .el-scrollbar__wrap {
291
+ overflow-x: hidden;
292
+ }
293
+ </style>
@@ -0,0 +1,7 @@
1
+ import TreeListDialog from './src/main.vue'
2
+
3
+ TreeListDialog.install = function(Vue) {
4
+ Vue.component(TreeListDialog.name, TreeListDialog)
5
+ }
6
+
7
+ export default TreeListDialog
@@ -0,0 +1,219 @@
1
+ <template>
2
+ <div class="inputs">
3
+ <el-dialog
4
+ :title="dialogTitle"
5
+ :visible.sync="dialogVisible"
6
+ class="dialog-selector__wrapper"
7
+ top="6vh"
8
+ :before-close="handleClose"
9
+ :close-on-click-modal="false"
10
+ :append-to-body="appendToBody"
11
+ :destroy-on-close="destroyOnClose"
12
+ >
13
+ <el-container class="container">
14
+ <el-aside width="210px" class="left-aside">
15
+ <el-card class="box-card org-find-card" shadow="never">
16
+ <cl-tree
17
+ ref="tree"
18
+ :lazy="lazy"
19
+ :load="loadOrgTree"
20
+ :data="treeData"
21
+ :default-expand-all="false"
22
+ :highlight-current="true"
23
+ :props="props"
24
+ :node-key="nodeKey"
25
+ :default-expanded-keys="defaultExpandedKeys"
26
+ accordion
27
+ @node-click="handleNodeClick"
28
+ ></cl-tree>
29
+ </el-card>
30
+ </el-aside>
31
+ <el-container>
32
+ <el-main>
33
+ <cl-selector
34
+ ref="selector"
35
+ v-model="selectors"
36
+ :data="data"
37
+ :pagination="pagination"
38
+ :table-columns="tableColumns"
39
+ :select-label="selectLabel"
40
+ :quick-search-props="quickSearchProps"
41
+ :single="single"
42
+ :search-placeholder="searchPlaceholder"
43
+ @load="load"
44
+ @reset="reset"
45
+ />
46
+ </el-main>
47
+ </el-container>
48
+ </el-container>
49
+
50
+ <div slot="footer" class="dialog-footer">
51
+ <el-button type="primary" size="small" @click="handleDialogSure">
52
+ 确 定
53
+ </el-button>
54
+ <el-button size="small" @click="handleDialogCancel">取 消</el-button>
55
+ </div>
56
+ </el-dialog>
57
+ </div>
58
+ </template>
59
+ <script>
60
+ import ClSelector from '../../Selector/index'
61
+ import { setTimeout } from 'timers'
62
+
63
+ export default {
64
+ name: 'ClTreeListDialog',
65
+ components: {
66
+ ClSelector,
67
+ },
68
+ props: {
69
+ dialogTitle: {
70
+ type: String,
71
+ default: '对话框',
72
+ },
73
+ props: {
74
+ type: Object,
75
+ default() {
76
+ return { children: 'children', label: 'name', isLeaf: 'leaf' }
77
+ },
78
+ },
79
+ treeData: {
80
+ type: Array,
81
+ default: () => {
82
+ return []
83
+ },
84
+ },
85
+ loadOrgTree: {
86
+ type: Function,
87
+ },
88
+ value: String,
89
+ single: {
90
+ type: Boolean,
91
+ default: false,
92
+ },
93
+ lazy: {
94
+ type: Boolean,
95
+ default: false,
96
+ },
97
+ data: {
98
+ type: Array,
99
+ default: () => {
100
+ return []
101
+ },
102
+ },
103
+ tableColumns: {
104
+ type: Array,
105
+ default: () => {
106
+ return []
107
+ },
108
+ },
109
+ pagination: {
110
+ type: Object,
111
+ default: () => {
112
+ return {
113
+ page: 1,
114
+ pageSize: 50,
115
+ total: 0,
116
+ }
117
+ },
118
+ },
119
+ selectLabel: {
120
+ type: String,
121
+ default: 'name',
122
+ },
123
+ appendToBody: {
124
+ type: Boolean,
125
+ default: false,
126
+ },
127
+ defaultDemension: {
128
+ type: [String, Number],
129
+ default: '',
130
+ },
131
+ quickSearchProps: {
132
+ type: [String, Array],
133
+ required: true,
134
+ },
135
+ nodeKey: {
136
+ type: String,
137
+ default: 'id',
138
+ },
139
+ defaultExpandedKeys: {
140
+ type: Array,
141
+ default() {
142
+ return []
143
+ },
144
+ },
145
+ searchPlaceholder: {
146
+ type: String,
147
+ default: '',
148
+ },
149
+ destroyOnClose: {
150
+ type: Boolean,
151
+ default: false,
152
+ },
153
+ },
154
+ data() {
155
+ return {
156
+ inputName: null,
157
+ selectors: [],
158
+ dialogVisible: false,
159
+ }
160
+ },
161
+ methods: {
162
+ // 同步value到当前所选数据中
163
+ showDialog(selectors) {
164
+ this.dialogVisible = true
165
+ if (!selectors) {
166
+ selectors = []
167
+ }
168
+ setTimeout(() => {
169
+ this.$refs.selector.onShow(selectors)
170
+ })
171
+ },
172
+ handleClose(done) {
173
+ this.$refs.selector.onHide()
174
+ done && done()
175
+ },
176
+ handleDialogSure() {
177
+ this.dialogVisible = false
178
+ this.$refs.selector.onHide(true)
179
+ this.$emit('onConfirm', this.selectors)
180
+ },
181
+ handleDialogCancel() {
182
+ this.dialogVisible = false
183
+ this.$refs.selector.onHide()
184
+ },
185
+ handleRemove(item) {
186
+ this.selectors.remove(item)
187
+ },
188
+ load(param, cb) {
189
+ this.$emit('load', param, cb)
190
+ },
191
+ handleNodeClick(data) {
192
+ this.$emit('loadListData', data)
193
+ },
194
+ reset() {
195
+ this.$emit('reset')
196
+ },
197
+ },
198
+ }
199
+ </script>
200
+ <style lang="scss" scoped>
201
+ @import '~@/styles/selector.scss';
202
+ .inputs {
203
+ display: block;
204
+ }
205
+
206
+ .el-select__tags {
207
+ background: #fff;
208
+ margin-left: 1px;
209
+ }
210
+
211
+ .el-select__tags_readonly {
212
+ position: relative;
213
+ top: 50%;
214
+ }
215
+
216
+ .el-input__inner[aria-invalid='true'] {
217
+ border-color: #f56c6c;
218
+ }
219
+ </style>
@@ -0,0 +1,8 @@
1
+ import createHeader from './src/create-header'
2
+
3
+ export const ClH1 = createHeader('1')
4
+ export const ClH2 = createHeader('2')
5
+ export const ClH3 = createHeader('3')
6
+ export const ClH4 = createHeader('4')
7
+ export const ClH5 = createHeader('5')
8
+ export const ClH6 = createHeader('6')
@@ -0,0 +1,72 @@
1
+ import styles from '@/styles/index.scss'
2
+
3
+ export default (level) => {
4
+ const headerComponent = {
5
+ name: `ClH${level}`,
6
+ props: {
7
+ type: {
8
+ type: String,
9
+ default: 'primary',
10
+ validator(val) {
11
+ return (
12
+ val === 'info' ||
13
+ val === 'success' ||
14
+ val === 'warning' ||
15
+ val === 'danger' ||
16
+ val === 'primary'
17
+ )
18
+ },
19
+ },
20
+ textGap: {
21
+ type: String,
22
+ default: '16px',
23
+ },
24
+ scene: {
25
+ type: Boolean,
26
+ default: false,
27
+ },
28
+ barWidth: {
29
+ type: String,
30
+ default: '4px',
31
+ },
32
+ inline: {
33
+ type: Boolean,
34
+ default: false,
35
+ },
36
+ },
37
+ computed: {
38
+ typeColor() {
39
+ return this.type == 'info'
40
+ ? styles.info_color
41
+ : this.type == 'success'
42
+ ? styles.success_color
43
+ : this.type == 'warning'
44
+ ? styles.warning_color
45
+ : this.type == 'danger'
46
+ ? styles.danger_color
47
+ : styles.primary_color
48
+ },
49
+ },
50
+ render(h) {
51
+ let style = {
52
+ '--header-padding-left': this.textGap,
53
+ '--bar-color': this.typeColor,
54
+ '--bezier': 'cubic-bezier(0.4, 0, 0.2, 1)',
55
+ '--bar-width': this.barWidth,
56
+ display: this.inline ? 'inline' : 'block',
57
+ color: this.scene ? this.typeColor : 'trsparent',
58
+ }
59
+ this.inline && (style.display = 'inline')
60
+ this.scene && (style.color = this.typeColor)
61
+ return h(
62
+ `h${level}`,
63
+ {
64
+ class: ['cl-typography__header'],
65
+ style,
66
+ },
67
+ this.$slots.default
68
+ )
69
+ },
70
+ }
71
+ return headerComponent
72
+ }
@@ -0,0 +1,7 @@
1
+ import UserDialog from './src/main.vue'
2
+
3
+ UserDialog.install = function(Vue) {
4
+ Vue.component(UserDialog.name, UserDialog)
5
+ }
6
+
7
+ export default UserDialog