@nutui/nutui 4.2.2 → 4.2.4
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 +33 -0
- package/README.md +34 -21
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +6465 -6441
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/{Interceptor-6aab6fe0.js → Interceptor-WYVtGbGC.js} +1 -1
- package/dist/packages/actionsheet/ActionSheet.js +4 -4
- package/dist/packages/address/Address.js +5 -6
- package/dist/packages/addresslist/AddressList.js +6 -5
- package/dist/packages/animate/Animate.js +2 -2
- package/dist/packages/audio/Audio.js +5 -5
- package/dist/packages/audiooperate/AudioOperate.js +4 -4
- package/dist/packages/avatar/Avatar.js +5 -65
- package/dist/packages/avatarcropper/AvatarCropper.js +5 -5
- package/dist/packages/avatargroup/AvatarGroup.js +4 -4
- package/dist/packages/backtop/Backtop.js +3 -3
- package/dist/packages/badge/Badge.js +2 -2
- package/dist/packages/barrage/Barrage.js +2 -2
- package/dist/packages/button/Button.js +2 -2
- package/dist/packages/calendar/Calendar.js +9 -10
- package/dist/packages/calendaritem/CalendarItem.js +6 -7
- package/dist/packages/card/Card.js +2 -2
- package/dist/packages/cascader/Cascader.js +10 -10
- package/dist/packages/cascader/index.css +1 -1
- package/dist/packages/category/Category.js +2 -2
- package/dist/packages/categorypane/CategoryPane.js +2 -2
- package/dist/packages/cell/Cell.js +4 -4
- package/dist/packages/cellgroup/CellGroup.js +2 -2
- package/dist/packages/checkbox/Checkbox.js +149 -152
- package/dist/packages/checkboxgroup/CheckboxGroup.js +5 -5
- package/dist/packages/circleprogress/CircleProgress.js +3 -3
- package/dist/packages/col/Col.js +6 -5
- package/dist/packages/collapse/Collapse.js +7 -6
- package/dist/packages/collapseitem/CollapseItem.js +9 -9
- package/dist/packages/comment/Comment.js +7 -7
- package/dist/packages/{common-1579352e.js → common-4inKawxR.js} +2 -2
- package/dist/packages/configprovider/ConfigProvider.js +1 -1
- package/dist/packages/countdown/Countdown.js +4 -4
- package/dist/packages/countup/Countup.js +2 -2
- package/dist/packages/datepicker/DatePicker.js +6 -6
- package/dist/packages/dialog/Dialog.js +7 -7
- package/dist/packages/divider/Divider.js +4 -4
- package/dist/packages/drag/Drag.js +3 -3
- package/dist/packages/ecard/Ecard.js +5 -5
- package/dist/packages/elevator/Elevator.js +7 -8
- package/dist/packages/ellipsis/Ellipsis.js +2 -2
- package/dist/packages/empty/Empty.js +5 -5
- package/dist/packages/fixednav/FixedNav.js +4 -4
- package/dist/packages/form/Form.js +15 -46
- package/dist/packages/formitem/FormItem.js +38 -24
- package/dist/packages/formitem/index.css +1 -1
- package/dist/packages/formitem/index.scss +25 -0
- package/dist/packages/grid/Grid.js +3 -3
- package/dist/packages/griditem/GridItem.js +5 -5
- package/dist/packages/image/Image.js +3 -3
- package/dist/packages/imagepreview/ImagePreview.js +11 -11
- package/dist/packages/index--uVlasFu.js +69 -0
- package/dist/packages/{index-914a76f0.js → index-NLe0VBkN.js} +6 -7
- package/dist/packages/{index-37ae1f41.js → index-rbZsBckW.js} +2 -2
- package/dist/packages/{index-c0fa0f6b.js → index-s3RgMhc7.js} +1 -1
- package/dist/packages/{index.vue_vue_type_script_lang-0185ccea.js → index.vue_vue_type_script_lang-54PRh3YM.js} +3 -3
- package/dist/packages/{index.vue_vue_type_script_lang-825ed1e0.js → index.vue_vue_type_script_lang-MJYVRFbp.js} +14 -9
- package/dist/packages/indicator/Indicator.js +3 -3
- package/dist/packages/infiniteloading/InfiniteLoading.js +6 -6
- package/dist/packages/input/Input.js +2 -2
- package/dist/packages/inputnumber/InputNumber.js +4 -4
- package/dist/packages/invoice/Invoice.js +11 -7
- package/dist/packages/invoice/index.css +1 -1
- package/dist/packages/layout/Layout.js +1 -1
- package/dist/packages/list/List.js +3 -3
- 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/Menu.js +17 -52
- package/dist/packages/menuitem/MenuItem.js +8 -18
- package/dist/packages/{mountComponent-867a9167.js → mountComponent-uInXoTMp.js} +1 -1
- package/dist/packages/navbar/Navbar.js +2 -2
- package/dist/packages/navbar/index.css +1 -1
- package/dist/packages/navbar/index.scss +5 -16
- package/dist/packages/noticebar/Noticebar.js +3 -3
- package/dist/packages/notify/Notify.js +4 -4
- package/dist/packages/numberkeyboard/NumberKeyboard.js +5 -5
- package/dist/packages/overlay/Overlay.js +3 -3
- package/dist/packages/pagination/Pagination.js +4 -4
- package/dist/packages/picker/Picker.js +6 -6
- package/dist/packages/popover/Popover.js +9 -8
- package/dist/packages/popup/Popup.js +4 -4
- package/dist/packages/price/Price.js +2 -2
- package/dist/packages/progress/Progress.js +2 -2
- package/dist/packages/pullrefresh/PullRefresh.js +7 -7
- package/dist/packages/radio/Radio.js +4 -3
- package/dist/packages/radio/index.css +1 -1
- package/dist/packages/radio/index.scss +21 -0
- package/dist/packages/radiogroup/RadioGroup.js +3 -2
- package/dist/packages/radiogroup/index.scss +0 -5
- package/dist/packages/range/Range.js +5 -7
- package/dist/packages/rate/Rate.js +5 -5
- package/dist/packages/row/Row.js +6 -5
- package/dist/packages/searchbar/Searchbar.js +5 -5
- package/dist/packages/shortpassword/ShortPassword.js +5 -5
- package/dist/packages/sidenavbar/SideNavbar.js +2 -2
- package/dist/packages/sidenavbaritem/SideNavbarItem.js +2 -2
- package/dist/packages/signature/Signature.js +4 -4
- package/dist/packages/skeleton/Skeleton.js +3 -3
- package/dist/packages/sku/Sku.js +6 -6
- package/dist/packages/space/Space.js +1 -1
- package/dist/packages/step/Step.js +4 -3
- package/dist/packages/steps/Steps.js +3 -2
- package/dist/packages/sticky/Sticky.js +4 -4
- package/dist/packages/subsidenavbar/SubSideNavbar.js +2 -2
- package/dist/packages/swipe/Swipe.js +5 -4
- package/dist/packages/swipegroup/SwipeGroup.js +4 -3
- package/dist/packages/swiper/Swiper.js +9 -9
- package/dist/packages/swiperitem/SwiperItem.js +11 -5
- package/dist/packages/switch/Switch.js +2 -2
- package/dist/packages/tabbar/Tabbar.js +5 -4
- package/dist/packages/tabbaritem/TabbarItem.js +6 -5
- package/dist/packages/table/Table.js +4 -4
- package/dist/packages/tabpane/TabPane.js +2 -2
- package/dist/packages/tabs/Tabs.js +9 -9
- package/dist/packages/tabs/index.css +1 -1
- package/dist/packages/tabs/index.scss +114 -117
- package/dist/packages/tag/Tag.js +2 -2
- package/dist/packages/textarea/Textarea.js +4 -4
- package/dist/packages/textarea/index.css +1 -1
- package/dist/packages/textarea/index.scss +1 -0
- package/dist/packages/timedetail/TimeDetail.js +2 -2
- package/dist/packages/timepannel/TimePannel.js +2 -2
- package/dist/packages/timeselect/TimeSelect.js +5 -5
- package/dist/packages/toast/Toast.js +5 -5
- package/dist/packages/tour/Tour.js +6 -6
- package/dist/packages/trendarrow/TrendArrow.js +3 -3
- package/dist/packages/types-4IflWeQO.js +4 -0
- package/dist/packages/types-9wCQwtH3.js +4 -0
- package/dist/packages/types-Cq2YypZn.js +4 -0
- package/dist/packages/types-RCVUm7Nb.js +4 -0
- package/dist/packages/types-Ww4ErYJT.js +4 -0
- package/dist/packages/types-Ynmct7na.js +4 -0
- package/dist/packages/types-j71K23JP.js +4 -0
- package/dist/packages/types-odSRziQJ.js +4 -0
- package/dist/packages/types-qOrhXtA_.js +4 -0
- package/dist/packages/types-zeKkNDAq.js +4 -0
- package/dist/packages/uploader/Uploader.js +5 -5
- package/dist/packages/useChildren-GU_NVfD8.js +54 -0
- package/dist/packages/useParent-KIxqkovs.js +16 -0
- package/dist/packages/video/Video.js +4 -4
- package/dist/packages/watermark/Watermark.js +2 -2
- package/dist/smartips/web-types.json +55 -1
- package/dist/style.css +1 -1
- package/dist/style.js +1 -4
- package/dist/types/__VUE/address/index.vue.d.ts +3 -3
- package/dist/types/__VUE/avatar/index.vue.d.ts +1 -1
- package/dist/types/__VUE/avatar/types.d.ts +1 -0
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/cell/index.vue.d.ts +1 -1
- package/dist/types/__VUE/checkbox/index.vue.d.ts +72 -1
- package/dist/types/__VUE/checkbox/types.d.ts +1 -0
- package/dist/types/__VUE/col/index.vue.d.ts +1 -0
- package/dist/types/__VUE/collapse/index.vue.d.ts +4 -29
- package/dist/types/__VUE/collapse/types.d.ts +5 -0
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +2 -1
- package/dist/types/__VUE/countup/index.vue.d.ts +2 -2
- package/dist/types/__VUE/divider/index.vue.d.ts +15 -1
- package/dist/types/__VUE/form/common.d.ts +9 -1
- package/dist/types/__VUE/form/index.vue.d.ts +18 -0
- package/dist/types/__VUE/form/types.d.ts +4 -1
- package/dist/types/__VUE/formitem/index.vue.d.ts +21 -1
- package/dist/types/__VUE/formitem/types.d.ts +2 -0
- package/dist/types/__VUE/grid/index.vue.d.ts +1 -1
- package/dist/types/__VUE/image/index.vue.d.ts +1 -1
- package/dist/types/__VUE/layout/types.d.ts +1 -0
- package/dist/types/__VUE/menu/index.vue.d.ts +18 -9
- package/dist/types/__VUE/menu/types.d.ts +6 -0
- package/dist/types/__VUE/menuitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/navbar/index.vue.d.ts +1 -1
- package/dist/types/__VUE/radio/index.vue.d.ts +14 -3
- package/dist/types/__VUE/radio/types.d.ts +5 -0
- package/dist/types/__VUE/radiogroup/index.vue.d.ts +8 -6
- package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +1 -1
- package/dist/types/__VUE/sku/index.vue.d.ts +1 -1
- package/dist/types/__VUE/steps/types.d.ts +1 -0
- package/dist/types/__VUE/swipe/types.d.ts +1 -0
- package/dist/types/__VUE/swiper/types.d.ts +1 -0
- package/dist/types/__VUE/tabbar/types.d.ts +1 -0
- package/dist/types/__VUE/tabs/index.vue.d.ts +1 -1
- package/dist/types/__VUE/toast/index.vue.d.ts +1 -1
- package/dist/types/__VUE/uploader/index.vue.d.ts +2 -28
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/useRelation/index.d.ts +2 -0
- package/dist/types/utils/useRelation/useChildren.d.ts +4 -0
- package/dist/types/utils/useRelation/useParent.d.ts +3 -0
- package/package.json +1 -1
- package/dist/packages/index-79c5dc33.js +0 -10
- package/dist/types/__VUE/checkbox/common.d.ts +0 -2
- package/dist/types/__VUE/menuitem/type.d.ts +0 -4
- package/dist/types/__VUE/picker/common.d.ts +0 -406
- /package/dist/packages/{_plugin-vue_export-helper-cc2b3d55.js → _plugin-vue_export-helper-yVxbj29m.js} +0 -0
- /package/dist/packages/{component-669c158a.js → component-TCzwHGVq.js} +0 -0
- /package/dist/packages/{index-7a7385e4.js → index-084nl_oE.js} +0 -0
- /package/dist/packages/{index-54d03fc1.js → index-Ii9XdkPy.js} +0 -0
- /package/dist/packages/{index-29892cda.js → index-rf29bejW.js} +0 -0
- /package/dist/packages/{index-97b44e6c.js → index-xDfQLRen.js} +0 -0
- /package/dist/packages/locale/lang/{baseLang-3a8457ac.js → baseLang-7uiEiO-2.js} +0 -0
- /package/dist/packages/{pxCheck-a27490eb.js → pxCheck-OnXlN1NC.js} +0 -0
- /package/dist/packages/{raf-729dad54.js → raf-MQjoO-Ag.js} +0 -0
- /package/dist/packages/{renderIcon-3d0fd47c.js → renderIcon--EgZu5_5.js} +0 -0
- /package/dist/packages/{util-6f26722f.js → util-4Jkyw4BJ.js} +0 -0
|
@@ -18,12 +18,12 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { defineComponent, h, reactive, watch, toRefs, resolveComponent, openBlock, createElementBlock, createElementVNode, normalizeClass, Fragment, renderList, normalizeStyle, createTextVNode, toDisplayString, renderSlot, createBlock, createCommentVNode } from "vue";
|
|
21
|
-
import { c as createComponent } from "../component-
|
|
21
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
22
22
|
import { DownArrow } from "@nutui/icons-vue";
|
|
23
|
-
import { u as useLocale } from "../index-
|
|
24
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
23
|
+
import { u as useLocale } from "../index-s3RgMhc7.js";
|
|
24
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
25
25
|
import "@nutui/nutui/dist/packages/locale/lang";
|
|
26
|
-
import "../util-
|
|
26
|
+
import "../util-4Jkyw4BJ.js";
|
|
27
27
|
const RenderColumn = defineComponent({
|
|
28
28
|
props: {
|
|
29
29
|
slots: {
|
|
@@ -18,8 +18,8 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { inject, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot } from "vue";
|
|
21
|
-
import { c as createComponent } from "../component-
|
|
22
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
21
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
22
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
23
23
|
const { create } = createComponent("tab-pane");
|
|
24
24
|
const _sfc_main = create({
|
|
25
25
|
props: {
|
|
@@ -38,17 +38,17 @@ var __async = (__this, __arguments, generator) => {
|
|
|
38
38
|
step((generator = generator.apply(__this, __arguments)).next());
|
|
39
39
|
});
|
|
40
40
|
};
|
|
41
|
-
import { c as createComponent } from "../component-
|
|
41
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
42
42
|
import { ref, onMounted, reactive, provide, computed, watch, onActivated, nextTick, resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, createElementVNode, normalizeStyle, renderSlot, Fragment, renderList, createCommentVNode, createVNode, toDisplayString } from "vue";
|
|
43
|
-
import { T as TypeOfFun } from "../util-
|
|
44
|
-
import { p as pxCheck } from "../pxCheck-
|
|
45
|
-
import { u as useRect } from "../index-
|
|
46
|
-
import { r as requestAniFrame } from "../raf-
|
|
43
|
+
import { T as TypeOfFun } from "../util-4Jkyw4BJ.js";
|
|
44
|
+
import { p as pxCheck } from "../pxCheck-OnXlN1NC.js";
|
|
45
|
+
import { u as useRect } from "../index-rf29bejW.js";
|
|
46
|
+
import { r as requestAniFrame } from "../raf-MQjoO-Ag.js";
|
|
47
47
|
import NutSticky from "../sticky/Sticky.js";
|
|
48
48
|
import { JoySmile } from "@nutui/icons-vue";
|
|
49
|
-
import { u as useTouch } from "../index-
|
|
50
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
51
|
-
import "../index-
|
|
49
|
+
import { u as useTouch } from "../index-084nl_oE.js";
|
|
50
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
51
|
+
import "../index-xDfQLRen.js";
|
|
52
52
|
const useTabContentTouch = (props, tabMethods, taro, useTaroRect) => {
|
|
53
53
|
const tabsContentRef = ref();
|
|
54
54
|
const tabsContentRefRect = ref({ width: 0, height: 0 });
|
|
@@ -501,7 +501,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
501
501
|
}, 8, ["top", "container", "onScroll"])) : (openBlock(), createElementBlock("view", {
|
|
502
502
|
key: 1,
|
|
503
503
|
ref: "navRef",
|
|
504
|
-
class: normalizeClass(["nut-tabs__titles", { [_ctx.type]: _ctx.type, scrollable: _ctx.titleScroll,
|
|
504
|
+
class: normalizeClass(["nut-tabs__titles", { [_ctx.type]: _ctx.type, scrollable: _ctx.titleScroll, [_ctx.size]: _ctx.size }]),
|
|
505
505
|
style: normalizeStyle(_ctx.tabsNavStyle)
|
|
506
506
|
}, [
|
|
507
507
|
_ctx.$slots.titles ? renderSlot(_ctx.$slots, "titles", { key: 0 }) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(_ctx.titles, (item, index) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.nut-theme-dark .nut-tabs__titles{background:var(--nut-dark-background3, #141414)}.nut-theme-dark .nut-tabs__titles-item{color:var(--nut-dark-color-gray, var(--nut-text-color, #808080))}.nut-theme-dark .nut-tabs__titles-item.active{color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-theme-dark .nut-tabs.vertical .nut-tabs__titles-item.active{background-color:var(--nut-dark-background2, #1b1b1b)}.nut-tabs{display:flex;overflow:hidden}.nut-tabs.
|
|
1
|
+
.nut-theme-dark .nut-tabs__titles{background:var(--nut-dark-background3, #141414)}.nut-theme-dark .nut-tabs__titles-item{color:var(--nut-dark-color-gray, var(--nut-text-color, #808080))}.nut-theme-dark .nut-tabs__titles-item.active{color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-theme-dark .nut-tabs.vertical .nut-tabs__titles-item.active{background-color:var(--nut-dark-background2, #1b1b1b)}.nut-tabs{display:flex;overflow:hidden}.nut-tabs .nut-tabs__titles{display:flex;user-select:none;white-space:nowrap;flex-shrink:0;background:var(--nut-tabs-titles-background-color, var(--nut-help-color, #f5f5f5));border-radius:var(--nut-tabs-titles-border-radius, 0)}.nut-tabs .nut-tabs__titles .nut-tabs__list{width:100%;display:flex;flex-shrink:0}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item{position:relative;font-size:var(--nut-tabs-titles-item-font-size, var(--nut-font-size-2, 14px));display:flex;align-items:center;justify-content:center;color:var(--nut-tabs-titles-item-color, var(--nut-title-color, #1a1a1a))}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item__text{text-align:center}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item__text.ellipsis{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item__smile .nut-icon{position:absolute;font-size:12px;width:100%;height:100%;color:var(--nut-tabs-tab-smile-color, var(--nut-primary-color, #fa2c19))}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item__smile,.nut-tabs .nut-tabs__titles .nut-tabs__titles-item__line{position:absolute;transition:width .3s ease;width:0;height:0;content:" ";bottom:15%;left:50%;transform:translate(-50%, 0);overflow:hidden;border-radius:var(--nut-tabs-titles-item-line-border-radius, 0);opacity:var(--nut-tabs-titles-item-line-opacity, 1)}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item.active{font-weight:bold;color:var(--nut-tabs-titles-item-active-color, var(--nut-title-color, #1a1a1a))}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item.active .nut-tabs__titles-item__line{content:" ";width:var(--nut-tabs-horizontal-titles-item-active-line-width, 40px);height:3px;background:var(--nut-tabs-horizontal-tab-line-color, linear-gradient(90deg, var(--nut-primary-color, #fa2c19) 0%, rgba(250, 44, 25, 0.15) 100%))}.nut-tabs .nut-tabs__titles .nut-tabs__titles-item.disabled{color:var(--nut-disable-color, #cccccc)}.nut-tabs.horizontal{flex-direction:column}.nut-tabs.horizontal .nut-sticky__box>.nut-tabs__titles,.nut-tabs.horizontal>.nut-tabs__titles{flex-direction:row;height:var(--nut-tabs-horizontal-titles-height, 46px)}.nut-tabs.horizontal .nut-sticky__box>.nut-tabs__titles .nut-tabs__list,.nut-tabs.horizontal>.nut-tabs__titles .nut-tabs__list{height:100%}.nut-tabs.horizontal .nut-sticky__box>.nut-tabs__titles.scrollable,.nut-tabs.horizontal>.nut-tabs__titles.scrollable{overflow-x:auto;overflow-y:hidden}.nut-tabs.horizontal .nut-sticky__box>.nut-tabs__titles .nut-tabs__titles-item,.nut-tabs.horizontal>.nut-tabs__titles .nut-tabs__titles-item{flex:1 0 auto;min-width:var(--nut-tabs-horizontal-titles-item-min-width, 50px);width:0}.nut-tabs.horizontal .nut-sticky__box>.nut-tabs__titles .nut-tabs__titles-item__smile .nut-icon,.nut-tabs.horizontal>.nut-tabs__titles .nut-tabs__titles-item__smile .nut-icon{position:absolute;font-size:12px;width:100%;height:100%;color:var(--nut-tabs-tab-smile-color, var(--nut-primary-color, #fa2c19))}.nut-tabs.vertical{flex-direction:row;width:100%}.nut-tabs.vertical>.nut-tabs__titles{flex-direction:column;height:auto;padding:10px 0;width:var(--nut-tabs-vertical-titles-width, 100px)}.nut-tabs.vertical>.nut-tabs__titles .nut-tabs__list{flex-direction:column}.nut-tabs.vertical>.nut-tabs__titles.scrollable{overflow-x:hidden;overflow-y:auto;height:auto}.nut-tabs.vertical>.nut-tabs__titles.scrollable .nut-tabs__titles-placeholder{height:22px}.nut-tabs.vertical>.nut-tabs__titles .nut-tabs__titles-item{min-width:var(--nut-tabs-horizontal-titles-item-min-width, 50px);width:100%;height:var(--nut-tabs-vertical-titles-item-height, 40px);flex:none}.nut-tabs.vertical>.nut-tabs__titles .nut-tabs__titles-item__line{bottom:none;transform:translate(0, -50%);transition:height .3s ease;width:0;height:0}.nut-tabs.vertical>.nut-tabs__titles .nut-tabs__titles-item.active{background-color:#fff}.nut-tabs.vertical>.nut-tabs__titles .nut-tabs__titles-item.active .nut-tabs__titles-item__line{left:10px;width:3px;background:var(--nut-tabs-vertical-tab-line-color, linear-gradient(180deg, var(--nut-primary-color, #fa2c19) 0%, rgba(250, 44, 25, 0.15) 100%));height:var(--nut-tabs-vertical-titles-item-active-line-height, 14px)}.nut-tabs.vertical>.nut-tabs__titles .nut-tabs__titles-item.active .nut-tabs__titles-item__smile{position:absolute;right:-8px;bottom:2px;left:auto;width:36px;transform:rotate(320deg);height:var(--nut-tabs-vertical-titles-item-active-line-height, 14px)}.nut-tabs.vertical .nut-tabs__content{flex:1;flex-direction:column}.nut-tabs.vertical .nut-tabs__content .nut-tab-pane{height:100%}.nut-tabs__titles.large .nut-tabs__titles-item{font-size:var(--nut-tabs-titles-item-large-font-size, var(--nut-font-size-3, 16px))}.nut-tabs__titles.normal .nut-tabs__titles-item{font-size:var(--nut-tabs-titles-item-font-size, var(--nut-font-size-2, 14px))}.nut-tabs__titles.small .nut-tabs__titles-item{font-size:var(--nut-tabs-titles-item-small-font-size, var(--nut-font-size-1, 12px))}.nut-tabs__titles::-webkit-scrollbar{display:none;width:0;background:rgba(0,0,0,0)}.nut-tabs__titles.smile .nut-tabs__titles-item.active .nut-tabs__titles-item__smile{width:36px;height:10px}.nut-tabs__content{display:flex;box-sizing:border-box}.nut-tabs .nut-tabs__titles-item.nut-tabs__titles-placeholder{width:auto;min-width:10px}.nut-tabs .nut-tabs__titles-item .taro{height:46px;line-height:46px}
|
|
@@ -25,44 +25,123 @@
|
|
|
25
25
|
.nut-tabs {
|
|
26
26
|
display: flex;
|
|
27
27
|
overflow: hidden;
|
|
28
|
+
.nut-tabs__titles {
|
|
29
|
+
display: flex;
|
|
30
|
+
user-select: none;
|
|
31
|
+
white-space: nowrap;
|
|
32
|
+
flex-shrink: 0;
|
|
33
|
+
background: $tabs-titles-background-color;
|
|
34
|
+
border-radius: $tabs-titles-border-radius;
|
|
35
|
+
.nut-tabs__list {
|
|
36
|
+
width: 100%;
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-shrink: 0;
|
|
39
|
+
}
|
|
40
|
+
.nut-tabs__titles-item {
|
|
41
|
+
position: relative;
|
|
42
|
+
font-size: $tabs-titles-item-font-size;
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
justify-content: center;
|
|
46
|
+
color: $tabs-titles-item-color;
|
|
47
|
+
&__text {
|
|
48
|
+
&.ellipsis {
|
|
49
|
+
@include oneline-ellipsis();
|
|
50
|
+
}
|
|
51
|
+
text-align: center;
|
|
52
|
+
}
|
|
53
|
+
&__smile {
|
|
54
|
+
.nut-icon {
|
|
55
|
+
position: absolute;
|
|
56
|
+
font-size: 12px;
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 100%;
|
|
59
|
+
color: $tabs-tab-smile-color;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
&__smile,
|
|
63
|
+
&__line {
|
|
64
|
+
position: absolute;
|
|
65
|
+
transition: width 0.3s ease;
|
|
66
|
+
width: 0;
|
|
67
|
+
height: 0;
|
|
68
|
+
content: ' ';
|
|
69
|
+
bottom: 15%;
|
|
70
|
+
left: 50%;
|
|
71
|
+
transform: translate(-50%, 0);
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
border-radius: $tabs-titles-item-line-border-radius;
|
|
74
|
+
opacity: $tabs-titles-item-line-opacity;
|
|
75
|
+
}
|
|
76
|
+
&.active {
|
|
77
|
+
font-weight: bold;
|
|
78
|
+
color: $tabs-titles-item-active-color;
|
|
79
|
+
.nut-tabs__titles-item__line {
|
|
80
|
+
content: ' ';
|
|
81
|
+
width: $tabs-horizontal-titles-item-active-line-width;
|
|
82
|
+
height: 3px;
|
|
83
|
+
background: $tabs-horizontal-tab-line-color;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
&.disabled {
|
|
87
|
+
color: $disable-color;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
28
91
|
&.horizontal {
|
|
29
92
|
flex-direction: column;
|
|
93
|
+
.nut-sticky__box > .nut-tabs__titles,
|
|
94
|
+
> .nut-tabs__titles {
|
|
95
|
+
flex-direction: row;
|
|
96
|
+
height: $tabs-horizontal-titles-height;
|
|
97
|
+
.nut-tabs__list {
|
|
98
|
+
height: 100%;
|
|
99
|
+
}
|
|
100
|
+
&.scrollable {
|
|
101
|
+
overflow-x: auto;
|
|
102
|
+
overflow-y: hidden;
|
|
103
|
+
}
|
|
104
|
+
.nut-tabs__titles-item {
|
|
105
|
+
flex: 1 0 auto;
|
|
106
|
+
min-width: $tabs-horizontal-titles-item-min-width;
|
|
107
|
+
width: 0;
|
|
108
|
+
|
|
109
|
+
&__smile {
|
|
110
|
+
.nut-icon {
|
|
111
|
+
position: absolute;
|
|
112
|
+
font-size: 12px;
|
|
113
|
+
width: 100%;
|
|
114
|
+
height: 100%;
|
|
115
|
+
color: $tabs-tab-smile-color;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
30
120
|
}
|
|
31
121
|
&.vertical {
|
|
32
122
|
flex-direction: row;
|
|
33
123
|
width: 100%;
|
|
34
|
-
.nut-tabs__titles {
|
|
124
|
+
> .nut-tabs__titles {
|
|
35
125
|
flex-direction: column;
|
|
36
|
-
height:
|
|
37
|
-
padding: 10px 0
|
|
126
|
+
height: auto;
|
|
127
|
+
padding: 10px 0;
|
|
38
128
|
width: $tabs-vertical-titles-width;
|
|
39
|
-
flex-shrink: 0;
|
|
40
129
|
.nut-tabs__list {
|
|
41
|
-
width: 100%;
|
|
42
|
-
display: flex;
|
|
43
130
|
flex-direction: column;
|
|
44
|
-
flex-shrink: 0;
|
|
45
131
|
}
|
|
46
132
|
&.scrollable {
|
|
47
133
|
overflow-x: hidden;
|
|
48
134
|
overflow-y: auto;
|
|
49
|
-
.nut-tabs__titles-item {
|
|
50
|
-
padding: 0 10px 0 15px;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
&.scroll-vertical {
|
|
54
|
-
overflow-y: scroll;
|
|
55
135
|
height: auto;
|
|
56
136
|
.nut-tabs__titles-placeholder {
|
|
57
137
|
height: 22px;
|
|
58
138
|
}
|
|
59
139
|
}
|
|
60
|
-
|
|
140
|
+
.nut-tabs__titles-item {
|
|
141
|
+
min-width: $tabs-horizontal-titles-item-min-width;
|
|
142
|
+
width: 100%;
|
|
61
143
|
height: $tabs-vertical-titles-item-height;
|
|
62
144
|
flex: none;
|
|
63
|
-
&__smile {
|
|
64
|
-
transition: width 0.3s ease;
|
|
65
|
-
}
|
|
66
145
|
&__line {
|
|
67
146
|
bottom: none;
|
|
68
147
|
transform: translate(0, -50%);
|
|
@@ -72,7 +151,6 @@
|
|
|
72
151
|
}
|
|
73
152
|
&.active {
|
|
74
153
|
background-color: #fff;
|
|
75
|
-
|
|
76
154
|
.nut-tabs__titles-item__line {
|
|
77
155
|
left: 10px;
|
|
78
156
|
width: 3px;
|
|
@@ -80,10 +158,11 @@
|
|
|
80
158
|
height: $tabs-vertical-titles-item-active-line-height;
|
|
81
159
|
}
|
|
82
160
|
.nut-tabs__titles-item__smile {
|
|
161
|
+
position: absolute;
|
|
83
162
|
right: -8px;
|
|
84
163
|
bottom: 2px;
|
|
85
164
|
left: auto;
|
|
86
|
-
width:
|
|
165
|
+
width: 36px;
|
|
87
166
|
transform: rotate(320deg);
|
|
88
167
|
height: $tabs-vertical-titles-item-active-line-height;
|
|
89
168
|
}
|
|
@@ -100,33 +179,14 @@
|
|
|
100
179
|
}
|
|
101
180
|
|
|
102
181
|
&__titles {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
display: flex;
|
|
106
|
-
user-select: none;
|
|
107
|
-
background: $tabs-titles-background-color;
|
|
108
|
-
border-radius: $tabs-titles-border-radius;
|
|
109
|
-
flex-shrink: 0;
|
|
110
|
-
.nut-tabs__list {
|
|
111
|
-
width: 100%;
|
|
112
|
-
height: $tabs-horizontal-titles-height;
|
|
113
|
-
display: flex;
|
|
114
|
-
flex-shrink: 0;
|
|
182
|
+
&.large .nut-tabs__titles-item {
|
|
183
|
+
font-size: $tabs-titles-item-large-font-size;
|
|
115
184
|
}
|
|
116
|
-
&.
|
|
117
|
-
|
|
118
|
-
font-size: $tabs-titles-item-large-font-size;
|
|
119
|
-
}
|
|
185
|
+
&.normal .nut-tabs__titles-item {
|
|
186
|
+
font-size: $tabs-titles-item-font-size;
|
|
120
187
|
}
|
|
121
|
-
&.
|
|
122
|
-
|
|
123
|
-
font-size: $tabs-titles-item-font-size;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
&.small {
|
|
127
|
-
.nut-tabs__titles-item {
|
|
128
|
-
font-size: $tabs-titles-item-small-font-size;
|
|
129
|
-
}
|
|
188
|
+
&.small .nut-tabs__titles-item {
|
|
189
|
+
font-size: $tabs-titles-item-small-font-size;
|
|
130
190
|
}
|
|
131
191
|
&::-webkit-scrollbar {
|
|
132
192
|
display: none;
|
|
@@ -144,84 +204,21 @@
|
|
|
144
204
|
}
|
|
145
205
|
}
|
|
146
206
|
}
|
|
147
|
-
&.scrollable {
|
|
148
|
-
overflow-x: auto;
|
|
149
|
-
overflow-y: hidden;
|
|
150
|
-
.nut-tabs__titles-item {
|
|
151
|
-
width: auto;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
&-item {
|
|
155
|
-
position: relative;
|
|
156
|
-
font-size: $tabs-titles-item-font-size;
|
|
157
|
-
flex: 1 0 auto;
|
|
158
|
-
min-width: $tabs-horizontal-titles-item-min-width;
|
|
159
|
-
width: 0;
|
|
160
|
-
display: flex;
|
|
161
|
-
align-items: center;
|
|
162
|
-
justify-content: center;
|
|
163
|
-
color: $tabs-titles-item-color;
|
|
164
|
-
&__text {
|
|
165
|
-
&.ellipsis {
|
|
166
|
-
@include oneline-ellipsis();
|
|
167
|
-
}
|
|
168
|
-
text-align: center;
|
|
169
|
-
}
|
|
170
|
-
&__smile,
|
|
171
|
-
&__line {
|
|
172
|
-
position: absolute;
|
|
173
|
-
transition: width 0.3s ease;
|
|
174
|
-
width: 0;
|
|
175
|
-
height: 0;
|
|
176
|
-
content: ' ';
|
|
177
|
-
bottom: 15%;
|
|
178
|
-
left: 50%;
|
|
179
|
-
transform: translate(-50%, 0);
|
|
180
|
-
overflow: hidden;
|
|
181
|
-
border-radius: $tabs-titles-item-line-border-radius;
|
|
182
|
-
opacity: $tabs-titles-item-line-opacity;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
&__smile {
|
|
186
|
-
.nut-icon {
|
|
187
|
-
position: absolute;
|
|
188
|
-
font-size: 12px;
|
|
189
|
-
width: 100%;
|
|
190
|
-
height: 100%;
|
|
191
|
-
color: $tabs-tab-smile-color;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
&.disabled {
|
|
196
|
-
color: $disable-color;
|
|
197
|
-
}
|
|
198
|
-
&.active {
|
|
199
|
-
font-weight: bold;
|
|
200
|
-
color: $tabs-titles-item-active-color;
|
|
201
|
-
.nut-tabs__titles-item__line {
|
|
202
|
-
content: ' ';
|
|
203
|
-
width: $tabs-horizontal-titles-item-active-line-width;
|
|
204
|
-
height: 3px;
|
|
205
|
-
background: $tabs-horizontal-tab-line-color;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
207
|
}
|
|
210
208
|
&__content {
|
|
211
209
|
display: flex;
|
|
212
210
|
box-sizing: border-box;
|
|
213
211
|
}
|
|
214
212
|
}
|
|
215
|
-
.tabs
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
line-height: 46px;
|
|
213
|
+
.nut-tabs {
|
|
214
|
+
.nut-tabs__titles-item {
|
|
215
|
+
&.nut-tabs__titles-placeholder {
|
|
216
|
+
width: auto;
|
|
217
|
+
min-width: 10px;
|
|
218
|
+
}
|
|
219
|
+
.taro {
|
|
220
|
+
height: 46px;
|
|
221
|
+
line-height: 46px;
|
|
222
|
+
}
|
|
226
223
|
}
|
|
227
224
|
}
|
package/dist/packages/tag/Tag.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { computed, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot, createBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { c as createComponent } from "../component-
|
|
2
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
3
3
|
import { Close } from "@nutui/icons-vue";
|
|
4
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
4
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
5
5
|
const { create } = createComponent("tag");
|
|
6
6
|
const _sfc_main = create({
|
|
7
7
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ref, computed, onMounted, nextTick, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import { c as createComponent } from "../component-
|
|
3
|
-
import { u as useLocale } from "../index-
|
|
4
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
3
|
+
import { u as useLocale } from "../index-s3RgMhc7.js";
|
|
4
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
5
5
|
import "@nutui/nutui/dist/packages/locale/lang";
|
|
6
|
-
import "../util-
|
|
6
|
+
import "../util-4Jkyw4BJ.js";
|
|
7
7
|
const { create } = createComponent("textarea");
|
|
8
8
|
const cN = "NutTextarea";
|
|
9
9
|
const _sfc_main = create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.nut-theme-dark .nut-textarea{background:var(--nut-dark-background, #131313)}.nut-theme-dark .nut-textarea__textarea{color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-textarea{position:relative;width:100%;box-sizing:border-box;display:flex;background:var(--nut-white, #fff);font-size:var(--nut-textarea-font, var(--nut-font-size-2, 14px));padding:10px 25px}.nut-textarea--disabled .nut-textarea__textarea,.nut-textarea--disabled .nut-textarea__limit{cursor:not-allowed;color:var(--nut-textarea-disabled-color, var(--nut-disable-color, #cccccc)) !important}.nut-textarea__limit{position:absolute;right:15px;bottom:12px;font-size:var(--nut-textarea-font, var(--nut-font-size-2, 14px));color:var(--nut-textarea-limit-color, var(--nut-text-color, #808080))}.nut-textarea__textarea{outline:none;display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;font-size:var(--nut-textarea-font, var(--nut-font-size-2, 14px));color:var(--nut-textarea-text-color, var(--nut-title-color, #1a1a1a));text-align:left;background-color:rgba(0,0,0,0);border:none;resize:none;line-height:20px}.nut-textarea__textarea .taro-textarea{font-size:14px}.nut-textarea__textarea__readonly{padding:5px 10px}.nut-textarea__ali{line-height:17px}.nut-textarea .nut-textarea__cpoyText{position:absolute;top:-999999px;left:-999999px;font-size:14px;line-height:1.5;font-family:monospace}
|
|
1
|
+
.nut-theme-dark .nut-textarea{background:var(--nut-dark-background, #131313)}.nut-theme-dark .nut-textarea__textarea{color:var(--nut-dark-color, var(--nut-white, #fff))}.nut-textarea{position:relative;width:100%;box-sizing:border-box;display:flex;background:var(--nut-white, #fff);font-size:var(--nut-textarea-font, var(--nut-font-size-2, 14px));padding:10px 25px}.nut-textarea--disabled .nut-textarea__textarea,.nut-textarea--disabled .nut-textarea__limit{cursor:not-allowed;color:var(--nut-textarea-disabled-color, var(--nut-disable-color, #cccccc)) !important}.nut-textarea__limit{position:absolute;right:15px;bottom:12px;font-size:var(--nut-textarea-font, var(--nut-font-size-2, 14px));color:var(--nut-textarea-limit-color, var(--nut-text-color, #808080))}.nut-textarea__textarea{outline:none;display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;font-size:var(--nut-textarea-font, var(--nut-font-size-2, 14px));color:var(--nut-textarea-text-color, var(--nut-title-color, #1a1a1a));text-align:left;background-color:rgba(0,0,0,0);border:none;resize:none;line-height:20px}.nut-textarea__textarea .taro-textarea{font-size:14px;resize:none}.nut-textarea__textarea__readonly{padding:5px 10px}.nut-textarea__ali{line-height:17px}.nut-textarea .nut-textarea__cpoyText{position:absolute;top:-999999px;left:-999999px;font-size:14px;line-height:1.5;font-family:monospace}
|
|
@@ -18,8 +18,8 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { inject, reactive, computed, toRefs, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString } from "vue";
|
|
21
|
-
import { c as createComponent } from "../component-
|
|
22
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
21
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
22
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
23
23
|
const { create } = createComponent("time-detail");
|
|
24
24
|
const _sfc_main = create({
|
|
25
25
|
name: "timedetail",
|
|
@@ -18,8 +18,8 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { inject, reactive, computed, toRefs, openBlock, createElementBlock, normalizeClass, toDisplayString } from "vue";
|
|
21
|
-
import { c as createComponent } from "../component-
|
|
22
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
21
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
22
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
23
23
|
const { componentName, create } = createComponent("time-pannel");
|
|
24
24
|
const _sfc_main = create({
|
|
25
25
|
name: "timepannel",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { computed, provide, resolveComponent, openBlock, createBlock, normalizeStyle, withCtx, createElementVNode, createElementBlock, toDisplayString, renderSlot } from "vue";
|
|
2
|
-
import { c as createComponent } from "../component-
|
|
3
|
-
import { N as NutPopup } from "../index-
|
|
4
|
-
import { u as useLocale } from "../index-
|
|
5
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
2
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
3
|
+
import { N as NutPopup } from "../index-rbZsBckW.js";
|
|
4
|
+
import { u as useLocale } from "../index-s3RgMhc7.js";
|
|
5
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
6
6
|
import "@nutui/icons-vue";
|
|
7
7
|
import "../overlay/Overlay.js";
|
|
8
|
-
import "../util-
|
|
8
|
+
import "../util-4Jkyw4BJ.js";
|
|
9
9
|
import "@nutui/nutui/dist/packages/locale/lang";
|
|
10
10
|
const { create } = createComponent("time-select");
|
|
11
11
|
const cN = "NutTimeSelect";
|
|
@@ -18,12 +18,12 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { reactive, onMounted, watch, computed, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, createElementBlock, resolveDynamicComponent, createCommentVNode, toDisplayString, vShow, createVNode, render } from "vue";
|
|
21
|
-
import { c as createComponent } from "../component-
|
|
22
|
-
import { r as renderIcon } from "../renderIcon
|
|
23
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
24
|
-
import { C as CreateComponent } from "../mountComponent-
|
|
21
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
22
|
+
import { r as renderIcon } from "../renderIcon--EgZu5_5.js";
|
|
23
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
24
|
+
import { C as CreateComponent } from "../mountComponent-uInXoTMp.js";
|
|
25
25
|
import { Success, Failure, Tips, Loading } from "@nutui/icons-vue";
|
|
26
|
-
import "../util-
|
|
26
|
+
import "../util-4Jkyw4BJ.js";
|
|
27
27
|
const { create } = createComponent("toast");
|
|
28
28
|
const _sfc_main = create({
|
|
29
29
|
components: {},
|
|
@@ -18,14 +18,14 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { reactive, ref, computed, onMounted, watch, toRefs, nextTick, resolveComponent, openBlock, createElementBlock, normalizeClass, withDirectives, createElementVNode, vShow, Fragment, renderList, normalizeStyle, createCommentVNode, createVNode, withCtx, renderSlot, toDisplayString } from "vue";
|
|
21
|
-
import { c as createComponent } from "../component-
|
|
22
|
-
import { u as useRect } from "../index-
|
|
21
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
22
|
+
import { u as useRect } from "../index-rf29bejW.js";
|
|
23
23
|
import { Close } from "@nutui/icons-vue";
|
|
24
24
|
import NutPopover from "../popover/Popover.js";
|
|
25
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
26
|
-
import "../renderIcon
|
|
27
|
-
import "../util-
|
|
28
|
-
import "../index-
|
|
25
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
26
|
+
import "../renderIcon--EgZu5_5.js";
|
|
27
|
+
import "../util-4Jkyw4BJ.js";
|
|
28
|
+
import "../index-rbZsBckW.js";
|
|
29
29
|
import "../overlay/Overlay.js";
|
|
30
30
|
const { create } = createComponent("tour");
|
|
31
31
|
const _sfc_main = create({
|
|
@@ -18,10 +18,10 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import { reactive, computed, toRefs, resolveComponent, openBlock, createElementBlock, normalizeStyle, toDisplayString, createCommentVNode, renderSlot, createVNode } from "vue";
|
|
21
|
-
import { m as myFixed } from "../util-
|
|
22
|
-
import { c as createComponent } from "../component-
|
|
21
|
+
import { m as myFixed } from "../util-4Jkyw4BJ.js";
|
|
22
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
23
23
|
import { TriangleUp, TriangleDown } from "@nutui/icons-vue";
|
|
24
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
24
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
25
25
|
const { create } = createComponent("trend-arrow");
|
|
26
26
|
const _sfc_main = create({
|
|
27
27
|
components: { TriangleUp, TriangleDown },
|
|
@@ -5,13 +5,13 @@ var __publicField = (obj, key, value) => {
|
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
7
|
import { ref, watch, h, reactive, resolveComponent, openBlock, createElementBlock, renderSlot, createBlock, resolveDynamicComponent, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createVNode } from "vue";
|
|
8
|
-
import { c as createComponent } from "../component-
|
|
9
|
-
import { f as funInterceptor } from "../Interceptor-
|
|
8
|
+
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
9
|
+
import { f as funInterceptor } from "../Interceptor-WYVtGbGC.js";
|
|
10
10
|
import NutProgress from "../progress/Progress.js";
|
|
11
11
|
import { Photograph, Failure, Loading, Del, Link } from "@nutui/icons-vue";
|
|
12
|
-
import { u as useLocale } from "../index-
|
|
13
|
-
import { _ as _export_sfc } from "../_plugin-vue_export-helper-
|
|
14
|
-
import "../util-
|
|
12
|
+
import { u as useLocale } from "../index-s3RgMhc7.js";
|
|
13
|
+
import { _ as _export_sfc } from "../_plugin-vue_export-helper-yVxbj29m.js";
|
|
14
|
+
import "../util-4Jkyw4BJ.js";
|
|
15
15
|
import "@nutui/nutui/dist/packages/locale/lang";
|
|
16
16
|
class UploadOptions {
|
|
17
17
|
constructor() {
|