@nutui/nutui 4.2.3 → 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.
Files changed (69) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/nutui.es.js +1 -1
  3. package/dist/nutui.js +5563 -5529
  4. package/dist/nutui.umd.js +1 -1
  5. package/dist/packages/address/Address.js +0 -1
  6. package/dist/packages/calendar/Calendar.js +3 -4
  7. package/dist/packages/calendaritem/CalendarItem.js +1 -2
  8. package/dist/packages/cascader/index.css +1 -1
  9. package/dist/packages/checkbox/Checkbox.js +148 -152
  10. package/dist/packages/checkboxgroup/CheckboxGroup.js +2 -3
  11. package/dist/packages/divider/Divider.js +2 -2
  12. package/dist/packages/elevator/Elevator.js +5 -6
  13. package/dist/packages/form/Form.js +9 -2
  14. package/dist/packages/formitem/FormItem.js +30 -3
  15. package/dist/packages/formitem/index.css +1 -1
  16. package/dist/packages/formitem/index.scss +25 -0
  17. package/dist/packages/imagepreview/ImagePreview.js +0 -1
  18. package/dist/packages/{index-cDNmNOtI.js → index-NLe0VBkN.js} +2 -3
  19. package/dist/packages/{index.vue_vue_type_script_lang-Lc2BXA17.js → index.vue_vue_type_script_lang-54PRh3YM.js} +0 -1
  20. package/dist/packages/{index.vue_vue_type_script_lang-KuoPcQZs.js → index.vue_vue_type_script_lang-MJYVRFbp.js} +10 -6
  21. package/dist/packages/inputnumber/InputNumber.js +1 -1
  22. package/dist/packages/invoice/Invoice.js +2 -2
  23. package/dist/packages/invoice/index.css +1 -1
  24. package/dist/packages/navbar/index.css +1 -1
  25. package/dist/packages/navbar/index.scss +5 -16
  26. package/dist/packages/popover/Popover.js +3 -2
  27. package/dist/packages/radio/Radio.js +1 -1
  28. package/dist/packages/radio/index.css +1 -1
  29. package/dist/packages/radio/index.scss +21 -0
  30. package/dist/packages/radiogroup/RadioGroup.js +1 -1
  31. package/dist/packages/radiogroup/index.scss +0 -5
  32. package/dist/packages/range/Range.js +0 -2
  33. package/dist/packages/swiper/Swiper.js +2 -3
  34. package/dist/packages/swiperitem/SwiperItem.js +7 -2
  35. package/dist/packages/tabs/Tabs.js +1 -1
  36. package/dist/packages/tabs/index.css +1 -1
  37. package/dist/packages/tabs/index.scss +114 -117
  38. package/dist/packages/textarea/index.css +1 -1
  39. package/dist/packages/textarea/index.scss +1 -0
  40. package/dist/smartips/web-types.json +28 -1
  41. package/dist/style.css +1 -1
  42. package/dist/types/__VUE/address/index.vue.d.ts +3 -3
  43. package/dist/types/__VUE/avatargroup/index.vue.d.ts +1 -1
  44. package/dist/types/__VUE/cell/index.vue.d.ts +1 -1
  45. package/dist/types/__VUE/checkbox/index.vue.d.ts +72 -1
  46. package/dist/types/__VUE/collapse/index.vue.d.ts +3 -28
  47. package/dist/types/__VUE/collapseitem/index.vue.d.ts +1 -1
  48. package/dist/types/__VUE/countup/index.vue.d.ts +2 -2
  49. package/dist/types/__VUE/divider/index.vue.d.ts +15 -1
  50. package/dist/types/__VUE/form/common.d.ts +9 -1
  51. package/dist/types/__VUE/form/index.vue.d.ts +18 -0
  52. package/dist/types/__VUE/form/types.d.ts +3 -1
  53. package/dist/types/__VUE/formitem/index.vue.d.ts +21 -1
  54. package/dist/types/__VUE/formitem/types.d.ts +2 -0
  55. package/dist/types/__VUE/image/index.vue.d.ts +1 -1
  56. package/dist/types/__VUE/navbar/index.vue.d.ts +1 -1
  57. package/dist/types/__VUE/radio/index.vue.d.ts +14 -3
  58. package/dist/types/__VUE/radio/types.d.ts +4 -0
  59. package/dist/types/__VUE/radiogroup/index.vue.d.ts +8 -6
  60. package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +1 -1
  61. package/dist/types/__VUE/sku/index.vue.d.ts +1 -1
  62. package/dist/types/__VUE/tabs/index.vue.d.ts +1 -1
  63. package/dist/types/__VUE/toast/index.vue.d.ts +1 -1
  64. package/dist/types/__VUE/uploader/index.vue.d.ts +2 -28
  65. package/dist/types/index.d.ts +1 -1
  66. package/package.json +1 -1
  67. package/dist/packages/index-nRNEaTqA.js +0 -10
  68. package/dist/types/__VUE/checkbox/common.d.ts +0 -2
  69. package/dist/types/__VUE/picker/common.d.ts +0 -406
@@ -145,8 +145,8 @@ declare const _default: Install< import("vue").DefineComponent<{
145
145
  regionList: import("vue").ComputedRef<any>;
146
146
  transformData: (data: AddressData[]) => CustomRegionData[];
147
147
  scrollDom: Ref<HTMLElement | null>;
148
- showPopup: any;
149
- privateType: any;
148
+ showPopup: Ref<any>;
149
+ privateType: Ref<any>;
150
150
  tabIndex: Ref<number>;
151
151
  tabName: Ref<string[]>;
152
152
  selectedRegion: Ref<{
@@ -325,8 +325,8 @@ declare const _default: Install< import("vue").DefineComponent<{
325
325
  closeOnClickOverlay: boolean;
326
326
  type: string;
327
327
  round: boolean;
328
- height: string | number;
329
328
  position: string;
329
+ height: string | number;
330
330
  transition: string;
331
331
  popClass: string;
332
332
  closeable: boolean;
@@ -42,7 +42,7 @@ declare const _default: Install< import("vue").DefineComponent<{
42
42
  marginLeft: string;
43
43
  }>;
44
44
  foldCount: import("vue").Ref<number>;
45
- avatarGroupRef: any;
45
+ avatarGroupRef: import("vue").Ref<any>;
46
46
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  maxContent: {
48
48
  type: StringConstructor;
@@ -99,10 +99,10 @@ declare const _default: Install< import("vue").DefineComponent<{
99
99
  }>> & {
100
100
  onClick?: ((...args: any[]) => any) | undefined;
101
101
  }, {
102
- replace: boolean;
103
102
  title: string;
104
103
  center: boolean;
105
104
  desc: string;
105
+ replace: boolean;
106
106
  size: string;
107
107
  url: string;
108
108
  subTitle: string;
@@ -2,7 +2,78 @@
2
2
  declare type Install<T> = T & {
3
3
  install(app: import('vue').App): void;
4
4
  };
5
- declare const _default: Install< (props: Record<string, any> & {}) => any>;
5
+ declare const _default: Install< import("vue").DefineComponent<{
6
+ modelValue: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ textPosition: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ iconSize: {
19
+ type: (NumberConstructor | StringConstructor)[];
20
+ default: string;
21
+ };
22
+ label: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ indeterminate: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ shape: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
+ modelValue: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ disabled: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ textPosition: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ iconSize: {
50
+ type: (NumberConstructor | StringConstructor)[];
51
+ default: string;
52
+ };
53
+ label: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ indeterminate: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ shape: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ }>> & {
66
+ onChange?: ((...args: any[]) => any) | undefined;
67
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
68
+ }, {
69
+ label: string;
70
+ disabled: boolean;
71
+ modelValue: boolean;
72
+ shape: string;
73
+ textPosition: string;
74
+ iconSize: string | number;
75
+ indeterminate: boolean;
76
+ }, {}>>;
6
77
  export default _default;
7
78
 
8
79
  declare module 'vue' {
@@ -1,23 +1,11 @@
1
+ import { PropType } from 'vue';
1
2
 
2
3
  declare type Install<T> = T & {
3
4
  install(app: import('vue').App): void;
4
5
  };
5
6
  declare const _default: Install< import("vue").DefineComponent<{
6
7
  modelValue: {
7
- type: (NumberConstructor | StringConstructor | {
8
- (arrayLength: number): (string | number)[];
9
- (...items: (string | number)[]): (string | number)[];
10
- new (arrayLength: number): (string | number)[];
11
- new (...items: (string | number)[]): (string | number)[];
12
- isArray(arg: any): arg is any[];
13
- readonly prototype: any[];
14
- from<T>(arrayLike: ArrayLike<T>): T[];
15
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
16
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
17
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
18
- of<T_4>(...items: T_4[]): T_4[];
19
- readonly [Symbol.species]: ArrayConstructor;
20
- })[];
8
+ type: PropType<string | number | (string | number)[]>;
21
9
  default: string;
22
10
  };
23
11
  accordion: {
@@ -28,20 +16,7 @@ declare const _default: Install< import("vue").DefineComponent<{
28
16
  nutCollapseRef: import("vue").Ref<null>;
29
17
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
18
  modelValue: {
31
- type: (NumberConstructor | StringConstructor | {
32
- (arrayLength: number): (string | number)[];
33
- (...items: (string | number)[]): (string | number)[];
34
- new (arrayLength: number): (string | number)[];
35
- new (...items: (string | number)[]): (string | number)[];
36
- isArray(arg: any): arg is any[];
37
- readonly prototype: any[];
38
- from<T>(arrayLike: ArrayLike<T>): T[];
39
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
40
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
41
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
42
- of<T_4>(...items: T_4[]): T_4[];
43
- readonly [Symbol.species]: ArrayConstructor;
44
- })[];
19
+ type: PropType<string | number | (string | number)[]>;
45
20
  default: string;
46
21
  };
47
22
  accordion: {
@@ -201,12 +201,12 @@ declare const _default: Install< import("vue").DefineComponent<{
201
201
  };
202
202
  }>>, {
203
203
  name: string | number;
204
- value: string;
205
204
  label: string;
206
205
  title: string;
207
206
  icon: Record<string, any>;
208
207
  border: boolean;
209
208
  disabled: boolean;
209
+ value: string;
210
210
  rotate: string | number;
211
211
  }, {}>>;
212
212
  export default _default;
@@ -76,8 +76,8 @@ declare const _default: Install< import("vue").DefineComponent<{
76
76
  setRef: (el: any) => void;
77
77
  topNumber: (index: number) => string | number;
78
78
  turnNumber: (index: number) => string | number;
79
- toFixed: import("vue").Ref<number>;
80
79
  type: import("vue").Ref<string>;
80
+ toFixed: import("vue").Ref<number>;
81
81
  initNum: import("vue").Ref<number>;
82
82
  endNum: import("vue").Ref<number>;
83
83
  speed: import("vue").Ref<number>;
@@ -188,8 +188,8 @@ declare const _default: Install< import("vue").DefineComponent<{
188
188
  onClick?: ((...args: any[]) => any) | undefined;
189
189
  onScrollEnd?: ((...args: any[]) => any) | undefined;
190
190
  }, {
191
- toFixed: number;
192
191
  type: string;
192
+ toFixed: number;
193
193
  initNum: number;
194
194
  endNum: number;
195
195
  speed: number;
@@ -23,7 +23,21 @@ declare const _default: Install< import("vue").DefineComponent<{
23
23
  };
24
24
  }, {
25
25
  classes: import("vue").ComputedRef<{
26
- [x: string]: boolean | import("vue").Slot<any> | undefined;
26
+ "nut-divider": boolean;
27
+ "nut-divider-center": import("vue").Slot<any> | undefined;
28
+ "nut-divider-left": boolean;
29
+ "nut-divider-right": boolean;
30
+ "nut-divider-dashed": boolean;
31
+ "nut-divider-hairline": boolean;
32
+ "nut-divider-vertical"?: undefined;
33
+ } | {
34
+ "nut-divider": boolean;
35
+ "nut-divider-vertical": boolean;
36
+ "nut-divider-center"?: undefined;
37
+ "nut-divider-left"?: undefined;
38
+ "nut-divider-right"?: undefined;
39
+ "nut-divider-dashed"?: undefined;
40
+ "nut-divider-hairline"?: undefined;
27
41
  }>;
28
42
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
43
  contentPosition: {
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { FormRules } from './types';
2
+ import type { FormRules } from './types';
3
3
  export declare const component: (components: any) => {
4
4
  props: {
5
5
  modelValue: {
@@ -10,6 +10,14 @@ export declare const component: (components: any) => {
10
10
  type: PropType<FormRules>;
11
11
  default: () => {};
12
12
  };
13
+ labelPosition: {
14
+ type: PropType<import("../formitem/types").FormItemLabelPosition>;
15
+ default: string;
16
+ };
17
+ starPosition: {
18
+ type: PropType<import("../formitem/types").FormItemStarPosition>;
19
+ default: string;
20
+ };
13
21
  };
14
22
  components: any;
15
23
  emits: string[];
@@ -11,6 +11,14 @@ declare const _default: Install< import("vue").DefineComponent<{
11
11
  type: import("vue").PropType<import("./types").FormRules>;
12
12
  default: () => {};
13
13
  };
14
+ labelPosition: {
15
+ type: import("vue").PropType<import("../formitem/types").FormItemLabelPosition>;
16
+ default: string;
17
+ };
18
+ starPosition: {
19
+ type: import("vue").PropType<import("../formitem/types").FormItemStarPosition>;
20
+ default: string;
21
+ };
14
22
  }, {
15
23
  validate: (customProp?: string) => Promise<unknown>;
16
24
  reset: () => void;
@@ -25,11 +33,21 @@ declare const _default: Install< import("vue").DefineComponent<{
25
33
  type: import("vue").PropType<import("./types").FormRules>;
26
34
  default: () => {};
27
35
  };
36
+ labelPosition: {
37
+ type: import("vue").PropType<import("../formitem/types").FormItemLabelPosition>;
38
+ default: string;
39
+ };
40
+ starPosition: {
41
+ type: import("vue").PropType<import("../formitem/types").FormItemStarPosition>;
42
+ default: string;
43
+ };
28
44
  }>> & {
29
45
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
30
46
  }, {
31
47
  modelValue: Record<string, any>;
32
48
  rules: import("./types").FormRules;
49
+ labelPosition: import("../formitem/types").FormItemLabelPosition;
50
+ starPosition: import("../formitem/types").FormItemStarPosition;
33
51
  }, {}>>;
34
52
  export default _default;
35
53
 
@@ -1,4 +1,4 @@
1
- import { FormItemRule } from '../formitem/types';
1
+ import { FormItemRule, FormItemLabelPosition, FormItemStarPosition } from '../formitem/types';
2
2
  export declare const FORM_KEY: unique symbol;
3
3
  export type FormRules = {
4
4
  [key: string]: FormItemRule[];
@@ -11,3 +11,5 @@ export type ErrorMessage = {
11
11
  prop: string;
12
12
  message: string;
13
13
  };
14
+ export type FormLabelPosition = FormItemLabelPosition;
15
+ export type FormStarPosition = FormItemStarPosition;
@@ -1,5 +1,5 @@
1
+ import type { FormItemRule, FormItemLabelPosition, FormItemStarPosition } from './types';
1
2
  import { PropType, CSSProperties } from 'vue';
2
- import type { FormItemRule } from './types';
3
3
 
4
4
  declare type Install<T> = T & {
5
5
  install(app: import('vue').App): void;
@@ -45,6 +45,14 @@ declare const _default: Install< import("vue").DefineComponent<{
45
45
  type: StringConstructor;
46
46
  default: string;
47
47
  };
48
+ labelPosition: {
49
+ type: PropType<FormItemLabelPosition>;
50
+ default: string;
51
+ };
52
+ starPosition: {
53
+ type: PropType<FormItemStarPosition>;
54
+ default: string;
55
+ };
48
56
  }, {
49
57
  parent: any;
50
58
  labelStyle: import("vue").ComputedRef<CSSProperties>;
@@ -52,6 +60,8 @@ declare const _default: Install< import("vue").DefineComponent<{
52
60
  errorMessageStyle: import("vue").ComputedRef<CSSProperties>;
53
61
  getSlots: (name: string) => import("vue").Slot<any> | undefined;
54
62
  isRequired: import("vue").ComputedRef<boolean>;
63
+ labelPositionClass: import("vue").ComputedRef<string>;
64
+ starPositionClass: import("vue").ComputedRef<string>;
55
65
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
66
  prop: {
57
67
  type: StringConstructor;
@@ -93,11 +103,21 @@ declare const _default: Install< import("vue").DefineComponent<{
93
103
  type: StringConstructor;
94
104
  default: string;
95
105
  };
106
+ labelPosition: {
107
+ type: PropType<FormItemLabelPosition>;
108
+ default: string;
109
+ };
110
+ starPosition: {
111
+ type: PropType<FormItemStarPosition>;
112
+ default: string;
113
+ };
96
114
  }>>, {
97
115
  label: string;
98
116
  required: boolean;
99
117
  rules: FormItemRule[];
100
118
  prop: string;
119
+ labelPosition: FormItemLabelPosition;
120
+ starPosition: FormItemStarPosition;
101
121
  showErrorMessage: boolean;
102
122
  showErrorLine: boolean;
103
123
  labelWidth: string | number;
@@ -7,3 +7,5 @@ export interface FormItemRuleWithoutValidator {
7
7
  export interface FormItemRule extends FormItemRuleWithoutValidator {
8
8
  validator?: (value: any, ruleCfg: FormItemRuleWithoutValidator) => boolean | Promise<string> | Promise<boolean> | Promise<void> | Promise<unknown>;
9
9
  }
10
+ export type FormItemLabelPosition = 'left' | 'right' | 'top';
11
+ export type FormItemStarPosition = 'left' | 'right';
@@ -108,9 +108,9 @@ declare const _default: Install< import("vue").DefineComponent<{
108
108
  onError?: ((...args: any[]) => any) | undefined;
109
109
  }, {
110
110
  round: boolean;
111
+ position: string;
111
112
  width: string;
112
113
  height: string;
113
- position: string;
114
114
  alt: string;
115
115
  lazyLoad: boolean;
116
116
  fit: ImageFit;
@@ -109,10 +109,10 @@ declare const _default: Install< import("vue").DefineComponent<{
109
109
  onOnClickIcon?: ((...args: any[]) => any) | undefined;
110
110
  onOnClickRight?: ((...args: any[]) => any) | undefined;
111
111
  }, {
112
- fixed: boolean;
113
112
  title: string;
114
113
  desc: string;
115
114
  zIndex: string | number;
115
+ fixed: boolean;
116
116
  border: boolean;
117
117
  placeholder: boolean;
118
118
  leftShow: boolean;
@@ -1,3 +1,5 @@
1
+ import { PropType } from 'vue';
2
+ import { RadioShape, RadioButtonSize } from './types';
1
3
 
2
4
  declare type Install<T> = T & {
3
5
  install(app: import('vue').App): void;
@@ -8,7 +10,7 @@ declare const _default: Install< import("vue").DefineComponent<{
8
10
  default: boolean;
9
11
  };
10
12
  shape: {
11
- type: StringConstructor;
13
+ type: PropType<RadioShape>;
12
14
  default: string;
13
15
  };
14
16
  label: {
@@ -19,6 +21,10 @@ declare const _default: Install< import("vue").DefineComponent<{
19
21
  type: (NumberConstructor | StringConstructor)[];
20
22
  default: string;
21
23
  };
24
+ size: {
25
+ type: PropType<RadioButtonSize>;
26
+ default: string;
27
+ };
22
28
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
29
  [key: string]: any;
24
30
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -27,7 +33,7 @@ declare const _default: Install< import("vue").DefineComponent<{
27
33
  default: boolean;
28
34
  };
29
35
  shape: {
30
- type: StringConstructor;
36
+ type: PropType<RadioShape>;
31
37
  default: string;
32
38
  };
33
39
  label: {
@@ -38,10 +44,15 @@ declare const _default: Install< import("vue").DefineComponent<{
38
44
  type: (NumberConstructor | StringConstructor)[];
39
45
  default: string;
40
46
  };
47
+ size: {
48
+ type: PropType<RadioButtonSize>;
49
+ default: string;
50
+ };
41
51
  }>>, {
42
52
  label: string | number | boolean;
53
+ size: RadioButtonSize;
43
54
  disabled: boolean;
44
- shape: string;
55
+ shape: RadioShape;
45
56
  iconSize: string | number;
46
57
  }, {}>>;
47
58
  export default _default;
@@ -1 +1,5 @@
1
1
  export declare const RADIO_KEY: unique symbol;
2
+ export type RadioShape = 'round' | 'button';
3
+ export type RadioButtonSize = 'normal' | 'small' | 'mini';
4
+ export type RadioGroupTextPosition = 'right' | 'left';
5
+ export type RadioGroupDirection = 'vertical' | 'horizontal';
@@ -1,3 +1,5 @@
1
+ import { PropType } from 'vue';
2
+ import { RadioGroupTextPosition, RadioGroupDirection } from '../radio/types';
1
3
 
2
4
  declare type Install<T> = T & {
3
5
  install(app: import('vue').App): void;
@@ -8,11 +10,11 @@ declare const _default: Install< import("vue").DefineComponent<{
8
10
  default: string;
9
11
  };
10
12
  direction: {
11
- type: StringConstructor;
13
+ type: PropType<RadioGroupDirection>;
12
14
  default: string;
13
15
  };
14
16
  textPosition: {
15
- type: StringConstructor;
17
+ type: PropType<RadioGroupTextPosition>;
16
18
  default: string;
17
19
  };
18
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -23,11 +25,11 @@ declare const _default: Install< import("vue").DefineComponent<{
23
25
  default: string;
24
26
  };
25
27
  direction: {
26
- type: StringConstructor;
28
+ type: PropType<RadioGroupDirection>;
27
29
  default: string;
28
30
  };
29
31
  textPosition: {
30
- type: StringConstructor;
32
+ type: PropType<RadioGroupTextPosition>;
31
33
  default: string;
32
34
  };
33
35
  }>> & {
@@ -35,8 +37,8 @@ declare const _default: Install< import("vue").DefineComponent<{
35
37
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
36
38
  }, {
37
39
  modelValue: string | number | boolean;
38
- direction: string;
39
- textPosition: string;
40
+ direction: RadioGroupDirection;
41
+ textPosition: RadioGroupTextPosition;
40
42
  }, {}>>;
41
43
  export default _default;
42
44
 
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  default: string;
17
17
  };
18
18
  }, {
19
- goodsCount: any;
19
+ goodsCount: import("vue").Ref<any>;
20
20
  add: (value: number) => void;
21
21
  reduce: (value: number) => void;
22
22
  overlimit: (e: Event, action: string) => void;
@@ -57,7 +57,7 @@ declare const _default: Install< import("vue").DefineComponent<{
57
57
  default: boolean;
58
58
  };
59
59
  }, {
60
- showPopup: any;
60
+ showPopup: import("vue").Ref<any>;
61
61
  closePopup: (type: string) => void;
62
62
  selectSku: (skus: any) => void;
63
63
  changeStepper: (value: number) => void;
@@ -106,7 +106,7 @@ declare const _default: Install< import("vue").DefineComponent<{
106
106
  color: any;
107
107
  background: any;
108
108
  }>;
109
- container: any;
109
+ container: Ref<any>;
110
110
  getScrollY: import("vue").ComputedRef<any>;
111
111
  onStickyScroll: (params: {
112
112
  top: number;
@@ -142,8 +142,8 @@ declare const _default: Install< import("vue").DefineComponent<{
142
142
  duration: number;
143
143
  closeOnClickOverlay: boolean;
144
144
  type: string;
145
- bottom: string;
146
145
  cover: boolean;
146
+ bottom: string;
147
147
  size: string | number;
148
148
  icon: Component;
149
149
  bgColor: string;
@@ -19,20 +19,7 @@ declare const _default: Install< import("vue").DefineComponent<{
19
19
  default: number;
20
20
  };
21
21
  fileList: {
22
- type: {
23
- (arrayLength: number): any[];
24
- (...items: any[]): any[];
25
- new (arrayLength: number): any[];
26
- new (...items: any[]): any[];
27
- isArray(arg: any): arg is any[];
28
- readonly prototype: any[];
29
- from<T>(arrayLike: ArrayLike<T>): T[];
30
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
31
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
32
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
33
- of<T_4>(...items: T_4[]): T_4[];
34
- readonly [Symbol.species]: ArrayConstructor;
35
- };
22
+ type: PropType<any[]>;
36
23
  default: () => never[];
37
24
  };
38
25
  isPreview: {
@@ -148,20 +135,7 @@ declare const _default: Install< import("vue").DefineComponent<{
148
135
  default: number;
149
136
  };
150
137
  fileList: {
151
- type: {
152
- (arrayLength: number): any[];
153
- (...items: any[]): any[];
154
- new (arrayLength: number): any[];
155
- new (...items: any[]): any[];
156
- isArray(arg: any): arg is any[];
157
- readonly prototype: any[];
158
- from<T>(arrayLike: ArrayLike<T>): T[];
159
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
160
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
161
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
162
- of<T_4>(...items: T_4[]): T_4[];
163
- readonly [Symbol.species]: ArrayConstructor;
164
- };
138
+ type: PropType<any[]>;
165
139
  default: () => never[];
166
140
  };
167
141
  isPreview: {
@@ -110,7 +110,7 @@ import Comment from './__VUE/comment/index.vue';
110
110
  import Invoice from './__VUE/invoice/index.vue';
111
111
  import AvatarCropper from './__VUE/avatarcropper/index.vue';
112
112
  declare function install(app: App): void;
113
- declare const version = "4.2.3";
113
+ declare const version = "4.2.4";
114
114
  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, 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 };
115
115
  declare const _default: {
116
116
  install: typeof install;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",
@@ -1,10 +0,0 @@
1
- import { getCurrentInstance } from "vue";
2
- function useExpose(apis) {
3
- const instance = getCurrentInstance();
4
- if (instance) {
5
- Object.assign(instance.proxy, apis);
6
- }
7
- }
8
- export {
9
- useExpose as u
10
- };
@@ -1,2 +0,0 @@
1
- import { Component } from 'vue';
2
- export declare const component: (componentName: string, components: Record<string, Component>) => any;