widget.qw 1.0.17 → 1.0.18
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/build/style.css
CHANGED
|
@@ -817,27 +817,27 @@
|
|
|
817
817
|
/* 防止压缩 */
|
|
818
818
|
}
|
|
819
819
|
|
|
820
|
-
.widget[data-v-
|
|
820
|
+
.widget[data-v-116c9e42] {
|
|
821
821
|
/* 统一字段间距 */
|
|
822
822
|
}
|
|
823
|
-
.widget[data-v-
|
|
823
|
+
.widget[data-v-116c9e42] .van-cell {
|
|
824
824
|
align-items: center;
|
|
825
825
|
}
|
|
826
|
-
.widget[data-v-
|
|
826
|
+
.widget[data-v-116c9e42] .van-field__label {
|
|
827
827
|
width: 90px;
|
|
828
828
|
flex: none;
|
|
829
829
|
}
|
|
830
|
-
.widget .readonly-field[data-v-
|
|
830
|
+
.widget .readonly-field[data-v-116c9e42] {
|
|
831
831
|
/* 添加必填星号对齐 */
|
|
832
832
|
}
|
|
833
|
-
.widget .readonly-field[data-v-
|
|
833
|
+
.widget .readonly-field[data-v-116c9e42] .van-field__control {
|
|
834
834
|
color: #323233;
|
|
835
835
|
/* 修改文字颜色与普通字段一致 */
|
|
836
836
|
padding-right: 16px;
|
|
837
837
|
}
|
|
838
|
-
.widget .readonly-field.van-field--required[data-v-
|
|
838
|
+
.widget .readonly-field.van-field--required[data-v-116c9e42] .van-field__label::before {
|
|
839
839
|
margin-right: 4px;
|
|
840
840
|
}
|
|
841
|
-
.widget .readonly-field[data-v-
|
|
841
|
+
.widget .readonly-field[data-v-116c9e42] {
|
|
842
842
|
margin: 4px 0;
|
|
843
843
|
}
|
package/build/widget.qw.es.js
CHANGED
|
@@ -20661,7 +20661,7 @@ const _sfc_main$1 = {
|
|
|
20661
20661
|
};
|
|
20662
20662
|
}
|
|
20663
20663
|
};
|
|
20664
|
-
var SingleApiPicker_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => '@charset "UTF-8";\n.widget[data-v-
|
|
20664
|
+
var SingleApiPicker_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => '@charset "UTF-8";\n.widget[data-v-116c9e42] {\n /* \u7EDF\u4E00\u5B57\u6BB5\u95F4\u8DDD */\n}\n.widget[data-v-116c9e42] .van-cell {\n align-items: center;\n}\n.widget[data-v-116c9e42] .van-field__label {\n width: 90px;\n flex: none;\n}\n.widget .readonly-field[data-v-116c9e42] {\n /* \u6DFB\u52A0\u5FC5\u586B\u661F\u53F7\u5BF9\u9F50 */\n}\n.widget .readonly-field[data-v-116c9e42] .van-field__control {\n color: #323233;\n /* \u4FEE\u6539\u6587\u5B57\u989C\u8272\u4E0E\u666E\u901A\u5B57\u6BB5\u4E00\u81F4 */\n padding-right: 16px;\n}\n.widget .readonly-field.van-field--required[data-v-116c9e42] .van-field__label::before {\n margin-right: 4px;\n}\n.widget .readonly-field[data-v-116c9e42] {\n margin: 4px 0;\n}')();
|
|
20665
20665
|
const _hoisted_1 = {
|
|
20666
20666
|
class: "widget"
|
|
20667
20667
|
};
|
|
@@ -20724,7 +20724,7 @@ const _sfc_main = {
|
|
|
20724
20724
|
});
|
|
20725
20725
|
}));
|
|
20726
20726
|
const onShow = () => {
|
|
20727
|
-
if (isReadonly || isDisabled || isGone)
|
|
20727
|
+
if (isReadonly.value || isDisabled.value || isGone.value)
|
|
20728
20728
|
return;
|
|
20729
20729
|
data2.isShow = true;
|
|
20730
20730
|
};
|
|
@@ -20771,7 +20771,7 @@ const _sfc_main = {
|
|
|
20771
20771
|
};
|
|
20772
20772
|
}
|
|
20773
20773
|
};
|
|
20774
|
-
var SingleApiPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
20774
|
+
var SingleApiPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-116c9e42"]]);
|
|
20775
20775
|
const secret_notify = () => {
|
|
20776
20776
|
showNotify({ type: "danger", message: "\u4E25\u683C\u6267\u884C\u4FE1\u606F\u4FDD\u5BC6\u8981\u6C42\uFF0C\u5207\u5B9E\u9632\u8303\u4F01\u4E1A\u6CC4\u5BC6\u98CE\u9669", duration: 3e3 });
|
|
20777
20777
|
};
|
package/build/widget.qw.umd.js
CHANGED
|
@@ -20664,7 +20664,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
20664
20664
|
};
|
|
20665
20665
|
}
|
|
20666
20666
|
};
|
|
20667
|
-
var SingleApiPicker_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => '@charset "UTF-8";\n.widget[data-v-
|
|
20667
|
+
var SingleApiPicker_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => '@charset "UTF-8";\n.widget[data-v-116c9e42] {\n /* \u7EDF\u4E00\u5B57\u6BB5\u95F4\u8DDD */\n}\n.widget[data-v-116c9e42] .van-cell {\n align-items: center;\n}\n.widget[data-v-116c9e42] .van-field__label {\n width: 90px;\n flex: none;\n}\n.widget .readonly-field[data-v-116c9e42] {\n /* \u6DFB\u52A0\u5FC5\u586B\u661F\u53F7\u5BF9\u9F50 */\n}\n.widget .readonly-field[data-v-116c9e42] .van-field__control {\n color: #323233;\n /* \u4FEE\u6539\u6587\u5B57\u989C\u8272\u4E0E\u666E\u901A\u5B57\u6BB5\u4E00\u81F4 */\n padding-right: 16px;\n}\n.widget .readonly-field.van-field--required[data-v-116c9e42] .van-field__label::before {\n margin-right: 4px;\n}\n.widget .readonly-field[data-v-116c9e42] {\n margin: 4px 0;\n}')();
|
|
20668
20668
|
const _hoisted_1 = {
|
|
20669
20669
|
class: "widget"
|
|
20670
20670
|
};
|
|
@@ -20727,7 +20727,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
20727
20727
|
});
|
|
20728
20728
|
}));
|
|
20729
20729
|
const onShow = () => {
|
|
20730
|
-
if (isReadonly || isDisabled || isGone)
|
|
20730
|
+
if (isReadonly.value || isDisabled.value || isGone.value)
|
|
20731
20731
|
return;
|
|
20732
20732
|
data2.isShow = true;
|
|
20733
20733
|
};
|
|
@@ -20774,7 +20774,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
20774
20774
|
};
|
|
20775
20775
|
}
|
|
20776
20776
|
};
|
|
20777
|
-
var SingleApiPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
20777
|
+
var SingleApiPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-116c9e42"]]);
|
|
20778
20778
|
const secret_notify = () => {
|
|
20779
20779
|
showNotify({ type: "danger", message: "\u4E25\u683C\u6267\u884C\u4FE1\u606F\u4FDD\u5BC6\u8981\u6C42\uFF0C\u5207\u5B9E\u9632\u8303\u4F01\u4E1A\u6CC4\u5BC6\u98CE\u9669", duration: 3e3 });
|
|
20780
20780
|
};
|
package/package.json
CHANGED