@skf-design-system/ui-components 1.0.2-beta.1 → 1.0.2-beta.10
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/README.md +25 -1
- package/dist/components/accordion/accordion-item.component.js +49 -38
- package/dist/components/accordion/accordion.component.d.ts +2 -2
- package/dist/components/accordion/accordion.component.js +12 -12
- package/dist/components/alert/alert.component.d.ts +8 -3
- package/dist/components/alert/alert.component.js +59 -50
- package/dist/components/alert/alert.styles.js +51 -47
- package/dist/components/breadcrumb/breadcrumb-item.component.js +30 -32
- package/dist/components/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/dist/components/breadcrumb/breadcrumb-item.styles.js +16 -15
- package/dist/components/breadcrumb/breadcrumb.component.d.ts +5 -2
- package/dist/components/breadcrumb/breadcrumb.component.js +51 -46
- package/dist/components/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/components/breadcrumb/breadcrumb.styles.js +13 -10
- package/dist/components/button/button.component.js +63 -67
- package/dist/components/button/button.styles.js +5 -4
- package/dist/components/card/card.component.d.ts +5 -0
- package/dist/components/card/card.component.js +46 -24
- package/dist/components/card/card.styles.js +31 -14
- package/dist/components/checkbox/checkbox.component.d.ts +6 -5
- package/dist/components/checkbox/checkbox.component.js +67 -69
- package/dist/components/checkbox/checkbox.styles.js +1 -1
- package/dist/components/{date-picker/datepicker.calendar.component.d.ts → datepicker/datepicker-calendar.component.d.ts} +8 -1
- package/dist/components/{date-picker/datepicker.calendar.component.js → datepicker/datepicker-calendar.component.js} +109 -115
- package/dist/components/datepicker/datepicker-calendar.d.ts +8 -0
- package/dist/components/datepicker/datepicker-calendar.js +6 -0
- package/dist/components/{date-picker/datepicker.component.d.ts → datepicker/datepicker-popup.component.d.ts} +9 -20
- package/dist/components/datepicker/datepicker-popup.component.js +272 -0
- package/dist/components/datepicker/datepicker-popup.d.ts +8 -0
- package/dist/components/{date-picker/datepicker.helpers.d.ts → datepicker/datepicker-popup.helpers.d.ts} +3 -3
- package/dist/components/datepicker/datepicker-popup.helpers.js +83 -0
- package/dist/components/datepicker/datepicker-popup.js +6 -0
- package/dist/components/{date-picker/datepicker.styles.js → datepicker/datepicker-popup.styles.js} +3 -3
- package/dist/components/{date-picker-input/datepicker-input.component.d.ts → datepicker/datepicker.component.d.ts} +21 -14
- package/dist/components/datepicker/datepicker.component.js +455 -0
- package/dist/components/datepicker/datepicker.d.ts +8 -0
- package/dist/components/datepicker/datepicker.js +6 -0
- package/dist/components/dialog/dialog.component.d.ts +3 -2
- package/dist/components/dialog/dialog.component.js +49 -49
- package/dist/components/dialog/dialog.d.ts +2 -2
- package/dist/components/divider/divider.component.d.ts +3 -0
- package/dist/components/divider/divider.component.js +43 -22
- package/dist/components/divider/divider.styles.js +9 -9
- package/dist/components/drawer/drawer.component.d.ts +12 -4
- package/dist/components/drawer/drawer.component.js +84 -61
- package/dist/components/drawer/drawer.d.ts +2 -2
- package/dist/components/drawer/drawer.styles.js +47 -40
- package/dist/components/header/header.component.d.ts +4 -2
- package/dist/components/header/header.component.js +64 -57
- package/dist/components/header/header.d.ts +2 -2
- package/dist/components/header/header.styles.js +2 -2
- package/dist/components/heading/heading.component.d.ts +5 -1
- package/dist/components/heading/heading.component.js +54 -27
- package/dist/components/heading/heading.styles.js +34 -36
- package/dist/components/icon/icon.component.d.ts +4 -0
- package/dist/components/icon/icon.component.js +62 -43
- package/dist/components/icon/icon.styles.js +60 -60
- package/dist/components/input/input.component.d.ts +4 -8
- package/dist/components/input/input.component.js +90 -97
- package/dist/components/input/input.controllers.d.ts +0 -1
- package/dist/components/input/input.controllers.js +14 -19
- package/dist/components/link/link.component.d.ts +15 -18
- package/dist/components/link/link.component.js +104 -107
- package/dist/components/link/link.styles.js +53 -45
- package/dist/components/loader/loader.component.d.ts +5 -3
- package/dist/components/loader/loader.component.js +39 -28
- package/dist/components/loader/loader.styles.js +6 -10
- package/dist/components/logo/logo.component.d.ts +4 -1
- package/dist/components/logo/logo.component.js +55 -51
- package/dist/components/logo/logo.styles.js +26 -16
- package/dist/components/menu/menu-item.component.d.ts +1 -1
- package/dist/components/menu/menu-item.component.js +8 -8
- package/dist/components/menu/menu-item.d.ts +2 -2
- package/dist/components/menu/menu-item.styles.js +13 -9
- package/dist/components/menu/menu.component.d.ts +5 -2
- package/dist/components/menu/menu.component.js +8 -8
- package/dist/components/menu/menu.d.ts +2 -2
- package/dist/components/nav/nav-item.component.d.ts +6 -2
- package/dist/components/nav/nav-item.component.js +44 -25
- package/dist/components/nav/nav-item.styles.js +29 -25
- package/dist/components/nav/nav.component.d.ts +9 -0
- package/dist/components/nav/nav.component.js +47 -21
- package/dist/components/nav/nav.d.ts +2 -2
- package/dist/components/nav/nav.styles.js +15 -9
- package/dist/components/popover/popover.component.d.ts +10 -3
- package/dist/components/popover/popover.component.js +30 -22
- package/dist/components/popover/popover.d.ts +2 -2
- package/dist/components/progress/progress.component.d.ts +2 -0
- package/dist/components/progress/progress.component.js +38 -29
- package/dist/components/progress/progress.d.ts +2 -2
- package/dist/components/progress/progress.styles.js +10 -8
- package/dist/components/radio/radio.component.d.ts +4 -2
- package/dist/components/radio/radio.component.js +96 -91
- package/dist/components/radio/radio.styles.js +1 -1
- package/dist/components/segmented-button/segmented-button-item.component.js +1 -1
- package/dist/components/segmented-button/segmented-button-item.d.ts +2 -2
- package/dist/components/segmented-button/segmented-button-item.styles.js +1 -1
- package/dist/components/segmented-button/segmented-button.component.js +22 -24
- package/dist/components/segmented-button/segmented-button.d.ts +2 -2
- package/dist/components/select/select-option-group.component.d.ts +4 -0
- package/dist/components/select/select-option-group.component.js +37 -18
- package/dist/components/select/select-option-group.d.ts +2 -2
- package/dist/components/select/select-option-group.style.js +12 -6
- package/dist/components/select/select-option.component.d.ts +9 -4
- package/dist/components/select/select-option.component.js +70 -58
- package/dist/components/select/select-option.styles.js +43 -31
- package/dist/components/select/select.component.d.ts +21 -12
- package/dist/components/select/select.component.js +125 -87
- package/dist/components/select/select.controllers.js +15 -20
- package/dist/components/select/select.styles.js +8 -2
- package/dist/components/stepper/stepper-item.component.d.ts +1 -1
- package/dist/components/stepper/stepper-item.component.js +59 -56
- package/dist/components/stepper/stepper-item.d.ts +2 -2
- package/dist/components/stepper/stepper-item.styles.js +4 -4
- package/dist/components/stepper/stepper.component.js +2 -3
- package/dist/components/stepper/stepper.d.ts +2 -2
- package/dist/components/stepper/stepper.helpers.js +6 -7
- package/dist/components/switch/switch.component.d.ts +4 -2
- package/dist/components/switch/switch.component.js +64 -58
- package/dist/components/switch/switch.d.ts +2 -2
- package/dist/components/switch/switch.styles.js +1 -1
- package/dist/components/{tab-panel → tabs}/tab-panel.component.d.ts +1 -1
- package/dist/components/tabs/tab-panel.component.js +39 -0
- package/dist/components/{tab-panel → tabs}/tab-panel.d.ts +2 -2
- package/dist/components/{tab → tabs}/tab.component.d.ts +3 -3
- package/dist/components/{tab → tabs}/tab.component.js +17 -14
- package/dist/components/{tab → tabs}/tab.d.ts +2 -2
- package/dist/components/{tab → tabs}/tab.styles.js +2 -2
- package/dist/components/{tab-group/tab-group.component.d.ts → tabs/tabs.component.d.ts} +3 -4
- package/dist/components/{tab-group/tab-group.component.js → tabs/tabs.component.js} +35 -36
- package/dist/components/tabs/tabs.d.ts +8 -0
- package/dist/components/tabs/tabs.js +6 -0
- package/dist/components/{tab-group/tab-group.styles.js → tabs/tabs.styles.js} +16 -16
- package/dist/components/tag/tag.component.d.ts +10 -2
- package/dist/components/tag/tag.component.js +77 -65
- package/dist/components/tag/tag.d.ts +2 -2
- package/dist/components/tag/tag.styles.js +63 -50
- package/dist/components/textarea/textarea.component.d.ts +4 -2
- package/dist/components/textarea/textarea.component.js +102 -95
- package/dist/components/toast/toast-item.styles.js +13 -10
- package/dist/components/toast/toast.component.js +9 -9
- package/dist/components/toast/toast.singleton.d.ts +1 -1
- package/dist/components/toast/toast.singleton.js +19 -20
- package/dist/components/tooltip/tooltip.component.d.ts +9 -2
- package/dist/components/tooltip/tooltip.component.js +15 -11
- package/dist/components/tooltip/tooltip.d.ts +2 -2
- package/dist/custom-elements.json +1681 -1112
- package/dist/index.d.ts +8 -7
- package/dist/index.js +96 -93
- package/dist/internal/base-classes/popover/popover.base.d.ts +24 -5
- package/dist/internal/base-classes/popover/popover.base.js +41 -44
- package/dist/internal/base-classes/popover/popover.styles.js +4 -5
- package/dist/internal/components/formBase.d.ts +1 -0
- package/dist/internal/components/formBase.js +11 -19
- package/dist/internal/components/hint/hint.component.d.ts +4 -0
- package/dist/internal/components/hint/hint.component.js +47 -20
- package/dist/internal/components/hint/hint.styles.js +29 -25
- package/dist/internal/components/skf-element.d.ts +1 -3
- package/dist/internal/components/skf-element.js +4 -9
- package/dist/internal/controllers/popover.controller.d.ts +2 -0
- package/dist/internal/controllers/popover.controller.js +11 -14
- package/dist/internal/helpers/stateMap.d.ts +14 -0
- package/dist/internal/helpers/stateMap.js +68 -0
- package/dist/internal/helpers/uuid.d.ts +8 -10
- package/dist/internal/helpers/uuid.js +4 -11
- package/dist/internal/helpers/watch.d.ts +1 -1
- package/dist/internal/helpers/watch.js +12 -12
- package/dist/internal/templates/asterisk.d.ts +1 -1
- package/dist/internal/templates/asterisk.js +4 -4
- package/dist/internal/types.d.ts +4 -0
- package/dist/styles/component.styles.js +37 -36
- package/dist/styles/global-alt.css +1 -0
- package/dist/styles/global.css +1 -1
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +27 -0
- package/dist/translations/es.d.ts +3 -0
- package/dist/translations/es.js +27 -0
- package/dist/translations/index.d.ts +4 -0
- package/dist/translations/pt.d.ts +3 -0
- package/dist/translations/pt.js +27 -0
- package/dist/translations/sv.d.ts +3 -0
- package/dist/translations/sv.js +27 -0
- package/dist/types/jsx/custom-element-jsx.d.ts +1988 -866
- package/dist/types/vue/index.d.ts +220 -169
- package/dist/utilities/localize.d.ts +28 -0
- package/dist/utilities/localize.js +13 -0
- package/dist/vscode.html-custom-data.json +265 -188
- package/dist/web-types.json +731 -548
- package/package.json +38 -51
- package/dist/components/accordion/accordion-item.test.d.ts +0 -1
- package/dist/components/accordion/accordion.test.d.ts +0 -1
- package/dist/components/checkbox/checkbox.test.d.ts +0 -1
- package/dist/components/date-picker/datepicker.component.js +0 -261
- package/dist/components/date-picker/datepicker.d.ts +0 -10
- package/dist/components/date-picker/datepicker.helpers.js +0 -76
- package/dist/components/date-picker/datepicker.js +0 -8
- package/dist/components/date-picker-input/datepicker-input.component.js +0 -442
- package/dist/components/date-picker-input/datepicker-input.d.ts +0 -8
- package/dist/components/date-picker-input/datepicker-input.js +0 -6
- package/dist/components/input/input.test.d.ts +0 -1
- package/dist/components/radio/radio.test.d.ts +0 -1
- package/dist/components/switch/switch.test.d.ts +0 -1
- package/dist/components/tab-group/tab-group.d.ts +0 -8
- package/dist/components/tab-group/tab-group.js +0 -6
- package/dist/components/tab-panel/tab-panel.component.js +0 -36
- package/dist/internal/playwright/index.d.ts +0 -1
- /package/dist/components/{date-picker/datepicker.calendar.styles.d.ts → datepicker/datepicker-calendar.styles.d.ts} +0 -0
- /package/dist/components/{date-picker/datepicker.calendar.styles.js → datepicker/datepicker-calendar.styles.js} +0 -0
- /package/dist/components/{date-picker/datepicker.styles.d.ts → datepicker/datepicker-popup.styles.d.ts} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.helpers.d.ts → datepicker/datepicker.helpers.d.ts} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.helpers.js → datepicker/datepicker.helpers.js} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.styles.d.ts → datepicker/datepicker.styles.d.ts} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.styles.js → datepicker/datepicker.styles.js} +0 -0
- /package/dist/components/select/{select.stories.icons.d.ts → stories/select.stories.icons.d.ts} +0 -0
- /package/dist/components/{tab-panel → tabs}/tab-panel.js +0 -0
- /package/dist/components/{tab-panel → tabs}/tab-panel.styles.d.ts +0 -0
- /package/dist/components/{tab-panel → tabs}/tab-panel.styles.js +0 -0
- /package/dist/components/{tab → tabs}/tab.js +0 -0
- /package/dist/components/{tab → tabs}/tab.styles.d.ts +0 -0
- /package/dist/components/{tab-group/tab-group.styles.d.ts → tabs/tabs.styles.d.ts} +0 -0
@@ -11,6 +11,22 @@
|
|
11
11
|
"description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text.",
|
12
12
|
"name": "SkfIcon",
|
13
13
|
"members": [
|
14
|
+
{
|
15
|
+
"kind": "field",
|
16
|
+
"name": "#internals",
|
17
|
+
"privacy": "private",
|
18
|
+
"type": {
|
19
|
+
"text": "ElementInternals"
|
20
|
+
}
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"kind": "field",
|
24
|
+
"name": "#states",
|
25
|
+
"privacy": "private",
|
26
|
+
"type": {
|
27
|
+
"text": "CustomStateSet"
|
28
|
+
}
|
29
|
+
},
|
14
30
|
{
|
15
31
|
"kind": "field",
|
16
32
|
"name": "color",
|
@@ -20,9 +36,8 @@
|
|
20
36
|
"default": "'primary'",
|
21
37
|
"description": "Sets the color of the icon",
|
22
38
|
"attribute": "color",
|
23
|
-
"reflects": true,
|
24
39
|
"expandedType": {
|
25
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
40
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success'"
|
26
41
|
}
|
27
42
|
},
|
28
43
|
{
|
@@ -55,7 +70,6 @@
|
|
55
70
|
"default": "'md'",
|
56
71
|
"description": "Size of the icon",
|
57
72
|
"attribute": "size",
|
58
|
-
"reflects": true,
|
59
73
|
"expandedType": {
|
60
74
|
"text": "'xs' | 'sm' | 'md' | 'lg'"
|
61
75
|
}
|
@@ -71,7 +85,7 @@
|
|
71
85
|
"description": "Sets the color of the icon",
|
72
86
|
"fieldName": "color",
|
73
87
|
"expandedType": {
|
74
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
88
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success'"
|
75
89
|
}
|
76
90
|
},
|
77
91
|
{
|
@@ -111,7 +125,8 @@
|
|
111
125
|
"package": "@internal/components/skf-element.js"
|
112
126
|
},
|
113
127
|
"tagName": "skf-icon",
|
114
|
-
"customElement": true
|
128
|
+
"customElement": true,
|
129
|
+
"modulePath": "src/components/icon/icon.component.ts"
|
115
130
|
}
|
116
131
|
],
|
117
132
|
"exports": [
|
@@ -210,12 +225,18 @@
|
|
210
225
|
{
|
211
226
|
"kind": "method",
|
212
227
|
"name": "setClose",
|
213
|
-
"description": "Class method as alternative to manipulate attribute"
|
228
|
+
"description": "Class method as alternative to manipulate attribute",
|
229
|
+
"type": {
|
230
|
+
"text": "setClose() => void"
|
231
|
+
}
|
214
232
|
},
|
215
233
|
{
|
216
234
|
"kind": "method",
|
217
235
|
"name": "setOpen",
|
218
|
-
"description": "Class method as alternative to manipulate attribute"
|
236
|
+
"description": "Class method as alternative to manipulate attribute",
|
237
|
+
"type": {
|
238
|
+
"text": "setOpen() => void"
|
239
|
+
}
|
219
240
|
}
|
220
241
|
],
|
221
242
|
"events": [
|
@@ -290,7 +311,8 @@
|
|
290
311
|
"package": "@internal/components/skf-element.js"
|
291
312
|
},
|
292
313
|
"tagName": "skf-accordion-item",
|
293
|
-
"customElement": true
|
314
|
+
"customElement": true,
|
315
|
+
"modulePath": "src/components/accordion/accordion-item.component.ts"
|
294
316
|
}
|
295
317
|
],
|
296
318
|
"exports": [
|
@@ -465,7 +487,8 @@
|
|
465
487
|
"package": "@internal/components/skf-element.js"
|
466
488
|
},
|
467
489
|
"tagName": "skf-accordion",
|
468
|
-
"customElement": true
|
490
|
+
"customElement": true,
|
491
|
+
"modulePath": "src/components/accordion/accordion.component.ts"
|
469
492
|
}
|
470
493
|
],
|
471
494
|
"exports": [
|
@@ -501,13 +524,26 @@
|
|
501
524
|
"members": [
|
502
525
|
{
|
503
526
|
"kind": "field",
|
504
|
-
"name": "
|
527
|
+
"name": "#localize",
|
528
|
+
"privacy": "private",
|
529
|
+
"readonly": true,
|
530
|
+
"default": "new LocalizeController(this)"
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"kind": "field",
|
534
|
+
"name": "#internals",
|
535
|
+
"privacy": "private",
|
505
536
|
"type": {
|
506
|
-
"text": "
|
507
|
-
}
|
508
|
-
|
509
|
-
|
510
|
-
"
|
537
|
+
"text": "ElementInternals"
|
538
|
+
}
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"kind": "field",
|
542
|
+
"name": "#states",
|
543
|
+
"privacy": "private",
|
544
|
+
"type": {
|
545
|
+
"text": "CustomStateSet"
|
546
|
+
}
|
511
547
|
},
|
512
548
|
{
|
513
549
|
"kind": "field",
|
@@ -521,6 +557,19 @@
|
|
521
557
|
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
522
558
|
}
|
523
559
|
},
|
560
|
+
{
|
561
|
+
"kind": "field",
|
562
|
+
"name": "lang",
|
563
|
+
"type": {
|
564
|
+
"text": "Language"
|
565
|
+
},
|
566
|
+
"default": "'en'",
|
567
|
+
"description": "Sets the internal language of the component",
|
568
|
+
"attribute": "lang",
|
569
|
+
"expandedType": {
|
570
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
571
|
+
}
|
572
|
+
},
|
524
573
|
{
|
525
574
|
"kind": "field",
|
526
575
|
"name": "persistent",
|
@@ -529,8 +578,7 @@
|
|
529
578
|
},
|
530
579
|
"default": "false",
|
531
580
|
"description": "If true, renders with an close button and sets aria-role to `status`",
|
532
|
-
"attribute": "persistent"
|
533
|
-
"reflects": true
|
581
|
+
"attribute": "persistent"
|
534
582
|
},
|
535
583
|
{
|
536
584
|
"kind": "field",
|
@@ -540,7 +588,6 @@
|
|
540
588
|
},
|
541
589
|
"description": "If defined, gives the supplied appearance",
|
542
590
|
"attribute": "severity",
|
543
|
-
"reflects": true,
|
544
591
|
"expandedType": {
|
545
592
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
546
593
|
}
|
@@ -548,20 +595,14 @@
|
|
548
595
|
],
|
549
596
|
"events": [
|
550
597
|
{
|
598
|
+
"type": {
|
599
|
+
"text": "CustomEvent"
|
600
|
+
},
|
551
601
|
"description": "Fires when the close button is clicked",
|
552
602
|
"name": "skf-alert-close"
|
553
603
|
}
|
554
604
|
],
|
555
605
|
"attributes": [
|
556
|
-
{
|
557
|
-
"name": "button-label",
|
558
|
-
"type": {
|
559
|
-
"text": "string"
|
560
|
-
},
|
561
|
-
"default": "'Close'",
|
562
|
-
"description": "Close button aria-label",
|
563
|
-
"fieldName": "buttonLabel"
|
564
|
-
},
|
565
606
|
{
|
566
607
|
"name": "icon",
|
567
608
|
"type": {
|
@@ -573,6 +614,18 @@
|
|
573
614
|
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
574
615
|
}
|
575
616
|
},
|
617
|
+
{
|
618
|
+
"name": "lang",
|
619
|
+
"type": {
|
620
|
+
"text": "Language"
|
621
|
+
},
|
622
|
+
"default": "'en'",
|
623
|
+
"description": "Sets the internal language of the component",
|
624
|
+
"fieldName": "lang",
|
625
|
+
"expandedType": {
|
626
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
627
|
+
}
|
628
|
+
},
|
576
629
|
{
|
577
630
|
"name": "persistent",
|
578
631
|
"type": {
|
@@ -599,7 +652,8 @@
|
|
599
652
|
"package": "@internal/components/skf-element.js"
|
600
653
|
},
|
601
654
|
"tagName": "skf-alert",
|
602
|
-
"customElement": true
|
655
|
+
"customElement": true,
|
656
|
+
"modulePath": "src/components/alert/alert.component.ts"
|
603
657
|
}
|
604
658
|
],
|
605
659
|
"exports": [
|
@@ -667,7 +721,8 @@
|
|
667
721
|
"package": "@internal/components/skf-element"
|
668
722
|
},
|
669
723
|
"tagName": "skf-breadcrumb-item",
|
670
|
-
"customElement": true
|
724
|
+
"customElement": true,
|
725
|
+
"modulePath": "src/components/breadcrumb/breadcrumb-item.component.ts"
|
671
726
|
}
|
672
727
|
],
|
673
728
|
"exports": [
|
@@ -697,6 +752,22 @@
|
|
697
752
|
}
|
698
753
|
],
|
699
754
|
"members": [
|
755
|
+
{
|
756
|
+
"kind": "field",
|
757
|
+
"name": "#internals",
|
758
|
+
"privacy": "private",
|
759
|
+
"type": {
|
760
|
+
"text": "ElementInternals"
|
761
|
+
}
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"kind": "field",
|
765
|
+
"name": "#states",
|
766
|
+
"privacy": "private",
|
767
|
+
"type": {
|
768
|
+
"text": "CustomStateSet"
|
769
|
+
}
|
770
|
+
},
|
700
771
|
{
|
701
772
|
"kind": "field",
|
702
773
|
"name": "label",
|
@@ -709,14 +780,13 @@
|
|
709
780
|
},
|
710
781
|
{
|
711
782
|
"kind": "field",
|
712
|
-
"name": "
|
783
|
+
"name": "small",
|
713
784
|
"type": {
|
714
|
-
"text": "
|
785
|
+
"text": "boolean"
|
715
786
|
},
|
716
|
-
"default": "
|
717
|
-
"description": "
|
718
|
-
"attribute": "
|
719
|
-
"reflects": true
|
787
|
+
"default": "false",
|
788
|
+
"description": "If true, renders a smaller version",
|
789
|
+
"attribute": "small"
|
720
790
|
}
|
721
791
|
],
|
722
792
|
"events": [
|
@@ -736,13 +806,13 @@
|
|
736
806
|
"fieldName": "label"
|
737
807
|
},
|
738
808
|
{
|
739
|
-
"name": "
|
809
|
+
"name": "small",
|
740
810
|
"type": {
|
741
|
-
"text": "
|
811
|
+
"text": "boolean"
|
742
812
|
},
|
743
|
-
"default": "
|
744
|
-
"description": "
|
745
|
-
"fieldName": "
|
813
|
+
"default": "false",
|
814
|
+
"description": "If true, renders a smaller version",
|
815
|
+
"fieldName": "small"
|
746
816
|
}
|
747
817
|
],
|
748
818
|
"superclass": {
|
@@ -750,7 +820,8 @@
|
|
750
820
|
"package": "@internal/components/skf-element"
|
751
821
|
},
|
752
822
|
"tagName": "skf-breadcrumb",
|
753
|
-
"customElement": true
|
823
|
+
"customElement": true,
|
824
|
+
"modulePath": "src/components/breadcrumb/breadcrumb.component.ts"
|
754
825
|
}
|
755
826
|
],
|
756
827
|
"exports": [
|
@@ -776,14 +847,19 @@
|
|
776
847
|
"members": [
|
777
848
|
{
|
778
849
|
"kind": "field",
|
779
|
-
"name": "
|
850
|
+
"name": "#internals",
|
851
|
+
"privacy": "private",
|
780
852
|
"type": {
|
781
|
-
"text": "
|
782
|
-
}
|
783
|
-
|
784
|
-
|
785
|
-
"
|
786
|
-
"
|
853
|
+
"text": "ElementInternals"
|
854
|
+
}
|
855
|
+
},
|
856
|
+
{
|
857
|
+
"kind": "field",
|
858
|
+
"name": "#states",
|
859
|
+
"privacy": "private",
|
860
|
+
"type": {
|
861
|
+
"text": "CustomStateSet"
|
862
|
+
}
|
787
863
|
},
|
788
864
|
{
|
789
865
|
"kind": "field",
|
@@ -799,24 +875,17 @@
|
|
799
875
|
"kind": "field",
|
800
876
|
"name": "size",
|
801
877
|
"type": {
|
802
|
-
"text": "
|
878
|
+
"text": "Size"
|
803
879
|
},
|
804
880
|
"default": "'md'",
|
805
881
|
"description": "Defines the size of the loader",
|
806
882
|
"attribute": "size",
|
807
|
-
"
|
883
|
+
"expandedType": {
|
884
|
+
"text": "'sm' | 'md'"
|
885
|
+
}
|
808
886
|
}
|
809
887
|
],
|
810
888
|
"attributes": [
|
811
|
-
{
|
812
|
-
"name": "aria-label",
|
813
|
-
"type": {
|
814
|
-
"text": "string"
|
815
|
-
},
|
816
|
-
"default": "'Loading...'",
|
817
|
-
"description": "Defines the aria-label",
|
818
|
-
"fieldName": "ariaLabel"
|
819
|
-
},
|
820
889
|
{
|
821
890
|
"name": "invert",
|
822
891
|
"type": {
|
@@ -829,11 +898,14 @@
|
|
829
898
|
{
|
830
899
|
"name": "size",
|
831
900
|
"type": {
|
832
|
-
"text": "
|
901
|
+
"text": "Size"
|
833
902
|
},
|
834
903
|
"default": "'md'",
|
835
904
|
"description": "Defines the size of the loader",
|
836
|
-
"fieldName": "size"
|
905
|
+
"fieldName": "size",
|
906
|
+
"expandedType": {
|
907
|
+
"text": "'sm' | 'md'"
|
908
|
+
}
|
837
909
|
}
|
838
910
|
],
|
839
911
|
"superclass": {
|
@@ -841,7 +913,8 @@
|
|
841
913
|
"package": "@internal/components/skf-element.js"
|
842
914
|
},
|
843
915
|
"tagName": "skf-loader",
|
844
|
-
"customElement": true
|
916
|
+
"customElement": true,
|
917
|
+
"modulePath": "src/components/loader/loader.component.ts"
|
845
918
|
}
|
846
919
|
],
|
847
920
|
"exports": [
|
@@ -999,7 +1072,10 @@
|
|
999
1072
|
{
|
1000
1073
|
"kind": "method",
|
1001
1074
|
"name": "click",
|
1002
|
-
"description": "Simulates a click on the button."
|
1075
|
+
"description": "Simulates a click on the button.",
|
1076
|
+
"type": {
|
1077
|
+
"text": "click() => void"
|
1078
|
+
}
|
1003
1079
|
}
|
1004
1080
|
],
|
1005
1081
|
"events": [
|
@@ -1112,7 +1188,8 @@
|
|
1112
1188
|
"package": "@internal/components/skf-element.js"
|
1113
1189
|
},
|
1114
1190
|
"tagName": "skf-button",
|
1115
|
-
"customElement": true
|
1191
|
+
"customElement": true,
|
1192
|
+
"modulePath": "src/components/button/button.component.ts"
|
1116
1193
|
}
|
1117
1194
|
],
|
1118
1195
|
"exports": [
|
@@ -1135,6 +1212,12 @@
|
|
1135
1212
|
"kind": "class",
|
1136
1213
|
"description": "The `<skf-card>` can be used to group related subjects in a container\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/021eed-card) for design principles",
|
1137
1214
|
"name": "SkfCard",
|
1215
|
+
"cssProperties": [
|
1216
|
+
{
|
1217
|
+
"description": "Ability to set a custom background color",
|
1218
|
+
"name": "--mod-card-bg-color"
|
1219
|
+
}
|
1220
|
+
],
|
1138
1221
|
"slots": [
|
1139
1222
|
{
|
1140
1223
|
"description": "The card's main content",
|
@@ -1142,6 +1225,22 @@
|
|
1142
1225
|
}
|
1143
1226
|
],
|
1144
1227
|
"members": [
|
1228
|
+
{
|
1229
|
+
"kind": "field",
|
1230
|
+
"name": "#internals",
|
1231
|
+
"privacy": "private",
|
1232
|
+
"type": {
|
1233
|
+
"text": "ElementInternals"
|
1234
|
+
}
|
1235
|
+
},
|
1236
|
+
{
|
1237
|
+
"kind": "field",
|
1238
|
+
"name": "#states",
|
1239
|
+
"privacy": "private",
|
1240
|
+
"type": {
|
1241
|
+
"text": "CustomStateSet"
|
1242
|
+
}
|
1243
|
+
},
|
1145
1244
|
{
|
1146
1245
|
"kind": "field",
|
1147
1246
|
"name": "noBorder",
|
@@ -1150,8 +1249,7 @@
|
|
1150
1249
|
},
|
1151
1250
|
"default": "false",
|
1152
1251
|
"description": "If true, removes border",
|
1153
|
-
"attribute": "no-border"
|
1154
|
-
"reflects": true
|
1252
|
+
"attribute": "no-border"
|
1155
1253
|
},
|
1156
1254
|
{
|
1157
1255
|
"kind": "field",
|
@@ -1161,8 +1259,7 @@
|
|
1161
1259
|
},
|
1162
1260
|
"default": "false",
|
1163
1261
|
"description": "If true, removes padding",
|
1164
|
-
"attribute": "no-padding"
|
1165
|
-
"reflects": true
|
1262
|
+
"attribute": "no-padding"
|
1166
1263
|
},
|
1167
1264
|
{
|
1168
1265
|
"kind": "field",
|
@@ -1172,8 +1269,7 @@
|
|
1172
1269
|
},
|
1173
1270
|
"default": "false",
|
1174
1271
|
"description": "If true, the Card fills the parent element height",
|
1175
|
-
"attribute": "stretch"
|
1176
|
-
"reflects": true
|
1272
|
+
"attribute": "stretch"
|
1177
1273
|
}
|
1178
1274
|
],
|
1179
1275
|
"attributes": [
|
@@ -1210,7 +1306,8 @@
|
|
1210
1306
|
"package": "@internal/components/skf-element.js"
|
1211
1307
|
},
|
1212
1308
|
"tagName": "skf-card",
|
1213
|
-
"customElement": true
|
1309
|
+
"customElement": true,
|
1310
|
+
"modulePath": "src/components/card/card.component.ts"
|
1214
1311
|
}
|
1215
1312
|
],
|
1216
1313
|
"exports": [
|
@@ -1240,6 +1337,13 @@
|
|
1240
1337
|
}
|
1241
1338
|
],
|
1242
1339
|
"members": [
|
1340
|
+
{
|
1341
|
+
"kind": "field",
|
1342
|
+
"name": "#localize",
|
1343
|
+
"privacy": "private",
|
1344
|
+
"readonly": true,
|
1345
|
+
"default": "new LocalizeController(this)"
|
1346
|
+
},
|
1243
1347
|
{
|
1244
1348
|
"kind": "field",
|
1245
1349
|
"name": "debug",
|
@@ -1253,6 +1357,10 @@
|
|
1253
1357
|
{
|
1254
1358
|
"kind": "field",
|
1255
1359
|
"name": "checked",
|
1360
|
+
"type": {
|
1361
|
+
"text": "boolean"
|
1362
|
+
},
|
1363
|
+
"default": "false",
|
1256
1364
|
"description": "If true, outputs helping hints in console",
|
1257
1365
|
"attribute": "checked",
|
1258
1366
|
"reflects": true
|
@@ -1290,21 +1398,25 @@
|
|
1290
1398
|
},
|
1291
1399
|
{
|
1292
1400
|
"kind": "field",
|
1293
|
-
"name": "
|
1401
|
+
"name": "lang",
|
1294
1402
|
"type": {
|
1295
|
-
"text": "
|
1403
|
+
"text": "Language"
|
1296
1404
|
},
|
1297
|
-
"
|
1298
|
-
"
|
1405
|
+
"default": "'en'",
|
1406
|
+
"description": "Sets the internal language of the component",
|
1407
|
+
"attribute": "lang",
|
1408
|
+
"expandedType": {
|
1409
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1410
|
+
}
|
1299
1411
|
},
|
1300
1412
|
{
|
1301
1413
|
"kind": "field",
|
1302
|
-
"name": "
|
1414
|
+
"name": "name",
|
1303
1415
|
"type": {
|
1304
1416
|
"text": "string | undefined"
|
1305
1417
|
},
|
1306
|
-
"description": "If defined,
|
1307
|
-
"attribute": "
|
1418
|
+
"description": "If defined, adds name to the input-element",
|
1419
|
+
"attribute": "name"
|
1308
1420
|
},
|
1309
1421
|
{
|
1310
1422
|
"kind": "field",
|
@@ -1385,6 +1497,10 @@
|
|
1385
1497
|
},
|
1386
1498
|
{
|
1387
1499
|
"name": "checked",
|
1500
|
+
"type": {
|
1501
|
+
"text": "boolean"
|
1502
|
+
},
|
1503
|
+
"default": "false",
|
1388
1504
|
"description": "If true, outputs helping hints in console",
|
1389
1505
|
"fieldName": "checked"
|
1390
1506
|
},
|
@@ -1415,20 +1531,24 @@
|
|
1415
1531
|
"fieldName": "label"
|
1416
1532
|
},
|
1417
1533
|
{
|
1418
|
-
"name": "
|
1534
|
+
"name": "lang",
|
1419
1535
|
"type": {
|
1420
|
-
"text": "
|
1536
|
+
"text": "Language"
|
1421
1537
|
},
|
1422
|
-
"
|
1423
|
-
"
|
1538
|
+
"default": "'en'",
|
1539
|
+
"description": "Sets the internal language of the component",
|
1540
|
+
"fieldName": "lang",
|
1541
|
+
"expandedType": {
|
1542
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1543
|
+
}
|
1424
1544
|
},
|
1425
1545
|
{
|
1426
|
-
"name": "
|
1546
|
+
"name": "name",
|
1427
1547
|
"type": {
|
1428
1548
|
"text": "string | undefined"
|
1429
1549
|
},
|
1430
|
-
"description": "If defined,
|
1431
|
-
"fieldName": "
|
1550
|
+
"description": "If defined, adds name to the input-element",
|
1551
|
+
"fieldName": "name"
|
1432
1552
|
},
|
1433
1553
|
{
|
1434
1554
|
"name": "severity",
|
@@ -1471,7 +1591,8 @@
|
|
1471
1591
|
"package": "@internal/components/formBase.js"
|
1472
1592
|
},
|
1473
1593
|
"tagName": "skf-checkbox",
|
1474
|
-
"customElement": true
|
1594
|
+
"customElement": true,
|
1595
|
+
"modulePath": "src/components/checkbox/checkbox.component.ts"
|
1475
1596
|
}
|
1476
1597
|
],
|
1477
1598
|
"exports": [
|
@@ -1488,13 +1609,20 @@
|
|
1488
1609
|
},
|
1489
1610
|
{
|
1490
1611
|
"kind": "javascript-module",
|
1491
|
-
"path": "
|
1612
|
+
"path": "components/datepicker/datepicker-calendar.js",
|
1492
1613
|
"declarations": [
|
1493
1614
|
{
|
1494
1615
|
"kind": "class",
|
1495
1616
|
"description": "",
|
1496
|
-
"name": "
|
1617
|
+
"name": "SkfDatepickerCalendar",
|
1497
1618
|
"members": [
|
1619
|
+
{
|
1620
|
+
"kind": "field",
|
1621
|
+
"name": "#localize",
|
1622
|
+
"privacy": "private",
|
1623
|
+
"readonly": true,
|
1624
|
+
"default": "new LocalizeController(this)"
|
1625
|
+
},
|
1498
1626
|
{
|
1499
1627
|
"kind": "field",
|
1500
1628
|
"name": "eventid",
|
@@ -1522,6 +1650,19 @@
|
|
1522
1650
|
"attribute": "invalid-dates",
|
1523
1651
|
"reflects": true
|
1524
1652
|
},
|
1653
|
+
{
|
1654
|
+
"kind": "field",
|
1655
|
+
"name": "lang",
|
1656
|
+
"type": {
|
1657
|
+
"text": "Language"
|
1658
|
+
},
|
1659
|
+
"default": "'en'",
|
1660
|
+
"description": "Sets the internal language of the component",
|
1661
|
+
"attribute": "lang",
|
1662
|
+
"expandedType": {
|
1663
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1664
|
+
}
|
1665
|
+
},
|
1525
1666
|
{
|
1526
1667
|
"kind": "field",
|
1527
1668
|
"name": "locale",
|
@@ -1608,7 +1749,10 @@
|
|
1608
1749
|
"text": "false"
|
1609
1750
|
}
|
1610
1751
|
}
|
1611
|
-
]
|
1752
|
+
],
|
1753
|
+
"type": {
|
1754
|
+
"text": "_createDate({ year, month, day }: DateParts, useTemporalApi?: false) => Date"
|
1755
|
+
}
|
1612
1756
|
},
|
1613
1757
|
{
|
1614
1758
|
"kind": "method",
|
@@ -1632,7 +1776,10 @@
|
|
1632
1776
|
"text": "boolean"
|
1633
1777
|
}
|
1634
1778
|
}
|
1635
|
-
]
|
1779
|
+
],
|
1780
|
+
"type": {
|
1781
|
+
"text": "_createDate({ year, month, day = 1 }: DateParts, useTemporalApi?: boolean) => Date | Temporal.PlainDate"
|
1782
|
+
}
|
1636
1783
|
},
|
1637
1784
|
{
|
1638
1785
|
"kind": "field",
|
@@ -1663,6 +1810,18 @@
|
|
1663
1810
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
1664
1811
|
"fieldName": "invalidDates"
|
1665
1812
|
},
|
1813
|
+
{
|
1814
|
+
"name": "lang",
|
1815
|
+
"type": {
|
1816
|
+
"text": "Language"
|
1817
|
+
},
|
1818
|
+
"default": "'en'",
|
1819
|
+
"description": "Sets the internal language of the component",
|
1820
|
+
"fieldName": "lang",
|
1821
|
+
"expandedType": {
|
1822
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1823
|
+
}
|
1824
|
+
},
|
1666
1825
|
{
|
1667
1826
|
"name": "locale",
|
1668
1827
|
"type": {
|
@@ -1715,40 +1874,32 @@
|
|
1715
1874
|
"superclass": {
|
1716
1875
|
"name": "SkfElement",
|
1717
1876
|
"package": "@internal/components/skf-element.js"
|
1718
|
-
}
|
1877
|
+
},
|
1878
|
+
"tagName": "skf-datepicker-calendar",
|
1879
|
+
"customElement": true,
|
1880
|
+
"modulePath": "src/components/datepicker/datepicker-calendar.component.ts"
|
1719
1881
|
}
|
1720
1882
|
],
|
1721
1883
|
"exports": [
|
1722
1884
|
{
|
1723
1885
|
"kind": "js",
|
1724
|
-
"name": "
|
1886
|
+
"name": "SkfDatepickerCalendar",
|
1725
1887
|
"declaration": {
|
1726
|
-
"name": "
|
1727
|
-
"module": "src/components/
|
1888
|
+
"name": "SkfDatepickerCalendar",
|
1889
|
+
"module": "src/components/datepicker/datepicker-calendar.component.ts"
|
1728
1890
|
}
|
1729
1891
|
}
|
1730
|
-
]
|
1892
|
+
],
|
1893
|
+
"typeDefinitionPath": "components/datepicker/datepicker-calendar.d.ts"
|
1731
1894
|
},
|
1732
1895
|
{
|
1733
1896
|
"kind": "javascript-module",
|
1734
|
-
"path": "components/
|
1897
|
+
"path": "src/components/datepicker/datepicker-popup.component.ts",
|
1735
1898
|
"declarations": [
|
1736
1899
|
{
|
1737
1900
|
"kind": "class",
|
1738
|
-
"description": "
|
1739
|
-
"name": "
|
1740
|
-
"cssProperties": [
|
1741
|
-
{
|
1742
|
-
"description": "The maximum width of the date picker",
|
1743
|
-
"name": "--max-width"
|
1744
|
-
}
|
1745
|
-
],
|
1746
|
-
"slots": [
|
1747
|
-
{
|
1748
|
-
"description": "Default hint content placed inside the date picker",
|
1749
|
-
"name": ""
|
1750
|
-
}
|
1751
|
-
],
|
1901
|
+
"description": "",
|
1902
|
+
"name": "SkfDatepickerPopup",
|
1752
1903
|
"members": [
|
1753
1904
|
{
|
1754
1905
|
"kind": "field",
|
@@ -1757,17 +1908,12 @@
|
|
1757
1908
|
"text": "string"
|
1758
1909
|
},
|
1759
1910
|
"default": "'en-CA'",
|
1760
|
-
"description": "The locale to use for formatting the date",
|
1761
1911
|
"attribute": "locale",
|
1762
1912
|
"reflects": true
|
1763
1913
|
},
|
1764
1914
|
{
|
1765
1915
|
"kind": "field",
|
1766
1916
|
"name": "date",
|
1767
|
-
"type": {
|
1768
|
-
"text": "string"
|
1769
|
-
},
|
1770
|
-
"description": "The date to display in the date picker",
|
1771
1917
|
"attribute": "date",
|
1772
1918
|
"reflects": true
|
1773
1919
|
},
|
@@ -1789,6 +1935,19 @@
|
|
1789
1935
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
1790
1936
|
"attribute": "invalid-dates"
|
1791
1937
|
},
|
1938
|
+
{
|
1939
|
+
"kind": "field",
|
1940
|
+
"name": "lang",
|
1941
|
+
"type": {
|
1942
|
+
"text": "Language"
|
1943
|
+
},
|
1944
|
+
"default": "'en'",
|
1945
|
+
"description": "Sets the internal language of the component",
|
1946
|
+
"attribute": "lang",
|
1947
|
+
"expandedType": {
|
1948
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1949
|
+
}
|
1950
|
+
},
|
1792
1951
|
{
|
1793
1952
|
"kind": "field",
|
1794
1953
|
"name": "range",
|
@@ -1796,7 +1955,6 @@
|
|
1796
1955
|
"text": "boolean"
|
1797
1956
|
},
|
1798
1957
|
"default": "false",
|
1799
|
-
"description": "If true, the date picker will allow the selection of a range of dates",
|
1800
1958
|
"attribute": "range"
|
1801
1959
|
},
|
1802
1960
|
{
|
@@ -1829,7 +1987,7 @@
|
|
1829
1987
|
"kind": "field",
|
1830
1988
|
"name": "selectedDateRange",
|
1831
1989
|
"type": {
|
1832
|
-
"text": "
|
1990
|
+
"text": "SkfDatepickerPopupDateRange"
|
1833
1991
|
},
|
1834
1992
|
"default": "{ start: null, end: null, }"
|
1835
1993
|
},
|
@@ -1852,16 +2010,6 @@
|
|
1852
2010
|
"description": "Navigates to the given date."
|
1853
2011
|
}
|
1854
2012
|
],
|
1855
|
-
"events": [
|
1856
|
-
{
|
1857
|
-
"description": "When a date is selected",
|
1858
|
-
"name": "selected-date-changed"
|
1859
|
-
},
|
1860
|
-
{
|
1861
|
-
"description": "When a range of dates is selected",
|
1862
|
-
"name": "selected-date-range-changed"
|
1863
|
-
}
|
1864
|
-
],
|
1865
2013
|
"attributes": [
|
1866
2014
|
{
|
1867
2015
|
"name": "locale",
|
@@ -1869,15 +2017,10 @@
|
|
1869
2017
|
"text": "string"
|
1870
2018
|
},
|
1871
2019
|
"default": "'en-CA'",
|
1872
|
-
"description": "The locale to use for formatting the date",
|
1873
2020
|
"fieldName": "locale"
|
1874
2021
|
},
|
1875
2022
|
{
|
1876
2023
|
"name": "date",
|
1877
|
-
"type": {
|
1878
|
-
"text": "string"
|
1879
|
-
},
|
1880
|
-
"description": "The date to display in the date picker",
|
1881
2024
|
"fieldName": "date"
|
1882
2025
|
},
|
1883
2026
|
{
|
@@ -1896,13 +2039,24 @@
|
|
1896
2039
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
1897
2040
|
"fieldName": "invalidDates"
|
1898
2041
|
},
|
2042
|
+
{
|
2043
|
+
"name": "lang",
|
2044
|
+
"type": {
|
2045
|
+
"text": "Language"
|
2046
|
+
},
|
2047
|
+
"default": "'en'",
|
2048
|
+
"description": "Sets the internal language of the component",
|
2049
|
+
"fieldName": "lang",
|
2050
|
+
"expandedType": {
|
2051
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2052
|
+
}
|
2053
|
+
},
|
1899
2054
|
{
|
1900
2055
|
"name": "range",
|
1901
2056
|
"type": {
|
1902
2057
|
"text": "boolean"
|
1903
2058
|
},
|
1904
2059
|
"default": "false",
|
1905
|
-
"description": "If true, the date picker will allow the selection of a range of dates",
|
1906
2060
|
"fieldName": "range"
|
1907
2061
|
},
|
1908
2062
|
{
|
@@ -1925,32 +2079,36 @@
|
|
1925
2079
|
"superclass": {
|
1926
2080
|
"name": "SkfElement",
|
1927
2081
|
"package": "@internal/components/skf-element.js"
|
1928
|
-
}
|
1929
|
-
"tagName": "skf-datepicker",
|
1930
|
-
"customElement": true
|
2082
|
+
}
|
1931
2083
|
}
|
1932
2084
|
],
|
1933
2085
|
"exports": [
|
1934
2086
|
{
|
1935
2087
|
"kind": "js",
|
1936
|
-
"name": "
|
2088
|
+
"name": "SkfDatepickerPopup",
|
1937
2089
|
"declaration": {
|
1938
|
-
"name": "
|
1939
|
-
"module": "src/components/
|
2090
|
+
"name": "SkfDatepickerPopup",
|
2091
|
+
"module": "src/components/datepicker/datepicker-popup.component.ts"
|
1940
2092
|
}
|
1941
2093
|
}
|
1942
|
-
]
|
1943
|
-
"typeDefinitionPath": "components/date-picker/datepicker.d.ts"
|
2094
|
+
]
|
1944
2095
|
},
|
1945
2096
|
{
|
1946
2097
|
"kind": "javascript-module",
|
1947
|
-
"path": "
|
2098
|
+
"path": "components/datepicker/datepicker.js",
|
1948
2099
|
"declarations": [
|
1949
2100
|
{
|
1950
2101
|
"kind": "class",
|
1951
2102
|
"description": "",
|
1952
|
-
"name": "
|
2103
|
+
"name": "SkfDatepicker",
|
1953
2104
|
"members": [
|
2105
|
+
{
|
2106
|
+
"kind": "field",
|
2107
|
+
"name": "#localize",
|
2108
|
+
"privacy": "private",
|
2109
|
+
"readonly": true,
|
2110
|
+
"default": "new LocalizeController(this)"
|
2111
|
+
},
|
1954
2112
|
{
|
1955
2113
|
"kind": "field",
|
1956
2114
|
"name": "focusTimeoutId",
|
@@ -1985,12 +2143,25 @@
|
|
1985
2143
|
},
|
1986
2144
|
{
|
1987
2145
|
"kind": "field",
|
1988
|
-
"name": "
|
2146
|
+
"name": "lang",
|
1989
2147
|
"type": {
|
1990
|
-
"text": "
|
2148
|
+
"text": "Language"
|
1991
2149
|
},
|
1992
|
-
"
|
1993
|
-
"
|
2150
|
+
"default": "'en'",
|
2151
|
+
"description": "Sets the internal language of the component",
|
2152
|
+
"attribute": "lang",
|
2153
|
+
"expandedType": {
|
2154
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2155
|
+
}
|
2156
|
+
},
|
2157
|
+
{
|
2158
|
+
"kind": "field",
|
2159
|
+
"name": "hideLabel",
|
2160
|
+
"type": {
|
2161
|
+
"text": "boolean | undefined"
|
2162
|
+
},
|
2163
|
+
"description": "If true, hides the label visually",
|
2164
|
+
"attribute": "hide-label"
|
1994
2165
|
},
|
1995
2166
|
{
|
1996
2167
|
"kind": "field",
|
@@ -2047,15 +2218,6 @@
|
|
2047
2218
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
2048
2219
|
"attribute": "readonly"
|
2049
2220
|
},
|
2050
|
-
{
|
2051
|
-
"kind": "field",
|
2052
|
-
"name": "requiredLabel",
|
2053
|
-
"type": {
|
2054
|
-
"text": "string | undefined"
|
2055
|
-
},
|
2056
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2057
|
-
"attribute": "required-label"
|
2058
|
-
},
|
2059
2221
|
{
|
2060
2222
|
"kind": "field",
|
2061
2223
|
"name": "selectableFrom",
|
@@ -2124,16 +2286,15 @@
|
|
2124
2286
|
},
|
2125
2287
|
{
|
2126
2288
|
"kind": "field",
|
2127
|
-
"name": "
|
2128
|
-
"
|
2129
|
-
},
|
2130
|
-
{
|
2131
|
-
"kind": "field",
|
2132
|
-
"name": "abortSignal"
|
2289
|
+
"name": "_handleSelectedDate",
|
2290
|
+
"privacy": "private"
|
2133
2291
|
},
|
2134
2292
|
{
|
2135
|
-
"kind": "
|
2136
|
-
"name": "
|
2293
|
+
"kind": "method",
|
2294
|
+
"name": "_handleValueChange",
|
2295
|
+
"type": {
|
2296
|
+
"text": "_handleValueChange() => void"
|
2297
|
+
}
|
2137
2298
|
},
|
2138
2299
|
{
|
2139
2300
|
"kind": "field",
|
@@ -2141,21 +2302,26 @@
|
|
2141
2302
|
"privacy": "private"
|
2142
2303
|
},
|
2143
2304
|
{
|
2144
|
-
"kind": "
|
2145
|
-
"name": "showPopover"
|
2146
|
-
|
2147
|
-
|
2148
|
-
|
2149
|
-
"name": "hidePopover"
|
2305
|
+
"kind": "method",
|
2306
|
+
"name": "showPopover",
|
2307
|
+
"type": {
|
2308
|
+
"text": "showPopover() => void"
|
2309
|
+
}
|
2150
2310
|
},
|
2151
2311
|
{
|
2152
2312
|
"kind": "method",
|
2153
|
-
"name": "
|
2313
|
+
"name": "hidePopover",
|
2314
|
+
"type": {
|
2315
|
+
"text": "hidePopover() => void"
|
2316
|
+
}
|
2154
2317
|
},
|
2155
2318
|
{
|
2156
|
-
"kind": "
|
2319
|
+
"kind": "method",
|
2157
2320
|
"name": "clear",
|
2158
|
-
"description": "Clears the input field"
|
2321
|
+
"description": "Clears the input field",
|
2322
|
+
"type": {
|
2323
|
+
"text": "clear() => void"
|
2324
|
+
}
|
2159
2325
|
}
|
2160
2326
|
],
|
2161
2327
|
"attributes": [
|
@@ -2180,6 +2346,18 @@
|
|
2180
2346
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
2181
2347
|
"fieldName": "label"
|
2182
2348
|
},
|
2349
|
+
{
|
2350
|
+
"name": "lang",
|
2351
|
+
"type": {
|
2352
|
+
"text": "Language"
|
2353
|
+
},
|
2354
|
+
"default": "'en'",
|
2355
|
+
"description": "Sets the internal language of the component",
|
2356
|
+
"fieldName": "lang",
|
2357
|
+
"expandedType": {
|
2358
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2359
|
+
}
|
2360
|
+
},
|
2183
2361
|
{
|
2184
2362
|
"name": "hide-label",
|
2185
2363
|
"type": {
|
@@ -2236,14 +2414,6 @@
|
|
2236
2414
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
2237
2415
|
"fieldName": "readonly"
|
2238
2416
|
},
|
2239
|
-
{
|
2240
|
-
"name": "required-label",
|
2241
|
-
"type": {
|
2242
|
-
"text": "string | undefined"
|
2243
|
-
},
|
2244
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2245
|
-
"fieldName": "requiredLabel"
|
2246
|
-
},
|
2247
2417
|
{
|
2248
2418
|
"name": "selectable-from",
|
2249
2419
|
"type": {
|
@@ -2298,19 +2468,23 @@
|
|
2298
2468
|
"superclass": {
|
2299
2469
|
"name": "FormBase",
|
2300
2470
|
"package": "@internal/components/formBase.js"
|
2301
|
-
}
|
2471
|
+
},
|
2472
|
+
"tagName": "skf-datepicker",
|
2473
|
+
"customElement": true,
|
2474
|
+
"modulePath": "src/components/datepicker/datepicker.component.ts"
|
2302
2475
|
}
|
2303
2476
|
],
|
2304
2477
|
"exports": [
|
2305
2478
|
{
|
2306
2479
|
"kind": "js",
|
2307
|
-
"name": "
|
2480
|
+
"name": "SkfDatepicker",
|
2308
2481
|
"declaration": {
|
2309
|
-
"name": "
|
2310
|
-
"module": "src/components/
|
2482
|
+
"name": "SkfDatepicker",
|
2483
|
+
"module": "src/components/datepicker/datepicker.component.ts"
|
2311
2484
|
}
|
2312
2485
|
}
|
2313
|
-
]
|
2486
|
+
],
|
2487
|
+
"typeDefinitionPath": "components/datepicker/datepicker.d.ts"
|
2314
2488
|
},
|
2315
2489
|
{
|
2316
2490
|
"kind": "javascript-module",
|
@@ -2327,6 +2501,22 @@
|
|
2327
2501
|
}
|
2328
2502
|
],
|
2329
2503
|
"members": [
|
2504
|
+
{
|
2505
|
+
"kind": "field",
|
2506
|
+
"name": "#internals",
|
2507
|
+
"privacy": "private",
|
2508
|
+
"type": {
|
2509
|
+
"text": "ElementInternals"
|
2510
|
+
}
|
2511
|
+
},
|
2512
|
+
{
|
2513
|
+
"kind": "field",
|
2514
|
+
"name": "#states",
|
2515
|
+
"privacy": "private",
|
2516
|
+
"type": {
|
2517
|
+
"text": "CustomStateSet"
|
2518
|
+
}
|
2519
|
+
},
|
2330
2520
|
{
|
2331
2521
|
"kind": "field",
|
2332
2522
|
"name": "as",
|
@@ -2349,7 +2539,6 @@
|
|
2349
2539
|
},
|
2350
2540
|
"description": "If defined, changes the appearance of the heading",
|
2351
2541
|
"attribute": "styled-as",
|
2352
|
-
"reflects": true,
|
2353
2542
|
"expandedType": {
|
2354
2543
|
"text": "'h1' | 'h2' | 'h3' | 'h4' | undefined"
|
2355
2544
|
}
|
@@ -2385,7 +2574,8 @@
|
|
2385
2574
|
"package": "@internal/components/skf-element.js"
|
2386
2575
|
},
|
2387
2576
|
"tagName": "skf-heading",
|
2388
|
-
"customElement": true
|
2577
|
+
"customElement": true,
|
2578
|
+
"modulePath": "src/components/heading/heading.component.ts"
|
2389
2579
|
}
|
2390
2580
|
],
|
2391
2581
|
"exports": [
|
@@ -2431,12 +2621,10 @@
|
|
2431
2621
|
"members": [
|
2432
2622
|
{
|
2433
2623
|
"kind": "field",
|
2434
|
-
"name": "
|
2435
|
-
"
|
2436
|
-
|
2437
|
-
|
2438
|
-
"description": "If defined, sets the aria-label for the close button",
|
2439
|
-
"attribute": "close-button-aria-label"
|
2624
|
+
"name": "#localize",
|
2625
|
+
"privacy": "private",
|
2626
|
+
"readonly": true,
|
2627
|
+
"default": "new LocalizeController(this)"
|
2440
2628
|
},
|
2441
2629
|
{
|
2442
2630
|
"kind": "field",
|
@@ -2457,6 +2645,19 @@
|
|
2457
2645
|
"description": "If true, makes the dialog stretch edge to edge on screen",
|
2458
2646
|
"attribute": "fullscreen"
|
2459
2647
|
},
|
2648
|
+
{
|
2649
|
+
"kind": "field",
|
2650
|
+
"name": "lang",
|
2651
|
+
"type": {
|
2652
|
+
"text": "Language"
|
2653
|
+
},
|
2654
|
+
"default": "'en'",
|
2655
|
+
"description": "Sets the internal language of the component",
|
2656
|
+
"attribute": "lang",
|
2657
|
+
"expandedType": {
|
2658
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2659
|
+
}
|
2660
|
+
},
|
2460
2661
|
{
|
2461
2662
|
"kind": "field",
|
2462
2663
|
"name": "noCloseButton",
|
@@ -2491,12 +2692,18 @@
|
|
2491
2692
|
{
|
2492
2693
|
"kind": "method",
|
2493
2694
|
"name": "showModal",
|
2494
|
-
"description": "Method that opens the dialog in modal state"
|
2695
|
+
"description": "Method that opens the dialog in modal state",
|
2696
|
+
"type": {
|
2697
|
+
"text": "showModal() => void"
|
2698
|
+
}
|
2495
2699
|
},
|
2496
2700
|
{
|
2497
2701
|
"kind": "method",
|
2498
2702
|
"name": "close",
|
2499
|
-
"description": "Method that closes the dialog"
|
2703
|
+
"description": "Method that closes the dialog",
|
2704
|
+
"type": {
|
2705
|
+
"text": "close() => void"
|
2706
|
+
}
|
2500
2707
|
}
|
2501
2708
|
],
|
2502
2709
|
"events": [
|
@@ -2523,14 +2730,6 @@
|
|
2523
2730
|
}
|
2524
2731
|
],
|
2525
2732
|
"attributes": [
|
2526
|
-
{
|
2527
|
-
"name": "close-button-aria-label",
|
2528
|
-
"type": {
|
2529
|
-
"text": "string | undefined"
|
2530
|
-
},
|
2531
|
-
"description": "If defined, sets the aria-label for the close button",
|
2532
|
-
"fieldName": "closeButtonAriaLabel"
|
2533
|
-
},
|
2534
2733
|
{
|
2535
2734
|
"name": "heading",
|
2536
2735
|
"type": {
|
@@ -2548,6 +2747,18 @@
|
|
2548
2747
|
"description": "If true, makes the dialog stretch edge to edge on screen",
|
2549
2748
|
"fieldName": "fullscreen"
|
2550
2749
|
},
|
2750
|
+
{
|
2751
|
+
"name": "lang",
|
2752
|
+
"type": {
|
2753
|
+
"text": "Language"
|
2754
|
+
},
|
2755
|
+
"default": "'en'",
|
2756
|
+
"description": "Sets the internal language of the component",
|
2757
|
+
"fieldName": "lang",
|
2758
|
+
"expandedType": {
|
2759
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2760
|
+
}
|
2761
|
+
},
|
2551
2762
|
{
|
2552
2763
|
"name": "no-close-button",
|
2553
2764
|
"type": {
|
@@ -2581,7 +2792,8 @@
|
|
2581
2792
|
"package": "@internal/components/skf-element"
|
2582
2793
|
},
|
2583
2794
|
"tagName": "skf-dialog",
|
2584
|
-
"customElement": true
|
2795
|
+
"customElement": true,
|
2796
|
+
"modulePath": "src/components/dialog/dialog.component.ts"
|
2585
2797
|
}
|
2586
2798
|
],
|
2587
2799
|
"exports": [
|
@@ -2615,6 +2827,22 @@
|
|
2615
2827
|
}
|
2616
2828
|
],
|
2617
2829
|
"members": [
|
2830
|
+
{
|
2831
|
+
"kind": "field",
|
2832
|
+
"name": "#internals",
|
2833
|
+
"privacy": "private",
|
2834
|
+
"type": {
|
2835
|
+
"text": "ElementInternals"
|
2836
|
+
}
|
2837
|
+
},
|
2838
|
+
{
|
2839
|
+
"kind": "field",
|
2840
|
+
"name": "#states",
|
2841
|
+
"privacy": "private",
|
2842
|
+
"type": {
|
2843
|
+
"text": "CustomStateSet"
|
2844
|
+
}
|
2845
|
+
},
|
2618
2846
|
{
|
2619
2847
|
"kind": "field",
|
2620
2848
|
"name": "color",
|
@@ -2624,9 +2852,8 @@
|
|
2624
2852
|
"default": "'primary'",
|
2625
2853
|
"description": "Defines the Divider color",
|
2626
2854
|
"attribute": "color",
|
2627
|
-
"reflects": true,
|
2628
2855
|
"expandedType": {
|
2629
|
-
"text": "'primary' | 'inverse' | '
|
2856
|
+
"text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
|
2630
2857
|
}
|
2631
2858
|
},
|
2632
2859
|
{
|
@@ -2647,8 +2874,7 @@
|
|
2647
2874
|
},
|
2648
2875
|
"default": "false",
|
2649
2876
|
"description": "If true, renders the divider vertically",
|
2650
|
-
"attribute": "vertical"
|
2651
|
-
"reflects": true
|
2877
|
+
"attribute": "vertical"
|
2652
2878
|
}
|
2653
2879
|
],
|
2654
2880
|
"attributes": [
|
@@ -2661,7 +2887,7 @@
|
|
2661
2887
|
"description": "Defines the Divider color",
|
2662
2888
|
"fieldName": "color",
|
2663
2889
|
"expandedType": {
|
2664
|
-
"text": "'primary' | 'inverse' | '
|
2890
|
+
"text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
|
2665
2891
|
}
|
2666
2892
|
},
|
2667
2893
|
{
|
@@ -2688,7 +2914,8 @@
|
|
2688
2914
|
"package": "@internal/components/skf-element.js"
|
2689
2915
|
},
|
2690
2916
|
"tagName": "skf-divider",
|
2691
|
-
"customElement": true
|
2917
|
+
"customElement": true,
|
2918
|
+
"modulePath": "src/components/divider/divider.component.ts"
|
2692
2919
|
}
|
2693
2920
|
],
|
2694
2921
|
"exports": [
|
@@ -2720,13 +2947,26 @@
|
|
2720
2947
|
"members": [
|
2721
2948
|
{
|
2722
2949
|
"kind": "field",
|
2723
|
-
"name": "
|
2950
|
+
"name": "#localize",
|
2951
|
+
"privacy": "private",
|
2952
|
+
"readonly": true,
|
2953
|
+
"default": "new LocalizeController(this)"
|
2954
|
+
},
|
2955
|
+
{
|
2956
|
+
"kind": "field",
|
2957
|
+
"name": "#internals",
|
2958
|
+
"privacy": "private",
|
2724
2959
|
"type": {
|
2725
|
-
"text": "
|
2726
|
-
}
|
2727
|
-
|
2728
|
-
|
2729
|
-
"
|
2960
|
+
"text": "ElementInternals"
|
2961
|
+
}
|
2962
|
+
},
|
2963
|
+
{
|
2964
|
+
"kind": "field",
|
2965
|
+
"name": "#states",
|
2966
|
+
"privacy": "private",
|
2967
|
+
"type": {
|
2968
|
+
"text": "CustomStateSet"
|
2969
|
+
}
|
2730
2970
|
},
|
2731
2971
|
{
|
2732
2972
|
"kind": "field",
|
@@ -2737,16 +2977,31 @@
|
|
2737
2977
|
"description": "Heading for the Drawer",
|
2738
2978
|
"attribute": "heading"
|
2739
2979
|
},
|
2980
|
+
{
|
2981
|
+
"kind": "field",
|
2982
|
+
"name": "lang",
|
2983
|
+
"type": {
|
2984
|
+
"text": "Language"
|
2985
|
+
},
|
2986
|
+
"default": "'en'",
|
2987
|
+
"description": "Sets the internal language of the component",
|
2988
|
+
"attribute": "lang",
|
2989
|
+
"expandedType": {
|
2990
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2991
|
+
}
|
2992
|
+
},
|
2740
2993
|
{
|
2741
2994
|
"kind": "field",
|
2742
2995
|
"name": "size",
|
2743
2996
|
"type": {
|
2744
|
-
"text": "
|
2997
|
+
"text": "Size"
|
2745
2998
|
},
|
2746
2999
|
"default": "'md'",
|
2747
3000
|
"description": "Sets the max-width",
|
2748
3001
|
"attribute": "size",
|
2749
|
-
"
|
3002
|
+
"expandedType": {
|
3003
|
+
"text": "'sm' | 'md' | 'lg'"
|
3004
|
+
}
|
2750
3005
|
},
|
2751
3006
|
{
|
2752
3007
|
"kind": "field",
|
@@ -2763,16 +3018,21 @@
|
|
2763
3018
|
"kind": "field",
|
2764
3019
|
"name": "placement",
|
2765
3020
|
"type": {
|
2766
|
-
"text": "
|
3021
|
+
"text": "Placement"
|
2767
3022
|
},
|
2768
3023
|
"default": "'right'",
|
2769
3024
|
"description": "Placement of the Drawer",
|
2770
3025
|
"attribute": "placement",
|
2771
|
-
"
|
3026
|
+
"expandedType": {
|
3027
|
+
"text": "'left' | 'right'"
|
3028
|
+
}
|
2772
3029
|
},
|
2773
3030
|
{
|
2774
3031
|
"kind": "method",
|
2775
|
-
"name": "close"
|
3032
|
+
"name": "close",
|
3033
|
+
"type": {
|
3034
|
+
"text": "close() => void"
|
3035
|
+
}
|
2776
3036
|
}
|
2777
3037
|
],
|
2778
3038
|
"events": [
|
@@ -2799,15 +3059,6 @@
|
|
2799
3059
|
}
|
2800
3060
|
],
|
2801
3061
|
"attributes": [
|
2802
|
-
{
|
2803
|
-
"name": "close-button-aria-label",
|
2804
|
-
"type": {
|
2805
|
-
"text": "string"
|
2806
|
-
},
|
2807
|
-
"default": "'Close dialog'",
|
2808
|
-
"description": "If defined, sets the aria-label for the close button",
|
2809
|
-
"fieldName": "closeButtonAriaLabel"
|
2810
|
-
},
|
2811
3062
|
{
|
2812
3063
|
"name": "heading",
|
2813
3064
|
"type": {
|
@@ -2816,14 +3067,29 @@
|
|
2816
3067
|
"description": "Heading for the Drawer",
|
2817
3068
|
"fieldName": "heading"
|
2818
3069
|
},
|
3070
|
+
{
|
3071
|
+
"name": "lang",
|
3072
|
+
"type": {
|
3073
|
+
"text": "Language"
|
3074
|
+
},
|
3075
|
+
"default": "'en'",
|
3076
|
+
"description": "Sets the internal language of the component",
|
3077
|
+
"fieldName": "lang",
|
3078
|
+
"expandedType": {
|
3079
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3080
|
+
}
|
3081
|
+
},
|
2819
3082
|
{
|
2820
3083
|
"name": "size",
|
2821
3084
|
"type": {
|
2822
|
-
"text": "
|
3085
|
+
"text": "Size"
|
2823
3086
|
},
|
2824
3087
|
"default": "'md'",
|
2825
3088
|
"description": "Sets the max-width",
|
2826
|
-
"fieldName": "size"
|
3089
|
+
"fieldName": "size",
|
3090
|
+
"expandedType": {
|
3091
|
+
"text": "'sm' | 'md' | 'lg'"
|
3092
|
+
}
|
2827
3093
|
},
|
2828
3094
|
{
|
2829
3095
|
"name": "open",
|
@@ -2837,11 +3103,14 @@
|
|
2837
3103
|
{
|
2838
3104
|
"name": "placement",
|
2839
3105
|
"type": {
|
2840
|
-
"text": "
|
3106
|
+
"text": "Placement"
|
2841
3107
|
},
|
2842
3108
|
"default": "'right'",
|
2843
3109
|
"description": "Placement of the Drawer",
|
2844
|
-
"fieldName": "placement"
|
3110
|
+
"fieldName": "placement",
|
3111
|
+
"expandedType": {
|
3112
|
+
"text": "'left' | 'right'"
|
3113
|
+
}
|
2845
3114
|
}
|
2846
3115
|
],
|
2847
3116
|
"superclass": {
|
@@ -2849,7 +3118,8 @@
|
|
2849
3118
|
"package": "@internal/components/skf-element"
|
2850
3119
|
},
|
2851
3120
|
"tagName": "skf-drawer",
|
2852
|
-
"customElement": true
|
3121
|
+
"customElement": true,
|
3122
|
+
"modulePath": "src/components/drawer/drawer.component.ts"
|
2853
3123
|
}
|
2854
3124
|
],
|
2855
3125
|
"exports": [
|
@@ -2875,10 +3145,26 @@
|
|
2875
3145
|
"cssProperties": [
|
2876
3146
|
{
|
2877
3147
|
"description": "The height of the logo",
|
2878
|
-
"name": "--
|
3148
|
+
"name": "--mod-logo-height"
|
2879
3149
|
}
|
2880
3150
|
],
|
2881
3151
|
"members": [
|
3152
|
+
{
|
3153
|
+
"kind": "field",
|
3154
|
+
"name": "#internals",
|
3155
|
+
"privacy": "private",
|
3156
|
+
"type": {
|
3157
|
+
"text": "ElementInternals"
|
3158
|
+
}
|
3159
|
+
},
|
3160
|
+
{
|
3161
|
+
"kind": "field",
|
3162
|
+
"name": "#states",
|
3163
|
+
"privacy": "private",
|
3164
|
+
"type": {
|
3165
|
+
"text": "CustomStateSet"
|
3166
|
+
}
|
3167
|
+
},
|
2882
3168
|
{
|
2883
3169
|
"kind": "field",
|
2884
3170
|
"name": "title",
|
@@ -2931,7 +3217,8 @@
|
|
2931
3217
|
"package": "@internal/components/skf-element.js"
|
2932
3218
|
},
|
2933
3219
|
"tagName": "skf-logo",
|
2934
|
-
"customElement": true
|
3220
|
+
"customElement": true,
|
3221
|
+
"modulePath": "src/components/logo/logo.component.ts"
|
2935
3222
|
}
|
2936
3223
|
],
|
2937
3224
|
"exports": [
|
@@ -2948,999 +3235,1112 @@
|
|
2948
3235
|
},
|
2949
3236
|
{
|
2950
3237
|
"kind": "javascript-module",
|
2951
|
-
"path": "components/
|
3238
|
+
"path": "components/link/link.js",
|
2952
3239
|
"declarations": [
|
2953
3240
|
{
|
2954
3241
|
"kind": "class",
|
2955
|
-
"description": "The `<skf-
|
2956
|
-
"name": "
|
3242
|
+
"description": "The `<skf-link>` can be used as either a regular link or a semantic button. The button variant is\nintended to be used for triggering javascript functions, not handling forms.",
|
3243
|
+
"name": "SkfLink",
|
2957
3244
|
"slots": [
|
2958
3245
|
{
|
2959
|
-
"description": "The
|
3246
|
+
"description": "The links' main content",
|
2960
3247
|
"name": ""
|
2961
3248
|
}
|
2962
3249
|
],
|
2963
3250
|
"members": [
|
2964
3251
|
{
|
2965
3252
|
"kind": "field",
|
2966
|
-
"name": "
|
2967
|
-
"
|
2968
|
-
"text": "boolean"
|
2969
|
-
},
|
2970
|
-
"default": "false",
|
2971
|
-
"attribute": "vertical",
|
2972
|
-
"reflects": true
|
2973
|
-
}
|
2974
|
-
],
|
2975
|
-
"attributes": [
|
2976
|
-
{
|
2977
|
-
"name": "vertical",
|
3253
|
+
"name": "#internals",
|
3254
|
+
"privacy": "private",
|
2978
3255
|
"type": {
|
2979
|
-
"text": "
|
2980
|
-
}
|
2981
|
-
"default": "false",
|
2982
|
-
"fieldName": "vertical"
|
2983
|
-
}
|
2984
|
-
],
|
2985
|
-
"superclass": {
|
2986
|
-
"name": "SkfElement",
|
2987
|
-
"package": "@internal/components/skf-element"
|
2988
|
-
},
|
2989
|
-
"tagName": "skf-nav",
|
2990
|
-
"customElement": true
|
2991
|
-
}
|
2992
|
-
],
|
2993
|
-
"exports": [
|
2994
|
-
{
|
2995
|
-
"kind": "js",
|
2996
|
-
"name": "SkfNav",
|
2997
|
-
"declaration": {
|
2998
|
-
"name": "SkfNav",
|
2999
|
-
"module": "src/components/nav/nav.component.ts"
|
3000
|
-
}
|
3001
|
-
}
|
3002
|
-
],
|
3003
|
-
"typeDefinitionPath": "components/nav/nav.d.ts"
|
3004
|
-
},
|
3005
|
-
{
|
3006
|
-
"kind": "javascript-module",
|
3007
|
-
"path": "components/header/header.js",
|
3008
|
-
"declarations": [
|
3009
|
-
{
|
3010
|
-
"kind": "class",
|
3011
|
-
"description": "The `<skf-header>` component is to be used as the site-header in the app. The navigation will be collapsed to mobile-view if the menu items exceed the available width.",
|
3012
|
-
"name": "SkfHeader",
|
3013
|
-
"slots": [
|
3014
|
-
{
|
3015
|
-
"description": "Navigation items",
|
3016
|
-
"name": ""
|
3017
|
-
}
|
3018
|
-
],
|
3019
|
-
"members": [
|
3020
|
-
{
|
3021
|
-
"kind": "field",
|
3022
|
-
"name": "compact",
|
3023
|
-
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3024
|
-
"attribute": "compact",
|
3025
|
-
"reflects": true
|
3256
|
+
"text": "ElementInternals"
|
3257
|
+
}
|
3026
3258
|
},
|
3027
3259
|
{
|
3028
3260
|
"kind": "field",
|
3029
|
-
"name": "
|
3261
|
+
"name": "#states",
|
3262
|
+
"privacy": "private",
|
3030
3263
|
"type": {
|
3031
|
-
"text": "
|
3032
|
-
}
|
3033
|
-
"default": "'Show navigation'",
|
3034
|
-
"description": "If defined, sets the aria-label for the hamburger button",
|
3035
|
-
"attribute": "hamburger-aria-label"
|
3264
|
+
"text": "CustomStateSet"
|
3265
|
+
}
|
3036
3266
|
},
|
3037
3267
|
{
|
3038
3268
|
"kind": "field",
|
3039
|
-
"name": "
|
3269
|
+
"name": "as",
|
3040
3270
|
"type": {
|
3041
|
-
"text": "
|
3271
|
+
"text": "'button' | 'link'"
|
3042
3272
|
},
|
3043
|
-
"
|
3044
|
-
"
|
3273
|
+
"default": "'link'",
|
3274
|
+
"description": "Defines the semantic element to render",
|
3275
|
+
"attribute": "as"
|
3045
3276
|
},
|
3046
3277
|
{
|
3047
3278
|
"kind": "field",
|
3048
|
-
"name": "
|
3279
|
+
"name": "color",
|
3049
3280
|
"type": {
|
3050
|
-
"text": "
|
3281
|
+
"text": "Color"
|
3051
3282
|
},
|
3052
|
-
"
|
3053
|
-
"
|
3054
|
-
|
3055
|
-
|
3056
|
-
|
3283
|
+
"default": "'primary'",
|
3284
|
+
"description": "Defines the text-color",
|
3285
|
+
"attribute": "color",
|
3286
|
+
"expandedType": {
|
3287
|
+
"text": "'primary' | 'inverse'"
|
3288
|
+
}
|
3289
|
+
},
|
3057
3290
|
{
|
3058
|
-
"
|
3059
|
-
"
|
3060
|
-
"
|
3291
|
+
"kind": "field",
|
3292
|
+
"name": "disabled",
|
3293
|
+
"type": {
|
3294
|
+
"text": "boolean"
|
3295
|
+
},
|
3296
|
+
"default": "false",
|
3297
|
+
"description": "If true, disables the link",
|
3298
|
+
"attribute": "disabled"
|
3061
3299
|
},
|
3062
3300
|
{
|
3063
|
-
"
|
3301
|
+
"kind": "field",
|
3302
|
+
"name": "download",
|
3064
3303
|
"type": {
|
3065
|
-
"text": "
|
3304
|
+
"text": "boolean"
|
3066
3305
|
},
|
3067
|
-
"default": "
|
3068
|
-
"description": "If defined,
|
3069
|
-
"
|
3306
|
+
"default": "false",
|
3307
|
+
"description": "If defined, downloads the url",
|
3308
|
+
"attribute": "download"
|
3070
3309
|
},
|
3071
3310
|
{
|
3072
|
-
"
|
3311
|
+
"kind": "field",
|
3312
|
+
"name": "href",
|
3073
3313
|
"type": {
|
3074
3314
|
"text": "string | undefined"
|
3075
3315
|
},
|
3076
|
-
"description": "If defined,
|
3077
|
-
"
|
3316
|
+
"description": "If defined, loads url on click",
|
3317
|
+
"attribute": "href"
|
3078
3318
|
},
|
3079
3319
|
{
|
3080
|
-
"
|
3320
|
+
"kind": "field",
|
3321
|
+
"name": "icon",
|
3081
3322
|
"type": {
|
3082
|
-
"text": "
|
3323
|
+
"text": "Icon | undefined"
|
3083
3324
|
},
|
3084
|
-
"description": "If defined,
|
3085
|
-
"
|
3086
|
-
|
3087
|
-
|
3088
|
-
|
3089
|
-
|
3090
|
-
"package": "@internal/components/skf-element"
|
3091
|
-
},
|
3092
|
-
"tagName": "skf-header",
|
3093
|
-
"customElement": true
|
3094
|
-
}
|
3095
|
-
],
|
3096
|
-
"exports": [
|
3097
|
-
{
|
3098
|
-
"kind": "js",
|
3099
|
-
"name": "SkfHeader",
|
3100
|
-
"declaration": {
|
3101
|
-
"name": "SkfHeader",
|
3102
|
-
"module": "src/components/header/header.component.ts"
|
3103
|
-
}
|
3104
|
-
}
|
3105
|
-
],
|
3106
|
-
"typeDefinitionPath": "components/header/header.d.ts"
|
3107
|
-
},
|
3108
|
-
{
|
3109
|
-
"kind": "javascript-module",
|
3110
|
-
"path": "components/input/input.js",
|
3111
|
-
"declarations": [
|
3112
|
-
{
|
3113
|
-
"kind": "class",
|
3114
|
-
"description": "The skf-text-field is used to create a text input field. It can be used inside a form element or standalone\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/9481fa-input-field) for design principles",
|
3115
|
-
"name": "SkfInput",
|
3116
|
-
"slots": [
|
3325
|
+
"description": "If defined, renders an icon before or after the text",
|
3326
|
+
"attribute": "icon",
|
3327
|
+
"expandedType": {
|
3328
|
+
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
3329
|
+
}
|
3330
|
+
},
|
3117
3331
|
{
|
3118
|
-
"
|
3119
|
-
"name": ""
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3332
|
+
"kind": "field",
|
3333
|
+
"name": "iconRight",
|
3334
|
+
"type": {
|
3335
|
+
"text": "boolean"
|
3336
|
+
},
|
3337
|
+
"default": "false",
|
3338
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
3339
|
+
"attribute": "icon-right"
|
3340
|
+
},
|
3123
3341
|
{
|
3124
3342
|
"kind": "field",
|
3125
|
-
"name": "
|
3343
|
+
"name": "rel",
|
3126
3344
|
"type": {
|
3127
3345
|
"text": "string | undefined"
|
3128
3346
|
},
|
3129
|
-
"
|
3347
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
3348
|
+
"attribute": "rel"
|
3130
3349
|
},
|
3131
3350
|
{
|
3132
3351
|
"kind": "field",
|
3133
|
-
"name": "
|
3352
|
+
"name": "route",
|
3134
3353
|
"type": {
|
3135
|
-
"text": "
|
3354
|
+
"text": "string | undefined"
|
3136
3355
|
},
|
3137
|
-
"description": "
|
3138
|
-
"attribute": "
|
3356
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
3357
|
+
"attribute": "route"
|
3139
3358
|
},
|
3140
3359
|
{
|
3141
3360
|
"kind": "field",
|
3142
|
-
"name": "
|
3361
|
+
"name": "stretch",
|
3143
3362
|
"type": {
|
3144
|
-
"text": "
|
3363
|
+
"text": "boolean"
|
3145
3364
|
},
|
3146
|
-
"default": "
|
3147
|
-
"description": "
|
3148
|
-
"attribute": "
|
3365
|
+
"default": "false",
|
3366
|
+
"description": "If true, fills the parents horizontal axis",
|
3367
|
+
"attribute": "stretch"
|
3149
3368
|
},
|
3150
3369
|
{
|
3151
3370
|
"kind": "field",
|
3152
|
-
"name": "
|
3371
|
+
"name": "target",
|
3153
3372
|
"type": {
|
3154
|
-
"text": "
|
3373
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3155
3374
|
},
|
3156
|
-
"
|
3157
|
-
"
|
3158
|
-
"attribute": "button-aria-label-hide"
|
3375
|
+
"description": "If defined, specifies where to open the linked document",
|
3376
|
+
"attribute": "target"
|
3159
3377
|
},
|
3160
3378
|
{
|
3161
|
-
"kind": "
|
3162
|
-
"name": "
|
3379
|
+
"kind": "method",
|
3380
|
+
"name": "_handleAsChange",
|
3163
3381
|
"type": {
|
3164
|
-
"text": "
|
3382
|
+
"text": "_handleAsChange() => void"
|
3383
|
+
}
|
3384
|
+
}
|
3385
|
+
],
|
3386
|
+
"events": [
|
3387
|
+
{
|
3388
|
+
"type": {
|
3389
|
+
"text": "CustomEvent"
|
3165
3390
|
},
|
3166
|
-
"
|
3167
|
-
"
|
3168
|
-
|
3391
|
+
"description": "Fired when the link is clicked",
|
3392
|
+
"name": "skf-link-click"
|
3393
|
+
}
|
3394
|
+
],
|
3395
|
+
"attributes": [
|
3396
|
+
{
|
3397
|
+
"name": "as",
|
3398
|
+
"type": {
|
3399
|
+
"text": "'button' | 'link'"
|
3400
|
+
},
|
3401
|
+
"default": "'link'",
|
3402
|
+
"description": "Defines the semantic element to render",
|
3403
|
+
"fieldName": "as"
|
3169
3404
|
},
|
3170
3405
|
{
|
3171
|
-
"
|
3172
|
-
"
|
3173
|
-
|
3174
|
-
|
3175
|
-
"
|
3406
|
+
"name": "color",
|
3407
|
+
"type": {
|
3408
|
+
"text": "Color"
|
3409
|
+
},
|
3410
|
+
"default": "'primary'",
|
3411
|
+
"description": "Defines the text-color",
|
3412
|
+
"fieldName": "color",
|
3413
|
+
"expandedType": {
|
3414
|
+
"text": "'primary' | 'inverse'"
|
3415
|
+
}
|
3176
3416
|
},
|
3177
3417
|
{
|
3178
|
-
"
|
3179
|
-
"name": "debug",
|
3418
|
+
"name": "disabled",
|
3180
3419
|
"type": {
|
3181
3420
|
"text": "boolean"
|
3182
3421
|
},
|
3183
3422
|
"default": "false",
|
3184
|
-
"description": "If true,
|
3185
|
-
"
|
3423
|
+
"description": "If true, disables the link",
|
3424
|
+
"fieldName": "disabled"
|
3186
3425
|
},
|
3187
3426
|
{
|
3188
|
-
"
|
3189
|
-
"name": "hideLabel",
|
3427
|
+
"name": "download",
|
3190
3428
|
"type": {
|
3191
3429
|
"text": "boolean"
|
3192
3430
|
},
|
3193
3431
|
"default": "false",
|
3194
|
-
"description": "If
|
3195
|
-
"
|
3432
|
+
"description": "If defined, downloads the url",
|
3433
|
+
"fieldName": "download"
|
3196
3434
|
},
|
3197
3435
|
{
|
3198
|
-
"
|
3199
|
-
"name": "hint",
|
3436
|
+
"name": "href",
|
3200
3437
|
"type": {
|
3201
3438
|
"text": "string | undefined"
|
3202
3439
|
},
|
3203
|
-
"description": "If defined,
|
3204
|
-
"
|
3440
|
+
"description": "If defined, loads url on click",
|
3441
|
+
"fieldName": "href"
|
3205
3442
|
},
|
3206
3443
|
{
|
3207
|
-
"
|
3208
|
-
"name": "inputmode",
|
3444
|
+
"name": "icon",
|
3209
3445
|
"type": {
|
3210
|
-
"text": "
|
3446
|
+
"text": "Icon | undefined"
|
3211
3447
|
},
|
3212
|
-
"
|
3213
|
-
"
|
3214
|
-
"
|
3448
|
+
"description": "If defined, renders an icon before or after the text",
|
3449
|
+
"fieldName": "icon",
|
3450
|
+
"expandedType": {
|
3451
|
+
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
3452
|
+
}
|
3215
3453
|
},
|
3216
3454
|
{
|
3217
|
-
"
|
3218
|
-
"
|
3455
|
+
"name": "icon-right",
|
3456
|
+
"type": {
|
3457
|
+
"text": "boolean"
|
3458
|
+
},
|
3459
|
+
"default": "false",
|
3460
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
3461
|
+
"fieldName": "iconRight"
|
3462
|
+
},
|
3463
|
+
{
|
3464
|
+
"name": "rel",
|
3219
3465
|
"type": {
|
3220
3466
|
"text": "string | undefined"
|
3221
3467
|
},
|
3222
|
-
"description": "If defined,
|
3223
|
-
"
|
3468
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
3469
|
+
"fieldName": "rel"
|
3224
3470
|
},
|
3225
3471
|
{
|
3226
|
-
"
|
3227
|
-
"name": "leading",
|
3472
|
+
"name": "route",
|
3228
3473
|
"type": {
|
3229
3474
|
"text": "string | undefined"
|
3230
3475
|
},
|
3231
|
-
"description": "If defined,
|
3232
|
-
"
|
3476
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
3477
|
+
"fieldName": "route"
|
3233
3478
|
},
|
3234
3479
|
{
|
3235
|
-
"
|
3236
|
-
"name": "max",
|
3480
|
+
"name": "stretch",
|
3237
3481
|
"type": {
|
3238
|
-
"text": "
|
3482
|
+
"text": "boolean"
|
3239
3483
|
},
|
3240
|
-
"
|
3241
|
-
"
|
3484
|
+
"default": "false",
|
3485
|
+
"description": "If true, fills the parents horizontal axis",
|
3486
|
+
"fieldName": "stretch"
|
3242
3487
|
},
|
3243
3488
|
{
|
3244
|
-
"
|
3245
|
-
"name": "maxLength",
|
3489
|
+
"name": "target",
|
3246
3490
|
"type": {
|
3247
|
-
"text": "
|
3491
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3248
3492
|
},
|
3249
|
-
"description": "If defined,
|
3250
|
-
"
|
3493
|
+
"description": "If defined, specifies where to open the linked document",
|
3494
|
+
"fieldName": "target"
|
3495
|
+
}
|
3496
|
+
],
|
3497
|
+
"superclass": {
|
3498
|
+
"name": "SkfElement",
|
3499
|
+
"package": "@internal/components/skf-element.js"
|
3500
|
+
},
|
3501
|
+
"tagName": "skf-link",
|
3502
|
+
"customElement": true,
|
3503
|
+
"modulePath": "src/components/link/link.component.ts"
|
3504
|
+
}
|
3505
|
+
],
|
3506
|
+
"exports": [
|
3507
|
+
{
|
3508
|
+
"kind": "js",
|
3509
|
+
"name": "SkfLink",
|
3510
|
+
"declaration": {
|
3511
|
+
"name": "SkfLink",
|
3512
|
+
"module": "src/components/link/link.component.ts"
|
3513
|
+
}
|
3514
|
+
}
|
3515
|
+
],
|
3516
|
+
"typeDefinitionPath": "components/link/link.d.ts"
|
3517
|
+
},
|
3518
|
+
{
|
3519
|
+
"kind": "javascript-module",
|
3520
|
+
"path": "components/nav/nav-item.js",
|
3521
|
+
"declarations": [
|
3522
|
+
{
|
3523
|
+
"kind": "class",
|
3524
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
3525
|
+
"name": "SkfNavItem",
|
3526
|
+
"slots": [
|
3527
|
+
{
|
3528
|
+
"description": "The component's main content",
|
3529
|
+
"name": ""
|
3530
|
+
}
|
3531
|
+
],
|
3532
|
+
"members": [
|
3533
|
+
{
|
3534
|
+
"kind": "field",
|
3535
|
+
"name": "#internals",
|
3536
|
+
"privacy": "private",
|
3537
|
+
"type": {
|
3538
|
+
"text": "ElementInternals"
|
3539
|
+
}
|
3251
3540
|
},
|
3252
3541
|
{
|
3253
3542
|
"kind": "field",
|
3254
|
-
"name": "
|
3543
|
+
"name": "#states",
|
3544
|
+
"privacy": "private",
|
3255
3545
|
"type": {
|
3256
|
-
"text": "
|
3257
|
-
}
|
3258
|
-
"description": "If defined, sets the minimum value to accept for this input",
|
3259
|
-
"attribute": "min"
|
3546
|
+
"text": "CustomStateSet"
|
3547
|
+
}
|
3260
3548
|
},
|
3261
3549
|
{
|
3262
3550
|
"kind": "field",
|
3263
|
-
"name": "
|
3551
|
+
"name": "href",
|
3264
3552
|
"type": {
|
3265
|
-
"text": "
|
3553
|
+
"text": "string"
|
3266
3554
|
},
|
3267
|
-
"
|
3268
|
-
"attribute": "
|
3555
|
+
"default": "''",
|
3556
|
+
"attribute": "href"
|
3269
3557
|
},
|
3270
3558
|
{
|
3271
3559
|
"kind": "field",
|
3272
|
-
"name": "
|
3560
|
+
"name": "icon",
|
3273
3561
|
"type": {
|
3274
|
-
"text": "
|
3562
|
+
"text": "Icon | undefined"
|
3275
3563
|
},
|
3276
|
-
"
|
3277
|
-
"
|
3278
|
-
|
3564
|
+
"attribute": "icon",
|
3565
|
+
"expandedType": {
|
3566
|
+
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
3567
|
+
}
|
3279
3568
|
},
|
3280
3569
|
{
|
3281
3570
|
"kind": "field",
|
3282
|
-
"name": "
|
3571
|
+
"name": "vertical",
|
3283
3572
|
"type": {
|
3284
|
-
"text": "
|
3573
|
+
"text": "boolean"
|
3285
3574
|
},
|
3286
|
-
"
|
3287
|
-
|
3575
|
+
"default": "false"
|
3576
|
+
}
|
3577
|
+
],
|
3578
|
+
"attributes": [
|
3579
|
+
{
|
3580
|
+
"name": "href",
|
3581
|
+
"type": {
|
3582
|
+
"text": "string"
|
3583
|
+
},
|
3584
|
+
"default": "''",
|
3585
|
+
"fieldName": "href"
|
3288
3586
|
},
|
3289
3587
|
{
|
3290
|
-
"
|
3291
|
-
"name": "placeholder",
|
3588
|
+
"name": "icon",
|
3292
3589
|
"type": {
|
3293
|
-
"text": "
|
3590
|
+
"text": "Icon | undefined"
|
3294
3591
|
},
|
3295
|
-
"
|
3296
|
-
"
|
3592
|
+
"fieldName": "icon",
|
3593
|
+
"expandedType": {
|
3594
|
+
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
3595
|
+
}
|
3596
|
+
}
|
3597
|
+
],
|
3598
|
+
"superclass": {
|
3599
|
+
"name": "SkfElement",
|
3600
|
+
"package": "@internal/components/skf-element"
|
3601
|
+
},
|
3602
|
+
"tagName": "skf-nav-item",
|
3603
|
+
"customElement": true,
|
3604
|
+
"modulePath": "src/components/nav/nav-item.component.ts"
|
3605
|
+
}
|
3606
|
+
],
|
3607
|
+
"exports": [
|
3608
|
+
{
|
3609
|
+
"kind": "js",
|
3610
|
+
"name": "SkfNavItem",
|
3611
|
+
"declaration": {
|
3612
|
+
"name": "SkfNavItem",
|
3613
|
+
"module": "src/components/nav/nav-item.component.ts"
|
3614
|
+
}
|
3615
|
+
}
|
3616
|
+
],
|
3617
|
+
"typeDefinitionPath": "components/nav/nav-item.d.ts"
|
3618
|
+
},
|
3619
|
+
{
|
3620
|
+
"kind": "javascript-module",
|
3621
|
+
"path": "components/nav/nav.js",
|
3622
|
+
"declarations": [
|
3623
|
+
{
|
3624
|
+
"kind": "class",
|
3625
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
3626
|
+
"name": "SkfNav",
|
3627
|
+
"slots": [
|
3628
|
+
{
|
3629
|
+
"description": "The component's main content",
|
3630
|
+
"name": ""
|
3631
|
+
}
|
3632
|
+
],
|
3633
|
+
"members": [
|
3634
|
+
{
|
3635
|
+
"kind": "field",
|
3636
|
+
"name": "#localize",
|
3637
|
+
"privacy": "private",
|
3638
|
+
"readonly": true,
|
3639
|
+
"default": "new LocalizeController(this)"
|
3297
3640
|
},
|
3298
3641
|
{
|
3299
3642
|
"kind": "field",
|
3300
|
-
"name": "
|
3643
|
+
"name": "#internals",
|
3644
|
+
"privacy": "private",
|
3301
3645
|
"type": {
|
3302
|
-
"text": "
|
3303
|
-
}
|
3304
|
-
"default": "false",
|
3305
|
-
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
3306
|
-
"attribute": "readonly"
|
3646
|
+
"text": "ElementInternals"
|
3647
|
+
}
|
3307
3648
|
},
|
3308
3649
|
{
|
3309
3650
|
"kind": "field",
|
3310
|
-
"name": "
|
3651
|
+
"name": "#states",
|
3652
|
+
"privacy": "private",
|
3311
3653
|
"type": {
|
3312
|
-
"text": "
|
3313
|
-
}
|
3314
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
3315
|
-
"attribute": "required-label"
|
3654
|
+
"text": "CustomStateSet"
|
3655
|
+
}
|
3316
3656
|
},
|
3317
3657
|
{
|
3318
3658
|
"kind": "field",
|
3319
|
-
"name": "
|
3659
|
+
"name": "lang",
|
3320
3660
|
"type": {
|
3321
|
-
"text": "
|
3661
|
+
"text": "Language"
|
3322
3662
|
},
|
3323
|
-
"
|
3324
|
-
"
|
3325
|
-
"
|
3663
|
+
"default": "'en'",
|
3664
|
+
"description": "Sets the internal language of the component",
|
3665
|
+
"attribute": "lang",
|
3666
|
+
"expandedType": {
|
3667
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3668
|
+
}
|
3326
3669
|
},
|
3327
3670
|
{
|
3328
3671
|
"kind": "field",
|
3329
|
-
"name": "
|
3672
|
+
"name": "vertical",
|
3330
3673
|
"type": {
|
3331
3674
|
"text": "boolean"
|
3332
3675
|
},
|
3333
3676
|
"default": "false",
|
3334
|
-
"description": "If true,
|
3335
|
-
"attribute": "
|
3336
|
-
}
|
3677
|
+
"description": "If true, the navigation will be displayed vertically",
|
3678
|
+
"attribute": "vertical"
|
3679
|
+
}
|
3680
|
+
],
|
3681
|
+
"attributes": [
|
3337
3682
|
{
|
3338
|
-
"
|
3339
|
-
"name": "size",
|
3683
|
+
"name": "lang",
|
3340
3684
|
"type": {
|
3341
|
-
"text": "
|
3685
|
+
"text": "Language"
|
3342
3686
|
},
|
3343
|
-
"default": "'
|
3344
|
-
"description": "
|
3345
|
-
"
|
3346
|
-
"
|
3687
|
+
"default": "'en'",
|
3688
|
+
"description": "Sets the internal language of the component",
|
3689
|
+
"fieldName": "lang",
|
3690
|
+
"expandedType": {
|
3691
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3692
|
+
}
|
3347
3693
|
},
|
3348
3694
|
{
|
3349
|
-
"
|
3350
|
-
"name": "trailing",
|
3695
|
+
"name": "vertical",
|
3351
3696
|
"type": {
|
3352
|
-
"text": "
|
3697
|
+
"text": "boolean"
|
3353
3698
|
},
|
3354
|
-
"
|
3355
|
-
"
|
3699
|
+
"default": "false",
|
3700
|
+
"description": "If true, the navigation will be displayed vertically",
|
3701
|
+
"fieldName": "vertical"
|
3702
|
+
}
|
3703
|
+
],
|
3704
|
+
"superclass": {
|
3705
|
+
"name": "SkfElement",
|
3706
|
+
"package": "@internal/components/skf-element"
|
3707
|
+
},
|
3708
|
+
"tagName": "skf-nav",
|
3709
|
+
"customElement": true,
|
3710
|
+
"modulePath": "src/components/nav/nav.component.ts"
|
3711
|
+
}
|
3712
|
+
],
|
3713
|
+
"exports": [
|
3714
|
+
{
|
3715
|
+
"kind": "js",
|
3716
|
+
"name": "SkfNav",
|
3717
|
+
"declaration": {
|
3718
|
+
"name": "SkfNav",
|
3719
|
+
"module": "src/components/nav/nav.component.ts"
|
3720
|
+
}
|
3721
|
+
}
|
3722
|
+
],
|
3723
|
+
"typeDefinitionPath": "components/nav/nav.d.ts"
|
3724
|
+
},
|
3725
|
+
{
|
3726
|
+
"kind": "javascript-module",
|
3727
|
+
"path": "components/header/header.js",
|
3728
|
+
"declarations": [
|
3729
|
+
{
|
3730
|
+
"kind": "class",
|
3731
|
+
"description": "The `<skf-header>` component is to be used as the site-header in the app. The navigation will be collapsed to mobile-view if the menu items exceed the available width.",
|
3732
|
+
"name": "SkfHeader",
|
3733
|
+
"slots": [
|
3734
|
+
{
|
3735
|
+
"description": "Navigation items",
|
3736
|
+
"name": ""
|
3737
|
+
}
|
3738
|
+
],
|
3739
|
+
"members": [
|
3740
|
+
{
|
3741
|
+
"kind": "field",
|
3742
|
+
"name": "#localize",
|
3743
|
+
"privacy": "private",
|
3744
|
+
"readonly": true,
|
3745
|
+
"default": "new LocalizeController(this)"
|
3356
3746
|
},
|
3357
3747
|
{
|
3358
3748
|
"kind": "field",
|
3359
|
-
"name": "
|
3360
|
-
"
|
3361
|
-
|
3362
|
-
|
3363
|
-
"default": "'text'",
|
3364
|
-
"description": "Type of input",
|
3365
|
-
"attribute": "type"
|
3749
|
+
"name": "compact",
|
3750
|
+
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3751
|
+
"attribute": "compact",
|
3752
|
+
"reflects": true
|
3366
3753
|
},
|
3367
3754
|
{
|
3368
3755
|
"kind": "field",
|
3369
|
-
"name": "
|
3756
|
+
"name": "lang",
|
3370
3757
|
"type": {
|
3371
|
-
"text": "
|
3758
|
+
"text": "Language"
|
3372
3759
|
},
|
3373
|
-
"default": "'
|
3374
|
-
"description": "Sets
|
3375
|
-
"attribute": "
|
3760
|
+
"default": "'en'",
|
3761
|
+
"description": "Sets the internal language of the component",
|
3762
|
+
"attribute": "lang",
|
3763
|
+
"expandedType": {
|
3764
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3765
|
+
}
|
3376
3766
|
},
|
3377
3767
|
{
|
3378
3768
|
"kind": "field",
|
3379
|
-
"name": "
|
3380
|
-
"description": "The current value of the input field",
|
3381
|
-
"attribute": "value"
|
3382
|
-
}
|
3383
|
-
],
|
3384
|
-
"events": [
|
3385
|
-
{
|
3769
|
+
"name": "siteName",
|
3386
3770
|
"type": {
|
3387
|
-
"text": "
|
3771
|
+
"text": "string | undefined"
|
3388
3772
|
},
|
3389
|
-
"description": "
|
3390
|
-
"
|
3773
|
+
"description": "If defined, sets the app or site's name",
|
3774
|
+
"attribute": "site-name"
|
3391
3775
|
},
|
3392
3776
|
{
|
3777
|
+
"kind": "field",
|
3778
|
+
"name": "siteUrl",
|
3393
3779
|
"type": {
|
3394
|
-
"text": "
|
3780
|
+
"text": "string | undefined"
|
3395
3781
|
},
|
3396
|
-
"description": "
|
3397
|
-
"
|
3782
|
+
"description": "If defined, sets the site's base-url for the \"logo-link\"",
|
3783
|
+
"attribute": "site-url"
|
3398
3784
|
}
|
3399
3785
|
],
|
3400
3786
|
"attributes": [
|
3401
3787
|
{
|
3402
|
-
"
|
3403
|
-
|
3404
|
-
|
3405
|
-
"description": "If true, sets disabled state",
|
3406
|
-
"name": "disabled",
|
3407
|
-
"default": "false"
|
3788
|
+
"name": "compact",
|
3789
|
+
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3790
|
+
"fieldName": "compact"
|
3408
3791
|
},
|
3409
3792
|
{
|
3793
|
+
"name": "lang",
|
3410
3794
|
"type": {
|
3411
|
-
"text": "
|
3795
|
+
"text": "Language"
|
3412
3796
|
},
|
3413
|
-
"
|
3414
|
-
"
|
3415
|
-
"
|
3797
|
+
"default": "'en'",
|
3798
|
+
"description": "Sets the internal language of the component",
|
3799
|
+
"fieldName": "lang",
|
3800
|
+
"expandedType": {
|
3801
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3802
|
+
}
|
3416
3803
|
},
|
3417
3804
|
{
|
3418
|
-
"name": "
|
3805
|
+
"name": "site-name",
|
3419
3806
|
"type": {
|
3420
|
-
"text": "
|
3807
|
+
"text": "string | undefined"
|
3421
3808
|
},
|
3422
|
-
"description": "
|
3423
|
-
"fieldName": "
|
3809
|
+
"description": "If defined, sets the app or site's name",
|
3810
|
+
"fieldName": "siteName"
|
3424
3811
|
},
|
3425
3812
|
{
|
3426
|
-
"name": "
|
3813
|
+
"name": "site-url",
|
3427
3814
|
"type": {
|
3428
|
-
"text": "string"
|
3815
|
+
"text": "string | undefined"
|
3429
3816
|
},
|
3430
|
-
"
|
3431
|
-
"
|
3432
|
-
|
3433
|
-
|
3817
|
+
"description": "If defined, sets the site's base-url for the \"logo-link\"",
|
3818
|
+
"fieldName": "siteUrl"
|
3819
|
+
}
|
3820
|
+
],
|
3821
|
+
"superclass": {
|
3822
|
+
"name": "SkfElement",
|
3823
|
+
"package": "@internal/components/skf-element"
|
3824
|
+
},
|
3825
|
+
"tagName": "skf-header",
|
3826
|
+
"customElement": true,
|
3827
|
+
"modulePath": "src/components/header/header.component.ts"
|
3828
|
+
}
|
3829
|
+
],
|
3830
|
+
"exports": [
|
3831
|
+
{
|
3832
|
+
"kind": "js",
|
3833
|
+
"name": "SkfHeader",
|
3834
|
+
"declaration": {
|
3835
|
+
"name": "SkfHeader",
|
3836
|
+
"module": "src/components/header/header.component.ts"
|
3837
|
+
}
|
3838
|
+
}
|
3839
|
+
],
|
3840
|
+
"typeDefinitionPath": "components/header/header.d.ts"
|
3841
|
+
},
|
3842
|
+
{
|
3843
|
+
"kind": "javascript-module",
|
3844
|
+
"path": "components/input/input.js",
|
3845
|
+
"declarations": [
|
3846
|
+
{
|
3847
|
+
"kind": "class",
|
3848
|
+
"description": "The skf-text-field is used to create a text input field. It can be used inside a form element or standalone\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/9481fa-input-field) for design principles",
|
3849
|
+
"name": "SkfInput",
|
3850
|
+
"slots": [
|
3851
|
+
{
|
3852
|
+
"description": "The Inputs label. Alternatively, you can use the `label` attribute.",
|
3853
|
+
"name": ""
|
3854
|
+
}
|
3855
|
+
],
|
3856
|
+
"members": [
|
3434
3857
|
{
|
3435
|
-
"
|
3858
|
+
"kind": "field",
|
3859
|
+
"name": "customError",
|
3436
3860
|
"type": {
|
3437
|
-
"text": "string"
|
3861
|
+
"text": "string | undefined"
|
3438
3862
|
},
|
3439
|
-
"
|
3440
|
-
"description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
|
3441
|
-
"fieldName": "buttonAriaLabelHide"
|
3863
|
+
"privacy": "private"
|
3442
3864
|
},
|
3443
3865
|
{
|
3444
|
-
"
|
3866
|
+
"kind": "field",
|
3867
|
+
"name": "autocomplete",
|
3445
3868
|
"type": {
|
3446
|
-
"text": "
|
3869
|
+
"text": "HTMLInputElement['autocomplete'] | undefined"
|
3447
3870
|
},
|
3448
|
-
"
|
3449
|
-
"
|
3450
|
-
"fieldName": "buttonAriaLabelShow"
|
3871
|
+
"description": "Indicates whether the value of the control can be automatically completed by the browser. See\n[MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/autocomplete) for details.",
|
3872
|
+
"attribute": "autocomplete"
|
3451
3873
|
},
|
3452
3874
|
{
|
3453
|
-
"
|
3875
|
+
"kind": "field",
|
3876
|
+
"name": "customInvalid",
|
3454
3877
|
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
3455
|
-
"
|
3878
|
+
"attribute": "custom-invalid",
|
3879
|
+
"reflects": true
|
3456
3880
|
},
|
3457
3881
|
{
|
3882
|
+
"kind": "field",
|
3458
3883
|
"name": "debug",
|
3459
3884
|
"type": {
|
3460
3885
|
"text": "boolean"
|
3461
3886
|
},
|
3462
3887
|
"default": "false",
|
3463
3888
|
"description": "If true, outputs helping hints in console",
|
3464
|
-
"
|
3889
|
+
"attribute": "debug"
|
3465
3890
|
},
|
3466
3891
|
{
|
3467
|
-
"
|
3892
|
+
"kind": "field",
|
3893
|
+
"name": "hideLabel",
|
3468
3894
|
"type": {
|
3469
3895
|
"text": "boolean"
|
3470
3896
|
},
|
3471
3897
|
"default": "false",
|
3472
3898
|
"description": "If true, hides the label visually",
|
3473
|
-
"
|
3899
|
+
"attribute": "hide-label"
|
3474
3900
|
},
|
3475
3901
|
{
|
3902
|
+
"kind": "field",
|
3476
3903
|
"name": "hint",
|
3477
3904
|
"type": {
|
3478
3905
|
"text": "string | undefined"
|
3479
3906
|
},
|
3480
3907
|
"description": "If defined, displays informational text below the field",
|
3481
|
-
"
|
3908
|
+
"attribute": "hint"
|
3482
3909
|
},
|
3483
3910
|
{
|
3911
|
+
"kind": "field",
|
3484
3912
|
"name": "inputmode",
|
3485
3913
|
"type": {
|
3486
3914
|
"text": "HTMLInputElement['inputMode']"
|
3487
3915
|
},
|
3488
3916
|
"default": "'text'",
|
3489
3917
|
"description": "Provides a hint about the type of data that might be entered by the user while editing the element or its contents. See\n[MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inputMode) for details.",
|
3490
|
-
"
|
3918
|
+
"attribute": "inputmode"
|
3491
3919
|
},
|
3492
3920
|
{
|
3921
|
+
"kind": "field",
|
3493
3922
|
"name": "label",
|
3494
3923
|
"type": {
|
3495
3924
|
"text": "string | undefined"
|
3496
3925
|
},
|
3497
3926
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
3498
|
-
"
|
3927
|
+
"attribute": "label"
|
3928
|
+
},
|
3929
|
+
{
|
3930
|
+
"kind": "field",
|
3931
|
+
"name": "lang",
|
3932
|
+
"type": {
|
3933
|
+
"text": "Language"
|
3934
|
+
},
|
3935
|
+
"default": "'en'",
|
3936
|
+
"description": "Sets the internal language of the component",
|
3937
|
+
"attribute": "lang",
|
3938
|
+
"expandedType": {
|
3939
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3940
|
+
}
|
3499
3941
|
},
|
3500
3942
|
{
|
3943
|
+
"kind": "field",
|
3501
3944
|
"name": "leading",
|
3502
3945
|
"type": {
|
3503
3946
|
"text": "string | undefined"
|
3504
3947
|
},
|
3505
3948
|
"description": "If defined, displays a prefix/adornment before the input-element",
|
3506
|
-
"
|
3949
|
+
"attribute": "leading"
|
3507
3950
|
},
|
3508
3951
|
{
|
3952
|
+
"kind": "field",
|
3509
3953
|
"name": "max",
|
3510
3954
|
"type": {
|
3511
3955
|
"text": "number | string | undefined"
|
3512
3956
|
},
|
3513
3957
|
"description": "If defined, sets the maximum value to accept for this input",
|
3514
|
-
"
|
3958
|
+
"attribute": "max"
|
3515
3959
|
},
|
3516
3960
|
{
|
3517
|
-
"
|
3961
|
+
"kind": "field",
|
3962
|
+
"name": "maxLength",
|
3518
3963
|
"type": {
|
3519
3964
|
"text": "number | undefined"
|
3520
3965
|
},
|
3521
3966
|
"description": "If defined, sets the maximum character length to accept for this input",
|
3522
|
-
"
|
3967
|
+
"attribute": "maxlength"
|
3523
3968
|
},
|
3524
3969
|
{
|
3970
|
+
"kind": "field",
|
3525
3971
|
"name": "min",
|
3526
3972
|
"type": {
|
3527
3973
|
"text": "number | string | undefined"
|
3528
3974
|
},
|
3529
3975
|
"description": "If defined, sets the minimum value to accept for this input",
|
3530
|
-
"
|
3976
|
+
"attribute": "min"
|
3531
3977
|
},
|
3532
3978
|
{
|
3533
|
-
"
|
3979
|
+
"kind": "field",
|
3980
|
+
"name": "minLength",
|
3534
3981
|
"type": {
|
3535
3982
|
"text": "number | undefined"
|
3536
3983
|
},
|
3537
3984
|
"description": "If defined, sets the minimum character length to accept for this input",
|
3538
|
-
"
|
3985
|
+
"attribute": "minlength"
|
3539
3986
|
},
|
3540
3987
|
{
|
3988
|
+
"kind": "field",
|
3541
3989
|
"name": "name",
|
3542
3990
|
"type": {
|
3543
3991
|
"text": "string | undefined"
|
3544
3992
|
},
|
3545
3993
|
"description": "If defined, adds name to the input-element",
|
3546
|
-
"
|
3994
|
+
"attribute": "name",
|
3995
|
+
"reflects": true
|
3547
3996
|
},
|
3548
3997
|
{
|
3998
|
+
"kind": "field",
|
3549
3999
|
"name": "pattern",
|
3550
4000
|
"type": {
|
3551
4001
|
"text": "string | undefined"
|
3552
4002
|
},
|
3553
4003
|
"description": "If defined, adds name to the input-element",
|
3554
|
-
"
|
4004
|
+
"attribute": "pattern"
|
3555
4005
|
},
|
3556
4006
|
{
|
4007
|
+
"kind": "field",
|
3557
4008
|
"name": "placeholder",
|
3558
4009
|
"type": {
|
3559
4010
|
"text": "string | undefined"
|
3560
4011
|
},
|
3561
4012
|
"description": "If defined, displays placeholder text",
|
3562
|
-
"
|
4013
|
+
"attribute": "placeholder"
|
3563
4014
|
},
|
3564
4015
|
{
|
4016
|
+
"kind": "field",
|
3565
4017
|
"name": "readonly",
|
3566
4018
|
"type": {
|
3567
4019
|
"text": "boolean"
|
3568
4020
|
},
|
3569
4021
|
"default": "false",
|
3570
4022
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
3571
|
-
"
|
3572
|
-
},
|
3573
|
-
{
|
3574
|
-
"name": "required-label",
|
3575
|
-
"type": {
|
3576
|
-
"text": "string | undefined"
|
3577
|
-
},
|
3578
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
3579
|
-
"fieldName": "requiredLabel"
|
4023
|
+
"attribute": "readonly"
|
3580
4024
|
},
|
3581
4025
|
{
|
4026
|
+
"kind": "field",
|
3582
4027
|
"name": "severity",
|
3583
4028
|
"type": {
|
3584
4029
|
"text": "FormFieldSeverity | undefined"
|
3585
4030
|
},
|
3586
4031
|
"description": "If defined, displays provided severity state",
|
3587
|
-
"
|
4032
|
+
"attribute": "severity",
|
4033
|
+
"reflects": true
|
3588
4034
|
},
|
3589
4035
|
{
|
3590
|
-
"
|
4036
|
+
"kind": "field",
|
4037
|
+
"name": "showValid",
|
3591
4038
|
"type": {
|
3592
4039
|
"text": "boolean"
|
3593
4040
|
},
|
3594
4041
|
"default": "false",
|
3595
4042
|
"description": "If true, displays valid state after interaction",
|
3596
|
-
"
|
4043
|
+
"attribute": "show-valid"
|
3597
4044
|
},
|
3598
4045
|
{
|
4046
|
+
"kind": "field",
|
3599
4047
|
"name": "size",
|
3600
4048
|
"type": {
|
3601
4049
|
"text": "'sm' | 'md'"
|
3602
4050
|
},
|
3603
4051
|
"default": "'md'",
|
3604
4052
|
"description": "Size of the input",
|
3605
|
-
"
|
4053
|
+
"attribute": "size",
|
4054
|
+
"reflects": true
|
3606
4055
|
},
|
3607
4056
|
{
|
4057
|
+
"kind": "field",
|
3608
4058
|
"name": "trailing",
|
3609
4059
|
"type": {
|
3610
4060
|
"text": "string | undefined"
|
3611
4061
|
},
|
3612
4062
|
"description": "If defined, displays a suffix/adornment after the input-element",
|
3613
|
-
"
|
4063
|
+
"attribute": "trailing"
|
3614
4064
|
},
|
3615
4065
|
{
|
4066
|
+
"kind": "field",
|
3616
4067
|
"name": "type",
|
3617
4068
|
"type": {
|
3618
4069
|
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3619
4070
|
},
|
3620
4071
|
"default": "'text'",
|
3621
4072
|
"description": "Type of input",
|
3622
|
-
"
|
4073
|
+
"attribute": "type"
|
3623
4074
|
},
|
3624
4075
|
{
|
3625
|
-
"
|
4076
|
+
"kind": "field",
|
4077
|
+
"name": "validateOn",
|
3626
4078
|
"type": {
|
3627
4079
|
"text": "'input' | 'change' | 'submit'"
|
3628
4080
|
},
|
3629
4081
|
"default": "'change'",
|
3630
4082
|
"description": "Sets validation start",
|
3631
|
-
"
|
4083
|
+
"attribute": "validate-on"
|
3632
4084
|
},
|
3633
4085
|
{
|
4086
|
+
"kind": "field",
|
3634
4087
|
"name": "value",
|
3635
4088
|
"description": "The current value of the input field",
|
3636
|
-
"
|
4089
|
+
"attribute": "value"
|
3637
4090
|
}
|
3638
4091
|
],
|
3639
|
-
"
|
3640
|
-
"name": "FormBase",
|
3641
|
-
"package": "@internal/components/formBase.js"
|
3642
|
-
},
|
3643
|
-
"tagName": "skf-input",
|
3644
|
-
"customElement": true
|
3645
|
-
}
|
3646
|
-
],
|
3647
|
-
"exports": [
|
3648
|
-
{
|
3649
|
-
"kind": "js",
|
3650
|
-
"name": "SkfInput",
|
3651
|
-
"declaration": {
|
3652
|
-
"name": "SkfInput",
|
3653
|
-
"module": "src/components/input/input.component.ts"
|
3654
|
-
}
|
3655
|
-
}
|
3656
|
-
],
|
3657
|
-
"typeDefinitionPath": "components/input/input.d.ts"
|
3658
|
-
},
|
3659
|
-
{
|
3660
|
-
"kind": "javascript-module",
|
3661
|
-
"path": "components/link/link.js",
|
3662
|
-
"declarations": [
|
3663
|
-
{
|
3664
|
-
"kind": "class",
|
3665
|
-
"description": "The `<skf-link>` can be used as either a regular link or a link styled semantic button",
|
3666
|
-
"name": "SkfLink",
|
3667
|
-
"slots": [
|
4092
|
+
"events": [
|
3668
4093
|
{
|
3669
|
-
"
|
3670
|
-
|
4094
|
+
"type": {
|
4095
|
+
"text": "CustomEvent"
|
4096
|
+
},
|
4097
|
+
"description": "Fires when the value of the input changes",
|
4098
|
+
"name": "change"
|
4099
|
+
},
|
4100
|
+
{
|
4101
|
+
"type": {
|
4102
|
+
"text": "CustomEvent"
|
4103
|
+
},
|
4104
|
+
"description": "Fires when the input is invalid",
|
4105
|
+
"name": "invalid"
|
3671
4106
|
}
|
3672
4107
|
],
|
3673
|
-
"
|
4108
|
+
"attributes": [
|
3674
4109
|
{
|
3675
|
-
"kind": "field",
|
3676
|
-
"name": "classMap",
|
3677
4110
|
"type": {
|
3678
|
-
"text": "
|
4111
|
+
"text": "boolean"
|
3679
4112
|
},
|
3680
|
-
"
|
3681
|
-
"
|
4113
|
+
"description": "If true, sets disabled state",
|
4114
|
+
"name": "disabled",
|
4115
|
+
"default": "false"
|
3682
4116
|
},
|
3683
4117
|
{
|
3684
|
-
"kind": "field",
|
3685
|
-
"name": "as",
|
3686
4118
|
"type": {
|
3687
|
-
"text": "
|
4119
|
+
"text": "boolean"
|
3688
4120
|
},
|
3689
|
-
"
|
3690
|
-
"
|
3691
|
-
"
|
3692
|
-
"reflects": true
|
4121
|
+
"description": "If true, value is required or must be checked for the form to be submittable",
|
4122
|
+
"name": "required",
|
4123
|
+
"default": "false"
|
3693
4124
|
},
|
3694
4125
|
{
|
3695
|
-
"
|
3696
|
-
"name": "color",
|
4126
|
+
"name": "autocomplete",
|
3697
4127
|
"type": {
|
3698
|
-
"text": "'
|
4128
|
+
"text": "HTMLInputElement['autocomplete'] | undefined"
|
3699
4129
|
},
|
3700
|
-
"
|
3701
|
-
"
|
3702
|
-
"attribute": "color",
|
3703
|
-
"reflects": true
|
4130
|
+
"description": "Indicates whether the value of the control can be automatically completed by the browser. See\n[MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/autocomplete) for details.",
|
4131
|
+
"fieldName": "autocomplete"
|
3704
4132
|
},
|
3705
4133
|
{
|
3706
|
-
"
|
3707
|
-
"
|
4134
|
+
"name": "custom-invalid",
|
4135
|
+
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
4136
|
+
"fieldName": "customInvalid"
|
4137
|
+
},
|
4138
|
+
{
|
4139
|
+
"name": "debug",
|
3708
4140
|
"type": {
|
3709
4141
|
"text": "boolean"
|
3710
4142
|
},
|
3711
4143
|
"default": "false",
|
3712
|
-
"description": "If true,
|
3713
|
-
"
|
3714
|
-
"reflects": true
|
4144
|
+
"description": "If true, outputs helping hints in console",
|
4145
|
+
"fieldName": "debug"
|
3715
4146
|
},
|
3716
4147
|
{
|
3717
|
-
"
|
3718
|
-
"name": "download",
|
4148
|
+
"name": "hide-label",
|
3719
4149
|
"type": {
|
3720
|
-
"text": "
|
4150
|
+
"text": "boolean"
|
3721
4151
|
},
|
3722
|
-
"
|
3723
|
-
"
|
4152
|
+
"default": "false",
|
4153
|
+
"description": "If true, hides the label visually",
|
4154
|
+
"fieldName": "hideLabel"
|
3724
4155
|
},
|
3725
4156
|
{
|
3726
|
-
"
|
3727
|
-
"name": "href",
|
4157
|
+
"name": "hint",
|
3728
4158
|
"type": {
|
3729
4159
|
"text": "string | undefined"
|
3730
4160
|
},
|
3731
|
-
"description": "If defined,
|
3732
|
-
"
|
4161
|
+
"description": "If defined, displays informational text below the field",
|
4162
|
+
"fieldName": "hint"
|
3733
4163
|
},
|
3734
4164
|
{
|
3735
|
-
"
|
3736
|
-
"name": "icon",
|
4165
|
+
"name": "inputmode",
|
3737
4166
|
"type": {
|
3738
|
-
"text": "
|
4167
|
+
"text": "HTMLInputElement['inputMode']"
|
3739
4168
|
},
|
3740
|
-
"
|
3741
|
-
"
|
3742
|
-
"
|
3743
|
-
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
3744
|
-
}
|
4169
|
+
"default": "'text'",
|
4170
|
+
"description": "Provides a hint about the type of data that might be entered by the user while editing the element or its contents. See\n[MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inputMode) for details.",
|
4171
|
+
"fieldName": "inputmode"
|
3745
4172
|
},
|
3746
4173
|
{
|
3747
|
-
"
|
3748
|
-
"name": "iconPlacement",
|
4174
|
+
"name": "label",
|
3749
4175
|
"type": {
|
3750
|
-
"text": "
|
4176
|
+
"text": "string | undefined"
|
3751
4177
|
},
|
3752
|
-
"
|
3753
|
-
"
|
3754
|
-
"attribute": "icon-placement",
|
3755
|
-
"reflects": true
|
3756
|
-
},
|
3757
|
-
{
|
3758
|
-
"kind": "field",
|
3759
|
-
"name": "onClick",
|
3760
|
-
"description": "If defined, accepts a function that runs on click. Forwards optional route as second argument."
|
4178
|
+
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
4179
|
+
"fieldName": "label"
|
3761
4180
|
},
|
3762
4181
|
{
|
3763
|
-
"
|
3764
|
-
"name": "rel",
|
4182
|
+
"name": "lang",
|
3765
4183
|
"type": {
|
3766
|
-
"text": "
|
4184
|
+
"text": "Language"
|
3767
4185
|
},
|
3768
|
-
"
|
3769
|
-
"
|
4186
|
+
"default": "'en'",
|
4187
|
+
"description": "Sets the internal language of the component",
|
4188
|
+
"fieldName": "lang",
|
4189
|
+
"expandedType": {
|
4190
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
4191
|
+
}
|
3770
4192
|
},
|
3771
4193
|
{
|
3772
|
-
"
|
3773
|
-
"name": "route",
|
4194
|
+
"name": "leading",
|
3774
4195
|
"type": {
|
3775
4196
|
"text": "string | undefined"
|
3776
4197
|
},
|
3777
|
-
"description": "If defined,
|
3778
|
-
"
|
3779
|
-
"reflects": true
|
4198
|
+
"description": "If defined, displays a prefix/adornment before the input-element",
|
4199
|
+
"fieldName": "leading"
|
3780
4200
|
},
|
3781
4201
|
{
|
3782
|
-
"
|
3783
|
-
"name": "stretch",
|
4202
|
+
"name": "max",
|
3784
4203
|
"type": {
|
3785
|
-
"text": "
|
4204
|
+
"text": "number | string | undefined"
|
3786
4205
|
},
|
3787
|
-
"
|
3788
|
-
"
|
3789
|
-
"attribute": "stretch",
|
3790
|
-
"reflects": true
|
4206
|
+
"description": "If defined, sets the maximum value to accept for this input",
|
4207
|
+
"fieldName": "max"
|
3791
4208
|
},
|
3792
4209
|
{
|
3793
|
-
"
|
3794
|
-
"name": "target",
|
4210
|
+
"name": "maxlength",
|
3795
4211
|
"type": {
|
3796
|
-
"text": "
|
4212
|
+
"text": "number | undefined"
|
3797
4213
|
},
|
3798
|
-
"description": "If defined,
|
3799
|
-
"
|
4214
|
+
"description": "If defined, sets the maximum character length to accept for this input",
|
4215
|
+
"fieldName": "maxLength"
|
3800
4216
|
},
|
3801
4217
|
{
|
3802
|
-
"
|
3803
|
-
"name": "type",
|
4218
|
+
"name": "min",
|
3804
4219
|
"type": {
|
3805
|
-
"text": "
|
4220
|
+
"text": "number | string | undefined"
|
3806
4221
|
},
|
3807
|
-
"
|
3808
|
-
"
|
3809
|
-
|
3810
|
-
"expandedType": {
|
3811
|
-
"text": "'submit' | 'reset' | 'button'"
|
3812
|
-
}
|
3813
|
-
}
|
3814
|
-
],
|
3815
|
-
"attributes": [
|
4222
|
+
"description": "If defined, sets the minimum value to accept for this input",
|
4223
|
+
"fieldName": "min"
|
4224
|
+
},
|
3816
4225
|
{
|
3817
|
-
"name": "
|
4226
|
+
"name": "minlength",
|
3818
4227
|
"type": {
|
3819
|
-
"text": "
|
4228
|
+
"text": "number | undefined"
|
3820
4229
|
},
|
3821
|
-
"
|
3822
|
-
"
|
3823
|
-
"fieldName": "as"
|
4230
|
+
"description": "If defined, sets the minimum character length to accept for this input",
|
4231
|
+
"fieldName": "minLength"
|
3824
4232
|
},
|
3825
4233
|
{
|
3826
|
-
"name": "
|
4234
|
+
"name": "name",
|
3827
4235
|
"type": {
|
3828
|
-
"text": "
|
4236
|
+
"text": "string | undefined"
|
3829
4237
|
},
|
3830
|
-
"
|
3831
|
-
"
|
3832
|
-
"fieldName": "color"
|
4238
|
+
"description": "If defined, adds name to the input-element",
|
4239
|
+
"fieldName": "name"
|
3833
4240
|
},
|
3834
4241
|
{
|
3835
|
-
"name": "
|
4242
|
+
"name": "pattern",
|
3836
4243
|
"type": {
|
3837
|
-
"text": "
|
4244
|
+
"text": "string | undefined"
|
3838
4245
|
},
|
3839
|
-
"
|
3840
|
-
"
|
3841
|
-
"fieldName": "disabled"
|
4246
|
+
"description": "If defined, adds name to the input-element",
|
4247
|
+
"fieldName": "pattern"
|
3842
4248
|
},
|
3843
4249
|
{
|
3844
|
-
"name": "
|
4250
|
+
"name": "placeholder",
|
3845
4251
|
"type": {
|
3846
4252
|
"text": "string | undefined"
|
3847
4253
|
},
|
3848
|
-
"description": "If defined,
|
3849
|
-
"fieldName": "
|
4254
|
+
"description": "If defined, displays placeholder text",
|
4255
|
+
"fieldName": "placeholder"
|
3850
4256
|
},
|
3851
4257
|
{
|
3852
|
-
"name": "
|
4258
|
+
"name": "readonly",
|
3853
4259
|
"type": {
|
3854
|
-
"text": "
|
4260
|
+
"text": "boolean"
|
3855
4261
|
},
|
3856
|
-
"
|
3857
|
-
"
|
4262
|
+
"default": "false",
|
4263
|
+
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
4264
|
+
"fieldName": "readonly"
|
3858
4265
|
},
|
3859
4266
|
{
|
3860
|
-
"name": "
|
4267
|
+
"name": "severity",
|
3861
4268
|
"type": {
|
3862
|
-
"text": "
|
4269
|
+
"text": "FormFieldSeverity | undefined"
|
3863
4270
|
},
|
3864
|
-
"description": "If defined,
|
3865
|
-
"fieldName": "
|
3866
|
-
"expandedType": {
|
3867
|
-
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
3868
|
-
}
|
4271
|
+
"description": "If defined, displays provided severity state",
|
4272
|
+
"fieldName": "severity"
|
3869
4273
|
},
|
3870
4274
|
{
|
3871
|
-
"name": "
|
4275
|
+
"name": "show-valid",
|
3872
4276
|
"type": {
|
3873
|
-
"text": "
|
4277
|
+
"text": "boolean"
|
3874
4278
|
},
|
3875
|
-
"default": "
|
3876
|
-
"description": "
|
3877
|
-
"fieldName": "
|
4279
|
+
"default": "false",
|
4280
|
+
"description": "If true, displays valid state after interaction",
|
4281
|
+
"fieldName": "showValid"
|
3878
4282
|
},
|
3879
4283
|
{
|
3880
|
-
"name": "
|
4284
|
+
"name": "size",
|
3881
4285
|
"type": {
|
3882
|
-
"text": "
|
4286
|
+
"text": "'sm' | 'md'"
|
3883
4287
|
},
|
3884
|
-
"
|
3885
|
-
"
|
4288
|
+
"default": "'md'",
|
4289
|
+
"description": "Size of the input",
|
4290
|
+
"fieldName": "size"
|
3886
4291
|
},
|
3887
4292
|
{
|
3888
|
-
"name": "
|
4293
|
+
"name": "trailing",
|
3889
4294
|
"type": {
|
3890
4295
|
"text": "string | undefined"
|
3891
4296
|
},
|
3892
|
-
"description": "If defined,
|
3893
|
-
"fieldName": "
|
4297
|
+
"description": "If defined, displays a suffix/adornment after the input-element",
|
4298
|
+
"fieldName": "trailing"
|
3894
4299
|
},
|
3895
4300
|
{
|
3896
|
-
"name": "
|
4301
|
+
"name": "type",
|
3897
4302
|
"type": {
|
3898
|
-
"text": "
|
4303
|
+
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3899
4304
|
},
|
3900
|
-
"default": "
|
3901
|
-
"description": "
|
3902
|
-
"fieldName": "
|
4305
|
+
"default": "'text'",
|
4306
|
+
"description": "Type of input",
|
4307
|
+
"fieldName": "type"
|
3903
4308
|
},
|
3904
4309
|
{
|
3905
|
-
"name": "
|
4310
|
+
"name": "validate-on",
|
3906
4311
|
"type": {
|
3907
|
-
"text": "'
|
4312
|
+
"text": "'input' | 'change' | 'submit'"
|
3908
4313
|
},
|
3909
|
-
"
|
3910
|
-
"
|
4314
|
+
"default": "'change'",
|
4315
|
+
"description": "Sets validation start",
|
4316
|
+
"fieldName": "validateOn"
|
3911
4317
|
},
|
3912
4318
|
{
|
3913
|
-
"name": "
|
3914
|
-
"
|
3915
|
-
|
3916
|
-
},
|
3917
|
-
"default": "'button'",
|
3918
|
-
"description": "Defines the type of button",
|
3919
|
-
"fieldName": "type",
|
3920
|
-
"expandedType": {
|
3921
|
-
"text": "'submit' | 'reset' | 'button'"
|
3922
|
-
}
|
4319
|
+
"name": "value",
|
4320
|
+
"description": "The current value of the input field",
|
4321
|
+
"fieldName": "value"
|
3923
4322
|
}
|
3924
4323
|
],
|
3925
4324
|
"superclass": {
|
3926
|
-
"name": "
|
3927
|
-
"package": "@internal/components/
|
4325
|
+
"name": "FormBase",
|
4326
|
+
"package": "@internal/components/formBase.js"
|
3928
4327
|
},
|
3929
|
-
"tagName": "skf-
|
3930
|
-
"customElement": true
|
4328
|
+
"tagName": "skf-input",
|
4329
|
+
"customElement": true,
|
4330
|
+
"modulePath": "src/components/input/input.component.ts"
|
3931
4331
|
}
|
3932
4332
|
],
|
3933
4333
|
"exports": [
|
3934
4334
|
{
|
3935
4335
|
"kind": "js",
|
3936
|
-
"name": "
|
4336
|
+
"name": "SkfInput",
|
3937
4337
|
"declaration": {
|
3938
|
-
"name": "
|
3939
|
-
"module": "src/components/
|
4338
|
+
"name": "SkfInput",
|
4339
|
+
"module": "src/components/input/input.component.ts"
|
3940
4340
|
}
|
3941
4341
|
}
|
3942
4342
|
],
|
3943
|
-
"typeDefinitionPath": "components/
|
4343
|
+
"typeDefinitionPath": "components/input/input.d.ts"
|
3944
4344
|
},
|
3945
4345
|
{
|
3946
4346
|
"kind": "javascript-module",
|
@@ -3963,20 +4363,23 @@
|
|
3963
4363
|
"members": [
|
3964
4364
|
{
|
3965
4365
|
"kind": "field",
|
3966
|
-
"name": "
|
4366
|
+
"name": "#internals",
|
4367
|
+
"privacy": "private",
|
3967
4368
|
"type": {
|
3968
|
-
"text": "
|
4369
|
+
"text": "ElementInternals"
|
3969
4370
|
},
|
3970
|
-
"
|
4371
|
+
"inheritedFrom": {
|
4372
|
+
"name": "SkfLink",
|
4373
|
+
"module": "src/components/link/link.component.ts"
|
4374
|
+
}
|
3971
4375
|
},
|
3972
4376
|
{
|
3973
4377
|
"kind": "field",
|
3974
|
-
"name": "
|
4378
|
+
"name": "#states",
|
4379
|
+
"privacy": "private",
|
3975
4380
|
"type": {
|
3976
|
-
"text": "
|
4381
|
+
"text": "CustomStateSet"
|
3977
4382
|
},
|
3978
|
-
"static": true,
|
3979
|
-
"default": "{ 'menu-item': true }",
|
3980
4383
|
"inheritedFrom": {
|
3981
4384
|
"name": "SkfLink",
|
3982
4385
|
"module": "src/components/link/link.component.ts"
|
@@ -3986,12 +4389,11 @@
|
|
3986
4389
|
"kind": "field",
|
3987
4390
|
"name": "as",
|
3988
4391
|
"type": {
|
3989
|
-
"text": "'button' | '
|
4392
|
+
"text": "'button' | 'link'"
|
3990
4393
|
},
|
3991
|
-
"default": "'
|
4394
|
+
"default": "'link'",
|
3992
4395
|
"description": "Defines the semantic element to render",
|
3993
4396
|
"attribute": "as",
|
3994
|
-
"reflects": true,
|
3995
4397
|
"inheritedFrom": {
|
3996
4398
|
"name": "SkfLink",
|
3997
4399
|
"module": "src/components/link/link.component.ts"
|
@@ -4001,12 +4403,14 @@
|
|
4001
4403
|
"kind": "field",
|
4002
4404
|
"name": "color",
|
4003
4405
|
"type": {
|
4004
|
-
"text": "
|
4406
|
+
"text": "Color"
|
4005
4407
|
},
|
4006
4408
|
"default": "'primary'",
|
4007
4409
|
"description": "Defines the text-color",
|
4008
4410
|
"attribute": "color",
|
4009
|
-
"
|
4411
|
+
"expandedType": {
|
4412
|
+
"text": "'primary' | 'inverse'"
|
4413
|
+
},
|
4010
4414
|
"inheritedFrom": {
|
4011
4415
|
"name": "SkfLink",
|
4012
4416
|
"module": "src/components/link/link.component.ts"
|
@@ -4021,7 +4425,6 @@
|
|
4021
4425
|
"default": "false",
|
4022
4426
|
"description": "If true, disables the link",
|
4023
4427
|
"attribute": "disabled",
|
4024
|
-
"reflects": true,
|
4025
4428
|
"inheritedFrom": {
|
4026
4429
|
"name": "SkfLink",
|
4027
4430
|
"module": "src/components/link/link.component.ts"
|
@@ -4031,8 +4434,9 @@
|
|
4031
4434
|
"kind": "field",
|
4032
4435
|
"name": "download",
|
4033
4436
|
"type": {
|
4034
|
-
"text": "
|
4437
|
+
"text": "boolean"
|
4035
4438
|
},
|
4439
|
+
"default": "false",
|
4036
4440
|
"description": "If defined, downloads the url",
|
4037
4441
|
"attribute": "download",
|
4038
4442
|
"inheritedFrom": {
|
@@ -4071,23 +4475,13 @@
|
|
4071
4475
|
},
|
4072
4476
|
{
|
4073
4477
|
"kind": "field",
|
4074
|
-
"name": "
|
4478
|
+
"name": "iconRight",
|
4075
4479
|
"type": {
|
4076
|
-
"text": "
|
4480
|
+
"text": "boolean"
|
4077
4481
|
},
|
4078
|
-
"default": "
|
4079
|
-
"description": "
|
4080
|
-
"attribute": "icon-
|
4081
|
-
"reflects": true,
|
4082
|
-
"inheritedFrom": {
|
4083
|
-
"name": "SkfLink",
|
4084
|
-
"module": "src/components/link/link.component.ts"
|
4085
|
-
}
|
4086
|
-
},
|
4087
|
-
{
|
4088
|
-
"kind": "field",
|
4089
|
-
"name": "onClick",
|
4090
|
-
"description": "If defined, accepts a function that runs on click. Forwards optional route as second argument.",
|
4482
|
+
"default": "false",
|
4483
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
4484
|
+
"attribute": "icon-right",
|
4091
4485
|
"inheritedFrom": {
|
4092
4486
|
"name": "SkfLink",
|
4093
4487
|
"module": "src/components/link/link.component.ts"
|
@@ -4112,9 +4506,8 @@
|
|
4112
4506
|
"type": {
|
4113
4507
|
"text": "string | undefined"
|
4114
4508
|
},
|
4115
|
-
"description": "If defined, used on conjunction with onClick property
|
4509
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
4116
4510
|
"attribute": "route",
|
4117
|
-
"reflects": true,
|
4118
4511
|
"inheritedFrom": {
|
4119
4512
|
"name": "SkfLink",
|
4120
4513
|
"module": "src/components/link/link.component.ts"
|
@@ -4129,7 +4522,6 @@
|
|
4129
4522
|
"default": "false",
|
4130
4523
|
"description": "If true, fills the parents horizontal axis",
|
4131
4524
|
"attribute": "stretch",
|
4132
|
-
"reflects": true,
|
4133
4525
|
"inheritedFrom": {
|
4134
4526
|
"name": "SkfLink",
|
4135
4527
|
"module": "src/components/link/link.component.ts"
|
@@ -4149,20 +4541,14 @@
|
|
4149
4541
|
}
|
4150
4542
|
},
|
4151
4543
|
{
|
4152
|
-
"kind": "
|
4153
|
-
"name": "
|
4154
|
-
"type": {
|
4155
|
-
"text": "SkfLinkType"
|
4156
|
-
},
|
4157
|
-
"default": "'button'",
|
4158
|
-
"description": "Defines the type of button",
|
4159
|
-
"attribute": "type",
|
4160
|
-
"expandedType": {
|
4161
|
-
"text": "'submit' | 'reset' | 'button'"
|
4162
|
-
},
|
4544
|
+
"kind": "method",
|
4545
|
+
"name": "_handleAsChange",
|
4163
4546
|
"inheritedFrom": {
|
4164
4547
|
"name": "SkfLink",
|
4165
4548
|
"module": "src/components/link/link.component.ts"
|
4549
|
+
},
|
4550
|
+
"type": {
|
4551
|
+
"text": "_handleAsChange() => void"
|
4166
4552
|
}
|
4167
4553
|
}
|
4168
4554
|
],
|
@@ -4176,9 +4562,9 @@
|
|
4176
4562
|
{
|
4177
4563
|
"name": "as",
|
4178
4564
|
"type": {
|
4179
|
-
"text": "'button' | '
|
4565
|
+
"text": "'button' | 'link'"
|
4180
4566
|
},
|
4181
|
-
"default": "'
|
4567
|
+
"default": "'link'",
|
4182
4568
|
"description": "Defines the semantic element to render",
|
4183
4569
|
"fieldName": "as",
|
4184
4570
|
"inheritedFrom": {
|
@@ -4189,11 +4575,14 @@
|
|
4189
4575
|
{
|
4190
4576
|
"name": "color",
|
4191
4577
|
"type": {
|
4192
|
-
"text": "
|
4578
|
+
"text": "Color"
|
4193
4579
|
},
|
4194
4580
|
"default": "'primary'",
|
4195
4581
|
"description": "Defines the text-color",
|
4196
4582
|
"fieldName": "color",
|
4583
|
+
"expandedType": {
|
4584
|
+
"text": "'primary' | 'inverse'"
|
4585
|
+
},
|
4197
4586
|
"inheritedFrom": {
|
4198
4587
|
"name": "SkfLink",
|
4199
4588
|
"module": "src/components/link/link.component.ts"
|
@@ -4215,8 +4604,9 @@
|
|
4215
4604
|
{
|
4216
4605
|
"name": "download",
|
4217
4606
|
"type": {
|
4218
|
-
"text": "
|
4607
|
+
"text": "boolean"
|
4219
4608
|
},
|
4609
|
+
"default": "false",
|
4220
4610
|
"description": "If defined, downloads the url",
|
4221
4611
|
"fieldName": "download",
|
4222
4612
|
"inheritedFrom": {
|
@@ -4252,13 +4642,13 @@
|
|
4252
4642
|
}
|
4253
4643
|
},
|
4254
4644
|
{
|
4255
|
-
"name": "icon-
|
4645
|
+
"name": "icon-right",
|
4256
4646
|
"type": {
|
4257
|
-
"text": "
|
4647
|
+
"text": "boolean"
|
4258
4648
|
},
|
4259
|
-
"default": "
|
4260
|
-
"description": "
|
4261
|
-
"fieldName": "
|
4649
|
+
"default": "false",
|
4650
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
4651
|
+
"fieldName": "iconRight",
|
4262
4652
|
"inheritedFrom": {
|
4263
4653
|
"name": "SkfLink",
|
4264
4654
|
"module": "src/components/link/link.component.ts"
|
@@ -4281,7 +4671,7 @@
|
|
4281
4671
|
"type": {
|
4282
4672
|
"text": "string | undefined"
|
4283
4673
|
},
|
4284
|
-
"description": "If defined, used on conjunction with onClick property
|
4674
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
4285
4675
|
"fieldName": "route",
|
4286
4676
|
"inheritedFrom": {
|
4287
4677
|
"name": "SkfLink",
|
@@ -4312,24 +4702,22 @@
|
|
4312
4702
|
"name": "SkfLink",
|
4313
4703
|
"module": "src/components/link/link.component.ts"
|
4314
4704
|
}
|
4315
|
-
}
|
4705
|
+
}
|
4706
|
+
],
|
4707
|
+
"events": [
|
4316
4708
|
{
|
4317
|
-
"name": "type",
|
4318
4709
|
"type": {
|
4319
|
-
"text": "
|
4320
|
-
},
|
4321
|
-
"default": "'button'",
|
4322
|
-
"description": "Defines the type of button",
|
4323
|
-
"fieldName": "type",
|
4324
|
-
"expandedType": {
|
4325
|
-
"text": "'submit' | 'reset' | 'button'"
|
4710
|
+
"text": "CustomEvent"
|
4326
4711
|
},
|
4712
|
+
"description": "Fired when the link is clicked",
|
4713
|
+
"name": "skf-link-click",
|
4327
4714
|
"inheritedFrom": {
|
4328
4715
|
"name": "SkfLink",
|
4329
4716
|
"module": "src/components/link/link.component.ts"
|
4330
4717
|
}
|
4331
4718
|
}
|
4332
|
-
]
|
4719
|
+
],
|
4720
|
+
"modulePath": "src/components/menu/menu-item.component.ts"
|
4333
4721
|
}
|
4334
4722
|
],
|
4335
4723
|
"exports": [
|
@@ -4354,11 +4742,28 @@
|
|
4354
4742
|
"name": "SkfMenu",
|
4355
4743
|
"slots": [
|
4356
4744
|
{
|
4357
|
-
"description": "The menu
|
4745
|
+
"description": "The menu content",
|
4358
4746
|
"name": ""
|
4359
4747
|
}
|
4360
4748
|
],
|
4361
|
-
"members": [
|
4749
|
+
"members": [
|
4750
|
+
{
|
4751
|
+
"type": {
|
4752
|
+
"text": "(void) => void"
|
4753
|
+
},
|
4754
|
+
"description": "Method that opens the menu",
|
4755
|
+
"name": "open()",
|
4756
|
+
"kind": "field"
|
4757
|
+
},
|
4758
|
+
{
|
4759
|
+
"type": {
|
4760
|
+
"text": "(void) => void"
|
4761
|
+
},
|
4762
|
+
"description": "Method that closes the menu",
|
4763
|
+
"name": "close()",
|
4764
|
+
"kind": "field"
|
4765
|
+
}
|
4766
|
+
],
|
4362
4767
|
"events": [
|
4363
4768
|
{
|
4364
4769
|
"type": {
|
@@ -4397,7 +4802,8 @@
|
|
4397
4802
|
"package": "@internal/base-classes/popover/popover.base.js"
|
4398
4803
|
},
|
4399
4804
|
"tagName": "skf-menu",
|
4400
|
-
"customElement": true
|
4805
|
+
"customElement": true,
|
4806
|
+
"modulePath": "src/components/menu/menu.component.ts"
|
4401
4807
|
}
|
4402
4808
|
],
|
4403
4809
|
"exports": [
|
@@ -4412,77 +4818,6 @@
|
|
4412
4818
|
],
|
4413
4819
|
"typeDefinitionPath": "components/menu/menu.d.ts"
|
4414
4820
|
},
|
4415
|
-
{
|
4416
|
-
"kind": "javascript-module",
|
4417
|
-
"path": "components/nav/nav-item.js",
|
4418
|
-
"declarations": [
|
4419
|
-
{
|
4420
|
-
"kind": "class",
|
4421
|
-
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
4422
|
-
"name": "SkfNavItem",
|
4423
|
-
"slots": [
|
4424
|
-
{
|
4425
|
-
"description": "The component's main content",
|
4426
|
-
"name": ""
|
4427
|
-
}
|
4428
|
-
],
|
4429
|
-
"members": [
|
4430
|
-
{
|
4431
|
-
"kind": "field",
|
4432
|
-
"name": "href",
|
4433
|
-
"type": {
|
4434
|
-
"text": "string"
|
4435
|
-
},
|
4436
|
-
"default": "'#'",
|
4437
|
-
"attribute": "href",
|
4438
|
-
"reflects": true
|
4439
|
-
},
|
4440
|
-
{
|
4441
|
-
"kind": "field",
|
4442
|
-
"name": "icon",
|
4443
|
-
"type": {
|
4444
|
-
"text": "SkfLink['icon'] | undefined"
|
4445
|
-
},
|
4446
|
-
"attribute": "icon"
|
4447
|
-
}
|
4448
|
-
],
|
4449
|
-
"attributes": [
|
4450
|
-
{
|
4451
|
-
"name": "href",
|
4452
|
-
"type": {
|
4453
|
-
"text": "string"
|
4454
|
-
},
|
4455
|
-
"default": "'#'",
|
4456
|
-
"fieldName": "href"
|
4457
|
-
},
|
4458
|
-
{
|
4459
|
-
"name": "icon",
|
4460
|
-
"type": {
|
4461
|
-
"text": "SkfLink['icon'] | undefined"
|
4462
|
-
},
|
4463
|
-
"fieldName": "icon"
|
4464
|
-
}
|
4465
|
-
],
|
4466
|
-
"superclass": {
|
4467
|
-
"name": "SkfElement",
|
4468
|
-
"package": "@internal/components/skf-element"
|
4469
|
-
},
|
4470
|
-
"tagName": "skf-nav-item",
|
4471
|
-
"customElement": true
|
4472
|
-
}
|
4473
|
-
],
|
4474
|
-
"exports": [
|
4475
|
-
{
|
4476
|
-
"kind": "js",
|
4477
|
-
"name": "SkfNavItem",
|
4478
|
-
"declaration": {
|
4479
|
-
"name": "SkfNavItem",
|
4480
|
-
"module": "src/components/nav/nav-item.component.ts"
|
4481
|
-
}
|
4482
|
-
}
|
4483
|
-
],
|
4484
|
-
"typeDefinitionPath": "components/nav/nav-item.d.ts"
|
4485
|
-
},
|
4486
4821
|
{
|
4487
4822
|
"kind": "javascript-module",
|
4488
4823
|
"path": "components/popover/popover.js",
|
@@ -4517,6 +4852,22 @@
|
|
4517
4852
|
"default": "false",
|
4518
4853
|
"description": "If true, hides the arrow",
|
4519
4854
|
"attribute": "hideArrow"
|
4855
|
+
},
|
4856
|
+
{
|
4857
|
+
"type": {
|
4858
|
+
"text": "(void) => void"
|
4859
|
+
},
|
4860
|
+
"description": "Method that opens the popover",
|
4861
|
+
"name": "open()",
|
4862
|
+
"kind": "field"
|
4863
|
+
},
|
4864
|
+
{
|
4865
|
+
"type": {
|
4866
|
+
"text": "(void) => void"
|
4867
|
+
},
|
4868
|
+
"description": "Method that closes the popover",
|
4869
|
+
"name": "close()",
|
4870
|
+
"kind": "field"
|
4520
4871
|
}
|
4521
4872
|
],
|
4522
4873
|
"events": [
|
@@ -4524,14 +4875,14 @@
|
|
4524
4875
|
"type": {
|
4525
4876
|
"text": "CustomEvent"
|
4526
4877
|
},
|
4527
|
-
"description": "Fired when the
|
4878
|
+
"description": "Fired when the popover is opened",
|
4528
4879
|
"name": "skf-opened"
|
4529
4880
|
},
|
4530
4881
|
{
|
4531
4882
|
"type": {
|
4532
4883
|
"text": "CustomEvent"
|
4533
4884
|
},
|
4534
|
-
"description": "Fired when the
|
4885
|
+
"description": "Fired when the popover is closed",
|
4535
4886
|
"name": "skf-closed"
|
4536
4887
|
}
|
4537
4888
|
],
|
@@ -4548,7 +4899,7 @@
|
|
4548
4899
|
"type": {
|
4549
4900
|
"text": "string"
|
4550
4901
|
},
|
4551
|
-
"description": "The id of the element the
|
4902
|
+
"description": "The id of the element the popover will be anchored to",
|
4552
4903
|
"name": "anchor"
|
4553
4904
|
},
|
4554
4905
|
{
|
@@ -4575,7 +4926,8 @@
|
|
4575
4926
|
"package": "@internal/base-classes/popover/popover.base.js"
|
4576
4927
|
},
|
4577
4928
|
"tagName": "skf-popover",
|
4578
|
-
"customElement": true
|
4929
|
+
"customElement": true,
|
4930
|
+
"modulePath": "src/components/popover/popover.component.ts"
|
4579
4931
|
}
|
4580
4932
|
],
|
4581
4933
|
"exports": [
|
@@ -4608,6 +4960,22 @@
|
|
4608
4960
|
"static": true,
|
4609
4961
|
"default": "true"
|
4610
4962
|
},
|
4963
|
+
{
|
4964
|
+
"kind": "field",
|
4965
|
+
"name": "#internals",
|
4966
|
+
"privacy": "private",
|
4967
|
+
"type": {
|
4968
|
+
"text": "ElementInternals"
|
4969
|
+
}
|
4970
|
+
},
|
4971
|
+
{
|
4972
|
+
"kind": "field",
|
4973
|
+
"name": "#states",
|
4974
|
+
"privacy": "private",
|
4975
|
+
"type": {
|
4976
|
+
"text": "CustomStateSet"
|
4977
|
+
}
|
4978
|
+
},
|
4611
4979
|
{
|
4612
4980
|
"kind": "field",
|
4613
4981
|
"name": "animated",
|
@@ -4616,8 +4984,7 @@
|
|
4616
4984
|
},
|
4617
4985
|
"default": "false",
|
4618
4986
|
"description": "If true, the progress-bar's fill value is animated",
|
4619
|
-
"attribute": "animated"
|
4620
|
-
"reflects": true
|
4987
|
+
"attribute": "animated"
|
4621
4988
|
},
|
4622
4989
|
{
|
4623
4990
|
"kind": "field",
|
@@ -4674,7 +5041,8 @@
|
|
4674
5041
|
"package": "@internal/components/skf-element"
|
4675
5042
|
},
|
4676
5043
|
"tagName": "skf-progress",
|
4677
|
-
"customElement": true
|
5044
|
+
"customElement": true,
|
5045
|
+
"modulePath": "src/components/progress/progress.component.ts"
|
4678
5046
|
}
|
4679
5047
|
],
|
4680
5048
|
"exports": [
|
@@ -4704,6 +5072,13 @@
|
|
4704
5072
|
}
|
4705
5073
|
],
|
4706
5074
|
"members": [
|
5075
|
+
{
|
5076
|
+
"kind": "field",
|
5077
|
+
"name": "#localize",
|
5078
|
+
"privacy": "private",
|
5079
|
+
"readonly": true,
|
5080
|
+
"default": "new LocalizeController(this)"
|
5081
|
+
},
|
4707
5082
|
{
|
4708
5083
|
"kind": "field",
|
4709
5084
|
"name": "debug",
|
@@ -4746,21 +5121,25 @@
|
|
4746
5121
|
},
|
4747
5122
|
{
|
4748
5123
|
"kind": "field",
|
4749
|
-
"name": "
|
5124
|
+
"name": "lang",
|
4750
5125
|
"type": {
|
4751
|
-
"text": "
|
5126
|
+
"text": "Language"
|
4752
5127
|
},
|
4753
|
-
"
|
4754
|
-
"
|
5128
|
+
"default": "'en'",
|
5129
|
+
"description": "Sets the internal language of the component",
|
5130
|
+
"attribute": "lang",
|
5131
|
+
"expandedType": {
|
5132
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5133
|
+
}
|
4755
5134
|
},
|
4756
5135
|
{
|
4757
5136
|
"kind": "field",
|
4758
|
-
"name": "
|
5137
|
+
"name": "name",
|
4759
5138
|
"type": {
|
4760
5139
|
"text": "string | undefined"
|
4761
5140
|
},
|
4762
|
-
"description": "If defined,
|
4763
|
-
"attribute": "
|
5141
|
+
"description": "If defined, adds name to the input-element",
|
5142
|
+
"attribute": "name"
|
4764
5143
|
},
|
4765
5144
|
{
|
4766
5145
|
"kind": "field",
|
@@ -4865,20 +5244,24 @@
|
|
4865
5244
|
"fieldName": "label"
|
4866
5245
|
},
|
4867
5246
|
{
|
4868
|
-
"name": "
|
5247
|
+
"name": "lang",
|
4869
5248
|
"type": {
|
4870
|
-
"text": "
|
5249
|
+
"text": "Language"
|
4871
5250
|
},
|
4872
|
-
"
|
4873
|
-
"
|
5251
|
+
"default": "'en'",
|
5252
|
+
"description": "Sets the internal language of the component",
|
5253
|
+
"fieldName": "lang",
|
5254
|
+
"expandedType": {
|
5255
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5256
|
+
}
|
4874
5257
|
},
|
4875
5258
|
{
|
4876
|
-
"name": "
|
5259
|
+
"name": "name",
|
4877
5260
|
"type": {
|
4878
5261
|
"text": "string | undefined"
|
4879
5262
|
},
|
4880
|
-
"description": "If defined,
|
4881
|
-
"fieldName": "
|
5263
|
+
"description": "If defined, adds name to the input-element",
|
5264
|
+
"fieldName": "name"
|
4882
5265
|
},
|
4883
5266
|
{
|
4884
5267
|
"name": "size",
|
@@ -4921,7 +5304,8 @@
|
|
4921
5304
|
"package": "@internal/components/formBase.js"
|
4922
5305
|
},
|
4923
5306
|
"tagName": "skf-radio",
|
4924
|
-
"customElement": true
|
5307
|
+
"customElement": true,
|
5308
|
+
"modulePath": "src/components/radio/radio.component.ts"
|
4925
5309
|
}
|
4926
5310
|
],
|
4927
5311
|
"exports": [
|
@@ -5037,7 +5421,8 @@
|
|
5037
5421
|
"package": "@internal/components/skf-element"
|
5038
5422
|
},
|
5039
5423
|
"tagName": "skf-segmented-button-item",
|
5040
|
-
"customElement": true
|
5424
|
+
"customElement": true,
|
5425
|
+
"modulePath": "src/components/segmented-button/segmented-button-item.component.ts"
|
5041
5426
|
}
|
5042
5427
|
],
|
5043
5428
|
"exports": [
|
@@ -5094,7 +5479,8 @@
|
|
5094
5479
|
"package": "@internal/components/skf-element"
|
5095
5480
|
},
|
5096
5481
|
"tagName": "skf-segmented-button",
|
5097
|
-
"customElement": true
|
5482
|
+
"customElement": true,
|
5483
|
+
"modulePath": "src/components/segmented-button/segmented-button.component.ts"
|
5098
5484
|
}
|
5099
5485
|
],
|
5100
5486
|
"exports": [
|
@@ -5124,6 +5510,22 @@
|
|
5124
5510
|
}
|
5125
5511
|
],
|
5126
5512
|
"members": [
|
5513
|
+
{
|
5514
|
+
"kind": "field",
|
5515
|
+
"name": "#internals",
|
5516
|
+
"privacy": "private",
|
5517
|
+
"type": {
|
5518
|
+
"text": "ElementInternals"
|
5519
|
+
}
|
5520
|
+
},
|
5521
|
+
{
|
5522
|
+
"kind": "field",
|
5523
|
+
"name": "#states",
|
5524
|
+
"privacy": "private",
|
5525
|
+
"type": {
|
5526
|
+
"text": "CustomStateSet"
|
5527
|
+
}
|
5528
|
+
},
|
5127
5529
|
{
|
5128
5530
|
"kind": "field",
|
5129
5531
|
"name": "label",
|
@@ -5133,6 +5535,14 @@
|
|
5133
5535
|
"default": "'Default label'",
|
5134
5536
|
"attribute": "label",
|
5135
5537
|
"reflects": true
|
5538
|
+
},
|
5539
|
+
{
|
5540
|
+
"kind": "field",
|
5541
|
+
"name": "small",
|
5542
|
+
"type": {
|
5543
|
+
"text": "boolean"
|
5544
|
+
},
|
5545
|
+
"default": "false"
|
5136
5546
|
}
|
5137
5547
|
],
|
5138
5548
|
"attributes": [
|
@@ -5150,7 +5560,8 @@
|
|
5150
5560
|
"package": "@internal/components/skf-element"
|
5151
5561
|
},
|
5152
5562
|
"tagName": "skf-select-option-group",
|
5153
|
-
"customElement": true
|
5563
|
+
"customElement": true,
|
5564
|
+
"modulePath": "src/components/select/select-option-group.component.ts"
|
5154
5565
|
}
|
5155
5566
|
],
|
5156
5567
|
"exports": [
|
@@ -5180,16 +5591,41 @@
|
|
5180
5591
|
}
|
5181
5592
|
],
|
5182
5593
|
"members": [
|
5594
|
+
{
|
5595
|
+
"kind": "field",
|
5596
|
+
"name": "#localize",
|
5597
|
+
"privacy": "private",
|
5598
|
+
"readonly": true,
|
5599
|
+
"default": "new LocalizeController(this)"
|
5600
|
+
},
|
5601
|
+
{
|
5602
|
+
"kind": "field",
|
5603
|
+
"name": "#internals",
|
5604
|
+
"privacy": "private",
|
5605
|
+
"type": {
|
5606
|
+
"text": "ElementInternals"
|
5607
|
+
}
|
5608
|
+
},
|
5609
|
+
{
|
5610
|
+
"kind": "field",
|
5611
|
+
"name": "#states",
|
5612
|
+
"privacy": "private",
|
5613
|
+
"type": {
|
5614
|
+
"text": "CustomStateSet"
|
5615
|
+
}
|
5616
|
+
},
|
5183
5617
|
{
|
5184
5618
|
"kind": "field",
|
5185
5619
|
"name": "size",
|
5186
5620
|
"type": {
|
5187
|
-
"text": "
|
5621
|
+
"text": "Size"
|
5188
5622
|
},
|
5189
5623
|
"default": "'md'",
|
5190
5624
|
"description": "Specifies Tag size",
|
5191
5625
|
"attribute": "size",
|
5192
|
-
"
|
5626
|
+
"expandedType": {
|
5627
|
+
"text": "'sm' | 'md'"
|
5628
|
+
}
|
5193
5629
|
},
|
5194
5630
|
{
|
5195
5631
|
"kind": "field",
|
@@ -5211,11 +5647,23 @@
|
|
5211
5647
|
},
|
5212
5648
|
"description": "If defined, gives the supplied appearance",
|
5213
5649
|
"attribute": "color",
|
5214
|
-
"reflects": true,
|
5215
5650
|
"expandedType": {
|
5216
5651
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
5217
5652
|
}
|
5218
5653
|
},
|
5654
|
+
{
|
5655
|
+
"kind": "field",
|
5656
|
+
"name": "lang",
|
5657
|
+
"type": {
|
5658
|
+
"text": "Language"
|
5659
|
+
},
|
5660
|
+
"default": "'en'",
|
5661
|
+
"description": "Sets the internal language of the component",
|
5662
|
+
"attribute": "lang",
|
5663
|
+
"expandedType": {
|
5664
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5665
|
+
}
|
5666
|
+
},
|
5219
5667
|
{
|
5220
5668
|
"kind": "field",
|
5221
5669
|
"name": "onClick",
|
@@ -5234,19 +5682,21 @@
|
|
5234
5682
|
},
|
5235
5683
|
"default": "false",
|
5236
5684
|
"description": "If true, adds trailing button to remove tag",
|
5237
|
-
"attribute": "removable"
|
5238
|
-
"reflects": true
|
5685
|
+
"attribute": "removable"
|
5239
5686
|
}
|
5240
5687
|
],
|
5241
5688
|
"attributes": [
|
5242
5689
|
{
|
5243
5690
|
"name": "size",
|
5244
5691
|
"type": {
|
5245
|
-
"text": "
|
5692
|
+
"text": "Size"
|
5246
5693
|
},
|
5247
5694
|
"default": "'md'",
|
5248
5695
|
"description": "Specifies Tag size",
|
5249
|
-
"fieldName": "size"
|
5696
|
+
"fieldName": "size",
|
5697
|
+
"expandedType": {
|
5698
|
+
"text": "'sm' | 'md'"
|
5699
|
+
}
|
5250
5700
|
},
|
5251
5701
|
{
|
5252
5702
|
"name": "icon",
|
@@ -5260,14 +5710,26 @@
|
|
5260
5710
|
}
|
5261
5711
|
},
|
5262
5712
|
{
|
5263
|
-
"name": "color",
|
5713
|
+
"name": "color",
|
5714
|
+
"type": {
|
5715
|
+
"text": "Severity | undefined"
|
5716
|
+
},
|
5717
|
+
"description": "If defined, gives the supplied appearance",
|
5718
|
+
"fieldName": "color",
|
5719
|
+
"expandedType": {
|
5720
|
+
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
5721
|
+
}
|
5722
|
+
},
|
5723
|
+
{
|
5724
|
+
"name": "lang",
|
5264
5725
|
"type": {
|
5265
|
-
"text": "
|
5726
|
+
"text": "Language"
|
5266
5727
|
},
|
5267
|
-
"
|
5268
|
-
"
|
5728
|
+
"default": "'en'",
|
5729
|
+
"description": "Sets the internal language of the component",
|
5730
|
+
"fieldName": "lang",
|
5269
5731
|
"expandedType": {
|
5270
|
-
"text": "'
|
5732
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5271
5733
|
}
|
5272
5734
|
},
|
5273
5735
|
{
|
@@ -5285,7 +5747,8 @@
|
|
5285
5747
|
"package": "@internal/components/skf-element"
|
5286
5748
|
},
|
5287
5749
|
"tagName": "skf-tag",
|
5288
|
-
"customElement": true
|
5750
|
+
"customElement": true,
|
5751
|
+
"modulePath": "src/components/tag/tag.component.ts"
|
5289
5752
|
}
|
5290
5753
|
],
|
5291
5754
|
"exports": [
|
@@ -5317,11 +5780,32 @@
|
|
5317
5780
|
"members": [
|
5318
5781
|
{
|
5319
5782
|
"kind": "field",
|
5320
|
-
"name": "
|
5783
|
+
"name": "#localize",
|
5784
|
+
"privacy": "private",
|
5785
|
+
"readonly": true,
|
5786
|
+
"default": "new LocalizeController(this)"
|
5787
|
+
},
|
5788
|
+
{
|
5789
|
+
"kind": "field",
|
5790
|
+
"name": "_componentIsConnected",
|
5791
|
+
"type": {
|
5792
|
+
"text": "boolean"
|
5793
|
+
},
|
5794
|
+
"privacy": "private",
|
5795
|
+
"default": "false"
|
5796
|
+
},
|
5797
|
+
{
|
5798
|
+
"kind": "field",
|
5799
|
+
"name": "_defaultButtonLabel",
|
5321
5800
|
"type": {
|
5322
5801
|
"text": "string"
|
5323
5802
|
},
|
5324
|
-
"
|
5803
|
+
"privacy": "private",
|
5804
|
+
"default": "'Select an option'"
|
5805
|
+
},
|
5806
|
+
{
|
5807
|
+
"kind": "field",
|
5808
|
+
"name": "buttonLabel",
|
5325
5809
|
"description": "Sets the first visible text on the component",
|
5326
5810
|
"attribute": "button-label",
|
5327
5811
|
"reflects": true
|
@@ -5385,6 +5869,19 @@
|
|
5385
5869
|
"attribute": "label",
|
5386
5870
|
"reflects": true
|
5387
5871
|
},
|
5872
|
+
{
|
5873
|
+
"kind": "field",
|
5874
|
+
"name": "lang",
|
5875
|
+
"type": {
|
5876
|
+
"text": "Language"
|
5877
|
+
},
|
5878
|
+
"default": "'en'",
|
5879
|
+
"description": "Sets the internal language of the component",
|
5880
|
+
"attribute": "lang",
|
5881
|
+
"expandedType": {
|
5882
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5883
|
+
}
|
5884
|
+
},
|
5388
5885
|
{
|
5389
5886
|
"kind": "field",
|
5390
5887
|
"name": "max",
|
@@ -5423,15 +5920,6 @@
|
|
5423
5920
|
"description": "If defined, set name of the component",
|
5424
5921
|
"attribute": "name"
|
5425
5922
|
},
|
5426
|
-
{
|
5427
|
-
"kind": "field",
|
5428
|
-
"name": "requiredLabel",
|
5429
|
-
"type": {
|
5430
|
-
"text": "string | undefined"
|
5431
|
-
},
|
5432
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
5433
|
-
"attribute": "required-label"
|
5434
|
-
},
|
5435
5923
|
{
|
5436
5924
|
"kind": "field",
|
5437
5925
|
"name": "severity",
|
@@ -5465,11 +5953,21 @@
|
|
5465
5953
|
{
|
5466
5954
|
"kind": "field",
|
5467
5955
|
"name": "value",
|
5468
|
-
"description": "
|
5956
|
+
"description": "Returns the selected value. (if multiple: in a comma separated string). If set will default set corresponding option."
|
5957
|
+
},
|
5958
|
+
{
|
5959
|
+
"kind": "method",
|
5960
|
+
"name": "_handleSizeUpdate",
|
5961
|
+
"type": {
|
5962
|
+
"text": "_handleSizeUpdate() => void"
|
5963
|
+
}
|
5469
5964
|
},
|
5470
5965
|
{
|
5471
5966
|
"kind": "method",
|
5472
|
-
"name": "handleExpandedChange"
|
5967
|
+
"name": "handleExpandedChange",
|
5968
|
+
"type": {
|
5969
|
+
"text": "handleExpandedChange() => void"
|
5970
|
+
}
|
5473
5971
|
},
|
5474
5972
|
{
|
5475
5973
|
"kind": "field",
|
@@ -5515,6 +6013,13 @@
|
|
5515
6013
|
},
|
5516
6014
|
"description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
|
5517
6015
|
"name": "skf-select-option-select"
|
6016
|
+
},
|
6017
|
+
{
|
6018
|
+
"type": {
|
6019
|
+
"text": "CustomEvent"
|
6020
|
+
},
|
6021
|
+
"description": "Fires when the select options are connected, useful for setting selected option(s) via value property. E.g mySkfSelect.value = 'option1,option2';",
|
6022
|
+
"name": "skf-select-connected"
|
5518
6023
|
}
|
5519
6024
|
],
|
5520
6025
|
"attributes": [
|
@@ -5536,10 +6041,6 @@
|
|
5536
6041
|
},
|
5537
6042
|
{
|
5538
6043
|
"name": "button-label",
|
5539
|
-
"type": {
|
5540
|
-
"text": "string"
|
5541
|
-
},
|
5542
|
-
"default": "'Select an option'",
|
5543
6044
|
"description": "Sets the first visible text on the component",
|
5544
6045
|
"fieldName": "buttonLabel"
|
5545
6046
|
},
|
@@ -5585,6 +6086,18 @@
|
|
5585
6086
|
"description": "If defined, displays provided label",
|
5586
6087
|
"fieldName": "label"
|
5587
6088
|
},
|
6089
|
+
{
|
6090
|
+
"name": "lang",
|
6091
|
+
"type": {
|
6092
|
+
"text": "Language"
|
6093
|
+
},
|
6094
|
+
"default": "'en'",
|
6095
|
+
"description": "Sets the internal language of the component",
|
6096
|
+
"fieldName": "lang",
|
6097
|
+
"expandedType": {
|
6098
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6099
|
+
}
|
6100
|
+
},
|
5588
6101
|
{
|
5589
6102
|
"name": "max",
|
5590
6103
|
"type": {
|
@@ -5618,14 +6131,6 @@
|
|
5618
6131
|
"description": "If defined, set name of the component",
|
5619
6132
|
"fieldName": "name"
|
5620
6133
|
},
|
5621
|
-
{
|
5622
|
-
"name": "required-label",
|
5623
|
-
"type": {
|
5624
|
-
"text": "string | undefined"
|
5625
|
-
},
|
5626
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
5627
|
-
"fieldName": "requiredLabel"
|
5628
|
-
},
|
5629
6134
|
{
|
5630
6135
|
"name": "severity",
|
5631
6136
|
"type": {
|
@@ -5658,7 +6163,8 @@
|
|
5658
6163
|
"package": "@internal/components/formBase.js"
|
5659
6164
|
},
|
5660
6165
|
"tagName": "skf-select",
|
5661
|
-
"customElement": true
|
6166
|
+
"customElement": true,
|
6167
|
+
"modulePath": "src/components/select/select.component.ts"
|
5662
6168
|
}
|
5663
6169
|
],
|
5664
6170
|
"exports": [
|
@@ -5679,7 +6185,7 @@
|
|
5679
6185
|
"declarations": [
|
5680
6186
|
{
|
5681
6187
|
"kind": "class",
|
5682
|
-
"description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.",
|
6188
|
+
"description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.\nIt represents an individual option in a select dropdown.",
|
5683
6189
|
"name": "SkfSelectOption",
|
5684
6190
|
"slots": [
|
5685
6191
|
{
|
@@ -5701,6 +6207,22 @@
|
|
5701
6207
|
"static": true,
|
5702
6208
|
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
|
5703
6209
|
},
|
6210
|
+
{
|
6211
|
+
"kind": "field",
|
6212
|
+
"name": "#internals",
|
6213
|
+
"privacy": "private",
|
6214
|
+
"type": {
|
6215
|
+
"text": "ElementInternals"
|
6216
|
+
}
|
6217
|
+
},
|
6218
|
+
{
|
6219
|
+
"kind": "field",
|
6220
|
+
"name": "#states",
|
6221
|
+
"privacy": "private",
|
6222
|
+
"type": {
|
6223
|
+
"text": "CustomStateSet"
|
6224
|
+
}
|
6225
|
+
},
|
5704
6226
|
{
|
5705
6227
|
"kind": "field",
|
5706
6228
|
"name": "disabled",
|
@@ -5735,7 +6257,7 @@
|
|
5735
6257
|
"attribute": "icon-color",
|
5736
6258
|
"reflects": true,
|
5737
6259
|
"expandedType": {
|
5738
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
6260
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
|
5739
6261
|
}
|
5740
6262
|
},
|
5741
6263
|
{
|
@@ -5767,21 +6289,17 @@
|
|
5767
6289
|
{
|
5768
6290
|
"kind": "field",
|
5769
6291
|
"name": "value",
|
5770
|
-
"description": "Returns or sets the
|
6292
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
5771
6293
|
"attribute": "value",
|
5772
6294
|
"reflects": true
|
5773
6295
|
},
|
5774
6296
|
{
|
5775
6297
|
"kind": "field",
|
5776
|
-
"name": "
|
6298
|
+
"name": "small",
|
5777
6299
|
"type": {
|
5778
|
-
"text": "
|
6300
|
+
"text": "boolean"
|
5779
6301
|
},
|
5780
|
-
"default": "
|
5781
|
-
},
|
5782
|
-
{
|
5783
|
-
"kind": "field",
|
5784
|
-
"name": "_parent"
|
6302
|
+
"default": "false"
|
5785
6303
|
},
|
5786
6304
|
{
|
5787
6305
|
"kind": "field",
|
@@ -5827,7 +6345,7 @@
|
|
5827
6345
|
"description": "If defined, sets provided color on the icon",
|
5828
6346
|
"fieldName": "iconColor",
|
5829
6347
|
"expandedType": {
|
5830
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
6348
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
|
5831
6349
|
}
|
5832
6350
|
},
|
5833
6351
|
{
|
@@ -5849,7 +6367,7 @@
|
|
5849
6367
|
},
|
5850
6368
|
{
|
5851
6369
|
"name": "value",
|
5852
|
-
"description": "Returns or sets the
|
6370
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
5853
6371
|
"fieldName": "value"
|
5854
6372
|
}
|
5855
6373
|
],
|
@@ -5858,7 +6376,8 @@
|
|
5858
6376
|
"package": "@internal/components/skf-element.js"
|
5859
6377
|
},
|
5860
6378
|
"tagName": "skf-select-option",
|
5861
|
-
"customElement": true
|
6379
|
+
"customElement": true,
|
6380
|
+
"modulePath": "src/components/select/select-option.component.ts"
|
5862
6381
|
}
|
5863
6382
|
],
|
5864
6383
|
"exports": [
|
@@ -5929,14 +6448,6 @@
|
|
5929
6448
|
{
|
5930
6449
|
"kind": "field",
|
5931
6450
|
"name": "_setInternalState"
|
5932
|
-
},
|
5933
|
-
{
|
5934
|
-
"kind": "field",
|
5935
|
-
"name": "role",
|
5936
|
-
"type": {
|
5937
|
-
"text": "string"
|
5938
|
-
},
|
5939
|
-
"default": "'listitem'"
|
5940
6451
|
}
|
5941
6452
|
],
|
5942
6453
|
"events": [
|
@@ -5969,7 +6480,8 @@
|
|
5969
6480
|
"package": "@internal/components/skf-element"
|
5970
6481
|
},
|
5971
6482
|
"tagName": "skf-stepper-item",
|
5972
|
-
"customElement": true
|
6483
|
+
"customElement": true,
|
6484
|
+
"modulePath": "src/components/stepper/stepper-item.component.ts"
|
5973
6485
|
}
|
5974
6486
|
],
|
5975
6487
|
"exports": [
|
@@ -6054,7 +6566,8 @@
|
|
6054
6566
|
"package": "@internal/components/skf-element"
|
6055
6567
|
},
|
6056
6568
|
"tagName": "skf-stepper",
|
6057
|
-
"customElement": true
|
6569
|
+
"customElement": true,
|
6570
|
+
"modulePath": "src/components/stepper/stepper.component.ts"
|
6058
6571
|
}
|
6059
6572
|
],
|
6060
6573
|
"exports": [
|
@@ -6084,6 +6597,13 @@
|
|
6084
6597
|
}
|
6085
6598
|
],
|
6086
6599
|
"members": [
|
6600
|
+
{
|
6601
|
+
"kind": "field",
|
6602
|
+
"name": "#localize",
|
6603
|
+
"privacy": "private",
|
6604
|
+
"readonly": true,
|
6605
|
+
"default": "new LocalizeController(this)"
|
6606
|
+
},
|
6087
6607
|
{
|
6088
6608
|
"kind": "field",
|
6089
6609
|
"name": "debug",
|
@@ -6127,21 +6647,25 @@
|
|
6127
6647
|
},
|
6128
6648
|
{
|
6129
6649
|
"kind": "field",
|
6130
|
-
"name": "
|
6650
|
+
"name": "lang",
|
6131
6651
|
"type": {
|
6132
|
-
"text": "
|
6652
|
+
"text": "Language"
|
6133
6653
|
},
|
6134
|
-
"
|
6135
|
-
"
|
6654
|
+
"default": "'en'",
|
6655
|
+
"description": "Sets the internal language of the component",
|
6656
|
+
"attribute": "lang",
|
6657
|
+
"expandedType": {
|
6658
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6659
|
+
}
|
6136
6660
|
},
|
6137
6661
|
{
|
6138
6662
|
"kind": "field",
|
6139
|
-
"name": "
|
6663
|
+
"name": "name",
|
6140
6664
|
"type": {
|
6141
6665
|
"text": "string | undefined"
|
6142
6666
|
},
|
6143
|
-
"description": "If defined,
|
6144
|
-
"attribute": "
|
6667
|
+
"description": "If defined, adds name to the input-element",
|
6668
|
+
"attribute": "name"
|
6145
6669
|
},
|
6146
6670
|
{
|
6147
6671
|
"kind": "field",
|
@@ -6166,7 +6690,10 @@
|
|
6166
6690
|
},
|
6167
6691
|
{
|
6168
6692
|
"kind": "method",
|
6169
|
-
"name": "debugOutput"
|
6693
|
+
"name": "debugOutput",
|
6694
|
+
"type": {
|
6695
|
+
"text": "debugOutput() => void"
|
6696
|
+
}
|
6170
6697
|
}
|
6171
6698
|
],
|
6172
6699
|
"attributes": [
|
@@ -6222,20 +6749,24 @@
|
|
6222
6749
|
"fieldName": "label"
|
6223
6750
|
},
|
6224
6751
|
{
|
6225
|
-
"name": "
|
6752
|
+
"name": "lang",
|
6226
6753
|
"type": {
|
6227
|
-
"text": "
|
6754
|
+
"text": "Language"
|
6228
6755
|
},
|
6229
|
-
"
|
6230
|
-
"
|
6756
|
+
"default": "'en'",
|
6757
|
+
"description": "Sets the internal language of the component",
|
6758
|
+
"fieldName": "lang",
|
6759
|
+
"expandedType": {
|
6760
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6761
|
+
}
|
6231
6762
|
},
|
6232
6763
|
{
|
6233
|
-
"name": "
|
6764
|
+
"name": "name",
|
6234
6765
|
"type": {
|
6235
6766
|
"text": "string | undefined"
|
6236
6767
|
},
|
6237
|
-
"description": "If defined,
|
6238
|
-
"fieldName": "
|
6768
|
+
"description": "If defined, adds name to the input-element",
|
6769
|
+
"fieldName": "name"
|
6239
6770
|
},
|
6240
6771
|
{
|
6241
6772
|
"name": "size",
|
@@ -6261,7 +6792,8 @@
|
|
6261
6792
|
"package": "@internal/components/formBase.js"
|
6262
6793
|
},
|
6263
6794
|
"tagName": "skf-switch",
|
6264
|
-
"customElement": true
|
6795
|
+
"customElement": true,
|
6796
|
+
"modulePath": "src/components/switch/switch.component.ts"
|
6265
6797
|
}
|
6266
6798
|
],
|
6267
6799
|
"exports": [
|
@@ -6278,7 +6810,7 @@
|
|
6278
6810
|
},
|
6279
6811
|
{
|
6280
6812
|
"kind": "javascript-module",
|
6281
|
-
"path": "components/
|
6813
|
+
"path": "components/tabs/tab-panel.js",
|
6282
6814
|
"declarations": [
|
6283
6815
|
{
|
6284
6816
|
"kind": "class",
|
@@ -6308,14 +6840,6 @@
|
|
6308
6840
|
"text": "boolean"
|
6309
6841
|
},
|
6310
6842
|
"default": "false"
|
6311
|
-
},
|
6312
|
-
{
|
6313
|
-
"kind": "field",
|
6314
|
-
"name": "role",
|
6315
|
-
"type": {
|
6316
|
-
"text": "string"
|
6317
|
-
},
|
6318
|
-
"default": "'tabpanel'"
|
6319
6843
|
}
|
6320
6844
|
],
|
6321
6845
|
"attributes": [
|
@@ -6334,7 +6858,8 @@
|
|
6334
6858
|
"package": "@internal/components/skf-element"
|
6335
6859
|
},
|
6336
6860
|
"tagName": "skf-tab-panel",
|
6337
|
-
"customElement": true
|
6861
|
+
"customElement": true,
|
6862
|
+
"modulePath": "src/components/tabs/tab-panel.component.ts"
|
6338
6863
|
}
|
6339
6864
|
],
|
6340
6865
|
"exports": [
|
@@ -6343,20 +6868,20 @@
|
|
6343
6868
|
"name": "SkfTabPanel",
|
6344
6869
|
"declaration": {
|
6345
6870
|
"name": "SkfTabPanel",
|
6346
|
-
"module": "src/components/
|
6871
|
+
"module": "src/components/tabs/tab-panel.component.ts"
|
6347
6872
|
}
|
6348
6873
|
}
|
6349
6874
|
],
|
6350
|
-
"typeDefinitionPath": "components/
|
6875
|
+
"typeDefinitionPath": "components/tabs/tab-panel.d.ts"
|
6351
6876
|
},
|
6352
6877
|
{
|
6353
6878
|
"kind": "javascript-module",
|
6354
|
-
"path": "components/
|
6879
|
+
"path": "components/tabs/tabs.js",
|
6355
6880
|
"declarations": [
|
6356
6881
|
{
|
6357
6882
|
"kind": "class",
|
6358
|
-
"description": "The `<skf-
|
6359
|
-
"name": "
|
6883
|
+
"description": "The `<skf-tabs>` is a component that displays a list of actions or options",
|
6884
|
+
"name": "SkfTabs",
|
6360
6885
|
"slots": [
|
6361
6886
|
{
|
6362
6887
|
"description": "Used for grouping tab panels in the tab group. Must be <skf-tab-panel> elements",
|
@@ -6471,25 +6996,26 @@
|
|
6471
6996
|
"name": "SkfElement",
|
6472
6997
|
"package": "@internal/components/skf-element"
|
6473
6998
|
},
|
6474
|
-
"tagName": "skf-
|
6475
|
-
"customElement": true
|
6999
|
+
"tagName": "skf-tabs",
|
7000
|
+
"customElement": true,
|
7001
|
+
"modulePath": "src/components/tabs/tabs.component.ts"
|
6476
7002
|
}
|
6477
7003
|
],
|
6478
7004
|
"exports": [
|
6479
7005
|
{
|
6480
7006
|
"kind": "js",
|
6481
|
-
"name": "
|
7007
|
+
"name": "SkfTabs",
|
6482
7008
|
"declaration": {
|
6483
|
-
"name": "
|
6484
|
-
"module": "src/components/
|
7009
|
+
"name": "SkfTabs",
|
7010
|
+
"module": "src/components/tabs/tabs.component.ts"
|
6485
7011
|
}
|
6486
7012
|
}
|
6487
7013
|
],
|
6488
|
-
"typeDefinitionPath": "components/
|
7014
|
+
"typeDefinitionPath": "components/tabs/tabs.d.ts"
|
6489
7015
|
},
|
6490
7016
|
{
|
6491
7017
|
"kind": "javascript-module",
|
6492
|
-
"path": "components/
|
7018
|
+
"path": "components/tabs/tab.js",
|
6493
7019
|
"declarations": [
|
6494
7020
|
{
|
6495
7021
|
"kind": "class",
|
@@ -6525,17 +7051,9 @@
|
|
6525
7051
|
"kind": "field",
|
6526
7052
|
"name": "variant",
|
6527
7053
|
"type": {
|
6528
|
-
"text": "
|
7054
|
+
"text": "SkfTabs['variant']"
|
6529
7055
|
},
|
6530
7056
|
"default": "'expanded'"
|
6531
|
-
},
|
6532
|
-
{
|
6533
|
-
"kind": "field",
|
6534
|
-
"name": "role",
|
6535
|
-
"type": {
|
6536
|
-
"text": "string"
|
6537
|
-
},
|
6538
|
-
"default": "'tab'"
|
6539
7057
|
}
|
6540
7058
|
],
|
6541
7059
|
"events": [
|
@@ -6567,7 +7085,8 @@
|
|
6567
7085
|
"package": "@internal/components/skf-element"
|
6568
7086
|
},
|
6569
7087
|
"tagName": "skf-tab",
|
6570
|
-
"customElement": true
|
7088
|
+
"customElement": true,
|
7089
|
+
"modulePath": "src/components/tabs/tab.component.ts"
|
6571
7090
|
}
|
6572
7091
|
],
|
6573
7092
|
"exports": [
|
@@ -6576,11 +7095,11 @@
|
|
6576
7095
|
"name": "SkfTab",
|
6577
7096
|
"declaration": {
|
6578
7097
|
"name": "SkfTab",
|
6579
|
-
"module": "src/components/
|
7098
|
+
"module": "src/components/tabs/tab.component.ts"
|
6580
7099
|
}
|
6581
7100
|
}
|
6582
7101
|
],
|
6583
|
-
"typeDefinitionPath": "components/
|
7102
|
+
"typeDefinitionPath": "components/tabs/tab.d.ts"
|
6584
7103
|
},
|
6585
7104
|
{
|
6586
7105
|
"kind": "javascript-module",
|
@@ -6597,6 +7116,13 @@
|
|
6597
7116
|
}
|
6598
7117
|
],
|
6599
7118
|
"members": [
|
7119
|
+
{
|
7120
|
+
"kind": "field",
|
7121
|
+
"name": "#localize",
|
7122
|
+
"privacy": "private",
|
7123
|
+
"readonly": true,
|
7124
|
+
"default": "new LocalizeController(this)"
|
7125
|
+
},
|
6600
7126
|
{
|
6601
7127
|
"kind": "field",
|
6602
7128
|
"name": "cols",
|
@@ -6651,6 +7177,19 @@
|
|
6651
7177
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
6652
7178
|
"attribute": "label"
|
6653
7179
|
},
|
7180
|
+
{
|
7181
|
+
"kind": "field",
|
7182
|
+
"name": "lang",
|
7183
|
+
"type": {
|
7184
|
+
"text": "Language"
|
7185
|
+
},
|
7186
|
+
"default": "'en'",
|
7187
|
+
"description": "Sets the internal language of the component",
|
7188
|
+
"attribute": "lang",
|
7189
|
+
"expandedType": {
|
7190
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7191
|
+
}
|
7192
|
+
},
|
6654
7193
|
{
|
6655
7194
|
"kind": "field",
|
6656
7195
|
"name": "name",
|
@@ -6697,15 +7236,6 @@
|
|
6697
7236
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
6698
7237
|
"attribute": "readonly"
|
6699
7238
|
},
|
6700
|
-
{
|
6701
|
-
"kind": "field",
|
6702
|
-
"name": "requiredLabel",
|
6703
|
-
"type": {
|
6704
|
-
"text": "string | undefined"
|
6705
|
-
},
|
6706
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
6707
|
-
"attribute": "required-label"
|
6708
|
-
},
|
6709
7239
|
{
|
6710
7240
|
"kind": "field",
|
6711
7241
|
"name": "rows",
|
@@ -6840,6 +7370,18 @@
|
|
6840
7370
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
6841
7371
|
"fieldName": "label"
|
6842
7372
|
},
|
7373
|
+
{
|
7374
|
+
"name": "lang",
|
7375
|
+
"type": {
|
7376
|
+
"text": "Language"
|
7377
|
+
},
|
7378
|
+
"default": "'en'",
|
7379
|
+
"description": "Sets the internal language of the component",
|
7380
|
+
"fieldName": "lang",
|
7381
|
+
"expandedType": {
|
7382
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7383
|
+
}
|
7384
|
+
},
|
6843
7385
|
{
|
6844
7386
|
"name": "name",
|
6845
7387
|
"type": {
|
@@ -6881,14 +7423,6 @@
|
|
6881
7423
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
6882
7424
|
"fieldName": "readonly"
|
6883
7425
|
},
|
6884
|
-
{
|
6885
|
-
"name": "required-label",
|
6886
|
-
"type": {
|
6887
|
-
"text": "string | undefined"
|
6888
|
-
},
|
6889
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
6890
|
-
"fieldName": "requiredLabel"
|
6891
|
-
},
|
6892
7426
|
{
|
6893
7427
|
"name": "rows",
|
6894
7428
|
"type": {
|
@@ -6947,7 +7481,8 @@
|
|
6947
7481
|
"package": "@internal/components/formBase.js"
|
6948
7482
|
},
|
6949
7483
|
"tagName": "skf-textarea",
|
6950
|
-
"customElement": true
|
7484
|
+
"customElement": true,
|
7485
|
+
"modulePath": "src/components/textarea/textarea.component.ts"
|
6951
7486
|
}
|
6952
7487
|
],
|
6953
7488
|
"exports": [
|
@@ -7060,13 +7595,34 @@
|
|
7060
7595
|
},
|
7061
7596
|
{
|
7062
7597
|
"kind": "field",
|
7063
|
-
"name": "
|
7598
|
+
"name": "#localize",
|
7599
|
+
"privacy": "private",
|
7600
|
+
"readonly": true,
|
7601
|
+
"default": "new LocalizeController(this)",
|
7602
|
+
"inheritedFrom": {
|
7603
|
+
"name": "SkfAlert",
|
7604
|
+
"module": "src/components/alert/alert.component.ts"
|
7605
|
+
}
|
7606
|
+
},
|
7607
|
+
{
|
7608
|
+
"kind": "field",
|
7609
|
+
"name": "#internals",
|
7610
|
+
"privacy": "private",
|
7064
7611
|
"type": {
|
7065
|
-
"text": "
|
7612
|
+
"text": "ElementInternals"
|
7613
|
+
},
|
7614
|
+
"inheritedFrom": {
|
7615
|
+
"name": "SkfAlert",
|
7616
|
+
"module": "src/components/alert/alert.component.ts"
|
7617
|
+
}
|
7618
|
+
},
|
7619
|
+
{
|
7620
|
+
"kind": "field",
|
7621
|
+
"name": "#states",
|
7622
|
+
"privacy": "private",
|
7623
|
+
"type": {
|
7624
|
+
"text": "CustomStateSet"
|
7066
7625
|
},
|
7067
|
-
"default": "'Close'",
|
7068
|
-
"description": "Close button aria-label",
|
7069
|
-
"attribute": "button-label",
|
7070
7626
|
"inheritedFrom": {
|
7071
7627
|
"name": "SkfAlert",
|
7072
7628
|
"module": "src/components/alert/alert.component.ts"
|
@@ -7088,6 +7644,23 @@
|
|
7088
7644
|
"module": "src/components/alert/alert.component.ts"
|
7089
7645
|
}
|
7090
7646
|
},
|
7647
|
+
{
|
7648
|
+
"kind": "field",
|
7649
|
+
"name": "lang",
|
7650
|
+
"type": {
|
7651
|
+
"text": "Language"
|
7652
|
+
},
|
7653
|
+
"default": "'en'",
|
7654
|
+
"description": "Sets the internal language of the component",
|
7655
|
+
"attribute": "lang",
|
7656
|
+
"expandedType": {
|
7657
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7658
|
+
},
|
7659
|
+
"inheritedFrom": {
|
7660
|
+
"name": "SkfAlert",
|
7661
|
+
"module": "src/components/alert/alert.component.ts"
|
7662
|
+
}
|
7663
|
+
},
|
7091
7664
|
{
|
7092
7665
|
"kind": "field",
|
7093
7666
|
"name": "persistent",
|
@@ -7097,7 +7670,6 @@
|
|
7097
7670
|
"default": "false",
|
7098
7671
|
"description": "If true, renders with an close button and sets aria-role to `status`",
|
7099
7672
|
"attribute": "persistent",
|
7100
|
-
"reflects": true,
|
7101
7673
|
"inheritedFrom": {
|
7102
7674
|
"name": "SkfAlert",
|
7103
7675
|
"module": "src/components/alert/alert.component.ts"
|
@@ -7111,7 +7683,6 @@
|
|
7111
7683
|
},
|
7112
7684
|
"description": "If defined, gives the supplied appearance",
|
7113
7685
|
"attribute": "severity",
|
7114
|
-
"reflects": true,
|
7115
7686
|
"expandedType": {
|
7116
7687
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
7117
7688
|
},
|
@@ -7131,27 +7702,30 @@
|
|
7131
7702
|
"fieldName": "timer"
|
7132
7703
|
},
|
7133
7704
|
{
|
7134
|
-
"name": "
|
7705
|
+
"name": "icon",
|
7135
7706
|
"type": {
|
7136
|
-
"text": "
|
7707
|
+
"text": "Icon | undefined"
|
7708
|
+
},
|
7709
|
+
"description": "If defined, displays leading icon",
|
7710
|
+
"fieldName": "icon",
|
7711
|
+
"expandedType": {
|
7712
|
+
"text": "'addCircleOutline' | 'addCircle' | 'addPlus' | 'arrowBackIos' | 'arrowBack' | 'arrowDown' | 'arrowForwardIos' | 'arrowForward' | 'arrowLeft' | 'arrowRight' | 'arrowUpDown' | 'arrowUp' | 'article' | 'asset' | 'attachment' | 'bandCursor' | 'bands' | 'batteryEmpty' | 'batteryFull' | 'batteryLow' | 'bearingFault' | 'bluetoothDisabled' | 'bluetooth' | 'book' | 'bookmarkOutline' | 'bookmark' | 'calculator' | 'calendarBusy' | 'calendarCheck' | 'calendarEmpty' | 'calendarMonth' | 'calendarReccuring' | 'call' | 'caretDown' | 'caretUpDown' | 'caretUp' | 'chat' | 'checkCircleOutline' | 'checkCircle' | 'checkSmall' | 'check' | 'chevronDownUp' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUpDown' | 'chevronUp' | 'chip' | 'circleStatus' | 'closeAll' | 'closeAlt' | 'close' | 'columnGraph' | 'comment' | 'connection0' | 'connection1' | 'connection2' | 'connection3' | 'connection4' | 'contentPaste' | 'copy' | 'cpmCyclesPerMinute' | 'dangerOutline' | 'danger' | 'defectFrequenciesAlt' | 'defectFrequencies' | 'deleteOutline' | 'delete' | 'devices' | 'directions' | 'doubleChevronLeft' | 'doubleChevronRight' | 'downloadDone' | 'download' | 'draftOutline' | 'draft' | 'dragDrop' | 'drop' | 'duplicate' | 'editOutline' | 'edit' | 'emailOutline' | 'emailPdf' | 'email' | 'errorOutline' | 'error' | 'exclamation' | 'facebook' | 'filterOutline' | 'filter' | 'findReplace' | 'forbidden' | 'frequencyHz' | 'fullScreen' | 'fullscreenExit' | 'functionalGroup' | 'hamburgerMenu' | 'harmonicCursor' | 'heatmap' | 'hierarchy' | 'history' | 'homeOutline' | 'home' | 'hourglassOutline' | 'hourglass' | 'image' | 'imx' | 'infoOutline' | 'info' | 'instagram' | 'integration' | 'iosShare' | 'kebabMore' | 'language' | 'lightbulbOutline' | 'lightbulb' | 'link' | 'linkedin' | 'listGroup' | 'list' | 'locationPin' | 'lockOutline' | 'lock' | 'logOut' | 'login' | 'meatballsMoreCircle' | 'meatballsMore' | 'microphone' | 'nearMe' | 'noData' | 'notificationsBellOutline' | 'notificationsBell' | 'o' | 'offer' | 'openInNew' | 'overlaysBaseline' | 'pan360' | 'paper' | 'pause' | 'pdfOutline' | 'pdf' | 'person' | 'photoCameraOutline' | 'photoCamera' | 'pieChart' | 'pinOutline' | 'pin' | 'play' | 'powerOff' | 'printOutline' | 'print' | 'privacyPolicyOutline' | 'privacyPolicy' | 'proCollect' | 'recAction' | 'refresh' | 'removeMinus' | 'reorder' | 'reply' | 'report' | 'rewakableRoute' | 'route' | 'search' | 'sendOutline' | 'send' | 'sensorAlt' | 'sensor' | 'settingsOutline' | 'settings' | 'share' | 'shoppingCart' | 'sidebandCursor' | 'singleCursor' | 'skfBearing' | 'spectrum' | 'starOutline' | 'star' | 'stop' | 'sync' | 'time' | 'timewave' | 'translate' | 'trend' | 'trendingUp' | 'twitter' | 'undo' | 'unknownDiamondOutline' | 'unknownDiamond' | 'unknownOutline' | 'unknown' | 'unlink' | 'unlockOutline' | 'unlock' | 'unscheduledAction' | 'upload' | 'vibrationAlt' | 'vibration' | 'view3D' | 'viewFull' | 'viewHorizontal' | 'viewVertical' | 'visibilityOffOutline' | 'visibilityOff' | 'visibilityOutline' | 'visibility' | 'warningDiamondOutline' | 'warningDiamond' | 'warningOutline' | 'warning' | 'youtube' | 'zoomIn' | 'zoomOut' | undefined"
|
7137
7713
|
},
|
7138
|
-
"default": "'Close'",
|
7139
|
-
"description": "Close button aria-label",
|
7140
|
-
"fieldName": "buttonLabel",
|
7141
7714
|
"inheritedFrom": {
|
7142
7715
|
"name": "SkfAlert",
|
7143
7716
|
"module": "src/components/alert/alert.component.ts"
|
7144
7717
|
}
|
7145
7718
|
},
|
7146
7719
|
{
|
7147
|
-
"name": "
|
7720
|
+
"name": "lang",
|
7148
7721
|
"type": {
|
7149
|
-
"text": "
|
7722
|
+
"text": "Language"
|
7150
7723
|
},
|
7151
|
-
"
|
7152
|
-
"
|
7724
|
+
"default": "'en'",
|
7725
|
+
"description": "Sets the internal language of the component",
|
7726
|
+
"fieldName": "lang",
|
7153
7727
|
"expandedType": {
|
7154
|
-
"text": "'
|
7728
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7155
7729
|
},
|
7156
7730
|
"inheritedFrom": {
|
7157
7731
|
"name": "SkfAlert",
|
@@ -7211,6 +7785,9 @@
|
|
7211
7785
|
],
|
7212
7786
|
"events": [
|
7213
7787
|
{
|
7788
|
+
"type": {
|
7789
|
+
"text": "CustomEvent"
|
7790
|
+
},
|
7214
7791
|
"description": "Fires when the close button is clicked",
|
7215
7792
|
"name": "skf-alert-close",
|
7216
7793
|
"inheritedFrom": {
|
@@ -7273,7 +7850,8 @@
|
|
7273
7850
|
"package": "@internal/components/skf-element"
|
7274
7851
|
},
|
7275
7852
|
"tagName": "skf-toast-wrapper",
|
7276
|
-
"customElement": true
|
7853
|
+
"customElement": true,
|
7854
|
+
"modulePath": "src/components/toast/toast-wrapper.component.ts"
|
7277
7855
|
}
|
7278
7856
|
],
|
7279
7857
|
"exports": [
|
@@ -7431,7 +8009,8 @@
|
|
7431
8009
|
"package": "@internal/components/skf-element"
|
7432
8010
|
},
|
7433
8011
|
"tagName": "skf-toast",
|
7434
|
-
"customElement": true
|
8012
|
+
"customElement": true,
|
8013
|
+
"modulePath": "src/components/toast/toast.component.ts"
|
7435
8014
|
}
|
7436
8015
|
],
|
7437
8016
|
"exports": [
|
@@ -7461,39 +8040,6 @@
|
|
7461
8040
|
}
|
7462
8041
|
],
|
7463
8042
|
"members": [
|
7464
|
-
{
|
7465
|
-
"kind": "method",
|
7466
|
-
"name": "openExtended"
|
7467
|
-
},
|
7468
|
-
{
|
7469
|
-
"kind": "method",
|
7470
|
-
"name": "closeExtended"
|
7471
|
-
},
|
7472
|
-
{
|
7473
|
-
"kind": "method",
|
7474
|
-
"name": "addEventListeners",
|
7475
|
-
"return": {
|
7476
|
-
"type": {
|
7477
|
-
"text": "void"
|
7478
|
-
}
|
7479
|
-
},
|
7480
|
-
"parameters": [
|
7481
|
-
{
|
7482
|
-
"name": "$element",
|
7483
|
-
"type": {
|
7484
|
-
"text": "HTMLElement | Element"
|
7485
|
-
}
|
7486
|
-
}
|
7487
|
-
]
|
7488
|
-
},
|
7489
|
-
{
|
7490
|
-
"kind": "field",
|
7491
|
-
"name": "role",
|
7492
|
-
"type": {
|
7493
|
-
"text": "string"
|
7494
|
-
},
|
7495
|
-
"default": "'tooltip'"
|
7496
|
-
},
|
7497
8043
|
{
|
7498
8044
|
"kind": "field",
|
7499
8045
|
"name": "offset",
|
@@ -7517,15 +8063,37 @@
|
|
7517
8063
|
"text": "string"
|
7518
8064
|
},
|
7519
8065
|
"default": "'tooltip'"
|
8066
|
+
},
|
8067
|
+
{
|
8068
|
+
"type": {
|
8069
|
+
"text": "(void) => void"
|
8070
|
+
},
|
8071
|
+
"description": "Method that opens the tooltip",
|
8072
|
+
"name": "open()",
|
8073
|
+
"kind": "field"
|
8074
|
+
},
|
8075
|
+
{
|
8076
|
+
"type": {
|
8077
|
+
"text": "(void) => void"
|
8078
|
+
},
|
8079
|
+
"description": "Method that closes the tooltip",
|
8080
|
+
"name": "close()",
|
8081
|
+
"kind": "field"
|
7520
8082
|
}
|
7521
8083
|
],
|
7522
8084
|
"events": [
|
7523
8085
|
{
|
7524
|
-
"
|
8086
|
+
"type": {
|
8087
|
+
"text": "CustomEvent"
|
8088
|
+
},
|
8089
|
+
"description": "Fired when the tooltip is opened",
|
7525
8090
|
"name": "skf-opened"
|
7526
8091
|
},
|
7527
8092
|
{
|
7528
|
-
"
|
8093
|
+
"type": {
|
8094
|
+
"text": "CustomEvent"
|
8095
|
+
},
|
8096
|
+
"description": "Fired when the tooltip is closed",
|
7529
8097
|
"name": "skf-closed"
|
7530
8098
|
}
|
7531
8099
|
],
|
@@ -7551,7 +8119,8 @@
|
|
7551
8119
|
"package": "@internal/base-classes/popover/popover.base.js"
|
7552
8120
|
},
|
7553
8121
|
"tagName": "skf-tooltip",
|
7554
|
-
"customElement": true
|
8122
|
+
"customElement": true,
|
8123
|
+
"modulePath": "src/components/tooltip/tooltip.component.ts"
|
7555
8124
|
}
|
7556
8125
|
],
|
7557
8126
|
"exports": [
|