@next-bricks/advanced 0.41.6 → 0.41.7

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
@@ -1,4 +1,238 @@
1
1
  {
2
+ "eo-workbench-layout": {
3
+ "properties": [
4
+ {
5
+ "name": "cardTitle",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "string"
9
+ }
10
+ },
11
+ {
12
+ "name": "isEdit",
13
+ "annotation": {
14
+ "type": "keyword",
15
+ "value": "boolean"
16
+ }
17
+ },
18
+ {
19
+ "name": "layouts",
20
+ "annotation": {
21
+ "type": "array",
22
+ "elementType": {
23
+ "type": "reference",
24
+ "typeName": {
25
+ "type": "identifier",
26
+ "name": "Layout"
27
+ }
28
+ }
29
+ }
30
+ },
31
+ {
32
+ "name": "componentList",
33
+ "annotation": {
34
+ "type": "array",
35
+ "elementType": {
36
+ "type": "reference",
37
+ "typeName": {
38
+ "type": "identifier",
39
+ "name": "Item"
40
+ }
41
+ }
42
+ }
43
+ }
44
+ ],
45
+ "events": [
46
+ {
47
+ "name": "change",
48
+ "detail": {
49
+ "annotation": {
50
+ "type": "array",
51
+ "elementType": {
52
+ "type": "reference",
53
+ "typeName": {
54
+ "type": "identifier",
55
+ "name": "Layout"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ },
61
+ {
62
+ "name": "save",
63
+ "detail": {
64
+ "annotation": {
65
+ "type": "array",
66
+ "elementType": {
67
+ "type": "reference",
68
+ "typeName": {
69
+ "type": "identifier",
70
+ "name": "Layout"
71
+ }
72
+ }
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "name": "cancel",
78
+ "detail": {
79
+ "annotation": {
80
+ "type": "keyword",
81
+ "value": "void"
82
+ }
83
+ }
84
+ },
85
+ {
86
+ "name": "action.click",
87
+ "detail": {
88
+ "annotation": {
89
+ "type": "typeLiteral",
90
+ "members": [
91
+ {
92
+ "type": "propertySignature",
93
+ "key": {
94
+ "type": "identifier",
95
+ "name": "action"
96
+ },
97
+ "annotation": {
98
+ "type": "reference",
99
+ "typeName": {
100
+ "type": "identifier",
101
+ "name": "SimpleAction"
102
+ }
103
+ },
104
+ "computed": false
105
+ },
106
+ {
107
+ "type": "propertySignature",
108
+ "key": {
109
+ "type": "identifier",
110
+ "name": "layouts"
111
+ },
112
+ "annotation": {
113
+ "type": "array",
114
+ "elementType": {
115
+ "type": "reference",
116
+ "typeName": {
117
+ "type": "identifier",
118
+ "name": "Layout"
119
+ }
120
+ }
121
+ },
122
+ "computed": false
123
+ }
124
+ ]
125
+ }
126
+ }
127
+ }
128
+ ],
129
+ "methods": [
130
+ {
131
+ "name": "setLayouts",
132
+ "params": [
133
+ {
134
+ "name": "layouts",
135
+ "annotation": {
136
+ "type": "array",
137
+ "elementType": {
138
+ "type": "reference",
139
+ "typeName": {
140
+ "type": "identifier",
141
+ "name": "Layout"
142
+ }
143
+ }
144
+ }
145
+ }
146
+ ],
147
+ "returns": {}
148
+ }
149
+ ],
150
+ "types": [
151
+ {
152
+ "type": "interface",
153
+ "name": "Item",
154
+ "body": [
155
+ {
156
+ "type": "propertySignature",
157
+ "key": {
158
+ "type": "identifier",
159
+ "name": "position"
160
+ },
161
+ "annotation": {
162
+ "type": "reference",
163
+ "typeName": {
164
+ "type": "identifier",
165
+ "name": "Layout"
166
+ }
167
+ },
168
+ "computed": false
169
+ },
170
+ {
171
+ "type": "propertySignature",
172
+ "key": {
173
+ "type": "identifier",
174
+ "name": "key"
175
+ },
176
+ "annotation": {
177
+ "type": "keyword",
178
+ "value": "string"
179
+ },
180
+ "computed": false
181
+ },
182
+ {
183
+ "type": "propertySignature",
184
+ "key": {
185
+ "type": "identifier",
186
+ "name": "title"
187
+ },
188
+ "annotation": {
189
+ "type": "keyword",
190
+ "value": "string"
191
+ },
192
+ "computed": false
193
+ },
194
+ {
195
+ "type": "propertySignature",
196
+ "key": {
197
+ "type": "identifier",
198
+ "name": "style"
199
+ },
200
+ "annotation": {
201
+ "type": "reference",
202
+ "typeName": {
203
+ "type": "qualifiedName",
204
+ "left": {
205
+ "type": "identifier",
206
+ "name": "React"
207
+ },
208
+ "right": {
209
+ "type": "identifier",
210
+ "name": "CSSProperties"
211
+ }
212
+ }
213
+ },
214
+ "optional": true,
215
+ "computed": false
216
+ },
217
+ {
218
+ "type": "propertySignature",
219
+ "key": {
220
+ "type": "identifier",
221
+ "name": "useBrick"
222
+ },
223
+ "annotation": {
224
+ "type": "reference",
225
+ "typeName": {
226
+ "type": "identifier",
227
+ "name": "UseSingleBrickConf"
228
+ }
229
+ },
230
+ "computed": false
231
+ }
232
+ ]
233
+ }
234
+ ]
235
+ },
2
236
  "eo-cascader": {
3
237
  "properties": [
4
238
  {
@@ -535,240 +769,6 @@
535
769
  }
536
770
  ]
537
771
  },
538
- "eo-workbench-layout": {
539
- "properties": [
540
- {
541
- "name": "cardTitle",
542
- "annotation": {
543
- "type": "keyword",
544
- "value": "string"
545
- }
546
- },
547
- {
548
- "name": "isEdit",
549
- "annotation": {
550
- "type": "keyword",
551
- "value": "boolean"
552
- }
553
- },
554
- {
555
- "name": "layouts",
556
- "annotation": {
557
- "type": "array",
558
- "elementType": {
559
- "type": "reference",
560
- "typeName": {
561
- "type": "identifier",
562
- "name": "Layout"
563
- }
564
- }
565
- }
566
- },
567
- {
568
- "name": "componentList",
569
- "annotation": {
570
- "type": "array",
571
- "elementType": {
572
- "type": "reference",
573
- "typeName": {
574
- "type": "identifier",
575
- "name": "Item"
576
- }
577
- }
578
- }
579
- }
580
- ],
581
- "events": [
582
- {
583
- "name": "change",
584
- "detail": {
585
- "annotation": {
586
- "type": "array",
587
- "elementType": {
588
- "type": "reference",
589
- "typeName": {
590
- "type": "identifier",
591
- "name": "Layout"
592
- }
593
- }
594
- }
595
- }
596
- },
597
- {
598
- "name": "save",
599
- "detail": {
600
- "annotation": {
601
- "type": "array",
602
- "elementType": {
603
- "type": "reference",
604
- "typeName": {
605
- "type": "identifier",
606
- "name": "Layout"
607
- }
608
- }
609
- }
610
- }
611
- },
612
- {
613
- "name": "cancel",
614
- "detail": {
615
- "annotation": {
616
- "type": "keyword",
617
- "value": "void"
618
- }
619
- }
620
- },
621
- {
622
- "name": "action.click",
623
- "detail": {
624
- "annotation": {
625
- "type": "typeLiteral",
626
- "members": [
627
- {
628
- "type": "propertySignature",
629
- "key": {
630
- "type": "identifier",
631
- "name": "action"
632
- },
633
- "annotation": {
634
- "type": "reference",
635
- "typeName": {
636
- "type": "identifier",
637
- "name": "SimpleAction"
638
- }
639
- },
640
- "computed": false
641
- },
642
- {
643
- "type": "propertySignature",
644
- "key": {
645
- "type": "identifier",
646
- "name": "layouts"
647
- },
648
- "annotation": {
649
- "type": "array",
650
- "elementType": {
651
- "type": "reference",
652
- "typeName": {
653
- "type": "identifier",
654
- "name": "Layout"
655
- }
656
- }
657
- },
658
- "computed": false
659
- }
660
- ]
661
- }
662
- }
663
- }
664
- ],
665
- "methods": [
666
- {
667
- "name": "setLayouts",
668
- "params": [
669
- {
670
- "name": "layouts",
671
- "annotation": {
672
- "type": "array",
673
- "elementType": {
674
- "type": "reference",
675
- "typeName": {
676
- "type": "identifier",
677
- "name": "Layout"
678
- }
679
- }
680
- }
681
- }
682
- ],
683
- "returns": {}
684
- }
685
- ],
686
- "types": [
687
- {
688
- "type": "interface",
689
- "name": "Item",
690
- "body": [
691
- {
692
- "type": "propertySignature",
693
- "key": {
694
- "type": "identifier",
695
- "name": "position"
696
- },
697
- "annotation": {
698
- "type": "reference",
699
- "typeName": {
700
- "type": "identifier",
701
- "name": "Layout"
702
- }
703
- },
704
- "computed": false
705
- },
706
- {
707
- "type": "propertySignature",
708
- "key": {
709
- "type": "identifier",
710
- "name": "key"
711
- },
712
- "annotation": {
713
- "type": "keyword",
714
- "value": "string"
715
- },
716
- "computed": false
717
- },
718
- {
719
- "type": "propertySignature",
720
- "key": {
721
- "type": "identifier",
722
- "name": "title"
723
- },
724
- "annotation": {
725
- "type": "keyword",
726
- "value": "string"
727
- },
728
- "computed": false
729
- },
730
- {
731
- "type": "propertySignature",
732
- "key": {
733
- "type": "identifier",
734
- "name": "style"
735
- },
736
- "annotation": {
737
- "type": "reference",
738
- "typeName": {
739
- "type": "qualifiedName",
740
- "left": {
741
- "type": "identifier",
742
- "name": "React"
743
- },
744
- "right": {
745
- "type": "identifier",
746
- "name": "CSSProperties"
747
- }
748
- }
749
- },
750
- "optional": true,
751
- "computed": false
752
- },
753
- {
754
- "type": "propertySignature",
755
- "key": {
756
- "type": "identifier",
757
- "name": "useBrick"
758
- },
759
- "annotation": {
760
- "type": "reference",
761
- "typeName": {
762
- "type": "identifier",
763
- "name": "UseSingleBrickConf"
764
- }
765
- },
766
- "computed": false
767
- }
768
- ]
769
- }
770
- ]
771
- },
772
772
  "eo-tree": {
773
773
  "properties": [
774
774
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.41.6",
3
+ "version": "0.41.7",
4
4
  "homepage": "https://github.com/easyops-cn/next-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": "fd29969b66ff9129d8c313730483ac8abb8ba378"
48
+ "gitHead": "c1cf3e91d7a670c59b52294c9575f41d5c030bc0"
49
49
  }