@scouterna/ui-webc 2.0.0 → 2.1.0
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.
- package/dist/cjs/{index-D42maJcS.js → index-5z4HClQY.js} +7 -8
- package/dist/cjs/index-5z4HClQY.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +8 -2
- package/dist/cjs/scout-bottom-bar-item.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-bottom-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-button.cjs.entry.js +18 -3
- package/dist/cjs/scout-button.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-card.cjs.entry.js +2 -2
- package/dist/cjs/scout-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/scout-divider.cjs.entry.js +19 -0
- package/dist/cjs/scout-divider.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-field.cjs.entry.js +2 -2
- package/dist/cjs/scout-input.cjs.entry.js +1 -1
- package/dist/cjs/scout-link.cjs.entry.js +64 -0
- package/dist/cjs/scout-link.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view-item.cjs.entry.js +64 -0
- package/dist/cjs/scout-list-view-item.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view.cjs.entry.js +21 -0
- package/dist/cjs/scout-list-view.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-loader.cjs.entry.js +73 -0
- package/dist/cjs/scout-loader.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-select.cjs.entry.js +60 -0
- package/dist/cjs/scout-select.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-stack.cjs.entry.js +39 -0
- package/dist/cjs/scout-stack.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-switch.cjs.entry.js +2 -2
- package/dist/cjs/ui-webc.cjs.js +3 -3
- package/dist/cjs/ui-webc.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +8 -1
- package/dist/collection/components/bottom-bar/bottom-bar.js +1 -1
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js +46 -2
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js.map +1 -1
- package/dist/collection/components/button/button.css +19 -17
- package/dist/collection/components/button/button.js +76 -4
- package/dist/collection/components/button/button.js.map +1 -1
- package/dist/collection/components/card/card.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +1 -1
- package/dist/collection/components/divider/divider.css +5 -0
- package/dist/collection/components/divider/divider.js +20 -0
- package/dist/collection/components/divider/divider.js.map +1 -0
- package/dist/collection/components/field/field.js +1 -1
- package/dist/collection/components/input/input.js +2 -2
- package/dist/collection/components/link/link.css +30 -0
- package/dist/collection/components/link/link.js +207 -0
- package/dist/collection/components/link/link.js.map +1 -0
- package/dist/collection/components/list-view/list-view.css +5 -0
- package/dist/collection/components/list-view/list-view.js +22 -0
- package/dist/collection/components/list-view/list-view.js.map +1 -0
- package/dist/collection/components/list-view-item/list-view-item.css +72 -0
- package/dist/collection/components/list-view-item/list-view-item.js +226 -0
- package/dist/collection/components/list-view-item/list-view-item.js.map +1 -0
- package/dist/collection/components/loader/loader.css +121 -0
- package/dist/collection/components/loader/loader.js +111 -0
- package/dist/collection/components/loader/loader.js.map +1 -0
- package/dist/collection/components/loader/symbols/adventurer.svg +22 -0
- package/dist/collection/components/loader/symbols/challenger.svg +22 -0
- package/dist/collection/components/loader/symbols/discoverer.svg +22 -0
- package/dist/collection/components/loader/symbols/family-scout.svg +22 -0
- package/dist/collection/components/loader/symbols/rover.svg +22 -0
- package/dist/collection/components/loader/symbols/tracker.svg +22 -0
- package/dist/collection/components/select/select.css +60 -0
- package/dist/collection/components/select/select.js +176 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/stack/stack.css +6 -0
- package/dist/collection/components/stack/stack.js +96 -0
- package/dist/collection/components/stack/stack.js.map +1 -0
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-MfRr-Vl1.js → p-S6Ssep7K.js} +7 -9
- package/dist/components/p-S6Ssep7K.js.map +1 -0
- package/dist/components/scout-bottom-bar-item.js +11 -3
- package/dist/components/scout-bottom-bar-item.js.map +1 -1
- package/dist/components/scout-bottom-bar.js +2 -2
- package/dist/components/scout-button.js +22 -4
- package/dist/components/scout-button.js.map +1 -1
- package/dist/components/scout-card.js +2 -2
- package/dist/components/scout-checkbox.js +3 -3
- package/dist/components/scout-divider.d.ts +11 -0
- package/dist/components/scout-divider.js +39 -0
- package/dist/components/scout-divider.js.map +1 -0
- package/dist/components/scout-field.js +3 -3
- package/dist/components/scout-input.js +2 -2
- package/dist/components/scout-link.d.ts +11 -0
- package/dist/components/scout-link.js +91 -0
- package/dist/components/scout-link.js.map +1 -0
- package/dist/components/scout-list-view-item.d.ts +11 -0
- package/dist/components/scout-list-view-item.js +92 -0
- package/dist/components/scout-list-view-item.js.map +1 -0
- package/dist/components/scout-list-view.d.ts +11 -0
- package/dist/components/scout-list-view.js +41 -0
- package/dist/components/scout-list-view.js.map +1 -0
- package/dist/components/scout-loader.d.ts +11 -0
- package/dist/components/scout-loader.js +96 -0
- package/dist/components/scout-loader.js.map +1 -0
- package/dist/components/scout-select.d.ts +11 -0
- package/dist/components/scout-select.js +84 -0
- package/dist/components/scout-select.js.map +1 -0
- package/dist/components/scout-stack.d.ts +11 -0
- package/dist/components/scout-stack.js +62 -0
- package/dist/components/scout-stack.js.map +1 -0
- package/dist/components/scout-switch.js +3 -3
- package/dist/custom-elements.json +1016 -66
- package/dist/esm/{index-DByXnE9g.js → index-BI7oh__S.js} +7 -9
- package/dist/esm/index-BI7oh__S.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/scout-bottom-bar-item.entry.js +8 -2
- package/dist/esm/scout-bottom-bar-item.entry.js.map +1 -1
- package/dist/esm/scout-bottom-bar.entry.js +2 -2
- package/dist/esm/scout-button.entry.js +18 -3
- package/dist/esm/scout-button.entry.js.map +1 -1
- package/dist/esm/scout-card.entry.js +2 -2
- package/dist/esm/scout-checkbox.entry.js +2 -2
- package/dist/esm/scout-divider.entry.js +17 -0
- package/dist/esm/scout-divider.entry.js.map +1 -0
- package/dist/esm/scout-field.entry.js +2 -2
- package/dist/esm/scout-input.entry.js +1 -1
- package/dist/esm/scout-link.entry.js +62 -0
- package/dist/esm/scout-link.entry.js.map +1 -0
- package/dist/esm/scout-list-view-item.entry.js +62 -0
- package/dist/esm/scout-list-view-item.entry.js.map +1 -0
- package/dist/esm/scout-list-view.entry.js +19 -0
- package/dist/esm/scout-list-view.entry.js.map +1 -0
- package/dist/esm/scout-loader.entry.js +71 -0
- package/dist/esm/scout-loader.entry.js.map +1 -0
- package/dist/esm/scout-select.entry.js +58 -0
- package/dist/esm/scout-select.entry.js.map +1 -0
- package/dist/esm/scout-stack.entry.js +37 -0
- package/dist/esm/scout-stack.entry.js.map +1 -0
- package/dist/esm/scout-switch.entry.js +2 -2
- package/dist/esm/ui-webc.js +4 -4
- package/dist/esm/ui-webc.js.map +1 -1
- package/dist/types/components/bottom-bar-item/bottom-bar-item.d.ts +2 -0
- package/dist/types/components/button/button.d.ts +4 -1
- package/dist/types/components/divider/divider.d.ts +3 -0
- package/dist/types/components/link/link.d.ts +39 -0
- package/dist/types/components/list-view/list-view.d.ts +3 -0
- package/dist/types/components/list-view-item/list-view-item.d.ts +16 -0
- package/dist/types/components/loader/loader.d.ts +15 -0
- package/dist/types/components/select/select.d.ts +31 -0
- package/dist/types/components/stack/stack.d.ts +22 -0
- package/dist/types/components.d.ts +295 -2
- package/dist/types/stencil-public-runtime.d.ts +20 -11
- package/dist/ui-webc/p-15634492.entry.js +2 -0
- package/dist/ui-webc/p-15634492.entry.js.map +1 -0
- package/dist/ui-webc/{p-383736c1.entry.js → p-316eed06.entry.js} +2 -2
- package/dist/ui-webc/p-4064b941.entry.js +2 -0
- package/dist/ui-webc/{p-24632b65.entry.js.map → p-4064b941.entry.js.map} +1 -1
- package/dist/ui-webc/p-5e2c0abc.entry.js +2 -0
- package/dist/ui-webc/p-5e2c0abc.entry.js.map +1 -0
- package/dist/ui-webc/{p-9b7c270d.entry.js → p-662554f2.entry.js} +2 -2
- package/dist/ui-webc/p-72e5904f.entry.js +2 -0
- package/dist/ui-webc/p-72e5904f.entry.js.map +1 -0
- package/dist/ui-webc/p-939fb179.entry.js +2 -0
- package/dist/ui-webc/p-939fb179.entry.js.map +1 -0
- package/dist/ui-webc/p-93c5edd1.entry.js +2 -0
- package/dist/ui-webc/p-93c5edd1.entry.js.map +1 -0
- package/dist/ui-webc/p-9c2bb8d7.entry.js +2 -0
- package/dist/ui-webc/p-9c2bb8d7.entry.js.map +1 -0
- package/dist/ui-webc/p-BI7oh__S.js +3 -0
- package/dist/ui-webc/p-BI7oh__S.js.map +1 -0
- package/dist/ui-webc/{p-7245a55a.entry.js → p-b24cd5e8.entry.js} +2 -2
- package/dist/ui-webc/p-b7e542b2.entry.js +2 -0
- package/dist/ui-webc/p-b7e542b2.entry.js.map +1 -0
- package/dist/ui-webc/p-d0b4b8c4.entry.js +2 -0
- package/dist/ui-webc/p-df4ec2af.entry.js +2 -0
- package/dist/ui-webc/p-df4ec2af.entry.js.map +1 -0
- package/dist/ui-webc/{p-2b434594.entry.js → p-eb235f73.entry.js} +2 -2
- package/dist/ui-webc/p-f164c4f7.entry.js +2 -0
- package/dist/ui-webc/p-f164c4f7.entry.js.map +1 -0
- package/dist/ui-webc/scout-bottom-bar-item.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-button.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-divider.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-link.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view-item.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-loader.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-select.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-stack.entry.esm.js.map +1 -0
- package/dist/ui-webc/ui-webc.css +2 -2
- package/dist/ui-webc/ui-webc.esm.js +1 -1
- package/dist/ui-webc/ui-webc.esm.js.map +1 -1
- package/package.json +9 -9
- package/dist/cjs/index-D42maJcS.js.map +0 -1
- package/dist/components/p-MfRr-Vl1.js.map +0 -1
- package/dist/esm/index-DByXnE9g.js.map +0 -1
- package/dist/ui-webc/p-24632b65.entry.js +0 -2
- package/dist/ui-webc/p-99329c64.entry.js +0 -2
- package/dist/ui-webc/p-99329c64.entry.js.map +0 -1
- package/dist/ui-webc/p-DByXnE9g.js +0 -3
- package/dist/ui-webc/p-DByXnE9g.js.map +0 -1
- package/dist/ui-webc/p-c0c3a4af.entry.js +0 -2
- package/dist/ui-webc/p-e7602729.entry.js +0 -2
- package/dist/ui-webc/p-e7602729.entry.js.map +0 -1
- /package/dist/ui-webc/{p-383736c1.entry.js.map → p-316eed06.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-9b7c270d.entry.js.map → p-662554f2.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-7245a55a.entry.js.map → p-b24cd5e8.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-c0c3a4af.entry.js.map → p-d0b4b8c4.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-2b434594.entry.js.map → p-eb235f73.entry.js.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-12-
|
|
2
|
+
"timestamp": "2025-12-15T19:22:23",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.38.
|
|
5
|
+
"version": "4.38.3",
|
|
6
6
|
"typescriptVersion": "5.9.3"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
@@ -126,6 +126,52 @@
|
|
|
126
126
|
"getter": false,
|
|
127
127
|
"setter": false
|
|
128
128
|
},
|
|
129
|
+
{
|
|
130
|
+
"name": "rel",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"complexType": {
|
|
133
|
+
"original": "string",
|
|
134
|
+
"resolved": "string",
|
|
135
|
+
"references": {}
|
|
136
|
+
},
|
|
137
|
+
"mutable": false,
|
|
138
|
+
"attr": "rel",
|
|
139
|
+
"reflectToAttr": false,
|
|
140
|
+
"docs": "",
|
|
141
|
+
"docsTags": [],
|
|
142
|
+
"values": [
|
|
143
|
+
{
|
|
144
|
+
"type": "string"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"optional": true,
|
|
148
|
+
"required": false,
|
|
149
|
+
"getter": false,
|
|
150
|
+
"setter": false
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "target",
|
|
154
|
+
"type": "string",
|
|
155
|
+
"complexType": {
|
|
156
|
+
"original": "string",
|
|
157
|
+
"resolved": "string",
|
|
158
|
+
"references": {}
|
|
159
|
+
},
|
|
160
|
+
"mutable": false,
|
|
161
|
+
"attr": "target",
|
|
162
|
+
"reflectToAttr": false,
|
|
163
|
+
"docs": "",
|
|
164
|
+
"docsTags": [],
|
|
165
|
+
"values": [
|
|
166
|
+
{
|
|
167
|
+
"type": "string"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"optional": true,
|
|
171
|
+
"required": false,
|
|
172
|
+
"getter": false,
|
|
173
|
+
"setter": false
|
|
174
|
+
},
|
|
129
175
|
{
|
|
130
176
|
"name": "type",
|
|
131
177
|
"type": "\"button\" | \"link\"",
|
|
@@ -135,7 +181,7 @@
|
|
|
135
181
|
"references": {
|
|
136
182
|
"ItemType": {
|
|
137
183
|
"location": "local",
|
|
138
|
-
"path": "/home/runner/work/j26-
|
|
184
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/bottom-bar-item/bottom-bar-item.tsx",
|
|
139
185
|
"id": "src/components/bottom-bar-item/bottom-bar-item.tsx::ItemType"
|
|
140
186
|
}
|
|
141
187
|
}
|
|
@@ -201,6 +247,29 @@
|
|
|
201
247
|
"docsTags": [],
|
|
202
248
|
"usage": {},
|
|
203
249
|
"props": [
|
|
250
|
+
{
|
|
251
|
+
"name": "href",
|
|
252
|
+
"type": "string",
|
|
253
|
+
"complexType": {
|
|
254
|
+
"original": "string",
|
|
255
|
+
"resolved": "string",
|
|
256
|
+
"references": {}
|
|
257
|
+
},
|
|
258
|
+
"mutable": false,
|
|
259
|
+
"attr": "href",
|
|
260
|
+
"reflectToAttr": false,
|
|
261
|
+
"docs": "",
|
|
262
|
+
"docsTags": [],
|
|
263
|
+
"values": [
|
|
264
|
+
{
|
|
265
|
+
"type": "string"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"optional": true,
|
|
269
|
+
"required": false,
|
|
270
|
+
"getter": false,
|
|
271
|
+
"setter": false
|
|
272
|
+
},
|
|
204
273
|
{
|
|
205
274
|
"name": "icon",
|
|
206
275
|
"type": "string",
|
|
@@ -224,12 +293,58 @@
|
|
|
224
293
|
"getter": false,
|
|
225
294
|
"setter": false
|
|
226
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"name": "rel",
|
|
298
|
+
"type": "string",
|
|
299
|
+
"complexType": {
|
|
300
|
+
"original": "string",
|
|
301
|
+
"resolved": "string",
|
|
302
|
+
"references": {}
|
|
303
|
+
},
|
|
304
|
+
"mutable": false,
|
|
305
|
+
"attr": "rel",
|
|
306
|
+
"reflectToAttr": false,
|
|
307
|
+
"docs": "",
|
|
308
|
+
"docsTags": [],
|
|
309
|
+
"values": [
|
|
310
|
+
{
|
|
311
|
+
"type": "string"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"optional": true,
|
|
315
|
+
"required": false,
|
|
316
|
+
"getter": false,
|
|
317
|
+
"setter": false
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "target",
|
|
321
|
+
"type": "string",
|
|
322
|
+
"complexType": {
|
|
323
|
+
"original": "string",
|
|
324
|
+
"resolved": "string",
|
|
325
|
+
"references": {}
|
|
326
|
+
},
|
|
327
|
+
"mutable": false,
|
|
328
|
+
"attr": "target",
|
|
329
|
+
"reflectToAttr": false,
|
|
330
|
+
"docs": "",
|
|
331
|
+
"docsTags": [],
|
|
332
|
+
"values": [
|
|
333
|
+
{
|
|
334
|
+
"type": "string"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"optional": true,
|
|
338
|
+
"required": false,
|
|
339
|
+
"getter": false,
|
|
340
|
+
"setter": false
|
|
341
|
+
},
|
|
227
342
|
{
|
|
228
343
|
"name": "type",
|
|
229
|
-
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
344
|
+
"type": "\"button\" | \"link\" | \"reset\" | \"submit\"",
|
|
230
345
|
"complexType": {
|
|
231
|
-
"original": "\"button\" | \"submit\" | \"reset\"",
|
|
232
|
-
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
346
|
+
"original": "\"button\" | \"submit\" | \"reset\" | \"link\"",
|
|
347
|
+
"resolved": "\"button\" | \"link\" | \"reset\" | \"submit\"",
|
|
233
348
|
"references": {}
|
|
234
349
|
},
|
|
235
350
|
"mutable": false,
|
|
@@ -248,6 +363,10 @@
|
|
|
248
363
|
"value": "button",
|
|
249
364
|
"type": "string"
|
|
250
365
|
},
|
|
366
|
+
{
|
|
367
|
+
"value": "link",
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
251
370
|
{
|
|
252
371
|
"value": "reset",
|
|
253
372
|
"type": "string"
|
|
@@ -271,7 +390,7 @@
|
|
|
271
390
|
"references": {
|
|
272
391
|
"Variant": {
|
|
273
392
|
"location": "local",
|
|
274
|
-
"path": "/home/runner/work/j26-
|
|
393
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/button/button.tsx",
|
|
275
394
|
"id": "src/components/button/button.tsx::Variant"
|
|
276
395
|
}
|
|
277
396
|
}
|
|
@@ -517,6 +636,25 @@
|
|
|
517
636
|
"dependencies": [],
|
|
518
637
|
"dependencyGraph": {}
|
|
519
638
|
},
|
|
639
|
+
{
|
|
640
|
+
"filePath": "src/components/divider/divider.tsx",
|
|
641
|
+
"encapsulation": "shadow",
|
|
642
|
+
"tag": "scout-divider",
|
|
643
|
+
"readme": "# scout-divider\n",
|
|
644
|
+
"docs": "",
|
|
645
|
+
"docsTags": [],
|
|
646
|
+
"usage": {},
|
|
647
|
+
"props": [],
|
|
648
|
+
"methods": [],
|
|
649
|
+
"events": [],
|
|
650
|
+
"listeners": [],
|
|
651
|
+
"styles": [],
|
|
652
|
+
"slots": [],
|
|
653
|
+
"parts": [],
|
|
654
|
+
"dependents": [],
|
|
655
|
+
"dependencies": [],
|
|
656
|
+
"dependencyGraph": {}
|
|
657
|
+
},
|
|
520
658
|
{
|
|
521
659
|
"filePath": "src/components/field/field.tsx",
|
|
522
660
|
"encapsulation": "scoped",
|
|
@@ -646,7 +784,7 @@
|
|
|
646
784
|
"references": {
|
|
647
785
|
"InputMode": {
|
|
648
786
|
"location": "local",
|
|
649
|
-
"path": "/home/runner/work/j26-
|
|
787
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/input/input.tsx",
|
|
650
788
|
"id": "src/components/input/input.tsx::InputMode"
|
|
651
789
|
}
|
|
652
790
|
}
|
|
@@ -730,7 +868,7 @@
|
|
|
730
868
|
"references": {
|
|
731
869
|
"InputType": {
|
|
732
870
|
"location": "local",
|
|
733
|
-
"path": "/home/runner/work/j26-
|
|
871
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/input/input.tsx",
|
|
734
872
|
"id": "src/components/input/input.tsx::InputType"
|
|
735
873
|
}
|
|
736
874
|
}
|
|
@@ -891,16 +1029,16 @@
|
|
|
891
1029
|
"dependencyGraph": {}
|
|
892
1030
|
},
|
|
893
1031
|
{
|
|
894
|
-
"filePath": "src/components/
|
|
1032
|
+
"filePath": "src/components/link/link.tsx",
|
|
895
1033
|
"encapsulation": "shadow",
|
|
896
|
-
"tag": "scout-
|
|
897
|
-
"readme": "# scout-
|
|
1034
|
+
"tag": "scout-link",
|
|
1035
|
+
"readme": "# scout-link\n",
|
|
898
1036
|
"docs": "",
|
|
899
1037
|
"docsTags": [],
|
|
900
1038
|
"usage": {},
|
|
901
1039
|
"props": [
|
|
902
1040
|
{
|
|
903
|
-
"name": "
|
|
1041
|
+
"name": "href",
|
|
904
1042
|
"type": "string",
|
|
905
1043
|
"complexType": {
|
|
906
1044
|
"original": "string",
|
|
@@ -908,51 +1046,68 @@
|
|
|
908
1046
|
"references": {}
|
|
909
1047
|
},
|
|
910
1048
|
"mutable": false,
|
|
911
|
-
"attr": "
|
|
1049
|
+
"attr": "href",
|
|
912
1050
|
"reflectToAttr": false,
|
|
913
|
-
"docs": "
|
|
1051
|
+
"docs": "The URL that the link points to. Required when type is set to link",
|
|
914
1052
|
"docsTags": [],
|
|
915
1053
|
"values": [
|
|
916
1054
|
{
|
|
917
1055
|
"type": "string"
|
|
918
1056
|
}
|
|
919
1057
|
],
|
|
920
|
-
"optional":
|
|
1058
|
+
"optional": true,
|
|
921
1059
|
"required": false,
|
|
922
1060
|
"getter": false,
|
|
923
1061
|
"setter": false
|
|
924
1062
|
},
|
|
925
1063
|
{
|
|
926
|
-
"name": "
|
|
927
|
-
"type": "
|
|
1064
|
+
"name": "label",
|
|
1065
|
+
"type": "string",
|
|
928
1066
|
"complexType": {
|
|
929
|
-
"original": "
|
|
930
|
-
"resolved": "
|
|
1067
|
+
"original": "string",
|
|
1068
|
+
"resolved": "string",
|
|
931
1069
|
"references": {}
|
|
932
1070
|
},
|
|
933
1071
|
"mutable": false,
|
|
934
|
-
"attr": "
|
|
1072
|
+
"attr": "label",
|
|
935
1073
|
"reflectToAttr": false,
|
|
936
|
-
"docs": "",
|
|
937
|
-
"docsTags": [
|
|
1074
|
+
"docs": "Text to be displayed for the link",
|
|
1075
|
+
"docsTags": [],
|
|
1076
|
+
"values": [
|
|
938
1077
|
{
|
|
939
|
-
"
|
|
940
|
-
"text": "false"
|
|
1078
|
+
"type": "string"
|
|
941
1079
|
}
|
|
942
1080
|
],
|
|
943
|
-
"
|
|
1081
|
+
"optional": false,
|
|
1082
|
+
"required": false,
|
|
1083
|
+
"getter": false,
|
|
1084
|
+
"setter": false
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "linkAriaLabel",
|
|
1088
|
+
"type": "string",
|
|
1089
|
+
"complexType": {
|
|
1090
|
+
"original": "string",
|
|
1091
|
+
"resolved": "string",
|
|
1092
|
+
"references": {}
|
|
1093
|
+
},
|
|
1094
|
+
"mutable": false,
|
|
1095
|
+
"attr": "link-aria-label",
|
|
1096
|
+
"reflectToAttr": false,
|
|
1097
|
+
"docs": "If the label property is not sufficient to describe its use, add an aria-label describing what happens\nwhen pressing the button or where the user navigates if it is a link.",
|
|
1098
|
+
"docsTags": [],
|
|
944
1099
|
"values": [
|
|
945
1100
|
{
|
|
946
|
-
"type": "
|
|
1101
|
+
"type": "string"
|
|
947
1102
|
}
|
|
948
1103
|
],
|
|
949
|
-
"optional":
|
|
1104
|
+
"optional": true,
|
|
950
1105
|
"required": false,
|
|
951
1106
|
"getter": false,
|
|
952
1107
|
"setter": false
|
|
953
1108
|
},
|
|
954
1109
|
{
|
|
955
|
-
"name": "
|
|
1110
|
+
"name": "rel",
|
|
956
1111
|
"type": "string",
|
|
957
1112
|
"complexType": {
|
|
958
1113
|
"original": "string",
|
|
@@ -960,7 +1115,7 @@
|
|
|
960
1115
|
"references": {}
|
|
961
1116
|
},
|
|
962
1117
|
"mutable": false,
|
|
963
|
-
"attr": "
|
|
1118
|
+
"attr": "rel",
|
|
964
1119
|
"reflectToAttr": false,
|
|
965
1120
|
"docs": "",
|
|
966
1121
|
"docsTags": [],
|
|
@@ -969,33 +1124,84 @@
|
|
|
969
1124
|
"type": "string"
|
|
970
1125
|
}
|
|
971
1126
|
],
|
|
972
|
-
"optional":
|
|
1127
|
+
"optional": true,
|
|
973
1128
|
"required": false,
|
|
974
1129
|
"getter": false,
|
|
975
1130
|
"setter": false
|
|
976
1131
|
},
|
|
977
1132
|
{
|
|
978
|
-
"name": "
|
|
979
|
-
"type": "
|
|
1133
|
+
"name": "target",
|
|
1134
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | \"framename\"",
|
|
980
1135
|
"complexType": {
|
|
981
|
-
"original": "
|
|
982
|
-
"resolved": "
|
|
1136
|
+
"original": "\"_blank\" | \"_self\" | \"_parent\" | \"_top\" | \"framename\"",
|
|
1137
|
+
"resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | \"framename\"",
|
|
983
1138
|
"references": {}
|
|
984
1139
|
},
|
|
985
1140
|
"mutable": false,
|
|
986
|
-
"attr": "
|
|
1141
|
+
"attr": "target",
|
|
987
1142
|
"reflectToAttr": false,
|
|
988
|
-
"docs": "
|
|
1143
|
+
"docs": "_blank\tOpens the linked document in a new window or tab\n\n_self\tOpens the linked document in the same frame as it was clicked (this is default)\n\n_parent\tOpens the linked document in the parent frame\n\n_top\tOpens the linked document in the full body of the window\n\n_framename\tOpens the linked document in the named iframe",
|
|
989
1144
|
"docsTags": [
|
|
990
1145
|
{
|
|
991
1146
|
"name": "default",
|
|
992
|
-
"text": "
|
|
1147
|
+
"text": "\"_self\""
|
|
993
1148
|
}
|
|
994
1149
|
],
|
|
995
|
-
"default": "
|
|
1150
|
+
"default": "\"_self\"",
|
|
996
1151
|
"values": [
|
|
997
1152
|
{
|
|
998
|
-
"
|
|
1153
|
+
"value": "_blank",
|
|
1154
|
+
"type": "string"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"value": "_parent",
|
|
1158
|
+
"type": "string"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"value": "_self",
|
|
1162
|
+
"type": "string"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"value": "_top",
|
|
1166
|
+
"type": "string"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"value": "framename",
|
|
1170
|
+
"type": "string"
|
|
1171
|
+
}
|
|
1172
|
+
],
|
|
1173
|
+
"optional": true,
|
|
1174
|
+
"required": false,
|
|
1175
|
+
"getter": false,
|
|
1176
|
+
"setter": false
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "type",
|
|
1180
|
+
"type": "\"button\" | \"link\"",
|
|
1181
|
+
"complexType": {
|
|
1182
|
+
"original": "\"link\" | \"button\"",
|
|
1183
|
+
"resolved": "\"button\" | \"link\"",
|
|
1184
|
+
"references": {}
|
|
1185
|
+
},
|
|
1186
|
+
"mutable": false,
|
|
1187
|
+
"attr": "type",
|
|
1188
|
+
"reflectToAttr": false,
|
|
1189
|
+
"docs": "There are two types. If you intend to use it as a button with onclick, a button is rendered, however if you want to you it\nas a normal link, a link with href is rendered.",
|
|
1190
|
+
"docsTags": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "default",
|
|
1193
|
+
"text": "\"link\""
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"default": "\"link\"",
|
|
1197
|
+
"values": [
|
|
1198
|
+
{
|
|
1199
|
+
"value": "button",
|
|
1200
|
+
"type": "string"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"value": "link",
|
|
1204
|
+
"type": "string"
|
|
999
1205
|
}
|
|
1000
1206
|
],
|
|
1001
1207
|
"optional": false,
|
|
@@ -1007,36 +1213,22 @@
|
|
|
1007
1213
|
"methods": [],
|
|
1008
1214
|
"events": [
|
|
1009
1215
|
{
|
|
1010
|
-
"event": "
|
|
1011
|
-
"detail": "
|
|
1012
|
-
"bubbles": true,
|
|
1013
|
-
"complexType": {
|
|
1014
|
-
"original": "string",
|
|
1015
|
-
"resolved": "string",
|
|
1016
|
-
"references": {}
|
|
1017
|
-
},
|
|
1018
|
-
"cancelable": true,
|
|
1019
|
-
"composed": true,
|
|
1020
|
-
"docs": "Internal event used for form field association.",
|
|
1021
|
-
"docsTags": []
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"event": "scoutSwitchToggled",
|
|
1025
|
-
"detail": "{ toggled: boolean; element: HTMLInputElement; }",
|
|
1216
|
+
"event": "scoutLinkClick",
|
|
1217
|
+
"detail": "HTMLButtonElement",
|
|
1026
1218
|
"bubbles": true,
|
|
1027
1219
|
"complexType": {
|
|
1028
|
-
"original": "
|
|
1029
|
-
"resolved": "
|
|
1220
|
+
"original": "HTMLButtonElement",
|
|
1221
|
+
"resolved": "HTMLButtonElement",
|
|
1030
1222
|
"references": {
|
|
1031
|
-
"
|
|
1223
|
+
"HTMLButtonElement": {
|
|
1032
1224
|
"location": "global",
|
|
1033
|
-
"id": "global::
|
|
1225
|
+
"id": "global::HTMLButtonElement"
|
|
1034
1226
|
}
|
|
1035
1227
|
}
|
|
1036
1228
|
},
|
|
1037
1229
|
"cancelable": true,
|
|
1038
1230
|
"composed": true,
|
|
1039
|
-
"docs": "",
|
|
1231
|
+
"docs": "Only sent if the link is a button.",
|
|
1040
1232
|
"docsTags": []
|
|
1041
1233
|
}
|
|
1042
1234
|
],
|
|
@@ -1047,11 +1239,754 @@
|
|
|
1047
1239
|
"dependents": [],
|
|
1048
1240
|
"dependencies": [],
|
|
1049
1241
|
"dependencyGraph": {}
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"filePath": "src/components/list-view/list-view.tsx",
|
|
1245
|
+
"encapsulation": "shadow",
|
|
1246
|
+
"tag": "scout-list-view",
|
|
1247
|
+
"readme": "# scout-list-view\n",
|
|
1248
|
+
"docs": "",
|
|
1249
|
+
"docsTags": [],
|
|
1250
|
+
"usage": {},
|
|
1251
|
+
"props": [],
|
|
1252
|
+
"methods": [],
|
|
1253
|
+
"events": [],
|
|
1254
|
+
"listeners": [],
|
|
1255
|
+
"styles": [],
|
|
1256
|
+
"slots": [],
|
|
1257
|
+
"parts": [],
|
|
1258
|
+
"dependents": [],
|
|
1259
|
+
"dependencies": [],
|
|
1260
|
+
"dependencyGraph": {}
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"filePath": "src/components/list-view-item/list-view-item.tsx",
|
|
1264
|
+
"encapsulation": "shadow",
|
|
1265
|
+
"tag": "scout-list-view-item",
|
|
1266
|
+
"readme": "# scout-list-view-item\n",
|
|
1267
|
+
"docs": "",
|
|
1268
|
+
"docsTags": [],
|
|
1269
|
+
"usage": {},
|
|
1270
|
+
"props": [
|
|
1271
|
+
{
|
|
1272
|
+
"name": "href",
|
|
1273
|
+
"type": "string",
|
|
1274
|
+
"complexType": {
|
|
1275
|
+
"original": "string",
|
|
1276
|
+
"resolved": "string",
|
|
1277
|
+
"references": {}
|
|
1278
|
+
},
|
|
1279
|
+
"mutable": false,
|
|
1280
|
+
"attr": "href",
|
|
1281
|
+
"reflectToAttr": false,
|
|
1282
|
+
"docs": "",
|
|
1283
|
+
"docsTags": [],
|
|
1284
|
+
"values": [
|
|
1285
|
+
{
|
|
1286
|
+
"type": "string"
|
|
1287
|
+
}
|
|
1288
|
+
],
|
|
1289
|
+
"optional": true,
|
|
1290
|
+
"required": false,
|
|
1291
|
+
"getter": false,
|
|
1292
|
+
"setter": false
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "icon",
|
|
1296
|
+
"type": "string",
|
|
1297
|
+
"complexType": {
|
|
1298
|
+
"original": "string",
|
|
1299
|
+
"resolved": "string",
|
|
1300
|
+
"references": {}
|
|
1301
|
+
},
|
|
1302
|
+
"mutable": false,
|
|
1303
|
+
"attr": "icon",
|
|
1304
|
+
"reflectToAttr": false,
|
|
1305
|
+
"docs": "",
|
|
1306
|
+
"docsTags": [],
|
|
1307
|
+
"values": [
|
|
1308
|
+
{
|
|
1309
|
+
"type": "string"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"optional": true,
|
|
1313
|
+
"required": false,
|
|
1314
|
+
"getter": false,
|
|
1315
|
+
"setter": false
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "primary",
|
|
1319
|
+
"type": "string",
|
|
1320
|
+
"complexType": {
|
|
1321
|
+
"original": "string",
|
|
1322
|
+
"resolved": "string",
|
|
1323
|
+
"references": {}
|
|
1324
|
+
},
|
|
1325
|
+
"mutable": false,
|
|
1326
|
+
"attr": "primary",
|
|
1327
|
+
"reflectToAttr": false,
|
|
1328
|
+
"docs": "",
|
|
1329
|
+
"docsTags": [],
|
|
1330
|
+
"values": [
|
|
1331
|
+
{
|
|
1332
|
+
"type": "string"
|
|
1333
|
+
}
|
|
1334
|
+
],
|
|
1335
|
+
"optional": true,
|
|
1336
|
+
"required": false,
|
|
1337
|
+
"getter": false,
|
|
1338
|
+
"setter": false
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "rel",
|
|
1342
|
+
"type": "string",
|
|
1343
|
+
"complexType": {
|
|
1344
|
+
"original": "string",
|
|
1345
|
+
"resolved": "string",
|
|
1346
|
+
"references": {}
|
|
1347
|
+
},
|
|
1348
|
+
"mutable": false,
|
|
1349
|
+
"attr": "rel",
|
|
1350
|
+
"reflectToAttr": false,
|
|
1351
|
+
"docs": "",
|
|
1352
|
+
"docsTags": [],
|
|
1353
|
+
"values": [
|
|
1354
|
+
{
|
|
1355
|
+
"type": "string"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"optional": true,
|
|
1359
|
+
"required": false,
|
|
1360
|
+
"getter": false,
|
|
1361
|
+
"setter": false
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "secondary",
|
|
1365
|
+
"type": "string",
|
|
1366
|
+
"complexType": {
|
|
1367
|
+
"original": "string",
|
|
1368
|
+
"resolved": "string",
|
|
1369
|
+
"references": {}
|
|
1370
|
+
},
|
|
1371
|
+
"mutable": false,
|
|
1372
|
+
"attr": "secondary",
|
|
1373
|
+
"reflectToAttr": false,
|
|
1374
|
+
"docs": "",
|
|
1375
|
+
"docsTags": [],
|
|
1376
|
+
"values": [
|
|
1377
|
+
{
|
|
1378
|
+
"type": "string"
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"optional": true,
|
|
1382
|
+
"required": false,
|
|
1383
|
+
"getter": false,
|
|
1384
|
+
"setter": false
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "target",
|
|
1388
|
+
"type": "string",
|
|
1389
|
+
"complexType": {
|
|
1390
|
+
"original": "string",
|
|
1391
|
+
"resolved": "string",
|
|
1392
|
+
"references": {}
|
|
1393
|
+
},
|
|
1394
|
+
"mutable": false,
|
|
1395
|
+
"attr": "target",
|
|
1396
|
+
"reflectToAttr": false,
|
|
1397
|
+
"docs": "",
|
|
1398
|
+
"docsTags": [],
|
|
1399
|
+
"values": [
|
|
1400
|
+
{
|
|
1401
|
+
"type": "string"
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"optional": true,
|
|
1405
|
+
"required": false,
|
|
1406
|
+
"getter": false,
|
|
1407
|
+
"setter": false
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "type",
|
|
1411
|
+
"type": "\"button\" | \"link\"",
|
|
1412
|
+
"complexType": {
|
|
1413
|
+
"original": "ItemType",
|
|
1414
|
+
"resolved": "\"button\" | \"link\"",
|
|
1415
|
+
"references": {
|
|
1416
|
+
"ItemType": {
|
|
1417
|
+
"location": "local",
|
|
1418
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/list-view-item/list-view-item.tsx",
|
|
1419
|
+
"id": "src/components/list-view-item/list-view-item.tsx::ItemType"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
"mutable": false,
|
|
1424
|
+
"attr": "type",
|
|
1425
|
+
"reflectToAttr": false,
|
|
1426
|
+
"docs": "",
|
|
1427
|
+
"docsTags": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "default",
|
|
1430
|
+
"text": "\"button\""
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"default": "\"button\"",
|
|
1434
|
+
"values": [
|
|
1435
|
+
{
|
|
1436
|
+
"value": "button",
|
|
1437
|
+
"type": "string"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"value": "link",
|
|
1441
|
+
"type": "string"
|
|
1442
|
+
}
|
|
1443
|
+
],
|
|
1444
|
+
"optional": false,
|
|
1445
|
+
"required": false,
|
|
1446
|
+
"getter": false,
|
|
1447
|
+
"setter": false
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"methods": [],
|
|
1451
|
+
"events": [
|
|
1452
|
+
{
|
|
1453
|
+
"event": "scoutClick",
|
|
1454
|
+
"detail": "void",
|
|
1455
|
+
"bubbles": true,
|
|
1456
|
+
"complexType": {
|
|
1457
|
+
"original": "void",
|
|
1458
|
+
"resolved": "void",
|
|
1459
|
+
"references": {}
|
|
1460
|
+
},
|
|
1461
|
+
"cancelable": true,
|
|
1462
|
+
"composed": true,
|
|
1463
|
+
"docs": "",
|
|
1464
|
+
"docsTags": []
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"listeners": [],
|
|
1468
|
+
"styles": [],
|
|
1469
|
+
"slots": [],
|
|
1470
|
+
"parts": [],
|
|
1471
|
+
"dependents": [],
|
|
1472
|
+
"dependencies": [],
|
|
1473
|
+
"dependencyGraph": {}
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"filePath": "src/components/loader/loader.tsx",
|
|
1477
|
+
"encapsulation": "shadow",
|
|
1478
|
+
"tag": "scout-loader",
|
|
1479
|
+
"readme": "# scout-loader\n",
|
|
1480
|
+
"docs": "",
|
|
1481
|
+
"docsTags": [],
|
|
1482
|
+
"usage": {},
|
|
1483
|
+
"props": [
|
|
1484
|
+
{
|
|
1485
|
+
"name": "size",
|
|
1486
|
+
"type": "\"base\" | \"lg\" | \"sm\" | \"xl\" | \"xs\"",
|
|
1487
|
+
"complexType": {
|
|
1488
|
+
"original": "\"xs\" | \"sm\" | \"base\" | \"lg\" | \"xl\"",
|
|
1489
|
+
"resolved": "\"base\" | \"lg\" | \"sm\" | \"xl\" | \"xs\"",
|
|
1490
|
+
"references": {}
|
|
1491
|
+
},
|
|
1492
|
+
"mutable": false,
|
|
1493
|
+
"attr": "size",
|
|
1494
|
+
"reflectToAttr": false,
|
|
1495
|
+
"docs": "",
|
|
1496
|
+
"docsTags": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "default",
|
|
1499
|
+
"text": "\"base\""
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"default": "\"base\"",
|
|
1503
|
+
"values": [
|
|
1504
|
+
{
|
|
1505
|
+
"value": "base",
|
|
1506
|
+
"type": "string"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"value": "lg",
|
|
1510
|
+
"type": "string"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"value": "sm",
|
|
1514
|
+
"type": "string"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"value": "xl",
|
|
1518
|
+
"type": "string"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"value": "xs",
|
|
1522
|
+
"type": "string"
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
"optional": true,
|
|
1526
|
+
"required": false,
|
|
1527
|
+
"getter": false,
|
|
1528
|
+
"setter": false
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "text",
|
|
1532
|
+
"type": "string",
|
|
1533
|
+
"complexType": {
|
|
1534
|
+
"original": "string",
|
|
1535
|
+
"resolved": "string",
|
|
1536
|
+
"references": {}
|
|
1537
|
+
},
|
|
1538
|
+
"mutable": false,
|
|
1539
|
+
"attr": "text",
|
|
1540
|
+
"reflectToAttr": false,
|
|
1541
|
+
"docs": "",
|
|
1542
|
+
"docsTags": [],
|
|
1543
|
+
"values": [
|
|
1544
|
+
{
|
|
1545
|
+
"type": "string"
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"optional": true,
|
|
1549
|
+
"required": false,
|
|
1550
|
+
"getter": false,
|
|
1551
|
+
"setter": false
|
|
1552
|
+
}
|
|
1553
|
+
],
|
|
1554
|
+
"methods": [],
|
|
1555
|
+
"events": [],
|
|
1556
|
+
"listeners": [],
|
|
1557
|
+
"styles": [],
|
|
1558
|
+
"slots": [],
|
|
1559
|
+
"parts": [],
|
|
1560
|
+
"dependents": [],
|
|
1561
|
+
"dependencies": [],
|
|
1562
|
+
"dependencyGraph": {}
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"filePath": "src/components/select/select.tsx",
|
|
1566
|
+
"encapsulation": "scoped",
|
|
1567
|
+
"tag": "scout-select",
|
|
1568
|
+
"readme": "# scout-select\n\nA styled native select component for choosing from a list of options.\n\n## Usage\n\n```html\n<scout-select>\n <option value=\"\">Select an option</option>\n <option value=\"1\">Option 1</option>\n <option value=\"2\">Option 2</option>\n <option value=\"3\">Option 3</option>\n</scout-select>\n```\n\n### With Field\n\n```html\n<scout-field label=\"Choose your option\">\n <scout-select>\n <option value=\"\">Select an option</option>\n <option value=\"1\">Option 1</option>\n <option value=\"2\">Option 2</option>\n </scout-select>\n</scout-field>\n```\n",
|
|
1569
|
+
"docs": "A styled native select component for choosing from a list of options.",
|
|
1570
|
+
"docsTags": [],
|
|
1571
|
+
"usage": {},
|
|
1572
|
+
"props": [
|
|
1573
|
+
{
|
|
1574
|
+
"name": "disabled",
|
|
1575
|
+
"type": "boolean",
|
|
1576
|
+
"complexType": {
|
|
1577
|
+
"original": "boolean",
|
|
1578
|
+
"resolved": "boolean",
|
|
1579
|
+
"references": {}
|
|
1580
|
+
},
|
|
1581
|
+
"mutable": false,
|
|
1582
|
+
"attr": "disabled",
|
|
1583
|
+
"reflectToAttr": false,
|
|
1584
|
+
"docs": "Whether the select is disabled. Disabled selects are not editable, excluded\nfrom tab order and are not validated.",
|
|
1585
|
+
"docsTags": [
|
|
1586
|
+
{
|
|
1587
|
+
"name": "default",
|
|
1588
|
+
"text": "false"
|
|
1589
|
+
}
|
|
1590
|
+
],
|
|
1591
|
+
"default": "false",
|
|
1592
|
+
"values": [
|
|
1593
|
+
{
|
|
1594
|
+
"type": "boolean"
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"optional": false,
|
|
1598
|
+
"required": false,
|
|
1599
|
+
"getter": false,
|
|
1600
|
+
"setter": false
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "validate",
|
|
1604
|
+
"type": "(value: string) => string",
|
|
1605
|
+
"complexType": {
|
|
1606
|
+
"original": "(value: string) => string | null",
|
|
1607
|
+
"resolved": "(value: string) => string",
|
|
1608
|
+
"references": {}
|
|
1609
|
+
},
|
|
1610
|
+
"mutable": false,
|
|
1611
|
+
"reflectToAttr": false,
|
|
1612
|
+
"docs": "Custom validation function run on top of the implicit validation performed\nby the browser. Return a string with the validation message to mark the\nselect as invalid, or null to mark it as valid.",
|
|
1613
|
+
"docsTags": [],
|
|
1614
|
+
"values": [
|
|
1615
|
+
{
|
|
1616
|
+
"type": "(value: string) => string"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"optional": true,
|
|
1620
|
+
"required": false,
|
|
1621
|
+
"getter": false,
|
|
1622
|
+
"setter": false
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "value",
|
|
1626
|
+
"type": "string",
|
|
1627
|
+
"complexType": {
|
|
1628
|
+
"original": "string",
|
|
1629
|
+
"resolved": "string",
|
|
1630
|
+
"references": {}
|
|
1631
|
+
},
|
|
1632
|
+
"mutable": false,
|
|
1633
|
+
"attr": "value",
|
|
1634
|
+
"reflectToAttr": false,
|
|
1635
|
+
"docs": "Value of the select element, in case you want to control it yourself.",
|
|
1636
|
+
"docsTags": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "default",
|
|
1639
|
+
"text": "\"\""
|
|
1640
|
+
}
|
|
1641
|
+
],
|
|
1642
|
+
"default": "\"\"",
|
|
1643
|
+
"values": [
|
|
1644
|
+
{
|
|
1645
|
+
"type": "string"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"optional": false,
|
|
1649
|
+
"required": false,
|
|
1650
|
+
"getter": false,
|
|
1651
|
+
"setter": false
|
|
1652
|
+
}
|
|
1653
|
+
],
|
|
1654
|
+
"methods": [],
|
|
1655
|
+
"events": [
|
|
1656
|
+
{
|
|
1657
|
+
"event": "_fieldId",
|
|
1658
|
+
"detail": "string",
|
|
1659
|
+
"bubbles": true,
|
|
1660
|
+
"complexType": {
|
|
1661
|
+
"original": "string",
|
|
1662
|
+
"resolved": "string",
|
|
1663
|
+
"references": {}
|
|
1664
|
+
},
|
|
1665
|
+
"cancelable": true,
|
|
1666
|
+
"composed": true,
|
|
1667
|
+
"docs": "Internal event used for form field association.",
|
|
1668
|
+
"docsTags": []
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"event": "scoutBlur",
|
|
1672
|
+
"detail": "void",
|
|
1673
|
+
"bubbles": true,
|
|
1674
|
+
"complexType": {
|
|
1675
|
+
"original": "void",
|
|
1676
|
+
"resolved": "void",
|
|
1677
|
+
"references": {}
|
|
1678
|
+
},
|
|
1679
|
+
"cancelable": true,
|
|
1680
|
+
"composed": true,
|
|
1681
|
+
"docs": "",
|
|
1682
|
+
"docsTags": []
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"event": "scoutInputChange",
|
|
1686
|
+
"detail": "{ value: string; element: HTMLSelectElement; }",
|
|
1687
|
+
"bubbles": true,
|
|
1688
|
+
"complexType": {
|
|
1689
|
+
"original": "{\n value: string;\n element: HTMLSelectElement;\n }",
|
|
1690
|
+
"resolved": "{ value: string; element: HTMLSelectElement; }",
|
|
1691
|
+
"references": {
|
|
1692
|
+
"HTMLSelectElement": {
|
|
1693
|
+
"location": "global",
|
|
1694
|
+
"id": "global::HTMLSelectElement"
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"cancelable": true,
|
|
1699
|
+
"composed": true,
|
|
1700
|
+
"docs": "",
|
|
1701
|
+
"docsTags": []
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"listeners": [],
|
|
1705
|
+
"styles": [],
|
|
1706
|
+
"slots": [],
|
|
1707
|
+
"parts": [],
|
|
1708
|
+
"dependents": [],
|
|
1709
|
+
"dependencies": [],
|
|
1710
|
+
"dependencyGraph": {}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"filePath": "src/components/stack/stack.tsx",
|
|
1714
|
+
"encapsulation": "shadow",
|
|
1715
|
+
"tag": "scout-stack",
|
|
1716
|
+
"readme": "# scout-stack\n",
|
|
1717
|
+
"docs": "",
|
|
1718
|
+
"docsTags": [],
|
|
1719
|
+
"usage": {},
|
|
1720
|
+
"props": [
|
|
1721
|
+
{
|
|
1722
|
+
"name": "direction",
|
|
1723
|
+
"type": "\"column\" | \"row\"",
|
|
1724
|
+
"complexType": {
|
|
1725
|
+
"original": "Direction",
|
|
1726
|
+
"resolved": "\"column\" | \"row\"",
|
|
1727
|
+
"references": {
|
|
1728
|
+
"Direction": {
|
|
1729
|
+
"location": "local",
|
|
1730
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/stack/stack.tsx",
|
|
1731
|
+
"id": "src/components/stack/stack.tsx::Direction"
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"mutable": false,
|
|
1736
|
+
"attr": "direction",
|
|
1737
|
+
"reflectToAttr": false,
|
|
1738
|
+
"docs": "The direction of the stack.",
|
|
1739
|
+
"docsTags": [
|
|
1740
|
+
{
|
|
1741
|
+
"name": "default",
|
|
1742
|
+
"text": "\"row\""
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1745
|
+
"default": "\"row\"",
|
|
1746
|
+
"values": [
|
|
1747
|
+
{
|
|
1748
|
+
"value": "column",
|
|
1749
|
+
"type": "string"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"value": "row",
|
|
1753
|
+
"type": "string"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"optional": false,
|
|
1757
|
+
"required": false,
|
|
1758
|
+
"getter": false,
|
|
1759
|
+
"setter": false
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "gapSize",
|
|
1763
|
+
"type": "\"l\" | \"m\" | \"s\" | \"xl\" | \"xs\" | \"xxl\"",
|
|
1764
|
+
"complexType": {
|
|
1765
|
+
"original": "GapSize",
|
|
1766
|
+
"resolved": "\"l\" | \"m\" | \"s\" | \"xl\" | \"xs\" | \"xxl\"",
|
|
1767
|
+
"references": {
|
|
1768
|
+
"GapSize": {
|
|
1769
|
+
"location": "local",
|
|
1770
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/stack/stack.tsx",
|
|
1771
|
+
"id": "src/components/stack/stack.tsx::GapSize"
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"mutable": false,
|
|
1776
|
+
"attr": "gap-size",
|
|
1777
|
+
"reflectToAttr": false,
|
|
1778
|
+
"docs": "Gap size. If more sizes are needed, we can expand.",
|
|
1779
|
+
"docsTags": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "default",
|
|
1782
|
+
"text": "\"m\""
|
|
1783
|
+
}
|
|
1784
|
+
],
|
|
1785
|
+
"default": "\"m\"",
|
|
1786
|
+
"values": [
|
|
1787
|
+
{
|
|
1788
|
+
"value": "l",
|
|
1789
|
+
"type": "string"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"value": "m",
|
|
1793
|
+
"type": "string"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"value": "s",
|
|
1797
|
+
"type": "string"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"value": "xl",
|
|
1801
|
+
"type": "string"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"value": "xs",
|
|
1805
|
+
"type": "string"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"value": "xxl",
|
|
1809
|
+
"type": "string"
|
|
1810
|
+
}
|
|
1811
|
+
],
|
|
1812
|
+
"optional": false,
|
|
1813
|
+
"required": false,
|
|
1814
|
+
"getter": false,
|
|
1815
|
+
"setter": false
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"methods": [],
|
|
1819
|
+
"events": [],
|
|
1820
|
+
"listeners": [],
|
|
1821
|
+
"styles": [],
|
|
1822
|
+
"slots": [],
|
|
1823
|
+
"parts": [],
|
|
1824
|
+
"dependents": [],
|
|
1825
|
+
"dependencies": [],
|
|
1826
|
+
"dependencyGraph": {}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"filePath": "src/components/switch/switch.tsx",
|
|
1830
|
+
"encapsulation": "shadow",
|
|
1831
|
+
"tag": "scout-switch",
|
|
1832
|
+
"readme": "# scout-switch\n",
|
|
1833
|
+
"docs": "",
|
|
1834
|
+
"docsTags": [],
|
|
1835
|
+
"usage": {},
|
|
1836
|
+
"props": [
|
|
1837
|
+
{
|
|
1838
|
+
"name": "ariaLabelledby",
|
|
1839
|
+
"type": "string",
|
|
1840
|
+
"complexType": {
|
|
1841
|
+
"original": "string",
|
|
1842
|
+
"resolved": "string",
|
|
1843
|
+
"references": {}
|
|
1844
|
+
},
|
|
1845
|
+
"mutable": false,
|
|
1846
|
+
"attr": "aria-labelledby",
|
|
1847
|
+
"reflectToAttr": false,
|
|
1848
|
+
"docs": "Use this prop if you need to connect your switch with another element describing its use, other than the property label.",
|
|
1849
|
+
"docsTags": [],
|
|
1850
|
+
"values": [
|
|
1851
|
+
{
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"optional": false,
|
|
1856
|
+
"required": false,
|
|
1857
|
+
"getter": false,
|
|
1858
|
+
"setter": false
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "disabled",
|
|
1862
|
+
"type": "boolean",
|
|
1863
|
+
"complexType": {
|
|
1864
|
+
"original": "boolean",
|
|
1865
|
+
"resolved": "boolean",
|
|
1866
|
+
"references": {}
|
|
1867
|
+
},
|
|
1868
|
+
"mutable": false,
|
|
1869
|
+
"attr": "disabled",
|
|
1870
|
+
"reflectToAttr": false,
|
|
1871
|
+
"docs": "",
|
|
1872
|
+
"docsTags": [
|
|
1873
|
+
{
|
|
1874
|
+
"name": "default",
|
|
1875
|
+
"text": "false"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"default": "false",
|
|
1879
|
+
"values": [
|
|
1880
|
+
{
|
|
1881
|
+
"type": "boolean"
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"optional": false,
|
|
1885
|
+
"required": false,
|
|
1886
|
+
"getter": false,
|
|
1887
|
+
"setter": false
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "label",
|
|
1891
|
+
"type": "string",
|
|
1892
|
+
"complexType": {
|
|
1893
|
+
"original": "string",
|
|
1894
|
+
"resolved": "string",
|
|
1895
|
+
"references": {}
|
|
1896
|
+
},
|
|
1897
|
+
"mutable": false,
|
|
1898
|
+
"attr": "label",
|
|
1899
|
+
"reflectToAttr": false,
|
|
1900
|
+
"docs": "",
|
|
1901
|
+
"docsTags": [],
|
|
1902
|
+
"values": [
|
|
1903
|
+
{
|
|
1904
|
+
"type": "string"
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1907
|
+
"optional": false,
|
|
1908
|
+
"required": false,
|
|
1909
|
+
"getter": false,
|
|
1910
|
+
"setter": false
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "toggled",
|
|
1914
|
+
"type": "boolean",
|
|
1915
|
+
"complexType": {
|
|
1916
|
+
"original": "boolean",
|
|
1917
|
+
"resolved": "boolean",
|
|
1918
|
+
"references": {}
|
|
1919
|
+
},
|
|
1920
|
+
"mutable": false,
|
|
1921
|
+
"attr": "toggled",
|
|
1922
|
+
"reflectToAttr": false,
|
|
1923
|
+
"docs": "Indicates whether the switch is toggled on or off.",
|
|
1924
|
+
"docsTags": [
|
|
1925
|
+
{
|
|
1926
|
+
"name": "default",
|
|
1927
|
+
"text": "false"
|
|
1928
|
+
}
|
|
1929
|
+
],
|
|
1930
|
+
"default": "false",
|
|
1931
|
+
"values": [
|
|
1932
|
+
{
|
|
1933
|
+
"type": "boolean"
|
|
1934
|
+
}
|
|
1935
|
+
],
|
|
1936
|
+
"optional": false,
|
|
1937
|
+
"required": false,
|
|
1938
|
+
"getter": false,
|
|
1939
|
+
"setter": false
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"methods": [],
|
|
1943
|
+
"events": [
|
|
1944
|
+
{
|
|
1945
|
+
"event": "_fieldId",
|
|
1946
|
+
"detail": "string",
|
|
1947
|
+
"bubbles": true,
|
|
1948
|
+
"complexType": {
|
|
1949
|
+
"original": "string",
|
|
1950
|
+
"resolved": "string",
|
|
1951
|
+
"references": {}
|
|
1952
|
+
},
|
|
1953
|
+
"cancelable": true,
|
|
1954
|
+
"composed": true,
|
|
1955
|
+
"docs": "Internal event used for form field association.",
|
|
1956
|
+
"docsTags": []
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"event": "scoutSwitchToggled",
|
|
1960
|
+
"detail": "{ toggled: boolean; element: HTMLInputElement; }",
|
|
1961
|
+
"bubbles": true,
|
|
1962
|
+
"complexType": {
|
|
1963
|
+
"original": "{\n toggled: boolean;\n element: HTMLInputElement;\n }",
|
|
1964
|
+
"resolved": "{ toggled: boolean; element: HTMLInputElement; }",
|
|
1965
|
+
"references": {
|
|
1966
|
+
"HTMLInputElement": {
|
|
1967
|
+
"location": "global",
|
|
1968
|
+
"id": "global::HTMLInputElement"
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
"cancelable": true,
|
|
1973
|
+
"composed": true,
|
|
1974
|
+
"docs": "",
|
|
1975
|
+
"docsTags": []
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"listeners": [],
|
|
1979
|
+
"styles": [],
|
|
1980
|
+
"slots": [],
|
|
1981
|
+
"parts": [],
|
|
1982
|
+
"dependents": [],
|
|
1983
|
+
"dependencies": [],
|
|
1984
|
+
"dependencyGraph": {}
|
|
1985
|
+
}
|
|
1986
|
+
],
|
|
1987
|
+
"typeLibrary": {
|
|
1988
|
+
"src/components/bottom-bar-item/bottom-bar-item.tsx::ItemType": {
|
|
1989
|
+
"declaration": "export type ItemType = \"button\" | \"link\";",
|
|
1055
1990
|
"docstring": "",
|
|
1056
1991
|
"path": "src/components/bottom-bar-item/bottom-bar-item.tsx"
|
|
1057
1992
|
},
|
|
@@ -1069,6 +2004,21 @@
|
|
|
1069
2004
|
"declaration": "export type InputMode =\n | \"none\"\n | \"text\"\n | \"decimal\"\n | \"numeric\"\n | \"tel\"\n | \"search\"\n | \"email\"\n | \"url\"\n // Hack to suggest above value but still allow any other string value\n | (string & {});",
|
|
1070
2005
|
"docstring": "",
|
|
1071
2006
|
"path": "src/components/input/input.tsx"
|
|
2007
|
+
},
|
|
2008
|
+
"src/components/list-view-item/list-view-item.tsx::ItemType": {
|
|
2009
|
+
"declaration": "export type ItemType = \"button\" | \"link\";",
|
|
2010
|
+
"docstring": "",
|
|
2011
|
+
"path": "src/components/list-view-item/list-view-item.tsx"
|
|
2012
|
+
},
|
|
2013
|
+
"src/components/stack/stack.tsx::Direction": {
|
|
2014
|
+
"declaration": "export type Direction = \"row\" | \"column\";",
|
|
2015
|
+
"docstring": "",
|
|
2016
|
+
"path": "src/components/stack/stack.tsx"
|
|
2017
|
+
},
|
|
2018
|
+
"src/components/stack/stack.tsx::GapSize": {
|
|
2019
|
+
"declaration": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\"",
|
|
2020
|
+
"docstring": "",
|
|
2021
|
+
"path": "src/components/stack/stack.tsx"
|
|
1072
2022
|
}
|
|
1073
2023
|
}
|
|
1074
2024
|
}
|