cloud-web-corejs 1.0.54-dev.355 → 1.0.54-dev.357
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/package.json +1 -1
- package/src/App.vue +21 -20
- package/src/components/table/index.js +1 -1
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.css +197 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min copy.js +6073 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +6075 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css +1 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.scss +199 -0
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1593 -1
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +4 -1
- package/src/components/xform/mixins/scriptHttp.js +172 -1
- package/src/index.js +209 -190
- package/src/mixins/table/index.js +152 -0
- package/src/router/modules/customer.js +9 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.vxe-table--cell-area{position:initial}.vxe-header--column.col--cell-active{position:relative}.vxe-header--column.col--cell-active:not(.col--group)::after{border-bottom:var(--vxe-ui-table-cell-area-status-border-width,1px) solid var(--vxe-ui-font-primary-color,#409eff)}.vxe-header--column.col--cell-active::after{content:"";position:absolute;bottom:0;left:0;height:100%;width:100%;background:var(--vxe-ui-table-header-active-area-background-color,rgba(64,158,255,.1));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;pointer-events:none;z-index:1}.vxe-table .vxe-body--column.col--to-row{background-color:var(--vxe-ui-table-header-background-color,#f8f8f9)}.vxe-table--fnr.vxe-modal--wrapper .vxe-modal--content{padding:0}.vxe-table--fnr.vxe-modal--wrapper .vxe-modal--content{display:flex;flex-direction:column}.vxe-table--fnr .vxe-table--fnr-tabs{flex-shrink:0;border-bottom:1px solid var(--vxe-ui-table-border-color,#e8eaec);background-color:var(--vxe-ui-tabs-card-header-background-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-table--fnr .vxe-table--fnr-tabs>span{position:relative;display:inline-block;padding:0 1em;height:2.4em;line-height:2.4em;text-align:center;border-right:1px solid var(--vxe-ui-table-border-color,#e8eaec);background-color:var(--vxe-ui-table-header-background-color,#f8f8f8);vertical-align:bottom;cursor:pointer}.vxe-table--fnr .vxe-table--fnr-tabs>span.is--active{background-color:var(--vxe-ui-layout-background-color,#fff)}.vxe-table--fnr .vxe-table--fnr-tabs>span.is--active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background-color:var(--vxe-ui-layout-background-color,#fff);z-index:1}.vxe-table--fnr .vxe-table--fnr-body{flex-shrink:0;padding:.3em 1em 0 1em}.vxe-table--fnr .vxe-table--fnr-form{width:100%;border:0;border-spacing:0;border-collapse:separate}.vxe-table--fnr .vxe-table--fnr-form tr{visibility:hidden}.vxe-table--fnr .vxe-table--fnr-form tr.is--visible{visibility:visible}.vxe-table--fnr .vxe-table--fnr-form-title{white-space:nowrap;padding-right:.8em}.vxe-table--fnr .vxe-table--fnr-form-content,.vxe-table--fnr .vxe-table--fnr-form-input{width:100%}.vxe-table--fnr .vxe-table--fnr-form-content{padding:.3em 0}.vxe-table--fnr .vxe-table--fnr-form-filter{padding-left:1.8em;vertical-align:top}.vxe-table--fnr .vxe-table--fnr-form-filter>.vxe-checkbox{display:block;margin:.6em 0 0 0}.vxe-table--fnr .vxe-table--fnr-footer{flex-shrink:0;padding:.8em 1em;overflow:hidden;text-align:right}.vxe-table--fnr .vxe-table--fnr-search{display:flex;flex-direction:column;flex-grow:1;border-top:1px solid var(--vxe-ui-table-border-color,#e8eaec);border-bottom:1px solid var(--vxe-ui-table-border-color,#e8eaec);overflow:hidden}.vxe-table--fnr .vxe-table--fnr-search .vxe-list--virtual-wrapper,.vxe-table--fnr .vxe-table--fnr-search .vxe-table--fnr-search-list{height:100%}.vxe-table--fnr .vxe-table--fnr-search-header{flex-shrink:0;height:2.5em;line-height:2.5em;padding:0 .8em;font-weight:700;background-color:var(--vxe-ui-table-header-background-color,#f8f8f8)}.vxe-table--fnr .vxe-table--fnr-find-item,.vxe-table--fnr .vxe-table--fnr-search-header{display:flex}.vxe-table--fnr .vxe-table--fnr-find-item>div,.vxe-table--fnr .vxe-table--fnr-search-header>div{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-table--fnr .vxe-table--fnr-find-item>div:nth-child(1),.vxe-table--fnr .vxe-table--fnr-search-header>div:nth-child(1){width:100px;flex-shrink:0}.vxe-table--fnr .vxe-table--fnr-find-item>div:nth-child(2),.vxe-table--fnr .vxe-table--fnr-search-header>div:nth-child(2){width:160px;flex-shrink:0}.vxe-table--fnr .vxe-table--fnr-find-item>div:nth-child(3),.vxe-table--fnr .vxe-table--fnr-search-header>div:nth-child(3){flex-grow:1}.vxe-table--fnr .vxe-table--fnr-search-body{flex-grow:1;overflow:hidden;border-top:1px solid var(--vxe-ui-table-border-color,#e8eaec);border-bottom:1px solid var(--vxe-ui-table-border-color,#e8eaec)}.vxe-table--fnr .vxe-table--fnr-find-item{height:2em;line-height:2em;padding:0 .8em;cursor:pointer}.vxe-table--fnr .vxe-table--fnr-find-item.is--active{color:var(--vxe-ui-font-primary-color,#409eff);background-color:var(--vxe-ui-table-row-current-background-color,#e6f7ff)}.vxe-table--fnr .vxe-table--fnr-find-item:hover.is--active{background-color:var(--vxe-ui-table-row-hover-current-background-color,#d7effb)}.vxe-table--fnr .vxe-table--fnr-find-item:hover>div{text-decoration:underline}.vxe-table--fnr .vxe-table--fnr-search-footer{flex-shrink:0;height:2em;line-height:2em;padding:0 .8em;visibility:hidden}.vxe-table--fnr .vxe-table--fnr-search-footer.is--error{color:var(--vxe-ui-status-error-color,#f56c6c)}.vxe-table--fnr .vxe-table--fnr-search-footer.is--visible{visibility:visible}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
.vxe-table--cell-area {
|
|
2
|
+
position: initial;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.vxe-header--column {
|
|
6
|
+
&.col--cell-active {
|
|
7
|
+
position: relative;
|
|
8
|
+
&:not(.col--group) {
|
|
9
|
+
&::after {
|
|
10
|
+
border-bottom: var(--vxe-ui-table-cell-area-status-border-width, 1px) solid var(--vxe-ui-font-primary-color, #409eff);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
&::after {
|
|
14
|
+
content: "";
|
|
15
|
+
position: absolute;
|
|
16
|
+
bottom: 0;
|
|
17
|
+
left: 0;
|
|
18
|
+
height: 100%;
|
|
19
|
+
width: 100%;
|
|
20
|
+
background: var(--vxe-ui-table-header-active-area-background-color, rgba(64,158,255,0.1));
|
|
21
|
+
user-select: none;
|
|
22
|
+
pointer-events: none;
|
|
23
|
+
pointer-events: none;
|
|
24
|
+
z-index: 1;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.vxe-table {
|
|
29
|
+
.vxe-body--column {
|
|
30
|
+
&.col--to-row {
|
|
31
|
+
background-color: var(--vxe-ui-table-header-background-color, #f8f8f9);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.vxe-table--fnr {
|
|
37
|
+
&.vxe-modal--wrapper {
|
|
38
|
+
.vxe-modal--content {
|
|
39
|
+
padding: 0;
|
|
40
|
+
}
|
|
41
|
+
.vxe-modal--content {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: column;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.vxe-table--fnr {
|
|
49
|
+
.vxe-table--fnr-tabs {
|
|
50
|
+
flex-shrink: 0;
|
|
51
|
+
border-bottom: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
|
|
52
|
+
background-color: var(--vxe-ui-tabs-card-header-background-color);
|
|
53
|
+
user-select: none;
|
|
54
|
+
& > span {
|
|
55
|
+
position: relative;
|
|
56
|
+
display: inline-block;
|
|
57
|
+
padding: 0 1em;
|
|
58
|
+
height: 2.4em;
|
|
59
|
+
line-height: 2.4em;
|
|
60
|
+
text-align: center;
|
|
61
|
+
border-right: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
|
|
62
|
+
background-color: var(--vxe-ui-table-header-background-color, #f8f8f8);
|
|
63
|
+
vertical-align: bottom;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
&.is--active {
|
|
66
|
+
background-color: var(--vxe-ui-layout-background-color, #ffffff);
|
|
67
|
+
&:after {
|
|
68
|
+
content: "";
|
|
69
|
+
position: absolute;
|
|
70
|
+
left: 0;
|
|
71
|
+
bottom: -1px;
|
|
72
|
+
width: 100%;
|
|
73
|
+
height: 1px;
|
|
74
|
+
background-color: var(--vxe-ui-layout-background-color, #ffffff);
|
|
75
|
+
z-index: 1;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.vxe-table--fnr-body {
|
|
81
|
+
flex-shrink: 0;
|
|
82
|
+
padding: 0.3em 1em 0 1em;
|
|
83
|
+
}
|
|
84
|
+
.vxe-table--fnr-form {
|
|
85
|
+
width: 100%;
|
|
86
|
+
border: 0;
|
|
87
|
+
border-spacing: 0;
|
|
88
|
+
border-collapse: separate;
|
|
89
|
+
tr {
|
|
90
|
+
visibility: hidden;
|
|
91
|
+
&.is--visible {
|
|
92
|
+
visibility: visible;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.vxe-table--fnr-form-title {
|
|
97
|
+
white-space: nowrap;
|
|
98
|
+
padding-right: 0.8em;
|
|
99
|
+
}
|
|
100
|
+
.vxe-table--fnr-form-content,
|
|
101
|
+
.vxe-table--fnr-form-input {
|
|
102
|
+
width: 100%;
|
|
103
|
+
}
|
|
104
|
+
.vxe-table--fnr-form-content {
|
|
105
|
+
padding: 0.3em 0;
|
|
106
|
+
}
|
|
107
|
+
.vxe-table--fnr-form-filter {
|
|
108
|
+
padding-left: 1.8em;
|
|
109
|
+
vertical-align: top;
|
|
110
|
+
& > .vxe-checkbox {
|
|
111
|
+
display: block;
|
|
112
|
+
margin: 0.6em 0 0 0;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
.vxe-table--fnr-footer {
|
|
116
|
+
flex-shrink: 0;
|
|
117
|
+
padding: 0.8em 1em;
|
|
118
|
+
overflow: hidden;
|
|
119
|
+
text-align: right;
|
|
120
|
+
}
|
|
121
|
+
.vxe-table--fnr-search {
|
|
122
|
+
display: flex;
|
|
123
|
+
flex-direction: column;
|
|
124
|
+
flex-grow: 1;
|
|
125
|
+
border-top: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
|
|
126
|
+
border-bottom: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
.vxe-table--fnr-search-list,
|
|
129
|
+
.vxe-list--virtual-wrapper {
|
|
130
|
+
height: 100%;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
.vxe-table--fnr-search-header {
|
|
134
|
+
flex-shrink: 0;
|
|
135
|
+
height: 2.5em;
|
|
136
|
+
line-height: 2.5em;
|
|
137
|
+
padding: 0 0.8em;
|
|
138
|
+
font-weight: 700;
|
|
139
|
+
background-color: var(--vxe-ui-table-header-background-color, #f8f8f8);
|
|
140
|
+
}
|
|
141
|
+
.vxe-table--fnr-search-header,
|
|
142
|
+
.vxe-table--fnr-find-item {
|
|
143
|
+
display: flex;
|
|
144
|
+
& > div {
|
|
145
|
+
user-select: none;
|
|
146
|
+
overflow: hidden;
|
|
147
|
+
text-overflow: ellipsis;
|
|
148
|
+
white-space: nowrap;
|
|
149
|
+
&:nth-child(1) {
|
|
150
|
+
width: 100px;
|
|
151
|
+
flex-shrink: 0;
|
|
152
|
+
}
|
|
153
|
+
&:nth-child(2) {
|
|
154
|
+
width: 160px;
|
|
155
|
+
flex-shrink: 0;
|
|
156
|
+
}
|
|
157
|
+
&:nth-child(3) {
|
|
158
|
+
flex-grow: 1;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
.vxe-table--fnr-search-body {
|
|
163
|
+
flex-grow: 1;
|
|
164
|
+
overflow: hidden;
|
|
165
|
+
border-top: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
|
|
166
|
+
border-bottom: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
|
|
167
|
+
}
|
|
168
|
+
.vxe-table--fnr-find-item {
|
|
169
|
+
height: 2em;
|
|
170
|
+
line-height: 2em;
|
|
171
|
+
padding: 0 0.8em;
|
|
172
|
+
cursor: pointer;
|
|
173
|
+
&.is--active {
|
|
174
|
+
color: var(--vxe-ui-font-primary-color, #409eff);
|
|
175
|
+
background-color: var(--vxe-ui-table-row-current-background-color,#e6f7ff);
|
|
176
|
+
}
|
|
177
|
+
&:hover {
|
|
178
|
+
&.is--active {
|
|
179
|
+
background-color: var(--vxe-ui-table-row-hover-current-background-color, #d7effb);
|
|
180
|
+
}
|
|
181
|
+
& > div {
|
|
182
|
+
text-decoration: underline;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
.vxe-table--fnr-search-footer {
|
|
187
|
+
flex-shrink: 0;
|
|
188
|
+
height: 2em;
|
|
189
|
+
line-height: 2em;
|
|
190
|
+
padding: 0 0.8em;
|
|
191
|
+
visibility: hidden;
|
|
192
|
+
&.is--error {
|
|
193
|
+
color: var(--vxe-ui-status-error-color, #f56c6c);
|
|
194
|
+
}
|
|
195
|
+
&.is--visible {
|
|
196
|
+
visibility: visible;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|