@proximus/lavender-breadcrumb 2.0.0-alpha.196 → 2.0.0-alpha.198

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,220 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/Breadcrumb-item.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "BREADCRUMB_ITEM_CONNECTED_EVENT",
12
+ "type": {
13
+ "text": "string"
14
+ },
15
+ "default": "'px-breadcrumb-item-connected'"
16
+ },
17
+ {
18
+ "kind": "class",
19
+ "description": "",
20
+ "name": "BreadcrumbItem",
21
+ "members": [
22
+ {
23
+ "kind": "field",
24
+ "name": "nativeName",
25
+ "type": {
26
+ "text": "string"
27
+ },
28
+ "static": true,
29
+ "default": "'div'"
30
+ },
31
+ {
32
+ "kind": "field",
33
+ "name": "template",
34
+ "privacy": "private"
35
+ },
36
+ {
37
+ "kind": "field",
38
+ "name": "$link",
39
+ "readonly": true
40
+ },
41
+ {
42
+ "kind": "field",
43
+ "name": "$icon",
44
+ "readonly": true
45
+ },
46
+ {
47
+ "kind": "field",
48
+ "name": "$children",
49
+ "readonly": true
50
+ },
51
+ {
52
+ "kind": "field",
53
+ "name": "inverted",
54
+ "type": {
55
+ "text": "boolean"
56
+ }
57
+ }
58
+ ],
59
+ "events": [
60
+ {
61
+ "name": "BREADCRUMB_ITEM_CONNECTED_EVENT",
62
+ "type": {
63
+ "text": "CustomEvent"
64
+ }
65
+ }
66
+ ],
67
+ "attributes": [
68
+ {
69
+ "name": "inverted"
70
+ }
71
+ ],
72
+ "superclass": {
73
+ "name": "PxElement",
74
+ "package": "@proximus/lavender-common"
75
+ },
76
+ "tagName": "px-breadcrumb-item",
77
+ "customElement": true
78
+ }
79
+ ],
80
+ "exports": [
81
+ {
82
+ "kind": "js",
83
+ "name": "BREADCRUMB_ITEM_CONNECTED_EVENT",
84
+ "declaration": {
85
+ "name": "BREADCRUMB_ITEM_CONNECTED_EVENT",
86
+ "module": "src/Breadcrumb-item.ts"
87
+ }
88
+ },
89
+ {
90
+ "kind": "js",
91
+ "name": "BreadcrumbItem",
92
+ "declaration": {
93
+ "name": "BreadcrumbItem",
94
+ "module": "src/Breadcrumb-item.ts"
95
+ }
96
+ },
97
+ {
98
+ "kind": "custom-element-definition",
99
+ "name": "px-breadcrumb-item",
100
+ "declaration": {
101
+ "name": "BreadcrumbItem",
102
+ "module": "src/Breadcrumb-item.ts"
103
+ }
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "kind": "javascript-module",
109
+ "path": "src/Breadcrumb.ts",
110
+ "declarations": [
111
+ {
112
+ "kind": "class",
113
+ "description": "",
114
+ "name": "Breadcrumb",
115
+ "members": [
116
+ {
117
+ "kind": "method",
118
+ "name": "template",
119
+ "privacy": "private"
120
+ },
121
+ {
122
+ "kind": "method",
123
+ "name": "#applyInverted",
124
+ "privacy": "private"
125
+ },
126
+ {
127
+ "kind": "field",
128
+ "name": "$el",
129
+ "readonly": true
130
+ },
131
+ {
132
+ "kind": "field",
133
+ "name": "$children",
134
+ "readonly": true
135
+ },
136
+ {
137
+ "kind": "field",
138
+ "name": "inverted"
139
+ },
140
+ {
141
+ "kind": "field",
142
+ "name": "ariaLabel"
143
+ },
144
+ {
145
+ "kind": "field",
146
+ "name": "innerHTML"
147
+ }
148
+ ],
149
+ "attributes": [
150
+ {
151
+ "name": "inverted"
152
+ },
153
+ {
154
+ "name": "aria-label"
155
+ }
156
+ ],
157
+ "superclass": {
158
+ "name": "WithExtraAttributes",
159
+ "package": "@proximus/lavender-common"
160
+ },
161
+ "tagName": "px-breadcrumb",
162
+ "customElement": true
163
+ }
164
+ ],
165
+ "exports": [
166
+ {
167
+ "kind": "js",
168
+ "name": "Breadcrumb",
169
+ "declaration": {
170
+ "name": "Breadcrumb",
171
+ "module": "src/Breadcrumb.ts"
172
+ }
173
+ },
174
+ {
175
+ "kind": "custom-element-definition",
176
+ "name": "px-breadcrumb",
177
+ "declaration": {
178
+ "name": "Breadcrumb",
179
+ "module": "src/Breadcrumb.ts"
180
+ }
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "kind": "javascript-module",
186
+ "path": "src/breadcrumb-item.css",
187
+ "declarations": [],
188
+ "exports": []
189
+ },
190
+ {
191
+ "kind": "javascript-module",
192
+ "path": "src/breadcrumb.css",
193
+ "declarations": [],
194
+ "exports": []
195
+ },
196
+ {
197
+ "kind": "javascript-module",
198
+ "path": "src/index.ts",
199
+ "declarations": [],
200
+ "exports": [
201
+ {
202
+ "kind": "js",
203
+ "name": "*",
204
+ "declaration": {
205
+ "name": "*",
206
+ "module": "src/Breadcrumb"
207
+ }
208
+ },
209
+ {
210
+ "kind": "js",
211
+ "name": "*",
212
+ "declaration": {
213
+ "name": "*",
214
+ "module": "src/Breadcrumb-item"
215
+ }
216
+ }
217
+ ]
218
+ }
219
+ ]
220
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "properties": [],
5
+ "pseudoElements": []
6
+ }
@@ -0,0 +1,21 @@
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-breadcrumb-item",
7
+ "description": "\n---\n\n\n### **Events:**\n - **BREADCRUMB_ITEM_CONNECTED_EVENT**",
8
+ "attributes": [{ "name": "inverted", "values": [] }],
9
+ "references": []
10
+ },
11
+ {
12
+ "name": "px-breadcrumb",
13
+ "description": "\n---\n",
14
+ "attributes": [
15
+ { "name": "inverted", "values": [] },
16
+ { "name": "aria-label", "values": [] }
17
+ ],
18
+ "references": []
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
+ "name": "@proximus/lavender-breadcrumb",
4
+ "version": "2.0.0-alpha.198",
5
+ "description-markup": "markdown",
6
+ "contributions": {
7
+ "html": {
8
+ "elements": [
9
+ {
10
+ "name": "px-breadcrumb-item",
11
+ "description": "\n---\n\n\n### **Events:**\n - **BREADCRUMB_ITEM_CONNECTED_EVENT**",
12
+ "doc-url": "",
13
+ "attributes": [{ "name": "inverted", "value": { "type": "string" } }],
14
+ "events": [
15
+ { "name": "BREADCRUMB_ITEM_CONNECTED_EVENT", "type": "CustomEvent" }
16
+ ],
17
+ "js": {
18
+ "properties": [
19
+ { "name": "$link" },
20
+ { "name": "$icon" },
21
+ { "name": "$children" },
22
+ { "name": "inverted", "type": "boolean" }
23
+ ],
24
+ "events": [
25
+ {
26
+ "name": "BREADCRUMB_ITEM_CONNECTED_EVENT",
27
+ "type": "CustomEvent"
28
+ }
29
+ ]
30
+ }
31
+ },
32
+ {
33
+ "name": "px-breadcrumb",
34
+ "description": "\n---\n",
35
+ "doc-url": "",
36
+ "attributes": [
37
+ { "name": "inverted", "value": { "type": "string" } },
38
+ { "name": "aria-label", "value": { "type": "string" } }
39
+ ],
40
+ "events": [],
41
+ "js": {
42
+ "properties": [
43
+ { "name": "$el" },
44
+ { "name": "$children" },
45
+ { "name": "inverted" },
46
+ { "name": "ariaLabel" },
47
+ { "name": "innerHTML" }
48
+ ],
49
+ "events": []
50
+ }
51
+ }
52
+ ]
53
+ },
54
+ "css": {
55
+ "properties": [],
56
+ "pseudo-elements": []
57
+ }
58
+ }
59
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-breadcrumb",
3
- "version": "2.0.0-alpha.196",
3
+ "version": "2.0.0-alpha.198",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",