@skf-design-system/ui-components 1.0.0-beta.5 → 1.0.1-beta.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/components/accordion/accordion-item.d.ts +1 -1
- package/dist/components/accordion/accordion.component.d.ts +4 -4
- package/dist/components/accordion/accordion.component.js +18 -17
- package/dist/components/accordion/accordion.styles.d.ts +1 -2
- package/dist/components/accordion/accordion.styles.js +5 -4
- package/dist/components/alert/alert.component.d.ts +5 -5
- package/dist/components/alert/alert.component.js +46 -35
- package/dist/components/alert/alert.styles.d.ts +1 -2
- package/dist/components/alert/alert.styles.js +29 -24
- package/dist/components/breadcrumb/breadcrumb.component.d.ts +29 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +8 -0
- package/dist/components/breadcrumb-item/breadcrumb-item.component.d.ts +25 -0
- package/dist/components/breadcrumb-item/breadcrumb-item.d.ts +8 -0
- package/dist/components/button/button.component.d.ts +29 -5
- package/dist/components/button/button.component.js +89 -52
- package/dist/components/button/button.styles.js +65 -45
- package/dist/components/card/card.component.d.ts +4 -4
- package/dist/components/card/card.component.js +35 -24
- package/dist/components/card/card.styles.d.ts +1 -2
- package/dist/components/card/card.styles.js +14 -12
- package/dist/components/checkbox/checkbox.component.d.ts +11 -12
- package/dist/components/checkbox/checkbox.component.js +96 -90
- package/dist/components/collapse/collapse.component.d.ts +8 -8
- package/dist/components/collapse/collapse.component.js +42 -34
- package/dist/components/collapse/collapse.styles.js +15 -14
- package/dist/components/dialog/dialog.component.d.ts +74 -0
- package/dist/components/dialog/dialog.component.js +187 -0
- package/dist/components/dialog/dialog.d.ts +8 -0
- package/dist/components/dialog/dialog.js +6 -0
- package/dist/components/dialog/dialog.styles.d.ts +1 -0
- package/dist/components/dialog/dialog.styles.js +91 -0
- package/dist/components/divider/divider.component.d.ts +3 -3
- package/dist/components/divider/divider.component.js +39 -27
- package/dist/components/divider/divider.styles.d.ts +1 -2
- package/dist/components/divider/divider.styles.js +26 -26
- package/dist/components/heading/heading.component.d.ts +2 -2
- package/dist/components/heading/heading.component.js +13 -13
- package/dist/components/icon/icon.component.d.ts +2 -5
- package/dist/components/icon/icon.component.js +32 -23
- package/dist/components/icon/icon.styles.js +53 -47
- package/dist/components/input/input.component.d.ts +12 -11
- package/dist/components/input/input.component.js +88 -89
- package/dist/components/link/link.component.d.ts +7 -6
- package/dist/components/link/link.component.js +49 -43
- package/dist/components/link/link.styles.js +36 -40
- package/dist/components/loader/loader.component.d.ts +2 -2
- package/dist/components/loader/loader.component.js +39 -32
- package/dist/components/loader/loader.styles.js +11 -10
- package/dist/components/logo/logo.component.d.ts +3 -3
- package/dist/components/logo/logo.component.js +28 -17
- package/dist/components/logo/logo.styles.d.ts +1 -2
- package/dist/components/logo/logo.styles.js +11 -9
- package/dist/components/menu/menu.component.d.ts +24 -0
- package/dist/components/menu/menu.component.js +18 -0
- package/dist/components/menu/menu.d.ts +8 -0
- package/dist/components/menu/menu.js +6 -0
- package/dist/components/menu/menu.styles.d.ts +1 -0
- package/dist/components/menu/menu.styles.js +11 -0
- package/dist/components/menu-item/menu-item.component.d.ts +25 -0
- package/dist/components/menu-item/menu-item.component.js +13 -0
- package/dist/components/menu-item/menu-item.d.ts +8 -0
- package/dist/components/menu-item/menu-item.js +6 -0
- package/dist/components/menu-item/menu-item.styles.d.ts +1 -0
- package/dist/components/menu-item/menu-item.styles.js +19 -0
- package/dist/components/popover/popover.component.d.ts +29 -0
- package/dist/components/popover/popover.component.js +37 -0
- package/dist/components/popover/popover.d.ts +8 -0
- package/dist/components/popover/popover.js +6 -0
- package/dist/components/popover/popover.styles.d.ts +1 -0
- package/dist/components/popover/popover.styles.js +12 -0
- package/dist/components/progress/progress.component.d.ts +22 -0
- package/dist/components/progress/progress.component.js +49 -0
- package/dist/components/progress/progress.d.ts +8 -0
- package/dist/components/progress/progress.js +6 -0
- package/dist/components/progress/progress.styles.d.ts +1 -0
- package/dist/components/progress/progress.styles.js +48 -0
- package/dist/components/radio/radio.component.d.ts +7 -9
- package/dist/components/radio/radio.component.js +95 -79
- package/dist/components/select/select.component.d.ts +10 -12
- package/dist/components/select/select.component.js +120 -120
- package/dist/components/select/select.controllers.d.ts +1 -26
- package/dist/components/select/select.controllers.js +35 -95
- package/dist/components/select-option/select-option.component.d.ts +1 -1
- package/dist/components/select-option/select-option.controllers.d.ts +1 -1
- package/dist/components/select-option-group/select-option-group.component.d.ts +1 -1
- package/dist/components/select-option-group/select-option-group.component.js +9 -9
- package/dist/components/stepper/stepper.component.d.ts +38 -0
- package/dist/components/stepper/stepper.component.js +91 -0
- package/dist/components/stepper/stepper.d.ts +8 -0
- package/dist/components/stepper/stepper.helpers.d.ts +16 -0
- package/dist/components/stepper/stepper.helpers.js +18 -0
- package/dist/components/stepper/stepper.js +6 -0
- package/dist/components/stepper/stepper.styles.d.ts +1 -0
- package/dist/components/stepper/stepper.styles.js +15 -0
- package/dist/components/stepper-item/stepper-item.component.d.ts +47 -0
- package/dist/components/stepper-item/stepper-item.component.js +113 -0
- package/dist/components/stepper-item/stepper-item.d.ts +8 -0
- package/dist/components/stepper-item/stepper-item.js +6 -0
- package/dist/components/stepper-item/stepper-item.styles.d.ts +1 -0
- package/dist/components/stepper-item/stepper-item.styles.js +98 -0
- package/dist/components/switch/switch.component.d.ts +2 -2
- package/dist/components/switch/switch.component.js +17 -7
- package/dist/components/switch/switch.styles.js +16 -13
- package/dist/components/tab/tab.component.d.ts +29 -0
- package/dist/components/tab/tab.component.js +57 -0
- package/dist/components/tab/tab.d.ts +8 -0
- package/dist/components/tab/tab.js +6 -0
- package/dist/components/tab/tab.styles.d.ts +1 -0
- package/dist/components/tab/tab.styles.js +123 -0
- package/dist/components/tab-group/tab-group.component.d.ts +43 -0
- package/dist/components/tab-group/tab-group.component.js +98 -0
- package/dist/components/tab-group/tab-group.d.ts +8 -0
- package/dist/components/tab-group/tab-group.js +6 -0
- package/dist/components/tab-group/tab-group.styles.d.ts +1 -0
- package/dist/components/tab-group/tab-group.styles.js +75 -0
- package/dist/components/tab-panel/tab-panel.component.d.ts +19 -0
- package/dist/components/tab-panel/tab-panel.component.js +36 -0
- package/dist/components/tab-panel/tab-panel.d.ts +8 -0
- package/dist/components/tab-panel/tab-panel.js +6 -0
- package/dist/components/tab-panel/tab-panel.styles.d.ts +1 -0
- package/dist/components/tab-panel/tab-panel.styles.js +13 -0
- package/dist/components/tag/tag.component.d.ts +2 -2
- package/dist/components/tag/tag.component.js +61 -45
- package/dist/components/tag/tag.styles.js +30 -28
- package/dist/components/textarea/textarea.component.d.ts +4 -4
- package/dist/components/textarea/textarea.component.js +2 -2
- package/dist/components/toast/toast.component.d.ts +8 -5
- package/dist/components/toast/toast.component.js +30 -26
- package/dist/components/toast/toast.singleton.d.ts +5 -10
- package/dist/components/toast/toast.singleton.js +25 -25
- package/dist/components/toast/toast.styles.d.ts +1 -0
- package/dist/components/toast-item/toast-item.component.d.ts +1 -1
- package/dist/components/toast-item/toast-item.component.js +15 -15
- package/dist/components/toast-item/toast-item.styles.js +18 -0
- package/dist/components/toast-wrapper/toast-wrapper.component.d.ts +2 -2
- package/dist/components/toast-wrapper/toast-wrapper.component.js +11 -11
- package/dist/components/toast-wrapper/toast-wrapper.styles.d.ts +1 -0
- package/dist/components/tooltip/tooltip.component.d.ts +24 -0
- package/dist/components/tooltip/tooltip.component.js +18 -0
- package/dist/components/tooltip/tooltip.d.ts +8 -0
- package/dist/components/tooltip/tooltip.js +6 -0
- package/dist/components/tooltip/tooltip.styles.d.ts +1 -0
- package/dist/components/tooltip/tooltip.styles.js +12 -0
- package/dist/custom-elements.json +2465 -629
- package/dist/index.d.ts +11 -0
- package/dist/index.js +77 -44
- package/dist/internal/base-classes/popover/popover.base.d.ts +29 -0
- package/dist/internal/base-classes/popover/popover.base.js +116 -0
- package/dist/internal/base-classes/popover/popover.styles.d.ts +1 -0
- package/dist/internal/base-classes/popover/popover.styles.js +29 -0
- package/dist/internal/components/formBase.d.ts +1 -0
- package/dist/internal/components/formBase.js +11 -11
- package/dist/internal/components/hint/hint.component.d.ts +2 -2
- package/dist/internal/components/hint/hint.component.js +13 -13
- package/dist/internal/components/skf-element.js +26 -25
- package/dist/internal/controllers/popover.controller.d.ts +16 -0
- package/dist/internal/controllers/popover.controller.js +44 -0
- package/dist/internal/helpers/hintSeverity.d.ts +2 -2
- package/dist/internal/helpers/watch.d.ts +27 -0
- package/dist/internal/helpers/watch.js +28 -0
- package/dist/internal/templates/asterisk.d.ts +1 -1
- package/dist/internal/templates/asterisk.js +7 -6
- package/dist/react/index.d.ts +13 -0
- package/dist/react/index.js +13 -0
- package/dist/react/skf-breadcrumb/index.d.ts +9 -0
- package/dist/react/skf-breadcrumb/index.js +17 -0
- package/dist/react/skf-breadcrumb-item/index.d.ts +3 -0
- package/dist/react/skf-breadcrumb-item/index.js +13 -0
- package/dist/react/skf-button/index.d.ts +7 -1
- package/dist/react/skf-button/index.js +5 -1
- package/dist/react/skf-dialog/index.d.ts +15 -0
- package/dist/react/skf-dialog/index.js +19 -0
- package/dist/react/skf-menu/index.d.ts +12 -0
- package/dist/react/skf-menu/index.js +18 -0
- package/dist/react/skf-menu-item/index.d.ts +27 -0
- package/dist/react/skf-menu-item/index.js +23 -0
- package/dist/react/skf-popover/index.d.ts +12 -0
- package/dist/react/skf-popover/index.js +18 -0
- package/dist/react/skf-progress/index.d.ts +3 -0
- package/dist/react/skf-progress/index.js +13 -0
- package/dist/react/skf-stepper/index.d.ts +9 -0
- package/dist/react/skf-stepper/index.js +17 -0
- package/dist/react/skf-stepper-item/index.d.ts +9 -0
- package/dist/react/skf-stepper-item/index.js +17 -0
- package/dist/react/skf-tab/index.d.ts +12 -0
- package/dist/react/skf-tab/index.js +18 -0
- package/dist/react/skf-tab-group/index.d.ts +3 -0
- package/dist/react/skf-tab-group/index.js +13 -0
- package/dist/react/skf-tab-panel/index.d.ts +3 -0
- package/dist/react/skf-tab-panel/index.js +13 -0
- package/dist/react/skf-tooltip/index.d.ts +12 -0
- package/dist/react/skf-tooltip/index.js +18 -0
- package/dist/styles/component.styles.js +15 -2
- package/dist/types/jsx/custom-element-jsx.d.ts +603 -27
- package/dist/types/vue/index.d.ts +413 -11
- package/dist/vscode.html-custom-data.json +462 -36
- package/dist/web-types.json +944 -90
- package/package.json +43 -42
- package/dist/components/toast-item/toast-item.style.js +0 -16
- /package/dist/components/{toast/toast.style.d.ts → breadcrumb/breadcrumb.styles.d.ts} +0 -0
- /package/dist/components/{toast-wrapper/toast-wrapper.style.d.ts → breadcrumb-item/breadcrumb-item.styles.d.ts} +0 -0
- /package/dist/components/toast/{toast.style.js → toast.styles.js} +0 -0
- /package/dist/components/toast-item/{toast-item.style.d.ts → toast-item.styles.d.ts} +0 -0
- /package/dist/components/toast-wrapper/{toast-wrapper.style.js → toast-wrapper.styles.js} +0 -0
@@ -41,8 +41,9 @@
|
|
41
41
|
"kind": "field",
|
42
42
|
"name": "gap",
|
43
43
|
"type": {
|
44
|
-
"text": "boolean
|
44
|
+
"text": "boolean"
|
45
45
|
},
|
46
|
+
"default": "false",
|
46
47
|
"description": "If true, adds a gap between each item",
|
47
48
|
"attribute": "gap",
|
48
49
|
"reflects": true
|
@@ -111,8 +112,9 @@
|
|
111
112
|
{
|
112
113
|
"name": "gap",
|
113
114
|
"type": {
|
114
|
-
"text": "boolean
|
115
|
+
"text": "boolean"
|
115
116
|
},
|
117
|
+
"default": "false",
|
116
118
|
"description": "If true, adds a gap between each item",
|
117
119
|
"fieldName": "gap"
|
118
120
|
},
|
@@ -179,16 +181,6 @@
|
|
179
181
|
}
|
180
182
|
],
|
181
183
|
"members": [
|
182
|
-
{
|
183
|
-
"kind": "field",
|
184
|
-
"name": "closeable",
|
185
|
-
"type": {
|
186
|
-
"text": "boolean | undefined"
|
187
|
-
},
|
188
|
-
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
189
|
-
"attribute": "closeable",
|
190
|
-
"reflects": true
|
191
|
-
},
|
192
184
|
{
|
193
185
|
"kind": "field",
|
194
186
|
"name": "buttonLabel",
|
@@ -208,6 +200,16 @@
|
|
208
200
|
"description": "If defined, displays leading icon",
|
209
201
|
"attribute": "icon"
|
210
202
|
},
|
203
|
+
{
|
204
|
+
"kind": "field",
|
205
|
+
"name": "persistent",
|
206
|
+
"type": {
|
207
|
+
"text": "boolean | undefined"
|
208
|
+
},
|
209
|
+
"description": "If true, renders with an close button and sets aria-role to `status`",
|
210
|
+
"attribute": "persistent",
|
211
|
+
"reflects": true
|
212
|
+
},
|
211
213
|
{
|
212
214
|
"kind": "field",
|
213
215
|
"name": "severity",
|
@@ -226,14 +228,6 @@
|
|
226
228
|
}
|
227
229
|
],
|
228
230
|
"attributes": [
|
229
|
-
{
|
230
|
-
"name": "closeable",
|
231
|
-
"type": {
|
232
|
-
"text": "boolean | undefined"
|
233
|
-
},
|
234
|
-
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
235
|
-
"fieldName": "closeable"
|
236
|
-
},
|
237
231
|
{
|
238
232
|
"name": "button-label",
|
239
233
|
"type": {
|
@@ -251,6 +245,14 @@
|
|
251
245
|
"description": "If defined, displays leading icon",
|
252
246
|
"fieldName": "icon"
|
253
247
|
},
|
248
|
+
{
|
249
|
+
"name": "persistent",
|
250
|
+
"type": {
|
251
|
+
"text": "boolean | undefined"
|
252
|
+
},
|
253
|
+
"description": "If true, renders with an close button and sets aria-role to `status`",
|
254
|
+
"fieldName": "persistent"
|
255
|
+
},
|
254
256
|
{
|
255
257
|
"name": "severity",
|
256
258
|
"type": {
|
@@ -279,6 +281,155 @@
|
|
279
281
|
}
|
280
282
|
]
|
281
283
|
},
|
284
|
+
{
|
285
|
+
"kind": "javascript-module",
|
286
|
+
"path": "src/components/breadcrumb/breadcrumb.component.ts",
|
287
|
+
"declarations": [
|
288
|
+
{
|
289
|
+
"kind": "class",
|
290
|
+
"description": "The `<skf-breadcrumb>` component consists of multiple `<skf-breadcrumb-item>`, working together.",
|
291
|
+
"name": "SkfBreadcrumb",
|
292
|
+
"slots": [
|
293
|
+
{
|
294
|
+
"description": "One or more `<skf-breadcrumb-item>`",
|
295
|
+
"name": ""
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"members": [
|
299
|
+
{
|
300
|
+
"kind": "field",
|
301
|
+
"name": "label",
|
302
|
+
"type": {
|
303
|
+
"text": "string"
|
304
|
+
},
|
305
|
+
"default": "'Breadcrumb'",
|
306
|
+
"description": "aria-label for the breadcrumb control",
|
307
|
+
"attribute": "label"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"kind": "field",
|
311
|
+
"name": "size",
|
312
|
+
"type": {
|
313
|
+
"text": "'md' | 'sm'"
|
314
|
+
},
|
315
|
+
"default": "'md'",
|
316
|
+
"description": "Displays an alternative size",
|
317
|
+
"attribute": "size",
|
318
|
+
"reflects": true
|
319
|
+
}
|
320
|
+
],
|
321
|
+
"events": [
|
322
|
+
{
|
323
|
+
"description": "Fired when the item is clicked",
|
324
|
+
"name": "click"
|
325
|
+
}
|
326
|
+
],
|
327
|
+
"attributes": [
|
328
|
+
{
|
329
|
+
"name": "label",
|
330
|
+
"type": {
|
331
|
+
"text": "string"
|
332
|
+
},
|
333
|
+
"default": "'Breadcrumb'",
|
334
|
+
"description": "aria-label for the breadcrumb control",
|
335
|
+
"fieldName": "label"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"name": "size",
|
339
|
+
"type": {
|
340
|
+
"text": "'md' | 'sm'"
|
341
|
+
},
|
342
|
+
"default": "'md'",
|
343
|
+
"description": "Displays an alternative size",
|
344
|
+
"fieldName": "size"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"superclass": {
|
348
|
+
"name": "SkfElement",
|
349
|
+
"package": "@internal/components/skf-element"
|
350
|
+
},
|
351
|
+
"tagName": "skf-breadcrumb",
|
352
|
+
"customElement": true
|
353
|
+
}
|
354
|
+
],
|
355
|
+
"exports": [
|
356
|
+
{
|
357
|
+
"kind": "js",
|
358
|
+
"name": "SkfBreadcrumb",
|
359
|
+
"declaration": {
|
360
|
+
"name": "SkfBreadcrumb",
|
361
|
+
"module": "src/components/breadcrumb/breadcrumb.component.ts"
|
362
|
+
}
|
363
|
+
}
|
364
|
+
]
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"kind": "javascript-module",
|
368
|
+
"path": "src/components/breadcrumb-item/breadcrumb-item.component.ts",
|
369
|
+
"declarations": [
|
370
|
+
{
|
371
|
+
"kind": "class",
|
372
|
+
"description": "The `<skf-breadcrumb-item>` is used in conjunction with the `<skf-breadcrumb>` component",
|
373
|
+
"name": "SkfBreadcrumbItem",
|
374
|
+
"slots": [
|
375
|
+
{
|
376
|
+
"description": "Label of the breadcrumb item",
|
377
|
+
"name": ""
|
378
|
+
}
|
379
|
+
],
|
380
|
+
"members": [
|
381
|
+
{
|
382
|
+
"kind": "field",
|
383
|
+
"name": "_onClick",
|
384
|
+
"type": {
|
385
|
+
"text": "(event: Event, route: string) => void | undefined"
|
386
|
+
},
|
387
|
+
"privacy": "private"
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"kind": "field",
|
391
|
+
"name": "href",
|
392
|
+
"type": {
|
393
|
+
"text": "string | undefined"
|
394
|
+
},
|
395
|
+
"description": "If defined, loads url on click",
|
396
|
+
"attribute": "href"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"kind": "field",
|
400
|
+
"name": "onClick",
|
401
|
+
"description": "If defined, custom onClick where the second return parameter enables custom routing. **Notice!** Only applicable if `href` is defined."
|
402
|
+
}
|
403
|
+
],
|
404
|
+
"attributes": [
|
405
|
+
{
|
406
|
+
"name": "href",
|
407
|
+
"type": {
|
408
|
+
"text": "string | undefined"
|
409
|
+
},
|
410
|
+
"description": "If defined, loads url on click",
|
411
|
+
"fieldName": "href"
|
412
|
+
}
|
413
|
+
],
|
414
|
+
"superclass": {
|
415
|
+
"name": "SkfElement",
|
416
|
+
"package": "@internal/components/skf-element"
|
417
|
+
},
|
418
|
+
"tagName": "skf-breadcrumb-item",
|
419
|
+
"customElement": true
|
420
|
+
}
|
421
|
+
],
|
422
|
+
"exports": [
|
423
|
+
{
|
424
|
+
"kind": "js",
|
425
|
+
"name": "SkfBreadcrumbItem",
|
426
|
+
"declaration": {
|
427
|
+
"name": "SkfBreadcrumbItem",
|
428
|
+
"module": "src/components/breadcrumb-item/breadcrumb-item.component.ts"
|
429
|
+
}
|
430
|
+
}
|
431
|
+
]
|
432
|
+
},
|
282
433
|
{
|
283
434
|
"kind": "javascript-module",
|
284
435
|
"path": "src/components/button/button.component.ts",
|
@@ -294,6 +445,24 @@
|
|
294
445
|
}
|
295
446
|
],
|
296
447
|
"members": [
|
448
|
+
{
|
449
|
+
"kind": "field",
|
450
|
+
"name": "formAssociated",
|
451
|
+
"type": {
|
452
|
+
"text": "boolean"
|
453
|
+
},
|
454
|
+
"static": true,
|
455
|
+
"default": "true"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"kind": "field",
|
459
|
+
"name": "shadowRootOptions",
|
460
|
+
"type": {
|
461
|
+
"text": "object"
|
462
|
+
},
|
463
|
+
"static": true,
|
464
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
|
465
|
+
},
|
297
466
|
{
|
298
467
|
"kind": "field",
|
299
468
|
"name": "destructive",
|
@@ -323,6 +492,16 @@
|
|
323
492
|
"description": "If provided, renders an icon before or after the text",
|
324
493
|
"attribute": "icon"
|
325
494
|
},
|
495
|
+
{
|
496
|
+
"kind": "field",
|
497
|
+
"name": "iconOnly",
|
498
|
+
"type": {
|
499
|
+
"text": "boolean"
|
500
|
+
},
|
501
|
+
"default": "false",
|
502
|
+
"description": "If true, removes border",
|
503
|
+
"attribute": "iconOnly"
|
504
|
+
},
|
326
505
|
{
|
327
506
|
"kind": "field",
|
328
507
|
"name": "iconPosition",
|
@@ -343,6 +522,15 @@
|
|
343
522
|
"description": "If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`.",
|
344
523
|
"attribute": "loading"
|
345
524
|
},
|
525
|
+
{
|
526
|
+
"kind": "field",
|
527
|
+
"name": "noValidate",
|
528
|
+
"type": {
|
529
|
+
"text": "boolean"
|
530
|
+
},
|
531
|
+
"default": "false",
|
532
|
+
"attribute": "no-validate"
|
533
|
+
},
|
346
534
|
{
|
347
535
|
"kind": "field",
|
348
536
|
"name": "size",
|
@@ -368,7 +556,7 @@
|
|
368
556
|
"kind": "field",
|
369
557
|
"name": "variant",
|
370
558
|
"type": {
|
371
|
-
"text": "'primary' | 'secondary'"
|
559
|
+
"text": "'primary' | 'secondary' | 'tertiary'"
|
372
560
|
},
|
373
561
|
"default": "'primary'",
|
374
562
|
"description": "If provided, alters the appearance",
|
@@ -377,13 +565,14 @@
|
|
377
565
|
},
|
378
566
|
{
|
379
567
|
"kind": "method",
|
380
|
-
"name": "
|
381
|
-
"
|
382
|
-
}
|
568
|
+
"name": "click",
|
569
|
+
"description": "Simulates a click on the button."
|
570
|
+
}
|
571
|
+
],
|
572
|
+
"events": [
|
383
573
|
{
|
384
|
-
"
|
385
|
-
"name": "
|
386
|
-
"privacy": "private"
|
574
|
+
"description": "Fires when the button is clicked",
|
575
|
+
"name": "click"
|
387
576
|
}
|
388
577
|
],
|
389
578
|
"attributes": [
|
@@ -413,6 +602,15 @@
|
|
413
602
|
"description": "If provided, renders an icon before or after the text",
|
414
603
|
"fieldName": "icon"
|
415
604
|
},
|
605
|
+
{
|
606
|
+
"name": "iconOnly",
|
607
|
+
"type": {
|
608
|
+
"text": "boolean"
|
609
|
+
},
|
610
|
+
"default": "false",
|
611
|
+
"description": "If true, removes border",
|
612
|
+
"fieldName": "iconOnly"
|
613
|
+
},
|
416
614
|
{
|
417
615
|
"name": "icon-position",
|
418
616
|
"type": {
|
@@ -431,6 +629,14 @@
|
|
431
629
|
"description": "If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`.",
|
432
630
|
"fieldName": "loading"
|
433
631
|
},
|
632
|
+
{
|
633
|
+
"name": "no-validate",
|
634
|
+
"type": {
|
635
|
+
"text": "boolean"
|
636
|
+
},
|
637
|
+
"default": "false",
|
638
|
+
"fieldName": "noValidate"
|
639
|
+
},
|
434
640
|
{
|
435
641
|
"name": "size",
|
436
642
|
"type": {
|
@@ -452,7 +658,7 @@
|
|
452
658
|
{
|
453
659
|
"name": "variant",
|
454
660
|
"type": {
|
455
|
-
"text": "'primary' | 'secondary'"
|
661
|
+
"text": "'primary' | 'secondary' | 'tertiary'"
|
456
662
|
},
|
457
663
|
"default": "'primary'",
|
458
664
|
"description": "If provided, alters the appearance",
|
@@ -497,8 +703,9 @@
|
|
497
703
|
"kind": "field",
|
498
704
|
"name": "noBorder",
|
499
705
|
"type": {
|
500
|
-
"text": "boolean
|
706
|
+
"text": "boolean"
|
501
707
|
},
|
708
|
+
"default": "false",
|
502
709
|
"description": "If true, removes border",
|
503
710
|
"attribute": "no-border"
|
504
711
|
},
|
@@ -506,8 +713,9 @@
|
|
506
713
|
"kind": "field",
|
507
714
|
"name": "noPadding",
|
508
715
|
"type": {
|
509
|
-
"text": "boolean
|
716
|
+
"text": "boolean"
|
510
717
|
},
|
718
|
+
"default": "false",
|
511
719
|
"description": "If true, removes padding",
|
512
720
|
"attribute": "no-padding"
|
513
721
|
},
|
@@ -515,8 +723,9 @@
|
|
515
723
|
"kind": "field",
|
516
724
|
"name": "stretch",
|
517
725
|
"type": {
|
518
|
-
"text": "boolean
|
726
|
+
"text": "boolean"
|
519
727
|
},
|
728
|
+
"default": "false",
|
520
729
|
"description": "If true, the Card fills the parent element height",
|
521
730
|
"attribute": "stretch",
|
522
731
|
"reflects": true
|
@@ -526,24 +735,27 @@
|
|
526
735
|
{
|
527
736
|
"name": "no-border",
|
528
737
|
"type": {
|
529
|
-
"text": "boolean
|
738
|
+
"text": "boolean"
|
530
739
|
},
|
740
|
+
"default": "false",
|
531
741
|
"description": "If true, removes border",
|
532
742
|
"fieldName": "noBorder"
|
533
743
|
},
|
534
744
|
{
|
535
745
|
"name": "no-padding",
|
536
746
|
"type": {
|
537
|
-
"text": "boolean
|
747
|
+
"text": "boolean"
|
538
748
|
},
|
749
|
+
"default": "false",
|
539
750
|
"description": "If true, removes padding",
|
540
751
|
"fieldName": "noPadding"
|
541
752
|
},
|
542
753
|
{
|
543
754
|
"name": "stretch",
|
544
755
|
"type": {
|
545
|
-
"text": "boolean
|
756
|
+
"text": "boolean"
|
546
757
|
},
|
758
|
+
"default": "false",
|
547
759
|
"description": "If true, the Card fills the parent element height",
|
548
760
|
"fieldName": "stretch"
|
549
761
|
}
|
@@ -608,16 +820,7 @@
|
|
608
820
|
"text": "boolean | undefined"
|
609
821
|
},
|
610
822
|
"description": "If true, forces component to invalid state until removed",
|
611
|
-
"attribute": "custom-invalid"
|
612
|
-
},
|
613
|
-
{
|
614
|
-
"kind": "field",
|
615
|
-
"name": "hideLabel",
|
616
|
-
"type": {
|
617
|
-
"text": "boolean | undefined"
|
618
|
-
},
|
619
|
-
"description": "If true, hides the label visually",
|
620
|
-
"attribute": "hide-label",
|
823
|
+
"attribute": "custom-invalid",
|
621
824
|
"reflects": true
|
622
825
|
},
|
623
826
|
{
|
@@ -699,7 +902,15 @@
|
|
699
902
|
},
|
700
903
|
{
|
701
904
|
"kind": "method",
|
702
|
-
"name": "
|
905
|
+
"name": "handleInvalidChange"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"kind": "method",
|
909
|
+
"name": "handleDebugInvalid"
|
910
|
+
},
|
911
|
+
{
|
912
|
+
"kind": "method",
|
913
|
+
"name": "handleCustomInvalidChange"
|
703
914
|
}
|
704
915
|
],
|
705
916
|
"events": [
|
@@ -747,14 +958,6 @@
|
|
747
958
|
"description": "If true, forces component to invalid state until removed",
|
748
959
|
"fieldName": "customInvalid"
|
749
960
|
},
|
750
|
-
{
|
751
|
-
"name": "hide-label",
|
752
|
-
"type": {
|
753
|
-
"text": "boolean | undefined"
|
754
|
-
},
|
755
|
-
"description": "If true, hides the label visually",
|
756
|
-
"fieldName": "hideLabel"
|
757
|
-
},
|
758
961
|
{
|
759
962
|
"name": "indeterminate",
|
760
963
|
"type": {
|
@@ -860,8 +1063,9 @@
|
|
860
1063
|
"kind": "field",
|
861
1064
|
"name": "animated",
|
862
1065
|
"type": {
|
863
|
-
"text": "boolean
|
1066
|
+
"text": "boolean"
|
864
1067
|
},
|
1068
|
+
"default": "false",
|
865
1069
|
"description": "If true, will animate the expand/collapse state",
|
866
1070
|
"attribute": "animated",
|
867
1071
|
"reflects": true
|
@@ -870,8 +1074,9 @@
|
|
870
1074
|
"kind": "field",
|
871
1075
|
"name": "expanded",
|
872
1076
|
"type": {
|
873
|
-
"text": "boolean
|
1077
|
+
"text": "boolean"
|
874
1078
|
},
|
1079
|
+
"default": "false",
|
875
1080
|
"description": "If true, will set the collapse to be expanded by default",
|
876
1081
|
"attribute": "expanded",
|
877
1082
|
"reflects": true
|
@@ -889,7 +1094,7 @@
|
|
889
1094
|
"kind": "field",
|
890
1095
|
"name": "headingAs",
|
891
1096
|
"type": {
|
892
|
-
"text": "\"
|
1097
|
+
"text": "\"h2\" | \"h3\" | \"h4\""
|
893
1098
|
},
|
894
1099
|
"default": "'h2'",
|
895
1100
|
"description": "Defines which heading element will be rendered",
|
@@ -899,8 +1104,9 @@
|
|
899
1104
|
"kind": "field",
|
900
1105
|
"name": "small",
|
901
1106
|
"type": {
|
902
|
-
"text": "boolean
|
1107
|
+
"text": "boolean"
|
903
1108
|
},
|
1109
|
+
"default": "false",
|
904
1110
|
"description": "If true, renders the small version",
|
905
1111
|
"attribute": "small",
|
906
1112
|
"reflects": true
|
@@ -909,8 +1115,9 @@
|
|
909
1115
|
"kind": "field",
|
910
1116
|
"name": "truncate",
|
911
1117
|
"type": {
|
912
|
-
"text": "boolean
|
1118
|
+
"text": "boolean"
|
913
1119
|
},
|
1120
|
+
"default": "false",
|
914
1121
|
"description": "If true, will truncate the heading in collapsed state",
|
915
1122
|
"attribute": "truncate",
|
916
1123
|
"reflects": true
|
@@ -939,16 +1146,18 @@
|
|
939
1146
|
{
|
940
1147
|
"name": "animated",
|
941
1148
|
"type": {
|
942
|
-
"text": "boolean
|
1149
|
+
"text": "boolean"
|
943
1150
|
},
|
1151
|
+
"default": "false",
|
944
1152
|
"description": "If true, will animate the expand/collapse state",
|
945
1153
|
"fieldName": "animated"
|
946
1154
|
},
|
947
1155
|
{
|
948
1156
|
"name": "expanded",
|
949
1157
|
"type": {
|
950
|
-
"text": "boolean
|
1158
|
+
"text": "boolean"
|
951
1159
|
},
|
1160
|
+
"default": "false",
|
952
1161
|
"description": "If true, will set the collapse to be expanded by default",
|
953
1162
|
"fieldName": "expanded"
|
954
1163
|
},
|
@@ -963,7 +1172,7 @@
|
|
963
1172
|
{
|
964
1173
|
"name": "heading-as",
|
965
1174
|
"type": {
|
966
|
-
"text": "\"
|
1175
|
+
"text": "\"h2\" | \"h3\" | \"h4\""
|
967
1176
|
},
|
968
1177
|
"default": "'h2'",
|
969
1178
|
"description": "Defines which heading element will be rendered",
|
@@ -972,16 +1181,18 @@
|
|
972
1181
|
{
|
973
1182
|
"name": "small",
|
974
1183
|
"type": {
|
975
|
-
"text": "boolean
|
1184
|
+
"text": "boolean"
|
976
1185
|
},
|
1186
|
+
"default": "false",
|
977
1187
|
"description": "If true, renders the small version",
|
978
1188
|
"fieldName": "small"
|
979
1189
|
},
|
980
1190
|
{
|
981
1191
|
"name": "truncate",
|
982
1192
|
"type": {
|
983
|
-
"text": "boolean
|
1193
|
+
"text": "boolean"
|
984
1194
|
},
|
1195
|
+
"default": "false",
|
985
1196
|
"description": "If true, will truncate the heading in collapsed state",
|
986
1197
|
"fieldName": "truncate"
|
987
1198
|
}
|
@@ -1005,6 +1216,201 @@
|
|
1005
1216
|
}
|
1006
1217
|
]
|
1007
1218
|
},
|
1219
|
+
{
|
1220
|
+
"kind": "javascript-module",
|
1221
|
+
"path": "src/components/dialog/dialog.component.ts",
|
1222
|
+
"declarations": [
|
1223
|
+
{
|
1224
|
+
"kind": "class",
|
1225
|
+
"description": "The `<skf-dialog>` is a component that open up a dialog with the content provided",
|
1226
|
+
"name": "SkfDialog",
|
1227
|
+
"cssProperties": [
|
1228
|
+
{
|
1229
|
+
"description": "A custom height for the Dialog. Pass valid CSS **block-size** values",
|
1230
|
+
"name": "--skf-dialog-height"
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"description": "A custom width for the Dialog Pass valid CSS **inline-size** values",
|
1234
|
+
"name": "--skf-dialog-width"
|
1235
|
+
}
|
1236
|
+
],
|
1237
|
+
"slots": [
|
1238
|
+
{
|
1239
|
+
"description": "The dialog component's content",
|
1240
|
+
"name": ""
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"description": "The dialog component's buttons goes here",
|
1244
|
+
"name": "footer"
|
1245
|
+
}
|
1246
|
+
],
|
1247
|
+
"members": [
|
1248
|
+
{
|
1249
|
+
"kind": "field",
|
1250
|
+
"name": "closeButtonAriaLabel",
|
1251
|
+
"type": {
|
1252
|
+
"text": "string | undefined"
|
1253
|
+
},
|
1254
|
+
"description": "If defined, sets the aria-label for the close button",
|
1255
|
+
"attribute": "close-button-aria-label"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"kind": "field",
|
1259
|
+
"name": "heading",
|
1260
|
+
"type": {
|
1261
|
+
"text": "string | undefined"
|
1262
|
+
},
|
1263
|
+
"description": "Title for the modal/dialog",
|
1264
|
+
"attribute": "heading"
|
1265
|
+
},
|
1266
|
+
{
|
1267
|
+
"kind": "field",
|
1268
|
+
"name": "fullscreen",
|
1269
|
+
"type": {
|
1270
|
+
"text": "boolean"
|
1271
|
+
},
|
1272
|
+
"default": "false",
|
1273
|
+
"description": "If true, makes the dialog stretch edge to edge on screen",
|
1274
|
+
"attribute": "fullscreen"
|
1275
|
+
},
|
1276
|
+
{
|
1277
|
+
"kind": "field",
|
1278
|
+
"name": "noCloseButton",
|
1279
|
+
"type": {
|
1280
|
+
"text": "boolean"
|
1281
|
+
},
|
1282
|
+
"default": "false",
|
1283
|
+
"description": "If true, removes the close button",
|
1284
|
+
"attribute": "no-close-button"
|
1285
|
+
},
|
1286
|
+
{
|
1287
|
+
"kind": "field",
|
1288
|
+
"name": "noPadding",
|
1289
|
+
"type": {
|
1290
|
+
"text": "boolean"
|
1291
|
+
},
|
1292
|
+
"default": "false",
|
1293
|
+
"description": "If defined, removes the inner padding",
|
1294
|
+
"attribute": "no-padding"
|
1295
|
+
},
|
1296
|
+
{
|
1297
|
+
"kind": "field",
|
1298
|
+
"name": "open",
|
1299
|
+
"type": {
|
1300
|
+
"text": "boolean | null | undefined"
|
1301
|
+
},
|
1302
|
+
"attribute": "open",
|
1303
|
+
"reflects": true
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
"kind": "field",
|
1307
|
+
"name": "onClose",
|
1308
|
+
"type": {
|
1309
|
+
"text": "((event: Event) => void) | null | undefined"
|
1310
|
+
},
|
1311
|
+
"default": "null",
|
1312
|
+
"description": "If provided, will run function on dialog close"
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"kind": "method",
|
1316
|
+
"name": "handleOpenChange"
|
1317
|
+
},
|
1318
|
+
{
|
1319
|
+
"kind": "field",
|
1320
|
+
"name": "showModal",
|
1321
|
+
"description": "Method that opens the dialog in modal state"
|
1322
|
+
},
|
1323
|
+
{
|
1324
|
+
"kind": "field",
|
1325
|
+
"name": "close",
|
1326
|
+
"description": "Method that closes the dialog"
|
1327
|
+
}
|
1328
|
+
],
|
1329
|
+
"events": [
|
1330
|
+
{
|
1331
|
+
"description": "Fires when the dialog is opened (after transitioned in)",
|
1332
|
+
"name": "skf-dialog-open"
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"description": "Fires when the dialog is closed (before transitioned out)",
|
1336
|
+
"name": "skf-dialog-close"
|
1337
|
+
},
|
1338
|
+
{
|
1339
|
+
"description": "Fires when the dialog is closed (after transitioned out)",
|
1340
|
+
"name": "close"
|
1341
|
+
}
|
1342
|
+
],
|
1343
|
+
"attributes": [
|
1344
|
+
{
|
1345
|
+
"name": "close-button-aria-label",
|
1346
|
+
"type": {
|
1347
|
+
"text": "string | undefined"
|
1348
|
+
},
|
1349
|
+
"description": "If defined, sets the aria-label for the close button",
|
1350
|
+
"fieldName": "closeButtonAriaLabel"
|
1351
|
+
},
|
1352
|
+
{
|
1353
|
+
"name": "heading",
|
1354
|
+
"type": {
|
1355
|
+
"text": "string | undefined"
|
1356
|
+
},
|
1357
|
+
"description": "Title for the modal/dialog",
|
1358
|
+
"fieldName": "heading"
|
1359
|
+
},
|
1360
|
+
{
|
1361
|
+
"name": "fullscreen",
|
1362
|
+
"type": {
|
1363
|
+
"text": "boolean"
|
1364
|
+
},
|
1365
|
+
"default": "false",
|
1366
|
+
"description": "If true, makes the dialog stretch edge to edge on screen",
|
1367
|
+
"fieldName": "fullscreen"
|
1368
|
+
},
|
1369
|
+
{
|
1370
|
+
"name": "no-close-button",
|
1371
|
+
"type": {
|
1372
|
+
"text": "boolean"
|
1373
|
+
},
|
1374
|
+
"default": "false",
|
1375
|
+
"description": "If true, removes the close button",
|
1376
|
+
"fieldName": "noCloseButton"
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"name": "no-padding",
|
1380
|
+
"type": {
|
1381
|
+
"text": "boolean"
|
1382
|
+
},
|
1383
|
+
"default": "false",
|
1384
|
+
"description": "If defined, removes the inner padding",
|
1385
|
+
"fieldName": "noPadding"
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
"name": "open",
|
1389
|
+
"type": {
|
1390
|
+
"text": "boolean | null | undefined"
|
1391
|
+
},
|
1392
|
+
"fieldName": "open"
|
1393
|
+
}
|
1394
|
+
],
|
1395
|
+
"superclass": {
|
1396
|
+
"name": "SkfElement",
|
1397
|
+
"package": "@internal/components/skf-element"
|
1398
|
+
},
|
1399
|
+
"tagName": "skf-dialog",
|
1400
|
+
"customElement": true
|
1401
|
+
}
|
1402
|
+
],
|
1403
|
+
"exports": [
|
1404
|
+
{
|
1405
|
+
"kind": "js",
|
1406
|
+
"name": "SkfDialog",
|
1407
|
+
"declaration": {
|
1408
|
+
"name": "SkfDialog",
|
1409
|
+
"module": "src/components/dialog/dialog.component.ts"
|
1410
|
+
}
|
1411
|
+
}
|
1412
|
+
]
|
1413
|
+
},
|
1008
1414
|
{
|
1009
1415
|
"kind": "javascript-module",
|
1010
1416
|
"path": "src/components/divider/divider.component.ts",
|
@@ -1047,8 +1453,9 @@
|
|
1047
1453
|
"kind": "field",
|
1048
1454
|
"name": "decorative",
|
1049
1455
|
"type": {
|
1050
|
-
"text": "boolean
|
1456
|
+
"text": "boolean"
|
1051
1457
|
},
|
1458
|
+
"default": "false",
|
1052
1459
|
"description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
|
1053
1460
|
"attribute": "decorative"
|
1054
1461
|
},
|
@@ -1056,8 +1463,9 @@
|
|
1056
1463
|
"kind": "field",
|
1057
1464
|
"name": "vertical",
|
1058
1465
|
"type": {
|
1059
|
-
"text": "boolean
|
1466
|
+
"text": "boolean"
|
1060
1467
|
},
|
1468
|
+
"default": "false",
|
1061
1469
|
"description": "If true, renders the divider vertically",
|
1062
1470
|
"attribute": "vertical",
|
1063
1471
|
"reflects": true
|
@@ -1076,16 +1484,18 @@
|
|
1076
1484
|
{
|
1077
1485
|
"name": "decorative",
|
1078
1486
|
"type": {
|
1079
|
-
"text": "boolean
|
1487
|
+
"text": "boolean"
|
1080
1488
|
},
|
1489
|
+
"default": "false",
|
1081
1490
|
"description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
|
1082
1491
|
"fieldName": "decorative"
|
1083
1492
|
},
|
1084
1493
|
{
|
1085
1494
|
"name": "vertical",
|
1086
1495
|
"type": {
|
1087
|
-
"text": "boolean
|
1496
|
+
"text": "boolean"
|
1088
1497
|
},
|
1498
|
+
"default": "false",
|
1089
1499
|
"description": "If true, renders the divider vertically",
|
1090
1500
|
"fieldName": "vertical"
|
1091
1501
|
}
|
@@ -1192,15 +1602,6 @@
|
|
1192
1602
|
"description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text",
|
1193
1603
|
"name": "SkfIcon",
|
1194
1604
|
"members": [
|
1195
|
-
{
|
1196
|
-
"kind": "field",
|
1197
|
-
"name": "_rootId",
|
1198
|
-
"type": {
|
1199
|
-
"text": "string"
|
1200
|
-
},
|
1201
|
-
"privacy": "private",
|
1202
|
-
"default": "'root'"
|
1203
|
-
},
|
1204
1605
|
{
|
1205
1606
|
"kind": "field",
|
1206
1607
|
"name": "color",
|
@@ -1240,16 +1641,6 @@
|
|
1240
1641
|
"description": "Size of the icon",
|
1241
1642
|
"attribute": "size",
|
1242
1643
|
"reflects": true
|
1243
|
-
},
|
1244
|
-
{
|
1245
|
-
"kind": "field",
|
1246
|
-
"name": "renderDecorativeIcon",
|
1247
|
-
"privacy": "private"
|
1248
|
-
},
|
1249
|
-
{
|
1250
|
-
"kind": "field",
|
1251
|
-
"name": "renderInformativeIcon",
|
1252
|
-
"privacy": "private"
|
1253
1644
|
}
|
1254
1645
|
],
|
1255
1646
|
"attributes": [
|
@@ -1330,6 +1721,15 @@
|
|
1330
1721
|
},
|
1331
1722
|
"privacy": "private"
|
1332
1723
|
},
|
1724
|
+
{
|
1725
|
+
"kind": "field",
|
1726
|
+
"name": "autocomplete",
|
1727
|
+
"type": {
|
1728
|
+
"text": ""
|
1729
|
+
},
|
1730
|
+
"description": "-m }",
|
1731
|
+
"attribute": "autocomplete"
|
1732
|
+
},
|
1333
1733
|
{
|
1334
1734
|
"kind": "field",
|
1335
1735
|
"name": "buttonAriaLabelClear",
|
@@ -1598,6 +1998,14 @@
|
|
1598
1998
|
"description": "If true, value is required or must be checked for the form to be submittable",
|
1599
1999
|
"name": "required"
|
1600
2000
|
},
|
2001
|
+
{
|
2002
|
+
"name": "autocomplete",
|
2003
|
+
"type": {
|
2004
|
+
"text": ""
|
2005
|
+
},
|
2006
|
+
"description": "-m }",
|
2007
|
+
"fieldName": "autocomplete"
|
2008
|
+
},
|
1601
2009
|
{
|
1602
2010
|
"name": "button-aria-label-clear",
|
1603
2011
|
"type": {
|
@@ -1846,6 +2254,15 @@
|
|
1846
2254
|
}
|
1847
2255
|
],
|
1848
2256
|
"members": [
|
2257
|
+
{
|
2258
|
+
"kind": "field",
|
2259
|
+
"name": "classMap",
|
2260
|
+
"type": {
|
2261
|
+
"text": "object"
|
2262
|
+
},
|
2263
|
+
"static": true,
|
2264
|
+
"default": "{}"
|
2265
|
+
},
|
1849
2266
|
{
|
1850
2267
|
"kind": "field",
|
1851
2268
|
"name": "_onClick",
|
@@ -1902,8 +2319,7 @@
|
|
1902
2319
|
"text": "string | undefined"
|
1903
2320
|
},
|
1904
2321
|
"description": "If defined, loads url on click",
|
1905
|
-
"attribute": "href"
|
1906
|
-
"reflects": true
|
2322
|
+
"attribute": "href"
|
1907
2323
|
},
|
1908
2324
|
{
|
1909
2325
|
"kind": "field",
|
@@ -1929,10 +2345,9 @@
|
|
1929
2345
|
"kind": "field",
|
1930
2346
|
"name": "rel",
|
1931
2347
|
"type": {
|
1932
|
-
"text": "string"
|
2348
|
+
"text": "string | undefined"
|
1933
2349
|
},
|
1934
|
-
"
|
1935
|
-
"description": "Defines the relationship of the target object to the link object",
|
2350
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
1936
2351
|
"attribute": "rel"
|
1937
2352
|
},
|
1938
2353
|
{
|
@@ -1949,8 +2364,9 @@
|
|
1949
2364
|
"kind": "field",
|
1950
2365
|
"name": "stretch",
|
1951
2366
|
"type": {
|
1952
|
-
"text": "boolean
|
2367
|
+
"text": "boolean"
|
1953
2368
|
},
|
2369
|
+
"default": "false",
|
1954
2370
|
"description": "If true, fills the parents horizontal axis",
|
1955
2371
|
"attribute": "stretch",
|
1956
2372
|
"reflects": true
|
@@ -2046,10 +2462,9 @@
|
|
2046
2462
|
{
|
2047
2463
|
"name": "rel",
|
2048
2464
|
"type": {
|
2049
|
-
"text": "string"
|
2465
|
+
"text": "string | undefined"
|
2050
2466
|
},
|
2051
|
-
"
|
2052
|
-
"description": "Defines the relationship of the target object to the link object",
|
2467
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
2053
2468
|
"fieldName": "rel"
|
2054
2469
|
},
|
2055
2470
|
{
|
@@ -2063,8 +2478,9 @@
|
|
2063
2478
|
{
|
2064
2479
|
"name": "stretch",
|
2065
2480
|
"type": {
|
2066
|
-
"text": "boolean
|
2481
|
+
"text": "boolean"
|
2067
2482
|
},
|
2483
|
+
"default": "false",
|
2068
2484
|
"description": "If true, fills the parents horizontal axis",
|
2069
2485
|
"fieldName": "stretch"
|
2070
2486
|
},
|
@@ -2137,8 +2553,9 @@
|
|
2137
2553
|
"kind": "field",
|
2138
2554
|
"name": "invert",
|
2139
2555
|
"type": {
|
2140
|
-
"text": "boolean
|
2556
|
+
"text": "boolean"
|
2141
2557
|
},
|
2558
|
+
"default": "false",
|
2142
2559
|
"description": "If true, inverts the color (to be used on colored backgrounds)",
|
2143
2560
|
"attribute": "invert"
|
2144
2561
|
},
|
@@ -2183,8 +2600,9 @@
|
|
2183
2600
|
{
|
2184
2601
|
"name": "invert",
|
2185
2602
|
"type": {
|
2186
|
-
"text": "boolean
|
2603
|
+
"text": "boolean"
|
2187
2604
|
},
|
2605
|
+
"default": "false",
|
2188
2606
|
"description": "If true, inverts the color (to be used on colored backgrounds)",
|
2189
2607
|
"fieldName": "invert"
|
2190
2608
|
},
|
@@ -2249,7 +2667,7 @@
|
|
2249
2667
|
"text": "\"primary\" | \"secondary\" | \"inverse\""
|
2250
2668
|
},
|
2251
2669
|
"default": "'primary'",
|
2252
|
-
"description": "
|
2670
|
+
"description": "Defines the color of the logo",
|
2253
2671
|
"attribute": "color"
|
2254
2672
|
}
|
2255
2673
|
],
|
@@ -2269,7 +2687,7 @@
|
|
2269
2687
|
"text": "\"primary\" | \"secondary\" | \"inverse\""
|
2270
2688
|
},
|
2271
2689
|
"default": "'primary'",
|
2272
|
-
"description": "
|
2690
|
+
"description": "Defines the color of the logo",
|
2273
2691
|
"fieldName": "color"
|
2274
2692
|
}
|
2275
2693
|
],
|
@@ -2294,54 +2712,1086 @@
|
|
2294
2712
|
},
|
2295
2713
|
{
|
2296
2714
|
"kind": "javascript-module",
|
2297
|
-
"path": "src/components/
|
2715
|
+
"path": "src/components/menu/menu.component.ts",
|
2298
2716
|
"declarations": [
|
2299
2717
|
{
|
2300
2718
|
"kind": "class",
|
2301
|
-
"description": "The `<skf-
|
2302
|
-
"name": "
|
2719
|
+
"description": "The `<skf-menu>` is a component that displays a list of actions or options.",
|
2720
|
+
"name": "SkfMenu",
|
2303
2721
|
"slots": [
|
2304
2722
|
{
|
2305
|
-
"description": "The
|
2723
|
+
"description": "The menu popover content",
|
2306
2724
|
"name": ""
|
2307
2725
|
}
|
2308
2726
|
],
|
2309
2727
|
"members": [
|
2310
2728
|
{
|
2311
|
-
"kind": "
|
2312
|
-
"name": "
|
2313
|
-
"
|
2314
|
-
"
|
2729
|
+
"kind": "method",
|
2730
|
+
"name": "addEventListeners",
|
2731
|
+
"return": {
|
2732
|
+
"type": {
|
2733
|
+
"text": "void"
|
2734
|
+
}
|
2315
2735
|
},
|
2316
|
-
"
|
2317
|
-
|
2736
|
+
"parameters": [
|
2737
|
+
{
|
2738
|
+
"name": "$element",
|
2739
|
+
"type": {
|
2740
|
+
"text": "HTMLElement | Element"
|
2741
|
+
}
|
2742
|
+
}
|
2743
|
+
]
|
2318
2744
|
},
|
2319
2745
|
{
|
2320
|
-
"kind": "
|
2321
|
-
"name": "
|
2322
|
-
"
|
2323
|
-
"
|
2746
|
+
"kind": "method",
|
2747
|
+
"name": "removeEventListeners",
|
2748
|
+
"return": {
|
2749
|
+
"type": {
|
2750
|
+
"text": "void"
|
2751
|
+
}
|
2324
2752
|
},
|
2325
|
-
"
|
2326
|
-
|
2753
|
+
"parameters": [
|
2754
|
+
{
|
2755
|
+
"name": "$element",
|
2756
|
+
"type": {
|
2757
|
+
"text": "HTMLElement | Element"
|
2758
|
+
}
|
2759
|
+
}
|
2760
|
+
]
|
2327
2761
|
},
|
2328
2762
|
{
|
2329
2763
|
"kind": "field",
|
2330
|
-
"name": "
|
2764
|
+
"name": "placement",
|
2331
2765
|
"type": {
|
2332
|
-
"text": "
|
2766
|
+
"text": "\"top\" | \"right\" | \"bottom\" | \"left\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\""
|
2333
2767
|
},
|
2334
|
-
"
|
2335
|
-
"
|
2336
|
-
"reflects": true
|
2768
|
+
"default": "'bottom-start'",
|
2769
|
+
"description": "The placement of the menu"
|
2337
2770
|
},
|
2338
2771
|
{
|
2339
|
-
"kind": "field",
|
2340
|
-
"name": "customInvalid",
|
2341
2772
|
"type": {
|
2342
|
-
"text": "boolean
|
2773
|
+
"text": "boolean"
|
2343
2774
|
},
|
2344
|
-
"description": "
|
2775
|
+
"description": "Whether the menu is open",
|
2776
|
+
"name": "isOpen",
|
2777
|
+
"default": "false",
|
2778
|
+
"kind": "field"
|
2779
|
+
},
|
2780
|
+
{
|
2781
|
+
"type": {
|
2782
|
+
"text": "string"
|
2783
|
+
},
|
2784
|
+
"description": "The id of the element the menu will be anchored to",
|
2785
|
+
"name": "anchor",
|
2786
|
+
"kind": "field"
|
2787
|
+
}
|
2788
|
+
],
|
2789
|
+
"events": [
|
2790
|
+
{
|
2791
|
+
"description": "Fired when the menu is opened",
|
2792
|
+
"name": "open"
|
2793
|
+
},
|
2794
|
+
{
|
2795
|
+
"description": "Fired when the menu is closed",
|
2796
|
+
"name": "close"
|
2797
|
+
}
|
2798
|
+
],
|
2799
|
+
"superclass": {
|
2800
|
+
"name": "SkfPopoverBase",
|
2801
|
+
"package": "@internal/base-classes/popover/popover.base.js"
|
2802
|
+
},
|
2803
|
+
"tagName": "skf-menu",
|
2804
|
+
"customElement": true
|
2805
|
+
}
|
2806
|
+
],
|
2807
|
+
"exports": [
|
2808
|
+
{
|
2809
|
+
"kind": "js",
|
2810
|
+
"name": "SkfMenu",
|
2811
|
+
"declaration": {
|
2812
|
+
"name": "SkfMenu",
|
2813
|
+
"module": "src/components/menu/menu.component.ts"
|
2814
|
+
}
|
2815
|
+
}
|
2816
|
+
]
|
2817
|
+
},
|
2818
|
+
{
|
2819
|
+
"kind": "javascript-module",
|
2820
|
+
"path": "src/components/menu-item/menu-item.component.ts",
|
2821
|
+
"declarations": [
|
2822
|
+
{
|
2823
|
+
"kind": "class",
|
2824
|
+
"description": "The `<skf-menu-item>` is a component that displays a list of actions or options.",
|
2825
|
+
"name": "SkfMenuItem",
|
2826
|
+
"slots": [
|
2827
|
+
{
|
2828
|
+
"description": "The component's main content",
|
2829
|
+
"name": "",
|
2830
|
+
"inheritedFrom": {
|
2831
|
+
"name": "SkfLink",
|
2832
|
+
"module": "src/components/link/link.component.ts"
|
2833
|
+
}
|
2834
|
+
},
|
2835
|
+
{
|
2836
|
+
"description": "A named slot of the component",
|
2837
|
+
"name": "my-named-slot"
|
2838
|
+
}
|
2839
|
+
],
|
2840
|
+
"members": [
|
2841
|
+
{
|
2842
|
+
"kind": "field",
|
2843
|
+
"name": "classMap",
|
2844
|
+
"type": {
|
2845
|
+
"text": "object"
|
2846
|
+
},
|
2847
|
+
"static": true,
|
2848
|
+
"default": "{ 'menu-item': true }",
|
2849
|
+
"inheritedFrom": {
|
2850
|
+
"name": "SkfLink",
|
2851
|
+
"module": "src/components/link/link.component.ts"
|
2852
|
+
}
|
2853
|
+
},
|
2854
|
+
{
|
2855
|
+
"kind": "field",
|
2856
|
+
"name": "_onClick",
|
2857
|
+
"type": {
|
2858
|
+
"text": "(event: Event, route?: string) => void | undefined"
|
2859
|
+
},
|
2860
|
+
"privacy": "private",
|
2861
|
+
"inheritedFrom": {
|
2862
|
+
"name": "SkfLink",
|
2863
|
+
"module": "src/components/link/link.component.ts"
|
2864
|
+
}
|
2865
|
+
},
|
2866
|
+
{
|
2867
|
+
"kind": "field",
|
2868
|
+
"name": "as",
|
2869
|
+
"type": {
|
2870
|
+
"text": "'button' | 'a'"
|
2871
|
+
},
|
2872
|
+
"default": "'a'",
|
2873
|
+
"description": "Defines the semantic element to render",
|
2874
|
+
"attribute": "as",
|
2875
|
+
"reflects": true,
|
2876
|
+
"inheritedFrom": {
|
2877
|
+
"name": "SkfLink",
|
2878
|
+
"module": "src/components/link/link.component.ts"
|
2879
|
+
}
|
2880
|
+
},
|
2881
|
+
{
|
2882
|
+
"kind": "field",
|
2883
|
+
"name": "color",
|
2884
|
+
"type": {
|
2885
|
+
"text": "'primary' | 'inverse'"
|
2886
|
+
},
|
2887
|
+
"default": "'primary'",
|
2888
|
+
"description": "Defines the text-color",
|
2889
|
+
"attribute": "color",
|
2890
|
+
"reflects": true,
|
2891
|
+
"inheritedFrom": {
|
2892
|
+
"name": "SkfLink",
|
2893
|
+
"module": "src/components/link/link.component.ts"
|
2894
|
+
}
|
2895
|
+
},
|
2896
|
+
{
|
2897
|
+
"kind": "field",
|
2898
|
+
"name": "disabled",
|
2899
|
+
"type": {
|
2900
|
+
"text": "boolean | undefined"
|
2901
|
+
},
|
2902
|
+
"description": "If true, disables the link",
|
2903
|
+
"attribute": "disabled",
|
2904
|
+
"reflects": true,
|
2905
|
+
"inheritedFrom": {
|
2906
|
+
"name": "SkfLink",
|
2907
|
+
"module": "src/components/link/link.component.ts"
|
2908
|
+
}
|
2909
|
+
},
|
2910
|
+
{
|
2911
|
+
"kind": "field",
|
2912
|
+
"name": "download",
|
2913
|
+
"type": {
|
2914
|
+
"text": "string | undefined"
|
2915
|
+
},
|
2916
|
+
"description": "If defined, downloads the url",
|
2917
|
+
"attribute": "download",
|
2918
|
+
"inheritedFrom": {
|
2919
|
+
"name": "SkfLink",
|
2920
|
+
"module": "src/components/link/link.component.ts"
|
2921
|
+
}
|
2922
|
+
},
|
2923
|
+
{
|
2924
|
+
"kind": "field",
|
2925
|
+
"name": "href",
|
2926
|
+
"type": {
|
2927
|
+
"text": "string | undefined"
|
2928
|
+
},
|
2929
|
+
"description": "If defined, loads url on click",
|
2930
|
+
"attribute": "href",
|
2931
|
+
"inheritedFrom": {
|
2932
|
+
"name": "SkfLink",
|
2933
|
+
"module": "src/components/link/link.component.ts"
|
2934
|
+
}
|
2935
|
+
},
|
2936
|
+
{
|
2937
|
+
"kind": "field",
|
2938
|
+
"name": "icon",
|
2939
|
+
"type": {
|
2940
|
+
"text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
|
2941
|
+
},
|
2942
|
+
"description": "If defined, renders an icon before or after the text",
|
2943
|
+
"attribute": "icon",
|
2944
|
+
"inheritedFrom": {
|
2945
|
+
"name": "SkfLink",
|
2946
|
+
"module": "src/components/link/link.component.ts"
|
2947
|
+
}
|
2948
|
+
},
|
2949
|
+
{
|
2950
|
+
"kind": "field",
|
2951
|
+
"name": "iconPlacement",
|
2952
|
+
"type": {
|
2953
|
+
"text": "'left' | 'right'"
|
2954
|
+
},
|
2955
|
+
"default": "'left'",
|
2956
|
+
"description": "Defines the position of the icon in relation to the text",
|
2957
|
+
"attribute": "icon-placement",
|
2958
|
+
"reflects": true,
|
2959
|
+
"inheritedFrom": {
|
2960
|
+
"name": "SkfLink",
|
2961
|
+
"module": "src/components/link/link.component.ts"
|
2962
|
+
}
|
2963
|
+
},
|
2964
|
+
{
|
2965
|
+
"kind": "field",
|
2966
|
+
"name": "rel",
|
2967
|
+
"type": {
|
2968
|
+
"text": "string | undefined"
|
2969
|
+
},
|
2970
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
2971
|
+
"attribute": "rel",
|
2972
|
+
"inheritedFrom": {
|
2973
|
+
"name": "SkfLink",
|
2974
|
+
"module": "src/components/link/link.component.ts"
|
2975
|
+
}
|
2976
|
+
},
|
2977
|
+
{
|
2978
|
+
"kind": "field",
|
2979
|
+
"name": "route",
|
2980
|
+
"type": {
|
2981
|
+
"text": "string | undefined"
|
2982
|
+
},
|
2983
|
+
"description": "If defined, used on conjunction with onClick property, second argument",
|
2984
|
+
"attribute": "route",
|
2985
|
+
"reflects": true,
|
2986
|
+
"inheritedFrom": {
|
2987
|
+
"name": "SkfLink",
|
2988
|
+
"module": "src/components/link/link.component.ts"
|
2989
|
+
}
|
2990
|
+
},
|
2991
|
+
{
|
2992
|
+
"kind": "field",
|
2993
|
+
"name": "stretch",
|
2994
|
+
"type": {
|
2995
|
+
"text": "boolean"
|
2996
|
+
},
|
2997
|
+
"default": "false",
|
2998
|
+
"description": "If true, fills the parents horizontal axis",
|
2999
|
+
"attribute": "stretch",
|
3000
|
+
"reflects": true,
|
3001
|
+
"inheritedFrom": {
|
3002
|
+
"name": "SkfLink",
|
3003
|
+
"module": "src/components/link/link.component.ts"
|
3004
|
+
}
|
3005
|
+
},
|
3006
|
+
{
|
3007
|
+
"kind": "field",
|
3008
|
+
"name": "target",
|
3009
|
+
"type": {
|
3010
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3011
|
+
},
|
3012
|
+
"description": "If defined, specifies where to open the linked document",
|
3013
|
+
"attribute": "target",
|
3014
|
+
"inheritedFrom": {
|
3015
|
+
"name": "SkfLink",
|
3016
|
+
"module": "src/components/link/link.component.ts"
|
3017
|
+
}
|
3018
|
+
},
|
3019
|
+
{
|
3020
|
+
"kind": "field",
|
3021
|
+
"name": "type",
|
3022
|
+
"type": {
|
3023
|
+
"text": "'button' | 'submit' | 'reset'"
|
3024
|
+
},
|
3025
|
+
"default": "'button'",
|
3026
|
+
"description": "Defines the type of button",
|
3027
|
+
"attribute": "type",
|
3028
|
+
"inheritedFrom": {
|
3029
|
+
"name": "SkfLink",
|
3030
|
+
"module": "src/components/link/link.component.ts"
|
3031
|
+
}
|
3032
|
+
},
|
3033
|
+
{
|
3034
|
+
"kind": "field",
|
3035
|
+
"name": "onClick",
|
3036
|
+
"description": "If provided, custom function triggered by click where the second return parameter enables custom routing.",
|
3037
|
+
"type": {
|
3038
|
+
"text": "function"
|
3039
|
+
},
|
3040
|
+
"inheritedFrom": {
|
3041
|
+
"name": "SkfLink",
|
3042
|
+
"module": "src/components/link/link.component.ts"
|
3043
|
+
}
|
3044
|
+
}
|
3045
|
+
],
|
3046
|
+
"events": [
|
3047
|
+
{
|
3048
|
+
"type": {
|
3049
|
+
"text": "CustomEvent"
|
3050
|
+
},
|
3051
|
+
"description": "Fired when something happens",
|
3052
|
+
"name": "my-tag-my-event"
|
3053
|
+
},
|
3054
|
+
{
|
3055
|
+
"description": "Fired when the component is clicked",
|
3056
|
+
"name": "click"
|
3057
|
+
},
|
3058
|
+
{
|
3059
|
+
"description": "Fired when the mouse is over the component",
|
3060
|
+
"name": "mouseover"
|
3061
|
+
},
|
3062
|
+
{
|
3063
|
+
"description": "Fired when the mouse is out of the component",
|
3064
|
+
"name": "mouseout"
|
3065
|
+
},
|
3066
|
+
{
|
3067
|
+
"description": "Fired when the component is focused",
|
3068
|
+
"name": "focus"
|
3069
|
+
},
|
3070
|
+
{
|
3071
|
+
"description": "Fired when the component is blurred",
|
3072
|
+
"name": "blur"
|
3073
|
+
},
|
3074
|
+
{
|
3075
|
+
"description": "Fired when the component's value changes",
|
3076
|
+
"name": "change"
|
3077
|
+
}
|
3078
|
+
],
|
3079
|
+
"superclass": {
|
3080
|
+
"name": "SkfLink",
|
3081
|
+
"package": "@components/link/link.component.js"
|
3082
|
+
},
|
3083
|
+
"tagName": "skf-menu-item",
|
3084
|
+
"customElement": true,
|
3085
|
+
"attributes": [
|
3086
|
+
{
|
3087
|
+
"name": "as",
|
3088
|
+
"type": {
|
3089
|
+
"text": "'button' | 'a'"
|
3090
|
+
},
|
3091
|
+
"default": "'a'",
|
3092
|
+
"description": "Defines the semantic element to render",
|
3093
|
+
"fieldName": "as",
|
3094
|
+
"inheritedFrom": {
|
3095
|
+
"name": "SkfLink",
|
3096
|
+
"module": "src/components/link/link.component.ts"
|
3097
|
+
}
|
3098
|
+
},
|
3099
|
+
{
|
3100
|
+
"name": "color",
|
3101
|
+
"type": {
|
3102
|
+
"text": "'primary' | 'inverse'"
|
3103
|
+
},
|
3104
|
+
"default": "'primary'",
|
3105
|
+
"description": "Defines the text-color",
|
3106
|
+
"fieldName": "color",
|
3107
|
+
"inheritedFrom": {
|
3108
|
+
"name": "SkfLink",
|
3109
|
+
"module": "src/components/link/link.component.ts"
|
3110
|
+
}
|
3111
|
+
},
|
3112
|
+
{
|
3113
|
+
"name": "disabled",
|
3114
|
+
"type": {
|
3115
|
+
"text": "boolean | undefined"
|
3116
|
+
},
|
3117
|
+
"description": "If true, disables the link",
|
3118
|
+
"fieldName": "disabled",
|
3119
|
+
"inheritedFrom": {
|
3120
|
+
"name": "SkfLink",
|
3121
|
+
"module": "src/components/link/link.component.ts"
|
3122
|
+
}
|
3123
|
+
},
|
3124
|
+
{
|
3125
|
+
"name": "download",
|
3126
|
+
"type": {
|
3127
|
+
"text": "string | undefined"
|
3128
|
+
},
|
3129
|
+
"description": "If defined, downloads the url",
|
3130
|
+
"fieldName": "download",
|
3131
|
+
"inheritedFrom": {
|
3132
|
+
"name": "SkfLink",
|
3133
|
+
"module": "src/components/link/link.component.ts"
|
3134
|
+
}
|
3135
|
+
},
|
3136
|
+
{
|
3137
|
+
"name": "href",
|
3138
|
+
"type": {
|
3139
|
+
"text": "string | undefined"
|
3140
|
+
},
|
3141
|
+
"description": "If defined, loads url on click",
|
3142
|
+
"fieldName": "href",
|
3143
|
+
"inheritedFrom": {
|
3144
|
+
"name": "SkfLink",
|
3145
|
+
"module": "src/components/link/link.component.ts"
|
3146
|
+
}
|
3147
|
+
},
|
3148
|
+
{
|
3149
|
+
"name": "icon",
|
3150
|
+
"type": {
|
3151
|
+
"text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
|
3152
|
+
},
|
3153
|
+
"description": "If defined, renders an icon before or after the text",
|
3154
|
+
"fieldName": "icon",
|
3155
|
+
"inheritedFrom": {
|
3156
|
+
"name": "SkfLink",
|
3157
|
+
"module": "src/components/link/link.component.ts"
|
3158
|
+
}
|
3159
|
+
},
|
3160
|
+
{
|
3161
|
+
"name": "icon-placement",
|
3162
|
+
"type": {
|
3163
|
+
"text": "'left' | 'right'"
|
3164
|
+
},
|
3165
|
+
"default": "'left'",
|
3166
|
+
"description": "Defines the position of the icon in relation to the text",
|
3167
|
+
"fieldName": "iconPlacement",
|
3168
|
+
"inheritedFrom": {
|
3169
|
+
"name": "SkfLink",
|
3170
|
+
"module": "src/components/link/link.component.ts"
|
3171
|
+
}
|
3172
|
+
},
|
3173
|
+
{
|
3174
|
+
"name": "rel",
|
3175
|
+
"type": {
|
3176
|
+
"text": "string | undefined"
|
3177
|
+
},
|
3178
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
3179
|
+
"fieldName": "rel",
|
3180
|
+
"inheritedFrom": {
|
3181
|
+
"name": "SkfLink",
|
3182
|
+
"module": "src/components/link/link.component.ts"
|
3183
|
+
}
|
3184
|
+
},
|
3185
|
+
{
|
3186
|
+
"name": "route",
|
3187
|
+
"type": {
|
3188
|
+
"text": "string | undefined"
|
3189
|
+
},
|
3190
|
+
"description": "If defined, used on conjunction with onClick property, second argument",
|
3191
|
+
"fieldName": "route",
|
3192
|
+
"inheritedFrom": {
|
3193
|
+
"name": "SkfLink",
|
3194
|
+
"module": "src/components/link/link.component.ts"
|
3195
|
+
}
|
3196
|
+
},
|
3197
|
+
{
|
3198
|
+
"name": "stretch",
|
3199
|
+
"type": {
|
3200
|
+
"text": "boolean"
|
3201
|
+
},
|
3202
|
+
"default": "false",
|
3203
|
+
"description": "If true, fills the parents horizontal axis",
|
3204
|
+
"fieldName": "stretch",
|
3205
|
+
"inheritedFrom": {
|
3206
|
+
"name": "SkfLink",
|
3207
|
+
"module": "src/components/link/link.component.ts"
|
3208
|
+
}
|
3209
|
+
},
|
3210
|
+
{
|
3211
|
+
"name": "target",
|
3212
|
+
"type": {
|
3213
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3214
|
+
},
|
3215
|
+
"description": "If defined, specifies where to open the linked document",
|
3216
|
+
"fieldName": "target",
|
3217
|
+
"inheritedFrom": {
|
3218
|
+
"name": "SkfLink",
|
3219
|
+
"module": "src/components/link/link.component.ts"
|
3220
|
+
}
|
3221
|
+
},
|
3222
|
+
{
|
3223
|
+
"name": "type",
|
3224
|
+
"type": {
|
3225
|
+
"text": "'button' | 'submit' | 'reset'"
|
3226
|
+
},
|
3227
|
+
"default": "'button'",
|
3228
|
+
"description": "Defines the type of button",
|
3229
|
+
"fieldName": "type",
|
3230
|
+
"inheritedFrom": {
|
3231
|
+
"name": "SkfLink",
|
3232
|
+
"module": "src/components/link/link.component.ts"
|
3233
|
+
}
|
3234
|
+
}
|
3235
|
+
]
|
3236
|
+
}
|
3237
|
+
],
|
3238
|
+
"exports": [
|
3239
|
+
{
|
3240
|
+
"kind": "js",
|
3241
|
+
"name": "SkfMenuItem",
|
3242
|
+
"declaration": {
|
3243
|
+
"name": "SkfMenuItem",
|
3244
|
+
"module": "src/components/menu-item/menu-item.component.ts"
|
3245
|
+
}
|
3246
|
+
}
|
3247
|
+
]
|
3248
|
+
},
|
3249
|
+
{
|
3250
|
+
"kind": "javascript-module",
|
3251
|
+
"path": "src/components/popover/popover.component.ts",
|
3252
|
+
"declarations": [
|
3253
|
+
{
|
3254
|
+
"kind": "class",
|
3255
|
+
"description": "The `<skf-popover>` is a general purpose component that displays the slot content.",
|
3256
|
+
"name": "SkfPopover",
|
3257
|
+
"slots": [
|
3258
|
+
{
|
3259
|
+
"description": "The popover content",
|
3260
|
+
"name": ""
|
3261
|
+
}
|
3262
|
+
],
|
3263
|
+
"members": [
|
3264
|
+
{
|
3265
|
+
"kind": "field",
|
3266
|
+
"name": "offset",
|
3267
|
+
"type": {
|
3268
|
+
"text": "number"
|
3269
|
+
},
|
3270
|
+
"default": "8",
|
3271
|
+
"description": "If defined, sets a custom offset for the popover",
|
3272
|
+
"attribute": "offset"
|
3273
|
+
},
|
3274
|
+
{
|
3275
|
+
"kind": "field",
|
3276
|
+
"name": "hideArrow",
|
3277
|
+
"type": {
|
3278
|
+
"text": "boolean"
|
3279
|
+
},
|
3280
|
+
"default": "false",
|
3281
|
+
"description": "If true, hides the arrow",
|
3282
|
+
"attribute": "hideArrow"
|
3283
|
+
},
|
3284
|
+
{
|
3285
|
+
"kind": "method",
|
3286
|
+
"name": "hideArrowChanged"
|
3287
|
+
},
|
3288
|
+
{
|
3289
|
+
"kind": "method",
|
3290
|
+
"name": "addEventListeners",
|
3291
|
+
"return": {
|
3292
|
+
"type": {
|
3293
|
+
"text": "void"
|
3294
|
+
}
|
3295
|
+
},
|
3296
|
+
"parameters": [
|
3297
|
+
{
|
3298
|
+
"name": "$element",
|
3299
|
+
"type": {
|
3300
|
+
"text": "HTMLElement | Element"
|
3301
|
+
}
|
3302
|
+
}
|
3303
|
+
]
|
3304
|
+
},
|
3305
|
+
{
|
3306
|
+
"kind": "method",
|
3307
|
+
"name": "removeEventListeners",
|
3308
|
+
"return": {
|
3309
|
+
"type": {
|
3310
|
+
"text": "void"
|
3311
|
+
}
|
3312
|
+
},
|
3313
|
+
"parameters": [
|
3314
|
+
{
|
3315
|
+
"name": "$element",
|
3316
|
+
"type": {
|
3317
|
+
"text": "HTMLElement | Element"
|
3318
|
+
}
|
3319
|
+
}
|
3320
|
+
]
|
3321
|
+
},
|
3322
|
+
{
|
3323
|
+
"kind": "field",
|
3324
|
+
"name": "arrow",
|
3325
|
+
"type": {
|
3326
|
+
"text": "boolean"
|
3327
|
+
},
|
3328
|
+
"default": "!this.hideArrow"
|
3329
|
+
},
|
3330
|
+
{
|
3331
|
+
"kind": "field",
|
3332
|
+
"name": "placement",
|
3333
|
+
"type": {
|
3334
|
+
"text": "\"top\" | \"right\" | \"bottom\" | \"left\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\""
|
3335
|
+
},
|
3336
|
+
"default": "'bottom-start'",
|
3337
|
+
"description": "The placement of the menu"
|
3338
|
+
},
|
3339
|
+
{
|
3340
|
+
"type": {
|
3341
|
+
"text": "boolean"
|
3342
|
+
},
|
3343
|
+
"description": "Whether the menu is open",
|
3344
|
+
"name": "isOpen",
|
3345
|
+
"default": "false",
|
3346
|
+
"kind": "field"
|
3347
|
+
},
|
3348
|
+
{
|
3349
|
+
"type": {
|
3350
|
+
"text": "string"
|
3351
|
+
},
|
3352
|
+
"description": "The id of the element the menu will be anchored to",
|
3353
|
+
"name": "anchor",
|
3354
|
+
"kind": "field"
|
3355
|
+
}
|
3356
|
+
],
|
3357
|
+
"events": [
|
3358
|
+
{
|
3359
|
+
"description": "Fired when the menu is opened",
|
3360
|
+
"name": "open"
|
3361
|
+
},
|
3362
|
+
{
|
3363
|
+
"description": "Fired when the menu is closed",
|
3364
|
+
"name": "close"
|
3365
|
+
}
|
3366
|
+
],
|
3367
|
+
"attributes": [
|
3368
|
+
{
|
3369
|
+
"name": "offset",
|
3370
|
+
"type": {
|
3371
|
+
"text": "number"
|
3372
|
+
},
|
3373
|
+
"default": "8",
|
3374
|
+
"description": "If defined, sets a custom offset for the popover",
|
3375
|
+
"fieldName": "offset"
|
3376
|
+
},
|
3377
|
+
{
|
3378
|
+
"name": "hideArrow",
|
3379
|
+
"type": {
|
3380
|
+
"text": "boolean"
|
3381
|
+
},
|
3382
|
+
"default": "false",
|
3383
|
+
"description": "If true, hides the arrow",
|
3384
|
+
"fieldName": "hideArrow"
|
3385
|
+
}
|
3386
|
+
],
|
3387
|
+
"superclass": {
|
3388
|
+
"name": "SkfPopoverBase",
|
3389
|
+
"package": "@internal/base-classes/popover/popover.base.js"
|
3390
|
+
},
|
3391
|
+
"tagName": "skf-popover",
|
3392
|
+
"customElement": true
|
3393
|
+
}
|
3394
|
+
],
|
3395
|
+
"exports": [
|
3396
|
+
{
|
3397
|
+
"kind": "js",
|
3398
|
+
"name": "SkfPopover",
|
3399
|
+
"declaration": {
|
3400
|
+
"name": "SkfPopover",
|
3401
|
+
"module": "src/components/popover/popover.component.ts"
|
3402
|
+
}
|
3403
|
+
}
|
3404
|
+
]
|
3405
|
+
},
|
3406
|
+
{
|
3407
|
+
"kind": "javascript-module",
|
3408
|
+
"path": "src/components/progress/progress.component.ts",
|
3409
|
+
"declarations": [
|
3410
|
+
{
|
3411
|
+
"kind": "class",
|
3412
|
+
"description": "The `<skf-progress>` element displays an indicator showing the completion progress of a task, typically displayed as a progress bar",
|
3413
|
+
"name": "SkfProgress",
|
3414
|
+
"members": [
|
3415
|
+
{
|
3416
|
+
"kind": "field",
|
3417
|
+
"name": "formAssociated",
|
3418
|
+
"type": {
|
3419
|
+
"text": "boolean"
|
3420
|
+
},
|
3421
|
+
"static": true,
|
3422
|
+
"default": "true"
|
3423
|
+
},
|
3424
|
+
{
|
3425
|
+
"kind": "field",
|
3426
|
+
"name": "animated",
|
3427
|
+
"type": {
|
3428
|
+
"text": "boolean"
|
3429
|
+
},
|
3430
|
+
"default": "false",
|
3431
|
+
"description": "If true, the progress-bar's fill value is animated",
|
3432
|
+
"attribute": "animated",
|
3433
|
+
"reflects": true
|
3434
|
+
},
|
3435
|
+
{
|
3436
|
+
"kind": "field",
|
3437
|
+
"name": "max",
|
3438
|
+
"type": {
|
3439
|
+
"text": "number"
|
3440
|
+
},
|
3441
|
+
"default": "1",
|
3442
|
+
"description": "Describes how much work the task indicated by the progress element requires",
|
3443
|
+
"attribute": "max"
|
3444
|
+
},
|
3445
|
+
{
|
3446
|
+
"kind": "field",
|
3447
|
+
"name": "value",
|
3448
|
+
"type": {
|
3449
|
+
"text": "number"
|
3450
|
+
},
|
3451
|
+
"default": "0",
|
3452
|
+
"description": "Specifies how much of the task that has been completed",
|
3453
|
+
"attribute": "value"
|
3454
|
+
}
|
3455
|
+
],
|
3456
|
+
"attributes": [
|
3457
|
+
{
|
3458
|
+
"name": "animated",
|
3459
|
+
"type": {
|
3460
|
+
"text": "boolean"
|
3461
|
+
},
|
3462
|
+
"default": "false",
|
3463
|
+
"description": "If true, the progress-bar's fill value is animated",
|
3464
|
+
"fieldName": "animated"
|
3465
|
+
},
|
3466
|
+
{
|
3467
|
+
"name": "max",
|
3468
|
+
"type": {
|
3469
|
+
"text": "number"
|
3470
|
+
},
|
3471
|
+
"default": "1",
|
3472
|
+
"description": "Describes how much work the task indicated by the progress element requires",
|
3473
|
+
"fieldName": "max"
|
3474
|
+
},
|
3475
|
+
{
|
3476
|
+
"name": "value",
|
3477
|
+
"type": {
|
3478
|
+
"text": "number"
|
3479
|
+
},
|
3480
|
+
"default": "0",
|
3481
|
+
"description": "Specifies how much of the task that has been completed",
|
3482
|
+
"fieldName": "value"
|
3483
|
+
}
|
3484
|
+
],
|
3485
|
+
"superclass": {
|
3486
|
+
"name": "SkfElement",
|
3487
|
+
"package": "@internal/components/skf-element"
|
3488
|
+
},
|
3489
|
+
"tagName": "skf-progress",
|
3490
|
+
"customElement": true
|
3491
|
+
}
|
3492
|
+
],
|
3493
|
+
"exports": [
|
3494
|
+
{
|
3495
|
+
"kind": "js",
|
3496
|
+
"name": "SkfProgress",
|
3497
|
+
"declaration": {
|
3498
|
+
"name": "SkfProgress",
|
3499
|
+
"module": "src/components/progress/progress.component.ts"
|
3500
|
+
}
|
3501
|
+
}
|
3502
|
+
]
|
3503
|
+
},
|
3504
|
+
{
|
3505
|
+
"kind": "javascript-module",
|
3506
|
+
"path": "src/components/radio/radio.component.ts",
|
3507
|
+
"declarations": [
|
3508
|
+
{
|
3509
|
+
"kind": "class",
|
3510
|
+
"description": "The `<skf-radio>` component is used to create a radio input",
|
3511
|
+
"name": "SkfRadio",
|
3512
|
+
"slots": [
|
3513
|
+
{
|
3514
|
+
"description": "The radios label. Alternatively, you can use the `label` attribute.",
|
3515
|
+
"name": ""
|
3516
|
+
}
|
3517
|
+
],
|
3518
|
+
"members": [
|
3519
|
+
{
|
3520
|
+
"kind": "field",
|
3521
|
+
"name": "_initialChecked",
|
3522
|
+
"type": {
|
3523
|
+
"text": "boolean | undefined"
|
3524
|
+
},
|
3525
|
+
"privacy": "private",
|
3526
|
+
"default": "false"
|
3527
|
+
},
|
3528
|
+
{
|
3529
|
+
"kind": "field",
|
3530
|
+
"name": "debug",
|
3531
|
+
"type": {
|
3532
|
+
"text": "boolean | undefined"
|
3533
|
+
},
|
3534
|
+
"description": "If true, outputs helping hints in console",
|
3535
|
+
"attribute": "debug"
|
3536
|
+
},
|
3537
|
+
{
|
3538
|
+
"kind": "field",
|
3539
|
+
"name": "checked",
|
3540
|
+
"type": {
|
3541
|
+
"text": "boolean | undefined"
|
3542
|
+
},
|
3543
|
+
"description": "If true, outputs helping hints in console",
|
3544
|
+
"attribute": "checked",
|
3545
|
+
"reflects": true
|
3546
|
+
},
|
3547
|
+
{
|
3548
|
+
"kind": "field",
|
3549
|
+
"name": "customInvalid",
|
3550
|
+
"type": {
|
3551
|
+
"text": "boolean | undefined"
|
3552
|
+
},
|
3553
|
+
"description": "If true, forces component to invalid state until removed",
|
3554
|
+
"attribute": "custom-invalid"
|
3555
|
+
},
|
3556
|
+
{
|
3557
|
+
"kind": "field",
|
3558
|
+
"name": "label",
|
3559
|
+
"type": {
|
3560
|
+
"text": "string | undefined"
|
3561
|
+
},
|
3562
|
+
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
3563
|
+
"attribute": "label"
|
3564
|
+
},
|
3565
|
+
{
|
3566
|
+
"kind": "field",
|
3567
|
+
"name": "name",
|
3568
|
+
"type": {
|
3569
|
+
"text": "string | undefined"
|
3570
|
+
},
|
3571
|
+
"description": "If defined, adds name to the input-element",
|
3572
|
+
"attribute": "name"
|
3573
|
+
},
|
3574
|
+
{
|
3575
|
+
"kind": "field",
|
3576
|
+
"name": "requiredLabel",
|
3577
|
+
"type": {
|
3578
|
+
"text": "string | undefined"
|
3579
|
+
},
|
3580
|
+
"description": "If defined, renders an alternative A11y text for the asterisk",
|
3581
|
+
"attribute": "required-label"
|
3582
|
+
},
|
3583
|
+
{
|
3584
|
+
"kind": "field",
|
3585
|
+
"name": "size",
|
3586
|
+
"type": {
|
3587
|
+
"text": "'sm' | 'md'"
|
3588
|
+
},
|
3589
|
+
"default": "'md'",
|
3590
|
+
"description": "Size of the Radio",
|
3591
|
+
"attribute": "size",
|
3592
|
+
"reflects": true
|
3593
|
+
},
|
3594
|
+
{
|
3595
|
+
"kind": "field",
|
3596
|
+
"name": "severity",
|
3597
|
+
"type": {
|
3598
|
+
"text": "\"success\" | \"info\" | \"warning\" | \"alert\""
|
3599
|
+
},
|
3600
|
+
"description": "If defined, displays provided severity state",
|
3601
|
+
"attribute": "severity"
|
3602
|
+
},
|
3603
|
+
{
|
3604
|
+
"kind": "field",
|
3605
|
+
"name": "showValid",
|
3606
|
+
"type": {
|
3607
|
+
"text": "boolean | undefined"
|
3608
|
+
},
|
3609
|
+
"description": "If true, displays valid state after interaction",
|
3610
|
+
"attribute": "show-valid"
|
3611
|
+
},
|
3612
|
+
{
|
3613
|
+
"kind": "field",
|
3614
|
+
"name": "value",
|
3615
|
+
"type": {
|
3616
|
+
"text": "string"
|
3617
|
+
},
|
3618
|
+
"default": "''",
|
3619
|
+
"description": "The current value of the input field",
|
3620
|
+
"attribute": "value"
|
3621
|
+
},
|
3622
|
+
{
|
3623
|
+
"kind": "method",
|
3624
|
+
"name": "handleInvalidChange"
|
3625
|
+
},
|
3626
|
+
{
|
3627
|
+
"kind": "method",
|
3628
|
+
"name": "handleDebugInvalid"
|
3629
|
+
},
|
3630
|
+
{
|
3631
|
+
"kind": "method",
|
3632
|
+
"name": "handleCheckedChanged"
|
3633
|
+
},
|
3634
|
+
{
|
3635
|
+
"kind": "method",
|
3636
|
+
"name": "handleCustomInvalidChange"
|
3637
|
+
}
|
3638
|
+
],
|
3639
|
+
"events": [
|
3640
|
+
{
|
3641
|
+
"description": "{object} - When the value of the input changes",
|
3642
|
+
"name": "change"
|
3643
|
+
}
|
3644
|
+
],
|
3645
|
+
"attributes": [
|
3646
|
+
{
|
3647
|
+
"type": {
|
3648
|
+
"text": "boolean"
|
3649
|
+
},
|
3650
|
+
"description": "If true, sets disabled state",
|
3651
|
+
"name": "disabled"
|
3652
|
+
},
|
3653
|
+
{
|
3654
|
+
"type": {
|
3655
|
+
"text": "boolean"
|
3656
|
+
},
|
3657
|
+
"description": "If true, value is required or must be checked for the form to be submittable",
|
3658
|
+
"name": "required"
|
3659
|
+
},
|
3660
|
+
{
|
3661
|
+
"name": "debug",
|
3662
|
+
"type": {
|
3663
|
+
"text": "boolean | undefined"
|
3664
|
+
},
|
3665
|
+
"description": "If true, outputs helping hints in console",
|
3666
|
+
"fieldName": "debug"
|
3667
|
+
},
|
3668
|
+
{
|
3669
|
+
"name": "checked",
|
3670
|
+
"type": {
|
3671
|
+
"text": "boolean | undefined"
|
3672
|
+
},
|
3673
|
+
"description": "If true, outputs helping hints in console",
|
3674
|
+
"fieldName": "checked"
|
3675
|
+
},
|
3676
|
+
{
|
3677
|
+
"name": "custom-invalid",
|
3678
|
+
"type": {
|
3679
|
+
"text": "boolean | undefined"
|
3680
|
+
},
|
3681
|
+
"description": "If true, forces component to invalid state until removed",
|
3682
|
+
"fieldName": "customInvalid"
|
3683
|
+
},
|
3684
|
+
{
|
3685
|
+
"name": "label",
|
3686
|
+
"type": {
|
3687
|
+
"text": "string | undefined"
|
3688
|
+
},
|
3689
|
+
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
3690
|
+
"fieldName": "label"
|
3691
|
+
},
|
3692
|
+
{
|
3693
|
+
"name": "name",
|
3694
|
+
"type": {
|
3695
|
+
"text": "string | undefined"
|
3696
|
+
},
|
3697
|
+
"description": "If defined, adds name to the input-element",
|
3698
|
+
"fieldName": "name"
|
3699
|
+
},
|
3700
|
+
{
|
3701
|
+
"name": "required-label",
|
3702
|
+
"type": {
|
3703
|
+
"text": "string | undefined"
|
3704
|
+
},
|
3705
|
+
"description": "If defined, renders an alternative A11y text for the asterisk",
|
3706
|
+
"fieldName": "requiredLabel"
|
3707
|
+
},
|
3708
|
+
{
|
3709
|
+
"name": "size",
|
3710
|
+
"type": {
|
3711
|
+
"text": "'sm' | 'md'"
|
3712
|
+
},
|
3713
|
+
"default": "'md'",
|
3714
|
+
"description": "Size of the Radio",
|
3715
|
+
"fieldName": "size"
|
3716
|
+
},
|
3717
|
+
{
|
3718
|
+
"name": "severity",
|
3719
|
+
"type": {
|
3720
|
+
"text": "\"success\" | \"info\" | \"warning\" | \"alert\""
|
3721
|
+
},
|
3722
|
+
"description": "If defined, displays provided severity state",
|
3723
|
+
"fieldName": "severity"
|
3724
|
+
},
|
3725
|
+
{
|
3726
|
+
"name": "show-valid",
|
3727
|
+
"type": {
|
3728
|
+
"text": "boolean | undefined"
|
3729
|
+
},
|
3730
|
+
"description": "If true, displays valid state after interaction",
|
3731
|
+
"fieldName": "showValid"
|
3732
|
+
},
|
3733
|
+
{
|
3734
|
+
"name": "value",
|
3735
|
+
"type": {
|
3736
|
+
"text": "string"
|
3737
|
+
},
|
3738
|
+
"default": "''",
|
3739
|
+
"description": "The current value of the input field",
|
3740
|
+
"fieldName": "value"
|
3741
|
+
}
|
3742
|
+
],
|
3743
|
+
"superclass": {
|
3744
|
+
"name": "FormBase",
|
3745
|
+
"package": "@internal/components/formBase.js"
|
3746
|
+
},
|
3747
|
+
"tagName": "skf-radio",
|
3748
|
+
"customElement": true
|
3749
|
+
}
|
3750
|
+
],
|
3751
|
+
"exports": [
|
3752
|
+
{
|
3753
|
+
"kind": "js",
|
3754
|
+
"name": "SkfRadio",
|
3755
|
+
"declaration": {
|
3756
|
+
"name": "SkfRadio",
|
3757
|
+
"module": "src/components/radio/radio.component.ts"
|
3758
|
+
}
|
3759
|
+
}
|
3760
|
+
]
|
3761
|
+
},
|
3762
|
+
{
|
3763
|
+
"kind": "javascript-module",
|
3764
|
+
"path": "src/components/select/select.component.ts",
|
3765
|
+
"declarations": [
|
3766
|
+
{
|
3767
|
+
"kind": "class",
|
3768
|
+
"description": "The `<skf-select>` is a component that displays a list of actions or options. A click in the options list toggle the selected state of the option. Use it together with the ´skf-select-option` tag.",
|
3769
|
+
"name": "SkfSelect",
|
3770
|
+
"slots": [
|
3771
|
+
{
|
3772
|
+
"description": "The select's placeholder content",
|
3773
|
+
"name": ""
|
3774
|
+
}
|
3775
|
+
],
|
3776
|
+
"members": [
|
3777
|
+
{
|
3778
|
+
"kind": "field",
|
3779
|
+
"name": "buttonLabel",
|
3780
|
+
"type": {
|
3781
|
+
"text": "string"
|
3782
|
+
},
|
3783
|
+
"default": "'Select an option'",
|
3784
|
+
"description": "Sets the first visible text on the component",
|
3785
|
+
"attribute": "button-label",
|
3786
|
+
"reflects": true
|
3787
|
+
},
|
3788
|
+
{
|
3789
|
+
"kind": "field",
|
3790
|
+
"name": "customInvalid",
|
3791
|
+
"type": {
|
3792
|
+
"text": "string | undefined"
|
3793
|
+
},
|
3794
|
+
"description": "If defined, forces component to invalid state until removed",
|
2345
3795
|
"attribute": "custom-invalid"
|
2346
3796
|
},
|
2347
3797
|
{
|
@@ -2351,17 +3801,74 @@
|
|
2351
3801
|
"text": "boolean | undefined"
|
2352
3802
|
},
|
2353
3803
|
"description": "If true, hides the label visually",
|
2354
|
-
"attribute": "hide-label"
|
3804
|
+
"attribute": "hide-label"
|
3805
|
+
},
|
3806
|
+
{
|
3807
|
+
"kind": "field",
|
3808
|
+
"name": "hideTags",
|
3809
|
+
"type": {
|
3810
|
+
"text": "boolean | undefined"
|
3811
|
+
},
|
3812
|
+
"description": "If true and mulltiple is true, no tags are displayed under the select",
|
3813
|
+
"attribute": "hide-tags",
|
2355
3814
|
"reflects": true
|
2356
3815
|
},
|
3816
|
+
{
|
3817
|
+
"kind": "field",
|
3818
|
+
"name": "hint",
|
3819
|
+
"type": {
|
3820
|
+
"text": "string | undefined"
|
3821
|
+
},
|
3822
|
+
"description": "If defined, sets the hint text under the select component in the form",
|
3823
|
+
"attribute": "hint"
|
3824
|
+
},
|
3825
|
+
{
|
3826
|
+
"kind": "field",
|
3827
|
+
"name": "selectedValues",
|
3828
|
+
"description": "A readonly property that returns the selected value(s) in a array"
|
3829
|
+
},
|
3830
|
+
{
|
3831
|
+
"kind": "field",
|
3832
|
+
"name": "selectedOptionsText",
|
3833
|
+
"description": "A readonly property that returns the selected slot(s) text content in a array"
|
3834
|
+
},
|
2357
3835
|
{
|
2358
3836
|
"kind": "field",
|
2359
3837
|
"name": "label",
|
2360
3838
|
"type": {
|
2361
3839
|
"text": "string | undefined"
|
2362
3840
|
},
|
2363
|
-
"description": "If defined,
|
2364
|
-
"attribute": "label"
|
3841
|
+
"description": "If defined, displays provided label",
|
3842
|
+
"attribute": "label",
|
3843
|
+
"reflects": true
|
3844
|
+
},
|
3845
|
+
{
|
3846
|
+
"kind": "field",
|
3847
|
+
"name": "max",
|
3848
|
+
"type": {
|
3849
|
+
"text": "number | undefined"
|
3850
|
+
},
|
3851
|
+
"description": "If defined, limits the number of selectable options",
|
3852
|
+
"attribute": "max"
|
3853
|
+
},
|
3854
|
+
{
|
3855
|
+
"kind": "field",
|
3856
|
+
"name": "min",
|
3857
|
+
"type": {
|
3858
|
+
"text": "number | undefined"
|
3859
|
+
},
|
3860
|
+
"description": "If defined, sets the minimum number of required options",
|
3861
|
+
"attribute": "min"
|
3862
|
+
},
|
3863
|
+
{
|
3864
|
+
"kind": "field",
|
3865
|
+
"name": "multiple",
|
3866
|
+
"type": {
|
3867
|
+
"text": "boolean | undefined"
|
3868
|
+
},
|
3869
|
+
"description": "If true, allows for multiple options to be selected",
|
3870
|
+
"attribute": "multiple",
|
3871
|
+
"reflects": true
|
2365
3872
|
},
|
2366
3873
|
{
|
2367
3874
|
"kind": "field",
|
@@ -2369,7 +3876,7 @@
|
|
2369
3876
|
"type": {
|
2370
3877
|
"text": "string | undefined"
|
2371
3878
|
},
|
2372
|
-
"description": "If defined,
|
3879
|
+
"description": "If defined, set name of the component",
|
2373
3880
|
"attribute": "name"
|
2374
3881
|
},
|
2375
3882
|
{
|
@@ -2381,22 +3888,11 @@
|
|
2381
3888
|
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2382
3889
|
"attribute": "required-label"
|
2383
3890
|
},
|
2384
|
-
{
|
2385
|
-
"kind": "field",
|
2386
|
-
"name": "size",
|
2387
|
-
"type": {
|
2388
|
-
"text": "'sm' | 'md'"
|
2389
|
-
},
|
2390
|
-
"default": "'md'",
|
2391
|
-
"description": "Size of the Radio",
|
2392
|
-
"attribute": "size",
|
2393
|
-
"reflects": true
|
2394
|
-
},
|
2395
3891
|
{
|
2396
3892
|
"kind": "field",
|
2397
3893
|
"name": "severity",
|
2398
3894
|
"type": {
|
2399
|
-
"text": "
|
3895
|
+
"text": "FormFieldBaseProps['severity'] | undefined"
|
2400
3896
|
},
|
2401
3897
|
"description": "If defined, displays provided severity state",
|
2402
3898
|
"attribute": "severity"
|
@@ -2412,23 +3908,53 @@
|
|
2412
3908
|
},
|
2413
3909
|
{
|
2414
3910
|
"kind": "field",
|
2415
|
-
"name": "
|
3911
|
+
"name": "size",
|
2416
3912
|
"type": {
|
2417
|
-
"text": "
|
3913
|
+
"text": "'sm' | 'md'"
|
2418
3914
|
},
|
2419
|
-
"default": "''",
|
2420
|
-
"description": "
|
2421
|
-
"attribute": "
|
3915
|
+
"default": "'md'",
|
3916
|
+
"description": "Size of the Select",
|
3917
|
+
"attribute": "size",
|
3918
|
+
"reflects": true
|
3919
|
+
},
|
3920
|
+
{
|
3921
|
+
"kind": "field",
|
3922
|
+
"name": "value",
|
3923
|
+
"description": "Read only, returns the selected value. (if multiple: in a comma separated string)"
|
2422
3924
|
},
|
2423
3925
|
{
|
2424
3926
|
"kind": "method",
|
2425
|
-
"name": "
|
3927
|
+
"name": "handleExpandedChange"
|
3928
|
+
},
|
3929
|
+
{
|
3930
|
+
"kind": "field",
|
3931
|
+
"name": "_selectedOptions",
|
3932
|
+
"type": {
|
3933
|
+
"text": "array"
|
3934
|
+
},
|
3935
|
+
"default": "[]"
|
2426
3936
|
}
|
2427
3937
|
],
|
2428
3938
|
"events": [
|
2429
3939
|
{
|
2430
|
-
"description": "
|
3940
|
+
"description": "Fired when the selected option(s) changes",
|
2431
3941
|
"name": "change"
|
3942
|
+
},
|
3943
|
+
{
|
3944
|
+
"description": "Fired when the select is invalid",
|
3945
|
+
"name": "invalid"
|
3946
|
+
},
|
3947
|
+
{
|
3948
|
+
"description": "Fired when the form is reset",
|
3949
|
+
"name": "reset"
|
3950
|
+
},
|
3951
|
+
{
|
3952
|
+
"description": "{detail: {expanded: boolean}} Fired when the select dropdown is toggled",
|
3953
|
+
"name": "skf-select:dropdown"
|
3954
|
+
},
|
3955
|
+
{
|
3956
|
+
"description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
|
3957
|
+
"name": "skf-select-option:select"
|
2432
3958
|
}
|
2433
3959
|
],
|
2434
3960
|
"attributes": [
|
@@ -2436,62 +3962,88 @@
|
|
2436
3962
|
"type": {
|
2437
3963
|
"text": "boolean"
|
2438
3964
|
},
|
2439
|
-
"description": "If true,
|
3965
|
+
"description": "If true, the select is disabled\t`default: false`",
|
2440
3966
|
"name": "disabled"
|
2441
3967
|
},
|
2442
3968
|
{
|
3969
|
+
"name": "button-label",
|
2443
3970
|
"type": {
|
2444
|
-
"text": "
|
3971
|
+
"text": "string"
|
2445
3972
|
},
|
2446
|
-
"
|
2447
|
-
"
|
3973
|
+
"default": "'Select an option'",
|
3974
|
+
"description": "Sets the first visible text on the component",
|
3975
|
+
"fieldName": "buttonLabel"
|
2448
3976
|
},
|
2449
3977
|
{
|
2450
|
-
"name": "
|
3978
|
+
"name": "custom-invalid",
|
2451
3979
|
"type": {
|
2452
|
-
"text": "
|
3980
|
+
"text": "string | undefined"
|
2453
3981
|
},
|
2454
|
-
"description": "If
|
2455
|
-
"fieldName": "
|
3982
|
+
"description": "If defined, forces component to invalid state until removed",
|
3983
|
+
"fieldName": "customInvalid"
|
2456
3984
|
},
|
2457
3985
|
{
|
2458
|
-
"name": "
|
3986
|
+
"name": "hide-label",
|
2459
3987
|
"type": {
|
2460
3988
|
"text": "boolean | undefined"
|
2461
3989
|
},
|
2462
|
-
"description": "If true,
|
2463
|
-
"fieldName": "
|
3990
|
+
"description": "If true, hides the label visually",
|
3991
|
+
"fieldName": "hideLabel"
|
2464
3992
|
},
|
2465
3993
|
{
|
2466
|
-
"name": "
|
3994
|
+
"name": "hide-tags",
|
2467
3995
|
"type": {
|
2468
3996
|
"text": "boolean | undefined"
|
2469
3997
|
},
|
2470
|
-
"description": "If true,
|
2471
|
-
"fieldName": "
|
3998
|
+
"description": "If true and mulltiple is true, no tags are displayed under the select",
|
3999
|
+
"fieldName": "hideTags"
|
2472
4000
|
},
|
2473
4001
|
{
|
2474
|
-
"name": "
|
4002
|
+
"name": "hint",
|
2475
4003
|
"type": {
|
2476
|
-
"text": "
|
4004
|
+
"text": "string | undefined"
|
2477
4005
|
},
|
2478
|
-
"description": "If
|
2479
|
-
"fieldName": "
|
4006
|
+
"description": "If defined, sets the hint text under the select component in the form",
|
4007
|
+
"fieldName": "hint"
|
2480
4008
|
},
|
2481
4009
|
{
|
2482
4010
|
"name": "label",
|
2483
4011
|
"type": {
|
2484
4012
|
"text": "string | undefined"
|
2485
4013
|
},
|
2486
|
-
"description": "If defined,
|
4014
|
+
"description": "If defined, displays provided label",
|
2487
4015
|
"fieldName": "label"
|
2488
4016
|
},
|
4017
|
+
{
|
4018
|
+
"name": "max",
|
4019
|
+
"type": {
|
4020
|
+
"text": "number | undefined"
|
4021
|
+
},
|
4022
|
+
"description": "If defined, limits the number of selectable options",
|
4023
|
+
"fieldName": "max"
|
4024
|
+
},
|
4025
|
+
{
|
4026
|
+
"name": "min",
|
4027
|
+
"type": {
|
4028
|
+
"text": "number | undefined"
|
4029
|
+
},
|
4030
|
+
"description": "If defined, sets the minimum number of required options",
|
4031
|
+
"fieldName": "min"
|
4032
|
+
},
|
4033
|
+
{
|
4034
|
+
"name": "multiple",
|
4035
|
+
"type": {
|
4036
|
+
"text": "boolean | undefined"
|
4037
|
+
},
|
4038
|
+
"description": "If true, allows for multiple options to be selected",
|
4039
|
+
"fieldName": "multiple"
|
4040
|
+
},
|
2489
4041
|
{
|
2490
4042
|
"name": "name",
|
2491
4043
|
"type": {
|
2492
4044
|
"text": "string | undefined"
|
2493
4045
|
},
|
2494
|
-
"description": "If defined,
|
4046
|
+
"description": "If defined, set name of the component",
|
2495
4047
|
"fieldName": "name"
|
2496
4048
|
},
|
2497
4049
|
{
|
@@ -2502,19 +4054,10 @@
|
|
2502
4054
|
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2503
4055
|
"fieldName": "requiredLabel"
|
2504
4056
|
},
|
2505
|
-
{
|
2506
|
-
"name": "size",
|
2507
|
-
"type": {
|
2508
|
-
"text": "'sm' | 'md'"
|
2509
|
-
},
|
2510
|
-
"default": "'md'",
|
2511
|
-
"description": "Size of the Radio",
|
2512
|
-
"fieldName": "size"
|
2513
|
-
},
|
2514
4057
|
{
|
2515
4058
|
"name": "severity",
|
2516
4059
|
"type": {
|
2517
|
-
"text": "
|
4060
|
+
"text": "FormFieldBaseProps['severity'] | undefined"
|
2518
4061
|
},
|
2519
4062
|
"description": "If defined, displays provided severity state",
|
2520
4063
|
"fieldName": "severity"
|
@@ -2528,811 +4071,974 @@
|
|
2528
4071
|
"fieldName": "showValid"
|
2529
4072
|
},
|
2530
4073
|
{
|
2531
|
-
"name": "
|
4074
|
+
"name": "size",
|
2532
4075
|
"type": {
|
2533
|
-
"text": "
|
4076
|
+
"text": "'sm' | 'md'"
|
2534
4077
|
},
|
2535
|
-
"default": "''",
|
2536
|
-
"description": "
|
2537
|
-
"fieldName": "
|
4078
|
+
"default": "'md'",
|
4079
|
+
"description": "Size of the Select",
|
4080
|
+
"fieldName": "size"
|
2538
4081
|
}
|
2539
4082
|
],
|
2540
4083
|
"superclass": {
|
2541
4084
|
"name": "FormBase",
|
2542
4085
|
"package": "@internal/components/formBase.js"
|
2543
4086
|
},
|
2544
|
-
"tagName": "skf-
|
4087
|
+
"tagName": "skf-select",
|
2545
4088
|
"customElement": true
|
2546
4089
|
}
|
2547
4090
|
],
|
2548
4091
|
"exports": [
|
2549
4092
|
{
|
2550
4093
|
"kind": "js",
|
2551
|
-
"name": "
|
4094
|
+
"name": "SkfSelect",
|
2552
4095
|
"declaration": {
|
2553
|
-
"name": "
|
2554
|
-
"module": "src/components/
|
4096
|
+
"name": "SkfSelect",
|
4097
|
+
"module": "src/components/select/select.component.ts"
|
2555
4098
|
}
|
2556
4099
|
}
|
2557
4100
|
]
|
2558
4101
|
},
|
2559
4102
|
{
|
2560
4103
|
"kind": "javascript-module",
|
2561
|
-
"path": "src/components/select/select.component.ts",
|
4104
|
+
"path": "src/components/select-option/select-option.component.ts",
|
2562
4105
|
"declarations": [
|
2563
4106
|
{
|
2564
4107
|
"kind": "class",
|
2565
|
-
"description": "The `<skf-select>` is a component
|
2566
|
-
"name": "
|
4108
|
+
"description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.",
|
4109
|
+
"name": "SkfSelectOption",
|
2567
4110
|
"slots": [
|
2568
4111
|
{
|
2569
|
-
"description": "The
|
4112
|
+
"description": "The option's text content",
|
2570
4113
|
"name": ""
|
4114
|
+
},
|
4115
|
+
{
|
4116
|
+
"description": "The option's slot for icon or custom meta information (svg).",
|
4117
|
+
"name": "icon"
|
2571
4118
|
}
|
2572
4119
|
],
|
2573
4120
|
"members": [
|
2574
4121
|
{
|
2575
4122
|
"kind": "field",
|
2576
|
-
"name": "
|
4123
|
+
"name": "shadowRootOptions",
|
2577
4124
|
"type": {
|
2578
|
-
"text": "
|
4125
|
+
"text": "object"
|
2579
4126
|
},
|
2580
|
-
"
|
2581
|
-
"
|
2582
|
-
|
4127
|
+
"static": true,
|
4128
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
|
4129
|
+
},
|
4130
|
+
{
|
4131
|
+
"kind": "field",
|
4132
|
+
"name": "disabled",
|
4133
|
+
"type": {
|
4134
|
+
"text": "boolean | undefined"
|
4135
|
+
},
|
4136
|
+
"description": "If true, prevents interaction with the option",
|
4137
|
+
"attribute": "disabled",
|
2583
4138
|
"reflects": true
|
2584
4139
|
},
|
2585
4140
|
{
|
2586
4141
|
"kind": "field",
|
2587
|
-
"name": "
|
4142
|
+
"name": "icon",
|
2588
4143
|
"type": {
|
2589
|
-
"text": "
|
4144
|
+
"text": "SkfIcon['name'] | undefined"
|
2590
4145
|
},
|
2591
|
-
"description": "If defined,
|
2592
|
-
"attribute": "
|
4146
|
+
"description": "If defined, set an icon",
|
4147
|
+
"attribute": "icon",
|
4148
|
+
"reflects": true
|
2593
4149
|
},
|
2594
4150
|
{
|
2595
4151
|
"kind": "field",
|
2596
|
-
"name": "
|
4152
|
+
"name": "iconColor",
|
2597
4153
|
"type": {
|
2598
|
-
"text": "
|
4154
|
+
"text": "SeverityFgColor | undefined"
|
2599
4155
|
},
|
2600
|
-
"description": "If
|
2601
|
-
"attribute": "
|
4156
|
+
"description": "If defined, sets provided color on the icon",
|
4157
|
+
"attribute": "icon-color",
|
4158
|
+
"reflects": true
|
2602
4159
|
},
|
2603
4160
|
{
|
2604
4161
|
"kind": "field",
|
2605
|
-
"name": "
|
4162
|
+
"name": "selected",
|
2606
4163
|
"type": {
|
2607
4164
|
"text": "boolean | undefined"
|
2608
4165
|
},
|
2609
|
-
"description": "If true
|
2610
|
-
"attribute": "
|
4166
|
+
"description": "If true, sets the option as selected",
|
4167
|
+
"attribute": "selected",
|
2611
4168
|
"reflects": true
|
2612
4169
|
},
|
2613
4170
|
{
|
2614
4171
|
"kind": "field",
|
2615
|
-
"name": "
|
4172
|
+
"name": "shortLabel",
|
2616
4173
|
"type": {
|
2617
4174
|
"text": "string | undefined"
|
2618
4175
|
},
|
2619
|
-
"description": "If defined, sets
|
2620
|
-
"attribute": "
|
4176
|
+
"description": "If defined, sets a short label",
|
4177
|
+
"attribute": "short-label",
|
4178
|
+
"reflects": true
|
2621
4179
|
},
|
2622
4180
|
{
|
2623
4181
|
"kind": "field",
|
2624
|
-
"name": "
|
2625
|
-
"description": "
|
4182
|
+
"name": "text",
|
4183
|
+
"description": "The option's label text (equivalent to the tags textContent)"
|
2626
4184
|
},
|
2627
4185
|
{
|
2628
4186
|
"kind": "field",
|
2629
|
-
"name": "
|
2630
|
-
"description": "
|
4187
|
+
"name": "value",
|
4188
|
+
"description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
|
4189
|
+
"attribute": "value",
|
4190
|
+
"reflects": true
|
2631
4191
|
},
|
2632
4192
|
{
|
2633
4193
|
"kind": "field",
|
2634
|
-
"name": "
|
4194
|
+
"name": "role",
|
2635
4195
|
"type": {
|
2636
|
-
"text": "string
|
4196
|
+
"text": "string"
|
2637
4197
|
},
|
2638
|
-
"
|
2639
|
-
"attribute": "label",
|
2640
|
-
"reflects": true
|
4198
|
+
"default": "'option'"
|
2641
4199
|
},
|
2642
4200
|
{
|
2643
4201
|
"kind": "field",
|
2644
|
-
"name": "
|
4202
|
+
"name": "_parent"
|
4203
|
+
},
|
4204
|
+
{
|
4205
|
+
"kind": "field",
|
4206
|
+
"name": "_shortcutUpdate",
|
2645
4207
|
"type": {
|
2646
|
-
"text": "
|
4208
|
+
"text": "boolean"
|
2647
4209
|
},
|
2648
|
-
"
|
2649
|
-
|
4210
|
+
"default": "false"
|
4211
|
+
}
|
4212
|
+
],
|
4213
|
+
"events": [
|
4214
|
+
{
|
4215
|
+
"description": "{detail: { value: string | null, option: SkfSelectOption }} Fires when the option is selected/deselected.",
|
4216
|
+
"name": "skf-select-option:select"
|
4217
|
+
}
|
4218
|
+
],
|
4219
|
+
"attributes": [
|
4220
|
+
{
|
4221
|
+
"name": "disabled",
|
4222
|
+
"type": {
|
4223
|
+
"text": "boolean | undefined"
|
4224
|
+
},
|
4225
|
+
"description": "If true, prevents interaction with the option",
|
4226
|
+
"fieldName": "disabled"
|
2650
4227
|
},
|
2651
4228
|
{
|
2652
|
-
"
|
2653
|
-
"name": "min",
|
4229
|
+
"name": "icon",
|
2654
4230
|
"type": {
|
2655
|
-
"text": "
|
4231
|
+
"text": "SkfIcon['name'] | undefined"
|
2656
4232
|
},
|
2657
|
-
"description": "If defined,
|
2658
|
-
"
|
4233
|
+
"description": "If defined, set an icon",
|
4234
|
+
"fieldName": "icon"
|
2659
4235
|
},
|
2660
4236
|
{
|
2661
|
-
"
|
2662
|
-
"name": "multiple",
|
4237
|
+
"name": "icon-color",
|
2663
4238
|
"type": {
|
2664
|
-
"text": "
|
4239
|
+
"text": "SeverityFgColor | undefined"
|
2665
4240
|
},
|
2666
|
-
"description": "If
|
2667
|
-
"
|
2668
|
-
"reflects": true
|
4241
|
+
"description": "If defined, sets provided color on the icon",
|
4242
|
+
"fieldName": "iconColor"
|
2669
4243
|
},
|
2670
4244
|
{
|
2671
|
-
"
|
2672
|
-
"name": "name",
|
4245
|
+
"name": "selected",
|
2673
4246
|
"type": {
|
2674
|
-
"text": "
|
4247
|
+
"text": "boolean | undefined"
|
2675
4248
|
},
|
2676
|
-
"description": "If
|
2677
|
-
"
|
4249
|
+
"description": "If true, sets the option as selected",
|
4250
|
+
"fieldName": "selected"
|
2678
4251
|
},
|
2679
4252
|
{
|
2680
|
-
"
|
2681
|
-
"name": "requiredLabel",
|
4253
|
+
"name": "short-label",
|
2682
4254
|
"type": {
|
2683
4255
|
"text": "string | undefined"
|
2684
4256
|
},
|
2685
|
-
"description": "If defined,
|
2686
|
-
"
|
4257
|
+
"description": "If defined, sets a short label",
|
4258
|
+
"fieldName": "shortLabel"
|
2687
4259
|
},
|
4260
|
+
{
|
4261
|
+
"name": "value",
|
4262
|
+
"description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
|
4263
|
+
"fieldName": "value"
|
4264
|
+
}
|
4265
|
+
],
|
4266
|
+
"superclass": {
|
4267
|
+
"name": "SkfElement",
|
4268
|
+
"package": "@internal/components/skf-element.js"
|
4269
|
+
},
|
4270
|
+
"tagName": "skf-select-option",
|
4271
|
+
"customElement": true
|
4272
|
+
}
|
4273
|
+
],
|
4274
|
+
"exports": [
|
4275
|
+
{
|
4276
|
+
"kind": "js",
|
4277
|
+
"name": "SkfSelectOption",
|
4278
|
+
"declaration": {
|
4279
|
+
"name": "SkfSelectOption",
|
4280
|
+
"module": "src/components/select-option/select-option.component.ts"
|
4281
|
+
}
|
4282
|
+
}
|
4283
|
+
]
|
4284
|
+
},
|
4285
|
+
{
|
4286
|
+
"kind": "javascript-module",
|
4287
|
+
"path": "src/components/select-option-group/select-option-group.component.ts",
|
4288
|
+
"declarations": [
|
4289
|
+
{
|
4290
|
+
"kind": "class",
|
4291
|
+
"description": "The `<skf-select-option-group>` is a component that groups select-options",
|
4292
|
+
"name": "SkfSelectOptionGroup",
|
4293
|
+
"slots": [
|
4294
|
+
{
|
4295
|
+
"description": "The component's placeholder content",
|
4296
|
+
"name": ""
|
4297
|
+
}
|
4298
|
+
],
|
4299
|
+
"members": [
|
2688
4300
|
{
|
2689
4301
|
"kind": "field",
|
2690
|
-
"name": "
|
4302
|
+
"name": "label",
|
2691
4303
|
"type": {
|
2692
|
-
"text": "
|
4304
|
+
"text": "string"
|
2693
4305
|
},
|
2694
|
-
"
|
2695
|
-
"attribute": "
|
2696
|
-
|
4306
|
+
"default": "'Default label'",
|
4307
|
+
"attribute": "label",
|
4308
|
+
"reflects": true
|
4309
|
+
}
|
4310
|
+
],
|
4311
|
+
"attributes": [
|
4312
|
+
{
|
4313
|
+
"name": "label",
|
4314
|
+
"type": {
|
4315
|
+
"text": "string"
|
4316
|
+
},
|
4317
|
+
"default": "'Default label'",
|
4318
|
+
"fieldName": "label"
|
4319
|
+
}
|
4320
|
+
],
|
4321
|
+
"superclass": {
|
4322
|
+
"name": "SkfElement",
|
4323
|
+
"package": "@internal/components/skf-element"
|
4324
|
+
},
|
4325
|
+
"tagName": "skf-select-option-group",
|
4326
|
+
"customElement": true
|
4327
|
+
}
|
4328
|
+
],
|
4329
|
+
"exports": [
|
4330
|
+
{
|
4331
|
+
"kind": "js",
|
4332
|
+
"name": "SkfSelectOptionGroup",
|
4333
|
+
"declaration": {
|
4334
|
+
"name": "SkfSelectOptionGroup",
|
4335
|
+
"module": "src/components/select-option-group/select-option-group.component.ts"
|
4336
|
+
}
|
4337
|
+
}
|
4338
|
+
]
|
4339
|
+
},
|
4340
|
+
{
|
4341
|
+
"kind": "javascript-module",
|
4342
|
+
"path": "src/components/stepper/stepper.component.ts",
|
4343
|
+
"declarations": [
|
4344
|
+
{
|
4345
|
+
"kind": "class",
|
4346
|
+
"description": "The `<skf-stepper>` is a component that displays a list of actions or options.",
|
4347
|
+
"name": "SkfStepper",
|
4348
|
+
"slots": [
|
4349
|
+
{
|
4350
|
+
"description": "One or more `<skf-stepper-item>`",
|
4351
|
+
"name": ""
|
4352
|
+
}
|
4353
|
+
],
|
4354
|
+
"members": [
|
2697
4355
|
{
|
2698
4356
|
"kind": "field",
|
2699
|
-
"name": "
|
4357
|
+
"name": "activeIndex",
|
2700
4358
|
"type": {
|
2701
|
-
"text": "
|
4359
|
+
"text": "number"
|
2702
4360
|
},
|
2703
|
-
"
|
2704
|
-
"
|
4361
|
+
"default": "-1",
|
4362
|
+
"description": "Sets the active item",
|
4363
|
+
"attribute": "activeIndex"
|
2705
4364
|
},
|
2706
4365
|
{
|
2707
4366
|
"kind": "field",
|
2708
|
-
"name": "
|
4367
|
+
"name": "linear",
|
2709
4368
|
"type": {
|
2710
|
-
"text": "
|
4369
|
+
"text": "boolean"
|
2711
4370
|
},
|
2712
|
-
"default": "
|
2713
|
-
"description": "
|
2714
|
-
"attribute": "
|
2715
|
-
"reflects": true
|
2716
|
-
},
|
2717
|
-
{
|
2718
|
-
"kind": "field",
|
2719
|
-
"name": "value",
|
2720
|
-
"description": "Read only, returns the selected value. (if multiple: in a comma separated string)"
|
4371
|
+
"default": "false",
|
4372
|
+
"description": "If true, sets linear mode (user can't go back to completed steps due to dependencies)",
|
4373
|
+
"attribute": "linear"
|
2721
4374
|
},
|
2722
4375
|
{
|
2723
4376
|
"kind": "field",
|
2724
|
-
"name": "
|
2725
|
-
"
|
2726
|
-
"text": "array"
|
2727
|
-
},
|
2728
|
-
"default": "[]"
|
4377
|
+
"name": "_handleSelected",
|
4378
|
+
"privacy": "private"
|
2729
4379
|
}
|
2730
4380
|
],
|
2731
4381
|
"events": [
|
2732
4382
|
{
|
2733
|
-
"description": "
|
2734
|
-
"name": "
|
2735
|
-
},
|
2736
|
-
{
|
2737
|
-
"description": "Fired when the select is invalid",
|
2738
|
-
"name": "invalid"
|
2739
|
-
},
|
2740
|
-
{
|
2741
|
-
"description": "Fired when the form is reset",
|
2742
|
-
"name": "reset"
|
2743
|
-
},
|
2744
|
-
{
|
2745
|
-
"description": "{detail: {expanded: boolean}} Fired when the select dropdown is toggled",
|
2746
|
-
"name": "skf-select:dropdown"
|
2747
|
-
},
|
2748
|
-
{
|
2749
|
-
"description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
|
2750
|
-
"name": "skf-select-option:select"
|
4383
|
+
"description": "Dispatched when the stepper item is selected",
|
4384
|
+
"name": "skf-stepper-item-select"
|
2751
4385
|
}
|
2752
4386
|
],
|
2753
4387
|
"attributes": [
|
2754
4388
|
{
|
4389
|
+
"name": "activeIndex",
|
2755
4390
|
"type": {
|
2756
|
-
"text": "
|
2757
|
-
},
|
2758
|
-
"description": "If true, the select is disabled\t`default: false`",
|
2759
|
-
"name": "disabled"
|
2760
|
-
},
|
2761
|
-
{
|
2762
|
-
"name": "button-label",
|
2763
|
-
"type": {
|
2764
|
-
"text": "string"
|
2765
|
-
},
|
2766
|
-
"default": "'Select an option'",
|
2767
|
-
"description": "Sets the first visible text on the component",
|
2768
|
-
"fieldName": "buttonLabel"
|
2769
|
-
},
|
2770
|
-
{
|
2771
|
-
"name": "custom-invalid",
|
2772
|
-
"type": {
|
2773
|
-
"text": "string | undefined"
|
2774
|
-
},
|
2775
|
-
"description": "If defined, forces component to invalid state until removed",
|
2776
|
-
"fieldName": "customInvalid"
|
2777
|
-
},
|
2778
|
-
{
|
2779
|
-
"name": "hide-label",
|
2780
|
-
"type": {
|
2781
|
-
"text": "boolean | undefined"
|
4391
|
+
"text": "number"
|
2782
4392
|
},
|
2783
|
-
"
|
2784
|
-
"
|
4393
|
+
"default": "-1",
|
4394
|
+
"description": "Sets the active item",
|
4395
|
+
"fieldName": "activeIndex"
|
2785
4396
|
},
|
2786
4397
|
{
|
2787
|
-
"name": "
|
4398
|
+
"name": "linear",
|
2788
4399
|
"type": {
|
2789
|
-
"text": "boolean
|
4400
|
+
"text": "boolean"
|
2790
4401
|
},
|
2791
|
-
"
|
2792
|
-
"
|
2793
|
-
|
4402
|
+
"default": "false",
|
4403
|
+
"description": "If true, sets linear mode (user can't go back to completed steps due to dependencies)",
|
4404
|
+
"fieldName": "linear"
|
4405
|
+
}
|
4406
|
+
],
|
4407
|
+
"superclass": {
|
4408
|
+
"name": "SkfElement",
|
4409
|
+
"package": "@internal/components/skf-element"
|
4410
|
+
},
|
4411
|
+
"tagName": "skf-stepper",
|
4412
|
+
"customElement": true
|
4413
|
+
}
|
4414
|
+
],
|
4415
|
+
"exports": [
|
4416
|
+
{
|
4417
|
+
"kind": "js",
|
4418
|
+
"name": "SkfStepper",
|
4419
|
+
"declaration": {
|
4420
|
+
"name": "SkfStepper",
|
4421
|
+
"module": "src/components/stepper/stepper.component.ts"
|
4422
|
+
}
|
4423
|
+
}
|
4424
|
+
]
|
4425
|
+
},
|
4426
|
+
{
|
4427
|
+
"kind": "javascript-module",
|
4428
|
+
"path": "src/components/stepper-item/stepper-item.component.ts",
|
4429
|
+
"declarations": [
|
4430
|
+
{
|
4431
|
+
"kind": "class",
|
4432
|
+
"description": "The `<skf-stepper-item>` is used in conjunction with the `<skf-stepper>` component",
|
4433
|
+
"name": "SkfStepperItem",
|
4434
|
+
"slots": [
|
2794
4435
|
{
|
2795
|
-
"
|
2796
|
-
"
|
2797
|
-
|
2798
|
-
|
2799
|
-
|
2800
|
-
"fieldName": "hint"
|
2801
|
-
},
|
4436
|
+
"description": "Label of the stepper item",
|
4437
|
+
"name": ""
|
4438
|
+
}
|
4439
|
+
],
|
4440
|
+
"members": [
|
2802
4441
|
{
|
2803
|
-
"
|
4442
|
+
"kind": "field",
|
4443
|
+
"name": "#muteEvents",
|
4444
|
+
"privacy": "private",
|
2804
4445
|
"type": {
|
2805
|
-
"text": "
|
4446
|
+
"text": "boolean"
|
2806
4447
|
},
|
2807
|
-
"
|
2808
|
-
"fieldName": "label"
|
4448
|
+
"default": "false"
|
2809
4449
|
},
|
2810
4450
|
{
|
2811
|
-
"
|
4451
|
+
"kind": "field",
|
4452
|
+
"name": "#triggerActiveIndexUpdate",
|
4453
|
+
"privacy": "private",
|
2812
4454
|
"type": {
|
2813
|
-
"text": "
|
4455
|
+
"text": "boolean"
|
2814
4456
|
},
|
2815
|
-
"
|
2816
|
-
"fieldName": "max"
|
4457
|
+
"default": "false"
|
2817
4458
|
},
|
2818
4459
|
{
|
2819
|
-
"
|
4460
|
+
"kind": "field",
|
4461
|
+
"name": "state",
|
2820
4462
|
"type": {
|
2821
|
-
"text": "
|
4463
|
+
"text": "Extract<SkfStepperItemState, 'active' | 'completed'> | undefined"
|
2822
4464
|
},
|
2823
|
-
"description": "If defined,
|
2824
|
-
"
|
4465
|
+
"description": "If defined, gives the supplied appearance",
|
4466
|
+
"attribute": "state",
|
4467
|
+
"reflects": true
|
2825
4468
|
},
|
2826
4469
|
{
|
2827
|
-
"
|
4470
|
+
"kind": "field",
|
4471
|
+
"name": "completed",
|
2828
4472
|
"type": {
|
2829
|
-
"text": "boolean
|
4473
|
+
"text": "boolean"
|
2830
4474
|
},
|
2831
|
-
"
|
2832
|
-
"
|
4475
|
+
"default": "false",
|
4476
|
+
"description": "If true, item marked as completed",
|
4477
|
+
"attribute": "completed"
|
2833
4478
|
},
|
2834
4479
|
{
|
2835
|
-
"
|
2836
|
-
"
|
2837
|
-
"text": "string | undefined"
|
2838
|
-
},
|
2839
|
-
"description": "If defined, set name of the component",
|
2840
|
-
"fieldName": "name"
|
4480
|
+
"kind": "field",
|
4481
|
+
"name": "_setInternalState"
|
2841
4482
|
},
|
2842
4483
|
{
|
2843
|
-
"
|
4484
|
+
"kind": "field",
|
4485
|
+
"name": "role",
|
2844
4486
|
"type": {
|
2845
|
-
"text": "string
|
4487
|
+
"text": "string"
|
2846
4488
|
},
|
2847
|
-
"
|
2848
|
-
|
2849
|
-
|
4489
|
+
"default": "'listitem'"
|
4490
|
+
}
|
4491
|
+
],
|
4492
|
+
"events": [
|
2850
4493
|
{
|
2851
|
-
"
|
2852
|
-
"
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
"fieldName": "severity"
|
2857
|
-
},
|
4494
|
+
"description": "Dispatched when the stepper item is selected",
|
4495
|
+
"name": "skf-stepper-item-select"
|
4496
|
+
}
|
4497
|
+
],
|
4498
|
+
"attributes": [
|
2858
4499
|
{
|
2859
|
-
"name": "
|
4500
|
+
"name": "state",
|
2860
4501
|
"type": {
|
2861
|
-
"text": "
|
4502
|
+
"text": "Extract<SkfStepperItemState, 'active' | 'completed'> | undefined"
|
2862
4503
|
},
|
2863
|
-
"description": "If
|
2864
|
-
"fieldName": "
|
4504
|
+
"description": "If defined, gives the supplied appearance",
|
4505
|
+
"fieldName": "state"
|
2865
4506
|
},
|
2866
4507
|
{
|
2867
|
-
"name": "
|
4508
|
+
"name": "completed",
|
2868
4509
|
"type": {
|
2869
|
-
"text": "
|
4510
|
+
"text": "boolean"
|
2870
4511
|
},
|
2871
|
-
"default": "
|
2872
|
-
"description": "
|
2873
|
-
"fieldName": "
|
4512
|
+
"default": "false",
|
4513
|
+
"description": "If true, item marked as completed",
|
4514
|
+
"fieldName": "completed"
|
2874
4515
|
}
|
2875
4516
|
],
|
2876
4517
|
"superclass": {
|
2877
|
-
"name": "
|
2878
|
-
"package": "@internal/components/
|
4518
|
+
"name": "SkfElement",
|
4519
|
+
"package": "@internal/components/skf-element"
|
2879
4520
|
},
|
2880
|
-
"tagName": "skf-
|
4521
|
+
"tagName": "skf-stepper-item",
|
2881
4522
|
"customElement": true
|
2882
4523
|
}
|
2883
4524
|
],
|
2884
4525
|
"exports": [
|
2885
4526
|
{
|
2886
4527
|
"kind": "js",
|
2887
|
-
"name": "
|
4528
|
+
"name": "SkfStepperItem",
|
2888
4529
|
"declaration": {
|
2889
|
-
"name": "
|
2890
|
-
"module": "src/components/
|
4530
|
+
"name": "SkfStepperItem",
|
4531
|
+
"module": "src/components/stepper-item/stepper-item.component.ts"
|
2891
4532
|
}
|
2892
4533
|
}
|
2893
4534
|
]
|
2894
4535
|
},
|
2895
4536
|
{
|
2896
4537
|
"kind": "javascript-module",
|
2897
|
-
"path": "src/components/
|
4538
|
+
"path": "src/components/switch/switch.component.ts",
|
2898
4539
|
"declarations": [
|
2899
4540
|
{
|
2900
4541
|
"kind": "class",
|
2901
|
-
"description": "The `<skf-
|
2902
|
-
"name": "
|
4542
|
+
"description": "The `<skf-switch>` is a component that displays a list of actions or options",
|
4543
|
+
"name": "SkfSwitch",
|
2903
4544
|
"slots": [
|
2904
4545
|
{
|
2905
|
-
"description": "The
|
4546
|
+
"description": "The Switchs label. Alternatively, you can use the `label` attribute.",
|
2906
4547
|
"name": ""
|
2907
|
-
},
|
2908
|
-
{
|
2909
|
-
"description": "The option's slot for icon or custom meta information (svg).",
|
2910
|
-
"name": "icon"
|
2911
4548
|
}
|
2912
4549
|
],
|
2913
4550
|
"members": [
|
2914
4551
|
{
|
2915
4552
|
"kind": "field",
|
2916
|
-
"name": "
|
4553
|
+
"name": "_initialChecked",
|
2917
4554
|
"type": {
|
2918
|
-
"text": "
|
4555
|
+
"text": "boolean | undefined"
|
2919
4556
|
},
|
2920
|
-
"
|
2921
|
-
"default": "
|
4557
|
+
"privacy": "private",
|
4558
|
+
"default": "false"
|
2922
4559
|
},
|
2923
4560
|
{
|
2924
4561
|
"kind": "field",
|
2925
|
-
"name": "
|
4562
|
+
"name": "debug",
|
2926
4563
|
"type": {
|
2927
4564
|
"text": "boolean | undefined"
|
2928
4565
|
},
|
2929
|
-
"description": "If true,
|
2930
|
-
"attribute": "
|
2931
|
-
"reflects": true
|
4566
|
+
"description": "If true, outputs helping hints in console",
|
4567
|
+
"attribute": "debug"
|
2932
4568
|
},
|
2933
4569
|
{
|
2934
4570
|
"kind": "field",
|
2935
|
-
"name": "
|
4571
|
+
"name": "checked",
|
2936
4572
|
"type": {
|
2937
|
-
"text": "
|
4573
|
+
"text": "boolean | undefined"
|
2938
4574
|
},
|
2939
|
-
"description": "If
|
2940
|
-
"attribute": "
|
4575
|
+
"description": "If true, outputs helping hints in console",
|
4576
|
+
"attribute": "checked",
|
2941
4577
|
"reflects": true
|
2942
4578
|
},
|
2943
4579
|
{
|
2944
4580
|
"kind": "field",
|
2945
|
-
"name": "
|
4581
|
+
"name": "hideLabel",
|
2946
4582
|
"type": {
|
2947
|
-
"text": "
|
4583
|
+
"text": "boolean | undefined"
|
2948
4584
|
},
|
2949
|
-
"description": "If
|
2950
|
-
"attribute": "
|
4585
|
+
"description": "If true, hides the label visually",
|
4586
|
+
"attribute": "hide-label",
|
2951
4587
|
"reflects": true
|
2952
4588
|
},
|
2953
4589
|
{
|
2954
4590
|
"kind": "field",
|
2955
|
-
"name": "
|
4591
|
+
"name": "label",
|
2956
4592
|
"type": {
|
2957
|
-
"text": "
|
4593
|
+
"text": "string | undefined"
|
2958
4594
|
},
|
2959
|
-
"description": "If
|
2960
|
-
"attribute": "
|
2961
|
-
"reflects": true
|
4595
|
+
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
4596
|
+
"attribute": "label"
|
2962
4597
|
},
|
2963
4598
|
{
|
2964
4599
|
"kind": "field",
|
2965
|
-
"name": "
|
4600
|
+
"name": "name",
|
2966
4601
|
"type": {
|
2967
4602
|
"text": "string | undefined"
|
2968
4603
|
},
|
2969
|
-
"description": "If defined,
|
2970
|
-
"attribute": "
|
2971
|
-
"reflects": true
|
4604
|
+
"description": "If defined, adds name to the input-element",
|
4605
|
+
"attribute": "name"
|
2972
4606
|
},
|
2973
4607
|
{
|
2974
4608
|
"kind": "field",
|
2975
|
-
"name": "
|
2976
|
-
"
|
4609
|
+
"name": "requiredLabel",
|
4610
|
+
"type": {
|
4611
|
+
"text": "string | undefined"
|
4612
|
+
},
|
4613
|
+
"description": "If defined, renders an alternative A11y text for the asterisk",
|
4614
|
+
"attribute": "required-label"
|
2977
4615
|
},
|
2978
4616
|
{
|
2979
4617
|
"kind": "field",
|
2980
|
-
"name": "
|
2981
|
-
"
|
2982
|
-
|
4618
|
+
"name": "size",
|
4619
|
+
"type": {
|
4620
|
+
"text": "'sm' | 'md'"
|
4621
|
+
},
|
4622
|
+
"default": "'md'",
|
4623
|
+
"description": "Size of the Switch",
|
4624
|
+
"attribute": "size",
|
2983
4625
|
"reflects": true
|
2984
4626
|
},
|
2985
4627
|
{
|
2986
4628
|
"kind": "field",
|
2987
|
-
"name": "
|
4629
|
+
"name": "value",
|
2988
4630
|
"type": {
|
2989
4631
|
"text": "string"
|
2990
4632
|
},
|
2991
|
-
"default": "'
|
4633
|
+
"default": "''",
|
4634
|
+
"description": "The current value of the input field",
|
4635
|
+
"attribute": "value"
|
2992
4636
|
},
|
2993
4637
|
{
|
2994
|
-
"kind": "
|
2995
|
-
"name": "
|
4638
|
+
"kind": "method",
|
4639
|
+
"name": "debugOutput"
|
4640
|
+
}
|
4641
|
+
],
|
4642
|
+
"attributes": [
|
4643
|
+
{
|
4644
|
+
"type": {
|
4645
|
+
"text": "boolean"
|
4646
|
+
},
|
4647
|
+
"description": "If true, sets disabled state",
|
4648
|
+
"name": "disabled"
|
2996
4649
|
},
|
2997
4650
|
{
|
2998
|
-
"kind": "field",
|
2999
|
-
"name": "_shortcutUpdate",
|
3000
4651
|
"type": {
|
3001
4652
|
"text": "boolean"
|
3002
4653
|
},
|
3003
|
-
"
|
3004
|
-
|
3005
|
-
|
3006
|
-
"events": [
|
4654
|
+
"description": "If true, value is required or must be checked for the form to be submittable",
|
4655
|
+
"name": "required"
|
4656
|
+
},
|
3007
4657
|
{
|
3008
|
-
"
|
3009
|
-
"
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
4658
|
+
"name": "debug",
|
4659
|
+
"type": {
|
4660
|
+
"text": "boolean | undefined"
|
4661
|
+
},
|
4662
|
+
"description": "If true, outputs helping hints in console",
|
4663
|
+
"fieldName": "debug"
|
4664
|
+
},
|
3013
4665
|
{
|
3014
|
-
"name": "
|
4666
|
+
"name": "checked",
|
3015
4667
|
"type": {
|
3016
4668
|
"text": "boolean | undefined"
|
3017
4669
|
},
|
3018
|
-
"description": "If true,
|
3019
|
-
"fieldName": "
|
4670
|
+
"description": "If true, outputs helping hints in console",
|
4671
|
+
"fieldName": "checked"
|
3020
4672
|
},
|
3021
4673
|
{
|
3022
|
-
"name": "
|
4674
|
+
"name": "hide-label",
|
3023
4675
|
"type": {
|
3024
|
-
"text": "
|
4676
|
+
"text": "boolean | undefined"
|
3025
4677
|
},
|
3026
|
-
"description": "If
|
3027
|
-
"fieldName": "
|
4678
|
+
"description": "If true, hides the label visually",
|
4679
|
+
"fieldName": "hideLabel"
|
3028
4680
|
},
|
3029
4681
|
{
|
3030
|
-
"name": "
|
4682
|
+
"name": "label",
|
3031
4683
|
"type": {
|
3032
|
-
"text": "
|
4684
|
+
"text": "string | undefined"
|
3033
4685
|
},
|
3034
|
-
"description": "If defined, sets
|
3035
|
-
"fieldName": "
|
4686
|
+
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
4687
|
+
"fieldName": "label"
|
3036
4688
|
},
|
3037
4689
|
{
|
3038
|
-
"name": "
|
4690
|
+
"name": "name",
|
3039
4691
|
"type": {
|
3040
|
-
"text": "
|
4692
|
+
"text": "string | undefined"
|
3041
4693
|
},
|
3042
|
-
"description": "If
|
3043
|
-
"fieldName": "
|
4694
|
+
"description": "If defined, adds name to the input-element",
|
4695
|
+
"fieldName": "name"
|
3044
4696
|
},
|
3045
4697
|
{
|
3046
|
-
"name": "
|
4698
|
+
"name": "required-label",
|
3047
4699
|
"type": {
|
3048
4700
|
"text": "string | undefined"
|
3049
4701
|
},
|
3050
|
-
"description": "If defined,
|
3051
|
-
"fieldName": "
|
4702
|
+
"description": "If defined, renders an alternative A11y text for the asterisk",
|
4703
|
+
"fieldName": "requiredLabel"
|
4704
|
+
},
|
4705
|
+
{
|
4706
|
+
"name": "size",
|
4707
|
+
"type": {
|
4708
|
+
"text": "'sm' | 'md'"
|
4709
|
+
},
|
4710
|
+
"default": "'md'",
|
4711
|
+
"description": "Size of the Switch",
|
4712
|
+
"fieldName": "size"
|
3052
4713
|
},
|
3053
4714
|
{
|
3054
4715
|
"name": "value",
|
3055
|
-
"
|
4716
|
+
"type": {
|
4717
|
+
"text": "string"
|
4718
|
+
},
|
4719
|
+
"default": "''",
|
4720
|
+
"description": "The current value of the input field",
|
3056
4721
|
"fieldName": "value"
|
3057
4722
|
}
|
3058
4723
|
],
|
3059
4724
|
"superclass": {
|
3060
|
-
"name": "
|
3061
|
-
"package": "@internal/components/
|
4725
|
+
"name": "FormBase",
|
4726
|
+
"package": "@internal/components/formBase.js"
|
3062
4727
|
},
|
3063
|
-
"tagName": "skf-
|
4728
|
+
"tagName": "skf-switch",
|
3064
4729
|
"customElement": true
|
3065
4730
|
}
|
3066
4731
|
],
|
3067
4732
|
"exports": [
|
3068
4733
|
{
|
3069
4734
|
"kind": "js",
|
3070
|
-
"name": "
|
4735
|
+
"name": "SkfSwitch",
|
3071
4736
|
"declaration": {
|
3072
|
-
"name": "
|
3073
|
-
"module": "src/components/
|
4737
|
+
"name": "SkfSwitch",
|
4738
|
+
"module": "src/components/switch/switch.component.ts"
|
3074
4739
|
}
|
3075
4740
|
}
|
3076
4741
|
]
|
3077
4742
|
},
|
3078
4743
|
{
|
3079
4744
|
"kind": "javascript-module",
|
3080
|
-
"path": "src/components/
|
4745
|
+
"path": "src/components/tab/tab.component.ts",
|
3081
4746
|
"declarations": [
|
3082
4747
|
{
|
3083
4748
|
"kind": "class",
|
3084
|
-
"description": "The `<skf-
|
3085
|
-
"name": "
|
4749
|
+
"description": "The `<skf-tab>` is a component that displays a list of actions or options",
|
4750
|
+
"name": "SkfTab",
|
3086
4751
|
"slots": [
|
3087
4752
|
{
|
3088
|
-
"description": "The
|
4753
|
+
"description": "The tab's label",
|
3089
4754
|
"name": ""
|
3090
4755
|
}
|
3091
4756
|
],
|
3092
4757
|
"members": [
|
3093
4758
|
{
|
3094
4759
|
"kind": "field",
|
3095
|
-
"name": "
|
4760
|
+
"name": "panel",
|
3096
4761
|
"type": {
|
3097
4762
|
"text": "string"
|
3098
4763
|
},
|
3099
|
-
"default": "'
|
3100
|
-
"
|
4764
|
+
"default": "''",
|
4765
|
+
"description": "The name of the tab-panel this tab is associated with. The panel must be located in the same tab group.",
|
4766
|
+
"attribute": "panel",
|
3101
4767
|
"reflects": true
|
4768
|
+
},
|
4769
|
+
{
|
4770
|
+
"kind": "field",
|
4771
|
+
"name": "selected",
|
4772
|
+
"type": {
|
4773
|
+
"text": "boolean"
|
4774
|
+
},
|
4775
|
+
"default": "false"
|
4776
|
+
},
|
4777
|
+
{
|
4778
|
+
"kind": "field",
|
4779
|
+
"name": "variant",
|
4780
|
+
"type": {
|
4781
|
+
"text": "SkfTabGroup['variant']"
|
4782
|
+
},
|
4783
|
+
"default": "'expanded'"
|
4784
|
+
},
|
4785
|
+
{
|
4786
|
+
"kind": "field",
|
4787
|
+
"name": "role",
|
4788
|
+
"type": {
|
4789
|
+
"text": "string"
|
4790
|
+
},
|
4791
|
+
"default": "'tab'"
|
4792
|
+
}
|
4793
|
+
],
|
4794
|
+
"events": [
|
4795
|
+
{
|
4796
|
+
"type": {
|
4797
|
+
"text": "CustomEvent"
|
4798
|
+
},
|
4799
|
+
"description": "{detail: { selected: true, tab: SkfTab }} Fires when the tab is selected",
|
4800
|
+
"name": "skf-tab-select"
|
4801
|
+
},
|
4802
|
+
{
|
4803
|
+
"description": "Fired when the component is clicked",
|
4804
|
+
"name": "click"
|
3102
4805
|
}
|
3103
4806
|
],
|
3104
4807
|
"attributes": [
|
3105
4808
|
{
|
3106
|
-
"name": "
|
4809
|
+
"name": "panel",
|
3107
4810
|
"type": {
|
3108
4811
|
"text": "string"
|
3109
4812
|
},
|
3110
|
-
"default": "'
|
3111
|
-
"
|
4813
|
+
"default": "''",
|
4814
|
+
"description": "The name of the tab-panel this tab is associated with. The panel must be located in the same tab group.",
|
4815
|
+
"fieldName": "panel"
|
3112
4816
|
}
|
3113
4817
|
],
|
3114
4818
|
"superclass": {
|
3115
4819
|
"name": "SkfElement",
|
3116
4820
|
"package": "@internal/components/skf-element"
|
3117
4821
|
},
|
3118
|
-
"tagName": "skf-
|
4822
|
+
"tagName": "skf-tab",
|
3119
4823
|
"customElement": true
|
3120
4824
|
}
|
3121
4825
|
],
|
3122
4826
|
"exports": [
|
3123
4827
|
{
|
3124
4828
|
"kind": "js",
|
3125
|
-
"name": "
|
4829
|
+
"name": "SkfTab",
|
3126
4830
|
"declaration": {
|
3127
|
-
"name": "
|
3128
|
-
"module": "src/components/
|
4831
|
+
"name": "SkfTab",
|
4832
|
+
"module": "src/components/tab/tab.component.ts"
|
3129
4833
|
}
|
3130
4834
|
}
|
3131
4835
|
]
|
3132
4836
|
},
|
3133
4837
|
{
|
3134
4838
|
"kind": "javascript-module",
|
3135
|
-
"path": "src/components/
|
4839
|
+
"path": "src/components/tab-group/tab-group.component.ts",
|
3136
4840
|
"declarations": [
|
3137
4841
|
{
|
3138
4842
|
"kind": "class",
|
3139
|
-
"description": "The `<skf-
|
3140
|
-
"name": "
|
4843
|
+
"description": "The `<skf-tab-group>` is a component that displays a list of actions or options.",
|
4844
|
+
"name": "SkfTabGroup",
|
3141
4845
|
"slots": [
|
3142
4846
|
{
|
3143
|
-
"description": "
|
4847
|
+
"description": "Used for grouping tab panels in the tab group. Must be <skf-tab-panel> elements",
|
3144
4848
|
"name": ""
|
4849
|
+
},
|
4850
|
+
{
|
4851
|
+
"description": "Used for grouping tabs in the tab group. Must be <skf-tab> elements",
|
4852
|
+
"name": "tabs"
|
3145
4853
|
}
|
3146
4854
|
],
|
3147
4855
|
"members": [
|
3148
4856
|
{
|
3149
4857
|
"kind": "field",
|
3150
|
-
"name": "
|
3151
|
-
"type": {
|
3152
|
-
"text": "boolean | undefined"
|
3153
|
-
},
|
3154
|
-
"privacy": "private",
|
3155
|
-
"default": "false"
|
3156
|
-
},
|
3157
|
-
{
|
3158
|
-
"kind": "field",
|
3159
|
-
"name": "debug",
|
3160
|
-
"type": {
|
3161
|
-
"text": "boolean | undefined"
|
3162
|
-
},
|
3163
|
-
"description": "If true, outputs helping hints in console",
|
3164
|
-
"attribute": "debug"
|
3165
|
-
},
|
3166
|
-
{
|
3167
|
-
"kind": "field",
|
3168
|
-
"name": "checked",
|
3169
|
-
"type": {
|
3170
|
-
"text": "boolean | undefined"
|
3171
|
-
},
|
3172
|
-
"description": "If true, outputs helping hints in console",
|
3173
|
-
"attribute": "checked",
|
3174
|
-
"reflects": true
|
3175
|
-
},
|
3176
|
-
{
|
3177
|
-
"kind": "field",
|
3178
|
-
"name": "hideLabel",
|
3179
|
-
"type": {
|
3180
|
-
"text": "boolean | undefined"
|
3181
|
-
},
|
3182
|
-
"description": "If true, hides the label visually",
|
3183
|
-
"attribute": "hide-label",
|
3184
|
-
"reflects": true
|
3185
|
-
},
|
3186
|
-
{
|
3187
|
-
"kind": "field",
|
3188
|
-
"name": "label",
|
3189
|
-
"type": {
|
3190
|
-
"text": "string | undefined"
|
3191
|
-
},
|
3192
|
-
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
3193
|
-
"attribute": "label"
|
3194
|
-
},
|
3195
|
-
{
|
3196
|
-
"kind": "field",
|
3197
|
-
"name": "name",
|
4858
|
+
"name": "defaultSelected",
|
3198
4859
|
"type": {
|
3199
|
-
"text": "
|
4860
|
+
"text": "number"
|
3200
4861
|
},
|
3201
|
-
"
|
3202
|
-
"
|
4862
|
+
"default": "0",
|
4863
|
+
"description": "Sets the default selected tab",
|
4864
|
+
"attribute": "default-selected"
|
3203
4865
|
},
|
3204
4866
|
{
|
3205
4867
|
"kind": "field",
|
3206
|
-
"name": "
|
4868
|
+
"name": "noBorder",
|
3207
4869
|
"type": {
|
3208
|
-
"text": "
|
4870
|
+
"text": "boolean"
|
3209
4871
|
},
|
3210
|
-
"
|
3211
|
-
"
|
4872
|
+
"default": "false",
|
4873
|
+
"description": "If true, removes border",
|
4874
|
+
"attribute": "no-border"
|
3212
4875
|
},
|
3213
4876
|
{
|
3214
4877
|
"kind": "field",
|
3215
|
-
"name": "
|
4878
|
+
"name": "noPadding",
|
3216
4879
|
"type": {
|
3217
|
-
"text": "
|
4880
|
+
"text": "boolean"
|
3218
4881
|
},
|
3219
|
-
"default": "
|
3220
|
-
"description": "
|
3221
|
-
"attribute": "
|
3222
|
-
"reflects": true
|
4882
|
+
"default": "false",
|
4883
|
+
"description": "If true, removes padding",
|
4884
|
+
"attribute": "no-padding"
|
3223
4885
|
},
|
3224
4886
|
{
|
3225
4887
|
"kind": "field",
|
3226
|
-
"name": "
|
4888
|
+
"name": "stretch",
|
3227
4889
|
"type": {
|
3228
|
-
"text": "
|
4890
|
+
"text": "boolean"
|
3229
4891
|
},
|
3230
|
-
"default": "
|
3231
|
-
"description": "
|
3232
|
-
"attribute": "
|
4892
|
+
"default": "false",
|
4893
|
+
"description": "If true, component fills the parent element height",
|
4894
|
+
"attribute": "stretch"
|
3233
4895
|
},
|
3234
4896
|
{
|
3235
|
-
"kind": "
|
3236
|
-
"name": "
|
4897
|
+
"kind": "field",
|
4898
|
+
"name": "variant",
|
4899
|
+
"type": {
|
4900
|
+
"text": "'compressed' | 'expanded'"
|
4901
|
+
},
|
4902
|
+
"default": "'expanded'",
|
4903
|
+
"description": "Sets the appearance of the tabs",
|
4904
|
+
"attribute": "variant",
|
4905
|
+
"reflects": true
|
3237
4906
|
}
|
3238
4907
|
],
|
3239
4908
|
"attributes": [
|
3240
4909
|
{
|
4910
|
+
"name": "default-selected",
|
3241
4911
|
"type": {
|
3242
|
-
"text": "
|
4912
|
+
"text": "number"
|
3243
4913
|
},
|
3244
|
-
"
|
3245
|
-
"
|
4914
|
+
"default": "0",
|
4915
|
+
"description": "Sets the default selected tab",
|
4916
|
+
"fieldName": "defaultSelected"
|
3246
4917
|
},
|
3247
4918
|
{
|
4919
|
+
"name": "no-border",
|
3248
4920
|
"type": {
|
3249
4921
|
"text": "boolean"
|
3250
4922
|
},
|
3251
|
-
"
|
3252
|
-
"
|
4923
|
+
"default": "false",
|
4924
|
+
"description": "If true, removes border",
|
4925
|
+
"fieldName": "noBorder"
|
3253
4926
|
},
|
3254
4927
|
{
|
3255
|
-
"name": "
|
4928
|
+
"name": "no-padding",
|
3256
4929
|
"type": {
|
3257
|
-
"text": "boolean
|
4930
|
+
"text": "boolean"
|
3258
4931
|
},
|
3259
|
-
"
|
3260
|
-
"
|
4932
|
+
"default": "false",
|
4933
|
+
"description": "If true, removes padding",
|
4934
|
+
"fieldName": "noPadding"
|
3261
4935
|
},
|
3262
4936
|
{
|
3263
|
-
"name": "
|
4937
|
+
"name": "stretch",
|
3264
4938
|
"type": {
|
3265
|
-
"text": "boolean
|
4939
|
+
"text": "boolean"
|
3266
4940
|
},
|
3267
|
-
"
|
3268
|
-
"
|
4941
|
+
"default": "false",
|
4942
|
+
"description": "If true, component fills the parent element height",
|
4943
|
+
"fieldName": "stretch"
|
3269
4944
|
},
|
3270
4945
|
{
|
3271
|
-
"name": "
|
4946
|
+
"name": "variant",
|
3272
4947
|
"type": {
|
3273
|
-
"text": "
|
4948
|
+
"text": "'compressed' | 'expanded'"
|
3274
4949
|
},
|
3275
|
-
"
|
3276
|
-
"
|
3277
|
-
|
4950
|
+
"default": "'expanded'",
|
4951
|
+
"description": "Sets the appearance of the tabs",
|
4952
|
+
"fieldName": "variant"
|
4953
|
+
}
|
4954
|
+
],
|
4955
|
+
"superclass": {
|
4956
|
+
"name": "SkfElement",
|
4957
|
+
"package": "@internal/components/skf-element"
|
4958
|
+
},
|
4959
|
+
"tagName": "skf-tab-group",
|
4960
|
+
"customElement": true
|
4961
|
+
}
|
4962
|
+
],
|
4963
|
+
"exports": [
|
4964
|
+
{
|
4965
|
+
"kind": "js",
|
4966
|
+
"name": "SkfTabGroup",
|
4967
|
+
"declaration": {
|
4968
|
+
"name": "SkfTabGroup",
|
4969
|
+
"module": "src/components/tab-group/tab-group.component.ts"
|
4970
|
+
}
|
4971
|
+
}
|
4972
|
+
]
|
4973
|
+
},
|
4974
|
+
{
|
4975
|
+
"kind": "javascript-module",
|
4976
|
+
"path": "src/components/tab-panel/tab-panel.component.ts",
|
4977
|
+
"declarations": [
|
4978
|
+
{
|
4979
|
+
"kind": "class",
|
4980
|
+
"description": "The `<skf-tab-panel>` is a component that displays a list of actions or options.",
|
4981
|
+
"name": "SkfTabPanel",
|
4982
|
+
"slots": [
|
3278
4983
|
{
|
3279
|
-
"
|
3280
|
-
"
|
3281
|
-
|
3282
|
-
|
3283
|
-
|
3284
|
-
"fieldName": "label"
|
3285
|
-
},
|
4984
|
+
"description": "The tab panel's content",
|
4985
|
+
"name": ""
|
4986
|
+
}
|
4987
|
+
],
|
4988
|
+
"members": [
|
3286
4989
|
{
|
4990
|
+
"kind": "field",
|
3287
4991
|
"name": "name",
|
3288
4992
|
"type": {
|
3289
|
-
"text": "string
|
4993
|
+
"text": "string"
|
3290
4994
|
},
|
3291
|
-
"
|
3292
|
-
"
|
4995
|
+
"default": "''",
|
4996
|
+
"description": "The tab panel's name.",
|
4997
|
+
"attribute": "name"
|
3293
4998
|
},
|
3294
4999
|
{
|
3295
|
-
"
|
5000
|
+
"kind": "field",
|
5001
|
+
"name": "active",
|
3296
5002
|
"type": {
|
3297
|
-
"text": "
|
5003
|
+
"text": "boolean"
|
3298
5004
|
},
|
3299
|
-
"
|
3300
|
-
"fieldName": "requiredLabel"
|
5005
|
+
"default": "false"
|
3301
5006
|
},
|
3302
5007
|
{
|
3303
|
-
"
|
5008
|
+
"kind": "field",
|
5009
|
+
"name": "role",
|
3304
5010
|
"type": {
|
3305
|
-
"text": "
|
5011
|
+
"text": "string"
|
3306
5012
|
},
|
3307
|
-
"default": "'
|
3308
|
-
|
3309
|
-
|
3310
|
-
|
5013
|
+
"default": "'tabpanel'"
|
5014
|
+
}
|
5015
|
+
],
|
5016
|
+
"attributes": [
|
3311
5017
|
{
|
3312
|
-
"name": "
|
5018
|
+
"name": "name",
|
3313
5019
|
"type": {
|
3314
5020
|
"text": "string"
|
3315
5021
|
},
|
3316
5022
|
"default": "''",
|
3317
|
-
"description": "The
|
3318
|
-
"fieldName": "
|
5023
|
+
"description": "The tab panel's name.",
|
5024
|
+
"fieldName": "name"
|
3319
5025
|
}
|
3320
5026
|
],
|
3321
5027
|
"superclass": {
|
3322
|
-
"name": "
|
3323
|
-
"package": "@internal/components/
|
5028
|
+
"name": "SkfElement",
|
5029
|
+
"package": "@internal/components/skf-element"
|
3324
5030
|
},
|
3325
|
-
"tagName": "skf-
|
5031
|
+
"tagName": "skf-tab-panel",
|
3326
5032
|
"customElement": true
|
3327
5033
|
}
|
3328
5034
|
],
|
3329
5035
|
"exports": [
|
3330
5036
|
{
|
3331
5037
|
"kind": "js",
|
3332
|
-
"name": "
|
5038
|
+
"name": "SkfTabPanel",
|
3333
5039
|
"declaration": {
|
3334
|
-
"name": "
|
3335
|
-
"module": "src/components/
|
5040
|
+
"name": "SkfTabPanel",
|
5041
|
+
"module": "src/components/tab-panel/tab-panel.component.ts"
|
3336
5042
|
}
|
3337
5043
|
}
|
3338
5044
|
]
|
@@ -3883,31 +5589,40 @@
|
|
3883
5589
|
"members": [
|
3884
5590
|
{
|
3885
5591
|
"kind": "field",
|
3886
|
-
"name": "
|
5592
|
+
"name": "debug",
|
3887
5593
|
"type": {
|
3888
5594
|
"text": "boolean"
|
3889
5595
|
},
|
3890
5596
|
"default": "false",
|
3891
|
-
"
|
3892
|
-
"attribute": "closeable"
|
5597
|
+
"attribute": "debug"
|
3893
5598
|
},
|
3894
5599
|
{
|
3895
5600
|
"kind": "field",
|
3896
|
-
"name": "
|
5601
|
+
"name": "icon",
|
3897
5602
|
"type": {
|
3898
|
-
"text": "
|
5603
|
+
"text": "SkfAlert['icon'] | undefined"
|
5604
|
+
},
|
5605
|
+
"description": "If defined, displays leading icon",
|
5606
|
+
"attribute": "icon"
|
5607
|
+
},
|
5608
|
+
{
|
5609
|
+
"kind": "field",
|
5610
|
+
"name": "persistent",
|
5611
|
+
"type": {
|
5612
|
+
"text": "SkfAlert['persistent']"
|
3899
5613
|
},
|
3900
5614
|
"default": "false",
|
3901
|
-
"
|
5615
|
+
"description": "If true, renders with an close button and sets aria-role to `status`",
|
5616
|
+
"attribute": "persistent"
|
3902
5617
|
},
|
3903
5618
|
{
|
3904
5619
|
"kind": "field",
|
3905
5620
|
"name": "severity",
|
3906
5621
|
"type": {
|
3907
|
-
"text": "'
|
5622
|
+
"text": "SkfAlert['severity']"
|
3908
5623
|
},
|
3909
5624
|
"default": "'info'",
|
3910
|
-
"description": "
|
5625
|
+
"description": "If defined, gives the supplied appearance",
|
3911
5626
|
"attribute": "severity"
|
3912
5627
|
},
|
3913
5628
|
{
|
@@ -3932,29 +5647,37 @@
|
|
3932
5647
|
],
|
3933
5648
|
"attributes": [
|
3934
5649
|
{
|
3935
|
-
"name": "
|
5650
|
+
"name": "debug",
|
3936
5651
|
"type": {
|
3937
5652
|
"text": "boolean"
|
3938
5653
|
},
|
3939
5654
|
"default": "false",
|
3940
|
-
"
|
3941
|
-
"fieldName": "closeable"
|
5655
|
+
"fieldName": "debug"
|
3942
5656
|
},
|
3943
5657
|
{
|
3944
|
-
"name": "
|
5658
|
+
"name": "icon",
|
3945
5659
|
"type": {
|
3946
|
-
"text": "
|
5660
|
+
"text": "SkfAlert['icon'] | undefined"
|
5661
|
+
},
|
5662
|
+
"description": "If defined, displays leading icon",
|
5663
|
+
"fieldName": "icon"
|
5664
|
+
},
|
5665
|
+
{
|
5666
|
+
"name": "persistent",
|
5667
|
+
"type": {
|
5668
|
+
"text": "SkfAlert['persistent']"
|
3947
5669
|
},
|
3948
5670
|
"default": "false",
|
3949
|
-
"
|
5671
|
+
"description": "If true, renders with an close button and sets aria-role to `status`",
|
5672
|
+
"fieldName": "persistent"
|
3950
5673
|
},
|
3951
5674
|
{
|
3952
5675
|
"name": "severity",
|
3953
5676
|
"type": {
|
3954
|
-
"text": "'
|
5677
|
+
"text": "SkfAlert['severity']"
|
3955
5678
|
},
|
3956
5679
|
"default": "'info'",
|
3957
|
-
"description": "
|
5680
|
+
"description": "If defined, gives the supplied appearance",
|
3958
5681
|
"fieldName": "severity"
|
3959
5682
|
},
|
3960
5683
|
{
|
@@ -4010,7 +5733,7 @@
|
|
4010
5733
|
"text": "boolean"
|
4011
5734
|
},
|
4012
5735
|
"privacy": "protected",
|
4013
|
-
"default": "!!this.
|
5736
|
+
"default": "!!this.persistent"
|
4014
5737
|
},
|
4015
5738
|
{
|
4016
5739
|
"kind": "field",
|
@@ -4090,20 +5813,6 @@
|
|
4090
5813
|
"name": "parentAnimationDiv",
|
4091
5814
|
"readonly": true
|
4092
5815
|
},
|
4093
|
-
{
|
4094
|
-
"kind": "field",
|
4095
|
-
"name": "closeable",
|
4096
|
-
"type": {
|
4097
|
-
"text": "boolean | undefined"
|
4098
|
-
},
|
4099
|
-
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
4100
|
-
"attribute": "closeable",
|
4101
|
-
"reflects": true,
|
4102
|
-
"inheritedFrom": {
|
4103
|
-
"name": "SkfAlert",
|
4104
|
-
"module": "src/components/alert/alert.component.ts"
|
4105
|
-
}
|
4106
|
-
},
|
4107
5816
|
{
|
4108
5817
|
"kind": "field",
|
4109
5818
|
"name": "buttonLabel",
|
@@ -4131,6 +5840,20 @@
|
|
4131
5840
|
"module": "src/components/alert/alert.component.ts"
|
4132
5841
|
}
|
4133
5842
|
},
|
5843
|
+
{
|
5844
|
+
"kind": "field",
|
5845
|
+
"name": "persistent",
|
5846
|
+
"type": {
|
5847
|
+
"text": "boolean | undefined"
|
5848
|
+
},
|
5849
|
+
"description": "If true, renders with an close button and sets aria-role to `status`",
|
5850
|
+
"attribute": "persistent",
|
5851
|
+
"reflects": true,
|
5852
|
+
"inheritedFrom": {
|
5853
|
+
"name": "SkfAlert",
|
5854
|
+
"module": "src/components/alert/alert.component.ts"
|
5855
|
+
}
|
5856
|
+
},
|
4134
5857
|
{
|
4135
5858
|
"kind": "field",
|
4136
5859
|
"name": "severity",
|
@@ -4155,18 +5878,6 @@
|
|
4155
5878
|
"default": "0",
|
4156
5879
|
"fieldName": "timer"
|
4157
5880
|
},
|
4158
|
-
{
|
4159
|
-
"name": "closeable",
|
4160
|
-
"type": {
|
4161
|
-
"text": "boolean | undefined"
|
4162
|
-
},
|
4163
|
-
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
4164
|
-
"fieldName": "closeable",
|
4165
|
-
"inheritedFrom": {
|
4166
|
-
"name": "SkfAlert",
|
4167
|
-
"module": "src/components/alert/alert.component.ts"
|
4168
|
-
}
|
4169
|
-
},
|
4170
5881
|
{
|
4171
5882
|
"name": "button-label",
|
4172
5883
|
"type": {
|
@@ -4192,6 +5903,18 @@
|
|
4192
5903
|
"module": "src/components/alert/alert.component.ts"
|
4193
5904
|
}
|
4194
5905
|
},
|
5906
|
+
{
|
5907
|
+
"name": "persistent",
|
5908
|
+
"type": {
|
5909
|
+
"text": "boolean | undefined"
|
5910
|
+
},
|
5911
|
+
"description": "If true, renders with an close button and sets aria-role to `status`",
|
5912
|
+
"fieldName": "persistent",
|
5913
|
+
"inheritedFrom": {
|
5914
|
+
"name": "SkfAlert",
|
5915
|
+
"module": "src/components/alert/alert.component.ts"
|
5916
|
+
}
|
5917
|
+
},
|
4195
5918
|
{
|
4196
5919
|
"name": "severity",
|
4197
5920
|
"type": {
|
@@ -4304,6 +6027,119 @@
|
|
4304
6027
|
}
|
4305
6028
|
}
|
4306
6029
|
]
|
6030
|
+
},
|
6031
|
+
{
|
6032
|
+
"kind": "javascript-module",
|
6033
|
+
"path": "src/components/tooltip/tooltip.component.ts",
|
6034
|
+
"declarations": [
|
6035
|
+
{
|
6036
|
+
"kind": "class",
|
6037
|
+
"description": "The `<skf-tooltip>` is a component that displays a list of actions or options.",
|
6038
|
+
"name": "SkfTooltip",
|
6039
|
+
"slots": [
|
6040
|
+
{
|
6041
|
+
"description": "The tooltip popover content",
|
6042
|
+
"name": ""
|
6043
|
+
}
|
6044
|
+
],
|
6045
|
+
"members": [
|
6046
|
+
{
|
6047
|
+
"kind": "method",
|
6048
|
+
"name": "addEventListeners",
|
6049
|
+
"return": {
|
6050
|
+
"type": {
|
6051
|
+
"text": "void"
|
6052
|
+
}
|
6053
|
+
},
|
6054
|
+
"parameters": [
|
6055
|
+
{
|
6056
|
+
"name": "$element",
|
6057
|
+
"type": {
|
6058
|
+
"text": "HTMLElement | Element"
|
6059
|
+
}
|
6060
|
+
}
|
6061
|
+
]
|
6062
|
+
},
|
6063
|
+
{
|
6064
|
+
"kind": "method",
|
6065
|
+
"name": "removeEventListeners",
|
6066
|
+
"return": {
|
6067
|
+
"type": {
|
6068
|
+
"text": "void"
|
6069
|
+
}
|
6070
|
+
},
|
6071
|
+
"parameters": [
|
6072
|
+
{
|
6073
|
+
"name": "$element",
|
6074
|
+
"type": {
|
6075
|
+
"text": "HTMLElement | Element"
|
6076
|
+
}
|
6077
|
+
}
|
6078
|
+
]
|
6079
|
+
},
|
6080
|
+
{
|
6081
|
+
"kind": "field",
|
6082
|
+
"name": "offset",
|
6083
|
+
"type": {
|
6084
|
+
"text": "number"
|
6085
|
+
},
|
6086
|
+
"default": "8"
|
6087
|
+
},
|
6088
|
+
{
|
6089
|
+
"kind": "field",
|
6090
|
+
"name": "placement",
|
6091
|
+
"type": {
|
6092
|
+
"text": "\"top\" | \"right\" | \"bottom\" | \"left\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\""
|
6093
|
+
},
|
6094
|
+
"default": "'top'",
|
6095
|
+
"description": "The placement of the dropdown"
|
6096
|
+
},
|
6097
|
+
{
|
6098
|
+
"type": {
|
6099
|
+
"text": "boolean"
|
6100
|
+
},
|
6101
|
+
"description": "Whether the dropdown is open",
|
6102
|
+
"name": "isOpen",
|
6103
|
+
"default": "false",
|
6104
|
+
"kind": "field"
|
6105
|
+
},
|
6106
|
+
{
|
6107
|
+
"type": {
|
6108
|
+
"text": "string"
|
6109
|
+
},
|
6110
|
+
"description": "The id of the element the dropdown will be anchored to",
|
6111
|
+
"name": "anchor",
|
6112
|
+
"kind": "field"
|
6113
|
+
}
|
6114
|
+
],
|
6115
|
+
"events": [
|
6116
|
+
{
|
6117
|
+
"description": "Fired when the dropdown is opened",
|
6118
|
+
"name": "open"
|
6119
|
+
},
|
6120
|
+
{
|
6121
|
+
"description": "Fired when the dropdown is closed",
|
6122
|
+
"name": "close"
|
6123
|
+
}
|
6124
|
+
],
|
6125
|
+
"superclass": {
|
6126
|
+
"name": "SkfPopoverBase",
|
6127
|
+
"package": "@internal/base-classes/popover/popover.base.js"
|
6128
|
+
},
|
6129
|
+
"tagName": "skf-tooltip",
|
6130
|
+
"customElement": true
|
6131
|
+
}
|
6132
|
+
],
|
6133
|
+
"exports": [
|
6134
|
+
{
|
6135
|
+
"kind": "js",
|
6136
|
+
"name": "SkfTooltip",
|
6137
|
+
"declaration": {
|
6138
|
+
"name": "SkfTooltip",
|
6139
|
+
"module": "src/components/tooltip/tooltip.component.ts"
|
6140
|
+
}
|
6141
|
+
}
|
6142
|
+
]
|
4307
6143
|
}
|
4308
6144
|
]
|
4309
6145
|
}
|