@teambit/panels 0.0.864 → 0.0.866
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.ui-foundation/panels@0.0.
|
|
3
|
+
<testsuite name="teambit.ui-foundation/panels@0.0.866" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -14,241 +14,295 @@
|
|
|
14
14
|
},
|
|
15
15
|
"exports": [
|
|
16
16
|
{
|
|
17
|
-
"__schema": "
|
|
17
|
+
"__schema": "ExportSchema",
|
|
18
18
|
"location": {
|
|
19
|
-
"filePath": "
|
|
20
|
-
"line":
|
|
21
|
-
"character":
|
|
19
|
+
"filePath": "index.ts",
|
|
20
|
+
"line": 1,
|
|
21
|
+
"character": 15
|
|
22
22
|
},
|
|
23
|
-
"signature": "class PanelUIMain",
|
|
24
23
|
"name": "PanelUIMain",
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"__schema": "
|
|
24
|
+
"exportNode": {
|
|
25
|
+
"__schema": "ClassSchema",
|
|
26
|
+
"location": {
|
|
27
|
+
"filePath": "panel-ui.main.runtime.ts",
|
|
28
|
+
"line": 5,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class PanelUIMain",
|
|
32
|
+
"name": "PanelUIMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "VariableLikeSchema",
|
|
37
36
|
"location": {
|
|
38
37
|
"filePath": "panel-ui.main.runtime.ts",
|
|
39
38
|
"line": 6,
|
|
40
39
|
"character": 3
|
|
41
40
|
},
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
41
|
+
"signature": "(property) PanelUIMain.runtime: RuntimeDefinition",
|
|
42
|
+
"name": "runtime",
|
|
43
|
+
"type": {
|
|
44
|
+
"__schema": "InferenceTypeSchema",
|
|
45
|
+
"location": {
|
|
46
|
+
"filePath": "panel-ui.main.runtime.ts",
|
|
47
|
+
"line": 6,
|
|
48
|
+
"character": 3
|
|
49
|
+
},
|
|
50
|
+
"type": "RuntimeDefinition"
|
|
51
|
+
},
|
|
52
|
+
"isOptional": true,
|
|
53
|
+
"defaultValue": "MainRuntime"
|
|
53
54
|
},
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"type": {
|
|
57
|
-
"__schema": "InferenceTypeSchema",
|
|
55
|
+
{
|
|
56
|
+
"__schema": "VariableLikeSchema",
|
|
58
57
|
"location": {
|
|
59
58
|
"filePath": "panel-ui.main.runtime.ts",
|
|
60
59
|
"line": 7,
|
|
61
60
|
"character": 3
|
|
62
61
|
},
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
62
|
+
"signature": "(property) PanelUIMain.dependencies: never[]",
|
|
63
|
+
"name": "dependencies",
|
|
64
|
+
"type": {
|
|
65
|
+
"__schema": "InferenceTypeSchema",
|
|
66
|
+
"location": {
|
|
67
|
+
"filePath": "panel-ui.main.runtime.ts",
|
|
68
|
+
"line": 7,
|
|
69
|
+
"character": 3
|
|
70
|
+
},
|
|
71
|
+
"type": "never[]"
|
|
72
|
+
},
|
|
73
|
+
"isOptional": true,
|
|
74
|
+
"defaultValue": "[]"
|
|
74
75
|
},
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"params": [],
|
|
78
|
-
"returnType": {
|
|
79
|
-
"__schema": "InferenceTypeSchema",
|
|
76
|
+
{
|
|
77
|
+
"__schema": "FunctionLikeSchema",
|
|
80
78
|
"location": {
|
|
81
79
|
"filePath": "panel-ui.main.runtime.ts",
|
|
82
80
|
"line": 9,
|
|
83
81
|
"character": 3
|
|
84
82
|
},
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
83
|
+
"signature": "(method) PanelUIMain.provider(): Promise<PanelUIMain>",
|
|
84
|
+
"name": "provider",
|
|
85
|
+
"params": [],
|
|
86
|
+
"returnType": {
|
|
87
|
+
"__schema": "InferenceTypeSchema",
|
|
88
|
+
"location": {
|
|
89
|
+
"filePath": "panel-ui.main.runtime.ts",
|
|
90
|
+
"line": 9,
|
|
91
|
+
"character": 3
|
|
92
|
+
},
|
|
93
|
+
"type": "Promise<PanelUIMain>"
|
|
94
|
+
},
|
|
95
|
+
"modifiers": [
|
|
96
|
+
"static",
|
|
97
|
+
"async"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"extendsNodes": [],
|
|
102
|
+
"implementNodes": []
|
|
103
|
+
}
|
|
95
104
|
},
|
|
96
105
|
{
|
|
97
|
-
"__schema": "
|
|
106
|
+
"__schema": "ExportSchema",
|
|
98
107
|
"location": {
|
|
99
|
-
"filePath": "
|
|
100
|
-
"line":
|
|
101
|
-
"character":
|
|
108
|
+
"filePath": "index.ts",
|
|
109
|
+
"line": 2,
|
|
110
|
+
"character": 10
|
|
102
111
|
},
|
|
103
|
-
"signature": "const PanelUiAspect: Aspect",
|
|
104
112
|
"name": "PanelUiAspect",
|
|
105
|
-
"
|
|
106
|
-
"__schema": "
|
|
113
|
+
"exportNode": {
|
|
114
|
+
"__schema": "VariableLikeSchema",
|
|
107
115
|
"location": {
|
|
108
116
|
"filePath": "panel-ui.aspect.ts",
|
|
109
117
|
"line": 3,
|
|
110
118
|
"character": 14
|
|
111
119
|
},
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
120
|
+
"signature": "const PanelUiAspect: Aspect",
|
|
121
|
+
"name": "PanelUiAspect",
|
|
122
|
+
"type": {
|
|
123
|
+
"__schema": "TypeRefSchema",
|
|
124
|
+
"location": {
|
|
125
|
+
"filePath": "panel-ui.aspect.ts",
|
|
126
|
+
"line": 3,
|
|
127
|
+
"character": 14
|
|
128
|
+
},
|
|
129
|
+
"name": "Aspect",
|
|
130
|
+
"componentId": {
|
|
131
|
+
"scope": "teambit.harmony",
|
|
132
|
+
"name": "harmony",
|
|
133
|
+
"version": "0.4.6"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"isOptional": false,
|
|
137
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.ui-foundation/panels',\n dependencies: [],\n defaultConfig: {},\n})"
|
|
138
|
+
}
|
|
121
139
|
},
|
|
122
140
|
{
|
|
123
|
-
"__schema": "
|
|
141
|
+
"__schema": "ExportSchema",
|
|
124
142
|
"location": {
|
|
125
|
-
"filePath": "
|
|
126
|
-
"line":
|
|
127
|
-
"character":
|
|
143
|
+
"filePath": "index.ts",
|
|
144
|
+
"line": 3,
|
|
145
|
+
"character": 10
|
|
128
146
|
},
|
|
129
|
-
"signature": "const TabContainer: typeof Tabs",
|
|
130
147
|
"name": "TabContainer",
|
|
131
|
-
"
|
|
132
|
-
"__schema": "
|
|
148
|
+
"exportNode": {
|
|
149
|
+
"__schema": "VariableLikeSchema",
|
|
133
150
|
"location": {
|
|
134
151
|
"filePath": "ui/tabs.tsx",
|
|
135
152
|
"line": 15,
|
|
136
153
|
"character": 14
|
|
137
154
|
},
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
155
|
+
"signature": "const TabContainer: typeof Tabs",
|
|
156
|
+
"name": "TabContainer",
|
|
157
|
+
"type": {
|
|
158
|
+
"__schema": "InferenceTypeSchema",
|
|
159
|
+
"location": {
|
|
160
|
+
"filePath": "ui/tabs.tsx",
|
|
161
|
+
"line": 15,
|
|
162
|
+
"character": 14
|
|
163
|
+
},
|
|
164
|
+
"type": "typeof Tabs"
|
|
165
|
+
},
|
|
166
|
+
"isOptional": false,
|
|
167
|
+
"defaultValue": "Tabs"
|
|
168
|
+
}
|
|
142
169
|
},
|
|
143
170
|
{
|
|
144
|
-
"__schema": "
|
|
171
|
+
"__schema": "ExportSchema",
|
|
145
172
|
"location": {
|
|
146
|
-
"filePath": "
|
|
147
|
-
"line":
|
|
148
|
-
"character":
|
|
173
|
+
"filePath": "index.ts",
|
|
174
|
+
"line": 3,
|
|
175
|
+
"character": 24
|
|
149
176
|
},
|
|
150
|
-
"signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
|
|
151
177
|
"name": "Tab",
|
|
152
|
-
"
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
178
|
+
"exportNode": {
|
|
179
|
+
"__schema": "FunctionLikeSchema",
|
|
180
|
+
"location": {
|
|
181
|
+
"filePath": "ui/tabs.tsx",
|
|
182
|
+
"line": 30,
|
|
183
|
+
"character": 1
|
|
184
|
+
},
|
|
185
|
+
"signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
|
|
186
|
+
"name": "Tab",
|
|
187
|
+
"params": [
|
|
188
|
+
{
|
|
189
|
+
"__schema": "ParameterSchema",
|
|
163
190
|
"location": {
|
|
164
191
|
"filePath": "ui/tabs.tsx",
|
|
165
192
|
"line": 30,
|
|
166
|
-
"character":
|
|
193
|
+
"character": 21
|
|
194
|
+
},
|
|
195
|
+
"name": "props",
|
|
196
|
+
"type": {
|
|
197
|
+
"__schema": "TypeRefSchema",
|
|
198
|
+
"location": {
|
|
199
|
+
"filePath": "ui/tabs.tsx",
|
|
200
|
+
"line": 30,
|
|
201
|
+
"character": 28
|
|
202
|
+
},
|
|
203
|
+
"name": "BaseTabProps"
|
|
167
204
|
},
|
|
168
|
-
"
|
|
205
|
+
"isOptional": false,
|
|
206
|
+
"isSpread": false
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"returnType": {
|
|
210
|
+
"__schema": "InferenceTypeSchema",
|
|
211
|
+
"location": {
|
|
212
|
+
"filePath": "ui/tabs.tsx",
|
|
213
|
+
"line": 30,
|
|
214
|
+
"character": 1
|
|
169
215
|
},
|
|
170
|
-
"
|
|
171
|
-
"isSpread": false
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
"returnType": {
|
|
175
|
-
"__schema": "InferenceTypeSchema",
|
|
176
|
-
"location": {
|
|
177
|
-
"filePath": "ui/tabs.tsx",
|
|
178
|
-
"line": 30,
|
|
179
|
-
"character": 1
|
|
216
|
+
"type": "React.JSX.Element\nmodule Tab"
|
|
180
217
|
},
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
]
|
|
218
|
+
"modifiers": [
|
|
219
|
+
"export"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
186
222
|
},
|
|
187
223
|
{
|
|
188
|
-
"__schema": "
|
|
224
|
+
"__schema": "ExportSchema",
|
|
189
225
|
"location": {
|
|
190
|
-
"filePath": "
|
|
191
|
-
"line":
|
|
192
|
-
"character":
|
|
226
|
+
"filePath": "index.ts",
|
|
227
|
+
"line": 3,
|
|
228
|
+
"character": 29
|
|
193
229
|
},
|
|
194
|
-
"signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
|
|
195
230
|
"name": "TabList",
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
"
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
231
|
+
"exportNode": {
|
|
232
|
+
"__schema": "FunctionLikeSchema",
|
|
233
|
+
"location": {
|
|
234
|
+
"filePath": "ui/tabs.tsx",
|
|
235
|
+
"line": 21,
|
|
236
|
+
"character": 1
|
|
237
|
+
},
|
|
238
|
+
"signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
|
|
239
|
+
"name": "TabList",
|
|
240
|
+
"params": [
|
|
241
|
+
{
|
|
242
|
+
"__schema": "ParameterSchema",
|
|
207
243
|
"location": {
|
|
208
244
|
"filePath": "ui/tabs.tsx",
|
|
209
245
|
"line": 21,
|
|
210
|
-
"character":
|
|
246
|
+
"character": 25
|
|
247
|
+
},
|
|
248
|
+
"name": "props",
|
|
249
|
+
"type": {
|
|
250
|
+
"__schema": "TypeRefSchema",
|
|
251
|
+
"location": {
|
|
252
|
+
"filePath": "ui/tabs.tsx",
|
|
253
|
+
"line": 21,
|
|
254
|
+
"character": 32
|
|
255
|
+
},
|
|
256
|
+
"name": "TabListProps",
|
|
257
|
+
"internalFilePath": "ui/tabs.tsx"
|
|
211
258
|
},
|
|
212
|
-
"
|
|
213
|
-
"
|
|
259
|
+
"isOptional": false,
|
|
260
|
+
"isSpread": false
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"returnType": {
|
|
264
|
+
"__schema": "InferenceTypeSchema",
|
|
265
|
+
"location": {
|
|
266
|
+
"filePath": "ui/tabs.tsx",
|
|
267
|
+
"line": 21,
|
|
268
|
+
"character": 1
|
|
214
269
|
},
|
|
215
|
-
"
|
|
216
|
-
"isSpread": false
|
|
217
|
-
}
|
|
218
|
-
],
|
|
219
|
-
"returnType": {
|
|
220
|
-
"__schema": "InferenceTypeSchema",
|
|
221
|
-
"location": {
|
|
222
|
-
"filePath": "ui/tabs.tsx",
|
|
223
|
-
"line": 21,
|
|
224
|
-
"character": 1
|
|
270
|
+
"type": "React.JSX.Element\nmodule TabList"
|
|
225
271
|
},
|
|
226
|
-
"
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
]
|
|
272
|
+
"modifiers": [
|
|
273
|
+
"export"
|
|
274
|
+
]
|
|
275
|
+
}
|
|
231
276
|
},
|
|
232
277
|
{
|
|
233
|
-
"__schema": "
|
|
278
|
+
"__schema": "ExportSchema",
|
|
234
279
|
"location": {
|
|
235
|
-
"filePath": "
|
|
236
|
-
"line":
|
|
237
|
-
"character":
|
|
280
|
+
"filePath": "index.ts",
|
|
281
|
+
"line": 3,
|
|
282
|
+
"character": 38
|
|
238
283
|
},
|
|
239
|
-
"signature": "const TabPanel: typeof TabPanelBase",
|
|
240
284
|
"name": "TabPanel",
|
|
241
|
-
"
|
|
242
|
-
"__schema": "
|
|
285
|
+
"exportNode": {
|
|
286
|
+
"__schema": "VariableLikeSchema",
|
|
243
287
|
"location": {
|
|
244
288
|
"filePath": "ui/tabs.tsx",
|
|
245
289
|
"line": 29,
|
|
246
290
|
"character": 14
|
|
247
291
|
},
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
292
|
+
"signature": "const TabPanel: typeof TabPanelBase",
|
|
293
|
+
"name": "TabPanel",
|
|
294
|
+
"type": {
|
|
295
|
+
"__schema": "InferenceTypeSchema",
|
|
296
|
+
"location": {
|
|
297
|
+
"filePath": "ui/tabs.tsx",
|
|
298
|
+
"line": 29,
|
|
299
|
+
"character": 14
|
|
300
|
+
},
|
|
301
|
+
"type": "typeof TabPanelBase"
|
|
302
|
+
},
|
|
303
|
+
"isOptional": false,
|
|
304
|
+
"defaultValue": "TabPanelBase"
|
|
305
|
+
}
|
|
252
306
|
}
|
|
253
307
|
],
|
|
254
308
|
"internals": []
|
|
@@ -516,7 +570,7 @@
|
|
|
516
570
|
"componentId": {
|
|
517
571
|
"scope": "teambit.ui-foundation",
|
|
518
572
|
"name": "panels",
|
|
519
|
-
"version": "0.0.
|
|
573
|
+
"version": "0.0.866"
|
|
520
574
|
},
|
|
521
575
|
"taggedModuleExports": []
|
|
522
576
|
}
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/panels",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.866",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/ui-foundation/panels",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.ui-foundation",
|
|
8
8
|
"name": "panels",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.866"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"classnames": "2.2.6",
|
|
13
13
|
"react-tabs": "3.2.0",
|
|
14
14
|
"@teambit/harmony": "0.4.6",
|
|
15
|
-
"@teambit/cli": "0.0.
|
|
15
|
+
"@teambit/cli": "0.0.864"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/classnames": "2.2.11",
|
|
File without changes
|