@atooyu/uxto-ui 1.1.24 → 1.1.26
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/dist/index.js +92 -135
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +92 -135
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +25 -66
- package/package.json +1 -1
- package/src/components/u-popup/u-popup.vue +23 -142
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const _hoisted_1$
|
|
4
|
+
const _hoisted_1$H = ["disabled", "hover-class"];
|
|
5
5
|
const _hoisted_2$w = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "u-button__loading"
|
|
@@ -82,7 +82,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
82
82
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
83
83
|
])
|
|
84
84
|
]))
|
|
85
|
-
], 14, _hoisted_1$
|
|
85
|
+
], 14, _hoisted_1$H);
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
88
|
});
|
|
@@ -94,7 +94,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
94
94
|
return target;
|
|
95
95
|
};
|
|
96
96
|
const uButton = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-a51cb0bf"]]);
|
|
97
|
-
const _hoisted_1$
|
|
97
|
+
const _hoisted_1$G = {
|
|
98
98
|
key: 0,
|
|
99
99
|
class: "u-input__prefix"
|
|
100
100
|
};
|
|
@@ -163,7 +163,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
163
163
|
"u-input--focus": isFocus.value
|
|
164
164
|
}])
|
|
165
165
|
}, [
|
|
166
|
-
_ctx.$slots.prefix || __props.prefixIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
166
|
+
_ctx.$slots.prefix || __props.prefixIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$G, [
|
|
167
167
|
vue.renderSlot(_ctx.$slots, "prefix", {}, () => [
|
|
168
168
|
vue.createElementVNode("text", _hoisted_2$v, vue.toDisplayString(__props.prefixIcon), 1)
|
|
169
169
|
], true)
|
|
@@ -204,7 +204,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
204
204
|
}
|
|
205
205
|
});
|
|
206
206
|
const uInput = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-2f635824"]]);
|
|
207
|
-
const _hoisted_1$
|
|
207
|
+
const _hoisted_1$F = ["hover-class"];
|
|
208
208
|
const _hoisted_2$u = {
|
|
209
209
|
key: 0,
|
|
210
210
|
class: "u-cell__icon"
|
|
@@ -293,12 +293,12 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
293
293
|
vue.createElementVNode("text", { class: "u-cell__arrow-icon" }, "›", -1)
|
|
294
294
|
])])) : vue.createCommentVNode("", true),
|
|
295
295
|
vue.renderSlot(_ctx.$slots, "right-icon", {}, void 0, true)
|
|
296
|
-
], 10, _hoisted_1$
|
|
296
|
+
], 10, _hoisted_1$F);
|
|
297
297
|
};
|
|
298
298
|
}
|
|
299
299
|
});
|
|
300
300
|
const uCell = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-c3a35a65"]]);
|
|
301
|
-
const _hoisted_1$
|
|
301
|
+
const _hoisted_1$E = { class: "u-cell-group" };
|
|
302
302
|
const _hoisted_2$t = {
|
|
303
303
|
key: 0,
|
|
304
304
|
class: "u-cell-group__title"
|
|
@@ -318,7 +318,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
318
318
|
},
|
|
319
319
|
setup(__props) {
|
|
320
320
|
return (_ctx, _cache) => {
|
|
321
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
321
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$E, [
|
|
322
322
|
__props.title || _ctx.$slots.title ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$t, [
|
|
323
323
|
vue.renderSlot(_ctx.$slots, "title", {}, () => [
|
|
324
324
|
vue.createTextVNode(vue.toDisplayString(__props.title), 1)
|
|
@@ -332,7 +332,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
332
332
|
}
|
|
333
333
|
});
|
|
334
334
|
const uCellGroup = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f529bc69"]]);
|
|
335
|
-
const _hoisted_1$
|
|
335
|
+
const _hoisted_1$D = {
|
|
336
336
|
key: 0,
|
|
337
337
|
class: "u-modal__header"
|
|
338
338
|
};
|
|
@@ -386,7 +386,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
386
386
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
387
387
|
}, ["stop"]))
|
|
388
388
|
}, [
|
|
389
|
-
__props.title ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
389
|
+
__props.title ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$D, [
|
|
390
390
|
vue.createElementVNode("text", _hoisted_2$s, vue.toDisplayString(__props.title), 1)
|
|
391
391
|
])) : vue.createCommentVNode("", true),
|
|
392
392
|
vue.createElementVNode("view", _hoisted_3$m, [
|
|
@@ -628,7 +628,7 @@ function getIconNames() {
|
|
|
628
628
|
function addIcon(name, svg) {
|
|
629
629
|
icons[name] = svg;
|
|
630
630
|
}
|
|
631
|
-
const _hoisted_1$
|
|
631
|
+
const _hoisted_1$C = ["src"];
|
|
632
632
|
const _hoisted_2$r = {
|
|
633
633
|
key: 1,
|
|
634
634
|
class: "u-icon__inner"
|
|
@@ -719,7 +719,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
719
719
|
src: iconSrc.value,
|
|
720
720
|
style: vue.normalizeStyle(svgStyle.value),
|
|
721
721
|
mode: "aspectFit"
|
|
722
|
-
}, null, 12, _hoisted_1$
|
|
722
|
+
}, null, 12, _hoisted_1$C)) : (vue.openBlock(), vue.createElementBlock("text", _hoisted_2$r, vue.toDisplayString(__props.name), 1))
|
|
723
723
|
], 6);
|
|
724
724
|
};
|
|
725
725
|
}
|
|
@@ -771,7 +771,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
771
771
|
}
|
|
772
772
|
});
|
|
773
773
|
const uLoading = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-ce769006"]]);
|
|
774
|
-
const _hoisted_1$
|
|
774
|
+
const _hoisted_1$B = { class: "u-tag__text" };
|
|
775
775
|
const __default__$G = {
|
|
776
776
|
options: {
|
|
777
777
|
virtualHost: true,
|
|
@@ -811,7 +811,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
811
811
|
class: vue.normalizeClass(["u-tag", [`u-tag--${__props.type}`, `u-tag--${__props.size}`, { "u-tag--plain": __props.plain, "u-tag--round": __props.round }]]),
|
|
812
812
|
style: vue.normalizeStyle(tagStyle.value)
|
|
813
813
|
}, [
|
|
814
|
-
vue.createElementVNode("text", _hoisted_1$
|
|
814
|
+
vue.createElementVNode("text", _hoisted_1$B, [
|
|
815
815
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
816
816
|
]),
|
|
817
817
|
__props.closable ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
@@ -892,7 +892,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
892
892
|
}
|
|
893
893
|
});
|
|
894
894
|
const uSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-8922fa66"]]);
|
|
895
|
-
const _hoisted_1$
|
|
895
|
+
const _hoisted_1$A = ["src", "mode", "lazy-load", "fade"];
|
|
896
896
|
const _hoisted_2$q = {
|
|
897
897
|
key: 0,
|
|
898
898
|
class: "u-image__loading"
|
|
@@ -946,7 +946,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
946
946
|
fade: __props.fade,
|
|
947
947
|
onLoad: handleLoad,
|
|
948
948
|
onError: handleError
|
|
949
|
-
}, null, 40, _hoisted_1$
|
|
949
|
+
}, null, 40, _hoisted_1$A),
|
|
950
950
|
__props.loading && !loaded.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$q, [
|
|
951
951
|
vue.renderSlot(_ctx.$slots, "loading", {}, () => [
|
|
952
952
|
vue.createVNode(_component_u_loading, { size: 20 })
|
|
@@ -962,7 +962,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
962
962
|
}
|
|
963
963
|
});
|
|
964
964
|
const uImage = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-55a4498e"]]);
|
|
965
|
-
const _hoisted_1$
|
|
965
|
+
const _hoisted_1$z = {
|
|
966
966
|
key: 0,
|
|
967
967
|
class: "u-divider__text"
|
|
968
968
|
};
|
|
@@ -985,7 +985,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
985
985
|
return vue.openBlock(), vue.createElementBlock("view", {
|
|
986
986
|
class: vue.normalizeClass(["u-divider", { "u-divider--hairline": __props.hairline, "u-divider--dashed": __props.dashed }])
|
|
987
987
|
}, [
|
|
988
|
-
_ctx.$slots.default || __props.content ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
988
|
+
_ctx.$slots.default || __props.content ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$z, [
|
|
989
989
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
990
990
|
vue.createTextVNode(vue.toDisplayString(__props.content), 1)
|
|
991
991
|
], true)
|
|
@@ -995,7 +995,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
995
995
|
}
|
|
996
996
|
});
|
|
997
997
|
const uDivider = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-7f88d163"]]);
|
|
998
|
-
const _hoisted_1$
|
|
998
|
+
const _hoisted_1$y = {
|
|
999
999
|
key: 0,
|
|
1000
1000
|
class: "u-notice-bar__left-icon"
|
|
1001
1001
|
};
|
|
@@ -1035,7 +1035,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
1035
1035
|
class: vue.normalizeClass(["u-notice-bar", { "u-notice-bar--wrapable": __props.wrapable }]),
|
|
1036
1036
|
style: vue.normalizeStyle({ color: __props.color, background: __props.background })
|
|
1037
1037
|
}, [
|
|
1038
|
-
_ctx.$slots.leftIcon || __props.leftIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
1038
|
+
_ctx.$slots.leftIcon || __props.leftIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$y, [
|
|
1039
1039
|
vue.renderSlot(_ctx.$slots, "leftIcon", {}, () => [
|
|
1040
1040
|
vue.createElementVNode("text", null, vue.toDisplayString(__props.leftIcon), 1)
|
|
1041
1041
|
], true)
|
|
@@ -1066,7 +1066,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
1066
1066
|
}
|
|
1067
1067
|
});
|
|
1068
1068
|
const uNoticeBar = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-f80a744d"]]);
|
|
1069
|
-
const _hoisted_1$
|
|
1069
|
+
const _hoisted_1$x = {
|
|
1070
1070
|
key: 0,
|
|
1071
1071
|
class: "u-layout__header"
|
|
1072
1072
|
};
|
|
@@ -1091,7 +1091,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
1091
1091
|
return vue.openBlock(), vue.createElementBlock("view", {
|
|
1092
1092
|
class: vue.normalizeClass(["u-layout", { "u-layout--has-footer": hasFooter.value }])
|
|
1093
1093
|
}, [
|
|
1094
|
-
_ctx.$slots.header ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
1094
|
+
_ctx.$slots.header ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$x, [
|
|
1095
1095
|
vue.renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
1096
1096
|
])) : vue.createCommentVNode("", true),
|
|
1097
1097
|
vue.createElementVNode("view", _hoisted_2$o, [
|
|
@@ -1105,7 +1105,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
1105
1105
|
}
|
|
1106
1106
|
});
|
|
1107
1107
|
const uLayout = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1682e77a"]]);
|
|
1108
|
-
const _hoisted_1$
|
|
1108
|
+
const _hoisted_1$w = {
|
|
1109
1109
|
key: 0,
|
|
1110
1110
|
class: "u-badge__text"
|
|
1111
1111
|
};
|
|
@@ -1161,14 +1161,14 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
1161
1161
|
class: vue.normalizeClass(["u-badge__content", [`u-badge__content--${__props.type}`, { "u-badge__content--dot": __props.dot, "u-badge__content--alone": !_ctx.$slots.default }]]),
|
|
1162
1162
|
style: vue.normalizeStyle(badgeStyle.value)
|
|
1163
1163
|
}, [
|
|
1164
|
-
!__props.dot && displayValue.value ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$
|
|
1164
|
+
!__props.dot && displayValue.value ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$w, vue.toDisplayString(displayValue.value), 1)) : vue.createCommentVNode("", true)
|
|
1165
1165
|
], 6)) : vue.createCommentVNode("", true)
|
|
1166
1166
|
], 2);
|
|
1167
1167
|
};
|
|
1168
1168
|
}
|
|
1169
1169
|
});
|
|
1170
1170
|
const uBadge = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-56dd42ed"]]);
|
|
1171
|
-
const _hoisted_1$
|
|
1171
|
+
const _hoisted_1$v = {
|
|
1172
1172
|
key: 0,
|
|
1173
1173
|
class: "u-loading-page"
|
|
1174
1174
|
};
|
|
@@ -1191,7 +1191,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
1191
1191
|
},
|
|
1192
1192
|
setup(__props) {
|
|
1193
1193
|
return (_ctx, _cache) => {
|
|
1194
|
-
return __props.visible ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
1194
|
+
return __props.visible ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$v, [
|
|
1195
1195
|
vue.createElementVNode("view", _hoisted_2$n, [
|
|
1196
1196
|
vue.createElementVNode("view", {
|
|
1197
1197
|
class: "u-loading-page__spinner",
|
|
@@ -1219,7 +1219,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
1219
1219
|
}
|
|
1220
1220
|
});
|
|
1221
1221
|
const uLoadingPage = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-ddf92cf6"]]);
|
|
1222
|
-
const _hoisted_1$
|
|
1222
|
+
const _hoisted_1$u = { class: "u-parse" };
|
|
1223
1223
|
const __default__$y = {
|
|
1224
1224
|
options: {
|
|
1225
1225
|
virtualHost: true,
|
|
@@ -1325,7 +1325,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
1325
1325
|
};
|
|
1326
1326
|
return (_ctx, _cache) => {
|
|
1327
1327
|
const _component_rich_text = vue.resolveComponent("rich-text");
|
|
1328
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
1328
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$u, [
|
|
1329
1329
|
vue.createVNode(_component_rich_text, {
|
|
1330
1330
|
nodes: parsedNodes.value,
|
|
1331
1331
|
selectable: __props.selectable,
|
|
@@ -1337,7 +1337,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
1337
1337
|
}
|
|
1338
1338
|
});
|
|
1339
1339
|
const uParse = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-5361245b"]]);
|
|
1340
|
-
const _hoisted_1$
|
|
1340
|
+
const _hoisted_1$t = { class: "u-keyboard__header" };
|
|
1341
1341
|
const _hoisted_2$m = { class: "u-keyboard__title" };
|
|
1342
1342
|
const _hoisted_3$i = ["onClick"];
|
|
1343
1343
|
const __default__$x = {
|
|
@@ -1469,7 +1469,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
1469
1469
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
1470
1470
|
}, ["stop"]))
|
|
1471
1471
|
}, [
|
|
1472
|
-
vue.createElementVNode("view", _hoisted_1$
|
|
1472
|
+
vue.createElementVNode("view", _hoisted_1$t, [
|
|
1473
1473
|
vue.createElementVNode("text", _hoisted_2$m, vue.toDisplayString(__props.title), 1),
|
|
1474
1474
|
vue.createElementVNode("text", {
|
|
1475
1475
|
class: "u-keyboard__close",
|
|
@@ -1498,7 +1498,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
1498
1498
|
}
|
|
1499
1499
|
});
|
|
1500
1500
|
const uKeyboard = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-b318be29"]]);
|
|
1501
|
-
const _hoisted_1$
|
|
1501
|
+
const _hoisted_1$s = { class: "u-picker__toolbar" };
|
|
1502
1502
|
const _hoisted_2$l = { class: "u-picker__title" };
|
|
1503
1503
|
const _hoisted_3$h = {
|
|
1504
1504
|
key: 0,
|
|
@@ -1596,7 +1596,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
1596
1596
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
1597
1597
|
}, ["stop"]))
|
|
1598
1598
|
}, [
|
|
1599
|
-
vue.createElementVNode("view", _hoisted_1$
|
|
1599
|
+
vue.createElementVNode("view", _hoisted_1$s, [
|
|
1600
1600
|
vue.createElementVNode("text", {
|
|
1601
1601
|
class: "u-picker__action",
|
|
1602
1602
|
onClick: handleCancel
|
|
@@ -1641,7 +1641,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
1641
1641
|
}
|
|
1642
1642
|
});
|
|
1643
1643
|
const uPicker = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-54bd44d7"]]);
|
|
1644
|
-
const _hoisted_1$
|
|
1644
|
+
const _hoisted_1$r = { class: "u-datetime-picker__toolbar" };
|
|
1645
1645
|
const _hoisted_2$k = { class: "u-datetime-picker__title" };
|
|
1646
1646
|
const __default__$v = {
|
|
1647
1647
|
options: {
|
|
@@ -1870,7 +1870,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
1870
1870
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
1871
1871
|
}, ["stop"]))
|
|
1872
1872
|
}, [
|
|
1873
|
-
vue.createElementVNode("view", _hoisted_1$
|
|
1873
|
+
vue.createElementVNode("view", _hoisted_1$r, [
|
|
1874
1874
|
vue.createElementVNode("text", {
|
|
1875
1875
|
class: "u-datetime-picker__action",
|
|
1876
1876
|
onClick: handleCancel
|
|
@@ -1912,7 +1912,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
1912
1912
|
}
|
|
1913
1913
|
});
|
|
1914
1914
|
const uDatetimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-45acbf1d"]]);
|
|
1915
|
-
const _hoisted_1$
|
|
1915
|
+
const _hoisted_1$q = ["onClick"];
|
|
1916
1916
|
const __default__$u = {
|
|
1917
1917
|
options: {
|
|
1918
1918
|
virtualHost: true,
|
|
@@ -2018,14 +2018,14 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
2018
2018
|
style: vue.normalizeStyle(activeStyle.value)
|
|
2019
2019
|
}, "★", 4)
|
|
2020
2020
|
], 4)
|
|
2021
|
-
], 12, _hoisted_1$
|
|
2021
|
+
], 12, _hoisted_1$q);
|
|
2022
2022
|
}), 128))
|
|
2023
2023
|
], 2);
|
|
2024
2024
|
};
|
|
2025
2025
|
}
|
|
2026
2026
|
});
|
|
2027
2027
|
const uRate = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-62d85215"]]);
|
|
2028
|
-
const _hoisted_1$
|
|
2028
|
+
const _hoisted_1$p = { class: "u-grid" };
|
|
2029
2029
|
const __default__$t = {
|
|
2030
2030
|
options: {
|
|
2031
2031
|
virtualHost: true,
|
|
@@ -2062,14 +2062,14 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
2062
2062
|
onItemClick
|
|
2063
2063
|
});
|
|
2064
2064
|
return (_ctx, _cache) => {
|
|
2065
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
2065
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$p, [
|
|
2066
2066
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2067
2067
|
]);
|
|
2068
2068
|
};
|
|
2069
2069
|
}
|
|
2070
2070
|
});
|
|
2071
2071
|
const uGrid = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-d005bea6"]]);
|
|
2072
|
-
const _hoisted_1$
|
|
2072
|
+
const _hoisted_1$o = {
|
|
2073
2073
|
key: 0,
|
|
2074
2074
|
class: "u-grid-item__icon"
|
|
2075
2075
|
};
|
|
@@ -2142,7 +2142,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
2142
2142
|
style: vue.normalizeStyle(itemStyle.value),
|
|
2143
2143
|
onClick: handleClick
|
|
2144
2144
|
}, [
|
|
2145
|
-
_ctx.$slots.icon || __props.icon || __props.iconUrl ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
2145
|
+
_ctx.$slots.icon || __props.icon || __props.iconUrl ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$o, [
|
|
2146
2146
|
vue.renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
2147
2147
|
__props.iconUrl ? (vue.openBlock(), vue.createElementBlock("image", {
|
|
2148
2148
|
key: 0,
|
|
@@ -2165,7 +2165,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
2165
2165
|
}
|
|
2166
2166
|
});
|
|
2167
2167
|
const uGridItem = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-de6f40c1"]]);
|
|
2168
|
-
const _hoisted_1$
|
|
2168
|
+
const _hoisted_1$n = { class: "u-swiper" };
|
|
2169
2169
|
const _hoisted_2$i = {
|
|
2170
2170
|
key: 0,
|
|
2171
2171
|
class: "u-swiper__loading"
|
|
@@ -2278,7 +2278,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
2278
2278
|
});
|
|
2279
2279
|
return (_ctx, _cache) => {
|
|
2280
2280
|
const _component_swiper = vue.resolveComponent("swiper");
|
|
2281
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
2281
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$n, [
|
|
2282
2282
|
vue.createVNode(_component_swiper, {
|
|
2283
2283
|
class: "u-swiper__wrapper",
|
|
2284
2284
|
style: vue.normalizeStyle({ height: swiperHeight.value }),
|
|
@@ -2380,7 +2380,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
2380
2380
|
}
|
|
2381
2381
|
});
|
|
2382
2382
|
const uSwiperItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-ef481687"]]);
|
|
2383
|
-
const _hoisted_1$
|
|
2383
|
+
const _hoisted_1$m = {
|
|
2384
2384
|
key: 0,
|
|
2385
2385
|
class: "u-search__icon"
|
|
2386
2386
|
};
|
|
@@ -2466,7 +2466,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2466
2466
|
class: "u-search__content",
|
|
2467
2467
|
style: vue.normalizeStyle(contentStyle.value)
|
|
2468
2468
|
}, [
|
|
2469
|
-
__props.showSearchIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
2469
|
+
__props.showSearchIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$m, [..._cache[0] || (_cache[0] = [
|
|
2470
2470
|
vue.createElementVNode("text", { class: "u-search__icon-text" }, "🔍", -1)
|
|
2471
2471
|
])])) : vue.createCommentVNode("", true),
|
|
2472
2472
|
vue.createElementVNode("view", _hoisted_2$h, [
|
|
@@ -2510,7 +2510,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2510
2510
|
}
|
|
2511
2511
|
});
|
|
2512
2512
|
const uSearch = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-223b845c"]]);
|
|
2513
|
-
const _hoisted_1$
|
|
2513
|
+
const _hoisted_1$l = ["type", "value", "disabled"];
|
|
2514
2514
|
const __default__$o = {
|
|
2515
2515
|
options: {
|
|
2516
2516
|
virtualHost: true,
|
|
@@ -2658,7 +2658,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
2658
2658
|
onInput: handleInput,
|
|
2659
2659
|
onBlur: handleBlur,
|
|
2660
2660
|
onFocus: handleFocus
|
|
2661
|
-
}, null, 46, _hoisted_1$
|
|
2661
|
+
}, null, 46, _hoisted_1$l),
|
|
2662
2662
|
vue.createElementVNode("view", {
|
|
2663
2663
|
class: vue.normalizeClass(["u-number-box__btn u-number-box__btn--plus", {
|
|
2664
2664
|
"u-number-box__btn--disabled": plusDisabled.value
|
|
@@ -2676,7 +2676,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
2676
2676
|
}
|
|
2677
2677
|
});
|
|
2678
2678
|
const uNumberBox = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-86153bb8"]]);
|
|
2679
|
-
const _hoisted_1$
|
|
2679
|
+
const _hoisted_1$k = { class: "u-upload" };
|
|
2680
2680
|
const _hoisted_2$g = { class: "u-upload__list" };
|
|
2681
2681
|
const _hoisted_3$d = ["src", "onClick"];
|
|
2682
2682
|
const _hoisted_4$9 = {
|
|
@@ -2807,7 +2807,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
2807
2807
|
fileList
|
|
2808
2808
|
});
|
|
2809
2809
|
return (_ctx, _cache) => {
|
|
2810
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
2810
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$k, [
|
|
2811
2811
|
vue.createElementVNode("view", _hoisted_2$g, [
|
|
2812
2812
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(fileList.value, (file, index) => {
|
|
2813
2813
|
return vue.openBlock(), vue.createElementBlock("view", {
|
|
@@ -2879,7 +2879,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
2879
2879
|
}
|
|
2880
2880
|
});
|
|
2881
2881
|
const uUpload = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-172bcb23"]]);
|
|
2882
|
-
const _hoisted_1$
|
|
2882
|
+
const _hoisted_1$j = ["value", "placeholder", "placeholder-style", "disabled", "maxlength", "focus", "auto-height", "fixed", "cursor-spacing", "show-confirm-bar", "adjust-position"];
|
|
2883
2883
|
const _hoisted_2$f = {
|
|
2884
2884
|
key: 0,
|
|
2885
2885
|
class: "u-textarea__limit"
|
|
@@ -2971,7 +2971,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
2971
2971
|
onBlur: handleBlur,
|
|
2972
2972
|
onConfirm: handleConfirm,
|
|
2973
2973
|
onLinechange: handleLineChange
|
|
2974
|
-
}, null, 44, _hoisted_1$
|
|
2974
|
+
}, null, 44, _hoisted_1$j),
|
|
2975
2975
|
__props.showWordLimit && __props.maxlength ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$f, [
|
|
2976
2976
|
vue.createElementVNode("text", _hoisted_3$c, vue.toDisplayString(currentLength.value) + "/" + vue.toDisplayString(__props.maxlength), 1)
|
|
2977
2977
|
])) : vue.createCommentVNode("", true)
|
|
@@ -2980,7 +2980,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
2980
2980
|
}
|
|
2981
2981
|
});
|
|
2982
2982
|
const uTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-82478b77"]]);
|
|
2983
|
-
const _hoisted_1$
|
|
2983
|
+
const _hoisted_1$i = {
|
|
2984
2984
|
key: 0,
|
|
2985
2985
|
class: "u-slider__min"
|
|
2986
2986
|
};
|
|
@@ -3229,7 +3229,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
3229
3229
|
"u-slider--disabled": __props.disabled
|
|
3230
3230
|
}])
|
|
3231
3231
|
}, [
|
|
3232
|
-
__props.showMinMax ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
3232
|
+
__props.showMinMax ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$i, [
|
|
3233
3233
|
vue.createElementVNode("text", _hoisted_2$e, vue.toDisplayString(__props.min), 1)
|
|
3234
3234
|
])) : vue.createCommentVNode("", true),
|
|
3235
3235
|
vue.createElementVNode("view", {
|
|
@@ -3299,7 +3299,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
3299
3299
|
}
|
|
3300
3300
|
});
|
|
3301
3301
|
const uSlider = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-c099c413"]]);
|
|
3302
|
-
const _hoisted_1$
|
|
3302
|
+
const _hoisted_1$h = { class: "u-list" };
|
|
3303
3303
|
const _hoisted_2$d = {
|
|
3304
3304
|
key: 0,
|
|
3305
3305
|
class: "u-list__header"
|
|
@@ -3350,7 +3350,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
3350
3350
|
emit("load");
|
|
3351
3351
|
};
|
|
3352
3352
|
return (_ctx, _cache) => {
|
|
3353
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
3353
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$h, [
|
|
3354
3354
|
_ctx.$slots.header || __props.header ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$d, [
|
|
3355
3355
|
vue.renderSlot(_ctx.$slots, "header", {}, () => [
|
|
3356
3356
|
vue.createTextVNode(vue.toDisplayString(__props.header), 1)
|
|
@@ -3383,7 +3383,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
3383
3383
|
}
|
|
3384
3384
|
});
|
|
3385
3385
|
const uList = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-6d331927"]]);
|
|
3386
|
-
const _hoisted_1$
|
|
3386
|
+
const _hoisted_1$g = {
|
|
3387
3387
|
key: 0,
|
|
3388
3388
|
class: "u-list-item__icon"
|
|
3389
3389
|
};
|
|
@@ -3457,7 +3457,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
3457
3457
|
}]),
|
|
3458
3458
|
onClick: handleClick
|
|
3459
3459
|
}, [
|
|
3460
|
-
_ctx.$slots.icon || __props.icon || __props.thumb ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
3460
|
+
_ctx.$slots.icon || __props.icon || __props.thumb ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$g, [
|
|
3461
3461
|
vue.renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
3462
3462
|
__props.thumb ? (vue.openBlock(), vue.createElementBlock("image", {
|
|
3463
3463
|
key: 0,
|
|
@@ -3496,7 +3496,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
3496
3496
|
}
|
|
3497
3497
|
});
|
|
3498
3498
|
const uListItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-8c31b17c"]]);
|
|
3499
|
-
const _hoisted_1$
|
|
3499
|
+
const _hoisted_1$f = {
|
|
3500
3500
|
key: 0,
|
|
3501
3501
|
class: "u-line-progress__text u-line-progress__text--inside"
|
|
3502
3502
|
};
|
|
@@ -3569,7 +3569,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
3569
3569
|
}]),
|
|
3570
3570
|
style: vue.normalizeStyle(barStyle.value)
|
|
3571
3571
|
}, [
|
|
3572
|
-
__props.showText && __props.textInside && __props.percentage <= 100 ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$
|
|
3572
|
+
__props.showText && __props.textInside && __props.percentage <= 100 ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$f, vue.toDisplayString(textContent.value), 1)) : vue.createCommentVNode("", true)
|
|
3573
3573
|
], 6)
|
|
3574
3574
|
], 4),
|
|
3575
3575
|
__props.showText && !__props.textInside ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_2$b, vue.toDisplayString(textContent.value), 1)) : vue.createCommentVNode("", true)
|
|
@@ -3578,7 +3578,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
3578
3578
|
}
|
|
3579
3579
|
});
|
|
3580
3580
|
const uLineProgress = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-99121563"]]);
|
|
3581
|
-
const _hoisted_1$
|
|
3581
|
+
const _hoisted_1$e = { class: "u-count-down" };
|
|
3582
3582
|
const __default__$h = {
|
|
3583
3583
|
options: {
|
|
3584
3584
|
virtualHost: true,
|
|
@@ -3701,7 +3701,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
3701
3701
|
timeData
|
|
3702
3702
|
});
|
|
3703
3703
|
return (_ctx, _cache) => {
|
|
3704
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
3704
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$e, [
|
|
3705
3705
|
vue.renderSlot(_ctx.$slots, "default", {
|
|
3706
3706
|
time: timeData.value,
|
|
3707
3707
|
current: current.value
|
|
@@ -3716,7 +3716,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
3716
3716
|
}
|
|
3717
3717
|
});
|
|
3718
3718
|
const uCountDown = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-da70e500"]]);
|
|
3719
|
-
const _hoisted_1$
|
|
3719
|
+
const _hoisted_1$d = { class: "u-tooltip__content" };
|
|
3720
3720
|
const _hoisted_2$a = {
|
|
3721
3721
|
key: 0,
|
|
3722
3722
|
class: "u-tooltip__actions"
|
|
@@ -3894,7 +3894,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
3894
3894
|
vue.createElementVNode("view", {
|
|
3895
3895
|
class: vue.normalizeClass(["u-tooltip__arrow", `u-tooltip__arrow--${actualPlacement.value}`])
|
|
3896
3896
|
}, null, 2),
|
|
3897
|
-
vue.createElementVNode("view", _hoisted_1$
|
|
3897
|
+
vue.createElementVNode("view", _hoisted_1$d, [
|
|
3898
3898
|
__props.actions.length ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$a, [
|
|
3899
3899
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.actions, (action, index) => {
|
|
3900
3900
|
return vue.openBlock(), vue.createElementBlock("view", {
|
|
@@ -3915,7 +3915,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
3915
3915
|
}
|
|
3916
3916
|
});
|
|
3917
3917
|
const uTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-dd1bff02"]]);
|
|
3918
|
-
const _hoisted_1$
|
|
3918
|
+
const _hoisted_1$c = ["src"];
|
|
3919
3919
|
const _hoisted_2$9 = {
|
|
3920
3920
|
key: 1,
|
|
3921
3921
|
class: "u-avatar__text"
|
|
@@ -4014,7 +4014,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
4014
4014
|
src: __props.src,
|
|
4015
4015
|
mode: "aspectFill",
|
|
4016
4016
|
onError: handleError
|
|
4017
|
-
}, null, 40, _hoisted_1$
|
|
4017
|
+
}, null, 40, _hoisted_1$c)) : __props.text ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_2$9, vue.toDisplayString(displayText.value), 1)) : (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$7, vue.toDisplayString(__props.icon || "👤"), 1))
|
|
4018
4018
|
], true),
|
|
4019
4019
|
__props.badge && !badgeSlot.value ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
4020
4020
|
key: 0,
|
|
@@ -4028,7 +4028,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
4028
4028
|
}
|
|
4029
4029
|
});
|
|
4030
4030
|
const uAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-10f478fe"]]);
|
|
4031
|
-
const _hoisted_1$
|
|
4031
|
+
const _hoisted_1$b = { class: "u-empty__image" };
|
|
4032
4032
|
const _hoisted_2$8 = ["src"];
|
|
4033
4033
|
const _hoisted_3$6 = {
|
|
4034
4034
|
key: 1,
|
|
@@ -4061,7 +4061,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
4061
4061
|
return vue.openBlock(), vue.createElementBlock("view", {
|
|
4062
4062
|
class: vue.normalizeClass(["u-empty", { "u-empty--inline": __props.inline }])
|
|
4063
4063
|
}, [
|
|
4064
|
-
vue.createElementVNode("view", _hoisted_1$
|
|
4064
|
+
vue.createElementVNode("view", _hoisted_1$b, [
|
|
4065
4065
|
vue.renderSlot(_ctx.$slots, "image", {}, () => [
|
|
4066
4066
|
__props.image ? (vue.openBlock(), vue.createElementBlock("image", {
|
|
4067
4067
|
key: 0,
|
|
@@ -4086,7 +4086,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
4086
4086
|
}
|
|
4087
4087
|
});
|
|
4088
4088
|
const uEmpty = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-853e089d"]]);
|
|
4089
|
-
const _hoisted_1$
|
|
4089
|
+
const _hoisted_1$a = {
|
|
4090
4090
|
key: 0,
|
|
4091
4091
|
class: "u-checkbox__check"
|
|
4092
4092
|
};
|
|
@@ -4169,7 +4169,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
4169
4169
|
class: vue.normalizeClass(["u-checkbox__icon", iconClass.value]),
|
|
4170
4170
|
style: vue.normalizeStyle(iconStyle.value)
|
|
4171
4171
|
}, [
|
|
4172
|
-
checked.value ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$
|
|
4172
|
+
checked.value ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$a, "✓")) : vue.createCommentVNode("", true)
|
|
4173
4173
|
], 6),
|
|
4174
4174
|
__props.label || _ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$7, [
|
|
4175
4175
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -4181,7 +4181,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
4181
4181
|
}
|
|
4182
4182
|
});
|
|
4183
4183
|
const uCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-6f3ea0c6"]]);
|
|
4184
|
-
const _hoisted_1$
|
|
4184
|
+
const _hoisted_1$9 = { class: "u-checkbox-group" };
|
|
4185
4185
|
const __default__$c = {
|
|
4186
4186
|
options: {
|
|
4187
4187
|
virtualHost: true,
|
|
@@ -4224,14 +4224,14 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
4224
4224
|
toggle
|
|
4225
4225
|
});
|
|
4226
4226
|
return (_ctx, _cache) => {
|
|
4227
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
4227
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$9, [
|
|
4228
4228
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4229
4229
|
]);
|
|
4230
4230
|
};
|
|
4231
4231
|
}
|
|
4232
4232
|
});
|
|
4233
4233
|
const uCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-4e51c49e"]]);
|
|
4234
|
-
const _hoisted_1$
|
|
4234
|
+
const _hoisted_1$8 = {
|
|
4235
4235
|
key: 0,
|
|
4236
4236
|
class: "u-radio__dot"
|
|
4237
4237
|
};
|
|
@@ -4311,7 +4311,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
4311
4311
|
class: vue.normalizeClass(["u-radio__icon", iconClass.value]),
|
|
4312
4312
|
style: vue.normalizeStyle(iconStyle.value)
|
|
4313
4313
|
}, [
|
|
4314
|
-
checked.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
4314
|
+
checked.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$8)) : vue.createCommentVNode("", true)
|
|
4315
4315
|
], 6),
|
|
4316
4316
|
__props.label || _ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$6, [
|
|
4317
4317
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -4323,7 +4323,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
4323
4323
|
}
|
|
4324
4324
|
});
|
|
4325
4325
|
const uRadio = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-3b4f8627"]]);
|
|
4326
|
-
const _hoisted_1$
|
|
4326
|
+
const _hoisted_1$7 = { class: "u-radio-group" };
|
|
4327
4327
|
const __default__$a = {
|
|
4328
4328
|
options: {
|
|
4329
4329
|
virtualHost: true,
|
|
@@ -4357,14 +4357,14 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
4357
4357
|
select
|
|
4358
4358
|
});
|
|
4359
4359
|
return (_ctx, _cache) => {
|
|
4360
|
-
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$
|
|
4360
|
+
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$7, [
|
|
4361
4361
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4362
4362
|
]);
|
|
4363
4363
|
};
|
|
4364
4364
|
}
|
|
4365
4365
|
});
|
|
4366
4366
|
const uRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-04ea4949"]]);
|
|
4367
|
-
const _hoisted_1$
|
|
4367
|
+
const _hoisted_1$6 = { class: "u-toast__content" };
|
|
4368
4368
|
const _hoisted_2$5 = {
|
|
4369
4369
|
key: 0,
|
|
4370
4370
|
class: "u-toast__loading"
|
|
@@ -4448,7 +4448,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4448
4448
|
class: vue.normalizeClass(["u-toast", toastClass.value]),
|
|
4449
4449
|
style: vue.normalizeStyle(toastStyle.value)
|
|
4450
4450
|
}, [
|
|
4451
|
-
vue.createElementVNode("view", _hoisted_1$
|
|
4451
|
+
vue.createElementVNode("view", _hoisted_1$6, [
|
|
4452
4452
|
__props.type === "loading" ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$5, [..._cache[0] || (_cache[0] = [
|
|
4453
4453
|
vue.createElementVNode("view", { class: "u-toast__loading-icon" }, null, -1)
|
|
4454
4454
|
])])) : __props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$5, vue.toDisplayString(__props.icon), 1)) : vue.createCommentVNode("", true),
|
|
@@ -4459,6 +4459,10 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4459
4459
|
}
|
|
4460
4460
|
});
|
|
4461
4461
|
const uToast = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-ffefead4"]]);
|
|
4462
|
+
const _hoisted_1$5 = {
|
|
4463
|
+
key: 0,
|
|
4464
|
+
class: "u-popup"
|
|
4465
|
+
};
|
|
4462
4466
|
const __default__$8 = {
|
|
4463
4467
|
options: {
|
|
4464
4468
|
virtualHost: true,
|
|
@@ -4471,56 +4475,15 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4471
4475
|
props: {
|
|
4472
4476
|
visible: { type: Boolean, default: false },
|
|
4473
4477
|
position: { default: "bottom" },
|
|
4474
|
-
overlay: { type: Boolean, default: true },
|
|
4475
|
-
overlayClass: { default: "" },
|
|
4476
4478
|
closeable: { type: Boolean, default: false },
|
|
4477
4479
|
closeOnClickOverlay: { type: Boolean, default: true },
|
|
4478
|
-
safeArea: { type: Boolean, default: true },
|
|
4479
4480
|
round: { type: Boolean, default: false },
|
|
4480
|
-
duration: { default: 300 },
|
|
4481
4481
|
zIndex: { default: 1e3 }
|
|
4482
4482
|
},
|
|
4483
|
-
emits: ["update:visible", "
|
|
4483
|
+
emits: ["update:visible", "close"],
|
|
4484
4484
|
setup(__props, { emit: __emit }) {
|
|
4485
4485
|
const props = __props;
|
|
4486
4486
|
const emit = __emit;
|
|
4487
|
-
const overlayVisible = vue.ref(false);
|
|
4488
|
-
const contentVisible = vue.ref(false);
|
|
4489
|
-
const popupClass = vue.computed(() => [
|
|
4490
|
-
{
|
|
4491
|
-
"u-popup--safe-area": props.safeArea
|
|
4492
|
-
}
|
|
4493
|
-
]);
|
|
4494
|
-
const contentClass = vue.computed(() => [
|
|
4495
|
-
`u-popup__content--${props.position}`,
|
|
4496
|
-
{
|
|
4497
|
-
"u-popup__content--round": props.round,
|
|
4498
|
-
"u-popup__content--visible": contentVisible.value
|
|
4499
|
-
}
|
|
4500
|
-
]);
|
|
4501
|
-
const contentStyle = vue.computed(() => {
|
|
4502
|
-
const style = {};
|
|
4503
|
-
style.zIndex = String(props.zIndex + 1);
|
|
4504
|
-
if (props.position === "center") {
|
|
4505
|
-
style.transitionDuration = `${props.duration}ms`;
|
|
4506
|
-
}
|
|
4507
|
-
return style;
|
|
4508
|
-
});
|
|
4509
|
-
vue.watch(() => props.visible, (val) => {
|
|
4510
|
-
if (val) {
|
|
4511
|
-
overlayVisible.value = true;
|
|
4512
|
-
setTimeout(() => {
|
|
4513
|
-
contentVisible.value = true;
|
|
4514
|
-
emit("open");
|
|
4515
|
-
}, 50);
|
|
4516
|
-
} else {
|
|
4517
|
-
contentVisible.value = false;
|
|
4518
|
-
setTimeout(() => {
|
|
4519
|
-
overlayVisible.value = false;
|
|
4520
|
-
emit("close");
|
|
4521
|
-
}, props.duration);
|
|
4522
|
-
}
|
|
4523
|
-
});
|
|
4524
4487
|
const handleOverlayClick = () => {
|
|
4525
4488
|
if (props.closeOnClickOverlay) {
|
|
4526
4489
|
handleClose();
|
|
@@ -4528,37 +4491,31 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4528
4491
|
};
|
|
4529
4492
|
const handleClose = () => {
|
|
4530
4493
|
emit("update:visible", false);
|
|
4494
|
+
emit("close");
|
|
4531
4495
|
};
|
|
4532
4496
|
return (_ctx, _cache) => {
|
|
4533
|
-
return vue.openBlock(), vue.createElementBlock("view",
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
}, ["stop", "prevent"]))
|
|
4537
|
-
}, [
|
|
4538
|
-
__props.visible ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
4539
|
-
key: 0,
|
|
4540
|
-
class: vue.normalizeClass(["u-popup__overlay", { "u-popup__overlay--visible": overlayVisible.value }]),
|
|
4497
|
+
return __props.visible ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$5, [
|
|
4498
|
+
vue.createElementVNode("view", {
|
|
4499
|
+
class: "u-popup__overlay",
|
|
4541
4500
|
onClick: handleOverlayClick
|
|
4542
|
-
}
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
class: vue.normalizeClass(["u-popup__content", contentClass.value]),
|
|
4546
|
-
style: vue.normalizeStyle(contentStyle.value)
|
|
4501
|
+
}),
|
|
4502
|
+
vue.createElementVNode("view", {
|
|
4503
|
+
class: vue.normalizeClass(["u-popup__content", [`u-popup__content--${__props.position}`, __props.round ? "u-popup__content--round" : ""]])
|
|
4547
4504
|
}, [
|
|
4548
4505
|
__props.closeable ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
4549
4506
|
key: 0,
|
|
4550
4507
|
class: "u-popup__close",
|
|
4551
4508
|
onClick: handleClose
|
|
4552
|
-
}, [..._cache[
|
|
4509
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
4553
4510
|
vue.createElementVNode("text", { class: "u-popup__close-icon" }, "✕", -1)
|
|
4554
4511
|
])])) : vue.createCommentVNode("", true),
|
|
4555
4512
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4556
|
-
],
|
|
4557
|
-
],
|
|
4513
|
+
], 2)
|
|
4514
|
+
])) : vue.createCommentVNode("", true);
|
|
4558
4515
|
};
|
|
4559
4516
|
}
|
|
4560
4517
|
});
|
|
4561
|
-
const uPopup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
4518
|
+
const uPopup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-dc430e12"]]);
|
|
4562
4519
|
const _hoisted_1$4 = { class: "u-code-input" };
|
|
4563
4520
|
const _hoisted_2$4 = { class: "u-code-input__wrapper" };
|
|
4564
4521
|
const _hoisted_3$4 = {
|