@web-utils/component 2.7.29 → 2.7.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{config.7dec2bf2.js → config.75161c38.js} +29 -29
- package/dist/chunks/confirmable-mixin.851d6299.js +137 -0
- package/dist/chunks/dataformat.b8c8c01a.js +237 -0
- package/dist/chunks/detail.6135ade5.js +55 -0
- package/dist/chunks/dic.e57b75f2.js +215 -0
- package/dist/chunks/{event.fc358074.js → event.812c361c.js} +54 -23
- package/dist/chunks/{form-input-mixin.760cd65d.js → form-input-mixin.3e63b57f.js} +4 -4
- package/dist/chunks/{form-item-mixin.fa314b67.js → form-item-mixin.a56c101a.js} +44 -17
- package/dist/chunks/{form-pick-mixin.c4e0391b.js → form-pick-mixin.822300f3.js} +1 -1
- package/dist/chunks/{init.e0133910.js → init.38cbb3a2.js} +41 -21
- package/dist/chunks/{input-number-mixin.6849fa63.js → input-number-mixin.44b78389.js} +4 -4
- package/dist/chunks/{mixins.6a394a6c.js → mixins.e1939731.js} +3 -2
- package/dist/chunks/{packages.419bde01.js → packages.c4ea639d.js} +12 -6
- package/dist/chunks/{permission.07c49abf.js → permission.9c766972.js} +6 -1
- package/dist/chunks/slot.55598d0f.js +35 -0
- package/dist/chunks/{tab-mixin.9d568df9.js → tab-mixin.9d848bf6.js} +29 -11
- package/dist/chunks/util.b0d0b0ad.js +478 -0
- package/dist/chunks/{utils.d7f73f8d.js → utils.2a3ffac9.js} +89 -24
- package/dist/chunks/{utils.f44207f4.js → utils.a8891d2c.js} +9 -5
- package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +59 -0
- package/dist/components/address-input/index.js +30 -17
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/affix/index.js +78 -28
- package/dist/components/affix/style.css +5 -1
- package/dist/components/aside-menu/index.js +14 -8
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/avatar/index.js +33 -15
- package/dist/components/avatar/style.css +57 -1
- package/dist/components/awesome-button/index.js +45 -31
- package/dist/components/base.css +410 -1
- package/dist/components/capsule-tab/index.js +13 -7
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/card/index.js +33 -20
- package/dist/components/card/style.css +90 -1
- package/dist/components/carousel/index.js +18 -12
- package/dist/components/carousel/style.css +41 -1
- package/dist/components/chat/index.js +245 -139
- package/dist/components/chat/style.css +279 -1
- package/dist/components/chunk-file-uploader/index.js +63 -29
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +15 -9
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +45 -27
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +150 -73
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +15 -9
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +16 -10
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +18 -10
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +75 -47
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +62 -39
- package/dist/components/column/index.js +54 -29
- package/dist/components/column-default/index.js +47 -33
- package/dist/components/column-dynamic/index.js +26 -19
- package/dist/components/column-menu/index.js +98 -86
- package/dist/components/column-slot/index.js +135 -75
- package/dist/components/comment/index.js +28 -15
- package/dist/components/comment/style.css +92 -1
- package/dist/components/confirm-button/index.js +7 -5
- package/dist/components/confirmable/index.js +5 -4
- package/dist/components/context-menu/index.js +54 -32
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/count-up/index.js +55 -38
- package/dist/components/custom-scrollbar/index.js +45 -21
- package/dist/components/data-box/index.js +22 -16
- package/dist/components/data-box/style.css +58 -1
- package/dist/components/data-card/index.js +21 -15
- package/dist/components/data-card/style.css +46 -1
- package/dist/components/data-cardtext/index.js +19 -13
- package/dist/components/data-cardtext/style.css +36 -1
- package/dist/components/data-display/index.js +22 -16
- package/dist/components/data-display/style.css +37 -1
- package/dist/components/data-icons/index.js +23 -17
- package/dist/components/data-icons/style.css +53 -1
- package/dist/components/data-imgtext/index.js +26 -20
- package/dist/components/data-imgtext/style.css +70 -1
- package/dist/components/data-operatext/index.js +20 -14
- package/dist/components/data-operatext/style.css +81 -1
- package/dist/components/data-panel/index.js +21 -15
- package/dist/components/data-panel/style.css +37 -1
- package/dist/components/data-pay/index.js +29 -23
- package/dist/components/data-pay/style.css +102 -1
- package/dist/components/data-price/index.js +19 -13
- package/dist/components/data-price/style.css +81 -1
- package/dist/components/data-progress/index.js +26 -20
- package/dist/components/data-progress/style.css +30 -1
- package/dist/components/data-rotate/index.js +21 -15
- package/dist/components/data-rotate/style.css +50 -1
- package/dist/components/data-table-picker/index.js +47 -28
- package/dist/components/data-tabs/index.js +22 -16
- package/dist/components/data-tabs/style.css +70 -1
- package/dist/components/dialog-column/index.js +46 -33
- package/dist/components/dialog-excel/index.js +102 -53
- package/dist/components/dialog-filter/index.js +64 -51
- package/dist/components/dialog-form/index.js +56 -115
- package/dist/components/dialog-form/style.css +10 -1
- package/dist/components/dynamic-table/index.js +66 -42
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +127 -46
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/easy-popup/index.js +32 -14
- package/dist/components/easy-popup/style.css +18 -1
- package/dist/components/editable-progress/index.js +64 -31
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +513 -287
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +25 -12
- package/dist/components/egd-collapse-item/index.js +41 -25
- package/dist/components/element-dialog/index.js +101 -48
- package/dist/components/element-dialog/style.css +88 -1
- package/dist/components/empty-view/index.js +13 -7
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +12 -6
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +39 -17
- package/dist/components/flex-item/index.js +59 -24
- package/dist/components/flex-row/index.js +39 -17
- package/dist/components/flex-scroller/index.js +13 -7
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/flow/index.js +116 -64
- package/dist/components/flow/style.css +44 -1
- package/dist/components/flow-node/index.js +29 -21
- package/dist/components/flow-viewer/index.js +97 -52
- package/dist/components/flow-viewer/style.css +19 -1
- package/dist/components/form-button/index.js +12 -8
- package/dist/components/form-cascader/index.js +55 -40
- package/dist/components/form-checkbox-group/index.js +90 -60
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +113 -44
- package/dist/components/form-group/index.js +23 -17
- package/dist/components/form-group/style.css +76 -1
- package/dist/components/form-holder/index.js +41 -30
- package/dist/components/form-input/index.js +42 -31
- package/dist/components/form-input-email/index.js +47 -30
- package/dist/components/form-input-id-card/index.js +40 -29
- package/dist/components/form-input-number/index.js +50 -38
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +40 -29
- package/dist/components/form-input-time/index.js +40 -29
- package/dist/components/form-item/index.js +99 -47
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +9 -8
- package/dist/components/form-item-group/index.js +69 -43
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +77 -53
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +71 -51
- package/dist/components/form-switch/index.js +41 -30
- package/dist/components/form-temp/index.js +49 -29
- package/dist/components/form-textarea/index.js +45 -34
- package/dist/components/form-view/index.js +152 -81
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/fy-array/index.js +51 -43
- package/dist/components/fy-array/style.css +18 -1
- package/dist/components/fy-article/index.js +24 -13
- package/dist/components/fy-article/style.css +40 -1
- package/dist/components/fy-cascader/index.js +39 -29
- package/dist/components/fy-checkbox/index.js +38 -27
- package/dist/components/fy-checkbox/style.css +15 -1
- package/dist/components/fy-code/index.js +19 -12
- package/dist/components/fy-curd/index.js +290 -152
- package/dist/components/fy-curd/style.css +239 -1
- package/dist/components/fy-date/index.js +24 -18
- package/dist/components/fy-date/style.css +21 -1
- package/dist/components/fy-dialog-form/index.js +127 -54
- package/dist/components/fy-draggable/index.js +196 -73
- package/dist/components/fy-draggable/style.css +136 -1
- package/dist/components/fy-dynamic/index.js +116 -73
- package/dist/components/fy-dynamic/style.css +35 -1
- package/dist/components/fy-empty/index.js +15 -9
- package/dist/components/fy-empty/style.css +24 -1
- package/dist/components/fy-form/index.js +399 -221
- package/dist/components/fy-form/style.css +79 -1
- package/dist/components/fy-form-design/index.js +2267 -1630
- package/dist/components/fy-form-design/style.css +578 -1
- package/dist/components/fy-form-menu/index.js +43 -35
- package/dist/components/fy-input/index.js +46 -35
- package/dist/components/fy-input-color/index.js +40 -33
- package/dist/components/fy-input-icon/index.js +58 -37
- package/dist/components/fy-input-icon/style.css +39 -1
- package/dist/components/fy-input-map/index.js +113 -68
- package/dist/components/fy-input-map/style.css +50 -1
- package/dist/components/fy-input-number/index.js +29 -24
- package/dist/components/fy-input-table/index.js +82 -48
- package/dist/components/fy-input-table/style.css +10 -1
- package/dist/components/fy-input-tree/index.js +104 -60
- package/dist/components/fy-input-tree/style.css +25 -1
- package/dist/components/fy-progress/index.js +15 -10
- package/dist/components/fy-radio/index.js +20 -14
- package/dist/components/fy-radio/style.css +12 -1
- package/dist/components/fy-rate/index.js +21 -15
- package/dist/components/fy-rate/style.css +9 -1
- package/dist/components/fy-select/index.js +73 -55
- package/dist/components/fy-select/style.css +25 -1
- package/dist/components/fy-slider/index.js +22 -17
- package/dist/components/fy-switch/index.js +17 -12
- package/dist/components/fy-tabs/index.js +20 -12
- package/dist/components/fy-tabs/style.css +6 -0
- package/dist/components/fy-time/index.js +29 -18
- package/dist/components/fy-title/index.js +16 -8
- package/dist/components/fy-title/style.css +11 -1
- package/dist/components/fy-tree/index.js +135 -72
- package/dist/components/fy-tree/style.css +46 -1
- package/dist/components/fy-u-editor/index.js +172 -67
- package/dist/components/fy-u-editor/style.css +15 -1
- package/dist/components/fy-upload/index.js +317 -148
- package/dist/components/fy-upload/style.css +60 -1
- package/dist/components/guide-steps/index.js +31 -17
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/header-menu/index.js +86 -66
- package/dist/components/header-search/index.js +92 -60
- package/dist/components/highlight-j-s/index.js +28 -15
- package/dist/components/highlight-j-s/style.css +21 -1
- package/dist/components/icon-card/index.js +13 -7
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/icon-temp/index.js +12 -6
- package/dist/components/icon-temp/style.css +21 -1
- package/dist/components/iframe-window/index.js +20 -14
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-cropper/index.js +71 -162
- package/dist/components/image-cropper/style.css +34 -1
- package/dist/components/image-preview/index.js +78 -170
- package/dist/components/image-preview/style.css +72 -1
- package/dist/components/image-viewer/index.js +40 -22
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +122 -56
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +32 -20
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/keep-view-alive/index.js +68 -21
- package/dist/components/keyboard/index.js +217 -132
- package/dist/components/keyboard/style.css +547 -1
- package/dist/components/license/index.js +81 -35
- package/dist/components/loading-view/index.js +12 -6
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/login/index.js +91 -62
- package/dist/components/login/style.css +25 -1
- package/dist/components/name-avatar/index.js +32 -10
- package/dist/components/name-avatar/style.css +35 -1
- package/dist/components/nav-bar/index.js +21 -11
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +16 -8
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/notice/index.js +40 -27
- package/dist/components/notice/style.css +54 -1
- package/dist/components/page/index.js +13 -7
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +15 -9
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +62 -37
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +53 -34
- package/dist/components/page-skeleton/index.js +15 -9
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +15 -9
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +187 -106
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +164 -80
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +92 -46
- package/dist/components/process-designer/index.js +961 -772
- package/dist/components/process-designer/style.css +1186 -1
- package/dist/components/properties-panel/index.js +1488 -1044
- package/dist/components/properties-panel/style.css +122 -1
- package/dist/components/queue/index.js +24 -12
- package/dist/components/record-video/index.js +53 -27
- package/dist/components/record-video/style.css +53 -1
- package/dist/components/resize-observer/index.js +52 -18
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search/index.js +41 -22
- package/dist/components/search/style.css +57 -1
- package/dist/components/search-popover/index.js +153 -91
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign/index.js +138 -35
- package/dist/components/sign/style.css +12 -1
- package/dist/components/sign-panel/index.js +96 -46
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/skeleton/index.js +22 -12
- package/dist/components/skeleton/style.css +61 -1
- package/dist/components/split-pane/index.js +125 -60
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +8 -5
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +22 -15
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +127 -58
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +34 -16
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +14 -9
- package/dist/components/table-column/index.js +26 -17
- package/dist/components/table-page/index.js +42 -23
- package/dist/components/table-view/index.js +162 -87
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +41 -22
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/text-ellipsis/index.js +48 -26
- package/dist/components/text-ellipsis/style.css +9 -1
- package/dist/components/tinymce-editor/index.js +80 -60
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +77 -41
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +46 -25
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +46 -35
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +15 -8
- package/dist/components/verify/index.js +15 -8
- package/dist/components/verify/style.css +15 -1
- package/dist/components/vue-tags-input/index.js +233 -113
- package/dist/components/vue-tags-input/style.css +688 -1
- package/dist/components/watermark/index.js +33 -14
- package/dist/components/watermark/style.css +11 -1
- package/dist/index.css +2434 -1750
- package/dist/index.es.js +15982 -9409
- package/package.json +4 -4
- package/web-types.json +1 -1
- package/dist/chunks/confirmable-mixin.35bd1934.js +0 -104
- package/dist/chunks/dataformat.9cc4428a.js +0 -158
- package/dist/chunks/detail.544c52b0.js +0 -29
- package/dist/chunks/dic.9de2fe5a.js +0 -135
- package/dist/chunks/slot.a7387ecc.js +0 -27
- package/dist/chunks/util.89913643.js +0 -261
- package/dist/chunks/vueComponentNormalizer.77ec6792.js +0 -32
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
import { d as detail } from "../../chunks/detail.
|
|
2
|
-
import { o as optVal, u as uploadFun, i as isMediaType, D as DIC_PROPS, b as DIC_SHOW_SPLIT, d as deepClone } from "../../chunks/util.
|
|
3
|
-
import { s as sendDic } from "../../chunks/dic.
|
|
1
|
+
import { d as detail } from "../../chunks/detail.6135ade5.js";
|
|
2
|
+
import { o as optVal, u as uploadFun, i as isMediaType, D as DIC_PROPS, b as DIC_SHOW_SPLIT, d as deepClone } from "../../chunks/util.b0d0b0ad.js";
|
|
3
|
+
import { s as sendDic } from "../../chunks/dic.e57b75f2.js";
|
|
4
4
|
import { isBlank } from "@web-utils/core";
|
|
5
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
5
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
6
6
|
var render = function() {
|
|
7
|
-
var _vm = this
|
|
7
|
+
var _vm = this;
|
|
8
|
+
var _h = _vm.$createElement;
|
|
9
|
+
var _c = _vm._self._c || _h;
|
|
8
10
|
return _vm.getColumnProp(_vm.column, "hide") ? _c("ElTableColumn", {
|
|
9
11
|
key: _vm.column.prop,
|
|
10
12
|
attrs: {
|
|
11
|
-
prop: _vm.column.prop,
|
|
12
|
-
label: _vm.column.label,
|
|
13
|
+
"prop": _vm.column.prop,
|
|
14
|
+
"label": _vm.column.label,
|
|
13
15
|
"column-key": _vm.column.prop,
|
|
14
16
|
"filter-placement": "bottom-end",
|
|
15
|
-
filters: _vm.getColumnProp(_vm.column, "filters"),
|
|
17
|
+
"filters": _vm.getColumnProp(_vm.column, "filters"),
|
|
16
18
|
"filter-method": _vm.getColumnProp(_vm.column, "filterMethod") ? _vm.handleFilterMethod : void 0,
|
|
17
|
-
"filter-multiple": _vm.optVal(_vm.column.filterMultiple,
|
|
19
|
+
"filter-multiple": _vm.optVal(_vm.column.filterMultiple, true),
|
|
18
20
|
"show-overflow-tooltip": _vm.column.overHidden,
|
|
19
21
|
"min-width": _vm.column.minWidth,
|
|
20
|
-
sortable: _vm.getColumnProp(_vm.column, "sortable"),
|
|
22
|
+
"sortable": _vm.getColumnProp(_vm.column, "sortable"),
|
|
21
23
|
"sort-method": _vm.column.sortMethod,
|
|
22
24
|
"sort-orders": _vm.column.sortOrders,
|
|
23
25
|
"sort-by": _vm.column.sortBy,
|
|
24
|
-
resizable: _vm.column.resizable,
|
|
26
|
+
"resizable": _vm.column.resizable,
|
|
25
27
|
"render-header": _vm.column.renderHeader,
|
|
26
|
-
align: _vm.column.align || _vm.crud.tableOption.align,
|
|
28
|
+
"align": _vm.column.align || _vm.crud.tableOption.align,
|
|
27
29
|
"header-align": _vm.column.headerAlign || _vm.crud.tableOption.headerAlign,
|
|
28
|
-
width: _vm.getColumnProp(_vm.column, "width"),
|
|
29
|
-
fixed: _vm.getColumnProp(_vm.column, "fixed")
|
|
30
|
+
"width": _vm.getColumnProp(_vm.column, "width"),
|
|
31
|
+
"fixed": _vm.getColumnProp(_vm.column, "fixed")
|
|
30
32
|
},
|
|
31
33
|
scopedSlots: _vm._u([{
|
|
32
34
|
key: "header",
|
|
@@ -43,16 +45,16 @@ var render = function() {
|
|
|
43
45
|
var row = _ref2.row, $index = _ref2.$index;
|
|
44
46
|
return [row.$cellEdit && _vm.column.cell ? _c("ElFormItem", {
|
|
45
47
|
attrs: {
|
|
46
|
-
prop: _vm.crud.isTree ? "" : `list.${$index}.${_vm.column.prop}`,
|
|
47
|
-
label: _vm.vaildLabel(_vm.column, row, " "),
|
|
48
|
+
"prop": _vm.crud.isTree ? "" : `list.${$index}.${_vm.column.prop}`,
|
|
49
|
+
"label": _vm.vaildLabel(_vm.column, row, " "),
|
|
48
50
|
"label-width": _vm.vaildLabel(_vm.column, row, "1px"),
|
|
49
|
-
rules: _vm.column.rules
|
|
51
|
+
"rules": _vm.column.rules
|
|
50
52
|
}
|
|
51
53
|
}, [_c("ElTooltip", {
|
|
52
54
|
attrs: {
|
|
53
|
-
content: (_vm.crud.listError[`list.${$index}.${_vm.column.prop}`] || {}).msg,
|
|
54
|
-
disabled: !(_vm.crud.listError[`list.${$index}.${_vm.column.prop}`] || {}).valid,
|
|
55
|
-
placement: "top"
|
|
55
|
+
"content": (_vm.crud.listError[`list.${$index}.${_vm.column.prop}`] || {}).msg,
|
|
56
|
+
"disabled": !(_vm.crud.listError[`list.${$index}.${_vm.column.prop}`] || {}).valid,
|
|
57
|
+
"placement": "top"
|
|
56
58
|
}
|
|
57
59
|
}, [_vm.crud.getSlotName(_vm.column, "F", _vm.crud.$scopedSlots) ? _vm._t(_vm.crud.getSlotName(_vm.column, "F"), null, null, {
|
|
58
60
|
row,
|
|
@@ -61,25 +63,25 @@ var render = function() {
|
|
|
61
63
|
index: $index,
|
|
62
64
|
disabled: _vm.crud.btnDisabledList[$index],
|
|
63
65
|
label: _vm.handleDetail(row, _vm.column),
|
|
64
|
-
$cell: row.$cellEdit
|
|
66
|
+
"$cell": row.$cellEdit
|
|
65
67
|
}) : _c("FormTemp", _vm._b({
|
|
66
68
|
attrs: {
|
|
67
|
-
column: _vm.column,
|
|
68
|
-
size: _vm.crud.isMediumSize,
|
|
69
|
+
"column": _vm.column,
|
|
70
|
+
"size": _vm.crud.isMediumSize,
|
|
69
71
|
"table-data": {
|
|
70
72
|
index: $index,
|
|
71
73
|
row,
|
|
72
74
|
label: _vm.handleDetail(row, _vm.column)
|
|
73
75
|
},
|
|
74
|
-
dic: (_vm.crud.cascaderDIC[$index] || {})[_vm.column.prop] || _vm.crud.DIC[_vm.column.prop],
|
|
75
|
-
props: _vm.column.props || _vm.crud.tableOption.props,
|
|
76
|
-
readonly: _vm.column.readonly,
|
|
77
|
-
disabled: _vm.crud.disabled || _vm.crud.tableOption.disabled || _vm.column.disabled || _vm.crud.btnDisabledList[$index],
|
|
78
|
-
clearable: _vm.optVal(_vm.column.clearable,
|
|
76
|
+
"dic": (_vm.crud.cascaderDIC[$index] || {})[_vm.column.prop] || _vm.crud.DIC[_vm.column.prop],
|
|
77
|
+
"props": _vm.column.props || _vm.crud.tableOption.props,
|
|
78
|
+
"readonly": _vm.column.readonly,
|
|
79
|
+
"disabled": _vm.crud.disabled || _vm.crud.tableOption.disabled || _vm.column.disabled || _vm.crud.btnDisabledList[$index],
|
|
80
|
+
"clearable": _vm.optVal(_vm.column.clearable, false),
|
|
79
81
|
"column-slot": _vm.crud.mainSlot
|
|
80
82
|
},
|
|
81
83
|
on: {
|
|
82
|
-
change: function($event) {
|
|
84
|
+
"change": function($event) {
|
|
83
85
|
return _vm.columnChange(row, _vm.column, $index);
|
|
84
86
|
}
|
|
85
87
|
},
|
|
@@ -90,7 +92,7 @@ var render = function() {
|
|
|
90
92
|
return [_vm._t(item, null, null, scope)];
|
|
91
93
|
}
|
|
92
94
|
};
|
|
93
|
-
})], null,
|
|
95
|
+
})], null, true),
|
|
94
96
|
model: {
|
|
95
97
|
value: row[_vm.column.prop],
|
|
96
98
|
callback: function($$v) {
|
|
@@ -98,12 +100,12 @@ var render = function() {
|
|
|
98
100
|
},
|
|
99
101
|
expression: "row[column.prop]"
|
|
100
102
|
}
|
|
101
|
-
}, "FormTemp", _vm.uploadFun(_vm.column, _vm.crud),
|
|
102
|
-
row,
|
|
103
|
-
index: $index,
|
|
104
|
-
dic: _vm.crud.DIC[_vm.column.prop],
|
|
105
|
-
size: _vm.crud.isMediumSize,
|
|
106
|
-
label: _vm.handleDetail(row, _vm.column)
|
|
103
|
+
}, "FormTemp", _vm.uploadFun(_vm.column, _vm.crud), false))], 2)], 1) : _vm.crud.$scopedSlots[_vm.column.prop] ? _vm._t(_vm.column.prop, null, {
|
|
104
|
+
"row": row,
|
|
105
|
+
"index": $index,
|
|
106
|
+
"dic": _vm.crud.DIC[_vm.column.prop],
|
|
107
|
+
"size": _vm.crud.isMediumSize,
|
|
108
|
+
"label": _vm.handleDetail(row, _vm.column)
|
|
107
109
|
}) : [["img", "upload"].includes(_vm.column.type) ? _c("span", {
|
|
108
110
|
staticClass: "avue-crud__img "
|
|
109
111
|
}, [_vm._l(_vm.getImgList(row, _vm.column), function(item, index) {
|
|
@@ -111,37 +113,39 @@ var render = function() {
|
|
|
111
113
|
key: index,
|
|
112
114
|
tag: "Component",
|
|
113
115
|
attrs: {
|
|
114
|
-
src: item
|
|
116
|
+
"src": item
|
|
115
117
|
},
|
|
116
118
|
on: {
|
|
117
|
-
click: function($event) {
|
|
118
|
-
|
|
119
|
+
"click": function($event) {
|
|
120
|
+
$event.stopPropagation();
|
|
121
|
+
return _vm.openImg(row, _vm.column, index);
|
|
119
122
|
}
|
|
120
123
|
}
|
|
121
124
|
}) : _c("i", {
|
|
122
125
|
key: index,
|
|
123
126
|
staticClass: "el-icon-document",
|
|
124
127
|
attrs: {
|
|
125
|
-
src: item
|
|
128
|
+
"src": item
|
|
126
129
|
},
|
|
127
130
|
on: {
|
|
128
|
-
click: function($event) {
|
|
129
|
-
|
|
131
|
+
"click": function($event) {
|
|
132
|
+
$event.stopPropagation();
|
|
133
|
+
return _vm.openImg(row, _vm.column, index);
|
|
130
134
|
}
|
|
131
135
|
}
|
|
132
136
|
})];
|
|
133
|
-
})], 2) : _vm.column.type
|
|
137
|
+
})], 2) : "url" === _vm.column.type ? _c("span", _vm._l(_vm.corArray(row, _vm.column), function(item, index) {
|
|
134
138
|
return _c("ElLink", {
|
|
135
139
|
key: index,
|
|
136
140
|
attrs: {
|
|
137
|
-
type: "primary",
|
|
138
|
-
href: item,
|
|
139
|
-
target: _vm.column.target || "_blank"
|
|
141
|
+
"type": "primary",
|
|
142
|
+
"href": item,
|
|
143
|
+
"target": _vm.column.target || "_blank"
|
|
140
144
|
}
|
|
141
145
|
}, [_vm._v(_vm._s(item))]);
|
|
142
|
-
}), 1) : _vm.column.type
|
|
146
|
+
}), 1) : "rate" === _vm.column.type ? _c("span", [_c("FyRate", {
|
|
143
147
|
attrs: {
|
|
144
|
-
disabled: ""
|
|
148
|
+
"disabled": ""
|
|
145
149
|
},
|
|
146
150
|
model: {
|
|
147
151
|
value: row[_vm.column.prop],
|
|
@@ -150,29 +154,31 @@ var render = function() {
|
|
|
150
154
|
},
|
|
151
155
|
expression: "row[column.prop]"
|
|
152
156
|
}
|
|
153
|
-
})], 1) : _vm.column.type
|
|
157
|
+
})], 1) : "color" === _vm.column.type ? _c("i", {
|
|
154
158
|
staticClass: "avue-crud__color",
|
|
155
159
|
style: {
|
|
156
160
|
backgroundColor: row[_vm.column.prop]
|
|
157
161
|
}
|
|
158
|
-
}) : _vm.column.type
|
|
162
|
+
}) : "icon" === _vm.column.type ? _c("IconTemp", {
|
|
159
163
|
attrs: {
|
|
160
|
-
text: row[_vm.column.prop]
|
|
164
|
+
"text": row[_vm.column.prop]
|
|
161
165
|
}
|
|
162
166
|
}) : _vm.column.html ? _c("span", {
|
|
163
167
|
domProps: {
|
|
164
|
-
innerHTML: _vm._s(_vm.handleDetail(row, _vm.column))
|
|
168
|
+
"innerHTML": _vm._s(_vm.handleDetail(row, _vm.column))
|
|
165
169
|
}
|
|
166
170
|
}) : _c("span", {
|
|
167
171
|
domProps: {
|
|
168
|
-
textContent: _vm._s(_vm.handleDetail(row, _vm.column))
|
|
172
|
+
"textContent": _vm._s(_vm.handleDetail(row, _vm.column))
|
|
169
173
|
}
|
|
170
174
|
})]];
|
|
171
175
|
}
|
|
172
|
-
}], null,
|
|
176
|
+
}], null, true)
|
|
173
177
|
}) : _vm._e();
|
|
174
|
-
}
|
|
175
|
-
|
|
178
|
+
};
|
|
179
|
+
var staticRenderFns = [];
|
|
180
|
+
const count = {};
|
|
181
|
+
const __vue2_script = {
|
|
176
182
|
name: "ColumnSlot",
|
|
177
183
|
inject: ["dynamic", "crud"],
|
|
178
184
|
props: {
|
|
@@ -186,7 +192,9 @@ const count = {}, __vue2_script = {
|
|
|
186
192
|
"handleFilters"
|
|
187
193
|
];
|
|
188
194
|
Object.keys(this.dynamic).forEach((ele) => {
|
|
189
|
-
list.includes(ele)
|
|
195
|
+
if (list.includes(ele)) {
|
|
196
|
+
this[ele] = this.dynamic[ele];
|
|
197
|
+
}
|
|
190
198
|
});
|
|
191
199
|
},
|
|
192
200
|
methods: {
|
|
@@ -197,66 +205,118 @@ const count = {}, __vue2_script = {
|
|
|
197
205
|
return isMediaType(item, fileType);
|
|
198
206
|
},
|
|
199
207
|
vaildLabel(column, row, val) {
|
|
200
|
-
if (column.rules && row.$cellEdit)
|
|
208
|
+
if (column.rules && row.$cellEdit) {
|
|
201
209
|
return val;
|
|
210
|
+
}
|
|
202
211
|
},
|
|
203
212
|
columnChange(row, column, index) {
|
|
204
213
|
const key = `${index}-${column.prop}`;
|
|
205
|
-
|
|
214
|
+
if (!count[key]) {
|
|
215
|
+
this.handleChange(column, row);
|
|
216
|
+
if (typeof column.change === "function" && column.cell == true) {
|
|
217
|
+
column.change({ row, column, index, value: row[column.prop] });
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
count[key] = true;
|
|
221
|
+
this.$nextTick(() => count[key] = false);
|
|
206
222
|
},
|
|
207
223
|
handleChange(column, row) {
|
|
208
|
-
column.cascader
|
|
224
|
+
if (!column.cascader)
|
|
225
|
+
return;
|
|
226
|
+
this.$nextTick(() => {
|
|
209
227
|
const cascader = column.cascader;
|
|
210
228
|
cascader.forEach((item) => {
|
|
211
|
-
const columnNextProp = item
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
229
|
+
const columnNextProp = item;
|
|
230
|
+
const value = row[column.prop];
|
|
231
|
+
const rowIndex = row.$index;
|
|
232
|
+
const columnNext = this.findObject(this.columnOption, columnNextProp);
|
|
233
|
+
if (isBlank(columnNext))
|
|
234
|
+
return;
|
|
235
|
+
if (isBlank(this.crud.cascaderDIC[rowIndex])) {
|
|
236
|
+
this.$set(this.crud.cascaderDIC, rowIndex, {});
|
|
237
|
+
}
|
|
238
|
+
if (this.crud.cascaderIndexList.includes(rowIndex)) {
|
|
239
|
+
cascader.forEach((ele) => {
|
|
240
|
+
this.$set(this.crud.cascaderDIC[rowIndex], ele.prop, []);
|
|
241
|
+
cascader.forEach((ele2) => row[ele2] = "");
|
|
242
|
+
});
|
|
243
|
+
}
|
|
244
|
+
if (isBlank(cascader) || isBlank(value) || isBlank(columnNext)) {
|
|
245
|
+
return;
|
|
246
|
+
}
|
|
247
|
+
sendDic({
|
|
215
248
|
column: columnNext,
|
|
216
249
|
value,
|
|
217
250
|
form: row
|
|
218
251
|
}).then((res) => {
|
|
219
252
|
const dic = res || [];
|
|
220
|
-
this.crud.cascaderIndexList.includes(rowIndex)
|
|
221
|
-
|
|
253
|
+
if (!this.crud.cascaderIndexList.includes(rowIndex)) {
|
|
254
|
+
this.crud.cascaderIndexList.push(rowIndex);
|
|
255
|
+
}
|
|
256
|
+
if (!this.crud.cascaderDicList[rowIndex]) {
|
|
257
|
+
this.$set(this.crud.cascaderDicList, rowIndex, {});
|
|
258
|
+
}
|
|
259
|
+
if (!this.crud.cascaderDicList[rowIndex][columnNextProp]) {
|
|
260
|
+
this.$set(this.crud.cascaderDicList[rowIndex], columnNextProp, dic);
|
|
261
|
+
}
|
|
262
|
+
this.$set(this.crud.cascaderDIC[rowIndex], columnNextProp, dic);
|
|
263
|
+
if (!isBlank(dic[columnNext.cascaderIndex]) && !isBlank(dic) && !isBlank(columnNext.cascaderIndex)) {
|
|
264
|
+
row[columnNextProp] = dic[columnNext.cascaderIndex][(columnNext.props || {}).value || DIC_PROPS.value];
|
|
265
|
+
}
|
|
266
|
+
});
|
|
222
267
|
});
|
|
223
268
|
});
|
|
224
269
|
},
|
|
225
270
|
handleDetail(row, column) {
|
|
226
271
|
let result;
|
|
227
272
|
const DIC = column.parentProp ? (this.crud.cascaderDIC[row.$index] || {})[column.prop] : this.crud.DIC[column.prop];
|
|
228
|
-
|
|
273
|
+
result = detail(row, column, this.crud.tableOption, DIC);
|
|
274
|
+
if (!isBlank(DIC) && this.crud.tableOption.filterDic !== true) {
|
|
275
|
+
row[`$${column.prop}`] = result;
|
|
276
|
+
}
|
|
277
|
+
return result;
|
|
229
278
|
},
|
|
230
279
|
corArray(row, column) {
|
|
231
280
|
let list = this.handleDetail(row, column);
|
|
232
|
-
|
|
281
|
+
if (!Array.isArray(list)) {
|
|
282
|
+
list = isBlank(list) ? [] : list.split(DIC_SHOW_SPLIT);
|
|
283
|
+
}
|
|
284
|
+
return deepClone(list);
|
|
233
285
|
},
|
|
234
286
|
openImg(row, column, index) {
|
|
235
287
|
let list = this.getImgList(row, column);
|
|
236
|
-
list = list.map((ele) =>
|
|
288
|
+
list = list.map((ele) => {
|
|
289
|
+
return { thumbUrl: ele, url: ele, type: column.fileType };
|
|
290
|
+
});
|
|
291
|
+
this.$ImagePreview(list, index);
|
|
237
292
|
},
|
|
238
293
|
getImgList(row, column) {
|
|
239
294
|
var _a, _b;
|
|
240
|
-
const url = ((_a = column.propsHttp) == null ? void 0 : _a.home) || ""
|
|
241
|
-
|
|
295
|
+
const url = ((_a = column.propsHttp) == null ? void 0 : _a.home) || "";
|
|
296
|
+
const value = ((_b = column.props) == null ? void 0 : _b.value) || DIC_PROPS.value;
|
|
297
|
+
const list = this.corArray(row, column);
|
|
298
|
+
list.forEach((ele, index) => {
|
|
242
299
|
list[index] = url + (ele[value] ? ele[value] : ele);
|
|
243
|
-
})
|
|
300
|
+
});
|
|
301
|
+
return list;
|
|
244
302
|
}
|
|
245
303
|
}
|
|
246
|
-
}
|
|
304
|
+
};
|
|
305
|
+
const __cssModules = {};
|
|
247
306
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
248
307
|
__vue2_script,
|
|
249
308
|
render,
|
|
250
309
|
staticRenderFns,
|
|
251
|
-
|
|
310
|
+
false,
|
|
252
311
|
__vue2_injectStyles,
|
|
253
312
|
null,
|
|
254
313
|
null,
|
|
255
314
|
null
|
|
256
315
|
);
|
|
257
316
|
function __vue2_injectStyles(context) {
|
|
258
|
-
for (let o in __cssModules)
|
|
317
|
+
for (let o in __cssModules) {
|
|
259
318
|
this[o] = __cssModules[o];
|
|
319
|
+
}
|
|
260
320
|
}
|
|
261
321
|
const ColumnSlot = /* @__PURE__ */ function() {
|
|
262
322
|
return __component__.exports;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
2
2
|
var render = function() {
|
|
3
|
-
var _vm = this
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
4
6
|
return _c("div", {
|
|
5
7
|
class: ["avue-comment", {
|
|
6
8
|
"avue-comment--reverse": _vm.reverse
|
|
@@ -8,8 +10,8 @@ var render = function() {
|
|
|
8
10
|
}, [_c("img", {
|
|
9
11
|
staticClass: "avue-comment__avatar",
|
|
10
12
|
attrs: {
|
|
11
|
-
src: _vm.avatar,
|
|
12
|
-
alt: ""
|
|
13
|
+
"src": _vm.avatar,
|
|
14
|
+
"alt": ""
|
|
13
15
|
}
|
|
14
16
|
}), _c("div", {
|
|
15
17
|
staticClass: "avue-comment__main"
|
|
@@ -18,37 +20,46 @@ var render = function() {
|
|
|
18
20
|
}, [_vm.author ? _c("div", {
|
|
19
21
|
staticClass: "avue-comment__author",
|
|
20
22
|
domProps: {
|
|
21
|
-
textContent: _vm._s(_vm.author)
|
|
23
|
+
"textContent": _vm._s(_vm.author)
|
|
22
24
|
}
|
|
23
25
|
}) : _vm._e(), _vm._t("default")], 2), _vm.body ? _c("div", {
|
|
24
26
|
staticClass: "avue-comment__body",
|
|
25
27
|
domProps: {
|
|
26
|
-
innerHTML: _vm._s(_vm.body)
|
|
28
|
+
"innerHTML": _vm._s(_vm.body)
|
|
27
29
|
}
|
|
28
30
|
}) : _vm._e()])]);
|
|
29
|
-
}
|
|
31
|
+
};
|
|
32
|
+
var staticRenderFns = [];
|
|
33
|
+
const Comment_vue_vue_type_style_index_0_lang = "";
|
|
30
34
|
const propsDefault = {
|
|
31
35
|
avatar: "avatar",
|
|
32
36
|
author: "author",
|
|
33
37
|
body: "body"
|
|
34
|
-
}
|
|
38
|
+
};
|
|
39
|
+
const __vue2_script = {
|
|
35
40
|
name: "Comment",
|
|
36
41
|
props: {
|
|
37
42
|
reverse: {
|
|
38
43
|
type: Boolean,
|
|
39
|
-
default:
|
|
44
|
+
default: false
|
|
40
45
|
},
|
|
41
46
|
data: {
|
|
42
47
|
type: Object,
|
|
43
|
-
default: () =>
|
|
48
|
+
default: () => {
|
|
49
|
+
return {};
|
|
50
|
+
}
|
|
44
51
|
},
|
|
45
52
|
props: {
|
|
46
53
|
type: Object,
|
|
47
|
-
default: () =>
|
|
54
|
+
default: () => {
|
|
55
|
+
return propsDefault;
|
|
56
|
+
}
|
|
48
57
|
},
|
|
49
58
|
option: {
|
|
50
59
|
type: Object,
|
|
51
|
-
default: () =>
|
|
60
|
+
default: () => {
|
|
61
|
+
return {};
|
|
62
|
+
}
|
|
52
63
|
}
|
|
53
64
|
},
|
|
54
65
|
computed: {
|
|
@@ -71,20 +82,22 @@ const propsDefault = {
|
|
|
71
82
|
return this.data[this.bodyKey];
|
|
72
83
|
}
|
|
73
84
|
}
|
|
74
|
-
}
|
|
85
|
+
};
|
|
86
|
+
const __cssModules = {};
|
|
75
87
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
76
88
|
__vue2_script,
|
|
77
89
|
render,
|
|
78
90
|
staticRenderFns,
|
|
79
|
-
|
|
91
|
+
false,
|
|
80
92
|
__vue2_injectStyles,
|
|
81
93
|
null,
|
|
82
94
|
null,
|
|
83
95
|
null
|
|
84
96
|
);
|
|
85
97
|
function __vue2_injectStyles(context) {
|
|
86
|
-
for (let o in __cssModules)
|
|
98
|
+
for (let o in __cssModules) {
|
|
87
99
|
this[o] = __cssModules[o];
|
|
100
|
+
}
|
|
88
101
|
}
|
|
89
102
|
const Comment = /* @__PURE__ */ function() {
|
|
90
103
|
return __component__.exports;
|
|
@@ -1 +1,92 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.avue-comment {
|
|
8
|
+
margin-bottom: 30px;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: flex-start;
|
|
11
|
+
}
|
|
12
|
+
.avue-comment--reverse {
|
|
13
|
+
flex-direction: row-reverse;
|
|
14
|
+
}
|
|
15
|
+
.avue-comment--reverse .avue-comment__main:before, .avue-comment--reverse .avue-comment__main:after {
|
|
16
|
+
left: auto;
|
|
17
|
+
right: -8px;
|
|
18
|
+
border-width: 8px 0 8px 8px;
|
|
19
|
+
}
|
|
20
|
+
.avue-comment--reverse .avue-comment__main:before {
|
|
21
|
+
border-left-color: #dedede;
|
|
22
|
+
}
|
|
23
|
+
.avue-comment--reverse .avue-comment__main:after {
|
|
24
|
+
border-left-color: #f8f8f8;
|
|
25
|
+
margin-right: 1px;
|
|
26
|
+
margin-left: auto;
|
|
27
|
+
}
|
|
28
|
+
.avue-comment__avatar {
|
|
29
|
+
width: 48px;
|
|
30
|
+
height: 48px;
|
|
31
|
+
border-radius: 50%;
|
|
32
|
+
border: 1px solid transparent;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
.avue-comment__header {
|
|
37
|
+
padding: 5px 15px;
|
|
38
|
+
background: #f8f8f8;
|
|
39
|
+
border-bottom: 1px solid #eee;
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: space-between;
|
|
43
|
+
}
|
|
44
|
+
.avue-comment__author {
|
|
45
|
+
font-weight: 700;
|
|
46
|
+
font-size: 14px;
|
|
47
|
+
color: #999;
|
|
48
|
+
}
|
|
49
|
+
.avue-comment__main {
|
|
50
|
+
flex: 1;
|
|
51
|
+
margin: 0 20px;
|
|
52
|
+
position: relative;
|
|
53
|
+
border: 1px solid #dedede;
|
|
54
|
+
border-radius: 2px;
|
|
55
|
+
}
|
|
56
|
+
.avue-comment__main:before, .avue-comment__main:after {
|
|
57
|
+
position: absolute;
|
|
58
|
+
top: 10px;
|
|
59
|
+
left: -8px;
|
|
60
|
+
right: 100%;
|
|
61
|
+
width: 0;
|
|
62
|
+
height: 0;
|
|
63
|
+
display: block;
|
|
64
|
+
content: " ";
|
|
65
|
+
border-color: transparent;
|
|
66
|
+
border-style: solid solid outset;
|
|
67
|
+
border-width: 8px 8px 8px 0;
|
|
68
|
+
pointer-events: none;
|
|
69
|
+
}
|
|
70
|
+
.avue-comment__main:before {
|
|
71
|
+
border-right-color: #dedede;
|
|
72
|
+
z-index: 1;
|
|
73
|
+
}
|
|
74
|
+
.avue-comment__main:after {
|
|
75
|
+
border-right-color: #f8f8f8;
|
|
76
|
+
margin-left: 1px;
|
|
77
|
+
z-index: 2;
|
|
78
|
+
}
|
|
79
|
+
.avue-comment__body {
|
|
80
|
+
padding: 15px;
|
|
81
|
+
overflow: hidden;
|
|
82
|
+
background: #fff;
|
|
83
|
+
font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif;
|
|
84
|
+
color: #333;
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
}
|
|
87
|
+
.avue-comment blockquote {
|
|
88
|
+
margin: 0;
|
|
89
|
+
font-family: Georgia, Times New Roman, Times, Kai, Kaiti SC, KaiTi, BiauKai, FontAwesome, serif;
|
|
90
|
+
padding: 1px 0 1px 15px;
|
|
91
|
+
border-left: 4px solid #ddd;
|
|
92
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as confirmableMixin } from "../../chunks/confirmable-mixin.
|
|
2
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
1
|
+
import { c as confirmableMixin } from "../../chunks/confirmable-mixin.851d6299.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
3
3
|
const props = {
|
|
4
4
|
props: {
|
|
5
5
|
type: {
|
|
@@ -29,7 +29,8 @@ const props = {
|
|
|
29
29
|
default: "ElButton"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
};
|
|
33
|
+
const __vue2_script = {
|
|
33
34
|
name: "ConfirmButton",
|
|
34
35
|
mixins: [confirmableMixin, props]
|
|
35
36
|
};
|
|
@@ -39,15 +40,16 @@ var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
|
39
40
|
__vue2_script,
|
|
40
41
|
__vue2_render,
|
|
41
42
|
__vue2_staticRenderFns,
|
|
42
|
-
|
|
43
|
+
false,
|
|
43
44
|
__vue2_injectStyles,
|
|
44
45
|
null,
|
|
45
46
|
null,
|
|
46
47
|
null
|
|
47
48
|
);
|
|
48
49
|
function __vue2_injectStyles(context) {
|
|
49
|
-
for (let o in __cssModules)
|
|
50
|
+
for (let o in __cssModules) {
|
|
50
51
|
this[o] = __cssModules[o];
|
|
52
|
+
}
|
|
51
53
|
}
|
|
52
54
|
const ConfirmButton = /* @__PURE__ */ function() {
|
|
53
55
|
return __component__.exports;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as confirmableMixin } from "../../chunks/confirmable-mixin.
|
|
2
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
1
|
+
import { c as confirmableMixin } from "../../chunks/confirmable-mixin.851d6299.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
3
3
|
const __vue2_script = {
|
|
4
4
|
name: "Confirmable",
|
|
5
5
|
mixins: [confirmableMixin]
|
|
@@ -10,15 +10,16 @@ var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
|
10
10
|
__vue2_script,
|
|
11
11
|
__vue2_render,
|
|
12
12
|
__vue2_staticRenderFns,
|
|
13
|
-
|
|
13
|
+
false,
|
|
14
14
|
__vue2_injectStyles,
|
|
15
15
|
null,
|
|
16
16
|
null,
|
|
17
17
|
null
|
|
18
18
|
);
|
|
19
19
|
function __vue2_injectStyles(context) {
|
|
20
|
-
for (let o in __cssModules)
|
|
20
|
+
for (let o in __cssModules) {
|
|
21
21
|
this[o] = __cssModules[o];
|
|
22
|
+
}
|
|
22
23
|
}
|
|
23
24
|
const Confirmable = /* @__PURE__ */ function() {
|
|
24
25
|
return __component__.exports;
|