@nutui/nutui 3.2.0 → 3.2.2
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 +62 -0
- package/README.md +5 -3
- package/dist/nutui.es.js +1563 -1402
- package/dist/nutui.umd.js +1567 -1405
- package/dist/packages/_es/ActionSheet.js +22 -4
- package/dist/packages/_es/Address.js +39 -20
- package/dist/packages/_es/AddressList.js +2 -4
- package/dist/packages/_es/Animate.js +21 -2
- package/dist/packages/_es/Audio.js +22 -5
- package/dist/packages/_es/AudioOperate.js +22 -5
- package/dist/packages/_es/Avatar.js +23 -9
- package/dist/packages/_es/AvatarGroup.js +1 -1
- package/dist/packages/_es/BackTop.js +2 -2
- package/dist/packages/_es/Badge.js +1 -1
- package/dist/packages/_es/Barrage.js +1 -1
- package/dist/packages/_es/Button.js +6 -5
- package/dist/packages/_es/Calendar.js +10 -4
- package/dist/packages/_es/CalendarItem.js +1 -1
- package/dist/packages/_es/Card.js +1 -1
- package/dist/packages/_es/Cascader.js +46 -19
- package/dist/packages/_es/Category.js +2 -2
- package/dist/packages/_es/CategoryPane.js +10 -10
- package/dist/packages/_es/Cell.js +8 -9
- 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 +5 -11
- package/dist/packages/_es/Collapse.js +1 -1
- package/dist/packages/_es/CollapseItem.js +36 -17
- package/dist/packages/_es/Comment.js +1 -1
- package/dist/packages/_es/ConfigProvider.js +1 -1
- package/dist/packages/_es/CountDown.js +23 -5
- package/dist/packages/_es/CountUp.js +22 -5
- package/dist/packages/_es/DatePicker.js +31 -9
- package/dist/packages/_es/Dialog.js +23 -5
- package/dist/packages/_es/Divider.js +24 -7
- package/dist/packages/_es/Drag.js +4 -4
- package/dist/packages/_es/Ecard.js +1 -1
- package/dist/packages/_es/Elevator.js +24 -5
- package/dist/packages/_es/Ellipsis.js +21 -2
- package/dist/packages/_es/Empty.js +1 -1
- package/dist/packages/_es/FixedNav.js +18 -14
- package/dist/packages/_es/Form.js +2 -2
- package/dist/packages/_es/FormItem.js +5 -4
- package/dist/packages/_es/Grid.js +1 -1
- package/dist/packages/_es/GridItem.js +6 -5
- package/dist/packages/_es/Icon.js +1 -1
- package/dist/packages/_es/Image.js +21 -2
- package/dist/packages/_es/ImagePreview.js +28 -13
- package/dist/packages/_es/Indicator.js +1 -1
- package/dist/packages/_es/InfiniteLoading.js +27 -14
- package/dist/packages/_es/Input.js +70 -68
- package/dist/packages/_es/InputNumber.js +20 -14
- package/dist/packages/_es/Invoice.js +156 -0
- package/dist/packages/_es/Layout.js +1 -1
- package/dist/packages/_es/List.js +22 -4
- package/dist/packages/_es/Menu.js +6 -5
- package/dist/packages/_es/MenuItem.js +25 -8
- package/dist/packages/_es/Navbar.js +11 -9
- package/dist/packages/_es/NoticeBar.js +26 -9
- package/dist/packages/_es/Notify.js +34 -13
- package/dist/packages/_es/NumberKeyboard.js +10 -12
- package/dist/packages/_es/OldPicker.js +28 -12
- package/dist/packages/_es/OverLay.js +20 -5
- package/dist/packages/_es/Pagination.js +1 -1
- package/dist/packages/_es/Picker.js +63 -17
- package/dist/packages/_es/Popover.js +25 -10
- package/dist/packages/_es/Popup.js +31 -17
- package/dist/packages/_es/Price.js +1 -1
- package/dist/packages/_es/Progress.js +4 -5
- package/dist/packages/_es/PullRefresh.js +20 -5
- package/dist/packages/_es/Radio.js +3 -3
- package/dist/packages/_es/RadioGroup.js +1 -1
- package/dist/packages/_es/Range.js +24 -5
- package/dist/packages/_es/Rate.js +24 -5
- package/dist/packages/_es/Row.js +5 -11
- package/dist/packages/_es/SearchBar.js +44 -11
- package/dist/packages/_es/ShortPassword.js +1 -1
- package/dist/packages/_es/SideNavBar.js +22 -4
- package/dist/packages/_es/SideNavBarItem.js +1 -1
- package/dist/packages/_es/Signature.js +21 -2
- package/dist/packages/_es/Skeleton.js +1 -1
- package/dist/packages/_es/Sku.js +22 -4
- package/dist/packages/_es/Step.js +27 -8
- package/dist/packages/_es/Steps.js +1 -1
- package/dist/packages/_es/Sticky.js +1 -1
- package/dist/packages/_es/SubSideNavBar.js +22 -4
- package/dist/packages/_es/Swipe.js +24 -5
- package/dist/packages/_es/Swiper.js +1 -1
- package/dist/packages/_es/SwiperItem.js +1 -1
- package/dist/packages/_es/Switch.js +6 -5
- package/dist/packages/_es/TabPane.js +1 -1
- package/dist/packages/_es/Tabbar.js +1 -1
- package/dist/packages/_es/TabbarItem.js +13 -14
- package/dist/packages/_es/Table.js +22 -4
- package/dist/packages/_es/Tabs.js +32 -10
- package/dist/packages/_es/Tag.js +11 -15
- package/dist/packages/_es/TextArea.js +1 -1
- package/dist/packages/_es/TimeDetail.js +24 -5
- package/dist/packages/_es/TimePannel.js +22 -4
- package/dist/packages/_es/TimeSelect.js +1 -1
- package/dist/packages/_es/Toast.js +46 -25
- package/dist/packages/_es/Uploader.js +49 -30
- package/dist/packages/_es/Video.js +24 -6
- package/dist/packages/_es/WaterMark.js +21 -5
- package/dist/packages/_es/common.js +2 -2
- package/dist/packages/_es/component.js +5 -5
- 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/index4.js +1 -1
- package/dist/packages/_es/index5.js +28 -11
- 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/style.css +1 -111
- package/dist/packages/address/index.scss +17 -0
- package/dist/packages/addresslist/index.scss +57 -17
- package/dist/packages/button/index.scss +1 -0
- package/dist/packages/category/index.scss +25 -4
- package/dist/packages/categorypane/index.scss +18 -65
- package/dist/packages/fixednav/index.scss +7 -0
- package/dist/packages/invoice/index.scss +33 -0
- package/dist/packages/locale/lang/baseLang.js +1 -1
- package/dist/packages/locale/lang/en-US.js +1 -1
- package/dist/packages/locale/lang/id-ID.js +1 -1
- package/dist/packages/locale/lang/index.js +1 -1
- package/dist/packages/locale/lang/zh-CN.js +1 -1
- package/dist/packages/locale/lang/zh-TW.js +1 -1
- package/dist/packages/menu/index.scss +14 -2
- package/dist/packages/menuitem/index.scss +11 -1
- package/dist/packages/navbar/index.scss +6 -8
- package/dist/packages/picker/index.scss +8 -0
- package/dist/packages/price/index.scss +1 -1
- package/dist/packages/radio/index.scss +1 -0
- package/dist/packages/searchbar/index.scss +2 -0
- package/dist/packages/step/index.scss +52 -0
- package/dist/packages/swiper/index.scss +2 -0
- package/dist/packages/swiperitem/index.scss +3 -0
- package/dist/packages/tag/index.scss +20 -0
- package/dist/packages/textarea/index.scss +4 -1
- package/dist/packages/toast/index.scss +3 -0
- package/dist/packages/watermark/index.scss +1 -1
- package/dist/smartips/attributes.json +70 -14
- package/dist/smartips/tags.json +34 -15
- package/dist/smartips/web-types.json +150 -16
- package/dist/style.css +1 -1
- package/dist/style.es.js +1 -1
- package/dist/styles/themes/default.scss +55 -54
- package/dist/styles/themes/jdb.scss +55 -54
- package/dist/styles/themes/jdt.scss +55 -54
- package/dist/styles/variables-jdb.scss +26 -8
- package/dist/styles/variables-jdt.scss +26 -8
- package/dist/styles/variables.scss +25 -8
- package/dist/types/__VUE/actionsheet/index.vue.d.ts +3 -3
- package/dist/types/__VUE/address/index.vue.d.ts +4 -4
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +14 -71
- package/dist/types/__VUE/avatar/index.vue.d.ts +4 -4
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/backtop/index.vue.d.ts +5 -8
- package/dist/types/__VUE/badge/index.vue.d.ts +2 -2
- package/dist/types/__VUE/button/index.vue.d.ts +2 -2
- package/dist/types/__VUE/calendar/index.vue.d.ts +8 -1
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/cascader/index.vue.d.ts +2 -2
- package/dist/types/__VUE/cell/index.vue.d.ts +15 -8
- package/dist/types/__VUE/col/index.vue.d.ts +2 -5
- package/dist/types/__VUE/collapse/index.vue.d.ts +2 -2
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +2 -2
- package/dist/types/__VUE/datepicker/index.vue.d.ts +9 -2
- package/dist/types/__VUE/dialog/index.vue.d.ts +2 -2
- package/dist/types/__VUE/divider/index.vue.d.ts +2 -2
- package/dist/types/__VUE/fixednav/common.d.ts +56 -0
- package/dist/types/__VUE/fixednav/index.vue.d.ts +18 -10
- package/dist/types/__VUE/formitem/index.vue.d.ts +1 -0
- package/dist/types/__VUE/grid/index.vue.d.ts +5 -5
- package/dist/types/__VUE/griditem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/imagepreview/index.d.ts +7 -6
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +3 -3
- package/dist/types/__VUE/imagepreview/types.d.ts +7 -0
- package/dist/types/__VUE/input/index.vue.d.ts +8 -14
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +14 -0
- package/dist/types/__VUE/invoice/index.vue.d.ts +48 -0
- package/dist/types/__VUE/menu/index.vue.d.ts +5 -2
- package/dist/types/__VUE/menuitem/index.vue.d.ts +0 -3
- package/dist/types/__VUE/noticebar/index.vue.d.ts +3 -3
- package/dist/types/__VUE/notify/index.d.ts +15 -5
- package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +2 -2
- package/dist/types/__VUE/oldpicker/index.vue.d.ts +3 -3
- package/dist/types/__VUE/picker/Column.vue.d.ts +8 -0
- package/dist/types/__VUE/picker/index.vue.d.ts +20 -3
- package/dist/types/__VUE/popover/index.vue.d.ts +6 -6
- package/dist/types/__VUE/popup/index.vue.d.ts +4 -4
- package/dist/types/__VUE/radio/index.vue.d.ts +3 -3
- package/dist/types/__VUE/range/index.vue.d.ts +1 -1
- package/dist/types/__VUE/rate/index.vue.d.ts +2 -2
- package/dist/types/__VUE/row/index.vue.d.ts +2 -5
- package/dist/types/__VUE/searchbar/index.vue.d.ts +18 -3
- package/dist/types/__VUE/shortpassword/index.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/index.vue.d.ts +3 -3
- package/dist/types/__VUE/step/index.vue.d.ts +2 -2
- package/dist/types/__VUE/swipe/index.vue.d.ts +2 -2
- package/dist/types/__VUE/switch/index.vue.d.ts +2 -2
- package/dist/types/__VUE/tabbaritem/index.vue.d.ts +2 -2
- package/dist/types/__VUE/toast/index.vue.d.ts +5 -2
- package/dist/types/__VUE/uploader/index.vue.d.ts +2 -2
- package/dist/types/__VUE/video/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/nutui.d.ts +2 -1
- package/package.json +2 -1
|
@@ -1,9 +1,28 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
6
|
-
import { ref, reactive, computed, onMounted, onBeforeUnmount, onBeforeMount, onActivated, onDeactivated, watch, toRefs, resolveComponent, openBlock, createBlock, Teleport, normalizeClass, normalizeStyle, createCommentVNode, createVNode, Transition, withCtx, withDirectives, createElementVNode, renderSlot, createElementBlock, vShow } from "vue";
|
|
25
|
+
import { ref, reactive, computed, onMounted, onBeforeUnmount, onBeforeMount, onActivated, onDeactivated, watch, toRefs, resolveComponent, openBlock, createBlock, Teleport, normalizeClass, normalizeStyle, createCommentVNode, createVNode, Transition, withCtx, withDirectives, createElementVNode, renderSlot, createElementBlock, mergeProps, vShow } from "vue";
|
|
7
26
|
import overlay, { overlayProps } from "./OverLay.js";
|
|
8
27
|
import _sfc_main$1 from "./Icon.js";
|
|
9
28
|
import { c as createComponent } from "./component.js";
|
|
@@ -29,8 +48,7 @@ const useLockScroll = (isLock) => {
|
|
|
29
48
|
};
|
|
30
49
|
const { componentName, create } = createComponent("popup");
|
|
31
50
|
let _zIndex = 2e3;
|
|
32
|
-
const popupProps = {
|
|
33
|
-
...overlayProps,
|
|
51
|
+
const popupProps = __spreadProps(__spreadValues({}, overlayProps), {
|
|
34
52
|
position: {
|
|
35
53
|
type: String,
|
|
36
54
|
default: "center"
|
|
@@ -79,15 +97,13 @@ const popupProps = {
|
|
|
79
97
|
type: Boolean,
|
|
80
98
|
default: false
|
|
81
99
|
}
|
|
82
|
-
};
|
|
100
|
+
});
|
|
83
101
|
const _sfc_main = create({
|
|
84
102
|
components: {
|
|
85
103
|
[overlay.name]: overlay,
|
|
86
104
|
[_sfc_main$1.name]: _sfc_main$1
|
|
87
105
|
},
|
|
88
|
-
props: {
|
|
89
|
-
...popupProps
|
|
90
|
-
},
|
|
106
|
+
props: __spreadValues({}, popupProps),
|
|
91
107
|
emits: ["click", "click-close-icon", "open", "close", "opend", "closed", "update:visible", "click-overlay"],
|
|
92
108
|
setup(props, { emit }) {
|
|
93
109
|
const popupRef = ref();
|
|
@@ -111,11 +127,10 @@ const _sfc_main = create({
|
|
|
111
127
|
};
|
|
112
128
|
});
|
|
113
129
|
const popStyle = computed(() => {
|
|
114
|
-
return {
|
|
130
|
+
return __spreadValues({
|
|
115
131
|
zIndex: state.zIndex,
|
|
116
|
-
animationDuration: props.duration ? `${props.duration}s` : "initial"
|
|
117
|
-
|
|
118
|
-
};
|
|
132
|
+
animationDuration: props.duration ? `${props.duration}s` : "initial"
|
|
133
|
+
}, props.style);
|
|
119
134
|
});
|
|
120
135
|
const open = () => {
|
|
121
136
|
if (props.zIndex != 2e3) {
|
|
@@ -195,8 +210,7 @@ const _sfc_main = create({
|
|
|
195
210
|
watch(() => props.closeable, (value) => {
|
|
196
211
|
state.closed = value;
|
|
197
212
|
});
|
|
198
|
-
return {
|
|
199
|
-
...toRefs(state),
|
|
213
|
+
return __spreadProps(__spreadValues({}, toRefs(state)), {
|
|
200
214
|
popStyle,
|
|
201
215
|
classes,
|
|
202
216
|
onClick,
|
|
@@ -205,7 +219,7 @@ const _sfc_main = create({
|
|
|
205
219
|
onOpened,
|
|
206
220
|
onClosed,
|
|
207
221
|
popupRef
|
|
208
|
-
};
|
|
222
|
+
});
|
|
209
223
|
}
|
|
210
224
|
});
|
|
211
225
|
const _hoisted_1 = { key: 1 };
|
|
@@ -245,10 +259,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
245
259
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClickCloseIcon && _ctx.onClickCloseIcon(...args)),
|
|
246
260
|
class: normalizeClass(["nutui-popup__close-icon", "nutui-popup__close-icon--" + _ctx.closeIconPosition])
|
|
247
261
|
}, [
|
|
248
|
-
createVNode(_component_nut_icon, {
|
|
262
|
+
createVNode(_component_nut_icon, mergeProps(_ctx.$attrs, {
|
|
249
263
|
name: _ctx.closeIcon,
|
|
250
264
|
size: "12px"
|
|
251
|
-
}, null,
|
|
265
|
+
}), null, 16, ["name"])
|
|
252
266
|
], 2)) : createCommentVNode("", true)
|
|
253
267
|
], 6), [
|
|
254
268
|
[vShow, _ctx.visible]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
|
-
import { useSlots, ref, computed, onMounted, resolveComponent, openBlock, createElementBlock, createElementVNode, normalizeClass, normalizeStyle, toDisplayString, createCommentVNode, renderSlot, createBlock } from "vue";
|
|
6
|
+
import { useSlots, ref, computed, onMounted, resolveComponent, openBlock, createElementBlock, createElementVNode, normalizeClass, normalizeStyle, toDisplayString, createCommentVNode, renderSlot, createBlock, mergeProps } from "vue";
|
|
7
7
|
import { c as createComponent } from "./component.js";
|
|
8
8
|
import { _ as _export_sfc } from "./plugin-vue_export-helper.js";
|
|
9
9
|
import "../locale/lang";
|
|
@@ -138,12 +138,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
138
138
|
_ctx.status == "active" || _ctx.status == "" ? (openBlock(), createElementBlock("span", {
|
|
139
139
|
key: 0,
|
|
140
140
|
style: normalizeStyle(_ctx.textStyle)
|
|
141
|
-
}, toDisplayString(_ctx.percentage) + toDisplayString(_ctx.isShowPercentage ? "%" : ""), 5)) : _ctx.status == "icon" ? (openBlock(), createBlock(_component_nut_icon, {
|
|
142
|
-
key: 1,
|
|
141
|
+
}, toDisplayString(_ctx.percentage) + toDisplayString(_ctx.isShowPercentage ? "%" : ""), 5)) : _ctx.status == "icon" ? (openBlock(), createBlock(_component_nut_icon, mergeProps({ key: 1 }, _ctx.$attrs, {
|
|
143
142
|
size: "16px",
|
|
144
143
|
name: _ctx.iconName,
|
|
145
144
|
color: _ctx.iconColor
|
|
146
|
-
}, null,
|
|
145
|
+
}), null, 16, ["name", "color"])) : createCommentVNode("", true)
|
|
147
146
|
], 4)) : createCommentVNode("", true)
|
|
148
147
|
]);
|
|
149
148
|
}
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
1
17
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
18
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
19
|
* (c) 2022 @jdf2e.
|
|
4
20
|
* Released under the MIT License.
|
|
5
21
|
*/
|
|
@@ -303,7 +319,7 @@ const _sfc_main = create({
|
|
|
303
319
|
}
|
|
304
320
|
}
|
|
305
321
|
};
|
|
306
|
-
return {
|
|
322
|
+
return __spreadValues({
|
|
307
323
|
scroller,
|
|
308
324
|
touchStart,
|
|
309
325
|
touchMove,
|
|
@@ -315,9 +331,8 @@ const _sfc_main = create({
|
|
|
315
331
|
reachLeft,
|
|
316
332
|
getBottomStyle,
|
|
317
333
|
refreshTopTem,
|
|
318
|
-
refreshBottomTem
|
|
319
|
-
|
|
320
|
-
};
|
|
334
|
+
refreshBottomTem
|
|
335
|
+
}, toRefs(state));
|
|
321
336
|
}
|
|
322
337
|
});
|
|
323
338
|
const _hoisted_1 = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -20,7 +20,7 @@ const _sfc_main = create({
|
|
|
20
20
|
default: "round"
|
|
21
21
|
},
|
|
22
22
|
label: {
|
|
23
|
-
type: [String, Number],
|
|
23
|
+
type: [String, Number, Boolean],
|
|
24
24
|
default: ""
|
|
25
25
|
},
|
|
26
26
|
iconName: {
|
|
@@ -47,7 +47,7 @@ const _sfc_main = create({
|
|
|
47
47
|
setup(props, { emit, slots }) {
|
|
48
48
|
let parent = inject("parent", null);
|
|
49
49
|
const isCurValue = computed(() => {
|
|
50
|
-
return parent.label.value
|
|
50
|
+
return parent.label.value === props.label;
|
|
51
51
|
});
|
|
52
52
|
const color = computed(() => {
|
|
53
53
|
return !props.disabled ? isCurValue.value ? "nut-radio__icon" : "nut-radio__icon--unchecked" : "nut-radio__icon--disable";
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
@@ -275,7 +294,7 @@ const _sfc_main = create({
|
|
|
275
294
|
const value = typeof idx === "number" ? props.modelValue[idx] : props.modelValue;
|
|
276
295
|
return value;
|
|
277
296
|
};
|
|
278
|
-
return {
|
|
297
|
+
return __spreadProps(__spreadValues({
|
|
279
298
|
root,
|
|
280
299
|
classes,
|
|
281
300
|
wrapperStyle,
|
|
@@ -283,8 +302,8 @@ const _sfc_main = create({
|
|
|
283
302
|
onClick,
|
|
284
303
|
onTouchStart,
|
|
285
304
|
onTouchMove,
|
|
286
|
-
onTouchEnd
|
|
287
|
-
|
|
305
|
+
onTouchEnd
|
|
306
|
+
}, toRefs(props)), {
|
|
288
307
|
barStyle,
|
|
289
308
|
curValue,
|
|
290
309
|
buttonIndex,
|
|
@@ -293,7 +312,7 @@ const _sfc_main = create({
|
|
|
293
312
|
marksStyle,
|
|
294
313
|
marksList,
|
|
295
314
|
tickStyle
|
|
296
|
-
};
|
|
315
|
+
});
|
|
297
316
|
}
|
|
298
317
|
});
|
|
299
318
|
const _hoisted_1 = {
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
@@ -132,14 +151,14 @@ const useComponent = (touchable = true) => {
|
|
|
132
151
|
}
|
|
133
152
|
};
|
|
134
153
|
const refRandomId = Math.random().toString(36).slice(-8);
|
|
135
|
-
return {
|
|
136
|
-
classes
|
|
137
|
-
|
|
154
|
+
return __spreadProps(__spreadValues({
|
|
155
|
+
classes
|
|
156
|
+
}, touchMethods), {
|
|
138
157
|
onClick,
|
|
139
158
|
pxCheck,
|
|
140
159
|
rateRefs,
|
|
141
160
|
refRandomId
|
|
142
|
-
};
|
|
161
|
+
});
|
|
143
162
|
}
|
|
144
163
|
};
|
|
145
164
|
};
|
package/dist/packages/_es/Row.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -31,8 +31,8 @@ const _sfc_main = create({
|
|
|
31
31
|
default: "nowrap"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
-
emits: [
|
|
35
|
-
setup(props
|
|
34
|
+
emits: [],
|
|
35
|
+
setup(props) {
|
|
36
36
|
const prefixCls = componentName;
|
|
37
37
|
provide("gutter", props.gutter);
|
|
38
38
|
const getClass = (prefix, type) => {
|
|
@@ -47,20 +47,14 @@ const _sfc_main = create({
|
|
|
47
47
|
${prefixCls}
|
|
48
48
|
`;
|
|
49
49
|
};
|
|
50
|
-
const handleClick = (evt) => {
|
|
51
|
-
evt.stopPropagation();
|
|
52
|
-
emit("click", evt);
|
|
53
|
-
};
|
|
54
50
|
return {
|
|
55
|
-
getClasses
|
|
56
|
-
handleClick
|
|
51
|
+
getClasses
|
|
57
52
|
};
|
|
58
53
|
}
|
|
59
54
|
});
|
|
60
55
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61
56
|
return openBlock(), createElementBlock("view", {
|
|
62
|
-
class: normalizeClass(_ctx.getClasses())
|
|
63
|
-
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args))
|
|
57
|
+
class: normalizeClass(_ctx.getClasses())
|
|
64
58
|
}, [
|
|
65
59
|
renderSlot(_ctx.$slots, "default")
|
|
66
60
|
], 2);
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
@@ -34,6 +53,10 @@ const _sfc_main = create({
|
|
|
34
53
|
type: Boolean,
|
|
35
54
|
default: true
|
|
36
55
|
},
|
|
56
|
+
clearIcon: {
|
|
57
|
+
type: String,
|
|
58
|
+
default: "circle-close"
|
|
59
|
+
},
|
|
37
60
|
background: {
|
|
38
61
|
type: String,
|
|
39
62
|
default: ""
|
|
@@ -42,6 +65,11 @@ const _sfc_main = create({
|
|
|
42
65
|
type: String,
|
|
43
66
|
default: ""
|
|
44
67
|
},
|
|
68
|
+
focusStyle: {
|
|
69
|
+
type: Object,
|
|
70
|
+
default: () => {
|
|
71
|
+
}
|
|
72
|
+
},
|
|
45
73
|
autofocus: {
|
|
46
74
|
type: Boolean,
|
|
47
75
|
default: false
|
|
@@ -93,10 +121,12 @@ const _sfc_main = create({
|
|
|
93
121
|
emit("update:modelValue", val, event);
|
|
94
122
|
emit("change", val, event);
|
|
95
123
|
};
|
|
124
|
+
const focusCss = ref({});
|
|
96
125
|
const valueFocus = (event) => {
|
|
97
126
|
const input = event.target;
|
|
98
127
|
let value = input.value;
|
|
99
128
|
state.active = true;
|
|
129
|
+
focusCss.value = props.focusStyle;
|
|
100
130
|
emit("focus", value, event);
|
|
101
131
|
};
|
|
102
132
|
const valueBlur = (event) => {
|
|
@@ -108,6 +138,7 @@ const _sfc_main = create({
|
|
|
108
138
|
if (props.maxLength && value.length > Number(props.maxLength)) {
|
|
109
139
|
value = value.slice(0, Number(props.maxLength));
|
|
110
140
|
}
|
|
141
|
+
focusCss.value = {};
|
|
111
142
|
emit("blur", value, event);
|
|
112
143
|
};
|
|
113
144
|
const handleClear = (event) => {
|
|
@@ -128,9 +159,10 @@ const _sfc_main = create({
|
|
|
128
159
|
emit("click-right-icon", props.modelValue, event);
|
|
129
160
|
};
|
|
130
161
|
const styleSearchbar = computed(() => {
|
|
131
|
-
|
|
132
|
-
|
|
162
|
+
const style = {
|
|
163
|
+
textAlign: props.inputAlign
|
|
133
164
|
};
|
|
165
|
+
return style;
|
|
134
166
|
});
|
|
135
167
|
const inputsearch = ref(null);
|
|
136
168
|
onMounted(() => {
|
|
@@ -138,9 +170,9 @@ const _sfc_main = create({
|
|
|
138
170
|
inputsearch.value.focus();
|
|
139
171
|
}
|
|
140
172
|
});
|
|
141
|
-
return {
|
|
142
|
-
inputsearch
|
|
143
|
-
|
|
173
|
+
return __spreadProps(__spreadValues({
|
|
174
|
+
inputsearch
|
|
175
|
+
}, toRefs(state)), {
|
|
144
176
|
valueChange,
|
|
145
177
|
valueFocus,
|
|
146
178
|
valueBlur,
|
|
@@ -148,12 +180,13 @@ const _sfc_main = create({
|
|
|
148
180
|
handleSubmit,
|
|
149
181
|
searchbarStyle,
|
|
150
182
|
inputSearchbarStyle,
|
|
183
|
+
focusCss,
|
|
151
184
|
translate,
|
|
152
185
|
clickInput,
|
|
153
186
|
leftIconClick,
|
|
154
187
|
rightIconClick,
|
|
155
188
|
styleSearchbar
|
|
156
|
-
};
|
|
189
|
+
});
|
|
157
190
|
}
|
|
158
191
|
});
|
|
159
192
|
const _hoisted_1 = {
|
|
@@ -182,7 +215,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
182
215
|
])) : createCommentVNode("", true),
|
|
183
216
|
createElementVNode("view", {
|
|
184
217
|
class: "nut-searchbar__search-input",
|
|
185
|
-
style: normalizeStyle(_ctx.inputSearchbarStyle)
|
|
218
|
+
style: normalizeStyle(__spreadValues(__spreadValues({}, _ctx.inputSearchbarStyle), _ctx.focusCss))
|
|
186
219
|
}, [
|
|
187
220
|
_ctx.$slots.leftin ? (openBlock(), createElementBlock("view", {
|
|
188
221
|
key: 0,
|
|
@@ -218,12 +251,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
218
251
|
class: "nut-searchbar__input-clear"
|
|
219
252
|
}, [
|
|
220
253
|
createVNode(_component_nut_icon, {
|
|
221
|
-
name:
|
|
254
|
+
name: _ctx.clearIcon,
|
|
222
255
|
size: "12",
|
|
223
256
|
color: "#555"
|
|
224
|
-
})
|
|
257
|
+
}, null, 8, ["name"])
|
|
225
258
|
], 512)), [
|
|
226
|
-
[vShow, _ctx.modelValue.length > 0]
|
|
259
|
+
[vShow, String(_ctx.modelValue).length > 0]
|
|
227
260
|
]) : createCommentVNode("", true)
|
|
228
261
|
]),
|
|
229
262
|
_ctx.$slots.rightin ? (openBlock(), createElementBlock("view", {
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
@@ -60,11 +79,10 @@ const _sfc_main = create({
|
|
|
60
79
|
subtree: false
|
|
61
80
|
});
|
|
62
81
|
});
|
|
63
|
-
return {
|
|
64
|
-
...toRefs(state),
|
|
82
|
+
return __spreadProps(__spreadValues({}, toRefs(state)), {
|
|
65
83
|
list,
|
|
66
84
|
classes
|
|
67
|
-
};
|
|
85
|
+
});
|
|
68
86
|
}
|
|
69
87
|
});
|
|
70
88
|
const _hoisted_1 = { class: "nut-sidenavbar__content" };
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
@@ -126,7 +145,7 @@ const _sfc_main = create({
|
|
|
126
145
|
addEvent();
|
|
127
146
|
}
|
|
128
147
|
});
|
|
129
|
-
return {
|
|
148
|
+
return __spreadProps(__spreadValues({}, toRefs(state)), { canvas, wrap, isCanvasSupported, confirm, clear, classes, translate });
|
|
130
149
|
}
|
|
131
150
|
});
|
|
132
151
|
const _hoisted_1 = {
|
package/dist/packages/_es/Sku.js
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
1
20
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
21
|
+
* @nutui/nutui v3.2.2 Thu Sep 08 2022 22:10:31 GMT+0800 (中国标准时间)
|
|
3
22
|
* (c) 2022 @jdf2e.
|
|
4
23
|
* Released under the MIT License.
|
|
5
24
|
*/
|
|
@@ -280,8 +299,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
280
299
|
var SkuOperate = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
281
300
|
const { componentName, create, translate } = createComponent("sku");
|
|
282
301
|
const _sfc_main = create({
|
|
283
|
-
props: {
|
|
284
|
-
...popupProps,
|
|
302
|
+
props: __spreadProps(__spreadValues({}, popupProps), {
|
|
285
303
|
sku: {
|
|
286
304
|
type: Array,
|
|
287
305
|
default: []
|
|
@@ -326,7 +344,7 @@ const _sfc_main = create({
|
|
|
326
344
|
type: String,
|
|
327
345
|
default: ""
|
|
328
346
|
}
|
|
329
|
-
},
|
|
347
|
+
}),
|
|
330
348
|
emits: [
|
|
331
349
|
"update:visible",
|
|
332
350
|
"selectSku",
|