@nutui/nutui 3.2.2-beta.1 → 3.2.3
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 +93 -0
- package/README.md +5 -3
- package/dist/nutui.es.js +1460 -973
- package/dist/nutui.umd.js +1470 -981
- package/dist/packages/_es/ActionSheet.js +1 -1
- package/dist/packages/_es/Address.js +1 -1
- package/dist/packages/_es/AddressList.js +6 -7
- package/dist/packages/_es/Animate.js +1 -1
- package/dist/packages/_es/Audio.js +1 -1
- package/dist/packages/_es/AudioOperate.js +2 -3
- package/dist/packages/_es/Avatar.js +2 -2
- 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 +70 -21
- package/dist/packages/_es/Button.js +1 -1
- package/dist/packages/_es/Calendar.js +17 -9
- package/dist/packages/_es/CalendarItem.js +1 -1
- package/dist/packages/_es/Card.js +1 -1
- package/dist/packages/_es/Cascader.js +22 -4
- package/dist/packages/_es/Category.js +1 -1
- package/dist/packages/_es/CategoryPane.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 +4 -4
- package/dist/packages/_es/Col.js +1 -1
- package/dist/packages/_es/Collapse.js +1 -1
- package/dist/packages/_es/CollapseItem.js +1 -1
- package/dist/packages/_es/Comment.js +1 -1
- package/dist/packages/_es/ConfigProvider.js +1 -1
- package/dist/packages/_es/CountDown.js +1 -1
- package/dist/packages/_es/CountUp.js +3 -1
- package/dist/packages/_es/DatePicker.js +8 -3
- package/dist/packages/_es/Dialog.js +3 -3
- package/dist/packages/_es/Divider.js +1 -1
- package/dist/packages/_es/Drag.js +5 -5
- package/dist/packages/_es/Ecard.js +2 -2
- package/dist/packages/_es/Elevator.js +3 -2
- package/dist/packages/_es/Ellipsis.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 +17 -10
- package/dist/packages/_es/FormItem.js +5 -4
- 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/Image.js +1 -1
- package/dist/packages/_es/ImagePreview.js +13 -15
- package/dist/packages/_es/Indicator.js +1 -1
- package/dist/packages/_es/InfiniteLoading.js +1 -1
- package/dist/packages/_es/Input.js +5 -6
- package/dist/packages/_es/InputNumber.js +1 -1
- package/dist/packages/_es/Invoice.js +141 -0
- package/dist/packages/_es/Layout.js +1 -1
- package/dist/packages/_es/List.js +12 -6
- package/dist/packages/_es/Menu.js +1 -1
- package/dist/packages/_es/MenuItem.js +2 -2
- package/dist/packages/_es/Navbar.js +2 -2
- package/dist/packages/_es/NoticeBar.js +2 -2
- package/dist/packages/_es/Notify.js +7 -5
- package/dist/packages/_es/NumberKeyboard.js +12 -14
- package/dist/packages/_es/OldPicker.js +1 -1
- package/dist/packages/_es/OverLay.js +1 -1
- package/dist/packages/_es/Pagination.js +6 -6
- package/dist/packages/_es/Picker.js +19 -4
- package/dist/packages/_es/Popover.js +1 -1
- package/dist/packages/_es/Popup.js +1 -1
- package/dist/packages/_es/Price.js +1 -1
- package/dist/packages/_es/Progress.js +2 -2
- package/dist/packages/_es/PullRefresh.js +1 -1
- package/dist/packages/_es/Radio.js +3 -3
- package/dist/packages/_es/RadioGroup.js +1 -1
- package/dist/packages/_es/Range.js +1 -1
- package/dist/packages/_es/Rate.js +2 -1
- package/dist/packages/_es/Row.js +1 -1
- package/dist/packages/_es/SearchBar.js +21 -7
- package/dist/packages/_es/ShortPassword.js +1 -1
- package/dist/packages/_es/SideNavBar.js +3 -3
- package/dist/packages/_es/SideNavBarItem.js +1 -1
- package/dist/packages/_es/Signature.js +1 -1
- package/dist/packages/_es/Skeleton.js +1 -1
- package/dist/packages/_es/Sku.js +7 -4
- package/dist/packages/_es/Step.js +1 -1
- package/dist/packages/_es/Steps.js +1 -1
- package/dist/packages/_es/Sticky.js +1 -1
- package/dist/packages/_es/SubSideNavBar.js +1 -1
- 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 +1 -1
- package/dist/packages/_es/TabbarItem.js +1 -1
- package/dist/packages/_es/Table.js +1 -1
- package/dist/packages/_es/Tabs.js +92 -11
- package/dist/packages/_es/Tag.js +1 -2
- package/dist/packages/_es/TextArea.js +1 -1
- 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 +13 -10
- package/dist/packages/_es/TrendArrow.js +131 -0
- package/dist/packages/_es/Uploader.js +23 -8
- package/dist/packages/_es/Video.js +1 -1
- package/dist/packages/_es/WaterMark.js +1 -1
- package/dist/packages/_es/common.js +1 -1
- package/dist/packages/_es/component.js +9 -2
- 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 +18 -12
- 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 +16 -1
- package/dist/packages/address/index.scss +17 -0
- package/dist/packages/barrage/index.scss +27 -18
- package/dist/packages/invoice/index.scss +33 -0
- package/dist/packages/list/index.scss +0 -1
- 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/menuitem/index.scss +3 -1
- package/dist/packages/navbar/index.scss +6 -8
- package/dist/packages/picker/index.scss +22 -0
- package/dist/packages/price/index.scss +1 -1
- package/dist/packages/searchbar/index.scss +2 -0
- package/dist/packages/tabbar/index.scss +2 -1
- package/dist/packages/textarea/index.scss +4 -1
- package/dist/packages/toast/index.scss +3 -0
- package/dist/packages/trendarrow/index.scss +17 -0
- package/dist/smartips/attributes.json +106 -22
- package/dist/smartips/tags.json +46 -17
- package/dist/smartips/web-types.json +226 -23
- package/dist/style.css +1 -1
- package/dist/styles/font/config.json +3 -1
- package/dist/styles/font/demo_index.html +51 -5
- package/dist/styles/font/iconfont.css +11 -3
- package/dist/styles/font/iconfont.js +64 -61
- package/dist/styles/font/iconfont.json +14 -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 +46 -44
- package/dist/styles/themes/jdb.scss +46 -44
- package/dist/styles/themes/jdt.scss +46 -44
- package/dist/styles/variables-jdb.scss +8 -2
- package/dist/styles/variables-jdt.scss +8 -2
- package/dist/styles/variables.scss +8 -2
- package/dist/types/__VUE/actionsheet/index.vue.d.ts +116 -62
- package/dist/types/__VUE/address/index.vue.d.ts +149 -79
- package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +6 -5
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +10 -7
- package/dist/types/__VUE/addresslist/components/LongPressShell.vue.d.ts +6 -5
- package/dist/types/__VUE/addresslist/components/SwipeShell.vue.d.ts +6 -5
- package/dist/types/__VUE/addresslist/index.vue.d.ts +22 -13
- package/dist/types/__VUE/animate/index.vue.d.ts +14 -9
- package/dist/types/__VUE/audio/index.vue.d.ts +30 -17
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +6 -5
- package/dist/types/__VUE/avatar/index.vue.d.ts +32 -19
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +34 -19
- package/dist/types/__VUE/backtop/index.vue.d.ts +32 -22
- package/dist/types/__VUE/badge/index.vue.d.ts +33 -20
- package/dist/types/__VUE/barrage/index.vue.d.ts +28 -16
- package/dist/types/__VUE/button/index.vue.d.ts +43 -26
- package/dist/types/__VUE/calendar/index.vue.d.ts +62 -35
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +72 -45
- package/dist/types/__VUE/card/index.vue.d.ts +34 -19
- package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +25 -24
- package/dist/types/__VUE/cascader/index.vue.d.ts +108 -63
- package/dist/types/__VUE/category/index.vue.d.ts +10 -7
- package/dist/types/__VUE/categorypane/index.vue.d.ts +14 -9
- package/dist/types/__VUE/cell/index.vue.d.ts +51 -30
- package/dist/types/__VUE/cellgroup/index.vue.d.ts +10 -7
- package/dist/types/__VUE/checkbox/index.vue.d.ts +47 -26
- package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +14 -9
- package/dist/types/__VUE/circleprogress/index.vue.d.ts +30 -17
- package/dist/types/__VUE/col/index.vue.d.ts +10 -7
- package/dist/types/__VUE/collapse/index.vue.d.ts +41 -25
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +29 -21
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +14 -9
- package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +14 -9
- package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +14 -9
- package/dist/types/__VUE/comment/index.vue.d.ts +38 -21
- package/dist/types/__VUE/configprovider/index.vue.d.ts +10 -7
- package/dist/types/__VUE/countdown/index.vue.d.ts +34 -20
- package/dist/types/__VUE/countdown/util.d.ts +1 -1
- package/dist/types/__VUE/countup/index.vue.d.ts +73 -40
- package/dist/types/__VUE/datepicker/index.vue.d.ts +136 -68
- package/dist/types/__VUE/dialog/index.vue.d.ts +135 -73
- package/dist/types/__VUE/divider/index.vue.d.ts +18 -11
- package/dist/types/__VUE/drag/index.vue.d.ts +19 -9
- package/dist/types/__VUE/ecard/index.vue.d.ts +42 -23
- package/dist/types/__VUE/elevator/index.vue.d.ts +26 -15
- package/dist/types/__VUE/ellipsis/index.vue.d.ts +26 -15
- package/dist/types/__VUE/empty/index.vue.d.ts +14 -9
- package/dist/types/__VUE/fixednav/index.vue.d.ts +38 -20
- package/dist/types/__VUE/form/common.d.ts +4 -0
- package/dist/types/__VUE/form/index.vue.d.ts +16 -6
- package/dist/types/__VUE/formitem/index.vue.d.ts +43 -23
- package/dist/types/__VUE/grid/index.vue.d.ts +40 -24
- package/dist/types/__VUE/griditem/index.vue.d.ts +25 -18
- package/dist/types/__VUE/icon/index.vue.d.ts +26 -15
- package/dist/types/__VUE/image/index.vue.d.ts +37 -25
- package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +42 -29
- package/dist/types/__VUE/imagepreview/index.d.ts +4 -4
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +64 -37
- package/dist/types/__VUE/indicator/index.vue.d.ts +24 -13
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +46 -25
- package/dist/types/__VUE/input/index.vue.d.ts +132 -70
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +46 -25
- package/dist/types/__VUE/invoice/index.vue.d.ts +53 -0
- package/dist/types/__VUE/layout/index.vue.d.ts +1 -1
- package/dist/types/__VUE/list/index.vue.d.ts +15 -9
- package/dist/types/__VUE/menu/index.vue.d.ts +32 -22
- package/dist/types/__VUE/menuitem/index.vue.d.ts +22 -20
- package/dist/types/__VUE/navbar/index.vue.d.ts +42 -23
- package/dist/types/__VUE/noticebar/index.vue.d.ts +63 -34
- package/dist/types/__VUE/notify/index.d.ts +15 -5
- package/dist/types/__VUE/notify/index.vue.d.ts +42 -30
- package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +64 -35
- package/dist/types/__VUE/oldpicker/Column.vue.d.ts +20 -15
- package/dist/types/__VUE/oldpicker/index.vue.d.ts +123 -70
- package/dist/types/__VUE/overlay/index.vue.d.ts +30 -1547
- package/dist/types/__VUE/pagination/index.vue.d.ts +42 -25
- package/dist/types/__VUE/picker/Column.vue.d.ts +25 -19
- package/dist/types/__VUE/picker/index.vue.d.ts +138 -78
- package/dist/types/__VUE/popover/index.vue.d.ts +104 -56
- package/dist/types/__VUE/popup/index.vue.d.ts +90 -60
- package/dist/types/__VUE/price/index.vue.d.ts +30 -17
- package/dist/types/__VUE/progress/index.vue.d.ts +51 -27
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +45 -17
- package/dist/types/__VUE/radio/index.vue.d.ts +36 -21
- package/dist/types/__VUE/radiogroup/index.vue.d.ts +14 -9
- package/dist/types/__VUE/range/index.vue.d.ts +46 -34
- package/dist/types/__VUE/rate/index.vue.d.ts +59 -32
- package/dist/types/__VUE/row/index.vue.d.ts +22 -13
- package/dist/types/__VUE/searchbar/index.vue.d.ts +72 -30
- package/dist/types/__VUE/shortpassword/index.vue.d.ts +42 -23
- package/dist/types/__VUE/sidenavbar/index.vue.d.ts +6 -5
- package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +10 -7
- package/dist/types/__VUE/signature/index.vue.d.ts +22 -13
- package/dist/types/__VUE/skeleton/common.d.ts +1 -1
- package/dist/types/__VUE/skeleton/index.vue.d.ts +43 -24
- package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +6 -5
- package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +22 -13
- package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +6 -5
- package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +18 -11
- package/dist/types/__VUE/sku/index.vue.d.ts +124 -66
- package/dist/types/__VUE/step/index.vue.d.ts +23 -14
- package/dist/types/__VUE/steps/index.vue.d.ts +14 -9
- package/dist/types/__VUE/sticky/index.vue.d.ts +21 -14
- package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +14 -9
- package/dist/types/__VUE/swipe/index.vue.d.ts +18 -11
- package/dist/types/__VUE/swiper/index.vue.d.ts +54 -29
- package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/switch/index.vue.d.ts +50 -27
- package/dist/types/__VUE/tabbar/index.vue.d.ts +31 -18
- package/dist/types/__VUE/tabbaritem/index.vue.d.ts +42 -26
- package/dist/types/__VUE/table/common.d.ts +1 -1
- package/dist/types/__VUE/table/index.vue.d.ts +24 -15
- package/dist/types/__VUE/tabpane/index.vue.d.ts +14 -9
- package/dist/types/__VUE/tabs/common.d.ts +13 -0
- package/dist/types/__VUE/tabs/index.vue.d.ts +70 -26
- package/dist/types/__VUE/tag/index.vue.d.ts +30 -17
- package/dist/types/__VUE/textarea/index.vue.d.ts +43 -24
- package/dist/types/__VUE/timedetail/index.vue.d.ts +10 -7
- package/dist/types/__VUE/timepannel/index.vue.d.ts +10 -7
- package/dist/types/__VUE/timeselect/index.vue.d.ts +31 -18
- package/dist/types/__VUE/toast/index.d.ts +1 -1
- package/dist/types/__VUE/toast/index.vue.d.ts +60 -42
- package/dist/types/__VUE/trendarrow/index.vue.d.ts +138 -0
- package/dist/types/__VUE/uploader/index.vue.d.ts +107 -58
- package/dist/types/__VUE/video/index.vue.d.ts +26 -9
- package/dist/types/__VUE/watermark/index.vue.d.ts +70 -37
- package/dist/types/index.d.ts +1 -1
- package/dist/types/nutui.d.ts +3 -1
- package/package.json +4 -4
- package/dist/types/__VUE/animate/type.d.ts +0 -6
- package/dist/types/__VUE/button/type.d.ts +0 -7
- package/dist/types/__VUE/cascader/types.d.ts +0 -30
- package/dist/types/__VUE/datepicker/type.d.ts +0 -6
- package/dist/types/__VUE/form/types.d.ts +0 -13
- package/dist/types/__VUE/formitem/types.d.ts +0 -10
- package/dist/types/__VUE/image/type.d.ts +0 -6
- package/dist/types/__VUE/imagepreview/types.d.ts +0 -7
- package/dist/types/__VUE/input/type.d.ts +0 -13
- package/dist/types/__VUE/menuitem/type.d.ts +0 -8
- package/dist/types/__VUE/oldpicker/commonProps.d.ts +0 -22
- package/dist/types/__VUE/oldpicker/types.d.ts +0 -24
- package/dist/types/__VUE/picker/types.d.ts +0 -26
- package/dist/types/__VUE/popover/type.d.ts +0 -6
- package/dist/types/__VUE/range/type.d.ts +0 -5
- package/dist/types/__VUE/table/types.d.ts +0 -21
- package/dist/types/__VUE/tag/type.d.ts +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -45,7 +45,7 @@ const _sfc_main$4 = create$4({
|
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
const _hoisted_1$4 = { class: "nut-item-contents__info" };
|
|
48
|
-
const _hoisted_2$
|
|
48
|
+
const _hoisted_2$1 = { class: "nut-item-contents__info-contact" };
|
|
49
49
|
const _hoisted_3$1 = { class: "nut-item-contents__info-contact-name" };
|
|
50
50
|
const _hoisted_4$1 = { class: "nut-item-contents__info-contact-tel" };
|
|
51
51
|
const _hoisted_5$1 = {
|
|
@@ -61,7 +61,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61
61
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.contentsClick && _ctx.contentsClick(...args))
|
|
62
62
|
}, [
|
|
63
63
|
createElementVNode("div", _hoisted_1$4, [
|
|
64
|
-
createElementVNode("div", _hoisted_2$
|
|
64
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
65
65
|
renderSlot(_ctx.$slots, "contentTop", {}, () => [
|
|
66
66
|
createElementVNode("div", _hoisted_3$1, toDisplayString(_ctx.item.addressName), 1),
|
|
67
67
|
createElementVNode("div", _hoisted_4$1, toDisplayString(_ctx.item.phone), 1),
|
|
@@ -188,13 +188,13 @@ const _sfc_main$3 = create$3({
|
|
|
188
188
|
}
|
|
189
189
|
});
|
|
190
190
|
const _hoisted_1$3 = { class: "nut-long-press-shell" };
|
|
191
|
-
const _hoisted_2
|
|
191
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "mask-contain" }, [
|
|
192
192
|
/* @__PURE__ */ createTextVNode(" \u590D\u5236"),
|
|
193
193
|
/* @__PURE__ */ createElementVNode("br"),
|
|
194
194
|
/* @__PURE__ */ createTextVNode("\u5730\u5740 ")
|
|
195
195
|
], -1);
|
|
196
196
|
const _hoisted_3 = [
|
|
197
|
-
_hoisted_2
|
|
197
|
+
_hoisted_2
|
|
198
198
|
];
|
|
199
199
|
const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "mask-contain" }, [
|
|
200
200
|
/* @__PURE__ */ createTextVNode(" \u8BBE\u7F6E"),
|
|
@@ -316,7 +316,6 @@ const _sfc_main$2 = create$2({
|
|
|
316
316
|
}
|
|
317
317
|
});
|
|
318
318
|
const _hoisted_1$2 = { class: "nut-swipe-shell" };
|
|
319
|
-
const _hoisted_2 = /* @__PURE__ */ createTextVNode("\u5220\u9664");
|
|
320
319
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
321
320
|
const _component_item_contents = resolveComponent("item-contents");
|
|
322
321
|
const _component_nut_button = resolveComponent("nut-button");
|
|
@@ -331,7 +330,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
331
330
|
onClick: _ctx.swipeDelClick
|
|
332
331
|
}, {
|
|
333
332
|
default: withCtx(() => [
|
|
334
|
-
|
|
333
|
+
createTextVNode("\u5220\u9664")
|
|
335
334
|
]),
|
|
336
335
|
_: 1
|
|
337
336
|
}, 8, ["onClick"])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25,7 +25,6 @@ const _sfc_main = create({
|
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
const _hoisted_1 = { class: "nut-audio-operate" };
|
|
28
|
-
const _hoisted_2 = /* @__PURE__ */ createTextVNode("\u5FEB\u8FDB");
|
|
29
28
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
29
|
const _component_nut_button = resolveComponent("nut-button");
|
|
31
30
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
@@ -74,7 +73,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74
73
|
size: "small"
|
|
75
74
|
}, {
|
|
76
75
|
default: withCtx(() => [
|
|
77
|
-
|
|
76
|
+
createTextVNode("\u5FEB\u8FDB")
|
|
78
77
|
]),
|
|
79
78
|
_: 1
|
|
80
79
|
})) : createCommentVNode("", true),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -143,7 +143,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
143
143
|
key: 0,
|
|
144
144
|
style: normalizeStyle(!_ctx.showMax ? _ctx.styles : _ctx.maxStyles),
|
|
145
145
|
class: normalizeClass(_ctx.classes),
|
|
146
|
-
onClick: _cache[1] || (_cache[1] = (
|
|
146
|
+
onClick: _cache[1] || (_cache[1] = (...args) => _ctx.activeAvatar && _ctx.activeAvatar(...args)),
|
|
147
147
|
ref: "avatarRef"
|
|
148
148
|
}, [
|
|
149
149
|
!((_f = (_e = _ctx.avatarGroup) == null ? void 0 : _e.props) == null ? void 0 : _f.maxCount) || _ctx.index <= ((_h = (_g = _ctx.avatarGroup) == null ? void 0 : _g.props) == null ? void 0 : _h.maxCount) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19,7 +19,7 @@ const _sfc_main = create({
|
|
|
19
19
|
default: 10
|
|
20
20
|
},
|
|
21
21
|
elId: {
|
|
22
|
-
type: [String
|
|
22
|
+
type: [String],
|
|
23
23
|
default: "body"
|
|
24
24
|
},
|
|
25
25
|
distance: {
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
|
-
import { computed, ref, onMounted, onUnmounted, onDeactivated, watch, nextTick, openBlock, createElementBlock, normalizeClass,
|
|
6
|
+
import { useSlots, computed, ref, onMounted, onUnmounted, onDeactivated, watch, nextTick, useCssVars, openBlock, createElementBlock, normalizeClass, renderSlot } 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";
|
|
10
|
+
var index_vue_vue_type_style_index_0_lang = "";
|
|
10
11
|
const { componentName, create } = createComponent("barrage");
|
|
11
|
-
const
|
|
12
|
+
const __default__ = create({
|
|
12
13
|
props: {
|
|
13
14
|
danmu: {
|
|
14
15
|
type: Array,
|
|
@@ -20,7 +21,7 @@ const _sfc_main = create({
|
|
|
20
21
|
},
|
|
21
22
|
speeds: {
|
|
22
23
|
type: Number,
|
|
23
|
-
default:
|
|
24
|
+
default: 5e3
|
|
24
25
|
},
|
|
25
26
|
rows: {
|
|
26
27
|
type: Number,
|
|
@@ -36,7 +37,8 @@ const _sfc_main = create({
|
|
|
36
37
|
}
|
|
37
38
|
},
|
|
38
39
|
emits: ["click"],
|
|
39
|
-
setup(props, {
|
|
40
|
+
setup(props, { slots }) {
|
|
41
|
+
const slotDefault = !!useSlots().default;
|
|
40
42
|
const classes = computed(() => {
|
|
41
43
|
const prefixCls = componentName;
|
|
42
44
|
return {
|
|
@@ -53,8 +55,14 @@ const _sfc_main = create({
|
|
|
53
55
|
const speeds = props.speeds;
|
|
54
56
|
const danmuCWidth = ref(0);
|
|
55
57
|
onMounted(() => {
|
|
58
|
+
var _a;
|
|
56
59
|
danmuCWidth.value = dmBody.value.offsetWidth;
|
|
57
|
-
|
|
60
|
+
if (slotDefault) {
|
|
61
|
+
danmuList.value = (_a = slots == null ? void 0 : slots.default) == null ? void 0 : _a.call(slots);
|
|
62
|
+
run();
|
|
63
|
+
} else {
|
|
64
|
+
run();
|
|
65
|
+
}
|
|
58
66
|
});
|
|
59
67
|
onUnmounted(() => {
|
|
60
68
|
clearInterval(timer);
|
|
@@ -66,8 +74,10 @@ const _sfc_main = create({
|
|
|
66
74
|
});
|
|
67
75
|
watch(
|
|
68
76
|
() => props.danmu,
|
|
69
|
-
(newValue
|
|
70
|
-
|
|
77
|
+
(newValue) => {
|
|
78
|
+
if (props.danmu.length > 0) {
|
|
79
|
+
danmuList.value = [...newValue];
|
|
80
|
+
}
|
|
71
81
|
}
|
|
72
82
|
);
|
|
73
83
|
const add = (word) => {
|
|
@@ -86,43 +96,82 @@ const _sfc_main = create({
|
|
|
86
96
|
run();
|
|
87
97
|
}, props.frequency);
|
|
88
98
|
};
|
|
99
|
+
const distance = ref("0");
|
|
89
100
|
const play = () => {
|
|
101
|
+
var _a, _b;
|
|
90
102
|
if (!props.loop && index2.value >= danmuList.value.length) {
|
|
91
103
|
return;
|
|
92
104
|
}
|
|
93
105
|
const _index = props.loop ? index2.value % danmuList.value.length : index2.value;
|
|
94
|
-
let el = document.createElement(`
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
106
|
+
let el = document.createElement(`div`);
|
|
107
|
+
if (slotDefault && ((_a = danmuList.value[_index]) == null ? void 0 : _a.el)) {
|
|
108
|
+
el = (_b = danmuList.value[_index]) == null ? void 0 : _b.el;
|
|
109
|
+
if (el == null ? void 0 : el.classList.contains("dmitem")) {
|
|
110
|
+
el.classList.remove("dmitem");
|
|
111
|
+
}
|
|
112
|
+
if (el == null ? void 0 : el.classList.contains("move")) {
|
|
113
|
+
el.classList.remove("move");
|
|
114
|
+
}
|
|
115
|
+
el == null ? void 0 : el.classList.add("dmitem");
|
|
116
|
+
} else {
|
|
117
|
+
el.innerHTML = danmuList.value[_index];
|
|
118
|
+
el.classList.add("dmitem");
|
|
119
|
+
dmContainer.value.appendChild(el);
|
|
120
|
+
}
|
|
98
121
|
nextTick(() => {
|
|
99
|
-
const width = el.offsetWidth;
|
|
100
122
|
const height = el.offsetHeight;
|
|
101
123
|
el.classList.add("move");
|
|
102
124
|
el.style.animationDuration = `${speeds}ms`;
|
|
103
125
|
el.style.top = _index % rows.value * (height + top.value) + 20 + "px";
|
|
104
|
-
|
|
126
|
+
if (!slotDefault) {
|
|
127
|
+
const width = el.offsetWidth;
|
|
128
|
+
el.style.width = width + 20 + "px";
|
|
129
|
+
}
|
|
105
130
|
el.style.setProperty("--move-distance", `-${danmuCWidth.value}px`);
|
|
131
|
+
distance.value = "-" + speeds / 1e3 * 150 + "%";
|
|
106
132
|
el.dataset.index = `${_index}`;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
133
|
+
if (slotDefault) {
|
|
134
|
+
index2.value++;
|
|
135
|
+
} else {
|
|
136
|
+
el.addEventListener("animationend", () => {
|
|
137
|
+
dmContainer.value.removeChild(el);
|
|
138
|
+
});
|
|
139
|
+
index2.value++;
|
|
140
|
+
}
|
|
111
141
|
});
|
|
112
142
|
};
|
|
113
|
-
return { classes, danmuList, dmBody, dmContainer, add };
|
|
143
|
+
return { classes, danmuList, dmBody, dmContainer, add, distance };
|
|
114
144
|
}
|
|
115
145
|
});
|
|
146
|
+
const __injectCSSVars__ = () => {
|
|
147
|
+
useCssVars((_ctx) => ({
|
|
148
|
+
"21cca3b5": _ctx.distance
|
|
149
|
+
}));
|
|
150
|
+
};
|
|
151
|
+
const __setup__ = __default__.setup;
|
|
152
|
+
__default__.setup = __setup__ ? (props, ctx) => {
|
|
153
|
+
__injectCSSVars__();
|
|
154
|
+
return __setup__(props, ctx);
|
|
155
|
+
} : __injectCSSVars__;
|
|
156
|
+
const _sfc_main = __default__;
|
|
116
157
|
const _hoisted_1 = {
|
|
158
|
+
key: 0,
|
|
159
|
+
ref: "dmContainer",
|
|
160
|
+
class: "dmContainer slotContainer"
|
|
161
|
+
};
|
|
162
|
+
const _hoisted_2 = {
|
|
163
|
+
key: 1,
|
|
117
164
|
ref: "dmContainer",
|
|
118
165
|
class: "dmContainer"
|
|
119
166
|
};
|
|
120
167
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
121
|
-
return openBlock(), createElementBlock("
|
|
168
|
+
return openBlock(), createElementBlock("div", {
|
|
122
169
|
ref: "dmBody",
|
|
123
170
|
class: normalizeClass(_ctx.classes)
|
|
124
171
|
}, [
|
|
125
|
-
|
|
172
|
+
_ctx.$slots.default ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
173
|
+
renderSlot(_ctx.$slots, "default")
|
|
174
|
+
], 512)) : (openBlock(), createElementBlock("div", _hoisted_2, null, 512))
|
|
126
175
|
], 2);
|
|
127
176
|
}
|
|
128
177
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -171,7 +171,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
171
171
|
name: "btn",
|
|
172
172
|
fn: withCtx(() => [
|
|
173
173
|
renderSlot(_ctx.$slots, "btn")
|
|
174
|
-
])
|
|
174
|
+
]),
|
|
175
|
+
key: "0"
|
|
175
176
|
} : void 0,
|
|
176
177
|
_ctx.dayInfo ? {
|
|
177
178
|
name: "day",
|
|
@@ -179,7 +180,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
179
180
|
renderSlot(_ctx.$slots, "day", {
|
|
180
181
|
date: date.date
|
|
181
182
|
})
|
|
182
|
-
])
|
|
183
|
+
]),
|
|
184
|
+
key: "1"
|
|
183
185
|
} : void 0,
|
|
184
186
|
_ctx.topInfo ? {
|
|
185
187
|
name: "topInfo",
|
|
@@ -187,7 +189,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
187
189
|
renderSlot(_ctx.$slots, "topInfo", {
|
|
188
190
|
date: date.date
|
|
189
191
|
})
|
|
190
|
-
])
|
|
192
|
+
]),
|
|
193
|
+
key: "2"
|
|
191
194
|
} : void 0,
|
|
192
195
|
_ctx.bottomInfo ? {
|
|
193
196
|
name: "bottomInfo",
|
|
@@ -195,7 +198,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
195
198
|
renderSlot(_ctx.$slots, "bottomInfo", {
|
|
196
199
|
date: date.date
|
|
197
200
|
})
|
|
198
|
-
])
|
|
201
|
+
]),
|
|
202
|
+
key: "3"
|
|
199
203
|
} : void 0
|
|
200
204
|
]), 1032, ["type", "is-auto-back-fill", "poppable", "title", "confirm-text", "start-text", "end-text", "default-value", "start-date", "end-date", "onUpdate", "onClose", "onChoose", "onSelect", "show-today", "show-title", "show-sub-title", "to-date-animation"])) : createCommentVNode("", true)
|
|
201
205
|
]),
|
|
@@ -226,7 +230,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
226
230
|
name: "btn",
|
|
227
231
|
fn: withCtx(() => [
|
|
228
232
|
renderSlot(_ctx.$slots, "btn")
|
|
229
|
-
])
|
|
233
|
+
]),
|
|
234
|
+
key: "0"
|
|
230
235
|
} : void 0,
|
|
231
236
|
_ctx.dayInfo ? {
|
|
232
237
|
name: "day",
|
|
@@ -234,7 +239,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
234
239
|
renderSlot(_ctx.$slots, "day", {
|
|
235
240
|
date: date.date
|
|
236
241
|
})
|
|
237
|
-
])
|
|
242
|
+
]),
|
|
243
|
+
key: "1"
|
|
238
244
|
} : void 0,
|
|
239
245
|
_ctx.topInfo ? {
|
|
240
246
|
name: "topInfo",
|
|
@@ -242,7 +248,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
242
248
|
renderSlot(_ctx.$slots, "topInfo", {
|
|
243
249
|
date: date.date
|
|
244
250
|
})
|
|
245
|
-
])
|
|
251
|
+
]),
|
|
252
|
+
key: "2"
|
|
246
253
|
} : void 0,
|
|
247
254
|
_ctx.bottomInfo ? {
|
|
248
255
|
name: "bottomInfo",
|
|
@@ -250,7 +257,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
250
257
|
renderSlot(_ctx.$slots, "bottomInfo", {
|
|
251
258
|
date: date.date
|
|
252
259
|
})
|
|
253
|
-
])
|
|
260
|
+
]),
|
|
261
|
+
key: "3"
|
|
254
262
|
} : void 0
|
|
255
263
|
]), 1032, ["type", "is-auto-back-fill", "poppable", "title", "confirm-text", "start-text", "end-text", "default-value", "start-date", "end-date", "onUpdate", "onClose", "onChoose", "onSelect", "show-today", "show-title", "show-sub-title", "to-date-animation"]));
|
|
256
264
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -320,7 +320,7 @@ const _sfc_main$1 = create$1({
|
|
|
320
320
|
},
|
|
321
321
|
handleTabClick(tab) {
|
|
322
322
|
currentProcessNode = null;
|
|
323
|
-
tabsCursor.value = tab.paneKey;
|
|
323
|
+
tabsCursor.value = Number(tab.paneKey);
|
|
324
324
|
},
|
|
325
325
|
formatTabTitle(pane) {
|
|
326
326
|
return pane.selectedNode ? pane.selectedNode.text : translate("select");
|
|
@@ -452,6 +452,10 @@ const _sfc_main = create({
|
|
|
452
452
|
type: String,
|
|
453
453
|
default: "children"
|
|
454
454
|
},
|
|
455
|
+
poppable: {
|
|
456
|
+
type: Boolean,
|
|
457
|
+
default: true
|
|
458
|
+
},
|
|
455
459
|
convertConfig: Object
|
|
456
460
|
},
|
|
457
461
|
emits: ["update:modelValue", "change", "pathChange", "update:visible"],
|
|
@@ -494,7 +498,8 @@ const _hoisted_1 = ["innerHTML"];
|
|
|
494
498
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
495
499
|
const _component_nut_cascader_item = resolveComponent("nut-cascader-item");
|
|
496
500
|
const _component_nut_popup = resolveComponent("nut-popup");
|
|
497
|
-
return openBlock(), createBlock(_component_nut_popup, {
|
|
501
|
+
return _ctx.poppable ? (openBlock(), createBlock(_component_nut_popup, {
|
|
502
|
+
key: 0,
|
|
498
503
|
visible: _ctx.innerVisible,
|
|
499
504
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => _ctx.innerVisible = $event),
|
|
500
505
|
position: "bottom",
|
|
@@ -526,7 +531,20 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
526
531
|
}, null, 8, ["onChange", "onPathChange", "modelValue", "options", "lazy", "lazy-load", "value-key", "text-key", "children-key", "convert-config", "visible"])
|
|
527
532
|
]),
|
|
528
533
|
_: 1
|
|
529
|
-
}, 8, ["visible", "closeable", "close-icon", "close-icon-position"])
|
|
534
|
+
}, 8, ["visible", "closeable", "close-icon", "close-icon-position"])) : (openBlock(), createBlock(_component_nut_cascader_item, {
|
|
535
|
+
key: 1,
|
|
536
|
+
onChange: _ctx.onChange,
|
|
537
|
+
onPathChange: _ctx.onPathChange,
|
|
538
|
+
modelValue: _ctx.innerValue,
|
|
539
|
+
options: _ctx.options,
|
|
540
|
+
lazy: _ctx.lazy,
|
|
541
|
+
"lazy-load": _ctx.lazyLoad,
|
|
542
|
+
"value-key": _ctx.valueKey,
|
|
543
|
+
"text-key": _ctx.textKey,
|
|
544
|
+
"children-key": _ctx.childrenKey,
|
|
545
|
+
"convert-config": _ctx.convertConfig,
|
|
546
|
+
visible: _ctx.innerVisible
|
|
547
|
+
}, null, 8, ["onChange", "onPathChange", "modelValue", "options", "lazy", "lazy-load", "value-key", "text-key", "children-key", "convert-config", "visible"]));
|
|
530
548
|
}
|
|
531
549
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
532
550
|
export { index as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
import { useSlots, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode, Fragment, renderList, renderSlot, toDisplayString, createCommentVNode } from "vue";
|
|
7
|
-
import {
|
|
7
|
+
import { a as isObject, c as createComponent } from "./component.js";
|
|
8
8
|
import { _ as _export_sfc } from "./plugin-vue_export-helper.js";
|
|
9
9
|
import "../locale/lang";
|
|
10
10
|
const { componentName, create } = createComponent("circleprogress");
|
|
@@ -39,7 +39,7 @@ const _sfc_main = create({
|
|
|
39
39
|
default: true
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
setup(props
|
|
42
|
+
setup(props) {
|
|
43
43
|
const slotDefault = !!useSlots().default;
|
|
44
44
|
const refRandomId = Math.random().toString(36).slice(-8);
|
|
45
45
|
const classes = computed(() => {
|
|
@@ -75,7 +75,7 @@ const _sfc_main = create({
|
|
|
75
75
|
let color = props.color;
|
|
76
76
|
const colorArr = Object.keys(color).sort((a, b) => parseFloat(a) - parseFloat(b));
|
|
77
77
|
let stopArr = [];
|
|
78
|
-
colorArr.map((item
|
|
78
|
+
colorArr.map((item) => {
|
|
79
79
|
let obj = {
|
|
80
80
|
key: "",
|
|
81
81
|
value: ""
|
package/dist/packages/_es/Col.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @nutui/nutui v3.2.
|
|
2
|
+
* @nutui/nutui v3.2.3 Fri Sep 30 2022 10:26:47 GMT+0800 (中国标准时间)
|
|
3
3
|
* (c) 2022 @jdf2e.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -468,6 +468,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
468
468
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.machineNum, (val, index2) => {
|
|
469
469
|
return openBlock(), createElementBlock("view", {
|
|
470
470
|
class: "run-number-machine-img-li",
|
|
471
|
+
ref_for: true,
|
|
471
472
|
ref: "run-number-machine-img-li",
|
|
472
473
|
key: "mImg" + index2,
|
|
473
474
|
style: normalizeStyle({
|
|
@@ -522,6 +523,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
522
523
|
}, [
|
|
523
524
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.num_total_len, (val, index2) => {
|
|
524
525
|
return openBlock(), createElementBlock("view", {
|
|
526
|
+
ref_for: true,
|
|
525
527
|
ref: _ctx.setRef,
|
|
526
528
|
class: "numberItem",
|
|
527
529
|
key: val,
|