sctj-components 1.0.29 → 1.0.30
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/lib/sctj-components.es.js +4 -4
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1023,7 +1023,7 @@ const icons = [
|
|
|
1023
1023
|
"wechat",
|
|
1024
1024
|
"zip"
|
|
1025
1025
|
];
|
|
1026
|
-
const
|
|
1026
|
+
const index_vue_vue_type_style_index_0_scoped_37029e19_lang = "";
|
|
1027
1027
|
const _hoisted_1$f = { class: "icon-content" };
|
|
1028
1028
|
const _hoisted_2$9 = { class: "icon-list" };
|
|
1029
1029
|
const _hoisted_3$7 = ["onClick"];
|
|
@@ -1118,7 +1118,7 @@ const _sfc_main$l = {
|
|
|
1118
1118
|
unref(iconName) ? {
|
|
1119
1119
|
name: "prefix",
|
|
1120
1120
|
fn: withCtx(() => [
|
|
1121
|
-
createVNode(
|
|
1121
|
+
createVNode(_sfc_main$p, { "icon-class": unref(iconName) }, null, 8, ["icon-class"])
|
|
1122
1122
|
]),
|
|
1123
1123
|
key: "0"
|
|
1124
1124
|
} : void 0
|
|
@@ -1151,7 +1151,7 @@ const _sfc_main$l = {
|
|
|
1151
1151
|
key: index2,
|
|
1152
1152
|
onClick: ($event) => selectedIcon(item)
|
|
1153
1153
|
}, [
|
|
1154
|
-
createVNode(
|
|
1154
|
+
createVNode(_sfc_main$p, {
|
|
1155
1155
|
"icon-class": item,
|
|
1156
1156
|
style: { "height": "30px", "width": "16px", "flex-shrink": "0" }
|
|
1157
1157
|
}, null, 8, ["icon-class"]),
|
|
@@ -1166,7 +1166,7 @@ const _sfc_main$l = {
|
|
|
1166
1166
|
};
|
|
1167
1167
|
}
|
|
1168
1168
|
};
|
|
1169
|
-
const SCTJIconSelect = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
1169
|
+
const SCTJIconSelect = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-37029e19"]]);
|
|
1170
1170
|
function useMobile() {
|
|
1171
1171
|
const isMobile = ref$1(false);
|
|
1172
1172
|
const checkIsMobile = () => {
|