@nutui/nutui 4.0.0-beta.23 → 4.0.0-beta.24

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 (120) hide show
  1. package/dist/nutui.es.js +1 -1
  2. package/dist/nutui.umd.js +2 -2
  3. package/dist/packages/_es/Badge.js +2 -2
  4. package/dist/packages/_es/Cascader.js +1 -1
  5. package/dist/packages/_es/InputNumber.js +4 -4
  6. package/dist/packages/_es/Overlay.js +10 -4
  7. package/dist/packages/_es/Tabs.js +3 -3
  8. package/dist/packages/ecard/index.scss +19 -5
  9. package/dist/packages/inputnumber/index.scss +6 -0
  10. package/dist/packages/tabbaritem/index.scss +2 -0
  11. package/dist/packages/tour/index.scss +3 -0
  12. package/dist/smartips/web-types.json +15 -6
  13. package/dist/style.css +1 -1
  14. package/dist/styles/themes/default.scss +53 -53
  15. package/dist/styles/themes/jdb.scss +53 -53
  16. package/dist/styles/themes/jddkh.scss +53 -53
  17. package/dist/styles/themes/jdt.scss +53 -53
  18. package/dist/types/__VUE/actionsheet/index.taro.vue.d.ts +310 -0
  19. package/dist/types/__VUE/address/index.taro.vue.d.ts +397 -0
  20. package/dist/types/__VUE/addresslist/components/GeneralShell.taro.vue.d.ts +60 -0
  21. package/dist/types/__VUE/addresslist/components/ItemContents.taro.vue.d.ts +23 -0
  22. package/dist/types/__VUE/addresslist/index.taro.vue.d.ts +83 -0
  23. package/dist/types/__VUE/animate/index.taro.vue.d.ts +54 -0
  24. package/dist/types/__VUE/avatar/index.taro.vue.d.ts +76 -0
  25. package/dist/types/__VUE/avatargroup/index.taro.vue.d.ts +92 -0
  26. package/dist/types/__VUE/backtop/index.taro.vue.d.ts +76 -0
  27. package/dist/types/__VUE/badge/index.taro.vue.d.ts +93 -0
  28. package/dist/types/__VUE/barrage/index.taro.vue.d.ts +80 -0
  29. package/dist/types/__VUE/button/index.taro.vue.d.ts +90 -0
  30. package/dist/types/__VUE/calendar/index.taro.vue.d.ts +187 -0
  31. package/dist/types/__VUE/calendaritem/index.taro.vue.d.ts +217 -0
  32. package/dist/types/__VUE/card/index.taro.vue.d.ts +89 -0
  33. package/dist/types/__VUE/cascader/cascader-item.taro.vue.d.ts +77 -0
  34. package/dist/types/__VUE/cascader/index.taro.vue.d.ts +263 -0
  35. package/dist/types/__VUE/category/index.taro.vue.d.ts +42 -0
  36. package/dist/types/__VUE/categorypane/index.taro.vue.d.ts +54 -0
  37. package/dist/types/__VUE/cell/index.taro.vue.d.ts +124 -0
  38. package/dist/types/__VUE/checkbox/index.taro.vue.d.ts +12 -0
  39. package/dist/types/__VUE/circleprogress/index.taro.vue.d.ts +93 -0
  40. package/dist/types/__VUE/collapse/index.taro.vue.d.ts +38 -0
  41. package/dist/types/__VUE/collapseitem/index.taro.vue.d.ts +111 -0
  42. package/dist/types/__VUE/comment/components/CmtBottom.taro.vue.d.ts +42 -0
  43. package/dist/types/__VUE/comment/components/CmtHeader.taro.vue.d.ts +27 -0
  44. package/dist/types/__VUE/comment/components/CmtImages.taro.vue.d.ts +59 -0
  45. package/dist/types/__VUE/comment/index.taro.vue.d.ts +119 -0
  46. package/dist/types/__VUE/configprovider/index.taro.vue.d.ts +45 -0
  47. package/dist/types/__VUE/countdown/index.taro.vue.d.ts +103 -0
  48. package/dist/types/__VUE/countup/index.taro.vue.d.ts +213 -0
  49. package/dist/types/__VUE/datepicker/index.taro.vue.d.ts +232 -0
  50. package/dist/types/__VUE/dialog/index.taro.vue.d.ts +345 -0
  51. package/dist/types/__VUE/divider/index.taro.vue.d.ts +53 -0
  52. package/dist/types/__VUE/drag/index.taro.vue.d.ts +62 -0
  53. package/dist/types/__VUE/ecard/index.taro.vue.d.ts +128 -0
  54. package/dist/types/__VUE/elevator/index.taro.vue.d.ts +117 -0
  55. package/dist/types/__VUE/ellipsis/index.taro.vue.d.ts +103 -0
  56. package/dist/types/__VUE/empty/index.taro.vue.d.ts +46 -0
  57. package/dist/types/__VUE/fixednav/index.taro.vue.d.ts +105 -0
  58. package/dist/types/__VUE/form/index.taro.vue.d.ts +40 -0
  59. package/dist/types/__VUE/formitem/index.taro.vue.d.ts +114 -0
  60. package/dist/types/__VUE/grid/index.taro.vue.d.ts +84 -0
  61. package/dist/types/__VUE/griditem/index.taro.vue.d.ts +22 -0
  62. package/dist/types/__VUE/icon/index.taro.vue.d.ts +12 -0
  63. package/dist/types/__VUE/image/index.taro.vue.d.ts +32 -0
  64. package/dist/types/__VUE/imagepreview/index.taro.vue.d.ts +163 -0
  65. package/dist/types/__VUE/indicator/index.taro.vue.d.ts +70 -0
  66. package/dist/types/__VUE/input/index.taro.vue.d.ts +224 -0
  67. package/dist/types/__VUE/inputnumber/index.taro.vue.d.ts +116 -0
  68. package/dist/types/__VUE/invoice/index.taro.vue.d.ts +52 -0
  69. package/dist/types/__VUE/layout/index.taro.vue.d.ts +12 -0
  70. package/dist/types/__VUE/list/index.taro.vue.d.ts +58 -0
  71. package/dist/types/__VUE/menu/index.taro.vue.d.ts +93 -0
  72. package/dist/types/__VUE/menuitem/index.taro.vue.d.ts +89 -0
  73. package/dist/types/__VUE/navbar/index.taro.vue.d.ts +121 -0
  74. package/dist/types/__VUE/noticebar/index.taro.vue.d.ts +207 -0
  75. package/dist/types/__VUE/noticebar/index.vue.d.ts +2 -2
  76. package/dist/types/__VUE/notify/index.taro.vue.d.ts +110 -0
  77. package/dist/types/__VUE/numberkeyboard/index.taro.vue.d.ts +132 -0
  78. package/dist/types/__VUE/overlay/index.taro.vue.d.ts +85 -0
  79. package/dist/types/__VUE/pagination/index.taro.vue.d.ts +111 -0
  80. package/dist/types/__VUE/picker/index.taro.vue.d.ts +14 -0
  81. package/dist/types/__VUE/popover/index.taro.vue.d.ts +192 -0
  82. package/dist/types/__VUE/popup/index.taro.vue.d.ts +219 -0
  83. package/dist/types/__VUE/price/index.taro.vue.d.ts +87 -0
  84. package/dist/types/__VUE/progress/index.taro.vue.d.ts +128 -0
  85. package/dist/types/__VUE/radio/index.taro.vue.d.ts +53 -0
  86. package/dist/types/__VUE/range/index.taro.vue.d.ts +158 -0
  87. package/dist/types/__VUE/rate/index.taro.vue.d.ts +121 -0
  88. package/dist/types/__VUE/scrollView/index.taro.vue.d.ts +14 -0
  89. package/dist/types/__VUE/searchbar/index.taro.vue.d.ts +177 -0
  90. package/dist/types/__VUE/shortpassword/index.taro.vue.d.ts +103 -0
  91. package/dist/types/__VUE/sidenavbar/index.taro.vue.d.ts +31 -0
  92. package/dist/types/__VUE/signature/index.taro.vue.d.ts +84 -0
  93. package/dist/types/__VUE/skeleton/index.taro.vue.d.ts +115 -0
  94. package/dist/types/__VUE/sku/components/SkuHeader.taro.vue.d.ts +28 -0
  95. package/dist/types/__VUE/sku/components/SkuStepper.taro.vue.d.ts +56 -0
  96. package/dist/types/__VUE/sku/index.taro.vue.d.ts +146 -0
  97. package/dist/types/__VUE/steps/index.taro.vue.d.ts +46 -0
  98. package/dist/types/__VUE/sticky/index.taro.vue.d.ts +47 -0
  99. package/dist/types/__VUE/subsidenavbar/index.taro.vue.d.ts +53 -0
  100. package/dist/types/__VUE/swipe/index.taro.vue.d.ts +71 -0
  101. package/dist/types/__VUE/swiper/index.taro.vue.d.ts +168 -0
  102. package/dist/types/__VUE/swiperitem/index.taro.vue.d.ts +18 -0
  103. package/dist/types/__VUE/switch/index.taro.vue.d.ts +108 -0
  104. package/dist/types/__VUE/tabbar/index.taro.vue.d.ts +93 -0
  105. package/dist/types/__VUE/tabbaritem/index.taro.vue.d.ts +59 -0
  106. package/dist/types/__VUE/table/index.taro.vue.d.ts +80 -0
  107. package/dist/types/__VUE/tabs/index.taro.vue.d.ts +164 -0
  108. package/dist/types/__VUE/tag/index.taro.vue.d.ts +90 -0
  109. package/dist/types/__VUE/textarea/index.taro.vue.d.ts +127 -0
  110. package/dist/types/__VUE/timedetail/index.taro.vue.d.ts +38 -0
  111. package/dist/types/__VUE/timepannel/index.taro.vue.d.ts +42 -0
  112. package/dist/types/__VUE/timeselect/index.taro.vue.d.ts +91 -0
  113. package/dist/types/__VUE/toast/index.taro.vue.d.ts +184 -0
  114. package/dist/types/__VUE/tour/index.taro.vue.d.ts +192 -0
  115. package/dist/types/__VUE/trendarrow/index.taro.vue.d.ts +105 -0
  116. package/dist/types/__VUE/uploader/index.taro.vue.d.ts +260 -0
  117. package/dist/types/__VUE/watermark/index.taro.vue.d.ts +175 -0
  118. package/dist/types/index.d.ts +1 -1
  119. package/dist/types/nutui.taro.vue.build.d.ts +106 -0
  120. package/package.json +2 -1
@@ -0,0 +1,263 @@
1
+ import { Ref } from 'vue';
2
+ import { CascaderValue, CascaderOption } from './types';
3
+
4
+ declare type Install<T> = T & {
5
+ install(app: import('vue').App): void;
6
+ };
7
+ declare const _default: Install< import("vue").DefineComponent<{
8
+ modelValue: ArrayConstructor;
9
+ visible: BooleanConstructor;
10
+ title: StringConstructor;
11
+ options: {
12
+ type: ArrayConstructor;
13
+ default: () => never[];
14
+ };
15
+ lazy: BooleanConstructor;
16
+ lazyLoad: FunctionConstructor;
17
+ valueKey: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ textKey: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ childrenKey: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ poppable: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ convertConfig: ObjectConstructor;
34
+ zIndex: {
35
+ type: (NumberConstructor | StringConstructor)[];
36
+ default: number;
37
+ };
38
+ duration: {
39
+ type: (NumberConstructor | StringConstructor)[];
40
+ default: number;
41
+ };
42
+ lockScroll: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ closeOnClickOverlay: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ position: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ transition: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ style: {
59
+ type: import("vue").PropType<import("vue").CSSProperties>;
60
+ default: {};
61
+ };
62
+ popClass: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ closeable: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ closeIconPosition: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ closeIcon: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ destroyOnClose: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ teleport: {
83
+ type: (StringConstructor | {
84
+ new (): Element;
85
+ prototype: Element;
86
+ })[];
87
+ default: string;
88
+ };
89
+ overlay: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ round: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ teleportDisable: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ safeAreaInsetBottom: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
105
+ overlayClass: {
106
+ type: StringConstructor;
107
+ default: string;
108
+ };
109
+ overlayStyle: {
110
+ type: import("vue").PropType<import("vue").CSSProperties>;
111
+ default: {};
112
+ };
113
+ }, {
114
+ onChange: (value: CascaderValue, pathNodes: CascaderOption[]) => void;
115
+ onPathChange: (pathNodes: CascaderOption[]) => void;
116
+ innerValue: Ref<CascaderValue>;
117
+ innerVisible: import("vue").WritableComputedRef<boolean>;
118
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "change" | "update:modelValue" | "pathChange")[], "update:visible" | "change" | "update:modelValue" | "pathChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
119
+ modelValue: ArrayConstructor;
120
+ visible: BooleanConstructor;
121
+ title: StringConstructor;
122
+ options: {
123
+ type: ArrayConstructor;
124
+ default: () => never[];
125
+ };
126
+ lazy: BooleanConstructor;
127
+ lazyLoad: FunctionConstructor;
128
+ valueKey: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ textKey: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ childrenKey: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ poppable: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
144
+ convertConfig: ObjectConstructor;
145
+ zIndex: {
146
+ type: (NumberConstructor | StringConstructor)[];
147
+ default: number;
148
+ };
149
+ duration: {
150
+ type: (NumberConstructor | StringConstructor)[];
151
+ default: number;
152
+ };
153
+ lockScroll: {
154
+ type: BooleanConstructor;
155
+ default: boolean;
156
+ };
157
+ closeOnClickOverlay: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ position: {
162
+ type: StringConstructor;
163
+ default: string;
164
+ };
165
+ transition: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ style: {
170
+ type: import("vue").PropType<import("vue").CSSProperties>;
171
+ default: {};
172
+ };
173
+ popClass: {
174
+ type: StringConstructor;
175
+ default: string;
176
+ };
177
+ closeable: {
178
+ type: BooleanConstructor;
179
+ default: boolean;
180
+ };
181
+ closeIconPosition: {
182
+ type: StringConstructor;
183
+ default: string;
184
+ };
185
+ closeIcon: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
189
+ destroyOnClose: {
190
+ type: BooleanConstructor;
191
+ default: boolean;
192
+ };
193
+ teleport: {
194
+ type: (StringConstructor | {
195
+ new (): Element;
196
+ prototype: Element;
197
+ })[];
198
+ default: string;
199
+ };
200
+ overlay: {
201
+ type: BooleanConstructor;
202
+ default: boolean;
203
+ };
204
+ round: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ teleportDisable: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ safeAreaInsetBottom: {
213
+ type: BooleanConstructor;
214
+ default: boolean;
215
+ };
216
+ overlayClass: {
217
+ type: StringConstructor;
218
+ default: string;
219
+ };
220
+ overlayStyle: {
221
+ type: import("vue").PropType<import("vue").CSSProperties>;
222
+ default: {};
223
+ };
224
+ }>> & {
225
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
226
+ onChange?: ((...args: any[]) => any) | undefined;
227
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
228
+ onPathChange?: ((...args: any[]) => any) | undefined;
229
+ }, {
230
+ style: import("vue").CSSProperties;
231
+ zIndex: string | number;
232
+ round: boolean;
233
+ overlay: boolean;
234
+ visible: boolean;
235
+ duration: string | number;
236
+ overlayClass: string;
237
+ lockScroll: boolean;
238
+ overlayStyle: import("vue").CSSProperties;
239
+ closeOnClickOverlay: boolean;
240
+ position: string;
241
+ transition: string;
242
+ popClass: string;
243
+ closeable: boolean;
244
+ closeIconPosition: string;
245
+ closeIcon: string;
246
+ destroyOnClose: boolean;
247
+ teleport: string | Element;
248
+ teleportDisable: boolean;
249
+ safeAreaInsetBottom: boolean;
250
+ poppable: boolean;
251
+ options: unknown[];
252
+ lazy: boolean;
253
+ valueKey: string;
254
+ textKey: string;
255
+ childrenKey: string;
256
+ }>>;
257
+ export default _default;
258
+
259
+ declare module 'vue' {
260
+ interface GlobalComponents {
261
+ NutCascader: typeof _default;
262
+ }
263
+ }
@@ -0,0 +1,42 @@
1
+ import { PropType } from 'vue';
2
+ export type CategoryType = {
3
+ catName?: string;
4
+ [key: string]: any;
5
+ };
6
+
7
+ declare type Install<T> = T & {
8
+ install(app: import('vue').App): void;
9
+ };
10
+ declare const _default: Install< import("vue").DefineComponent<{
11
+ type: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ category: {
16
+ type: PropType<CategoryType>;
17
+ default: () => never[];
18
+ };
19
+ }, {
20
+ getChildList: (index: any) => void;
21
+ checkIndex: import("vue").Ref<number>;
22
+ categoryLeft: import("vue").Ref<boolean>;
23
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ type: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ category: {
29
+ type: PropType<CategoryType>;
30
+ default: () => never[];
31
+ };
32
+ }>>, {
33
+ type: string;
34
+ category: CategoryType;
35
+ }>>;
36
+ export default _default;
37
+
38
+ declare module 'vue' {
39
+ interface GlobalComponents {
40
+ NutCategory: typeof _default;
41
+ }
42
+ }
@@ -0,0 +1,54 @@
1
+ import { PropType } from 'vue';
2
+ export type ChildType = {
3
+ catName?: string;
4
+ catType?: number;
5
+ [key: string]: any;
6
+ };
7
+ export type CustomType = {
8
+ catName?: string;
9
+ [key: string]: any;
10
+ };
11
+
12
+ declare type Install<T> = T & {
13
+ install(app: import('vue').App): void;
14
+ };
15
+ declare const _default: Install< import("vue").DefineComponent<{
16
+ type: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ categoryChild: {
21
+ type: PropType<ChildType>;
22
+ default: () => never[];
23
+ };
24
+ customCategory: {
25
+ type: PropType<CustomType>;
26
+ default: () => never[];
27
+ };
28
+ }, {
29
+ onChange: (sku: string) => void;
30
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ type: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ categoryChild: {
36
+ type: PropType<ChildType>;
37
+ default: () => never[];
38
+ };
39
+ customCategory: {
40
+ type: PropType<CustomType>;
41
+ default: () => never[];
42
+ };
43
+ }>>, {
44
+ type: string;
45
+ categoryChild: ChildType;
46
+ customCategory: CustomType;
47
+ }>>;
48
+ export default _default;
49
+
50
+ declare module 'vue' {
51
+ interface GlobalComponents {
52
+ NutCategoryPane: typeof _default;
53
+ }
54
+ }
@@ -0,0 +1,124 @@
1
+
2
+ declare type Install<T> = T & {
3
+ install(app: import('vue').App): void;
4
+ };
5
+ declare const _default: Install< import("vue").DefineComponent<{
6
+ title: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ subTitle: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ desc: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ descTextAlign: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ isLink: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ to: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ replace: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ roundRadius: {
35
+ type: (NumberConstructor | StringConstructor)[];
36
+ default: string;
37
+ };
38
+ url: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ center: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ size: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ }, {
51
+ handleClick: (event: Event) => void;
52
+ classes: import("vue").ComputedRef<{
53
+ [x: string]: string | boolean;
54
+ }>;
55
+ baseStyle: import("vue").ComputedRef<{
56
+ borderRadius: string;
57
+ }>;
58
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
+ title: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ subTitle: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ desc: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ descTextAlign: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ isLink: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ to: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ replace: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ roundRadius: {
88
+ type: (NumberConstructor | StringConstructor)[];
89
+ default: string;
90
+ };
91
+ url: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ center: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ size: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ }>> & {
104
+ onClick?: ((...args: any[]) => any) | undefined;
105
+ }, {
106
+ title: string;
107
+ center: boolean;
108
+ desc: string;
109
+ size: string;
110
+ replace: boolean;
111
+ subTitle: string;
112
+ descTextAlign: string;
113
+ isLink: boolean;
114
+ to: string;
115
+ roundRadius: string | number;
116
+ url: string;
117
+ }>>;
118
+ export default _default;
119
+
120
+ declare module 'vue' {
121
+ interface GlobalComponents {
122
+ NutCell: typeof _default;
123
+ }
124
+ }
@@ -0,0 +1,12 @@
1
+
2
+ declare type Install<T> = T & {
3
+ install(app: import('vue').App): void;
4
+ };
5
+ declare const _default: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
6
+ export default _default;
7
+
8
+ declare module 'vue' {
9
+ interface GlobalComponents {
10
+ NutCheckbox: typeof _default;
11
+ }
12
+ }
@@ -0,0 +1,93 @@
1
+
2
+ declare type Install<T> = T & {
3
+ install(app: import('vue').App): void;
4
+ };
5
+ declare const _default: Install< import("vue").DefineComponent<{
6
+ progress: {
7
+ type: (NumberConstructor | StringConstructor)[];
8
+ required: true;
9
+ };
10
+ strokeWidth: {
11
+ type: (NumberConstructor | StringConstructor)[];
12
+ default: number;
13
+ };
14
+ radius: {
15
+ type: (NumberConstructor | StringConstructor)[];
16
+ default: number;
17
+ };
18
+ strokeLinecap: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ color: {
23
+ type: (ObjectConstructor | StringConstructor)[];
24
+ default: string;
25
+ };
26
+ pathColor: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ clockwise: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ }, {
35
+ slotDefault: boolean;
36
+ style: import("vue").ComputedRef<{
37
+ background: string;
38
+ width: string;
39
+ height: string;
40
+ transition: string;
41
+ }>;
42
+ currentRate: import("vue").Ref<string | number>;
43
+ refRandomId: string;
44
+ classes: import("vue").ComputedRef<{
45
+ [x: string]: boolean;
46
+ }>;
47
+ stop: () => object[];
48
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:progress"[], "update:progress", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
+ progress: {
50
+ type: (NumberConstructor | StringConstructor)[];
51
+ required: true;
52
+ };
53
+ strokeWidth: {
54
+ type: (NumberConstructor | StringConstructor)[];
55
+ default: number;
56
+ };
57
+ radius: {
58
+ type: (NumberConstructor | StringConstructor)[];
59
+ default: number;
60
+ };
61
+ strokeLinecap: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ color: {
66
+ type: (ObjectConstructor | StringConstructor)[];
67
+ default: string;
68
+ };
69
+ pathColor: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ clockwise: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ }>> & {
78
+ "onUpdate:progress"?: ((...args: any[]) => any) | undefined;
79
+ }, {
80
+ color: string | Record<string, any>;
81
+ strokeWidth: string | number;
82
+ radius: string | number;
83
+ strokeLinecap: string;
84
+ pathColor: string;
85
+ clockwise: boolean;
86
+ }>>;
87
+ export default _default;
88
+
89
+ declare module 'vue' {
90
+ interface GlobalComponents {
91
+ NutCircleProgress: typeof _default;
92
+ }
93
+ }
@@ -0,0 +1,38 @@
1
+
2
+ declare type Install<T> = T & {
3
+ install(app: import('vue').App): void;
4
+ };
5
+ declare const _default: Install< import("vue").DefineComponent<{
6
+ modelValue: {
7
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
8
+ };
9
+ accordion: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }, {
14
+ collapseDom: any;
15
+ classes: import("vue").ComputedRef<{
16
+ [x: string]: boolean;
17
+ }>;
18
+ }, 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<{
19
+ modelValue: {
20
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
21
+ };
22
+ accordion: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }>> & {
27
+ onChange?: ((...args: any[]) => any) | undefined;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
+ }, {
30
+ accordion: boolean;
31
+ }>>;
32
+ export default _default;
33
+
34
+ declare module 'vue' {
35
+ interface GlobalComponents {
36
+ NutCollapse: typeof _default;
37
+ }
38
+ }