@nutui/nutui 3.1.13 → 3.1.15
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/CHANGELOG.md +39 -1
- package/README.md +3 -3
- package/dist/nutui.d.ts +8 -5
- package/dist/nutui.es.js +727 -413
- package/dist/nutui.umd.js +733 -416
- package/dist/packages/_es/ActionSheet.js +1 -1
- package/dist/packages/_es/Address.js +2 -4
- package/dist/packages/_es/Avatar.js +1 -1
- package/dist/packages/_es/BackTop.js +1 -1
- package/dist/packages/_es/Badge.js +1 -1
- package/dist/packages/_es/Barrage.js +1 -1
- package/dist/packages/_es/Button.js +1 -1
- package/dist/packages/_es/Calendar.js +1 -1
- package/dist/packages/_es/Card.js +1 -1
- package/dist/packages/_es/Cascader.js +1 -1
- package/dist/packages/_es/Cell.js +1 -1
- package/dist/packages/_es/CellGroup.js +1 -1
- package/dist/packages/_es/Checkbox.js +1 -1
- package/dist/packages/_es/CheckboxGroup.js +1 -1
- package/dist/packages/_es/CircleProgress.js +1 -1
- package/dist/packages/_es/Col.js +1 -1
- package/dist/packages/_es/Collapse.js +1 -1
- package/dist/packages/_es/CollapseItem.js +11 -3
- package/dist/packages/_es/CountDown.js +1 -1
- package/dist/packages/_es/CountUp.js +1 -1
- package/dist/packages/_es/DatePicker.js +2 -3
- package/dist/packages/_es/Dialog.js +1 -1
- package/dist/packages/_es/Divider.js +1 -1
- package/dist/packages/_es/Drag.js +1 -1
- package/dist/packages/_es/Elevator.js +1 -1
- package/dist/packages/_es/Empty.js +1 -1
- package/dist/packages/_es/FixedNav.js +1 -1
- package/dist/packages/_es/Form.js +10 -7
- package/dist/packages/_es/FormItem.js +1 -1
- package/dist/packages/_es/Grid.js +1 -1
- package/dist/packages/_es/GridItem.js +1 -1
- package/dist/packages/_es/Icon.js +1 -1
- package/dist/packages/_es/ImagePreview.js +104 -10
- package/dist/packages/_es/Indicator.js +1 -1
- package/dist/packages/_es/InfiniteLoading.js +1 -1
- package/dist/packages/_es/Input.js +1 -1
- package/dist/packages/_es/InputNumber.js +2 -2
- package/dist/packages/_es/Layout.js +1 -1
- package/dist/packages/_es/Menu.js +3 -3
- package/dist/packages/_es/MenuItem.js +1 -1
- package/dist/packages/_es/Navbar.js +1 -1
- package/dist/packages/_es/NoticeBar.js +2 -2
- package/dist/packages/_es/Notify.js +1 -1
- package/dist/packages/_es/NumberKeyboard.js +1 -1
- package/dist/packages/_es/OverLay.js +1 -1
- package/dist/packages/_es/Pagination.js +1 -1
- package/dist/packages/_es/Picker.js +1 -1
- package/dist/packages/_es/Popover.js +1 -1
- package/dist/packages/_es/Popup.js +8 -4
- package/dist/packages/_es/Price.js +1 -1
- package/dist/packages/_es/Progress.js +1 -1
- package/dist/packages/_es/Radio.js +1 -1
- package/dist/packages/_es/RadioGroup.js +1 -1
- package/dist/packages/_es/Range.js +2 -2
- package/dist/packages/_es/Rate.js +1 -1
- package/dist/packages/_es/Row.js +1 -1
- package/dist/packages/_es/SearchBar.js +1 -1
- package/dist/packages/_es/ShortPassword.js +1 -1
- package/dist/packages/_es/SideNavBar.js +104 -0
- package/dist/packages/_es/SideNavBarItem.js +50 -0
- package/dist/packages/_es/Signature.js +1 -1
- package/dist/packages/_es/Skeleton.js +1 -1
- package/dist/packages/_es/Sku.js +1 -1
- package/dist/packages/_es/Step.js +1 -1
- package/dist/packages/_es/Steps.js +1 -1
- package/dist/packages/_es/SubSideNavBar.js +104 -0
- package/dist/packages/_es/Swipe.js +1 -1
- package/dist/packages/_es/Swiper.js +1 -1
- package/dist/packages/_es/SwiperItem.js +1 -1
- package/dist/packages/_es/Switch.js +1 -1
- package/dist/packages/_es/TabPane.js +1 -1
- package/dist/packages/_es/Tabbar.js +6 -2
- package/dist/packages/_es/TabbarItem.js +1 -1
- package/dist/packages/_es/Table.js +9 -3
- package/dist/packages/_es/Tabs.js +1 -1
- package/dist/packages/_es/Tag.js +1 -1
- package/dist/packages/_es/TextArea.js +9 -4
- package/dist/packages/_es/TimeDetail.js +1 -1
- package/dist/packages/_es/TimePannel.js +1 -1
- package/dist/packages/_es/TimeSelect.js +1 -1
- package/dist/packages/_es/Toast.js +1 -1
- package/dist/packages/_es/Uploader.js +1 -1
- package/dist/packages/_es/Video.js +1 -1
- package/dist/packages/_es/common.js +1 -1
- package/dist/packages/_es/component.js +1 -1
- package/dist/packages/_es/index.js +1 -1
- package/dist/packages/_es/index2.js +1 -1
- package/dist/packages/_es/index3.js +1 -1
- package/dist/packages/_es/plugin-vue_export-helper.js +1 -1
- package/dist/packages/_es/pxCheck.js +1 -1
- package/dist/packages/_es/raf.js +1 -1
- package/dist/packages/_es/util.js +1 -1
- package/dist/packages/actionsheet/index.scss +2 -2
- package/dist/packages/address/index.scss +2 -0
- package/dist/packages/cascader/index.scss +13 -13
- package/dist/packages/icon/index.scss +101 -11
- package/dist/packages/imagepreview/index.scss +1 -0
- package/dist/packages/menu/index.scss +10 -6
- package/dist/packages/menuitem/index.scss +8 -7
- package/dist/packages/noticebar/index.scss +11 -11
- package/dist/packages/picker/index.scss +2 -6
- package/dist/packages/progress/index.scss +2 -8
- package/dist/packages/shortpassword/index.scss +6 -6
- package/dist/packages/sidenavbar/index.scss +14 -0
- package/dist/packages/sidenavbaritem/index.scss +10 -0
- package/dist/packages/sku/index.scss +1 -1
- package/dist/packages/subsidenavbar/index.scss +39 -0
- package/dist/packages/tabbar/index.scss +5 -1
- package/dist/packages/textarea/index.scss +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/animation/icon.scss +245 -0
- package/dist/styles/animation/index.scss +1 -0
- package/dist/styles/font/config.json +36 -0
- package/dist/styles/font/demo_index.html +26 -3
- package/dist/styles/font/iconfont.css +7 -3
- package/dist/styles/font/iconfont.js +1 -1
- package/dist/styles/font/iconfont.json +7 -0
- package/dist/styles/font/iconfont.ttf +0 -0
- package/dist/styles/font/iconfont.woff +0 -0
- package/dist/styles/font/iconfont.woff2 +0 -0
- package/dist/styles/themes/default.scss +47 -44
- package/dist/styles/themes/jdd.scss +2 -0
- package/dist/styles/variables.scss +72 -68
- package/package.json +7 -3
- package/dist/styles/.DS_Store +0 -0
package/dist/nutui.es.js
CHANGED
|
@@ -35,7 +35,7 @@ var __publicField = (obj, key, value) => {
|
|
|
35
35
|
return value;
|
|
36
36
|
};
|
|
37
37
|
/*!
|
|
38
|
-
* @nutui/nutui v3.1.
|
|
38
|
+
* @nutui/nutui v3.1.15 Fri Jan 21 2022 15:38:49 GMT+0800 (GMT+08:00)
|
|
39
39
|
* (c) 2021 @jdf2e.
|
|
40
40
|
* Released under the MIT License.
|
|
41
41
|
*/
|
|
@@ -67,8 +67,8 @@ var _export_sfc = (sfc, props) => {
|
|
|
67
67
|
}
|
|
68
68
|
return target;
|
|
69
69
|
};
|
|
70
|
-
const { componentName: componentName$
|
|
71
|
-
const _sfc_main$
|
|
70
|
+
const { componentName: componentName$14, create: create$1p } = createComponent("avatar");
|
|
71
|
+
const _sfc_main$1p = create$1p({
|
|
72
72
|
props: {
|
|
73
73
|
size: {
|
|
74
74
|
type: String,
|
|
@@ -92,7 +92,7 @@ const _sfc_main$1m = create$1m({
|
|
|
92
92
|
const { size, shape, bgColor, icon } = toRefs(props);
|
|
93
93
|
const sizeValue = ["large", "normal", "small"];
|
|
94
94
|
const classes = computed(() => {
|
|
95
|
-
const prefixCls = componentName$
|
|
95
|
+
const prefixCls = componentName$14;
|
|
96
96
|
return {
|
|
97
97
|
[prefixCls]: true,
|
|
98
98
|
["avatar-" + size.value]: true,
|
|
@@ -124,11 +124,11 @@ const _sfc_main$1m = create$1m({
|
|
|
124
124
|
};
|
|
125
125
|
}
|
|
126
126
|
});
|
|
127
|
-
const _hoisted_1$
|
|
127
|
+
const _hoisted_1$_ = {
|
|
128
128
|
key: 0,
|
|
129
129
|
class: "text"
|
|
130
130
|
};
|
|
131
|
-
function _sfc_render$
|
|
131
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
132
132
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
133
133
|
return openBlock(), createElementBlock("view", {
|
|
134
134
|
style: normalizeStyle(_ctx.styles),
|
|
@@ -139,17 +139,17 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
139
139
|
class: "icon",
|
|
140
140
|
name: _ctx.iconStyles
|
|
141
141
|
}, null, 8, ["name"]),
|
|
142
|
-
_ctx.isShowText ? (openBlock(), createElementBlock("view", _hoisted_1$
|
|
142
|
+
_ctx.isShowText ? (openBlock(), createElementBlock("view", _hoisted_1$_, [
|
|
143
143
|
renderSlot(_ctx.$slots, "default")
|
|
144
144
|
])) : createCommentVNode("", true)
|
|
145
145
|
], 6);
|
|
146
146
|
}
|
|
147
|
-
var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
147
|
+
var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1h]]);
|
|
148
148
|
const pxCheck = (value) => {
|
|
149
149
|
return isNaN(Number(value)) ? String(value) : `${value}px`;
|
|
150
150
|
};
|
|
151
|
-
const { componentName: componentName$
|
|
152
|
-
const _sfc_main$
|
|
151
|
+
const { componentName: componentName$13, create: create$1o } = createComponent("icon");
|
|
152
|
+
const _sfc_main$1o = create$1o({
|
|
153
153
|
props: {
|
|
154
154
|
name: { type: String, default: "" },
|
|
155
155
|
size: { type: [String, Number], default: "" },
|
|
@@ -170,7 +170,7 @@ const _sfc_main$1l = create$1l({
|
|
|
170
170
|
var _a;
|
|
171
171
|
const _isImage = isImage();
|
|
172
172
|
return h(_isImage ? "img" : props.tag, {
|
|
173
|
-
class: _isImage ? `${componentName$
|
|
173
|
+
class: _isImage ? `${componentName$13}__img` : `${props.fontClassName} ${componentName$13} ${props.classPrefix}-${props.name}`,
|
|
174
174
|
style: {
|
|
175
175
|
color: props.color,
|
|
176
176
|
fontSize: pxCheck(props.size),
|
|
@@ -183,10 +183,10 @@ const _sfc_main$1l = create$1l({
|
|
|
183
183
|
};
|
|
184
184
|
}
|
|
185
185
|
});
|
|
186
|
-
const { componentName: componentName
|
|
187
|
-
const _sfc_main$
|
|
186
|
+
const { componentName: componentName$12, create: create$1n } = createComponent("button");
|
|
187
|
+
const _sfc_main$1n = create$1n({
|
|
188
188
|
components: {
|
|
189
|
-
[_sfc_main$
|
|
189
|
+
[_sfc_main$1o.name]: _sfc_main$1o
|
|
190
190
|
},
|
|
191
191
|
props: {
|
|
192
192
|
color: String,
|
|
@@ -232,7 +232,7 @@ const _sfc_main$1k = create$1k({
|
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
234
|
const classes = computed(() => {
|
|
235
|
-
const prefixCls = componentName
|
|
235
|
+
const prefixCls = componentName$12;
|
|
236
236
|
return {
|
|
237
237
|
[prefixCls]: true,
|
|
238
238
|
[`${prefixCls}--${type.value}`]: type.value,
|
|
@@ -268,15 +268,15 @@ const _sfc_main$1k = create$1k({
|
|
|
268
268
|
};
|
|
269
269
|
}
|
|
270
270
|
});
|
|
271
|
-
const _hoisted_1$
|
|
272
|
-
function _sfc_render$
|
|
271
|
+
const _hoisted_1$Z = { class: "nut-button__warp" };
|
|
272
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
273
273
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
274
274
|
return openBlock(), createElementBlock("view", {
|
|
275
275
|
class: normalizeClass(_ctx.classes),
|
|
276
276
|
style: normalizeStyle(_ctx.getStyle),
|
|
277
277
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args))
|
|
278
278
|
}, [
|
|
279
|
-
createElementVNode("view", _hoisted_1$
|
|
279
|
+
createElementVNode("view", _hoisted_1$Z, [
|
|
280
280
|
_ctx.loading ? (openBlock(), createBlock(_component_nut_icon, {
|
|
281
281
|
key: 0,
|
|
282
282
|
class: "nut-icon-loading"
|
|
@@ -295,9 +295,9 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
295
295
|
])
|
|
296
296
|
], 6);
|
|
297
297
|
}
|
|
298
|
-
var Button = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
299
|
-
const { componentName: componentName$
|
|
300
|
-
const _sfc_main$
|
|
298
|
+
var Button = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1g]]);
|
|
299
|
+
const { componentName: componentName$11, create: create$1m } = createComponent("cell");
|
|
300
|
+
const _sfc_main$1m = create$1m({
|
|
301
301
|
props: {
|
|
302
302
|
title: { type: String, default: "" },
|
|
303
303
|
subTitle: { type: String, default: "" },
|
|
@@ -313,7 +313,7 @@ const _sfc_main$1j = create$1j({
|
|
|
313
313
|
emits: ["click"],
|
|
314
314
|
setup(props, { emit }) {
|
|
315
315
|
const classes = computed(() => {
|
|
316
|
-
const prefixCls = componentName$
|
|
316
|
+
const prefixCls = componentName$11;
|
|
317
317
|
return {
|
|
318
318
|
[prefixCls]: true,
|
|
319
319
|
[`${prefixCls}--clickable`]: props.isLink || props.to
|
|
@@ -340,9 +340,9 @@ const _sfc_main$1j = create$1j({
|
|
|
340
340
|
};
|
|
341
341
|
}
|
|
342
342
|
});
|
|
343
|
-
const _hoisted_1$
|
|
344
|
-
const _hoisted_2$
|
|
345
|
-
function _sfc_render$
|
|
343
|
+
const _hoisted_1$Y = { class: "title" };
|
|
344
|
+
const _hoisted_2$O = { class: "nut-cell__title-desc" };
|
|
345
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
346
346
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
347
347
|
return openBlock(), createElementBlock("view", {
|
|
348
348
|
class: normalizeClass(_ctx.classes),
|
|
@@ -360,8 +360,8 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
360
360
|
name: _ctx.icon
|
|
361
361
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
362
362
|
_ctx.subTitle ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
363
|
-
createElementVNode("view", _hoisted_1$
|
|
364
|
-
createElementVNode("view", _hoisted_2$
|
|
363
|
+
createElementVNode("view", _hoisted_1$Y, toDisplayString(_ctx.title), 1),
|
|
364
|
+
createElementVNode("view", _hoisted_2$O, toDisplayString(_ctx.subTitle), 1)
|
|
365
365
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
366
366
|
createTextVNode(toDisplayString(_ctx.title), 1)
|
|
367
367
|
], 64))
|
|
@@ -379,16 +379,16 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
379
379
|
])
|
|
380
380
|
], 6);
|
|
381
381
|
}
|
|
382
|
-
var Cell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
383
|
-
const { componentName: componentName$
|
|
384
|
-
const _sfc_main$
|
|
382
|
+
var Cell = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1f]]);
|
|
383
|
+
const { componentName: componentName$10, create: create$1l } = createComponent("cell-group");
|
|
384
|
+
const _sfc_main$1l = create$1l({
|
|
385
385
|
props: {
|
|
386
386
|
title: { type: String, default: "" },
|
|
387
387
|
desc: { type: String, default: "" }
|
|
388
388
|
},
|
|
389
389
|
setup() {
|
|
390
390
|
const classes = computed(() => {
|
|
391
|
-
const prefixCls = componentName$
|
|
391
|
+
const prefixCls = componentName$10;
|
|
392
392
|
return {
|
|
393
393
|
[prefixCls]: true
|
|
394
394
|
};
|
|
@@ -398,29 +398,29 @@ const _sfc_main$1i = create$1i({
|
|
|
398
398
|
};
|
|
399
399
|
}
|
|
400
400
|
});
|
|
401
|
-
const _hoisted_1$
|
|
401
|
+
const _hoisted_1$X = {
|
|
402
402
|
key: 1,
|
|
403
403
|
class: "nut-cell-group__title"
|
|
404
404
|
};
|
|
405
|
-
const _hoisted_2$
|
|
405
|
+
const _hoisted_2$N = {
|
|
406
406
|
key: 3,
|
|
407
407
|
class: "nut-cell-group__desc"
|
|
408
408
|
};
|
|
409
|
-
const _hoisted_3$
|
|
410
|
-
function _sfc_render$
|
|
409
|
+
const _hoisted_3$B = { class: "nut-cell-group__warp" };
|
|
410
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
411
411
|
return openBlock(), createElementBlock("view", {
|
|
412
412
|
class: normalizeClass(_ctx.classes)
|
|
413
413
|
}, [
|
|
414
|
-
_ctx.$slots.title ? renderSlot(_ctx.$slots, "title", { key: 0 }) : _ctx.title ? (openBlock(), createElementBlock("view", _hoisted_1$
|
|
415
|
-
_ctx.$slots.desc ? renderSlot(_ctx.$slots, "desc", { key: 2 }) : _ctx.desc ? (openBlock(), createElementBlock("view", _hoisted_2$
|
|
416
|
-
createElementVNode("view", _hoisted_3$
|
|
414
|
+
_ctx.$slots.title ? renderSlot(_ctx.$slots, "title", { key: 0 }) : _ctx.title ? (openBlock(), createElementBlock("view", _hoisted_1$X, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true),
|
|
415
|
+
_ctx.$slots.desc ? renderSlot(_ctx.$slots, "desc", { key: 2 }) : _ctx.desc ? (openBlock(), createElementBlock("view", _hoisted_2$N, toDisplayString(_ctx.desc), 1)) : createCommentVNode("", true),
|
|
416
|
+
createElementVNode("view", _hoisted_3$B, [
|
|
417
417
|
renderSlot(_ctx.$slots, "default")
|
|
418
418
|
])
|
|
419
419
|
], 2);
|
|
420
420
|
}
|
|
421
|
-
var CellGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
422
|
-
const { componentName: componentName
|
|
423
|
-
const _sfc_main$
|
|
421
|
+
var CellGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1e]]);
|
|
422
|
+
const { componentName: componentName$$, create: create$1k } = createComponent("price");
|
|
423
|
+
const _sfc_main$1k = create$1k({
|
|
424
424
|
props: {
|
|
425
425
|
price: {
|
|
426
426
|
type: [Number, String],
|
|
@@ -454,7 +454,7 @@ const _sfc_main$1h = create$1h({
|
|
|
454
454
|
setup(props) {
|
|
455
455
|
const classes = computed(() => {
|
|
456
456
|
return {
|
|
457
|
-
[componentName
|
|
457
|
+
[componentName$$]: true
|
|
458
458
|
};
|
|
459
459
|
});
|
|
460
460
|
const showSymbol = computed(() => {
|
|
@@ -503,9 +503,9 @@ const _sfc_main$1h = create$1h({
|
|
|
503
503
|
};
|
|
504
504
|
}
|
|
505
505
|
});
|
|
506
|
-
const _hoisted_1$
|
|
507
|
-
const _hoisted_2$
|
|
508
|
-
function _sfc_render$
|
|
506
|
+
const _hoisted_1$W = ["innerHTML"];
|
|
507
|
+
const _hoisted_2$M = ["innerHTML"];
|
|
508
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
509
509
|
return openBlock(), createElementBlock("view", {
|
|
510
510
|
class: normalizeClass(_ctx.classes)
|
|
511
511
|
}, [
|
|
@@ -513,7 +513,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
513
513
|
key: 0,
|
|
514
514
|
class: normalizeClass(["nut-price--symbol", `nut-price--symbol-${_ctx.size}`]),
|
|
515
515
|
innerHTML: _ctx.showSymbol
|
|
516
|
-
}, null, 10, _hoisted_1$
|
|
516
|
+
}, null, 10, _hoisted_1$W)) : createCommentVNode("", true),
|
|
517
517
|
createElementVNode("view", {
|
|
518
518
|
class: normalizeClass(`nut-price--${_ctx.size}`)
|
|
519
519
|
}, toDisplayString(_ctx.formatThousands(_ctx.price)), 3),
|
|
@@ -528,11 +528,11 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
528
528
|
key: 2,
|
|
529
529
|
class: normalizeClass(["nut-price--symbol", `nut-price--symbol-${_ctx.size}`]),
|
|
530
530
|
innerHTML: _ctx.showSymbol
|
|
531
|
-
}, null, 10, _hoisted_2$
|
|
531
|
+
}, null, 10, _hoisted_2$M)) : createCommentVNode("", true)
|
|
532
532
|
], 2);
|
|
533
533
|
}
|
|
534
|
-
var Price = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
535
|
-
const { componentName: componentName$
|
|
534
|
+
var Price = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1d]]);
|
|
535
|
+
const { componentName: componentName$_, create: create$1j } = createComponent("overlay");
|
|
536
536
|
const overlayProps = {
|
|
537
537
|
visible: {
|
|
538
538
|
type: Boolean,
|
|
@@ -562,12 +562,12 @@ const overlayProps = {
|
|
|
562
562
|
default: true
|
|
563
563
|
}
|
|
564
564
|
};
|
|
565
|
-
const _sfc_main$
|
|
565
|
+
const _sfc_main$1j = create$1j({
|
|
566
566
|
props: overlayProps,
|
|
567
567
|
emits: ["click", "update:visible"],
|
|
568
568
|
setup(props, { emit }) {
|
|
569
569
|
const classes = computed(() => {
|
|
570
|
-
const prefixCls = componentName$
|
|
570
|
+
const prefixCls = componentName$_;
|
|
571
571
|
return {
|
|
572
572
|
[prefixCls]: true,
|
|
573
573
|
[props.overlayClass]: true
|
|
@@ -607,7 +607,7 @@ const _sfc_main$1g = create$1g({
|
|
|
607
607
|
return { classes, style, touchmove, onClick };
|
|
608
608
|
}
|
|
609
609
|
});
|
|
610
|
-
function _sfc_render$
|
|
610
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
611
611
|
return openBlock(), createBlock(Transition, { name: "overlay-fade" }, {
|
|
612
612
|
default: withCtx(() => [
|
|
613
613
|
withDirectives(createElementVNode("view", {
|
|
@@ -624,9 +624,9 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
624
624
|
_: 3
|
|
625
625
|
});
|
|
626
626
|
}
|
|
627
|
-
var OverLay = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
628
|
-
const { componentName: componentName$
|
|
629
|
-
const _sfc_main$
|
|
627
|
+
var OverLay = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1c]]);
|
|
628
|
+
const { componentName: componentName$Z, create: create$1i } = createComponent("divider");
|
|
629
|
+
const _sfc_main$1i = create$1i({
|
|
630
630
|
props: {
|
|
631
631
|
contentPosition: {
|
|
632
632
|
type: String,
|
|
@@ -644,7 +644,7 @@ const _sfc_main$1f = create$1f({
|
|
|
644
644
|
components: {},
|
|
645
645
|
setup(props, context) {
|
|
646
646
|
const classes = computed(() => {
|
|
647
|
-
const prefixCls = componentName$
|
|
647
|
+
const prefixCls = componentName$Z;
|
|
648
648
|
return {
|
|
649
649
|
[prefixCls]: true,
|
|
650
650
|
[`${prefixCls}-center`]: context.slots.default,
|
|
@@ -657,18 +657,18 @@ const _sfc_main$1f = create$1f({
|
|
|
657
657
|
return { classes };
|
|
658
658
|
}
|
|
659
659
|
});
|
|
660
|
-
function _sfc_render$
|
|
660
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
661
661
|
return openBlock(), createElementBlock("div", {
|
|
662
662
|
class: normalizeClass(_ctx.classes)
|
|
663
663
|
}, [
|
|
664
664
|
renderSlot(_ctx.$slots, "default")
|
|
665
665
|
], 2);
|
|
666
666
|
}
|
|
667
|
-
var Divider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
668
|
-
const { create: create$
|
|
669
|
-
const _sfc_main$
|
|
670
|
-
const { componentName: componentName$
|
|
671
|
-
const _sfc_main$
|
|
667
|
+
var Divider = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1b]]);
|
|
668
|
+
const { create: create$1h } = createComponent("layout");
|
|
669
|
+
const _sfc_main$1h = create$1h({});
|
|
670
|
+
const { componentName: componentName$Y, create: create$1g } = createComponent("col");
|
|
671
|
+
const _sfc_main$1g = create$1g({
|
|
672
672
|
props: {
|
|
673
673
|
span: {
|
|
674
674
|
type: [String, Number],
|
|
@@ -680,7 +680,7 @@ const _sfc_main$1d = create$1d({
|
|
|
680
680
|
}
|
|
681
681
|
},
|
|
682
682
|
setup(props) {
|
|
683
|
-
const prefixCls = componentName$
|
|
683
|
+
const prefixCls = componentName$Y;
|
|
684
684
|
const gutter = inject("gutter");
|
|
685
685
|
const classes = computed(() => {
|
|
686
686
|
return {
|
|
@@ -702,7 +702,7 @@ const _sfc_main$1d = create$1d({
|
|
|
702
702
|
};
|
|
703
703
|
}
|
|
704
704
|
});
|
|
705
|
-
function _sfc_render$
|
|
705
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
706
706
|
return openBlock(), createElementBlock("view", {
|
|
707
707
|
class: normalizeClass(_ctx.classes),
|
|
708
708
|
style: normalizeStyle(_ctx.style)
|
|
@@ -710,9 +710,9 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
710
710
|
renderSlot(_ctx.$slots, "default")
|
|
711
711
|
], 6);
|
|
712
712
|
}
|
|
713
|
-
var Col = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
714
|
-
const { componentName: componentName$
|
|
715
|
-
const _sfc_main$
|
|
713
|
+
var Col = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1a]]);
|
|
714
|
+
const { componentName: componentName$X, create: create$1f } = createComponent("row");
|
|
715
|
+
const _sfc_main$1f = create$1f({
|
|
716
716
|
props: {
|
|
717
717
|
type: {
|
|
718
718
|
type: String,
|
|
@@ -736,7 +736,7 @@ const _sfc_main$1c = create$1c({
|
|
|
736
736
|
}
|
|
737
737
|
},
|
|
738
738
|
setup(props) {
|
|
739
|
-
const prefixCls = componentName$
|
|
739
|
+
const prefixCls = componentName$X;
|
|
740
740
|
provide("gutter", props.gutter);
|
|
741
741
|
const getClass = (prefix, type) => {
|
|
742
742
|
return prefix ? type ? `nut-row-${prefix}-${type}` : "" : `nut-row-${type}`;
|
|
@@ -755,14 +755,14 @@ const _sfc_main$1c = create$1c({
|
|
|
755
755
|
};
|
|
756
756
|
}
|
|
757
757
|
});
|
|
758
|
-
function _sfc_render$
|
|
758
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
759
759
|
return openBlock(), createElementBlock("view", {
|
|
760
760
|
class: normalizeClass(_ctx.getClasses())
|
|
761
761
|
}, [
|
|
762
762
|
renderSlot(_ctx.$slots, "default")
|
|
763
763
|
], 2);
|
|
764
764
|
}
|
|
765
|
-
var Row = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
765
|
+
var Row = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$19]]);
|
|
766
766
|
let count = 0;
|
|
767
767
|
const CLSNAME = "nut-overflow-hidden";
|
|
768
768
|
const useLockScroll = (isLock) => {
|
|
@@ -780,7 +780,7 @@ const useLockScroll = (isLock) => {
|
|
|
780
780
|
};
|
|
781
781
|
return [lock, unlock];
|
|
782
782
|
};
|
|
783
|
-
const { componentName: componentName$
|
|
783
|
+
const { componentName: componentName$W, create: create$1e } = createComponent("popup");
|
|
784
784
|
let _zIndex = 2e3;
|
|
785
785
|
const popupProps = __spreadProps(__spreadValues({}, overlayProps), {
|
|
786
786
|
position: {
|
|
@@ -828,10 +828,10 @@ const popupProps = __spreadProps(__spreadValues({}, overlayProps), {
|
|
|
828
828
|
default: true
|
|
829
829
|
}
|
|
830
830
|
});
|
|
831
|
-
const _sfc_main$
|
|
831
|
+
const _sfc_main$1e = create$1e({
|
|
832
832
|
components: {
|
|
833
833
|
[OverLay.name]: OverLay,
|
|
834
|
-
[_sfc_main$
|
|
834
|
+
[_sfc_main$1o.name]: _sfc_main$1o
|
|
835
835
|
},
|
|
836
836
|
props: __spreadValues({}, popupProps),
|
|
837
837
|
emits: ["click", "click-close-icon", "open", "close", "opend", "closed", "update:visible", "click-overlay"],
|
|
@@ -841,11 +841,12 @@ const _sfc_main$1b = create$1b({
|
|
|
841
841
|
showSlot: true,
|
|
842
842
|
transitionName: `popup-fade-${props.position}`,
|
|
843
843
|
overLayCount: 1,
|
|
844
|
-
keepAlive: false
|
|
844
|
+
keepAlive: false,
|
|
845
|
+
closed: props.closeable
|
|
845
846
|
});
|
|
846
847
|
const [lockScroll, unlockScroll] = useLockScroll(() => props.lockScroll);
|
|
847
848
|
const classes = computed(() => {
|
|
848
|
-
const prefixCls = componentName$
|
|
849
|
+
const prefixCls = componentName$W;
|
|
849
850
|
return {
|
|
850
851
|
[prefixCls]: true,
|
|
851
852
|
["round"]: props.round,
|
|
@@ -938,6 +939,9 @@ const _sfc_main$1b = create$1b({
|
|
|
938
939
|
watch(() => props.position, (value) => {
|
|
939
940
|
value === "center" ? state.transitionName = "popup-fade" : state.transitionName = `popup-slide-${value}`;
|
|
940
941
|
});
|
|
942
|
+
watch(() => props.closeable, (value) => {
|
|
943
|
+
state.closed = value;
|
|
944
|
+
});
|
|
941
945
|
return __spreadProps(__spreadValues({}, toRefs(state)), {
|
|
942
946
|
popStyle,
|
|
943
947
|
classes,
|
|
@@ -949,8 +953,8 @@ const _sfc_main$1b = create$1b({
|
|
|
949
953
|
});
|
|
950
954
|
}
|
|
951
955
|
});
|
|
952
|
-
const _hoisted_1$
|
|
953
|
-
function _sfc_render$
|
|
956
|
+
const _hoisted_1$V = { key: 1 };
|
|
957
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
954
958
|
const _component_nut_overlay = resolveComponent("nut-overlay");
|
|
955
959
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
956
960
|
return _ctx.isWrapTeleport ? (openBlock(), createBlock(Teleport, {
|
|
@@ -980,7 +984,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
980
984
|
onClick: _cache[1] || (_cache[1] = (...args) => _ctx.onClick && _ctx.onClick(...args))
|
|
981
985
|
}, [
|
|
982
986
|
_ctx.showSlot ? renderSlot(_ctx.$slots, "default", { key: 0 }) : createCommentVNode("", true),
|
|
983
|
-
_ctx.
|
|
987
|
+
_ctx.closed ? (openBlock(), createElementBlock("view", {
|
|
984
988
|
key: 1,
|
|
985
989
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClickCloseIcon && _ctx.onClickCloseIcon(...args)),
|
|
986
990
|
class: normalizeClass(["nutui-popup__close-icon", "nutui-popup__close-icon--" + _ctx.closeIconPosition])
|
|
@@ -996,7 +1000,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
996
1000
|
]),
|
|
997
1001
|
_: 3
|
|
998
1002
|
}, 8, ["name", "onAfterEnter", "onAfterLeave"])
|
|
999
|
-
], 8, ["to"])) : (openBlock(), createElementBlock("view", _hoisted_1$
|
|
1003
|
+
], 8, ["to"])) : (openBlock(), createElementBlock("view", _hoisted_1$V, [
|
|
1000
1004
|
_ctx.overlay ? (openBlock(), createBlock(_component_nut_overlay, {
|
|
1001
1005
|
key: 0,
|
|
1002
1006
|
visible: _ctx.visible,
|
|
@@ -1020,7 +1024,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1020
1024
|
onClick: _cache[3] || (_cache[3] = (...args) => _ctx.onClick && _ctx.onClick(...args))
|
|
1021
1025
|
}, [
|
|
1022
1026
|
_ctx.showSlot ? renderSlot(_ctx.$slots, "default", { key: 0 }) : createCommentVNode("", true),
|
|
1023
|
-
_ctx.
|
|
1027
|
+
_ctx.closed ? (openBlock(), createElementBlock("view", {
|
|
1024
1028
|
key: 1,
|
|
1025
1029
|
onClick: _cache[2] || (_cache[2] = (...args) => _ctx.onClickCloseIcon && _ctx.onClickCloseIcon(...args)),
|
|
1026
1030
|
class: normalizeClass(["nutui-popup__close-icon", "nutui-popup__close-icon--" + _ctx.closeIconPosition])
|
|
@@ -1038,7 +1042,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1038
1042
|
}, 8, ["name", "onAfterEnter", "onAfterLeave"])
|
|
1039
1043
|
]));
|
|
1040
1044
|
}
|
|
1041
|
-
var Popup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1045
|
+
var Popup = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$18]]);
|
|
1042
1046
|
const throttle = (func, wait, type) => {
|
|
1043
1047
|
if (type === 1) {
|
|
1044
1048
|
var previous = 0;
|
|
@@ -1064,8 +1068,8 @@ const throttle = (func, wait, type) => {
|
|
|
1064
1068
|
}
|
|
1065
1069
|
};
|
|
1066
1070
|
};
|
|
1067
|
-
const { create: create$
|
|
1068
|
-
const _sfc_main$
|
|
1071
|
+
const { create: create$1d } = createComponent("video");
|
|
1072
|
+
const _sfc_main$1d = create$1d({
|
|
1069
1073
|
props: {
|
|
1070
1074
|
source: {
|
|
1071
1075
|
type: Object,
|
|
@@ -1311,12 +1315,12 @@ const _sfc_main$1a = create$1a({
|
|
|
1311
1315
|
});
|
|
1312
1316
|
}
|
|
1313
1317
|
});
|
|
1314
|
-
const _hoisted_1$
|
|
1318
|
+
const _hoisted_1$U = {
|
|
1315
1319
|
class: "nut-video",
|
|
1316
1320
|
ref: "videocon"
|
|
1317
1321
|
};
|
|
1318
|
-
const _hoisted_2$
|
|
1319
|
-
const _hoisted_3$
|
|
1322
|
+
const _hoisted_2$L = ["muted", "autoplay", "loop", "poster", "controls", "preload"];
|
|
1323
|
+
const _hoisted_3$A = ["src", "type"];
|
|
1320
1324
|
const _hoisted_4$r = { class: "current-time" };
|
|
1321
1325
|
const _hoisted_5$j = { class: "progress-container" };
|
|
1322
1326
|
const _hoisted_6$g = {
|
|
@@ -1334,8 +1338,8 @@ const _hoisted_9$6 = {
|
|
|
1334
1338
|
const _hoisted_10$4 = { class: "duration-time" };
|
|
1335
1339
|
const _hoisted_11$4 = { class: "nut-video-error" };
|
|
1336
1340
|
const _hoisted_12$4 = /* @__PURE__ */ createElementVNode("p", { class: "lose" }, "\u89C6\u9891\u52A0\u8F7D\u5931\u8D25", -1);
|
|
1337
|
-
function _sfc_render$
|
|
1338
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1341
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1342
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
1339
1343
|
createElementVNode("video", {
|
|
1340
1344
|
ref: "root",
|
|
1341
1345
|
class: "nut-video-player",
|
|
@@ -1350,8 +1354,8 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1350
1354
|
createElementVNode("source", {
|
|
1351
1355
|
src: _ctx.source.src,
|
|
1352
1356
|
type: _ctx.source.type
|
|
1353
|
-
}, null, 8, _hoisted_3$
|
|
1354
|
-
], 40, _hoisted_2$
|
|
1357
|
+
}, null, 8, _hoisted_3$A)
|
|
1358
|
+
], 40, _hoisted_2$L),
|
|
1355
1359
|
_ctx.showToolbox && !_ctx.isDisabled ? (openBlock(), createElementBlock("div", {
|
|
1356
1360
|
key: 0,
|
|
1357
1361
|
class: "playing-mask",
|
|
@@ -1415,7 +1419,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1415
1419
|
])
|
|
1416
1420
|
], 512);
|
|
1417
1421
|
}
|
|
1418
|
-
var Video = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1422
|
+
var Video = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$17]]);
|
|
1419
1423
|
const DISTANCE = 5;
|
|
1420
1424
|
function useTouch$1() {
|
|
1421
1425
|
const state = reactive({
|
|
@@ -1470,8 +1474,8 @@ function useExpose$1(apis) {
|
|
|
1470
1474
|
Object.assign(instance.proxy, apis);
|
|
1471
1475
|
}
|
|
1472
1476
|
}
|
|
1473
|
-
const { create: create$
|
|
1474
|
-
const _sfc_main$
|
|
1477
|
+
const { create: create$1c, componentName: componentName$V } = createComponent("swiper");
|
|
1478
|
+
const _sfc_main$1c = create$1c({
|
|
1475
1479
|
props: {
|
|
1476
1480
|
width: {
|
|
1477
1481
|
type: [Number, String],
|
|
@@ -1540,7 +1544,7 @@ const _sfc_main$19 = create$19({
|
|
|
1540
1544
|
});
|
|
1541
1545
|
const touch = useTouch$1();
|
|
1542
1546
|
const classes = computed(() => {
|
|
1543
|
-
const prefixCls = componentName$
|
|
1547
|
+
const prefixCls = componentName$V;
|
|
1544
1548
|
return {
|
|
1545
1549
|
[prefixCls]: true
|
|
1546
1550
|
};
|
|
@@ -1793,7 +1797,7 @@ const _sfc_main$19 = create$19({
|
|
|
1793
1797
|
state,
|
|
1794
1798
|
classes,
|
|
1795
1799
|
container,
|
|
1796
|
-
componentName: componentName$
|
|
1800
|
+
componentName: componentName$V,
|
|
1797
1801
|
isVertical,
|
|
1798
1802
|
slots,
|
|
1799
1803
|
activePagination,
|
|
@@ -1803,7 +1807,7 @@ const _sfc_main$19 = create$19({
|
|
|
1803
1807
|
};
|
|
1804
1808
|
}
|
|
1805
1809
|
});
|
|
1806
|
-
function _sfc_render$
|
|
1810
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1807
1811
|
return openBlock(), createElementBlock("view", {
|
|
1808
1812
|
ref: "container",
|
|
1809
1813
|
class: normalizeClass(_ctx.classes),
|
|
@@ -1840,15 +1844,15 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1840
1844
|
], 2)) : createCommentVNode("", true)
|
|
1841
1845
|
], 34);
|
|
1842
1846
|
}
|
|
1843
|
-
var Swiper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1847
|
+
var Swiper = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$16]]);
|
|
1844
1848
|
function useExpose(apis) {
|
|
1845
1849
|
const instance = getCurrentInstance();
|
|
1846
1850
|
if (instance) {
|
|
1847
1851
|
Object.assign(instance.proxy, apis);
|
|
1848
1852
|
}
|
|
1849
1853
|
}
|
|
1850
|
-
const { create: create$
|
|
1851
|
-
const _sfc_main$
|
|
1854
|
+
const { create: create$1b, componentName: componentName$U } = createComponent("swiper-item");
|
|
1855
|
+
const _sfc_main$1b = create$1b({
|
|
1852
1856
|
props: {},
|
|
1853
1857
|
setup(props, { slots }) {
|
|
1854
1858
|
const parent = inject("parent");
|
|
@@ -1857,7 +1861,7 @@ const _sfc_main$18 = create$18({
|
|
|
1857
1861
|
offset: 0
|
|
1858
1862
|
});
|
|
1859
1863
|
const classes = computed(() => {
|
|
1860
|
-
const prefixCls = componentName$
|
|
1864
|
+
const prefixCls = componentName$U;
|
|
1861
1865
|
return {
|
|
1862
1866
|
[prefixCls]: true
|
|
1863
1867
|
};
|
|
@@ -1883,7 +1887,7 @@ const _sfc_main$18 = create$18({
|
|
|
1883
1887
|
};
|
|
1884
1888
|
}
|
|
1885
1889
|
});
|
|
1886
|
-
function _sfc_render$
|
|
1890
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1887
1891
|
return openBlock(), createElementBlock("view", {
|
|
1888
1892
|
class: normalizeClass(_ctx.classes),
|
|
1889
1893
|
style: normalizeStyle(_ctx.style)
|
|
@@ -1891,9 +1895,9 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1891
1895
|
renderSlot(_ctx.$slots, "default")
|
|
1892
1896
|
], 6);
|
|
1893
1897
|
}
|
|
1894
|
-
var SwiperItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1895
|
-
const { componentName: componentName$
|
|
1896
|
-
const _sfc_main$
|
|
1898
|
+
var SwiperItem = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$15]]);
|
|
1899
|
+
const { componentName: componentName$T, create: create$1a } = createComponent("imagepreview");
|
|
1900
|
+
const _sfc_main$1a = create$1a({
|
|
1897
1901
|
props: {
|
|
1898
1902
|
show: {
|
|
1899
1903
|
type: Boolean,
|
|
@@ -1922,6 +1926,10 @@ const _sfc_main$17 = create$17({
|
|
|
1922
1926
|
paginationColor: {
|
|
1923
1927
|
type: String,
|
|
1924
1928
|
default: "#fff"
|
|
1929
|
+
},
|
|
1930
|
+
autoplay: {
|
|
1931
|
+
type: [Number, String],
|
|
1932
|
+
default: 3e3
|
|
1925
1933
|
}
|
|
1926
1934
|
},
|
|
1927
1935
|
emits: ["close"],
|
|
@@ -1944,7 +1952,13 @@ const _sfc_main$17 = create$17({
|
|
|
1944
1952
|
options: {
|
|
1945
1953
|
muted: true,
|
|
1946
1954
|
controls: true
|
|
1947
|
-
}
|
|
1955
|
+
},
|
|
1956
|
+
eleImg: null,
|
|
1957
|
+
store: {
|
|
1958
|
+
scale: 1,
|
|
1959
|
+
moveable: false
|
|
1960
|
+
},
|
|
1961
|
+
lastTouchEndTime: 0
|
|
1948
1962
|
});
|
|
1949
1963
|
const slideChangeEnd = function(page) {
|
|
1950
1964
|
state.active = page + 1;
|
|
@@ -1956,11 +1970,88 @@ const _sfc_main$17 = create$17({
|
|
|
1956
1970
|
};
|
|
1957
1971
|
const onClose = () => {
|
|
1958
1972
|
state.showPop = false;
|
|
1973
|
+
state.store.scale = 1;
|
|
1974
|
+
scaleNow();
|
|
1959
1975
|
state.active = 1;
|
|
1960
1976
|
emit("close");
|
|
1961
1977
|
};
|
|
1978
|
+
const getDistance = (first, second) => {
|
|
1979
|
+
return Math.hypot(Math.abs(second.x - first.x), Math.abs(second.y - first.y));
|
|
1980
|
+
};
|
|
1981
|
+
const scaleNow = () => {
|
|
1982
|
+
state.eleImg.style.transform = "scale(" + state.store.scale + ")";
|
|
1983
|
+
};
|
|
1984
|
+
const onTouchStart = (event) => {
|
|
1985
|
+
console.log("start");
|
|
1986
|
+
const curTouchTime = new Date().getTime();
|
|
1987
|
+
if (curTouchTime - state.lastTouchEndTime < 300) {
|
|
1988
|
+
const store2 = state.store;
|
|
1989
|
+
if (store2.scale > 1) {
|
|
1990
|
+
store2.scale = 1;
|
|
1991
|
+
} else if (store2.scale == 1) {
|
|
1992
|
+
store2.scale = 2;
|
|
1993
|
+
}
|
|
1994
|
+
scaleNow();
|
|
1995
|
+
}
|
|
1996
|
+
var touches = event.touches;
|
|
1997
|
+
var events = touches[0];
|
|
1998
|
+
var events2 = touches[1];
|
|
1999
|
+
const store = state.store;
|
|
2000
|
+
store.moveable = true;
|
|
2001
|
+
if (events2) {
|
|
2002
|
+
store.oriDistance = getDistance({
|
|
2003
|
+
x: events.pageX,
|
|
2004
|
+
y: events.pageY
|
|
2005
|
+
}, {
|
|
2006
|
+
x: events2.pageX,
|
|
2007
|
+
y: events2.pageY
|
|
2008
|
+
});
|
|
2009
|
+
}
|
|
2010
|
+
store.originScale = store.scale || 1;
|
|
2011
|
+
};
|
|
2012
|
+
const onTouchMove = (event) => {
|
|
2013
|
+
if (!state.store.moveable) {
|
|
2014
|
+
return;
|
|
2015
|
+
}
|
|
2016
|
+
const store = state.store;
|
|
2017
|
+
var touches = event.touches;
|
|
2018
|
+
var events = touches[0];
|
|
2019
|
+
var events2 = touches[1];
|
|
2020
|
+
if (events2) {
|
|
2021
|
+
const curDistance = getDistance({
|
|
2022
|
+
x: events.pageX,
|
|
2023
|
+
y: events.pageY
|
|
2024
|
+
}, {
|
|
2025
|
+
x: events2.pageX,
|
|
2026
|
+
y: events2.pageY
|
|
2027
|
+
});
|
|
2028
|
+
const curScale = curDistance / store.oriDistance;
|
|
2029
|
+
store.scale = store.originScale * curScale;
|
|
2030
|
+
if (store.scale > 3) {
|
|
2031
|
+
store.scale = 3;
|
|
2032
|
+
}
|
|
2033
|
+
scaleNow();
|
|
2034
|
+
}
|
|
2035
|
+
};
|
|
2036
|
+
const onTouchEnd = () => {
|
|
2037
|
+
console.log("end");
|
|
2038
|
+
state.lastTouchEndTime = new Date().getTime();
|
|
2039
|
+
const store = state.store;
|
|
2040
|
+
store.moveable = false;
|
|
2041
|
+
if (store.scale < 1.1 && store.scale > 1 || store.scale < 1) {
|
|
2042
|
+
store.scale = 1;
|
|
2043
|
+
scaleNow();
|
|
2044
|
+
}
|
|
2045
|
+
};
|
|
2046
|
+
const init = () => {
|
|
2047
|
+
state.eleImg = document.querySelector(".nut-imagepreview");
|
|
2048
|
+
document.addEventListener("touchmove", onTouchMove);
|
|
2049
|
+
document.addEventListener("touchend", onTouchEnd);
|
|
2050
|
+
document.addEventListener("touchcancel", onTouchEnd);
|
|
2051
|
+
};
|
|
1962
2052
|
watch(() => props.show, (val) => {
|
|
1963
2053
|
state.showPop = val;
|
|
2054
|
+
init();
|
|
1964
2055
|
});
|
|
1965
2056
|
onMounted(() => {
|
|
1966
2057
|
state.active = props.initNo;
|
|
@@ -1970,13 +2061,18 @@ const _sfc_main$17 = create$17({
|
|
|
1970
2061
|
return __spreadProps(__spreadValues({}, toRefs(state)), {
|
|
1971
2062
|
slideChangeEnd,
|
|
1972
2063
|
onClose,
|
|
1973
|
-
closeOnImg
|
|
2064
|
+
closeOnImg,
|
|
2065
|
+
onTouchStart,
|
|
2066
|
+
onTouchMove,
|
|
2067
|
+
onTouchEnd,
|
|
2068
|
+
getDistance,
|
|
2069
|
+
scaleNow
|
|
1974
2070
|
});
|
|
1975
2071
|
}
|
|
1976
2072
|
});
|
|
1977
|
-
const _hoisted_1$
|
|
1978
|
-
const _hoisted_2$
|
|
1979
|
-
function _sfc_render$
|
|
2073
|
+
const _hoisted_1$T = ["src"];
|
|
2074
|
+
const _hoisted_2$K = { class: "nut-imagepreview-index" };
|
|
2075
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1980
2076
|
const _component_nut_video = resolveComponent("nut-video");
|
|
1981
2077
|
const _component_nut_swiper_item = resolveComponent("nut-swiper-item");
|
|
1982
2078
|
const _component_nut_swiper = resolveComponent("nut-swiper");
|
|
@@ -1984,17 +2080,19 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1984
2080
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
1985
2081
|
"pop-class": "custom-pop",
|
|
1986
2082
|
visible: _ctx.showPop,
|
|
1987
|
-
"onUpdate:visible": _cache[
|
|
1988
|
-
onClick: _ctx.onClose
|
|
2083
|
+
"onUpdate:visible": _cache[2] || (_cache[2] = ($event) => _ctx.showPop = $event),
|
|
2084
|
+
onClick: _ctx.onClose,
|
|
2085
|
+
style: { "width": "100%" }
|
|
1989
2086
|
}, {
|
|
1990
2087
|
default: withCtx(() => [
|
|
1991
2088
|
createElementVNode("view", {
|
|
1992
2089
|
class: "nut-imagepreview",
|
|
1993
|
-
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.closeOnImg && _ctx.closeOnImg(...args), ["stop"]))
|
|
2090
|
+
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.closeOnImg && _ctx.closeOnImg(...args), ["stop"])),
|
|
2091
|
+
onTouchstartCapture: _cache[1] || (_cache[1] = (...args) => _ctx.onTouchStart && _ctx.onTouchStart(...args))
|
|
1994
2092
|
}, [
|
|
1995
2093
|
_ctx.showPop ? (openBlock(), createBlock(_component_nut_swiper, {
|
|
1996
2094
|
key: 0,
|
|
1997
|
-
"auto-play":
|
|
2095
|
+
"auto-play": _ctx.autoplay,
|
|
1998
2096
|
class: "nut-imagepreview-swiper",
|
|
1999
2097
|
loop: true,
|
|
2000
2098
|
"is-preventDefault": false,
|
|
@@ -2022,21 +2120,21 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2022
2120
|
createElementVNode("img", {
|
|
2023
2121
|
src: item.src,
|
|
2024
2122
|
class: "nut-imagepreview-img"
|
|
2025
|
-
}, null, 8, _hoisted_1$
|
|
2123
|
+
}, null, 8, _hoisted_1$T)
|
|
2026
2124
|
]),
|
|
2027
2125
|
_: 2
|
|
2028
2126
|
}, 1024);
|
|
2029
2127
|
}), 128))
|
|
2030
2128
|
]),
|
|
2031
2129
|
_: 1
|
|
2032
|
-
}, 8, ["onChange", "init-page", "pagination-visible", "pagination-color"])) : createCommentVNode("", true)
|
|
2033
|
-
|
|
2034
|
-
|
|
2130
|
+
}, 8, ["auto-play", "onChange", "init-page", "pagination-visible", "pagination-color"])) : createCommentVNode("", true)
|
|
2131
|
+
], 32),
|
|
2132
|
+
createElementVNode("view", _hoisted_2$K, toDisplayString(_ctx.active) + " / " + toDisplayString(_ctx.images.length + _ctx.videos.length), 1)
|
|
2035
2133
|
]),
|
|
2036
2134
|
_: 1
|
|
2037
2135
|
}, 8, ["visible", "onClick"]);
|
|
2038
2136
|
}
|
|
2039
|
-
var ImagePreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2137
|
+
var ImagePreview = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$14]]);
|
|
2040
2138
|
class ImagePreviewOptions {
|
|
2041
2139
|
constructor() {
|
|
2042
2140
|
__publicField(this, "show", false);
|
|
@@ -2141,8 +2239,8 @@ function useTouch() {
|
|
|
2141
2239
|
isHorizontal
|
|
2142
2240
|
};
|
|
2143
2241
|
}
|
|
2144
|
-
const { componentName: componentName$
|
|
2145
|
-
const _sfc_main$
|
|
2242
|
+
const { componentName: componentName$S, create: create$19 } = createComponent("swipe");
|
|
2243
|
+
const _sfc_main$19 = create$19({
|
|
2146
2244
|
props: {
|
|
2147
2245
|
name: {
|
|
2148
2246
|
type: String,
|
|
@@ -2164,7 +2262,7 @@ const _sfc_main$16 = create$16({
|
|
|
2164
2262
|
emits: ["open", "close"],
|
|
2165
2263
|
setup(props, { emit }) {
|
|
2166
2264
|
const classes = computed(() => {
|
|
2167
|
-
const prefixCls = componentName$
|
|
2265
|
+
const prefixCls = componentName$S;
|
|
2168
2266
|
return {
|
|
2169
2267
|
[prefixCls]: true
|
|
2170
2268
|
};
|
|
@@ -2288,16 +2386,16 @@ const _sfc_main$16 = create$16({
|
|
|
2288
2386
|
});
|
|
2289
2387
|
}
|
|
2290
2388
|
});
|
|
2291
|
-
const _hoisted_1$
|
|
2389
|
+
const _hoisted_1$S = {
|
|
2292
2390
|
class: "nut-swipe__left",
|
|
2293
2391
|
ref: "leftRef"
|
|
2294
2392
|
};
|
|
2295
|
-
const _hoisted_2$
|
|
2296
|
-
const _hoisted_3$
|
|
2393
|
+
const _hoisted_2$J = { class: "nut-swipe__content" };
|
|
2394
|
+
const _hoisted_3$z = {
|
|
2297
2395
|
class: "nut-swipe__right",
|
|
2298
2396
|
ref: "rightRef"
|
|
2299
2397
|
};
|
|
2300
|
-
function _sfc_render$
|
|
2398
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2301
2399
|
return openBlock(), createElementBlock("view", {
|
|
2302
2400
|
class: normalizeClass(_ctx.classes),
|
|
2303
2401
|
style: normalizeStyle(_ctx.touchStyle),
|
|
@@ -2306,20 +2404,20 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2306
2404
|
onTouchend: _cache[2] || (_cache[2] = (...args) => _ctx.onTouchEnd && _ctx.onTouchEnd(...args)),
|
|
2307
2405
|
onTouchcancel: _cache[3] || (_cache[3] = (...args) => _ctx.onTouchEnd && _ctx.onTouchEnd(...args))
|
|
2308
2406
|
}, [
|
|
2309
|
-
createElementVNode("view", _hoisted_1$
|
|
2407
|
+
createElementVNode("view", _hoisted_1$S, [
|
|
2310
2408
|
renderSlot(_ctx.$slots, "left")
|
|
2311
2409
|
], 512),
|
|
2312
|
-
createElementVNode("view", _hoisted_2$
|
|
2410
|
+
createElementVNode("view", _hoisted_2$J, [
|
|
2313
2411
|
renderSlot(_ctx.$slots, "default")
|
|
2314
2412
|
]),
|
|
2315
|
-
createElementVNode("view", _hoisted_3$
|
|
2413
|
+
createElementVNode("view", _hoisted_3$z, [
|
|
2316
2414
|
renderSlot(_ctx.$slots, "right")
|
|
2317
2415
|
], 512)
|
|
2318
2416
|
], 38);
|
|
2319
2417
|
}
|
|
2320
|
-
var Swipe = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2321
|
-
const { componentName: componentName$
|
|
2322
|
-
const _sfc_main$
|
|
2418
|
+
var Swipe = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$13]]);
|
|
2419
|
+
const { componentName: componentName$R, create: create$18 } = createComponent("actionsheet");
|
|
2420
|
+
const _sfc_main$18 = create$18({
|
|
2323
2421
|
props: __spreadProps(__spreadValues({}, popupProps), {
|
|
2324
2422
|
cancelTxt: {
|
|
2325
2423
|
type: String,
|
|
@@ -2357,7 +2455,7 @@ const _sfc_main$15 = create$15({
|
|
|
2357
2455
|
emits: ["cancel", "choose", "update:visible"],
|
|
2358
2456
|
setup(props, { emit }) {
|
|
2359
2457
|
const classes = computed(() => {
|
|
2360
|
-
const prefixCls = componentName$
|
|
2458
|
+
const prefixCls = componentName$R;
|
|
2361
2459
|
return {
|
|
2362
2460
|
[prefixCls]: true
|
|
2363
2461
|
};
|
|
@@ -2388,12 +2486,12 @@ const _sfc_main$15 = create$15({
|
|
|
2388
2486
|
};
|
|
2389
2487
|
}
|
|
2390
2488
|
});
|
|
2391
|
-
const _hoisted_1$
|
|
2392
|
-
const _hoisted_2$
|
|
2489
|
+
const _hoisted_1$R = { class: "nut-actionsheet-panel" };
|
|
2490
|
+
const _hoisted_2$I = {
|
|
2393
2491
|
key: 0,
|
|
2394
2492
|
class: "nut-actionsheet-title"
|
|
2395
2493
|
};
|
|
2396
|
-
const _hoisted_3$
|
|
2494
|
+
const _hoisted_3$y = {
|
|
2397
2495
|
key: 1,
|
|
2398
2496
|
class: "nut-actionsheet-item desc"
|
|
2399
2497
|
};
|
|
@@ -2403,7 +2501,7 @@ const _hoisted_4$q = {
|
|
|
2403
2501
|
};
|
|
2404
2502
|
const _hoisted_5$i = ["onClick"];
|
|
2405
2503
|
const _hoisted_6$f = { class: "subdesc" };
|
|
2406
|
-
function _sfc_render
|
|
2504
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2407
2505
|
const _component_nut_popup = resolveComponent("nut-popup");
|
|
2408
2506
|
return openBlock(), createElementBlock("view", {
|
|
2409
2507
|
class: normalizeClass(_ctx.classes)
|
|
@@ -2416,9 +2514,9 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2416
2514
|
onClickOverlay: _ctx.close
|
|
2417
2515
|
}, {
|
|
2418
2516
|
default: withCtx(() => [
|
|
2419
|
-
createElementVNode("view", _hoisted_1$
|
|
2420
|
-
_ctx.title ? (openBlock(), createElementBlock("view", _hoisted_2$
|
|
2421
|
-
_ctx.description ? (openBlock(), createElementBlock("view", _hoisted_3$
|
|
2517
|
+
createElementVNode("view", _hoisted_1$R, [
|
|
2518
|
+
_ctx.title ? (openBlock(), createElementBlock("view", _hoisted_2$I, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true),
|
|
2519
|
+
_ctx.description ? (openBlock(), createElementBlock("view", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
2422
2520
|
_ctx.menuItems.length ? (openBlock(), createElementBlock("view", _hoisted_4$q, [
|
|
2423
2521
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, (item, index) => {
|
|
2424
2522
|
return openBlock(), createElementBlock("view", {
|
|
@@ -2443,9 +2541,9 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2443
2541
|
}, 8, ["visible", "onClickOverlay"])
|
|
2444
2542
|
], 2);
|
|
2445
2543
|
}
|
|
2446
|
-
var ActionSheet = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2447
|
-
const { componentName: componentName$
|
|
2448
|
-
const _sfc_main$
|
|
2544
|
+
var ActionSheet = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$12]]);
|
|
2545
|
+
const { componentName: componentName$Q, create: create$17 } = createComponent("backtop");
|
|
2546
|
+
const _sfc_main$17 = create$17({
|
|
2449
2547
|
props: {
|
|
2450
2548
|
bottom: {
|
|
2451
2549
|
type: Number,
|
|
@@ -2486,7 +2584,7 @@ const _sfc_main$14 = create$14({
|
|
|
2486
2584
|
keepAlive: false
|
|
2487
2585
|
});
|
|
2488
2586
|
const classes = computed(() => {
|
|
2489
|
-
const prefixCls = componentName$
|
|
2587
|
+
const prefixCls = componentName$Q;
|
|
2490
2588
|
return {
|
|
2491
2589
|
[prefixCls]: true,
|
|
2492
2590
|
show: state.backTop
|
|
@@ -2577,7 +2675,7 @@ const _sfc_main$14 = create$14({
|
|
|
2577
2675
|
};
|
|
2578
2676
|
}
|
|
2579
2677
|
});
|
|
2580
|
-
function _sfc_render$
|
|
2678
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2581
2679
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
2582
2680
|
return openBlock(), createElementBlock("div", {
|
|
2583
2681
|
class: normalizeClass(_ctx.classes),
|
|
@@ -2593,9 +2691,9 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2593
2691
|
])
|
|
2594
2692
|
], 6);
|
|
2595
2693
|
}
|
|
2596
|
-
var BackTop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2597
|
-
const { create: create$
|
|
2598
|
-
const _sfc_main$
|
|
2694
|
+
var BackTop = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$11]]);
|
|
2695
|
+
const { create: create$16 } = createComponent("collapse");
|
|
2696
|
+
const _sfc_main$16 = create$16({
|
|
2599
2697
|
props: {
|
|
2600
2698
|
active: {
|
|
2601
2699
|
type: [String, Number, Array]
|
|
@@ -2668,14 +2766,14 @@ const _sfc_main$13 = create$13({
|
|
|
2668
2766
|
});
|
|
2669
2767
|
}
|
|
2670
2768
|
});
|
|
2671
|
-
function _sfc_render$
|
|
2769
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2672
2770
|
return openBlock(), createElementBlock("view", null, [
|
|
2673
2771
|
renderSlot(_ctx.$slots, "default")
|
|
2674
2772
|
]);
|
|
2675
2773
|
}
|
|
2676
|
-
var Collapse = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2677
|
-
const { create: create$
|
|
2678
|
-
const _sfc_main$
|
|
2774
|
+
var Collapse = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$10]]);
|
|
2775
|
+
const { create: create$15, componentName: componentName$P } = createComponent("collapse-item");
|
|
2776
|
+
const _sfc_main$15 = create$15({
|
|
2679
2777
|
props: {
|
|
2680
2778
|
title: {
|
|
2681
2779
|
type: String,
|
|
@@ -2698,11 +2796,11 @@ const _sfc_main$12 = create$12({
|
|
|
2698
2796
|
type: Object
|
|
2699
2797
|
}
|
|
2700
2798
|
},
|
|
2701
|
-
setup(props) {
|
|
2799
|
+
setup(props, ctx) {
|
|
2702
2800
|
const collapse = inject("collapseParent");
|
|
2703
2801
|
const parent = reactive(collapse);
|
|
2704
2802
|
const classes = computed(() => {
|
|
2705
|
-
const prefixCls = componentName$
|
|
2803
|
+
const prefixCls = componentName$P;
|
|
2706
2804
|
return {
|
|
2707
2805
|
[prefixCls]: true,
|
|
2708
2806
|
[`${prefixCls}-icon`]: parent.props.icon
|
|
@@ -2742,7 +2840,7 @@ const _sfc_main$12 = create$12({
|
|
|
2742
2840
|
if (!wrapperRefEle || !contentRefEle) {
|
|
2743
2841
|
return;
|
|
2744
2842
|
}
|
|
2745
|
-
const offsetHeight = contentRefEle.offsetHeight;
|
|
2843
|
+
const offsetHeight = contentRefEle.offsetHeight || "auto";
|
|
2746
2844
|
if (offsetHeight) {
|
|
2747
2845
|
const contentHeight = `${offsetHeight}px`;
|
|
2748
2846
|
wrapperRefEle.style.willChange = "height";
|
|
@@ -2801,6 +2899,14 @@ const _sfc_main$12 = create$12({
|
|
|
2801
2899
|
proxyData.openExpanded = true;
|
|
2802
2900
|
}
|
|
2803
2901
|
});
|
|
2902
|
+
watch(() => {
|
|
2903
|
+
var _a, _b;
|
|
2904
|
+
return (_b = (_a = ctx == null ? void 0 : ctx.slots) == null ? void 0 : _a.default) == null ? void 0 : _b.call(_a);
|
|
2905
|
+
}, () => {
|
|
2906
|
+
setTimeout(() => {
|
|
2907
|
+
animation();
|
|
2908
|
+
}, 300);
|
|
2909
|
+
});
|
|
2804
2910
|
onMounted(() => {
|
|
2805
2911
|
const { name } = props;
|
|
2806
2912
|
const active = parent && parent.props.active;
|
|
@@ -2827,9 +2933,9 @@ const _sfc_main$12 = create$12({
|
|
|
2827
2933
|
});
|
|
2828
2934
|
}
|
|
2829
2935
|
});
|
|
2830
|
-
const _hoisted_1$
|
|
2831
|
-
const _hoisted_2$
|
|
2832
|
-
const _hoisted_3$
|
|
2936
|
+
const _hoisted_1$Q = { class: "collapse-title" };
|
|
2937
|
+
const _hoisted_2$H = { class: "collapse-title-value" };
|
|
2938
|
+
const _hoisted_3$x = ["innerHTML"];
|
|
2833
2939
|
const _hoisted_4$p = {
|
|
2834
2940
|
key: 0,
|
|
2835
2941
|
class: "subTitle"
|
|
@@ -2843,7 +2949,7 @@ const _hoisted_7$a = {
|
|
|
2843
2949
|
class: "collapse-content",
|
|
2844
2950
|
ref: "contentRef"
|
|
2845
2951
|
};
|
|
2846
|
-
function _sfc_render
|
|
2952
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2847
2953
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
2848
2954
|
return openBlock(), createElementBlock("view", {
|
|
2849
2955
|
class: normalizeClass(_ctx.classes)
|
|
@@ -2852,9 +2958,9 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2852
2958
|
class: normalizeClass(["collapse-item", { "item-expanded": _ctx.openExpanded }, { "nut-collapse-item-disabled": _ctx.disabled }]),
|
|
2853
2959
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.toggleOpen && _ctx.toggleOpen(...args))
|
|
2854
2960
|
}, [
|
|
2855
|
-
createElementVNode("view", _hoisted_1$
|
|
2961
|
+
createElementVNode("view", _hoisted_1$Q, [
|
|
2856
2962
|
createElementVNode("view", null, [
|
|
2857
|
-
createElementVNode("view", _hoisted_2$
|
|
2963
|
+
createElementVNode("view", _hoisted_2$H, [
|
|
2858
2964
|
_ctx.titleIcon ? (openBlock(), createBlock(_component_nut_icon, {
|
|
2859
2965
|
key: 0,
|
|
2860
2966
|
name: _ctx.titleIcon,
|
|
@@ -2866,7 +2972,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2866
2972
|
key: 2,
|
|
2867
2973
|
innerHTML: _ctx.title,
|
|
2868
2974
|
class: "collapse-icon-title"
|
|
2869
|
-
}, null, 8, _hoisted_3$
|
|
2975
|
+
}, null, 8, _hoisted_3$x))
|
|
2870
2976
|
])
|
|
2871
2977
|
])
|
|
2872
2978
|
]),
|
|
@@ -2893,7 +2999,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2893
2999
|
], 512)
|
|
2894
3000
|
], 2);
|
|
2895
3001
|
}
|
|
2896
|
-
var CollapseItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3002
|
+
var CollapseItem = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$$]]);
|
|
2897
3003
|
const _window = window;
|
|
2898
3004
|
function requestAniFrame() {
|
|
2899
3005
|
if (typeof _window !== "undefined") {
|
|
@@ -2907,8 +3013,8 @@ function requestAniFrame() {
|
|
|
2907
3013
|
}
|
|
2908
3014
|
}
|
|
2909
3015
|
var requestAniFrame$1 = requestAniFrame();
|
|
2910
|
-
const { componentName: componentName$
|
|
2911
|
-
const _sfc_main$
|
|
3016
|
+
const { componentName: componentName$O, create: create$14 } = createComponent("drag");
|
|
3017
|
+
const _sfc_main$14 = create$14({
|
|
2912
3018
|
props: {
|
|
2913
3019
|
attract: {
|
|
2914
3020
|
type: Boolean,
|
|
@@ -2953,7 +3059,7 @@ const _sfc_main$11 = create$11({
|
|
|
2953
3059
|
}
|
|
2954
3060
|
});
|
|
2955
3061
|
const classes = computed(() => {
|
|
2956
|
-
const prefixCls = componentName$
|
|
3062
|
+
const prefixCls = componentName$O;
|
|
2957
3063
|
return {
|
|
2958
3064
|
[prefixCls]: true
|
|
2959
3065
|
};
|
|
@@ -3088,7 +3194,7 @@ const _sfc_main$11 = create$11({
|
|
|
3088
3194
|
};
|
|
3089
3195
|
}
|
|
3090
3196
|
});
|
|
3091
|
-
function _sfc_render$
|
|
3197
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3092
3198
|
return openBlock(), createElementBlock("view", {
|
|
3093
3199
|
class: normalizeClass(_ctx.classes),
|
|
3094
3200
|
ref: "myDrag",
|
|
@@ -3099,9 +3205,9 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3099
3205
|
renderSlot(_ctx.$slots, "default")
|
|
3100
3206
|
], 34);
|
|
3101
3207
|
}
|
|
3102
|
-
var Drag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3103
|
-
const { componentName: componentName$
|
|
3104
|
-
const _sfc_main$
|
|
3208
|
+
var Drag = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$_]]);
|
|
3209
|
+
const { componentName: componentName$N, create: create$13 } = createComponent("dialog");
|
|
3210
|
+
const _sfc_main$13 = create$13({
|
|
3105
3211
|
inheritAttrs: false,
|
|
3106
3212
|
components: {
|
|
3107
3213
|
[Popup.name]: Popup,
|
|
@@ -3176,7 +3282,7 @@ const _sfc_main$10 = create$10({
|
|
|
3176
3282
|
});
|
|
3177
3283
|
const classes = computed(() => {
|
|
3178
3284
|
return {
|
|
3179
|
-
[componentName$
|
|
3285
|
+
[componentName$N]: true
|
|
3180
3286
|
};
|
|
3181
3287
|
});
|
|
3182
3288
|
const update = (val) => {
|
|
@@ -3206,12 +3312,12 @@ const _sfc_main$10 = create$10({
|
|
|
3206
3312
|
};
|
|
3207
3313
|
}
|
|
3208
3314
|
});
|
|
3209
|
-
const _hoisted_1$
|
|
3315
|
+
const _hoisted_1$P = {
|
|
3210
3316
|
key: 0,
|
|
3211
3317
|
class: "nut-dialog__header"
|
|
3212
3318
|
};
|
|
3213
|
-
const _hoisted_2$
|
|
3214
|
-
function _sfc_render$
|
|
3319
|
+
const _hoisted_2$G = ["innerHTML"];
|
|
3320
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3215
3321
|
const _component_nut_button = resolveComponent("nut-button");
|
|
3216
3322
|
const _component_nut_popup = resolveComponent("nut-popup");
|
|
3217
3323
|
return openBlock(), createBlock(_component_nut_popup, {
|
|
@@ -3228,7 +3334,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3228
3334
|
createElementVNode("view", {
|
|
3229
3335
|
class: normalizeClass(_ctx.classes)
|
|
3230
3336
|
}, [
|
|
3231
|
-
_ctx.title ? (openBlock(), createElementBlock("view", _hoisted_1$
|
|
3337
|
+
_ctx.title ? (openBlock(), createElementBlock("view", _hoisted_1$P, [
|
|
3232
3338
|
_ctx.$slots.header ? renderSlot(_ctx.$slots, "header", { key: 0 }) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
3233
3339
|
createTextVNode(toDisplayString(_ctx.title), 1)
|
|
3234
3340
|
], 64))
|
|
@@ -3240,7 +3346,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3240
3346
|
_ctx.$slots.default ? renderSlot(_ctx.$slots, "default", { key: 0 }) : (openBlock(), createElementBlock("view", {
|
|
3241
3347
|
key: 1,
|
|
3242
3348
|
innerHTML: _ctx.content
|
|
3243
|
-
}, null, 8, _hoisted_2$
|
|
3349
|
+
}, null, 8, _hoisted_2$G))
|
|
3244
3350
|
], 4),
|
|
3245
3351
|
!_ctx.noFooter ? (openBlock(), createElementBlock("view", {
|
|
3246
3352
|
key: 1,
|
|
@@ -3280,7 +3386,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3280
3386
|
_: 3
|
|
3281
3387
|
}, 8, ["teleport", "visible", "close-on-click-overlay", "lock-scroll", "onClickOverlay", "onClickCloseIcon"]);
|
|
3282
3388
|
}
|
|
3283
|
-
var Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3389
|
+
var Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$Z]]);
|
|
3284
3390
|
class DialogOptions {
|
|
3285
3391
|
constructor() {
|
|
3286
3392
|
__publicField(this, "title", "");
|
|
@@ -3354,8 +3460,8 @@ _Dialog.install = (app) => {
|
|
|
3354
3460
|
app.use(Dialog);
|
|
3355
3461
|
app.config.globalProperties.$dialog = _Dialog;
|
|
3356
3462
|
};
|
|
3357
|
-
const { componentName: componentName$
|
|
3358
|
-
const _sfc_main
|
|
3463
|
+
const { componentName: componentName$M, create: create$12 } = createComponent("infiniteloading");
|
|
3464
|
+
const _sfc_main$12 = create$12({
|
|
3359
3465
|
props: {
|
|
3360
3466
|
hasMore: {
|
|
3361
3467
|
type: Boolean,
|
|
@@ -3417,7 +3523,7 @@ const _sfc_main$$ = create$$({
|
|
|
3417
3523
|
distance: 0
|
|
3418
3524
|
});
|
|
3419
3525
|
const classes = computed(() => {
|
|
3420
|
-
const prefixCls = componentName$
|
|
3526
|
+
const prefixCls = componentName$M;
|
|
3421
3527
|
return {
|
|
3422
3528
|
[prefixCls]: true
|
|
3423
3529
|
};
|
|
@@ -3541,9 +3647,9 @@ const _sfc_main$$ = create$$({
|
|
|
3541
3647
|
});
|
|
3542
3648
|
}
|
|
3543
3649
|
});
|
|
3544
|
-
const _hoisted_1$
|
|
3545
|
-
const _hoisted_2$
|
|
3546
|
-
const _hoisted_3$
|
|
3650
|
+
const _hoisted_1$O = { class: "top-box" };
|
|
3651
|
+
const _hoisted_2$F = { class: "top-text" };
|
|
3652
|
+
const _hoisted_3$w = { class: "nut-infinite-container" };
|
|
3547
3653
|
const _hoisted_4$o = { class: "nut-infinite-bottom" };
|
|
3548
3654
|
const _hoisted_5$g = {
|
|
3549
3655
|
key: 0,
|
|
@@ -3554,7 +3660,7 @@ const _hoisted_7$9 = {
|
|
|
3554
3660
|
key: 1,
|
|
3555
3661
|
class: "tips"
|
|
3556
3662
|
};
|
|
3557
|
-
function _sfc_render$
|
|
3663
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3558
3664
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
3559
3665
|
return openBlock(), createElementBlock("view", {
|
|
3560
3666
|
class: normalizeClass(_ctx.classes),
|
|
@@ -3568,15 +3674,15 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3568
3674
|
ref: "refreshTop",
|
|
3569
3675
|
style: normalizeStyle(_ctx.getStyle)
|
|
3570
3676
|
}, [
|
|
3571
|
-
createElementVNode("view", _hoisted_1$
|
|
3677
|
+
createElementVNode("view", _hoisted_1$O, [
|
|
3572
3678
|
createVNode(_component_nut_icon, {
|
|
3573
3679
|
class: "top-img",
|
|
3574
3680
|
name: _ctx.pullIcon
|
|
3575
3681
|
}, null, 8, ["name"]),
|
|
3576
|
-
createElementVNode("view", _hoisted_2$
|
|
3682
|
+
createElementVNode("view", _hoisted_2$F, toDisplayString(_ctx.pullTxt), 1)
|
|
3577
3683
|
])
|
|
3578
3684
|
], 4),
|
|
3579
|
-
createElementVNode("view", _hoisted_3$
|
|
3685
|
+
createElementVNode("view", _hoisted_3$w, [
|
|
3580
3686
|
renderSlot(_ctx.$slots, "default")
|
|
3581
3687
|
]),
|
|
3582
3688
|
createElementVNode("view", _hoisted_4$o, [
|
|
@@ -3590,9 +3696,9 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3590
3696
|
])
|
|
3591
3697
|
], 34);
|
|
3592
3698
|
}
|
|
3593
|
-
var InfiniteLoading = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
3594
|
-
const { componentName: componentName$
|
|
3595
|
-
const _sfc_main$
|
|
3699
|
+
var InfiniteLoading = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$Y]]);
|
|
3700
|
+
const { componentName: componentName$L, create: create$11 } = createComponent("notify");
|
|
3701
|
+
const _sfc_main$11 = create$11({
|
|
3596
3702
|
components: {
|
|
3597
3703
|
[Popup.name]: Popup
|
|
3598
3704
|
},
|
|
@@ -3662,7 +3768,7 @@ const _sfc_main$_ = create$_({
|
|
|
3662
3768
|
return { state, hide, onAfterLeave, clickCover };
|
|
3663
3769
|
}
|
|
3664
3770
|
});
|
|
3665
|
-
function _sfc_render$
|
|
3771
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3666
3772
|
return openBlock(), createBlock(Transition, {
|
|
3667
3773
|
name: "toast-fade",
|
|
3668
3774
|
onAfterLeave: _ctx.onAfterLeave
|
|
@@ -3683,7 +3789,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3683
3789
|
_: 3
|
|
3684
3790
|
}, 8, ["onAfterLeave"]);
|
|
3685
3791
|
}
|
|
3686
|
-
var Notify = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3792
|
+
var Notify = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$X]]);
|
|
3687
3793
|
const defaultOptions$1 = {
|
|
3688
3794
|
type: "base",
|
|
3689
3795
|
showPopup: false,
|
|
@@ -3821,8 +3927,8 @@ const useRect = (elementRef) => {
|
|
|
3821
3927
|
height: 0
|
|
3822
3928
|
};
|
|
3823
3929
|
};
|
|
3824
|
-
const { componentName: componentName$
|
|
3825
|
-
const _sfc_main$
|
|
3930
|
+
const { componentName: componentName$K, create: create$10 } = createComponent("range");
|
|
3931
|
+
const _sfc_main$10 = create$10({
|
|
3826
3932
|
props: {
|
|
3827
3933
|
range: {
|
|
3828
3934
|
type: Boolean,
|
|
@@ -3867,7 +3973,7 @@ const _sfc_main$Z = create$Z({
|
|
|
3867
3973
|
const touch = useTouch();
|
|
3868
3974
|
const scope = computed(() => Number(props.max) - Number(props.min));
|
|
3869
3975
|
const classes = computed(() => {
|
|
3870
|
-
const prefixCls = componentName$
|
|
3976
|
+
const prefixCls = componentName$K;
|
|
3871
3977
|
return {
|
|
3872
3978
|
[prefixCls]: true,
|
|
3873
3979
|
[`${prefixCls}-disabled`]: props.disabled,
|
|
@@ -4018,12 +4124,12 @@ const _sfc_main$Z = create$Z({
|
|
|
4018
4124
|
});
|
|
4019
4125
|
}
|
|
4020
4126
|
});
|
|
4021
|
-
const _hoisted_1$
|
|
4022
|
-
const _hoisted_2$
|
|
4127
|
+
const _hoisted_1$N = { class: "nut-range-container" };
|
|
4128
|
+
const _hoisted_2$E = {
|
|
4023
4129
|
key: 0,
|
|
4024
4130
|
class: "min"
|
|
4025
4131
|
};
|
|
4026
|
-
const _hoisted_3$
|
|
4132
|
+
const _hoisted_3$v = ["tabindex", "aria-valuemin", "aria-valuenow", "aria-valuemax", "onTouchstart"];
|
|
4027
4133
|
const _hoisted_4$n = {
|
|
4028
4134
|
key: 0,
|
|
4029
4135
|
class: "number"
|
|
@@ -4037,9 +4143,9 @@ const _hoisted_7$8 = {
|
|
|
4037
4143
|
key: 1,
|
|
4038
4144
|
class: "max"
|
|
4039
4145
|
};
|
|
4040
|
-
function _sfc_render$
|
|
4041
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
4042
|
-
!_ctx.hiddenRange ? (openBlock(), createElementBlock("view", _hoisted_2$
|
|
4146
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4147
|
+
return openBlock(), createElementBlock("view", _hoisted_1$N, [
|
|
4148
|
+
!_ctx.hiddenRange ? (openBlock(), createElementBlock("view", _hoisted_2$E, toDisplayString(+_ctx.min), 1)) : createCommentVNode("", true),
|
|
4043
4149
|
createElementVNode("view", {
|
|
4044
4150
|
ref: "root",
|
|
4045
4151
|
style: normalizeStyle(_ctx.wrapperStyle),
|
|
@@ -4081,7 +4187,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4081
4187
|
}, [
|
|
4082
4188
|
!_ctx.hiddenTag ? (openBlock(), createElementBlock("view", _hoisted_4$n, toDisplayString(_ctx.curValue(index)), 1)) : createCommentVNode("", true)
|
|
4083
4189
|
], 4))
|
|
4084
|
-
], 42, _hoisted_3$
|
|
4190
|
+
], 42, _hoisted_3$v);
|
|
4085
4191
|
}), 64)) : (openBlock(), createElementBlock("view", {
|
|
4086
4192
|
key: 1,
|
|
4087
4193
|
role: "slider",
|
|
@@ -4104,7 +4210,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4104
4210
|
class: "nut-range-button",
|
|
4105
4211
|
style: normalizeStyle(_ctx.buttonStyle)
|
|
4106
4212
|
}, [
|
|
4107
|
-
!_ctx.hiddenTag ? (openBlock(), createElementBlock("view", _hoisted_6$c, toDisplayString(_ctx.curValue(
|
|
4213
|
+
!_ctx.hiddenTag ? (openBlock(), createElementBlock("view", _hoisted_6$c, toDisplayString(_ctx.curValue()), 1)) : createCommentVNode("", true)
|
|
4108
4214
|
], 4))
|
|
4109
4215
|
], 40, _hoisted_5$f))
|
|
4110
4216
|
], 4)
|
|
@@ -4112,9 +4218,9 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4112
4218
|
!_ctx.hiddenRange ? (openBlock(), createElementBlock("view", _hoisted_7$8, toDisplayString(+_ctx.max), 1)) : createCommentVNode("", true)
|
|
4113
4219
|
]);
|
|
4114
4220
|
}
|
|
4115
|
-
var Range = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4116
|
-
const { create: create
|
|
4117
|
-
const _sfc_main
|
|
4221
|
+
var Range = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$W]]);
|
|
4222
|
+
const { create: create$$, componentName: componentName$J } = createComponent("steps");
|
|
4223
|
+
const _sfc_main$$ = create$$({
|
|
4118
4224
|
props: {
|
|
4119
4225
|
direction: {
|
|
4120
4226
|
type: String,
|
|
@@ -4134,7 +4240,7 @@ const _sfc_main$Y = create$Y({
|
|
|
4134
4240
|
children: []
|
|
4135
4241
|
});
|
|
4136
4242
|
const classes = computed(() => {
|
|
4137
|
-
const prefixCls = componentName$
|
|
4243
|
+
const prefixCls = componentName$J;
|
|
4138
4244
|
return {
|
|
4139
4245
|
[prefixCls]: true,
|
|
4140
4246
|
[`${prefixCls}-${props.direction}`]: true,
|
|
@@ -4157,8 +4263,8 @@ const _sfc_main$Y = create$Y({
|
|
|
4157
4263
|
};
|
|
4158
4264
|
}
|
|
4159
4265
|
});
|
|
4160
|
-
const { create: create$
|
|
4161
|
-
const _sfc_main$
|
|
4266
|
+
const { create: create$_, componentName: componentName$I } = createComponent("step");
|
|
4267
|
+
const _sfc_main$_ = create$_({
|
|
4162
4268
|
props: {
|
|
4163
4269
|
title: {
|
|
4164
4270
|
type: String,
|
|
@@ -4199,7 +4305,7 @@ const _sfc_main$X = create$X({
|
|
|
4199
4305
|
return getCurrentStatus();
|
|
4200
4306
|
});
|
|
4201
4307
|
const classes = computed(() => {
|
|
4202
|
-
const prefixCls = componentName$
|
|
4308
|
+
const prefixCls = componentName$I;
|
|
4203
4309
|
return {
|
|
4204
4310
|
[prefixCls]: true,
|
|
4205
4311
|
[`${prefixCls}-${status.value}`]: true
|
|
@@ -4211,22 +4317,22 @@ const _sfc_main$X = create$X({
|
|
|
4211
4317
|
});
|
|
4212
4318
|
}
|
|
4213
4319
|
});
|
|
4214
|
-
const _hoisted_1$
|
|
4215
|
-
const _hoisted_2$
|
|
4216
|
-
const _hoisted_3$
|
|
4320
|
+
const _hoisted_1$M = { class: "nut-step-head" };
|
|
4321
|
+
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("view", { class: "nut-step-line" }, null, -1);
|
|
4322
|
+
const _hoisted_3$u = {
|
|
4217
4323
|
key: 2,
|
|
4218
4324
|
class: "nut-step-inner"
|
|
4219
4325
|
};
|
|
4220
4326
|
const _hoisted_4$m = { class: "nut-step-main" };
|
|
4221
4327
|
const _hoisted_5$e = { class: "nut-step-title" };
|
|
4222
4328
|
const _hoisted_6$b = ["innerHTML"];
|
|
4223
|
-
function _sfc_render$
|
|
4329
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4224
4330
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
4225
4331
|
return openBlock(), createElementBlock("view", {
|
|
4226
4332
|
class: normalizeClass(_ctx.classes)
|
|
4227
4333
|
}, [
|
|
4228
|
-
createElementVNode("view", _hoisted_1$
|
|
4229
|
-
_hoisted_2$
|
|
4334
|
+
createElementVNode("view", _hoisted_1$M, [
|
|
4335
|
+
_hoisted_2$D,
|
|
4230
4336
|
createElementVNode("view", {
|
|
4231
4337
|
class: normalizeClass(["nut-step-icon", [!_ctx.dot ? _ctx.icon ? "is-icon" : "is-text" : ""]])
|
|
4232
4338
|
}, [
|
|
@@ -4236,7 +4342,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4236
4342
|
color: _ctx.iconColor,
|
|
4237
4343
|
name: _ctx.icon,
|
|
4238
4344
|
size: _ctx.size
|
|
4239
|
-
}, null, 8, ["color", "name", "size"])) : _ctx.dot ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [], 64)) : (openBlock(), createElementBlock("view", _hoisted_3$
|
|
4345
|
+
}, null, 8, ["color", "name", "size"])) : _ctx.dot ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [], 64)) : (openBlock(), createElementBlock("view", _hoisted_3$u, toDisplayString(_ctx.index), 1))
|
|
4240
4346
|
], 2)
|
|
4241
4347
|
]),
|
|
4242
4348
|
createElementVNode("view", _hoisted_4$m, [
|
|
@@ -4249,9 +4355,9 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4249
4355
|
])
|
|
4250
4356
|
], 2);
|
|
4251
4357
|
}
|
|
4252
|
-
var Step = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4253
|
-
const { componentName: componentName$
|
|
4254
|
-
const _sfc_main$
|
|
4358
|
+
var Step = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$V]]);
|
|
4359
|
+
const { componentName: componentName$H, create: create$Z } = createComponent("switch");
|
|
4360
|
+
const _sfc_main$Z = create$Z({
|
|
4255
4361
|
props: {
|
|
4256
4362
|
modelValue: {
|
|
4257
4363
|
type: [String, Number, Boolean],
|
|
@@ -4306,7 +4412,7 @@ const _sfc_main$W = create$W({
|
|
|
4306
4412
|
setup(props, { emit }) {
|
|
4307
4413
|
const isActive = computed(() => props.modelValue === props.activeValue);
|
|
4308
4414
|
const classes = computed(() => {
|
|
4309
|
-
const prefixCls = componentName$
|
|
4415
|
+
const prefixCls = componentName$H;
|
|
4310
4416
|
return {
|
|
4311
4417
|
[prefixCls]: true,
|
|
4312
4418
|
[isActive.value ? "switch-open" : "switch-close"]: true,
|
|
@@ -4334,15 +4440,15 @@ const _sfc_main$W = create$W({
|
|
|
4334
4440
|
};
|
|
4335
4441
|
}
|
|
4336
4442
|
});
|
|
4337
|
-
const _hoisted_1$
|
|
4338
|
-
function _sfc_render$
|
|
4443
|
+
const _hoisted_1$L = { class: "switch-button" };
|
|
4444
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4339
4445
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
4340
4446
|
return openBlock(), createElementBlock("view", {
|
|
4341
4447
|
class: normalizeClass(_ctx.classes),
|
|
4342
4448
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args)),
|
|
4343
4449
|
style: normalizeStyle(_ctx.style)
|
|
4344
4450
|
}, [
|
|
4345
|
-
createElementVNode("view", _hoisted_1$
|
|
4451
|
+
createElementVNode("view", _hoisted_1$L, [
|
|
4346
4452
|
_ctx.loading ? (openBlock(), createBlock(_component_nut_icon, {
|
|
4347
4453
|
key: 0,
|
|
4348
4454
|
name: _ctx.name,
|
|
@@ -4360,11 +4466,11 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4360
4466
|
])
|
|
4361
4467
|
], 6);
|
|
4362
4468
|
}
|
|
4363
|
-
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4364
|
-
const { create: create$
|
|
4365
|
-
const _sfc_main$
|
|
4469
|
+
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$U]]);
|
|
4470
|
+
const { create: create$Y } = createComponent("toast");
|
|
4471
|
+
const _sfc_main$Y = create$Y({
|
|
4366
4472
|
components: {
|
|
4367
|
-
[_sfc_main$
|
|
4473
|
+
[_sfc_main$1o.name]: _sfc_main$1o
|
|
4368
4474
|
},
|
|
4369
4475
|
props: {
|
|
4370
4476
|
id: String,
|
|
@@ -4490,16 +4596,16 @@ const _sfc_main$V = create$V({
|
|
|
4490
4596
|
};
|
|
4491
4597
|
}
|
|
4492
4598
|
});
|
|
4493
|
-
const _hoisted_1$
|
|
4599
|
+
const _hoisted_1$K = {
|
|
4494
4600
|
key: 0,
|
|
4495
4601
|
class: "nut-toast-icon-wrapper"
|
|
4496
4602
|
};
|
|
4497
|
-
const _hoisted_2$
|
|
4603
|
+
const _hoisted_2$C = {
|
|
4498
4604
|
key: 1,
|
|
4499
4605
|
class: "nut-toast-title"
|
|
4500
4606
|
};
|
|
4501
|
-
const _hoisted_3$
|
|
4502
|
-
function _sfc_render$
|
|
4607
|
+
const _hoisted_3$t = ["innerHTML"];
|
|
4608
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4503
4609
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
4504
4610
|
return openBlock(), createBlock(Transition, {
|
|
4505
4611
|
name: "toast-fade",
|
|
@@ -4521,18 +4627,18 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4521
4627
|
"background-color": _ctx.bgColor
|
|
4522
4628
|
})
|
|
4523
4629
|
}, [
|
|
4524
|
-
_ctx.hasIcon ? (openBlock(), createElementBlock("view", _hoisted_1$
|
|
4630
|
+
_ctx.hasIcon ? (openBlock(), createElementBlock("view", _hoisted_1$K, [
|
|
4525
4631
|
createVNode(_component_nut_icon, {
|
|
4526
4632
|
size: "20",
|
|
4527
4633
|
color: "#ffffff",
|
|
4528
4634
|
name: _ctx.icon
|
|
4529
4635
|
}, null, 8, ["name"])
|
|
4530
4636
|
])) : createCommentVNode("", true),
|
|
4531
|
-
_ctx.title ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4637
|
+
_ctx.title ? (openBlock(), createElementBlock("div", _hoisted_2$C, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true),
|
|
4532
4638
|
createElementVNode("view", {
|
|
4533
4639
|
class: "nut-toast-text",
|
|
4534
4640
|
innerHTML: _ctx.msg
|
|
4535
|
-
}, null, 8, _hoisted_3$
|
|
4641
|
+
}, null, 8, _hoisted_3$t)
|
|
4536
4642
|
], 4)
|
|
4537
4643
|
], 6), [
|
|
4538
4644
|
[vShow, _ctx.state.mounted]
|
|
@@ -4541,7 +4647,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4541
4647
|
_: 1
|
|
4542
4648
|
}, 8, ["onAfterLeave"]);
|
|
4543
4649
|
}
|
|
4544
|
-
var Toast = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4650
|
+
var Toast = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$T]]);
|
|
4545
4651
|
const defaultOptions = {
|
|
4546
4652
|
msg: "",
|
|
4547
4653
|
id: "",
|
|
@@ -4658,8 +4764,8 @@ const ToastFunction = {
|
|
|
4658
4764
|
app.config.globalProperties.$toast = ToastFunction;
|
|
4659
4765
|
}
|
|
4660
4766
|
};
|
|
4661
|
-
const { create: create$
|
|
4662
|
-
const _sfc_main$
|
|
4767
|
+
const { create: create$X } = createComponent("progress");
|
|
4768
|
+
const _sfc_main$X = create$X({
|
|
4663
4769
|
props: {
|
|
4664
4770
|
percentage: {
|
|
4665
4771
|
type: [Number, String],
|
|
@@ -4735,10 +4841,10 @@ const _sfc_main$U = create$U({
|
|
|
4735
4841
|
};
|
|
4736
4842
|
}
|
|
4737
4843
|
});
|
|
4738
|
-
const _hoisted_1$
|
|
4739
|
-
function _sfc_render$
|
|
4844
|
+
const _hoisted_1$J = { class: "nut-progress" };
|
|
4845
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4740
4846
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
4741
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4847
|
+
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
4742
4848
|
createElementVNode("div", {
|
|
4743
4849
|
class: normalizeClass(["nut-progress-outer", [
|
|
4744
4850
|
_ctx.showText && !_ctx.textInside ? "nut-progress-outer-part" : "",
|
|
@@ -4779,9 +4885,9 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4779
4885
|
], 4)) : createCommentVNode("", true)
|
|
4780
4886
|
]);
|
|
4781
4887
|
}
|
|
4782
|
-
var Progress = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4783
|
-
const { componentName: componentName$
|
|
4784
|
-
const _sfc_main$
|
|
4888
|
+
var Progress = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$S]]);
|
|
4889
|
+
const { componentName: componentName$G, create: create$W } = createComponent("circleprogress");
|
|
4890
|
+
const _sfc_main$W = create$W({
|
|
4785
4891
|
props: {
|
|
4786
4892
|
progress: {
|
|
4787
4893
|
type: [Number, String],
|
|
@@ -4803,7 +4909,7 @@ const _sfc_main$T = create$T({
|
|
|
4803
4909
|
},
|
|
4804
4910
|
setup(props, { emit }) {
|
|
4805
4911
|
const classes = computed(() => {
|
|
4806
|
-
const prefixCls = componentName$
|
|
4912
|
+
const prefixCls = componentName$G;
|
|
4807
4913
|
return {
|
|
4808
4914
|
[prefixCls]: true
|
|
4809
4915
|
};
|
|
@@ -4837,11 +4943,11 @@ const _sfc_main$T = create$T({
|
|
|
4837
4943
|
};
|
|
4838
4944
|
}
|
|
4839
4945
|
});
|
|
4840
|
-
const _hoisted_1$
|
|
4841
|
-
const _hoisted_2$
|
|
4842
|
-
const _hoisted_3$
|
|
4946
|
+
const _hoisted_1$I = ["height", "width"];
|
|
4947
|
+
const _hoisted_2$B = ["r", "cx", "cy", "stroke", "stroke-width"];
|
|
4948
|
+
const _hoisted_3$s = ["r", "cx", "cy", "stroke", "stroke-dasharray", "stroke-width", "transform"];
|
|
4843
4949
|
const _hoisted_4$l = { class: "nut-circleprogress-content" };
|
|
4844
|
-
function _sfc_render$
|
|
4950
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4845
4951
|
return openBlock(), createElementBlock("div", {
|
|
4846
4952
|
class: normalizeClass(_ctx.classes),
|
|
4847
4953
|
style: normalizeStyle({ height: _ctx.option.size + "px", width: _ctx.option.size + "px" })
|
|
@@ -4858,7 +4964,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4858
4964
|
stroke: _ctx.option.backColor,
|
|
4859
4965
|
"stroke-width": _ctx.option.strokeOutWidth,
|
|
4860
4966
|
fill: "none"
|
|
4861
|
-
}, null, 8, _hoisted_2$
|
|
4967
|
+
}, null, 8, _hoisted_2$B),
|
|
4862
4968
|
createElementVNode("circle", {
|
|
4863
4969
|
r: _ctx.option.radius,
|
|
4864
4970
|
cx: _ctx.option.cx,
|
|
@@ -4870,8 +4976,8 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4870
4976
|
transform: _ctx.option.startPosition,
|
|
4871
4977
|
"stroke-linecap": "round",
|
|
4872
4978
|
style: { "transition": "stroke-dasharray 0.6s ease 0s, stroke 0.6s ease 0s" }
|
|
4873
|
-
}, null, 8, _hoisted_3$
|
|
4874
|
-
], 8, _hoisted_1$
|
|
4979
|
+
}, null, 8, _hoisted_3$s)
|
|
4980
|
+
], 8, _hoisted_1$I)),
|
|
4875
4981
|
createElementVNode("div", _hoisted_4$l, [
|
|
4876
4982
|
!_ctx.isAuto ? renderSlot(_ctx.$slots, "default", { key: 0 }, () => [
|
|
4877
4983
|
createTextVNode(toDisplayString(_ctx.progress) + "%", 1)
|
|
@@ -4879,9 +4985,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4879
4985
|
])
|
|
4880
4986
|
], 6);
|
|
4881
4987
|
}
|
|
4882
|
-
var CircleProgress = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4883
|
-
const { componentName: componentName$
|
|
4884
|
-
const _sfc_main$
|
|
4988
|
+
var CircleProgress = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$R]]);
|
|
4989
|
+
const { componentName: componentName$F, create: create$V } = createComponent("noticebar");
|
|
4990
|
+
const _sfc_main$V = create$V({
|
|
4885
4991
|
props: {
|
|
4886
4992
|
direction: {
|
|
4887
4993
|
type: String,
|
|
@@ -4947,7 +5053,7 @@ const _sfc_main$S = create$S({
|
|
|
4947
5053
|
},
|
|
4948
5054
|
emits: ["click", "close"],
|
|
4949
5055
|
setup(props, { emit, slots }) {
|
|
4950
|
-
console.log("componentName", componentName$
|
|
5056
|
+
console.log("componentName", componentName$F);
|
|
4951
5057
|
const wrap = ref(null);
|
|
4952
5058
|
const content = ref(null);
|
|
4953
5059
|
const state = reactive({
|
|
@@ -4964,7 +5070,7 @@ const _sfc_main$S = create$S({
|
|
|
4964
5070
|
keepAlive: false
|
|
4965
5071
|
});
|
|
4966
5072
|
const classes = computed(() => {
|
|
4967
|
-
const prefixCls = componentName$
|
|
5073
|
+
const prefixCls = componentName$F;
|
|
4968
5074
|
return {
|
|
4969
5075
|
[prefixCls]: true
|
|
4970
5076
|
};
|
|
@@ -5138,12 +5244,12 @@ const _sfc_main$S = create$S({
|
|
|
5138
5244
|
});
|
|
5139
5245
|
}
|
|
5140
5246
|
});
|
|
5141
|
-
const _hoisted_1$
|
|
5247
|
+
const _hoisted_1$H = {
|
|
5142
5248
|
ref: "wrap",
|
|
5143
5249
|
class: "wrap"
|
|
5144
5250
|
};
|
|
5145
|
-
const _hoisted_2$
|
|
5146
|
-
function _sfc_render$
|
|
5251
|
+
const _hoisted_2$A = ["onClick"];
|
|
5252
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5147
5253
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
5148
5254
|
const _component_ScrollItem = resolveComponent("ScrollItem");
|
|
5149
5255
|
return openBlock(), createElementBlock("view", {
|
|
@@ -5167,7 +5273,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5167
5273
|
color: _ctx.color
|
|
5168
5274
|
}, null, 8, ["color"])) : createCommentVNode("", true)
|
|
5169
5275
|
], 4)) : createCommentVNode("", true),
|
|
5170
|
-
createElementVNode("view", _hoisted_1$
|
|
5276
|
+
createElementVNode("view", _hoisted_1$H, [
|
|
5171
5277
|
createElementVNode("view", {
|
|
5172
5278
|
ref: "content",
|
|
5173
5279
|
class: normalizeClass(["content", [_ctx.animationClass, { "nut-ellipsis": !_ctx.scrollable && !_ctx.wrapable }]]),
|
|
@@ -5176,7 +5282,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5176
5282
|
onWebkitAnimationEnd: _cache[1] || (_cache[1] = (...args) => _ctx.onAnimationEnd && _ctx.onAnimationEnd(...args))
|
|
5177
5283
|
}, [
|
|
5178
5284
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
5179
|
-
createTextVNode(
|
|
5285
|
+
createTextVNode(toDisplayString(_ctx.text), 1)
|
|
5180
5286
|
])
|
|
5181
5287
|
], 38)
|
|
5182
5288
|
], 512),
|
|
@@ -5221,7 +5327,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5221
5327
|
key: index,
|
|
5222
5328
|
style: normalizeStyle({ height: _ctx.height }),
|
|
5223
5329
|
onClick: ($event) => _ctx.go(item)
|
|
5224
|
-
}, toDisplayString(item), 13, _hoisted_2$
|
|
5330
|
+
}, toDisplayString(item), 13, _hoisted_2$A);
|
|
5225
5331
|
}), 128))
|
|
5226
5332
|
], 4)),
|
|
5227
5333
|
createElementVNode("view", {
|
|
@@ -5238,9 +5344,9 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5238
5344
|
], 4)) : createCommentVNode("", true)
|
|
5239
5345
|
], 2);
|
|
5240
5346
|
}
|
|
5241
|
-
var NoticeBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5242
|
-
const { create: create$
|
|
5243
|
-
const _sfc_main$
|
|
5347
|
+
var NoticeBar = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$Q]]);
|
|
5348
|
+
const { create: create$U } = createComponent("searchbar");
|
|
5349
|
+
const _sfc_main$U = create$U({
|
|
5244
5350
|
props: {
|
|
5245
5351
|
modelValue: {
|
|
5246
5352
|
type: [String, Number],
|
|
@@ -5331,15 +5437,15 @@ const _sfc_main$R = create$R({
|
|
|
5331
5437
|
});
|
|
5332
5438
|
}
|
|
5333
5439
|
});
|
|
5334
|
-
const _hoisted_1$
|
|
5440
|
+
const _hoisted_1$G = {
|
|
5335
5441
|
key: 0,
|
|
5336
5442
|
class: "nut-searchbar__search-icon nut-searchbar__left-search-icon"
|
|
5337
5443
|
};
|
|
5338
|
-
const _hoisted_2$
|
|
5444
|
+
const _hoisted_2$z = {
|
|
5339
5445
|
key: 0,
|
|
5340
5446
|
class: "nut-searchbar__search-icon nut-searchbar__iptleft-search-icon"
|
|
5341
5447
|
};
|
|
5342
|
-
const _hoisted_3$
|
|
5448
|
+
const _hoisted_3$r = { class: "nut-searchbar__input-inner" };
|
|
5343
5449
|
const _hoisted_4$k = ["type", "maxlength", "placeholder", "value"];
|
|
5344
5450
|
const _hoisted_5$d = {
|
|
5345
5451
|
key: 1,
|
|
@@ -5349,23 +5455,23 @@ const _hoisted_6$a = {
|
|
|
5349
5455
|
key: 1,
|
|
5350
5456
|
class: "nut-searchbar__search-icon nut-searchbar__right-search-icon"
|
|
5351
5457
|
};
|
|
5352
|
-
function _sfc_render$
|
|
5458
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5353
5459
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
5354
5460
|
return openBlock(), createElementBlock("view", {
|
|
5355
5461
|
class: "nut-searchbar",
|
|
5356
5462
|
style: normalizeStyle(_ctx.searchbarStyle)
|
|
5357
5463
|
}, [
|
|
5358
|
-
_ctx.$slots.leftout ? (openBlock(), createElementBlock("view", _hoisted_1$
|
|
5464
|
+
_ctx.$slots.leftout ? (openBlock(), createElementBlock("view", _hoisted_1$G, [
|
|
5359
5465
|
renderSlot(_ctx.$slots, "leftout")
|
|
5360
5466
|
])) : createCommentVNode("", true),
|
|
5361
5467
|
createElementVNode("view", {
|
|
5362
5468
|
class: "nut-searchbar__search-input",
|
|
5363
5469
|
style: normalizeStyle(_ctx.inputSearchbarStyle)
|
|
5364
5470
|
}, [
|
|
5365
|
-
_ctx.$slots.leftin ? (openBlock(), createElementBlock("view", _hoisted_2$
|
|
5471
|
+
_ctx.$slots.leftin ? (openBlock(), createElementBlock("view", _hoisted_2$z, [
|
|
5366
5472
|
renderSlot(_ctx.$slots, "leftin")
|
|
5367
5473
|
])) : createCommentVNode("", true),
|
|
5368
|
-
createElementVNode("view", _hoisted_3$
|
|
5474
|
+
createElementVNode("view", _hoisted_3$r, [
|
|
5369
5475
|
createElementVNode("form", {
|
|
5370
5476
|
action: "#",
|
|
5371
5477
|
onSubmit: _cache[3] || (_cache[3] = withModifiers((...args) => _ctx.handleSubmit && _ctx.handleSubmit(...args), ["prevent"]))
|
|
@@ -5404,14 +5510,14 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5404
5510
|
])) : createCommentVNode("", true)
|
|
5405
5511
|
], 4);
|
|
5406
5512
|
}
|
|
5407
|
-
var SearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5408
|
-
const { componentName: componentName$
|
|
5513
|
+
var SearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$P]]);
|
|
5514
|
+
const { componentName: componentName$E, create: create$T } = createComponent("empty");
|
|
5409
5515
|
const defaultStatus = {
|
|
5410
5516
|
empty: "https://static-ftcms.jd.com/p/files/61a9e3183985005b3958672b.png",
|
|
5411
5517
|
error: "https://ftcms.jd.com/p/files/61a9e33ee7dcdbcc0ce62736.png",
|
|
5412
5518
|
network: "https://static-ftcms.jd.com/p/files/61a9e31de7dcdbcc0ce62734.png"
|
|
5413
5519
|
};
|
|
5414
|
-
const _sfc_main$
|
|
5520
|
+
const _sfc_main$T = create$T({
|
|
5415
5521
|
props: {
|
|
5416
5522
|
image: {
|
|
5417
5523
|
type: String,
|
|
@@ -5445,14 +5551,14 @@ const _sfc_main$Q = create$Q({
|
|
|
5445
5551
|
};
|
|
5446
5552
|
}
|
|
5447
5553
|
});
|
|
5448
|
-
const _hoisted_1$
|
|
5449
|
-
const _hoisted_2$
|
|
5450
|
-
const _hoisted_3$
|
|
5554
|
+
const _hoisted_1$F = { class: "nut-empty" };
|
|
5555
|
+
const _hoisted_2$y = ["src"];
|
|
5556
|
+
const _hoisted_3$q = {
|
|
5451
5557
|
key: 1,
|
|
5452
5558
|
class: "nut-empty-description"
|
|
5453
5559
|
};
|
|
5454
|
-
function _sfc_render$
|
|
5455
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
5560
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5561
|
+
return openBlock(), createElementBlock("view", _hoisted_1$F, [
|
|
5456
5562
|
createElementVNode("view", {
|
|
5457
5563
|
class: "nut-empty-image",
|
|
5458
5564
|
style: normalizeStyle(_ctx.imgStyle)
|
|
@@ -5462,16 +5568,16 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5462
5568
|
key: 0,
|
|
5463
5569
|
class: "img",
|
|
5464
5570
|
src: _ctx.imageUrl
|
|
5465
|
-
}, null, 8, _hoisted_2$
|
|
5571
|
+
}, null, 8, _hoisted_2$y)) : createCommentVNode("", true)
|
|
5466
5572
|
], 64))
|
|
5467
5573
|
], 4),
|
|
5468
|
-
_ctx.$slots.description ? renderSlot(_ctx.$slots, "description", { key: 0 }) : (openBlock(), createElementBlock("view", _hoisted_3$
|
|
5574
|
+
_ctx.$slots.description ? renderSlot(_ctx.$slots, "description", { key: 0 }) : (openBlock(), createElementBlock("view", _hoisted_3$q, toDisplayString(_ctx.description), 1)),
|
|
5469
5575
|
_ctx.$slots.default ? renderSlot(_ctx.$slots, "default", { key: 2 }) : createCommentVNode("", true)
|
|
5470
5576
|
]);
|
|
5471
5577
|
}
|
|
5472
|
-
var Empty = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5473
|
-
const { componentName: componentName$
|
|
5474
|
-
const _sfc_main$
|
|
5578
|
+
var Empty = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$O]]);
|
|
5579
|
+
const { componentName: componentName$D, create: create$S } = createComponent("navbar");
|
|
5580
|
+
const _sfc_main$S = create$S({
|
|
5475
5581
|
props: {
|
|
5476
5582
|
leftShow: { type: Boolean, default: true },
|
|
5477
5583
|
title: { type: String, default: "" },
|
|
@@ -5506,7 +5612,7 @@ const _sfc_main$P = create$P({
|
|
|
5506
5612
|
setup(props, { emit }) {
|
|
5507
5613
|
const activeIndex = ref(props.defaultIndex);
|
|
5508
5614
|
const classes = computed(() => {
|
|
5509
|
-
const prefixCls = componentName$
|
|
5615
|
+
const prefixCls = componentName$D;
|
|
5510
5616
|
return {
|
|
5511
5617
|
[prefixCls]: true
|
|
5512
5618
|
};
|
|
@@ -5551,15 +5657,15 @@ const _sfc_main$P = create$P({
|
|
|
5551
5657
|
};
|
|
5552
5658
|
}
|
|
5553
5659
|
});
|
|
5554
|
-
const _hoisted_1$
|
|
5555
|
-
const _hoisted_2$
|
|
5556
|
-
const _hoisted_3$
|
|
5557
|
-
function _sfc_render$
|
|
5660
|
+
const _hoisted_1$E = { class: "nut-navbar__left" };
|
|
5661
|
+
const _hoisted_2$x = { class: "tab-title" };
|
|
5662
|
+
const _hoisted_3$p = ["onClick"];
|
|
5663
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5558
5664
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
5559
5665
|
return openBlock(), createElementBlock("view", {
|
|
5560
5666
|
class: normalizeClass(_ctx.classes)
|
|
5561
5667
|
}, [
|
|
5562
|
-
createElementVNode("view", _hoisted_1$
|
|
5668
|
+
createElementVNode("view", _hoisted_1$E, [
|
|
5563
5669
|
_ctx.leftShow ? (openBlock(), createBlock(_component_nut_icon, {
|
|
5564
5670
|
key: 0,
|
|
5565
5671
|
color: "#979797",
|
|
@@ -5581,7 +5687,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5581
5687
|
name: _ctx.titIcon,
|
|
5582
5688
|
onClick: _ctx.handleCenterIcon
|
|
5583
5689
|
}, null, 8, ["name", "onClick"])) : createCommentVNode("", true),
|
|
5584
|
-
createElementVNode("view", _hoisted_2$
|
|
5690
|
+
createElementVNode("view", _hoisted_2$x, [
|
|
5585
5691
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, (item, index) => {
|
|
5586
5692
|
return openBlock(), createElementBlock("view", {
|
|
5587
5693
|
class: normalizeClass([
|
|
@@ -5590,7 +5696,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5590
5696
|
]),
|
|
5591
5697
|
onClick: ($event) => _ctx.switchTitle(item.id, item.name),
|
|
5592
5698
|
key: item.id
|
|
5593
|
-
}, toDisplayString(item.name), 11, _hoisted_3$
|
|
5699
|
+
}, toDisplayString(item.name), 11, _hoisted_3$p);
|
|
5594
5700
|
}), 128))
|
|
5595
5701
|
])
|
|
5596
5702
|
], 2)) : createCommentVNode("", true),
|
|
@@ -5620,9 +5726,9 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5620
5726
|
], 2)) : createCommentVNode("", true)
|
|
5621
5727
|
], 2);
|
|
5622
5728
|
}
|
|
5623
|
-
var Navbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5624
|
-
const { componentName: componentName$
|
|
5625
|
-
const _sfc_main$
|
|
5729
|
+
var Navbar = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$N]]);
|
|
5730
|
+
const { componentName: componentName$C, create: create$R } = createComponent("fixednav");
|
|
5731
|
+
const _sfc_main$R = create$R({
|
|
5626
5732
|
components: {
|
|
5627
5733
|
[OverLay.name]: OverLay
|
|
5628
5734
|
},
|
|
@@ -5665,7 +5771,7 @@ const _sfc_main$O = create$O({
|
|
|
5665
5771
|
emits: ["update:visible", "selected"],
|
|
5666
5772
|
setup(props, { emit }) {
|
|
5667
5773
|
const classes = computed(() => {
|
|
5668
|
-
const prefixCls = componentName$
|
|
5774
|
+
const prefixCls = componentName$C;
|
|
5669
5775
|
return {
|
|
5670
5776
|
[prefixCls]: true,
|
|
5671
5777
|
active: props.visible,
|
|
@@ -5684,16 +5790,16 @@ const _sfc_main$O = create$O({
|
|
|
5684
5790
|
return { classes, updateValue, selected };
|
|
5685
5791
|
}
|
|
5686
5792
|
});
|
|
5687
|
-
const _hoisted_1$
|
|
5688
|
-
const _hoisted_2$
|
|
5689
|
-
const _hoisted_3$
|
|
5793
|
+
const _hoisted_1$D = { class: "nut-fixednav__list" };
|
|
5794
|
+
const _hoisted_2$w = ["onClick"];
|
|
5795
|
+
const _hoisted_3$o = ["src"];
|
|
5690
5796
|
const _hoisted_4$j = { class: "span" };
|
|
5691
5797
|
const _hoisted_5$c = {
|
|
5692
5798
|
key: 0,
|
|
5693
5799
|
class: "b"
|
|
5694
5800
|
};
|
|
5695
5801
|
const _hoisted_6$9 = { class: "text" };
|
|
5696
|
-
function _sfc_render$
|
|
5802
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5697
5803
|
const _component_nut_overlay = resolveComponent("nut-overlay");
|
|
5698
5804
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
5699
5805
|
return openBlock(), createElementBlock("view", {
|
|
@@ -5707,7 +5813,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5707
5813
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.updateValue(false))
|
|
5708
5814
|
}, null, 8, ["visible"])) : createCommentVNode("", true),
|
|
5709
5815
|
renderSlot(_ctx.$slots, "list", {}, () => [
|
|
5710
|
-
createElementVNode("view", _hoisted_1$
|
|
5816
|
+
createElementVNode("view", _hoisted_1$D, [
|
|
5711
5817
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.navList, (item, index) => {
|
|
5712
5818
|
return openBlock(), createElementBlock("view", {
|
|
5713
5819
|
class: "nut-fixednav__list-item",
|
|
@@ -5716,10 +5822,10 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5716
5822
|
}, [
|
|
5717
5823
|
createElementVNode("img", {
|
|
5718
5824
|
src: item.icon
|
|
5719
|
-
}, null, 8, _hoisted_3$
|
|
5825
|
+
}, null, 8, _hoisted_3$o),
|
|
5720
5826
|
createElementVNode("view", _hoisted_4$j, toDisplayString(item.text), 1),
|
|
5721
5827
|
item.num ? (openBlock(), createElementBlock("view", _hoisted_5$c, toDisplayString(item.num), 1)) : createCommentVNode("", true)
|
|
5722
|
-
], 8, _hoisted_2$
|
|
5828
|
+
], 8, _hoisted_2$w);
|
|
5723
5829
|
}), 128))
|
|
5724
5830
|
])
|
|
5725
5831
|
]),
|
|
@@ -5737,13 +5843,13 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5737
5843
|
])
|
|
5738
5844
|
], 6);
|
|
5739
5845
|
}
|
|
5740
|
-
var FixedNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5741
|
-
const { componentName: componentName$
|
|
5742
|
-
const _sfc_main$
|
|
5846
|
+
var FixedNav = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$M]]);
|
|
5847
|
+
const { componentName: componentName$B, create: create$Q } = createComponent("menu");
|
|
5848
|
+
const _sfc_main$Q = create$Q({
|
|
5743
5849
|
props: {
|
|
5744
5850
|
activeColor: {
|
|
5745
5851
|
type: String,
|
|
5746
|
-
default: "
|
|
5852
|
+
default: ""
|
|
5747
5853
|
},
|
|
5748
5854
|
overlay: {
|
|
5749
5855
|
type: Boolean,
|
|
@@ -5781,7 +5887,7 @@ const _sfc_main$N = create$N({
|
|
|
5781
5887
|
const { children, linkChildren } = useChildren();
|
|
5782
5888
|
const opened = computed(() => children.some((item) => item.state.showWrapper));
|
|
5783
5889
|
const classes = computed(() => {
|
|
5784
|
-
const prefixCls = componentName$
|
|
5890
|
+
const prefixCls = componentName$B;
|
|
5785
5891
|
return {
|
|
5786
5892
|
[prefixCls]: true
|
|
5787
5893
|
};
|
|
@@ -5812,9 +5918,9 @@ const _sfc_main$N = create$N({
|
|
|
5812
5918
|
};
|
|
5813
5919
|
}
|
|
5814
5920
|
});
|
|
5815
|
-
const _hoisted_1$
|
|
5816
|
-
const _hoisted_2$
|
|
5817
|
-
function _sfc_render$
|
|
5921
|
+
const _hoisted_1$C = ["onClick"];
|
|
5922
|
+
const _hoisted_2$v = { class: "nut-menu__title-text" };
|
|
5923
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5818
5924
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
5819
5925
|
return openBlock(), createElementBlock("view", {
|
|
5820
5926
|
class: normalizeClass(_ctx.classes)
|
|
@@ -5826,29 +5932,29 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5826
5932
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.children, (item, index) => {
|
|
5827
5933
|
return openBlock(), createElementBlock("view", {
|
|
5828
5934
|
key: index,
|
|
5829
|
-
class: normalizeClass(["nut-menu__item", { disabled: item.disabled }]),
|
|
5935
|
+
class: normalizeClass(["nut-menu__item", { disabled: item.disabled, active: item.state.showPopup }]),
|
|
5830
5936
|
onClick: ($event) => !item.disabled && _ctx.toggleItem(index),
|
|
5831
5937
|
style: normalizeStyle({ color: item.state.showPopup ? _ctx.activeColor : "" })
|
|
5832
5938
|
}, [
|
|
5833
5939
|
createElementVNode("view", {
|
|
5834
5940
|
class: normalizeClass(["nut-menu__title", { active: item.state.showPopup }])
|
|
5835
5941
|
}, [
|
|
5836
|
-
createElementVNode("view", _hoisted_2$
|
|
5942
|
+
createElementVNode("view", _hoisted_2$v, toDisplayString(item.renderTitle()), 1),
|
|
5837
5943
|
createVNode(_component_nut_icon, {
|
|
5838
5944
|
name: item.titleIcon,
|
|
5839
5945
|
size: "10",
|
|
5840
5946
|
class: "nut-menu__title-icon"
|
|
5841
5947
|
}, null, 8, ["name"])
|
|
5842
5948
|
], 2)
|
|
5843
|
-
], 14, _hoisted_1$
|
|
5949
|
+
], 14, _hoisted_1$C);
|
|
5844
5950
|
}), 128))
|
|
5845
5951
|
], 2),
|
|
5846
5952
|
renderSlot(_ctx.$slots, "default")
|
|
5847
5953
|
], 2);
|
|
5848
5954
|
}
|
|
5849
|
-
var Menu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5850
|
-
const { componentName: componentName$
|
|
5851
|
-
const _sfc_main$
|
|
5955
|
+
var Menu = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$L]]);
|
|
5956
|
+
const { componentName: componentName$A, create: create$P } = createComponent("menu-item");
|
|
5957
|
+
const _sfc_main$P = create$P({
|
|
5852
5958
|
props: {
|
|
5853
5959
|
title: String,
|
|
5854
5960
|
options: {
|
|
@@ -5870,7 +5976,7 @@ const _sfc_main$M = create$M({
|
|
|
5870
5976
|
}
|
|
5871
5977
|
},
|
|
5872
5978
|
components: {
|
|
5873
|
-
[_sfc_main$
|
|
5979
|
+
[_sfc_main$1o.name]: _sfc_main$1o,
|
|
5874
5980
|
[Popup.name]: Popup
|
|
5875
5981
|
},
|
|
5876
5982
|
emits: ["update:modelValue", "change"],
|
|
@@ -5894,7 +6000,7 @@ const _sfc_main$M = create$M({
|
|
|
5894
6000
|
};
|
|
5895
6001
|
const { parent } = useParent();
|
|
5896
6002
|
const classes = computed(() => {
|
|
5897
|
-
const prefixCls = componentName$
|
|
6003
|
+
const prefixCls = componentName$A;
|
|
5898
6004
|
return {
|
|
5899
6005
|
[prefixCls]: true
|
|
5900
6006
|
};
|
|
@@ -5944,9 +6050,9 @@ const _sfc_main$M = create$M({
|
|
|
5944
6050
|
};
|
|
5945
6051
|
}
|
|
5946
6052
|
});
|
|
5947
|
-
const _hoisted_1$
|
|
5948
|
-
const _hoisted_2$
|
|
5949
|
-
function _sfc_render$
|
|
6053
|
+
const _hoisted_1$B = { class: "nut-menu-item__content" };
|
|
6054
|
+
const _hoisted_2$u = ["onClick"];
|
|
6055
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5950
6056
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
5951
6057
|
const _component_nut_popup = resolveComponent("nut-popup");
|
|
5952
6058
|
return withDirectives((openBlock(), createElementBlock("view", {
|
|
@@ -5974,7 +6080,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5974
6080
|
isWrapTeleport: false
|
|
5975
6081
|
}), {
|
|
5976
6082
|
default: withCtx(() => [
|
|
5977
|
-
createElementVNode("view", _hoisted_1$
|
|
6083
|
+
createElementVNode("view", _hoisted_1$B, [
|
|
5978
6084
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (option, index) => {
|
|
5979
6085
|
return openBlock(), createElementBlock("view", {
|
|
5980
6086
|
key: index,
|
|
@@ -5990,7 +6096,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5990
6096
|
createElementVNode("view", {
|
|
5991
6097
|
style: normalizeStyle({ color: option.value === _ctx.modelValue ? _ctx.parent.props.activeColor : "" })
|
|
5992
6098
|
}, toDisplayString(option.text), 5)
|
|
5993
|
-
], 14, _hoisted_2$
|
|
6099
|
+
], 14, _hoisted_2$u);
|
|
5994
6100
|
}), 128)),
|
|
5995
6101
|
renderSlot(_ctx.$slots, "default")
|
|
5996
6102
|
])
|
|
@@ -6001,9 +6107,9 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6001
6107
|
[vShow, _ctx.state.showWrapper]
|
|
6002
6108
|
]);
|
|
6003
6109
|
}
|
|
6004
|
-
var MenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6005
|
-
const { create: create$
|
|
6006
|
-
const _sfc_main$
|
|
6110
|
+
var MenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$K]]);
|
|
6111
|
+
const { create: create$O } = createComponent("tabbar");
|
|
6112
|
+
const _sfc_main$O = create$O({
|
|
6007
6113
|
props: {
|
|
6008
6114
|
visible: {
|
|
6009
6115
|
type: [Number, String],
|
|
@@ -6028,6 +6134,10 @@ const _sfc_main$L = create$L({
|
|
|
6028
6134
|
activeColor: {
|
|
6029
6135
|
type: String,
|
|
6030
6136
|
default: ""
|
|
6137
|
+
},
|
|
6138
|
+
safeAreaInsetBottom: {
|
|
6139
|
+
type: Boolean,
|
|
6140
|
+
default: false
|
|
6031
6141
|
}
|
|
6032
6142
|
},
|
|
6033
6143
|
emits: ["tab-switch", "update:visible"],
|
|
@@ -6058,16 +6168,16 @@ const _sfc_main$L = create$L({
|
|
|
6058
6168
|
};
|
|
6059
6169
|
}
|
|
6060
6170
|
});
|
|
6061
|
-
function _sfc_render$
|
|
6171
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6062
6172
|
return openBlock(), createElementBlock("view", {
|
|
6063
|
-
class: normalizeClass(["nut-tabbar", { "nut-tabbar-bottom": _ctx.bottom }])
|
|
6173
|
+
class: normalizeClass(["nut-tabbar", { "nut-tabbar-bottom": _ctx.bottom, "nut-tabbar-safebottom": _ctx.safeAreaInsetBottom }])
|
|
6064
6174
|
}, [
|
|
6065
6175
|
renderSlot(_ctx.$slots, "default")
|
|
6066
6176
|
], 2);
|
|
6067
6177
|
}
|
|
6068
|
-
var Tabbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6069
|
-
const { create: create$
|
|
6070
|
-
const _sfc_main$
|
|
6178
|
+
var Tabbar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$J]]);
|
|
6179
|
+
const { create: create$N } = createComponent("tabbar-item");
|
|
6180
|
+
const _sfc_main$N = create$N({
|
|
6071
6181
|
props: {
|
|
6072
6182
|
tabTitle: {
|
|
6073
6183
|
type: String,
|
|
@@ -6148,17 +6258,17 @@ const _sfc_main$K = create$K({
|
|
|
6148
6258
|
};
|
|
6149
6259
|
}
|
|
6150
6260
|
});
|
|
6151
|
-
const _hoisted_1$
|
|
6152
|
-
const _hoisted_2$
|
|
6261
|
+
const _hoisted_1$A = { class: "nut-tabbar-item_icon-box" };
|
|
6262
|
+
const _hoisted_2$t = {
|
|
6153
6263
|
key: 0,
|
|
6154
6264
|
class: "nut-tabbar-item_icon-box_tips nut-tabbar-item_icon-box_num"
|
|
6155
6265
|
};
|
|
6156
|
-
const _hoisted_3$
|
|
6266
|
+
const _hoisted_3$n = {
|
|
6157
6267
|
key: 1,
|
|
6158
6268
|
class: "nut-tabbar-item_icon-box_tips nut-tabbar-item_icon-box_nums"
|
|
6159
6269
|
};
|
|
6160
6270
|
const _hoisted_4$i = { key: 2 };
|
|
6161
|
-
function _sfc_render$
|
|
6271
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6162
6272
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
6163
6273
|
return openBlock(), createElementBlock("div", {
|
|
6164
6274
|
class: normalizeClass(["nut-tabbar-item", { "nut-tabbar-item__icon--unactive": _ctx.state.active != _ctx.state.index }]),
|
|
@@ -6167,8 +6277,8 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6167
6277
|
}),
|
|
6168
6278
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.change(_ctx.state.index))
|
|
6169
6279
|
}, [
|
|
6170
|
-
createElementVNode("view", _hoisted_1$
|
|
6171
|
-
_ctx.num && _ctx.num <= 99 ? (openBlock(), createElementBlock("view", _hoisted_2$
|
|
6280
|
+
createElementVNode("view", _hoisted_1$A, [
|
|
6281
|
+
_ctx.num && _ctx.num <= 99 ? (openBlock(), createElementBlock("view", _hoisted_2$t, toDisplayString(_ctx.num), 1)) : _ctx.num && _ctx.num > 100 ? (openBlock(), createElementBlock("view", _hoisted_3$n, toDisplayString("99+"))) : createCommentVNode("", true),
|
|
6172
6282
|
_ctx.icon ? (openBlock(), createElementBlock("view", _hoisted_4$i, [
|
|
6173
6283
|
createVNode(_component_nut_icon, {
|
|
6174
6284
|
class: "nut-tabbar-item_icon-box_icon",
|
|
@@ -6193,9 +6303,9 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6193
6303
|
])
|
|
6194
6304
|
], 6);
|
|
6195
6305
|
}
|
|
6196
|
-
var TabbarItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6197
|
-
const { componentName: componentName$
|
|
6198
|
-
const _sfc_main$
|
|
6306
|
+
var TabbarItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$I]]);
|
|
6307
|
+
const { componentName: componentName$z, create: create$M } = createComponent("elevator");
|
|
6308
|
+
const _sfc_main$M = create$M({
|
|
6199
6309
|
props: {
|
|
6200
6310
|
height: {
|
|
6201
6311
|
type: [Number, String],
|
|
@@ -6228,7 +6338,7 @@ const _sfc_main$J = create$J({
|
|
|
6228
6338
|
currentIndex: 0
|
|
6229
6339
|
});
|
|
6230
6340
|
const classes = computed(() => {
|
|
6231
|
-
const prefixCls = componentName$
|
|
6341
|
+
const prefixCls = componentName$z;
|
|
6232
6342
|
return {
|
|
6233
6343
|
[prefixCls]: true
|
|
6234
6344
|
};
|
|
@@ -6317,11 +6427,11 @@ const _sfc_main$J = create$J({
|
|
|
6317
6427
|
});
|
|
6318
6428
|
}
|
|
6319
6429
|
});
|
|
6320
|
-
const _hoisted_1$
|
|
6321
|
-
const _hoisted_2$
|
|
6322
|
-
const _hoisted_3$
|
|
6430
|
+
const _hoisted_1$z = { class: "nut-elevator__list__item__code" };
|
|
6431
|
+
const _hoisted_2$s = ["onClick", "innerHTML"];
|
|
6432
|
+
const _hoisted_3$m = { class: "nut-elevator__bars__inner" };
|
|
6323
6433
|
const _hoisted_4$h = ["data-index", "onClick"];
|
|
6324
|
-
function _sfc_render$
|
|
6434
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6325
6435
|
return openBlock(), createElementBlock("view", {
|
|
6326
6436
|
class: normalizeClass(_ctx.classes)
|
|
6327
6437
|
}, [
|
|
@@ -6337,14 +6447,14 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6337
6447
|
ref_for: true,
|
|
6338
6448
|
ref: _ctx.setListGroup
|
|
6339
6449
|
}, [
|
|
6340
|
-
createElementVNode("view", _hoisted_1$
|
|
6450
|
+
createElementVNode("view", _hoisted_1$z, toDisplayString(item[_ctx.acceptKey]), 1),
|
|
6341
6451
|
(openBlock(true), createElementBlock(Fragment, null, renderList(item.list, (subitem) => {
|
|
6342
6452
|
return openBlock(), createElementBlock("view", {
|
|
6343
6453
|
class: "nut-elevator__list__item__name",
|
|
6344
6454
|
key: subitem["id"],
|
|
6345
6455
|
onClick: ($event) => _ctx.handleClickItem(item[_ctx.acceptKey], subitem),
|
|
6346
6456
|
innerHTML: subitem.name
|
|
6347
|
-
}, null, 8, _hoisted_2$
|
|
6457
|
+
}, null, 8, _hoisted_2$s);
|
|
6348
6458
|
}), 128))
|
|
6349
6459
|
]);
|
|
6350
6460
|
}), 128))
|
|
@@ -6361,7 +6471,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6361
6471
|
onTouchmove: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.touchMove && _ctx.touchMove(...args), ["stop", "prevent"])),
|
|
6362
6472
|
onTouchend: _cache[2] || (_cache[2] = (...args) => _ctx.touchEnd && _ctx.touchEnd(...args))
|
|
6363
6473
|
}, [
|
|
6364
|
-
createElementVNode("view", _hoisted_3$
|
|
6474
|
+
createElementVNode("view", _hoisted_3$m, [
|
|
6365
6475
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.indexList, (item, index) => {
|
|
6366
6476
|
return openBlock(), createElementBlock("view", {
|
|
6367
6477
|
class: "nut-elevator__bars__inner__item",
|
|
@@ -6374,9 +6484,9 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6374
6484
|
], 32)
|
|
6375
6485
|
], 2);
|
|
6376
6486
|
}
|
|
6377
|
-
var Elevator = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6378
|
-
const { componentName: componentName$
|
|
6379
|
-
const _sfc_main$
|
|
6487
|
+
var Elevator = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$H]]);
|
|
6488
|
+
const { componentName: componentName$y, create: create$L } = createComponent("pagination");
|
|
6489
|
+
const _sfc_main$L = create$L({
|
|
6380
6490
|
props: {
|
|
6381
6491
|
modelValue: {
|
|
6382
6492
|
type: Number,
|
|
@@ -6481,19 +6591,19 @@ const _sfc_main$I = create$I({
|
|
|
6481
6591
|
};
|
|
6482
6592
|
}
|
|
6483
6593
|
});
|
|
6484
|
-
const _hoisted_1$
|
|
6485
|
-
const _hoisted_2$
|
|
6594
|
+
const _hoisted_1$y = { class: "nut-pagination" };
|
|
6595
|
+
const _hoisted_2$r = {
|
|
6486
6596
|
key: 0,
|
|
6487
6597
|
class: "nut-pagination-contain"
|
|
6488
6598
|
};
|
|
6489
|
-
const _hoisted_3$
|
|
6599
|
+
const _hoisted_3$l = ["onClick"];
|
|
6490
6600
|
const _hoisted_4$g = {
|
|
6491
6601
|
key: 1,
|
|
6492
6602
|
class: "nut-pagination-contain"
|
|
6493
6603
|
};
|
|
6494
6604
|
const _hoisted_5$b = { class: "nut-pagination-simple" };
|
|
6495
|
-
function _sfc_render$
|
|
6496
|
-
return openBlock(), createElementBlock("view", _hoisted_1$
|
|
6605
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6606
|
+
return openBlock(), createElementBlock("view", _hoisted_1$y, [
|
|
6497
6607
|
createElementVNode("view", {
|
|
6498
6608
|
class: normalizeClass(["nut-pagination-prev", _ctx.mode == "multi" ? "" : "simple-border", _ctx.modelValue == 1 ? "disabled" : ""]),
|
|
6499
6609
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.select(_ctx.modelValue - 1, true))
|
|
@@ -6502,7 +6612,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6502
6612
|
createTextVNode(toDisplayString(_ctx.prevText), 1)
|
|
6503
6613
|
])
|
|
6504
6614
|
], 2),
|
|
6505
|
-
_ctx.mode == "multi" ? (openBlock(), createElementBlock("view", _hoisted_2$
|
|
6615
|
+
_ctx.mode == "multi" ? (openBlock(), createElementBlock("view", _hoisted_2$r, [
|
|
6506
6616
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.pages, (item, index) => {
|
|
6507
6617
|
return openBlock(), createElementBlock("view", {
|
|
6508
6618
|
key: index + "pagination",
|
|
@@ -6512,7 +6622,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6512
6622
|
renderSlot(_ctx.$slots, "page", { item }, () => [
|
|
6513
6623
|
createTextVNode(toDisplayString(item.text), 1)
|
|
6514
6624
|
])
|
|
6515
|
-
], 10, _hoisted_3$
|
|
6625
|
+
], 10, _hoisted_3$l);
|
|
6516
6626
|
}), 128))
|
|
6517
6627
|
])) : createCommentVNode("", true),
|
|
6518
6628
|
_ctx.mode == "simple" ? (openBlock(), createElementBlock("view", _hoisted_4$g, [
|
|
@@ -6528,8 +6638,8 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6528
6638
|
], 2)
|
|
6529
6639
|
]);
|
|
6530
6640
|
}
|
|
6531
|
-
var Pagination = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6532
|
-
const { create: create$
|
|
6641
|
+
var Pagination = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$G]]);
|
|
6642
|
+
const { create: create$K } = createComponent("tabs");
|
|
6533
6643
|
class Title {
|
|
6534
6644
|
constructor() {
|
|
6535
6645
|
__publicField(this, "title", "");
|
|
@@ -6538,7 +6648,7 @@ class Title {
|
|
|
6538
6648
|
__publicField(this, "disabled", false);
|
|
6539
6649
|
}
|
|
6540
6650
|
}
|
|
6541
|
-
const _sfc_main$
|
|
6651
|
+
const _sfc_main$K = create$K({
|
|
6542
6652
|
props: {
|
|
6543
6653
|
modelValue: {
|
|
6544
6654
|
type: [String, Number],
|
|
@@ -6667,8 +6777,8 @@ const _sfc_main$H = create$H({
|
|
|
6667
6777
|
}, methods);
|
|
6668
6778
|
}
|
|
6669
6779
|
});
|
|
6670
|
-
const _hoisted_1$
|
|
6671
|
-
function _sfc_render$
|
|
6780
|
+
const _hoisted_1$x = ["onClick"];
|
|
6781
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6672
6782
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
6673
6783
|
return openBlock(), createElementBlock("view", {
|
|
6674
6784
|
class: normalizeClass(["nut-tabs", [_ctx.direction]])
|
|
@@ -6702,7 +6812,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6702
6812
|
createElementVNode("view", {
|
|
6703
6813
|
class: normalizeClass(["nut-tabs__titles-item__text", { ellipsis: _ctx.ellipsis && !_ctx.titleScroll && _ctx.direction == "horizontal" }])
|
|
6704
6814
|
}, toDisplayString(item.title), 3)
|
|
6705
|
-
], 14, _hoisted_1$
|
|
6815
|
+
], 14, _hoisted_1$x);
|
|
6706
6816
|
}), 128))
|
|
6707
6817
|
], 6),
|
|
6708
6818
|
createElementVNode("view", {
|
|
@@ -6713,9 +6823,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6713
6823
|
], 4)
|
|
6714
6824
|
], 2);
|
|
6715
6825
|
}
|
|
6716
|
-
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6717
|
-
const { create: create$
|
|
6718
|
-
const _sfc_main$
|
|
6826
|
+
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$F]]);
|
|
6827
|
+
const { create: create$J } = createComponent("tabpane");
|
|
6828
|
+
const _sfc_main$J = create$J({
|
|
6719
6829
|
props: {
|
|
6720
6830
|
title: {
|
|
6721
6831
|
type: [String, Number],
|
|
@@ -6736,16 +6846,16 @@ const _sfc_main$G = create$G({
|
|
|
6736
6846
|
return { activeKey: parent.activeKey };
|
|
6737
6847
|
}
|
|
6738
6848
|
});
|
|
6739
|
-
function _sfc_render$
|
|
6849
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6740
6850
|
return openBlock(), createElementBlock("view", {
|
|
6741
6851
|
class: normalizeClass(["nut-tabpane", { active: _ctx.paneKey == _ctx.activeKey }])
|
|
6742
6852
|
}, [
|
|
6743
6853
|
renderSlot(_ctx.$slots, "default")
|
|
6744
6854
|
], 2);
|
|
6745
6855
|
}
|
|
6746
|
-
var TabPane = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6747
|
-
const { componentName: componentName$
|
|
6748
|
-
const _sfc_main$
|
|
6856
|
+
var TabPane = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$E]]);
|
|
6857
|
+
const { componentName: componentName$x, create: create$I } = createComponent("indicator");
|
|
6858
|
+
const _sfc_main$I = create$I({
|
|
6749
6859
|
props: {
|
|
6750
6860
|
size: {
|
|
6751
6861
|
type: Number,
|
|
@@ -6773,17 +6883,17 @@ const _sfc_main$F = create$F({
|
|
|
6773
6883
|
setup(props) {
|
|
6774
6884
|
const { block, align } = toRefs(props);
|
|
6775
6885
|
const classes = computed(() => {
|
|
6776
|
-
const prefixCls = componentName$
|
|
6886
|
+
const prefixCls = componentName$x;
|
|
6777
6887
|
return {
|
|
6778
6888
|
[prefixCls]: true,
|
|
6779
6889
|
[`${prefixCls}--block`]: block.value,
|
|
6780
6890
|
[`${prefixCls}--align__${align.value}`]: block.value && align.value
|
|
6781
6891
|
};
|
|
6782
6892
|
});
|
|
6783
|
-
return { classes, componentName: componentName$
|
|
6893
|
+
return { classes, componentName: componentName$x };
|
|
6784
6894
|
}
|
|
6785
6895
|
});
|
|
6786
|
-
function _sfc_render$
|
|
6896
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6787
6897
|
return openBlock(), createElementBlock("view", {
|
|
6788
6898
|
class: normalizeClass(_ctx.classes)
|
|
6789
6899
|
}, [
|
|
@@ -6800,7 +6910,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6800
6910
|
}), 128))
|
|
6801
6911
|
], 2);
|
|
6802
6912
|
}
|
|
6803
|
-
var Indicator = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6913
|
+
var Indicator = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$D]]);
|
|
6804
6914
|
function flattenVNodes(children, childName) {
|
|
6805
6915
|
const result = [];
|
|
6806
6916
|
const traverse = (children2) => {
|
|
@@ -6859,7 +6969,7 @@ function useProvide(key, childName) {
|
|
|
6859
6969
|
};
|
|
6860
6970
|
};
|
|
6861
6971
|
}
|
|
6862
|
-
const { componentName: componentName$
|
|
6972
|
+
const { componentName: componentName$w } = createComponent("grid");
|
|
6863
6973
|
const GRID_KEY = Symbol("grid");
|
|
6864
6974
|
const gridProps = {
|
|
6865
6975
|
columnNum: {
|
|
@@ -6904,9 +7014,9 @@ const gridProps = {
|
|
|
6904
7014
|
const component$3 = {
|
|
6905
7015
|
props: gridProps,
|
|
6906
7016
|
setup(props, { slots }) {
|
|
6907
|
-
useProvide(GRID_KEY, `${componentName$
|
|
7017
|
+
useProvide(GRID_KEY, `${componentName$w}-item`)({ props });
|
|
6908
7018
|
const rootClass = computed(() => {
|
|
6909
|
-
const prefixCls = componentName$
|
|
7019
|
+
const prefixCls = componentName$w;
|
|
6910
7020
|
return {
|
|
6911
7021
|
[prefixCls]: true,
|
|
6912
7022
|
[`${prefixCls}--border`]: props.border && !props.gutter
|
|
@@ -6928,8 +7038,8 @@ const component$3 = {
|
|
|
6928
7038
|
};
|
|
6929
7039
|
}
|
|
6930
7040
|
};
|
|
6931
|
-
const { create: create$
|
|
6932
|
-
const _sfc_main$
|
|
7041
|
+
const { create: create$H } = createComponent("grid");
|
|
7042
|
+
const _sfc_main$H = create$H(component$3);
|
|
6933
7043
|
function useInject(key) {
|
|
6934
7044
|
const parent = inject(key, null);
|
|
6935
7045
|
if (parent) {
|
|
@@ -6948,8 +7058,8 @@ function useInject(key) {
|
|
|
6948
7058
|
index: ref(-1)
|
|
6949
7059
|
};
|
|
6950
7060
|
}
|
|
6951
|
-
const { create: create$
|
|
6952
|
-
const _sfc_main$
|
|
7061
|
+
const { create: create$G, componentName: componentName$v } = createComponent("grid-item");
|
|
7062
|
+
const _sfc_main$G = create$G({
|
|
6953
7063
|
props: {
|
|
6954
7064
|
text: {
|
|
6955
7065
|
type: String
|
|
@@ -6983,7 +7093,7 @@ const _sfc_main$D = create$D({
|
|
|
6983
7093
|
const index = Parent.index;
|
|
6984
7094
|
const parent = Parent.parent.props;
|
|
6985
7095
|
const rootClass = computed(() => {
|
|
6986
|
-
const prefixCls = componentName$
|
|
7096
|
+
const prefixCls = componentName$v;
|
|
6987
7097
|
return {
|
|
6988
7098
|
[prefixCls]: true
|
|
6989
7099
|
};
|
|
@@ -7003,7 +7113,7 @@ const _sfc_main$D = create$D({
|
|
|
7003
7113
|
return style;
|
|
7004
7114
|
});
|
|
7005
7115
|
const contentClass = computed(() => {
|
|
7006
|
-
const prefixCls = `${componentName$
|
|
7116
|
+
const prefixCls = `${componentName$v}__content`;
|
|
7007
7117
|
return {
|
|
7008
7118
|
[`${prefixCls}`]: true,
|
|
7009
7119
|
[`${prefixCls}--border`]: parent.border,
|
|
@@ -7040,11 +7150,11 @@ const _sfc_main$D = create$D({
|
|
|
7040
7150
|
};
|
|
7041
7151
|
}
|
|
7042
7152
|
});
|
|
7043
|
-
const _hoisted_1$
|
|
7153
|
+
const _hoisted_1$w = {
|
|
7044
7154
|
key: 3,
|
|
7045
7155
|
class: "nut-grid-item__text"
|
|
7046
7156
|
};
|
|
7047
|
-
function _sfc_render$
|
|
7157
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7048
7158
|
const _component_nut_icon = resolveComponent("nut-icon");
|
|
7049
7159
|
return openBlock(), createElementBlock("view", {
|
|
7050
7160
|
class: normalizeClass(_ctx.rootClass),
|
|
@@ -7061,12 +7171,205 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7061
7171
|
size: _ctx.iconProps.size,
|
|
7062
7172
|
color: _ctx.iconProps.color
|
|
7063
7173
|
}, null, 8, ["name", "size", "color"])),
|
|
7064
|
-
_ctx.$slots.text ? renderSlot(_ctx.$slots, "text", { key: 2 }) : (openBlock(), createElementBlock("view", _hoisted_1$
|
|
7174
|
+
_ctx.$slots.text ? renderSlot(_ctx.$slots, "text", { key: 2 }) : (openBlock(), createElementBlock("view", _hoisted_1$w, toDisplayString(_ctx.text), 1))
|
|
7065
7175
|
], 64))
|
|
7066
7176
|
], 2)
|
|
7067
7177
|
], 6);
|
|
7068
7178
|
}
|
|
7069
|
-
var GridItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7179
|
+
var GridItem = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$C]]);
|
|
7180
|
+
const { componentName: componentName$u, create: create$F } = createComponent("sidenavbar");
|
|
7181
|
+
const _sfc_main$F = create$F({
|
|
7182
|
+
props: {
|
|
7183
|
+
offset: {
|
|
7184
|
+
type: [String, Number],
|
|
7185
|
+
default: 15
|
|
7186
|
+
}
|
|
7187
|
+
},
|
|
7188
|
+
emits: [],
|
|
7189
|
+
setup: (props, context) => {
|
|
7190
|
+
const list = ref(null);
|
|
7191
|
+
const state = reactive({
|
|
7192
|
+
count: 1,
|
|
7193
|
+
observer: null
|
|
7194
|
+
});
|
|
7195
|
+
const classes = computed(() => {
|
|
7196
|
+
const prefixCls = componentName$u;
|
|
7197
|
+
return {
|
|
7198
|
+
[prefixCls]: true
|
|
7199
|
+
};
|
|
7200
|
+
});
|
|
7201
|
+
const setPaddingLeft = (nodeList, level = 1) => {
|
|
7202
|
+
for (let i = 0; i < nodeList.length; i++) {
|
|
7203
|
+
let item = nodeList[i];
|
|
7204
|
+
item.children[0].style.paddingLeft = props.offset * level + "px";
|
|
7205
|
+
if (!item.className.includes("nut-sidenavbaritem")) {
|
|
7206
|
+
setPaddingLeft(Array.from(item.children[1].children), ++state.count);
|
|
7207
|
+
}
|
|
7208
|
+
}
|
|
7209
|
+
state.count--;
|
|
7210
|
+
};
|
|
7211
|
+
const handleSlots = () => {
|
|
7212
|
+
let childNodes = list.value.childNodes;
|
|
7213
|
+
if (childNodes.length) {
|
|
7214
|
+
childNodes = Array.from(childNodes).filter((item) => item.nodeType !== 3).map((item) => {
|
|
7215
|
+
return item;
|
|
7216
|
+
});
|
|
7217
|
+
setPaddingLeft(childNodes);
|
|
7218
|
+
}
|
|
7219
|
+
};
|
|
7220
|
+
onMounted(() => {
|
|
7221
|
+
handleSlots();
|
|
7222
|
+
state.observer = new MutationObserver(function() {
|
|
7223
|
+
state.count = 1;
|
|
7224
|
+
handleSlots();
|
|
7225
|
+
});
|
|
7226
|
+
state.observer.observe(list.value, {
|
|
7227
|
+
attributes: false,
|
|
7228
|
+
childList: true,
|
|
7229
|
+
characterData: false,
|
|
7230
|
+
subtree: false
|
|
7231
|
+
});
|
|
7232
|
+
});
|
|
7233
|
+
return __spreadProps(__spreadValues({}, toRefs(state)), {
|
|
7234
|
+
list,
|
|
7235
|
+
classes
|
|
7236
|
+
});
|
|
7237
|
+
}
|
|
7238
|
+
});
|
|
7239
|
+
const _hoisted_1$v = { class: "nut-sidenavbar__content" };
|
|
7240
|
+
const _hoisted_2$q = {
|
|
7241
|
+
class: "nut-sidenavbar__content__list",
|
|
7242
|
+
ref: "list"
|
|
7243
|
+
};
|
|
7244
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7245
|
+
return openBlock(), createElementBlock("view", {
|
|
7246
|
+
class: normalizeClass(_ctx.classes)
|
|
7247
|
+
}, [
|
|
7248
|
+
createElementVNode("view", _hoisted_1$v, [
|
|
7249
|
+
createElementVNode("view", _hoisted_2$q, [
|
|
7250
|
+
renderSlot(_ctx.$slots, "default")
|
|
7251
|
+
], 512)
|
|
7252
|
+
])
|
|
7253
|
+
], 2);
|
|
7254
|
+
}
|
|
7255
|
+
var SideNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$B]]);
|
|
7256
|
+
const { componentName: componentName$t, create: create$E } = createComponent("sidenavbaritem");
|
|
7257
|
+
const _sfc_main$E = create$E({
|
|
7258
|
+
props: {
|
|
7259
|
+
title: {
|
|
7260
|
+
type: String,
|
|
7261
|
+
default: ""
|
|
7262
|
+
},
|
|
7263
|
+
ikey: {
|
|
7264
|
+
type: String,
|
|
7265
|
+
default: ""
|
|
7266
|
+
}
|
|
7267
|
+
},
|
|
7268
|
+
emits: ["click"],
|
|
7269
|
+
setup: (props, context) => {
|
|
7270
|
+
const classes = computed(() => {
|
|
7271
|
+
const prefixCls = componentName$t;
|
|
7272
|
+
return {
|
|
7273
|
+
[prefixCls]: true
|
|
7274
|
+
};
|
|
7275
|
+
});
|
|
7276
|
+
const handleClick = () => {
|
|
7277
|
+
context.emit("click");
|
|
7278
|
+
};
|
|
7279
|
+
return {
|
|
7280
|
+
classes,
|
|
7281
|
+
handleClick
|
|
7282
|
+
};
|
|
7283
|
+
}
|
|
7284
|
+
});
|
|
7285
|
+
const _hoisted_1$u = ["ikey"];
|
|
7286
|
+
const _hoisted_2$p = { class: "nut-sidenavbaritem__title" };
|
|
7287
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7288
|
+
return openBlock(), createElementBlock("view", {
|
|
7289
|
+
class: "nut-sidenavbaritem",
|
|
7290
|
+
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.handleClick && _ctx.handleClick(...args), ["stop"])),
|
|
7291
|
+
ikey: _ctx.ikey
|
|
7292
|
+
}, [
|
|
7293
|
+
createElementVNode("span", _hoisted_2$p, toDisplayString(_ctx.title), 1)
|
|
7294
|
+
], 8, _hoisted_1$u);
|
|
7295
|
+
}
|
|
7296
|
+
var SideNavBarItem = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$A]]);
|
|
7297
|
+
const { componentName: componentName$s, create: create$D } = createComponent("subsidenavbar");
|
|
7298
|
+
const _sfc_main$D = create$D({
|
|
7299
|
+
props: {
|
|
7300
|
+
title: {
|
|
7301
|
+
type: String,
|
|
7302
|
+
default: ""
|
|
7303
|
+
},
|
|
7304
|
+
ikey: {
|
|
7305
|
+
type: [String, Number],
|
|
7306
|
+
default: ""
|
|
7307
|
+
},
|
|
7308
|
+
open: {
|
|
7309
|
+
type: Boolean,
|
|
7310
|
+
default: true
|
|
7311
|
+
}
|
|
7312
|
+
},
|
|
7313
|
+
emits: ["title-click"],
|
|
7314
|
+
setup: (props, context) => {
|
|
7315
|
+
const state = reactive({
|
|
7316
|
+
direction: ""
|
|
7317
|
+
});
|
|
7318
|
+
const classes = computed(() => {
|
|
7319
|
+
const prefixCls = componentName$s;
|
|
7320
|
+
return {
|
|
7321
|
+
[prefixCls]: true
|
|
7322
|
+
};
|
|
7323
|
+
});
|
|
7324
|
+
const style = computed(() => {
|
|
7325
|
+
return {
|
|
7326
|
+
height: !state.direction ? "auto" : "0px"
|
|
7327
|
+
};
|
|
7328
|
+
});
|
|
7329
|
+
const handleClick = () => {
|
|
7330
|
+
context.emit("title-click");
|
|
7331
|
+
state.direction = !state.direction ? "up" : "";
|
|
7332
|
+
};
|
|
7333
|
+
onMounted(() => {
|
|
7334
|
+
state.direction = props.open ? "" : "up";
|
|
7335
|
+
});
|
|
7336
|
+
return __spreadProps(__spreadValues({}, toRefs(state)), {
|
|
7337
|
+
classes,
|
|
7338
|
+
style,
|
|
7339
|
+
handleClick
|
|
7340
|
+
});
|
|
7341
|
+
}
|
|
7342
|
+
});
|
|
7343
|
+
const _hoisted_1$t = ["ikey"];
|
|
7344
|
+
const _hoisted_2$o = { class: "nut-subsidenavbar__title__text" };
|
|
7345
|
+
const _hoisted_3$k = { class: "nut-subsidenavbar__title__icon" };
|
|
7346
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7347
|
+
const _component_nut_icon = resolveComponent("nut-icon");
|
|
7348
|
+
return openBlock(), createElementBlock("view", {
|
|
7349
|
+
class: normalizeClass(_ctx.classes),
|
|
7350
|
+
ikey: _ctx.ikey
|
|
7351
|
+
}, [
|
|
7352
|
+
createElementVNode("view", {
|
|
7353
|
+
class: "nut-subsidenavbar__title",
|
|
7354
|
+
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.handleClick && _ctx.handleClick(...args), ["stop"]))
|
|
7355
|
+
}, [
|
|
7356
|
+
createElementVNode("span", _hoisted_2$o, toDisplayString(_ctx.title), 1),
|
|
7357
|
+
createElementVNode("span", _hoisted_3$k, [
|
|
7358
|
+
createVNode(_component_nut_icon, {
|
|
7359
|
+
name: "down-arrow",
|
|
7360
|
+
class: normalizeClass(_ctx.direction)
|
|
7361
|
+
}, null, 8, ["class"])
|
|
7362
|
+
])
|
|
7363
|
+
]),
|
|
7364
|
+
createElementVNode("view", {
|
|
7365
|
+
class: normalizeClass(["nut-subsidenavbar__list", !_ctx.direction ? "nutFadeIn" : "nutFadeOut"]),
|
|
7366
|
+
style: normalizeStyle(_ctx.style)
|
|
7367
|
+
}, [
|
|
7368
|
+
renderSlot(_ctx.$slots, "default")
|
|
7369
|
+
], 6)
|
|
7370
|
+
], 10, _hoisted_1$t);
|
|
7371
|
+
}
|
|
7372
|
+
var SubSideNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$z]]);
|
|
7070
7373
|
const Utils = {
|
|
7071
7374
|
isLeapYear: function(y) {
|
|
7072
7375
|
return y % 4 == 0 && y % 100 != 0 || y % 400 == 0;
|
|
@@ -7744,7 +8047,7 @@ var Calendar = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$
|
|
|
7744
8047
|
const { create: create$A, componentName: componentName$r } = createComponent("checkbox");
|
|
7745
8048
|
const _sfc_main$A = create$A({
|
|
7746
8049
|
components: {
|
|
7747
|
-
nutIcon: _sfc_main$
|
|
8050
|
+
nutIcon: _sfc_main$1o
|
|
7748
8051
|
},
|
|
7749
8052
|
props: {
|
|
7750
8053
|
modelValue: {
|
|
@@ -7800,7 +8103,7 @@ const _sfc_main$A = create$A({
|
|
|
7800
8103
|
};
|
|
7801
8104
|
const renderIcon = () => {
|
|
7802
8105
|
const { iconName, iconSize, iconActiveName } = props;
|
|
7803
|
-
return h(_sfc_main$
|
|
8106
|
+
return h(_sfc_main$1o, {
|
|
7804
8107
|
name: !pValue.value ? iconName : iconActiveName,
|
|
7805
8108
|
size: iconSize,
|
|
7806
8109
|
class: color.value
|
|
@@ -8514,8 +8817,6 @@ const _sfc_main$w = create$w({
|
|
|
8514
8817
|
}
|
|
8515
8818
|
};
|
|
8516
8819
|
const generateValue = (min, max, val, type) => {
|
|
8517
|
-
if (!(max > min))
|
|
8518
|
-
return;
|
|
8519
8820
|
const arr = [];
|
|
8520
8821
|
let index = 0;
|
|
8521
8822
|
while (min <= max) {
|
|
@@ -8552,6 +8853,7 @@ const _sfc_main$w = create$w({
|
|
|
8552
8853
|
return 0;
|
|
8553
8854
|
};
|
|
8554
8855
|
const columns = computed(() => {
|
|
8856
|
+
console.log(ranges.value);
|
|
8555
8857
|
const val = ranges.value.map((res) => {
|
|
8556
8858
|
return generateValue(res.range[0], res.range[1], getDateIndex(res.type), res.type);
|
|
8557
8859
|
});
|
|
@@ -8651,8 +8953,8 @@ const _sfc_main$v = create$v({
|
|
|
8651
8953
|
};
|
|
8652
8954
|
const emitChange = (value, event) => {
|
|
8653
8955
|
let output_value = fixedDecimalPlaces(value);
|
|
8654
|
-
emit("change", output_value, event);
|
|
8655
8956
|
emit("update:modelValue", output_value, event);
|
|
8957
|
+
emit("change", output_value, event);
|
|
8656
8958
|
};
|
|
8657
8959
|
const addAllow = (value = Number(props.modelValue)) => {
|
|
8658
8960
|
return value < Number(props.max) && !props.disabled;
|
|
@@ -8962,7 +9264,7 @@ const _sfc_main$t = create$t({
|
|
|
8962
9264
|
});
|
|
8963
9265
|
const renderIcon = () => {
|
|
8964
9266
|
const { iconName, iconSize, iconActiveName } = props;
|
|
8965
|
-
return h(_sfc_main$
|
|
9267
|
+
return h(_sfc_main$1o, {
|
|
8966
9268
|
name: isCurValue.value ? iconActiveName : iconName,
|
|
8967
9269
|
size: iconSize,
|
|
8968
9270
|
class: color.value
|
|
@@ -9412,6 +9714,10 @@ const _sfc_main$p = create$p({
|
|
|
9412
9714
|
autosize: {
|
|
9413
9715
|
type: Boolean,
|
|
9414
9716
|
default: false
|
|
9717
|
+
},
|
|
9718
|
+
autofocus: {
|
|
9719
|
+
type: Boolean,
|
|
9720
|
+
default: false
|
|
9415
9721
|
}
|
|
9416
9722
|
},
|
|
9417
9723
|
emits: ["update:modelValue", "change", "blur", "focus"],
|
|
@@ -9433,8 +9739,8 @@ const _sfc_main$p = create$p({
|
|
|
9433
9739
|
if (props.maxLength && value.length > Number(props.maxLength)) {
|
|
9434
9740
|
value = value.substring(0, Number(props.maxLength));
|
|
9435
9741
|
}
|
|
9436
|
-
emit("change", value, event);
|
|
9437
9742
|
emit("update:modelValue", value, event);
|
|
9743
|
+
emit("change", value, event);
|
|
9438
9744
|
};
|
|
9439
9745
|
const change = (event) => {
|
|
9440
9746
|
const input = event.target;
|
|
@@ -9466,7 +9772,7 @@ const _sfc_main$p = create$p({
|
|
|
9466
9772
|
};
|
|
9467
9773
|
}
|
|
9468
9774
|
});
|
|
9469
|
-
const _hoisted_1$m = ["rows", "disabled", "readonly", "value", "maxlength", "placeholder"];
|
|
9775
|
+
const _hoisted_1$m = ["rows", "disabled", "readonly", "value", "maxlength", "placeholder", "autofocus"];
|
|
9470
9776
|
const _hoisted_2$j = {
|
|
9471
9777
|
key: 0,
|
|
9472
9778
|
class: "nut-textarea__limit"
|
|
@@ -9486,7 +9792,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9486
9792
|
onBlur: _cache[1] || (_cache[1] = (...args) => _ctx.blur && _ctx.blur(...args)),
|
|
9487
9793
|
onFocus: _cache[2] || (_cache[2] = (...args) => _ctx.focus && _ctx.focus(...args)),
|
|
9488
9794
|
maxlength: _ctx.maxLength,
|
|
9489
|
-
placeholder: _ctx.placeholder
|
|
9795
|
+
placeholder: _ctx.placeholder,
|
|
9796
|
+
autofocus: _ctx.autofocus
|
|
9490
9797
|
}, null, 44, _hoisted_1$m),
|
|
9491
9798
|
_ctx.limitShow ? (openBlock(), createElementBlock("view", _hoisted_2$j, toDisplayString(_ctx.modelValue ? _ctx.modelValue.length : 0) + "/" + toDisplayString(_ctx.maxLength), 1)) : createCommentVNode("", true)
|
|
9492
9799
|
], 2);
|
|
@@ -11323,16 +11630,16 @@ const component$2 = {
|
|
|
11323
11630
|
setup(props, { emit, slots }) {
|
|
11324
11631
|
const formErrorTip = computed(() => reactive({}));
|
|
11325
11632
|
provide("formErrorTip", formErrorTip);
|
|
11326
|
-
const
|
|
11327
|
-
Object.keys(value).forEach((item) => {
|
|
11633
|
+
const clearErrorTips = (value = props.modelValue) => {
|
|
11634
|
+
Object.keys(formErrorTip.value).forEach((item) => {
|
|
11328
11635
|
formErrorTip.value[item] = "";
|
|
11329
11636
|
});
|
|
11330
11637
|
};
|
|
11331
11638
|
const reset = () => {
|
|
11332
|
-
|
|
11639
|
+
clearErrorTips();
|
|
11333
11640
|
};
|
|
11334
11641
|
watch(() => props.modelValue, (value) => {
|
|
11335
|
-
|
|
11642
|
+
clearErrorTips(value);
|
|
11336
11643
|
}, { immediate: true });
|
|
11337
11644
|
const findFormItem = (vnodes) => {
|
|
11338
11645
|
let task = [];
|
|
@@ -11345,7 +11652,7 @@ const component$2 = {
|
|
|
11345
11652
|
prop: (_a = vnode.props) == null ? void 0 : _a["prop"],
|
|
11346
11653
|
rules: ((_b = vnode.props) == null ? void 0 : _b["rules"]) || []
|
|
11347
11654
|
});
|
|
11348
|
-
} else if ((_c = vnode.children) == null ? void 0 : _c.length) {
|
|
11655
|
+
} else if (Array.isArray(vnode.children) && ((_c = vnode.children) == null ? void 0 : _c.length)) {
|
|
11349
11656
|
task = task.concat(findFormItem(vnode.children));
|
|
11350
11657
|
}
|
|
11351
11658
|
});
|
|
@@ -11368,7 +11675,10 @@ const component$2 = {
|
|
|
11368
11675
|
const getPropByPath = (obj, keyPath) => {
|
|
11369
11676
|
return keyPath.split(".").reduce((prev, curr) => prev[curr], obj);
|
|
11370
11677
|
};
|
|
11371
|
-
|
|
11678
|
+
if (!prop) {
|
|
11679
|
+
console.warn("[NutUI] <FormItem> \u4F7F\u7528 rules \u6821\u9A8C\u89C4\u5219\u65F6 , \u5FC5\u987B\u8BBE\u7F6E prop \u53C2\u6570");
|
|
11680
|
+
}
|
|
11681
|
+
let value = getPropByPath(props.modelValue, prop || "");
|
|
11372
11682
|
tipMessage({ prop, message: "" });
|
|
11373
11683
|
while (rules.length) {
|
|
11374
11684
|
const { required, validator, regex, message } = rules.shift();
|
|
@@ -12590,7 +12900,6 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12590
12900
|
class: "region-item-icon",
|
|
12591
12901
|
type: "self",
|
|
12592
12902
|
name: _ctx.selectedIcon,
|
|
12593
|
-
color: "#FA2C19",
|
|
12594
12903
|
size: "13px"
|
|
12595
12904
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
12596
12905
|
createTextVNode(toDisplayString(item.name), 1)
|
|
@@ -12635,9 +12944,8 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12635
12944
|
class: "exist-item-icon",
|
|
12636
12945
|
type: "self",
|
|
12637
12946
|
name: item.selectedAddress ? _ctx.selectedIcon : _ctx.defaultIcon,
|
|
12638
|
-
color: item.selectedAddress ? "#FA2C19" : "",
|
|
12639
12947
|
size: "13px"
|
|
12640
|
-
}, null, 8, ["name"
|
|
12948
|
+
}, null, 8, ["name"]),
|
|
12641
12949
|
createElementVNode("div", _hoisted_18, [
|
|
12642
12950
|
item.name && item.phone ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
12643
12951
|
createElementVNode("div", _hoisted_20, toDisplayString(item.name), 1),
|
|
@@ -13789,6 +14097,11 @@ const component = (componentName2) => {
|
|
|
13789
14097
|
state.curData = typeof item.sorter === "function" ? state.curData.sort(item.sorter) : item.sorter === "default" ? state.curData.sort() : state.curData;
|
|
13790
14098
|
}
|
|
13791
14099
|
};
|
|
14100
|
+
const sortDataItem = () => {
|
|
14101
|
+
return props.columns.map((value) => {
|
|
14102
|
+
return value.key;
|
|
14103
|
+
});
|
|
14104
|
+
};
|
|
13792
14105
|
watch(() => props.data, (val) => {
|
|
13793
14106
|
state.curData = val.slice();
|
|
13794
14107
|
});
|
|
@@ -13796,7 +14109,8 @@ const component = (componentName2) => {
|
|
|
13796
14109
|
classes,
|
|
13797
14110
|
cellClasses,
|
|
13798
14111
|
getColumnItem,
|
|
13799
|
-
handleSorterClick
|
|
14112
|
+
handleSorterClick,
|
|
14113
|
+
sortDataItem
|
|
13800
14114
|
});
|
|
13801
14115
|
}
|
|
13802
14116
|
};
|
|
@@ -13854,7 +14168,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13854
14168
|
class: "nut-table__main__body__tr",
|
|
13855
14169
|
key: item
|
|
13856
14170
|
}, [
|
|
13857
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
14171
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sortDataItem(), (value) => {
|
|
13858
14172
|
return openBlock(), createElementBlock("span", {
|
|
13859
14173
|
class: normalizeClass(["nut-table__main__body__tr__td", _ctx.cellClasses(_ctx.getColumnItem(value))]),
|
|
13860
14174
|
key: value
|
|
@@ -13888,7 +14202,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13888
14202
|
}
|
|
13889
14203
|
var Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
13890
14204
|
function install(app) {
|
|
13891
|
-
const packages = [Avatar, Button, Cell, CellGroup, _sfc_main$
|
|
14205
|
+
const packages = [Avatar, Button, Cell, CellGroup, _sfc_main$1o, Price, OverLay, Divider, _sfc_main$1h, Col, Row, _ImagePreview, Swipe, ActionSheet, BackTop, Collapse, CollapseItem, Drag, _Dialog, InfiniteLoading, NotifyFunction, Range, Video, Popup, _sfc_main$$, Step, Swiper, SwiperItem, Switch, ToastFunction, Progress, CircleProgress, NoticeBar, SearchBar, Empty, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, _sfc_main$H, GridItem, SideNavBar, SideNavBarItem, SubSideNavBar, Calendar, _sfc_main$A, _sfc_main$z, DatePicker, InputNumber, Input, _sfc_main$t, _sfc_main$s, Rate, Picker, ShortPassword, TextArea, Uploader, CountUp, NumberKeyboard, CountDown, Badge, Tag, Popover, Form, FormItem, Skeleton, Cascader, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Table];
|
|
13892
14206
|
packages.forEach((item) => {
|
|
13893
14207
|
if (item.install) {
|
|
13894
14208
|
app.use(item);
|
|
@@ -13897,6 +14211,6 @@ function install(app) {
|
|
|
13897
14211
|
}
|
|
13898
14212
|
});
|
|
13899
14213
|
}
|
|
13900
|
-
const version = "3.1.
|
|
14214
|
+
const version = "3.1.15";
|
|
13901
14215
|
var nutui_vue_build = { install, version };
|
|
13902
|
-
export { ActionSheet, Address, Avatar, BackTop, Badge, Barrage, Button, Calendar, Card, Cascader, Cell, CellGroup, _sfc_main$A as Checkbox, _sfc_main$z as CheckboxGroup, CircleProgress, Col, Collapse, CollapseItem, CountDown, CountUp, DatePicker, _Dialog as Dialog, Divider, Drag, Elevator, Empty, FixedNav, Form, FormItem, _sfc_main$
|
|
14216
|
+
export { ActionSheet, Address, Avatar, BackTop, Badge, Barrage, Button, Calendar, Card, Cascader, Cell, CellGroup, _sfc_main$A as Checkbox, _sfc_main$z as CheckboxGroup, CircleProgress, Col, Collapse, CollapseItem, CountDown, CountUp, DatePicker, _Dialog as Dialog, Divider, Drag, Elevator, Empty, FixedNav, Form, FormItem, _sfc_main$H as Grid, GridItem, _sfc_main$1o as Icon, _ImagePreview as ImagePreview, Indicator, InfiniteLoading, Input, InputNumber, _sfc_main$1h as Layout, Menu, MenuItem, Navbar, NoticeBar, NotifyFunction as Notify, NumberKeyboard, OverLay, Pagination, Picker, Popover, Popup, Price, Progress, _sfc_main$t as Radio, _sfc_main$s as RadioGroup, Range, Rate, Row, SearchBar, ShortPassword, SideNavBar, SideNavBarItem, Signature, Skeleton, Sku, Step, _sfc_main$$ as Steps, SubSideNavBar, Swipe, Swiper, SwiperItem, Switch, TabPane, Tabbar, TabbarItem, Table, Tabs, Tag, TextArea, TimeDetail, TimePannel, TimeSelect, ToastFunction as Toast, Uploader, Video, nutui_vue_build as default, install, version };
|