@next-bricks/advanced 0.44.11 → 0.44.13

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/types.json CHANGED
@@ -275,6 +275,240 @@
275
275
  ],
276
276
  "methods": []
277
277
  },
278
+ "eo-workbench-layout": {
279
+ "properties": [
280
+ {
281
+ "name": "cardTitle",
282
+ "annotation": {
283
+ "type": "keyword",
284
+ "value": "string"
285
+ }
286
+ },
287
+ {
288
+ "name": "isEdit",
289
+ "annotation": {
290
+ "type": "keyword",
291
+ "value": "boolean"
292
+ }
293
+ },
294
+ {
295
+ "name": "layouts",
296
+ "annotation": {
297
+ "type": "array",
298
+ "elementType": {
299
+ "type": "reference",
300
+ "typeName": {
301
+ "type": "identifier",
302
+ "name": "Layout"
303
+ }
304
+ }
305
+ }
306
+ },
307
+ {
308
+ "name": "componentList",
309
+ "annotation": {
310
+ "type": "array",
311
+ "elementType": {
312
+ "type": "reference",
313
+ "typeName": {
314
+ "type": "identifier",
315
+ "name": "Item"
316
+ }
317
+ }
318
+ }
319
+ }
320
+ ],
321
+ "events": [
322
+ {
323
+ "name": "change",
324
+ "detail": {
325
+ "annotation": {
326
+ "type": "array",
327
+ "elementType": {
328
+ "type": "reference",
329
+ "typeName": {
330
+ "type": "identifier",
331
+ "name": "Layout"
332
+ }
333
+ }
334
+ }
335
+ }
336
+ },
337
+ {
338
+ "name": "save",
339
+ "detail": {
340
+ "annotation": {
341
+ "type": "array",
342
+ "elementType": {
343
+ "type": "reference",
344
+ "typeName": {
345
+ "type": "identifier",
346
+ "name": "Layout"
347
+ }
348
+ }
349
+ }
350
+ }
351
+ },
352
+ {
353
+ "name": "cancel",
354
+ "detail": {
355
+ "annotation": {
356
+ "type": "keyword",
357
+ "value": "void"
358
+ }
359
+ }
360
+ },
361
+ {
362
+ "name": "action.click",
363
+ "detail": {
364
+ "annotation": {
365
+ "type": "typeLiteral",
366
+ "members": [
367
+ {
368
+ "type": "propertySignature",
369
+ "key": {
370
+ "type": "identifier",
371
+ "name": "action"
372
+ },
373
+ "annotation": {
374
+ "type": "reference",
375
+ "typeName": {
376
+ "type": "identifier",
377
+ "name": "SimpleAction"
378
+ }
379
+ },
380
+ "computed": false
381
+ },
382
+ {
383
+ "type": "propertySignature",
384
+ "key": {
385
+ "type": "identifier",
386
+ "name": "layouts"
387
+ },
388
+ "annotation": {
389
+ "type": "array",
390
+ "elementType": {
391
+ "type": "reference",
392
+ "typeName": {
393
+ "type": "identifier",
394
+ "name": "Layout"
395
+ }
396
+ }
397
+ },
398
+ "computed": false
399
+ }
400
+ ]
401
+ }
402
+ }
403
+ }
404
+ ],
405
+ "methods": [
406
+ {
407
+ "name": "setLayouts",
408
+ "params": [
409
+ {
410
+ "name": "layouts",
411
+ "annotation": {
412
+ "type": "array",
413
+ "elementType": {
414
+ "type": "reference",
415
+ "typeName": {
416
+ "type": "identifier",
417
+ "name": "Layout"
418
+ }
419
+ }
420
+ }
421
+ }
422
+ ],
423
+ "returns": {}
424
+ }
425
+ ],
426
+ "types": [
427
+ {
428
+ "type": "interface",
429
+ "name": "Item",
430
+ "body": [
431
+ {
432
+ "type": "propertySignature",
433
+ "key": {
434
+ "type": "identifier",
435
+ "name": "position"
436
+ },
437
+ "annotation": {
438
+ "type": "reference",
439
+ "typeName": {
440
+ "type": "identifier",
441
+ "name": "Layout"
442
+ }
443
+ },
444
+ "computed": false
445
+ },
446
+ {
447
+ "type": "propertySignature",
448
+ "key": {
449
+ "type": "identifier",
450
+ "name": "key"
451
+ },
452
+ "annotation": {
453
+ "type": "keyword",
454
+ "value": "string"
455
+ },
456
+ "computed": false
457
+ },
458
+ {
459
+ "type": "propertySignature",
460
+ "key": {
461
+ "type": "identifier",
462
+ "name": "title"
463
+ },
464
+ "annotation": {
465
+ "type": "keyword",
466
+ "value": "string"
467
+ },
468
+ "computed": false
469
+ },
470
+ {
471
+ "type": "propertySignature",
472
+ "key": {
473
+ "type": "identifier",
474
+ "name": "style"
475
+ },
476
+ "annotation": {
477
+ "type": "reference",
478
+ "typeName": {
479
+ "type": "qualifiedName",
480
+ "left": {
481
+ "type": "identifier",
482
+ "name": "React"
483
+ },
484
+ "right": {
485
+ "type": "identifier",
486
+ "name": "CSSProperties"
487
+ }
488
+ }
489
+ },
490
+ "optional": true,
491
+ "computed": false
492
+ },
493
+ {
494
+ "type": "propertySignature",
495
+ "key": {
496
+ "type": "identifier",
497
+ "name": "useBrick"
498
+ },
499
+ "annotation": {
500
+ "type": "reference",
501
+ "typeName": {
502
+ "type": "identifier",
503
+ "name": "UseSingleBrickConf"
504
+ }
505
+ },
506
+ "computed": false
507
+ }
508
+ ]
509
+ }
510
+ ]
511
+ },
278
512
  "eo-tree": {
279
513
  "properties": [
280
514
  {
@@ -722,240 +956,6 @@
722
956
  }
723
957
  ]
724
958
  },
725
- "eo-workbench-layout": {
726
- "properties": [
727
- {
728
- "name": "cardTitle",
729
- "annotation": {
730
- "type": "keyword",
731
- "value": "string"
732
- }
733
- },
734
- {
735
- "name": "isEdit",
736
- "annotation": {
737
- "type": "keyword",
738
- "value": "boolean"
739
- }
740
- },
741
- {
742
- "name": "layouts",
743
- "annotation": {
744
- "type": "array",
745
- "elementType": {
746
- "type": "reference",
747
- "typeName": {
748
- "type": "identifier",
749
- "name": "Layout"
750
- }
751
- }
752
- }
753
- },
754
- {
755
- "name": "componentList",
756
- "annotation": {
757
- "type": "array",
758
- "elementType": {
759
- "type": "reference",
760
- "typeName": {
761
- "type": "identifier",
762
- "name": "Item"
763
- }
764
- }
765
- }
766
- }
767
- ],
768
- "events": [
769
- {
770
- "name": "change",
771
- "detail": {
772
- "annotation": {
773
- "type": "array",
774
- "elementType": {
775
- "type": "reference",
776
- "typeName": {
777
- "type": "identifier",
778
- "name": "Layout"
779
- }
780
- }
781
- }
782
- }
783
- },
784
- {
785
- "name": "save",
786
- "detail": {
787
- "annotation": {
788
- "type": "array",
789
- "elementType": {
790
- "type": "reference",
791
- "typeName": {
792
- "type": "identifier",
793
- "name": "Layout"
794
- }
795
- }
796
- }
797
- }
798
- },
799
- {
800
- "name": "cancel",
801
- "detail": {
802
- "annotation": {
803
- "type": "keyword",
804
- "value": "void"
805
- }
806
- }
807
- },
808
- {
809
- "name": "action.click",
810
- "detail": {
811
- "annotation": {
812
- "type": "typeLiteral",
813
- "members": [
814
- {
815
- "type": "propertySignature",
816
- "key": {
817
- "type": "identifier",
818
- "name": "action"
819
- },
820
- "annotation": {
821
- "type": "reference",
822
- "typeName": {
823
- "type": "identifier",
824
- "name": "SimpleAction"
825
- }
826
- },
827
- "computed": false
828
- },
829
- {
830
- "type": "propertySignature",
831
- "key": {
832
- "type": "identifier",
833
- "name": "layouts"
834
- },
835
- "annotation": {
836
- "type": "array",
837
- "elementType": {
838
- "type": "reference",
839
- "typeName": {
840
- "type": "identifier",
841
- "name": "Layout"
842
- }
843
- }
844
- },
845
- "computed": false
846
- }
847
- ]
848
- }
849
- }
850
- }
851
- ],
852
- "methods": [
853
- {
854
- "name": "setLayouts",
855
- "params": [
856
- {
857
- "name": "layouts",
858
- "annotation": {
859
- "type": "array",
860
- "elementType": {
861
- "type": "reference",
862
- "typeName": {
863
- "type": "identifier",
864
- "name": "Layout"
865
- }
866
- }
867
- }
868
- }
869
- ],
870
- "returns": {}
871
- }
872
- ],
873
- "types": [
874
- {
875
- "type": "interface",
876
- "name": "Item",
877
- "body": [
878
- {
879
- "type": "propertySignature",
880
- "key": {
881
- "type": "identifier",
882
- "name": "position"
883
- },
884
- "annotation": {
885
- "type": "reference",
886
- "typeName": {
887
- "type": "identifier",
888
- "name": "Layout"
889
- }
890
- },
891
- "computed": false
892
- },
893
- {
894
- "type": "propertySignature",
895
- "key": {
896
- "type": "identifier",
897
- "name": "key"
898
- },
899
- "annotation": {
900
- "type": "keyword",
901
- "value": "string"
902
- },
903
- "computed": false
904
- },
905
- {
906
- "type": "propertySignature",
907
- "key": {
908
- "type": "identifier",
909
- "name": "title"
910
- },
911
- "annotation": {
912
- "type": "keyword",
913
- "value": "string"
914
- },
915
- "computed": false
916
- },
917
- {
918
- "type": "propertySignature",
919
- "key": {
920
- "type": "identifier",
921
- "name": "style"
922
- },
923
- "annotation": {
924
- "type": "reference",
925
- "typeName": {
926
- "type": "qualifiedName",
927
- "left": {
928
- "type": "identifier",
929
- "name": "React"
930
- },
931
- "right": {
932
- "type": "identifier",
933
- "name": "CSSProperties"
934
- }
935
- }
936
- },
937
- "optional": true,
938
- "computed": false
939
- },
940
- {
941
- "type": "propertySignature",
942
- "key": {
943
- "type": "identifier",
944
- "name": "useBrick"
945
- },
946
- "annotation": {
947
- "type": "reference",
948
- "typeName": {
949
- "type": "identifier",
950
- "name": "UseSingleBrickConf"
951
- }
952
- },
953
- "computed": false
954
- }
955
- ]
956
- }
957
- ]
958
- },
959
959
  "eo-tree-select": {
960
960
  "properties": [
961
961
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.44.11",
3
+ "version": "0.44.13",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/advanced",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,5 +45,5 @@
45
45
  "@next-bricks/icons": "*",
46
46
  "@next-bricks/markdown": "*"
47
47
  },
48
- "gitHead": "5a63da1b4d598980c25f6110aa0e770bfeb2978a"
48
+ "gitHead": "ec6737411fe463f5618b2c54b8e7572f7a64ecbd"
49
49
  }