@next-bricks/advanced 0.1.5 → 0.1.6
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/dist/bricks.json +1 -1
- package/dist/chunks/{2255.043a1742.js → 2255.9dcb87b1.js} +2 -2
- package/dist/chunks/2255.9dcb87b1.js.map +1 -0
- package/dist/chunks/{3494.100ccce0.js → 3494.19c575cb.js} +2 -2
- package/dist/chunks/{3494.100ccce0.js.map → 3494.19c575cb.js.map} +1 -1
- package/dist/chunks/{7822.f8611fc2.js → 7822.9f535e3b.js} +2 -2
- package/dist/chunks/{7822.f8611fc2.js.map → 7822.9f535e3b.js.map} +1 -1
- package/dist/chunks/{9079.906cd389.js → 9079.7d7df911.js} +2 -2
- package/dist/chunks/{9079.906cd389.js.map → 9079.7d7df911.js.map} +1 -1
- package/dist/chunks/{general-table.15ea2f7a.js → general-table.617af895.js} +2 -2
- package/dist/chunks/{general-table.15ea2f7a.js.map → general-table.617af895.js.map} +1 -1
- package/dist/chunks/{main.f0551dbb.js → main.fa2baef1.js} +2 -2
- package/dist/chunks/{main.f0551dbb.js.map → main.fa2baef1.js.map} +1 -1
- package/dist/{index.808daae4.js → index.43f728f6.js} +2 -2
- package/dist/{index.808daae4.js.map → index.43f728f6.js.map} +1 -1
- package/dist/manifest.json +506 -0
- package/package.json +7 -4
- package/dist/chunks/2255.043a1742.js.map +0 -1
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manifest_version": 1,
|
|
3
|
+
"package": "@next-bricks/advanced",
|
|
4
|
+
"name": "advanced",
|
|
5
|
+
"bricks": [
|
|
6
|
+
{
|
|
7
|
+
"name": "advanced.general-table",
|
|
8
|
+
"properties": [
|
|
9
|
+
{
|
|
10
|
+
"name": "showCard",
|
|
11
|
+
"description": "",
|
|
12
|
+
"required": true,
|
|
13
|
+
"default": "true"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "rowSelection",
|
|
17
|
+
"description": "",
|
|
18
|
+
"required": true,
|
|
19
|
+
"default": "-",
|
|
20
|
+
"attribute": false,
|
|
21
|
+
"type": "false | TableRowSelection<any>"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "rowKey",
|
|
25
|
+
"description": "",
|
|
26
|
+
"required": true,
|
|
27
|
+
"default": "\"key\"",
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "hiddenColumns",
|
|
32
|
+
"description": "",
|
|
33
|
+
"required": true,
|
|
34
|
+
"default": "-",
|
|
35
|
+
"attribute": false,
|
|
36
|
+
"type": "Array<string | number>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "showSelectInfo",
|
|
40
|
+
"description": "",
|
|
41
|
+
"required": true,
|
|
42
|
+
"default": "false"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "filters",
|
|
46
|
+
"description": "",
|
|
47
|
+
"required": true,
|
|
48
|
+
"default": "-",
|
|
49
|
+
"attribute": false,
|
|
50
|
+
"type": "Record<string, string[]>"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "configProps",
|
|
54
|
+
"description": "",
|
|
55
|
+
"required": true,
|
|
56
|
+
"default": "-",
|
|
57
|
+
"attribute": false,
|
|
58
|
+
"type": "any"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "sort",
|
|
62
|
+
"description": "",
|
|
63
|
+
"required": true,
|
|
64
|
+
"default": "-",
|
|
65
|
+
"type": "string | null"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "order",
|
|
69
|
+
"description": "",
|
|
70
|
+
"required": true,
|
|
71
|
+
"default": "-",
|
|
72
|
+
"attribute": false,
|
|
73
|
+
"type": "string | number | null"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "rowDisabledConfig",
|
|
77
|
+
"description": "",
|
|
78
|
+
"required": true,
|
|
79
|
+
"default": "-",
|
|
80
|
+
"attribute": false,
|
|
81
|
+
"type": "RowDisabledProps | RowDisabledProps[]"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "expandedRowBrick",
|
|
85
|
+
"description": "",
|
|
86
|
+
"attribute": false,
|
|
87
|
+
"type": "{\n useBrick?: UseSingleBrickConf;\n }"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "expandIcon",
|
|
91
|
+
"description": "",
|
|
92
|
+
"attribute": false,
|
|
93
|
+
"type": "{\n collapsedIcon: GeneralIconProps;\n expandedIcon: GeneralIconProps;\n }"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "expandIconAsCell",
|
|
97
|
+
"description": "",
|
|
98
|
+
"required": true,
|
|
99
|
+
"default": "true",
|
|
100
|
+
"attribute": false
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "expandIconColumnIndex",
|
|
104
|
+
"description": "",
|
|
105
|
+
"required": true,
|
|
106
|
+
"default": "-",
|
|
107
|
+
"type": "number"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "expandRowByClick",
|
|
111
|
+
"description": "",
|
|
112
|
+
"required": true,
|
|
113
|
+
"default": "false",
|
|
114
|
+
"type": "boolean"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "optimizedColumns",
|
|
118
|
+
"description": "",
|
|
119
|
+
"required": true,
|
|
120
|
+
"default": "-",
|
|
121
|
+
"attribute": false,
|
|
122
|
+
"type": "Array<string | number>"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "stripEmptyExpandableChildren",
|
|
126
|
+
"description": "",
|
|
127
|
+
"required": true,
|
|
128
|
+
"default": "false",
|
|
129
|
+
"attribute": false
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "defaultExpandAllRows",
|
|
133
|
+
"description": "",
|
|
134
|
+
"required": true,
|
|
135
|
+
"default": "false",
|
|
136
|
+
"type": "boolean"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "ellipsisInfo",
|
|
140
|
+
"description": "",
|
|
141
|
+
"required": true,
|
|
142
|
+
"default": "false",
|
|
143
|
+
"type": "boolean"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "expandedRowKeys",
|
|
147
|
+
"description": "",
|
|
148
|
+
"required": true,
|
|
149
|
+
"default": "-",
|
|
150
|
+
"attribute": false,
|
|
151
|
+
"type": "string[]"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "selectAllChildren",
|
|
155
|
+
"description": "",
|
|
156
|
+
"required": true,
|
|
157
|
+
"default": "false",
|
|
158
|
+
"type": "boolean"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "defaultSelectAll",
|
|
162
|
+
"description": "",
|
|
163
|
+
"required": true,
|
|
164
|
+
"default": "false",
|
|
165
|
+
"type": "boolean"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "childrenColumnName",
|
|
169
|
+
"description": "",
|
|
170
|
+
"required": true,
|
|
171
|
+
"default": "children",
|
|
172
|
+
"attribute": false
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "sortable",
|
|
176
|
+
"description": "",
|
|
177
|
+
"required": true,
|
|
178
|
+
"default": "true",
|
|
179
|
+
"attribute": false
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "frontSearch",
|
|
183
|
+
"description": "",
|
|
184
|
+
"required": true,
|
|
185
|
+
"default": "false",
|
|
186
|
+
"type": "boolean"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "frontSearchQuery",
|
|
190
|
+
"description": "",
|
|
191
|
+
"required": true,
|
|
192
|
+
"default": "-"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "exactSearch",
|
|
196
|
+
"description": "",
|
|
197
|
+
"required": true,
|
|
198
|
+
"default": "false",
|
|
199
|
+
"type": "boolean"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "frontSearchFilterKeys",
|
|
203
|
+
"description": "",
|
|
204
|
+
"required": true,
|
|
205
|
+
"default": "-",
|
|
206
|
+
"attribute": false,
|
|
207
|
+
"type": "string[]"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "page",
|
|
211
|
+
"description": "",
|
|
212
|
+
"required": true,
|
|
213
|
+
"default": "-",
|
|
214
|
+
"type": "number"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "pageSize",
|
|
218
|
+
"description": "",
|
|
219
|
+
"required": true,
|
|
220
|
+
"default": "-",
|
|
221
|
+
"type": "number"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "scrollConfigs",
|
|
225
|
+
"description": "",
|
|
226
|
+
"default": "{ x: true }",
|
|
227
|
+
"attribute": false,
|
|
228
|
+
"type": "TableProps<unknown>[\"scroll\"]"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "qField",
|
|
232
|
+
"description": "",
|
|
233
|
+
"required": true,
|
|
234
|
+
"default": "\"q\""
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "tableDraggable",
|
|
238
|
+
"description": "",
|
|
239
|
+
"required": true,
|
|
240
|
+
"default": "false",
|
|
241
|
+
"type": "boolean"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "zebraPattern",
|
|
245
|
+
"description": "",
|
|
246
|
+
"required": true,
|
|
247
|
+
"default": "false",
|
|
248
|
+
"type": "boolean"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "storeCheckedByUrl",
|
|
252
|
+
"description": "",
|
|
253
|
+
"required": true,
|
|
254
|
+
"default": "false",
|
|
255
|
+
"type": "boolean"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "extraRows",
|
|
259
|
+
"description": "",
|
|
260
|
+
"required": true,
|
|
261
|
+
"default": "-",
|
|
262
|
+
"attribute": false,
|
|
263
|
+
"type": "Record<string, unknown>[]"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "autoSelectParentWhenAllChildrenSelected",
|
|
267
|
+
"description": "",
|
|
268
|
+
"required": true,
|
|
269
|
+
"default": "false",
|
|
270
|
+
"type": "boolean"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "thTransparent",
|
|
274
|
+
"description": "",
|
|
275
|
+
"required": true,
|
|
276
|
+
"default": "-",
|
|
277
|
+
"type": "boolean"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "showHeader",
|
|
281
|
+
"description": "",
|
|
282
|
+
"required": true,
|
|
283
|
+
"default": "true"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "pagination",
|
|
287
|
+
"description": "",
|
|
288
|
+
"required": true,
|
|
289
|
+
"default": "-",
|
|
290
|
+
"attribute": false,
|
|
291
|
+
"type": "false | TablePaginationConfig"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "size",
|
|
295
|
+
"description": "",
|
|
296
|
+
"required": true,
|
|
297
|
+
"default": "-",
|
|
298
|
+
"type": "SizeType"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "type",
|
|
302
|
+
"description": "",
|
|
303
|
+
"required": true,
|
|
304
|
+
"default": "-",
|
|
305
|
+
"attribute": false,
|
|
306
|
+
"type": "RowSelectionType"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "shouldUpdateUrlParams",
|
|
310
|
+
"description": "",
|
|
311
|
+
"required": true,
|
|
312
|
+
"default": "true"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "shouldRenderWhenUrlParamsUpdate",
|
|
316
|
+
"description": "",
|
|
317
|
+
"required": true,
|
|
318
|
+
"default": "true"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "selectedRowKeys",
|
|
322
|
+
"description": "",
|
|
323
|
+
"required": true,
|
|
324
|
+
"default": "[]",
|
|
325
|
+
"attribute": false,
|
|
326
|
+
"type": "React.Key[]"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"events": [
|
|
330
|
+
{
|
|
331
|
+
"name": "page.update",
|
|
332
|
+
"description": "",
|
|
333
|
+
"detail": {
|
|
334
|
+
"description": "{[pagePath]: xxx}",
|
|
335
|
+
"type": "Record<string, number>"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "filter.update",
|
|
340
|
+
"description": "",
|
|
341
|
+
"detail": {
|
|
342
|
+
"description": "{[pagePath]:1,[pageSizePath]:xxx}",
|
|
343
|
+
"type": "Record<string, number>"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "select.update",
|
|
348
|
+
"description": "",
|
|
349
|
+
"detail": {
|
|
350
|
+
"description": "Record<string,any>[]",
|
|
351
|
+
"type": "Record<string, any>[]"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "select.row.keys.update",
|
|
356
|
+
"description": "",
|
|
357
|
+
"detail": {
|
|
358
|
+
"description": "Record<string,any>[]",
|
|
359
|
+
"type": "string[]"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "sort.update",
|
|
364
|
+
"description": "",
|
|
365
|
+
"detail": {
|
|
366
|
+
"description": "{sort:string;order:string|number}",
|
|
367
|
+
"type": "{\n sort: string;\n order: string | number;\n }"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "row.expand",
|
|
372
|
+
"description": "",
|
|
373
|
+
"detail": {
|
|
374
|
+
"description": "{expanded:boolean;record:Record<string,any>}",
|
|
375
|
+
"type": "{\n expanded: boolean;\n record: Record<string, any>;\n }"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "expand.rows.change",
|
|
380
|
+
"description": "",
|
|
381
|
+
"detail": {
|
|
382
|
+
"description": "{expandedRows:string[]| number[]}",
|
|
383
|
+
"type": "{\n expandedRows: React.Key[];\n }"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "row.drag",
|
|
388
|
+
"description": "",
|
|
389
|
+
"detail": {
|
|
390
|
+
"description": "{data:Record<string,any>[]}",
|
|
391
|
+
"type": "{\n data: Record<string, any>[];\n }"
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"slots": [],
|
|
396
|
+
"methods": [
|
|
397
|
+
{
|
|
398
|
+
"name": "filterSourceData",
|
|
399
|
+
"params": [
|
|
400
|
+
"event: CustomEvent"
|
|
401
|
+
],
|
|
402
|
+
"description": "",
|
|
403
|
+
"return": {
|
|
404
|
+
"type": "void"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "expandAll",
|
|
409
|
+
"params": [],
|
|
410
|
+
"description": ""
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"description": ""
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "advanced.general-cascader",
|
|
417
|
+
"properties": [
|
|
418
|
+
{
|
|
419
|
+
"name": "options",
|
|
420
|
+
"attribute": false,
|
|
421
|
+
"type": "AntdCascaderProps[\"options\"]"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "fieldNames",
|
|
425
|
+
"attribute": false,
|
|
426
|
+
"type": "AntdCascaderProps[\"fieldNames\"]",
|
|
427
|
+
"default": "{\n label: \"label\",\n value: \"value\",\n children: \"children\",\n }"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "value",
|
|
431
|
+
"attribute": false,
|
|
432
|
+
"type": "AntdCascaderProps[\"value\"]"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "placeholder",
|
|
436
|
+
"type": "string"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "multiple",
|
|
440
|
+
"type": "boolean"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "disabled",
|
|
444
|
+
"type": "boolean"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "allowClear",
|
|
448
|
+
"type": "boolean",
|
|
449
|
+
"default": "true"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "showSearch",
|
|
453
|
+
"type": "boolean",
|
|
454
|
+
"default": "true"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "suffixIcon",
|
|
458
|
+
"attribute": false,
|
|
459
|
+
"type": "GeneralIconProps"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "expandTrigger",
|
|
463
|
+
"type": "AntdCascaderProps[\"expandTrigger\"]",
|
|
464
|
+
"default": "\"click\""
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "popupPlacement",
|
|
468
|
+
"type": "AntdCascaderProps[\"placement\"]",
|
|
469
|
+
"default": "\"bottomLeft\""
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "size",
|
|
473
|
+
"type": "AntdCascaderProps[\"size\"]"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "limit",
|
|
477
|
+
"type": "number",
|
|
478
|
+
"default": "50"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "maxTagCount",
|
|
482
|
+
"attribute": false,
|
|
483
|
+
"type": "number | \"responsive\""
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "cascaderStyle",
|
|
487
|
+
"attribute": false,
|
|
488
|
+
"type": "CSSProperties"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"events": [
|
|
492
|
+
{
|
|
493
|
+
"name": "cascader.change",
|
|
494
|
+
"description": "",
|
|
495
|
+
"detail": {
|
|
496
|
+
"description": "{ value: AntdCascaderProps[\"value\"], selectedOptions: DefaultOptionType[] | DefaultOptionType[][] }",
|
|
497
|
+
"type": "{\n value: AntdCascaderProps[\"value\"];\n selectedOptions: DefaultOptionType[] | DefaultOptionType[][];\n }"
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"slots": [],
|
|
502
|
+
"methods": [],
|
|
503
|
+
"description": ""
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/advanced",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,11 +11,13 @@
|
|
|
11
11
|
"sideEffects": true,
|
|
12
12
|
"files": [
|
|
13
13
|
"dist",
|
|
14
|
-
"dist-types"
|
|
14
|
+
"dist-types",
|
|
15
|
+
"docs"
|
|
15
16
|
],
|
|
16
17
|
"exports": {
|
|
17
18
|
"./package.json": "./package.json",
|
|
18
19
|
"./dist/bricks.json": "./dist/bricks.json",
|
|
20
|
+
"./dist/manifest.json": "./dist/manifest.json",
|
|
19
21
|
"./*": {
|
|
20
22
|
"types": "./dist-types/*/index.d.ts"
|
|
21
23
|
}
|
|
@@ -25,14 +27,15 @@
|
|
|
25
27
|
"build": "npm run build:main && npm run build:types",
|
|
26
28
|
"build:main": "cross-env NODE_ENV=production build-next-bricks",
|
|
27
29
|
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist-types --project tsconfig.json",
|
|
30
|
+
"build:manifest": "cross-env NODE_ENV=production build-next-bricks --manifest-only",
|
|
28
31
|
"test": "cross-env NODE_ENV='test' test-next",
|
|
29
32
|
"test:ci": "cross-env NODE_ENV='test' CI=true test-next",
|
|
30
33
|
"prepublishOnly": "cp package.json package.json.bak && npm pkg delete dependencies",
|
|
31
34
|
"postpublish": "mv package.json.bak package.json"
|
|
32
35
|
},
|
|
33
36
|
"devDependencies": {
|
|
34
|
-
"@next-core/build-next-bricks": "^1.
|
|
37
|
+
"@next-core/build-next-bricks": "^1.7.2",
|
|
35
38
|
"@next-core/test-next": "^1.0.6"
|
|
36
39
|
},
|
|
37
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "66f40f3eff556846c449ad72ba0607890668f8d0"
|
|
38
41
|
}
|