Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 10e755d

Browse files
chore: update API
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent 0862cb3 commit 10e755d

File tree

5 files changed

+100
-9
lines changed

5 files changed

+100
-9
lines changed

packages/api-generator/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-generator/src/Icon.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,64 @@
3232
},
3333
"defaultValue": "24px"
3434
},
35+
{
36+
"visibility": "public",
37+
"description": null,
38+
"keywords": [],
39+
"name": "width",
40+
"kind": "let",
41+
"static": false,
42+
"readonly": false,
43+
"type": {
44+
"kind": "type",
45+
"text": "any",
46+
"type": "any"
47+
}
48+
},
49+
{
50+
"visibility": "public",
51+
"description": null,
52+
"keywords": [],
53+
"name": "height",
54+
"kind": "let",
55+
"static": false,
56+
"readonly": false,
57+
"type": {
58+
"kind": "type",
59+
"text": "any",
60+
"type": "any"
61+
}
62+
},
63+
{
64+
"visibility": "public",
65+
"description": null,
66+
"keywords": [],
67+
"name": "viewWidth",
68+
"kind": "let",
69+
"static": false,
70+
"readonly": false,
71+
"type": {
72+
"kind": "type",
73+
"text": "string",
74+
"type": "string"
75+
},
76+
"defaultValue": "24"
77+
},
78+
{
79+
"visibility": "public",
80+
"description": null,
81+
"keywords": [],
82+
"name": "viewHeight",
83+
"kind": "let",
84+
"static": false,
85+
"readonly": false,
86+
"type": {
87+
"kind": "type",
88+
"text": "string",
89+
"type": "string"
90+
},
91+
"defaultValue": "24"
92+
},
3593
{
3694
"visibility": "public",
3795
"description": null,

packages/api-generator/src/Select.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,21 @@
250250
"type": "any"
251251
}
252252
},
253+
{
254+
"visibility": "public",
255+
"description": null,
256+
"keywords": [],
257+
"name": "emptyString",
258+
"kind": "let",
259+
"static": false,
260+
"readonly": false,
261+
"type": {
262+
"kind": "type",
263+
"text": "string",
264+
"type": "string"
265+
},
266+
"defaultValue": ""
267+
},
253268
{
254269
"visibility": "public",
255270
"description": null,
@@ -270,7 +285,14 @@
270285
"components": [],
271286
"description": null,
272287
"keywords": [],
273-
"events": [],
288+
"events": [
289+
{
290+
"visibility": "public",
291+
"description": null,
292+
"keywords": [],
293+
"name": "change"
294+
}
295+
],
274296
"slots": [
275297
{
276298
"name": "prepend-outer",

packages/api-generator/src/Tab.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,29 @@
5555
"readonly": false,
5656
"type": {
5757
"kind": "type",
58-
"text": "object",
59-
"type": "object"
58+
"text": "boolean",
59+
"type": "boolean"
6060
},
61-
"defaultValue": null
61+
"defaultValue": false
6262
}
6363
],
6464
"computed": [],
6565
"methods": [],
6666
"components": [],
6767
"description": null,
6868
"keywords": [],
69-
"events": [],
69+
"events": [
70+
{
71+
"name": "click",
72+
"parent": "button",
73+
"modificators": [],
74+
"locations": null,
75+
"loc": null,
76+
"visibility": "public",
77+
"description": "",
78+
"keywords": []
79+
}
80+
],
7081
"slots": [
7182
{
7283
"name": "default",

packages/api-generator/src/TabContent.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"readonly": false,
2828
"type": {
2929
"kind": "type",
30-
"text": "object",
31-
"type": "object"
30+
"text": "string",
31+
"type": "string"
3232
},
33-
"defaultValue": null
33+
"defaultValue": ""
3434
}
3535
],
3636
"computed": [],

0 commit comments

Comments
 (0)