@fox-js/foxui-pad 4.0.1-2 → 4.0.1-20

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-pad",
3
- "version": "4.0.1-2",
3
+ "type": "module",
4
+ "version": "4.0.1-20",
4
5
  "description": "FoxUI PAD端组件库",
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,398 +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
- title: 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
- };
89
- comment: {
90
- complaintsText: string;
91
- additionalReview: string;
92
- additionalImages: string;
93
- };
94
- infiniteloading: {
95
- loading: string;
96
- pullTxt: string;
97
- loadMoreTxt: string;
98
- };
99
- datepicker: {
100
- year: string;
101
- month: string;
102
- day: string;
103
- hour: string;
104
- min: string;
105
- seconds: string;
106
- };
107
- audiooperate: {
108
- back: string;
109
- start: string;
110
- pause: string;
111
- forward: string;
112
- mute: string;
113
- };
114
- picker: {
115
- title: string;
116
- };
117
- pickeritem: {
118
- placeholder: string;
119
- };
120
- dateitem: {
121
- placeholder: string;
122
- };
123
- cascaderitem: {
124
- placeholder: string;
125
- };
126
- calendaritem: {
127
- placeholder: string;
128
- };
129
- numberkeyboard: {
130
- confirmText: string;
131
- };
132
- };
133
- en_US: {
134
- save: string;
135
- noData: string;
136
- confirmText: string;
137
- cancelText: string;
138
- clearText: string;
139
- defaultText: string;
140
- placeholder: string;
141
- select: string;
142
- dateUnit: {
143
- day: string;
144
- year: string;
145
- month: string;
146
- hour: string;
147
- minute: string;
148
- seconds: string;
149
- };
150
- video: {
151
- errorTip: string;
152
- clickRetry: string;
153
- };
154
- fixednav: {
155
- activeText: string;
156
- unActiveText: string;
157
- };
158
- pagination: {
159
- prevText: string;
160
- nextText: string;
161
- };
162
- calendarpane: {
163
- weekdays: string;
164
- endText: string;
165
- startText: string;
166
- title: string;
167
- monthTitle: string;
168
- today: string;
169
- };
170
- shortpassword: {
171
- title: string;
172
- desc: string;
173
- tips: string;
174
- };
175
- uploader: {
176
- ready: string;
177
- readyUpload: string;
178
- waitingUpload: string;
179
- uploading: string;
180
- success: string;
181
- error: string;
182
- };
183
- countdown: {
184
- day: string;
185
- hour: string;
186
- minute: string;
187
- second: string;
188
- };
189
- empty: {
190
- description: string;
191
- };
192
- address: {
193
- selectRegion: string;
194
- deliveryTo: string;
195
- chooseAnotherAddress: string;
196
- };
197
- signature: {
198
- reSign: string;
199
- unSupportTpl: string;
200
- };
201
- ecard: {
202
- chooseText: string;
203
- otherValueText: string;
204
- placeholder: string;
205
- };
206
- timeselect: {
207
- title: string;
208
- };
209
- sku: {
210
- buyText: string;
211
- stepperTitle: string;
212
- addCartText: string;
213
- };
214
- skuheader: {
215
- idText: string;
216
- };
217
- addresslist: {
218
- addAddress: string;
219
- };
220
- comment: {
221
- complaintsText: string;
222
- additionalReview: string;
223
- additionalImages: string;
224
- };
225
- infiniteloading: {
226
- loading: string;
227
- pullTxt: string;
228
- loadMoreTxt: string;
229
- };
230
- datepicker: {
231
- year: string;
232
- month: string;
233
- day: string;
234
- hour: string;
235
- min: string;
236
- seconds: string;
237
- };
238
- audiooperate: {
239
- back: string;
240
- start: string;
241
- pause: string;
242
- forward: string;
243
- mute: string;
244
- };
245
- picker: {
246
- title: string;
247
- };
248
- pickeritem: {
249
- placeholder: string;
250
- };
251
- dateitem: {
252
- placeholder: string;
253
- };
254
- cascaderitem: {
255
- placeholder: string;
256
- };
257
- calendaritem: {
258
- placeholder: string;
259
- };
260
- numberkeyboard: {
261
- confirmText: string;
262
- };
263
- };
264
- zh_TW: {
265
- save: string;
266
- noData: string;
267
- confirmText: string;
268
- cancelText: string;
269
- clearText: string;
270
- defaultText: string;
271
- placeholder: string;
272
- select: string;
273
- dateUnit: {
274
- day: string;
275
- year: string;
276
- month: string;
277
- hour: string;
278
- minute: string;
279
- seconds: string;
280
- };
281
- video: {
282
- errorTip: string;
283
- clickRetry: string;
284
- };
285
- fixednav: {
286
- activeText: string;
287
- unActiveText: string;
288
- };
289
- pagination: {
290
- prevText: string;
291
- nextText: string;
292
- };
293
- calendarpane: {
294
- weekdays: string;
295
- endText: string;
296
- startText: string;
297
- title: string;
298
- monthTitle: string;
299
- today: string;
300
- };
301
- shortpassword: {
302
- title: string;
303
- desc: string;
304
- tips: string;
305
- };
306
- uploader: {
307
- ready: string;
308
- readyUpload: string;
309
- waitingUpload: string;
310
- uploading: string;
311
- success: string;
312
- error: string;
313
- };
314
- countdown: {
315
- day: string;
316
- hour: string;
317
- minute: string;
318
- second: string;
319
- };
320
- empty: {
321
- description: string;
322
- };
323
- address: {
324
- selectRegion: string;
325
- deliveryTo: string;
326
- chooseAnotherAddress: string;
327
- };
328
- signature: {
329
- reSign: string;
330
- unSupportTpl: string;
331
- };
332
- ecard: {
333
- chooseText: string;
334
- otherValueText: string;
335
- placeholder: string;
336
- };
337
- timeselect: {
338
- title: string;
339
- };
340
- sku: {
341
- buyText: string;
342
- stepperTitle: string;
343
- addCartText: string;
344
- };
345
- skuheader: {
346
- idText: string;
347
- };
348
- addresslist: {
349
- addAddress: string;
350
- };
351
- comment: {
352
- complaintsText: string;
353
- additionalReview: string;
354
- additionalImages: string;
355
- };
356
- infiniteloading: {
357
- loading: string;
358
- pullTxt: string;
359
- loadMoreTxt: string;
360
- };
361
- datepicker: {
362
- year: string;
363
- month: string;
364
- day: string;
365
- hour: string;
366
- min: string;
367
- seconds: string;
368
- };
369
- audiooperate: {
370
- back: string;
371
- start: string;
372
- pause: string;
373
- forward: string;
374
- mute: string;
375
- };
376
- picker: {
377
- title: string;
378
- };
379
- pickeritem: {
380
- placeholder: string;
381
- };
382
- dateitem: {
383
- placeholder: string;
384
- };
385
- cascaderitem: {
386
- placeholder: string;
387
- };
388
- calendaritem: {
389
- placeholder: string;
390
- };
391
- numberkeyboard: {
392
- confirmText: string;
393
- };
394
- };
395
- };
396
- export default _default;
397
-
398
- export { }