@nutui/nutui 4.3.1 → 4.3.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.
Files changed (130) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist/nutui.es.js +2 -4
  3. package/dist/nutui.js +6035 -6408
  4. package/dist/nutui.umd.js +1 -1
  5. package/dist/packages/actionsheet/ActionSheet.js +1 -1
  6. package/dist/packages/address/Address.js +1 -1
  7. package/dist/packages/addresslist/AddressList.js +2 -2
  8. package/dist/packages/animate/Animate.js +51 -44
  9. package/dist/packages/backtop/Backtop.js +79 -89
  10. package/dist/packages/calendar/Calendar.js +814 -3
  11. package/dist/packages/calendar/index.scss +0 -1
  12. package/dist/packages/calendarcard/CalendarCard.js +1 -1
  13. package/dist/packages/card/Card.js +4 -4
  14. package/dist/packages/cascader/Cascader.js +1 -1
  15. package/dist/packages/checkbox/Checkbox.js +1 -1
  16. package/dist/packages/circleprogress/CircleProgress.js +90 -97
  17. package/dist/packages/col/Col.js +41 -30
  18. package/dist/packages/comment/Comment.js +2 -2
  19. package/dist/packages/{common-LvGbU-A3.js → common-FZL3qC99.js} +5 -2
  20. package/dist/packages/dialog/Dialog.js +1 -1
  21. package/dist/packages/ecard/Ecard.js +2 -2
  22. package/dist/packages/form/Form.js +3 -1
  23. package/dist/packages/formitem/FormItem.js +1 -1
  24. package/dist/packages/imagepreview/ImagePreview.js +1 -1
  25. package/dist/packages/{index-wY4t0zYt.js → index-BqB5dTeo.js} +29 -17
  26. package/dist/packages/{index.vue_vue_type_script_lang-w2sgcysj.js → index.vue_vue_type_script_lang-n0HbjvfF.js} +1 -1
  27. package/dist/packages/input/Input.js +8 -8
  28. package/dist/packages/inputnumber/InputNumber.js +84 -103
  29. package/dist/packages/invoice/Invoice.js +87 -138
  30. package/dist/packages/layout/Layout.js +3 -0
  31. package/dist/packages/menuitem/MenuItem.js +1 -1
  32. package/dist/packages/navbar/Navbar.js +103 -115
  33. package/dist/packages/notify/Notify.js +1 -1
  34. package/dist/packages/numberkeyboard/NumberKeyboard.js +1 -1
  35. package/dist/packages/popover/Popover.js +1 -1
  36. package/dist/packages/popup/Popup.js +1 -1
  37. package/dist/packages/price/Price.js +69 -77
  38. package/dist/packages/progress/Progress.js +96 -115
  39. package/dist/packages/radio/Radio.js +1 -1
  40. package/dist/packages/range/Range.js +1 -1
  41. package/dist/packages/rate/Rate.js +99 -141
  42. package/dist/packages/row/Row.js +43 -39
  43. package/dist/packages/searchbar/Searchbar.js +1 -1
  44. package/dist/packages/shortpassword/ShortPassword.js +1 -1
  45. package/dist/packages/sku/Sku.js +5 -5
  46. package/dist/packages/swipe/Swipe.js +96 -110
  47. package/dist/packages/swipegroup/SwipeGroup.js +41 -23
  48. package/dist/packages/switch/Switch.js +12 -4
  49. package/dist/packages/switch/index.css +1 -1
  50. package/dist/packages/switch/index.scss +1 -1
  51. package/dist/packages/tag/Tag.js +57 -66
  52. package/dist/packages/textarea/Textarea.js +1 -1
  53. package/dist/packages/timeselect/TimeSelect.js +1 -1
  54. package/dist/packages/uploader/Uploader.js +5 -5
  55. package/dist/smartips/web-types.json +12 -3
  56. package/dist/style.css +1 -1
  57. package/dist/styles/base-jdb.css +1 -1
  58. package/dist/styles/base-jddkh.css +1 -1
  59. package/dist/styles/base-jdt.css +1 -1
  60. package/dist/styles/themes/default.scss +0 -1
  61. package/dist/styles/themes/jdb.scss +0 -1
  62. package/dist/styles/themes/jddkh.scss +0 -1
  63. package/dist/styles/themes/jdt.scss +0 -1
  64. package/dist/styles/variables-jdb.scss +0 -1
  65. package/dist/styles/variables-jddkh.scss +0 -1
  66. package/dist/styles/variables-jdt.scss +0 -1
  67. package/dist/styles/variables.scss +0 -1
  68. package/dist/types/__VUE/animate/animate.vue.d.ts +75 -0
  69. package/dist/types/__VUE/animate/index.d.ts +6 -0
  70. package/dist/types/__VUE/backtop/backtop.vue.d.ts +87 -0
  71. package/dist/types/__VUE/backtop/index.d.ts +5 -0
  72. package/dist/types/__VUE/calendaritem/index.vue.d.ts +2 -12
  73. package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +88 -0
  74. package/dist/types/__VUE/circleprogress/index.d.ts +6 -0
  75. package/dist/types/__VUE/col/col.vue.d.ts +53 -0
  76. package/dist/types/__VUE/col/index.d.ts +5 -0
  77. package/dist/types/__VUE/form/common.d.ts +2 -0
  78. package/dist/types/__VUE/form/types.d.ts +0 -1
  79. package/dist/types/__VUE/input/index.vue.d.ts +1 -1
  80. package/dist/types/__VUE/inputnumber/index.d.ts +5 -0
  81. package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +112 -0
  82. package/dist/types/__VUE/invoice/index.d.ts +6 -0
  83. package/dist/types/__VUE/invoice/invoice.vue.d.ts +59 -0
  84. package/dist/types/__VUE/invoice/types.d.ts +12 -0
  85. package/dist/types/__VUE/layout/index.d.ts +4 -0
  86. package/dist/types/__VUE/layout/layout.vue.d.ts +10 -0
  87. package/dist/types/__VUE/navbar/index.d.ts +5 -0
  88. package/dist/types/__VUE/navbar/navbar.vue.d.ts +125 -0
  89. package/dist/types/__VUE/price/index.d.ts +6 -0
  90. package/dist/types/__VUE/price/price.vue.d.ts +83 -0
  91. package/dist/types/__VUE/progress/index.d.ts +6 -0
  92. package/dist/types/__VUE/progress/progress.vue.d.ts +91 -0
  93. package/dist/types/__VUE/rate/index.d.ts +5 -0
  94. package/dist/types/__VUE/rate/rate.vue.d.ts +208 -0
  95. package/dist/types/__VUE/row/index.d.ts +5 -0
  96. package/dist/types/__VUE/row/row.vue.d.ts +71 -0
  97. package/dist/types/__VUE/swipe/index.d.ts +6 -0
  98. package/dist/types/__VUE/swipe/swipe.vue.d.ts +79 -0
  99. package/dist/types/__VUE/swipe/types.d.ts +1 -0
  100. package/dist/types/__VUE/swipegroup/index.d.ts +5 -0
  101. package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +47 -0
  102. package/dist/types/__VUE/switch/index.vue.d.ts +9 -0
  103. package/dist/types/__VUE/tag/index.d.ts +6 -0
  104. package/dist/types/__VUE/tag/tag.vue.d.ts +90 -0
  105. package/dist/types/__VUE/tag/types.d.ts +1 -1
  106. package/dist/types/index.d.ts +32 -18
  107. package/package.json +1 -1
  108. package/dist/packages/calendaritem/CalendarItem.js +0 -819
  109. package/dist/packages/calendaritem/index.css +0 -0
  110. package/dist/packages/calendaritem/index.mjs +0 -2
  111. package/dist/packages/calendaritem/index.scss +0 -0
  112. package/dist/packages/calendaritem/style/css.mjs +0 -2
  113. package/dist/packages/calendaritem/style/index.mjs +0 -2
  114. package/dist/packages/types-Ynmct7na.js +0 -4
  115. package/dist/types/__VUE/animate/index.vue.d.ts +0 -71
  116. package/dist/types/__VUE/backtop/index.vue.d.ts +0 -98
  117. package/dist/types/__VUE/circleprogress/index.vue.d.ts +0 -95
  118. package/dist/types/__VUE/col/index.vue.d.ts +0 -42
  119. package/dist/types/__VUE/inputnumber/index.vue.d.ts +0 -117
  120. package/dist/types/__VUE/invoice/index.vue.d.ts +0 -53
  121. package/dist/types/__VUE/layout/index.vue.d.ts +0 -12
  122. package/dist/types/__VUE/navbar/index.vue.d.ts +0 -129
  123. package/dist/types/__VUE/price/index.vue.d.ts +0 -97
  124. package/dist/types/__VUE/progress/index.vue.d.ts +0 -120
  125. package/dist/types/__VUE/rate/index.vue.d.ts +0 -240
  126. package/dist/types/__VUE/row/index.vue.d.ts +0 -62
  127. package/dist/types/__VUE/swipe/index.vue.d.ts +0 -70
  128. package/dist/types/__VUE/swipegroup/index.vue.d.ts +0 -26
  129. package/dist/types/__VUE/tag/index.vue.d.ts +0 -94
  130. /package/dist/types/__VUE/animate/{type.d.ts → types.d.ts} +0 -0
@@ -0,0 +1,5 @@
1
+ import SwipeGroup from './swipe-group.vue';
2
+ import type { ComponentPublicInstance } from 'vue';
3
+ export type { SwipeGroupProps } from './swipe-group.vue';
4
+ export type SwipeGroupInstance = ComponentPublicInstance & InstanceType<typeof SwipeGroup>;
5
+ export { SwipeGroup, SwipeGroup as default };
@@ -0,0 +1,47 @@
1
+ import type { WithInstall } from '../../utils';
2
+ export type SwipeGroupProps = Partial<{
3
+ lock: boolean;
4
+ }>;
5
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
6
+ lock: boolean;
7
+ }>>, {
8
+ lock: boolean;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
10
+ lock: boolean;
11
+ }>>, {
12
+ lock: boolean;
13
+ }>>>, {
14
+ lock: boolean;
15
+ }, {}>, {
16
+ default?(_: {}): any;
17
+ }>;
18
+ declare const _nut_default: WithInstall<typeof _default>;
19
+ export default _nut_default;
20
+
21
+ declare module 'vue' {
22
+ interface GlobalComponents {
23
+ NutSwipeGroup: typeof _default;
24
+ }
25
+ }
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
@@ -7,6 +7,10 @@ declare const _default: Install< import("vue").DefineComponent<{
7
7
  type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
8
8
  default: boolean;
9
9
  };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
10
14
  disable: {
11
15
  type: BooleanConstructor;
12
16
  default: boolean;
@@ -53,6 +57,10 @@ declare const _default: Install< import("vue").DefineComponent<{
53
57
  type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
54
58
  default: boolean;
55
59
  };
60
+ disabled: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
56
64
  disable: {
57
65
  type: BooleanConstructor;
58
66
  default: boolean;
@@ -91,6 +99,7 @@ declare const _default: Install< import("vue").DefineComponent<{
91
99
  "onUpdate:loading"?: ((...args: any[]) => any) | undefined;
92
100
  }, {
93
101
  loading: boolean;
102
+ disabled: boolean;
94
103
  activeColor: string;
95
104
  activeText: string;
96
105
  modelValue: string | number | boolean;
@@ -0,0 +1,6 @@
1
+ import Tag from './tag.vue';
2
+ import type { ComponentPublicInstance } from 'vue';
3
+ export type { TagProps } from './tag.vue';
4
+ export type { TagType } from './types';
5
+ export type TagInstance = ComponentPublicInstance & InstanceType<typeof Tag>;
6
+ export { Tag, Tag as default };
@@ -0,0 +1,90 @@
1
+ import type { WithInstall } from '../../utils';
2
+ import { TagType } from './types';
3
+ export type TagProps = Partial<{
4
+ color: string;
5
+ textColor: string;
6
+ type: TagType;
7
+ plain: boolean;
8
+ round: boolean;
9
+ mark: boolean;
10
+ closeable: boolean;
11
+ }>;
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
13
+ color: string;
14
+ textColor: string;
15
+ type: TagType;
16
+ plain: boolean;
17
+ round: boolean;
18
+ mark: boolean;
19
+ closeable: boolean;
20
+ }>>, {
21
+ color: string;
22
+ textColor: string;
23
+ type: string;
24
+ plain: boolean;
25
+ round: boolean;
26
+ mark: boolean;
27
+ closeable: boolean;
28
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ click: (...args: any[]) => void;
30
+ close: (...args: any[]) => void;
31
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
32
+ color: string;
33
+ textColor: string;
34
+ type: TagType;
35
+ plain: boolean;
36
+ round: boolean;
37
+ mark: boolean;
38
+ closeable: boolean;
39
+ }>>, {
40
+ color: string;
41
+ textColor: string;
42
+ type: string;
43
+ plain: boolean;
44
+ round: boolean;
45
+ mark: boolean;
46
+ closeable: boolean;
47
+ }>>> & {
48
+ onClick?: ((...args: any[]) => any) | undefined;
49
+ onClose?: ((...args: any[]) => any) | undefined;
50
+ }, {
51
+ round: boolean;
52
+ color: string;
53
+ plain: boolean;
54
+ type: TagType;
55
+ mark: boolean;
56
+ closeable: boolean;
57
+ textColor: string;
58
+ }, {}>, {
59
+ default?(_: {}): any;
60
+ }>;
61
+ declare const _nut_default: WithInstall<typeof _default>;
62
+ export default _nut_default;
63
+
64
+ declare module 'vue' {
65
+ interface GlobalComponents {
66
+ NutTag: typeof _default;
67
+ }
68
+ }
69
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
+ type __VLS_TypePropsToRuntimeProps<T> = {
71
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
72
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
73
+ } : {
74
+ type: import('vue').PropType<T[K]>;
75
+ required: true;
76
+ };
77
+ };
78
+ type __VLS_WithDefaults<P, D> = {
79
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
80
+ default: D[K];
81
+ }> : P[K];
82
+ };
83
+ type __VLS_Prettify<T> = {
84
+ [K in keyof T]: T[K];
85
+ } & {};
86
+ type __VLS_WithTemplateSlots<T, S> = T & {
87
+ new (): {
88
+ $slots: S;
89
+ };
90
+ };
@@ -1 +1 @@
1
- export type TagType = 'primary' | 'success' | 'danger' | 'warning';
1
+ export type TagType = 'primary' | 'success' | 'danger' | 'warning' | 'default';
@@ -8,16 +8,20 @@ import Overlay from './__VUE/overlay/index.vue';
8
8
  import Popup from './__VUE/popup/index.vue';
9
9
  import ConfigProvider from './__VUE/configprovider/index.vue';
10
10
  import Image from './__VUE/image/index.vue';
11
- import Layout from './__VUE/layout/index.vue';
12
- import Col from './__VUE/col/index.vue';
13
- import Row from './__VUE/row/index.vue';
11
+ import Layout from './__VUE/layout/index';
12
+ export * from './__VUE/layout/index';
13
+ import Col from './__VUE/col/index';
14
+ export * from './__VUE/col/index';
15
+ import Row from './__VUE/row/index';
16
+ export * from './__VUE/row/index';
14
17
  import Sticky from './__VUE/sticky/index.vue';
15
18
  import Divider from './__VUE/divider/index';
16
19
  export * from './__VUE/divider/index';
17
20
  import Grid from './__VUE/grid/index.vue';
18
21
  import GridItem from './__VUE/griditem/index.vue';
19
22
  import Space from './__VUE/space/index.vue';
20
- import Navbar from './__VUE/navbar/index.vue';
23
+ import Navbar from './__VUE/navbar/index';
24
+ export * from './__VUE/navbar/index';
21
25
  import FixedNav from './__VUE/fixednav/index.vue';
22
26
  import Menu from './__VUE/menu/index.vue';
23
27
  import MenuItem from './__VUE/menuitem/index.vue';
@@ -40,12 +44,13 @@ export * from './__VUE/calendarcard/index';
40
44
  import Checkbox from './__VUE/checkbox/index.vue';
41
45
  import CheckboxGroup from './__VUE/checkboxgroup/index.vue';
42
46
  import DatePicker from './__VUE/datepicker/index.vue';
43
- import InputNumber from './__VUE/inputnumber/index.vue';
47
+ import InputNumber from './__VUE/inputnumber/index';
48
+ export * from './__VUE/inputnumber/index';
44
49
  import Input from './__VUE/input/index.vue';
45
50
  import Radio from './__VUE/radio/index.vue';
46
51
  import RadioGroup from './__VUE/radiogroup/index.vue';
47
- import Rate from './__VUE/rate/index.vue';
48
- import CalendarItem from './__VUE/calendaritem/index.vue';
52
+ import Rate from './__VUE/rate/index';
53
+ export * from './__VUE/rate/index';
49
54
  import Picker from './__VUE/picker/index.vue';
50
55
  import ShortPassword from './__VUE/shortpassword/index.vue';
51
56
  import Textarea from './__VUE/textarea/index.vue';
@@ -55,10 +60,13 @@ import Form from './__VUE/form/index';
55
60
  export * from './__VUE/form/index';
56
61
  import FormItem from './__VUE/formitem/index';
57
62
  export * from './__VUE/formitem/index';
58
- import Swipe from './__VUE/swipe/index.vue';
59
- import SwipeGroup from './__VUE/swipegroup/index.vue';
63
+ import Swipe from './__VUE/swipe/index';
64
+ export * from './__VUE/swipe/index';
65
+ import SwipeGroup from './__VUE/swipegroup/index';
66
+ export * from './__VUE/swipegroup/index';
60
67
  import ActionSheet from './__VUE/actionsheet/index.vue';
61
- import Backtop from './__VUE/backtop/index.vue';
68
+ import Backtop from './__VUE/backtop/index';
69
+ export * from './__VUE/backtop/index';
62
70
  import Drag from './__VUE/drag/index.vue';
63
71
  import Dialog from './__VUE/dialog/index.vue';
64
72
  import { showDialog } from './__VUE/dialog/index';
@@ -74,8 +82,10 @@ import AudioOperate from './__VUE/audiooperate/index.vue';
74
82
  import Avatar from './__VUE/avatar/index.vue';
75
83
  import AvatarGroup from './__VUE/avatargroup/index.vue';
76
84
  import List from './__VUE/list/index.vue';
77
- import Progress from './__VUE/progress/index.vue';
78
- import CircleProgress from './__VUE/circleprogress/index.vue';
85
+ import Progress from './__VUE/progress/index';
86
+ export * from './__VUE/progress/index';
87
+ import CircleProgress from './__VUE/circleprogress/index';
88
+ export * from './__VUE/circleprogress/index';
79
89
  import Noticebar from './__VUE/noticebar/index.vue';
80
90
  import Empty from './__VUE/empty/index.vue';
81
91
  import Video from './__VUE/video/index.vue';
@@ -83,13 +93,15 @@ import Steps from './__VUE/steps/index.vue';
83
93
  import Step from './__VUE/step/index.vue';
84
94
  import Swiper from './__VUE/swiper/index.vue';
85
95
  import SwiperItem from './__VUE/swiperitem/index.vue';
86
- import Price from './__VUE/price/index.vue';
96
+ import Price from './__VUE/price/index';
97
+ export * from './__VUE/price/index';
87
98
  import ImagePreview from './__VUE/imagepreview/index.vue';
88
99
  import { showImagePreview } from './__VUE/imagepreview/index';
89
100
  import Countup from './__VUE/countup/index.vue';
90
101
  import Countdown from './__VUE/countdown/index.vue';
91
102
  import Badge from './__VUE/badge/index.vue';
92
- import Tag from './__VUE/tag/index.vue';
103
+ import Tag from './__VUE/tag/index';
104
+ export * from './__VUE/tag/index';
93
105
  import Popover from './__VUE/popover/index.vue';
94
106
  import Skeleton from './__VUE/skeleton/index.vue';
95
107
  import Collapse from './__VUE/collapse/index';
@@ -97,7 +109,8 @@ export * from './__VUE/collapse/index';
97
109
  import CollapseItem from './__VUE/collapseitem/index';
98
110
  export * from './__VUE/collapseitem/index';
99
111
  import Table from './__VUE/table/index.vue';
100
- import Animate from './__VUE/animate/index.vue';
112
+ import Animate from './__VUE/animate/index';
113
+ export * from './__VUE/animate/index';
101
114
  import Ellipsis from './__VUE/ellipsis/index.vue';
102
115
  import Watermark from './__VUE/watermark/index.vue';
103
116
  import TrendArrow from './__VUE/trendarrow/index.vue';
@@ -115,11 +128,12 @@ import AddressList from './__VUE/addresslist/index.vue';
115
128
  import Category from './__VUE/category/index.vue';
116
129
  import CategoryPane from './__VUE/categorypane/index.vue';
117
130
  import Comment from './__VUE/comment/index.vue';
118
- import Invoice from './__VUE/invoice/index.vue';
131
+ import Invoice from './__VUE/invoice/index';
132
+ export * from './__VUE/invoice/index';
119
133
  import AvatarCropper from './__VUE/avatarcropper/index.vue';
120
134
  declare function install(app: App): void;
121
- declare const version = "4.3.1";
122
- export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Space, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, CalendarCard, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, SwipeGroup, ActionSheet, Backtop, Drag, Dialog, InfiniteLoading, PullRefresh, Notify, Switch, Toast, Audio, AudioOperate, Avatar, AvatarGroup, List, Progress, CircleProgress, Noticebar, Empty, Video, Steps, Step, Swiper, SwiperItem, Price, ImagePreview, Countup, Countdown, Badge, Tag, Popover, Skeleton, Collapse, CollapseItem, Table, Animate, Ellipsis, Watermark, TrendArrow, Tour, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Ecard, AddressList, Category, CategoryPane, Comment, Invoice, AvatarCropper, showDialog, showNotify, showToast, showImagePreview };
135
+ declare const version = "4.3.3";
136
+ export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Space, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, CalendarCard, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, SwipeGroup, ActionSheet, Backtop, Drag, Dialog, InfiniteLoading, PullRefresh, Notify, Switch, Toast, Audio, AudioOperate, Avatar, AvatarGroup, List, Progress, CircleProgress, Noticebar, Empty, Video, Steps, Step, Swiper, SwiperItem, Price, ImagePreview, Countup, Countdown, Badge, Tag, Popover, Skeleton, Collapse, CollapseItem, Table, Animate, Ellipsis, Watermark, TrendArrow, Tour, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Ecard, AddressList, Category, CategoryPane, Comment, Invoice, AvatarCropper, showDialog, showNotify, showToast, showImagePreview };
123
137
  declare const _default: {
124
138
  install: typeof install;
125
139
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui",
3
- "version": "4.3.1",
3
+ "version": "4.3.3",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",