cnhis-design-vue 3.1.9-beta.8 → 3.1.9-beta.9
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +1 -1
- package/es/packages/big-table/index.js +5 -5
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +2 -2
- package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/packages/big-table/src/hooks/useEvent.js +1 -1
- package/es/packages/big-table/src/hooks/useFormat.js +1 -1
- package/es/packages/big-table/src/hooks/useNestTable.js +1 -1
- package/es/packages/big-table/src/hooks/useTableParse.js +1 -1
- package/es/packages/big-table/src/utils.js +2 -2
- package/es/packages/big-table/style/index.css +1 -1
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +2 -2
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +1 -1
- package/es/packages/button-print/index.js +2 -2
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +1 -1
- package/es/packages/chunk-upload/index.js +3 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/chunk-upload/style/index.css +1 -1
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +1 -1
- package/es/packages/drag-layout/index.js +3 -3
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +2 -3
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/editor/index.d.ts +1 -1
- package/es/packages/editor/index.js +2 -2
- package/es/packages/fabric-chart/index.d.ts +1 -1
- package/es/packages/fabric-chart/index.js +2 -2
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/index.js +2 -2
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +9 -9
- package/es/packages/form-render/index.js +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/packages/form-render/src/components/cascader.d.ts +1 -1
- package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/complex.js +1 -1
- package/es/packages/form-render/src/components/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/select.d.ts +1 -1
- package/es/packages/form-render/src/components/slider.js +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/utils/index.d.ts +1 -1
- package/es/packages/form-table/index.d.ts +391 -391
- package/es/packages/form-table/index.js +2 -2
- package/es/packages/form-table/src/FormTable.vue.d.ts +45 -45
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/form-table/src/components/index.d.ts +43 -43
- package/es/packages/form-table/src/components/table-age.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.js +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.js +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useItemDefault.js +5 -5
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useSearch.js +2 -2
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +4 -4
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2421 -2421
- package/es/packages/info-header/index.d.ts +6 -6
- package/es/packages/info-header/index.js +2 -2
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/info-header/style/index.less +36 -36
- package/es/packages/map/index.d.ts +1 -1
- package/es/packages/map/index.js +2 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +1 -1
- package/es/packages/scale-view/index.js +4 -4
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-component.js +2 -2
- package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-event.js +1 -1
- package/es/packages/scale-view/style/index.less +291 -291
- package/es/packages/select-label/index.d.ts +1 -1
- package/es/packages/select-label/index.js +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +1 -1
- package/es/packages/select-person/index.js +2 -2
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +1 -1
- package/es/packages/time-line/index.js +2 -2
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/src/components/player-vod/video-list.js +2 -2
- package/es/src/utils/loadViewer.js +1 -1
- package/es/src/utils/loadVxe.js +1 -1
- package/global.d.ts +8 -8
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
3
|
-
import { expandXEUtils } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
|
+
import { expandXEUtils } from '../../src/utils/utilExpand';
|
|
4
4
|
import './src/DragLayout.js';
|
|
5
5
|
import script from './src/DragLayout.vue_vue_type_script_setup_true_lang.js';
|
|
6
6
|
|
|
@@ -101,12 +101,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
readonly default: 24;
|
|
102
102
|
};
|
|
103
103
|
readonly itemResponsive: BooleanConstructor;
|
|
104
|
-
readonly collapsed: BooleanConstructor;
|
|
104
|
+
readonly collapsed: BooleanConstructor; /** line 类型 */
|
|
105
105
|
readonly collapsedRows: {
|
|
106
106
|
readonly type: NumberConstructor;
|
|
107
107
|
readonly default: 1;
|
|
108
108
|
};
|
|
109
|
-
/** line 类型 */
|
|
110
109
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
111
110
|
readonly xGap: {
|
|
112
111
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -15327,7 +15326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15327
15326
|
dotColorActive: string;
|
|
15328
15327
|
dotColorDisabled: string;
|
|
15329
15328
|
buttonBorderColor: string;
|
|
15330
|
-
buttonBorderColorActive: string;
|
|
15329
|
+
buttonBorderColorActive: string; /** line 类型 */
|
|
15331
15330
|
buttonBorderColorHover: string;
|
|
15332
15331
|
buttonColor: string;
|
|
15333
15332
|
buttonColorActive: string;
|
|
@@ -3,7 +3,7 @@ import { NButton, NModal, NForm, NGrid, NFormItemGi, NInput, NSelect, NCheckbox,
|
|
|
3
3
|
import Draggable from 'vuedraggable';
|
|
4
4
|
import './DragFormLeftItem.js';
|
|
5
5
|
import './DragFormRightItem.js';
|
|
6
|
-
import vexutils from '
|
|
6
|
+
import vexutils from '../../../src/utils/vexutils';
|
|
7
7
|
import script$1 from './DragFormLeftItem.vue_vue_type_script_setup_true_lang.js';
|
|
8
8
|
import script$2 from './DragFormRightItem.vue_vue_type_script_setup_true_lang.js';
|
|
9
9
|
|
|
@@ -1,208 +1,208 @@
|
|
|
1
|
-
.drag-layout-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
flex: 1;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
overflow-y: auto;
|
|
7
|
-
position: relative;
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: flex-start;
|
|
10
|
-
border: 1px solid #d2d9e8;
|
|
11
|
-
text-align: left;
|
|
12
|
-
|
|
13
|
-
.min-height {
|
|
14
|
-
height: calc(100% - 60px);
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
overflow-y: auto;
|
|
17
|
-
|
|
18
|
-
li {
|
|
19
|
-
list-style: none;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.border-box {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 30%;
|
|
27
|
-
border-left: 1px solid #d2d9e8;
|
|
28
|
-
height: 100%;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.text-area {
|
|
32
|
-
width: 30%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
overflow-y: auto;
|
|
35
|
-
padding: 0 !important;
|
|
36
|
-
|
|
37
|
-
.info-header {
|
|
38
|
-
display: flex;
|
|
39
|
-
height: 50px;
|
|
40
|
-
line-height: 50px;
|
|
41
|
-
padding: 0 10px;
|
|
42
|
-
margin-bottom: 10px;
|
|
43
|
-
color: #2e2e2e;
|
|
44
|
-
font-size: 18px;
|
|
45
|
-
font-weight: bold;
|
|
46
|
-
background: #e6eaef;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.text-draggable {
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-wrap: wrap;
|
|
52
|
-
justify-content: space-between;
|
|
53
|
-
align-items: flex-start;
|
|
54
|
-
padding: 0 12px 12px;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
align-content: flex-start;
|
|
57
|
-
|
|
58
|
-
li {
|
|
59
|
-
width: 49%;
|
|
60
|
-
text-align: center;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.form-area {
|
|
66
|
-
position: relative;
|
|
67
|
-
width: 70%;
|
|
68
|
-
height: 100%;
|
|
69
|
-
overflow-y: auto;
|
|
70
|
-
padding: 4px;
|
|
71
|
-
box-sizing: border-box;
|
|
72
|
-
|
|
73
|
-
&::-webkit-scrollbar {
|
|
74
|
-
width: 5px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.info-header {
|
|
78
|
-
height: 50px;
|
|
79
|
-
margin-bottom: 10px;
|
|
80
|
-
background: unset;
|
|
81
|
-
|
|
82
|
-
display: flex;
|
|
83
|
-
justify-content: flex-end;
|
|
84
|
-
align-items: center;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.combination-col {
|
|
88
|
-
border: 1px solid #cdc5d3;
|
|
89
|
-
margin-bottom: 10px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.dragForm-select-drop {
|
|
95
|
-
z-index: 2001;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.DragFormRightItem {
|
|
99
|
-
position: relative;
|
|
100
|
-
|
|
101
|
-
.is-edit-class {
|
|
102
|
-
background-color: #f5f5f5 !important;
|
|
103
|
-
border-color: #d9d9d9 !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.combination-item {
|
|
107
|
-
padding: 0px 8px 8px;
|
|
108
|
-
|
|
109
|
-
> div {
|
|
110
|
-
line-height: 35px;
|
|
111
|
-
|
|
112
|
-
&:hover > .form-btn {
|
|
113
|
-
display: flex;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.form-btn {
|
|
119
|
-
display: none;
|
|
120
|
-
align-items: center;
|
|
121
|
-
position: absolute;
|
|
122
|
-
top: -1px;
|
|
123
|
-
right: 0px;
|
|
124
|
-
height: 100%;
|
|
125
|
-
white-space: nowrap;
|
|
126
|
-
|
|
127
|
-
.quick-reply {
|
|
128
|
-
display: inline-block;
|
|
129
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
130
|
-
font-size: 12px;
|
|
131
|
-
height: 22px;
|
|
132
|
-
line-height: 1.499;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
&:deep(.n-input),
|
|
136
|
-
&:deep(.n-select) {
|
|
137
|
-
margin-left: 5px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&:deep(.n-select) {
|
|
141
|
-
top: -3px;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.right-content {
|
|
146
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
147
|
-
background: #fdfdfd;
|
|
148
|
-
height: 35px;
|
|
149
|
-
line-height: 35px;
|
|
150
|
-
padding: 0 10px;
|
|
151
|
-
position: relative;
|
|
152
|
-
margin-bottom: 10px;
|
|
153
|
-
cursor: pointer;
|
|
154
|
-
|
|
155
|
-
&:hover .form-btn {
|
|
156
|
-
display: flex;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.blue-border {
|
|
161
|
-
border: 1px solid #5585f5 !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.item-opacity {
|
|
165
|
-
opacity: 0.5;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.red {
|
|
169
|
-
color: red;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.DragFormLeftItem {
|
|
174
|
-
.left-content {
|
|
175
|
-
width: 100%;
|
|
176
|
-
margin-bottom: 16px;
|
|
177
|
-
overflow: hidden;
|
|
178
|
-
cursor: pointer;
|
|
179
|
-
color: #2e2e2e;
|
|
180
|
-
|
|
181
|
-
.style-box {
|
|
182
|
-
display: flex;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
align-items: center;
|
|
185
|
-
width: 100%;
|
|
186
|
-
height: 60px;
|
|
187
|
-
padding: 0 8px;
|
|
188
|
-
box-sizing: border-box;
|
|
189
|
-
margin-bottom: 8px;
|
|
190
|
-
background: #f3f5f8;
|
|
191
|
-
|
|
192
|
-
&-input {
|
|
193
|
-
width: 85%;
|
|
194
|
-
overflow: hidden;
|
|
195
|
-
text-overflow: ellipsis;
|
|
196
|
-
white-space: nowrap;
|
|
197
|
-
cursor: pointer !important;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
input[type="radio"][disabled],
|
|
201
|
-
input[type="checkbox"][disabled],
|
|
202
|
-
input[type="radio"].disabled,
|
|
203
|
-
input[type="checkbox"].disabled {
|
|
204
|
-
cursor: pointer !important;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
1
|
+
.drag-layout-container {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
flex: 1;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
position: relative;
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: flex-start;
|
|
10
|
+
border: 1px solid #d2d9e8;
|
|
11
|
+
text-align: left;
|
|
12
|
+
|
|
13
|
+
.min-height {
|
|
14
|
+
height: calc(100% - 60px);
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
|
|
18
|
+
li {
|
|
19
|
+
list-style: none;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.border-box {
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 30%;
|
|
27
|
+
border-left: 1px solid #d2d9e8;
|
|
28
|
+
height: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.text-area {
|
|
32
|
+
width: 30%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
overflow-y: auto;
|
|
35
|
+
padding: 0 !important;
|
|
36
|
+
|
|
37
|
+
.info-header {
|
|
38
|
+
display: flex;
|
|
39
|
+
height: 50px;
|
|
40
|
+
line-height: 50px;
|
|
41
|
+
padding: 0 10px;
|
|
42
|
+
margin-bottom: 10px;
|
|
43
|
+
color: #2e2e2e;
|
|
44
|
+
font-size: 18px;
|
|
45
|
+
font-weight: bold;
|
|
46
|
+
background: #e6eaef;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.text-draggable {
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-wrap: wrap;
|
|
52
|
+
justify-content: space-between;
|
|
53
|
+
align-items: flex-start;
|
|
54
|
+
padding: 0 12px 12px;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
align-content: flex-start;
|
|
57
|
+
|
|
58
|
+
li {
|
|
59
|
+
width: 49%;
|
|
60
|
+
text-align: center;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.form-area {
|
|
66
|
+
position: relative;
|
|
67
|
+
width: 70%;
|
|
68
|
+
height: 100%;
|
|
69
|
+
overflow-y: auto;
|
|
70
|
+
padding: 4px;
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
|
|
73
|
+
&::-webkit-scrollbar {
|
|
74
|
+
width: 5px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.info-header {
|
|
78
|
+
height: 50px;
|
|
79
|
+
margin-bottom: 10px;
|
|
80
|
+
background: unset;
|
|
81
|
+
|
|
82
|
+
display: flex;
|
|
83
|
+
justify-content: flex-end;
|
|
84
|
+
align-items: center;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.combination-col {
|
|
88
|
+
border: 1px solid #cdc5d3;
|
|
89
|
+
margin-bottom: 10px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.dragForm-select-drop {
|
|
95
|
+
z-index: 2001;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.DragFormRightItem {
|
|
99
|
+
position: relative;
|
|
100
|
+
|
|
101
|
+
.is-edit-class {
|
|
102
|
+
background-color: #f5f5f5 !important;
|
|
103
|
+
border-color: #d9d9d9 !important;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.combination-item {
|
|
107
|
+
padding: 0px 8px 8px;
|
|
108
|
+
|
|
109
|
+
> div {
|
|
110
|
+
line-height: 35px;
|
|
111
|
+
|
|
112
|
+
&:hover > .form-btn {
|
|
113
|
+
display: flex;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.form-btn {
|
|
119
|
+
display: none;
|
|
120
|
+
align-items: center;
|
|
121
|
+
position: absolute;
|
|
122
|
+
top: -1px;
|
|
123
|
+
right: 0px;
|
|
124
|
+
height: 100%;
|
|
125
|
+
white-space: nowrap;
|
|
126
|
+
|
|
127
|
+
.quick-reply {
|
|
128
|
+
display: inline-block;
|
|
129
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
130
|
+
font-size: 12px;
|
|
131
|
+
height: 22px;
|
|
132
|
+
line-height: 1.499;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&:deep(.n-input),
|
|
136
|
+
&:deep(.n-select) {
|
|
137
|
+
margin-left: 5px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&:deep(.n-select) {
|
|
141
|
+
top: -3px;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.right-content {
|
|
146
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
147
|
+
background: #fdfdfd;
|
|
148
|
+
height: 35px;
|
|
149
|
+
line-height: 35px;
|
|
150
|
+
padding: 0 10px;
|
|
151
|
+
position: relative;
|
|
152
|
+
margin-bottom: 10px;
|
|
153
|
+
cursor: pointer;
|
|
154
|
+
|
|
155
|
+
&:hover .form-btn {
|
|
156
|
+
display: flex;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.blue-border {
|
|
161
|
+
border: 1px solid #5585f5 !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.item-opacity {
|
|
165
|
+
opacity: 0.5;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.red {
|
|
169
|
+
color: red;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.DragFormLeftItem {
|
|
174
|
+
.left-content {
|
|
175
|
+
width: 100%;
|
|
176
|
+
margin-bottom: 16px;
|
|
177
|
+
overflow: hidden;
|
|
178
|
+
cursor: pointer;
|
|
179
|
+
color: #2e2e2e;
|
|
180
|
+
|
|
181
|
+
.style-box {
|
|
182
|
+
display: flex;
|
|
183
|
+
justify-content: center;
|
|
184
|
+
align-items: center;
|
|
185
|
+
width: 100%;
|
|
186
|
+
height: 60px;
|
|
187
|
+
padding: 0 8px;
|
|
188
|
+
box-sizing: border-box;
|
|
189
|
+
margin-bottom: 8px;
|
|
190
|
+
background: #f3f5f8;
|
|
191
|
+
|
|
192
|
+
&-input {
|
|
193
|
+
width: 85%;
|
|
194
|
+
overflow: hidden;
|
|
195
|
+
text-overflow: ellipsis;
|
|
196
|
+
white-space: nowrap;
|
|
197
|
+
cursor: pointer !important;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
input[type="radio"][disabled],
|
|
201
|
+
input[type="checkbox"][disabled],
|
|
202
|
+
input[type="radio"].disabled,
|
|
203
|
+
input[type="checkbox"].disabled {
|
|
204
|
+
cursor: pointer !important;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
3
|
import script from './src/Editor.js';
|
|
4
4
|
|
|
5
5
|
const Editor = script;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
3
|
import './src/FabricChart.js';
|
|
4
4
|
import script from './src/FabricChart.vue_vue_type_script_setup_true_lang.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
3
|
import './src/FieldSet.js';
|
|
4
4
|
import script from './src/FieldSet.vue_vue_type_script_setup_true_lang.js';
|
|
5
5
|
|