@proximus/lavender-action-link 2.0.0-alpha.196 → 2.0.0-alpha.197
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.
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"readme": "",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/ActionLink.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "",
|
|
12
|
+
"name": "ActionLink",
|
|
13
|
+
"members": [
|
|
14
|
+
{
|
|
15
|
+
"kind": "field",
|
|
16
|
+
"name": "nativeName",
|
|
17
|
+
"type": {
|
|
18
|
+
"text": "string"
|
|
19
|
+
},
|
|
20
|
+
"static": true,
|
|
21
|
+
"default": "'a'"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"kind": "field",
|
|
25
|
+
"name": "template"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"kind": "field",
|
|
29
|
+
"name": "$icon",
|
|
30
|
+
"readonly": true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"kind": "field",
|
|
34
|
+
"name": "$anchor",
|
|
35
|
+
"readonly": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"kind": "field",
|
|
39
|
+
"name": "iconName"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"kind": "field",
|
|
43
|
+
"name": "iconFrom"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"kind": "field",
|
|
47
|
+
"name": "promoted"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"kind": "field",
|
|
51
|
+
"name": "innerHTML"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"attributes": [
|
|
55
|
+
{
|
|
56
|
+
"name": "icon-name"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "icon-from"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "promoted"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"superclass": {
|
|
66
|
+
"name": "PxElement",
|
|
67
|
+
"package": "@proximus/lavender-common"
|
|
68
|
+
},
|
|
69
|
+
"tagName": "px-action-link",
|
|
70
|
+
"customElement": true
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"exports": [
|
|
74
|
+
{
|
|
75
|
+
"kind": "js",
|
|
76
|
+
"name": "ActionLink",
|
|
77
|
+
"declaration": {
|
|
78
|
+
"name": "ActionLink",
|
|
79
|
+
"module": "src/ActionLink.ts"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "custom-element-definition",
|
|
84
|
+
"name": "px-action-link",
|
|
85
|
+
"declaration": {
|
|
86
|
+
"name": "ActionLink",
|
|
87
|
+
"module": "src/ActionLink.ts"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "javascript-module",
|
|
94
|
+
"path": "src/action-link.css",
|
|
95
|
+
"declarations": [],
|
|
96
|
+
"exports": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "javascript-module",
|
|
100
|
+
"path": "src/index.ts",
|
|
101
|
+
"declarations": [],
|
|
102
|
+
"exports": [
|
|
103
|
+
{
|
|
104
|
+
"kind": "js",
|
|
105
|
+
"name": "*",
|
|
106
|
+
"declaration": {
|
|
107
|
+
"name": "*",
|
|
108
|
+
"module": "src/ActionLink"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
|
+
"version": 1.1,
|
|
4
|
+
"tags": [
|
|
5
|
+
{
|
|
6
|
+
"name": "px-action-link",
|
|
7
|
+
"description": "\n---\n",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{ "name": "icon-name", "values": [] },
|
|
10
|
+
{ "name": "icon-from", "values": [] },
|
|
11
|
+
{ "name": "promoted", "values": [] }
|
|
12
|
+
],
|
|
13
|
+
"references": []
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
|
+
"name": "@proximus/lavender-action-link",
|
|
4
|
+
"version": "2.0.0-alpha.197",
|
|
5
|
+
"description-markup": "markdown",
|
|
6
|
+
"contributions": {
|
|
7
|
+
"html": {
|
|
8
|
+
"elements": [
|
|
9
|
+
{
|
|
10
|
+
"name": "px-action-link",
|
|
11
|
+
"description": "\n---\n",
|
|
12
|
+
"doc-url": "",
|
|
13
|
+
"attributes": [
|
|
14
|
+
{ "name": "icon-name", "value": { "type": "string" } },
|
|
15
|
+
{ "name": "icon-from", "value": { "type": "string" } },
|
|
16
|
+
{ "name": "promoted", "value": { "type": "string" } }
|
|
17
|
+
],
|
|
18
|
+
"events": [],
|
|
19
|
+
"js": {
|
|
20
|
+
"properties": [
|
|
21
|
+
{ "name": "template" },
|
|
22
|
+
{ "name": "$icon" },
|
|
23
|
+
{ "name": "$anchor" },
|
|
24
|
+
{ "name": "iconName" },
|
|
25
|
+
{ "name": "iconFrom" },
|
|
26
|
+
{ "name": "promoted" },
|
|
27
|
+
{ "name": "innerHTML" }
|
|
28
|
+
],
|
|
29
|
+
"events": []
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"css": {
|
|
35
|
+
"properties": [],
|
|
36
|
+
"pseudo-elements": []
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|