widget.qw 1.0.91 → 1.0.95
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/.env.development +1 -1
- package/build/style.css +30 -30
- package/build/widget.qw.es.js +1218 -1137
- package/build/widget.qw.umd.js +1218 -1137
- package/package.json +1 -1
- package/src/components/CascaderPicker.vue +1 -1
- package/src/components/CheckGroup.vue +1 -1
- package/src/components/FilePicker.vue +1 -1
- package/src/components/Input.vue +44 -6
- package/src/components/MultiPicker.vue +1 -1
- package/src/components/ObjsEditor.vue +37 -9
- package/src/components/Sheet.vue +1 -1
- package/src/components/SingleApiPicker.vue +10 -10
- package/src/components/TreePicker.vue +1 -1
- package/src/components/UserPicker.vue +1 -1
- package/src/components/UsersPicker.vue +1 -1
- package/src/components/image_picker.vue +1 -1
- package/src/components/images_picker.vue +2 -1
- package/src/views/objseditor/index.vue +113 -69
package/.env.development
CHANGED
|
@@ -7,4 +7,4 @@ VITE_NEED_LOGIN_CODE=401
|
|
|
7
7
|
# 注意:发布时 VITE_IS_DEBUG必须配置为false
|
|
8
8
|
# 本地开发时 VITE_IS_DEBUG必须配置为true
|
|
9
9
|
VITE_IS_DEBUG=true
|
|
10
|
-
VITE_DEBUG_TOKEN= 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
|
|
10
|
+
VITE_DEBUG_TOKEN= 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJIb3VNdSIsInJuU3RyIjoiZDZFeWFEU0JWamVwUE1Xd1h0aGhvVTQ5YW1BZ2R3Y00ifQ.8vJUDO0lSbIJLMqXOXl8mcElWFBW_irv-kwbf9XJ1Tg'
|
package/build/style.css
CHANGED
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
:root:root {
|
|
90
90
|
--van-popover-action-width: 70vw;
|
|
91
91
|
}
|
|
92
|
-
[data-v-
|
|
92
|
+
[data-v-3c30f32c] .label {
|
|
93
93
|
color: #000 !important;
|
|
94
94
|
}
|
|
95
|
-
[data-v-
|
|
95
|
+
[data-v-3c30f32c] .van-field__control:disabled {
|
|
96
96
|
color: #000 !important;
|
|
97
97
|
cursor: not-allowed;
|
|
98
98
|
opacity: 1;
|
|
@@ -135,14 +135,14 @@
|
|
|
135
135
|
margin-left: 8px;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.data-item[data-v-
|
|
138
|
+
.data-item[data-v-17dcd144]{
|
|
139
139
|
margin: 0 8px 8px 0;
|
|
140
140
|
padding: 2px 5px;
|
|
141
141
|
}
|
|
142
|
-
[data-v-
|
|
142
|
+
[data-v-c848ffbc] .label {
|
|
143
143
|
color: #000 !important;
|
|
144
144
|
}
|
|
145
|
-
[data-v-
|
|
145
|
+
[data-v-c848ffbc] .van-field__control:disabled {
|
|
146
146
|
color: #000 !important;
|
|
147
147
|
cursor: not-allowed;
|
|
148
148
|
opacity: 1;
|
|
@@ -435,21 +435,21 @@
|
|
|
435
435
|
color: #969799;
|
|
436
436
|
margin-right: 5px;
|
|
437
437
|
}
|
|
438
|
-
[data-v-
|
|
438
|
+
[data-v-19fa5200] .label {
|
|
439
439
|
color: #000 !important;
|
|
440
440
|
}
|
|
441
|
-
[data-v-
|
|
441
|
+
[data-v-19fa5200] .van-field__control:disabled {
|
|
442
442
|
color: #000 !important;
|
|
443
443
|
cursor: not-allowed;
|
|
444
444
|
opacity: 1;
|
|
445
445
|
-webkit-text-fill-color: #000;
|
|
446
|
-
}.image-box .cover[data-v-
|
|
446
|
+
}.image-box .cover[data-v-658f6012] {
|
|
447
447
|
width: 80px;
|
|
448
448
|
height: 80px;
|
|
449
|
-
}[data-v-
|
|
449
|
+
}[data-v-125192a8] .label {
|
|
450
450
|
color: #000 !important;
|
|
451
451
|
}
|
|
452
|
-
[data-v-
|
|
452
|
+
[data-v-125192a8] .van-field__control:disabled {
|
|
453
453
|
color: #000 !important;
|
|
454
454
|
cursor: not-allowed;
|
|
455
455
|
opacity: 1;
|
|
@@ -575,11 +575,11 @@
|
|
|
575
575
|
overflow-y: auto;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
.user-item[data-v-
|
|
578
|
+
.user-item[data-v-2ccc13b6]{
|
|
579
579
|
margin:3px;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
|
-
.user[data-v-
|
|
582
|
+
.user[data-v-d61f4f1a]{
|
|
583
583
|
padding:4px 8px;
|
|
584
584
|
}
|
|
585
585
|
|
|
@@ -694,20 +694,20 @@
|
|
|
694
694
|
cursor: not-allowed;
|
|
695
695
|
opacity: 1;
|
|
696
696
|
-webkit-text-fill-color: #000;
|
|
697
|
-
}.item-box[data-v-
|
|
697
|
+
}.item-box[data-v-a218d03a] {
|
|
698
698
|
position: relative;
|
|
699
699
|
padding-bottom: 5px;
|
|
700
700
|
border-bottom: 1px solid #e1e1e1;
|
|
701
701
|
}
|
|
702
|
-
.actionbar[data-v-
|
|
702
|
+
.actionbar[data-v-a218d03a] {
|
|
703
703
|
display: flex;
|
|
704
704
|
justify-content: center;
|
|
705
705
|
margin-top: 5px;
|
|
706
706
|
}
|
|
707
|
-
[data-v-
|
|
707
|
+
[data-v-a218d03a] .label {
|
|
708
708
|
color: #000 !important;
|
|
709
709
|
}
|
|
710
|
-
[data-v-
|
|
710
|
+
[data-v-a218d03a] .van-field__control--custom {
|
|
711
711
|
display: block;
|
|
712
712
|
}
|
|
713
713
|
.popup-box[data-v-571370f8] {
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
margin-left: 8px;
|
|
740
740
|
}
|
|
741
741
|
|
|
742
|
-
.select-item[data-v-
|
|
742
|
+
.select-item[data-v-ebc14630]{
|
|
743
743
|
margin:3px;
|
|
744
744
|
}
|
|
745
745
|
|
|
@@ -852,37 +852,37 @@
|
|
|
852
852
|
/* 防止压缩 */
|
|
853
853
|
}
|
|
854
854
|
|
|
855
|
-
.widget[data-v-
|
|
855
|
+
.widget[data-v-e7bb4e5c] {
|
|
856
856
|
/* 统一字段间距 */
|
|
857
857
|
}
|
|
858
|
-
.widget[data-v-
|
|
858
|
+
.widget[data-v-e7bb4e5c] .van-cell {
|
|
859
859
|
align-items: center;
|
|
860
860
|
}
|
|
861
|
-
.widget[data-v-
|
|
861
|
+
.widget[data-v-e7bb4e5c] .van-field__label {
|
|
862
862
|
width: 90px;
|
|
863
863
|
flex: none;
|
|
864
864
|
}
|
|
865
|
-
.widget .readonly-field[data-v-
|
|
865
|
+
.widget .readonly-field[data-v-e7bb4e5c] {
|
|
866
866
|
/* 添加必填星号对齐 */
|
|
867
867
|
}
|
|
868
|
-
.widget .readonly-field[data-v-
|
|
868
|
+
.widget .readonly-field[data-v-e7bb4e5c] .van-field__control {
|
|
869
869
|
color: #323233;
|
|
870
870
|
/* 修改文字颜色与普通字段一致 */
|
|
871
871
|
padding-right: 16px;
|
|
872
872
|
}
|
|
873
|
-
.widget .readonly-field.van-field--required[data-v-
|
|
873
|
+
.widget .readonly-field.van-field--required[data-v-e7bb4e5c] .van-field__label::before {
|
|
874
874
|
margin-right: 4px;
|
|
875
875
|
}
|
|
876
|
-
.widget .readonly-field[data-v-
|
|
876
|
+
.widget .readonly-field[data-v-e7bb4e5c] {
|
|
877
877
|
margin: 4px 0;
|
|
878
|
-
}.widget[data-v-
|
|
878
|
+
}.widget[data-v-51037a6f] {
|
|
879
879
|
background: #fff;
|
|
880
880
|
box-sizing: border-box;
|
|
881
881
|
height: 100%;
|
|
882
882
|
text-align: left;
|
|
883
883
|
font-size: 12px;
|
|
884
884
|
}
|
|
885
|
-
.option[data-v-
|
|
885
|
+
.option[data-v-51037a6f] {
|
|
886
886
|
margin: 0 8px 8px 0;
|
|
887
887
|
padding: 5px 10px;
|
|
888
888
|
border-radius: 6px;
|
|
@@ -892,16 +892,16 @@
|
|
|
892
892
|
display: inline-block;
|
|
893
893
|
position: relative;
|
|
894
894
|
}
|
|
895
|
-
[data-v-
|
|
895
|
+
[data-v-51037a6f] .van-field__label {
|
|
896
896
|
margin: auto;
|
|
897
897
|
}
|
|
898
|
-
[data-v-
|
|
898
|
+
[data-v-51037a6f] .van-cell {
|
|
899
899
|
font-size: 12px;
|
|
900
900
|
padding: 5px 5px;
|
|
901
901
|
}
|
|
902
|
-
[data-v-
|
|
902
|
+
[data-v-51037a6f] .van-icon {
|
|
903
903
|
font-size: 12px;
|
|
904
904
|
}
|
|
905
|
-
[data-v-
|
|
905
|
+
[data-v-51037a6f] .van-popup .van-cell {
|
|
906
906
|
padding: 5px 25px;
|
|
907
907
|
}
|