@scouterna/ui-webc 1.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 +53 -0
- package/dist/cjs/scout-checkbox.entry.cjs.js.map +1 -0
- 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 +49 -0
- package/dist/cjs/scout-switch.entry.cjs.js.map +1 -0
- 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 +11 -2
- 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.css +81 -0
- package/dist/collection/components/checkbox/checkbox.js +176 -0
- package/dist/collection/components/checkbox/checkbox.js.map +1 -0
- 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.css +79 -0
- package/dist/collection/components/switch/switch.js +173 -0
- package/dist/collection/components/switch/switch.js.map +1 -0
- 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.d.ts +11 -0
- package/dist/components/scout-checkbox.js +78 -0
- package/dist/components/scout-checkbox.js.map +1 -0
- 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.d.ts +11 -0
- package/dist/components/scout-switch.js +75 -0
- package/dist/components/scout-switch.js.map +1 -0
- package/dist/custom-elements.json +1399 -133
- 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 +51 -0
- package/dist/esm/scout-checkbox.entry.js.map +1 -0
- 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 +47 -0
- package/dist/esm/scout-switch.entry.js.map +1 -0
- 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/checkbox/checkbox.d.ts +22 -0
- 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/switch/switch.d.ts +25 -0
- package/dist/types/components.d.ts +429 -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-4064b941.entry.js.map +1 -0
- 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-fb926c68.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-eb235f73.entry.js +2 -0
- package/dist/ui-webc/p-eb235f73.entry.js.map +1 -0
- 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-checkbox.entry.esm.js.map +1 -0
- 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/scout-switch.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 +10 -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-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-fb926c68.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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
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
|
}
|
|
@@ -360,16 +479,16 @@
|
|
|
360
479
|
"dependencyGraph": {}
|
|
361
480
|
},
|
|
362
481
|
{
|
|
363
|
-
"filePath": "src/components/
|
|
482
|
+
"filePath": "src/components/checkbox/checkbox.tsx",
|
|
364
483
|
"encapsulation": "scoped",
|
|
365
|
-
"tag": "scout-
|
|
366
|
-
"readme": "# scout-
|
|
484
|
+
"tag": "scout-checkbox",
|
|
485
|
+
"readme": "# scout-checkbox\n",
|
|
367
486
|
"docs": "",
|
|
368
487
|
"docsTags": [],
|
|
369
488
|
"usage": {},
|
|
370
489
|
"props": [
|
|
371
490
|
{
|
|
372
|
-
"name": "
|
|
491
|
+
"name": "ariaLabelledby",
|
|
373
492
|
"type": "string",
|
|
374
493
|
"complexType": {
|
|
375
494
|
"original": "string",
|
|
@@ -377,79 +496,49 @@
|
|
|
377
496
|
"references": {}
|
|
378
497
|
},
|
|
379
498
|
"mutable": false,
|
|
380
|
-
"attr": "
|
|
499
|
+
"attr": "aria-labelledby",
|
|
381
500
|
"reflectToAttr": false,
|
|
382
|
-
"docs": "
|
|
501
|
+
"docs": "Use this prop if you need to connect your checkbox with another element describing its use, other than the property label.",
|
|
383
502
|
"docsTags": [],
|
|
384
503
|
"values": [
|
|
385
504
|
{
|
|
386
505
|
"type": "string"
|
|
387
506
|
}
|
|
388
507
|
],
|
|
389
|
-
"optional":
|
|
508
|
+
"optional": false,
|
|
390
509
|
"required": false,
|
|
391
510
|
"getter": false,
|
|
392
511
|
"setter": false
|
|
393
512
|
},
|
|
394
513
|
{
|
|
395
|
-
"name": "
|
|
396
|
-
"type": "
|
|
514
|
+
"name": "checked",
|
|
515
|
+
"type": "boolean",
|
|
397
516
|
"complexType": {
|
|
398
|
-
"original": "
|
|
399
|
-
"resolved": "
|
|
517
|
+
"original": "boolean",
|
|
518
|
+
"resolved": "boolean",
|
|
400
519
|
"references": {}
|
|
401
520
|
},
|
|
402
521
|
"mutable": false,
|
|
403
|
-
"attr": "
|
|
522
|
+
"attr": "checked",
|
|
404
523
|
"reflectToAttr": false,
|
|
405
|
-
"docs": "
|
|
406
|
-
"docsTags": [
|
|
524
|
+
"docs": "",
|
|
525
|
+
"docsTags": [
|
|
526
|
+
{
|
|
527
|
+
"name": "default",
|
|
528
|
+
"text": "false"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
531
|
+
"default": "false",
|
|
407
532
|
"values": [
|
|
408
533
|
{
|
|
409
|
-
"type": "
|
|
534
|
+
"type": "boolean"
|
|
410
535
|
}
|
|
411
536
|
],
|
|
412
537
|
"optional": false,
|
|
413
|
-
"required":
|
|
538
|
+
"required": false,
|
|
414
539
|
"getter": false,
|
|
415
540
|
"setter": false
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"methods": [],
|
|
419
|
-
"events": [],
|
|
420
|
-
"listeners": [
|
|
421
|
-
{
|
|
422
|
-
"event": "_fieldId",
|
|
423
|
-
"capture": false,
|
|
424
|
-
"passive": false
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"event": "scoutInputChange",
|
|
428
|
-
"capture": false,
|
|
429
|
-
"passive": false
|
|
430
541
|
},
|
|
431
|
-
{
|
|
432
|
-
"event": "scoutBlur",
|
|
433
|
-
"capture": false,
|
|
434
|
-
"passive": false
|
|
435
|
-
}
|
|
436
|
-
],
|
|
437
|
-
"styles": [],
|
|
438
|
-
"slots": [],
|
|
439
|
-
"parts": [],
|
|
440
|
-
"dependents": [],
|
|
441
|
-
"dependencies": [],
|
|
442
|
-
"dependencyGraph": {}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"filePath": "src/components/input/input.tsx",
|
|
446
|
-
"encapsulation": "scoped",
|
|
447
|
-
"tag": "scout-input",
|
|
448
|
-
"readme": "# scout-input\n",
|
|
449
|
-
"docs": "",
|
|
450
|
-
"docsTags": [],
|
|
451
|
-
"usage": {},
|
|
452
|
-
"props": [
|
|
453
542
|
{
|
|
454
543
|
"name": "disabled",
|
|
455
544
|
"type": "boolean",
|
|
@@ -461,7 +550,7 @@
|
|
|
461
550
|
"mutable": false,
|
|
462
551
|
"attr": "disabled",
|
|
463
552
|
"reflectToAttr": false,
|
|
464
|
-
"docs": "
|
|
553
|
+
"docs": "",
|
|
465
554
|
"docsTags": [
|
|
466
555
|
{
|
|
467
556
|
"name": "default",
|
|
@@ -480,88 +569,295 @@
|
|
|
480
569
|
"setter": false
|
|
481
570
|
},
|
|
482
571
|
{
|
|
483
|
-
"name": "
|
|
484
|
-
"type": "
|
|
572
|
+
"name": "label",
|
|
573
|
+
"type": "string",
|
|
485
574
|
"complexType": {
|
|
486
|
-
"original": "
|
|
487
|
-
"resolved": "
|
|
488
|
-
"references": {
|
|
489
|
-
"InputMode": {
|
|
490
|
-
"location": "local",
|
|
491
|
-
"path": "/home/runner/work/j26-web-components/j26-web-components/packages/ui-webc/src/components/input/input.tsx",
|
|
492
|
-
"id": "src/components/input/input.tsx::InputMode"
|
|
493
|
-
}
|
|
494
|
-
}
|
|
575
|
+
"original": "string",
|
|
576
|
+
"resolved": "string",
|
|
577
|
+
"references": {}
|
|
495
578
|
},
|
|
496
579
|
"mutable": false,
|
|
497
|
-
"attr": "
|
|
580
|
+
"attr": "label",
|
|
498
581
|
"reflectToAttr": false,
|
|
499
|
-
"docs": "
|
|
582
|
+
"docs": "",
|
|
500
583
|
"docsTags": [],
|
|
501
584
|
"values": [
|
|
502
585
|
{
|
|
503
|
-
"value": "decimal",
|
|
504
|
-
"type": "string"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"value": "email",
|
|
508
|
-
"type": "string"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"value": "none",
|
|
512
|
-
"type": "string"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"value": "numeric",
|
|
516
|
-
"type": "string"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"value": "search",
|
|
520
|
-
"type": "string"
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"value": "tel",
|
|
524
|
-
"type": "string"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"value": "text",
|
|
528
|
-
"type": "string"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"value": "url",
|
|
532
586
|
"type": "string"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"type": "string & {}"
|
|
536
587
|
}
|
|
537
588
|
],
|
|
538
|
-
"optional":
|
|
589
|
+
"optional": false,
|
|
539
590
|
"required": false,
|
|
540
591
|
"getter": false,
|
|
541
592
|
"setter": false
|
|
542
|
-
}
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"methods": [],
|
|
596
|
+
"events": [
|
|
543
597
|
{
|
|
544
|
-
"
|
|
545
|
-
"
|
|
598
|
+
"event": "_fieldId",
|
|
599
|
+
"detail": "string",
|
|
600
|
+
"bubbles": true,
|
|
546
601
|
"complexType": {
|
|
547
602
|
"original": "string",
|
|
548
603
|
"resolved": "string",
|
|
549
604
|
"references": {}
|
|
550
605
|
},
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
606
|
+
"cancelable": true,
|
|
607
|
+
"composed": true,
|
|
608
|
+
"docs": "Internal event used for form field association.",
|
|
609
|
+
"docsTags": []
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"event": "scoutCheckboxChecked",
|
|
613
|
+
"detail": "{ checked: boolean; element: HTMLInputElement; }",
|
|
614
|
+
"bubbles": true,
|
|
615
|
+
"complexType": {
|
|
616
|
+
"original": "{\n checked: boolean;\n element: HTMLInputElement;\n }",
|
|
617
|
+
"resolved": "{ checked: boolean; element: HTMLInputElement; }",
|
|
618
|
+
"references": {
|
|
619
|
+
"HTMLInputElement": {
|
|
620
|
+
"location": "global",
|
|
621
|
+
"id": "global::HTMLInputElement"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"cancelable": true,
|
|
626
|
+
"composed": true,
|
|
627
|
+
"docs": "",
|
|
628
|
+
"docsTags": []
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"listeners": [],
|
|
632
|
+
"styles": [],
|
|
633
|
+
"slots": [],
|
|
634
|
+
"parts": [],
|
|
635
|
+
"dependents": [],
|
|
636
|
+
"dependencies": [],
|
|
637
|
+
"dependencyGraph": {}
|
|
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
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"filePath": "src/components/field/field.tsx",
|
|
660
|
+
"encapsulation": "scoped",
|
|
661
|
+
"tag": "scout-field",
|
|
662
|
+
"readme": "# scout-field\n",
|
|
663
|
+
"docs": "",
|
|
664
|
+
"docsTags": [],
|
|
665
|
+
"usage": {},
|
|
666
|
+
"props": [
|
|
667
|
+
{
|
|
668
|
+
"name": "helpText",
|
|
669
|
+
"type": "string",
|
|
670
|
+
"complexType": {
|
|
671
|
+
"original": "string",
|
|
672
|
+
"resolved": "string",
|
|
673
|
+
"references": {}
|
|
674
|
+
},
|
|
675
|
+
"mutable": false,
|
|
676
|
+
"attr": "help-text",
|
|
677
|
+
"reflectToAttr": false,
|
|
678
|
+
"docs": "Help text shown below the field.",
|
|
679
|
+
"docsTags": [],
|
|
680
|
+
"values": [
|
|
681
|
+
{
|
|
682
|
+
"type": "string"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"optional": true,
|
|
686
|
+
"required": false,
|
|
687
|
+
"getter": false,
|
|
688
|
+
"setter": false
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "label",
|
|
692
|
+
"type": "string",
|
|
693
|
+
"complexType": {
|
|
694
|
+
"original": "string",
|
|
695
|
+
"resolved": "string",
|
|
696
|
+
"references": {}
|
|
697
|
+
},
|
|
698
|
+
"mutable": false,
|
|
699
|
+
"attr": "label",
|
|
700
|
+
"reflectToAttr": false,
|
|
701
|
+
"docs": "Label shown above the field.",
|
|
702
|
+
"docsTags": [],
|
|
703
|
+
"values": [
|
|
704
|
+
{
|
|
705
|
+
"type": "string"
|
|
706
|
+
}
|
|
707
|
+
],
|
|
708
|
+
"optional": false,
|
|
709
|
+
"required": true,
|
|
710
|
+
"getter": false,
|
|
711
|
+
"setter": false
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"methods": [],
|
|
715
|
+
"events": [],
|
|
716
|
+
"listeners": [
|
|
717
|
+
{
|
|
718
|
+
"event": "_fieldId",
|
|
719
|
+
"capture": false,
|
|
720
|
+
"passive": false
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"event": "scoutInputChange",
|
|
724
|
+
"capture": false,
|
|
725
|
+
"passive": false
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"event": "scoutBlur",
|
|
729
|
+
"capture": false,
|
|
730
|
+
"passive": false
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"styles": [],
|
|
734
|
+
"slots": [],
|
|
735
|
+
"parts": [],
|
|
736
|
+
"dependents": [],
|
|
737
|
+
"dependencies": [],
|
|
738
|
+
"dependencyGraph": {}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"filePath": "src/components/input/input.tsx",
|
|
742
|
+
"encapsulation": "scoped",
|
|
743
|
+
"tag": "scout-input",
|
|
744
|
+
"readme": "# scout-input\n",
|
|
745
|
+
"docs": "",
|
|
746
|
+
"docsTags": [],
|
|
747
|
+
"usage": {},
|
|
748
|
+
"props": [
|
|
749
|
+
{
|
|
750
|
+
"name": "disabled",
|
|
751
|
+
"type": "boolean",
|
|
752
|
+
"complexType": {
|
|
753
|
+
"original": "boolean",
|
|
754
|
+
"resolved": "boolean",
|
|
755
|
+
"references": {}
|
|
756
|
+
},
|
|
757
|
+
"mutable": false,
|
|
758
|
+
"attr": "disabled",
|
|
759
|
+
"reflectToAttr": false,
|
|
760
|
+
"docs": "Whether the input is disabled. Disabled inputs are not editable, excluded\nfrom tab order and are not validated.",
|
|
761
|
+
"docsTags": [
|
|
762
|
+
{
|
|
763
|
+
"name": "default",
|
|
764
|
+
"text": "false"
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"default": "false",
|
|
768
|
+
"values": [
|
|
769
|
+
{
|
|
770
|
+
"type": "boolean"
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"optional": false,
|
|
774
|
+
"required": false,
|
|
775
|
+
"getter": false,
|
|
776
|
+
"setter": false
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "inputmode",
|
|
780
|
+
"type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | string & {}",
|
|
781
|
+
"complexType": {
|
|
782
|
+
"original": "InputMode",
|
|
783
|
+
"resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | string & {}",
|
|
784
|
+
"references": {
|
|
785
|
+
"InputMode": {
|
|
786
|
+
"location": "local",
|
|
787
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/input/input.tsx",
|
|
788
|
+
"id": "src/components/input/input.tsx::InputMode"
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
"mutable": false,
|
|
793
|
+
"attr": "inputmode",
|
|
794
|
+
"reflectToAttr": false,
|
|
795
|
+
"docs": "Input mode hints for devices with dynamic keyboards.",
|
|
796
|
+
"docsTags": [],
|
|
797
|
+
"values": [
|
|
798
|
+
{
|
|
799
|
+
"value": "decimal",
|
|
800
|
+
"type": "string"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"value": "email",
|
|
804
|
+
"type": "string"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"value": "none",
|
|
808
|
+
"type": "string"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"value": "numeric",
|
|
812
|
+
"type": "string"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"value": "search",
|
|
816
|
+
"type": "string"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"value": "tel",
|
|
820
|
+
"type": "string"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"value": "text",
|
|
824
|
+
"type": "string"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"value": "url",
|
|
828
|
+
"type": "string"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"type": "string & {}"
|
|
832
|
+
}
|
|
833
|
+
],
|
|
834
|
+
"optional": true,
|
|
835
|
+
"required": false,
|
|
836
|
+
"getter": false,
|
|
837
|
+
"setter": false
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "pattern",
|
|
841
|
+
"type": "string",
|
|
842
|
+
"complexType": {
|
|
843
|
+
"original": "string",
|
|
844
|
+
"resolved": "string",
|
|
845
|
+
"references": {}
|
|
846
|
+
},
|
|
847
|
+
"mutable": false,
|
|
848
|
+
"attr": "pattern",
|
|
849
|
+
"reflectToAttr": false,
|
|
850
|
+
"docs": "Regex pattern for input validation.",
|
|
851
|
+
"docsTags": [],
|
|
852
|
+
"values": [
|
|
853
|
+
{
|
|
854
|
+
"type": "string"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"optional": true,
|
|
858
|
+
"required": false,
|
|
859
|
+
"getter": false,
|
|
860
|
+
"setter": false
|
|
565
861
|
},
|
|
566
862
|
{
|
|
567
863
|
"name": "type",
|
|
@@ -572,7 +868,7 @@
|
|
|
572
868
|
"references": {
|
|
573
869
|
"InputType": {
|
|
574
870
|
"location": "local",
|
|
575
|
-
"path": "/home/runner/work/j26-
|
|
871
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/input/input.tsx",
|
|
576
872
|
"id": "src/components/input/input.tsx::InputType"
|
|
577
873
|
}
|
|
578
874
|
}
|
|
@@ -731,16 +1027,971 @@
|
|
|
731
1027
|
"dependents": [],
|
|
732
1028
|
"dependencies": [],
|
|
733
1029
|
"dependencyGraph": {}
|
|
734
|
-
}
|
|
735
|
-
],
|
|
736
|
-
"typeLibrary": {
|
|
737
|
-
"src/components/bottom-bar-item/bottom-bar-item.tsx::ItemType": {
|
|
738
|
-
"declaration": "export type ItemType = \"button\" | \"link\";",
|
|
739
|
-
"docstring": "",
|
|
740
|
-
"path": "src/components/bottom-bar-item/bottom-bar-item.tsx"
|
|
741
1030
|
},
|
|
742
|
-
|
|
743
|
-
"
|
|
1031
|
+
{
|
|
1032
|
+
"filePath": "src/components/link/link.tsx",
|
|
1033
|
+
"encapsulation": "shadow",
|
|
1034
|
+
"tag": "scout-link",
|
|
1035
|
+
"readme": "# scout-link\n",
|
|
1036
|
+
"docs": "",
|
|
1037
|
+
"docsTags": [],
|
|
1038
|
+
"usage": {},
|
|
1039
|
+
"props": [
|
|
1040
|
+
{
|
|
1041
|
+
"name": "href",
|
|
1042
|
+
"type": "string",
|
|
1043
|
+
"complexType": {
|
|
1044
|
+
"original": "string",
|
|
1045
|
+
"resolved": "string",
|
|
1046
|
+
"references": {}
|
|
1047
|
+
},
|
|
1048
|
+
"mutable": false,
|
|
1049
|
+
"attr": "href",
|
|
1050
|
+
"reflectToAttr": false,
|
|
1051
|
+
"docs": "The URL that the link points to. Required when type is set to link",
|
|
1052
|
+
"docsTags": [],
|
|
1053
|
+
"values": [
|
|
1054
|
+
{
|
|
1055
|
+
"type": "string"
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"optional": true,
|
|
1059
|
+
"required": false,
|
|
1060
|
+
"getter": false,
|
|
1061
|
+
"setter": false
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "label",
|
|
1065
|
+
"type": "string",
|
|
1066
|
+
"complexType": {
|
|
1067
|
+
"original": "string",
|
|
1068
|
+
"resolved": "string",
|
|
1069
|
+
"references": {}
|
|
1070
|
+
},
|
|
1071
|
+
"mutable": false,
|
|
1072
|
+
"attr": "label",
|
|
1073
|
+
"reflectToAttr": false,
|
|
1074
|
+
"docs": "Text to be displayed for the link",
|
|
1075
|
+
"docsTags": [],
|
|
1076
|
+
"values": [
|
|
1077
|
+
{
|
|
1078
|
+
"type": "string"
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
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": [],
|
|
1099
|
+
"values": [
|
|
1100
|
+
{
|
|
1101
|
+
"type": "string"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"optional": true,
|
|
1105
|
+
"required": false,
|
|
1106
|
+
"getter": false,
|
|
1107
|
+
"setter": false
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "rel",
|
|
1111
|
+
"type": "string",
|
|
1112
|
+
"complexType": {
|
|
1113
|
+
"original": "string",
|
|
1114
|
+
"resolved": "string",
|
|
1115
|
+
"references": {}
|
|
1116
|
+
},
|
|
1117
|
+
"mutable": false,
|
|
1118
|
+
"attr": "rel",
|
|
1119
|
+
"reflectToAttr": false,
|
|
1120
|
+
"docs": "",
|
|
1121
|
+
"docsTags": [],
|
|
1122
|
+
"values": [
|
|
1123
|
+
{
|
|
1124
|
+
"type": "string"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"optional": true,
|
|
1128
|
+
"required": false,
|
|
1129
|
+
"getter": false,
|
|
1130
|
+
"setter": false
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "target",
|
|
1134
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | \"framename\"",
|
|
1135
|
+
"complexType": {
|
|
1136
|
+
"original": "\"_blank\" | \"_self\" | \"_parent\" | \"_top\" | \"framename\"",
|
|
1137
|
+
"resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | \"framename\"",
|
|
1138
|
+
"references": {}
|
|
1139
|
+
},
|
|
1140
|
+
"mutable": false,
|
|
1141
|
+
"attr": "target",
|
|
1142
|
+
"reflectToAttr": false,
|
|
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",
|
|
1144
|
+
"docsTags": [
|
|
1145
|
+
{
|
|
1146
|
+
"name": "default",
|
|
1147
|
+
"text": "\"_self\""
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"default": "\"_self\"",
|
|
1151
|
+
"values": [
|
|
1152
|
+
{
|
|
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"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"optional": false,
|
|
1208
|
+
"required": false,
|
|
1209
|
+
"getter": false,
|
|
1210
|
+
"setter": false
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
1213
|
+
"methods": [],
|
|
1214
|
+
"events": [
|
|
1215
|
+
{
|
|
1216
|
+
"event": "scoutLinkClick",
|
|
1217
|
+
"detail": "HTMLButtonElement",
|
|
1218
|
+
"bubbles": true,
|
|
1219
|
+
"complexType": {
|
|
1220
|
+
"original": "HTMLButtonElement",
|
|
1221
|
+
"resolved": "HTMLButtonElement",
|
|
1222
|
+
"references": {
|
|
1223
|
+
"HTMLButtonElement": {
|
|
1224
|
+
"location": "global",
|
|
1225
|
+
"id": "global::HTMLButtonElement"
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
"cancelable": true,
|
|
1230
|
+
"composed": true,
|
|
1231
|
+
"docs": "Only sent if the link is a button.",
|
|
1232
|
+
"docsTags": []
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1235
|
+
"listeners": [],
|
|
1236
|
+
"styles": [],
|
|
1237
|
+
"slots": [],
|
|
1238
|
+
"parts": [],
|
|
1239
|
+
"dependents": [],
|
|
1240
|
+
"dependencies": [],
|
|
1241
|
+
"dependencyGraph": {}
|
|
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\";",
|
|
1990
|
+
"docstring": "",
|
|
1991
|
+
"path": "src/components/bottom-bar-item/bottom-bar-item.tsx"
|
|
1992
|
+
},
|
|
1993
|
+
"src/components/button/button.tsx::Variant": {
|
|
1994
|
+
"declaration": "export type Variant = \"primary\" | \"outlined\" | \"text\" | \"caution\" | \"danger\";",
|
|
744
1995
|
"docstring": "",
|
|
745
1996
|
"path": "src/components/button/button.tsx"
|
|
746
1997
|
},
|
|
@@ -753,6 +2004,21 @@
|
|
|
753
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 & {});",
|
|
754
2005
|
"docstring": "",
|
|
755
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"
|
|
756
2022
|
}
|
|
757
2023
|
}
|
|
758
2024
|
}
|