@proximus/lavender-list 1.4.16-alpha.9 → 1.4.16-beta.2

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,269 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/List.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "listVariantValues",
12
+ "type": {
13
+ "text": "array"
14
+ },
15
+ "default": "['', 'ul', 'ol']"
16
+ },
17
+ {
18
+ "kind": "class",
19
+ "description": "",
20
+ "name": "List",
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": "method",
33
+ "name": "template",
34
+ "privacy": "private"
35
+ },
36
+ {
37
+ "kind": "method",
38
+ "name": "#syncChildren",
39
+ "privacy": "private"
40
+ },
41
+ {
42
+ "kind": "method",
43
+ "name": "#applyInverted",
44
+ "privacy": "private"
45
+ },
46
+ {
47
+ "kind": "method",
48
+ "name": "#applyVariant",
49
+ "privacy": "private",
50
+ "parameters": [
51
+ {
52
+ "name": "newValue",
53
+ "type": {
54
+ "text": "string | null"
55
+ }
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ "kind": "field",
61
+ "name": "$children",
62
+ "readonly": true
63
+ },
64
+ {
65
+ "kind": "field",
66
+ "name": "inverted"
67
+ },
68
+ {
69
+ "kind": "field",
70
+ "name": "gap"
71
+ },
72
+ {
73
+ "kind": "field",
74
+ "name": "gapMobile"
75
+ },
76
+ {
77
+ "kind": "field",
78
+ "name": "gapTablet"
79
+ },
80
+ {
81
+ "kind": "field",
82
+ "name": "gapLaptop"
83
+ },
84
+ {
85
+ "kind": "field",
86
+ "name": "gapDesktop"
87
+ },
88
+ {
89
+ "kind": "field",
90
+ "name": "variant"
91
+ },
92
+ {
93
+ "kind": "field",
94
+ "name": "innerHTML"
95
+ }
96
+ ],
97
+ "attributes": [
98
+ {
99
+ "name": "inverted"
100
+ },
101
+ {
102
+ "name": "variant"
103
+ }
104
+ ],
105
+ "superclass": {
106
+ "name": "PxElement",
107
+ "package": "@proximus/lavender-common"
108
+ },
109
+ "tagName": "px-list",
110
+ "customElement": true
111
+ }
112
+ ],
113
+ "exports": [
114
+ {
115
+ "kind": "js",
116
+ "name": "listVariantValues",
117
+ "declaration": {
118
+ "name": "listVariantValues",
119
+ "module": "src/List.ts"
120
+ }
121
+ },
122
+ {
123
+ "kind": "js",
124
+ "name": "List",
125
+ "declaration": {
126
+ "name": "List",
127
+ "module": "src/List.ts"
128
+ }
129
+ },
130
+ {
131
+ "kind": "custom-element-definition",
132
+ "name": "px-list",
133
+ "declaration": {
134
+ "name": "List",
135
+ "module": "src/List.ts"
136
+ }
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "kind": "javascript-module",
142
+ "path": "src/ListItem.ts",
143
+ "declarations": [
144
+ {
145
+ "kind": "variable",
146
+ "name": "LIST_ITEM_CONNECTED_EVENT",
147
+ "type": {
148
+ "text": "string"
149
+ },
150
+ "default": "'px-list-item-connected'"
151
+ },
152
+ {
153
+ "kind": "class",
154
+ "description": "",
155
+ "name": "ListItem",
156
+ "members": [
157
+ {
158
+ "kind": "field",
159
+ "name": "nativeName",
160
+ "type": {
161
+ "text": "string"
162
+ },
163
+ "static": true,
164
+ "default": "'div'"
165
+ },
166
+ {
167
+ "kind": "method",
168
+ "name": "template",
169
+ "privacy": "private"
170
+ },
171
+ {
172
+ "kind": "field",
173
+ "name": "$children",
174
+ "readonly": true
175
+ },
176
+ {
177
+ "kind": "field",
178
+ "name": "inverted"
179
+ },
180
+ {
181
+ "kind": "field",
182
+ "name": "innerHTML"
183
+ }
184
+ ],
185
+ "events": [
186
+ {
187
+ "name": "LIST_ITEM_CONNECTED_EVENT",
188
+ "type": {
189
+ "text": "CustomEvent"
190
+ }
191
+ }
192
+ ],
193
+ "attributes": [
194
+ {
195
+ "name": "inverted"
196
+ }
197
+ ],
198
+ "superclass": {
199
+ "name": "PxElement",
200
+ "package": "@proximus/lavender-common"
201
+ },
202
+ "tagName": "px-list-item",
203
+ "customElement": true
204
+ }
205
+ ],
206
+ "exports": [
207
+ {
208
+ "kind": "js",
209
+ "name": "LIST_ITEM_CONNECTED_EVENT",
210
+ "declaration": {
211
+ "name": "LIST_ITEM_CONNECTED_EVENT",
212
+ "module": "src/ListItem.ts"
213
+ }
214
+ },
215
+ {
216
+ "kind": "js",
217
+ "name": "ListItem",
218
+ "declaration": {
219
+ "name": "ListItem",
220
+ "module": "src/ListItem.ts"
221
+ }
222
+ },
223
+ {
224
+ "kind": "custom-element-definition",
225
+ "name": "px-list-item",
226
+ "declaration": {
227
+ "name": "ListItem",
228
+ "module": "src/ListItem.ts"
229
+ }
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "kind": "javascript-module",
235
+ "path": "src/index.ts",
236
+ "declarations": [],
237
+ "exports": [
238
+ {
239
+ "kind": "js",
240
+ "name": "*",
241
+ "declaration": {
242
+ "name": "*",
243
+ "module": "src/List"
244
+ }
245
+ },
246
+ {
247
+ "kind": "js",
248
+ "name": "*",
249
+ "declaration": {
250
+ "name": "*",
251
+ "module": "src/ListItem"
252
+ }
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ "kind": "javascript-module",
258
+ "path": "src/list.css",
259
+ "declarations": [],
260
+ "exports": []
261
+ },
262
+ {
263
+ "kind": "javascript-module",
264
+ "path": "src/listitem.css",
265
+ "declarations": [],
266
+ "exports": []
267
+ }
268
+ ]
269
+ }
@@ -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-list",
7
+ "description": "\n---\n",
8
+ "attributes": [
9
+ { "name": "inverted", "values": [] },
10
+ { "name": "variant", "values": [] }
11
+ ],
12
+ "references": []
13
+ },
14
+ {
15
+ "name": "px-list-item",
16
+ "description": "\n---\n\n\n### **Events:**\n - **LIST_ITEM_CONNECTED_EVENT**",
17
+ "attributes": [{ "name": "inverted", "values": [] }],
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-list",
4
+ "version": "1.4.16-beta.2",
5
+ "description-markup": "markdown",
6
+ "contributions": {
7
+ "html": {
8
+ "elements": [
9
+ {
10
+ "name": "px-list",
11
+ "description": "\n\n---\n",
12
+ "doc-url": "",
13
+ "attributes": [
14
+ { "name": "inverted", "value": { "type": "string" } },
15
+ { "name": "variant", "value": { "type": "string" } }
16
+ ],
17
+ "events": [],
18
+ "js": {
19
+ "properties": [
20
+ { "name": "$children" },
21
+ { "name": "inverted" },
22
+ { "name": "gap" },
23
+ { "name": "gapMobile" },
24
+ { "name": "gapTablet" },
25
+ { "name": "gapLaptop" },
26
+ { "name": "gapDesktop" },
27
+ { "name": "variant" },
28
+ { "name": "innerHTML" }
29
+ ],
30
+ "events": []
31
+ }
32
+ },
33
+ {
34
+ "name": "px-list-item",
35
+ "description": "\n\n---\n\n\n### **Events:**\n - **LIST_ITEM_CONNECTED_EVENT**",
36
+ "doc-url": "",
37
+ "attributes": [{ "name": "inverted", "value": { "type": "string" } }],
38
+ "events": [
39
+ { "name": "LIST_ITEM_CONNECTED_EVENT", "type": "CustomEvent" }
40
+ ],
41
+ "js": {
42
+ "properties": [
43
+ { "name": "$children" },
44
+ { "name": "inverted" },
45
+ { "name": "innerHTML" }
46
+ ],
47
+ "events": [
48
+ { "name": "LIST_ITEM_CONNECTED_EVENT", "type": "CustomEvent" }
49
+ ]
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-list",
3
- "version": "1.4.16-alpha.9",
3
+ "version": "1.4.16-beta.2",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",