@skf-design-system/ui-components 1.0.2-beta.1 → 1.0.2-beta.11
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 +16 -18
- package/dist/components/link/link.component.js +109 -106
- package/dist/components/link/link.styles.js +49 -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 +1699 -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 +1990 -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 +39 -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,1119 @@
|
|
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
|
+
"kind": "method",
|
3387
|
+
"name": "_handleDisabledChange",
|
3388
|
+
"type": {
|
3389
|
+
"text": "_handleDisabledChange() => void"
|
3390
|
+
}
|
3391
|
+
}
|
3392
|
+
],
|
3393
|
+
"events": [
|
3394
|
+
{
|
3395
|
+
"type": {
|
3396
|
+
"text": "CustomEvent"
|
3165
3397
|
},
|
3166
|
-
"
|
3167
|
-
"
|
3168
|
-
|
3398
|
+
"description": "Fired when the link is clicked",
|
3399
|
+
"name": "skf-link-click"
|
3400
|
+
}
|
3401
|
+
],
|
3402
|
+
"attributes": [
|
3403
|
+
{
|
3404
|
+
"name": "as",
|
3405
|
+
"type": {
|
3406
|
+
"text": "'button' | 'link'"
|
3407
|
+
},
|
3408
|
+
"default": "'link'",
|
3409
|
+
"description": "Defines the semantic element to render",
|
3410
|
+
"fieldName": "as"
|
3169
3411
|
},
|
3170
3412
|
{
|
3171
|
-
"
|
3172
|
-
"
|
3173
|
-
|
3174
|
-
|
3175
|
-
"
|
3413
|
+
"name": "color",
|
3414
|
+
"type": {
|
3415
|
+
"text": "Color"
|
3416
|
+
},
|
3417
|
+
"default": "'primary'",
|
3418
|
+
"description": "Defines the text-color",
|
3419
|
+
"fieldName": "color",
|
3420
|
+
"expandedType": {
|
3421
|
+
"text": "'primary' | 'inverse'"
|
3422
|
+
}
|
3176
3423
|
},
|
3177
3424
|
{
|
3178
|
-
"
|
3179
|
-
"name": "debug",
|
3425
|
+
"name": "disabled",
|
3180
3426
|
"type": {
|
3181
3427
|
"text": "boolean"
|
3182
3428
|
},
|
3183
3429
|
"default": "false",
|
3184
|
-
"description": "If true,
|
3185
|
-
"
|
3430
|
+
"description": "If true, disables the link",
|
3431
|
+
"fieldName": "disabled"
|
3186
3432
|
},
|
3187
3433
|
{
|
3188
|
-
"
|
3189
|
-
"name": "hideLabel",
|
3434
|
+
"name": "download",
|
3190
3435
|
"type": {
|
3191
3436
|
"text": "boolean"
|
3192
3437
|
},
|
3193
3438
|
"default": "false",
|
3194
|
-
"description": "If
|
3195
|
-
"
|
3439
|
+
"description": "If defined, downloads the url",
|
3440
|
+
"fieldName": "download"
|
3196
3441
|
},
|
3197
3442
|
{
|
3198
|
-
"
|
3199
|
-
"name": "hint",
|
3443
|
+
"name": "href",
|
3200
3444
|
"type": {
|
3201
3445
|
"text": "string | undefined"
|
3202
3446
|
},
|
3203
|
-
"description": "If defined,
|
3204
|
-
"
|
3447
|
+
"description": "If defined, loads url on click",
|
3448
|
+
"fieldName": "href"
|
3205
3449
|
},
|
3206
3450
|
{
|
3207
|
-
"
|
3208
|
-
"name": "inputmode",
|
3451
|
+
"name": "icon",
|
3209
3452
|
"type": {
|
3210
|
-
"text": "
|
3453
|
+
"text": "Icon | undefined"
|
3211
3454
|
},
|
3212
|
-
"
|
3213
|
-
"
|
3214
|
-
"
|
3455
|
+
"description": "If defined, renders an icon before or after the text",
|
3456
|
+
"fieldName": "icon",
|
3457
|
+
"expandedType": {
|
3458
|
+
"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"
|
3459
|
+
}
|
3215
3460
|
},
|
3216
3461
|
{
|
3217
|
-
"
|
3218
|
-
"name": "label",
|
3462
|
+
"name": "icon-right",
|
3219
3463
|
"type": {
|
3220
|
-
"text": "
|
3464
|
+
"text": "boolean"
|
3221
3465
|
},
|
3222
|
-
"
|
3223
|
-
"
|
3466
|
+
"default": "false",
|
3467
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
3468
|
+
"fieldName": "iconRight"
|
3224
3469
|
},
|
3225
3470
|
{
|
3226
|
-
"
|
3227
|
-
"name": "leading",
|
3471
|
+
"name": "rel",
|
3228
3472
|
"type": {
|
3229
3473
|
"text": "string | undefined"
|
3230
3474
|
},
|
3231
|
-
"description": "If defined,
|
3232
|
-
"
|
3475
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
3476
|
+
"fieldName": "rel"
|
3233
3477
|
},
|
3234
3478
|
{
|
3235
|
-
"
|
3236
|
-
"name": "max",
|
3479
|
+
"name": "route",
|
3237
3480
|
"type": {
|
3238
|
-
"text": "
|
3481
|
+
"text": "string | undefined"
|
3239
3482
|
},
|
3240
|
-
"description": "If defined,
|
3241
|
-
"
|
3483
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
3484
|
+
"fieldName": "route"
|
3242
3485
|
},
|
3243
3486
|
{
|
3244
|
-
"
|
3245
|
-
"name": "maxLength",
|
3487
|
+
"name": "stretch",
|
3246
3488
|
"type": {
|
3247
|
-
"text": "
|
3489
|
+
"text": "boolean"
|
3248
3490
|
},
|
3249
|
-
"
|
3250
|
-
"
|
3491
|
+
"default": "false",
|
3492
|
+
"description": "If true, fills the parents horizontal axis",
|
3493
|
+
"fieldName": "stretch"
|
3251
3494
|
},
|
3252
3495
|
{
|
3253
|
-
"
|
3254
|
-
"name": "min",
|
3496
|
+
"name": "target",
|
3255
3497
|
"type": {
|
3256
|
-
"text": "
|
3498
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3257
3499
|
},
|
3258
|
-
"description": "If defined,
|
3259
|
-
"
|
3260
|
-
}
|
3500
|
+
"description": "If defined, specifies where to open the linked document",
|
3501
|
+
"fieldName": "target"
|
3502
|
+
}
|
3503
|
+
],
|
3504
|
+
"superclass": {
|
3505
|
+
"name": "SkfElement",
|
3506
|
+
"package": "@internal/components/skf-element.js"
|
3507
|
+
},
|
3508
|
+
"tagName": "skf-link",
|
3509
|
+
"customElement": true,
|
3510
|
+
"modulePath": "src/components/link/link.component.ts"
|
3511
|
+
}
|
3512
|
+
],
|
3513
|
+
"exports": [
|
3514
|
+
{
|
3515
|
+
"kind": "js",
|
3516
|
+
"name": "SkfLink",
|
3517
|
+
"declaration": {
|
3518
|
+
"name": "SkfLink",
|
3519
|
+
"module": "src/components/link/link.component.ts"
|
3520
|
+
}
|
3521
|
+
}
|
3522
|
+
],
|
3523
|
+
"typeDefinitionPath": "components/link/link.d.ts"
|
3524
|
+
},
|
3525
|
+
{
|
3526
|
+
"kind": "javascript-module",
|
3527
|
+
"path": "components/nav/nav-item.js",
|
3528
|
+
"declarations": [
|
3529
|
+
{
|
3530
|
+
"kind": "class",
|
3531
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
3532
|
+
"name": "SkfNavItem",
|
3533
|
+
"slots": [
|
3534
|
+
{
|
3535
|
+
"description": "The component's main content",
|
3536
|
+
"name": ""
|
3537
|
+
}
|
3538
|
+
],
|
3539
|
+
"members": [
|
3261
3540
|
{
|
3262
3541
|
"kind": "field",
|
3263
|
-
"name": "
|
3542
|
+
"name": "#internals",
|
3543
|
+
"privacy": "private",
|
3264
3544
|
"type": {
|
3265
|
-
"text": "
|
3266
|
-
}
|
3267
|
-
"description": "If defined, sets the minimum character length to accept for this input",
|
3268
|
-
"attribute": "minlength"
|
3545
|
+
"text": "ElementInternals"
|
3546
|
+
}
|
3269
3547
|
},
|
3270
3548
|
{
|
3271
3549
|
"kind": "field",
|
3272
|
-
"name": "
|
3550
|
+
"name": "#states",
|
3551
|
+
"privacy": "private",
|
3273
3552
|
"type": {
|
3274
|
-
"text": "
|
3275
|
-
}
|
3276
|
-
"description": "If defined, adds name to the input-element",
|
3277
|
-
"attribute": "name",
|
3278
|
-
"reflects": true
|
3553
|
+
"text": "CustomStateSet"
|
3554
|
+
}
|
3279
3555
|
},
|
3280
3556
|
{
|
3281
3557
|
"kind": "field",
|
3282
|
-
"name": "
|
3558
|
+
"name": "href",
|
3283
3559
|
"type": {
|
3284
|
-
"text": "string
|
3560
|
+
"text": "string"
|
3285
3561
|
},
|
3286
|
-
"
|
3287
|
-
"attribute": "
|
3562
|
+
"default": "''",
|
3563
|
+
"attribute": "href"
|
3288
3564
|
},
|
3289
3565
|
{
|
3290
3566
|
"kind": "field",
|
3291
|
-
"name": "
|
3567
|
+
"name": "icon",
|
3292
3568
|
"type": {
|
3293
|
-
"text": "
|
3569
|
+
"text": "Icon | undefined"
|
3294
3570
|
},
|
3295
|
-
"
|
3296
|
-
"
|
3571
|
+
"attribute": "icon",
|
3572
|
+
"expandedType": {
|
3573
|
+
"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"
|
3574
|
+
}
|
3297
3575
|
},
|
3298
3576
|
{
|
3299
3577
|
"kind": "field",
|
3300
|
-
"name": "
|
3578
|
+
"name": "vertical",
|
3301
3579
|
"type": {
|
3302
3580
|
"text": "boolean"
|
3303
3581
|
},
|
3304
|
-
"default": "false"
|
3305
|
-
|
3306
|
-
|
3582
|
+
"default": "false"
|
3583
|
+
}
|
3584
|
+
],
|
3585
|
+
"attributes": [
|
3586
|
+
{
|
3587
|
+
"name": "href",
|
3588
|
+
"type": {
|
3589
|
+
"text": "string"
|
3590
|
+
},
|
3591
|
+
"default": "''",
|
3592
|
+
"fieldName": "href"
|
3307
3593
|
},
|
3308
3594
|
{
|
3309
|
-
"
|
3310
|
-
"name": "requiredLabel",
|
3595
|
+
"name": "icon",
|
3311
3596
|
"type": {
|
3312
|
-
"text": "
|
3597
|
+
"text": "Icon | undefined"
|
3313
3598
|
},
|
3314
|
-
"
|
3315
|
-
"
|
3599
|
+
"fieldName": "icon",
|
3600
|
+
"expandedType": {
|
3601
|
+
"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"
|
3602
|
+
}
|
3603
|
+
}
|
3604
|
+
],
|
3605
|
+
"superclass": {
|
3606
|
+
"name": "SkfElement",
|
3607
|
+
"package": "@internal/components/skf-element"
|
3608
|
+
},
|
3609
|
+
"tagName": "skf-nav-item",
|
3610
|
+
"customElement": true,
|
3611
|
+
"modulePath": "src/components/nav/nav-item.component.ts"
|
3612
|
+
}
|
3613
|
+
],
|
3614
|
+
"exports": [
|
3615
|
+
{
|
3616
|
+
"kind": "js",
|
3617
|
+
"name": "SkfNavItem",
|
3618
|
+
"declaration": {
|
3619
|
+
"name": "SkfNavItem",
|
3620
|
+
"module": "src/components/nav/nav-item.component.ts"
|
3621
|
+
}
|
3622
|
+
}
|
3623
|
+
],
|
3624
|
+
"typeDefinitionPath": "components/nav/nav-item.d.ts"
|
3625
|
+
},
|
3626
|
+
{
|
3627
|
+
"kind": "javascript-module",
|
3628
|
+
"path": "components/nav/nav.js",
|
3629
|
+
"declarations": [
|
3630
|
+
{
|
3631
|
+
"kind": "class",
|
3632
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
3633
|
+
"name": "SkfNav",
|
3634
|
+
"slots": [
|
3635
|
+
{
|
3636
|
+
"description": "The component's main content",
|
3637
|
+
"name": ""
|
3638
|
+
}
|
3639
|
+
],
|
3640
|
+
"members": [
|
3641
|
+
{
|
3642
|
+
"kind": "field",
|
3643
|
+
"name": "#localize",
|
3644
|
+
"privacy": "private",
|
3645
|
+
"readonly": true,
|
3646
|
+
"default": "new LocalizeController(this)"
|
3316
3647
|
},
|
3317
3648
|
{
|
3318
3649
|
"kind": "field",
|
3319
|
-
"name": "
|
3650
|
+
"name": "#internals",
|
3651
|
+
"privacy": "private",
|
3320
3652
|
"type": {
|
3321
|
-
"text": "
|
3322
|
-
}
|
3323
|
-
"description": "If defined, displays provided severity state",
|
3324
|
-
"attribute": "severity",
|
3325
|
-
"reflects": true
|
3653
|
+
"text": "ElementInternals"
|
3654
|
+
}
|
3326
3655
|
},
|
3327
3656
|
{
|
3328
3657
|
"kind": "field",
|
3329
|
-
"name": "
|
3658
|
+
"name": "#states",
|
3659
|
+
"privacy": "private",
|
3330
3660
|
"type": {
|
3331
|
-
"text": "
|
3332
|
-
}
|
3333
|
-
"default": "false",
|
3334
|
-
"description": "If true, displays valid state after interaction",
|
3335
|
-
"attribute": "show-valid"
|
3661
|
+
"text": "CustomStateSet"
|
3662
|
+
}
|
3336
3663
|
},
|
3337
3664
|
{
|
3338
3665
|
"kind": "field",
|
3339
|
-
"name": "
|
3666
|
+
"name": "lang",
|
3340
3667
|
"type": {
|
3341
|
-
"text": "
|
3668
|
+
"text": "Language"
|
3342
3669
|
},
|
3343
|
-
"default": "'
|
3344
|
-
"description": "
|
3345
|
-
"attribute": "
|
3346
|
-
"
|
3670
|
+
"default": "'en'",
|
3671
|
+
"description": "Sets the internal language of the component",
|
3672
|
+
"attribute": "lang",
|
3673
|
+
"expandedType": {
|
3674
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3675
|
+
}
|
3347
3676
|
},
|
3348
3677
|
{
|
3349
3678
|
"kind": "field",
|
3350
|
-
"name": "
|
3679
|
+
"name": "vertical",
|
3351
3680
|
"type": {
|
3352
|
-
"text": "
|
3681
|
+
"text": "boolean"
|
3353
3682
|
},
|
3354
|
-
"
|
3355
|
-
"
|
3683
|
+
"default": "false",
|
3684
|
+
"description": "If true, the navigation will be displayed vertically",
|
3685
|
+
"attribute": "vertical"
|
3686
|
+
}
|
3687
|
+
],
|
3688
|
+
"attributes": [
|
3689
|
+
{
|
3690
|
+
"name": "lang",
|
3691
|
+
"type": {
|
3692
|
+
"text": "Language"
|
3693
|
+
},
|
3694
|
+
"default": "'en'",
|
3695
|
+
"description": "Sets the internal language of the component",
|
3696
|
+
"fieldName": "lang",
|
3697
|
+
"expandedType": {
|
3698
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3699
|
+
}
|
3356
3700
|
},
|
3357
3701
|
{
|
3358
|
-
"
|
3359
|
-
"name": "type",
|
3702
|
+
"name": "vertical",
|
3360
3703
|
"type": {
|
3361
|
-
"text": "
|
3704
|
+
"text": "boolean"
|
3362
3705
|
},
|
3363
|
-
"default": "
|
3364
|
-
"description": "
|
3365
|
-
"
|
3706
|
+
"default": "false",
|
3707
|
+
"description": "If true, the navigation will be displayed vertically",
|
3708
|
+
"fieldName": "vertical"
|
3709
|
+
}
|
3710
|
+
],
|
3711
|
+
"superclass": {
|
3712
|
+
"name": "SkfElement",
|
3713
|
+
"package": "@internal/components/skf-element"
|
3714
|
+
},
|
3715
|
+
"tagName": "skf-nav",
|
3716
|
+
"customElement": true,
|
3717
|
+
"modulePath": "src/components/nav/nav.component.ts"
|
3718
|
+
}
|
3719
|
+
],
|
3720
|
+
"exports": [
|
3721
|
+
{
|
3722
|
+
"kind": "js",
|
3723
|
+
"name": "SkfNav",
|
3724
|
+
"declaration": {
|
3725
|
+
"name": "SkfNav",
|
3726
|
+
"module": "src/components/nav/nav.component.ts"
|
3727
|
+
}
|
3728
|
+
}
|
3729
|
+
],
|
3730
|
+
"typeDefinitionPath": "components/nav/nav.d.ts"
|
3731
|
+
},
|
3732
|
+
{
|
3733
|
+
"kind": "javascript-module",
|
3734
|
+
"path": "components/header/header.js",
|
3735
|
+
"declarations": [
|
3736
|
+
{
|
3737
|
+
"kind": "class",
|
3738
|
+
"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.",
|
3739
|
+
"name": "SkfHeader",
|
3740
|
+
"slots": [
|
3741
|
+
{
|
3742
|
+
"description": "Navigation items",
|
3743
|
+
"name": ""
|
3744
|
+
}
|
3745
|
+
],
|
3746
|
+
"members": [
|
3747
|
+
{
|
3748
|
+
"kind": "field",
|
3749
|
+
"name": "#localize",
|
3750
|
+
"privacy": "private",
|
3751
|
+
"readonly": true,
|
3752
|
+
"default": "new LocalizeController(this)"
|
3753
|
+
},
|
3754
|
+
{
|
3755
|
+
"kind": "field",
|
3756
|
+
"name": "compact",
|
3757
|
+
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3758
|
+
"attribute": "compact",
|
3759
|
+
"reflects": true
|
3366
3760
|
},
|
3367
3761
|
{
|
3368
3762
|
"kind": "field",
|
3369
|
-
"name": "
|
3763
|
+
"name": "lang",
|
3370
3764
|
"type": {
|
3371
|
-
"text": "
|
3765
|
+
"text": "Language"
|
3372
3766
|
},
|
3373
|
-
"default": "'
|
3374
|
-
"description": "Sets
|
3375
|
-
"attribute": "
|
3767
|
+
"default": "'en'",
|
3768
|
+
"description": "Sets the internal language of the component",
|
3769
|
+
"attribute": "lang",
|
3770
|
+
"expandedType": {
|
3771
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3772
|
+
}
|
3376
3773
|
},
|
3377
3774
|
{
|
3378
3775
|
"kind": "field",
|
3379
|
-
"name": "
|
3380
|
-
"description": "The current value of the input field",
|
3381
|
-
"attribute": "value"
|
3382
|
-
}
|
3383
|
-
],
|
3384
|
-
"events": [
|
3385
|
-
{
|
3776
|
+
"name": "siteName",
|
3386
3777
|
"type": {
|
3387
|
-
"text": "
|
3778
|
+
"text": "string | undefined"
|
3388
3779
|
},
|
3389
|
-
"description": "
|
3390
|
-
"
|
3780
|
+
"description": "If defined, sets the app or site's name",
|
3781
|
+
"attribute": "site-name"
|
3391
3782
|
},
|
3392
3783
|
{
|
3784
|
+
"kind": "field",
|
3785
|
+
"name": "siteUrl",
|
3393
3786
|
"type": {
|
3394
|
-
"text": "
|
3787
|
+
"text": "string | undefined"
|
3395
3788
|
},
|
3396
|
-
"description": "
|
3397
|
-
"
|
3789
|
+
"description": "If defined, sets the site's base-url for the \"logo-link\"",
|
3790
|
+
"attribute": "site-url"
|
3398
3791
|
}
|
3399
3792
|
],
|
3400
3793
|
"attributes": [
|
3401
3794
|
{
|
3402
|
-
"
|
3403
|
-
|
3404
|
-
|
3405
|
-
"description": "If true, sets disabled state",
|
3406
|
-
"name": "disabled",
|
3407
|
-
"default": "false"
|
3795
|
+
"name": "compact",
|
3796
|
+
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3797
|
+
"fieldName": "compact"
|
3408
3798
|
},
|
3409
3799
|
{
|
3800
|
+
"name": "lang",
|
3410
3801
|
"type": {
|
3411
|
-
"text": "
|
3802
|
+
"text": "Language"
|
3412
3803
|
},
|
3413
|
-
"
|
3414
|
-
"
|
3415
|
-
"
|
3804
|
+
"default": "'en'",
|
3805
|
+
"description": "Sets the internal language of the component",
|
3806
|
+
"fieldName": "lang",
|
3807
|
+
"expandedType": {
|
3808
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3809
|
+
}
|
3416
3810
|
},
|
3417
3811
|
{
|
3418
|
-
"name": "
|
3812
|
+
"name": "site-name",
|
3419
3813
|
"type": {
|
3420
|
-
"text": "
|
3814
|
+
"text": "string | undefined"
|
3421
3815
|
},
|
3422
|
-
"description": "
|
3423
|
-
"fieldName": "
|
3816
|
+
"description": "If defined, sets the app or site's name",
|
3817
|
+
"fieldName": "siteName"
|
3424
3818
|
},
|
3425
3819
|
{
|
3426
|
-
"name": "
|
3820
|
+
"name": "site-url",
|
3427
3821
|
"type": {
|
3428
|
-
"text": "string"
|
3822
|
+
"text": "string | undefined"
|
3429
3823
|
},
|
3430
|
-
"
|
3431
|
-
"
|
3432
|
-
|
3433
|
-
|
3824
|
+
"description": "If defined, sets the site's base-url for the \"logo-link\"",
|
3825
|
+
"fieldName": "siteUrl"
|
3826
|
+
}
|
3827
|
+
],
|
3828
|
+
"superclass": {
|
3829
|
+
"name": "SkfElement",
|
3830
|
+
"package": "@internal/components/skf-element"
|
3831
|
+
},
|
3832
|
+
"tagName": "skf-header",
|
3833
|
+
"customElement": true,
|
3834
|
+
"modulePath": "src/components/header/header.component.ts"
|
3835
|
+
}
|
3836
|
+
],
|
3837
|
+
"exports": [
|
3838
|
+
{
|
3839
|
+
"kind": "js",
|
3840
|
+
"name": "SkfHeader",
|
3841
|
+
"declaration": {
|
3842
|
+
"name": "SkfHeader",
|
3843
|
+
"module": "src/components/header/header.component.ts"
|
3844
|
+
}
|
3845
|
+
}
|
3846
|
+
],
|
3847
|
+
"typeDefinitionPath": "components/header/header.d.ts"
|
3848
|
+
},
|
3849
|
+
{
|
3850
|
+
"kind": "javascript-module",
|
3851
|
+
"path": "components/input/input.js",
|
3852
|
+
"declarations": [
|
3853
|
+
{
|
3854
|
+
"kind": "class",
|
3855
|
+
"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",
|
3856
|
+
"name": "SkfInput",
|
3857
|
+
"slots": [
|
3858
|
+
{
|
3859
|
+
"description": "The Inputs label. Alternatively, you can use the `label` attribute.",
|
3860
|
+
"name": ""
|
3861
|
+
}
|
3862
|
+
],
|
3863
|
+
"members": [
|
3434
3864
|
{
|
3435
|
-
"
|
3865
|
+
"kind": "field",
|
3866
|
+
"name": "customError",
|
3436
3867
|
"type": {
|
3437
|
-
"text": "string"
|
3868
|
+
"text": "string | undefined"
|
3438
3869
|
},
|
3439
|
-
"
|
3440
|
-
"description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
|
3441
|
-
"fieldName": "buttonAriaLabelHide"
|
3870
|
+
"privacy": "private"
|
3442
3871
|
},
|
3443
3872
|
{
|
3444
|
-
"
|
3873
|
+
"kind": "field",
|
3874
|
+
"name": "autocomplete",
|
3445
3875
|
"type": {
|
3446
|
-
"text": "
|
3876
|
+
"text": "HTMLInputElement['autocomplete'] | undefined"
|
3447
3877
|
},
|
3448
|
-
"
|
3449
|
-
"
|
3450
|
-
"fieldName": "buttonAriaLabelShow"
|
3878
|
+
"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.",
|
3879
|
+
"attribute": "autocomplete"
|
3451
3880
|
},
|
3452
3881
|
{
|
3453
|
-
"
|
3882
|
+
"kind": "field",
|
3883
|
+
"name": "customInvalid",
|
3454
3884
|
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
3455
|
-
"
|
3885
|
+
"attribute": "custom-invalid",
|
3886
|
+
"reflects": true
|
3456
3887
|
},
|
3457
3888
|
{
|
3889
|
+
"kind": "field",
|
3458
3890
|
"name": "debug",
|
3459
3891
|
"type": {
|
3460
3892
|
"text": "boolean"
|
3461
3893
|
},
|
3462
3894
|
"default": "false",
|
3463
3895
|
"description": "If true, outputs helping hints in console",
|
3464
|
-
"
|
3896
|
+
"attribute": "debug"
|
3465
3897
|
},
|
3466
3898
|
{
|
3467
|
-
"
|
3899
|
+
"kind": "field",
|
3900
|
+
"name": "hideLabel",
|
3468
3901
|
"type": {
|
3469
3902
|
"text": "boolean"
|
3470
3903
|
},
|
3471
3904
|
"default": "false",
|
3472
3905
|
"description": "If true, hides the label visually",
|
3473
|
-
"
|
3906
|
+
"attribute": "hide-label"
|
3474
3907
|
},
|
3475
3908
|
{
|
3909
|
+
"kind": "field",
|
3476
3910
|
"name": "hint",
|
3477
3911
|
"type": {
|
3478
3912
|
"text": "string | undefined"
|
3479
3913
|
},
|
3480
3914
|
"description": "If defined, displays informational text below the field",
|
3481
|
-
"
|
3915
|
+
"attribute": "hint"
|
3482
3916
|
},
|
3483
3917
|
{
|
3918
|
+
"kind": "field",
|
3484
3919
|
"name": "inputmode",
|
3485
3920
|
"type": {
|
3486
3921
|
"text": "HTMLInputElement['inputMode']"
|
3487
3922
|
},
|
3488
3923
|
"default": "'text'",
|
3489
3924
|
"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
|
-
"
|
3925
|
+
"attribute": "inputmode"
|
3491
3926
|
},
|
3492
3927
|
{
|
3928
|
+
"kind": "field",
|
3493
3929
|
"name": "label",
|
3494
3930
|
"type": {
|
3495
3931
|
"text": "string | undefined"
|
3496
3932
|
},
|
3497
3933
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
3498
|
-
"
|
3934
|
+
"attribute": "label"
|
3935
|
+
},
|
3936
|
+
{
|
3937
|
+
"kind": "field",
|
3938
|
+
"name": "lang",
|
3939
|
+
"type": {
|
3940
|
+
"text": "Language"
|
3941
|
+
},
|
3942
|
+
"default": "'en'",
|
3943
|
+
"description": "Sets the internal language of the component",
|
3944
|
+
"attribute": "lang",
|
3945
|
+
"expandedType": {
|
3946
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3947
|
+
}
|
3499
3948
|
},
|
3500
3949
|
{
|
3950
|
+
"kind": "field",
|
3501
3951
|
"name": "leading",
|
3502
3952
|
"type": {
|
3503
3953
|
"text": "string | undefined"
|
3504
3954
|
},
|
3505
3955
|
"description": "If defined, displays a prefix/adornment before the input-element",
|
3506
|
-
"
|
3956
|
+
"attribute": "leading"
|
3507
3957
|
},
|
3508
3958
|
{
|
3959
|
+
"kind": "field",
|
3509
3960
|
"name": "max",
|
3510
3961
|
"type": {
|
3511
3962
|
"text": "number | string | undefined"
|
3512
3963
|
},
|
3513
3964
|
"description": "If defined, sets the maximum value to accept for this input",
|
3514
|
-
"
|
3965
|
+
"attribute": "max"
|
3515
3966
|
},
|
3516
3967
|
{
|
3517
|
-
"
|
3968
|
+
"kind": "field",
|
3969
|
+
"name": "maxLength",
|
3518
3970
|
"type": {
|
3519
3971
|
"text": "number | undefined"
|
3520
3972
|
},
|
3521
3973
|
"description": "If defined, sets the maximum character length to accept for this input",
|
3522
|
-
"
|
3974
|
+
"attribute": "maxlength"
|
3523
3975
|
},
|
3524
3976
|
{
|
3977
|
+
"kind": "field",
|
3525
3978
|
"name": "min",
|
3526
3979
|
"type": {
|
3527
3980
|
"text": "number | string | undefined"
|
3528
3981
|
},
|
3529
3982
|
"description": "If defined, sets the minimum value to accept for this input",
|
3530
|
-
"
|
3983
|
+
"attribute": "min"
|
3531
3984
|
},
|
3532
3985
|
{
|
3533
|
-
"
|
3986
|
+
"kind": "field",
|
3987
|
+
"name": "minLength",
|
3534
3988
|
"type": {
|
3535
3989
|
"text": "number | undefined"
|
3536
3990
|
},
|
3537
3991
|
"description": "If defined, sets the minimum character length to accept for this input",
|
3538
|
-
"
|
3992
|
+
"attribute": "minlength"
|
3539
3993
|
},
|
3540
3994
|
{
|
3995
|
+
"kind": "field",
|
3541
3996
|
"name": "name",
|
3542
3997
|
"type": {
|
3543
3998
|
"text": "string | undefined"
|
3544
3999
|
},
|
3545
4000
|
"description": "If defined, adds name to the input-element",
|
3546
|
-
"
|
4001
|
+
"attribute": "name",
|
4002
|
+
"reflects": true
|
3547
4003
|
},
|
3548
4004
|
{
|
4005
|
+
"kind": "field",
|
3549
4006
|
"name": "pattern",
|
3550
4007
|
"type": {
|
3551
4008
|
"text": "string | undefined"
|
3552
4009
|
},
|
3553
4010
|
"description": "If defined, adds name to the input-element",
|
3554
|
-
"
|
4011
|
+
"attribute": "pattern"
|
3555
4012
|
},
|
3556
4013
|
{
|
4014
|
+
"kind": "field",
|
3557
4015
|
"name": "placeholder",
|
3558
4016
|
"type": {
|
3559
4017
|
"text": "string | undefined"
|
3560
4018
|
},
|
3561
4019
|
"description": "If defined, displays placeholder text",
|
3562
|
-
"
|
4020
|
+
"attribute": "placeholder"
|
3563
4021
|
},
|
3564
4022
|
{
|
4023
|
+
"kind": "field",
|
3565
4024
|
"name": "readonly",
|
3566
4025
|
"type": {
|
3567
4026
|
"text": "boolean"
|
3568
4027
|
},
|
3569
4028
|
"default": "false",
|
3570
4029
|
"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"
|
4030
|
+
"attribute": "readonly"
|
3580
4031
|
},
|
3581
4032
|
{
|
4033
|
+
"kind": "field",
|
3582
4034
|
"name": "severity",
|
3583
4035
|
"type": {
|
3584
4036
|
"text": "FormFieldSeverity | undefined"
|
3585
4037
|
},
|
3586
4038
|
"description": "If defined, displays provided severity state",
|
3587
|
-
"
|
4039
|
+
"attribute": "severity",
|
4040
|
+
"reflects": true
|
3588
4041
|
},
|
3589
4042
|
{
|
3590
|
-
"
|
4043
|
+
"kind": "field",
|
4044
|
+
"name": "showValid",
|
3591
4045
|
"type": {
|
3592
4046
|
"text": "boolean"
|
3593
4047
|
},
|
3594
4048
|
"default": "false",
|
3595
4049
|
"description": "If true, displays valid state after interaction",
|
3596
|
-
"
|
4050
|
+
"attribute": "show-valid"
|
3597
4051
|
},
|
3598
4052
|
{
|
4053
|
+
"kind": "field",
|
3599
4054
|
"name": "size",
|
3600
4055
|
"type": {
|
3601
4056
|
"text": "'sm' | 'md'"
|
3602
4057
|
},
|
3603
4058
|
"default": "'md'",
|
3604
4059
|
"description": "Size of the input",
|
3605
|
-
"
|
4060
|
+
"attribute": "size",
|
4061
|
+
"reflects": true
|
3606
4062
|
},
|
3607
4063
|
{
|
4064
|
+
"kind": "field",
|
3608
4065
|
"name": "trailing",
|
3609
4066
|
"type": {
|
3610
4067
|
"text": "string | undefined"
|
3611
4068
|
},
|
3612
4069
|
"description": "If defined, displays a suffix/adornment after the input-element",
|
3613
|
-
"
|
4070
|
+
"attribute": "trailing"
|
3614
4071
|
},
|
3615
4072
|
{
|
4073
|
+
"kind": "field",
|
3616
4074
|
"name": "type",
|
3617
4075
|
"type": {
|
3618
4076
|
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3619
4077
|
},
|
3620
4078
|
"default": "'text'",
|
3621
4079
|
"description": "Type of input",
|
3622
|
-
"
|
4080
|
+
"attribute": "type"
|
3623
4081
|
},
|
3624
4082
|
{
|
3625
|
-
"
|
4083
|
+
"kind": "field",
|
4084
|
+
"name": "validateOn",
|
3626
4085
|
"type": {
|
3627
4086
|
"text": "'input' | 'change' | 'submit'"
|
3628
4087
|
},
|
3629
4088
|
"default": "'change'",
|
3630
4089
|
"description": "Sets validation start",
|
3631
|
-
"
|
4090
|
+
"attribute": "validate-on"
|
3632
4091
|
},
|
3633
4092
|
{
|
4093
|
+
"kind": "field",
|
3634
4094
|
"name": "value",
|
3635
4095
|
"description": "The current value of the input field",
|
3636
|
-
"
|
4096
|
+
"attribute": "value"
|
3637
4097
|
}
|
3638
4098
|
],
|
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": [
|
4099
|
+
"events": [
|
3668
4100
|
{
|
3669
|
-
"
|
3670
|
-
|
4101
|
+
"type": {
|
4102
|
+
"text": "CustomEvent"
|
4103
|
+
},
|
4104
|
+
"description": "Fires when the value of the input changes",
|
4105
|
+
"name": "change"
|
4106
|
+
},
|
4107
|
+
{
|
4108
|
+
"type": {
|
4109
|
+
"text": "CustomEvent"
|
4110
|
+
},
|
4111
|
+
"description": "Fires when the input is invalid",
|
4112
|
+
"name": "invalid"
|
3671
4113
|
}
|
3672
4114
|
],
|
3673
|
-
"
|
4115
|
+
"attributes": [
|
3674
4116
|
{
|
3675
|
-
"kind": "field",
|
3676
|
-
"name": "classMap",
|
3677
4117
|
"type": {
|
3678
|
-
"text": "
|
4118
|
+
"text": "boolean"
|
3679
4119
|
},
|
3680
|
-
"
|
3681
|
-
"
|
4120
|
+
"description": "If true, sets disabled state",
|
4121
|
+
"name": "disabled",
|
4122
|
+
"default": "false"
|
3682
4123
|
},
|
3683
4124
|
{
|
3684
|
-
"kind": "field",
|
3685
|
-
"name": "as",
|
3686
4125
|
"type": {
|
3687
|
-
"text": "
|
4126
|
+
"text": "boolean"
|
3688
4127
|
},
|
3689
|
-
"
|
3690
|
-
"
|
3691
|
-
"
|
3692
|
-
"reflects": true
|
4128
|
+
"description": "If true, value is required or must be checked for the form to be submittable",
|
4129
|
+
"name": "required",
|
4130
|
+
"default": "false"
|
3693
4131
|
},
|
3694
4132
|
{
|
3695
|
-
"
|
3696
|
-
"name": "color",
|
4133
|
+
"name": "autocomplete",
|
3697
4134
|
"type": {
|
3698
|
-
"text": "'
|
4135
|
+
"text": "HTMLInputElement['autocomplete'] | undefined"
|
3699
4136
|
},
|
3700
|
-
"
|
3701
|
-
"
|
3702
|
-
"attribute": "color",
|
3703
|
-
"reflects": true
|
4137
|
+
"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.",
|
4138
|
+
"fieldName": "autocomplete"
|
3704
4139
|
},
|
3705
4140
|
{
|
3706
|
-
"
|
3707
|
-
"
|
4141
|
+
"name": "custom-invalid",
|
4142
|
+
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
4143
|
+
"fieldName": "customInvalid"
|
4144
|
+
},
|
4145
|
+
{
|
4146
|
+
"name": "debug",
|
3708
4147
|
"type": {
|
3709
4148
|
"text": "boolean"
|
3710
4149
|
},
|
3711
4150
|
"default": "false",
|
3712
|
-
"description": "If true,
|
3713
|
-
"
|
3714
|
-
"reflects": true
|
4151
|
+
"description": "If true, outputs helping hints in console",
|
4152
|
+
"fieldName": "debug"
|
3715
4153
|
},
|
3716
4154
|
{
|
3717
|
-
"
|
3718
|
-
"name": "download",
|
4155
|
+
"name": "hide-label",
|
3719
4156
|
"type": {
|
3720
|
-
"text": "
|
4157
|
+
"text": "boolean"
|
3721
4158
|
},
|
3722
|
-
"
|
3723
|
-
"
|
4159
|
+
"default": "false",
|
4160
|
+
"description": "If true, hides the label visually",
|
4161
|
+
"fieldName": "hideLabel"
|
3724
4162
|
},
|
3725
4163
|
{
|
3726
|
-
"
|
3727
|
-
"name": "href",
|
4164
|
+
"name": "hint",
|
3728
4165
|
"type": {
|
3729
4166
|
"text": "string | undefined"
|
3730
4167
|
},
|
3731
|
-
"description": "If defined,
|
3732
|
-
"
|
4168
|
+
"description": "If defined, displays informational text below the field",
|
4169
|
+
"fieldName": "hint"
|
3733
4170
|
},
|
3734
4171
|
{
|
3735
|
-
"
|
3736
|
-
"name": "icon",
|
4172
|
+
"name": "inputmode",
|
3737
4173
|
"type": {
|
3738
|
-
"text": "
|
4174
|
+
"text": "HTMLInputElement['inputMode']"
|
3739
4175
|
},
|
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
|
-
}
|
4176
|
+
"default": "'text'",
|
4177
|
+
"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.",
|
4178
|
+
"fieldName": "inputmode"
|
3745
4179
|
},
|
3746
4180
|
{
|
3747
|
-
"
|
3748
|
-
"name": "iconPlacement",
|
4181
|
+
"name": "label",
|
3749
4182
|
"type": {
|
3750
|
-
"text": "
|
4183
|
+
"text": "string | undefined"
|
3751
4184
|
},
|
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."
|
4185
|
+
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
4186
|
+
"fieldName": "label"
|
3761
4187
|
},
|
3762
4188
|
{
|
3763
|
-
"
|
3764
|
-
"name": "rel",
|
4189
|
+
"name": "lang",
|
3765
4190
|
"type": {
|
3766
|
-
"text": "
|
4191
|
+
"text": "Language"
|
3767
4192
|
},
|
3768
|
-
"
|
3769
|
-
"
|
4193
|
+
"default": "'en'",
|
4194
|
+
"description": "Sets the internal language of the component",
|
4195
|
+
"fieldName": "lang",
|
4196
|
+
"expandedType": {
|
4197
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
4198
|
+
}
|
3770
4199
|
},
|
3771
4200
|
{
|
3772
|
-
"
|
3773
|
-
"name": "route",
|
4201
|
+
"name": "leading",
|
3774
4202
|
"type": {
|
3775
4203
|
"text": "string | undefined"
|
3776
4204
|
},
|
3777
|
-
"description": "If defined,
|
3778
|
-
"
|
3779
|
-
"reflects": true
|
4205
|
+
"description": "If defined, displays a prefix/adornment before the input-element",
|
4206
|
+
"fieldName": "leading"
|
3780
4207
|
},
|
3781
4208
|
{
|
3782
|
-
"
|
3783
|
-
"name": "stretch",
|
4209
|
+
"name": "max",
|
3784
4210
|
"type": {
|
3785
|
-
"text": "
|
4211
|
+
"text": "number | string | undefined"
|
3786
4212
|
},
|
3787
|
-
"
|
3788
|
-
"
|
3789
|
-
"attribute": "stretch",
|
3790
|
-
"reflects": true
|
4213
|
+
"description": "If defined, sets the maximum value to accept for this input",
|
4214
|
+
"fieldName": "max"
|
3791
4215
|
},
|
3792
4216
|
{
|
3793
|
-
"
|
3794
|
-
"name": "target",
|
4217
|
+
"name": "maxlength",
|
3795
4218
|
"type": {
|
3796
|
-
"text": "
|
4219
|
+
"text": "number | undefined"
|
3797
4220
|
},
|
3798
|
-
"description": "If defined,
|
3799
|
-
"
|
4221
|
+
"description": "If defined, sets the maximum character length to accept for this input",
|
4222
|
+
"fieldName": "maxLength"
|
3800
4223
|
},
|
3801
4224
|
{
|
3802
|
-
"
|
3803
|
-
"name": "type",
|
4225
|
+
"name": "min",
|
3804
4226
|
"type": {
|
3805
|
-
"text": "
|
4227
|
+
"text": "number | string | undefined"
|
3806
4228
|
},
|
3807
|
-
"
|
3808
|
-
"
|
3809
|
-
|
3810
|
-
"expandedType": {
|
3811
|
-
"text": "'submit' | 'reset' | 'button'"
|
3812
|
-
}
|
3813
|
-
}
|
3814
|
-
],
|
3815
|
-
"attributes": [
|
4229
|
+
"description": "If defined, sets the minimum value to accept for this input",
|
4230
|
+
"fieldName": "min"
|
4231
|
+
},
|
3816
4232
|
{
|
3817
|
-
"name": "
|
4233
|
+
"name": "minlength",
|
3818
4234
|
"type": {
|
3819
|
-
"text": "
|
4235
|
+
"text": "number | undefined"
|
3820
4236
|
},
|
3821
|
-
"
|
3822
|
-
"
|
3823
|
-
"fieldName": "as"
|
4237
|
+
"description": "If defined, sets the minimum character length to accept for this input",
|
4238
|
+
"fieldName": "minLength"
|
3824
4239
|
},
|
3825
4240
|
{
|
3826
|
-
"name": "
|
4241
|
+
"name": "name",
|
3827
4242
|
"type": {
|
3828
|
-
"text": "
|
4243
|
+
"text": "string | undefined"
|
3829
4244
|
},
|
3830
|
-
"
|
3831
|
-
"
|
3832
|
-
"fieldName": "color"
|
4245
|
+
"description": "If defined, adds name to the input-element",
|
4246
|
+
"fieldName": "name"
|
3833
4247
|
},
|
3834
4248
|
{
|
3835
|
-
"name": "
|
4249
|
+
"name": "pattern",
|
3836
4250
|
"type": {
|
3837
|
-
"text": "
|
4251
|
+
"text": "string | undefined"
|
3838
4252
|
},
|
3839
|
-
"
|
3840
|
-
"
|
3841
|
-
"fieldName": "disabled"
|
4253
|
+
"description": "If defined, adds name to the input-element",
|
4254
|
+
"fieldName": "pattern"
|
3842
4255
|
},
|
3843
4256
|
{
|
3844
|
-
"name": "
|
4257
|
+
"name": "placeholder",
|
3845
4258
|
"type": {
|
3846
4259
|
"text": "string | undefined"
|
3847
4260
|
},
|
3848
|
-
"description": "If defined,
|
3849
|
-
"fieldName": "
|
4261
|
+
"description": "If defined, displays placeholder text",
|
4262
|
+
"fieldName": "placeholder"
|
3850
4263
|
},
|
3851
4264
|
{
|
3852
|
-
"name": "
|
4265
|
+
"name": "readonly",
|
3853
4266
|
"type": {
|
3854
|
-
"text": "
|
4267
|
+
"text": "boolean"
|
3855
4268
|
},
|
3856
|
-
"
|
3857
|
-
"
|
4269
|
+
"default": "false",
|
4270
|
+
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
4271
|
+
"fieldName": "readonly"
|
3858
4272
|
},
|
3859
4273
|
{
|
3860
|
-
"name": "
|
4274
|
+
"name": "severity",
|
3861
4275
|
"type": {
|
3862
|
-
"text": "
|
4276
|
+
"text": "FormFieldSeverity | undefined"
|
3863
4277
|
},
|
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
|
-
}
|
4278
|
+
"description": "If defined, displays provided severity state",
|
4279
|
+
"fieldName": "severity"
|
3869
4280
|
},
|
3870
4281
|
{
|
3871
|
-
"name": "
|
4282
|
+
"name": "show-valid",
|
3872
4283
|
"type": {
|
3873
|
-
"text": "
|
4284
|
+
"text": "boolean"
|
3874
4285
|
},
|
3875
|
-
"default": "
|
3876
|
-
"description": "
|
3877
|
-
"fieldName": "
|
4286
|
+
"default": "false",
|
4287
|
+
"description": "If true, displays valid state after interaction",
|
4288
|
+
"fieldName": "showValid"
|
3878
4289
|
},
|
3879
4290
|
{
|
3880
|
-
"name": "
|
4291
|
+
"name": "size",
|
3881
4292
|
"type": {
|
3882
|
-
"text": "
|
4293
|
+
"text": "'sm' | 'md'"
|
3883
4294
|
},
|
3884
|
-
"
|
3885
|
-
"
|
4295
|
+
"default": "'md'",
|
4296
|
+
"description": "Size of the input",
|
4297
|
+
"fieldName": "size"
|
3886
4298
|
},
|
3887
4299
|
{
|
3888
|
-
"name": "
|
4300
|
+
"name": "trailing",
|
3889
4301
|
"type": {
|
3890
4302
|
"text": "string | undefined"
|
3891
4303
|
},
|
3892
|
-
"description": "If defined,
|
3893
|
-
"fieldName": "
|
4304
|
+
"description": "If defined, displays a suffix/adornment after the input-element",
|
4305
|
+
"fieldName": "trailing"
|
3894
4306
|
},
|
3895
4307
|
{
|
3896
|
-
"name": "
|
4308
|
+
"name": "type",
|
3897
4309
|
"type": {
|
3898
|
-
"text": "
|
4310
|
+
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3899
4311
|
},
|
3900
|
-
"default": "
|
3901
|
-
"description": "
|
3902
|
-
"fieldName": "
|
4312
|
+
"default": "'text'",
|
4313
|
+
"description": "Type of input",
|
4314
|
+
"fieldName": "type"
|
3903
4315
|
},
|
3904
4316
|
{
|
3905
|
-
"name": "
|
4317
|
+
"name": "validate-on",
|
3906
4318
|
"type": {
|
3907
|
-
"text": "'
|
4319
|
+
"text": "'input' | 'change' | 'submit'"
|
3908
4320
|
},
|
3909
|
-
"
|
3910
|
-
"
|
4321
|
+
"default": "'change'",
|
4322
|
+
"description": "Sets validation start",
|
4323
|
+
"fieldName": "validateOn"
|
3911
4324
|
},
|
3912
4325
|
{
|
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
|
-
}
|
4326
|
+
"name": "value",
|
4327
|
+
"description": "The current value of the input field",
|
4328
|
+
"fieldName": "value"
|
3923
4329
|
}
|
3924
4330
|
],
|
3925
4331
|
"superclass": {
|
3926
|
-
"name": "
|
3927
|
-
"package": "@internal/components/
|
4332
|
+
"name": "FormBase",
|
4333
|
+
"package": "@internal/components/formBase.js"
|
3928
4334
|
},
|
3929
|
-
"tagName": "skf-
|
3930
|
-
"customElement": true
|
4335
|
+
"tagName": "skf-input",
|
4336
|
+
"customElement": true,
|
4337
|
+
"modulePath": "src/components/input/input.component.ts"
|
3931
4338
|
}
|
3932
4339
|
],
|
3933
4340
|
"exports": [
|
3934
4341
|
{
|
3935
4342
|
"kind": "js",
|
3936
|
-
"name": "
|
4343
|
+
"name": "SkfInput",
|
3937
4344
|
"declaration": {
|
3938
|
-
"name": "
|
3939
|
-
"module": "src/components/
|
4345
|
+
"name": "SkfInput",
|
4346
|
+
"module": "src/components/input/input.component.ts"
|
3940
4347
|
}
|
3941
4348
|
}
|
3942
4349
|
],
|
3943
|
-
"typeDefinitionPath": "components/
|
4350
|
+
"typeDefinitionPath": "components/input/input.d.ts"
|
3944
4351
|
},
|
3945
4352
|
{
|
3946
4353
|
"kind": "javascript-module",
|
@@ -3963,20 +4370,23 @@
|
|
3963
4370
|
"members": [
|
3964
4371
|
{
|
3965
4372
|
"kind": "field",
|
3966
|
-
"name": "
|
4373
|
+
"name": "#internals",
|
4374
|
+
"privacy": "private",
|
3967
4375
|
"type": {
|
3968
|
-
"text": "
|
4376
|
+
"text": "ElementInternals"
|
3969
4377
|
},
|
3970
|
-
"
|
4378
|
+
"inheritedFrom": {
|
4379
|
+
"name": "SkfLink",
|
4380
|
+
"module": "src/components/link/link.component.ts"
|
4381
|
+
}
|
3971
4382
|
},
|
3972
4383
|
{
|
3973
4384
|
"kind": "field",
|
3974
|
-
"name": "
|
4385
|
+
"name": "#states",
|
4386
|
+
"privacy": "private",
|
3975
4387
|
"type": {
|
3976
|
-
"text": "
|
4388
|
+
"text": "CustomStateSet"
|
3977
4389
|
},
|
3978
|
-
"static": true,
|
3979
|
-
"default": "{ 'menu-item': true }",
|
3980
4390
|
"inheritedFrom": {
|
3981
4391
|
"name": "SkfLink",
|
3982
4392
|
"module": "src/components/link/link.component.ts"
|
@@ -3986,12 +4396,11 @@
|
|
3986
4396
|
"kind": "field",
|
3987
4397
|
"name": "as",
|
3988
4398
|
"type": {
|
3989
|
-
"text": "'button' | '
|
4399
|
+
"text": "'button' | 'link'"
|
3990
4400
|
},
|
3991
|
-
"default": "'
|
4401
|
+
"default": "'link'",
|
3992
4402
|
"description": "Defines the semantic element to render",
|
3993
4403
|
"attribute": "as",
|
3994
|
-
"reflects": true,
|
3995
4404
|
"inheritedFrom": {
|
3996
4405
|
"name": "SkfLink",
|
3997
4406
|
"module": "src/components/link/link.component.ts"
|
@@ -4001,12 +4410,14 @@
|
|
4001
4410
|
"kind": "field",
|
4002
4411
|
"name": "color",
|
4003
4412
|
"type": {
|
4004
|
-
"text": "
|
4413
|
+
"text": "Color"
|
4005
4414
|
},
|
4006
4415
|
"default": "'primary'",
|
4007
4416
|
"description": "Defines the text-color",
|
4008
4417
|
"attribute": "color",
|
4009
|
-
"
|
4418
|
+
"expandedType": {
|
4419
|
+
"text": "'primary' | 'inverse'"
|
4420
|
+
},
|
4010
4421
|
"inheritedFrom": {
|
4011
4422
|
"name": "SkfLink",
|
4012
4423
|
"module": "src/components/link/link.component.ts"
|
@@ -4021,7 +4432,6 @@
|
|
4021
4432
|
"default": "false",
|
4022
4433
|
"description": "If true, disables the link",
|
4023
4434
|
"attribute": "disabled",
|
4024
|
-
"reflects": true,
|
4025
4435
|
"inheritedFrom": {
|
4026
4436
|
"name": "SkfLink",
|
4027
4437
|
"module": "src/components/link/link.component.ts"
|
@@ -4031,8 +4441,9 @@
|
|
4031
4441
|
"kind": "field",
|
4032
4442
|
"name": "download",
|
4033
4443
|
"type": {
|
4034
|
-
"text": "
|
4444
|
+
"text": "boolean"
|
4035
4445
|
},
|
4446
|
+
"default": "false",
|
4036
4447
|
"description": "If defined, downloads the url",
|
4037
4448
|
"attribute": "download",
|
4038
4449
|
"inheritedFrom": {
|
@@ -4071,23 +4482,13 @@
|
|
4071
4482
|
},
|
4072
4483
|
{
|
4073
4484
|
"kind": "field",
|
4074
|
-
"name": "
|
4485
|
+
"name": "iconRight",
|
4075
4486
|
"type": {
|
4076
|
-
"text": "
|
4487
|
+
"text": "boolean"
|
4077
4488
|
},
|
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.",
|
4489
|
+
"default": "false",
|
4490
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
4491
|
+
"attribute": "icon-right",
|
4091
4492
|
"inheritedFrom": {
|
4092
4493
|
"name": "SkfLink",
|
4093
4494
|
"module": "src/components/link/link.component.ts"
|
@@ -4112,9 +4513,8 @@
|
|
4112
4513
|
"type": {
|
4113
4514
|
"text": "string | undefined"
|
4114
4515
|
},
|
4115
|
-
"description": "If defined, used on conjunction with onClick property
|
4516
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
4116
4517
|
"attribute": "route",
|
4117
|
-
"reflects": true,
|
4118
4518
|
"inheritedFrom": {
|
4119
4519
|
"name": "SkfLink",
|
4120
4520
|
"module": "src/components/link/link.component.ts"
|
@@ -4129,7 +4529,6 @@
|
|
4129
4529
|
"default": "false",
|
4130
4530
|
"description": "If true, fills the parents horizontal axis",
|
4131
4531
|
"attribute": "stretch",
|
4132
|
-
"reflects": true,
|
4133
4532
|
"inheritedFrom": {
|
4134
4533
|
"name": "SkfLink",
|
4135
4534
|
"module": "src/components/link/link.component.ts"
|
@@ -4149,20 +4548,25 @@
|
|
4149
4548
|
}
|
4150
4549
|
},
|
4151
4550
|
{
|
4152
|
-
"kind": "
|
4153
|
-
"name": "
|
4154
|
-
"
|
4155
|
-
"
|
4156
|
-
|
4157
|
-
"default": "'button'",
|
4158
|
-
"description": "Defines the type of button",
|
4159
|
-
"attribute": "type",
|
4160
|
-
"expandedType": {
|
4161
|
-
"text": "'submit' | 'reset' | 'button'"
|
4551
|
+
"kind": "method",
|
4552
|
+
"name": "_handleAsChange",
|
4553
|
+
"inheritedFrom": {
|
4554
|
+
"name": "SkfLink",
|
4555
|
+
"module": "src/components/link/link.component.ts"
|
4162
4556
|
},
|
4557
|
+
"type": {
|
4558
|
+
"text": "_handleAsChange() => void"
|
4559
|
+
}
|
4560
|
+
},
|
4561
|
+
{
|
4562
|
+
"kind": "method",
|
4563
|
+
"name": "_handleDisabledChange",
|
4163
4564
|
"inheritedFrom": {
|
4164
4565
|
"name": "SkfLink",
|
4165
4566
|
"module": "src/components/link/link.component.ts"
|
4567
|
+
},
|
4568
|
+
"type": {
|
4569
|
+
"text": "_handleDisabledChange() => void"
|
4166
4570
|
}
|
4167
4571
|
}
|
4168
4572
|
],
|
@@ -4176,9 +4580,9 @@
|
|
4176
4580
|
{
|
4177
4581
|
"name": "as",
|
4178
4582
|
"type": {
|
4179
|
-
"text": "'button' | '
|
4583
|
+
"text": "'button' | 'link'"
|
4180
4584
|
},
|
4181
|
-
"default": "'
|
4585
|
+
"default": "'link'",
|
4182
4586
|
"description": "Defines the semantic element to render",
|
4183
4587
|
"fieldName": "as",
|
4184
4588
|
"inheritedFrom": {
|
@@ -4189,11 +4593,14 @@
|
|
4189
4593
|
{
|
4190
4594
|
"name": "color",
|
4191
4595
|
"type": {
|
4192
|
-
"text": "
|
4596
|
+
"text": "Color"
|
4193
4597
|
},
|
4194
4598
|
"default": "'primary'",
|
4195
4599
|
"description": "Defines the text-color",
|
4196
4600
|
"fieldName": "color",
|
4601
|
+
"expandedType": {
|
4602
|
+
"text": "'primary' | 'inverse'"
|
4603
|
+
},
|
4197
4604
|
"inheritedFrom": {
|
4198
4605
|
"name": "SkfLink",
|
4199
4606
|
"module": "src/components/link/link.component.ts"
|
@@ -4215,8 +4622,9 @@
|
|
4215
4622
|
{
|
4216
4623
|
"name": "download",
|
4217
4624
|
"type": {
|
4218
|
-
"text": "
|
4625
|
+
"text": "boolean"
|
4219
4626
|
},
|
4627
|
+
"default": "false",
|
4220
4628
|
"description": "If defined, downloads the url",
|
4221
4629
|
"fieldName": "download",
|
4222
4630
|
"inheritedFrom": {
|
@@ -4252,13 +4660,13 @@
|
|
4252
4660
|
}
|
4253
4661
|
},
|
4254
4662
|
{
|
4255
|
-
"name": "icon-
|
4663
|
+
"name": "icon-right",
|
4256
4664
|
"type": {
|
4257
|
-
"text": "
|
4665
|
+
"text": "boolean"
|
4258
4666
|
},
|
4259
|
-
"default": "
|
4260
|
-
"description": "
|
4261
|
-
"fieldName": "
|
4667
|
+
"default": "false",
|
4668
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
4669
|
+
"fieldName": "iconRight",
|
4262
4670
|
"inheritedFrom": {
|
4263
4671
|
"name": "SkfLink",
|
4264
4672
|
"module": "src/components/link/link.component.ts"
|
@@ -4281,7 +4689,7 @@
|
|
4281
4689
|
"type": {
|
4282
4690
|
"text": "string | undefined"
|
4283
4691
|
},
|
4284
|
-
"description": "If defined, used on conjunction with onClick property
|
4692
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
4285
4693
|
"fieldName": "route",
|
4286
4694
|
"inheritedFrom": {
|
4287
4695
|
"name": "SkfLink",
|
@@ -4312,24 +4720,22 @@
|
|
4312
4720
|
"name": "SkfLink",
|
4313
4721
|
"module": "src/components/link/link.component.ts"
|
4314
4722
|
}
|
4315
|
-
}
|
4723
|
+
}
|
4724
|
+
],
|
4725
|
+
"events": [
|
4316
4726
|
{
|
4317
|
-
"name": "type",
|
4318
4727
|
"type": {
|
4319
|
-
"text": "
|
4320
|
-
},
|
4321
|
-
"default": "'button'",
|
4322
|
-
"description": "Defines the type of button",
|
4323
|
-
"fieldName": "type",
|
4324
|
-
"expandedType": {
|
4325
|
-
"text": "'submit' | 'reset' | 'button'"
|
4728
|
+
"text": "CustomEvent"
|
4326
4729
|
},
|
4730
|
+
"description": "Fired when the link is clicked",
|
4731
|
+
"name": "skf-link-click",
|
4327
4732
|
"inheritedFrom": {
|
4328
4733
|
"name": "SkfLink",
|
4329
4734
|
"module": "src/components/link/link.component.ts"
|
4330
4735
|
}
|
4331
4736
|
}
|
4332
|
-
]
|
4737
|
+
],
|
4738
|
+
"modulePath": "src/components/menu/menu-item.component.ts"
|
4333
4739
|
}
|
4334
4740
|
],
|
4335
4741
|
"exports": [
|
@@ -4354,11 +4760,28 @@
|
|
4354
4760
|
"name": "SkfMenu",
|
4355
4761
|
"slots": [
|
4356
4762
|
{
|
4357
|
-
"description": "The menu
|
4763
|
+
"description": "The menu content",
|
4358
4764
|
"name": ""
|
4359
4765
|
}
|
4360
4766
|
],
|
4361
|
-
"members": [
|
4767
|
+
"members": [
|
4768
|
+
{
|
4769
|
+
"type": {
|
4770
|
+
"text": "(void) => void"
|
4771
|
+
},
|
4772
|
+
"description": "Method that opens the menu",
|
4773
|
+
"name": "open()",
|
4774
|
+
"kind": "field"
|
4775
|
+
},
|
4776
|
+
{
|
4777
|
+
"type": {
|
4778
|
+
"text": "(void) => void"
|
4779
|
+
},
|
4780
|
+
"description": "Method that closes the menu",
|
4781
|
+
"name": "close()",
|
4782
|
+
"kind": "field"
|
4783
|
+
}
|
4784
|
+
],
|
4362
4785
|
"events": [
|
4363
4786
|
{
|
4364
4787
|
"type": {
|
@@ -4397,7 +4820,8 @@
|
|
4397
4820
|
"package": "@internal/base-classes/popover/popover.base.js"
|
4398
4821
|
},
|
4399
4822
|
"tagName": "skf-menu",
|
4400
|
-
"customElement": true
|
4823
|
+
"customElement": true,
|
4824
|
+
"modulePath": "src/components/menu/menu.component.ts"
|
4401
4825
|
}
|
4402
4826
|
],
|
4403
4827
|
"exports": [
|
@@ -4412,77 +4836,6 @@
|
|
4412
4836
|
],
|
4413
4837
|
"typeDefinitionPath": "components/menu/menu.d.ts"
|
4414
4838
|
},
|
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
4839
|
{
|
4487
4840
|
"kind": "javascript-module",
|
4488
4841
|
"path": "components/popover/popover.js",
|
@@ -4517,6 +4870,22 @@
|
|
4517
4870
|
"default": "false",
|
4518
4871
|
"description": "If true, hides the arrow",
|
4519
4872
|
"attribute": "hideArrow"
|
4873
|
+
},
|
4874
|
+
{
|
4875
|
+
"type": {
|
4876
|
+
"text": "(void) => void"
|
4877
|
+
},
|
4878
|
+
"description": "Method that opens the popover",
|
4879
|
+
"name": "open()",
|
4880
|
+
"kind": "field"
|
4881
|
+
},
|
4882
|
+
{
|
4883
|
+
"type": {
|
4884
|
+
"text": "(void) => void"
|
4885
|
+
},
|
4886
|
+
"description": "Method that closes the popover",
|
4887
|
+
"name": "close()",
|
4888
|
+
"kind": "field"
|
4520
4889
|
}
|
4521
4890
|
],
|
4522
4891
|
"events": [
|
@@ -4524,14 +4893,14 @@
|
|
4524
4893
|
"type": {
|
4525
4894
|
"text": "CustomEvent"
|
4526
4895
|
},
|
4527
|
-
"description": "Fired when the
|
4896
|
+
"description": "Fired when the popover is opened",
|
4528
4897
|
"name": "skf-opened"
|
4529
4898
|
},
|
4530
4899
|
{
|
4531
4900
|
"type": {
|
4532
4901
|
"text": "CustomEvent"
|
4533
4902
|
},
|
4534
|
-
"description": "Fired when the
|
4903
|
+
"description": "Fired when the popover is closed",
|
4535
4904
|
"name": "skf-closed"
|
4536
4905
|
}
|
4537
4906
|
],
|
@@ -4548,7 +4917,7 @@
|
|
4548
4917
|
"type": {
|
4549
4918
|
"text": "string"
|
4550
4919
|
},
|
4551
|
-
"description": "The id of the element the
|
4920
|
+
"description": "The id of the element the popover will be anchored to",
|
4552
4921
|
"name": "anchor"
|
4553
4922
|
},
|
4554
4923
|
{
|
@@ -4575,7 +4944,8 @@
|
|
4575
4944
|
"package": "@internal/base-classes/popover/popover.base.js"
|
4576
4945
|
},
|
4577
4946
|
"tagName": "skf-popover",
|
4578
|
-
"customElement": true
|
4947
|
+
"customElement": true,
|
4948
|
+
"modulePath": "src/components/popover/popover.component.ts"
|
4579
4949
|
}
|
4580
4950
|
],
|
4581
4951
|
"exports": [
|
@@ -4608,6 +4978,22 @@
|
|
4608
4978
|
"static": true,
|
4609
4979
|
"default": "true"
|
4610
4980
|
},
|
4981
|
+
{
|
4982
|
+
"kind": "field",
|
4983
|
+
"name": "#internals",
|
4984
|
+
"privacy": "private",
|
4985
|
+
"type": {
|
4986
|
+
"text": "ElementInternals"
|
4987
|
+
}
|
4988
|
+
},
|
4989
|
+
{
|
4990
|
+
"kind": "field",
|
4991
|
+
"name": "#states",
|
4992
|
+
"privacy": "private",
|
4993
|
+
"type": {
|
4994
|
+
"text": "CustomStateSet"
|
4995
|
+
}
|
4996
|
+
},
|
4611
4997
|
{
|
4612
4998
|
"kind": "field",
|
4613
4999
|
"name": "animated",
|
@@ -4616,8 +5002,7 @@
|
|
4616
5002
|
},
|
4617
5003
|
"default": "false",
|
4618
5004
|
"description": "If true, the progress-bar's fill value is animated",
|
4619
|
-
"attribute": "animated"
|
4620
|
-
"reflects": true
|
5005
|
+
"attribute": "animated"
|
4621
5006
|
},
|
4622
5007
|
{
|
4623
5008
|
"kind": "field",
|
@@ -4674,7 +5059,8 @@
|
|
4674
5059
|
"package": "@internal/components/skf-element"
|
4675
5060
|
},
|
4676
5061
|
"tagName": "skf-progress",
|
4677
|
-
"customElement": true
|
5062
|
+
"customElement": true,
|
5063
|
+
"modulePath": "src/components/progress/progress.component.ts"
|
4678
5064
|
}
|
4679
5065
|
],
|
4680
5066
|
"exports": [
|
@@ -4704,6 +5090,13 @@
|
|
4704
5090
|
}
|
4705
5091
|
],
|
4706
5092
|
"members": [
|
5093
|
+
{
|
5094
|
+
"kind": "field",
|
5095
|
+
"name": "#localize",
|
5096
|
+
"privacy": "private",
|
5097
|
+
"readonly": true,
|
5098
|
+
"default": "new LocalizeController(this)"
|
5099
|
+
},
|
4707
5100
|
{
|
4708
5101
|
"kind": "field",
|
4709
5102
|
"name": "debug",
|
@@ -4746,21 +5139,25 @@
|
|
4746
5139
|
},
|
4747
5140
|
{
|
4748
5141
|
"kind": "field",
|
4749
|
-
"name": "
|
5142
|
+
"name": "lang",
|
4750
5143
|
"type": {
|
4751
|
-
"text": "
|
5144
|
+
"text": "Language"
|
4752
5145
|
},
|
4753
|
-
"
|
4754
|
-
"
|
5146
|
+
"default": "'en'",
|
5147
|
+
"description": "Sets the internal language of the component",
|
5148
|
+
"attribute": "lang",
|
5149
|
+
"expandedType": {
|
5150
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5151
|
+
}
|
4755
5152
|
},
|
4756
5153
|
{
|
4757
5154
|
"kind": "field",
|
4758
|
-
"name": "
|
5155
|
+
"name": "name",
|
4759
5156
|
"type": {
|
4760
5157
|
"text": "string | undefined"
|
4761
5158
|
},
|
4762
|
-
"description": "If defined,
|
4763
|
-
"attribute": "
|
5159
|
+
"description": "If defined, adds name to the input-element",
|
5160
|
+
"attribute": "name"
|
4764
5161
|
},
|
4765
5162
|
{
|
4766
5163
|
"kind": "field",
|
@@ -4865,20 +5262,24 @@
|
|
4865
5262
|
"fieldName": "label"
|
4866
5263
|
},
|
4867
5264
|
{
|
4868
|
-
"name": "
|
5265
|
+
"name": "lang",
|
4869
5266
|
"type": {
|
4870
|
-
"text": "
|
5267
|
+
"text": "Language"
|
4871
5268
|
},
|
4872
|
-
"
|
4873
|
-
"
|
5269
|
+
"default": "'en'",
|
5270
|
+
"description": "Sets the internal language of the component",
|
5271
|
+
"fieldName": "lang",
|
5272
|
+
"expandedType": {
|
5273
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5274
|
+
}
|
4874
5275
|
},
|
4875
5276
|
{
|
4876
|
-
"name": "
|
5277
|
+
"name": "name",
|
4877
5278
|
"type": {
|
4878
5279
|
"text": "string | undefined"
|
4879
5280
|
},
|
4880
|
-
"description": "If defined,
|
4881
|
-
"fieldName": "
|
5281
|
+
"description": "If defined, adds name to the input-element",
|
5282
|
+
"fieldName": "name"
|
4882
5283
|
},
|
4883
5284
|
{
|
4884
5285
|
"name": "size",
|
@@ -4921,7 +5322,8 @@
|
|
4921
5322
|
"package": "@internal/components/formBase.js"
|
4922
5323
|
},
|
4923
5324
|
"tagName": "skf-radio",
|
4924
|
-
"customElement": true
|
5325
|
+
"customElement": true,
|
5326
|
+
"modulePath": "src/components/radio/radio.component.ts"
|
4925
5327
|
}
|
4926
5328
|
],
|
4927
5329
|
"exports": [
|
@@ -5037,7 +5439,8 @@
|
|
5037
5439
|
"package": "@internal/components/skf-element"
|
5038
5440
|
},
|
5039
5441
|
"tagName": "skf-segmented-button-item",
|
5040
|
-
"customElement": true
|
5442
|
+
"customElement": true,
|
5443
|
+
"modulePath": "src/components/segmented-button/segmented-button-item.component.ts"
|
5041
5444
|
}
|
5042
5445
|
],
|
5043
5446
|
"exports": [
|
@@ -5094,7 +5497,8 @@
|
|
5094
5497
|
"package": "@internal/components/skf-element"
|
5095
5498
|
},
|
5096
5499
|
"tagName": "skf-segmented-button",
|
5097
|
-
"customElement": true
|
5500
|
+
"customElement": true,
|
5501
|
+
"modulePath": "src/components/segmented-button/segmented-button.component.ts"
|
5098
5502
|
}
|
5099
5503
|
],
|
5100
5504
|
"exports": [
|
@@ -5124,6 +5528,22 @@
|
|
5124
5528
|
}
|
5125
5529
|
],
|
5126
5530
|
"members": [
|
5531
|
+
{
|
5532
|
+
"kind": "field",
|
5533
|
+
"name": "#internals",
|
5534
|
+
"privacy": "private",
|
5535
|
+
"type": {
|
5536
|
+
"text": "ElementInternals"
|
5537
|
+
}
|
5538
|
+
},
|
5539
|
+
{
|
5540
|
+
"kind": "field",
|
5541
|
+
"name": "#states",
|
5542
|
+
"privacy": "private",
|
5543
|
+
"type": {
|
5544
|
+
"text": "CustomStateSet"
|
5545
|
+
}
|
5546
|
+
},
|
5127
5547
|
{
|
5128
5548
|
"kind": "field",
|
5129
5549
|
"name": "label",
|
@@ -5133,6 +5553,14 @@
|
|
5133
5553
|
"default": "'Default label'",
|
5134
5554
|
"attribute": "label",
|
5135
5555
|
"reflects": true
|
5556
|
+
},
|
5557
|
+
{
|
5558
|
+
"kind": "field",
|
5559
|
+
"name": "small",
|
5560
|
+
"type": {
|
5561
|
+
"text": "boolean"
|
5562
|
+
},
|
5563
|
+
"default": "false"
|
5136
5564
|
}
|
5137
5565
|
],
|
5138
5566
|
"attributes": [
|
@@ -5150,7 +5578,8 @@
|
|
5150
5578
|
"package": "@internal/components/skf-element"
|
5151
5579
|
},
|
5152
5580
|
"tagName": "skf-select-option-group",
|
5153
|
-
"customElement": true
|
5581
|
+
"customElement": true,
|
5582
|
+
"modulePath": "src/components/select/select-option-group.component.ts"
|
5154
5583
|
}
|
5155
5584
|
],
|
5156
5585
|
"exports": [
|
@@ -5180,16 +5609,41 @@
|
|
5180
5609
|
}
|
5181
5610
|
],
|
5182
5611
|
"members": [
|
5612
|
+
{
|
5613
|
+
"kind": "field",
|
5614
|
+
"name": "#localize",
|
5615
|
+
"privacy": "private",
|
5616
|
+
"readonly": true,
|
5617
|
+
"default": "new LocalizeController(this)"
|
5618
|
+
},
|
5619
|
+
{
|
5620
|
+
"kind": "field",
|
5621
|
+
"name": "#internals",
|
5622
|
+
"privacy": "private",
|
5623
|
+
"type": {
|
5624
|
+
"text": "ElementInternals"
|
5625
|
+
}
|
5626
|
+
},
|
5627
|
+
{
|
5628
|
+
"kind": "field",
|
5629
|
+
"name": "#states",
|
5630
|
+
"privacy": "private",
|
5631
|
+
"type": {
|
5632
|
+
"text": "CustomStateSet"
|
5633
|
+
}
|
5634
|
+
},
|
5183
5635
|
{
|
5184
5636
|
"kind": "field",
|
5185
5637
|
"name": "size",
|
5186
5638
|
"type": {
|
5187
|
-
"text": "
|
5639
|
+
"text": "Size"
|
5188
5640
|
},
|
5189
5641
|
"default": "'md'",
|
5190
5642
|
"description": "Specifies Tag size",
|
5191
5643
|
"attribute": "size",
|
5192
|
-
"
|
5644
|
+
"expandedType": {
|
5645
|
+
"text": "'sm' | 'md'"
|
5646
|
+
}
|
5193
5647
|
},
|
5194
5648
|
{
|
5195
5649
|
"kind": "field",
|
@@ -5211,11 +5665,23 @@
|
|
5211
5665
|
},
|
5212
5666
|
"description": "If defined, gives the supplied appearance",
|
5213
5667
|
"attribute": "color",
|
5214
|
-
"reflects": true,
|
5215
5668
|
"expandedType": {
|
5216
5669
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
5217
5670
|
}
|
5218
5671
|
},
|
5672
|
+
{
|
5673
|
+
"kind": "field",
|
5674
|
+
"name": "lang",
|
5675
|
+
"type": {
|
5676
|
+
"text": "Language"
|
5677
|
+
},
|
5678
|
+
"default": "'en'",
|
5679
|
+
"description": "Sets the internal language of the component",
|
5680
|
+
"attribute": "lang",
|
5681
|
+
"expandedType": {
|
5682
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5683
|
+
}
|
5684
|
+
},
|
5219
5685
|
{
|
5220
5686
|
"kind": "field",
|
5221
5687
|
"name": "onClick",
|
@@ -5234,19 +5700,21 @@
|
|
5234
5700
|
},
|
5235
5701
|
"default": "false",
|
5236
5702
|
"description": "If true, adds trailing button to remove tag",
|
5237
|
-
"attribute": "removable"
|
5238
|
-
"reflects": true
|
5703
|
+
"attribute": "removable"
|
5239
5704
|
}
|
5240
5705
|
],
|
5241
5706
|
"attributes": [
|
5242
5707
|
{
|
5243
5708
|
"name": "size",
|
5244
5709
|
"type": {
|
5245
|
-
"text": "
|
5710
|
+
"text": "Size"
|
5246
5711
|
},
|
5247
5712
|
"default": "'md'",
|
5248
5713
|
"description": "Specifies Tag size",
|
5249
|
-
"fieldName": "size"
|
5714
|
+
"fieldName": "size",
|
5715
|
+
"expandedType": {
|
5716
|
+
"text": "'sm' | 'md'"
|
5717
|
+
}
|
5250
5718
|
},
|
5251
5719
|
{
|
5252
5720
|
"name": "icon",
|
@@ -5260,14 +5728,26 @@
|
|
5260
5728
|
}
|
5261
5729
|
},
|
5262
5730
|
{
|
5263
|
-
"name": "color",
|
5731
|
+
"name": "color",
|
5732
|
+
"type": {
|
5733
|
+
"text": "Severity | undefined"
|
5734
|
+
},
|
5735
|
+
"description": "If defined, gives the supplied appearance",
|
5736
|
+
"fieldName": "color",
|
5737
|
+
"expandedType": {
|
5738
|
+
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
5739
|
+
}
|
5740
|
+
},
|
5741
|
+
{
|
5742
|
+
"name": "lang",
|
5264
5743
|
"type": {
|
5265
|
-
"text": "
|
5744
|
+
"text": "Language"
|
5266
5745
|
},
|
5267
|
-
"
|
5268
|
-
"
|
5746
|
+
"default": "'en'",
|
5747
|
+
"description": "Sets the internal language of the component",
|
5748
|
+
"fieldName": "lang",
|
5269
5749
|
"expandedType": {
|
5270
|
-
"text": "'
|
5750
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5271
5751
|
}
|
5272
5752
|
},
|
5273
5753
|
{
|
@@ -5285,7 +5765,8 @@
|
|
5285
5765
|
"package": "@internal/components/skf-element"
|
5286
5766
|
},
|
5287
5767
|
"tagName": "skf-tag",
|
5288
|
-
"customElement": true
|
5768
|
+
"customElement": true,
|
5769
|
+
"modulePath": "src/components/tag/tag.component.ts"
|
5289
5770
|
}
|
5290
5771
|
],
|
5291
5772
|
"exports": [
|
@@ -5317,11 +5798,32 @@
|
|
5317
5798
|
"members": [
|
5318
5799
|
{
|
5319
5800
|
"kind": "field",
|
5320
|
-
"name": "
|
5801
|
+
"name": "#localize",
|
5802
|
+
"privacy": "private",
|
5803
|
+
"readonly": true,
|
5804
|
+
"default": "new LocalizeController(this)"
|
5805
|
+
},
|
5806
|
+
{
|
5807
|
+
"kind": "field",
|
5808
|
+
"name": "_componentIsConnected",
|
5809
|
+
"type": {
|
5810
|
+
"text": "boolean"
|
5811
|
+
},
|
5812
|
+
"privacy": "private",
|
5813
|
+
"default": "false"
|
5814
|
+
},
|
5815
|
+
{
|
5816
|
+
"kind": "field",
|
5817
|
+
"name": "_defaultButtonLabel",
|
5321
5818
|
"type": {
|
5322
5819
|
"text": "string"
|
5323
5820
|
},
|
5324
|
-
"
|
5821
|
+
"privacy": "private",
|
5822
|
+
"default": "'Select an option'"
|
5823
|
+
},
|
5824
|
+
{
|
5825
|
+
"kind": "field",
|
5826
|
+
"name": "buttonLabel",
|
5325
5827
|
"description": "Sets the first visible text on the component",
|
5326
5828
|
"attribute": "button-label",
|
5327
5829
|
"reflects": true
|
@@ -5385,6 +5887,19 @@
|
|
5385
5887
|
"attribute": "label",
|
5386
5888
|
"reflects": true
|
5387
5889
|
},
|
5890
|
+
{
|
5891
|
+
"kind": "field",
|
5892
|
+
"name": "lang",
|
5893
|
+
"type": {
|
5894
|
+
"text": "Language"
|
5895
|
+
},
|
5896
|
+
"default": "'en'",
|
5897
|
+
"description": "Sets the internal language of the component",
|
5898
|
+
"attribute": "lang",
|
5899
|
+
"expandedType": {
|
5900
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5901
|
+
}
|
5902
|
+
},
|
5388
5903
|
{
|
5389
5904
|
"kind": "field",
|
5390
5905
|
"name": "max",
|
@@ -5423,15 +5938,6 @@
|
|
5423
5938
|
"description": "If defined, set name of the component",
|
5424
5939
|
"attribute": "name"
|
5425
5940
|
},
|
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
5941
|
{
|
5436
5942
|
"kind": "field",
|
5437
5943
|
"name": "severity",
|
@@ -5465,11 +5971,21 @@
|
|
5465
5971
|
{
|
5466
5972
|
"kind": "field",
|
5467
5973
|
"name": "value",
|
5468
|
-
"description": "
|
5974
|
+
"description": "Returns the selected value. (if multiple: in a comma separated string). If set will default set corresponding option."
|
5975
|
+
},
|
5976
|
+
{
|
5977
|
+
"kind": "method",
|
5978
|
+
"name": "_handleSizeUpdate",
|
5979
|
+
"type": {
|
5980
|
+
"text": "_handleSizeUpdate() => void"
|
5981
|
+
}
|
5469
5982
|
},
|
5470
5983
|
{
|
5471
5984
|
"kind": "method",
|
5472
|
-
"name": "handleExpandedChange"
|
5985
|
+
"name": "handleExpandedChange",
|
5986
|
+
"type": {
|
5987
|
+
"text": "handleExpandedChange() => void"
|
5988
|
+
}
|
5473
5989
|
},
|
5474
5990
|
{
|
5475
5991
|
"kind": "field",
|
@@ -5515,6 +6031,13 @@
|
|
5515
6031
|
},
|
5516
6032
|
"description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
|
5517
6033
|
"name": "skf-select-option-select"
|
6034
|
+
},
|
6035
|
+
{
|
6036
|
+
"type": {
|
6037
|
+
"text": "CustomEvent"
|
6038
|
+
},
|
6039
|
+
"description": "Fires when the select options are connected, useful for setting selected option(s) via value property. E.g mySkfSelect.value = 'option1,option2';",
|
6040
|
+
"name": "skf-select-connected"
|
5518
6041
|
}
|
5519
6042
|
],
|
5520
6043
|
"attributes": [
|
@@ -5536,10 +6059,6 @@
|
|
5536
6059
|
},
|
5537
6060
|
{
|
5538
6061
|
"name": "button-label",
|
5539
|
-
"type": {
|
5540
|
-
"text": "string"
|
5541
|
-
},
|
5542
|
-
"default": "'Select an option'",
|
5543
6062
|
"description": "Sets the first visible text on the component",
|
5544
6063
|
"fieldName": "buttonLabel"
|
5545
6064
|
},
|
@@ -5585,6 +6104,18 @@
|
|
5585
6104
|
"description": "If defined, displays provided label",
|
5586
6105
|
"fieldName": "label"
|
5587
6106
|
},
|
6107
|
+
{
|
6108
|
+
"name": "lang",
|
6109
|
+
"type": {
|
6110
|
+
"text": "Language"
|
6111
|
+
},
|
6112
|
+
"default": "'en'",
|
6113
|
+
"description": "Sets the internal language of the component",
|
6114
|
+
"fieldName": "lang",
|
6115
|
+
"expandedType": {
|
6116
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6117
|
+
}
|
6118
|
+
},
|
5588
6119
|
{
|
5589
6120
|
"name": "max",
|
5590
6121
|
"type": {
|
@@ -5618,14 +6149,6 @@
|
|
5618
6149
|
"description": "If defined, set name of the component",
|
5619
6150
|
"fieldName": "name"
|
5620
6151
|
},
|
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
6152
|
{
|
5630
6153
|
"name": "severity",
|
5631
6154
|
"type": {
|
@@ -5658,7 +6181,8 @@
|
|
5658
6181
|
"package": "@internal/components/formBase.js"
|
5659
6182
|
},
|
5660
6183
|
"tagName": "skf-select",
|
5661
|
-
"customElement": true
|
6184
|
+
"customElement": true,
|
6185
|
+
"modulePath": "src/components/select/select.component.ts"
|
5662
6186
|
}
|
5663
6187
|
],
|
5664
6188
|
"exports": [
|
@@ -5679,7 +6203,7 @@
|
|
5679
6203
|
"declarations": [
|
5680
6204
|
{
|
5681
6205
|
"kind": "class",
|
5682
|
-
"description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.",
|
6206
|
+
"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
6207
|
"name": "SkfSelectOption",
|
5684
6208
|
"slots": [
|
5685
6209
|
{
|
@@ -5701,6 +6225,22 @@
|
|
5701
6225
|
"static": true,
|
5702
6226
|
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
|
5703
6227
|
},
|
6228
|
+
{
|
6229
|
+
"kind": "field",
|
6230
|
+
"name": "#internals",
|
6231
|
+
"privacy": "private",
|
6232
|
+
"type": {
|
6233
|
+
"text": "ElementInternals"
|
6234
|
+
}
|
6235
|
+
},
|
6236
|
+
{
|
6237
|
+
"kind": "field",
|
6238
|
+
"name": "#states",
|
6239
|
+
"privacy": "private",
|
6240
|
+
"type": {
|
6241
|
+
"text": "CustomStateSet"
|
6242
|
+
}
|
6243
|
+
},
|
5704
6244
|
{
|
5705
6245
|
"kind": "field",
|
5706
6246
|
"name": "disabled",
|
@@ -5735,7 +6275,7 @@
|
|
5735
6275
|
"attribute": "icon-color",
|
5736
6276
|
"reflects": true,
|
5737
6277
|
"expandedType": {
|
5738
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
6278
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
|
5739
6279
|
}
|
5740
6280
|
},
|
5741
6281
|
{
|
@@ -5767,21 +6307,17 @@
|
|
5767
6307
|
{
|
5768
6308
|
"kind": "field",
|
5769
6309
|
"name": "value",
|
5770
|
-
"description": "Returns or sets the
|
6310
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
5771
6311
|
"attribute": "value",
|
5772
6312
|
"reflects": true
|
5773
6313
|
},
|
5774
6314
|
{
|
5775
6315
|
"kind": "field",
|
5776
|
-
"name": "
|
6316
|
+
"name": "small",
|
5777
6317
|
"type": {
|
5778
|
-
"text": "
|
6318
|
+
"text": "boolean"
|
5779
6319
|
},
|
5780
|
-
"default": "
|
5781
|
-
},
|
5782
|
-
{
|
5783
|
-
"kind": "field",
|
5784
|
-
"name": "_parent"
|
6320
|
+
"default": "false"
|
5785
6321
|
},
|
5786
6322
|
{
|
5787
6323
|
"kind": "field",
|
@@ -5827,7 +6363,7 @@
|
|
5827
6363
|
"description": "If defined, sets provided color on the icon",
|
5828
6364
|
"fieldName": "iconColor",
|
5829
6365
|
"expandedType": {
|
5830
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
6366
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'purple' | 'success' | undefined"
|
5831
6367
|
}
|
5832
6368
|
},
|
5833
6369
|
{
|
@@ -5849,7 +6385,7 @@
|
|
5849
6385
|
},
|
5850
6386
|
{
|
5851
6387
|
"name": "value",
|
5852
|
-
"description": "Returns or sets the
|
6388
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
5853
6389
|
"fieldName": "value"
|
5854
6390
|
}
|
5855
6391
|
],
|
@@ -5858,7 +6394,8 @@
|
|
5858
6394
|
"package": "@internal/components/skf-element.js"
|
5859
6395
|
},
|
5860
6396
|
"tagName": "skf-select-option",
|
5861
|
-
"customElement": true
|
6397
|
+
"customElement": true,
|
6398
|
+
"modulePath": "src/components/select/select-option.component.ts"
|
5862
6399
|
}
|
5863
6400
|
],
|
5864
6401
|
"exports": [
|
@@ -5929,14 +6466,6 @@
|
|
5929
6466
|
{
|
5930
6467
|
"kind": "field",
|
5931
6468
|
"name": "_setInternalState"
|
5932
|
-
},
|
5933
|
-
{
|
5934
|
-
"kind": "field",
|
5935
|
-
"name": "role",
|
5936
|
-
"type": {
|
5937
|
-
"text": "string"
|
5938
|
-
},
|
5939
|
-
"default": "'listitem'"
|
5940
6469
|
}
|
5941
6470
|
],
|
5942
6471
|
"events": [
|
@@ -5969,7 +6498,8 @@
|
|
5969
6498
|
"package": "@internal/components/skf-element"
|
5970
6499
|
},
|
5971
6500
|
"tagName": "skf-stepper-item",
|
5972
|
-
"customElement": true
|
6501
|
+
"customElement": true,
|
6502
|
+
"modulePath": "src/components/stepper/stepper-item.component.ts"
|
5973
6503
|
}
|
5974
6504
|
],
|
5975
6505
|
"exports": [
|
@@ -6054,7 +6584,8 @@
|
|
6054
6584
|
"package": "@internal/components/skf-element"
|
6055
6585
|
},
|
6056
6586
|
"tagName": "skf-stepper",
|
6057
|
-
"customElement": true
|
6587
|
+
"customElement": true,
|
6588
|
+
"modulePath": "src/components/stepper/stepper.component.ts"
|
6058
6589
|
}
|
6059
6590
|
],
|
6060
6591
|
"exports": [
|
@@ -6084,6 +6615,13 @@
|
|
6084
6615
|
}
|
6085
6616
|
],
|
6086
6617
|
"members": [
|
6618
|
+
{
|
6619
|
+
"kind": "field",
|
6620
|
+
"name": "#localize",
|
6621
|
+
"privacy": "private",
|
6622
|
+
"readonly": true,
|
6623
|
+
"default": "new LocalizeController(this)"
|
6624
|
+
},
|
6087
6625
|
{
|
6088
6626
|
"kind": "field",
|
6089
6627
|
"name": "debug",
|
@@ -6127,21 +6665,25 @@
|
|
6127
6665
|
},
|
6128
6666
|
{
|
6129
6667
|
"kind": "field",
|
6130
|
-
"name": "
|
6668
|
+
"name": "lang",
|
6131
6669
|
"type": {
|
6132
|
-
"text": "
|
6670
|
+
"text": "Language"
|
6133
6671
|
},
|
6134
|
-
"
|
6135
|
-
"
|
6672
|
+
"default": "'en'",
|
6673
|
+
"description": "Sets the internal language of the component",
|
6674
|
+
"attribute": "lang",
|
6675
|
+
"expandedType": {
|
6676
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6677
|
+
}
|
6136
6678
|
},
|
6137
6679
|
{
|
6138
6680
|
"kind": "field",
|
6139
|
-
"name": "
|
6681
|
+
"name": "name",
|
6140
6682
|
"type": {
|
6141
6683
|
"text": "string | undefined"
|
6142
6684
|
},
|
6143
|
-
"description": "If defined,
|
6144
|
-
"attribute": "
|
6685
|
+
"description": "If defined, adds name to the input-element",
|
6686
|
+
"attribute": "name"
|
6145
6687
|
},
|
6146
6688
|
{
|
6147
6689
|
"kind": "field",
|
@@ -6166,7 +6708,10 @@
|
|
6166
6708
|
},
|
6167
6709
|
{
|
6168
6710
|
"kind": "method",
|
6169
|
-
"name": "debugOutput"
|
6711
|
+
"name": "debugOutput",
|
6712
|
+
"type": {
|
6713
|
+
"text": "debugOutput() => void"
|
6714
|
+
}
|
6170
6715
|
}
|
6171
6716
|
],
|
6172
6717
|
"attributes": [
|
@@ -6222,20 +6767,24 @@
|
|
6222
6767
|
"fieldName": "label"
|
6223
6768
|
},
|
6224
6769
|
{
|
6225
|
-
"name": "
|
6770
|
+
"name": "lang",
|
6226
6771
|
"type": {
|
6227
|
-
"text": "
|
6772
|
+
"text": "Language"
|
6228
6773
|
},
|
6229
|
-
"
|
6230
|
-
"
|
6774
|
+
"default": "'en'",
|
6775
|
+
"description": "Sets the internal language of the component",
|
6776
|
+
"fieldName": "lang",
|
6777
|
+
"expandedType": {
|
6778
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6779
|
+
}
|
6231
6780
|
},
|
6232
6781
|
{
|
6233
|
-
"name": "
|
6782
|
+
"name": "name",
|
6234
6783
|
"type": {
|
6235
6784
|
"text": "string | undefined"
|
6236
6785
|
},
|
6237
|
-
"description": "If defined,
|
6238
|
-
"fieldName": "
|
6786
|
+
"description": "If defined, adds name to the input-element",
|
6787
|
+
"fieldName": "name"
|
6239
6788
|
},
|
6240
6789
|
{
|
6241
6790
|
"name": "size",
|
@@ -6261,7 +6810,8 @@
|
|
6261
6810
|
"package": "@internal/components/formBase.js"
|
6262
6811
|
},
|
6263
6812
|
"tagName": "skf-switch",
|
6264
|
-
"customElement": true
|
6813
|
+
"customElement": true,
|
6814
|
+
"modulePath": "src/components/switch/switch.component.ts"
|
6265
6815
|
}
|
6266
6816
|
],
|
6267
6817
|
"exports": [
|
@@ -6278,7 +6828,7 @@
|
|
6278
6828
|
},
|
6279
6829
|
{
|
6280
6830
|
"kind": "javascript-module",
|
6281
|
-
"path": "components/
|
6831
|
+
"path": "components/tabs/tab-panel.js",
|
6282
6832
|
"declarations": [
|
6283
6833
|
{
|
6284
6834
|
"kind": "class",
|
@@ -6308,14 +6858,6 @@
|
|
6308
6858
|
"text": "boolean"
|
6309
6859
|
},
|
6310
6860
|
"default": "false"
|
6311
|
-
},
|
6312
|
-
{
|
6313
|
-
"kind": "field",
|
6314
|
-
"name": "role",
|
6315
|
-
"type": {
|
6316
|
-
"text": "string"
|
6317
|
-
},
|
6318
|
-
"default": "'tabpanel'"
|
6319
6861
|
}
|
6320
6862
|
],
|
6321
6863
|
"attributes": [
|
@@ -6334,7 +6876,8 @@
|
|
6334
6876
|
"package": "@internal/components/skf-element"
|
6335
6877
|
},
|
6336
6878
|
"tagName": "skf-tab-panel",
|
6337
|
-
"customElement": true
|
6879
|
+
"customElement": true,
|
6880
|
+
"modulePath": "src/components/tabs/tab-panel.component.ts"
|
6338
6881
|
}
|
6339
6882
|
],
|
6340
6883
|
"exports": [
|
@@ -6343,20 +6886,20 @@
|
|
6343
6886
|
"name": "SkfTabPanel",
|
6344
6887
|
"declaration": {
|
6345
6888
|
"name": "SkfTabPanel",
|
6346
|
-
"module": "src/components/
|
6889
|
+
"module": "src/components/tabs/tab-panel.component.ts"
|
6347
6890
|
}
|
6348
6891
|
}
|
6349
6892
|
],
|
6350
|
-
"typeDefinitionPath": "components/
|
6893
|
+
"typeDefinitionPath": "components/tabs/tab-panel.d.ts"
|
6351
6894
|
},
|
6352
6895
|
{
|
6353
6896
|
"kind": "javascript-module",
|
6354
|
-
"path": "components/
|
6897
|
+
"path": "components/tabs/tabs.js",
|
6355
6898
|
"declarations": [
|
6356
6899
|
{
|
6357
6900
|
"kind": "class",
|
6358
|
-
"description": "The `<skf-
|
6359
|
-
"name": "
|
6901
|
+
"description": "The `<skf-tabs>` is a component that displays a list of actions or options",
|
6902
|
+
"name": "SkfTabs",
|
6360
6903
|
"slots": [
|
6361
6904
|
{
|
6362
6905
|
"description": "Used for grouping tab panels in the tab group. Must be <skf-tab-panel> elements",
|
@@ -6471,25 +7014,26 @@
|
|
6471
7014
|
"name": "SkfElement",
|
6472
7015
|
"package": "@internal/components/skf-element"
|
6473
7016
|
},
|
6474
|
-
"tagName": "skf-
|
6475
|
-
"customElement": true
|
7017
|
+
"tagName": "skf-tabs",
|
7018
|
+
"customElement": true,
|
7019
|
+
"modulePath": "src/components/tabs/tabs.component.ts"
|
6476
7020
|
}
|
6477
7021
|
],
|
6478
7022
|
"exports": [
|
6479
7023
|
{
|
6480
7024
|
"kind": "js",
|
6481
|
-
"name": "
|
7025
|
+
"name": "SkfTabs",
|
6482
7026
|
"declaration": {
|
6483
|
-
"name": "
|
6484
|
-
"module": "src/components/
|
7027
|
+
"name": "SkfTabs",
|
7028
|
+
"module": "src/components/tabs/tabs.component.ts"
|
6485
7029
|
}
|
6486
7030
|
}
|
6487
7031
|
],
|
6488
|
-
"typeDefinitionPath": "components/
|
7032
|
+
"typeDefinitionPath": "components/tabs/tabs.d.ts"
|
6489
7033
|
},
|
6490
7034
|
{
|
6491
7035
|
"kind": "javascript-module",
|
6492
|
-
"path": "components/
|
7036
|
+
"path": "components/tabs/tab.js",
|
6493
7037
|
"declarations": [
|
6494
7038
|
{
|
6495
7039
|
"kind": "class",
|
@@ -6525,17 +7069,9 @@
|
|
6525
7069
|
"kind": "field",
|
6526
7070
|
"name": "variant",
|
6527
7071
|
"type": {
|
6528
|
-
"text": "
|
7072
|
+
"text": "SkfTabs['variant']"
|
6529
7073
|
},
|
6530
7074
|
"default": "'expanded'"
|
6531
|
-
},
|
6532
|
-
{
|
6533
|
-
"kind": "field",
|
6534
|
-
"name": "role",
|
6535
|
-
"type": {
|
6536
|
-
"text": "string"
|
6537
|
-
},
|
6538
|
-
"default": "'tab'"
|
6539
7075
|
}
|
6540
7076
|
],
|
6541
7077
|
"events": [
|
@@ -6567,7 +7103,8 @@
|
|
6567
7103
|
"package": "@internal/components/skf-element"
|
6568
7104
|
},
|
6569
7105
|
"tagName": "skf-tab",
|
6570
|
-
"customElement": true
|
7106
|
+
"customElement": true,
|
7107
|
+
"modulePath": "src/components/tabs/tab.component.ts"
|
6571
7108
|
}
|
6572
7109
|
],
|
6573
7110
|
"exports": [
|
@@ -6576,11 +7113,11 @@
|
|
6576
7113
|
"name": "SkfTab",
|
6577
7114
|
"declaration": {
|
6578
7115
|
"name": "SkfTab",
|
6579
|
-
"module": "src/components/
|
7116
|
+
"module": "src/components/tabs/tab.component.ts"
|
6580
7117
|
}
|
6581
7118
|
}
|
6582
7119
|
],
|
6583
|
-
"typeDefinitionPath": "components/
|
7120
|
+
"typeDefinitionPath": "components/tabs/tab.d.ts"
|
6584
7121
|
},
|
6585
7122
|
{
|
6586
7123
|
"kind": "javascript-module",
|
@@ -6597,6 +7134,13 @@
|
|
6597
7134
|
}
|
6598
7135
|
],
|
6599
7136
|
"members": [
|
7137
|
+
{
|
7138
|
+
"kind": "field",
|
7139
|
+
"name": "#localize",
|
7140
|
+
"privacy": "private",
|
7141
|
+
"readonly": true,
|
7142
|
+
"default": "new LocalizeController(this)"
|
7143
|
+
},
|
6600
7144
|
{
|
6601
7145
|
"kind": "field",
|
6602
7146
|
"name": "cols",
|
@@ -6651,6 +7195,19 @@
|
|
6651
7195
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
6652
7196
|
"attribute": "label"
|
6653
7197
|
},
|
7198
|
+
{
|
7199
|
+
"kind": "field",
|
7200
|
+
"name": "lang",
|
7201
|
+
"type": {
|
7202
|
+
"text": "Language"
|
7203
|
+
},
|
7204
|
+
"default": "'en'",
|
7205
|
+
"description": "Sets the internal language of the component",
|
7206
|
+
"attribute": "lang",
|
7207
|
+
"expandedType": {
|
7208
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7209
|
+
}
|
7210
|
+
},
|
6654
7211
|
{
|
6655
7212
|
"kind": "field",
|
6656
7213
|
"name": "name",
|
@@ -6697,15 +7254,6 @@
|
|
6697
7254
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
6698
7255
|
"attribute": "readonly"
|
6699
7256
|
},
|
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
7257
|
{
|
6710
7258
|
"kind": "field",
|
6711
7259
|
"name": "rows",
|
@@ -6840,6 +7388,18 @@
|
|
6840
7388
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
6841
7389
|
"fieldName": "label"
|
6842
7390
|
},
|
7391
|
+
{
|
7392
|
+
"name": "lang",
|
7393
|
+
"type": {
|
7394
|
+
"text": "Language"
|
7395
|
+
},
|
7396
|
+
"default": "'en'",
|
7397
|
+
"description": "Sets the internal language of the component",
|
7398
|
+
"fieldName": "lang",
|
7399
|
+
"expandedType": {
|
7400
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7401
|
+
}
|
7402
|
+
},
|
6843
7403
|
{
|
6844
7404
|
"name": "name",
|
6845
7405
|
"type": {
|
@@ -6881,14 +7441,6 @@
|
|
6881
7441
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
6882
7442
|
"fieldName": "readonly"
|
6883
7443
|
},
|
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
7444
|
{
|
6893
7445
|
"name": "rows",
|
6894
7446
|
"type": {
|
@@ -6947,7 +7499,8 @@
|
|
6947
7499
|
"package": "@internal/components/formBase.js"
|
6948
7500
|
},
|
6949
7501
|
"tagName": "skf-textarea",
|
6950
|
-
"customElement": true
|
7502
|
+
"customElement": true,
|
7503
|
+
"modulePath": "src/components/textarea/textarea.component.ts"
|
6951
7504
|
}
|
6952
7505
|
],
|
6953
7506
|
"exports": [
|
@@ -7060,13 +7613,34 @@
|
|
7060
7613
|
},
|
7061
7614
|
{
|
7062
7615
|
"kind": "field",
|
7063
|
-
"name": "
|
7616
|
+
"name": "#localize",
|
7617
|
+
"privacy": "private",
|
7618
|
+
"readonly": true,
|
7619
|
+
"default": "new LocalizeController(this)",
|
7620
|
+
"inheritedFrom": {
|
7621
|
+
"name": "SkfAlert",
|
7622
|
+
"module": "src/components/alert/alert.component.ts"
|
7623
|
+
}
|
7624
|
+
},
|
7625
|
+
{
|
7626
|
+
"kind": "field",
|
7627
|
+
"name": "#internals",
|
7628
|
+
"privacy": "private",
|
7064
7629
|
"type": {
|
7065
|
-
"text": "
|
7630
|
+
"text": "ElementInternals"
|
7631
|
+
},
|
7632
|
+
"inheritedFrom": {
|
7633
|
+
"name": "SkfAlert",
|
7634
|
+
"module": "src/components/alert/alert.component.ts"
|
7635
|
+
}
|
7636
|
+
},
|
7637
|
+
{
|
7638
|
+
"kind": "field",
|
7639
|
+
"name": "#states",
|
7640
|
+
"privacy": "private",
|
7641
|
+
"type": {
|
7642
|
+
"text": "CustomStateSet"
|
7066
7643
|
},
|
7067
|
-
"default": "'Close'",
|
7068
|
-
"description": "Close button aria-label",
|
7069
|
-
"attribute": "button-label",
|
7070
7644
|
"inheritedFrom": {
|
7071
7645
|
"name": "SkfAlert",
|
7072
7646
|
"module": "src/components/alert/alert.component.ts"
|
@@ -7088,6 +7662,23 @@
|
|
7088
7662
|
"module": "src/components/alert/alert.component.ts"
|
7089
7663
|
}
|
7090
7664
|
},
|
7665
|
+
{
|
7666
|
+
"kind": "field",
|
7667
|
+
"name": "lang",
|
7668
|
+
"type": {
|
7669
|
+
"text": "Language"
|
7670
|
+
},
|
7671
|
+
"default": "'en'",
|
7672
|
+
"description": "Sets the internal language of the component",
|
7673
|
+
"attribute": "lang",
|
7674
|
+
"expandedType": {
|
7675
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7676
|
+
},
|
7677
|
+
"inheritedFrom": {
|
7678
|
+
"name": "SkfAlert",
|
7679
|
+
"module": "src/components/alert/alert.component.ts"
|
7680
|
+
}
|
7681
|
+
},
|
7091
7682
|
{
|
7092
7683
|
"kind": "field",
|
7093
7684
|
"name": "persistent",
|
@@ -7097,7 +7688,6 @@
|
|
7097
7688
|
"default": "false",
|
7098
7689
|
"description": "If true, renders with an close button and sets aria-role to `status`",
|
7099
7690
|
"attribute": "persistent",
|
7100
|
-
"reflects": true,
|
7101
7691
|
"inheritedFrom": {
|
7102
7692
|
"name": "SkfAlert",
|
7103
7693
|
"module": "src/components/alert/alert.component.ts"
|
@@ -7111,7 +7701,6 @@
|
|
7111
7701
|
},
|
7112
7702
|
"description": "If defined, gives the supplied appearance",
|
7113
7703
|
"attribute": "severity",
|
7114
|
-
"reflects": true,
|
7115
7704
|
"expandedType": {
|
7116
7705
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
7117
7706
|
},
|
@@ -7131,27 +7720,30 @@
|
|
7131
7720
|
"fieldName": "timer"
|
7132
7721
|
},
|
7133
7722
|
{
|
7134
|
-
"name": "
|
7723
|
+
"name": "icon",
|
7135
7724
|
"type": {
|
7136
|
-
"text": "
|
7725
|
+
"text": "Icon | undefined"
|
7726
|
+
},
|
7727
|
+
"description": "If defined, displays leading icon",
|
7728
|
+
"fieldName": "icon",
|
7729
|
+
"expandedType": {
|
7730
|
+
"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
7731
|
},
|
7138
|
-
"default": "'Close'",
|
7139
|
-
"description": "Close button aria-label",
|
7140
|
-
"fieldName": "buttonLabel",
|
7141
7732
|
"inheritedFrom": {
|
7142
7733
|
"name": "SkfAlert",
|
7143
7734
|
"module": "src/components/alert/alert.component.ts"
|
7144
7735
|
}
|
7145
7736
|
},
|
7146
7737
|
{
|
7147
|
-
"name": "
|
7738
|
+
"name": "lang",
|
7148
7739
|
"type": {
|
7149
|
-
"text": "
|
7740
|
+
"text": "Language"
|
7150
7741
|
},
|
7151
|
-
"
|
7152
|
-
"
|
7742
|
+
"default": "'en'",
|
7743
|
+
"description": "Sets the internal language of the component",
|
7744
|
+
"fieldName": "lang",
|
7153
7745
|
"expandedType": {
|
7154
|
-
"text": "'
|
7746
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7155
7747
|
},
|
7156
7748
|
"inheritedFrom": {
|
7157
7749
|
"name": "SkfAlert",
|
@@ -7211,6 +7803,9 @@
|
|
7211
7803
|
],
|
7212
7804
|
"events": [
|
7213
7805
|
{
|
7806
|
+
"type": {
|
7807
|
+
"text": "CustomEvent"
|
7808
|
+
},
|
7214
7809
|
"description": "Fires when the close button is clicked",
|
7215
7810
|
"name": "skf-alert-close",
|
7216
7811
|
"inheritedFrom": {
|
@@ -7273,7 +7868,8 @@
|
|
7273
7868
|
"package": "@internal/components/skf-element"
|
7274
7869
|
},
|
7275
7870
|
"tagName": "skf-toast-wrapper",
|
7276
|
-
"customElement": true
|
7871
|
+
"customElement": true,
|
7872
|
+
"modulePath": "src/components/toast/toast-wrapper.component.ts"
|
7277
7873
|
}
|
7278
7874
|
],
|
7279
7875
|
"exports": [
|
@@ -7431,7 +8027,8 @@
|
|
7431
8027
|
"package": "@internal/components/skf-element"
|
7432
8028
|
},
|
7433
8029
|
"tagName": "skf-toast",
|
7434
|
-
"customElement": true
|
8030
|
+
"customElement": true,
|
8031
|
+
"modulePath": "src/components/toast/toast.component.ts"
|
7435
8032
|
}
|
7436
8033
|
],
|
7437
8034
|
"exports": [
|
@@ -7461,39 +8058,6 @@
|
|
7461
8058
|
}
|
7462
8059
|
],
|
7463
8060
|
"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
8061
|
{
|
7498
8062
|
"kind": "field",
|
7499
8063
|
"name": "offset",
|
@@ -7517,15 +8081,37 @@
|
|
7517
8081
|
"text": "string"
|
7518
8082
|
},
|
7519
8083
|
"default": "'tooltip'"
|
8084
|
+
},
|
8085
|
+
{
|
8086
|
+
"type": {
|
8087
|
+
"text": "(void) => void"
|
8088
|
+
},
|
8089
|
+
"description": "Method that opens the tooltip",
|
8090
|
+
"name": "open()",
|
8091
|
+
"kind": "field"
|
8092
|
+
},
|
8093
|
+
{
|
8094
|
+
"type": {
|
8095
|
+
"text": "(void) => void"
|
8096
|
+
},
|
8097
|
+
"description": "Method that closes the tooltip",
|
8098
|
+
"name": "close()",
|
8099
|
+
"kind": "field"
|
7520
8100
|
}
|
7521
8101
|
],
|
7522
8102
|
"events": [
|
7523
8103
|
{
|
7524
|
-
"
|
8104
|
+
"type": {
|
8105
|
+
"text": "CustomEvent"
|
8106
|
+
},
|
8107
|
+
"description": "Fired when the tooltip is opened",
|
7525
8108
|
"name": "skf-opened"
|
7526
8109
|
},
|
7527
8110
|
{
|
7528
|
-
"
|
8111
|
+
"type": {
|
8112
|
+
"text": "CustomEvent"
|
8113
|
+
},
|
8114
|
+
"description": "Fired when the tooltip is closed",
|
7529
8115
|
"name": "skf-closed"
|
7530
8116
|
}
|
7531
8117
|
],
|
@@ -7551,7 +8137,8 @@
|
|
7551
8137
|
"package": "@internal/base-classes/popover/popover.base.js"
|
7552
8138
|
},
|
7553
8139
|
"tagName": "skf-tooltip",
|
7554
|
-
"customElement": true
|
8140
|
+
"customElement": true,
|
8141
|
+
"modulePath": "src/components/tooltip/tooltip.component.ts"
|
7555
8142
|
}
|
7556
8143
|
],
|
7557
8144
|
"exports": [
|