@fox-js/foxui 4.0.1-16 → 4.0.1-18

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/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
- "version": "4.0.1-16",
3
+ "type": "module",
4
+ "version": "4.0.1-18",
4
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
5
6
  "author": "jiangcheng",
6
- "main": "dist/index.umd.js",
7
- "module": "dist/index.esm.js",
7
+ "main": "./dist/index.umd.js",
8
+ "module": "./dist/index.esm.js",
9
+ "types": "./dist/types/index.d.ts",
10
+ "style": "./dist/style.css",
8
11
  "exports": {
9
12
  ".": {
10
13
  "import": "./dist/index.esm.js",
@@ -12,18 +15,11 @@
12
15
  },
13
16
  "./style.css": "./dist/style.css",
14
17
  "./dist/locale": {
15
- "import": {
16
- "node": "./dist/locale/index.esm.js",
17
- "default": "./dist/locale/index.esm.js"
18
- },
19
- "require": {
20
- "node": "./dist/locale/index.umd.js",
21
- "default": "./dist/locale/index.umd.js"
22
- }
23
- }
18
+ "import": "./dist/locale/index.esm.js",
19
+ "require": "./dist/locale/index.umd.js"
20
+ },
21
+ "./*": "./*"
24
22
  },
25
- "style": "dist/style.css",
26
- "typings": "dist/types/index.d.ts",
27
23
  "files": [
28
24
  "dist"
29
25
  ],
@@ -37,7 +33,9 @@
37
33
  "access": "public"
38
34
  },
39
35
  "scripts": {
40
- "publish:next": "npm version prerelease && npm publish --tag next"
36
+ "publish:next": "npm version prerelease && npm publish --tag next --no-git-checks",
37
+ "publish:patch:next": "npm version patch && npm publish --tag next --no-git-checks",
38
+ "publish:minor:next": "npm version minor && npm publish --tag next --no-git-checks"
41
39
  },
42
40
  "license": "",
43
41
  "repository": ""
@@ -1,416 +0,0 @@
1
- declare const _default: {
2
- zh_CN: {
3
- save: string;
4
- noData: string;
5
- confirmText: string;
6
- cancelText: string;
7
- clearText: string;
8
- defaultText: string;
9
- placeholder: string;
10
- select: string;
11
- dateUnit: {
12
- day: string;
13
- year: string;
14
- month: string;
15
- hour: string;
16
- minute: string;
17
- seconds: string;
18
- };
19
- video: {
20
- errorTip: string;
21
- clickRetry: string;
22
- };
23
- fixednav: {
24
- activeText: string;
25
- unActiveText: string;
26
- };
27
- pagination: {
28
- prevText: string;
29
- nextText: string;
30
- };
31
- calendarpane: {
32
- weekdays: string;
33
- endText: string;
34
- startText: string;
35
- title: string;
36
- monthTitle: string;
37
- today: string;
38
- };
39
- shortpassword: {
40
- title: string;
41
- desc: string;
42
- tips: string;
43
- };
44
- uploader: {
45
- ready: string;
46
- readyUpload: string;
47
- waitingUpload: string;
48
- uploading: string;
49
- success: string;
50
- error: string;
51
- };
52
- countdown: {
53
- day: string;
54
- hour: string;
55
- minute: string;
56
- second: string;
57
- };
58
- empty: {
59
- description: string;
60
- };
61
- address: {
62
- selectRegion: string;
63
- deliveryTo: string;
64
- chooseAnotherAddress: string;
65
- };
66
- signature: {
67
- reSign: string;
68
- unSupportTpl: string;
69
- };
70
- ecard: {
71
- chooseText: string;
72
- otherValueText: string;
73
- placeholder: string;
74
- };
75
- timeselect: {
76
- pickupTime: string;
77
- };
78
- sku: {
79
- buyText: string;
80
- stepperTitle: string;
81
- addCartText: string;
82
- };
83
- skuheader: {
84
- idText: string;
85
- };
86
- addresslist: {
87
- addAddress: string;
88
- default: string;
89
- };
90
- comment: {
91
- complaintsText: string;
92
- additionalReview: string;
93
- additionalImages: string;
94
- };
95
- infiniteloading: {
96
- loading: string;
97
- pullText: string;
98
- loadMoreText: string;
99
- };
100
- pullrefresh: {
101
- pullingText: string;
102
- loosingText: string;
103
- loadingText: string;
104
- };
105
- datepicker: {
106
- year: string;
107
- month: string;
108
- day: string;
109
- hour: string;
110
- min: string;
111
- seconds: string;
112
- };
113
- audiooperate: {
114
- back: string;
115
- start: string;
116
- pause: string;
117
- forward: string;
118
- mute: string;
119
- };
120
- picker: {
121
- title: string;
122
- };
123
- pickeritem: {
124
- placeholder: string;
125
- };
126
- dateitem: {
127
- placeholder: string;
128
- };
129
- cascaderitem: {
130
- placeholder: string;
131
- };
132
- calendaritem: {
133
- placeholder: string;
134
- };
135
- numberkeyboard: {
136
- confirmText: string;
137
- };
138
- };
139
- en_US: {
140
- save: string;
141
- noData: string;
142
- confirmText: string;
143
- cancelText: string;
144
- clearText: string;
145
- defaultText: string;
146
- placeholder: string;
147
- select: string;
148
- dateUnit: {
149
- day: string;
150
- year: string;
151
- month: string;
152
- hour: string;
153
- minute: string;
154
- seconds: string;
155
- };
156
- video: {
157
- errorTip: string;
158
- clickRetry: string;
159
- };
160
- fixednav: {
161
- activeText: string;
162
- unActiveText: string;
163
- };
164
- pagination: {
165
- prevText: string;
166
- nextText: string;
167
- };
168
- calendarpane: {
169
- weekdays: string;
170
- endText: string;
171
- startText: string;
172
- title: string;
173
- monthTitle: string;
174
- today: string;
175
- };
176
- shortpassword: {
177
- title: string;
178
- desc: string;
179
- tips: string;
180
- };
181
- uploader: {
182
- ready: string;
183
- readyUpload: string;
184
- waitingUpload: string;
185
- uploading: string;
186
- success: string;
187
- error: string;
188
- };
189
- countdown: {
190
- day: string;
191
- hour: string;
192
- minute: string;
193
- second: string;
194
- };
195
- empty: {
196
- description: string;
197
- };
198
- address: {
199
- selectRegion: string;
200
- deliveryTo: string;
201
- chooseAnotherAddress: string;
202
- };
203
- signature: {
204
- reSign: string;
205
- unSupportTpl: string;
206
- };
207
- ecard: {
208
- chooseText: string;
209
- otherValueText: string;
210
- placeholder: string;
211
- };
212
- timeselect: {
213
- pickupTime: string;
214
- };
215
- sku: {
216
- buyText: string;
217
- stepperTitle: string;
218
- addCartText: string;
219
- };
220
- skuheader: {
221
- idText: string;
222
- };
223
- addresslist: {
224
- addAddress: string;
225
- default: string;
226
- };
227
- comment: {
228
- complaintsText: string;
229
- additionalReview: string;
230
- additionalImages: string;
231
- };
232
- infiniteloading: {
233
- loading: string;
234
- pullText: string;
235
- loadMoreText: string;
236
- };
237
- pullrefresh: {
238
- pullingText: string;
239
- loosingText: string;
240
- loadingText: string;
241
- };
242
- datepicker: {
243
- year: string;
244
- month: string;
245
- day: string;
246
- hour: string;
247
- min: string;
248
- seconds: string;
249
- };
250
- audiooperate: {
251
- back: string;
252
- start: string;
253
- pause: string;
254
- forward: string;
255
- mute: string;
256
- };
257
- picker: {
258
- title: string;
259
- };
260
- pickeritem: {
261
- placeholder: string;
262
- };
263
- dateitem: {
264
- placeholder: string;
265
- };
266
- cascaderitem: {
267
- placeholder: string;
268
- };
269
- calendaritem: {
270
- placeholder: string;
271
- };
272
- numberkeyboard: {
273
- confirmText: string;
274
- };
275
- };
276
- zh_TW: {
277
- save: string;
278
- noData: string;
279
- confirmText: string;
280
- cancelText: string;
281
- clearText: string;
282
- defaultText: string;
283
- placeholder: string;
284
- select: string;
285
- dateUnit: {
286
- day: string;
287
- year: string;
288
- month: string;
289
- hour: string;
290
- minute: string;
291
- seconds: string;
292
- };
293
- video: {
294
- errorTip: string;
295
- clickRetry: string;
296
- };
297
- fixednav: {
298
- activeText: string;
299
- unActiveText: string;
300
- };
301
- pagination: {
302
- prevText: string;
303
- nextText: string;
304
- };
305
- calendarpane: {
306
- weekdays: string;
307
- endText: string;
308
- startText: string;
309
- title: string;
310
- monthTitle: string;
311
- today: string;
312
- };
313
- shortpassword: {
314
- title: string;
315
- desc: string;
316
- tips: string;
317
- };
318
- uploader: {
319
- ready: string;
320
- readyUpload: string;
321
- waitingUpload: string;
322
- uploading: string;
323
- success: string;
324
- error: string;
325
- };
326
- countdown: {
327
- day: string;
328
- hour: string;
329
- minute: string;
330
- second: string;
331
- };
332
- empty: {
333
- description: string;
334
- };
335
- address: {
336
- selectRegion: string;
337
- deliveryTo: string;
338
- chooseAnotherAddress: string;
339
- };
340
- signature: {
341
- reSign: string;
342
- unSupportTpl: string;
343
- };
344
- ecard: {
345
- chooseText: string;
346
- otherValueText: string;
347
- placeholder: string;
348
- };
349
- timeselect: {
350
- pickupTime: string;
351
- };
352
- sku: {
353
- buyText: string;
354
- stepperTitle: string;
355
- addCartText: string;
356
- };
357
- skuheader: {
358
- idText: string;
359
- };
360
- addresslist: {
361
- addAddress: string;
362
- default: string;
363
- };
364
- comment: {
365
- complaintsText: string;
366
- additionalReview: string;
367
- additionalImages: string;
368
- };
369
- infiniteloading: {
370
- loading: string;
371
- pullText: string;
372
- loadMoreText: string;
373
- };
374
- pullrefresh: {
375
- pullingText: string;
376
- loosingText: string;
377
- loadingText: string;
378
- };
379
- datepicker: {
380
- year: string;
381
- month: string;
382
- day: string;
383
- hour: string;
384
- min: string;
385
- seconds: string;
386
- };
387
- audiooperate: {
388
- back: string;
389
- start: string;
390
- pause: string;
391
- forward: string;
392
- mute: string;
393
- };
394
- picker: {
395
- title: string;
396
- };
397
- pickeritem: {
398
- placeholder: string;
399
- };
400
- dateitem: {
401
- placeholder: string;
402
- };
403
- cascaderitem: {
404
- placeholder: string;
405
- };
406
- calendaritem: {
407
- placeholder: string;
408
- };
409
- numberkeyboard: {
410
- confirmText: string;
411
- };
412
- };
413
- };
414
- export default _default;
415
-
416
- export { }